Display Image Data in R
How to display image data in Python with R.
Write, deploy, & scale Dash apps and R data visualizations on a Kubernetes Dash Enterprise cluster.
Get Pricing
|
Demo Dash Enterprise
|
Dash Enterprise Overview
New to Plotly?
Plotly is a free and open-source graphing library for R. We recommend you read our Getting Started guide for the latest installation or upgrade instructions, then move on to our Plotly Fundamentals tutorials or dive straight in to some Basic Charts tutorials.
This tutorial shows how to display and explore image data. If you would like instead a logo or static image, use layout.Image as explained here.
Display RGB Image Data with Image Trace
Note that Image trace only accepts multichannel images. For single images, use Heatmap. Image trace is different from the layout.Image class, which can be used for adding background images or logos to figures.
library(plotly)
library(EBImage)
img_rgb = list(list(c(255, 0, 0),c(0, 255, 0),c(0, 0, 255)),
list(c(0,255, 0),c(0, 0, 255),c(255, 0, 0)))
fig <- plot_ly(type="image", z=img_rgb)
fig
<div id="htmlwidget-7400f1602603e2f63356" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-7400f1602603e2f63356">{"x":{"visdat":{"26e17aea1911":["function () ","plotlyVisDat"]},"cur_data":"26e17aea1911","attrs":{"26e17aea1911":{"z":[[[255,0,0],[0,255,0],[0,0,255]],[[0,255,0],[0,0,255],[255,0,0]]],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"image"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"scene":{"zaxis":{"title":[]}},"xaxis":{"domain":[0,1],"automargin":true},"yaxis":{"domain":[0,1],"automargin":true},"hovermode":"closest","showlegend":false},"source":"A","config":{"showSendToCloud":false},"data":[{"z":[[[255,0,0],[0,255,0],[0,0,255]],[[0,255,0],[0,0,255],[255,0,0]]],"type":"image","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
Read image arrays from image files
In order to create a numerical array to be passed to Image trace, you can use a third-party library like EBImage to open an image from a URL.
library(plotly)
library(EBImage)
img = readImage('https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Crab_Nebula.jpg/240px-Crab_Nebula.jpg')
fig <- plot_ly(type="image", z=img*255)
fig
<div id="htmlwidget-b03831e5f431c76507b4" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-b03831e5f431c76507b4">{"x":{"visdat":{"26e1481914a7":["function () ","plotlyVisDat"]},"cur_data":"26e1481914a7","attrs":{"26e1481914a7":{"z":[[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[5,1,2],[10,6,7],[41,37,38],[15,11,12],[3,0,0],[12,8,9],[3,0,0],[11,7,8],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[10,6,5],[3,0,0],[4,0,1],[3,0,0],[7,2,6],[5,0,4],[15,10,14],[79,74,78],[8,3,7],[3,0,2],[9,5,6],[3,0,0],[4,0,0],[96,92,89],[14,11,6],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[7,3,4],[117,113,114],[116,112,113],[3,0,0],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,2,0],[1,2,0],[1,2,0],[1,1,0],[1,1,0],[2,0,1],[4,0,1],[5,0,1],[7,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[11,0,0],[9,0,0],[12,3,6],[4,0,2],[5,1,2],[6,2,3],[1,0,0],[3,1,2],[7,6,4],[1,0,0],[5,4,2],[4,3,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[6,0,4],[5,0,3],[5,0,3],[7,1,5],[6,0,2],[4,0,0],[7,0,0],[7,0,0],[8,0,0],[11,3,0],[6,0,0],[15,7,4],[6,0,0],[11,3,0],[13,5,2],[16,8,5],[16,11,7],[24,21,14],[20,20,8],[3,3,0],[18,15,6],[4,0,0],[16,8,5],[15,3,5],[12,0,2],[16,1,8],[21,5,15],[10,0,4],[15,2,11],[14,4,12],[4,0,2],[12,7,11],[1,0,0],[3,1,2],[4,4,2],[1,1,0],[1,0,0],[3,2,0],[4,2,3],[4,2,3],[4,2,5],[4,2,5],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[1,0,0],[12,10,11],[1,0,0],[2,2,2],[5,5,5],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[5,5,5],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[4,2,3]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[7,3,4],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[18,14,15],[3,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[14,9,13],[3,0,2],[57,52,56],[249,244,248],[4,0,3],[3,0,2],[8,4,5],[6,2,1],[3,0,0],[53,49,46],[6,3,0],[4,0,0],[8,4,3],[3,0,0],[8,4,5],[3,0,0],[14,10,11],[15,11,12],[3,0,0],[5,1,2],[3,0,0],[5,1,2],[4,0,1],[3,0,0],[6,2,3],[10,6,7],[10,6,7],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[4,0,1],[4,0,1],[5,0,1],[7,0,0],[7,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[7,1,5],[13,9,10],[3,0,0],[8,6,7],[1,0,0],[1,0,0],[14,13,11],[5,4,2],[4,3,1],[3,1,2],[4,0,1],[5,1,2],[6,2,3],[6,0,2],[6,0,4],[4,0,2],[8,2,6],[8,2,4],[4,0,0],[6,0,0],[12,4,2],[16,8,5],[12,4,1],[17,9,6],[9,1,0],[8,0,0],[7,0,0],[6,0,0],[17,9,6],[13,8,4],[6,3,0],[14,14,2],[28,29,15],[38,36,24],[22,18,9],[23,16,10],[40,30,28],[22,10,10],[14,0,2],[10,0,0],[22,7,12],[8,0,0],[9,0,2],[10,4,6],[3,0,0],[6,2,1],[1,0,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[2,0,1],[44,42,43],[5,3,4],[1,0,0],[1,0,0],[1,1,1],[0,0,0],[4,4,4],[2,2,2],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[3,0,0],[11,7,8],[6,2,3],[3,0,2],[5,0,4],[3,0,2],[4,0,3],[3,0,2],[6,1,5],[4,0,1],[8,4,5],[3,0,0],[11,7,4],[3,0,0],[5,1,0],[5,1,0],[5,1,2],[5,1,2],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[11,7,8],[11,7,8],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,0,0],[7,0,0],[10,4,6],[4,0,0],[12,6,8],[4,0,0],[13,9,10],[7,3,4],[7,3,2],[3,0,0],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[7,1,1],[7,1,1],[9,0,1],[8,0,2],[6,0,2],[4,0,0],[8,2,4],[9,3,5],[6,0,0],[10,5,2],[13,8,4],[7,2,0],[13,6,0],[6,0,0],[13,8,2],[13,8,2],[10,5,0],[14,9,3],[16,11,5],[29,26,17],[36,37,23],[21,22,6],[33,31,16],[58,55,40],[33,27,15],[42,32,23],[32,19,13],[27,14,8],[44,30,27],[10,0,0],[13,2,0],[13,3,1],[7,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[6,2,3],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,0,1],[8,6,7],[23,21,22],[1,0,0],[1,0,0],[9,7,8],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[44,44,44],[141,141,141],[6,6,6],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[4,2,3],[7,5,6],[3,1,2],[2,0,1],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[7,3,4],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[12,8,7],[4,0,0],[7,3,4],[3,0,0],[4,0,3],[9,4,8],[3,0,2],[3,0,2],[6,1,5],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[4,1,0],[4,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[16,12,13],[3,0,0],[5,1,2],[10,6,7],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[10,4,6],[61,55,57],[42,36,38],[7,3,4],[4,0,1],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,3,3],[4,0,0],[7,1,3],[17,11,11],[11,6,3],[5,0,0],[5,0,0],[4,0,0],[12,7,1],[21,16,10],[13,8,2],[7,2,0],[30,25,19],[20,16,7],[10,6,0],[18,16,4],[42,43,27],[46,48,27],[25,24,4],[17,14,0],[11,6,0],[15,8,0],[15,6,0],[35,23,9],[37,25,13],[17,4,0],[8,0,0],[19,9,0],[17,8,1],[10,3,0],[38,31,25],[5,0,0],[6,1,0],[5,2,0],[4,1,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[8,6,7],[1,0,0],[0,0,0],[0,0,0],[7,7,7],[3,3,3],[66,66,66],[191,191,191],[2,2,2],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[18,16,17],[5,3,4],[1,0,0],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[3,0,0],[6,2,3],[3,0,0],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,5],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,2],[11,6,10],[7,3,4],[3,0,0],[6,2,3],[3,0,0],[8,4,1],[4,0,0],[5,1,0],[4,0,0],[10,6,5],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,2],[6,0,2],[6,0,4],[6,0,4],[5,0,4],[5,0,4],[3,1,2],[3,1,2],[3,2,0],[2,2,0],[2,2,0],[3,2,0],[10,6,7],[4,0,0],[26,22,23],[19,15,16],[3,0,0],[4,0,1],[3,0,0],[9,5,6],[4,0,0],[5,1,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[8,2,2],[4,0,0],[7,1,1],[12,7,4],[6,1,0],[4,0,0],[6,1,0],[4,0,0],[9,4,0],[45,42,35],[30,27,18],[5,2,0],[33,30,21],[24,22,10],[22,18,7],[11,7,0],[58,57,39],[43,45,23],[31,31,7],[24,22,0],[33,29,4],[41,33,10],[61,51,26],[36,25,3],[20,8,0],[32,19,0],[19,8,0],[34,22,8],[38,28,16],[10,0,0],[12,2,0],[7,0,0],[8,1,0],[10,3,0],[9,2,0],[7,0,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[9,7,8],[7,5,6],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[4,2,3],[0,0,0],[6,6,6],[0,0,0],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[17,15,16],[4,2,3],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[4,0,1],[4,0,1],[3,0,0],[5,1,2],[7,3,4],[4,0,1],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[13,9,8],[3,0,0],[6,2,3],[11,7,8],[3,0,0],[5,1,2],[10,5,9],[3,0,2],[4,0,1],[3,0,0],[12,8,7],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,2],[8,0,2],[6,0,4],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,2,0],[3,2,0],[2,2,0],[2,2,0],[2,2,0],[3,0,0],[8,2,4],[3,0,0],[8,4,5],[13,9,10],[3,0,0],[10,6,7],[4,0,1],[4,0,0],[5,1,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[6,0,0],[9,4,1],[8,3,0],[4,0,0],[4,0,0],[9,4,1],[16,11,7],[16,11,7],[32,29,22],[19,16,9],[12,9,0],[25,23,11],[65,63,51],[32,30,17],[20,16,4],[11,9,0],[109,108,88],[96,95,74],[48,48,22],[21,20,0],[49,45,16],[45,40,10],[66,60,28],[53,44,13],[35,26,0],[59,48,20],[80,70,45],[63,52,32],[26,14,0],[35,23,9],[17,5,0],[8,0,0],[7,0,0],[6,0,0],[7,0,0],[7,0,0],[9,2,0],[12,4,1],[9,4,1],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[8,6,7],[2,0,1],[5,3,4],[5,5,5],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[6,2,3],[9,5,6],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[7,3,4],[3,0,0],[6,2,3],[7,3,2],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[4,0,1],[4,0,1],[8,4,5],[8,4,5],[36,32,33],[26,22,23],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,4,5],[14,10,11],[3,0,2],[3,0,2],[6,4,7],[1,0,2],[97,95,98],[15,13,16],[4,0,1],[5,1,2],[8,2,4],[8,2,4],[9,0,1],[9,0,1],[10,0,0],[11,1,0],[8,0,0],[11,3,0],[6,1,0],[6,1,0],[10,7,2],[10,7,2],[17,14,9],[34,31,26],[54,51,44],[45,42,35],[50,47,38],[17,15,3],[55,53,40],[55,53,38],[47,45,30],[59,58,40],[44,43,23],[88,87,66],[111,111,85],[103,102,72],[63,60,27],[62,58,21],[108,104,66],[82,77,39],[68,60,23],[66,58,22],[84,73,43],[125,113,89],[43,30,11],[35,22,6],[55,41,30],[50,37,28],[26,16,6],[23,13,4],[16,6,0],[8,0,0],[7,0,0],[10,0,0],[9,1,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[1,0,0],[3,1,2],[0,0,0],[11,11,11],[8,8,8],[0,0,0],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,1],[4,0,1],[10,6,7],[3,0,0],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[6,2,3],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[9,5,6],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[7,3,0],[5,1,0],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[13,9,10],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[6,1,0],[5,0,0],[3,0,0],[6,2,3],[18,13,17],[16,14,17],[43,41,44],[252,250,253],[76,74,77],[5,1,2],[6,2,3],[9,3,5],[9,3,3],[10,1,2],[10,2,0],[10,2,0],[12,2,0],[14,7,1],[6,0,0],[4,0,0],[20,15,9],[27,24,17],[7,4,0],[10,7,2],[48,45,40],[19,16,9],[3,0,0],[37,34,25],[27,25,13],[82,80,67],[56,54,39],[21,20,2],[85,84,66],[93,92,74],[69,68,48],[50,50,26],[101,102,71],[91,91,57],[95,93,54],[102,100,59],[56,53,10],[69,64,24],[42,34,0],[76,67,34],[129,118,90],[44,32,10],[37,24,8],[20,6,0],[57,43,34],[84,71,62],[70,60,50],[48,38,29],[27,17,8],[15,6,0],[14,5,0],[11,3,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[3,1,2],[6,4,5],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[20,18,19],[131,129,130],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[7,5,6]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[8,4,5],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[1,0,0],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[6,2,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,4,5],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[1,0,0],[3,1,2],[10,8,9],[1,0,0],[8,4,5],[8,4,5],[4,0,1],[3,0,0],[4,0,0],[8,2,2],[6,0,0],[5,0,0],[8,3,0],[4,0,0],[4,0,0],[3,0,0],[2,2,2],[0,0,0],[1,1,0],[6,5,3],[3,0,0],[7,2,0],[11,3,1],[7,0,0],[8,0,0],[17,3,2],[10,0,0],[18,3,0],[11,0,0],[23,10,4],[14,1,0],[15,4,0],[9,1,0],[11,5,5],[4,0,0],[32,26,28],[46,42,43],[7,3,4],[30,26,27],[4,0,1],[6,2,3],[3,0,0],[11,5,5],[7,1,1],[14,8,8],[6,0,0],[6,0,0],[18,11,5],[49,40,31],[11,3,0],[7,0,0],[60,53,45],[71,66,60],[40,35,29],[76,73,68],[36,33,28],[37,36,31],[1,1,0],[10,7,0],[18,16,4],[52,50,37],[30,28,13],[4,1,0],[13,10,0],[84,82,67],[24,23,5],[7,6,0],[82,82,54],[47,48,14],[142,142,104],[88,89,47],[37,36,0],[35,34,0],[42,39,0],[88,82,46],[80,71,42],[30,18,0],[51,38,22],[29,15,6],[28,13,6],[59,46,37],[74,61,52],[58,48,39],[18,8,0],[14,3,0],[30,19,15],[21,11,9],[12,2,0],[7,0,0],[8,0,0],[5,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[1,0,0],[15,13,14],[1,0,0],[6,4,5],[1,0,0],[4,2,3],[9,7,8],[90,88,89],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[11,7,8],[4,0,1],[87,83,84],[99,95,96],[3,0,0],[13,9,10],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[11,7,6],[3,0,0],[3,0,0],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[7,3,4],[6,2,3],[5,1,2],[8,4,5],[10,6,7],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,1],[1,0,0],[104,102,103],[109,107,108],[9,7,8],[3,0,0],[6,2,3],[3,0,0],[10,6,5],[9,3,3],[6,0,0],[4,0,0],[4,0,0],[5,0,0],[9,4,1],[11,6,3],[9,5,2],[2,4,1],[9,11,8],[5,5,3],[1,0,0],[6,2,0],[6,0,0],[7,0,0],[14,3,0],[18,3,0],[19,2,0],[18,0,0],[32,13,6],[39,20,13],[42,24,14],[30,12,2],[28,11,3],[9,0,0],[12,3,0],[8,0,0],[9,1,0],[4,0,0],[5,0,0],[9,3,3],[4,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[8,0,0],[6,0,0],[30,23,17],[33,24,17],[49,41,28],[31,23,10],[33,25,14],[21,14,4],[24,17,9],[31,26,20],[29,26,21],[15,12,7],[4,3,0],[39,38,33],[59,56,49],[33,30,21],[29,27,14],[16,14,0],[11,8,0],[27,24,9],[50,48,35],[35,33,18],[18,17,0],[58,58,32],[102,103,71],[123,125,86],[133,136,93],[70,73,28],[62,63,19],[81,79,38],[86,82,45],[26,19,0],[17,6,0],[71,59,43],[32,18,9],[43,30,22],[42,29,20],[77,67,57],[56,46,37],[38,28,19],[28,17,11],[7,0,0],[9,0,0],[20,10,8],[7,0,0],[8,0,0],[6,0,0],[5,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[11,9,10],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[33,33,33],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[17,13,14],[3,0,0],[14,10,11],[249,245,246],[255,254,255],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[1,0,0],[13,11,12],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[5,1,0],[11,7,4],[10,6,5],[5,1,0],[4,0,0],[6,2,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,2],[8,4,3],[6,2,1],[4,0,0],[6,2,1],[5,1,0],[5,1,0],[7,3,2],[8,4,5],[4,0,1],[21,17,18],[8,4,5],[4,0,0],[6,0,0],[12,6,6],[4,0,0],[11,2,3],[7,0,0],[9,1,0],[10,2,0],[6,0,0],[7,0,0],[9,0,0],[4,0,0],[0,0,0],[3,5,2],[0,0,0],[3,0,0],[6,1,0],[7,0,0],[8,0,0],[17,2,0],[25,6,0],[34,14,5],[39,17,6],[33,11,0],[51,27,15],[57,33,21],[51,27,15],[35,13,0],[26,10,0],[25,11,0],[20,7,0],[30,17,9],[13,2,0],[19,8,4],[7,0,0],[15,6,1],[7,0,0],[9,1,0],[13,6,0],[10,1,0],[10,1,0],[9,0,0],[33,24,15],[27,17,7],[44,35,20],[45,36,19],[37,28,13],[7,0,0],[6,0,0],[23,18,12],[3,0,0],[13,9,6],[9,8,4],[20,19,14],[32,29,22],[39,36,27],[22,18,7],[14,10,0],[34,28,14],[77,74,59],[44,42,30],[12,10,0],[27,28,10],[73,75,51],[79,82,51],[92,96,61],[99,104,64],[41,46,5],[48,50,10],[109,111,72],[93,93,59],[56,52,23],[36,30,8],[45,36,19],[42,29,20],[30,17,9],[59,49,40],[51,42,33],[14,5,0],[25,16,9],[39,30,25],[16,7,2],[11,1,0],[7,0,0],[7,0,0],[9,0,1],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[11,11,11],[2,2,2],[10,10,10],[0,0,0],[5,5,5],[0,0,0],[7,7,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[81,77,78],[101,97,98],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[65,63,64],[53,51,52],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[6,2,3],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[11,7,6],[11,7,6],[7,3,2],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[10,6,7],[3,0,0],[4,0,1],[3,0,0],[9,3,3],[8,2,2],[6,0,0],[4,0,0],[6,0,0],[6,0,0],[9,1,0],[11,1,0],[7,0,0],[7,0,0],[8,0,0],[9,1,0],[5,4,0],[0,1,0],[1,0,0],[9,4,0],[9,2,0],[17,7,0],[25,11,2],[22,4,0],[38,16,3],[45,22,8],[51,28,12],[38,12,0],[57,31,14],[53,28,8],[65,40,20],[63,40,22],[59,38,19],[75,56,39],[41,24,8],[32,14,0],[30,14,1],[31,14,4],[22,8,0],[18,5,0],[22,9,1],[11,0,0],[14,1,0],[14,1,0],[33,20,11],[32,20,8],[26,14,2],[13,1,0],[49,38,20],[77,66,48],[50,38,22],[27,17,5],[12,3,0],[34,27,21],[23,18,14],[7,3,0],[10,9,5],[11,10,6],[32,29,24],[31,28,21],[4,0,0],[23,19,8],[36,30,18],[43,37,25],[34,30,19],[15,13,1],[34,35,17],[16,20,0],[43,48,18],[59,67,30],[57,65,24],[21,30,0],[25,32,0],[123,128,88],[121,122,88],[49,48,18],[39,34,12],[37,30,12],[9,0,0],[25,15,6],[52,43,34],[15,6,0],[7,0,0],[16,7,0],[21,12,7],[22,14,11],[14,6,4],[8,0,0],[8,0,0],[10,1,2],[8,2,2],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[8,6,7],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[7,5,6],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[0,0,0],[1,1,1],[6,6,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,4],[4,0,1],[11,7,8],[6,2,3],[3,0,0],[4,0,1],[7,3,4],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[67,65,66],[55,53,54],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[9,5,2],[36,32,29],[41,37,34],[14,10,7],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[9,5,6],[37,33,34],[47,43,44],[15,11,12],[3,0,0],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[9,5,4],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[6,2,1],[4,0,0],[8,2,2],[9,3,3],[4,0,0],[18,9,10],[6,0,0],[6,0,0],[15,7,5],[11,1,0],[14,4,2],[10,0,0],[9,0,0],[12,1,0],[13,0,0],[12,0,0],[14,5,0],[13,8,5],[4,0,0],[6,0,0],[9,0,0],[10,0,0],[23,6,0],[39,21,9],[43,21,7],[61,38,22],[49,23,6],[52,27,5],[54,28,5],[70,44,21],[48,22,0],[65,41,17],[93,69,43],[57,31,6],[79,51,27],[55,29,6],[42,17,0],[64,42,21],[40,17,0],[31,10,0],[32,13,0],[33,14,0],[39,21,9],[26,8,0],[30,12,0],[50,32,18],[27,10,0],[30,13,0],[31,16,0],[51,36,15],[51,39,17],[32,21,3],[55,46,31],[29,21,10],[18,11,3],[22,17,13],[19,14,11],[22,18,17],[15,11,10],[34,29,26],[24,19,15],[9,2,0],[64,57,49],[50,42,31],[29,23,11],[13,9,0],[24,22,9],[38,39,23],[31,35,12],[83,89,61],[69,79,45],[69,79,42],[62,73,33],[142,150,111],[109,117,78],[60,66,32],[32,35,6],[46,46,22],[23,20,1],[6,0,0],[51,43,32],[19,12,4],[9,2,0],[19,12,6],[17,10,4],[6,0,0],[11,6,2],[12,7,4],[6,1,0],[7,1,1],[9,3,3],[9,3,3],[6,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[6,4,5],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[71,69,70],[63,61,62],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[8,4,5],[9,5,6],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[10,6,7],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[5,3,4],[1,0,0],[14,12,13],[1,0,0],[4,2,3],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[10,6,3],[8,4,1],[3,0,0],[4,0,0],[8,4,3],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[8,4,3],[4,0,0],[4,0,0],[16,10,10],[4,0,0],[6,0,0],[7,0,0],[16,8,6],[9,1,0],[9,0,0],[8,0,0],[9,0,0],[15,4,0],[26,12,9],[26,12,9],[17,4,0],[10,0,0],[9,0,0],[14,4,2],[11,0,0],[11,0,0],[21,4,0],[37,17,6],[56,34,20],[80,57,39],[73,46,27],[68,42,19],[62,36,11],[58,32,5],[69,44,14],[57,34,3],[60,37,6],[77,52,21],[65,34,3],[104,71,38],[107,74,43],[60,29,1],[82,52,26],[77,49,25],[57,30,9],[43,18,0],[52,26,9],[74,51,33],[39,18,0],[52,31,12],[71,50,31],[25,4,0],[37,16,0],[30,12,0],[36,20,0],[33,18,0],[40,27,8],[42,30,14],[19,9,0],[19,12,4],[17,12,8],[19,13,13],[46,42,43],[16,12,13],[11,5,5],[15,10,7],[27,19,16],[34,27,21],[7,0,0],[15,9,0],[16,12,0],[57,58,44],[83,86,67],[38,43,21],[80,89,60],[90,101,67],[68,80,42],[81,93,53],[161,173,133],[169,179,142],[89,99,64],[5,12,0],[27,29,5],[21,20,0],[6,3,0],[34,31,16],[8,4,0],[29,24,18],[8,3,0],[4,0,0],[8,3,0],[5,0,0],[13,8,5],[4,0,0],[7,1,1],[9,3,3],[10,4,4],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[3,1,2],[1,0,0],[1,0,0],[12,10,11],[137,135,136],[121,119,120],[6,4,5],[7,7,7],[1,1,1],[54,54,54],[250,250,250],[95,95,95],[6,6,6],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[7,3,4],[8,4,5],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[10,6,7],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[4,0,5],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[3,0,0],[8,4,3],[8,4,5],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[9,5,6],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[9,3,3],[6,0,0],[8,0,0],[6,0,0],[15,5,4],[13,3,2],[10,0,0],[14,4,2],[14,3,1],[8,0,0],[18,4,1],[30,17,11],[29,14,9],[33,18,13],[34,19,14],[18,3,0],[13,0,0],[22,6,6],[25,7,5],[31,12,6],[48,28,19],[61,37,25],[71,45,30],[86,59,40],[65,39,16],[73,46,19],[61,36,6],[64,39,8],[69,46,12],[69,49,14],[60,40,5],[72,48,12],[88,53,15],[114,74,38],[123,83,48],[125,86,53],[126,91,59],[109,75,47],[90,58,33],[73,43,19],[79,51,29],[80,52,31],[55,28,7],[66,40,17],[100,76,52],[74,50,24],[56,32,6],[33,12,0],[64,47,21],[57,43,17],[64,52,30],[38,26,10],[36,26,16],[29,20,13],[9,1,0],[20,14,14],[9,5,6],[26,22,23],[22,16,18],[16,10,10],[33,25,22],[22,13,8],[23,12,6],[32,23,14],[3,1,0],[79,80,64],[124,127,108],[50,55,32],[96,105,76],[61,72,38],[3,17,0],[51,66,27],[113,128,89],[94,109,70],[117,129,93],[13,23,0],[14,18,0],[76,78,54],[32,31,10],[4,1,0],[6,2,0],[30,25,21],[9,4,0],[3,0,0],[5,1,0],[3,0,0],[10,4,4],[8,2,2],[8,2,2],[10,4,4],[11,5,5],[8,2,2],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[6,2,1],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[2,2,2],[2,2,2],[13,13,13],[207,207,207],[43,43,43],[0,0,0],[7,7,7],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[3,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,1,3],[8,2,4],[7,1,3],[4,0,1],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[9,1,0],[8,0,0],[16,2,1],[14,0,0],[27,11,11],[11,0,0],[13,2,0],[40,29,25],[63,50,44],[40,25,18],[50,33,26],[48,29,23],[17,0,0],[20,3,0],[34,19,12],[17,2,0],[15,0,0],[13,0,0],[28,9,5],[48,27,22],[56,33,25],[60,37,23],[55,29,12],[38,12,0],[59,33,6],[48,23,0],[42,18,0],[85,63,24],[89,70,28],[73,56,12],[64,47,3],[111,90,47],[117,88,44],[126,93,50],[99,65,27],[141,107,72],[124,91,56],[102,72,38],[111,82,50],[83,56,26],[72,46,19],[66,42,14],[96,73,42],[79,56,22],[99,77,38],[108,85,44],[79,55,17],[91,67,33],[66,47,17],[87,71,45],[76,62,36],[21,8,0],[48,38,26],[48,39,32],[22,14,12],[13,7,7],[33,29,28],[56,52,53],[25,20,24],[4,0,0],[20,15,9],[17,10,0],[49,42,32],[24,18,6],[41,40,20],[128,132,109],[104,108,85],[68,73,50],[15,25,0],[37,50,20],[41,57,21],[86,102,65],[137,153,116],[25,40,1],[64,76,38],[65,75,40],[72,77,47],[81,83,59],[37,36,16],[6,3,0],[7,2,0],[4,0,0],[11,5,5],[12,6,6],[10,4,4],[10,4,6],[4,0,0],[6,0,2],[8,2,2],[11,5,5],[11,6,3],[8,3,0],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[7,3,2],[1,0,0],[3,1,2],[1,0,0],[4,2,3],[6,4,5],[2,0,1],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[5,5,5],[2,2,2],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[4,2,3],[1,0,0],[1,0,2],[1,0,2],[3,1,4],[6,4,7],[2,0,3],[1,0,2],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[6,5,3],[6,5,3],[1,0,0],[6,5,3],[5,4,2],[3,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[40,36,37],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[11,10,8],[1,0,0],[13,12,10],[1,0,0],[8,7,5],[28,27,25],[21,20,18],[11,10,8],[4,0,0],[3,0,0],[6,2,1],[8,4,3],[6,2,1],[1,0,0],[0,1,0],[4,6,1],[2,1,0],[3,0,0],[7,0,0],[10,0,0],[14,2,4],[8,0,0],[8,0,2],[12,1,9],[10,0,8],[4,0,2],[9,5,6],[3,0,0],[48,44,41],[139,134,130],[14,3,0],[13,0,0],[30,6,4],[45,19,18],[43,17,18],[34,10,8],[34,17,10],[58,44,35],[68,51,41],[30,10,0],[80,53,44],[84,54,46],[34,5,0],[19,0,0],[13,0,0],[44,31,22],[21,6,0],[13,0,0],[40,21,15],[59,39,32],[68,46,35],[60,37,23],[58,33,13],[68,42,17],[51,27,0],[70,47,6],[65,44,0],[118,100,50],[96,80,28],[92,79,26],[126,113,60],[123,110,57],[95,82,30],[69,55,10],[87,69,33],[57,36,5],[55,35,0],[72,53,13],[100,83,40],[117,102,61],[71,58,23],[95,85,49],[99,91,45],[93,81,29],[110,96,35],[130,112,50],[137,115,58],[131,107,59],[82,59,25],[54,35,5],[58,41,13],[61,46,23],[35,23,9],[17,6,0],[24,16,14],[8,2,2],[46,43,36],[26,25,21],[8,5,12],[1,0,2],[53,54,38],[36,38,16],[16,17,0],[72,74,53],[140,144,111],[118,124,88],[95,102,71],[66,75,48],[5,17,0],[58,72,47],[68,82,56],[60,77,45],[92,108,72],[44,59,20],[82,94,56],[85,92,58],[80,83,54],[18,17,0],[22,16,2],[8,1,0],[11,1,0],[9,0,2],[9,0,5],[10,1,6],[14,4,12],[5,0,5],[7,0,7],[6,0,4],[6,0,2],[14,9,6],[4,0,0],[19,14,10],[33,25,22],[16,8,5],[9,1,0],[5,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[4,2,5],[1,0,2],[6,4,7],[1,0,2],[1,0,2],[7,5,8],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[19,18,16],[1,0,0],[1,0,0],[7,6,4],[1,0,0],[1,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[7,3,4],[14,10,11],[54,50,51],[29,25,26],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[3,3,1],[11,10,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[8,7,5],[4,3,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[2,1,0],[2,3,0],[1,2,0],[1,0,0],[9,4,0],[12,2,1],[8,0,0],[10,0,0],[11,0,4],[9,0,6],[13,3,11],[6,0,4],[10,1,6],[11,2,5],[6,0,0],[58,48,46],[172,161,155],[11,0,0],[15,0,0],[36,7,1],[76,45,42],[43,12,9],[20,0,0],[50,32,22],[29,13,0],[14,0,0],[23,0,0],[53,21,10],[102,65,56],[58,24,14],[20,0,0],[27,14,0],[23,11,0],[16,0,0],[26,6,0],[41,19,8],[75,51,39],[80,54,41],[77,51,34],[70,44,21],[67,42,11],[57,33,0],[89,68,21],[98,81,29],[128,113,56],[132,120,62],[136,126,67],[183,174,115],[126,120,62],[113,111,54],[92,89,38],[65,57,18],[58,45,10],[59,45,6],[63,50,6],[132,122,73],[143,137,89],[100,97,54],[118,115,70],[122,121,67],[76,72,9],[129,121,49],[138,124,51],[169,148,81],[152,130,73],[90,67,23],[84,65,25],[93,75,35],[114,100,65],[62,47,24],[48,36,22],[24,15,6],[11,4,0],[27,26,6],[18,19,3],[24,23,21],[21,22,16],[71,78,47],[91,99,62],[31,37,9],[108,113,83],[91,98,57],[130,138,97],[103,113,78],[56,66,39],[19,31,9],[38,51,31],[44,59,36],[0,8,0],[66,81,48],[63,77,41],[80,92,54],[62,69,35],[49,52,23],[59,57,36],[17,11,0],[7,0,0],[17,6,4],[8,0,0],[18,8,9],[7,0,2],[15,5,13],[25,15,23],[4,0,2],[11,5,7],[8,2,2],[13,8,5],[4,0,0],[14,9,3],[23,15,12],[6,0,0],[6,0,0],[6,0,0],[7,1,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,2],[11,9,12],[1,0,2],[16,14,17],[21,19,22],[1,0,2],[7,5,6],[3,1,2],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[8,7,5],[3,2,0],[1,0,0],[10,9,7],[6,2,3],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[1,0,0],[6,5,3],[7,6,4],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[7,1,1],[11,3,1],[6,0,0],[13,5,3],[47,39,37],[45,40,37],[12,7,4],[3,0,0],[7,5,6],[8,6,9],[1,0,2],[7,2,6],[6,0,0],[15,3,5],[26,10,10],[27,6,5],[29,8,3],[27,7,0],[54,32,21],[36,7,0],[58,25,16],[74,44,34],[52,25,14],[42,23,8],[18,1,0],[23,4,0],[55,29,14],[47,13,1],[96,60,48],[71,37,25],[27,1,0],[35,20,1],[13,0,0],[26,3,0],[37,10,0],[32,3,0],[64,35,17],[73,42,22],[73,43,19],[57,30,0],[76,50,13],[74,51,7],[80,60,10],[75,58,4],[120,107,52],[131,120,64],[131,124,69],[144,139,84],[158,155,100],[147,147,87],[167,167,107],[127,124,73],[64,58,10],[62,54,5],[116,109,57],[159,154,99],[94,91,38],[110,110,60],[51,51,0],[91,92,34],[117,116,52],[136,132,59],[127,117,45],[170,153,84],[157,137,74],[132,113,57],[107,90,38],[59,43,0],[98,84,35],[112,98,59],[107,94,62],[60,50,25],[36,29,3],[75,72,37],[58,57,26],[52,53,35],[36,40,17],[58,67,22],[176,186,134],[102,110,69],[94,102,63],[101,108,67],[74,80,42],[34,41,8],[27,37,10],[0,11,0],[0,6,0],[16,30,7],[122,136,110],[144,158,125],[33,45,9],[54,64,27],[21,27,0],[58,58,30],[64,62,41],[32,26,12],[14,6,0],[21,11,1],[19,9,0],[7,0,0],[7,0,0],[10,2,0],[159,150,151],[69,64,61],[4,0,0],[12,7,3],[13,8,4],[6,0,0],[17,10,4],[24,16,13],[9,1,0],[12,2,3],[11,2,3],[7,1,1],[3,0,0],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[31,29,30],[35,33,34],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[195,193,196],[205,203,206],[3,1,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[9,8,6],[2,1,0],[7,6,4],[1,0,0],[10,9,7],[1,0,0],[4,0,1],[3,0,0],[11,7,8],[5,1,2],[11,7,8],[7,3,4],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[5,4,2],[4,3,1],[2,1,0],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[8,0,0],[8,0,0],[14,0,0],[8,0,0],[7,0,0],[4,0,0],[1,0,0],[3,5,2],[0,2,0],[0,1,0],[1,3,2],[4,0,0],[11,1,0],[44,26,24],[24,0,0],[52,23,19],[79,50,44],[49,25,15],[49,25,13],[62,33,19],[52,20,5],[54,25,7],[79,52,33],[70,49,28],[50,32,12],[23,2,0],[53,25,11],[59,25,13],[84,48,34],[85,52,35],[34,7,0],[38,22,0],[53,37,11],[74,46,22],[98,64,39],[83,49,24],[67,33,6],[87,53,25],[90,57,26],[68,38,0],[94,67,24],[62,40,0],[80,60,7],[100,85,28],[127,116,60],[139,132,77],[136,133,80],[84,82,33],[155,155,103],[186,190,131],[128,132,71],[146,147,90],[150,148,97],[143,140,89],[184,181,130],[191,189,138],[141,141,89],[106,108,58],[85,90,36],[77,80,23],[112,113,53],[194,190,127],[157,149,84],[165,154,90],[192,176,114],[125,109,50],[89,73,14],[116,101,42],[96,81,26],[102,88,41],[143,130,88],[128,115,81],[116,108,72],[137,132,90],[148,146,107],[36,36,10],[1,4,0],[61,69,20],[180,190,137],[63,75,29],[82,93,53],[92,100,61],[5,13,0],[7,16,0],[0,5,0],[117,126,105],[170,182,162],[106,119,99],[151,165,140],[79,92,62],[30,41,7],[1,11,0],[15,21,0],[90,90,62],[112,110,87],[53,47,31],[26,19,3],[65,56,39],[34,25,8],[26,19,3],[29,21,10],[8,1,0],[87,80,72],[41,36,30],[7,2,0],[9,5,0],[13,9,0],[9,2,0],[24,17,11],[31,23,20],[18,9,10],[15,4,8],[6,0,0],[5,0,0],[3,0,0],[8,4,3],[15,11,10],[12,8,7],[5,1,0],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[13,11,12],[66,64,65],[66,64,65],[2,0,1],[3,1,4],[10,8,11],[1,0,2],[17,15,18],[27,25,26],[7,5,6],[3,1,2],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[9,8,6],[1,0,0],[1,0,0],[1,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,0,0],[8,7,5],[1,0,0],[16,12,11],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[12,0,0],[13,0,0],[8,0,0],[14,6,4],[11,7,6],[0,0,0],[0,3,0],[0,4,0],[0,2,0],[2,3,0],[4,0,0],[20,7,1],[52,32,25],[55,26,20],[38,3,0],[86,52,43],[75,47,36],[56,28,16],[92,60,45],[77,45,24],[53,23,0],[66,39,12],[47,26,0],[36,14,0],[20,0,0],[58,29,13],[80,44,32],[80,44,30],[120,87,68],[78,52,27],[71,55,22],[81,62,29],[101,68,37],[128,89,58],[110,71,40],[91,52,19],[134,98,62],[92,59,18],[87,56,10],[118,92,41],[114,93,36],[115,99,40],[163,151,93],[152,143,86],[142,139,86],[100,100,50],[39,41,0],[82,85,40],[129,136,85],[64,71,19],[108,112,61],[151,153,103],[104,106,59],[138,139,97],[168,169,129],[86,89,46],[57,63,17],[46,54,5],[129,135,87],[95,99,49],[206,206,156],[234,231,180],[192,185,131],[142,131,77],[82,66,14],[106,90,38],[126,110,58],[140,124,73],[124,107,61],[76,61,20],[73,58,25],[75,62,28],[97,88,47],[102,97,59],[34,30,5],[14,14,0],[27,34,0],[165,174,129],[74,84,47],[62,72,38],[88,95,61],[67,72,40],[65,71,43],[20,28,5],[78,87,68],[151,160,143],[62,74,54],[86,98,74],[76,87,57],[102,112,78],[39,46,12],[5,9,0],[43,44,13],[75,71,46],[46,39,21],[14,7,0],[64,58,32],[49,43,17],[9,3,0],[21,14,0],[12,6,0],[12,6,0],[4,0,0],[11,7,0],[15,9,0],[14,8,0],[6,0,0],[11,4,0],[12,2,0],[7,0,0],[15,3,7],[7,0,0],[5,0,0],[3,0,0],[10,6,5],[18,14,13],[14,10,9],[6,2,1],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[9,7,8],[4,2,3],[1,0,0],[1,0,0],[8,6,7],[1,0,2],[9,7,10],[1,0,2],[1,0,2],[2,0,1],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[1,0,0],[87,85,86],[13,11,12],[1,0,0],[4,3,1],[1,0,0],[8,7,5],[6,2,3],[3,0,0],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[9,8,6],[1,0,0],[11,10,8],[3,0,0],[3,0,0],[120,116,115],[24,20,19],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[13,1,1],[9,0,0],[5,0,0],[2,1,0],[1,1,0],[4,6,1],[0,1,0],[142,142,134],[235,231,222],[35,22,13],[34,16,6],[51,24,13],[51,19,8],[71,35,23],[50,14,2],[60,28,17],[70,41,27],[70,39,19],[80,48,23],[91,62,32],[57,30,0],[37,12,0],[68,44,16],[54,27,6],[53,22,4],[57,21,7],[105,69,55],[129,98,77],[31,6,0],[48,32,0],[110,91,51],[111,77,40],[151,111,75],[125,85,49],[104,65,26],[158,121,79],[108,76,29],[131,101,49],[131,106,50],[153,135,73],[153,139,76],[177,169,107],[167,162,106],[117,115,64],[95,97,50],[61,66,25],[34,41,0],[97,106,63],[90,99,54],[76,86,36],[157,165,118],[131,138,97],[72,78,42],[105,111,77],[97,104,70],[70,78,37],[90,99,56],[105,114,71],[124,131,89],[221,223,184],[248,246,207],[255,255,212],[163,155,106],[94,82,34],[123,106,60],[147,130,84],[179,162,118],[109,92,48],[85,67,29],[87,68,36],[86,69,39],[86,74,36],[52,44,8],[37,31,9],[17,15,0],[0,6,0],[163,171,134],[117,126,97],[101,110,83],[101,108,77],[93,100,69],[89,95,69],[74,82,61],[51,60,43],[13,21,6],[87,96,79],[198,207,186],[114,124,97],[71,80,49],[110,116,82],[6,10,0],[65,66,35],[66,64,39],[36,31,9],[22,16,0],[25,20,0],[47,42,12],[20,15,0],[46,40,16],[23,18,0],[32,27,8],[35,32,15],[24,21,4],[11,5,0],[6,0,0],[6,0,0],[21,14,4],[20,11,6],[7,0,0],[17,5,9],[16,5,9],[7,1,1],[3,0,0],[6,2,1],[11,7,6],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[2,0,1],[1,0,0],[2,0,1],[13,11,12],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[9,7,8],[254,252,253],[87,85,86],[4,2,3],[6,4,5],[6,4,5],[1,0,0],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[9,5,6],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[11,7,6],[3,0,0],[6,2,1],[5,1,0],[10,6,5],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[8,0,0],[8,0,0],[12,4,2],[8,0,0],[4,0,0],[9,5,4],[8,4,3],[3,0,0],[5,0,0],[11,4,0],[170,160,151],[255,248,238],[53,34,20],[36,10,0],[78,49,33],[60,27,10],[52,19,2],[61,28,11],[55,21,9],[60,28,15],[66,34,13],[103,72,44],[93,64,30],[56,27,0],[79,53,20],[106,79,50],[93,65,43],[63,31,16],[41,5,0],[111,75,61],[111,80,59],[44,19,0],[67,49,9],[120,98,57],[111,77,39],[153,115,78],[140,102,63],[83,48,6],[122,90,43],[139,109,59],[149,124,68],[105,85,24],[152,137,72],[139,128,64],[112,106,44],[131,129,72],[99,99,49],[99,102,57],[83,90,49],[87,94,60],[90,101,67],[84,96,60],[103,116,73],[157,170,127],[100,112,76],[82,93,63],[119,129,104],[96,107,77],[84,96,58],[99,112,69],[89,100,60],[146,154,117],[193,198,166],[209,210,176],[229,230,188],[161,158,113],[151,139,97],[128,113,74],[60,45,6],[100,82,44],[113,95,57],[118,98,63],[110,88,64],[101,81,56],[41,26,0],[44,33,3],[63,54,37],[41,35,21],[35,37,13],[161,167,141],[106,113,95],[58,65,47],[27,33,7],[45,51,23],[39,44,21],[99,104,84],[49,56,40],[34,40,26],[97,104,88],[140,147,129],[0,5,0],[65,71,43],[173,178,146],[50,53,22],[69,69,41],[109,105,78],[47,41,17],[50,44,20],[29,24,0],[43,38,9],[106,102,75],[124,119,97],[76,71,51],[41,36,17],[68,63,44],[71,65,49],[36,30,14],[11,5,0],[13,5,0],[59,51,40],[60,49,43],[22,11,9],[15,0,3],[8,0,0],[8,2,2],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[6,4,5],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[8,6,7],[6,2,3],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[3,0,0],[4,0,0],[7,3,2],[3,0,0],[6,2,1],[3,0,0],[8,4,3],[5,0,0],[7,1,1],[9,3,3],[9,3,3],[7,1,1],[5,0,0],[7,0,0],[8,0,0],[4,0,0],[9,5,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[12,2,0],[10,0,0],[39,21,11],[40,16,4],[56,28,14],[74,43,25],[83,51,30],[74,39,19],[61,26,4],[51,16,0],[61,25,11],[47,14,0],[80,48,27],[138,108,80],[119,90,56],[86,58,21],[91,62,28],[59,29,1],[77,46,25],[66,33,16],[52,19,4],[110,79,61],[82,54,30],[81,58,26],[88,70,30],[103,84,41],[114,86,47],[86,54,16],[112,80,41],[91,62,18],[120,93,46],[152,129,77],[130,111,53],[127,113,50],[164,155,88],[182,177,111],[145,144,80],[105,106,48],[129,133,82],[118,124,80],[70,78,39],[81,91,57],[73,86,58],[81,96,65],[119,136,94],[88,105,63],[63,79,43],[117,132,103],[86,100,75],[88,101,73],[85,100,59],[96,112,65],[115,128,84],[97,108,68],[128,135,101],[177,183,147],[217,223,175],[159,161,111],[154,147,101],[115,103,61],[99,85,48],[73,58,19],[110,93,50],[137,118,78],[93,72,43],[74,54,27],[50,34,0],[55,42,8],[53,42,22],[54,47,29],[46,46,22],[70,74,51],[20,27,9],[6,13,0],[9,14,0],[3,9,0],[19,24,2],[55,59,42],[1,5,0],[8,12,0],[22,26,11],[2,6,0],[2,7,0],[63,67,44],[131,134,107],[143,143,115],[70,69,41],[30,26,0],[20,16,0],[43,37,13],[38,32,6],[34,28,4],[30,25,3],[12,7,0],[24,19,0],[136,130,114],[125,119,103],[83,78,59],[112,107,88],[45,40,21],[14,7,0],[57,49,36],[61,51,41],[17,6,0],[11,0,0],[11,0,0],[7,1,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[3,0,0],[8,4,5],[7,3,4],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[8,0,0],[7,0,0],[9,4,1],[6,2,1],[5,1,0],[6,2,3],[4,0,0],[9,0,0],[29,14,7],[59,37,26],[55,27,13],[53,20,1],[88,52,30],[76,38,15],[41,4,0],[65,29,3],[81,45,23],[79,42,26],[31,0,0],[35,3,0],[91,61,33],[122,93,61],[107,78,44],[113,84,52],[101,70,42],[75,43,22],[70,37,20],[70,39,21],[91,63,42],[86,60,35],[75,55,22],[77,59,19],[79,61,21],[103,81,44],[63,41,4],[78,56,17],[94,72,31],[79,61,15],[88,72,21],[140,130,71],[133,125,63],[141,137,73],[156,155,90],[164,166,103],[139,144,86],[126,133,82],[103,110,66],[97,105,66],[57,68,34],[47,62,33],[53,70,38],[127,145,103],[103,122,77],[55,73,35],[56,73,39],[63,80,48],[76,92,55],[73,89,40],[111,126,71],[115,128,75],[73,85,35],[128,140,94],[181,190,143],[208,219,161],[138,146,86],[115,114,58],[152,146,94],[143,135,88],[85,75,26],[117,104,49],[156,140,88],[129,112,69],[76,58,18],[70,56,9],[74,61,17],[54,43,11],[41,34,6],[49,48,17],[56,57,26],[22,26,1],[31,36,13],[26,31,8],[25,30,7],[25,30,8],[1,5,0],[10,14,0],[3,5,0],[5,7,0],[5,6,0],[42,43,25],[89,88,68],[44,43,22],[119,117,94],[83,81,56],[37,33,8],[16,12,0],[32,27,5],[71,66,47],[65,59,43],[13,7,0],[6,0,0],[8,2,0],[59,53,41],[27,21,7],[13,7,0],[74,67,49],[125,118,99],[26,17,0],[8,0,0],[46,34,22],[40,27,18],[11,0,0],[8,0,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[12,10,11],[1,0,0],[9,7,8],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[9,5,6],[7,3,4],[3,0,0],[6,2,3],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[9,0,0],[11,0,0],[13,3,1],[9,1,0],[7,1,1],[8,4,5],[4,0,0],[9,0,0],[27,12,5],[60,38,25],[53,24,6],[55,19,0],[99,59,33],[96,55,27],[58,14,0],[78,37,9],[111,69,45],[92,50,34],[83,46,30],[66,34,11],[77,50,21],[45,18,0],[64,38,5],[74,45,13],[108,77,49],[84,49,27],[73,41,20],[74,46,24],[61,37,13],[59,38,9],[60,41,8],[53,35,0],[81,66,27],[98,84,49],[60,46,11],[73,59,22],[71,57,18],[43,32,0],[100,92,43],[156,151,95],[173,171,112],[165,167,104],[156,161,97],[183,189,127],[152,160,103],[58,66,15],[90,99,56],[110,120,83],[109,120,88],[91,105,79],[63,79,52],[119,140,101],[132,153,112],[160,180,143],[106,126,91],[48,65,31],[29,45,6],[72,89,37],[67,82,25],[63,76,20],[94,107,53],[120,132,82],[149,162,109],[187,201,139],[138,149,83],[114,119,55],[129,129,69],[102,99,44],[66,61,5],[133,125,60],[183,174,109],[144,131,79],[118,104,57],[71,60,6],[102,92,39],[112,103,60],[117,112,74],[97,93,56],[86,86,50],[88,89,57],[98,101,72],[84,88,63],[104,109,86],[122,127,105],[96,101,81],[35,38,21],[24,25,11],[29,30,16],[5,3,0],[21,19,4],[4,1,0],[24,21,2],[50,48,27],[87,82,60],[90,85,63],[37,33,8],[64,59,39],[31,25,13],[32,25,17],[22,15,7],[28,21,13],[16,9,1],[12,5,0],[6,0,0],[14,8,0],[9,2,0],[100,93,74],[116,108,89],[25,14,0],[24,12,0],[38,24,13],[21,7,0],[15,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[8,6,7],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[34,30,31],[133,129,130],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[7,0,0],[8,0,0],[9,0,1],[8,0,0],[9,0,0],[8,0,0],[9,0,0],[11,0,0],[15,0,0],[18,0,0],[10,0,0],[9,0,1],[9,5,6],[3,1,2],[7,2,0],[25,15,6],[51,32,17],[50,22,1],[69,33,7],[104,60,33],[102,55,27],[106,57,27],[112,61,34],[68,20,0],[75,30,11],[92,54,35],[96,66,42],[81,55,28],[60,37,6],[88,63,33],[97,67,39],[65,34,6],[126,92,67],[68,36,11],[86,60,33],[94,73,42],[35,19,0],[76,62,27],[73,57,21],[73,59,22],[66,58,22],[66,60,24],[41,35,0],[84,79,39],[72,69,26],[103,102,54],[185,185,133],[154,157,100],[171,177,117],[107,115,55],[159,169,109],[167,178,122],[119,129,79],[100,111,68],[61,71,34],[69,80,48],[125,139,116],[50,65,42],[105,124,94],[84,103,71],[116,137,104],[183,202,170],[89,106,72],[76,92,53],[61,75,26],[70,83,30],[78,88,36],[104,114,62],[67,77,27],[85,98,45],[232,246,187],[173,185,121],[111,118,50],[109,114,47],[97,98,40],[111,111,51],[156,153,82],[133,129,58],[131,122,65],[159,149,96],[129,120,61],[115,106,49],[114,106,57],[143,136,92],[89,84,42],[59,55,17],[85,83,45],[81,81,47],[103,108,78],[179,184,161],[68,71,50],[32,35,16],[68,69,53],[61,62,48],[35,33,20],[20,16,5],[8,4,0],[11,5,0],[19,13,0],[40,34,18],[21,16,0],[42,37,17],[124,119,97],[52,47,28],[12,7,1],[4,0,0],[4,0,0],[9,4,1],[24,19,15],[16,11,5],[19,12,2],[10,4,0],[7,0,0],[61,54,35],[84,76,55],[76,65,45],[29,16,0],[44,28,13],[13,0,0],[12,0,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[7,5,6],[2,0,1],[2,0,1],[1,0,0],[8,6,7],[1,0,0],[12,10,11],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[40,36,37],[155,151,152],[12,8,9],[11,7,8],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,1],[9,0,1],[9,0,0],[9,0,0],[10,0,1],[14,0,0],[14,0,0],[19,0,0],[13,0,0],[10,0,3],[8,3,7],[3,1,2],[11,6,2],[33,20,11],[48,27,10],[71,41,17],[64,25,0],[71,26,0],[110,59,28],[130,77,46],[135,81,53],[142,90,66],[87,41,17],[85,48,22],[83,53,27],[64,40,14],[67,46,19],[56,32,6],[104,74,48],[112,81,53],[111,77,49],[79,50,18],[93,71,34],[74,59,20],[80,68,30],[58,46,8],[68,54,19],[78,65,30],[34,30,0],[7,5,0],[100,98,60],[113,114,74],[121,122,80],[82,85,38],[171,175,125],[56,63,9],[157,166,109],[196,207,147],[146,160,101],[186,199,145],[119,133,84],[85,98,55],[10,22,0],[61,75,42],[69,81,59],[42,55,37],[35,50,29],[30,48,22],[14,33,5],[138,157,125],[195,212,178],[92,107,68],[40,51,9],[60,69,24],[85,93,46],[90,98,51],[65,73,26],[153,163,113],[206,219,165],[222,236,175],[122,133,64],[91,101,32],[114,120,60],[153,159,97],[138,142,66],[149,151,78],[132,130,73],[122,116,64],[158,153,95],[178,173,115],[136,129,77],[102,94,48],[73,66,24],[73,65,26],[79,71,32],[61,57,20],[95,98,67],[64,70,44],[17,21,0],[38,41,20],[49,50,32],[30,28,13],[14,10,0],[20,16,5],[24,17,7],[19,12,2],[31,24,14],[19,13,1],[24,18,2],[83,78,59],[84,79,59],[23,17,1],[9,4,0],[5,0,1],[13,7,9],[8,2,2],[17,12,9],[7,2,0],[6,0,0],[19,13,0],[34,27,9],[78,70,49],[85,74,52],[55,44,22],[78,66,44],[36,21,2],[18,0,0],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[10,0,1],[10,0,1],[11,1,2],[15,1,1],[16,0,0],[23,2,1],[17,1,2],[10,0,3],[7,1,5],[4,0,0],[14,4,2],[40,23,15],[59,32,15],[80,44,22],[76,32,5],[79,28,0],[119,66,35],[139,86,55],[138,84,56],[158,109,79],[107,64,32],[97,61,29],[72,45,15],[30,9,0],[46,26,1],[51,29,5],[70,42,18],[121,90,61],[113,80,47],[134,106,67],[91,72,29],[85,72,27],[102,94,48],[48,39,0],[59,46,11],[110,97,63],[67,63,25],[61,62,20],[133,134,92],[129,132,89],[70,73,30],[78,84,38],[127,135,86],[79,89,37],[89,102,48],[203,216,160],[181,196,141],[175,189,138],[201,217,170],[94,109,66],[90,105,66],[106,119,89],[50,59,40],[41,49,34],[55,68,51],[25,40,21],[20,38,12],[69,88,58],[158,174,138],[148,160,124],[85,92,58],[84,88,53],[133,135,98],[72,74,35],[69,76,32],[163,172,127],[196,207,164],[192,204,154],[171,183,119],[112,124,58],[137,148,92],[140,149,92],[88,98,27],[206,213,143],[150,153,100],[62,61,15],[90,89,35],[129,126,73],[94,88,40],[90,81,38],[111,98,63],[72,59,25],[20,7,0],[42,34,0],[23,24,0],[6,12,0],[57,61,34],[124,128,103],[81,83,62],[3,2,0],[15,11,0],[10,3,0],[24,15,8],[29,20,13],[27,18,11],[23,14,7],[58,50,39],[61,53,40],[29,24,5],[18,12,0],[7,2,0],[4,0,0],[9,3,5],[10,4,6],[13,7,7],[8,3,0],[10,3,0],[100,94,80],[137,130,112],[8,0,0],[30,20,0],[35,23,0],[95,80,59],[58,43,24],[40,22,8],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[6,4,5],[5,3,4],[51,49,50],[156,154,155],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[14,10,11],[3,0,0],[10,6,7],[3,0,0],[6,2,3],[3,0,0],[8,4,5],[15,11,12],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[12,2,3],[13,1,1],[17,2,0],[22,7,2],[17,5,5],[12,1,5],[10,1,6],[7,0,0],[18,2,2],[44,19,14],[66,30,16],[69,24,3],[100,49,22],[116,63,31],[130,77,45],[148,98,65],[136,90,57],[125,80,47],[142,100,62],[129,95,57],[158,134,100],[56,37,7],[25,7,0],[55,35,11],[66,38,14],[98,67,38],[153,121,83],[124,100,54],[106,90,38],[98,91,36],[120,117,66],[68,61,17],[125,112,77],[132,122,87],[109,106,63],[123,125,78],[151,152,108],[143,146,101],[61,67,23],[114,122,75],[127,136,89],[107,119,69],[67,81,28],[131,148,94],[169,186,132],[132,150,100],[168,185,140],[159,177,135],[152,170,132],[158,173,140],[72,82,57],[9,18,0],[16,27,10],[46,59,39],[62,78,49],[34,51,15],[115,132,90],[197,208,168],[177,183,149],[135,136,104],[104,104,68],[83,84,44],[59,65,19],[176,184,137],[252,255,221],[182,196,147],[158,174,109],[129,146,78],[113,128,73],[109,122,66],[152,165,95],[158,171,101],[90,98,47],[40,43,0],[94,96,46],[102,100,49],[157,150,104],[168,159,118],[83,69,34],[75,59,26],[97,78,45],[58,45,11],[42,43,11],[62,69,38],[105,110,80],[82,85,58],[83,82,61],[36,33,16],[6,0,0],[35,28,20],[33,24,19],[18,8,6],[33,23,21],[20,11,6],[33,24,15],[12,4,0],[35,29,13],[12,6,0],[4,0,0],[8,2,2],[10,4,4],[9,3,3],[28,23,20],[31,26,20],[16,9,0],[91,85,69],[127,120,101],[40,32,9],[31,21,0],[94,82,56],[55,40,17],[54,39,20],[56,39,23],[33,19,8],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[6,4,5],[3,1,2],[1,0,0],[139,137,138],[252,250,251],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[14,10,11],[3,0,0],[3,0,0],[7,3,4],[5,1,2],[5,1,2],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,1],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[13,1,3],[13,3,2],[14,5,0],[16,9,1],[11,6,3],[12,3,6],[15,4,10],[16,0,7],[27,0,5],[50,15,13],[74,26,14],[86,31,11],[104,47,20],[115,59,26],[144,91,57],[142,96,62],[132,94,58],[190,155,117],[121,84,40],[113,80,37],[187,165,128],[139,122,92],[81,65,40],[72,51,30],[66,38,14],[83,52,21],[146,117,75],[120,97,45],[111,99,39],[137,131,71],[131,128,73],[136,132,85],[133,123,88],[149,139,104],[171,167,120],[95,95,45],[117,116,68],[199,201,154],[106,109,64],[130,136,90],[95,103,56],[98,110,62],[59,73,22],[110,126,77],[180,198,148],[88,108,59],[43,62,17],[131,152,111],[148,168,131],[157,174,138],[196,207,173],[107,116,85],[77,87,62],[101,116,87],[120,138,98],[96,114,66],[141,158,104],[146,158,108],[169,174,133],[107,107,69],[71,69,28],[69,68,22],[119,124,70],[151,158,106],[221,230,185],[211,225,176],[168,187,121],[96,116,47],[122,139,84],[168,186,128],[209,227,153],[135,151,80],[103,113,61],[48,55,11],[83,87,37],[128,128,76],[151,147,99],[148,139,96],[89,75,40],[85,66,33],[98,78,41],[49,35,0],[53,53,19],[53,60,29],[66,71,41],[65,68,41],[58,57,36],[44,41,22],[39,33,21],[37,28,21],[12,1,0],[30,18,18],[27,15,15],[20,9,7],[30,21,14],[11,2,0],[43,37,23],[14,8,0],[4,0,0],[20,15,12],[13,8,5],[4,0,0],[31,26,20],[24,20,11],[21,15,3],[48,41,23],[53,45,24],[28,21,0],[139,129,102],[151,139,115],[49,34,13],[74,57,39],[50,31,16],[26,9,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[1,0,0],[10,8,9],[9,7,8],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[13,9,10],[3,0,0],[5,1,2],[7,3,2],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,3,2],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,0],[11,1,0],[12,2,1],[12,2,3],[11,1,2],[12,2,3],[13,1,3],[13,3,2],[10,2,0],[11,6,2],[8,3,0],[12,3,4],[21,9,11],[25,6,8],[34,4,4],[55,14,8],[89,36,22],[115,53,32],[130,66,38],[113,52,21],[135,82,48],[149,106,71],[125,91,54],[149,119,81],[58,29,0],[90,62,22],[86,66,29],[107,92,59],[79,64,35],[110,91,61],[99,74,43],[140,114,77],[113,89,43],[99,82,28],[138,129,70],[146,144,85],[104,104,50],[114,113,65],[60,55,17],[84,79,41],[170,168,120],[163,163,113],[112,114,65],[151,153,106],[168,174,130],[96,103,59],[103,112,67],[55,67,21],[57,71,22],[114,130,81],[182,200,152],[118,137,91],[67,86,41],[60,81,40],[108,128,91],[59,79,42],[163,179,140],[227,242,203],[166,181,148],[58,74,38],[177,194,152],[158,176,126],[156,173,119],[148,161,108],[109,116,72],[121,126,85],[78,84,38],[114,121,70],[160,169,114],[137,147,94],[227,239,193],[235,249,200],[183,203,140],[137,157,94],[162,180,128],[153,172,117],[150,169,105],[158,177,113],[88,101,55],[97,105,64],[81,87,41],[120,122,75],[101,97,52],[132,123,82],[126,110,76],[90,70,35],[91,67,29],[77,59,21],[29,24,0],[53,53,25],[38,41,12],[27,30,3],[44,43,22],[69,66,51],[35,28,18],[27,20,14],[31,22,17],[36,25,21],[10,0,0],[36,25,21],[38,29,22],[33,27,15],[24,21,2],[15,12,0],[11,7,0],[14,9,3],[6,1,0],[13,8,4],[68,65,56],[26,24,11],[32,29,12],[30,25,6],[13,6,0],[19,11,0],[24,13,0],[41,29,7],[46,31,10],[69,54,35],[87,71,56],[30,16,7],[9,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[8,4,3],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[6,4,5],[3,1,2],[2,0,1],[1,0,0],[6,4,5],[1,0,0],[3,1,2],[2,0,1],[5,3,4],[4,2,3],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[8,4,5],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[5,1,0],[6,2,3],[8,2,4],[8,2,4],[9,0,1],[7,0,0],[7,0,0],[11,0,0],[13,2,0],[18,7,5],[17,6,4],[15,4,2],[13,1,1],[12,0,0],[12,0,0],[11,1,0],[12,0,2],[15,3,7],[13,1,3],[11,1,0],[18,8,6],[38,29,22],[45,31,22],[49,23,10],[79,41,22],[106,50,25],[149,84,56],[127,61,29],[113,50,17],[123,70,38],[164,121,87],[102,72,36],[53,31,0],[81,62,30],[54,39,6],[52,38,3],[94,80,43],[65,50,9],[133,116,73],[144,126,80],[121,103,55],[74,60,11],[137,127,76],[123,120,69],[108,110,60],[69,72,25],[65,71,25],[53,59,15],[20,23,0],[93,96,49],[133,136,89],[83,86,43],[78,83,42],[167,172,132],[111,117,79],[130,138,97],[128,139,96],[102,115,69],[131,147,100],[227,243,196],[216,233,188],[119,136,92],[68,86,46],[91,108,72],[86,106,69],[98,123,83],[192,217,177],[141,161,124],[72,88,52],[74,88,52],[39,51,11],[33,46,2],[141,154,110],[138,154,109],[99,117,69],[57,75,25],[158,176,124],[117,134,82],[126,142,93],[202,215,171],[163,176,132],[204,222,172],[155,175,124],[143,160,116],[122,139,95],[98,114,69],[140,153,110],[61,71,34],[107,114,80],[126,127,93],[87,84,49],[69,61,25],[90,77,42],[111,92,59],[92,69,35],[109,83,46],[82,59,25],[67,51,26],[70,62,39],[108,104,77],[13,13,0],[25,26,8],[41,41,29],[22,19,14],[38,33,29],[6,0,0],[22,14,3],[10,0,0],[29,21,10],[54,48,36],[38,35,18],[90,90,62],[20,20,0],[14,8,0],[23,16,8],[14,9,5],[23,20,15],[64,64,52],[68,69,53],[20,19,0],[52,51,31],[44,38,24],[39,31,18],[31,19,5],[29,18,0],[24,13,0],[56,45,25],[85,73,59],[34,24,15],[8,0,0],[12,3,4],[4,0,0],[9,5,4],[5,4,2],[1,0,0],[7,6,2],[3,0,0],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[1,0,0],[4,2,3],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[33,31,32],[66,64,65],[9,7,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[7,5,6],[2,0,1],[1,0,0],[6,4,5],[10,8,9],[1,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[5,1,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[4,0,1],[4,0,1],[5,0,1],[8,0,0],[10,0,0],[11,1,0],[12,1,0],[11,0,0],[22,8,5],[22,8,5],[19,8,6],[19,8,6],[18,6,6],[17,7,6],[16,6,5],[16,4,6],[12,0,2],[12,0,2],[11,0,0],[13,4,0],[25,15,5],[49,33,17],[58,31,10],[51,11,0],[108,53,23],[144,79,47],[144,78,44],[130,67,32],[123,70,36],[131,88,53],[101,71,33],[65,45,10],[58,44,15],[39,29,2],[41,27,0],[113,98,65],[47,29,0],[60,41,0],[94,77,31],[99,85,36],[80,70,19],[88,82,30],[128,128,78],[97,101,51],[122,128,82],[83,90,46],[91,100,57],[91,98,56],[90,97,53],[125,131,87],[125,130,89],[32,39,0],[123,130,89],[104,112,73],[85,96,56],[108,121,78],[121,134,91],[206,221,178],[199,214,171],[230,247,203],[200,218,176],[132,150,110],[118,136,98],[140,162,124],[164,192,151],[158,189,147],[112,137,98],[79,96,60],[75,89,54],[54,66,30],[57,69,31],[136,151,108],[169,188,142],[101,125,75],[46,73,20],[88,112,60],[92,114,65],[146,165,119],[190,205,162],[175,190,147],[239,255,212],[156,175,129],[93,112,67],[105,123,81],[76,93,51],[88,103,64],[54,66,28],[67,75,38],[95,99,64],[73,73,37],[82,76,40],[94,84,48],[93,78,39],[139,120,80],[151,128,87],[86,64,27],[78,61,33],[70,56,30],[33,26,0],[21,20,0],[60,62,41],[61,63,49],[35,35,25],[36,33,26],[68,61,51],[44,36,25],[32,22,12],[8,0,0],[6,0,0],[45,42,23],[76,79,52],[41,41,15],[15,9,0],[23,14,7],[20,15,12],[30,27,22],[54,54,42],[61,62,44],[14,16,0],[16,15,0],[20,14,2],[39,30,21],[18,5,0],[64,52,36],[70,59,37],[60,52,31],[29,20,5],[30,19,13],[8,0,0],[13,3,4],[8,2,2],[6,2,1],[1,0,0],[4,4,2],[1,0,0],[6,5,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,1,0],[4,0,0],[4,3,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[6,4,5],[1,0,0],[6,4,5],[2,0,1],[11,9,10],[27,25,26],[1,0,0],[7,5,6],[6,4,5],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[15,13,14],[50,48,49],[43,41,42],[3,1,2],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[7,1,3],[9,0,3],[13,4,5],[19,9,8],[22,11,9],[19,8,6],[15,4,0],[17,3,0],[18,4,1],[17,6,4],[18,7,5],[16,6,5],[16,6,5],[14,4,5],[14,4,5],[18,3,6],[22,7,10],[10,0,0],[8,0,0],[16,2,0],[52,29,11],[80,46,21],[53,9,0],[101,48,17],[130,71,39],[132,69,34],[138,78,41],[147,94,54],[94,49,10],[74,40,2],[88,64,28],[65,50,21],[64,52,26],[54,39,16],[87,71,48],[102,82,58],[62,42,15],[70,51,18],[95,80,39],[104,94,45],[71,66,11],[109,108,52],[129,132,77],[150,153,106],[132,137,96],[93,99,63],[104,110,76],[25,31,0],[110,116,78],[200,207,166],[196,205,162],[108,117,74],[101,112,69],[98,109,66],[123,136,93],[90,105,66],[189,205,168],[219,236,200],[179,196,160],[191,212,173],[165,186,147],[136,157,116],[109,134,92],[131,162,120],[145,176,134],[135,160,121],[104,124,87],[87,103,67],[91,105,69],[105,120,81],[113,130,88],[166,185,139],[105,127,78],[98,122,70],[138,162,110],[158,180,131],[186,205,159],[212,227,184],[216,233,189],[125,148,96],[131,154,100],[109,132,80],[154,177,125],[101,121,70],[103,123,74],[87,103,56],[88,100,54],[96,103,59],[102,105,60],[75,72,27],[67,60,14],[99,86,42],[163,146,102],[131,113,67],[95,76,33],[72,57,16],[84,72,34],[38,32,0],[37,33,4],[75,75,47],[109,112,85],[38,37,16],[8,5,0],[89,82,74],[63,54,49],[48,37,33],[53,43,34],[58,50,37],[77,71,57],[55,53,40],[32,28,17],[18,9,0],[23,14,7],[15,7,5],[6,1,0],[18,15,6],[62,60,45],[48,47,26],[22,19,0],[16,8,0],[14,4,0],[10,0,0],[51,38,22],[83,71,49],[58,47,27],[33,21,7],[31,20,14],[23,11,11],[7,0,0],[4,0,0],[3,0,0],[10,9,7],[0,0,0],[11,11,9],[4,3,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[4,2,3],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[5,3,4],[3,1,2],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[2,0,1],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[6,2,1],[5,1,0],[6,2,1],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,0],[7,2,0],[9,3,3],[11,2,3],[13,4,5],[19,9,8],[24,13,11],[24,13,11],[21,10,6],[18,7,3],[13,0,0],[14,0,0],[13,2,0],[13,2,0],[12,2,1],[11,1,0],[10,1,2],[11,1,0],[14,0,0],[26,12,11],[14,4,3],[15,4,0],[26,8,0],[66,38,16],[111,72,43],[88,42,9],[118,69,37],[132,79,45],[112,56,19],[129,74,33],[138,85,41],[96,49,5],[87,52,10],[103,77,40],[80,63,33],[50,36,10],[20,3,0],[35,18,0],[128,109,92],[92,74,52],[47,30,0],[90,76,37],[116,108,59],[117,112,56],[171,171,111],[185,189,130],[69,76,24],[63,70,26],[114,120,86],[70,75,45],[41,48,17],[60,67,33],[109,117,78],[111,122,79],[148,160,112],[113,127,78],[122,138,91],[107,122,81],[117,133,97],[121,138,106],[133,152,124],[117,138,107],[169,193,159],[195,220,181],[218,243,201],[154,181,136],[143,174,130],[195,226,184],[157,182,143],[126,146,109],[159,175,139],[134,150,114],[105,121,84],[97,114,72],[130,152,105],[128,152,102],[163,190,137],[185,212,161],[171,195,145],[182,201,155],[248,255,223],[243,255,216],[201,224,172],[137,165,107],[118,146,88],[147,172,115],[110,135,78],[111,134,78],[111,130,75],[90,107,53],[111,124,70],[112,121,68],[66,68,18],[79,77,28],[124,116,67],[103,93,44],[74,60,13],[141,127,80],[95,82,37],[112,100,60],[74,65,34],[57,52,23],[40,39,8],[106,107,76],[99,99,71],[30,28,7],[8,0,0],[30,19,15],[25,11,8],[33,20,12],[90,81,66],[74,67,51],[4,0,0],[15,8,2],[32,21,15],[19,8,4],[14,4,5],[22,14,12],[19,15,6],[41,39,24],[37,35,14],[24,19,0],[7,0,0],[11,0,0],[18,4,0],[37,24,8],[58,46,24],[50,37,18],[35,23,9],[8,0,0],[22,12,11],[6,0,0],[13,7,9],[1,0,0],[0,0,0],[10,10,8],[2,2,0],[0,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[10,8,9],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,2,3],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[13,9,8],[13,9,8],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[6,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[9,1,0],[7,0,0],[11,1,0],[15,5,4],[18,7,5],[18,7,5],[17,6,2],[16,5,1],[16,5,1],[14,3,0],[15,4,0],[15,4,2],[13,2,0],[11,1,0],[11,1,0],[11,3,1],[13,3,1],[10,0,0],[16,2,0],[14,6,4],[18,7,3],[21,0,0],[70,36,11],[118,73,40],[72,24,0],[119,74,41],[120,76,41],[110,62,22],[141,90,45],[124,71,21],[144,94,45],[144,105,62],[101,73,36],[79,63,30],[90,76,49],[79,63,40],[63,46,26],[42,25,5],[47,31,8],[49,34,3],[117,105,65],[101,95,45],[77,75,18],[195,197,134],[163,167,106],[106,113,59],[74,82,35],[106,112,74],[97,104,71],[110,119,90],[41,50,21],[70,80,43],[77,90,46],[102,118,69],[141,158,106],[135,153,105],[101,119,77],[144,163,131],[150,170,145],[147,169,148],[172,194,173],[176,201,172],[227,253,218],[165,194,150],[138,167,121],[136,167,123],[162,193,151],[210,236,197],[222,244,208],[205,222,188],[133,149,113],[121,137,100],[165,183,141],[187,209,163],[164,188,140],[153,180,129],[132,156,106],[122,144,97],[151,170,125],[232,249,207],[204,223,178],[179,203,153],[194,221,166],[151,179,121],[95,123,65],[157,185,126],[173,199,138],[172,196,136],[147,167,106],[123,138,79],[98,109,51],[74,81,27],[98,101,48],[121,119,70],[84,78,30],[96,85,40],[121,109,67],[87,73,34],[91,78,44],[88,78,53],[85,77,54],[100,96,69],[108,107,77],[52,51,20],[18,14,0],[30,21,6],[24,11,2],[83,71,59],[33,21,5],[28,17,0],[45,37,16],[15,7,0],[7,0,0],[29,16,10],[22,8,7],[16,6,7],[14,5,6],[4,0,0],[22,19,4],[19,14,0],[25,18,0],[34,24,14],[37,24,15],[11,0,0],[28,12,0],[38,23,2],[64,51,32],[32,20,8],[8,0,0],[11,1,2],[15,6,11],[4,0,2],[1,0,2],[13,13,13],[0,1,0],[1,3,2],[5,5,5],[4,0,1],[5,0,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[3,1,2],[4,2,3],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[42,40,41],[28,26,27],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[3,0,0],[4,0,0],[3,0,0],[7,3,2],[11,7,6],[7,3,2],[3,0,0],[10,6,5],[12,8,7],[4,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[6,1,0],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[10,2,0],[10,2,0],[10,0,0],[14,5,0],[19,8,4],[18,7,3],[15,4,0],[13,2,0],[15,4,0],[17,6,2],[15,4,0],[16,5,1],[15,4,2],[14,3,1],[11,1,0],[11,1,0],[12,4,2],[15,5,3],[18,5,0],[8,0,0],[12,6,6],[13,2,0],[21,0,0],[91,51,25],[138,88,51],[62,13,0],[99,61,25],[92,56,22],[76,37,0],[121,77,30],[130,77,23],[164,113,60],[157,119,74],[136,108,69],[113,94,61],[103,89,60],[85,71,44],[73,59,32],[47,33,4],[34,23,0],[88,79,40],[155,148,102],[189,186,133],[87,88,30],[132,136,75],[128,136,76],[133,142,85],[170,180,128],[130,142,96],[137,147,110],[110,120,93],[17,30,2],[44,58,22],[81,96,53],[154,172,124],[184,204,153],[173,195,148],[144,165,126],[122,142,114],[184,206,185],[168,191,173],[113,138,119],[65,93,68],[167,196,165],[124,156,115],[153,186,141],[153,186,143],[100,131,90],[162,188,151],[176,200,164],[203,225,189],[215,235,200],[189,210,171],[176,197,156],[151,174,128],[168,192,144],[167,193,145],[96,122,74],[106,129,83],[163,184,141],[178,196,156],[127,148,107],[92,118,71],[184,212,163],[136,164,113],[127,156,100],[160,188,130],[140,168,109],[156,182,121],[164,186,124],[152,170,110],[129,142,86],[120,129,76],[121,125,75],[120,119,73],[105,102,59],[129,121,82],[82,72,36],[38,25,0],[108,94,67],[107,95,71],[120,113,87],[104,99,70],[16,12,0],[32,29,0],[51,46,17],[31,23,2],[33,22,4],[56,43,24],[11,0,0],[22,12,0],[35,25,0],[52,44,23],[41,32,17],[31,18,10],[10,0,0],[19,7,11],[32,23,24],[23,19,10],[19,16,0],[12,10,0],[66,61,41],[58,48,36],[37,24,15],[38,24,11],[78,62,47],[77,62,41],[67,54,35],[34,22,10],[10,0,0],[12,2,3],[4,0,2],[3,0,2],[11,9,12],[0,0,0],[1,3,2],[0,1,0],[1,1,1],[2,0,1],[4,0,1],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[3,1,2],[1,0,0],[1,0,0],[26,24,25],[31,29,30],[4,2,3],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[14,12,13],[12,10,11],[1,0,0],[1,0,0],[9,7,8],[4,2,3],[1,0,0],[60,58,59],[37,35,36],[14,12,13],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[5,1,0],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[19,15,14],[50,46,45],[23,19,18],[11,7,6],[9,5,4],[10,6,5],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[11,1,0],[12,3,0],[12,3,0],[12,3,0],[15,4,0],[17,6,2],[19,8,4],[17,6,0],[14,3,0],[13,2,0],[16,5,1],[20,9,5],[13,2,0],[14,3,0],[14,5,0],[14,4,2],[12,2,0],[12,2,0],[14,4,2],[15,6,1],[23,10,1],[12,2,0],[13,9,8],[17,6,4],[50,21,5],[140,96,69],[176,122,84],[111,62,22],[75,40,8],[81,55,22],[65,33,0],[106,68,19],[164,113,56],[163,112,57],[121,80,36],[135,105,67],[101,81,46],[82,69,34],[61,49,11],[19,10,0],[88,81,35],[78,75,24],[111,110,56],[129,130,73],[195,198,141],[200,205,147],[114,122,63],[146,155,98],[121,132,76],[156,171,116],[146,163,108],[145,161,114],[120,135,104],[73,87,61],[46,61,28],[86,104,66],[145,166,123],[143,164,121],[172,194,155],[174,198,164],[194,218,192],[203,228,207],[79,106,89],[24,51,34],[85,115,91],[152,182,154],[181,215,178],[111,146,104],[134,166,125],[138,169,128],[133,161,123],[81,107,72],[168,192,158],[221,245,209],[201,223,185],[199,221,182],[136,162,117],[121,147,100],[127,153,106],[98,124,77],[133,156,112],[159,182,140],[121,142,103],[113,135,97],[85,111,72],[141,169,129],[74,101,58],[147,175,127],[150,177,126],[31,55,3],[61,84,28],[158,179,122],[130,149,93],[140,154,101],[132,142,92],[120,126,82],[110,111,71],[91,88,53],[76,71,39],[47,37,10],[55,43,19],[67,52,29],[121,110,82],[144,135,106],[84,77,49],[37,30,2],[68,61,35],[46,39,11],[63,54,23],[84,75,44],[63,52,24],[53,41,15],[35,23,0],[18,6,0],[90,80,53],[88,77,55],[70,57,48],[41,27,26],[36,24,26],[11,3,1],[4,0,0],[21,18,0],[34,32,7],[110,106,81],[70,61,46],[49,37,25],[79,65,52],[106,93,76],[90,78,56],[37,26,6],[20,7,0],[20,9,7],[29,18,22],[12,5,12],[5,0,6],[11,9,14],[89,89,91],[254,255,255],[114,115,117],[2,2,4],[2,0,3],[4,0,3],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[2,0,1],[1,1,1],[1,0,0],[2,0,1],[4,2,3],[26,24,25],[33,31,32],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[41,39,40],[18,16,17],[8,6,7],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[2,0,1],[1,0,0],[4,2,3],[3,0,0],[6,2,1],[4,0,0],[3,0,0],[3,0,0],[12,8,7],[54,50,49],[108,104,103],[14,10,9],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,2],[4,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[6,2,1],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[11,2,0],[12,3,0],[13,4,0],[13,4,0],[14,3,0],[15,4,0],[14,3,0],[12,1,0],[9,0,0],[10,0,0],[14,3,0],[18,7,3],[13,2,0],[16,5,1],[18,9,4],[19,10,5],[17,8,3],[17,8,3],[18,9,4],[20,9,3],[22,10,0],[21,13,2],[16,12,11],[23,12,8],[85,54,36],[156,109,79],[163,110,70],[130,81,40],[89,60,28],[106,86,53],[97,72,32],[98,64,16],[166,117,59],[164,113,56],[108,67,23],[95,65,27],[63,43,6],[64,51,9],[80,72,25],[40,34,0],[113,112,56],[123,127,68],[127,133,73],[153,161,101],[168,176,119],[149,158,103],[138,148,95],[172,185,132],[119,133,80],[72,91,36],[91,112,55],[97,119,70],[128,147,115],[94,112,86],[30,49,19],[84,103,71],[150,172,136],[187,211,175],[172,196,162],[120,145,116],[128,153,131],[205,232,213],[142,171,153],[53,85,64],[89,121,98],[62,96,69],[140,175,143],[99,133,98],[87,119,80],[112,142,104],[109,139,103],[116,143,108],[213,240,205],[220,247,212],[206,232,195],[180,206,167],[175,202,159],[119,145,100],[110,136,91],[123,149,104],[145,170,128],[118,143,103],[64,89,50],[90,114,80],[150,175,143],[176,203,170],[128,154,117],[112,139,98],[141,167,120],[64,88,38],[142,165,111],[121,142,86],[29,48,0],[158,172,119],[195,204,157],[129,134,93],[72,74,37],[80,79,48],[55,51,22],[47,40,14],[58,48,23],[72,61,33],[129,121,84],[143,135,96],[77,71,37],[37,31,0],[49,42,14],[47,40,11],[84,76,39],[104,96,59],[66,57,24],[59,48,20],[50,37,18],[60,47,28],[91,79,53],[65,53,31],[25,13,1],[10,0,0],[43,33,32],[32,24,21],[8,6,0],[18,17,0],[3,3,0],[60,59,31],[82,75,56],[68,59,44],[31,19,3],[55,44,26],[73,62,40],[50,42,23],[8,0,0],[34,24,22],[23,14,17],[9,2,9],[3,0,4],[62,61,66],[248,249,251],[189,190,192],[81,82,84],[1,2,4],[1,1,3],[2,0,3],[4,0,1],[5,0,1],[4,0,1],[2,0,1],[1,1,1],[1,1,1],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[9,7,8],[8,6,7],[6,4,5],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[11,7,6],[3,0,0],[5,1,0],[5,1,0],[7,3,2],[127,123,122],[117,113,112],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[6,2,3],[5,1,2],[5,0,0],[4,0,0],[6,0,0],[12,4,2],[18,8,6],[21,11,9],[26,17,12],[21,12,7],[11,0,0],[9,0,0],[15,2,0],[20,7,0],[33,20,12],[29,16,8],[38,27,21],[24,13,7],[11,0,0],[12,1,0],[13,2,0],[15,4,0],[15,4,0],[21,10,4],[31,20,14],[29,18,14],[21,10,6],[22,12,3],[31,19,7],[20,12,1],[16,12,9],[35,22,16],[68,35,16],[122,76,43],[141,88,46],[99,52,10],[44,18,0],[70,51,19],[84,62,23],[93,62,16],[152,107,50],[146,97,41],[142,101,57],[152,120,81],[103,82,39],[52,39,0],[92,85,33],[168,165,110],[175,179,120],[98,106,46],[109,120,60],[150,164,105],[109,122,68],[118,130,80],[99,112,66],[97,113,68],[82,101,56],[81,103,57],[120,146,98],[108,134,89],[157,181,147],[85,105,78],[83,103,76],[164,187,161],[242,255,239],[217,241,215],[178,204,179],[88,116,93],[25,53,31],[112,141,119],[139,171,150],[34,67,46],[70,104,80],[51,86,62],[100,136,110],[92,127,97],[117,148,114],[106,136,100],[109,139,105],[186,215,184],[160,189,158],[109,139,105],[81,108,73],[129,157,119],[179,207,166],[140,167,124],[130,157,114],[110,137,94],[161,188,147],[130,155,116],[124,148,114],[133,158,126],[111,137,108],[206,232,203],[176,201,169],[130,156,117],[133,159,114],[98,122,74],[125,148,94],[113,132,77],[102,119,64],[156,169,116],[155,164,117],[160,166,122],[61,63,24],[62,59,26],[65,60,31],[41,36,6],[54,48,12],[124,117,73],[90,84,34],[150,144,94],[140,133,89],[68,60,23],[69,60,27],[53,44,11],[86,81,43],[54,46,9],[47,38,7],[33,21,0],[16,3,0],[43,27,14],[109,93,77],[40,24,8],[16,4,0],[11,1,0],[9,2,0],[34,30,21],[58,57,37],[58,61,34],[47,51,18],[85,86,55],[91,86,64],[21,14,0],[10,2,0],[32,24,5],[70,62,39],[31,24,5],[6,0,0],[15,7,5],[29,20,25],[6,0,6],[8,3,9],[1,0,4],[0,0,4],[6,7,11],[0,0,2],[0,0,2],[2,0,3],[4,0,3],[5,0,3],[5,0,3],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[48,46,47],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[1,0,0]],[[4,2,3],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,0,0],[3,0,0],[9,5,4],[10,6,5],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,1,2],[2,0,3],[2,0,3],[3,1,2],[7,3,4],[7,3,4],[8,2,2],[8,2,2],[21,13,11],[11,3,1],[7,0,0],[10,0,0],[33,24,19],[57,48,43],[51,40,36],[22,11,7],[23,12,6],[20,7,0],[40,27,19],[18,5,0],[17,6,0],[35,24,18],[42,31,25],[39,28,22],[26,15,9],[17,6,0],[27,16,10],[33,22,16],[20,9,3],[18,8,0],[22,12,3],[16,3,0],[19,5,0],[27,15,3],[27,20,14],[32,18,9],[42,10,0],[118,72,38],[128,77,34],[92,47,5],[82,56,23],[43,24,0],[47,25,0],[54,23,0],[152,106,54],[164,117,63],[82,41,0],[120,88,47],[126,104,57],[77,61,12],[114,104,53],[105,102,49],[82,87,33],[104,114,61],[106,120,67],[82,99,47],[34,50,3],[104,120,75],[105,120,79],[58,76,36],[87,109,71],[53,77,41],[161,188,153],[161,188,155],[136,161,131],[193,217,191],[223,247,223],[226,249,229],[203,226,208],[156,180,164],[144,171,156],[48,77,59],[41,70,50],[107,139,118],[167,199,176],[49,83,59],[39,74,50],[54,89,67],[42,77,57],[77,111,87],[133,164,133],[76,106,72],[134,165,133],[194,227,196],[184,217,186],[37,71,38],[51,82,48],[84,116,79],[159,190,149],[184,212,171],[174,201,160],[86,113,72],[91,117,78],[146,172,137],[134,159,127],[61,88,57],[68,94,67],[137,163,134],[191,218,185],[154,180,143],[142,169,124],[154,181,130],[139,162,106],[138,157,101],[150,168,110],[143,156,100],[121,131,78],[105,111,63],[89,92,49],[66,66,28],[33,30,0],[54,50,13],[69,66,21],[124,121,70],[86,83,28],[79,73,21],[122,116,68],[97,90,46],[86,78,39],[111,106,68],[126,121,81],[90,85,47],[62,56,24],[46,36,9],[30,17,0],[55,39,23],[59,42,24],[54,39,20],[14,2,0],[21,14,0],[13,7,0],[11,9,0],[42,44,20],[7,11,0],[79,83,46],[96,98,61],[68,67,39],[26,21,0],[7,0,0],[44,38,16],[64,58,36],[16,11,0],[9,5,0],[24,18,18],[23,14,19],[10,3,10],[3,0,4],[9,7,12],[0,0,4],[0,0,4],[0,0,2],[7,7,9],[2,0,3],[4,0,3],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[27,25,26],[75,73,74],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[13,9,8],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[17,13,12],[3,0,0],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[5,1,2],[3,0,0],[4,0,1],[7,1,3],[7,1,1],[8,2,2],[11,5,5],[11,3,1],[9,1,0],[13,5,3],[8,0,0],[7,0,0],[33,23,21],[56,46,44],[53,42,38],[75,64,58],[46,36,27],[38,28,19],[20,10,1],[14,3,0],[17,6,0],[44,35,28],[61,52,45],[32,21,15],[36,25,19],[43,30,22],[36,23,15],[21,8,0],[23,9,0],[31,17,8],[30,16,5],[25,7,0],[39,21,7],[35,22,13],[56,37,23],[51,17,0],[119,75,38],[133,84,41],[104,59,17],[67,38,4],[93,70,39],[45,19,0],[67,34,0],[161,115,66],[183,135,86],[115,74,30],[51,17,0],[86,60,11],[103,83,33],[111,98,53],[95,90,48],[69,71,32],[90,101,61],[129,144,105],[160,176,137],[34,50,11],[20,36,0],[105,121,84],[115,132,98],[46,66,38],[56,82,57],[191,220,200],[164,193,175],[146,171,149],[185,211,186],[121,146,127],[119,143,129],[57,80,70],[29,55,46],[65,91,82],[48,76,64],[56,84,69],[81,112,94],[192,224,203],[76,108,85],[47,80,59],[58,91,72],[45,78,61],[81,112,94],[113,143,115],[85,116,85],[124,157,126],[120,155,125],[86,123,92],[26,63,32],[76,111,79],[127,161,128],[171,203,166],[116,144,106],[173,199,162],[133,159,122],[102,129,94],[180,207,176],[70,96,67],[49,78,48],[46,77,46],[106,137,106],[137,167,133],[166,194,154],[125,153,105],[164,191,136],[147,171,111],[125,147,83],[151,170,106],[174,188,126],[119,130,70],[96,104,47],[125,130,76],[90,92,43],[36,35,0],[58,57,11],[97,97,45],[102,102,48],[86,84,35],[59,55,8],[93,86,40],[85,79,31],[71,67,20],[55,51,6],[54,50,12],[50,46,11],[87,83,48],[85,79,45],[91,81,46],[70,57,25],[44,28,2],[39,23,0],[48,37,15],[29,22,3],[35,29,13],[73,71,50],[128,129,98],[108,113,73],[120,126,82],[101,103,63],[65,64,33],[70,66,41],[72,66,44],[80,74,52],[37,31,9],[8,2,0],[18,13,9],[23,17,19],[24,15,20],[6,0,6],[6,1,7],[3,1,6],[7,7,9],[0,1,3],[2,3,5],[4,4,6],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[5,1,2],[5,0,1],[6,0,0],[4,0,0],[6,0,0],[15,9,9],[10,2,0],[7,0,0],[15,7,5],[16,8,6],[7,0,0],[7,0,0],[14,4,2],[18,9,4],[92,81,75],[90,80,71],[46,36,27],[9,0,0],[16,5,0],[17,6,0],[30,21,14],[14,5,0],[20,9,3],[30,20,11],[49,36,28],[47,34,25],[32,18,9],[34,20,9],[45,28,18],[41,23,9],[46,24,10],[82,59,43],[37,18,3],[45,20,0],[101,66,34],[151,108,66],[138,91,45],[102,57,15],[75,41,6],[79,48,17],[59,26,0],[90,51,12],[130,82,36],[184,133,86],[170,126,81],[121,83,36],[89,57,6],[95,69,20],[90,73,30],[122,112,76],[83,84,52],[36,45,14],[53,66,36],[122,139,105],[128,145,109],[46,64,26],[67,84,48],[137,156,124],[133,156,130],[159,184,165],[153,183,171],[156,186,174],[143,170,153],[23,50,31],[42,69,54],[67,93,82],[55,80,74],[36,61,57],[60,87,82],[85,112,105],[35,65,53],[58,89,74],[203,234,216],[149,180,162],[66,97,79],[39,72,55],[85,117,102],[96,127,109],[104,134,108],[156,186,158],[143,176,147],[40,76,48],[43,82,53],[69,108,79],[97,136,105],[178,213,181],[181,212,178],[99,129,93],[147,174,139],[106,132,97],[41,68,37],[91,117,88],[67,96,68],[58,88,62],[67,102,72],[61,96,64],[68,102,67],[101,133,92],[139,171,122],[153,182,128],[174,202,143],[147,172,107],[140,161,96],[174,190,125],[94,106,42],[81,91,30],[161,166,108],[181,184,129],[77,80,27],[81,84,31],[118,121,66],[113,116,63],[138,137,93],[79,76,35],[92,88,43],[113,109,62],[55,51,3],[50,47,2],[13,11,0],[20,17,0],[80,78,39],[95,92,49],[101,94,48],[78,67,22],[70,56,19],[20,5,0],[52,41,11],[28,21,0],[35,31,6],[16,15,0],[42,44,7],[98,101,56],[104,108,58],[137,140,95],[98,95,62],[57,51,25],[52,46,22],[51,45,23],[11,4,0],[31,25,11],[25,17,15],[8,0,4],[9,0,5],[6,0,4],[17,10,17],[2,0,5],[0,0,2],[5,6,8],[0,0,2],[5,5,7],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[9,7,8],[9,7,8],[3,1,2],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[5,3,4],[5,1,0],[3,0,0],[6,2,1],[3,0,0],[11,7,6],[3,0,0],[16,12,11],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[11,2,3],[10,1,2],[9,0,1],[10,1,2],[7,0,0],[12,3,4],[26,17,18],[15,7,5],[8,0,0],[6,0,0],[6,0,0],[10,2,0],[8,0,0],[6,0,0],[9,0,0],[23,12,6],[53,43,34],[57,48,41],[19,10,3],[15,6,0],[18,9,2],[21,12,5],[13,4,0],[10,0,0],[8,0,0],[41,28,19],[66,52,41],[49,32,22],[40,24,11],[48,30,16],[44,22,8],[47,18,2],[79,48,28],[78,50,28],[45,14,0],[97,59,20],[154,111,66],[157,111,62],[110,66,21],[122,80,42],[87,47,12],[109,66,32],[138,92,56],[123,72,29],[159,108,61],[161,113,65],[152,108,59],[135,95,46],[137,105,58],[97,74,33],[61,47,12],[74,70,41],[96,102,74],[60,73,45],[103,118,87],[101,117,81],[82,98,61],[58,74,37],[120,137,103],[192,215,187],[166,191,170],[150,181,166],[156,186,176],[55,83,71],[37,65,53],[56,83,74],[56,83,76],[52,79,74],[61,88,83],[48,74,71],[32,59,54],[19,46,41],[58,85,78],[76,103,94],[89,117,105],[86,114,100],[62,90,75],[66,95,77],[110,139,119],[141,169,146],[148,178,152],[64,98,71],[88,124,98],[40,80,53],[132,172,145],[97,138,108],[156,193,162],[174,207,176],[183,212,181],[191,218,187],[79,104,74],[65,91,62],[85,114,86],[101,131,107],[60,94,69],[66,105,78],[85,124,95],[44,81,48],[66,102,64],[145,181,137],[162,194,144],[196,225,169],[146,172,111],[189,211,147],[167,186,122],[155,170,105],[129,141,77],[186,194,134],[252,255,198],[137,142,84],[132,137,81],[139,146,92],[127,134,83],[93,93,55],[61,58,23],[70,65,25],[111,107,62],[88,84,37],[66,63,18],[86,86,48],[88,88,50],[101,102,58],[118,118,68],[118,116,59],[129,123,65],[108,96,44],[62,49,4],[58,46,8],[45,34,2],[42,35,6],[17,12,0],[35,33,0],[68,70,21],[91,94,41],[154,153,105],[97,93,56],[40,33,5],[31,21,0],[58,47,27],[39,28,10],[38,28,18],[19,9,10],[26,15,21],[20,9,15],[16,7,12],[6,0,4],[10,8,11],[0,0,2],[13,13,15],[0,0,2],[3,1,4],[6,2,3],[7,1,3],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[1,0,0],[3,1,2],[7,5,6],[7,5,6],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[12,10,11],[12,10,11],[4,2,3],[1,0,0],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[7,5,6],[28,24,23],[3,0,0],[9,5,4],[3,0,0],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[11,2,3],[10,1,2],[12,3,4],[17,8,9],[14,5,6],[18,9,10],[33,24,25],[6,0,0],[12,4,2],[11,3,1],[9,1,0],[16,8,6],[18,10,8],[12,4,2],[12,4,1],[8,0,0],[13,4,0],[65,56,49],[34,25,18],[11,2,0],[16,7,0],[8,0,0],[23,14,7],[21,11,2],[22,12,2],[26,14,2],[49,35,22],[65,49,36],[41,23,9],[36,17,2],[76,50,35],[72,39,20],[78,42,20],[143,108,80],[86,50,14],[78,40,0],[103,61,11],[120,77,26],[132,86,37],[119,71,31],[134,86,50],[126,76,41],[159,107,70],[149,96,56],[149,97,50],[177,127,78],[141,93,44],[165,118,72],[148,107,63],[131,102,62],[89,71,33],[33,29,0],[34,40,6],[43,54,20],[53,69,33],[47,63,26],[75,91,52],[112,128,91],[109,126,90],[122,143,112],[135,161,132],[167,197,173],[146,177,159],[53,83,75],[29,55,52],[77,104,99],[29,56,49],[45,72,65],[43,70,63],[53,80,75],[39,65,62],[36,62,61],[38,64,63],[23,49,46],[55,82,77],[87,114,105],[72,100,85],[74,103,83],[121,149,126],[137,165,142],[77,107,83],[19,53,28],[130,168,143],[90,133,106],[128,171,144],[130,173,145],[171,210,181],[193,228,198],[147,176,146],[146,172,143],[144,169,140],[64,90,63],[58,86,61],[101,133,110],[62,97,75],[50,92,70],[35,79,54],[52,95,67],[105,145,111],[168,206,167],[183,219,173],[98,130,80],[132,161,105],[200,225,167],[146,168,106],[207,225,163],[163,177,115],[135,145,84],[209,217,157],[225,233,174],[173,181,122],[106,115,58],[43,52,0],[48,51,6],[75,76,34],[79,76,33],[98,95,52],[64,61,18],[90,89,45],[74,76,36],[104,107,64],[140,143,96],[145,148,95],[178,177,120],[174,168,110],[128,117,61],[124,111,59],[120,107,63],[85,73,35],[83,75,39],[48,43,5],[53,51,3],[108,107,53],[49,48,0],[102,100,49],[83,78,40],[60,51,22],[17,5,0],[36,23,4],[49,36,19],[28,15,6],[13,1,3],[20,7,16],[12,1,7],[9,0,5],[4,0,2],[3,0,2],[15,13,16],[0,0,2],[12,12,14],[8,6,9],[6,2,3],[7,1,3],[9,0,3],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[2,0,1],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[4,2,3],[7,5,6],[32,28,27],[3,0,0],[6,2,1],[3,0,0],[9,5,4],[7,3,2],[11,7,6],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[8,0,0],[11,1,0],[7,0,0],[12,4,2],[22,14,12],[20,12,10],[18,10,8],[31,23,21],[40,31,32],[29,20,21],[12,6,6],[4,0,0],[6,0,0],[12,6,6],[11,5,5],[6,0,0],[19,10,5],[14,5,0],[40,31,24],[15,8,0],[22,15,9],[45,38,32],[33,24,17],[14,5,0],[36,26,17],[50,37,28],[26,12,1],[24,8,0],[55,37,23],[48,29,14],[46,27,12],[99,72,55],[113,75,56],[91,46,23],[114,71,37],[98,56,14],[132,90,40],[139,98,44],[116,73,20],[128,80,31],[123,70,26],[145,90,51],[141,82,48],[162,103,69],[169,114,75],[133,79,33],[139,86,34],[129,76,24],[168,115,71],[221,176,135],[203,170,125],[142,121,76],[95,89,41],[55,58,11],[69,81,33],[91,104,60],[49,62,19],[142,154,114],[85,97,59],[106,122,85],[107,127,90],[107,133,94],[166,198,157],[85,118,87],[17,47,39],[35,63,66],[28,57,53],[34,64,56],[51,81,69],[42,72,60],[43,70,63],[39,65,62],[50,74,76],[48,71,77],[35,58,64],[38,62,64],[66,91,85],[41,68,53],[54,82,59],[123,149,124],[135,161,136],[67,95,72],[57,91,67],[33,71,48],[123,165,141],[55,99,74],[129,172,145],[221,255,233],[165,200,170],[95,125,97],[168,194,167],[177,201,175],[76,102,77],[129,157,134],[57,89,68],[25,62,44],[30,73,56],[39,83,68],[90,133,114],[105,147,123],[176,215,186],[141,177,141],[128,160,119],[176,205,159],[119,146,95],[135,155,102],[204,221,166],[192,207,150],[145,158,102],[172,183,127],[244,253,196],[200,209,152],[195,207,145],[163,175,111],[119,128,65],[93,96,39],[111,109,60],[122,119,76],[94,90,52],[90,88,50],[38,41,0],[57,63,17],[80,86,40],[60,62,15],[102,99,54],[101,95,47],[123,111,59],[147,134,81],[107,93,46],[161,146,103],[135,123,85],[134,125,84],[104,98,48],[126,124,67],[109,107,48],[102,96,44],[70,61,22],[79,65,36],[52,36,13],[41,24,6],[60,42,28],[40,23,16],[23,6,12],[10,0,5],[8,0,4],[14,3,9],[23,14,19],[3,0,2],[3,1,2],[6,6,6],[1,0,0],[1,0,0],[7,3,4],[7,1,3],[9,0,1],[10,0,1],[8,0,0],[6,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[8,6,7],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[3,1,2]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[6,4,5],[7,3,2],[6,2,1],[3,0,0],[11,7,6],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[12,3,4],[11,2,3],[4,0,0],[8,3,0],[22,17,14],[18,13,10],[12,7,4],[21,16,13],[49,43,43],[21,15,15],[11,5,5],[15,9,9],[10,4,4],[10,4,6],[15,9,11],[13,7,7],[7,0,0],[19,10,5],[15,6,1],[32,23,18],[51,40,36],[27,16,10],[39,26,17],[36,23,14],[40,28,16],[42,28,17],[37,23,12],[24,8,0],[23,5,0],[54,35,21],[81,60,43],[83,56,37],[95,57,34],[85,40,11],[128,82,46],[152,105,61],[120,72,23],[150,103,51],[187,140,88],[123,75,26],[93,45,0],[129,77,37],[133,81,42],[150,98,59],[173,122,79],[129,75,29],[147,90,37],[160,103,50],[147,90,45],[209,162,118],[185,153,104],[95,75,24],[146,134,86],[170,168,119],[138,145,93],[141,153,103],[126,139,93],[128,143,102],[103,118,85],[94,113,83],[32,58,21],[84,115,74],[193,221,180],[152,181,150],[29,56,49],[31,59,62],[47,76,74],[41,70,65],[27,57,47],[37,67,57],[42,72,62],[45,74,69],[29,57,58],[44,72,76],[27,54,61],[55,83,87],[49,75,72],[42,68,55],[40,68,45],[99,128,100],[186,214,189],[104,134,110],[31,64,43],[51,89,68],[77,119,99],[125,168,148],[90,132,110],[201,241,215],[119,155,127],[56,89,60],[179,208,178],[198,227,199],[120,148,123],[99,128,106],[34,65,47],[48,82,66],[45,85,74],[53,94,80],[61,103,81],[64,104,77],[158,195,164],[127,163,127],[137,169,130],[109,140,96],[135,163,114],[173,198,143],[156,177,120],[180,200,141],[231,248,193],[201,216,161],[141,154,100],[166,179,123],[195,209,148],[145,157,93],[174,185,119],[151,157,95],[129,132,79],[118,117,73],[80,78,39],[42,42,4],[108,111,66],[104,107,60],[68,71,26],[59,60,16],[56,53,12],[85,80,38],[147,139,90],[143,131,79],[89,77,27],[67,55,7],[113,105,59],[124,117,71],[126,120,68],[104,99,41],[80,76,15],[122,113,56],[97,85,37],[87,69,31],[97,76,45],[66,44,20],[59,38,19],[36,16,9],[22,3,7],[19,2,12],[14,1,8],[9,0,3],[4,0,0],[15,11,12],[8,6,7],[134,132,133],[18,16,17],[7,3,4],[8,2,4],[8,2,4],[9,0,3],[9,0,1],[6,0,0],[6,0,0],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[5,3,4],[25,23,24],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[5,3,4],[6,4,5],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,0],[7,3,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[7,1,1],[8,2,2],[7,1,1],[5,0,0],[5,0,0],[7,1,1],[4,0,1],[5,1,2],[3,0,0],[14,10,9],[10,6,3],[25,20,17],[19,14,11],[20,15,12],[4,0,0],[5,1,0],[11,7,6],[3,0,0],[9,5,6],[14,9,13],[3,0,2],[13,7,9],[15,7,5],[13,3,2],[22,10,10],[42,26,27],[69,51,49],[22,3,0],[68,49,35],[65,46,29],[62,43,28],[54,36,22],[44,26,16],[32,13,6],[30,10,3],[37,17,6],[51,30,13],[67,41,18],[124,89,61],[122,79,45],[145,95,58],[172,117,76],[128,67,23],[176,117,73],[168,114,68],[99,52,6],[82,44,0],[84,51,6],[107,76,32],[146,113,68],[178,137,91],[186,136,87],[171,109,58],[166,103,50],[162,106,55],[180,137,84],[197,171,114],[93,73,22],[75,53,14],[112,96,60],[124,120,72],[129,133,82],[126,140,91],[154,175,136],[110,132,109],[86,115,95],[68,109,79],[109,146,115],[107,130,104],[123,140,121],[61,87,76],[38,69,64],[32,60,61],[40,68,69],[35,65,65],[36,67,62],[47,80,71],[44,77,68],[52,87,80],[39,75,71],[44,78,80],[79,110,113],[76,106,104],[47,77,65],[62,90,67],[99,129,101],[161,195,168],[170,205,181],[33,68,48],[47,84,67],[30,68,55],[119,160,146],[185,224,206],[134,173,152],[43,82,55],[108,145,112],[151,186,153],[200,233,202],[109,142,115],[77,109,88],[50,81,66],[98,128,116],[98,125,116],[77,106,88],[54,85,53],[39,71,30],[94,126,85],[112,143,102],[83,114,73],[89,118,74],[108,137,83],[126,155,91],[112,139,70],[124,149,81],[156,178,116],[193,214,158],[137,155,105],[163,179,130],[101,114,61],[42,52,0],[69,78,25],[96,105,52],[198,204,156],[138,141,96],[83,86,43],[129,130,88],[186,187,143],[120,121,77],[68,69,25],[32,31,0],[98,97,53],[112,109,66],[92,89,44],[119,115,67],[106,100,48],[70,65,10],[31,28,0],[99,97,46],[86,85,29],[97,95,36],[112,106,44],[181,170,108],[142,123,64],[127,105,48],[108,82,33],[94,66,27],[95,69,44],[73,50,36],[39,18,17],[58,42,45],[13,3,4],[13,7,7],[32,26,26],[4,0,0],[30,26,27],[202,198,199],[28,23,27],[4,0,2],[8,2,6],[7,1,5],[10,4,8],[12,6,8],[6,2,3],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[6,4,5],[1,0,0],[1,0,0],[2,0,3],[1,0,2],[3,1,4],[1,0,2]],[[3,1,2],[4,2,3],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[14,12,13],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[7,3,0],[8,4,1],[11,7,4],[15,11,8],[13,9,6],[8,3,0],[6,1,0],[5,0,0],[6,1,0],[7,1,1],[7,1,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[9,5,6],[4,0,1],[7,3,4],[9,5,4],[9,5,2],[6,1,0],[24,19,15],[45,40,36],[7,2,0],[19,14,10],[12,7,4],[12,6,6],[16,10,12],[4,0,0],[9,3,7],[40,34,36],[87,79,76],[7,0,0],[10,0,0],[36,18,18],[43,22,19],[29,7,0],[66,45,26],[99,77,54],[76,56,32],[59,38,19],[36,16,5],[17,0,0],[44,24,15],[59,40,26],[54,33,12],[96,70,43],[114,81,46],[119,77,39],[131,79,39],[184,125,83],[154,89,47],[194,131,87],[181,124,79],[111,64,18],[105,73,24],[214,191,141],[116,94,45],[112,86,37],[150,114,64],[193,146,94],[205,143,92],[209,146,93],[211,159,102],[181,142,83],[162,142,83],[141,125,74],[92,68,34],[97,77,44],[121,113,67],[143,147,96],[126,140,91],[107,129,91],[177,202,183],[141,173,160],[50,94,71],[18,58,32],[53,70,52],[52,64,50],[50,76,63],[41,72,64],[32,60,61],[37,65,69],[37,66,70],[35,67,66],[52,88,78],[65,103,90],[51,91,80],[38,79,71],[64,103,102],[73,109,109],[63,95,92],[80,110,100],[67,97,73],[90,121,90],[122,159,128],[130,169,142],[124,162,141],[28,66,51],[30,68,57],[54,94,83],[155,196,182],[42,81,62],[32,72,45],[117,157,123],[128,165,131],[201,236,203],[102,135,106],[67,96,74],[74,102,87],[90,116,105],[96,120,107],[63,88,66],[41,69,29],[60,89,43],[81,110,66],[103,134,93],[86,116,80],[91,119,78],[94,124,70],[148,178,114],[202,233,163],[161,191,121],[172,198,137],[113,138,83],[131,155,103],[108,128,79],[90,103,57],[77,89,43],[65,77,31],[70,79,34],[176,183,139],[182,189,145],[163,169,125],[101,104,59],[134,137,92],[98,99,55],[95,96,52],[82,81,37],[72,71,27],[31,30,0],[68,67,23],[91,89,41],[99,96,41],[138,136,79],[65,64,8],[91,90,34],[131,130,74],[111,109,52],[106,97,38],[140,129,67],[124,104,41],[151,127,65],[142,115,60],[130,101,57],[103,76,46],[76,53,35],[43,22,17],[34,18,18],[13,5,3],[10,6,3],[25,20,17],[28,22,22],[4,0,0],[5,0,1],[4,0,0],[16,10,14],[10,4,8],[6,0,4],[6,1,5],[7,2,6],[4,2,3],[4,2,3],[4,4,2],[5,4,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,2],[1,0,2],[5,3,6],[10,8,11]],[[2,0,1],[5,3,4],[2,0,1],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[6,2,1],[8,4,3],[12,8,7],[10,6,5],[4,0,0],[3,0,0],[5,0,0],[7,1,1],[7,1,1],[5,0,0],[6,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[4,0,0],[15,9,9],[12,7,4],[28,23,19],[18,11,5],[36,29,23],[51,44,38],[16,7,2],[15,6,1],[7,0,0],[16,6,4],[12,2,1],[8,0,0],[29,18,22],[27,17,16],[24,17,7],[34,26,15],[18,7,1],[11,0,0],[42,24,14],[53,32,15],[40,20,0],[73,54,24],[76,57,27],[80,60,35],[43,25,5],[53,34,19],[75,53,39],[59,38,19],[80,59,32],[115,91,57],[101,67,29],[88,45,3],[89,38,0],[192,135,90],[187,124,80],[180,119,72],[170,116,69],[137,91,42],[142,106,56],[255,242,192],[170,142,92],[128,98,46],[119,82,29],[145,98,44],[185,128,73],[196,140,83],[234,189,130],[213,181,124],[113,96,40],[133,121,71],[105,87,51],[79,63,29],[125,121,76],[126,132,86],[90,105,62],[178,200,164],[98,123,104],[64,95,80],[159,201,181],[80,115,95],[49,66,50],[49,61,47],[58,84,71],[43,74,66],[56,85,83],[70,98,101],[36,66,68],[30,60,60],[63,96,87],[54,92,79],[47,87,76],[48,88,80],[54,93,92],[65,101,101],[67,99,96],[69,99,87],[66,96,72],[117,148,117],[130,167,134],[115,156,126],[190,230,206],[131,172,154],[46,87,73],[23,63,52],[76,117,103],[96,138,118],[56,96,70],[141,180,149],[162,197,164],[187,221,188],[133,162,134],[58,83,61],[44,65,50],[65,86,71],[111,136,117],[98,127,99],[71,102,61],[88,119,77],[142,172,134],[90,120,86],[113,142,112],[106,136,102],[161,193,146],[159,190,133],[161,193,130],[139,169,107],[142,171,115],[144,171,118],[174,201,146],[144,167,115],[61,78,33],[102,117,74],[94,107,64],[56,69,26],[70,81,38],[54,65,22],[99,108,65],[74,81,37],[84,90,46],[124,127,84],[142,143,99],[67,68,24],[55,54,10],[56,55,11],[110,109,63],[92,90,41],[163,158,102],[179,174,116],[131,129,72],[122,119,66],[126,123,70],[143,137,85],[157,150,95],[83,70,15],[68,52,0],[109,88,31],[139,116,64],[167,144,100],[106,85,54],[34,17,0],[20,6,0],[36,25,21],[18,10,7],[4,0,0],[15,10,7],[27,21,21],[41,32,33],[21,12,15],[33,24,27],[13,4,9],[17,8,13],[10,1,6],[6,0,4],[6,0,2],[5,1,2],[6,2,3],[6,5,3],[4,3,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,1,2],[1,0,0],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[2,0,3],[1,0,2]],[[1,0,0],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,0,0],[8,2,2],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[10,4,4],[6,0,0],[13,4,5],[9,1,0],[8,0,0],[7,0,0],[32,23,18],[34,25,18],[29,19,10],[15,5,0],[12,0,0],[16,3,0],[18,5,0],[21,8,2],[15,1,0],[22,8,7],[37,23,22],[21,7,4],[33,25,12],[36,29,13],[40,30,20],[93,79,70],[113,95,83],[47,29,9],[40,23,0],[52,33,1],[80,61,29],[85,66,36],[80,60,36],[99,78,59],[67,46,27],[35,15,0],[103,82,51],[166,140,103],[131,96,54],[147,104,59],[140,89,42],[187,134,84],[184,126,76],[159,102,49],[167,114,62],[125,78,26],[119,79,27],[96,60,8],[163,132,78],[168,135,82],[156,117,62],[173,128,71],[189,139,80],[149,100,41],[125,87,25],[160,134,75],[87,74,21],[159,151,104],[114,100,61],[58,46,8],[114,111,68],[140,147,103],[93,110,68],[161,182,149],[28,53,31],[0,11,0],[25,62,45],[29,62,45],[52,66,51],[51,63,49],[49,75,62],[29,60,52],[48,77,75],[72,100,101],[47,77,77],[47,78,73],[73,106,95],[48,84,70],[53,91,78],[67,107,98],[60,99,96],[57,93,91],[80,112,107],[51,81,69],[66,96,72],[157,190,159],[154,194,160],[91,135,102],[109,152,125],[174,217,197],[122,164,150],[48,92,79],[41,85,70],[69,112,93],[89,132,105],[125,164,133],[171,206,173],[199,230,198],[140,165,136],[64,83,61],[53,70,52],[90,109,90],[88,114,89],[73,104,72],[116,148,109],[107,142,102],[131,165,132],[92,125,98],[137,169,145],[161,191,163],[133,165,124],[141,173,124],[137,170,117],[162,192,140],[140,170,120],[95,123,74],[215,244,188],[155,182,127],[67,89,43],[96,114,74],[90,106,67],[41,57,18],[51,66,25],[10,23,0],[0,9,0],[63,72,29],[45,52,8],[89,95,51],[102,105,60],[87,88,44],[104,103,57],[60,59,13],[109,108,60],[83,81,30],[86,82,21],[72,66,4],[103,98,40],[120,117,62],[98,95,44],[124,118,68],[49,42,0],[82,70,18],[131,115,63],[91,74,22],[101,81,31],[131,112,70],[91,76,43],[14,2,0],[17,8,0],[44,35,26],[29,22,16],[9,4,0],[16,11,7],[12,7,4],[35,27,25],[50,41,42],[13,4,5],[15,6,9],[20,11,14],[14,5,8],[9,3,5],[8,2,4],[5,1,2],[4,0,1],[3,2,0],[2,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[8,6,9],[1,0,2]],[[1,0,0],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,4,5],[5,3,4],[1,0,0],[1,0,0],[4,0,1],[5,1,2],[6,2,1],[9,5,4],[4,0,0],[6,2,1],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[11,5,5],[10,1,2],[7,0,0],[18,7,5],[18,4,1],[17,4,0],[11,0,0],[31,17,8],[45,28,18],[57,40,30],[20,2,0],[16,0,0],[25,7,0],[25,6,0],[23,4,0],[19,0,0],[19,0,0],[40,23,16],[28,16,0],[36,27,10],[71,59,47],[118,104,95],[113,97,84],[27,10,0],[75,58,32],[90,73,43],[69,50,18],[67,48,18],[109,89,65],[93,71,50],[62,40,19],[83,61,37],[104,81,50],[136,108,69],[141,104,59],[180,136,87],[177,130,78],[170,119,66],[174,121,67],[151,96,40],[183,130,76],[148,99,43],[139,94,39],[155,114,60],[168,128,76],[145,106,51],[190,149,93],[200,158,100],[238,194,133],[139,99,37],[112,80,19],[158,136,78],[157,145,93],[157,150,104],[215,206,163],[107,99,60],[75,76,36],[88,96,55],[56,72,35],[136,157,126],[73,97,73],[51,80,62],[31,65,51],[31,59,47],[48,62,49],[60,74,59],[55,81,68],[46,77,69],[39,68,64],[53,82,80],[79,108,104],[87,118,112],[76,110,96],[64,100,86],[61,99,86],[69,109,98],[81,117,113],[45,80,76],[59,92,85],[45,76,61],[104,133,111],[184,217,188],[142,182,148],[72,116,83],[68,112,85],[126,171,150],[65,112,96],[16,62,49],[19,66,50],[84,131,111],[135,179,154],[163,203,176],[131,166,136],[173,202,172],[124,147,119],[119,137,113],[80,93,75],[69,84,63],[83,110,79],[95,129,92],[95,130,90],[156,190,155],[97,129,105],[72,104,83],[112,143,125],[223,255,232],[158,192,157],[156,189,146],[115,148,105],[51,82,40],[21,52,11],[42,71,25],[225,255,199],[172,201,145],[162,187,145],[135,157,121],[70,90,53],[51,71,34],[24,42,4],[17,33,0],[85,100,59],[86,99,56],[45,54,11],[57,64,20],[82,85,40],[70,72,25],[85,84,36],[66,65,17],[111,109,60],[110,107,54],[84,78,16],[106,101,37],[149,145,84],[99,94,39],[132,126,76],[106,100,52],[69,61,12],[107,97,48],[109,97,47],[46,32,0],[66,52,5],[71,58,16],[61,50,18],[12,5,0],[16,11,0],[13,9,0],[23,16,8],[33,26,20],[17,10,4],[9,1,0],[22,12,10],[44,34,33],[14,4,3],[20,10,11],[19,9,10],[16,5,9],[15,6,9],[14,5,8],[7,1,3],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[210,208,209],[108,106,107],[13,11,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[7,3,4],[6,2,3],[5,1,0],[7,3,2],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[8,2,2],[10,4,4],[14,6,4],[37,23,22],[30,15,12],[19,1,0],[30,13,6],[18,0,0],[45,25,14],[60,41,27],[77,55,42],[86,64,51],[28,6,0],[34,12,0],[48,26,13],[26,4,0],[17,0,0],[17,0,0],[37,17,6],[27,14,0],[49,37,21],[49,36,27],[20,7,0],[67,53,44],[41,25,12],[95,79,56],[166,149,123],[87,67,40],[57,37,12],[89,67,46],[121,98,80],[112,89,71],[71,46,24],[33,9,0],[61,33,0],[182,144,97],[195,149,97],[178,131,77],[149,100,44],[177,128,70],[179,128,71],[198,147,90],[165,116,60],[143,94,38],[166,119,65],[184,139,84],[134,91,36],[134,94,35],[172,134,72],[210,172,109],[174,140,77],[189,161,98],[144,123,66],[147,135,85],[141,133,87],[197,189,143],[145,141,96],[205,206,166],[107,115,78],[107,123,87],[140,159,129],[56,79,51],[18,43,22],[70,101,86],[89,115,104],[64,81,65],[40,57,41],[40,66,53],[46,78,67],[60,90,82],[52,81,76],[60,90,82],[68,98,88],[52,84,71],[53,90,73],[78,116,101],[62,102,91],[46,83,75],[39,74,67],[28,61,52],[19,51,36],[130,159,137],[145,178,151],[153,193,159],[176,221,188],[50,96,68],[53,101,79],[30,78,62],[30,81,66],[28,79,64],[82,131,112],[171,219,197],[92,136,109],[76,115,86],[139,172,143],[99,123,97],[128,146,122],[110,123,103],[78,96,72],[99,129,93],[76,111,71],[162,198,160],[137,172,140],[81,114,93],[63,96,79],[77,110,93],[88,122,98],[109,143,108],[108,143,103],[71,103,66],[73,105,68],[138,168,134],[212,243,202],[228,255,204],[205,235,181],[95,122,81],[46,72,37],[114,138,104],[130,152,116],[42,62,25],[75,93,55],[110,127,85],[78,91,48],[85,97,51],[95,103,56],[55,61,13],[59,61,12],[128,128,78],[144,142,91],[174,173,119],[167,165,108],[146,141,77],[142,137,71],[166,162,99],[185,180,124],[97,91,39],[96,90,40],[132,124,75],[146,139,87],[89,79,28],[56,44,0],[107,94,49],[100,88,48],[61,52,19],[12,6,0],[21,16,0],[25,22,7],[22,16,4],[14,7,0],[21,14,6],[23,16,8],[30,21,16],[19,9,7],[9,0,0],[23,13,12],[15,5,4],[14,4,5],[15,6,7],[15,6,9],[8,2,4],[6,0,2],[7,1,1],[7,3,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[31,29,30],[22,20,21],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[8,6,7],[1,0,0]],[[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[3,0,0],[4,0,1],[6,2,3],[4,0,1],[6,0,0],[8,2,2],[7,1,1],[5,0,0],[11,2,3],[19,9,8],[34,19,14],[23,4,0],[27,7,0],[33,13,4],[26,4,0],[46,22,10],[72,46,33],[76,48,34],[128,101,84],[61,32,16],[38,9,0],[59,31,17],[72,44,30],[73,45,33],[65,39,26],[50,28,15],[26,10,0],[58,46,32],[93,80,74],[57,43,42],[75,61,58],[71,56,49],[80,64,49],[115,98,78],[68,50,28],[61,40,21],[67,44,30],[122,95,84],[112,86,73],[36,9,0],[36,10,0],[87,56,25],[139,98,54],[155,109,59],[184,138,86],[201,156,101],[200,155,98],[179,132,76],[177,128,72],[210,159,104],[135,84,29],[167,116,63],[169,119,66],[139,92,38],[108,68,9],[138,102,42],[180,149,85],[178,150,87],[176,150,89],[145,123,66],[118,101,55],[109,96,52],[194,184,135],[207,203,155],[95,96,54],[110,118,81],[130,144,111],[150,166,137],[117,138,107],[2,26,0],[8,32,18],[63,87,74],[65,84,65],[63,82,63],[49,77,63],[32,64,53],[59,89,79],[50,77,68],[58,86,74],[87,117,105],[56,88,73],[38,72,56],[60,96,82],[64,102,89],[35,73,62],[34,70,60],[28,61,50],[72,104,89],[174,203,183],[203,235,211],[149,188,159],[99,144,115],[53,98,75],[48,95,77],[29,80,65],[31,83,70],[18,72,58],[33,86,70],[51,102,83],[54,102,80],[120,163,136],[155,191,165],[160,190,164],[172,196,172],[153,172,150],[133,156,130],[134,164,128],[121,156,116],[120,154,119],[85,118,91],[51,82,64],[62,93,78],[56,87,69],[50,83,56],[95,129,92],[142,177,135],[138,169,135],[198,227,197],[240,255,239],[157,184,151],[125,153,105],[109,137,88],[10,38,0],[0,20,0],[57,82,50],[115,139,105],[84,106,68],[90,111,72],[77,94,52],[79,95,50],[48,60,12],[152,160,111],[91,95,44],[120,123,70],[157,156,102],[124,121,66],[195,190,134],[218,214,153],[158,154,90],[81,77,13],[125,121,58],[172,168,107],[81,76,20],[100,95,39],[101,94,39],[105,98,43],[129,120,65],[83,73,20],[87,77,28],[94,82,40],[40,31,0],[14,7,0],[28,21,2],[40,33,17],[33,27,13],[24,18,6],[32,23,14],[21,12,3],[32,23,16],[38,29,22],[35,24,20],[26,15,13],[18,7,5],[15,3,3],[15,5,6],[16,6,7],[11,2,3],[10,1,2],[10,1,4],[8,2,4],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[9,7,8],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[7,5,6],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[3,1,2],[5,1,2],[7,3,4],[6,2,3],[3,0,0],[6,0,0],[10,4,4],[8,2,2],[6,0,0],[10,1,2],[22,11,9],[40,21,15],[32,9,1],[50,26,16],[34,10,0],[29,3,0],[43,15,1],[76,47,31],[62,31,13],[85,52,33],[138,105,86],[109,76,59],[76,45,27],[86,55,37],[69,40,22],[68,39,23],[94,68,53],[78,61,43],[70,56,43],[77,62,57],[46,32,32],[37,23,23],[44,30,27],[45,31,20],[63,47,32],[84,65,48],[61,38,22],[62,36,23],[94,66,55],[90,62,50],[50,22,8],[60,33,12],[118,87,56],[163,122,78],[190,147,96],[215,172,119],[216,175,121],[188,147,91],[202,159,104],[179,132,78],[218,168,115],[176,123,71],[164,111,59],[171,120,67],[170,123,69],[120,79,23],[127,92,34],[193,164,104],[196,170,109],[147,118,58],[148,121,66],[103,81,34],[73,54,11],[189,177,125],[208,202,150],[117,118,76],[96,102,66],[112,123,91],[177,192,161],[150,170,133],[77,98,67],[23,44,27],[38,58,46],[84,103,83],[53,76,56],[43,71,57],[45,75,63],[73,101,87],[38,66,51],[48,76,61],[82,110,95],[48,79,63],[59,93,76],[64,101,84],[72,110,95],[62,100,87],[13,51,38],[62,98,84],[179,213,197],[94,125,107],[97,130,109],[81,119,94],[55,99,74],[41,86,66],[36,84,68],[41,91,80],[48,101,91],[49,105,94],[116,172,159],[112,169,152],[185,238,218],[181,229,207],[167,211,186],[169,207,182],[205,237,213],[230,255,235],[196,222,195],[106,137,103],[97,131,94],[119,153,120],[79,112,85],[82,113,95],[60,91,73],[45,77,53],[47,81,48],[94,130,86],[187,220,175],[222,252,216],[175,201,174],[83,108,87],[24,48,22],[83,110,69],[42,69,24],[35,61,26],[29,56,25],[80,105,73],[175,199,165],[148,170,132],[136,157,118],[140,158,116],[143,159,112],[71,83,33],[99,108,55],[110,115,61],[145,146,89],[161,160,103],[147,143,82],[117,111,49],[152,146,84],[178,177,113],[132,131,67],[82,81,17],[122,121,57],[85,81,18],[112,108,45],[150,145,81],[112,107,43],[151,143,81],[115,106,49],[80,70,19],[110,98,56],[63,50,18],[64,52,28],[53,40,24],[24,12,0],[41,34,18],[45,39,25],[18,10,0],[46,38,27],[45,37,26],[22,13,4],[28,17,11],[25,14,10],[23,12,8],[17,6,4],[14,4,3],[14,4,5],[11,2,3],[10,1,2],[10,1,4],[5,0,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[1,0,0],[1,0,0],[15,13,14],[17,15,16],[1,0,0],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,2,2],[9,3,3],[9,0,1],[16,7,8],[13,5,3],[7,0,0],[12,2,1],[16,2,0],[64,41,35],[72,45,34],[66,38,26],[62,33,19],[56,24,9],[26,0,0],[69,34,15],[83,48,29],[74,37,18],[130,93,74],[134,99,79],[126,91,71],[82,49,30],[90,59,39],[68,37,19],[47,20,1],[84,63,42],[91,74,58],[44,29,22],[48,34,33],[46,34,34],[24,13,11],[62,49,40],[69,53,38],[79,60,43],[37,14,0],[63,35,21],[101,71,60],[92,63,49],[64,37,18],[39,13,0],[115,86,52],[144,105,62],[163,121,71],[182,142,91],[168,128,77],[172,135,83],[215,175,123],[170,127,76],[174,127,75],[202,150,100],[194,141,91],[181,129,79],[177,130,78],[128,87,33],[91,59,2],[170,144,87],[221,196,139],[207,176,119],[149,118,63],[133,102,56],[76,49,4],[105,90,35],[129,119,66],[161,158,117],[141,142,108],[166,173,142],[181,195,162],[204,222,184],[130,150,115],[76,93,74],[113,131,115],[78,100,79],[68,93,71],[30,58,43],[28,56,42],[54,83,65],[61,88,69],[64,91,72],[69,96,77],[52,84,63],[64,97,78],[57,91,75],[31,70,52],[139,177,162],[113,151,136],[104,141,124],[62,96,80],[67,100,83],[51,84,67],[54,91,73],[67,108,90],[58,102,87],[46,94,82],[46,97,88],[65,121,112],[95,152,143],[111,171,161],[160,221,206],[154,212,197],[115,170,151],[126,178,156],[163,208,185],[221,255,241],[228,255,243],[165,199,174],[121,152,121],[110,139,108],[134,163,133],[126,154,129],[107,134,115],[77,105,83],[80,109,79],[136,167,126],[182,214,164],[149,181,131],[165,193,155],[58,82,56],[0,17,0],[35,56,37],[62,86,52],[54,79,40],[32,57,25],[87,112,82],[79,103,71],[100,124,90],[179,201,163],[181,202,161],[164,183,138],[139,155,106],[88,101,48],[88,97,42],[177,182,124],[128,129,69],[166,164,103],[174,170,107],[98,93,29],[105,101,37],[156,156,92],[186,188,123],[135,137,72],[110,111,45],[110,110,40],[108,105,34],[136,132,59],[115,108,38],[152,143,76],[145,135,74],[127,115,63],[124,109,66],[86,69,39],[59,41,21],[30,10,0],[30,13,3],[98,89,74],[60,54,38],[49,42,26],[55,48,32],[65,57,44],[36,28,17],[15,5,0],[39,29,20],[28,17,11],[24,13,9],[26,15,13],[20,8,8],[15,5,6],[12,2,3],[7,0,1],[13,4,7],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[1,0,0],[126,125,123],[134,133,131],[6,5,3],[1,0,0],[2,1,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[5,3,4],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[5,1,2],[6,0,0],[5,0,0],[10,1,2],[17,8,9],[6,0,0],[24,14,13],[31,21,20],[7,0,0],[33,18,15],[63,39,29],[70,40,29],[89,60,46],[91,59,44],[102,69,52],[63,28,9],[38,1,0],[176,138,117],[138,100,79],[97,59,38],[122,86,64],[112,77,55],[106,74,51],[94,62,41],[82,51,30],[86,58,36],[75,54,27],[92,74,50],[35,19,6],[25,10,5],[48,37,35],[26,17,12],[106,96,84],[59,46,29],[109,91,69],[116,94,71],[50,23,4],[66,38,17],[101,73,52],[132,106,81],[96,73,41],[153,127,90],[189,155,110],[158,120,73],[171,135,87],[174,138,90],[157,121,73],[200,162,113],[153,111,61],[180,134,84],[227,177,128],[170,118,68],[199,149,98],[192,146,94],[180,140,88],[114,81,28],[118,93,37],[160,135,79],[206,175,120],[138,102,50],[119,82,37],[124,93,46],[152,133,77],[150,141,86],[160,155,113],[176,176,142],[201,206,176],[140,149,118],[178,193,154],[130,146,109],[48,62,37],[86,101,82],[87,111,87],[59,87,64],[27,54,39],[10,37,22],[34,62,40],[58,84,59],[55,81,56],[41,67,42],[45,74,52],[30,61,43],[62,96,79],[101,140,122],[174,215,197],[211,252,234],[108,147,129],[78,115,98],[90,124,110],[106,140,126],[102,140,127],[93,133,122],[53,96,86],[70,117,109],[72,123,116],[93,148,142],[92,152,144],[94,155,147],[167,229,218],[143,204,189],[77,135,120],[64,119,100],[185,236,217],[211,255,239],[171,216,195],[152,194,170],[138,170,146],[99,128,100],[109,138,110],[121,149,124],[102,130,107],[62,90,65],[146,176,142],[210,241,199],[189,222,169],[170,200,148],[131,158,117],[79,104,75],[25,46,29],[48,69,52],[61,81,54],[46,67,36],[33,57,25],[14,38,6],[16,40,6],[74,96,60],[185,207,169],[147,168,127],[123,142,96],[121,137,88],[121,134,80],[162,173,115],[210,218,158],[157,162,98],[167,167,103],[154,151,84],[134,129,61],[132,131,64],[127,132,66],[135,142,75],[178,183,116],[170,173,102],[175,175,101],[165,163,88],[143,140,63],[145,139,65],[187,180,108],[146,137,72],[92,81,27],[86,71,28],[77,58,28],[25,2,0],[43,19,9],[27,7,0],[111,102,85],[74,69,49],[41,36,16],[57,50,32],[62,55,39],[17,9,0],[51,41,29],[70,60,50],[34,24,15],[15,4,0],[18,7,3],[21,10,8],[13,3,2],[13,3,4],[13,4,7],[17,8,11],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[8,7,5],[1,0,0],[1,0,0],[5,4,2],[2,1,0],[6,5,3],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,4,5],[64,62,63],[94,92,93],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[5,0,0],[6,0,0],[7,1,1],[9,0,1],[17,8,9],[13,3,2],[12,2,1],[26,16,15],[30,18,18],[17,6,4],[16,5,3],[26,11,6],[56,29,18],[71,39,24],[60,27,10],[103,68,49],[126,89,70],[92,54,33],[46,5,0],[96,55,33],[104,63,41],[91,53,30],[110,74,50],[88,52,30],[104,69,47],[116,84,63],[69,38,17],[112,85,58],[64,40,4],[86,66,31],[83,65,43],[42,28,15],[47,37,27],[28,20,9],[60,52,33],[75,63,37],[138,121,91],[127,106,75],[78,53,23],[59,32,3],[67,40,10],[148,124,88],[144,122,81],[169,146,102],[151,120,76],[112,78,33],[173,140,97],[166,133,90],[183,150,105],[188,154,108],[166,128,81],[150,108,60],[163,120,69],[176,130,80],[223,177,125],[209,166,113],[181,144,91],[186,155,101],[144,116,66],[149,121,71],[162,130,79],[143,107,57],[171,133,86],[149,115,67],[200,181,125],[181,171,118],[90,85,45],[140,140,106],[105,108,79],[58,65,34],[113,123,86],[105,117,81],[19,28,1],[5,17,0],[29,53,27],[133,161,138],[152,179,162],[52,76,60],[29,53,29],[28,53,24],[25,50,20],[112,137,108],[79,107,84],[86,118,97],[122,156,139],[173,212,194],[218,255,240],[118,161,141],[64,106,86],[105,146,128],[88,126,113],[75,112,104],[108,148,140],[138,179,173],[102,147,142],[84,133,127],[69,120,115],[51,106,100],[73,130,123],[112,172,164],[142,204,193],[106,168,155],[86,147,132],[146,204,189],[198,252,236],[179,232,214],[145,198,178],[143,188,167],[128,160,139],[103,128,106],[97,123,96],[60,86,59],[92,120,95],[80,109,81],[152,182,148],[114,145,103],[109,139,87],[150,180,126],[85,112,69],[106,131,101],[11,32,13],[21,42,27],[43,62,40],[32,52,25],[49,69,41],[25,46,15],[101,122,89],[130,152,116],[52,74,35],[71,92,49],[135,154,108],[156,174,124],[153,168,113],[184,198,139],[173,183,122],[162,168,104],[166,169,102],[166,167,99],[164,164,94],[136,137,69],[113,120,52],[154,165,96],[169,176,106],[127,133,59],[143,146,69],[124,122,45],[142,139,62],[158,155,78],[131,127,56],[71,63,0],[81,71,18],[77,64,22],[82,63,33],[58,35,17],[41,13,2],[55,33,22],[71,63,44],[36,31,11],[46,41,21],[48,43,23],[21,14,0],[95,88,70],[107,98,83],[74,64,52],[61,51,41],[31,21,12],[31,20,16],[32,21,19],[14,4,3],[9,0,0],[9,0,2],[8,0,2],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[6,5,3],[1,0,0],[1,0,0],[5,4,2],[1,0,0],[8,7,5]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[62,60,61],[90,88,89],[4,2,3],[1,0,0],[9,7,8],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[4,0,1],[4,0,0],[6,0,0],[7,1,1],[10,1,2],[10,2,0],[7,0,0],[17,7,6],[7,0,0],[14,3,1],[12,1,0],[17,6,4],[37,26,24],[17,0,0],[34,6,0],[72,39,22],[57,22,3],[89,52,33],[123,85,64],[91,50,28],[56,14,0],[91,49,25],[88,48,23],[59,22,0],[126,90,66],[120,86,61],[82,50,27],[148,118,94],[92,64,42],[81,54,25],[111,86,45],[102,79,38],[73,53,26],[75,60,41],[64,55,40],[62,56,40],[57,51,27],[62,53,22],[72,58,23],[157,137,100],[112,88,52],[69,43,8],[103,77,40],[165,142,100],[224,206,158],[202,182,132],[124,97,52],[58,29,0],[127,98,56],[223,191,150],[255,226,185],[201,168,125],[152,118,72],[149,111,62],[150,110,59],[223,184,129],[209,170,115],[187,150,95],[199,164,110],[181,149,98],[168,138,88],[139,111,63],[145,114,67],[141,109,60],[117,79,30],[147,115,64],[169,154,99],[214,208,156],[70,67,26],[47,46,15],[31,31,3],[46,51,21],[66,73,39],[69,76,43],[31,34,7],[0,5,0],[55,77,54],[53,81,59],[134,158,142],[161,184,164],[131,154,126],[152,176,142],[129,153,117],[114,138,106],[137,163,138],[143,172,152],[85,119,102],[77,116,97],[171,213,191],[43,87,64],[47,90,70],[72,115,98],[75,115,106],[86,125,120],[57,99,97],[100,144,143],[124,170,167],[106,155,151],[111,162,157],[61,114,106],[84,141,132],[81,138,129],[133,193,181],[79,139,127],[69,127,113],[155,213,198],[105,162,147],[95,149,133],[146,201,182],[75,122,102],[136,169,150],[92,120,98],[106,135,107],[120,149,119],[127,156,128],[114,144,118],[152,183,152],[143,173,137],[109,141,92],[75,105,55],[63,91,50],[106,131,99],[28,52,30],[39,60,43],[67,89,68],[141,161,136],[95,115,87],[71,92,61],[67,88,57],[86,110,74],[88,113,73],[89,112,68],[167,189,142],[208,228,177],[201,220,165],[148,166,108],[125,139,78],[176,186,123],[193,200,133],[128,133,66],[143,146,77],[166,172,102],[140,152,80],[150,162,90],[119,130,54],[111,118,41],[144,147,70],[94,95,19],[143,141,66],[139,136,65],[103,99,35],[82,77,19],[72,66,16],[71,62,21],[82,67,38],[110,89,68],[67,41,26],[51,29,15],[35,27,6],[7,5,0],[27,25,0],[13,8,0],[6,1,0],[76,69,50],[41,34,16],[59,50,35],[35,25,13],[20,10,0],[25,14,8],[25,14,12],[15,5,4],[14,4,5],[13,2,6],[12,3,6],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[1,0,0],[1,0,0],[3,2,0],[3,2,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[7,5,6],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[7,1,1],[6,0,0],[5,0,0],[6,0,0],[9,0,1],[11,3,1],[12,2,1],[12,2,1],[17,5,5],[21,10,8],[20,9,7],[13,0,0],[23,9,6],[22,7,4],[11,0,0],[21,2,0],[25,0,0],[67,32,13],[53,16,0],[70,32,11],[110,69,49],[81,39,17],[87,45,23],[96,54,30],[137,97,72],[99,62,36],[117,81,57],[151,117,92],[86,56,32],[87,59,35],[135,109,86],[101,76,46],[116,89,46],[122,98,54],[86,65,34],[107,92,71],[114,105,88],[95,90,71],[69,63,39],[94,85,54],[125,111,74],[138,120,80],[111,87,49],[116,91,51],[132,109,68],[114,91,47],[164,146,96],[210,193,141],[155,133,86],[134,110,66],[193,168,127],[195,167,127],[185,156,116],[145,113,72],[147,114,69],[196,164,115],[214,181,127],[212,180,123],[211,179,120],[183,151,92],[154,123,68],[203,172,118],[209,177,130],[191,160,114],[202,178,132],[175,151,103],[124,92,41],[139,112,59],[183,171,119],[218,216,168],[70,70,32],[20,21,0],[56,59,32],[64,66,42],[90,94,67],[56,56,28],[60,56,29],[1,3,0],[23,42,22],[22,46,30],[0,19,3],[17,36,16],[77,98,67],[193,213,176],[140,161,122],[166,188,152],[118,143,114],[90,119,97],[25,59,42],[110,149,130],[153,197,174],[99,144,121],[88,133,112],[87,131,116],[85,128,119],[136,178,176],[63,109,109],[63,111,111],[96,145,142],[91,142,137],[90,141,134],[76,129,119],[145,199,186],[140,196,183],[123,179,166],[55,111,98],[114,171,156],[68,122,108],[45,99,85],[122,175,159],[114,167,151],[39,86,68],[114,148,131],[147,175,153],[162,191,161],[165,196,164],[93,123,97],[138,168,144],[154,183,161],[118,148,122],[89,121,84],[63,94,53],[62,93,52],[86,113,80],[57,81,59],[27,50,30],[95,119,97],[156,178,155],[104,127,99],[82,105,76],[73,97,65],[82,106,72],[115,140,101],[98,123,83],[91,117,72],[161,185,135],[194,217,163],[196,217,160],[169,187,127],[167,183,120],[207,219,155],[145,156,90],[180,189,122],[183,193,122],[162,176,99],[130,144,65],[169,180,102],[168,175,98],[154,158,84],[114,115,45],[146,145,80],[111,111,49],[73,74,17],[101,100,52],[76,74,33],[55,51,14],[69,60,29],[112,98,72],[94,76,52],[66,50,27],[22,16,0],[11,9,0],[19,17,0],[6,2,0],[18,14,0],[11,5,0],[51,44,25],[67,60,42],[27,17,5],[34,24,14],[37,28,21],[27,18,13],[25,15,14],[24,14,15],[11,2,5],[10,1,6],[7,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[12,11,9],[1,0,0],[5,4,2],[5,4,2],[2,1,0],[13,12,8],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,1],[6,0,0],[6,0,0],[7,1,1],[11,3,1],[12,4,2],[13,3,2],[12,2,0],[18,7,5],[29,18,14],[19,5,2],[11,0,0],[21,6,3],[40,25,22],[59,44,39],[59,39,30],[38,9,0],[62,25,6],[49,11,0],[52,14,0],[81,40,18],[69,27,3],[106,64,40],[107,65,41],[123,83,57],[112,75,48],[133,97,71],[129,97,72],[110,82,58],[88,62,37],[50,26,2],[124,99,69],[126,97,55],[109,82,39],[116,95,64],[155,138,118],[151,141,129],[82,76,62],[72,66,44],[126,119,91],[167,154,120],[96,78,40],[145,121,85],[178,152,115],[113,90,49],[104,83,40],[115,97,47],[174,158,107],[176,158,110],[148,127,82],[168,145,103],[75,50,10],[102,74,35],[125,96,56],[172,144,97],[241,213,163],[189,163,106],[200,174,113],[226,201,137],[176,151,87],[187,158,100],[191,160,106],[255,228,180],[150,119,75],[184,165,122],[242,225,179],[137,112,58],[166,145,90],[169,163,113],[158,161,116],[73,77,40],[2,7,0],[55,57,33],[115,117,95],[62,64,42],[47,45,22],[94,84,59],[71,69,46],[37,54,38],[59,83,69],[0,11,0],[0,17,0],[0,20,0],[135,156,115],[103,124,83],[185,207,169],[84,109,79],[144,172,149],[31,64,45],[117,156,137],[195,239,216],[155,203,179],[133,181,159],[72,119,103],[96,141,134],[95,141,139],[77,127,128],[74,125,128],[67,119,117],[86,137,132],[79,130,121],[71,123,111],[90,142,129],[129,182,166],[136,189,173],[97,150,134],[106,158,145],[58,110,97],[83,133,121],[166,216,204],[121,172,157],[49,96,80],[95,129,112],[164,196,172],[172,206,173],[166,200,165],[148,181,154],[153,186,165],[167,199,184],[137,168,152],[137,170,143],[153,184,152],[108,140,103],[68,98,64],[27,53,28],[25,50,28],[25,50,28],[62,86,62],[92,116,90],[73,98,69],[43,68,38],[38,63,31],[36,64,26],[75,103,63],[57,86,42],[99,127,79],[139,166,115],[207,232,177],[144,168,110],[146,166,105],[144,162,100],[118,134,69],[158,173,106],[191,204,134],[149,166,86],[138,153,70],[181,193,111],[152,159,82],[110,113,42],[87,87,23],[113,112,55],[87,87,37],[69,72,27],[84,89,49],[82,86,51],[78,82,49],[86,85,54],[50,45,13],[64,53,23],[69,60,29],[74,70,41],[58,58,30],[42,41,13],[39,38,10],[56,52,25],[70,66,41],[109,103,81],[25,18,0],[13,4,0],[27,17,7],[29,20,11],[17,8,3],[24,14,13],[28,18,19],[11,2,5],[4,0,2],[6,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[6,5,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[7,5,6],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[6,0,0],[8,0,0],[10,2,0],[14,4,3],[15,5,4],[14,3,1],[12,1,0],[16,2,1],[33,19,16],[32,17,14],[55,40,35],[32,14,10],[29,11,7],[118,100,96],[154,131,123],[87,55,40],[80,43,24],[87,49,28],[78,37,15],[113,71,49],[108,66,42],[70,25,2],[118,76,51],[146,106,80],[123,86,60],[104,70,45],[71,41,15],[97,71,46],[88,64,40],[39,17,0],[114,88,61],[173,141,102],[124,92,54],[140,114,91],[191,173,159],[125,114,108],[54,47,41],[91,85,71],[118,110,89],[114,100,73],[121,102,70],[155,130,99],[194,167,137],[152,128,94],[126,104,67],[132,115,71],[137,123,76],[123,109,62],[154,137,93],[168,146,105],[143,120,79],[147,119,80],[156,127,87],[160,132,85],[206,181,127],[185,163,103],[157,138,72],[121,102,34],[121,100,33],[195,169,108],[180,149,95],[178,142,94],[226,195,151],[175,162,120],[161,153,107],[176,157,101],[168,153,98],[188,187,139],[195,203,162],[184,194,159],[54,60,32],[29,33,10],[66,67,49],[25,24,6],[15,8,0],[37,22,0],[114,108,86],[49,61,51],[0,12,3],[10,28,12],[91,109,85],[146,163,127],[132,150,108],[92,111,66],[103,124,83],[28,51,22],[40,68,45],[82,115,96],[92,131,112],[86,131,108],[95,143,119],[73,121,99],[100,148,132],[82,129,123],[109,157,159],[91,144,148],[93,149,150],[58,113,110],[62,115,109],[67,119,107],[72,123,108],[82,130,114],[177,226,207],[147,194,178],[123,170,154],[113,159,146],[113,159,146],[94,140,127],[119,165,152],[91,139,125],[71,115,100],[76,113,95],[125,159,134],[118,154,118],[89,125,89],[158,192,167],[181,213,198],[173,204,199],[113,144,139],[74,106,91],[142,174,150],[102,136,103],[126,157,125],[85,115,87],[60,88,63],[51,79,54],[94,120,93],[121,145,119],[118,143,114],[1,26,0],[13,40,9],[91,121,85],[69,99,61],[84,115,73],[104,136,89],[175,205,155],[159,188,134],[74,102,44],[113,137,79],[98,119,60],[100,120,59],[139,157,95],[210,227,157],[146,164,80],[162,176,88],[163,172,89],[151,158,81],[123,126,59],[78,77,20],[106,105,57],[117,119,79],[36,42,8],[36,43,12],[15,24,0],[69,78,47],[81,87,53],[13,15,0],[56,52,14],[49,45,8],[115,114,83],[123,124,93],[99,100,69],[97,96,68],[87,83,56],[98,94,69],[76,70,48],[32,25,6],[26,19,3],[24,16,3],[21,12,3],[16,7,2],[30,20,19],[41,30,34],[25,16,21],[13,4,9],[7,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[1,0,0],[8,7,5],[9,8,6],[4,3,0],[4,3,0],[3,2,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[13,11,12],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[5,3,4],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[5,0,0],[8,0,0],[11,3,1],[15,5,4],[15,5,3],[14,3,1],[12,1,0],[15,1,0],[21,7,4],[26,13,7],[42,27,20],[39,22,15],[15,0,0],[19,0,0],[44,22,9],[87,56,38],[99,64,44],[96,60,38],[96,58,37],[96,55,35],[132,91,69],[125,83,59],[108,68,42],[159,122,95],[135,100,72],[123,92,63],[77,47,19],[141,115,88],[72,48,22],[66,42,18],[89,63,36],[183,150,115],[170,137,104],[181,155,132],[162,143,128],[118,105,96],[119,109,100],[49,37,25],[107,94,77],[146,130,105],[155,138,110],[155,138,110],[160,143,113],[185,169,135],[144,128,92],[148,135,93],[146,133,89],[150,142,95],[154,143,97],[98,79,37],[83,59,21],[121,93,56],[124,96,57],[208,186,139],[255,237,184],[202,183,124],[188,168,105],[165,142,75],[113,85,20],[145,115,55],[186,155,98],[131,101,47],[221,199,149],[194,184,135],[110,102,53],[176,161,102],[166,156,95],[202,207,153],[206,215,172],[189,194,164],[32,34,12],[19,18,0],[52,50,35],[42,44,30],[7,6,0],[18,6,0],[113,103,78],[163,165,151],[28,39,25],[56,68,44],[60,75,44],[95,111,74],[45,63,23],[52,73,32],[39,61,23],[31,56,26],[72,100,75],[99,132,111],[41,78,60],[41,83,63],[82,125,106],[54,98,83],[60,106,96],[52,98,95],[73,121,123],[61,112,115],[61,112,115],[76,128,126],[74,127,121],[70,122,110],[70,123,107],[90,141,124],[163,211,195],[167,214,198],[151,195,180],[129,173,160],[135,177,163],[110,152,138],[73,116,99],[111,155,138],[98,141,121],[92,132,108],[115,151,123],[124,162,125],[95,130,97],[84,116,93],[150,180,168],[103,138,134],[29,65,61],[78,116,103],[130,168,147],[171,205,178],[184,217,186],[177,212,180],[105,140,108],[50,83,52],[47,78,46],[83,112,81],[66,92,63],[63,92,62],[91,122,90],[47,81,46],[62,96,59],[112,147,105],[183,216,171],[139,171,124],[68,98,48],[105,132,81],[159,182,128],[171,192,133],[136,157,92],[155,175,104],[189,206,128],[165,179,94],[161,171,85],[139,146,66],[139,143,69],[146,148,85],[138,138,84],[124,126,79],[82,87,47],[43,50,19],[43,53,26],[57,68,38],[69,80,48],[42,52,17],[50,56,20],[38,40,0],[24,24,0],[46,47,15],[46,47,16],[44,44,16],[53,51,26],[47,45,20],[65,60,38],[78,73,51],[55,50,30],[42,37,17],[19,12,0],[11,3,0],[13,4,0],[27,18,13],[42,32,31],[28,19,22],[7,1,5],[6,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[26,25,23],[18,17,13],[1,0,0],[2,1,0],[4,3,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[11,9,10],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[6,0,2],[4,0,0],[11,7,6],[4,0,0],[13,5,3],[19,11,8],[13,3,1],[17,6,2],[12,1,0],[9,0,0],[17,6,2],[58,44,41],[22,9,3],[25,10,3],[51,33,23],[34,15,1],[36,15,0],[31,5,0],[50,22,1],[68,37,17],[58,25,8],[102,66,50],[70,33,17],[86,47,30],[114,78,56],[130,94,68],[113,80,49],[170,140,106],[195,169,134],[126,100,65],[136,109,79],[92,62,36],[59,28,7],[78,46,23],[117,82,52],[130,99,68],[137,113,87],[128,108,84],[96,80,55],[110,93,73],[123,101,88],[110,88,74],[112,94,70],[175,164,134],[209,205,176],[189,190,158],[223,225,185],[186,185,141],[187,180,138],[118,111,67],[189,186,141],[162,158,113],[146,128,90],[121,97,61],[157,128,94],[119,95,57],[96,82,37],[204,192,140],[210,195,138],[167,145,87],[168,132,74],[138,98,39],[153,114,55],[173,145,82],[168,157,91],[196,188,125],[243,231,171],[171,156,97],[154,143,79],[205,200,134],[195,202,135],[162,166,115],[81,73,50],[14,1,0],[8,0,0],[5,3,0],[41,52,36],[48,60,38],[61,61,27],[78,68,33],[109,95,69],[59,48,20],[71,72,32],[67,76,33],[42,54,16],[19,36,0],[30,51,20],[49,76,45],[62,91,61],[75,105,77],[98,130,107],[46,77,61],[65,96,88],[76,108,105],[63,99,99],[67,107,107],[56,100,99],[58,104,104],[67,111,114],[73,117,120],[90,136,136],[71,120,116],[80,131,124],[97,150,140],[120,172,160],[143,193,181],[129,177,165],[109,155,144],[148,190,178],[177,218,204],[180,219,201],[168,207,188],[148,188,164],[106,149,121],[121,165,132],[91,135,100],[129,169,135],[194,227,200],[116,137,120],[133,155,142],[118,154,142],[32,78,65],[75,126,107],[152,201,179],[140,178,153],[97,133,105],[97,141,106],[98,144,107],[99,141,101],[78,116,77],[50,82,45],[111,143,106],[114,148,115],[154,189,157],[106,146,111],[119,160,120],[138,177,133],[121,158,114],[69,100,58],[63,90,49],[136,157,116],[195,212,167],[185,200,143],[192,208,137],[162,178,90],[182,195,105],[165,168,89],[96,96,22],[123,123,49],[140,141,73],[92,96,37],[145,150,96],[55,62,8],[63,73,23],[72,82,45],[82,93,59],[92,104,66],[95,107,67],[32,42,7],[42,49,15],[43,49,13],[27,31,0],[8,9,0],[59,57,32],[54,52,29],[23,21,0],[44,41,24],[72,71,53],[88,87,67],[35,34,13],[45,43,18],[27,23,0],[27,19,0],[30,22,3],[33,23,11],[13,4,0],[25,19,19],[8,4,5],[7,2,6],[4,0,3],[5,0,4],[7,2,6],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[12,12,12],[0,0,0],[66,66,66],[47,47,47],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,0,1],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[8,2,4],[3,0,0],[10,4,4],[10,2,0],[7,0,0],[13,2,0],[28,17,13],[16,5,1],[17,6,2],[26,15,11],[41,30,26],[19,6,0],[22,8,0],[41,23,11],[53,31,17],[73,51,30],[65,40,18],[70,45,25],[60,35,15],[59,30,14],[102,69,54],[72,36,22],[48,11,0],[122,85,66],[142,106,82],[106,73,42],[88,58,24],[210,184,147],[166,142,106],[142,117,86],[139,112,85],[113,85,63],[156,126,102],[169,138,109],[150,121,91],[139,118,91],[80,63,35],[122,107,76],[96,79,51],[118,95,79],[151,129,115],[102,88,61],[146,141,111],[186,190,163],[219,228,197],[207,215,174],[202,208,164],[134,129,89],[156,148,109],[176,174,133],[97,93,55],[144,130,95],[141,121,88],[153,130,98],[100,80,45],[89,76,34],[123,111,63],[214,197,145],[154,127,74],[126,87,32],[173,130,75],[174,135,76],[159,134,70],[201,194,124],[136,133,64],[171,157,96],[227,208,149],[158,142,80],[206,197,132],[251,252,186],[176,174,123],[150,135,112],[79,60,53],[16,3,0],[22,23,7],[20,35,12],[98,113,82],[21,23,0],[92,83,40],[114,96,56],[42,27,0],[88,85,32],[93,100,48],[159,170,130],[87,104,72],[35,59,33],[77,105,82],[69,101,77],[114,146,123],[94,126,105],[78,108,96],[97,126,122],[62,91,95],[22,55,60],[45,83,86],[60,105,102],[67,112,109],[89,130,134],[84,125,131],[78,124,124],[82,131,127],[88,141,131],[101,157,144],[131,187,174],[88,141,131],[92,143,136],[103,150,144],[129,172,165],[188,230,220],[195,236,220],[183,222,201],[192,232,205],[175,216,184],[84,125,91],[93,134,100],[79,115,87],[136,164,141],[145,159,144],[122,138,125],[103,137,120],[79,127,105],[117,171,147],[87,137,112],[47,82,58],[92,126,99],[141,185,150],[110,156,117],[102,143,103],[89,126,85],[105,140,98],[102,134,93],[126,162,124],[114,152,115],[84,124,87],[135,176,134],[171,210,165],[90,126,80],[65,94,50],[142,168,123],[162,181,136],[150,164,113],[147,161,99],[189,202,123],[188,202,107],[166,175,82],[111,111,37],[100,96,32],[168,167,102],[173,175,112],[110,115,59],[176,183,131],[140,150,97],[143,155,105],[123,136,93],[41,53,15],[32,44,4],[126,138,98],[90,102,66],[62,72,37],[52,59,25],[51,57,23],[29,32,3],[57,57,33],[64,59,39],[42,35,17],[46,40,24],[19,18,0],[56,59,38],[40,46,20],[61,64,35],[91,90,62],[61,51,26],[34,21,2],[40,26,13],[59,49,40],[22,19,14],[2,1,0],[8,4,5],[5,0,4],[6,1,5],[8,3,7],[6,2,3],[4,0,1],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[6,6,6],[4,4,4],[0,0,0],[254,254,254],[205,205,205],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[7,5,6],[5,3,4],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[6,0,2],[7,1,3],[9,3,5],[10,4,6],[13,7,9],[6,0,0],[16,8,6],[18,8,7],[17,6,4],[23,9,8],[27,13,12],[35,21,20],[28,14,13],[22,8,5],[15,0,0],[15,0,0],[17,0,0],[48,25,11],[88,62,45],[85,63,42],[49,31,11],[53,34,17],[80,57,41],[107,78,62],[74,38,24],[51,12,0],[123,82,64],[162,121,99],[154,117,91],[103,68,40],[103,72,43],[161,134,104],[114,90,62],[156,136,109],[154,137,111],[160,140,115],[156,133,102],[179,156,125],[199,179,154],[155,139,113],[140,127,95],[199,188,160],[167,154,137],[122,111,93],[130,125,95],[194,193,162],[233,237,210],[191,197,169],[181,187,149],[189,189,151],[149,141,105],[145,134,102],[168,162,128],[126,120,88],[134,123,93],[109,95,66],[114,99,68],[77,62,29],[120,106,69],[176,158,118],[206,183,139],[144,116,68],[113,77,25],[158,123,69],[181,150,93],[189,165,103],[238,223,158],[193,182,120],[126,110,58],[221,201,151],[217,191,140],[195,172,120],[247,234,182],[161,149,107],[62,48,19],[54,42,20],[22,15,0],[1,3,0],[1,12,0],[31,42,0],[80,78,30],[108,101,49],[91,84,29],[152,147,89],[212,213,155],[231,238,186],[214,225,185],[117,133,104],[71,94,74],[70,98,83],[65,97,82],[120,152,139],[77,109,98],[50,79,74],[67,95,98],[64,93,97],[49,83,85],[54,93,90],[55,98,88],[67,112,105],[70,110,118],[87,129,141],[78,126,126],[67,118,111],[109,166,151],[111,170,152],[102,160,145],[119,177,165],[121,176,173],[85,134,138],[69,117,121],[89,133,134],[96,139,132],[122,166,151],[126,172,146],[170,213,183],[132,166,141],[116,145,123],[109,138,116],[122,145,125],[105,116,100],[103,115,101],[117,146,126],[89,129,103],[145,189,162],[107,150,122],[90,120,94],[145,174,146],[166,201,169],[200,235,203],[142,171,140],[144,171,136],[143,174,132],[97,130,85],[49,85,41],[53,90,46],[64,101,57],[143,180,136],[178,214,168],[116,148,99],[145,172,121],[190,213,157],[197,215,155],[169,184,117],[190,204,129],[162,175,93],[157,170,82],[144,153,70],[113,114,46],[135,135,75],[142,143,86],[162,165,110],[139,147,90],[149,159,107],[57,68,25],[33,46,3],[128,144,99],[16,31,0],[25,39,3],[113,125,89],[151,163,125],[86,96,59],[35,45,8],[144,151,118],[154,160,134],[29,31,10],[28,19,2],[38,25,9],[53,41,25],[39,34,14],[69,75,49],[35,46,16],[63,72,43],[98,98,72],[65,50,31],[37,15,2],[27,4,0],[33,18,11],[9,9,1],[3,5,0],[6,4,5],[5,0,4],[6,1,5],[8,3,7],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[3,0,0],[5,1,0],[10,6,5],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[10,10,10],[4,4,4],[28,28,28],[4,4,4],[40,40,40],[29,29,29],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,3],[6,0,2],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[10,4,6],[6,0,0],[11,1,0],[21,9,9],[31,17,16],[32,18,17],[27,13,12],[25,11,10],[19,5,4],[12,0,0],[19,4,0],[17,0,0],[15,0,0],[46,23,9],[91,65,48],[118,92,75],[44,25,10],[49,30,15],[78,55,39],[99,72,55],[97,66,48],[130,95,76],[122,85,66],[147,111,89],[148,114,89],[72,40,15],[100,73,46],[101,75,50],[147,126,99],[134,117,91],[121,105,79],[135,119,93],[108,95,63],[74,60,31],[136,124,98],[166,154,128],[199,188,156],[254,245,214],[204,193,173],[133,125,106],[201,198,167],[188,189,157],[108,112,87],[123,127,102],[124,128,95],[169,170,136],[166,163,132],[132,125,97],[153,143,116],[125,115,88],[138,131,103],[147,140,112],[126,117,88],[111,100,70],[141,128,94],[221,203,167],[181,158,117],[125,96,52],[108,78,28],[125,93,42],[166,137,81],[186,162,102],[216,194,134],[241,222,163],[164,144,93],[161,139,90],[218,188,138],[226,198,150],[209,191,145],[182,167,124],[118,103,64],[30,16,0],[61,52,23],[103,102,71],[78,87,44],[63,73,23],[113,111,63],[160,154,102],[181,179,118],[193,195,132],[189,193,134],[219,226,175],[120,130,95],[36,54,28],[51,75,59],[44,74,64],[33,66,57],[49,84,77],[57,89,84],[46,78,75],[55,84,88],[49,80,83],[42,76,77],[34,73,68],[30,74,59],[59,105,94],[78,121,127],[80,124,133],[81,131,130],[88,141,133],[134,192,178],[102,163,148],[75,135,123],[141,201,193],[94,150,151],[61,114,120],[52,102,109],[59,108,113],[59,108,105],[85,132,122],[45,94,73],[97,139,117],[164,191,176],[206,226,214],[146,170,154],[124,145,130],[107,119,105],[142,156,139],[186,211,189],[102,136,109],[128,167,136],[141,178,147],[124,153,125],[99,125,98],[88,121,92],[208,238,210],[180,200,175],[155,173,147],[120,147,112],[85,117,76],[67,100,57],[107,140,97],[92,124,83],[136,167,126],[166,194,153],[229,255,210],[245,255,218],[219,239,180],[166,183,115],[159,173,98],[184,198,119],[231,244,165],[145,157,81],[116,126,57],[196,200,141],[166,169,116],[53,57,7],[71,77,29],[118,128,75],[58,70,20],[13,25,0],[21,35,0],[62,79,34],[103,120,76],[43,59,23],[71,85,52],[88,103,62],[122,135,92],[42,54,16],[32,42,8],[56,62,36],[28,30,9],[45,36,19],[51,39,25],[59,50,35],[29,23,7],[34,39,16],[20,29,2],[9,16,0],[71,70,42],[64,49,28],[47,25,11],[67,47,36],[24,9,2],[9,6,0],[1,3,0],[6,4,5],[5,0,4],[6,1,5],[7,2,6],[4,0,1],[4,0,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[11,7,6],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[5,3,4],[4,2,3],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[7,1,3],[7,1,3],[6,0,2],[6,0,2],[8,2,4],[9,3,5],[10,1,4],[62,53,56],[49,39,40],[19,7,7],[39,25,24],[41,25,25],[17,1,1],[15,0,0],[26,10,10],[25,9,9],[33,15,13],[29,10,4],[31,9,0],[44,18,5],[70,43,26],[115,86,70],[51,23,12],[101,73,62],[129,101,89],[82,55,38],[89,62,41],[175,151,127],[136,112,86],[70,49,22],[124,102,78],[96,76,51],[52,32,8],[79,57,34],[128,106,83],[128,106,82],[132,108,84],[157,142,113],[179,179,145],[39,45,11],[105,104,76],[156,149,123],[175,164,134],[180,166,137],[217,202,183],[222,211,191],[222,215,186],[153,150,119],[57,55,32],[117,116,95],[75,78,49],[144,149,117],[176,185,156],[185,189,164],[134,128,106],[100,89,69],[127,119,98],[115,109,85],[98,94,67],[126,121,92],[111,100,70],[152,137,104],[148,128,91],[141,116,76],[124,97,52],[116,88,40],[140,110,58],[179,149,95],[218,192,135],[180,154,97],[169,142,87],[199,172,117],[193,164,108],[213,188,134],[229,211,163],[222,205,159],[157,134,84],[72,48,2],[124,104,71],[180,171,138],[179,188,141],[97,109,61],[69,72,29],[165,164,120],[98,97,43],[96,95,39],[122,122,72],[169,174,133],[64,75,45],[33,50,31],[48,74,63],[51,82,76],[92,127,120],[34,71,64],[48,83,77],[49,83,82],[52,83,86],[50,81,84],[51,85,86],[32,72,64],[34,76,62],[91,135,122],[87,133,130],[77,125,125],[80,130,129],[86,138,136],[71,127,124],[61,120,118],[93,153,151],[73,133,133],[69,129,130],[80,140,141],[59,117,119],[77,133,134],[67,122,119],[73,125,121],[56,107,102],[95,136,130],[210,232,230],[244,255,255],[203,226,218],[198,222,209],[167,185,171],[173,192,173],[158,184,159],[138,171,142],[124,161,128],[154,191,158],[110,141,110],[68,98,70],[137,170,143],[217,245,222],[233,248,229],[142,157,138],[126,150,128],[121,150,122],[113,142,111],[138,165,132],[114,141,108],[153,177,145],[211,231,203],[219,236,202],[217,234,190],[195,209,156],[186,201,134],[196,210,135],[177,190,118],[170,182,116],[104,115,59],[164,172,123],[235,242,191],[94,100,54],[40,47,5],[18,27,0],[103,115,67],[94,107,63],[56,70,35],[106,121,88],[82,99,57],[111,128,86],[108,123,90],[97,111,78],[48,63,22],[131,146,103],[108,123,84],[0,8,0],[38,41,10],[62,60,35],[38,35,16],[58,54,42],[45,42,33],[6,3,0],[23,21,8],[31,30,9],[82,78,49],[64,58,26],[85,74,44],[89,75,49],[65,52,35],[18,5,0],[14,4,5],[4,0,2],[6,1,5],[5,0,4],[6,1,5],[6,1,5],[3,0,0],[4,0,1],[5,1,0],[3,0,0],[6,2,0],[5,1,0],[7,3,2],[8,4,3],[4,0,0],[3,0,0],[4,0,1],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[7,7,7],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[7,5,6],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[5,3,4],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[6,2,3],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[6,0,2],[6,0,2],[7,1,3],[8,2,4],[10,4,6],[12,6,8],[6,0,0],[38,28,29],[23,11,11],[10,0,0],[31,15,15],[41,26,23],[28,13,10],[13,0,0],[15,0,0],[27,12,9],[45,27,23],[53,34,27],[55,33,20],[47,21,6],[44,17,0],[65,36,20],[80,47,38],[114,84,76],[133,104,90],[45,18,0],[45,21,0],[114,93,64],[130,111,81],[26,6,0],[45,28,2],[92,74,50],[94,73,52],[63,42,21],[67,45,22],[113,91,67],[112,88,62],[126,112,83],[212,219,185],[64,78,43],[57,60,33],[105,98,72],[114,100,71],[187,172,143],[237,222,203],[217,204,185],[189,182,153],[157,152,122],[167,160,141],[116,113,94],[65,68,41],[142,151,122],[168,182,156],[135,147,123],[113,110,93],[99,90,75],[130,123,105],[133,128,108],[119,114,92],[106,102,75],[139,134,104],[153,144,111],[142,128,93],[167,147,110],[150,125,84],[118,89,45],[113,82,35],[147,115,64],[198,167,112],[149,118,61],[162,132,72],[175,146,86],[161,135,74],[196,174,116],[244,231,178],[246,230,178],[173,144,86],[163,132,77],[112,84,44],[56,40,4],[60,66,20],[129,142,96],[66,72,36],[89,89,55],[95,92,49],[56,53,8],[68,69,29],[57,60,29],[53,62,41],[33,51,39],[39,66,59],[58,93,87],[46,86,77],[43,85,75],[71,111,102],[57,94,87],[46,80,81],[59,93,95],[76,112,112],[51,90,85],[37,79,67],[78,122,109],[138,185,177],[89,138,134],[71,121,118],[89,141,139],[111,167,166],[98,156,157],[88,148,149],[66,127,128],[74,135,138],[73,134,137],[54,115,118],[55,115,116],[55,113,115],[75,131,132],[71,125,125],[108,150,149],[230,251,255],[209,227,229],[131,158,153],[182,214,203],[141,169,155],[100,129,109],[97,129,105],[96,133,102],[87,126,95],[97,136,105],[75,114,83],[70,106,78],[150,189,162],[198,230,207],[224,241,225],[160,174,159],[147,171,155],[157,186,164],[194,223,195],[236,255,232],[209,233,201],[218,237,207],[204,219,190],[188,202,167],[152,165,121],[145,160,103],[168,183,114],[172,188,115],[165,181,110],[66,80,19],[75,87,41],[183,194,152],[167,176,133],[86,95,50],[26,34,0],[37,48,8],[70,83,40],[82,94,54],[34,48,13],[46,61,28],[133,149,112],[154,170,131],[15,31,0],[51,67,31],[4,19,0],[89,104,63],[159,174,133],[89,99,64],[87,90,59],[78,76,51],[34,33,13],[18,16,1],[24,22,10],[50,48,36],[28,26,11],[38,36,15],[28,22,0],[44,37,8],[94,83,55],[88,76,52],[53,40,24],[56,43,35],[7,0,0],[13,4,9],[6,0,4],[5,0,4],[6,1,5],[5,0,4],[3,0,0],[5,1,2],[6,2,1],[3,0,0],[7,3,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[5,5,5],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[19,17,18],[1,0,0],[6,4,5],[4,2,3],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[11,7,8],[9,5,6],[7,1,3],[6,0,2],[6,0,2],[9,3,5],[11,5,7],[12,6,8],[17,8,9],[11,1,0],[14,3,1],[27,13,10],[22,7,2],[32,14,10],[52,34,30],[37,19,15],[26,8,4],[28,11,4],[39,20,13],[42,22,13],[37,15,1],[56,30,13],[86,58,37],[92,63,45],[22,0,0],[20,0,0],[84,58,41],[98,71,50],[95,69,42],[80,55,25],[108,83,53],[77,51,24],[64,36,14],[85,57,36],[102,75,56],[78,53,33],[97,75,52],[93,76,48],[99,84,51],[161,155,119],[136,148,112],[94,108,75],[82,80,57],[99,87,65],[145,128,102],[194,177,151],[246,231,210],[241,230,208],[156,151,119],[112,109,78],[159,152,133],[164,158,142],[132,132,108],[133,142,115],[132,150,126],[134,149,128],[100,102,88],[94,88,74],[117,110,94],[152,143,126],[150,142,121],[161,157,132],[198,199,168],[137,138,106],[185,181,146],[155,142,107],[122,98,60],[123,91,52],[141,104,60],[144,108,58],[177,146,91],[174,144,84],[179,150,84],[187,160,91],[142,119,52],[129,111,47],[201,191,132],[255,244,185],[218,187,122],[155,117,55],[118,84,36],[60,39,0],[41,44,0],[225,236,196],[155,159,132],[113,111,88],[118,113,81],[41,36,4],[84,82,59],[49,52,35],[35,45,36],[29,48,44],[42,73,68],[40,77,69],[24,66,52],[63,108,88],[65,108,89],[59,101,87],[51,88,81],[41,77,77],[46,81,83],[50,86,86],[47,86,83],[53,95,91],[48,94,92],[61,110,107],[64,113,109],[61,112,105],[126,182,173],[121,178,171],[67,128,123],[86,147,148],[94,154,162],[66,128,139],[62,124,137],[49,109,120],[53,110,119],[68,123,126],[51,106,103],[71,115,114],[193,221,224],[181,205,207],[96,132,128],[71,114,104],[56,100,85],[64,107,88],[55,97,75],[69,111,87],[47,91,64],[72,118,89],[34,83,53],[51,100,70],[176,222,194],[185,223,200],[149,172,154],[197,218,201],[176,205,185],[147,179,156],[192,223,192],[169,195,160],[163,185,147],[183,201,161],[98,113,72],[121,134,88],[150,165,110],[142,157,92],[118,136,62],[170,188,112],[165,182,112],[97,113,51],[90,106,57],[157,170,127],[105,116,73],[143,154,111],[87,98,55],[29,42,0],[29,41,5],[130,142,106],[81,96,57],[66,80,44],[165,179,146],[34,48,15],[17,31,0],[0,14,0],[9,21,0],[134,146,110],[139,151,113],[122,132,97],[60,65,42],[1,2,0],[30,25,6],[33,26,8],[12,5,0],[47,45,24],[37,39,15],[35,38,11],[38,36,11],[25,17,0],[64,47,31],[78,56,43],[37,17,8],[31,17,8],[6,0,0],[13,10,5],[5,1,2],[5,0,4],[6,1,5],[6,1,5],[4,0,1],[6,2,3],[8,4,3],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[6,6,6],[3,3,3],[0,0,0],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[10,8,9],[17,15,16],[111,109,110],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[20,16,17],[15,11,12],[9,3,5],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[11,5,5],[16,8,6],[18,8,6],[13,2,0],[18,5,0],[23,8,1],[46,29,21],[66,49,41],[44,27,19],[24,7,0],[22,5,0],[40,22,12],[41,22,8],[21,0,0],[60,35,13],[118,90,66],[106,78,56],[103,75,61],[42,16,1],[66,41,21],[97,71,46],[106,81,51],[120,93,63],[127,98,68],[145,114,86],[139,107,84],[159,126,107],[110,79,61],[72,45,24],[139,117,93],[82,65,35],[86,73,38],[114,108,72],[110,114,81],[98,98,72],[103,92,72],[126,108,88],[139,119,94],[156,140,114],[225,219,195],[223,223,197],[128,134,98],[105,111,77],[112,110,89],[142,136,120],[149,147,126],[110,114,91],[128,140,120],[99,110,93],[108,112,98],[111,109,96],[118,111,95],[125,116,99],[147,139,118],[183,179,154],[118,123,93],[120,126,92],[111,112,78],[117,111,75],[102,82,47],[115,85,47],[114,79,37],[128,92,44],[208,177,122],[192,164,101],[204,177,108],[182,158,88],[153,129,65],[119,101,39],[212,202,141],[255,255,194],[223,192,127],[177,139,76],[124,89,33],[109,85,37],[92,89,46],[158,162,129],[129,127,104],[92,87,67],[37,31,5],[15,10,0],[61,59,46],[49,52,45],[36,48,46],[26,46,45],[35,67,64],[41,82,74],[32,79,61],[49,97,75],[64,112,88],[38,83,63],[38,78,69],[54,90,88],[48,83,85],[39,77,78],[47,87,86],[56,98,97],[34,80,80],[83,132,129],[82,131,125],[62,112,101],[82,134,121],[82,138,125],[85,142,135],[70,130,130],[73,133,143],[70,132,147],[63,124,142],[73,132,148],[71,128,139],[52,107,112],[72,124,122],[70,115,112],[142,173,175],[133,163,165],[73,115,111],[59,110,101],[72,126,113],[71,125,111],[64,112,98],[47,94,76],[46,93,73],[25,77,54],[50,106,79],[111,167,140],[158,211,183],[104,148,123],[155,184,164],[210,237,218],[156,189,168],[172,207,183],[196,229,200],[143,170,135],[128,150,111],[61,80,34],[120,137,85],[159,174,117],[144,160,97],[151,171,102],[141,163,91],[172,194,122],[138,159,92],[97,117,56],[88,106,54],[103,121,73],[18,31,0],[85,97,51],[137,151,102],[58,71,27],[27,39,3],[50,61,27],[61,74,31],[121,133,93],[27,38,8],[4,14,0],[8,20,0],[8,20,0],[15,26,0],[51,62,28],[77,89,51],[96,108,72],[9,19,0],[36,39,18],[55,50,30],[64,56,37],[54,46,27],[34,29,7],[56,59,32],[50,54,27],[65,68,41],[44,38,14],[40,21,4],[72,45,34],[93,68,61],[36,19,11],[11,7,0],[0,1,0],[3,1,2],[6,1,5],[7,2,6],[6,1,5],[5,1,2],[8,4,5],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[5,3,4],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[4,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[20,16,17],[21,17,18],[10,4,6],[7,1,3],[8,2,4],[7,1,3],[14,8,10],[17,8,9],[26,16,14],[14,3,0],[18,5,0],[20,5,0],[28,11,3],[26,9,1],[22,5,0],[52,35,27],[46,29,21],[31,14,4],[44,26,12],[46,27,12],[39,17,0],[50,24,1],[110,83,56],[90,60,34],[78,49,31],[81,52,34],[75,47,25],[75,49,22],[103,78,47],[114,88,55],[133,104,72],[87,56,27],[139,105,80],[148,113,91],[147,112,92],[156,126,102],[108,82,55],[133,114,82],[113,99,62],[128,115,80],[123,107,81],[133,112,93],[136,108,94],[112,85,68],[140,120,93],[202,193,162],[236,240,213],[193,208,177],[131,154,112],[90,111,72],[107,115,91],[116,117,99],[117,112,92],[130,123,104],[99,96,81],[70,68,55],[83,84,70],[112,110,97],[120,114,98],[137,130,112],[137,132,110],[185,185,159],[133,138,108],[113,120,87],[120,124,91],[139,135,100],[107,91,57],[136,112,74],[126,94,53],[140,106,58],[187,154,100],[160,131,71],[166,147,79],[218,199,133],[163,138,82],[165,142,90],[201,185,126],[239,221,159],[225,197,134],[228,197,133],[167,137,73],[148,126,69],[95,83,43],[77,68,39],[80,68,46],[98,87,67],[22,18,0],[32,34,13],[21,23,12],[41,45,44],[33,47,48],[30,54,56],[49,83,82],[63,104,96],[66,113,95],[52,101,79],[59,107,83],[57,102,82],[40,80,71],[58,97,94],[55,93,94],[52,90,93],[65,105,105],[79,121,119],[52,98,96],[58,104,101],[122,169,161],[71,119,107],[87,138,123],[81,133,120],[106,161,155],[149,207,208],[66,124,135],[63,122,138],[66,125,143],[60,117,134],[65,119,131],[66,117,121],[63,112,109],[94,136,132],[152,186,185],[116,150,151],[78,124,121],[75,130,124],[50,111,104],[49,108,102],[61,114,108],[36,85,79],[26,76,67],[30,82,69],[66,125,107],[79,138,116],[68,124,99],[77,125,99],[122,160,135],[121,155,131],[61,100,79],[140,179,158],[203,237,212],[172,201,170],[158,180,141],[139,159,110],[157,175,117],[187,206,142],[135,156,89],[129,150,85],[159,181,119],[150,174,116],[61,84,28],[77,100,44],[75,98,42],[100,119,64],[48,62,11],[50,62,14],[158,170,120],[58,70,24],[48,58,21],[39,49,14],[130,141,99],[123,134,94],[40,49,20],[10,19,0],[51,61,24],[52,63,23],[60,70,36],[26,36,2],[113,123,86],[113,125,85],[98,110,72],[47,54,21],[42,40,17],[54,47,29],[60,50,38],[55,49,37],[33,34,16],[17,21,0],[7,8,0],[32,26,0],[70,53,23],[84,59,37],[89,66,52],[43,24,18],[4,0,0],[6,4,7],[7,2,6],[5,0,4],[8,3,7],[6,1,5],[3,0,0],[10,6,7],[17,13,12],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[3,1,2],[4,2,3],[4,2,3],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[4,0,0],[10,4,6],[12,6,8],[4,0,0],[8,2,4],[15,9,9],[19,11,8],[26,17,10],[37,27,18],[30,17,8],[22,8,0],[26,9,0],[27,10,0],[32,15,5],[37,20,10],[46,30,17],[51,33,19],[57,38,21],[57,35,12],[53,27,2],[117,90,61],[132,101,73],[69,34,12],[71,36,16],[89,57,32],[95,68,39],[92,67,36],[84,61,29],[71,46,15],[98,71,41],[86,55,27],[175,144,116],[207,176,148],[138,107,79],[95,68,39],[109,86,54],[134,116,80],[153,133,100],[128,100,78],[156,123,106],[169,133,121],[176,144,129],[176,156,129],[211,205,173],[204,215,185],[146,167,134],[103,132,88],[93,118,78],[102,115,89],[123,126,105],[127,121,99],[145,134,114],[120,108,94],[80,70,58],[67,61,47],[126,123,108],[118,115,96],[127,125,104],[146,146,120],[214,217,188],[140,145,113],[142,145,114],[147,148,117],[124,121,90],[120,111,78],[128,112,76],[146,123,81],[148,120,72],[147,114,61],[157,126,69],[135,116,48],[205,187,121],[174,149,95],[169,143,92],[197,181,119],[201,183,117],[237,213,151],[231,203,138],[185,158,89],[155,133,73],[76,61,22],[83,69,43],[56,38,18],[44,28,12],[31,28,9],[27,29,15],[19,25,15],[49,58,53],[25,43,43],[23,48,52],[56,92,92],[30,72,68],[59,107,93],[48,97,78],[48,95,75],[66,110,93],[73,114,106],[79,118,115],[64,102,103],[54,94,93],[48,90,86],[73,118,111],[56,103,95],[70,117,109],[115,161,151],[80,126,115],[85,131,120],[83,130,122],[84,134,131],[110,164,166],[70,127,136],[58,118,129],[68,127,141],[44,100,113],[61,114,122],[73,122,126],[59,103,102],[136,177,173],[165,199,198],[88,124,122],[82,127,124],[74,126,124],[78,138,136],[50,110,110],[48,99,102],[38,86,88],[48,94,94],[58,107,103],[65,123,111],[95,154,136],[71,125,102],[93,141,117],[124,167,140],[49,89,65],[42,85,66],[144,187,168],[192,227,207],[192,222,196],[129,153,117],[158,180,133],[143,163,104],[160,181,116],[171,193,129],[123,148,90],[144,171,120],[88,114,69],[54,80,35],[70,94,46],[68,91,35],[117,138,81],[45,59,6],[55,67,17],[131,143,93],[83,95,49],[67,75,36],[130,138,99],[51,59,18],[72,80,41],[35,42,9],[68,75,42],[22,30,0],[15,23,0],[27,37,2],[35,45,10],[120,130,93],[60,72,32],[71,83,43],[74,84,47],[5,8,0],[6,4,0],[17,11,0],[82,79,64],[48,50,29],[19,22,0],[18,17,0],[70,64,30],[81,66,35],[53,33,8],[73,51,37],[47,30,23],[6,0,0],[8,3,9],[5,0,4],[3,0,2],[7,2,6],[8,3,7],[3,0,0],[9,5,6],[13,9,8],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[8,6,7],[1,0,0],[3,1,2],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[4,2,3],[4,2,3],[4,2,3],[5,3,4],[7,3,4],[7,3,4],[7,3,4],[7,3,4],[4,0,1],[8,4,5],[7,1,3],[13,7,9],[14,8,10],[8,2,4],[13,7,9],[19,10,11],[23,13,11],[22,11,7],[20,7,1],[22,7,0],[27,10,2],[37,20,10],[40,23,13],[19,2,0],[29,13,0],[47,31,18],[51,33,19],[67,48,31],[83,61,38],[80,54,27],[117,90,60],[119,85,57],[112,70,45],[92,47,24],[94,57,31],[100,70,42],[86,63,32],[101,82,50],[71,55,22],[87,68,35],[78,55,21],[116,92,58],[164,135,103],[150,121,89],[131,102,70],[95,69,36],[127,103,69],[147,120,91],[129,94,72],[148,111,93],[149,113,99],[164,133,115],[208,189,159],[225,219,185],[175,181,153],[184,199,168],[138,161,119],[163,184,143],[133,146,118],[130,134,111],[153,147,121],[167,155,131],[146,131,112],[130,114,99],[107,95,83],[128,122,106],[116,118,96],[78,84,58],[137,146,115],[188,195,162],[159,160,129],[151,147,118],[142,136,110],[141,137,108],[137,136,105],[140,138,100],[168,159,116],[136,115,68],[144,110,62],[169,134,78],[143,120,52],[137,118,49],[154,132,72],[167,147,86],[186,176,104],[168,156,84],[112,88,26],[206,176,116],[232,203,135],[181,157,97],[56,41,2],[33,21,0],[68,53,34],[31,17,4],[40,33,27],[11,12,6],[19,27,14],[38,54,41],[35,56,51],[30,58,59],[58,96,97],[55,97,96],[47,94,86],[52,99,89],[44,90,79],[44,87,78],[68,109,105],[86,125,124],[74,114,113],[72,115,108],[68,116,102],[108,159,142],[152,203,188],[88,139,124],[73,121,109],[66,111,104],[58,103,100],[65,109,110],[65,113,115],[66,117,121],[70,125,130],[66,124,128],[56,114,118],[67,122,125],[70,119,123],[66,111,114],[114,154,156],[178,213,215],[108,142,141],[88,122,121],[111,150,149],[89,133,134],[83,137,139],[61,116,119],[73,120,128],[81,124,131],[60,101,107],[82,126,127],[117,168,163],[97,149,137],[134,178,161],[133,177,154],[138,181,154],[121,165,140],[115,162,146],[165,209,196],[174,210,198],[214,245,227],[216,241,212],[174,196,157],[93,116,64],[97,120,64],[78,103,48],[113,139,92],[102,128,93],[32,59,28],[58,83,51],[88,113,74],[134,156,107],[66,85,30],[95,112,60],[74,88,39],[103,114,71],[118,129,86],[82,91,46],[105,112,71],[17,23,0],[40,46,12],[49,55,17],[151,157,121],[54,61,28],[49,56,22],[71,82,42],[13,24,0],[67,79,39],[4,16,0],[36,46,11],[103,113,79],[78,85,52],[95,102,69],[114,119,87],[163,166,135],[58,59,28],[7,3,0],[24,17,0],[17,7,0],[61,46,25],[68,52,36],[39,25,14],[14,1,0],[13,4,0],[6,0,0],[12,6,8],[4,0,3],[6,1,5],[9,4,8],[4,0,1],[6,2,3],[8,4,3],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[11,9,10],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[11,7,8],[25,21,22],[20,14,16],[10,4,6],[8,2,4],[13,7,9],[20,14,16],[15,9,9],[16,8,6],[16,7,2],[10,0,0],[26,13,5],[33,19,10],[29,12,4],[38,21,13],[33,16,6],[42,25,15],[32,16,3],[44,28,13],[72,53,36],[89,67,44],[96,72,46],[112,85,56],[111,78,47],[129,88,58],[121,77,50],[84,48,22],[66,36,10],[63,42,15],[77,60,32],[71,54,26],[92,73,41],[120,97,63],[150,124,87],[143,115,76],[145,115,77],[167,139,102],[127,103,69],[105,84,53],[111,87,59],[132,105,78],[138,108,84],[167,139,118],[141,116,94],[234,217,187],[160,151,118],[171,169,144],[179,185,157],[189,201,163],[205,217,179],[158,167,138],[125,127,103],[158,155,124],[130,121,92],[99,85,59],[122,105,87],[130,114,101],[89,82,66],[113,117,94],[133,144,114],[114,128,93],[167,174,141],[203,199,170],[163,153,128],[158,150,129],[173,168,146],[171,176,146],[107,113,79],[112,110,71],[123,110,66],[115,84,38],[140,103,50],[157,128,60],[166,142,70],[179,156,89],[217,203,132],[192,187,106],[143,136,58],[124,100,36],[190,158,99],[225,194,129],[170,146,86],[65,53,11],[49,44,15],[17,9,0],[30,22,11],[27,21,23],[3,5,4],[23,36,19],[50,71,52],[60,86,77],[44,76,73],[46,84,85],[122,163,165],[98,143,140],[133,178,171],[89,132,123],[59,100,94],[56,95,94],[71,110,109],[62,104,100],[77,123,113],[83,134,117],[100,153,133],[98,152,136],[93,145,132],[70,117,107],[44,89,82],[55,97,95],[66,110,109],[68,113,116],[70,119,123],[74,129,134],[105,163,167],[75,133,137],[75,128,132],[68,116,118],[70,112,111],[144,180,180],[173,205,204],[120,154,153],[126,160,159],[96,130,131],[84,124,126],[75,125,126],[75,126,129],[94,139,145],[109,147,156],[71,108,116],[72,112,114],[52,98,95],[103,149,139],[112,153,139],[93,135,115],[109,155,129],[146,196,169],[124,173,152],[175,219,202],[177,216,198],[213,245,224],[204,230,201],[161,186,147],[117,141,93],[94,118,68],[132,160,111],[137,166,122],[103,133,99],[56,85,54],[73,98,66],[83,105,67],[106,126,77],[69,87,35],[73,89,40],[104,117,73],[84,96,58],[29,40,0],[98,107,64],[61,68,27],[58,63,31],[57,62,32],[32,39,0],[37,45,4],[47,54,21],[42,52,17],[104,117,73],[98,114,67],[91,108,63],[4,21,0],[19,34,0],[69,81,43],[63,73,36],[102,110,73],[144,150,114],[124,130,96],[73,77,44],[47,46,15],[23,18,0],[37,27,2],[70,55,36],[77,61,46],[67,53,42],[18,5,0],[13,4,0],[58,53,50],[21,17,18],[9,4,8],[6,1,5],[8,3,7],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[3,1,2],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[8,6,7],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[10,6,7],[24,20,21],[17,11,13],[6,0,2],[4,0,0],[9,3,5],[17,11,13],[12,6,8],[18,9,10],[23,13,12],[13,2,0],[35,21,18],[50,35,30],[31,14,7],[25,8,1],[28,11,4],[19,4,0],[13,0,0],[50,33,23],[67,49,35],[47,26,7],[42,18,0],[73,46,19],[144,115,85],[142,109,74],[110,77,42],[110,80,52],[106,80,57],[107,85,64],[100,77,59],[94,69,47],[78,50,26],[94,61,30],[176,142,105],[206,173,132],[180,151,109],[172,148,110],[126,110,76],[117,108,77],[117,108,77],[130,115,82],[127,111,78],[135,119,93],[169,153,127],[222,209,175],[140,129,97],[101,90,68],[197,189,166],[140,137,102],[184,184,148],[216,216,188],[146,146,118],[137,137,101],[129,125,88],[132,121,89],[128,114,88],[152,139,123],[98,91,75],[83,89,63],[106,119,89],[104,115,81],[136,141,109],[195,189,163],[167,154,135],[156,144,128],[148,143,124],[136,144,121],[132,143,113],[130,134,99],[135,127,88],[127,99,59],[159,121,72],[157,119,54],[178,144,70],[208,185,109],[157,144,65],[178,178,92],[163,158,76],[131,106,39],[187,153,92],[247,213,152],[175,150,94],[100,96,48],[75,82,41],[39,41,17],[31,31,21],[29,27,32],[21,22,27],[45,62,46],[52,77,56],[32,62,52],[54,89,85],[71,111,111],[147,189,188],[114,156,152],[43,86,77],[75,116,108],[79,119,111],[60,99,96],[69,108,107],[74,116,112],[86,136,125],[78,133,114],[55,112,95],[43,100,93],[62,117,114],[94,145,138],[86,133,123],[83,129,118],[68,114,104],[78,124,121],[64,113,117],[122,176,186],[213,255,255],[100,156,171],[68,120,133],[70,115,120],[62,102,101],[166,199,190],[153,185,174],[129,165,161],[133,172,171],[86,117,120],[63,98,100],[72,120,120],[85,135,134],[87,131,132],[84,124,126],[70,108,109],[52,91,90],[40,83,76],[149,191,181],[146,182,170],[100,141,123],[98,152,128],[175,231,202],[194,247,217],[183,229,200],[150,189,160],[138,171,142],[169,196,163],[86,111,72],[147,170,126],[182,208,160],[144,174,124],[120,152,103],[135,166,122],[166,197,153],[91,118,73],[64,86,39],[70,87,35],[61,75,24],[23,38,0],[61,75,39],[35,49,16],[0,7,0],[34,44,7],[42,50,13],[55,61,33],[77,83,55],[63,71,32],[73,81,40],[104,114,79],[54,66,28],[70,86,37],[111,129,77],[130,150,99],[57,80,28],[45,70,15],[107,127,76],[70,77,36],[28,27,0],[15,11,0],[4,4,0],[115,122,91],[140,150,115],[106,112,74],[80,77,42],[109,92,66],[123,98,78],[90,66,54],[26,8,4],[3,0,0],[10,11,13],[17,15,18],[8,3,7],[5,0,4],[7,2,6],[5,1,2],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[10,8,9],[6,4,5],[1,0,0],[18,16,17],[8,6,7],[13,11,12],[3,1,2],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[5,1,2],[11,7,8],[8,2,4],[10,4,6],[11,5,7],[7,1,3],[13,7,9],[15,9,11],[22,13,18],[24,15,18],[9,0,0],[21,7,6],[47,32,29],[40,22,20],[22,4,2],[21,3,1],[20,5,0],[38,23,16],[58,41,33],[50,32,20],[49,28,11],[73,48,28],[67,41,18],[102,73,43],[136,106,68],[147,119,80],[174,149,119],[102,77,55],[59,37,23],[59,37,24],[85,59,44],[115,87,65],[98,67,36],[125,91,53],[129,96,53],[124,95,51],[184,165,125],[88,75,41],[69,64,35],[134,130,101],[153,145,109],[108,100,63],[83,77,43],[185,180,148],[214,208,172],[195,186,153],[137,125,103],[151,136,115],[164,155,122],[156,152,117],[211,210,180],[154,155,124],[123,124,84],[170,165,125],[204,190,155],[139,124,95],[141,128,111],[116,110,94],[86,90,65],[82,91,60],[119,129,95],[115,118,87],[167,159,136],[173,162,144],[147,138,123],[136,132,120],[122,129,111],[186,196,172],[170,175,143],[132,126,90],[137,115,76],[159,125,79],[129,87,29],[175,136,67],[208,181,104],[158,141,61],[181,179,96],[226,221,140],[213,190,120],[193,161,100],[255,225,168],[213,192,135],[106,107,47],[104,114,62],[23,30,0],[1,8,0],[0,1,0],[42,52,51],[59,80,65],[24,53,33],[57,89,78],[96,132,128],[115,155,154],[89,131,127],[53,96,86],[39,81,67],[93,134,120],[91,129,118],[52,88,84],[68,107,104],[74,119,116],[50,101,94],[45,101,88],[67,127,115],[50,109,107],[55,113,114],[74,126,122],[89,139,130],[126,172,162],[84,130,120],[58,107,103],[68,119,122],[93,147,159],[118,174,189],[81,137,154],[83,135,148],[96,141,146],[103,142,139],[161,193,180],[178,210,197],[116,157,151],[82,124,123],[106,137,140],[111,145,146],[126,175,171],[75,128,120],[59,108,102],[85,130,123],[90,131,123],[58,100,90],[69,113,100],[132,174,160],[144,180,168],[87,130,113],[59,121,96],[129,194,164],[156,211,179],[137,184,148],[131,171,137],[175,206,174],[128,153,121],[54,78,44],[73,95,59],[78,103,64],[88,116,75],[158,190,143],[183,217,167],[139,171,121],[78,105,54],[73,93,44],[0,13,0],[47,58,16],[128,142,107],[57,72,43],[0,7,0],[5,18,0],[20,31,1],[8,17,0],[13,22,0],[52,58,30],[120,128,91],[87,98,58],[88,100,60],[73,90,46],[103,123,70],[154,178,120],[122,147,89],[114,142,83],[58,88,28],[49,72,16],[21,30,0],[14,14,0],[28,24,0],[50,50,22],[102,112,78],[128,140,104],[60,68,29],[94,92,54],[112,95,65],[59,34,12],[23,0,0],[13,0,0],[6,4,5],[0,0,4],[4,2,5],[3,0,2],[4,0,3],[7,2,6],[7,3,4],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[11,9,10],[1,0,0],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[6,2,3],[9,5,6],[7,1,3],[13,7,9],[15,9,11],[9,3,5],[13,7,9],[16,10,14],[13,3,11],[20,9,17],[19,6,13],[16,1,6],[25,9,12],[27,11,12],[18,2,2],[28,12,12],[32,16,16],[30,15,12],[28,10,6],[56,37,30],[65,43,30],[68,42,25],[51,24,3],[66,36,8],[137,103,65],[195,161,124],[156,129,102],[45,22,4],[19,1,0],[25,8,0],[23,7,0],[66,48,26],[93,73,38],[107,84,42],[139,112,65],[124,100,54],[158,139,99],[119,104,73],[87,76,56],[59,51,28],[153,145,108],[229,224,182],[140,140,102],[184,186,149],[182,184,144],[232,232,196],[209,201,178],[152,141,119],[158,149,116],[110,106,71],[145,146,115],[176,177,145],[147,145,104],[164,155,112],[183,161,124],[152,131,102],[127,119,100],[129,128,110],[114,116,94],[109,112,85],[115,115,87],[201,200,172],[212,206,184],[155,148,130],[148,144,132],[134,134,122],[149,155,141],[139,146,128],[128,130,106],[144,139,109],[133,117,81],[140,111,71],[187,144,99],[197,152,97],[173,134,67],[192,164,91],[240,226,155],[242,232,160],[218,199,130],[221,198,131],[255,241,183],[212,198,137],[141,145,71],[103,114,45],[26,34,0],[1,12,0],[29,46,27],[36,58,45],[60,87,72],[83,113,101],[76,109,102],[82,118,114],[65,106,100],[98,141,131],[209,252,233],[85,129,104],[87,127,103],[98,137,118],[75,113,102],[62,101,96],[53,97,96],[55,105,104],[49,106,100],[59,120,113],[52,114,109],[56,116,114],[79,134,131],[87,137,136],[88,134,134],[85,130,133],[64,112,116],[51,101,108],[66,120,130],[68,126,137],[68,125,134],[78,131,137],[86,130,131],[143,179,177],[211,241,233],[177,208,202],[116,162,159],[60,108,108],[94,129,131],[106,142,142],[101,152,143],[58,116,102],[61,115,99],[72,125,107],[59,108,89],[75,122,104],[62,109,89],[101,145,128],[80,121,105],[71,118,102],[117,187,163],[152,225,196],[117,174,142],[153,198,167],[183,220,189],[169,199,171],[130,154,132],[38,57,38],[15,33,17],[56,77,58],[105,134,106],[191,223,184],[190,224,174],[81,111,59],[53,77,27],[89,104,61],[58,65,31],[66,72,46],[100,114,91],[0,8,0],[8,23,0],[32,46,23],[39,48,29],[21,29,8],[78,87,60],[16,25,0],[63,72,41],[110,122,86],[98,115,70],[89,109,56],[76,99,45],[130,158,100],[179,209,147],[128,158,94],[138,166,107],[124,144,91],[95,108,62],[61,69,28],[57,63,25],[68,74,38],[38,46,9],[42,48,12],[15,17,0],[53,47,13],[56,40,14],[15,0,0],[18,2,0],[16,3,0],[5,0,0],[10,8,11],[3,0,2],[3,0,2],[5,0,4],[7,2,6],[6,2,3],[5,1,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[7,5,6],[2,0,1],[40,38,39],[186,184,187],[36,34,37],[6,4,7],[6,4,7],[5,3,4],[6,4,5],[5,4,2],[5,4,2],[5,4,2],[7,3,4],[8,4,5],[8,3,7],[9,4,8],[7,2,8],[17,11,15],[11,5,9],[10,1,4],[11,3,1],[13,5,2],[18,9,4],[11,3,0],[26,17,18],[14,5,8],[20,10,11],[21,9,9],[29,15,14],[31,17,14],[13,0,0],[14,0,0],[15,0,0],[40,22,20],[27,8,4],[39,16,10],[27,1,0],[61,34,17],[85,57,35],[61,30,2],[101,65,29],[146,110,74],[148,118,84],[138,112,85],[83,64,47],[90,72,58],[112,95,77],[92,75,49],[94,76,38],[84,63,20],[119,96,52],[132,111,68],[103,85,47],[107,92,59],[108,96,72],[108,99,70],[113,101,59],[168,161,115],[203,204,162],[124,126,86],[159,160,118],[217,215,177],[175,165,138],[152,140,114],[127,121,89],[129,124,92],[115,114,84],[162,161,130],[158,154,116],[184,172,132],[183,164,131],[192,175,147],[166,161,139],[129,131,110],[124,124,100],[130,128,103],[164,160,131],[180,176,147],[146,142,117],[144,142,121],[153,154,136],[122,126,111],[120,127,111],[117,125,104],[146,148,124],[162,158,129],[177,167,132],[169,147,108],[160,125,83],[150,109,57],[171,132,67],[203,172,105],[243,228,163],[179,168,102],[159,145,74],[169,154,85],[238,222,162],[220,212,149],[158,161,90],[93,105,33],[66,75,18],[84,97,51],[67,93,58],[38,68,42],[65,96,78],[89,123,109],[56,91,84],[53,89,85],[72,112,104],[78,119,105],[125,168,141],[161,202,172],[108,147,120],[71,109,88],[77,112,105],[92,131,128],[65,110,107],[52,102,99],[39,98,96],[60,120,118],[68,127,121],[72,129,123],[81,136,133],[91,146,143],[69,120,121],[82,133,136],[62,116,118],[76,131,134],[116,174,176],[71,129,130],[62,118,117],[70,122,120],[77,122,119],[128,164,160],[180,211,206],[175,210,206],[84,134,133],[59,110,111],[99,140,142],[158,200,198],[117,170,160],[77,135,120],[73,130,111],[47,100,80],[90,137,117],[131,176,155],[122,167,146],[59,102,82],[105,144,126],[87,134,116],[109,174,150],[139,205,178],[108,158,131],[113,152,125],[113,143,117],[77,103,78],[102,124,103],[64,82,66],[32,52,41],[118,142,128],[232,255,234],[119,154,114],[170,203,156],[97,127,77],[82,106,58],[68,87,42],[22,36,1],[99,112,84],[85,100,77],[48,66,42],[32,50,24],[66,81,58],[24,35,19],[97,106,87],[67,77,50],[9,20,0],[33,47,14],[121,135,99],[119,137,87],[85,106,49],[94,115,59],[101,125,67],[123,147,85],[33,55,0],[64,81,26],[127,141,90],[91,103,53],[63,72,25],[73,79,33],[58,59,17],[75,73,34],[59,55,20],[60,55,23],[50,43,15],[34,21,2],[18,2,0],[43,26,18],[27,13,10],[4,0,0],[4,0,0],[5,1,2],[8,4,5],[8,4,5],[5,1,2],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[4,3,1],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[11,10,8],[0,0,0],[7,7,5],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[8,8,8],[16,16,16],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,4],[3,1,4],[3,1,4],[3,1,4],[5,3,6],[1,0,4],[77,75,80],[255,254,255],[70,68,73],[1,0,4],[14,9,15],[8,3,7],[5,4,2],[7,6,2],[7,6,2],[6,5,1],[8,7,5],[9,7,8],[7,5,10],[6,0,10],[12,6,18],[9,1,12],[16,6,14],[8,0,0],[16,5,0],[36,24,10],[28,15,0],[18,7,0],[26,17,8],[10,6,0],[21,14,4],[20,14,0],[16,9,0],[38,29,14],[28,16,4],[38,24,15],[39,20,14],[38,14,10],[62,37,32],[46,17,9],[44,12,0],[84,52,31],[84,50,23],[64,29,0],[95,58,29],[108,72,36],[121,90,43],[197,168,124],[150,123,94],[65,39,16],[68,42,15],[107,82,51],[128,103,62],[74,51,9],[57,32,1],[84,63,32],[116,100,66],[104,92,54],[84,76,39],[138,131,87],[172,160,108],[165,153,101],[143,139,94],[155,150,110],[170,161,120],[165,151,112],[164,148,114],[114,98,65],[112,103,72],[172,167,138],[176,171,142],[204,199,169],[147,138,105],[151,142,109],[182,175,149],[144,139,117],[135,134,113],[113,113,89],[145,143,118],[208,204,177],[187,184,153],[117,114,83],[134,133,102],[151,152,121],[161,167,139],[126,136,109],[137,150,122],[134,144,117],[131,136,106],[133,134,103],[156,151,119],[183,169,132],[168,146,99],[189,160,104],[153,126,57],[165,145,74],[217,207,145],[215,209,147],[166,158,86],[170,160,88],[227,217,148],[220,214,152],[190,193,136],[111,120,63],[142,152,92],[176,193,138],[128,157,111],[105,141,105],[87,123,97],[51,88,70],[65,98,87],[88,121,114],[71,103,98],[72,105,94],[77,116,87],[102,141,110],[104,139,117],[74,107,98],[87,118,121],[89,122,127],[65,108,99],[60,112,100],[55,114,112],[55,111,112],[71,120,116],[68,115,109],[80,131,126],[94,151,144],[81,144,136],[67,132,124],[73,140,131],[82,148,138],[74,137,126],[90,150,140],[84,137,127],[94,141,133],[94,137,130],[169,208,203],[181,217,213],[155,195,194],[59,109,110],[118,171,175],[146,197,200],[131,183,181],[74,131,125],[37,94,85],[56,108,96],[75,121,108],[111,152,136],[128,165,148],[125,158,141],[41,74,55],[114,147,128],[172,212,188],[23,73,46],[78,126,100],[54,89,65],[52,77,55],[87,106,84],[69,87,63],[62,80,54],[47,69,48],[28,54,41],[121,153,132],[194,231,190],[78,116,67],[167,200,157],[164,195,153],[120,149,103],[76,105,57],[47,81,31],[36,68,21],[13,39,0],[57,78,45],[104,123,93],[21,37,10],[0,7,0],[92,104,82],[63,76,50],[37,51,18],[47,63,26],[73,90,45],[87,106,51],[87,105,47],[91,106,49],[89,102,46],[80,89,32],[58,65,13],[28,30,0],[85,86,42],[69,76,25],[63,67,16],[75,71,23],[108,97,51],[131,113,75],[38,22,0],[29,17,0],[22,10,0],[11,0,0],[22,4,0],[58,38,37],[30,15,12],[16,9,1],[1,1,0],[4,0,0],[5,1,2],[4,0,1],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[4,0,0],[3,0,0],[7,3,2]],[[1,0,0],[10,9,7],[6,5,3],[1,0,0],[1,0,0],[18,17,15],[1,1,0],[0,0,0],[0,0,0],[4,4,4],[1,3,2],[0,1,0],[8,10,9],[0,1,0],[194,196,195],[116,118,117],[1,1,1],[2,1,0],[2,1,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,4],[1,0,2],[14,12,15],[1,0,2],[1,0,4],[9,7,12],[1,0,4],[12,7,13],[5,0,6],[13,8,12],[6,4,5],[9,8,6],[10,9,5],[3,2,0],[3,2,0],[7,5,6],[6,1,7],[11,4,12],[6,0,5],[20,9,17],[19,7,9],[14,0,0],[20,4,0],[33,17,0],[55,40,17],[79,67,53],[40,30,20],[8,0,0],[17,5,0],[18,7,0],[32,19,2],[53,36,18],[70,49,32],[69,43,28],[81,53,39],[75,46,30],[82,53,35],[88,60,36],[100,73,44],[104,79,48],[114,88,55],[80,46,18],[131,95,59],[134,101,48],[157,126,71],[188,154,116],[132,99,68],[75,42,9],[105,75,37],[112,85,40],[151,126,85],[113,90,59],[78,58,31],[113,99,62],[114,105,62],[129,122,76],[171,165,115],[187,180,126],[193,187,135],[133,134,94],[165,165,131],[86,77,46],[148,135,103],[173,157,124],[120,105,74],[161,154,125],[159,155,126],[179,174,142],[243,234,201],[150,137,103],[84,75,44],[103,101,80],[135,136,118],[97,99,77],[126,128,104],[145,143,118],[141,140,112],[151,147,118],[141,138,107],[143,144,112],[185,191,157],[167,177,143],[159,173,140],[207,222,189],[186,200,167],[167,174,141],[148,151,120],[135,132,101],[174,166,130],[216,199,155],[188,168,115],[169,150,91],[229,215,152],[226,221,157],[255,255,192],[249,245,174],[232,225,153],[190,183,113],[233,229,165],[124,125,68],[95,102,48],[143,154,98],[141,160,105],[84,113,65],[112,147,105],[88,123,91],[84,119,97],[84,118,104],[98,131,124],[87,119,116],[112,143,135],[116,151,121],[114,149,116],[65,97,74],[60,90,82],[76,106,116],[78,112,121],[54,97,90],[53,103,92],[70,125,122],[71,123,121],[83,126,119],[77,120,110],[68,118,109],[97,154,145],[109,175,165],[96,166,156],[91,163,151],[71,141,130],[95,158,147],[116,174,162],[89,141,129],[92,138,128],[93,136,127],[170,213,206],[182,223,217],[106,151,148],[73,123,124],[132,186,188],[74,130,129],[51,107,104],[61,118,112],[54,110,101],[24,74,63],[22,64,52],[29,65,51],[82,113,97],[127,156,138],[134,163,141],[69,101,77],[120,156,130],[67,110,80],[131,170,141],[178,206,181],[172,194,171],[169,184,161],[89,103,78],[62,78,49],[88,111,83],[64,93,73],[131,167,139],[137,179,129],[112,153,97],[138,170,129],[178,208,172],[116,147,106],[147,180,133],[165,208,152],[113,156,100],[77,111,61],[70,97,56],[74,98,62],[35,56,23],[59,78,50],[100,116,89],[110,126,97],[66,83,47],[43,62,17],[86,104,54],[99,116,61],[74,89,30],[70,79,22],[73,78,22],[83,83,29],[87,85,36],[60,53,9],[94,90,45],[151,153,103],[88,88,34],[66,56,5],[97,80,34],[91,67,29],[39,16,0],[35,19,0],[14,0,0],[46,31,24],[59,41,39],[39,17,19],[25,7,5],[6,0,0],[15,12,3],[6,2,0],[13,9,8],[12,8,7],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,0],[9,5,2],[3,0,0]],[[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,0],[0,0,0],[0,1,0],[0,1,0],[17,19,16],[6,8,5],[1,1,0],[1,1,0],[1,1,0],[1,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[6,4,5],[1,0,2],[7,5,8],[1,0,2],[16,11,15],[8,3,7],[9,4,8],[9,4,11],[11,5,17],[13,5,16],[13,6,13],[11,5,7],[9,4,0],[8,3,0],[11,6,0],[18,13,7],[19,11,8],[17,7,6],[22,10,10],[20,6,5],[32,17,14],[62,45,38],[68,50,38],[59,39,28],[54,31,25],[73,48,44],[60,35,30],[41,16,9],[25,0,0],[56,28,16],[83,52,34],[79,47,24],[107,72,44],[139,104,72],[108,78,42],[107,81,44],[127,109,71],[121,108,73],[64,58,22],[68,55,21],[68,41,11],[115,80,42],[190,157,104],[184,148,96],[140,102,63],[166,130,94],[129,94,54],[88,57,11],[109,83,34],[181,159,112],[144,124,89],[125,109,75],[118,105,61],[97,86,40],[136,128,81],[152,148,101],[112,119,68],[158,171,128],[169,185,158],[95,108,90],[58,62,47],[129,127,112],[119,113,91],[90,84,58],[141,140,110],[130,131,97],[170,168,127],[203,196,152],[164,153,108],[150,137,102],[159,153,129],[119,118,98],[178,181,160],[157,160,139],[154,156,134],[176,176,152],[195,193,168],[206,206,178],[182,185,154],[167,174,143],[187,198,166],[199,212,182],[210,225,194],[189,202,172],[173,180,149],[163,166,137],[179,178,148],[176,170,138],[214,200,165],[219,203,167],[223,213,177],[254,248,200],[207,202,136],[186,182,108],[248,246,172],[163,163,91],[175,172,103],[252,249,180],[174,171,100],[139,141,78],[140,151,108],[112,133,94],[107,132,90],[127,153,114],[145,172,141],[114,146,123],[70,106,92],[53,92,87],[52,90,91],[103,138,132],[143,176,149],[151,181,147],[128,154,127],[107,135,123],[85,118,127],[69,109,121],[68,117,114],[66,117,110],[67,116,112],[100,147,141],[147,191,178],[83,130,114],[108,160,147],[143,200,191],[102,165,157],[73,139,135],[73,139,137],[61,125,124],[75,134,132],[76,131,128],[71,120,117],[135,181,178],[173,218,213],[179,224,217],[139,186,178],[118,167,161],[118,168,167],[85,139,139],[66,121,118],[65,120,114],[52,105,95],[83,133,121],[43,87,72],[45,84,66],[77,110,93],[107,136,116],[136,164,142],[153,181,158],[40,70,44],[54,89,59],[104,145,111],[153,193,159],[219,248,218],[161,184,155],[95,111,82],[55,70,39],[19,36,4],[67,91,59],[72,102,74],[13,49,13],[29,69,16],[103,144,88],[149,181,140],[216,243,208],[125,152,117],[65,97,56],[91,131,79],[115,155,102],[162,198,150],[115,148,103],[150,178,138],[140,166,129],[36,60,26],[27,48,15],[71,91,56],[49,67,27],[103,122,76],[135,154,99],[87,105,47],[42,56,0],[93,101,42],[109,112,55],[107,106,52],[123,117,67],[92,86,38],[92,88,40],[166,164,113],[118,115,62],[131,121,70],[148,131,87],[102,80,41],[61,38,7],[50,32,10],[76,59,43],[85,67,57],[99,80,76],[61,41,40],[30,15,12],[6,0,0],[11,8,1],[5,1,0],[17,13,12],[17,13,12],[5,1,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[7,3,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[26,22,19],[35,31,28],[6,2,0]],[[7,5,6],[1,0,0],[1,0,0],[8,6,7],[10,8,9],[6,4,5],[1,1,1],[3,3,3],[5,5,3],[0,0,0],[27,27,25],[119,119,117],[0,2,0],[0,1,0],[8,10,7],[0,1,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[8,7,5],[1,0,0],[7,6,4],[17,16,14],[3,0,0],[9,5,6],[3,0,0],[12,7,13],[5,0,10],[18,10,23],[12,5,12],[6,0,2],[16,11,7],[18,11,3],[16,9,0],[28,21,11],[30,21,14],[17,6,2],[21,7,6],[22,6,6],[22,4,2],[41,24,17],[73,54,47],[93,69,59],[83,49,37],[99,61,48],[105,67,56],[66,28,19],[48,10,1],[102,64,51],[109,72,53],[104,68,42],[77,43,8],[85,53,14],[125,98,55],[123,102,57],[72,57,14],[77,68,29],[44,40,5],[62,53,20],[120,96,62],[132,99,58],[140,104,54],[190,153,101],[164,123,79],[183,141,99],[177,141,91],[141,110,56],[174,149,93],[115,95,44],[102,87,44],[110,99,54],[183,173,122],[146,136,83],[110,100,51],[153,150,105],[125,140,97],[64,90,55],[121,150,128],[141,167,154],[61,79,67],[68,79,65],[83,86,69],[98,100,78],[53,59,33],[88,95,62],[135,137,98],[141,138,95],[175,166,123],[151,143,106],[169,165,140],[148,150,129],[198,203,183],[187,194,176],[185,190,170],[213,216,195],[198,202,179],[215,219,194],[226,232,206],[174,183,156],[188,201,173],[165,180,151],[152,167,138],[164,177,147],[155,164,135],[152,157,127],[207,207,179],[190,185,156],[195,184,154],[232,223,194],[237,235,210],[247,247,211],[217,213,152],[177,173,100],[161,160,93],[178,178,114],[233,234,168],[255,255,188],[237,233,160],[211,211,149],[160,173,130],[114,134,99],[108,129,90],[114,136,98],[166,191,162],[120,149,127],[107,141,125],[83,120,112],[75,111,111],[75,110,104],[96,130,106],[96,129,100],[68,98,72],[105,136,120],[130,164,166],[93,131,140],[85,129,130],[97,143,140],[76,122,119],[90,135,128],[147,194,176],[149,198,177],[138,191,175],[88,144,133],[56,117,110],[77,139,138],[84,143,147],[70,127,134],[81,134,142],[75,124,131],[99,146,152],[142,187,190],[163,212,209],[147,196,192],[76,127,120],[91,144,136],[121,174,168],[87,140,134],[84,137,129],[70,121,112],[69,119,107],[93,140,124],[54,95,77],[83,118,98],[91,120,100],[71,96,74],[74,100,73],[61,87,58],[74,105,73],[59,95,59],[118,158,121],[129,167,128],[171,201,165],[109,133,97],[42,62,25],[39,56,20],[37,56,24],[16,40,6],[0,32,0],[111,149,102],[177,218,160],[153,192,137],[102,133,91],[75,102,69],[127,153,124],[187,216,185],[119,157,110],[128,171,118],[101,144,91],[81,121,71],[111,147,103],[145,176,135],[129,157,117],[28,53,14],[78,101,59],[128,150,104],[115,135,84],[59,78,22],[124,142,82],[97,109,47],[68,74,14],[50,51,0],[46,43,0],[142,136,84],[126,120,68],[89,83,31],[106,100,48],[147,140,88],[130,118,70],[78,61,18],[79,59,22],[37,14,0],[40,18,0],[59,38,19],[29,10,0],[26,7,0],[18,0,0],[12,0,0],[11,1,0],[6,1,0],[3,0,0],[10,6,5],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[6,2,0],[3,0,0],[24,20,17],[32,28,25],[6,2,0]],[[5,3,6],[2,0,3],[10,8,11],[3,1,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[5,5,3],[0,0,0],[9,9,7],[54,54,52],[55,56,51],[13,14,9],[0,1,0],[6,7,2],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[10,9,7],[11,7,6],[3,0,0],[9,5,4],[13,9,8],[12,8,7],[12,6,8],[8,0,6],[17,6,14],[16,5,11],[11,1,2],[14,4,2],[21,12,7],[21,12,5],[20,9,5],[21,10,6],[27,13,12],[42,26,26],[38,20,18],[13,0,0],[21,2,0],[65,45,36],[94,67,48],[132,89,57],[109,59,24],[117,68,38],[123,75,52],[111,64,44],[114,71,52],[83,45,24],[78,44,19],[56,27,0],[76,52,16],[118,99,57],[98,81,38],[64,49,8],[85,69,33],[58,42,8],[73,54,21],[75,49,12],[91,59,18],[92,55,10],[116,74,26],[156,109,65],[163,119,70],[186,147,90],[240,208,147],[188,166,106],[134,119,62],[156,146,95],[144,138,86],[217,212,154],[189,183,125],[197,185,135],[180,177,136],[92,109,75],[103,136,107],[80,118,95],[150,188,167],[101,130,108],[68,90,67],[123,137,112],[75,87,65],[55,68,50],[83,94,77],[114,119,97],[151,151,127],[152,148,119],[119,115,86],[169,173,148],[203,212,191],[159,172,154],[206,219,202],[207,218,201],[213,222,203],[203,212,193],[179,188,167],[190,202,180],[210,224,199],[180,196,170],[155,173,147],[168,187,159],[161,175,149],[151,161,134],[170,176,148],[202,205,178],[191,189,164],[205,201,176],[228,226,201],[230,234,209],[253,255,225],[252,250,202],[207,204,149],[181,181,127],[193,193,139],[219,220,163],[233,232,175],[205,200,142],[212,211,155],[199,212,168],[198,216,176],[148,167,122],[152,174,136],[158,186,164],[114,145,129],[141,173,152],[93,124,106],[82,112,104],[51,84,77],[64,102,87],[58,100,80],[61,100,79],[78,115,98],[101,133,128],[111,143,142],[116,151,147],[117,156,153],[99,145,145],[77,126,122],[147,198,179],[144,197,171],[86,139,119],[46,102,89],[58,114,111],[71,126,129],[75,127,140],[73,122,139],[84,131,149],[78,123,142],[118,164,179],[122,169,179],[102,151,155],[112,167,162],[88,145,138],[79,136,127],[80,133,123],[127,177,168],[111,161,150],[76,124,110],[93,137,122],[78,119,101],[90,125,105],[100,129,107],[55,81,56],[36,59,33],[62,85,56],[62,87,55],[135,165,129],[136,171,131],[164,202,161],[194,233,189],[162,193,152],[143,168,128],[128,149,108],[122,140,102],[123,143,108],[104,128,92],[45,78,31],[92,131,76],[132,173,113],[175,214,159],[83,111,70],[57,80,51],[98,120,99],[124,150,125],[94,129,89],[155,195,145],[168,212,161],[61,108,56],[76,118,68],[68,106,59],[93,124,80],[72,101,57],[87,113,66],[138,162,112],[120,143,87],[88,108,49],[140,156,94],[96,108,44],[56,62,0],[63,62,5],[103,98,43],[131,124,70],[136,131,73],[152,147,91],[158,148,95],[115,101,54],[73,59,14],[61,43,3],[28,8,0],[83,62,31],[43,19,0],[20,0,0],[57,36,19],[60,42,30],[40,27,18],[21,10,6],[12,2,1],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[7,3,2],[5,1,0],[3,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[7,3,0],[3,0,0]],[[36,34,37],[1,0,2],[7,5,8],[11,9,12],[7,5,6],[2,0,1],[4,2,3],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[10,11,6],[7,8,3],[0,1,0],[14,15,10],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[4,3,0],[9,5,2],[11,7,4],[13,9,6],[3,0,0],[18,14,11],[14,9,6],[21,11,12],[11,1,2],[20,10,9],[23,12,10],[9,0,0],[15,4,0],[23,12,8],[11,0,0],[14,0,0],[28,13,10],[41,23,21],[35,17,13],[25,6,0],[52,34,22],[86,67,53],[77,51,28],[75,36,0],[107,60,14],[128,81,39],[158,108,71],[167,118,85],[180,133,103],[138,97,67],[64,29,0],[63,34,0],[48,26,0],[75,55,18],[84,66,28],[80,60,25],[90,67,35],[109,84,54],[132,106,73],[86,61,21],[53,24,0],[81,44,0],[95,52,7],[164,116,68],[179,132,78],[218,179,114],[180,149,82],[128,108,45],[159,149,88],[185,183,126],[151,150,93],[155,154,89],[152,148,85],[157,145,95],[233,228,188],[120,136,100],[55,85,57],[96,134,111],[145,185,161],[140,174,149],[74,102,77],[102,122,97],[81,99,77],[53,74,57],[83,101,87],[55,68,51],[101,110,91],[101,106,83],[134,142,118],[151,166,145],[157,176,157],[152,173,156],[180,198,184],[188,206,192],[195,212,196],[234,251,235],[188,205,187],[157,176,157],[206,225,205],[198,220,197],[171,193,170],[160,180,155],[160,178,152],[162,176,150],[150,160,135],[174,179,156],[183,187,164],[208,210,189],[249,251,229],[237,243,217],[238,243,213],[232,233,199],[174,172,134],[238,237,193],[225,224,178],[219,218,170],[251,250,202],[220,218,170],[195,197,150],[205,217,169],[190,207,162],[169,188,143],[165,189,153],[177,206,186],[132,163,148],[127,157,133],[58,87,65],[70,102,89],[56,91,84],[61,103,93],[34,78,65],[41,86,65],[71,113,93],[59,92,81],[104,135,130],[120,152,149],[67,103,103],[80,124,125],[115,164,158],[170,222,200],[138,192,166],[119,173,150],[71,125,111],[60,112,108],[69,118,123],[57,103,118],[93,136,155],[89,131,155],[90,132,156],[98,143,162],[105,153,167],[86,139,145],[83,142,140],[101,164,156],[93,155,144],[115,168,158],[105,153,141],[122,170,156],[134,178,163],[123,164,146],[51,85,68],[73,102,82],[94,119,97],[133,153,128],[97,116,88],[102,123,90],[131,155,119],[145,173,133],[181,214,171],[155,192,148],[194,231,187],[106,137,95],[120,147,104],[126,147,104],[147,165,125],[186,205,173],[159,183,147],[73,108,54],[11,51,0],[83,125,62],[184,221,167],[65,94,50],[80,103,74],[172,193,178],[91,114,96],[63,95,58],[110,149,102],[167,214,162],[109,158,103],[84,128,77],[77,117,67],[59,92,45],[53,82,34],[85,113,62],[151,176,121],[157,181,123],[130,150,89],[137,153,90],[80,92,28],[95,101,39],[100,101,43],[99,94,39],[90,85,29],[119,118,54],[167,161,99],[117,104,51],[75,57,11],[58,41,0],[89,71,33],[72,53,20],[88,67,38],[101,75,48],[36,10,0],[41,19,0],[66,50,34],[67,57,45],[13,4,0],[8,0,0],[12,1,5],[11,5,5],[5,1,0],[3,0,0],[6,2,1],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[7,3,0],[8,4,1],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[4,0,0]],[[144,142,147],[14,12,17],[1,0,4],[1,0,4],[7,5,8],[5,3,6],[1,0,0],[1,0,0],[1,0,0],[16,15,13],[1,0,0],[9,8,4],[1,0,0],[14,13,8],[1,0,0],[1,0,0],[1,2,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[7,3,0],[23,19,16],[5,0,0],[4,0,0],[12,7,4],[22,17,14],[13,8,5],[14,6,3],[32,21,17],[19,5,2],[25,12,6],[36,23,17],[25,12,6],[17,4,0],[23,10,4],[28,13,8],[26,11,6],[23,6,0],[33,16,9],[51,33,23],[41,21,10],[42,23,8],[55,34,17],[31,9,0],[55,31,0],[65,38,0],[89,55,9],[138,96,48],[157,109,61],[180,129,82],[170,122,76],[133,90,47],[137,102,60],[134,104,66],[122,98,64],[79,56,25],[112,86,59],[99,71,47],[86,51,29],[103,72,44],[101,77,39],[87,62,21],[92,58,20],[165,123,81],[193,147,97],[149,103,44],[227,189,118],[164,136,63],[129,114,47],[134,130,67],[103,107,46],[128,134,70],[145,151,81],[197,196,132],[188,178,129],[177,170,128],[136,144,103],[109,129,94],[97,125,100],[84,115,97],[46,75,57],[70,95,76],[149,171,150],[112,134,113],[93,118,99],[127,152,133],[58,80,59],[78,98,73],[134,152,126],[177,199,178],[149,180,165],[177,210,199],[203,231,217],[184,210,197],[198,224,211],[188,214,201],[210,236,223],[162,188,175],[145,171,158],[143,170,153],[179,206,187],[182,207,185],[163,187,163],[171,194,168],[184,202,178],[170,184,159],[188,200,176],[169,178,157],[219,226,210],[254,255,239],[227,230,201],[223,224,193],[247,250,229],[206,208,186],[177,177,143],[232,229,188],[255,254,211],[241,242,202],[245,251,217],[215,223,186],[211,223,175],[151,168,116],[179,202,158],[186,211,179],[139,164,143],[143,170,153],[110,142,119],[62,100,79],[67,107,98],[42,83,77],[58,99,91],[63,105,91],[74,118,93],[115,157,133],[68,109,95],[62,101,96],[94,132,135],[74,113,118],[75,115,115],[96,139,130],[158,210,188],[138,192,166],[108,162,139],[61,112,97],[90,137,131],[118,162,165],[92,132,142],[123,162,179],[103,141,162],[108,149,171],[84,126,148],[70,117,133],[70,124,134],[68,129,132],[92,158,156],[91,154,146],[111,164,154],[90,138,126],[99,143,130],[96,137,123],[124,161,144],[104,135,117],[83,108,87],[83,102,80],[84,102,76],[74,90,63],[88,107,75],[126,148,112],[118,144,105],[159,190,148],[143,179,135],[173,209,165],[119,150,109],[66,93,52],[55,76,35],[33,49,12],[70,86,59],[78,99,66],[89,122,67],[123,162,97],[132,172,110],[184,219,165],[121,148,105],[86,106,78],[177,195,183],[108,128,116],[36,67,33],[89,128,81],[78,125,73],[109,156,104],[117,159,109],[72,110,61],[84,118,68],[78,108,58],[81,110,56],[84,109,54],[138,162,104],[113,135,73],[106,124,62],[90,104,43],[89,99,39],[52,55,0],[102,101,45],[96,94,35],[93,92,25],[112,107,41],[72,55,1],[70,48,1],[86,67,27],[84,66,30],[57,41,8],[102,83,53],[161,134,107],[86,56,30],[18,0,0],[37,22,1],[52,46,32],[10,5,0],[8,0,0],[8,0,2],[9,3,5],[7,3,2],[5,1,0],[5,1,0],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[6,2,0]],[[113,111,116],[1,0,4],[11,9,14],[4,2,7],[1,0,2],[5,3,6],[4,2,3],[4,2,3],[8,7,5],[1,0,0],[5,4,0],[1,0,0],[7,6,1],[4,3,0],[1,0,0],[7,6,2],[1,1,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[8,4,1],[4,0,0],[11,6,3],[14,9,6],[11,6,3],[14,9,6],[16,11,8],[18,10,7],[34,23,19],[32,19,13],[26,13,5],[41,27,18],[49,35,24],[25,11,0],[21,7,0],[59,43,30],[32,16,1],[26,10,0],[21,3,0],[21,4,0],[21,2,0],[47,28,13],[65,44,27],[18,0,0],[21,6,0],[55,37,0],[118,91,48],[128,94,46],[112,69,18],[151,104,50],[172,125,71],[195,149,99],[186,148,101],[147,114,73],[136,108,71],[62,35,5],[113,86,57],[121,90,62],[91,55,29],[102,71,42],[113,94,54],[124,105,63],[169,139,103],[202,164,125],[152,109,58],[148,107,45],[194,160,88],[232,208,134],[169,160,93],[131,131,67],[136,147,81],[123,135,69],[174,184,113],[224,226,161],[236,228,179],[222,213,172],[220,221,179],[199,211,173],[207,230,204],[175,199,183],[96,120,106],[106,129,113],[131,152,133],[140,164,142],[113,142,120],[110,140,116],[133,162,134],[171,197,168],[216,242,213],[225,255,233],[202,244,230],[190,233,223],[156,192,180],[104,138,124],[134,167,156],[173,206,197],[183,216,207],[101,134,125],[134,167,158],[131,163,150],[112,145,128],[122,154,133],[185,213,190],[210,236,211],[214,236,213],[201,220,198],[181,196,175],[161,174,156],[188,198,187],[232,238,224],[235,235,211],[203,201,176],[239,244,224],[204,207,186],[186,183,150],[196,192,154],[238,235,194],[195,197,158],[197,208,176],[177,191,158],[173,186,143],[155,170,127],[160,184,148],[144,170,143],[119,142,122],[134,161,142],[63,96,75],[65,107,87],[79,122,113],[29,74,69],[29,72,65],[55,97,85],[115,159,134],[126,170,143],[124,169,149],[78,121,114],[60,101,105],[75,116,122],[71,110,109],[69,111,101],[106,158,136],[133,187,163],[102,154,132],[126,173,157],[143,186,177],[157,197,196],[204,241,247],[156,192,204],[120,157,175],[90,128,147],[85,128,147],[80,129,146],[72,129,140],[71,134,141],[88,156,157],[90,155,151],[117,170,162],[109,155,144],[77,119,107],[81,119,106],[116,148,133],[130,157,140],[134,155,136],[123,140,121],[66,81,58],[81,97,70],[102,121,89],[98,120,84],[130,156,117],[136,164,123],[151,182,140],[152,183,142],[59,86,51],[43,67,33],[64,82,44],[80,95,62],[85,99,76],[36,57,26],[109,142,87],[143,182,119],[103,143,83],[174,209,155],[145,172,127],[89,110,79],[34,50,40],[23,43,32],[38,67,36],[87,124,80],[53,97,48],[162,206,155],[127,167,117],[89,126,75],[61,93,43],[74,102,51],[121,148,95],[124,149,94],[113,138,81],[108,132,72],[113,133,72],[61,79,19],[65,79,20],[40,50,0],[98,103,45],[158,159,99],[155,156,86],[136,129,61],[115,96,40],[101,77,31],[84,65,25],[68,50,14],[44,28,0],[34,15,0],[74,44,16],[49,19,0],[58,34,8],[63,48,27],[14,8,0],[10,5,0],[8,0,2],[13,0,9],[4,0,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[4,0,0],[7,3,0],[8,4,1],[6,2,0],[4,0,0],[4,0,0],[7,3,0],[6,2,0],[3,0,0]],[[4,2,7],[4,2,7],[3,1,6],[3,1,6],[3,1,4],[3,1,4],[4,2,3],[4,2,3],[7,6,4],[5,4,2],[3,2,0],[1,0,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,1,2],[1,0,2],[12,7,11],[3,0,0],[3,0,0],[12,8,9],[8,2,4],[5,0,0],[9,3,3],[6,0,0],[11,2,3],[16,7,8],[17,9,7],[21,11,10],[19,9,8],[18,8,7],[23,9,8],[19,4,1],[36,21,14],[35,18,8],[56,40,24],[68,53,32],[22,8,0],[58,43,14],[74,59,28],[46,31,2],[45,28,2],[55,37,15],[47,28,11],[67,48,34],[51,31,22],[26,6,0],[33,17,1],[45,29,6],[130,109,78],[120,92,53],[103,71,24],[151,114,62],[136,95,43],[164,123,71],[190,150,101],[139,102,57],[120,87,46],[115,83,44],[126,96,58],[113,83,45],[133,104,64],[149,124,83],[134,121,77],[127,114,72],[203,177,144],[147,113,76],[132,92,41],[167,129,66],[186,156,84],[208,188,115],[199,194,128],[209,215,151],[176,191,124],[135,152,84],[125,138,69],[228,234,172],[210,206,159],[233,225,186],[248,243,205],[223,227,194],[214,227,207],[192,213,198],[173,193,181],[120,141,126],[100,119,99],[150,172,149],[93,121,98],[96,126,98],[162,191,160],[200,230,194],[151,181,145],[198,235,202],[173,221,199],[121,172,155],[108,152,135],[112,153,139],[167,209,197],[211,252,244],[142,183,177],[129,170,164],[142,182,174],[157,197,188],[88,124,110],[135,169,152],[184,216,195],[190,220,196],[173,198,176],[171,195,173],[182,204,183],[163,180,164],[219,230,224],[215,220,214],[246,242,231],[240,237,220],[205,207,185],[155,158,127],[224,220,182],[217,212,170],[212,211,167],[216,222,178],[160,175,136],[190,207,171],[180,195,164],[191,207,181],[193,218,196],[93,120,101],[123,146,128],[101,126,107],[64,99,77],[109,151,131],[67,110,100],[46,91,86],[39,84,81],[56,99,90],[73,118,95],[120,166,138],[115,160,139],[82,128,117],[70,114,117],[78,119,125],[90,128,129],[83,124,116],[113,161,145],[94,145,126],[110,157,137],[162,206,189],[168,209,195],[161,199,188],[180,216,212],[112,147,149],[84,121,129],[97,137,149],[90,136,151],[85,137,151],[86,144,156],[73,136,145],[69,136,142],[95,159,159],[119,169,166],[105,148,141],[88,128,120],[127,163,153],[121,151,139],[116,140,127],[89,110,95],[106,123,105],[117,132,111],[87,102,79],[100,119,91],[164,185,154],[144,168,134],[163,189,152],[104,132,94],[64,91,56],[50,74,48],[45,65,40],[39,54,25],[109,122,94],[74,87,69],[85,103,77],[136,165,117],[100,135,77],[101,138,84],[127,161,111],[90,117,72],[79,100,67],[5,23,9],[56,76,64],[45,74,43],[135,172,128],[216,255,208],[168,206,157],[133,169,121],[84,116,67],[79,107,58],[86,112,64],[146,170,120],[159,183,131],[118,143,88],[100,123,69],[80,103,47],[67,88,31],[116,134,76],[148,163,104],[187,198,138],[156,162,100],[167,168,98],[183,174,105],[110,89,32],[85,58,11],[86,64,23],[64,46,10],[79,63,30],[70,49,18],[54,24,0],[27,0,0],[52,28,4],[40,25,4],[8,2,0],[4,0,0],[18,5,14],[8,0,5],[9,3,5],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[29,25,22],[50,46,43],[20,16,13],[3,0,0],[10,6,3]],[[4,2,7],[4,2,7],[4,2,7],[3,1,4],[3,1,4],[4,2,5],[4,2,3],[4,2,3],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[4,3,0],[5,4,0],[5,4,0],[4,3,0],[3,1,2],[7,2,6],[9,4,8],[6,1,5],[7,3,4],[4,0,0],[4,0,0],[19,10,13],[20,11,12],[13,4,5],[17,8,9],[23,13,12],[23,13,12],[22,12,11],[20,10,9],[27,16,14],[30,16,13],[19,4,0],[33,16,8],[24,8,0],[37,22,3],[85,71,45],[105,90,59],[54,40,5],[140,126,89],[62,48,13],[77,61,28],[73,56,30],[72,54,34],[50,32,18],[37,19,9],[40,20,11],[42,18,6],[58,35,17],[72,48,22],[146,123,91],[94,71,30],[74,47,2],[109,79,29],[142,110,59],[143,107,59],[210,174,126],[115,78,33],[96,63,18],[129,100,56],[150,126,80],[123,101,54],[127,110,64],[60,52,6],[89,80,39],[109,89,56],[77,49,12],[111,78,25],[167,136,72],[166,142,72],[193,179,108],[148,147,83],[114,123,60],[173,189,124],[194,213,147],[157,171,109],[203,212,155],[168,167,121],[193,188,148],[221,216,178],[255,255,224],[195,209,184],[189,210,191],[197,220,200],[162,186,164],[145,168,142],[126,150,124],[150,178,155],[186,216,190],[201,227,198],[163,190,159],[141,168,135],[222,255,225],[143,191,167],[80,131,112],[147,194,176],[194,241,225],[186,232,221],[177,224,216],[106,152,149],[159,205,202],[129,174,169],[175,218,211],[172,212,201],[121,158,141],[162,195,176],[154,186,163],[123,152,130],[164,192,170],[191,216,195],[178,199,184],[244,255,249],[235,240,236],[247,246,241],[232,228,216],[191,190,162],[157,154,119],[163,158,120],[197,194,151],[229,230,186],[226,233,189],[204,219,176],[151,171,134],[149,167,143],[181,202,185],[136,163,146],[79,106,91],[76,100,84],[111,135,119],[92,124,103],[89,127,106],[32,74,60],[41,84,77],[51,95,94],[68,113,108],[82,129,111],[104,150,124],[127,171,146],[77,120,101],[73,113,112],[104,143,148],[76,116,118],[77,119,117],[118,164,154],[61,108,92],[103,147,130],[154,195,177],[163,200,182],[148,185,168],[95,131,121],[66,102,98],[78,118,118],[84,127,133],[87,135,145],[90,142,155],[95,151,164],[93,153,164],[87,151,160],[92,153,158],[124,174,173],[148,190,186],[168,207,202],[144,179,173],[110,140,132],[72,95,85],[73,93,81],[82,100,84],[61,78,60],[59,77,55],[121,141,114],[99,119,91],[60,81,50],[102,126,92],[80,104,70],[43,63,35],[61,80,61],[89,103,86],[65,75,50],[29,39,14],[48,59,42],[109,124,101],[49,76,35],[116,150,100],[163,197,147],[36,68,21],[66,93,48],[76,98,62],[54,73,54],[28,51,33],[46,77,45],[157,192,150],[193,229,183],[155,188,141],[119,151,102],[70,98,49],[111,135,87],[117,139,92],[124,146,97],[104,126,77],[128,150,101],[86,110,58],[52,75,21],[74,97,41],[86,107,48],[118,138,77],[153,169,107],[131,142,76],[120,122,49],[150,141,72],[138,117,60],[93,70,20],[69,48,5],[35,15,0],[67,48,15],[78,57,26],[56,26,0],[50,20,0],[102,80,57],[63,48,29],[12,6,0],[8,3,0],[7,0,4],[10,0,8],[4,0,0],[8,4,3],[3,0,0],[8,4,3],[3,0,0],[9,5,4],[5,1,0],[3,0,0],[4,0,0],[8,4,1],[3,0,0],[15,11,8],[27,23,20],[11,7,4],[3,0,0],[9,5,2]],[[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,3],[4,2,3],[4,2,3],[4,0,0],[4,0,0],[4,0,0],[6,2,1],[7,3,0],[7,3,0],[6,2,0],[6,2,1],[4,0,1],[7,1,5],[4,0,2],[9,3,7],[8,2,4],[6,0,0],[10,1,2],[20,10,11],[12,2,3],[18,6,8],[17,5,5],[15,3,3],[17,5,5],[20,6,5],[21,7,6],[26,12,9],[23,9,0],[27,13,0],[50,34,19],[34,18,2],[29,14,0],[68,53,30],[143,127,101],[122,107,76],[123,108,75],[92,77,44],[61,46,15],[62,47,18],[57,41,18],[56,39,21],[57,39,25],[50,27,13],[74,37,18],[69,29,4],[81,51,23],[97,74,43],[86,72,37],[90,78,40],[98,83,42],[126,107,64],[132,105,58],[201,169,122],[147,111,63],[116,82,36],[104,77,30],[135,117,69],[142,131,85],[122,115,69],[99,95,50],[115,107,68],[68,52,18],[71,47,9],[80,55,1],[162,137,73],[147,128,62],[201,190,124],[142,142,80],[79,87,27],[166,182,117],[201,220,156],[155,170,113],[197,207,155],[196,199,152],[195,196,154],[160,161,119],[226,232,194],[220,241,208],[141,170,139],[195,227,190],[211,243,206],[206,233,198],[193,220,189],[201,229,207],[208,232,216],[206,227,212],[220,238,222],[181,200,180],[221,249,227],[145,186,168],[87,134,118],[170,217,199],[132,179,163],[159,206,196],[183,232,228],[111,161,160],[70,120,121],[77,125,125],[97,142,139],[164,205,197],[166,204,191],[143,177,160],[158,190,169],[131,160,140],[165,194,174],[202,229,210],[166,189,173],[225,235,224],[247,252,245],[242,245,238],[230,231,217],[193,186,158],[188,178,143],[149,143,107],[160,157,122],[227,229,192],[231,238,197],[205,216,174],[136,152,115],[96,118,95],[115,142,125],[88,113,94],[91,115,99],[111,138,123],[86,113,98],[142,167,148],[88,115,96],[67,100,83],[52,89,81],[53,97,100],[65,110,115],[90,137,129],[94,139,119],[141,182,152],[111,147,121],[71,107,97],[82,118,118],[62,105,111],[70,115,120],[84,126,122],[69,109,100],[125,163,150],[177,214,197],[179,214,194],[136,171,151],[85,122,105],[99,139,128],[86,128,124],[90,135,138],[100,150,157],[101,153,166],[91,147,160],[91,149,161],[92,150,161],[88,143,150],[96,144,146],[176,218,217],[192,231,230],[150,185,181],[98,127,123],[85,110,104],[69,90,81],[69,89,77],[49,70,53],[68,89,70],[125,147,124],[86,109,83],[26,46,19],[85,104,76],[55,71,44],[35,49,26],[35,47,35],[58,68,57],[61,66,44],[58,63,40],[131,138,120],[18,32,9],[36,60,28],[173,203,165],[166,199,156],[93,124,80],[52,79,34],[71,96,57],[42,65,39],[65,89,65],[95,129,94],[202,237,195],[201,233,186],[157,185,136],[106,132,84],[80,104,54],[112,132,83],[40,60,11],[10,29,0],[100,119,73],[163,185,139],[73,95,48],[31,55,5],[37,60,6],[149,173,115],[118,140,76],[113,134,67],[155,168,98],[125,125,53],[134,124,55],[109,90,31],[144,123,70],[153,132,85],[95,73,32],[143,123,86],[73,50,18],[88,61,34],[64,38,15],[86,63,45],[39,23,8],[7,0,0],[8,3,0],[6,0,4],[12,2,10],[6,0,2],[8,4,3],[4,0,0],[10,6,5],[3,0,0],[7,3,2],[3,0,0],[7,3,2],[3,0,0],[9,5,2],[3,0,0],[4,0,0],[7,3,0],[3,0,0],[6,2,0],[6,2,0]],[[4,2,5],[3,1,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[7,3,2],[6,2,1],[6,2,1],[6,2,1],[6,2,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[5,0,1],[4,0,0],[13,7,9],[7,0,0],[13,4,5],[32,22,21],[11,1,0],[15,3,3],[28,16,16],[19,8,6],[11,0,0],[14,0,0],[24,9,6],[34,19,16],[37,22,15],[37,24,7],[35,23,1],[44,31,12],[25,9,0],[13,0,0],[31,15,0],[69,52,34],[71,55,32],[64,48,23],[66,50,24],[31,16,0],[37,23,0],[43,29,3],[59,47,23],[60,47,28],[69,48,27],[107,70,44],[129,88,60],[102,71,42],[78,58,25],[106,93,58],[94,85,46],[80,68,26],[67,49,3],[155,129,80],[172,140,89],[170,137,86],[132,101,54],[99,78,33],[84,72,30],[83,81,43],[137,139,102],[130,128,87],[114,107,65],[124,110,73],[64,47,4],[121,102,46],[165,145,82],[127,111,49],[193,183,122],[172,171,114],[138,146,86],[182,194,130],[191,205,144],[166,178,128],[187,196,149],[204,210,162],[187,193,145],[139,146,95],[192,205,159],[174,202,161],[132,168,130],[228,255,225],[186,224,183],[159,191,154],[223,252,222],[191,220,200],[218,242,229],[197,217,206],[206,222,211],[187,203,190],[200,224,211],[93,130,123],[83,126,119],[171,215,200],[111,158,142],[116,163,153],[126,175,171],[103,153,154],[75,124,128],[90,138,140],[92,136,135],[85,126,120],[162,198,188],[189,221,206],[187,218,200],[178,207,187],[172,201,183],[163,192,174],[128,151,135],[160,172,158],[248,255,243],[218,226,213],[249,252,235],[247,237,212],[182,167,138],[157,148,117],[234,231,200],[195,199,164],[207,213,177],[242,248,210],[224,238,202],[146,171,142],[131,159,136],[90,114,90],[140,162,141],[138,161,143],[145,168,152],[114,137,121],[98,122,108],[116,144,129],[77,110,101],[59,97,100],[77,116,123],[83,122,119],[98,136,121],[161,198,167],[112,147,117],[79,113,99],[98,134,132],[65,106,112],[86,127,133],[72,111,110],[77,112,106],[110,143,132],[150,182,167],[208,241,222],[162,197,177],[97,136,118],[85,127,115],[92,139,133],[96,146,147],[111,164,172],[124,178,190],[124,178,190],[118,172,184],[109,161,172],[98,148,155],[78,123,128],[163,204,206],[181,219,220],[104,138,139],[101,131,129],[82,109,104],[70,96,87],[55,79,66],[75,99,83],[86,111,92],[97,122,100],[131,155,131],[54,74,49],[72,88,62],[109,121,97],[66,75,56],[12,19,11],[24,30,20],[57,59,37],[115,118,89],[73,79,53],[20,32,8],[49,69,44],[131,157,128],[133,163,125],[156,187,145],[97,124,81],[126,151,111],[35,60,28],[0,15,0],[68,104,68],[205,242,199],[148,180,131],[130,157,104],[157,181,129],[59,79,28],[64,82,32],[38,56,8],[21,38,0],[99,116,72],[131,149,107],[13,34,0],[41,63,16],[100,123,69],[113,137,77],[139,161,96],[174,196,124],[219,232,160],[142,139,70],[96,85,19],[116,100,40],[87,68,12],[87,67,16],[143,122,77],[158,134,96],[111,86,55],[116,90,65],[72,47,27],[42,20,6],[16,0,0],[10,0,0],[6,0,0],[9,3,7],[5,0,3],[9,5,6],[6,2,1],[3,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[7,3,0],[5,1,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[4,0,1],[8,4,3],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[7,1,1],[8,2,2],[13,4,5],[10,1,2],[9,0,1],[19,10,11],[14,4,3],[18,8,7],[34,23,21],[13,2,0],[15,1,0],[20,6,3],[12,0,0],[15,0,0],[17,2,0],[17,0,0],[30,13,6],[37,21,8],[56,44,18],[66,55,27],[49,37,13],[38,25,8],[17,1,0],[65,48,40],[58,39,32],[18,0,0],[83,67,52],[46,31,12],[63,48,27],[21,7,0],[56,44,18],[107,97,70],[83,73,48],[78,62,37],[81,55,28],[128,99,69],[100,77,43],[130,110,73],[135,118,75],[102,84,36],[98,75,23],[113,86,31],[171,136,80],[196,161,105],[187,154,101],[124,97,52],[87,73,38],[82,78,51],[33,40,22],[91,99,76],[109,106,71],[61,54,12],[95,83,43],[129,116,71],[172,157,98],[156,142,81],[187,174,119],[188,179,124],[212,209,154],[195,198,141],[199,207,147],[202,211,154],[224,231,189],[209,216,175],[190,198,149],[187,196,141],[163,177,115],[202,223,164],[195,231,185],[190,235,196],[197,242,209],[186,229,199],[130,166,138],[144,178,154],[174,205,187],[194,222,207],[151,172,157],[219,237,225],[218,233,226],[164,184,185],[83,115,128],[101,139,148],[142,182,173],[150,193,176],[138,184,174],[83,129,126],[96,145,149],[106,155,160],[103,148,154],[97,138,140],[75,111,109],[133,166,157],[219,247,233],[190,217,200],[164,191,174],[129,156,139],[146,173,158],[149,172,156],[214,231,213],[248,255,241],[167,181,158],[194,199,177],[255,249,229],[235,218,198],[213,203,178],[204,199,170],[155,156,124],[218,222,189],[245,249,216],[231,241,207],[188,210,174],[160,186,151],[158,177,145],[139,154,125],[189,202,176],[202,215,197],[149,168,162],[115,140,137],[113,143,135],[130,159,154],[113,138,142],[86,110,114],[113,138,135],[140,168,156],[119,155,129],[120,160,133],[125,165,154],[90,129,128],[77,114,120],[91,124,131],[93,123,123],[98,127,122],[135,162,153],[125,153,139],[200,231,215],[166,200,184],[105,143,130],[100,143,136],[94,142,142],[79,132,138],[76,130,142],[92,145,159],[112,164,177],[118,166,178],[110,154,163],[102,145,152],[112,157,162],[133,177,180],[126,166,168],[78,113,115],[103,135,134],[91,121,119],[75,104,99],[47,77,67],[97,128,113],[72,103,85],[65,94,72],[74,99,77],[93,112,90],[85,99,76],[95,103,82],[105,109,92],[42,45,36],[20,22,9],[114,114,86],[130,130,94],[27,31,0],[2,11,0],[6,25,5],[1,26,5],[25,55,21],[185,216,175],[59,88,44],[97,124,81],[70,98,58],[37,69,32],[135,173,136],[218,255,215],[153,186,133],[135,163,104],[136,161,103],[70,91,35],[125,142,88],[66,80,31],[60,73,29],[73,88,45],[125,141,102],[39,57,17],[93,112,67],[171,191,140],[122,144,82],[146,167,98],[154,175,98],[154,166,90],[130,125,57],[123,112,48],[109,98,36],[95,80,21],[84,64,11],[139,117,68],[142,117,77],[97,72,41],[65,43,19],[41,20,3],[26,8,0],[19,1,0],[20,6,5],[7,0,0],[8,4,5],[3,1,2],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[16,12,11],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[8,4,1],[6,2,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[7,3,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[8,2,2],[11,5,5],[13,7,7],[11,3,1],[13,5,3],[7,0,0],[14,6,3],[21,12,7],[9,0,0],[11,0,0],[25,12,6],[14,1,0],[12,0,0],[17,3,0],[52,35,27],[52,35,25],[24,7,0],[26,8,0],[28,12,0],[62,50,24],[99,90,61],[38,27,5],[43,30,14],[37,23,14],[72,55,48],[50,32,28],[22,3,0],[30,13,3],[31,15,0],[104,89,70],[82,70,46],[60,50,25],[90,83,57],[59,51,28],[34,24,0],[49,33,7],[75,59,26],[113,95,59],[99,80,38],[120,98,51],[160,134,83],[179,150,94],[201,171,111],[201,169,110],[179,150,92],[162,139,87],[117,98,55],[72,61,29],[41,36,14],[42,45,28],[90,92,71],[149,145,110],[137,128,85],[91,80,35],[175,165,114],[190,180,119],[168,158,96],[185,175,122],[140,133,81],[223,218,163],[217,216,159],[181,182,122],[165,168,115],[252,255,219],[245,251,215],[158,166,115],[168,179,121],[224,239,180],[185,210,155],[191,229,188],[201,248,216],[185,233,207],[207,252,229],[197,236,215],[194,232,211],[222,255,240],[216,248,233],[156,180,166],[194,214,203],[206,225,219],[157,183,184],[93,131,144],[115,158,167],[152,192,183],[206,245,227],[109,151,141],[79,124,121],[137,185,189],[93,140,148],[101,144,151],[147,186,191],[134,168,167],[139,169,161],[144,170,157],[119,142,126],[127,150,134],[175,199,185],[136,160,147],[117,141,127],[234,255,240],[226,243,224],[163,177,154],[181,186,163],[252,245,226],[201,188,169],[172,162,135],[201,195,163],[211,211,175],[209,211,174],[237,243,207],[177,187,152],[202,218,179],[181,199,159],[162,178,142],[144,155,123],[134,140,112],[158,167,150],[239,253,253],[185,204,208],[94,116,113],[123,146,140],[136,154,156],[121,136,141],[145,160,163],[138,159,152],[138,168,144],[130,166,140],[111,149,134],[99,135,133],[86,119,126],[75,105,113],[96,122,123],[128,153,149],[170,196,187],[164,190,179],[191,219,205],[121,154,143],[87,127,119],[72,118,116],[81,131,138],[77,131,143],[79,135,150],[94,147,163],[110,159,173],[117,161,170],[119,158,165],[120,159,164],[108,151,157],[99,142,148],[98,137,142],[112,150,151],[96,130,131],[84,116,113],[62,95,88],[54,87,76],[109,146,129],[87,122,102],[88,120,99],[54,82,59],[52,71,49],[55,67,47],[34,39,19],[57,58,42],[62,62,52],[61,60,42],[96,93,60],[147,146,102],[66,69,26],[42,49,15],[6,23,7],[0,23,9],[57,86,56],[92,123,82],[67,96,52],[131,160,114],[63,94,50],[97,132,90],[60,102,66],[174,215,173],[191,226,168],[118,148,84],[132,158,95],[68,89,30],[103,120,65],[197,211,160],[133,146,100],[99,111,71],[101,116,77],[186,202,163],[138,155,111],[146,164,112],[92,110,48],[180,200,128],[184,203,122],[109,120,41],[88,80,15],[122,108,47],[72,62,0],[49,38,0],[67,48,0],[144,121,69],[121,94,51],[60,34,1],[31,11,0],[14,0,0],[31,14,7],[11,0,0],[13,0,0],[16,4,6],[4,0,0],[3,3,1],[1,0,0],[7,3,2],[8,4,3],[3,0,0],[10,6,5],[45,41,40],[22,18,17],[3,0,0],[6,2,0],[4,0,0],[3,0,0],[5,1,0],[6,2,0],[3,0,0],[6,2,0],[5,1,0]],[[3,2,0],[3,2,0],[4,3,1],[4,3,1],[4,3,1],[4,3,1],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[8,2,4],[8,2,4],[8,2,4],[9,3,5],[11,5,7],[13,7,7],[13,5,3],[15,5,3],[10,1,0],[10,1,0],[23,12,6],[15,4,0],[10,0,0],[31,18,10],[32,18,9],[29,12,4],[40,23,13],[84,66,56],[82,64,52],[51,33,21],[51,32,18],[40,23,7],[59,48,28],[78,67,47],[12,0,0],[27,13,2],[53,39,30],[66,49,42],[31,14,6],[29,13,0],[31,15,0],[25,10,0],[63,51,29],[101,89,67],[59,48,28],[47,38,21],[27,17,5],[23,16,0],[28,22,0],[31,22,0],[79,63,29],[87,64,23],[116,85,39],[116,83,32],[198,167,112],[254,228,171],[237,216,161],[181,165,113],[139,129,80],[126,119,75],[124,114,78],[88,75,43],[93,76,50],[104,87,57],[125,111,72],[148,137,92],[189,179,130],[180,171,116],[187,179,116],[225,217,155],[224,217,165],[175,167,120],[201,194,140],[182,177,121],[181,179,120],[190,188,137],[230,230,196],[255,255,227],[207,215,164],[172,182,129],[213,225,185],[204,223,193],[180,215,191],[171,216,196],[198,247,226],[163,210,190],[191,234,214],[213,254,236],[155,195,184],[131,166,159],[208,238,228],[228,255,244],[171,199,187],[142,177,170],[96,145,142],[107,158,153],[205,243,228],[203,237,221],[74,114,105],[108,148,147],[98,141,147],[73,116,125],[88,128,136],[100,137,143],[124,154,154],[127,152,146],[157,179,167],[155,176,161],[166,187,172],[203,223,211],[118,140,128],[194,217,207],[234,255,251],[144,166,154],[129,140,124],[185,188,169],[226,226,202],[195,190,161],[186,176,141],[200,191,150],[238,234,187],[190,192,145],[185,194,149],[195,206,164],[217,225,186],[153,160,126],[151,160,129],[143,152,125],[155,163,139],[187,193,179],[174,179,182],[194,202,205],[139,150,142],[137,150,143],[129,142,148],[144,158,169],[146,160,171],[113,129,129],[143,166,140],[159,186,155],[106,135,115],[86,117,111],[100,134,144],[92,124,137],[113,137,139],[148,169,164],[183,204,197],[202,225,215],[158,185,176],[100,133,126],[109,149,148],[95,142,148],[72,124,138],[75,130,150],[88,145,165],[97,150,168],[103,149,164],[127,167,175],[149,184,186],[147,182,184],[136,177,181],[103,146,152],[93,134,138],[86,124,127],[86,122,122],[64,99,95],[64,99,92],[64,100,88],[100,139,121],[93,131,110],[48,81,60],[108,136,114],[105,124,104],[38,47,28],[33,36,17],[57,55,40],[70,68,55],[142,140,119],[127,124,83],[118,116,67],[78,81,28],[107,113,75],[34,48,35],[17,38,29],[67,96,66],[52,83,42],[101,129,88],[163,192,146],[138,170,121],[147,185,138],[100,144,109],[165,207,169],[123,161,102],[119,152,83],[131,160,93],[113,138,73],[90,110,51],[149,163,110],[86,99,53],[92,105,62],[69,81,43],[51,66,27],[115,131,86],[145,159,106],[124,138,76],[180,196,121],[166,181,98],[104,111,31],[107,97,35],[123,108,51],[112,104,41],[85,76,11],[85,66,7],[133,108,54],[89,60,16],[49,20,0],[47,29,5],[25,9,0],[32,17,14],[15,0,0],[14,0,1],[16,1,6],[2,1,0],[0,1,0],[1,0,0],[7,3,2],[11,7,6],[4,0,0],[10,6,5],[43,39,38],[19,15,14],[4,0,0],[5,1,0],[10,6,3],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0]],[[4,3,0],[4,3,1],[5,4,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,2,1],[7,3,4],[9,5,6],[11,5,7],[11,5,5],[9,3,3],[8,4,3],[8,4,3],[10,5,2],[24,16,13],[17,8,3],[18,9,4],[11,2,0],[22,11,5],[35,25,16],[28,15,7],[34,21,13],[32,18,9],[25,11,2],[27,10,2],[53,36,26],[50,33,23],[43,26,16],[58,42,29],[38,24,11],[45,33,19],[34,22,8],[27,15,3],[33,21,9],[49,35,26],[71,57,46],[37,21,8],[21,5,0],[63,50,31],[25,13,0],[39,28,8],[22,14,0],[30,23,7],[32,26,14],[14,7,0],[23,19,8],[44,43,23],[38,34,7],[41,26,0],[84,60,22],[123,92,48],[120,88,41],[154,126,78],[181,159,109],[255,249,197],[187,180,128],[131,128,77],[149,143,95],[87,74,32],[89,71,33],[106,82,46],[140,116,78],[142,125,82],[163,153,104],[139,133,81],[150,145,89],[174,170,109],[180,175,117],[153,149,101],[117,114,69],[148,144,96],[214,211,160],[188,185,134],[192,191,147],[229,232,203],[206,212,184],[176,187,145],[226,237,194],[224,231,197],[189,203,178],[190,219,199],[128,167,149],[132,177,157],[166,213,193],[153,200,182],[149,193,180],[148,188,180],[143,175,172],[156,185,180],[228,255,248],[185,223,210],[92,138,127],[109,165,154],[91,147,136],[113,159,146],[91,131,120],[99,140,134],[90,132,130],[86,127,131],[65,108,114],[70,115,118],[90,131,133],[91,123,122],[160,185,181],[201,222,213],[159,179,168],[182,202,191],[160,180,169],[151,174,164],[183,206,198],[159,181,178],[125,144,138],[160,172,160],[214,221,203],[220,226,200],[214,215,183],[205,197,160],[171,159,117],[196,189,143],[192,194,145],[167,176,129],[165,176,134],[133,139,103],[155,160,128],[182,191,164],[146,156,132],[175,180,160],[181,181,169],[149,145,146],[170,165,169],[183,182,177],[135,140,133],[121,129,131],[155,166,172],[153,162,171],[117,127,128],[166,181,162],[147,170,142],[109,138,118],[107,140,131],[81,116,122],[112,145,154],[157,178,179],[144,163,159],[188,209,204],[198,223,217],[114,143,139],[114,148,147],[114,155,157],[114,163,170],[80,133,147],[74,130,147],[89,145,162],[100,151,168],[110,154,167],[142,180,189],[151,184,189],[114,149,151],[130,174,177],[141,189,191],[110,154,157],[106,146,148],[92,130,131],[98,134,132],[73,108,101],[87,123,109],[83,121,98],[74,108,81],[109,140,109],[131,154,125],[125,139,114],[95,103,80],[102,103,85],[65,64,46],[84,81,64],[138,133,111],[58,53,15],[42,40,0],[71,73,24],[128,135,94],[100,115,94],[75,98,78],[114,144,110],[68,99,57],[60,89,43],[108,138,88],[107,139,89],[104,140,92],[170,212,172],[140,181,139],[112,147,89],[115,144,80],[119,145,80],[142,164,102],[131,151,92],[75,90,35],[66,80,29],[40,53,7],[27,40,0],[59,72,28],[15,29,0],[136,149,95],[168,180,116],[180,192,118],[174,186,104],[117,120,41],[164,154,92],[127,115,57],[143,135,72],[116,108,43],[117,101,39],[166,145,90],[116,92,46],[45,21,0],[24,8,0],[12,0,0],[15,0,0],[25,8,14],[23,6,12],[8,0,0],[12,8,5],[2,3,0],[6,2,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[14,10,9],[3,0,0],[7,3,2],[3,0,0],[16,12,9],[8,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[3,0,0]],[[5,0,0],[4,0,0],[6,1,0],[9,4,1],[8,3,0],[3,0,0],[6,2,1],[12,8,7],[5,1,0],[5,1,0],[10,6,5],[3,0,0],[9,5,2],[17,13,10],[5,1,0],[9,5,2],[33,25,22],[24,14,12],[30,19,17],[23,12,8],[12,1,0],[20,9,3],[26,15,9],[25,14,8],[14,1,0],[10,0,0],[15,4,0],[22,11,5],[21,10,4],[27,18,11],[33,24,19],[24,13,9],[20,7,1],[23,8,1],[31,17,8],[11,0,0],[62,48,35],[36,23,7],[27,14,0],[48,35,18],[35,23,7],[15,6,0],[25,17,4],[9,3,0],[7,3,0],[18,15,6],[17,17,9],[8,8,0],[22,23,7],[50,48,25],[75,64,34],[96,78,42],[110,88,49],[129,107,66],[128,110,72],[141,128,86],[206,198,149],[154,147,92],[142,132,73],[149,134,77],[75,55,5],[84,61,17],[114,93,50],[146,127,84],[214,200,151],[128,121,67],[107,107,53],[103,106,51],[119,118,64],[182,180,131],[109,115,69],[130,139,96],[220,228,187],[164,170,134],[210,209,179],[242,244,220],[214,227,207],[219,236,217],[226,239,219],[215,224,197],[195,199,162],[180,186,148],[173,189,162],[147,175,152],[126,164,141],[129,174,154],[170,222,209],[156,203,197],[143,177,178],[148,172,174],[144,165,160],[199,229,221],[147,197,188],[90,150,140],[101,161,151],[102,162,152],[102,159,153],[89,144,141],[125,175,172],[96,142,140],[122,164,163],[120,166,163],[91,148,139],[90,143,135],[121,156,152],[148,173,170],[151,176,172],[159,184,180],[165,186,181],[148,169,162],[153,179,170],[133,156,148],[144,156,154],[167,176,173],[177,193,182],[202,219,201],[202,214,190],[199,204,174],[198,192,158],[194,184,148],[234,229,189],[213,214,174],[193,201,162],[180,190,155],[116,122,94],[158,166,142],[181,195,172],[144,156,136],[126,127,111],[178,169,160],[162,143,145],[141,120,125],[188,174,174],[181,173,170],[170,171,163],[152,153,145],[185,185,177],[146,147,141],[154,166,156],[156,178,166],[160,193,184],[113,153,144],[107,147,139],[124,156,151],[178,203,200],[174,196,194],[168,192,192],[164,192,193],[116,150,152],[116,155,160],[120,163,169],[113,162,167],[114,164,173],[102,155,163],[120,170,179],[114,161,171],[133,175,187],[191,227,241],[154,186,199],[118,155,164],[133,183,182],[122,174,170],[126,174,174],[111,152,156],[84,119,125],[96,130,132],[105,137,132],[74,105,87],[71,100,69],[114,141,100],[140,159,114],[137,150,107],[102,109,75],[84,88,63],[62,63,45],[80,78,63],[69,66,49],[87,82,60],[119,114,84],[64,60,25],[50,50,14],[63,71,32],[59,76,34],[45,68,24],[97,124,79],[114,143,95],[153,182,126],[151,180,124],[80,108,57],[127,159,109],[159,197,146],[123,160,109],[75,101,53],[58,78,27],[70,88,36],[98,115,61],[81,96,41],[72,87,32],[81,96,41],[51,68,14],[45,62,8],[124,141,87],[64,79,22],[174,185,125],[170,179,114],[144,150,80],[240,242,169],[202,199,128],[164,156,94],[92,82,21],[92,84,21],[110,102,37],[73,63,1],[66,54,0],[65,48,2],[66,50,16],[33,18,0],[30,16,7],[10,0,0],[33,21,25],[21,9,13],[7,0,0],[11,6,2],[4,0,0],[9,4,1],[4,0,0],[4,0,0],[9,3,3],[9,3,3],[4,0,0],[4,0,0],[9,3,3],[9,5,4],[9,5,4],[8,4,3],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0]],[[5,0,0],[6,1,0],[10,5,2],[15,10,7],[13,8,5],[7,2,0],[6,2,1],[10,6,5],[18,14,13],[10,6,3],[12,8,5],[3,0,0],[3,0,0],[8,7,2],[7,6,1],[19,16,9],[29,22,16],[11,0,0],[24,13,9],[47,36,32],[47,36,32],[33,22,16],[25,14,8],[36,25,19],[29,18,12],[16,5,0],[14,3,0],[24,15,10],[24,15,10],[16,9,3],[16,9,3],[14,4,2],[24,10,9],[26,11,8],[26,11,4],[20,6,0],[33,20,3],[90,78,56],[64,52,30],[40,29,7],[49,41,22],[34,27,11],[8,1,0],[19,14,8],[24,21,16],[11,10,6],[18,19,14],[34,35,27],[18,16,1],[40,34,12],[86,70,44],[103,82,51],[110,87,53],[142,119,85],[140,124,88],[98,86,46],[152,141,95],[234,222,170],[111,95,36],[123,103,44],[184,162,105],[174,152,102],[142,123,81],[152,137,96],[178,167,122],[191,189,141],[135,142,91],[110,118,69],[119,120,76],[200,201,159],[122,130,89],[113,125,85],[157,169,133],[145,152,121],[209,211,187],[239,244,222],[201,219,197],[212,234,213],[213,230,212],[157,169,145],[193,201,160],[249,255,216],[233,249,220],[197,221,199],[177,209,186],[158,197,178],[140,187,177],[167,212,209],[132,162,164],[155,176,177],[167,186,180],[187,217,209],[147,200,194],[98,161,153],[98,155,148],[89,148,142],[92,156,155],[109,173,173],[107,163,162],[109,157,157],[137,176,175],[132,174,170],[95,152,143],[121,179,167],[138,180,176],[157,191,190],[127,161,160],[120,150,150],[123,143,144],[148,168,166],[131,158,151],[123,146,140],[158,168,167],[138,147,144],[144,164,153],[136,157,140],[190,204,181],[228,234,208],[223,219,190],[231,225,193],[234,234,200],[205,209,174],[205,210,178],[171,177,149],[180,185,162],[147,156,137],[149,168,149],[138,155,137],[135,142,126],[154,150,139],[160,144,144],[171,152,154],[177,165,165],[175,168,162],[185,183,170],[154,153,135],[206,200,186],[184,182,170],[125,131,127],[156,175,171],[134,165,160],[114,149,142],[163,197,183],[155,183,171],[209,231,228],[217,237,238],[175,199,201],[142,170,174],[141,174,181],[131,170,177],[129,172,179],[115,162,168],[110,159,163],[116,165,169],[125,173,177],[128,173,178],[136,176,184],[159,195,207],[137,170,185],[126,162,174],[114,159,164],[109,157,159],[104,149,154],[89,130,136],[77,112,118],[87,116,120],[93,120,115],[82,105,89],[84,104,77],[124,141,105],[127,142,103],[126,136,99],[167,174,141],[99,103,78],[55,56,38],[61,63,49],[65,69,52],[47,50,31],[102,100,77],[59,55,30],[16,14,0],[29,34,4],[48,65,20],[116,140,88],[173,200,155],[90,116,69],[103,126,72],[113,134,78],[93,115,68],[83,111,63],[154,191,139],[151,188,136],[50,76,29],[92,110,68],[95,110,67],[76,89,45],[95,107,61],[99,111,63],[182,195,142],[187,200,146],[158,173,114],[191,207,145],[116,131,66],[110,123,54],[113,123,54],[123,129,57],[161,163,90],[187,187,117],[191,187,123],[134,128,66],[74,69,5],[75,70,4],[98,90,27],[102,93,34],[141,129,81],[69,56,21],[39,24,3],[31,17,8],[22,8,8],[25,13,17],[14,3,7],[6,0,0],[12,4,1],[15,10,6],[4,0,0],[4,0,0],[14,8,8],[28,22,22],[28,22,22],[14,8,8],[4,0,0],[4,0,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[7,2,0],[8,3,0],[11,6,3],[14,9,6],[12,7,4],[7,2,0],[7,1,1],[9,3,3],[12,7,4],[5,0,0],[12,7,4],[10,5,1],[7,2,0],[17,12,6],[26,21,15],[37,30,24],[31,20,16],[16,2,0],[11,0,0],[15,0,0],[23,8,3],[26,11,4],[22,7,0],[29,14,7],[22,8,0],[10,0,0],[14,1,0],[37,27,17],[38,28,18],[22,14,3],[19,11,0],[12,3,0],[37,23,20],[48,34,31],[28,15,6],[82,70,54],[90,78,56],[75,63,37],[66,57,28],[28,18,0],[51,43,20],[79,72,54],[16,10,0],[13,8,2],[16,10,10],[16,11,15],[32,29,36],[48,44,45],[42,34,21],[47,32,13],[62,37,17],[94,64,40],[120,89,61],[108,78,44],[96,73,32],[112,93,51],[131,113,73],[208,189,146],[137,115,66],[58,35,0],[160,138,80],[163,143,90],[157,141,105],[157,146,118],[145,140,110],[149,150,118],[133,140,106],[127,134,100],[173,174,142],[175,176,144],[99,103,70],[131,137,103],[101,107,73],[195,198,167],[246,247,216],[225,230,200],[192,209,177],[161,185,153],[165,189,157],[215,236,203],[216,237,198],[223,243,208],[236,255,238],[155,179,163],[133,158,139],[162,190,175],[138,176,165],[179,216,209],[154,185,180],[129,156,149],[148,174,161],[182,216,202],[119,170,165],[90,146,143],[102,152,149],[102,154,152],[94,155,156],[102,166,168],[86,146,146],[110,160,161],[135,168,173],[129,158,162],[131,171,171],[145,194,191],[164,216,214],[150,202,200],[142,190,190],[120,158,159],[158,179,184],[155,173,175],[142,167,164],[141,166,163],[133,149,149],[126,140,140],[152,169,163],[174,190,179],[223,232,215],[248,251,230],[220,220,196],[243,243,215],[220,227,196],[214,221,190],[197,200,173],[166,165,144],[188,187,169],[175,182,166],[154,175,158],[175,202,183],[150,171,154],[150,164,151],[162,167,161],[157,157,155],[128,128,126],[135,136,130],[152,154,141],[177,178,162],[149,146,131],[245,241,230],[184,185,180],[144,153,152],[172,188,185],[178,199,194],[171,191,180],[212,229,221],[211,225,225],[187,200,206],[192,209,216],[166,189,197],[164,193,201],[138,172,181],[125,164,171],[130,173,179],[104,149,152],[125,173,175],[125,171,171],[137,181,182],[144,185,189],[148,185,193],[139,173,182],[145,177,190],[109,140,158],[107,138,158],[100,136,152],[92,128,140],[86,120,122],[91,117,114],[97,114,108],[97,108,100],[78,85,78],[95,102,94],[58,70,56],[76,89,71],[95,107,85],[75,83,62],[84,85,69],[84,88,74],[34,55,40],[13,34,17],[49,53,36],[45,42,25],[32,26,14],[45,44,26],[37,53,17],[97,119,80],[139,160,127],[83,100,66],[115,126,84],[108,115,73],[86,96,59],[76,97,58],[160,198,149],[119,162,109],[103,135,88],[100,123,81],[81,99,61],[36,47,13],[73,80,47],[114,118,83],[103,105,65],[118,122,72],[114,122,63],[139,148,81],[119,131,55],[175,188,108],[131,144,64],[142,155,75],[181,194,115],[172,180,107],[184,187,120],[138,137,73],[111,110,45],[139,136,69],[142,137,73],[159,148,92],[118,104,59],[78,62,28],[40,22,2],[33,14,7],[31,15,16],[13,0,3],[13,2,6],[11,2,3],[3,0,0],[3,0,0],[8,3,0],[4,0,0],[4,0,0],[7,1,1],[7,1,1],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0]],[[9,4,0],[9,4,0],[9,4,1],[9,4,1],[6,1,0],[4,0,0],[6,0,0],[9,4,1],[11,6,3],[7,2,0],[14,9,5],[12,7,1],[8,3,0],[25,18,10],[39,32,24],[38,29,20],[17,4,0],[19,4,0],[18,3,0],[13,0,0],[23,6,0],[34,17,9],[22,5,0],[15,0,0],[42,26,13],[51,37,24],[22,9,0],[23,11,0],[49,37,21],[28,19,2],[8,0,0],[11,2,0],[18,8,0],[34,21,12],[37,25,11],[70,59,41],[96,85,63],[54,42,18],[15,5,0],[30,19,0],[28,20,1],[91,81,69],[36,27,20],[29,21,18],[19,10,11],[25,19,21],[28,23,27],[32,24,22],[47,35,23],[67,50,32],[97,70,49],[119,87,62],[78,44,16],[80,50,16],[88,65,24],[85,66,24],[94,77,34],[114,97,53],[163,145,97],[140,123,71],[151,136,81],[109,99,50],[94,89,57],[133,131,106],[209,209,185],[192,196,173],[81,87,61],[101,110,83],[141,147,119],[164,170,142],[147,154,123],[134,141,110],[130,135,103],[223,228,196],[255,255,228],[211,218,185],[162,176,143],[162,179,145],[168,188,153],[190,214,180],[184,209,177],[204,233,205],[205,236,220],[133,161,149],[149,171,158],[138,160,147],[156,183,174],[168,199,191],[166,198,187],[124,154,142],[155,184,166],[178,212,196],[105,151,148],[114,165,166],[106,151,154],[119,168,172],[112,171,175],[109,170,173],[111,166,169],[118,163,168],[151,184,191],[125,154,162],[135,172,178],[124,169,174],[113,169,170],[132,190,192],[126,177,181],[115,154,161],[136,161,168],[184,204,211],[184,212,213],[174,203,201],[186,205,209],[181,199,201],[147,166,162],[208,223,216],[204,212,201],[212,214,201],[197,200,181],[228,233,211],[214,224,199],[203,211,187],[179,181,160],[185,182,165],[177,173,161],[194,198,184],[137,160,144],[150,183,164],[164,195,177],[152,179,164],[161,182,173],[131,148,142],[115,127,123],[171,181,173],[162,168,154],[184,187,170],[192,193,177],[226,224,212],[249,250,245],[209,213,214],[213,222,221],[221,232,228],[198,209,201],[196,209,202],[178,189,191],[192,205,213],[205,222,230],[199,222,230],[183,210,221],[165,198,207],[175,212,220],[144,185,189],[131,175,176],[144,188,187],[136,178,176],[137,177,176],[140,179,178],[152,186,188],[144,175,178],[149,176,183],[140,162,175],[134,156,169],[134,158,168],[136,161,165],[129,154,150],[126,146,137],[130,142,130],[131,139,128],[126,132,122],[113,119,109],[77,88,74],[106,117,100],[158,170,146],[82,92,65],[87,91,66],[56,66,42],[51,74,56],[18,38,26],[7,13,0],[48,46,33],[28,24,15],[44,45,31],[103,118,89],[148,169,136],[41,61,34],[54,70,41],[83,91,54],[97,102,62],[74,81,47],[105,121,84],[186,219,172],[171,209,158],[96,123,78],[82,103,62],[56,72,35],[12,24,0],[34,41,7],[89,93,56],[64,67,24],[54,58,8],[62,70,11],[84,95,27],[93,107,32],[128,142,63],[222,236,157],[180,193,114],[155,168,89],[116,127,51],[92,99,31],[145,150,83],[114,117,48],[140,139,72],[122,117,53],[57,46,0],[99,82,38],[58,38,5],[21,0,0],[27,7,0],[30,12,12],[10,0,0],[7,0,0],[6,0,0],[3,2,0],[4,3,0],[7,3,2],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0]],[[8,4,1],[7,3,0],[7,3,0],[6,2,0],[5,0,0],[4,0,0],[8,0,0],[10,2,0],[6,0,0],[7,0,0],[9,1,0],[7,0,0],[9,0,0],[33,24,15],[50,41,32],[38,28,19],[16,1,0],[14,0,0],[15,0,0],[18,0,0],[29,11,1],[35,17,5],[31,13,0],[41,23,9],[35,18,2],[71,54,36],[78,61,41],[68,53,32],[48,33,10],[39,27,3],[60,48,22],[57,47,22],[11,0,0],[43,35,16],[28,20,0],[17,6,0],[26,15,0],[50,38,22],[20,8,0],[27,14,6],[26,12,9],[54,42,42],[26,14,14],[43,33,31],[29,20,15],[29,22,14],[23,17,5],[39,31,18],[44,34,22],[65,50,31],[108,84,56],[165,139,104],[81,52,18],[54,28,0],[51,31,0],[61,46,7],[104,94,45],[122,112,59],[218,209,152],[142,135,81],[107,103,58],[67,69,32],[51,62,28],[184,197,169],[164,168,145],[119,121,99],[63,67,44],[96,104,80],[87,102,73],[105,121,92],[132,147,116],[138,153,122],[160,173,143],[181,192,162],[244,254,227],[214,224,197],[161,169,145],[191,199,175],[209,219,194],[199,214,191],[184,209,187],[168,201,182],[199,237,226],[180,215,208],[191,215,202],[164,184,173],[158,181,173],[147,173,164],[176,206,194],[179,210,194],[145,172,153],[156,187,172],[120,160,159],[68,113,119],[106,149,156],[119,166,174],[123,176,184],[129,179,188],[123,166,175],[99,136,145],[142,179,188],[127,165,174],[118,161,170],[119,167,177],[101,155,165],[120,172,183],[117,159,173],[122,155,170],[115,147,158],[144,174,184],[165,198,203],[146,177,180],[159,183,187],[187,206,210],[166,186,187],[226,242,241],[198,207,202],[206,209,202],[217,220,209],[230,236,222],[215,226,209],[182,191,172],[185,186,172],[183,179,167],[178,171,163],[162,165,156],[152,175,159],[192,226,209],[204,241,223],[132,168,154],[114,147,138],[115,142,137],[100,119,115],[146,159,152],[164,172,159],[197,203,189],[213,217,203],[236,239,228],[248,250,247],[246,247,249],[236,237,241],[228,234,234],[228,239,233],[204,219,214],[218,236,240],[210,228,238],[212,234,245],[190,217,228],[181,211,222],[205,237,248],[167,204,212],[157,196,201],[141,181,181],[137,176,175],[141,177,173],[143,178,172],[147,176,172],[174,200,199],[179,200,201],[199,219,218],[205,225,216],[200,218,206],[187,200,183],[173,184,167],[162,170,155],[136,144,129],[114,125,108],[116,129,103],[155,169,133],[163,174,132],[161,168,126],[168,173,133],[172,176,139],[111,118,77],[145,158,112],[103,118,77],[56,68,46],[56,62,50],[41,42,28],[59,57,44],[29,29,19],[93,99,85],[140,156,129],[42,63,30],[12,35,7],[0,9,0],[34,49,10],[128,141,98],[103,115,77],[125,140,101],[197,219,172],[197,219,172],[170,182,142],[96,104,65],[70,79,36],[46,54,7],[103,111,60],[56,67,11],[19,32,0],[123,138,79],[170,190,131],[103,123,64],[57,75,15],[82,98,35],[172,184,118],[114,121,53],[104,107,36],[78,84,12],[109,120,51],[164,175,107],[141,148,80],[151,152,84],[134,129,65],[60,47,0],[75,54,11],[59,34,3],[58,31,12],[50,25,18],[24,3,2],[11,0,0],[12,3,6],[3,2,0],[3,5,0],[1,3,0],[4,0,0],[5,0,0],[8,2,2],[11,5,5],[11,5,5],[8,2,2],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[9,5,2],[10,6,3],[10,5,2],[8,3,0],[9,1,0],[9,1,0],[7,0,0],[16,7,2],[14,5,0],[12,3,0],[16,7,0],[29,19,9],[33,23,13],[12,0,0],[32,15,7],[42,24,14],[52,34,24],[46,26,15],[41,21,10],[42,23,9],[31,12,0],[26,7,0],[35,17,0],[71,53,29],[94,77,51],[84,69,40],[39,24,0],[50,37,5],[113,100,66],[111,100,70],[89,81,58],[71,63,44],[28,20,1],[20,11,0],[18,9,0],[39,26,17],[52,39,33],[22,8,7],[10,0,0],[19,5,5],[20,6,5],[46,35,31],[44,34,24],[49,40,23],[35,27,6],[35,27,6],[60,51,34],[51,39,17],[60,41,9],[127,103,65],[87,62,22],[92,69,28],[84,68,32],[68,56,16],[83,75,26],[154,149,93],[181,176,118],[116,115,61],[105,107,67],[77,88,54],[126,150,118],[170,193,164],[115,128,100],[38,47,20],[105,111,85],[121,131,104],[104,123,93],[122,143,112],[132,147,118],[160,173,145],[212,222,197],[191,201,176],[208,220,196],[205,214,193],[199,204,184],[208,212,195],[195,206,189],[197,214,196],[168,191,173],[130,162,147],[174,215,207],[167,208,200],[137,165,153],[150,172,160],[107,130,122],[164,191,182],[147,179,166],[151,182,166],[196,220,204],[116,142,131],[108,141,146],[90,130,140],[103,145,157],[112,159,169],[103,151,161],[118,161,170],[129,158,172],[112,141,155],[117,155,166],[137,181,192],[113,159,172],[109,158,172],[141,193,207],[124,169,188],[129,161,182],[140,168,189],[135,171,187],[114,152,163],[155,194,201],[149,182,189],[139,162,170],[179,199,206],[209,233,235],[204,225,226],[185,197,197],[197,203,201],[219,221,216],[220,221,215],[228,234,224],[206,212,200],[197,199,188],[168,165,156],[176,173,166],[146,149,140],[135,155,143],[162,190,175],[169,201,186],[124,157,146],[97,132,125],[140,171,166],[150,170,168],[132,144,140],[146,153,145],[175,181,169],[192,203,189],[234,246,236],[216,225,224],[237,244,250],[214,218,227],[227,236,241],[211,230,226],[200,225,222],[232,255,255],[203,233,243],[182,214,225],[199,233,245],[182,218,232],[200,238,251],[202,242,250],[196,235,242],[198,236,237],[180,214,213],[178,209,204],[174,201,196],[160,180,178],[176,190,190],[191,201,202],[234,245,239],[239,252,234],[235,247,223],[203,209,183],[177,179,155],[175,177,156],[153,156,135],[130,139,112],[143,154,120],[167,180,134],[218,228,176],[148,153,99],[117,120,67],[137,140,87],[101,108,54],[118,132,71],[192,202,150],[236,232,203],[134,126,107],[46,40,18],[28,26,3],[21,24,7],[50,59,38],[61,76,43],[24,44,7],[53,74,43],[108,129,96],[120,142,96],[126,146,95],[154,171,126],[153,171,123],[145,162,110],[111,125,74],[95,104,59],[86,92,48],[157,164,113],[168,175,121],[203,213,153],[185,197,135],[124,138,77],[172,190,130],[203,223,164],[147,166,110],[125,144,89],[170,185,130],[117,128,70],[86,94,34],[92,97,33],[59,66,0],[93,108,39],[143,160,90],[80,91,22],[132,135,68],[147,141,79],[96,80,28],[83,60,18],[67,38,8],[60,29,11],[50,21,13],[20,0,0],[23,7,8],[10,1,2],[1,1,1],[0,2,0],[2,8,4],[4,3,1],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[10,6,3],[10,6,3],[11,6,3],[11,6,3],[12,4,2],[12,4,2],[7,0,0],[14,5,0],[10,0,0],[19,6,0],[28,15,7],[30,17,8],[31,18,9],[17,3,0],[32,14,4],[50,30,21],[72,52,43],[65,43,32],[56,34,21],[65,42,28],[60,37,19],[47,25,4],[70,48,25],[93,73,46],[74,55,25],[71,55,22],[70,54,18],[56,42,5],[68,54,15],[61,48,16],[34,22,6],[16,7,0],[25,17,6],[28,18,8],[11,1,0],[8,0,0],[10,0,0],[11,0,0],[14,1,0],[25,12,6],[23,10,2],[20,8,0],[27,15,0],[53,42,20],[61,51,24],[41,31,4],[56,51,22],[112,103,74],[77,60,30],[67,47,12],[102,81,36],[98,80,30],[89,75,30],[114,103,58],[92,84,38],[162,156,106],[167,165,108],[162,163,106],[75,82,38],[50,66,30],[85,114,84],[169,202,173],[188,215,182],[115,134,102],[95,108,78],[120,133,103],[106,125,93],[156,172,143],[161,167,141],[157,156,135],[202,199,180],[222,220,205],[208,215,199],[190,198,183],[203,206,195],[223,231,220],[195,215,203],[139,161,148],[167,183,170],[141,165,152],[149,190,182],[174,220,210],[119,155,143],[152,182,170],[145,175,167],[146,177,171],[99,135,125],[86,118,105],[149,171,159],[129,150,145],[120,148,159],[95,131,147],[109,155,170],[125,173,187],[120,162,174],[133,167,179],[165,184,201],[142,163,180],[106,144,155],[127,174,184],[126,174,188],[111,158,174],[101,149,169],[119,160,182],[124,150,177],[136,160,186],[105,142,160],[121,165,176],[131,171,181],[122,155,164],[140,160,171],[144,162,172],[169,198,202],[145,175,175],[157,177,178],[187,197,198],[215,213,216],[239,233,233],[212,211,207],[233,234,228],[206,207,199],[182,183,175],[196,197,191],[187,192,185],[161,174,164],[174,192,180],[167,187,176],[186,209,201],[169,198,194],[144,170,169],[149,164,167],[141,151,152],[167,172,168],[199,206,198],[160,176,166],[187,208,203],[185,204,208],[206,224,234],[180,196,209],[183,205,216],[150,184,185],[200,242,241],[217,255,255],[145,193,205],[141,189,203],[144,192,206],[157,204,220],[203,251,255],[185,232,242],[154,197,204],[188,226,229],[196,227,229],[199,223,223],[224,240,239],[224,234,235],[222,223,225],[222,220,223],[251,247,244],[242,243,227],[238,241,220],[225,228,211],[209,212,195],[194,198,175],[172,175,146],[143,147,112],[127,129,92],[152,154,117],[133,135,96],[135,138,91],[129,134,78],[163,169,105],[199,206,138],[233,240,173],[192,190,133],[156,132,96],[124,95,65],[112,94,58],[86,78,41],[90,89,58],[80,87,53],[51,64,18],[60,78,30],[85,106,65],[83,109,64],[110,139,81],[112,142,80],[127,155,97],[130,154,96],[147,165,103],[103,117,55],[117,131,72],[96,110,51],[117,126,69],[162,170,113],[108,113,57],[103,106,51],[163,168,112],[150,158,101],[174,183,126],[194,208,149],[197,212,153],[117,132,73],[105,120,63],[95,108,52],[41,54,0],[35,49,0],[61,82,15],[173,193,122],[137,150,81],[127,132,66],[134,128,68],[48,32,0],[77,52,12],[64,33,4],[44,11,0],[51,21,11],[34,9,5],[28,12,12],[6,0,0],[10,10,10],[0,3,0],[0,2,0],[2,1,0],[7,1,1],[8,2,2],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[5,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[7,3,0],[8,4,1],[7,3,0],[6,2,0],[8,3,0],[10,5,2],[14,6,4],[15,7,4],[20,11,6],[21,10,6],[10,0,0],[12,0,0],[24,11,2],[24,11,2],[35,21,10],[39,22,12],[33,15,5],[22,2,0],[41,19,8],[50,28,15],[38,16,2],[32,9,0],[38,15,0],[51,29,6],[104,82,58],[77,56,27],[84,65,33],[111,93,57],[64,49,8],[46,31,0],[77,62,19],[35,22,0],[98,89,72],[140,131,124],[40,31,22],[39,31,20],[24,14,2],[65,55,43],[47,37,25],[19,7,0],[27,15,3],[37,25,13],[28,14,1],[13,0,0],[19,6,0],[38,23,0],[65,51,24],[46,35,5],[38,29,0],[99,88,56],[84,65,32],[63,41,2],[133,111,64],[117,95,45],[108,92,41],[114,100,51],[96,84,36],[163,151,103],[163,151,99],[187,181,129],[156,158,111],[63,75,37],[0,21,0],[78,107,85],[140,167,136],[140,159,127],[154,165,135],[114,125,95],[87,108,77],[113,132,102],[131,139,115],[128,127,107],[167,164,147],[229,227,212],[187,195,180],[170,181,167],[216,222,212],[237,247,238],[211,233,221],[142,164,151],[135,146,130],[172,188,175],[170,210,199],[161,209,197],[161,199,186],[184,217,206],[137,172,166],[118,154,150],[92,133,127],[111,146,139],[128,153,147],[206,227,228],[194,220,235],[125,160,180],[109,155,171],[127,173,188],[112,152,164],[151,180,194],[195,211,227],[156,172,188],[141,173,186],[127,165,178],[138,175,193],[125,166,184],[107,155,175],[115,160,183],[142,169,198],[126,150,178],[115,152,171],[123,165,181],[139,179,191],[145,177,190],[148,167,181],[139,157,169],[145,176,181],[147,181,183],[143,167,169],[158,169,173],[187,185,190],[255,252,255],[233,227,227],[234,233,229],[190,193,186],[193,196,189],[230,233,226],[215,218,211],[175,182,174],[175,187,177],[199,210,202],[159,174,171],[174,195,196],[142,161,165],[142,153,159],[155,160,164],[184,185,187],[226,235,232],[180,201,196],[178,207,205],[161,190,198],[147,175,189],[138,165,184],[147,180,197],[127,176,181],[132,190,194],[183,241,253],[129,188,204],[120,179,195],[124,181,200],[154,211,230],[144,197,213],[135,184,198],[152,196,207],[191,230,237],[211,240,244],[188,209,212],[215,229,230],[243,248,251],[250,248,253],[255,247,255],[255,252,253],[255,254,243],[233,234,218],[240,243,232],[243,246,237],[220,224,209],[229,232,211],[236,236,210],[203,200,169],[116,111,79],[153,151,112],[140,142,92],[133,139,79],[160,167,99],[195,201,129],[167,168,102],[168,158,99],[118,90,42],[94,61,16],[129,107,57],[124,111,59],[141,134,90],[159,158,112],[157,165,108],[150,161,105],[132,148,99],[41,61,10],[99,125,60],[146,175,108],[96,122,57],[108,133,68],[146,167,98],[60,80,11],[148,167,103],[133,148,89],[66,77,21],[72,79,27],[141,143,93],[116,116,66],[120,120,70],[98,101,46],[104,109,51],[140,150,89],[165,179,117],[171,187,124],[169,187,125],[126,144,86],[84,101,46],[47,67,8],[100,123,55],[171,192,123],[107,122,55],[130,135,71],[152,146,88],[86,68,20],[73,48,8],[75,44,16],[78,43,24],[65,32,23],[28,3,0],[17,0,0],[7,0,0],[89,91,90],[33,42,39],[0,3,0],[3,2,0],[7,1,1],[5,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[9,5,2],[9,5,2],[9,5,2],[7,3,0],[7,2,0],[8,3,0],[14,6,4],[18,10,8],[11,1,0],[20,9,5],[27,14,8],[36,23,17],[34,19,12],[26,12,3],[37,20,10],[44,27,17],[49,31,21],[60,40,31],[51,31,20],[39,17,6],[58,36,23],[69,48,31],[49,26,8],[41,19,0],[26,4,0],[67,46,17],[107,88,55],[128,110,74],[139,121,81],[33,16,0],[72,58,13],[43,31,0],[40,32,9],[78,72,56],[60,53,37],[44,37,19],[10,3,0],[26,17,0],[46,37,20],[23,11,0],[31,19,7],[60,46,35],[65,49,36],[27,11,0],[44,29,8],[67,51,26],[55,40,11],[73,58,27],[63,48,17],[109,91,55],[119,97,50],[127,99,51],[160,128,87],[171,142,98],[163,140,88],[112,91,36],[101,79,29],[146,122,76],[223,198,157],[175,154,111],[156,146,95],[121,122,80],[67,79,59],[23,37,24],[15,27,5],[92,97,74],[153,155,133],[77,82,59],[84,104,76],[110,133,104],[164,180,154],[141,153,129],[146,155,134],[230,242,222],[162,180,158],[153,170,151],[183,189,175],[214,220,208],[245,255,248],[184,198,181],[162,167,147],[132,144,124],[131,165,149],[155,199,186],[180,218,205],[146,181,174],[116,155,154],[112,153,155],[92,138,138],[89,133,132],[142,172,170],[168,193,198],[163,192,210],[140,174,199],[124,166,188],[132,175,192],[138,176,189],[156,184,198],[165,182,198],[182,195,212],[170,187,203],[134,151,169],[155,171,194],[136,163,184],[113,164,181],[111,164,182],[129,165,191],[122,152,178],[124,156,179],[153,188,208],[138,175,191],[156,188,203],[146,165,182],[152,171,186],[146,179,188],[126,159,164],[144,168,172],[152,163,169],[191,186,193],[217,206,212],[255,249,252],[252,248,245],[202,203,197],[205,206,200],[239,238,233],[212,213,207],[167,172,165],[152,157,151],[160,165,161],[133,142,141],[150,165,168],[167,182,189],[173,180,190],[190,193,202],[213,214,219],[189,197,200],[223,247,249],[227,255,255],[147,183,199],[130,166,190],[146,181,209],[132,176,201],[135,194,210],[101,169,182],[112,177,195],[119,184,206],[120,185,207],[124,186,209],[114,174,198],[105,163,185],[121,173,194],[137,184,200],[171,211,221],[209,242,251],[221,244,250],[218,231,239],[249,253,255],[255,254,255],[245,239,249],[255,252,255],[255,255,253],[248,251,244],[251,255,251],[242,248,246],[251,255,255],[248,249,253],[254,253,251],[242,238,226],[215,212,177],[177,175,126],[150,151,91],[158,160,95],[165,166,106],[184,182,123],[172,166,108],[173,161,101],[148,130,66],[119,100,34],[146,125,58],[177,157,94],[148,131,77],[109,98,44],[169,165,102],[178,183,119],[105,112,58],[92,103,47],[149,161,97],[130,145,76],[119,135,72],[103,124,59],[140,166,93],[129,154,86],[137,156,101],[122,134,86],[21,28,0],[37,40,0],[63,61,20],[93,90,47],[55,53,5],[64,64,12],[63,69,9],[126,137,71],[211,226,157],[147,164,94],[167,187,118],[162,183,116],[118,139,74],[130,151,86],[141,163,98],[101,120,54],[86,98,34],[117,121,62],[121,114,60],[102,84,38],[109,83,46],[113,82,54],[88,55,36],[81,49,38],[39,14,9],[17,0,0],[6,0,0],[163,163,163],[72,78,76],[0,3,1],[4,3,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[10,6,5],[7,3,2],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[4,0,0]],[[8,4,1],[8,4,1],[9,5,2],[8,4,1],[9,4,1],[11,6,3],[17,9,7],[21,13,11],[36,26,24],[35,24,20],[47,34,28],[40,27,21],[33,18,11],[30,16,7],[28,11,1],[38,21,11],[35,17,7],[42,24,14],[27,9,0],[17,0,0],[37,18,4],[57,38,23],[62,41,24],[60,39,20],[49,29,5],[49,29,2],[81,62,30],[61,45,9],[58,43,4],[52,37,0],[110,96,51],[39,27,0],[48,42,10],[22,18,0],[18,12,0],[53,47,21],[75,69,45],[7,1,0],[23,14,0],[26,17,2],[87,74,65],[63,49,40],[31,14,4],[42,26,11],[32,15,0],[62,46,21],[80,63,33],[108,92,59],[85,66,33],[95,76,36],[112,89,39],[119,92,39],[118,87,40],[157,126,80],[158,132,83],[144,121,69],[143,117,66],[182,154,106],[203,170,127],[217,188,146],[110,91,48],[88,80,43],[119,122,101],[63,72,55],[52,57,34],[113,116,89],[141,139,114],[82,86,59],[71,87,58],[62,83,52],[159,173,147],[243,253,228],[162,172,148],[214,226,204],[196,215,193],[166,185,166],[171,182,168],[205,215,204],[218,239,224],[152,171,152],[142,150,126],[132,144,120],[136,169,150],[149,190,176],[167,200,189],[142,175,168],[126,164,165],[128,173,178],[77,128,131],[86,136,137],[110,150,150],[131,164,171],[93,125,146],[126,162,188],[118,155,181],[119,157,178],[129,165,181],[146,174,188],[166,183,201],[189,200,218],[159,167,186],[164,172,193],[159,165,189],[139,160,181],[119,166,182],[124,177,195],[128,165,191],[127,158,186],[154,186,211],[170,202,225],[120,157,176],[126,161,180],[143,165,186],[149,172,190],[124,156,167],[120,153,162],[134,157,165],[170,181,187],[208,207,213],[216,210,214],[250,246,247],[254,253,251],[225,224,220],[213,210,205],[218,213,209],[216,213,208],[201,206,199],[173,180,173],[193,198,194],[192,201,200],[153,167,170],[152,165,174],[195,201,213],[209,213,225],[195,198,207],[191,202,208],[212,237,244],[165,199,211],[135,171,195],[141,180,211],[145,185,220],[130,179,212],[122,184,209],[117,185,206],[125,191,215],[129,193,220],[125,189,217],[127,188,217],[118,179,207],[114,171,198],[128,182,206],[139,187,209],[197,240,255],[218,254,255],[220,248,255],[235,255,255],[242,255,255],[236,243,253],[248,250,255],[247,249,255],[239,248,253],[242,253,255],[237,249,247],[241,251,250],[239,247,249],[251,255,255],[252,254,249],[248,251,234],[227,228,194],[225,227,178],[220,219,162],[195,193,132],[199,195,134],[186,180,118],[202,194,129],[189,180,111],[142,133,58],[130,118,42],[148,135,57],[157,140,70],[155,139,79],[138,123,64],[155,148,80],[157,153,89],[118,117,61],[200,200,146],[169,171,108],[145,150,84],[76,84,24],[82,96,35],[147,168,101],[90,110,47],[126,138,92],[169,175,137],[101,106,66],[105,106,66],[120,119,75],[116,115,67],[154,154,102],[114,119,63],[105,115,54],[86,101,36],[122,139,71],[149,169,98],[134,154,83],[143,163,92],[153,173,102],[128,148,79],[91,110,46],[91,107,45],[71,81,21],[105,105,51],[99,91,42],[109,92,49],[109,83,50],[105,75,49],[88,57,37],[41,11,0],[28,3,0],[21,3,0],[7,0,0],[11,10,8],[0,1,2],[0,4,5],[4,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[4,0,0]],[[7,3,0],[7,3,0],[8,4,1],[7,3,0],[8,3,0],[10,5,2],[16,8,6],[20,10,9],[28,17,15],[21,10,8],[40,26,23],[25,12,6],[19,4,0],[29,14,7],[19,5,0],[32,18,9],[24,10,1],[44,30,21],[45,28,20],[39,22,12],[21,3,0],[14,0,0],[32,13,0],[49,30,15],[57,39,19],[48,30,6],[60,43,15],[67,52,19],[56,42,7],[73,59,20],[156,143,101],[93,85,39],[102,98,51],[54,51,6],[50,47,4],[120,116,79],[147,140,111],[43,35,12],[36,27,10],[35,22,13],[48,33,28],[47,32,27],[15,0,0],[24,6,0],[39,20,3],[57,40,14],[110,91,59],[90,72,36],[103,88,49],[117,100,57],[100,78,31],[108,85,33],[125,103,43],[147,125,67],[159,136,92],[94,71,30],[126,102,56],[156,128,78],[140,109,52],[236,208,158],[255,241,213],[57,44,25],[19,23,0],[128,139,107],[158,168,131],[171,178,137],[135,137,100],[62,66,29],[58,68,31],[74,84,50],[144,147,118],[231,229,206],[253,250,231],[236,239,222],[249,255,244],[224,240,227],[220,237,227],[208,231,221],[176,209,198],[127,160,143],[125,145,117],[135,155,127],[155,188,169],[148,182,168],[141,167,158],[141,167,164],[147,182,186],[117,161,170],[106,161,166],[105,163,165],[145,193,195],[169,212,219],[108,150,172],[119,158,187],[125,159,187],[142,172,198],[142,173,194],[137,164,183],[181,198,216],[173,184,204],[161,169,188],[180,188,207],[172,183,203],[147,165,187],[128,165,184],[118,159,179],[153,185,210],[170,200,228],[151,182,210],[161,197,221],[135,176,198],[106,147,167],[143,175,196],[157,188,208],[145,177,192],[146,174,186],[142,160,172],[169,179,188],[170,173,178],[180,181,183],[251,255,254],[245,247,244],[232,227,224],[240,230,229],[246,232,232],[238,230,228],[219,229,221],[183,198,191],[195,208,201],[201,215,215],[138,156,160],[148,162,171],[196,205,220],[221,229,242],[209,217,228],[223,236,245],[229,253,255],[191,222,240],[147,181,209],[156,191,229],[147,186,227],[123,168,209],[129,188,220],[119,180,209],[122,181,213],[129,185,218],[130,186,221],[133,189,224],[127,183,218],[118,172,206],[119,172,203],[114,164,189],[183,230,250],[184,226,242],[139,175,187],[167,197,207],[205,229,239],[198,218,229],[218,234,247],[217,233,248],[206,228,241],[223,246,254],[238,253,255],[228,240,236],[242,255,237],[227,242,213],[231,248,212],[248,255,227],[248,255,225],[246,250,215],[245,241,203],[241,231,182],[202,193,128],[165,157,82],[140,135,51],[121,119,32],[92,89,8],[132,129,52],[193,190,111],[184,180,106],[175,170,106],[193,187,125],[198,191,123],[165,157,94],[159,152,100],[155,149,99],[123,121,64],[114,113,56],[64,64,12],[108,108,58],[137,137,83],[65,65,15],[71,71,35],[43,43,9],[143,141,102],[136,135,89],[89,89,37],[152,155,98],[115,123,63],[147,159,97],[125,141,79],[72,90,30],[20,40,0],[132,152,91],[156,172,109],[137,152,85],[209,220,151],[162,173,105],[121,133,71],[106,115,58],[64,69,15],[76,74,25],[142,131,86],[139,121,83],[109,86,54],[60,32,8],[27,0,0],[38,12,0],[47,24,16],[23,5,1],[17,7,5],[3,0,0],[8,9,11],[0,0,2],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[12,8,7],[3,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[6,2,1]],[[7,3,0],[7,3,0],[7,3,0],[6,2,0],[6,1,0],[7,2,0],[11,3,1],[13,5,3],[13,3,1],[11,0,0],[26,15,11],[18,4,1],[15,2,0],[31,18,10],[30,17,9],[38,25,16],[33,20,11],[25,15,6],[19,6,0],[43,30,22],[39,25,16],[14,0,0],[25,8,0],[23,7,0],[21,5,0],[26,11,0],[45,31,5],[30,16,0],[55,44,12],[87,77,42],[72,63,24],[62,53,12],[76,72,25],[65,63,15],[87,84,39],[104,101,60],[69,63,27],[68,61,32],[36,28,5],[50,42,23],[20,8,0],[26,12,1],[54,38,25],[20,2,0],[31,13,0],[49,32,6],[71,52,20],[61,43,7],[76,61,18],[114,100,53],[71,53,5],[93,73,20],[135,119,57],[119,103,44],[116,102,57],[66,51,10],[83,64,21],[118,96,46],[153,127,70],[204,178,127],[255,243,212],[89,78,56],[129,136,105],[228,240,202],[202,208,162],[169,171,122],[120,122,73],[74,76,29],[73,76,33],[103,105,66],[148,145,114],[233,229,202],[235,233,212],[228,229,213],[213,221,208],[169,185,174],[205,228,220],[197,228,220],[190,230,222],[197,238,222],[180,213,184],[109,142,111],[100,134,117],[137,169,158],[160,181,174],[154,176,174],[157,190,195],[129,172,179],[129,182,186],[120,176,177],[174,224,223],[151,200,205],[128,176,196],[109,153,182],[141,172,203],[142,169,199],[140,170,196],[133,159,182],[176,192,215],[162,173,195],[171,179,200],[188,201,218],[180,197,215],[153,176,194],[147,174,195],[147,175,199],[150,174,202],[150,175,205],[133,167,195],[139,179,205],[128,174,198],[125,171,195],[127,167,192],[127,163,187],[130,165,185],[134,163,179],[153,172,186],[176,189,198],[156,165,170],[181,191,190],[219,231,227],[249,255,251],[253,249,246],[255,244,244],[255,241,244],[239,230,231],[211,222,218],[175,196,189],[146,167,162],[155,175,174],[146,165,171],[190,208,220],[185,198,214],[209,221,237],[218,230,242],[215,232,242],[203,225,239],[220,247,255],[165,195,229],[140,173,214],[144,183,226],[140,185,227],[149,201,238],[130,184,218],[139,191,228],[141,191,228],[135,184,224],[131,183,222],[124,176,215],[121,173,210],[128,178,211],[120,169,199],[153,201,224],[152,197,216],[121,163,177],[161,199,212],[199,233,245],[185,215,226],[183,209,224],[163,189,206],[123,152,170],[138,165,182],[135,158,166],[110,131,126],[148,171,145],[131,156,117],[152,178,133],[198,219,176],[229,244,211],[240,247,216],[255,255,222],[244,237,193],[188,180,118],[178,172,96],[155,151,64],[149,147,60],[154,151,74],[135,133,59],[146,150,73],[183,191,114],[194,201,134],[149,151,86],[113,108,40],[115,105,43],[130,118,68],[66,56,7],[90,88,31],[89,90,33],[34,32,0],[127,120,76],[133,120,75],[83,70,26],[93,89,51],[86,86,48],[47,48,6],[85,84,36],[146,146,92],[77,80,23],[95,101,41],[148,158,97],[179,193,132],[135,150,91],[38,56,0],[49,67,7],[143,159,97],[144,158,96],[181,193,129],[198,208,145],[119,127,70],[63,65,15],[65,64,16],[79,75,30],[94,82,42],[96,80,46],[133,112,83],[70,46,22],[31,6,0],[40,17,1],[20,0,0],[19,4,0],[14,3,1],[4,0,0],[9,7,10],[10,8,11],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[52,48,47],[21,17,16],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[9,5,4],[3,0,0]],[[6,3,0],[6,3,0],[7,2,0],[7,2,0],[6,1,0],[7,2,0],[10,1,2],[12,3,4],[14,4,3],[18,6,6],[20,9,7],[17,6,2],[13,2,0],[24,11,5],[35,22,16],[28,17,11],[13,4,0],[13,4,0],[8,0,0],[30,21,14],[27,16,10],[13,2,0],[37,24,16],[37,24,15],[21,7,0],[21,7,0],[63,50,33],[65,53,31],[28,18,0],[48,39,10],[89,80,47],[103,94,61],[31,22,0],[22,16,0],[67,61,25],[95,90,52],[72,67,29],[114,109,71],[53,48,10],[98,90,54],[89,78,48],[176,162,135],[102,86,61],[29,13,0],[37,20,0],[50,30,3],[72,51,22],[69,50,17],[57,44,2],[74,62,14],[77,64,11],[102,89,34],[125,113,63],[69,59,10],[58,52,0],[89,83,31],[83,72,26],[97,82,41],[87,65,26],[91,69,28],[154,142,92],[201,200,152],[251,255,232],[129,138,107],[138,130,83],[178,165,110],[160,151,96],[132,126,74],[104,100,52],[106,105,61],[149,151,112],[223,229,195],[160,169,142],[197,206,185],[225,237,223],[199,216,206],[181,208,201],[167,199,194],[202,238,236],[155,195,186],[144,188,163],[163,207,182],[111,153,139],[90,123,116],[155,178,172],[148,170,167],[127,158,160],[142,182,184],[114,158,159],[150,196,196],[212,255,254],[126,174,178],[119,172,190],[111,158,186],[160,194,229],[150,179,213],[136,170,198],[150,180,208],[163,178,207],[172,182,209],[161,173,195],[174,193,210],[151,179,191],[139,167,181],[166,182,205],[186,197,225],[169,184,217],[154,177,209],[129,164,194],[121,166,195],[119,173,201],[137,191,219],[121,166,195],[122,163,191],[138,178,203],[142,177,197],[166,189,205],[177,195,205],[195,210,215],[204,218,218],[181,198,192],[213,224,218],[231,230,228],[255,245,246],[255,245,249],[226,221,225],[197,209,209],[171,196,193],[148,177,173],[146,174,175],[162,185,193],[214,232,246],[187,204,220],[213,230,246],[213,231,243],[176,196,207],[171,190,205],[190,212,235],[178,204,237],[138,170,209],[152,189,231],[166,209,251],[144,190,226],[153,199,233],[145,193,229],[142,190,228],[135,183,223],[132,181,221],[125,174,214],[127,177,214],[138,188,223],[131,182,211],[138,188,213],[132,180,200],[153,199,215],[174,216,232],[157,194,210],[156,192,208],[172,205,222],[150,181,201],[136,163,190],[131,159,181],[127,161,170],[146,182,178],[124,161,144],[71,103,79],[72,96,70],[145,161,132],[217,231,198],[216,226,191],[226,237,197],[218,225,181],[220,224,173],[192,192,132],[190,183,113],[187,177,106],[184,173,109],[160,155,89],[166,176,103],[194,212,138],[154,171,103],[134,145,79],[167,164,97],[160,150,88],[108,95,43],[19,9,0],[76,80,21],[85,91,31],[44,46,0],[181,172,129],[115,92,51],[147,128,85],[155,159,108],[160,173,119],[97,105,54],[101,105,55],[135,133,85],[67,63,15],[114,108,58],[109,106,53],[143,144,86],[156,162,98],[158,169,103],[139,154,89],[143,161,99],[160,180,121],[156,177,121],[77,91,40],[42,44,0],[46,42,0],[96,89,47],[133,124,85],[65,52,17],[46,31,0],[59,42,14],[31,14,0],[34,16,0],[57,38,21],[41,25,10],[39,25,16],[19,8,4],[12,2,3],[6,0,2],[6,0,4],[7,1,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[7,3,2],[3,0,0]],[[5,2,0],[5,2,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[14,5,6],[12,2,1],[16,6,5],[13,3,1],[16,5,3],[10,0,0],[13,2,0],[27,16,12],[15,6,0],[12,5,0],[18,13,7],[11,6,0],[13,5,2],[9,1,0],[13,4,0],[29,20,15],[23,12,6],[14,4,0],[46,36,26],[27,18,3],[60,52,33],[47,39,18],[7,1,0],[58,53,24],[66,59,31],[32,21,0],[77,66,44],[50,43,15],[45,39,7],[46,40,4],[60,55,17],[77,72,32],[71,63,24],[132,123,84],[162,153,114],[138,125,90],[109,95,60],[116,100,64],[148,130,92],[191,172,132],[92,73,31],[61,44,1],[144,127,81],[147,130,76],[176,160,108],[111,98,53],[48,40,0],[44,42,0],[139,137,86],[95,86,43],[26,12,0],[69,49,16],[120,101,61],[125,116,61],[190,193,140],[235,249,216],[153,160,129],[136,122,77],[224,203,150],[196,183,130],[199,189,136],[194,184,135],[150,143,97],[151,152,110],[159,167,130],[171,182,150],[203,216,190],[194,207,189],[193,214,199],[169,203,189],[97,137,126],[159,200,192],[217,255,252],[193,247,224],[168,223,202],[149,196,186],[135,174,169],[135,162,155],[141,166,160],[169,201,198],[147,183,183],[122,156,155],[141,175,174],[188,223,219],[156,197,199],[144,197,213],[105,156,185],[116,154,190],[138,172,209],[140,179,212],[160,195,225],[159,182,213],[162,177,206],[161,173,197],[158,175,193],[152,182,193],[143,171,185],[207,222,245],[220,231,255],[155,174,206],[135,161,194],[144,180,214],[128,174,207],[104,161,191],[120,177,207],[132,181,214],[126,171,204],[118,165,191],[128,170,192],[149,182,199],[167,191,201],[216,234,238],[166,182,181],[164,181,175],[218,231,224],[240,245,241],[239,237,238],[235,228,235],[222,221,227],[186,200,203],[124,148,150],[138,170,169],[171,201,203],[199,221,234],[206,223,241],[172,191,208],[190,209,224],[192,214,225],[188,210,221],[183,200,216],[170,188,210],[166,189,221],[160,190,228],[154,193,232],[143,187,224],[132,175,209],[148,193,224],[136,182,216],[131,179,215],[127,177,214],[131,180,220],[126,175,215],[127,177,214],[137,187,222],[131,182,213],[140,190,215],[150,198,220],[180,225,244],[174,215,233],[149,187,206],[152,187,207],[154,186,207],[149,181,204],[130,160,188],[132,164,189],[148,186,197],[134,176,175],[102,144,134],[87,123,109],[96,123,106],[88,107,85],[152,168,139],[195,211,175],[198,214,175],[217,230,187],[244,253,208],[234,236,187],[218,213,157],[178,169,110],[190,181,124],[201,199,138],[180,191,122],[159,179,107],[105,121,56],[104,114,51],[153,150,81],[153,142,78],[117,101,49],[100,90,37],[95,100,36],[110,120,57],[116,123,69],[145,143,95],[95,78,34],[104,91,46],[136,143,91],[119,133,80],[131,141,91],[120,123,78],[60,57,14],[40,33,0],[64,56,9],[70,64,12],[45,45,0],[145,150,84],[255,255,198],[199,214,145],[121,140,74],[165,187,123],[73,97,39],[12,26,0],[80,77,34],[90,78,40],[80,66,31],[71,56,23],[44,29,0],[41,26,0],[25,11,0],[46,32,6],[41,26,3],[48,33,14],[40,27,11],[28,15,6],[24,10,7],[8,0,0],[8,0,2],[12,1,7],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[10,6,5],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[8,4,3],[3,0,0]],[[6,1,0],[6,1,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[13,4,5],[13,4,5],[8,0,0],[17,7,6],[17,7,6],[12,2,0],[19,9,7],[24,14,12],[17,9,6],[12,7,3],[14,11,6],[11,8,3],[9,4,1],[14,9,6],[21,13,11],[18,10,8],[11,1,0],[26,17,12],[29,20,13],[21,12,3],[11,3,0],[25,18,0],[22,17,0],[37,33,8],[26,20,0],[31,22,5],[80,68,54],[35,24,6],[27,16,0],[36,29,3],[32,25,0],[120,111,80],[80,71,38],[67,57,21],[70,58,20],[84,71,29],[139,125,78],[148,132,80],[87,72,13],[192,176,114],[143,124,66],[110,86,40],[112,84,44],[132,105,60],[111,87,39],[95,77,29],[47,34,0],[138,130,91],[138,130,94],[54,41,6],[36,18,0],[125,102,60],[131,108,66],[144,129,90],[181,175,139],[180,187,154],[193,197,164],[187,168,128],[229,205,161],[145,131,86],[98,85,41],[141,122,82],[179,164,125],[206,201,163],[186,188,151],[206,213,179],[167,176,147],[87,97,72],[69,92,66],[106,146,119],[125,175,148],[138,188,163],[115,169,146],[182,245,226],[150,212,199],[127,182,179],[114,160,158],[107,144,136],[125,158,149],[171,208,200],[155,187,182],[144,166,163],[189,208,206],[203,224,219],[136,167,169],[98,149,166],[106,162,189],[123,169,203],[139,181,219],[129,175,211],[137,180,214],[150,185,215],[150,171,200],[180,185,214],[183,187,212],[192,209,227],[165,188,204],[179,197,219],[175,197,221],[134,168,195],[144,180,212],[141,175,212],[133,172,211],[124,180,215],[109,167,204],[122,167,208],[118,164,200],[104,160,187],[105,160,181],[119,162,178],[161,194,203],[209,228,234],[181,195,196],[152,167,164],[225,237,233],[248,255,255],[240,249,248],[225,228,233],[196,200,209],[173,186,194],[151,171,178],[135,165,167],[163,192,198],[206,223,239],[197,212,233],[173,190,210],[170,191,208],[165,189,199],[182,204,215],[189,205,220],[170,187,207],[153,177,205],[155,188,221],[141,186,217],[132,181,211],[147,191,218],[143,188,217],[147,198,229],[131,185,219],[122,176,210],[125,179,215],[120,174,210],[124,176,213],[140,193,227],[139,190,221],[124,171,199],[150,196,220],[157,199,221],[143,181,202],[163,195,218],[171,201,225],[154,182,206],[165,195,221],[162,197,225],[124,162,185],[125,162,180],[98,135,143],[106,142,140],[96,132,122],[97,130,111],[43,73,49],[164,190,161],[146,167,134],[158,174,138],[205,215,178],[213,220,179],[250,253,210],[254,255,211],[253,255,206],[231,234,179],[218,224,164],[197,208,140],[151,162,94],[47,53,0],[58,56,0],[138,128,59],[171,156,89],[114,97,41],[88,77,21],[101,102,36],[109,116,49],[119,130,70],[72,83,27],[93,101,44],[149,156,105],[53,59,21],[49,55,21],[39,40,6],[53,53,15],[132,131,87],[74,72,24],[70,70,18],[176,179,122],[172,178,116],[141,152,86],[120,133,64],[153,170,100],[172,189,118],[183,203,131],[106,123,52],[99,108,45],[126,118,72],[76,57,24],[58,42,9],[44,27,0],[21,6,0],[52,38,11],[44,33,5],[49,37,11],[59,49,24],[57,46,26],[37,25,9],[20,7,0],[23,9,6],[11,0,0],[18,1,9],[12,0,4],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[7,3,2],[10,6,5],[5,1,0],[3,0,0],[3,0,0],[7,3,2]],[[7,2,0],[7,2,0],[7,2,0],[7,2,0],[7,2,0],[8,3,0],[9,0,1],[9,0,1],[14,6,4],[6,0,0],[21,11,9],[16,7,2],[10,1,0],[23,14,7],[15,6,0],[16,9,1],[18,13,7],[8,5,0],[11,6,2],[16,11,7],[26,18,15],[21,13,10],[12,3,0],[20,11,6],[27,19,16],[12,5,0],[14,7,1],[10,3,0],[30,24,8],[21,16,0],[49,45,16],[67,63,36],[21,16,0],[42,35,19],[87,77,65],[52,43,28],[12,1,0],[24,13,0],[75,63,37],[56,45,17],[60,49,19],[38,28,0],[39,27,0],[104,92,42],[109,98,36],[50,40,0],[127,115,41],[173,158,91],[119,97,47],[137,109,69],[76,48,8],[89,61,21],[148,126,79],[139,120,77],[61,45,11],[95,80,49],[102,88,53],[102,87,48],[129,110,67],[157,139,99],[231,217,188],[246,241,212],[193,199,163],[194,196,156],[157,140,97],[160,139,96],[139,126,82],[98,89,48],[127,113,76],[170,157,122],[201,197,162],[222,223,191],[239,244,212],[215,221,193],[171,179,155],[122,140,114],[107,143,115],[139,185,156],[103,152,123],[29,83,59],[86,145,127],[170,230,220],[130,186,185],[58,109,110],[88,135,129],[106,149,140],[115,156,148],[117,150,143],[138,157,151],[203,214,208],[229,240,234],[155,175,176],[126,164,177],[142,188,212],[142,187,218],[128,168,203],[132,171,204],[140,175,207],[149,180,211],[169,190,221],[184,189,221],[214,217,248],[190,206,231],[144,169,191],[173,199,222],[190,222,247],[135,174,203],[135,178,210],[153,188,226],[132,171,212],[110,164,202],[114,172,209],[103,155,192],[104,154,187],[109,165,190],[104,159,179],[117,163,178],[166,200,210],[151,171,178],[167,178,184],[160,168,171],[240,248,250],[239,249,250],[218,228,229],[218,229,231],[189,203,206],[171,186,193],[181,200,207],[187,216,220],[166,195,203],[211,230,245],[203,220,240],[176,194,214],[162,183,200],[159,185,198],[180,204,216],[188,207,222],[178,196,218],[184,210,235],[144,178,206],[139,185,211],[181,229,252],[168,213,236],[152,198,222],[148,199,228],[131,186,217],[124,181,211],[133,189,222],[130,183,217],[128,178,211],[133,186,217],[126,177,206],[133,180,206],[153,195,219],[152,188,212],[140,175,197],[157,191,216],[169,203,228],[167,198,226],[178,209,238],[168,205,232],[133,174,196],[123,158,177],[132,166,178],[120,157,163],[97,136,133],[87,126,108],[89,124,100],[174,206,182],[107,132,103],[208,221,191],[210,216,182],[148,153,113],[167,172,131],[198,205,163],[229,238,191],[225,239,180],[190,205,138],[184,197,127],[186,196,125],[138,140,75],[140,136,72],[152,142,73],[172,157,90],[114,98,39],[61,49,0],[73,68,4],[100,103,36],[95,104,41],[81,95,33],[115,131,66],[111,126,69],[1,12,0],[16,23,0],[31,37,1],[56,61,21],[127,130,85],[141,143,94],[81,84,31],[122,127,71],[136,141,83],[123,131,72],[61,69,9],[89,99,38],[184,194,131],[144,155,89],[50,61,0],[72,76,17],[88,76,36],[41,24,0],[40,25,0],[79,65,36],[31,20,0],[83,73,46],[36,26,0],[42,32,7],[57,45,23],[72,59,42],[37,23,10],[31,17,8],[12,0,0],[10,0,0],[15,2,9],[7,0,2],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[16,12,11],[25,21,20],[12,8,7],[3,0,0],[3,0,0]],[[5,1,0],[6,2,1],[6,2,1],[5,1,0],[5,0,0],[5,0,0],[8,0,0],[9,1,0],[20,10,8],[27,18,11],[8,0,0],[33,23,13],[38,28,16],[31,21,9],[16,7,0],[22,14,1],[16,9,0],[21,14,8],[10,1,0],[12,1,0],[22,9,1],[18,5,0],[15,5,0],[16,6,0],[13,4,0],[19,11,8],[19,13,13],[35,27,24],[17,11,0],[26,20,0],[82,77,39],[76,74,33],[31,35,2],[29,31,9],[132,128,117],[108,99,92],[19,6,0],[51,35,20],[49,33,10],[37,21,0],[52,37,16],[57,45,19],[65,55,20],[43,35,0],[37,29,0],[124,116,44],[144,134,63],[152,141,75],[134,125,66],[119,107,57],[145,125,90],[83,59,25],[129,101,61],[162,135,92],[46,23,0],[74,54,17],[103,89,52],[89,81,42],[109,106,65],[141,138,103],[247,247,221],[149,152,125],[107,112,71],[110,112,62],[88,78,27],[122,110,60],[162,158,111],[186,185,141],[186,188,149],[179,183,150],[158,163,133],[172,176,151],[207,211,188],[245,248,229],[248,251,234],[211,220,203],[176,197,180],[153,182,164],[114,151,134],[68,109,93],[89,133,120],[122,172,161],[186,241,236],[98,154,155],[97,153,154],[82,133,136],[106,150,151],[138,172,171],[142,161,157],[199,209,201],[224,227,220],[177,181,180],[162,176,185],[188,214,231],[173,205,230],[150,179,209],[160,175,204],[185,194,223],[175,186,216],[187,200,234],[217,230,255],[187,203,237],[143,167,201],[142,173,204],[137,170,203],[194,230,255],[164,205,237],[128,171,206],[130,172,210],[135,179,218],[110,159,199],[109,165,198],[91,156,178],[93,154,172],[106,155,172],[128,167,184],[132,165,180],[174,202,216],[207,226,240],[157,167,179],[169,169,181],[204,201,212],[230,229,235],[227,232,235],[222,238,237],[213,232,230],[196,212,211],[191,211,212],[180,205,210],[197,224,233],[210,233,247],[215,236,253],[161,184,202],[147,172,192],[160,185,205],[175,202,221],[177,204,225],[156,182,205],[144,174,198],[149,185,209],[150,191,213],[183,228,249],[178,221,240],[138,180,202],[157,201,230],[138,187,219],[129,186,215],[125,182,211],[130,179,211],[151,198,228],[146,196,223],[112,162,187],[144,190,213],[154,191,217],[170,200,226],[170,202,227],[148,193,216],[141,188,214],[153,197,226],[163,202,233],[154,191,220],[152,187,209],[150,182,195],[139,173,183],[106,145,160],[102,145,152],[116,156,147],[89,126,108],[30,65,45],[102,125,105],[245,249,226],[171,168,137],[203,205,165],[172,180,133],[167,181,130],[172,190,132],[175,195,123],[147,166,87],[145,162,82],[157,170,91],[186,194,119],[144,146,73],[132,125,57],[147,136,72],[106,89,33],[100,83,29],[92,79,24],[95,86,29],[109,107,48],[181,186,122],[172,181,114],[86,101,36],[72,93,37],[85,107,58],[102,122,71],[138,154,105],[125,137,87],[144,151,100],[171,173,124],[109,107,59],[49,42,0],[65,58,12],[92,85,41],[103,96,52],[93,90,47],[124,123,79],[10,11,0],[95,93,54],[90,79,49],[18,4,0],[61,51,24],[56,51,22],[84,80,51],[77,71,45],[33,25,2],[43,30,11],[39,22,6],[75,55,44],[56,36,29],[27,8,4],[57,43,43],[6,0,0],[7,5,8],[7,5,8],[7,1,3],[9,0,1],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[3,2,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0]],[[5,1,2],[6,2,3],[7,3,4],[7,3,4],[8,2,2],[9,3,3],[13,5,3],[15,7,4],[13,4,0],[24,15,6],[21,11,1],[44,35,20],[49,40,23],[53,44,27],[30,22,3],[15,6,0],[19,11,0],[7,0,0],[21,10,8],[24,10,9],[25,12,6],[26,11,4],[11,0,0],[26,16,6],[24,15,8],[26,18,15],[21,12,15],[21,13,11],[13,4,0],[31,23,0],[70,62,23],[58,51,9],[23,20,0],[14,12,0],[20,12,1],[8,0,0],[29,17,5],[52,39,22],[92,77,54],[93,78,55],[74,61,42],[68,56,32],[22,12,0],[70,62,13],[90,85,19],[147,143,70],[163,158,90],[132,129,62],[141,140,75],[82,77,19],[124,109,68],[172,150,111],[149,121,74],[105,75,25],[80,52,4],[97,75,26],[103,91,43],[84,80,33],[146,149,102],[179,186,144],[202,208,174],[194,200,164],[181,185,134],[135,136,79],[100,93,39],[93,87,37],[86,85,39],[160,165,124],[202,212,175],[169,183,150],[168,178,151],[199,207,184],[218,221,202],[220,221,205],[246,247,233],[253,255,243],[242,252,241],[205,223,211],[125,151,138],[73,106,95],[104,144,133],[100,146,136],[139,191,187],[170,228,229],[139,200,205],[101,159,163],[128,176,180],[144,180,180],[160,181,176],[188,197,192],[204,206,201],[195,196,198],[188,197,206],[179,196,212],[165,193,217],[174,201,230],[181,195,224],[190,199,230],[186,201,234],[180,200,235],[165,191,228],[152,182,220],[147,179,217],[143,177,214],[152,186,221],[166,200,235],[168,201,234],[138,171,204],[141,174,209],[128,162,197],[144,178,215],[133,174,204],[133,184,203],[150,197,213],[150,181,201],[141,166,186],[156,182,199],[126,149,165],[200,219,234],[210,222,236],[175,172,189],[224,218,232],[245,243,254],[231,238,244],[231,251,250],[224,249,246],[207,225,225],[212,230,232],[212,235,241],[169,193,203],[160,184,196],[197,220,234],[204,227,245],[153,178,198],[144,169,191],[175,201,224],[175,203,227],[156,188,213],[131,165,190],[155,191,215],[167,208,228],[188,231,250],[185,230,249],[153,198,221],[139,180,208],[144,189,220],[130,187,214],[120,177,204],[134,179,210],[145,189,218],[146,196,221],[150,200,223],[143,188,211],[154,192,215],[197,224,251],[196,227,255],[136,183,209],[114,168,194],[134,185,216],[135,180,213],[125,164,195],[162,198,222],[164,197,212],[144,180,192],[97,140,157],[66,110,123],[81,126,121],[83,124,110],[84,118,101],[106,127,108],[107,110,91],[94,89,60],[192,190,149],[165,172,120],[140,155,100],[171,191,128],[145,167,92],[161,183,101],[152,170,88],[145,158,78],[125,134,55],[83,85,10],[130,126,55],[153,144,79],[148,132,73],[128,111,57],[59,43,0],[100,87,35],[119,112,57],[156,154,95],[125,130,66],[92,102,39],[102,117,62],[68,86,34],[119,136,84],[101,115,64],[50,60,10],[7,13,0],[90,92,45],[113,110,65],[88,81,39],[117,105,65],[90,78,40],[89,76,41],[54,46,10],[84,78,42],[72,69,34],[108,103,71],[66,54,30],[36,24,2],[62,55,29],[61,57,30],[28,27,0],[30,26,0],[10,2,0],[57,42,23],[22,0,0],[48,23,16],[37,12,8],[58,37,36],[211,197,197],[4,0,0],[11,12,14],[0,0,2],[5,1,2],[7,0,0],[8,2,2],[15,9,9],[13,9,8],[7,3,2],[1,0,0],[2,1,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[3,0,0],[4,0,0],[5,1,0],[7,1,1],[8,2,2],[12,4,2],[14,6,3],[14,5,0],[18,9,0],[18,8,0],[22,12,0],[34,22,8],[63,51,35],[44,33,15],[20,8,0],[27,18,9],[14,7,1],[22,12,13],[15,3,7],[25,10,15],[33,19,19],[16,2,0],[25,14,8],[26,17,12],[20,10,8],[18,8,9],[23,11,13],[32,18,15],[52,38,27],[65,50,27],[58,41,15],[64,42,21],[43,20,4],[31,12,0],[13,0,0],[15,8,0],[70,65,35],[41,36,6],[66,59,31],[64,53,31],[48,36,10],[67,55,13],[124,115,56],[113,111,37],[161,164,87],[178,183,116],[105,110,44],[118,121,50],[152,151,84],[128,118,59],[132,113,57],[149,123,64],[101,73,10],[102,77,13],[176,156,93],[155,144,80],[161,157,94],[167,172,108],[140,148,88],[171,178,126],[187,192,138],[190,195,131],[235,235,173],[114,108,56],[132,128,83],[153,154,112],[122,130,91],[145,159,124],[179,194,163],[189,202,176],[250,255,238],[254,255,239],[225,226,210],[206,207,191],[241,243,229],[251,255,244],[240,254,239],[216,237,222],[140,170,158],[90,133,124],[95,144,140],[81,131,130],[100,153,157],[87,146,150],[105,163,167],[135,186,189],[127,167,167],[175,196,197],[172,184,184],[153,163,164],[163,174,178],[175,195,206],[162,188,205],[157,187,213],[169,202,233],[189,223,255],[171,207,243],[155,193,230],[146,185,224],[140,182,222],[144,186,226],[146,185,224],[140,176,212],[158,188,222],[149,172,204],[170,187,217],[213,227,254],[204,214,241],[183,190,218],[198,205,233],[222,229,255],[239,249,255],[231,238,255],[227,231,255],[185,190,219],[170,185,206],[189,208,225],[205,224,238],[213,230,240],[225,229,241],[219,221,234],[206,212,224],[204,218,229],[215,240,247],[204,229,234],[189,206,214],[206,220,229],[231,249,255],[218,240,251],[184,206,219],[166,188,202],[213,234,253],[179,201,222],[147,172,194],[157,183,208],[195,222,249],[179,210,238],[138,174,200],[154,191,217],[151,193,218],[150,196,220],[166,214,237],[162,208,232],[147,188,218],[153,197,226],[133,187,213],[122,176,202],[141,186,215],[151,192,222],[150,197,223],[163,211,234],[145,190,213],[135,172,198],[158,188,216],[165,199,227],[132,182,209],[127,183,210],[136,189,221],[122,171,204],[123,168,199],[126,167,195],[144,187,206],[161,204,221],[110,153,170],[63,109,122],[72,123,124],[66,113,103],[96,127,109],[108,125,106],[50,54,37],[154,152,127],[209,205,160],[175,176,119],[126,137,81],[161,177,115],[214,231,163],[212,228,155],[198,212,137],[167,178,102],[116,123,46],[60,63,0],[176,172,99],[191,180,114],[143,127,67],[128,109,53],[100,83,31],[98,85,33],[134,127,75],[187,184,131],[123,126,71],[79,81,31],[59,56,13],[109,105,67],[104,102,61],[48,46,5],[112,113,69],[68,69,25],[37,38,0],[84,83,39],[144,141,96],[107,103,58],[70,63,21],[82,75,33],[74,69,29],[96,93,52],[84,82,41],[82,78,41],[54,42,18],[57,42,23],[67,56,34],[36,30,6],[14,8,0],[31,24,0],[75,63,39],[68,50,30],[57,34,20],[53,26,17],[53,25,21],[30,6,6],[17,3,3],[4,0,0],[0,0,2],[4,5,7],[6,2,3],[6,0,0],[9,3,3],[20,14,14],[19,15,14],[7,3,2],[1,0,0],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[4,0,1],[5,1,0],[6,2,1],[7,1,1],[8,3,0],[11,3,0],[12,5,0],[18,9,2],[15,6,0],[10,0,0],[8,0,0],[25,13,0],[62,50,34],[48,35,18],[31,19,3],[30,24,8],[24,20,9],[9,1,0],[16,5,9],[23,10,17],[10,0,0],[25,11,8],[61,48,40],[38,28,18],[16,6,0],[17,6,2],[27,13,10],[42,27,22],[52,34,24],[46,27,10],[58,35,17],[92,63,49],[66,37,23],[65,42,28],[69,51,31],[42,31,0],[60,52,13],[119,112,68],[84,77,33],[65,53,15],[97,85,45],[155,145,92],[168,162,100],[144,144,72],[129,135,63],[138,148,85],[128,138,78],[83,88,22],[86,85,20],[85,75,13],[119,103,43],[157,133,69],[131,106,40],[122,99,32],[172,153,85],[160,150,81],[177,173,102],[173,174,104],[202,207,140],[131,136,72],[160,165,101],[135,137,72],[178,178,118],[153,149,102],[169,167,128],[129,133,96],[184,194,159],[161,176,145],[209,228,200],[239,254,231],[172,185,165],[181,188,170],[197,200,183],[157,158,142],[185,186,172],[244,248,234],[233,244,228],[232,246,231],[240,255,253],[223,255,255],[169,213,212],[126,170,171],[91,136,139],[88,136,140],[107,152,157],[118,158,160],[136,166,168],[144,164,165],[173,187,190],[163,174,180],[162,175,184],[172,190,204],[165,187,208],[166,192,219],[164,193,223],[171,204,235],[157,192,224],[159,197,233],[159,199,235],[147,189,227],[146,188,226],[143,183,219],[137,173,209],[175,204,238],[201,224,255],[209,226,255],[228,242,255],[206,215,244],[189,196,225],[178,185,214],[192,195,226],[233,230,255],[217,207,241],[190,180,215],[242,236,255],[226,230,255],[186,197,217],[153,165,179],[185,198,207],[214,221,231],[198,206,217],[185,203,217],[179,205,220],[174,207,222],[167,196,210],[172,189,205],[200,212,226],[222,240,250],[238,255,255],[208,228,239],[191,210,225],[238,255,255],[209,230,251],[167,189,212],[198,224,249],[225,252,255],[186,217,246],[138,173,201],[139,178,207],[129,173,202],[129,176,204],[131,181,208],[126,173,201],[142,181,212],[146,187,215],[136,186,211],[126,178,202],[134,178,205],[144,185,213],[142,188,212],[138,186,209],[148,193,216],[146,186,211],[141,175,203],[132,169,198],[123,174,203],[123,180,209],[136,191,222],[154,207,241],[119,169,202],[123,172,202],[129,181,203],[131,182,201],[138,183,202],[142,190,204],[115,173,177],[87,138,133],[101,132,114],[113,131,109],[133,139,125],[106,106,82],[159,152,106],[218,216,159],[187,195,138],[194,208,149],[172,183,123],[223,235,171],[184,195,127],[181,188,118],[120,127,50],[100,101,25],[125,119,45],[160,150,79],[154,139,74],[90,74,15],[93,77,25],[62,50,0],[125,117,68],[110,106,58],[72,74,25],[40,37,0],[14,0,0],[75,56,26],[72,57,24],[102,92,56],[131,127,89],[150,151,109],[64,67,22],[122,125,80],[192,194,147],[67,66,20],[44,41,0],[78,74,29],[101,94,50],[99,92,48],[49,42,0],[66,56,20],[50,36,10],[111,96,77],[26,14,0],[24,13,0],[10,3,0],[18,8,0],[53,37,14],[24,3,0],[66,38,24],[81,53,42],[60,31,25],[18,0,0],[19,5,4],[11,5,7],[0,0,2],[3,4,6],[7,3,4],[6,0,0],[6,0,0],[12,6,6],[11,7,6],[5,1,0],[1,0,0],[4,3,1],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,4,2],[6,5,3],[9,5,4],[10,6,5],[11,6,3],[12,7,4],[15,7,4],[16,8,5],[25,16,11],[24,14,5],[20,7,0],[10,0,0],[38,24,11],[49,36,20],[24,8,0],[15,4,0],[24,20,0],[26,21,1],[18,9,0],[11,0,0],[10,0,0],[15,1,0],[39,26,17],[48,36,20],[42,34,13],[22,14,0],[27,16,0],[32,18,5],[48,30,18],[55,36,22],[50,27,11],[71,48,30],[63,42,25],[90,71,56],[41,19,8],[66,45,28],[100,79,48],[89,68,21],[156,138,74],[160,143,74],[144,129,64],[175,161,98],[123,113,52],[103,99,38],[100,102,39],[124,130,70],[149,158,103],[154,162,111],[109,111,62],[83,80,29],[44,35,0],[75,58,2],[119,97,40],[137,112,55],[137,113,53],[90,70,9],[92,78,15],[165,157,94],[180,179,115],[216,216,152],[180,182,117],[215,215,153],[204,201,146],[227,223,175],[255,255,215],[188,189,155],[127,134,101],[145,158,128],[190,208,182],[230,250,225],[184,203,183],[136,153,134],[141,152,135],[165,172,156],[171,173,159],[135,137,123],[183,185,172],[235,241,229],[215,225,214],[243,255,251],[238,255,255],[215,244,248],[209,243,244],[152,183,185],[112,136,140],[154,172,176],[169,180,184],[178,185,191],[162,171,176],[195,202,210],[184,188,199],[172,175,190],[182,184,205],[185,191,217],[184,198,225],[176,190,216],[196,202,224],[181,187,209],[188,198,223],[187,203,229],[190,211,242],[218,244,255],[224,254,255],[209,242,255],[196,229,255],[184,214,250],[152,182,218],[123,156,191],[147,179,217],[142,176,214],[148,183,223],[150,175,215],[173,182,213],[161,158,189],[170,162,201],[232,224,255],[196,189,223],[166,160,188],[169,165,182],[205,203,214],[189,193,202],[195,212,220],[169,202,217],[131,174,193],[132,179,199],[155,193,216],[174,192,216],[196,208,230],[197,213,228],[237,255,255],[232,251,255],[214,233,248],[219,238,255],[218,239,255],[178,200,224],[179,205,232],[180,207,236],[144,175,204],[137,173,205],[141,182,214],[125,170,203],[141,187,220],[132,181,214],[128,174,207],[132,171,202],[160,197,226],[164,210,236],[153,201,224],[152,194,219],[153,193,219],[146,191,214],[141,187,210],[132,176,201],[148,190,215],[139,176,205],[121,162,192],[116,169,200],[112,171,201],[130,186,219],[169,225,255],[124,180,215],[116,172,205],[149,206,233],[136,192,215],[112,162,185],[119,172,188],[113,173,181],[127,182,179],[161,195,179],[151,170,150],[144,152,139],[114,113,92],[166,159,113],[176,171,115],[115,120,64],[125,134,79],[198,205,151],[245,253,196],[195,201,139],[158,163,96],[155,159,85],[162,163,87],[116,110,36],[152,142,71],[121,107,42],[86,70,10],[118,103,48],[134,122,72],[168,160,114],[30,27,0],[46,47,5],[47,41,5],[59,35,9],[52,24,2],[35,14,0],[114,101,69],[155,151,114],[90,92,52],[96,103,59],[54,62,15],[47,53,5],[141,143,94],[75,71,24],[97,89,42],[129,116,71],[56,39,0],[73,54,11],[90,72,34],[70,52,28],[34,17,0],[17,2,0],[30,18,0],[22,7,0],[57,41,16],[38,18,0],[31,6,0],[81,52,36],[110,78,67],[58,29,21],[29,5,1],[10,0,0],[7,1,1],[7,8,10],[0,0,2],[5,1,2],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[3,2,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[3,2,0],[5,4,2],[9,5,4],[10,6,3],[12,7,4],[15,7,4],[17,9,6],[11,2,0],[21,10,4],[28,15,7],[31,18,9],[67,53,42],[51,37,24],[24,8,0],[21,8,0],[53,48,18],[27,23,0],[53,46,28],[42,32,22],[10,0,0],[24,11,3],[45,34,16],[62,52,27],[26,19,0],[28,21,0],[43,33,8],[44,32,10],[54,37,21],[64,43,26],[59,33,16],[67,45,24],[67,51,26],[62,47,24],[60,42,22],[81,59,36],[95,71,35],[114,91,39],[114,94,25],[181,165,88],[152,140,64],[153,145,73],[84,79,13],[105,101,40],[84,82,23],[105,104,48],[66,64,15],[77,74,29],[82,80,41],[105,100,58],[107,97,44],[130,115,60],[99,78,25],[131,108,56],[207,185,128],[110,91,32],[80,66,5],[135,125,63],[181,175,113],[166,165,100],[174,173,106],[154,153,89],[207,201,151],[239,234,194],[215,212,177],[178,181,150],[170,179,150],[158,172,146],[180,199,177],[209,233,211],[153,176,156],[136,157,140],[137,154,138],[120,132,118],[163,171,158],[136,142,130],[101,107,97],[146,151,144],[168,175,168],[169,180,176],[236,251,254],[220,238,242],[197,215,217],[207,219,219],[177,181,182],[206,204,205],[203,197,199],[226,220,224],[203,201,206],[206,205,213],[192,191,205],[192,191,209],[205,201,224],[208,206,230],[205,207,232],[203,205,226],[233,230,247],[255,251,255],[246,247,255],[215,223,246],[228,244,255],[235,255,255],[192,218,251],[173,203,237],[137,171,208],[133,168,206],[130,168,207],[136,178,218],[138,181,223],[118,165,209],[124,172,218],[137,179,221],[157,184,213],[168,183,212],[173,182,221],[235,238,255],[222,217,255],[203,196,227],[157,146,163],[209,202,210],[197,200,205],[198,218,225],[155,197,213],[117,169,191],[134,188,214],[154,198,227],[175,196,225],[220,234,255],[205,222,238],[208,227,241],[236,255,255],[238,255,255],[177,198,217],[173,193,217],[166,188,212],[174,198,226],[157,184,213],[136,167,198],[160,195,227],[158,197,230],[126,169,203],[140,186,220],[131,180,213],[138,183,216],[145,182,211],[178,213,241],[177,219,244],[166,211,234],[179,219,244],[172,212,237],[149,191,215],[143,188,211],[138,182,207],[136,180,207],[132,173,203],[127,172,203],[122,177,208],[116,175,205],[113,174,205],[120,180,214],[114,177,212],[115,178,211],[132,194,219],[127,187,211],[122,178,203],[72,129,149],[42,105,114],[136,192,189],[165,206,192],[156,180,164],[170,181,167],[192,191,170],[141,136,94],[122,119,66],[74,79,25],[185,192,140],[229,233,182],[165,170,116],[211,215,156],[183,188,122],[161,164,93],[140,140,66],[165,161,87],[161,153,81],[133,122,56],[80,66,5],[106,93,38],[151,141,90],[155,148,102],[63,60,17],[63,64,22],[37,33,0],[56,36,9],[50,26,2],[35,18,0],[39,30,0],[71,71,33],[103,110,68],[104,113,66],[141,151,101],[77,84,33],[135,134,86],[148,142,94],[136,122,77],[110,89,44],[84,57,14],[94,65,23],[119,90,56],[76,51,29],[64,45,28],[47,30,10],[46,30,7],[52,34,10],[37,17,0],[68,44,20],[70,42,21],[93,62,44],[73,41,28],[68,38,30],[21,0,0],[10,0,0],[11,5,5],[0,1,3],[6,7,9],[3,0,0],[11,2,3],[8,2,2],[4,0,0],[3,0,0],[7,3,2],[5,4,2],[1,0,0],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,1,0],[1,0,0],[2,1,0],[6,2,0],[6,2,0],[8,3,0],[12,4,1],[14,4,2],[18,7,3],[16,5,0],[13,0,0],[17,4,0],[55,41,30],[49,33,20],[62,46,33],[76,63,44],[60,51,22],[68,61,32],[107,96,76],[78,64,51],[31,17,4],[40,27,10],[43,31,5],[36,27,0],[50,44,8],[59,53,19],[72,65,36],[74,64,39],[72,57,36],[69,51,31],[63,41,17],[61,42,12],[72,58,23],[106,92,55],[129,114,75],[94,75,33],[148,127,80],[175,158,102],[138,127,65],[105,97,32],[96,92,28],[145,144,79],[105,104,39],[115,111,47],[139,129,67],[165,148,92],[109,85,37],[120,98,57],[125,116,83],[66,62,24],[92,85,31],[136,124,66],[118,101,49],[136,114,64],[174,153,98],[146,127,68],[120,106,43],[139,130,65],[157,152,86],[160,157,90],[189,187,113],[244,241,174],[252,246,198],[215,209,173],[244,241,210],[246,249,222],[179,189,164],[203,218,195],[183,206,186],[238,255,248],[156,183,168],[123,150,135],[114,136,123],[126,143,133],[151,167,157],[158,171,164],[144,155,151],[153,163,162],[164,174,175],[142,153,155],[190,205,208],[239,250,252],[238,236,237],[223,213,212],[198,185,179],[235,220,213],[238,225,219],[234,220,219],[226,209,215],[221,208,218],[216,208,223],[196,193,212],[177,178,198],[179,177,199],[198,190,213],[222,212,236],[240,237,255],[238,241,255],[205,213,236],[162,176,202],[182,203,232],[190,217,247],[147,177,211],[143,177,214],[141,175,213],[154,189,229],[138,176,215],[139,181,223],[121,164,207],[137,181,226],[137,184,230],[137,186,226],[128,175,201],[138,183,206],[119,157,193],[211,239,255],[202,217,255],[204,207,238],[208,199,216],[190,183,191],[199,202,207],[155,174,181],[115,158,175],[120,176,201],[148,205,235],[150,196,229],[157,182,213],[196,212,238],[193,215,236],[166,192,209],[216,238,255],[231,253,255],[174,196,219],[162,184,208],[184,205,232],[207,231,255],[175,200,230],[148,177,209],[151,184,217],[161,197,231],[148,186,222],[159,199,235],[145,188,223],[145,185,220],[152,187,217],[165,199,227],[160,197,223],[162,203,225],[180,218,241],[172,210,233],[148,188,213],[142,184,209],[137,181,208],[130,175,204],[133,178,211],[135,184,217],[126,183,213],[121,182,213],[120,183,214],[116,181,213],[114,180,214],[107,172,202],[108,169,190],[117,175,195],[124,185,213],[104,164,188],[76,135,141],[87,142,137],[96,143,135],[152,184,173],[215,226,212],[250,249,228],[148,146,108],[90,89,43],[157,161,111],[243,247,196],[223,227,176],[141,144,89],[175,179,120],[182,187,121],[96,99,30],[63,65,0],[148,145,74],[187,180,110],[187,178,113],[122,112,51],[108,97,43],[107,97,46],[90,84,36],[72,70,22],[53,55,8],[72,70,29],[48,40,4],[64,55,22],[37,34,0],[45,50,10],[127,138,95],[124,137,91],[87,101,52],[216,226,176],[214,218,168],[197,193,146],[207,193,148],[168,145,103],[112,80,41],[118,80,43],[91,48,13],[84,45,14],[69,41,20],[66,43,29],[36,15,0],[45,24,3],[47,25,2],[66,42,18],[82,56,33],[76,45,25],[79,46,29],[61,29,16],[48,19,11],[29,5,1],[11,0,0],[5,0,0],[2,3,5],[0,0,2],[4,0,1],[9,0,1],[7,1,1],[6,0,0],[5,1,0],[6,2,1],[3,2,0],[1,0,0],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,2,0],[3,4,0],[5,4,0],[6,5,1],[7,3,0],[7,3,0],[9,4,0],[11,3,0],[8,0,0],[10,0,0],[12,1,0],[22,9,1],[45,31,22],[23,6,0],[38,21,11],[41,25,10],[57,45,21],[51,39,15],[23,7,0],[13,0,0],[35,19,4],[64,49,28],[67,56,28],[46,37,4],[54,48,14],[49,44,14],[53,47,23],[60,52,33],[56,43,26],[47,30,10],[49,32,6],[55,39,6],[29,15,0],[62,51,6],[90,78,28],[106,93,40],[114,102,44],[134,122,62],[127,117,56],[120,112,50],[90,84,22],[164,159,95],[154,146,81],[153,144,79],[166,150,90],[149,126,72],[188,160,113],[159,135,97],[77,66,36],[51,47,12],[162,157,102],[131,121,62],[103,87,36],[160,142,94],[145,128,74],[205,189,130],[158,147,83],[89,80,15],[129,124,58],[198,195,126],[220,218,143],[255,253,186],[234,227,181],[182,176,144],[196,195,165],[234,238,213],[236,246,222],[212,230,208],[154,177,159],[205,233,218],[231,255,247],[148,178,166],[108,135,126],[87,112,106],[124,146,143],[147,167,166],[142,160,162],[145,162,169],[150,167,175],[165,182,192],[135,154,160],[169,183,186],[255,254,255],[255,247,243],[220,203,195],[212,194,184],[243,229,220],[239,225,222],[202,190,194],[212,204,215],[232,234,249],[215,222,240],[203,211,230],[220,227,246],[237,234,255],[248,245,255],[188,193,215],[170,177,205],[203,217,246],[198,217,249],[159,183,219],[156,186,222],[154,188,226],[149,184,224],[153,191,230],[149,188,227],[136,178,216],[131,175,214],[147,192,233],[130,177,219],[124,175,218],[118,172,210],[122,179,206],[118,176,200],[122,181,215],[117,166,206],[122,157,195],[155,176,205],[228,231,246],[207,205,210],[221,225,228],[167,181,190],[149,185,207],[152,199,229],[135,185,220],[133,177,212],[161,188,218],[185,206,233],[176,204,228],[156,184,208],[194,222,246],[187,213,238],[178,202,228],[174,198,224],[178,199,228],[172,193,222],[177,200,231],[162,187,218],[152,181,213],[172,203,234],[166,201,233],[162,198,232],[152,191,224],[156,192,226],[161,194,225],[158,192,220],[172,208,234],[187,223,247],[185,221,243],[180,216,238],[182,220,243],[184,224,250],[151,195,222],[138,185,215],[127,176,208],[121,174,206],[114,173,205],[111,174,205],[113,178,208],[115,182,211],[112,181,212],[121,186,214],[117,176,194],[120,179,197],[108,172,200],[92,154,177],[93,151,155],[78,130,126],[50,100,97],[103,140,133],[148,162,149],[199,201,180],[161,162,130],[175,177,137],[196,199,154],[177,181,131],[199,202,147],[215,219,160],[165,170,106],[148,153,87],[173,179,109],[105,108,37],[127,127,57],[197,194,127],[165,157,95],[171,162,103],[102,93,38],[100,93,39],[187,181,129],[176,175,121],[74,74,20],[45,49,0],[31,37,0],[76,83,41],[98,109,66],[100,113,67],[80,96,47],[161,177,128],[190,204,153],[175,183,132],[171,169,121],[144,133,88],[114,92,51],[129,99,61],[106,68,32],[117,72,39],[105,59,26],[65,21,0],[65,32,13],[58,30,16],[33,7,0],[26,1,0],[101,74,53],[79,53,30],[61,33,11],[72,41,21],[72,41,23],[63,34,20],[30,3,0],[17,0,0],[10,0,0],[7,1,1],[1,2,4],[2,3,5],[7,3,4],[6,0,0],[4,0,0],[7,1,1],[6,2,1],[3,0,0],[1,0,0],[4,3,1],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[177,177,175],[61,61,59],[1,0,0],[2,1,0],[4,0,0],[5,1,0],[14,9,6],[9,1,0],[14,4,2],[9,0,0],[11,0,0],[25,12,4],[32,19,11],[32,18,9],[33,19,10],[41,24,14],[49,31,21],[36,18,8],[39,19,12],[53,33,26],[45,27,15],[41,25,9],[39,27,3],[60,50,25],[76,70,48],[53,47,31],[36,29,19],[28,19,12],[30,20,11],[41,28,12],[55,41,15],[69,54,21],[158,146,108],[65,57,11],[102,95,41],[117,111,51],[115,110,44],[113,104,37],[144,130,65],[137,119,55],[80,59,0],[137,113,49],[116,92,30],[130,108,50],[130,110,57],[81,65,16],[116,103,59],[116,106,70],[62,57,27],[22,18,0],[78,72,22],[80,73,18],[86,74,26],[193,179,134],[164,148,97],[190,177,122],[182,172,111],[112,104,41],[111,106,42],[127,124,57],[149,147,73],[214,213,149],[245,240,198],[202,197,167],[189,188,160],[218,222,195],[200,210,186],[220,235,214],[197,220,202],[188,216,202],[227,255,248],[231,255,255],[131,163,158],[81,113,110],[91,121,123],[132,159,166],[119,146,157],[120,143,159],[135,157,178],[172,198,215],[146,174,185],[112,137,141],[127,147,145],[191,201,193],[245,241,230],[255,252,243],[255,250,244],[255,253,250],[243,253,254],[240,255,255],[230,255,255],[231,255,255],[238,255,255],[206,224,246],[224,243,255],[233,249,255],[217,228,255],[179,191,231],[206,221,255],[202,223,255],[159,186,231],[145,176,222],[142,176,221],[147,186,229],[155,197,239],[152,194,234],[147,191,228],[135,183,219],[134,187,221],[135,189,225],[122,181,215],[126,182,217],[126,179,211],[130,186,219],[107,175,214],[118,187,226],[110,170,204],[123,167,192],[222,244,255],[220,228,231],[212,213,217],[189,195,207],[183,203,228],[175,205,239],[159,194,232],[134,170,206],[156,186,212],[178,206,230],[140,174,202],[147,182,212],[201,235,255],[156,187,216],[161,188,217],[162,187,217],[160,184,212],[177,198,227],[181,202,231],[169,190,221],[177,200,231],[184,209,239],[170,197,227],[164,193,225],[171,202,233],[173,204,235],[155,188,219],[154,188,216],[163,194,222],[185,217,242],[192,227,249],[174,210,232],[167,203,227],[182,222,247],[160,204,233],[144,190,223],[140,193,225],[114,170,203],[91,150,182],[99,162,193],[103,168,196],[104,171,198],[119,186,213],[135,200,222],[141,199,213],[116,172,187],[102,162,188],[104,164,188],[84,142,146],[59,114,109],[62,114,110],[67,108,102],[94,111,101],[217,221,204],[250,255,225],[219,225,187],[205,212,171],[207,213,165],[197,202,144],[170,175,109],[187,194,127],[143,150,82],[166,173,105],[189,194,127],[232,234,169],[162,160,99],[117,110,55],[141,131,78],[61,51,0],[129,122,67],[207,202,144],[212,210,149],[127,127,63],[57,63,1],[64,79,24],[105,123,71],[106,126,73],[91,112,56],[162,181,126],[179,196,142],[107,117,65],[107,109,60],[139,131,85],[95,78,35],[89,61,22],[101,67,32],[89,48,16],[83,40,8],[102,57,28],[113,71,46],[85,50,31],[64,35,17],[58,29,11],[38,10,0],[57,29,7],[52,24,2],[49,18,0],[35,4,0],[45,13,0],[62,34,22],[26,2,0],[19,0,0],[16,5,3],[4,0,0],[17,17,17],[0,0,2],[8,2,4],[6,0,0],[5,0,0],[4,0,0],[7,3,2],[8,4,3],[1,0,0],[4,3,1],[6,5,3],[1,0,0],[5,4,2],[1,0,0],[8,4,3],[3,0,0],[5,1,0],[5,1,0]],[[20,20,18],[0,0,0],[1,0,0],[12,11,9],[10,6,5],[5,1,0],[8,4,1],[8,3,0],[19,11,9],[13,3,1],[11,2,0],[21,10,4],[28,17,11],[26,13,5],[20,7,0],[18,3,0],[21,2,0],[36,15,12],[43,19,17],[49,28,23],[46,28,16],[29,13,0],[23,12,0],[59,51,30],[38,32,16],[21,17,6],[205,201,198],[221,215,215],[70,63,57],[22,13,0],[31,20,0],[88,76,36],[70,55,12],[56,42,0],[156,145,89],[146,138,76],[104,98,36],[115,107,44],[146,135,73],[125,109,49],[109,88,25],[139,115,55],[121,96,40],[74,51,0],[98,80,32],[124,111,66],[98,92,44],[73,70,27],[56,53,20],[73,69,34],[40,36,0],[36,30,0],[82,73,30],[94,82,40],[107,94,49],[147,137,84],[151,142,85],[178,172,110],[191,187,124],[185,184,120],[159,160,94],[209,208,151],[255,255,218],[255,255,228],[216,216,188],[215,219,192],[226,236,211],[229,244,223],[222,243,226],[237,255,251],[232,255,255],[224,255,253],[171,207,205],[182,217,219],[131,166,172],[146,180,190],[149,182,199],[126,158,181],[129,160,188],[125,157,182],[133,170,186],[126,163,171],[133,163,165],[148,167,165],[185,190,184],[235,232,227],[251,247,244],[234,238,239],[227,248,253],[215,249,255],[174,213,230],[176,217,237],[152,188,212],[140,174,199],[121,156,178],[169,199,225],[219,242,255],[175,197,236],[162,185,227],[153,182,226],[147,179,226],[153,189,237],[145,186,232],[140,181,227],[139,182,225],[142,185,228],[145,190,231],[140,188,226],[143,192,232],[140,194,232],[129,184,223],[131,184,224],[140,188,228],[128,180,220],[104,171,214],[98,169,211],[104,168,203],[124,171,197],[204,226,239],[230,237,245],[213,212,218],[183,182,196],[190,200,227],[186,205,238],[167,193,230],[164,194,228],[177,209,232],[145,180,202],[121,160,191],[129,167,203],[157,193,227],[148,181,214],[152,181,213],[162,187,218],[192,216,244],[182,201,231],[190,210,237],[193,210,238],[184,204,231],[184,204,231],[177,198,227],[175,199,227],[189,214,244],[188,215,245],[164,197,228],[163,196,227],[174,204,232],[183,213,239],[180,215,237],[182,217,239],[185,221,245],[183,220,246],[163,207,236],[144,193,225],[130,185,216],[118,177,209],[121,180,212],[116,177,206],[98,164,188],[107,175,196],[95,161,183],[87,150,167],[163,220,231],[150,203,217],[102,158,181],[106,163,183],[95,153,157],[124,180,177],[63,116,110],[62,103,97],[168,189,182],[223,234,218],[243,249,221],[208,214,178],[213,219,181],[236,242,196],[199,205,145],[145,150,83],[134,141,73],[158,165,97],[135,142,75],[134,140,76],[130,134,73],[45,44,0],[130,124,72],[168,158,107],[57,47,0],[142,133,78],[199,191,129],[142,137,71],[166,163,92],[194,197,128],[199,213,151],[205,225,166],[191,211,152],[176,194,136],[138,153,96],[88,97,42],[103,106,53],[160,154,106],[72,55,11],[29,6,0],[69,39,3],[88,54,19],[79,43,11],[76,37,8],[74,35,6],[130,93,67],[70,35,13],[62,29,10],[111,79,58],[49,17,0],[38,7,0],[73,42,22],[50,19,1],[40,11,0],[63,35,21],[56,32,20],[18,0,0],[13,0,0],[13,3,1],[4,0,0],[12,10,11],[1,0,0],[4,0,0],[7,0,0],[15,9,9],[9,3,3],[3,0,0],[3,0,0],[1,0,0],[4,3,1],[1,0,0],[1,0,0],[32,31,29],[13,12,10],[7,3,2],[9,5,4],[3,0,0],[6,2,1]],[[0,0,0],[3,3,1],[8,7,5],[4,3,1],[2,0,1],[4,0,1],[6,2,1],[13,7,7],[11,5,5],[10,2,0],[9,1,0],[15,6,1],[20,11,6],[21,10,4],[17,6,0],[16,3,0],[22,3,0],[26,5,4],[17,0,0],[21,0,0],[36,18,6],[30,17,0],[31,23,0],[58,52,30],[32,29,14],[52,49,40],[250,249,247],[255,254,253],[88,84,73],[39,33,11],[58,50,11],[101,87,38],[114,89,32],[133,102,45],[130,105,48],[114,94,41],[126,112,63],[73,61,13],[66,56,7],[102,95,43],[127,120,65],[122,112,59],[135,124,78],[87,73,34],[49,37,0],[92,81,36],[103,97,39],[75,70,14],[50,47,6],[131,129,91],[108,105,60],[78,74,29],[62,54,15],[51,43,6],[111,104,62],[203,197,149],[115,110,55],[123,121,64],[163,162,105],[198,199,142],[207,210,153],[221,225,175],[245,249,216],[255,255,232],[255,255,230],[239,245,217],[225,233,209],[230,243,223],[216,234,218],[220,244,231],[200,230,222],[169,201,196],[228,255,255],[178,218,220],[124,162,171],[128,167,182],[142,180,201],[139,176,203],[117,153,185],[124,163,194],[103,151,173],[113,159,174],[136,166,177],[179,197,207],[174,183,188],[179,187,190],[221,232,236],[187,204,211],[216,239,253],[218,251,255],[120,166,189],[145,199,225],[139,195,222],[144,197,228],[129,174,205],[125,164,195],[139,176,202],[151,188,214],[156,195,226],[149,192,226],[142,187,226],[140,187,229],[144,191,235],[153,197,244],[147,189,237],[146,188,236],[150,190,241],[147,187,238],[150,191,243],[151,194,247],[139,184,239],[140,183,236],[144,182,231],[129,173,218],[121,177,224],[107,166,210],[125,173,213],[148,179,210],[202,208,230],[255,247,255],[234,222,236],[214,205,222],[193,194,222],[178,189,221],[187,207,240],[173,202,232],[162,197,217],[145,186,206],[112,155,187],[134,177,212],[183,221,255],[159,193,228],[133,164,195],[172,199,229],[202,223,252],[198,218,245],[175,191,217],[195,211,237],[196,212,238],[195,211,237],[188,205,233],[184,201,229],[199,218,248],[203,226,255],[169,202,235],[163,198,230],[181,210,240],[188,218,244],[172,207,229],[175,211,233],[190,224,249],[183,220,247],[140,183,215],[155,204,237],[137,196,228],[114,175,206],[136,195,225],[147,207,233],[115,180,200],[99,166,183],[107,173,187],[74,136,149],[134,192,203],[177,231,243],[137,186,203],[95,147,161],[96,155,163],[139,198,196],[139,189,178],[178,216,205],[202,229,224],[231,247,236],[191,198,167],[175,179,142],[205,211,175],[172,179,135],[214,218,159],[158,163,96],[82,89,22],[43,50,0],[127,136,71],[77,83,21],[76,79,22],[63,62,8],[128,120,71],[175,165,116],[125,112,60],[125,112,57],[157,146,84],[137,127,58],[156,147,72],[200,196,123],[175,180,114],[145,155,94],[158,166,106],[102,108,48],[81,82,25],[120,117,62],[122,112,61],[162,144,96],[90,65,24],[89,59,21],[65,32,0],[78,43,11],[94,61,30],[72,41,12],[71,42,12],[90,60,32],[130,96,71],[89,53,29],[54,19,0],[41,6,0],[76,44,23],[80,49,31],[71,42,26],[86,58,46],[63,39,29],[37,18,11],[11,0,0],[11,0,0],[10,2,0],[4,0,0],[5,3,4],[2,0,1],[7,1,1],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[8,4,3],[3,2,0],[1,0,0],[5,4,2],[2,1,0],[16,15,13],[11,10,8],[3,0,0],[3,0,0],[12,8,7],[3,0,0]],[[8,8,6],[7,7,5],[1,0,0],[1,0,0],[6,4,5],[5,3,4],[3,0,0],[8,4,3],[4,0,0],[9,3,3],[10,5,2],[10,2,0],[10,2,0],[13,6,0],[19,12,6],[24,13,7],[26,11,6],[25,8,1],[23,5,1],[20,3,0],[24,10,0],[29,18,0],[49,43,21],[54,52,29],[33,34,16],[54,56,43],[68,69,63],[119,119,111],[80,77,60],[43,38,9],[121,114,68],[136,123,68],[134,108,51],[154,123,66],[140,111,55],[77,52,0],[112,89,45],[133,116,73],[104,91,49],[98,91,47],[151,149,98],[109,109,59],[74,73,29],[77,73,35],[43,37,1],[78,70,31],[145,138,84],[114,109,53],[53,51,3],[121,120,76],[176,175,129],[78,75,32],[62,58,20],[88,84,46],[53,50,7],[98,96,48],[107,106,52],[123,124,67],[142,145,88],[189,194,140],[184,192,141],[152,161,118],[165,175,141],[192,201,172],[204,211,178],[194,201,170],[216,225,198],[237,249,227],[218,235,219],[211,233,221],[187,213,204],[179,210,205],[209,245,243],[202,242,244],[221,255,255],[174,216,230],[121,162,184],[146,187,215],[135,174,207],[124,167,199],[117,167,192],[106,153,173],[140,168,189],[167,184,202],[199,208,223],[231,239,252],[213,225,237],[180,198,212],[189,212,230],[161,196,218],[133,179,205],[121,176,206],[129,188,220],[137,196,230],[128,178,215],[141,187,221],[128,174,198],[138,184,207],[136,183,209],[141,190,222],[150,200,237],[147,199,239],[146,195,238],[138,185,231],[153,197,244],[147,189,239],[144,184,235],[139,176,229],[141,180,235],[148,187,244],[142,182,241],[144,183,240],[137,175,224],[132,173,219],[137,185,233],[121,165,210],[138,167,211],[160,172,210],[207,198,229],[255,243,255],[242,227,246],[195,187,208],[168,170,195],[158,169,197],[161,180,210],[149,175,202],[152,187,206],[152,193,213],[154,197,229],[138,180,218],[153,191,227],[155,189,224],[167,198,229],[212,237,255],[201,222,249],[193,210,236],[190,204,230],[183,197,223],[192,206,232],[199,213,239],[194,210,236],[186,202,228],[180,197,225],[178,201,232],[156,190,225],[147,183,217],[172,201,233],[192,219,248],[169,204,226],[152,188,210],[163,197,222],[175,210,238],[145,186,218],[140,189,222],[122,183,214],[109,172,203],[122,179,208],[124,182,206],[107,170,187],[98,164,176],[99,163,173],[99,159,169],[118,177,185],[170,222,233],[169,215,230],[116,164,178],[85,145,153],[77,137,137],[96,142,131],[166,202,188],[211,238,233],[244,255,250],[185,190,158],[198,199,159],[190,194,157],[164,167,124],[193,193,139],[204,206,143],[172,177,113],[145,151,89],[198,204,142],[221,227,167],[109,109,55],[110,107,56],[215,205,156],[186,172,123],[171,153,103],[158,139,83],[179,159,98],[180,161,93],[170,152,78],[141,127,56],[153,143,81],[136,130,72],[124,118,60],[72,63,6],[86,73,18],[128,111,59],[103,81,31],[119,92,45],[91,59,18],[99,64,26],[53,17,0],[89,55,20],[108,77,46],[92,66,33],[119,96,64],[83,56,26],[65,30,2],[107,67,41],[75,38,12],[95,59,35],[105,73,52],[60,28,13],[66,38,26],[48,26,15],[34,15,8],[13,0,0],[11,0,0],[12,4,1],[5,0,0],[3,0,0],[5,1,0],[8,4,3],[10,4,4],[8,0,0],[7,1,1],[6,0,0],[10,6,5],[9,5,4],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[1,0,0],[3,2,0],[12,8,7],[3,0,0],[3,0,0],[6,2,1]],[[1,0,0],[1,0,0],[1,0,0],[7,5,6],[5,3,6],[1,0,2],[2,0,3],[8,4,5],[8,4,5],[12,8,7],[12,8,7],[8,3,0],[4,0,0],[6,1,0],[11,6,2],[16,9,1],[14,4,0],[19,7,0],[23,10,1],[19,9,0],[31,21,11],[24,18,4],[39,36,17],[29,31,10],[17,20,1],[8,11,0],[31,33,19],[44,42,27],[60,56,31],[72,66,30],[74,67,15],[113,102,48],[102,85,42],[83,62,19],[77,54,0],[107,82,25],[103,75,25],[83,56,13],[123,99,63],[132,114,76],[158,150,103],[70,68,17],[63,65,15],[124,127,80],[55,57,18],[43,40,7],[90,86,51],[56,51,9],[68,67,13],[169,170,113],[165,164,116],[49,50,6],[97,98,56],[81,82,38],[131,133,86],[134,136,86],[186,191,135],[96,102,42],[137,145,85],[156,167,111],[110,123,77],[103,118,77],[97,115,77],[159,175,138],[171,183,147],[167,177,143],[148,159,129],[196,208,184],[219,233,216],[225,243,231],[238,255,250],[226,253,248],[224,255,253],[213,248,250],[206,245,252],[226,255,255],[168,209,229],[135,175,201],[153,192,223],[125,164,197],[122,163,191],[148,185,211],[145,173,195],[155,173,195],[202,208,230],[211,212,232],[195,196,216],[203,210,229],[182,203,224],[113,145,168],[128,170,195],[131,178,208],[149,197,233],[143,191,231],[120,169,210],[131,179,219],[141,186,217],[138,182,211],[134,179,212],[141,189,227],[143,192,233],[143,192,235],[150,197,243],[142,189,235],[149,193,240],[148,189,235],[153,191,238],[145,183,232],[141,181,230],[147,187,238],[147,188,240],[152,194,244],[146,187,233],[149,187,232],[153,191,236],[145,172,217],[160,167,213],[184,173,216],[235,210,249],[255,237,255],[251,239,255],[219,220,240],[183,194,216],[158,176,200],[170,190,215],[157,181,205],[154,185,205],[161,197,219],[156,197,227],[144,184,219],[116,152,186],[159,192,225],[181,210,240],[165,189,217],[170,190,215],[185,201,224],[200,212,236],[165,177,201],[192,204,228],[203,217,243],[185,201,227],[175,191,217],[167,184,212],[181,204,236],[156,192,228],[148,186,223],[166,195,229],[190,217,247],[179,215,239],[150,188,209],[148,182,207],[169,204,232],[154,195,227],[126,175,208],[109,170,201],[101,165,193],[96,152,179],[113,168,189],[129,191,204],[117,181,191],[116,180,190],[117,179,190],[129,187,198],[159,211,222],[179,222,238],[145,191,206],[102,161,169],[101,160,158],[81,125,112],[161,195,179],[214,240,231],[179,193,178],[163,165,128],[159,156,111],[199,197,156],[178,176,135],[189,185,138],[202,199,148],[152,151,97],[142,143,86],[203,204,147],[209,210,153],[178,175,120],[157,150,98],[225,211,162],[214,194,144],[214,191,141],[156,129,76],[162,133,75],[136,106,44],[104,75,9],[136,108,43],[151,125,68],[169,142,89],[151,124,71],[119,91,41],[131,103,53],[130,99,52],[107,73,27],[127,90,46],[113,74,33],[63,24,0],[84,44,8],[108,70,34],[74,41,6],[81,52,18],[111,87,53],[99,70,36],[79,40,9],[97,53,24],[89,47,22],[89,51,28],[75,40,21],[79,50,36],[80,56,46],[26,7,1],[11,0,0],[7,0,0],[11,6,3],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[7,1,1],[6,0,0],[10,1,2],[6,0,0],[4,0,0],[3,0,0],[3,0,0],[14,13,11],[60,59,57],[243,242,240],[14,13,11],[1,0,0],[12,11,9],[3,0,0],[6,2,1],[3,0,0],[4,0,0]],[[6,4,5],[3,1,2],[6,4,5],[4,2,3],[1,0,2],[1,0,2],[9,7,10],[5,3,6],[6,2,3],[7,3,4],[6,2,1],[6,2,1],[7,3,0],[9,5,2],[7,3,0],[5,0,0],[6,3,0],[18,15,0],[18,14,5],[18,13,9],[44,39,36],[16,13,8],[30,30,20],[41,43,29],[22,26,9],[24,27,10],[69,70,54],[75,74,54],[82,76,50],[77,69,33],[56,44,0],[110,96,49],[89,75,40],[72,56,20],[93,76,24],[125,104,47],[115,92,42],[88,64,20],[92,70,33],[116,100,64],[129,121,74],[87,84,33],[85,85,35],[91,92,48],[55,52,21],[59,55,30],[45,37,14],[60,54,20],[114,113,57],[115,116,58],[83,84,42],[77,79,42],[136,138,101],[82,87,47],[96,101,61],[105,111,67],[149,155,107],[117,126,73],[145,155,102],[79,92,46],[148,163,130],[122,141,111],[74,95,62],[122,144,108],[128,144,108],[123,137,102],[139,150,120],[160,172,148],[207,220,202],[241,255,242],[194,211,201],[193,216,210],[213,242,238],[188,220,219],[110,145,149],[175,213,222],[213,252,255],[164,202,225],[154,191,218],[144,181,210],[162,198,224],[141,173,196],[162,188,211],[158,174,197],[195,200,222],[226,222,245],[186,183,204],[203,205,226],[197,214,232],[151,180,198],[141,179,200],[147,188,216],[128,171,205],[133,178,217],[130,179,220],[126,174,214],[144,188,223],[133,176,210],[139,183,220],[146,191,232],[138,185,229],[139,187,233],[147,193,242],[148,192,239],[144,187,232],[151,192,236],[167,205,250],[160,199,242],[148,186,231],[144,185,229],[143,184,230],[148,189,233],[154,188,233],[157,190,233],[165,194,236],[174,193,235],[195,194,236],[213,198,239],[253,231,255],[248,231,255],[221,221,245],[235,248,255],[198,216,236],[157,178,199],[194,210,235],[184,201,227],[146,170,194],[136,166,192],[123,158,188],[154,190,222],[163,198,228],[182,213,242],[184,210,237],[149,171,195],[156,174,196],[174,189,210],[206,218,240],[155,166,188],[177,189,213],[200,214,240],[194,210,236],[191,208,236],[179,196,226],[177,201,235],[162,200,237],[161,200,239],[165,193,230],[178,205,235],[185,221,245],[164,202,225],[149,183,210],[162,196,224],[158,197,230],[131,180,213],[116,179,210],[111,175,203],[100,154,180],[125,177,198],[147,207,218],[114,178,187],[109,176,185],[127,191,201],[114,173,181],[112,164,175],[125,171,187],[136,182,197],[141,196,201],[119,174,169],[119,165,152],[112,146,130],[127,149,136],[87,99,79],[167,167,129],[167,161,113],[174,167,121],[140,133,91],[234,225,186],[223,215,176],[68,64,19],[76,74,25],[151,150,96],[180,177,122],[208,203,147],[213,202,148],[181,164,112],[175,152,102],[237,207,157],[198,165,114],[175,138,85],[170,131,74],[133,94,35],[108,69,12],[109,67,17],[143,101,53],[132,90,42],[122,81,35],[141,100,54],[148,107,61],[137,94,51],[116,73,30],[121,76,35],[99,54,15],[143,97,61],[139,95,60],[105,65,30],[111,75,39],[107,74,39],[113,79,42],[103,60,25],[91,46,13],[74,30,1],[83,43,18],[68,33,14],[60,32,20],[41,21,14],[13,0,0],[9,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[9,5,4],[7,2,0],[6,0,0],[6,0,0],[10,1,2],[11,5,5],[10,4,4],[12,8,7],[3,0,0],[1,0,0],[32,31,29],[156,155,153],[17,16,14],[1,0,0],[1,0,0],[3,0,0],[14,10,9],[4,0,0],[3,0,0]],[[4,2,5],[1,0,2],[1,0,2],[1,0,2],[1,0,4],[6,4,9],[7,5,10],[1,0,4],[1,0,2],[1,0,2],[1,0,0],[3,1,2],[7,6,4],[8,7,5],[7,6,4],[6,5,0],[5,7,0],[10,12,1],[8,8,8],[1,0,7],[15,11,25],[3,0,13],[104,103,109],[200,202,201],[122,125,118],[61,63,52],[70,70,58],[45,42,27],[42,34,13],[86,72,45],[87,69,31],[117,98,58],[152,133,100],[121,103,67],[91,77,30],[109,99,46],[72,64,17],[59,52,8],[118,110,71],[129,122,78],[74,68,16],[116,109,57],[120,108,68],[82,68,39],[28,12,0],[63,47,34],[51,36,15],[28,17,0],[116,114,65],[127,126,80],[99,97,72],[104,102,87],[34,36,15],[31,35,12],[60,64,41],[69,73,48],[106,111,81],[97,104,71],[75,86,52],[129,142,116],[220,233,223],[66,83,75],[72,95,79],[101,125,101],[121,140,108],[166,182,146],[151,164,134],[159,172,146],[190,202,182],[202,214,200],[206,219,209],[238,255,247],[207,230,224],[145,174,170],[127,158,160],[176,209,216],[155,188,203],[137,172,192],[156,190,215],[147,181,206],[172,207,226],[162,191,209],[163,184,203],[168,179,199],[204,207,226],[254,253,255],[241,240,255],[197,200,215],[219,233,246],[191,215,227],[196,229,244],[181,222,240],[131,177,203],[146,195,227],[123,171,209],[131,176,215],[157,200,235],[140,183,218],[145,189,228],[137,182,224],[128,175,219],[138,185,231],[142,186,233],[149,193,240],[142,183,227],[147,186,229],[161,198,240],[159,196,238],[150,187,229],[149,188,229],[144,186,228],[149,184,226],[158,182,226],[162,181,224],[172,196,234],[186,204,240],[206,212,248],[205,205,239],[216,215,246],[203,209,235],[155,178,196],[180,209,225],[208,235,252],[196,217,236],[187,197,222],[173,180,208],[170,184,213],[159,180,209],[142,173,202],[164,197,228],[195,226,255],[171,198,225],[165,189,215],[171,191,215],[200,217,237],[199,212,231],[211,222,242],[187,198,220],[186,198,222],[198,212,238],[191,206,235],[186,203,233],[185,205,238],[166,194,231],[157,196,237],[160,199,242],[159,187,226],[164,190,223],[173,210,236],[161,199,222],[144,178,205],[148,181,212],[165,203,239],[130,179,212],[115,178,209],[134,198,226],[124,175,202],[103,154,173],[105,165,175],[96,161,167],[105,175,185],[112,178,190],[105,162,169],[124,174,185],[121,169,191],[108,157,174],[128,178,179],[124,174,165],[121,169,157],[121,159,144],[93,110,92],[135,139,114],[213,210,169],[181,173,126],[199,187,139],[179,164,121],[140,125,94],[226,212,183],[220,210,175],[147,140,98],[107,101,51],[200,195,140],[175,166,111],[134,119,64],[184,163,108],[182,152,100],[173,137,87],[190,150,101],[200,156,107],[184,138,89],[175,127,78],[117,66,19],[127,74,32],[154,99,60],[117,65,25],[142,93,50],[146,99,55],[127,80,36],[160,113,69],[120,73,31],[131,82,41],[153,101,62],[145,93,54],[123,71,34],[118,68,33],[112,64,28],[97,53,18],[97,53,18],[111,65,29],[136,90,54],[89,46,14],[84,44,19],[58,23,4],[26,0,0],[15,0,0],[9,0,0],[8,2,2],[7,7,9],[1,2,4],[0,0,2],[3,1,2],[7,3,2],[8,0,0],[6,0,0],[12,3,4],[6,0,0],[4,0,0],[5,0,0],[8,4,3],[7,3,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,5,3],[3,0,0],[3,0,0],[8,4,3],[7,3,2]],[[1,0,2],[1,0,2],[2,0,3],[5,3,6],[5,3,6],[1,0,2],[1,0,2],[4,4,6],[5,5,7],[4,2,5],[4,2,3],[5,3,4],[2,1,0],[1,0,0],[4,3,1],[9,10,5],[8,11,2],[0,2,0],[5,6,10],[11,9,20],[11,9,23],[0,0,12],[139,139,149],[254,255,255],[228,230,227],[42,43,37],[3,3,0],[27,23,12],[7,0,0],[46,35,15],[91,75,49],[79,62,32],[83,66,36],[100,86,51],[106,97,54],[105,98,52],[52,49,6],[58,56,15],[120,118,77],[135,132,87],[69,63,13],[125,114,68],[86,72,35],[108,91,65],[61,44,28],[43,26,10],[83,69,43],[93,83,48],[102,98,53],[96,94,55],[116,113,94],[131,129,117],[49,51,37],[72,76,59],[73,78,58],[83,91,68],[96,105,76],[111,120,89],[77,88,56],[121,133,109],[95,108,99],[34,49,44],[57,77,66],[96,117,98],[148,171,143],[192,213,182],[142,158,132],[147,161,138],[177,192,173],[170,187,171],[192,208,197],[240,255,251],[206,229,221],[208,237,232],[198,230,229],[230,255,255],[226,255,255],[167,200,217],[119,156,175],[130,165,185],[147,179,194],[156,182,195],[154,173,188],[164,177,193],[209,218,235],[217,223,239],[182,188,202],[180,186,198],[212,222,234],[189,207,219],[170,196,209],[203,236,253],[168,209,231],[125,171,197],[137,184,214],[149,194,227],[146,189,223],[133,173,208],[141,181,217],[134,173,214],[144,183,226],[164,202,247],[153,190,235],[154,191,235],[157,192,234],[149,182,223],[157,189,228],[161,193,232],[168,200,239],[181,213,252],[179,211,252],[177,204,247],[185,204,247],[178,195,238],[188,210,247],[189,209,242],[196,212,245],[180,193,225],[175,184,217],[172,189,217],[149,184,206],[141,182,200],[159,196,214],[188,213,233],[218,222,249],[190,187,218],[168,175,204],[169,185,211],[173,194,221],[156,180,206],[156,180,206],[167,188,215],[174,194,219],[162,178,203],[209,224,245],[155,168,187],[218,229,247],[214,225,243],[179,192,211],[179,194,215],[182,198,223],[186,203,231],[203,224,255],[171,197,232],[161,196,236],[164,199,241],[167,192,232],[171,197,230],[173,209,233],[157,195,218],[144,178,203],[150,185,213],[138,181,213],[134,184,217],[120,181,210],[128,189,217],[124,179,200],[105,156,173],[104,163,169],[104,167,172],[101,169,178],[93,160,169],[135,190,193],[129,182,186],[110,166,181],[100,153,167],[87,137,136],[137,184,174],[160,204,189],[205,238,221],[195,207,185],[142,142,114],[167,163,128],[201,192,151],[199,182,138],[178,161,118],[153,140,106],[205,194,164],[239,226,191],[222,210,168],[110,102,55],[104,97,45],[125,113,63],[153,135,85],[202,178,130],[197,165,118],[177,139,92],[170,126,81],[202,149,105],[217,163,119],[194,141,97],[179,125,81],[201,139,100],[186,122,84],[173,114,74],[153,95,55],[139,86,42],[152,99,55],[160,107,63],[158,104,60],[140,81,39],[136,74,35],[136,74,35],[139,79,42],[132,74,37],[121,67,31],[123,73,38],[126,80,46],[117,72,39],[107,66,36],[59,19,0],[57,22,2],[33,4,0],[23,0,0],[17,2,0],[9,1,0],[3,0,0],[7,7,9],[0,0,2],[2,2,4],[7,5,6],[3,0,0],[7,0,0],[11,3,1],[11,2,3],[4,0,0],[11,5,5],[8,2,2],[3,0,0],[7,3,2],[8,7,5],[1,0,0],[3,2,0],[6,5,3],[2,1,0],[1,0,0],[14,10,9],[5,1,0],[3,0,0],[4,0,0]],[[2,0,1],[1,0,0],[4,4,4],[0,0,0],[0,0,0],[5,5,7],[0,0,2],[0,0,0],[4,4,4],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[8,8,8],[1,0,0],[5,3,4],[2,1,0],[9,8,6],[1,0,0],[5,5,7],[4,4,6],[7,7,9],[68,68,70],[182,182,182],[141,141,141],[32,32,30],[11,12,7],[19,18,13],[19,16,7],[29,25,13],[58,53,34],[68,62,38],[75,65,38],[88,79,46],[57,49,13],[82,74,37],[123,115,76],[92,84,45],[60,52,13],[44,36,0],[50,41,0],[80,71,32],[115,105,70],[114,103,71],[90,81,50],[34,25,0],[91,86,48],[85,80,40],[59,51,14],[112,106,74],[98,94,69],[43,42,22],[105,108,87],[72,77,54],[121,132,102],[206,217,183],[80,92,52],[56,67,24],[76,88,42],[123,135,95],[57,67,40],[73,85,63],[84,97,79],[135,152,134],[88,113,92],[96,123,104],[113,134,117],[147,168,151],[178,205,188],[135,163,148],[144,168,155],[164,185,176],[189,215,206],[231,255,255],[189,228,225],[138,178,180],[214,248,255],[186,222,236],[139,182,198],[141,180,195],[153,176,190],[158,176,190],[159,178,192],[165,187,200],[210,232,245],[225,244,255],[171,187,202],[175,187,203],[190,198,217],[199,210,228],[184,199,220],[165,187,208],[158,189,210],[139,175,197],[126,168,190],[138,183,206],[146,190,217],[127,168,196],[127,163,195],[142,175,208],[163,189,226],[191,214,255],[196,218,255],[171,193,234],[165,188,229],[166,190,228],[156,180,218],[175,197,236],[183,202,242],[182,200,240],[199,214,255],[188,203,246],[188,207,250],[184,205,248],[182,205,246],[176,202,239],[166,196,230],[172,196,232],[187,199,239],[191,205,244],[149,184,216],[141,187,213],[121,169,192],[144,176,201],[214,208,242],[226,212,245],[174,182,205],[170,185,204],[195,206,226],[186,197,219],[165,175,200],[184,196,222],[181,195,222],[176,190,216],[170,182,204],[160,173,190],[197,209,221],[220,233,242],[164,177,185],[190,204,215],[206,222,238],[168,186,208],[197,217,244],[198,218,251],[183,206,247],[163,186,227],[170,193,227],[183,208,238],[176,206,230],[151,186,206],[134,172,195],[139,181,206],[132,181,211],[131,186,216],[117,177,205],[118,178,202],[125,182,199],[109,166,175],[124,182,183],[113,173,173],[110,173,178],[95,159,161],[129,185,182],[97,153,150],[127,188,191],[108,169,170],[88,147,141],[157,205,193],[208,241,220],[171,191,166],[143,151,127],[163,163,139],[194,192,169],[193,183,156],[172,149,117],[167,147,110],[221,216,174],[215,214,168],[209,196,151],[197,183,136],[185,177,128],[190,182,135],[145,130,91],[198,178,143],[208,182,149],[204,170,135],[254,215,176],[252,205,163],[255,198,158],[226,162,124],[205,150,111],[211,156,117],[178,110,71],[191,122,81],[202,137,95],[188,127,83],[168,109,65],[144,86,40],[187,124,80],[199,132,87],[165,92,49],[157,82,40],[154,79,40],[168,96,58],[149,85,49],[118,62,27],[120,70,37],[118,74,45],[87,49,28],[67,34,17],[47,19,5],[36,12,2],[25,6,0],[12,0,0],[6,0,0],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[4,6,5],[6,8,7],[17,19,18],[1,3,2],[0,0,0],[3,3,3],[8,8,8],[3,3,3],[1,0,0],[8,6,7],[14,9,13],[3,0,0],[15,14,12],[6,5,3],[0,1,0],[0,1,0],[23,23,21],[29,29,27],[48,48,48],[19,19,17],[12,12,10],[27,26,22],[53,53,45],[41,41,31],[29,30,16],[23,20,1],[99,91,68],[71,59,33],[41,30,0],[86,76,41],[79,70,31],[55,43,3],[71,62,21],[78,69,28],[58,50,11],[94,86,49],[124,119,81],[132,128,91],[104,102,63],[67,68,28],[99,100,58],[91,89,50],[106,100,66],[85,78,49],[79,75,48],[82,82,58],[103,108,85],[103,111,87],[202,215,185],[226,240,204],[97,112,69],[71,84,38],[121,135,86],[194,207,163],[239,251,215],[215,228,198],[186,198,176],[137,154,136],[76,103,88],[105,135,123],[105,129,116],[136,160,147],[179,210,195],[186,217,202],[200,226,215],[164,187,179],[170,195,189],[179,208,204],[203,239,237],[121,156,158],[128,158,166],[140,172,183],[120,160,170],[137,173,185],[174,198,210],[159,177,189],[185,203,217],[190,209,223],[208,227,241],[233,251,255],[196,209,226],[182,193,211],[188,196,217],[178,186,209],[184,194,219],[189,204,227],[195,213,237],[202,227,249],[184,215,236],[153,188,210],[165,199,226],[176,207,236],[187,214,244],[184,204,237],[186,202,238],[208,222,255],[206,220,255],[173,188,227],[158,176,214],[180,200,237],[183,205,242],[192,211,251],[184,202,242],[181,194,236],[200,209,252],[187,199,241],[188,207,250],[183,208,249],[179,204,245],[169,199,237],[162,198,234],[174,206,244],[198,211,255],[200,213,255],[157,192,230],[141,190,222],[128,182,208],[163,197,225],[197,187,224],[232,215,249],[197,203,225],[189,202,218],[210,216,232],[200,203,222],[195,200,222],[200,207,233],[209,218,247],[201,213,239],[152,164,186],[170,182,198],[179,192,200],[201,215,218],[197,211,212],[217,230,236],[196,213,223],[155,172,190],[179,197,221],[196,213,243],[180,196,232],[163,179,215],[171,187,220],[179,199,226],[166,191,213],[157,185,206],[148,183,205],[140,180,205],[140,185,214],[150,201,230],[121,175,203],[120,176,199],[159,217,231],[143,200,207],[150,209,207],[166,225,221],[134,192,193],[144,200,199],[130,183,175],[152,205,195],[140,200,192],[112,171,165],[123,179,170],[149,191,177],[180,202,179],[171,180,151],[168,168,140],[187,183,156],[214,209,187],[189,181,158],[191,176,147],[192,179,144],[213,216,171],[181,188,137],[166,159,107],[129,116,64],[212,200,150],[210,197,153],[193,174,141],[207,184,153],[215,185,157],[183,148,118],[198,155,120],[255,208,168],[232,170,133],[181,119,82],[167,114,80],[185,133,96],[217,153,115],[180,111,70],[188,121,79],[175,110,68],[191,126,84],[188,121,78],[164,96,51],[152,79,36],[174,97,53],[185,106,63],[171,93,54],[164,92,54],[152,88,52],[124,65,33],[98,47,16],[74,30,5],[66,30,14],[47,19,8],[28,5,0],[18,1,0],[12,1,0],[9,1,0],[5,1,0],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,3,4],[6,4,5],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[26,28,27],[8,10,9],[0,1,0],[0,2,1],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[3,1,2],[2,0,1],[1,0,2],[1,0,2],[3,1,2],[1,0,0],[10,11,6],[0,1,0],[23,23,21],[17,17,15],[11,10,8],[24,23,21],[30,29,27],[28,27,22],[45,42,33],[46,42,31],[47,44,29],[19,12,0],[43,27,11],[56,38,18],[52,34,10],[62,45,15],[67,51,15],[62,49,7],[94,83,38],[80,72,26],[76,69,25],[92,89,46],[128,129,89],[175,177,138],[117,123,85],[103,111,74],[150,160,123],[120,128,91],[104,104,68],[117,117,83],[109,109,81],[91,95,70],[92,100,79],[85,97,75],[113,125,101],[111,124,96],[132,146,111],[81,96,57],[151,166,125],[149,164,125],[126,142,106],[143,159,130],[162,180,156],[132,153,134],[114,140,129],[88,115,108],[103,128,122],[97,122,116],[110,135,129],[209,232,226],[223,246,240],[161,182,177],[172,194,191],[179,201,199],[205,226,227],[181,205,207],[168,191,197],[154,179,186],[199,223,233],[235,255,255],[229,255,255],[208,230,243],[212,225,241],[246,253,255],[205,208,227],[226,227,247],[170,172,193],[189,194,216],[200,206,230],[178,186,209],[179,186,212],[205,212,240],[242,249,255],[233,242,255],[189,203,232],[188,201,233],[216,229,255],[208,220,255],[204,212,251],[199,207,246],[193,200,242],[193,200,242],[188,200,242],[177,192,233],[159,181,220],[194,217,255],[206,231,255],[200,223,255],[181,200,242],[182,197,240],[206,217,255],[200,213,255],[176,197,242],[174,201,244],[171,198,241],[164,193,233],[159,194,232],[174,206,245],[197,209,255],[196,210,255],[163,196,237],[163,209,243],[143,194,223],[165,196,227],[170,159,199],[235,215,252],[211,215,240],[199,210,228],[202,208,224],[198,201,218],[183,188,208],[192,200,223],[193,203,228],[211,221,246],[196,207,227],[164,176,190],[147,157,166],[195,204,209],[239,249,251],[229,240,246],[195,207,219],[185,198,217],[182,196,222],[171,186,217],[181,196,229],[185,198,232],[195,209,238],[199,213,239],[193,208,229],[185,203,225],[171,193,217],[152,179,206],[158,191,222],[155,194,227],[116,161,192],[117,167,192],[174,227,243],[167,224,231],[155,214,212],[152,207,204],[177,227,228],[180,224,223],[171,213,203],[173,215,201],[156,200,187],[125,168,158],[107,147,138],[124,155,140],[159,173,150],[178,178,150],[181,172,141],[230,219,187],[179,172,143],[113,110,79],[83,83,49],[128,132,97],[199,210,170],[185,194,149],[162,161,113],[182,172,123],[161,145,96],[144,125,82],[178,156,119],[190,164,131],[156,125,94],[191,152,119],[178,130,92],[160,106,68],[128,74,36],[131,78,44],[131,86,55],[145,98,68],[178,122,85],[176,114,73],[193,129,91],[160,92,55],[160,90,54],[182,108,73],[178,102,66],[176,101,62],[176,103,62],[168,97,55],[142,75,33],[133,68,30],[136,73,38],[131,72,42],[112,55,28],[76,25,4],[48,11,0],[33,5,0],[20,0,0],[14,0,0],[10,0,0],[9,0,1],[6,2,3],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[7,5,6],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,1,0],[0,1,0],[5,7,6],[0,2,1],[1,1,1],[3,3,3],[0,0,0],[0,0,0],[4,2,3],[1,0,0],[6,4,7],[48,46,49],[8,6,7],[1,0,0],[13,14,9],[0,1,0],[26,26,24],[27,27,25],[25,24,22],[24,23,21],[30,29,25],[11,8,3],[13,9,0],[36,30,18],[55,49,33],[37,28,11],[43,26,10],[96,73,57],[108,86,63],[81,62,32],[91,75,39],[131,118,76],[124,113,68],[75,68,22],[71,68,23],[92,91,47],[78,80,40],[128,134,96],[105,115,78],[40,54,18],[61,77,41],[81,93,57],[39,45,7],[70,74,39],[97,104,73],[73,81,57],[64,76,56],[73,86,68],[44,57,37],[48,62,39],[103,116,88],[104,118,85],[150,166,130],[204,221,185],[176,195,163],[86,109,80],[95,119,93],[136,159,139],[177,199,187],[128,149,142],[71,96,90],[88,113,107],[91,111,109],[139,158,156],[187,209,207],[188,213,210],[173,197,197],[160,181,184],[161,179,183],[173,192,198],[192,215,221],[202,227,234],[240,255,255],[240,255,255],[230,254,255],[182,206,218],[162,178,193],[238,247,255],[206,211,230],[221,224,243],[182,184,205],[212,218,240],[217,228,250],[171,183,205],[173,188,211],[180,196,221],[174,190,216],[174,189,218],[168,183,212],[174,189,220],[174,190,224],[159,173,210],[157,169,207],[175,187,227],[189,201,241],[182,195,237],[167,182,223],[157,176,218],[158,181,222],[167,195,235],[166,194,234],[168,193,234],[170,193,235],[182,200,246],[192,206,253],[170,187,233],[165,189,235],[164,193,237],[167,196,240],[165,197,238],[159,197,236],[168,200,241],[186,200,247],[189,203,250],[158,191,232],[153,197,234],[151,200,232],[211,241,255],[237,226,255],[245,224,255],[194,195,223],[207,218,236],[220,227,243],[203,209,225],[183,190,209],[190,198,219],[150,161,183],[149,160,182],[182,193,211],[182,192,204],[181,190,197],[176,183,189],[205,213,216],[225,234,241],[214,224,236],[185,196,214],[176,188,214],[207,221,250],[181,196,225],[194,209,238],[191,206,229],[191,203,225],[199,210,230],[198,211,230],[191,206,229],[183,203,228],[186,211,241],[170,201,232],[162,201,230],[135,181,204],[102,154,167],[96,154,158],[126,187,182],[111,168,161],[97,148,143],[125,170,165],[144,185,177],[117,157,146],[201,237,227],[204,236,225],[152,176,163],[157,174,158],[159,164,144],[137,135,110],[159,152,123],[163,156,127],[117,116,85],[56,59,28],[89,99,65],[182,196,161],[169,185,149],[193,208,167],[209,215,169],[215,209,161],[205,187,139],[111,87,43],[190,165,125],[157,129,92],[134,102,64],[134,94,58],[149,97,58],[123,69,31],[125,77,39],[114,71,37],[92,52,26],[110,68,43],[91,41,6],[133,78,39],[159,96,61],[173,107,73],[168,95,63],[148,73,41],[162,86,52],[157,83,46],[163,94,53],[139,72,30],[135,72,31],[136,76,39],[118,59,25],[116,56,28],[120,60,36],[94,41,23],[53,15,2],[36,8,0],[23,0,0],[17,0,0],[12,1,0],[8,0,0],[5,1,0],[5,3,4],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,1,2],[1,0,0],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[8,10,9],[107,109,108],[77,79,78],[3,5,4],[0,0,0],[7,7,7],[3,3,3],[3,3,3],[1,0,0],[5,3,4],[3,1,4],[51,49,52],[11,9,10],[1,0,0],[1,0,0],[17,16,12],[11,10,6],[12,11,7],[20,16,15],[4,0,0],[27,23,20],[17,12,6],[24,17,7],[30,22,9],[45,38,20],[93,82,62],[53,35,15],[62,41,20],[90,70,45],[89,72,42],[88,74,39],[140,128,88],[93,84,43],[44,37,0],[55,52,11],[105,105,67],[67,71,34],[34,42,5],[92,102,67],[100,111,77],[66,80,45],[54,68,32],[87,97,60],[72,82,45],[123,134,102],[101,114,88],[47,60,40],[113,126,109],[113,126,109],[45,58,40],[57,71,48],[97,111,85],[172,188,159],[166,185,155],[136,161,131],[83,112,84],[103,133,109],[147,175,153],[203,219,206],[194,210,199],[75,99,86],[89,112,104],[172,187,184],[170,186,186],[135,159,159],[163,193,195],[147,178,181],[122,149,158],[206,226,237],[172,194,207],[115,145,155],[137,169,180],[167,190,204],[226,245,255],[238,255,255],[181,203,214],[147,174,183],[159,186,195],[159,183,195],[157,179,192],[195,212,228],[210,225,244],[201,218,238],[175,196,217],[169,197,218],[152,187,206],[149,187,206],[175,216,236],[171,209,232],[141,178,204],[128,169,197],[132,173,203],[140,176,208],[153,186,221],[175,203,240],[186,211,251],[172,195,236],[147,172,213],[152,180,220],[156,185,227],[162,191,233],[170,197,242],[174,198,244],[178,200,247],[181,201,251],[167,189,238],[162,190,238],[159,190,237],[166,197,244],[172,205,250],[165,202,246],[165,196,240],[181,197,246],[189,205,255],[164,197,242],[149,193,232],[143,189,223],[189,217,254],[243,234,255],[247,229,255],[208,207,238],[222,230,253],[247,255,255],[220,229,244],[203,211,230],[189,200,220],[186,197,219],[201,212,232],[173,185,201],[172,182,194],[212,219,227],[236,241,247],[229,234,238],[207,211,220],[201,207,221],[190,197,216],[179,189,214],[194,208,234],[188,210,233],[192,214,235],[180,201,218],[182,199,215],[188,201,217],[186,197,215],[188,201,220],[180,196,219],[154,175,202],[164,194,220],[139,177,200],[101,148,166],[103,158,165],[78,138,138],[78,141,132],[101,165,151],[91,149,137],[144,197,189],[147,199,197],[79,125,125],[109,143,144],[204,224,222],[251,255,248],[171,172,156],[149,148,128],[155,157,135],[223,228,206],[139,149,125],[63,75,51],[63,76,50],[74,87,61],[70,84,58],[86,105,75],[185,201,165],[148,159,116],[168,166,118],[239,216,172],[210,179,135],[169,142,99],[126,97,57],[169,135,97],[117,75,37],[125,69,32],[116,60,23],[85,42,7],[71,36,4],[46,14,0],[34,0,0],[76,31,0],[143,90,56],[157,98,66],[174,111,80],[146,77,48],[109,38,8],[139,66,34],[147,74,41],[133,65,28],[105,40,2],[117,55,16],[140,80,44],[138,79,47],[135,78,51],[129,68,47],[98,45,27],[80,42,29],[49,21,10],[26,3,0],[21,2,0],[18,4,3],[8,0,0],[3,0,0],[6,4,5],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[1,1,1],[0,0,0],[7,7,7],[0,0,0],[0,1,0],[91,93,92],[69,71,70],[1,3,2],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[1,0,0],[3,1,2],[1,0,2],[2,0,3],[1,0,0],[17,15,16],[2,1,0],[7,6,2],[12,11,7],[165,164,160],[111,107,106],[9,4,1],[5,0,0],[13,6,0],[29,21,10],[36,27,10],[43,35,14],[90,80,55],[67,53,26],[46,32,3],[84,71,39],[81,71,36],[129,119,84],[151,143,107],[112,106,72],[91,86,54],[37,34,3],[45,44,14],[86,87,56],[80,85,53],[118,125,92],[94,104,69],[61,71,34],[174,186,148],[129,144,105],[132,146,110],[93,108,77],[61,75,49],[51,66,45],[64,77,59],[76,89,72],[100,113,95],[108,122,99],[60,74,49],[182,198,172],[157,177,150],[50,76,49],[109,141,117],[157,192,170],[204,237,218],[187,209,197],[118,139,130],[64,95,87],[89,120,114],[152,173,174],[172,196,200],[123,156,161],[109,146,152],[144,182,191],[140,174,184],[149,172,186],[186,209,223],[182,216,225],[168,202,211],[203,227,237],[219,239,250],[228,248,255],[235,255,255],[179,208,216],[126,159,166],[152,185,192],[162,190,201],[174,198,210],[160,182,196],[175,196,213],[191,214,232],[184,211,230],[161,194,213],[144,182,201],[134,175,195],[130,172,194],[131,175,200],[129,179,204],[127,177,204],[132,179,209],[135,180,211],[138,178,213],[144,182,218],[149,187,224],[146,184,221],[152,190,229],[146,183,225],[150,187,229],[160,194,239],[164,195,241],[169,197,245],[173,196,246],[166,192,243],[160,192,241],[156,190,238],[162,194,243],[167,201,247],[162,199,244],[163,196,241],[179,199,249],[189,209,255],[161,195,240],[153,196,238],[142,186,223],[145,173,212],[195,189,233],[239,224,255],[218,219,250],[191,198,224],[189,200,220],[196,207,227],[191,203,225],[182,194,216],[183,195,217],[218,231,250],[205,217,233],[173,181,194],[190,197,205],[251,255,255],[251,254,255],[202,205,212],[185,189,201],[188,195,213],[188,196,219],[180,195,218],[185,206,227],[181,204,222],[176,195,210],[185,201,216],[188,197,212],[187,194,212],[196,204,223],[179,190,210],[155,171,194],[144,166,189],[138,169,189],[126,166,178],[118,166,168],[84,137,131],[75,131,118],[85,142,127],[82,139,124],[114,172,160],[107,163,160],[116,164,164],[94,126,123],[118,135,129],[218,220,207],[244,241,224],[200,199,181],[131,132,114],[170,173,154],[126,131,109],[38,43,20],[65,75,51],[51,66,47],[66,84,62],[101,119,93],[155,172,138],[182,193,151],[159,158,112],[179,156,112],[183,152,108],[159,132,89],[143,115,75],[116,84,45],[94,52,14],[76,22,0],[116,62,26],[73,35,0],[72,41,10],[50,22,0],[47,12,0],[128,83,54],[112,61,30],[101,46,16],[138,81,52],[137,76,48],[107,43,15],[108,42,10],[146,80,46],[175,109,74],[158,92,57],[142,78,42],[126,63,28],[124,65,35],[130,73,46],[125,69,46],[120,72,52],[95,59,45],[56,28,17],[24,1,0],[15,0,0],[14,3,1],[10,2,0],[4,0,0],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[8,6,7],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[6,6,6],[0,1,0],[4,6,5],[7,9,8],[0,1,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[4,2,3],[1,0,2],[0,0,4],[7,6,11],[0,0,2],[3,3,3],[6,5,3],[15,14,12],[3,0,0],[96,92,91],[94,88,88],[5,0,0],[21,14,8],[37,28,19],[33,23,11],[34,23,5],[43,32,10],[59,50,21],[96,93,52],[85,84,40],[79,77,36],[62,60,21],[87,84,49],[93,90,59],[66,62,37],[68,63,43],[51,46,27],[49,44,25],[56,53,34],[48,46,23],[97,98,66],[108,110,71],[63,66,23],[191,198,154],[118,130,92],[99,114,81],[61,78,46],[48,64,37],[57,71,48],[58,71,51],[72,84,62],[83,92,71],[106,116,92],[155,167,143],[222,238,212],[192,215,189],[100,128,105],[163,196,175],[169,208,189],[137,178,164],[129,168,163],[135,175,175],[100,148,148],[67,115,117],[99,139,147],[116,156,166],[107,153,166],[105,153,165],[130,176,189],[146,186,198],[157,187,198],[150,179,187],[174,205,208],[187,217,217],[152,172,173],[162,182,183],[172,200,204],[233,255,255],[213,240,247],[146,171,178],[148,173,180],[177,204,213],[167,194,203],[168,192,204],[187,206,221],[188,201,220],[210,217,243],[241,246,255],[205,216,244],[162,179,207],[165,192,219],[156,190,217],[141,177,209],[128,167,200],[137,177,212],[147,190,224],[136,182,215],[128,179,210],[137,192,223],[144,201,231],[135,191,224],[136,192,227],[147,199,238],[150,195,237],[145,183,230],[152,184,235],[165,192,245],[173,200,253],[156,192,242],[155,193,242],[157,193,243],[156,192,240],[155,193,238],[165,199,245],[180,202,252],[180,203,253],[168,205,250],[149,192,234],[140,184,223],[169,198,238],[197,196,240],[229,218,255],[200,200,236],[178,187,216],[177,191,217],[173,189,214],[167,183,209],[189,205,230],[162,178,203],[163,178,199],[199,210,228],[199,207,220],[193,197,206],[225,228,235],[244,245,250],[208,211,218],[179,183,194],[185,192,208],[189,197,216],[177,188,210],[199,211,233],[206,218,240],[179,187,206],[175,180,199],[187,188,206],[186,185,203],[191,189,210],[182,183,204],[184,190,212],[174,185,205],[169,186,202],[151,173,184],[143,171,172],[116,147,141],[109,143,129],[115,153,138],[68,118,106],[68,124,113],[71,127,118],[105,152,142],[111,145,129],[134,155,136],[187,199,179],[203,206,189],[138,138,126],[147,141,129],[204,189,170],[154,136,112],[111,94,68],[136,130,106],[76,90,75],[72,95,79],[141,159,133],[186,200,165],[234,241,199],[185,181,136],[221,198,156],[176,147,105],[143,118,78],[172,144,107],[121,88,53],[136,98,62],[106,56,21],[126,76,41],[97,59,23],[108,77,46],[78,50,28],[87,52,32],[143,95,72],[135,81,53],[124,73,44],[121,72,42],[99,50,20],[92,41,12],[90,35,4],[151,90,59],[168,102,68],[160,89,57],[143,72,40],[118,52,20],[117,56,25],[118,63,33],[89,39,12],[74,29,6],[75,39,23],[53,25,14],[29,6,0],[15,0,0],[11,0,0],[9,0,1],[6,2,3],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[26,24,25],[1,0,0],[1,1,1],[5,5,5],[0,0,0],[0,0,0],[7,9,8],[0,1,0],[0,1,0],[0,2,1],[0,0,0],[2,2,2],[6,6,6],[1,1,1],[3,1,2],[2,0,1],[0,0,2],[5,5,7],[3,3,3],[10,10,10],[1,0,0],[8,7,5],[8,4,3],[3,0,0],[20,14,14],[21,13,11],[49,40,35],[42,32,23],[37,25,11],[29,18,0],[46,34,10],[70,61,28],[115,114,66],[119,124,70],[79,83,33],[131,134,91],[50,50,14],[84,83,55],[40,38,17],[48,45,30],[54,48,36],[81,75,63],[84,78,64],[65,60,40],[51,48,17],[100,98,59],[64,63,17],[89,92,47],[100,112,76],[81,98,66],[102,118,89],[94,109,80],[76,90,64],[59,72,46],[78,88,61],[111,120,93],[157,166,137],[216,226,199],[226,240,214],[173,193,168],[180,208,186],[174,207,190],[121,159,146],[89,130,122],[84,126,124],[83,129,129],[143,192,196],[94,145,149],[99,149,158],[125,174,188],[95,148,164],[110,163,181],[131,182,199],[117,164,180],[120,159,174],[138,174,186],[164,199,205],[181,212,215],[153,179,180],[147,171,173],[129,158,162],[155,182,189],[219,242,248],[166,185,192],[143,160,168],[176,194,204],[196,216,225],[177,195,207],[164,180,195],[179,192,209],[181,189,212],[219,225,251],[223,230,255],[183,194,222],[180,200,227],[177,204,233],[144,179,211],[137,176,209],[143,183,218],[139,184,217],[130,176,209],[140,191,222],[145,198,229],[126,181,212],[128,182,216],[130,182,219],[143,191,231],[145,188,231],[147,183,231],[157,189,240],[160,187,240],[154,184,238],[154,194,245],[157,199,249],[157,197,246],[150,191,237],[153,194,238],[170,207,252],[179,207,255],[168,196,244],[148,186,231],[149,192,234],[147,191,230],[200,229,255],[214,217,255],[240,235,255],[190,193,228],[177,186,217],[174,189,220],[170,189,221],[177,196,228],[186,203,233],[172,189,215],[162,177,200],[144,155,175],[170,177,193],[209,213,224],[200,203,210],[244,245,250],[244,247,254],[215,222,232],[224,232,245],[209,221,237],[178,191,210],[187,199,221],[227,238,255],[186,194,215],[171,178,197],[209,212,231],[197,200,219],[179,182,201],[181,186,205],[170,177,195],[176,186,198],[183,196,204],[160,175,178],[156,175,169],[152,170,158],[145,164,145],[133,158,137],[101,139,118],[101,146,126],[118,165,149],[146,185,167],[149,174,152],[105,118,92],[181,184,155],[229,225,198],[159,154,134],[173,162,144],[142,122,97],[163,138,108],[178,152,119],[225,205,178],[87,85,70],[108,117,100],[126,136,109],[157,165,128],[205,203,162],[169,157,115],[208,187,144],[174,149,109],[182,158,122],[179,154,123],[144,115,85],[165,129,97],[180,135,102],[138,92,58],[83,43,8],[95,60,28],[92,62,36],[114,79,57],[119,73,49],[123,71,47],[110,63,37],[106,62,35],[90,49,21],[99,55,26],[94,45,13],[139,84,53],[128,63,31],[127,58,25],[141,70,38],[134,65,32],[120,59,28],[115,60,29],[88,41,11],[68,28,2],[42,9,0],[46,18,7],[39,16,8],[20,3,0],[8,0,0],[7,0,0],[7,3,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[6,8,7],[5,5,5],[0,0,0],[1,1,1],[3,3,3],[1,0,0],[1,0,2],[2,1,6],[3,2,7],[1,1,3],[1,1,1],[5,4,2],[6,5,3],[8,4,3],[10,6,5],[16,10,10],[21,13,11],[40,31,26],[26,16,7],[33,21,7],[45,32,13],[77,62,39],[68,60,24],[140,140,90],[170,175,121],[71,75,25],[80,83,38],[101,103,66],[108,108,80],[56,53,34],[51,47,35],[60,53,43],[31,24,14],[81,73,60],[99,92,73],[93,88,58],[133,128,90],[152,148,101],[83,84,40],[99,109,75],[101,114,88],[115,128,100],[123,136,106],[72,86,53],[85,96,62],[103,113,78],[146,154,117],[185,192,158],[183,193,159],[142,155,127],[187,205,181],[183,207,191],[150,180,170],[143,180,173],[104,143,140],[76,113,106],[125,161,157],[143,182,181],[92,133,137],[119,168,175],[127,179,192],[88,139,158],[111,163,185],[113,165,189],[115,167,191],[105,157,179],[107,155,175],[130,171,189],[159,196,212],[176,214,225],[172,205,214],[182,205,213],[198,215,223],[212,226,235],[206,216,226],[190,196,208],[187,189,202],[220,219,233],[200,203,218],[173,182,197],[168,187,201],[146,174,188],[160,192,207],[171,202,222],[167,191,215],[182,197,226],[173,194,225],[141,180,211],[131,178,208],[142,189,219],[141,186,217],[147,190,222],[145,183,219],[148,184,220],[158,192,230],[143,175,214],[151,178,221],[175,199,247],[165,188,238],[153,176,228],[165,188,242],[164,187,241],[160,190,244],[153,195,245],[149,195,244],[153,197,244],[154,196,244],[144,187,232],[154,192,237],[174,205,252],[159,191,238],[143,181,226],[149,192,234],[152,194,234],[162,194,233],[192,201,244],[207,206,248],[195,199,234],[179,189,224],[168,183,222],[150,169,209],[155,175,212],[168,187,220],[184,201,231],[165,181,206],[153,164,184],[165,172,188],[222,226,237],[232,235,244],[251,254,255],[215,218,225],[210,217,227],[222,232,242],[213,227,238],[204,220,236],[192,210,232],[197,217,241],[170,188,210],[186,203,223],[182,199,217],[173,190,206],[159,177,191],[165,183,195],[159,179,186],[150,171,174],[161,181,179],[166,186,177],[154,171,155],[171,184,164],[159,169,145],[176,189,159],[212,232,195],[158,184,149],[144,173,151],[155,178,158],[150,155,132],[173,164,133],[180,158,117],[183,160,118],[183,168,129],[117,105,67],[128,116,78],[166,151,112],[163,138,98],[134,104,70],[153,123,97],[106,85,58],[131,127,92],[197,195,156],[134,121,79],[144,125,83],[177,158,116],[136,114,77],[130,106,78],[172,148,122],[149,121,97],[68,36,11],[133,97,65],[109,69,34],[138,93,60],[111,68,36],[71,37,9],[95,59,33],[85,41,16],[55,9,0],[67,25,0],[90,53,26],[81,44,17],[132,93,64],[170,125,94],[148,97,66],[145,84,53],[140,74,40],[159,90,57],[150,84,50],[123,63,29],[106,53,19],[89,44,11],[88,51,24],[66,33,16],[44,16,5],[28,5,0],[17,0,0],[10,0,0],[11,2,3],[12,8,9],[1,0,0],[6,2,1],[4,0,0],[6,1,0],[7,2,0],[6,1,0],[8,3,0],[7,3,2],[3,0,0],[4,0,0],[8,4,3],[3,0,0],[3,0,0],[8,4,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,1,0],[0,1,0],[1,3,2],[0,1,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[1,0,0],[7,5,6],[1,1,3],[3,3,5],[3,3,3],[3,3,3],[7,6,4],[9,8,6],[14,10,9],[18,14,13],[18,12,12],[22,14,12],[17,8,3],[39,29,20],[106,94,80],[82,69,50],[65,53,27],[98,87,55],[128,124,79],[118,118,68],[118,117,69],[65,64,20],[48,46,8],[64,63,32],[23,21,0],[36,31,12],[60,54,38],[79,73,59],[51,46,27],[58,53,31],[70,65,35],[86,82,45],[144,141,96],[82,83,41],[84,91,60],[83,93,68],[97,108,78],[173,184,150],[179,191,153],[160,171,131],[141,149,108],[178,186,145],[209,215,177],[232,239,205],[167,180,152],[204,222,200],[158,180,167],[133,160,153],[127,161,160],[108,144,144],[94,129,125],[135,167,164],[130,159,163],[129,163,172],[127,174,184],[92,144,158],[114,162,184],[120,166,192],[121,168,196],[131,181,208],[120,172,196],[117,165,188],[123,159,181],[126,159,178],[152,188,204],[190,222,235],[202,224,235],[214,228,239],[210,220,232],[223,229,241],[216,215,229],[230,226,241],[225,221,236],[240,239,255],[195,204,219],[184,203,217],[160,190,201],[155,188,203],[172,201,219],[193,215,239],[204,213,244],[178,188,223],[172,201,233],[143,179,211],[139,175,207],[136,171,203],[144,177,210],[153,183,217],[157,185,222],[157,183,220],[185,208,249],[165,186,229],[156,177,222],[169,191,238],[159,183,231],[156,182,231],[176,206,255],[160,196,246],[144,188,237],[153,201,249],[148,195,241],[151,194,239],[154,197,240],[151,190,233],[150,184,229],[146,180,225],[155,194,237],[139,181,223],[153,192,231],[173,205,243],[182,196,235],[196,200,238],[195,199,234],[162,172,207],[183,201,241],[178,197,239],[155,174,214],[177,195,231],[177,194,224],[155,169,195],[146,157,177],[209,215,231],[252,254,255],[220,223,232],[252,255,255],[228,232,241],[186,193,203],[178,188,197],[209,223,232],[213,231,245],[208,226,248],[192,212,237],[174,192,216],[191,209,231],[180,198,218],[159,181,195],[162,184,197],[168,191,199],[166,190,192],[175,197,194],[158,178,169],[163,180,164],[188,197,176],[195,199,176],[213,212,184],[211,208,175],[189,191,151],[183,191,152],[184,194,169],[179,184,162],[179,174,145],[235,219,185],[252,225,180],[225,199,150],[224,208,159],[163,152,106],[160,149,103],[123,109,62],[143,119,73],[202,170,129],[172,136,102],[240,211,179],[255,255,218],[178,169,128],[146,123,81],[155,130,89],[100,81,39],[124,106,70],[92,71,44],[138,113,91],[124,96,75],[72,42,18],[88,55,24],[110,72,36],[144,95,62],[159,110,78],[123,87,55],[117,83,55],[78,41,15],[91,54,28],[109,73,49],[90,56,31],[109,73,47],[161,124,97],[118,74,47],[121,72,42],[110,55,24],[140,80,46],[151,88,53],[133,73,37],[114,58,23],[109,56,22],[99,53,19],[77,36,8],[60,27,10],[74,46,35],[47,24,16],[16,0,0],[17,6,4],[11,3,1],[3,0,0],[10,8,9],[6,2,1],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[7,2,0],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[10,6,5],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,3],[0,1,0],[0,0,0],[2,2,2],[1,1,1],[3,3,3],[4,2,3],[1,0,0],[0,0,2],[3,3,5],[3,3,3],[3,3,3],[7,5,6],[9,7,8],[14,10,11],[20,16,17],[5,0,1],[11,2,3],[12,2,0],[32,21,15],[83,71,57],[68,55,36],[54,42,16],[77,63,34],[68,55,20],[71,59,21],[103,94,53],[109,100,61],[110,102,65],[70,64,28],[100,95,63],[70,66,37],[100,96,69],[104,102,77],[69,67,42],[64,63,35],[86,87,55],[72,74,37],[103,105,65],[127,131,94],[86,92,64],[147,156,129],[130,139,108],[169,179,144],[150,161,121],[140,149,106],[145,154,109],[186,193,151],[161,168,127],[195,202,168],[165,175,148],[170,185,166],[160,180,169],[150,177,172],[97,127,129],[132,165,170],[130,165,171],[127,161,170],[150,178,192],[153,184,202],[134,179,198],[118,164,187],[137,176,205],[140,176,208],[144,179,211],[146,183,212],[140,180,205],[150,185,207],[160,181,202],[160,175,194],[177,196,210],[196,220,230],[160,188,199],[149,173,185],[176,188,202],[202,205,222],[243,238,255],[255,252,255],[248,247,255],[243,249,255],[220,232,246],[194,210,225],[205,218,235],[213,224,246],[194,199,228],[208,209,240],[236,232,255],[217,215,254],[223,225,255],[193,198,240],[183,192,233],[175,189,226],[156,176,211],[148,172,206],[146,175,207],[153,184,215],[159,192,225],[198,232,255],[180,214,251],[148,183,223],[146,185,226],[160,202,242],[164,207,249],[140,184,229],[153,201,247],[161,207,255],[147,191,236],[144,187,230],[154,193,236],[149,186,228],[151,184,227],[156,191,233],[157,196,237],[154,193,232],[152,190,227],[168,198,236],[200,215,254],[216,224,255],[203,208,240],[182,188,222],[176,189,231],[170,187,230],[193,211,249],[189,205,239],[168,182,209],[187,198,220],[190,197,215],[212,215,230],[224,224,236],[207,207,217],[246,246,255],[230,233,242],[211,220,229],[168,181,189],[180,197,205],[206,222,235],[192,204,228],[211,222,250],[186,198,224],[189,201,225],[237,249,255],[227,242,255],[207,223,236],[197,214,222],[193,211,213],[190,205,200],[181,191,180],[186,188,174],[212,207,187],[225,213,189],[255,252,227],[254,234,207],[214,199,170],[199,188,160],[204,194,167],[233,224,195],[227,214,180],[245,231,194],[255,249,210],[249,237,195],[255,249,205],[246,238,192],[215,199,148],[216,195,142],[157,132,78],[217,194,144],[219,201,161],[209,197,159],[235,223,181],[160,143,99],[160,128,87],[122,89,48],[62,39,0],[106,86,51],[129,105,79],[87,60,41],[83,54,36],[97,66,45],[65,34,3],[85,47,11],[186,136,101],[165,112,80],[81,40,8],[80,47,16],[126,96,70],[125,97,73],[81,50,29],[90,55,35],[137,99,78],[107,65,43],[160,114,90],[98,51,23],[72,23,0],[96,46,11],[138,86,49],[161,109,72],[126,74,37],[114,61,27],[132,82,49],[99,53,27],[68,32,16],[74,46,35],[54,31,23],[23,4,0],[12,0,0],[7,0,0],[3,0,0],[4,2,3],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[5,1,0],[6,2,1],[7,3,2],[6,2,1],[7,3,2],[9,5,4],[9,5,4],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[4,6,5],[9,9,9],[3,3,3],[0,0,0],[1,1,1],[7,5,6],[7,5,6],[1,1,3],[3,3,5],[1,1,1],[1,1,1],[6,4,5],[7,5,6],[9,4,8],[11,6,10],[15,10,14],[13,7,9],[23,15,13],[27,18,11],[30,20,8],[36,25,7],[49,39,14],[56,42,15],[78,61,31],[99,80,47],[145,129,93],[119,105,68],[130,118,80],[119,110,71],[142,137,99],[106,102,65],[53,50,15],[66,66,32],[92,91,60],[87,88,56],[106,107,75],[83,87,52],[91,96,56],[180,186,148],[134,139,109],[118,124,96],[138,145,112],[120,128,91],[130,138,97],[135,144,101],[157,166,123],[239,247,206],[207,215,178],[213,222,193],[213,222,201],[192,206,191],[218,238,229],[203,228,224],[145,173,174],[172,203,206],[173,204,209],[143,171,182],[171,193,207],[134,159,179],[126,163,182],[155,193,216],[147,178,207],[140,169,199],[136,163,193],[131,160,190],[148,180,205],[176,204,228],[189,204,227],[201,212,232],[200,216,232],[163,185,198],[147,176,190],[156,185,199],[211,230,247],[207,220,237],[213,220,239],[237,244,255],[245,255,255],[218,234,247],[207,226,240],[214,233,248],[220,237,255],[218,230,254],[188,195,224],[178,184,216],[200,206,240],[189,193,230],[184,183,223],[201,203,242],[214,219,255],[204,214,250],[183,199,232],[180,203,234],[162,187,217],[150,177,206],[135,164,194],[164,197,228],[173,208,240],[149,188,221],[152,195,229],[152,198,232],[130,180,215],[148,197,237],[139,186,230],[141,185,232],[139,182,225],[148,187,230],[150,185,227],[149,182,223],[157,191,229],[157,191,229],[156,191,229],[170,205,243],[148,180,218],[141,167,202],[184,200,234],[204,215,247],[195,200,230],[193,198,230],[158,170,208],[166,181,220],[226,240,255],[183,197,226],[203,214,236],[213,220,238],[189,192,207],[194,194,206],[190,188,199],[216,213,224],[244,242,253],[216,218,230],[230,237,247],[173,186,195],[151,168,176],[166,182,197],[181,196,217],[208,220,246],[215,227,253],[200,212,236],[207,219,241],[200,213,232],[222,236,249],[212,227,234],[205,221,221],[182,195,188],[192,200,187],[202,203,185],[193,187,165],[185,169,144],[227,206,179],[247,226,199],[207,191,166],[164,150,124],[166,150,125],[209,193,167],[243,228,199],[237,224,192],[178,172,138],[180,176,139],[182,180,141],[179,176,131],[180,173,121],[200,189,135],[186,175,119],[194,184,131],[203,199,152],[179,174,132],[249,238,193],[200,179,136],[141,108,65],[125,90,48],[106,79,36],[95,71,33],[106,79,52],[110,79,58],[100,68,47],[111,77,52],[125,90,58],[128,88,52],[198,145,111],[215,162,128],[145,104,72],[142,111,82],[137,113,89],[63,41,20],[60,33,14],[96,63,46],[82,43,28],[63,20,3],[87,42,21],[102,56,32],[99,54,25],[101,56,23],[85,41,6],[97,51,15],[118,69,36],[112,62,29],[110,57,26],[109,61,38],[83,47,31],[61,33,22],[39,16,8],[19,2,0],[8,0,0],[10,2,0],[8,4,3],[1,0,0],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[5,0,0],[4,0,0],[7,3,2],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[3,3,3],[6,6,6],[0,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[6,4,5],[6,4,5],[3,1,4],[3,0,4],[13,8,14],[17,11,15],[31,22,23],[59,50,45],[64,54,44],[46,35,17],[42,31,9],[72,58,31],[80,63,33],[94,75,43],[141,122,89],[105,89,53],[88,76,36],[99,90,49],[90,83,41],[87,82,42],[71,67,29],[63,61,23],[60,57,22],[87,87,53],[111,111,77],[71,73,36],[99,101,62],[170,172,133],[123,127,92],[91,97,63],[91,97,61],[152,160,121],[170,178,139],[188,199,159],[209,219,182],[235,245,211],[222,231,204],[221,230,209],[234,245,231],[245,255,248],[232,251,245],[226,248,245],[237,255,255],[202,228,227],[191,211,210],[148,163,166],[142,155,163],[165,179,190],[178,200,214],[150,175,195],[148,170,194],[162,183,212],[152,175,206],[148,173,203],[158,185,214],[166,193,222],[158,179,208],[168,188,215],[176,198,222],[145,169,193],[161,189,211],[191,223,244],[208,241,255],[188,221,238],[122,154,169],[158,190,205],[216,245,255],[217,246,255],[156,188,203],[176,209,224],[147,183,199],[163,200,219],[179,215,237],[147,183,209],[150,184,212],[166,195,227],[161,186,217],[164,187,218],[171,196,226],[197,222,252],[198,222,250],[193,214,243],[169,189,216],[184,201,229],[186,201,232],[159,175,208],[169,189,222],[176,202,235],[160,195,227],[143,184,216],[127,176,208],[143,191,227],[163,208,250],[161,202,248],[156,193,237],[157,190,233],[151,180,220],[147,176,216],[158,188,226],[157,189,227],[150,182,220],[166,196,232],[167,193,230],[167,189,226],[187,203,237],[202,211,244],[204,205,236],[203,204,234],[175,181,213],[177,188,218],[222,232,255],[207,215,236],[209,215,231],[195,197,209],[186,185,193],[197,191,201],[200,192,203],[225,217,228],[248,242,254],[204,202,215],[191,194,209],[166,175,190],[173,187,200],[172,190,204],[154,175,192],[153,174,193],[174,195,214],[199,217,237],[209,226,246],[171,188,204],[172,190,202],[157,174,181],[205,224,222],[204,220,210],[179,192,175],[163,171,150],[149,149,125],[178,172,146],[210,199,171],[217,208,179],[140,139,111],[134,132,109],[181,174,155],[167,158,141],[160,148,132],[237,225,209],[202,194,173],[119,114,85],[150,150,112],[199,206,162],[229,241,193],[220,234,185],[215,229,180],[228,236,187],[194,193,145],[197,189,142],[242,229,187],[212,190,149],[163,130,87],[157,120,76],[110,75,33],[67,33,0],[176,141,111],[154,118,92],[100,63,37],[123,83,57],[104,61,27],[163,117,83],[102,52,17],[82,33,0],[134,95,64],[172,142,116],[246,225,204],[222,203,188],[146,120,107],[99,69,58],[64,27,18],[53,13,3],[41,0,0],[57,14,0],[116,72,47],[107,63,34],[82,39,7],[68,23,0],[100,51,19],[116,65,36],[94,40,12],[86,36,13],[94,57,41],[61,33,22],[22,0,0],[14,0,0],[23,9,8],[17,8,9],[4,0,1],[4,2,3],[5,1,0],[6,2,1],[6,1,0],[6,1,0],[8,3,0],[5,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[9,5,4],[13,9,8],[4,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[5,7,6],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[2,0,1],[8,6,7],[8,6,9],[4,2,7],[3,1,6],[10,5,11],[16,11,15],[19,13,13],[39,32,26],[32,24,13],[23,14,0],[33,25,2],[80,69,41],[102,87,54],[90,74,38],[64,50,11],[118,104,65],[112,100,60],[108,99,58],[94,86,47],[66,61,23],[79,73,37],[83,77,43],[65,59,25],[73,69,34],[111,107,70],[120,115,77],[150,145,103],[156,153,112],[137,139,99],[116,121,81],[121,128,87],[162,170,131],[171,181,144],[226,237,203],[215,226,196],[166,176,152],[223,232,215],[197,207,196],[193,204,196],[185,200,195],[123,142,138],[164,187,181],[219,246,239],[206,231,225],[173,188,185],[166,178,176],[160,174,175],[176,191,196],[188,205,215],[160,177,193],[162,180,202],[161,183,207],[158,182,208],[160,186,213],[162,188,215],[171,197,224],[169,195,222],[167,193,218],[183,209,234],[190,218,242],[158,192,219],[139,176,202],[141,179,202],[190,228,249],[185,223,242],[155,192,210],[178,211,228],[203,239,255],[209,246,255],[215,255,255],[165,212,228],[139,187,207],[139,187,209],[140,186,212],[157,196,227],[149,185,217],[148,182,210],[149,183,208],[149,181,206],[170,200,224],[162,188,213],[170,190,215],[162,176,202],[192,199,227],[204,207,238],[214,217,250],[199,203,238],[189,199,234],[176,196,229],[158,187,219],[153,189,221],[139,179,214],[161,200,243],[164,201,246],[150,183,226],[146,175,217],[151,176,216],[154,178,216],[167,193,230],[176,205,239],[205,234,255],[192,218,253],[165,187,224],[166,185,218],[199,214,245],[214,220,252],[208,205,236],[208,205,234],[202,206,233],[247,255,255],[236,243,255],[211,217,229],[144,147,154],[189,188,193],[229,224,228],[198,189,194],[213,202,210],[244,232,242],[255,248,255],[216,212,227],[177,178,196],[165,172,190],[182,193,211],[186,203,219],[177,200,214],[179,205,218],[170,193,209],[191,210,227],[217,234,252],[182,198,214],[157,171,184],[145,158,166],[170,184,184],[203,216,207],[201,214,197],[193,202,181],[135,140,117],[172,175,148],[225,224,196],[191,191,163],[222,232,205],[169,179,154],[126,125,104],[145,139,123],[105,97,86],[149,141,130],[248,241,225],[209,203,181],[216,213,178],[211,217,173],[201,217,170],[205,224,178],[213,235,188],[226,242,193],[229,232,179],[216,208,159],[173,158,117],[177,155,116],[231,199,158],[171,134,90],[155,112,69],[116,72,33],[160,120,85],[158,117,85],[99,55,26],[111,64,34],[131,81,46],[153,101,64],[111,63,27],[83,40,6],[92,57,27],[184,156,134],[255,250,236],[255,246,235],[133,110,102],[68,41,34],[74,45,37],[46,13,4],[49,13,1],[55,16,0],[117,75,53],[93,49,24],[109,63,37],[110,63,35],[105,55,28],[120,69,42],[113,62,35],[96,50,27],[94,58,42],[46,18,7],[17,0,0],[17,0,0],[15,4,2],[11,3,1],[7,3,2],[3,1,2],[5,1,0],[6,2,1],[5,0,0],[7,2,0],[11,6,3],[7,2,0],[3,0,0],[6,2,1],[9,5,4],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,2,1],[13,15,14],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[6,4,7],[6,4,7],[6,4,9],[9,7,12],[3,0,5],[15,10,16],[23,17,19],[37,29,26],[26,17,8],[49,40,25],[67,59,38],[91,82,53],[82,74,35],[93,85,39],[47,40,0],[81,74,30],[59,54,12],[94,89,51],[102,96,62],[103,94,63],[88,79,50],[83,72,44],[90,79,51],[91,78,46],[120,106,71],[118,103,62],[116,102,57],[140,130,81],[108,107,61],[107,113,67],[146,153,111],[157,165,126],[189,201,165],[182,195,167],[239,251,231],[198,209,195],[236,245,240],[179,189,188],[206,218,218],[207,223,222],[151,172,167],[165,191,182],[174,202,190],[179,205,194],[179,198,192],[176,192,189],[198,220,218],[176,200,202],[164,181,189],[160,176,191],[159,180,197],[159,184,204],[155,182,203],[162,186,210],[175,195,220],[196,218,242],[191,222,243],[173,204,224],[180,207,228],[191,222,243],[115,157,182],[119,164,193],[130,167,196],[145,176,205],[217,241,255],[227,248,255],[207,233,255],[174,205,226],[144,185,203],[137,182,201],[140,188,208],[137,183,207],[139,180,208],[154,187,222],[163,188,228],[168,190,229],[158,185,215],[152,179,206],[166,192,217],[203,227,251],[179,199,223],[185,199,225],[184,191,217],[214,214,242],[231,224,255],[255,248,255],[231,219,255],[226,218,255],[240,238,255],[205,211,247],[176,190,225],[179,201,240],[150,181,225],[152,184,231],[150,177,222],[154,177,221],[160,179,221],[164,182,222],[169,191,228],[163,187,223],[168,190,227],[184,204,239],[174,192,228],[163,177,212],[174,187,219],[192,197,227],[206,201,231],[220,214,240],[212,213,233],[251,255,255],[230,233,242],[253,254,255],[188,188,188],[190,186,185],[195,187,185],[211,199,201],[241,226,233],[255,243,254],[228,216,230],[199,190,209],[182,180,201],[195,200,220],[198,209,229],[207,224,242],[200,224,234],[204,228,238],[189,208,222],[204,220,235],[217,226,243],[221,226,245],[214,217,232],[193,197,206],[210,215,218],[184,191,184],[193,201,188],[212,219,201],[168,176,153],[165,170,147],[190,194,169],[153,162,135],[197,217,189],[239,255,228],[165,170,140],[148,144,119],[100,94,78],[52,46,34],[146,142,130],[242,237,218],[181,172,141],[149,144,102],[184,186,139],[149,156,105],[188,200,152],[156,164,113],[170,169,113],[132,125,71],[112,96,60],[163,140,108],[202,174,134],[218,181,137],[191,139,99],[174,121,81],[158,110,72],[126,80,44],[126,77,44],[139,86,52],[181,121,85],[146,88,51],[136,90,54],[127,91,57],[85,51,26],[69,38,20],[156,127,119],[165,140,136],[68,44,40],[53,32,27],[40,20,13],[34,11,3],[40,10,0],[32,0,0],[119,73,58],[118,67,48],[105,50,29],[100,44,21],[115,61,37],[112,62,39],[103,57,33],[116,75,53],[76,43,28],[32,4,0],[18,0,0],[22,3,0],[10,0,0],[6,0,0],[10,6,7],[1,0,0],[6,2,1],[6,2,1],[4,0,0],[7,2,0],[14,9,6],[9,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[13,9,8],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[12,8,7],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,2,1],[252,254,253],[91,93,92],[0,0,0],[6,6,6],[6,6,6],[0,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[3,1,2],[2,0,3],[2,0,3],[5,3,6],[13,8,12],[18,13,17],[25,19,21],[13,5,3],[33,26,18],[48,41,25],[62,54,33],[44,34,9],[50,41,8],[62,58,11],[122,119,68],[111,109,58],[172,170,121],[143,140,95],[121,117,79],[78,73,41],[73,66,38],[100,89,67],[64,53,33],[35,23,1],[49,33,8],[107,91,58],[107,89,49],[103,87,38],[134,124,73],[155,157,110],[115,124,79],[108,119,76],[117,129,89],[125,139,104],[178,193,164],[210,225,204],[245,255,248],[228,245,239],[118,136,136],[157,177,178],[204,225,226],[179,204,200],[148,175,168],[177,205,193],[151,178,169],[153,178,175],[171,195,197],[221,251,251],[211,237,238],[183,197,206],[183,197,208],[189,211,225],[161,187,202],[160,187,204],[155,180,200],[169,187,211],[178,198,222],[149,181,202],[132,168,190],[159,191,216],[172,209,236],[139,188,218],[178,229,255],[178,219,251],[151,184,217],[167,193,226],[209,234,255],[183,210,239],[167,201,226],[154,196,218],[157,204,224],[165,211,234],[155,200,223],[200,235,255],[217,246,255],[187,207,242],[225,245,255],[171,196,227],[158,185,212],[166,188,212],[191,211,235],[165,186,207],[205,223,245],[208,220,246],[202,207,236],[211,210,242],[197,193,228],[191,185,221],[209,203,239],[250,243,255],[241,239,255],[195,200,242],[198,211,255],[192,215,255],[175,202,247],[181,204,246],[191,210,252],[185,200,239],[201,215,252],[220,236,255],[196,212,245],[163,178,211],[168,181,213],[185,194,227],[173,179,211],[161,165,194],[209,206,235],[241,230,255],[208,196,220],[206,204,218],[186,186,196],[206,207,212],[252,252,254],[206,205,203],[209,204,201],[214,202,202],[245,231,231],[255,249,255],[255,242,254],[209,195,210],[204,195,214],[203,201,222],[230,236,255],[196,210,236],[160,178,200],[165,187,200],[192,214,225],[161,183,196],[195,212,228],[235,248,255],[234,242,255],[215,220,239],[240,246,255],[236,245,250],[214,224,223],[209,219,210],[186,194,181],[225,229,212],[228,231,212],[177,182,160],[137,147,122],[159,178,150],[203,219,190],[177,182,150],[70,69,39],[65,62,43],[132,130,117],[153,153,143],[253,250,235],[220,214,182],[185,178,134],[203,199,152],[243,241,193],[197,200,153],[162,164,115],[177,174,121],[153,143,94],[122,104,66],[120,96,60],[88,59,19],[151,112,71],[206,152,114],[201,143,105],[168,116,77],[107,59,19],[105,56,16],[133,77,40],[183,119,83],[174,114,78],[129,83,47],[121,85,53],[89,55,30],[93,62,44],[146,113,104],[95,64,59],[64,39,34],[27,7,0],[50,31,24],[54,34,27],[62,35,26],[57,21,9],[57,11,0],[116,63,45],[126,69,49],[118,60,38],[115,59,36],[109,59,36],[104,59,36],[84,46,27],[55,23,10],[41,14,5],[17,0,0],[13,0,0],[21,10,8],[13,5,3],[3,0,0],[6,4,5],[6,2,3],[6,2,1],[4,0,0],[8,3,0],[16,11,8],[10,6,3],[3,0,0],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[12,8,7],[84,80,79],[85,81,80],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,3,3],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[1,1,1],[2,2,2],[1,1,1],[64,64,66],[24,24,26],[1,1,3],[1,1,3],[1,1,3],[2,2,4],[4,4,6],[0,0,2],[1,1,1],[9,9,9],[0,0,0],[12,12,12],[1,0,2],[11,9,12],[14,10,11],[24,18,18],[30,22,20],[36,27,22],[34,24,14],[63,51,35],[77,65,41],[65,54,24],[92,79,45],[113,101,63],[94,88,40],[75,72,19],[163,162,108],[184,182,131],[186,185,137],[61,59,18],[42,39,6],[64,58,34],[84,77,61],[69,59,47],[84,72,60],[112,101,83],[113,101,75],[103,90,55],[94,83,38],[116,112,65],[152,163,120],[120,136,97],[119,136,94],[80,96,57],[111,127,90],[162,182,147],[178,201,173],[172,200,178],[146,177,162],[122,155,146],[138,173,169],[130,165,161],[111,143,140],[161,192,186],[180,207,200],[161,190,186],[133,163,173],[152,184,197],[186,216,224],[158,183,188],[183,193,202],[230,238,249],[175,193,207],[158,181,197],[152,178,195],[173,195,216],[216,232,255],[221,241,255],[162,198,224],[119,163,192],[132,177,216],[150,198,238],[148,201,235],[150,200,233],[154,203,235],[154,199,232],[144,187,219],[142,183,213],[151,192,220],[161,203,228],[163,205,229],[176,218,240],[181,222,242],[220,255,255],[203,238,255],[189,220,240],[207,234,255],[196,224,248],[167,201,229],[156,185,215],[186,202,228],[184,199,220],[167,193,208],[182,211,229],[175,203,227],[152,179,209],[167,191,227],[158,180,217],[156,176,211],[170,184,221],[188,191,232],[211,212,255],[212,222,255],[181,197,246],[174,191,235],[178,196,236],[189,204,243],[190,204,241],[221,234,255],[208,219,251],[197,208,236],[235,242,255],[207,213,239],[205,207,232],[213,210,237],[198,189,216],[196,183,209],[219,203,230],[233,213,240],[222,204,228],[202,196,210],[172,171,179],[206,205,213],[255,253,255],[212,207,213],[208,199,204],[224,209,216],[255,245,254],[255,248,255],[255,243,255],[235,218,234],[216,207,226],[221,223,246],[199,211,237],[139,159,186],[140,161,188],[147,163,186],[181,199,219],[172,199,218],[132,160,181],[167,191,215],[204,224,249],[173,193,217],[171,192,211],[180,204,214],[206,227,230],[240,255,253],[220,230,222],[200,200,190],[217,214,199],[240,241,223],[185,189,166],[208,212,187],[184,187,160],[119,119,91],[100,100,74],[83,85,64],[100,102,88],[116,119,112],[78,80,66],[205,207,170],[167,166,120],[116,113,70],[209,206,165],[182,177,139],[91,86,48],[185,176,137],[227,213,174],[219,200,157],[180,153,110],[101,63,24],[98,52,18],[176,123,91],[151,96,65],[136,86,51],[124,76,38],[98,49,9],[116,62,24],[176,118,81],[161,102,68],[123,72,41],[123,79,52],[70,34,12],[123,88,68],[106,68,49],[108,69,52],[79,45,33],[42,14,3],[35,10,3],[56,31,24],[43,13,3],[77,41,27],[56,10,0],[70,18,0],[130,74,49],[124,67,40],[111,55,30],[122,70,48],[96,49,29],[87,48,31],[62,32,22],[49,24,19],[20,0,0],[11,0,0],[15,4,2],[5,0,0],[4,0,0],[5,3,4],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[8,4,3],[3,0,0],[3,0,0],[6,2,1],[12,8,7],[12,8,7],[7,3,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,1,3],[2,2,4],[1,1,3],[3,3,3],[0,0,0],[7,7,7],[0,0,0],[5,3,4],[9,7,8],[9,5,4],[19,14,11],[54,47,41],[27,19,8],[39,30,13],[60,49,27],[119,108,80],[99,86,52],[98,84,47],[106,94,52],[125,118,72],[87,85,34],[89,88,34],[138,138,84],[162,162,110],[95,97,48],[54,55,15],[32,31,0],[47,45,22],[49,43,27],[95,88,72],[101,93,72],[57,50,21],[71,63,24],[71,65,17],[119,118,70],[166,179,136],[115,133,93],[89,106,64],[77,92,51],[121,136,95],[182,198,161],[165,186,153],[152,181,153],[49,82,63],[84,122,107],[108,148,139],[111,150,145],[116,151,145],[149,180,174],[160,185,179],[141,166,163],[174,201,212],[148,176,190],[120,150,160],[128,153,160],[189,201,213],[204,213,228],[165,182,198],[138,161,179],[178,203,223],[192,216,240],[182,202,229],[170,195,225],[160,201,231],[148,197,230],[145,194,235],[139,188,229],[122,174,211],[118,171,205],[119,172,206],[122,175,207],[125,175,208],[126,177,208],[131,180,210],[136,183,211],[139,183,210],[163,205,229],[169,207,230],[200,237,255],[193,228,247],[175,208,225],[175,207,222],[182,213,234],[147,180,211],[158,187,219],[176,191,220],[179,193,219],[189,214,234],[198,231,250],[176,210,235],[152,187,217],[143,179,213],[145,181,215],[146,181,213],[159,185,220],[200,212,252],[221,228,255],[191,208,254],[170,188,234],[177,192,233],[183,197,236],[182,194,232],[156,169,203],[189,202,234],[226,237,255],[216,223,251],[180,186,210],[208,210,233],[222,220,242],[214,206,229],[213,201,223],[205,190,213],[241,222,244],[245,223,246],[228,211,230],[219,211,224],[252,249,255],[203,200,207],[196,193,200],[216,211,218],[221,211,219],[247,231,241],[255,248,255],[255,244,253],[231,211,223],[216,202,217],[221,214,232],[225,230,252],[154,170,195],[143,169,196],[142,168,195],[152,170,194],[180,198,220],[167,194,215],[144,175,196],[154,184,208],[178,206,230],[179,205,228],[160,187,208],[136,165,179],[167,196,202],[191,211,212],[226,236,235],[190,189,184],[215,211,200],[225,223,208],[247,246,225],[226,222,195],[203,198,168],[147,143,114],[118,117,89],[92,92,66],[135,137,115],[155,158,141],[78,81,60],[121,125,92],[142,144,107],[121,121,87],[137,132,100],[139,133,101],[111,102,69],[153,142,110],[193,179,142],[182,163,120],[212,185,142],[90,52,16],[157,112,81],[154,104,77],[125,74,47],[115,69,36],[148,102,68],[134,89,50],[85,37,0],[165,113,76],[110,55,24],[70,19,0],[62,17,0],[72,37,17],[89,54,34],[73,32,10],[89,47,25],[73,37,21],[67,35,24],[81,54,45],[27,0,0],[48,18,8],[54,18,4],[61,18,0],[75,25,2],[109,55,29],[114,58,31],[108,56,32],[68,20,0],[49,4,0],[60,22,9],[63,34,26],[32,8,4],[35,16,12],[19,5,2],[11,1,0],[23,18,15],[8,4,3],[1,0,0],[5,0,4],[5,0,4],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[9,5,4],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[2,2,4],[0,0,2],[0,0,2],[2,2,2],[0,2,0],[14,16,13],[65,65,63],[0,0,0],[1,0,0],[12,11,9],[17,13,12],[14,9,5],[47,40,32],[70,62,51],[36,27,10],[30,19,0],[62,51,23],[99,86,54],[106,93,58],[105,96,57],[78,73,31],[76,75,29],[78,78,28],[135,138,85],[200,203,146],[154,157,100],[122,125,72],[86,88,41],[30,30,0],[88,88,54],[64,61,28],[36,32,0],[43,40,0],[44,40,0],[77,74,19],[169,169,115],[181,190,145],[177,189,149],[168,176,135],[171,180,137],[149,156,114],[177,185,146],[201,215,180],[224,243,215],[158,183,162],[136,167,152],[113,146,137],[141,174,167],[142,173,167],[159,186,179],[205,228,220],[168,187,181],[170,182,182],[141,156,159],[159,184,189],[218,245,254],[212,229,245],[214,231,251],[159,182,200],[170,197,216],[216,246,255],[145,176,204],[141,171,205],[144,180,216],[155,204,237],[184,234,255],[159,202,236],[132,175,209],[132,182,217],[124,178,214],[124,176,213],[127,180,214],[130,180,215],[131,181,216],[130,179,212],[129,175,208],[138,181,213],[144,185,213],[150,187,214],[177,213,237],[180,215,237],[172,204,227],[158,189,210],[166,196,222],[158,187,219],[153,177,213],[166,180,217],[174,189,222],[167,188,217],[179,207,231],[199,229,253],[186,218,243],[156,190,217],[143,178,206],[139,172,203],[149,175,208],[178,194,230],[182,196,233],[165,185,218],[182,202,237],[187,202,241],[168,182,221],[173,187,224],[173,186,221],[185,198,232],[185,196,226],[182,191,220],[178,185,211],[201,205,230],[211,212,233],[220,217,238],[191,183,204],[205,194,211],[228,215,233],[255,246,255],[230,218,232],[186,179,187],[188,183,190],[179,174,181],[228,223,229],[252,247,253],[224,218,222],[255,248,255],[255,250,255],[255,242,250],[241,224,234],[237,225,237],[212,208,223],[189,196,215],[150,166,191],[171,197,224],[152,180,204],[158,180,201],[188,209,226],[168,189,206],[156,182,199],[154,183,199],[167,196,214],[200,225,245],[178,204,221],[133,162,176],[146,173,184],[157,174,182],[162,171,176],[124,130,128],[165,168,159],[148,144,133],[212,205,186],[231,226,194],[186,182,144],[204,198,162],[169,161,125],[132,123,90],[166,160,124],[128,124,86],[103,103,69],[114,113,93],[91,92,78],[85,86,70],[212,211,191],[116,112,87],[54,47,18],[109,99,64],[130,116,79],[168,153,112],[244,220,182],[171,138,107],[186,144,119],[140,94,70],[106,60,36],[96,55,27],[139,98,68],[203,163,128],[126,81,48],[109,60,28],[96,46,19],[72,26,2],[60,19,0],[50,19,1],[53,22,4],[94,56,37],[78,40,21],[92,56,42],[102,72,62],[123,96,89],[64,37,30],[58,28,18],[78,42,28],[88,45,28],[125,77,55],[141,89,65],[127,75,51],[99,51,29],[56,11,0],[67,25,11],[67,33,23],[37,10,3],[33,12,7],[34,16,12],[12,0,0],[20,10,8],[27,22,19],[3,0,0],[11,9,10],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[5,1,0],[9,5,4],[11,7,6],[10,6,5],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[1,1,1],[2,2,4],[5,5,7],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,4],[2,4,1],[26,28,23],[77,79,76],[2,2,0],[5,5,3],[16,15,11],[21,20,16],[12,9,4],[21,17,8],[62,56,44],[85,78,60],[13,5,0],[22,12,0],[39,30,0],[38,28,0],[67,57,21],[50,41,8],[63,57,21],[90,85,43],[125,123,72],[100,99,42],[71,71,9],[147,147,85],[155,154,97],[156,155,101],[144,142,93],[110,106,59],[84,77,31],[95,89,39],[103,96,42],[131,125,65],[201,199,142],[237,243,195],[214,221,179],[167,173,129],[172,173,129],[137,138,94],[147,148,108],[208,214,178],[211,221,194],[243,255,239],[139,162,146],[141,167,156],[160,187,180],[150,177,170],[152,178,169],[170,191,182],[190,206,196],[174,181,174],[191,200,199],[195,216,221],[195,222,233],[171,189,209],[194,212,234],[153,176,194],[189,216,235],[171,201,225],[177,211,239],[168,203,241],[141,185,224],[129,183,219],[135,188,222],[135,178,210],[126,167,199],[125,175,212],[124,178,216],[129,181,220],[130,182,219],[129,181,218],[133,183,220],[136,186,221],[136,185,218],[151,196,229],[140,183,215],[157,196,227],[174,211,240],[159,194,222],[161,195,222],[157,188,216],[169,200,229],[172,205,238],[146,176,212],[150,175,215],[174,198,236],[154,180,213],[153,180,209],[186,214,236],[176,207,227],[184,215,236],[173,203,227],[167,194,223],[165,188,220],[164,180,213],[164,178,207],[165,179,205],[167,181,207],[196,209,243],[184,198,235],[179,193,228],[168,181,215],[175,188,220],[164,175,205],[170,179,208],[186,193,219],[193,199,223],[187,189,210],[241,242,255],[224,221,238],[232,228,242],[201,195,207],[237,229,240],[255,245,254],[240,230,238],[188,179,184],[227,221,225],[255,253,255],[223,218,222],[229,223,225],[255,252,255],[255,247,251],[237,225,229],[233,220,227],[241,234,242],[209,208,222],[159,167,186],[159,175,198],[154,180,205],[151,181,205],[158,187,203],[183,209,222],[155,174,188],[155,174,188],[172,196,208],[183,210,221],[196,224,236],[166,194,208],[149,177,191],[133,156,172],[143,162,176],[140,157,165],[119,133,134],[102,108,104],[120,115,109],[164,155,138],[197,188,157],[196,188,149],[215,205,169],[230,220,184],[230,221,182],[200,193,149],[117,114,59],[103,100,55],[82,77,57],[30,26,15],[68,65,48],[181,179,158],[183,179,154],[41,37,8],[66,61,29],[128,120,84],[190,176,139],[240,217,183],[255,231,202],[156,119,93],[91,49,25],[78,36,12],[42,2,0],[70,33,4],[193,154,123],[200,159,127],[100,55,26],[108,61,35],[84,39,18],[90,52,33],[73,41,26],[48,19,3],[65,28,10],[65,28,10],[55,21,9],[60,30,20],[42,15,8],[53,26,19],[39,9,0],[65,29,15],[83,42,24],[118,71,51],[141,93,71],[143,95,73],[87,42,23],[66,27,12],[73,36,27],[40,10,2],[45,20,15],[39,18,13],[25,7,3],[17,3,0],[8,0,0],[5,0,0],[10,6,5],[1,0,0],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[6,2,1],[9,5,4],[11,7,6],[9,5,4],[5,1,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[3,3,3],[1,1,1],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,3,5],[4,4,6],[1,1,3],[2,2,2],[0,2,0],[0,1,0],[9,11,6],[0,1,0],[13,14,9],[6,5,1],[6,5,1],[5,2,0],[18,14,5],[42,36,24],[65,60,41],[79,73,51],[98,92,66],[42,35,6],[19,10,0],[28,17,0],[56,40,15],[45,27,3],[93,77,43],[119,105,60],[106,93,38],[130,120,58],[91,82,15],[150,141,74],[170,160,98],[160,148,88],[142,129,74],[205,190,135],[193,178,123],[200,183,127],[185,169,110],[194,183,127],[255,255,209],[213,219,173],[178,177,131],[170,167,122],[169,162,118],[159,154,114],[190,187,152],[174,177,148],[222,231,210],[239,253,238],[214,234,225],[163,186,178],[155,178,170],[143,166,158],[166,187,178],[183,199,189],[242,248,244],[226,236,237],[219,243,247],[216,240,250],[201,218,236],[170,187,205],[203,222,237],[198,221,237],[195,223,244],[181,212,240],[188,224,255],[140,184,223],[122,180,218],[141,199,236],[118,166,202],[130,176,212],[122,174,213],[124,177,217],[129,182,222],[130,182,222],[128,180,220],[135,184,224],[140,189,229],[140,188,228],[151,195,234],[132,174,212],[143,183,219],[160,198,234],[163,197,232],[182,215,248],[173,206,239],[182,217,249],[158,201,233],[153,199,233],[148,194,230],[157,199,237],[145,181,217],[133,164,193],[159,187,208],[173,200,217],[190,216,233],[209,230,251],[196,213,243],[181,194,228],[181,190,221],[201,207,233],[219,218,236],[191,190,208],[178,185,213],[194,205,237],[198,209,241],[174,185,217],[170,181,211],[165,176,206],[176,185,214],[177,184,210],[149,155,179],[189,194,214],[251,254,255],[245,247,255],[233,233,243],[199,198,204],[181,179,184],[233,227,231],[255,251,255],[246,233,240],[255,252,255],[254,248,250],[224,220,221],[255,254,255],[246,240,242],[255,253,253],[199,190,191],[183,177,181],[195,192,199],[199,201,213],[168,180,196],[140,158,178],[118,144,167],[138,169,190],[151,184,199],[185,215,225],[191,214,222],[188,205,213],[188,203,210],[182,203,208],[168,201,206],[145,177,188],[159,177,197],[173,189,212],[154,180,197],[150,176,189],[155,174,180],[124,134,135],[198,194,191],[179,167,155],[187,171,146],[232,217,186],[220,207,175],[220,212,176],[244,239,201],[228,226,178],[167,165,106],[156,153,98],[158,149,116],[147,135,109],[85,74,42],[53,45,9],[173,168,138],[154,153,125],[153,155,133],[213,211,186],[132,119,87],[157,133,99],[203,169,141],[114,74,49],[52,7,0],[102,57,34],[81,39,14],[109,70,41],[97,56,26],[152,109,77],[127,80,52],[133,83,58],[115,69,46],[93,52,32],[123,90,71],[98,67,49],[94,59,40],[49,12,0],[55,21,11],[46,16,6],[21,0,0],[78,49,41],[32,0,0],[94,58,44],[77,35,19],[85,40,21],[121,74,54],[150,105,86],[65,26,11],[44,7,0],[35,4,0],[40,12,9],[41,17,13],[34,15,11],[11,0,0],[8,0,0],[11,3,0],[4,0,0],[3,0,0],[10,6,7],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[3,3,3],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[3,3,5],[4,4,6],[5,5,7],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[1,3,2],[3,8,4],[0,5,0],[0,2,0],[13,15,10],[18,20,15],[10,11,6],[13,12,8],[10,9,4],[20,17,8],[34,30,18],[45,42,25],[41,36,16],[56,52,27],[85,81,52],[57,52,22],[59,49,22],[48,31,13],[48,27,8],[45,25,0],[95,80,39],[115,102,50],[119,108,46],[131,120,54],[139,129,60],[112,101,35],[122,111,47],[147,136,74],[83,68,9],[153,138,79],[207,191,132],[184,168,108],[217,206,150],[230,232,183],[205,211,165],[212,211,165],[175,171,126],[169,160,117],[161,152,111],[190,184,150],[242,241,213],[231,236,216],[235,247,233],[203,220,212],[133,156,150],[157,182,176],[161,186,180],[165,188,180],[185,204,198],[233,242,239],[230,240,241],[203,224,227],[191,214,222],[205,221,236],[181,198,216],[189,212,230],[197,225,246],[195,230,252],[152,187,215],[131,167,201],[135,178,213],[126,180,214],[123,182,214],[132,182,215],[120,168,204],[123,175,214],[121,174,214],[121,174,214],[121,174,214],[125,178,218],[135,187,227],[136,188,228],[131,180,221],[145,190,231],[151,195,234],[153,195,235],[156,195,234],[160,195,233],[169,203,240],[156,190,227],[178,214,250],[166,211,244],[144,194,227],[129,185,220],[129,181,218],[136,174,211],[164,195,226],[191,218,239],[179,202,218],[166,187,204],[185,202,222],[175,189,216],[165,176,206],[162,176,202],[177,185,204],[209,205,219],[222,218,232],[177,182,202],[176,186,211],[188,198,225],[184,194,221],[173,183,210],[164,171,199],[184,191,217],[181,187,211],[185,190,212],[199,204,223],[224,227,242],[217,220,229],[250,251,255],[208,207,212],[162,162,162],[219,215,216],[255,246,251],[255,249,255],[254,242,246],[250,241,244],[249,245,246],[246,244,245],[180,179,177],[213,212,210],[220,216,215],[217,215,216],[209,210,215],[180,184,195],[179,191,205],[151,170,187],[161,188,209],[132,164,185],[148,187,202],[158,192,202],[188,211,219],[192,207,212],[170,184,185],[155,175,176],[133,163,165],[111,141,149],[142,163,182],[154,176,200],[167,198,219],[157,188,206],[149,176,185],[188,203,208],[237,237,237],[170,159,153],[162,151,133],[210,198,174],[215,206,177],[214,205,172],[228,223,185],[240,236,191],[208,202,152],[195,187,138],[131,119,79],[184,172,134],[190,179,134],[104,97,51],[146,143,102],[205,205,169],[238,241,210],[228,225,194],[146,130,96],[197,168,134],[179,140,109],[114,69,40],[64,17,0],[131,84,58],[161,116,87],[140,97,65],[130,87,53],[104,58,25],[94,43,12],[90,36,8],[128,76,52],[96,50,27],[98,60,37],[83,48,28],[60,23,5],[53,17,3],[73,39,29],[84,51,42],[56,26,16],[56,26,16],[57,23,11],[78,40,27],[98,56,40],[88,45,28],[103,60,43],[123,81,65],[75,39,27],[58,28,20],[26,1,0],[48,24,24],[39,18,15],[19,0,0],[71,56,53],[72,61,59],[15,7,5],[4,0,0],[7,3,2],[4,0,1],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[1,1,1],[15,15,15],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,6],[4,5,7],[0,1,0],[6,10,9],[1,5,4],[6,8,7],[3,5,4],[0,0,0],[10,9,5],[4,3,0],[22,19,12],[32,30,18],[49,47,32],[43,40,21],[57,55,34],[41,39,14],[81,80,52],[77,73,48],[64,55,38],[95,84,66],[79,69,42],[75,70,32],[116,112,64],[96,94,37],[129,128,64],[142,141,76],[130,129,64],[153,152,88],[153,151,90],[195,190,132],[203,198,140],[215,209,151],[163,157,97],[207,206,150],[225,233,184],[191,200,157],[189,192,147],[179,176,133],[159,152,110],[146,138,101],[170,165,133],[219,219,193],[207,214,198],[167,180,170],[134,155,150],[95,121,118],[116,145,141],[132,163,158],[180,209,204],[194,216,213],[218,230,230],[185,193,195],[147,163,162],[166,184,188],[169,183,196],[185,203,223],[151,185,212],[154,198,227],[155,201,234],[149,193,228],[143,182,215],[139,178,209],[157,204,230],[154,204,229],[126,171,200],[127,173,206],[123,175,212],[120,176,213],[121,177,214],[125,179,217],[136,189,229],[151,203,243],[152,204,244],[143,192,233],[141,188,230],[154,199,240],[147,190,232],[148,190,230],[156,195,236],[167,205,244],[158,193,233],[170,205,243],[170,205,243],[139,182,217],[143,196,230],[143,191,227],[143,177,214],[193,218,249],[219,241,255],[185,206,225],[179,198,215],[169,187,207],[189,205,230],[180,200,224],[164,191,208],[166,190,202],[179,188,195],[214,217,224],[202,206,218],[188,194,210],[170,175,194],[161,163,184],[174,176,197],[185,187,210],[206,208,229],[190,192,213],[190,191,211],[208,209,227],[221,220,234],[200,198,209],[219,218,224],[189,187,190],[192,191,189],[229,223,223],[219,202,208],[249,228,235],[255,242,249],[255,249,254],[255,254,255],[250,250,250],[187,189,186],[181,183,180],[207,207,205],[206,208,207],[206,210,213],[163,170,178],[153,167,180],[161,179,199],[195,221,244],[143,175,198],[140,183,200],[137,176,191],[170,189,203],[189,204,211],[172,190,190],[150,170,169],[141,162,165],[138,162,172],[141,172,190],[125,160,182],[103,135,160],[96,128,151],[152,186,198],[181,206,211],[179,185,185],[206,205,200],[149,151,140],[177,180,161],[149,147,122],[190,184,152],[212,199,165],[236,221,188],[255,253,227],[224,209,180],[175,166,125],[168,164,116],[209,209,159],[235,238,185],[148,151,96],[161,162,105],[141,140,84],[200,190,139],[206,182,138],[230,192,155],[161,112,79],[140,87,55],[105,50,19],[86,31,0],[118,68,33],[126,78,42],[102,54,16],[90,38,1],[100,41,7],[84,23,0],[141,82,52],[131,77,49],[104,59,30],[99,59,33],[44,5,0],[65,27,14],[117,81,69],[73,39,29],[39,5,0],[43,9,0],[77,39,26],[88,49,34],[63,21,5],[79,36,19],[98,56,40],[85,47,34],[82,49,40],[65,36,32],[34,10,10],[38,18,19],[45,25,24],[16,0,0],[29,15,14],[22,12,10],[6,1,0],[12,8,5],[4,0,0],[4,0,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[7,3,2],[5,1,0],[4,0,0],[6,2,1],[7,3,2],[6,2,1],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[9,9,9],[32,32,32],[11,11,13],[0,0,2],[0,0,2],[5,5,7],[2,2,4],[2,2,4],[4,4,6],[0,0,2],[4,8,9],[0,2,2],[0,1,2],[3,7,8],[16,17,19],[4,6,5],[11,11,9],[14,13,9],[20,17,12],[22,19,12],[30,28,16],[46,44,29],[61,60,42],[76,78,57],[75,77,55],[29,28,7],[66,63,46],[86,83,64],[92,92,66],[83,84,50],[88,91,48],[104,108,58],[103,108,54],[96,101,43],[137,142,84],[146,151,95],[154,159,103],[199,204,150],[225,228,175],[182,185,130],[157,160,105],[167,174,122],[202,215,171],[177,192,151],[186,195,152],[253,255,215],[221,219,180],[200,197,162],[234,233,203],[240,244,221],[231,242,228],[124,141,133],[134,160,157],[117,149,148],[146,180,181],[148,184,184],[123,159,157],[127,158,160],[183,206,212],[207,226,233],[158,179,182],[174,193,197],[204,216,228],[215,232,250],[192,226,251],[152,196,223],[125,170,201],[128,171,203],[157,191,219],[203,237,255],[196,241,255],[154,204,227],[142,191,221],[138,191,223],[115,169,205],[116,172,207],[117,173,208],[118,174,209],[124,180,217],[135,189,227],[135,189,227],[125,177,216],[137,186,226],[147,195,235],[148,193,234],[153,197,236],[145,187,227],[162,201,242],[170,208,247],[175,210,250],[190,222,255],[165,200,238],[154,203,235],[144,191,221],[162,193,224],[205,226,255],[204,224,249],[184,204,228],[192,213,234],[159,180,201],[196,218,239],[175,202,221],[162,200,211],[204,241,247],[194,213,219],[190,197,203],[191,196,202],[201,204,211],[185,185,195],[176,176,188],[195,194,208],[187,184,201],[199,196,213],[208,205,222],[204,201,218],[204,200,215],[200,197,208],[248,243,250],[228,223,229],[215,211,212],[227,223,222],[236,226,227],[221,200,207],[220,197,207],[255,249,255],[255,251,255],[252,248,249],[244,246,245],[209,214,210],[202,207,203],[212,214,211],[160,164,163],[191,196,199],[209,218,225],[151,165,178],[136,155,172],[142,167,189],[137,169,192],[131,173,195],[118,159,177],[126,152,167],[178,197,204],[209,227,229],[183,201,201],[163,181,185],[165,187,198],[125,161,177],[110,151,173],[127,164,190],[132,170,193],[84,122,135],[72,101,107],[199,213,213],[244,253,248],[238,251,242],[225,237,225],[172,179,163],[141,143,122],[128,122,98],[194,183,161],[255,241,225],[229,215,188],[218,211,157],[218,214,150],[200,200,140],[215,214,157],[161,161,101],[121,121,59],[166,165,100],[166,154,94],[149,118,71],[208,164,125],[146,94,57],[136,77,43],[124,64,30],[129,71,34],[131,77,39],[161,109,70],[115,63,24],[102,48,10],[143,83,49],[149,86,53],[191,130,99],[149,92,62],[138,89,56],[132,88,59],[83,45,26],[46,8,0],[76,38,25],[85,49,35],[73,37,23],[45,9,0],[64,27,11],[80,41,24],[49,7,0],[53,11,0],[70,31,16],[50,14,2],[85,55,47],[61,36,32],[51,31,30],[43,25,25],[35,17,17],[30,15,12],[14,3,1],[9,0,0],[4,0,0],[3,0,0],[9,5,4],[5,1,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[2,2,4],[2,3,7],[2,5,10],[0,2,6],[5,9,12],[0,3,6],[11,12,16],[10,10,12],[2,0,1],[44,43,41],[22,21,17],[27,26,21],[35,35,25],[40,40,28],[5,6,0],[50,53,36],[53,56,37],[66,69,50],[68,73,53],[57,62,40],[35,40,17],[63,69,41],[73,80,47],[72,80,43],[91,99,60],[96,104,63],[97,105,64],[107,115,74],[88,96,55],[101,110,67],[102,111,68],[83,92,47],[123,135,85],[158,174,127],[112,134,95],[82,104,68],[108,124,87],[163,175,137],[198,204,168],[198,203,171],[229,235,209],[240,249,230],[228,245,235],[180,205,201],[184,218,219],[155,194,199],[126,170,173],[104,149,152],[86,131,134],[91,136,142],[107,150,169],[115,153,176],[130,166,180],[147,174,185],[182,195,204],[240,252,255],[232,254,255],[215,243,255],[164,193,209],[158,185,204],[226,248,255],[214,242,255],[150,195,218],[137,193,220],[124,186,223],[134,196,235],[116,176,210],[118,177,209],[123,182,214],[125,181,214],[121,177,212],[124,180,215],[126,182,217],[121,175,213],[130,182,221],[146,196,233],[148,196,234],[143,188,227],[144,188,227],[150,192,230],[152,194,232],[158,196,235],[163,192,232],[159,193,230],[144,191,217],[158,204,227],[191,223,246],[191,215,241],[190,211,240],[211,232,255],[194,218,244],[174,200,223],[178,207,225],[166,202,216],[149,196,202],[154,199,204],[157,184,195],[167,180,189],[186,190,191],[207,206,204],[184,180,181],[205,200,204],[198,193,199],[201,194,202],[190,182,193],[181,170,184],[215,204,218],[200,190,201],[214,204,213],[237,226,234],[253,242,248],[243,231,235],[229,217,219],[220,205,208],[227,204,214],[233,209,222],[255,244,254],[242,231,239],[219,214,218],[216,216,216],[245,247,244],[228,233,229],[198,203,199],[171,175,174],[188,193,196],[221,228,236],[196,208,220],[159,176,194],[136,158,181],[143,173,199],[125,164,193],[129,169,195],[112,148,164],[143,170,181],[181,194,200],[149,158,163],[163,180,187],[134,158,168],[115,146,164],[133,174,196],[113,164,185],[112,159,179],[140,173,188],[175,202,209],[184,206,204],[122,143,136],[158,178,169],[238,255,249],[232,248,248],[234,248,248],[197,208,200],[198,204,190],[241,241,217],[201,199,151],[200,194,116],[203,196,108],[188,176,104],[93,82,20],[211,200,144],[153,146,91],[204,202,145],[132,121,67],[132,99,54],[223,175,137],[208,152,115],[176,116,80],[113,50,15],[108,48,12],[151,97,59],[159,107,68],[119,67,30],[133,77,42],[198,135,104],[199,134,104],[178,114,86],[138,81,51],[106,56,23],[115,70,41],[95,54,34],[64,25,10],[53,14,0],[72,35,19],[86,49,33],[80,43,27],[75,36,21],[75,36,19],[86,47,30],[63,26,10],[43,7,0],[24,0,0],[20,0,0],[58,34,30],[33,15,13],[29,13,13],[21,5,5],[19,5,4],[13,3,2],[10,2,0],[7,1,1],[5,1,0],[5,1,0],[6,2,1],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[2,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[1,2,6],[1,4,11],[0,2,8],[3,6,13],[0,3,8],[7,8,12],[9,9,11],[10,8,9],[40,39,37],[23,22,18],[45,44,39],[20,20,12],[4,6,0],[32,34,21],[13,17,2],[50,54,37],[71,78,60],[32,40,19],[31,40,19],[52,62,38],[27,37,13],[45,55,31],[74,84,59],[94,104,79],[36,46,21],[98,108,81],[120,130,103],[137,148,118],[116,127,95],[64,75,41],[109,121,83],[145,160,119],[175,193,153],[105,132,97],[65,95,61],[67,91,57],[133,150,116],[177,188,156],[229,240,210],[246,255,234],[151,168,150],[125,148,140],[144,176,173],[161,201,203],[109,154,160],[137,186,191],[138,189,193],[74,125,129],[93,143,154],[95,143,166],[102,148,174],[114,157,176],[139,172,187],[176,194,208],[210,222,234],[199,216,224],[218,238,247],[237,255,255],[215,237,250],[227,248,255],[217,245,255],[142,190,213],[119,179,207],[110,172,209],[104,166,205],[119,180,211],[115,175,203],[114,174,202],[114,173,203],[114,173,203],[122,178,211],[126,182,215],[124,180,215],[123,177,213],[127,179,216],[128,178,215],[135,183,219],[150,196,232],[147,191,228],[141,185,222],[150,190,226],[149,183,221],[152,188,222],[144,192,212],[146,193,209],[180,215,234],[197,225,247],[178,203,233],[175,200,231],[179,206,236],[173,203,231],[171,204,223],[152,192,204],[135,186,190],[145,192,200],[153,182,198],[149,165,178],[180,184,183],[234,231,224],[215,212,207],[213,208,205],[207,198,199],[213,204,207],[215,204,210],[186,173,182],[214,201,210],[215,199,209],[206,191,198],[232,217,224],[239,222,228],[243,226,232],[229,213,216],[227,208,214],[229,203,214],[240,216,229],[255,249,255],[234,223,231],[182,177,181],[214,214,214],[242,244,241],[220,222,219],[206,208,203],[167,172,168],[172,176,177],[178,185,191],[171,181,191],[167,183,198],[166,187,206],[154,180,205],[126,161,191],[114,153,182],[127,165,184],[142,172,183],[188,201,210],[172,179,187],[128,143,150],[95,117,128],[104,137,152],[94,137,154],[92,143,162],[100,149,164],[127,161,173],[139,168,174],[107,138,133],[67,98,90],[102,131,127],[89,115,114],[136,162,161],[162,184,182],[217,237,226],[248,255,241],[253,255,227],[224,223,175],[197,192,124],[194,185,108],[150,135,66],[124,108,46],[200,185,128],[171,158,103],[121,112,57],[43,25,0],[124,89,49],[218,170,134],[199,145,111],[188,128,94],[172,112,78],[126,67,33],[123,71,34],[147,99,63],[112,63,30],[131,80,49],[124,67,40],[133,71,46],[160,100,74],[112,58,30],[94,47,17],[123,82,54],[135,94,74],[105,66,49],[64,25,8],[37,0,0],[82,43,28],[111,74,58],[77,40,24],[79,42,26],[100,64,50],[71,37,25],[27,0,0],[28,1,0],[33,10,4],[15,0,0],[27,9,7],[38,22,22],[17,3,2],[15,3,3],[11,3,1],[8,3,0],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[7,10,17],[4,7,16],[7,7,17],[6,6,14],[3,2,8],[6,6,8],[17,15,16],[27,26,24],[13,12,8],[20,19,14],[79,80,72],[39,41,30],[34,38,24],[13,19,5],[15,22,6],[26,33,15],[57,65,44],[16,24,3],[34,41,23],[28,35,19],[54,60,46],[56,59,48],[57,60,49],[43,46,35],[46,50,36],[37,44,28],[65,72,54],[93,101,80],[80,90,65],[81,92,62],[147,161,128],[149,168,136],[95,124,94],[82,112,84],[117,142,112],[141,162,131],[191,208,176],[165,179,153],[186,204,182],[154,177,161],[135,165,157],[100,139,138],[78,123,128],[79,129,136],[102,155,163],[102,157,164],[107,162,169],[95,145,154],[121,163,179],[113,154,172],[105,150,169],[115,156,174],[138,165,184],[166,187,204],[174,196,207],[217,240,248],[220,242,253],[233,255,255],[197,223,246],[130,166,192],[120,171,198],[109,166,193],[132,185,216],[115,168,199],[117,174,203],[110,170,198],[112,173,201],[118,179,207],[118,179,208],[118,177,207],[118,177,207],[120,176,209],[116,172,205],[119,173,207],[119,172,206],[130,180,215],[137,187,222],[124,173,206],[129,175,209],[161,205,240],[150,190,226],[140,184,213],[138,189,206],[144,196,207],[166,208,220],[166,203,221],[146,180,208],[152,185,218],[132,166,201],[146,181,211],[141,177,199],[129,168,185],[137,184,194],[172,214,228],[186,214,238],[159,176,194],[174,180,178],[212,212,202],[221,221,211],[183,180,173],[192,187,183],[188,180,177],[213,203,202],[193,181,183],[196,181,184],[237,221,224],[208,189,195],[255,236,242],[252,231,236],[246,225,230],[246,225,230],[235,212,220],[243,217,228],[252,228,241],[251,234,244],[218,207,215],[174,169,173],[227,227,227],[248,248,246],[238,239,234],[168,169,163],[160,161,156],[176,176,176],[159,163,166],[164,171,179],[158,170,184],[155,172,190],[134,156,179],[125,156,185],[106,141,169],[124,159,179],[126,155,169],[161,179,189],[168,178,187],[144,148,159],[137,151,162],[112,150,161],[115,163,175],[142,188,203],[111,153,167],[90,127,136],[96,131,135],[77,113,109],[88,127,122],[127,168,170],[65,107,105],[38,75,58],[94,124,98],[194,215,182],[220,232,196],[196,200,165],[250,247,216],[255,250,227],[240,229,201],[185,174,128],[166,154,96],[128,112,50],[95,75,14],[53,28,0],[54,23,0],[126,88,52],[183,136,108],[168,114,86],[161,104,75],[181,124,95],[150,97,66],[139,94,61],[133,90,58],[129,88,60],[91,45,21],[82,30,9],[82,26,9],[107,55,34],[90,42,20],[77,35,10],[113,76,50],[177,139,120],[126,87,70],[121,84,66],[72,35,17],[43,6,0],[64,28,12],[55,22,7],[77,45,32],[69,39,28],[50,22,11],[28,4,0],[40,17,11],[36,17,11],[17,0,0],[12,0,0],[15,1,0],[12,0,0],[11,1,2],[10,1,2],[8,2,2],[7,3,2],[5,4,2],[7,3,2],[8,2,2],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[0,1,5],[1,4,13],[0,3,12],[2,2,12],[8,8,16],[6,5,10],[12,12,14],[28,27,25],[23,22,18],[20,19,14],[52,52,42],[57,59,46],[22,26,12],[36,43,27],[74,83,66],[49,58,39],[42,51,32],[20,32,12],[21,33,13],[28,39,22],[17,28,14],[19,27,16],[51,58,51],[51,58,51],[49,56,49],[34,41,33],[61,69,58],[62,73,57],[66,78,58],[64,78,55],[58,72,46],[154,170,141],[132,152,124],[113,143,117],[111,141,115],[107,133,104],[127,147,119],[130,146,117],[171,187,160],[130,149,127],[129,153,137],[183,216,207],[155,196,192],[148,193,196],[119,169,176],[119,172,180],[118,171,179],[116,169,175],[128,175,183],[178,216,229],[165,202,218],[155,202,218],[145,190,209],[138,169,190],[169,192,210],[186,208,219],[216,236,243],[228,251,255],[229,255,255],[178,208,232],[127,166,195],[124,179,209],[115,172,201],[128,179,208],[117,167,194],[115,172,199],[110,170,196],[114,176,201],[123,184,212],[123,184,213],[115,176,205],[113,172,202],[115,174,204],[118,177,209],[119,175,208],[119,173,207],[140,193,227],[159,212,244],[141,191,224],[125,174,207],[144,190,224],[138,181,215],[163,207,234],[168,215,233],[158,204,217],[151,195,208],[148,189,207],[142,182,208],[129,170,202],[123,166,200],[124,169,200],[119,165,188],[132,179,197],[136,184,198],[137,183,199],[156,194,217],[159,186,205],[206,218,218],[196,201,194],[217,220,213],[192,193,187],[192,191,186],[198,193,189],[203,195,192],[187,176,174],[201,187,186],[198,182,182],[181,162,164],[241,221,223],[255,237,239],[240,217,223],[222,199,205],[238,215,221],[234,211,221],[254,233,242],[255,244,251],[227,216,222],[179,175,176],[225,224,222],[255,255,250],[231,231,223],[183,180,171],[185,182,175],[191,190,185],[167,167,167],[192,197,201],[161,170,179],[141,155,168],[131,152,169],[128,156,180],[120,152,177],[125,156,174],[141,167,180],[148,167,174],[139,150,156],[139,142,151],[121,131,140],[95,128,135],[106,149,155],[121,161,169],[75,112,121],[77,114,120],[118,156,157],[87,128,124],[59,104,99],[47,95,95],[54,100,97],[65,106,88],[131,166,136],[166,190,154],[155,171,132],[127,136,93],[148,149,115],[210,202,191],[233,221,209],[253,238,207],[228,211,165],[167,146,93],[121,94,39],[125,93,44],[129,92,50],[119,78,46],[140,93,67],[137,83,57],[140,84,57],[166,110,83],[125,76,46],[112,68,39],[94,57,28],[89,52,26],[39,0,0],[73,26,10],[87,38,23],[97,48,33],[93,48,29],[70,34,10],[79,45,20],[139,102,83],[46,9,0],[73,38,19],[91,55,39],[79,46,31],[108,76,63],[81,51,40],[35,8,0],[60,35,28],[37,17,10],[30,11,5],[45,27,23],[25,10,5],[22,7,4],[14,0,0],[16,2,1],[9,0,0],[9,0,1],[8,2,2],[7,3,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[2,1,6],[10,10,18],[5,8,17],[5,5,13],[10,11,16],[8,8,10],[9,7,8],[19,15,12],[12,9,2],[73,73,63],[52,52,40],[8,10,0],[24,28,11],[36,44,23],[58,67,46],[30,39,18],[33,47,24],[14,32,10],[15,34,14],[20,38,22],[28,46,32],[34,50,39],[53,69,59],[55,68,59],[40,53,43],[56,72,59],[70,87,71],[64,83,63],[94,114,89],[77,100,72],[98,121,92],[162,187,157],[182,208,179],[90,118,93],[136,162,137],[154,177,149],[84,103,75],[133,148,119],[144,158,132],[165,183,159],[206,229,211],[187,219,206],[164,203,198],[146,190,191],[105,153,157],[101,150,155],[104,153,160],[130,177,183],[183,226,233],[201,239,250],[175,214,229],[152,199,215],[146,189,206],[155,184,202],[194,216,230],[198,217,223],[202,221,225],[235,255,255],[195,219,231],[171,201,225],[214,255,255],[116,172,205],[109,172,205],[98,154,187],[128,183,214],[122,182,210],[110,171,199],[105,166,194],[113,174,202],[120,181,210],[116,177,206],[112,173,204],[116,175,207],[112,171,203],[116,172,205],[115,171,204],[132,186,220],[152,205,237],[140,190,223],[121,171,204],[130,176,209],[138,179,211],[167,202,232],[175,209,236],[191,226,248],[173,209,231],[137,178,200],[136,180,207],[117,166,196],[107,160,191],[109,166,195],[97,155,179],[104,162,184],[114,169,189],[120,172,193],[126,181,201],[120,163,179],[146,170,174],[208,220,218],[183,193,192],[194,203,200],[252,255,253],[248,249,244],[174,171,166],[177,170,164],[191,180,176],[188,174,171],[224,209,206],[212,194,192],[225,205,206],[248,228,230],[217,195,198],[238,215,221],[246,225,232],[229,210,216],[251,239,243],[255,247,248],[186,181,178],[158,155,150],[231,228,219],[234,230,219],[192,186,174],[164,156,145],[164,157,147],[165,162,155],[208,210,207],[164,169,172],[133,144,150],[128,145,155],[134,157,173],[126,153,170],[118,146,158],[140,163,171],[141,154,162],[148,157,162],[156,165,170],[111,125,128],[121,142,145],[95,123,127],[86,119,124],[87,125,128],[105,140,144],[105,143,144],[71,116,113],[55,100,95],[67,110,101],[91,132,124],[89,128,123],[56,91,84],[101,129,115],[148,171,143],[181,199,149],[184,192,141],[157,152,122],[192,176,153],[245,221,193],[255,234,204],[255,225,194],[177,143,108],[173,138,100],[151,113,76],[112,67,38],[117,67,42],[153,97,72],[152,95,68],[133,78,48],[114,63,32],[126,85,55],[91,54,27],[63,25,2],[60,19,1],[63,17,4],[79,31,19],[103,55,41],[83,40,23],[72,38,13],[66,34,11],[51,18,0],[34,0,0],[72,39,22],[86,54,39],[69,40,26],[77,50,39],[64,41,33],[31,12,6],[31,16,13],[26,12,11],[40,28,28],[13,3,2],[26,14,14],[17,6,4],[17,3,0],[13,0,0],[10,0,1],[10,1,4],[8,2,4],[8,4,5],[5,4,2],[4,3,1],[5,1,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[4,3,8],[3,3,11],[0,2,9],[1,2,7],[7,6,11],[13,11,12],[12,11,7],[17,14,7],[29,27,15],[66,67,53],[57,58,40],[32,35,14],[43,51,28],[79,89,64],[85,95,70],[55,68,42],[38,52,27],[23,40,21],[32,51,32],[37,55,41],[35,53,39],[86,102,91],[67,83,72],[70,84,71],[82,96,81],[70,87,68],[75,93,71],[54,74,47],[94,114,86],[98,122,90],[123,147,115],[144,169,139],[117,142,113],[130,154,128],[174,197,171],[138,157,129],[112,127,98],[160,173,143],[129,142,112],[141,157,131],[203,225,204],[194,225,210],[163,198,191],[157,197,196],[136,180,181],[106,150,153],[115,158,164],[179,220,224],[196,233,239],[176,210,219],[178,215,224],[171,214,223],[166,204,215],[169,195,208],[188,207,221],[188,211,219],[224,249,255],[214,242,253],[175,204,220],[212,244,255],[151,192,222],[121,178,208],[100,163,196],[136,194,231],[114,173,207],[121,182,211],[107,168,196],[97,158,186],[105,166,195],[119,180,209],[118,179,210],[110,171,202],[107,168,199],[104,165,196],[110,169,201],[109,168,200],[114,170,203],[122,177,208],[121,174,206],[120,173,205],[133,182,214],[143,188,217],[133,172,201],[144,173,205],[191,220,252],[174,211,238],[118,164,188],[117,169,193],[118,174,199],[99,161,186],[97,161,188],[94,158,185],[103,163,191],[104,155,182],[93,145,167],[95,154,172],[108,160,173],[107,137,145],[184,203,209],[178,196,198],[160,176,176],[204,216,214],[209,215,211],[226,229,222],[198,195,188],[216,209,201],[209,200,193],[223,210,204],[204,189,184],[213,195,193],[238,220,220],[246,226,227],[238,218,220],[255,240,244],[251,235,238],[254,242,242],[255,250,248],[229,224,220],[170,166,157],[211,207,195],[243,237,223],[200,191,176],[151,142,125],[163,154,139],[186,180,168],[198,198,190],[154,159,155],[130,140,139],[122,137,140],[127,147,156],[125,147,158],[133,153,160],[128,145,152],[119,130,134],[160,170,172],[158,172,172],[118,132,132],[143,155,155],[122,138,138],[94,120,119],[82,116,115],[84,120,120],[82,122,122],[65,109,110],[36,81,78],[54,96,86],[85,125,116],[73,109,107],[85,119,118],[101,130,125],[71,94,76],[101,119,81],[164,171,127],[236,230,194],[221,204,174],[178,151,124],[193,159,134],[255,221,198],[249,209,183],[222,183,150],[177,134,100],[132,83,53],[131,75,48],[169,108,80],[182,121,92],[141,82,50],[86,33,0],[86,41,8],[98,59,30],[96,56,31],[88,47,29],[87,39,25],[74,25,11],[96,47,32],[96,51,32],[78,42,16],[75,43,18],[58,25,6],[51,19,4],[56,27,11],[61,33,21],[37,10,0],[20,0,0],[32,14,10],[32,21,19],[6,0,0],[119,113,117],[237,232,236],[27,22,26],[4,0,0],[15,5,4],[13,2,0],[11,0,0],[10,1,2],[8,2,4],[8,4,5],[6,4,5],[5,4,2],[4,3,1],[5,1,0],[5,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[5,4,9],[5,6,11],[5,6,11],[7,6,11],[5,5,7],[17,16,14],[16,13,8],[15,13,1],[56,54,39],[98,97,79],[59,61,40],[64,68,45],[105,111,85],[89,98,71],[67,77,50],[124,137,109],[114,128,103],[35,46,29],[40,50,39],[56,64,53],[27,34,26],[49,55,45],[27,33,21],[39,43,28],[84,89,69],[87,95,71],[107,116,89],[87,98,66],[110,124,91],[136,151,118],[157,172,141],[148,164,135],[125,141,114],[111,127,101],[112,126,101],[99,109,82],[142,151,120],[134,141,108],[130,139,108],[149,164,135],[149,169,144],[187,214,197],[123,155,144],[152,188,184],[150,188,189],[157,195,198],[159,194,198],[137,171,173],[168,197,201],[154,182,185],[165,193,196],[175,207,206],[185,215,217],[190,210,217],[189,211,224],[165,198,213],[184,225,243],[163,208,229],[130,172,197],[127,164,191],[111,152,182],[108,162,190],[117,176,206],[114,172,209],[115,173,210],[119,180,211],[112,173,202],[101,165,193],[102,165,196],[109,172,203],[107,170,203],[101,164,197],[105,165,199],[110,170,204],[108,167,201],[109,168,202],[119,175,210],[128,182,216],[131,184,218],[127,180,214],[122,175,206],[123,181,205],[119,170,197],[143,179,215],[149,183,221],[126,172,205],[114,170,197],[111,172,193],[101,166,186],[94,161,180],[93,159,183],[94,157,188],[93,147,183],[105,145,181],[111,150,181],[98,149,166],[98,148,159],[142,178,190],[131,158,169],[135,160,167],[144,165,170],[167,185,185],[138,153,150],[173,183,175],[187,190,181],[207,207,197],[208,204,193],[195,186,177],[201,191,182],[186,173,167],[212,197,194],[254,236,234],[228,212,212],[246,230,230],[241,227,227],[225,215,213],[231,224,218],[243,239,230],[199,195,184],[178,172,158],[218,211,193],[223,212,194],[176,163,144],[175,162,145],[180,171,156],[159,155,144],[138,139,133],[130,139,134],[127,142,139],[103,123,122],[117,137,138],[149,160,164],[144,154,156],[128,140,140],[163,175,173],[132,144,140],[103,114,110],[137,143,141],[118,127,124],[103,119,118],[89,115,112],[69,108,105],[69,111,110],[65,106,110],[43,82,87],[41,79,80],[67,103,101],[64,99,95],[94,123,118],[57,80,72],[23,40,32],[39,49,41],[88,88,76],[197,192,163],[194,180,145],[187,164,132],[233,202,171],[255,220,186],[232,192,157],[199,154,121],[208,158,125],[244,187,157],[221,158,127],[165,96,63],[149,81,46],[167,102,64],[137,77,40],[77,25,0],[87,41,7],[135,91,64],[100,54,31],[117,64,48],[84,28,13],[89,33,16],[115,64,43],[102,61,33],[99,63,37],[81,50,30],[47,18,4],[36,8,0],[47,20,9],[29,9,0],[13,0,0],[18,7,5],[15,9,11],[3,1,6],[52,52,60],[156,156,164],[0,0,5],[3,1,4],[16,10,10],[7,0,0],[18,8,7],[11,2,3],[9,3,5],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[6,2,1],[7,1,1],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[5,5,7],[7,6,11],[0,0,4],[2,1,6],[7,7,9],[4,3,1],[24,21,16],[24,22,10],[24,22,7],[89,88,68],[123,122,101],[32,34,10],[48,54,28],[67,76,49],[52,62,37],[28,42,17],[22,38,12],[95,108,88],[99,110,94],[48,56,45],[69,75,65],[51,57,45],[18,22,8],[57,61,46],[65,70,50],[57,62,40],[75,81,55],[87,93,65],[85,92,61],[114,123,92],[130,139,108],[174,185,153],[82,93,63],[139,152,124],[110,124,98],[90,103,77],[139,148,121],[160,167,136],[148,152,119],[120,127,94],[161,176,147],[159,179,154],[151,174,154],[137,165,151],[156,187,182],[134,166,165],[138,168,168],[139,167,168],[116,144,145],[112,142,142],[138,169,171],[127,157,159],[143,169,170],[170,191,196],[187,204,214],[211,230,245],[184,217,236],[172,213,235],[103,149,173],[105,152,178],[123,167,194],[135,179,206],[111,158,184],[123,174,203],[121,172,203],[117,172,203],[125,185,213],[123,185,210],[114,174,200],[104,161,188],[98,154,181],[96,152,179],[104,159,189],[119,176,206],[110,166,199],[107,166,200],[112,172,206],[115,175,209],[108,167,199],[110,166,199],[121,177,210],[129,186,215],[117,177,201],[115,171,196],[159,202,237],[141,183,221],[104,157,191],[107,167,195],[97,162,184],[102,169,188],[95,162,181],[82,148,172],[89,153,181],[95,149,183],[104,147,181],[103,142,171],[88,137,152],[103,155,166],[128,171,187],[144,182,195],[176,206,214],[180,208,212],[117,141,143],[155,175,174],[137,152,149],[172,182,174],[208,210,199],[159,153,141],[190,180,170],[252,237,230],[229,214,211],[243,227,227],[218,203,198],[221,206,201],[255,243,237],[242,229,223],[227,216,212],[196,186,184],[181,172,167],[213,206,198],[191,185,171],[201,194,176],[208,201,182],[172,165,146],[154,147,131],[152,149,134],[146,146,136],[161,164,155],[159,166,158],[155,166,160],[152,171,169],[144,162,162],[134,148,148],[137,149,149],[139,151,149],[163,176,169],[131,141,133],[117,120,113],[155,152,145],[121,120,115],[108,114,110],[87,108,103],[62,101,96],[67,113,111],[68,109,115],[52,91,98],[46,86,88],[40,76,74],[71,104,95],[41,69,57],[52,72,61],[40,53,46],[40,44,45],[161,158,153],[229,221,200],[173,160,128],[161,141,106],[201,175,140],[214,180,145],[225,186,153],[218,175,143],[243,194,162],[255,222,189],[196,133,100],[160,94,59],[170,102,65],[148,80,41],[171,107,69],[154,96,58],[122,68,32],[127,76,45],[126,74,50],[133,78,58],[120,63,44],[116,61,41],[107,57,34],[97,53,26],[70,34,10],[81,52,36],[66,39,28],[37,13,3],[15,0,0],[20,2,0],[24,13,11],[15,6,7],[4,0,3],[5,4,10],[0,0,7],[2,3,8],[0,0,5],[13,11,14],[3,0,0],[21,13,11],[6,0,0],[10,1,2],[8,2,4],[7,3,4],[5,4,2],[5,4,2],[5,4,0],[7,3,0],[8,3,0],[9,1,0],[9,0,1],[9,0,1],[9,0,1],[7,1,3],[6,2,3],[4,2,3],[4,2,5],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[7,8,12],[7,8,12],[3,4,8],[2,1,6],[12,11,16],[11,9,12],[4,3,1],[24,21,16],[37,35,23],[43,40,23],[71,70,49],[135,135,111],[121,124,97],[60,64,37],[70,78,54],[35,47,23],[16,29,11],[40,54,39],[12,28,17],[21,37,26],[75,87,73],[76,87,71],[69,80,64],[87,98,81],[71,83,63],[70,82,60],[70,82,60],[68,78,54],[98,108,84],[100,110,86],[104,114,89],[65,73,49],[64,73,46],[163,172,143],[153,162,131],[110,121,91],[102,117,88],[131,145,119],[160,170,145],[128,134,106],[152,153,119],[162,168,134],[143,161,135],[155,179,157],[123,142,122],[176,197,182],[180,206,203],[146,172,173],[113,133,132],[112,132,130],[133,159,156],[121,155,154],[114,158,159],[126,166,174],[129,155,170],[170,185,206],[229,241,255],[164,179,200],[152,171,188],[133,161,175],[152,189,205],[157,203,219],[106,157,178],[94,144,169],[116,160,187],[145,185,211],[150,191,213],[145,192,212],[96,154,174],[128,189,208],[130,186,203],[100,149,166],[96,139,156],[133,174,192],[186,227,247],[150,195,218],[108,159,186],[102,159,188],[99,162,193],[106,171,203],[107,172,204],[104,169,199],[116,180,208],[137,197,225],[111,165,191],[126,176,203],[135,182,212],[142,188,221],[118,171,202],[99,159,187],[110,172,197],[97,161,186],[87,151,176],[90,155,177],[83,145,168],[85,146,167],[92,147,167],[90,143,159],[95,149,161],[98,155,166],[97,154,171],[113,165,178],[113,151,154],[176,206,206],[158,186,190],[125,148,154],[156,176,183],[187,201,202],[204,204,194],[198,186,174],[210,190,183],[210,186,186],[255,242,249],[251,232,238],[213,196,189],[232,218,205],[255,253,239],[224,211,202],[217,201,201],[223,207,210],[163,146,152],[233,219,219],[207,198,191],[190,188,175],[198,201,184],[158,162,147],[131,139,128],[131,138,131],[150,156,152],[165,170,166],[144,150,140],[114,121,114],[133,147,148],[133,154,155],[120,149,145],[90,117,112],[121,138,132],[171,178,171],[151,148,139],[128,118,109],[173,159,150],[164,154,145],[118,118,110],[97,112,105],[65,104,99],[64,112,112],[68,113,119],[49,92,98],[55,95,94],[71,111,102],[77,111,95],[78,106,91],[68,88,77],[64,74,65],[113,116,99],[150,145,126],[143,131,115],[164,147,127],[155,134,105],[189,164,133],[255,235,207],[255,249,221],[252,217,187],[210,171,138],[237,191,157],[213,161,124],[187,131,96],[195,135,99],[158,96,59],[149,85,49],[151,87,52],[155,92,59],[134,70,42],[114,54,28],[123,65,41],[132,77,56],[129,78,57],[85,40,19],[77,39,18],[68,35,16],[69,41,30],[58,35,29],[30,11,7],[11,0,0],[13,1,1],[14,5,8],[5,0,4],[4,2,5],[5,3,6],[6,4,7],[10,6,7],[10,4,6],[9,3,5],[8,2,2],[8,2,2],[11,2,3],[14,5,6],[5,0,0],[13,7,7],[5,1,0],[6,3,0],[3,0,0],[5,2,0],[7,4,0],[6,1,0],[6,1,0],[7,3,2],[8,4,5],[4,0,3],[1,0,4],[9,7,12],[21,19,24],[10,8,11],[7,5,6],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[5,6,10],[4,5,9],[2,3,7],[0,1,5],[0,0,4],[20,18,21],[39,38,36],[35,32,25],[23,21,8],[79,76,59],[62,61,40],[69,71,47],[65,69,42],[33,39,13],[55,65,41],[56,69,49],[25,39,24],[38,54,44],[56,73,67],[47,64,56],[21,35,22],[49,62,44],[66,79,59],[55,69,46],[94,108,83],[111,125,100],[69,83,58],[79,93,70],[116,130,107],[94,106,84],[107,119,97],[107,116,95],[89,99,74],[156,165,138],[160,169,138],[115,126,96],[102,117,94],[117,135,113],[164,182,160],[130,146,120],[153,164,132],[171,184,154],[151,173,150],[163,186,168],[148,169,152],[144,166,154],[137,163,162],[147,175,178],[155,177,175],[143,165,162],[149,174,171],[163,195,192],[133,174,176],[197,237,245],[215,243,255],[195,216,243],[181,201,228],[182,200,224],[162,181,198],[187,211,223],[184,217,226],[138,178,188],[119,166,182],[137,183,206],[181,223,248],[163,205,230],[158,201,220],[139,188,205],[101,160,176],[140,199,215],[141,193,206],[121,165,176],[142,178,190],[194,228,240],[225,255,255],[155,193,212],[101,149,171],[93,149,174],[102,163,192],[92,157,187],[86,153,182],[112,177,205],[124,188,213],[123,181,205],[128,178,205],[132,179,207],[141,191,218],[133,184,213],[112,168,195],[107,167,195],[107,168,196],[101,163,188],[96,160,185],[97,162,184],[88,151,169],[84,147,164],[85,147,160],[91,151,161],[104,163,171],[105,163,174],[94,153,169],[100,156,169],[112,156,157],[121,157,155],[150,181,184],[150,175,182],[150,170,179],[199,208,213],[249,245,236],[249,232,222],[239,215,211],[200,175,178],[228,206,218],[255,239,247],[235,217,213],[230,216,203],[238,226,210],[188,176,162],[203,188,185],[231,212,216],[208,189,195],[252,238,238],[213,206,198],[160,161,147],[193,202,185],[143,155,141],[135,150,145],[131,147,147],[133,147,148],[149,159,158],[114,124,115],[114,124,116],[75,89,89],[62,83,84],[91,128,121],[79,115,105],[97,118,109],[156,163,155],[126,122,113],[132,119,110],[152,135,125],[198,185,176],[141,138,129],[79,92,83],[57,94,86],[52,99,93],[40,81,83],[49,89,91],[44,85,81],[60,101,87],[80,113,92],[77,102,81],[90,104,89],[90,94,79],[101,100,72],[73,68,39],[115,103,89],[122,106,91],[134,117,91],[161,140,111],[216,190,167],[229,199,175],[252,219,188],[173,137,101],[168,130,93],[204,161,126],[199,153,117],[179,127,90],[158,99,65],[186,123,88],[199,133,99],[159,90,59],[157,88,59],[151,85,59],[128,68,42],[124,70,46],[121,73,51],[117,74,55],[95,58,39],[49,17,2],[49,22,15],[40,19,16],[24,6,4],[12,0,0],[9,0,3],[6,1,5],[3,1,6],[6,4,7],[6,2,3],[8,4,3],[10,5,2],[12,4,2],[11,2,3],[11,2,3],[10,4,6],[10,4,6],[8,0,4],[13,4,7],[12,6,8],[13,7,7],[7,2,0],[19,14,10],[7,4,0],[3,0,0],[8,5,0],[5,1,0],[3,2,0],[4,2,3],[2,0,3],[1,0,4],[2,1,6],[8,7,12],[7,5,8],[5,3,4],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,1,3],[4,4,6],[3,4,8],[1,2,6],[0,1,5],[1,2,6],[14,13,18],[1,0,2],[6,5,3],[57,54,49],[88,85,76],[61,59,46],[55,53,38],[44,43,25],[59,61,40],[14,19,0],[42,49,31],[56,67,51],[44,56,44],[33,49,39],[34,51,45],[88,103,96],[53,67,54],[30,43,26],[52,65,47],[95,108,88],[102,116,93],[143,157,132],[99,114,91],[75,89,66],[54,67,47],[89,101,81],[75,87,67],[125,134,113],[122,132,108],[157,165,141],[217,226,197],[133,145,121],[98,116,102],[100,126,115],[135,166,150],[134,166,145],[121,150,128],[171,199,177],[145,169,153],[166,188,176],[137,160,154],[132,158,155],[132,166,167],[141,179,180],[139,174,176],[126,157,159],[129,155,156],[139,163,163],[194,220,219],[211,242,245],[156,192,206],[136,172,194],[142,176,203],[184,214,240],[157,188,206],[219,249,255],[205,232,239],[183,210,219],[227,255,255],[228,255,255],[143,189,213],[117,173,198],[126,186,212],[105,165,189],[120,179,197],[133,189,204],[142,190,204],[135,177,189],[185,221,233],[231,255,255],[212,245,255],[143,182,199],[112,159,179],[90,145,166],[94,154,178],[91,155,180],[91,153,178],[105,165,189],[110,168,190],[115,170,191],[132,180,203],[126,172,196],[138,185,211],[116,167,194],[95,151,176],[105,162,189],[98,158,184],[95,157,182],[88,152,177],[90,155,177],[89,152,170],[89,151,166],[87,146,160],[91,149,161],[100,157,168],[92,146,158],[89,140,157],[104,153,167],[114,163,167],[101,147,145],[118,153,155],[122,147,152],[162,173,179],[174,173,178],[254,244,242],[255,246,239],[255,242,239],[254,238,239],[255,243,250],[255,243,250],[237,221,222],[254,237,230],[225,212,196],[227,214,198],[203,186,179],[230,212,210],[244,229,226],[214,201,195],[191,185,171],[157,158,140],[145,154,137],[125,141,130],[112,131,129],[119,140,143],[73,94,99],[113,132,136],[173,192,188],[158,175,167],[127,142,139],[85,105,103],[68,103,96],[71,107,97],[62,88,79],[113,126,119],[110,115,108],[94,91,82],[126,119,109],[130,123,113],[97,97,85],[79,91,79],[55,87,72],[62,100,87],[64,97,90],[46,78,75],[112,153,149],[138,178,169],[114,143,123],[104,122,98],[98,101,80],[107,103,78],[87,81,47],[106,97,66],[64,55,40],[40,30,18],[53,42,20],[68,54,28],[173,148,126],[199,167,142],[214,174,138],[141,102,61],[71,41,3],[119,89,53],[172,136,100],[142,98,63],[116,64,27],[162,102,68],[199,133,99],[158,87,57],[169,98,70],[200,130,104],[141,77,52],[119,63,40],[102,54,32],[80,39,19],[57,22,3],[67,38,24],[47,20,11],[33,9,5],[23,5,3],[18,4,4],[11,2,5],[8,2,6],[9,4,10],[8,6,11],[7,2,6],[8,2,4],[11,2,3],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[12,6,10],[12,5,13],[10,2,13],[4,0,7],[14,7,15],[3,0,2],[5,1,2],[3,0,0],[12,8,7],[9,5,2],[5,1,0],[3,0,0],[6,2,1],[4,2,3],[2,0,3],[1,0,2],[1,0,2],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[7,3,4],[6,2,3],[5,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[2,2,4],[4,4,6],[2,3,7],[1,2,6],[1,2,6],[3,4,8],[2,3,7],[9,9,11],[6,6,6],[19,18,16],[63,62,57],[29,26,17],[56,54,42],[35,36,22],[54,56,42],[48,52,37],[74,80,66],[49,59,48],[30,42,32],[28,41,34],[23,38,33],[85,100,93],[60,72,60],[51,64,47],[58,71,53],[89,102,82],[101,115,92],[92,106,83],[107,122,99],[70,85,64],[38,51,33],[77,90,72],[66,79,61],[75,87,67],[87,99,77],[130,140,116],[171,181,154],[121,136,115],[91,117,108],[83,114,109],[127,163,151],[117,158,142],[90,132,118],[98,136,123],[101,129,115],[110,136,127],[138,168,168],[119,153,155],[126,162,162],[152,190,191],[122,163,165],[110,148,151],[173,201,204],[206,230,230],[172,193,194],[140,168,171],[119,162,171],[118,165,183],[164,204,229],[172,206,231],[224,255,255],[226,254,255],[187,210,216],[199,219,228],[195,216,233],[152,184,205],[104,159,180],[146,212,236],[134,201,227],[97,161,186],[120,178,198],[115,166,183],[122,168,183],[110,150,162],[174,210,222],[211,245,255],[160,196,208],[130,169,184],[92,139,155],[94,147,165],[91,150,168],[105,166,185],[121,180,198],[116,171,191],[112,163,182],[117,166,183],[119,166,186],[115,163,185],[121,171,194],[106,158,180],[92,148,171],[106,164,188],[111,171,195],[108,170,193],[89,154,176],[87,152,172],[92,155,173],[99,161,176],[91,150,164],[89,147,158],[95,152,161],[85,137,148],[102,148,163],[91,137,150],[93,147,149],[128,178,177],[131,170,169],[119,140,143],[178,179,183],[186,177,180],[199,188,186],[255,243,240],[241,230,228],[236,224,224],[237,225,229],[255,246,253],[255,243,248],[248,234,233],[224,212,196],[234,223,205],[235,221,210],[221,204,196],[250,233,223],[232,220,206],[166,159,140],[161,163,141],[131,140,121],[110,126,115],[90,112,110],[105,130,134],[88,115,122],[83,111,115],[70,99,97],[107,130,124],[140,152,148],[126,141,134],[75,102,93],[67,97,87],[63,84,77],[100,115,110],[113,124,116],[115,122,114],[114,117,106],[96,96,84],[170,170,158],[152,158,144],[78,101,83],[114,141,124],[93,115,102],[40,66,55],[115,148,141],[188,220,209],[211,234,214],[199,211,187],[158,157,136],[168,162,136],[148,140,104],[147,138,105],[92,84,65],[44,37,21],[58,50,27],[122,108,82],[169,145,121],[155,121,94],[202,162,126],[121,83,44],[45,23,0],[89,71,35],[168,142,107],[128,94,57],[113,67,33],[143,87,52],[165,100,68],[166,95,65],[162,91,61],[134,64,38],[98,34,9],[125,67,45],[95,47,25],[40,0,0],[39,6,0],[64,35,21],[60,33,24],[33,9,5],[20,2,0],[20,6,6],[12,3,6],[10,4,8],[11,6,10],[5,3,6],[8,4,5],[9,3,3],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[11,4,11],[8,0,15],[15,8,24],[3,0,12],[5,0,11],[13,7,17],[11,6,13],[4,0,3],[7,3,4],[8,4,3],[5,1,0],[4,0,0],[7,3,2],[8,4,3],[5,3,4],[3,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[6,2,3],[5,1,2],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[2,2,4],[4,4,6],[3,4,8],[2,3,7],[2,6,9],[7,8,12],[5,6,10],[11,10,15],[13,13,15],[8,6,7],[18,17,15],[28,27,23],[19,18,13],[13,13,5],[22,23,15],[35,38,29],[43,48,41],[41,48,40],[20,30,22],[22,35,28],[49,61,57],[44,57,50],[42,54,42],[68,79,63],[53,66,48],[117,130,110],[75,90,69],[46,61,40],[84,99,78],[111,126,107],[82,96,79],[75,88,71],[65,78,61],[67,78,62],[99,111,91],[134,146,124],[130,143,117],[87,104,85],[74,105,99],[84,123,120],[105,141,131],[135,171,161],[66,107,99],[73,113,105],[87,117,105],[108,138,128],[103,141,142],[122,161,166],[145,177,176],[162,192,192],[124,159,163],[146,181,185],[212,242,244],[160,188,189],[137,165,168],[165,198,205],[128,176,186],[113,162,176],[134,173,190],[154,186,201],[200,227,238],[211,234,242],[201,220,227],[177,196,210],[178,205,226],[141,183,207],[116,178,203],[95,165,190],[109,177,200],[132,194,217],[124,176,197],[129,176,194],[110,153,170],[103,142,157],[177,213,227],[195,231,243],[158,196,207],[150,192,204],[113,161,173],[99,153,165],[87,143,156],[131,187,202],[140,193,207],[105,154,168],[119,165,178],[141,185,198],[117,163,179],[116,163,181],[110,158,178],[104,156,177],[90,145,166],[93,151,173],[110,171,192],[103,164,185],[99,161,182],[89,151,172],[87,148,167],[92,154,169],[83,142,156],[79,137,149],[92,149,160],[93,145,156],[108,150,162],[102,144,156],[84,137,141],[104,154,155],[143,177,176],[202,216,216],[225,219,219],[227,213,212],[209,198,196],[221,211,209],[183,175,172],[222,212,211],[233,218,223],[242,227,234],[255,250,255],[251,241,242],[253,244,227],[211,199,177],[207,191,175],[196,180,165],[196,180,164],[222,209,190],[190,182,159],[147,147,123],[158,166,145],[138,154,141],[103,125,122],[74,102,106],[64,94,102],[85,118,125],[69,103,105],[72,101,99],[118,129,123],[127,134,126],[104,120,110],[87,102,95],[96,107,103],[106,117,113],[70,87,81],[101,118,108],[105,117,105],[59,62,51],[106,98,87],[179,171,158],[152,157,137],[111,123,101],[79,91,71],[79,92,74],[72,92,80],[91,111,99],[143,158,139],[161,170,149],[191,194,175],[169,169,145],[181,178,145],[181,175,143],[154,143,121],[156,144,122],[174,159,130],[160,141,109],[138,112,85],[162,131,102],[153,117,83],[81,51,15],[22,12,0],[128,122,88],[185,171,136],[113,87,54],[112,74,38],[135,85,52],[139,79,45],[133,67,35],[139,68,38],[163,94,65],[164,100,73],[146,88,66],[111,63,41],[57,16,0],[54,21,2],[46,18,4],[57,30,21],[29,5,1],[18,0,0],[20,4,4],[11,1,2],[7,1,5],[9,4,8],[3,0,2],[11,5,7],[11,5,7],[12,3,4],[12,4,2],[12,3,4],[12,3,4],[9,3,5],[9,2,10],[27,20,38],[138,130,154],[119,111,132],[3,0,14],[5,0,14],[4,0,10],[8,3,10],[4,0,5],[6,2,3],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[7,1,1],[8,2,2],[9,3,3],[5,0,1],[5,0,1],[5,0,1],[6,0,2],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[3,4,8],[3,4,8],[3,7,10],[6,10,13],[8,9,11],[6,7,9],[14,15,17],[15,15,15],[23,23,23],[47,47,45],[48,48,46],[7,7,5],[26,27,22],[45,47,42],[52,57,51],[44,51,44],[29,38,33],[32,43,37],[48,61,54],[50,61,53],[58,70,58],[91,102,88],[63,76,59],[61,74,56],[88,103,84],[61,76,57],[58,73,54],[70,84,67],[91,105,90],[95,109,94],[103,117,102],[90,102,88],[83,96,78],[114,126,104],[150,162,138],[94,113,93],[73,106,97],[65,102,95],[79,109,99],[98,128,118],[91,128,121],[83,120,112],[117,149,134],[106,140,126],[99,141,139],[84,124,124],[100,126,123],[159,181,179],[163,193,195],[182,213,216],[219,249,247],[153,185,184],[160,195,199],[125,168,175],[106,158,169],[132,182,193],[126,166,178],[159,187,199],[185,202,210],[245,255,255],[219,233,242],[160,182,196],[141,178,197],[130,182,204],[100,166,190],[91,159,182],[114,175,196],[128,183,204],[146,194,216],[152,197,218],[116,157,175],[149,188,205],[198,235,251],[138,178,190],[116,158,170],[123,170,180],[120,170,179],[112,166,176],[117,171,181],[141,195,205],[122,170,180],[109,153,162],[141,181,189],[133,173,181],[119,165,178],[111,160,174],[97,149,163],[103,156,172],[91,147,164],[84,141,160],[104,162,182],[96,157,176],[94,155,174],[88,149,168],[84,145,163],[88,147,163],[79,137,149],[73,131,142],[87,144,153],[95,145,154],[130,173,182],[124,165,171],[81,126,129],[78,118,118],[110,135,132],[205,211,207],[255,245,243],[255,245,240],[238,227,221],[228,219,214],[218,208,206],[255,251,251],[250,234,237],[234,219,226],[255,248,255],[237,233,232],[247,239,220],[217,205,179],[214,199,176],[240,223,203],[203,186,166],[180,164,141],[214,202,176],[188,183,154],[172,174,150],[138,150,130],[116,133,123],[104,129,126],[88,117,121],[83,116,123],[93,128,134],[85,113,114],[109,119,111],[98,98,88],[100,101,95],[112,113,108],[109,105,106],[95,97,96],[102,119,111],[110,134,121],[94,112,98],[78,82,68],[85,71,60],[157,137,126],[174,165,148],[130,127,108],[107,110,89],[146,154,133],[118,129,112],[87,100,83],[125,137,117],[159,168,149],[130,137,121],[66,69,50],[106,106,78],[127,124,93],[201,191,166],[248,234,207],[211,192,159],[179,156,122],[159,132,103],[222,192,164],[179,148,119],[67,44,13],[46,41,11],[83,84,53],[127,118,87],[158,139,107],[166,133,100],[142,97,64],[151,97,63],[144,84,50],[137,72,40],[169,106,75],[149,89,61],[107,53,29],[119,72,52],[79,41,22],[67,34,15],[86,58,44],[43,16,7],[25,1,0],[21,2,0],[22,6,6],[12,2,3],[7,1,3],[10,5,9],[8,3,7],[11,5,7],[11,5,5],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[8,2,4],[6,1,8],[50,45,65],[255,250,255],[245,240,255],[25,20,40],[5,0,14],[5,0,13],[19,13,23],[9,4,10],[6,1,5],[7,3,4],[7,3,2],[6,2,1],[4,0,0],[4,0,0],[5,0,0],[7,2,0],[6,0,0],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,1,3],[0,0,2],[0,0,4],[2,1,6],[2,3,7],[2,3,7],[2,5,10],[5,9,12],[4,8,9],[9,13,12],[19,23,22],[23,25,24],[26,28,27],[37,37,37],[71,71,71],[40,42,41],[49,51,50],[71,73,72],[66,71,67],[26,32,28],[32,42,34],[64,74,66],[50,62,52],[38,50,40],[45,57,45],[49,61,47],[43,55,41],[57,70,53],[38,52,35],[49,63,46],[44,61,45],[53,69,56],[45,61,48],[53,66,56],[113,126,116],[93,107,94],[68,82,65],[116,129,109],[153,167,144],[90,109,87],[79,107,92],[91,121,109],[99,122,106],[102,123,108],[91,119,107],[114,144,132],[161,190,170],[173,206,187],[116,153,145],[124,156,151],[165,184,178],[213,228,223],[202,222,221],[171,195,195],[177,206,201],[180,216,212],[124,173,178],[108,162,174],[167,219,233],[112,160,174],[157,197,209],[156,183,194],[178,185,195],[209,209,219],[168,176,187],[156,179,193],[93,144,161],[91,156,176],[105,170,192],[119,177,199],[111,159,179],[132,175,194],[121,163,187],[105,147,171],[88,129,151],[156,197,217],[209,250,255],[139,182,198],[105,151,164],[100,150,159],[92,147,154],[84,139,146],[131,186,191],[162,215,221],[132,179,185],[116,159,165],[134,171,177],[135,174,181],[123,167,176],[97,145,155],[92,142,153],[104,158,170],[100,156,169],[97,155,169],[109,168,184],[114,173,191],[88,147,165],[100,159,177],[98,157,175],[94,151,168],[86,144,156],[81,138,149],[87,141,151],[87,137,146],[90,133,139],[139,177,180],[149,183,182],[124,149,146],[135,144,141],[200,197,192],[235,224,218],[225,212,203],[231,223,212],[206,198,187],[221,208,202],[255,237,237],[255,248,255],[255,239,249],[235,232,239],[212,211,209],[159,151,128],[173,160,128],[231,214,188],[217,197,173],[237,217,193],[228,208,184],[204,187,159],[189,175,146],[196,191,161],[95,98,69],[130,139,118],[96,112,99],[66,88,85],[77,105,108],[84,113,121],[82,103,108],[105,107,102],[122,113,104],[145,131,128],[170,152,152],[149,129,131],[80,70,71],[102,115,106],[79,103,89],[70,88,72],[84,86,73],[135,110,103],[133,98,92],[140,116,106],[149,137,123],[86,87,69],[131,138,120],[172,176,159],[123,130,114],[121,130,113],[181,189,174],[120,131,117],[92,101,84],[142,147,124],[154,154,128],[201,194,166],[213,199,170],[152,134,98],[112,89,55],[123,98,68],[190,164,137],[140,114,89],[162,145,119],[204,200,175],[63,61,36],[43,36,8],[164,147,119],[213,186,156],[193,157,123],[171,127,92],[170,120,85],[152,98,64],[146,91,60],[132,81,52],[103,56,30],[98,56,34],[95,58,39],[71,38,21],[54,25,11],[44,15,7],[30,5,0],[23,2,0],[20,4,4],[13,3,4],[12,3,6],[12,6,10],[11,6,10],[9,3,5],[9,3,3],[12,4,2],[13,5,3],[13,4,5],[12,3,4],[8,2,4],[5,0,7],[29,25,42],[162,159,180],[142,137,157],[6,2,19],[5,1,16],[1,0,9],[13,7,17],[3,0,4],[6,1,5],[7,3,4],[8,2,2],[7,1,1],[5,0,0],[4,0,0],[7,0,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[5,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[2,2,4],[0,0,2],[0,0,4],[0,0,4],[1,2,6],[0,3,6],[1,4,9],[3,7,10],[2,6,5],[6,11,7],[21,26,22],[32,36,35],[18,22,23],[52,56,57],[17,21,22],[19,23,24],[38,42,43],[46,50,49],[40,46,42],[53,62,57],[56,66,58],[71,81,72],[100,112,100],[73,85,73],[52,64,52],[63,75,63],[46,58,46],[38,52,37],[37,51,36],[39,56,40],[42,58,45],[50,66,55],[42,58,47],[52,68,57],[81,97,86],[115,129,116],[97,111,94],[101,116,95],[178,192,169],[106,121,98],[89,108,88],[112,133,114],[147,164,145],[132,151,131],[150,173,155],[151,178,159],[156,183,164],[133,162,144],[152,182,170],[190,216,207],[199,216,208],[161,176,169],[153,172,168],[159,181,178],[150,177,170],[167,203,201],[122,172,179],[105,163,175],[182,235,253],[129,177,197],[127,173,189],[146,178,193],[187,193,207],[202,200,213],[182,186,197],[207,227,238],[155,205,216],[95,157,170],[108,165,184],[123,171,191],[144,185,203],[138,175,194],[123,163,188],[144,186,211],[181,223,247],[185,227,249],[176,221,240],[131,178,194],[103,152,166],[107,161,171],[87,144,153],[80,137,144],[138,196,200],[149,202,206],[120,168,172],[117,158,164],[118,155,161],[143,182,187],[137,182,187],[93,142,147],[93,143,150],[100,152,163],[98,152,164],[94,150,163],[89,147,161],[101,160,176],[81,140,156],[106,163,180],[102,159,176],[88,144,159],[79,136,147],[78,132,142],[79,133,143],[74,124,131],[76,120,123],[135,169,168],[214,237,231],[171,182,174],[207,206,201],[230,221,216],[190,180,171],[246,236,224],[202,193,176],[196,184,168],[241,224,214],[245,225,224],[255,239,246],[212,196,206],[162,160,165],[190,187,180],[86,76,49],[177,161,127],[236,217,187],[120,98,74],[177,152,130],[241,216,194],[245,221,195],[191,170,139],[155,141,104],[165,157,120],[169,169,135],[66,72,46],[69,81,67],[78,94,91],[80,99,106],[86,99,105],[116,113,108],[160,147,139],[175,156,152],[156,132,132],[195,166,168],[109,94,91],[56,66,55],[56,77,60],[87,104,86],[138,139,125],[133,106,99],[138,103,99],[132,107,102],[91,81,71],[62,66,52],[77,88,74],[100,106,92],[191,197,183],[127,133,119],[107,115,100],[175,183,168],[180,189,172],[142,147,125],[101,103,79],[177,173,146],[138,129,100],[108,93,62],[127,110,80],[155,135,108],[226,204,180],[144,124,99],[79,63,40],[75,68,49],[33,28,9],[42,31,9],[50,34,8],[83,60,29],[147,118,86],[103,69,34],[100,62,26],[151,108,73],[135,92,58],[114,71,39],[95,54,26],[86,48,25],[107,70,51],[75,42,25],[75,43,30],[52,24,13],[35,10,5],[18,0,0],[13,0,0],[11,0,1],[12,3,6],[9,3,5],[5,1,2],[7,1,1],[8,2,2],[11,3,1],[13,5,3],[14,5,6],[11,5,5],[8,4,5],[3,1,6],[0,0,11],[2,0,16],[7,3,18],[36,32,46],[51,48,59],[5,2,11],[5,0,7],[8,3,9],[5,1,2],[6,2,3],[8,2,2],[7,1,1],[8,2,2],[8,3,0],[9,1,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[6,2,3],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2],[1,3,2]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[2,1,6],[1,2,6],[1,2,6],[2,3,8],[0,3,8],[3,6,11],[9,14,17],[14,20,16],[9,15,11],[14,20,16],[42,48,46],[39,45,45],[21,25,26],[28,32,35],[29,33,36],[35,39,40],[34,40,40],[44,50,48],[61,71,63],[48,58,49],[40,52,40],[63,75,61],[58,70,56],[52,65,55],[50,63,53],[51,64,54],[73,89,76],[91,107,94],[66,84,70],[40,58,46],[44,61,51],[43,60,50],[63,79,69],[70,86,76],[89,105,94],[82,96,81],[69,84,65],[150,165,142],[140,152,128],[102,110,87],[152,162,138],[204,222,198],[152,176,150],[121,147,120],[147,172,150],[141,165,149],[153,175,162],[159,177,163],[179,197,185],[127,153,144],[89,116,109],[120,147,140],[128,155,148],[119,146,141],[167,201,202],[169,214,220],[106,159,173],[145,201,224],[143,200,227],[106,164,188],[104,149,172],[163,180,200],[195,197,212],[198,198,208],[228,239,245],[204,239,241],[112,160,164],[104,148,159],[150,189,206],[184,219,238],[117,152,172],[146,186,211],[202,244,255],[147,189,214],[108,152,177],[141,187,210],[106,157,176],[95,148,164],[95,153,165],[84,144,152],[72,133,138],[151,209,213],[138,191,195],[96,145,149],[112,155,161],[107,146,153],[137,178,182],[152,200,202],[85,134,138],[88,139,143],[78,131,137],[110,163,171],[106,160,170],[95,151,164],[86,142,157],[118,174,189],[87,143,158],[88,144,159],[93,146,160],[93,147,159],[68,120,131],[72,125,133],[82,129,135],[95,135,135],[114,143,138],[133,145,133],[226,227,213],[244,235,226],[243,230,224],[227,214,208],[255,245,236],[221,206,185],[209,193,170],[226,207,193],[238,219,213],[209,192,198],[151,140,148],[173,168,165],[240,232,219],[100,85,54],[143,123,86],[201,178,147],[161,135,112],[132,103,85],[214,183,163],[255,225,202],[255,247,215],[209,184,143],[168,147,100],[152,138,91],[127,118,77],[144,140,113],[128,128,116],[136,140,143],[104,103,109],[141,132,127],[139,125,116],[133,116,109],[118,99,93],[153,129,125],[246,229,222],[169,173,159],[60,73,55],[85,94,75],[133,131,116],[162,139,133],[100,75,71],[91,80,76],[107,108,103],[76,88,84],[75,92,86],[88,103,96],[103,114,106],[130,138,127],[160,166,152],[184,187,168],[170,172,151],[157,159,138],[117,119,97],[171,170,149],[127,125,104],[93,88,68],[127,121,99],[83,71,49],[181,165,140],[111,91,66],[72,51,30],[63,47,32],[74,60,47],[85,69,53],[64,47,27],[98,78,53],[138,117,86],[97,73,39],[71,45,10],[98,70,33],[103,73,37],[69,36,3],[99,65,37],[123,89,64],[98,63,43],[63,28,9],[99,65,53],[74,44,34],[74,47,40],[49,28,23],[21,3,1],[10,0,0],[10,1,4],[9,3,5],[11,7,8],[9,3,3],[11,5,5],[13,5,3],[14,6,4],[10,4,4],[4,0,0],[5,1,2],[14,9,13],[5,2,9],[6,5,13],[4,1,8],[56,54,59],[56,54,59],[5,3,6],[9,4,8],[4,0,1],[6,2,3],[6,2,1],[7,1,1],[6,0,0],[6,0,0],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[1,0,0],[1,0,0],[1,1,1],[1,1,1],[86,88,87],[66,68,67],[11,13,12],[0,1,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[0,0,4],[0,1,5],[1,2,6],[1,4,9],[1,4,9],[4,9,13],[12,17,20],[18,27,22],[23,33,25],[13,22,17],[29,38,35],[42,51,50],[22,31,30],[15,23,25],[25,33,35],[22,31,30],[34,43,40],[46,55,50],[54,65,57],[49,61,51],[45,59,44],[47,61,44],[39,53,38],[59,72,62],[80,96,86],[130,146,136],[133,151,139],[104,122,110],[78,96,84],[54,71,61],[63,80,70],[77,94,86],[76,93,85],[59,75,65],[61,77,66],[94,108,93],[108,123,104],[132,147,124],[139,152,126],[128,130,106],[144,149,126],[205,225,200],[166,194,169],[131,157,130],[171,199,176],[170,201,186],[115,141,132],[192,208,195],[148,166,154],[86,117,111],[100,135,129],[138,171,164],[124,155,149],[169,201,200],[145,180,184],[150,190,200],[99,148,165],[90,148,172],[95,159,187],[112,177,207],[122,176,202],[139,167,189],[160,172,188],[203,206,215],[203,210,216],[186,207,210],[161,192,195],[197,231,240],[211,245,255],[140,169,183],[159,190,208],[187,225,248],[146,188,213],[132,176,201],[156,202,228],[132,182,205],[92,144,166],[94,151,168],[92,151,165],[83,146,155],[68,129,134],[94,153,157],[104,159,162],[93,144,148],[93,140,146],[94,137,144],[102,145,151],[134,182,182],[94,144,143],[83,133,134],[78,129,132],[89,139,146],[96,149,157],[92,146,158],[80,133,147],[102,155,169],[86,139,153],[77,131,143],[87,139,152],[80,132,143],[96,146,155],[52,102,109],[130,175,180],[126,160,161],[112,133,126],[173,177,160],[199,194,174],[205,193,181],[240,225,220],[245,231,228],[245,231,222],[234,216,192],[196,176,149],[217,200,180],[197,183,174],[174,165,168],[194,185,190],[213,202,196],[205,190,171],[125,106,73],[118,96,59],[131,106,75],[241,213,189],[247,214,195],[212,177,158],[191,153,130],[206,170,138],[237,203,158],[198,167,113],[159,133,76],[172,151,98],[171,156,117],[164,152,130],[148,137,135],[120,108,110],[140,122,118],[135,121,112],[95,87,76],[109,101,90],[87,73,64],[161,151,139],[239,240,224],[116,121,101],[95,98,79],[161,160,142],[143,130,121],[102,93,86],[58,65,58],[100,116,113],[73,93,92],[55,76,77],[81,100,96],[61,74,67],[69,79,71],[94,100,88],[101,104,85],[96,98,77],[80,81,63],[82,83,65],[57,59,38],[144,146,125],[82,83,67],[4,1,0],[39,32,13],[118,107,85],[70,55,32],[70,53,33],[88,68,57],[145,125,116],[76,58,44],[58,41,23],[51,35,10],[126,111,82],[73,58,25],[47,31,0],[120,102,66],[99,79,44],[54,29,0],[79,52,23],[105,73,48],[93,58,38],[71,34,16],[96,60,46],[62,29,20],[81,54,47],[70,49,44],[37,19,17],[16,4,4],[12,3,4],[7,1,3],[5,1,2],[9,3,3],[7,1,1],[7,0,0],[7,0,0],[8,2,2],[12,6,6],[23,19,20],[37,33,34],[8,6,7],[9,9,9],[1,0,0],[6,4,5],[7,6,4],[1,0,0],[12,8,7],[7,3,2],[6,2,1],[6,2,1],[7,1,1],[6,0,0],[6,0,2],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[4,2,3],[9,7,8],[7,7,7],[0,0,0],[238,240,239],[238,240,239],[0,1,0],[8,10,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,3,8],[1,4,9],[5,10,14],[12,17,20],[8,17,14],[16,25,20],[1,10,7],[12,21,18],[37,46,45],[28,37,36],[20,28,30],[29,39,40],[27,37,36],[29,40,36],[32,43,37],[33,46,37],[49,62,52],[62,76,63],[63,77,62],[71,88,72],[68,85,75],[86,103,95],[116,133,125],[69,89,78],[36,56,45],[59,79,68],[81,101,90],[125,145,136],[77,96,90],[36,53,45],[60,76,66],[112,128,117],[133,147,130],[113,128,107],[81,95,70],[128,141,113],[127,133,107],[166,176,152],[151,174,154],[104,133,113],[197,225,202],[198,229,211],[104,141,134],[102,137,131],[127,150,140],[188,211,201],[113,147,146],[133,173,173],[122,158,156],[139,175,175],[130,171,175],[164,204,214],[112,149,167],[122,167,190],[91,152,180],[82,151,180],[101,168,195],[112,168,193],[118,156,175],[159,185,198],[199,212,221],[231,238,248],[229,237,248],[223,237,248],[224,251,255],[169,198,204],[168,193,198],[196,223,234],[148,185,204],[143,185,209],[209,253,255],[149,197,220],[99,151,175],[106,161,182],[102,161,179],[94,156,171],[86,148,159],[77,137,145],[76,135,141],[78,136,140],[79,132,138],[83,133,140],[82,129,137],[71,118,124],[98,146,146],[135,184,181],[93,141,141],[74,124,125],[79,128,133],[78,128,135],[82,132,143],[87,139,152],[89,141,154],[69,121,134],[78,130,141],[88,138,147],[81,131,140],[131,180,187],[52,101,106],[100,141,145],[132,158,159],[138,151,142],[229,233,210],[186,182,157],[186,178,165],[255,252,246],[255,241,241],[255,246,241],[235,210,188],[156,135,106],[131,119,95],[152,146,130],[138,138,136],[136,132,131],[158,141,131],[142,120,97],[178,153,122],[149,123,88],[163,134,104],[212,181,153],[255,227,205],[249,211,190],[196,154,130],[230,187,153],[200,157,112],[186,145,91],[202,164,102],[189,157,98],[174,146,99],[166,141,110],[167,143,131],[173,149,145],[145,122,114],[200,186,175],[133,137,120],[87,96,77],[105,108,91],[50,51,33],[143,145,124],[149,148,128],[105,104,84],[117,116,98],[80,82,68],[77,89,75],[45,73,61],[35,68,61],[58,86,87],[44,65,66],[53,70,64],[69,82,73],[60,71,65],[89,99,90],[85,93,78],[89,96,80],[60,63,52],[104,106,93],[77,79,58],[96,95,75],[99,96,81],[25,22,7],[108,103,83],[116,111,89],[67,60,41],[41,29,15],[83,63,54],[109,86,78],[63,43,32],[28,11,0],[19,4,0],[98,86,60],[105,96,67],[96,87,56],[114,103,71],[123,110,78],[92,76,43],[79,55,27],[73,43,19],[78,43,21],[75,37,18],[78,41,25],[68,36,25],[92,63,57],[80,57,51],[36,17,13],[10,0,0],[8,0,0],[9,0,3],[6,0,2],[13,7,7],[13,7,7],[13,5,3],[11,3,1],[8,2,2],[5,0,0],[7,3,4],[15,11,12],[1,0,0],[11,10,5],[6,5,0],[4,3,0],[6,2,0],[9,5,2],[13,9,6],[3,0,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[7,1,3],[7,1,3],[7,1,5],[7,1,5],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[26,26,26],[11,11,11],[9,9,9],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,6],[1,2,6],[0,3,8],[0,3,8],[2,7,11],[9,14,17],[14,23,22],[11,20,17],[3,13,12],[10,20,19],[23,33,32],[26,36,37],[24,34,35],[23,35,35],[45,57,55],[30,45,40],[36,51,44],[43,59,49],[57,73,62],[58,76,62],[46,64,48],[62,80,66],[53,73,64],[48,69,62],[54,75,68],[41,62,53],[43,64,55],[43,63,54],[45,65,56],[103,123,114],[63,82,76],[44,64,55],[123,140,130],[149,165,152],[88,102,85],[96,111,88],[88,102,76],[109,122,94],[175,188,162],[177,192,169],[168,193,174],[186,214,199],[204,232,217],[143,177,163],[125,170,165],[88,133,128],[98,129,121],[190,220,212],[161,197,197],[110,148,151],[142,178,178],[106,144,145],[124,171,177],[159,205,218],[131,167,189],[155,197,222],[110,172,197],[93,163,189],[91,157,183],[100,158,180],[100,149,164],[134,172,183],[174,198,208],[183,197,210],[183,190,208],[169,178,195],[201,223,234],[221,249,253],[241,255,255],[159,183,185],[143,176,191],[167,208,228],[129,174,195],[89,137,159],[108,160,182],[96,151,172],[88,147,165],[79,138,154],[77,137,148],[56,116,124],[87,146,150],[92,150,154],[67,122,127],[72,125,133],[81,134,142],[89,139,146],[99,147,147],[89,138,134],[111,160,157],[120,168,168],[101,149,153],[81,130,135],[72,120,130],[83,133,144],[80,130,141],[137,185,195],[138,186,196],[80,129,136],[59,108,115],[95,142,148],[111,159,163],[83,121,122],[117,137,136],[180,190,181],[204,206,184],[164,162,137],[147,141,127],[236,225,221],[255,243,245],[255,235,232],[200,178,157],[128,111,83],[121,117,90],[86,89,70],[133,138,131],[116,115,110],[94,77,61],[149,123,100],[146,116,88],[189,158,129],[219,188,157],[224,191,160],[230,195,167],[222,182,156],[177,133,106],[210,164,130],[159,112,68],[179,132,80],[224,180,119],[222,182,121],[165,128,76],[119,85,47],[169,138,117],[184,154,143],[120,92,80],[155,142,126],[211,221,197],[107,125,99],[90,102,80],[95,100,80],[118,117,97],[170,167,148],[84,79,60],[89,88,68],[118,127,108],[97,118,101],[23,60,43],[19,60,46],[17,46,42],[84,103,101],[67,80,70],[61,73,61],[82,95,88],[100,113,106],[79,92,82],[65,77,65],[62,67,61],[54,55,47],[113,110,91],[152,146,122],[108,99,82],[108,101,83],[160,155,135],[86,85,64],[65,67,53],[46,42,31],[82,65,57],[49,26,18],[83,63,52],[99,83,68],[67,56,38],[51,43,20],[102,96,70],[92,87,58],[66,59,31],[86,75,47],[68,53,24],[51,30,3],[55,27,3],[75,40,18],[80,42,21],[71,34,16],[39,7,0],[62,33,27],[58,35,29],[32,13,9],[19,5,5],[19,9,10],[15,6,9],[8,2,4],[4,0,0],[8,2,2],[13,5,3],[14,6,4],[11,5,5],[5,0,0],[3,0,0],[3,0,0],[6,2,0],[4,4,0],[8,8,0],[8,5,0],[8,5,0],[10,6,3],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[7,1,3],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[7,5,6],[1,0,0],[1,1,1],[0,0,0],[5,5,5],[3,3,3]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,7],[1,2,7],[1,4,9],[0,5,9],[2,7,11],[8,13,17],[18,26,29],[16,26,28],[14,24,26],[15,25,27],[23,34,36],[30,42,42],[31,43,43],[31,45,45],[28,43,40],[20,36,33],[37,54,48],[44,61,53],[45,62,54],[45,62,52],[39,57,45],[52,72,61],[48,69,62],[54,75,70],[46,67,60],[45,66,59],[63,84,77],[58,79,72],[47,68,61],[65,86,79],[66,85,79],[68,85,77],[97,113,103],[109,125,112],[90,105,86],[102,116,91],[100,113,85],[151,166,137],[175,193,167],[120,142,121],[128,150,137],[157,183,172],[203,233,223],[181,218,210],[123,172,168],[95,146,141],[113,154,146],[147,182,176],[84,114,114],[105,135,137],[156,186,188],[103,138,142],[111,160,164],[103,153,162],[131,169,190],[117,159,184],[81,139,163],[91,156,178],[88,149,170],[99,156,175],[98,152,164],[106,153,161],[142,178,190],[163,189,206],[175,190,213],[202,217,238],[200,222,235],[209,230,235],[215,230,225],[175,191,188],[182,212,220],[135,174,189],[103,146,163],[134,179,200],[107,155,177],[83,135,156],[99,154,174],[73,131,145],[44,102,113],[120,179,187],[121,179,183],[68,126,130],[81,139,143],[86,143,150],[67,124,135],[100,153,161],[110,158,158],[102,148,145],[91,137,135],[109,155,155],[130,175,180],[106,153,159],[142,189,197],[121,168,178],[70,117,127],[107,154,164],[158,205,213],[94,141,147],[79,127,131],[66,111,114],[76,121,124],[110,146,146],[148,164,161],[163,169,159],[182,185,164],[144,143,123],[149,142,132],[248,237,233],[246,230,231],[215,197,195],[177,161,145],[117,109,86],[123,125,101],[147,155,134],[116,122,110],[130,128,116],[111,94,76],[153,127,104],[134,102,81],[161,125,101],[156,121,91],[195,161,124],[160,126,88],[215,180,142],[175,135,100],[182,138,103],[172,123,83],[209,158,113],[184,137,83],[184,139,84],[195,153,103],[152,113,70],[104,69,37],[142,110,87],[182,151,131],[158,141,121],[213,219,193],[228,244,217],[72,82,58],[80,85,65],[154,153,135],[199,196,179],[133,127,111],[90,89,71],[83,88,68],[112,129,110],[133,166,145],[92,126,109],[72,94,82],[105,118,108],[141,150,131],[105,116,99],[71,84,77],[75,91,88],[55,75,66],[85,100,95],[56,64,66],[96,95,91],[144,136,115],[109,95,68],[54,37,17],[157,142,123],[117,111,87],[61,63,42],[65,75,64],[87,92,85],[74,64,54],[61,45,32],[59,45,32],[71,59,45],[21,12,0],[34,27,9],[82,75,56],[55,47,26],[59,48,26],[62,47,24],[59,41,17],[81,56,34],[107,76,55],[91,56,34],[71,35,13],[60,23,4],[28,0,0],[41,12,4],[41,16,11],[30,11,7],[26,12,11],[20,10,11],[11,2,5],[7,1,3],[7,1,1],[8,2,2],[10,2,0],[10,2,0],[9,3,3],[9,3,5],[10,5,9],[15,11,12],[10,6,3],[4,0,0],[9,4,1],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[10,6,5],[7,3,2],[7,3,2],[6,2,3],[6,2,3],[6,2,1],[6,2,1],[5,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[7,5,6],[3,1,2],[4,2,3],[12,10,11],[1,0,0],[7,5,6],[5,3,4]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,6],[0,3,8],[2,7,11],[2,7,11],[4,9,13],[7,14,20],[8,17,24],[17,26,33],[17,26,33],[12,23,27],[28,39,43],[32,46,47],[27,41,42],[41,57,56],[48,64,63],[56,75,71],[64,83,79],[49,68,62],[37,56,50],[45,66,59],[58,79,70],[70,91,84],[56,79,73],[46,71,67],[39,64,58],[49,72,64],[55,78,70],[50,73,65],[59,82,74],[77,98,91],[63,82,76],[70,90,81],[75,92,82],[73,90,74],[80,95,74],[119,133,107],[162,175,145],[212,227,196],[148,168,143],[142,165,145],[102,124,111],[92,119,110],[136,171,165],[132,173,167],[84,131,125],[97,144,136],[130,173,166],[100,137,130],[110,137,132],[145,170,167],[182,210,211],[130,164,165],[142,186,187],[108,156,160],[129,168,183],[103,146,165],[94,146,168],[107,165,187],[98,156,178],[99,158,176],[100,160,171],[105,159,169],[112,159,169],[147,184,200],[183,208,230],[190,208,230],[170,189,203],[166,183,190],[197,209,205],[182,198,195],[165,194,198],[140,176,188],[218,255,255],[173,216,233],[100,147,167],[96,147,166],[129,182,200],[94,147,163],[74,128,140],[130,185,192],[116,171,174],[79,137,139],[74,132,136],[71,128,137],[71,129,140],[73,128,135],[94,142,142],[106,151,146],[79,125,122],[107,153,153],[166,211,214],[118,163,168],[146,191,197],[148,195,203],[115,162,170],[72,116,125],[126,171,177],[111,156,161],[97,142,145],[78,122,123],[49,93,94],[106,140,139],[141,158,152],[162,168,158],[187,191,176],[159,160,146],[211,202,195],[250,236,235],[255,247,247],[240,229,227],[159,156,141],[100,103,82],[92,100,79],[120,128,107],[154,156,142],[81,75,59],[123,111,89],[155,133,110],[200,164,148],[184,146,127],[173,138,106],[222,189,148],[187,155,108],[231,199,152],[181,144,102],[106,64,26],[180,131,98],[197,147,110],[163,114,71],[147,101,52],[195,153,103],[192,154,107],[178,143,103],[119,86,53],[185,153,128],[255,234,211],[212,210,185],[254,255,236],[152,153,135],[110,108,93],[188,186,173],[196,194,181],[218,215,200],[89,86,69],[90,87,70],[120,125,105],[164,182,158],[133,155,132],[165,177,157],[149,156,138],[77,87,63],[70,82,62],[46,59,50],[46,63,57],[72,89,79],[102,115,108],[37,41,42],[149,145,142],[247,236,214],[229,213,187],[178,160,140],[116,101,82],[64,58,34],[67,70,49],[37,49,37],[45,55,46],[59,57,44],[75,66,51],[74,65,50],[28,21,5],[29,22,6],[99,92,76],[52,43,28],[30,18,2],[58,42,26],[53,34,17],[51,28,10],[72,45,26],[116,85,65],[109,74,52],[85,49,25],[52,15,0],[46,14,1],[50,21,13],[46,21,16],[40,21,17],[34,20,19],[18,8,7],[7,0,0],[10,4,6],[13,7,7],[13,7,7],[12,4,2],[9,1,0],[8,2,2],[7,1,1],[6,2,3],[9,5,6],[7,1,1],[9,3,3],[15,9,9],[10,4,4],[8,4,5],[12,8,9],[7,3,4],[6,2,3],[7,3,4],[7,3,4],[7,3,4],[7,3,2],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[6,4,5],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,4],[1,0,4],[0,0,4],[1,0,5],[1,2,7],[3,4,9],[4,7,12],[3,8,12],[2,9,15],[6,13,21],[7,16,25],[10,18,29],[17,27,36],[14,24,33],[21,32,38],[25,39,42],[21,35,38],[32,48,48],[35,53,53],[59,79,77],[57,77,75],[45,66,61],[44,65,60],[46,67,62],[52,73,68],[54,77,71],[46,71,67],[46,71,67],[44,69,63],[30,55,49],[37,62,56],[55,78,72],[56,79,73],[66,87,82],[86,105,99],[54,71,63],[82,98,87],[99,113,98],[102,115,95],[155,169,143],[207,221,188],[176,189,159],[141,155,132],[155,172,154],[130,155,136],[105,137,124],[83,128,121],[109,156,150],[129,166,158],[200,233,224],[187,222,216],[117,148,142],[174,196,183],[158,180,167],[130,160,152],[120,152,149],[156,191,187],[143,179,177],[116,154,155],[133,171,182],[137,179,201],[98,148,175],[89,150,178],[92,160,183],[89,154,172],[97,157,168],[93,146,154],[93,137,146],[172,208,220],[158,184,197],[178,194,207],[190,203,212],[181,197,197],[169,191,189],[149,179,181],[192,227,233],[194,232,243],[130,172,186],[120,166,182],[126,173,191],[134,183,200],[116,168,182],[84,136,147],[103,156,164],[83,136,140],[61,116,119],[65,123,127],[65,124,132],[64,124,134],[72,129,136],[111,159,159],[80,125,122],[117,161,160],[124,168,169],[148,192,195],[161,204,210],[148,191,198],[152,195,204],[156,199,208],[117,160,169],[107,150,157],[148,191,197],[126,170,173],[70,111,113],[83,125,124],[93,128,124],[92,109,99],[136,144,133],[219,225,215],[204,201,194],[243,232,230],[235,219,220],[213,201,201],[245,242,237],[192,202,191],[110,124,107],[106,117,100],[105,109,92],[118,111,93],[128,117,99],[107,99,76],[123,106,86],[183,146,138],[198,156,144],[176,140,108],[213,181,134],[195,166,110],[165,136,80],[218,184,138],[181,142,103],[114,67,37],[198,148,121],[209,160,127],[180,132,92],[189,146,101],[138,102,54],[247,215,168],[188,156,115],[96,63,32],[195,167,143],[236,220,195],[231,218,199],[251,234,224],[237,224,216],[219,216,207],[177,177,167],[191,189,177],[163,155,142],[76,58,44],[134,117,101],[188,183,161],[117,117,91],[100,98,73],[106,108,84],[80,92,70],[98,115,97],[124,140,130],[27,38,30],[56,64,49],[130,132,119],[165,160,157],[154,145,140],[134,123,103],[163,151,127],[134,120,107],[63,53,41],[72,70,49],[51,55,32],[53,62,45],[58,66,51],[75,78,59],[46,45,25],[61,60,42],[23,20,3],[78,72,58],[112,102,90],[39,27,15],[59,42,32],[60,40,29],[55,31,19],[52,24,10],[58,26,11],[110,77,58],[135,100,78],[114,78,54],[38,3,0],[42,8,0],[45,15,7],[44,19,12],[47,26,21],[47,31,31],[30,20,19],[13,4,5],[11,5,5],[4,0,0],[7,1,1],[10,2,0],[10,2,0],[10,4,4],[9,3,5],[6,1,5],[5,0,4],[7,1,5],[13,4,9],[8,2,6],[4,0,2],[4,0,2],[5,0,3],[8,3,7],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[2,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[10,6,7],[9,5,6],[3,0,0],[9,5,6]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[2,3,7],[2,3,8],[2,5,10],[4,9,13],[0,8,11],[0,6,12],[1,10,17],[0,9,18],[0,2,12],[12,22,31],[18,31,39],[13,26,32],[27,42,45],[34,49,52],[32,50,50],[25,43,43],[49,69,68],[35,55,53],[40,60,58],[60,82,79],[53,75,72],[49,71,68],[50,72,69],[48,73,70],[39,64,61],[37,62,58],[27,52,46],[61,84,78],[76,97,90],[47,68,61],[75,95,86],[81,98,88],[73,89,76],[55,69,52],[61,76,55],[152,166,141],[169,182,152],[156,170,135],[167,182,151],[199,216,198],[199,221,208],[100,128,113],[122,160,145],[107,154,146],[102,149,141],[141,174,165],[181,211,201],[155,186,180],[139,169,161],[146,168,155],[163,185,172],[184,214,204],[151,184,177],[125,156,150],[140,171,166],[127,163,159],[207,247,249],[218,255,255],[106,152,175],[84,142,166],[88,152,177],[81,147,169],[96,159,176],[104,158,168],[125,174,181],[108,152,161],[121,155,164],[181,199,209],[215,225,234],[191,206,209],[150,170,171],[169,197,198],[183,216,221],[157,197,205],[160,204,215],[90,133,149],[179,222,238],[151,189,202],[148,184,196],[131,170,177],[87,131,134],[72,123,124],[65,123,124],[79,138,142],[65,124,128],[49,104,109],[114,165,169],[172,220,220],[124,170,168],[70,119,116],[106,152,152],[121,162,164],[108,149,153],[110,155,161],[88,135,143],[100,144,155],[118,162,175],[118,165,175],[94,139,145],[118,162,165],[111,151,151],[98,137,134],[89,120,114],[135,151,141],[145,151,141],[192,193,187],[232,227,223],[249,235,234],[230,214,214],[199,186,180],[181,178,169],[195,207,193],[143,157,140],[135,140,120],[171,169,148],[138,125,106],[216,201,178],[115,103,77],[91,73,51],[172,135,126],[225,183,169],[229,190,157],[209,177,130],[183,157,100],[157,131,74],[186,154,105],[226,188,149],[148,104,75],[127,81,55],[203,158,127],[193,151,113],[199,158,114],[168,130,81],[181,149,98],[177,149,101],[148,118,80],[188,161,131],[245,221,193],[210,188,165],[178,155,141],[183,163,154],[211,203,190],[179,176,161],[170,164,148],[215,202,186],[152,126,111],[132,105,86],[173,156,130],[128,117,87],[89,83,51],[46,49,18],[104,120,93],[124,143,123],[111,123,109],[70,76,62],[39,41,20],[124,119,99],[167,159,146],[93,83,71],[79,68,48],[113,102,82],[112,99,91],[64,53,47],[37,34,17],[48,50,29],[43,51,28],[52,62,38],[73,78,55],[61,65,42],[47,46,25],[45,40,21],[85,76,59],[83,70,54],[63,47,34],[41,23,13],[69,49,40],[59,37,26],[65,41,29],[62,34,20],[89,58,40],[112,80,57],[127,91,65],[72,36,12],[50,17,2],[42,14,3],[28,3,0],[24,5,0],[30,16,13],[25,15,14],[10,4,4],[7,1,1],[9,3,3],[11,5,5],[9,4,1],[7,2,0],[9,3,3],[8,4,5],[7,2,6],[7,2,6],[6,0,4],[9,3,7],[6,0,4],[13,7,11],[11,5,9],[3,0,2],[7,2,6],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[1,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[7,3,4],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[6,2,3]],[[1,1,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[4,4,6],[0,0,4],[3,4,8],[0,2,7],[1,6,10],[0,5,9],[0,6,9],[1,8,14],[0,2,7],[62,75,81],[112,125,131],[0,3,9],[10,25,30],[25,40,43],[30,48,50],[30,48,50],[32,50,50],[21,39,39],[50,69,67],[66,86,84],[64,84,82],[55,75,73],[46,66,64],[49,70,65],[63,83,81],[52,73,74],[44,65,66],[45,65,63],[73,94,89],[77,96,90],[71,88,80],[52,68,57],[55,69,54],[53,68,49],[79,92,72],[85,97,73],[86,99,71],[139,153,120],[167,181,146],[184,198,162],[161,180,150],[137,165,151],[69,104,98],[77,114,106],[84,124,113],[105,147,137],[103,145,135],[127,163,153],[167,198,190],[162,191,186],[154,181,176],[146,169,163],[187,212,206],[144,173,168],[126,158,153],[170,203,196],[150,185,179],[130,166,162],[138,178,178],[127,170,179],[112,155,171],[137,183,198],[107,158,175],[84,144,168],[89,151,172],[119,173,185],[104,154,163],[91,143,156],[113,157,168],[178,203,208],[179,194,197],[214,225,227],[159,173,174],[181,200,204],[196,225,231],[166,211,217],[114,164,173],[83,130,140],[177,214,222],[187,206,212],[181,192,196],[181,195,196],[140,169,167],[83,133,130],[91,156,152],[105,171,169],[49,109,107],[69,113,112],[109,149,149],[188,232,235],[107,156,160],[25,79,79],[91,141,140],[189,222,227],[145,179,188],[88,138,145],[86,140,150],[97,146,163],[86,134,154],[101,152,169],[79,128,142],[69,114,120],[106,144,145],[81,112,107],[120,139,133],[186,192,188],[191,188,183],[254,247,239],[253,242,236],[192,181,177],[196,183,175],[199,183,168],[156,145,125],[197,196,176],[207,206,185],[139,129,102],[157,143,114],[242,226,200],[213,193,168],[144,123,94],[155,128,101],[100,68,47],[175,137,116],[239,198,168],[230,192,153],[228,200,153],[185,159,110],[164,130,85],[180,141,102],[194,151,117],[121,80,48],[225,189,153],[212,177,137],[182,139,96],[171,129,79],[193,161,104],[197,170,115],[176,153,109],[184,162,121],[232,210,169],[173,150,116],[169,144,122],[203,180,162],[201,185,160],[131,117,90],[148,133,104],[209,189,162],[165,139,116],[111,85,60],[137,119,83],[145,136,97],[138,134,97],[152,158,122],[42,59,23],[83,102,70],[164,172,148],[158,157,136],[80,74,48],[92,82,55],[103,96,67],[119,114,85],[111,104,78],[83,72,54],[116,101,96],[77,61,61],[76,67,60],[88,86,71],[101,111,84],[60,74,41],[97,103,77],[93,93,69],[82,76,52],[67,57,32],[97,81,58],[82,64,44],[69,50,33],[66,48,34],[69,55,44],[42,29,20],[48,35,26],[43,27,14],[71,48,30],[103,75,53],[98,63,35],[88,51,25],[57,24,5],[59,31,17],[38,14,2],[16,0,0],[17,3,0],[14,4,3],[5,0,0],[7,3,4],[10,6,7],[6,2,3],[10,6,5],[11,7,6],[4,0,1],[2,0,1],[6,4,7],[3,1,4],[5,0,4],[8,3,7],[9,4,8],[6,1,5],[7,2,6],[9,4,8],[7,2,6],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[7,5,6],[0,0,0],[1,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[2,0,3],[1,0,2],[2,0,3],[5,3,6],[3,1,4],[1,0,2],[8,6,9],[1,0,2],[8,6,9],[6,4,7],[1,0,2],[178,176,179]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[4,5,9],[4,8,11],[0,4,8],[2,7,11],[0,8,11],[1,9,12],[6,15,20],[0,10,14],[60,74,77],[85,100,103],[7,22,25],[17,32,35],[18,36,38],[29,47,49],[28,46,46],[31,49,49],[28,47,45],[47,66,64],[53,73,71],[48,68,66],[44,64,62],[38,58,56],[40,61,56],[52,72,70],[44,64,63],[51,71,70],[59,78,76],[84,103,97],[69,86,78],[60,76,65],[61,75,60],[54,67,49],[72,86,63],[118,131,105],[118,131,103],[102,113,83],[116,127,95],[154,168,133],[144,158,123],[80,100,72],[80,112,99],[51,91,83],[51,91,83],[66,106,98],[94,134,126],[113,150,143],[119,154,148],[104,135,129],[170,200,192],[155,182,175],[160,187,180],[197,227,219],[117,148,142],[131,166,160],[165,204,199],[140,179,174],[125,164,159],[83,125,123],[93,138,143],[155,199,208],[165,208,217],[166,212,225],[119,176,196],[78,139,158],[82,135,149],[90,142,153],[101,155,167],[147,194,202],[160,189,193],[158,178,179],[184,198,199],[207,218,220],[245,255,255],[217,242,247],[119,162,168],[106,157,161],[102,151,155],[90,125,127],[186,200,200],[220,224,223],[211,220,215],[213,236,230],[80,129,123],[109,170,163],[180,241,236],[138,188,185],[158,184,183],[234,255,255],[200,237,245],[47,94,100],[45,101,102],[98,148,149],[232,255,255],[184,214,222],[93,143,150],[81,139,150],[91,142,159],[85,133,153],[74,127,145],[91,143,156],[78,121,127],[95,129,128],[122,148,139],[136,149,140],[239,240,235],[199,192,186],[255,244,236],[239,226,217],[155,146,139],[172,162,152],[217,200,180],[156,142,116],[175,169,147],[207,201,177],[185,170,139],[169,150,118],[171,154,126],[185,165,140],[184,158,131],[225,195,167],[210,178,153],[175,139,113],[193,152,122],[179,139,104],[175,146,104],[135,108,65],[172,137,97],[134,95,56],[146,106,71],[158,120,84],[238,206,168],[202,169,128],[213,172,128],[179,137,89],[209,177,120],[152,125,70],[101,79,32],[147,125,84],[152,130,89],[139,117,78],[174,151,119],[206,183,152],[183,160,126],[178,156,119],[164,140,104],[160,136,100],[157,133,99],[152,129,97],[180,164,128],[184,171,136],[169,163,129],[223,224,190],[123,133,96],[114,126,90],[185,186,155],[179,173,147],[177,167,140],[158,149,118],[108,102,66],[93,89,54],[57,52,23],[122,114,95],[94,81,73],[74,60,57],[97,88,81],[107,105,90],[132,141,112],[71,81,47],[93,94,63],[146,139,111],[145,134,106],[120,104,78],[102,82,57],[106,84,61],[69,48,27],[58,39,22],[60,47,31],[53,41,27],[59,46,30],[47,30,14],[213,188,166],[129,97,72],[118,79,50],[91,52,23],[85,53,32],[100,73,56],[87,65,52],[43,26,16],[11,0,0],[9,1,0],[12,6,6],[11,7,8],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[19,17,18],[15,13,14],[0,0,2],[4,4,6],[2,0,1],[7,3,4],[11,7,8],[11,7,8],[5,1,2],[3,0,0],[3,1,2],[9,7,8],[2,0,1],[6,4,5],[1,0,0],[7,5,6],[11,11,11],[0,0,0],[75,75,75],[251,251,251],[9,7,10],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[1,0,2],[3,1,4],[4,2,5],[4,2,5],[1,0,2],[5,3,6],[4,2,5],[1,0,2],[2,0,3],[1,0,2],[73,71,74]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,2],[1,1,3],[3,4,8],[3,4,8],[0,1,6],[4,9,13],[3,11,14],[1,9,12],[7,16,21],[2,13,17],[0,3,9],[0,12,18],[0,10,13],[11,26,29],[13,28,31],[24,39,42],[20,36,36],[19,35,35],[27,45,45],[38,56,56],[37,56,54],[34,53,51],[35,55,53],[33,53,51],[31,52,47],[38,59,54],[41,60,56],[54,73,69],[54,73,67],[62,79,71],[76,92,82],[106,122,109],[106,120,105],[104,117,99],[108,121,101],[125,137,113],[121,134,108],[105,118,92],[145,158,130],[185,200,171],[102,117,88],[91,109,83],[112,141,123],[132,165,154],[92,127,120],[147,181,180],[193,227,229],[130,164,166],[81,112,114],[85,117,114],[113,145,134],[113,145,130],[139,172,155],[194,228,212],[155,193,182],[106,145,140],[90,132,131],[123,164,166],[116,158,156],[101,143,141],[155,201,201],[195,243,247],[140,189,196],[122,174,185],[106,162,175],[97,153,166],[105,161,174],[94,146,157],[109,156,166],[129,170,176],[166,197,200],[175,199,201],[191,209,211],[203,217,218],[225,234,239],[192,209,216],[113,151,154],[124,172,172],[104,154,151],[91,133,129],[149,176,171],[182,201,195],[171,191,182],[163,193,183],[174,220,210],[169,218,212],[224,255,255],[235,255,255],[231,232,237],[227,227,237],[171,195,207],[82,122,132],[68,117,121],[147,191,194],[235,255,255],[167,196,204],[93,142,147],[89,144,151],[91,140,154],[85,132,148],[81,130,144],[62,111,118],[90,130,130],[125,154,149],[145,165,153],[156,167,153],[251,251,241],[255,253,244],[237,225,213],[180,166,155],[143,134,125],[214,204,192],[186,171,150],[183,168,145],[178,173,153],[214,209,187],[230,219,189],[188,173,142],[147,133,106],[155,137,113],[211,187,161],[173,146,119],[136,106,80],[113,79,52],[125,86,57],[183,147,113],[175,146,106],[103,74,34],[149,115,77],[183,145,109],[168,129,96],[160,124,90],[163,130,95],[163,131,92],[252,213,172],[218,180,133],[218,185,132],[162,132,82],[131,97,59],[202,172,138],[251,226,195],[175,155,120],[112,93,53],[156,134,93],[223,195,156],[181,149,111],[186,154,116],[122,93,53],[141,120,75],[133,118,77],[143,130,98],[190,178,152],[183,168,145],[188,176,150],[180,176,141],[190,187,152],[226,221,191],[201,196,167],[144,137,109],[130,123,94],[184,178,146],[174,168,136],[113,108,79],[131,125,101],[98,92,76],[74,68,54],[60,56,44],[60,58,43],[59,61,39],[69,68,40],[99,89,54],[167,151,117],[127,108,76],[92,71,42],[86,65,38],[78,54,30],[45,23,0],[43,21,0],[54,32,9],[84,60,36],[92,66,41],[65,35,9],[106,72,44],[106,67,36],[126,83,49],[89,48,20],[72,40,19],[69,41,27],[67,45,32],[55,36,29],[30,16,13],[12,4,2],[7,1,1],[4,0,1],[8,4,5],[18,14,15],[4,0,0],[10,6,5],[44,42,43],[38,36,37],[5,5,7],[3,1,4],[11,7,8],[3,0,0],[3,0,0],[7,3,4],[9,5,6],[6,2,3],[3,1,2],[6,4,5],[1,0,0],[8,6,7],[3,1,2],[1,0,0],[7,7,7],[0,0,0],[18,18,18],[94,94,94],[6,4,7],[1,0,2],[2,0,3],[7,5,8],[2,0,3],[3,1,4],[6,4,7],[1,0,2],[2,0,3],[2,0,3],[1,0,2],[8,6,9],[1,0,2],[6,4,7],[3,1,4],[2,0,3]],[[1,1,0],[1,1,0],[0,0,0],[1,1,0],[5,5,5],[6,6,6],[3,3,5],[2,2,4],[0,0,4],[0,2,5],[0,3,7],[9,14,18],[9,17,20],[3,13,15],[7,16,21],[3,14,18],[14,25,31],[3,16,22],[11,25,28],[8,23,26],[6,21,24],[14,29,32],[28,44,44],[34,50,50],[23,41,41],[31,49,49],[32,51,49],[33,52,50],[40,60,58],[38,58,56],[33,54,49],[37,58,51],[29,49,40],[42,59,49],[53,70,60],[59,77,65],[100,116,103],[151,165,150],[104,118,101],[72,85,67],[101,114,94],[98,112,89],[83,95,73],[94,106,82],[163,177,152],[212,226,201],[155,169,144],[130,148,124],[157,182,163],[168,196,182],[120,149,144],[189,219,217],[160,191,194],[83,114,117],[88,119,121],[62,94,91],[97,130,119],[130,164,148],[142,176,160],[108,146,131],[129,171,159],[131,176,169],[133,179,179],[92,137,140],[94,138,137],[126,170,169],[162,208,206],[136,186,187],[129,184,189],[95,152,159],[80,133,139],[103,156,162],[122,176,188],[105,155,166],[102,143,149],[168,201,206],[181,212,217],[205,233,237],[187,211,213],[196,214,214],[223,233,235],[167,182,185],[174,206,203],[133,176,169],[107,152,145],[78,120,110],[117,144,137],[136,157,150],[153,174,165],[155,182,173],[170,208,197],[141,181,172],[185,214,209],[217,229,229],[255,245,253],[194,184,195],[199,216,224],[131,164,169],[109,151,149],[113,152,149],[202,226,228],[151,176,180],[84,130,130],[109,163,165],[85,132,142],[80,124,137],[103,150,160],[81,122,128],[73,107,108],[109,134,128],[127,140,130],[229,233,219],[253,249,237],[239,229,217],[195,182,166],[145,132,116],[139,129,117],[192,183,168],[230,215,192],[179,167,143],[125,123,102],[156,154,133],[212,203,174],[188,174,145],[111,99,75],[132,117,94],[150,130,106],[146,120,95],[159,129,105],[158,124,97],[153,118,88],[187,152,120],[161,131,95],[125,95,57],[148,115,80],[140,106,71],[192,157,125],[159,126,95],[177,144,111],[189,156,121],[203,170,129],[223,190,145],[236,206,156],[209,176,131],[222,184,148],[255,237,208],[255,236,208],[141,118,86],[138,117,72],[213,189,141],[253,221,180],[231,196,156],[175,140,100],[180,149,105],[181,159,110],[134,117,73],[110,94,68],[105,90,71],[97,78,61],[140,122,100],[128,111,83],[169,154,123],[211,200,168],[219,213,179],[131,127,92],[85,81,46],[103,97,63],[145,139,107],[153,146,118],[109,105,80],[57,56,36],[83,84,66],[81,82,64],[46,45,27],[45,42,23],[58,48,23],[115,97,61],[148,124,86],[94,71,37],[66,45,14],[99,78,51],[85,63,40],[101,79,56],[78,54,30],[73,46,19],[131,100,71],[121,86,54],[118,82,48],[141,101,66],[128,85,51],[94,49,16],[92,51,23],[66,34,13],[52,24,10],[41,19,6],[36,19,11],[26,15,11],[14,6,4],[6,0,0],[6,2,3],[4,0,1],[6,2,3],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,2,4],[4,4,6],[4,2,3],[5,1,2],[7,3,4],[8,4,5],[6,2,3],[3,0,0],[2,0,1],[6,4,5],[8,6,7],[2,0,1],[9,7,8],[5,3,4],[0,0,0],[7,7,7],[4,4,4],[0,0,0],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[7,5,8],[8,6,9],[2,0,3],[2,0,3],[9,7,10],[1,0,2],[5,3,6],[8,6,9],[5,3,6],[7,5,8],[2,0,3]],[[1,1,0],[2,2,0],[0,0,0],[2,2,0],[7,7,7],[7,7,7],[4,4,6],[3,3,5],[2,3,7],[1,5,8],[2,7,11],[15,20,24],[15,22,28],[10,19,24],[14,23,28],[10,21,25],[10,21,27],[8,19,25],[14,25,31],[11,24,30],[15,29,32],[8,22,25],[24,39,42],[28,43,46],[25,41,41],[33,49,49],[33,52,50],[36,55,53],[44,64,62],[42,62,60],[38,59,54],[43,62,56],[56,74,62],[74,90,77],[97,113,100],[103,117,102],[90,104,87],[121,134,116],[123,136,118],[103,115,95],[88,100,80],[76,88,68],[105,117,97],[94,106,84],[168,182,159],[194,208,185],[120,134,111],[134,149,130],[129,149,137],[65,88,78],[110,135,129],[138,167,162],[102,133,128],[107,139,136],[61,93,90],[55,87,82],[95,128,121],[101,136,129],[93,130,122],[89,129,120],[119,164,157],[104,153,147],[129,179,176],[122,172,169],[116,162,160],[124,168,167],[151,197,194],[118,170,166],[94,155,158],[92,153,156],[108,158,157],[98,146,146],[78,128,137],[110,154,165],[143,174,177],[215,240,244],[169,198,206],[152,182,190],[141,169,172],[158,182,182],[207,223,223],[193,212,210],[214,244,236],[166,199,188],[141,174,163],[118,148,138],[174,193,187],[173,188,183],[200,215,210],[173,193,184],[132,158,147],[140,168,156],[164,185,176],[208,217,214],[251,242,247],[223,213,221],[187,199,197],[169,195,186],[115,149,135],[170,202,189],[204,224,215],[129,152,146],[107,148,142],[96,145,142],[97,140,146],[82,122,132],[73,111,122],[80,112,123],[79,104,109],[159,175,175],[169,174,170],[255,255,248],[219,211,198],[221,210,192],[174,159,138],[170,155,136],[150,141,124],[106,97,80],[225,211,185],[200,188,162],[99,98,78],[127,126,106],[176,169,141],[183,173,146],[190,182,161],[138,127,107],[151,135,112],[138,113,91],[196,166,142],[195,163,138],[191,162,132],[161,132,100],[166,133,100],[156,123,90],[175,145,111],[156,127,95],[159,130,100],[95,64,35],[105,74,45],[143,112,81],[156,128,91],[158,130,90],[164,137,92],[216,184,143],[184,148,112],[151,112,83],[140,104,78],[116,82,54],[124,95,53],[173,145,98],[121,89,48],[146,113,72],[163,130,89],[186,155,111],[141,113,66],[115,90,49],[128,106,82],[116,95,78],[104,87,69],[115,94,77],[110,81,65],[194,168,145],[159,143,110],[180,173,131],[215,213,165],[137,135,87],[44,36,0],[57,46,14],[45,34,12],[42,35,17],[60,61,43],[70,74,57],[54,57,36],[43,42,21],[91,83,62],[136,120,94],[150,126,90],[139,114,74],[113,90,58],[75,54,27],[63,45,23],[77,59,39],[130,112,92],[125,103,80],[173,143,117],[142,107,75],[140,102,66],[172,129,94],[167,123,88],[139,95,60],[112,67,36],[84,44,18],[44,11,0],[68,40,26],[58,36,25],[25,6,0],[14,0,0],[17,9,7],[12,6,6],[7,3,4],[10,6,7],[3,0,0],[9,3,3],[14,8,8],[8,4,5],[8,6,7],[8,8,10],[1,0,2],[9,5,6],[10,6,7],[8,4,5],[5,1,2],[8,4,5],[13,9,10],[6,4,5],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[7,7,7],[8,8,8],[2,2,2],[9,9,9],[1,0,2],[8,6,9],[6,4,7],[2,0,3],[6,4,7],[5,3,6],[2,0,3],[6,4,7],[3,1,4],[9,7,10],[4,2,5],[1,0,2],[5,3,6],[1,0,2],[1,0,2],[7,5,8]],[[0,0,0],[1,1,0],[0,0,0],[1,1,0],[4,4,4],[4,4,4],[2,2,4],[1,2,4],[1,5,8],[2,6,9],[1,6,10],[9,17,20],[11,20,25],[10,19,24],[16,27,31],[13,24,28],[8,19,25],[14,25,31],[10,21,27],[11,22,28],[16,30,33],[7,21,24],[21,36,39],[27,42,45],[24,40,40],[30,46,46],[28,47,45],[29,48,46],[34,54,52],[32,52,50],[31,52,47],[41,61,52],[57,73,60],[101,115,98],[57,70,52],[55,68,50],[74,86,66],[83,95,75],[114,123,102],[143,152,131],[105,114,93],[80,89,68],[113,122,101],[109,121,99],[101,113,91],[98,112,89],[128,142,119],[129,144,125],[66,84,72],[86,107,98],[98,121,113],[84,111,102],[88,118,110],[92,125,116],[62,95,88],[87,122,116],[88,123,119],[91,127,123],[58,97,94],[87,128,124],[84,131,125],[79,130,123],[76,129,121],[73,124,119],[91,137,135],[119,163,162],[107,154,148],[97,150,144],[87,149,148],[103,165,162],[108,158,149],[126,168,164],[131,174,180],[111,148,156],[137,158,161],[214,232,234],[190,217,224],[128,158,166],[135,166,169],[182,208,209],[202,218,218],[213,228,225],[218,238,227],[203,227,213],[197,221,207],[187,209,197],[184,201,195],[168,183,180],[202,218,215],[164,183,177],[114,138,124],[137,160,144],[127,143,132],[162,169,162],[247,242,246],[226,221,225],[209,216,209],[158,176,164],[183,210,193],[235,255,245],[164,180,169],[129,149,140],[82,119,111],[115,158,151],[109,149,149],[88,123,127],[70,101,106],[35,60,65],[118,138,139],[200,211,207],[187,184,179],[242,232,222],[183,172,154],[182,167,144],[168,150,126],[185,169,146],[169,158,140],[135,124,106],[216,200,175],[199,187,161],[118,117,97],[183,185,164],[204,198,172],[166,159,133],[192,187,167],[192,185,166],[155,140,119],[188,166,143],[142,111,90],[127,95,70],[142,117,87],[170,143,113],[191,157,129],[164,130,102],[139,110,80],[160,135,104],[114,89,59],[116,89,62],[153,121,96],[129,99,71],[103,80,46],[102,82,45],[147,124,83],[177,147,109],[131,97,60],[169,130,97],[141,102,71],[150,111,80],[111,76,38],[70,37,0],[82,50,11],[90,61,21],[102,73,31],[135,106,64],[122,90,49],[129,99,63],[129,102,75],[118,96,73],[136,120,97],[120,102,80],[155,124,106],[159,129,105],[169,151,115],[103,95,49],[143,140,89],[169,163,115],[111,99,61],[116,101,72],[83,68,45],[66,58,37],[65,65,41],[60,64,39],[51,53,29],[91,86,64],[152,139,122],[117,99,77],[81,58,26],[80,57,23],[95,75,48],[72,56,33],[25,12,0],[37,23,10],[69,53,38],[169,150,133],[168,144,120],[73,42,13],[120,84,50],[142,104,68],[118,78,43],[178,137,105],[134,93,63],[70,33,7],[34,3,0],[58,32,17],[50,28,17],[23,6,0],[16,5,1],[16,8,6],[8,2,2],[7,3,4],[6,2,3],[9,5,6],[11,5,5],[7,1,1],[3,0,0],[3,0,0],[6,4,7],[12,10,13],[3,0,0],[17,13,14],[25,21,22],[14,10,11],[3,0,0],[3,0,0],[6,4,5],[7,5,6],[1,0,0],[7,5,6],[12,10,11],[3,1,2],[0,0,0],[2,2,2],[0,0,0],[5,5,5],[7,5,8],[5,3,6],[2,0,3],[4,2,5],[6,4,7],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[9,7,10],[1,0,2],[4,2,5],[3,1,4],[6,4,7],[1,0,2]],[[0,0,0],[1,1,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[0,0,2],[0,1,3],[0,1,4],[1,5,8],[1,6,10],[6,14,17],[9,18,23],[11,20,25],[17,28,32],[11,22,26],[9,20,26],[16,25,34],[14,23,30],[14,23,30],[15,26,32],[17,28,34],[22,36,39],[34,48,51],[24,38,39],[30,44,45],[27,43,42],[27,43,42],[29,48,44],[26,45,41],[26,45,41],[38,55,47],[83,95,81],[94,103,86],[81,90,71],[87,96,77],[82,90,69],[113,121,100],[136,144,121],[107,115,92],[62,70,47],[80,88,65],[115,123,100],[92,102,78],[74,84,60],[102,114,90],[138,150,126],[151,164,144],[91,107,96],[84,104,95],[81,105,92],[69,97,83],[81,113,98],[72,106,92],[75,108,99],[110,145,139],[85,119,118],[66,102,102],[78,116,117],[128,168,168],[69,114,111],[74,123,117],[79,130,121],[67,118,111],[103,145,143],[112,154,152],[81,126,119],[80,131,122],[70,131,124],[107,164,157],[149,192,182],[160,197,189],[125,159,160],[156,181,186],[182,196,197],[240,251,253],[196,216,223],[156,185,191],[116,150,152],[161,189,190],[186,196,198],[146,148,147],[166,173,165],[171,183,169],[213,230,214],[170,190,178],[153,176,168],[155,180,176],[154,181,176],[135,165,155],[145,173,158],[115,140,121],[103,121,105],[159,169,160],[197,197,199],[225,223,228],[227,227,227],[160,166,162],[229,246,236],[208,225,215],[153,164,156],[131,146,139],[105,135,125],[143,180,172],[118,153,147],[76,107,102],[69,91,88],[70,87,81],[161,173,161],[177,181,164],[169,161,142],[209,192,172],[190,176,150],[176,160,134],[195,175,148],[163,146,120],[179,168,148],[162,151,131],[211,195,170],[175,163,137],[109,111,90],[123,126,107],[172,168,143],[114,107,81],[95,90,70],[142,135,117],[231,216,197],[202,180,159],[186,156,132],[164,132,107],[166,143,112],[183,160,129],[149,115,88],[163,127,101],[152,125,98],[157,133,105],[103,82,55],[175,149,124],[182,150,127],[108,80,56],[92,76,43],[101,87,52],[94,71,39],[95,66,32],[145,113,74],[151,116,74],[194,155,114],[174,134,98],[137,98,67],[100,65,35],[87,58,24],[146,120,85],[111,85,48],[111,82,48],[95,62,31],[128,94,66],[174,145,113],[152,129,97],[100,86,57],[78,63,34],[133,108,78],[152,126,93],[155,137,97],[101,88,44],[115,103,61],[117,105,67],[122,105,75],[175,155,130],[184,167,141],[121,107,78],[95,89,53],[100,98,60],[101,98,65],[114,106,83],[83,66,56],[78,58,49],[59,42,22],[76,62,36],[93,80,61],[75,66,51],[47,38,29],[44,37,29],[58,49,40],[175,165,153],[196,180,164],[53,32,11],[75,49,24],[50,20,0],[65,34,5],[145,110,82],[146,110,84],[81,46,24],[67,36,18],[55,29,16],[36,13,5],[22,5,0],[17,6,4],[10,1,2],[5,0,1],[11,6,10],[5,1,2],[9,5,6],[6,0,0],[8,2,2],[15,11,12],[13,9,10],[3,1,4],[3,1,4],[5,1,2],[12,8,9],[14,10,11],[9,5,6],[5,1,2],[7,3,4],[6,4,5],[4,2,3],[14,12,13],[1,0,0],[4,2,3],[11,9,10],[5,5,5],[4,4,4],[3,3,3],[3,3,3],[6,4,7],[1,0,2],[3,1,4],[4,2,5],[1,0,2],[9,7,10],[14,12,15],[2,0,3],[2,0,3],[1,0,2],[5,3,6],[2,0,3],[15,13,16],[4,2,5],[12,10,13],[1,0,2]],[[0,0,0],[2,2,0],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,2],[1,2,4],[0,1,4],[2,7,10],[4,12,15],[12,20,23],[14,23,28],[15,26,30],[17,31,34],[7,20,26],[7,18,24],[12,21,30],[19,28,35],[18,27,34],[9,20,26],[21,32,36],[13,27,30],[27,41,42],[29,43,44],[34,48,48],[33,49,48],[34,50,47],[38,54,51],[32,51,47],[29,48,44],[41,57,47],[107,115,100],[119,124,104],[101,106,86],[64,67,46],[99,102,81],[163,167,144],[117,121,98],[85,89,64],[64,68,43],[88,94,68],[98,104,78],[129,138,111],[114,123,96],[124,135,105],[153,164,134],[162,176,151],[164,181,163],[132,155,139],[116,143,128],[74,105,90],[72,106,92],[76,112,100],[89,124,117],[77,114,107],[74,110,108],[72,108,108],[93,129,129],[101,140,139],[81,123,121],[97,142,137],[92,141,135],[96,143,137],[85,124,123],[80,119,116],[73,116,109],[81,131,120],[109,163,150],[128,180,167],[162,203,189],[112,144,133],[113,135,132],[178,192,192],[236,244,246],[241,249,251],[227,245,249],[185,210,214],[121,155,157],[138,166,169],[171,181,183],[151,153,152],[139,145,135],[151,159,144],[143,157,140],[121,141,129],[125,150,144],[122,153,148],[100,132,127],[121,154,145],[118,151,134],[150,178,156],[111,132,113],[164,178,165],[177,186,185],[190,194,195],[224,223,218],[255,255,246],[219,230,216],[193,205,191],[145,153,140],[103,115,103],[130,154,140],[124,155,140],[89,119,107],[77,103,92],[55,71,61],[174,182,171],[170,174,159],[186,183,164],[235,218,198],[209,187,164],[236,219,191],[220,203,173],[172,151,120],[183,163,136],[170,158,136],[169,158,136],[229,213,187],[176,164,138],[157,156,136],[163,164,146],[214,208,184],[173,166,140],[151,146,126],[160,153,134],[193,178,157],[189,167,144],[204,172,147],[231,200,172],[212,191,160],[159,136,105],[151,117,92],[165,131,106],[163,137,112],[156,136,109],[116,96,71],[129,107,83],[116,85,64],[99,73,50],[88,74,45],[117,106,76],[79,59,32],[112,87,56],[101,72,32],[177,144,99],[199,165,119],[174,141,100],[125,91,63],[126,94,69],[97,68,38],[129,103,70],[89,63,28],[91,62,30],[106,74,49],[100,69,41],[132,106,69],[173,154,114],[136,121,88],[98,85,53],[135,116,84],[141,121,86],[149,132,89],[151,137,92],[117,100,57],[120,100,63],[102,78,50],[76,52,28],[126,102,76],[235,214,183],[126,111,72],[86,74,34],[120,107,73],[132,118,92],[82,64,54],[60,43,36],[48,39,24],[74,67,49],[96,88,75],[66,59,49],[50,46,37],[46,41,35],[65,60,54],[57,50,42],[38,30,19],[48,36,20],[51,36,17],[52,31,10],[64,40,16],[79,49,25],[145,111,86],[102,67,47],[52,23,7],[52,26,13],[43,23,14],[26,9,2],[12,1,0],[14,5,6],[13,7,9],[3,0,2],[8,4,5],[9,5,6],[11,5,5],[9,3,3],[5,1,2],[4,0,1],[5,3,6],[7,5,8],[8,4,5],[5,1,2],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[3,1,2],[3,1,2],[6,4,5],[6,4,5],[1,0,0],[1,1,1],[6,6,6],[0,0,0],[4,4,4],[1,0,2],[1,0,2],[11,9,12],[4,2,5],[1,0,2],[33,31,34],[47,45,48],[6,4,7],[12,10,13],[11,9,12],[1,0,2],[2,0,3],[25,23,26],[1,0,2],[3,1,4],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,1,6],[0,0,5],[3,8,14],[16,23,29],[20,29,34],[16,27,31],[9,22,28],[7,18,24],[12,21,28],[14,23,30],[19,28,35],[21,30,37],[16,25,30],[14,23,28],[18,29,33],[21,32,34],[25,36,38],[29,41,41],[23,37,37],[24,39,36],[31,46,43],[31,46,41],[51,66,61],[93,104,96],[101,103,90],[42,39,22],[73,70,53],[102,99,80],[107,105,84],[151,149,126],[150,150,124],[110,110,84],[107,110,81],[123,126,97],[113,116,85],[107,112,80],[129,136,103],[148,158,124],[200,210,176],[121,135,102],[182,202,174],[118,142,118],[50,77,58],[97,127,115],[62,94,89],[59,95,93],[85,121,119],[101,137,135],[108,145,138],[93,130,122],[111,149,138],[127,164,156],[77,116,111],[80,120,119],[84,125,127],[73,113,115],[86,120,119],[73,108,104],[94,135,129],[105,148,138],[101,145,128],[113,154,136],[123,159,145],[139,167,155],[143,155,145],[195,200,194],[249,251,250],[251,255,255],[220,231,233],[135,155,156],[132,162,162],[114,144,144],[151,171,172],[118,130,128],[140,152,142],[135,147,133],[109,123,108],[121,141,130],[116,141,137],[93,121,122],[86,118,117],[87,120,113],[94,126,111],[115,144,124],[155,180,159],[163,184,169],[142,161,155],[145,156,148],[211,210,190],[217,216,188],[209,215,187],[213,223,196],[173,178,155],[132,141,120],[104,123,103],[126,149,131],[94,118,104],[150,167,157],[178,183,177],[255,255,250],[232,229,220],[229,219,209],[227,202,195],[234,206,192],[243,223,196],[179,160,127],[147,124,92],[162,141,112],[159,144,121],[176,164,142],[143,126,100],[160,146,120],[126,123,104],[96,95,75],[167,160,134],[153,141,115],[111,103,80],[152,141,121],[232,214,192],[223,199,175],[160,129,101],[183,152,123],[255,241,210],[144,121,90],[152,118,93],[195,160,138],[146,120,97],[175,155,130],[114,96,72],[125,105,81],[113,86,65],[86,61,39],[112,100,74],[122,112,85],[83,67,42],[73,49,23],[139,109,73],[185,153,112],[113,89,41],[130,107,65],[120,97,66],[114,90,64],[157,130,101],[114,83,52],[73,43,9],[107,76,45],[113,88,58],[120,100,67],[123,106,63],[121,106,63],[159,140,107],[94,79,48],[63,54,25],[71,62,29],[96,83,39],[196,180,129],[174,152,102],[155,131,85],[141,112,78],[98,68,40],[89,58,37],[219,188,167],[133,103,77],[92,65,36],[76,52,24],[101,81,56],[78,61,43],[42,30,16],[27,23,11],[25,23,11],[60,56,45],[62,55,45],[42,33,26],[72,63,56],[84,77,71],[42,37,31],[16,13,4],[35,31,22],[40,32,21],[36,24,10],[24,6,0],[62,35,14],[102,68,43],[120,84,62],[74,42,27],[38,11,0],[28,8,0],[28,11,4],[16,5,3],[13,4,5],[8,2,4],[4,0,3],[7,3,4],[7,3,4],[9,3,3],[10,4,4],[9,5,4],[8,4,5],[4,2,5],[4,2,5],[5,1,2],[13,9,8],[3,0,0],[11,7,6],[3,0,0],[8,4,3],[26,25,23],[4,3,1],[1,0,0],[7,6,4],[1,0,0],[9,8,6],[6,6,4],[3,3,1],[0,0,0],[1,1,1],[3,1,4],[7,5,8],[1,0,2],[6,4,7],[1,0,2],[13,11,14],[11,9,12],[1,0,2],[10,8,11],[7,5,8],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,2,7],[0,1,5],[0,7,13],[14,23,28],[21,32,36],[16,30,33],[9,22,28],[2,15,21],[15,26,32],[18,27,34],[21,30,37],[20,29,34],[15,24,29],[15,25,27],[22,33,35],[30,42,42],[33,45,45],[30,42,40],[22,34,32],[22,34,30],[34,46,42],[44,56,52],[47,59,55],[52,62,53],[81,79,66],[94,88,72],[111,106,87],[113,108,88],[115,110,88],[109,105,80],[110,106,79],[144,143,113],[139,138,108],[110,111,79],[133,137,104],[112,118,84],[79,87,50],[162,170,133],[176,186,149],[96,110,74],[133,155,119],[62,89,58],[76,105,83],[90,122,109],[72,107,101],[101,137,137],[90,129,128],[86,125,122],[132,169,162],[123,159,149],[117,153,139],[81,117,105],[60,95,88],[79,113,112],[85,120,124],[62,96,98],[96,125,123],[120,151,145],[89,126,119],[83,123,112],[101,136,116],[125,157,136],[145,177,162],[184,206,193],[190,194,179],[255,255,244],[254,255,253],[252,255,255],[181,190,187],[144,159,156],[111,140,136],[110,142,139],[128,160,155],[116,146,138],[109,133,119],[126,147,132],[159,177,165],[126,146,137],[87,109,107],[125,149,151],[121,149,150],[119,148,144],[121,149,137],[93,120,103],[186,211,192],[175,199,183],[87,110,100],[122,138,125],[208,208,182],[176,173,140],[212,218,184],[196,203,172],[189,193,166],[169,177,153],[206,220,197],[175,192,173],[91,110,91],[138,150,136],[236,232,223],[202,192,183],[176,168,155],[210,196,183],[226,198,187],[220,188,173],[203,182,155],[159,140,107],[144,121,87],[161,140,109],[138,123,100],[120,105,84],[138,121,95],[127,111,85],[151,146,126],[81,79,58],[92,81,53],[93,78,49],[152,140,114],[189,173,148],[127,106,79],[221,194,165],[196,163,132],[200,170,136],[255,233,202],[110,85,55],[103,69,44],[172,140,117],[177,153,129],[136,116,91],[135,117,93],[119,101,77],[97,72,50],[89,69,45],[106,96,71],[133,125,102],[68,53,32],[80,60,36],[132,103,73],[180,152,115],[114,95,55],[71,56,17],[86,71,38],[182,165,135],[176,151,120],[152,123,89],[145,115,79],[126,98,61],[101,79,42],[82,64,26],[142,127,86],[114,99,58],[157,137,104],[179,164,133],[62,59,26],[65,65,27],[79,68,23],[142,124,76],[208,182,133],[180,149,105],[177,144,109],[139,105,77],[166,130,106],[203,165,142],[168,128,103],[152,115,88],[89,55,28],[86,60,35],[73,56,36],[36,27,10],[28,26,14],[44,41,34],[68,61,51],[45,35,25],[47,33,22],[66,52,43],[58,48,39],[84,77,69],[43,40,33],[33,33,25],[50,46,37],[38,28,16],[23,4,0],[52,24,2],[61,24,0],[96,59,33],[95,63,48],[58,31,20],[41,21,12],[30,12,8],[13,1,1],[13,4,5],[11,5,7],[7,2,6],[7,3,4],[8,4,5],[10,4,4],[10,4,4],[9,5,4],[8,4,3],[5,3,4],[4,2,3],[12,8,7],[8,4,3],[3,0,0],[4,0,0],[11,7,6],[93,89,88],[49,48,46],[6,5,3],[13,12,10],[1,0,0],[8,7,5],[1,0,0],[6,6,4],[4,4,2],[0,0,0],[8,8,6],[5,3,4],[3,1,4],[5,3,6],[5,3,6],[6,4,7],[1,0,2],[1,0,2],[6,4,7],[8,6,9],[6,4,7],[4,2,5],[3,1,4],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,3,8],[0,1,5],[0,7,13],[13,22,27],[21,32,38],[18,31,37],[9,22,28],[0,13,19],[16,27,33],[20,31,37],[24,35,39],[21,32,36],[15,24,29],[14,24,26],[25,35,37],[36,46,47],[30,40,41],[29,39,38],[36,46,45],[37,48,44],[32,43,39],[42,53,47],[56,67,61],[60,65,58],[88,84,72],[159,150,135],[124,115,98],[94,86,67],[108,100,79],[105,99,75],[115,109,83],[114,110,81],[100,99,69],[104,105,73],[122,126,93],[173,177,142],[122,128,92],[193,201,164],[131,141,104],[92,108,71],[163,184,151],[134,160,131],[128,158,134],[102,135,118],[65,101,91],[72,108,104],[81,120,115],[104,143,138],[76,113,106],[94,129,122],[116,149,140],[75,106,98],[90,121,115],[113,144,139],[105,137,136],[68,98,96],[112,137,131],[113,140,131],[93,126,117],[87,121,107],[121,146,124],[141,165,143],[158,185,170],[184,202,188],[203,205,184],[249,243,227],[243,246,239],[236,242,238],[175,182,174],[129,142,132],[120,143,137],[100,135,128],[95,143,129],[104,155,138],[87,128,110],[87,119,104],[123,149,138],[122,143,138],[100,118,120],[114,132,136],[144,162,164],[130,148,148],[117,137,128],[158,178,166],[121,144,126],[135,159,143],[151,178,163],[129,147,131],[150,149,129],[143,137,113],[153,155,131],[177,181,158],[186,189,168],[109,112,91],[137,142,122],[195,204,183],[133,147,124],[160,168,145],[240,229,211],[207,190,170],[192,180,154],[153,137,111],[169,139,115],[207,175,150],[171,148,117],[169,148,117],[195,170,139],[182,158,130],[156,139,119],[144,129,108],[104,84,59],[124,107,81],[154,146,125],[68,62,40],[90,75,46],[86,67,35],[183,163,136],[152,131,102],[113,84,52],[170,137,102],[208,174,137],[249,217,179],[197,171,136],[98,71,41],[91,59,34],[182,150,127],[223,197,174],[137,115,91],[136,119,93],[106,89,63],[131,111,87],[109,91,67],[122,112,87],[123,115,92],[77,64,47],[121,104,86],[145,123,99],[133,112,85],[68,51,25],[61,47,18],[58,45,10],[219,205,166],[145,127,87],[87,68,26],[160,137,95],[121,98,54],[94,73,26],[112,94,48],[103,85,49],[85,66,34],[104,83,54],[194,179,146],[116,119,76],[68,71,26],[92,83,40],[108,86,47],[133,100,67],[117,80,51],[151,116,88],[138,103,75],[213,177,145],[189,149,114],[149,105,68],[137,93,58],[116,80,48],[104,74,50],[69,50,35],[62,50,38],[29,22,12],[62,55,45],[64,50,39],[47,29,15],[77,55,41],[76,54,40],[42,24,10],[65,51,40],[49,42,32],[49,45,34],[37,33,22],[65,53,39],[61,39,18],[54,20,0],[73,29,0],[96,52,25],[123,90,73],[59,35,25],[34,14,7],[34,16,12],[23,11,11],[13,4,7],[7,1,5],[9,4,8],[8,4,5],[8,4,5],[10,4,4],[11,5,5],[10,4,4],[10,4,4],[8,4,5],[7,3,4],[10,6,5],[3,0,0],[19,15,14],[5,1,0],[4,0,0],[38,34,33],[7,6,4],[3,2,0],[1,0,0],[1,0,0],[6,5,3],[2,1,0],[0,0,0],[0,0,0],[5,5,3],[0,0,0],[1,0,2],[7,5,8],[14,12,15],[1,0,2],[10,8,11],[1,0,2],[4,2,5],[1,0,2],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,4,7],[1,10,15],[10,21,25],[15,28,34],[16,29,35],[9,24,29],[0,15,20],[12,25,31],[22,33,37],[26,37,41],[22,33,35],[15,26,28],[13,23,24],[23,33,34],[37,47,46],[48,58,57],[25,36,32],[24,35,31],[31,40,35],[23,32,27],[37,47,39],[63,73,65],[73,76,67],[46,43,28],[91,82,65],[107,99,80],[109,101,80],[119,111,88],[129,123,99],[112,106,80],[70,66,37],[55,54,24],[75,76,45],[81,85,52],[119,125,91],[163,170,136],[169,179,145],[130,141,107],[115,130,97],[99,120,89],[164,189,160],[95,123,98],[48,80,59],[59,93,77],[59,97,86],[71,108,100],[111,148,141],[65,100,96],[105,140,134],[130,162,157],[89,120,114],[102,131,126],[113,142,137],[89,120,114],[90,120,112],[132,158,147],[114,140,129],[116,146,134],[80,108,93],[120,139,117],[112,130,106],[116,137,120],[182,196,179],[202,204,182],[211,209,188],[234,240,228],[181,191,182],[188,196,181],[143,155,141],[97,119,107],[89,121,108],[105,152,134],[90,141,122],[86,130,113],[87,125,110],[79,109,99],[83,108,102],[97,119,117],[88,108,107],[102,122,121],[83,103,101],[143,163,154],[143,163,151],[114,132,118],[142,160,144],[139,157,141],[138,149,132],[151,149,128],[134,128,104],[159,159,135],[179,183,158],[190,194,171],[105,108,87],[128,130,109],[137,140,119],[143,153,128],[171,173,149],[231,213,191],[191,167,143],[193,178,149],[213,196,166],[167,136,108],[201,167,140],[161,138,107],[106,85,54],[205,180,150],[168,144,118],[172,155,135],[135,118,98],[99,77,53],[109,89,64],[95,84,64],[52,40,18],[100,79,48],[150,126,92],[139,114,83],[168,139,107],[192,156,120],[168,130,91],[161,126,84],[247,215,174],[202,172,134],[114,83,52],[118,87,59],[189,159,135],[210,184,159],[115,91,67],[107,87,62],[95,78,52],[107,90,64],[148,132,107],[139,127,103],[40,29,9],[55,43,27],[78,65,48],[104,89,68],[81,64,44],[51,35,19],[68,53,32],[119,106,71],[160,148,106],[121,109,67],[93,80,36],[136,119,73],[163,145,95],[152,131,78],[165,141,93],[38,14,0],[71,45,18],[93,72,41],[92,78,43],[115,117,70],[80,82,35],[105,93,53],[131,107,73],[140,106,79],[139,102,76],[126,89,62],[169,133,101],[199,161,124],[199,157,119],[151,106,67],[114,70,33],[138,99,68],[112,80,55],[53,32,13],[51,35,22],[29,17,5],[67,53,40],[50,32,18],[54,33,16],[83,57,40],[80,54,37],[65,43,29],[38,22,7],[27,17,5],[16,10,0],[26,18,5],[52,39,22],[72,47,25],[89,53,27],[86,41,10],[116,72,45],[106,75,57],[60,36,26],[41,21,14],[27,12,7],[12,2,1],[11,5,7],[10,5,9],[8,3,7],[8,4,5],[8,4,5],[10,4,4],[10,4,4],[10,4,4],[9,3,3],[7,3,4],[7,3,4],[6,2,1],[7,3,2],[17,13,12],[3,0,0],[4,0,0],[3,0,0],[8,7,5],[1,0,0],[3,2,0],[8,7,5],[9,8,6],[25,24,22],[141,141,139],[15,15,13],[0,0,0],[1,1,0],[9,7,8],[3,1,4],[5,3,6],[1,0,2],[11,9,12],[2,0,3],[7,5,8],[8,6,9],[2,0,3],[4,2,5],[5,3,6],[4,2,5],[3,1,4],[2,0,3],[3,1,4],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[1,6,10],[4,11,17],[9,18,23],[12,23,29],[12,25,31],[9,24,29],[3,18,23],[10,24,27],[19,33,36],[22,36,39],[19,30,32],[14,25,27],[13,25,25],[26,36,37],[43,53,52],[36,45,42],[21,30,25],[29,38,33],[38,45,38],[26,33,26],[32,37,30],[47,52,45],[46,49,38],[54,51,34],[84,77,58],[155,148,129],[114,108,86],[81,75,51],[114,110,85],[89,85,60],[76,75,47],[79,82,53],[86,91,61],[114,120,92],[148,157,128],[177,188,158],[106,119,91],[77,92,63],[93,109,82],[96,114,88],[122,142,117],[113,137,113],[104,132,109],[107,140,119],[83,120,102],[111,149,136],[98,135,127],[82,117,113],[71,103,102],[109,139,139],[95,125,123],[59,90,84],[101,133,122],[99,131,116],[88,119,103],[84,111,96],[92,119,104],[113,140,125],[85,108,90],[98,113,92],[131,145,122],[117,132,111],[107,119,97],[152,157,134],[216,220,197],[180,189,170],[137,150,132],[145,158,138],[116,131,112],[85,106,89],[106,130,114],[116,147,131],[74,108,92],[54,88,74],[62,95,86],[61,94,87],[73,106,99],[90,123,116],[76,109,100],[64,95,87],[94,124,114],[99,127,115],[99,121,109],[125,141,128],[145,153,138],[167,168,152],[180,178,157],[200,197,166],[220,217,182],[199,203,168],[169,174,142],[187,194,163],[147,151,126],[83,81,58],[106,104,81],[131,135,110],[157,153,128],[206,181,161],[195,164,144],[179,162,136],[215,195,170],[193,161,140],[207,172,150],[167,143,117],[123,102,75],[168,142,115],[188,164,140],[188,169,152],[132,113,96],[136,112,88],[145,121,97],[110,95,74],[40,24,0],[98,72,39],[191,159,121],[145,112,77],[186,151,113],[180,135,94],[181,137,92],[163,126,81],[252,219,174],[253,218,180],[182,148,113],[97,66,37],[219,192,165],[156,128,104],[126,100,75],[86,65,38],[67,50,22],[68,54,25],[119,108,80],[107,92,69],[57,44,25],[54,42,26],[46,37,22],[95,88,69],[86,77,60],[83,66,56],[110,93,77],[139,124,93],[106,94,56],[127,120,78],[139,132,86],[153,143,94],[165,147,97],[176,151,97],[199,168,121],[106,72,37],[75,44,16],[104,81,49],[70,54,20],[150,141,102],[116,107,68],[86,67,34],[98,73,42],[94,63,34],[116,81,51],[113,77,41],[167,129,92],[211,172,133],[187,147,111],[139,98,66],[113,72,44],[147,110,84],[155,123,100],[124,100,76],[66,46,22],[66,47,30],[86,67,52],[72,49,33],[61,38,22],[55,32,16],[54,31,17],[65,46,31],[43,27,12],[49,37,23],[56,44,28],[58,45,28],[61,43,23],[88,62,39],[138,102,76],[138,94,65],[144,102,77],[111,79,64],[44,20,10],[19,0,0],[25,10,7],[20,10,11],[11,2,5],[4,0,2],[7,2,8],[7,2,6],[7,3,4],[9,3,3],[9,3,3],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[8,4,3],[13,9,8],[3,0,0],[11,7,6],[5,1,0],[5,1,0],[7,6,4],[4,3,1],[8,7,5],[5,4,2],[1,0,0],[2,1,0],[117,117,115],[0,0,0],[0,0,0],[6,6,6],[6,4,7],[3,1,4],[2,0,3],[6,4,7],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,8,11],[4,13,18],[6,17,21],[6,19,25],[9,24,29],[7,25,29],[1,19,23],[9,24,27],[17,31,34],[16,30,31],[11,25,26],[12,24,24],[14,26,24],[27,37,36],[46,57,53],[13,22,17],[16,26,18],[25,32,25],[23,30,22],[24,29,22],[46,51,44],[68,73,66],[72,74,61],[96,93,74],[143,138,116],[161,156,134],[115,110,88],[95,91,66],[103,101,76],[91,89,64],[84,86,62],[111,115,90],[112,118,92],[128,136,112],[102,114,90],[98,112,87],[99,114,91],[46,64,42],[115,130,107],[146,160,135],[163,179,153],[123,142,120],[71,96,74],[93,125,104],[59,93,76],[130,166,154],[91,128,120],[76,111,107],[72,107,103],[74,106,103],[77,109,104],[121,154,145],[167,201,187],[99,133,116],[101,134,115],[82,111,93],[116,143,124],[71,94,74],[97,116,96],[121,136,115],[142,154,132],[103,113,89],[94,104,79],[169,179,154],[150,163,137],[80,94,68],[105,121,95],[103,121,97],[86,105,83],[106,125,103],[137,156,136],[126,143,125],[98,116,104],[106,129,121],[116,145,140],[93,124,119],[87,120,113],[120,156,144],[148,184,170],[109,146,129],[63,97,81],[100,132,119],[139,165,152],[106,122,109],[161,168,152],[216,211,191],[152,145,119],[216,213,178],[190,192,153],[225,229,192],[138,144,110],[157,164,133],[100,103,76],[83,78,56],[136,131,109],[124,124,98],[163,156,130],[179,148,127],[171,136,116],[183,163,138],[175,155,128],[201,169,146],[192,157,137],[127,103,79],[175,153,129],[161,135,110],[186,162,138],[121,102,85],[113,94,77],[129,103,80],[171,145,120],[233,215,193],[153,133,108],[163,133,97],[162,127,87],[178,140,101],[188,145,103],[206,155,108],[212,162,113],[176,138,89],[203,169,123],[201,162,121],[173,135,99],[115,84,53],[182,155,126],[131,104,77],[168,141,114],[111,87,59],[81,62,32],[56,45,13],[93,84,55],[113,97,74],[67,52,33],[75,66,51],[39,32,16],[59,54,35],[85,78,60],[98,86,72],[122,109,93],[66,54,30],[61,52,21],[78,72,36],[95,88,46],[115,102,58],[121,103,55],[87,59,11],[141,109,62],[168,133,95],[120,87,52],[160,134,97],[149,127,90],[115,95,58],[126,106,71],[68,45,14],[64,38,11],[105,75,47],[113,80,49],[126,91,53],[143,106,64],[131,94,52],[128,90,51],[117,81,47],[90,56,28],[58,26,1],[71,41,17],[128,101,74],[121,95,70],[69,44,22],[75,52,34],[97,74,60],[88,66,53],[73,53,42],[63,45,35],[39,22,12],[36,22,11],[45,33,19],[86,73,56],[81,64,44],[79,58,37],[90,62,40],[125,91,66],[128,91,64],[96,60,36],[89,60,46],[49,25,15],[31,12,6],[20,5,2],[7,0,0],[7,1,3],[8,3,7],[7,2,8],[7,2,6],[7,3,4],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[6,2,3],[6,2,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[15,11,10],[8,4,3],[2,1,0],[8,7,5],[1,0,0],[1,0,0],[9,8,6],[6,5,3],[0,0,0],[2,2,0],[8,8,6],[1,1,0],[8,6,7],[1,0,2],[14,12,15],[56,54,57],[23,21,24],[5,3,6],[1,0,2],[9,7,10],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[0,8,11],[3,12,17],[4,15,19],[5,18,24],[10,25,30],[7,25,29],[0,16,20],[6,21,24],[13,29,29],[12,26,27],[9,23,24],[12,24,24],[12,24,22],[19,29,28],[33,44,40],[26,35,30],[29,36,29],[20,25,19],[18,23,16],[39,42,35],[61,64,55],[63,66,57],[57,58,44],[78,76,55],[156,152,127],[143,139,114],[104,102,77],[90,88,65],[83,83,59],[89,91,67],[70,74,51],[79,84,62],[123,132,111],[71,83,63],[86,101,82],[144,161,143],[69,87,71],[90,111,96],[91,108,89],[102,115,87],[116,127,97],[107,122,99],[102,123,106],[96,122,111],[62,93,85],[106,138,133],[49,84,78],[61,98,90],[60,96,86],[78,114,100],[86,120,106],[153,187,173],[175,209,195],[90,124,110],[99,133,117],[127,160,141],[113,141,119],[89,108,86],[148,163,142],[132,147,128],[103,115,95],[129,135,109],[161,167,139],[205,221,195],[136,156,129],[134,151,119],[109,126,94],[85,108,80],[122,146,120],[167,187,160],[195,209,184],[116,123,105],[136,144,131],[161,173,169],[133,152,150],[101,126,123],[116,143,138],[138,164,153],[152,180,165],[170,201,183],[56,89,72],[107,141,125],[114,145,130],[119,142,124],[149,162,142],[222,225,198],[138,135,104],[188,189,155],[154,158,123],[188,194,160],[159,166,135],[108,114,86],[102,104,80],[154,148,126],[172,164,141],[135,134,106],[153,144,115],[178,146,121],[157,121,95],[225,204,173],[221,200,169],[190,159,131],[151,117,92],[108,84,60],[114,94,70],[147,121,98],[150,125,103],[108,89,74],[112,90,76],[118,90,68],[103,75,51],[190,169,148],[213,189,163],[157,123,86],[114,72,30],[136,93,50],[187,140,94],[223,167,116],[186,133,81],[206,166,114],[189,153,103],[122,79,37],[181,141,105],[121,92,60],[120,95,65],[99,69,43],[145,115,89],[142,116,89],[70,51,21],[80,71,38],[110,101,70],[163,147,124],[88,71,53],[68,59,44],[81,74,58],[77,68,51],[80,72,53],[63,57,35],[39,34,12],[54,49,30],[72,65,46],[82,70,44],[99,82,52],[117,95,58],[134,109,69],[156,128,89],[123,94,52],[111,80,34],[166,135,88],[159,126,83],[203,170,129],[139,105,67],[129,96,63],[87,57,31],[67,39,18],[97,69,48],[116,84,59],[139,103,69],[112,75,33],[114,77,32],[110,78,31],[105,77,37],[104,78,45],[68,42,15],[54,26,2],[91,57,32],[112,77,55],[91,63,42],[82,56,39],[93,71,58],[67,50,42],[53,40,34],[48,39,34],[19,12,6],[30,21,14],[51,41,29],[56,43,26],[77,60,40],[64,42,19],[50,23,2],[76,48,27],[66,35,15],[82,50,35],[78,50,38],[33,8,1],[18,0,0],[21,6,3],[14,4,5],[11,2,7],[7,0,7],[7,2,8],[7,2,6],[7,2,6],[8,2,4],[10,1,2],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[3,0,0],[27,23,22],[64,60,59],[4,0,0],[6,2,1],[3,0,0],[7,6,4],[5,4,2],[12,11,9],[1,0,0],[8,7,5],[1,0,0],[7,7,5],[4,4,2],[0,0,0],[6,6,6],[6,4,7],[1,0,2],[6,4,7],[14,12,15],[1,0,2],[1,0,2],[1,0,2],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[2,5,10],[2,7,11],[1,10,15],[3,14,18],[6,20,23],[12,27,32],[8,23,28],[0,12,15],[3,17,18],[11,25,26],[14,25,27],[12,23,25],[13,25,25],[8,20,18],[6,16,15],[16,27,23],[13,22,17],[23,30,23],[18,23,16],[19,22,15],[34,37,28],[41,43,32],[44,46,35],[60,61,45],[92,90,67],[73,72,44],[86,85,57],[97,95,70],[105,105,81],[91,90,69],[53,55,33],[57,60,39],[79,87,66],[114,123,104],[89,100,83],[77,90,73],[109,123,106],[61,78,62],[91,109,95],[113,130,111],[97,108,76],[124,135,103],[177,191,168],[167,185,171],[82,105,97],[102,131,126],[79,111,106],[66,101,95],[57,92,85],[68,104,92],[141,175,158],[130,165,145],[141,174,155],[109,142,123],[50,82,67],[86,118,103],[133,162,142],[142,166,142],[158,173,150],[112,126,103],[96,109,89],[97,107,83],[159,164,132],[145,152,119],[172,188,162],[143,163,136],[106,123,91],[129,148,116],[102,127,98],[73,97,73],[172,191,169],[225,238,218],[98,102,87],[124,127,116],[112,123,117],[66,82,81],[70,95,92],[91,118,113],[104,130,119],[163,190,175],[152,181,163],[130,159,141],[137,165,150],[137,164,149],[171,194,176],[135,150,129],[147,155,131],[130,135,105],[140,149,118],[122,133,101],[135,146,116],[182,191,164],[95,100,77],[91,93,71],[206,200,178],[181,171,146],[126,121,92],[149,138,108],[156,126,98],[148,114,86],[212,189,155],[250,230,195],[255,247,216],[210,179,151],[129,107,83],[99,79,55],[104,82,58],[122,101,80],[118,102,86],[95,78,60],[114,90,64],[153,127,100],[160,140,115],[198,174,146],[124,86,47],[130,87,42],[146,103,58],[179,132,86],[181,128,78],[192,141,88],[231,192,137],[172,136,84],[127,84,39],[173,131,93],[92,62,28],[76,49,20],[110,80,52],[111,84,57],[100,76,52],[75,58,32],[48,39,6],[74,65,34],[134,118,93],[104,86,66],[90,77,58],[91,80,60],[114,101,82],[75,64,42],[46,40,14],[47,45,20],[52,49,30],[85,78,60],[94,79,56],[99,79,52],[158,133,102],[123,97,62],[120,92,55],[220,192,152],[146,118,70],[79,49,0],[109,76,31],[131,96,56],[156,118,79],[173,139,104],[138,108,82],[75,47,25],[83,56,35],[91,63,39],[76,43,10],[117,83,45],[97,64,21],[79,50,6],[85,60,20],[122,99,65],[112,88,60],[87,59,35],[77,42,20],[91,56,34],[82,51,31],[85,59,42],[82,60,47],[50,33,25],[25,11,8],[26,16,14],[30,22,19],[33,26,20],[38,28,18],[37,25,9],[61,46,25],[99,79,55],[73,48,26],[44,17,0],[52,24,3],[88,59,45],[47,23,13],[19,0,0],[19,1,0],[19,5,4],[11,1,2],[14,5,8],[11,5,9],[5,0,4],[8,3,7],[8,4,5],[9,3,3],[9,3,3],[8,2,2],[7,3,2],[7,3,4],[5,3,4],[3,2,0],[12,11,9],[16,15,13],[1,0,0],[6,5,3],[9,8,6],[3,2,0],[2,1,0],[2,1,0],[8,7,5],[1,0,0],[8,7,5],[4,4,2],[3,3,1],[1,1,0],[2,2,2],[6,4,7],[3,1,4],[8,6,9],[1,0,2],[7,5,8],[5,3,6],[11,9,12],[1,0,2],[7,5,8],[5,3,6],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[2,1,6],[3,4,8],[0,3,8],[4,9,13],[13,18,22],[15,22,28],[10,19,24],[6,17,21],[6,17,21],[5,16,20],[6,16,18],[9,19,21],[10,19,24],[11,20,25],[13,23,25],[11,21,23],[11,21,23],[13,23,24],[27,36,33],[19,25,21],[16,21,15],[29,32,23],[36,38,27],[47,47,35],[67,65,52],[66,63,46],[101,97,72],[97,93,64],[78,74,47],[73,69,44],[73,71,48],[77,76,55],[79,81,60],[56,59,40],[103,108,88],[139,146,128],[75,84,65],[78,87,68],[72,84,64],[83,95,75],[108,121,101],[125,137,113],[133,143,109],[108,119,87],[132,145,125],[146,164,150],[85,109,96],[123,153,141],[84,116,105],[79,112,103],[64,97,90],[78,109,101],[117,148,133],[117,146,126],[135,163,138],[132,160,135],[102,130,108],[94,119,98],[142,165,139],[153,169,143],[146,158,138],[152,160,139],[104,113,86],[121,128,94],[171,178,137],[192,200,161],[169,182,152],[139,155,129],[81,97,70],[101,119,93],[129,149,124],[71,92,73],[96,113,103],[239,252,245],[144,152,141],[114,122,111],[111,124,117],[71,94,88],[86,122,112],[82,120,107],[118,150,137],[139,167,152],[117,148,130],[123,150,133],[164,181,165],[135,147,133],[147,164,146],[161,178,160],[187,200,183],[129,143,126],[137,156,134],[137,157,132],[102,117,94],[160,172,148],[127,132,109],[56,56,32],[121,115,91],[188,178,151],[157,148,119],[116,102,73],[135,114,83],[133,108,78],[220,197,165],[255,232,201],[224,193,164],[198,168,140],[137,116,89],[74,57,31],[58,42,17],[147,135,111],[139,134,114],[135,129,107],[222,205,175],[226,206,173],[145,128,98],[186,163,129],[159,122,77],[147,105,55],[179,138,92],[235,192,147],[180,136,91],[164,120,73],[203,162,110],[181,142,87],[150,109,57],[167,129,84],[97,62,32],[85,53,28],[67,40,11],[96,72,46],[81,60,43],[86,71,52],[57,48,19],[83,74,41],[135,121,94],[76,60,34],[72,56,23],[96,81,48],[71,57,30],[63,51,25],[55,45,20],[77,70,44],[60,52,29],[57,46,24],[92,78,52],[94,77,47],[133,110,76],[125,101,63],[149,124,84],[172,144,104],[156,129,86],[127,100,57],[117,89,49],[70,42,3],[83,55,16],[117,89,52],[191,165,132],[117,92,61],[106,81,51],[112,85,56],[77,48,18],[88,59,29],[75,46,14],[68,39,9],[74,47,18],[120,93,66],[78,50,26],[87,59,37],[93,62,41],[92,61,40],[93,64,46],[93,66,49],[114,86,74],[79,52,43],[69,46,40],[72,53,47],[64,49,44],[24,14,5],[20,12,1],[35,28,12],[66,55,35],[76,61,38],[119,97,73],[85,55,29],[82,46,22],[90,59,39],[53,34,27],[25,14,12],[9,0,0],[10,0,0],[13,4,5],[10,1,2],[6,0,2],[10,4,6],[10,6,7],[8,4,3],[9,5,4],[7,3,2],[7,3,2],[15,14,12],[15,14,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[7,5,6],[4,2,3],[7,7,7],[0,0,0],[5,5,5],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[2,0,3],[2,0,3],[14,12,15],[29,27,30],[1,0,2],[4,2,5],[4,2,5],[2,0,3],[4,2,5],[8,6,9],[8,6,9],[4,2,5]],[[0,0,2],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[1,0,5],[3,2,7],[0,0,5],[0,3,8],[6,11,15],[10,15,19],[6,13,19],[6,15,20],[7,18,22],[8,17,22],[12,20,23],[21,29,32],[19,26,32],[8,15,21],[4,13,18],[8,17,22],[10,20,22],[8,18,19],[0,9,8],[9,15,11],[17,22,16],[33,34,26],[52,52,42],[83,81,68],[111,108,93],[109,104,85],[67,61,35],[80,75,45],[84,79,50],[85,81,54],[93,88,66],[90,88,67],[84,83,63],[90,89,69],[133,134,116],[118,121,102],[62,67,47],[88,93,71],[117,122,100],[134,142,118],[154,162,138],[147,156,127],[153,163,129],[125,136,104],[178,193,174],[192,210,196],[124,148,134],[107,135,120],[67,100,83],[54,86,71],[77,107,99],[63,90,81],[100,124,108],[124,148,124],[137,161,129],[134,155,122],[132,152,125],[128,146,122],[130,146,119],[152,164,140],[139,147,132],[180,184,167],[106,110,83],[86,92,54],[184,191,147],[173,182,139],[138,149,115],[107,121,95],[66,82,55],[74,93,65],[76,96,68],[52,74,51],[108,128,119],[204,219,214],[117,128,114],[144,155,141],[161,174,167],[126,149,143],[86,124,111],[95,138,119],[94,127,108],[113,142,124],[87,118,102],[93,117,101],[99,110,94],[170,177,161],[183,198,177],[140,159,140],[194,211,201],[116,136,127],[152,179,162],[157,185,163],[88,110,89],[147,160,140],[107,112,92],[123,122,101],[121,115,91],[171,161,134],[152,138,111],[140,125,94],[184,165,133],[179,159,126],[154,129,98],[224,195,163],[254,223,192],[244,215,185],[119,98,69],[53,36,10],[101,85,59],[103,93,68],[164,162,141],[101,99,76],[91,78,46],[152,134,98],[98,80,44],[178,153,113],[214,176,127],[189,146,95],[169,128,82],[229,190,147],[217,174,131],[151,108,63],[138,97,45],[187,146,92],[182,142,90],[153,115,70],[94,57,28],[79,45,20],[79,52,23],[73,51,27],[38,20,6],[67,51,36],[89,77,51],[76,67,36],[117,106,78],[108,93,62],[121,103,67],[129,111,75],[116,101,70],[84,72,46],[116,104,80],[82,72,47],[60,50,25],[53,43,18],[75,61,34],[61,46,17],[86,67,34],[123,101,64],[151,127,89],[86,61,21],[101,76,36],[157,133,95],[116,94,57],[86,64,27],[89,65,27],[143,119,81],[115,91,55],[140,116,82],[202,177,146],[164,139,109],[105,78,51],[84,57,30],[80,52,28],[43,15,0],[74,46,24],[121,93,71],[104,76,54],[46,18,0],[71,43,21],[63,35,14],[53,26,7],[85,58,41],[115,87,73],[62,34,22],[52,25,16],[51,28,20],[43,24,17],[52,39,30],[35,27,16],[47,40,24],[74,65,48],[41,29,7],[51,31,7],[62,34,10],[85,49,25],[60,29,9],[48,33,26],[24,15,16],[10,1,2],[15,6,7],[22,13,14],[20,11,12],[11,5,5],[7,1,1],[8,4,3],[6,2,1],[5,4,2],[5,4,2],[5,4,2],[10,9,7],[9,9,7],[1,1,0],[6,6,6],[5,5,5],[3,3,3],[5,5,5],[3,3,3],[6,6,6],[2,2,2],[4,4,4],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[3,1,4],[4,2,5],[5,3,6],[2,0,3],[1,0,2],[8,6,9],[17,15,18],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[6,4,7],[5,3,6]],[[0,0,2],[2,2,4],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[0,0,4],[2,1,6],[2,3,8],[0,3,8],[3,8,12],[6,11,15],[4,11,17],[8,15,21],[11,20,25],[11,20,25],[9,17,20],[14,22,25],[13,20,26],[9,16,22],[9,18,23],[11,20,25],[12,22,24],[12,22,23],[11,20,19],[17,23,21],[20,25,21],[34,35,29],[48,48,38],[62,60,48],[65,61,49],[45,40,21],[85,78,52],[121,114,85],[78,71,43],[110,103,77],[129,121,98],[55,49,27],[61,56,34],[106,101,81],[162,160,137],[97,95,72],[66,66,42],[82,82,56],[111,111,85],[159,159,131],[186,186,158],[117,122,90],[95,105,70],[130,143,113],[108,123,104],[140,158,144],[186,210,194],[137,166,148],[120,149,129],[68,97,79],[83,109,96],[103,125,112],[96,115,95],[155,171,142],[164,180,143],[127,143,104],[175,189,156],[128,141,115],[114,128,105],[170,183,166],[161,169,158],[129,132,121],[94,98,73],[118,122,87],[151,156,115],[138,145,103],[154,164,130],[110,123,93],[66,83,51],[128,150,114],[144,169,130],[118,142,108],[198,219,200],[162,181,162],[140,154,128],[152,164,142],[204,216,212],[217,237,236],[100,136,122],[81,120,99],[130,160,134],[169,194,172],[87,114,99],[69,91,79],[89,97,82],[209,217,196],[192,208,179],[182,205,179],[145,164,158],[89,109,107],[127,155,143],[107,134,119],[78,99,84],[135,149,132],[96,103,85],[100,99,79],[110,104,82],[131,119,95],[142,126,100],[141,124,94],[190,169,138],[202,177,146],[178,149,117],[216,183,150],[246,211,179],[222,189,158],[192,168,142],[128,108,83],[155,134,105],[119,103,77],[100,95,75],[55,50,30],[70,56,27],[136,117,84],[128,106,69],[147,115,74],[162,118,69],[182,134,85],[179,137,95],[180,138,98],[169,122,78],[154,106,60],[162,118,69],[178,134,85],[189,147,99],[108,66,26],[98,59,30],[106,70,46],[82,55,28],[95,71,47],[41,22,7],[65,49,33],[92,80,56],[72,61,33],[68,54,28],[70,54,28],[89,73,40],[131,115,82],[134,120,93],[56,46,19],[43,33,8],[70,62,39],[81,73,50],[31,23,0],[52,42,17],[51,37,10],[76,59,29],[116,97,64],[81,61,26],[59,36,2],[63,40,6],[53,30,0],[94,74,41],[161,141,108],[162,139,105],[133,109,73],[144,118,85],[66,40,7],[125,98,68],[77,50,21],[73,46,19],[74,47,20],[95,67,43],[68,40,18],[86,58,36],[89,61,39],[121,90,69],[65,34,13],[42,11,0],[29,1,0],[35,10,0],[47,22,2],[85,59,42],[59,33,18],[55,28,17],[52,30,19],[35,16,9],[53,39,30],[92,82,72],[85,77,64],[20,11,0],[22,9,0],[54,35,18],[35,8,0],[90,57,40],[67,37,26],[34,19,16],[19,10,11],[11,2,3],[14,5,6],[16,10,10],[15,9,9],[9,3,3],[5,0,0],[7,3,2],[6,2,1],[4,3,1],[6,5,3],[7,6,4],[6,5,3],[3,3,1],[5,5,3],[5,3,4],[10,8,9],[6,4,5],[5,3,4],[4,2,3],[5,3,4],[9,7,8],[3,1,2],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[5,3,6],[3,1,4],[2,0,3],[5,3,6],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[5,3,6],[9,7,10]],[[1,1,3],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[4,5,10],[2,3,8],[1,4,9],[3,8,12],[2,9,15],[6,13,19],[8,17,22],[8,17,22],[2,10,13],[5,13,16],[12,19,25],[16,23,29],[10,19,24],[7,16,21],[30,40,42],[62,72,73],[18,27,26],[20,26,24],[23,28,24],[41,42,36],[44,44,34],[44,42,30],[53,49,37],[55,50,31],[69,62,36],[95,85,58],[59,49,22],[98,88,63],[96,86,61],[35,27,4],[67,59,36],[77,69,46],[165,159,133],[118,113,84],[92,87,58],[61,58,27],[81,78,47],[102,99,66],[148,145,110],[141,141,105],[99,107,70],[83,96,66],[76,91,72],[130,148,132],[181,204,186],[139,164,143],[131,159,136],[105,130,108],[124,145,128],[94,111,92],[111,125,99],[149,161,125],[156,168,122],[192,201,154],[225,232,191],[125,132,99],[142,155,129],[144,157,137],[121,129,114],[138,142,127],[154,157,130],[132,133,99],[124,127,84],[141,147,103],[130,138,101],[169,180,146],[183,200,164],[207,229,191],[174,199,159],[157,183,146],[132,156,132],[136,156,131],[156,172,136],[103,116,86],[184,196,186],[136,152,149],[98,129,114],[150,183,162],[123,147,121],[182,202,177],[187,210,194],[92,110,96],[135,142,124],[208,216,192],[161,181,146],[194,219,190],[117,138,131],[112,133,134],[118,145,136],[90,116,103],[67,87,75],[116,130,115],[135,142,126],[107,106,88],[136,128,107],[122,110,86],[190,174,148],[145,126,96],[139,116,84],[191,165,132],[157,127,93],[222,188,153],[241,203,167],[182,147,115],[132,106,79],[158,137,110],[115,94,65],[79,62,36],[65,57,38],[63,55,34],[105,88,58],[206,183,149],[171,147,111],[162,129,88],[184,138,89],[155,103,53],[223,176,132],[200,155,114],[194,145,102],[163,112,67],[194,147,101],[152,108,63],[154,109,67],[151,107,70],[133,92,62],[102,65,39],[113,83,59],[98,73,51],[62,41,22],[97,82,63],[75,63,39],[68,56,32],[57,43,17],[79,63,37],[75,58,30],[77,60,32],[66,55,27],[58,48,23],[56,48,25],[83,77,55],[73,67,45],[36,30,8],[21,13,0],[35,25,0],[91,77,50],[82,65,37],[71,52,22],[51,32,2],[70,51,21],[78,61,33],[62,47,18],[143,126,96],[136,113,81],[155,131,97],[124,98,65],[72,45,15],[70,43,14],[89,62,35],[77,50,23],[75,47,23],[102,74,52],[80,52,30],[80,52,30],[62,34,12],[96,65,44],[123,92,71],[76,45,24],[110,82,60],[77,55,32],[38,16,0],[57,34,16],[73,50,34],[63,40,26],[53,31,18],[44,26,16],[42,28,19],[47,37,27],[30,22,11],[20,10,0],[46,34,22],[66,48,36],[40,18,5],[63,35,24],[56,29,22],[18,4,3],[15,6,7],[14,5,6],[10,1,2],[5,0,0],[5,0,0],[7,1,1],[10,4,4],[9,5,4],[8,4,3],[5,4,2],[7,6,4],[8,7,5],[3,2,0],[1,1,0],[7,7,5],[5,3,4],[8,6,7],[4,2,3],[3,1,2],[8,6,7],[1,0,0],[10,8,9],[3,1,2],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[6,4,7],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[2,0,3],[3,1,4],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[14,12,15]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,1,6],[0,5,9],[0,7,10],[3,11,14],[4,13,18],[3,12,17],[3,11,14],[1,6,10],[2,10,13],[12,20,23],[12,21,26],[2,11,16],[4,14,16],[19,29,31],[12,20,22],[27,33,31],[41,46,42],[52,53,47],[36,36,28],[24,22,10],[50,46,34],[78,72,56],[53,42,20],[52,40,16],[54,42,18],[71,59,35],[88,76,52],[74,62,36],[65,53,27],[92,80,54],[118,107,79],[125,114,84],[150,139,107],[98,88,53],[79,69,33],[81,72,33],[136,127,86],[136,133,92],[132,138,100],[113,127,94],[123,136,116],[163,180,162],[137,159,138],[110,134,110],[154,179,150],[192,215,187],[177,195,171],[94,106,82],[86,96,62],[126,133,92],[186,190,140],[208,211,158],[195,194,148],[173,175,135],[156,168,130],[109,123,90],[115,124,97],[144,148,121],[146,147,113],[151,152,112],[167,168,124],[150,153,110],[137,143,107],[164,174,140],[225,241,205],[162,182,147],[123,147,111],[129,154,122],[99,124,102],[111,134,108],[129,145,106],[124,136,98],[120,132,110],[119,133,120],[102,126,112],[112,136,120],[137,152,133],[132,146,123],[205,223,201],[167,182,159],[191,197,171],[196,202,174],[162,181,151],[86,110,86],[58,84,75],[119,144,141],[144,169,163],[171,194,184],[97,114,104],[105,115,104],[151,153,140],[153,150,135],[123,115,96],[115,100,79],[175,158,132],[139,118,89],[135,110,79],[153,124,90],[177,145,107],[203,167,131],[240,200,164],[183,145,109],[101,70,41],[81,55,28],[73,53,29],[27,12,0],[38,30,11],[69,54,33],[149,123,90],[230,200,164],[135,110,79],[129,99,63],[205,158,112],[200,144,93],[213,159,112],[200,148,101],[181,130,87],[125,76,35],[128,79,36],[155,108,66],[155,107,69],[160,114,80],[135,92,58],[116,77,48],[120,88,65],[85,58,37],[78,58,34],[113,97,72],[69,54,33],[67,55,33],[67,52,29],[72,56,31],[92,74,50],[51,35,10],[32,20,0],[86,76,51],[70,62,39],[64,58,36],[48,41,22],[42,35,16],[61,54,35],[40,32,9],[81,69,45],[92,78,52],[42,26,0],[45,29,3],[52,38,12],[40,25,2],[37,25,3],[72,58,32],[93,72,41],[104,79,48],[98,73,42],[104,79,49],[92,65,36],[53,26,0],[71,43,19],[76,48,26],[85,57,35],[88,60,39],[102,71,51],[64,33,13],[41,10,0],[103,72,52],[74,43,22],[88,62,39],[101,81,57],[73,55,33],[51,30,11],[68,47,30],[61,39,25],[42,23,9],[56,38,26],[65,51,40],[54,41,32],[35,25,16],[27,18,9],[52,42,33],[86,71,64],[55,36,30],[29,5,1],[40,19,18],[12,0,0],[14,5,8],[14,8,10],[10,4,6],[6,0,2],[5,0,1],[8,4,5],[12,8,9],[9,5,6],[9,5,6],[6,4,5],[7,5,6],[7,5,6],[4,2,3],[2,2,2],[5,5,5],[6,4,5],[2,0,1],[5,3,4],[2,0,1],[12,10,11],[1,0,0],[8,6,7],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[6,4,7],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[2,0,3],[4,2,5],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[13,11,14]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,3,8],[4,7,12],[4,9,13],[6,14,17],[7,16,21],[7,14,20],[4,9,13],[9,14,18],[9,17,20],[8,16,19],[7,16,21],[8,17,22],[10,20,22],[15,23,25],[26,32,32],[28,34,32],[22,27,23],[21,22,16],[12,12,4],[16,13,4],[49,45,34],[79,73,59],[72,64,45],[67,55,33],[78,66,44],[62,50,28],[52,40,16],[95,83,57],[108,94,67],[73,59,30],[69,56,24],[98,83,50],[113,99,64],[93,79,42],[126,112,73],[111,98,56],[142,129,85],[181,174,130],[187,192,152],[142,153,119],[124,136,112],[163,178,159],[93,111,89],[79,99,72],[120,141,110],[109,128,98],[80,94,68],[77,86,57],[133,139,103],[164,167,122],[171,171,117],[159,158,102],[157,153,105],[154,156,109],[88,100,54],[135,148,104],[159,167,126],[141,146,106],[175,176,132],[193,190,145],[171,169,121],[150,149,103],[132,134,95],[164,171,137],[205,219,184],[166,183,149],[158,179,146],[112,137,107],[94,118,96],[139,162,136],[152,169,125],[133,146,100],[101,110,79],[135,147,125],[61,79,63],[64,82,66],[181,190,173],[221,229,208],[161,176,147],[158,172,139],[181,186,154],[202,209,176],[122,141,111],[81,106,84],[133,160,151],[119,146,141],[106,129,121],[140,160,149],[99,112,102],[109,117,106],[169,170,156],[209,203,187],[146,135,117],[149,134,111],[221,204,178],[192,171,140],[147,123,89],[203,175,138],[226,194,156],[191,156,118],[151,112,73],[144,106,70],[129,98,69],[106,80,53],[136,114,90],[107,91,68],[108,97,79],[68,53,32],[108,82,49],[159,129,93],[102,76,43],[99,65,28],[191,143,95],[217,161,110],[219,165,118],[213,159,115],[193,140,98],[123,71,31],[122,70,30],[118,69,29],[105,55,20],[136,87,54],[129,85,50],[135,94,62],[108,74,49],[77,49,27],[71,50,21],[94,79,50],[66,51,28],[51,39,17],[59,45,19],[36,22,0],[92,76,53],[57,41,18],[28,16,0],[40,30,5],[116,108,85],[63,57,35],[36,31,11],[41,36,17],[47,40,21],[60,52,31],[50,39,17],[99,87,63],[81,66,43],[60,48,24],[36,24,2],[39,28,8],[26,18,0],[40,27,8],[87,67,40],[83,58,28],[104,79,49],[108,82,55],[77,51,24],[90,62,38],[77,49,27],[84,56,35],[84,56,35],[94,66,45],[105,74,54],[110,79,59],[105,74,54],[82,51,31],[59,28,7],[63,36,15],[53,32,11],[89,72,52],[47,29,9],[57,38,21],[78,59,44],[58,39,25],[48,30,18],[56,42,31],[41,28,19],[35,25,16],[60,51,44],[82,73,68],[43,32,28],[17,1,1],[35,16,18],[30,14,15],[12,2,3],[11,2,5],[10,4,6],[10,4,6],[11,5,7],[11,5,7],[8,4,5],[7,3,4],[8,4,5],[7,3,4],[6,4,5],[4,2,3],[3,1,2],[9,7,8],[9,9,9],[1,1,1],[7,5,6],[1,0,0],[17,15,16],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[8,6,9]],[[0,0,0],[2,2,2],[1,1,1],[0,0,0],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[3,4,8],[3,4,8],[4,7,12],[6,9,14],[5,10,14],[7,12,16],[8,16,19],[8,16,19],[3,8,12],[6,11,15],[3,11,14],[4,12,15],[11,18,24],[13,20,26],[6,14,17],[0,6,9],[26,31,34],[19,23,22],[14,16,13],[31,32,27],[40,39,34],[37,34,25],[50,46,35],[66,60,48],[58,49,34],[66,54,38],[43,32,14],[37,24,5],[44,32,10],[65,50,27],[95,79,53],[90,75,46],[115,100,67],[108,92,58],[82,67,28],[70,55,14],[140,125,82],[196,182,137],[233,219,174],[209,201,155],[188,189,147],[133,140,106],[118,126,102],[128,140,118],[84,100,74],[71,90,60],[70,87,53],[121,136,103],[102,113,83],[93,100,69],[148,152,115],[131,133,86],[123,123,69],[132,131,75],[125,123,74],[153,155,106],[144,154,101],[170,183,129],[172,180,129],[149,151,101],[145,143,92],[168,165,114],[210,204,154],[148,144,97],[152,153,111],[162,166,129],[159,169,134],[184,199,166],[119,138,106],[81,101,73],[64,86,65],[143,163,135],[146,162,115],[146,159,106],[131,139,100],[114,123,96],[61,76,57],[105,117,103],[201,202,188],[193,195,174],[109,119,85],[169,179,142],[197,201,164],[237,244,210],[125,144,114],[188,213,192],[230,255,248],[186,211,205],[98,115,105],[115,129,116],[128,136,123],[135,137,123],[164,161,146],[171,162,145],[155,142,123],[184,168,143],[230,213,185],[225,204,173],[207,184,150],[215,189,152],[186,156,118],[163,129,91],[151,113,74],[127,93,58],[140,113,86],[114,88,63],[114,85,55],[93,67,40],[55,42,23],[43,32,14],[122,102,75],[163,137,104],[123,93,57],[120,81,40],[216,164,116],[207,154,104],[219,172,130],[144,96,56],[207,153,109],[179,122,79],[121,68,28],[106,54,17],[104,51,19],[167,117,84],[125,80,41],[119,79,43],[135,99,73],[67,37,11],[55,35,0],[92,76,42],[65,50,27],[38,26,4],[68,54,28],[83,67,42],[85,67,47],[71,54,34],[39,25,0],[55,43,17],[130,122,99],[81,73,52],[43,36,17],[33,26,7],[34,27,8],[33,25,6],[52,41,21],[50,38,16],[77,65,43],[74,61,42],[44,31,14],[79,67,53],[35,27,14],[30,18,2],[63,43,19],[91,67,41],[64,40,14],[72,46,23],[69,43,20],[69,42,21],[71,44,23],[87,60,41],[42,13,0],[75,46,28],[64,35,17],[76,47,29],[122,91,73],[85,54,36],[57,26,6],[47,20,1],[102,84,64],[132,115,99],[72,55,39],[60,41,26],[69,50,36],[64,46,32],[44,28,15],[36,22,11],[24,11,2],[48,37,31],[92,83,78],[51,41,39],[7,0,0],[19,9,10],[12,0,4],[24,13,17],[13,4,7],[7,1,3],[6,0,2],[8,2,4],[9,5,6],[8,4,5],[7,3,4],[7,3,4],[6,4,5],[4,2,3],[8,6,7],[4,2,3],[1,0,0],[18,16,17],[23,21,22],[2,0,1],[7,3,4],[7,3,4],[39,35,36],[3,0,0],[10,6,7],[7,3,4],[7,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,4],[2,2,4],[1,1,3],[2,2,4],[2,3,7],[1,2,6],[1,4,9],[1,4,9],[0,3,7],[0,4,8],[0,8,11],[1,9,12],[6,11,15],[5,10,14],[3,11,14],[5,13,16],[4,11,17],[1,8,14],[7,15,18],[20,28,31],[14,19,22],[8,12,13],[19,21,20],[53,54,49],[55,54,49],[28,25,18],[33,29,20],[59,52,42],[32,24,13],[26,18,5],[32,23,8],[32,20,4],[44,31,14],[68,53,32],[89,75,49],[123,108,79],[83,68,35],[141,125,91],[148,133,94],[120,105,64],[134,119,76],[162,148,103],[190,176,131],[164,153,108],[163,160,117],[131,133,96],[119,123,96],[132,140,116],[83,96,68],[85,100,67],[125,141,105],[128,142,107],[133,144,112],[122,129,96],[165,169,132],[181,182,138],[142,145,92],[145,145,93],[189,188,142],[150,153,108],[157,166,113],[115,124,69],[152,157,103],[139,139,87],[156,150,100],[185,177,128],[187,179,132],[179,172,126],[129,126,83],[181,183,143],[135,143,104],[182,194,158],[201,217,181],[88,107,75],[109,129,101],[91,111,74],[89,106,51],[145,158,102],[206,212,174],[164,170,142],[86,98,76],[120,127,111],[231,228,211],[91,86,64],[95,100,68],[175,183,144],[193,195,156],[220,226,188],[93,113,78],[151,177,150],[157,185,173],[112,135,127],[122,136,121],[141,148,130],[113,116,97],[103,102,82],[124,117,98],[121,108,89],[138,123,100],[179,162,136],[153,136,106],[161,142,109],[139,119,84],[202,178,140],[179,151,112],[169,140,100],[138,104,66],[159,126,91],[146,120,93],[89,65,39],[115,88,58],[84,60,32],[22,9,0],[63,52,32],[148,128,101],[123,99,65],[123,93,57],[115,78,36],[156,106,57],[198,146,96],[151,106,65],[95,50,11],[173,122,79],[173,119,75],[136,83,43],[125,73,36],[128,75,43],[162,112,79],[171,126,84],[155,113,71],[104,67,38],[84,55,25],[85,63,22],[111,96,57],[61,47,21],[56,44,22],[77,63,36],[106,92,65],[46,29,9],[128,111,91],[42,26,1],[49,35,8],[89,79,54],[74,66,43],[51,43,22],[61,53,34],[36,28,9],[46,38,19],[60,47,28],[20,7,0],[87,74,55],[104,91,74],[22,9,0],[43,31,19],[21,13,2],[31,19,5],[56,38,16],[75,53,29],[72,50,27],[92,67,45],[82,57,35],[53,28,8],[89,64,44],[58,31,14],[41,14,0],[71,42,26],[73,44,28],[87,58,42],[114,85,69],[98,69,51],[64,35,17],[50,23,6],[77,58,43],[78,60,46],[53,35,23],[52,34,22],[31,13,1],[50,32,20],[48,31,21],[25,8,0],[35,20,13],[28,15,9],[18,7,3],[25,15,13],[18,10,8],[19,13,13],[17,11,13],[14,8,10],[16,10,12],[12,6,8],[9,3,5],[9,3,5],[5,1,2],[3,0,0],[9,5,6],[18,14,15],[7,5,6],[4,2,3],[10,8,9],[5,3,4],[2,0,1],[27,25,26],[34,32,33],[4,2,3],[6,2,3],[13,9,10],[56,52,53],[3,0,0],[6,2,3],[11,7,8],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[5,3,6],[3,1,4],[4,2,5],[7,5,8],[7,5,8],[3,1,4]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[2,3,7],[2,3,7],[1,4,9],[2,5,10],[1,6,10],[1,6,10],[2,7,11],[1,6,10],[7,12,16],[3,8,12],[2,9,15],[8,15,21],[5,13,16],[10,18,21],[1,6,9],[18,22,23],[24,26,25],[20,21,16],[9,8,3],[13,8,2],[32,25,17],[35,28,20],[44,37,29],[17,10,0],[46,38,27],[78,70,57],[117,105,89],[138,125,106],[103,88,65],[85,69,43],[70,55,24],[89,74,41],[108,94,57],[110,95,56],[125,110,71],[111,96,55],[112,97,56],[196,184,142],[189,182,138],[153,149,111],[121,120,90],[104,107,80],[84,93,62],[105,116,82],[147,159,123],[181,193,157],[145,154,125],[134,141,110],[158,164,128],[190,195,154],[155,161,113],[190,196,148],[175,180,140],[128,135,94],[126,133,89],[99,105,59],[166,165,119],[154,150,103],[198,190,144],[146,134,92],[148,136,94],[186,177,134],[195,191,146],[188,189,145],[112,118,74],[115,126,83],[173,186,143],[134,149,106],[131,148,106],[133,151,101],[115,134,70],[148,162,103],[199,205,171],[155,158,137],[98,106,83],[138,142,119],[159,153,127],[118,111,83],[129,132,103],[156,161,129],[167,167,131],[173,180,139],[157,179,133],[171,198,163],[112,136,123],[66,85,79],[114,123,104],[237,239,215],[138,136,111],[94,88,64],[150,140,115],[112,98,72],[117,101,75],[145,128,100],[141,124,94],[105,89,55],[126,108,72],[195,175,138],[203,181,142],[166,141,101],[99,69,31],[143,113,77],[143,114,82],[74,49,19],[70,50,25],[50,35,12],[47,39,20],[109,97,73],[129,105,71],[157,129,90],[91,68,36],[93,65,28],[145,103,55],[190,140,89],[179,128,81],[144,95,52],[138,90,50],[164,116,76],[169,120,79],[136,84,45],[106,53,19],[110,60,25],[136,89,45],[160,119,75],[77,41,9],[71,40,9],[143,120,76],[112,95,52],[42,27,0],[60,45,22],[64,50,21],[64,50,23],[116,99,79],[97,80,60],[70,54,29],[47,31,5],[41,27,1],[65,53,29],[52,41,21],[49,38,18],[73,62,44],[50,37,20],[67,54,35],[54,39,20],[72,57,38],[73,57,41],[69,56,40],[66,54,42],[57,47,37],[53,41,29],[71,54,36],[84,63,42],[89,68,47],[94,71,53],[90,67,49],[72,49,33],[69,46,30],[48,22,7],[66,40,25],[66,38,24],[54,26,12],[82,54,40],[99,71,57],[98,69,53],[98,69,53],[55,29,14],[33,11,0],[35,17,7],[60,42,32],[44,26,16],[44,26,16],[50,32,22],[54,37,29],[56,39,31],[51,36,29],[33,20,14],[15,4,0],[31,23,20],[21,16,13],[3,0,0],[11,10,8],[1,0,0],[13,9,10],[12,8,9],[9,5,6],[6,2,3],[5,1,2],[8,4,5],[11,9,10],[16,14,15],[4,2,3],[6,4,5],[4,2,3],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[5,3,6],[1,0,2],[8,6,9],[4,2,5],[2,0,3],[2,0,3],[12,10,13],[5,3,6],[6,4,7],[9,7,10],[4,2,5],[4,2,5],[1,0,2],[13,11,14],[11,9,12],[6,4,7],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[1,2,6],[2,3,7],[1,4,9],[1,4,9],[1,6,10],[1,6,10],[7,12,16],[2,7,11],[8,13,17],[5,10,14],[0,1,7],[0,5,11],[7,15,18],[6,14,17],[8,13,16],[9,13,14],[7,9,8],[12,11,7],[16,13,8],[21,16,10],[34,27,19],[32,25,17],[34,29,23],[14,9,3],[52,48,39],[87,81,69],[98,89,74],[89,78,60],[46,34,12],[28,14,0],[63,49,20],[60,47,15],[86,73,39],[87,74,39],[109,97,59],[127,115,77],[102,90,52],[120,108,68],[140,131,88],[137,129,90],[142,137,107],[93,92,64],[107,112,80],[93,100,66],[98,108,71],[143,153,118],[141,150,121],[132,138,110],[164,171,137],[116,122,84],[181,190,145],[176,185,142],[105,115,80],[114,121,87],[157,162,122],[171,172,130],[143,140,95],[147,140,96],[139,130,89],[105,93,55],[102,90,52],[171,162,123],[153,150,105],[127,129,82],[127,133,87],[153,162,117],[105,116,73],[160,173,129],[168,181,135],[164,181,127],[177,193,130],[233,246,190],[152,155,126],[112,113,95],[177,182,159],[202,205,178],[156,147,116],[139,130,99],[112,112,86],[134,137,110],[239,239,205],[145,150,110],[129,149,100],[164,189,149],[116,139,121],[73,89,78],[62,66,43],[233,229,200],[158,153,124],[108,99,70],[145,134,106],[122,107,78],[103,88,59],[160,143,113],[120,103,73],[89,74,41],[107,93,56],[157,142,103],[170,150,113],[150,128,89],[128,104,66],[120,94,57],[136,107,75],[107,82,52],[113,93,66],[86,71,48],[53,45,24],[84,72,48],[72,48,12],[155,129,92],[104,84,51],[144,120,84],[177,136,90],[150,102,53],[132,85,39],[113,68,26],[119,75,36],[131,87,48],[132,85,43],[141,92,51],[114,64,27],[109,59,22],[144,100,53],[149,108,64],[107,71,35],[88,58,22],[133,110,66],[123,106,62],[40,25,0],[60,46,19],[35,21,0],[86,72,45],[120,104,81],[86,68,48],[95,78,52],[62,45,19],[35,19,0],[56,41,18],[70,58,36],[40,29,9],[30,17,0],[53,37,21],[71,56,37],[61,44,26],[61,44,26],[73,56,40],[37,21,6],[51,37,24],[37,24,15],[40,28,16],[69,53,37],[55,38,20],[68,49,32],[116,97,80],[82,63,48],[47,28,13],[51,29,16],[67,45,32],[53,29,17],[54,30,18],[47,20,9],[39,13,0],[46,20,7],[69,43,28],[82,56,41],[74,48,35],[53,29,19],[26,3,0],[60,40,33],[40,21,14],[28,9,2],[38,21,13],[48,31,23],[71,56,49],[55,40,33],[51,38,32],[51,40,36],[35,27,24],[4,0,0],[29,28,24],[65,66,61],[4,6,3],[10,8,9],[11,7,8],[9,5,6],[8,4,5],[7,3,4],[8,4,5],[9,7,8],[11,9,10],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[8,6,7],[7,5,6],[6,4,5],[8,6,7],[13,11,14],[1,0,2],[1,0,2],[8,6,9],[15,13,16],[6,4,7],[3,1,4],[3,1,4],[7,5,8],[6,4,7],[5,3,6],[19,17,20],[9,7,10],[3,1,4],[3,1,4],[23,21,24],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[2,2,4],[1,2,6],[2,3,7],[0,4,7],[1,5,8],[0,5,9],[0,5,9],[0,2,6],[6,11,15],[0,2,6],[0,5,9],[11,18,24],[8,15,21],[4,11,17],[2,10,13],[8,13,16],[7,11,12],[11,13,12],[30,29,27],[38,34,31],[31,26,20],[28,21,13],[17,10,4],[8,3,0],[17,12,9],[50,45,39],[42,35,27],[18,10,0],[26,17,0],[27,16,0],[21,9,0],[60,49,21],[77,63,34],[60,47,15],[70,59,27],[84,73,41],[72,61,29],[81,72,39],[87,77,41],[130,118,76],[86,74,34],[79,70,41],[79,73,47],[108,109,78],[113,119,85],[150,158,121],[145,152,118],[124,130,102],[151,157,129],[156,163,130],[98,106,69],[110,121,79],[110,122,82],[76,90,57],[101,110,79],[144,148,111],[146,147,103],[148,146,98],[135,131,86],[86,78,39],[164,154,118],[190,181,148],[196,190,154],[145,143,102],[91,94,51],[125,132,90],[159,167,128],[126,133,99],[156,163,129],[117,125,84],[103,115,69],[124,139,84],[122,134,86],[107,110,81],[79,81,60],[125,129,104],[157,157,129],[163,154,123],[228,219,188],[138,138,112],[134,137,110],[230,229,198],[129,133,96],[97,114,69],[141,164,122],[97,115,93],[78,89,72],[65,68,41],[141,136,106],[172,165,136],[171,160,130],[195,181,152],[149,134,105],[134,119,90],[126,111,80],[103,88,57],[89,74,41],[108,94,59],[137,123,86],[138,122,86],[115,95,58],[153,131,94],[141,117,83],[131,108,77],[119,94,64],[122,96,63],[69,48,17],[61,50,28],[75,67,46],[63,48,19],[92,72,39],[169,146,112],[159,130,90],[160,118,70],[125,81,34],[91,53,14],[120,85,47],[135,93,53],[113,68,26],[98,51,7],[142,93,50],[131,82,42],[140,92,52],[125,81,36],[140,99,55],[158,122,86],[116,86,50],[153,130,88],[118,99,57],[57,41,8],[108,92,66],[85,71,42],[80,66,39],[85,69,46],[78,60,38],[73,53,29],[76,56,31],[56,40,15],[78,63,42],[75,62,43],[39,26,9],[45,29,13],[50,34,18],[41,24,6],[29,10,0],[80,61,44],[125,108,92],[50,34,19],[39,25,12],[38,25,16],[34,22,10],[33,19,6],[27,11,0],[32,16,1],[90,74,59],[60,42,30],[43,25,13],[41,21,10],[70,50,39],[50,28,17],[48,26,15],[69,45,35],[36,12,0],[30,6,0],[52,29,15],[42,19,5],[71,44,33],[86,59,50],[37,10,3],[62,37,30],[59,36,28],[33,14,7],[31,14,6],[38,21,14],[34,19,14],[39,24,19],[29,15,12],[53,42,38],[59,49,47],[12,7,3],[25,24,19],[54,57,50],[0,1,0],[9,8,6],[8,6,7],[7,5,6],[7,5,6],[7,5,6],[7,5,6],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[9,7,8],[9,7,8],[8,6,7],[10,8,9],[3,3,5],[12,12,14],[10,10,12],[7,7,9],[11,11,13],[9,9,11],[5,5,7],[9,9,11],[6,6,8],[6,6,8],[1,1,3],[7,7,9],[0,0,2],[8,8,10],[1,1,3],[0,0,2],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[1,1,3],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,4,8],[0,4,8],[0,1,5],[4,9,13],[0,1,5],[0,1,5],[4,11,17],[3,10,16],[4,11,17],[7,12,18],[4,7,12],[4,8,11],[12,13,15],[31,30,28],[35,31,28],[27,22,18],[34,27,21],[36,29,23],[16,11,8],[18,14,11],[42,37,31],[41,34,26],[22,14,3],[31,22,7],[40,29,9],[26,16,0],[30,18,0],[59,48,20],[59,48,20],[117,108,79],[135,126,97],[74,67,38],[78,73,43],[109,100,67],[146,132,93],[127,113,74],[98,87,59],[69,62,36],[69,65,36],[104,105,71],[114,120,82],[123,129,93],[126,131,101],[130,134,107],[99,104,72],[101,108,74],[89,100,60],[91,103,65],[67,80,50],[141,152,122],[109,113,76],[118,119,75],[173,172,124],[111,108,63],[119,115,77],[125,121,86],[132,127,98],[100,99,69],[106,110,73],[108,114,76],[37,44,10],[88,97,66],[70,75,52],[80,85,62],[94,99,69],[118,126,89],[118,131,88],[89,101,61],[107,111,84],[94,96,72],[107,111,84],[143,143,115],[216,207,178],[206,197,168],[182,182,154],[168,171,142],[166,165,134],[198,199,165],[150,163,120],[137,155,115],[153,168,137],[106,115,88],[85,85,57],[112,109,78],[161,156,126],[136,127,98],[155,144,116],[98,84,57],[86,72,43],[89,75,46],[97,83,54],[100,87,55],[85,72,38],[77,63,28],[112,96,60],[147,129,93],[180,158,121],[123,99,65],[138,113,83],[141,114,84],[129,99,65],[97,72,41],[64,52,30],[63,55,34],[89,73,47],[67,47,14],[125,101,67],[113,84,44],[139,98,52],[121,78,33],[57,23,0],[123,89,54],[145,105,69],[146,101,60],[161,117,72],[148,101,57],[102,55,13],[170,125,84],[118,75,33],[109,67,27],[119,84,46],[108,78,42],[104,80,42],[80,60,25],[31,14,0],[76,61,32],[76,62,35],[89,73,48],[84,66,44],[80,62,40],[95,75,51],[99,79,55],[63,47,24],[118,103,84],[104,91,74],[29,16,0],[44,31,15],[24,8,0],[34,17,1],[44,25,8],[89,70,53],[102,85,69],[80,64,49],[62,48,35],[57,45,33],[36,23,14],[17,5,0],[62,50,38],[64,52,40],[61,49,37],[43,29,18],[53,39,30],[42,25,17],[47,30,22],[48,29,22],[54,36,26],[35,15,6],[49,29,18],[62,42,31],[44,22,9],[41,19,6],[40,13,2],[63,33,22],[79,47,36],[54,26,15],[37,13,3],[51,33,23],[30,13,5],[30,15,10],[34,20,17],[35,21,18],[16,2,1],[23,12,10],[45,35,34],[19,14,11],[1,0,0],[8,11,4],[7,9,4],[7,7,5],[7,5,6],[6,4,5],[7,5,6],[8,6,7],[8,6,7],[6,4,5],[4,2,3],[4,2,3],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[7,5,6],[6,4,5],[8,6,7],[2,2,4],[9,9,11],[2,2,4],[6,6,8],[8,8,10],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[11,11,13],[3,3,5],[6,6,8],[2,2,4],[9,9,11],[0,0,2],[0,0,2],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[1,2,6],[1,2,6],[0,3,6],[0,4,7],[2,5,10],[1,4,9],[7,12,16],[10,15,19],[0,3,9],[0,4,10],[9,14,20],[2,7,13],[7,10,15],[11,12,16],[15,15,17],[23,22,20],[16,12,9],[8,3,0],[23,16,10],[34,27,21],[11,6,3],[23,18,15],[33,26,20],[23,16,6],[15,7,0],[45,36,19],[68,57,37],[45,35,10],[95,85,58],[59,49,22],[82,72,45],[122,115,87],[135,129,103],[95,91,64],[51,49,24],[84,79,50],[132,118,81],[133,115,79],[80,64,38],[102,92,67],[94,89,60],[73,73,39],[116,118,81],[108,112,77],[102,102,74],[157,157,129],[99,103,70],[68,72,37],[77,84,43],[78,86,49],[99,108,79],[73,82,53],[93,99,63],[151,154,111],[123,127,77],[102,104,57],[94,94,58],[77,77,49],[51,53,31],[54,57,36],[102,111,82],[96,107,77],[53,65,41],[70,79,62],[66,72,62],[87,90,81],[94,97,80],[81,86,63],[52,62,35],[97,108,78],[115,119,92],[98,101,74],[136,141,111],[200,200,172],[188,178,153],[101,91,66],[139,139,111],[114,117,86],[126,125,95],[178,177,146],[120,130,95],[102,114,76],[113,123,86],[104,111,77],[131,134,105],[101,101,75],[69,67,42],[63,57,33],[129,121,98],[126,115,93],[86,74,50],[104,92,66],[147,135,109],[104,93,65],[85,72,40],[100,85,52],[119,100,67],[129,109,74],[152,128,92],[158,132,97],[120,90,56],[117,86,55],[66,39,9],[96,75,48],[47,35,13],[59,44,23],[101,78,47],[141,115,82],[106,82,54],[67,41,8],[109,70,27],[111,68,25],[80,41,2],[79,41,5],[69,30,0],[113,73,38],[156,113,71],[155,110,68],[116,71,29],[168,123,82],[134,90,53],[103,63,28],[77,41,5],[90,57,24],[107,80,50],[99,78,49],[51,34,6],[89,73,47],[52,36,13],[105,88,68],[76,58,38],[55,37,17],[102,84,64],[85,66,49],[14,0,0],[49,33,18],[74,60,47],[31,17,4],[44,30,17],[25,9,0],[41,24,8],[25,8,0],[52,35,19],[70,53,37],[49,33,18],[41,27,14],[62,50,38],[51,41,31],[22,12,2],[21,11,1],[26,16,6],[43,33,24],[60,47,39],[43,30,22],[25,10,3],[35,20,13],[35,18,11],[25,8,1],[29,10,4],[28,9,2],[41,23,13],[43,23,14],[33,13,4],[68,44,32],[64,31,16],[83,47,31],[57,25,10],[28,2,0],[43,23,12],[46,32,23],[47,34,28],[17,3,0],[33,19,19],[33,18,21],[20,8,10],[18,8,9],[17,8,9],[3,0,0],[0,1,0],[14,16,13],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[5,3,6],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[6,4,7],[8,8,10],[5,6,8],[4,5,7],[18,19,21],[3,4,6],[10,11,13],[8,9,11],[11,12,14],[6,7,9],[0,0,2],[10,11,13],[3,4,6],[8,9,11],[124,125,127],[135,136,138],[5,5,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[0,1,5],[0,1,5],[0,3,6],[0,3,6],[0,3,8],[0,1,6],[0,3,7],[0,1,5],[2,9,15],[8,15,21],[0,3,9],[0,5,11],[1,4,9],[7,8,12],[8,8,10],[12,11,9],[9,5,2],[9,4,0],[26,19,13],[32,23,18],[14,6,3],[17,9,6],[24,17,9],[49,41,30],[55,46,31],[67,55,39],[102,91,71],[109,99,74],[147,137,110],[51,41,14],[59,52,26],[80,74,50],[64,60,35],[82,80,57],[85,84,63],[64,60,35],[91,76,43],[107,88,55],[95,79,54],[70,58,34],[82,75,47],[68,65,32],[119,119,83],[138,138,102],[76,75,45],[129,125,96],[137,137,103],[61,61,23],[65,67,27],[81,86,46],[79,84,54],[71,75,48],[107,112,82],[106,110,75],[92,97,56],[85,90,50],[93,98,68],[80,85,63],[71,77,63],[65,73,58],[81,95,72],[49,65,39],[85,100,81],[64,76,64],[65,71,67],[60,65,59],[78,80,67],[60,65,45],[69,81,59],[41,53,31],[103,106,85],[139,141,117],[85,92,61],[168,171,140],[163,156,128],[93,86,58],[135,138,111],[120,124,97],[104,102,77],[105,104,74],[123,131,94],[174,185,145],[84,91,50],[97,103,65],[76,82,54],[87,90,69],[82,84,63],[41,39,18],[73,68,48],[117,109,90],[122,114,93],[106,95,73],[102,92,67],[67,55,29],[88,74,45],[117,101,68],[120,100,67],[115,91,57],[108,82,47],[111,81,47],[151,116,84],[139,104,74],[87,57,29],[83,59,35],[65,48,28],[64,48,25],[90,63,33],[154,125,93],[78,54,26],[45,18,0],[121,82,43],[138,93,52],[155,113,75],[115,76,43],[92,55,26],[86,47,16],[126,84,44],[149,106,63],[155,112,67],[120,77,35],[98,55,21],[90,49,19],[96,60,26],[83,52,21],[115,89,66],[70,48,25],[60,43,17],[102,86,60],[53,36,16],[77,60,44],[55,36,19],[35,16,0],[50,31,16],[44,27,11],[35,19,4],[40,26,13],[38,26,14],[40,28,16],[59,47,35],[59,45,32],[39,23,8],[73,56,40],[47,30,14],[37,21,6],[16,0,0],[28,14,3],[25,15,5],[47,38,29],[53,44,35],[22,15,5],[26,19,9],[25,16,9],[23,14,7],[19,8,2],[29,18,12],[38,25,19],[35,22,16],[37,22,17],[34,19,12],[35,18,11],[42,25,17],[35,18,8],[29,12,2],[50,27,13],[98,63,43],[113,75,52],[95,63,42],[23,0,0],[27,8,0],[46,32,21],[35,22,16],[39,28,26],[21,9,11],[31,16,21],[25,13,17],[16,5,9],[18,9,12],[13,9,8],[4,4,2],[5,5,3],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[7,5,8],[6,4,7],[8,6,9],[6,4,7],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[5,5,7],[5,6,8],[12,13,15],[10,11,13],[11,12,14],[14,15,17],[99,100,102],[92,93,95],[8,9,11],[7,8,10],[10,11,13],[4,5,7],[5,6,8],[1,2,4],[23,24,26],[18,19,21],[1,2,4],[4,4,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,2,5],[0,2,5],[0,3,8],[0,0,5],[10,15,19],[0,3,7],[0,1,7],[5,10,16],[0,1,7],[5,10,16],[16,19,24],[18,19,23],[8,8,10],[2,0,1],[3,0,0],[12,4,2],[27,17,15],[23,14,9],[30,21,16],[33,24,19],[12,3,0],[24,14,4],[47,35,21],[65,52,35],[78,66,44],[51,39,15],[56,44,18],[73,63,36],[58,51,25],[57,51,27],[66,61,39],[48,46,25],[58,57,39],[103,98,76],[128,113,82],[122,106,73],[118,102,77],[85,73,51],[65,58,30],[71,66,34],[148,144,107],[127,123,88],[79,74,44],[138,133,103],[139,133,99],[107,103,65],[113,112,68],[108,106,65],[84,83,52],[117,117,93],[101,104,85],[55,60,40],[42,48,20],[75,81,55],[78,85,67],[72,82,71],[42,53,47],[73,89,79],[69,88,68],[60,79,57],[38,57,37],[56,73,57],[29,40,32],[26,31,24],[91,94,75],[85,90,68],[85,97,77],[53,64,47],[64,66,55],[129,130,116],[113,119,91],[119,123,88],[137,131,95],[124,117,88],[85,88,67],[78,82,65],[56,53,34],[117,115,90],[175,182,141],[144,152,105],[57,60,17],[65,69,34],[39,47,24],[84,93,76],[90,94,79],[39,40,24],[56,53,38],[65,59,43],[94,87,69],[102,94,75],[51,40,18],[58,46,22],[109,93,67],[127,108,78],[158,135,103],[145,119,86],[134,104,70],[117,82,50],[147,111,79],[131,94,65],[124,89,59],[78,48,22],[96,78,58],[92,74,54],[119,93,66],[91,62,32],[97,71,44],[71,40,11],[105,63,25],[135,90,51],[115,74,42],[63,26,0],[103,64,35],[125,84,52],[141,102,63],[114,73,29],[139,98,52],[114,72,32],[96,52,25],[71,31,5],[83,48,16],[61,30,1],[45,18,1],[36,13,0],[88,70,46],[96,80,55],[42,25,9],[29,11,0],[37,18,3],[47,28,13],[72,54,40],[21,4,0],[31,18,9],[45,35,25],[31,21,12],[28,18,9],[33,23,14],[49,36,27],[74,60,47],[74,58,43],[33,17,2],[44,28,13],[30,16,3],[40,28,16],[36,26,16],[52,43,34],[57,53,44],[21,16,10],[25,20,14],[43,36,30],[29,22,16],[29,19,17],[25,15,13],[32,21,17],[43,32,28],[35,21,18],[42,29,23],[32,17,10],[30,15,8],[39,22,14],[45,28,20],[89,67,53],[116,80,54],[95,54,24],[109,75,47],[71,45,20],[62,44,24],[68,54,41],[40,30,21],[27,16,14],[23,11,13],[16,3,10],[19,4,11],[16,3,10],[12,1,7],[9,3,7],[5,3,6],[8,8,8],[5,5,7],[6,6,8],[7,7,9],[6,6,8],[5,5,7],[4,4,6],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[7,5,8],[7,5,8],[6,4,7],[7,5,8],[4,4,6],[8,9,11],[2,3,5],[7,8,10],[63,64,66],[254,255,255],[252,253,255],[67,68,70],[0,0,2],[11,12,14],[1,2,4],[1,2,4],[0,1,3],[2,3,5],[0,0,2],[5,5,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,2],[0,0,2],[0,1,3],[0,1,3],[0,1,3],[0,2,5],[0,4,7],[0,1,4],[90,94,97],[89,92,97],[2,5,10],[0,3,8],[11,14,19],[0,2,7],[2,3,7],[13,13,15],[12,10,11],[11,7,4],[12,7,3],[19,12,6],[22,13,6],[7,0,0],[27,18,11],[45,36,29],[22,12,3],[28,18,6],[58,46,32],[81,68,52],[92,79,62],[55,42,23],[74,61,42],[38,27,7],[43,35,14],[51,44,25],[51,46,27],[40,39,19],[28,29,11],[60,55,35],[101,87,58],[130,114,81],[115,101,74],[60,48,22],[66,60,28],[128,124,89],[115,111,74],[75,69,33],[98,89,58],[131,120,88],[180,170,134],[163,156,114],[122,119,74],[131,129,88],[122,123,91],[112,114,92],[77,81,67],[67,75,62],[44,56,36],[75,87,67],[47,59,47],[53,66,59],[69,86,80],[74,94,85],[75,96,79],[44,66,45],[74,93,74],[51,68,52],[37,49,39],[63,71,60],[90,94,77],[58,66,45],[21,32,16],[41,49,38],[91,92,86],[73,73,61],[103,107,80],[100,104,67],[110,106,68],[109,105,68],[91,93,69],[47,48,30],[119,114,94],[86,82,55],[116,118,78],[92,95,52],[88,86,48],[57,56,28],[53,57,40],[102,110,95],[81,85,71],[63,65,52],[43,41,28],[48,45,30],[59,53,37],[78,71,53],[81,73,54],[68,57,35],[80,66,40],[76,56,29],[135,112,81],[101,75,42],[134,104,68],[176,143,108],[130,95,63],[129,93,61],[155,116,83],[108,73,43],[61,35,10],[56,34,10],[140,114,87],[67,40,11],[61,34,7],[82,51,22],[59,19,0],[142,99,64],[128,91,62],[80,44,18],[67,31,5],[76,40,8],[119,80,41],[97,59,14],[115,77,32],[123,84,45],[115,76,47],[93,56,30],[97,64,33],[106,75,46],[77,48,30],[59,32,15],[61,39,15],[65,45,20],[26,7,0],[33,15,3],[19,1,0],[55,39,24],[56,39,29],[39,24,17],[29,16,8],[29,18,12],[34,23,17],[29,18,12],[31,21,12],[58,45,36],[52,38,27],[60,46,35],[39,25,12],[38,24,13],[54,41,32],[32,22,12],[27,18,9],[34,27,17],[49,42,32],[31,24,14],[24,17,9],[44,37,29],[26,17,12],[43,33,31],[40,30,28],[76,65,61],[46,35,29],[41,30,24],[19,6,0],[50,37,28],[55,41,32],[28,14,5],[54,40,31],[71,49,36],[99,65,40],[86,49,22],[99,67,42],[105,79,56],[112,93,76],[74,60,47],[27,16,10],[15,5,4],[18,7,11],[15,4,10],[20,9,17],[16,5,13],[10,3,10],[12,7,11],[6,6,8],[6,6,8],[4,4,6],[6,6,8],[8,8,10],[7,7,9],[5,5,7],[2,2,4],[2,0,3],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[4,2,5],[7,5,8],[6,4,7],[6,4,7],[7,7,9],[10,10,12],[8,9,11],[8,9,11],[6,7,9],[39,40,42],[243,244,246],[253,254,255],[60,61,63],[1,2,4],[12,13,15],[9,10,12],[8,9,11],[0,1,3],[10,11,13],[4,5,7],[3,3,5],[3,3,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,4,5],[8,12,13],[53,57,58],[2,3,7],[0,1,5],[1,2,6],[0,0,4],[4,4,6],[7,5,6],[15,14,12],[15,12,7],[16,12,3],[22,18,7],[15,9,0],[8,1,0],[17,9,0],[22,12,2],[24,14,5],[38,28,18],[40,30,20],[77,64,55],[51,38,29],[26,13,4],[26,13,4],[45,32,23],[29,19,7],[30,20,8],[43,35,22],[68,62,48],[50,47,32],[42,40,25],[55,50,31],[81,65,40],[86,69,39],[102,89,55],[81,73,36],[124,121,80],[111,108,67],[64,58,22],[101,91,56],[92,77,44],[112,96,60],[199,184,141],[153,142,96],[139,137,89],[137,140,97],[123,130,96],[98,108,83],[82,95,77],[80,94,79],[48,65,47],[73,91,75],[59,79,67],[72,92,80],[57,77,66],[45,65,53],[86,104,88],[76,93,75],[66,80,63],[51,63,49],[49,59,50],[54,64,55],[57,67,56],[48,55,47],[35,42,35],[57,59,54],[96,97,91],[98,99,85],[114,114,90],[99,98,67],[101,97,59],[137,133,95],[132,128,91],[131,127,92],[93,87,55],[95,89,57],[67,62,30],[57,52,23],[50,42,19],[34,27,9],[44,42,27],[107,107,95],[85,85,73],[80,78,66],[57,55,42],[30,26,14],[70,67,52],[60,54,38],[76,69,51],[76,65,47],[67,52,31],[54,38,13],[106,87,57],[149,126,92],[134,111,70],[106,81,40],[140,110,74],[130,97,62],[132,94,57],[147,109,72],[71,37,2],[69,38,9],[127,100,73],[71,45,20],[55,29,6],[54,27,0],[41,6,0],[121,85,53],[122,87,57],[78,47,19],[47,19,0],[31,1,0],[93,55,16],[128,87,43],[124,87,45],[116,81,43],[77,42,10],[114,80,52],[82,49,18],[110,79,48],[135,104,76],[59,28,0],[65,35,7],[94,68,43],[63,40,22],[63,45,31],[32,18,7],[26,13,5],[12,0,0],[37,23,20],[46,32,29],[41,27,24],[27,14,8],[20,7,1],[33,20,12],[42,27,20],[46,32,23],[39,25,16],[23,8,1],[24,11,3],[17,6,0],[25,16,9],[30,21,16],[45,36,29],[59,50,35],[28,16,0],[41,29,17],[51,38,30],[31,20,16],[30,19,17],[48,37,35],[67,53,50],[76,63,55],[43,31,19],[27,13,0],[45,31,18],[47,31,18],[48,31,21],[68,51,43],[65,45,36],[70,41,27],[78,47,29],[79,50,36],[75,48,37],[59,39,30],[24,6,2],[25,11,10],[16,6,7],[17,8,11],[9,3,7],[16,9,16],[7,2,8],[7,5,8],[13,13,15],[2,2,4],[5,7,6],[5,5,5],[11,11,11],[1,1,1],[10,10,10],[0,0,0],[4,4,4],[18,18,18],[4,4,4],[1,1,1],[5,5,5],[8,8,8],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[8,8,8],[9,9,9],[7,7,7],[5,5,5],[15,15,15],[26,26,26],[23,23,23],[10,10,10],[16,16,16],[103,103,103],[36,36,36],[0,0,0],[16,16,16],[2,2,2],[8,8,8],[4,4,6],[4,4,6],[5,4,9],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[6,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[8,12,11],[0,4,3],[28,29,31],[0,0,2],[2,2,4],[1,1,3],[2,0,3],[3,1,2],[4,0,0],[3,0,0],[26,21,15],[41,37,26],[18,12,0],[11,5,0],[59,52,34],[112,105,87],[7,0,0],[33,23,11],[50,40,28],[13,3,0],[46,33,24],[47,34,26],[23,10,2],[47,34,28],[42,31,25],[47,36,30],[25,16,9],[23,16,6],[48,44,33],[29,27,15],[30,31,17],[43,37,21],[50,35,14],[111,94,68],[86,76,41],[118,113,73],[93,91,50],[36,34,0],[89,83,49],[107,98,65],[81,66,33],[113,98,59],[225,211,166],[228,217,171],[144,143,97],[139,146,105],[103,117,84],[37,53,27],[59,74,55],[68,85,69],[55,73,59],[61,82,67],[83,105,92],[68,90,77],[54,75,60],[46,64,48],[62,76,59],[104,117,99],[76,87,70],[69,78,61],[33,41,26],[31,39,26],[51,61,50],[43,50,42],[53,58,52],[55,58,51],[64,66,55],[78,76,61],[84,82,57],[84,81,50],[147,143,105],[126,121,79],[152,145,101],[129,122,80],[88,80,43],[98,89,58],[92,82,55],[40,29,9],[66,54,38],[81,71,59],[34,28,16],[70,68,55],[70,68,55],[69,67,54],[58,56,41],[50,49,31],[70,67,50],[64,59,40],[45,38,20],[74,66,47],[83,71,49],[35,19,0],[93,76,46],[111,93,55],[112,93,50],[96,73,31],[100,74,37],[140,110,74],[141,106,68],[175,137,98],[137,99,62],[70,36,1],[85,55,29],[74,48,25],[114,90,66],[55,27,3],[79,45,18],[160,125,95],[111,77,49],[77,47,21],[58,36,13],[45,19,0],[61,26,0],[138,99,56],[125,90,52],[70,36,1],[87,56,25],[129,98,69],[64,33,4],[80,49,18],[96,63,32],[55,22,0],[71,40,11],[107,79,55],[76,53,35],[58,40,26],[34,21,12],[34,25,18],[22,11,9],[22,10,10],[27,16,14],[46,32,31],[42,28,25],[29,14,9],[36,21,14],[47,32,25],[42,27,20],[44,31,23],[36,23,17],[37,26,20],[26,17,12],[32,25,19],[41,33,30],[65,56,49],[74,62,46],[37,24,5],[39,25,12],[44,31,22],[33,19,16],[28,14,13],[28,14,13],[36,22,19],[41,28,20],[49,37,25],[56,44,28],[61,48,32],[39,25,12],[32,15,5],[55,38,31],[63,44,37],[88,64,54],[85,58,47],[61,37,27],[42,19,11],[40,21,15],[15,0,0],[16,4,4],[15,6,9],[20,14,18],[14,9,13],[6,4,9],[3,2,7],[0,0,2],[2,3,5],[6,8,7],[1,3,2],[10,10,10],[0,0,0],[7,7,7],[5,5,5],[13,13,13],[0,0,0],[209,209,209],[168,168,168],[2,2,2],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[5,5,5],[7,7,7],[5,5,5],[3,3,3],[8,8,8],[14,14,14],[11,11,11],[3,3,3],[0,0,0],[28,28,28],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[4,4,4],[6,6,6],[4,4,6],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[4,3,8],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,13,12],[0,1,0],[4,5,7],[0,0,2],[5,5,7],[0,0,2],[3,1,4],[2,0,3],[10,6,7],[3,0,0],[22,17,13],[54,50,41],[39,33,21],[19,13,0],[44,38,22],[81,74,56],[35,28,10],[25,18,0],[85,76,61],[79,70,55],[41,31,19],[29,19,9],[41,31,22],[55,45,36],[47,36,30],[35,24,18],[13,4,0],[37,30,22],[58,54,45],[21,17,8],[30,27,18],[40,36,25],[62,48,35],[64,49,28],[77,68,39],[101,97,62],[83,83,45],[110,110,74],[103,100,67],[73,66,37],[146,132,103],[144,129,96],[177,165,125],[211,204,160],[127,128,88],[113,121,84],[68,82,56],[87,105,83],[87,100,83],[60,72,58],[58,72,59],[94,110,99],[85,103,91],[70,88,74],[53,70,54],[61,75,58],[69,81,61],[55,63,42],[56,61,39],[32,37,15],[42,45,26],[51,54,37],[69,73,58],[39,43,29],[47,50,39],[90,92,81],[63,64,50],[50,49,28],[54,50,23],[131,127,92],[143,135,98],[74,65,24],[106,97,54],[107,95,55],[62,49,15],[123,112,82],[105,95,70],[74,63,45],[65,56,41],[47,37,25],[31,24,14],[23,19,8],[51,48,33],[52,49,32],[34,31,12],[55,52,33],[65,60,41],[38,33,14],[69,62,44],[62,51,31],[76,64,38],[96,81,50],[74,58,22],[78,59,19],[134,112,71],[122,100,61],[107,83,49],[91,65,32],[109,75,38],[124,86,49],[186,148,111],[132,97,65],[95,65,37],[97,69,47],[65,39,16],[76,48,24],[140,106,79],[134,99,71],[99,65,38],[53,23,0],[76,54,33],[58,33,11],[58,24,0],[122,82,46],[133,97,63],[99,66,35],[90,59,30],[94,64,36],[73,43,15],[62,31,3],[74,40,13],[81,47,20],[109,77,52],[102,71,50],[35,9,0],[32,14,2],[43,30,22],[30,19,15],[33,23,21],[17,5,5],[15,4,2],[39,25,24],[40,26,23],[25,11,8],[25,12,6],[24,11,5],[56,43,37],[52,39,33],[37,24,18],[36,25,19],[27,18,13],[25,18,12],[17,9,6],[25,18,10],[81,72,55],[86,75,57],[46,34,22],[40,27,19],[41,27,24],[20,9,7],[30,19,17],[33,22,18],[24,14,5],[32,22,12],[32,22,10],[39,27,15],[40,28,16],[41,27,18],[41,26,21],[30,13,6],[47,27,18],[59,39,28],[49,29,20],[32,15,8],[38,23,20],[16,5,3],[13,3,4],[12,6,8],[9,4,8],[15,15,17],[0,0,4],[1,2,6],[94,95,97],[95,99,100],[0,2,1],[4,6,5],[6,6,6],[9,9,9],[11,11,11],[1,1,1],[3,3,3],[3,3,3],[38,38,38],[41,41,41],[3,3,3],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[6,6,6],[8,8,8],[8,8,8],[7,7,7],[7,7,7],[7,7,7],[7,7,7],[5,5,5],[9,9,9],[0,0,0],[3,3,3],[11,11,11],[9,9,9],[8,8,8],[3,3,3],[9,9,11],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,1,0],[0,2,1],[0,0,2],[7,7,9],[0,0,2],[4,2,5],[2,0,3],[3,0,0],[9,5,4],[15,12,7],[28,23,17],[37,33,22],[37,31,19],[65,59,45],[118,112,96],[84,77,58],[89,82,63],[104,96,77],[59,50,33],[10,1,0],[23,13,1],[54,44,34],[60,50,41],[39,28,22],[12,3,0],[20,13,7],[47,42,38],[44,39,35],[16,13,8],[43,40,35],[57,52,46],[56,43,35],[75,61,48],[79,71,48],[68,64,35],[92,93,61],[122,123,91],[79,78,48],[91,86,57],[132,123,94],[104,93,61],[132,124,85],[182,179,138],[105,109,72],[102,113,81],[116,134,112],[245,255,246],[224,236,222],[84,95,81],[73,85,73],[122,135,125],[79,95,84],[74,90,77],[52,66,49],[51,63,43],[72,80,57],[57,61,36],[82,85,58],[50,53,26],[97,97,71],[85,85,61],[74,76,54],[49,51,30],[43,47,30],[114,118,101],[68,70,49],[51,51,25],[73,70,39],[139,133,97],[136,127,88],[135,123,83],[122,109,67],[133,119,80],[82,67,34],[145,131,102],[126,114,90],[34,23,5],[51,42,27],[17,9,0],[9,0,0],[16,9,0],[64,59,40],[54,52,29],[20,18,0],[36,34,9],[53,48,28],[57,50,32],[57,49,30],[128,118,93],[76,65,33],[71,57,20],[85,70,29],[102,85,42],[122,103,63],[98,78,41],[111,90,59],[86,61,31],[83,53,17],[123,87,51],[158,122,86],[185,150,118],[115,84,56],[98,70,46],[52,24,2],[94,64,40],[117,83,56],[107,72,44],[111,80,52],[22,0,0],[43,22,5],[56,33,15],[90,56,28],[114,78,46],[80,47,16],[105,74,46],[105,75,49],[83,53,29],[94,64,40],[49,19,0],[78,46,21],[99,67,42],[115,83,60],[78,49,31],[36,13,0],[49,29,20],[40,25,20],[10,0,0],[21,11,9],[13,3,2],[10,0,0],[22,11,9],[25,14,10],[27,16,12],[31,20,14],[16,5,0],[29,18,12],[28,17,11],[16,5,0],[24,15,8],[25,18,12],[24,19,13],[12,7,3],[20,13,5],[35,26,11],[59,47,31],[52,40,28],[45,35,26],[45,34,30],[46,36,34],[46,36,34],[18,8,6],[37,28,21],[39,30,21],[28,20,9],[24,14,4],[31,21,12],[39,26,20],[37,23,20],[31,18,12],[12,0,0],[20,6,0],[17,4,0],[10,0,0],[21,11,9],[17,9,7],[14,8,10],[7,3,4],[3,3,5],[0,0,2],[4,5,9],[8,9,13],[210,214,215],[238,242,243],[0,1,0],[8,12,11],[1,3,2],[4,4,4],[8,8,8],[4,4,4],[6,6,6],[17,17,17],[0,0,0],[0,0,0],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[4,4,4],[4,4,4],[5,5,5],[6,6,6],[7,7,7],[6,6,6],[8,8,8],[10,10,10],[10,10,10],[8,8,8],[8,8,8],[10,10,10],[10,10,10],[2,2,2],[8,8,8],[3,3,3],[7,7,7],[12,12,12],[0,0,0],[1,1,3],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[2,1,6],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[1,3,2],[2,4,3],[1,3,2],[3,3,5],[0,0,2],[6,4,7],[1,0,2],[1,0,0],[9,5,4],[3,0,0],[9,4,0],[34,29,23],[26,22,13],[11,7,0],[29,23,9],[23,16,0],[52,46,24],[92,86,64],[47,40,21],[17,10,0],[60,52,39],[55,47,36],[38,29,20],[11,2,0],[17,8,3],[59,51,48],[49,44,41],[27,22,19],[23,19,16],[38,34,31],[41,36,33],[66,55,53],[76,65,59],[67,61,45],[48,46,23],[104,107,78],[139,142,113],[111,111,85],[73,69,44],[74,67,39],[110,104,72],[160,156,119],[134,134,98],[96,101,69],[135,148,122],[141,159,143],[220,238,226],[213,223,212],[71,77,65],[93,101,90],[86,96,85],[58,70,58],[52,63,49],[56,65,48],[71,79,58],[58,62,37],[89,89,61],[79,78,48],[104,101,70],[169,164,134],[137,132,102],[89,85,56],[61,61,33],[75,79,56],[103,108,86],[60,62,38],[55,54,24],[97,93,58],[106,98,61],[153,141,101],[149,134,93],[111,93,53],[120,102,64],[143,127,94],[116,101,72],[66,54,30],[31,20,0],[15,6,0],[65,57,44],[45,36,29],[35,27,16],[40,33,14],[45,41,14],[52,49,18],[52,48,19],[52,46,24],[71,64,45],[67,59,38],[113,103,76],[99,90,51],[83,70,25],[120,106,59],[129,112,68],[125,105,68],[85,64,33],[77,60,34],[91,71,44],[61,32,0],[96,63,28],[117,81,47],[140,105,73],[123,92,64],[84,54,30],[41,10,0],[105,73,50],[92,56,30],[97,61,35],[84,52,27],[58,31,10],[60,41,27],[63,44,29],[79,49,25],[103,69,42],[67,37,11],[98,70,46],[63,35,13],[61,33,12],[102,74,53],[53,22,2],[59,27,6],[76,43,24],[76,45,27],[43,16,0],[50,26,14],[45,25,18],[14,0,0],[21,7,4],[23,13,11],[26,18,15],[23,15,12],[22,12,10],[18,9,4],[28,17,13],[37,26,22],[24,13,9],[20,9,5],[29,20,15],[25,16,11],[28,21,15],[20,12,9],[17,12,8],[15,10,7],[35,30,24],[108,100,87],[24,15,0],[41,31,21],[58,49,42],[38,28,26],[44,34,33],[39,29,28],[35,25,24],[33,23,21],[41,32,27],[44,35,28],[41,32,25],[38,29,24],[28,17,13],[16,5,3],[18,7,5],[15,6,0],[24,15,8],[37,30,24],[17,12,8],[9,4,1],[6,2,1],[18,16,17],[17,17,19],[11,10,15],[7,8,12],[2,3,7],[0,1,4],[6,10,11],[13,17,18],[0,1,0],[5,7,6],[8,8,10],[4,4,6],[12,12,14],[6,6,8],[6,6,8],[0,0,2],[18,18,20],[7,7,9],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[8,8,10],[6,6,8],[5,5,7],[7,7,9],[3,3,5],[14,14,16],[11,11,13],[4,4,6],[11,11,13],[18,18,20],[12,12,14],[6,6,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,2],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[5,3,6],[1,0,2],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[8,5,0],[7,2,0],[5,0,0],[13,9,0],[16,11,0],[55,49,27],[93,86,67],[32,25,7],[25,18,2],[84,76,63],[29,20,11],[15,6,0],[47,38,33],[40,32,29],[60,55,52],[35,30,27],[32,28,27],[35,31,30],[27,23,22],[38,32,32],[75,65,66],[46,36,34],[37,31,19],[37,36,16],[123,125,101],[132,135,108],[83,83,59],[76,74,49],[101,95,69],[97,92,62],[133,130,95],[113,114,80],[134,141,110],[114,128,105],[47,65,53],[52,67,60],[76,84,73],[65,71,59],[111,119,106],[67,75,62],[44,55,41],[50,58,45],[58,65,49],[113,118,98],[104,106,82],[62,61,31],[69,64,34],[102,96,64],[115,109,75],[59,53,19],[47,41,9],[75,71,42],[95,99,74],[35,41,15],[37,40,13],[72,68,39],[86,80,46],[127,114,79],[150,135,96],[110,92,52],[116,97,57],[130,110,73],[161,142,109],[86,71,42],[65,53,27],[104,96,73],[7,0,0],[85,77,64],[57,46,40],[29,19,9],[67,61,37],[116,111,79],[102,98,63],[74,69,37],[59,53,31],[43,36,17],[62,54,33],[118,109,78],[150,142,96],[106,96,43],[111,99,47],[139,125,78],[87,69,33],[90,70,43],[52,37,14],[72,56,31],[64,39,9],[55,24,0],[126,91,59],[119,84,54],[132,101,73],[109,79,55],[46,15,0],[82,50,27],[80,44,18],[94,58,34],[93,61,40],[83,57,40],[55,37,27],[62,44,32],[48,23,3],[62,34,12],[67,39,18],[97,70,49],[56,29,10],[62,35,16],[84,57,38],[55,26,8],[62,31,13],[77,46,28],[83,54,38],[50,22,10],[45,21,11],[40,20,13],[33,15,11],[28,14,11],[35,25,23],[39,31,28],[32,24,21],[26,18,15],[18,11,5],[16,9,3],[28,21,15],[30,23,17],[27,20,14],[32,25,19],[19,12,6],[21,16,10],[19,14,10],[20,17,12],[16,12,9],[34,29,23],[48,40,27],[25,18,2],[37,29,18],[47,40,32],[27,19,16],[29,24,21],[43,37,37],[22,16,16],[32,27,24],[21,16,13],[18,13,9],[19,11,8],[24,16,14],[22,14,12],[10,2,0],[14,6,4],[17,12,8],[15,12,5],[32,31,26],[17,16,12],[7,6,4],[4,4,4],[6,6,8],[0,0,2],[3,4,8],[2,3,7],[6,7,11],[0,4,7],[0,4,5],[6,7,9],[3,5,4],[3,5,4],[5,5,7],[4,4,6],[5,5,7],[0,0,2],[4,4,6],[7,7,9],[0,0,2],[6,6,8],[6,6,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[4,4,6],[3,3,5],[5,5,7],[7,7,9],[6,6,8],[4,4,6],[3,3,5],[0,0,2],[2,2,4],[0,0,2],[5,5,7],[4,4,6],[2,2,4],[9,9,11],[0,0,2],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,2,0],[0,0,0],[0,0,0],[0,0,2],[3,3,5],[0,0,2],[0,0,2],[3,1,4],[1,0,0],[7,5,6],[12,8,7],[9,5,4],[14,10,7],[22,18,15],[20,16,7],[31,25,11],[46,41,22],[98,92,76],[78,72,56],[8,2,0],[18,12,0],[8,1,0],[17,10,2],[52,45,39],[34,29,25],[45,40,37],[39,34,31],[46,42,39],[34,30,27],[25,21,18],[36,30,30],[54,45,48],[43,33,32],[28,21,11],[40,37,18],[53,53,29],[53,53,27],[70,70,46],[64,62,37],[69,64,35],[58,53,21],[116,113,78],[105,106,72],[98,105,74],[66,78,56],[70,86,75],[56,72,62],[36,44,31],[84,88,73],[93,99,85],[55,63,50],[43,51,38],[51,59,44],[54,61,45],[98,101,82],[126,126,102],[93,89,62],[147,140,111],[124,115,84],[100,91,60],[99,90,59],[95,86,57],[71,66,37],[71,75,50],[45,51,25],[79,79,53],[85,81,52],[85,76,45],[226,211,178],[196,178,142],[146,124,87],[135,113,76],[105,83,46],[127,108,75],[118,101,71],[67,56,28],[49,42,16],[67,61,37],[56,49,31],[8,0,0],[10,0,0],[103,96,70],[145,139,105],[83,77,41],[74,70,35],[102,96,72],[97,90,71],[40,32,9],[95,86,53],[138,130,81],[113,102,46],[90,77,22],[137,121,72],[62,42,9],[70,52,28],[55,44,24],[67,54,35],[64,43,16],[52,25,0],[80,47,16],[109,75,47],[106,74,49],[125,95,71],[57,26,5],[73,41,18],[94,58,34],[109,73,51],[96,65,45],[29,3,0],[13,0,0],[31,17,8],[44,23,6],[78,53,33],[74,48,31],[82,56,39],[95,69,52],[56,29,12],[27,0,0],[39,12,0],[66,37,21],[90,63,46],[80,52,38],[55,29,16],[52,30,19],[44,24,17],[58,41,34],[14,1,0],[30,21,16],[33,28,24],[22,17,13],[18,13,9],[18,13,9],[16,8,5],[25,17,14],[36,28,25],[32,24,21],[28,23,19],[9,4,0],[17,14,9],[27,23,20],[28,24,21],[11,7,4],[16,13,6],[25,19,7],[28,22,8],[21,14,4],[20,15,9],[23,18,14],[43,38,35],[57,51,51],[21,17,18],[17,13,14],[10,6,7],[17,13,12],[16,10,10],[16,10,10],[20,14,16],[14,8,10],[19,13,15],[12,11,9],[12,13,8],[29,29,27],[9,9,9],[3,3,3],[1,2,4],[6,7,9],[8,9,13],[0,0,4],[5,6,10],[3,4,8],[7,6,11],[9,9,11],[4,4,6],[5,5,5],[4,4,4],[1,1,3],[2,2,4],[9,9,11],[11,11,13],[9,9,11],[0,0,2],[16,16,18],[6,6,8],[7,7,9],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[8,8,10],[7,7,9],[6,6,8],[7,7,9],[7,7,9],[5,5,7],[3,3,5],[21,21,23],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[0,0,2],[5,5,7],[7,7,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[4,4,6],[0,0,2],[2,2,4],[3,1,4],[2,0,3],[1,0,0],[1,0,0],[10,6,5],[26,22,21],[22,18,17],[3,0,0],[7,3,0],[49,43,31],[29,23,11],[24,17,7],[6,0,0],[5,1,0],[13,9,0],[6,1,0],[5,0,0],[19,14,10],[42,37,33],[30,27,22],[13,10,5],[10,7,2],[38,35,30],[42,37,34],[26,17,20],[43,35,33],[32,25,15],[50,47,28],[30,28,5],[25,23,0],[49,47,22],[78,74,49],[92,87,58],[124,119,87],[135,133,95],[90,92,55],[106,113,80],[83,93,69],[87,101,88],[46,59,49],[66,75,58],[81,88,70],[77,86,69],[46,55,38],[59,67,52],[49,58,41],[107,114,98],[132,135,116],[75,74,53],[87,83,58],[95,88,60],[116,107,78],[107,98,69],[127,115,89],[101,89,63],[57,51,27],[53,55,33],[72,77,54],[72,72,48],[64,60,33],[113,104,75],[225,210,179],[160,141,108],[115,92,58],[113,90,56],[113,90,56],[84,65,32],[84,68,35],[64,53,21],[57,50,21],[33,28,0],[26,20,0],[42,32,23],[26,13,4],[63,56,30],[61,55,19],[49,44,6],[85,79,45],[85,79,57],[63,56,38],[75,67,44],[67,58,25],[110,103,51],[127,118,59],[126,116,57],[138,124,75],[76,57,25],[24,6,0],[61,52,35],[68,60,41],[71,53,29],[86,60,33],[80,49,20],[98,64,37],[106,76,52],[77,46,25],[52,21,0],[49,17,0],[56,20,0],[118,83,63],[80,49,31],[21,0,0],[22,7,2],[18,5,0],[30,12,0],[69,48,31],[69,48,31],[67,44,28],[94,71,53],[52,26,9],[52,26,9],[40,14,0],[61,35,18],[115,89,74],[61,38,24],[41,17,5],[68,48,37],[30,12,2],[66,49,41],[75,62,54],[34,27,21],[42,37,33],[23,18,14],[12,7,3],[17,12,8],[15,10,6],[17,12,8],[22,19,14],[17,14,9],[26,23,18],[19,16,11],[31,27,24],[37,33,30],[32,28,25],[10,9,5],[19,16,11],[26,22,11],[8,4,0],[95,91,82],[64,61,54],[8,4,1],[50,46,45],[36,32,33],[12,10,13],[18,16,19],[10,8,13],[19,17,20],[12,10,13],[9,7,10],[19,14,18],[12,7,11],[10,5,9],[5,5,5],[3,5,4],[13,15,14],[0,1,0],[6,7,9],[7,8,10],[1,2,6],[5,4,9],[7,6,11],[1,0,5],[5,4,9],[8,6,11],[2,0,3],[6,4,7],[12,10,11],[4,2,3],[6,6,8],[7,7,9],[0,0,2],[8,8,10],[0,0,2],[13,13,15],[0,0,2],[4,4,6],[8,8,10],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[2,2,4],[6,6,8],[7,7,9],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[3,3,5],[29,29,31],[15,15,17],[4,4,6],[0,0,2],[7,7,9],[1,1,3],[0,0,2],[16,16,18],[7,6,11],[5,4,9],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[3,2,7]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[5,3,6],[7,5,8],[1,0,0],[20,18,19],[22,20,21],[3,0,0],[7,2,0],[15,10,4],[10,5,0],[13,8,4],[27,22,18],[19,14,10],[8,3,0],[18,15,10],[18,15,10],[26,23,18],[36,33,28],[43,40,33],[22,19,12],[12,9,2],[35,32,23],[42,37,31],[33,25,23],[20,12,9],[48,42,30],[45,40,20],[33,29,4],[42,38,11],[50,44,18],[83,77,51],[85,78,49],[110,106,71],[113,111,72],[128,129,89],[61,67,31],[86,95,68],[94,105,91],[51,61,50],[48,57,36],[88,96,73],[56,65,44],[54,66,46],[67,78,61],[93,102,85],[102,109,93],[72,75,58],[51,50,32],[75,70,50],[78,70,49],[96,85,65],[113,102,82],[95,84,64],[98,87,67],[60,53,34],[53,54,36],[39,42,23],[65,64,44],[102,97,75],[78,68,43],[95,79,53],[126,107,77],[114,91,60],[113,90,58],[106,83,51],[73,54,21],[75,61,26],[126,116,81],[72,66,32],[33,28,0],[44,38,14],[53,43,33],[41,28,19],[47,40,14],[71,65,31],[71,65,29],[61,54,25],[90,83,65],[42,33,18],[61,50,30],[88,77,45],[110,100,49],[130,120,61],[143,130,75],[123,106,60],[153,132,103],[62,43,26],[45,35,23],[72,63,48],[67,49,29],[97,71,48],[71,41,15],[108,76,51],[101,73,51],[36,7,0],[38,9,0],[43,12,0],[66,31,11],[113,80,61],[46,17,1],[29,7,0],[13,0,0],[15,4,0],[34,17,7],[67,49,35],[40,21,6],[50,29,12],[90,67,49],[62,39,21],[38,15,0],[64,41,23],[93,70,54],[62,39,23],[30,8,0],[24,5,0],[34,14,3],[37,19,9],[49,32,22],[71,57,48],[27,18,11],[26,21,15],[6,3,0],[10,7,2],[18,15,10],[14,11,6],[21,17,14],[16,12,9],[21,17,14],[22,21,17],[22,21,17],[18,17,15],[16,15,13],[18,17,15],[20,19,17],[23,19,16],[21,16,10],[10,6,0],[86,81,75],[63,60,55],[3,0,0],[13,12,10],[10,8,9],[17,17,19],[14,13,19],[20,19,25],[21,20,26],[1,0,5],[14,12,17],[19,17,22],[20,18,21],[11,9,12],[8,8,10],[7,8,10],[6,7,9],[6,7,9],[6,5,10],[5,4,9],[4,3,8],[5,3,8],[5,3,8],[8,3,9],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,4,5],[9,5,6],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[6,6,8],[4,4,6],[0,0,2],[4,4,6],[3,3,5],[0,0,2],[6,6,8],[20,20,22],[19,19,21],[5,5,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,0,2],[1,0,2],[5,3,4],[1,0,0],[3,1,2],[10,8,9],[5,1,0],[9,3,3],[6,0,0],[8,4,3],[19,15,14],[15,11,10],[9,5,4],[15,14,10],[21,20,16],[31,30,25],[32,31,26],[21,21,13],[17,14,5],[21,18,9],[29,27,15],[35,32,23],[52,47,43],[30,25,21],[87,81,67],[49,44,24],[23,19,0],[72,66,42],[84,76,53],[138,131,105],[83,76,47],[67,61,27],[140,136,98],[142,143,103],[74,76,39],[69,73,46],[40,47,31],[23,31,16],[41,49,26],[53,63,36],[34,46,22],[72,84,62],[63,75,55],[77,88,71],[92,101,84],[45,49,34],[50,48,33],[68,65,48],[81,74,56],[109,100,83],[120,111,94],[63,51,35],[50,38,24],[60,52,39],[52,53,37],[34,37,20],[90,89,71],[107,102,83],[76,68,47],[108,93,70],[106,89,63],[98,78,51],[70,49,20],[87,68,36],[83,67,34],[82,69,35],[134,124,89],[110,104,68],[67,63,28],[54,49,20],[65,55,43],[47,37,25],[104,97,71],[181,175,143],[33,26,0],[20,14,0],[40,33,17],[90,82,69],[44,36,17],[47,38,7],[83,75,28],[102,93,36],[102,91,37],[82,68,23],[114,94,67],[67,48,33],[39,29,19],[85,75,63],[81,62,45],[46,21,0],[53,25,1],[73,42,21],[98,71,52],[51,25,8],[48,20,6],[73,44,28],[94,63,45],[101,70,52],[24,0,0],[20,0,0],[16,5,3],[18,8,6],[31,18,10],[39,23,10],[39,21,7],[59,40,25],[71,50,33],[44,21,3],[39,16,0],[66,45,26],[57,36,19],[25,6,0],[15,0,0],[28,10,0],[33,17,4],[34,17,7],[35,18,8],[29,16,7],[17,10,2],[13,8,2],[40,37,32],[12,9,4],[23,20,15],[44,43,38],[2,1,0],[19,18,14],[13,12,8],[17,16,14],[18,17,15],[15,14,12],[13,12,10],[16,15,13],[19,18,16],[20,19,15],[15,12,7],[9,6,1],[21,18,13],[22,21,17],[18,17,15],[20,20,20],[14,14,16],[10,11,15],[5,5,13],[13,13,21],[0,0,7],[16,15,23],[0,0,7],[19,18,24],[7,7,9],[11,11,13],[8,8,10],[6,7,9],[6,7,9],[6,6,8],[5,4,9],[5,3,8],[5,3,8],[6,1,7],[7,2,8],[8,3,9],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,5],[8,4,5],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[2,2,4],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[2,2,4],[3,3,5],[8,8,10],[6,6,8],[2,2,4],[8,8,10],[18,18,20],[17,17,19],[6,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[6,1,5],[4,0,5],[3,0,4],[5,0,6],[10,5,9],[7,5,8],[6,4,5],[10,8,9],[22,21,19],[53,52,48],[17,16,11],[16,16,8],[10,10,0],[10,10,0],[56,54,42],[31,28,19],[28,25,20],[75,72,65],[46,42,30],[38,33,14],[52,46,24],[62,54,33],[92,84,63],[84,73,51],[64,54,27],[108,102,70],[146,142,104],[100,98,59],[76,76,40],[52,52,24],[97,100,83],[25,29,14],[26,34,10],[66,75,46],[53,63,38],[118,130,106],[75,88,68],[71,82,65],[105,113,98],[36,40,26],[54,54,42],[56,52,40],[73,65,52],[99,89,77],[112,102,92],[56,46,36],[37,27,18],[64,57,47],[41,39,27],[44,45,31],[55,53,38],[73,67,51],[73,64,47],[108,97,77],[116,101,80],[91,75,50],[54,37,11],[77,62,33],[76,63,31],[42,31,0],[79,70,37],[113,107,73],[116,112,77],[120,115,86],[40,31,14],[35,26,11],[92,84,63],[127,121,95],[7,1,0],[18,11,0],[24,15,6],[34,25,16],[41,32,15],[55,45,18],[78,69,26],[85,73,23],[114,100,53],[84,66,26],[54,32,8],[31,12,0],[14,4,0],[76,66,56],[120,101,86],[50,25,5],[62,34,13],[44,15,0],[86,60,45],[55,31,19],[39,15,3],[73,47,34],[48,19,3],[74,45,29],[72,46,33],[40,21,14],[15,4,2],[31,23,21],[24,13,7],[13,0,0],[24,8,0],[46,28,14],[61,40,23],[56,33,15],[56,35,16],[80,59,42],[70,51,36],[33,15,1],[26,9,0],[32,18,7],[26,12,1],[38,24,13],[54,40,29],[46,33,24],[57,50,42],[57,52,46],[43,40,35],[13,10,5],[19,18,14],[27,26,22],[8,7,5],[19,19,17],[10,10,8],[13,13,13],[14,14,14],[12,12,12],[12,11,9],[13,12,10],[16,15,13],[18,17,15],[19,15,12],[25,21,18],[17,13,10],[19,18,16],[24,23,21],[11,11,11],[12,12,14],[23,24,29],[2,2,12],[67,69,81],[152,154,166],[57,57,67],[7,7,15],[0,0,5],[11,12,14],[8,8,10],[7,7,9],[6,5,10],[6,5,10],[5,4,9],[5,3,8],[7,2,8],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,4,6],[5,5,7],[4,4,6],[2,2,4],[5,5,7],[10,10,12],[8,8,10],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[23,23,23],[1,1,1],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[0,0,0],[4,4,4],[6,4,9],[3,0,5],[3,0,5],[3,0,7],[1,0,4],[0,0,4],[2,2,4],[1,1,3],[4,4,4],[30,30,28],[3,4,0],[18,17,12],[6,6,0],[18,18,10],[94,91,82],[56,56,46],[40,41,36],[59,58,53],[14,12,0],[13,10,0],[60,53,35],[77,68,51],[86,77,62],[80,68,52],[49,38,18],[102,95,67],[110,106,71],[65,63,25],[46,46,12],[152,151,123],[131,129,114],[11,12,0],[99,105,79],[111,120,91],[50,60,33],[65,77,53],[44,56,36],[61,72,56],[80,86,74],[64,67,56],[60,60,48],[56,52,41],[74,68,56],[67,59,48],[65,55,45],[50,40,31],[49,40,31],[66,59,49],[71,69,57],[62,60,47],[66,64,49],[48,45,28],[66,59,41],[113,105,86],[86,75,55],[96,84,62],[53,41,17],[47,35,9],[68,56,30],[67,58,29],[69,62,33],[68,63,33],[79,74,44],[129,123,97],[64,57,38],[43,36,18],[39,32,13],[26,21,1],[19,13,0],[21,14,4],[33,25,22],[20,11,6],[31,21,9],[82,72,47],[94,85,46],[71,58,14],[98,83,40],[85,67,31],[61,39,15],[54,35,20],[25,12,3],[41,28,20],[107,88,74],[62,36,19],[55,28,9],[47,20,3],[71,49,36],[53,33,24],[16,0,0],[85,63,52],[32,6,0],[33,7,0],[57,33,21],[27,8,1],[22,12,10],[31,23,21],[19,10,5],[16,6,0],[19,5,0],[32,14,2],[75,53,39],[88,65,49],[57,36,19],[53,34,19],[58,40,26],[33,19,8],[31,18,9],[29,19,10],[15,5,0],[26,13,5],[49,36,27],[49,36,28],[54,47,39],[55,50,44],[13,10,5],[17,14,9],[21,20,16],[3,2,0],[15,15,13],[9,9,7],[13,13,13],[15,15,15],[16,16,16],[14,14,14],[12,11,9],[12,11,9],[14,13,11],[16,15,13],[28,24,25],[19,15,16],[23,22,20],[19,18,16],[12,12,10],[11,11,11],[4,5,7],[9,10,15],[0,1,10],[171,173,185],[252,254,255],[162,164,176],[6,6,14],[9,10,15],[12,13,15],[0,1,0],[5,6,8],[5,4,9],[5,4,9],[4,3,8],[5,3,8],[6,1,7],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[8,2,6],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[3,3,5],[3,3,5],[7,7,9],[10,10,12],[8,8,10],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[22,22,22],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,1],[0,1,0],[1,3,0],[6,6,6],[4,2,7],[3,0,4],[1,0,4],[4,2,7],[1,0,5],[0,0,5],[1,0,5],[0,0,4],[0,1,3],[0,0,2],[11,11,11],[9,9,7],[4,3,0],[35,34,30],[65,62,57],[57,56,52],[50,52,49],[6,8,5],[16,17,9],[20,18,6],[31,25,13],[61,51,41],[67,57,48],[89,79,70],[60,50,38],[30,22,3],[89,84,55],[97,94,63],[37,36,6],[112,110,87],[54,51,36],[28,26,13],[85,87,63],[46,50,23],[69,74,51],[84,92,71],[40,49,32],[69,77,62],[58,64,52],[56,58,47],[52,50,38],[48,44,33],[70,64,52],[65,57,44],[78,68,56],[77,67,57],[60,52,41],[55,49,37],[97,94,79],[54,52,37],[52,51,33],[63,60,43],[87,84,65],[110,105,86],[57,50,31],[59,51,32],[44,36,17],[28,20,0],[62,54,33],[87,79,56],[75,69,45],[55,49,25],[45,39,15],[86,80,58],[87,80,61],[55,50,31],[24,18,2],[15,11,0],[28,23,17],[26,18,16],[16,7,8],[13,3,2],[9,0,0],[70,59,39],[94,83,53],[88,74,39],[91,75,41],[93,74,42],[91,69,46],[46,24,10],[23,9,0],[14,0,0],[75,53,40],[66,40,25],[26,0,0],[55,29,16],[53,33,24],[64,47,40],[52,34,30],[66,47,40],[43,19,9],[41,17,5],[61,39,28],[43,26,18],[34,25,20],[9,4,1],[25,17,14],[22,11,7],[12,0,0],[14,0,0],[63,41,28],[88,65,51],[57,35,21],[48,29,15],[35,18,10],[27,14,8],[27,16,12],[25,15,13],[16,7,2],[18,7,3],[32,19,13],[37,26,20],[32,25,19],[17,12,6],[16,11,7],[19,16,11],[14,13,9],[11,10,6],[9,9,7],[10,10,10],[12,12,14],[13,13,15],[14,14,16],[13,13,15],[12,10,11],[10,8,9],[14,10,11],[17,13,14],[16,11,15],[14,9,13],[21,19,20],[15,13,14],[2,2,0],[7,7,7],[11,12,14],[7,8,13],[1,3,15],[76,78,91],[174,176,189],[86,88,100],[0,2,9],[1,5,8],[0,4,3],[11,13,12],[4,5,7],[3,4,6],[4,4,6],[4,4,6],[5,3,6],[6,1,5],[6,1,5],[6,1,5],[7,2,6],[7,2,6],[7,2,6],[5,3,6],[5,3,8],[6,4,9],[6,4,9],[6,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[3,2,7],[4,3,8],[8,7,12],[11,10,15],[9,8,13],[6,5,10],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[5,7,4],[0,1,0],[99,101,98],[37,39,36],[0,1,0],[0,1,0],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[0,0,4],[0,1,6],[1,2,6],[0,0,4],[3,4,8],[1,2,6],[5,6,8],[3,3,5],[13,11,12],[21,19,20],[16,12,11],[17,17,17],[0,2,2],[13,19,17],[25,27,22],[19,19,11],[15,10,4],[35,25,23],[43,33,32],[17,5,5],[36,25,21],[23,15,4],[58,53,33],[56,52,27],[53,51,26],[63,61,40],[52,48,37],[55,51,39],[62,61,40],[93,96,69],[78,82,59],[47,52,32],[37,44,28],[50,56,42],[49,52,41],[55,57,46],[54,52,40],[67,61,49],[85,77,64],[76,69,53],[84,75,60],[57,48,33],[37,29,16],[59,53,37],[67,64,45],[31,30,10],[37,36,16],[91,90,70],[90,89,69],[69,66,47],[45,42,23],[38,35,18],[85,79,63],[37,31,15],[41,35,19],[80,73,57],[69,62,46],[41,34,18],[22,15,0],[52,45,27],[87,82,60],[52,50,29],[54,51,36],[31,26,20],[11,5,7],[34,28,32],[29,23,27],[14,5,6],[20,11,4],[73,61,45],[71,59,35],[82,67,38],[90,73,43],[87,67,40],[88,66,43],[43,22,5],[30,13,5],[18,1,0],[41,19,6],[62,36,23],[33,5,0],[86,62,50],[51,34,27],[55,41,38],[43,29,26],[27,9,5],[50,30,21],[30,8,0],[45,25,14],[38,21,13],[14,5,0],[9,4,1],[16,7,8],[7,0,0],[14,0,0],[30,11,4],[48,26,15],[57,33,23],[49,27,16],[43,25,15],[34,19,12],[28,17,15],[20,12,10],[20,11,12],[25,17,15],[26,16,14],[29,18,14],[39,28,24],[27,20,14],[15,10,4],[29,24,20],[19,16,11],[2,1,0],[10,9,7],[12,12,12],[11,11,11],[7,7,9],[8,8,10],[10,10,12],[11,11,13],[10,8,9],[9,7,8],[13,9,10],[17,12,16],[15,10,16],[27,22,28],[7,5,8],[9,7,8],[11,11,9],[9,9,9],[20,21,23],[8,9,14],[4,6,18],[0,0,13],[9,11,24],[7,9,21],[0,0,7],[3,7,10],[8,12,11],[0,2,0],[3,5,4],[3,4,6],[4,4,6],[4,4,6],[4,4,6],[5,3,6],[5,3,6],[6,1,5],[7,2,6],[5,3,6],[5,3,6],[4,4,6],[4,3,8],[3,4,8],[4,5,9],[4,5,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[6,5,10],[8,7,12],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[10,12,7],[0,2,0],[49,54,48],[2,7,1],[0,3,0],[4,6,3],[1,0,0],[1,0,0],[1,0,0],[0,0,2],[1,0,5],[0,1,5],[0,1,6],[0,1,6],[0,0,5],[7,8,13],[0,0,5],[3,2,8],[17,14,21],[7,4,11],[11,6,12],[4,3,8],[3,11,14],[0,9,10],[5,11,9],[22,22,20],[35,31,30],[23,14,17],[9,0,6],[22,11,19],[24,13,17],[32,24,21],[33,27,13],[38,36,15],[48,46,25],[62,59,42],[34,27,19],[60,56,47],[90,87,68],[80,80,56],[30,32,11],[39,42,25],[67,71,57],[27,30,19],[41,43,32],[53,53,41],[69,65,53],[73,67,53],[66,59,41],[47,38,21],[56,48,29],[45,37,18],[49,42,24],[78,73,54],[70,68,47],[45,43,20],[68,67,46],[88,87,66],[78,77,57],[69,68,48],[25,24,6],[32,30,15],[60,58,45],[45,43,30],[40,36,24],[63,56,46],[53,44,35],[54,45,36],[33,23,14],[20,12,0],[37,35,12],[17,16,0],[52,50,38],[46,42,39],[18,13,19],[14,6,17],[36,29,37],[31,22,25],[39,30,25],[58,48,36],[21,8,0],[46,30,5],[90,73,47],[91,69,45],[75,50,28],[43,20,4],[40,21,14],[39,20,14],[35,11,1],[58,30,18],[38,12,0],[68,46,35],[57,42,37],[50,38,38],[28,16,16],[10,0,0],[52,33,26],[46,26,15],[63,43,32],[24,7,0],[7,0,0],[22,14,12],[30,24,26],[16,5,9],[23,9,8],[42,24,20],[32,9,3],[22,0,0],[36,13,5],[37,18,12],[25,10,7],[15,3,3],[9,0,3],[17,8,13],[26,17,20],[21,11,12],[16,4,4],[19,8,6],[7,0,0],[16,9,3],[13,8,4],[24,19,15],[16,12,9],[6,5,3],[21,21,21],[8,8,8],[6,6,8],[7,7,9],[9,9,11],[10,10,12],[10,8,9],[8,6,7],[12,8,9],[16,11,15],[7,2,9],[24,19,26],[13,11,14],[10,8,9],[4,4,2],[0,0,0],[6,7,9],[13,14,19],[4,6,18],[6,8,21],[32,34,49],[30,32,45],[4,7,14],[6,10,13],[0,2,0],[4,9,3],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,4,4],[4,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,0],[1,3,0],[0,1,0],[0,1,0],[2,4,0],[2,7,1],[0,2,0],[0,1,0],[0,0,0],[4,4,2],[1,1,1],[0,0,0],[0,1,3],[0,0,4],[0,1,4],[0,1,6],[0,3,8],[0,0,5],[8,9,14],[3,4,9],[3,2,8],[11,8,15],[6,3,10],[10,11,16],[10,18,21],[0,10,12],[2,8,8],[7,8,10],[4,2,5],[9,4,10],[18,11,19],[18,8,17],[19,12,19],[9,3,3],[28,25,16],[47,45,32],[26,24,11],[12,10,0],[23,20,15],[40,37,32],[34,35,21],[21,22,4],[45,48,31],[49,51,37],[93,97,83],[75,78,67],[47,49,36],[39,39,27],[62,59,44],[81,75,59],[86,79,61],[56,49,30],[51,44,25],[57,50,31],[76,69,50],[74,69,49],[54,49,29],[98,96,75],[93,91,70],[84,83,63],[69,70,52],[51,52,36],[28,29,15],[27,29,16],[47,49,38],[50,52,41],[37,37,29],[44,41,34],[24,19,15],[36,31,27],[33,25,22],[18,14,5],[10,11,0],[19,20,4],[9,9,1],[30,28,29],[25,22,29],[20,17,26],[51,46,53],[45,41,42],[27,22,18],[30,23,13],[9,0,0],[34,23,5],[53,37,21],[58,41,23],[54,37,19],[33,15,1],[42,25,17],[35,16,10],[24,1,0],[53,29,19],[44,22,11],[37,17,10],[52,37,34],[19,7,7],[19,9,8],[14,3,1],[47,32,27],[29,12,5],[35,21,12],[34,21,13],[67,59,56],[20,12,10],[28,19,20],[22,12,13],[27,13,12],[51,33,29],[41,20,15],[22,2,0],[34,15,9],[33,15,11],[33,19,18],[16,6,7],[7,1,5],[14,8,12],[17,11,15],[13,7,9],[14,5,6],[18,10,8],[22,14,11],[15,10,6],[6,1,0],[24,20,17],[28,27,25],[16,15,13],[21,21,21],[21,21,21],[9,9,11],[9,9,11],[10,10,12],[11,11,13],[10,8,9],[6,4,5],[8,6,7],[12,10,13],[17,15,20],[1,0,5],[10,8,13],[7,5,8],[10,10,10],[17,17,17],[0,1,3],[8,9,14],[7,7,17],[0,1,13],[2,4,16],[6,9,18],[4,7,12],[0,1,2],[4,9,5],[5,7,4],[3,5,4],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[3,3,3],[4,4,4],[3,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[6,5,10],[7,6,11],[6,5,10],[4,3,8],[5,4,9],[7,6,11],[6,5,10],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[5,5,5],[8,8,8],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[1,2,6],[2,3,7],[0,0,4],[1,2,6],[5,6,10],[1,0,5],[8,7,12],[28,29,33],[24,29,33],[6,11,15],[0,1,4],[2,3,7],[5,4,9],[4,3,8],[8,5,12],[12,10,15],[11,9,12],[6,4,5],[22,22,20],[31,32,27],[35,37,32],[16,18,13],[10,12,9],[70,72,69],[86,91,84],[1,7,0],[41,47,37],[28,34,22],[63,69,57],[61,65,51],[65,69,54],[61,64,47],[47,48,32],[60,59,41],[47,44,25],[35,32,13],[80,75,56],[58,53,34],[77,72,53],[79,73,57],[61,55,39],[107,101,87],[56,53,38],[56,54,41],[42,43,29],[39,39,27],[23,25,14],[55,58,49],[53,58,51],[26,31,24],[24,29,23],[25,30,26],[25,27,26],[9,11,10],[27,29,28],[14,16,13],[1,3,0],[14,19,15],[9,13,12],[1,5,6],[10,11,15],[21,22,26],[27,27,29],[13,13,13],[18,18,16],[17,16,11],[13,10,3],[16,12,3],[25,21,12],[29,22,14],[25,18,10],[28,19,12],[33,18,15],[42,24,20],[42,23,19],[42,23,19],[34,16,12],[26,11,8],[31,17,16],[28,16,16],[24,14,13],[9,1,0],[41,31,30],[55,45,43],[21,13,11],[23,18,15],[39,35,34],[12,7,4],[26,15,13],[13,0,0],[30,15,10],[40,22,18],[44,26,22],[39,24,19],[22,7,4],[35,21,20],[16,6,5],[14,5,6],[11,5,7],[10,5,9],[10,8,11],[10,8,11],[10,8,9],[10,6,7],[17,13,12],[12,8,7],[10,6,5],[23,19,18],[23,21,22],[16,14,15],[21,19,20],[21,19,20],[11,9,10],[2,0,1],[12,12,12],[5,5,5],[12,12,12],[25,25,25],[8,8,8],[7,5,6],[12,10,13],[4,3,8],[6,6,8],[7,7,9],[25,25,27],[31,31,33],[7,7,9],[5,4,9],[6,5,10],[6,5,11],[6,5,11],[5,4,9],[5,4,9],[5,5,7],[4,4,4],[4,4,4],[2,2,4],[2,2,4],[1,1,3],[4,4,6],[5,5,7],[0,0,2],[7,7,9],[26,26,28],[25,25,27],[8,8,10],[0,0,2],[4,4,6],[4,5,7],[2,3,5],[3,4,6],[5,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[0,0,2],[12,13,15],[1,2,4],[3,4,6],[53,54,56],[48,49,51],[0,0,2],[3,4,6],[2,3,5],[3,4,6],[3,4,6],[4,5,7],[2,3,5],[0,1,3],[1,2,4],[3,4,8],[0,0,4],[11,12,17],[0,0,5],[7,8,13],[6,7,12],[5,6,11],[4,5,10],[0,0,5],[4,5,10],[3,4,9],[5,6,11],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[4,4,4],[9,9,9],[19,19,19],[12,12,12],[6,6,6],[3,3,3],[4,4,4],[4,4,4],[1,1,1],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,1,3],[0,0,2],[1,2,4],[5,6,8],[0,0,2],[0,0,2],[8,12,13],[6,11,14],[0,2,6],[0,1,4],[1,5,8],[4,5,9],[2,3,7],[5,4,9],[7,6,11],[13,13,15],[5,5,7],[11,12,14],[12,13,15],[15,19,18],[6,10,9],[3,9,7],[55,61,59],[163,172,169],[20,29,24],[7,14,7],[24,31,23],[64,70,60],[36,42,30],[30,36,22],[52,56,41],[46,49,32],[43,44,28],[37,38,20],[43,42,24],[66,65,47],[24,21,6],[54,51,36],[86,82,70],[60,54,42],[64,60,49],[21,19,7],[32,32,22],[66,68,57],[51,54,45],[28,33,26],[29,34,27],[42,49,42],[19,28,23],[15,24,21],[15,24,21],[7,16,15],[7,16,15],[3,12,11],[8,14,14],[20,25,28],[6,11,14],[0,3,3],[11,17,17],[0,1,2],[4,8,9],[12,16,15],[6,8,7],[10,12,9],[16,18,15],[14,15,10],[11,12,7],[15,16,11],[19,18,14],[13,12,8],[12,7,4],[27,16,14],[48,33,30],[41,26,23],[30,16,13],[31,17,16],[29,18,16],[30,19,17],[27,17,15],[18,10,8],[16,11,8],[22,16,16],[21,17,16],[13,9,10],[13,9,10],[12,10,11],[9,3,3],[40,26,23],[19,4,0],[28,13,8],[40,25,20],[54,40,37],[51,40,36],[20,9,7],[13,3,2],[12,3,4],[12,6,6],[13,9,10],[12,8,9],[9,7,10],[7,7,9],[7,7,9],[8,8,10],[14,12,13],[14,10,11],[12,8,9],[21,17,18],[18,16,17],[15,13,14],[25,23,24],[29,27,28],[22,20,21],[9,7,8],[13,13,13],[7,7,7],[16,16,16],[30,30,30],[12,12,12],[7,7,7],[7,7,9],[6,6,8],[8,8,10],[3,3,5],[10,10,12],[14,14,16],[3,3,5],[11,11,13],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[4,4,6],[6,6,8],[1,1,3],[3,3,5],[14,14,16],[9,9,11],[1,1,3],[1,1,3],[6,6,8],[6,6,8],[3,3,5],[3,3,5],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,5,7],[0,1,3],[1,2,4],[0,0,2],[9,10,12],[14,15,17],[0,1,3],[4,5,7],[2,3,5],[5,6,8],[4,5,7],[1,2,4],[3,4,6],[8,9,11],[7,8,10],[2,3,5],[3,4,8],[0,0,5],[14,15,20],[10,11,16],[0,0,5],[6,7,12],[1,2,7],[11,12,17],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[2,2,2],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[9,9,9],[7,7,7],[2,2,2],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[4,4,4],[6,6,4],[8,8,6],[9,9,7],[10,10,8],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,0,2],[0,1,4],[0,1,4],[0,2,5],[1,5,8],[1,2,6],[0,1,5],[3,3,5],[3,3,5],[3,3,5],[1,1,3],[6,7,9],[5,6,8],[10,14,13],[4,8,7],[0,2,0],[26,32,30],[0,8,7],[0,3,2],[21,27,25],[18,24,20],[22,29,22],[23,28,21],[24,30,20],[23,26,17],[62,65,54],[68,70,59],[48,50,37],[24,24,12],[54,54,42],[60,57,48],[68,65,56],[37,34,25],[31,31,21],[28,28,18],[23,25,14],[30,31,23],[69,72,63],[29,34,27],[27,34,26],[24,34,26],[33,44,38],[10,21,15],[23,34,30],[7,18,14],[6,16,15],[10,20,19],[11,21,20],[12,21,20],[6,11,14],[11,16,19],[10,15,18],[2,7,10],[3,9,9],[0,1,2],[9,13,14],[8,12,13],[6,8,7],[16,18,17],[15,17,14],[8,8,6],[10,10,8],[14,14,12],[11,12,7],[6,2,0],[16,6,4],[41,27,26],[36,22,21],[31,20,18],[39,27,27],[29,19,18],[19,9,8],[17,9,7],[18,9,10],[22,16,16],[13,7,9],[6,2,3],[13,9,10],[9,7,8],[2,0,3],[10,4,4],[14,3,1],[22,7,4],[45,30,27],[45,31,28],[35,21,20],[24,13,11],[9,0,0],[17,9,7],[10,1,2],[13,7,7],[15,11,12],[14,10,11],[7,5,8],[5,3,6],[6,6,8],[10,8,11],[12,8,9],[15,11,12],[13,11,12],[17,15,16],[13,11,12],[11,9,10],[23,21,22],[25,23,24],[22,20,21],[11,9,10],[12,12,12],[5,5,5],[10,10,10],[21,21,21],[8,8,8],[5,5,5],[4,4,6],[7,7,9],[9,9,11],[2,2,4],[2,2,4],[3,3,5],[0,0,2],[11,11,13],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[4,4,6],[1,1,3],[3,3,5],[0,0,2],[0,0,2],[4,4,6],[7,7,9],[4,4,6],[3,3,5],[4,4,6],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[1,0,5],[1,0,5],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[4,5,7],[0,0,2],[7,8,10],[5,6,8],[0,0,2],[0,0,2],[2,3,5],[2,3,5],[2,3,5],[7,8,10],[4,5,7],[0,0,2],[4,5,7],[15,16,18],[12,13,15],[1,2,6],[0,1,6],[13,14,19],[0,0,5],[11,12,17],[4,5,10],[0,0,5],[4,5,10],[0,0,5],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[0,0,2],[2,3,5],[0,1,3],[0,0,2],[0,2,5],[0,3,6],[1,5,8],[0,3,6],[0,0,4],[0,0,4],[4,4,6],[3,3,5],[0,0,2],[0,0,2],[5,6,8],[4,5,7],[11,15,14],[9,13,12],[0,2,0],[3,9,9],[9,17,19],[5,13,15],[6,12,12],[13,19,17],[19,25,21],[31,37,33],[32,37,31],[31,36,30],[47,52,45],[50,53,46],[42,45,38],[28,29,23],[41,42,36],[39,40,35],[43,44,39],[16,17,12],[23,26,19],[17,22,15],[28,33,26],[30,37,29],[52,62,54],[14,24,16],[21,32,24],[18,31,24],[29,42,35],[14,29,24],[5,20,15],[4,16,12],[21,33,31],[8,20,18],[0,10,8],[12,22,21],[0,3,5],[9,14,17],[4,9,12],[4,9,12],[12,18,18],[8,14,14],[6,10,11],[1,5,6],[2,6,5],[9,11,10],[7,9,8],[2,4,1],[4,6,3],[11,11,9],[11,11,9],[9,8,4],[14,6,4],[21,11,9],[19,9,7],[32,22,21],[37,29,27],[18,10,8],[7,2,0],[11,5,5],[17,11,11],[14,10,9],[13,9,10],[11,9,10],[10,8,9],[12,10,11],[11,9,12],[8,4,5],[7,0,0],[13,2,0],[28,17,15],[25,14,12],[17,7,5],[15,5,4],[7,0,0],[11,5,5],[10,4,4],[12,8,7],[14,10,11],[12,8,9],[6,4,7],[4,2,5],[6,6,8],[11,9,12],[6,4,5],[15,11,12],[14,12,13],[16,14,15],[10,8,9],[7,5,6],[14,12,13],[10,8,9],[12,10,11],[9,7,8],[13,13,13],[5,5,5],[3,3,3],[8,8,8],[2,2,2],[6,6,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[7,7,9],[6,6,8],[2,2,4],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[3,3,5],[4,4,6],[3,3,5],[2,2,4],[4,4,6],[6,6,8],[4,4,6],[1,1,3],[4,4,6],[5,5,7],[6,6,8],[4,4,6],[0,0,2],[2,2,4],[6,6,8],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[10,9,14],[7,6,11],[4,3,8],[3,2,7],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[0,1,3],[3,4,6],[6,7,9],[6,7,9],[6,7,9],[5,6,8],[1,2,4],[4,5,7],[4,5,7],[5,6,8],[3,4,6],[1,2,4],[5,6,8],[12,13,15],[10,11,13],[2,3,7],[5,6,11],[6,7,12],[23,24,29],[24,25,30],[2,3,8],[10,11,16],[2,3,8],[8,9,14],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[4,5,10],[3,4,9],[5,6,11],[4,5,10]],[[0,0,0],[0,0,0],[0,0,0],[2,2,2],[4,4,4],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[2,2,2],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,2,4],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[2,3,5],[1,5,8],[1,5,8],[2,3,7],[0,0,4],[0,0,2],[1,2,4],[4,4,6],[1,1,3],[2,2,4],[4,4,6],[2,3,5],[0,0,2],[5,7,6],[10,12,11],[0,4,3],[0,6,6],[0,8,11],[11,19,22],[7,12,16],[8,13,16],[1,7,7],[14,20,20],[20,26,26],[28,34,34],[12,18,16],[8,12,11],[18,22,21],[29,31,30],[22,24,23],[3,4,6],[15,16,18],[24,28,29],[18,24,22],[17,26,21],[24,33,28],[26,37,31],[24,37,30],[10,22,18],[13,28,23],[11,26,21],[10,25,20],[20,35,32],[10,25,22],[2,17,14],[0,5,2],[0,5,2],[9,23,23],[0,10,10],[14,22,25],[11,19,22],[0,7,10],[15,23,26],[0,4,7],[1,6,9],[4,9,12],[15,19,22],[4,8,9],[0,2,3],[0,1,2],[4,6,5],[7,9,8],[8,10,9],[9,11,10],[10,10,8],[18,14,11],[9,4,1],[6,1,0],[18,12,12],[15,9,9],[5,0,0],[9,5,4],[11,7,8],[11,7,8],[4,2,3],[10,8,11],[11,9,12],[4,2,5],[6,6,8],[10,10,12],[4,2,3],[14,5,6],[10,0,0],[9,1,0],[9,1,0],[16,8,6],[20,14,14],[12,6,6],[5,1,2],[12,8,9],[12,8,9],[10,6,7],[6,4,5],[5,3,6],[6,4,7],[8,6,9],[10,8,11],[7,5,8],[12,10,13],[11,9,12],[12,10,13],[8,6,9],[6,4,7],[9,7,10],[2,0,3],[7,7,9],[9,9,11],[13,13,15],[9,9,11],[5,5,7],[6,6,8],[4,4,6],[7,7,9],[4,4,6],[6,6,8],[4,4,6],[6,6,8],[9,9,11],[7,7,9],[5,5,7],[2,2,4],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[2,2,4],[4,4,6],[5,5,7],[3,3,5],[2,2,4],[5,5,7],[6,6,8],[3,3,5],[7,7,9],[6,6,8],[5,5,7],[2,2,4],[0,0,2],[4,4,6],[7,7,9],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[12,11,16],[8,7,12],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[3,2,7],[2,1,6],[3,4,8],[8,9,13],[0,0,4],[0,0,4],[6,7,11],[4,5,9],[2,3,7],[6,7,11],[5,6,10],[2,3,7],[2,3,7],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[5,6,10],[2,5,10],[0,0,5],[25,28,33],[37,40,45],[0,2,7],[7,10,15],[1,4,9],[0,0,5],[3,6,11],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[2,5,10]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[2,2,2],[5,5,5],[2,2,2],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[1,1,1],[2,2,2],[2,2,2],[2,2,2],[3,3,3],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,1,5],[0,1,4],[0,0,4],[0,1,5],[0,1,3],[3,4,6],[3,3,5],[0,0,2],[2,2,4],[3,3,5],[0,0,2],[0,0,2],[1,3,2],[5,7,6],[2,6,5],[0,4,5],[0,2,6],[0,3,9],[0,1,5],[5,10,14],[9,14,17],[15,20,23],[5,10,13],[2,7,10],[5,10,13],[7,12,15],[9,14,17],[7,12,16],[5,10,14],[13,18,22],[17,22,26],[9,17,20],[16,26,27],[9,21,19],[1,13,11],[9,24,21],[5,20,17],[18,33,30],[9,25,22],[0,16,13],[11,27,24],[20,36,33],[0,16,13],[19,34,31],[132,147,144],[16,31,28],[0,4,4],[13,25,25],[2,12,14],[10,18,21],[5,13,16],[0,2,5],[9,14,17],[0,4,7],[8,13,16],[3,8,11],[9,13,14],[1,5,6],[3,7,8],[12,16,17],[16,18,17],[12,14,13],[9,11,10],[8,10,9],[10,9,7],[6,5,3],[5,4,2],[8,7,5],[1,0,0],[4,3,1],[13,11,12],[1,1,1],[5,5,5],[9,9,9],[6,6,8],[2,2,4],[2,2,4],[2,2,4],[3,3,5],[7,5,8],[4,0,1],[11,5,7],[14,10,11],[12,8,9],[8,4,5],[7,3,4],[9,5,6],[10,6,7],[13,9,10],[10,6,7],[5,3,4],[4,2,3],[5,3,6],[7,5,8],[9,7,10],[9,7,10],[10,8,11],[11,9,12],[6,4,7],[7,5,8],[6,4,7],[6,4,7],[11,9,12],[5,3,6],[7,7,9],[6,6,8],[6,6,8],[7,7,9],[8,8,10],[8,8,10],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[3,3,5],[5,5,7],[4,4,6],[1,1,3],[8,8,10],[6,6,8],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[5,5,7],[1,1,3],[2,2,4],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[3,3,5],[3,3,5],[6,6,8],[5,5,7],[1,1,3],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[4,5,9],[5,6,10],[2,3,7],[4,5,9],[1,2,6],[0,0,4],[6,7,11],[2,3,7],[5,6,10],[1,2,6],[2,3,7],[6,7,11],[5,6,10],[0,0,4],[0,0,4],[6,7,11],[2,5,10],[14,17,22],[0,0,5],[3,6,11],[3,6,11],[0,1,6],[0,0,5],[3,6,11],[4,7,12],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[3,6,11]],[[2,2,2],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[3,3,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[1,2,4],[1,2,4],[2,2,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[3,5,4],[1,3,2],[2,4,3],[0,1,2],[3,8,11],[1,6,10],[12,17,21],[8,13,17],[6,11,15],[7,12,16],[2,10,13],[6,14,17],[6,14,17],[5,12,18],[4,11,17],[3,10,16],[0,5,11],[4,11,19],[4,11,19],[9,18,25],[1,12,16],[2,16,17],[4,18,19],[7,23,23],[0,9,8],[2,18,17],[3,17,17],[9,23,23],[2,16,16],[0,11,11],[0,11,11],[6,18,18],[120,132,132],[14,26,26],[0,9,7],[9,19,20],[12,20,23],[0,7,10],[0,6,9],[1,9,12],[1,9,12],[0,7,10],[11,16,20],[0,2,6],[8,13,16],[4,9,12],[8,12,15],[13,17,20],[10,14,15],[8,12,13],[7,11,12],[5,7,6],[0,1,0],[6,6,6],[4,4,4],[6,6,6],[3,3,3],[4,4,4],[9,9,11],[0,0,2],[5,5,7],[11,11,13],[6,5,10],[0,1,5],[4,5,9],[3,4,8],[2,1,6],[6,5,10],[3,1,4],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[4,2,5],[4,2,5],[2,0,3],[8,6,9],[7,5,8],[5,3,6],[5,3,6],[7,5,8],[8,6,9],[9,7,10],[8,6,9],[10,8,11],[8,6,9],[4,2,5],[8,6,9],[8,6,9],[6,4,7],[10,10,12],[6,6,8],[4,4,6],[4,4,6],[1,1,3],[5,5,7],[5,6,8],[3,4,6],[2,3,5],[0,0,2],[3,3,5],[7,7,9],[1,1,3],[5,5,7],[3,3,5],[0,0,2],[9,9,11],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[2,2,4],[2,2,4],[4,4,6],[3,3,5],[2,2,4],[0,0,2],[2,2,4],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[5,6,10],[5,6,10],[11,12,16],[4,5,9],[0,0,4],[8,9,13],[0,0,4],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[1,2,6],[2,3,7],[4,5,9],[5,8,13],[0,0,5],[0,2,7],[1,4,9],[4,7,12],[0,0,5],[26,29,34],[206,209,214],[4,7,12],[0,2,7],[1,4,9],[4,7,12],[3,6,11],[0,3,8],[2,5,10],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[1,1,3],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[3,4,6],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[3,4,6],[0,2,1],[0,1,0],[2,4,3],[2,3,5],[2,6,9],[0,1,4],[3,8,11],[0,1,5],[3,8,12],[4,9,13],[0,8,11],[4,11,17],[0,7,13],[2,9,15],[0,8,15],[0,8,15],[0,6,13],[8,17,24],[3,12,19],[9,20,26],[6,19,25],[0,12,15],[0,15,18],[4,18,21],[3,17,18],[5,19,20],[1,15,16],[5,16,18],[6,18,18],[3,15,15],[0,7,8],[0,4,5],[0,3,4],[0,8,9],[11,20,19],[1,10,9],[4,12,14],[0,2,5],[42,50,53],[168,176,179],[6,14,17],[0,3,6],[0,1,5],[5,10,14],[0,4,7],[0,5,8],[4,8,11],[0,4,7],[0,1,2],[0,2,3],[2,6,7],[0,1,2],[1,5,4],[3,7,6],[0,1,0],[0,2,1],[2,6,5],[0,1,0],[1,2,4],[6,7,9],[1,2,4],[1,2,4],[3,4,8],[4,5,9],[3,4,8],[4,5,9],[5,4,9],[0,0,4],[5,4,9],[5,4,9],[2,1,6],[7,6,11],[8,8,10],[3,3,5],[5,5,7],[2,2,4],[4,4,6],[5,3,6],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[6,4,7],[5,3,6],[12,10,13],[10,8,11],[4,2,5],[6,6,8],[3,3,5],[3,3,5],[7,7,9],[6,6,8],[8,8,10],[3,4,6],[0,0,2],[3,4,6],[4,5,7],[6,6,8],[7,7,9],[0,0,2],[6,6,8],[7,7,9],[3,3,5],[9,9,11],[0,0,2],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[2,2,4],[2,2,4],[2,2,4],[0,0,2],[1,1,3],[7,7,9],[5,5,7],[3,3,5],[5,5,7],[2,2,4],[6,6,8],[2,2,4],[3,3,5],[5,5,7],[3,3,5],[1,1,3],[3,3,5],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[1,2,6],[7,8,12],[0,0,4],[2,3,7],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[7,8,12],[7,8,12],[3,4,8],[3,4,8],[6,7,11],[6,7,11],[3,4,8],[0,1,6],[5,8,13],[5,8,13],[7,10,15],[0,3,8],[0,1,6],[7,10,15],[68,71,76],[4,7,12],[0,2,7],[1,4,9],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[3,3,5],[0,0,2],[1,0,5],[0,0,4],[1,0,6],[3,2,8],[0,0,4],[1,0,5],[0,0,2],[1,1,3],[0,0,0],[2,2,2],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[1,1,1],[1,1,1],[0,0,2],[0,0,2],[4,3,8],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,2,3],[1,5,6],[1,5,6],[0,3,6],[0,4,7],[0,5,9],[0,5,8],[0,6,9],[4,11,17],[1,8,14],[0,6,11],[0,6,11],[0,10,14],[2,13,19],[5,16,22],[6,17,23],[4,15,21],[3,14,20],[2,13,19],[3,14,20],[5,16,20],[6,15,20],[4,13,18],[2,11,16],[1,9,12],[0,4,7],[0,6,8],[2,10,12],[1,6,9],[0,1,4],[0,3,3],[2,7,10],[3,11,14],[0,2,5],[12,20,23],[26,34,37],[4,9,13],[0,1,5],[5,10,14],[0,3,7],[0,5,9],[0,4,8],[5,10,13],[0,1,4],[13,17,20],[0,1,4],[2,6,9],[0,2,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,7],[0,4,7],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[2,3,8],[2,3,8],[2,3,8],[2,3,8],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[5,4,9],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[9,7,10],[9,7,10],[8,6,9],[8,6,9],[8,8,10],[8,8,10],[9,9,11],[10,10,12],[7,7,9],[4,4,6],[0,0,2],[7,8,10],[0,1,3],[4,5,7],[4,5,7],[7,8,10],[5,6,8],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[5,6,8],[8,9,11],[0,0,2],[2,3,5],[3,4,6],[8,9,11],[0,0,2],[4,5,7],[0,0,2],[5,6,10],[0,0,4],[1,2,6],[7,8,12],[4,5,9],[5,6,10],[2,3,7],[1,2,6],[2,3,7],[7,8,12],[1,2,6],[2,3,7],[0,0,4],[13,14,18],[0,0,4],[1,2,6],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[2,3,7],[2,3,7],[3,4,8],[3,4,8],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[1,4,9],[7,10,15],[1,4,9],[0,3,8],[2,5,10],[0,1,6],[0,2,7],[0,2,7],[0,0,5],[5,8,13],[1,4,9],[7,10,15],[5,8,13],[0,0,5],[5,8,13],[8,11,16]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,2],[1,1,3],[2,1,6],[0,0,4],[10,9,15],[0,0,5],[0,0,4],[10,9,14],[0,0,2],[4,4,6],[3,3,3],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[1,1,0],[1,1,1],[0,0,2],[0,0,2],[0,0,4],[0,0,2],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[3,5,4],[4,6,5],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[0,1,0],[0,4,3],[0,4,3],[0,2,3],[0,4,4],[0,4,7],[0,4,7],[0,7,10],[0,6,9],[0,6,12],[0,8,13],[1,10,15],[2,13,17],[3,14,18],[3,14,18],[2,13,17],[3,14,20],[2,13,19],[2,13,19],[4,13,20],[4,13,18],[5,12,18],[3,10,16],[4,9,13],[0,5,9],[2,5,10],[5,9,12],[0,1,4],[5,9,12],[45,49,52],[48,52,53],[0,4,5],[1,6,9],[0,2,5],[0,6,9],[4,12,15],[0,2,6],[0,1,5],[0,4,8],[0,5,9],[1,6,10],[0,3,7],[0,2,5],[1,6,9],[0,1,4],[1,5,8],[3,7,10],[0,4,7],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,3,6],[0,3,6],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[0,3,8],[0,3,8],[2,3,8],[1,2,7],[1,2,6],[2,3,7],[2,3,7],[2,3,7],[4,3,8],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[11,9,12],[10,8,11],[9,7,10],[7,5,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[0,0,2],[13,13,15],[0,0,2],[3,4,6],[8,9,11],[2,3,5],[0,1,3],[0,1,3],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[0,0,2],[10,11,13],[3,4,6],[0,0,2],[2,3,5],[10,11,13],[1,2,4],[153,154,156],[43,44,48],[16,17,21],[6,7,11],[0,1,5],[0,0,4],[2,3,7],[4,5,9],[7,8,12],[3,4,8],[4,5,9],[0,0,4],[7,8,12],[7,8,12],[0,0,4],[7,8,12],[10,11,15],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[5,8,13],[0,2,7],[0,3,8],[9,12,17],[7,10,15],[2,5,10],[4,7,12],[2,5,10],[11,14,19],[8,11,16],[0,0,5],[0,2,7],[7,10,15],[5,8,13],[7,10,15],[0,1,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[3,2,7],[0,0,5],[0,0,7],[2,1,9],[4,3,9],[0,0,5],[0,0,4],[2,2,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,3,1],[0,0,0],[0,0,0],[9,9,11],[3,3,5],[0,0,4],[5,5,7],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[2,0,3],[1,1,1],[0,1,0],[2,4,1],[1,3,0],[0,1,0],[0,2,1],[0,4,5],[0,4,7],[1,6,9],[0,2,5],[0,4,8],[0,8,11],[2,10,13],[2,12,14],[3,13,15],[3,13,15],[3,13,15],[2,11,16],[3,12,19],[3,12,19],[3,10,18],[2,9,15],[3,8,14],[4,7,12],[6,7,12],[6,7,12],[2,3,7],[5,6,10],[0,0,4],[0,0,2],[21,22,24],[24,25,27],[0,1,4],[0,5,9],[1,6,10],[0,1,5],[0,1,5],[0,3,7],[0,3,7],[0,2,5],[6,10,13],[0,1,4],[6,10,13],[0,2,5],[0,1,4],[6,10,13],[6,10,13],[0,3,6],[0,1,4],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[3,2,7],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[8,8,10],[8,8,10],[6,6,8],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[4,5,7],[3,4,6],[3,4,6],[6,7,9],[4,5,7],[3,4,6],[8,9,11],[5,6,8],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[2,3,5],[4,5,7],[2,3,5],[7,8,10],[0,0,2],[0,0,2],[6,7,9],[32,33,35],[10,11,15],[0,0,4],[0,1,5],[3,4,8],[3,4,8],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[0,0,4],[23,24,28],[0,1,5],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[7,8,12],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[5,6,10],[4,5,9],[3,4,8],[3,4,8],[2,5,10],[10,13,18],[3,6,11],[0,0,5],[2,5,10],[2,5,10],[0,3,8],[7,10,15],[0,0,5],[3,6,11],[3,6,11],[5,8,13],[2,5,10],[0,1,6],[3,6,11],[2,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[4,4,2],[4,4,4],[2,1,6],[0,0,5],[4,3,9],[0,0,7],[0,0,7],[4,3,9],[2,1,7],[2,1,6],[0,0,2],[2,2,2],[6,6,6],[3,3,1],[0,0,0],[5,6,1],[0,1,0],[2,2,0],[8,8,6],[0,0,0],[0,0,2],[7,6,11],[0,0,2],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,1,1],[0,0,0],[0,1,0],[2,4,3],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,0,2],[1,0,0],[2,2,0],[4,6,1],[2,4,1],[0,1,0],[0,2,1],[0,3,4],[0,3,6],[1,5,8],[0,4,7],[0,5,8],[0,5,9],[0,6,9],[0,6,8],[0,8,10],[4,12,14],[7,17,18],[0,9,14],[1,10,15],[3,10,16],[2,9,15],[1,6,12],[1,4,9],[3,4,9],[5,6,10],[3,2,7],[2,1,6],[2,1,6],[5,5,7],[3,3,5],[0,0,2],[0,0,2],[2,6,7],[0,2,5],[4,9,13],[0,2,6],[0,1,5],[3,8,12],[3,8,12],[0,4,7],[3,7,10],[0,3,6],[4,8,11],[0,3,6],[9,13,16],[0,1,4],[0,1,4],[0,1,4],[7,11,14],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,3,6],[0,3,6],[0,2,5],[0,2,5],[0,3,6],[1,2,6],[2,3,7],[1,2,6],[1,2,6],[2,1,6],[3,2,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[13,14,16],[0,0,2],[8,9,11],[3,4,6],[2,3,5],[0,1,3],[0,0,2],[4,5,7],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[6,7,9],[0,0,2],[21,22,24],[5,6,8],[4,5,7],[0,0,2],[3,4,6],[1,2,4],[0,1,5],[0,0,4],[5,6,10],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[6,7,11],[0,0,4],[1,2,6],[126,127,131],[2,3,7],[4,5,9],[9,10,14],[0,1,5],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[6,7,11],[5,6,10],[4,5,9],[3,4,8],[4,7,12],[0,0,5],[0,1,6],[4,7,12],[6,9,14],[0,3,8],[0,0,5],[8,11,16],[6,9,14],[7,10,15],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[5,8,13],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,1,6],[0,0,5],[1,0,8],[0,0,9],[9,7,18],[0,0,7],[0,0,5],[2,3,7],[1,2,6],[4,5,7],[0,1,0],[1,3,0],[2,4,0],[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[4,4,6],[2,0,1],[3,0,0],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[10,12,11],[36,38,37],[2,4,3],[2,4,3],[2,2,2],[1,1,1],[1,0,2],[1,0,2],[3,0,2],[1,0,0],[4,4,2],[7,8,3],[4,4,2],[0,0,0],[1,1,1],[0,1,3],[0,1,5],[2,3,7],[3,4,9],[0,3,8],[0,3,6],[0,2,5],[0,2,5],[0,5,8],[5,11,11],[8,16,18],[0,8,11],[1,8,14],[3,8,14],[2,7,11],[0,3,8],[0,3,6],[2,3,7],[4,3,8],[2,1,6],[5,5,7],[1,1,3],[0,0,2],[6,7,9],[10,12,11],[5,7,6],[0,4,5],[0,1,4],[1,2,6],[2,3,7],[0,3,6],[0,3,6],[1,5,8],[0,3,6],[0,1,4],[0,1,4],[3,7,10],[0,1,4],[0,2,5],[5,9,12],[0,1,4],[14,18,21],[0,1,4],[1,2,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[1,2,4],[1,2,4],[0,1,3],[0,1,3],[1,2,4],[1,2,4],[2,3,5],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,5,9],[4,5,9],[0,0,4],[6,7,11],[4,5,9],[0,0,4],[7,8,12],[0,0,4],[4,8,11],[0,1,4],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[3,4,6],[0,0,2],[6,7,9],[1,2,4],[0,1,3],[12,13,15],[0,1,3],[5,6,8],[8,9,13],[4,5,9],[9,10,14],[5,6,10],[0,0,4],[0,0,4],[0,1,5],[8,9,13],[8,9,13],[1,2,6],[0,0,4],[10,11,15],[0,0,4],[5,6,10],[6,7,11],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[3,4,9],[4,7,12],[0,1,5],[12,17,21],[7,12,16],[0,1,5],[5,10,14],[7,12,16],[0,1,5],[0,1,5],[0,1,5],[1,6,10],[3,8,12],[3,8,12],[4,9,13],[3,8,12],[0,5,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[6,6,8],[0,0,4],[0,0,5],[0,0,7],[25,23,34],[251,249,255],[212,212,220],[7,7,15],[0,0,5],[2,3,7],[0,0,2],[2,4,1],[0,2,0],[1,3,0],[0,1,0],[4,6,1],[4,6,3],[0,1,0],[0,2,1],[0,0,2],[0,0,4],[1,1,3],[1,0,0],[3,0,0],[1,0,0],[5,4,2],[1,1,0],[0,0,0],[7,9,8],[33,35,34],[4,6,5],[4,6,5],[4,4,4],[3,3,3],[3,1,4],[2,0,3],[3,0,2],[3,0,0],[5,4,2],[6,6,4],[4,4,2],[1,1,1],[1,1,3],[1,1,3],[0,0,4],[1,2,6],[0,0,5],[0,1,6],[1,2,6],[0,4,7],[1,5,8],[2,6,9],[3,7,8],[4,10,10],[0,6,8],[0,7,10],[0,6,9],[0,4,7],[0,3,6],[0,3,6],[1,2,6],[3,2,7],[6,6,8],[0,0,2],[0,0,2],[1,2,4],[0,1,0],[0,3,2],[2,6,5],[0,1,0],[1,2,4],[0,0,4],[3,4,8],[3,4,8],[0,1,4],[0,1,4],[1,5,8],[0,1,4],[0,1,4],[37,41,44],[1,5,8],[0,1,4],[0,2,5],[0,4,7],[0,4,7],[0,1,5],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[2,3,7],[0,0,4],[8,9,13],[1,2,6],[5,6,10],[0,1,5],[1,2,6],[68,72,75],[7,11,14],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[0,0,2],[10,11,13],[1,2,4],[0,0,2],[5,6,8],[0,0,2],[0,0,2],[3,4,6],[0,0,4],[0,0,4],[0,1,5],[2,3,7],[5,6,10],[7,8,12],[0,1,5],[2,3,7],[0,1,5],[0,0,4],[7,8,12],[1,2,6],[0,1,5],[0,0,4],[4,5,9],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[1,4,9],[1,6,10],[3,8,12],[1,6,10],[0,1,5],[3,8,12],[4,9,13],[0,1,5],[2,7,11],[5,10,14],[0,1,5],[3,8,12],[5,10,14],[1,6,10],[1,6,10],[0,4,8],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[8,8,10],[0,0,4],[1,0,6],[1,0,8],[10,8,19],[255,253,255],[223,223,231],[0,0,7],[0,0,5],[0,1,5],[0,0,2],[5,7,6],[0,1,0],[0,1,0],[117,119,114],[9,11,6],[0,1,0],[39,41,40],[13,14,16],[0,0,2],[5,6,10],[0,0,2],[1,0,0],[3,0,0],[2,1,0],[5,4,2],[2,2,0],[0,0,0],[0,1,0],[4,6,3],[2,4,3],[1,3,2],[2,2,2],[2,2,2],[2,0,3],[2,0,3],[4,0,3],[4,0,3],[1,0,0],[4,2,3],[3,1,2],[1,0,2],[1,1,3],[1,0,5],[0,0,5],[1,0,6],[0,0,7],[0,0,7],[2,1,7],[3,4,9],[4,5,9],[4,5,9],[3,4,6],[0,4,5],[0,6,8],[0,5,7],[0,4,6],[0,3,3],[0,3,4],[0,3,4],[1,2,4],[1,2,4],[1,2,4],[0,0,2],[0,1,0],[9,11,10],[0,1,0],[0,1,0],[0,3,2],[5,9,8],[3,4,6],[0,1,3],[1,2,4],[2,3,5],[0,1,3],[0,1,3],[3,4,6],[2,3,5],[0,0,2],[199,200,202],[23,24,28],[3,4,8],[0,0,4],[2,3,7],[0,0,4],[8,9,13],[2,1,6],[3,1,6],[3,1,6],[3,1,6],[3,1,4],[2,2,4],[2,2,4],[2,2,4],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[1,3,2],[1,3,2],[2,4,3],[3,5,4],[3,4,6],[2,3,5],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[1,2,6],[1,2,6],[7,8,12],[0,0,4],[5,6,10],[8,9,13],[0,1,4],[1,5,8],[77,81,84],[14,18,21],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[2,3,5],[1,2,4],[0,0,2],[11,12,14],[0,1,3],[0,1,3],[9,10,12],[9,10,12],[9,10,14],[3,4,8],[3,4,8],[0,1,5],[3,4,8],[7,8,12],[1,2,6],[5,6,10],[7,8,12],[1,2,6],[3,4,8],[0,0,4],[8,9,13],[6,7,11],[7,8,12],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[3,8,12],[0,4,8],[0,5,9],[16,21,25],[0,1,5],[8,13,17],[123,128,132],[52,57,61],[14,19,23],[0,5,9],[0,2,6],[0,4,8],[6,11,15],[1,6,10],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[8,7,12],[0,0,5],[7,6,14],[0,0,9],[6,4,15],[1,1,9],[0,0,7],[7,8,13],[0,0,4],[10,11,13],[0,1,0],[6,8,3],[0,1,0],[4,6,1],[0,1,0],[6,8,5],[10,12,9],[0,2,1],[0,0,2],[2,3,7],[0,0,2],[1,0,0],[4,0,0],[1,0,0],[1,0,0],[0,0,0],[4,4,2],[1,3,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[3,0,2],[3,0,2],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,0,5],[1,0,6],[2,1,9],[1,0,8],[0,0,5],[2,1,7],[3,4,8],[4,5,9],[3,4,6],[0,3,4],[0,6,8],[0,5,6],[0,3,2],[0,3,2],[0,4,4],[0,4,5],[1,2,4],[0,1,3],[0,1,3],[6,7,9],[0,2,1],[0,1,0],[2,6,5],[3,7,6],[0,2,0],[0,2,0],[0,1,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,1,3],[5,6,8],[0,0,2],[3,4,8],[0,0,4],[5,6,10],[7,8,12],[1,2,6],[0,0,4],[1,0,5],[2,0,5],[2,0,5],[2,0,5],[2,0,3],[2,0,3],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[0,2,1],[1,3,2],[3,5,4],[4,6,5],[4,5,7],[3,4,6],[1,2,4],[0,1,3],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[3,2,7],[2,3,7],[2,3,7],[2,3,7],[0,0,4],[10,11,15],[0,0,4],[8,12,15],[0,1,4],[1,5,8],[0,1,4],[0,1,3],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[0,1,3],[24,25,27],[166,167,169],[0,0,2],[2,3,5],[1,2,4],[4,5,7],[0,1,3],[0,0,2],[2,3,7],[2,3,7],[7,8,12],[3,4,8],[2,3,7],[3,4,8],[0,0,4],[6,7,11],[3,4,8],[0,0,4],[10,11,15],[0,0,4],[2,3,7],[7,8,12],[0,0,4],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[0,5,9],[0,4,8],[8,13,17],[0,1,5],[0,3,7],[3,8,12],[0,1,5],[12,17,21],[11,16,20],[0,1,5],[0,5,9],[7,12,16],[4,9,13],[3,8,12],[0,3,7],[8,13,17]]],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"image"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"scene":{"zaxis":{"title":[]}},"xaxis":{"domain":[0,1],"automargin":true},"yaxis":{"domain":[0,1],"automargin":true},"hovermode":"closest","showlegend":false},"source":"A","config":{"showSendToCloud":false},"data":[{"z":[[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[5,1,2],[10,6,7],[41,37,38],[15,11,12],[3,0,0],[12,8,9],[3,0,0],[11,7,8],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[10,6,5],[3,0,0],[4,0,1],[3,0,0],[7,2,6],[5,0,4],[15,10,14],[79,74,78],[8,3,7],[3,0,2],[9,5,6],[3,0,0],[4,0,0],[96,92,89],[14,11,6],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[7,3,4],[117,113,114],[116,112,113],[3,0,0],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,2,0],[1,2,0],[1,2,0],[1,1,0],[1,1,0],[2,0,1],[4,0,1],[5,0,1],[7,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[11,0,0],[9,0,0],[12,3,6],[4,0,2],[5,1,2],[6,2,3],[1,0,0],[3,1,2],[7,6,4],[1,0,0],[5,4,2],[4,3,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[6,0,4],[5,0,3],[5,0,3],[7,1,5],[6,0,2],[4,0,0],[7,0,0],[7,0,0],[8,0,0],[11,3,0],[6,0,0],[15,7,4],[6,0,0],[11,3,0],[13,5,2],[16,8,5],[16,11,7],[24,21,14],[20,20,8],[3,3,0],[18,15,6],[4,0,0],[16,8,5],[15,3,5],[12,0,2],[16,1,8],[21,5,15],[10,0,4],[15,2,11],[14,4,12],[4,0,2],[12,7,11],[1,0,0],[3,1,2],[4,4,2],[1,1,0],[1,0,0],[3,2,0],[4,2,3],[4,2,3],[4,2,5],[4,2,5],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[1,0,0],[12,10,11],[1,0,0],[2,2,2],[5,5,5],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[5,5,5],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[4,2,3]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[7,3,4],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[18,14,15],[3,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[14,9,13],[3,0,2],[57,52,56],[249,244,248],[4,0,3],[3,0,2],[8,4,5],[6,2,1],[3,0,0],[53,49,46],[6,3,0],[4,0,0],[8,4,3],[3,0,0],[8,4,5],[3,0,0],[14,10,11],[15,11,12],[3,0,0],[5,1,2],[3,0,0],[5,1,2],[4,0,1],[3,0,0],[6,2,3],[10,6,7],[10,6,7],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[4,0,1],[4,0,1],[5,0,1],[7,0,0],[7,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[7,1,5],[13,9,10],[3,0,0],[8,6,7],[1,0,0],[1,0,0],[14,13,11],[5,4,2],[4,3,1],[3,1,2],[4,0,1],[5,1,2],[6,2,3],[6,0,2],[6,0,4],[4,0,2],[8,2,6],[8,2,4],[4,0,0],[6,0,0],[12,4,2],[16,8,5],[12,4,1],[17,9,6],[9,1,0],[8,0,0],[7,0,0],[6,0,0],[17,9,6],[13,8,4],[6,3,0],[14,14,2],[28,29,15],[38,36,24],[22,18,9],[23,16,10],[40,30,28],[22,10,10],[14,0,2],[10,0,0],[22,7,12],[8,0,0],[9,0,2],[10,4,6],[3,0,0],[6,2,1],[1,0,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[2,0,1],[44,42,43],[5,3,4],[1,0,0],[1,0,0],[1,1,1],[0,0,0],[4,4,4],[2,2,2],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[3,0,0],[11,7,8],[6,2,3],[3,0,2],[5,0,4],[3,0,2],[4,0,3],[3,0,2],[6,1,5],[4,0,1],[8,4,5],[3,0,0],[11,7,4],[3,0,0],[5,1,0],[5,1,0],[5,1,2],[5,1,2],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[11,7,8],[11,7,8],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,0,0],[7,0,0],[10,4,6],[4,0,0],[12,6,8],[4,0,0],[13,9,10],[7,3,4],[7,3,2],[3,0,0],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[7,1,1],[7,1,1],[9,0,1],[8,0,2],[6,0,2],[4,0,0],[8,2,4],[9,3,5],[6,0,0],[10,5,2],[13,8,4],[7,2,0],[13,6,0],[6,0,0],[13,8,2],[13,8,2],[10,5,0],[14,9,3],[16,11,5],[29,26,17],[36,37,23],[21,22,6],[33,31,16],[58,55,40],[33,27,15],[42,32,23],[32,19,13],[27,14,8],[44,30,27],[10,0,0],[13,2,0],[13,3,1],[7,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[6,2,3],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,0,1],[8,6,7],[23,21,22],[1,0,0],[1,0,0],[9,7,8],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[44,44,44],[141,141,141],[6,6,6],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[4,2,3],[7,5,6],[3,1,2],[2,0,1],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[7,3,4],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[12,8,7],[4,0,0],[7,3,4],[3,0,0],[4,0,3],[9,4,8],[3,0,2],[3,0,2],[6,1,5],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[4,1,0],[4,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[16,12,13],[3,0,0],[5,1,2],[10,6,7],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[10,4,6],[61,55,57],[42,36,38],[7,3,4],[4,0,1],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,3,3],[4,0,0],[7,1,3],[17,11,11],[11,6,3],[5,0,0],[5,0,0],[4,0,0],[12,7,1],[21,16,10],[13,8,2],[7,2,0],[30,25,19],[20,16,7],[10,6,0],[18,16,4],[42,43,27],[46,48,27],[25,24,4],[17,14,0],[11,6,0],[15,8,0],[15,6,0],[35,23,9],[37,25,13],[17,4,0],[8,0,0],[19,9,0],[17,8,1],[10,3,0],[38,31,25],[5,0,0],[6,1,0],[5,2,0],[4,1,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[8,6,7],[1,0,0],[0,0,0],[0,0,0],[7,7,7],[3,3,3],[66,66,66],[191,191,191],[2,2,2],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[18,16,17],[5,3,4],[1,0,0],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[3,0,0],[6,2,3],[3,0,0],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,5],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,2],[11,6,10],[7,3,4],[3,0,0],[6,2,3],[3,0,0],[8,4,1],[4,0,0],[5,1,0],[4,0,0],[10,6,5],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,2],[6,0,2],[6,0,4],[6,0,4],[5,0,4],[5,0,4],[3,1,2],[3,1,2],[3,2,0],[2,2,0],[2,2,0],[3,2,0],[10,6,7],[4,0,0],[26,22,23],[19,15,16],[3,0,0],[4,0,1],[3,0,0],[9,5,6],[4,0,0],[5,1,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[8,2,2],[4,0,0],[7,1,1],[12,7,4],[6,1,0],[4,0,0],[6,1,0],[4,0,0],[9,4,0],[45,42,35],[30,27,18],[5,2,0],[33,30,21],[24,22,10],[22,18,7],[11,7,0],[58,57,39],[43,45,23],[31,31,7],[24,22,0],[33,29,4],[41,33,10],[61,51,26],[36,25,3],[20,8,0],[32,19,0],[19,8,0],[34,22,8],[38,28,16],[10,0,0],[12,2,0],[7,0,0],[8,1,0],[10,3,0],[9,2,0],[7,0,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[9,7,8],[7,5,6],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[4,2,3],[0,0,0],[6,6,6],[0,0,0],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[17,15,16],[4,2,3],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[4,0,1],[4,0,1],[3,0,0],[5,1,2],[7,3,4],[4,0,1],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[13,9,8],[3,0,0],[6,2,3],[11,7,8],[3,0,0],[5,1,2],[10,5,9],[3,0,2],[4,0,1],[3,0,0],[12,8,7],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,2],[8,0,2],[6,0,4],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,2,0],[3,2,0],[2,2,0],[2,2,0],[2,2,0],[3,0,0],[8,2,4],[3,0,0],[8,4,5],[13,9,10],[3,0,0],[10,6,7],[4,0,1],[4,0,0],[5,1,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[6,0,0],[9,4,1],[8,3,0],[4,0,0],[4,0,0],[9,4,1],[16,11,7],[16,11,7],[32,29,22],[19,16,9],[12,9,0],[25,23,11],[65,63,51],[32,30,17],[20,16,4],[11,9,0],[109,108,88],[96,95,74],[48,48,22],[21,20,0],[49,45,16],[45,40,10],[66,60,28],[53,44,13],[35,26,0],[59,48,20],[80,70,45],[63,52,32],[26,14,0],[35,23,9],[17,5,0],[8,0,0],[7,0,0],[6,0,0],[7,0,0],[7,0,0],[9,2,0],[12,4,1],[9,4,1],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[8,6,7],[2,0,1],[5,3,4],[5,5,5],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[6,2,3],[9,5,6],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[7,3,4],[3,0,0],[6,2,3],[7,3,2],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[4,0,1],[4,0,1],[8,4,5],[8,4,5],[36,32,33],[26,22,23],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,4,5],[14,10,11],[3,0,2],[3,0,2],[6,4,7],[1,0,2],[97,95,98],[15,13,16],[4,0,1],[5,1,2],[8,2,4],[8,2,4],[9,0,1],[9,0,1],[10,0,0],[11,1,0],[8,0,0],[11,3,0],[6,1,0],[6,1,0],[10,7,2],[10,7,2],[17,14,9],[34,31,26],[54,51,44],[45,42,35],[50,47,38],[17,15,3],[55,53,40],[55,53,38],[47,45,30],[59,58,40],[44,43,23],[88,87,66],[111,111,85],[103,102,72],[63,60,27],[62,58,21],[108,104,66],[82,77,39],[68,60,23],[66,58,22],[84,73,43],[125,113,89],[43,30,11],[35,22,6],[55,41,30],[50,37,28],[26,16,6],[23,13,4],[16,6,0],[8,0,0],[7,0,0],[10,0,0],[9,1,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[1,0,0],[3,1,2],[0,0,0],[11,11,11],[8,8,8],[0,0,0],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,1],[4,0,1],[10,6,7],[3,0,0],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[6,2,3],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[9,5,6],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[7,3,0],[5,1,0],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[13,9,10],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[6,1,0],[5,0,0],[3,0,0],[6,2,3],[18,13,17],[16,14,17],[43,41,44],[252,250,253],[76,74,77],[5,1,2],[6,2,3],[9,3,5],[9,3,3],[10,1,2],[10,2,0],[10,2,0],[12,2,0],[14,7,1],[6,0,0],[4,0,0],[20,15,9],[27,24,17],[7,4,0],[10,7,2],[48,45,40],[19,16,9],[3,0,0],[37,34,25],[27,25,13],[82,80,67],[56,54,39],[21,20,2],[85,84,66],[93,92,74],[69,68,48],[50,50,26],[101,102,71],[91,91,57],[95,93,54],[102,100,59],[56,53,10],[69,64,24],[42,34,0],[76,67,34],[129,118,90],[44,32,10],[37,24,8],[20,6,0],[57,43,34],[84,71,62],[70,60,50],[48,38,29],[27,17,8],[15,6,0],[14,5,0],[11,3,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[3,1,2],[6,4,5],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[20,18,19],[131,129,130],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[7,5,6]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[8,4,5],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[1,0,0],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[6,2,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,4,5],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[1,0,0],[3,1,2],[10,8,9],[1,0,0],[8,4,5],[8,4,5],[4,0,1],[3,0,0],[4,0,0],[8,2,2],[6,0,0],[5,0,0],[8,3,0],[4,0,0],[4,0,0],[3,0,0],[2,2,2],[0,0,0],[1,1,0],[6,5,3],[3,0,0],[7,2,0],[11,3,1],[7,0,0],[8,0,0],[17,3,2],[10,0,0],[18,3,0],[11,0,0],[23,10,4],[14,1,0],[15,4,0],[9,1,0],[11,5,5],[4,0,0],[32,26,28],[46,42,43],[7,3,4],[30,26,27],[4,0,1],[6,2,3],[3,0,0],[11,5,5],[7,1,1],[14,8,8],[6,0,0],[6,0,0],[18,11,5],[49,40,31],[11,3,0],[7,0,0],[60,53,45],[71,66,60],[40,35,29],[76,73,68],[36,33,28],[37,36,31],[1,1,0],[10,7,0],[18,16,4],[52,50,37],[30,28,13],[4,1,0],[13,10,0],[84,82,67],[24,23,5],[7,6,0],[82,82,54],[47,48,14],[142,142,104],[88,89,47],[37,36,0],[35,34,0],[42,39,0],[88,82,46],[80,71,42],[30,18,0],[51,38,22],[29,15,6],[28,13,6],[59,46,37],[74,61,52],[58,48,39],[18,8,0],[14,3,0],[30,19,15],[21,11,9],[12,2,0],[7,0,0],[8,0,0],[5,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[1,0,0],[15,13,14],[1,0,0],[6,4,5],[1,0,0],[4,2,3],[9,7,8],[90,88,89],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[11,7,8],[4,0,1],[87,83,84],[99,95,96],[3,0,0],[13,9,10],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[11,7,6],[3,0,0],[3,0,0],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[7,3,4],[6,2,3],[5,1,2],[8,4,5],[10,6,7],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,1],[1,0,0],[104,102,103],[109,107,108],[9,7,8],[3,0,0],[6,2,3],[3,0,0],[10,6,5],[9,3,3],[6,0,0],[4,0,0],[4,0,0],[5,0,0],[9,4,1],[11,6,3],[9,5,2],[2,4,1],[9,11,8],[5,5,3],[1,0,0],[6,2,0],[6,0,0],[7,0,0],[14,3,0],[18,3,0],[19,2,0],[18,0,0],[32,13,6],[39,20,13],[42,24,14],[30,12,2],[28,11,3],[9,0,0],[12,3,0],[8,0,0],[9,1,0],[4,0,0],[5,0,0],[9,3,3],[4,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[8,0,0],[6,0,0],[30,23,17],[33,24,17],[49,41,28],[31,23,10],[33,25,14],[21,14,4],[24,17,9],[31,26,20],[29,26,21],[15,12,7],[4,3,0],[39,38,33],[59,56,49],[33,30,21],[29,27,14],[16,14,0],[11,8,0],[27,24,9],[50,48,35],[35,33,18],[18,17,0],[58,58,32],[102,103,71],[123,125,86],[133,136,93],[70,73,28],[62,63,19],[81,79,38],[86,82,45],[26,19,0],[17,6,0],[71,59,43],[32,18,9],[43,30,22],[42,29,20],[77,67,57],[56,46,37],[38,28,19],[28,17,11],[7,0,0],[9,0,0],[20,10,8],[7,0,0],[8,0,0],[6,0,0],[5,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[11,9,10],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[33,33,33],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[17,13,14],[3,0,0],[14,10,11],[249,245,246],[255,254,255],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[1,0,0],[13,11,12],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[5,1,0],[11,7,4],[10,6,5],[5,1,0],[4,0,0],[6,2,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,2],[8,4,3],[6,2,1],[4,0,0],[6,2,1],[5,1,0],[5,1,0],[7,3,2],[8,4,5],[4,0,1],[21,17,18],[8,4,5],[4,0,0],[6,0,0],[12,6,6],[4,0,0],[11,2,3],[7,0,0],[9,1,0],[10,2,0],[6,0,0],[7,0,0],[9,0,0],[4,0,0],[0,0,0],[3,5,2],[0,0,0],[3,0,0],[6,1,0],[7,0,0],[8,0,0],[17,2,0],[25,6,0],[34,14,5],[39,17,6],[33,11,0],[51,27,15],[57,33,21],[51,27,15],[35,13,0],[26,10,0],[25,11,0],[20,7,0],[30,17,9],[13,2,0],[19,8,4],[7,0,0],[15,6,1],[7,0,0],[9,1,0],[13,6,0],[10,1,0],[10,1,0],[9,0,0],[33,24,15],[27,17,7],[44,35,20],[45,36,19],[37,28,13],[7,0,0],[6,0,0],[23,18,12],[3,0,0],[13,9,6],[9,8,4],[20,19,14],[32,29,22],[39,36,27],[22,18,7],[14,10,0],[34,28,14],[77,74,59],[44,42,30],[12,10,0],[27,28,10],[73,75,51],[79,82,51],[92,96,61],[99,104,64],[41,46,5],[48,50,10],[109,111,72],[93,93,59],[56,52,23],[36,30,8],[45,36,19],[42,29,20],[30,17,9],[59,49,40],[51,42,33],[14,5,0],[25,16,9],[39,30,25],[16,7,2],[11,1,0],[7,0,0],[7,0,0],[9,0,1],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[11,11,11],[2,2,2],[10,10,10],[0,0,0],[5,5,5],[0,0,0],[7,7,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[81,77,78],[101,97,98],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[65,63,64],[53,51,52],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[6,2,3],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[11,7,6],[11,7,6],[7,3,2],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[10,6,7],[3,0,0],[4,0,1],[3,0,0],[9,3,3],[8,2,2],[6,0,0],[4,0,0],[6,0,0],[6,0,0],[9,1,0],[11,1,0],[7,0,0],[7,0,0],[8,0,0],[9,1,0],[5,4,0],[0,1,0],[1,0,0],[9,4,0],[9,2,0],[17,7,0],[25,11,2],[22,4,0],[38,16,3],[45,22,8],[51,28,12],[38,12,0],[57,31,14],[53,28,8],[65,40,20],[63,40,22],[59,38,19],[75,56,39],[41,24,8],[32,14,0],[30,14,1],[31,14,4],[22,8,0],[18,5,0],[22,9,1],[11,0,0],[14,1,0],[14,1,0],[33,20,11],[32,20,8],[26,14,2],[13,1,0],[49,38,20],[77,66,48],[50,38,22],[27,17,5],[12,3,0],[34,27,21],[23,18,14],[7,3,0],[10,9,5],[11,10,6],[32,29,24],[31,28,21],[4,0,0],[23,19,8],[36,30,18],[43,37,25],[34,30,19],[15,13,1],[34,35,17],[16,20,0],[43,48,18],[59,67,30],[57,65,24],[21,30,0],[25,32,0],[123,128,88],[121,122,88],[49,48,18],[39,34,12],[37,30,12],[9,0,0],[25,15,6],[52,43,34],[15,6,0],[7,0,0],[16,7,0],[21,12,7],[22,14,11],[14,6,4],[8,0,0],[8,0,0],[10,1,2],[8,2,2],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[8,6,7],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[7,5,6],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[0,0,0],[1,1,1],[6,6,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,4],[4,0,1],[11,7,8],[6,2,3],[3,0,0],[4,0,1],[7,3,4],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[67,65,66],[55,53,54],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[9,5,2],[36,32,29],[41,37,34],[14,10,7],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[9,5,6],[37,33,34],[47,43,44],[15,11,12],[3,0,0],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[9,5,4],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[6,2,1],[4,0,0],[8,2,2],[9,3,3],[4,0,0],[18,9,10],[6,0,0],[6,0,0],[15,7,5],[11,1,0],[14,4,2],[10,0,0],[9,0,0],[12,1,0],[13,0,0],[12,0,0],[14,5,0],[13,8,5],[4,0,0],[6,0,0],[9,0,0],[10,0,0],[23,6,0],[39,21,9],[43,21,7],[61,38,22],[49,23,6],[52,27,5],[54,28,5],[70,44,21],[48,22,0],[65,41,17],[93,69,43],[57,31,6],[79,51,27],[55,29,6],[42,17,0],[64,42,21],[40,17,0],[31,10,0],[32,13,0],[33,14,0],[39,21,9],[26,8,0],[30,12,0],[50,32,18],[27,10,0],[30,13,0],[31,16,0],[51,36,15],[51,39,17],[32,21,3],[55,46,31],[29,21,10],[18,11,3],[22,17,13],[19,14,11],[22,18,17],[15,11,10],[34,29,26],[24,19,15],[9,2,0],[64,57,49],[50,42,31],[29,23,11],[13,9,0],[24,22,9],[38,39,23],[31,35,12],[83,89,61],[69,79,45],[69,79,42],[62,73,33],[142,150,111],[109,117,78],[60,66,32],[32,35,6],[46,46,22],[23,20,1],[6,0,0],[51,43,32],[19,12,4],[9,2,0],[19,12,6],[17,10,4],[6,0,0],[11,6,2],[12,7,4],[6,1,0],[7,1,1],[9,3,3],[9,3,3],[6,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[6,4,5],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[71,69,70],[63,61,62],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[8,4,5],[9,5,6],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[10,6,7],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[5,3,4],[1,0,0],[14,12,13],[1,0,0],[4,2,3],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[10,6,3],[8,4,1],[3,0,0],[4,0,0],[8,4,3],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[8,4,3],[4,0,0],[4,0,0],[16,10,10],[4,0,0],[6,0,0],[7,0,0],[16,8,6],[9,1,0],[9,0,0],[8,0,0],[9,0,0],[15,4,0],[26,12,9],[26,12,9],[17,4,0],[10,0,0],[9,0,0],[14,4,2],[11,0,0],[11,0,0],[21,4,0],[37,17,6],[56,34,20],[80,57,39],[73,46,27],[68,42,19],[62,36,11],[58,32,5],[69,44,14],[57,34,3],[60,37,6],[77,52,21],[65,34,3],[104,71,38],[107,74,43],[60,29,1],[82,52,26],[77,49,25],[57,30,9],[43,18,0],[52,26,9],[74,51,33],[39,18,0],[52,31,12],[71,50,31],[25,4,0],[37,16,0],[30,12,0],[36,20,0],[33,18,0],[40,27,8],[42,30,14],[19,9,0],[19,12,4],[17,12,8],[19,13,13],[46,42,43],[16,12,13],[11,5,5],[15,10,7],[27,19,16],[34,27,21],[7,0,0],[15,9,0],[16,12,0],[57,58,44],[83,86,67],[38,43,21],[80,89,60],[90,101,67],[68,80,42],[81,93,53],[161,173,133],[169,179,142],[89,99,64],[5,12,0],[27,29,5],[21,20,0],[6,3,0],[34,31,16],[8,4,0],[29,24,18],[8,3,0],[4,0,0],[8,3,0],[5,0,0],[13,8,5],[4,0,0],[7,1,1],[9,3,3],[10,4,4],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[3,1,2],[1,0,0],[1,0,0],[12,10,11],[137,135,136],[121,119,120],[6,4,5],[7,7,7],[1,1,1],[54,54,54],[250,250,250],[95,95,95],[6,6,6],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[7,3,4],[8,4,5],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[10,6,7],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[4,0,5],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[3,0,0],[8,4,3],[8,4,5],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[9,5,6],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[9,3,3],[6,0,0],[8,0,0],[6,0,0],[15,5,4],[13,3,2],[10,0,0],[14,4,2],[14,3,1],[8,0,0],[18,4,1],[30,17,11],[29,14,9],[33,18,13],[34,19,14],[18,3,0],[13,0,0],[22,6,6],[25,7,5],[31,12,6],[48,28,19],[61,37,25],[71,45,30],[86,59,40],[65,39,16],[73,46,19],[61,36,6],[64,39,8],[69,46,12],[69,49,14],[60,40,5],[72,48,12],[88,53,15],[114,74,38],[123,83,48],[125,86,53],[126,91,59],[109,75,47],[90,58,33],[73,43,19],[79,51,29],[80,52,31],[55,28,7],[66,40,17],[100,76,52],[74,50,24],[56,32,6],[33,12,0],[64,47,21],[57,43,17],[64,52,30],[38,26,10],[36,26,16],[29,20,13],[9,1,0],[20,14,14],[9,5,6],[26,22,23],[22,16,18],[16,10,10],[33,25,22],[22,13,8],[23,12,6],[32,23,14],[3,1,0],[79,80,64],[124,127,108],[50,55,32],[96,105,76],[61,72,38],[3,17,0],[51,66,27],[113,128,89],[94,109,70],[117,129,93],[13,23,0],[14,18,0],[76,78,54],[32,31,10],[4,1,0],[6,2,0],[30,25,21],[9,4,0],[3,0,0],[5,1,0],[3,0,0],[10,4,4],[8,2,2],[8,2,2],[10,4,4],[11,5,5],[8,2,2],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[6,2,1],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[2,2,2],[2,2,2],[13,13,13],[207,207,207],[43,43,43],[0,0,0],[7,7,7],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[3,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,1,3],[8,2,4],[7,1,3],[4,0,1],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[9,1,0],[8,0,0],[16,2,1],[14,0,0],[27,11,11],[11,0,0],[13,2,0],[40,29,25],[63,50,44],[40,25,18],[50,33,26],[48,29,23],[17,0,0],[20,3,0],[34,19,12],[17,2,0],[15,0,0],[13,0,0],[28,9,5],[48,27,22],[56,33,25],[60,37,23],[55,29,12],[38,12,0],[59,33,6],[48,23,0],[42,18,0],[85,63,24],[89,70,28],[73,56,12],[64,47,3],[111,90,47],[117,88,44],[126,93,50],[99,65,27],[141,107,72],[124,91,56],[102,72,38],[111,82,50],[83,56,26],[72,46,19],[66,42,14],[96,73,42],[79,56,22],[99,77,38],[108,85,44],[79,55,17],[91,67,33],[66,47,17],[87,71,45],[76,62,36],[21,8,0],[48,38,26],[48,39,32],[22,14,12],[13,7,7],[33,29,28],[56,52,53],[25,20,24],[4,0,0],[20,15,9],[17,10,0],[49,42,32],[24,18,6],[41,40,20],[128,132,109],[104,108,85],[68,73,50],[15,25,0],[37,50,20],[41,57,21],[86,102,65],[137,153,116],[25,40,1],[64,76,38],[65,75,40],[72,77,47],[81,83,59],[37,36,16],[6,3,0],[7,2,0],[4,0,0],[11,5,5],[12,6,6],[10,4,4],[10,4,6],[4,0,0],[6,0,2],[8,2,2],[11,5,5],[11,6,3],[8,3,0],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[7,3,2],[1,0,0],[3,1,2],[1,0,0],[4,2,3],[6,4,5],[2,0,1],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[5,5,5],[2,2,2],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[4,2,3],[1,0,0],[1,0,2],[1,0,2],[3,1,4],[6,4,7],[2,0,3],[1,0,2],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[6,5,3],[6,5,3],[1,0,0],[6,5,3],[5,4,2],[3,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[40,36,37],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[11,10,8],[1,0,0],[13,12,10],[1,0,0],[8,7,5],[28,27,25],[21,20,18],[11,10,8],[4,0,0],[3,0,0],[6,2,1],[8,4,3],[6,2,1],[1,0,0],[0,1,0],[4,6,1],[2,1,0],[3,0,0],[7,0,0],[10,0,0],[14,2,4],[8,0,0],[8,0,2],[12,1,9],[10,0,8],[4,0,2],[9,5,6],[3,0,0],[48,44,41],[139,134,130],[14,3,0],[13,0,0],[30,6,4],[45,19,18],[43,17,18],[34,10,8],[34,17,10],[58,44,35],[68,51,41],[30,10,0],[80,53,44],[84,54,46],[34,5,0],[19,0,0],[13,0,0],[44,31,22],[21,6,0],[13,0,0],[40,21,15],[59,39,32],[68,46,35],[60,37,23],[58,33,13],[68,42,17],[51,27,0],[70,47,6],[65,44,0],[118,100,50],[96,80,28],[92,79,26],[126,113,60],[123,110,57],[95,82,30],[69,55,10],[87,69,33],[57,36,5],[55,35,0],[72,53,13],[100,83,40],[117,102,61],[71,58,23],[95,85,49],[99,91,45],[93,81,29],[110,96,35],[130,112,50],[137,115,58],[131,107,59],[82,59,25],[54,35,5],[58,41,13],[61,46,23],[35,23,9],[17,6,0],[24,16,14],[8,2,2],[46,43,36],[26,25,21],[8,5,12],[1,0,2],[53,54,38],[36,38,16],[16,17,0],[72,74,53],[140,144,111],[118,124,88],[95,102,71],[66,75,48],[5,17,0],[58,72,47],[68,82,56],[60,77,45],[92,108,72],[44,59,20],[82,94,56],[85,92,58],[80,83,54],[18,17,0],[22,16,2],[8,1,0],[11,1,0],[9,0,2],[9,0,5],[10,1,6],[14,4,12],[5,0,5],[7,0,7],[6,0,4],[6,0,2],[14,9,6],[4,0,0],[19,14,10],[33,25,22],[16,8,5],[9,1,0],[5,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[4,2,5],[1,0,2],[6,4,7],[1,0,2],[1,0,2],[7,5,8],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[19,18,16],[1,0,0],[1,0,0],[7,6,4],[1,0,0],[1,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[7,3,4],[14,10,11],[54,50,51],[29,25,26],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[3,3,1],[11,10,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[8,7,5],[4,3,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[2,1,0],[2,3,0],[1,2,0],[1,0,0],[9,4,0],[12,2,1],[8,0,0],[10,0,0],[11,0,4],[9,0,6],[13,3,11],[6,0,4],[10,1,6],[11,2,5],[6,0,0],[58,48,46],[172,161,155],[11,0,0],[15,0,0],[36,7,1],[76,45,42],[43,12,9],[20,0,0],[50,32,22],[29,13,0],[14,0,0],[23,0,0],[53,21,10],[102,65,56],[58,24,14],[20,0,0],[27,14,0],[23,11,0],[16,0,0],[26,6,0],[41,19,8],[75,51,39],[80,54,41],[77,51,34],[70,44,21],[67,42,11],[57,33,0],[89,68,21],[98,81,29],[128,113,56],[132,120,62],[136,126,67],[183,174,115],[126,120,62],[113,111,54],[92,89,38],[65,57,18],[58,45,10],[59,45,6],[63,50,6],[132,122,73],[143,137,89],[100,97,54],[118,115,70],[122,121,67],[76,72,9],[129,121,49],[138,124,51],[169,148,81],[152,130,73],[90,67,23],[84,65,25],[93,75,35],[114,100,65],[62,47,24],[48,36,22],[24,15,6],[11,4,0],[27,26,6],[18,19,3],[24,23,21],[21,22,16],[71,78,47],[91,99,62],[31,37,9],[108,113,83],[91,98,57],[130,138,97],[103,113,78],[56,66,39],[19,31,9],[38,51,31],[44,59,36],[0,8,0],[66,81,48],[63,77,41],[80,92,54],[62,69,35],[49,52,23],[59,57,36],[17,11,0],[7,0,0],[17,6,4],[8,0,0],[18,8,9],[7,0,2],[15,5,13],[25,15,23],[4,0,2],[11,5,7],[8,2,2],[13,8,5],[4,0,0],[14,9,3],[23,15,12],[6,0,0],[6,0,0],[6,0,0],[7,1,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,2],[11,9,12],[1,0,2],[16,14,17],[21,19,22],[1,0,2],[7,5,6],[3,1,2],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[8,7,5],[3,2,0],[1,0,0],[10,9,7],[6,2,3],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[1,0,0],[6,5,3],[7,6,4],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[7,1,1],[11,3,1],[6,0,0],[13,5,3],[47,39,37],[45,40,37],[12,7,4],[3,0,0],[7,5,6],[8,6,9],[1,0,2],[7,2,6],[6,0,0],[15,3,5],[26,10,10],[27,6,5],[29,8,3],[27,7,0],[54,32,21],[36,7,0],[58,25,16],[74,44,34],[52,25,14],[42,23,8],[18,1,0],[23,4,0],[55,29,14],[47,13,1],[96,60,48],[71,37,25],[27,1,0],[35,20,1],[13,0,0],[26,3,0],[37,10,0],[32,3,0],[64,35,17],[73,42,22],[73,43,19],[57,30,0],[76,50,13],[74,51,7],[80,60,10],[75,58,4],[120,107,52],[131,120,64],[131,124,69],[144,139,84],[158,155,100],[147,147,87],[167,167,107],[127,124,73],[64,58,10],[62,54,5],[116,109,57],[159,154,99],[94,91,38],[110,110,60],[51,51,0],[91,92,34],[117,116,52],[136,132,59],[127,117,45],[170,153,84],[157,137,74],[132,113,57],[107,90,38],[59,43,0],[98,84,35],[112,98,59],[107,94,62],[60,50,25],[36,29,3],[75,72,37],[58,57,26],[52,53,35],[36,40,17],[58,67,22],[176,186,134],[102,110,69],[94,102,63],[101,108,67],[74,80,42],[34,41,8],[27,37,10],[0,11,0],[0,6,0],[16,30,7],[122,136,110],[144,158,125],[33,45,9],[54,64,27],[21,27,0],[58,58,30],[64,62,41],[32,26,12],[14,6,0],[21,11,1],[19,9,0],[7,0,0],[7,0,0],[10,2,0],[159,150,151],[69,64,61],[4,0,0],[12,7,3],[13,8,4],[6,0,0],[17,10,4],[24,16,13],[9,1,0],[12,2,3],[11,2,3],[7,1,1],[3,0,0],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[31,29,30],[35,33,34],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[195,193,196],[205,203,206],[3,1,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[9,8,6],[2,1,0],[7,6,4],[1,0,0],[10,9,7],[1,0,0],[4,0,1],[3,0,0],[11,7,8],[5,1,2],[11,7,8],[7,3,4],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[5,4,2],[4,3,1],[2,1,0],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[8,0,0],[8,0,0],[14,0,0],[8,0,0],[7,0,0],[4,0,0],[1,0,0],[3,5,2],[0,2,0],[0,1,0],[1,3,2],[4,0,0],[11,1,0],[44,26,24],[24,0,0],[52,23,19],[79,50,44],[49,25,15],[49,25,13],[62,33,19],[52,20,5],[54,25,7],[79,52,33],[70,49,28],[50,32,12],[23,2,0],[53,25,11],[59,25,13],[84,48,34],[85,52,35],[34,7,0],[38,22,0],[53,37,11],[74,46,22],[98,64,39],[83,49,24],[67,33,6],[87,53,25],[90,57,26],[68,38,0],[94,67,24],[62,40,0],[80,60,7],[100,85,28],[127,116,60],[139,132,77],[136,133,80],[84,82,33],[155,155,103],[186,190,131],[128,132,71],[146,147,90],[150,148,97],[143,140,89],[184,181,130],[191,189,138],[141,141,89],[106,108,58],[85,90,36],[77,80,23],[112,113,53],[194,190,127],[157,149,84],[165,154,90],[192,176,114],[125,109,50],[89,73,14],[116,101,42],[96,81,26],[102,88,41],[143,130,88],[128,115,81],[116,108,72],[137,132,90],[148,146,107],[36,36,10],[1,4,0],[61,69,20],[180,190,137],[63,75,29],[82,93,53],[92,100,61],[5,13,0],[7,16,0],[0,5,0],[117,126,105],[170,182,162],[106,119,99],[151,165,140],[79,92,62],[30,41,7],[1,11,0],[15,21,0],[90,90,62],[112,110,87],[53,47,31],[26,19,3],[65,56,39],[34,25,8],[26,19,3],[29,21,10],[8,1,0],[87,80,72],[41,36,30],[7,2,0],[9,5,0],[13,9,0],[9,2,0],[24,17,11],[31,23,20],[18,9,10],[15,4,8],[6,0,0],[5,0,0],[3,0,0],[8,4,3],[15,11,10],[12,8,7],[5,1,0],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[13,11,12],[66,64,65],[66,64,65],[2,0,1],[3,1,4],[10,8,11],[1,0,2],[17,15,18],[27,25,26],[7,5,6],[3,1,2],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[9,8,6],[1,0,0],[1,0,0],[1,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,0,0],[8,7,5],[1,0,0],[16,12,11],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[12,0,0],[13,0,0],[8,0,0],[14,6,4],[11,7,6],[0,0,0],[0,3,0],[0,4,0],[0,2,0],[2,3,0],[4,0,0],[20,7,1],[52,32,25],[55,26,20],[38,3,0],[86,52,43],[75,47,36],[56,28,16],[92,60,45],[77,45,24],[53,23,0],[66,39,12],[47,26,0],[36,14,0],[20,0,0],[58,29,13],[80,44,32],[80,44,30],[120,87,68],[78,52,27],[71,55,22],[81,62,29],[101,68,37],[128,89,58],[110,71,40],[91,52,19],[134,98,62],[92,59,18],[87,56,10],[118,92,41],[114,93,36],[115,99,40],[163,151,93],[152,143,86],[142,139,86],[100,100,50],[39,41,0],[82,85,40],[129,136,85],[64,71,19],[108,112,61],[151,153,103],[104,106,59],[138,139,97],[168,169,129],[86,89,46],[57,63,17],[46,54,5],[129,135,87],[95,99,49],[206,206,156],[234,231,180],[192,185,131],[142,131,77],[82,66,14],[106,90,38],[126,110,58],[140,124,73],[124,107,61],[76,61,20],[73,58,25],[75,62,28],[97,88,47],[102,97,59],[34,30,5],[14,14,0],[27,34,0],[165,174,129],[74,84,47],[62,72,38],[88,95,61],[67,72,40],[65,71,43],[20,28,5],[78,87,68],[151,160,143],[62,74,54],[86,98,74],[76,87,57],[102,112,78],[39,46,12],[5,9,0],[43,44,13],[75,71,46],[46,39,21],[14,7,0],[64,58,32],[49,43,17],[9,3,0],[21,14,0],[12,6,0],[12,6,0],[4,0,0],[11,7,0],[15,9,0],[14,8,0],[6,0,0],[11,4,0],[12,2,0],[7,0,0],[15,3,7],[7,0,0],[5,0,0],[3,0,0],[10,6,5],[18,14,13],[14,10,9],[6,2,1],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[9,7,8],[4,2,3],[1,0,0],[1,0,0],[8,6,7],[1,0,2],[9,7,10],[1,0,2],[1,0,2],[2,0,1],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[1,0,0],[87,85,86],[13,11,12],[1,0,0],[4,3,1],[1,0,0],[8,7,5],[6,2,3],[3,0,0],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[9,8,6],[1,0,0],[11,10,8],[3,0,0],[3,0,0],[120,116,115],[24,20,19],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[13,1,1],[9,0,0],[5,0,0],[2,1,0],[1,1,0],[4,6,1],[0,1,0],[142,142,134],[235,231,222],[35,22,13],[34,16,6],[51,24,13],[51,19,8],[71,35,23],[50,14,2],[60,28,17],[70,41,27],[70,39,19],[80,48,23],[91,62,32],[57,30,0],[37,12,0],[68,44,16],[54,27,6],[53,22,4],[57,21,7],[105,69,55],[129,98,77],[31,6,0],[48,32,0],[110,91,51],[111,77,40],[151,111,75],[125,85,49],[104,65,26],[158,121,79],[108,76,29],[131,101,49],[131,106,50],[153,135,73],[153,139,76],[177,169,107],[167,162,106],[117,115,64],[95,97,50],[61,66,25],[34,41,0],[97,106,63],[90,99,54],[76,86,36],[157,165,118],[131,138,97],[72,78,42],[105,111,77],[97,104,70],[70,78,37],[90,99,56],[105,114,71],[124,131,89],[221,223,184],[248,246,207],[255,255,212],[163,155,106],[94,82,34],[123,106,60],[147,130,84],[179,162,118],[109,92,48],[85,67,29],[87,68,36],[86,69,39],[86,74,36],[52,44,8],[37,31,9],[17,15,0],[0,6,0],[163,171,134],[117,126,97],[101,110,83],[101,108,77],[93,100,69],[89,95,69],[74,82,61],[51,60,43],[13,21,6],[87,96,79],[198,207,186],[114,124,97],[71,80,49],[110,116,82],[6,10,0],[65,66,35],[66,64,39],[36,31,9],[22,16,0],[25,20,0],[47,42,12],[20,15,0],[46,40,16],[23,18,0],[32,27,8],[35,32,15],[24,21,4],[11,5,0],[6,0,0],[6,0,0],[21,14,4],[20,11,6],[7,0,0],[17,5,9],[16,5,9],[7,1,1],[3,0,0],[6,2,1],[11,7,6],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[2,0,1],[1,0,0],[2,0,1],[13,11,12],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[9,7,8],[254,252,253],[87,85,86],[4,2,3],[6,4,5],[6,4,5],[1,0,0],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[9,5,6],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[11,7,6],[3,0,0],[6,2,1],[5,1,0],[10,6,5],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[8,0,0],[8,0,0],[12,4,2],[8,0,0],[4,0,0],[9,5,4],[8,4,3],[3,0,0],[5,0,0],[11,4,0],[170,160,151],[255,248,238],[53,34,20],[36,10,0],[78,49,33],[60,27,10],[52,19,2],[61,28,11],[55,21,9],[60,28,15],[66,34,13],[103,72,44],[93,64,30],[56,27,0],[79,53,20],[106,79,50],[93,65,43],[63,31,16],[41,5,0],[111,75,61],[111,80,59],[44,19,0],[67,49,9],[120,98,57],[111,77,39],[153,115,78],[140,102,63],[83,48,6],[122,90,43],[139,109,59],[149,124,68],[105,85,24],[152,137,72],[139,128,64],[112,106,44],[131,129,72],[99,99,49],[99,102,57],[83,90,49],[87,94,60],[90,101,67],[84,96,60],[103,116,73],[157,170,127],[100,112,76],[82,93,63],[119,129,104],[96,107,77],[84,96,58],[99,112,69],[89,100,60],[146,154,117],[193,198,166],[209,210,176],[229,230,188],[161,158,113],[151,139,97],[128,113,74],[60,45,6],[100,82,44],[113,95,57],[118,98,63],[110,88,64],[101,81,56],[41,26,0],[44,33,3],[63,54,37],[41,35,21],[35,37,13],[161,167,141],[106,113,95],[58,65,47],[27,33,7],[45,51,23],[39,44,21],[99,104,84],[49,56,40],[34,40,26],[97,104,88],[140,147,129],[0,5,0],[65,71,43],[173,178,146],[50,53,22],[69,69,41],[109,105,78],[47,41,17],[50,44,20],[29,24,0],[43,38,9],[106,102,75],[124,119,97],[76,71,51],[41,36,17],[68,63,44],[71,65,49],[36,30,14],[11,5,0],[13,5,0],[59,51,40],[60,49,43],[22,11,9],[15,0,3],[8,0,0],[8,2,2],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[6,4,5],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[8,6,7],[6,2,3],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[3,0,0],[4,0,0],[7,3,2],[3,0,0],[6,2,1],[3,0,0],[8,4,3],[5,0,0],[7,1,1],[9,3,3],[9,3,3],[7,1,1],[5,0,0],[7,0,0],[8,0,0],[4,0,0],[9,5,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[12,2,0],[10,0,0],[39,21,11],[40,16,4],[56,28,14],[74,43,25],[83,51,30],[74,39,19],[61,26,4],[51,16,0],[61,25,11],[47,14,0],[80,48,27],[138,108,80],[119,90,56],[86,58,21],[91,62,28],[59,29,1],[77,46,25],[66,33,16],[52,19,4],[110,79,61],[82,54,30],[81,58,26],[88,70,30],[103,84,41],[114,86,47],[86,54,16],[112,80,41],[91,62,18],[120,93,46],[152,129,77],[130,111,53],[127,113,50],[164,155,88],[182,177,111],[145,144,80],[105,106,48],[129,133,82],[118,124,80],[70,78,39],[81,91,57],[73,86,58],[81,96,65],[119,136,94],[88,105,63],[63,79,43],[117,132,103],[86,100,75],[88,101,73],[85,100,59],[96,112,65],[115,128,84],[97,108,68],[128,135,101],[177,183,147],[217,223,175],[159,161,111],[154,147,101],[115,103,61],[99,85,48],[73,58,19],[110,93,50],[137,118,78],[93,72,43],[74,54,27],[50,34,0],[55,42,8],[53,42,22],[54,47,29],[46,46,22],[70,74,51],[20,27,9],[6,13,0],[9,14,0],[3,9,0],[19,24,2],[55,59,42],[1,5,0],[8,12,0],[22,26,11],[2,6,0],[2,7,0],[63,67,44],[131,134,107],[143,143,115],[70,69,41],[30,26,0],[20,16,0],[43,37,13],[38,32,6],[34,28,4],[30,25,3],[12,7,0],[24,19,0],[136,130,114],[125,119,103],[83,78,59],[112,107,88],[45,40,21],[14,7,0],[57,49,36],[61,51,41],[17,6,0],[11,0,0],[11,0,0],[7,1,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[3,0,0],[8,4,5],[7,3,4],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[8,0,0],[7,0,0],[9,4,1],[6,2,1],[5,1,0],[6,2,3],[4,0,0],[9,0,0],[29,14,7],[59,37,26],[55,27,13],[53,20,1],[88,52,30],[76,38,15],[41,4,0],[65,29,3],[81,45,23],[79,42,26],[31,0,0],[35,3,0],[91,61,33],[122,93,61],[107,78,44],[113,84,52],[101,70,42],[75,43,22],[70,37,20],[70,39,21],[91,63,42],[86,60,35],[75,55,22],[77,59,19],[79,61,21],[103,81,44],[63,41,4],[78,56,17],[94,72,31],[79,61,15],[88,72,21],[140,130,71],[133,125,63],[141,137,73],[156,155,90],[164,166,103],[139,144,86],[126,133,82],[103,110,66],[97,105,66],[57,68,34],[47,62,33],[53,70,38],[127,145,103],[103,122,77],[55,73,35],[56,73,39],[63,80,48],[76,92,55],[73,89,40],[111,126,71],[115,128,75],[73,85,35],[128,140,94],[181,190,143],[208,219,161],[138,146,86],[115,114,58],[152,146,94],[143,135,88],[85,75,26],[117,104,49],[156,140,88],[129,112,69],[76,58,18],[70,56,9],[74,61,17],[54,43,11],[41,34,6],[49,48,17],[56,57,26],[22,26,1],[31,36,13],[26,31,8],[25,30,7],[25,30,8],[1,5,0],[10,14,0],[3,5,0],[5,7,0],[5,6,0],[42,43,25],[89,88,68],[44,43,22],[119,117,94],[83,81,56],[37,33,8],[16,12,0],[32,27,5],[71,66,47],[65,59,43],[13,7,0],[6,0,0],[8,2,0],[59,53,41],[27,21,7],[13,7,0],[74,67,49],[125,118,99],[26,17,0],[8,0,0],[46,34,22],[40,27,18],[11,0,0],[8,0,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[12,10,11],[1,0,0],[9,7,8],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[9,5,6],[7,3,4],[3,0,0],[6,2,3],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[9,0,0],[11,0,0],[13,3,1],[9,1,0],[7,1,1],[8,4,5],[4,0,0],[9,0,0],[27,12,5],[60,38,25],[53,24,6],[55,19,0],[99,59,33],[96,55,27],[58,14,0],[78,37,9],[111,69,45],[92,50,34],[83,46,30],[66,34,11],[77,50,21],[45,18,0],[64,38,5],[74,45,13],[108,77,49],[84,49,27],[73,41,20],[74,46,24],[61,37,13],[59,38,9],[60,41,8],[53,35,0],[81,66,27],[98,84,49],[60,46,11],[73,59,22],[71,57,18],[43,32,0],[100,92,43],[156,151,95],[173,171,112],[165,167,104],[156,161,97],[183,189,127],[152,160,103],[58,66,15],[90,99,56],[110,120,83],[109,120,88],[91,105,79],[63,79,52],[119,140,101],[132,153,112],[160,180,143],[106,126,91],[48,65,31],[29,45,6],[72,89,37],[67,82,25],[63,76,20],[94,107,53],[120,132,82],[149,162,109],[187,201,139],[138,149,83],[114,119,55],[129,129,69],[102,99,44],[66,61,5],[133,125,60],[183,174,109],[144,131,79],[118,104,57],[71,60,6],[102,92,39],[112,103,60],[117,112,74],[97,93,56],[86,86,50],[88,89,57],[98,101,72],[84,88,63],[104,109,86],[122,127,105],[96,101,81],[35,38,21],[24,25,11],[29,30,16],[5,3,0],[21,19,4],[4,1,0],[24,21,2],[50,48,27],[87,82,60],[90,85,63],[37,33,8],[64,59,39],[31,25,13],[32,25,17],[22,15,7],[28,21,13],[16,9,1],[12,5,0],[6,0,0],[14,8,0],[9,2,0],[100,93,74],[116,108,89],[25,14,0],[24,12,0],[38,24,13],[21,7,0],[15,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[8,6,7],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[34,30,31],[133,129,130],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[7,0,0],[8,0,0],[9,0,1],[8,0,0],[9,0,0],[8,0,0],[9,0,0],[11,0,0],[15,0,0],[18,0,0],[10,0,0],[9,0,1],[9,5,6],[3,1,2],[7,2,0],[25,15,6],[51,32,17],[50,22,1],[69,33,7],[104,60,33],[102,55,27],[106,57,27],[112,61,34],[68,20,0],[75,30,11],[92,54,35],[96,66,42],[81,55,28],[60,37,6],[88,63,33],[97,67,39],[65,34,6],[126,92,67],[68,36,11],[86,60,33],[94,73,42],[35,19,0],[76,62,27],[73,57,21],[73,59,22],[66,58,22],[66,60,24],[41,35,0],[84,79,39],[72,69,26],[103,102,54],[185,185,133],[154,157,100],[171,177,117],[107,115,55],[159,169,109],[167,178,122],[119,129,79],[100,111,68],[61,71,34],[69,80,48],[125,139,116],[50,65,42],[105,124,94],[84,103,71],[116,137,104],[183,202,170],[89,106,72],[76,92,53],[61,75,26],[70,83,30],[78,88,36],[104,114,62],[67,77,27],[85,98,45],[232,246,187],[173,185,121],[111,118,50],[109,114,47],[97,98,40],[111,111,51],[156,153,82],[133,129,58],[131,122,65],[159,149,96],[129,120,61],[115,106,49],[114,106,57],[143,136,92],[89,84,42],[59,55,17],[85,83,45],[81,81,47],[103,108,78],[179,184,161],[68,71,50],[32,35,16],[68,69,53],[61,62,48],[35,33,20],[20,16,5],[8,4,0],[11,5,0],[19,13,0],[40,34,18],[21,16,0],[42,37,17],[124,119,97],[52,47,28],[12,7,1],[4,0,0],[4,0,0],[9,4,1],[24,19,15],[16,11,5],[19,12,2],[10,4,0],[7,0,0],[61,54,35],[84,76,55],[76,65,45],[29,16,0],[44,28,13],[13,0,0],[12,0,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[7,5,6],[2,0,1],[2,0,1],[1,0,0],[8,6,7],[1,0,0],[12,10,11],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[40,36,37],[155,151,152],[12,8,9],[11,7,8],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,1],[9,0,1],[9,0,0],[9,0,0],[10,0,1],[14,0,0],[14,0,0],[19,0,0],[13,0,0],[10,0,3],[8,3,7],[3,1,2],[11,6,2],[33,20,11],[48,27,10],[71,41,17],[64,25,0],[71,26,0],[110,59,28],[130,77,46],[135,81,53],[142,90,66],[87,41,17],[85,48,22],[83,53,27],[64,40,14],[67,46,19],[56,32,6],[104,74,48],[112,81,53],[111,77,49],[79,50,18],[93,71,34],[74,59,20],[80,68,30],[58,46,8],[68,54,19],[78,65,30],[34,30,0],[7,5,0],[100,98,60],[113,114,74],[121,122,80],[82,85,38],[171,175,125],[56,63,9],[157,166,109],[196,207,147],[146,160,101],[186,199,145],[119,133,84],[85,98,55],[10,22,0],[61,75,42],[69,81,59],[42,55,37],[35,50,29],[30,48,22],[14,33,5],[138,157,125],[195,212,178],[92,107,68],[40,51,9],[60,69,24],[85,93,46],[90,98,51],[65,73,26],[153,163,113],[206,219,165],[222,236,175],[122,133,64],[91,101,32],[114,120,60],[153,159,97],[138,142,66],[149,151,78],[132,130,73],[122,116,64],[158,153,95],[178,173,115],[136,129,77],[102,94,48],[73,66,24],[73,65,26],[79,71,32],[61,57,20],[95,98,67],[64,70,44],[17,21,0],[38,41,20],[49,50,32],[30,28,13],[14,10,0],[20,16,5],[24,17,7],[19,12,2],[31,24,14],[19,13,1],[24,18,2],[83,78,59],[84,79,59],[23,17,1],[9,4,0],[5,0,1],[13,7,9],[8,2,2],[17,12,9],[7,2,0],[6,0,0],[19,13,0],[34,27,9],[78,70,49],[85,74,52],[55,44,22],[78,66,44],[36,21,2],[18,0,0],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[10,0,1],[10,0,1],[11,1,2],[15,1,1],[16,0,0],[23,2,1],[17,1,2],[10,0,3],[7,1,5],[4,0,0],[14,4,2],[40,23,15],[59,32,15],[80,44,22],[76,32,5],[79,28,0],[119,66,35],[139,86,55],[138,84,56],[158,109,79],[107,64,32],[97,61,29],[72,45,15],[30,9,0],[46,26,1],[51,29,5],[70,42,18],[121,90,61],[113,80,47],[134,106,67],[91,72,29],[85,72,27],[102,94,48],[48,39,0],[59,46,11],[110,97,63],[67,63,25],[61,62,20],[133,134,92],[129,132,89],[70,73,30],[78,84,38],[127,135,86],[79,89,37],[89,102,48],[203,216,160],[181,196,141],[175,189,138],[201,217,170],[94,109,66],[90,105,66],[106,119,89],[50,59,40],[41,49,34],[55,68,51],[25,40,21],[20,38,12],[69,88,58],[158,174,138],[148,160,124],[85,92,58],[84,88,53],[133,135,98],[72,74,35],[69,76,32],[163,172,127],[196,207,164],[192,204,154],[171,183,119],[112,124,58],[137,148,92],[140,149,92],[88,98,27],[206,213,143],[150,153,100],[62,61,15],[90,89,35],[129,126,73],[94,88,40],[90,81,38],[111,98,63],[72,59,25],[20,7,0],[42,34,0],[23,24,0],[6,12,0],[57,61,34],[124,128,103],[81,83,62],[3,2,0],[15,11,0],[10,3,0],[24,15,8],[29,20,13],[27,18,11],[23,14,7],[58,50,39],[61,53,40],[29,24,5],[18,12,0],[7,2,0],[4,0,0],[9,3,5],[10,4,6],[13,7,7],[8,3,0],[10,3,0],[100,94,80],[137,130,112],[8,0,0],[30,20,0],[35,23,0],[95,80,59],[58,43,24],[40,22,8],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[6,4,5],[5,3,4],[51,49,50],[156,154,155],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[14,10,11],[3,0,0],[10,6,7],[3,0,0],[6,2,3],[3,0,0],[8,4,5],[15,11,12],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[12,2,3],[13,1,1],[17,2,0],[22,7,2],[17,5,5],[12,1,5],[10,1,6],[7,0,0],[18,2,2],[44,19,14],[66,30,16],[69,24,3],[100,49,22],[116,63,31],[130,77,45],[148,98,65],[136,90,57],[125,80,47],[142,100,62],[129,95,57],[158,134,100],[56,37,7],[25,7,0],[55,35,11],[66,38,14],[98,67,38],[153,121,83],[124,100,54],[106,90,38],[98,91,36],[120,117,66],[68,61,17],[125,112,77],[132,122,87],[109,106,63],[123,125,78],[151,152,108],[143,146,101],[61,67,23],[114,122,75],[127,136,89],[107,119,69],[67,81,28],[131,148,94],[169,186,132],[132,150,100],[168,185,140],[159,177,135],[152,170,132],[158,173,140],[72,82,57],[9,18,0],[16,27,10],[46,59,39],[62,78,49],[34,51,15],[115,132,90],[197,208,168],[177,183,149],[135,136,104],[104,104,68],[83,84,44],[59,65,19],[176,184,137],[252,255,221],[182,196,147],[158,174,109],[129,146,78],[113,128,73],[109,122,66],[152,165,95],[158,171,101],[90,98,47],[40,43,0],[94,96,46],[102,100,49],[157,150,104],[168,159,118],[83,69,34],[75,59,26],[97,78,45],[58,45,11],[42,43,11],[62,69,38],[105,110,80],[82,85,58],[83,82,61],[36,33,16],[6,0,0],[35,28,20],[33,24,19],[18,8,6],[33,23,21],[20,11,6],[33,24,15],[12,4,0],[35,29,13],[12,6,0],[4,0,0],[8,2,2],[10,4,4],[9,3,3],[28,23,20],[31,26,20],[16,9,0],[91,85,69],[127,120,101],[40,32,9],[31,21,0],[94,82,56],[55,40,17],[54,39,20],[56,39,23],[33,19,8],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[6,4,5],[3,1,2],[1,0,0],[139,137,138],[252,250,251],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[14,10,11],[3,0,0],[3,0,0],[7,3,4],[5,1,2],[5,1,2],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,1],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[13,1,3],[13,3,2],[14,5,0],[16,9,1],[11,6,3],[12,3,6],[15,4,10],[16,0,7],[27,0,5],[50,15,13],[74,26,14],[86,31,11],[104,47,20],[115,59,26],[144,91,57],[142,96,62],[132,94,58],[190,155,117],[121,84,40],[113,80,37],[187,165,128],[139,122,92],[81,65,40],[72,51,30],[66,38,14],[83,52,21],[146,117,75],[120,97,45],[111,99,39],[137,131,71],[131,128,73],[136,132,85],[133,123,88],[149,139,104],[171,167,120],[95,95,45],[117,116,68],[199,201,154],[106,109,64],[130,136,90],[95,103,56],[98,110,62],[59,73,22],[110,126,77],[180,198,148],[88,108,59],[43,62,17],[131,152,111],[148,168,131],[157,174,138],[196,207,173],[107,116,85],[77,87,62],[101,116,87],[120,138,98],[96,114,66],[141,158,104],[146,158,108],[169,174,133],[107,107,69],[71,69,28],[69,68,22],[119,124,70],[151,158,106],[221,230,185],[211,225,176],[168,187,121],[96,116,47],[122,139,84],[168,186,128],[209,227,153],[135,151,80],[103,113,61],[48,55,11],[83,87,37],[128,128,76],[151,147,99],[148,139,96],[89,75,40],[85,66,33],[98,78,41],[49,35,0],[53,53,19],[53,60,29],[66,71,41],[65,68,41],[58,57,36],[44,41,22],[39,33,21],[37,28,21],[12,1,0],[30,18,18],[27,15,15],[20,9,7],[30,21,14],[11,2,0],[43,37,23],[14,8,0],[4,0,0],[20,15,12],[13,8,5],[4,0,0],[31,26,20],[24,20,11],[21,15,3],[48,41,23],[53,45,24],[28,21,0],[139,129,102],[151,139,115],[49,34,13],[74,57,39],[50,31,16],[26,9,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[1,0,0],[10,8,9],[9,7,8],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[13,9,10],[3,0,0],[5,1,2],[7,3,2],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,3,2],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,0],[11,1,0],[12,2,1],[12,2,3],[11,1,2],[12,2,3],[13,1,3],[13,3,2],[10,2,0],[11,6,2],[8,3,0],[12,3,4],[21,9,11],[25,6,8],[34,4,4],[55,14,8],[89,36,22],[115,53,32],[130,66,38],[113,52,21],[135,82,48],[149,106,71],[125,91,54],[149,119,81],[58,29,0],[90,62,22],[86,66,29],[107,92,59],[79,64,35],[110,91,61],[99,74,43],[140,114,77],[113,89,43],[99,82,28],[138,129,70],[146,144,85],[104,104,50],[114,113,65],[60,55,17],[84,79,41],[170,168,120],[163,163,113],[112,114,65],[151,153,106],[168,174,130],[96,103,59],[103,112,67],[55,67,21],[57,71,22],[114,130,81],[182,200,152],[118,137,91],[67,86,41],[60,81,40],[108,128,91],[59,79,42],[163,179,140],[227,242,203],[166,181,148],[58,74,38],[177,194,152],[158,176,126],[156,173,119],[148,161,108],[109,116,72],[121,126,85],[78,84,38],[114,121,70],[160,169,114],[137,147,94],[227,239,193],[235,249,200],[183,203,140],[137,157,94],[162,180,128],[153,172,117],[150,169,105],[158,177,113],[88,101,55],[97,105,64],[81,87,41],[120,122,75],[101,97,52],[132,123,82],[126,110,76],[90,70,35],[91,67,29],[77,59,21],[29,24,0],[53,53,25],[38,41,12],[27,30,3],[44,43,22],[69,66,51],[35,28,18],[27,20,14],[31,22,17],[36,25,21],[10,0,0],[36,25,21],[38,29,22],[33,27,15],[24,21,2],[15,12,0],[11,7,0],[14,9,3],[6,1,0],[13,8,4],[68,65,56],[26,24,11],[32,29,12],[30,25,6],[13,6,0],[19,11,0],[24,13,0],[41,29,7],[46,31,10],[69,54,35],[87,71,56],[30,16,7],[9,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[8,4,3],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[6,4,5],[3,1,2],[2,0,1],[1,0,0],[6,4,5],[1,0,0],[3,1,2],[2,0,1],[5,3,4],[4,2,3],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[8,4,5],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[5,1,0],[6,2,3],[8,2,4],[8,2,4],[9,0,1],[7,0,0],[7,0,0],[11,0,0],[13,2,0],[18,7,5],[17,6,4],[15,4,2],[13,1,1],[12,0,0],[12,0,0],[11,1,0],[12,0,2],[15,3,7],[13,1,3],[11,1,0],[18,8,6],[38,29,22],[45,31,22],[49,23,10],[79,41,22],[106,50,25],[149,84,56],[127,61,29],[113,50,17],[123,70,38],[164,121,87],[102,72,36],[53,31,0],[81,62,30],[54,39,6],[52,38,3],[94,80,43],[65,50,9],[133,116,73],[144,126,80],[121,103,55],[74,60,11],[137,127,76],[123,120,69],[108,110,60],[69,72,25],[65,71,25],[53,59,15],[20,23,0],[93,96,49],[133,136,89],[83,86,43],[78,83,42],[167,172,132],[111,117,79],[130,138,97],[128,139,96],[102,115,69],[131,147,100],[227,243,196],[216,233,188],[119,136,92],[68,86,46],[91,108,72],[86,106,69],[98,123,83],[192,217,177],[141,161,124],[72,88,52],[74,88,52],[39,51,11],[33,46,2],[141,154,110],[138,154,109],[99,117,69],[57,75,25],[158,176,124],[117,134,82],[126,142,93],[202,215,171],[163,176,132],[204,222,172],[155,175,124],[143,160,116],[122,139,95],[98,114,69],[140,153,110],[61,71,34],[107,114,80],[126,127,93],[87,84,49],[69,61,25],[90,77,42],[111,92,59],[92,69,35],[109,83,46],[82,59,25],[67,51,26],[70,62,39],[108,104,77],[13,13,0],[25,26,8],[41,41,29],[22,19,14],[38,33,29],[6,0,0],[22,14,3],[10,0,0],[29,21,10],[54,48,36],[38,35,18],[90,90,62],[20,20,0],[14,8,0],[23,16,8],[14,9,5],[23,20,15],[64,64,52],[68,69,53],[20,19,0],[52,51,31],[44,38,24],[39,31,18],[31,19,5],[29,18,0],[24,13,0],[56,45,25],[85,73,59],[34,24,15],[8,0,0],[12,3,4],[4,0,0],[9,5,4],[5,4,2],[1,0,0],[7,6,2],[3,0,0],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[1,0,0],[4,2,3],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[33,31,32],[66,64,65],[9,7,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[7,5,6],[2,0,1],[1,0,0],[6,4,5],[10,8,9],[1,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[5,1,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[4,0,1],[4,0,1],[5,0,1],[8,0,0],[10,0,0],[11,1,0],[12,1,0],[11,0,0],[22,8,5],[22,8,5],[19,8,6],[19,8,6],[18,6,6],[17,7,6],[16,6,5],[16,4,6],[12,0,2],[12,0,2],[11,0,0],[13,4,0],[25,15,5],[49,33,17],[58,31,10],[51,11,0],[108,53,23],[144,79,47],[144,78,44],[130,67,32],[123,70,36],[131,88,53],[101,71,33],[65,45,10],[58,44,15],[39,29,2],[41,27,0],[113,98,65],[47,29,0],[60,41,0],[94,77,31],[99,85,36],[80,70,19],[88,82,30],[128,128,78],[97,101,51],[122,128,82],[83,90,46],[91,100,57],[91,98,56],[90,97,53],[125,131,87],[125,130,89],[32,39,0],[123,130,89],[104,112,73],[85,96,56],[108,121,78],[121,134,91],[206,221,178],[199,214,171],[230,247,203],[200,218,176],[132,150,110],[118,136,98],[140,162,124],[164,192,151],[158,189,147],[112,137,98],[79,96,60],[75,89,54],[54,66,30],[57,69,31],[136,151,108],[169,188,142],[101,125,75],[46,73,20],[88,112,60],[92,114,65],[146,165,119],[190,205,162],[175,190,147],[239,255,212],[156,175,129],[93,112,67],[105,123,81],[76,93,51],[88,103,64],[54,66,28],[67,75,38],[95,99,64],[73,73,37],[82,76,40],[94,84,48],[93,78,39],[139,120,80],[151,128,87],[86,64,27],[78,61,33],[70,56,30],[33,26,0],[21,20,0],[60,62,41],[61,63,49],[35,35,25],[36,33,26],[68,61,51],[44,36,25],[32,22,12],[8,0,0],[6,0,0],[45,42,23],[76,79,52],[41,41,15],[15,9,0],[23,14,7],[20,15,12],[30,27,22],[54,54,42],[61,62,44],[14,16,0],[16,15,0],[20,14,2],[39,30,21],[18,5,0],[64,52,36],[70,59,37],[60,52,31],[29,20,5],[30,19,13],[8,0,0],[13,3,4],[8,2,2],[6,2,1],[1,0,0],[4,4,2],[1,0,0],[6,5,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,1,0],[4,0,0],[4,3,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[6,4,5],[1,0,0],[6,4,5],[2,0,1],[11,9,10],[27,25,26],[1,0,0],[7,5,6],[6,4,5],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[15,13,14],[50,48,49],[43,41,42],[3,1,2],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[7,1,3],[9,0,3],[13,4,5],[19,9,8],[22,11,9],[19,8,6],[15,4,0],[17,3,0],[18,4,1],[17,6,4],[18,7,5],[16,6,5],[16,6,5],[14,4,5],[14,4,5],[18,3,6],[22,7,10],[10,0,0],[8,0,0],[16,2,0],[52,29,11],[80,46,21],[53,9,0],[101,48,17],[130,71,39],[132,69,34],[138,78,41],[147,94,54],[94,49,10],[74,40,2],[88,64,28],[65,50,21],[64,52,26],[54,39,16],[87,71,48],[102,82,58],[62,42,15],[70,51,18],[95,80,39],[104,94,45],[71,66,11],[109,108,52],[129,132,77],[150,153,106],[132,137,96],[93,99,63],[104,110,76],[25,31,0],[110,116,78],[200,207,166],[196,205,162],[108,117,74],[101,112,69],[98,109,66],[123,136,93],[90,105,66],[189,205,168],[219,236,200],[179,196,160],[191,212,173],[165,186,147],[136,157,116],[109,134,92],[131,162,120],[145,176,134],[135,160,121],[104,124,87],[87,103,67],[91,105,69],[105,120,81],[113,130,88],[166,185,139],[105,127,78],[98,122,70],[138,162,110],[158,180,131],[186,205,159],[212,227,184],[216,233,189],[125,148,96],[131,154,100],[109,132,80],[154,177,125],[101,121,70],[103,123,74],[87,103,56],[88,100,54],[96,103,59],[102,105,60],[75,72,27],[67,60,14],[99,86,42],[163,146,102],[131,113,67],[95,76,33],[72,57,16],[84,72,34],[38,32,0],[37,33,4],[75,75,47],[109,112,85],[38,37,16],[8,5,0],[89,82,74],[63,54,49],[48,37,33],[53,43,34],[58,50,37],[77,71,57],[55,53,40],[32,28,17],[18,9,0],[23,14,7],[15,7,5],[6,1,0],[18,15,6],[62,60,45],[48,47,26],[22,19,0],[16,8,0],[14,4,0],[10,0,0],[51,38,22],[83,71,49],[58,47,27],[33,21,7],[31,20,14],[23,11,11],[7,0,0],[4,0,0],[3,0,0],[10,9,7],[0,0,0],[11,11,9],[4,3,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[4,2,3],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[5,3,4],[3,1,2],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[2,0,1],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[6,2,1],[5,1,0],[6,2,1],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,0],[7,2,0],[9,3,3],[11,2,3],[13,4,5],[19,9,8],[24,13,11],[24,13,11],[21,10,6],[18,7,3],[13,0,0],[14,0,0],[13,2,0],[13,2,0],[12,2,1],[11,1,0],[10,1,2],[11,1,0],[14,0,0],[26,12,11],[14,4,3],[15,4,0],[26,8,0],[66,38,16],[111,72,43],[88,42,9],[118,69,37],[132,79,45],[112,56,19],[129,74,33],[138,85,41],[96,49,5],[87,52,10],[103,77,40],[80,63,33],[50,36,10],[20,3,0],[35,18,0],[128,109,92],[92,74,52],[47,30,0],[90,76,37],[116,108,59],[117,112,56],[171,171,111],[185,189,130],[69,76,24],[63,70,26],[114,120,86],[70,75,45],[41,48,17],[60,67,33],[109,117,78],[111,122,79],[148,160,112],[113,127,78],[122,138,91],[107,122,81],[117,133,97],[121,138,106],[133,152,124],[117,138,107],[169,193,159],[195,220,181],[218,243,201],[154,181,136],[143,174,130],[195,226,184],[157,182,143],[126,146,109],[159,175,139],[134,150,114],[105,121,84],[97,114,72],[130,152,105],[128,152,102],[163,190,137],[185,212,161],[171,195,145],[182,201,155],[248,255,223],[243,255,216],[201,224,172],[137,165,107],[118,146,88],[147,172,115],[110,135,78],[111,134,78],[111,130,75],[90,107,53],[111,124,70],[112,121,68],[66,68,18],[79,77,28],[124,116,67],[103,93,44],[74,60,13],[141,127,80],[95,82,37],[112,100,60],[74,65,34],[57,52,23],[40,39,8],[106,107,76],[99,99,71],[30,28,7],[8,0,0],[30,19,15],[25,11,8],[33,20,12],[90,81,66],[74,67,51],[4,0,0],[15,8,2],[32,21,15],[19,8,4],[14,4,5],[22,14,12],[19,15,6],[41,39,24],[37,35,14],[24,19,0],[7,0,0],[11,0,0],[18,4,0],[37,24,8],[58,46,24],[50,37,18],[35,23,9],[8,0,0],[22,12,11],[6,0,0],[13,7,9],[1,0,0],[0,0,0],[10,10,8],[2,2,0],[0,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[10,8,9],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,2,3],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[13,9,8],[13,9,8],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[6,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[9,1,0],[7,0,0],[11,1,0],[15,5,4],[18,7,5],[18,7,5],[17,6,2],[16,5,1],[16,5,1],[14,3,0],[15,4,0],[15,4,2],[13,2,0],[11,1,0],[11,1,0],[11,3,1],[13,3,1],[10,0,0],[16,2,0],[14,6,4],[18,7,3],[21,0,0],[70,36,11],[118,73,40],[72,24,0],[119,74,41],[120,76,41],[110,62,22],[141,90,45],[124,71,21],[144,94,45],[144,105,62],[101,73,36],[79,63,30],[90,76,49],[79,63,40],[63,46,26],[42,25,5],[47,31,8],[49,34,3],[117,105,65],[101,95,45],[77,75,18],[195,197,134],[163,167,106],[106,113,59],[74,82,35],[106,112,74],[97,104,71],[110,119,90],[41,50,21],[70,80,43],[77,90,46],[102,118,69],[141,158,106],[135,153,105],[101,119,77],[144,163,131],[150,170,145],[147,169,148],[172,194,173],[176,201,172],[227,253,218],[165,194,150],[138,167,121],[136,167,123],[162,193,151],[210,236,197],[222,244,208],[205,222,188],[133,149,113],[121,137,100],[165,183,141],[187,209,163],[164,188,140],[153,180,129],[132,156,106],[122,144,97],[151,170,125],[232,249,207],[204,223,178],[179,203,153],[194,221,166],[151,179,121],[95,123,65],[157,185,126],[173,199,138],[172,196,136],[147,167,106],[123,138,79],[98,109,51],[74,81,27],[98,101,48],[121,119,70],[84,78,30],[96,85,40],[121,109,67],[87,73,34],[91,78,44],[88,78,53],[85,77,54],[100,96,69],[108,107,77],[52,51,20],[18,14,0],[30,21,6],[24,11,2],[83,71,59],[33,21,5],[28,17,0],[45,37,16],[15,7,0],[7,0,0],[29,16,10],[22,8,7],[16,6,7],[14,5,6],[4,0,0],[22,19,4],[19,14,0],[25,18,0],[34,24,14],[37,24,15],[11,0,0],[28,12,0],[38,23,2],[64,51,32],[32,20,8],[8,0,0],[11,1,2],[15,6,11],[4,0,2],[1,0,2],[13,13,13],[0,1,0],[1,3,2],[5,5,5],[4,0,1],[5,0,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[3,1,2],[4,2,3],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[42,40,41],[28,26,27],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[3,0,0],[4,0,0],[3,0,0],[7,3,2],[11,7,6],[7,3,2],[3,0,0],[10,6,5],[12,8,7],[4,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[6,1,0],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[10,2,0],[10,2,0],[10,0,0],[14,5,0],[19,8,4],[18,7,3],[15,4,0],[13,2,0],[15,4,0],[17,6,2],[15,4,0],[16,5,1],[15,4,2],[14,3,1],[11,1,0],[11,1,0],[12,4,2],[15,5,3],[18,5,0],[8,0,0],[12,6,6],[13,2,0],[21,0,0],[91,51,25],[138,88,51],[62,13,0],[99,61,25],[92,56,22],[76,37,0],[121,77,30],[130,77,23],[164,113,60],[157,119,74],[136,108,69],[113,94,61],[103,89,60],[85,71,44],[73,59,32],[47,33,4],[34,23,0],[88,79,40],[155,148,102],[189,186,133],[87,88,30],[132,136,75],[128,136,76],[133,142,85],[170,180,128],[130,142,96],[137,147,110],[110,120,93],[17,30,2],[44,58,22],[81,96,53],[154,172,124],[184,204,153],[173,195,148],[144,165,126],[122,142,114],[184,206,185],[168,191,173],[113,138,119],[65,93,68],[167,196,165],[124,156,115],[153,186,141],[153,186,143],[100,131,90],[162,188,151],[176,200,164],[203,225,189],[215,235,200],[189,210,171],[176,197,156],[151,174,128],[168,192,144],[167,193,145],[96,122,74],[106,129,83],[163,184,141],[178,196,156],[127,148,107],[92,118,71],[184,212,163],[136,164,113],[127,156,100],[160,188,130],[140,168,109],[156,182,121],[164,186,124],[152,170,110],[129,142,86],[120,129,76],[121,125,75],[120,119,73],[105,102,59],[129,121,82],[82,72,36],[38,25,0],[108,94,67],[107,95,71],[120,113,87],[104,99,70],[16,12,0],[32,29,0],[51,46,17],[31,23,2],[33,22,4],[56,43,24],[11,0,0],[22,12,0],[35,25,0],[52,44,23],[41,32,17],[31,18,10],[10,0,0],[19,7,11],[32,23,24],[23,19,10],[19,16,0],[12,10,0],[66,61,41],[58,48,36],[37,24,15],[38,24,11],[78,62,47],[77,62,41],[67,54,35],[34,22,10],[10,0,0],[12,2,3],[4,0,2],[3,0,2],[11,9,12],[0,0,0],[1,3,2],[0,1,0],[1,1,1],[2,0,1],[4,0,1],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[3,1,2],[1,0,0],[1,0,0],[26,24,25],[31,29,30],[4,2,3],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[14,12,13],[12,10,11],[1,0,0],[1,0,0],[9,7,8],[4,2,3],[1,0,0],[60,58,59],[37,35,36],[14,12,13],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[5,1,0],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[19,15,14],[50,46,45],[23,19,18],[11,7,6],[9,5,4],[10,6,5],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[11,1,0],[12,3,0],[12,3,0],[12,3,0],[15,4,0],[17,6,2],[19,8,4],[17,6,0],[14,3,0],[13,2,0],[16,5,1],[20,9,5],[13,2,0],[14,3,0],[14,5,0],[14,4,2],[12,2,0],[12,2,0],[14,4,2],[15,6,1],[23,10,1],[12,2,0],[13,9,8],[17,6,4],[50,21,5],[140,96,69],[176,122,84],[111,62,22],[75,40,8],[81,55,22],[65,33,0],[106,68,19],[164,113,56],[163,112,57],[121,80,36],[135,105,67],[101,81,46],[82,69,34],[61,49,11],[19,10,0],[88,81,35],[78,75,24],[111,110,56],[129,130,73],[195,198,141],[200,205,147],[114,122,63],[146,155,98],[121,132,76],[156,171,116],[146,163,108],[145,161,114],[120,135,104],[73,87,61],[46,61,28],[86,104,66],[145,166,123],[143,164,121],[172,194,155],[174,198,164],[194,218,192],[203,228,207],[79,106,89],[24,51,34],[85,115,91],[152,182,154],[181,215,178],[111,146,104],[134,166,125],[138,169,128],[133,161,123],[81,107,72],[168,192,158],[221,245,209],[201,223,185],[199,221,182],[136,162,117],[121,147,100],[127,153,106],[98,124,77],[133,156,112],[159,182,140],[121,142,103],[113,135,97],[85,111,72],[141,169,129],[74,101,58],[147,175,127],[150,177,126],[31,55,3],[61,84,28],[158,179,122],[130,149,93],[140,154,101],[132,142,92],[120,126,82],[110,111,71],[91,88,53],[76,71,39],[47,37,10],[55,43,19],[67,52,29],[121,110,82],[144,135,106],[84,77,49],[37,30,2],[68,61,35],[46,39,11],[63,54,23],[84,75,44],[63,52,24],[53,41,15],[35,23,0],[18,6,0],[90,80,53],[88,77,55],[70,57,48],[41,27,26],[36,24,26],[11,3,1],[4,0,0],[21,18,0],[34,32,7],[110,106,81],[70,61,46],[49,37,25],[79,65,52],[106,93,76],[90,78,56],[37,26,6],[20,7,0],[20,9,7],[29,18,22],[12,5,12],[5,0,6],[11,9,14],[89,89,91],[254,255,255],[114,115,117],[2,2,4],[2,0,3],[4,0,3],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[2,0,1],[1,1,1],[1,0,0],[2,0,1],[4,2,3],[26,24,25],[33,31,32],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[41,39,40],[18,16,17],[8,6,7],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[2,0,1],[1,0,0],[4,2,3],[3,0,0],[6,2,1],[4,0,0],[3,0,0],[3,0,0],[12,8,7],[54,50,49],[108,104,103],[14,10,9],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,2],[4,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[6,2,1],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[11,2,0],[12,3,0],[13,4,0],[13,4,0],[14,3,0],[15,4,0],[14,3,0],[12,1,0],[9,0,0],[10,0,0],[14,3,0],[18,7,3],[13,2,0],[16,5,1],[18,9,4],[19,10,5],[17,8,3],[17,8,3],[18,9,4],[20,9,3],[22,10,0],[21,13,2],[16,12,11],[23,12,8],[85,54,36],[156,109,79],[163,110,70],[130,81,40],[89,60,28],[106,86,53],[97,72,32],[98,64,16],[166,117,59],[164,113,56],[108,67,23],[95,65,27],[63,43,6],[64,51,9],[80,72,25],[40,34,0],[113,112,56],[123,127,68],[127,133,73],[153,161,101],[168,176,119],[149,158,103],[138,148,95],[172,185,132],[119,133,80],[72,91,36],[91,112,55],[97,119,70],[128,147,115],[94,112,86],[30,49,19],[84,103,71],[150,172,136],[187,211,175],[172,196,162],[120,145,116],[128,153,131],[205,232,213],[142,171,153],[53,85,64],[89,121,98],[62,96,69],[140,175,143],[99,133,98],[87,119,80],[112,142,104],[109,139,103],[116,143,108],[213,240,205],[220,247,212],[206,232,195],[180,206,167],[175,202,159],[119,145,100],[110,136,91],[123,149,104],[145,170,128],[118,143,103],[64,89,50],[90,114,80],[150,175,143],[176,203,170],[128,154,117],[112,139,98],[141,167,120],[64,88,38],[142,165,111],[121,142,86],[29,48,0],[158,172,119],[195,204,157],[129,134,93],[72,74,37],[80,79,48],[55,51,22],[47,40,14],[58,48,23],[72,61,33],[129,121,84],[143,135,96],[77,71,37],[37,31,0],[49,42,14],[47,40,11],[84,76,39],[104,96,59],[66,57,24],[59,48,20],[50,37,18],[60,47,28],[91,79,53],[65,53,31],[25,13,1],[10,0,0],[43,33,32],[32,24,21],[8,6,0],[18,17,0],[3,3,0],[60,59,31],[82,75,56],[68,59,44],[31,19,3],[55,44,26],[73,62,40],[50,42,23],[8,0,0],[34,24,22],[23,14,17],[9,2,9],[3,0,4],[62,61,66],[248,249,251],[189,190,192],[81,82,84],[1,2,4],[1,1,3],[2,0,3],[4,0,1],[5,0,1],[4,0,1],[2,0,1],[1,1,1],[1,1,1],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[9,7,8],[8,6,7],[6,4,5],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[11,7,6],[3,0,0],[5,1,0],[5,1,0],[7,3,2],[127,123,122],[117,113,112],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[6,2,3],[5,1,2],[5,0,0],[4,0,0],[6,0,0],[12,4,2],[18,8,6],[21,11,9],[26,17,12],[21,12,7],[11,0,0],[9,0,0],[15,2,0],[20,7,0],[33,20,12],[29,16,8],[38,27,21],[24,13,7],[11,0,0],[12,1,0],[13,2,0],[15,4,0],[15,4,0],[21,10,4],[31,20,14],[29,18,14],[21,10,6],[22,12,3],[31,19,7],[20,12,1],[16,12,9],[35,22,16],[68,35,16],[122,76,43],[141,88,46],[99,52,10],[44,18,0],[70,51,19],[84,62,23],[93,62,16],[152,107,50],[146,97,41],[142,101,57],[152,120,81],[103,82,39],[52,39,0],[92,85,33],[168,165,110],[175,179,120],[98,106,46],[109,120,60],[150,164,105],[109,122,68],[118,130,80],[99,112,66],[97,113,68],[82,101,56],[81,103,57],[120,146,98],[108,134,89],[157,181,147],[85,105,78],[83,103,76],[164,187,161],[242,255,239],[217,241,215],[178,204,179],[88,116,93],[25,53,31],[112,141,119],[139,171,150],[34,67,46],[70,104,80],[51,86,62],[100,136,110],[92,127,97],[117,148,114],[106,136,100],[109,139,105],[186,215,184],[160,189,158],[109,139,105],[81,108,73],[129,157,119],[179,207,166],[140,167,124],[130,157,114],[110,137,94],[161,188,147],[130,155,116],[124,148,114],[133,158,126],[111,137,108],[206,232,203],[176,201,169],[130,156,117],[133,159,114],[98,122,74],[125,148,94],[113,132,77],[102,119,64],[156,169,116],[155,164,117],[160,166,122],[61,63,24],[62,59,26],[65,60,31],[41,36,6],[54,48,12],[124,117,73],[90,84,34],[150,144,94],[140,133,89],[68,60,23],[69,60,27],[53,44,11],[86,81,43],[54,46,9],[47,38,7],[33,21,0],[16,3,0],[43,27,14],[109,93,77],[40,24,8],[16,4,0],[11,1,0],[9,2,0],[34,30,21],[58,57,37],[58,61,34],[47,51,18],[85,86,55],[91,86,64],[21,14,0],[10,2,0],[32,24,5],[70,62,39],[31,24,5],[6,0,0],[15,7,5],[29,20,25],[6,0,6],[8,3,9],[1,0,4],[0,0,4],[6,7,11],[0,0,2],[0,0,2],[2,0,3],[4,0,3],[5,0,3],[5,0,3],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[48,46,47],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[1,0,0]],[[4,2,3],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,0,0],[3,0,0],[9,5,4],[10,6,5],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,1,2],[2,0,3],[2,0,3],[3,1,2],[7,3,4],[7,3,4],[8,2,2],[8,2,2],[21,13,11],[11,3,1],[7,0,0],[10,0,0],[33,24,19],[57,48,43],[51,40,36],[22,11,7],[23,12,6],[20,7,0],[40,27,19],[18,5,0],[17,6,0],[35,24,18],[42,31,25],[39,28,22],[26,15,9],[17,6,0],[27,16,10],[33,22,16],[20,9,3],[18,8,0],[22,12,3],[16,3,0],[19,5,0],[27,15,3],[27,20,14],[32,18,9],[42,10,0],[118,72,38],[128,77,34],[92,47,5],[82,56,23],[43,24,0],[47,25,0],[54,23,0],[152,106,54],[164,117,63],[82,41,0],[120,88,47],[126,104,57],[77,61,12],[114,104,53],[105,102,49],[82,87,33],[104,114,61],[106,120,67],[82,99,47],[34,50,3],[104,120,75],[105,120,79],[58,76,36],[87,109,71],[53,77,41],[161,188,153],[161,188,155],[136,161,131],[193,217,191],[223,247,223],[226,249,229],[203,226,208],[156,180,164],[144,171,156],[48,77,59],[41,70,50],[107,139,118],[167,199,176],[49,83,59],[39,74,50],[54,89,67],[42,77,57],[77,111,87],[133,164,133],[76,106,72],[134,165,133],[194,227,196],[184,217,186],[37,71,38],[51,82,48],[84,116,79],[159,190,149],[184,212,171],[174,201,160],[86,113,72],[91,117,78],[146,172,137],[134,159,127],[61,88,57],[68,94,67],[137,163,134],[191,218,185],[154,180,143],[142,169,124],[154,181,130],[139,162,106],[138,157,101],[150,168,110],[143,156,100],[121,131,78],[105,111,63],[89,92,49],[66,66,28],[33,30,0],[54,50,13],[69,66,21],[124,121,70],[86,83,28],[79,73,21],[122,116,68],[97,90,46],[86,78,39],[111,106,68],[126,121,81],[90,85,47],[62,56,24],[46,36,9],[30,17,0],[55,39,23],[59,42,24],[54,39,20],[14,2,0],[21,14,0],[13,7,0],[11,9,0],[42,44,20],[7,11,0],[79,83,46],[96,98,61],[68,67,39],[26,21,0],[7,0,0],[44,38,16],[64,58,36],[16,11,0],[9,5,0],[24,18,18],[23,14,19],[10,3,10],[3,0,4],[9,7,12],[0,0,4],[0,0,4],[0,0,2],[7,7,9],[2,0,3],[4,0,3],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[27,25,26],[75,73,74],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[13,9,8],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[17,13,12],[3,0,0],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[5,1,2],[3,0,0],[4,0,1],[7,1,3],[7,1,1],[8,2,2],[11,5,5],[11,3,1],[9,1,0],[13,5,3],[8,0,0],[7,0,0],[33,23,21],[56,46,44],[53,42,38],[75,64,58],[46,36,27],[38,28,19],[20,10,1],[14,3,0],[17,6,0],[44,35,28],[61,52,45],[32,21,15],[36,25,19],[43,30,22],[36,23,15],[21,8,0],[23,9,0],[31,17,8],[30,16,5],[25,7,0],[39,21,7],[35,22,13],[56,37,23],[51,17,0],[119,75,38],[133,84,41],[104,59,17],[67,38,4],[93,70,39],[45,19,0],[67,34,0],[161,115,66],[183,135,86],[115,74,30],[51,17,0],[86,60,11],[103,83,33],[111,98,53],[95,90,48],[69,71,32],[90,101,61],[129,144,105],[160,176,137],[34,50,11],[20,36,0],[105,121,84],[115,132,98],[46,66,38],[56,82,57],[191,220,200],[164,193,175],[146,171,149],[185,211,186],[121,146,127],[119,143,129],[57,80,70],[29,55,46],[65,91,82],[48,76,64],[56,84,69],[81,112,94],[192,224,203],[76,108,85],[47,80,59],[58,91,72],[45,78,61],[81,112,94],[113,143,115],[85,116,85],[124,157,126],[120,155,125],[86,123,92],[26,63,32],[76,111,79],[127,161,128],[171,203,166],[116,144,106],[173,199,162],[133,159,122],[102,129,94],[180,207,176],[70,96,67],[49,78,48],[46,77,46],[106,137,106],[137,167,133],[166,194,154],[125,153,105],[164,191,136],[147,171,111],[125,147,83],[151,170,106],[174,188,126],[119,130,70],[96,104,47],[125,130,76],[90,92,43],[36,35,0],[58,57,11],[97,97,45],[102,102,48],[86,84,35],[59,55,8],[93,86,40],[85,79,31],[71,67,20],[55,51,6],[54,50,12],[50,46,11],[87,83,48],[85,79,45],[91,81,46],[70,57,25],[44,28,2],[39,23,0],[48,37,15],[29,22,3],[35,29,13],[73,71,50],[128,129,98],[108,113,73],[120,126,82],[101,103,63],[65,64,33],[70,66,41],[72,66,44],[80,74,52],[37,31,9],[8,2,0],[18,13,9],[23,17,19],[24,15,20],[6,0,6],[6,1,7],[3,1,6],[7,7,9],[0,1,3],[2,3,5],[4,4,6],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[5,1,2],[5,0,1],[6,0,0],[4,0,0],[6,0,0],[15,9,9],[10,2,0],[7,0,0],[15,7,5],[16,8,6],[7,0,0],[7,0,0],[14,4,2],[18,9,4],[92,81,75],[90,80,71],[46,36,27],[9,0,0],[16,5,0],[17,6,0],[30,21,14],[14,5,0],[20,9,3],[30,20,11],[49,36,28],[47,34,25],[32,18,9],[34,20,9],[45,28,18],[41,23,9],[46,24,10],[82,59,43],[37,18,3],[45,20,0],[101,66,34],[151,108,66],[138,91,45],[102,57,15],[75,41,6],[79,48,17],[59,26,0],[90,51,12],[130,82,36],[184,133,86],[170,126,81],[121,83,36],[89,57,6],[95,69,20],[90,73,30],[122,112,76],[83,84,52],[36,45,14],[53,66,36],[122,139,105],[128,145,109],[46,64,26],[67,84,48],[137,156,124],[133,156,130],[159,184,165],[153,183,171],[156,186,174],[143,170,153],[23,50,31],[42,69,54],[67,93,82],[55,80,74],[36,61,57],[60,87,82],[85,112,105],[35,65,53],[58,89,74],[203,234,216],[149,180,162],[66,97,79],[39,72,55],[85,117,102],[96,127,109],[104,134,108],[156,186,158],[143,176,147],[40,76,48],[43,82,53],[69,108,79],[97,136,105],[178,213,181],[181,212,178],[99,129,93],[147,174,139],[106,132,97],[41,68,37],[91,117,88],[67,96,68],[58,88,62],[67,102,72],[61,96,64],[68,102,67],[101,133,92],[139,171,122],[153,182,128],[174,202,143],[147,172,107],[140,161,96],[174,190,125],[94,106,42],[81,91,30],[161,166,108],[181,184,129],[77,80,27],[81,84,31],[118,121,66],[113,116,63],[138,137,93],[79,76,35],[92,88,43],[113,109,62],[55,51,3],[50,47,2],[13,11,0],[20,17,0],[80,78,39],[95,92,49],[101,94,48],[78,67,22],[70,56,19],[20,5,0],[52,41,11],[28,21,0],[35,31,6],[16,15,0],[42,44,7],[98,101,56],[104,108,58],[137,140,95],[98,95,62],[57,51,25],[52,46,22],[51,45,23],[11,4,0],[31,25,11],[25,17,15],[8,0,4],[9,0,5],[6,0,4],[17,10,17],[2,0,5],[0,0,2],[5,6,8],[0,0,2],[5,5,7],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[9,7,8],[9,7,8],[3,1,2],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[5,3,4],[5,1,0],[3,0,0],[6,2,1],[3,0,0],[11,7,6],[3,0,0],[16,12,11],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[11,2,3],[10,1,2],[9,0,1],[10,1,2],[7,0,0],[12,3,4],[26,17,18],[15,7,5],[8,0,0],[6,0,0],[6,0,0],[10,2,0],[8,0,0],[6,0,0],[9,0,0],[23,12,6],[53,43,34],[57,48,41],[19,10,3],[15,6,0],[18,9,2],[21,12,5],[13,4,0],[10,0,0],[8,0,0],[41,28,19],[66,52,41],[49,32,22],[40,24,11],[48,30,16],[44,22,8],[47,18,2],[79,48,28],[78,50,28],[45,14,0],[97,59,20],[154,111,66],[157,111,62],[110,66,21],[122,80,42],[87,47,12],[109,66,32],[138,92,56],[123,72,29],[159,108,61],[161,113,65],[152,108,59],[135,95,46],[137,105,58],[97,74,33],[61,47,12],[74,70,41],[96,102,74],[60,73,45],[103,118,87],[101,117,81],[82,98,61],[58,74,37],[120,137,103],[192,215,187],[166,191,170],[150,181,166],[156,186,176],[55,83,71],[37,65,53],[56,83,74],[56,83,76],[52,79,74],[61,88,83],[48,74,71],[32,59,54],[19,46,41],[58,85,78],[76,103,94],[89,117,105],[86,114,100],[62,90,75],[66,95,77],[110,139,119],[141,169,146],[148,178,152],[64,98,71],[88,124,98],[40,80,53],[132,172,145],[97,138,108],[156,193,162],[174,207,176],[183,212,181],[191,218,187],[79,104,74],[65,91,62],[85,114,86],[101,131,107],[60,94,69],[66,105,78],[85,124,95],[44,81,48],[66,102,64],[145,181,137],[162,194,144],[196,225,169],[146,172,111],[189,211,147],[167,186,122],[155,170,105],[129,141,77],[186,194,134],[252,255,198],[137,142,84],[132,137,81],[139,146,92],[127,134,83],[93,93,55],[61,58,23],[70,65,25],[111,107,62],[88,84,37],[66,63,18],[86,86,48],[88,88,50],[101,102,58],[118,118,68],[118,116,59],[129,123,65],[108,96,44],[62,49,4],[58,46,8],[45,34,2],[42,35,6],[17,12,0],[35,33,0],[68,70,21],[91,94,41],[154,153,105],[97,93,56],[40,33,5],[31,21,0],[58,47,27],[39,28,10],[38,28,18],[19,9,10],[26,15,21],[20,9,15],[16,7,12],[6,0,4],[10,8,11],[0,0,2],[13,13,15],[0,0,2],[3,1,4],[6,2,3],[7,1,3],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[1,0,0],[3,1,2],[7,5,6],[7,5,6],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[12,10,11],[12,10,11],[4,2,3],[1,0,0],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[7,5,6],[28,24,23],[3,0,0],[9,5,4],[3,0,0],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[11,2,3],[10,1,2],[12,3,4],[17,8,9],[14,5,6],[18,9,10],[33,24,25],[6,0,0],[12,4,2],[11,3,1],[9,1,0],[16,8,6],[18,10,8],[12,4,2],[12,4,1],[8,0,0],[13,4,0],[65,56,49],[34,25,18],[11,2,0],[16,7,0],[8,0,0],[23,14,7],[21,11,2],[22,12,2],[26,14,2],[49,35,22],[65,49,36],[41,23,9],[36,17,2],[76,50,35],[72,39,20],[78,42,20],[143,108,80],[86,50,14],[78,40,0],[103,61,11],[120,77,26],[132,86,37],[119,71,31],[134,86,50],[126,76,41],[159,107,70],[149,96,56],[149,97,50],[177,127,78],[141,93,44],[165,118,72],[148,107,63],[131,102,62],[89,71,33],[33,29,0],[34,40,6],[43,54,20],[53,69,33],[47,63,26],[75,91,52],[112,128,91],[109,126,90],[122,143,112],[135,161,132],[167,197,173],[146,177,159],[53,83,75],[29,55,52],[77,104,99],[29,56,49],[45,72,65],[43,70,63],[53,80,75],[39,65,62],[36,62,61],[38,64,63],[23,49,46],[55,82,77],[87,114,105],[72,100,85],[74,103,83],[121,149,126],[137,165,142],[77,107,83],[19,53,28],[130,168,143],[90,133,106],[128,171,144],[130,173,145],[171,210,181],[193,228,198],[147,176,146],[146,172,143],[144,169,140],[64,90,63],[58,86,61],[101,133,110],[62,97,75],[50,92,70],[35,79,54],[52,95,67],[105,145,111],[168,206,167],[183,219,173],[98,130,80],[132,161,105],[200,225,167],[146,168,106],[207,225,163],[163,177,115],[135,145,84],[209,217,157],[225,233,174],[173,181,122],[106,115,58],[43,52,0],[48,51,6],[75,76,34],[79,76,33],[98,95,52],[64,61,18],[90,89,45],[74,76,36],[104,107,64],[140,143,96],[145,148,95],[178,177,120],[174,168,110],[128,117,61],[124,111,59],[120,107,63],[85,73,35],[83,75,39],[48,43,5],[53,51,3],[108,107,53],[49,48,0],[102,100,49],[83,78,40],[60,51,22],[17,5,0],[36,23,4],[49,36,19],[28,15,6],[13,1,3],[20,7,16],[12,1,7],[9,0,5],[4,0,2],[3,0,2],[15,13,16],[0,0,2],[12,12,14],[8,6,9],[6,2,3],[7,1,3],[9,0,3],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[2,0,1],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[4,2,3],[7,5,6],[32,28,27],[3,0,0],[6,2,1],[3,0,0],[9,5,4],[7,3,2],[11,7,6],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[8,0,0],[11,1,0],[7,0,0],[12,4,2],[22,14,12],[20,12,10],[18,10,8],[31,23,21],[40,31,32],[29,20,21],[12,6,6],[4,0,0],[6,0,0],[12,6,6],[11,5,5],[6,0,0],[19,10,5],[14,5,0],[40,31,24],[15,8,0],[22,15,9],[45,38,32],[33,24,17],[14,5,0],[36,26,17],[50,37,28],[26,12,1],[24,8,0],[55,37,23],[48,29,14],[46,27,12],[99,72,55],[113,75,56],[91,46,23],[114,71,37],[98,56,14],[132,90,40],[139,98,44],[116,73,20],[128,80,31],[123,70,26],[145,90,51],[141,82,48],[162,103,69],[169,114,75],[133,79,33],[139,86,34],[129,76,24],[168,115,71],[221,176,135],[203,170,125],[142,121,76],[95,89,41],[55,58,11],[69,81,33],[91,104,60],[49,62,19],[142,154,114],[85,97,59],[106,122,85],[107,127,90],[107,133,94],[166,198,157],[85,118,87],[17,47,39],[35,63,66],[28,57,53],[34,64,56],[51,81,69],[42,72,60],[43,70,63],[39,65,62],[50,74,76],[48,71,77],[35,58,64],[38,62,64],[66,91,85],[41,68,53],[54,82,59],[123,149,124],[135,161,136],[67,95,72],[57,91,67],[33,71,48],[123,165,141],[55,99,74],[129,172,145],[221,255,233],[165,200,170],[95,125,97],[168,194,167],[177,201,175],[76,102,77],[129,157,134],[57,89,68],[25,62,44],[30,73,56],[39,83,68],[90,133,114],[105,147,123],[176,215,186],[141,177,141],[128,160,119],[176,205,159],[119,146,95],[135,155,102],[204,221,166],[192,207,150],[145,158,102],[172,183,127],[244,253,196],[200,209,152],[195,207,145],[163,175,111],[119,128,65],[93,96,39],[111,109,60],[122,119,76],[94,90,52],[90,88,50],[38,41,0],[57,63,17],[80,86,40],[60,62,15],[102,99,54],[101,95,47],[123,111,59],[147,134,81],[107,93,46],[161,146,103],[135,123,85],[134,125,84],[104,98,48],[126,124,67],[109,107,48],[102,96,44],[70,61,22],[79,65,36],[52,36,13],[41,24,6],[60,42,28],[40,23,16],[23,6,12],[10,0,5],[8,0,4],[14,3,9],[23,14,19],[3,0,2],[3,1,2],[6,6,6],[1,0,0],[1,0,0],[7,3,4],[7,1,3],[9,0,1],[10,0,1],[8,0,0],[6,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[8,6,7],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[3,1,2]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[6,4,5],[7,3,2],[6,2,1],[3,0,0],[11,7,6],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[12,3,4],[11,2,3],[4,0,0],[8,3,0],[22,17,14],[18,13,10],[12,7,4],[21,16,13],[49,43,43],[21,15,15],[11,5,5],[15,9,9],[10,4,4],[10,4,6],[15,9,11],[13,7,7],[7,0,0],[19,10,5],[15,6,1],[32,23,18],[51,40,36],[27,16,10],[39,26,17],[36,23,14],[40,28,16],[42,28,17],[37,23,12],[24,8,0],[23,5,0],[54,35,21],[81,60,43],[83,56,37],[95,57,34],[85,40,11],[128,82,46],[152,105,61],[120,72,23],[150,103,51],[187,140,88],[123,75,26],[93,45,0],[129,77,37],[133,81,42],[150,98,59],[173,122,79],[129,75,29],[147,90,37],[160,103,50],[147,90,45],[209,162,118],[185,153,104],[95,75,24],[146,134,86],[170,168,119],[138,145,93],[141,153,103],[126,139,93],[128,143,102],[103,118,85],[94,113,83],[32,58,21],[84,115,74],[193,221,180],[152,181,150],[29,56,49],[31,59,62],[47,76,74],[41,70,65],[27,57,47],[37,67,57],[42,72,62],[45,74,69],[29,57,58],[44,72,76],[27,54,61],[55,83,87],[49,75,72],[42,68,55],[40,68,45],[99,128,100],[186,214,189],[104,134,110],[31,64,43],[51,89,68],[77,119,99],[125,168,148],[90,132,110],[201,241,215],[119,155,127],[56,89,60],[179,208,178],[198,227,199],[120,148,123],[99,128,106],[34,65,47],[48,82,66],[45,85,74],[53,94,80],[61,103,81],[64,104,77],[158,195,164],[127,163,127],[137,169,130],[109,140,96],[135,163,114],[173,198,143],[156,177,120],[180,200,141],[231,248,193],[201,216,161],[141,154,100],[166,179,123],[195,209,148],[145,157,93],[174,185,119],[151,157,95],[129,132,79],[118,117,73],[80,78,39],[42,42,4],[108,111,66],[104,107,60],[68,71,26],[59,60,16],[56,53,12],[85,80,38],[147,139,90],[143,131,79],[89,77,27],[67,55,7],[113,105,59],[124,117,71],[126,120,68],[104,99,41],[80,76,15],[122,113,56],[97,85,37],[87,69,31],[97,76,45],[66,44,20],[59,38,19],[36,16,9],[22,3,7],[19,2,12],[14,1,8],[9,0,3],[4,0,0],[15,11,12],[8,6,7],[134,132,133],[18,16,17],[7,3,4],[8,2,4],[8,2,4],[9,0,3],[9,0,1],[6,0,0],[6,0,0],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[5,3,4],[25,23,24],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[5,3,4],[6,4,5],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,0],[7,3,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[7,1,1],[8,2,2],[7,1,1],[5,0,0],[5,0,0],[7,1,1],[4,0,1],[5,1,2],[3,0,0],[14,10,9],[10,6,3],[25,20,17],[19,14,11],[20,15,12],[4,0,0],[5,1,0],[11,7,6],[3,0,0],[9,5,6],[14,9,13],[3,0,2],[13,7,9],[15,7,5],[13,3,2],[22,10,10],[42,26,27],[69,51,49],[22,3,0],[68,49,35],[65,46,29],[62,43,28],[54,36,22],[44,26,16],[32,13,6],[30,10,3],[37,17,6],[51,30,13],[67,41,18],[124,89,61],[122,79,45],[145,95,58],[172,117,76],[128,67,23],[176,117,73],[168,114,68],[99,52,6],[82,44,0],[84,51,6],[107,76,32],[146,113,68],[178,137,91],[186,136,87],[171,109,58],[166,103,50],[162,106,55],[180,137,84],[197,171,114],[93,73,22],[75,53,14],[112,96,60],[124,120,72],[129,133,82],[126,140,91],[154,175,136],[110,132,109],[86,115,95],[68,109,79],[109,146,115],[107,130,104],[123,140,121],[61,87,76],[38,69,64],[32,60,61],[40,68,69],[35,65,65],[36,67,62],[47,80,71],[44,77,68],[52,87,80],[39,75,71],[44,78,80],[79,110,113],[76,106,104],[47,77,65],[62,90,67],[99,129,101],[161,195,168],[170,205,181],[33,68,48],[47,84,67],[30,68,55],[119,160,146],[185,224,206],[134,173,152],[43,82,55],[108,145,112],[151,186,153],[200,233,202],[109,142,115],[77,109,88],[50,81,66],[98,128,116],[98,125,116],[77,106,88],[54,85,53],[39,71,30],[94,126,85],[112,143,102],[83,114,73],[89,118,74],[108,137,83],[126,155,91],[112,139,70],[124,149,81],[156,178,116],[193,214,158],[137,155,105],[163,179,130],[101,114,61],[42,52,0],[69,78,25],[96,105,52],[198,204,156],[138,141,96],[83,86,43],[129,130,88],[186,187,143],[120,121,77],[68,69,25],[32,31,0],[98,97,53],[112,109,66],[92,89,44],[119,115,67],[106,100,48],[70,65,10],[31,28,0],[99,97,46],[86,85,29],[97,95,36],[112,106,44],[181,170,108],[142,123,64],[127,105,48],[108,82,33],[94,66,27],[95,69,44],[73,50,36],[39,18,17],[58,42,45],[13,3,4],[13,7,7],[32,26,26],[4,0,0],[30,26,27],[202,198,199],[28,23,27],[4,0,2],[8,2,6],[7,1,5],[10,4,8],[12,6,8],[6,2,3],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[6,4,5],[1,0,0],[1,0,0],[2,0,3],[1,0,2],[3,1,4],[1,0,2]],[[3,1,2],[4,2,3],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[14,12,13],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[7,3,0],[8,4,1],[11,7,4],[15,11,8],[13,9,6],[8,3,0],[6,1,0],[5,0,0],[6,1,0],[7,1,1],[7,1,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[9,5,6],[4,0,1],[7,3,4],[9,5,4],[9,5,2],[6,1,0],[24,19,15],[45,40,36],[7,2,0],[19,14,10],[12,7,4],[12,6,6],[16,10,12],[4,0,0],[9,3,7],[40,34,36],[87,79,76],[7,0,0],[10,0,0],[36,18,18],[43,22,19],[29,7,0],[66,45,26],[99,77,54],[76,56,32],[59,38,19],[36,16,5],[17,0,0],[44,24,15],[59,40,26],[54,33,12],[96,70,43],[114,81,46],[119,77,39],[131,79,39],[184,125,83],[154,89,47],[194,131,87],[181,124,79],[111,64,18],[105,73,24],[214,191,141],[116,94,45],[112,86,37],[150,114,64],[193,146,94],[205,143,92],[209,146,93],[211,159,102],[181,142,83],[162,142,83],[141,125,74],[92,68,34],[97,77,44],[121,113,67],[143,147,96],[126,140,91],[107,129,91],[177,202,183],[141,173,160],[50,94,71],[18,58,32],[53,70,52],[52,64,50],[50,76,63],[41,72,64],[32,60,61],[37,65,69],[37,66,70],[35,67,66],[52,88,78],[65,103,90],[51,91,80],[38,79,71],[64,103,102],[73,109,109],[63,95,92],[80,110,100],[67,97,73],[90,121,90],[122,159,128],[130,169,142],[124,162,141],[28,66,51],[30,68,57],[54,94,83],[155,196,182],[42,81,62],[32,72,45],[117,157,123],[128,165,131],[201,236,203],[102,135,106],[67,96,74],[74,102,87],[90,116,105],[96,120,107],[63,88,66],[41,69,29],[60,89,43],[81,110,66],[103,134,93],[86,116,80],[91,119,78],[94,124,70],[148,178,114],[202,233,163],[161,191,121],[172,198,137],[113,138,83],[131,155,103],[108,128,79],[90,103,57],[77,89,43],[65,77,31],[70,79,34],[176,183,139],[182,189,145],[163,169,125],[101,104,59],[134,137,92],[98,99,55],[95,96,52],[82,81,37],[72,71,27],[31,30,0],[68,67,23],[91,89,41],[99,96,41],[138,136,79],[65,64,8],[91,90,34],[131,130,74],[111,109,52],[106,97,38],[140,129,67],[124,104,41],[151,127,65],[142,115,60],[130,101,57],[103,76,46],[76,53,35],[43,22,17],[34,18,18],[13,5,3],[10,6,3],[25,20,17],[28,22,22],[4,0,0],[5,0,1],[4,0,0],[16,10,14],[10,4,8],[6,0,4],[6,1,5],[7,2,6],[4,2,3],[4,2,3],[4,4,2],[5,4,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,2],[1,0,2],[5,3,6],[10,8,11]],[[2,0,1],[5,3,4],[2,0,1],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[6,2,1],[8,4,3],[12,8,7],[10,6,5],[4,0,0],[3,0,0],[5,0,0],[7,1,1],[7,1,1],[5,0,0],[6,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[4,0,0],[15,9,9],[12,7,4],[28,23,19],[18,11,5],[36,29,23],[51,44,38],[16,7,2],[15,6,1],[7,0,0],[16,6,4],[12,2,1],[8,0,0],[29,18,22],[27,17,16],[24,17,7],[34,26,15],[18,7,1],[11,0,0],[42,24,14],[53,32,15],[40,20,0],[73,54,24],[76,57,27],[80,60,35],[43,25,5],[53,34,19],[75,53,39],[59,38,19],[80,59,32],[115,91,57],[101,67,29],[88,45,3],[89,38,0],[192,135,90],[187,124,80],[180,119,72],[170,116,69],[137,91,42],[142,106,56],[255,242,192],[170,142,92],[128,98,46],[119,82,29],[145,98,44],[185,128,73],[196,140,83],[234,189,130],[213,181,124],[113,96,40],[133,121,71],[105,87,51],[79,63,29],[125,121,76],[126,132,86],[90,105,62],[178,200,164],[98,123,104],[64,95,80],[159,201,181],[80,115,95],[49,66,50],[49,61,47],[58,84,71],[43,74,66],[56,85,83],[70,98,101],[36,66,68],[30,60,60],[63,96,87],[54,92,79],[47,87,76],[48,88,80],[54,93,92],[65,101,101],[67,99,96],[69,99,87],[66,96,72],[117,148,117],[130,167,134],[115,156,126],[190,230,206],[131,172,154],[46,87,73],[23,63,52],[76,117,103],[96,138,118],[56,96,70],[141,180,149],[162,197,164],[187,221,188],[133,162,134],[58,83,61],[44,65,50],[65,86,71],[111,136,117],[98,127,99],[71,102,61],[88,119,77],[142,172,134],[90,120,86],[113,142,112],[106,136,102],[161,193,146],[159,190,133],[161,193,130],[139,169,107],[142,171,115],[144,171,118],[174,201,146],[144,167,115],[61,78,33],[102,117,74],[94,107,64],[56,69,26],[70,81,38],[54,65,22],[99,108,65],[74,81,37],[84,90,46],[124,127,84],[142,143,99],[67,68,24],[55,54,10],[56,55,11],[110,109,63],[92,90,41],[163,158,102],[179,174,116],[131,129,72],[122,119,66],[126,123,70],[143,137,85],[157,150,95],[83,70,15],[68,52,0],[109,88,31],[139,116,64],[167,144,100],[106,85,54],[34,17,0],[20,6,0],[36,25,21],[18,10,7],[4,0,0],[15,10,7],[27,21,21],[41,32,33],[21,12,15],[33,24,27],[13,4,9],[17,8,13],[10,1,6],[6,0,4],[6,0,2],[5,1,2],[6,2,3],[6,5,3],[4,3,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,1,2],[1,0,0],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[2,0,3],[1,0,2]],[[1,0,0],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,0,0],[8,2,2],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[10,4,4],[6,0,0],[13,4,5],[9,1,0],[8,0,0],[7,0,0],[32,23,18],[34,25,18],[29,19,10],[15,5,0],[12,0,0],[16,3,0],[18,5,0],[21,8,2],[15,1,0],[22,8,7],[37,23,22],[21,7,4],[33,25,12],[36,29,13],[40,30,20],[93,79,70],[113,95,83],[47,29,9],[40,23,0],[52,33,1],[80,61,29],[85,66,36],[80,60,36],[99,78,59],[67,46,27],[35,15,0],[103,82,51],[166,140,103],[131,96,54],[147,104,59],[140,89,42],[187,134,84],[184,126,76],[159,102,49],[167,114,62],[125,78,26],[119,79,27],[96,60,8],[163,132,78],[168,135,82],[156,117,62],[173,128,71],[189,139,80],[149,100,41],[125,87,25],[160,134,75],[87,74,21],[159,151,104],[114,100,61],[58,46,8],[114,111,68],[140,147,103],[93,110,68],[161,182,149],[28,53,31],[0,11,0],[25,62,45],[29,62,45],[52,66,51],[51,63,49],[49,75,62],[29,60,52],[48,77,75],[72,100,101],[47,77,77],[47,78,73],[73,106,95],[48,84,70],[53,91,78],[67,107,98],[60,99,96],[57,93,91],[80,112,107],[51,81,69],[66,96,72],[157,190,159],[154,194,160],[91,135,102],[109,152,125],[174,217,197],[122,164,150],[48,92,79],[41,85,70],[69,112,93],[89,132,105],[125,164,133],[171,206,173],[199,230,198],[140,165,136],[64,83,61],[53,70,52],[90,109,90],[88,114,89],[73,104,72],[116,148,109],[107,142,102],[131,165,132],[92,125,98],[137,169,145],[161,191,163],[133,165,124],[141,173,124],[137,170,117],[162,192,140],[140,170,120],[95,123,74],[215,244,188],[155,182,127],[67,89,43],[96,114,74],[90,106,67],[41,57,18],[51,66,25],[10,23,0],[0,9,0],[63,72,29],[45,52,8],[89,95,51],[102,105,60],[87,88,44],[104,103,57],[60,59,13],[109,108,60],[83,81,30],[86,82,21],[72,66,4],[103,98,40],[120,117,62],[98,95,44],[124,118,68],[49,42,0],[82,70,18],[131,115,63],[91,74,22],[101,81,31],[131,112,70],[91,76,43],[14,2,0],[17,8,0],[44,35,26],[29,22,16],[9,4,0],[16,11,7],[12,7,4],[35,27,25],[50,41,42],[13,4,5],[15,6,9],[20,11,14],[14,5,8],[9,3,5],[8,2,4],[5,1,2],[4,0,1],[3,2,0],[2,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[8,6,9],[1,0,2]],[[1,0,0],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,4,5],[5,3,4],[1,0,0],[1,0,0],[4,0,1],[5,1,2],[6,2,1],[9,5,4],[4,0,0],[6,2,1],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[11,5,5],[10,1,2],[7,0,0],[18,7,5],[18,4,1],[17,4,0],[11,0,0],[31,17,8],[45,28,18],[57,40,30],[20,2,0],[16,0,0],[25,7,0],[25,6,0],[23,4,0],[19,0,0],[19,0,0],[40,23,16],[28,16,0],[36,27,10],[71,59,47],[118,104,95],[113,97,84],[27,10,0],[75,58,32],[90,73,43],[69,50,18],[67,48,18],[109,89,65],[93,71,50],[62,40,19],[83,61,37],[104,81,50],[136,108,69],[141,104,59],[180,136,87],[177,130,78],[170,119,66],[174,121,67],[151,96,40],[183,130,76],[148,99,43],[139,94,39],[155,114,60],[168,128,76],[145,106,51],[190,149,93],[200,158,100],[238,194,133],[139,99,37],[112,80,19],[158,136,78],[157,145,93],[157,150,104],[215,206,163],[107,99,60],[75,76,36],[88,96,55],[56,72,35],[136,157,126],[73,97,73],[51,80,62],[31,65,51],[31,59,47],[48,62,49],[60,74,59],[55,81,68],[46,77,69],[39,68,64],[53,82,80],[79,108,104],[87,118,112],[76,110,96],[64,100,86],[61,99,86],[69,109,98],[81,117,113],[45,80,76],[59,92,85],[45,76,61],[104,133,111],[184,217,188],[142,182,148],[72,116,83],[68,112,85],[126,171,150],[65,112,96],[16,62,49],[19,66,50],[84,131,111],[135,179,154],[163,203,176],[131,166,136],[173,202,172],[124,147,119],[119,137,113],[80,93,75],[69,84,63],[83,110,79],[95,129,92],[95,130,90],[156,190,155],[97,129,105],[72,104,83],[112,143,125],[223,255,232],[158,192,157],[156,189,146],[115,148,105],[51,82,40],[21,52,11],[42,71,25],[225,255,199],[172,201,145],[162,187,145],[135,157,121],[70,90,53],[51,71,34],[24,42,4],[17,33,0],[85,100,59],[86,99,56],[45,54,11],[57,64,20],[82,85,40],[70,72,25],[85,84,36],[66,65,17],[111,109,60],[110,107,54],[84,78,16],[106,101,37],[149,145,84],[99,94,39],[132,126,76],[106,100,52],[69,61,12],[107,97,48],[109,97,47],[46,32,0],[66,52,5],[71,58,16],[61,50,18],[12,5,0],[16,11,0],[13,9,0],[23,16,8],[33,26,20],[17,10,4],[9,1,0],[22,12,10],[44,34,33],[14,4,3],[20,10,11],[19,9,10],[16,5,9],[15,6,9],[14,5,8],[7,1,3],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[210,208,209],[108,106,107],[13,11,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[7,3,4],[6,2,3],[5,1,0],[7,3,2],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[8,2,2],[10,4,4],[14,6,4],[37,23,22],[30,15,12],[19,1,0],[30,13,6],[18,0,0],[45,25,14],[60,41,27],[77,55,42],[86,64,51],[28,6,0],[34,12,0],[48,26,13],[26,4,0],[17,0,0],[17,0,0],[37,17,6],[27,14,0],[49,37,21],[49,36,27],[20,7,0],[67,53,44],[41,25,12],[95,79,56],[166,149,123],[87,67,40],[57,37,12],[89,67,46],[121,98,80],[112,89,71],[71,46,24],[33,9,0],[61,33,0],[182,144,97],[195,149,97],[178,131,77],[149,100,44],[177,128,70],[179,128,71],[198,147,90],[165,116,60],[143,94,38],[166,119,65],[184,139,84],[134,91,36],[134,94,35],[172,134,72],[210,172,109],[174,140,77],[189,161,98],[144,123,66],[147,135,85],[141,133,87],[197,189,143],[145,141,96],[205,206,166],[107,115,78],[107,123,87],[140,159,129],[56,79,51],[18,43,22],[70,101,86],[89,115,104],[64,81,65],[40,57,41],[40,66,53],[46,78,67],[60,90,82],[52,81,76],[60,90,82],[68,98,88],[52,84,71],[53,90,73],[78,116,101],[62,102,91],[46,83,75],[39,74,67],[28,61,52],[19,51,36],[130,159,137],[145,178,151],[153,193,159],[176,221,188],[50,96,68],[53,101,79],[30,78,62],[30,81,66],[28,79,64],[82,131,112],[171,219,197],[92,136,109],[76,115,86],[139,172,143],[99,123,97],[128,146,122],[110,123,103],[78,96,72],[99,129,93],[76,111,71],[162,198,160],[137,172,140],[81,114,93],[63,96,79],[77,110,93],[88,122,98],[109,143,108],[108,143,103],[71,103,66],[73,105,68],[138,168,134],[212,243,202],[228,255,204],[205,235,181],[95,122,81],[46,72,37],[114,138,104],[130,152,116],[42,62,25],[75,93,55],[110,127,85],[78,91,48],[85,97,51],[95,103,56],[55,61,13],[59,61,12],[128,128,78],[144,142,91],[174,173,119],[167,165,108],[146,141,77],[142,137,71],[166,162,99],[185,180,124],[97,91,39],[96,90,40],[132,124,75],[146,139,87],[89,79,28],[56,44,0],[107,94,49],[100,88,48],[61,52,19],[12,6,0],[21,16,0],[25,22,7],[22,16,4],[14,7,0],[21,14,6],[23,16,8],[30,21,16],[19,9,7],[9,0,0],[23,13,12],[15,5,4],[14,4,5],[15,6,7],[15,6,9],[8,2,4],[6,0,2],[7,1,1],[7,3,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[31,29,30],[22,20,21],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[8,6,7],[1,0,0]],[[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[3,0,0],[4,0,1],[6,2,3],[4,0,1],[6,0,0],[8,2,2],[7,1,1],[5,0,0],[11,2,3],[19,9,8],[34,19,14],[23,4,0],[27,7,0],[33,13,4],[26,4,0],[46,22,10],[72,46,33],[76,48,34],[128,101,84],[61,32,16],[38,9,0],[59,31,17],[72,44,30],[73,45,33],[65,39,26],[50,28,15],[26,10,0],[58,46,32],[93,80,74],[57,43,42],[75,61,58],[71,56,49],[80,64,49],[115,98,78],[68,50,28],[61,40,21],[67,44,30],[122,95,84],[112,86,73],[36,9,0],[36,10,0],[87,56,25],[139,98,54],[155,109,59],[184,138,86],[201,156,101],[200,155,98],[179,132,76],[177,128,72],[210,159,104],[135,84,29],[167,116,63],[169,119,66],[139,92,38],[108,68,9],[138,102,42],[180,149,85],[178,150,87],[176,150,89],[145,123,66],[118,101,55],[109,96,52],[194,184,135],[207,203,155],[95,96,54],[110,118,81],[130,144,111],[150,166,137],[117,138,107],[2,26,0],[8,32,18],[63,87,74],[65,84,65],[63,82,63],[49,77,63],[32,64,53],[59,89,79],[50,77,68],[58,86,74],[87,117,105],[56,88,73],[38,72,56],[60,96,82],[64,102,89],[35,73,62],[34,70,60],[28,61,50],[72,104,89],[174,203,183],[203,235,211],[149,188,159],[99,144,115],[53,98,75],[48,95,77],[29,80,65],[31,83,70],[18,72,58],[33,86,70],[51,102,83],[54,102,80],[120,163,136],[155,191,165],[160,190,164],[172,196,172],[153,172,150],[133,156,130],[134,164,128],[121,156,116],[120,154,119],[85,118,91],[51,82,64],[62,93,78],[56,87,69],[50,83,56],[95,129,92],[142,177,135],[138,169,135],[198,227,197],[240,255,239],[157,184,151],[125,153,105],[109,137,88],[10,38,0],[0,20,0],[57,82,50],[115,139,105],[84,106,68],[90,111,72],[77,94,52],[79,95,50],[48,60,12],[152,160,111],[91,95,44],[120,123,70],[157,156,102],[124,121,66],[195,190,134],[218,214,153],[158,154,90],[81,77,13],[125,121,58],[172,168,107],[81,76,20],[100,95,39],[101,94,39],[105,98,43],[129,120,65],[83,73,20],[87,77,28],[94,82,40],[40,31,0],[14,7,0],[28,21,2],[40,33,17],[33,27,13],[24,18,6],[32,23,14],[21,12,3],[32,23,16],[38,29,22],[35,24,20],[26,15,13],[18,7,5],[15,3,3],[15,5,6],[16,6,7],[11,2,3],[10,1,2],[10,1,4],[8,2,4],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[9,7,8],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[7,5,6],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[3,1,2],[5,1,2],[7,3,4],[6,2,3],[3,0,0],[6,0,0],[10,4,4],[8,2,2],[6,0,0],[10,1,2],[22,11,9],[40,21,15],[32,9,1],[50,26,16],[34,10,0],[29,3,0],[43,15,1],[76,47,31],[62,31,13],[85,52,33],[138,105,86],[109,76,59],[76,45,27],[86,55,37],[69,40,22],[68,39,23],[94,68,53],[78,61,43],[70,56,43],[77,62,57],[46,32,32],[37,23,23],[44,30,27],[45,31,20],[63,47,32],[84,65,48],[61,38,22],[62,36,23],[94,66,55],[90,62,50],[50,22,8],[60,33,12],[118,87,56],[163,122,78],[190,147,96],[215,172,119],[216,175,121],[188,147,91],[202,159,104],[179,132,78],[218,168,115],[176,123,71],[164,111,59],[171,120,67],[170,123,69],[120,79,23],[127,92,34],[193,164,104],[196,170,109],[147,118,58],[148,121,66],[103,81,34],[73,54,11],[189,177,125],[208,202,150],[117,118,76],[96,102,66],[112,123,91],[177,192,161],[150,170,133],[77,98,67],[23,44,27],[38,58,46],[84,103,83],[53,76,56],[43,71,57],[45,75,63],[73,101,87],[38,66,51],[48,76,61],[82,110,95],[48,79,63],[59,93,76],[64,101,84],[72,110,95],[62,100,87],[13,51,38],[62,98,84],[179,213,197],[94,125,107],[97,130,109],[81,119,94],[55,99,74],[41,86,66],[36,84,68],[41,91,80],[48,101,91],[49,105,94],[116,172,159],[112,169,152],[185,238,218],[181,229,207],[167,211,186],[169,207,182],[205,237,213],[230,255,235],[196,222,195],[106,137,103],[97,131,94],[119,153,120],[79,112,85],[82,113,95],[60,91,73],[45,77,53],[47,81,48],[94,130,86],[187,220,175],[222,252,216],[175,201,174],[83,108,87],[24,48,22],[83,110,69],[42,69,24],[35,61,26],[29,56,25],[80,105,73],[175,199,165],[148,170,132],[136,157,118],[140,158,116],[143,159,112],[71,83,33],[99,108,55],[110,115,61],[145,146,89],[161,160,103],[147,143,82],[117,111,49],[152,146,84],[178,177,113],[132,131,67],[82,81,17],[122,121,57],[85,81,18],[112,108,45],[150,145,81],[112,107,43],[151,143,81],[115,106,49],[80,70,19],[110,98,56],[63,50,18],[64,52,28],[53,40,24],[24,12,0],[41,34,18],[45,39,25],[18,10,0],[46,38,27],[45,37,26],[22,13,4],[28,17,11],[25,14,10],[23,12,8],[17,6,4],[14,4,3],[14,4,5],[11,2,3],[10,1,2],[10,1,4],[5,0,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[1,0,0],[1,0,0],[15,13,14],[17,15,16],[1,0,0],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,2,2],[9,3,3],[9,0,1],[16,7,8],[13,5,3],[7,0,0],[12,2,1],[16,2,0],[64,41,35],[72,45,34],[66,38,26],[62,33,19],[56,24,9],[26,0,0],[69,34,15],[83,48,29],[74,37,18],[130,93,74],[134,99,79],[126,91,71],[82,49,30],[90,59,39],[68,37,19],[47,20,1],[84,63,42],[91,74,58],[44,29,22],[48,34,33],[46,34,34],[24,13,11],[62,49,40],[69,53,38],[79,60,43],[37,14,0],[63,35,21],[101,71,60],[92,63,49],[64,37,18],[39,13,0],[115,86,52],[144,105,62],[163,121,71],[182,142,91],[168,128,77],[172,135,83],[215,175,123],[170,127,76],[174,127,75],[202,150,100],[194,141,91],[181,129,79],[177,130,78],[128,87,33],[91,59,2],[170,144,87],[221,196,139],[207,176,119],[149,118,63],[133,102,56],[76,49,4],[105,90,35],[129,119,66],[161,158,117],[141,142,108],[166,173,142],[181,195,162],[204,222,184],[130,150,115],[76,93,74],[113,131,115],[78,100,79],[68,93,71],[30,58,43],[28,56,42],[54,83,65],[61,88,69],[64,91,72],[69,96,77],[52,84,63],[64,97,78],[57,91,75],[31,70,52],[139,177,162],[113,151,136],[104,141,124],[62,96,80],[67,100,83],[51,84,67],[54,91,73],[67,108,90],[58,102,87],[46,94,82],[46,97,88],[65,121,112],[95,152,143],[111,171,161],[160,221,206],[154,212,197],[115,170,151],[126,178,156],[163,208,185],[221,255,241],[228,255,243],[165,199,174],[121,152,121],[110,139,108],[134,163,133],[126,154,129],[107,134,115],[77,105,83],[80,109,79],[136,167,126],[182,214,164],[149,181,131],[165,193,155],[58,82,56],[0,17,0],[35,56,37],[62,86,52],[54,79,40],[32,57,25],[87,112,82],[79,103,71],[100,124,90],[179,201,163],[181,202,161],[164,183,138],[139,155,106],[88,101,48],[88,97,42],[177,182,124],[128,129,69],[166,164,103],[174,170,107],[98,93,29],[105,101,37],[156,156,92],[186,188,123],[135,137,72],[110,111,45],[110,110,40],[108,105,34],[136,132,59],[115,108,38],[152,143,76],[145,135,74],[127,115,63],[124,109,66],[86,69,39],[59,41,21],[30,10,0],[30,13,3],[98,89,74],[60,54,38],[49,42,26],[55,48,32],[65,57,44],[36,28,17],[15,5,0],[39,29,20],[28,17,11],[24,13,9],[26,15,13],[20,8,8],[15,5,6],[12,2,3],[7,0,1],[13,4,7],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[1,0,0],[126,125,123],[134,133,131],[6,5,3],[1,0,0],[2,1,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[5,3,4],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[5,1,2],[6,0,0],[5,0,0],[10,1,2],[17,8,9],[6,0,0],[24,14,13],[31,21,20],[7,0,0],[33,18,15],[63,39,29],[70,40,29],[89,60,46],[91,59,44],[102,69,52],[63,28,9],[38,1,0],[176,138,117],[138,100,79],[97,59,38],[122,86,64],[112,77,55],[106,74,51],[94,62,41],[82,51,30],[86,58,36],[75,54,27],[92,74,50],[35,19,6],[25,10,5],[48,37,35],[26,17,12],[106,96,84],[59,46,29],[109,91,69],[116,94,71],[50,23,4],[66,38,17],[101,73,52],[132,106,81],[96,73,41],[153,127,90],[189,155,110],[158,120,73],[171,135,87],[174,138,90],[157,121,73],[200,162,113],[153,111,61],[180,134,84],[227,177,128],[170,118,68],[199,149,98],[192,146,94],[180,140,88],[114,81,28],[118,93,37],[160,135,79],[206,175,120],[138,102,50],[119,82,37],[124,93,46],[152,133,77],[150,141,86],[160,155,113],[176,176,142],[201,206,176],[140,149,118],[178,193,154],[130,146,109],[48,62,37],[86,101,82],[87,111,87],[59,87,64],[27,54,39],[10,37,22],[34,62,40],[58,84,59],[55,81,56],[41,67,42],[45,74,52],[30,61,43],[62,96,79],[101,140,122],[174,215,197],[211,252,234],[108,147,129],[78,115,98],[90,124,110],[106,140,126],[102,140,127],[93,133,122],[53,96,86],[70,117,109],[72,123,116],[93,148,142],[92,152,144],[94,155,147],[167,229,218],[143,204,189],[77,135,120],[64,119,100],[185,236,217],[211,255,239],[171,216,195],[152,194,170],[138,170,146],[99,128,100],[109,138,110],[121,149,124],[102,130,107],[62,90,65],[146,176,142],[210,241,199],[189,222,169],[170,200,148],[131,158,117],[79,104,75],[25,46,29],[48,69,52],[61,81,54],[46,67,36],[33,57,25],[14,38,6],[16,40,6],[74,96,60],[185,207,169],[147,168,127],[123,142,96],[121,137,88],[121,134,80],[162,173,115],[210,218,158],[157,162,98],[167,167,103],[154,151,84],[134,129,61],[132,131,64],[127,132,66],[135,142,75],[178,183,116],[170,173,102],[175,175,101],[165,163,88],[143,140,63],[145,139,65],[187,180,108],[146,137,72],[92,81,27],[86,71,28],[77,58,28],[25,2,0],[43,19,9],[27,7,0],[111,102,85],[74,69,49],[41,36,16],[57,50,32],[62,55,39],[17,9,0],[51,41,29],[70,60,50],[34,24,15],[15,4,0],[18,7,3],[21,10,8],[13,3,2],[13,3,4],[13,4,7],[17,8,11],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[8,7,5],[1,0,0],[1,0,0],[5,4,2],[2,1,0],[6,5,3],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,4,5],[64,62,63],[94,92,93],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[5,0,0],[6,0,0],[7,1,1],[9,0,1],[17,8,9],[13,3,2],[12,2,1],[26,16,15],[30,18,18],[17,6,4],[16,5,3],[26,11,6],[56,29,18],[71,39,24],[60,27,10],[103,68,49],[126,89,70],[92,54,33],[46,5,0],[96,55,33],[104,63,41],[91,53,30],[110,74,50],[88,52,30],[104,69,47],[116,84,63],[69,38,17],[112,85,58],[64,40,4],[86,66,31],[83,65,43],[42,28,15],[47,37,27],[28,20,9],[60,52,33],[75,63,37],[138,121,91],[127,106,75],[78,53,23],[59,32,3],[67,40,10],[148,124,88],[144,122,81],[169,146,102],[151,120,76],[112,78,33],[173,140,97],[166,133,90],[183,150,105],[188,154,108],[166,128,81],[150,108,60],[163,120,69],[176,130,80],[223,177,125],[209,166,113],[181,144,91],[186,155,101],[144,116,66],[149,121,71],[162,130,79],[143,107,57],[171,133,86],[149,115,67],[200,181,125],[181,171,118],[90,85,45],[140,140,106],[105,108,79],[58,65,34],[113,123,86],[105,117,81],[19,28,1],[5,17,0],[29,53,27],[133,161,138],[152,179,162],[52,76,60],[29,53,29],[28,53,24],[25,50,20],[112,137,108],[79,107,84],[86,118,97],[122,156,139],[173,212,194],[218,255,240],[118,161,141],[64,106,86],[105,146,128],[88,126,113],[75,112,104],[108,148,140],[138,179,173],[102,147,142],[84,133,127],[69,120,115],[51,106,100],[73,130,123],[112,172,164],[142,204,193],[106,168,155],[86,147,132],[146,204,189],[198,252,236],[179,232,214],[145,198,178],[143,188,167],[128,160,139],[103,128,106],[97,123,96],[60,86,59],[92,120,95],[80,109,81],[152,182,148],[114,145,103],[109,139,87],[150,180,126],[85,112,69],[106,131,101],[11,32,13],[21,42,27],[43,62,40],[32,52,25],[49,69,41],[25,46,15],[101,122,89],[130,152,116],[52,74,35],[71,92,49],[135,154,108],[156,174,124],[153,168,113],[184,198,139],[173,183,122],[162,168,104],[166,169,102],[166,167,99],[164,164,94],[136,137,69],[113,120,52],[154,165,96],[169,176,106],[127,133,59],[143,146,69],[124,122,45],[142,139,62],[158,155,78],[131,127,56],[71,63,0],[81,71,18],[77,64,22],[82,63,33],[58,35,17],[41,13,2],[55,33,22],[71,63,44],[36,31,11],[46,41,21],[48,43,23],[21,14,0],[95,88,70],[107,98,83],[74,64,52],[61,51,41],[31,21,12],[31,20,16],[32,21,19],[14,4,3],[9,0,0],[9,0,2],[8,0,2],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[6,5,3],[1,0,0],[1,0,0],[5,4,2],[1,0,0],[8,7,5]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[62,60,61],[90,88,89],[4,2,3],[1,0,0],[9,7,8],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[4,0,1],[4,0,0],[6,0,0],[7,1,1],[10,1,2],[10,2,0],[7,0,0],[17,7,6],[7,0,0],[14,3,1],[12,1,0],[17,6,4],[37,26,24],[17,0,0],[34,6,0],[72,39,22],[57,22,3],[89,52,33],[123,85,64],[91,50,28],[56,14,0],[91,49,25],[88,48,23],[59,22,0],[126,90,66],[120,86,61],[82,50,27],[148,118,94],[92,64,42],[81,54,25],[111,86,45],[102,79,38],[73,53,26],[75,60,41],[64,55,40],[62,56,40],[57,51,27],[62,53,22],[72,58,23],[157,137,100],[112,88,52],[69,43,8],[103,77,40],[165,142,100],[224,206,158],[202,182,132],[124,97,52],[58,29,0],[127,98,56],[223,191,150],[255,226,185],[201,168,125],[152,118,72],[149,111,62],[150,110,59],[223,184,129],[209,170,115],[187,150,95],[199,164,110],[181,149,98],[168,138,88],[139,111,63],[145,114,67],[141,109,60],[117,79,30],[147,115,64],[169,154,99],[214,208,156],[70,67,26],[47,46,15],[31,31,3],[46,51,21],[66,73,39],[69,76,43],[31,34,7],[0,5,0],[55,77,54],[53,81,59],[134,158,142],[161,184,164],[131,154,126],[152,176,142],[129,153,117],[114,138,106],[137,163,138],[143,172,152],[85,119,102],[77,116,97],[171,213,191],[43,87,64],[47,90,70],[72,115,98],[75,115,106],[86,125,120],[57,99,97],[100,144,143],[124,170,167],[106,155,151],[111,162,157],[61,114,106],[84,141,132],[81,138,129],[133,193,181],[79,139,127],[69,127,113],[155,213,198],[105,162,147],[95,149,133],[146,201,182],[75,122,102],[136,169,150],[92,120,98],[106,135,107],[120,149,119],[127,156,128],[114,144,118],[152,183,152],[143,173,137],[109,141,92],[75,105,55],[63,91,50],[106,131,99],[28,52,30],[39,60,43],[67,89,68],[141,161,136],[95,115,87],[71,92,61],[67,88,57],[86,110,74],[88,113,73],[89,112,68],[167,189,142],[208,228,177],[201,220,165],[148,166,108],[125,139,78],[176,186,123],[193,200,133],[128,133,66],[143,146,77],[166,172,102],[140,152,80],[150,162,90],[119,130,54],[111,118,41],[144,147,70],[94,95,19],[143,141,66],[139,136,65],[103,99,35],[82,77,19],[72,66,16],[71,62,21],[82,67,38],[110,89,68],[67,41,26],[51,29,15],[35,27,6],[7,5,0],[27,25,0],[13,8,0],[6,1,0],[76,69,50],[41,34,16],[59,50,35],[35,25,13],[20,10,0],[25,14,8],[25,14,12],[15,5,4],[14,4,5],[13,2,6],[12,3,6],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[1,0,0],[1,0,0],[3,2,0],[3,2,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[7,5,6],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[7,1,1],[6,0,0],[5,0,0],[6,0,0],[9,0,1],[11,3,1],[12,2,1],[12,2,1],[17,5,5],[21,10,8],[20,9,7],[13,0,0],[23,9,6],[22,7,4],[11,0,0],[21,2,0],[25,0,0],[67,32,13],[53,16,0],[70,32,11],[110,69,49],[81,39,17],[87,45,23],[96,54,30],[137,97,72],[99,62,36],[117,81,57],[151,117,92],[86,56,32],[87,59,35],[135,109,86],[101,76,46],[116,89,46],[122,98,54],[86,65,34],[107,92,71],[114,105,88],[95,90,71],[69,63,39],[94,85,54],[125,111,74],[138,120,80],[111,87,49],[116,91,51],[132,109,68],[114,91,47],[164,146,96],[210,193,141],[155,133,86],[134,110,66],[193,168,127],[195,167,127],[185,156,116],[145,113,72],[147,114,69],[196,164,115],[214,181,127],[212,180,123],[211,179,120],[183,151,92],[154,123,68],[203,172,118],[209,177,130],[191,160,114],[202,178,132],[175,151,103],[124,92,41],[139,112,59],[183,171,119],[218,216,168],[70,70,32],[20,21,0],[56,59,32],[64,66,42],[90,94,67],[56,56,28],[60,56,29],[1,3,0],[23,42,22],[22,46,30],[0,19,3],[17,36,16],[77,98,67],[193,213,176],[140,161,122],[166,188,152],[118,143,114],[90,119,97],[25,59,42],[110,149,130],[153,197,174],[99,144,121],[88,133,112],[87,131,116],[85,128,119],[136,178,176],[63,109,109],[63,111,111],[96,145,142],[91,142,137],[90,141,134],[76,129,119],[145,199,186],[140,196,183],[123,179,166],[55,111,98],[114,171,156],[68,122,108],[45,99,85],[122,175,159],[114,167,151],[39,86,68],[114,148,131],[147,175,153],[162,191,161],[165,196,164],[93,123,97],[138,168,144],[154,183,161],[118,148,122],[89,121,84],[63,94,53],[62,93,52],[86,113,80],[57,81,59],[27,50,30],[95,119,97],[156,178,155],[104,127,99],[82,105,76],[73,97,65],[82,106,72],[115,140,101],[98,123,83],[91,117,72],[161,185,135],[194,217,163],[196,217,160],[169,187,127],[167,183,120],[207,219,155],[145,156,90],[180,189,122],[183,193,122],[162,176,99],[130,144,65],[169,180,102],[168,175,98],[154,158,84],[114,115,45],[146,145,80],[111,111,49],[73,74,17],[101,100,52],[76,74,33],[55,51,14],[69,60,29],[112,98,72],[94,76,52],[66,50,27],[22,16,0],[11,9,0],[19,17,0],[6,2,0],[18,14,0],[11,5,0],[51,44,25],[67,60,42],[27,17,5],[34,24,14],[37,28,21],[27,18,13],[25,15,14],[24,14,15],[11,2,5],[10,1,6],[7,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[12,11,9],[1,0,0],[5,4,2],[5,4,2],[2,1,0],[13,12,8],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,1],[6,0,0],[6,0,0],[7,1,1],[11,3,1],[12,4,2],[13,3,2],[12,2,0],[18,7,5],[29,18,14],[19,5,2],[11,0,0],[21,6,3],[40,25,22],[59,44,39],[59,39,30],[38,9,0],[62,25,6],[49,11,0],[52,14,0],[81,40,18],[69,27,3],[106,64,40],[107,65,41],[123,83,57],[112,75,48],[133,97,71],[129,97,72],[110,82,58],[88,62,37],[50,26,2],[124,99,69],[126,97,55],[109,82,39],[116,95,64],[155,138,118],[151,141,129],[82,76,62],[72,66,44],[126,119,91],[167,154,120],[96,78,40],[145,121,85],[178,152,115],[113,90,49],[104,83,40],[115,97,47],[174,158,107],[176,158,110],[148,127,82],[168,145,103],[75,50,10],[102,74,35],[125,96,56],[172,144,97],[241,213,163],[189,163,106],[200,174,113],[226,201,137],[176,151,87],[187,158,100],[191,160,106],[255,228,180],[150,119,75],[184,165,122],[242,225,179],[137,112,58],[166,145,90],[169,163,113],[158,161,116],[73,77,40],[2,7,0],[55,57,33],[115,117,95],[62,64,42],[47,45,22],[94,84,59],[71,69,46],[37,54,38],[59,83,69],[0,11,0],[0,17,0],[0,20,0],[135,156,115],[103,124,83],[185,207,169],[84,109,79],[144,172,149],[31,64,45],[117,156,137],[195,239,216],[155,203,179],[133,181,159],[72,119,103],[96,141,134],[95,141,139],[77,127,128],[74,125,128],[67,119,117],[86,137,132],[79,130,121],[71,123,111],[90,142,129],[129,182,166],[136,189,173],[97,150,134],[106,158,145],[58,110,97],[83,133,121],[166,216,204],[121,172,157],[49,96,80],[95,129,112],[164,196,172],[172,206,173],[166,200,165],[148,181,154],[153,186,165],[167,199,184],[137,168,152],[137,170,143],[153,184,152],[108,140,103],[68,98,64],[27,53,28],[25,50,28],[25,50,28],[62,86,62],[92,116,90],[73,98,69],[43,68,38],[38,63,31],[36,64,26],[75,103,63],[57,86,42],[99,127,79],[139,166,115],[207,232,177],[144,168,110],[146,166,105],[144,162,100],[118,134,69],[158,173,106],[191,204,134],[149,166,86],[138,153,70],[181,193,111],[152,159,82],[110,113,42],[87,87,23],[113,112,55],[87,87,37],[69,72,27],[84,89,49],[82,86,51],[78,82,49],[86,85,54],[50,45,13],[64,53,23],[69,60,29],[74,70,41],[58,58,30],[42,41,13],[39,38,10],[56,52,25],[70,66,41],[109,103,81],[25,18,0],[13,4,0],[27,17,7],[29,20,11],[17,8,3],[24,14,13],[28,18,19],[11,2,5],[4,0,2],[6,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[6,5,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[7,5,6],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[6,0,0],[8,0,0],[10,2,0],[14,4,3],[15,5,4],[14,3,1],[12,1,0],[16,2,1],[33,19,16],[32,17,14],[55,40,35],[32,14,10],[29,11,7],[118,100,96],[154,131,123],[87,55,40],[80,43,24],[87,49,28],[78,37,15],[113,71,49],[108,66,42],[70,25,2],[118,76,51],[146,106,80],[123,86,60],[104,70,45],[71,41,15],[97,71,46],[88,64,40],[39,17,0],[114,88,61],[173,141,102],[124,92,54],[140,114,91],[191,173,159],[125,114,108],[54,47,41],[91,85,71],[118,110,89],[114,100,73],[121,102,70],[155,130,99],[194,167,137],[152,128,94],[126,104,67],[132,115,71],[137,123,76],[123,109,62],[154,137,93],[168,146,105],[143,120,79],[147,119,80],[156,127,87],[160,132,85],[206,181,127],[185,163,103],[157,138,72],[121,102,34],[121,100,33],[195,169,108],[180,149,95],[178,142,94],[226,195,151],[175,162,120],[161,153,107],[176,157,101],[168,153,98],[188,187,139],[195,203,162],[184,194,159],[54,60,32],[29,33,10],[66,67,49],[25,24,6],[15,8,0],[37,22,0],[114,108,86],[49,61,51],[0,12,3],[10,28,12],[91,109,85],[146,163,127],[132,150,108],[92,111,66],[103,124,83],[28,51,22],[40,68,45],[82,115,96],[92,131,112],[86,131,108],[95,143,119],[73,121,99],[100,148,132],[82,129,123],[109,157,159],[91,144,148],[93,149,150],[58,113,110],[62,115,109],[67,119,107],[72,123,108],[82,130,114],[177,226,207],[147,194,178],[123,170,154],[113,159,146],[113,159,146],[94,140,127],[119,165,152],[91,139,125],[71,115,100],[76,113,95],[125,159,134],[118,154,118],[89,125,89],[158,192,167],[181,213,198],[173,204,199],[113,144,139],[74,106,91],[142,174,150],[102,136,103],[126,157,125],[85,115,87],[60,88,63],[51,79,54],[94,120,93],[121,145,119],[118,143,114],[1,26,0],[13,40,9],[91,121,85],[69,99,61],[84,115,73],[104,136,89],[175,205,155],[159,188,134],[74,102,44],[113,137,79],[98,119,60],[100,120,59],[139,157,95],[210,227,157],[146,164,80],[162,176,88],[163,172,89],[151,158,81],[123,126,59],[78,77,20],[106,105,57],[117,119,79],[36,42,8],[36,43,12],[15,24,0],[69,78,47],[81,87,53],[13,15,0],[56,52,14],[49,45,8],[115,114,83],[123,124,93],[99,100,69],[97,96,68],[87,83,56],[98,94,69],[76,70,48],[32,25,6],[26,19,3],[24,16,3],[21,12,3],[16,7,2],[30,20,19],[41,30,34],[25,16,21],[13,4,9],[7,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[1,0,0],[8,7,5],[9,8,6],[4,3,0],[4,3,0],[3,2,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[13,11,12],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[5,3,4],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[5,0,0],[8,0,0],[11,3,1],[15,5,4],[15,5,3],[14,3,1],[12,1,0],[15,1,0],[21,7,4],[26,13,7],[42,27,20],[39,22,15],[15,0,0],[19,0,0],[44,22,9],[87,56,38],[99,64,44],[96,60,38],[96,58,37],[96,55,35],[132,91,69],[125,83,59],[108,68,42],[159,122,95],[135,100,72],[123,92,63],[77,47,19],[141,115,88],[72,48,22],[66,42,18],[89,63,36],[183,150,115],[170,137,104],[181,155,132],[162,143,128],[118,105,96],[119,109,100],[49,37,25],[107,94,77],[146,130,105],[155,138,110],[155,138,110],[160,143,113],[185,169,135],[144,128,92],[148,135,93],[146,133,89],[150,142,95],[154,143,97],[98,79,37],[83,59,21],[121,93,56],[124,96,57],[208,186,139],[255,237,184],[202,183,124],[188,168,105],[165,142,75],[113,85,20],[145,115,55],[186,155,98],[131,101,47],[221,199,149],[194,184,135],[110,102,53],[176,161,102],[166,156,95],[202,207,153],[206,215,172],[189,194,164],[32,34,12],[19,18,0],[52,50,35],[42,44,30],[7,6,0],[18,6,0],[113,103,78],[163,165,151],[28,39,25],[56,68,44],[60,75,44],[95,111,74],[45,63,23],[52,73,32],[39,61,23],[31,56,26],[72,100,75],[99,132,111],[41,78,60],[41,83,63],[82,125,106],[54,98,83],[60,106,96],[52,98,95],[73,121,123],[61,112,115],[61,112,115],[76,128,126],[74,127,121],[70,122,110],[70,123,107],[90,141,124],[163,211,195],[167,214,198],[151,195,180],[129,173,160],[135,177,163],[110,152,138],[73,116,99],[111,155,138],[98,141,121],[92,132,108],[115,151,123],[124,162,125],[95,130,97],[84,116,93],[150,180,168],[103,138,134],[29,65,61],[78,116,103],[130,168,147],[171,205,178],[184,217,186],[177,212,180],[105,140,108],[50,83,52],[47,78,46],[83,112,81],[66,92,63],[63,92,62],[91,122,90],[47,81,46],[62,96,59],[112,147,105],[183,216,171],[139,171,124],[68,98,48],[105,132,81],[159,182,128],[171,192,133],[136,157,92],[155,175,104],[189,206,128],[165,179,94],[161,171,85],[139,146,66],[139,143,69],[146,148,85],[138,138,84],[124,126,79],[82,87,47],[43,50,19],[43,53,26],[57,68,38],[69,80,48],[42,52,17],[50,56,20],[38,40,0],[24,24,0],[46,47,15],[46,47,16],[44,44,16],[53,51,26],[47,45,20],[65,60,38],[78,73,51],[55,50,30],[42,37,17],[19,12,0],[11,3,0],[13,4,0],[27,18,13],[42,32,31],[28,19,22],[7,1,5],[6,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[26,25,23],[18,17,13],[1,0,0],[2,1,0],[4,3,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[11,9,10],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[6,0,2],[4,0,0],[11,7,6],[4,0,0],[13,5,3],[19,11,8],[13,3,1],[17,6,2],[12,1,0],[9,0,0],[17,6,2],[58,44,41],[22,9,3],[25,10,3],[51,33,23],[34,15,1],[36,15,0],[31,5,0],[50,22,1],[68,37,17],[58,25,8],[102,66,50],[70,33,17],[86,47,30],[114,78,56],[130,94,68],[113,80,49],[170,140,106],[195,169,134],[126,100,65],[136,109,79],[92,62,36],[59,28,7],[78,46,23],[117,82,52],[130,99,68],[137,113,87],[128,108,84],[96,80,55],[110,93,73],[123,101,88],[110,88,74],[112,94,70],[175,164,134],[209,205,176],[189,190,158],[223,225,185],[186,185,141],[187,180,138],[118,111,67],[189,186,141],[162,158,113],[146,128,90],[121,97,61],[157,128,94],[119,95,57],[96,82,37],[204,192,140],[210,195,138],[167,145,87],[168,132,74],[138,98,39],[153,114,55],[173,145,82],[168,157,91],[196,188,125],[243,231,171],[171,156,97],[154,143,79],[205,200,134],[195,202,135],[162,166,115],[81,73,50],[14,1,0],[8,0,0],[5,3,0],[41,52,36],[48,60,38],[61,61,27],[78,68,33],[109,95,69],[59,48,20],[71,72,32],[67,76,33],[42,54,16],[19,36,0],[30,51,20],[49,76,45],[62,91,61],[75,105,77],[98,130,107],[46,77,61],[65,96,88],[76,108,105],[63,99,99],[67,107,107],[56,100,99],[58,104,104],[67,111,114],[73,117,120],[90,136,136],[71,120,116],[80,131,124],[97,150,140],[120,172,160],[143,193,181],[129,177,165],[109,155,144],[148,190,178],[177,218,204],[180,219,201],[168,207,188],[148,188,164],[106,149,121],[121,165,132],[91,135,100],[129,169,135],[194,227,200],[116,137,120],[133,155,142],[118,154,142],[32,78,65],[75,126,107],[152,201,179],[140,178,153],[97,133,105],[97,141,106],[98,144,107],[99,141,101],[78,116,77],[50,82,45],[111,143,106],[114,148,115],[154,189,157],[106,146,111],[119,160,120],[138,177,133],[121,158,114],[69,100,58],[63,90,49],[136,157,116],[195,212,167],[185,200,143],[192,208,137],[162,178,90],[182,195,105],[165,168,89],[96,96,22],[123,123,49],[140,141,73],[92,96,37],[145,150,96],[55,62,8],[63,73,23],[72,82,45],[82,93,59],[92,104,66],[95,107,67],[32,42,7],[42,49,15],[43,49,13],[27,31,0],[8,9,0],[59,57,32],[54,52,29],[23,21,0],[44,41,24],[72,71,53],[88,87,67],[35,34,13],[45,43,18],[27,23,0],[27,19,0],[30,22,3],[33,23,11],[13,4,0],[25,19,19],[8,4,5],[7,2,6],[4,0,3],[5,0,4],[7,2,6],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[12,12,12],[0,0,0],[66,66,66],[47,47,47],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,0,1],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[8,2,4],[3,0,0],[10,4,4],[10,2,0],[7,0,0],[13,2,0],[28,17,13],[16,5,1],[17,6,2],[26,15,11],[41,30,26],[19,6,0],[22,8,0],[41,23,11],[53,31,17],[73,51,30],[65,40,18],[70,45,25],[60,35,15],[59,30,14],[102,69,54],[72,36,22],[48,11,0],[122,85,66],[142,106,82],[106,73,42],[88,58,24],[210,184,147],[166,142,106],[142,117,86],[139,112,85],[113,85,63],[156,126,102],[169,138,109],[150,121,91],[139,118,91],[80,63,35],[122,107,76],[96,79,51],[118,95,79],[151,129,115],[102,88,61],[146,141,111],[186,190,163],[219,228,197],[207,215,174],[202,208,164],[134,129,89],[156,148,109],[176,174,133],[97,93,55],[144,130,95],[141,121,88],[153,130,98],[100,80,45],[89,76,34],[123,111,63],[214,197,145],[154,127,74],[126,87,32],[173,130,75],[174,135,76],[159,134,70],[201,194,124],[136,133,64],[171,157,96],[227,208,149],[158,142,80],[206,197,132],[251,252,186],[176,174,123],[150,135,112],[79,60,53],[16,3,0],[22,23,7],[20,35,12],[98,113,82],[21,23,0],[92,83,40],[114,96,56],[42,27,0],[88,85,32],[93,100,48],[159,170,130],[87,104,72],[35,59,33],[77,105,82],[69,101,77],[114,146,123],[94,126,105],[78,108,96],[97,126,122],[62,91,95],[22,55,60],[45,83,86],[60,105,102],[67,112,109],[89,130,134],[84,125,131],[78,124,124],[82,131,127],[88,141,131],[101,157,144],[131,187,174],[88,141,131],[92,143,136],[103,150,144],[129,172,165],[188,230,220],[195,236,220],[183,222,201],[192,232,205],[175,216,184],[84,125,91],[93,134,100],[79,115,87],[136,164,141],[145,159,144],[122,138,125],[103,137,120],[79,127,105],[117,171,147],[87,137,112],[47,82,58],[92,126,99],[141,185,150],[110,156,117],[102,143,103],[89,126,85],[105,140,98],[102,134,93],[126,162,124],[114,152,115],[84,124,87],[135,176,134],[171,210,165],[90,126,80],[65,94,50],[142,168,123],[162,181,136],[150,164,113],[147,161,99],[189,202,123],[188,202,107],[166,175,82],[111,111,37],[100,96,32],[168,167,102],[173,175,112],[110,115,59],[176,183,131],[140,150,97],[143,155,105],[123,136,93],[41,53,15],[32,44,4],[126,138,98],[90,102,66],[62,72,37],[52,59,25],[51,57,23],[29,32,3],[57,57,33],[64,59,39],[42,35,17],[46,40,24],[19,18,0],[56,59,38],[40,46,20],[61,64,35],[91,90,62],[61,51,26],[34,21,2],[40,26,13],[59,49,40],[22,19,14],[2,1,0],[8,4,5],[5,0,4],[6,1,5],[8,3,7],[6,2,3],[4,0,1],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[6,6,6],[4,4,4],[0,0,0],[254,254,254],[205,205,205],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[7,5,6],[5,3,4],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[6,0,2],[7,1,3],[9,3,5],[10,4,6],[13,7,9],[6,0,0],[16,8,6],[18,8,7],[17,6,4],[23,9,8],[27,13,12],[35,21,20],[28,14,13],[22,8,5],[15,0,0],[15,0,0],[17,0,0],[48,25,11],[88,62,45],[85,63,42],[49,31,11],[53,34,17],[80,57,41],[107,78,62],[74,38,24],[51,12,0],[123,82,64],[162,121,99],[154,117,91],[103,68,40],[103,72,43],[161,134,104],[114,90,62],[156,136,109],[154,137,111],[160,140,115],[156,133,102],[179,156,125],[199,179,154],[155,139,113],[140,127,95],[199,188,160],[167,154,137],[122,111,93],[130,125,95],[194,193,162],[233,237,210],[191,197,169],[181,187,149],[189,189,151],[149,141,105],[145,134,102],[168,162,128],[126,120,88],[134,123,93],[109,95,66],[114,99,68],[77,62,29],[120,106,69],[176,158,118],[206,183,139],[144,116,68],[113,77,25],[158,123,69],[181,150,93],[189,165,103],[238,223,158],[193,182,120],[126,110,58],[221,201,151],[217,191,140],[195,172,120],[247,234,182],[161,149,107],[62,48,19],[54,42,20],[22,15,0],[1,3,0],[1,12,0],[31,42,0],[80,78,30],[108,101,49],[91,84,29],[152,147,89],[212,213,155],[231,238,186],[214,225,185],[117,133,104],[71,94,74],[70,98,83],[65,97,82],[120,152,139],[77,109,98],[50,79,74],[67,95,98],[64,93,97],[49,83,85],[54,93,90],[55,98,88],[67,112,105],[70,110,118],[87,129,141],[78,126,126],[67,118,111],[109,166,151],[111,170,152],[102,160,145],[119,177,165],[121,176,173],[85,134,138],[69,117,121],[89,133,134],[96,139,132],[122,166,151],[126,172,146],[170,213,183],[132,166,141],[116,145,123],[109,138,116],[122,145,125],[105,116,100],[103,115,101],[117,146,126],[89,129,103],[145,189,162],[107,150,122],[90,120,94],[145,174,146],[166,201,169],[200,235,203],[142,171,140],[144,171,136],[143,174,132],[97,130,85],[49,85,41],[53,90,46],[64,101,57],[143,180,136],[178,214,168],[116,148,99],[145,172,121],[190,213,157],[197,215,155],[169,184,117],[190,204,129],[162,175,93],[157,170,82],[144,153,70],[113,114,46],[135,135,75],[142,143,86],[162,165,110],[139,147,90],[149,159,107],[57,68,25],[33,46,3],[128,144,99],[16,31,0],[25,39,3],[113,125,89],[151,163,125],[86,96,59],[35,45,8],[144,151,118],[154,160,134],[29,31,10],[28,19,2],[38,25,9],[53,41,25],[39,34,14],[69,75,49],[35,46,16],[63,72,43],[98,98,72],[65,50,31],[37,15,2],[27,4,0],[33,18,11],[9,9,1],[3,5,0],[6,4,5],[5,0,4],[6,1,5],[8,3,7],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[3,0,0],[5,1,0],[10,6,5],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[10,10,10],[4,4,4],[28,28,28],[4,4,4],[40,40,40],[29,29,29],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,3],[6,0,2],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[10,4,6],[6,0,0],[11,1,0],[21,9,9],[31,17,16],[32,18,17],[27,13,12],[25,11,10],[19,5,4],[12,0,0],[19,4,0],[17,0,0],[15,0,0],[46,23,9],[91,65,48],[118,92,75],[44,25,10],[49,30,15],[78,55,39],[99,72,55],[97,66,48],[130,95,76],[122,85,66],[147,111,89],[148,114,89],[72,40,15],[100,73,46],[101,75,50],[147,126,99],[134,117,91],[121,105,79],[135,119,93],[108,95,63],[74,60,31],[136,124,98],[166,154,128],[199,188,156],[254,245,214],[204,193,173],[133,125,106],[201,198,167],[188,189,157],[108,112,87],[123,127,102],[124,128,95],[169,170,136],[166,163,132],[132,125,97],[153,143,116],[125,115,88],[138,131,103],[147,140,112],[126,117,88],[111,100,70],[141,128,94],[221,203,167],[181,158,117],[125,96,52],[108,78,28],[125,93,42],[166,137,81],[186,162,102],[216,194,134],[241,222,163],[164,144,93],[161,139,90],[218,188,138],[226,198,150],[209,191,145],[182,167,124],[118,103,64],[30,16,0],[61,52,23],[103,102,71],[78,87,44],[63,73,23],[113,111,63],[160,154,102],[181,179,118],[193,195,132],[189,193,134],[219,226,175],[120,130,95],[36,54,28],[51,75,59],[44,74,64],[33,66,57],[49,84,77],[57,89,84],[46,78,75],[55,84,88],[49,80,83],[42,76,77],[34,73,68],[30,74,59],[59,105,94],[78,121,127],[80,124,133],[81,131,130],[88,141,133],[134,192,178],[102,163,148],[75,135,123],[141,201,193],[94,150,151],[61,114,120],[52,102,109],[59,108,113],[59,108,105],[85,132,122],[45,94,73],[97,139,117],[164,191,176],[206,226,214],[146,170,154],[124,145,130],[107,119,105],[142,156,139],[186,211,189],[102,136,109],[128,167,136],[141,178,147],[124,153,125],[99,125,98],[88,121,92],[208,238,210],[180,200,175],[155,173,147],[120,147,112],[85,117,76],[67,100,57],[107,140,97],[92,124,83],[136,167,126],[166,194,153],[229,255,210],[245,255,218],[219,239,180],[166,183,115],[159,173,98],[184,198,119],[231,244,165],[145,157,81],[116,126,57],[196,200,141],[166,169,116],[53,57,7],[71,77,29],[118,128,75],[58,70,20],[13,25,0],[21,35,0],[62,79,34],[103,120,76],[43,59,23],[71,85,52],[88,103,62],[122,135,92],[42,54,16],[32,42,8],[56,62,36],[28,30,9],[45,36,19],[51,39,25],[59,50,35],[29,23,7],[34,39,16],[20,29,2],[9,16,0],[71,70,42],[64,49,28],[47,25,11],[67,47,36],[24,9,2],[9,6,0],[1,3,0],[6,4,5],[5,0,4],[6,1,5],[7,2,6],[4,0,1],[4,0,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[11,7,6],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[5,3,4],[4,2,3],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[7,1,3],[7,1,3],[6,0,2],[6,0,2],[8,2,4],[9,3,5],[10,1,4],[62,53,56],[49,39,40],[19,7,7],[39,25,24],[41,25,25],[17,1,1],[15,0,0],[26,10,10],[25,9,9],[33,15,13],[29,10,4],[31,9,0],[44,18,5],[70,43,26],[115,86,70],[51,23,12],[101,73,62],[129,101,89],[82,55,38],[89,62,41],[175,151,127],[136,112,86],[70,49,22],[124,102,78],[96,76,51],[52,32,8],[79,57,34],[128,106,83],[128,106,82],[132,108,84],[157,142,113],[179,179,145],[39,45,11],[105,104,76],[156,149,123],[175,164,134],[180,166,137],[217,202,183],[222,211,191],[222,215,186],[153,150,119],[57,55,32],[117,116,95],[75,78,49],[144,149,117],[176,185,156],[185,189,164],[134,128,106],[100,89,69],[127,119,98],[115,109,85],[98,94,67],[126,121,92],[111,100,70],[152,137,104],[148,128,91],[141,116,76],[124,97,52],[116,88,40],[140,110,58],[179,149,95],[218,192,135],[180,154,97],[169,142,87],[199,172,117],[193,164,108],[213,188,134],[229,211,163],[222,205,159],[157,134,84],[72,48,2],[124,104,71],[180,171,138],[179,188,141],[97,109,61],[69,72,29],[165,164,120],[98,97,43],[96,95,39],[122,122,72],[169,174,133],[64,75,45],[33,50,31],[48,74,63],[51,82,76],[92,127,120],[34,71,64],[48,83,77],[49,83,82],[52,83,86],[50,81,84],[51,85,86],[32,72,64],[34,76,62],[91,135,122],[87,133,130],[77,125,125],[80,130,129],[86,138,136],[71,127,124],[61,120,118],[93,153,151],[73,133,133],[69,129,130],[80,140,141],[59,117,119],[77,133,134],[67,122,119],[73,125,121],[56,107,102],[95,136,130],[210,232,230],[244,255,255],[203,226,218],[198,222,209],[167,185,171],[173,192,173],[158,184,159],[138,171,142],[124,161,128],[154,191,158],[110,141,110],[68,98,70],[137,170,143],[217,245,222],[233,248,229],[142,157,138],[126,150,128],[121,150,122],[113,142,111],[138,165,132],[114,141,108],[153,177,145],[211,231,203],[219,236,202],[217,234,190],[195,209,156],[186,201,134],[196,210,135],[177,190,118],[170,182,116],[104,115,59],[164,172,123],[235,242,191],[94,100,54],[40,47,5],[18,27,0],[103,115,67],[94,107,63],[56,70,35],[106,121,88],[82,99,57],[111,128,86],[108,123,90],[97,111,78],[48,63,22],[131,146,103],[108,123,84],[0,8,0],[38,41,10],[62,60,35],[38,35,16],[58,54,42],[45,42,33],[6,3,0],[23,21,8],[31,30,9],[82,78,49],[64,58,26],[85,74,44],[89,75,49],[65,52,35],[18,5,0],[14,4,5],[4,0,2],[6,1,5],[5,0,4],[6,1,5],[6,1,5],[3,0,0],[4,0,1],[5,1,0],[3,0,0],[6,2,0],[5,1,0],[7,3,2],[8,4,3],[4,0,0],[3,0,0],[4,0,1],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[7,7,7],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[7,5,6],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[5,3,4],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[6,2,3],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[6,0,2],[6,0,2],[7,1,3],[8,2,4],[10,4,6],[12,6,8],[6,0,0],[38,28,29],[23,11,11],[10,0,0],[31,15,15],[41,26,23],[28,13,10],[13,0,0],[15,0,0],[27,12,9],[45,27,23],[53,34,27],[55,33,20],[47,21,6],[44,17,0],[65,36,20],[80,47,38],[114,84,76],[133,104,90],[45,18,0],[45,21,0],[114,93,64],[130,111,81],[26,6,0],[45,28,2],[92,74,50],[94,73,52],[63,42,21],[67,45,22],[113,91,67],[112,88,62],[126,112,83],[212,219,185],[64,78,43],[57,60,33],[105,98,72],[114,100,71],[187,172,143],[237,222,203],[217,204,185],[189,182,153],[157,152,122],[167,160,141],[116,113,94],[65,68,41],[142,151,122],[168,182,156],[135,147,123],[113,110,93],[99,90,75],[130,123,105],[133,128,108],[119,114,92],[106,102,75],[139,134,104],[153,144,111],[142,128,93],[167,147,110],[150,125,84],[118,89,45],[113,82,35],[147,115,64],[198,167,112],[149,118,61],[162,132,72],[175,146,86],[161,135,74],[196,174,116],[244,231,178],[246,230,178],[173,144,86],[163,132,77],[112,84,44],[56,40,4],[60,66,20],[129,142,96],[66,72,36],[89,89,55],[95,92,49],[56,53,8],[68,69,29],[57,60,29],[53,62,41],[33,51,39],[39,66,59],[58,93,87],[46,86,77],[43,85,75],[71,111,102],[57,94,87],[46,80,81],[59,93,95],[76,112,112],[51,90,85],[37,79,67],[78,122,109],[138,185,177],[89,138,134],[71,121,118],[89,141,139],[111,167,166],[98,156,157],[88,148,149],[66,127,128],[74,135,138],[73,134,137],[54,115,118],[55,115,116],[55,113,115],[75,131,132],[71,125,125],[108,150,149],[230,251,255],[209,227,229],[131,158,153],[182,214,203],[141,169,155],[100,129,109],[97,129,105],[96,133,102],[87,126,95],[97,136,105],[75,114,83],[70,106,78],[150,189,162],[198,230,207],[224,241,225],[160,174,159],[147,171,155],[157,186,164],[194,223,195],[236,255,232],[209,233,201],[218,237,207],[204,219,190],[188,202,167],[152,165,121],[145,160,103],[168,183,114],[172,188,115],[165,181,110],[66,80,19],[75,87,41],[183,194,152],[167,176,133],[86,95,50],[26,34,0],[37,48,8],[70,83,40],[82,94,54],[34,48,13],[46,61,28],[133,149,112],[154,170,131],[15,31,0],[51,67,31],[4,19,0],[89,104,63],[159,174,133],[89,99,64],[87,90,59],[78,76,51],[34,33,13],[18,16,1],[24,22,10],[50,48,36],[28,26,11],[38,36,15],[28,22,0],[44,37,8],[94,83,55],[88,76,52],[53,40,24],[56,43,35],[7,0,0],[13,4,9],[6,0,4],[5,0,4],[6,1,5],[5,0,4],[3,0,0],[5,1,2],[6,2,1],[3,0,0],[7,3,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[5,5,5],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[19,17,18],[1,0,0],[6,4,5],[4,2,3],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[11,7,8],[9,5,6],[7,1,3],[6,0,2],[6,0,2],[9,3,5],[11,5,7],[12,6,8],[17,8,9],[11,1,0],[14,3,1],[27,13,10],[22,7,2],[32,14,10],[52,34,30],[37,19,15],[26,8,4],[28,11,4],[39,20,13],[42,22,13],[37,15,1],[56,30,13],[86,58,37],[92,63,45],[22,0,0],[20,0,0],[84,58,41],[98,71,50],[95,69,42],[80,55,25],[108,83,53],[77,51,24],[64,36,14],[85,57,36],[102,75,56],[78,53,33],[97,75,52],[93,76,48],[99,84,51],[161,155,119],[136,148,112],[94,108,75],[82,80,57],[99,87,65],[145,128,102],[194,177,151],[246,231,210],[241,230,208],[156,151,119],[112,109,78],[159,152,133],[164,158,142],[132,132,108],[133,142,115],[132,150,126],[134,149,128],[100,102,88],[94,88,74],[117,110,94],[152,143,126],[150,142,121],[161,157,132],[198,199,168],[137,138,106],[185,181,146],[155,142,107],[122,98,60],[123,91,52],[141,104,60],[144,108,58],[177,146,91],[174,144,84],[179,150,84],[187,160,91],[142,119,52],[129,111,47],[201,191,132],[255,244,185],[218,187,122],[155,117,55],[118,84,36],[60,39,0],[41,44,0],[225,236,196],[155,159,132],[113,111,88],[118,113,81],[41,36,4],[84,82,59],[49,52,35],[35,45,36],[29,48,44],[42,73,68],[40,77,69],[24,66,52],[63,108,88],[65,108,89],[59,101,87],[51,88,81],[41,77,77],[46,81,83],[50,86,86],[47,86,83],[53,95,91],[48,94,92],[61,110,107],[64,113,109],[61,112,105],[126,182,173],[121,178,171],[67,128,123],[86,147,148],[94,154,162],[66,128,139],[62,124,137],[49,109,120],[53,110,119],[68,123,126],[51,106,103],[71,115,114],[193,221,224],[181,205,207],[96,132,128],[71,114,104],[56,100,85],[64,107,88],[55,97,75],[69,111,87],[47,91,64],[72,118,89],[34,83,53],[51,100,70],[176,222,194],[185,223,200],[149,172,154],[197,218,201],[176,205,185],[147,179,156],[192,223,192],[169,195,160],[163,185,147],[183,201,161],[98,113,72],[121,134,88],[150,165,110],[142,157,92],[118,136,62],[170,188,112],[165,182,112],[97,113,51],[90,106,57],[157,170,127],[105,116,73],[143,154,111],[87,98,55],[29,42,0],[29,41,5],[130,142,106],[81,96,57],[66,80,44],[165,179,146],[34,48,15],[17,31,0],[0,14,0],[9,21,0],[134,146,110],[139,151,113],[122,132,97],[60,65,42],[1,2,0],[30,25,6],[33,26,8],[12,5,0],[47,45,24],[37,39,15],[35,38,11],[38,36,11],[25,17,0],[64,47,31],[78,56,43],[37,17,8],[31,17,8],[6,0,0],[13,10,5],[5,1,2],[5,0,4],[6,1,5],[6,1,5],[4,0,1],[6,2,3],[8,4,3],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[6,6,6],[3,3,3],[0,0,0],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[10,8,9],[17,15,16],[111,109,110],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[20,16,17],[15,11,12],[9,3,5],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[11,5,5],[16,8,6],[18,8,6],[13,2,0],[18,5,0],[23,8,1],[46,29,21],[66,49,41],[44,27,19],[24,7,0],[22,5,0],[40,22,12],[41,22,8],[21,0,0],[60,35,13],[118,90,66],[106,78,56],[103,75,61],[42,16,1],[66,41,21],[97,71,46],[106,81,51],[120,93,63],[127,98,68],[145,114,86],[139,107,84],[159,126,107],[110,79,61],[72,45,24],[139,117,93],[82,65,35],[86,73,38],[114,108,72],[110,114,81],[98,98,72],[103,92,72],[126,108,88],[139,119,94],[156,140,114],[225,219,195],[223,223,197],[128,134,98],[105,111,77],[112,110,89],[142,136,120],[149,147,126],[110,114,91],[128,140,120],[99,110,93],[108,112,98],[111,109,96],[118,111,95],[125,116,99],[147,139,118],[183,179,154],[118,123,93],[120,126,92],[111,112,78],[117,111,75],[102,82,47],[115,85,47],[114,79,37],[128,92,44],[208,177,122],[192,164,101],[204,177,108],[182,158,88],[153,129,65],[119,101,39],[212,202,141],[255,255,194],[223,192,127],[177,139,76],[124,89,33],[109,85,37],[92,89,46],[158,162,129],[129,127,104],[92,87,67],[37,31,5],[15,10,0],[61,59,46],[49,52,45],[36,48,46],[26,46,45],[35,67,64],[41,82,74],[32,79,61],[49,97,75],[64,112,88],[38,83,63],[38,78,69],[54,90,88],[48,83,85],[39,77,78],[47,87,86],[56,98,97],[34,80,80],[83,132,129],[82,131,125],[62,112,101],[82,134,121],[82,138,125],[85,142,135],[70,130,130],[73,133,143],[70,132,147],[63,124,142],[73,132,148],[71,128,139],[52,107,112],[72,124,122],[70,115,112],[142,173,175],[133,163,165],[73,115,111],[59,110,101],[72,126,113],[71,125,111],[64,112,98],[47,94,76],[46,93,73],[25,77,54],[50,106,79],[111,167,140],[158,211,183],[104,148,123],[155,184,164],[210,237,218],[156,189,168],[172,207,183],[196,229,200],[143,170,135],[128,150,111],[61,80,34],[120,137,85],[159,174,117],[144,160,97],[151,171,102],[141,163,91],[172,194,122],[138,159,92],[97,117,56],[88,106,54],[103,121,73],[18,31,0],[85,97,51],[137,151,102],[58,71,27],[27,39,3],[50,61,27],[61,74,31],[121,133,93],[27,38,8],[4,14,0],[8,20,0],[8,20,0],[15,26,0],[51,62,28],[77,89,51],[96,108,72],[9,19,0],[36,39,18],[55,50,30],[64,56,37],[54,46,27],[34,29,7],[56,59,32],[50,54,27],[65,68,41],[44,38,14],[40,21,4],[72,45,34],[93,68,61],[36,19,11],[11,7,0],[0,1,0],[3,1,2],[6,1,5],[7,2,6],[6,1,5],[5,1,2],[8,4,5],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[5,3,4],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[4,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[20,16,17],[21,17,18],[10,4,6],[7,1,3],[8,2,4],[7,1,3],[14,8,10],[17,8,9],[26,16,14],[14,3,0],[18,5,0],[20,5,0],[28,11,3],[26,9,1],[22,5,0],[52,35,27],[46,29,21],[31,14,4],[44,26,12],[46,27,12],[39,17,0],[50,24,1],[110,83,56],[90,60,34],[78,49,31],[81,52,34],[75,47,25],[75,49,22],[103,78,47],[114,88,55],[133,104,72],[87,56,27],[139,105,80],[148,113,91],[147,112,92],[156,126,102],[108,82,55],[133,114,82],[113,99,62],[128,115,80],[123,107,81],[133,112,93],[136,108,94],[112,85,68],[140,120,93],[202,193,162],[236,240,213],[193,208,177],[131,154,112],[90,111,72],[107,115,91],[116,117,99],[117,112,92],[130,123,104],[99,96,81],[70,68,55],[83,84,70],[112,110,97],[120,114,98],[137,130,112],[137,132,110],[185,185,159],[133,138,108],[113,120,87],[120,124,91],[139,135,100],[107,91,57],[136,112,74],[126,94,53],[140,106,58],[187,154,100],[160,131,71],[166,147,79],[218,199,133],[163,138,82],[165,142,90],[201,185,126],[239,221,159],[225,197,134],[228,197,133],[167,137,73],[148,126,69],[95,83,43],[77,68,39],[80,68,46],[98,87,67],[22,18,0],[32,34,13],[21,23,12],[41,45,44],[33,47,48],[30,54,56],[49,83,82],[63,104,96],[66,113,95],[52,101,79],[59,107,83],[57,102,82],[40,80,71],[58,97,94],[55,93,94],[52,90,93],[65,105,105],[79,121,119],[52,98,96],[58,104,101],[122,169,161],[71,119,107],[87,138,123],[81,133,120],[106,161,155],[149,207,208],[66,124,135],[63,122,138],[66,125,143],[60,117,134],[65,119,131],[66,117,121],[63,112,109],[94,136,132],[152,186,185],[116,150,151],[78,124,121],[75,130,124],[50,111,104],[49,108,102],[61,114,108],[36,85,79],[26,76,67],[30,82,69],[66,125,107],[79,138,116],[68,124,99],[77,125,99],[122,160,135],[121,155,131],[61,100,79],[140,179,158],[203,237,212],[172,201,170],[158,180,141],[139,159,110],[157,175,117],[187,206,142],[135,156,89],[129,150,85],[159,181,119],[150,174,116],[61,84,28],[77,100,44],[75,98,42],[100,119,64],[48,62,11],[50,62,14],[158,170,120],[58,70,24],[48,58,21],[39,49,14],[130,141,99],[123,134,94],[40,49,20],[10,19,0],[51,61,24],[52,63,23],[60,70,36],[26,36,2],[113,123,86],[113,125,85],[98,110,72],[47,54,21],[42,40,17],[54,47,29],[60,50,38],[55,49,37],[33,34,16],[17,21,0],[7,8,0],[32,26,0],[70,53,23],[84,59,37],[89,66,52],[43,24,18],[4,0,0],[6,4,7],[7,2,6],[5,0,4],[8,3,7],[6,1,5],[3,0,0],[10,6,7],[17,13,12],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[3,1,2],[4,2,3],[4,2,3],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[4,0,0],[10,4,6],[12,6,8],[4,0,0],[8,2,4],[15,9,9],[19,11,8],[26,17,10],[37,27,18],[30,17,8],[22,8,0],[26,9,0],[27,10,0],[32,15,5],[37,20,10],[46,30,17],[51,33,19],[57,38,21],[57,35,12],[53,27,2],[117,90,61],[132,101,73],[69,34,12],[71,36,16],[89,57,32],[95,68,39],[92,67,36],[84,61,29],[71,46,15],[98,71,41],[86,55,27],[175,144,116],[207,176,148],[138,107,79],[95,68,39],[109,86,54],[134,116,80],[153,133,100],[128,100,78],[156,123,106],[169,133,121],[176,144,129],[176,156,129],[211,205,173],[204,215,185],[146,167,134],[103,132,88],[93,118,78],[102,115,89],[123,126,105],[127,121,99],[145,134,114],[120,108,94],[80,70,58],[67,61,47],[126,123,108],[118,115,96],[127,125,104],[146,146,120],[214,217,188],[140,145,113],[142,145,114],[147,148,117],[124,121,90],[120,111,78],[128,112,76],[146,123,81],[148,120,72],[147,114,61],[157,126,69],[135,116,48],[205,187,121],[174,149,95],[169,143,92],[197,181,119],[201,183,117],[237,213,151],[231,203,138],[185,158,89],[155,133,73],[76,61,22],[83,69,43],[56,38,18],[44,28,12],[31,28,9],[27,29,15],[19,25,15],[49,58,53],[25,43,43],[23,48,52],[56,92,92],[30,72,68],[59,107,93],[48,97,78],[48,95,75],[66,110,93],[73,114,106],[79,118,115],[64,102,103],[54,94,93],[48,90,86],[73,118,111],[56,103,95],[70,117,109],[115,161,151],[80,126,115],[85,131,120],[83,130,122],[84,134,131],[110,164,166],[70,127,136],[58,118,129],[68,127,141],[44,100,113],[61,114,122],[73,122,126],[59,103,102],[136,177,173],[165,199,198],[88,124,122],[82,127,124],[74,126,124],[78,138,136],[50,110,110],[48,99,102],[38,86,88],[48,94,94],[58,107,103],[65,123,111],[95,154,136],[71,125,102],[93,141,117],[124,167,140],[49,89,65],[42,85,66],[144,187,168],[192,227,207],[192,222,196],[129,153,117],[158,180,133],[143,163,104],[160,181,116],[171,193,129],[123,148,90],[144,171,120],[88,114,69],[54,80,35],[70,94,46],[68,91,35],[117,138,81],[45,59,6],[55,67,17],[131,143,93],[83,95,49],[67,75,36],[130,138,99],[51,59,18],[72,80,41],[35,42,9],[68,75,42],[22,30,0],[15,23,0],[27,37,2],[35,45,10],[120,130,93],[60,72,32],[71,83,43],[74,84,47],[5,8,0],[6,4,0],[17,11,0],[82,79,64],[48,50,29],[19,22,0],[18,17,0],[70,64,30],[81,66,35],[53,33,8],[73,51,37],[47,30,23],[6,0,0],[8,3,9],[5,0,4],[3,0,2],[7,2,6],[8,3,7],[3,0,0],[9,5,6],[13,9,8],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[8,6,7],[1,0,0],[3,1,2],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[4,2,3],[4,2,3],[4,2,3],[5,3,4],[7,3,4],[7,3,4],[7,3,4],[7,3,4],[4,0,1],[8,4,5],[7,1,3],[13,7,9],[14,8,10],[8,2,4],[13,7,9],[19,10,11],[23,13,11],[22,11,7],[20,7,1],[22,7,0],[27,10,2],[37,20,10],[40,23,13],[19,2,0],[29,13,0],[47,31,18],[51,33,19],[67,48,31],[83,61,38],[80,54,27],[117,90,60],[119,85,57],[112,70,45],[92,47,24],[94,57,31],[100,70,42],[86,63,32],[101,82,50],[71,55,22],[87,68,35],[78,55,21],[116,92,58],[164,135,103],[150,121,89],[131,102,70],[95,69,36],[127,103,69],[147,120,91],[129,94,72],[148,111,93],[149,113,99],[164,133,115],[208,189,159],[225,219,185],[175,181,153],[184,199,168],[138,161,119],[163,184,143],[133,146,118],[130,134,111],[153,147,121],[167,155,131],[146,131,112],[130,114,99],[107,95,83],[128,122,106],[116,118,96],[78,84,58],[137,146,115],[188,195,162],[159,160,129],[151,147,118],[142,136,110],[141,137,108],[137,136,105],[140,138,100],[168,159,116],[136,115,68],[144,110,62],[169,134,78],[143,120,52],[137,118,49],[154,132,72],[167,147,86],[186,176,104],[168,156,84],[112,88,26],[206,176,116],[232,203,135],[181,157,97],[56,41,2],[33,21,0],[68,53,34],[31,17,4],[40,33,27],[11,12,6],[19,27,14],[38,54,41],[35,56,51],[30,58,59],[58,96,97],[55,97,96],[47,94,86],[52,99,89],[44,90,79],[44,87,78],[68,109,105],[86,125,124],[74,114,113],[72,115,108],[68,116,102],[108,159,142],[152,203,188],[88,139,124],[73,121,109],[66,111,104],[58,103,100],[65,109,110],[65,113,115],[66,117,121],[70,125,130],[66,124,128],[56,114,118],[67,122,125],[70,119,123],[66,111,114],[114,154,156],[178,213,215],[108,142,141],[88,122,121],[111,150,149],[89,133,134],[83,137,139],[61,116,119],[73,120,128],[81,124,131],[60,101,107],[82,126,127],[117,168,163],[97,149,137],[134,178,161],[133,177,154],[138,181,154],[121,165,140],[115,162,146],[165,209,196],[174,210,198],[214,245,227],[216,241,212],[174,196,157],[93,116,64],[97,120,64],[78,103,48],[113,139,92],[102,128,93],[32,59,28],[58,83,51],[88,113,74],[134,156,107],[66,85,30],[95,112,60],[74,88,39],[103,114,71],[118,129,86],[82,91,46],[105,112,71],[17,23,0],[40,46,12],[49,55,17],[151,157,121],[54,61,28],[49,56,22],[71,82,42],[13,24,0],[67,79,39],[4,16,0],[36,46,11],[103,113,79],[78,85,52],[95,102,69],[114,119,87],[163,166,135],[58,59,28],[7,3,0],[24,17,0],[17,7,0],[61,46,25],[68,52,36],[39,25,14],[14,1,0],[13,4,0],[6,0,0],[12,6,8],[4,0,3],[6,1,5],[9,4,8],[4,0,1],[6,2,3],[8,4,3],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[11,9,10],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[11,7,8],[25,21,22],[20,14,16],[10,4,6],[8,2,4],[13,7,9],[20,14,16],[15,9,9],[16,8,6],[16,7,2],[10,0,0],[26,13,5],[33,19,10],[29,12,4],[38,21,13],[33,16,6],[42,25,15],[32,16,3],[44,28,13],[72,53,36],[89,67,44],[96,72,46],[112,85,56],[111,78,47],[129,88,58],[121,77,50],[84,48,22],[66,36,10],[63,42,15],[77,60,32],[71,54,26],[92,73,41],[120,97,63],[150,124,87],[143,115,76],[145,115,77],[167,139,102],[127,103,69],[105,84,53],[111,87,59],[132,105,78],[138,108,84],[167,139,118],[141,116,94],[234,217,187],[160,151,118],[171,169,144],[179,185,157],[189,201,163],[205,217,179],[158,167,138],[125,127,103],[158,155,124],[130,121,92],[99,85,59],[122,105,87],[130,114,101],[89,82,66],[113,117,94],[133,144,114],[114,128,93],[167,174,141],[203,199,170],[163,153,128],[158,150,129],[173,168,146],[171,176,146],[107,113,79],[112,110,71],[123,110,66],[115,84,38],[140,103,50],[157,128,60],[166,142,70],[179,156,89],[217,203,132],[192,187,106],[143,136,58],[124,100,36],[190,158,99],[225,194,129],[170,146,86],[65,53,11],[49,44,15],[17,9,0],[30,22,11],[27,21,23],[3,5,4],[23,36,19],[50,71,52],[60,86,77],[44,76,73],[46,84,85],[122,163,165],[98,143,140],[133,178,171],[89,132,123],[59,100,94],[56,95,94],[71,110,109],[62,104,100],[77,123,113],[83,134,117],[100,153,133],[98,152,136],[93,145,132],[70,117,107],[44,89,82],[55,97,95],[66,110,109],[68,113,116],[70,119,123],[74,129,134],[105,163,167],[75,133,137],[75,128,132],[68,116,118],[70,112,111],[144,180,180],[173,205,204],[120,154,153],[126,160,159],[96,130,131],[84,124,126],[75,125,126],[75,126,129],[94,139,145],[109,147,156],[71,108,116],[72,112,114],[52,98,95],[103,149,139],[112,153,139],[93,135,115],[109,155,129],[146,196,169],[124,173,152],[175,219,202],[177,216,198],[213,245,224],[204,230,201],[161,186,147],[117,141,93],[94,118,68],[132,160,111],[137,166,122],[103,133,99],[56,85,54],[73,98,66],[83,105,67],[106,126,77],[69,87,35],[73,89,40],[104,117,73],[84,96,58],[29,40,0],[98,107,64],[61,68,27],[58,63,31],[57,62,32],[32,39,0],[37,45,4],[47,54,21],[42,52,17],[104,117,73],[98,114,67],[91,108,63],[4,21,0],[19,34,0],[69,81,43],[63,73,36],[102,110,73],[144,150,114],[124,130,96],[73,77,44],[47,46,15],[23,18,0],[37,27,2],[70,55,36],[77,61,46],[67,53,42],[18,5,0],[13,4,0],[58,53,50],[21,17,18],[9,4,8],[6,1,5],[8,3,7],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[3,1,2],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[8,6,7],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[10,6,7],[24,20,21],[17,11,13],[6,0,2],[4,0,0],[9,3,5],[17,11,13],[12,6,8],[18,9,10],[23,13,12],[13,2,0],[35,21,18],[50,35,30],[31,14,7],[25,8,1],[28,11,4],[19,4,0],[13,0,0],[50,33,23],[67,49,35],[47,26,7],[42,18,0],[73,46,19],[144,115,85],[142,109,74],[110,77,42],[110,80,52],[106,80,57],[107,85,64],[100,77,59],[94,69,47],[78,50,26],[94,61,30],[176,142,105],[206,173,132],[180,151,109],[172,148,110],[126,110,76],[117,108,77],[117,108,77],[130,115,82],[127,111,78],[135,119,93],[169,153,127],[222,209,175],[140,129,97],[101,90,68],[197,189,166],[140,137,102],[184,184,148],[216,216,188],[146,146,118],[137,137,101],[129,125,88],[132,121,89],[128,114,88],[152,139,123],[98,91,75],[83,89,63],[106,119,89],[104,115,81],[136,141,109],[195,189,163],[167,154,135],[156,144,128],[148,143,124],[136,144,121],[132,143,113],[130,134,99],[135,127,88],[127,99,59],[159,121,72],[157,119,54],[178,144,70],[208,185,109],[157,144,65],[178,178,92],[163,158,76],[131,106,39],[187,153,92],[247,213,152],[175,150,94],[100,96,48],[75,82,41],[39,41,17],[31,31,21],[29,27,32],[21,22,27],[45,62,46],[52,77,56],[32,62,52],[54,89,85],[71,111,111],[147,189,188],[114,156,152],[43,86,77],[75,116,108],[79,119,111],[60,99,96],[69,108,107],[74,116,112],[86,136,125],[78,133,114],[55,112,95],[43,100,93],[62,117,114],[94,145,138],[86,133,123],[83,129,118],[68,114,104],[78,124,121],[64,113,117],[122,176,186],[213,255,255],[100,156,171],[68,120,133],[70,115,120],[62,102,101],[166,199,190],[153,185,174],[129,165,161],[133,172,171],[86,117,120],[63,98,100],[72,120,120],[85,135,134],[87,131,132],[84,124,126],[70,108,109],[52,91,90],[40,83,76],[149,191,181],[146,182,170],[100,141,123],[98,152,128],[175,231,202],[194,247,217],[183,229,200],[150,189,160],[138,171,142],[169,196,163],[86,111,72],[147,170,126],[182,208,160],[144,174,124],[120,152,103],[135,166,122],[166,197,153],[91,118,73],[64,86,39],[70,87,35],[61,75,24],[23,38,0],[61,75,39],[35,49,16],[0,7,0],[34,44,7],[42,50,13],[55,61,33],[77,83,55],[63,71,32],[73,81,40],[104,114,79],[54,66,28],[70,86,37],[111,129,77],[130,150,99],[57,80,28],[45,70,15],[107,127,76],[70,77,36],[28,27,0],[15,11,0],[4,4,0],[115,122,91],[140,150,115],[106,112,74],[80,77,42],[109,92,66],[123,98,78],[90,66,54],[26,8,4],[3,0,0],[10,11,13],[17,15,18],[8,3,7],[5,0,4],[7,2,6],[5,1,2],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[10,8,9],[6,4,5],[1,0,0],[18,16,17],[8,6,7],[13,11,12],[3,1,2],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[5,1,2],[11,7,8],[8,2,4],[10,4,6],[11,5,7],[7,1,3],[13,7,9],[15,9,11],[22,13,18],[24,15,18],[9,0,0],[21,7,6],[47,32,29],[40,22,20],[22,4,2],[21,3,1],[20,5,0],[38,23,16],[58,41,33],[50,32,20],[49,28,11],[73,48,28],[67,41,18],[102,73,43],[136,106,68],[147,119,80],[174,149,119],[102,77,55],[59,37,23],[59,37,24],[85,59,44],[115,87,65],[98,67,36],[125,91,53],[129,96,53],[124,95,51],[184,165,125],[88,75,41],[69,64,35],[134,130,101],[153,145,109],[108,100,63],[83,77,43],[185,180,148],[214,208,172],[195,186,153],[137,125,103],[151,136,115],[164,155,122],[156,152,117],[211,210,180],[154,155,124],[123,124,84],[170,165,125],[204,190,155],[139,124,95],[141,128,111],[116,110,94],[86,90,65],[82,91,60],[119,129,95],[115,118,87],[167,159,136],[173,162,144],[147,138,123],[136,132,120],[122,129,111],[186,196,172],[170,175,143],[132,126,90],[137,115,76],[159,125,79],[129,87,29],[175,136,67],[208,181,104],[158,141,61],[181,179,96],[226,221,140],[213,190,120],[193,161,100],[255,225,168],[213,192,135],[106,107,47],[104,114,62],[23,30,0],[1,8,0],[0,1,0],[42,52,51],[59,80,65],[24,53,33],[57,89,78],[96,132,128],[115,155,154],[89,131,127],[53,96,86],[39,81,67],[93,134,120],[91,129,118],[52,88,84],[68,107,104],[74,119,116],[50,101,94],[45,101,88],[67,127,115],[50,109,107],[55,113,114],[74,126,122],[89,139,130],[126,172,162],[84,130,120],[58,107,103],[68,119,122],[93,147,159],[118,174,189],[81,137,154],[83,135,148],[96,141,146],[103,142,139],[161,193,180],[178,210,197],[116,157,151],[82,124,123],[106,137,140],[111,145,146],[126,175,171],[75,128,120],[59,108,102],[85,130,123],[90,131,123],[58,100,90],[69,113,100],[132,174,160],[144,180,168],[87,130,113],[59,121,96],[129,194,164],[156,211,179],[137,184,148],[131,171,137],[175,206,174],[128,153,121],[54,78,44],[73,95,59],[78,103,64],[88,116,75],[158,190,143],[183,217,167],[139,171,121],[78,105,54],[73,93,44],[0,13,0],[47,58,16],[128,142,107],[57,72,43],[0,7,0],[5,18,0],[20,31,1],[8,17,0],[13,22,0],[52,58,30],[120,128,91],[87,98,58],[88,100,60],[73,90,46],[103,123,70],[154,178,120],[122,147,89],[114,142,83],[58,88,28],[49,72,16],[21,30,0],[14,14,0],[28,24,0],[50,50,22],[102,112,78],[128,140,104],[60,68,29],[94,92,54],[112,95,65],[59,34,12],[23,0,0],[13,0,0],[6,4,5],[0,0,4],[4,2,5],[3,0,2],[4,0,3],[7,2,6],[7,3,4],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[11,9,10],[1,0,0],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[6,2,3],[9,5,6],[7,1,3],[13,7,9],[15,9,11],[9,3,5],[13,7,9],[16,10,14],[13,3,11],[20,9,17],[19,6,13],[16,1,6],[25,9,12],[27,11,12],[18,2,2],[28,12,12],[32,16,16],[30,15,12],[28,10,6],[56,37,30],[65,43,30],[68,42,25],[51,24,3],[66,36,8],[137,103,65],[195,161,124],[156,129,102],[45,22,4],[19,1,0],[25,8,0],[23,7,0],[66,48,26],[93,73,38],[107,84,42],[139,112,65],[124,100,54],[158,139,99],[119,104,73],[87,76,56],[59,51,28],[153,145,108],[229,224,182],[140,140,102],[184,186,149],[182,184,144],[232,232,196],[209,201,178],[152,141,119],[158,149,116],[110,106,71],[145,146,115],[176,177,145],[147,145,104],[164,155,112],[183,161,124],[152,131,102],[127,119,100],[129,128,110],[114,116,94],[109,112,85],[115,115,87],[201,200,172],[212,206,184],[155,148,130],[148,144,132],[134,134,122],[149,155,141],[139,146,128],[128,130,106],[144,139,109],[133,117,81],[140,111,71],[187,144,99],[197,152,97],[173,134,67],[192,164,91],[240,226,155],[242,232,160],[218,199,130],[221,198,131],[255,241,183],[212,198,137],[141,145,71],[103,114,45],[26,34,0],[1,12,0],[29,46,27],[36,58,45],[60,87,72],[83,113,101],[76,109,102],[82,118,114],[65,106,100],[98,141,131],[209,252,233],[85,129,104],[87,127,103],[98,137,118],[75,113,102],[62,101,96],[53,97,96],[55,105,104],[49,106,100],[59,120,113],[52,114,109],[56,116,114],[79,134,131],[87,137,136],[88,134,134],[85,130,133],[64,112,116],[51,101,108],[66,120,130],[68,126,137],[68,125,134],[78,131,137],[86,130,131],[143,179,177],[211,241,233],[177,208,202],[116,162,159],[60,108,108],[94,129,131],[106,142,142],[101,152,143],[58,116,102],[61,115,99],[72,125,107],[59,108,89],[75,122,104],[62,109,89],[101,145,128],[80,121,105],[71,118,102],[117,187,163],[152,225,196],[117,174,142],[153,198,167],[183,220,189],[169,199,171],[130,154,132],[38,57,38],[15,33,17],[56,77,58],[105,134,106],[191,223,184],[190,224,174],[81,111,59],[53,77,27],[89,104,61],[58,65,31],[66,72,46],[100,114,91],[0,8,0],[8,23,0],[32,46,23],[39,48,29],[21,29,8],[78,87,60],[16,25,0],[63,72,41],[110,122,86],[98,115,70],[89,109,56],[76,99,45],[130,158,100],[179,209,147],[128,158,94],[138,166,107],[124,144,91],[95,108,62],[61,69,28],[57,63,25],[68,74,38],[38,46,9],[42,48,12],[15,17,0],[53,47,13],[56,40,14],[15,0,0],[18,2,0],[16,3,0],[5,0,0],[10,8,11],[3,0,2],[3,0,2],[5,0,4],[7,2,6],[6,2,3],[5,1,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[7,5,6],[2,0,1],[40,38,39],[186,184,187],[36,34,37],[6,4,7],[6,4,7],[5,3,4],[6,4,5],[5,4,2],[5,4,2],[5,4,2],[7,3,4],[8,4,5],[8,3,7],[9,4,8],[7,2,8],[17,11,15],[11,5,9],[10,1,4],[11,3,1],[13,5,2],[18,9,4],[11,3,0],[26,17,18],[14,5,8],[20,10,11],[21,9,9],[29,15,14],[31,17,14],[13,0,0],[14,0,0],[15,0,0],[40,22,20],[27,8,4],[39,16,10],[27,1,0],[61,34,17],[85,57,35],[61,30,2],[101,65,29],[146,110,74],[148,118,84],[138,112,85],[83,64,47],[90,72,58],[112,95,77],[92,75,49],[94,76,38],[84,63,20],[119,96,52],[132,111,68],[103,85,47],[107,92,59],[108,96,72],[108,99,70],[113,101,59],[168,161,115],[203,204,162],[124,126,86],[159,160,118],[217,215,177],[175,165,138],[152,140,114],[127,121,89],[129,124,92],[115,114,84],[162,161,130],[158,154,116],[184,172,132],[183,164,131],[192,175,147],[166,161,139],[129,131,110],[124,124,100],[130,128,103],[164,160,131],[180,176,147],[146,142,117],[144,142,121],[153,154,136],[122,126,111],[120,127,111],[117,125,104],[146,148,124],[162,158,129],[177,167,132],[169,147,108],[160,125,83],[150,109,57],[171,132,67],[203,172,105],[243,228,163],[179,168,102],[159,145,74],[169,154,85],[238,222,162],[220,212,149],[158,161,90],[93,105,33],[66,75,18],[84,97,51],[67,93,58],[38,68,42],[65,96,78],[89,123,109],[56,91,84],[53,89,85],[72,112,104],[78,119,105],[125,168,141],[161,202,172],[108,147,120],[71,109,88],[77,112,105],[92,131,128],[65,110,107],[52,102,99],[39,98,96],[60,120,118],[68,127,121],[72,129,123],[81,136,133],[91,146,143],[69,120,121],[82,133,136],[62,116,118],[76,131,134],[116,174,176],[71,129,130],[62,118,117],[70,122,120],[77,122,119],[128,164,160],[180,211,206],[175,210,206],[84,134,133],[59,110,111],[99,140,142],[158,200,198],[117,170,160],[77,135,120],[73,130,111],[47,100,80],[90,137,117],[131,176,155],[122,167,146],[59,102,82],[105,144,126],[87,134,116],[109,174,150],[139,205,178],[108,158,131],[113,152,125],[113,143,117],[77,103,78],[102,124,103],[64,82,66],[32,52,41],[118,142,128],[232,255,234],[119,154,114],[170,203,156],[97,127,77],[82,106,58],[68,87,42],[22,36,1],[99,112,84],[85,100,77],[48,66,42],[32,50,24],[66,81,58],[24,35,19],[97,106,87],[67,77,50],[9,20,0],[33,47,14],[121,135,99],[119,137,87],[85,106,49],[94,115,59],[101,125,67],[123,147,85],[33,55,0],[64,81,26],[127,141,90],[91,103,53],[63,72,25],[73,79,33],[58,59,17],[75,73,34],[59,55,20],[60,55,23],[50,43,15],[34,21,2],[18,2,0],[43,26,18],[27,13,10],[4,0,0],[4,0,0],[5,1,2],[8,4,5],[8,4,5],[5,1,2],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[4,3,1],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[11,10,8],[0,0,0],[7,7,5],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[8,8,8],[16,16,16],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,4],[3,1,4],[3,1,4],[3,1,4],[5,3,6],[1,0,4],[77,75,80],[255,254,255],[70,68,73],[1,0,4],[14,9,15],[8,3,7],[5,4,2],[7,6,2],[7,6,2],[6,5,1],[8,7,5],[9,7,8],[7,5,10],[6,0,10],[12,6,18],[9,1,12],[16,6,14],[8,0,0],[16,5,0],[36,24,10],[28,15,0],[18,7,0],[26,17,8],[10,6,0],[21,14,4],[20,14,0],[16,9,0],[38,29,14],[28,16,4],[38,24,15],[39,20,14],[38,14,10],[62,37,32],[46,17,9],[44,12,0],[84,52,31],[84,50,23],[64,29,0],[95,58,29],[108,72,36],[121,90,43],[197,168,124],[150,123,94],[65,39,16],[68,42,15],[107,82,51],[128,103,62],[74,51,9],[57,32,1],[84,63,32],[116,100,66],[104,92,54],[84,76,39],[138,131,87],[172,160,108],[165,153,101],[143,139,94],[155,150,110],[170,161,120],[165,151,112],[164,148,114],[114,98,65],[112,103,72],[172,167,138],[176,171,142],[204,199,169],[147,138,105],[151,142,109],[182,175,149],[144,139,117],[135,134,113],[113,113,89],[145,143,118],[208,204,177],[187,184,153],[117,114,83],[134,133,102],[151,152,121],[161,167,139],[126,136,109],[137,150,122],[134,144,117],[131,136,106],[133,134,103],[156,151,119],[183,169,132],[168,146,99],[189,160,104],[153,126,57],[165,145,74],[217,207,145],[215,209,147],[166,158,86],[170,160,88],[227,217,148],[220,214,152],[190,193,136],[111,120,63],[142,152,92],[176,193,138],[128,157,111],[105,141,105],[87,123,97],[51,88,70],[65,98,87],[88,121,114],[71,103,98],[72,105,94],[77,116,87],[102,141,110],[104,139,117],[74,107,98],[87,118,121],[89,122,127],[65,108,99],[60,112,100],[55,114,112],[55,111,112],[71,120,116],[68,115,109],[80,131,126],[94,151,144],[81,144,136],[67,132,124],[73,140,131],[82,148,138],[74,137,126],[90,150,140],[84,137,127],[94,141,133],[94,137,130],[169,208,203],[181,217,213],[155,195,194],[59,109,110],[118,171,175],[146,197,200],[131,183,181],[74,131,125],[37,94,85],[56,108,96],[75,121,108],[111,152,136],[128,165,148],[125,158,141],[41,74,55],[114,147,128],[172,212,188],[23,73,46],[78,126,100],[54,89,65],[52,77,55],[87,106,84],[69,87,63],[62,80,54],[47,69,48],[28,54,41],[121,153,132],[194,231,190],[78,116,67],[167,200,157],[164,195,153],[120,149,103],[76,105,57],[47,81,31],[36,68,21],[13,39,0],[57,78,45],[104,123,93],[21,37,10],[0,7,0],[92,104,82],[63,76,50],[37,51,18],[47,63,26],[73,90,45],[87,106,51],[87,105,47],[91,106,49],[89,102,46],[80,89,32],[58,65,13],[28,30,0],[85,86,42],[69,76,25],[63,67,16],[75,71,23],[108,97,51],[131,113,75],[38,22,0],[29,17,0],[22,10,0],[11,0,0],[22,4,0],[58,38,37],[30,15,12],[16,9,1],[1,1,0],[4,0,0],[5,1,2],[4,0,1],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[4,0,0],[3,0,0],[7,3,2]],[[1,0,0],[10,9,7],[6,5,3],[1,0,0],[1,0,0],[18,17,15],[1,1,0],[0,0,0],[0,0,0],[4,4,4],[1,3,2],[0,1,0],[8,10,9],[0,1,0],[194,196,195],[116,118,117],[1,1,1],[2,1,0],[2,1,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,4],[1,0,2],[14,12,15],[1,0,2],[1,0,4],[9,7,12],[1,0,4],[12,7,13],[5,0,6],[13,8,12],[6,4,5],[9,8,6],[10,9,5],[3,2,0],[3,2,0],[7,5,6],[6,1,7],[11,4,12],[6,0,5],[20,9,17],[19,7,9],[14,0,0],[20,4,0],[33,17,0],[55,40,17],[79,67,53],[40,30,20],[8,0,0],[17,5,0],[18,7,0],[32,19,2],[53,36,18],[70,49,32],[69,43,28],[81,53,39],[75,46,30],[82,53,35],[88,60,36],[100,73,44],[104,79,48],[114,88,55],[80,46,18],[131,95,59],[134,101,48],[157,126,71],[188,154,116],[132,99,68],[75,42,9],[105,75,37],[112,85,40],[151,126,85],[113,90,59],[78,58,31],[113,99,62],[114,105,62],[129,122,76],[171,165,115],[187,180,126],[193,187,135],[133,134,94],[165,165,131],[86,77,46],[148,135,103],[173,157,124],[120,105,74],[161,154,125],[159,155,126],[179,174,142],[243,234,201],[150,137,103],[84,75,44],[103,101,80],[135,136,118],[97,99,77],[126,128,104],[145,143,118],[141,140,112],[151,147,118],[141,138,107],[143,144,112],[185,191,157],[167,177,143],[159,173,140],[207,222,189],[186,200,167],[167,174,141],[148,151,120],[135,132,101],[174,166,130],[216,199,155],[188,168,115],[169,150,91],[229,215,152],[226,221,157],[255,255,192],[249,245,174],[232,225,153],[190,183,113],[233,229,165],[124,125,68],[95,102,48],[143,154,98],[141,160,105],[84,113,65],[112,147,105],[88,123,91],[84,119,97],[84,118,104],[98,131,124],[87,119,116],[112,143,135],[116,151,121],[114,149,116],[65,97,74],[60,90,82],[76,106,116],[78,112,121],[54,97,90],[53,103,92],[70,125,122],[71,123,121],[83,126,119],[77,120,110],[68,118,109],[97,154,145],[109,175,165],[96,166,156],[91,163,151],[71,141,130],[95,158,147],[116,174,162],[89,141,129],[92,138,128],[93,136,127],[170,213,206],[182,223,217],[106,151,148],[73,123,124],[132,186,188],[74,130,129],[51,107,104],[61,118,112],[54,110,101],[24,74,63],[22,64,52],[29,65,51],[82,113,97],[127,156,138],[134,163,141],[69,101,77],[120,156,130],[67,110,80],[131,170,141],[178,206,181],[172,194,171],[169,184,161],[89,103,78],[62,78,49],[88,111,83],[64,93,73],[131,167,139],[137,179,129],[112,153,97],[138,170,129],[178,208,172],[116,147,106],[147,180,133],[165,208,152],[113,156,100],[77,111,61],[70,97,56],[74,98,62],[35,56,23],[59,78,50],[100,116,89],[110,126,97],[66,83,47],[43,62,17],[86,104,54],[99,116,61],[74,89,30],[70,79,22],[73,78,22],[83,83,29],[87,85,36],[60,53,9],[94,90,45],[151,153,103],[88,88,34],[66,56,5],[97,80,34],[91,67,29],[39,16,0],[35,19,0],[14,0,0],[46,31,24],[59,41,39],[39,17,19],[25,7,5],[6,0,0],[15,12,3],[6,2,0],[13,9,8],[12,8,7],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,0],[9,5,2],[3,0,0]],[[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,0],[0,0,0],[0,1,0],[0,1,0],[17,19,16],[6,8,5],[1,1,0],[1,1,0],[1,1,0],[1,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[6,4,5],[1,0,2],[7,5,8],[1,0,2],[16,11,15],[8,3,7],[9,4,8],[9,4,11],[11,5,17],[13,5,16],[13,6,13],[11,5,7],[9,4,0],[8,3,0],[11,6,0],[18,13,7],[19,11,8],[17,7,6],[22,10,10],[20,6,5],[32,17,14],[62,45,38],[68,50,38],[59,39,28],[54,31,25],[73,48,44],[60,35,30],[41,16,9],[25,0,0],[56,28,16],[83,52,34],[79,47,24],[107,72,44],[139,104,72],[108,78,42],[107,81,44],[127,109,71],[121,108,73],[64,58,22],[68,55,21],[68,41,11],[115,80,42],[190,157,104],[184,148,96],[140,102,63],[166,130,94],[129,94,54],[88,57,11],[109,83,34],[181,159,112],[144,124,89],[125,109,75],[118,105,61],[97,86,40],[136,128,81],[152,148,101],[112,119,68],[158,171,128],[169,185,158],[95,108,90],[58,62,47],[129,127,112],[119,113,91],[90,84,58],[141,140,110],[130,131,97],[170,168,127],[203,196,152],[164,153,108],[150,137,102],[159,153,129],[119,118,98],[178,181,160],[157,160,139],[154,156,134],[176,176,152],[195,193,168],[206,206,178],[182,185,154],[167,174,143],[187,198,166],[199,212,182],[210,225,194],[189,202,172],[173,180,149],[163,166,137],[179,178,148],[176,170,138],[214,200,165],[219,203,167],[223,213,177],[254,248,200],[207,202,136],[186,182,108],[248,246,172],[163,163,91],[175,172,103],[252,249,180],[174,171,100],[139,141,78],[140,151,108],[112,133,94],[107,132,90],[127,153,114],[145,172,141],[114,146,123],[70,106,92],[53,92,87],[52,90,91],[103,138,132],[143,176,149],[151,181,147],[128,154,127],[107,135,123],[85,118,127],[69,109,121],[68,117,114],[66,117,110],[67,116,112],[100,147,141],[147,191,178],[83,130,114],[108,160,147],[143,200,191],[102,165,157],[73,139,135],[73,139,137],[61,125,124],[75,134,132],[76,131,128],[71,120,117],[135,181,178],[173,218,213],[179,224,217],[139,186,178],[118,167,161],[118,168,167],[85,139,139],[66,121,118],[65,120,114],[52,105,95],[83,133,121],[43,87,72],[45,84,66],[77,110,93],[107,136,116],[136,164,142],[153,181,158],[40,70,44],[54,89,59],[104,145,111],[153,193,159],[219,248,218],[161,184,155],[95,111,82],[55,70,39],[19,36,4],[67,91,59],[72,102,74],[13,49,13],[29,69,16],[103,144,88],[149,181,140],[216,243,208],[125,152,117],[65,97,56],[91,131,79],[115,155,102],[162,198,150],[115,148,103],[150,178,138],[140,166,129],[36,60,26],[27,48,15],[71,91,56],[49,67,27],[103,122,76],[135,154,99],[87,105,47],[42,56,0],[93,101,42],[109,112,55],[107,106,52],[123,117,67],[92,86,38],[92,88,40],[166,164,113],[118,115,62],[131,121,70],[148,131,87],[102,80,41],[61,38,7],[50,32,10],[76,59,43],[85,67,57],[99,80,76],[61,41,40],[30,15,12],[6,0,0],[11,8,1],[5,1,0],[17,13,12],[17,13,12],[5,1,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[7,3,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[26,22,19],[35,31,28],[6,2,0]],[[7,5,6],[1,0,0],[1,0,0],[8,6,7],[10,8,9],[6,4,5],[1,1,1],[3,3,3],[5,5,3],[0,0,0],[27,27,25],[119,119,117],[0,2,0],[0,1,0],[8,10,7],[0,1,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[8,7,5],[1,0,0],[7,6,4],[17,16,14],[3,0,0],[9,5,6],[3,0,0],[12,7,13],[5,0,10],[18,10,23],[12,5,12],[6,0,2],[16,11,7],[18,11,3],[16,9,0],[28,21,11],[30,21,14],[17,6,2],[21,7,6],[22,6,6],[22,4,2],[41,24,17],[73,54,47],[93,69,59],[83,49,37],[99,61,48],[105,67,56],[66,28,19],[48,10,1],[102,64,51],[109,72,53],[104,68,42],[77,43,8],[85,53,14],[125,98,55],[123,102,57],[72,57,14],[77,68,29],[44,40,5],[62,53,20],[120,96,62],[132,99,58],[140,104,54],[190,153,101],[164,123,79],[183,141,99],[177,141,91],[141,110,56],[174,149,93],[115,95,44],[102,87,44],[110,99,54],[183,173,122],[146,136,83],[110,100,51],[153,150,105],[125,140,97],[64,90,55],[121,150,128],[141,167,154],[61,79,67],[68,79,65],[83,86,69],[98,100,78],[53,59,33],[88,95,62],[135,137,98],[141,138,95],[175,166,123],[151,143,106],[169,165,140],[148,150,129],[198,203,183],[187,194,176],[185,190,170],[213,216,195],[198,202,179],[215,219,194],[226,232,206],[174,183,156],[188,201,173],[165,180,151],[152,167,138],[164,177,147],[155,164,135],[152,157,127],[207,207,179],[190,185,156],[195,184,154],[232,223,194],[237,235,210],[247,247,211],[217,213,152],[177,173,100],[161,160,93],[178,178,114],[233,234,168],[255,255,188],[237,233,160],[211,211,149],[160,173,130],[114,134,99],[108,129,90],[114,136,98],[166,191,162],[120,149,127],[107,141,125],[83,120,112],[75,111,111],[75,110,104],[96,130,106],[96,129,100],[68,98,72],[105,136,120],[130,164,166],[93,131,140],[85,129,130],[97,143,140],[76,122,119],[90,135,128],[147,194,176],[149,198,177],[138,191,175],[88,144,133],[56,117,110],[77,139,138],[84,143,147],[70,127,134],[81,134,142],[75,124,131],[99,146,152],[142,187,190],[163,212,209],[147,196,192],[76,127,120],[91,144,136],[121,174,168],[87,140,134],[84,137,129],[70,121,112],[69,119,107],[93,140,124],[54,95,77],[83,118,98],[91,120,100],[71,96,74],[74,100,73],[61,87,58],[74,105,73],[59,95,59],[118,158,121],[129,167,128],[171,201,165],[109,133,97],[42,62,25],[39,56,20],[37,56,24],[16,40,6],[0,32,0],[111,149,102],[177,218,160],[153,192,137],[102,133,91],[75,102,69],[127,153,124],[187,216,185],[119,157,110],[128,171,118],[101,144,91],[81,121,71],[111,147,103],[145,176,135],[129,157,117],[28,53,14],[78,101,59],[128,150,104],[115,135,84],[59,78,22],[124,142,82],[97,109,47],[68,74,14],[50,51,0],[46,43,0],[142,136,84],[126,120,68],[89,83,31],[106,100,48],[147,140,88],[130,118,70],[78,61,18],[79,59,22],[37,14,0],[40,18,0],[59,38,19],[29,10,0],[26,7,0],[18,0,0],[12,0,0],[11,1,0],[6,1,0],[3,0,0],[10,6,5],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[6,2,0],[3,0,0],[24,20,17],[32,28,25],[6,2,0]],[[5,3,6],[2,0,3],[10,8,11],[3,1,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[5,5,3],[0,0,0],[9,9,7],[54,54,52],[55,56,51],[13,14,9],[0,1,0],[6,7,2],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[10,9,7],[11,7,6],[3,0,0],[9,5,4],[13,9,8],[12,8,7],[12,6,8],[8,0,6],[17,6,14],[16,5,11],[11,1,2],[14,4,2],[21,12,7],[21,12,5],[20,9,5],[21,10,6],[27,13,12],[42,26,26],[38,20,18],[13,0,0],[21,2,0],[65,45,36],[94,67,48],[132,89,57],[109,59,24],[117,68,38],[123,75,52],[111,64,44],[114,71,52],[83,45,24],[78,44,19],[56,27,0],[76,52,16],[118,99,57],[98,81,38],[64,49,8],[85,69,33],[58,42,8],[73,54,21],[75,49,12],[91,59,18],[92,55,10],[116,74,26],[156,109,65],[163,119,70],[186,147,90],[240,208,147],[188,166,106],[134,119,62],[156,146,95],[144,138,86],[217,212,154],[189,183,125],[197,185,135],[180,177,136],[92,109,75],[103,136,107],[80,118,95],[150,188,167],[101,130,108],[68,90,67],[123,137,112],[75,87,65],[55,68,50],[83,94,77],[114,119,97],[151,151,127],[152,148,119],[119,115,86],[169,173,148],[203,212,191],[159,172,154],[206,219,202],[207,218,201],[213,222,203],[203,212,193],[179,188,167],[190,202,180],[210,224,199],[180,196,170],[155,173,147],[168,187,159],[161,175,149],[151,161,134],[170,176,148],[202,205,178],[191,189,164],[205,201,176],[228,226,201],[230,234,209],[253,255,225],[252,250,202],[207,204,149],[181,181,127],[193,193,139],[219,220,163],[233,232,175],[205,200,142],[212,211,155],[199,212,168],[198,216,176],[148,167,122],[152,174,136],[158,186,164],[114,145,129],[141,173,152],[93,124,106],[82,112,104],[51,84,77],[64,102,87],[58,100,80],[61,100,79],[78,115,98],[101,133,128],[111,143,142],[116,151,147],[117,156,153],[99,145,145],[77,126,122],[147,198,179],[144,197,171],[86,139,119],[46,102,89],[58,114,111],[71,126,129],[75,127,140],[73,122,139],[84,131,149],[78,123,142],[118,164,179],[122,169,179],[102,151,155],[112,167,162],[88,145,138],[79,136,127],[80,133,123],[127,177,168],[111,161,150],[76,124,110],[93,137,122],[78,119,101],[90,125,105],[100,129,107],[55,81,56],[36,59,33],[62,85,56],[62,87,55],[135,165,129],[136,171,131],[164,202,161],[194,233,189],[162,193,152],[143,168,128],[128,149,108],[122,140,102],[123,143,108],[104,128,92],[45,78,31],[92,131,76],[132,173,113],[175,214,159],[83,111,70],[57,80,51],[98,120,99],[124,150,125],[94,129,89],[155,195,145],[168,212,161],[61,108,56],[76,118,68],[68,106,59],[93,124,80],[72,101,57],[87,113,66],[138,162,112],[120,143,87],[88,108,49],[140,156,94],[96,108,44],[56,62,0],[63,62,5],[103,98,43],[131,124,70],[136,131,73],[152,147,91],[158,148,95],[115,101,54],[73,59,14],[61,43,3],[28,8,0],[83,62,31],[43,19,0],[20,0,0],[57,36,19],[60,42,30],[40,27,18],[21,10,6],[12,2,1],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[7,3,2],[5,1,0],[3,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[7,3,0],[3,0,0]],[[36,34,37],[1,0,2],[7,5,8],[11,9,12],[7,5,6],[2,0,1],[4,2,3],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[10,11,6],[7,8,3],[0,1,0],[14,15,10],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[4,3,0],[9,5,2],[11,7,4],[13,9,6],[3,0,0],[18,14,11],[14,9,6],[21,11,12],[11,1,2],[20,10,9],[23,12,10],[9,0,0],[15,4,0],[23,12,8],[11,0,0],[14,0,0],[28,13,10],[41,23,21],[35,17,13],[25,6,0],[52,34,22],[86,67,53],[77,51,28],[75,36,0],[107,60,14],[128,81,39],[158,108,71],[167,118,85],[180,133,103],[138,97,67],[64,29,0],[63,34,0],[48,26,0],[75,55,18],[84,66,28],[80,60,25],[90,67,35],[109,84,54],[132,106,73],[86,61,21],[53,24,0],[81,44,0],[95,52,7],[164,116,68],[179,132,78],[218,179,114],[180,149,82],[128,108,45],[159,149,88],[185,183,126],[151,150,93],[155,154,89],[152,148,85],[157,145,95],[233,228,188],[120,136,100],[55,85,57],[96,134,111],[145,185,161],[140,174,149],[74,102,77],[102,122,97],[81,99,77],[53,74,57],[83,101,87],[55,68,51],[101,110,91],[101,106,83],[134,142,118],[151,166,145],[157,176,157],[152,173,156],[180,198,184],[188,206,192],[195,212,196],[234,251,235],[188,205,187],[157,176,157],[206,225,205],[198,220,197],[171,193,170],[160,180,155],[160,178,152],[162,176,150],[150,160,135],[174,179,156],[183,187,164],[208,210,189],[249,251,229],[237,243,217],[238,243,213],[232,233,199],[174,172,134],[238,237,193],[225,224,178],[219,218,170],[251,250,202],[220,218,170],[195,197,150],[205,217,169],[190,207,162],[169,188,143],[165,189,153],[177,206,186],[132,163,148],[127,157,133],[58,87,65],[70,102,89],[56,91,84],[61,103,93],[34,78,65],[41,86,65],[71,113,93],[59,92,81],[104,135,130],[120,152,149],[67,103,103],[80,124,125],[115,164,158],[170,222,200],[138,192,166],[119,173,150],[71,125,111],[60,112,108],[69,118,123],[57,103,118],[93,136,155],[89,131,155],[90,132,156],[98,143,162],[105,153,167],[86,139,145],[83,142,140],[101,164,156],[93,155,144],[115,168,158],[105,153,141],[122,170,156],[134,178,163],[123,164,146],[51,85,68],[73,102,82],[94,119,97],[133,153,128],[97,116,88],[102,123,90],[131,155,119],[145,173,133],[181,214,171],[155,192,148],[194,231,187],[106,137,95],[120,147,104],[126,147,104],[147,165,125],[186,205,173],[159,183,147],[73,108,54],[11,51,0],[83,125,62],[184,221,167],[65,94,50],[80,103,74],[172,193,178],[91,114,96],[63,95,58],[110,149,102],[167,214,162],[109,158,103],[84,128,77],[77,117,67],[59,92,45],[53,82,34],[85,113,62],[151,176,121],[157,181,123],[130,150,89],[137,153,90],[80,92,28],[95,101,39],[100,101,43],[99,94,39],[90,85,29],[119,118,54],[167,161,99],[117,104,51],[75,57,11],[58,41,0],[89,71,33],[72,53,20],[88,67,38],[101,75,48],[36,10,0],[41,19,0],[66,50,34],[67,57,45],[13,4,0],[8,0,0],[12,1,5],[11,5,5],[5,1,0],[3,0,0],[6,2,1],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[7,3,0],[8,4,1],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[4,0,0]],[[144,142,147],[14,12,17],[1,0,4],[1,0,4],[7,5,8],[5,3,6],[1,0,0],[1,0,0],[1,0,0],[16,15,13],[1,0,0],[9,8,4],[1,0,0],[14,13,8],[1,0,0],[1,0,0],[1,2,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[7,3,0],[23,19,16],[5,0,0],[4,0,0],[12,7,4],[22,17,14],[13,8,5],[14,6,3],[32,21,17],[19,5,2],[25,12,6],[36,23,17],[25,12,6],[17,4,0],[23,10,4],[28,13,8],[26,11,6],[23,6,0],[33,16,9],[51,33,23],[41,21,10],[42,23,8],[55,34,17],[31,9,0],[55,31,0],[65,38,0],[89,55,9],[138,96,48],[157,109,61],[180,129,82],[170,122,76],[133,90,47],[137,102,60],[134,104,66],[122,98,64],[79,56,25],[112,86,59],[99,71,47],[86,51,29],[103,72,44],[101,77,39],[87,62,21],[92,58,20],[165,123,81],[193,147,97],[149,103,44],[227,189,118],[164,136,63],[129,114,47],[134,130,67],[103,107,46],[128,134,70],[145,151,81],[197,196,132],[188,178,129],[177,170,128],[136,144,103],[109,129,94],[97,125,100],[84,115,97],[46,75,57],[70,95,76],[149,171,150],[112,134,113],[93,118,99],[127,152,133],[58,80,59],[78,98,73],[134,152,126],[177,199,178],[149,180,165],[177,210,199],[203,231,217],[184,210,197],[198,224,211],[188,214,201],[210,236,223],[162,188,175],[145,171,158],[143,170,153],[179,206,187],[182,207,185],[163,187,163],[171,194,168],[184,202,178],[170,184,159],[188,200,176],[169,178,157],[219,226,210],[254,255,239],[227,230,201],[223,224,193],[247,250,229],[206,208,186],[177,177,143],[232,229,188],[255,254,211],[241,242,202],[245,251,217],[215,223,186],[211,223,175],[151,168,116],[179,202,158],[186,211,179],[139,164,143],[143,170,153],[110,142,119],[62,100,79],[67,107,98],[42,83,77],[58,99,91],[63,105,91],[74,118,93],[115,157,133],[68,109,95],[62,101,96],[94,132,135],[74,113,118],[75,115,115],[96,139,130],[158,210,188],[138,192,166],[108,162,139],[61,112,97],[90,137,131],[118,162,165],[92,132,142],[123,162,179],[103,141,162],[108,149,171],[84,126,148],[70,117,133],[70,124,134],[68,129,132],[92,158,156],[91,154,146],[111,164,154],[90,138,126],[99,143,130],[96,137,123],[124,161,144],[104,135,117],[83,108,87],[83,102,80],[84,102,76],[74,90,63],[88,107,75],[126,148,112],[118,144,105],[159,190,148],[143,179,135],[173,209,165],[119,150,109],[66,93,52],[55,76,35],[33,49,12],[70,86,59],[78,99,66],[89,122,67],[123,162,97],[132,172,110],[184,219,165],[121,148,105],[86,106,78],[177,195,183],[108,128,116],[36,67,33],[89,128,81],[78,125,73],[109,156,104],[117,159,109],[72,110,61],[84,118,68],[78,108,58],[81,110,56],[84,109,54],[138,162,104],[113,135,73],[106,124,62],[90,104,43],[89,99,39],[52,55,0],[102,101,45],[96,94,35],[93,92,25],[112,107,41],[72,55,1],[70,48,1],[86,67,27],[84,66,30],[57,41,8],[102,83,53],[161,134,107],[86,56,30],[18,0,0],[37,22,1],[52,46,32],[10,5,0],[8,0,0],[8,0,2],[9,3,5],[7,3,2],[5,1,0],[5,1,0],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[6,2,0]],[[113,111,116],[1,0,4],[11,9,14],[4,2,7],[1,0,2],[5,3,6],[4,2,3],[4,2,3],[8,7,5],[1,0,0],[5,4,0],[1,0,0],[7,6,1],[4,3,0],[1,0,0],[7,6,2],[1,1,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[8,4,1],[4,0,0],[11,6,3],[14,9,6],[11,6,3],[14,9,6],[16,11,8],[18,10,7],[34,23,19],[32,19,13],[26,13,5],[41,27,18],[49,35,24],[25,11,0],[21,7,0],[59,43,30],[32,16,1],[26,10,0],[21,3,0],[21,4,0],[21,2,0],[47,28,13],[65,44,27],[18,0,0],[21,6,0],[55,37,0],[118,91,48],[128,94,46],[112,69,18],[151,104,50],[172,125,71],[195,149,99],[186,148,101],[147,114,73],[136,108,71],[62,35,5],[113,86,57],[121,90,62],[91,55,29],[102,71,42],[113,94,54],[124,105,63],[169,139,103],[202,164,125],[152,109,58],[148,107,45],[194,160,88],[232,208,134],[169,160,93],[131,131,67],[136,147,81],[123,135,69],[174,184,113],[224,226,161],[236,228,179],[222,213,172],[220,221,179],[199,211,173],[207,230,204],[175,199,183],[96,120,106],[106,129,113],[131,152,133],[140,164,142],[113,142,120],[110,140,116],[133,162,134],[171,197,168],[216,242,213],[225,255,233],[202,244,230],[190,233,223],[156,192,180],[104,138,124],[134,167,156],[173,206,197],[183,216,207],[101,134,125],[134,167,158],[131,163,150],[112,145,128],[122,154,133],[185,213,190],[210,236,211],[214,236,213],[201,220,198],[181,196,175],[161,174,156],[188,198,187],[232,238,224],[235,235,211],[203,201,176],[239,244,224],[204,207,186],[186,183,150],[196,192,154],[238,235,194],[195,197,158],[197,208,176],[177,191,158],[173,186,143],[155,170,127],[160,184,148],[144,170,143],[119,142,122],[134,161,142],[63,96,75],[65,107,87],[79,122,113],[29,74,69],[29,72,65],[55,97,85],[115,159,134],[126,170,143],[124,169,149],[78,121,114],[60,101,105],[75,116,122],[71,110,109],[69,111,101],[106,158,136],[133,187,163],[102,154,132],[126,173,157],[143,186,177],[157,197,196],[204,241,247],[156,192,204],[120,157,175],[90,128,147],[85,128,147],[80,129,146],[72,129,140],[71,134,141],[88,156,157],[90,155,151],[117,170,162],[109,155,144],[77,119,107],[81,119,106],[116,148,133],[130,157,140],[134,155,136],[123,140,121],[66,81,58],[81,97,70],[102,121,89],[98,120,84],[130,156,117],[136,164,123],[151,182,140],[152,183,142],[59,86,51],[43,67,33],[64,82,44],[80,95,62],[85,99,76],[36,57,26],[109,142,87],[143,182,119],[103,143,83],[174,209,155],[145,172,127],[89,110,79],[34,50,40],[23,43,32],[38,67,36],[87,124,80],[53,97,48],[162,206,155],[127,167,117],[89,126,75],[61,93,43],[74,102,51],[121,148,95],[124,149,94],[113,138,81],[108,132,72],[113,133,72],[61,79,19],[65,79,20],[40,50,0],[98,103,45],[158,159,99],[155,156,86],[136,129,61],[115,96,40],[101,77,31],[84,65,25],[68,50,14],[44,28,0],[34,15,0],[74,44,16],[49,19,0],[58,34,8],[63,48,27],[14,8,0],[10,5,0],[8,0,2],[13,0,9],[4,0,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[4,0,0],[7,3,0],[8,4,1],[6,2,0],[4,0,0],[4,0,0],[7,3,0],[6,2,0],[3,0,0]],[[4,2,7],[4,2,7],[3,1,6],[3,1,6],[3,1,4],[3,1,4],[4,2,3],[4,2,3],[7,6,4],[5,4,2],[3,2,0],[1,0,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,1,2],[1,0,2],[12,7,11],[3,0,0],[3,0,0],[12,8,9],[8,2,4],[5,0,0],[9,3,3],[6,0,0],[11,2,3],[16,7,8],[17,9,7],[21,11,10],[19,9,8],[18,8,7],[23,9,8],[19,4,1],[36,21,14],[35,18,8],[56,40,24],[68,53,32],[22,8,0],[58,43,14],[74,59,28],[46,31,2],[45,28,2],[55,37,15],[47,28,11],[67,48,34],[51,31,22],[26,6,0],[33,17,1],[45,29,6],[130,109,78],[120,92,53],[103,71,24],[151,114,62],[136,95,43],[164,123,71],[190,150,101],[139,102,57],[120,87,46],[115,83,44],[126,96,58],[113,83,45],[133,104,64],[149,124,83],[134,121,77],[127,114,72],[203,177,144],[147,113,76],[132,92,41],[167,129,66],[186,156,84],[208,188,115],[199,194,128],[209,215,151],[176,191,124],[135,152,84],[125,138,69],[228,234,172],[210,206,159],[233,225,186],[248,243,205],[223,227,194],[214,227,207],[192,213,198],[173,193,181],[120,141,126],[100,119,99],[150,172,149],[93,121,98],[96,126,98],[162,191,160],[200,230,194],[151,181,145],[198,235,202],[173,221,199],[121,172,155],[108,152,135],[112,153,139],[167,209,197],[211,252,244],[142,183,177],[129,170,164],[142,182,174],[157,197,188],[88,124,110],[135,169,152],[184,216,195],[190,220,196],[173,198,176],[171,195,173],[182,204,183],[163,180,164],[219,230,224],[215,220,214],[246,242,231],[240,237,220],[205,207,185],[155,158,127],[224,220,182],[217,212,170],[212,211,167],[216,222,178],[160,175,136],[190,207,171],[180,195,164],[191,207,181],[193,218,196],[93,120,101],[123,146,128],[101,126,107],[64,99,77],[109,151,131],[67,110,100],[46,91,86],[39,84,81],[56,99,90],[73,118,95],[120,166,138],[115,160,139],[82,128,117],[70,114,117],[78,119,125],[90,128,129],[83,124,116],[113,161,145],[94,145,126],[110,157,137],[162,206,189],[168,209,195],[161,199,188],[180,216,212],[112,147,149],[84,121,129],[97,137,149],[90,136,151],[85,137,151],[86,144,156],[73,136,145],[69,136,142],[95,159,159],[119,169,166],[105,148,141],[88,128,120],[127,163,153],[121,151,139],[116,140,127],[89,110,95],[106,123,105],[117,132,111],[87,102,79],[100,119,91],[164,185,154],[144,168,134],[163,189,152],[104,132,94],[64,91,56],[50,74,48],[45,65,40],[39,54,25],[109,122,94],[74,87,69],[85,103,77],[136,165,117],[100,135,77],[101,138,84],[127,161,111],[90,117,72],[79,100,67],[5,23,9],[56,76,64],[45,74,43],[135,172,128],[216,255,208],[168,206,157],[133,169,121],[84,116,67],[79,107,58],[86,112,64],[146,170,120],[159,183,131],[118,143,88],[100,123,69],[80,103,47],[67,88,31],[116,134,76],[148,163,104],[187,198,138],[156,162,100],[167,168,98],[183,174,105],[110,89,32],[85,58,11],[86,64,23],[64,46,10],[79,63,30],[70,49,18],[54,24,0],[27,0,0],[52,28,4],[40,25,4],[8,2,0],[4,0,0],[18,5,14],[8,0,5],[9,3,5],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[29,25,22],[50,46,43],[20,16,13],[3,0,0],[10,6,3]],[[4,2,7],[4,2,7],[4,2,7],[3,1,4],[3,1,4],[4,2,5],[4,2,3],[4,2,3],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[4,3,0],[5,4,0],[5,4,0],[4,3,0],[3,1,2],[7,2,6],[9,4,8],[6,1,5],[7,3,4],[4,0,0],[4,0,0],[19,10,13],[20,11,12],[13,4,5],[17,8,9],[23,13,12],[23,13,12],[22,12,11],[20,10,9],[27,16,14],[30,16,13],[19,4,0],[33,16,8],[24,8,0],[37,22,3],[85,71,45],[105,90,59],[54,40,5],[140,126,89],[62,48,13],[77,61,28],[73,56,30],[72,54,34],[50,32,18],[37,19,9],[40,20,11],[42,18,6],[58,35,17],[72,48,22],[146,123,91],[94,71,30],[74,47,2],[109,79,29],[142,110,59],[143,107,59],[210,174,126],[115,78,33],[96,63,18],[129,100,56],[150,126,80],[123,101,54],[127,110,64],[60,52,6],[89,80,39],[109,89,56],[77,49,12],[111,78,25],[167,136,72],[166,142,72],[193,179,108],[148,147,83],[114,123,60],[173,189,124],[194,213,147],[157,171,109],[203,212,155],[168,167,121],[193,188,148],[221,216,178],[255,255,224],[195,209,184],[189,210,191],[197,220,200],[162,186,164],[145,168,142],[126,150,124],[150,178,155],[186,216,190],[201,227,198],[163,190,159],[141,168,135],[222,255,225],[143,191,167],[80,131,112],[147,194,176],[194,241,225],[186,232,221],[177,224,216],[106,152,149],[159,205,202],[129,174,169],[175,218,211],[172,212,201],[121,158,141],[162,195,176],[154,186,163],[123,152,130],[164,192,170],[191,216,195],[178,199,184],[244,255,249],[235,240,236],[247,246,241],[232,228,216],[191,190,162],[157,154,119],[163,158,120],[197,194,151],[229,230,186],[226,233,189],[204,219,176],[151,171,134],[149,167,143],[181,202,185],[136,163,146],[79,106,91],[76,100,84],[111,135,119],[92,124,103],[89,127,106],[32,74,60],[41,84,77],[51,95,94],[68,113,108],[82,129,111],[104,150,124],[127,171,146],[77,120,101],[73,113,112],[104,143,148],[76,116,118],[77,119,117],[118,164,154],[61,108,92],[103,147,130],[154,195,177],[163,200,182],[148,185,168],[95,131,121],[66,102,98],[78,118,118],[84,127,133],[87,135,145],[90,142,155],[95,151,164],[93,153,164],[87,151,160],[92,153,158],[124,174,173],[148,190,186],[168,207,202],[144,179,173],[110,140,132],[72,95,85],[73,93,81],[82,100,84],[61,78,60],[59,77,55],[121,141,114],[99,119,91],[60,81,50],[102,126,92],[80,104,70],[43,63,35],[61,80,61],[89,103,86],[65,75,50],[29,39,14],[48,59,42],[109,124,101],[49,76,35],[116,150,100],[163,197,147],[36,68,21],[66,93,48],[76,98,62],[54,73,54],[28,51,33],[46,77,45],[157,192,150],[193,229,183],[155,188,141],[119,151,102],[70,98,49],[111,135,87],[117,139,92],[124,146,97],[104,126,77],[128,150,101],[86,110,58],[52,75,21],[74,97,41],[86,107,48],[118,138,77],[153,169,107],[131,142,76],[120,122,49],[150,141,72],[138,117,60],[93,70,20],[69,48,5],[35,15,0],[67,48,15],[78,57,26],[56,26,0],[50,20,0],[102,80,57],[63,48,29],[12,6,0],[8,3,0],[7,0,4],[10,0,8],[4,0,0],[8,4,3],[3,0,0],[8,4,3],[3,0,0],[9,5,4],[5,1,0],[3,0,0],[4,0,0],[8,4,1],[3,0,0],[15,11,8],[27,23,20],[11,7,4],[3,0,0],[9,5,2]],[[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,3],[4,2,3],[4,2,3],[4,0,0],[4,0,0],[4,0,0],[6,2,1],[7,3,0],[7,3,0],[6,2,0],[6,2,1],[4,0,1],[7,1,5],[4,0,2],[9,3,7],[8,2,4],[6,0,0],[10,1,2],[20,10,11],[12,2,3],[18,6,8],[17,5,5],[15,3,3],[17,5,5],[20,6,5],[21,7,6],[26,12,9],[23,9,0],[27,13,0],[50,34,19],[34,18,2],[29,14,0],[68,53,30],[143,127,101],[122,107,76],[123,108,75],[92,77,44],[61,46,15],[62,47,18],[57,41,18],[56,39,21],[57,39,25],[50,27,13],[74,37,18],[69,29,4],[81,51,23],[97,74,43],[86,72,37],[90,78,40],[98,83,42],[126,107,64],[132,105,58],[201,169,122],[147,111,63],[116,82,36],[104,77,30],[135,117,69],[142,131,85],[122,115,69],[99,95,50],[115,107,68],[68,52,18],[71,47,9],[80,55,1],[162,137,73],[147,128,62],[201,190,124],[142,142,80],[79,87,27],[166,182,117],[201,220,156],[155,170,113],[197,207,155],[196,199,152],[195,196,154],[160,161,119],[226,232,194],[220,241,208],[141,170,139],[195,227,190],[211,243,206],[206,233,198],[193,220,189],[201,229,207],[208,232,216],[206,227,212],[220,238,222],[181,200,180],[221,249,227],[145,186,168],[87,134,118],[170,217,199],[132,179,163],[159,206,196],[183,232,228],[111,161,160],[70,120,121],[77,125,125],[97,142,139],[164,205,197],[166,204,191],[143,177,160],[158,190,169],[131,160,140],[165,194,174],[202,229,210],[166,189,173],[225,235,224],[247,252,245],[242,245,238],[230,231,217],[193,186,158],[188,178,143],[149,143,107],[160,157,122],[227,229,192],[231,238,197],[205,216,174],[136,152,115],[96,118,95],[115,142,125],[88,113,94],[91,115,99],[111,138,123],[86,113,98],[142,167,148],[88,115,96],[67,100,83],[52,89,81],[53,97,100],[65,110,115],[90,137,129],[94,139,119],[141,182,152],[111,147,121],[71,107,97],[82,118,118],[62,105,111],[70,115,120],[84,126,122],[69,109,100],[125,163,150],[177,214,197],[179,214,194],[136,171,151],[85,122,105],[99,139,128],[86,128,124],[90,135,138],[100,150,157],[101,153,166],[91,147,160],[91,149,161],[92,150,161],[88,143,150],[96,144,146],[176,218,217],[192,231,230],[150,185,181],[98,127,123],[85,110,104],[69,90,81],[69,89,77],[49,70,53],[68,89,70],[125,147,124],[86,109,83],[26,46,19],[85,104,76],[55,71,44],[35,49,26],[35,47,35],[58,68,57],[61,66,44],[58,63,40],[131,138,120],[18,32,9],[36,60,28],[173,203,165],[166,199,156],[93,124,80],[52,79,34],[71,96,57],[42,65,39],[65,89,65],[95,129,94],[202,237,195],[201,233,186],[157,185,136],[106,132,84],[80,104,54],[112,132,83],[40,60,11],[10,29,0],[100,119,73],[163,185,139],[73,95,48],[31,55,5],[37,60,6],[149,173,115],[118,140,76],[113,134,67],[155,168,98],[125,125,53],[134,124,55],[109,90,31],[144,123,70],[153,132,85],[95,73,32],[143,123,86],[73,50,18],[88,61,34],[64,38,15],[86,63,45],[39,23,8],[7,0,0],[8,3,0],[6,0,4],[12,2,10],[6,0,2],[8,4,3],[4,0,0],[10,6,5],[3,0,0],[7,3,2],[3,0,0],[7,3,2],[3,0,0],[9,5,2],[3,0,0],[4,0,0],[7,3,0],[3,0,0],[6,2,0],[6,2,0]],[[4,2,5],[3,1,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[7,3,2],[6,2,1],[6,2,1],[6,2,1],[6,2,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[5,0,1],[4,0,0],[13,7,9],[7,0,0],[13,4,5],[32,22,21],[11,1,0],[15,3,3],[28,16,16],[19,8,6],[11,0,0],[14,0,0],[24,9,6],[34,19,16],[37,22,15],[37,24,7],[35,23,1],[44,31,12],[25,9,0],[13,0,0],[31,15,0],[69,52,34],[71,55,32],[64,48,23],[66,50,24],[31,16,0],[37,23,0],[43,29,3],[59,47,23],[60,47,28],[69,48,27],[107,70,44],[129,88,60],[102,71,42],[78,58,25],[106,93,58],[94,85,46],[80,68,26],[67,49,3],[155,129,80],[172,140,89],[170,137,86],[132,101,54],[99,78,33],[84,72,30],[83,81,43],[137,139,102],[130,128,87],[114,107,65],[124,110,73],[64,47,4],[121,102,46],[165,145,82],[127,111,49],[193,183,122],[172,171,114],[138,146,86],[182,194,130],[191,205,144],[166,178,128],[187,196,149],[204,210,162],[187,193,145],[139,146,95],[192,205,159],[174,202,161],[132,168,130],[228,255,225],[186,224,183],[159,191,154],[223,252,222],[191,220,200],[218,242,229],[197,217,206],[206,222,211],[187,203,190],[200,224,211],[93,130,123],[83,126,119],[171,215,200],[111,158,142],[116,163,153],[126,175,171],[103,153,154],[75,124,128],[90,138,140],[92,136,135],[85,126,120],[162,198,188],[189,221,206],[187,218,200],[178,207,187],[172,201,183],[163,192,174],[128,151,135],[160,172,158],[248,255,243],[218,226,213],[249,252,235],[247,237,212],[182,167,138],[157,148,117],[234,231,200],[195,199,164],[207,213,177],[242,248,210],[224,238,202],[146,171,142],[131,159,136],[90,114,90],[140,162,141],[138,161,143],[145,168,152],[114,137,121],[98,122,108],[116,144,129],[77,110,101],[59,97,100],[77,116,123],[83,122,119],[98,136,121],[161,198,167],[112,147,117],[79,113,99],[98,134,132],[65,106,112],[86,127,133],[72,111,110],[77,112,106],[110,143,132],[150,182,167],[208,241,222],[162,197,177],[97,136,118],[85,127,115],[92,139,133],[96,146,147],[111,164,172],[124,178,190],[124,178,190],[118,172,184],[109,161,172],[98,148,155],[78,123,128],[163,204,206],[181,219,220],[104,138,139],[101,131,129],[82,109,104],[70,96,87],[55,79,66],[75,99,83],[86,111,92],[97,122,100],[131,155,131],[54,74,49],[72,88,62],[109,121,97],[66,75,56],[12,19,11],[24,30,20],[57,59,37],[115,118,89],[73,79,53],[20,32,8],[49,69,44],[131,157,128],[133,163,125],[156,187,145],[97,124,81],[126,151,111],[35,60,28],[0,15,0],[68,104,68],[205,242,199],[148,180,131],[130,157,104],[157,181,129],[59,79,28],[64,82,32],[38,56,8],[21,38,0],[99,116,72],[131,149,107],[13,34,0],[41,63,16],[100,123,69],[113,137,77],[139,161,96],[174,196,124],[219,232,160],[142,139,70],[96,85,19],[116,100,40],[87,68,12],[87,67,16],[143,122,77],[158,134,96],[111,86,55],[116,90,65],[72,47,27],[42,20,6],[16,0,0],[10,0,0],[6,0,0],[9,3,7],[5,0,3],[9,5,6],[6,2,1],[3,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[7,3,0],[5,1,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[4,0,1],[8,4,3],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[7,1,1],[8,2,2],[13,4,5],[10,1,2],[9,0,1],[19,10,11],[14,4,3],[18,8,7],[34,23,21],[13,2,0],[15,1,0],[20,6,3],[12,0,0],[15,0,0],[17,2,0],[17,0,0],[30,13,6],[37,21,8],[56,44,18],[66,55,27],[49,37,13],[38,25,8],[17,1,0],[65,48,40],[58,39,32],[18,0,0],[83,67,52],[46,31,12],[63,48,27],[21,7,0],[56,44,18],[107,97,70],[83,73,48],[78,62,37],[81,55,28],[128,99,69],[100,77,43],[130,110,73],[135,118,75],[102,84,36],[98,75,23],[113,86,31],[171,136,80],[196,161,105],[187,154,101],[124,97,52],[87,73,38],[82,78,51],[33,40,22],[91,99,76],[109,106,71],[61,54,12],[95,83,43],[129,116,71],[172,157,98],[156,142,81],[187,174,119],[188,179,124],[212,209,154],[195,198,141],[199,207,147],[202,211,154],[224,231,189],[209,216,175],[190,198,149],[187,196,141],[163,177,115],[202,223,164],[195,231,185],[190,235,196],[197,242,209],[186,229,199],[130,166,138],[144,178,154],[174,205,187],[194,222,207],[151,172,157],[219,237,225],[218,233,226],[164,184,185],[83,115,128],[101,139,148],[142,182,173],[150,193,176],[138,184,174],[83,129,126],[96,145,149],[106,155,160],[103,148,154],[97,138,140],[75,111,109],[133,166,157],[219,247,233],[190,217,200],[164,191,174],[129,156,139],[146,173,158],[149,172,156],[214,231,213],[248,255,241],[167,181,158],[194,199,177],[255,249,229],[235,218,198],[213,203,178],[204,199,170],[155,156,124],[218,222,189],[245,249,216],[231,241,207],[188,210,174],[160,186,151],[158,177,145],[139,154,125],[189,202,176],[202,215,197],[149,168,162],[115,140,137],[113,143,135],[130,159,154],[113,138,142],[86,110,114],[113,138,135],[140,168,156],[119,155,129],[120,160,133],[125,165,154],[90,129,128],[77,114,120],[91,124,131],[93,123,123],[98,127,122],[135,162,153],[125,153,139],[200,231,215],[166,200,184],[105,143,130],[100,143,136],[94,142,142],[79,132,138],[76,130,142],[92,145,159],[112,164,177],[118,166,178],[110,154,163],[102,145,152],[112,157,162],[133,177,180],[126,166,168],[78,113,115],[103,135,134],[91,121,119],[75,104,99],[47,77,67],[97,128,113],[72,103,85],[65,94,72],[74,99,77],[93,112,90],[85,99,76],[95,103,82],[105,109,92],[42,45,36],[20,22,9],[114,114,86],[130,130,94],[27,31,0],[2,11,0],[6,25,5],[1,26,5],[25,55,21],[185,216,175],[59,88,44],[97,124,81],[70,98,58],[37,69,32],[135,173,136],[218,255,215],[153,186,133],[135,163,104],[136,161,103],[70,91,35],[125,142,88],[66,80,31],[60,73,29],[73,88,45],[125,141,102],[39,57,17],[93,112,67],[171,191,140],[122,144,82],[146,167,98],[154,175,98],[154,166,90],[130,125,57],[123,112,48],[109,98,36],[95,80,21],[84,64,11],[139,117,68],[142,117,77],[97,72,41],[65,43,19],[41,20,3],[26,8,0],[19,1,0],[20,6,5],[7,0,0],[8,4,5],[3,1,2],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[16,12,11],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[8,4,1],[6,2,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[7,3,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[8,2,2],[11,5,5],[13,7,7],[11,3,1],[13,5,3],[7,0,0],[14,6,3],[21,12,7],[9,0,0],[11,0,0],[25,12,6],[14,1,0],[12,0,0],[17,3,0],[52,35,27],[52,35,25],[24,7,0],[26,8,0],[28,12,0],[62,50,24],[99,90,61],[38,27,5],[43,30,14],[37,23,14],[72,55,48],[50,32,28],[22,3,0],[30,13,3],[31,15,0],[104,89,70],[82,70,46],[60,50,25],[90,83,57],[59,51,28],[34,24,0],[49,33,7],[75,59,26],[113,95,59],[99,80,38],[120,98,51],[160,134,83],[179,150,94],[201,171,111],[201,169,110],[179,150,92],[162,139,87],[117,98,55],[72,61,29],[41,36,14],[42,45,28],[90,92,71],[149,145,110],[137,128,85],[91,80,35],[175,165,114],[190,180,119],[168,158,96],[185,175,122],[140,133,81],[223,218,163],[217,216,159],[181,182,122],[165,168,115],[252,255,219],[245,251,215],[158,166,115],[168,179,121],[224,239,180],[185,210,155],[191,229,188],[201,248,216],[185,233,207],[207,252,229],[197,236,215],[194,232,211],[222,255,240],[216,248,233],[156,180,166],[194,214,203],[206,225,219],[157,183,184],[93,131,144],[115,158,167],[152,192,183],[206,245,227],[109,151,141],[79,124,121],[137,185,189],[93,140,148],[101,144,151],[147,186,191],[134,168,167],[139,169,161],[144,170,157],[119,142,126],[127,150,134],[175,199,185],[136,160,147],[117,141,127],[234,255,240],[226,243,224],[163,177,154],[181,186,163],[252,245,226],[201,188,169],[172,162,135],[201,195,163],[211,211,175],[209,211,174],[237,243,207],[177,187,152],[202,218,179],[181,199,159],[162,178,142],[144,155,123],[134,140,112],[158,167,150],[239,253,253],[185,204,208],[94,116,113],[123,146,140],[136,154,156],[121,136,141],[145,160,163],[138,159,152],[138,168,144],[130,166,140],[111,149,134],[99,135,133],[86,119,126],[75,105,113],[96,122,123],[128,153,149],[170,196,187],[164,190,179],[191,219,205],[121,154,143],[87,127,119],[72,118,116],[81,131,138],[77,131,143],[79,135,150],[94,147,163],[110,159,173],[117,161,170],[119,158,165],[120,159,164],[108,151,157],[99,142,148],[98,137,142],[112,150,151],[96,130,131],[84,116,113],[62,95,88],[54,87,76],[109,146,129],[87,122,102],[88,120,99],[54,82,59],[52,71,49],[55,67,47],[34,39,19],[57,58,42],[62,62,52],[61,60,42],[96,93,60],[147,146,102],[66,69,26],[42,49,15],[6,23,7],[0,23,9],[57,86,56],[92,123,82],[67,96,52],[131,160,114],[63,94,50],[97,132,90],[60,102,66],[174,215,173],[191,226,168],[118,148,84],[132,158,95],[68,89,30],[103,120,65],[197,211,160],[133,146,100],[99,111,71],[101,116,77],[186,202,163],[138,155,111],[146,164,112],[92,110,48],[180,200,128],[184,203,122],[109,120,41],[88,80,15],[122,108,47],[72,62,0],[49,38,0],[67,48,0],[144,121,69],[121,94,51],[60,34,1],[31,11,0],[14,0,0],[31,14,7],[11,0,0],[13,0,0],[16,4,6],[4,0,0],[3,3,1],[1,0,0],[7,3,2],[8,4,3],[3,0,0],[10,6,5],[45,41,40],[22,18,17],[3,0,0],[6,2,0],[4,0,0],[3,0,0],[5,1,0],[6,2,0],[3,0,0],[6,2,0],[5,1,0]],[[3,2,0],[3,2,0],[4,3,1],[4,3,1],[4,3,1],[4,3,1],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[8,2,4],[8,2,4],[8,2,4],[9,3,5],[11,5,7],[13,7,7],[13,5,3],[15,5,3],[10,1,0],[10,1,0],[23,12,6],[15,4,0],[10,0,0],[31,18,10],[32,18,9],[29,12,4],[40,23,13],[84,66,56],[82,64,52],[51,33,21],[51,32,18],[40,23,7],[59,48,28],[78,67,47],[12,0,0],[27,13,2],[53,39,30],[66,49,42],[31,14,6],[29,13,0],[31,15,0],[25,10,0],[63,51,29],[101,89,67],[59,48,28],[47,38,21],[27,17,5],[23,16,0],[28,22,0],[31,22,0],[79,63,29],[87,64,23],[116,85,39],[116,83,32],[198,167,112],[254,228,171],[237,216,161],[181,165,113],[139,129,80],[126,119,75],[124,114,78],[88,75,43],[93,76,50],[104,87,57],[125,111,72],[148,137,92],[189,179,130],[180,171,116],[187,179,116],[225,217,155],[224,217,165],[175,167,120],[201,194,140],[182,177,121],[181,179,120],[190,188,137],[230,230,196],[255,255,227],[207,215,164],[172,182,129],[213,225,185],[204,223,193],[180,215,191],[171,216,196],[198,247,226],[163,210,190],[191,234,214],[213,254,236],[155,195,184],[131,166,159],[208,238,228],[228,255,244],[171,199,187],[142,177,170],[96,145,142],[107,158,153],[205,243,228],[203,237,221],[74,114,105],[108,148,147],[98,141,147],[73,116,125],[88,128,136],[100,137,143],[124,154,154],[127,152,146],[157,179,167],[155,176,161],[166,187,172],[203,223,211],[118,140,128],[194,217,207],[234,255,251],[144,166,154],[129,140,124],[185,188,169],[226,226,202],[195,190,161],[186,176,141],[200,191,150],[238,234,187],[190,192,145],[185,194,149],[195,206,164],[217,225,186],[153,160,126],[151,160,129],[143,152,125],[155,163,139],[187,193,179],[174,179,182],[194,202,205],[139,150,142],[137,150,143],[129,142,148],[144,158,169],[146,160,171],[113,129,129],[143,166,140],[159,186,155],[106,135,115],[86,117,111],[100,134,144],[92,124,137],[113,137,139],[148,169,164],[183,204,197],[202,225,215],[158,185,176],[100,133,126],[109,149,148],[95,142,148],[72,124,138],[75,130,150],[88,145,165],[97,150,168],[103,149,164],[127,167,175],[149,184,186],[147,182,184],[136,177,181],[103,146,152],[93,134,138],[86,124,127],[86,122,122],[64,99,95],[64,99,92],[64,100,88],[100,139,121],[93,131,110],[48,81,60],[108,136,114],[105,124,104],[38,47,28],[33,36,17],[57,55,40],[70,68,55],[142,140,119],[127,124,83],[118,116,67],[78,81,28],[107,113,75],[34,48,35],[17,38,29],[67,96,66],[52,83,42],[101,129,88],[163,192,146],[138,170,121],[147,185,138],[100,144,109],[165,207,169],[123,161,102],[119,152,83],[131,160,93],[113,138,73],[90,110,51],[149,163,110],[86,99,53],[92,105,62],[69,81,43],[51,66,27],[115,131,86],[145,159,106],[124,138,76],[180,196,121],[166,181,98],[104,111,31],[107,97,35],[123,108,51],[112,104,41],[85,76,11],[85,66,7],[133,108,54],[89,60,16],[49,20,0],[47,29,5],[25,9,0],[32,17,14],[15,0,0],[14,0,1],[16,1,6],[2,1,0],[0,1,0],[1,0,0],[7,3,2],[11,7,6],[4,0,0],[10,6,5],[43,39,38],[19,15,14],[4,0,0],[5,1,0],[10,6,3],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0]],[[4,3,0],[4,3,1],[5,4,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,2,1],[7,3,4],[9,5,6],[11,5,7],[11,5,5],[9,3,3],[8,4,3],[8,4,3],[10,5,2],[24,16,13],[17,8,3],[18,9,4],[11,2,0],[22,11,5],[35,25,16],[28,15,7],[34,21,13],[32,18,9],[25,11,2],[27,10,2],[53,36,26],[50,33,23],[43,26,16],[58,42,29],[38,24,11],[45,33,19],[34,22,8],[27,15,3],[33,21,9],[49,35,26],[71,57,46],[37,21,8],[21,5,0],[63,50,31],[25,13,0],[39,28,8],[22,14,0],[30,23,7],[32,26,14],[14,7,0],[23,19,8],[44,43,23],[38,34,7],[41,26,0],[84,60,22],[123,92,48],[120,88,41],[154,126,78],[181,159,109],[255,249,197],[187,180,128],[131,128,77],[149,143,95],[87,74,32],[89,71,33],[106,82,46],[140,116,78],[142,125,82],[163,153,104],[139,133,81],[150,145,89],[174,170,109],[180,175,117],[153,149,101],[117,114,69],[148,144,96],[214,211,160],[188,185,134],[192,191,147],[229,232,203],[206,212,184],[176,187,145],[226,237,194],[224,231,197],[189,203,178],[190,219,199],[128,167,149],[132,177,157],[166,213,193],[153,200,182],[149,193,180],[148,188,180],[143,175,172],[156,185,180],[228,255,248],[185,223,210],[92,138,127],[109,165,154],[91,147,136],[113,159,146],[91,131,120],[99,140,134],[90,132,130],[86,127,131],[65,108,114],[70,115,118],[90,131,133],[91,123,122],[160,185,181],[201,222,213],[159,179,168],[182,202,191],[160,180,169],[151,174,164],[183,206,198],[159,181,178],[125,144,138],[160,172,160],[214,221,203],[220,226,200],[214,215,183],[205,197,160],[171,159,117],[196,189,143],[192,194,145],[167,176,129],[165,176,134],[133,139,103],[155,160,128],[182,191,164],[146,156,132],[175,180,160],[181,181,169],[149,145,146],[170,165,169],[183,182,177],[135,140,133],[121,129,131],[155,166,172],[153,162,171],[117,127,128],[166,181,162],[147,170,142],[109,138,118],[107,140,131],[81,116,122],[112,145,154],[157,178,179],[144,163,159],[188,209,204],[198,223,217],[114,143,139],[114,148,147],[114,155,157],[114,163,170],[80,133,147],[74,130,147],[89,145,162],[100,151,168],[110,154,167],[142,180,189],[151,184,189],[114,149,151],[130,174,177],[141,189,191],[110,154,157],[106,146,148],[92,130,131],[98,134,132],[73,108,101],[87,123,109],[83,121,98],[74,108,81],[109,140,109],[131,154,125],[125,139,114],[95,103,80],[102,103,85],[65,64,46],[84,81,64],[138,133,111],[58,53,15],[42,40,0],[71,73,24],[128,135,94],[100,115,94],[75,98,78],[114,144,110],[68,99,57],[60,89,43],[108,138,88],[107,139,89],[104,140,92],[170,212,172],[140,181,139],[112,147,89],[115,144,80],[119,145,80],[142,164,102],[131,151,92],[75,90,35],[66,80,29],[40,53,7],[27,40,0],[59,72,28],[15,29,0],[136,149,95],[168,180,116],[180,192,118],[174,186,104],[117,120,41],[164,154,92],[127,115,57],[143,135,72],[116,108,43],[117,101,39],[166,145,90],[116,92,46],[45,21,0],[24,8,0],[12,0,0],[15,0,0],[25,8,14],[23,6,12],[8,0,0],[12,8,5],[2,3,0],[6,2,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[14,10,9],[3,0,0],[7,3,2],[3,0,0],[16,12,9],[8,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[3,0,0]],[[5,0,0],[4,0,0],[6,1,0],[9,4,1],[8,3,0],[3,0,0],[6,2,1],[12,8,7],[5,1,0],[5,1,0],[10,6,5],[3,0,0],[9,5,2],[17,13,10],[5,1,0],[9,5,2],[33,25,22],[24,14,12],[30,19,17],[23,12,8],[12,1,0],[20,9,3],[26,15,9],[25,14,8],[14,1,0],[10,0,0],[15,4,0],[22,11,5],[21,10,4],[27,18,11],[33,24,19],[24,13,9],[20,7,1],[23,8,1],[31,17,8],[11,0,0],[62,48,35],[36,23,7],[27,14,0],[48,35,18],[35,23,7],[15,6,0],[25,17,4],[9,3,0],[7,3,0],[18,15,6],[17,17,9],[8,8,0],[22,23,7],[50,48,25],[75,64,34],[96,78,42],[110,88,49],[129,107,66],[128,110,72],[141,128,86],[206,198,149],[154,147,92],[142,132,73],[149,134,77],[75,55,5],[84,61,17],[114,93,50],[146,127,84],[214,200,151],[128,121,67],[107,107,53],[103,106,51],[119,118,64],[182,180,131],[109,115,69],[130,139,96],[220,228,187],[164,170,134],[210,209,179],[242,244,220],[214,227,207],[219,236,217],[226,239,219],[215,224,197],[195,199,162],[180,186,148],[173,189,162],[147,175,152],[126,164,141],[129,174,154],[170,222,209],[156,203,197],[143,177,178],[148,172,174],[144,165,160],[199,229,221],[147,197,188],[90,150,140],[101,161,151],[102,162,152],[102,159,153],[89,144,141],[125,175,172],[96,142,140],[122,164,163],[120,166,163],[91,148,139],[90,143,135],[121,156,152],[148,173,170],[151,176,172],[159,184,180],[165,186,181],[148,169,162],[153,179,170],[133,156,148],[144,156,154],[167,176,173],[177,193,182],[202,219,201],[202,214,190],[199,204,174],[198,192,158],[194,184,148],[234,229,189],[213,214,174],[193,201,162],[180,190,155],[116,122,94],[158,166,142],[181,195,172],[144,156,136],[126,127,111],[178,169,160],[162,143,145],[141,120,125],[188,174,174],[181,173,170],[170,171,163],[152,153,145],[185,185,177],[146,147,141],[154,166,156],[156,178,166],[160,193,184],[113,153,144],[107,147,139],[124,156,151],[178,203,200],[174,196,194],[168,192,192],[164,192,193],[116,150,152],[116,155,160],[120,163,169],[113,162,167],[114,164,173],[102,155,163],[120,170,179],[114,161,171],[133,175,187],[191,227,241],[154,186,199],[118,155,164],[133,183,182],[122,174,170],[126,174,174],[111,152,156],[84,119,125],[96,130,132],[105,137,132],[74,105,87],[71,100,69],[114,141,100],[140,159,114],[137,150,107],[102,109,75],[84,88,63],[62,63,45],[80,78,63],[69,66,49],[87,82,60],[119,114,84],[64,60,25],[50,50,14],[63,71,32],[59,76,34],[45,68,24],[97,124,79],[114,143,95],[153,182,126],[151,180,124],[80,108,57],[127,159,109],[159,197,146],[123,160,109],[75,101,53],[58,78,27],[70,88,36],[98,115,61],[81,96,41],[72,87,32],[81,96,41],[51,68,14],[45,62,8],[124,141,87],[64,79,22],[174,185,125],[170,179,114],[144,150,80],[240,242,169],[202,199,128],[164,156,94],[92,82,21],[92,84,21],[110,102,37],[73,63,1],[66,54,0],[65,48,2],[66,50,16],[33,18,0],[30,16,7],[10,0,0],[33,21,25],[21,9,13],[7,0,0],[11,6,2],[4,0,0],[9,4,1],[4,0,0],[4,0,0],[9,3,3],[9,3,3],[4,0,0],[4,0,0],[9,3,3],[9,5,4],[9,5,4],[8,4,3],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0]],[[5,0,0],[6,1,0],[10,5,2],[15,10,7],[13,8,5],[7,2,0],[6,2,1],[10,6,5],[18,14,13],[10,6,3],[12,8,5],[3,0,0],[3,0,0],[8,7,2],[7,6,1],[19,16,9],[29,22,16],[11,0,0],[24,13,9],[47,36,32],[47,36,32],[33,22,16],[25,14,8],[36,25,19],[29,18,12],[16,5,0],[14,3,0],[24,15,10],[24,15,10],[16,9,3],[16,9,3],[14,4,2],[24,10,9],[26,11,8],[26,11,4],[20,6,0],[33,20,3],[90,78,56],[64,52,30],[40,29,7],[49,41,22],[34,27,11],[8,1,0],[19,14,8],[24,21,16],[11,10,6],[18,19,14],[34,35,27],[18,16,1],[40,34,12],[86,70,44],[103,82,51],[110,87,53],[142,119,85],[140,124,88],[98,86,46],[152,141,95],[234,222,170],[111,95,36],[123,103,44],[184,162,105],[174,152,102],[142,123,81],[152,137,96],[178,167,122],[191,189,141],[135,142,91],[110,118,69],[119,120,76],[200,201,159],[122,130,89],[113,125,85],[157,169,133],[145,152,121],[209,211,187],[239,244,222],[201,219,197],[212,234,213],[213,230,212],[157,169,145],[193,201,160],[249,255,216],[233,249,220],[197,221,199],[177,209,186],[158,197,178],[140,187,177],[167,212,209],[132,162,164],[155,176,177],[167,186,180],[187,217,209],[147,200,194],[98,161,153],[98,155,148],[89,148,142],[92,156,155],[109,173,173],[107,163,162],[109,157,157],[137,176,175],[132,174,170],[95,152,143],[121,179,167],[138,180,176],[157,191,190],[127,161,160],[120,150,150],[123,143,144],[148,168,166],[131,158,151],[123,146,140],[158,168,167],[138,147,144],[144,164,153],[136,157,140],[190,204,181],[228,234,208],[223,219,190],[231,225,193],[234,234,200],[205,209,174],[205,210,178],[171,177,149],[180,185,162],[147,156,137],[149,168,149],[138,155,137],[135,142,126],[154,150,139],[160,144,144],[171,152,154],[177,165,165],[175,168,162],[185,183,170],[154,153,135],[206,200,186],[184,182,170],[125,131,127],[156,175,171],[134,165,160],[114,149,142],[163,197,183],[155,183,171],[209,231,228],[217,237,238],[175,199,201],[142,170,174],[141,174,181],[131,170,177],[129,172,179],[115,162,168],[110,159,163],[116,165,169],[125,173,177],[128,173,178],[136,176,184],[159,195,207],[137,170,185],[126,162,174],[114,159,164],[109,157,159],[104,149,154],[89,130,136],[77,112,118],[87,116,120],[93,120,115],[82,105,89],[84,104,77],[124,141,105],[127,142,103],[126,136,99],[167,174,141],[99,103,78],[55,56,38],[61,63,49],[65,69,52],[47,50,31],[102,100,77],[59,55,30],[16,14,0],[29,34,4],[48,65,20],[116,140,88],[173,200,155],[90,116,69],[103,126,72],[113,134,78],[93,115,68],[83,111,63],[154,191,139],[151,188,136],[50,76,29],[92,110,68],[95,110,67],[76,89,45],[95,107,61],[99,111,63],[182,195,142],[187,200,146],[158,173,114],[191,207,145],[116,131,66],[110,123,54],[113,123,54],[123,129,57],[161,163,90],[187,187,117],[191,187,123],[134,128,66],[74,69,5],[75,70,4],[98,90,27],[102,93,34],[141,129,81],[69,56,21],[39,24,3],[31,17,8],[22,8,8],[25,13,17],[14,3,7],[6,0,0],[12,4,1],[15,10,6],[4,0,0],[4,0,0],[14,8,8],[28,22,22],[28,22,22],[14,8,8],[4,0,0],[4,0,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[7,2,0],[8,3,0],[11,6,3],[14,9,6],[12,7,4],[7,2,0],[7,1,1],[9,3,3],[12,7,4],[5,0,0],[12,7,4],[10,5,1],[7,2,0],[17,12,6],[26,21,15],[37,30,24],[31,20,16],[16,2,0],[11,0,0],[15,0,0],[23,8,3],[26,11,4],[22,7,0],[29,14,7],[22,8,0],[10,0,0],[14,1,0],[37,27,17],[38,28,18],[22,14,3],[19,11,0],[12,3,0],[37,23,20],[48,34,31],[28,15,6],[82,70,54],[90,78,56],[75,63,37],[66,57,28],[28,18,0],[51,43,20],[79,72,54],[16,10,0],[13,8,2],[16,10,10],[16,11,15],[32,29,36],[48,44,45],[42,34,21],[47,32,13],[62,37,17],[94,64,40],[120,89,61],[108,78,44],[96,73,32],[112,93,51],[131,113,73],[208,189,146],[137,115,66],[58,35,0],[160,138,80],[163,143,90],[157,141,105],[157,146,118],[145,140,110],[149,150,118],[133,140,106],[127,134,100],[173,174,142],[175,176,144],[99,103,70],[131,137,103],[101,107,73],[195,198,167],[246,247,216],[225,230,200],[192,209,177],[161,185,153],[165,189,157],[215,236,203],[216,237,198],[223,243,208],[236,255,238],[155,179,163],[133,158,139],[162,190,175],[138,176,165],[179,216,209],[154,185,180],[129,156,149],[148,174,161],[182,216,202],[119,170,165],[90,146,143],[102,152,149],[102,154,152],[94,155,156],[102,166,168],[86,146,146],[110,160,161],[135,168,173],[129,158,162],[131,171,171],[145,194,191],[164,216,214],[150,202,200],[142,190,190],[120,158,159],[158,179,184],[155,173,175],[142,167,164],[141,166,163],[133,149,149],[126,140,140],[152,169,163],[174,190,179],[223,232,215],[248,251,230],[220,220,196],[243,243,215],[220,227,196],[214,221,190],[197,200,173],[166,165,144],[188,187,169],[175,182,166],[154,175,158],[175,202,183],[150,171,154],[150,164,151],[162,167,161],[157,157,155],[128,128,126],[135,136,130],[152,154,141],[177,178,162],[149,146,131],[245,241,230],[184,185,180],[144,153,152],[172,188,185],[178,199,194],[171,191,180],[212,229,221],[211,225,225],[187,200,206],[192,209,216],[166,189,197],[164,193,201],[138,172,181],[125,164,171],[130,173,179],[104,149,152],[125,173,175],[125,171,171],[137,181,182],[144,185,189],[148,185,193],[139,173,182],[145,177,190],[109,140,158],[107,138,158],[100,136,152],[92,128,140],[86,120,122],[91,117,114],[97,114,108],[97,108,100],[78,85,78],[95,102,94],[58,70,56],[76,89,71],[95,107,85],[75,83,62],[84,85,69],[84,88,74],[34,55,40],[13,34,17],[49,53,36],[45,42,25],[32,26,14],[45,44,26],[37,53,17],[97,119,80],[139,160,127],[83,100,66],[115,126,84],[108,115,73],[86,96,59],[76,97,58],[160,198,149],[119,162,109],[103,135,88],[100,123,81],[81,99,61],[36,47,13],[73,80,47],[114,118,83],[103,105,65],[118,122,72],[114,122,63],[139,148,81],[119,131,55],[175,188,108],[131,144,64],[142,155,75],[181,194,115],[172,180,107],[184,187,120],[138,137,73],[111,110,45],[139,136,69],[142,137,73],[159,148,92],[118,104,59],[78,62,28],[40,22,2],[33,14,7],[31,15,16],[13,0,3],[13,2,6],[11,2,3],[3,0,0],[3,0,0],[8,3,0],[4,0,0],[4,0,0],[7,1,1],[7,1,1],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0]],[[9,4,0],[9,4,0],[9,4,1],[9,4,1],[6,1,0],[4,0,0],[6,0,0],[9,4,1],[11,6,3],[7,2,0],[14,9,5],[12,7,1],[8,3,0],[25,18,10],[39,32,24],[38,29,20],[17,4,0],[19,4,0],[18,3,0],[13,0,0],[23,6,0],[34,17,9],[22,5,0],[15,0,0],[42,26,13],[51,37,24],[22,9,0],[23,11,0],[49,37,21],[28,19,2],[8,0,0],[11,2,0],[18,8,0],[34,21,12],[37,25,11],[70,59,41],[96,85,63],[54,42,18],[15,5,0],[30,19,0],[28,20,1],[91,81,69],[36,27,20],[29,21,18],[19,10,11],[25,19,21],[28,23,27],[32,24,22],[47,35,23],[67,50,32],[97,70,49],[119,87,62],[78,44,16],[80,50,16],[88,65,24],[85,66,24],[94,77,34],[114,97,53],[163,145,97],[140,123,71],[151,136,81],[109,99,50],[94,89,57],[133,131,106],[209,209,185],[192,196,173],[81,87,61],[101,110,83],[141,147,119],[164,170,142],[147,154,123],[134,141,110],[130,135,103],[223,228,196],[255,255,228],[211,218,185],[162,176,143],[162,179,145],[168,188,153],[190,214,180],[184,209,177],[204,233,205],[205,236,220],[133,161,149],[149,171,158],[138,160,147],[156,183,174],[168,199,191],[166,198,187],[124,154,142],[155,184,166],[178,212,196],[105,151,148],[114,165,166],[106,151,154],[119,168,172],[112,171,175],[109,170,173],[111,166,169],[118,163,168],[151,184,191],[125,154,162],[135,172,178],[124,169,174],[113,169,170],[132,190,192],[126,177,181],[115,154,161],[136,161,168],[184,204,211],[184,212,213],[174,203,201],[186,205,209],[181,199,201],[147,166,162],[208,223,216],[204,212,201],[212,214,201],[197,200,181],[228,233,211],[214,224,199],[203,211,187],[179,181,160],[185,182,165],[177,173,161],[194,198,184],[137,160,144],[150,183,164],[164,195,177],[152,179,164],[161,182,173],[131,148,142],[115,127,123],[171,181,173],[162,168,154],[184,187,170],[192,193,177],[226,224,212],[249,250,245],[209,213,214],[213,222,221],[221,232,228],[198,209,201],[196,209,202],[178,189,191],[192,205,213],[205,222,230],[199,222,230],[183,210,221],[165,198,207],[175,212,220],[144,185,189],[131,175,176],[144,188,187],[136,178,176],[137,177,176],[140,179,178],[152,186,188],[144,175,178],[149,176,183],[140,162,175],[134,156,169],[134,158,168],[136,161,165],[129,154,150],[126,146,137],[130,142,130],[131,139,128],[126,132,122],[113,119,109],[77,88,74],[106,117,100],[158,170,146],[82,92,65],[87,91,66],[56,66,42],[51,74,56],[18,38,26],[7,13,0],[48,46,33],[28,24,15],[44,45,31],[103,118,89],[148,169,136],[41,61,34],[54,70,41],[83,91,54],[97,102,62],[74,81,47],[105,121,84],[186,219,172],[171,209,158],[96,123,78],[82,103,62],[56,72,35],[12,24,0],[34,41,7],[89,93,56],[64,67,24],[54,58,8],[62,70,11],[84,95,27],[93,107,32],[128,142,63],[222,236,157],[180,193,114],[155,168,89],[116,127,51],[92,99,31],[145,150,83],[114,117,48],[140,139,72],[122,117,53],[57,46,0],[99,82,38],[58,38,5],[21,0,0],[27,7,0],[30,12,12],[10,0,0],[7,0,0],[6,0,0],[3,2,0],[4,3,0],[7,3,2],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0]],[[8,4,1],[7,3,0],[7,3,0],[6,2,0],[5,0,0],[4,0,0],[8,0,0],[10,2,0],[6,0,0],[7,0,0],[9,1,0],[7,0,0],[9,0,0],[33,24,15],[50,41,32],[38,28,19],[16,1,0],[14,0,0],[15,0,0],[18,0,0],[29,11,1],[35,17,5],[31,13,0],[41,23,9],[35,18,2],[71,54,36],[78,61,41],[68,53,32],[48,33,10],[39,27,3],[60,48,22],[57,47,22],[11,0,0],[43,35,16],[28,20,0],[17,6,0],[26,15,0],[50,38,22],[20,8,0],[27,14,6],[26,12,9],[54,42,42],[26,14,14],[43,33,31],[29,20,15],[29,22,14],[23,17,5],[39,31,18],[44,34,22],[65,50,31],[108,84,56],[165,139,104],[81,52,18],[54,28,0],[51,31,0],[61,46,7],[104,94,45],[122,112,59],[218,209,152],[142,135,81],[107,103,58],[67,69,32],[51,62,28],[184,197,169],[164,168,145],[119,121,99],[63,67,44],[96,104,80],[87,102,73],[105,121,92],[132,147,116],[138,153,122],[160,173,143],[181,192,162],[244,254,227],[214,224,197],[161,169,145],[191,199,175],[209,219,194],[199,214,191],[184,209,187],[168,201,182],[199,237,226],[180,215,208],[191,215,202],[164,184,173],[158,181,173],[147,173,164],[176,206,194],[179,210,194],[145,172,153],[156,187,172],[120,160,159],[68,113,119],[106,149,156],[119,166,174],[123,176,184],[129,179,188],[123,166,175],[99,136,145],[142,179,188],[127,165,174],[118,161,170],[119,167,177],[101,155,165],[120,172,183],[117,159,173],[122,155,170],[115,147,158],[144,174,184],[165,198,203],[146,177,180],[159,183,187],[187,206,210],[166,186,187],[226,242,241],[198,207,202],[206,209,202],[217,220,209],[230,236,222],[215,226,209],[182,191,172],[185,186,172],[183,179,167],[178,171,163],[162,165,156],[152,175,159],[192,226,209],[204,241,223],[132,168,154],[114,147,138],[115,142,137],[100,119,115],[146,159,152],[164,172,159],[197,203,189],[213,217,203],[236,239,228],[248,250,247],[246,247,249],[236,237,241],[228,234,234],[228,239,233],[204,219,214],[218,236,240],[210,228,238],[212,234,245],[190,217,228],[181,211,222],[205,237,248],[167,204,212],[157,196,201],[141,181,181],[137,176,175],[141,177,173],[143,178,172],[147,176,172],[174,200,199],[179,200,201],[199,219,218],[205,225,216],[200,218,206],[187,200,183],[173,184,167],[162,170,155],[136,144,129],[114,125,108],[116,129,103],[155,169,133],[163,174,132],[161,168,126],[168,173,133],[172,176,139],[111,118,77],[145,158,112],[103,118,77],[56,68,46],[56,62,50],[41,42,28],[59,57,44],[29,29,19],[93,99,85],[140,156,129],[42,63,30],[12,35,7],[0,9,0],[34,49,10],[128,141,98],[103,115,77],[125,140,101],[197,219,172],[197,219,172],[170,182,142],[96,104,65],[70,79,36],[46,54,7],[103,111,60],[56,67,11],[19,32,0],[123,138,79],[170,190,131],[103,123,64],[57,75,15],[82,98,35],[172,184,118],[114,121,53],[104,107,36],[78,84,12],[109,120,51],[164,175,107],[141,148,80],[151,152,84],[134,129,65],[60,47,0],[75,54,11],[59,34,3],[58,31,12],[50,25,18],[24,3,2],[11,0,0],[12,3,6],[3,2,0],[3,5,0],[1,3,0],[4,0,0],[5,0,0],[8,2,2],[11,5,5],[11,5,5],[8,2,2],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[9,5,2],[10,6,3],[10,5,2],[8,3,0],[9,1,0],[9,1,0],[7,0,0],[16,7,2],[14,5,0],[12,3,0],[16,7,0],[29,19,9],[33,23,13],[12,0,0],[32,15,7],[42,24,14],[52,34,24],[46,26,15],[41,21,10],[42,23,9],[31,12,0],[26,7,0],[35,17,0],[71,53,29],[94,77,51],[84,69,40],[39,24,0],[50,37,5],[113,100,66],[111,100,70],[89,81,58],[71,63,44],[28,20,1],[20,11,0],[18,9,0],[39,26,17],[52,39,33],[22,8,7],[10,0,0],[19,5,5],[20,6,5],[46,35,31],[44,34,24],[49,40,23],[35,27,6],[35,27,6],[60,51,34],[51,39,17],[60,41,9],[127,103,65],[87,62,22],[92,69,28],[84,68,32],[68,56,16],[83,75,26],[154,149,93],[181,176,118],[116,115,61],[105,107,67],[77,88,54],[126,150,118],[170,193,164],[115,128,100],[38,47,20],[105,111,85],[121,131,104],[104,123,93],[122,143,112],[132,147,118],[160,173,145],[212,222,197],[191,201,176],[208,220,196],[205,214,193],[199,204,184],[208,212,195],[195,206,189],[197,214,196],[168,191,173],[130,162,147],[174,215,207],[167,208,200],[137,165,153],[150,172,160],[107,130,122],[164,191,182],[147,179,166],[151,182,166],[196,220,204],[116,142,131],[108,141,146],[90,130,140],[103,145,157],[112,159,169],[103,151,161],[118,161,170],[129,158,172],[112,141,155],[117,155,166],[137,181,192],[113,159,172],[109,158,172],[141,193,207],[124,169,188],[129,161,182],[140,168,189],[135,171,187],[114,152,163],[155,194,201],[149,182,189],[139,162,170],[179,199,206],[209,233,235],[204,225,226],[185,197,197],[197,203,201],[219,221,216],[220,221,215],[228,234,224],[206,212,200],[197,199,188],[168,165,156],[176,173,166],[146,149,140],[135,155,143],[162,190,175],[169,201,186],[124,157,146],[97,132,125],[140,171,166],[150,170,168],[132,144,140],[146,153,145],[175,181,169],[192,203,189],[234,246,236],[216,225,224],[237,244,250],[214,218,227],[227,236,241],[211,230,226],[200,225,222],[232,255,255],[203,233,243],[182,214,225],[199,233,245],[182,218,232],[200,238,251],[202,242,250],[196,235,242],[198,236,237],[180,214,213],[178,209,204],[174,201,196],[160,180,178],[176,190,190],[191,201,202],[234,245,239],[239,252,234],[235,247,223],[203,209,183],[177,179,155],[175,177,156],[153,156,135],[130,139,112],[143,154,120],[167,180,134],[218,228,176],[148,153,99],[117,120,67],[137,140,87],[101,108,54],[118,132,71],[192,202,150],[236,232,203],[134,126,107],[46,40,18],[28,26,3],[21,24,7],[50,59,38],[61,76,43],[24,44,7],[53,74,43],[108,129,96],[120,142,96],[126,146,95],[154,171,126],[153,171,123],[145,162,110],[111,125,74],[95,104,59],[86,92,48],[157,164,113],[168,175,121],[203,213,153],[185,197,135],[124,138,77],[172,190,130],[203,223,164],[147,166,110],[125,144,89],[170,185,130],[117,128,70],[86,94,34],[92,97,33],[59,66,0],[93,108,39],[143,160,90],[80,91,22],[132,135,68],[147,141,79],[96,80,28],[83,60,18],[67,38,8],[60,29,11],[50,21,13],[20,0,0],[23,7,8],[10,1,2],[1,1,1],[0,2,0],[2,8,4],[4,3,1],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[10,6,3],[10,6,3],[11,6,3],[11,6,3],[12,4,2],[12,4,2],[7,0,0],[14,5,0],[10,0,0],[19,6,0],[28,15,7],[30,17,8],[31,18,9],[17,3,0],[32,14,4],[50,30,21],[72,52,43],[65,43,32],[56,34,21],[65,42,28],[60,37,19],[47,25,4],[70,48,25],[93,73,46],[74,55,25],[71,55,22],[70,54,18],[56,42,5],[68,54,15],[61,48,16],[34,22,6],[16,7,0],[25,17,6],[28,18,8],[11,1,0],[8,0,0],[10,0,0],[11,0,0],[14,1,0],[25,12,6],[23,10,2],[20,8,0],[27,15,0],[53,42,20],[61,51,24],[41,31,4],[56,51,22],[112,103,74],[77,60,30],[67,47,12],[102,81,36],[98,80,30],[89,75,30],[114,103,58],[92,84,38],[162,156,106],[167,165,108],[162,163,106],[75,82,38],[50,66,30],[85,114,84],[169,202,173],[188,215,182],[115,134,102],[95,108,78],[120,133,103],[106,125,93],[156,172,143],[161,167,141],[157,156,135],[202,199,180],[222,220,205],[208,215,199],[190,198,183],[203,206,195],[223,231,220],[195,215,203],[139,161,148],[167,183,170],[141,165,152],[149,190,182],[174,220,210],[119,155,143],[152,182,170],[145,175,167],[146,177,171],[99,135,125],[86,118,105],[149,171,159],[129,150,145],[120,148,159],[95,131,147],[109,155,170],[125,173,187],[120,162,174],[133,167,179],[165,184,201],[142,163,180],[106,144,155],[127,174,184],[126,174,188],[111,158,174],[101,149,169],[119,160,182],[124,150,177],[136,160,186],[105,142,160],[121,165,176],[131,171,181],[122,155,164],[140,160,171],[144,162,172],[169,198,202],[145,175,175],[157,177,178],[187,197,198],[215,213,216],[239,233,233],[212,211,207],[233,234,228],[206,207,199],[182,183,175],[196,197,191],[187,192,185],[161,174,164],[174,192,180],[167,187,176],[186,209,201],[169,198,194],[144,170,169],[149,164,167],[141,151,152],[167,172,168],[199,206,198],[160,176,166],[187,208,203],[185,204,208],[206,224,234],[180,196,209],[183,205,216],[150,184,185],[200,242,241],[217,255,255],[145,193,205],[141,189,203],[144,192,206],[157,204,220],[203,251,255],[185,232,242],[154,197,204],[188,226,229],[196,227,229],[199,223,223],[224,240,239],[224,234,235],[222,223,225],[222,220,223],[251,247,244],[242,243,227],[238,241,220],[225,228,211],[209,212,195],[194,198,175],[172,175,146],[143,147,112],[127,129,92],[152,154,117],[133,135,96],[135,138,91],[129,134,78],[163,169,105],[199,206,138],[233,240,173],[192,190,133],[156,132,96],[124,95,65],[112,94,58],[86,78,41],[90,89,58],[80,87,53],[51,64,18],[60,78,30],[85,106,65],[83,109,64],[110,139,81],[112,142,80],[127,155,97],[130,154,96],[147,165,103],[103,117,55],[117,131,72],[96,110,51],[117,126,69],[162,170,113],[108,113,57],[103,106,51],[163,168,112],[150,158,101],[174,183,126],[194,208,149],[197,212,153],[117,132,73],[105,120,63],[95,108,52],[41,54,0],[35,49,0],[61,82,15],[173,193,122],[137,150,81],[127,132,66],[134,128,68],[48,32,0],[77,52,12],[64,33,4],[44,11,0],[51,21,11],[34,9,5],[28,12,12],[6,0,0],[10,10,10],[0,3,0],[0,2,0],[2,1,0],[7,1,1],[8,2,2],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[5,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[7,3,0],[8,4,1],[7,3,0],[6,2,0],[8,3,0],[10,5,2],[14,6,4],[15,7,4],[20,11,6],[21,10,6],[10,0,0],[12,0,0],[24,11,2],[24,11,2],[35,21,10],[39,22,12],[33,15,5],[22,2,0],[41,19,8],[50,28,15],[38,16,2],[32,9,0],[38,15,0],[51,29,6],[104,82,58],[77,56,27],[84,65,33],[111,93,57],[64,49,8],[46,31,0],[77,62,19],[35,22,0],[98,89,72],[140,131,124],[40,31,22],[39,31,20],[24,14,2],[65,55,43],[47,37,25],[19,7,0],[27,15,3],[37,25,13],[28,14,1],[13,0,0],[19,6,0],[38,23,0],[65,51,24],[46,35,5],[38,29,0],[99,88,56],[84,65,32],[63,41,2],[133,111,64],[117,95,45],[108,92,41],[114,100,51],[96,84,36],[163,151,103],[163,151,99],[187,181,129],[156,158,111],[63,75,37],[0,21,0],[78,107,85],[140,167,136],[140,159,127],[154,165,135],[114,125,95],[87,108,77],[113,132,102],[131,139,115],[128,127,107],[167,164,147],[229,227,212],[187,195,180],[170,181,167],[216,222,212],[237,247,238],[211,233,221],[142,164,151],[135,146,130],[172,188,175],[170,210,199],[161,209,197],[161,199,186],[184,217,206],[137,172,166],[118,154,150],[92,133,127],[111,146,139],[128,153,147],[206,227,228],[194,220,235],[125,160,180],[109,155,171],[127,173,188],[112,152,164],[151,180,194],[195,211,227],[156,172,188],[141,173,186],[127,165,178],[138,175,193],[125,166,184],[107,155,175],[115,160,183],[142,169,198],[126,150,178],[115,152,171],[123,165,181],[139,179,191],[145,177,190],[148,167,181],[139,157,169],[145,176,181],[147,181,183],[143,167,169],[158,169,173],[187,185,190],[255,252,255],[233,227,227],[234,233,229],[190,193,186],[193,196,189],[230,233,226],[215,218,211],[175,182,174],[175,187,177],[199,210,202],[159,174,171],[174,195,196],[142,161,165],[142,153,159],[155,160,164],[184,185,187],[226,235,232],[180,201,196],[178,207,205],[161,190,198],[147,175,189],[138,165,184],[147,180,197],[127,176,181],[132,190,194],[183,241,253],[129,188,204],[120,179,195],[124,181,200],[154,211,230],[144,197,213],[135,184,198],[152,196,207],[191,230,237],[211,240,244],[188,209,212],[215,229,230],[243,248,251],[250,248,253],[255,247,255],[255,252,253],[255,254,243],[233,234,218],[240,243,232],[243,246,237],[220,224,209],[229,232,211],[236,236,210],[203,200,169],[116,111,79],[153,151,112],[140,142,92],[133,139,79],[160,167,99],[195,201,129],[167,168,102],[168,158,99],[118,90,42],[94,61,16],[129,107,57],[124,111,59],[141,134,90],[159,158,112],[157,165,108],[150,161,105],[132,148,99],[41,61,10],[99,125,60],[146,175,108],[96,122,57],[108,133,68],[146,167,98],[60,80,11],[148,167,103],[133,148,89],[66,77,21],[72,79,27],[141,143,93],[116,116,66],[120,120,70],[98,101,46],[104,109,51],[140,150,89],[165,179,117],[171,187,124],[169,187,125],[126,144,86],[84,101,46],[47,67,8],[100,123,55],[171,192,123],[107,122,55],[130,135,71],[152,146,88],[86,68,20],[73,48,8],[75,44,16],[78,43,24],[65,32,23],[28,3,0],[17,0,0],[7,0,0],[89,91,90],[33,42,39],[0,3,0],[3,2,0],[7,1,1],[5,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[9,5,2],[9,5,2],[9,5,2],[7,3,0],[7,2,0],[8,3,0],[14,6,4],[18,10,8],[11,1,0],[20,9,5],[27,14,8],[36,23,17],[34,19,12],[26,12,3],[37,20,10],[44,27,17],[49,31,21],[60,40,31],[51,31,20],[39,17,6],[58,36,23],[69,48,31],[49,26,8],[41,19,0],[26,4,0],[67,46,17],[107,88,55],[128,110,74],[139,121,81],[33,16,0],[72,58,13],[43,31,0],[40,32,9],[78,72,56],[60,53,37],[44,37,19],[10,3,0],[26,17,0],[46,37,20],[23,11,0],[31,19,7],[60,46,35],[65,49,36],[27,11,0],[44,29,8],[67,51,26],[55,40,11],[73,58,27],[63,48,17],[109,91,55],[119,97,50],[127,99,51],[160,128,87],[171,142,98],[163,140,88],[112,91,36],[101,79,29],[146,122,76],[223,198,157],[175,154,111],[156,146,95],[121,122,80],[67,79,59],[23,37,24],[15,27,5],[92,97,74],[153,155,133],[77,82,59],[84,104,76],[110,133,104],[164,180,154],[141,153,129],[146,155,134],[230,242,222],[162,180,158],[153,170,151],[183,189,175],[214,220,208],[245,255,248],[184,198,181],[162,167,147],[132,144,124],[131,165,149],[155,199,186],[180,218,205],[146,181,174],[116,155,154],[112,153,155],[92,138,138],[89,133,132],[142,172,170],[168,193,198],[163,192,210],[140,174,199],[124,166,188],[132,175,192],[138,176,189],[156,184,198],[165,182,198],[182,195,212],[170,187,203],[134,151,169],[155,171,194],[136,163,184],[113,164,181],[111,164,182],[129,165,191],[122,152,178],[124,156,179],[153,188,208],[138,175,191],[156,188,203],[146,165,182],[152,171,186],[146,179,188],[126,159,164],[144,168,172],[152,163,169],[191,186,193],[217,206,212],[255,249,252],[252,248,245],[202,203,197],[205,206,200],[239,238,233],[212,213,207],[167,172,165],[152,157,151],[160,165,161],[133,142,141],[150,165,168],[167,182,189],[173,180,190],[190,193,202],[213,214,219],[189,197,200],[223,247,249],[227,255,255],[147,183,199],[130,166,190],[146,181,209],[132,176,201],[135,194,210],[101,169,182],[112,177,195],[119,184,206],[120,185,207],[124,186,209],[114,174,198],[105,163,185],[121,173,194],[137,184,200],[171,211,221],[209,242,251],[221,244,250],[218,231,239],[249,253,255],[255,254,255],[245,239,249],[255,252,255],[255,255,253],[248,251,244],[251,255,251],[242,248,246],[251,255,255],[248,249,253],[254,253,251],[242,238,226],[215,212,177],[177,175,126],[150,151,91],[158,160,95],[165,166,106],[184,182,123],[172,166,108],[173,161,101],[148,130,66],[119,100,34],[146,125,58],[177,157,94],[148,131,77],[109,98,44],[169,165,102],[178,183,119],[105,112,58],[92,103,47],[149,161,97],[130,145,76],[119,135,72],[103,124,59],[140,166,93],[129,154,86],[137,156,101],[122,134,86],[21,28,0],[37,40,0],[63,61,20],[93,90,47],[55,53,5],[64,64,12],[63,69,9],[126,137,71],[211,226,157],[147,164,94],[167,187,118],[162,183,116],[118,139,74],[130,151,86],[141,163,98],[101,120,54],[86,98,34],[117,121,62],[121,114,60],[102,84,38],[109,83,46],[113,82,54],[88,55,36],[81,49,38],[39,14,9],[17,0,0],[6,0,0],[163,163,163],[72,78,76],[0,3,1],[4,3,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[10,6,5],[7,3,2],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[4,0,0]],[[8,4,1],[8,4,1],[9,5,2],[8,4,1],[9,4,1],[11,6,3],[17,9,7],[21,13,11],[36,26,24],[35,24,20],[47,34,28],[40,27,21],[33,18,11],[30,16,7],[28,11,1],[38,21,11],[35,17,7],[42,24,14],[27,9,0],[17,0,0],[37,18,4],[57,38,23],[62,41,24],[60,39,20],[49,29,5],[49,29,2],[81,62,30],[61,45,9],[58,43,4],[52,37,0],[110,96,51],[39,27,0],[48,42,10],[22,18,0],[18,12,0],[53,47,21],[75,69,45],[7,1,0],[23,14,0],[26,17,2],[87,74,65],[63,49,40],[31,14,4],[42,26,11],[32,15,0],[62,46,21],[80,63,33],[108,92,59],[85,66,33],[95,76,36],[112,89,39],[119,92,39],[118,87,40],[157,126,80],[158,132,83],[144,121,69],[143,117,66],[182,154,106],[203,170,127],[217,188,146],[110,91,48],[88,80,43],[119,122,101],[63,72,55],[52,57,34],[113,116,89],[141,139,114],[82,86,59],[71,87,58],[62,83,52],[159,173,147],[243,253,228],[162,172,148],[214,226,204],[196,215,193],[166,185,166],[171,182,168],[205,215,204],[218,239,224],[152,171,152],[142,150,126],[132,144,120],[136,169,150],[149,190,176],[167,200,189],[142,175,168],[126,164,165],[128,173,178],[77,128,131],[86,136,137],[110,150,150],[131,164,171],[93,125,146],[126,162,188],[118,155,181],[119,157,178],[129,165,181],[146,174,188],[166,183,201],[189,200,218],[159,167,186],[164,172,193],[159,165,189],[139,160,181],[119,166,182],[124,177,195],[128,165,191],[127,158,186],[154,186,211],[170,202,225],[120,157,176],[126,161,180],[143,165,186],[149,172,190],[124,156,167],[120,153,162],[134,157,165],[170,181,187],[208,207,213],[216,210,214],[250,246,247],[254,253,251],[225,224,220],[213,210,205],[218,213,209],[216,213,208],[201,206,199],[173,180,173],[193,198,194],[192,201,200],[153,167,170],[152,165,174],[195,201,213],[209,213,225],[195,198,207],[191,202,208],[212,237,244],[165,199,211],[135,171,195],[141,180,211],[145,185,220],[130,179,212],[122,184,209],[117,185,206],[125,191,215],[129,193,220],[125,189,217],[127,188,217],[118,179,207],[114,171,198],[128,182,206],[139,187,209],[197,240,255],[218,254,255],[220,248,255],[235,255,255],[242,255,255],[236,243,253],[248,250,255],[247,249,255],[239,248,253],[242,253,255],[237,249,247],[241,251,250],[239,247,249],[251,255,255],[252,254,249],[248,251,234],[227,228,194],[225,227,178],[220,219,162],[195,193,132],[199,195,134],[186,180,118],[202,194,129],[189,180,111],[142,133,58],[130,118,42],[148,135,57],[157,140,70],[155,139,79],[138,123,64],[155,148,80],[157,153,89],[118,117,61],[200,200,146],[169,171,108],[145,150,84],[76,84,24],[82,96,35],[147,168,101],[90,110,47],[126,138,92],[169,175,137],[101,106,66],[105,106,66],[120,119,75],[116,115,67],[154,154,102],[114,119,63],[105,115,54],[86,101,36],[122,139,71],[149,169,98],[134,154,83],[143,163,92],[153,173,102],[128,148,79],[91,110,46],[91,107,45],[71,81,21],[105,105,51],[99,91,42],[109,92,49],[109,83,50],[105,75,49],[88,57,37],[41,11,0],[28,3,0],[21,3,0],[7,0,0],[11,10,8],[0,1,2],[0,4,5],[4,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[4,0,0]],[[7,3,0],[7,3,0],[8,4,1],[7,3,0],[8,3,0],[10,5,2],[16,8,6],[20,10,9],[28,17,15],[21,10,8],[40,26,23],[25,12,6],[19,4,0],[29,14,7],[19,5,0],[32,18,9],[24,10,1],[44,30,21],[45,28,20],[39,22,12],[21,3,0],[14,0,0],[32,13,0],[49,30,15],[57,39,19],[48,30,6],[60,43,15],[67,52,19],[56,42,7],[73,59,20],[156,143,101],[93,85,39],[102,98,51],[54,51,6],[50,47,4],[120,116,79],[147,140,111],[43,35,12],[36,27,10],[35,22,13],[48,33,28],[47,32,27],[15,0,0],[24,6,0],[39,20,3],[57,40,14],[110,91,59],[90,72,36],[103,88,49],[117,100,57],[100,78,31],[108,85,33],[125,103,43],[147,125,67],[159,136,92],[94,71,30],[126,102,56],[156,128,78],[140,109,52],[236,208,158],[255,241,213],[57,44,25],[19,23,0],[128,139,107],[158,168,131],[171,178,137],[135,137,100],[62,66,29],[58,68,31],[74,84,50],[144,147,118],[231,229,206],[253,250,231],[236,239,222],[249,255,244],[224,240,227],[220,237,227],[208,231,221],[176,209,198],[127,160,143],[125,145,117],[135,155,127],[155,188,169],[148,182,168],[141,167,158],[141,167,164],[147,182,186],[117,161,170],[106,161,166],[105,163,165],[145,193,195],[169,212,219],[108,150,172],[119,158,187],[125,159,187],[142,172,198],[142,173,194],[137,164,183],[181,198,216],[173,184,204],[161,169,188],[180,188,207],[172,183,203],[147,165,187],[128,165,184],[118,159,179],[153,185,210],[170,200,228],[151,182,210],[161,197,221],[135,176,198],[106,147,167],[143,175,196],[157,188,208],[145,177,192],[146,174,186],[142,160,172],[169,179,188],[170,173,178],[180,181,183],[251,255,254],[245,247,244],[232,227,224],[240,230,229],[246,232,232],[238,230,228],[219,229,221],[183,198,191],[195,208,201],[201,215,215],[138,156,160],[148,162,171],[196,205,220],[221,229,242],[209,217,228],[223,236,245],[229,253,255],[191,222,240],[147,181,209],[156,191,229],[147,186,227],[123,168,209],[129,188,220],[119,180,209],[122,181,213],[129,185,218],[130,186,221],[133,189,224],[127,183,218],[118,172,206],[119,172,203],[114,164,189],[183,230,250],[184,226,242],[139,175,187],[167,197,207],[205,229,239],[198,218,229],[218,234,247],[217,233,248],[206,228,241],[223,246,254],[238,253,255],[228,240,236],[242,255,237],[227,242,213],[231,248,212],[248,255,227],[248,255,225],[246,250,215],[245,241,203],[241,231,182],[202,193,128],[165,157,82],[140,135,51],[121,119,32],[92,89,8],[132,129,52],[193,190,111],[184,180,106],[175,170,106],[193,187,125],[198,191,123],[165,157,94],[159,152,100],[155,149,99],[123,121,64],[114,113,56],[64,64,12],[108,108,58],[137,137,83],[65,65,15],[71,71,35],[43,43,9],[143,141,102],[136,135,89],[89,89,37],[152,155,98],[115,123,63],[147,159,97],[125,141,79],[72,90,30],[20,40,0],[132,152,91],[156,172,109],[137,152,85],[209,220,151],[162,173,105],[121,133,71],[106,115,58],[64,69,15],[76,74,25],[142,131,86],[139,121,83],[109,86,54],[60,32,8],[27,0,0],[38,12,0],[47,24,16],[23,5,1],[17,7,5],[3,0,0],[8,9,11],[0,0,2],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[12,8,7],[3,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[6,2,1]],[[7,3,0],[7,3,0],[7,3,0],[6,2,0],[6,1,0],[7,2,0],[11,3,1],[13,5,3],[13,3,1],[11,0,0],[26,15,11],[18,4,1],[15,2,0],[31,18,10],[30,17,9],[38,25,16],[33,20,11],[25,15,6],[19,6,0],[43,30,22],[39,25,16],[14,0,0],[25,8,0],[23,7,0],[21,5,0],[26,11,0],[45,31,5],[30,16,0],[55,44,12],[87,77,42],[72,63,24],[62,53,12],[76,72,25],[65,63,15],[87,84,39],[104,101,60],[69,63,27],[68,61,32],[36,28,5],[50,42,23],[20,8,0],[26,12,1],[54,38,25],[20,2,0],[31,13,0],[49,32,6],[71,52,20],[61,43,7],[76,61,18],[114,100,53],[71,53,5],[93,73,20],[135,119,57],[119,103,44],[116,102,57],[66,51,10],[83,64,21],[118,96,46],[153,127,70],[204,178,127],[255,243,212],[89,78,56],[129,136,105],[228,240,202],[202,208,162],[169,171,122],[120,122,73],[74,76,29],[73,76,33],[103,105,66],[148,145,114],[233,229,202],[235,233,212],[228,229,213],[213,221,208],[169,185,174],[205,228,220],[197,228,220],[190,230,222],[197,238,222],[180,213,184],[109,142,111],[100,134,117],[137,169,158],[160,181,174],[154,176,174],[157,190,195],[129,172,179],[129,182,186],[120,176,177],[174,224,223],[151,200,205],[128,176,196],[109,153,182],[141,172,203],[142,169,199],[140,170,196],[133,159,182],[176,192,215],[162,173,195],[171,179,200],[188,201,218],[180,197,215],[153,176,194],[147,174,195],[147,175,199],[150,174,202],[150,175,205],[133,167,195],[139,179,205],[128,174,198],[125,171,195],[127,167,192],[127,163,187],[130,165,185],[134,163,179],[153,172,186],[176,189,198],[156,165,170],[181,191,190],[219,231,227],[249,255,251],[253,249,246],[255,244,244],[255,241,244],[239,230,231],[211,222,218],[175,196,189],[146,167,162],[155,175,174],[146,165,171],[190,208,220],[185,198,214],[209,221,237],[218,230,242],[215,232,242],[203,225,239],[220,247,255],[165,195,229],[140,173,214],[144,183,226],[140,185,227],[149,201,238],[130,184,218],[139,191,228],[141,191,228],[135,184,224],[131,183,222],[124,176,215],[121,173,210],[128,178,211],[120,169,199],[153,201,224],[152,197,216],[121,163,177],[161,199,212],[199,233,245],[185,215,226],[183,209,224],[163,189,206],[123,152,170],[138,165,182],[135,158,166],[110,131,126],[148,171,145],[131,156,117],[152,178,133],[198,219,176],[229,244,211],[240,247,216],[255,255,222],[244,237,193],[188,180,118],[178,172,96],[155,151,64],[149,147,60],[154,151,74],[135,133,59],[146,150,73],[183,191,114],[194,201,134],[149,151,86],[113,108,40],[115,105,43],[130,118,68],[66,56,7],[90,88,31],[89,90,33],[34,32,0],[127,120,76],[133,120,75],[83,70,26],[93,89,51],[86,86,48],[47,48,6],[85,84,36],[146,146,92],[77,80,23],[95,101,41],[148,158,97],[179,193,132],[135,150,91],[38,56,0],[49,67,7],[143,159,97],[144,158,96],[181,193,129],[198,208,145],[119,127,70],[63,65,15],[65,64,16],[79,75,30],[94,82,42],[96,80,46],[133,112,83],[70,46,22],[31,6,0],[40,17,1],[20,0,0],[19,4,0],[14,3,1],[4,0,0],[9,7,10],[10,8,11],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[52,48,47],[21,17,16],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[9,5,4],[3,0,0]],[[6,3,0],[6,3,0],[7,2,0],[7,2,0],[6,1,0],[7,2,0],[10,1,2],[12,3,4],[14,4,3],[18,6,6],[20,9,7],[17,6,2],[13,2,0],[24,11,5],[35,22,16],[28,17,11],[13,4,0],[13,4,0],[8,0,0],[30,21,14],[27,16,10],[13,2,0],[37,24,16],[37,24,15],[21,7,0],[21,7,0],[63,50,33],[65,53,31],[28,18,0],[48,39,10],[89,80,47],[103,94,61],[31,22,0],[22,16,0],[67,61,25],[95,90,52],[72,67,29],[114,109,71],[53,48,10],[98,90,54],[89,78,48],[176,162,135],[102,86,61],[29,13,0],[37,20,0],[50,30,3],[72,51,22],[69,50,17],[57,44,2],[74,62,14],[77,64,11],[102,89,34],[125,113,63],[69,59,10],[58,52,0],[89,83,31],[83,72,26],[97,82,41],[87,65,26],[91,69,28],[154,142,92],[201,200,152],[251,255,232],[129,138,107],[138,130,83],[178,165,110],[160,151,96],[132,126,74],[104,100,52],[106,105,61],[149,151,112],[223,229,195],[160,169,142],[197,206,185],[225,237,223],[199,216,206],[181,208,201],[167,199,194],[202,238,236],[155,195,186],[144,188,163],[163,207,182],[111,153,139],[90,123,116],[155,178,172],[148,170,167],[127,158,160],[142,182,184],[114,158,159],[150,196,196],[212,255,254],[126,174,178],[119,172,190],[111,158,186],[160,194,229],[150,179,213],[136,170,198],[150,180,208],[163,178,207],[172,182,209],[161,173,195],[174,193,210],[151,179,191],[139,167,181],[166,182,205],[186,197,225],[169,184,217],[154,177,209],[129,164,194],[121,166,195],[119,173,201],[137,191,219],[121,166,195],[122,163,191],[138,178,203],[142,177,197],[166,189,205],[177,195,205],[195,210,215],[204,218,218],[181,198,192],[213,224,218],[231,230,228],[255,245,246],[255,245,249],[226,221,225],[197,209,209],[171,196,193],[148,177,173],[146,174,175],[162,185,193],[214,232,246],[187,204,220],[213,230,246],[213,231,243],[176,196,207],[171,190,205],[190,212,235],[178,204,237],[138,170,209],[152,189,231],[166,209,251],[144,190,226],[153,199,233],[145,193,229],[142,190,228],[135,183,223],[132,181,221],[125,174,214],[127,177,214],[138,188,223],[131,182,211],[138,188,213],[132,180,200],[153,199,215],[174,216,232],[157,194,210],[156,192,208],[172,205,222],[150,181,201],[136,163,190],[131,159,181],[127,161,170],[146,182,178],[124,161,144],[71,103,79],[72,96,70],[145,161,132],[217,231,198],[216,226,191],[226,237,197],[218,225,181],[220,224,173],[192,192,132],[190,183,113],[187,177,106],[184,173,109],[160,155,89],[166,176,103],[194,212,138],[154,171,103],[134,145,79],[167,164,97],[160,150,88],[108,95,43],[19,9,0],[76,80,21],[85,91,31],[44,46,0],[181,172,129],[115,92,51],[147,128,85],[155,159,108],[160,173,119],[97,105,54],[101,105,55],[135,133,85],[67,63,15],[114,108,58],[109,106,53],[143,144,86],[156,162,98],[158,169,103],[139,154,89],[143,161,99],[160,180,121],[156,177,121],[77,91,40],[42,44,0],[46,42,0],[96,89,47],[133,124,85],[65,52,17],[46,31,0],[59,42,14],[31,14,0],[34,16,0],[57,38,21],[41,25,10],[39,25,16],[19,8,4],[12,2,3],[6,0,2],[6,0,4],[7,1,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[7,3,2],[3,0,0]],[[5,2,0],[5,2,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[14,5,6],[12,2,1],[16,6,5],[13,3,1],[16,5,3],[10,0,0],[13,2,0],[27,16,12],[15,6,0],[12,5,0],[18,13,7],[11,6,0],[13,5,2],[9,1,0],[13,4,0],[29,20,15],[23,12,6],[14,4,0],[46,36,26],[27,18,3],[60,52,33],[47,39,18],[7,1,0],[58,53,24],[66,59,31],[32,21,0],[77,66,44],[50,43,15],[45,39,7],[46,40,4],[60,55,17],[77,72,32],[71,63,24],[132,123,84],[162,153,114],[138,125,90],[109,95,60],[116,100,64],[148,130,92],[191,172,132],[92,73,31],[61,44,1],[144,127,81],[147,130,76],[176,160,108],[111,98,53],[48,40,0],[44,42,0],[139,137,86],[95,86,43],[26,12,0],[69,49,16],[120,101,61],[125,116,61],[190,193,140],[235,249,216],[153,160,129],[136,122,77],[224,203,150],[196,183,130],[199,189,136],[194,184,135],[150,143,97],[151,152,110],[159,167,130],[171,182,150],[203,216,190],[194,207,189],[193,214,199],[169,203,189],[97,137,126],[159,200,192],[217,255,252],[193,247,224],[168,223,202],[149,196,186],[135,174,169],[135,162,155],[141,166,160],[169,201,198],[147,183,183],[122,156,155],[141,175,174],[188,223,219],[156,197,199],[144,197,213],[105,156,185],[116,154,190],[138,172,209],[140,179,212],[160,195,225],[159,182,213],[162,177,206],[161,173,197],[158,175,193],[152,182,193],[143,171,185],[207,222,245],[220,231,255],[155,174,206],[135,161,194],[144,180,214],[128,174,207],[104,161,191],[120,177,207],[132,181,214],[126,171,204],[118,165,191],[128,170,192],[149,182,199],[167,191,201],[216,234,238],[166,182,181],[164,181,175],[218,231,224],[240,245,241],[239,237,238],[235,228,235],[222,221,227],[186,200,203],[124,148,150],[138,170,169],[171,201,203],[199,221,234],[206,223,241],[172,191,208],[190,209,224],[192,214,225],[188,210,221],[183,200,216],[170,188,210],[166,189,221],[160,190,228],[154,193,232],[143,187,224],[132,175,209],[148,193,224],[136,182,216],[131,179,215],[127,177,214],[131,180,220],[126,175,215],[127,177,214],[137,187,222],[131,182,213],[140,190,215],[150,198,220],[180,225,244],[174,215,233],[149,187,206],[152,187,207],[154,186,207],[149,181,204],[130,160,188],[132,164,189],[148,186,197],[134,176,175],[102,144,134],[87,123,109],[96,123,106],[88,107,85],[152,168,139],[195,211,175],[198,214,175],[217,230,187],[244,253,208],[234,236,187],[218,213,157],[178,169,110],[190,181,124],[201,199,138],[180,191,122],[159,179,107],[105,121,56],[104,114,51],[153,150,81],[153,142,78],[117,101,49],[100,90,37],[95,100,36],[110,120,57],[116,123,69],[145,143,95],[95,78,34],[104,91,46],[136,143,91],[119,133,80],[131,141,91],[120,123,78],[60,57,14],[40,33,0],[64,56,9],[70,64,12],[45,45,0],[145,150,84],[255,255,198],[199,214,145],[121,140,74],[165,187,123],[73,97,39],[12,26,0],[80,77,34],[90,78,40],[80,66,31],[71,56,23],[44,29,0],[41,26,0],[25,11,0],[46,32,6],[41,26,3],[48,33,14],[40,27,11],[28,15,6],[24,10,7],[8,0,0],[8,0,2],[12,1,7],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[10,6,5],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[8,4,3],[3,0,0]],[[6,1,0],[6,1,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[13,4,5],[13,4,5],[8,0,0],[17,7,6],[17,7,6],[12,2,0],[19,9,7],[24,14,12],[17,9,6],[12,7,3],[14,11,6],[11,8,3],[9,4,1],[14,9,6],[21,13,11],[18,10,8],[11,1,0],[26,17,12],[29,20,13],[21,12,3],[11,3,0],[25,18,0],[22,17,0],[37,33,8],[26,20,0],[31,22,5],[80,68,54],[35,24,6],[27,16,0],[36,29,3],[32,25,0],[120,111,80],[80,71,38],[67,57,21],[70,58,20],[84,71,29],[139,125,78],[148,132,80],[87,72,13],[192,176,114],[143,124,66],[110,86,40],[112,84,44],[132,105,60],[111,87,39],[95,77,29],[47,34,0],[138,130,91],[138,130,94],[54,41,6],[36,18,0],[125,102,60],[131,108,66],[144,129,90],[181,175,139],[180,187,154],[193,197,164],[187,168,128],[229,205,161],[145,131,86],[98,85,41],[141,122,82],[179,164,125],[206,201,163],[186,188,151],[206,213,179],[167,176,147],[87,97,72],[69,92,66],[106,146,119],[125,175,148],[138,188,163],[115,169,146],[182,245,226],[150,212,199],[127,182,179],[114,160,158],[107,144,136],[125,158,149],[171,208,200],[155,187,182],[144,166,163],[189,208,206],[203,224,219],[136,167,169],[98,149,166],[106,162,189],[123,169,203],[139,181,219],[129,175,211],[137,180,214],[150,185,215],[150,171,200],[180,185,214],[183,187,212],[192,209,227],[165,188,204],[179,197,219],[175,197,221],[134,168,195],[144,180,212],[141,175,212],[133,172,211],[124,180,215],[109,167,204],[122,167,208],[118,164,200],[104,160,187],[105,160,181],[119,162,178],[161,194,203],[209,228,234],[181,195,196],[152,167,164],[225,237,233],[248,255,255],[240,249,248],[225,228,233],[196,200,209],[173,186,194],[151,171,178],[135,165,167],[163,192,198],[206,223,239],[197,212,233],[173,190,210],[170,191,208],[165,189,199],[182,204,215],[189,205,220],[170,187,207],[153,177,205],[155,188,221],[141,186,217],[132,181,211],[147,191,218],[143,188,217],[147,198,229],[131,185,219],[122,176,210],[125,179,215],[120,174,210],[124,176,213],[140,193,227],[139,190,221],[124,171,199],[150,196,220],[157,199,221],[143,181,202],[163,195,218],[171,201,225],[154,182,206],[165,195,221],[162,197,225],[124,162,185],[125,162,180],[98,135,143],[106,142,140],[96,132,122],[97,130,111],[43,73,49],[164,190,161],[146,167,134],[158,174,138],[205,215,178],[213,220,179],[250,253,210],[254,255,211],[253,255,206],[231,234,179],[218,224,164],[197,208,140],[151,162,94],[47,53,0],[58,56,0],[138,128,59],[171,156,89],[114,97,41],[88,77,21],[101,102,36],[109,116,49],[119,130,70],[72,83,27],[93,101,44],[149,156,105],[53,59,21],[49,55,21],[39,40,6],[53,53,15],[132,131,87],[74,72,24],[70,70,18],[176,179,122],[172,178,116],[141,152,86],[120,133,64],[153,170,100],[172,189,118],[183,203,131],[106,123,52],[99,108,45],[126,118,72],[76,57,24],[58,42,9],[44,27,0],[21,6,0],[52,38,11],[44,33,5],[49,37,11],[59,49,24],[57,46,26],[37,25,9],[20,7,0],[23,9,6],[11,0,0],[18,1,9],[12,0,4],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[7,3,2],[10,6,5],[5,1,0],[3,0,0],[3,0,0],[7,3,2]],[[7,2,0],[7,2,0],[7,2,0],[7,2,0],[7,2,0],[8,3,0],[9,0,1],[9,0,1],[14,6,4],[6,0,0],[21,11,9],[16,7,2],[10,1,0],[23,14,7],[15,6,0],[16,9,1],[18,13,7],[8,5,0],[11,6,2],[16,11,7],[26,18,15],[21,13,10],[12,3,0],[20,11,6],[27,19,16],[12,5,0],[14,7,1],[10,3,0],[30,24,8],[21,16,0],[49,45,16],[67,63,36],[21,16,0],[42,35,19],[87,77,65],[52,43,28],[12,1,0],[24,13,0],[75,63,37],[56,45,17],[60,49,19],[38,28,0],[39,27,0],[104,92,42],[109,98,36],[50,40,0],[127,115,41],[173,158,91],[119,97,47],[137,109,69],[76,48,8],[89,61,21],[148,126,79],[139,120,77],[61,45,11],[95,80,49],[102,88,53],[102,87,48],[129,110,67],[157,139,99],[231,217,188],[246,241,212],[193,199,163],[194,196,156],[157,140,97],[160,139,96],[139,126,82],[98,89,48],[127,113,76],[170,157,122],[201,197,162],[222,223,191],[239,244,212],[215,221,193],[171,179,155],[122,140,114],[107,143,115],[139,185,156],[103,152,123],[29,83,59],[86,145,127],[170,230,220],[130,186,185],[58,109,110],[88,135,129],[106,149,140],[115,156,148],[117,150,143],[138,157,151],[203,214,208],[229,240,234],[155,175,176],[126,164,177],[142,188,212],[142,187,218],[128,168,203],[132,171,204],[140,175,207],[149,180,211],[169,190,221],[184,189,221],[214,217,248],[190,206,231],[144,169,191],[173,199,222],[190,222,247],[135,174,203],[135,178,210],[153,188,226],[132,171,212],[110,164,202],[114,172,209],[103,155,192],[104,154,187],[109,165,190],[104,159,179],[117,163,178],[166,200,210],[151,171,178],[167,178,184],[160,168,171],[240,248,250],[239,249,250],[218,228,229],[218,229,231],[189,203,206],[171,186,193],[181,200,207],[187,216,220],[166,195,203],[211,230,245],[203,220,240],[176,194,214],[162,183,200],[159,185,198],[180,204,216],[188,207,222],[178,196,218],[184,210,235],[144,178,206],[139,185,211],[181,229,252],[168,213,236],[152,198,222],[148,199,228],[131,186,217],[124,181,211],[133,189,222],[130,183,217],[128,178,211],[133,186,217],[126,177,206],[133,180,206],[153,195,219],[152,188,212],[140,175,197],[157,191,216],[169,203,228],[167,198,226],[178,209,238],[168,205,232],[133,174,196],[123,158,177],[132,166,178],[120,157,163],[97,136,133],[87,126,108],[89,124,100],[174,206,182],[107,132,103],[208,221,191],[210,216,182],[148,153,113],[167,172,131],[198,205,163],[229,238,191],[225,239,180],[190,205,138],[184,197,127],[186,196,125],[138,140,75],[140,136,72],[152,142,73],[172,157,90],[114,98,39],[61,49,0],[73,68,4],[100,103,36],[95,104,41],[81,95,33],[115,131,66],[111,126,69],[1,12,0],[16,23,0],[31,37,1],[56,61,21],[127,130,85],[141,143,94],[81,84,31],[122,127,71],[136,141,83],[123,131,72],[61,69,9],[89,99,38],[184,194,131],[144,155,89],[50,61,0],[72,76,17],[88,76,36],[41,24,0],[40,25,0],[79,65,36],[31,20,0],[83,73,46],[36,26,0],[42,32,7],[57,45,23],[72,59,42],[37,23,10],[31,17,8],[12,0,0],[10,0,0],[15,2,9],[7,0,2],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[16,12,11],[25,21,20],[12,8,7],[3,0,0],[3,0,0]],[[5,1,0],[6,2,1],[6,2,1],[5,1,0],[5,0,0],[5,0,0],[8,0,0],[9,1,0],[20,10,8],[27,18,11],[8,0,0],[33,23,13],[38,28,16],[31,21,9],[16,7,0],[22,14,1],[16,9,0],[21,14,8],[10,1,0],[12,1,0],[22,9,1],[18,5,0],[15,5,0],[16,6,0],[13,4,0],[19,11,8],[19,13,13],[35,27,24],[17,11,0],[26,20,0],[82,77,39],[76,74,33],[31,35,2],[29,31,9],[132,128,117],[108,99,92],[19,6,0],[51,35,20],[49,33,10],[37,21,0],[52,37,16],[57,45,19],[65,55,20],[43,35,0],[37,29,0],[124,116,44],[144,134,63],[152,141,75],[134,125,66],[119,107,57],[145,125,90],[83,59,25],[129,101,61],[162,135,92],[46,23,0],[74,54,17],[103,89,52],[89,81,42],[109,106,65],[141,138,103],[247,247,221],[149,152,125],[107,112,71],[110,112,62],[88,78,27],[122,110,60],[162,158,111],[186,185,141],[186,188,149],[179,183,150],[158,163,133],[172,176,151],[207,211,188],[245,248,229],[248,251,234],[211,220,203],[176,197,180],[153,182,164],[114,151,134],[68,109,93],[89,133,120],[122,172,161],[186,241,236],[98,154,155],[97,153,154],[82,133,136],[106,150,151],[138,172,171],[142,161,157],[199,209,201],[224,227,220],[177,181,180],[162,176,185],[188,214,231],[173,205,230],[150,179,209],[160,175,204],[185,194,223],[175,186,216],[187,200,234],[217,230,255],[187,203,237],[143,167,201],[142,173,204],[137,170,203],[194,230,255],[164,205,237],[128,171,206],[130,172,210],[135,179,218],[110,159,199],[109,165,198],[91,156,178],[93,154,172],[106,155,172],[128,167,184],[132,165,180],[174,202,216],[207,226,240],[157,167,179],[169,169,181],[204,201,212],[230,229,235],[227,232,235],[222,238,237],[213,232,230],[196,212,211],[191,211,212],[180,205,210],[197,224,233],[210,233,247],[215,236,253],[161,184,202],[147,172,192],[160,185,205],[175,202,221],[177,204,225],[156,182,205],[144,174,198],[149,185,209],[150,191,213],[183,228,249],[178,221,240],[138,180,202],[157,201,230],[138,187,219],[129,186,215],[125,182,211],[130,179,211],[151,198,228],[146,196,223],[112,162,187],[144,190,213],[154,191,217],[170,200,226],[170,202,227],[148,193,216],[141,188,214],[153,197,226],[163,202,233],[154,191,220],[152,187,209],[150,182,195],[139,173,183],[106,145,160],[102,145,152],[116,156,147],[89,126,108],[30,65,45],[102,125,105],[245,249,226],[171,168,137],[203,205,165],[172,180,133],[167,181,130],[172,190,132],[175,195,123],[147,166,87],[145,162,82],[157,170,91],[186,194,119],[144,146,73],[132,125,57],[147,136,72],[106,89,33],[100,83,29],[92,79,24],[95,86,29],[109,107,48],[181,186,122],[172,181,114],[86,101,36],[72,93,37],[85,107,58],[102,122,71],[138,154,105],[125,137,87],[144,151,100],[171,173,124],[109,107,59],[49,42,0],[65,58,12],[92,85,41],[103,96,52],[93,90,47],[124,123,79],[10,11,0],[95,93,54],[90,79,49],[18,4,0],[61,51,24],[56,51,22],[84,80,51],[77,71,45],[33,25,2],[43,30,11],[39,22,6],[75,55,44],[56,36,29],[27,8,4],[57,43,43],[6,0,0],[7,5,8],[7,5,8],[7,1,3],[9,0,1],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[3,2,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0]],[[5,1,2],[6,2,3],[7,3,4],[7,3,4],[8,2,2],[9,3,3],[13,5,3],[15,7,4],[13,4,0],[24,15,6],[21,11,1],[44,35,20],[49,40,23],[53,44,27],[30,22,3],[15,6,0],[19,11,0],[7,0,0],[21,10,8],[24,10,9],[25,12,6],[26,11,4],[11,0,0],[26,16,6],[24,15,8],[26,18,15],[21,12,15],[21,13,11],[13,4,0],[31,23,0],[70,62,23],[58,51,9],[23,20,0],[14,12,0],[20,12,1],[8,0,0],[29,17,5],[52,39,22],[92,77,54],[93,78,55],[74,61,42],[68,56,32],[22,12,0],[70,62,13],[90,85,19],[147,143,70],[163,158,90],[132,129,62],[141,140,75],[82,77,19],[124,109,68],[172,150,111],[149,121,74],[105,75,25],[80,52,4],[97,75,26],[103,91,43],[84,80,33],[146,149,102],[179,186,144],[202,208,174],[194,200,164],[181,185,134],[135,136,79],[100,93,39],[93,87,37],[86,85,39],[160,165,124],[202,212,175],[169,183,150],[168,178,151],[199,207,184],[218,221,202],[220,221,205],[246,247,233],[253,255,243],[242,252,241],[205,223,211],[125,151,138],[73,106,95],[104,144,133],[100,146,136],[139,191,187],[170,228,229],[139,200,205],[101,159,163],[128,176,180],[144,180,180],[160,181,176],[188,197,192],[204,206,201],[195,196,198],[188,197,206],[179,196,212],[165,193,217],[174,201,230],[181,195,224],[190,199,230],[186,201,234],[180,200,235],[165,191,228],[152,182,220],[147,179,217],[143,177,214],[152,186,221],[166,200,235],[168,201,234],[138,171,204],[141,174,209],[128,162,197],[144,178,215],[133,174,204],[133,184,203],[150,197,213],[150,181,201],[141,166,186],[156,182,199],[126,149,165],[200,219,234],[210,222,236],[175,172,189],[224,218,232],[245,243,254],[231,238,244],[231,251,250],[224,249,246],[207,225,225],[212,230,232],[212,235,241],[169,193,203],[160,184,196],[197,220,234],[204,227,245],[153,178,198],[144,169,191],[175,201,224],[175,203,227],[156,188,213],[131,165,190],[155,191,215],[167,208,228],[188,231,250],[185,230,249],[153,198,221],[139,180,208],[144,189,220],[130,187,214],[120,177,204],[134,179,210],[145,189,218],[146,196,221],[150,200,223],[143,188,211],[154,192,215],[197,224,251],[196,227,255],[136,183,209],[114,168,194],[134,185,216],[135,180,213],[125,164,195],[162,198,222],[164,197,212],[144,180,192],[97,140,157],[66,110,123],[81,126,121],[83,124,110],[84,118,101],[106,127,108],[107,110,91],[94,89,60],[192,190,149],[165,172,120],[140,155,100],[171,191,128],[145,167,92],[161,183,101],[152,170,88],[145,158,78],[125,134,55],[83,85,10],[130,126,55],[153,144,79],[148,132,73],[128,111,57],[59,43,0],[100,87,35],[119,112,57],[156,154,95],[125,130,66],[92,102,39],[102,117,62],[68,86,34],[119,136,84],[101,115,64],[50,60,10],[7,13,0],[90,92,45],[113,110,65],[88,81,39],[117,105,65],[90,78,40],[89,76,41],[54,46,10],[84,78,42],[72,69,34],[108,103,71],[66,54,30],[36,24,2],[62,55,29],[61,57,30],[28,27,0],[30,26,0],[10,2,0],[57,42,23],[22,0,0],[48,23,16],[37,12,8],[58,37,36],[211,197,197],[4,0,0],[11,12,14],[0,0,2],[5,1,2],[7,0,0],[8,2,2],[15,9,9],[13,9,8],[7,3,2],[1,0,0],[2,1,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[3,0,0],[4,0,0],[5,1,0],[7,1,1],[8,2,2],[12,4,2],[14,6,3],[14,5,0],[18,9,0],[18,8,0],[22,12,0],[34,22,8],[63,51,35],[44,33,15],[20,8,0],[27,18,9],[14,7,1],[22,12,13],[15,3,7],[25,10,15],[33,19,19],[16,2,0],[25,14,8],[26,17,12],[20,10,8],[18,8,9],[23,11,13],[32,18,15],[52,38,27],[65,50,27],[58,41,15],[64,42,21],[43,20,4],[31,12,0],[13,0,0],[15,8,0],[70,65,35],[41,36,6],[66,59,31],[64,53,31],[48,36,10],[67,55,13],[124,115,56],[113,111,37],[161,164,87],[178,183,116],[105,110,44],[118,121,50],[152,151,84],[128,118,59],[132,113,57],[149,123,64],[101,73,10],[102,77,13],[176,156,93],[155,144,80],[161,157,94],[167,172,108],[140,148,88],[171,178,126],[187,192,138],[190,195,131],[235,235,173],[114,108,56],[132,128,83],[153,154,112],[122,130,91],[145,159,124],[179,194,163],[189,202,176],[250,255,238],[254,255,239],[225,226,210],[206,207,191],[241,243,229],[251,255,244],[240,254,239],[216,237,222],[140,170,158],[90,133,124],[95,144,140],[81,131,130],[100,153,157],[87,146,150],[105,163,167],[135,186,189],[127,167,167],[175,196,197],[172,184,184],[153,163,164],[163,174,178],[175,195,206],[162,188,205],[157,187,213],[169,202,233],[189,223,255],[171,207,243],[155,193,230],[146,185,224],[140,182,222],[144,186,226],[146,185,224],[140,176,212],[158,188,222],[149,172,204],[170,187,217],[213,227,254],[204,214,241],[183,190,218],[198,205,233],[222,229,255],[239,249,255],[231,238,255],[227,231,255],[185,190,219],[170,185,206],[189,208,225],[205,224,238],[213,230,240],[225,229,241],[219,221,234],[206,212,224],[204,218,229],[215,240,247],[204,229,234],[189,206,214],[206,220,229],[231,249,255],[218,240,251],[184,206,219],[166,188,202],[213,234,253],[179,201,222],[147,172,194],[157,183,208],[195,222,249],[179,210,238],[138,174,200],[154,191,217],[151,193,218],[150,196,220],[166,214,237],[162,208,232],[147,188,218],[153,197,226],[133,187,213],[122,176,202],[141,186,215],[151,192,222],[150,197,223],[163,211,234],[145,190,213],[135,172,198],[158,188,216],[165,199,227],[132,182,209],[127,183,210],[136,189,221],[122,171,204],[123,168,199],[126,167,195],[144,187,206],[161,204,221],[110,153,170],[63,109,122],[72,123,124],[66,113,103],[96,127,109],[108,125,106],[50,54,37],[154,152,127],[209,205,160],[175,176,119],[126,137,81],[161,177,115],[214,231,163],[212,228,155],[198,212,137],[167,178,102],[116,123,46],[60,63,0],[176,172,99],[191,180,114],[143,127,67],[128,109,53],[100,83,31],[98,85,33],[134,127,75],[187,184,131],[123,126,71],[79,81,31],[59,56,13],[109,105,67],[104,102,61],[48,46,5],[112,113,69],[68,69,25],[37,38,0],[84,83,39],[144,141,96],[107,103,58],[70,63,21],[82,75,33],[74,69,29],[96,93,52],[84,82,41],[82,78,41],[54,42,18],[57,42,23],[67,56,34],[36,30,6],[14,8,0],[31,24,0],[75,63,39],[68,50,30],[57,34,20],[53,26,17],[53,25,21],[30,6,6],[17,3,3],[4,0,0],[0,0,2],[4,5,7],[6,2,3],[6,0,0],[9,3,3],[20,14,14],[19,15,14],[7,3,2],[1,0,0],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[4,0,1],[5,1,0],[6,2,1],[7,1,1],[8,3,0],[11,3,0],[12,5,0],[18,9,2],[15,6,0],[10,0,0],[8,0,0],[25,13,0],[62,50,34],[48,35,18],[31,19,3],[30,24,8],[24,20,9],[9,1,0],[16,5,9],[23,10,17],[10,0,0],[25,11,8],[61,48,40],[38,28,18],[16,6,0],[17,6,2],[27,13,10],[42,27,22],[52,34,24],[46,27,10],[58,35,17],[92,63,49],[66,37,23],[65,42,28],[69,51,31],[42,31,0],[60,52,13],[119,112,68],[84,77,33],[65,53,15],[97,85,45],[155,145,92],[168,162,100],[144,144,72],[129,135,63],[138,148,85],[128,138,78],[83,88,22],[86,85,20],[85,75,13],[119,103,43],[157,133,69],[131,106,40],[122,99,32],[172,153,85],[160,150,81],[177,173,102],[173,174,104],[202,207,140],[131,136,72],[160,165,101],[135,137,72],[178,178,118],[153,149,102],[169,167,128],[129,133,96],[184,194,159],[161,176,145],[209,228,200],[239,254,231],[172,185,165],[181,188,170],[197,200,183],[157,158,142],[185,186,172],[244,248,234],[233,244,228],[232,246,231],[240,255,253],[223,255,255],[169,213,212],[126,170,171],[91,136,139],[88,136,140],[107,152,157],[118,158,160],[136,166,168],[144,164,165],[173,187,190],[163,174,180],[162,175,184],[172,190,204],[165,187,208],[166,192,219],[164,193,223],[171,204,235],[157,192,224],[159,197,233],[159,199,235],[147,189,227],[146,188,226],[143,183,219],[137,173,209],[175,204,238],[201,224,255],[209,226,255],[228,242,255],[206,215,244],[189,196,225],[178,185,214],[192,195,226],[233,230,255],[217,207,241],[190,180,215],[242,236,255],[226,230,255],[186,197,217],[153,165,179],[185,198,207],[214,221,231],[198,206,217],[185,203,217],[179,205,220],[174,207,222],[167,196,210],[172,189,205],[200,212,226],[222,240,250],[238,255,255],[208,228,239],[191,210,225],[238,255,255],[209,230,251],[167,189,212],[198,224,249],[225,252,255],[186,217,246],[138,173,201],[139,178,207],[129,173,202],[129,176,204],[131,181,208],[126,173,201],[142,181,212],[146,187,215],[136,186,211],[126,178,202],[134,178,205],[144,185,213],[142,188,212],[138,186,209],[148,193,216],[146,186,211],[141,175,203],[132,169,198],[123,174,203],[123,180,209],[136,191,222],[154,207,241],[119,169,202],[123,172,202],[129,181,203],[131,182,201],[138,183,202],[142,190,204],[115,173,177],[87,138,133],[101,132,114],[113,131,109],[133,139,125],[106,106,82],[159,152,106],[218,216,159],[187,195,138],[194,208,149],[172,183,123],[223,235,171],[184,195,127],[181,188,118],[120,127,50],[100,101,25],[125,119,45],[160,150,79],[154,139,74],[90,74,15],[93,77,25],[62,50,0],[125,117,68],[110,106,58],[72,74,25],[40,37,0],[14,0,0],[75,56,26],[72,57,24],[102,92,56],[131,127,89],[150,151,109],[64,67,22],[122,125,80],[192,194,147],[67,66,20],[44,41,0],[78,74,29],[101,94,50],[99,92,48],[49,42,0],[66,56,20],[50,36,10],[111,96,77],[26,14,0],[24,13,0],[10,3,0],[18,8,0],[53,37,14],[24,3,0],[66,38,24],[81,53,42],[60,31,25],[18,0,0],[19,5,4],[11,5,7],[0,0,2],[3,4,6],[7,3,4],[6,0,0],[6,0,0],[12,6,6],[11,7,6],[5,1,0],[1,0,0],[4,3,1],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,4,2],[6,5,3],[9,5,4],[10,6,5],[11,6,3],[12,7,4],[15,7,4],[16,8,5],[25,16,11],[24,14,5],[20,7,0],[10,0,0],[38,24,11],[49,36,20],[24,8,0],[15,4,0],[24,20,0],[26,21,1],[18,9,0],[11,0,0],[10,0,0],[15,1,0],[39,26,17],[48,36,20],[42,34,13],[22,14,0],[27,16,0],[32,18,5],[48,30,18],[55,36,22],[50,27,11],[71,48,30],[63,42,25],[90,71,56],[41,19,8],[66,45,28],[100,79,48],[89,68,21],[156,138,74],[160,143,74],[144,129,64],[175,161,98],[123,113,52],[103,99,38],[100,102,39],[124,130,70],[149,158,103],[154,162,111],[109,111,62],[83,80,29],[44,35,0],[75,58,2],[119,97,40],[137,112,55],[137,113,53],[90,70,9],[92,78,15],[165,157,94],[180,179,115],[216,216,152],[180,182,117],[215,215,153],[204,201,146],[227,223,175],[255,255,215],[188,189,155],[127,134,101],[145,158,128],[190,208,182],[230,250,225],[184,203,183],[136,153,134],[141,152,135],[165,172,156],[171,173,159],[135,137,123],[183,185,172],[235,241,229],[215,225,214],[243,255,251],[238,255,255],[215,244,248],[209,243,244],[152,183,185],[112,136,140],[154,172,176],[169,180,184],[178,185,191],[162,171,176],[195,202,210],[184,188,199],[172,175,190],[182,184,205],[185,191,217],[184,198,225],[176,190,216],[196,202,224],[181,187,209],[188,198,223],[187,203,229],[190,211,242],[218,244,255],[224,254,255],[209,242,255],[196,229,255],[184,214,250],[152,182,218],[123,156,191],[147,179,217],[142,176,214],[148,183,223],[150,175,215],[173,182,213],[161,158,189],[170,162,201],[232,224,255],[196,189,223],[166,160,188],[169,165,182],[205,203,214],[189,193,202],[195,212,220],[169,202,217],[131,174,193],[132,179,199],[155,193,216],[174,192,216],[196,208,230],[197,213,228],[237,255,255],[232,251,255],[214,233,248],[219,238,255],[218,239,255],[178,200,224],[179,205,232],[180,207,236],[144,175,204],[137,173,205],[141,182,214],[125,170,203],[141,187,220],[132,181,214],[128,174,207],[132,171,202],[160,197,226],[164,210,236],[153,201,224],[152,194,219],[153,193,219],[146,191,214],[141,187,210],[132,176,201],[148,190,215],[139,176,205],[121,162,192],[116,169,200],[112,171,201],[130,186,219],[169,225,255],[124,180,215],[116,172,205],[149,206,233],[136,192,215],[112,162,185],[119,172,188],[113,173,181],[127,182,179],[161,195,179],[151,170,150],[144,152,139],[114,113,92],[166,159,113],[176,171,115],[115,120,64],[125,134,79],[198,205,151],[245,253,196],[195,201,139],[158,163,96],[155,159,85],[162,163,87],[116,110,36],[152,142,71],[121,107,42],[86,70,10],[118,103,48],[134,122,72],[168,160,114],[30,27,0],[46,47,5],[47,41,5],[59,35,9],[52,24,2],[35,14,0],[114,101,69],[155,151,114],[90,92,52],[96,103,59],[54,62,15],[47,53,5],[141,143,94],[75,71,24],[97,89,42],[129,116,71],[56,39,0],[73,54,11],[90,72,34],[70,52,28],[34,17,0],[17,2,0],[30,18,0],[22,7,0],[57,41,16],[38,18,0],[31,6,0],[81,52,36],[110,78,67],[58,29,21],[29,5,1],[10,0,0],[7,1,1],[7,8,10],[0,0,2],[5,1,2],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[3,2,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[3,2,0],[5,4,2],[9,5,4],[10,6,3],[12,7,4],[15,7,4],[17,9,6],[11,2,0],[21,10,4],[28,15,7],[31,18,9],[67,53,42],[51,37,24],[24,8,0],[21,8,0],[53,48,18],[27,23,0],[53,46,28],[42,32,22],[10,0,0],[24,11,3],[45,34,16],[62,52,27],[26,19,0],[28,21,0],[43,33,8],[44,32,10],[54,37,21],[64,43,26],[59,33,16],[67,45,24],[67,51,26],[62,47,24],[60,42,22],[81,59,36],[95,71,35],[114,91,39],[114,94,25],[181,165,88],[152,140,64],[153,145,73],[84,79,13],[105,101,40],[84,82,23],[105,104,48],[66,64,15],[77,74,29],[82,80,41],[105,100,58],[107,97,44],[130,115,60],[99,78,25],[131,108,56],[207,185,128],[110,91,32],[80,66,5],[135,125,63],[181,175,113],[166,165,100],[174,173,106],[154,153,89],[207,201,151],[239,234,194],[215,212,177],[178,181,150],[170,179,150],[158,172,146],[180,199,177],[209,233,211],[153,176,156],[136,157,140],[137,154,138],[120,132,118],[163,171,158],[136,142,130],[101,107,97],[146,151,144],[168,175,168],[169,180,176],[236,251,254],[220,238,242],[197,215,217],[207,219,219],[177,181,182],[206,204,205],[203,197,199],[226,220,224],[203,201,206],[206,205,213],[192,191,205],[192,191,209],[205,201,224],[208,206,230],[205,207,232],[203,205,226],[233,230,247],[255,251,255],[246,247,255],[215,223,246],[228,244,255],[235,255,255],[192,218,251],[173,203,237],[137,171,208],[133,168,206],[130,168,207],[136,178,218],[138,181,223],[118,165,209],[124,172,218],[137,179,221],[157,184,213],[168,183,212],[173,182,221],[235,238,255],[222,217,255],[203,196,227],[157,146,163],[209,202,210],[197,200,205],[198,218,225],[155,197,213],[117,169,191],[134,188,214],[154,198,227],[175,196,225],[220,234,255],[205,222,238],[208,227,241],[236,255,255],[238,255,255],[177,198,217],[173,193,217],[166,188,212],[174,198,226],[157,184,213],[136,167,198],[160,195,227],[158,197,230],[126,169,203],[140,186,220],[131,180,213],[138,183,216],[145,182,211],[178,213,241],[177,219,244],[166,211,234],[179,219,244],[172,212,237],[149,191,215],[143,188,211],[138,182,207],[136,180,207],[132,173,203],[127,172,203],[122,177,208],[116,175,205],[113,174,205],[120,180,214],[114,177,212],[115,178,211],[132,194,219],[127,187,211],[122,178,203],[72,129,149],[42,105,114],[136,192,189],[165,206,192],[156,180,164],[170,181,167],[192,191,170],[141,136,94],[122,119,66],[74,79,25],[185,192,140],[229,233,182],[165,170,116],[211,215,156],[183,188,122],[161,164,93],[140,140,66],[165,161,87],[161,153,81],[133,122,56],[80,66,5],[106,93,38],[151,141,90],[155,148,102],[63,60,17],[63,64,22],[37,33,0],[56,36,9],[50,26,2],[35,18,0],[39,30,0],[71,71,33],[103,110,68],[104,113,66],[141,151,101],[77,84,33],[135,134,86],[148,142,94],[136,122,77],[110,89,44],[84,57,14],[94,65,23],[119,90,56],[76,51,29],[64,45,28],[47,30,10],[46,30,7],[52,34,10],[37,17,0],[68,44,20],[70,42,21],[93,62,44],[73,41,28],[68,38,30],[21,0,0],[10,0,0],[11,5,5],[0,1,3],[6,7,9],[3,0,0],[11,2,3],[8,2,2],[4,0,0],[3,0,0],[7,3,2],[5,4,2],[1,0,0],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,1,0],[1,0,0],[2,1,0],[6,2,0],[6,2,0],[8,3,0],[12,4,1],[14,4,2],[18,7,3],[16,5,0],[13,0,0],[17,4,0],[55,41,30],[49,33,20],[62,46,33],[76,63,44],[60,51,22],[68,61,32],[107,96,76],[78,64,51],[31,17,4],[40,27,10],[43,31,5],[36,27,0],[50,44,8],[59,53,19],[72,65,36],[74,64,39],[72,57,36],[69,51,31],[63,41,17],[61,42,12],[72,58,23],[106,92,55],[129,114,75],[94,75,33],[148,127,80],[175,158,102],[138,127,65],[105,97,32],[96,92,28],[145,144,79],[105,104,39],[115,111,47],[139,129,67],[165,148,92],[109,85,37],[120,98,57],[125,116,83],[66,62,24],[92,85,31],[136,124,66],[118,101,49],[136,114,64],[174,153,98],[146,127,68],[120,106,43],[139,130,65],[157,152,86],[160,157,90],[189,187,113],[244,241,174],[252,246,198],[215,209,173],[244,241,210],[246,249,222],[179,189,164],[203,218,195],[183,206,186],[238,255,248],[156,183,168],[123,150,135],[114,136,123],[126,143,133],[151,167,157],[158,171,164],[144,155,151],[153,163,162],[164,174,175],[142,153,155],[190,205,208],[239,250,252],[238,236,237],[223,213,212],[198,185,179],[235,220,213],[238,225,219],[234,220,219],[226,209,215],[221,208,218],[216,208,223],[196,193,212],[177,178,198],[179,177,199],[198,190,213],[222,212,236],[240,237,255],[238,241,255],[205,213,236],[162,176,202],[182,203,232],[190,217,247],[147,177,211],[143,177,214],[141,175,213],[154,189,229],[138,176,215],[139,181,223],[121,164,207],[137,181,226],[137,184,230],[137,186,226],[128,175,201],[138,183,206],[119,157,193],[211,239,255],[202,217,255],[204,207,238],[208,199,216],[190,183,191],[199,202,207],[155,174,181],[115,158,175],[120,176,201],[148,205,235],[150,196,229],[157,182,213],[196,212,238],[193,215,236],[166,192,209],[216,238,255],[231,253,255],[174,196,219],[162,184,208],[184,205,232],[207,231,255],[175,200,230],[148,177,209],[151,184,217],[161,197,231],[148,186,222],[159,199,235],[145,188,223],[145,185,220],[152,187,217],[165,199,227],[160,197,223],[162,203,225],[180,218,241],[172,210,233],[148,188,213],[142,184,209],[137,181,208],[130,175,204],[133,178,211],[135,184,217],[126,183,213],[121,182,213],[120,183,214],[116,181,213],[114,180,214],[107,172,202],[108,169,190],[117,175,195],[124,185,213],[104,164,188],[76,135,141],[87,142,137],[96,143,135],[152,184,173],[215,226,212],[250,249,228],[148,146,108],[90,89,43],[157,161,111],[243,247,196],[223,227,176],[141,144,89],[175,179,120],[182,187,121],[96,99,30],[63,65,0],[148,145,74],[187,180,110],[187,178,113],[122,112,51],[108,97,43],[107,97,46],[90,84,36],[72,70,22],[53,55,8],[72,70,29],[48,40,4],[64,55,22],[37,34,0],[45,50,10],[127,138,95],[124,137,91],[87,101,52],[216,226,176],[214,218,168],[197,193,146],[207,193,148],[168,145,103],[112,80,41],[118,80,43],[91,48,13],[84,45,14],[69,41,20],[66,43,29],[36,15,0],[45,24,3],[47,25,2],[66,42,18],[82,56,33],[76,45,25],[79,46,29],[61,29,16],[48,19,11],[29,5,1],[11,0,0],[5,0,0],[2,3,5],[0,0,2],[4,0,1],[9,0,1],[7,1,1],[6,0,0],[5,1,0],[6,2,1],[3,2,0],[1,0,0],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,2,0],[3,4,0],[5,4,0],[6,5,1],[7,3,0],[7,3,0],[9,4,0],[11,3,0],[8,0,0],[10,0,0],[12,1,0],[22,9,1],[45,31,22],[23,6,0],[38,21,11],[41,25,10],[57,45,21],[51,39,15],[23,7,0],[13,0,0],[35,19,4],[64,49,28],[67,56,28],[46,37,4],[54,48,14],[49,44,14],[53,47,23],[60,52,33],[56,43,26],[47,30,10],[49,32,6],[55,39,6],[29,15,0],[62,51,6],[90,78,28],[106,93,40],[114,102,44],[134,122,62],[127,117,56],[120,112,50],[90,84,22],[164,159,95],[154,146,81],[153,144,79],[166,150,90],[149,126,72],[188,160,113],[159,135,97],[77,66,36],[51,47,12],[162,157,102],[131,121,62],[103,87,36],[160,142,94],[145,128,74],[205,189,130],[158,147,83],[89,80,15],[129,124,58],[198,195,126],[220,218,143],[255,253,186],[234,227,181],[182,176,144],[196,195,165],[234,238,213],[236,246,222],[212,230,208],[154,177,159],[205,233,218],[231,255,247],[148,178,166],[108,135,126],[87,112,106],[124,146,143],[147,167,166],[142,160,162],[145,162,169],[150,167,175],[165,182,192],[135,154,160],[169,183,186],[255,254,255],[255,247,243],[220,203,195],[212,194,184],[243,229,220],[239,225,222],[202,190,194],[212,204,215],[232,234,249],[215,222,240],[203,211,230],[220,227,246],[237,234,255],[248,245,255],[188,193,215],[170,177,205],[203,217,246],[198,217,249],[159,183,219],[156,186,222],[154,188,226],[149,184,224],[153,191,230],[149,188,227],[136,178,216],[131,175,214],[147,192,233],[130,177,219],[124,175,218],[118,172,210],[122,179,206],[118,176,200],[122,181,215],[117,166,206],[122,157,195],[155,176,205],[228,231,246],[207,205,210],[221,225,228],[167,181,190],[149,185,207],[152,199,229],[135,185,220],[133,177,212],[161,188,218],[185,206,233],[176,204,228],[156,184,208],[194,222,246],[187,213,238],[178,202,228],[174,198,224],[178,199,228],[172,193,222],[177,200,231],[162,187,218],[152,181,213],[172,203,234],[166,201,233],[162,198,232],[152,191,224],[156,192,226],[161,194,225],[158,192,220],[172,208,234],[187,223,247],[185,221,243],[180,216,238],[182,220,243],[184,224,250],[151,195,222],[138,185,215],[127,176,208],[121,174,206],[114,173,205],[111,174,205],[113,178,208],[115,182,211],[112,181,212],[121,186,214],[117,176,194],[120,179,197],[108,172,200],[92,154,177],[93,151,155],[78,130,126],[50,100,97],[103,140,133],[148,162,149],[199,201,180],[161,162,130],[175,177,137],[196,199,154],[177,181,131],[199,202,147],[215,219,160],[165,170,106],[148,153,87],[173,179,109],[105,108,37],[127,127,57],[197,194,127],[165,157,95],[171,162,103],[102,93,38],[100,93,39],[187,181,129],[176,175,121],[74,74,20],[45,49,0],[31,37,0],[76,83,41],[98,109,66],[100,113,67],[80,96,47],[161,177,128],[190,204,153],[175,183,132],[171,169,121],[144,133,88],[114,92,51],[129,99,61],[106,68,32],[117,72,39],[105,59,26],[65,21,0],[65,32,13],[58,30,16],[33,7,0],[26,1,0],[101,74,53],[79,53,30],[61,33,11],[72,41,21],[72,41,23],[63,34,20],[30,3,0],[17,0,0],[10,0,0],[7,1,1],[1,2,4],[2,3,5],[7,3,4],[6,0,0],[4,0,0],[7,1,1],[6,2,1],[3,0,0],[1,0,0],[4,3,1],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[177,177,175],[61,61,59],[1,0,0],[2,1,0],[4,0,0],[5,1,0],[14,9,6],[9,1,0],[14,4,2],[9,0,0],[11,0,0],[25,12,4],[32,19,11],[32,18,9],[33,19,10],[41,24,14],[49,31,21],[36,18,8],[39,19,12],[53,33,26],[45,27,15],[41,25,9],[39,27,3],[60,50,25],[76,70,48],[53,47,31],[36,29,19],[28,19,12],[30,20,11],[41,28,12],[55,41,15],[69,54,21],[158,146,108],[65,57,11],[102,95,41],[117,111,51],[115,110,44],[113,104,37],[144,130,65],[137,119,55],[80,59,0],[137,113,49],[116,92,30],[130,108,50],[130,110,57],[81,65,16],[116,103,59],[116,106,70],[62,57,27],[22,18,0],[78,72,22],[80,73,18],[86,74,26],[193,179,134],[164,148,97],[190,177,122],[182,172,111],[112,104,41],[111,106,42],[127,124,57],[149,147,73],[214,213,149],[245,240,198],[202,197,167],[189,188,160],[218,222,195],[200,210,186],[220,235,214],[197,220,202],[188,216,202],[227,255,248],[231,255,255],[131,163,158],[81,113,110],[91,121,123],[132,159,166],[119,146,157],[120,143,159],[135,157,178],[172,198,215],[146,174,185],[112,137,141],[127,147,145],[191,201,193],[245,241,230],[255,252,243],[255,250,244],[255,253,250],[243,253,254],[240,255,255],[230,255,255],[231,255,255],[238,255,255],[206,224,246],[224,243,255],[233,249,255],[217,228,255],[179,191,231],[206,221,255],[202,223,255],[159,186,231],[145,176,222],[142,176,221],[147,186,229],[155,197,239],[152,194,234],[147,191,228],[135,183,219],[134,187,221],[135,189,225],[122,181,215],[126,182,217],[126,179,211],[130,186,219],[107,175,214],[118,187,226],[110,170,204],[123,167,192],[222,244,255],[220,228,231],[212,213,217],[189,195,207],[183,203,228],[175,205,239],[159,194,232],[134,170,206],[156,186,212],[178,206,230],[140,174,202],[147,182,212],[201,235,255],[156,187,216],[161,188,217],[162,187,217],[160,184,212],[177,198,227],[181,202,231],[169,190,221],[177,200,231],[184,209,239],[170,197,227],[164,193,225],[171,202,233],[173,204,235],[155,188,219],[154,188,216],[163,194,222],[185,217,242],[192,227,249],[174,210,232],[167,203,227],[182,222,247],[160,204,233],[144,190,223],[140,193,225],[114,170,203],[91,150,182],[99,162,193],[103,168,196],[104,171,198],[119,186,213],[135,200,222],[141,199,213],[116,172,187],[102,162,188],[104,164,188],[84,142,146],[59,114,109],[62,114,110],[67,108,102],[94,111,101],[217,221,204],[250,255,225],[219,225,187],[205,212,171],[207,213,165],[197,202,144],[170,175,109],[187,194,127],[143,150,82],[166,173,105],[189,194,127],[232,234,169],[162,160,99],[117,110,55],[141,131,78],[61,51,0],[129,122,67],[207,202,144],[212,210,149],[127,127,63],[57,63,1],[64,79,24],[105,123,71],[106,126,73],[91,112,56],[162,181,126],[179,196,142],[107,117,65],[107,109,60],[139,131,85],[95,78,35],[89,61,22],[101,67,32],[89,48,16],[83,40,8],[102,57,28],[113,71,46],[85,50,31],[64,35,17],[58,29,11],[38,10,0],[57,29,7],[52,24,2],[49,18,0],[35,4,0],[45,13,0],[62,34,22],[26,2,0],[19,0,0],[16,5,3],[4,0,0],[17,17,17],[0,0,2],[8,2,4],[6,0,0],[5,0,0],[4,0,0],[7,3,2],[8,4,3],[1,0,0],[4,3,1],[6,5,3],[1,0,0],[5,4,2],[1,0,0],[8,4,3],[3,0,0],[5,1,0],[5,1,0]],[[20,20,18],[0,0,0],[1,0,0],[12,11,9],[10,6,5],[5,1,0],[8,4,1],[8,3,0],[19,11,9],[13,3,1],[11,2,0],[21,10,4],[28,17,11],[26,13,5],[20,7,0],[18,3,0],[21,2,0],[36,15,12],[43,19,17],[49,28,23],[46,28,16],[29,13,0],[23,12,0],[59,51,30],[38,32,16],[21,17,6],[205,201,198],[221,215,215],[70,63,57],[22,13,0],[31,20,0],[88,76,36],[70,55,12],[56,42,0],[156,145,89],[146,138,76],[104,98,36],[115,107,44],[146,135,73],[125,109,49],[109,88,25],[139,115,55],[121,96,40],[74,51,0],[98,80,32],[124,111,66],[98,92,44],[73,70,27],[56,53,20],[73,69,34],[40,36,0],[36,30,0],[82,73,30],[94,82,40],[107,94,49],[147,137,84],[151,142,85],[178,172,110],[191,187,124],[185,184,120],[159,160,94],[209,208,151],[255,255,218],[255,255,228],[216,216,188],[215,219,192],[226,236,211],[229,244,223],[222,243,226],[237,255,251],[232,255,255],[224,255,253],[171,207,205],[182,217,219],[131,166,172],[146,180,190],[149,182,199],[126,158,181],[129,160,188],[125,157,182],[133,170,186],[126,163,171],[133,163,165],[148,167,165],[185,190,184],[235,232,227],[251,247,244],[234,238,239],[227,248,253],[215,249,255],[174,213,230],[176,217,237],[152,188,212],[140,174,199],[121,156,178],[169,199,225],[219,242,255],[175,197,236],[162,185,227],[153,182,226],[147,179,226],[153,189,237],[145,186,232],[140,181,227],[139,182,225],[142,185,228],[145,190,231],[140,188,226],[143,192,232],[140,194,232],[129,184,223],[131,184,224],[140,188,228],[128,180,220],[104,171,214],[98,169,211],[104,168,203],[124,171,197],[204,226,239],[230,237,245],[213,212,218],[183,182,196],[190,200,227],[186,205,238],[167,193,230],[164,194,228],[177,209,232],[145,180,202],[121,160,191],[129,167,203],[157,193,227],[148,181,214],[152,181,213],[162,187,218],[192,216,244],[182,201,231],[190,210,237],[193,210,238],[184,204,231],[184,204,231],[177,198,227],[175,199,227],[189,214,244],[188,215,245],[164,197,228],[163,196,227],[174,204,232],[183,213,239],[180,215,237],[182,217,239],[185,221,245],[183,220,246],[163,207,236],[144,193,225],[130,185,216],[118,177,209],[121,180,212],[116,177,206],[98,164,188],[107,175,196],[95,161,183],[87,150,167],[163,220,231],[150,203,217],[102,158,181],[106,163,183],[95,153,157],[124,180,177],[63,116,110],[62,103,97],[168,189,182],[223,234,218],[243,249,221],[208,214,178],[213,219,181],[236,242,196],[199,205,145],[145,150,83],[134,141,73],[158,165,97],[135,142,75],[134,140,76],[130,134,73],[45,44,0],[130,124,72],[168,158,107],[57,47,0],[142,133,78],[199,191,129],[142,137,71],[166,163,92],[194,197,128],[199,213,151],[205,225,166],[191,211,152],[176,194,136],[138,153,96],[88,97,42],[103,106,53],[160,154,106],[72,55,11],[29,6,0],[69,39,3],[88,54,19],[79,43,11],[76,37,8],[74,35,6],[130,93,67],[70,35,13],[62,29,10],[111,79,58],[49,17,0],[38,7,0],[73,42,22],[50,19,1],[40,11,0],[63,35,21],[56,32,20],[18,0,0],[13,0,0],[13,3,1],[4,0,0],[12,10,11],[1,0,0],[4,0,0],[7,0,0],[15,9,9],[9,3,3],[3,0,0],[3,0,0],[1,0,0],[4,3,1],[1,0,0],[1,0,0],[32,31,29],[13,12,10],[7,3,2],[9,5,4],[3,0,0],[6,2,1]],[[0,0,0],[3,3,1],[8,7,5],[4,3,1],[2,0,1],[4,0,1],[6,2,1],[13,7,7],[11,5,5],[10,2,0],[9,1,0],[15,6,1],[20,11,6],[21,10,4],[17,6,0],[16,3,0],[22,3,0],[26,5,4],[17,0,0],[21,0,0],[36,18,6],[30,17,0],[31,23,0],[58,52,30],[32,29,14],[52,49,40],[250,249,247],[255,254,253],[88,84,73],[39,33,11],[58,50,11],[101,87,38],[114,89,32],[133,102,45],[130,105,48],[114,94,41],[126,112,63],[73,61,13],[66,56,7],[102,95,43],[127,120,65],[122,112,59],[135,124,78],[87,73,34],[49,37,0],[92,81,36],[103,97,39],[75,70,14],[50,47,6],[131,129,91],[108,105,60],[78,74,29],[62,54,15],[51,43,6],[111,104,62],[203,197,149],[115,110,55],[123,121,64],[163,162,105],[198,199,142],[207,210,153],[221,225,175],[245,249,216],[255,255,232],[255,255,230],[239,245,217],[225,233,209],[230,243,223],[216,234,218],[220,244,231],[200,230,222],[169,201,196],[228,255,255],[178,218,220],[124,162,171],[128,167,182],[142,180,201],[139,176,203],[117,153,185],[124,163,194],[103,151,173],[113,159,174],[136,166,177],[179,197,207],[174,183,188],[179,187,190],[221,232,236],[187,204,211],[216,239,253],[218,251,255],[120,166,189],[145,199,225],[139,195,222],[144,197,228],[129,174,205],[125,164,195],[139,176,202],[151,188,214],[156,195,226],[149,192,226],[142,187,226],[140,187,229],[144,191,235],[153,197,244],[147,189,237],[146,188,236],[150,190,241],[147,187,238],[150,191,243],[151,194,247],[139,184,239],[140,183,236],[144,182,231],[129,173,218],[121,177,224],[107,166,210],[125,173,213],[148,179,210],[202,208,230],[255,247,255],[234,222,236],[214,205,222],[193,194,222],[178,189,221],[187,207,240],[173,202,232],[162,197,217],[145,186,206],[112,155,187],[134,177,212],[183,221,255],[159,193,228],[133,164,195],[172,199,229],[202,223,252],[198,218,245],[175,191,217],[195,211,237],[196,212,238],[195,211,237],[188,205,233],[184,201,229],[199,218,248],[203,226,255],[169,202,235],[163,198,230],[181,210,240],[188,218,244],[172,207,229],[175,211,233],[190,224,249],[183,220,247],[140,183,215],[155,204,237],[137,196,228],[114,175,206],[136,195,225],[147,207,233],[115,180,200],[99,166,183],[107,173,187],[74,136,149],[134,192,203],[177,231,243],[137,186,203],[95,147,161],[96,155,163],[139,198,196],[139,189,178],[178,216,205],[202,229,224],[231,247,236],[191,198,167],[175,179,142],[205,211,175],[172,179,135],[214,218,159],[158,163,96],[82,89,22],[43,50,0],[127,136,71],[77,83,21],[76,79,22],[63,62,8],[128,120,71],[175,165,116],[125,112,60],[125,112,57],[157,146,84],[137,127,58],[156,147,72],[200,196,123],[175,180,114],[145,155,94],[158,166,106],[102,108,48],[81,82,25],[120,117,62],[122,112,61],[162,144,96],[90,65,24],[89,59,21],[65,32,0],[78,43,11],[94,61,30],[72,41,12],[71,42,12],[90,60,32],[130,96,71],[89,53,29],[54,19,0],[41,6,0],[76,44,23],[80,49,31],[71,42,26],[86,58,46],[63,39,29],[37,18,11],[11,0,0],[11,0,0],[10,2,0],[4,0,0],[5,3,4],[2,0,1],[7,1,1],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[8,4,3],[3,2,0],[1,0,0],[5,4,2],[2,1,0],[16,15,13],[11,10,8],[3,0,0],[3,0,0],[12,8,7],[3,0,0]],[[8,8,6],[7,7,5],[1,0,0],[1,0,0],[6,4,5],[5,3,4],[3,0,0],[8,4,3],[4,0,0],[9,3,3],[10,5,2],[10,2,0],[10,2,0],[13,6,0],[19,12,6],[24,13,7],[26,11,6],[25,8,1],[23,5,1],[20,3,0],[24,10,0],[29,18,0],[49,43,21],[54,52,29],[33,34,16],[54,56,43],[68,69,63],[119,119,111],[80,77,60],[43,38,9],[121,114,68],[136,123,68],[134,108,51],[154,123,66],[140,111,55],[77,52,0],[112,89,45],[133,116,73],[104,91,49],[98,91,47],[151,149,98],[109,109,59],[74,73,29],[77,73,35],[43,37,1],[78,70,31],[145,138,84],[114,109,53],[53,51,3],[121,120,76],[176,175,129],[78,75,32],[62,58,20],[88,84,46],[53,50,7],[98,96,48],[107,106,52],[123,124,67],[142,145,88],[189,194,140],[184,192,141],[152,161,118],[165,175,141],[192,201,172],[204,211,178],[194,201,170],[216,225,198],[237,249,227],[218,235,219],[211,233,221],[187,213,204],[179,210,205],[209,245,243],[202,242,244],[221,255,255],[174,216,230],[121,162,184],[146,187,215],[135,174,207],[124,167,199],[117,167,192],[106,153,173],[140,168,189],[167,184,202],[199,208,223],[231,239,252],[213,225,237],[180,198,212],[189,212,230],[161,196,218],[133,179,205],[121,176,206],[129,188,220],[137,196,230],[128,178,215],[141,187,221],[128,174,198],[138,184,207],[136,183,209],[141,190,222],[150,200,237],[147,199,239],[146,195,238],[138,185,231],[153,197,244],[147,189,239],[144,184,235],[139,176,229],[141,180,235],[148,187,244],[142,182,241],[144,183,240],[137,175,224],[132,173,219],[137,185,233],[121,165,210],[138,167,211],[160,172,210],[207,198,229],[255,243,255],[242,227,246],[195,187,208],[168,170,195],[158,169,197],[161,180,210],[149,175,202],[152,187,206],[152,193,213],[154,197,229],[138,180,218],[153,191,227],[155,189,224],[167,198,229],[212,237,255],[201,222,249],[193,210,236],[190,204,230],[183,197,223],[192,206,232],[199,213,239],[194,210,236],[186,202,228],[180,197,225],[178,201,232],[156,190,225],[147,183,217],[172,201,233],[192,219,248],[169,204,226],[152,188,210],[163,197,222],[175,210,238],[145,186,218],[140,189,222],[122,183,214],[109,172,203],[122,179,208],[124,182,206],[107,170,187],[98,164,176],[99,163,173],[99,159,169],[118,177,185],[170,222,233],[169,215,230],[116,164,178],[85,145,153],[77,137,137],[96,142,131],[166,202,188],[211,238,233],[244,255,250],[185,190,158],[198,199,159],[190,194,157],[164,167,124],[193,193,139],[204,206,143],[172,177,113],[145,151,89],[198,204,142],[221,227,167],[109,109,55],[110,107,56],[215,205,156],[186,172,123],[171,153,103],[158,139,83],[179,159,98],[180,161,93],[170,152,78],[141,127,56],[153,143,81],[136,130,72],[124,118,60],[72,63,6],[86,73,18],[128,111,59],[103,81,31],[119,92,45],[91,59,18],[99,64,26],[53,17,0],[89,55,20],[108,77,46],[92,66,33],[119,96,64],[83,56,26],[65,30,2],[107,67,41],[75,38,12],[95,59,35],[105,73,52],[60,28,13],[66,38,26],[48,26,15],[34,15,8],[13,0,0],[11,0,0],[12,4,1],[5,0,0],[3,0,0],[5,1,0],[8,4,3],[10,4,4],[8,0,0],[7,1,1],[6,0,0],[10,6,5],[9,5,4],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[1,0,0],[3,2,0],[12,8,7],[3,0,0],[3,0,0],[6,2,1]],[[1,0,0],[1,0,0],[1,0,0],[7,5,6],[5,3,6],[1,0,2],[2,0,3],[8,4,5],[8,4,5],[12,8,7],[12,8,7],[8,3,0],[4,0,0],[6,1,0],[11,6,2],[16,9,1],[14,4,0],[19,7,0],[23,10,1],[19,9,0],[31,21,11],[24,18,4],[39,36,17],[29,31,10],[17,20,1],[8,11,0],[31,33,19],[44,42,27],[60,56,31],[72,66,30],[74,67,15],[113,102,48],[102,85,42],[83,62,19],[77,54,0],[107,82,25],[103,75,25],[83,56,13],[123,99,63],[132,114,76],[158,150,103],[70,68,17],[63,65,15],[124,127,80],[55,57,18],[43,40,7],[90,86,51],[56,51,9],[68,67,13],[169,170,113],[165,164,116],[49,50,6],[97,98,56],[81,82,38],[131,133,86],[134,136,86],[186,191,135],[96,102,42],[137,145,85],[156,167,111],[110,123,77],[103,118,77],[97,115,77],[159,175,138],[171,183,147],[167,177,143],[148,159,129],[196,208,184],[219,233,216],[225,243,231],[238,255,250],[226,253,248],[224,255,253],[213,248,250],[206,245,252],[226,255,255],[168,209,229],[135,175,201],[153,192,223],[125,164,197],[122,163,191],[148,185,211],[145,173,195],[155,173,195],[202,208,230],[211,212,232],[195,196,216],[203,210,229],[182,203,224],[113,145,168],[128,170,195],[131,178,208],[149,197,233],[143,191,231],[120,169,210],[131,179,219],[141,186,217],[138,182,211],[134,179,212],[141,189,227],[143,192,233],[143,192,235],[150,197,243],[142,189,235],[149,193,240],[148,189,235],[153,191,238],[145,183,232],[141,181,230],[147,187,238],[147,188,240],[152,194,244],[146,187,233],[149,187,232],[153,191,236],[145,172,217],[160,167,213],[184,173,216],[235,210,249],[255,237,255],[251,239,255],[219,220,240],[183,194,216],[158,176,200],[170,190,215],[157,181,205],[154,185,205],[161,197,219],[156,197,227],[144,184,219],[116,152,186],[159,192,225],[181,210,240],[165,189,217],[170,190,215],[185,201,224],[200,212,236],[165,177,201],[192,204,228],[203,217,243],[185,201,227],[175,191,217],[167,184,212],[181,204,236],[156,192,228],[148,186,223],[166,195,229],[190,217,247],[179,215,239],[150,188,209],[148,182,207],[169,204,232],[154,195,227],[126,175,208],[109,170,201],[101,165,193],[96,152,179],[113,168,189],[129,191,204],[117,181,191],[116,180,190],[117,179,190],[129,187,198],[159,211,222],[179,222,238],[145,191,206],[102,161,169],[101,160,158],[81,125,112],[161,195,179],[214,240,231],[179,193,178],[163,165,128],[159,156,111],[199,197,156],[178,176,135],[189,185,138],[202,199,148],[152,151,97],[142,143,86],[203,204,147],[209,210,153],[178,175,120],[157,150,98],[225,211,162],[214,194,144],[214,191,141],[156,129,76],[162,133,75],[136,106,44],[104,75,9],[136,108,43],[151,125,68],[169,142,89],[151,124,71],[119,91,41],[131,103,53],[130,99,52],[107,73,27],[127,90,46],[113,74,33],[63,24,0],[84,44,8],[108,70,34],[74,41,6],[81,52,18],[111,87,53],[99,70,36],[79,40,9],[97,53,24],[89,47,22],[89,51,28],[75,40,21],[79,50,36],[80,56,46],[26,7,1],[11,0,0],[7,0,0],[11,6,3],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[7,1,1],[6,0,0],[10,1,2],[6,0,0],[4,0,0],[3,0,0],[3,0,0],[14,13,11],[60,59,57],[243,242,240],[14,13,11],[1,0,0],[12,11,9],[3,0,0],[6,2,1],[3,0,0],[4,0,0]],[[6,4,5],[3,1,2],[6,4,5],[4,2,3],[1,0,2],[1,0,2],[9,7,10],[5,3,6],[6,2,3],[7,3,4],[6,2,1],[6,2,1],[7,3,0],[9,5,2],[7,3,0],[5,0,0],[6,3,0],[18,15,0],[18,14,5],[18,13,9],[44,39,36],[16,13,8],[30,30,20],[41,43,29],[22,26,9],[24,27,10],[69,70,54],[75,74,54],[82,76,50],[77,69,33],[56,44,0],[110,96,49],[89,75,40],[72,56,20],[93,76,24],[125,104,47],[115,92,42],[88,64,20],[92,70,33],[116,100,64],[129,121,74],[87,84,33],[85,85,35],[91,92,48],[55,52,21],[59,55,30],[45,37,14],[60,54,20],[114,113,57],[115,116,58],[83,84,42],[77,79,42],[136,138,101],[82,87,47],[96,101,61],[105,111,67],[149,155,107],[117,126,73],[145,155,102],[79,92,46],[148,163,130],[122,141,111],[74,95,62],[122,144,108],[128,144,108],[123,137,102],[139,150,120],[160,172,148],[207,220,202],[241,255,242],[194,211,201],[193,216,210],[213,242,238],[188,220,219],[110,145,149],[175,213,222],[213,252,255],[164,202,225],[154,191,218],[144,181,210],[162,198,224],[141,173,196],[162,188,211],[158,174,197],[195,200,222],[226,222,245],[186,183,204],[203,205,226],[197,214,232],[151,180,198],[141,179,200],[147,188,216],[128,171,205],[133,178,217],[130,179,220],[126,174,214],[144,188,223],[133,176,210],[139,183,220],[146,191,232],[138,185,229],[139,187,233],[147,193,242],[148,192,239],[144,187,232],[151,192,236],[167,205,250],[160,199,242],[148,186,231],[144,185,229],[143,184,230],[148,189,233],[154,188,233],[157,190,233],[165,194,236],[174,193,235],[195,194,236],[213,198,239],[253,231,255],[248,231,255],[221,221,245],[235,248,255],[198,216,236],[157,178,199],[194,210,235],[184,201,227],[146,170,194],[136,166,192],[123,158,188],[154,190,222],[163,198,228],[182,213,242],[184,210,237],[149,171,195],[156,174,196],[174,189,210],[206,218,240],[155,166,188],[177,189,213],[200,214,240],[194,210,236],[191,208,236],[179,196,226],[177,201,235],[162,200,237],[161,200,239],[165,193,230],[178,205,235],[185,221,245],[164,202,225],[149,183,210],[162,196,224],[158,197,230],[131,180,213],[116,179,210],[111,175,203],[100,154,180],[125,177,198],[147,207,218],[114,178,187],[109,176,185],[127,191,201],[114,173,181],[112,164,175],[125,171,187],[136,182,197],[141,196,201],[119,174,169],[119,165,152],[112,146,130],[127,149,136],[87,99,79],[167,167,129],[167,161,113],[174,167,121],[140,133,91],[234,225,186],[223,215,176],[68,64,19],[76,74,25],[151,150,96],[180,177,122],[208,203,147],[213,202,148],[181,164,112],[175,152,102],[237,207,157],[198,165,114],[175,138,85],[170,131,74],[133,94,35],[108,69,12],[109,67,17],[143,101,53],[132,90,42],[122,81,35],[141,100,54],[148,107,61],[137,94,51],[116,73,30],[121,76,35],[99,54,15],[143,97,61],[139,95,60],[105,65,30],[111,75,39],[107,74,39],[113,79,42],[103,60,25],[91,46,13],[74,30,1],[83,43,18],[68,33,14],[60,32,20],[41,21,14],[13,0,0],[9,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[9,5,4],[7,2,0],[6,0,0],[6,0,0],[10,1,2],[11,5,5],[10,4,4],[12,8,7],[3,0,0],[1,0,0],[32,31,29],[156,155,153],[17,16,14],[1,0,0],[1,0,0],[3,0,0],[14,10,9],[4,0,0],[3,0,0]],[[4,2,5],[1,0,2],[1,0,2],[1,0,2],[1,0,4],[6,4,9],[7,5,10],[1,0,4],[1,0,2],[1,0,2],[1,0,0],[3,1,2],[7,6,4],[8,7,5],[7,6,4],[6,5,0],[5,7,0],[10,12,1],[8,8,8],[1,0,7],[15,11,25],[3,0,13],[104,103,109],[200,202,201],[122,125,118],[61,63,52],[70,70,58],[45,42,27],[42,34,13],[86,72,45],[87,69,31],[117,98,58],[152,133,100],[121,103,67],[91,77,30],[109,99,46],[72,64,17],[59,52,8],[118,110,71],[129,122,78],[74,68,16],[116,109,57],[120,108,68],[82,68,39],[28,12,0],[63,47,34],[51,36,15],[28,17,0],[116,114,65],[127,126,80],[99,97,72],[104,102,87],[34,36,15],[31,35,12],[60,64,41],[69,73,48],[106,111,81],[97,104,71],[75,86,52],[129,142,116],[220,233,223],[66,83,75],[72,95,79],[101,125,101],[121,140,108],[166,182,146],[151,164,134],[159,172,146],[190,202,182],[202,214,200],[206,219,209],[238,255,247],[207,230,224],[145,174,170],[127,158,160],[176,209,216],[155,188,203],[137,172,192],[156,190,215],[147,181,206],[172,207,226],[162,191,209],[163,184,203],[168,179,199],[204,207,226],[254,253,255],[241,240,255],[197,200,215],[219,233,246],[191,215,227],[196,229,244],[181,222,240],[131,177,203],[146,195,227],[123,171,209],[131,176,215],[157,200,235],[140,183,218],[145,189,228],[137,182,224],[128,175,219],[138,185,231],[142,186,233],[149,193,240],[142,183,227],[147,186,229],[161,198,240],[159,196,238],[150,187,229],[149,188,229],[144,186,228],[149,184,226],[158,182,226],[162,181,224],[172,196,234],[186,204,240],[206,212,248],[205,205,239],[216,215,246],[203,209,235],[155,178,196],[180,209,225],[208,235,252],[196,217,236],[187,197,222],[173,180,208],[170,184,213],[159,180,209],[142,173,202],[164,197,228],[195,226,255],[171,198,225],[165,189,215],[171,191,215],[200,217,237],[199,212,231],[211,222,242],[187,198,220],[186,198,222],[198,212,238],[191,206,235],[186,203,233],[185,205,238],[166,194,231],[157,196,237],[160,199,242],[159,187,226],[164,190,223],[173,210,236],[161,199,222],[144,178,205],[148,181,212],[165,203,239],[130,179,212],[115,178,209],[134,198,226],[124,175,202],[103,154,173],[105,165,175],[96,161,167],[105,175,185],[112,178,190],[105,162,169],[124,174,185],[121,169,191],[108,157,174],[128,178,179],[124,174,165],[121,169,157],[121,159,144],[93,110,92],[135,139,114],[213,210,169],[181,173,126],[199,187,139],[179,164,121],[140,125,94],[226,212,183],[220,210,175],[147,140,98],[107,101,51],[200,195,140],[175,166,111],[134,119,64],[184,163,108],[182,152,100],[173,137,87],[190,150,101],[200,156,107],[184,138,89],[175,127,78],[117,66,19],[127,74,32],[154,99,60],[117,65,25],[142,93,50],[146,99,55],[127,80,36],[160,113,69],[120,73,31],[131,82,41],[153,101,62],[145,93,54],[123,71,34],[118,68,33],[112,64,28],[97,53,18],[97,53,18],[111,65,29],[136,90,54],[89,46,14],[84,44,19],[58,23,4],[26,0,0],[15,0,0],[9,0,0],[8,2,2],[7,7,9],[1,2,4],[0,0,2],[3,1,2],[7,3,2],[8,0,0],[6,0,0],[12,3,4],[6,0,0],[4,0,0],[5,0,0],[8,4,3],[7,3,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,5,3],[3,0,0],[3,0,0],[8,4,3],[7,3,2]],[[1,0,2],[1,0,2],[2,0,3],[5,3,6],[5,3,6],[1,0,2],[1,0,2],[4,4,6],[5,5,7],[4,2,5],[4,2,3],[5,3,4],[2,1,0],[1,0,0],[4,3,1],[9,10,5],[8,11,2],[0,2,0],[5,6,10],[11,9,20],[11,9,23],[0,0,12],[139,139,149],[254,255,255],[228,230,227],[42,43,37],[3,3,0],[27,23,12],[7,0,0],[46,35,15],[91,75,49],[79,62,32],[83,66,36],[100,86,51],[106,97,54],[105,98,52],[52,49,6],[58,56,15],[120,118,77],[135,132,87],[69,63,13],[125,114,68],[86,72,35],[108,91,65],[61,44,28],[43,26,10],[83,69,43],[93,83,48],[102,98,53],[96,94,55],[116,113,94],[131,129,117],[49,51,37],[72,76,59],[73,78,58],[83,91,68],[96,105,76],[111,120,89],[77,88,56],[121,133,109],[95,108,99],[34,49,44],[57,77,66],[96,117,98],[148,171,143],[192,213,182],[142,158,132],[147,161,138],[177,192,173],[170,187,171],[192,208,197],[240,255,251],[206,229,221],[208,237,232],[198,230,229],[230,255,255],[226,255,255],[167,200,217],[119,156,175],[130,165,185],[147,179,194],[156,182,195],[154,173,188],[164,177,193],[209,218,235],[217,223,239],[182,188,202],[180,186,198],[212,222,234],[189,207,219],[170,196,209],[203,236,253],[168,209,231],[125,171,197],[137,184,214],[149,194,227],[146,189,223],[133,173,208],[141,181,217],[134,173,214],[144,183,226],[164,202,247],[153,190,235],[154,191,235],[157,192,234],[149,182,223],[157,189,228],[161,193,232],[168,200,239],[181,213,252],[179,211,252],[177,204,247],[185,204,247],[178,195,238],[188,210,247],[189,209,242],[196,212,245],[180,193,225],[175,184,217],[172,189,217],[149,184,206],[141,182,200],[159,196,214],[188,213,233],[218,222,249],[190,187,218],[168,175,204],[169,185,211],[173,194,221],[156,180,206],[156,180,206],[167,188,215],[174,194,219],[162,178,203],[209,224,245],[155,168,187],[218,229,247],[214,225,243],[179,192,211],[179,194,215],[182,198,223],[186,203,231],[203,224,255],[171,197,232],[161,196,236],[164,199,241],[167,192,232],[171,197,230],[173,209,233],[157,195,218],[144,178,203],[150,185,213],[138,181,213],[134,184,217],[120,181,210],[128,189,217],[124,179,200],[105,156,173],[104,163,169],[104,167,172],[101,169,178],[93,160,169],[135,190,193],[129,182,186],[110,166,181],[100,153,167],[87,137,136],[137,184,174],[160,204,189],[205,238,221],[195,207,185],[142,142,114],[167,163,128],[201,192,151],[199,182,138],[178,161,118],[153,140,106],[205,194,164],[239,226,191],[222,210,168],[110,102,55],[104,97,45],[125,113,63],[153,135,85],[202,178,130],[197,165,118],[177,139,92],[170,126,81],[202,149,105],[217,163,119],[194,141,97],[179,125,81],[201,139,100],[186,122,84],[173,114,74],[153,95,55],[139,86,42],[152,99,55],[160,107,63],[158,104,60],[140,81,39],[136,74,35],[136,74,35],[139,79,42],[132,74,37],[121,67,31],[123,73,38],[126,80,46],[117,72,39],[107,66,36],[59,19,0],[57,22,2],[33,4,0],[23,0,0],[17,2,0],[9,1,0],[3,0,0],[7,7,9],[0,0,2],[2,2,4],[7,5,6],[3,0,0],[7,0,0],[11,3,1],[11,2,3],[4,0,0],[11,5,5],[8,2,2],[3,0,0],[7,3,2],[8,7,5],[1,0,0],[3,2,0],[6,5,3],[2,1,0],[1,0,0],[14,10,9],[5,1,0],[3,0,0],[4,0,0]],[[2,0,1],[1,0,0],[4,4,4],[0,0,0],[0,0,0],[5,5,7],[0,0,2],[0,0,0],[4,4,4],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[8,8,8],[1,0,0],[5,3,4],[2,1,0],[9,8,6],[1,0,0],[5,5,7],[4,4,6],[7,7,9],[68,68,70],[182,182,182],[141,141,141],[32,32,30],[11,12,7],[19,18,13],[19,16,7],[29,25,13],[58,53,34],[68,62,38],[75,65,38],[88,79,46],[57,49,13],[82,74,37],[123,115,76],[92,84,45],[60,52,13],[44,36,0],[50,41,0],[80,71,32],[115,105,70],[114,103,71],[90,81,50],[34,25,0],[91,86,48],[85,80,40],[59,51,14],[112,106,74],[98,94,69],[43,42,22],[105,108,87],[72,77,54],[121,132,102],[206,217,183],[80,92,52],[56,67,24],[76,88,42],[123,135,95],[57,67,40],[73,85,63],[84,97,79],[135,152,134],[88,113,92],[96,123,104],[113,134,117],[147,168,151],[178,205,188],[135,163,148],[144,168,155],[164,185,176],[189,215,206],[231,255,255],[189,228,225],[138,178,180],[214,248,255],[186,222,236],[139,182,198],[141,180,195],[153,176,190],[158,176,190],[159,178,192],[165,187,200],[210,232,245],[225,244,255],[171,187,202],[175,187,203],[190,198,217],[199,210,228],[184,199,220],[165,187,208],[158,189,210],[139,175,197],[126,168,190],[138,183,206],[146,190,217],[127,168,196],[127,163,195],[142,175,208],[163,189,226],[191,214,255],[196,218,255],[171,193,234],[165,188,229],[166,190,228],[156,180,218],[175,197,236],[183,202,242],[182,200,240],[199,214,255],[188,203,246],[188,207,250],[184,205,248],[182,205,246],[176,202,239],[166,196,230],[172,196,232],[187,199,239],[191,205,244],[149,184,216],[141,187,213],[121,169,192],[144,176,201],[214,208,242],[226,212,245],[174,182,205],[170,185,204],[195,206,226],[186,197,219],[165,175,200],[184,196,222],[181,195,222],[176,190,216],[170,182,204],[160,173,190],[197,209,221],[220,233,242],[164,177,185],[190,204,215],[206,222,238],[168,186,208],[197,217,244],[198,218,251],[183,206,247],[163,186,227],[170,193,227],[183,208,238],[176,206,230],[151,186,206],[134,172,195],[139,181,206],[132,181,211],[131,186,216],[117,177,205],[118,178,202],[125,182,199],[109,166,175],[124,182,183],[113,173,173],[110,173,178],[95,159,161],[129,185,182],[97,153,150],[127,188,191],[108,169,170],[88,147,141],[157,205,193],[208,241,220],[171,191,166],[143,151,127],[163,163,139],[194,192,169],[193,183,156],[172,149,117],[167,147,110],[221,216,174],[215,214,168],[209,196,151],[197,183,136],[185,177,128],[190,182,135],[145,130,91],[198,178,143],[208,182,149],[204,170,135],[254,215,176],[252,205,163],[255,198,158],[226,162,124],[205,150,111],[211,156,117],[178,110,71],[191,122,81],[202,137,95],[188,127,83],[168,109,65],[144,86,40],[187,124,80],[199,132,87],[165,92,49],[157,82,40],[154,79,40],[168,96,58],[149,85,49],[118,62,27],[120,70,37],[118,74,45],[87,49,28],[67,34,17],[47,19,5],[36,12,2],[25,6,0],[12,0,0],[6,0,0],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[4,6,5],[6,8,7],[17,19,18],[1,3,2],[0,0,0],[3,3,3],[8,8,8],[3,3,3],[1,0,0],[8,6,7],[14,9,13],[3,0,0],[15,14,12],[6,5,3],[0,1,0],[0,1,0],[23,23,21],[29,29,27],[48,48,48],[19,19,17],[12,12,10],[27,26,22],[53,53,45],[41,41,31],[29,30,16],[23,20,1],[99,91,68],[71,59,33],[41,30,0],[86,76,41],[79,70,31],[55,43,3],[71,62,21],[78,69,28],[58,50,11],[94,86,49],[124,119,81],[132,128,91],[104,102,63],[67,68,28],[99,100,58],[91,89,50],[106,100,66],[85,78,49],[79,75,48],[82,82,58],[103,108,85],[103,111,87],[202,215,185],[226,240,204],[97,112,69],[71,84,38],[121,135,86],[194,207,163],[239,251,215],[215,228,198],[186,198,176],[137,154,136],[76,103,88],[105,135,123],[105,129,116],[136,160,147],[179,210,195],[186,217,202],[200,226,215],[164,187,179],[170,195,189],[179,208,204],[203,239,237],[121,156,158],[128,158,166],[140,172,183],[120,160,170],[137,173,185],[174,198,210],[159,177,189],[185,203,217],[190,209,223],[208,227,241],[233,251,255],[196,209,226],[182,193,211],[188,196,217],[178,186,209],[184,194,219],[189,204,227],[195,213,237],[202,227,249],[184,215,236],[153,188,210],[165,199,226],[176,207,236],[187,214,244],[184,204,237],[186,202,238],[208,222,255],[206,220,255],[173,188,227],[158,176,214],[180,200,237],[183,205,242],[192,211,251],[184,202,242],[181,194,236],[200,209,252],[187,199,241],[188,207,250],[183,208,249],[179,204,245],[169,199,237],[162,198,234],[174,206,244],[198,211,255],[200,213,255],[157,192,230],[141,190,222],[128,182,208],[163,197,225],[197,187,224],[232,215,249],[197,203,225],[189,202,218],[210,216,232],[200,203,222],[195,200,222],[200,207,233],[209,218,247],[201,213,239],[152,164,186],[170,182,198],[179,192,200],[201,215,218],[197,211,212],[217,230,236],[196,213,223],[155,172,190],[179,197,221],[196,213,243],[180,196,232],[163,179,215],[171,187,220],[179,199,226],[166,191,213],[157,185,206],[148,183,205],[140,180,205],[140,185,214],[150,201,230],[121,175,203],[120,176,199],[159,217,231],[143,200,207],[150,209,207],[166,225,221],[134,192,193],[144,200,199],[130,183,175],[152,205,195],[140,200,192],[112,171,165],[123,179,170],[149,191,177],[180,202,179],[171,180,151],[168,168,140],[187,183,156],[214,209,187],[189,181,158],[191,176,147],[192,179,144],[213,216,171],[181,188,137],[166,159,107],[129,116,64],[212,200,150],[210,197,153],[193,174,141],[207,184,153],[215,185,157],[183,148,118],[198,155,120],[255,208,168],[232,170,133],[181,119,82],[167,114,80],[185,133,96],[217,153,115],[180,111,70],[188,121,79],[175,110,68],[191,126,84],[188,121,78],[164,96,51],[152,79,36],[174,97,53],[185,106,63],[171,93,54],[164,92,54],[152,88,52],[124,65,33],[98,47,16],[74,30,5],[66,30,14],[47,19,8],[28,5,0],[18,1,0],[12,1,0],[9,1,0],[5,1,0],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,3,4],[6,4,5],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[26,28,27],[8,10,9],[0,1,0],[0,2,1],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[3,1,2],[2,0,1],[1,0,2],[1,0,2],[3,1,2],[1,0,0],[10,11,6],[0,1,0],[23,23,21],[17,17,15],[11,10,8],[24,23,21],[30,29,27],[28,27,22],[45,42,33],[46,42,31],[47,44,29],[19,12,0],[43,27,11],[56,38,18],[52,34,10],[62,45,15],[67,51,15],[62,49,7],[94,83,38],[80,72,26],[76,69,25],[92,89,46],[128,129,89],[175,177,138],[117,123,85],[103,111,74],[150,160,123],[120,128,91],[104,104,68],[117,117,83],[109,109,81],[91,95,70],[92,100,79],[85,97,75],[113,125,101],[111,124,96],[132,146,111],[81,96,57],[151,166,125],[149,164,125],[126,142,106],[143,159,130],[162,180,156],[132,153,134],[114,140,129],[88,115,108],[103,128,122],[97,122,116],[110,135,129],[209,232,226],[223,246,240],[161,182,177],[172,194,191],[179,201,199],[205,226,227],[181,205,207],[168,191,197],[154,179,186],[199,223,233],[235,255,255],[229,255,255],[208,230,243],[212,225,241],[246,253,255],[205,208,227],[226,227,247],[170,172,193],[189,194,216],[200,206,230],[178,186,209],[179,186,212],[205,212,240],[242,249,255],[233,242,255],[189,203,232],[188,201,233],[216,229,255],[208,220,255],[204,212,251],[199,207,246],[193,200,242],[193,200,242],[188,200,242],[177,192,233],[159,181,220],[194,217,255],[206,231,255],[200,223,255],[181,200,242],[182,197,240],[206,217,255],[200,213,255],[176,197,242],[174,201,244],[171,198,241],[164,193,233],[159,194,232],[174,206,245],[197,209,255],[196,210,255],[163,196,237],[163,209,243],[143,194,223],[165,196,227],[170,159,199],[235,215,252],[211,215,240],[199,210,228],[202,208,224],[198,201,218],[183,188,208],[192,200,223],[193,203,228],[211,221,246],[196,207,227],[164,176,190],[147,157,166],[195,204,209],[239,249,251],[229,240,246],[195,207,219],[185,198,217],[182,196,222],[171,186,217],[181,196,229],[185,198,232],[195,209,238],[199,213,239],[193,208,229],[185,203,225],[171,193,217],[152,179,206],[158,191,222],[155,194,227],[116,161,192],[117,167,192],[174,227,243],[167,224,231],[155,214,212],[152,207,204],[177,227,228],[180,224,223],[171,213,203],[173,215,201],[156,200,187],[125,168,158],[107,147,138],[124,155,140],[159,173,150],[178,178,150],[181,172,141],[230,219,187],[179,172,143],[113,110,79],[83,83,49],[128,132,97],[199,210,170],[185,194,149],[162,161,113],[182,172,123],[161,145,96],[144,125,82],[178,156,119],[190,164,131],[156,125,94],[191,152,119],[178,130,92],[160,106,68],[128,74,36],[131,78,44],[131,86,55],[145,98,68],[178,122,85],[176,114,73],[193,129,91],[160,92,55],[160,90,54],[182,108,73],[178,102,66],[176,101,62],[176,103,62],[168,97,55],[142,75,33],[133,68,30],[136,73,38],[131,72,42],[112,55,28],[76,25,4],[48,11,0],[33,5,0],[20,0,0],[14,0,0],[10,0,0],[9,0,1],[6,2,3],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[7,5,6],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,1,0],[0,1,0],[5,7,6],[0,2,1],[1,1,1],[3,3,3],[0,0,0],[0,0,0],[4,2,3],[1,0,0],[6,4,7],[48,46,49],[8,6,7],[1,0,0],[13,14,9],[0,1,0],[26,26,24],[27,27,25],[25,24,22],[24,23,21],[30,29,25],[11,8,3],[13,9,0],[36,30,18],[55,49,33],[37,28,11],[43,26,10],[96,73,57],[108,86,63],[81,62,32],[91,75,39],[131,118,76],[124,113,68],[75,68,22],[71,68,23],[92,91,47],[78,80,40],[128,134,96],[105,115,78],[40,54,18],[61,77,41],[81,93,57],[39,45,7],[70,74,39],[97,104,73],[73,81,57],[64,76,56],[73,86,68],[44,57,37],[48,62,39],[103,116,88],[104,118,85],[150,166,130],[204,221,185],[176,195,163],[86,109,80],[95,119,93],[136,159,139],[177,199,187],[128,149,142],[71,96,90],[88,113,107],[91,111,109],[139,158,156],[187,209,207],[188,213,210],[173,197,197],[160,181,184],[161,179,183],[173,192,198],[192,215,221],[202,227,234],[240,255,255],[240,255,255],[230,254,255],[182,206,218],[162,178,193],[238,247,255],[206,211,230],[221,224,243],[182,184,205],[212,218,240],[217,228,250],[171,183,205],[173,188,211],[180,196,221],[174,190,216],[174,189,218],[168,183,212],[174,189,220],[174,190,224],[159,173,210],[157,169,207],[175,187,227],[189,201,241],[182,195,237],[167,182,223],[157,176,218],[158,181,222],[167,195,235],[166,194,234],[168,193,234],[170,193,235],[182,200,246],[192,206,253],[170,187,233],[165,189,235],[164,193,237],[167,196,240],[165,197,238],[159,197,236],[168,200,241],[186,200,247],[189,203,250],[158,191,232],[153,197,234],[151,200,232],[211,241,255],[237,226,255],[245,224,255],[194,195,223],[207,218,236],[220,227,243],[203,209,225],[183,190,209],[190,198,219],[150,161,183],[149,160,182],[182,193,211],[182,192,204],[181,190,197],[176,183,189],[205,213,216],[225,234,241],[214,224,236],[185,196,214],[176,188,214],[207,221,250],[181,196,225],[194,209,238],[191,206,229],[191,203,225],[199,210,230],[198,211,230],[191,206,229],[183,203,228],[186,211,241],[170,201,232],[162,201,230],[135,181,204],[102,154,167],[96,154,158],[126,187,182],[111,168,161],[97,148,143],[125,170,165],[144,185,177],[117,157,146],[201,237,227],[204,236,225],[152,176,163],[157,174,158],[159,164,144],[137,135,110],[159,152,123],[163,156,127],[117,116,85],[56,59,28],[89,99,65],[182,196,161],[169,185,149],[193,208,167],[209,215,169],[215,209,161],[205,187,139],[111,87,43],[190,165,125],[157,129,92],[134,102,64],[134,94,58],[149,97,58],[123,69,31],[125,77,39],[114,71,37],[92,52,26],[110,68,43],[91,41,6],[133,78,39],[159,96,61],[173,107,73],[168,95,63],[148,73,41],[162,86,52],[157,83,46],[163,94,53],[139,72,30],[135,72,31],[136,76,39],[118,59,25],[116,56,28],[120,60,36],[94,41,23],[53,15,2],[36,8,0],[23,0,0],[17,0,0],[12,1,0],[8,0,0],[5,1,0],[5,3,4],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,1,2],[1,0,0],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[8,10,9],[107,109,108],[77,79,78],[3,5,4],[0,0,0],[7,7,7],[3,3,3],[3,3,3],[1,0,0],[5,3,4],[3,1,4],[51,49,52],[11,9,10],[1,0,0],[1,0,0],[17,16,12],[11,10,6],[12,11,7],[20,16,15],[4,0,0],[27,23,20],[17,12,6],[24,17,7],[30,22,9],[45,38,20],[93,82,62],[53,35,15],[62,41,20],[90,70,45],[89,72,42],[88,74,39],[140,128,88],[93,84,43],[44,37,0],[55,52,11],[105,105,67],[67,71,34],[34,42,5],[92,102,67],[100,111,77],[66,80,45],[54,68,32],[87,97,60],[72,82,45],[123,134,102],[101,114,88],[47,60,40],[113,126,109],[113,126,109],[45,58,40],[57,71,48],[97,111,85],[172,188,159],[166,185,155],[136,161,131],[83,112,84],[103,133,109],[147,175,153],[203,219,206],[194,210,199],[75,99,86],[89,112,104],[172,187,184],[170,186,186],[135,159,159],[163,193,195],[147,178,181],[122,149,158],[206,226,237],[172,194,207],[115,145,155],[137,169,180],[167,190,204],[226,245,255],[238,255,255],[181,203,214],[147,174,183],[159,186,195],[159,183,195],[157,179,192],[195,212,228],[210,225,244],[201,218,238],[175,196,217],[169,197,218],[152,187,206],[149,187,206],[175,216,236],[171,209,232],[141,178,204],[128,169,197],[132,173,203],[140,176,208],[153,186,221],[175,203,240],[186,211,251],[172,195,236],[147,172,213],[152,180,220],[156,185,227],[162,191,233],[170,197,242],[174,198,244],[178,200,247],[181,201,251],[167,189,238],[162,190,238],[159,190,237],[166,197,244],[172,205,250],[165,202,246],[165,196,240],[181,197,246],[189,205,255],[164,197,242],[149,193,232],[143,189,223],[189,217,254],[243,234,255],[247,229,255],[208,207,238],[222,230,253],[247,255,255],[220,229,244],[203,211,230],[189,200,220],[186,197,219],[201,212,232],[173,185,201],[172,182,194],[212,219,227],[236,241,247],[229,234,238],[207,211,220],[201,207,221],[190,197,216],[179,189,214],[194,208,234],[188,210,233],[192,214,235],[180,201,218],[182,199,215],[188,201,217],[186,197,215],[188,201,220],[180,196,219],[154,175,202],[164,194,220],[139,177,200],[101,148,166],[103,158,165],[78,138,138],[78,141,132],[101,165,151],[91,149,137],[144,197,189],[147,199,197],[79,125,125],[109,143,144],[204,224,222],[251,255,248],[171,172,156],[149,148,128],[155,157,135],[223,228,206],[139,149,125],[63,75,51],[63,76,50],[74,87,61],[70,84,58],[86,105,75],[185,201,165],[148,159,116],[168,166,118],[239,216,172],[210,179,135],[169,142,99],[126,97,57],[169,135,97],[117,75,37],[125,69,32],[116,60,23],[85,42,7],[71,36,4],[46,14,0],[34,0,0],[76,31,0],[143,90,56],[157,98,66],[174,111,80],[146,77,48],[109,38,8],[139,66,34],[147,74,41],[133,65,28],[105,40,2],[117,55,16],[140,80,44],[138,79,47],[135,78,51],[129,68,47],[98,45,27],[80,42,29],[49,21,10],[26,3,0],[21,2,0],[18,4,3],[8,0,0],[3,0,0],[6,4,5],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[1,1,1],[0,0,0],[7,7,7],[0,0,0],[0,1,0],[91,93,92],[69,71,70],[1,3,2],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[1,0,0],[3,1,2],[1,0,2],[2,0,3],[1,0,0],[17,15,16],[2,1,0],[7,6,2],[12,11,7],[165,164,160],[111,107,106],[9,4,1],[5,0,0],[13,6,0],[29,21,10],[36,27,10],[43,35,14],[90,80,55],[67,53,26],[46,32,3],[84,71,39],[81,71,36],[129,119,84],[151,143,107],[112,106,72],[91,86,54],[37,34,3],[45,44,14],[86,87,56],[80,85,53],[118,125,92],[94,104,69],[61,71,34],[174,186,148],[129,144,105],[132,146,110],[93,108,77],[61,75,49],[51,66,45],[64,77,59],[76,89,72],[100,113,95],[108,122,99],[60,74,49],[182,198,172],[157,177,150],[50,76,49],[109,141,117],[157,192,170],[204,237,218],[187,209,197],[118,139,130],[64,95,87],[89,120,114],[152,173,174],[172,196,200],[123,156,161],[109,146,152],[144,182,191],[140,174,184],[149,172,186],[186,209,223],[182,216,225],[168,202,211],[203,227,237],[219,239,250],[228,248,255],[235,255,255],[179,208,216],[126,159,166],[152,185,192],[162,190,201],[174,198,210],[160,182,196],[175,196,213],[191,214,232],[184,211,230],[161,194,213],[144,182,201],[134,175,195],[130,172,194],[131,175,200],[129,179,204],[127,177,204],[132,179,209],[135,180,211],[138,178,213],[144,182,218],[149,187,224],[146,184,221],[152,190,229],[146,183,225],[150,187,229],[160,194,239],[164,195,241],[169,197,245],[173,196,246],[166,192,243],[160,192,241],[156,190,238],[162,194,243],[167,201,247],[162,199,244],[163,196,241],[179,199,249],[189,209,255],[161,195,240],[153,196,238],[142,186,223],[145,173,212],[195,189,233],[239,224,255],[218,219,250],[191,198,224],[189,200,220],[196,207,227],[191,203,225],[182,194,216],[183,195,217],[218,231,250],[205,217,233],[173,181,194],[190,197,205],[251,255,255],[251,254,255],[202,205,212],[185,189,201],[188,195,213],[188,196,219],[180,195,218],[185,206,227],[181,204,222],[176,195,210],[185,201,216],[188,197,212],[187,194,212],[196,204,223],[179,190,210],[155,171,194],[144,166,189],[138,169,189],[126,166,178],[118,166,168],[84,137,131],[75,131,118],[85,142,127],[82,139,124],[114,172,160],[107,163,160],[116,164,164],[94,126,123],[118,135,129],[218,220,207],[244,241,224],[200,199,181],[131,132,114],[170,173,154],[126,131,109],[38,43,20],[65,75,51],[51,66,47],[66,84,62],[101,119,93],[155,172,138],[182,193,151],[159,158,112],[179,156,112],[183,152,108],[159,132,89],[143,115,75],[116,84,45],[94,52,14],[76,22,0],[116,62,26],[73,35,0],[72,41,10],[50,22,0],[47,12,0],[128,83,54],[112,61,30],[101,46,16],[138,81,52],[137,76,48],[107,43,15],[108,42,10],[146,80,46],[175,109,74],[158,92,57],[142,78,42],[126,63,28],[124,65,35],[130,73,46],[125,69,46],[120,72,52],[95,59,45],[56,28,17],[24,1,0],[15,0,0],[14,3,1],[10,2,0],[4,0,0],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[8,6,7],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[6,6,6],[0,1,0],[4,6,5],[7,9,8],[0,1,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[4,2,3],[1,0,2],[0,0,4],[7,6,11],[0,0,2],[3,3,3],[6,5,3],[15,14,12],[3,0,0],[96,92,91],[94,88,88],[5,0,0],[21,14,8],[37,28,19],[33,23,11],[34,23,5],[43,32,10],[59,50,21],[96,93,52],[85,84,40],[79,77,36],[62,60,21],[87,84,49],[93,90,59],[66,62,37],[68,63,43],[51,46,27],[49,44,25],[56,53,34],[48,46,23],[97,98,66],[108,110,71],[63,66,23],[191,198,154],[118,130,92],[99,114,81],[61,78,46],[48,64,37],[57,71,48],[58,71,51],[72,84,62],[83,92,71],[106,116,92],[155,167,143],[222,238,212],[192,215,189],[100,128,105],[163,196,175],[169,208,189],[137,178,164],[129,168,163],[135,175,175],[100,148,148],[67,115,117],[99,139,147],[116,156,166],[107,153,166],[105,153,165],[130,176,189],[146,186,198],[157,187,198],[150,179,187],[174,205,208],[187,217,217],[152,172,173],[162,182,183],[172,200,204],[233,255,255],[213,240,247],[146,171,178],[148,173,180],[177,204,213],[167,194,203],[168,192,204],[187,206,221],[188,201,220],[210,217,243],[241,246,255],[205,216,244],[162,179,207],[165,192,219],[156,190,217],[141,177,209],[128,167,200],[137,177,212],[147,190,224],[136,182,215],[128,179,210],[137,192,223],[144,201,231],[135,191,224],[136,192,227],[147,199,238],[150,195,237],[145,183,230],[152,184,235],[165,192,245],[173,200,253],[156,192,242],[155,193,242],[157,193,243],[156,192,240],[155,193,238],[165,199,245],[180,202,252],[180,203,253],[168,205,250],[149,192,234],[140,184,223],[169,198,238],[197,196,240],[229,218,255],[200,200,236],[178,187,216],[177,191,217],[173,189,214],[167,183,209],[189,205,230],[162,178,203],[163,178,199],[199,210,228],[199,207,220],[193,197,206],[225,228,235],[244,245,250],[208,211,218],[179,183,194],[185,192,208],[189,197,216],[177,188,210],[199,211,233],[206,218,240],[179,187,206],[175,180,199],[187,188,206],[186,185,203],[191,189,210],[182,183,204],[184,190,212],[174,185,205],[169,186,202],[151,173,184],[143,171,172],[116,147,141],[109,143,129],[115,153,138],[68,118,106],[68,124,113],[71,127,118],[105,152,142],[111,145,129],[134,155,136],[187,199,179],[203,206,189],[138,138,126],[147,141,129],[204,189,170],[154,136,112],[111,94,68],[136,130,106],[76,90,75],[72,95,79],[141,159,133],[186,200,165],[234,241,199],[185,181,136],[221,198,156],[176,147,105],[143,118,78],[172,144,107],[121,88,53],[136,98,62],[106,56,21],[126,76,41],[97,59,23],[108,77,46],[78,50,28],[87,52,32],[143,95,72],[135,81,53],[124,73,44],[121,72,42],[99,50,20],[92,41,12],[90,35,4],[151,90,59],[168,102,68],[160,89,57],[143,72,40],[118,52,20],[117,56,25],[118,63,33],[89,39,12],[74,29,6],[75,39,23],[53,25,14],[29,6,0],[15,0,0],[11,0,0],[9,0,1],[6,2,3],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[26,24,25],[1,0,0],[1,1,1],[5,5,5],[0,0,0],[0,0,0],[7,9,8],[0,1,0],[0,1,0],[0,2,1],[0,0,0],[2,2,2],[6,6,6],[1,1,1],[3,1,2],[2,0,1],[0,0,2],[5,5,7],[3,3,3],[10,10,10],[1,0,0],[8,7,5],[8,4,3],[3,0,0],[20,14,14],[21,13,11],[49,40,35],[42,32,23],[37,25,11],[29,18,0],[46,34,10],[70,61,28],[115,114,66],[119,124,70],[79,83,33],[131,134,91],[50,50,14],[84,83,55],[40,38,17],[48,45,30],[54,48,36],[81,75,63],[84,78,64],[65,60,40],[51,48,17],[100,98,59],[64,63,17],[89,92,47],[100,112,76],[81,98,66],[102,118,89],[94,109,80],[76,90,64],[59,72,46],[78,88,61],[111,120,93],[157,166,137],[216,226,199],[226,240,214],[173,193,168],[180,208,186],[174,207,190],[121,159,146],[89,130,122],[84,126,124],[83,129,129],[143,192,196],[94,145,149],[99,149,158],[125,174,188],[95,148,164],[110,163,181],[131,182,199],[117,164,180],[120,159,174],[138,174,186],[164,199,205],[181,212,215],[153,179,180],[147,171,173],[129,158,162],[155,182,189],[219,242,248],[166,185,192],[143,160,168],[176,194,204],[196,216,225],[177,195,207],[164,180,195],[179,192,209],[181,189,212],[219,225,251],[223,230,255],[183,194,222],[180,200,227],[177,204,233],[144,179,211],[137,176,209],[143,183,218],[139,184,217],[130,176,209],[140,191,222],[145,198,229],[126,181,212],[128,182,216],[130,182,219],[143,191,231],[145,188,231],[147,183,231],[157,189,240],[160,187,240],[154,184,238],[154,194,245],[157,199,249],[157,197,246],[150,191,237],[153,194,238],[170,207,252],[179,207,255],[168,196,244],[148,186,231],[149,192,234],[147,191,230],[200,229,255],[214,217,255],[240,235,255],[190,193,228],[177,186,217],[174,189,220],[170,189,221],[177,196,228],[186,203,233],[172,189,215],[162,177,200],[144,155,175],[170,177,193],[209,213,224],[200,203,210],[244,245,250],[244,247,254],[215,222,232],[224,232,245],[209,221,237],[178,191,210],[187,199,221],[227,238,255],[186,194,215],[171,178,197],[209,212,231],[197,200,219],[179,182,201],[181,186,205],[170,177,195],[176,186,198],[183,196,204],[160,175,178],[156,175,169],[152,170,158],[145,164,145],[133,158,137],[101,139,118],[101,146,126],[118,165,149],[146,185,167],[149,174,152],[105,118,92],[181,184,155],[229,225,198],[159,154,134],[173,162,144],[142,122,97],[163,138,108],[178,152,119],[225,205,178],[87,85,70],[108,117,100],[126,136,109],[157,165,128],[205,203,162],[169,157,115],[208,187,144],[174,149,109],[182,158,122],[179,154,123],[144,115,85],[165,129,97],[180,135,102],[138,92,58],[83,43,8],[95,60,28],[92,62,36],[114,79,57],[119,73,49],[123,71,47],[110,63,37],[106,62,35],[90,49,21],[99,55,26],[94,45,13],[139,84,53],[128,63,31],[127,58,25],[141,70,38],[134,65,32],[120,59,28],[115,60,29],[88,41,11],[68,28,2],[42,9,0],[46,18,7],[39,16,8],[20,3,0],[8,0,0],[7,0,0],[7,3,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[6,8,7],[5,5,5],[0,0,0],[1,1,1],[3,3,3],[1,0,0],[1,0,2],[2,1,6],[3,2,7],[1,1,3],[1,1,1],[5,4,2],[6,5,3],[8,4,3],[10,6,5],[16,10,10],[21,13,11],[40,31,26],[26,16,7],[33,21,7],[45,32,13],[77,62,39],[68,60,24],[140,140,90],[170,175,121],[71,75,25],[80,83,38],[101,103,66],[108,108,80],[56,53,34],[51,47,35],[60,53,43],[31,24,14],[81,73,60],[99,92,73],[93,88,58],[133,128,90],[152,148,101],[83,84,40],[99,109,75],[101,114,88],[115,128,100],[123,136,106],[72,86,53],[85,96,62],[103,113,78],[146,154,117],[185,192,158],[183,193,159],[142,155,127],[187,205,181],[183,207,191],[150,180,170],[143,180,173],[104,143,140],[76,113,106],[125,161,157],[143,182,181],[92,133,137],[119,168,175],[127,179,192],[88,139,158],[111,163,185],[113,165,189],[115,167,191],[105,157,179],[107,155,175],[130,171,189],[159,196,212],[176,214,225],[172,205,214],[182,205,213],[198,215,223],[212,226,235],[206,216,226],[190,196,208],[187,189,202],[220,219,233],[200,203,218],[173,182,197],[168,187,201],[146,174,188],[160,192,207],[171,202,222],[167,191,215],[182,197,226],[173,194,225],[141,180,211],[131,178,208],[142,189,219],[141,186,217],[147,190,222],[145,183,219],[148,184,220],[158,192,230],[143,175,214],[151,178,221],[175,199,247],[165,188,238],[153,176,228],[165,188,242],[164,187,241],[160,190,244],[153,195,245],[149,195,244],[153,197,244],[154,196,244],[144,187,232],[154,192,237],[174,205,252],[159,191,238],[143,181,226],[149,192,234],[152,194,234],[162,194,233],[192,201,244],[207,206,248],[195,199,234],[179,189,224],[168,183,222],[150,169,209],[155,175,212],[168,187,220],[184,201,231],[165,181,206],[153,164,184],[165,172,188],[222,226,237],[232,235,244],[251,254,255],[215,218,225],[210,217,227],[222,232,242],[213,227,238],[204,220,236],[192,210,232],[197,217,241],[170,188,210],[186,203,223],[182,199,217],[173,190,206],[159,177,191],[165,183,195],[159,179,186],[150,171,174],[161,181,179],[166,186,177],[154,171,155],[171,184,164],[159,169,145],[176,189,159],[212,232,195],[158,184,149],[144,173,151],[155,178,158],[150,155,132],[173,164,133],[180,158,117],[183,160,118],[183,168,129],[117,105,67],[128,116,78],[166,151,112],[163,138,98],[134,104,70],[153,123,97],[106,85,58],[131,127,92],[197,195,156],[134,121,79],[144,125,83],[177,158,116],[136,114,77],[130,106,78],[172,148,122],[149,121,97],[68,36,11],[133,97,65],[109,69,34],[138,93,60],[111,68,36],[71,37,9],[95,59,33],[85,41,16],[55,9,0],[67,25,0],[90,53,26],[81,44,17],[132,93,64],[170,125,94],[148,97,66],[145,84,53],[140,74,40],[159,90,57],[150,84,50],[123,63,29],[106,53,19],[89,44,11],[88,51,24],[66,33,16],[44,16,5],[28,5,0],[17,0,0],[10,0,0],[11,2,3],[12,8,9],[1,0,0],[6,2,1],[4,0,0],[6,1,0],[7,2,0],[6,1,0],[8,3,0],[7,3,2],[3,0,0],[4,0,0],[8,4,3],[3,0,0],[3,0,0],[8,4,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,1,0],[0,1,0],[1,3,2],[0,1,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[1,0,0],[7,5,6],[1,1,3],[3,3,5],[3,3,3],[3,3,3],[7,6,4],[9,8,6],[14,10,9],[18,14,13],[18,12,12],[22,14,12],[17,8,3],[39,29,20],[106,94,80],[82,69,50],[65,53,27],[98,87,55],[128,124,79],[118,118,68],[118,117,69],[65,64,20],[48,46,8],[64,63,32],[23,21,0],[36,31,12],[60,54,38],[79,73,59],[51,46,27],[58,53,31],[70,65,35],[86,82,45],[144,141,96],[82,83,41],[84,91,60],[83,93,68],[97,108,78],[173,184,150],[179,191,153],[160,171,131],[141,149,108],[178,186,145],[209,215,177],[232,239,205],[167,180,152],[204,222,200],[158,180,167],[133,160,153],[127,161,160],[108,144,144],[94,129,125],[135,167,164],[130,159,163],[129,163,172],[127,174,184],[92,144,158],[114,162,184],[120,166,192],[121,168,196],[131,181,208],[120,172,196],[117,165,188],[123,159,181],[126,159,178],[152,188,204],[190,222,235],[202,224,235],[214,228,239],[210,220,232],[223,229,241],[216,215,229],[230,226,241],[225,221,236],[240,239,255],[195,204,219],[184,203,217],[160,190,201],[155,188,203],[172,201,219],[193,215,239],[204,213,244],[178,188,223],[172,201,233],[143,179,211],[139,175,207],[136,171,203],[144,177,210],[153,183,217],[157,185,222],[157,183,220],[185,208,249],[165,186,229],[156,177,222],[169,191,238],[159,183,231],[156,182,231],[176,206,255],[160,196,246],[144,188,237],[153,201,249],[148,195,241],[151,194,239],[154,197,240],[151,190,233],[150,184,229],[146,180,225],[155,194,237],[139,181,223],[153,192,231],[173,205,243],[182,196,235],[196,200,238],[195,199,234],[162,172,207],[183,201,241],[178,197,239],[155,174,214],[177,195,231],[177,194,224],[155,169,195],[146,157,177],[209,215,231],[252,254,255],[220,223,232],[252,255,255],[228,232,241],[186,193,203],[178,188,197],[209,223,232],[213,231,245],[208,226,248],[192,212,237],[174,192,216],[191,209,231],[180,198,218],[159,181,195],[162,184,197],[168,191,199],[166,190,192],[175,197,194],[158,178,169],[163,180,164],[188,197,176],[195,199,176],[213,212,184],[211,208,175],[189,191,151],[183,191,152],[184,194,169],[179,184,162],[179,174,145],[235,219,185],[252,225,180],[225,199,150],[224,208,159],[163,152,106],[160,149,103],[123,109,62],[143,119,73],[202,170,129],[172,136,102],[240,211,179],[255,255,218],[178,169,128],[146,123,81],[155,130,89],[100,81,39],[124,106,70],[92,71,44],[138,113,91],[124,96,75],[72,42,18],[88,55,24],[110,72,36],[144,95,62],[159,110,78],[123,87,55],[117,83,55],[78,41,15],[91,54,28],[109,73,49],[90,56,31],[109,73,47],[161,124,97],[118,74,47],[121,72,42],[110,55,24],[140,80,46],[151,88,53],[133,73,37],[114,58,23],[109,56,22],[99,53,19],[77,36,8],[60,27,10],[74,46,35],[47,24,16],[16,0,0],[17,6,4],[11,3,1],[3,0,0],[10,8,9],[6,2,1],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[7,2,0],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[10,6,5],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,3],[0,1,0],[0,0,0],[2,2,2],[1,1,1],[3,3,3],[4,2,3],[1,0,0],[0,0,2],[3,3,5],[3,3,3],[3,3,3],[7,5,6],[9,7,8],[14,10,11],[20,16,17],[5,0,1],[11,2,3],[12,2,0],[32,21,15],[83,71,57],[68,55,36],[54,42,16],[77,63,34],[68,55,20],[71,59,21],[103,94,53],[109,100,61],[110,102,65],[70,64,28],[100,95,63],[70,66,37],[100,96,69],[104,102,77],[69,67,42],[64,63,35],[86,87,55],[72,74,37],[103,105,65],[127,131,94],[86,92,64],[147,156,129],[130,139,108],[169,179,144],[150,161,121],[140,149,106],[145,154,109],[186,193,151],[161,168,127],[195,202,168],[165,175,148],[170,185,166],[160,180,169],[150,177,172],[97,127,129],[132,165,170],[130,165,171],[127,161,170],[150,178,192],[153,184,202],[134,179,198],[118,164,187],[137,176,205],[140,176,208],[144,179,211],[146,183,212],[140,180,205],[150,185,207],[160,181,202],[160,175,194],[177,196,210],[196,220,230],[160,188,199],[149,173,185],[176,188,202],[202,205,222],[243,238,255],[255,252,255],[248,247,255],[243,249,255],[220,232,246],[194,210,225],[205,218,235],[213,224,246],[194,199,228],[208,209,240],[236,232,255],[217,215,254],[223,225,255],[193,198,240],[183,192,233],[175,189,226],[156,176,211],[148,172,206],[146,175,207],[153,184,215],[159,192,225],[198,232,255],[180,214,251],[148,183,223],[146,185,226],[160,202,242],[164,207,249],[140,184,229],[153,201,247],[161,207,255],[147,191,236],[144,187,230],[154,193,236],[149,186,228],[151,184,227],[156,191,233],[157,196,237],[154,193,232],[152,190,227],[168,198,236],[200,215,254],[216,224,255],[203,208,240],[182,188,222],[176,189,231],[170,187,230],[193,211,249],[189,205,239],[168,182,209],[187,198,220],[190,197,215],[212,215,230],[224,224,236],[207,207,217],[246,246,255],[230,233,242],[211,220,229],[168,181,189],[180,197,205],[206,222,235],[192,204,228],[211,222,250],[186,198,224],[189,201,225],[237,249,255],[227,242,255],[207,223,236],[197,214,222],[193,211,213],[190,205,200],[181,191,180],[186,188,174],[212,207,187],[225,213,189],[255,252,227],[254,234,207],[214,199,170],[199,188,160],[204,194,167],[233,224,195],[227,214,180],[245,231,194],[255,249,210],[249,237,195],[255,249,205],[246,238,192],[215,199,148],[216,195,142],[157,132,78],[217,194,144],[219,201,161],[209,197,159],[235,223,181],[160,143,99],[160,128,87],[122,89,48],[62,39,0],[106,86,51],[129,105,79],[87,60,41],[83,54,36],[97,66,45],[65,34,3],[85,47,11],[186,136,101],[165,112,80],[81,40,8],[80,47,16],[126,96,70],[125,97,73],[81,50,29],[90,55,35],[137,99,78],[107,65,43],[160,114,90],[98,51,23],[72,23,0],[96,46,11],[138,86,49],[161,109,72],[126,74,37],[114,61,27],[132,82,49],[99,53,27],[68,32,16],[74,46,35],[54,31,23],[23,4,0],[12,0,0],[7,0,0],[3,0,0],[4,2,3],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[5,1,0],[6,2,1],[7,3,2],[6,2,1],[7,3,2],[9,5,4],[9,5,4],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[4,6,5],[9,9,9],[3,3,3],[0,0,0],[1,1,1],[7,5,6],[7,5,6],[1,1,3],[3,3,5],[1,1,1],[1,1,1],[6,4,5],[7,5,6],[9,4,8],[11,6,10],[15,10,14],[13,7,9],[23,15,13],[27,18,11],[30,20,8],[36,25,7],[49,39,14],[56,42,15],[78,61,31],[99,80,47],[145,129,93],[119,105,68],[130,118,80],[119,110,71],[142,137,99],[106,102,65],[53,50,15],[66,66,32],[92,91,60],[87,88,56],[106,107,75],[83,87,52],[91,96,56],[180,186,148],[134,139,109],[118,124,96],[138,145,112],[120,128,91],[130,138,97],[135,144,101],[157,166,123],[239,247,206],[207,215,178],[213,222,193],[213,222,201],[192,206,191],[218,238,229],[203,228,224],[145,173,174],[172,203,206],[173,204,209],[143,171,182],[171,193,207],[134,159,179],[126,163,182],[155,193,216],[147,178,207],[140,169,199],[136,163,193],[131,160,190],[148,180,205],[176,204,228],[189,204,227],[201,212,232],[200,216,232],[163,185,198],[147,176,190],[156,185,199],[211,230,247],[207,220,237],[213,220,239],[237,244,255],[245,255,255],[218,234,247],[207,226,240],[214,233,248],[220,237,255],[218,230,254],[188,195,224],[178,184,216],[200,206,240],[189,193,230],[184,183,223],[201,203,242],[214,219,255],[204,214,250],[183,199,232],[180,203,234],[162,187,217],[150,177,206],[135,164,194],[164,197,228],[173,208,240],[149,188,221],[152,195,229],[152,198,232],[130,180,215],[148,197,237],[139,186,230],[141,185,232],[139,182,225],[148,187,230],[150,185,227],[149,182,223],[157,191,229],[157,191,229],[156,191,229],[170,205,243],[148,180,218],[141,167,202],[184,200,234],[204,215,247],[195,200,230],[193,198,230],[158,170,208],[166,181,220],[226,240,255],[183,197,226],[203,214,236],[213,220,238],[189,192,207],[194,194,206],[190,188,199],[216,213,224],[244,242,253],[216,218,230],[230,237,247],[173,186,195],[151,168,176],[166,182,197],[181,196,217],[208,220,246],[215,227,253],[200,212,236],[207,219,241],[200,213,232],[222,236,249],[212,227,234],[205,221,221],[182,195,188],[192,200,187],[202,203,185],[193,187,165],[185,169,144],[227,206,179],[247,226,199],[207,191,166],[164,150,124],[166,150,125],[209,193,167],[243,228,199],[237,224,192],[178,172,138],[180,176,139],[182,180,141],[179,176,131],[180,173,121],[200,189,135],[186,175,119],[194,184,131],[203,199,152],[179,174,132],[249,238,193],[200,179,136],[141,108,65],[125,90,48],[106,79,36],[95,71,33],[106,79,52],[110,79,58],[100,68,47],[111,77,52],[125,90,58],[128,88,52],[198,145,111],[215,162,128],[145,104,72],[142,111,82],[137,113,89],[63,41,20],[60,33,14],[96,63,46],[82,43,28],[63,20,3],[87,42,21],[102,56,32],[99,54,25],[101,56,23],[85,41,6],[97,51,15],[118,69,36],[112,62,29],[110,57,26],[109,61,38],[83,47,31],[61,33,22],[39,16,8],[19,2,0],[8,0,0],[10,2,0],[8,4,3],[1,0,0],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[5,0,0],[4,0,0],[7,3,2],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[3,3,3],[6,6,6],[0,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[6,4,5],[6,4,5],[3,1,4],[3,0,4],[13,8,14],[17,11,15],[31,22,23],[59,50,45],[64,54,44],[46,35,17],[42,31,9],[72,58,31],[80,63,33],[94,75,43],[141,122,89],[105,89,53],[88,76,36],[99,90,49],[90,83,41],[87,82,42],[71,67,29],[63,61,23],[60,57,22],[87,87,53],[111,111,77],[71,73,36],[99,101,62],[170,172,133],[123,127,92],[91,97,63],[91,97,61],[152,160,121],[170,178,139],[188,199,159],[209,219,182],[235,245,211],[222,231,204],[221,230,209],[234,245,231],[245,255,248],[232,251,245],[226,248,245],[237,255,255],[202,228,227],[191,211,210],[148,163,166],[142,155,163],[165,179,190],[178,200,214],[150,175,195],[148,170,194],[162,183,212],[152,175,206],[148,173,203],[158,185,214],[166,193,222],[158,179,208],[168,188,215],[176,198,222],[145,169,193],[161,189,211],[191,223,244],[208,241,255],[188,221,238],[122,154,169],[158,190,205],[216,245,255],[217,246,255],[156,188,203],[176,209,224],[147,183,199],[163,200,219],[179,215,237],[147,183,209],[150,184,212],[166,195,227],[161,186,217],[164,187,218],[171,196,226],[197,222,252],[198,222,250],[193,214,243],[169,189,216],[184,201,229],[186,201,232],[159,175,208],[169,189,222],[176,202,235],[160,195,227],[143,184,216],[127,176,208],[143,191,227],[163,208,250],[161,202,248],[156,193,237],[157,190,233],[151,180,220],[147,176,216],[158,188,226],[157,189,227],[150,182,220],[166,196,232],[167,193,230],[167,189,226],[187,203,237],[202,211,244],[204,205,236],[203,204,234],[175,181,213],[177,188,218],[222,232,255],[207,215,236],[209,215,231],[195,197,209],[186,185,193],[197,191,201],[200,192,203],[225,217,228],[248,242,254],[204,202,215],[191,194,209],[166,175,190],[173,187,200],[172,190,204],[154,175,192],[153,174,193],[174,195,214],[199,217,237],[209,226,246],[171,188,204],[172,190,202],[157,174,181],[205,224,222],[204,220,210],[179,192,175],[163,171,150],[149,149,125],[178,172,146],[210,199,171],[217,208,179],[140,139,111],[134,132,109],[181,174,155],[167,158,141],[160,148,132],[237,225,209],[202,194,173],[119,114,85],[150,150,112],[199,206,162],[229,241,193],[220,234,185],[215,229,180],[228,236,187],[194,193,145],[197,189,142],[242,229,187],[212,190,149],[163,130,87],[157,120,76],[110,75,33],[67,33,0],[176,141,111],[154,118,92],[100,63,37],[123,83,57],[104,61,27],[163,117,83],[102,52,17],[82,33,0],[134,95,64],[172,142,116],[246,225,204],[222,203,188],[146,120,107],[99,69,58],[64,27,18],[53,13,3],[41,0,0],[57,14,0],[116,72,47],[107,63,34],[82,39,7],[68,23,0],[100,51,19],[116,65,36],[94,40,12],[86,36,13],[94,57,41],[61,33,22],[22,0,0],[14,0,0],[23,9,8],[17,8,9],[4,0,1],[4,2,3],[5,1,0],[6,2,1],[6,1,0],[6,1,0],[8,3,0],[5,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[9,5,4],[13,9,8],[4,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[5,7,6],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[2,0,1],[8,6,7],[8,6,9],[4,2,7],[3,1,6],[10,5,11],[16,11,15],[19,13,13],[39,32,26],[32,24,13],[23,14,0],[33,25,2],[80,69,41],[102,87,54],[90,74,38],[64,50,11],[118,104,65],[112,100,60],[108,99,58],[94,86,47],[66,61,23],[79,73,37],[83,77,43],[65,59,25],[73,69,34],[111,107,70],[120,115,77],[150,145,103],[156,153,112],[137,139,99],[116,121,81],[121,128,87],[162,170,131],[171,181,144],[226,237,203],[215,226,196],[166,176,152],[223,232,215],[197,207,196],[193,204,196],[185,200,195],[123,142,138],[164,187,181],[219,246,239],[206,231,225],[173,188,185],[166,178,176],[160,174,175],[176,191,196],[188,205,215],[160,177,193],[162,180,202],[161,183,207],[158,182,208],[160,186,213],[162,188,215],[171,197,224],[169,195,222],[167,193,218],[183,209,234],[190,218,242],[158,192,219],[139,176,202],[141,179,202],[190,228,249],[185,223,242],[155,192,210],[178,211,228],[203,239,255],[209,246,255],[215,255,255],[165,212,228],[139,187,207],[139,187,209],[140,186,212],[157,196,227],[149,185,217],[148,182,210],[149,183,208],[149,181,206],[170,200,224],[162,188,213],[170,190,215],[162,176,202],[192,199,227],[204,207,238],[214,217,250],[199,203,238],[189,199,234],[176,196,229],[158,187,219],[153,189,221],[139,179,214],[161,200,243],[164,201,246],[150,183,226],[146,175,217],[151,176,216],[154,178,216],[167,193,230],[176,205,239],[205,234,255],[192,218,253],[165,187,224],[166,185,218],[199,214,245],[214,220,252],[208,205,236],[208,205,234],[202,206,233],[247,255,255],[236,243,255],[211,217,229],[144,147,154],[189,188,193],[229,224,228],[198,189,194],[213,202,210],[244,232,242],[255,248,255],[216,212,227],[177,178,196],[165,172,190],[182,193,211],[186,203,219],[177,200,214],[179,205,218],[170,193,209],[191,210,227],[217,234,252],[182,198,214],[157,171,184],[145,158,166],[170,184,184],[203,216,207],[201,214,197],[193,202,181],[135,140,117],[172,175,148],[225,224,196],[191,191,163],[222,232,205],[169,179,154],[126,125,104],[145,139,123],[105,97,86],[149,141,130],[248,241,225],[209,203,181],[216,213,178],[211,217,173],[201,217,170],[205,224,178],[213,235,188],[226,242,193],[229,232,179],[216,208,159],[173,158,117],[177,155,116],[231,199,158],[171,134,90],[155,112,69],[116,72,33],[160,120,85],[158,117,85],[99,55,26],[111,64,34],[131,81,46],[153,101,64],[111,63,27],[83,40,6],[92,57,27],[184,156,134],[255,250,236],[255,246,235],[133,110,102],[68,41,34],[74,45,37],[46,13,4],[49,13,1],[55,16,0],[117,75,53],[93,49,24],[109,63,37],[110,63,35],[105,55,28],[120,69,42],[113,62,35],[96,50,27],[94,58,42],[46,18,7],[17,0,0],[17,0,0],[15,4,2],[11,3,1],[7,3,2],[3,1,2],[5,1,0],[6,2,1],[5,0,0],[7,2,0],[11,6,3],[7,2,0],[3,0,0],[6,2,1],[9,5,4],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,2,1],[13,15,14],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[6,4,7],[6,4,7],[6,4,9],[9,7,12],[3,0,5],[15,10,16],[23,17,19],[37,29,26],[26,17,8],[49,40,25],[67,59,38],[91,82,53],[82,74,35],[93,85,39],[47,40,0],[81,74,30],[59,54,12],[94,89,51],[102,96,62],[103,94,63],[88,79,50],[83,72,44],[90,79,51],[91,78,46],[120,106,71],[118,103,62],[116,102,57],[140,130,81],[108,107,61],[107,113,67],[146,153,111],[157,165,126],[189,201,165],[182,195,167],[239,251,231],[198,209,195],[236,245,240],[179,189,188],[206,218,218],[207,223,222],[151,172,167],[165,191,182],[174,202,190],[179,205,194],[179,198,192],[176,192,189],[198,220,218],[176,200,202],[164,181,189],[160,176,191],[159,180,197],[159,184,204],[155,182,203],[162,186,210],[175,195,220],[196,218,242],[191,222,243],[173,204,224],[180,207,228],[191,222,243],[115,157,182],[119,164,193],[130,167,196],[145,176,205],[217,241,255],[227,248,255],[207,233,255],[174,205,226],[144,185,203],[137,182,201],[140,188,208],[137,183,207],[139,180,208],[154,187,222],[163,188,228],[168,190,229],[158,185,215],[152,179,206],[166,192,217],[203,227,251],[179,199,223],[185,199,225],[184,191,217],[214,214,242],[231,224,255],[255,248,255],[231,219,255],[226,218,255],[240,238,255],[205,211,247],[176,190,225],[179,201,240],[150,181,225],[152,184,231],[150,177,222],[154,177,221],[160,179,221],[164,182,222],[169,191,228],[163,187,223],[168,190,227],[184,204,239],[174,192,228],[163,177,212],[174,187,219],[192,197,227],[206,201,231],[220,214,240],[212,213,233],[251,255,255],[230,233,242],[253,254,255],[188,188,188],[190,186,185],[195,187,185],[211,199,201],[241,226,233],[255,243,254],[228,216,230],[199,190,209],[182,180,201],[195,200,220],[198,209,229],[207,224,242],[200,224,234],[204,228,238],[189,208,222],[204,220,235],[217,226,243],[221,226,245],[214,217,232],[193,197,206],[210,215,218],[184,191,184],[193,201,188],[212,219,201],[168,176,153],[165,170,147],[190,194,169],[153,162,135],[197,217,189],[239,255,228],[165,170,140],[148,144,119],[100,94,78],[52,46,34],[146,142,130],[242,237,218],[181,172,141],[149,144,102],[184,186,139],[149,156,105],[188,200,152],[156,164,113],[170,169,113],[132,125,71],[112,96,60],[163,140,108],[202,174,134],[218,181,137],[191,139,99],[174,121,81],[158,110,72],[126,80,44],[126,77,44],[139,86,52],[181,121,85],[146,88,51],[136,90,54],[127,91,57],[85,51,26],[69,38,20],[156,127,119],[165,140,136],[68,44,40],[53,32,27],[40,20,13],[34,11,3],[40,10,0],[32,0,0],[119,73,58],[118,67,48],[105,50,29],[100,44,21],[115,61,37],[112,62,39],[103,57,33],[116,75,53],[76,43,28],[32,4,0],[18,0,0],[22,3,0],[10,0,0],[6,0,0],[10,6,7],[1,0,0],[6,2,1],[6,2,1],[4,0,0],[7,2,0],[14,9,6],[9,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[13,9,8],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[12,8,7],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,2,1],[252,254,253],[91,93,92],[0,0,0],[6,6,6],[6,6,6],[0,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[3,1,2],[2,0,3],[2,0,3],[5,3,6],[13,8,12],[18,13,17],[25,19,21],[13,5,3],[33,26,18],[48,41,25],[62,54,33],[44,34,9],[50,41,8],[62,58,11],[122,119,68],[111,109,58],[172,170,121],[143,140,95],[121,117,79],[78,73,41],[73,66,38],[100,89,67],[64,53,33],[35,23,1],[49,33,8],[107,91,58],[107,89,49],[103,87,38],[134,124,73],[155,157,110],[115,124,79],[108,119,76],[117,129,89],[125,139,104],[178,193,164],[210,225,204],[245,255,248],[228,245,239],[118,136,136],[157,177,178],[204,225,226],[179,204,200],[148,175,168],[177,205,193],[151,178,169],[153,178,175],[171,195,197],[221,251,251],[211,237,238],[183,197,206],[183,197,208],[189,211,225],[161,187,202],[160,187,204],[155,180,200],[169,187,211],[178,198,222],[149,181,202],[132,168,190],[159,191,216],[172,209,236],[139,188,218],[178,229,255],[178,219,251],[151,184,217],[167,193,226],[209,234,255],[183,210,239],[167,201,226],[154,196,218],[157,204,224],[165,211,234],[155,200,223],[200,235,255],[217,246,255],[187,207,242],[225,245,255],[171,196,227],[158,185,212],[166,188,212],[191,211,235],[165,186,207],[205,223,245],[208,220,246],[202,207,236],[211,210,242],[197,193,228],[191,185,221],[209,203,239],[250,243,255],[241,239,255],[195,200,242],[198,211,255],[192,215,255],[175,202,247],[181,204,246],[191,210,252],[185,200,239],[201,215,252],[220,236,255],[196,212,245],[163,178,211],[168,181,213],[185,194,227],[173,179,211],[161,165,194],[209,206,235],[241,230,255],[208,196,220],[206,204,218],[186,186,196],[206,207,212],[252,252,254],[206,205,203],[209,204,201],[214,202,202],[245,231,231],[255,249,255],[255,242,254],[209,195,210],[204,195,214],[203,201,222],[230,236,255],[196,210,236],[160,178,200],[165,187,200],[192,214,225],[161,183,196],[195,212,228],[235,248,255],[234,242,255],[215,220,239],[240,246,255],[236,245,250],[214,224,223],[209,219,210],[186,194,181],[225,229,212],[228,231,212],[177,182,160],[137,147,122],[159,178,150],[203,219,190],[177,182,150],[70,69,39],[65,62,43],[132,130,117],[153,153,143],[253,250,235],[220,214,182],[185,178,134],[203,199,152],[243,241,193],[197,200,153],[162,164,115],[177,174,121],[153,143,94],[122,104,66],[120,96,60],[88,59,19],[151,112,71],[206,152,114],[201,143,105],[168,116,77],[107,59,19],[105,56,16],[133,77,40],[183,119,83],[174,114,78],[129,83,47],[121,85,53],[89,55,30],[93,62,44],[146,113,104],[95,64,59],[64,39,34],[27,7,0],[50,31,24],[54,34,27],[62,35,26],[57,21,9],[57,11,0],[116,63,45],[126,69,49],[118,60,38],[115,59,36],[109,59,36],[104,59,36],[84,46,27],[55,23,10],[41,14,5],[17,0,0],[13,0,0],[21,10,8],[13,5,3],[3,0,0],[6,4,5],[6,2,3],[6,2,1],[4,0,0],[8,3,0],[16,11,8],[10,6,3],[3,0,0],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[12,8,7],[84,80,79],[85,81,80],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,3,3],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[1,1,1],[2,2,2],[1,1,1],[64,64,66],[24,24,26],[1,1,3],[1,1,3],[1,1,3],[2,2,4],[4,4,6],[0,0,2],[1,1,1],[9,9,9],[0,0,0],[12,12,12],[1,0,2],[11,9,12],[14,10,11],[24,18,18],[30,22,20],[36,27,22],[34,24,14],[63,51,35],[77,65,41],[65,54,24],[92,79,45],[113,101,63],[94,88,40],[75,72,19],[163,162,108],[184,182,131],[186,185,137],[61,59,18],[42,39,6],[64,58,34],[84,77,61],[69,59,47],[84,72,60],[112,101,83],[113,101,75],[103,90,55],[94,83,38],[116,112,65],[152,163,120],[120,136,97],[119,136,94],[80,96,57],[111,127,90],[162,182,147],[178,201,173],[172,200,178],[146,177,162],[122,155,146],[138,173,169],[130,165,161],[111,143,140],[161,192,186],[180,207,200],[161,190,186],[133,163,173],[152,184,197],[186,216,224],[158,183,188],[183,193,202],[230,238,249],[175,193,207],[158,181,197],[152,178,195],[173,195,216],[216,232,255],[221,241,255],[162,198,224],[119,163,192],[132,177,216],[150,198,238],[148,201,235],[150,200,233],[154,203,235],[154,199,232],[144,187,219],[142,183,213],[151,192,220],[161,203,228],[163,205,229],[176,218,240],[181,222,242],[220,255,255],[203,238,255],[189,220,240],[207,234,255],[196,224,248],[167,201,229],[156,185,215],[186,202,228],[184,199,220],[167,193,208],[182,211,229],[175,203,227],[152,179,209],[167,191,227],[158,180,217],[156,176,211],[170,184,221],[188,191,232],[211,212,255],[212,222,255],[181,197,246],[174,191,235],[178,196,236],[189,204,243],[190,204,241],[221,234,255],[208,219,251],[197,208,236],[235,242,255],[207,213,239],[205,207,232],[213,210,237],[198,189,216],[196,183,209],[219,203,230],[233,213,240],[222,204,228],[202,196,210],[172,171,179],[206,205,213],[255,253,255],[212,207,213],[208,199,204],[224,209,216],[255,245,254],[255,248,255],[255,243,255],[235,218,234],[216,207,226],[221,223,246],[199,211,237],[139,159,186],[140,161,188],[147,163,186],[181,199,219],[172,199,218],[132,160,181],[167,191,215],[204,224,249],[173,193,217],[171,192,211],[180,204,214],[206,227,230],[240,255,253],[220,230,222],[200,200,190],[217,214,199],[240,241,223],[185,189,166],[208,212,187],[184,187,160],[119,119,91],[100,100,74],[83,85,64],[100,102,88],[116,119,112],[78,80,66],[205,207,170],[167,166,120],[116,113,70],[209,206,165],[182,177,139],[91,86,48],[185,176,137],[227,213,174],[219,200,157],[180,153,110],[101,63,24],[98,52,18],[176,123,91],[151,96,65],[136,86,51],[124,76,38],[98,49,9],[116,62,24],[176,118,81],[161,102,68],[123,72,41],[123,79,52],[70,34,12],[123,88,68],[106,68,49],[108,69,52],[79,45,33],[42,14,3],[35,10,3],[56,31,24],[43,13,3],[77,41,27],[56,10,0],[70,18,0],[130,74,49],[124,67,40],[111,55,30],[122,70,48],[96,49,29],[87,48,31],[62,32,22],[49,24,19],[20,0,0],[11,0,0],[15,4,2],[5,0,0],[4,0,0],[5,3,4],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[8,4,3],[3,0,0],[3,0,0],[6,2,1],[12,8,7],[12,8,7],[7,3,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,1,3],[2,2,4],[1,1,3],[3,3,3],[0,0,0],[7,7,7],[0,0,0],[5,3,4],[9,7,8],[9,5,4],[19,14,11],[54,47,41],[27,19,8],[39,30,13],[60,49,27],[119,108,80],[99,86,52],[98,84,47],[106,94,52],[125,118,72],[87,85,34],[89,88,34],[138,138,84],[162,162,110],[95,97,48],[54,55,15],[32,31,0],[47,45,22],[49,43,27],[95,88,72],[101,93,72],[57,50,21],[71,63,24],[71,65,17],[119,118,70],[166,179,136],[115,133,93],[89,106,64],[77,92,51],[121,136,95],[182,198,161],[165,186,153],[152,181,153],[49,82,63],[84,122,107],[108,148,139],[111,150,145],[116,151,145],[149,180,174],[160,185,179],[141,166,163],[174,201,212],[148,176,190],[120,150,160],[128,153,160],[189,201,213],[204,213,228],[165,182,198],[138,161,179],[178,203,223],[192,216,240],[182,202,229],[170,195,225],[160,201,231],[148,197,230],[145,194,235],[139,188,229],[122,174,211],[118,171,205],[119,172,206],[122,175,207],[125,175,208],[126,177,208],[131,180,210],[136,183,211],[139,183,210],[163,205,229],[169,207,230],[200,237,255],[193,228,247],[175,208,225],[175,207,222],[182,213,234],[147,180,211],[158,187,219],[176,191,220],[179,193,219],[189,214,234],[198,231,250],[176,210,235],[152,187,217],[143,179,213],[145,181,215],[146,181,213],[159,185,220],[200,212,252],[221,228,255],[191,208,254],[170,188,234],[177,192,233],[183,197,236],[182,194,232],[156,169,203],[189,202,234],[226,237,255],[216,223,251],[180,186,210],[208,210,233],[222,220,242],[214,206,229],[213,201,223],[205,190,213],[241,222,244],[245,223,246],[228,211,230],[219,211,224],[252,249,255],[203,200,207],[196,193,200],[216,211,218],[221,211,219],[247,231,241],[255,248,255],[255,244,253],[231,211,223],[216,202,217],[221,214,232],[225,230,252],[154,170,195],[143,169,196],[142,168,195],[152,170,194],[180,198,220],[167,194,215],[144,175,196],[154,184,208],[178,206,230],[179,205,228],[160,187,208],[136,165,179],[167,196,202],[191,211,212],[226,236,235],[190,189,184],[215,211,200],[225,223,208],[247,246,225],[226,222,195],[203,198,168],[147,143,114],[118,117,89],[92,92,66],[135,137,115],[155,158,141],[78,81,60],[121,125,92],[142,144,107],[121,121,87],[137,132,100],[139,133,101],[111,102,69],[153,142,110],[193,179,142],[182,163,120],[212,185,142],[90,52,16],[157,112,81],[154,104,77],[125,74,47],[115,69,36],[148,102,68],[134,89,50],[85,37,0],[165,113,76],[110,55,24],[70,19,0],[62,17,0],[72,37,17],[89,54,34],[73,32,10],[89,47,25],[73,37,21],[67,35,24],[81,54,45],[27,0,0],[48,18,8],[54,18,4],[61,18,0],[75,25,2],[109,55,29],[114,58,31],[108,56,32],[68,20,0],[49,4,0],[60,22,9],[63,34,26],[32,8,4],[35,16,12],[19,5,2],[11,1,0],[23,18,15],[8,4,3],[1,0,0],[5,0,4],[5,0,4],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[9,5,4],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[2,2,4],[0,0,2],[0,0,2],[2,2,2],[0,2,0],[14,16,13],[65,65,63],[0,0,0],[1,0,0],[12,11,9],[17,13,12],[14,9,5],[47,40,32],[70,62,51],[36,27,10],[30,19,0],[62,51,23],[99,86,54],[106,93,58],[105,96,57],[78,73,31],[76,75,29],[78,78,28],[135,138,85],[200,203,146],[154,157,100],[122,125,72],[86,88,41],[30,30,0],[88,88,54],[64,61,28],[36,32,0],[43,40,0],[44,40,0],[77,74,19],[169,169,115],[181,190,145],[177,189,149],[168,176,135],[171,180,137],[149,156,114],[177,185,146],[201,215,180],[224,243,215],[158,183,162],[136,167,152],[113,146,137],[141,174,167],[142,173,167],[159,186,179],[205,228,220],[168,187,181],[170,182,182],[141,156,159],[159,184,189],[218,245,254],[212,229,245],[214,231,251],[159,182,200],[170,197,216],[216,246,255],[145,176,204],[141,171,205],[144,180,216],[155,204,237],[184,234,255],[159,202,236],[132,175,209],[132,182,217],[124,178,214],[124,176,213],[127,180,214],[130,180,215],[131,181,216],[130,179,212],[129,175,208],[138,181,213],[144,185,213],[150,187,214],[177,213,237],[180,215,237],[172,204,227],[158,189,210],[166,196,222],[158,187,219],[153,177,213],[166,180,217],[174,189,222],[167,188,217],[179,207,231],[199,229,253],[186,218,243],[156,190,217],[143,178,206],[139,172,203],[149,175,208],[178,194,230],[182,196,233],[165,185,218],[182,202,237],[187,202,241],[168,182,221],[173,187,224],[173,186,221],[185,198,232],[185,196,226],[182,191,220],[178,185,211],[201,205,230],[211,212,233],[220,217,238],[191,183,204],[205,194,211],[228,215,233],[255,246,255],[230,218,232],[186,179,187],[188,183,190],[179,174,181],[228,223,229],[252,247,253],[224,218,222],[255,248,255],[255,250,255],[255,242,250],[241,224,234],[237,225,237],[212,208,223],[189,196,215],[150,166,191],[171,197,224],[152,180,204],[158,180,201],[188,209,226],[168,189,206],[156,182,199],[154,183,199],[167,196,214],[200,225,245],[178,204,221],[133,162,176],[146,173,184],[157,174,182],[162,171,176],[124,130,128],[165,168,159],[148,144,133],[212,205,186],[231,226,194],[186,182,144],[204,198,162],[169,161,125],[132,123,90],[166,160,124],[128,124,86],[103,103,69],[114,113,93],[91,92,78],[85,86,70],[212,211,191],[116,112,87],[54,47,18],[109,99,64],[130,116,79],[168,153,112],[244,220,182],[171,138,107],[186,144,119],[140,94,70],[106,60,36],[96,55,27],[139,98,68],[203,163,128],[126,81,48],[109,60,28],[96,46,19],[72,26,2],[60,19,0],[50,19,1],[53,22,4],[94,56,37],[78,40,21],[92,56,42],[102,72,62],[123,96,89],[64,37,30],[58,28,18],[78,42,28],[88,45,28],[125,77,55],[141,89,65],[127,75,51],[99,51,29],[56,11,0],[67,25,11],[67,33,23],[37,10,3],[33,12,7],[34,16,12],[12,0,0],[20,10,8],[27,22,19],[3,0,0],[11,9,10],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[5,1,0],[9,5,4],[11,7,6],[10,6,5],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[1,1,1],[2,2,4],[5,5,7],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,4],[2,4,1],[26,28,23],[77,79,76],[2,2,0],[5,5,3],[16,15,11],[21,20,16],[12,9,4],[21,17,8],[62,56,44],[85,78,60],[13,5,0],[22,12,0],[39,30,0],[38,28,0],[67,57,21],[50,41,8],[63,57,21],[90,85,43],[125,123,72],[100,99,42],[71,71,9],[147,147,85],[155,154,97],[156,155,101],[144,142,93],[110,106,59],[84,77,31],[95,89,39],[103,96,42],[131,125,65],[201,199,142],[237,243,195],[214,221,179],[167,173,129],[172,173,129],[137,138,94],[147,148,108],[208,214,178],[211,221,194],[243,255,239],[139,162,146],[141,167,156],[160,187,180],[150,177,170],[152,178,169],[170,191,182],[190,206,196],[174,181,174],[191,200,199],[195,216,221],[195,222,233],[171,189,209],[194,212,234],[153,176,194],[189,216,235],[171,201,225],[177,211,239],[168,203,241],[141,185,224],[129,183,219],[135,188,222],[135,178,210],[126,167,199],[125,175,212],[124,178,216],[129,181,220],[130,182,219],[129,181,218],[133,183,220],[136,186,221],[136,185,218],[151,196,229],[140,183,215],[157,196,227],[174,211,240],[159,194,222],[161,195,222],[157,188,216],[169,200,229],[172,205,238],[146,176,212],[150,175,215],[174,198,236],[154,180,213],[153,180,209],[186,214,236],[176,207,227],[184,215,236],[173,203,227],[167,194,223],[165,188,220],[164,180,213],[164,178,207],[165,179,205],[167,181,207],[196,209,243],[184,198,235],[179,193,228],[168,181,215],[175,188,220],[164,175,205],[170,179,208],[186,193,219],[193,199,223],[187,189,210],[241,242,255],[224,221,238],[232,228,242],[201,195,207],[237,229,240],[255,245,254],[240,230,238],[188,179,184],[227,221,225],[255,253,255],[223,218,222],[229,223,225],[255,252,255],[255,247,251],[237,225,229],[233,220,227],[241,234,242],[209,208,222],[159,167,186],[159,175,198],[154,180,205],[151,181,205],[158,187,203],[183,209,222],[155,174,188],[155,174,188],[172,196,208],[183,210,221],[196,224,236],[166,194,208],[149,177,191],[133,156,172],[143,162,176],[140,157,165],[119,133,134],[102,108,104],[120,115,109],[164,155,138],[197,188,157],[196,188,149],[215,205,169],[230,220,184],[230,221,182],[200,193,149],[117,114,59],[103,100,55],[82,77,57],[30,26,15],[68,65,48],[181,179,158],[183,179,154],[41,37,8],[66,61,29],[128,120,84],[190,176,139],[240,217,183],[255,231,202],[156,119,93],[91,49,25],[78,36,12],[42,2,0],[70,33,4],[193,154,123],[200,159,127],[100,55,26],[108,61,35],[84,39,18],[90,52,33],[73,41,26],[48,19,3],[65,28,10],[65,28,10],[55,21,9],[60,30,20],[42,15,8],[53,26,19],[39,9,0],[65,29,15],[83,42,24],[118,71,51],[141,93,71],[143,95,73],[87,42,23],[66,27,12],[73,36,27],[40,10,2],[45,20,15],[39,18,13],[25,7,3],[17,3,0],[8,0,0],[5,0,0],[10,6,5],[1,0,0],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[6,2,1],[9,5,4],[11,7,6],[9,5,4],[5,1,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[3,3,3],[1,1,1],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,3,5],[4,4,6],[1,1,3],[2,2,2],[0,2,0],[0,1,0],[9,11,6],[0,1,0],[13,14,9],[6,5,1],[6,5,1],[5,2,0],[18,14,5],[42,36,24],[65,60,41],[79,73,51],[98,92,66],[42,35,6],[19,10,0],[28,17,0],[56,40,15],[45,27,3],[93,77,43],[119,105,60],[106,93,38],[130,120,58],[91,82,15],[150,141,74],[170,160,98],[160,148,88],[142,129,74],[205,190,135],[193,178,123],[200,183,127],[185,169,110],[194,183,127],[255,255,209],[213,219,173],[178,177,131],[170,167,122],[169,162,118],[159,154,114],[190,187,152],[174,177,148],[222,231,210],[239,253,238],[214,234,225],[163,186,178],[155,178,170],[143,166,158],[166,187,178],[183,199,189],[242,248,244],[226,236,237],[219,243,247],[216,240,250],[201,218,236],[170,187,205],[203,222,237],[198,221,237],[195,223,244],[181,212,240],[188,224,255],[140,184,223],[122,180,218],[141,199,236],[118,166,202],[130,176,212],[122,174,213],[124,177,217],[129,182,222],[130,182,222],[128,180,220],[135,184,224],[140,189,229],[140,188,228],[151,195,234],[132,174,212],[143,183,219],[160,198,234],[163,197,232],[182,215,248],[173,206,239],[182,217,249],[158,201,233],[153,199,233],[148,194,230],[157,199,237],[145,181,217],[133,164,193],[159,187,208],[173,200,217],[190,216,233],[209,230,251],[196,213,243],[181,194,228],[181,190,221],[201,207,233],[219,218,236],[191,190,208],[178,185,213],[194,205,237],[198,209,241],[174,185,217],[170,181,211],[165,176,206],[176,185,214],[177,184,210],[149,155,179],[189,194,214],[251,254,255],[245,247,255],[233,233,243],[199,198,204],[181,179,184],[233,227,231],[255,251,255],[246,233,240],[255,252,255],[254,248,250],[224,220,221],[255,254,255],[246,240,242],[255,253,253],[199,190,191],[183,177,181],[195,192,199],[199,201,213],[168,180,196],[140,158,178],[118,144,167],[138,169,190],[151,184,199],[185,215,225],[191,214,222],[188,205,213],[188,203,210],[182,203,208],[168,201,206],[145,177,188],[159,177,197],[173,189,212],[154,180,197],[150,176,189],[155,174,180],[124,134,135],[198,194,191],[179,167,155],[187,171,146],[232,217,186],[220,207,175],[220,212,176],[244,239,201],[228,226,178],[167,165,106],[156,153,98],[158,149,116],[147,135,109],[85,74,42],[53,45,9],[173,168,138],[154,153,125],[153,155,133],[213,211,186],[132,119,87],[157,133,99],[203,169,141],[114,74,49],[52,7,0],[102,57,34],[81,39,14],[109,70,41],[97,56,26],[152,109,77],[127,80,52],[133,83,58],[115,69,46],[93,52,32],[123,90,71],[98,67,49],[94,59,40],[49,12,0],[55,21,11],[46,16,6],[21,0,0],[78,49,41],[32,0,0],[94,58,44],[77,35,19],[85,40,21],[121,74,54],[150,105,86],[65,26,11],[44,7,0],[35,4,0],[40,12,9],[41,17,13],[34,15,11],[11,0,0],[8,0,0],[11,3,0],[4,0,0],[3,0,0],[10,6,7],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[3,3,3],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[3,3,5],[4,4,6],[5,5,7],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[1,3,2],[3,8,4],[0,5,0],[0,2,0],[13,15,10],[18,20,15],[10,11,6],[13,12,8],[10,9,4],[20,17,8],[34,30,18],[45,42,25],[41,36,16],[56,52,27],[85,81,52],[57,52,22],[59,49,22],[48,31,13],[48,27,8],[45,25,0],[95,80,39],[115,102,50],[119,108,46],[131,120,54],[139,129,60],[112,101,35],[122,111,47],[147,136,74],[83,68,9],[153,138,79],[207,191,132],[184,168,108],[217,206,150],[230,232,183],[205,211,165],[212,211,165],[175,171,126],[169,160,117],[161,152,111],[190,184,150],[242,241,213],[231,236,216],[235,247,233],[203,220,212],[133,156,150],[157,182,176],[161,186,180],[165,188,180],[185,204,198],[233,242,239],[230,240,241],[203,224,227],[191,214,222],[205,221,236],[181,198,216],[189,212,230],[197,225,246],[195,230,252],[152,187,215],[131,167,201],[135,178,213],[126,180,214],[123,182,214],[132,182,215],[120,168,204],[123,175,214],[121,174,214],[121,174,214],[121,174,214],[125,178,218],[135,187,227],[136,188,228],[131,180,221],[145,190,231],[151,195,234],[153,195,235],[156,195,234],[160,195,233],[169,203,240],[156,190,227],[178,214,250],[166,211,244],[144,194,227],[129,185,220],[129,181,218],[136,174,211],[164,195,226],[191,218,239],[179,202,218],[166,187,204],[185,202,222],[175,189,216],[165,176,206],[162,176,202],[177,185,204],[209,205,219],[222,218,232],[177,182,202],[176,186,211],[188,198,225],[184,194,221],[173,183,210],[164,171,199],[184,191,217],[181,187,211],[185,190,212],[199,204,223],[224,227,242],[217,220,229],[250,251,255],[208,207,212],[162,162,162],[219,215,216],[255,246,251],[255,249,255],[254,242,246],[250,241,244],[249,245,246],[246,244,245],[180,179,177],[213,212,210],[220,216,215],[217,215,216],[209,210,215],[180,184,195],[179,191,205],[151,170,187],[161,188,209],[132,164,185],[148,187,202],[158,192,202],[188,211,219],[192,207,212],[170,184,185],[155,175,176],[133,163,165],[111,141,149],[142,163,182],[154,176,200],[167,198,219],[157,188,206],[149,176,185],[188,203,208],[237,237,237],[170,159,153],[162,151,133],[210,198,174],[215,206,177],[214,205,172],[228,223,185],[240,236,191],[208,202,152],[195,187,138],[131,119,79],[184,172,134],[190,179,134],[104,97,51],[146,143,102],[205,205,169],[238,241,210],[228,225,194],[146,130,96],[197,168,134],[179,140,109],[114,69,40],[64,17,0],[131,84,58],[161,116,87],[140,97,65],[130,87,53],[104,58,25],[94,43,12],[90,36,8],[128,76,52],[96,50,27],[98,60,37],[83,48,28],[60,23,5],[53,17,3],[73,39,29],[84,51,42],[56,26,16],[56,26,16],[57,23,11],[78,40,27],[98,56,40],[88,45,28],[103,60,43],[123,81,65],[75,39,27],[58,28,20],[26,1,0],[48,24,24],[39,18,15],[19,0,0],[71,56,53],[72,61,59],[15,7,5],[4,0,0],[7,3,2],[4,0,1],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[1,1,1],[15,15,15],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,6],[4,5,7],[0,1,0],[6,10,9],[1,5,4],[6,8,7],[3,5,4],[0,0,0],[10,9,5],[4,3,0],[22,19,12],[32,30,18],[49,47,32],[43,40,21],[57,55,34],[41,39,14],[81,80,52],[77,73,48],[64,55,38],[95,84,66],[79,69,42],[75,70,32],[116,112,64],[96,94,37],[129,128,64],[142,141,76],[130,129,64],[153,152,88],[153,151,90],[195,190,132],[203,198,140],[215,209,151],[163,157,97],[207,206,150],[225,233,184],[191,200,157],[189,192,147],[179,176,133],[159,152,110],[146,138,101],[170,165,133],[219,219,193],[207,214,198],[167,180,170],[134,155,150],[95,121,118],[116,145,141],[132,163,158],[180,209,204],[194,216,213],[218,230,230],[185,193,195],[147,163,162],[166,184,188],[169,183,196],[185,203,223],[151,185,212],[154,198,227],[155,201,234],[149,193,228],[143,182,215],[139,178,209],[157,204,230],[154,204,229],[126,171,200],[127,173,206],[123,175,212],[120,176,213],[121,177,214],[125,179,217],[136,189,229],[151,203,243],[152,204,244],[143,192,233],[141,188,230],[154,199,240],[147,190,232],[148,190,230],[156,195,236],[167,205,244],[158,193,233],[170,205,243],[170,205,243],[139,182,217],[143,196,230],[143,191,227],[143,177,214],[193,218,249],[219,241,255],[185,206,225],[179,198,215],[169,187,207],[189,205,230],[180,200,224],[164,191,208],[166,190,202],[179,188,195],[214,217,224],[202,206,218],[188,194,210],[170,175,194],[161,163,184],[174,176,197],[185,187,210],[206,208,229],[190,192,213],[190,191,211],[208,209,227],[221,220,234],[200,198,209],[219,218,224],[189,187,190],[192,191,189],[229,223,223],[219,202,208],[249,228,235],[255,242,249],[255,249,254],[255,254,255],[250,250,250],[187,189,186],[181,183,180],[207,207,205],[206,208,207],[206,210,213],[163,170,178],[153,167,180],[161,179,199],[195,221,244],[143,175,198],[140,183,200],[137,176,191],[170,189,203],[189,204,211],[172,190,190],[150,170,169],[141,162,165],[138,162,172],[141,172,190],[125,160,182],[103,135,160],[96,128,151],[152,186,198],[181,206,211],[179,185,185],[206,205,200],[149,151,140],[177,180,161],[149,147,122],[190,184,152],[212,199,165],[236,221,188],[255,253,227],[224,209,180],[175,166,125],[168,164,116],[209,209,159],[235,238,185],[148,151,96],[161,162,105],[141,140,84],[200,190,139],[206,182,138],[230,192,155],[161,112,79],[140,87,55],[105,50,19],[86,31,0],[118,68,33],[126,78,42],[102,54,16],[90,38,1],[100,41,7],[84,23,0],[141,82,52],[131,77,49],[104,59,30],[99,59,33],[44,5,0],[65,27,14],[117,81,69],[73,39,29],[39,5,0],[43,9,0],[77,39,26],[88,49,34],[63,21,5],[79,36,19],[98,56,40],[85,47,34],[82,49,40],[65,36,32],[34,10,10],[38,18,19],[45,25,24],[16,0,0],[29,15,14],[22,12,10],[6,1,0],[12,8,5],[4,0,0],[4,0,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[7,3,2],[5,1,0],[4,0,0],[6,2,1],[7,3,2],[6,2,1],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[9,9,9],[32,32,32],[11,11,13],[0,0,2],[0,0,2],[5,5,7],[2,2,4],[2,2,4],[4,4,6],[0,0,2],[4,8,9],[0,2,2],[0,1,2],[3,7,8],[16,17,19],[4,6,5],[11,11,9],[14,13,9],[20,17,12],[22,19,12],[30,28,16],[46,44,29],[61,60,42],[76,78,57],[75,77,55],[29,28,7],[66,63,46],[86,83,64],[92,92,66],[83,84,50],[88,91,48],[104,108,58],[103,108,54],[96,101,43],[137,142,84],[146,151,95],[154,159,103],[199,204,150],[225,228,175],[182,185,130],[157,160,105],[167,174,122],[202,215,171],[177,192,151],[186,195,152],[253,255,215],[221,219,180],[200,197,162],[234,233,203],[240,244,221],[231,242,228],[124,141,133],[134,160,157],[117,149,148],[146,180,181],[148,184,184],[123,159,157],[127,158,160],[183,206,212],[207,226,233],[158,179,182],[174,193,197],[204,216,228],[215,232,250],[192,226,251],[152,196,223],[125,170,201],[128,171,203],[157,191,219],[203,237,255],[196,241,255],[154,204,227],[142,191,221],[138,191,223],[115,169,205],[116,172,207],[117,173,208],[118,174,209],[124,180,217],[135,189,227],[135,189,227],[125,177,216],[137,186,226],[147,195,235],[148,193,234],[153,197,236],[145,187,227],[162,201,242],[170,208,247],[175,210,250],[190,222,255],[165,200,238],[154,203,235],[144,191,221],[162,193,224],[205,226,255],[204,224,249],[184,204,228],[192,213,234],[159,180,201],[196,218,239],[175,202,221],[162,200,211],[204,241,247],[194,213,219],[190,197,203],[191,196,202],[201,204,211],[185,185,195],[176,176,188],[195,194,208],[187,184,201],[199,196,213],[208,205,222],[204,201,218],[204,200,215],[200,197,208],[248,243,250],[228,223,229],[215,211,212],[227,223,222],[236,226,227],[221,200,207],[220,197,207],[255,249,255],[255,251,255],[252,248,249],[244,246,245],[209,214,210],[202,207,203],[212,214,211],[160,164,163],[191,196,199],[209,218,225],[151,165,178],[136,155,172],[142,167,189],[137,169,192],[131,173,195],[118,159,177],[126,152,167],[178,197,204],[209,227,229],[183,201,201],[163,181,185],[165,187,198],[125,161,177],[110,151,173],[127,164,190],[132,170,193],[84,122,135],[72,101,107],[199,213,213],[244,253,248],[238,251,242],[225,237,225],[172,179,163],[141,143,122],[128,122,98],[194,183,161],[255,241,225],[229,215,188],[218,211,157],[218,214,150],[200,200,140],[215,214,157],[161,161,101],[121,121,59],[166,165,100],[166,154,94],[149,118,71],[208,164,125],[146,94,57],[136,77,43],[124,64,30],[129,71,34],[131,77,39],[161,109,70],[115,63,24],[102,48,10],[143,83,49],[149,86,53],[191,130,99],[149,92,62],[138,89,56],[132,88,59],[83,45,26],[46,8,0],[76,38,25],[85,49,35],[73,37,23],[45,9,0],[64,27,11],[80,41,24],[49,7,0],[53,11,0],[70,31,16],[50,14,2],[85,55,47],[61,36,32],[51,31,30],[43,25,25],[35,17,17],[30,15,12],[14,3,1],[9,0,0],[4,0,0],[3,0,0],[9,5,4],[5,1,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[2,2,4],[2,3,7],[2,5,10],[0,2,6],[5,9,12],[0,3,6],[11,12,16],[10,10,12],[2,0,1],[44,43,41],[22,21,17],[27,26,21],[35,35,25],[40,40,28],[5,6,0],[50,53,36],[53,56,37],[66,69,50],[68,73,53],[57,62,40],[35,40,17],[63,69,41],[73,80,47],[72,80,43],[91,99,60],[96,104,63],[97,105,64],[107,115,74],[88,96,55],[101,110,67],[102,111,68],[83,92,47],[123,135,85],[158,174,127],[112,134,95],[82,104,68],[108,124,87],[163,175,137],[198,204,168],[198,203,171],[229,235,209],[240,249,230],[228,245,235],[180,205,201],[184,218,219],[155,194,199],[126,170,173],[104,149,152],[86,131,134],[91,136,142],[107,150,169],[115,153,176],[130,166,180],[147,174,185],[182,195,204],[240,252,255],[232,254,255],[215,243,255],[164,193,209],[158,185,204],[226,248,255],[214,242,255],[150,195,218],[137,193,220],[124,186,223],[134,196,235],[116,176,210],[118,177,209],[123,182,214],[125,181,214],[121,177,212],[124,180,215],[126,182,217],[121,175,213],[130,182,221],[146,196,233],[148,196,234],[143,188,227],[144,188,227],[150,192,230],[152,194,232],[158,196,235],[163,192,232],[159,193,230],[144,191,217],[158,204,227],[191,223,246],[191,215,241],[190,211,240],[211,232,255],[194,218,244],[174,200,223],[178,207,225],[166,202,216],[149,196,202],[154,199,204],[157,184,195],[167,180,189],[186,190,191],[207,206,204],[184,180,181],[205,200,204],[198,193,199],[201,194,202],[190,182,193],[181,170,184],[215,204,218],[200,190,201],[214,204,213],[237,226,234],[253,242,248],[243,231,235],[229,217,219],[220,205,208],[227,204,214],[233,209,222],[255,244,254],[242,231,239],[219,214,218],[216,216,216],[245,247,244],[228,233,229],[198,203,199],[171,175,174],[188,193,196],[221,228,236],[196,208,220],[159,176,194],[136,158,181],[143,173,199],[125,164,193],[129,169,195],[112,148,164],[143,170,181],[181,194,200],[149,158,163],[163,180,187],[134,158,168],[115,146,164],[133,174,196],[113,164,185],[112,159,179],[140,173,188],[175,202,209],[184,206,204],[122,143,136],[158,178,169],[238,255,249],[232,248,248],[234,248,248],[197,208,200],[198,204,190],[241,241,217],[201,199,151],[200,194,116],[203,196,108],[188,176,104],[93,82,20],[211,200,144],[153,146,91],[204,202,145],[132,121,67],[132,99,54],[223,175,137],[208,152,115],[176,116,80],[113,50,15],[108,48,12],[151,97,59],[159,107,68],[119,67,30],[133,77,42],[198,135,104],[199,134,104],[178,114,86],[138,81,51],[106,56,23],[115,70,41],[95,54,34],[64,25,10],[53,14,0],[72,35,19],[86,49,33],[80,43,27],[75,36,21],[75,36,19],[86,47,30],[63,26,10],[43,7,0],[24,0,0],[20,0,0],[58,34,30],[33,15,13],[29,13,13],[21,5,5],[19,5,4],[13,3,2],[10,2,0],[7,1,1],[5,1,0],[5,1,0],[6,2,1],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[2,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[1,2,6],[1,4,11],[0,2,8],[3,6,13],[0,3,8],[7,8,12],[9,9,11],[10,8,9],[40,39,37],[23,22,18],[45,44,39],[20,20,12],[4,6,0],[32,34,21],[13,17,2],[50,54,37],[71,78,60],[32,40,19],[31,40,19],[52,62,38],[27,37,13],[45,55,31],[74,84,59],[94,104,79],[36,46,21],[98,108,81],[120,130,103],[137,148,118],[116,127,95],[64,75,41],[109,121,83],[145,160,119],[175,193,153],[105,132,97],[65,95,61],[67,91,57],[133,150,116],[177,188,156],[229,240,210],[246,255,234],[151,168,150],[125,148,140],[144,176,173],[161,201,203],[109,154,160],[137,186,191],[138,189,193],[74,125,129],[93,143,154],[95,143,166],[102,148,174],[114,157,176],[139,172,187],[176,194,208],[210,222,234],[199,216,224],[218,238,247],[237,255,255],[215,237,250],[227,248,255],[217,245,255],[142,190,213],[119,179,207],[110,172,209],[104,166,205],[119,180,211],[115,175,203],[114,174,202],[114,173,203],[114,173,203],[122,178,211],[126,182,215],[124,180,215],[123,177,213],[127,179,216],[128,178,215],[135,183,219],[150,196,232],[147,191,228],[141,185,222],[150,190,226],[149,183,221],[152,188,222],[144,192,212],[146,193,209],[180,215,234],[197,225,247],[178,203,233],[175,200,231],[179,206,236],[173,203,231],[171,204,223],[152,192,204],[135,186,190],[145,192,200],[153,182,198],[149,165,178],[180,184,183],[234,231,224],[215,212,207],[213,208,205],[207,198,199],[213,204,207],[215,204,210],[186,173,182],[214,201,210],[215,199,209],[206,191,198],[232,217,224],[239,222,228],[243,226,232],[229,213,216],[227,208,214],[229,203,214],[240,216,229],[255,249,255],[234,223,231],[182,177,181],[214,214,214],[242,244,241],[220,222,219],[206,208,203],[167,172,168],[172,176,177],[178,185,191],[171,181,191],[167,183,198],[166,187,206],[154,180,205],[126,161,191],[114,153,182],[127,165,184],[142,172,183],[188,201,210],[172,179,187],[128,143,150],[95,117,128],[104,137,152],[94,137,154],[92,143,162],[100,149,164],[127,161,173],[139,168,174],[107,138,133],[67,98,90],[102,131,127],[89,115,114],[136,162,161],[162,184,182],[217,237,226],[248,255,241],[253,255,227],[224,223,175],[197,192,124],[194,185,108],[150,135,66],[124,108,46],[200,185,128],[171,158,103],[121,112,57],[43,25,0],[124,89,49],[218,170,134],[199,145,111],[188,128,94],[172,112,78],[126,67,33],[123,71,34],[147,99,63],[112,63,30],[131,80,49],[124,67,40],[133,71,46],[160,100,74],[112,58,30],[94,47,17],[123,82,54],[135,94,74],[105,66,49],[64,25,8],[37,0,0],[82,43,28],[111,74,58],[77,40,24],[79,42,26],[100,64,50],[71,37,25],[27,0,0],[28,1,0],[33,10,4],[15,0,0],[27,9,7],[38,22,22],[17,3,2],[15,3,3],[11,3,1],[8,3,0],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[7,10,17],[4,7,16],[7,7,17],[6,6,14],[3,2,8],[6,6,8],[17,15,16],[27,26,24],[13,12,8],[20,19,14],[79,80,72],[39,41,30],[34,38,24],[13,19,5],[15,22,6],[26,33,15],[57,65,44],[16,24,3],[34,41,23],[28,35,19],[54,60,46],[56,59,48],[57,60,49],[43,46,35],[46,50,36],[37,44,28],[65,72,54],[93,101,80],[80,90,65],[81,92,62],[147,161,128],[149,168,136],[95,124,94],[82,112,84],[117,142,112],[141,162,131],[191,208,176],[165,179,153],[186,204,182],[154,177,161],[135,165,157],[100,139,138],[78,123,128],[79,129,136],[102,155,163],[102,157,164],[107,162,169],[95,145,154],[121,163,179],[113,154,172],[105,150,169],[115,156,174],[138,165,184],[166,187,204],[174,196,207],[217,240,248],[220,242,253],[233,255,255],[197,223,246],[130,166,192],[120,171,198],[109,166,193],[132,185,216],[115,168,199],[117,174,203],[110,170,198],[112,173,201],[118,179,207],[118,179,208],[118,177,207],[118,177,207],[120,176,209],[116,172,205],[119,173,207],[119,172,206],[130,180,215],[137,187,222],[124,173,206],[129,175,209],[161,205,240],[150,190,226],[140,184,213],[138,189,206],[144,196,207],[166,208,220],[166,203,221],[146,180,208],[152,185,218],[132,166,201],[146,181,211],[141,177,199],[129,168,185],[137,184,194],[172,214,228],[186,214,238],[159,176,194],[174,180,178],[212,212,202],[221,221,211],[183,180,173],[192,187,183],[188,180,177],[213,203,202],[193,181,183],[196,181,184],[237,221,224],[208,189,195],[255,236,242],[252,231,236],[246,225,230],[246,225,230],[235,212,220],[243,217,228],[252,228,241],[251,234,244],[218,207,215],[174,169,173],[227,227,227],[248,248,246],[238,239,234],[168,169,163],[160,161,156],[176,176,176],[159,163,166],[164,171,179],[158,170,184],[155,172,190],[134,156,179],[125,156,185],[106,141,169],[124,159,179],[126,155,169],[161,179,189],[168,178,187],[144,148,159],[137,151,162],[112,150,161],[115,163,175],[142,188,203],[111,153,167],[90,127,136],[96,131,135],[77,113,109],[88,127,122],[127,168,170],[65,107,105],[38,75,58],[94,124,98],[194,215,182],[220,232,196],[196,200,165],[250,247,216],[255,250,227],[240,229,201],[185,174,128],[166,154,96],[128,112,50],[95,75,14],[53,28,0],[54,23,0],[126,88,52],[183,136,108],[168,114,86],[161,104,75],[181,124,95],[150,97,66],[139,94,61],[133,90,58],[129,88,60],[91,45,21],[82,30,9],[82,26,9],[107,55,34],[90,42,20],[77,35,10],[113,76,50],[177,139,120],[126,87,70],[121,84,66],[72,35,17],[43,6,0],[64,28,12],[55,22,7],[77,45,32],[69,39,28],[50,22,11],[28,4,0],[40,17,11],[36,17,11],[17,0,0],[12,0,0],[15,1,0],[12,0,0],[11,1,2],[10,1,2],[8,2,2],[7,3,2],[5,4,2],[7,3,2],[8,2,2],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[0,1,5],[1,4,13],[0,3,12],[2,2,12],[8,8,16],[6,5,10],[12,12,14],[28,27,25],[23,22,18],[20,19,14],[52,52,42],[57,59,46],[22,26,12],[36,43,27],[74,83,66],[49,58,39],[42,51,32],[20,32,12],[21,33,13],[28,39,22],[17,28,14],[19,27,16],[51,58,51],[51,58,51],[49,56,49],[34,41,33],[61,69,58],[62,73,57],[66,78,58],[64,78,55],[58,72,46],[154,170,141],[132,152,124],[113,143,117],[111,141,115],[107,133,104],[127,147,119],[130,146,117],[171,187,160],[130,149,127],[129,153,137],[183,216,207],[155,196,192],[148,193,196],[119,169,176],[119,172,180],[118,171,179],[116,169,175],[128,175,183],[178,216,229],[165,202,218],[155,202,218],[145,190,209],[138,169,190],[169,192,210],[186,208,219],[216,236,243],[228,251,255],[229,255,255],[178,208,232],[127,166,195],[124,179,209],[115,172,201],[128,179,208],[117,167,194],[115,172,199],[110,170,196],[114,176,201],[123,184,212],[123,184,213],[115,176,205],[113,172,202],[115,174,204],[118,177,209],[119,175,208],[119,173,207],[140,193,227],[159,212,244],[141,191,224],[125,174,207],[144,190,224],[138,181,215],[163,207,234],[168,215,233],[158,204,217],[151,195,208],[148,189,207],[142,182,208],[129,170,202],[123,166,200],[124,169,200],[119,165,188],[132,179,197],[136,184,198],[137,183,199],[156,194,217],[159,186,205],[206,218,218],[196,201,194],[217,220,213],[192,193,187],[192,191,186],[198,193,189],[203,195,192],[187,176,174],[201,187,186],[198,182,182],[181,162,164],[241,221,223],[255,237,239],[240,217,223],[222,199,205],[238,215,221],[234,211,221],[254,233,242],[255,244,251],[227,216,222],[179,175,176],[225,224,222],[255,255,250],[231,231,223],[183,180,171],[185,182,175],[191,190,185],[167,167,167],[192,197,201],[161,170,179],[141,155,168],[131,152,169],[128,156,180],[120,152,177],[125,156,174],[141,167,180],[148,167,174],[139,150,156],[139,142,151],[121,131,140],[95,128,135],[106,149,155],[121,161,169],[75,112,121],[77,114,120],[118,156,157],[87,128,124],[59,104,99],[47,95,95],[54,100,97],[65,106,88],[131,166,136],[166,190,154],[155,171,132],[127,136,93],[148,149,115],[210,202,191],[233,221,209],[253,238,207],[228,211,165],[167,146,93],[121,94,39],[125,93,44],[129,92,50],[119,78,46],[140,93,67],[137,83,57],[140,84,57],[166,110,83],[125,76,46],[112,68,39],[94,57,28],[89,52,26],[39,0,0],[73,26,10],[87,38,23],[97,48,33],[93,48,29],[70,34,10],[79,45,20],[139,102,83],[46,9,0],[73,38,19],[91,55,39],[79,46,31],[108,76,63],[81,51,40],[35,8,0],[60,35,28],[37,17,10],[30,11,5],[45,27,23],[25,10,5],[22,7,4],[14,0,0],[16,2,1],[9,0,0],[9,0,1],[8,2,2],[7,3,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[2,1,6],[10,10,18],[5,8,17],[5,5,13],[10,11,16],[8,8,10],[9,7,8],[19,15,12],[12,9,2],[73,73,63],[52,52,40],[8,10,0],[24,28,11],[36,44,23],[58,67,46],[30,39,18],[33,47,24],[14,32,10],[15,34,14],[20,38,22],[28,46,32],[34,50,39],[53,69,59],[55,68,59],[40,53,43],[56,72,59],[70,87,71],[64,83,63],[94,114,89],[77,100,72],[98,121,92],[162,187,157],[182,208,179],[90,118,93],[136,162,137],[154,177,149],[84,103,75],[133,148,119],[144,158,132],[165,183,159],[206,229,211],[187,219,206],[164,203,198],[146,190,191],[105,153,157],[101,150,155],[104,153,160],[130,177,183],[183,226,233],[201,239,250],[175,214,229],[152,199,215],[146,189,206],[155,184,202],[194,216,230],[198,217,223],[202,221,225],[235,255,255],[195,219,231],[171,201,225],[214,255,255],[116,172,205],[109,172,205],[98,154,187],[128,183,214],[122,182,210],[110,171,199],[105,166,194],[113,174,202],[120,181,210],[116,177,206],[112,173,204],[116,175,207],[112,171,203],[116,172,205],[115,171,204],[132,186,220],[152,205,237],[140,190,223],[121,171,204],[130,176,209],[138,179,211],[167,202,232],[175,209,236],[191,226,248],[173,209,231],[137,178,200],[136,180,207],[117,166,196],[107,160,191],[109,166,195],[97,155,179],[104,162,184],[114,169,189],[120,172,193],[126,181,201],[120,163,179],[146,170,174],[208,220,218],[183,193,192],[194,203,200],[252,255,253],[248,249,244],[174,171,166],[177,170,164],[191,180,176],[188,174,171],[224,209,206],[212,194,192],[225,205,206],[248,228,230],[217,195,198],[238,215,221],[246,225,232],[229,210,216],[251,239,243],[255,247,248],[186,181,178],[158,155,150],[231,228,219],[234,230,219],[192,186,174],[164,156,145],[164,157,147],[165,162,155],[208,210,207],[164,169,172],[133,144,150],[128,145,155],[134,157,173],[126,153,170],[118,146,158],[140,163,171],[141,154,162],[148,157,162],[156,165,170],[111,125,128],[121,142,145],[95,123,127],[86,119,124],[87,125,128],[105,140,144],[105,143,144],[71,116,113],[55,100,95],[67,110,101],[91,132,124],[89,128,123],[56,91,84],[101,129,115],[148,171,143],[181,199,149],[184,192,141],[157,152,122],[192,176,153],[245,221,193],[255,234,204],[255,225,194],[177,143,108],[173,138,100],[151,113,76],[112,67,38],[117,67,42],[153,97,72],[152,95,68],[133,78,48],[114,63,32],[126,85,55],[91,54,27],[63,25,2],[60,19,1],[63,17,4],[79,31,19],[103,55,41],[83,40,23],[72,38,13],[66,34,11],[51,18,0],[34,0,0],[72,39,22],[86,54,39],[69,40,26],[77,50,39],[64,41,33],[31,12,6],[31,16,13],[26,12,11],[40,28,28],[13,3,2],[26,14,14],[17,6,4],[17,3,0],[13,0,0],[10,0,1],[10,1,4],[8,2,4],[8,4,5],[5,4,2],[4,3,1],[5,1,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[4,3,8],[3,3,11],[0,2,9],[1,2,7],[7,6,11],[13,11,12],[12,11,7],[17,14,7],[29,27,15],[66,67,53],[57,58,40],[32,35,14],[43,51,28],[79,89,64],[85,95,70],[55,68,42],[38,52,27],[23,40,21],[32,51,32],[37,55,41],[35,53,39],[86,102,91],[67,83,72],[70,84,71],[82,96,81],[70,87,68],[75,93,71],[54,74,47],[94,114,86],[98,122,90],[123,147,115],[144,169,139],[117,142,113],[130,154,128],[174,197,171],[138,157,129],[112,127,98],[160,173,143],[129,142,112],[141,157,131],[203,225,204],[194,225,210],[163,198,191],[157,197,196],[136,180,181],[106,150,153],[115,158,164],[179,220,224],[196,233,239],[176,210,219],[178,215,224],[171,214,223],[166,204,215],[169,195,208],[188,207,221],[188,211,219],[224,249,255],[214,242,253],[175,204,220],[212,244,255],[151,192,222],[121,178,208],[100,163,196],[136,194,231],[114,173,207],[121,182,211],[107,168,196],[97,158,186],[105,166,195],[119,180,209],[118,179,210],[110,171,202],[107,168,199],[104,165,196],[110,169,201],[109,168,200],[114,170,203],[122,177,208],[121,174,206],[120,173,205],[133,182,214],[143,188,217],[133,172,201],[144,173,205],[191,220,252],[174,211,238],[118,164,188],[117,169,193],[118,174,199],[99,161,186],[97,161,188],[94,158,185],[103,163,191],[104,155,182],[93,145,167],[95,154,172],[108,160,173],[107,137,145],[184,203,209],[178,196,198],[160,176,176],[204,216,214],[209,215,211],[226,229,222],[198,195,188],[216,209,201],[209,200,193],[223,210,204],[204,189,184],[213,195,193],[238,220,220],[246,226,227],[238,218,220],[255,240,244],[251,235,238],[254,242,242],[255,250,248],[229,224,220],[170,166,157],[211,207,195],[243,237,223],[200,191,176],[151,142,125],[163,154,139],[186,180,168],[198,198,190],[154,159,155],[130,140,139],[122,137,140],[127,147,156],[125,147,158],[133,153,160],[128,145,152],[119,130,134],[160,170,172],[158,172,172],[118,132,132],[143,155,155],[122,138,138],[94,120,119],[82,116,115],[84,120,120],[82,122,122],[65,109,110],[36,81,78],[54,96,86],[85,125,116],[73,109,107],[85,119,118],[101,130,125],[71,94,76],[101,119,81],[164,171,127],[236,230,194],[221,204,174],[178,151,124],[193,159,134],[255,221,198],[249,209,183],[222,183,150],[177,134,100],[132,83,53],[131,75,48],[169,108,80],[182,121,92],[141,82,50],[86,33,0],[86,41,8],[98,59,30],[96,56,31],[88,47,29],[87,39,25],[74,25,11],[96,47,32],[96,51,32],[78,42,16],[75,43,18],[58,25,6],[51,19,4],[56,27,11],[61,33,21],[37,10,0],[20,0,0],[32,14,10],[32,21,19],[6,0,0],[119,113,117],[237,232,236],[27,22,26],[4,0,0],[15,5,4],[13,2,0],[11,0,0],[10,1,2],[8,2,4],[8,4,5],[6,4,5],[5,4,2],[4,3,1],[5,1,0],[5,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[5,4,9],[5,6,11],[5,6,11],[7,6,11],[5,5,7],[17,16,14],[16,13,8],[15,13,1],[56,54,39],[98,97,79],[59,61,40],[64,68,45],[105,111,85],[89,98,71],[67,77,50],[124,137,109],[114,128,103],[35,46,29],[40,50,39],[56,64,53],[27,34,26],[49,55,45],[27,33,21],[39,43,28],[84,89,69],[87,95,71],[107,116,89],[87,98,66],[110,124,91],[136,151,118],[157,172,141],[148,164,135],[125,141,114],[111,127,101],[112,126,101],[99,109,82],[142,151,120],[134,141,108],[130,139,108],[149,164,135],[149,169,144],[187,214,197],[123,155,144],[152,188,184],[150,188,189],[157,195,198],[159,194,198],[137,171,173],[168,197,201],[154,182,185],[165,193,196],[175,207,206],[185,215,217],[190,210,217],[189,211,224],[165,198,213],[184,225,243],[163,208,229],[130,172,197],[127,164,191],[111,152,182],[108,162,190],[117,176,206],[114,172,209],[115,173,210],[119,180,211],[112,173,202],[101,165,193],[102,165,196],[109,172,203],[107,170,203],[101,164,197],[105,165,199],[110,170,204],[108,167,201],[109,168,202],[119,175,210],[128,182,216],[131,184,218],[127,180,214],[122,175,206],[123,181,205],[119,170,197],[143,179,215],[149,183,221],[126,172,205],[114,170,197],[111,172,193],[101,166,186],[94,161,180],[93,159,183],[94,157,188],[93,147,183],[105,145,181],[111,150,181],[98,149,166],[98,148,159],[142,178,190],[131,158,169],[135,160,167],[144,165,170],[167,185,185],[138,153,150],[173,183,175],[187,190,181],[207,207,197],[208,204,193],[195,186,177],[201,191,182],[186,173,167],[212,197,194],[254,236,234],[228,212,212],[246,230,230],[241,227,227],[225,215,213],[231,224,218],[243,239,230],[199,195,184],[178,172,158],[218,211,193],[223,212,194],[176,163,144],[175,162,145],[180,171,156],[159,155,144],[138,139,133],[130,139,134],[127,142,139],[103,123,122],[117,137,138],[149,160,164],[144,154,156],[128,140,140],[163,175,173],[132,144,140],[103,114,110],[137,143,141],[118,127,124],[103,119,118],[89,115,112],[69,108,105],[69,111,110],[65,106,110],[43,82,87],[41,79,80],[67,103,101],[64,99,95],[94,123,118],[57,80,72],[23,40,32],[39,49,41],[88,88,76],[197,192,163],[194,180,145],[187,164,132],[233,202,171],[255,220,186],[232,192,157],[199,154,121],[208,158,125],[244,187,157],[221,158,127],[165,96,63],[149,81,46],[167,102,64],[137,77,40],[77,25,0],[87,41,7],[135,91,64],[100,54,31],[117,64,48],[84,28,13],[89,33,16],[115,64,43],[102,61,33],[99,63,37],[81,50,30],[47,18,4],[36,8,0],[47,20,9],[29,9,0],[13,0,0],[18,7,5],[15,9,11],[3,1,6],[52,52,60],[156,156,164],[0,0,5],[3,1,4],[16,10,10],[7,0,0],[18,8,7],[11,2,3],[9,3,5],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[6,2,1],[7,1,1],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[5,5,7],[7,6,11],[0,0,4],[2,1,6],[7,7,9],[4,3,1],[24,21,16],[24,22,10],[24,22,7],[89,88,68],[123,122,101],[32,34,10],[48,54,28],[67,76,49],[52,62,37],[28,42,17],[22,38,12],[95,108,88],[99,110,94],[48,56,45],[69,75,65],[51,57,45],[18,22,8],[57,61,46],[65,70,50],[57,62,40],[75,81,55],[87,93,65],[85,92,61],[114,123,92],[130,139,108],[174,185,153],[82,93,63],[139,152,124],[110,124,98],[90,103,77],[139,148,121],[160,167,136],[148,152,119],[120,127,94],[161,176,147],[159,179,154],[151,174,154],[137,165,151],[156,187,182],[134,166,165],[138,168,168],[139,167,168],[116,144,145],[112,142,142],[138,169,171],[127,157,159],[143,169,170],[170,191,196],[187,204,214],[211,230,245],[184,217,236],[172,213,235],[103,149,173],[105,152,178],[123,167,194],[135,179,206],[111,158,184],[123,174,203],[121,172,203],[117,172,203],[125,185,213],[123,185,210],[114,174,200],[104,161,188],[98,154,181],[96,152,179],[104,159,189],[119,176,206],[110,166,199],[107,166,200],[112,172,206],[115,175,209],[108,167,199],[110,166,199],[121,177,210],[129,186,215],[117,177,201],[115,171,196],[159,202,237],[141,183,221],[104,157,191],[107,167,195],[97,162,184],[102,169,188],[95,162,181],[82,148,172],[89,153,181],[95,149,183],[104,147,181],[103,142,171],[88,137,152],[103,155,166],[128,171,187],[144,182,195],[176,206,214],[180,208,212],[117,141,143],[155,175,174],[137,152,149],[172,182,174],[208,210,199],[159,153,141],[190,180,170],[252,237,230],[229,214,211],[243,227,227],[218,203,198],[221,206,201],[255,243,237],[242,229,223],[227,216,212],[196,186,184],[181,172,167],[213,206,198],[191,185,171],[201,194,176],[208,201,182],[172,165,146],[154,147,131],[152,149,134],[146,146,136],[161,164,155],[159,166,158],[155,166,160],[152,171,169],[144,162,162],[134,148,148],[137,149,149],[139,151,149],[163,176,169],[131,141,133],[117,120,113],[155,152,145],[121,120,115],[108,114,110],[87,108,103],[62,101,96],[67,113,111],[68,109,115],[52,91,98],[46,86,88],[40,76,74],[71,104,95],[41,69,57],[52,72,61],[40,53,46],[40,44,45],[161,158,153],[229,221,200],[173,160,128],[161,141,106],[201,175,140],[214,180,145],[225,186,153],[218,175,143],[243,194,162],[255,222,189],[196,133,100],[160,94,59],[170,102,65],[148,80,41],[171,107,69],[154,96,58],[122,68,32],[127,76,45],[126,74,50],[133,78,58],[120,63,44],[116,61,41],[107,57,34],[97,53,26],[70,34,10],[81,52,36],[66,39,28],[37,13,3],[15,0,0],[20,2,0],[24,13,11],[15,6,7],[4,0,3],[5,4,10],[0,0,7],[2,3,8],[0,0,5],[13,11,14],[3,0,0],[21,13,11],[6,0,0],[10,1,2],[8,2,4],[7,3,4],[5,4,2],[5,4,2],[5,4,0],[7,3,0],[8,3,0],[9,1,0],[9,0,1],[9,0,1],[9,0,1],[7,1,3],[6,2,3],[4,2,3],[4,2,5],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[7,8,12],[7,8,12],[3,4,8],[2,1,6],[12,11,16],[11,9,12],[4,3,1],[24,21,16],[37,35,23],[43,40,23],[71,70,49],[135,135,111],[121,124,97],[60,64,37],[70,78,54],[35,47,23],[16,29,11],[40,54,39],[12,28,17],[21,37,26],[75,87,73],[76,87,71],[69,80,64],[87,98,81],[71,83,63],[70,82,60],[70,82,60],[68,78,54],[98,108,84],[100,110,86],[104,114,89],[65,73,49],[64,73,46],[163,172,143],[153,162,131],[110,121,91],[102,117,88],[131,145,119],[160,170,145],[128,134,106],[152,153,119],[162,168,134],[143,161,135],[155,179,157],[123,142,122],[176,197,182],[180,206,203],[146,172,173],[113,133,132],[112,132,130],[133,159,156],[121,155,154],[114,158,159],[126,166,174],[129,155,170],[170,185,206],[229,241,255],[164,179,200],[152,171,188],[133,161,175],[152,189,205],[157,203,219],[106,157,178],[94,144,169],[116,160,187],[145,185,211],[150,191,213],[145,192,212],[96,154,174],[128,189,208],[130,186,203],[100,149,166],[96,139,156],[133,174,192],[186,227,247],[150,195,218],[108,159,186],[102,159,188],[99,162,193],[106,171,203],[107,172,204],[104,169,199],[116,180,208],[137,197,225],[111,165,191],[126,176,203],[135,182,212],[142,188,221],[118,171,202],[99,159,187],[110,172,197],[97,161,186],[87,151,176],[90,155,177],[83,145,168],[85,146,167],[92,147,167],[90,143,159],[95,149,161],[98,155,166],[97,154,171],[113,165,178],[113,151,154],[176,206,206],[158,186,190],[125,148,154],[156,176,183],[187,201,202],[204,204,194],[198,186,174],[210,190,183],[210,186,186],[255,242,249],[251,232,238],[213,196,189],[232,218,205],[255,253,239],[224,211,202],[217,201,201],[223,207,210],[163,146,152],[233,219,219],[207,198,191],[190,188,175],[198,201,184],[158,162,147],[131,139,128],[131,138,131],[150,156,152],[165,170,166],[144,150,140],[114,121,114],[133,147,148],[133,154,155],[120,149,145],[90,117,112],[121,138,132],[171,178,171],[151,148,139],[128,118,109],[173,159,150],[164,154,145],[118,118,110],[97,112,105],[65,104,99],[64,112,112],[68,113,119],[49,92,98],[55,95,94],[71,111,102],[77,111,95],[78,106,91],[68,88,77],[64,74,65],[113,116,99],[150,145,126],[143,131,115],[164,147,127],[155,134,105],[189,164,133],[255,235,207],[255,249,221],[252,217,187],[210,171,138],[237,191,157],[213,161,124],[187,131,96],[195,135,99],[158,96,59],[149,85,49],[151,87,52],[155,92,59],[134,70,42],[114,54,28],[123,65,41],[132,77,56],[129,78,57],[85,40,19],[77,39,18],[68,35,16],[69,41,30],[58,35,29],[30,11,7],[11,0,0],[13,1,1],[14,5,8],[5,0,4],[4,2,5],[5,3,6],[6,4,7],[10,6,7],[10,4,6],[9,3,5],[8,2,2],[8,2,2],[11,2,3],[14,5,6],[5,0,0],[13,7,7],[5,1,0],[6,3,0],[3,0,0],[5,2,0],[7,4,0],[6,1,0],[6,1,0],[7,3,2],[8,4,5],[4,0,3],[1,0,4],[9,7,12],[21,19,24],[10,8,11],[7,5,6],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[5,6,10],[4,5,9],[2,3,7],[0,1,5],[0,0,4],[20,18,21],[39,38,36],[35,32,25],[23,21,8],[79,76,59],[62,61,40],[69,71,47],[65,69,42],[33,39,13],[55,65,41],[56,69,49],[25,39,24],[38,54,44],[56,73,67],[47,64,56],[21,35,22],[49,62,44],[66,79,59],[55,69,46],[94,108,83],[111,125,100],[69,83,58],[79,93,70],[116,130,107],[94,106,84],[107,119,97],[107,116,95],[89,99,74],[156,165,138],[160,169,138],[115,126,96],[102,117,94],[117,135,113],[164,182,160],[130,146,120],[153,164,132],[171,184,154],[151,173,150],[163,186,168],[148,169,152],[144,166,154],[137,163,162],[147,175,178],[155,177,175],[143,165,162],[149,174,171],[163,195,192],[133,174,176],[197,237,245],[215,243,255],[195,216,243],[181,201,228],[182,200,224],[162,181,198],[187,211,223],[184,217,226],[138,178,188],[119,166,182],[137,183,206],[181,223,248],[163,205,230],[158,201,220],[139,188,205],[101,160,176],[140,199,215],[141,193,206],[121,165,176],[142,178,190],[194,228,240],[225,255,255],[155,193,212],[101,149,171],[93,149,174],[102,163,192],[92,157,187],[86,153,182],[112,177,205],[124,188,213],[123,181,205],[128,178,205],[132,179,207],[141,191,218],[133,184,213],[112,168,195],[107,167,195],[107,168,196],[101,163,188],[96,160,185],[97,162,184],[88,151,169],[84,147,164],[85,147,160],[91,151,161],[104,163,171],[105,163,174],[94,153,169],[100,156,169],[112,156,157],[121,157,155],[150,181,184],[150,175,182],[150,170,179],[199,208,213],[249,245,236],[249,232,222],[239,215,211],[200,175,178],[228,206,218],[255,239,247],[235,217,213],[230,216,203],[238,226,210],[188,176,162],[203,188,185],[231,212,216],[208,189,195],[252,238,238],[213,206,198],[160,161,147],[193,202,185],[143,155,141],[135,150,145],[131,147,147],[133,147,148],[149,159,158],[114,124,115],[114,124,116],[75,89,89],[62,83,84],[91,128,121],[79,115,105],[97,118,109],[156,163,155],[126,122,113],[132,119,110],[152,135,125],[198,185,176],[141,138,129],[79,92,83],[57,94,86],[52,99,93],[40,81,83],[49,89,91],[44,85,81],[60,101,87],[80,113,92],[77,102,81],[90,104,89],[90,94,79],[101,100,72],[73,68,39],[115,103,89],[122,106,91],[134,117,91],[161,140,111],[216,190,167],[229,199,175],[252,219,188],[173,137,101],[168,130,93],[204,161,126],[199,153,117],[179,127,90],[158,99,65],[186,123,88],[199,133,99],[159,90,59],[157,88,59],[151,85,59],[128,68,42],[124,70,46],[121,73,51],[117,74,55],[95,58,39],[49,17,2],[49,22,15],[40,19,16],[24,6,4],[12,0,0],[9,0,3],[6,1,5],[3,1,6],[6,4,7],[6,2,3],[8,4,3],[10,5,2],[12,4,2],[11,2,3],[11,2,3],[10,4,6],[10,4,6],[8,0,4],[13,4,7],[12,6,8],[13,7,7],[7,2,0],[19,14,10],[7,4,0],[3,0,0],[8,5,0],[5,1,0],[3,2,0],[4,2,3],[2,0,3],[1,0,4],[2,1,6],[8,7,12],[7,5,8],[5,3,4],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,1,3],[4,4,6],[3,4,8],[1,2,6],[0,1,5],[1,2,6],[14,13,18],[1,0,2],[6,5,3],[57,54,49],[88,85,76],[61,59,46],[55,53,38],[44,43,25],[59,61,40],[14,19,0],[42,49,31],[56,67,51],[44,56,44],[33,49,39],[34,51,45],[88,103,96],[53,67,54],[30,43,26],[52,65,47],[95,108,88],[102,116,93],[143,157,132],[99,114,91],[75,89,66],[54,67,47],[89,101,81],[75,87,67],[125,134,113],[122,132,108],[157,165,141],[217,226,197],[133,145,121],[98,116,102],[100,126,115],[135,166,150],[134,166,145],[121,150,128],[171,199,177],[145,169,153],[166,188,176],[137,160,154],[132,158,155],[132,166,167],[141,179,180],[139,174,176],[126,157,159],[129,155,156],[139,163,163],[194,220,219],[211,242,245],[156,192,206],[136,172,194],[142,176,203],[184,214,240],[157,188,206],[219,249,255],[205,232,239],[183,210,219],[227,255,255],[228,255,255],[143,189,213],[117,173,198],[126,186,212],[105,165,189],[120,179,197],[133,189,204],[142,190,204],[135,177,189],[185,221,233],[231,255,255],[212,245,255],[143,182,199],[112,159,179],[90,145,166],[94,154,178],[91,155,180],[91,153,178],[105,165,189],[110,168,190],[115,170,191],[132,180,203],[126,172,196],[138,185,211],[116,167,194],[95,151,176],[105,162,189],[98,158,184],[95,157,182],[88,152,177],[90,155,177],[89,152,170],[89,151,166],[87,146,160],[91,149,161],[100,157,168],[92,146,158],[89,140,157],[104,153,167],[114,163,167],[101,147,145],[118,153,155],[122,147,152],[162,173,179],[174,173,178],[254,244,242],[255,246,239],[255,242,239],[254,238,239],[255,243,250],[255,243,250],[237,221,222],[254,237,230],[225,212,196],[227,214,198],[203,186,179],[230,212,210],[244,229,226],[214,201,195],[191,185,171],[157,158,140],[145,154,137],[125,141,130],[112,131,129],[119,140,143],[73,94,99],[113,132,136],[173,192,188],[158,175,167],[127,142,139],[85,105,103],[68,103,96],[71,107,97],[62,88,79],[113,126,119],[110,115,108],[94,91,82],[126,119,109],[130,123,113],[97,97,85],[79,91,79],[55,87,72],[62,100,87],[64,97,90],[46,78,75],[112,153,149],[138,178,169],[114,143,123],[104,122,98],[98,101,80],[107,103,78],[87,81,47],[106,97,66],[64,55,40],[40,30,18],[53,42,20],[68,54,28],[173,148,126],[199,167,142],[214,174,138],[141,102,61],[71,41,3],[119,89,53],[172,136,100],[142,98,63],[116,64,27],[162,102,68],[199,133,99],[158,87,57],[169,98,70],[200,130,104],[141,77,52],[119,63,40],[102,54,32],[80,39,19],[57,22,3],[67,38,24],[47,20,11],[33,9,5],[23,5,3],[18,4,4],[11,2,5],[8,2,6],[9,4,10],[8,6,11],[7,2,6],[8,2,4],[11,2,3],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[12,6,10],[12,5,13],[10,2,13],[4,0,7],[14,7,15],[3,0,2],[5,1,2],[3,0,0],[12,8,7],[9,5,2],[5,1,0],[3,0,0],[6,2,1],[4,2,3],[2,0,3],[1,0,2],[1,0,2],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[7,3,4],[6,2,3],[5,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[2,2,4],[4,4,6],[2,3,7],[1,2,6],[1,2,6],[3,4,8],[2,3,7],[9,9,11],[6,6,6],[19,18,16],[63,62,57],[29,26,17],[56,54,42],[35,36,22],[54,56,42],[48,52,37],[74,80,66],[49,59,48],[30,42,32],[28,41,34],[23,38,33],[85,100,93],[60,72,60],[51,64,47],[58,71,53],[89,102,82],[101,115,92],[92,106,83],[107,122,99],[70,85,64],[38,51,33],[77,90,72],[66,79,61],[75,87,67],[87,99,77],[130,140,116],[171,181,154],[121,136,115],[91,117,108],[83,114,109],[127,163,151],[117,158,142],[90,132,118],[98,136,123],[101,129,115],[110,136,127],[138,168,168],[119,153,155],[126,162,162],[152,190,191],[122,163,165],[110,148,151],[173,201,204],[206,230,230],[172,193,194],[140,168,171],[119,162,171],[118,165,183],[164,204,229],[172,206,231],[224,255,255],[226,254,255],[187,210,216],[199,219,228],[195,216,233],[152,184,205],[104,159,180],[146,212,236],[134,201,227],[97,161,186],[120,178,198],[115,166,183],[122,168,183],[110,150,162],[174,210,222],[211,245,255],[160,196,208],[130,169,184],[92,139,155],[94,147,165],[91,150,168],[105,166,185],[121,180,198],[116,171,191],[112,163,182],[117,166,183],[119,166,186],[115,163,185],[121,171,194],[106,158,180],[92,148,171],[106,164,188],[111,171,195],[108,170,193],[89,154,176],[87,152,172],[92,155,173],[99,161,176],[91,150,164],[89,147,158],[95,152,161],[85,137,148],[102,148,163],[91,137,150],[93,147,149],[128,178,177],[131,170,169],[119,140,143],[178,179,183],[186,177,180],[199,188,186],[255,243,240],[241,230,228],[236,224,224],[237,225,229],[255,246,253],[255,243,248],[248,234,233],[224,212,196],[234,223,205],[235,221,210],[221,204,196],[250,233,223],[232,220,206],[166,159,140],[161,163,141],[131,140,121],[110,126,115],[90,112,110],[105,130,134],[88,115,122],[83,111,115],[70,99,97],[107,130,124],[140,152,148],[126,141,134],[75,102,93],[67,97,87],[63,84,77],[100,115,110],[113,124,116],[115,122,114],[114,117,106],[96,96,84],[170,170,158],[152,158,144],[78,101,83],[114,141,124],[93,115,102],[40,66,55],[115,148,141],[188,220,209],[211,234,214],[199,211,187],[158,157,136],[168,162,136],[148,140,104],[147,138,105],[92,84,65],[44,37,21],[58,50,27],[122,108,82],[169,145,121],[155,121,94],[202,162,126],[121,83,44],[45,23,0],[89,71,35],[168,142,107],[128,94,57],[113,67,33],[143,87,52],[165,100,68],[166,95,65],[162,91,61],[134,64,38],[98,34,9],[125,67,45],[95,47,25],[40,0,0],[39,6,0],[64,35,21],[60,33,24],[33,9,5],[20,2,0],[20,6,6],[12,3,6],[10,4,8],[11,6,10],[5,3,6],[8,4,5],[9,3,3],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[11,4,11],[8,0,15],[15,8,24],[3,0,12],[5,0,11],[13,7,17],[11,6,13],[4,0,3],[7,3,4],[8,4,3],[5,1,0],[4,0,0],[7,3,2],[8,4,3],[5,3,4],[3,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[6,2,3],[5,1,2],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[2,2,4],[4,4,6],[3,4,8],[2,3,7],[2,6,9],[7,8,12],[5,6,10],[11,10,15],[13,13,15],[8,6,7],[18,17,15],[28,27,23],[19,18,13],[13,13,5],[22,23,15],[35,38,29],[43,48,41],[41,48,40],[20,30,22],[22,35,28],[49,61,57],[44,57,50],[42,54,42],[68,79,63],[53,66,48],[117,130,110],[75,90,69],[46,61,40],[84,99,78],[111,126,107],[82,96,79],[75,88,71],[65,78,61],[67,78,62],[99,111,91],[134,146,124],[130,143,117],[87,104,85],[74,105,99],[84,123,120],[105,141,131],[135,171,161],[66,107,99],[73,113,105],[87,117,105],[108,138,128],[103,141,142],[122,161,166],[145,177,176],[162,192,192],[124,159,163],[146,181,185],[212,242,244],[160,188,189],[137,165,168],[165,198,205],[128,176,186],[113,162,176],[134,173,190],[154,186,201],[200,227,238],[211,234,242],[201,220,227],[177,196,210],[178,205,226],[141,183,207],[116,178,203],[95,165,190],[109,177,200],[132,194,217],[124,176,197],[129,176,194],[110,153,170],[103,142,157],[177,213,227],[195,231,243],[158,196,207],[150,192,204],[113,161,173],[99,153,165],[87,143,156],[131,187,202],[140,193,207],[105,154,168],[119,165,178],[141,185,198],[117,163,179],[116,163,181],[110,158,178],[104,156,177],[90,145,166],[93,151,173],[110,171,192],[103,164,185],[99,161,182],[89,151,172],[87,148,167],[92,154,169],[83,142,156],[79,137,149],[92,149,160],[93,145,156],[108,150,162],[102,144,156],[84,137,141],[104,154,155],[143,177,176],[202,216,216],[225,219,219],[227,213,212],[209,198,196],[221,211,209],[183,175,172],[222,212,211],[233,218,223],[242,227,234],[255,250,255],[251,241,242],[253,244,227],[211,199,177],[207,191,175],[196,180,165],[196,180,164],[222,209,190],[190,182,159],[147,147,123],[158,166,145],[138,154,141],[103,125,122],[74,102,106],[64,94,102],[85,118,125],[69,103,105],[72,101,99],[118,129,123],[127,134,126],[104,120,110],[87,102,95],[96,107,103],[106,117,113],[70,87,81],[101,118,108],[105,117,105],[59,62,51],[106,98,87],[179,171,158],[152,157,137],[111,123,101],[79,91,71],[79,92,74],[72,92,80],[91,111,99],[143,158,139],[161,170,149],[191,194,175],[169,169,145],[181,178,145],[181,175,143],[154,143,121],[156,144,122],[174,159,130],[160,141,109],[138,112,85],[162,131,102],[153,117,83],[81,51,15],[22,12,0],[128,122,88],[185,171,136],[113,87,54],[112,74,38],[135,85,52],[139,79,45],[133,67,35],[139,68,38],[163,94,65],[164,100,73],[146,88,66],[111,63,41],[57,16,0],[54,21,2],[46,18,4],[57,30,21],[29,5,1],[18,0,0],[20,4,4],[11,1,2],[7,1,5],[9,4,8],[3,0,2],[11,5,7],[11,5,7],[12,3,4],[12,4,2],[12,3,4],[12,3,4],[9,3,5],[9,2,10],[27,20,38],[138,130,154],[119,111,132],[3,0,14],[5,0,14],[4,0,10],[8,3,10],[4,0,5],[6,2,3],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[7,1,1],[8,2,2],[9,3,3],[5,0,1],[5,0,1],[5,0,1],[6,0,2],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[3,4,8],[3,4,8],[3,7,10],[6,10,13],[8,9,11],[6,7,9],[14,15,17],[15,15,15],[23,23,23],[47,47,45],[48,48,46],[7,7,5],[26,27,22],[45,47,42],[52,57,51],[44,51,44],[29,38,33],[32,43,37],[48,61,54],[50,61,53],[58,70,58],[91,102,88],[63,76,59],[61,74,56],[88,103,84],[61,76,57],[58,73,54],[70,84,67],[91,105,90],[95,109,94],[103,117,102],[90,102,88],[83,96,78],[114,126,104],[150,162,138],[94,113,93],[73,106,97],[65,102,95],[79,109,99],[98,128,118],[91,128,121],[83,120,112],[117,149,134],[106,140,126],[99,141,139],[84,124,124],[100,126,123],[159,181,179],[163,193,195],[182,213,216],[219,249,247],[153,185,184],[160,195,199],[125,168,175],[106,158,169],[132,182,193],[126,166,178],[159,187,199],[185,202,210],[245,255,255],[219,233,242],[160,182,196],[141,178,197],[130,182,204],[100,166,190],[91,159,182],[114,175,196],[128,183,204],[146,194,216],[152,197,218],[116,157,175],[149,188,205],[198,235,251],[138,178,190],[116,158,170],[123,170,180],[120,170,179],[112,166,176],[117,171,181],[141,195,205],[122,170,180],[109,153,162],[141,181,189],[133,173,181],[119,165,178],[111,160,174],[97,149,163],[103,156,172],[91,147,164],[84,141,160],[104,162,182],[96,157,176],[94,155,174],[88,149,168],[84,145,163],[88,147,163],[79,137,149],[73,131,142],[87,144,153],[95,145,154],[130,173,182],[124,165,171],[81,126,129],[78,118,118],[110,135,132],[205,211,207],[255,245,243],[255,245,240],[238,227,221],[228,219,214],[218,208,206],[255,251,251],[250,234,237],[234,219,226],[255,248,255],[237,233,232],[247,239,220],[217,205,179],[214,199,176],[240,223,203],[203,186,166],[180,164,141],[214,202,176],[188,183,154],[172,174,150],[138,150,130],[116,133,123],[104,129,126],[88,117,121],[83,116,123],[93,128,134],[85,113,114],[109,119,111],[98,98,88],[100,101,95],[112,113,108],[109,105,106],[95,97,96],[102,119,111],[110,134,121],[94,112,98],[78,82,68],[85,71,60],[157,137,126],[174,165,148],[130,127,108],[107,110,89],[146,154,133],[118,129,112],[87,100,83],[125,137,117],[159,168,149],[130,137,121],[66,69,50],[106,106,78],[127,124,93],[201,191,166],[248,234,207],[211,192,159],[179,156,122],[159,132,103],[222,192,164],[179,148,119],[67,44,13],[46,41,11],[83,84,53],[127,118,87],[158,139,107],[166,133,100],[142,97,64],[151,97,63],[144,84,50],[137,72,40],[169,106,75],[149,89,61],[107,53,29],[119,72,52],[79,41,22],[67,34,15],[86,58,44],[43,16,7],[25,1,0],[21,2,0],[22,6,6],[12,2,3],[7,1,3],[10,5,9],[8,3,7],[11,5,7],[11,5,5],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[8,2,4],[6,1,8],[50,45,65],[255,250,255],[245,240,255],[25,20,40],[5,0,14],[5,0,13],[19,13,23],[9,4,10],[6,1,5],[7,3,4],[7,3,2],[6,2,1],[4,0,0],[4,0,0],[5,0,0],[7,2,0],[6,0,0],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,1,3],[0,0,2],[0,0,4],[2,1,6],[2,3,7],[2,3,7],[2,5,10],[5,9,12],[4,8,9],[9,13,12],[19,23,22],[23,25,24],[26,28,27],[37,37,37],[71,71,71],[40,42,41],[49,51,50],[71,73,72],[66,71,67],[26,32,28],[32,42,34],[64,74,66],[50,62,52],[38,50,40],[45,57,45],[49,61,47],[43,55,41],[57,70,53],[38,52,35],[49,63,46],[44,61,45],[53,69,56],[45,61,48],[53,66,56],[113,126,116],[93,107,94],[68,82,65],[116,129,109],[153,167,144],[90,109,87],[79,107,92],[91,121,109],[99,122,106],[102,123,108],[91,119,107],[114,144,132],[161,190,170],[173,206,187],[116,153,145],[124,156,151],[165,184,178],[213,228,223],[202,222,221],[171,195,195],[177,206,201],[180,216,212],[124,173,178],[108,162,174],[167,219,233],[112,160,174],[157,197,209],[156,183,194],[178,185,195],[209,209,219],[168,176,187],[156,179,193],[93,144,161],[91,156,176],[105,170,192],[119,177,199],[111,159,179],[132,175,194],[121,163,187],[105,147,171],[88,129,151],[156,197,217],[209,250,255],[139,182,198],[105,151,164],[100,150,159],[92,147,154],[84,139,146],[131,186,191],[162,215,221],[132,179,185],[116,159,165],[134,171,177],[135,174,181],[123,167,176],[97,145,155],[92,142,153],[104,158,170],[100,156,169],[97,155,169],[109,168,184],[114,173,191],[88,147,165],[100,159,177],[98,157,175],[94,151,168],[86,144,156],[81,138,149],[87,141,151],[87,137,146],[90,133,139],[139,177,180],[149,183,182],[124,149,146],[135,144,141],[200,197,192],[235,224,218],[225,212,203],[231,223,212],[206,198,187],[221,208,202],[255,237,237],[255,248,255],[255,239,249],[235,232,239],[212,211,209],[159,151,128],[173,160,128],[231,214,188],[217,197,173],[237,217,193],[228,208,184],[204,187,159],[189,175,146],[196,191,161],[95,98,69],[130,139,118],[96,112,99],[66,88,85],[77,105,108],[84,113,121],[82,103,108],[105,107,102],[122,113,104],[145,131,128],[170,152,152],[149,129,131],[80,70,71],[102,115,106],[79,103,89],[70,88,72],[84,86,73],[135,110,103],[133,98,92],[140,116,106],[149,137,123],[86,87,69],[131,138,120],[172,176,159],[123,130,114],[121,130,113],[181,189,174],[120,131,117],[92,101,84],[142,147,124],[154,154,128],[201,194,166],[213,199,170],[152,134,98],[112,89,55],[123,98,68],[190,164,137],[140,114,89],[162,145,119],[204,200,175],[63,61,36],[43,36,8],[164,147,119],[213,186,156],[193,157,123],[171,127,92],[170,120,85],[152,98,64],[146,91,60],[132,81,52],[103,56,30],[98,56,34],[95,58,39],[71,38,21],[54,25,11],[44,15,7],[30,5,0],[23,2,0],[20,4,4],[13,3,4],[12,3,6],[12,6,10],[11,6,10],[9,3,5],[9,3,3],[12,4,2],[13,5,3],[13,4,5],[12,3,4],[8,2,4],[5,0,7],[29,25,42],[162,159,180],[142,137,157],[6,2,19],[5,1,16],[1,0,9],[13,7,17],[3,0,4],[6,1,5],[7,3,4],[8,2,2],[7,1,1],[5,0,0],[4,0,0],[7,0,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[5,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[2,2,4],[0,0,2],[0,0,4],[0,0,4],[1,2,6],[0,3,6],[1,4,9],[3,7,10],[2,6,5],[6,11,7],[21,26,22],[32,36,35],[18,22,23],[52,56,57],[17,21,22],[19,23,24],[38,42,43],[46,50,49],[40,46,42],[53,62,57],[56,66,58],[71,81,72],[100,112,100],[73,85,73],[52,64,52],[63,75,63],[46,58,46],[38,52,37],[37,51,36],[39,56,40],[42,58,45],[50,66,55],[42,58,47],[52,68,57],[81,97,86],[115,129,116],[97,111,94],[101,116,95],[178,192,169],[106,121,98],[89,108,88],[112,133,114],[147,164,145],[132,151,131],[150,173,155],[151,178,159],[156,183,164],[133,162,144],[152,182,170],[190,216,207],[199,216,208],[161,176,169],[153,172,168],[159,181,178],[150,177,170],[167,203,201],[122,172,179],[105,163,175],[182,235,253],[129,177,197],[127,173,189],[146,178,193],[187,193,207],[202,200,213],[182,186,197],[207,227,238],[155,205,216],[95,157,170],[108,165,184],[123,171,191],[144,185,203],[138,175,194],[123,163,188],[144,186,211],[181,223,247],[185,227,249],[176,221,240],[131,178,194],[103,152,166],[107,161,171],[87,144,153],[80,137,144],[138,196,200],[149,202,206],[120,168,172],[117,158,164],[118,155,161],[143,182,187],[137,182,187],[93,142,147],[93,143,150],[100,152,163],[98,152,164],[94,150,163],[89,147,161],[101,160,176],[81,140,156],[106,163,180],[102,159,176],[88,144,159],[79,136,147],[78,132,142],[79,133,143],[74,124,131],[76,120,123],[135,169,168],[214,237,231],[171,182,174],[207,206,201],[230,221,216],[190,180,171],[246,236,224],[202,193,176],[196,184,168],[241,224,214],[245,225,224],[255,239,246],[212,196,206],[162,160,165],[190,187,180],[86,76,49],[177,161,127],[236,217,187],[120,98,74],[177,152,130],[241,216,194],[245,221,195],[191,170,139],[155,141,104],[165,157,120],[169,169,135],[66,72,46],[69,81,67],[78,94,91],[80,99,106],[86,99,105],[116,113,108],[160,147,139],[175,156,152],[156,132,132],[195,166,168],[109,94,91],[56,66,55],[56,77,60],[87,104,86],[138,139,125],[133,106,99],[138,103,99],[132,107,102],[91,81,71],[62,66,52],[77,88,74],[100,106,92],[191,197,183],[127,133,119],[107,115,100],[175,183,168],[180,189,172],[142,147,125],[101,103,79],[177,173,146],[138,129,100],[108,93,62],[127,110,80],[155,135,108],[226,204,180],[144,124,99],[79,63,40],[75,68,49],[33,28,9],[42,31,9],[50,34,8],[83,60,29],[147,118,86],[103,69,34],[100,62,26],[151,108,73],[135,92,58],[114,71,39],[95,54,26],[86,48,25],[107,70,51],[75,42,25],[75,43,30],[52,24,13],[35,10,5],[18,0,0],[13,0,0],[11,0,1],[12,3,6],[9,3,5],[5,1,2],[7,1,1],[8,2,2],[11,3,1],[13,5,3],[14,5,6],[11,5,5],[8,4,5],[3,1,6],[0,0,11],[2,0,16],[7,3,18],[36,32,46],[51,48,59],[5,2,11],[5,0,7],[8,3,9],[5,1,2],[6,2,3],[8,2,2],[7,1,1],[8,2,2],[8,3,0],[9,1,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[6,2,3],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2],[1,3,2]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[2,1,6],[1,2,6],[1,2,6],[2,3,8],[0,3,8],[3,6,11],[9,14,17],[14,20,16],[9,15,11],[14,20,16],[42,48,46],[39,45,45],[21,25,26],[28,32,35],[29,33,36],[35,39,40],[34,40,40],[44,50,48],[61,71,63],[48,58,49],[40,52,40],[63,75,61],[58,70,56],[52,65,55],[50,63,53],[51,64,54],[73,89,76],[91,107,94],[66,84,70],[40,58,46],[44,61,51],[43,60,50],[63,79,69],[70,86,76],[89,105,94],[82,96,81],[69,84,65],[150,165,142],[140,152,128],[102,110,87],[152,162,138],[204,222,198],[152,176,150],[121,147,120],[147,172,150],[141,165,149],[153,175,162],[159,177,163],[179,197,185],[127,153,144],[89,116,109],[120,147,140],[128,155,148],[119,146,141],[167,201,202],[169,214,220],[106,159,173],[145,201,224],[143,200,227],[106,164,188],[104,149,172],[163,180,200],[195,197,212],[198,198,208],[228,239,245],[204,239,241],[112,160,164],[104,148,159],[150,189,206],[184,219,238],[117,152,172],[146,186,211],[202,244,255],[147,189,214],[108,152,177],[141,187,210],[106,157,176],[95,148,164],[95,153,165],[84,144,152],[72,133,138],[151,209,213],[138,191,195],[96,145,149],[112,155,161],[107,146,153],[137,178,182],[152,200,202],[85,134,138],[88,139,143],[78,131,137],[110,163,171],[106,160,170],[95,151,164],[86,142,157],[118,174,189],[87,143,158],[88,144,159],[93,146,160],[93,147,159],[68,120,131],[72,125,133],[82,129,135],[95,135,135],[114,143,138],[133,145,133],[226,227,213],[244,235,226],[243,230,224],[227,214,208],[255,245,236],[221,206,185],[209,193,170],[226,207,193],[238,219,213],[209,192,198],[151,140,148],[173,168,165],[240,232,219],[100,85,54],[143,123,86],[201,178,147],[161,135,112],[132,103,85],[214,183,163],[255,225,202],[255,247,215],[209,184,143],[168,147,100],[152,138,91],[127,118,77],[144,140,113],[128,128,116],[136,140,143],[104,103,109],[141,132,127],[139,125,116],[133,116,109],[118,99,93],[153,129,125],[246,229,222],[169,173,159],[60,73,55],[85,94,75],[133,131,116],[162,139,133],[100,75,71],[91,80,76],[107,108,103],[76,88,84],[75,92,86],[88,103,96],[103,114,106],[130,138,127],[160,166,152],[184,187,168],[170,172,151],[157,159,138],[117,119,97],[171,170,149],[127,125,104],[93,88,68],[127,121,99],[83,71,49],[181,165,140],[111,91,66],[72,51,30],[63,47,32],[74,60,47],[85,69,53],[64,47,27],[98,78,53],[138,117,86],[97,73,39],[71,45,10],[98,70,33],[103,73,37],[69,36,3],[99,65,37],[123,89,64],[98,63,43],[63,28,9],[99,65,53],[74,44,34],[74,47,40],[49,28,23],[21,3,1],[10,0,0],[10,1,4],[9,3,5],[11,7,8],[9,3,3],[11,5,5],[13,5,3],[14,6,4],[10,4,4],[4,0,0],[5,1,2],[14,9,13],[5,2,9],[6,5,13],[4,1,8],[56,54,59],[56,54,59],[5,3,6],[9,4,8],[4,0,1],[6,2,3],[6,2,1],[7,1,1],[6,0,0],[6,0,0],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[1,0,0],[1,0,0],[1,1,1],[1,1,1],[86,88,87],[66,68,67],[11,13,12],[0,1,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[0,0,4],[0,1,5],[1,2,6],[1,4,9],[1,4,9],[4,9,13],[12,17,20],[18,27,22],[23,33,25],[13,22,17],[29,38,35],[42,51,50],[22,31,30],[15,23,25],[25,33,35],[22,31,30],[34,43,40],[46,55,50],[54,65,57],[49,61,51],[45,59,44],[47,61,44],[39,53,38],[59,72,62],[80,96,86],[130,146,136],[133,151,139],[104,122,110],[78,96,84],[54,71,61],[63,80,70],[77,94,86],[76,93,85],[59,75,65],[61,77,66],[94,108,93],[108,123,104],[132,147,124],[139,152,126],[128,130,106],[144,149,126],[205,225,200],[166,194,169],[131,157,130],[171,199,176],[170,201,186],[115,141,132],[192,208,195],[148,166,154],[86,117,111],[100,135,129],[138,171,164],[124,155,149],[169,201,200],[145,180,184],[150,190,200],[99,148,165],[90,148,172],[95,159,187],[112,177,207],[122,176,202],[139,167,189],[160,172,188],[203,206,215],[203,210,216],[186,207,210],[161,192,195],[197,231,240],[211,245,255],[140,169,183],[159,190,208],[187,225,248],[146,188,213],[132,176,201],[156,202,228],[132,182,205],[92,144,166],[94,151,168],[92,151,165],[83,146,155],[68,129,134],[94,153,157],[104,159,162],[93,144,148],[93,140,146],[94,137,144],[102,145,151],[134,182,182],[94,144,143],[83,133,134],[78,129,132],[89,139,146],[96,149,157],[92,146,158],[80,133,147],[102,155,169],[86,139,153],[77,131,143],[87,139,152],[80,132,143],[96,146,155],[52,102,109],[130,175,180],[126,160,161],[112,133,126],[173,177,160],[199,194,174],[205,193,181],[240,225,220],[245,231,228],[245,231,222],[234,216,192],[196,176,149],[217,200,180],[197,183,174],[174,165,168],[194,185,190],[213,202,196],[205,190,171],[125,106,73],[118,96,59],[131,106,75],[241,213,189],[247,214,195],[212,177,158],[191,153,130],[206,170,138],[237,203,158],[198,167,113],[159,133,76],[172,151,98],[171,156,117],[164,152,130],[148,137,135],[120,108,110],[140,122,118],[135,121,112],[95,87,76],[109,101,90],[87,73,64],[161,151,139],[239,240,224],[116,121,101],[95,98,79],[161,160,142],[143,130,121],[102,93,86],[58,65,58],[100,116,113],[73,93,92],[55,76,77],[81,100,96],[61,74,67],[69,79,71],[94,100,88],[101,104,85],[96,98,77],[80,81,63],[82,83,65],[57,59,38],[144,146,125],[82,83,67],[4,1,0],[39,32,13],[118,107,85],[70,55,32],[70,53,33],[88,68,57],[145,125,116],[76,58,44],[58,41,23],[51,35,10],[126,111,82],[73,58,25],[47,31,0],[120,102,66],[99,79,44],[54,29,0],[79,52,23],[105,73,48],[93,58,38],[71,34,16],[96,60,46],[62,29,20],[81,54,47],[70,49,44],[37,19,17],[16,4,4],[12,3,4],[7,1,3],[5,1,2],[9,3,3],[7,1,1],[7,0,0],[7,0,0],[8,2,2],[12,6,6],[23,19,20],[37,33,34],[8,6,7],[9,9,9],[1,0,0],[6,4,5],[7,6,4],[1,0,0],[12,8,7],[7,3,2],[6,2,1],[6,2,1],[7,1,1],[6,0,0],[6,0,2],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[4,2,3],[9,7,8],[7,7,7],[0,0,0],[238,240,239],[238,240,239],[0,1,0],[8,10,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,3,8],[1,4,9],[5,10,14],[12,17,20],[8,17,14],[16,25,20],[1,10,7],[12,21,18],[37,46,45],[28,37,36],[20,28,30],[29,39,40],[27,37,36],[29,40,36],[32,43,37],[33,46,37],[49,62,52],[62,76,63],[63,77,62],[71,88,72],[68,85,75],[86,103,95],[116,133,125],[69,89,78],[36,56,45],[59,79,68],[81,101,90],[125,145,136],[77,96,90],[36,53,45],[60,76,66],[112,128,117],[133,147,130],[113,128,107],[81,95,70],[128,141,113],[127,133,107],[166,176,152],[151,174,154],[104,133,113],[197,225,202],[198,229,211],[104,141,134],[102,137,131],[127,150,140],[188,211,201],[113,147,146],[133,173,173],[122,158,156],[139,175,175],[130,171,175],[164,204,214],[112,149,167],[122,167,190],[91,152,180],[82,151,180],[101,168,195],[112,168,193],[118,156,175],[159,185,198],[199,212,221],[231,238,248],[229,237,248],[223,237,248],[224,251,255],[169,198,204],[168,193,198],[196,223,234],[148,185,204],[143,185,209],[209,253,255],[149,197,220],[99,151,175],[106,161,182],[102,161,179],[94,156,171],[86,148,159],[77,137,145],[76,135,141],[78,136,140],[79,132,138],[83,133,140],[82,129,137],[71,118,124],[98,146,146],[135,184,181],[93,141,141],[74,124,125],[79,128,133],[78,128,135],[82,132,143],[87,139,152],[89,141,154],[69,121,134],[78,130,141],[88,138,147],[81,131,140],[131,180,187],[52,101,106],[100,141,145],[132,158,159],[138,151,142],[229,233,210],[186,182,157],[186,178,165],[255,252,246],[255,241,241],[255,246,241],[235,210,188],[156,135,106],[131,119,95],[152,146,130],[138,138,136],[136,132,131],[158,141,131],[142,120,97],[178,153,122],[149,123,88],[163,134,104],[212,181,153],[255,227,205],[249,211,190],[196,154,130],[230,187,153],[200,157,112],[186,145,91],[202,164,102],[189,157,98],[174,146,99],[166,141,110],[167,143,131],[173,149,145],[145,122,114],[200,186,175],[133,137,120],[87,96,77],[105,108,91],[50,51,33],[143,145,124],[149,148,128],[105,104,84],[117,116,98],[80,82,68],[77,89,75],[45,73,61],[35,68,61],[58,86,87],[44,65,66],[53,70,64],[69,82,73],[60,71,65],[89,99,90],[85,93,78],[89,96,80],[60,63,52],[104,106,93],[77,79,58],[96,95,75],[99,96,81],[25,22,7],[108,103,83],[116,111,89],[67,60,41],[41,29,15],[83,63,54],[109,86,78],[63,43,32],[28,11,0],[19,4,0],[98,86,60],[105,96,67],[96,87,56],[114,103,71],[123,110,78],[92,76,43],[79,55,27],[73,43,19],[78,43,21],[75,37,18],[78,41,25],[68,36,25],[92,63,57],[80,57,51],[36,17,13],[10,0,0],[8,0,0],[9,0,3],[6,0,2],[13,7,7],[13,7,7],[13,5,3],[11,3,1],[8,2,2],[5,0,0],[7,3,4],[15,11,12],[1,0,0],[11,10,5],[6,5,0],[4,3,0],[6,2,0],[9,5,2],[13,9,6],[3,0,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[7,1,3],[7,1,3],[7,1,5],[7,1,5],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[26,26,26],[11,11,11],[9,9,9],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,6],[1,2,6],[0,3,8],[0,3,8],[2,7,11],[9,14,17],[14,23,22],[11,20,17],[3,13,12],[10,20,19],[23,33,32],[26,36,37],[24,34,35],[23,35,35],[45,57,55],[30,45,40],[36,51,44],[43,59,49],[57,73,62],[58,76,62],[46,64,48],[62,80,66],[53,73,64],[48,69,62],[54,75,68],[41,62,53],[43,64,55],[43,63,54],[45,65,56],[103,123,114],[63,82,76],[44,64,55],[123,140,130],[149,165,152],[88,102,85],[96,111,88],[88,102,76],[109,122,94],[175,188,162],[177,192,169],[168,193,174],[186,214,199],[204,232,217],[143,177,163],[125,170,165],[88,133,128],[98,129,121],[190,220,212],[161,197,197],[110,148,151],[142,178,178],[106,144,145],[124,171,177],[159,205,218],[131,167,189],[155,197,222],[110,172,197],[93,163,189],[91,157,183],[100,158,180],[100,149,164],[134,172,183],[174,198,208],[183,197,210],[183,190,208],[169,178,195],[201,223,234],[221,249,253],[241,255,255],[159,183,185],[143,176,191],[167,208,228],[129,174,195],[89,137,159],[108,160,182],[96,151,172],[88,147,165],[79,138,154],[77,137,148],[56,116,124],[87,146,150],[92,150,154],[67,122,127],[72,125,133],[81,134,142],[89,139,146],[99,147,147],[89,138,134],[111,160,157],[120,168,168],[101,149,153],[81,130,135],[72,120,130],[83,133,144],[80,130,141],[137,185,195],[138,186,196],[80,129,136],[59,108,115],[95,142,148],[111,159,163],[83,121,122],[117,137,136],[180,190,181],[204,206,184],[164,162,137],[147,141,127],[236,225,221],[255,243,245],[255,235,232],[200,178,157],[128,111,83],[121,117,90],[86,89,70],[133,138,131],[116,115,110],[94,77,61],[149,123,100],[146,116,88],[189,158,129],[219,188,157],[224,191,160],[230,195,167],[222,182,156],[177,133,106],[210,164,130],[159,112,68],[179,132,80],[224,180,119],[222,182,121],[165,128,76],[119,85,47],[169,138,117],[184,154,143],[120,92,80],[155,142,126],[211,221,197],[107,125,99],[90,102,80],[95,100,80],[118,117,97],[170,167,148],[84,79,60],[89,88,68],[118,127,108],[97,118,101],[23,60,43],[19,60,46],[17,46,42],[84,103,101],[67,80,70],[61,73,61],[82,95,88],[100,113,106],[79,92,82],[65,77,65],[62,67,61],[54,55,47],[113,110,91],[152,146,122],[108,99,82],[108,101,83],[160,155,135],[86,85,64],[65,67,53],[46,42,31],[82,65,57],[49,26,18],[83,63,52],[99,83,68],[67,56,38],[51,43,20],[102,96,70],[92,87,58],[66,59,31],[86,75,47],[68,53,24],[51,30,3],[55,27,3],[75,40,18],[80,42,21],[71,34,16],[39,7,0],[62,33,27],[58,35,29],[32,13,9],[19,5,5],[19,9,10],[15,6,9],[8,2,4],[4,0,0],[8,2,2],[13,5,3],[14,6,4],[11,5,5],[5,0,0],[3,0,0],[3,0,0],[6,2,0],[4,4,0],[8,8,0],[8,5,0],[8,5,0],[10,6,3],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[7,1,3],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[7,5,6],[1,0,0],[1,1,1],[0,0,0],[5,5,5],[3,3,3]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,7],[1,2,7],[1,4,9],[0,5,9],[2,7,11],[8,13,17],[18,26,29],[16,26,28],[14,24,26],[15,25,27],[23,34,36],[30,42,42],[31,43,43],[31,45,45],[28,43,40],[20,36,33],[37,54,48],[44,61,53],[45,62,54],[45,62,52],[39,57,45],[52,72,61],[48,69,62],[54,75,70],[46,67,60],[45,66,59],[63,84,77],[58,79,72],[47,68,61],[65,86,79],[66,85,79],[68,85,77],[97,113,103],[109,125,112],[90,105,86],[102,116,91],[100,113,85],[151,166,137],[175,193,167],[120,142,121],[128,150,137],[157,183,172],[203,233,223],[181,218,210],[123,172,168],[95,146,141],[113,154,146],[147,182,176],[84,114,114],[105,135,137],[156,186,188],[103,138,142],[111,160,164],[103,153,162],[131,169,190],[117,159,184],[81,139,163],[91,156,178],[88,149,170],[99,156,175],[98,152,164],[106,153,161],[142,178,190],[163,189,206],[175,190,213],[202,217,238],[200,222,235],[209,230,235],[215,230,225],[175,191,188],[182,212,220],[135,174,189],[103,146,163],[134,179,200],[107,155,177],[83,135,156],[99,154,174],[73,131,145],[44,102,113],[120,179,187],[121,179,183],[68,126,130],[81,139,143],[86,143,150],[67,124,135],[100,153,161],[110,158,158],[102,148,145],[91,137,135],[109,155,155],[130,175,180],[106,153,159],[142,189,197],[121,168,178],[70,117,127],[107,154,164],[158,205,213],[94,141,147],[79,127,131],[66,111,114],[76,121,124],[110,146,146],[148,164,161],[163,169,159],[182,185,164],[144,143,123],[149,142,132],[248,237,233],[246,230,231],[215,197,195],[177,161,145],[117,109,86],[123,125,101],[147,155,134],[116,122,110],[130,128,116],[111,94,76],[153,127,104],[134,102,81],[161,125,101],[156,121,91],[195,161,124],[160,126,88],[215,180,142],[175,135,100],[182,138,103],[172,123,83],[209,158,113],[184,137,83],[184,139,84],[195,153,103],[152,113,70],[104,69,37],[142,110,87],[182,151,131],[158,141,121],[213,219,193],[228,244,217],[72,82,58],[80,85,65],[154,153,135],[199,196,179],[133,127,111],[90,89,71],[83,88,68],[112,129,110],[133,166,145],[92,126,109],[72,94,82],[105,118,108],[141,150,131],[105,116,99],[71,84,77],[75,91,88],[55,75,66],[85,100,95],[56,64,66],[96,95,91],[144,136,115],[109,95,68],[54,37,17],[157,142,123],[117,111,87],[61,63,42],[65,75,64],[87,92,85],[74,64,54],[61,45,32],[59,45,32],[71,59,45],[21,12,0],[34,27,9],[82,75,56],[55,47,26],[59,48,26],[62,47,24],[59,41,17],[81,56,34],[107,76,55],[91,56,34],[71,35,13],[60,23,4],[28,0,0],[41,12,4],[41,16,11],[30,11,7],[26,12,11],[20,10,11],[11,2,5],[7,1,3],[7,1,1],[8,2,2],[10,2,0],[10,2,0],[9,3,3],[9,3,5],[10,5,9],[15,11,12],[10,6,3],[4,0,0],[9,4,1],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[10,6,5],[7,3,2],[7,3,2],[6,2,3],[6,2,3],[6,2,1],[6,2,1],[5,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[7,5,6],[3,1,2],[4,2,3],[12,10,11],[1,0,0],[7,5,6],[5,3,4]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,6],[0,3,8],[2,7,11],[2,7,11],[4,9,13],[7,14,20],[8,17,24],[17,26,33],[17,26,33],[12,23,27],[28,39,43],[32,46,47],[27,41,42],[41,57,56],[48,64,63],[56,75,71],[64,83,79],[49,68,62],[37,56,50],[45,66,59],[58,79,70],[70,91,84],[56,79,73],[46,71,67],[39,64,58],[49,72,64],[55,78,70],[50,73,65],[59,82,74],[77,98,91],[63,82,76],[70,90,81],[75,92,82],[73,90,74],[80,95,74],[119,133,107],[162,175,145],[212,227,196],[148,168,143],[142,165,145],[102,124,111],[92,119,110],[136,171,165],[132,173,167],[84,131,125],[97,144,136],[130,173,166],[100,137,130],[110,137,132],[145,170,167],[182,210,211],[130,164,165],[142,186,187],[108,156,160],[129,168,183],[103,146,165],[94,146,168],[107,165,187],[98,156,178],[99,158,176],[100,160,171],[105,159,169],[112,159,169],[147,184,200],[183,208,230],[190,208,230],[170,189,203],[166,183,190],[197,209,205],[182,198,195],[165,194,198],[140,176,188],[218,255,255],[173,216,233],[100,147,167],[96,147,166],[129,182,200],[94,147,163],[74,128,140],[130,185,192],[116,171,174],[79,137,139],[74,132,136],[71,128,137],[71,129,140],[73,128,135],[94,142,142],[106,151,146],[79,125,122],[107,153,153],[166,211,214],[118,163,168],[146,191,197],[148,195,203],[115,162,170],[72,116,125],[126,171,177],[111,156,161],[97,142,145],[78,122,123],[49,93,94],[106,140,139],[141,158,152],[162,168,158],[187,191,176],[159,160,146],[211,202,195],[250,236,235],[255,247,247],[240,229,227],[159,156,141],[100,103,82],[92,100,79],[120,128,107],[154,156,142],[81,75,59],[123,111,89],[155,133,110],[200,164,148],[184,146,127],[173,138,106],[222,189,148],[187,155,108],[231,199,152],[181,144,102],[106,64,26],[180,131,98],[197,147,110],[163,114,71],[147,101,52],[195,153,103],[192,154,107],[178,143,103],[119,86,53],[185,153,128],[255,234,211],[212,210,185],[254,255,236],[152,153,135],[110,108,93],[188,186,173],[196,194,181],[218,215,200],[89,86,69],[90,87,70],[120,125,105],[164,182,158],[133,155,132],[165,177,157],[149,156,138],[77,87,63],[70,82,62],[46,59,50],[46,63,57],[72,89,79],[102,115,108],[37,41,42],[149,145,142],[247,236,214],[229,213,187],[178,160,140],[116,101,82],[64,58,34],[67,70,49],[37,49,37],[45,55,46],[59,57,44],[75,66,51],[74,65,50],[28,21,5],[29,22,6],[99,92,76],[52,43,28],[30,18,2],[58,42,26],[53,34,17],[51,28,10],[72,45,26],[116,85,65],[109,74,52],[85,49,25],[52,15,0],[46,14,1],[50,21,13],[46,21,16],[40,21,17],[34,20,19],[18,8,7],[7,0,0],[10,4,6],[13,7,7],[13,7,7],[12,4,2],[9,1,0],[8,2,2],[7,1,1],[6,2,3],[9,5,6],[7,1,1],[9,3,3],[15,9,9],[10,4,4],[8,4,5],[12,8,9],[7,3,4],[6,2,3],[7,3,4],[7,3,4],[7,3,4],[7,3,2],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[6,4,5],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,4],[1,0,4],[0,0,4],[1,0,5],[1,2,7],[3,4,9],[4,7,12],[3,8,12],[2,9,15],[6,13,21],[7,16,25],[10,18,29],[17,27,36],[14,24,33],[21,32,38],[25,39,42],[21,35,38],[32,48,48],[35,53,53],[59,79,77],[57,77,75],[45,66,61],[44,65,60],[46,67,62],[52,73,68],[54,77,71],[46,71,67],[46,71,67],[44,69,63],[30,55,49],[37,62,56],[55,78,72],[56,79,73],[66,87,82],[86,105,99],[54,71,63],[82,98,87],[99,113,98],[102,115,95],[155,169,143],[207,221,188],[176,189,159],[141,155,132],[155,172,154],[130,155,136],[105,137,124],[83,128,121],[109,156,150],[129,166,158],[200,233,224],[187,222,216],[117,148,142],[174,196,183],[158,180,167],[130,160,152],[120,152,149],[156,191,187],[143,179,177],[116,154,155],[133,171,182],[137,179,201],[98,148,175],[89,150,178],[92,160,183],[89,154,172],[97,157,168],[93,146,154],[93,137,146],[172,208,220],[158,184,197],[178,194,207],[190,203,212],[181,197,197],[169,191,189],[149,179,181],[192,227,233],[194,232,243],[130,172,186],[120,166,182],[126,173,191],[134,183,200],[116,168,182],[84,136,147],[103,156,164],[83,136,140],[61,116,119],[65,123,127],[65,124,132],[64,124,134],[72,129,136],[111,159,159],[80,125,122],[117,161,160],[124,168,169],[148,192,195],[161,204,210],[148,191,198],[152,195,204],[156,199,208],[117,160,169],[107,150,157],[148,191,197],[126,170,173],[70,111,113],[83,125,124],[93,128,124],[92,109,99],[136,144,133],[219,225,215],[204,201,194],[243,232,230],[235,219,220],[213,201,201],[245,242,237],[192,202,191],[110,124,107],[106,117,100],[105,109,92],[118,111,93],[128,117,99],[107,99,76],[123,106,86],[183,146,138],[198,156,144],[176,140,108],[213,181,134],[195,166,110],[165,136,80],[218,184,138],[181,142,103],[114,67,37],[198,148,121],[209,160,127],[180,132,92],[189,146,101],[138,102,54],[247,215,168],[188,156,115],[96,63,32],[195,167,143],[236,220,195],[231,218,199],[251,234,224],[237,224,216],[219,216,207],[177,177,167],[191,189,177],[163,155,142],[76,58,44],[134,117,101],[188,183,161],[117,117,91],[100,98,73],[106,108,84],[80,92,70],[98,115,97],[124,140,130],[27,38,30],[56,64,49],[130,132,119],[165,160,157],[154,145,140],[134,123,103],[163,151,127],[134,120,107],[63,53,41],[72,70,49],[51,55,32],[53,62,45],[58,66,51],[75,78,59],[46,45,25],[61,60,42],[23,20,3],[78,72,58],[112,102,90],[39,27,15],[59,42,32],[60,40,29],[55,31,19],[52,24,10],[58,26,11],[110,77,58],[135,100,78],[114,78,54],[38,3,0],[42,8,0],[45,15,7],[44,19,12],[47,26,21],[47,31,31],[30,20,19],[13,4,5],[11,5,5],[4,0,0],[7,1,1],[10,2,0],[10,2,0],[10,4,4],[9,3,5],[6,1,5],[5,0,4],[7,1,5],[13,4,9],[8,2,6],[4,0,2],[4,0,2],[5,0,3],[8,3,7],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[2,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[10,6,7],[9,5,6],[3,0,0],[9,5,6]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[2,3,7],[2,3,8],[2,5,10],[4,9,13],[0,8,11],[0,6,12],[1,10,17],[0,9,18],[0,2,12],[12,22,31],[18,31,39],[13,26,32],[27,42,45],[34,49,52],[32,50,50],[25,43,43],[49,69,68],[35,55,53],[40,60,58],[60,82,79],[53,75,72],[49,71,68],[50,72,69],[48,73,70],[39,64,61],[37,62,58],[27,52,46],[61,84,78],[76,97,90],[47,68,61],[75,95,86],[81,98,88],[73,89,76],[55,69,52],[61,76,55],[152,166,141],[169,182,152],[156,170,135],[167,182,151],[199,216,198],[199,221,208],[100,128,113],[122,160,145],[107,154,146],[102,149,141],[141,174,165],[181,211,201],[155,186,180],[139,169,161],[146,168,155],[163,185,172],[184,214,204],[151,184,177],[125,156,150],[140,171,166],[127,163,159],[207,247,249],[218,255,255],[106,152,175],[84,142,166],[88,152,177],[81,147,169],[96,159,176],[104,158,168],[125,174,181],[108,152,161],[121,155,164],[181,199,209],[215,225,234],[191,206,209],[150,170,171],[169,197,198],[183,216,221],[157,197,205],[160,204,215],[90,133,149],[179,222,238],[151,189,202],[148,184,196],[131,170,177],[87,131,134],[72,123,124],[65,123,124],[79,138,142],[65,124,128],[49,104,109],[114,165,169],[172,220,220],[124,170,168],[70,119,116],[106,152,152],[121,162,164],[108,149,153],[110,155,161],[88,135,143],[100,144,155],[118,162,175],[118,165,175],[94,139,145],[118,162,165],[111,151,151],[98,137,134],[89,120,114],[135,151,141],[145,151,141],[192,193,187],[232,227,223],[249,235,234],[230,214,214],[199,186,180],[181,178,169],[195,207,193],[143,157,140],[135,140,120],[171,169,148],[138,125,106],[216,201,178],[115,103,77],[91,73,51],[172,135,126],[225,183,169],[229,190,157],[209,177,130],[183,157,100],[157,131,74],[186,154,105],[226,188,149],[148,104,75],[127,81,55],[203,158,127],[193,151,113],[199,158,114],[168,130,81],[181,149,98],[177,149,101],[148,118,80],[188,161,131],[245,221,193],[210,188,165],[178,155,141],[183,163,154],[211,203,190],[179,176,161],[170,164,148],[215,202,186],[152,126,111],[132,105,86],[173,156,130],[128,117,87],[89,83,51],[46,49,18],[104,120,93],[124,143,123],[111,123,109],[70,76,62],[39,41,20],[124,119,99],[167,159,146],[93,83,71],[79,68,48],[113,102,82],[112,99,91],[64,53,47],[37,34,17],[48,50,29],[43,51,28],[52,62,38],[73,78,55],[61,65,42],[47,46,25],[45,40,21],[85,76,59],[83,70,54],[63,47,34],[41,23,13],[69,49,40],[59,37,26],[65,41,29],[62,34,20],[89,58,40],[112,80,57],[127,91,65],[72,36,12],[50,17,2],[42,14,3],[28,3,0],[24,5,0],[30,16,13],[25,15,14],[10,4,4],[7,1,1],[9,3,3],[11,5,5],[9,4,1],[7,2,0],[9,3,3],[8,4,5],[7,2,6],[7,2,6],[6,0,4],[9,3,7],[6,0,4],[13,7,11],[11,5,9],[3,0,2],[7,2,6],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[1,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[7,3,4],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[6,2,3]],[[1,1,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[4,4,6],[0,0,4],[3,4,8],[0,2,7],[1,6,10],[0,5,9],[0,6,9],[1,8,14],[0,2,7],[62,75,81],[112,125,131],[0,3,9],[10,25,30],[25,40,43],[30,48,50],[30,48,50],[32,50,50],[21,39,39],[50,69,67],[66,86,84],[64,84,82],[55,75,73],[46,66,64],[49,70,65],[63,83,81],[52,73,74],[44,65,66],[45,65,63],[73,94,89],[77,96,90],[71,88,80],[52,68,57],[55,69,54],[53,68,49],[79,92,72],[85,97,73],[86,99,71],[139,153,120],[167,181,146],[184,198,162],[161,180,150],[137,165,151],[69,104,98],[77,114,106],[84,124,113],[105,147,137],[103,145,135],[127,163,153],[167,198,190],[162,191,186],[154,181,176],[146,169,163],[187,212,206],[144,173,168],[126,158,153],[170,203,196],[150,185,179],[130,166,162],[138,178,178],[127,170,179],[112,155,171],[137,183,198],[107,158,175],[84,144,168],[89,151,172],[119,173,185],[104,154,163],[91,143,156],[113,157,168],[178,203,208],[179,194,197],[214,225,227],[159,173,174],[181,200,204],[196,225,231],[166,211,217],[114,164,173],[83,130,140],[177,214,222],[187,206,212],[181,192,196],[181,195,196],[140,169,167],[83,133,130],[91,156,152],[105,171,169],[49,109,107],[69,113,112],[109,149,149],[188,232,235],[107,156,160],[25,79,79],[91,141,140],[189,222,227],[145,179,188],[88,138,145],[86,140,150],[97,146,163],[86,134,154],[101,152,169],[79,128,142],[69,114,120],[106,144,145],[81,112,107],[120,139,133],[186,192,188],[191,188,183],[254,247,239],[253,242,236],[192,181,177],[196,183,175],[199,183,168],[156,145,125],[197,196,176],[207,206,185],[139,129,102],[157,143,114],[242,226,200],[213,193,168],[144,123,94],[155,128,101],[100,68,47],[175,137,116],[239,198,168],[230,192,153],[228,200,153],[185,159,110],[164,130,85],[180,141,102],[194,151,117],[121,80,48],[225,189,153],[212,177,137],[182,139,96],[171,129,79],[193,161,104],[197,170,115],[176,153,109],[184,162,121],[232,210,169],[173,150,116],[169,144,122],[203,180,162],[201,185,160],[131,117,90],[148,133,104],[209,189,162],[165,139,116],[111,85,60],[137,119,83],[145,136,97],[138,134,97],[152,158,122],[42,59,23],[83,102,70],[164,172,148],[158,157,136],[80,74,48],[92,82,55],[103,96,67],[119,114,85],[111,104,78],[83,72,54],[116,101,96],[77,61,61],[76,67,60],[88,86,71],[101,111,84],[60,74,41],[97,103,77],[93,93,69],[82,76,52],[67,57,32],[97,81,58],[82,64,44],[69,50,33],[66,48,34],[69,55,44],[42,29,20],[48,35,26],[43,27,14],[71,48,30],[103,75,53],[98,63,35],[88,51,25],[57,24,5],[59,31,17],[38,14,2],[16,0,0],[17,3,0],[14,4,3],[5,0,0],[7,3,4],[10,6,7],[6,2,3],[10,6,5],[11,7,6],[4,0,1],[2,0,1],[6,4,7],[3,1,4],[5,0,4],[8,3,7],[9,4,8],[6,1,5],[7,2,6],[9,4,8],[7,2,6],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[7,5,6],[0,0,0],[1,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[2,0,3],[1,0,2],[2,0,3],[5,3,6],[3,1,4],[1,0,2],[8,6,9],[1,0,2],[8,6,9],[6,4,7],[1,0,2],[178,176,179]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[4,5,9],[4,8,11],[0,4,8],[2,7,11],[0,8,11],[1,9,12],[6,15,20],[0,10,14],[60,74,77],[85,100,103],[7,22,25],[17,32,35],[18,36,38],[29,47,49],[28,46,46],[31,49,49],[28,47,45],[47,66,64],[53,73,71],[48,68,66],[44,64,62],[38,58,56],[40,61,56],[52,72,70],[44,64,63],[51,71,70],[59,78,76],[84,103,97],[69,86,78],[60,76,65],[61,75,60],[54,67,49],[72,86,63],[118,131,105],[118,131,103],[102,113,83],[116,127,95],[154,168,133],[144,158,123],[80,100,72],[80,112,99],[51,91,83],[51,91,83],[66,106,98],[94,134,126],[113,150,143],[119,154,148],[104,135,129],[170,200,192],[155,182,175],[160,187,180],[197,227,219],[117,148,142],[131,166,160],[165,204,199],[140,179,174],[125,164,159],[83,125,123],[93,138,143],[155,199,208],[165,208,217],[166,212,225],[119,176,196],[78,139,158],[82,135,149],[90,142,153],[101,155,167],[147,194,202],[160,189,193],[158,178,179],[184,198,199],[207,218,220],[245,255,255],[217,242,247],[119,162,168],[106,157,161],[102,151,155],[90,125,127],[186,200,200],[220,224,223],[211,220,215],[213,236,230],[80,129,123],[109,170,163],[180,241,236],[138,188,185],[158,184,183],[234,255,255],[200,237,245],[47,94,100],[45,101,102],[98,148,149],[232,255,255],[184,214,222],[93,143,150],[81,139,150],[91,142,159],[85,133,153],[74,127,145],[91,143,156],[78,121,127],[95,129,128],[122,148,139],[136,149,140],[239,240,235],[199,192,186],[255,244,236],[239,226,217],[155,146,139],[172,162,152],[217,200,180],[156,142,116],[175,169,147],[207,201,177],[185,170,139],[169,150,118],[171,154,126],[185,165,140],[184,158,131],[225,195,167],[210,178,153],[175,139,113],[193,152,122],[179,139,104],[175,146,104],[135,108,65],[172,137,97],[134,95,56],[146,106,71],[158,120,84],[238,206,168],[202,169,128],[213,172,128],[179,137,89],[209,177,120],[152,125,70],[101,79,32],[147,125,84],[152,130,89],[139,117,78],[174,151,119],[206,183,152],[183,160,126],[178,156,119],[164,140,104],[160,136,100],[157,133,99],[152,129,97],[180,164,128],[184,171,136],[169,163,129],[223,224,190],[123,133,96],[114,126,90],[185,186,155],[179,173,147],[177,167,140],[158,149,118],[108,102,66],[93,89,54],[57,52,23],[122,114,95],[94,81,73],[74,60,57],[97,88,81],[107,105,90],[132,141,112],[71,81,47],[93,94,63],[146,139,111],[145,134,106],[120,104,78],[102,82,57],[106,84,61],[69,48,27],[58,39,22],[60,47,31],[53,41,27],[59,46,30],[47,30,14],[213,188,166],[129,97,72],[118,79,50],[91,52,23],[85,53,32],[100,73,56],[87,65,52],[43,26,16],[11,0,0],[9,1,0],[12,6,6],[11,7,8],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[19,17,18],[15,13,14],[0,0,2],[4,4,6],[2,0,1],[7,3,4],[11,7,8],[11,7,8],[5,1,2],[3,0,0],[3,1,2],[9,7,8],[2,0,1],[6,4,5],[1,0,0],[7,5,6],[11,11,11],[0,0,0],[75,75,75],[251,251,251],[9,7,10],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[1,0,2],[3,1,4],[4,2,5],[4,2,5],[1,0,2],[5,3,6],[4,2,5],[1,0,2],[2,0,3],[1,0,2],[73,71,74]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,2],[1,1,3],[3,4,8],[3,4,8],[0,1,6],[4,9,13],[3,11,14],[1,9,12],[7,16,21],[2,13,17],[0,3,9],[0,12,18],[0,10,13],[11,26,29],[13,28,31],[24,39,42],[20,36,36],[19,35,35],[27,45,45],[38,56,56],[37,56,54],[34,53,51],[35,55,53],[33,53,51],[31,52,47],[38,59,54],[41,60,56],[54,73,69],[54,73,67],[62,79,71],[76,92,82],[106,122,109],[106,120,105],[104,117,99],[108,121,101],[125,137,113],[121,134,108],[105,118,92],[145,158,130],[185,200,171],[102,117,88],[91,109,83],[112,141,123],[132,165,154],[92,127,120],[147,181,180],[193,227,229],[130,164,166],[81,112,114],[85,117,114],[113,145,134],[113,145,130],[139,172,155],[194,228,212],[155,193,182],[106,145,140],[90,132,131],[123,164,166],[116,158,156],[101,143,141],[155,201,201],[195,243,247],[140,189,196],[122,174,185],[106,162,175],[97,153,166],[105,161,174],[94,146,157],[109,156,166],[129,170,176],[166,197,200],[175,199,201],[191,209,211],[203,217,218],[225,234,239],[192,209,216],[113,151,154],[124,172,172],[104,154,151],[91,133,129],[149,176,171],[182,201,195],[171,191,182],[163,193,183],[174,220,210],[169,218,212],[224,255,255],[235,255,255],[231,232,237],[227,227,237],[171,195,207],[82,122,132],[68,117,121],[147,191,194],[235,255,255],[167,196,204],[93,142,147],[89,144,151],[91,140,154],[85,132,148],[81,130,144],[62,111,118],[90,130,130],[125,154,149],[145,165,153],[156,167,153],[251,251,241],[255,253,244],[237,225,213],[180,166,155],[143,134,125],[214,204,192],[186,171,150],[183,168,145],[178,173,153],[214,209,187],[230,219,189],[188,173,142],[147,133,106],[155,137,113],[211,187,161],[173,146,119],[136,106,80],[113,79,52],[125,86,57],[183,147,113],[175,146,106],[103,74,34],[149,115,77],[183,145,109],[168,129,96],[160,124,90],[163,130,95],[163,131,92],[252,213,172],[218,180,133],[218,185,132],[162,132,82],[131,97,59],[202,172,138],[251,226,195],[175,155,120],[112,93,53],[156,134,93],[223,195,156],[181,149,111],[186,154,116],[122,93,53],[141,120,75],[133,118,77],[143,130,98],[190,178,152],[183,168,145],[188,176,150],[180,176,141],[190,187,152],[226,221,191],[201,196,167],[144,137,109],[130,123,94],[184,178,146],[174,168,136],[113,108,79],[131,125,101],[98,92,76],[74,68,54],[60,56,44],[60,58,43],[59,61,39],[69,68,40],[99,89,54],[167,151,117],[127,108,76],[92,71,42],[86,65,38],[78,54,30],[45,23,0],[43,21,0],[54,32,9],[84,60,36],[92,66,41],[65,35,9],[106,72,44],[106,67,36],[126,83,49],[89,48,20],[72,40,19],[69,41,27],[67,45,32],[55,36,29],[30,16,13],[12,4,2],[7,1,1],[4,0,1],[8,4,5],[18,14,15],[4,0,0],[10,6,5],[44,42,43],[38,36,37],[5,5,7],[3,1,4],[11,7,8],[3,0,0],[3,0,0],[7,3,4],[9,5,6],[6,2,3],[3,1,2],[6,4,5],[1,0,0],[8,6,7],[3,1,2],[1,0,0],[7,7,7],[0,0,0],[18,18,18],[94,94,94],[6,4,7],[1,0,2],[2,0,3],[7,5,8],[2,0,3],[3,1,4],[6,4,7],[1,0,2],[2,0,3],[2,0,3],[1,0,2],[8,6,9],[1,0,2],[6,4,7],[3,1,4],[2,0,3]],[[1,1,0],[1,1,0],[0,0,0],[1,1,0],[5,5,5],[6,6,6],[3,3,5],[2,2,4],[0,0,4],[0,2,5],[0,3,7],[9,14,18],[9,17,20],[3,13,15],[7,16,21],[3,14,18],[14,25,31],[3,16,22],[11,25,28],[8,23,26],[6,21,24],[14,29,32],[28,44,44],[34,50,50],[23,41,41],[31,49,49],[32,51,49],[33,52,50],[40,60,58],[38,58,56],[33,54,49],[37,58,51],[29,49,40],[42,59,49],[53,70,60],[59,77,65],[100,116,103],[151,165,150],[104,118,101],[72,85,67],[101,114,94],[98,112,89],[83,95,73],[94,106,82],[163,177,152],[212,226,201],[155,169,144],[130,148,124],[157,182,163],[168,196,182],[120,149,144],[189,219,217],[160,191,194],[83,114,117],[88,119,121],[62,94,91],[97,130,119],[130,164,148],[142,176,160],[108,146,131],[129,171,159],[131,176,169],[133,179,179],[92,137,140],[94,138,137],[126,170,169],[162,208,206],[136,186,187],[129,184,189],[95,152,159],[80,133,139],[103,156,162],[122,176,188],[105,155,166],[102,143,149],[168,201,206],[181,212,217],[205,233,237],[187,211,213],[196,214,214],[223,233,235],[167,182,185],[174,206,203],[133,176,169],[107,152,145],[78,120,110],[117,144,137],[136,157,150],[153,174,165],[155,182,173],[170,208,197],[141,181,172],[185,214,209],[217,229,229],[255,245,253],[194,184,195],[199,216,224],[131,164,169],[109,151,149],[113,152,149],[202,226,228],[151,176,180],[84,130,130],[109,163,165],[85,132,142],[80,124,137],[103,150,160],[81,122,128],[73,107,108],[109,134,128],[127,140,130],[229,233,219],[253,249,237],[239,229,217],[195,182,166],[145,132,116],[139,129,117],[192,183,168],[230,215,192],[179,167,143],[125,123,102],[156,154,133],[212,203,174],[188,174,145],[111,99,75],[132,117,94],[150,130,106],[146,120,95],[159,129,105],[158,124,97],[153,118,88],[187,152,120],[161,131,95],[125,95,57],[148,115,80],[140,106,71],[192,157,125],[159,126,95],[177,144,111],[189,156,121],[203,170,129],[223,190,145],[236,206,156],[209,176,131],[222,184,148],[255,237,208],[255,236,208],[141,118,86],[138,117,72],[213,189,141],[253,221,180],[231,196,156],[175,140,100],[180,149,105],[181,159,110],[134,117,73],[110,94,68],[105,90,71],[97,78,61],[140,122,100],[128,111,83],[169,154,123],[211,200,168],[219,213,179],[131,127,92],[85,81,46],[103,97,63],[145,139,107],[153,146,118],[109,105,80],[57,56,36],[83,84,66],[81,82,64],[46,45,27],[45,42,23],[58,48,23],[115,97,61],[148,124,86],[94,71,37],[66,45,14],[99,78,51],[85,63,40],[101,79,56],[78,54,30],[73,46,19],[131,100,71],[121,86,54],[118,82,48],[141,101,66],[128,85,51],[94,49,16],[92,51,23],[66,34,13],[52,24,10],[41,19,6],[36,19,11],[26,15,11],[14,6,4],[6,0,0],[6,2,3],[4,0,1],[6,2,3],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,2,4],[4,4,6],[4,2,3],[5,1,2],[7,3,4],[8,4,5],[6,2,3],[3,0,0],[2,0,1],[6,4,5],[8,6,7],[2,0,1],[9,7,8],[5,3,4],[0,0,0],[7,7,7],[4,4,4],[0,0,0],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[7,5,8],[8,6,9],[2,0,3],[2,0,3],[9,7,10],[1,0,2],[5,3,6],[8,6,9],[5,3,6],[7,5,8],[2,0,3]],[[1,1,0],[2,2,0],[0,0,0],[2,2,0],[7,7,7],[7,7,7],[4,4,6],[3,3,5],[2,3,7],[1,5,8],[2,7,11],[15,20,24],[15,22,28],[10,19,24],[14,23,28],[10,21,25],[10,21,27],[8,19,25],[14,25,31],[11,24,30],[15,29,32],[8,22,25],[24,39,42],[28,43,46],[25,41,41],[33,49,49],[33,52,50],[36,55,53],[44,64,62],[42,62,60],[38,59,54],[43,62,56],[56,74,62],[74,90,77],[97,113,100],[103,117,102],[90,104,87],[121,134,116],[123,136,118],[103,115,95],[88,100,80],[76,88,68],[105,117,97],[94,106,84],[168,182,159],[194,208,185],[120,134,111],[134,149,130],[129,149,137],[65,88,78],[110,135,129],[138,167,162],[102,133,128],[107,139,136],[61,93,90],[55,87,82],[95,128,121],[101,136,129],[93,130,122],[89,129,120],[119,164,157],[104,153,147],[129,179,176],[122,172,169],[116,162,160],[124,168,167],[151,197,194],[118,170,166],[94,155,158],[92,153,156],[108,158,157],[98,146,146],[78,128,137],[110,154,165],[143,174,177],[215,240,244],[169,198,206],[152,182,190],[141,169,172],[158,182,182],[207,223,223],[193,212,210],[214,244,236],[166,199,188],[141,174,163],[118,148,138],[174,193,187],[173,188,183],[200,215,210],[173,193,184],[132,158,147],[140,168,156],[164,185,176],[208,217,214],[251,242,247],[223,213,221],[187,199,197],[169,195,186],[115,149,135],[170,202,189],[204,224,215],[129,152,146],[107,148,142],[96,145,142],[97,140,146],[82,122,132],[73,111,122],[80,112,123],[79,104,109],[159,175,175],[169,174,170],[255,255,248],[219,211,198],[221,210,192],[174,159,138],[170,155,136],[150,141,124],[106,97,80],[225,211,185],[200,188,162],[99,98,78],[127,126,106],[176,169,141],[183,173,146],[190,182,161],[138,127,107],[151,135,112],[138,113,91],[196,166,142],[195,163,138],[191,162,132],[161,132,100],[166,133,100],[156,123,90],[175,145,111],[156,127,95],[159,130,100],[95,64,35],[105,74,45],[143,112,81],[156,128,91],[158,130,90],[164,137,92],[216,184,143],[184,148,112],[151,112,83],[140,104,78],[116,82,54],[124,95,53],[173,145,98],[121,89,48],[146,113,72],[163,130,89],[186,155,111],[141,113,66],[115,90,49],[128,106,82],[116,95,78],[104,87,69],[115,94,77],[110,81,65],[194,168,145],[159,143,110],[180,173,131],[215,213,165],[137,135,87],[44,36,0],[57,46,14],[45,34,12],[42,35,17],[60,61,43],[70,74,57],[54,57,36],[43,42,21],[91,83,62],[136,120,94],[150,126,90],[139,114,74],[113,90,58],[75,54,27],[63,45,23],[77,59,39],[130,112,92],[125,103,80],[173,143,117],[142,107,75],[140,102,66],[172,129,94],[167,123,88],[139,95,60],[112,67,36],[84,44,18],[44,11,0],[68,40,26],[58,36,25],[25,6,0],[14,0,0],[17,9,7],[12,6,6],[7,3,4],[10,6,7],[3,0,0],[9,3,3],[14,8,8],[8,4,5],[8,6,7],[8,8,10],[1,0,2],[9,5,6],[10,6,7],[8,4,5],[5,1,2],[8,4,5],[13,9,10],[6,4,5],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[7,7,7],[8,8,8],[2,2,2],[9,9,9],[1,0,2],[8,6,9],[6,4,7],[2,0,3],[6,4,7],[5,3,6],[2,0,3],[6,4,7],[3,1,4],[9,7,10],[4,2,5],[1,0,2],[5,3,6],[1,0,2],[1,0,2],[7,5,8]],[[0,0,0],[1,1,0],[0,0,0],[1,1,0],[4,4,4],[4,4,4],[2,2,4],[1,2,4],[1,5,8],[2,6,9],[1,6,10],[9,17,20],[11,20,25],[10,19,24],[16,27,31],[13,24,28],[8,19,25],[14,25,31],[10,21,27],[11,22,28],[16,30,33],[7,21,24],[21,36,39],[27,42,45],[24,40,40],[30,46,46],[28,47,45],[29,48,46],[34,54,52],[32,52,50],[31,52,47],[41,61,52],[57,73,60],[101,115,98],[57,70,52],[55,68,50],[74,86,66],[83,95,75],[114,123,102],[143,152,131],[105,114,93],[80,89,68],[113,122,101],[109,121,99],[101,113,91],[98,112,89],[128,142,119],[129,144,125],[66,84,72],[86,107,98],[98,121,113],[84,111,102],[88,118,110],[92,125,116],[62,95,88],[87,122,116],[88,123,119],[91,127,123],[58,97,94],[87,128,124],[84,131,125],[79,130,123],[76,129,121],[73,124,119],[91,137,135],[119,163,162],[107,154,148],[97,150,144],[87,149,148],[103,165,162],[108,158,149],[126,168,164],[131,174,180],[111,148,156],[137,158,161],[214,232,234],[190,217,224],[128,158,166],[135,166,169],[182,208,209],[202,218,218],[213,228,225],[218,238,227],[203,227,213],[197,221,207],[187,209,197],[184,201,195],[168,183,180],[202,218,215],[164,183,177],[114,138,124],[137,160,144],[127,143,132],[162,169,162],[247,242,246],[226,221,225],[209,216,209],[158,176,164],[183,210,193],[235,255,245],[164,180,169],[129,149,140],[82,119,111],[115,158,151],[109,149,149],[88,123,127],[70,101,106],[35,60,65],[118,138,139],[200,211,207],[187,184,179],[242,232,222],[183,172,154],[182,167,144],[168,150,126],[185,169,146],[169,158,140],[135,124,106],[216,200,175],[199,187,161],[118,117,97],[183,185,164],[204,198,172],[166,159,133],[192,187,167],[192,185,166],[155,140,119],[188,166,143],[142,111,90],[127,95,70],[142,117,87],[170,143,113],[191,157,129],[164,130,102],[139,110,80],[160,135,104],[114,89,59],[116,89,62],[153,121,96],[129,99,71],[103,80,46],[102,82,45],[147,124,83],[177,147,109],[131,97,60],[169,130,97],[141,102,71],[150,111,80],[111,76,38],[70,37,0],[82,50,11],[90,61,21],[102,73,31],[135,106,64],[122,90,49],[129,99,63],[129,102,75],[118,96,73],[136,120,97],[120,102,80],[155,124,106],[159,129,105],[169,151,115],[103,95,49],[143,140,89],[169,163,115],[111,99,61],[116,101,72],[83,68,45],[66,58,37],[65,65,41],[60,64,39],[51,53,29],[91,86,64],[152,139,122],[117,99,77],[81,58,26],[80,57,23],[95,75,48],[72,56,33],[25,12,0],[37,23,10],[69,53,38],[169,150,133],[168,144,120],[73,42,13],[120,84,50],[142,104,68],[118,78,43],[178,137,105],[134,93,63],[70,33,7],[34,3,0],[58,32,17],[50,28,17],[23,6,0],[16,5,1],[16,8,6],[8,2,2],[7,3,4],[6,2,3],[9,5,6],[11,5,5],[7,1,1],[3,0,0],[3,0,0],[6,4,7],[12,10,13],[3,0,0],[17,13,14],[25,21,22],[14,10,11],[3,0,0],[3,0,0],[6,4,5],[7,5,6],[1,0,0],[7,5,6],[12,10,11],[3,1,2],[0,0,0],[2,2,2],[0,0,0],[5,5,5],[7,5,8],[5,3,6],[2,0,3],[4,2,5],[6,4,7],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[9,7,10],[1,0,2],[4,2,5],[3,1,4],[6,4,7],[1,0,2]],[[0,0,0],[1,1,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[0,0,2],[0,1,3],[0,1,4],[1,5,8],[1,6,10],[6,14,17],[9,18,23],[11,20,25],[17,28,32],[11,22,26],[9,20,26],[16,25,34],[14,23,30],[14,23,30],[15,26,32],[17,28,34],[22,36,39],[34,48,51],[24,38,39],[30,44,45],[27,43,42],[27,43,42],[29,48,44],[26,45,41],[26,45,41],[38,55,47],[83,95,81],[94,103,86],[81,90,71],[87,96,77],[82,90,69],[113,121,100],[136,144,121],[107,115,92],[62,70,47],[80,88,65],[115,123,100],[92,102,78],[74,84,60],[102,114,90],[138,150,126],[151,164,144],[91,107,96],[84,104,95],[81,105,92],[69,97,83],[81,113,98],[72,106,92],[75,108,99],[110,145,139],[85,119,118],[66,102,102],[78,116,117],[128,168,168],[69,114,111],[74,123,117],[79,130,121],[67,118,111],[103,145,143],[112,154,152],[81,126,119],[80,131,122],[70,131,124],[107,164,157],[149,192,182],[160,197,189],[125,159,160],[156,181,186],[182,196,197],[240,251,253],[196,216,223],[156,185,191],[116,150,152],[161,189,190],[186,196,198],[146,148,147],[166,173,165],[171,183,169],[213,230,214],[170,190,178],[153,176,168],[155,180,176],[154,181,176],[135,165,155],[145,173,158],[115,140,121],[103,121,105],[159,169,160],[197,197,199],[225,223,228],[227,227,227],[160,166,162],[229,246,236],[208,225,215],[153,164,156],[131,146,139],[105,135,125],[143,180,172],[118,153,147],[76,107,102],[69,91,88],[70,87,81],[161,173,161],[177,181,164],[169,161,142],[209,192,172],[190,176,150],[176,160,134],[195,175,148],[163,146,120],[179,168,148],[162,151,131],[211,195,170],[175,163,137],[109,111,90],[123,126,107],[172,168,143],[114,107,81],[95,90,70],[142,135,117],[231,216,197],[202,180,159],[186,156,132],[164,132,107],[166,143,112],[183,160,129],[149,115,88],[163,127,101],[152,125,98],[157,133,105],[103,82,55],[175,149,124],[182,150,127],[108,80,56],[92,76,43],[101,87,52],[94,71,39],[95,66,32],[145,113,74],[151,116,74],[194,155,114],[174,134,98],[137,98,67],[100,65,35],[87,58,24],[146,120,85],[111,85,48],[111,82,48],[95,62,31],[128,94,66],[174,145,113],[152,129,97],[100,86,57],[78,63,34],[133,108,78],[152,126,93],[155,137,97],[101,88,44],[115,103,61],[117,105,67],[122,105,75],[175,155,130],[184,167,141],[121,107,78],[95,89,53],[100,98,60],[101,98,65],[114,106,83],[83,66,56],[78,58,49],[59,42,22],[76,62,36],[93,80,61],[75,66,51],[47,38,29],[44,37,29],[58,49,40],[175,165,153],[196,180,164],[53,32,11],[75,49,24],[50,20,0],[65,34,5],[145,110,82],[146,110,84],[81,46,24],[67,36,18],[55,29,16],[36,13,5],[22,5,0],[17,6,4],[10,1,2],[5,0,1],[11,6,10],[5,1,2],[9,5,6],[6,0,0],[8,2,2],[15,11,12],[13,9,10],[3,1,4],[3,1,4],[5,1,2],[12,8,9],[14,10,11],[9,5,6],[5,1,2],[7,3,4],[6,4,5],[4,2,3],[14,12,13],[1,0,0],[4,2,3],[11,9,10],[5,5,5],[4,4,4],[3,3,3],[3,3,3],[6,4,7],[1,0,2],[3,1,4],[4,2,5],[1,0,2],[9,7,10],[14,12,15],[2,0,3],[2,0,3],[1,0,2],[5,3,6],[2,0,3],[15,13,16],[4,2,5],[12,10,13],[1,0,2]],[[0,0,0],[2,2,0],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,2],[1,2,4],[0,1,4],[2,7,10],[4,12,15],[12,20,23],[14,23,28],[15,26,30],[17,31,34],[7,20,26],[7,18,24],[12,21,30],[19,28,35],[18,27,34],[9,20,26],[21,32,36],[13,27,30],[27,41,42],[29,43,44],[34,48,48],[33,49,48],[34,50,47],[38,54,51],[32,51,47],[29,48,44],[41,57,47],[107,115,100],[119,124,104],[101,106,86],[64,67,46],[99,102,81],[163,167,144],[117,121,98],[85,89,64],[64,68,43],[88,94,68],[98,104,78],[129,138,111],[114,123,96],[124,135,105],[153,164,134],[162,176,151],[164,181,163],[132,155,139],[116,143,128],[74,105,90],[72,106,92],[76,112,100],[89,124,117],[77,114,107],[74,110,108],[72,108,108],[93,129,129],[101,140,139],[81,123,121],[97,142,137],[92,141,135],[96,143,137],[85,124,123],[80,119,116],[73,116,109],[81,131,120],[109,163,150],[128,180,167],[162,203,189],[112,144,133],[113,135,132],[178,192,192],[236,244,246],[241,249,251],[227,245,249],[185,210,214],[121,155,157],[138,166,169],[171,181,183],[151,153,152],[139,145,135],[151,159,144],[143,157,140],[121,141,129],[125,150,144],[122,153,148],[100,132,127],[121,154,145],[118,151,134],[150,178,156],[111,132,113],[164,178,165],[177,186,185],[190,194,195],[224,223,218],[255,255,246],[219,230,216],[193,205,191],[145,153,140],[103,115,103],[130,154,140],[124,155,140],[89,119,107],[77,103,92],[55,71,61],[174,182,171],[170,174,159],[186,183,164],[235,218,198],[209,187,164],[236,219,191],[220,203,173],[172,151,120],[183,163,136],[170,158,136],[169,158,136],[229,213,187],[176,164,138],[157,156,136],[163,164,146],[214,208,184],[173,166,140],[151,146,126],[160,153,134],[193,178,157],[189,167,144],[204,172,147],[231,200,172],[212,191,160],[159,136,105],[151,117,92],[165,131,106],[163,137,112],[156,136,109],[116,96,71],[129,107,83],[116,85,64],[99,73,50],[88,74,45],[117,106,76],[79,59,32],[112,87,56],[101,72,32],[177,144,99],[199,165,119],[174,141,100],[125,91,63],[126,94,69],[97,68,38],[129,103,70],[89,63,28],[91,62,30],[106,74,49],[100,69,41],[132,106,69],[173,154,114],[136,121,88],[98,85,53],[135,116,84],[141,121,86],[149,132,89],[151,137,92],[117,100,57],[120,100,63],[102,78,50],[76,52,28],[126,102,76],[235,214,183],[126,111,72],[86,74,34],[120,107,73],[132,118,92],[82,64,54],[60,43,36],[48,39,24],[74,67,49],[96,88,75],[66,59,49],[50,46,37],[46,41,35],[65,60,54],[57,50,42],[38,30,19],[48,36,20],[51,36,17],[52,31,10],[64,40,16],[79,49,25],[145,111,86],[102,67,47],[52,23,7],[52,26,13],[43,23,14],[26,9,2],[12,1,0],[14,5,6],[13,7,9],[3,0,2],[8,4,5],[9,5,6],[11,5,5],[9,3,3],[5,1,2],[4,0,1],[5,3,6],[7,5,8],[8,4,5],[5,1,2],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[3,1,2],[3,1,2],[6,4,5],[6,4,5],[1,0,0],[1,1,1],[6,6,6],[0,0,0],[4,4,4],[1,0,2],[1,0,2],[11,9,12],[4,2,5],[1,0,2],[33,31,34],[47,45,48],[6,4,7],[12,10,13],[11,9,12],[1,0,2],[2,0,3],[25,23,26],[1,0,2],[3,1,4],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,1,6],[0,0,5],[3,8,14],[16,23,29],[20,29,34],[16,27,31],[9,22,28],[7,18,24],[12,21,28],[14,23,30],[19,28,35],[21,30,37],[16,25,30],[14,23,28],[18,29,33],[21,32,34],[25,36,38],[29,41,41],[23,37,37],[24,39,36],[31,46,43],[31,46,41],[51,66,61],[93,104,96],[101,103,90],[42,39,22],[73,70,53],[102,99,80],[107,105,84],[151,149,126],[150,150,124],[110,110,84],[107,110,81],[123,126,97],[113,116,85],[107,112,80],[129,136,103],[148,158,124],[200,210,176],[121,135,102],[182,202,174],[118,142,118],[50,77,58],[97,127,115],[62,94,89],[59,95,93],[85,121,119],[101,137,135],[108,145,138],[93,130,122],[111,149,138],[127,164,156],[77,116,111],[80,120,119],[84,125,127],[73,113,115],[86,120,119],[73,108,104],[94,135,129],[105,148,138],[101,145,128],[113,154,136],[123,159,145],[139,167,155],[143,155,145],[195,200,194],[249,251,250],[251,255,255],[220,231,233],[135,155,156],[132,162,162],[114,144,144],[151,171,172],[118,130,128],[140,152,142],[135,147,133],[109,123,108],[121,141,130],[116,141,137],[93,121,122],[86,118,117],[87,120,113],[94,126,111],[115,144,124],[155,180,159],[163,184,169],[142,161,155],[145,156,148],[211,210,190],[217,216,188],[209,215,187],[213,223,196],[173,178,155],[132,141,120],[104,123,103],[126,149,131],[94,118,104],[150,167,157],[178,183,177],[255,255,250],[232,229,220],[229,219,209],[227,202,195],[234,206,192],[243,223,196],[179,160,127],[147,124,92],[162,141,112],[159,144,121],[176,164,142],[143,126,100],[160,146,120],[126,123,104],[96,95,75],[167,160,134],[153,141,115],[111,103,80],[152,141,121],[232,214,192],[223,199,175],[160,129,101],[183,152,123],[255,241,210],[144,121,90],[152,118,93],[195,160,138],[146,120,97],[175,155,130],[114,96,72],[125,105,81],[113,86,65],[86,61,39],[112,100,74],[122,112,85],[83,67,42],[73,49,23],[139,109,73],[185,153,112],[113,89,41],[130,107,65],[120,97,66],[114,90,64],[157,130,101],[114,83,52],[73,43,9],[107,76,45],[113,88,58],[120,100,67],[123,106,63],[121,106,63],[159,140,107],[94,79,48],[63,54,25],[71,62,29],[96,83,39],[196,180,129],[174,152,102],[155,131,85],[141,112,78],[98,68,40],[89,58,37],[219,188,167],[133,103,77],[92,65,36],[76,52,24],[101,81,56],[78,61,43],[42,30,16],[27,23,11],[25,23,11],[60,56,45],[62,55,45],[42,33,26],[72,63,56],[84,77,71],[42,37,31],[16,13,4],[35,31,22],[40,32,21],[36,24,10],[24,6,0],[62,35,14],[102,68,43],[120,84,62],[74,42,27],[38,11,0],[28,8,0],[28,11,4],[16,5,3],[13,4,5],[8,2,4],[4,0,3],[7,3,4],[7,3,4],[9,3,3],[10,4,4],[9,5,4],[8,4,5],[4,2,5],[4,2,5],[5,1,2],[13,9,8],[3,0,0],[11,7,6],[3,0,0],[8,4,3],[26,25,23],[4,3,1],[1,0,0],[7,6,4],[1,0,0],[9,8,6],[6,6,4],[3,3,1],[0,0,0],[1,1,1],[3,1,4],[7,5,8],[1,0,2],[6,4,7],[1,0,2],[13,11,14],[11,9,12],[1,0,2],[10,8,11],[7,5,8],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,2,7],[0,1,5],[0,7,13],[14,23,28],[21,32,36],[16,30,33],[9,22,28],[2,15,21],[15,26,32],[18,27,34],[21,30,37],[20,29,34],[15,24,29],[15,25,27],[22,33,35],[30,42,42],[33,45,45],[30,42,40],[22,34,32],[22,34,30],[34,46,42],[44,56,52],[47,59,55],[52,62,53],[81,79,66],[94,88,72],[111,106,87],[113,108,88],[115,110,88],[109,105,80],[110,106,79],[144,143,113],[139,138,108],[110,111,79],[133,137,104],[112,118,84],[79,87,50],[162,170,133],[176,186,149],[96,110,74],[133,155,119],[62,89,58],[76,105,83],[90,122,109],[72,107,101],[101,137,137],[90,129,128],[86,125,122],[132,169,162],[123,159,149],[117,153,139],[81,117,105],[60,95,88],[79,113,112],[85,120,124],[62,96,98],[96,125,123],[120,151,145],[89,126,119],[83,123,112],[101,136,116],[125,157,136],[145,177,162],[184,206,193],[190,194,179],[255,255,244],[254,255,253],[252,255,255],[181,190,187],[144,159,156],[111,140,136],[110,142,139],[128,160,155],[116,146,138],[109,133,119],[126,147,132],[159,177,165],[126,146,137],[87,109,107],[125,149,151],[121,149,150],[119,148,144],[121,149,137],[93,120,103],[186,211,192],[175,199,183],[87,110,100],[122,138,125],[208,208,182],[176,173,140],[212,218,184],[196,203,172],[189,193,166],[169,177,153],[206,220,197],[175,192,173],[91,110,91],[138,150,136],[236,232,223],[202,192,183],[176,168,155],[210,196,183],[226,198,187],[220,188,173],[203,182,155],[159,140,107],[144,121,87],[161,140,109],[138,123,100],[120,105,84],[138,121,95],[127,111,85],[151,146,126],[81,79,58],[92,81,53],[93,78,49],[152,140,114],[189,173,148],[127,106,79],[221,194,165],[196,163,132],[200,170,136],[255,233,202],[110,85,55],[103,69,44],[172,140,117],[177,153,129],[136,116,91],[135,117,93],[119,101,77],[97,72,50],[89,69,45],[106,96,71],[133,125,102],[68,53,32],[80,60,36],[132,103,73],[180,152,115],[114,95,55],[71,56,17],[86,71,38],[182,165,135],[176,151,120],[152,123,89],[145,115,79],[126,98,61],[101,79,42],[82,64,26],[142,127,86],[114,99,58],[157,137,104],[179,164,133],[62,59,26],[65,65,27],[79,68,23],[142,124,76],[208,182,133],[180,149,105],[177,144,109],[139,105,77],[166,130,106],[203,165,142],[168,128,103],[152,115,88],[89,55,28],[86,60,35],[73,56,36],[36,27,10],[28,26,14],[44,41,34],[68,61,51],[45,35,25],[47,33,22],[66,52,43],[58,48,39],[84,77,69],[43,40,33],[33,33,25],[50,46,37],[38,28,16],[23,4,0],[52,24,2],[61,24,0],[96,59,33],[95,63,48],[58,31,20],[41,21,12],[30,12,8],[13,1,1],[13,4,5],[11,5,7],[7,2,6],[7,3,4],[8,4,5],[10,4,4],[10,4,4],[9,5,4],[8,4,3],[5,3,4],[4,2,3],[12,8,7],[8,4,3],[3,0,0],[4,0,0],[11,7,6],[93,89,88],[49,48,46],[6,5,3],[13,12,10],[1,0,0],[8,7,5],[1,0,0],[6,6,4],[4,4,2],[0,0,0],[8,8,6],[5,3,4],[3,1,4],[5,3,6],[5,3,6],[6,4,7],[1,0,2],[1,0,2],[6,4,7],[8,6,9],[6,4,7],[4,2,5],[3,1,4],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,3,8],[0,1,5],[0,7,13],[13,22,27],[21,32,38],[18,31,37],[9,22,28],[0,13,19],[16,27,33],[20,31,37],[24,35,39],[21,32,36],[15,24,29],[14,24,26],[25,35,37],[36,46,47],[30,40,41],[29,39,38],[36,46,45],[37,48,44],[32,43,39],[42,53,47],[56,67,61],[60,65,58],[88,84,72],[159,150,135],[124,115,98],[94,86,67],[108,100,79],[105,99,75],[115,109,83],[114,110,81],[100,99,69],[104,105,73],[122,126,93],[173,177,142],[122,128,92],[193,201,164],[131,141,104],[92,108,71],[163,184,151],[134,160,131],[128,158,134],[102,135,118],[65,101,91],[72,108,104],[81,120,115],[104,143,138],[76,113,106],[94,129,122],[116,149,140],[75,106,98],[90,121,115],[113,144,139],[105,137,136],[68,98,96],[112,137,131],[113,140,131],[93,126,117],[87,121,107],[121,146,124],[141,165,143],[158,185,170],[184,202,188],[203,205,184],[249,243,227],[243,246,239],[236,242,238],[175,182,174],[129,142,132],[120,143,137],[100,135,128],[95,143,129],[104,155,138],[87,128,110],[87,119,104],[123,149,138],[122,143,138],[100,118,120],[114,132,136],[144,162,164],[130,148,148],[117,137,128],[158,178,166],[121,144,126],[135,159,143],[151,178,163],[129,147,131],[150,149,129],[143,137,113],[153,155,131],[177,181,158],[186,189,168],[109,112,91],[137,142,122],[195,204,183],[133,147,124],[160,168,145],[240,229,211],[207,190,170],[192,180,154],[153,137,111],[169,139,115],[207,175,150],[171,148,117],[169,148,117],[195,170,139],[182,158,130],[156,139,119],[144,129,108],[104,84,59],[124,107,81],[154,146,125],[68,62,40],[90,75,46],[86,67,35],[183,163,136],[152,131,102],[113,84,52],[170,137,102],[208,174,137],[249,217,179],[197,171,136],[98,71,41],[91,59,34],[182,150,127],[223,197,174],[137,115,91],[136,119,93],[106,89,63],[131,111,87],[109,91,67],[122,112,87],[123,115,92],[77,64,47],[121,104,86],[145,123,99],[133,112,85],[68,51,25],[61,47,18],[58,45,10],[219,205,166],[145,127,87],[87,68,26],[160,137,95],[121,98,54],[94,73,26],[112,94,48],[103,85,49],[85,66,34],[104,83,54],[194,179,146],[116,119,76],[68,71,26],[92,83,40],[108,86,47],[133,100,67],[117,80,51],[151,116,88],[138,103,75],[213,177,145],[189,149,114],[149,105,68],[137,93,58],[116,80,48],[104,74,50],[69,50,35],[62,50,38],[29,22,12],[62,55,45],[64,50,39],[47,29,15],[77,55,41],[76,54,40],[42,24,10],[65,51,40],[49,42,32],[49,45,34],[37,33,22],[65,53,39],[61,39,18],[54,20,0],[73,29,0],[96,52,25],[123,90,73],[59,35,25],[34,14,7],[34,16,12],[23,11,11],[13,4,7],[7,1,5],[9,4,8],[8,4,5],[8,4,5],[10,4,4],[11,5,5],[10,4,4],[10,4,4],[8,4,5],[7,3,4],[10,6,5],[3,0,0],[19,15,14],[5,1,0],[4,0,0],[38,34,33],[7,6,4],[3,2,0],[1,0,0],[1,0,0],[6,5,3],[2,1,0],[0,0,0],[0,0,0],[5,5,3],[0,0,0],[1,0,2],[7,5,8],[14,12,15],[1,0,2],[10,8,11],[1,0,2],[4,2,5],[1,0,2],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,4,7],[1,10,15],[10,21,25],[15,28,34],[16,29,35],[9,24,29],[0,15,20],[12,25,31],[22,33,37],[26,37,41],[22,33,35],[15,26,28],[13,23,24],[23,33,34],[37,47,46],[48,58,57],[25,36,32],[24,35,31],[31,40,35],[23,32,27],[37,47,39],[63,73,65],[73,76,67],[46,43,28],[91,82,65],[107,99,80],[109,101,80],[119,111,88],[129,123,99],[112,106,80],[70,66,37],[55,54,24],[75,76,45],[81,85,52],[119,125,91],[163,170,136],[169,179,145],[130,141,107],[115,130,97],[99,120,89],[164,189,160],[95,123,98],[48,80,59],[59,93,77],[59,97,86],[71,108,100],[111,148,141],[65,100,96],[105,140,134],[130,162,157],[89,120,114],[102,131,126],[113,142,137],[89,120,114],[90,120,112],[132,158,147],[114,140,129],[116,146,134],[80,108,93],[120,139,117],[112,130,106],[116,137,120],[182,196,179],[202,204,182],[211,209,188],[234,240,228],[181,191,182],[188,196,181],[143,155,141],[97,119,107],[89,121,108],[105,152,134],[90,141,122],[86,130,113],[87,125,110],[79,109,99],[83,108,102],[97,119,117],[88,108,107],[102,122,121],[83,103,101],[143,163,154],[143,163,151],[114,132,118],[142,160,144],[139,157,141],[138,149,132],[151,149,128],[134,128,104],[159,159,135],[179,183,158],[190,194,171],[105,108,87],[128,130,109],[137,140,119],[143,153,128],[171,173,149],[231,213,191],[191,167,143],[193,178,149],[213,196,166],[167,136,108],[201,167,140],[161,138,107],[106,85,54],[205,180,150],[168,144,118],[172,155,135],[135,118,98],[99,77,53],[109,89,64],[95,84,64],[52,40,18],[100,79,48],[150,126,92],[139,114,83],[168,139,107],[192,156,120],[168,130,91],[161,126,84],[247,215,174],[202,172,134],[114,83,52],[118,87,59],[189,159,135],[210,184,159],[115,91,67],[107,87,62],[95,78,52],[107,90,64],[148,132,107],[139,127,103],[40,29,9],[55,43,27],[78,65,48],[104,89,68],[81,64,44],[51,35,19],[68,53,32],[119,106,71],[160,148,106],[121,109,67],[93,80,36],[136,119,73],[163,145,95],[152,131,78],[165,141,93],[38,14,0],[71,45,18],[93,72,41],[92,78,43],[115,117,70],[80,82,35],[105,93,53],[131,107,73],[140,106,79],[139,102,76],[126,89,62],[169,133,101],[199,161,124],[199,157,119],[151,106,67],[114,70,33],[138,99,68],[112,80,55],[53,32,13],[51,35,22],[29,17,5],[67,53,40],[50,32,18],[54,33,16],[83,57,40],[80,54,37],[65,43,29],[38,22,7],[27,17,5],[16,10,0],[26,18,5],[52,39,22],[72,47,25],[89,53,27],[86,41,10],[116,72,45],[106,75,57],[60,36,26],[41,21,14],[27,12,7],[12,2,1],[11,5,7],[10,5,9],[8,3,7],[8,4,5],[8,4,5],[10,4,4],[10,4,4],[10,4,4],[9,3,3],[7,3,4],[7,3,4],[6,2,1],[7,3,2],[17,13,12],[3,0,0],[4,0,0],[3,0,0],[8,7,5],[1,0,0],[3,2,0],[8,7,5],[9,8,6],[25,24,22],[141,141,139],[15,15,13],[0,0,0],[1,1,0],[9,7,8],[3,1,4],[5,3,6],[1,0,2],[11,9,12],[2,0,3],[7,5,8],[8,6,9],[2,0,3],[4,2,5],[5,3,6],[4,2,5],[3,1,4],[2,0,3],[3,1,4],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[1,6,10],[4,11,17],[9,18,23],[12,23,29],[12,25,31],[9,24,29],[3,18,23],[10,24,27],[19,33,36],[22,36,39],[19,30,32],[14,25,27],[13,25,25],[26,36,37],[43,53,52],[36,45,42],[21,30,25],[29,38,33],[38,45,38],[26,33,26],[32,37,30],[47,52,45],[46,49,38],[54,51,34],[84,77,58],[155,148,129],[114,108,86],[81,75,51],[114,110,85],[89,85,60],[76,75,47],[79,82,53],[86,91,61],[114,120,92],[148,157,128],[177,188,158],[106,119,91],[77,92,63],[93,109,82],[96,114,88],[122,142,117],[113,137,113],[104,132,109],[107,140,119],[83,120,102],[111,149,136],[98,135,127],[82,117,113],[71,103,102],[109,139,139],[95,125,123],[59,90,84],[101,133,122],[99,131,116],[88,119,103],[84,111,96],[92,119,104],[113,140,125],[85,108,90],[98,113,92],[131,145,122],[117,132,111],[107,119,97],[152,157,134],[216,220,197],[180,189,170],[137,150,132],[145,158,138],[116,131,112],[85,106,89],[106,130,114],[116,147,131],[74,108,92],[54,88,74],[62,95,86],[61,94,87],[73,106,99],[90,123,116],[76,109,100],[64,95,87],[94,124,114],[99,127,115],[99,121,109],[125,141,128],[145,153,138],[167,168,152],[180,178,157],[200,197,166],[220,217,182],[199,203,168],[169,174,142],[187,194,163],[147,151,126],[83,81,58],[106,104,81],[131,135,110],[157,153,128],[206,181,161],[195,164,144],[179,162,136],[215,195,170],[193,161,140],[207,172,150],[167,143,117],[123,102,75],[168,142,115],[188,164,140],[188,169,152],[132,113,96],[136,112,88],[145,121,97],[110,95,74],[40,24,0],[98,72,39],[191,159,121],[145,112,77],[186,151,113],[180,135,94],[181,137,92],[163,126,81],[252,219,174],[253,218,180],[182,148,113],[97,66,37],[219,192,165],[156,128,104],[126,100,75],[86,65,38],[67,50,22],[68,54,25],[119,108,80],[107,92,69],[57,44,25],[54,42,26],[46,37,22],[95,88,69],[86,77,60],[83,66,56],[110,93,77],[139,124,93],[106,94,56],[127,120,78],[139,132,86],[153,143,94],[165,147,97],[176,151,97],[199,168,121],[106,72,37],[75,44,16],[104,81,49],[70,54,20],[150,141,102],[116,107,68],[86,67,34],[98,73,42],[94,63,34],[116,81,51],[113,77,41],[167,129,92],[211,172,133],[187,147,111],[139,98,66],[113,72,44],[147,110,84],[155,123,100],[124,100,76],[66,46,22],[66,47,30],[86,67,52],[72,49,33],[61,38,22],[55,32,16],[54,31,17],[65,46,31],[43,27,12],[49,37,23],[56,44,28],[58,45,28],[61,43,23],[88,62,39],[138,102,76],[138,94,65],[144,102,77],[111,79,64],[44,20,10],[19,0,0],[25,10,7],[20,10,11],[11,2,5],[4,0,2],[7,2,8],[7,2,6],[7,3,4],[9,3,3],[9,3,3],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[8,4,3],[13,9,8],[3,0,0],[11,7,6],[5,1,0],[5,1,0],[7,6,4],[4,3,1],[8,7,5],[5,4,2],[1,0,0],[2,1,0],[117,117,115],[0,0,0],[0,0,0],[6,6,6],[6,4,7],[3,1,4],[2,0,3],[6,4,7],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,8,11],[4,13,18],[6,17,21],[6,19,25],[9,24,29],[7,25,29],[1,19,23],[9,24,27],[17,31,34],[16,30,31],[11,25,26],[12,24,24],[14,26,24],[27,37,36],[46,57,53],[13,22,17],[16,26,18],[25,32,25],[23,30,22],[24,29,22],[46,51,44],[68,73,66],[72,74,61],[96,93,74],[143,138,116],[161,156,134],[115,110,88],[95,91,66],[103,101,76],[91,89,64],[84,86,62],[111,115,90],[112,118,92],[128,136,112],[102,114,90],[98,112,87],[99,114,91],[46,64,42],[115,130,107],[146,160,135],[163,179,153],[123,142,120],[71,96,74],[93,125,104],[59,93,76],[130,166,154],[91,128,120],[76,111,107],[72,107,103],[74,106,103],[77,109,104],[121,154,145],[167,201,187],[99,133,116],[101,134,115],[82,111,93],[116,143,124],[71,94,74],[97,116,96],[121,136,115],[142,154,132],[103,113,89],[94,104,79],[169,179,154],[150,163,137],[80,94,68],[105,121,95],[103,121,97],[86,105,83],[106,125,103],[137,156,136],[126,143,125],[98,116,104],[106,129,121],[116,145,140],[93,124,119],[87,120,113],[120,156,144],[148,184,170],[109,146,129],[63,97,81],[100,132,119],[139,165,152],[106,122,109],[161,168,152],[216,211,191],[152,145,119],[216,213,178],[190,192,153],[225,229,192],[138,144,110],[157,164,133],[100,103,76],[83,78,56],[136,131,109],[124,124,98],[163,156,130],[179,148,127],[171,136,116],[183,163,138],[175,155,128],[201,169,146],[192,157,137],[127,103,79],[175,153,129],[161,135,110],[186,162,138],[121,102,85],[113,94,77],[129,103,80],[171,145,120],[233,215,193],[153,133,108],[163,133,97],[162,127,87],[178,140,101],[188,145,103],[206,155,108],[212,162,113],[176,138,89],[203,169,123],[201,162,121],[173,135,99],[115,84,53],[182,155,126],[131,104,77],[168,141,114],[111,87,59],[81,62,32],[56,45,13],[93,84,55],[113,97,74],[67,52,33],[75,66,51],[39,32,16],[59,54,35],[85,78,60],[98,86,72],[122,109,93],[66,54,30],[61,52,21],[78,72,36],[95,88,46],[115,102,58],[121,103,55],[87,59,11],[141,109,62],[168,133,95],[120,87,52],[160,134,97],[149,127,90],[115,95,58],[126,106,71],[68,45,14],[64,38,11],[105,75,47],[113,80,49],[126,91,53],[143,106,64],[131,94,52],[128,90,51],[117,81,47],[90,56,28],[58,26,1],[71,41,17],[128,101,74],[121,95,70],[69,44,22],[75,52,34],[97,74,60],[88,66,53],[73,53,42],[63,45,35],[39,22,12],[36,22,11],[45,33,19],[86,73,56],[81,64,44],[79,58,37],[90,62,40],[125,91,66],[128,91,64],[96,60,36],[89,60,46],[49,25,15],[31,12,6],[20,5,2],[7,0,0],[7,1,3],[8,3,7],[7,2,8],[7,2,6],[7,3,4],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[6,2,3],[6,2,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[15,11,10],[8,4,3],[2,1,0],[8,7,5],[1,0,0],[1,0,0],[9,8,6],[6,5,3],[0,0,0],[2,2,0],[8,8,6],[1,1,0],[8,6,7],[1,0,2],[14,12,15],[56,54,57],[23,21,24],[5,3,6],[1,0,2],[9,7,10],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[0,8,11],[3,12,17],[4,15,19],[5,18,24],[10,25,30],[7,25,29],[0,16,20],[6,21,24],[13,29,29],[12,26,27],[9,23,24],[12,24,24],[12,24,22],[19,29,28],[33,44,40],[26,35,30],[29,36,29],[20,25,19],[18,23,16],[39,42,35],[61,64,55],[63,66,57],[57,58,44],[78,76,55],[156,152,127],[143,139,114],[104,102,77],[90,88,65],[83,83,59],[89,91,67],[70,74,51],[79,84,62],[123,132,111],[71,83,63],[86,101,82],[144,161,143],[69,87,71],[90,111,96],[91,108,89],[102,115,87],[116,127,97],[107,122,99],[102,123,106],[96,122,111],[62,93,85],[106,138,133],[49,84,78],[61,98,90],[60,96,86],[78,114,100],[86,120,106],[153,187,173],[175,209,195],[90,124,110],[99,133,117],[127,160,141],[113,141,119],[89,108,86],[148,163,142],[132,147,128],[103,115,95],[129,135,109],[161,167,139],[205,221,195],[136,156,129],[134,151,119],[109,126,94],[85,108,80],[122,146,120],[167,187,160],[195,209,184],[116,123,105],[136,144,131],[161,173,169],[133,152,150],[101,126,123],[116,143,138],[138,164,153],[152,180,165],[170,201,183],[56,89,72],[107,141,125],[114,145,130],[119,142,124],[149,162,142],[222,225,198],[138,135,104],[188,189,155],[154,158,123],[188,194,160],[159,166,135],[108,114,86],[102,104,80],[154,148,126],[172,164,141],[135,134,106],[153,144,115],[178,146,121],[157,121,95],[225,204,173],[221,200,169],[190,159,131],[151,117,92],[108,84,60],[114,94,70],[147,121,98],[150,125,103],[108,89,74],[112,90,76],[118,90,68],[103,75,51],[190,169,148],[213,189,163],[157,123,86],[114,72,30],[136,93,50],[187,140,94],[223,167,116],[186,133,81],[206,166,114],[189,153,103],[122,79,37],[181,141,105],[121,92,60],[120,95,65],[99,69,43],[145,115,89],[142,116,89],[70,51,21],[80,71,38],[110,101,70],[163,147,124],[88,71,53],[68,59,44],[81,74,58],[77,68,51],[80,72,53],[63,57,35],[39,34,12],[54,49,30],[72,65,46],[82,70,44],[99,82,52],[117,95,58],[134,109,69],[156,128,89],[123,94,52],[111,80,34],[166,135,88],[159,126,83],[203,170,129],[139,105,67],[129,96,63],[87,57,31],[67,39,18],[97,69,48],[116,84,59],[139,103,69],[112,75,33],[114,77,32],[110,78,31],[105,77,37],[104,78,45],[68,42,15],[54,26,2],[91,57,32],[112,77,55],[91,63,42],[82,56,39],[93,71,58],[67,50,42],[53,40,34],[48,39,34],[19,12,6],[30,21,14],[51,41,29],[56,43,26],[77,60,40],[64,42,19],[50,23,2],[76,48,27],[66,35,15],[82,50,35],[78,50,38],[33,8,1],[18,0,0],[21,6,3],[14,4,5],[11,2,7],[7,0,7],[7,2,8],[7,2,6],[7,2,6],[8,2,4],[10,1,2],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[3,0,0],[27,23,22],[64,60,59],[4,0,0],[6,2,1],[3,0,0],[7,6,4],[5,4,2],[12,11,9],[1,0,0],[8,7,5],[1,0,0],[7,7,5],[4,4,2],[0,0,0],[6,6,6],[6,4,7],[1,0,2],[6,4,7],[14,12,15],[1,0,2],[1,0,2],[1,0,2],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[2,5,10],[2,7,11],[1,10,15],[3,14,18],[6,20,23],[12,27,32],[8,23,28],[0,12,15],[3,17,18],[11,25,26],[14,25,27],[12,23,25],[13,25,25],[8,20,18],[6,16,15],[16,27,23],[13,22,17],[23,30,23],[18,23,16],[19,22,15],[34,37,28],[41,43,32],[44,46,35],[60,61,45],[92,90,67],[73,72,44],[86,85,57],[97,95,70],[105,105,81],[91,90,69],[53,55,33],[57,60,39],[79,87,66],[114,123,104],[89,100,83],[77,90,73],[109,123,106],[61,78,62],[91,109,95],[113,130,111],[97,108,76],[124,135,103],[177,191,168],[167,185,171],[82,105,97],[102,131,126],[79,111,106],[66,101,95],[57,92,85],[68,104,92],[141,175,158],[130,165,145],[141,174,155],[109,142,123],[50,82,67],[86,118,103],[133,162,142],[142,166,142],[158,173,150],[112,126,103],[96,109,89],[97,107,83],[159,164,132],[145,152,119],[172,188,162],[143,163,136],[106,123,91],[129,148,116],[102,127,98],[73,97,73],[172,191,169],[225,238,218],[98,102,87],[124,127,116],[112,123,117],[66,82,81],[70,95,92],[91,118,113],[104,130,119],[163,190,175],[152,181,163],[130,159,141],[137,165,150],[137,164,149],[171,194,176],[135,150,129],[147,155,131],[130,135,105],[140,149,118],[122,133,101],[135,146,116],[182,191,164],[95,100,77],[91,93,71],[206,200,178],[181,171,146],[126,121,92],[149,138,108],[156,126,98],[148,114,86],[212,189,155],[250,230,195],[255,247,216],[210,179,151],[129,107,83],[99,79,55],[104,82,58],[122,101,80],[118,102,86],[95,78,60],[114,90,64],[153,127,100],[160,140,115],[198,174,146],[124,86,47],[130,87,42],[146,103,58],[179,132,86],[181,128,78],[192,141,88],[231,192,137],[172,136,84],[127,84,39],[173,131,93],[92,62,28],[76,49,20],[110,80,52],[111,84,57],[100,76,52],[75,58,32],[48,39,6],[74,65,34],[134,118,93],[104,86,66],[90,77,58],[91,80,60],[114,101,82],[75,64,42],[46,40,14],[47,45,20],[52,49,30],[85,78,60],[94,79,56],[99,79,52],[158,133,102],[123,97,62],[120,92,55],[220,192,152],[146,118,70],[79,49,0],[109,76,31],[131,96,56],[156,118,79],[173,139,104],[138,108,82],[75,47,25],[83,56,35],[91,63,39],[76,43,10],[117,83,45],[97,64,21],[79,50,6],[85,60,20],[122,99,65],[112,88,60],[87,59,35],[77,42,20],[91,56,34],[82,51,31],[85,59,42],[82,60,47],[50,33,25],[25,11,8],[26,16,14],[30,22,19],[33,26,20],[38,28,18],[37,25,9],[61,46,25],[99,79,55],[73,48,26],[44,17,0],[52,24,3],[88,59,45],[47,23,13],[19,0,0],[19,1,0],[19,5,4],[11,1,2],[14,5,8],[11,5,9],[5,0,4],[8,3,7],[8,4,5],[9,3,3],[9,3,3],[8,2,2],[7,3,2],[7,3,4],[5,3,4],[3,2,0],[12,11,9],[16,15,13],[1,0,0],[6,5,3],[9,8,6],[3,2,0],[2,1,0],[2,1,0],[8,7,5],[1,0,0],[8,7,5],[4,4,2],[3,3,1],[1,1,0],[2,2,2],[6,4,7],[3,1,4],[8,6,9],[1,0,2],[7,5,8],[5,3,6],[11,9,12],[1,0,2],[7,5,8],[5,3,6],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[2,1,6],[3,4,8],[0,3,8],[4,9,13],[13,18,22],[15,22,28],[10,19,24],[6,17,21],[6,17,21],[5,16,20],[6,16,18],[9,19,21],[10,19,24],[11,20,25],[13,23,25],[11,21,23],[11,21,23],[13,23,24],[27,36,33],[19,25,21],[16,21,15],[29,32,23],[36,38,27],[47,47,35],[67,65,52],[66,63,46],[101,97,72],[97,93,64],[78,74,47],[73,69,44],[73,71,48],[77,76,55],[79,81,60],[56,59,40],[103,108,88],[139,146,128],[75,84,65],[78,87,68],[72,84,64],[83,95,75],[108,121,101],[125,137,113],[133,143,109],[108,119,87],[132,145,125],[146,164,150],[85,109,96],[123,153,141],[84,116,105],[79,112,103],[64,97,90],[78,109,101],[117,148,133],[117,146,126],[135,163,138],[132,160,135],[102,130,108],[94,119,98],[142,165,139],[153,169,143],[146,158,138],[152,160,139],[104,113,86],[121,128,94],[171,178,137],[192,200,161],[169,182,152],[139,155,129],[81,97,70],[101,119,93],[129,149,124],[71,92,73],[96,113,103],[239,252,245],[144,152,141],[114,122,111],[111,124,117],[71,94,88],[86,122,112],[82,120,107],[118,150,137],[139,167,152],[117,148,130],[123,150,133],[164,181,165],[135,147,133],[147,164,146],[161,178,160],[187,200,183],[129,143,126],[137,156,134],[137,157,132],[102,117,94],[160,172,148],[127,132,109],[56,56,32],[121,115,91],[188,178,151],[157,148,119],[116,102,73],[135,114,83],[133,108,78],[220,197,165],[255,232,201],[224,193,164],[198,168,140],[137,116,89],[74,57,31],[58,42,17],[147,135,111],[139,134,114],[135,129,107],[222,205,175],[226,206,173],[145,128,98],[186,163,129],[159,122,77],[147,105,55],[179,138,92],[235,192,147],[180,136,91],[164,120,73],[203,162,110],[181,142,87],[150,109,57],[167,129,84],[97,62,32],[85,53,28],[67,40,11],[96,72,46],[81,60,43],[86,71,52],[57,48,19],[83,74,41],[135,121,94],[76,60,34],[72,56,23],[96,81,48],[71,57,30],[63,51,25],[55,45,20],[77,70,44],[60,52,29],[57,46,24],[92,78,52],[94,77,47],[133,110,76],[125,101,63],[149,124,84],[172,144,104],[156,129,86],[127,100,57],[117,89,49],[70,42,3],[83,55,16],[117,89,52],[191,165,132],[117,92,61],[106,81,51],[112,85,56],[77,48,18],[88,59,29],[75,46,14],[68,39,9],[74,47,18],[120,93,66],[78,50,26],[87,59,37],[93,62,41],[92,61,40],[93,64,46],[93,66,49],[114,86,74],[79,52,43],[69,46,40],[72,53,47],[64,49,44],[24,14,5],[20,12,1],[35,28,12],[66,55,35],[76,61,38],[119,97,73],[85,55,29],[82,46,22],[90,59,39],[53,34,27],[25,14,12],[9,0,0],[10,0,0],[13,4,5],[10,1,2],[6,0,2],[10,4,6],[10,6,7],[8,4,3],[9,5,4],[7,3,2],[7,3,2],[15,14,12],[15,14,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[7,5,6],[4,2,3],[7,7,7],[0,0,0],[5,5,5],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[2,0,3],[2,0,3],[14,12,15],[29,27,30],[1,0,2],[4,2,5],[4,2,5],[2,0,3],[4,2,5],[8,6,9],[8,6,9],[4,2,5]],[[0,0,2],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[1,0,5],[3,2,7],[0,0,5],[0,3,8],[6,11,15],[10,15,19],[6,13,19],[6,15,20],[7,18,22],[8,17,22],[12,20,23],[21,29,32],[19,26,32],[8,15,21],[4,13,18],[8,17,22],[10,20,22],[8,18,19],[0,9,8],[9,15,11],[17,22,16],[33,34,26],[52,52,42],[83,81,68],[111,108,93],[109,104,85],[67,61,35],[80,75,45],[84,79,50],[85,81,54],[93,88,66],[90,88,67],[84,83,63],[90,89,69],[133,134,116],[118,121,102],[62,67,47],[88,93,71],[117,122,100],[134,142,118],[154,162,138],[147,156,127],[153,163,129],[125,136,104],[178,193,174],[192,210,196],[124,148,134],[107,135,120],[67,100,83],[54,86,71],[77,107,99],[63,90,81],[100,124,108],[124,148,124],[137,161,129],[134,155,122],[132,152,125],[128,146,122],[130,146,119],[152,164,140],[139,147,132],[180,184,167],[106,110,83],[86,92,54],[184,191,147],[173,182,139],[138,149,115],[107,121,95],[66,82,55],[74,93,65],[76,96,68],[52,74,51],[108,128,119],[204,219,214],[117,128,114],[144,155,141],[161,174,167],[126,149,143],[86,124,111],[95,138,119],[94,127,108],[113,142,124],[87,118,102],[93,117,101],[99,110,94],[170,177,161],[183,198,177],[140,159,140],[194,211,201],[116,136,127],[152,179,162],[157,185,163],[88,110,89],[147,160,140],[107,112,92],[123,122,101],[121,115,91],[171,161,134],[152,138,111],[140,125,94],[184,165,133],[179,159,126],[154,129,98],[224,195,163],[254,223,192],[244,215,185],[119,98,69],[53,36,10],[101,85,59],[103,93,68],[164,162,141],[101,99,76],[91,78,46],[152,134,98],[98,80,44],[178,153,113],[214,176,127],[189,146,95],[169,128,82],[229,190,147],[217,174,131],[151,108,63],[138,97,45],[187,146,92],[182,142,90],[153,115,70],[94,57,28],[79,45,20],[79,52,23],[73,51,27],[38,20,6],[67,51,36],[89,77,51],[76,67,36],[117,106,78],[108,93,62],[121,103,67],[129,111,75],[116,101,70],[84,72,46],[116,104,80],[82,72,47],[60,50,25],[53,43,18],[75,61,34],[61,46,17],[86,67,34],[123,101,64],[151,127,89],[86,61,21],[101,76,36],[157,133,95],[116,94,57],[86,64,27],[89,65,27],[143,119,81],[115,91,55],[140,116,82],[202,177,146],[164,139,109],[105,78,51],[84,57,30],[80,52,28],[43,15,0],[74,46,24],[121,93,71],[104,76,54],[46,18,0],[71,43,21],[63,35,14],[53,26,7],[85,58,41],[115,87,73],[62,34,22],[52,25,16],[51,28,20],[43,24,17],[52,39,30],[35,27,16],[47,40,24],[74,65,48],[41,29,7],[51,31,7],[62,34,10],[85,49,25],[60,29,9],[48,33,26],[24,15,16],[10,1,2],[15,6,7],[22,13,14],[20,11,12],[11,5,5],[7,1,1],[8,4,3],[6,2,1],[5,4,2],[5,4,2],[5,4,2],[10,9,7],[9,9,7],[1,1,0],[6,6,6],[5,5,5],[3,3,3],[5,5,5],[3,3,3],[6,6,6],[2,2,2],[4,4,4],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[3,1,4],[4,2,5],[5,3,6],[2,0,3],[1,0,2],[8,6,9],[17,15,18],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[6,4,7],[5,3,6]],[[0,0,2],[2,2,4],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[0,0,4],[2,1,6],[2,3,8],[0,3,8],[3,8,12],[6,11,15],[4,11,17],[8,15,21],[11,20,25],[11,20,25],[9,17,20],[14,22,25],[13,20,26],[9,16,22],[9,18,23],[11,20,25],[12,22,24],[12,22,23],[11,20,19],[17,23,21],[20,25,21],[34,35,29],[48,48,38],[62,60,48],[65,61,49],[45,40,21],[85,78,52],[121,114,85],[78,71,43],[110,103,77],[129,121,98],[55,49,27],[61,56,34],[106,101,81],[162,160,137],[97,95,72],[66,66,42],[82,82,56],[111,111,85],[159,159,131],[186,186,158],[117,122,90],[95,105,70],[130,143,113],[108,123,104],[140,158,144],[186,210,194],[137,166,148],[120,149,129],[68,97,79],[83,109,96],[103,125,112],[96,115,95],[155,171,142],[164,180,143],[127,143,104],[175,189,156],[128,141,115],[114,128,105],[170,183,166],[161,169,158],[129,132,121],[94,98,73],[118,122,87],[151,156,115],[138,145,103],[154,164,130],[110,123,93],[66,83,51],[128,150,114],[144,169,130],[118,142,108],[198,219,200],[162,181,162],[140,154,128],[152,164,142],[204,216,212],[217,237,236],[100,136,122],[81,120,99],[130,160,134],[169,194,172],[87,114,99],[69,91,79],[89,97,82],[209,217,196],[192,208,179],[182,205,179],[145,164,158],[89,109,107],[127,155,143],[107,134,119],[78,99,84],[135,149,132],[96,103,85],[100,99,79],[110,104,82],[131,119,95],[142,126,100],[141,124,94],[190,169,138],[202,177,146],[178,149,117],[216,183,150],[246,211,179],[222,189,158],[192,168,142],[128,108,83],[155,134,105],[119,103,77],[100,95,75],[55,50,30],[70,56,27],[136,117,84],[128,106,69],[147,115,74],[162,118,69],[182,134,85],[179,137,95],[180,138,98],[169,122,78],[154,106,60],[162,118,69],[178,134,85],[189,147,99],[108,66,26],[98,59,30],[106,70,46],[82,55,28],[95,71,47],[41,22,7],[65,49,33],[92,80,56],[72,61,33],[68,54,28],[70,54,28],[89,73,40],[131,115,82],[134,120,93],[56,46,19],[43,33,8],[70,62,39],[81,73,50],[31,23,0],[52,42,17],[51,37,10],[76,59,29],[116,97,64],[81,61,26],[59,36,2],[63,40,6],[53,30,0],[94,74,41],[161,141,108],[162,139,105],[133,109,73],[144,118,85],[66,40,7],[125,98,68],[77,50,21],[73,46,19],[74,47,20],[95,67,43],[68,40,18],[86,58,36],[89,61,39],[121,90,69],[65,34,13],[42,11,0],[29,1,0],[35,10,0],[47,22,2],[85,59,42],[59,33,18],[55,28,17],[52,30,19],[35,16,9],[53,39,30],[92,82,72],[85,77,64],[20,11,0],[22,9,0],[54,35,18],[35,8,0],[90,57,40],[67,37,26],[34,19,16],[19,10,11],[11,2,3],[14,5,6],[16,10,10],[15,9,9],[9,3,3],[5,0,0],[7,3,2],[6,2,1],[4,3,1],[6,5,3],[7,6,4],[6,5,3],[3,3,1],[5,5,3],[5,3,4],[10,8,9],[6,4,5],[5,3,4],[4,2,3],[5,3,4],[9,7,8],[3,1,2],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[5,3,6],[3,1,4],[2,0,3],[5,3,6],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[5,3,6],[9,7,10]],[[1,1,3],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[4,5,10],[2,3,8],[1,4,9],[3,8,12],[2,9,15],[6,13,19],[8,17,22],[8,17,22],[2,10,13],[5,13,16],[12,19,25],[16,23,29],[10,19,24],[7,16,21],[30,40,42],[62,72,73],[18,27,26],[20,26,24],[23,28,24],[41,42,36],[44,44,34],[44,42,30],[53,49,37],[55,50,31],[69,62,36],[95,85,58],[59,49,22],[98,88,63],[96,86,61],[35,27,4],[67,59,36],[77,69,46],[165,159,133],[118,113,84],[92,87,58],[61,58,27],[81,78,47],[102,99,66],[148,145,110],[141,141,105],[99,107,70],[83,96,66],[76,91,72],[130,148,132],[181,204,186],[139,164,143],[131,159,136],[105,130,108],[124,145,128],[94,111,92],[111,125,99],[149,161,125],[156,168,122],[192,201,154],[225,232,191],[125,132,99],[142,155,129],[144,157,137],[121,129,114],[138,142,127],[154,157,130],[132,133,99],[124,127,84],[141,147,103],[130,138,101],[169,180,146],[183,200,164],[207,229,191],[174,199,159],[157,183,146],[132,156,132],[136,156,131],[156,172,136],[103,116,86],[184,196,186],[136,152,149],[98,129,114],[150,183,162],[123,147,121],[182,202,177],[187,210,194],[92,110,96],[135,142,124],[208,216,192],[161,181,146],[194,219,190],[117,138,131],[112,133,134],[118,145,136],[90,116,103],[67,87,75],[116,130,115],[135,142,126],[107,106,88],[136,128,107],[122,110,86],[190,174,148],[145,126,96],[139,116,84],[191,165,132],[157,127,93],[222,188,153],[241,203,167],[182,147,115],[132,106,79],[158,137,110],[115,94,65],[79,62,36],[65,57,38],[63,55,34],[105,88,58],[206,183,149],[171,147,111],[162,129,88],[184,138,89],[155,103,53],[223,176,132],[200,155,114],[194,145,102],[163,112,67],[194,147,101],[152,108,63],[154,109,67],[151,107,70],[133,92,62],[102,65,39],[113,83,59],[98,73,51],[62,41,22],[97,82,63],[75,63,39],[68,56,32],[57,43,17],[79,63,37],[75,58,30],[77,60,32],[66,55,27],[58,48,23],[56,48,25],[83,77,55],[73,67,45],[36,30,8],[21,13,0],[35,25,0],[91,77,50],[82,65,37],[71,52,22],[51,32,2],[70,51,21],[78,61,33],[62,47,18],[143,126,96],[136,113,81],[155,131,97],[124,98,65],[72,45,15],[70,43,14],[89,62,35],[77,50,23],[75,47,23],[102,74,52],[80,52,30],[80,52,30],[62,34,12],[96,65,44],[123,92,71],[76,45,24],[110,82,60],[77,55,32],[38,16,0],[57,34,16],[73,50,34],[63,40,26],[53,31,18],[44,26,16],[42,28,19],[47,37,27],[30,22,11],[20,10,0],[46,34,22],[66,48,36],[40,18,5],[63,35,24],[56,29,22],[18,4,3],[15,6,7],[14,5,6],[10,1,2],[5,0,0],[5,0,0],[7,1,1],[10,4,4],[9,5,4],[8,4,3],[5,4,2],[7,6,4],[8,7,5],[3,2,0],[1,1,0],[7,7,5],[5,3,4],[8,6,7],[4,2,3],[3,1,2],[8,6,7],[1,0,0],[10,8,9],[3,1,2],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[6,4,7],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[2,0,3],[3,1,4],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[14,12,15]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,1,6],[0,5,9],[0,7,10],[3,11,14],[4,13,18],[3,12,17],[3,11,14],[1,6,10],[2,10,13],[12,20,23],[12,21,26],[2,11,16],[4,14,16],[19,29,31],[12,20,22],[27,33,31],[41,46,42],[52,53,47],[36,36,28],[24,22,10],[50,46,34],[78,72,56],[53,42,20],[52,40,16],[54,42,18],[71,59,35],[88,76,52],[74,62,36],[65,53,27],[92,80,54],[118,107,79],[125,114,84],[150,139,107],[98,88,53],[79,69,33],[81,72,33],[136,127,86],[136,133,92],[132,138,100],[113,127,94],[123,136,116],[163,180,162],[137,159,138],[110,134,110],[154,179,150],[192,215,187],[177,195,171],[94,106,82],[86,96,62],[126,133,92],[186,190,140],[208,211,158],[195,194,148],[173,175,135],[156,168,130],[109,123,90],[115,124,97],[144,148,121],[146,147,113],[151,152,112],[167,168,124],[150,153,110],[137,143,107],[164,174,140],[225,241,205],[162,182,147],[123,147,111],[129,154,122],[99,124,102],[111,134,108],[129,145,106],[124,136,98],[120,132,110],[119,133,120],[102,126,112],[112,136,120],[137,152,133],[132,146,123],[205,223,201],[167,182,159],[191,197,171],[196,202,174],[162,181,151],[86,110,86],[58,84,75],[119,144,141],[144,169,163],[171,194,184],[97,114,104],[105,115,104],[151,153,140],[153,150,135],[123,115,96],[115,100,79],[175,158,132],[139,118,89],[135,110,79],[153,124,90],[177,145,107],[203,167,131],[240,200,164],[183,145,109],[101,70,41],[81,55,28],[73,53,29],[27,12,0],[38,30,11],[69,54,33],[149,123,90],[230,200,164],[135,110,79],[129,99,63],[205,158,112],[200,144,93],[213,159,112],[200,148,101],[181,130,87],[125,76,35],[128,79,36],[155,108,66],[155,107,69],[160,114,80],[135,92,58],[116,77,48],[120,88,65],[85,58,37],[78,58,34],[113,97,72],[69,54,33],[67,55,33],[67,52,29],[72,56,31],[92,74,50],[51,35,10],[32,20,0],[86,76,51],[70,62,39],[64,58,36],[48,41,22],[42,35,16],[61,54,35],[40,32,9],[81,69,45],[92,78,52],[42,26,0],[45,29,3],[52,38,12],[40,25,2],[37,25,3],[72,58,32],[93,72,41],[104,79,48],[98,73,42],[104,79,49],[92,65,36],[53,26,0],[71,43,19],[76,48,26],[85,57,35],[88,60,39],[102,71,51],[64,33,13],[41,10,0],[103,72,52],[74,43,22],[88,62,39],[101,81,57],[73,55,33],[51,30,11],[68,47,30],[61,39,25],[42,23,9],[56,38,26],[65,51,40],[54,41,32],[35,25,16],[27,18,9],[52,42,33],[86,71,64],[55,36,30],[29,5,1],[40,19,18],[12,0,0],[14,5,8],[14,8,10],[10,4,6],[6,0,2],[5,0,1],[8,4,5],[12,8,9],[9,5,6],[9,5,6],[6,4,5],[7,5,6],[7,5,6],[4,2,3],[2,2,2],[5,5,5],[6,4,5],[2,0,1],[5,3,4],[2,0,1],[12,10,11],[1,0,0],[8,6,7],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[6,4,7],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[2,0,3],[4,2,5],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[13,11,14]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,3,8],[4,7,12],[4,9,13],[6,14,17],[7,16,21],[7,14,20],[4,9,13],[9,14,18],[9,17,20],[8,16,19],[7,16,21],[8,17,22],[10,20,22],[15,23,25],[26,32,32],[28,34,32],[22,27,23],[21,22,16],[12,12,4],[16,13,4],[49,45,34],[79,73,59],[72,64,45],[67,55,33],[78,66,44],[62,50,28],[52,40,16],[95,83,57],[108,94,67],[73,59,30],[69,56,24],[98,83,50],[113,99,64],[93,79,42],[126,112,73],[111,98,56],[142,129,85],[181,174,130],[187,192,152],[142,153,119],[124,136,112],[163,178,159],[93,111,89],[79,99,72],[120,141,110],[109,128,98],[80,94,68],[77,86,57],[133,139,103],[164,167,122],[171,171,117],[159,158,102],[157,153,105],[154,156,109],[88,100,54],[135,148,104],[159,167,126],[141,146,106],[175,176,132],[193,190,145],[171,169,121],[150,149,103],[132,134,95],[164,171,137],[205,219,184],[166,183,149],[158,179,146],[112,137,107],[94,118,96],[139,162,136],[152,169,125],[133,146,100],[101,110,79],[135,147,125],[61,79,63],[64,82,66],[181,190,173],[221,229,208],[161,176,147],[158,172,139],[181,186,154],[202,209,176],[122,141,111],[81,106,84],[133,160,151],[119,146,141],[106,129,121],[140,160,149],[99,112,102],[109,117,106],[169,170,156],[209,203,187],[146,135,117],[149,134,111],[221,204,178],[192,171,140],[147,123,89],[203,175,138],[226,194,156],[191,156,118],[151,112,73],[144,106,70],[129,98,69],[106,80,53],[136,114,90],[107,91,68],[108,97,79],[68,53,32],[108,82,49],[159,129,93],[102,76,43],[99,65,28],[191,143,95],[217,161,110],[219,165,118],[213,159,115],[193,140,98],[123,71,31],[122,70,30],[118,69,29],[105,55,20],[136,87,54],[129,85,50],[135,94,62],[108,74,49],[77,49,27],[71,50,21],[94,79,50],[66,51,28],[51,39,17],[59,45,19],[36,22,0],[92,76,53],[57,41,18],[28,16,0],[40,30,5],[116,108,85],[63,57,35],[36,31,11],[41,36,17],[47,40,21],[60,52,31],[50,39,17],[99,87,63],[81,66,43],[60,48,24],[36,24,2],[39,28,8],[26,18,0],[40,27,8],[87,67,40],[83,58,28],[104,79,49],[108,82,55],[77,51,24],[90,62,38],[77,49,27],[84,56,35],[84,56,35],[94,66,45],[105,74,54],[110,79,59],[105,74,54],[82,51,31],[59,28,7],[63,36,15],[53,32,11],[89,72,52],[47,29,9],[57,38,21],[78,59,44],[58,39,25],[48,30,18],[56,42,31],[41,28,19],[35,25,16],[60,51,44],[82,73,68],[43,32,28],[17,1,1],[35,16,18],[30,14,15],[12,2,3],[11,2,5],[10,4,6],[10,4,6],[11,5,7],[11,5,7],[8,4,5],[7,3,4],[8,4,5],[7,3,4],[6,4,5],[4,2,3],[3,1,2],[9,7,8],[9,9,9],[1,1,1],[7,5,6],[1,0,0],[17,15,16],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[8,6,9]],[[0,0,0],[2,2,2],[1,1,1],[0,0,0],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[3,4,8],[3,4,8],[4,7,12],[6,9,14],[5,10,14],[7,12,16],[8,16,19],[8,16,19],[3,8,12],[6,11,15],[3,11,14],[4,12,15],[11,18,24],[13,20,26],[6,14,17],[0,6,9],[26,31,34],[19,23,22],[14,16,13],[31,32,27],[40,39,34],[37,34,25],[50,46,35],[66,60,48],[58,49,34],[66,54,38],[43,32,14],[37,24,5],[44,32,10],[65,50,27],[95,79,53],[90,75,46],[115,100,67],[108,92,58],[82,67,28],[70,55,14],[140,125,82],[196,182,137],[233,219,174],[209,201,155],[188,189,147],[133,140,106],[118,126,102],[128,140,118],[84,100,74],[71,90,60],[70,87,53],[121,136,103],[102,113,83],[93,100,69],[148,152,115],[131,133,86],[123,123,69],[132,131,75],[125,123,74],[153,155,106],[144,154,101],[170,183,129],[172,180,129],[149,151,101],[145,143,92],[168,165,114],[210,204,154],[148,144,97],[152,153,111],[162,166,129],[159,169,134],[184,199,166],[119,138,106],[81,101,73],[64,86,65],[143,163,135],[146,162,115],[146,159,106],[131,139,100],[114,123,96],[61,76,57],[105,117,103],[201,202,188],[193,195,174],[109,119,85],[169,179,142],[197,201,164],[237,244,210],[125,144,114],[188,213,192],[230,255,248],[186,211,205],[98,115,105],[115,129,116],[128,136,123],[135,137,123],[164,161,146],[171,162,145],[155,142,123],[184,168,143],[230,213,185],[225,204,173],[207,184,150],[215,189,152],[186,156,118],[163,129,91],[151,113,74],[127,93,58],[140,113,86],[114,88,63],[114,85,55],[93,67,40],[55,42,23],[43,32,14],[122,102,75],[163,137,104],[123,93,57],[120,81,40],[216,164,116],[207,154,104],[219,172,130],[144,96,56],[207,153,109],[179,122,79],[121,68,28],[106,54,17],[104,51,19],[167,117,84],[125,80,41],[119,79,43],[135,99,73],[67,37,11],[55,35,0],[92,76,42],[65,50,27],[38,26,4],[68,54,28],[83,67,42],[85,67,47],[71,54,34],[39,25,0],[55,43,17],[130,122,99],[81,73,52],[43,36,17],[33,26,7],[34,27,8],[33,25,6],[52,41,21],[50,38,16],[77,65,43],[74,61,42],[44,31,14],[79,67,53],[35,27,14],[30,18,2],[63,43,19],[91,67,41],[64,40,14],[72,46,23],[69,43,20],[69,42,21],[71,44,23],[87,60,41],[42,13,0],[75,46,28],[64,35,17],[76,47,29],[122,91,73],[85,54,36],[57,26,6],[47,20,1],[102,84,64],[132,115,99],[72,55,39],[60,41,26],[69,50,36],[64,46,32],[44,28,15],[36,22,11],[24,11,2],[48,37,31],[92,83,78],[51,41,39],[7,0,0],[19,9,10],[12,0,4],[24,13,17],[13,4,7],[7,1,3],[6,0,2],[8,2,4],[9,5,6],[8,4,5],[7,3,4],[7,3,4],[6,4,5],[4,2,3],[8,6,7],[4,2,3],[1,0,0],[18,16,17],[23,21,22],[2,0,1],[7,3,4],[7,3,4],[39,35,36],[3,0,0],[10,6,7],[7,3,4],[7,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,4],[2,2,4],[1,1,3],[2,2,4],[2,3,7],[1,2,6],[1,4,9],[1,4,9],[0,3,7],[0,4,8],[0,8,11],[1,9,12],[6,11,15],[5,10,14],[3,11,14],[5,13,16],[4,11,17],[1,8,14],[7,15,18],[20,28,31],[14,19,22],[8,12,13],[19,21,20],[53,54,49],[55,54,49],[28,25,18],[33,29,20],[59,52,42],[32,24,13],[26,18,5],[32,23,8],[32,20,4],[44,31,14],[68,53,32],[89,75,49],[123,108,79],[83,68,35],[141,125,91],[148,133,94],[120,105,64],[134,119,76],[162,148,103],[190,176,131],[164,153,108],[163,160,117],[131,133,96],[119,123,96],[132,140,116],[83,96,68],[85,100,67],[125,141,105],[128,142,107],[133,144,112],[122,129,96],[165,169,132],[181,182,138],[142,145,92],[145,145,93],[189,188,142],[150,153,108],[157,166,113],[115,124,69],[152,157,103],[139,139,87],[156,150,100],[185,177,128],[187,179,132],[179,172,126],[129,126,83],[181,183,143],[135,143,104],[182,194,158],[201,217,181],[88,107,75],[109,129,101],[91,111,74],[89,106,51],[145,158,102],[206,212,174],[164,170,142],[86,98,76],[120,127,111],[231,228,211],[91,86,64],[95,100,68],[175,183,144],[193,195,156],[220,226,188],[93,113,78],[151,177,150],[157,185,173],[112,135,127],[122,136,121],[141,148,130],[113,116,97],[103,102,82],[124,117,98],[121,108,89],[138,123,100],[179,162,136],[153,136,106],[161,142,109],[139,119,84],[202,178,140],[179,151,112],[169,140,100],[138,104,66],[159,126,91],[146,120,93],[89,65,39],[115,88,58],[84,60,32],[22,9,0],[63,52,32],[148,128,101],[123,99,65],[123,93,57],[115,78,36],[156,106,57],[198,146,96],[151,106,65],[95,50,11],[173,122,79],[173,119,75],[136,83,43],[125,73,36],[128,75,43],[162,112,79],[171,126,84],[155,113,71],[104,67,38],[84,55,25],[85,63,22],[111,96,57],[61,47,21],[56,44,22],[77,63,36],[106,92,65],[46,29,9],[128,111,91],[42,26,1],[49,35,8],[89,79,54],[74,66,43],[51,43,22],[61,53,34],[36,28,9],[46,38,19],[60,47,28],[20,7,0],[87,74,55],[104,91,74],[22,9,0],[43,31,19],[21,13,2],[31,19,5],[56,38,16],[75,53,29],[72,50,27],[92,67,45],[82,57,35],[53,28,8],[89,64,44],[58,31,14],[41,14,0],[71,42,26],[73,44,28],[87,58,42],[114,85,69],[98,69,51],[64,35,17],[50,23,6],[77,58,43],[78,60,46],[53,35,23],[52,34,22],[31,13,1],[50,32,20],[48,31,21],[25,8,0],[35,20,13],[28,15,9],[18,7,3],[25,15,13],[18,10,8],[19,13,13],[17,11,13],[14,8,10],[16,10,12],[12,6,8],[9,3,5],[9,3,5],[5,1,2],[3,0,0],[9,5,6],[18,14,15],[7,5,6],[4,2,3],[10,8,9],[5,3,4],[2,0,1],[27,25,26],[34,32,33],[4,2,3],[6,2,3],[13,9,10],[56,52,53],[3,0,0],[6,2,3],[11,7,8],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[5,3,6],[3,1,4],[4,2,5],[7,5,8],[7,5,8],[3,1,4]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[2,3,7],[2,3,7],[1,4,9],[2,5,10],[1,6,10],[1,6,10],[2,7,11],[1,6,10],[7,12,16],[3,8,12],[2,9,15],[8,15,21],[5,13,16],[10,18,21],[1,6,9],[18,22,23],[24,26,25],[20,21,16],[9,8,3],[13,8,2],[32,25,17],[35,28,20],[44,37,29],[17,10,0],[46,38,27],[78,70,57],[117,105,89],[138,125,106],[103,88,65],[85,69,43],[70,55,24],[89,74,41],[108,94,57],[110,95,56],[125,110,71],[111,96,55],[112,97,56],[196,184,142],[189,182,138],[153,149,111],[121,120,90],[104,107,80],[84,93,62],[105,116,82],[147,159,123],[181,193,157],[145,154,125],[134,141,110],[158,164,128],[190,195,154],[155,161,113],[190,196,148],[175,180,140],[128,135,94],[126,133,89],[99,105,59],[166,165,119],[154,150,103],[198,190,144],[146,134,92],[148,136,94],[186,177,134],[195,191,146],[188,189,145],[112,118,74],[115,126,83],[173,186,143],[134,149,106],[131,148,106],[133,151,101],[115,134,70],[148,162,103],[199,205,171],[155,158,137],[98,106,83],[138,142,119],[159,153,127],[118,111,83],[129,132,103],[156,161,129],[167,167,131],[173,180,139],[157,179,133],[171,198,163],[112,136,123],[66,85,79],[114,123,104],[237,239,215],[138,136,111],[94,88,64],[150,140,115],[112,98,72],[117,101,75],[145,128,100],[141,124,94],[105,89,55],[126,108,72],[195,175,138],[203,181,142],[166,141,101],[99,69,31],[143,113,77],[143,114,82],[74,49,19],[70,50,25],[50,35,12],[47,39,20],[109,97,73],[129,105,71],[157,129,90],[91,68,36],[93,65,28],[145,103,55],[190,140,89],[179,128,81],[144,95,52],[138,90,50],[164,116,76],[169,120,79],[136,84,45],[106,53,19],[110,60,25],[136,89,45],[160,119,75],[77,41,9],[71,40,9],[143,120,76],[112,95,52],[42,27,0],[60,45,22],[64,50,21],[64,50,23],[116,99,79],[97,80,60],[70,54,29],[47,31,5],[41,27,1],[65,53,29],[52,41,21],[49,38,18],[73,62,44],[50,37,20],[67,54,35],[54,39,20],[72,57,38],[73,57,41],[69,56,40],[66,54,42],[57,47,37],[53,41,29],[71,54,36],[84,63,42],[89,68,47],[94,71,53],[90,67,49],[72,49,33],[69,46,30],[48,22,7],[66,40,25],[66,38,24],[54,26,12],[82,54,40],[99,71,57],[98,69,53],[98,69,53],[55,29,14],[33,11,0],[35,17,7],[60,42,32],[44,26,16],[44,26,16],[50,32,22],[54,37,29],[56,39,31],[51,36,29],[33,20,14],[15,4,0],[31,23,20],[21,16,13],[3,0,0],[11,10,8],[1,0,0],[13,9,10],[12,8,9],[9,5,6],[6,2,3],[5,1,2],[8,4,5],[11,9,10],[16,14,15],[4,2,3],[6,4,5],[4,2,3],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[5,3,6],[1,0,2],[8,6,9],[4,2,5],[2,0,3],[2,0,3],[12,10,13],[5,3,6],[6,4,7],[9,7,10],[4,2,5],[4,2,5],[1,0,2],[13,11,14],[11,9,12],[6,4,7],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[1,2,6],[2,3,7],[1,4,9],[1,4,9],[1,6,10],[1,6,10],[7,12,16],[2,7,11],[8,13,17],[5,10,14],[0,1,7],[0,5,11],[7,15,18],[6,14,17],[8,13,16],[9,13,14],[7,9,8],[12,11,7],[16,13,8],[21,16,10],[34,27,19],[32,25,17],[34,29,23],[14,9,3],[52,48,39],[87,81,69],[98,89,74],[89,78,60],[46,34,12],[28,14,0],[63,49,20],[60,47,15],[86,73,39],[87,74,39],[109,97,59],[127,115,77],[102,90,52],[120,108,68],[140,131,88],[137,129,90],[142,137,107],[93,92,64],[107,112,80],[93,100,66],[98,108,71],[143,153,118],[141,150,121],[132,138,110],[164,171,137],[116,122,84],[181,190,145],[176,185,142],[105,115,80],[114,121,87],[157,162,122],[171,172,130],[143,140,95],[147,140,96],[139,130,89],[105,93,55],[102,90,52],[171,162,123],[153,150,105],[127,129,82],[127,133,87],[153,162,117],[105,116,73],[160,173,129],[168,181,135],[164,181,127],[177,193,130],[233,246,190],[152,155,126],[112,113,95],[177,182,159],[202,205,178],[156,147,116],[139,130,99],[112,112,86],[134,137,110],[239,239,205],[145,150,110],[129,149,100],[164,189,149],[116,139,121],[73,89,78],[62,66,43],[233,229,200],[158,153,124],[108,99,70],[145,134,106],[122,107,78],[103,88,59],[160,143,113],[120,103,73],[89,74,41],[107,93,56],[157,142,103],[170,150,113],[150,128,89],[128,104,66],[120,94,57],[136,107,75],[107,82,52],[113,93,66],[86,71,48],[53,45,24],[84,72,48],[72,48,12],[155,129,92],[104,84,51],[144,120,84],[177,136,90],[150,102,53],[132,85,39],[113,68,26],[119,75,36],[131,87,48],[132,85,43],[141,92,51],[114,64,27],[109,59,22],[144,100,53],[149,108,64],[107,71,35],[88,58,22],[133,110,66],[123,106,62],[40,25,0],[60,46,19],[35,21,0],[86,72,45],[120,104,81],[86,68,48],[95,78,52],[62,45,19],[35,19,0],[56,41,18],[70,58,36],[40,29,9],[30,17,0],[53,37,21],[71,56,37],[61,44,26],[61,44,26],[73,56,40],[37,21,6],[51,37,24],[37,24,15],[40,28,16],[69,53,37],[55,38,20],[68,49,32],[116,97,80],[82,63,48],[47,28,13],[51,29,16],[67,45,32],[53,29,17],[54,30,18],[47,20,9],[39,13,0],[46,20,7],[69,43,28],[82,56,41],[74,48,35],[53,29,19],[26,3,0],[60,40,33],[40,21,14],[28,9,2],[38,21,13],[48,31,23],[71,56,49],[55,40,33],[51,38,32],[51,40,36],[35,27,24],[4,0,0],[29,28,24],[65,66,61],[4,6,3],[10,8,9],[11,7,8],[9,5,6],[8,4,5],[7,3,4],[8,4,5],[9,7,8],[11,9,10],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[8,6,7],[7,5,6],[6,4,5],[8,6,7],[13,11,14],[1,0,2],[1,0,2],[8,6,9],[15,13,16],[6,4,7],[3,1,4],[3,1,4],[7,5,8],[6,4,7],[5,3,6],[19,17,20],[9,7,10],[3,1,4],[3,1,4],[23,21,24],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[2,2,4],[1,2,6],[2,3,7],[0,4,7],[1,5,8],[0,5,9],[0,5,9],[0,2,6],[6,11,15],[0,2,6],[0,5,9],[11,18,24],[8,15,21],[4,11,17],[2,10,13],[8,13,16],[7,11,12],[11,13,12],[30,29,27],[38,34,31],[31,26,20],[28,21,13],[17,10,4],[8,3,0],[17,12,9],[50,45,39],[42,35,27],[18,10,0],[26,17,0],[27,16,0],[21,9,0],[60,49,21],[77,63,34],[60,47,15],[70,59,27],[84,73,41],[72,61,29],[81,72,39],[87,77,41],[130,118,76],[86,74,34],[79,70,41],[79,73,47],[108,109,78],[113,119,85],[150,158,121],[145,152,118],[124,130,102],[151,157,129],[156,163,130],[98,106,69],[110,121,79],[110,122,82],[76,90,57],[101,110,79],[144,148,111],[146,147,103],[148,146,98],[135,131,86],[86,78,39],[164,154,118],[190,181,148],[196,190,154],[145,143,102],[91,94,51],[125,132,90],[159,167,128],[126,133,99],[156,163,129],[117,125,84],[103,115,69],[124,139,84],[122,134,86],[107,110,81],[79,81,60],[125,129,104],[157,157,129],[163,154,123],[228,219,188],[138,138,112],[134,137,110],[230,229,198],[129,133,96],[97,114,69],[141,164,122],[97,115,93],[78,89,72],[65,68,41],[141,136,106],[172,165,136],[171,160,130],[195,181,152],[149,134,105],[134,119,90],[126,111,80],[103,88,57],[89,74,41],[108,94,59],[137,123,86],[138,122,86],[115,95,58],[153,131,94],[141,117,83],[131,108,77],[119,94,64],[122,96,63],[69,48,17],[61,50,28],[75,67,46],[63,48,19],[92,72,39],[169,146,112],[159,130,90],[160,118,70],[125,81,34],[91,53,14],[120,85,47],[135,93,53],[113,68,26],[98,51,7],[142,93,50],[131,82,42],[140,92,52],[125,81,36],[140,99,55],[158,122,86],[116,86,50],[153,130,88],[118,99,57],[57,41,8],[108,92,66],[85,71,42],[80,66,39],[85,69,46],[78,60,38],[73,53,29],[76,56,31],[56,40,15],[78,63,42],[75,62,43],[39,26,9],[45,29,13],[50,34,18],[41,24,6],[29,10,0],[80,61,44],[125,108,92],[50,34,19],[39,25,12],[38,25,16],[34,22,10],[33,19,6],[27,11,0],[32,16,1],[90,74,59],[60,42,30],[43,25,13],[41,21,10],[70,50,39],[50,28,17],[48,26,15],[69,45,35],[36,12,0],[30,6,0],[52,29,15],[42,19,5],[71,44,33],[86,59,50],[37,10,3],[62,37,30],[59,36,28],[33,14,7],[31,14,6],[38,21,14],[34,19,14],[39,24,19],[29,15,12],[53,42,38],[59,49,47],[12,7,3],[25,24,19],[54,57,50],[0,1,0],[9,8,6],[8,6,7],[7,5,6],[7,5,6],[7,5,6],[7,5,6],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[9,7,8],[9,7,8],[8,6,7],[10,8,9],[3,3,5],[12,12,14],[10,10,12],[7,7,9],[11,11,13],[9,9,11],[5,5,7],[9,9,11],[6,6,8],[6,6,8],[1,1,3],[7,7,9],[0,0,2],[8,8,10],[1,1,3],[0,0,2],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[1,1,3],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,4,8],[0,4,8],[0,1,5],[4,9,13],[0,1,5],[0,1,5],[4,11,17],[3,10,16],[4,11,17],[7,12,18],[4,7,12],[4,8,11],[12,13,15],[31,30,28],[35,31,28],[27,22,18],[34,27,21],[36,29,23],[16,11,8],[18,14,11],[42,37,31],[41,34,26],[22,14,3],[31,22,7],[40,29,9],[26,16,0],[30,18,0],[59,48,20],[59,48,20],[117,108,79],[135,126,97],[74,67,38],[78,73,43],[109,100,67],[146,132,93],[127,113,74],[98,87,59],[69,62,36],[69,65,36],[104,105,71],[114,120,82],[123,129,93],[126,131,101],[130,134,107],[99,104,72],[101,108,74],[89,100,60],[91,103,65],[67,80,50],[141,152,122],[109,113,76],[118,119,75],[173,172,124],[111,108,63],[119,115,77],[125,121,86],[132,127,98],[100,99,69],[106,110,73],[108,114,76],[37,44,10],[88,97,66],[70,75,52],[80,85,62],[94,99,69],[118,126,89],[118,131,88],[89,101,61],[107,111,84],[94,96,72],[107,111,84],[143,143,115],[216,207,178],[206,197,168],[182,182,154],[168,171,142],[166,165,134],[198,199,165],[150,163,120],[137,155,115],[153,168,137],[106,115,88],[85,85,57],[112,109,78],[161,156,126],[136,127,98],[155,144,116],[98,84,57],[86,72,43],[89,75,46],[97,83,54],[100,87,55],[85,72,38],[77,63,28],[112,96,60],[147,129,93],[180,158,121],[123,99,65],[138,113,83],[141,114,84],[129,99,65],[97,72,41],[64,52,30],[63,55,34],[89,73,47],[67,47,14],[125,101,67],[113,84,44],[139,98,52],[121,78,33],[57,23,0],[123,89,54],[145,105,69],[146,101,60],[161,117,72],[148,101,57],[102,55,13],[170,125,84],[118,75,33],[109,67,27],[119,84,46],[108,78,42],[104,80,42],[80,60,25],[31,14,0],[76,61,32],[76,62,35],[89,73,48],[84,66,44],[80,62,40],[95,75,51],[99,79,55],[63,47,24],[118,103,84],[104,91,74],[29,16,0],[44,31,15],[24,8,0],[34,17,1],[44,25,8],[89,70,53],[102,85,69],[80,64,49],[62,48,35],[57,45,33],[36,23,14],[17,5,0],[62,50,38],[64,52,40],[61,49,37],[43,29,18],[53,39,30],[42,25,17],[47,30,22],[48,29,22],[54,36,26],[35,15,6],[49,29,18],[62,42,31],[44,22,9],[41,19,6],[40,13,2],[63,33,22],[79,47,36],[54,26,15],[37,13,3],[51,33,23],[30,13,5],[30,15,10],[34,20,17],[35,21,18],[16,2,1],[23,12,10],[45,35,34],[19,14,11],[1,0,0],[8,11,4],[7,9,4],[7,7,5],[7,5,6],[6,4,5],[7,5,6],[8,6,7],[8,6,7],[6,4,5],[4,2,3],[4,2,3],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[7,5,6],[6,4,5],[8,6,7],[2,2,4],[9,9,11],[2,2,4],[6,6,8],[8,8,10],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[11,11,13],[3,3,5],[6,6,8],[2,2,4],[9,9,11],[0,0,2],[0,0,2],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[1,2,6],[1,2,6],[0,3,6],[0,4,7],[2,5,10],[1,4,9],[7,12,16],[10,15,19],[0,3,9],[0,4,10],[9,14,20],[2,7,13],[7,10,15],[11,12,16],[15,15,17],[23,22,20],[16,12,9],[8,3,0],[23,16,10],[34,27,21],[11,6,3],[23,18,15],[33,26,20],[23,16,6],[15,7,0],[45,36,19],[68,57,37],[45,35,10],[95,85,58],[59,49,22],[82,72,45],[122,115,87],[135,129,103],[95,91,64],[51,49,24],[84,79,50],[132,118,81],[133,115,79],[80,64,38],[102,92,67],[94,89,60],[73,73,39],[116,118,81],[108,112,77],[102,102,74],[157,157,129],[99,103,70],[68,72,37],[77,84,43],[78,86,49],[99,108,79],[73,82,53],[93,99,63],[151,154,111],[123,127,77],[102,104,57],[94,94,58],[77,77,49],[51,53,31],[54,57,36],[102,111,82],[96,107,77],[53,65,41],[70,79,62],[66,72,62],[87,90,81],[94,97,80],[81,86,63],[52,62,35],[97,108,78],[115,119,92],[98,101,74],[136,141,111],[200,200,172],[188,178,153],[101,91,66],[139,139,111],[114,117,86],[126,125,95],[178,177,146],[120,130,95],[102,114,76],[113,123,86],[104,111,77],[131,134,105],[101,101,75],[69,67,42],[63,57,33],[129,121,98],[126,115,93],[86,74,50],[104,92,66],[147,135,109],[104,93,65],[85,72,40],[100,85,52],[119,100,67],[129,109,74],[152,128,92],[158,132,97],[120,90,56],[117,86,55],[66,39,9],[96,75,48],[47,35,13],[59,44,23],[101,78,47],[141,115,82],[106,82,54],[67,41,8],[109,70,27],[111,68,25],[80,41,2],[79,41,5],[69,30,0],[113,73,38],[156,113,71],[155,110,68],[116,71,29],[168,123,82],[134,90,53],[103,63,28],[77,41,5],[90,57,24],[107,80,50],[99,78,49],[51,34,6],[89,73,47],[52,36,13],[105,88,68],[76,58,38],[55,37,17],[102,84,64],[85,66,49],[14,0,0],[49,33,18],[74,60,47],[31,17,4],[44,30,17],[25,9,0],[41,24,8],[25,8,0],[52,35,19],[70,53,37],[49,33,18],[41,27,14],[62,50,38],[51,41,31],[22,12,2],[21,11,1],[26,16,6],[43,33,24],[60,47,39],[43,30,22],[25,10,3],[35,20,13],[35,18,11],[25,8,1],[29,10,4],[28,9,2],[41,23,13],[43,23,14],[33,13,4],[68,44,32],[64,31,16],[83,47,31],[57,25,10],[28,2,0],[43,23,12],[46,32,23],[47,34,28],[17,3,0],[33,19,19],[33,18,21],[20,8,10],[18,8,9],[17,8,9],[3,0,0],[0,1,0],[14,16,13],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[5,3,6],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[6,4,7],[8,8,10],[5,6,8],[4,5,7],[18,19,21],[3,4,6],[10,11,13],[8,9,11],[11,12,14],[6,7,9],[0,0,2],[10,11,13],[3,4,6],[8,9,11],[124,125,127],[135,136,138],[5,5,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[0,1,5],[0,1,5],[0,3,6],[0,3,6],[0,3,8],[0,1,6],[0,3,7],[0,1,5],[2,9,15],[8,15,21],[0,3,9],[0,5,11],[1,4,9],[7,8,12],[8,8,10],[12,11,9],[9,5,2],[9,4,0],[26,19,13],[32,23,18],[14,6,3],[17,9,6],[24,17,9],[49,41,30],[55,46,31],[67,55,39],[102,91,71],[109,99,74],[147,137,110],[51,41,14],[59,52,26],[80,74,50],[64,60,35],[82,80,57],[85,84,63],[64,60,35],[91,76,43],[107,88,55],[95,79,54],[70,58,34],[82,75,47],[68,65,32],[119,119,83],[138,138,102],[76,75,45],[129,125,96],[137,137,103],[61,61,23],[65,67,27],[81,86,46],[79,84,54],[71,75,48],[107,112,82],[106,110,75],[92,97,56],[85,90,50],[93,98,68],[80,85,63],[71,77,63],[65,73,58],[81,95,72],[49,65,39],[85,100,81],[64,76,64],[65,71,67],[60,65,59],[78,80,67],[60,65,45],[69,81,59],[41,53,31],[103,106,85],[139,141,117],[85,92,61],[168,171,140],[163,156,128],[93,86,58],[135,138,111],[120,124,97],[104,102,77],[105,104,74],[123,131,94],[174,185,145],[84,91,50],[97,103,65],[76,82,54],[87,90,69],[82,84,63],[41,39,18],[73,68,48],[117,109,90],[122,114,93],[106,95,73],[102,92,67],[67,55,29],[88,74,45],[117,101,68],[120,100,67],[115,91,57],[108,82,47],[111,81,47],[151,116,84],[139,104,74],[87,57,29],[83,59,35],[65,48,28],[64,48,25],[90,63,33],[154,125,93],[78,54,26],[45,18,0],[121,82,43],[138,93,52],[155,113,75],[115,76,43],[92,55,26],[86,47,16],[126,84,44],[149,106,63],[155,112,67],[120,77,35],[98,55,21],[90,49,19],[96,60,26],[83,52,21],[115,89,66],[70,48,25],[60,43,17],[102,86,60],[53,36,16],[77,60,44],[55,36,19],[35,16,0],[50,31,16],[44,27,11],[35,19,4],[40,26,13],[38,26,14],[40,28,16],[59,47,35],[59,45,32],[39,23,8],[73,56,40],[47,30,14],[37,21,6],[16,0,0],[28,14,3],[25,15,5],[47,38,29],[53,44,35],[22,15,5],[26,19,9],[25,16,9],[23,14,7],[19,8,2],[29,18,12],[38,25,19],[35,22,16],[37,22,17],[34,19,12],[35,18,11],[42,25,17],[35,18,8],[29,12,2],[50,27,13],[98,63,43],[113,75,52],[95,63,42],[23,0,0],[27,8,0],[46,32,21],[35,22,16],[39,28,26],[21,9,11],[31,16,21],[25,13,17],[16,5,9],[18,9,12],[13,9,8],[4,4,2],[5,5,3],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[7,5,8],[6,4,7],[8,6,9],[6,4,7],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[5,5,7],[5,6,8],[12,13,15],[10,11,13],[11,12,14],[14,15,17],[99,100,102],[92,93,95],[8,9,11],[7,8,10],[10,11,13],[4,5,7],[5,6,8],[1,2,4],[23,24,26],[18,19,21],[1,2,4],[4,4,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,2,5],[0,2,5],[0,3,8],[0,0,5],[10,15,19],[0,3,7],[0,1,7],[5,10,16],[0,1,7],[5,10,16],[16,19,24],[18,19,23],[8,8,10],[2,0,1],[3,0,0],[12,4,2],[27,17,15],[23,14,9],[30,21,16],[33,24,19],[12,3,0],[24,14,4],[47,35,21],[65,52,35],[78,66,44],[51,39,15],[56,44,18],[73,63,36],[58,51,25],[57,51,27],[66,61,39],[48,46,25],[58,57,39],[103,98,76],[128,113,82],[122,106,73],[118,102,77],[85,73,51],[65,58,30],[71,66,34],[148,144,107],[127,123,88],[79,74,44],[138,133,103],[139,133,99],[107,103,65],[113,112,68],[108,106,65],[84,83,52],[117,117,93],[101,104,85],[55,60,40],[42,48,20],[75,81,55],[78,85,67],[72,82,71],[42,53,47],[73,89,79],[69,88,68],[60,79,57],[38,57,37],[56,73,57],[29,40,32],[26,31,24],[91,94,75],[85,90,68],[85,97,77],[53,64,47],[64,66,55],[129,130,116],[113,119,91],[119,123,88],[137,131,95],[124,117,88],[85,88,67],[78,82,65],[56,53,34],[117,115,90],[175,182,141],[144,152,105],[57,60,17],[65,69,34],[39,47,24],[84,93,76],[90,94,79],[39,40,24],[56,53,38],[65,59,43],[94,87,69],[102,94,75],[51,40,18],[58,46,22],[109,93,67],[127,108,78],[158,135,103],[145,119,86],[134,104,70],[117,82,50],[147,111,79],[131,94,65],[124,89,59],[78,48,22],[96,78,58],[92,74,54],[119,93,66],[91,62,32],[97,71,44],[71,40,11],[105,63,25],[135,90,51],[115,74,42],[63,26,0],[103,64,35],[125,84,52],[141,102,63],[114,73,29],[139,98,52],[114,72,32],[96,52,25],[71,31,5],[83,48,16],[61,30,1],[45,18,1],[36,13,0],[88,70,46],[96,80,55],[42,25,9],[29,11,0],[37,18,3],[47,28,13],[72,54,40],[21,4,0],[31,18,9],[45,35,25],[31,21,12],[28,18,9],[33,23,14],[49,36,27],[74,60,47],[74,58,43],[33,17,2],[44,28,13],[30,16,3],[40,28,16],[36,26,16],[52,43,34],[57,53,44],[21,16,10],[25,20,14],[43,36,30],[29,22,16],[29,19,17],[25,15,13],[32,21,17],[43,32,28],[35,21,18],[42,29,23],[32,17,10],[30,15,8],[39,22,14],[45,28,20],[89,67,53],[116,80,54],[95,54,24],[109,75,47],[71,45,20],[62,44,24],[68,54,41],[40,30,21],[27,16,14],[23,11,13],[16,3,10],[19,4,11],[16,3,10],[12,1,7],[9,3,7],[5,3,6],[8,8,8],[5,5,7],[6,6,8],[7,7,9],[6,6,8],[5,5,7],[4,4,6],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[7,5,8],[7,5,8],[6,4,7],[7,5,8],[4,4,6],[8,9,11],[2,3,5],[7,8,10],[63,64,66],[254,255,255],[252,253,255],[67,68,70],[0,0,2],[11,12,14],[1,2,4],[1,2,4],[0,1,3],[2,3,5],[0,0,2],[5,5,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,2],[0,0,2],[0,1,3],[0,1,3],[0,1,3],[0,2,5],[0,4,7],[0,1,4],[90,94,97],[89,92,97],[2,5,10],[0,3,8],[11,14,19],[0,2,7],[2,3,7],[13,13,15],[12,10,11],[11,7,4],[12,7,3],[19,12,6],[22,13,6],[7,0,0],[27,18,11],[45,36,29],[22,12,3],[28,18,6],[58,46,32],[81,68,52],[92,79,62],[55,42,23],[74,61,42],[38,27,7],[43,35,14],[51,44,25],[51,46,27],[40,39,19],[28,29,11],[60,55,35],[101,87,58],[130,114,81],[115,101,74],[60,48,22],[66,60,28],[128,124,89],[115,111,74],[75,69,33],[98,89,58],[131,120,88],[180,170,134],[163,156,114],[122,119,74],[131,129,88],[122,123,91],[112,114,92],[77,81,67],[67,75,62],[44,56,36],[75,87,67],[47,59,47],[53,66,59],[69,86,80],[74,94,85],[75,96,79],[44,66,45],[74,93,74],[51,68,52],[37,49,39],[63,71,60],[90,94,77],[58,66,45],[21,32,16],[41,49,38],[91,92,86],[73,73,61],[103,107,80],[100,104,67],[110,106,68],[109,105,68],[91,93,69],[47,48,30],[119,114,94],[86,82,55],[116,118,78],[92,95,52],[88,86,48],[57,56,28],[53,57,40],[102,110,95],[81,85,71],[63,65,52],[43,41,28],[48,45,30],[59,53,37],[78,71,53],[81,73,54],[68,57,35],[80,66,40],[76,56,29],[135,112,81],[101,75,42],[134,104,68],[176,143,108],[130,95,63],[129,93,61],[155,116,83],[108,73,43],[61,35,10],[56,34,10],[140,114,87],[67,40,11],[61,34,7],[82,51,22],[59,19,0],[142,99,64],[128,91,62],[80,44,18],[67,31,5],[76,40,8],[119,80,41],[97,59,14],[115,77,32],[123,84,45],[115,76,47],[93,56,30],[97,64,33],[106,75,46],[77,48,30],[59,32,15],[61,39,15],[65,45,20],[26,7,0],[33,15,3],[19,1,0],[55,39,24],[56,39,29],[39,24,17],[29,16,8],[29,18,12],[34,23,17],[29,18,12],[31,21,12],[58,45,36],[52,38,27],[60,46,35],[39,25,12],[38,24,13],[54,41,32],[32,22,12],[27,18,9],[34,27,17],[49,42,32],[31,24,14],[24,17,9],[44,37,29],[26,17,12],[43,33,31],[40,30,28],[76,65,61],[46,35,29],[41,30,24],[19,6,0],[50,37,28],[55,41,32],[28,14,5],[54,40,31],[71,49,36],[99,65,40],[86,49,22],[99,67,42],[105,79,56],[112,93,76],[74,60,47],[27,16,10],[15,5,4],[18,7,11],[15,4,10],[20,9,17],[16,5,13],[10,3,10],[12,7,11],[6,6,8],[6,6,8],[4,4,6],[6,6,8],[8,8,10],[7,7,9],[5,5,7],[2,2,4],[2,0,3],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[4,2,5],[7,5,8],[6,4,7],[6,4,7],[7,7,9],[10,10,12],[8,9,11],[8,9,11],[6,7,9],[39,40,42],[243,244,246],[253,254,255],[60,61,63],[1,2,4],[12,13,15],[9,10,12],[8,9,11],[0,1,3],[10,11,13],[4,5,7],[3,3,5],[3,3,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,4,5],[8,12,13],[53,57,58],[2,3,7],[0,1,5],[1,2,6],[0,0,4],[4,4,6],[7,5,6],[15,14,12],[15,12,7],[16,12,3],[22,18,7],[15,9,0],[8,1,0],[17,9,0],[22,12,2],[24,14,5],[38,28,18],[40,30,20],[77,64,55],[51,38,29],[26,13,4],[26,13,4],[45,32,23],[29,19,7],[30,20,8],[43,35,22],[68,62,48],[50,47,32],[42,40,25],[55,50,31],[81,65,40],[86,69,39],[102,89,55],[81,73,36],[124,121,80],[111,108,67],[64,58,22],[101,91,56],[92,77,44],[112,96,60],[199,184,141],[153,142,96],[139,137,89],[137,140,97],[123,130,96],[98,108,83],[82,95,77],[80,94,79],[48,65,47],[73,91,75],[59,79,67],[72,92,80],[57,77,66],[45,65,53],[86,104,88],[76,93,75],[66,80,63],[51,63,49],[49,59,50],[54,64,55],[57,67,56],[48,55,47],[35,42,35],[57,59,54],[96,97,91],[98,99,85],[114,114,90],[99,98,67],[101,97,59],[137,133,95],[132,128,91],[131,127,92],[93,87,55],[95,89,57],[67,62,30],[57,52,23],[50,42,19],[34,27,9],[44,42,27],[107,107,95],[85,85,73],[80,78,66],[57,55,42],[30,26,14],[70,67,52],[60,54,38],[76,69,51],[76,65,47],[67,52,31],[54,38,13],[106,87,57],[149,126,92],[134,111,70],[106,81,40],[140,110,74],[130,97,62],[132,94,57],[147,109,72],[71,37,2],[69,38,9],[127,100,73],[71,45,20],[55,29,6],[54,27,0],[41,6,0],[121,85,53],[122,87,57],[78,47,19],[47,19,0],[31,1,0],[93,55,16],[128,87,43],[124,87,45],[116,81,43],[77,42,10],[114,80,52],[82,49,18],[110,79,48],[135,104,76],[59,28,0],[65,35,7],[94,68,43],[63,40,22],[63,45,31],[32,18,7],[26,13,5],[12,0,0],[37,23,20],[46,32,29],[41,27,24],[27,14,8],[20,7,1],[33,20,12],[42,27,20],[46,32,23],[39,25,16],[23,8,1],[24,11,3],[17,6,0],[25,16,9],[30,21,16],[45,36,29],[59,50,35],[28,16,0],[41,29,17],[51,38,30],[31,20,16],[30,19,17],[48,37,35],[67,53,50],[76,63,55],[43,31,19],[27,13,0],[45,31,18],[47,31,18],[48,31,21],[68,51,43],[65,45,36],[70,41,27],[78,47,29],[79,50,36],[75,48,37],[59,39,30],[24,6,2],[25,11,10],[16,6,7],[17,8,11],[9,3,7],[16,9,16],[7,2,8],[7,5,8],[13,13,15],[2,2,4],[5,7,6],[5,5,5],[11,11,11],[1,1,1],[10,10,10],[0,0,0],[4,4,4],[18,18,18],[4,4,4],[1,1,1],[5,5,5],[8,8,8],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[8,8,8],[9,9,9],[7,7,7],[5,5,5],[15,15,15],[26,26,26],[23,23,23],[10,10,10],[16,16,16],[103,103,103],[36,36,36],[0,0,0],[16,16,16],[2,2,2],[8,8,8],[4,4,6],[4,4,6],[5,4,9],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[6,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[8,12,11],[0,4,3],[28,29,31],[0,0,2],[2,2,4],[1,1,3],[2,0,3],[3,1,2],[4,0,0],[3,0,0],[26,21,15],[41,37,26],[18,12,0],[11,5,0],[59,52,34],[112,105,87],[7,0,0],[33,23,11],[50,40,28],[13,3,0],[46,33,24],[47,34,26],[23,10,2],[47,34,28],[42,31,25],[47,36,30],[25,16,9],[23,16,6],[48,44,33],[29,27,15],[30,31,17],[43,37,21],[50,35,14],[111,94,68],[86,76,41],[118,113,73],[93,91,50],[36,34,0],[89,83,49],[107,98,65],[81,66,33],[113,98,59],[225,211,166],[228,217,171],[144,143,97],[139,146,105],[103,117,84],[37,53,27],[59,74,55],[68,85,69],[55,73,59],[61,82,67],[83,105,92],[68,90,77],[54,75,60],[46,64,48],[62,76,59],[104,117,99],[76,87,70],[69,78,61],[33,41,26],[31,39,26],[51,61,50],[43,50,42],[53,58,52],[55,58,51],[64,66,55],[78,76,61],[84,82,57],[84,81,50],[147,143,105],[126,121,79],[152,145,101],[129,122,80],[88,80,43],[98,89,58],[92,82,55],[40,29,9],[66,54,38],[81,71,59],[34,28,16],[70,68,55],[70,68,55],[69,67,54],[58,56,41],[50,49,31],[70,67,50],[64,59,40],[45,38,20],[74,66,47],[83,71,49],[35,19,0],[93,76,46],[111,93,55],[112,93,50],[96,73,31],[100,74,37],[140,110,74],[141,106,68],[175,137,98],[137,99,62],[70,36,1],[85,55,29],[74,48,25],[114,90,66],[55,27,3],[79,45,18],[160,125,95],[111,77,49],[77,47,21],[58,36,13],[45,19,0],[61,26,0],[138,99,56],[125,90,52],[70,36,1],[87,56,25],[129,98,69],[64,33,4],[80,49,18],[96,63,32],[55,22,0],[71,40,11],[107,79,55],[76,53,35],[58,40,26],[34,21,12],[34,25,18],[22,11,9],[22,10,10],[27,16,14],[46,32,31],[42,28,25],[29,14,9],[36,21,14],[47,32,25],[42,27,20],[44,31,23],[36,23,17],[37,26,20],[26,17,12],[32,25,19],[41,33,30],[65,56,49],[74,62,46],[37,24,5],[39,25,12],[44,31,22],[33,19,16],[28,14,13],[28,14,13],[36,22,19],[41,28,20],[49,37,25],[56,44,28],[61,48,32],[39,25,12],[32,15,5],[55,38,31],[63,44,37],[88,64,54],[85,58,47],[61,37,27],[42,19,11],[40,21,15],[15,0,0],[16,4,4],[15,6,9],[20,14,18],[14,9,13],[6,4,9],[3,2,7],[0,0,2],[2,3,5],[6,8,7],[1,3,2],[10,10,10],[0,0,0],[7,7,7],[5,5,5],[13,13,13],[0,0,0],[209,209,209],[168,168,168],[2,2,2],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[5,5,5],[7,7,7],[5,5,5],[3,3,3],[8,8,8],[14,14,14],[11,11,11],[3,3,3],[0,0,0],[28,28,28],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[4,4,4],[6,6,6],[4,4,6],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[4,3,8],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,13,12],[0,1,0],[4,5,7],[0,0,2],[5,5,7],[0,0,2],[3,1,4],[2,0,3],[10,6,7],[3,0,0],[22,17,13],[54,50,41],[39,33,21],[19,13,0],[44,38,22],[81,74,56],[35,28,10],[25,18,0],[85,76,61],[79,70,55],[41,31,19],[29,19,9],[41,31,22],[55,45,36],[47,36,30],[35,24,18],[13,4,0],[37,30,22],[58,54,45],[21,17,8],[30,27,18],[40,36,25],[62,48,35],[64,49,28],[77,68,39],[101,97,62],[83,83,45],[110,110,74],[103,100,67],[73,66,37],[146,132,103],[144,129,96],[177,165,125],[211,204,160],[127,128,88],[113,121,84],[68,82,56],[87,105,83],[87,100,83],[60,72,58],[58,72,59],[94,110,99],[85,103,91],[70,88,74],[53,70,54],[61,75,58],[69,81,61],[55,63,42],[56,61,39],[32,37,15],[42,45,26],[51,54,37],[69,73,58],[39,43,29],[47,50,39],[90,92,81],[63,64,50],[50,49,28],[54,50,23],[131,127,92],[143,135,98],[74,65,24],[106,97,54],[107,95,55],[62,49,15],[123,112,82],[105,95,70],[74,63,45],[65,56,41],[47,37,25],[31,24,14],[23,19,8],[51,48,33],[52,49,32],[34,31,12],[55,52,33],[65,60,41],[38,33,14],[69,62,44],[62,51,31],[76,64,38],[96,81,50],[74,58,22],[78,59,19],[134,112,71],[122,100,61],[107,83,49],[91,65,32],[109,75,38],[124,86,49],[186,148,111],[132,97,65],[95,65,37],[97,69,47],[65,39,16],[76,48,24],[140,106,79],[134,99,71],[99,65,38],[53,23,0],[76,54,33],[58,33,11],[58,24,0],[122,82,46],[133,97,63],[99,66,35],[90,59,30],[94,64,36],[73,43,15],[62,31,3],[74,40,13],[81,47,20],[109,77,52],[102,71,50],[35,9,0],[32,14,2],[43,30,22],[30,19,15],[33,23,21],[17,5,5],[15,4,2],[39,25,24],[40,26,23],[25,11,8],[25,12,6],[24,11,5],[56,43,37],[52,39,33],[37,24,18],[36,25,19],[27,18,13],[25,18,12],[17,9,6],[25,18,10],[81,72,55],[86,75,57],[46,34,22],[40,27,19],[41,27,24],[20,9,7],[30,19,17],[33,22,18],[24,14,5],[32,22,12],[32,22,10],[39,27,15],[40,28,16],[41,27,18],[41,26,21],[30,13,6],[47,27,18],[59,39,28],[49,29,20],[32,15,8],[38,23,20],[16,5,3],[13,3,4],[12,6,8],[9,4,8],[15,15,17],[0,0,4],[1,2,6],[94,95,97],[95,99,100],[0,2,1],[4,6,5],[6,6,6],[9,9,9],[11,11,11],[1,1,1],[3,3,3],[3,3,3],[38,38,38],[41,41,41],[3,3,3],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[6,6,6],[8,8,8],[8,8,8],[7,7,7],[7,7,7],[7,7,7],[7,7,7],[5,5,5],[9,9,9],[0,0,0],[3,3,3],[11,11,11],[9,9,9],[8,8,8],[3,3,3],[9,9,11],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,1,0],[0,2,1],[0,0,2],[7,7,9],[0,0,2],[4,2,5],[2,0,3],[3,0,0],[9,5,4],[15,12,7],[28,23,17],[37,33,22],[37,31,19],[65,59,45],[118,112,96],[84,77,58],[89,82,63],[104,96,77],[59,50,33],[10,1,0],[23,13,1],[54,44,34],[60,50,41],[39,28,22],[12,3,0],[20,13,7],[47,42,38],[44,39,35],[16,13,8],[43,40,35],[57,52,46],[56,43,35],[75,61,48],[79,71,48],[68,64,35],[92,93,61],[122,123,91],[79,78,48],[91,86,57],[132,123,94],[104,93,61],[132,124,85],[182,179,138],[105,109,72],[102,113,81],[116,134,112],[245,255,246],[224,236,222],[84,95,81],[73,85,73],[122,135,125],[79,95,84],[74,90,77],[52,66,49],[51,63,43],[72,80,57],[57,61,36],[82,85,58],[50,53,26],[97,97,71],[85,85,61],[74,76,54],[49,51,30],[43,47,30],[114,118,101],[68,70,49],[51,51,25],[73,70,39],[139,133,97],[136,127,88],[135,123,83],[122,109,67],[133,119,80],[82,67,34],[145,131,102],[126,114,90],[34,23,5],[51,42,27],[17,9,0],[9,0,0],[16,9,0],[64,59,40],[54,52,29],[20,18,0],[36,34,9],[53,48,28],[57,50,32],[57,49,30],[128,118,93],[76,65,33],[71,57,20],[85,70,29],[102,85,42],[122,103,63],[98,78,41],[111,90,59],[86,61,31],[83,53,17],[123,87,51],[158,122,86],[185,150,118],[115,84,56],[98,70,46],[52,24,2],[94,64,40],[117,83,56],[107,72,44],[111,80,52],[22,0,0],[43,22,5],[56,33,15],[90,56,28],[114,78,46],[80,47,16],[105,74,46],[105,75,49],[83,53,29],[94,64,40],[49,19,0],[78,46,21],[99,67,42],[115,83,60],[78,49,31],[36,13,0],[49,29,20],[40,25,20],[10,0,0],[21,11,9],[13,3,2],[10,0,0],[22,11,9],[25,14,10],[27,16,12],[31,20,14],[16,5,0],[29,18,12],[28,17,11],[16,5,0],[24,15,8],[25,18,12],[24,19,13],[12,7,3],[20,13,5],[35,26,11],[59,47,31],[52,40,28],[45,35,26],[45,34,30],[46,36,34],[46,36,34],[18,8,6],[37,28,21],[39,30,21],[28,20,9],[24,14,4],[31,21,12],[39,26,20],[37,23,20],[31,18,12],[12,0,0],[20,6,0],[17,4,0],[10,0,0],[21,11,9],[17,9,7],[14,8,10],[7,3,4],[3,3,5],[0,0,2],[4,5,9],[8,9,13],[210,214,215],[238,242,243],[0,1,0],[8,12,11],[1,3,2],[4,4,4],[8,8,8],[4,4,4],[6,6,6],[17,17,17],[0,0,0],[0,0,0],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[4,4,4],[4,4,4],[5,5,5],[6,6,6],[7,7,7],[6,6,6],[8,8,8],[10,10,10],[10,10,10],[8,8,8],[8,8,8],[10,10,10],[10,10,10],[2,2,2],[8,8,8],[3,3,3],[7,7,7],[12,12,12],[0,0,0],[1,1,3],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[2,1,6],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[1,3,2],[2,4,3],[1,3,2],[3,3,5],[0,0,2],[6,4,7],[1,0,2],[1,0,0],[9,5,4],[3,0,0],[9,4,0],[34,29,23],[26,22,13],[11,7,0],[29,23,9],[23,16,0],[52,46,24],[92,86,64],[47,40,21],[17,10,0],[60,52,39],[55,47,36],[38,29,20],[11,2,0],[17,8,3],[59,51,48],[49,44,41],[27,22,19],[23,19,16],[38,34,31],[41,36,33],[66,55,53],[76,65,59],[67,61,45],[48,46,23],[104,107,78],[139,142,113],[111,111,85],[73,69,44],[74,67,39],[110,104,72],[160,156,119],[134,134,98],[96,101,69],[135,148,122],[141,159,143],[220,238,226],[213,223,212],[71,77,65],[93,101,90],[86,96,85],[58,70,58],[52,63,49],[56,65,48],[71,79,58],[58,62,37],[89,89,61],[79,78,48],[104,101,70],[169,164,134],[137,132,102],[89,85,56],[61,61,33],[75,79,56],[103,108,86],[60,62,38],[55,54,24],[97,93,58],[106,98,61],[153,141,101],[149,134,93],[111,93,53],[120,102,64],[143,127,94],[116,101,72],[66,54,30],[31,20,0],[15,6,0],[65,57,44],[45,36,29],[35,27,16],[40,33,14],[45,41,14],[52,49,18],[52,48,19],[52,46,24],[71,64,45],[67,59,38],[113,103,76],[99,90,51],[83,70,25],[120,106,59],[129,112,68],[125,105,68],[85,64,33],[77,60,34],[91,71,44],[61,32,0],[96,63,28],[117,81,47],[140,105,73],[123,92,64],[84,54,30],[41,10,0],[105,73,50],[92,56,30],[97,61,35],[84,52,27],[58,31,10],[60,41,27],[63,44,29],[79,49,25],[103,69,42],[67,37,11],[98,70,46],[63,35,13],[61,33,12],[102,74,53],[53,22,2],[59,27,6],[76,43,24],[76,45,27],[43,16,0],[50,26,14],[45,25,18],[14,0,0],[21,7,4],[23,13,11],[26,18,15],[23,15,12],[22,12,10],[18,9,4],[28,17,13],[37,26,22],[24,13,9],[20,9,5],[29,20,15],[25,16,11],[28,21,15],[20,12,9],[17,12,8],[15,10,7],[35,30,24],[108,100,87],[24,15,0],[41,31,21],[58,49,42],[38,28,26],[44,34,33],[39,29,28],[35,25,24],[33,23,21],[41,32,27],[44,35,28],[41,32,25],[38,29,24],[28,17,13],[16,5,3],[18,7,5],[15,6,0],[24,15,8],[37,30,24],[17,12,8],[9,4,1],[6,2,1],[18,16,17],[17,17,19],[11,10,15],[7,8,12],[2,3,7],[0,1,4],[6,10,11],[13,17,18],[0,1,0],[5,7,6],[8,8,10],[4,4,6],[12,12,14],[6,6,8],[6,6,8],[0,0,2],[18,18,20],[7,7,9],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[8,8,10],[6,6,8],[5,5,7],[7,7,9],[3,3,5],[14,14,16],[11,11,13],[4,4,6],[11,11,13],[18,18,20],[12,12,14],[6,6,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,2],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[5,3,6],[1,0,2],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[8,5,0],[7,2,0],[5,0,0],[13,9,0],[16,11,0],[55,49,27],[93,86,67],[32,25,7],[25,18,2],[84,76,63],[29,20,11],[15,6,0],[47,38,33],[40,32,29],[60,55,52],[35,30,27],[32,28,27],[35,31,30],[27,23,22],[38,32,32],[75,65,66],[46,36,34],[37,31,19],[37,36,16],[123,125,101],[132,135,108],[83,83,59],[76,74,49],[101,95,69],[97,92,62],[133,130,95],[113,114,80],[134,141,110],[114,128,105],[47,65,53],[52,67,60],[76,84,73],[65,71,59],[111,119,106],[67,75,62],[44,55,41],[50,58,45],[58,65,49],[113,118,98],[104,106,82],[62,61,31],[69,64,34],[102,96,64],[115,109,75],[59,53,19],[47,41,9],[75,71,42],[95,99,74],[35,41,15],[37,40,13],[72,68,39],[86,80,46],[127,114,79],[150,135,96],[110,92,52],[116,97,57],[130,110,73],[161,142,109],[86,71,42],[65,53,27],[104,96,73],[7,0,0],[85,77,64],[57,46,40],[29,19,9],[67,61,37],[116,111,79],[102,98,63],[74,69,37],[59,53,31],[43,36,17],[62,54,33],[118,109,78],[150,142,96],[106,96,43],[111,99,47],[139,125,78],[87,69,33],[90,70,43],[52,37,14],[72,56,31],[64,39,9],[55,24,0],[126,91,59],[119,84,54],[132,101,73],[109,79,55],[46,15,0],[82,50,27],[80,44,18],[94,58,34],[93,61,40],[83,57,40],[55,37,27],[62,44,32],[48,23,3],[62,34,12],[67,39,18],[97,70,49],[56,29,10],[62,35,16],[84,57,38],[55,26,8],[62,31,13],[77,46,28],[83,54,38],[50,22,10],[45,21,11],[40,20,13],[33,15,11],[28,14,11],[35,25,23],[39,31,28],[32,24,21],[26,18,15],[18,11,5],[16,9,3],[28,21,15],[30,23,17],[27,20,14],[32,25,19],[19,12,6],[21,16,10],[19,14,10],[20,17,12],[16,12,9],[34,29,23],[48,40,27],[25,18,2],[37,29,18],[47,40,32],[27,19,16],[29,24,21],[43,37,37],[22,16,16],[32,27,24],[21,16,13],[18,13,9],[19,11,8],[24,16,14],[22,14,12],[10,2,0],[14,6,4],[17,12,8],[15,12,5],[32,31,26],[17,16,12],[7,6,4],[4,4,4],[6,6,8],[0,0,2],[3,4,8],[2,3,7],[6,7,11],[0,4,7],[0,4,5],[6,7,9],[3,5,4],[3,5,4],[5,5,7],[4,4,6],[5,5,7],[0,0,2],[4,4,6],[7,7,9],[0,0,2],[6,6,8],[6,6,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[4,4,6],[3,3,5],[5,5,7],[7,7,9],[6,6,8],[4,4,6],[3,3,5],[0,0,2],[2,2,4],[0,0,2],[5,5,7],[4,4,6],[2,2,4],[9,9,11],[0,0,2],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,2,0],[0,0,0],[0,0,0],[0,0,2],[3,3,5],[0,0,2],[0,0,2],[3,1,4],[1,0,0],[7,5,6],[12,8,7],[9,5,4],[14,10,7],[22,18,15],[20,16,7],[31,25,11],[46,41,22],[98,92,76],[78,72,56],[8,2,0],[18,12,0],[8,1,0],[17,10,2],[52,45,39],[34,29,25],[45,40,37],[39,34,31],[46,42,39],[34,30,27],[25,21,18],[36,30,30],[54,45,48],[43,33,32],[28,21,11],[40,37,18],[53,53,29],[53,53,27],[70,70,46],[64,62,37],[69,64,35],[58,53,21],[116,113,78],[105,106,72],[98,105,74],[66,78,56],[70,86,75],[56,72,62],[36,44,31],[84,88,73],[93,99,85],[55,63,50],[43,51,38],[51,59,44],[54,61,45],[98,101,82],[126,126,102],[93,89,62],[147,140,111],[124,115,84],[100,91,60],[99,90,59],[95,86,57],[71,66,37],[71,75,50],[45,51,25],[79,79,53],[85,81,52],[85,76,45],[226,211,178],[196,178,142],[146,124,87],[135,113,76],[105,83,46],[127,108,75],[118,101,71],[67,56,28],[49,42,16],[67,61,37],[56,49,31],[8,0,0],[10,0,0],[103,96,70],[145,139,105],[83,77,41],[74,70,35],[102,96,72],[97,90,71],[40,32,9],[95,86,53],[138,130,81],[113,102,46],[90,77,22],[137,121,72],[62,42,9],[70,52,28],[55,44,24],[67,54,35],[64,43,16],[52,25,0],[80,47,16],[109,75,47],[106,74,49],[125,95,71],[57,26,5],[73,41,18],[94,58,34],[109,73,51],[96,65,45],[29,3,0],[13,0,0],[31,17,8],[44,23,6],[78,53,33],[74,48,31],[82,56,39],[95,69,52],[56,29,12],[27,0,0],[39,12,0],[66,37,21],[90,63,46],[80,52,38],[55,29,16],[52,30,19],[44,24,17],[58,41,34],[14,1,0],[30,21,16],[33,28,24],[22,17,13],[18,13,9],[18,13,9],[16,8,5],[25,17,14],[36,28,25],[32,24,21],[28,23,19],[9,4,0],[17,14,9],[27,23,20],[28,24,21],[11,7,4],[16,13,6],[25,19,7],[28,22,8],[21,14,4],[20,15,9],[23,18,14],[43,38,35],[57,51,51],[21,17,18],[17,13,14],[10,6,7],[17,13,12],[16,10,10],[16,10,10],[20,14,16],[14,8,10],[19,13,15],[12,11,9],[12,13,8],[29,29,27],[9,9,9],[3,3,3],[1,2,4],[6,7,9],[8,9,13],[0,0,4],[5,6,10],[3,4,8],[7,6,11],[9,9,11],[4,4,6],[5,5,5],[4,4,4],[1,1,3],[2,2,4],[9,9,11],[11,11,13],[9,9,11],[0,0,2],[16,16,18],[6,6,8],[7,7,9],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[8,8,10],[7,7,9],[6,6,8],[7,7,9],[7,7,9],[5,5,7],[3,3,5],[21,21,23],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[0,0,2],[5,5,7],[7,7,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[4,4,6],[0,0,2],[2,2,4],[3,1,4],[2,0,3],[1,0,0],[1,0,0],[10,6,5],[26,22,21],[22,18,17],[3,0,0],[7,3,0],[49,43,31],[29,23,11],[24,17,7],[6,0,0],[5,1,0],[13,9,0],[6,1,0],[5,0,0],[19,14,10],[42,37,33],[30,27,22],[13,10,5],[10,7,2],[38,35,30],[42,37,34],[26,17,20],[43,35,33],[32,25,15],[50,47,28],[30,28,5],[25,23,0],[49,47,22],[78,74,49],[92,87,58],[124,119,87],[135,133,95],[90,92,55],[106,113,80],[83,93,69],[87,101,88],[46,59,49],[66,75,58],[81,88,70],[77,86,69],[46,55,38],[59,67,52],[49,58,41],[107,114,98],[132,135,116],[75,74,53],[87,83,58],[95,88,60],[116,107,78],[107,98,69],[127,115,89],[101,89,63],[57,51,27],[53,55,33],[72,77,54],[72,72,48],[64,60,33],[113,104,75],[225,210,179],[160,141,108],[115,92,58],[113,90,56],[113,90,56],[84,65,32],[84,68,35],[64,53,21],[57,50,21],[33,28,0],[26,20,0],[42,32,23],[26,13,4],[63,56,30],[61,55,19],[49,44,6],[85,79,45],[85,79,57],[63,56,38],[75,67,44],[67,58,25],[110,103,51],[127,118,59],[126,116,57],[138,124,75],[76,57,25],[24,6,0],[61,52,35],[68,60,41],[71,53,29],[86,60,33],[80,49,20],[98,64,37],[106,76,52],[77,46,25],[52,21,0],[49,17,0],[56,20,0],[118,83,63],[80,49,31],[21,0,0],[22,7,2],[18,5,0],[30,12,0],[69,48,31],[69,48,31],[67,44,28],[94,71,53],[52,26,9],[52,26,9],[40,14,0],[61,35,18],[115,89,74],[61,38,24],[41,17,5],[68,48,37],[30,12,2],[66,49,41],[75,62,54],[34,27,21],[42,37,33],[23,18,14],[12,7,3],[17,12,8],[15,10,6],[17,12,8],[22,19,14],[17,14,9],[26,23,18],[19,16,11],[31,27,24],[37,33,30],[32,28,25],[10,9,5],[19,16,11],[26,22,11],[8,4,0],[95,91,82],[64,61,54],[8,4,1],[50,46,45],[36,32,33],[12,10,13],[18,16,19],[10,8,13],[19,17,20],[12,10,13],[9,7,10],[19,14,18],[12,7,11],[10,5,9],[5,5,5],[3,5,4],[13,15,14],[0,1,0],[6,7,9],[7,8,10],[1,2,6],[5,4,9],[7,6,11],[1,0,5],[5,4,9],[8,6,11],[2,0,3],[6,4,7],[12,10,11],[4,2,3],[6,6,8],[7,7,9],[0,0,2],[8,8,10],[0,0,2],[13,13,15],[0,0,2],[4,4,6],[8,8,10],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[2,2,4],[6,6,8],[7,7,9],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[3,3,5],[29,29,31],[15,15,17],[4,4,6],[0,0,2],[7,7,9],[1,1,3],[0,0,2],[16,16,18],[7,6,11],[5,4,9],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[3,2,7]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[5,3,6],[7,5,8],[1,0,0],[20,18,19],[22,20,21],[3,0,0],[7,2,0],[15,10,4],[10,5,0],[13,8,4],[27,22,18],[19,14,10],[8,3,0],[18,15,10],[18,15,10],[26,23,18],[36,33,28],[43,40,33],[22,19,12],[12,9,2],[35,32,23],[42,37,31],[33,25,23],[20,12,9],[48,42,30],[45,40,20],[33,29,4],[42,38,11],[50,44,18],[83,77,51],[85,78,49],[110,106,71],[113,111,72],[128,129,89],[61,67,31],[86,95,68],[94,105,91],[51,61,50],[48,57,36],[88,96,73],[56,65,44],[54,66,46],[67,78,61],[93,102,85],[102,109,93],[72,75,58],[51,50,32],[75,70,50],[78,70,49],[96,85,65],[113,102,82],[95,84,64],[98,87,67],[60,53,34],[53,54,36],[39,42,23],[65,64,44],[102,97,75],[78,68,43],[95,79,53],[126,107,77],[114,91,60],[113,90,58],[106,83,51],[73,54,21],[75,61,26],[126,116,81],[72,66,32],[33,28,0],[44,38,14],[53,43,33],[41,28,19],[47,40,14],[71,65,31],[71,65,29],[61,54,25],[90,83,65],[42,33,18],[61,50,30],[88,77,45],[110,100,49],[130,120,61],[143,130,75],[123,106,60],[153,132,103],[62,43,26],[45,35,23],[72,63,48],[67,49,29],[97,71,48],[71,41,15],[108,76,51],[101,73,51],[36,7,0],[38,9,0],[43,12,0],[66,31,11],[113,80,61],[46,17,1],[29,7,0],[13,0,0],[15,4,0],[34,17,7],[67,49,35],[40,21,6],[50,29,12],[90,67,49],[62,39,21],[38,15,0],[64,41,23],[93,70,54],[62,39,23],[30,8,0],[24,5,0],[34,14,3],[37,19,9],[49,32,22],[71,57,48],[27,18,11],[26,21,15],[6,3,0],[10,7,2],[18,15,10],[14,11,6],[21,17,14],[16,12,9],[21,17,14],[22,21,17],[22,21,17],[18,17,15],[16,15,13],[18,17,15],[20,19,17],[23,19,16],[21,16,10],[10,6,0],[86,81,75],[63,60,55],[3,0,0],[13,12,10],[10,8,9],[17,17,19],[14,13,19],[20,19,25],[21,20,26],[1,0,5],[14,12,17],[19,17,22],[20,18,21],[11,9,12],[8,8,10],[7,8,10],[6,7,9],[6,7,9],[6,5,10],[5,4,9],[4,3,8],[5,3,8],[5,3,8],[8,3,9],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,4,5],[9,5,6],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[6,6,8],[4,4,6],[0,0,2],[4,4,6],[3,3,5],[0,0,2],[6,6,8],[20,20,22],[19,19,21],[5,5,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,0,2],[1,0,2],[5,3,4],[1,0,0],[3,1,2],[10,8,9],[5,1,0],[9,3,3],[6,0,0],[8,4,3],[19,15,14],[15,11,10],[9,5,4],[15,14,10],[21,20,16],[31,30,25],[32,31,26],[21,21,13],[17,14,5],[21,18,9],[29,27,15],[35,32,23],[52,47,43],[30,25,21],[87,81,67],[49,44,24],[23,19,0],[72,66,42],[84,76,53],[138,131,105],[83,76,47],[67,61,27],[140,136,98],[142,143,103],[74,76,39],[69,73,46],[40,47,31],[23,31,16],[41,49,26],[53,63,36],[34,46,22],[72,84,62],[63,75,55],[77,88,71],[92,101,84],[45,49,34],[50,48,33],[68,65,48],[81,74,56],[109,100,83],[120,111,94],[63,51,35],[50,38,24],[60,52,39],[52,53,37],[34,37,20],[90,89,71],[107,102,83],[76,68,47],[108,93,70],[106,89,63],[98,78,51],[70,49,20],[87,68,36],[83,67,34],[82,69,35],[134,124,89],[110,104,68],[67,63,28],[54,49,20],[65,55,43],[47,37,25],[104,97,71],[181,175,143],[33,26,0],[20,14,0],[40,33,17],[90,82,69],[44,36,17],[47,38,7],[83,75,28],[102,93,36],[102,91,37],[82,68,23],[114,94,67],[67,48,33],[39,29,19],[85,75,63],[81,62,45],[46,21,0],[53,25,1],[73,42,21],[98,71,52],[51,25,8],[48,20,6],[73,44,28],[94,63,45],[101,70,52],[24,0,0],[20,0,0],[16,5,3],[18,8,6],[31,18,10],[39,23,10],[39,21,7],[59,40,25],[71,50,33],[44,21,3],[39,16,0],[66,45,26],[57,36,19],[25,6,0],[15,0,0],[28,10,0],[33,17,4],[34,17,7],[35,18,8],[29,16,7],[17,10,2],[13,8,2],[40,37,32],[12,9,4],[23,20,15],[44,43,38],[2,1,0],[19,18,14],[13,12,8],[17,16,14],[18,17,15],[15,14,12],[13,12,10],[16,15,13],[19,18,16],[20,19,15],[15,12,7],[9,6,1],[21,18,13],[22,21,17],[18,17,15],[20,20,20],[14,14,16],[10,11,15],[5,5,13],[13,13,21],[0,0,7],[16,15,23],[0,0,7],[19,18,24],[7,7,9],[11,11,13],[8,8,10],[6,7,9],[6,7,9],[6,6,8],[5,4,9],[5,3,8],[5,3,8],[6,1,7],[7,2,8],[8,3,9],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,5],[8,4,5],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[2,2,4],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[2,2,4],[3,3,5],[8,8,10],[6,6,8],[2,2,4],[8,8,10],[18,18,20],[17,17,19],[6,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[6,1,5],[4,0,5],[3,0,4],[5,0,6],[10,5,9],[7,5,8],[6,4,5],[10,8,9],[22,21,19],[53,52,48],[17,16,11],[16,16,8],[10,10,0],[10,10,0],[56,54,42],[31,28,19],[28,25,20],[75,72,65],[46,42,30],[38,33,14],[52,46,24],[62,54,33],[92,84,63],[84,73,51],[64,54,27],[108,102,70],[146,142,104],[100,98,59],[76,76,40],[52,52,24],[97,100,83],[25,29,14],[26,34,10],[66,75,46],[53,63,38],[118,130,106],[75,88,68],[71,82,65],[105,113,98],[36,40,26],[54,54,42],[56,52,40],[73,65,52],[99,89,77],[112,102,92],[56,46,36],[37,27,18],[64,57,47],[41,39,27],[44,45,31],[55,53,38],[73,67,51],[73,64,47],[108,97,77],[116,101,80],[91,75,50],[54,37,11],[77,62,33],[76,63,31],[42,31,0],[79,70,37],[113,107,73],[116,112,77],[120,115,86],[40,31,14],[35,26,11],[92,84,63],[127,121,95],[7,1,0],[18,11,0],[24,15,6],[34,25,16],[41,32,15],[55,45,18],[78,69,26],[85,73,23],[114,100,53],[84,66,26],[54,32,8],[31,12,0],[14,4,0],[76,66,56],[120,101,86],[50,25,5],[62,34,13],[44,15,0],[86,60,45],[55,31,19],[39,15,3],[73,47,34],[48,19,3],[74,45,29],[72,46,33],[40,21,14],[15,4,2],[31,23,21],[24,13,7],[13,0,0],[24,8,0],[46,28,14],[61,40,23],[56,33,15],[56,35,16],[80,59,42],[70,51,36],[33,15,1],[26,9,0],[32,18,7],[26,12,1],[38,24,13],[54,40,29],[46,33,24],[57,50,42],[57,52,46],[43,40,35],[13,10,5],[19,18,14],[27,26,22],[8,7,5],[19,19,17],[10,10,8],[13,13,13],[14,14,14],[12,12,12],[12,11,9],[13,12,10],[16,15,13],[18,17,15],[19,15,12],[25,21,18],[17,13,10],[19,18,16],[24,23,21],[11,11,11],[12,12,14],[23,24,29],[2,2,12],[67,69,81],[152,154,166],[57,57,67],[7,7,15],[0,0,5],[11,12,14],[8,8,10],[7,7,9],[6,5,10],[6,5,10],[5,4,9],[5,3,8],[7,2,8],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,4,6],[5,5,7],[4,4,6],[2,2,4],[5,5,7],[10,10,12],[8,8,10],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[23,23,23],[1,1,1],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[0,0,0],[4,4,4],[6,4,9],[3,0,5],[3,0,5],[3,0,7],[1,0,4],[0,0,4],[2,2,4],[1,1,3],[4,4,4],[30,30,28],[3,4,0],[18,17,12],[6,6,0],[18,18,10],[94,91,82],[56,56,46],[40,41,36],[59,58,53],[14,12,0],[13,10,0],[60,53,35],[77,68,51],[86,77,62],[80,68,52],[49,38,18],[102,95,67],[110,106,71],[65,63,25],[46,46,12],[152,151,123],[131,129,114],[11,12,0],[99,105,79],[111,120,91],[50,60,33],[65,77,53],[44,56,36],[61,72,56],[80,86,74],[64,67,56],[60,60,48],[56,52,41],[74,68,56],[67,59,48],[65,55,45],[50,40,31],[49,40,31],[66,59,49],[71,69,57],[62,60,47],[66,64,49],[48,45,28],[66,59,41],[113,105,86],[86,75,55],[96,84,62],[53,41,17],[47,35,9],[68,56,30],[67,58,29],[69,62,33],[68,63,33],[79,74,44],[129,123,97],[64,57,38],[43,36,18],[39,32,13],[26,21,1],[19,13,0],[21,14,4],[33,25,22],[20,11,6],[31,21,9],[82,72,47],[94,85,46],[71,58,14],[98,83,40],[85,67,31],[61,39,15],[54,35,20],[25,12,3],[41,28,20],[107,88,74],[62,36,19],[55,28,9],[47,20,3],[71,49,36],[53,33,24],[16,0,0],[85,63,52],[32,6,0],[33,7,0],[57,33,21],[27,8,1],[22,12,10],[31,23,21],[19,10,5],[16,6,0],[19,5,0],[32,14,2],[75,53,39],[88,65,49],[57,36,19],[53,34,19],[58,40,26],[33,19,8],[31,18,9],[29,19,10],[15,5,0],[26,13,5],[49,36,27],[49,36,28],[54,47,39],[55,50,44],[13,10,5],[17,14,9],[21,20,16],[3,2,0],[15,15,13],[9,9,7],[13,13,13],[15,15,15],[16,16,16],[14,14,14],[12,11,9],[12,11,9],[14,13,11],[16,15,13],[28,24,25],[19,15,16],[23,22,20],[19,18,16],[12,12,10],[11,11,11],[4,5,7],[9,10,15],[0,1,10],[171,173,185],[252,254,255],[162,164,176],[6,6,14],[9,10,15],[12,13,15],[0,1,0],[5,6,8],[5,4,9],[5,4,9],[4,3,8],[5,3,8],[6,1,7],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[8,2,6],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[3,3,5],[3,3,5],[7,7,9],[10,10,12],[8,8,10],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[22,22,22],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,1],[0,1,0],[1,3,0],[6,6,6],[4,2,7],[3,0,4],[1,0,4],[4,2,7],[1,0,5],[0,0,5],[1,0,5],[0,0,4],[0,1,3],[0,0,2],[11,11,11],[9,9,7],[4,3,0],[35,34,30],[65,62,57],[57,56,52],[50,52,49],[6,8,5],[16,17,9],[20,18,6],[31,25,13],[61,51,41],[67,57,48],[89,79,70],[60,50,38],[30,22,3],[89,84,55],[97,94,63],[37,36,6],[112,110,87],[54,51,36],[28,26,13],[85,87,63],[46,50,23],[69,74,51],[84,92,71],[40,49,32],[69,77,62],[58,64,52],[56,58,47],[52,50,38],[48,44,33],[70,64,52],[65,57,44],[78,68,56],[77,67,57],[60,52,41],[55,49,37],[97,94,79],[54,52,37],[52,51,33],[63,60,43],[87,84,65],[110,105,86],[57,50,31],[59,51,32],[44,36,17],[28,20,0],[62,54,33],[87,79,56],[75,69,45],[55,49,25],[45,39,15],[86,80,58],[87,80,61],[55,50,31],[24,18,2],[15,11,0],[28,23,17],[26,18,16],[16,7,8],[13,3,2],[9,0,0],[70,59,39],[94,83,53],[88,74,39],[91,75,41],[93,74,42],[91,69,46],[46,24,10],[23,9,0],[14,0,0],[75,53,40],[66,40,25],[26,0,0],[55,29,16],[53,33,24],[64,47,40],[52,34,30],[66,47,40],[43,19,9],[41,17,5],[61,39,28],[43,26,18],[34,25,20],[9,4,1],[25,17,14],[22,11,7],[12,0,0],[14,0,0],[63,41,28],[88,65,51],[57,35,21],[48,29,15],[35,18,10],[27,14,8],[27,16,12],[25,15,13],[16,7,2],[18,7,3],[32,19,13],[37,26,20],[32,25,19],[17,12,6],[16,11,7],[19,16,11],[14,13,9],[11,10,6],[9,9,7],[10,10,10],[12,12,14],[13,13,15],[14,14,16],[13,13,15],[12,10,11],[10,8,9],[14,10,11],[17,13,14],[16,11,15],[14,9,13],[21,19,20],[15,13,14],[2,2,0],[7,7,7],[11,12,14],[7,8,13],[1,3,15],[76,78,91],[174,176,189],[86,88,100],[0,2,9],[1,5,8],[0,4,3],[11,13,12],[4,5,7],[3,4,6],[4,4,6],[4,4,6],[5,3,6],[6,1,5],[6,1,5],[6,1,5],[7,2,6],[7,2,6],[7,2,6],[5,3,6],[5,3,8],[6,4,9],[6,4,9],[6,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[3,2,7],[4,3,8],[8,7,12],[11,10,15],[9,8,13],[6,5,10],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[5,7,4],[0,1,0],[99,101,98],[37,39,36],[0,1,0],[0,1,0],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[0,0,4],[0,1,6],[1,2,6],[0,0,4],[3,4,8],[1,2,6],[5,6,8],[3,3,5],[13,11,12],[21,19,20],[16,12,11],[17,17,17],[0,2,2],[13,19,17],[25,27,22],[19,19,11],[15,10,4],[35,25,23],[43,33,32],[17,5,5],[36,25,21],[23,15,4],[58,53,33],[56,52,27],[53,51,26],[63,61,40],[52,48,37],[55,51,39],[62,61,40],[93,96,69],[78,82,59],[47,52,32],[37,44,28],[50,56,42],[49,52,41],[55,57,46],[54,52,40],[67,61,49],[85,77,64],[76,69,53],[84,75,60],[57,48,33],[37,29,16],[59,53,37],[67,64,45],[31,30,10],[37,36,16],[91,90,70],[90,89,69],[69,66,47],[45,42,23],[38,35,18],[85,79,63],[37,31,15],[41,35,19],[80,73,57],[69,62,46],[41,34,18],[22,15,0],[52,45,27],[87,82,60],[52,50,29],[54,51,36],[31,26,20],[11,5,7],[34,28,32],[29,23,27],[14,5,6],[20,11,4],[73,61,45],[71,59,35],[82,67,38],[90,73,43],[87,67,40],[88,66,43],[43,22,5],[30,13,5],[18,1,0],[41,19,6],[62,36,23],[33,5,0],[86,62,50],[51,34,27],[55,41,38],[43,29,26],[27,9,5],[50,30,21],[30,8,0],[45,25,14],[38,21,13],[14,5,0],[9,4,1],[16,7,8],[7,0,0],[14,0,0],[30,11,4],[48,26,15],[57,33,23],[49,27,16],[43,25,15],[34,19,12],[28,17,15],[20,12,10],[20,11,12],[25,17,15],[26,16,14],[29,18,14],[39,28,24],[27,20,14],[15,10,4],[29,24,20],[19,16,11],[2,1,0],[10,9,7],[12,12,12],[11,11,11],[7,7,9],[8,8,10],[10,10,12],[11,11,13],[10,8,9],[9,7,8],[13,9,10],[17,12,16],[15,10,16],[27,22,28],[7,5,8],[9,7,8],[11,11,9],[9,9,9],[20,21,23],[8,9,14],[4,6,18],[0,0,13],[9,11,24],[7,9,21],[0,0,7],[3,7,10],[8,12,11],[0,2,0],[3,5,4],[3,4,6],[4,4,6],[4,4,6],[4,4,6],[5,3,6],[5,3,6],[6,1,5],[7,2,6],[5,3,6],[5,3,6],[4,4,6],[4,3,8],[3,4,8],[4,5,9],[4,5,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[6,5,10],[8,7,12],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[10,12,7],[0,2,0],[49,54,48],[2,7,1],[0,3,0],[4,6,3],[1,0,0],[1,0,0],[1,0,0],[0,0,2],[1,0,5],[0,1,5],[0,1,6],[0,1,6],[0,0,5],[7,8,13],[0,0,5],[3,2,8],[17,14,21],[7,4,11],[11,6,12],[4,3,8],[3,11,14],[0,9,10],[5,11,9],[22,22,20],[35,31,30],[23,14,17],[9,0,6],[22,11,19],[24,13,17],[32,24,21],[33,27,13],[38,36,15],[48,46,25],[62,59,42],[34,27,19],[60,56,47],[90,87,68],[80,80,56],[30,32,11],[39,42,25],[67,71,57],[27,30,19],[41,43,32],[53,53,41],[69,65,53],[73,67,53],[66,59,41],[47,38,21],[56,48,29],[45,37,18],[49,42,24],[78,73,54],[70,68,47],[45,43,20],[68,67,46],[88,87,66],[78,77,57],[69,68,48],[25,24,6],[32,30,15],[60,58,45],[45,43,30],[40,36,24],[63,56,46],[53,44,35],[54,45,36],[33,23,14],[20,12,0],[37,35,12],[17,16,0],[52,50,38],[46,42,39],[18,13,19],[14,6,17],[36,29,37],[31,22,25],[39,30,25],[58,48,36],[21,8,0],[46,30,5],[90,73,47],[91,69,45],[75,50,28],[43,20,4],[40,21,14],[39,20,14],[35,11,1],[58,30,18],[38,12,0],[68,46,35],[57,42,37],[50,38,38],[28,16,16],[10,0,0],[52,33,26],[46,26,15],[63,43,32],[24,7,0],[7,0,0],[22,14,12],[30,24,26],[16,5,9],[23,9,8],[42,24,20],[32,9,3],[22,0,0],[36,13,5],[37,18,12],[25,10,7],[15,3,3],[9,0,3],[17,8,13],[26,17,20],[21,11,12],[16,4,4],[19,8,6],[7,0,0],[16,9,3],[13,8,4],[24,19,15],[16,12,9],[6,5,3],[21,21,21],[8,8,8],[6,6,8],[7,7,9],[9,9,11],[10,10,12],[10,8,9],[8,6,7],[12,8,9],[16,11,15],[7,2,9],[24,19,26],[13,11,14],[10,8,9],[4,4,2],[0,0,0],[6,7,9],[13,14,19],[4,6,18],[6,8,21],[32,34,49],[30,32,45],[4,7,14],[6,10,13],[0,2,0],[4,9,3],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,4,4],[4,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,0],[1,3,0],[0,1,0],[0,1,0],[2,4,0],[2,7,1],[0,2,0],[0,1,0],[0,0,0],[4,4,2],[1,1,1],[0,0,0],[0,1,3],[0,0,4],[0,1,4],[0,1,6],[0,3,8],[0,0,5],[8,9,14],[3,4,9],[3,2,8],[11,8,15],[6,3,10],[10,11,16],[10,18,21],[0,10,12],[2,8,8],[7,8,10],[4,2,5],[9,4,10],[18,11,19],[18,8,17],[19,12,19],[9,3,3],[28,25,16],[47,45,32],[26,24,11],[12,10,0],[23,20,15],[40,37,32],[34,35,21],[21,22,4],[45,48,31],[49,51,37],[93,97,83],[75,78,67],[47,49,36],[39,39,27],[62,59,44],[81,75,59],[86,79,61],[56,49,30],[51,44,25],[57,50,31],[76,69,50],[74,69,49],[54,49,29],[98,96,75],[93,91,70],[84,83,63],[69,70,52],[51,52,36],[28,29,15],[27,29,16],[47,49,38],[50,52,41],[37,37,29],[44,41,34],[24,19,15],[36,31,27],[33,25,22],[18,14,5],[10,11,0],[19,20,4],[9,9,1],[30,28,29],[25,22,29],[20,17,26],[51,46,53],[45,41,42],[27,22,18],[30,23,13],[9,0,0],[34,23,5],[53,37,21],[58,41,23],[54,37,19],[33,15,1],[42,25,17],[35,16,10],[24,1,0],[53,29,19],[44,22,11],[37,17,10],[52,37,34],[19,7,7],[19,9,8],[14,3,1],[47,32,27],[29,12,5],[35,21,12],[34,21,13],[67,59,56],[20,12,10],[28,19,20],[22,12,13],[27,13,12],[51,33,29],[41,20,15],[22,2,0],[34,15,9],[33,15,11],[33,19,18],[16,6,7],[7,1,5],[14,8,12],[17,11,15],[13,7,9],[14,5,6],[18,10,8],[22,14,11],[15,10,6],[6,1,0],[24,20,17],[28,27,25],[16,15,13],[21,21,21],[21,21,21],[9,9,11],[9,9,11],[10,10,12],[11,11,13],[10,8,9],[6,4,5],[8,6,7],[12,10,13],[17,15,20],[1,0,5],[10,8,13],[7,5,8],[10,10,10],[17,17,17],[0,1,3],[8,9,14],[7,7,17],[0,1,13],[2,4,16],[6,9,18],[4,7,12],[0,1,2],[4,9,5],[5,7,4],[3,5,4],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[3,3,3],[4,4,4],[3,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[6,5,10],[7,6,11],[6,5,10],[4,3,8],[5,4,9],[7,6,11],[6,5,10],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[5,5,5],[8,8,8],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[1,2,6],[2,3,7],[0,0,4],[1,2,6],[5,6,10],[1,0,5],[8,7,12],[28,29,33],[24,29,33],[6,11,15],[0,1,4],[2,3,7],[5,4,9],[4,3,8],[8,5,12],[12,10,15],[11,9,12],[6,4,5],[22,22,20],[31,32,27],[35,37,32],[16,18,13],[10,12,9],[70,72,69],[86,91,84],[1,7,0],[41,47,37],[28,34,22],[63,69,57],[61,65,51],[65,69,54],[61,64,47],[47,48,32],[60,59,41],[47,44,25],[35,32,13],[80,75,56],[58,53,34],[77,72,53],[79,73,57],[61,55,39],[107,101,87],[56,53,38],[56,54,41],[42,43,29],[39,39,27],[23,25,14],[55,58,49],[53,58,51],[26,31,24],[24,29,23],[25,30,26],[25,27,26],[9,11,10],[27,29,28],[14,16,13],[1,3,0],[14,19,15],[9,13,12],[1,5,6],[10,11,15],[21,22,26],[27,27,29],[13,13,13],[18,18,16],[17,16,11],[13,10,3],[16,12,3],[25,21,12],[29,22,14],[25,18,10],[28,19,12],[33,18,15],[42,24,20],[42,23,19],[42,23,19],[34,16,12],[26,11,8],[31,17,16],[28,16,16],[24,14,13],[9,1,0],[41,31,30],[55,45,43],[21,13,11],[23,18,15],[39,35,34],[12,7,4],[26,15,13],[13,0,0],[30,15,10],[40,22,18],[44,26,22],[39,24,19],[22,7,4],[35,21,20],[16,6,5],[14,5,6],[11,5,7],[10,5,9],[10,8,11],[10,8,11],[10,8,9],[10,6,7],[17,13,12],[12,8,7],[10,6,5],[23,19,18],[23,21,22],[16,14,15],[21,19,20],[21,19,20],[11,9,10],[2,0,1],[12,12,12],[5,5,5],[12,12,12],[25,25,25],[8,8,8],[7,5,6],[12,10,13],[4,3,8],[6,6,8],[7,7,9],[25,25,27],[31,31,33],[7,7,9],[5,4,9],[6,5,10],[6,5,11],[6,5,11],[5,4,9],[5,4,9],[5,5,7],[4,4,4],[4,4,4],[2,2,4],[2,2,4],[1,1,3],[4,4,6],[5,5,7],[0,0,2],[7,7,9],[26,26,28],[25,25,27],[8,8,10],[0,0,2],[4,4,6],[4,5,7],[2,3,5],[3,4,6],[5,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[0,0,2],[12,13,15],[1,2,4],[3,4,6],[53,54,56],[48,49,51],[0,0,2],[3,4,6],[2,3,5],[3,4,6],[3,4,6],[4,5,7],[2,3,5],[0,1,3],[1,2,4],[3,4,8],[0,0,4],[11,12,17],[0,0,5],[7,8,13],[6,7,12],[5,6,11],[4,5,10],[0,0,5],[4,5,10],[3,4,9],[5,6,11],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[4,4,4],[9,9,9],[19,19,19],[12,12,12],[6,6,6],[3,3,3],[4,4,4],[4,4,4],[1,1,1],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,1,3],[0,0,2],[1,2,4],[5,6,8],[0,0,2],[0,0,2],[8,12,13],[6,11,14],[0,2,6],[0,1,4],[1,5,8],[4,5,9],[2,3,7],[5,4,9],[7,6,11],[13,13,15],[5,5,7],[11,12,14],[12,13,15],[15,19,18],[6,10,9],[3,9,7],[55,61,59],[163,172,169],[20,29,24],[7,14,7],[24,31,23],[64,70,60],[36,42,30],[30,36,22],[52,56,41],[46,49,32],[43,44,28],[37,38,20],[43,42,24],[66,65,47],[24,21,6],[54,51,36],[86,82,70],[60,54,42],[64,60,49],[21,19,7],[32,32,22],[66,68,57],[51,54,45],[28,33,26],[29,34,27],[42,49,42],[19,28,23],[15,24,21],[15,24,21],[7,16,15],[7,16,15],[3,12,11],[8,14,14],[20,25,28],[6,11,14],[0,3,3],[11,17,17],[0,1,2],[4,8,9],[12,16,15],[6,8,7],[10,12,9],[16,18,15],[14,15,10],[11,12,7],[15,16,11],[19,18,14],[13,12,8],[12,7,4],[27,16,14],[48,33,30],[41,26,23],[30,16,13],[31,17,16],[29,18,16],[30,19,17],[27,17,15],[18,10,8],[16,11,8],[22,16,16],[21,17,16],[13,9,10],[13,9,10],[12,10,11],[9,3,3],[40,26,23],[19,4,0],[28,13,8],[40,25,20],[54,40,37],[51,40,36],[20,9,7],[13,3,2],[12,3,4],[12,6,6],[13,9,10],[12,8,9],[9,7,10],[7,7,9],[7,7,9],[8,8,10],[14,12,13],[14,10,11],[12,8,9],[21,17,18],[18,16,17],[15,13,14],[25,23,24],[29,27,28],[22,20,21],[9,7,8],[13,13,13],[7,7,7],[16,16,16],[30,30,30],[12,12,12],[7,7,7],[7,7,9],[6,6,8],[8,8,10],[3,3,5],[10,10,12],[14,14,16],[3,3,5],[11,11,13],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[4,4,6],[6,6,8],[1,1,3],[3,3,5],[14,14,16],[9,9,11],[1,1,3],[1,1,3],[6,6,8],[6,6,8],[3,3,5],[3,3,5],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,5,7],[0,1,3],[1,2,4],[0,0,2],[9,10,12],[14,15,17],[0,1,3],[4,5,7],[2,3,5],[5,6,8],[4,5,7],[1,2,4],[3,4,6],[8,9,11],[7,8,10],[2,3,5],[3,4,8],[0,0,5],[14,15,20],[10,11,16],[0,0,5],[6,7,12],[1,2,7],[11,12,17],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[2,2,2],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[9,9,9],[7,7,7],[2,2,2],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[4,4,4],[6,6,4],[8,8,6],[9,9,7],[10,10,8],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,0,2],[0,1,4],[0,1,4],[0,2,5],[1,5,8],[1,2,6],[0,1,5],[3,3,5],[3,3,5],[3,3,5],[1,1,3],[6,7,9],[5,6,8],[10,14,13],[4,8,7],[0,2,0],[26,32,30],[0,8,7],[0,3,2],[21,27,25],[18,24,20],[22,29,22],[23,28,21],[24,30,20],[23,26,17],[62,65,54],[68,70,59],[48,50,37],[24,24,12],[54,54,42],[60,57,48],[68,65,56],[37,34,25],[31,31,21],[28,28,18],[23,25,14],[30,31,23],[69,72,63],[29,34,27],[27,34,26],[24,34,26],[33,44,38],[10,21,15],[23,34,30],[7,18,14],[6,16,15],[10,20,19],[11,21,20],[12,21,20],[6,11,14],[11,16,19],[10,15,18],[2,7,10],[3,9,9],[0,1,2],[9,13,14],[8,12,13],[6,8,7],[16,18,17],[15,17,14],[8,8,6],[10,10,8],[14,14,12],[11,12,7],[6,2,0],[16,6,4],[41,27,26],[36,22,21],[31,20,18],[39,27,27],[29,19,18],[19,9,8],[17,9,7],[18,9,10],[22,16,16],[13,7,9],[6,2,3],[13,9,10],[9,7,8],[2,0,3],[10,4,4],[14,3,1],[22,7,4],[45,30,27],[45,31,28],[35,21,20],[24,13,11],[9,0,0],[17,9,7],[10,1,2],[13,7,7],[15,11,12],[14,10,11],[7,5,8],[5,3,6],[6,6,8],[10,8,11],[12,8,9],[15,11,12],[13,11,12],[17,15,16],[13,11,12],[11,9,10],[23,21,22],[25,23,24],[22,20,21],[11,9,10],[12,12,12],[5,5,5],[10,10,10],[21,21,21],[8,8,8],[5,5,5],[4,4,6],[7,7,9],[9,9,11],[2,2,4],[2,2,4],[3,3,5],[0,0,2],[11,11,13],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[4,4,6],[1,1,3],[3,3,5],[0,0,2],[0,0,2],[4,4,6],[7,7,9],[4,4,6],[3,3,5],[4,4,6],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[1,0,5],[1,0,5],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[4,5,7],[0,0,2],[7,8,10],[5,6,8],[0,0,2],[0,0,2],[2,3,5],[2,3,5],[2,3,5],[7,8,10],[4,5,7],[0,0,2],[4,5,7],[15,16,18],[12,13,15],[1,2,6],[0,1,6],[13,14,19],[0,0,5],[11,12,17],[4,5,10],[0,0,5],[4,5,10],[0,0,5],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[0,0,2],[2,3,5],[0,1,3],[0,0,2],[0,2,5],[0,3,6],[1,5,8],[0,3,6],[0,0,4],[0,0,4],[4,4,6],[3,3,5],[0,0,2],[0,0,2],[5,6,8],[4,5,7],[11,15,14],[9,13,12],[0,2,0],[3,9,9],[9,17,19],[5,13,15],[6,12,12],[13,19,17],[19,25,21],[31,37,33],[32,37,31],[31,36,30],[47,52,45],[50,53,46],[42,45,38],[28,29,23],[41,42,36],[39,40,35],[43,44,39],[16,17,12],[23,26,19],[17,22,15],[28,33,26],[30,37,29],[52,62,54],[14,24,16],[21,32,24],[18,31,24],[29,42,35],[14,29,24],[5,20,15],[4,16,12],[21,33,31],[8,20,18],[0,10,8],[12,22,21],[0,3,5],[9,14,17],[4,9,12],[4,9,12],[12,18,18],[8,14,14],[6,10,11],[1,5,6],[2,6,5],[9,11,10],[7,9,8],[2,4,1],[4,6,3],[11,11,9],[11,11,9],[9,8,4],[14,6,4],[21,11,9],[19,9,7],[32,22,21],[37,29,27],[18,10,8],[7,2,0],[11,5,5],[17,11,11],[14,10,9],[13,9,10],[11,9,10],[10,8,9],[12,10,11],[11,9,12],[8,4,5],[7,0,0],[13,2,0],[28,17,15],[25,14,12],[17,7,5],[15,5,4],[7,0,0],[11,5,5],[10,4,4],[12,8,7],[14,10,11],[12,8,9],[6,4,7],[4,2,5],[6,6,8],[11,9,12],[6,4,5],[15,11,12],[14,12,13],[16,14,15],[10,8,9],[7,5,6],[14,12,13],[10,8,9],[12,10,11],[9,7,8],[13,13,13],[5,5,5],[3,3,3],[8,8,8],[2,2,2],[6,6,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[7,7,9],[6,6,8],[2,2,4],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[3,3,5],[4,4,6],[3,3,5],[2,2,4],[4,4,6],[6,6,8],[4,4,6],[1,1,3],[4,4,6],[5,5,7],[6,6,8],[4,4,6],[0,0,2],[2,2,4],[6,6,8],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[10,9,14],[7,6,11],[4,3,8],[3,2,7],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[0,1,3],[3,4,6],[6,7,9],[6,7,9],[6,7,9],[5,6,8],[1,2,4],[4,5,7],[4,5,7],[5,6,8],[3,4,6],[1,2,4],[5,6,8],[12,13,15],[10,11,13],[2,3,7],[5,6,11],[6,7,12],[23,24,29],[24,25,30],[2,3,8],[10,11,16],[2,3,8],[8,9,14],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[4,5,10],[3,4,9],[5,6,11],[4,5,10]],[[0,0,0],[0,0,0],[0,0,0],[2,2,2],[4,4,4],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[2,2,2],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,2,4],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[2,3,5],[1,5,8],[1,5,8],[2,3,7],[0,0,4],[0,0,2],[1,2,4],[4,4,6],[1,1,3],[2,2,4],[4,4,6],[2,3,5],[0,0,2],[5,7,6],[10,12,11],[0,4,3],[0,6,6],[0,8,11],[11,19,22],[7,12,16],[8,13,16],[1,7,7],[14,20,20],[20,26,26],[28,34,34],[12,18,16],[8,12,11],[18,22,21],[29,31,30],[22,24,23],[3,4,6],[15,16,18],[24,28,29],[18,24,22],[17,26,21],[24,33,28],[26,37,31],[24,37,30],[10,22,18],[13,28,23],[11,26,21],[10,25,20],[20,35,32],[10,25,22],[2,17,14],[0,5,2],[0,5,2],[9,23,23],[0,10,10],[14,22,25],[11,19,22],[0,7,10],[15,23,26],[0,4,7],[1,6,9],[4,9,12],[15,19,22],[4,8,9],[0,2,3],[0,1,2],[4,6,5],[7,9,8],[8,10,9],[9,11,10],[10,10,8],[18,14,11],[9,4,1],[6,1,0],[18,12,12],[15,9,9],[5,0,0],[9,5,4],[11,7,8],[11,7,8],[4,2,3],[10,8,11],[11,9,12],[4,2,5],[6,6,8],[10,10,12],[4,2,3],[14,5,6],[10,0,0],[9,1,0],[9,1,0],[16,8,6],[20,14,14],[12,6,6],[5,1,2],[12,8,9],[12,8,9],[10,6,7],[6,4,5],[5,3,6],[6,4,7],[8,6,9],[10,8,11],[7,5,8],[12,10,13],[11,9,12],[12,10,13],[8,6,9],[6,4,7],[9,7,10],[2,0,3],[7,7,9],[9,9,11],[13,13,15],[9,9,11],[5,5,7],[6,6,8],[4,4,6],[7,7,9],[4,4,6],[6,6,8],[4,4,6],[6,6,8],[9,9,11],[7,7,9],[5,5,7],[2,2,4],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[2,2,4],[4,4,6],[5,5,7],[3,3,5],[2,2,4],[5,5,7],[6,6,8],[3,3,5],[7,7,9],[6,6,8],[5,5,7],[2,2,4],[0,0,2],[4,4,6],[7,7,9],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[12,11,16],[8,7,12],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[3,2,7],[2,1,6],[3,4,8],[8,9,13],[0,0,4],[0,0,4],[6,7,11],[4,5,9],[2,3,7],[6,7,11],[5,6,10],[2,3,7],[2,3,7],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[5,6,10],[2,5,10],[0,0,5],[25,28,33],[37,40,45],[0,2,7],[7,10,15],[1,4,9],[0,0,5],[3,6,11],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[2,5,10]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[2,2,2],[5,5,5],[2,2,2],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[1,1,1],[2,2,2],[2,2,2],[2,2,2],[3,3,3],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,1,5],[0,1,4],[0,0,4],[0,1,5],[0,1,3],[3,4,6],[3,3,5],[0,0,2],[2,2,4],[3,3,5],[0,0,2],[0,0,2],[1,3,2],[5,7,6],[2,6,5],[0,4,5],[0,2,6],[0,3,9],[0,1,5],[5,10,14],[9,14,17],[15,20,23],[5,10,13],[2,7,10],[5,10,13],[7,12,15],[9,14,17],[7,12,16],[5,10,14],[13,18,22],[17,22,26],[9,17,20],[16,26,27],[9,21,19],[1,13,11],[9,24,21],[5,20,17],[18,33,30],[9,25,22],[0,16,13],[11,27,24],[20,36,33],[0,16,13],[19,34,31],[132,147,144],[16,31,28],[0,4,4],[13,25,25],[2,12,14],[10,18,21],[5,13,16],[0,2,5],[9,14,17],[0,4,7],[8,13,16],[3,8,11],[9,13,14],[1,5,6],[3,7,8],[12,16,17],[16,18,17],[12,14,13],[9,11,10],[8,10,9],[10,9,7],[6,5,3],[5,4,2],[8,7,5],[1,0,0],[4,3,1],[13,11,12],[1,1,1],[5,5,5],[9,9,9],[6,6,8],[2,2,4],[2,2,4],[2,2,4],[3,3,5],[7,5,8],[4,0,1],[11,5,7],[14,10,11],[12,8,9],[8,4,5],[7,3,4],[9,5,6],[10,6,7],[13,9,10],[10,6,7],[5,3,4],[4,2,3],[5,3,6],[7,5,8],[9,7,10],[9,7,10],[10,8,11],[11,9,12],[6,4,7],[7,5,8],[6,4,7],[6,4,7],[11,9,12],[5,3,6],[7,7,9],[6,6,8],[6,6,8],[7,7,9],[8,8,10],[8,8,10],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[3,3,5],[5,5,7],[4,4,6],[1,1,3],[8,8,10],[6,6,8],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[5,5,7],[1,1,3],[2,2,4],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[3,3,5],[3,3,5],[6,6,8],[5,5,7],[1,1,3],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[4,5,9],[5,6,10],[2,3,7],[4,5,9],[1,2,6],[0,0,4],[6,7,11],[2,3,7],[5,6,10],[1,2,6],[2,3,7],[6,7,11],[5,6,10],[0,0,4],[0,0,4],[6,7,11],[2,5,10],[14,17,22],[0,0,5],[3,6,11],[3,6,11],[0,1,6],[0,0,5],[3,6,11],[4,7,12],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[3,6,11]],[[2,2,2],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[3,3,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[1,2,4],[1,2,4],[2,2,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[3,5,4],[1,3,2],[2,4,3],[0,1,2],[3,8,11],[1,6,10],[12,17,21],[8,13,17],[6,11,15],[7,12,16],[2,10,13],[6,14,17],[6,14,17],[5,12,18],[4,11,17],[3,10,16],[0,5,11],[4,11,19],[4,11,19],[9,18,25],[1,12,16],[2,16,17],[4,18,19],[7,23,23],[0,9,8],[2,18,17],[3,17,17],[9,23,23],[2,16,16],[0,11,11],[0,11,11],[6,18,18],[120,132,132],[14,26,26],[0,9,7],[9,19,20],[12,20,23],[0,7,10],[0,6,9],[1,9,12],[1,9,12],[0,7,10],[11,16,20],[0,2,6],[8,13,16],[4,9,12],[8,12,15],[13,17,20],[10,14,15],[8,12,13],[7,11,12],[5,7,6],[0,1,0],[6,6,6],[4,4,4],[6,6,6],[3,3,3],[4,4,4],[9,9,11],[0,0,2],[5,5,7],[11,11,13],[6,5,10],[0,1,5],[4,5,9],[3,4,8],[2,1,6],[6,5,10],[3,1,4],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[4,2,5],[4,2,5],[2,0,3],[8,6,9],[7,5,8],[5,3,6],[5,3,6],[7,5,8],[8,6,9],[9,7,10],[8,6,9],[10,8,11],[8,6,9],[4,2,5],[8,6,9],[8,6,9],[6,4,7],[10,10,12],[6,6,8],[4,4,6],[4,4,6],[1,1,3],[5,5,7],[5,6,8],[3,4,6],[2,3,5],[0,0,2],[3,3,5],[7,7,9],[1,1,3],[5,5,7],[3,3,5],[0,0,2],[9,9,11],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[2,2,4],[2,2,4],[4,4,6],[3,3,5],[2,2,4],[0,0,2],[2,2,4],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[5,6,10],[5,6,10],[11,12,16],[4,5,9],[0,0,4],[8,9,13],[0,0,4],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[1,2,6],[2,3,7],[4,5,9],[5,8,13],[0,0,5],[0,2,7],[1,4,9],[4,7,12],[0,0,5],[26,29,34],[206,209,214],[4,7,12],[0,2,7],[1,4,9],[4,7,12],[3,6,11],[0,3,8],[2,5,10],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[1,1,3],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[3,4,6],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[3,4,6],[0,2,1],[0,1,0],[2,4,3],[2,3,5],[2,6,9],[0,1,4],[3,8,11],[0,1,5],[3,8,12],[4,9,13],[0,8,11],[4,11,17],[0,7,13],[2,9,15],[0,8,15],[0,8,15],[0,6,13],[8,17,24],[3,12,19],[9,20,26],[6,19,25],[0,12,15],[0,15,18],[4,18,21],[3,17,18],[5,19,20],[1,15,16],[5,16,18],[6,18,18],[3,15,15],[0,7,8],[0,4,5],[0,3,4],[0,8,9],[11,20,19],[1,10,9],[4,12,14],[0,2,5],[42,50,53],[168,176,179],[6,14,17],[0,3,6],[0,1,5],[5,10,14],[0,4,7],[0,5,8],[4,8,11],[0,4,7],[0,1,2],[0,2,3],[2,6,7],[0,1,2],[1,5,4],[3,7,6],[0,1,0],[0,2,1],[2,6,5],[0,1,0],[1,2,4],[6,7,9],[1,2,4],[1,2,4],[3,4,8],[4,5,9],[3,4,8],[4,5,9],[5,4,9],[0,0,4],[5,4,9],[5,4,9],[2,1,6],[7,6,11],[8,8,10],[3,3,5],[5,5,7],[2,2,4],[4,4,6],[5,3,6],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[6,4,7],[5,3,6],[12,10,13],[10,8,11],[4,2,5],[6,6,8],[3,3,5],[3,3,5],[7,7,9],[6,6,8],[8,8,10],[3,4,6],[0,0,2],[3,4,6],[4,5,7],[6,6,8],[7,7,9],[0,0,2],[6,6,8],[7,7,9],[3,3,5],[9,9,11],[0,0,2],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[2,2,4],[2,2,4],[2,2,4],[0,0,2],[1,1,3],[7,7,9],[5,5,7],[3,3,5],[5,5,7],[2,2,4],[6,6,8],[2,2,4],[3,3,5],[5,5,7],[3,3,5],[1,1,3],[3,3,5],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[1,2,6],[7,8,12],[0,0,4],[2,3,7],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[7,8,12],[7,8,12],[3,4,8],[3,4,8],[6,7,11],[6,7,11],[3,4,8],[0,1,6],[5,8,13],[5,8,13],[7,10,15],[0,3,8],[0,1,6],[7,10,15],[68,71,76],[4,7,12],[0,2,7],[1,4,9],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[3,3,5],[0,0,2],[1,0,5],[0,0,4],[1,0,6],[3,2,8],[0,0,4],[1,0,5],[0,0,2],[1,1,3],[0,0,0],[2,2,2],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[1,1,1],[1,1,1],[0,0,2],[0,0,2],[4,3,8],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,2,3],[1,5,6],[1,5,6],[0,3,6],[0,4,7],[0,5,9],[0,5,8],[0,6,9],[4,11,17],[1,8,14],[0,6,11],[0,6,11],[0,10,14],[2,13,19],[5,16,22],[6,17,23],[4,15,21],[3,14,20],[2,13,19],[3,14,20],[5,16,20],[6,15,20],[4,13,18],[2,11,16],[1,9,12],[0,4,7],[0,6,8],[2,10,12],[1,6,9],[0,1,4],[0,3,3],[2,7,10],[3,11,14],[0,2,5],[12,20,23],[26,34,37],[4,9,13],[0,1,5],[5,10,14],[0,3,7],[0,5,9],[0,4,8],[5,10,13],[0,1,4],[13,17,20],[0,1,4],[2,6,9],[0,2,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,7],[0,4,7],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[2,3,8],[2,3,8],[2,3,8],[2,3,8],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[5,4,9],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[9,7,10],[9,7,10],[8,6,9],[8,6,9],[8,8,10],[8,8,10],[9,9,11],[10,10,12],[7,7,9],[4,4,6],[0,0,2],[7,8,10],[0,1,3],[4,5,7],[4,5,7],[7,8,10],[5,6,8],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[5,6,8],[8,9,11],[0,0,2],[2,3,5],[3,4,6],[8,9,11],[0,0,2],[4,5,7],[0,0,2],[5,6,10],[0,0,4],[1,2,6],[7,8,12],[4,5,9],[5,6,10],[2,3,7],[1,2,6],[2,3,7],[7,8,12],[1,2,6],[2,3,7],[0,0,4],[13,14,18],[0,0,4],[1,2,6],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[2,3,7],[2,3,7],[3,4,8],[3,4,8],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[1,4,9],[7,10,15],[1,4,9],[0,3,8],[2,5,10],[0,1,6],[0,2,7],[0,2,7],[0,0,5],[5,8,13],[1,4,9],[7,10,15],[5,8,13],[0,0,5],[5,8,13],[8,11,16]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,2],[1,1,3],[2,1,6],[0,0,4],[10,9,15],[0,0,5],[0,0,4],[10,9,14],[0,0,2],[4,4,6],[3,3,3],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[1,1,0],[1,1,1],[0,0,2],[0,0,2],[0,0,4],[0,0,2],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[3,5,4],[4,6,5],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[0,1,0],[0,4,3],[0,4,3],[0,2,3],[0,4,4],[0,4,7],[0,4,7],[0,7,10],[0,6,9],[0,6,12],[0,8,13],[1,10,15],[2,13,17],[3,14,18],[3,14,18],[2,13,17],[3,14,20],[2,13,19],[2,13,19],[4,13,20],[4,13,18],[5,12,18],[3,10,16],[4,9,13],[0,5,9],[2,5,10],[5,9,12],[0,1,4],[5,9,12],[45,49,52],[48,52,53],[0,4,5],[1,6,9],[0,2,5],[0,6,9],[4,12,15],[0,2,6],[0,1,5],[0,4,8],[0,5,9],[1,6,10],[0,3,7],[0,2,5],[1,6,9],[0,1,4],[1,5,8],[3,7,10],[0,4,7],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,3,6],[0,3,6],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[0,3,8],[0,3,8],[2,3,8],[1,2,7],[1,2,6],[2,3,7],[2,3,7],[2,3,7],[4,3,8],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[11,9,12],[10,8,11],[9,7,10],[7,5,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[0,0,2],[13,13,15],[0,0,2],[3,4,6],[8,9,11],[2,3,5],[0,1,3],[0,1,3],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[0,0,2],[10,11,13],[3,4,6],[0,0,2],[2,3,5],[10,11,13],[1,2,4],[153,154,156],[43,44,48],[16,17,21],[6,7,11],[0,1,5],[0,0,4],[2,3,7],[4,5,9],[7,8,12],[3,4,8],[4,5,9],[0,0,4],[7,8,12],[7,8,12],[0,0,4],[7,8,12],[10,11,15],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[5,8,13],[0,2,7],[0,3,8],[9,12,17],[7,10,15],[2,5,10],[4,7,12],[2,5,10],[11,14,19],[8,11,16],[0,0,5],[0,2,7],[7,10,15],[5,8,13],[7,10,15],[0,1,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[3,2,7],[0,0,5],[0,0,7],[2,1,9],[4,3,9],[0,0,5],[0,0,4],[2,2,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,3,1],[0,0,0],[0,0,0],[9,9,11],[3,3,5],[0,0,4],[5,5,7],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[2,0,3],[1,1,1],[0,1,0],[2,4,1],[1,3,0],[0,1,0],[0,2,1],[0,4,5],[0,4,7],[1,6,9],[0,2,5],[0,4,8],[0,8,11],[2,10,13],[2,12,14],[3,13,15],[3,13,15],[3,13,15],[2,11,16],[3,12,19],[3,12,19],[3,10,18],[2,9,15],[3,8,14],[4,7,12],[6,7,12],[6,7,12],[2,3,7],[5,6,10],[0,0,4],[0,0,2],[21,22,24],[24,25,27],[0,1,4],[0,5,9],[1,6,10],[0,1,5],[0,1,5],[0,3,7],[0,3,7],[0,2,5],[6,10,13],[0,1,4],[6,10,13],[0,2,5],[0,1,4],[6,10,13],[6,10,13],[0,3,6],[0,1,4],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[3,2,7],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[8,8,10],[8,8,10],[6,6,8],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[4,5,7],[3,4,6],[3,4,6],[6,7,9],[4,5,7],[3,4,6],[8,9,11],[5,6,8],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[2,3,5],[4,5,7],[2,3,5],[7,8,10],[0,0,2],[0,0,2],[6,7,9],[32,33,35],[10,11,15],[0,0,4],[0,1,5],[3,4,8],[3,4,8],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[0,0,4],[23,24,28],[0,1,5],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[7,8,12],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[5,6,10],[4,5,9],[3,4,8],[3,4,8],[2,5,10],[10,13,18],[3,6,11],[0,0,5],[2,5,10],[2,5,10],[0,3,8],[7,10,15],[0,0,5],[3,6,11],[3,6,11],[5,8,13],[2,5,10],[0,1,6],[3,6,11],[2,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[4,4,2],[4,4,4],[2,1,6],[0,0,5],[4,3,9],[0,0,7],[0,0,7],[4,3,9],[2,1,7],[2,1,6],[0,0,2],[2,2,2],[6,6,6],[3,3,1],[0,0,0],[5,6,1],[0,1,0],[2,2,0],[8,8,6],[0,0,0],[0,0,2],[7,6,11],[0,0,2],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,1,1],[0,0,0],[0,1,0],[2,4,3],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,0,2],[1,0,0],[2,2,0],[4,6,1],[2,4,1],[0,1,0],[0,2,1],[0,3,4],[0,3,6],[1,5,8],[0,4,7],[0,5,8],[0,5,9],[0,6,9],[0,6,8],[0,8,10],[4,12,14],[7,17,18],[0,9,14],[1,10,15],[3,10,16],[2,9,15],[1,6,12],[1,4,9],[3,4,9],[5,6,10],[3,2,7],[2,1,6],[2,1,6],[5,5,7],[3,3,5],[0,0,2],[0,0,2],[2,6,7],[0,2,5],[4,9,13],[0,2,6],[0,1,5],[3,8,12],[3,8,12],[0,4,7],[3,7,10],[0,3,6],[4,8,11],[0,3,6],[9,13,16],[0,1,4],[0,1,4],[0,1,4],[7,11,14],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,3,6],[0,3,6],[0,2,5],[0,2,5],[0,3,6],[1,2,6],[2,3,7],[1,2,6],[1,2,6],[2,1,6],[3,2,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[13,14,16],[0,0,2],[8,9,11],[3,4,6],[2,3,5],[0,1,3],[0,0,2],[4,5,7],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[6,7,9],[0,0,2],[21,22,24],[5,6,8],[4,5,7],[0,0,2],[3,4,6],[1,2,4],[0,1,5],[0,0,4],[5,6,10],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[6,7,11],[0,0,4],[1,2,6],[126,127,131],[2,3,7],[4,5,9],[9,10,14],[0,1,5],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[6,7,11],[5,6,10],[4,5,9],[3,4,8],[4,7,12],[0,0,5],[0,1,6],[4,7,12],[6,9,14],[0,3,8],[0,0,5],[8,11,16],[6,9,14],[7,10,15],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[5,8,13],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,1,6],[0,0,5],[1,0,8],[0,0,9],[9,7,18],[0,0,7],[0,0,5],[2,3,7],[1,2,6],[4,5,7],[0,1,0],[1,3,0],[2,4,0],[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[4,4,6],[2,0,1],[3,0,0],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[10,12,11],[36,38,37],[2,4,3],[2,4,3],[2,2,2],[1,1,1],[1,0,2],[1,0,2],[3,0,2],[1,0,0],[4,4,2],[7,8,3],[4,4,2],[0,0,0],[1,1,1],[0,1,3],[0,1,5],[2,3,7],[3,4,9],[0,3,8],[0,3,6],[0,2,5],[0,2,5],[0,5,8],[5,11,11],[8,16,18],[0,8,11],[1,8,14],[3,8,14],[2,7,11],[0,3,8],[0,3,6],[2,3,7],[4,3,8],[2,1,6],[5,5,7],[1,1,3],[0,0,2],[6,7,9],[10,12,11],[5,7,6],[0,4,5],[0,1,4],[1,2,6],[2,3,7],[0,3,6],[0,3,6],[1,5,8],[0,3,6],[0,1,4],[0,1,4],[3,7,10],[0,1,4],[0,2,5],[5,9,12],[0,1,4],[14,18,21],[0,1,4],[1,2,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[1,2,4],[1,2,4],[0,1,3],[0,1,3],[1,2,4],[1,2,4],[2,3,5],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,5,9],[4,5,9],[0,0,4],[6,7,11],[4,5,9],[0,0,4],[7,8,12],[0,0,4],[4,8,11],[0,1,4],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[3,4,6],[0,0,2],[6,7,9],[1,2,4],[0,1,3],[12,13,15],[0,1,3],[5,6,8],[8,9,13],[4,5,9],[9,10,14],[5,6,10],[0,0,4],[0,0,4],[0,1,5],[8,9,13],[8,9,13],[1,2,6],[0,0,4],[10,11,15],[0,0,4],[5,6,10],[6,7,11],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[3,4,9],[4,7,12],[0,1,5],[12,17,21],[7,12,16],[0,1,5],[5,10,14],[7,12,16],[0,1,5],[0,1,5],[0,1,5],[1,6,10],[3,8,12],[3,8,12],[4,9,13],[3,8,12],[0,5,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[6,6,8],[0,0,4],[0,0,5],[0,0,7],[25,23,34],[251,249,255],[212,212,220],[7,7,15],[0,0,5],[2,3,7],[0,0,2],[2,4,1],[0,2,0],[1,3,0],[0,1,0],[4,6,1],[4,6,3],[0,1,0],[0,2,1],[0,0,2],[0,0,4],[1,1,3],[1,0,0],[3,0,0],[1,0,0],[5,4,2],[1,1,0],[0,0,0],[7,9,8],[33,35,34],[4,6,5],[4,6,5],[4,4,4],[3,3,3],[3,1,4],[2,0,3],[3,0,2],[3,0,0],[5,4,2],[6,6,4],[4,4,2],[1,1,1],[1,1,3],[1,1,3],[0,0,4],[1,2,6],[0,0,5],[0,1,6],[1,2,6],[0,4,7],[1,5,8],[2,6,9],[3,7,8],[4,10,10],[0,6,8],[0,7,10],[0,6,9],[0,4,7],[0,3,6],[0,3,6],[1,2,6],[3,2,7],[6,6,8],[0,0,2],[0,0,2],[1,2,4],[0,1,0],[0,3,2],[2,6,5],[0,1,0],[1,2,4],[0,0,4],[3,4,8],[3,4,8],[0,1,4],[0,1,4],[1,5,8],[0,1,4],[0,1,4],[37,41,44],[1,5,8],[0,1,4],[0,2,5],[0,4,7],[0,4,7],[0,1,5],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[2,3,7],[0,0,4],[8,9,13],[1,2,6],[5,6,10],[0,1,5],[1,2,6],[68,72,75],[7,11,14],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[0,0,2],[10,11,13],[1,2,4],[0,0,2],[5,6,8],[0,0,2],[0,0,2],[3,4,6],[0,0,4],[0,0,4],[0,1,5],[2,3,7],[5,6,10],[7,8,12],[0,1,5],[2,3,7],[0,1,5],[0,0,4],[7,8,12],[1,2,6],[0,1,5],[0,0,4],[4,5,9],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[1,4,9],[1,6,10],[3,8,12],[1,6,10],[0,1,5],[3,8,12],[4,9,13],[0,1,5],[2,7,11],[5,10,14],[0,1,5],[3,8,12],[5,10,14],[1,6,10],[1,6,10],[0,4,8],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[8,8,10],[0,0,4],[1,0,6],[1,0,8],[10,8,19],[255,253,255],[223,223,231],[0,0,7],[0,0,5],[0,1,5],[0,0,2],[5,7,6],[0,1,0],[0,1,0],[117,119,114],[9,11,6],[0,1,0],[39,41,40],[13,14,16],[0,0,2],[5,6,10],[0,0,2],[1,0,0],[3,0,0],[2,1,0],[5,4,2],[2,2,0],[0,0,0],[0,1,0],[4,6,3],[2,4,3],[1,3,2],[2,2,2],[2,2,2],[2,0,3],[2,0,3],[4,0,3],[4,0,3],[1,0,0],[4,2,3],[3,1,2],[1,0,2],[1,1,3],[1,0,5],[0,0,5],[1,0,6],[0,0,7],[0,0,7],[2,1,7],[3,4,9],[4,5,9],[4,5,9],[3,4,6],[0,4,5],[0,6,8],[0,5,7],[0,4,6],[0,3,3],[0,3,4],[0,3,4],[1,2,4],[1,2,4],[1,2,4],[0,0,2],[0,1,0],[9,11,10],[0,1,0],[0,1,0],[0,3,2],[5,9,8],[3,4,6],[0,1,3],[1,2,4],[2,3,5],[0,1,3],[0,1,3],[3,4,6],[2,3,5],[0,0,2],[199,200,202],[23,24,28],[3,4,8],[0,0,4],[2,3,7],[0,0,4],[8,9,13],[2,1,6],[3,1,6],[3,1,6],[3,1,6],[3,1,4],[2,2,4],[2,2,4],[2,2,4],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[1,3,2],[1,3,2],[2,4,3],[3,5,4],[3,4,6],[2,3,5],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[1,2,6],[1,2,6],[7,8,12],[0,0,4],[5,6,10],[8,9,13],[0,1,4],[1,5,8],[77,81,84],[14,18,21],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[2,3,5],[1,2,4],[0,0,2],[11,12,14],[0,1,3],[0,1,3],[9,10,12],[9,10,12],[9,10,14],[3,4,8],[3,4,8],[0,1,5],[3,4,8],[7,8,12],[1,2,6],[5,6,10],[7,8,12],[1,2,6],[3,4,8],[0,0,4],[8,9,13],[6,7,11],[7,8,12],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[3,8,12],[0,4,8],[0,5,9],[16,21,25],[0,1,5],[8,13,17],[123,128,132],[52,57,61],[14,19,23],[0,5,9],[0,2,6],[0,4,8],[6,11,15],[1,6,10],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[8,7,12],[0,0,5],[7,6,14],[0,0,9],[6,4,15],[1,1,9],[0,0,7],[7,8,13],[0,0,4],[10,11,13],[0,1,0],[6,8,3],[0,1,0],[4,6,1],[0,1,0],[6,8,5],[10,12,9],[0,2,1],[0,0,2],[2,3,7],[0,0,2],[1,0,0],[4,0,0],[1,0,0],[1,0,0],[0,0,0],[4,4,2],[1,3,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[3,0,2],[3,0,2],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,0,5],[1,0,6],[2,1,9],[1,0,8],[0,0,5],[2,1,7],[3,4,8],[4,5,9],[3,4,6],[0,3,4],[0,6,8],[0,5,6],[0,3,2],[0,3,2],[0,4,4],[0,4,5],[1,2,4],[0,1,3],[0,1,3],[6,7,9],[0,2,1],[0,1,0],[2,6,5],[3,7,6],[0,2,0],[0,2,0],[0,1,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,1,3],[5,6,8],[0,0,2],[3,4,8],[0,0,4],[5,6,10],[7,8,12],[1,2,6],[0,0,4],[1,0,5],[2,0,5],[2,0,5],[2,0,5],[2,0,3],[2,0,3],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[0,2,1],[1,3,2],[3,5,4],[4,6,5],[4,5,7],[3,4,6],[1,2,4],[0,1,3],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[3,2,7],[2,3,7],[2,3,7],[2,3,7],[0,0,4],[10,11,15],[0,0,4],[8,12,15],[0,1,4],[1,5,8],[0,1,4],[0,1,3],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[0,1,3],[24,25,27],[166,167,169],[0,0,2],[2,3,5],[1,2,4],[4,5,7],[0,1,3],[0,0,2],[2,3,7],[2,3,7],[7,8,12],[3,4,8],[2,3,7],[3,4,8],[0,0,4],[6,7,11],[3,4,8],[0,0,4],[10,11,15],[0,0,4],[2,3,7],[7,8,12],[0,0,4],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[0,5,9],[0,4,8],[8,13,17],[0,1,5],[0,3,7],[3,8,12],[0,1,5],[12,17,21],[11,16,20],[0,1,5],[0,5,9],[7,12,16],[4,9,13],[3,8,12],[0,3,7],[8,13,17]]],"type":"image","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
Define the data range covered by the color range with zmin and zmax
The data range and color range are mapped together using the parameters zmin and zmax, which correspond respectively to the data values mapped to black [0, 0, 0] and white [255, 255, 255].
The default value of zmin and zmax depends on the colormodal value. In this example colormodel is "rgb"(by default), so the default value of zmin is [0, 0, 0] and zmax is [250, 250, 250].
library(plotly)
library(EBImage)
img = readImage('https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Crab_Nebula.jpg/240px-Crab_Nebula.jpg')
# Stretch the contrast of the red channel only, resulting in a more red image
fig <- plot_ly(type="image", z=img*250,
zmin=c(10, 0, 0), zmax=c(200, 250, 250))
fig
<div id="htmlwidget-5f060d3833e5c9b33726" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-5f060d3833e5c9b33726">{"x":{"visdat":{"26e14060c09f":["function () ","plotlyVisDat"]},"cur_data":"26e14060c09f","attrs":{"26e14060c09f":{"z":[[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[40.1960784313726,36.2745098039216,37.2549019607843],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[14.7058823529412,9.80392156862745,13.7254901960784],[77.4509803921569,72.5490196078431,76.4705882352941],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0],[94.1176470588235,90.1960784313725,87.2549019607843],[13.7254901960784,10.7843137254902,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[114.705882352941,110.78431372549,111.764705882353],[113.725490196078,109.803921568627,110.78431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[15.6862745098039,10.7843137254902,6.86274509803922],[23.5294117647059,20.5882352941176,13.7254901960784],[19.6078431372549,19.6078431372549,7.84313725490196],[2.94117647058824,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[3.92156862745098,0,0],[15.6862745098039,7.84313725490196,4.90196078431373],[14.7058823529412,2.94117647058824,4.90196078431373],[11.7647058823529,0,1.96078431372549],[15.6862745098039,0.980392156862745,7.84313725490196],[20.5882352941176,4.90196078431373,14.7058823529412],[9.80392156862745,0,3.92156862745098],[14.7058823529412,1.96078431372549,10.7843137254902],[13.7254901960784,3.92156862745098,11.7647058823529],[3.92156862745098,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,14.7058823529412],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[55.8823529411765,50.9803921568627,54.9019607843137],[244.117647058824,239.21568627451,243.137254901961],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[51.9607843137255,48.0392156862745,45.0980392156863],[5.88235294117647,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[11.7647058823529,3.92156862745098,0.980392156862745],[16.6666666666667,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[16.6666666666667,8.82352941176471,5.88235294117647],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,2.94117647058824,0],[13.7254901960784,13.7254901960784,1.96078431372549],[27.4509803921569,28.4313725490196,14.7058823529412],[37.2549019607843,35.2941176470588,23.5294117647059],[21.5686274509804,17.6470588235294,8.82352941176471],[22.5490196078431,15.6862745098039,9.80392156862745],[39.2156862745098,29.4117647058824,27.4509803921569],[21.5686274509804,9.80392156862745,9.80392156862745],[13.7254901960784,0,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,6.86274509803922,11.7647058823529],[7.84313725490196,0,0],[8.82352941176471,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[43.1372549019608,41.1764705882353,42.156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0,0],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,7.84313725490196,3.92156862745098],[6.86274509803922,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[5.88235294117647,0,0],[12.7450980392157,7.84313725490196,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[9.80392156862745,4.90196078431373,0],[13.7254901960784,8.82352941176471,2.94117647058824],[15.6862745098039,10.7843137254902,4.90196078431373],[28.4313725490196,25.4901960784314,16.6666666666667],[35.2941176470588,36.2745098039216,22.5490196078431],[20.5882352941176,21.5686274509804,5.88235294117647],[32.3529411764706,30.3921568627451,15.6862745098039],[56.8627450980392,53.921568627451,39.2156862745098],[32.3529411764706,26.4705882352941,14.7058823529412],[41.1764705882353,31.3725490196078,22.5490196078431],[31.3725490196078,18.6274509803922,12.7450980392157],[26.4705882352941,13.7254901960784,7.84313725490196],[43.1372549019608,29.4117647058824,26.4705882352941],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[22.5490196078431,20.5882352941176,21.5686274509804],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[43.1372549019608,43.1372549019608,43.1372549019608],[138.235294117647,138.235294117647,138.235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,2.94117647058824],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[59.8039215686275,53.921568627451,55.8823529411765],[41.1764705882353,35.2941176470588,37.2549019607843],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[16.6666666666667,10.7843137254902,10.7843137254902],[10.7843137254902,5.88235294117647,2.94117647058824],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,0.980392156862745],[20.5882352941176,15.6862745098039,9.80392156862745],[12.7450980392157,7.84313725490196,1.96078431372549],[6.86274509803922,1.96078431372549,0],[29.4117647058824,24.5098039215686,18.6274509803922],[19.6078431372549,15.6862745098039,6.86274509803922],[9.80392156862745,5.88235294117647,0],[17.6470588235294,15.6862745098039,3.92156862745098],[41.1764705882353,42.156862745098,26.4705882352941],[45.0980392156863,47.0588235294118,26.4705882352941],[24.5098039215686,23.5294117647059,3.92156862745098],[16.6666666666667,13.7254901960784,0],[10.7843137254902,5.88235294117647,0],[14.7058823529412,7.84313725490196,0],[14.7058823529412,5.88235294117647,0],[34.3137254901961,22.5490196078431,8.82352941176471],[36.2745098039216,24.5098039215686,12.7450980392157],[16.6666666666667,3.92156862745098,0],[7.84313725490196,0,0],[18.6274509803922,8.82352941176471,0],[16.6666666666667,7.84313725490196,0.980392156862745],[9.80392156862745,2.94117647058824,0],[37.2549019607843,30.3921568627451,24.5098039215686],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,1.96078431372549,0],[3.92156862745098,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[64.7058823529412,64.7058823529412,64.7058823529412],[187.254901960784,187.254901960784,187.254901960784],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[17.6470588235294,15.6862745098039,16.6666666666667],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[10.7843137254902,5.88235294117647,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0],[25.4901960784314,21.5686274509804,22.5490196078431],[18.6274509803922,14.7058823529412,15.6862745098039],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0],[44.1176470588235,41.1764705882353,34.3137254901961],[29.4117647058824,26.4705882352941,17.6470588235294],[4.90196078431373,1.96078431372549,0],[32.3529411764706,29.4117647058824,20.5882352941176],[23.5294117647059,21.5686274509804,9.80392156862745],[21.5686274509804,17.6470588235294,6.86274509803922],[10.7843137254902,6.86274509803922,0],[56.8627450980392,55.8823529411765,38.2352941176471],[42.156862745098,44.1176470588235,22.5490196078431],[30.3921568627451,30.3921568627451,6.86274509803922],[23.5294117647059,21.5686274509804,0],[32.3529411764706,28.4313725490196,3.92156862745098],[40.1960784313726,32.3529411764706,9.80392156862745],[59.8039215686275,50,25.4901960784314],[35.2941176470588,24.5098039215686,2.94117647058824],[19.6078431372549,7.84313725490196,0],[31.3725490196078,18.6274509803922,0],[18.6274509803922,7.84313725490196,0],[33.3333333333333,21.5686274509804,7.84313725490196],[37.2549019607843,27.4509803921569,15.6862745098039],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0.980392156862745,0],[9.80392156862745,2.94117647058824,0],[8.82352941176471,1.96078431372549,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,10.7843137254902,6.86274509803922],[15.6862745098039,10.7843137254902,6.86274509803922],[31.3725490196078,28.4313725490196,21.5686274509804],[18.6274509803922,15.6862745098039,8.82352941176471],[11.7647058823529,8.82352941176471,0],[24.5098039215686,22.5490196078431,10.7843137254902],[63.7254901960784,61.7647058823529,50],[31.3725490196078,29.4117647058824,16.6666666666667],[19.6078431372549,15.6862745098039,3.92156862745098],[10.7843137254902,8.82352941176471,0],[106.862745098039,105.882352941176,86.2745098039216],[94.1176470588235,93.1372549019608,72.5490196078431],[47.0588235294118,47.0588235294118,21.5686274509804],[20.5882352941176,19.6078431372549,0],[48.0392156862745,44.1176470588235,15.6862745098039],[44.1176470588235,39.2156862745098,9.80392156862745],[64.7058823529412,58.8235294117647,27.4509803921569],[51.9607843137255,43.1372549019608,12.7450980392157],[34.3137254901961,25.4901960784314,0],[57.843137254902,47.0588235294118,19.6078431372549],[78.4313725490196,68.6274509803922,44.1176470588235],[61.7647058823529,50.9803921568627,31.3725490196078],[25.4901960784314,13.7254901960784,0],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,4.90196078431373,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,1.96078431372549,0],[11.7647058823529,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[35.2941176470588,31.3725490196078,32.3529411764706],[25.4901960784314,21.5686274509804,22.5490196078431],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[95.0980392156863,93.1372549019608,96.078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,6.86274509803922,1.96078431372549],[9.80392156862745,6.86274509803922,1.96078431372549],[16.6666666666667,13.7254901960784,8.82352941176471],[33.3333333333333,30.3921568627451,25.4901960784314],[52.9411764705882,50,43.1372549019608],[44.1176470588235,41.1764705882353,34.3137254901961],[49.0196078431373,46.078431372549,37.2549019607843],[16.6666666666667,14.7058823529412,2.94117647058824],[53.921568627451,51.9607843137255,39.2156862745098],[53.921568627451,51.9607843137255,37.2549019607843],[46.078431372549,44.1176470588235,29.4117647058824],[57.843137254902,56.8627450980392,39.2156862745098],[43.1372549019608,42.156862745098,22.5490196078431],[86.2745098039216,85.2941176470588,64.7058823529412],[108.823529411765,108.823529411765,83.3333333333333],[100.980392156863,100,70.5882352941177],[61.7647058823529,58.8235294117647,26.4705882352941],[60.7843137254902,56.8627450980392,20.5882352941176],[105.882352941176,101.960784313725,64.7058823529412],[80.3921568627451,75.4901960784314,38.2352941176471],[66.6666666666667,58.8235294117647,22.5490196078431],[64.7058823529412,56.8627450980392,21.5686274509804],[82.3529411764706,71.5686274509804,42.156862745098],[122.549019607843,110.78431372549,87.2549019607843],[42.156862745098,29.4117647058824,10.7843137254902],[34.3137254901961,21.5686274509804,5.88235294117647],[53.921568627451,40.1960784313726,29.4117647058824],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,15.6862745098039,5.88235294117647],[22.5490196078431,12.7450980392157,3.92156862745098],[15.6862745098039,5.88235294117647,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[17.6470588235294,12.7450980392157,16.6666666666667],[15.6862745098039,13.7254901960784,16.6666666666667],[42.156862745098,40.1960784313726,43.1372549019608],[247.058823529412,245.098039215686,248.039215686275],[74.5098039215686,72.5490196078431,75.4901960784314],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,6.86274509803922,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[26.4705882352941,23.5294117647059,16.6666666666667],[6.86274509803922,3.92156862745098,0],[9.80392156862745,6.86274509803922,1.96078431372549],[47.0588235294118,44.1176470588235,39.2156862745098],[18.6274509803922,15.6862745098039,8.82352941176471],[2.94117647058824,0,0],[36.2745098039216,33.3333333333333,24.5098039215686],[26.4705882352941,24.5098039215686,12.7450980392157],[80.3921568627451,78.4313725490196,65.6862745098039],[54.9019607843137,52.9411764705882,38.2352941176471],[20.5882352941176,19.6078431372549,1.96078431372549],[83.3333333333333,82.3529411764706,64.7058823529412],[91.1764705882353,90.1960784313725,72.5490196078431],[67.6470588235294,66.6666666666667,47.0588235294118],[49.0196078431373,49.0196078431373,25.4901960784314],[99.0196078431373,100,69.6078431372549],[89.2156862745098,89.2156862745098,55.8823529411765],[93.1372549019608,91.1764705882353,52.9411764705882],[100,98.0392156862745,57.843137254902],[54.9019607843137,51.9607843137255,9.80392156862745],[67.6470588235294,62.7450980392157,23.5294117647059],[41.1764705882353,33.3333333333333,0],[74.5098039215686,65.6862745098039,33.3333333333333],[126.470588235294,115.686274509804,88.2352941176471],[43.1372549019608,31.3725490196078,9.80392156862745],[36.2745098039216,23.5294117647059,7.84313725490196],[19.6078431372549,5.88235294117647,0],[55.8823529411765,42.156862745098,33.3333333333333],[82.3529411764706,69.6078431372549,60.7843137254902],[68.6274509803922,58.8235294117647,49.0196078431373],[47.0588235294118,37.2549019607843,28.4313725490196],[26.4705882352941,16.6666666666667,7.84313725490196],[14.7058823529412,5.88235294117647,0],[13.7254901960784,4.90196078431373,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[128.43137254902,126.470588235294,127.450980392157],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[17.6470588235294,2.94117647058824,0],[10.7843137254902,0,0],[22.5490196078431,9.80392156862745,3.92156862745098],[13.7254901960784,0.980392156862745,0],[14.7058823529412,3.92156862745098,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[31.3725490196078,25.4901960784314,27.4509803921569],[45.0980392156863,41.1764705882353,42.156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[29.4117647058824,25.4901960784314,26.4705882352941],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[13.7254901960784,7.84313725490196,7.84313725490196],[5.88235294117647,0,0],[5.88235294117647,0,0],[17.6470588235294,10.7843137254902,4.90196078431373],[48.0392156862745,39.2156862745098,30.3921568627451],[10.7843137254902,2.94117647058824,0],[6.86274509803922,0,0],[58.8235294117647,51.9607843137255,44.1176470588235],[69.6078431372549,64.7058823529412,58.8235294117647],[39.2156862745098,34.3137254901961,28.4313725490196],[74.5098039215686,71.5686274509804,66.6666666666667],[35.2941176470588,32.3529411764706,27.4509803921569],[36.2745098039216,35.2941176470588,30.3921568627451],[0.980392156862745,0.980392156862745,0],[9.80392156862745,6.86274509803922,0],[17.6470588235294,15.6862745098039,3.92156862745098],[50.9803921568627,49.0196078431373,36.2745098039216],[29.4117647058824,27.4509803921569,12.7450980392157],[3.92156862745098,0.980392156862745,0],[12.7450980392157,9.80392156862745,0],[82.3529411764706,80.3921568627451,65.6862745098039],[23.5294117647059,22.5490196078431,4.90196078431373],[6.86274509803922,5.88235294117647,0],[80.3921568627451,80.3921568627451,52.9411764705882],[46.078431372549,47.0588235294118,13.7254901960784],[139.21568627451,139.21568627451,101.960784313725],[86.2745098039216,87.2549019607843,46.078431372549],[36.2745098039216,35.2941176470588,0],[34.3137254901961,33.3333333333333,0],[41.1764705882353,38.2352941176471,0],[86.2745098039216,80.3921568627451,45.0980392156863],[78.4313725490196,69.6078431372549,41.1764705882353],[29.4117647058824,17.6470588235294,0],[50,37.2549019607843,21.5686274509804],[28.4313725490196,14.7058823529412,5.88235294117647],[27.4509803921569,12.7450980392157,5.88235294117647],[57.843137254902,45.0980392156863,36.2745098039216],[72.5490196078431,59.8039215686275,50.9803921568627],[56.8627450980392,47.0588235294118,38.2352941176471],[17.6470588235294,7.84313725490196,0],[13.7254901960784,2.94117647058824,0],[29.4117647058824,18.6274509803922,14.7058823529412],[20.5882352941176,10.7843137254902,8.82352941176471],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[88.2352941176471,86.2745098039216,87.2549019607843],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[85.2941176470588,81.3725490196078,82.3529411764706],[97.0588235294118,93.1372549019608,94.1176470588235],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[101.960784313725,100,100.980392156863],[106.862745098039,104.901960784314,105.882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[8.82352941176471,4.90196078431373,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[8.82352941176471,10.7843137254902,7.84313725490196],[4.90196078431373,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,2.94117647058824,0],[18.6274509803922,1.96078431372549,0],[17.6470588235294,0,0],[31.3725490196078,12.7450980392157,5.88235294117647],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,23.5294117647059,13.7254901960784],[29.4117647058824,11.7647058823529,1.96078431372549],[27.4509803921569,10.7843137254902,2.94117647058824],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[29.4117647058824,22.5490196078431,16.6666666666667],[32.3529411764706,23.5294117647059,16.6666666666667],[48.0392156862745,40.1960784313726,27.4509803921569],[30.3921568627451,22.5490196078431,9.80392156862745],[32.3529411764706,24.5098039215686,13.7254901960784],[20.5882352941176,13.7254901960784,3.92156862745098],[23.5294117647059,16.6666666666667,8.82352941176471],[30.3921568627451,25.4901960784314,19.6078431372549],[28.4313725490196,25.4901960784314,20.5882352941176],[14.7058823529412,11.7647058823529,6.86274509803922],[3.92156862745098,2.94117647058824,0],[38.2352941176471,37.2549019607843,32.3529411764706],[57.843137254902,54.9019607843137,48.0392156862745],[32.3529411764706,29.4117647058824,20.5882352941176],[28.4313725490196,26.4705882352941,13.7254901960784],[15.6862745098039,13.7254901960784,0],[10.7843137254902,7.84313725490196,0],[26.4705882352941,23.5294117647059,8.82352941176471],[49.0196078431373,47.0588235294118,34.3137254901961],[34.3137254901961,32.3529411764706,17.6470588235294],[17.6470588235294,16.6666666666667,0],[56.8627450980392,56.8627450980392,31.3725490196078],[100,100.980392156863,69.6078431372549],[120.588235294118,122.549019607843,84.3137254901961],[130.392156862745,133.333333333333,91.1764705882353],[68.6274509803922,71.5686274509804,27.4509803921569],[60.7843137254902,61.7647058823529,18.6274509803922],[79.4117647058823,77.4509803921569,37.2549019607843],[84.3137254901961,80.3921568627451,44.1176470588235],[25.4901960784314,18.6274509803922,0],[16.6666666666667,5.88235294117647,0],[69.6078431372549,57.843137254902,42.156862745098],[31.3725490196078,17.6470588235294,8.82352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[41.1764705882353,28.4313725490196,19.6078431372549],[75.4901960784314,65.6862745098039,55.8823529411765],[54.9019607843137,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,18.6274509803922],[27.4509803921569,16.6666666666667,10.7843137254902],[6.86274509803922,0,0],[8.82352941176471,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[32.3529411764706,32.3529411764706,32.3529411764706],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[244.117647058824,240.196078431373,241.176470588235],[250,249.019607843137,250],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[20.5882352941176,16.6666666666667,17.6470588235294],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[0,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0,0],[2.94117647058824,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,1.96078431372549,0],[24.5098039215686,5.88235294117647,0],[33.3333333333333,13.7254901960784,4.90196078431373],[38.2352941176471,16.6666666666667,5.88235294117647],[32.3529411764706,10.7843137254902,0],[50,26.4705882352941,14.7058823529412],[55.8823529411765,32.3529411764706,20.5882352941176],[50,26.4705882352941,14.7058823529412],[34.3137254901961,12.7450980392157,0],[25.4901960784314,9.80392156862745,0],[24.5098039215686,10.7843137254902,0],[19.6078431372549,6.86274509803922,0],[29.4117647058824,16.6666666666667,8.82352941176471],[12.7450980392157,1.96078431372549,0],[18.6274509803922,7.84313725490196,3.92156862745098],[6.86274509803922,0,0],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[12.7450980392157,5.88235294117647,0],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[26.4705882352941,16.6666666666667,6.86274509803922],[43.1372549019608,34.3137254901961,19.6078431372549],[44.1176470588235,35.2941176470588,18.6274509803922],[36.2745098039216,27.4509803921569,12.7450980392157],[6.86274509803922,0,0],[5.88235294117647,0,0],[22.5490196078431,17.6470588235294,11.7647058823529],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,5.88235294117647],[8.82352941176471,7.84313725490196,3.92156862745098],[19.6078431372549,18.6274509803922,13.7254901960784],[31.3725490196078,28.4313725490196,21.5686274509804],[38.2352941176471,35.2941176470588,26.4705882352941],[21.5686274509804,17.6470588235294,6.86274509803922],[13.7254901960784,9.80392156862745,0],[33.3333333333333,27.4509803921569,13.7254901960784],[75.4901960784314,72.5490196078431,57.843137254902],[43.1372549019608,41.1764705882353,29.4117647058824],[11.7647058823529,9.80392156862745,0],[26.4705882352941,27.4509803921569,9.80392156862745],[71.5686274509804,73.5294117647059,50],[77.4509803921569,80.3921568627451,50],[90.1960784313725,94.1176470588235,59.8039215686275],[97.0588235294118,101.960784313725,62.7450980392157],[40.1960784313726,45.0980392156863,4.90196078431373],[47.0588235294118,49.0196078431373,9.80392156862745],[106.862745098039,108.823529411765,70.5882352941177],[91.1764705882353,91.1764705882353,57.843137254902],[54.9019607843137,50.9803921568627,22.5490196078431],[35.2941176470588,29.4117647058824,7.84313725490196],[44.1176470588235,35.2941176470588,18.6274509803922],[41.1764705882353,28.4313725490196,19.6078431372549],[29.4117647058824,16.6666666666667,8.82352941176471],[57.843137254902,48.0392156862745,39.2156862745098],[50,41.1764705882353,32.3529411764706],[13.7254901960784,4.90196078431373,0],[24.5098039215686,15.6862745098039,8.82352941176471],[38.2352941176471,29.4117647058824,24.5098039215686],[15.6862745098039,6.86274509803922,1.96078431372549],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[1.96078431372549,1.96078431372549,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[79.4117647058823,75.4901960784314,76.4705882352941],[99.0196078431373,95.0980392156863,96.078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[63.7254901960784,61.7647058823529,62.7450980392157],[51.9607843137255,50,50.9803921568627],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,3.92156862745098,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,1.96078431372549,0],[16.6666666666667,6.86274509803922,0],[24.5098039215686,10.7843137254902,1.96078431372549],[21.5686274509804,3.92156862745098,0],[37.2549019607843,15.6862745098039,2.94117647058824],[44.1176470588235,21.5686274509804,7.84313725490196],[50,27.4509803921569,11.7647058823529],[37.2549019607843,11.7647058823529,0],[55.8823529411765,30.3921568627451,13.7254901960784],[51.9607843137255,27.4509803921569,7.84313725490196],[63.7254901960784,39.2156862745098,19.6078431372549],[61.7647058823529,39.2156862745098,21.5686274509804],[57.843137254902,37.2549019607843,18.6274509803922],[73.5294117647059,54.9019607843137,38.2352941176471],[40.1960784313726,23.5294117647059,7.84313725490196],[31.3725490196078,13.7254901960784,0],[29.4117647058824,13.7254901960784,0.980392156862745],[30.3921568627451,13.7254901960784,3.92156862745098],[21.5686274509804,7.84313725490196,0],[17.6470588235294,4.90196078431373,0],[21.5686274509804,8.82352941176471,0.980392156862745],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[13.7254901960784,0.980392156862745,0],[32.3529411764706,19.6078431372549,10.7843137254902],[31.3725490196078,19.6078431372549,7.84313725490196],[25.4901960784314,13.7254901960784,1.96078431372549],[12.7450980392157,0.980392156862745,0],[48.0392156862745,37.2549019607843,19.6078431372549],[75.4901960784314,64.7058823529412,47.0588235294118],[49.0196078431373,37.2549019607843,21.5686274509804],[26.4705882352941,16.6666666666667,4.90196078431373],[11.7647058823529,2.94117647058824,0],[33.3333333333333,26.4705882352941,20.5882352941176],[22.5490196078431,17.6470588235294,13.7254901960784],[6.86274509803922,2.94117647058824,0],[9.80392156862745,8.82352941176471,4.90196078431373],[10.7843137254902,9.80392156862745,5.88235294117647],[31.3725490196078,28.4313725490196,23.5294117647059],[30.3921568627451,27.4509803921569,20.5882352941176],[3.92156862745098,0,0],[22.5490196078431,18.6274509803922,7.84313725490196],[35.2941176470588,29.4117647058824,17.6470588235294],[42.156862745098,36.2745098039216,24.5098039215686],[33.3333333333333,29.4117647058824,18.6274509803922],[14.7058823529412,12.7450980392157,0.980392156862745],[33.3333333333333,34.3137254901961,16.6666666666667],[15.6862745098039,19.6078431372549,0],[42.156862745098,47.0588235294118,17.6470588235294],[57.843137254902,65.6862745098039,29.4117647058824],[55.8823529411765,63.7254901960784,23.5294117647059],[20.5882352941176,29.4117647058824,0],[24.5098039215686,31.3725490196078,0],[120.588235294118,125.490196078431,86.2745098039216],[118.627450980392,119.607843137255,86.2745098039216],[48.0392156862745,47.0588235294118,17.6470588235294],[38.2352941176471,33.3333333333333,11.7647058823529],[36.2745098039216,29.4117647058824,11.7647058823529],[8.82352941176471,0,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50.9803921568627,42.156862745098,33.3333333333333],[14.7058823529412,5.88235294117647,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,0],[20.5882352941176,11.7647058823529,6.86274509803922],[21.5686274509804,13.7254901960784,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[65.6862745098039,63.7254901960784,64.7058823529412],[53.921568627451,51.9607843137255,52.9411764705882],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[35.2941176470588,31.3725490196078,28.4313725490196],[40.1960784313726,36.2745098039216,33.3333333333333],[13.7254901960784,9.80392156862745,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[36.2745098039216,32.3529411764706,33.3333333333333],[46.078431372549,42.156862745098,43.1372549019608],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[17.6470588235294,8.82352941176471,9.80392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[10.7843137254902,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[9.80392156862745,0,0],[8.82352941176471,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,0,0],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[22.5490196078431,5.88235294117647,0],[38.2352941176471,20.5882352941176,8.82352941176471],[42.156862745098,20.5882352941176,6.86274509803922],[59.8039215686275,37.2549019607843,21.5686274509804],[48.0392156862745,22.5490196078431,5.88235294117647],[50.9803921568627,26.4705882352941,4.90196078431373],[52.9411764705882,27.4509803921569,4.90196078431373],[68.6274509803922,43.1372549019608,20.5882352941176],[47.0588235294118,21.5686274509804,0],[63.7254901960784,40.1960784313726,16.6666666666667],[91.1764705882353,67.6470588235294,42.156862745098],[55.8823529411765,30.3921568627451,5.88235294117647],[77.4509803921569,50,26.4705882352941],[53.921568627451,28.4313725490196,5.88235294117647],[41.1764705882353,16.6666666666667,0],[62.7450980392157,41.1764705882353,20.5882352941176],[39.2156862745098,16.6666666666667,0],[30.3921568627451,9.80392156862745,0],[31.3725490196078,12.7450980392157,0],[32.3529411764706,13.7254901960784,0],[38.2352941176471,20.5882352941176,8.82352941176471],[25.4901960784314,7.84313725490196,0],[29.4117647058824,11.7647058823529,0],[49.0196078431373,31.3725490196078,17.6470588235294],[26.4705882352941,9.80392156862745,0],[29.4117647058824,12.7450980392157,0],[30.3921568627451,15.6862745098039,0],[50,35.2941176470588,14.7058823529412],[50,38.2352941176471,16.6666666666667],[31.3725490196078,20.5882352941176,2.94117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[28.4313725490196,20.5882352941176,9.80392156862745],[17.6470588235294,10.7843137254902,2.94117647058824],[21.5686274509804,16.6666666666667,12.7450980392157],[18.6274509803922,13.7254901960784,10.7843137254902],[21.5686274509804,17.6470588235294,16.6666666666667],[14.7058823529412,10.7843137254902,9.80392156862745],[33.3333333333333,28.4313725490196,25.4901960784314],[23.5294117647059,18.6274509803922,14.7058823529412],[8.82352941176471,1.96078431372549,0],[62.7450980392157,55.8823529411765,48.0392156862745],[49.0196078431373,41.1764705882353,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[12.7450980392157,8.82352941176471,0],[23.5294117647059,21.5686274509804,8.82352941176471],[37.2549019607843,38.2352941176471,22.5490196078431],[30.3921568627451,34.3137254901961,11.7647058823529],[81.3725490196078,87.2549019607843,59.8039215686275],[67.6470588235294,77.4509803921569,44.1176470588235],[67.6470588235294,77.4509803921569,41.1764705882353],[60.7843137254902,71.5686274509804,32.3529411764706],[139.21568627451,147.058823529412,108.823529411765],[106.862745098039,114.705882352941,76.4705882352941],[58.8235294117647,64.7058823529412,31.3725490196078],[31.3725490196078,34.3137254901961,5.88235294117647],[45.0980392156863,45.0980392156863,21.5686274509804],[22.5490196078431,19.6078431372549,0.980392156862745],[5.88235294117647,0,0],[50,42.156862745098,31.3725490196078],[18.6274509803922,11.7647058823529,3.92156862745098],[8.82352941176471,1.96078431372549,0],[18.6274509803922,11.7647058823529,5.88235294117647],[16.6666666666667,9.80392156862745,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[69.6078431372549,67.6470588235294,68.6274509803922],[61.7647058823529,59.8039215686275,60.7843137254902],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,9.80392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[25.4901960784314,11.7647058823529,8.82352941176471],[25.4901960784314,11.7647058823529,8.82352941176471],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[8.82352941176471,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[10.7843137254902,0,0],[10.7843137254902,0,0],[20.5882352941176,3.92156862745098,0],[36.2745098039216,16.6666666666667,5.88235294117647],[54.9019607843137,33.3333333333333,19.6078431372549],[78.4313725490196,55.8823529411765,38.2352941176471],[71.5686274509804,45.0980392156863,26.4705882352941],[66.6666666666667,41.1764705882353,18.6274509803922],[60.7843137254902,35.2941176470588,10.7843137254902],[56.8627450980392,31.3725490196078,4.90196078431373],[67.6470588235294,43.1372549019608,13.7254901960784],[55.8823529411765,33.3333333333333,2.94117647058824],[58.8235294117647,36.2745098039216,5.88235294117647],[75.4901960784314,50.9803921568627,20.5882352941176],[63.7254901960784,33.3333333333333,2.94117647058824],[101.960784313725,69.6078431372549,37.2549019607843],[104.901960784314,72.5490196078431,42.156862745098],[58.8235294117647,28.4313725490196,0.980392156862745],[80.3921568627451,50.9803921568627,25.4901960784314],[75.4901960784314,48.0392156862745,24.5098039215686],[55.8823529411765,29.4117647058824,8.82352941176471],[42.156862745098,17.6470588235294,0],[50.9803921568627,25.4901960784314,8.82352941176471],[72.5490196078431,50,32.3529411764706],[38.2352941176471,17.6470588235294,0],[50.9803921568627,30.3921568627451,11.7647058823529],[69.6078431372549,49.0196078431373,30.3921568627451],[24.5098039215686,3.92156862745098,0],[36.2745098039216,15.6862745098039,0],[29.4117647058824,11.7647058823529,0],[35.2941176470588,19.6078431372549,0],[32.3529411764706,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[41.1764705882353,29.4117647058824,13.7254901960784],[18.6274509803922,8.82352941176471,0],[18.6274509803922,11.7647058823529,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[45.0980392156863,41.1764705882353,42.156862745098],[15.6862745098039,11.7647058823529,12.7450980392157],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,18.6274509803922,15.6862745098039],[33.3333333333333,26.4705882352941,20.5882352941176],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,0],[15.6862745098039,11.7647058823529,0],[55.8823529411765,56.8627450980392,43.1372549019608],[81.3725490196078,84.3137254901961,65.6862745098039],[37.2549019607843,42.156862745098,20.5882352941176],[78.4313725490196,87.2549019607843,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[66.6666666666667,78.4313725490196,41.1764705882353],[79.4117647058823,91.1764705882353,51.9607843137255],[157.843137254902,169.607843137255,130.392156862745],[165.686274509804,175.490196078431,139.21568627451],[87.2549019607843,97.0588235294118,62.7450980392157],[4.90196078431373,11.7647058823529,0],[26.4705882352941,28.4313725490196,4.90196078431373],[20.5882352941176,19.6078431372549,0],[5.88235294117647,2.94117647058824,0],[33.3333333333333,30.3921568627451,15.6862745098039],[7.84313725490196,3.92156862745098,0],[28.4313725490196,23.5294117647059,17.6470588235294],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[134.313725490196,132.352941176471,133.333333333333],[118.627450980392,116.666666666667,117.647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[52.9411764705882,52.9411764705882,52.9411764705882],[245.098039215686,245.098039215686,245.098039215686],[93.1372549019608,93.1372549019608,93.1372549019608],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[7.84313725490196,0,0],[17.6470588235294,3.92156862745098,0.980392156862745],[29.4117647058824,16.6666666666667,10.7843137254902],[28.4313725490196,13.7254901960784,8.82352941176471],[32.3529411764706,17.6470588235294,12.7450980392157],[33.3333333333333,18.6274509803922,13.7254901960784],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[21.5686274509804,5.88235294117647,5.88235294117647],[24.5098039215686,6.86274509803922,4.90196078431373],[30.3921568627451,11.7647058823529,5.88235294117647],[47.0588235294118,27.4509803921569,18.6274509803922],[59.8039215686275,36.2745098039216,24.5098039215686],[69.6078431372549,44.1176470588235,29.4117647058824],[84.3137254901961,57.843137254902,39.2156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[71.5686274509804,45.0980392156863,18.6274509803922],[59.8039215686275,35.2941176470588,5.88235294117647],[62.7450980392157,38.2352941176471,7.84313725490196],[67.6470588235294,45.0980392156863,11.7647058823529],[67.6470588235294,48.0392156862745,13.7254901960784],[58.8235294117647,39.2156862745098,4.90196078431373],[70.5882352941177,47.0588235294118,11.7647058823529],[86.2745098039216,51.9607843137255,14.7058823529412],[111.764705882353,72.5490196078431,37.2549019607843],[120.588235294118,81.3725490196078,47.0588235294118],[122.549019607843,84.3137254901961,51.9607843137255],[123.529411764706,89.2156862745098,57.843137254902],[106.862745098039,73.5294117647059,46.078431372549],[88.2352941176471,56.8627450980392,32.3529411764706],[71.5686274509804,42.156862745098,18.6274509803922],[77.4509803921569,50,28.4313725490196],[78.4313725490196,50.9803921568627,30.3921568627451],[53.921568627451,27.4509803921569,6.86274509803922],[64.7058823529412,39.2156862745098,16.6666666666667],[98.0392156862745,74.5098039215686,50.9803921568627],[72.5490196078431,49.0196078431373,23.5294117647059],[54.9019607843137,31.3725490196078,5.88235294117647],[32.3529411764706,11.7647058823529,0],[62.7450980392157,46.078431372549,20.5882352941176],[55.8823529411765,42.156862745098,16.6666666666667],[62.7450980392157,50.9803921568627,29.4117647058824],[37.2549019607843,25.4901960784314,9.80392156862745],[35.2941176470588,25.4901960784314,15.6862745098039],[28.4313725490196,19.6078431372549,12.7450980392157],[8.82352941176471,0.980392156862745,0],[19.6078431372549,13.7254901960784,13.7254901960784],[8.82352941176471,4.90196078431373,5.88235294117647],[25.4901960784314,21.5686274509804,22.5490196078431],[21.5686274509804,15.6862745098039,17.6470588235294],[15.6862745098039,9.80392156862745,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[21.5686274509804,12.7450980392157,7.84313725490196],[22.5490196078431,11.7647058823529,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[2.94117647058824,0.980392156862745,0],[77.4509803921569,78.4313725490196,62.7450980392157],[121.56862745098,124.509803921569,105.882352941176],[49.0196078431373,53.921568627451,31.3725490196078],[94.1176470588235,102.941176470588,74.5098039215686],[59.8039215686275,70.5882352941177,37.2549019607843],[2.94117647058824,16.6666666666667,0],[50,64.7058823529412,26.4705882352941],[110.78431372549,125.490196078431,87.2549019607843],[92.156862745098,106.862745098039,68.6274509803922],[114.705882352941,126.470588235294,91.1764705882353],[12.7450980392157,22.5490196078431,0],[13.7254901960784,17.6470588235294,0],[74.5098039215686,76.4705882352941,52.9411764705882],[31.3725490196078,30.3921568627451,9.80392156862745],[3.92156862745098,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[29.4117647058824,24.5098039215686,20.5882352941176],[8.82352941176471,3.92156862745098,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[202.941176470588,202.941176470588,202.941176470588],[42.156862745098,42.156862745098,42.156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[13.7254901960784,0,0],[26.4705882352941,10.7843137254902,10.7843137254902],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[39.2156862745098,28.4313725490196,24.5098039215686],[61.7647058823529,49.0196078431373,43.1372549019608],[39.2156862745098,24.5098039215686,17.6470588235294],[49.0196078431373,32.3529411764706,25.4901960784314],[47.0588235294118,28.4313725490196,22.5490196078431],[16.6666666666667,0,0],[19.6078431372549,2.94117647058824,0],[33.3333333333333,18.6274509803922,11.7647058823529],[16.6666666666667,1.96078431372549,0],[14.7058823529412,0,0],[12.7450980392157,0,0],[27.4509803921569,8.82352941176471,4.90196078431373],[47.0588235294118,26.4705882352941,21.5686274509804],[54.9019607843137,32.3529411764706,24.5098039215686],[58.8235294117647,36.2745098039216,22.5490196078431],[53.921568627451,28.4313725490196,11.7647058823529],[37.2549019607843,11.7647058823529,0],[57.843137254902,32.3529411764706,5.88235294117647],[47.0588235294118,22.5490196078431,0],[41.1764705882353,17.6470588235294,0],[83.3333333333333,61.7647058823529,23.5294117647059],[87.2549019607843,68.6274509803922,27.4509803921569],[71.5686274509804,54.9019607843137,11.7647058823529],[62.7450980392157,46.078431372549,2.94117647058824],[108.823529411765,88.2352941176471,46.078431372549],[114.705882352941,86.2745098039216,43.1372549019608],[123.529411764706,91.1764705882353,49.0196078431373],[97.0588235294118,63.7254901960784,26.4705882352941],[138.235294117647,104.901960784314,70.5882352941177],[121.56862745098,89.2156862745098,54.9019607843137],[100,70.5882352941177,37.2549019607843],[108.823529411765,80.3921568627451,49.0196078431373],[81.3725490196078,54.9019607843137,25.4901960784314],[70.5882352941177,45.0980392156863,18.6274509803922],[64.7058823529412,41.1764705882353,13.7254901960784],[94.1176470588235,71.5686274509804,41.1764705882353],[77.4509803921569,54.9019607843137,21.5686274509804],[97.0588235294118,75.4901960784314,37.2549019607843],[105.882352941176,83.3333333333333,43.1372549019608],[77.4509803921569,53.921568627451,16.6666666666667],[89.2156862745098,65.6862745098039,32.3529411764706],[64.7058823529412,46.078431372549,16.6666666666667],[85.2941176470588,69.6078431372549,44.1176470588235],[74.5098039215686,60.7843137254902,35.2941176470588],[20.5882352941176,7.84313725490196,0],[47.0588235294118,37.2549019607843,25.4901960784314],[47.0588235294118,38.2352941176471,31.3725490196078],[21.5686274509804,13.7254901960784,11.7647058823529],[12.7450980392157,6.86274509803922,6.86274509803922],[32.3529411764706,28.4313725490196,27.4509803921569],[54.9019607843137,50.9803921568627,51.9607843137255],[24.5098039215686,19.6078431372549,23.5294117647059],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[16.6666666666667,9.80392156862745,0],[48.0392156862745,41.1764705882353,31.3725490196078],[23.5294117647059,17.6470588235294,5.88235294117647],[40.1960784313726,39.2156862745098,19.6078431372549],[125.490196078431,129.411764705882,106.862745098039],[101.960784313725,105.882352941176,83.3333333333333],[66.6666666666667,71.5686274509804,49.0196078431373],[14.7058823529412,24.5098039215686,0],[36.2745098039216,49.0196078431373,19.6078431372549],[40.1960784313726,55.8823529411765,20.5882352941176],[84.3137254901961,100,63.7254901960784],[134.313725490196,150,113.725490196078],[24.5098039215686,39.2156862745098,0.980392156862745],[62.7450980392157,74.5098039215686,37.2549019607843],[63.7254901960784,73.5294117647059,39.2156862745098],[70.5882352941177,75.4901960784314,46.078431372549],[79.4117647058823,81.3725490196078,57.843137254902],[36.2745098039216,35.2941176470588,15.6862745098039],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,5.88235294117647,5.88235294117647],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[39.2156862745098,35.2941176470588,36.2745098039216],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[27.4509803921569,26.4705882352941,24.5098039215686],[20.5882352941176,19.6078431372549,17.6470588235294],[10.7843137254902,9.80392156862745,7.84313725490196],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[13.7254901960784,1.96078431372549,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,8.82352941176471],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[47.0588235294118,43.1372549019608,40.1960784313726],[136.274509803922,131.372549019608,127.450980392157],[13.7254901960784,2.94117647058824,0],[12.7450980392157,0,0],[29.4117647058824,5.88235294117647,3.92156862745098],[44.1176470588235,18.6274509803922,17.6470588235294],[42.156862745098,16.6666666666667,17.6470588235294],[33.3333333333333,9.80392156862745,7.84313725490196],[33.3333333333333,16.6666666666667,9.80392156862745],[56.8627450980392,43.1372549019608,34.3137254901961],[66.6666666666667,50,40.1960784313726],[29.4117647058824,9.80392156862745,0],[78.4313725490196,51.9607843137255,43.1372549019608],[82.3529411764706,52.9411764705882,45.0980392156863],[33.3333333333333,4.90196078431373,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[43.1372549019608,30.3921568627451,21.5686274509804],[20.5882352941176,5.88235294117647,0],[12.7450980392157,0,0],[39.2156862745098,20.5882352941176,14.7058823529412],[57.843137254902,38.2352941176471,31.3725490196078],[66.6666666666667,45.0980392156863,34.3137254901961],[58.8235294117647,36.2745098039216,22.5490196078431],[56.8627450980392,32.3529411764706,12.7450980392157],[66.6666666666667,41.1764705882353,16.6666666666667],[50,26.4705882352941,0],[68.6274509803922,46.078431372549,5.88235294117647],[63.7254901960784,43.1372549019608,0],[115.686274509804,98.0392156862745,49.0196078431373],[94.1176470588235,78.4313725490196,27.4509803921569],[90.1960784313725,77.4509803921569,25.4901960784314],[123.529411764706,110.78431372549,58.8235294117647],[120.588235294118,107.843137254902,55.8823529411765],[93.1372549019608,80.3921568627451,29.4117647058824],[67.6470588235294,53.921568627451,9.80392156862745],[85.2941176470588,67.6470588235294,32.3529411764706],[55.8823529411765,35.2941176470588,4.90196078431373],[53.921568627451,34.3137254901961,0],[70.5882352941177,51.9607843137255,12.7450980392157],[98.0392156862745,81.3725490196078,39.2156862745098],[114.705882352941,100,59.8039215686275],[69.6078431372549,56.8627450980392,22.5490196078431],[93.1372549019608,83.3333333333333,48.0392156862745],[97.0588235294118,89.2156862745098,44.1176470588235],[91.1764705882353,79.4117647058823,28.4313725490196],[107.843137254902,94.1176470588235,34.3137254901961],[127.450980392157,109.803921568627,49.0196078431373],[134.313725490196,112.745098039216,56.8627450980392],[128.43137254902,104.901960784314,57.843137254902],[80.3921568627451,57.843137254902,24.5098039215686],[52.9411764705882,34.3137254901961,4.90196078431373],[56.8627450980392,40.1960784313726,12.7450980392157],[59.8039215686275,45.0980392156863,22.5490196078431],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,5.88235294117647,0],[23.5294117647059,15.6862745098039,13.7254901960784],[7.84313725490196,1.96078431372549,1.96078431372549],[45.0980392156863,42.156862745098,35.2941176470588],[25.4901960784314,24.5098039215686,20.5882352941176],[7.84313725490196,4.90196078431373,11.7647058823529],[0.980392156862745,0,1.96078431372549],[51.9607843137255,52.9411764705882,37.2549019607843],[35.2941176470588,37.2549019607843,15.6862745098039],[15.6862745098039,16.6666666666667,0],[70.5882352941177,72.5490196078431,51.9607843137255],[137.254901960784,141.176470588235,108.823529411765],[115.686274509804,121.56862745098,86.2745098039216],[93.1372549019608,100,69.6078431372549],[64.7058823529412,73.5294117647059,47.0588235294118],[4.90196078431373,16.6666666666667,0],[56.8627450980392,70.5882352941177,46.078431372549],[66.6666666666667,80.3921568627451,54.9019607843137],[58.8235294117647,75.4901960784314,44.1176470588235],[90.1960784313725,105.882352941176,70.5882352941177],[43.1372549019608,57.843137254902,19.6078431372549],[80.3921568627451,92.156862745098,54.9019607843137],[83.3333333333333,90.1960784313725,56.8627450980392],[78.4313725490196,81.3725490196078,52.9411764705882],[17.6470588235294,16.6666666666667,0],[21.5686274509804,15.6862745098039,1.96078431372549],[7.84313725490196,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,0,1.96078431372549],[8.82352941176471,0,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[13.7254901960784,3.92156862745098,11.7647058823529],[4.90196078431373,0,4.90196078431373],[6.86274509803922,0,6.86274509803922],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[13.7254901960784,8.82352941176471,5.88235294117647],[3.92156862745098,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[15.6862745098039,7.84313725490196,4.90196078431373],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[18.6274509803922,17.6470588235294,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[13.7254901960784,9.80392156862745,10.7843137254902],[52.9411764705882,49.0196078431373,50],[28.4313725490196,24.5098039215686,25.4901960784314],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,3.92156862745098],[8.82352941176471,0,5.88235294117647],[12.7450980392157,2.94117647058824,10.7843137254902],[5.88235294117647,0,3.92156862745098],[9.80392156862745,0.980392156862745,5.88235294117647],[10.7843137254902,1.96078431372549,4.90196078431373],[5.88235294117647,0,0],[56.8627450980392,47.0588235294118,45.0980392156863],[168.627450980392,157.843137254902,151.960784313725],[10.7843137254902,0,0],[14.7058823529412,0,0],[35.2941176470588,6.86274509803922,0.980392156862745],[74.5098039215686,44.1176470588235,41.1764705882353],[42.156862745098,11.7647058823529,8.82352941176471],[19.6078431372549,0,0],[49.0196078431373,31.3725490196078,21.5686274509804],[28.4313725490196,12.7450980392157,0],[13.7254901960784,0,0],[22.5490196078431,0,0],[51.9607843137255,20.5882352941176,9.80392156862745],[100,63.7254901960784,54.9019607843137],[56.8627450980392,23.5294117647059,13.7254901960784],[19.6078431372549,0,0],[26.4705882352941,13.7254901960784,0],[22.5490196078431,10.7843137254902,0],[15.6862745098039,0,0],[25.4901960784314,5.88235294117647,0],[40.1960784313726,18.6274509803922,7.84313725490196],[73.5294117647059,50,38.2352941176471],[78.4313725490196,52.9411764705882,40.1960784313726],[75.4901960784314,50,33.3333333333333],[68.6274509803922,43.1372549019608,20.5882352941176],[65.6862745098039,41.1764705882353,10.7843137254902],[55.8823529411765,32.3529411764706,0],[87.2549019607843,66.6666666666667,20.5882352941176],[96.078431372549,79.4117647058823,28.4313725490196],[125.490196078431,110.78431372549,54.9019607843137],[129.411764705882,117.647058823529,60.7843137254902],[133.333333333333,123.529411764706,65.6862745098039],[179.411764705882,170.588235294118,112.745098039216],[123.529411764706,117.647058823529,60.7843137254902],[110.78431372549,108.823529411765,52.9411764705882],[90.1960784313725,87.2549019607843,37.2549019607843],[63.7254901960784,55.8823529411765,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[57.843137254902,44.1176470588235,5.88235294117647],[61.7647058823529,49.0196078431373,5.88235294117647],[129.411764705882,119.607843137255,71.5686274509804],[140.196078431373,134.313725490196,87.2549019607843],[98.0392156862745,95.0980392156863,52.9411764705882],[115.686274509804,112.745098039216,68.6274509803922],[119.607843137255,118.627450980392,65.6862745098039],[74.5098039215686,70.5882352941177,8.82352941176471],[126.470588235294,118.627450980392,48.0392156862745],[135.294117647059,121.56862745098,50],[165.686274509804,145.098039215686,79.4117647058823],[149.019607843137,127.450980392157,71.5686274509804],[88.2352941176471,65.6862745098039,22.5490196078431],[82.3529411764706,63.7254901960784,24.5098039215686],[91.1764705882353,73.5294117647059,34.3137254901961],[111.764705882353,98.0392156862745,63.7254901960784],[60.7843137254902,46.078431372549,23.5294117647059],[47.0588235294118,35.2941176470588,21.5686274509804],[23.5294117647059,14.7058823529412,5.88235294117647],[10.7843137254902,3.92156862745098,0],[26.4705882352941,25.4901960784314,5.88235294117647],[17.6470588235294,18.6274509803922,2.94117647058824],[23.5294117647059,22.5490196078431,20.5882352941176],[20.5882352941176,21.5686274509804,15.6862745098039],[69.6078431372549,76.4705882352941,46.078431372549],[89.2156862745098,97.0588235294118,60.7843137254902],[30.3921568627451,36.2745098039216,8.82352941176471],[105.882352941176,110.78431372549,81.3725490196078],[89.2156862745098,96.078431372549,55.8823529411765],[127.450980392157,135.294117647059,95.0980392156863],[100.980392156863,110.78431372549,76.4705882352941],[54.9019607843137,64.7058823529412,38.2352941176471],[18.6274509803922,30.3921568627451,8.82352941176471],[37.2549019607843,50,30.3921568627451],[43.1372549019608,57.843137254902,35.2941176470588],[0,7.84313725490196,0],[64.7058823529412,79.4117647058823,47.0588235294118],[61.7647058823529,75.4901960784314,40.1960784313726],[78.4313725490196,90.1960784313725,52.9411764705882],[60.7843137254902,67.6470588235294,34.3137254901961],[48.0392156862745,50.9803921568627,22.5490196078431],[57.843137254902,55.8823529411765,35.2941176470588],[16.6666666666667,10.7843137254902,0],[6.86274509803922,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[17.6470588235294,7.84313725490196,8.82352941176471],[6.86274509803922,0,1.96078431372549],[14.7058823529412,4.90196078431373,12.7450980392157],[24.5098039215686,14.7058823529412,22.5490196078431],[3.92156862745098,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,8.82352941176471,2.94117647058824],[22.5490196078431,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[15.6862745098039,13.7254901960784,16.6666666666667],[20.5882352941176,18.6274509803922,21.5686274509804],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[46.078431372549,38.2352941176471,36.2745098039216],[44.1176470588235,39.2156862745098,36.2745098039216],[11.7647058823529,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,0],[14.7058823529412,2.94117647058824,4.90196078431373],[25.4901960784314,9.80392156862745,9.80392156862745],[26.4705882352941,5.88235294117647,4.90196078431373],[28.4313725490196,7.84313725490196,2.94117647058824],[26.4705882352941,6.86274509803922,0],[52.9411764705882,31.3725490196078,20.5882352941176],[35.2941176470588,6.86274509803922,0],[56.8627450980392,24.5098039215686,15.6862745098039],[72.5490196078431,43.1372549019608,33.3333333333333],[50.9803921568627,24.5098039215686,13.7254901960784],[41.1764705882353,22.5490196078431,7.84313725490196],[17.6470588235294,0.980392156862745,0],[22.5490196078431,3.92156862745098,0],[53.921568627451,28.4313725490196,13.7254901960784],[46.078431372549,12.7450980392157,0.980392156862745],[94.1176470588235,58.8235294117647,47.0588235294118],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0.980392156862745,0],[34.3137254901961,19.6078431372549,0.980392156862745],[12.7450980392157,0,0],[25.4901960784314,2.94117647058824,0],[36.2745098039216,9.80392156862745,0],[31.3725490196078,2.94117647058824,0],[62.7450980392157,34.3137254901961,16.6666666666667],[71.5686274509804,41.1764705882353,21.5686274509804],[71.5686274509804,42.156862745098,18.6274509803922],[55.8823529411765,29.4117647058824,0],[74.5098039215686,49.0196078431373,12.7450980392157],[72.5490196078431,50,6.86274509803922],[78.4313725490196,58.8235294117647,9.80392156862745],[73.5294117647059,56.8627450980392,3.92156862745098],[117.647058823529,104.901960784314,50.9803921568627],[128.43137254902,117.647058823529,62.7450980392157],[128.43137254902,121.56862745098,67.6470588235294],[141.176470588235,136.274509803922,82.3529411764706],[154.901960784314,151.960784313725,98.0392156862745],[144.117647058824,144.117647058824,85.2941176470588],[163.725490196078,163.725490196078,104.901960784314],[124.509803921569,121.56862745098,71.5686274509804],[62.7450980392157,56.8627450980392,9.80392156862745],[60.7843137254902,52.9411764705882,4.90196078431373],[113.725490196078,106.862745098039,55.8823529411765],[155.882352941176,150.980392156863,97.0588235294118],[92.156862745098,89.2156862745098,37.2549019607843],[107.843137254902,107.843137254902,58.8235294117647],[50,50,0],[89.2156862745098,90.1960784313725,33.3333333333333],[114.705882352941,113.725490196078,50.9803921568627],[133.333333333333,129.411764705882,57.843137254902],[124.509803921569,114.705882352941,44.1176470588235],[166.666666666667,150,82.3529411764706],[153.921568627451,134.313725490196,72.5490196078431],[129.411764705882,110.78431372549,55.8823529411765],[104.901960784314,88.2352941176471,37.2549019607843],[57.843137254902,42.156862745098,0],[96.078431372549,82.3529411764706,34.3137254901961],[109.803921568627,96.078431372549,57.843137254902],[104.901960784314,92.156862745098,60.7843137254902],[58.8235294117647,49.0196078431373,24.5098039215686],[35.2941176470588,28.4313725490196,2.94117647058824],[73.5294117647059,70.5882352941177,36.2745098039216],[56.8627450980392,55.8823529411765,25.4901960784314],[50.9803921568627,51.9607843137255,34.3137254901961],[35.2941176470588,39.2156862745098,16.6666666666667],[56.8627450980392,65.6862745098039,21.5686274509804],[172.549019607843,182.352941176471,131.372549019608],[100,107.843137254902,67.6470588235294],[92.156862745098,100,61.7647058823529],[99.0196078431373,105.882352941176,65.6862745098039],[72.5490196078431,78.4313725490196,41.1764705882353],[33.3333333333333,40.1960784313726,7.84313725490196],[26.4705882352941,36.2745098039216,9.80392156862745],[0,10.7843137254902,0],[0,5.88235294117647,0],[15.6862745098039,29.4117647058824,6.86274509803922],[119.607843137255,133.333333333333,107.843137254902],[141.176470588235,154.901960784314,122.549019607843],[32.3529411764706,44.1176470588235,8.82352941176471],[52.9411764705882,62.7450980392157,26.4705882352941],[20.5882352941176,26.4705882352941,0],[56.8627450980392,56.8627450980392,29.4117647058824],[62.7450980392157,60.7843137254902,40.1960784313726],[31.3725490196078,25.4901960784314,11.7647058823529],[13.7254901960784,5.88235294117647,0],[20.5882352941176,10.7843137254902,0.980392156862745],[18.6274509803922,8.82352941176471,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,1.96078431372549,0],[155.882352941176,147.058823529412,148.039215686275],[67.6470588235294,62.7450980392157,59.8039215686275],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,0,0],[16.6666666666667,9.80392156862745,3.92156862745098],[23.5294117647059,15.6862745098039,12.7450980392157],[8.82352941176471,0.980392156862745,0],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[34.3137254901961,32.3529411764706,33.3333333333333],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[191.176470588235,189.21568627451,192.156862745098],[200.980392156863,199.019607843137,201.960784313725],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[13.7254901960784,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,0.980392156862745,0],[43.1372549019608,25.4901960784314,23.5294117647059],[23.5294117647059,0,0],[50.9803921568627,22.5490196078431,18.6274509803922],[77.4509803921569,49.0196078431373,43.1372549019608],[48.0392156862745,24.5098039215686,14.7058823529412],[48.0392156862745,24.5098039215686,12.7450980392157],[60.7843137254902,32.3529411764706,18.6274509803922],[50.9803921568627,19.6078431372549,4.90196078431373],[52.9411764705882,24.5098039215686,6.86274509803922],[77.4509803921569,50.9803921568627,32.3529411764706],[68.6274509803922,48.0392156862745,27.4509803921569],[49.0196078431373,31.3725490196078,11.7647058823529],[22.5490196078431,1.96078431372549,0],[51.9607843137255,24.5098039215686,10.7843137254902],[57.843137254902,24.5098039215686,12.7450980392157],[82.3529411764706,47.0588235294118,33.3333333333333],[83.3333333333333,50.9803921568627,34.3137254901961],[33.3333333333333,6.86274509803922,0],[37.2549019607843,21.5686274509804,0],[51.9607843137255,36.2745098039216,10.7843137254902],[72.5490196078431,45.0980392156863,21.5686274509804],[96.078431372549,62.7450980392157,38.2352941176471],[81.3725490196078,48.0392156862745,23.5294117647059],[65.6862745098039,32.3529411764706,5.88235294117647],[85.2941176470588,51.9607843137255,24.5098039215686],[88.2352941176471,55.8823529411765,25.4901960784314],[66.6666666666667,37.2549019607843,0],[92.156862745098,65.6862745098039,23.5294117647059],[60.7843137254902,39.2156862745098,0],[78.4313725490196,58.8235294117647,6.86274509803922],[98.0392156862745,83.3333333333333,27.4509803921569],[124.509803921569,113.725490196078,58.8235294117647],[136.274509803922,129.411764705882,75.4901960784314],[133.333333333333,130.392156862745,78.4313725490196],[82.3529411764706,80.3921568627451,32.3529411764706],[151.960784313725,151.960784313725,100.980392156863],[182.352941176471,186.274509803922,128.43137254902],[125.490196078431,129.411764705882,69.6078431372549],[143.137254901961,144.117647058824,88.2352941176471],[147.058823529412,145.098039215686,95.0980392156863],[140.196078431373,137.254901960784,87.2549019607843],[180.392156862745,177.450980392157,127.450980392157],[187.254901960784,185.294117647059,135.294117647059],[138.235294117647,138.235294117647,87.2549019607843],[103.921568627451,105.882352941176,56.8627450980392],[83.3333333333333,88.2352941176471,35.2941176470588],[75.4901960784314,78.4313725490196,22.5490196078431],[109.803921568627,110.78431372549,51.9607843137255],[190.196078431373,186.274509803922,124.509803921569],[153.921568627451,146.078431372549,82.3529411764706],[161.764705882353,150.980392156863,88.2352941176471],[188.235294117647,172.549019607843,111.764705882353],[122.549019607843,106.862745098039,49.0196078431373],[87.2549019607843,71.5686274509804,13.7254901960784],[113.725490196078,99.0196078431373,41.1764705882353],[94.1176470588235,79.4117647058823,25.4901960784314],[100,86.2745098039216,40.1960784313726],[140.196078431373,127.450980392157,86.2745098039216],[125.490196078431,112.745098039216,79.4117647058823],[113.725490196078,105.882352941176,70.5882352941177],[134.313725490196,129.411764705882,88.2352941176471],[145.098039215686,143.137254901961,104.901960784314],[35.2941176470588,35.2941176470588,9.80392156862745],[0.980392156862745,3.92156862745098,0],[59.8039215686275,67.6470588235294,19.6078431372549],[176.470588235294,186.274509803922,134.313725490196],[61.7647058823529,73.5294117647059,28.4313725490196],[80.3921568627451,91.1764705882353,51.9607843137255],[90.1960784313725,98.0392156862745,59.8039215686275],[4.90196078431373,12.7450980392157,0],[6.86274509803922,15.6862745098039,0],[0,4.90196078431373,0],[114.705882352941,123.529411764706,102.941176470588],[166.666666666667,178.43137254902,158.823529411765],[103.921568627451,116.666666666667,97.0588235294118],[148.039215686275,161.764705882353,137.254901960784],[77.4509803921569,90.1960784313725,60.7843137254902],[29.4117647058824,40.1960784313726,6.86274509803922],[0.980392156862745,10.7843137254902,0],[14.7058823529412,20.5882352941176,0],[88.2352941176471,88.2352941176471,60.7843137254902],[109.803921568627,107.843137254902,85.2941176470588],[51.9607843137255,46.078431372549,30.3921568627451],[25.4901960784314,18.6274509803922,2.94117647058824],[63.7254901960784,54.9019607843137,38.2352941176471],[33.3333333333333,24.5098039215686,7.84313725490196],[25.4901960784314,18.6274509803922,2.94117647058824],[28.4313725490196,20.5882352941176,9.80392156862745],[7.84313725490196,0.980392156862745,0],[85.2941176470588,78.4313725490196,70.5882352941177],[40.1960784313726,35.2941176470588,29.4117647058824],[6.86274509803922,1.96078431372549,0],[8.82352941176471,4.90196078431373,0],[12.7450980392157,8.82352941176471,0],[8.82352941176471,1.96078431372549,0],[23.5294117647059,16.6666666666667,10.7843137254902],[30.3921568627451,22.5490196078431,19.6078431372549],[17.6470588235294,8.82352941176471,9.80392156862745],[14.7058823529412,3.92156862745098,7.84313725490196],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[14.7058823529412,10.7843137254902,9.80392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[64.7058823529412,62.7450980392157,63.7254901960784],[64.7058823529412,62.7450980392157,63.7254901960784],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[16.6666666666667,14.7058823529412,17.6470588235294],[26.4705882352941,24.5098039215686,25.4901960784314],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[11.7647058823529,0,0],[12.7450980392157,0,0],[7.84313725490196,0,0],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[0,0,0],[0,2.94117647058824,0],[0,3.92156862745098,0],[0,1.96078431372549,0],[1.96078431372549,2.94117647058824,0],[3.92156862745098,0,0],[19.6078431372549,6.86274509803922,0.980392156862745],[50.9803921568627,31.3725490196078,24.5098039215686],[53.921568627451,25.4901960784314,19.6078431372549],[37.2549019607843,2.94117647058824,0],[84.3137254901961,50.9803921568627,42.156862745098],[73.5294117647059,46.078431372549,35.2941176470588],[54.9019607843137,27.4509803921569,15.6862745098039],[90.1960784313725,58.8235294117647,44.1176470588235],[75.4901960784314,44.1176470588235,23.5294117647059],[51.9607843137255,22.5490196078431,0],[64.7058823529412,38.2352941176471,11.7647058823529],[46.078431372549,25.4901960784314,0],[35.2941176470588,13.7254901960784,0],[19.6078431372549,0,0],[56.8627450980392,28.4313725490196,12.7450980392157],[78.4313725490196,43.1372549019608,31.3725490196078],[78.4313725490196,43.1372549019608,29.4117647058824],[117.647058823529,85.2941176470588,66.6666666666667],[76.4705882352941,50.9803921568627,26.4705882352941],[69.6078431372549,53.921568627451,21.5686274509804],[79.4117647058823,60.7843137254902,28.4313725490196],[99.0196078431373,66.6666666666667,36.2745098039216],[125.490196078431,87.2549019607843,56.8627450980392],[107.843137254902,69.6078431372549,39.2156862745098],[89.2156862745098,50.9803921568627,18.6274509803922],[131.372549019608,96.078431372549,60.7843137254902],[90.1960784313725,57.843137254902,17.6470588235294],[85.2941176470588,54.9019607843137,9.80392156862745],[115.686274509804,90.1960784313725,40.1960784313726],[111.764705882353,91.1764705882353,35.2941176470588],[112.745098039216,97.0588235294118,39.2156862745098],[159.803921568627,148.039215686275,91.1764705882353],[149.019607843137,140.196078431373,84.3137254901961],[139.21568627451,136.274509803922,84.3137254901961],[98.0392156862745,98.0392156862745,49.0196078431373],[38.2352941176471,40.1960784313726,0],[80.3921568627451,83.3333333333333,39.2156862745098],[126.470588235294,133.333333333333,83.3333333333333],[62.7450980392157,69.6078431372549,18.6274509803922],[105.882352941176,109.803921568627,59.8039215686275],[148.039215686275,150,100.980392156863],[101.960784313725,103.921568627451,57.843137254902],[135.294117647059,136.274509803922,95.0980392156863],[164.705882352941,165.686274509804,126.470588235294],[84.3137254901961,87.2549019607843,45.0980392156863],[55.8823529411765,61.7647058823529,16.6666666666667],[45.0980392156863,52.9411764705882,4.90196078431373],[126.470588235294,132.352941176471,85.2941176470588],[93.1372549019608,97.0588235294118,48.0392156862745],[201.960784313725,201.960784313725,152.941176470588],[229.411764705882,226.470588235294,176.470588235294],[188.235294117647,181.372549019608,128.43137254902],[139.21568627451,128.43137254902,75.4901960784314],[80.3921568627451,64.7058823529412,13.7254901960784],[103.921568627451,88.2352941176471,37.2549019607843],[123.529411764706,107.843137254902,56.8627450980392],[137.254901960784,121.56862745098,71.5686274509804],[121.56862745098,104.901960784314,59.8039215686275],[74.5098039215686,59.8039215686275,19.6078431372549],[71.5686274509804,56.8627450980392,24.5098039215686],[73.5294117647059,60.7843137254902,27.4509803921569],[95.0980392156863,86.2745098039216,46.078431372549],[100,95.0980392156863,57.843137254902],[33.3333333333333,29.4117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,0],[26.4705882352941,33.3333333333333,0],[161.764705882353,170.588235294118,126.470588235294],[72.5490196078431,82.3529411764706,46.078431372549],[60.7843137254902,70.5882352941177,37.2549019607843],[86.2745098039216,93.1372549019608,59.8039215686275],[65.6862745098039,70.5882352941177,39.2156862745098],[63.7254901960784,69.6078431372549,42.156862745098],[19.6078431372549,27.4509803921569,4.90196078431373],[76.4705882352941,85.2941176470588,66.6666666666667],[148.039215686275,156.862745098039,140.196078431373],[60.7843137254902,72.5490196078431,52.9411764705882],[84.3137254901961,96.078431372549,72.5490196078431],[74.5098039215686,85.2941176470588,55.8823529411765],[100,109.803921568627,76.4705882352941],[38.2352941176471,45.0980392156863,11.7647058823529],[4.90196078431373,8.82352941176471,0],[42.156862745098,43.1372549019608,12.7450980392157],[73.5294117647059,69.6078431372549,45.0980392156863],[45.0980392156863,38.2352941176471,20.5882352941176],[13.7254901960784,6.86274509803922,0],[62.7450980392157,56.8627450980392,31.3725490196078],[48.0392156862745,42.156862745098,16.6666666666667],[8.82352941176471,2.94117647058824,0],[20.5882352941176,13.7254901960784,0],[11.7647058823529,5.88235294117647,0],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,0],[14.7058823529412,8.82352941176471,0],[13.7254901960784,7.84313725490196,0],[5.88235294117647,0,0],[10.7843137254902,3.92156862745098,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,2.94117647058824,6.86274509803922],[6.86274509803922,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[13.7254901960784,9.80392156862745,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[85.2941176470588,83.3333333333333,84.3137254901961],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[117.647058823529,113.725490196078,112.745098039216],[23.5294117647059,19.6078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[8.82352941176471,0,0],[4.90196078431373,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[139.21568627451,139.21568627451,131.372549019608],[230.392156862745,226.470588235294,217.647058823529],[34.3137254901961,21.5686274509804,12.7450980392157],[33.3333333333333,15.6862745098039,5.88235294117647],[50,23.5294117647059,12.7450980392157],[50,18.6274509803922,7.84313725490196],[69.6078431372549,34.3137254901961,22.5490196078431],[49.0196078431373,13.7254901960784,1.96078431372549],[58.8235294117647,27.4509803921569,16.6666666666667],[68.6274509803922,40.1960784313726,26.4705882352941],[68.6274509803922,38.2352941176471,18.6274509803922],[78.4313725490196,47.0588235294118,22.5490196078431],[89.2156862745098,60.7843137254902,31.3725490196078],[55.8823529411765,29.4117647058824,0],[36.2745098039216,11.7647058823529,0],[66.6666666666667,43.1372549019608,15.6862745098039],[52.9411764705882,26.4705882352941,5.88235294117647],[51.9607843137255,21.5686274509804,3.92156862745098],[55.8823529411765,20.5882352941176,6.86274509803922],[102.941176470588,67.6470588235294,53.921568627451],[126.470588235294,96.078431372549,75.4901960784314],[30.3921568627451,5.88235294117647,0],[47.0588235294118,31.3725490196078,0],[107.843137254902,89.2156862745098,50],[108.823529411765,75.4901960784314,39.2156862745098],[148.039215686275,108.823529411765,73.5294117647059],[122.549019607843,83.3333333333333,48.0392156862745],[101.960784313725,63.7254901960784,25.4901960784314],[154.901960784314,118.627450980392,77.4509803921569],[105.882352941176,74.5098039215686,28.4313725490196],[128.43137254902,99.0196078431373,48.0392156862745],[128.43137254902,103.921568627451,49.0196078431373],[150,132.352941176471,71.5686274509804],[150,136.274509803922,74.5098039215686],[173.529411764706,165.686274509804,104.901960784314],[163.725490196078,158.823529411765,103.921568627451],[114.705882352941,112.745098039216,62.7450980392157],[93.1372549019608,95.0980392156863,49.0196078431373],[59.8039215686275,64.7058823529412,24.5098039215686],[33.3333333333333,40.1960784313726,0],[95.0980392156863,103.921568627451,61.7647058823529],[88.2352941176471,97.0588235294118,52.9411764705882],[74.5098039215686,84.3137254901961,35.2941176470588],[153.921568627451,161.764705882353,115.686274509804],[128.43137254902,135.294117647059,95.0980392156863],[70.5882352941177,76.4705882352941,41.1764705882353],[102.941176470588,108.823529411765,75.4901960784314],[95.0980392156863,101.960784313725,68.6274509803922],[68.6274509803922,76.4705882352941,36.2745098039216],[88.2352941176471,97.0588235294118,54.9019607843137],[102.941176470588,111.764705882353,69.6078431372549],[121.56862745098,128.43137254902,87.2549019607843],[216.666666666667,218.627450980392,180.392156862745],[243.137254901961,241.176470588235,202.941176470588],[250,250,207.843137254902],[159.803921568627,151.960784313725,103.921568627451],[92.156862745098,80.3921568627451,33.3333333333333],[120.588235294118,103.921568627451,58.8235294117647],[144.117647058824,127.450980392157,82.3529411764706],[175.490196078431,158.823529411765,115.686274509804],[106.862745098039,90.1960784313725,47.0588235294118],[83.3333333333333,65.6862745098039,28.4313725490196],[85.2941176470588,66.6666666666667,35.2941176470588],[84.3137254901961,67.6470588235294,38.2352941176471],[84.3137254901961,72.5490196078431,35.2941176470588],[50.9803921568627,43.1372549019608,7.84313725490196],[36.2745098039216,30.3921568627451,8.82352941176471],[16.6666666666667,14.7058823529412,0],[0,5.88235294117647,0],[159.803921568627,167.647058823529,131.372549019608],[114.705882352941,123.529411764706,95.0980392156863],[99.0196078431373,107.843137254902,81.3725490196078],[99.0196078431373,105.882352941176,75.4901960784314],[91.1764705882353,98.0392156862745,67.6470588235294],[87.2549019607843,93.1372549019608,67.6470588235294],[72.5490196078431,80.3921568627451,59.8039215686275],[50,58.8235294117647,42.156862745098],[12.7450980392157,20.5882352941176,5.88235294117647],[85.2941176470588,94.1176470588235,77.4509803921569],[194.117647058824,202.941176470588,182.352941176471],[111.764705882353,121.56862745098,95.0980392156863],[69.6078431372549,78.4313725490196,48.0392156862745],[107.843137254902,113.725490196078,80.3921568627451],[5.88235294117647,9.80392156862745,0],[63.7254901960784,64.7058823529412,34.3137254901961],[64.7058823529412,62.7450980392157,38.2352941176471],[35.2941176470588,30.3921568627451,8.82352941176471],[21.5686274509804,15.6862745098039,0],[24.5098039215686,19.6078431372549,0],[46.078431372549,41.1764705882353,11.7647058823529],[19.6078431372549,14.7058823529412,0],[45.0980392156863,39.2156862745098,15.6862745098039],[22.5490196078431,17.6470588235294,0],[31.3725490196078,26.4705882352941,7.84313725490196],[34.3137254901961,31.3725490196078,14.7058823529412],[23.5294117647059,20.5882352941176,3.92156862745098],[10.7843137254902,4.90196078431373,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[6.86274509803922,0,0],[16.6666666666667,4.90196078431373,8.82352941176471],[15.6862745098039,4.90196078431373,8.82352941176471],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[10.7843137254902,6.86274509803922,5.88235294117647],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[249.019607843137,247.058823529412,248.039215686275],[85.2941176470588,83.3333333333333,84.3137254901961],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0,0],[10.7843137254902,3.92156862745098,0],[166.666666666667,156.862745098039,148.039215686275],[250,243.137254901961,233.333333333333],[51.9607843137255,33.3333333333333,19.6078431372549],[35.2941176470588,9.80392156862745,0],[76.4705882352941,48.0392156862745,32.3529411764706],[58.8235294117647,26.4705882352941,9.80392156862745],[50.9803921568627,18.6274509803922,1.96078431372549],[59.8039215686275,27.4509803921569,10.7843137254902],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,27.4509803921569,14.7058823529412],[64.7058823529412,33.3333333333333,12.7450980392157],[100.980392156863,70.5882352941177,43.1372549019608],[91.1764705882353,62.7450980392157,29.4117647058824],[54.9019607843137,26.4705882352941,0],[77.4509803921569,51.9607843137255,19.6078431372549],[103.921568627451,77.4509803921569,49.0196078431373],[91.1764705882353,63.7254901960784,42.156862745098],[61.7647058823529,30.3921568627451,15.6862745098039],[40.1960784313726,4.90196078431373,0],[108.823529411765,73.5294117647059,59.8039215686275],[108.823529411765,78.4313725490196,57.843137254902],[43.1372549019608,18.6274509803922,0],[65.6862745098039,48.0392156862745,8.82352941176471],[117.647058823529,96.078431372549,55.8823529411765],[108.823529411765,75.4901960784314,38.2352941176471],[150,112.745098039216,76.4705882352941],[137.254901960784,100,61.7647058823529],[81.3725490196078,47.0588235294118,5.88235294117647],[119.607843137255,88.2352941176471,42.156862745098],[136.274509803922,106.862745098039,57.843137254902],[146.078431372549,121.56862745098,66.6666666666667],[102.941176470588,83.3333333333333,23.5294117647059],[149.019607843137,134.313725490196,70.5882352941177],[136.274509803922,125.490196078431,62.7450980392157],[109.803921568627,103.921568627451,43.1372549019608],[128.43137254902,126.470588235294,70.5882352941177],[97.0588235294118,97.0588235294118,48.0392156862745],[97.0588235294118,100,55.8823529411765],[81.3725490196078,88.2352941176471,48.0392156862745],[85.2941176470588,92.156862745098,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[82.3529411764706,94.1176470588235,58.8235294117647],[100.980392156863,113.725490196078,71.5686274509804],[153.921568627451,166.666666666667,124.509803921569],[98.0392156862745,109.803921568627,74.5098039215686],[80.3921568627451,91.1764705882353,61.7647058823529],[116.666666666667,126.470588235294,101.960784313725],[94.1176470588235,104.901960784314,75.4901960784314],[82.3529411764706,94.1176470588235,56.8627450980392],[97.0588235294118,109.803921568627,67.6470588235294],[87.2549019607843,98.0392156862745,58.8235294117647],[143.137254901961,150.980392156863,114.705882352941],[189.21568627451,194.117647058824,162.745098039216],[204.901960784314,205.882352941176,172.549019607843],[224.509803921569,225.490196078431,184.313725490196],[157.843137254902,154.901960784314,110.78431372549],[148.039215686275,136.274509803922,95.0980392156863],[125.490196078431,110.78431372549,72.5490196078431],[58.8235294117647,44.1176470588235,5.88235294117647],[98.0392156862745,80.3921568627451,43.1372549019608],[110.78431372549,93.1372549019608,55.8823529411765],[115.686274509804,96.078431372549,61.7647058823529],[107.843137254902,86.2745098039216,62.7450980392157],[99.0196078431373,79.4117647058823,54.9019607843137],[40.1960784313726,25.4901960784314,0],[43.1372549019608,32.3529411764706,2.94117647058824],[61.7647058823529,52.9411764705882,36.2745098039216],[40.1960784313726,34.3137254901961,20.5882352941176],[34.3137254901961,36.2745098039216,12.7450980392157],[157.843137254902,163.725490196078,138.235294117647],[103.921568627451,110.78431372549,93.1372549019608],[56.8627450980392,63.7254901960784,46.078431372549],[26.4705882352941,32.3529411764706,6.86274509803922],[44.1176470588235,50,22.5490196078431],[38.2352941176471,43.1372549019608,20.5882352941176],[97.0588235294118,101.960784313725,82.3529411764706],[48.0392156862745,54.9019607843137,39.2156862745098],[33.3333333333333,39.2156862745098,25.4901960784314],[95.0980392156863,101.960784313725,86.2745098039216],[137.254901960784,144.117647058824,126.470588235294],[0,4.90196078431373,0],[63.7254901960784,69.6078431372549,42.156862745098],[169.607843137255,174.509803921569,143.137254901961],[49.0196078431373,51.9607843137255,21.5686274509804],[67.6470588235294,67.6470588235294,40.1960784313726],[106.862745098039,102.941176470588,76.4705882352941],[46.078431372549,40.1960784313726,16.6666666666667],[49.0196078431373,43.1372549019608,19.6078431372549],[28.4313725490196,23.5294117647059,0],[42.156862745098,37.2549019607843,8.82352941176471],[103.921568627451,100,73.5294117647059],[121.56862745098,116.666666666667,95.0980392156863],[74.5098039215686,69.6078431372549,50],[40.1960784313726,35.2941176470588,16.6666666666667],[66.6666666666667,61.7647058823529,43.1372549019608],[69.6078431372549,63.7254901960784,48.0392156862745],[35.2941176470588,29.4117647058824,13.7254901960784],[10.7843137254902,4.90196078431373,0],[12.7450980392157,4.90196078431373,0],[57.843137254902,50,39.2156862745098],[58.8235294117647,48.0392156862745,42.156862745098],[21.5686274509804,10.7843137254902,8.82352941176471],[14.7058823529412,0,2.94117647058824],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,1.96078431372549,0],[9.80392156862745,0,0],[38.2352941176471,20.5882352941176,10.7843137254902],[39.2156862745098,15.6862745098039,3.92156862745098],[54.9019607843137,27.4509803921569,13.7254901960784],[72.5490196078431,42.156862745098,24.5098039215686],[81.3725490196078,50,29.4117647058824],[72.5490196078431,38.2352941176471,18.6274509803922],[59.8039215686275,25.4901960784314,3.92156862745098],[50,15.6862745098039,0],[59.8039215686275,24.5098039215686,10.7843137254902],[46.078431372549,13.7254901960784,0],[78.4313725490196,47.0588235294118,26.4705882352941],[135.294117647059,105.882352941176,78.4313725490196],[116.666666666667,88.2352941176471,54.9019607843137],[84.3137254901961,56.8627450980392,20.5882352941176],[89.2156862745098,60.7843137254902,27.4509803921569],[57.843137254902,28.4313725490196,0.980392156862745],[75.4901960784314,45.0980392156863,24.5098039215686],[64.7058823529412,32.3529411764706,15.6862745098039],[50.9803921568627,18.6274509803922,3.92156862745098],[107.843137254902,77.4509803921569,59.8039215686275],[80.3921568627451,52.9411764705882,29.4117647058824],[79.4117647058823,56.8627450980392,25.4901960784314],[86.2745098039216,68.6274509803922,29.4117647058824],[100.980392156863,82.3529411764706,40.1960784313726],[111.764705882353,84.3137254901961,46.078431372549],[84.3137254901961,52.9411764705882,15.6862745098039],[109.803921568627,78.4313725490196,40.1960784313726],[89.2156862745098,60.7843137254902,17.6470588235294],[117.647058823529,91.1764705882353,45.0980392156863],[149.019607843137,126.470588235294,75.4901960784314],[127.450980392157,108.823529411765,51.9607843137255],[124.509803921569,110.78431372549,49.0196078431373],[160.78431372549,151.960784313725,86.2745098039216],[178.43137254902,173.529411764706,108.823529411765],[142.156862745098,141.176470588235,78.4313725490196],[102.941176470588,103.921568627451,47.0588235294118],[126.470588235294,130.392156862745,80.3921568627451],[115.686274509804,121.56862745098,78.4313725490196],[68.6274509803922,76.4705882352941,38.2352941176471],[79.4117647058823,89.2156862745098,55.8823529411765],[71.5686274509804,84.3137254901961,56.8627450980392],[79.4117647058823,94.1176470588235,63.7254901960784],[116.666666666667,133.333333333333,92.156862745098],[86.2745098039216,102.941176470588,61.7647058823529],[61.7647058823529,77.4509803921569,42.156862745098],[114.705882352941,129.411764705882,100.980392156863],[84.3137254901961,98.0392156862745,73.5294117647059],[86.2745098039216,99.0196078431373,71.5686274509804],[83.3333333333333,98.0392156862745,57.843137254902],[94.1176470588235,109.803921568627,63.7254901960784],[112.745098039216,125.490196078431,82.3529411764706],[95.0980392156863,105.882352941176,66.6666666666667],[125.490196078431,132.352941176471,99.0196078431373],[173.529411764706,179.411764705882,144.117647058824],[212.745098039216,218.627450980392,171.56862745098],[155.882352941176,157.843137254902,108.823529411765],[150.980392156863,144.117647058824,99.0196078431373],[112.745098039216,100.980392156863,59.8039215686275],[97.0588235294118,83.3333333333333,47.0588235294118],[71.5686274509804,56.8627450980392,18.6274509803922],[107.843137254902,91.1764705882353,49.0196078431373],[134.313725490196,115.686274509804,76.4705882352941],[91.1764705882353,70.5882352941177,42.156862745098],[72.5490196078431,52.9411764705882,26.4705882352941],[49.0196078431373,33.3333333333333,0],[53.921568627451,41.1764705882353,7.84313725490196],[51.9607843137255,41.1764705882353,21.5686274509804],[52.9411764705882,46.078431372549,28.4313725490196],[45.0980392156863,45.0980392156863,21.5686274509804],[68.6274509803922,72.5490196078431,50],[19.6078431372549,26.4705882352941,8.82352941176471],[5.88235294117647,12.7450980392157,0],[8.82352941176471,13.7254901960784,0],[2.94117647058824,8.82352941176471,0],[18.6274509803922,23.5294117647059,1.96078431372549],[53.921568627451,57.843137254902,41.1764705882353],[0.980392156862745,4.90196078431373,0],[7.84313725490196,11.7647058823529,0],[21.5686274509804,25.4901960784314,10.7843137254902],[1.96078431372549,5.88235294117647,0],[1.96078431372549,6.86274509803922,0],[61.7647058823529,65.6862745098039,43.1372549019608],[128.43137254902,131.372549019608,104.901960784314],[140.196078431373,140.196078431373,112.745098039216],[68.6274509803922,67.6470588235294,40.1960784313726],[29.4117647058824,25.4901960784314,0],[19.6078431372549,15.6862745098039,0],[42.156862745098,36.2745098039216,12.7450980392157],[37.2549019607843,31.3725490196078,5.88235294117647],[33.3333333333333,27.4509803921569,3.92156862745098],[29.4117647058824,24.5098039215686,2.94117647058824],[11.7647058823529,6.86274509803922,0],[23.5294117647059,18.6274509803922,0],[133.333333333333,127.450980392157,111.764705882353],[122.549019607843,116.666666666667,100.980392156863],[81.3725490196078,76.4705882352941,57.843137254902],[109.803921568627,104.901960784314,86.2745098039216],[44.1176470588235,39.2156862745098,20.5882352941176],[13.7254901960784,6.86274509803922,0],[55.8823529411765,48.0392156862745,35.2941176470588],[59.8039215686275,50,40.1960784313726],[16.6666666666667,5.88235294117647,0],[10.7843137254902,0,0],[10.7843137254902,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,0,0],[28.4313725490196,13.7254901960784,6.86274509803922],[57.843137254902,36.2745098039216,25.4901960784314],[53.921568627451,26.4705882352941,12.7450980392157],[51.9607843137255,19.6078431372549,0.980392156862745],[86.2745098039216,50.9803921568627,29.4117647058824],[74.5098039215686,37.2549019607843,14.7058823529412],[40.1960784313726,3.92156862745098,0],[63.7254901960784,28.4313725490196,2.94117647058824],[79.4117647058823,44.1176470588235,22.5490196078431],[77.4509803921569,41.1764705882353,25.4901960784314],[30.3921568627451,0,0],[34.3137254901961,2.94117647058824,0],[89.2156862745098,59.8039215686275,32.3529411764706],[119.607843137255,91.1764705882353,59.8039215686275],[104.901960784314,76.4705882352941,43.1372549019608],[110.78431372549,82.3529411764706,50.9803921568627],[99.0196078431373,68.6274509803922,41.1764705882353],[73.5294117647059,42.156862745098,21.5686274509804],[68.6274509803922,36.2745098039216,19.6078431372549],[68.6274509803922,38.2352941176471,20.5882352941176],[89.2156862745098,61.7647058823529,41.1764705882353],[84.3137254901961,58.8235294117647,34.3137254901961],[73.5294117647059,53.921568627451,21.5686274509804],[75.4901960784314,57.843137254902,18.6274509803922],[77.4509803921569,59.8039215686275,20.5882352941176],[100.980392156863,79.4117647058823,43.1372549019608],[61.7647058823529,40.1960784313726,3.92156862745098],[76.4705882352941,54.9019607843137,16.6666666666667],[92.156862745098,70.5882352941177,30.3921568627451],[77.4509803921569,59.8039215686275,14.7058823529412],[86.2745098039216,70.5882352941177,20.5882352941176],[137.254901960784,127.450980392157,69.6078431372549],[130.392156862745,122.549019607843,61.7647058823529],[138.235294117647,134.313725490196,71.5686274509804],[152.941176470588,151.960784313725,88.2352941176471],[160.78431372549,162.745098039216,100.980392156863],[136.274509803922,141.176470588235,84.3137254901961],[123.529411764706,130.392156862745,80.3921568627451],[100.980392156863,107.843137254902,64.7058823529412],[95.0980392156863,102.941176470588,64.7058823529412],[55.8823529411765,66.6666666666667,33.3333333333333],[46.078431372549,60.7843137254902,32.3529411764706],[51.9607843137255,68.6274509803922,37.2549019607843],[124.509803921569,142.156862745098,100.980392156863],[100.980392156863,119.607843137255,75.4901960784314],[53.921568627451,71.5686274509804,34.3137254901961],[54.9019607843137,71.5686274509804,38.2352941176471],[61.7647058823529,78.4313725490196,47.0588235294118],[74.5098039215686,90.1960784313725,53.921568627451],[71.5686274509804,87.2549019607843,39.2156862745098],[108.823529411765,123.529411764706,69.6078431372549],[112.745098039216,125.490196078431,73.5294117647059],[71.5686274509804,83.3333333333333,34.3137254901961],[125.490196078431,137.254901960784,92.156862745098],[177.450980392157,186.274509803922,140.196078431373],[203.921568627451,214.705882352941,157.843137254902],[135.294117647059,143.137254901961,84.3137254901961],[112.745098039216,111.764705882353,56.8627450980392],[149.019607843137,143.137254901961,92.156862745098],[140.196078431373,132.352941176471,86.2745098039216],[83.3333333333333,73.5294117647059,25.4901960784314],[114.705882352941,101.960784313725,48.0392156862745],[152.941176470588,137.254901960784,86.2745098039216],[126.470588235294,109.803921568627,67.6470588235294],[74.5098039215686,56.8627450980392,17.6470588235294],[68.6274509803922,54.9019607843137,8.82352941176471],[72.5490196078431,59.8039215686275,16.6666666666667],[52.9411764705882,42.156862745098,10.7843137254902],[40.1960784313726,33.3333333333333,5.88235294117647],[48.0392156862745,47.0588235294118,16.6666666666667],[54.9019607843137,55.8823529411765,25.4901960784314],[21.5686274509804,25.4901960784314,0.980392156862745],[30.3921568627451,35.2941176470588,12.7450980392157],[25.4901960784314,30.3921568627451,7.84313725490196],[24.5098039215686,29.4117647058824,6.86274509803922],[24.5098039215686,29.4117647058824,7.84313725490196],[0.980392156862745,4.90196078431373,0],[9.80392156862745,13.7254901960784,0],[2.94117647058824,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[4.90196078431373,5.88235294117647,0],[41.1764705882353,42.156862745098,24.5098039215686],[87.2549019607843,86.2745098039216,66.6666666666667],[43.1372549019608,42.156862745098,21.5686274509804],[116.666666666667,114.705882352941,92.156862745098],[81.3725490196078,79.4117647058823,54.9019607843137],[36.2745098039216,32.3529411764706,7.84313725490196],[15.6862745098039,11.7647058823529,0],[31.3725490196078,26.4705882352941,4.90196078431373],[69.6078431372549,64.7058823529412,46.078431372549],[63.7254901960784,57.843137254902,42.156862745098],[12.7450980392157,6.86274509803922,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,0],[57.843137254902,51.9607843137255,40.1960784313726],[26.4705882352941,20.5882352941176,6.86274509803922],[12.7450980392157,6.86274509803922,0],[72.5490196078431,65.6862745098039,48.0392156862745],[122.549019607843,115.686274509804,97.0588235294118],[25.4901960784314,16.6666666666667,0],[7.84313725490196,0,0],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,17.6470588235294],[10.7843137254902,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[8.82352941176471,0,0],[26.4705882352941,11.7647058823529,4.90196078431373],[58.8235294117647,37.2549019607843,24.5098039215686],[51.9607843137255,23.5294117647059,5.88235294117647],[53.921568627451,18.6274509803922,0],[97.0588235294118,57.843137254902,32.3529411764706],[94.1176470588235,53.921568627451,26.4705882352941],[56.8627450980392,13.7254901960784,0],[76.4705882352941,36.2745098039216,8.82352941176471],[108.823529411765,67.6470588235294,44.1176470588235],[90.1960784313725,49.0196078431373,33.3333333333333],[81.3725490196078,45.0980392156863,29.4117647058824],[64.7058823529412,33.3333333333333,10.7843137254902],[75.4901960784314,49.0196078431373,20.5882352941176],[44.1176470588235,17.6470588235294,0],[62.7450980392157,37.2549019607843,4.90196078431373],[72.5490196078431,44.1176470588235,12.7450980392157],[105.882352941176,75.4901960784314,48.0392156862745],[82.3529411764706,48.0392156862745,26.4705882352941],[71.5686274509804,40.1960784313726,19.6078431372549],[72.5490196078431,45.0980392156863,23.5294117647059],[59.8039215686275,36.2745098039216,12.7450980392157],[57.843137254902,37.2549019607843,8.82352941176471],[58.8235294117647,40.1960784313726,7.84313725490196],[51.9607843137255,34.3137254901961,0],[79.4117647058823,64.7058823529412,26.4705882352941],[96.078431372549,82.3529411764706,48.0392156862745],[58.8235294117647,45.0980392156863,10.7843137254902],[71.5686274509804,57.843137254902,21.5686274509804],[69.6078431372549,55.8823529411765,17.6470588235294],[42.156862745098,31.3725490196078,0],[98.0392156862745,90.1960784313725,42.156862745098],[152.941176470588,148.039215686275,93.1372549019608],[169.607843137255,167.647058823529,109.803921568627],[161.764705882353,163.725490196078,101.960784313725],[152.941176470588,157.843137254902,95.0980392156863],[179.411764705882,185.294117647059,124.509803921569],[149.019607843137,156.862745098039,100.980392156863],[56.8627450980392,64.7058823529412,14.7058823529412],[88.2352941176471,97.0588235294118,54.9019607843137],[107.843137254902,117.647058823529,81.3725490196078],[106.862745098039,117.647058823529,86.2745098039216],[89.2156862745098,102.941176470588,77.4509803921569],[61.7647058823529,77.4509803921569,50.9803921568627],[116.666666666667,137.254901960784,99.0196078431373],[129.411764705882,150,109.803921568627],[156.862745098039,176.470588235294,140.196078431373],[103.921568627451,123.529411764706,89.2156862745098],[47.0588235294118,63.7254901960784,30.3921568627451],[28.4313725490196,44.1176470588235,5.88235294117647],[70.5882352941177,87.2549019607843,36.2745098039216],[65.6862745098039,80.3921568627451,24.5098039215686],[61.7647058823529,74.5098039215686,19.6078431372549],[92.156862745098,104.901960784314,51.9607843137255],[117.647058823529,129.411764705882,80.3921568627451],[146.078431372549,158.823529411765,106.862745098039],[183.333333333333,197.058823529412,136.274509803922],[135.294117647059,146.078431372549,81.3725490196078],[111.764705882353,116.666666666667,53.921568627451],[126.470588235294,126.470588235294,67.6470588235294],[100,97.0588235294118,43.1372549019608],[64.7058823529412,59.8039215686275,4.90196078431373],[130.392156862745,122.549019607843,58.8235294117647],[179.411764705882,170.588235294118,106.862745098039],[141.176470588235,128.43137254902,77.4509803921569],[115.686274509804,101.960784313725,55.8823529411765],[69.6078431372549,58.8235294117647,5.88235294117647],[100,90.1960784313725,38.2352941176471],[109.803921568627,100.980392156863,58.8235294117647],[114.705882352941,109.803921568627,72.5490196078431],[95.0980392156863,91.1764705882353,54.9019607843137],[84.3137254901961,84.3137254901961,49.0196078431373],[86.2745098039216,87.2549019607843,55.8823529411765],[96.078431372549,99.0196078431373,70.5882352941177],[82.3529411764706,86.2745098039216,61.7647058823529],[101.960784313725,106.862745098039,84.3137254901961],[119.607843137255,124.509803921569,102.941176470588],[94.1176470588235,99.0196078431373,79.4117647058823],[34.3137254901961,37.2549019607843,20.5882352941176],[23.5294117647059,24.5098039215686,10.7843137254902],[28.4313725490196,29.4117647058824,15.6862745098039],[4.90196078431373,2.94117647058824,0],[20.5882352941176,18.6274509803922,3.92156862745098],[3.92156862745098,0.980392156862745,0],[23.5294117647059,20.5882352941176,1.96078431372549],[49.0196078431373,47.0588235294118,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[88.2352941176471,83.3333333333333,61.7647058823529],[36.2745098039216,32.3529411764706,7.84313725490196],[62.7450980392157,57.843137254902,38.2352941176471],[30.3921568627451,24.5098039215686,12.7450980392157],[31.3725490196078,24.5098039215686,16.6666666666667],[21.5686274509804,14.7058823529412,6.86274509803922],[27.4509803921569,20.5882352941176,12.7450980392157],[15.6862745098039,8.82352941176471,0.980392156862745],[11.7647058823529,4.90196078431373,0],[5.88235294117647,0,0],[13.7254901960784,7.84313725490196,0],[8.82352941176471,1.96078431372549,0],[98.0392156862745,91.1764705882353,72.5490196078431],[113.725490196078,105.882352941176,87.2549019607843],[24.5098039215686,13.7254901960784,0],[23.5294117647059,11.7647058823529,0],[37.2549019607843,23.5294117647059,12.7450980392157],[20.5882352941176,6.86274509803922,0],[14.7058823529412,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[33.3333333333333,29.4117647058824,30.3921568627451],[130.392156862745,126.470588235294,127.450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50,31.3725490196078,16.6666666666667],[49.0196078431373,21.5686274509804,0.980392156862745],[67.6470588235294,32.3529411764706,6.86274509803922],[101.960784313725,58.8235294117647,32.3529411764706],[100,53.921568627451,26.4705882352941],[103.921568627451,55.8823529411765,26.4705882352941],[109.803921568627,59.8039215686275,33.3333333333333],[66.6666666666667,19.6078431372549,0],[73.5294117647059,29.4117647058824,10.7843137254902],[90.1960784313725,52.9411764705882,34.3137254901961],[94.1176470588235,64.7058823529412,41.1764705882353],[79.4117647058823,53.921568627451,27.4509803921569],[58.8235294117647,36.2745098039216,5.88235294117647],[86.2745098039216,61.7647058823529,32.3529411764706],[95.0980392156863,65.6862745098039,38.2352941176471],[63.7254901960784,33.3333333333333,5.88235294117647],[123.529411764706,90.1960784313725,65.6862745098039],[66.6666666666667,35.2941176470588,10.7843137254902],[84.3137254901961,58.8235294117647,32.3529411764706],[92.156862745098,71.5686274509804,41.1764705882353],[34.3137254901961,18.6274509803922,0],[74.5098039215686,60.7843137254902,26.4705882352941],[71.5686274509804,55.8823529411765,20.5882352941176],[71.5686274509804,57.843137254902,21.5686274509804],[64.7058823529412,56.8627450980392,21.5686274509804],[64.7058823529412,58.8235294117647,23.5294117647059],[40.1960784313726,34.3137254901961,0],[82.3529411764706,77.4509803921569,38.2352941176471],[70.5882352941177,67.6470588235294,25.4901960784314],[100.980392156863,100,52.9411764705882],[181.372549019608,181.372549019608,130.392156862745],[150.980392156863,153.921568627451,98.0392156862745],[167.647058823529,173.529411764706,114.705882352941],[104.901960784314,112.745098039216,53.921568627451],[155.882352941176,165.686274509804,106.862745098039],[163.725490196078,174.509803921569,119.607843137255],[116.666666666667,126.470588235294,77.4509803921569],[98.0392156862745,108.823529411765,66.6666666666667],[59.8039215686275,69.6078431372549,33.3333333333333],[67.6470588235294,78.4313725490196,47.0588235294118],[122.549019607843,136.274509803922,113.725490196078],[49.0196078431373,63.7254901960784,41.1764705882353],[102.941176470588,121.56862745098,92.156862745098],[82.3529411764706,100.980392156863,69.6078431372549],[113.725490196078,134.313725490196,101.960784313725],[179.411764705882,198.039215686275,166.666666666667],[87.2549019607843,103.921568627451,70.5882352941177],[74.5098039215686,90.1960784313725,51.9607843137255],[59.8039215686275,73.5294117647059,25.4901960784314],[68.6274509803922,81.3725490196078,29.4117647058824],[76.4705882352941,86.2745098039216,35.2941176470588],[101.960784313725,111.764705882353,60.7843137254902],[65.6862745098039,75.4901960784314,26.4705882352941],[83.3333333333333,96.078431372549,44.1176470588235],[227.450980392157,241.176470588235,183.333333333333],[169.607843137255,181.372549019608,118.627450980392],[108.823529411765,115.686274509804,49.0196078431373],[106.862745098039,111.764705882353,46.078431372549],[95.0980392156863,96.078431372549,39.2156862745098],[108.823529411765,108.823529411765,50],[152.941176470588,150,80.3921568627451],[130.392156862745,126.470588235294,56.8627450980392],[128.43137254902,119.607843137255,63.7254901960784],[155.882352941176,146.078431372549,94.1176470588235],[126.470588235294,117.647058823529,59.8039215686275],[112.745098039216,103.921568627451,48.0392156862745],[111.764705882353,103.921568627451,55.8823529411765],[140.196078431373,133.333333333333,90.1960784313725],[87.2549019607843,82.3529411764706,41.1764705882353],[57.843137254902,53.921568627451,16.6666666666667],[83.3333333333333,81.3725490196078,44.1176470588235],[79.4117647058823,79.4117647058823,46.078431372549],[100.980392156863,105.882352941176,76.4705882352941],[175.490196078431,180.392156862745,157.843137254902],[66.6666666666667,69.6078431372549,49.0196078431373],[31.3725490196078,34.3137254901961,15.6862745098039],[66.6666666666667,67.6470588235294,51.9607843137255],[59.8039215686275,60.7843137254902,47.0588235294118],[34.3137254901961,32.3529411764706,19.6078431372549],[19.6078431372549,15.6862745098039,4.90196078431373],[7.84313725490196,3.92156862745098,0],[10.7843137254902,4.90196078431373,0],[18.6274509803922,12.7450980392157,0],[39.2156862745098,33.3333333333333,17.6470588235294],[20.5882352941176,15.6862745098039,0],[41.1764705882353,36.2745098039216,16.6666666666667],[121.56862745098,116.666666666667,95.0980392156863],[50.9803921568627,46.078431372549,27.4509803921569],[11.7647058823529,6.86274509803922,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,10.7843137254902,4.90196078431373],[18.6274509803922,11.7647058823529,1.96078431372549],[9.80392156862745,3.92156862745098,0],[6.86274509803922,0,0],[59.8039215686275,52.9411764705882,34.3137254901961],[82.3529411764706,74.5098039215686,53.921568627451],[74.5098039215686,63.7254901960784,44.1176470588235],[28.4313725490196,15.6862745098039,0],[43.1372549019608,27.4509803921569,12.7450980392157],[12.7450980392157,0,0],[11.7647058823529,0,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[39.2156862745098,35.2941176470588,36.2745098039216],[151.960784313725,148.039215686275,149.019607843137],[11.7647058823529,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[13.7254901960784,0,0],[13.7254901960784,0,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[9.80392156862745,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[10.7843137254902,5.88235294117647,1.96078431372549],[32.3529411764706,19.6078431372549,10.7843137254902],[47.0588235294118,26.4705882352941,9.80392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[62.7450980392157,24.5098039215686,0],[69.6078431372549,25.4901960784314,0],[107.843137254902,57.843137254902,27.4509803921569],[127.450980392157,75.4901960784314,45.0980392156863],[132.352941176471,79.4117647058823,51.9607843137255],[139.21568627451,88.2352941176471,64.7058823529412],[85.2941176470588,40.1960784313726,16.6666666666667],[83.3333333333333,47.0588235294118,21.5686274509804],[81.3725490196078,51.9607843137255,26.4705882352941],[62.7450980392157,39.2156862745098,13.7254901960784],[65.6862745098039,45.0980392156863,18.6274509803922],[54.9019607843137,31.3725490196078,5.88235294117647],[101.960784313725,72.5490196078431,47.0588235294118],[109.803921568627,79.4117647058823,51.9607843137255],[108.823529411765,75.4901960784314,48.0392156862745],[77.4509803921569,49.0196078431373,17.6470588235294],[91.1764705882353,69.6078431372549,33.3333333333333],[72.5490196078431,57.843137254902,19.6078431372549],[78.4313725490196,66.6666666666667,29.4117647058824],[56.8627450980392,45.0980392156863,7.84313725490196],[66.6666666666667,52.9411764705882,18.6274509803922],[76.4705882352941,63.7254901960784,29.4117647058824],[33.3333333333333,29.4117647058824,0],[6.86274509803922,4.90196078431373,0],[98.0392156862745,96.078431372549,58.8235294117647],[110.78431372549,111.764705882353,72.5490196078431],[118.627450980392,119.607843137255,78.4313725490196],[80.3921568627451,83.3333333333333,37.2549019607843],[167.647058823529,171.56862745098,122.549019607843],[54.9019607843137,61.7647058823529,8.82352941176471],[153.921568627451,162.745098039216,106.862745098039],[192.156862745098,202.941176470588,144.117647058824],[143.137254901961,156.862745098039,99.0196078431373],[182.352941176471,195.098039215686,142.156862745098],[116.666666666667,130.392156862745,82.3529411764706],[83.3333333333333,96.078431372549,53.921568627451],[9.80392156862745,21.5686274509804,0],[59.8039215686275,73.5294117647059,41.1764705882353],[67.6470588235294,79.4117647058823,57.843137254902],[41.1764705882353,53.921568627451,36.2745098039216],[34.3137254901961,49.0196078431373,28.4313725490196],[29.4117647058824,47.0588235294118,21.5686274509804],[13.7254901960784,32.3529411764706,4.90196078431373],[135.294117647059,153.921568627451,122.549019607843],[191.176470588235,207.843137254902,174.509803921569],[90.1960784313725,104.901960784314,66.6666666666667],[39.2156862745098,50,8.82352941176471],[58.8235294117647,67.6470588235294,23.5294117647059],[83.3333333333333,91.1764705882353,45.0980392156863],[88.2352941176471,96.078431372549,50],[63.7254901960784,71.5686274509804,25.4901960784314],[150,159.803921568627,110.78431372549],[201.960784313725,214.705882352941,161.764705882353],[217.647058823529,231.372549019608,171.56862745098],[119.607843137255,130.392156862745,62.7450980392157],[89.2156862745098,99.0196078431373,31.3725490196078],[111.764705882353,117.647058823529,58.8235294117647],[150,155.882352941176,95.0980392156863],[135.294117647059,139.21568627451,64.7058823529412],[146.078431372549,148.039215686275,76.4705882352941],[129.411764705882,127.450980392157,71.5686274509804],[119.607843137255,113.725490196078,62.7450980392157],[154.901960784314,150,93.1372549019608],[174.509803921569,169.607843137255,112.745098039216],[133.333333333333,126.470588235294,75.4901960784314],[100,92.156862745098,47.0588235294118],[71.5686274509804,64.7058823529412,23.5294117647059],[71.5686274509804,63.7254901960784,25.4901960784314],[77.4509803921569,69.6078431372549,31.3725490196078],[59.8039215686275,55.8823529411765,19.6078431372549],[93.1372549019608,96.078431372549,65.6862745098039],[62.7450980392157,68.6274509803922,43.1372549019608],[16.6666666666667,20.5882352941176,0],[37.2549019607843,40.1960784313726,19.6078431372549],[48.0392156862745,49.0196078431373,31.3725490196078],[29.4117647058824,27.4509803921569,12.7450980392157],[13.7254901960784,9.80392156862745,0],[19.6078431372549,15.6862745098039,4.90196078431373],[23.5294117647059,16.6666666666667,6.86274509803922],[18.6274509803922,11.7647058823529,1.96078431372549],[30.3921568627451,23.5294117647059,13.7254901960784],[18.6274509803922,12.7450980392157,0.980392156862745],[23.5294117647059,17.6470588235294,1.96078431372549],[81.3725490196078,76.4705882352941,57.843137254902],[82.3529411764706,77.4509803921569,57.843137254902],[22.5490196078431,16.6666666666667,0.980392156862745],[8.82352941176471,3.92156862745098,0],[4.90196078431373,0,0.980392156862745],[12.7450980392157,6.86274509803922,8.82352941176471],[7.84313725490196,1.96078431372549,1.96078431372549],[16.6666666666667,11.7647058823529,8.82352941176471],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[18.6274509803922,12.7450980392157,0],[33.3333333333333,26.4705882352941,8.82352941176471],[76.4705882352941,68.6274509803922,48.0392156862745],[83.3333333333333,72.5490196078431,50.9803921568627],[53.921568627451,43.1372549019608,21.5686274509804],[76.4705882352941,64.7058823529412,43.1372549019608],[35.2941176470588,20.5882352941176,1.96078431372549],[17.6470588235294,0,0],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,0.980392156862745,0.980392156862745],[15.6862745098039,0,0],[22.5490196078431,1.96078431372549,0.980392156862745],[16.6666666666667,0.980392156862745,1.96078431372549],[9.80392156862745,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[39.2156862745098,22.5490196078431,14.7058823529412],[57.843137254902,31.3725490196078,14.7058823529412],[78.4313725490196,43.1372549019608,21.5686274509804],[74.5098039215686,31.3725490196078,4.90196078431373],[77.4509803921569,27.4509803921569,0],[116.666666666667,64.7058823529412,34.3137254901961],[136.274509803922,84.3137254901961,53.921568627451],[135.294117647059,82.3529411764706,54.9019607843137],[154.901960784314,106.862745098039,77.4509803921569],[104.901960784314,62.7450980392157,31.3725490196078],[95.0980392156863,59.8039215686275,28.4313725490196],[70.5882352941177,44.1176470588235,14.7058823529412],[29.4117647058824,8.82352941176471,0],[45.0980392156863,25.4901960784314,0.980392156862745],[50,28.4313725490196,4.90196078431373],[68.6274509803922,41.1764705882353,17.6470588235294],[118.627450980392,88.2352941176471,59.8039215686275],[110.78431372549,78.4313725490196,46.078431372549],[131.372549019608,103.921568627451,65.6862745098039],[89.2156862745098,70.5882352941177,28.4313725490196],[83.3333333333333,70.5882352941177,26.4705882352941],[100,92.156862745098,47.0588235294118],[47.0588235294118,38.2352941176471,0],[57.843137254902,45.0980392156863,10.7843137254902],[107.843137254902,95.0980392156863,61.7647058823529],[65.6862745098039,61.7647058823529,24.5098039215686],[59.8039215686275,60.7843137254902,19.6078431372549],[130.392156862745,131.372549019608,90.1960784313725],[126.470588235294,129.411764705882,87.2549019607843],[68.6274509803922,71.5686274509804,29.4117647058824],[76.4705882352941,82.3529411764706,37.2549019607843],[124.509803921569,132.352941176471,84.3137254901961],[77.4509803921569,87.2549019607843,36.2745098039216],[87.2549019607843,100,47.0588235294118],[199.019607843137,211.764705882353,156.862745098039],[177.450980392157,192.156862745098,138.235294117647],[171.56862745098,185.294117647059,135.294117647059],[197.058823529412,212.745098039216,166.666666666667],[92.156862745098,106.862745098039,64.7058823529412],[88.2352941176471,102.941176470588,64.7058823529412],[103.921568627451,116.666666666667,87.2549019607843],[49.0196078431373,57.843137254902,39.2156862745098],[40.1960784313726,48.0392156862745,33.3333333333333],[53.921568627451,66.6666666666667,50],[24.5098039215686,39.2156862745098,20.5882352941176],[19.6078431372549,37.2549019607843,11.7647058823529],[67.6470588235294,86.2745098039216,56.8627450980392],[154.901960784314,170.588235294118,135.294117647059],[145.098039215686,156.862745098039,121.56862745098],[83.3333333333333,90.1960784313725,56.8627450980392],[82.3529411764706,86.2745098039216,51.9607843137255],[130.392156862745,132.352941176471,96.078431372549],[70.5882352941177,72.5490196078431,34.3137254901961],[67.6470588235294,74.5098039215686,31.3725490196078],[159.803921568627,168.627450980392,124.509803921569],[192.156862745098,202.941176470588,160.78431372549],[188.235294117647,200,150.980392156863],[167.647058823529,179.411764705882,116.666666666667],[109.803921568627,121.56862745098,56.8627450980392],[134.313725490196,145.098039215686,90.1960784313725],[137.254901960784,146.078431372549,90.1960784313725],[86.2745098039216,96.078431372549,26.4705882352941],[201.960784313725,208.823529411765,140.196078431373],[147.058823529412,150,98.0392156862745],[60.7843137254902,59.8039215686275,14.7058823529412],[88.2352941176471,87.2549019607843,34.3137254901961],[126.470588235294,123.529411764706,71.5686274509804],[92.156862745098,86.2745098039216,39.2156862745098],[88.2352941176471,79.4117647058823,37.2549019607843],[108.823529411765,96.078431372549,61.7647058823529],[70.5882352941177,57.843137254902,24.5098039215686],[19.6078431372549,6.86274509803922,0],[41.1764705882353,33.3333333333333,0],[22.5490196078431,23.5294117647059,0],[5.88235294117647,11.7647058823529,0],[55.8823529411765,59.8039215686275,33.3333333333333],[121.56862745098,125.490196078431,100.980392156863],[79.4117647058823,81.3725490196078,60.7843137254902],[2.94117647058824,1.96078431372549,0],[14.7058823529412,10.7843137254902,0],[9.80392156862745,2.94117647058824,0],[23.5294117647059,14.7058823529412,7.84313725490196],[28.4313725490196,19.6078431372549,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[22.5490196078431,13.7254901960784,6.86274509803922],[56.8627450980392,49.0196078431373,38.2352941176471],[59.8039215686275,51.9607843137255,39.2156862745098],[28.4313725490196,23.5294117647059,4.90196078431373],[17.6470588235294,11.7647058823529,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[7.84313725490196,2.94117647058824,0],[9.80392156862745,2.94117647058824,0],[98.0392156862745,92.156862745098,78.4313725490196],[134.313725490196,127.450980392157,109.803921568627],[7.84313725490196,0,0],[29.4117647058824,19.6078431372549,0],[34.3137254901961,22.5490196078431,0],[93.1372549019608,78.4313725490196,57.843137254902],[56.8627450980392,42.156862745098,23.5294117647059],[39.2156862745098,21.5686274509804,7.84313725490196],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[50,48.0392156862745,49.0196078431373],[152.941176470588,150.980392156863,151.960784313725],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,0.980392156862745],[16.6666666666667,1.96078431372549,0],[21.5686274509804,6.86274509803922,1.96078431372549],[16.6666666666667,4.90196078431373,4.90196078431373],[11.7647058823529,0.980392156862745,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0,0],[17.6470588235294,1.96078431372549,1.96078431372549],[43.1372549019608,18.6274509803922,13.7254901960784],[64.7058823529412,29.4117647058824,15.6862745098039],[67.6470588235294,23.5294117647059,2.94117647058824],[98.0392156862745,48.0392156862745,21.5686274509804],[113.725490196078,61.7647058823529,30.3921568627451],[127.450980392157,75.4901960784314,44.1176470588235],[145.098039215686,96.078431372549,63.7254901960784],[133.333333333333,88.2352941176471,55.8823529411765],[122.549019607843,78.4313725490196,46.078431372549],[139.21568627451,98.0392156862745,60.7843137254902],[126.470588235294,93.1372549019608,55.8823529411765],[154.901960784314,131.372549019608,98.0392156862745],[54.9019607843137,36.2745098039216,6.86274509803922],[24.5098039215686,6.86274509803922,0],[53.921568627451,34.3137254901961,10.7843137254902],[64.7058823529412,37.2549019607843,13.7254901960784],[96.078431372549,65.6862745098039,37.2549019607843],[150,118.627450980392,81.3725490196078],[121.56862745098,98.0392156862745,52.9411764705882],[103.921568627451,88.2352941176471,37.2549019607843],[96.078431372549,89.2156862745098,35.2941176470588],[117.647058823529,114.705882352941,64.7058823529412],[66.6666666666667,59.8039215686275,16.6666666666667],[122.549019607843,109.803921568627,75.4901960784314],[129.411764705882,119.607843137255,85.2941176470588],[106.862745098039,103.921568627451,61.7647058823529],[120.588235294118,122.549019607843,76.4705882352941],[148.039215686275,149.019607843137,105.882352941176],[140.196078431373,143.137254901961,99.0196078431373],[59.8039215686275,65.6862745098039,22.5490196078431],[111.764705882353,119.607843137255,73.5294117647059],[124.509803921569,133.333333333333,87.2549019607843],[104.901960784314,116.666666666667,67.6470588235294],[65.6862745098039,79.4117647058823,27.4509803921569],[128.43137254902,145.098039215686,92.156862745098],[165.686274509804,182.352941176471,129.411764705882],[129.411764705882,147.058823529412,98.0392156862745],[164.705882352941,181.372549019608,137.254901960784],[155.882352941176,173.529411764706,132.352941176471],[149.019607843137,166.666666666667,129.411764705882],[154.901960784314,169.607843137255,137.254901960784],[70.5882352941177,80.3921568627451,55.8823529411765],[8.82352941176471,17.6470588235294,0],[15.6862745098039,26.4705882352941,9.80392156862745],[45.0980392156863,57.843137254902,38.2352941176471],[60.7843137254902,76.4705882352941,48.0392156862745],[33.3333333333333,50,14.7058823529412],[112.745098039216,129.411764705882,88.2352941176471],[193.137254901961,203.921568627451,164.705882352941],[173.529411764706,179.411764705882,146.078431372549],[132.352941176471,133.333333333333,101.960784313725],[101.960784313725,101.960784313725,66.6666666666667],[81.3725490196078,82.3529411764706,43.1372549019608],[57.843137254902,63.7254901960784,18.6274509803922],[172.549019607843,180.392156862745,134.313725490196],[247.058823529412,250,216.666666666667],[178.43137254902,192.156862745098,144.117647058824],[154.901960784314,170.588235294118,106.862745098039],[126.470588235294,143.137254901961,76.4705882352941],[110.78431372549,125.490196078431,71.5686274509804],[106.862745098039,119.607843137255,64.7058823529412],[149.019607843137,161.764705882353,93.1372549019608],[154.901960784314,167.647058823529,99.0196078431373],[88.2352941176471,96.078431372549,46.078431372549],[39.2156862745098,42.156862745098,0],[92.156862745098,94.1176470588235,45.0980392156863],[100,98.0392156862745,48.0392156862745],[153.921568627451,147.058823529412,101.960784313725],[164.705882352941,155.882352941176,115.686274509804],[81.3725490196078,67.6470588235294,33.3333333333333],[73.5294117647059,57.843137254902,25.4901960784314],[95.0980392156863,76.4705882352941,44.1176470588235],[56.8627450980392,44.1176470588235,10.7843137254902],[41.1764705882353,42.156862745098,10.7843137254902],[60.7843137254902,67.6470588235294,37.2549019607843],[102.941176470588,107.843137254902,78.4313725490196],[80.3921568627451,83.3333333333333,56.8627450980392],[81.3725490196078,80.3921568627451,59.8039215686275],[35.2941176470588,32.3529411764706,15.6862745098039],[5.88235294117647,0,0],[34.3137254901961,27.4509803921569,19.6078431372549],[32.3529411764706,23.5294117647059,18.6274509803922],[17.6470588235294,7.84313725490196,5.88235294117647],[32.3529411764706,22.5490196078431,20.5882352941176],[19.6078431372549,10.7843137254902,5.88235294117647],[32.3529411764706,23.5294117647059,14.7058823529412],[11.7647058823529,3.92156862745098,0],[34.3137254901961,28.4313725490196,12.7450980392157],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,22.5490196078431,19.6078431372549],[30.3921568627451,25.4901960784314,19.6078431372549],[15.6862745098039,8.82352941176471,0],[89.2156862745098,83.3333333333333,67.6470588235294],[124.509803921569,117.647058823529,99.0196078431373],[39.2156862745098,31.3725490196078,8.82352941176471],[30.3921568627451,20.5882352941176,0],[92.156862745098,80.3921568627451,54.9019607843137],[53.921568627451,39.2156862745098,16.6666666666667],[52.9411764705882,38.2352941176471,19.6078431372549],[54.9019607843137,38.2352941176471,22.5490196078431],[32.3529411764706,18.6274509803922,7.84313725490196],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[136.274509803922,134.313725490196,135.294117647059],[247.058823529412,245.098039215686,246.078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[13.7254901960784,4.90196078431373,0],[15.6862745098039,8.82352941176471,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,2.94117647058824,5.88235294117647],[14.7058823529412,3.92156862745098,9.80392156862745],[15.6862745098039,0,6.86274509803922],[26.4705882352941,0,4.90196078431373],[49.0196078431373,14.7058823529412,12.7450980392157],[72.5490196078431,25.4901960784314,13.7254901960784],[84.3137254901961,30.3921568627451,10.7843137254902],[101.960784313725,46.078431372549,19.6078431372549],[112.745098039216,57.843137254902,25.4901960784314],[141.176470588235,89.2156862745098,55.8823529411765],[139.21568627451,94.1176470588235,60.7843137254902],[129.411764705882,92.156862745098,56.8627450980392],[186.274509803922,151.960784313725,114.705882352941],[118.627450980392,82.3529411764706,39.2156862745098],[110.78431372549,78.4313725490196,36.2745098039216],[183.333333333333,161.764705882353,125.490196078431],[136.274509803922,119.607843137255,90.1960784313725],[79.4117647058823,63.7254901960784,39.2156862745098],[70.5882352941177,50,29.4117647058824],[64.7058823529412,37.2549019607843,13.7254901960784],[81.3725490196078,50.9803921568627,20.5882352941176],[143.137254901961,114.705882352941,73.5294117647059],[117.647058823529,95.0980392156863,44.1176470588235],[108.823529411765,97.0588235294118,38.2352941176471],[134.313725490196,128.43137254902,69.6078431372549],[128.43137254902,125.490196078431,71.5686274509804],[133.333333333333,129.411764705882,83.3333333333333],[130.392156862745,120.588235294118,86.2745098039216],[146.078431372549,136.274509803922,101.960784313725],[167.647058823529,163.725490196078,117.647058823529],[93.1372549019608,93.1372549019608,44.1176470588235],[114.705882352941,113.725490196078,66.6666666666667],[195.098039215686,197.058823529412,150.980392156863],[103.921568627451,106.862745098039,62.7450980392157],[127.450980392157,133.333333333333,88.2352941176471],[93.1372549019608,100.980392156863,54.9019607843137],[96.078431372549,107.843137254902,60.7843137254902],[57.843137254902,71.5686274509804,21.5686274509804],[107.843137254902,123.529411764706,75.4901960784314],[176.470588235294,194.117647058824,145.098039215686],[86.2745098039216,105.882352941176,57.843137254902],[42.156862745098,60.7843137254902,16.6666666666667],[128.43137254902,149.019607843137,108.823529411765],[145.098039215686,164.705882352941,128.43137254902],[153.921568627451,170.588235294118,135.294117647059],[192.156862745098,202.941176470588,169.607843137255],[104.901960784314,113.725490196078,83.3333333333333],[75.4901960784314,85.2941176470588,60.7843137254902],[99.0196078431373,113.725490196078,85.2941176470588],[117.647058823529,135.294117647059,96.078431372549],[94.1176470588235,111.764705882353,64.7058823529412],[138.235294117647,154.901960784314,101.960784313725],[143.137254901961,154.901960784314,105.882352941176],[165.686274509804,170.588235294118,130.392156862745],[104.901960784314,104.901960784314,67.6470588235294],[69.6078431372549,67.6470588235294,27.4509803921569],[67.6470588235294,66.6666666666667,21.5686274509804],[116.666666666667,121.56862745098,68.6274509803922],[148.039215686275,154.901960784314,103.921568627451],[216.666666666667,225.490196078431,181.372549019608],[206.862745098039,220.588235294118,172.549019607843],[164.705882352941,183.333333333333,118.627450980392],[94.1176470588235,113.725490196078,46.078431372549],[119.607843137255,136.274509803922,82.3529411764706],[164.705882352941,182.352941176471,125.490196078431],[204.901960784314,222.549019607843,150],[132.352941176471,148.039215686275,78.4313725490196],[100.980392156863,110.78431372549,59.8039215686275],[47.0588235294118,53.921568627451,10.7843137254902],[81.3725490196078,85.2941176470588,36.2745098039216],[125.490196078431,125.490196078431,74.5098039215686],[148.039215686275,144.117647058824,97.0588235294118],[145.098039215686,136.274509803922,94.1176470588235],[87.2549019607843,73.5294117647059,39.2156862745098],[83.3333333333333,64.7058823529412,32.3529411764706],[96.078431372549,76.4705882352941,40.1960784313726],[48.0392156862745,34.3137254901961,0],[51.9607843137255,51.9607843137255,18.6274509803922],[51.9607843137255,58.8235294117647,28.4313725490196],[64.7058823529412,69.6078431372549,40.1960784313726],[63.7254901960784,66.6666666666667,40.1960784313726],[56.8627450980392,55.8823529411765,35.2941176470588],[43.1372549019608,40.1960784313726,21.5686274509804],[38.2352941176471,32.3529411764706,20.5882352941176],[36.2745098039216,27.4509803921569,20.5882352941176],[11.7647058823529,0.980392156862745,0],[29.4117647058824,17.6470588235294,17.6470588235294],[26.4705882352941,14.7058823529412,14.7058823529412],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,20.5882352941176,13.7254901960784],[10.7843137254902,1.96078431372549,0],[42.156862745098,36.2745098039216,22.5490196078431],[13.7254901960784,7.84313725490196,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,11.7647058823529],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[30.3921568627451,25.4901960784314,19.6078431372549],[23.5294117647059,19.6078431372549,10.7843137254902],[20.5882352941176,14.7058823529412,2.94117647058824],[47.0588235294118,40.1960784313726,22.5490196078431],[51.9607843137255,44.1176470588235,23.5294117647059],[27.4509803921569,20.5882352941176,0],[136.274509803922,126.470588235294,100],[148.039215686275,136.274509803922,112.745098039216],[48.0392156862745,33.3333333333333,12.7450980392157],[72.5490196078431,55.8823529411765,38.2352941176471],[49.0196078431373,30.3921568627451,15.6862745098039],[25.4901960784314,8.82352941176471,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[10.7843137254902,5.88235294117647,1.96078431372549],[7.84313725490196,2.94117647058824,0],[11.7647058823529,2.94117647058824,3.92156862745098],[20.5882352941176,8.82352941176471,10.7843137254902],[24.5098039215686,5.88235294117647,7.84313725490196],[33.3333333333333,3.92156862745098,3.92156862745098],[53.921568627451,13.7254901960784,7.84313725490196],[87.2549019607843,35.2941176470588,21.5686274509804],[112.745098039216,51.9607843137255,31.3725490196078],[127.450980392157,64.7058823529412,37.2549019607843],[110.78431372549,50.9803921568627,20.5882352941176],[132.352941176471,80.3921568627451,47.0588235294118],[146.078431372549,103.921568627451,69.6078431372549],[122.549019607843,89.2156862745098,52.9411764705882],[146.078431372549,116.666666666667,79.4117647058823],[56.8627450980392,28.4313725490196,0],[88.2352941176471,60.7843137254902,21.5686274509804],[84.3137254901961,64.7058823529412,28.4313725490196],[104.901960784314,90.1960784313725,57.843137254902],[77.4509803921569,62.7450980392157,34.3137254901961],[107.843137254902,89.2156862745098,59.8039215686275],[97.0588235294118,72.5490196078431,42.156862745098],[137.254901960784,111.764705882353,75.4901960784314],[110.78431372549,87.2549019607843,42.156862745098],[97.0588235294118,80.3921568627451,27.4509803921569],[135.294117647059,126.470588235294,68.6274509803922],[143.137254901961,141.176470588235,83.3333333333333],[101.960784313725,101.960784313725,49.0196078431373],[111.764705882353,110.78431372549,63.7254901960784],[58.8235294117647,53.921568627451,16.6666666666667],[82.3529411764706,77.4509803921569,40.1960784313726],[166.666666666667,164.705882352941,117.647058823529],[159.803921568627,159.803921568627,110.78431372549],[109.803921568627,111.764705882353,63.7254901960784],[148.039215686275,150,103.921568627451],[164.705882352941,170.588235294118,127.450980392157],[94.1176470588235,100.980392156863,57.843137254902],[100.980392156863,109.803921568627,65.6862745098039],[53.921568627451,65.6862745098039,20.5882352941176],[55.8823529411765,69.6078431372549,21.5686274509804],[111.764705882353,127.450980392157,79.4117647058823],[178.43137254902,196.078431372549,149.019607843137],[115.686274509804,134.313725490196,89.2156862745098],[65.6862745098039,84.3137254901961,40.1960784313726],[58.8235294117647,79.4117647058823,39.2156862745098],[105.882352941176,125.490196078431,89.2156862745098],[57.843137254902,77.4509803921569,41.1764705882353],[159.803921568627,175.490196078431,137.254901960784],[222.549019607843,237.254901960784,199.019607843137],[162.745098039216,177.450980392157,145.098039215686],[56.8627450980392,72.5490196078431,37.2549019607843],[173.529411764706,190.196078431373,149.019607843137],[154.901960784314,172.549019607843,123.529411764706],[152.941176470588,169.607843137255,116.666666666667],[145.098039215686,157.843137254902,105.882352941176],[106.862745098039,113.725490196078,70.5882352941177],[118.627450980392,123.529411764706,83.3333333333333],[76.4705882352941,82.3529411764706,37.2549019607843],[111.764705882353,118.627450980392,68.6274509803922],[156.862745098039,165.686274509804,111.764705882353],[134.313725490196,144.117647058824,92.156862745098],[222.549019607843,234.313725490196,189.21568627451],[230.392156862745,244.117647058824,196.078431372549],[179.411764705882,199.019607843137,137.254901960784],[134.313725490196,153.921568627451,92.156862745098],[158.823529411765,176.470588235294,125.490196078431],[150,168.627450980392,114.705882352941],[147.058823529412,165.686274509804,102.941176470588],[154.901960784314,173.529411764706,110.78431372549],[86.2745098039216,99.0196078431373,53.921568627451],[95.0980392156863,102.941176470588,62.7450980392157],[79.4117647058823,85.2941176470588,40.1960784313726],[117.647058823529,119.607843137255,73.5294117647059],[99.0196078431373,95.0980392156863,50.9803921568627],[129.411764705882,120.588235294118,80.3921568627451],[123.529411764706,107.843137254902,74.5098039215686],[88.2352941176471,68.6274509803922,34.3137254901961],[89.2156862745098,65.6862745098039,28.4313725490196],[75.4901960784314,57.843137254902,20.5882352941176],[28.4313725490196,23.5294117647059,0],[51.9607843137255,51.9607843137255,24.5098039215686],[37.2549019607843,40.1960784313726,11.7647058823529],[26.4705882352941,29.4117647058824,2.94117647058824],[43.1372549019608,42.156862745098,21.5686274509804],[67.6470588235294,64.7058823529412,50],[34.3137254901961,27.4509803921569,17.6470588235294],[26.4705882352941,19.6078431372549,13.7254901960784],[30.3921568627451,21.5686274509804,16.6666666666667],[35.2941176470588,24.5098039215686,20.5882352941176],[9.80392156862745,0,0],[35.2941176470588,24.5098039215686,20.5882352941176],[37.2549019607843,28.4313725490196,21.5686274509804],[32.3529411764706,26.4705882352941,14.7058823529412],[23.5294117647059,20.5882352941176,1.96078431372549],[14.7058823529412,11.7647058823529,0],[10.7843137254902,6.86274509803922,0],[13.7254901960784,8.82352941176471,2.94117647058824],[5.88235294117647,0.980392156862745,0],[12.7450980392157,7.84313725490196,3.92156862745098],[66.6666666666667,63.7254901960784,54.9019607843137],[25.4901960784314,23.5294117647059,10.7843137254902],[31.3725490196078,28.4313725490196,11.7647058823529],[29.4117647058824,24.5098039215686,5.88235294117647],[12.7450980392157,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[23.5294117647059,12.7450980392157,0],[40.1960784313726,28.4313725490196,6.86274509803922],[45.0980392156863,30.3921568627451,9.80392156862745],[67.6470588235294,52.9411764705882,34.3137254901961],[85.2941176470588,69.6078431372549,54.9019607843137],[29.4117647058824,15.6862745098039,6.86274509803922],[8.82352941176471,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,3.92156862745098],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,0.980392156862745,0.980392156862745],[11.7647058823529,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0,1.96078431372549],[14.7058823529412,2.94117647058824,6.86274509803922],[12.7450980392157,0.980392156862745,2.94117647058824],[10.7843137254902,0.980392156862745,0],[17.6470588235294,7.84313725490196,5.88235294117647],[37.2549019607843,28.4313725490196,21.5686274509804],[44.1176470588235,30.3921568627451,21.5686274509804],[48.0392156862745,22.5490196078431,9.80392156862745],[77.4509803921569,40.1960784313726,21.5686274509804],[103.921568627451,49.0196078431373,24.5098039215686],[146.078431372549,82.3529411764706,54.9019607843137],[124.509803921569,59.8039215686275,28.4313725490196],[110.78431372549,49.0196078431373,16.6666666666667],[120.588235294118,68.6274509803922,37.2549019607843],[160.78431372549,118.627450980392,85.2941176470588],[100,70.5882352941177,35.2941176470588],[51.9607843137255,30.3921568627451,0],[79.4117647058823,60.7843137254902,29.4117647058824],[52.9411764705882,38.2352941176471,5.88235294117647],[50.9803921568627,37.2549019607843,2.94117647058824],[92.156862745098,78.4313725490196,42.156862745098],[63.7254901960784,49.0196078431373,8.82352941176471],[130.392156862745,113.725490196078,71.5686274509804],[141.176470588235,123.529411764706,78.4313725490196],[118.627450980392,100.980392156863,53.921568627451],[72.5490196078431,58.8235294117647,10.7843137254902],[134.313725490196,124.509803921569,74.5098039215686],[120.588235294118,117.647058823529,67.6470588235294],[105.882352941176,107.843137254902,58.8235294117647],[67.6470588235294,70.5882352941177,24.5098039215686],[63.7254901960784,69.6078431372549,24.5098039215686],[51.9607843137255,57.843137254902,14.7058823529412],[19.6078431372549,22.5490196078431,0],[91.1764705882353,94.1176470588235,48.0392156862745],[130.392156862745,133.333333333333,87.2549019607843],[81.3725490196078,84.3137254901961,42.156862745098],[76.4705882352941,81.3725490196078,41.1764705882353],[163.725490196078,168.627450980392,129.411764705882],[108.823529411765,114.705882352941,77.4509803921569],[127.450980392157,135.294117647059,95.0980392156863],[125.490196078431,136.274509803922,94.1176470588235],[100,112.745098039216,67.6470588235294],[128.43137254902,144.117647058824,98.0392156862745],[222.549019607843,238.235294117647,192.156862745098],[211.764705882353,228.43137254902,184.313725490196],[116.666666666667,133.333333333333,90.1960784313725],[66.6666666666667,84.3137254901961,45.0980392156863],[89.2156862745098,105.882352941176,70.5882352941177],[84.3137254901961,103.921568627451,67.6470588235294],[96.078431372549,120.588235294118,81.3725490196078],[188.235294117647,212.745098039216,173.529411764706],[138.235294117647,157.843137254902,121.56862745098],[70.5882352941177,86.2745098039216,50.9803921568627],[72.5490196078431,86.2745098039216,50.9803921568627],[38.2352941176471,50,10.7843137254902],[32.3529411764706,45.0980392156863,1.96078431372549],[138.235294117647,150.980392156863,107.843137254902],[135.294117647059,150.980392156863,106.862745098039],[97.0588235294118,114.705882352941,67.6470588235294],[55.8823529411765,73.5294117647059,24.5098039215686],[154.901960784314,172.549019607843,121.56862745098],[114.705882352941,131.372549019608,80.3921568627451],[123.529411764706,139.21568627451,91.1764705882353],[198.039215686275,210.78431372549,167.647058823529],[159.803921568627,172.549019607843,129.411764705882],[200,217.647058823529,168.627450980392],[151.960784313725,171.56862745098,121.56862745098],[140.196078431373,156.862745098039,113.725490196078],[119.607843137255,136.274509803922,93.1372549019608],[96.078431372549,111.764705882353,67.6470588235294],[137.254901960784,150,107.843137254902],[59.8039215686275,69.6078431372549,33.3333333333333],[104.901960784314,111.764705882353,78.4313725490196],[123.529411764706,124.509803921569,91.1764705882353],[85.2941176470588,82.3529411764706,48.0392156862745],[67.6470588235294,59.8039215686275,24.5098039215686],[88.2352941176471,75.4901960784314,41.1764705882353],[108.823529411765,90.1960784313725,57.843137254902],[90.1960784313725,67.6470588235294,34.3137254901961],[106.862745098039,81.3725490196078,45.0980392156863],[80.3921568627451,57.843137254902,24.5098039215686],[65.6862745098039,50,25.4901960784314],[68.6274509803922,60.7843137254902,38.2352941176471],[105.882352941176,101.960784313725,75.4901960784314],[12.7450980392157,12.7450980392157,0],[24.5098039215686,25.4901960784314,7.84313725490196],[40.1960784313726,40.1960784313726,28.4313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[37.2549019607843,32.3529411764706,28.4313725490196],[5.88235294117647,0,0],[21.5686274509804,13.7254901960784,2.94117647058824],[9.80392156862745,0,0],[28.4313725490196,20.5882352941176,9.80392156862745],[52.9411764705882,47.0588235294118,35.2941176470588],[37.2549019607843,34.3137254901961,17.6470588235294],[88.2352941176471,88.2352941176471,60.7843137254902],[19.6078431372549,19.6078431372549,0],[13.7254901960784,7.84313725490196,0],[22.5490196078431,15.6862745098039,7.84313725490196],[13.7254901960784,8.82352941176471,4.90196078431373],[22.5490196078431,19.6078431372549,14.7058823529412],[62.7450980392157,62.7450980392157,50.9803921568627],[66.6666666666667,67.6470588235294,51.9607843137255],[19.6078431372549,18.6274509803922,0],[50.9803921568627,50,30.3921568627451],[43.1372549019608,37.2549019607843,23.5294117647059],[38.2352941176471,30.3921568627451,17.6470588235294],[30.3921568627451,18.6274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,0],[23.5294117647059,12.7450980392157,0],[54.9019607843137,44.1176470588235,24.5098039215686],[83.3333333333333,71.5686274509804,57.843137254902],[33.3333333333333,23.5294117647059,14.7058823529412],[7.84313725490196,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[32.3529411764706,30.3921568627451,31.3725490196078],[64.7058823529412,62.7450980392157,63.7254901960784],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[10.7843137254902,0,0],[21.5686274509804,7.84313725490196,4.90196078431373],[21.5686274509804,7.84313725490196,4.90196078431373],[18.6274509803922,7.84313725490196,5.88235294117647],[18.6274509803922,7.84313725490196,5.88235294117647],[17.6470588235294,5.88235294117647,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,3.92156862745098,5.88235294117647],[11.7647058823529,0,1.96078431372549],[11.7647058823529,0,1.96078431372549],[10.7843137254902,0,0],[12.7450980392157,3.92156862745098,0],[24.5098039215686,14.7058823529412,4.90196078431373],[48.0392156862745,32.3529411764706,16.6666666666667],[56.8627450980392,30.3921568627451,9.80392156862745],[50,10.7843137254902,0],[105.882352941176,51.9607843137255,22.5490196078431],[141.176470588235,77.4509803921569,46.078431372549],[141.176470588235,76.4705882352941,43.1372549019608],[127.450980392157,65.6862745098039,31.3725490196078],[120.588235294118,68.6274509803922,35.2941176470588],[128.43137254902,86.2745098039216,51.9607843137255],[99.0196078431373,69.6078431372549,32.3529411764706],[63.7254901960784,44.1176470588235,9.80392156862745],[56.8627450980392,43.1372549019608,14.7058823529412],[38.2352941176471,28.4313725490196,1.96078431372549],[40.1960784313726,26.4705882352941,0],[110.78431372549,96.078431372549,63.7254901960784],[46.078431372549,28.4313725490196,0],[58.8235294117647,40.1960784313726,0],[92.156862745098,75.4901960784314,30.3921568627451],[97.0588235294118,83.3333333333333,35.2941176470588],[78.4313725490196,68.6274509803922,18.6274509803922],[86.2745098039216,80.3921568627451,29.4117647058824],[125.490196078431,125.490196078431,76.4705882352941],[95.0980392156863,99.0196078431373,50],[119.607843137255,125.490196078431,80.3921568627451],[81.3725490196078,88.2352941176471,45.0980392156863],[89.2156862745098,98.0392156862745,55.8823529411765],[89.2156862745098,96.078431372549,54.9019607843137],[88.2352941176471,95.0980392156863,51.9607843137255],[122.549019607843,128.43137254902,85.2941176470588],[122.549019607843,127.450980392157,87.2549019607843],[31.3725490196078,38.2352941176471,0],[120.588235294118,127.450980392157,87.2549019607843],[101.960784313725,109.803921568627,71.5686274509804],[83.3333333333333,94.1176470588235,54.9019607843137],[105.882352941176,118.627450980392,76.4705882352941],[118.627450980392,131.372549019608,89.2156862745098],[201.960784313725,216.666666666667,174.509803921569],[195.098039215686,209.803921568627,167.647058823529],[225.490196078431,242.156862745098,199.019607843137],[196.078431372549,213.725490196078,172.549019607843],[129.411764705882,147.058823529412,107.843137254902],[115.686274509804,133.333333333333,96.078431372549],[137.254901960784,158.823529411765,121.56862745098],[160.78431372549,188.235294117647,148.039215686275],[154.901960784314,185.294117647059,144.117647058824],[109.803921568627,134.313725490196,96.078431372549],[77.4509803921569,94.1176470588235,58.8235294117647],[73.5294117647059,87.2549019607843,52.9411764705882],[52.9411764705882,64.7058823529412,29.4117647058824],[55.8823529411765,67.6470588235294,30.3921568627451],[133.333333333333,148.039215686275,105.882352941176],[165.686274509804,184.313725490196,139.21568627451],[99.0196078431373,122.549019607843,73.5294117647059],[45.0980392156863,71.5686274509804,19.6078431372549],[86.2745098039216,109.803921568627,58.8235294117647],[90.1960784313725,111.764705882353,63.7254901960784],[143.137254901961,161.764705882353,116.666666666667],[186.274509803922,200.980392156863,158.823529411765],[171.56862745098,186.274509803922,144.117647058824],[234.313725490196,250,207.843137254902],[152.941176470588,171.56862745098,126.470588235294],[91.1764705882353,109.803921568627,65.6862745098039],[102.941176470588,120.588235294118,79.4117647058823],[74.5098039215686,91.1764705882353,50],[86.2745098039216,100.980392156863,62.7450980392157],[52.9411764705882,64.7058823529412,27.4509803921569],[65.6862745098039,73.5294117647059,37.2549019607843],[93.1372549019608,97.0588235294118,62.7450980392157],[71.5686274509804,71.5686274509804,36.2745098039216],[80.3921568627451,74.5098039215686,39.2156862745098],[92.156862745098,82.3529411764706,47.0588235294118],[91.1764705882353,76.4705882352941,38.2352941176471],[136.274509803922,117.647058823529,78.4313725490196],[148.039215686275,125.490196078431,85.2941176470588],[84.3137254901961,62.7450980392157,26.4705882352941],[76.4705882352941,59.8039215686275,32.3529411764706],[68.6274509803922,54.9019607843137,29.4117647058824],[32.3529411764706,25.4901960784314,0],[20.5882352941176,19.6078431372549,0],[58.8235294117647,60.7843137254902,40.1960784313726],[59.8039215686275,61.7647058823529,48.0392156862745],[34.3137254901961,34.3137254901961,24.5098039215686],[35.2941176470588,32.3529411764706,25.4901960784314],[66.6666666666667,59.8039215686275,50],[43.1372549019608,35.2941176470588,24.5098039215686],[31.3725490196078,21.5686274509804,11.7647058823529],[7.84313725490196,0,0],[5.88235294117647,0,0],[44.1176470588235,41.1764705882353,22.5490196078431],[74.5098039215686,77.4509803921569,50.9803921568627],[40.1960784313726,40.1960784313726,14.7058823529412],[14.7058823529412,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[19.6078431372549,14.7058823529412,11.7647058823529],[29.4117647058824,26.4705882352941,21.5686274509804],[52.9411764705882,52.9411764705882,41.1764705882353],[59.8039215686275,60.7843137254902,43.1372549019608],[13.7254901960784,15.6862745098039,0],[15.6862745098039,14.7058823529412,0],[19.6078431372549,13.7254901960784,1.96078431372549],[38.2352941176471,29.4117647058824,20.5882352941176],[17.6470588235294,4.90196078431373,0],[62.7450980392157,50.9803921568627,35.2941176470588],[68.6274509803922,57.843137254902,36.2745098039216],[58.8235294117647,50.9803921568627,30.3921568627451],[28.4313725490196,19.6078431372549,4.90196078431373],[29.4117647058824,18.6274509803922,12.7450980392157],[7.84313725490196,0,0],[12.7450980392157,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[49.0196078431373,47.0588235294118,48.0392156862745],[42.156862745098,40.1960784313726,41.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[21.5686274509804,10.7843137254902,8.82352941176471],[18.6274509803922,7.84313725490196,5.88235294117647],[14.7058823529412,3.92156862745098,0],[16.6666666666667,2.94117647058824,0],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[17.6470588235294,2.94117647058824,5.88235294117647],[21.5686274509804,6.86274509803922,9.80392156862745],[9.80392156862745,0,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0],[50.9803921568627,28.4313725490196,10.7843137254902],[78.4313725490196,45.0980392156863,20.5882352941176],[51.9607843137255,8.82352941176471,0],[99.0196078431373,47.0588235294118,16.6666666666667],[127.450980392157,69.6078431372549,38.2352941176471],[129.411764705882,67.6470588235294,33.3333333333333],[135.294117647059,76.4705882352941,40.1960784313726],[144.117647058824,92.156862745098,52.9411764705882],[92.156862745098,48.0392156862745,9.80392156862745],[72.5490196078431,39.2156862745098,1.96078431372549],[86.2745098039216,62.7450980392157,27.4509803921569],[63.7254901960784,49.0196078431373,20.5882352941176],[62.7450980392157,50.9803921568627,25.4901960784314],[52.9411764705882,38.2352941176471,15.6862745098039],[85.2941176470588,69.6078431372549,47.0588235294118],[100,80.3921568627451,56.8627450980392],[60.7843137254902,41.1764705882353,14.7058823529412],[68.6274509803922,50,17.6470588235294],[93.1372549019608,78.4313725490196,38.2352941176471],[101.960784313725,92.156862745098,44.1176470588235],[69.6078431372549,64.7058823529412,10.7843137254902],[106.862745098039,105.882352941176,50.9803921568627],[126.470588235294,129.411764705882,75.4901960784314],[147.058823529412,150,103.921568627451],[129.411764705882,134.313725490196,94.1176470588235],[91.1764705882353,97.0588235294118,61.7647058823529],[101.960784313725,107.843137254902,74.5098039215686],[24.5098039215686,30.3921568627451,0],[107.843137254902,113.725490196078,76.4705882352941],[196.078431372549,202.941176470588,162.745098039216],[192.156862745098,200.980392156863,158.823529411765],[105.882352941176,114.705882352941,72.5490196078431],[99.0196078431373,109.803921568627,67.6470588235294],[96.078431372549,106.862745098039,64.7058823529412],[120.588235294118,133.333333333333,91.1764705882353],[88.2352941176471,102.941176470588,64.7058823529412],[185.294117647059,200.980392156863,164.705882352941],[214.705882352941,231.372549019608,196.078431372549],[175.490196078431,192.156862745098,156.862745098039],[187.254901960784,207.843137254902,169.607843137255],[161.764705882353,182.352941176471,144.117647058824],[133.333333333333,153.921568627451,113.725490196078],[106.862745098039,131.372549019608,90.1960784313725],[128.43137254902,158.823529411765,117.647058823529],[142.156862745098,172.549019607843,131.372549019608],[132.352941176471,156.862745098039,118.627450980392],[101.960784313725,121.56862745098,85.2941176470588],[85.2941176470588,100.980392156863,65.6862745098039],[89.2156862745098,102.941176470588,67.6470588235294],[102.941176470588,117.647058823529,79.4117647058823],[110.78431372549,127.450980392157,86.2745098039216],[162.745098039216,181.372549019608,136.274509803922],[102.941176470588,124.509803921569,76.4705882352941],[96.078431372549,119.607843137255,68.6274509803922],[135.294117647059,158.823529411765,107.843137254902],[154.901960784314,176.470588235294,128.43137254902],[182.352941176471,200.980392156863,155.882352941176],[207.843137254902,222.549019607843,180.392156862745],[211.764705882353,228.43137254902,185.294117647059],[122.549019607843,145.098039215686,94.1176470588235],[128.43137254902,150.980392156863,98.0392156862745],[106.862745098039,129.411764705882,78.4313725490196],[150.980392156863,173.529411764706,122.549019607843],[99.0196078431373,118.627450980392,68.6274509803922],[100.980392156863,120.588235294118,72.5490196078431],[85.2941176470588,100.980392156863,54.9019607843137],[86.2745098039216,98.0392156862745,52.9411764705882],[94.1176470588235,100.980392156863,57.843137254902],[100,102.941176470588,58.8235294117647],[73.5294117647059,70.5882352941177,26.4705882352941],[65.6862745098039,58.8235294117647,13.7254901960784],[97.0588235294118,84.3137254901961,41.1764705882353],[159.803921568627,143.137254901961,100],[128.43137254902,110.78431372549,65.6862745098039],[93.1372549019608,74.5098039215686,32.3529411764706],[70.5882352941177,55.8823529411765,15.6862745098039],[82.3529411764706,70.5882352941177,33.3333333333333],[37.2549019607843,31.3725490196078,0],[36.2745098039216,32.3529411764706,3.92156862745098],[73.5294117647059,73.5294117647059,46.078431372549],[106.862745098039,109.803921568627,83.3333333333333],[37.2549019607843,36.2745098039216,15.6862745098039],[7.84313725490196,4.90196078431373,0],[87.2549019607843,80.3921568627451,72.5490196078431],[61.7647058823529,52.9411764705882,48.0392156862745],[47.0588235294118,36.2745098039216,32.3529411764706],[51.9607843137255,42.156862745098,33.3333333333333],[56.8627450980392,49.0196078431373,36.2745098039216],[75.4901960784314,69.6078431372549,55.8823529411765],[53.921568627451,51.9607843137255,39.2156862745098],[31.3725490196078,27.4509803921569,16.6666666666667],[17.6470588235294,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,6.86274509803922,4.90196078431373],[5.88235294117647,0.980392156862745,0],[17.6470588235294,14.7058823529412,5.88235294117647],[60.7843137254902,58.8235294117647,44.1176470588235],[47.0588235294118,46.078431372549,25.4901960784314],[21.5686274509804,18.6274509803922,0],[15.6862745098039,7.84313725490196,0],[13.7254901960784,3.92156862745098,0],[9.80392156862745,0,0],[50,37.2549019607843,21.5686274509804],[81.3725490196078,69.6078431372549,48.0392156862745],[56.8627450980392,46.078431372549,26.4705882352941],[32.3529411764706,20.5882352941176,6.86274509803922],[30.3921568627451,19.6078431372549,13.7254901960784],[22.5490196078431,10.7843137254902,10.7843137254902],[6.86274509803922,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0,0,0],[10.7843137254902,10.7843137254902,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[23.5294117647059,12.7450980392157,10.7843137254902],[23.5294117647059,12.7450980392157,10.7843137254902],[20.5882352941176,9.80392156862745,5.88235294117647],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,0,0],[13.7254901960784,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,1.96078431372549,0],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,0.980392156862745,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,0],[13.7254901960784,0,0],[25.4901960784314,11.7647058823529,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,3.92156862745098,0],[25.4901960784314,7.84313725490196,0],[64.7058823529412,37.2549019607843,15.6862745098039],[108.823529411765,70.5882352941177,42.156862745098],[86.2745098039216,41.1764705882353,8.82352941176471],[115.686274509804,67.6470588235294,36.2745098039216],[129.411764705882,77.4509803921569,44.1176470588235],[109.803921568627,54.9019607843137,18.6274509803922],[126.470588235294,72.5490196078431,32.3529411764706],[135.294117647059,83.3333333333333,40.1960784313726],[94.1176470588235,48.0392156862745,4.90196078431373],[85.2941176470588,50.9803921568627,9.80392156862745],[100.980392156863,75.4901960784314,39.2156862745098],[78.4313725490196,61.7647058823529,32.3529411764706],[49.0196078431373,35.2941176470588,9.80392156862745],[19.6078431372549,2.94117647058824,0],[34.3137254901961,17.6470588235294,0],[125.490196078431,106.862745098039,90.1960784313725],[90.1960784313725,72.5490196078431,50.9803921568627],[46.078431372549,29.4117647058824,0],[88.2352941176471,74.5098039215686,36.2745098039216],[113.725490196078,105.882352941176,57.843137254902],[114.705882352941,109.803921568627,54.9019607843137],[167.647058823529,167.647058823529,108.823529411765],[181.372549019608,185.294117647059,127.450980392157],[67.6470588235294,74.5098039215686,23.5294117647059],[61.7647058823529,68.6274509803922,25.4901960784314],[111.764705882353,117.647058823529,84.3137254901961],[68.6274509803922,73.5294117647059,44.1176470588235],[40.1960784313726,47.0588235294118,16.6666666666667],[58.8235294117647,65.6862745098039,32.3529411764706],[106.862745098039,114.705882352941,76.4705882352941],[108.823529411765,119.607843137255,77.4509803921569],[145.098039215686,156.862745098039,109.803921568627],[110.78431372549,124.509803921569,76.4705882352941],[119.607843137255,135.294117647059,89.2156862745098],[104.901960784314,119.607843137255,79.4117647058823],[114.705882352941,130.392156862745,95.0980392156863],[118.627450980392,135.294117647059,103.921568627451],[130.392156862745,149.019607843137,121.56862745098],[114.705882352941,135.294117647059,104.901960784314],[165.686274509804,189.21568627451,155.882352941176],[191.176470588235,215.686274509804,177.450980392157],[213.725490196078,238.235294117647,197.058823529412],[150.980392156863,177.450980392157,133.333333333333],[140.196078431373,170.588235294118,127.450980392157],[191.176470588235,221.56862745098,180.392156862745],[153.921568627451,178.43137254902,140.196078431373],[123.529411764706,143.137254901961,106.862745098039],[155.882352941176,171.56862745098,136.274509803922],[131.372549019608,147.058823529412,111.764705882353],[102.941176470588,118.627450980392,82.3529411764706],[95.0980392156863,111.764705882353,70.5882352941177],[127.450980392157,149.019607843137,102.941176470588],[125.490196078431,149.019607843137,100],[159.803921568627,186.274509803922,134.313725490196],[181.372549019608,207.843137254902,157.843137254902],[167.647058823529,191.176470588235,142.156862745098],[178.43137254902,197.058823529412,151.960784313725],[243.137254901961,250,218.627450980392],[238.235294117647,250,211.764705882353],[197.058823529412,219.607843137255,168.627450980392],[134.313725490196,161.764705882353,104.901960784314],[115.686274509804,143.137254901961,86.2745098039216],[144.117647058824,168.627450980392,112.745098039216],[107.843137254902,132.352941176471,76.4705882352941],[108.823529411765,131.372549019608,76.4705882352941],[108.823529411765,127.450980392157,73.5294117647059],[88.2352941176471,104.901960784314,51.9607843137255],[108.823529411765,121.56862745098,68.6274509803922],[109.803921568627,118.627450980392,66.6666666666667],[64.7058823529412,66.6666666666667,17.6470588235294],[77.4509803921569,75.4901960784314,27.4509803921569],[121.56862745098,113.725490196078,65.6862745098039],[100.980392156863,91.1764705882353,43.1372549019608],[72.5490196078431,58.8235294117647,12.7450980392157],[138.235294117647,124.509803921569,78.4313725490196],[93.1372549019608,80.3921568627451,36.2745098039216],[109.803921568627,98.0392156862745,58.8235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[55.8823529411765,50.9803921568627,22.5490196078431],[39.2156862745098,38.2352941176471,7.84313725490196],[103.921568627451,104.901960784314,74.5098039215686],[97.0588235294118,97.0588235294118,69.6078431372549],[29.4117647058824,27.4509803921569,6.86274509803922],[7.84313725490196,0,0],[29.4117647058824,18.6274509803922,14.7058823529412],[24.5098039215686,10.7843137254902,7.84313725490196],[32.3529411764706,19.6078431372549,11.7647058823529],[88.2352941176471,79.4117647058823,64.7058823529412],[72.5490196078431,65.6862745098039,50],[3.92156862745098,0,0],[14.7058823529412,7.84313725490196,1.96078431372549],[31.3725490196078,20.5882352941176,14.7058823529412],[18.6274509803922,7.84313725490196,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[21.5686274509804,13.7254901960784,11.7647058823529],[18.6274509803922,14.7058823529412,5.88235294117647],[40.1960784313726,38.2352941176471,23.5294117647059],[36.2745098039216,34.3137254901961,13.7254901960784],[23.5294117647059,18.6274509803922,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[17.6470588235294,3.92156862745098,0],[36.2745098039216,23.5294117647059,7.84313725490196],[56.8627450980392,45.0980392156863,23.5294117647059],[49.0196078431373,36.2745098039216,17.6470588235294],[34.3137254901961,22.5490196078431,8.82352941176471],[7.84313725490196,0,0],[21.5686274509804,11.7647058823529,10.7843137254902],[5.88235294117647,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,7.84313725490196],[1.96078431372549,1.96078431372549,0],[0,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,7.84313725490196],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[10.7843137254902,0.980392156862745,0],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,1.96078431372549],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,4.90196078431373,0.980392156862745],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[15.6862745098039,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,0,0],[68.6274509803922,35.2941176470588,10.7843137254902],[115.686274509804,71.5686274509804,39.2156862745098],[70.5882352941177,23.5294117647059,0],[116.666666666667,72.5490196078431,40.1960784313726],[117.647058823529,74.5098039215686,40.1960784313726],[107.843137254902,60.7843137254902,21.5686274509804],[138.235294117647,88.2352941176471,44.1176470588235],[121.56862745098,69.6078431372549,20.5882352941176],[141.176470588235,92.156862745098,44.1176470588235],[141.176470588235,102.941176470588,60.7843137254902],[99.0196078431373,71.5686274509804,35.2941176470588],[77.4509803921569,61.7647058823529,29.4117647058824],[88.2352941176471,74.5098039215686,48.0392156862745],[77.4509803921569,61.7647058823529,39.2156862745098],[61.7647058823529,45.0980392156863,25.4901960784314],[41.1764705882353,24.5098039215686,4.90196078431373],[46.078431372549,30.3921568627451,7.84313725490196],[48.0392156862745,33.3333333333333,2.94117647058824],[114.705882352941,102.941176470588,63.7254901960784],[99.0196078431373,93.1372549019608,44.1176470588235],[75.4901960784314,73.5294117647059,17.6470588235294],[191.176470588235,193.137254901961,131.372549019608],[159.803921568627,163.725490196078,103.921568627451],[103.921568627451,110.78431372549,57.843137254902],[72.5490196078431,80.3921568627451,34.3137254901961],[103.921568627451,109.803921568627,72.5490196078431],[95.0980392156863,101.960784313725,69.6078431372549],[107.843137254902,116.666666666667,88.2352941176471],[40.1960784313726,49.0196078431373,20.5882352941176],[68.6274509803922,78.4313725490196,42.156862745098],[75.4901960784314,88.2352941176471,45.0980392156863],[100,115.686274509804,67.6470588235294],[138.235294117647,154.901960784314,103.921568627451],[132.352941176471,150,102.941176470588],[99.0196078431373,116.666666666667,75.4901960784314],[141.176470588235,159.803921568627,128.43137254902],[147.058823529412,166.666666666667,142.156862745098],[144.117647058824,165.686274509804,145.098039215686],[168.627450980392,190.196078431373,169.607843137255],[172.549019607843,197.058823529412,168.627450980392],[222.549019607843,248.039215686275,213.725490196078],[161.764705882353,190.196078431373,147.058823529412],[135.294117647059,163.725490196078,118.627450980392],[133.333333333333,163.725490196078,120.588235294118],[158.823529411765,189.21568627451,148.039215686275],[205.882352941176,231.372549019608,193.137254901961],[217.647058823529,239.21568627451,203.921568627451],[200.980392156863,217.647058823529,184.313725490196],[130.392156862745,146.078431372549,110.78431372549],[118.627450980392,134.313725490196,98.0392156862745],[161.764705882353,179.411764705882,138.235294117647],[183.333333333333,204.901960784314,159.803921568627],[160.78431372549,184.313725490196,137.254901960784],[150,176.470588235294,126.470588235294],[129.411764705882,152.941176470588,103.921568627451],[119.607843137255,141.176470588235,95.0980392156863],[148.039215686275,166.666666666667,122.549019607843],[227.450980392157,244.117647058824,202.941176470588],[200,218.627450980392,174.509803921569],[175.490196078431,199.019607843137,150],[190.196078431373,216.666666666667,162.745098039216],[148.039215686275,175.490196078431,118.627450980392],[93.1372549019608,120.588235294118,63.7254901960784],[153.921568627451,181.372549019608,123.529411764706],[169.607843137255,195.098039215686,135.294117647059],[168.627450980392,192.156862745098,133.333333333333],[144.117647058824,163.725490196078,103.921568627451],[120.588235294118,135.294117647059,77.4509803921569],[96.078431372549,106.862745098039,50],[72.5490196078431,79.4117647058823,26.4705882352941],[96.078431372549,99.0196078431373,47.0588235294118],[118.627450980392,116.666666666667,68.6274509803922],[82.3529411764706,76.4705882352941,29.4117647058824],[94.1176470588235,83.3333333333333,39.2156862745098],[118.627450980392,106.862745098039,65.6862745098039],[85.2941176470588,71.5686274509804,33.3333333333333],[89.2156862745098,76.4705882352941,43.1372549019608],[86.2745098039216,76.4705882352941,51.9607843137255],[83.3333333333333,75.4901960784314,52.9411764705882],[98.0392156862745,94.1176470588235,67.6470588235294],[105.882352941176,104.901960784314,75.4901960784314],[50.9803921568627,50,19.6078431372549],[17.6470588235294,13.7254901960784,0],[29.4117647058824,20.5882352941176,5.88235294117647],[23.5294117647059,10.7843137254902,1.96078431372549],[81.3725490196078,69.6078431372549,57.843137254902],[32.3529411764706,20.5882352941176,4.90196078431373],[27.4509803921569,16.6666666666667,0],[44.1176470588235,36.2745098039216,15.6862745098039],[14.7058823529412,6.86274509803922,0],[6.86274509803922,0,0],[28.4313725490196,15.6862745098039,9.80392156862745],[21.5686274509804,7.84313725490196,6.86274509803922],[15.6862745098039,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[21.5686274509804,18.6274509803922,3.92156862745098],[18.6274509803922,13.7254901960784,0],[24.5098039215686,17.6470588235294,0],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,23.5294117647059,14.7058823529412],[10.7843137254902,0,0],[27.4509803921569,11.7647058823529,0],[37.2549019607843,22.5490196078431,1.96078431372549],[62.7450980392157,50,31.3725490196078],[31.3725490196078,19.6078431372549,7.84313725490196],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,10.7843137254902],[3.92156862745098,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[41.1764705882353,39.2156862745098,40.1960784313726],[27.4509803921569,25.4901960784314,26.4705882352941],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,0,0],[13.7254901960784,4.90196078431373,0],[18.6274509803922,7.84313725490196,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[14.7058823529412,3.92156862745098,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[14.7058823529412,3.92156862745098,0],[15.6862745098039,4.90196078431373,0.980392156862745],[14.7058823529412,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,3.92156862745098,1.96078431372549],[14.7058823529412,4.90196078431373,2.94117647058824],[17.6470588235294,4.90196078431373,0],[7.84313725490196,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,1.96078431372549,0],[20.5882352941176,0,0],[89.2156862745098,50,24.5098039215686],[135.294117647059,86.2745098039216,50],[60.7843137254902,12.7450980392157,0],[97.0588235294118,59.8039215686275,24.5098039215686],[90.1960784313725,54.9019607843137,21.5686274509804],[74.5098039215686,36.2745098039216,0],[118.627450980392,75.4901960784314,29.4117647058824],[127.450980392157,75.4901960784314,22.5490196078431],[160.78431372549,110.78431372549,58.8235294117647],[153.921568627451,116.666666666667,72.5490196078431],[133.333333333333,105.882352941176,67.6470588235294],[110.78431372549,92.156862745098,59.8039215686275],[100.980392156863,87.2549019607843,58.8235294117647],[83.3333333333333,69.6078431372549,43.1372549019608],[71.5686274509804,57.843137254902,31.3725490196078],[46.078431372549,32.3529411764706,3.92156862745098],[33.3333333333333,22.5490196078431,0],[86.2745098039216,77.4509803921569,39.2156862745098],[151.960784313725,145.098039215686,100],[185.294117647059,182.352941176471,130.392156862745],[85.2941176470588,86.2745098039216,29.4117647058824],[129.411764705882,133.333333333333,73.5294117647059],[125.490196078431,133.333333333333,74.5098039215686],[130.392156862745,139.21568627451,83.3333333333333],[166.666666666667,176.470588235294,125.490196078431],[127.450980392157,139.21568627451,94.1176470588235],[134.313725490196,144.117647058824,107.843137254902],[107.843137254902,117.647058823529,91.1764705882353],[16.6666666666667,29.4117647058824,1.96078431372549],[43.1372549019608,56.8627450980392,21.5686274509804],[79.4117647058823,94.1176470588235,51.9607843137255],[150.980392156863,168.627450980392,121.56862745098],[180.392156862745,200,150],[169.607843137255,191.176470588235,145.098039215686],[141.176470588235,161.764705882353,123.529411764706],[119.607843137255,139.21568627451,111.764705882353],[180.392156862745,201.960784313725,181.372549019608],[164.705882352941,187.254901960784,169.607843137255],[110.78431372549,135.294117647059,116.666666666667],[63.7254901960784,91.1764705882353,66.6666666666667],[163.725490196078,192.156862745098,161.764705882353],[121.56862745098,152.941176470588,112.745098039216],[150,182.352941176471,138.235294117647],[150,182.352941176471,140.196078431373],[98.0392156862745,128.43137254902,88.2352941176471],[158.823529411765,184.313725490196,148.039215686275],[172.549019607843,196.078431372549,160.78431372549],[199.019607843137,220.588235294118,185.294117647059],[210.78431372549,230.392156862745,196.078431372549],[185.294117647059,205.882352941176,167.647058823529],[172.549019607843,193.137254901961,152.941176470588],[148.039215686275,170.588235294118,125.490196078431],[164.705882352941,188.235294117647,141.176470588235],[163.725490196078,189.21568627451,142.156862745098],[94.1176470588235,119.607843137255,72.5490196078431],[103.921568627451,126.470588235294,81.3725490196078],[159.803921568627,180.392156862745,138.235294117647],[174.509803921569,192.156862745098,152.941176470588],[124.509803921569,145.098039215686,104.901960784314],[90.1960784313725,115.686274509804,69.6078431372549],[180.392156862745,207.843137254902,159.803921568627],[133.333333333333,160.78431372549,110.78431372549],[124.509803921569,152.941176470588,98.0392156862745],[156.862745098039,184.313725490196,127.450980392157],[137.254901960784,164.705882352941,106.862745098039],[152.941176470588,178.43137254902,118.627450980392],[160.78431372549,182.352941176471,121.56862745098],[149.019607843137,166.666666666667,107.843137254902],[126.470588235294,139.21568627451,84.3137254901961],[117.647058823529,126.470588235294,74.5098039215686],[118.627450980392,122.549019607843,73.5294117647059],[117.647058823529,116.666666666667,71.5686274509804],[102.941176470588,100,57.843137254902],[126.470588235294,118.627450980392,80.3921568627451],[80.3921568627451,70.5882352941177,35.2941176470588],[37.2549019607843,24.5098039215686,0],[105.882352941176,92.156862745098,65.6862745098039],[104.901960784314,93.1372549019608,69.6078431372549],[117.647058823529,110.78431372549,85.2941176470588],[101.960784313725,97.0588235294118,68.6274509803922],[15.6862745098039,11.7647058823529,0],[31.3725490196078,28.4313725490196,0],[50,45.0980392156863,16.6666666666667],[30.3921568627451,22.5490196078431,1.96078431372549],[32.3529411764706,21.5686274509804,3.92156862745098],[54.9019607843137,42.156862745098,23.5294117647059],[10.7843137254902,0,0],[21.5686274509804,11.7647058823529,0],[34.3137254901961,24.5098039215686,0],[50.9803921568627,43.1372549019608,22.5490196078431],[40.1960784313726,31.3725490196078,16.6666666666667],[30.3921568627451,17.6470588235294,9.80392156862745],[9.80392156862745,0,0],[18.6274509803922,6.86274509803922,10.7843137254902],[31.3725490196078,22.5490196078431,23.5294117647059],[22.5490196078431,18.6274509803922,9.80392156862745],[18.6274509803922,15.6862745098039,0],[11.7647058823529,9.80392156862745,0],[64.7058823529412,59.8039215686275,40.1960784313726],[56.8627450980392,47.0588235294118,35.2941176470588],[36.2745098039216,23.5294117647059,14.7058823529412],[37.2549019607843,23.5294117647059,10.7843137254902],[76.4705882352941,60.7843137254902,46.078431372549],[75.4901960784314,60.7843137254902,40.1960784313726],[65.6862745098039,52.9411764705882,34.3137254901961],[33.3333333333333,21.5686274509804,9.80392156862745],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,2.94117647058824],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0,0,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,23.5294117647059,24.5098039215686],[30.3921568627451,28.4313725490196,29.4117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[58.8235294117647,56.8627450980392,57.843137254902],[36.2745098039216,34.3137254901961,35.2941176470588],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[49.0196078431373,45.0980392156863,44.1176470588235],[22.5490196078431,18.6274509803922,17.6470588235294],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[18.6274509803922,7.84313725490196,3.92156862745098],[16.6666666666667,5.88235294117647,0],[13.7254901960784,2.94117647058824,0],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[19.6078431372549,8.82352941176471,4.90196078431373],[12.7450980392157,1.96078431372549,0],[13.7254901960784,2.94117647058824,0],[13.7254901960784,4.90196078431373,0],[13.7254901960784,3.92156862745098,1.96078431372549],[11.7647058823529,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,3.92156862745098,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[22.5490196078431,9.80392156862745,0.980392156862745],[11.7647058823529,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[49.0196078431373,20.5882352941176,4.90196078431373],[137.254901960784,94.1176470588235,67.6470588235294],[172.549019607843,119.607843137255,82.3529411764706],[108.823529411765,60.7843137254902,21.5686274509804],[73.5294117647059,39.2156862745098,7.84313725490196],[79.4117647058823,53.921568627451,21.5686274509804],[63.7254901960784,32.3529411764706,0],[103.921568627451,66.6666666666667,18.6274509803922],[160.78431372549,110.78431372549,54.9019607843137],[159.803921568627,109.803921568627,55.8823529411765],[118.627450980392,78.4313725490196,35.2941176470588],[132.352941176471,102.941176470588,65.6862745098039],[99.0196078431373,79.4117647058823,45.0980392156863],[80.3921568627451,67.6470588235294,33.3333333333333],[59.8039215686275,48.0392156862745,10.7843137254902],[18.6274509803922,9.80392156862745,0],[86.2745098039216,79.4117647058823,34.3137254901961],[76.4705882352941,73.5294117647059,23.5294117647059],[108.823529411765,107.843137254902,54.9019607843137],[126.470588235294,127.450980392157,71.5686274509804],[191.176470588235,194.117647058824,138.235294117647],[196.078431372549,200.980392156863,144.117647058824],[111.764705882353,119.607843137255,61.7647058823529],[143.137254901961,151.960784313725,96.078431372549],[118.627450980392,129.411764705882,74.5098039215686],[152.941176470588,167.647058823529,113.725490196078],[143.137254901961,159.803921568627,105.882352941176],[142.156862745098,157.843137254902,111.764705882353],[117.647058823529,132.352941176471,101.960784313725],[71.5686274509804,85.2941176470588,59.8039215686275],[45.0980392156863,59.8039215686275,27.4509803921569],[84.3137254901961,101.960784313725,64.7058823529412],[142.156862745098,162.745098039216,120.588235294118],[140.196078431373,160.78431372549,118.627450980392],[168.627450980392,190.196078431373,151.960784313725],[170.588235294118,194.117647058824,160.78431372549],[190.196078431373,213.725490196078,188.235294117647],[199.019607843137,223.529411764706,202.941176470588],[77.4509803921569,103.921568627451,87.2549019607843],[23.5294117647059,50,33.3333333333333],[83.3333333333333,112.745098039216,89.2156862745098],[149.019607843137,178.43137254902,150.980392156863],[177.450980392157,210.78431372549,174.509803921569],[108.823529411765,143.137254901961,101.960784313725],[131.372549019608,162.745098039216,122.549019607843],[135.294117647059,165.686274509804,125.490196078431],[130.392156862745,157.843137254902,120.588235294118],[79.4117647058823,104.901960784314,70.5882352941177],[164.705882352941,188.235294117647,154.901960784314],[216.666666666667,240.196078431373,204.901960784314],[197.058823529412,218.627450980392,181.372549019608],[195.098039215686,216.666666666667,178.43137254902],[133.333333333333,158.823529411765,114.705882352941],[118.627450980392,144.117647058824,98.0392156862745],[124.509803921569,150,103.921568627451],[96.078431372549,121.56862745098,75.4901960784314],[130.392156862745,152.941176470588,109.803921568627],[155.882352941176,178.43137254902,137.254901960784],[118.627450980392,139.21568627451,100.980392156863],[110.78431372549,132.352941176471,95.0980392156863],[83.3333333333333,108.823529411765,70.5882352941177],[138.235294117647,165.686274509804,126.470588235294],[72.5490196078431,99.0196078431373,56.8627450980392],[144.117647058824,171.56862745098,124.509803921569],[147.058823529412,173.529411764706,123.529411764706],[30.3921568627451,53.921568627451,2.94117647058824],[59.8039215686275,82.3529411764706,27.4509803921569],[154.901960784314,175.490196078431,119.607843137255],[127.450980392157,146.078431372549,91.1764705882353],[137.254901960784,150.980392156863,99.0196078431373],[129.411764705882,139.21568627451,90.1960784313725],[117.647058823529,123.529411764706,80.3921568627451],[107.843137254902,108.823529411765,69.6078431372549],[89.2156862745098,86.2745098039216,51.9607843137255],[74.5098039215686,69.6078431372549,38.2352941176471],[46.078431372549,36.2745098039216,9.80392156862745],[53.921568627451,42.156862745098,18.6274509803922],[65.6862745098039,50.9803921568627,28.4313725490196],[118.627450980392,107.843137254902,80.3921568627451],[141.176470588235,132.352941176471,103.921568627451],[82.3529411764706,75.4901960784314,48.0392156862745],[36.2745098039216,29.4117647058824,1.96078431372549],[66.6666666666667,59.8039215686275,34.3137254901961],[45.0980392156863,38.2352941176471,10.7843137254902],[61.7647058823529,52.9411764705882,22.5490196078431],[82.3529411764706,73.5294117647059,43.1372549019608],[61.7647058823529,50.9803921568627,23.5294117647059],[51.9607843137255,40.1960784313726,14.7058823529412],[34.3137254901961,22.5490196078431,0],[17.6470588235294,5.88235294117647,0],[88.2352941176471,78.4313725490196,51.9607843137255],[86.2745098039216,75.4901960784314,53.921568627451],[68.6274509803922,55.8823529411765,47.0588235294118],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,23.5294117647059,25.4901960784314],[10.7843137254902,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[20.5882352941176,17.6470588235294,0],[33.3333333333333,31.3725490196078,6.86274509803922],[107.843137254902,103.921568627451,79.4117647058823],[68.6274509803922,59.8039215686275,45.0980392156863],[48.0392156862745,36.2745098039216,24.5098039215686],[77.4509803921569,63.7254901960784,50.9803921568627],[103.921568627451,91.1764705882353,74.5098039215686],[88.2352941176471,76.4705882352941,54.9019607843137],[36.2745098039216,25.4901960784314,5.88235294117647],[19.6078431372549,6.86274509803922,0],[19.6078431372549,8.82352941176471,6.86274509803922],[28.4313725490196,17.6470588235294,21.5686274509804],[11.7647058823529,4.90196078431373,11.7647058823529],[4.90196078431373,0,5.88235294117647],[10.7843137254902,8.82352941176471,13.7254901960784],[87.2549019607843,87.2549019607843,89.2156862745098],[249.019607843137,250,250],[111.764705882353,112.745098039216,114.705882352941],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[25.4901960784314,23.5294117647059,24.5098039215686],[32.3529411764706,30.3921568627451,31.3725490196078],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[40.1960784313726,38.2352941176471,39.2156862745098],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[52.9411764705882,49.0196078431373,48.0392156862745],[105.882352941176,101.960784313725,100.980392156863],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[10.7843137254902,1.96078431372549,0],[11.7647058823529,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[18.6274509803922,9.80392156862745,4.90196078431373],[16.6666666666667,7.84313725490196,2.94117647058824],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[19.6078431372549,8.82352941176471,2.94117647058824],[21.5686274509804,9.80392156862745,0],[20.5882352941176,12.7450980392157,1.96078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[22.5490196078431,11.7647058823529,7.84313725490196],[83.3333333333333,52.9411764705882,35.2941176470588],[152.941176470588,106.862745098039,77.4509803921569],[159.803921568627,107.843137254902,68.6274509803922],[127.450980392157,79.4117647058823,39.2156862745098],[87.2549019607843,58.8235294117647,27.4509803921569],[103.921568627451,84.3137254901961,51.9607843137255],[95.0980392156863,70.5882352941177,31.3725490196078],[96.078431372549,62.7450980392157,15.6862745098039],[162.745098039216,114.705882352941,57.843137254902],[160.78431372549,110.78431372549,54.9019607843137],[105.882352941176,65.6862745098039,22.5490196078431],[93.1372549019608,63.7254901960784,26.4705882352941],[61.7647058823529,42.156862745098,5.88235294117647],[62.7450980392157,50,8.82352941176471],[78.4313725490196,70.5882352941177,24.5098039215686],[39.2156862745098,33.3333333333333,0],[110.78431372549,109.803921568627,54.9019607843137],[120.588235294118,124.509803921569,66.6666666666667],[124.509803921569,130.392156862745,71.5686274509804],[150,157.843137254902,99.0196078431373],[164.705882352941,172.549019607843,116.666666666667],[146.078431372549,154.901960784314,100.980392156863],[135.294117647059,145.098039215686,93.1372549019608],[168.627450980392,181.372549019608,129.411764705882],[116.666666666667,130.392156862745,78.4313725490196],[70.5882352941177,89.2156862745098,35.2941176470588],[89.2156862745098,109.803921568627,53.921568627451],[95.0980392156863,116.666666666667,68.6274509803922],[125.490196078431,144.117647058824,112.745098039216],[92.156862745098,109.803921568627,84.3137254901961],[29.4117647058824,48.0392156862745,18.6274509803922],[82.3529411764706,100.980392156863,69.6078431372549],[147.058823529412,168.627450980392,133.333333333333],[183.333333333333,206.862745098039,171.56862745098],[168.627450980392,192.156862745098,158.823529411765],[117.647058823529,142.156862745098,113.725490196078],[125.490196078431,150,128.43137254902],[200.980392156863,227.450980392157,208.823529411765],[139.21568627451,167.647058823529,150],[51.9607843137255,83.3333333333333,62.7450980392157],[87.2549019607843,118.627450980392,96.078431372549],[60.7843137254902,94.1176470588235,67.6470588235294],[137.254901960784,171.56862745098,140.196078431373],[97.0588235294118,130.392156862745,96.078431372549],[85.2941176470588,116.666666666667,78.4313725490196],[109.803921568627,139.21568627451,101.960784313725],[106.862745098039,136.274509803922,100.980392156863],[113.725490196078,140.196078431373,105.882352941176],[208.823529411765,235.294117647059,200.980392156863],[215.686274509804,242.156862745098,207.843137254902],[201.960784313725,227.450980392157,191.176470588235],[176.470588235294,201.960784313725,163.725490196078],[171.56862745098,198.039215686275,155.882352941176],[116.666666666667,142.156862745098,98.0392156862745],[107.843137254902,133.333333333333,89.2156862745098],[120.588235294118,146.078431372549,101.960784313725],[142.156862745098,166.666666666667,125.490196078431],[115.686274509804,140.196078431373,100.980392156863],[62.7450980392157,87.2549019607843,49.0196078431373],[88.2352941176471,111.764705882353,78.4313725490196],[147.058823529412,171.56862745098,140.196078431373],[172.549019607843,199.019607843137,166.666666666667],[125.490196078431,150.980392156863,114.705882352941],[109.803921568627,136.274509803922,96.078431372549],[138.235294117647,163.725490196078,117.647058823529],[62.7450980392157,86.2745098039216,37.2549019607843],[139.21568627451,161.764705882353,108.823529411765],[118.627450980392,139.21568627451,84.3137254901961],[28.4313725490196,47.0588235294118,0],[154.901960784314,168.627450980392,116.666666666667],[191.176470588235,200,153.921568627451],[126.470588235294,131.372549019608,91.1764705882353],[70.5882352941177,72.5490196078431,36.2745098039216],[78.4313725490196,77.4509803921569,47.0588235294118],[53.921568627451,50,21.5686274509804],[46.078431372549,39.2156862745098,13.7254901960784],[56.8627450980392,47.0588235294118,22.5490196078431],[70.5882352941177,59.8039215686275,32.3529411764706],[126.470588235294,118.627450980392,82.3529411764706],[140.196078431373,132.352941176471,94.1176470588235],[75.4901960784314,69.6078431372549,36.2745098039216],[36.2745098039216,30.3921568627451,0],[48.0392156862745,41.1764705882353,13.7254901960784],[46.078431372549,39.2156862745098,10.7843137254902],[82.3529411764706,74.5098039215686,38.2352941176471],[101.960784313725,94.1176470588235,57.843137254902],[64.7058823529412,55.8823529411765,23.5294117647059],[57.843137254902,47.0588235294118,19.6078431372549],[49.0196078431373,36.2745098039216,17.6470588235294],[58.8235294117647,46.078431372549,27.4509803921569],[89.2156862745098,77.4509803921569,51.9607843137255],[63.7254901960784,51.9607843137255,30.3921568627451],[24.5098039215686,12.7450980392157,0.980392156862745],[9.80392156862745,0,0],[42.156862745098,32.3529411764706,31.3725490196078],[31.3725490196078,23.5294117647059,20.5882352941176],[7.84313725490196,5.88235294117647,0],[17.6470588235294,16.6666666666667,0],[2.94117647058824,2.94117647058824,0],[58.8235294117647,57.843137254902,30.3921568627451],[80.3921568627451,73.5294117647059,54.9019607843137],[66.6666666666667,57.843137254902,43.1372549019608],[30.3921568627451,18.6274509803922,2.94117647058824],[53.921568627451,43.1372549019608,25.4901960784314],[71.5686274509804,60.7843137254902,39.2156862745098],[49.0196078431373,41.1764705882353,22.5490196078431],[7.84313725490196,0,0],[33.3333333333333,23.5294117647059,21.5686274509804],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,1.96078431372549,8.82352941176471],[2.94117647058824,0,3.92156862745098],[60.7843137254902,59.8039215686275,64.7058823529412],[243.137254901961,244.117647058824,246.078431372549],[185.294117647059,186.274509803922,188.235294117647],[79.4117647058823,80.3921568627451,82.3529411764706],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[124.509803921569,120.588235294118,119.607843137255],[114.705882352941,110.78431372549,109.803921568627],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[17.6470588235294,7.84313725490196,5.88235294117647],[20.5882352941176,10.7843137254902,8.82352941176471],[25.4901960784314,16.6666666666667,11.7647058823529],[20.5882352941176,11.7647058823529,6.86274509803922],[10.7843137254902,0,0],[8.82352941176471,0,0],[14.7058823529412,1.96078431372549,0],[19.6078431372549,6.86274509803922,0],[32.3529411764706,19.6078431372549,11.7647058823529],[28.4313725490196,15.6862745098039,7.84313725490196],[37.2549019607843,26.4705882352941,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[10.7843137254902,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,0],[20.5882352941176,9.80392156862745,3.92156862745098],[30.3921568627451,19.6078431372549,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[20.5882352941176,9.80392156862745,5.88235294117647],[21.5686274509804,11.7647058823529,2.94117647058824],[30.3921568627451,18.6274509803922,6.86274509803922],[19.6078431372549,11.7647058823529,0.980392156862745],[15.6862745098039,11.7647058823529,8.82352941176471],[34.3137254901961,21.5686274509804,15.6862745098039],[66.6666666666667,34.3137254901961,15.6862745098039],[119.607843137255,74.5098039215686,42.156862745098],[138.235294117647,86.2745098039216,45.0980392156863],[97.0588235294118,50.9803921568627,9.80392156862745],[43.1372549019608,17.6470588235294,0],[68.6274509803922,50,18.6274509803922],[82.3529411764706,60.7843137254902,22.5490196078431],[91.1764705882353,60.7843137254902,15.6862745098039],[149.019607843137,104.901960784314,49.0196078431373],[143.137254901961,95.0980392156863,40.1960784313726],[139.21568627451,99.0196078431373,55.8823529411765],[149.019607843137,117.647058823529,79.4117647058823],[100.980392156863,80.3921568627451,38.2352941176471],[50.9803921568627,38.2352941176471,0],[90.1960784313725,83.3333333333333,32.3529411764706],[164.705882352941,161.764705882353,107.843137254902],[171.56862745098,175.490196078431,117.647058823529],[96.078431372549,103.921568627451,45.0980392156863],[106.862745098039,117.647058823529,58.8235294117647],[147.058823529412,160.78431372549,102.941176470588],[106.862745098039,119.607843137255,66.6666666666667],[115.686274509804,127.450980392157,78.4313725490196],[97.0588235294118,109.803921568627,64.7058823529412],[95.0980392156863,110.78431372549,66.6666666666667],[80.3921568627451,99.0196078431373,54.9019607843137],[79.4117647058823,100.980392156863,55.8823529411765],[117.647058823529,143.137254901961,96.078431372549],[105.882352941176,131.372549019608,87.2549019607843],[153.921568627451,177.450980392157,144.117647058824],[83.3333333333333,102.941176470588,76.4705882352941],[81.3725490196078,100.980392156863,74.5098039215686],[160.78431372549,183.333333333333,157.843137254902],[237.254901960784,250,234.313725490196],[212.745098039216,236.274509803922,210.78431372549],[174.509803921569,200,175.490196078431],[86.2745098039216,113.725490196078,91.1764705882353],[24.5098039215686,51.9607843137255,30.3921568627451],[109.803921568627,138.235294117647,116.666666666667],[136.274509803922,167.647058823529,147.058823529412],[33.3333333333333,65.6862745098039,45.0980392156863],[68.6274509803922,101.960784313725,78.4313725490196],[50,84.3137254901961,60.7843137254902],[98.0392156862745,133.333333333333,107.843137254902],[90.1960784313725,124.509803921569,95.0980392156863],[114.705882352941,145.098039215686,111.764705882353],[103.921568627451,133.333333333333,98.0392156862745],[106.862745098039,136.274509803922,102.941176470588],[182.352941176471,210.78431372549,180.392156862745],[156.862745098039,185.294117647059,154.901960784314],[106.862745098039,136.274509803922,102.941176470588],[79.4117647058823,105.882352941176,71.5686274509804],[126.470588235294,153.921568627451,116.666666666667],[175.490196078431,202.941176470588,162.745098039216],[137.254901960784,163.725490196078,121.56862745098],[127.450980392157,153.921568627451,111.764705882353],[107.843137254902,134.313725490196,92.156862745098],[157.843137254902,184.313725490196,144.117647058824],[127.450980392157,151.960784313725,113.725490196078],[121.56862745098,145.098039215686,111.764705882353],[130.392156862745,154.901960784314,123.529411764706],[108.823529411765,134.313725490196,105.882352941176],[201.960784313725,227.450980392157,199.019607843137],[172.549019607843,197.058823529412,165.686274509804],[127.450980392157,152.941176470588,114.705882352941],[130.392156862745,155.882352941176,111.764705882353],[96.078431372549,119.607843137255,72.5490196078431],[122.549019607843,145.098039215686,92.156862745098],[110.78431372549,129.411764705882,75.4901960784314],[100,116.666666666667,62.7450980392157],[152.941176470588,165.686274509804,113.725490196078],[151.960784313725,160.78431372549,114.705882352941],[156.862745098039,162.745098039216,119.607843137255],[59.8039215686275,61.7647058823529,23.5294117647059],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,58.8235294117647,30.3921568627451],[40.1960784313726,35.2941176470588,5.88235294117647],[52.9411764705882,47.0588235294118,11.7647058823529],[121.56862745098,114.705882352941,71.5686274509804],[88.2352941176471,82.3529411764706,33.3333333333333],[147.058823529412,141.176470588235,92.156862745098],[137.254901960784,130.392156862745,87.2549019607843],[66.6666666666667,58.8235294117647,22.5490196078431],[67.6470588235294,58.8235294117647,26.4705882352941],[51.9607843137255,43.1372549019608,10.7843137254902],[84.3137254901961,79.4117647058823,42.156862745098],[52.9411764705882,45.0980392156863,8.82352941176471],[46.078431372549,37.2549019607843,6.86274509803922],[32.3529411764706,20.5882352941176,0],[15.6862745098039,2.94117647058824,0],[42.156862745098,26.4705882352941,13.7254901960784],[106.862745098039,91.1764705882353,75.4901960784314],[39.2156862745098,23.5294117647059,7.84313725490196],[15.6862745098039,3.92156862745098,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,1.96078431372549,0],[33.3333333333333,29.4117647058824,20.5882352941176],[56.8627450980392,55.8823529411765,36.2745098039216],[56.8627450980392,59.8039215686275,33.3333333333333],[46.078431372549,50,17.6470588235294],[83.3333333333333,84.3137254901961,53.921568627451],[89.2156862745098,84.3137254901961,62.7450980392157],[20.5882352941176,13.7254901960784,0],[9.80392156862745,1.96078431372549,0],[31.3725490196078,23.5294117647059,4.90196078431373],[68.6274509803922,60.7843137254902,38.2352941176471],[30.3921568627451,23.5294117647059,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[28.4313725490196,19.6078431372549,24.5098039215686],[5.88235294117647,0,5.88235294117647],[7.84313725490196,2.94117647058824,8.82352941176471],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[47.0588235294118,45.0980392156863,46.078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[20.5882352941176,12.7450980392157,10.7843137254902],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[9.80392156862745,0,0],[32.3529411764706,23.5294117647059,18.6274509803922],[55.8823529411765,47.0588235294118,42.156862745098],[50,39.2156862745098,35.2941176470588],[21.5686274509804,10.7843137254902,6.86274509803922],[22.5490196078431,11.7647058823529,5.88235294117647],[19.6078431372549,6.86274509803922,0],[39.2156862745098,26.4705882352941,18.6274509803922],[17.6470588235294,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[34.3137254901961,23.5294117647059,17.6470588235294],[41.1764705882353,30.3921568627451,24.5098039215686],[38.2352941176471,27.4509803921569,21.5686274509804],[25.4901960784314,14.7058823529412,8.82352941176471],[16.6666666666667,5.88235294117647,0],[26.4705882352941,15.6862745098039,9.80392156862745],[32.3529411764706,21.5686274509804,15.6862745098039],[19.6078431372549,8.82352941176471,2.94117647058824],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,2.94117647058824],[15.6862745098039,2.94117647058824,0],[18.6274509803922,4.90196078431373,0],[26.4705882352941,14.7058823529412,2.94117647058824],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,17.6470588235294,8.82352941176471],[41.1764705882353,9.80392156862745,0],[115.686274509804,70.5882352941177,37.2549019607843],[125.490196078431,75.4901960784314,33.3333333333333],[90.1960784313725,46.078431372549,4.90196078431373],[80.3921568627451,54.9019607843137,22.5490196078431],[42.156862745098,23.5294117647059,0],[46.078431372549,24.5098039215686,0],[52.9411764705882,22.5490196078431,0],[149.019607843137,103.921568627451,52.9411764705882],[160.78431372549,114.705882352941,61.7647058823529],[80.3921568627451,40.1960784313726,0],[117.647058823529,86.2745098039216,46.078431372549],[123.529411764706,101.960784313725,55.8823529411765],[75.4901960784314,59.8039215686275,11.7647058823529],[111.764705882353,101.960784313725,51.9607843137255],[102.941176470588,100,48.0392156862745],[80.3921568627451,85.2941176470588,32.3529411764706],[101.960784313725,111.764705882353,59.8039215686275],[103.921568627451,117.647058823529,65.6862745098039],[80.3921568627451,97.0588235294118,46.078431372549],[33.3333333333333,49.0196078431373,2.94117647058824],[101.960784313725,117.647058823529,73.5294117647059],[102.941176470588,117.647058823529,77.4509803921569],[56.8627450980392,74.5098039215686,35.2941176470588],[85.2941176470588,106.862745098039,69.6078431372549],[51.9607843137255,75.4901960784314,40.1960784313726],[157.843137254902,184.313725490196,150],[157.843137254902,184.313725490196,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[189.21568627451,212.745098039216,187.254901960784],[218.627450980392,242.156862745098,218.627450980392],[221.56862745098,244.117647058824,224.509803921569],[199.019607843137,221.56862745098,203.921568627451],[152.941176470588,176.470588235294,160.78431372549],[141.176470588235,167.647058823529,152.941176470588],[47.0588235294118,75.4901960784314,57.843137254902],[40.1960784313726,68.6274509803922,49.0196078431373],[104.901960784314,136.274509803922,115.686274509804],[163.725490196078,195.098039215686,172.549019607843],[48.0392156862745,81.3725490196078,57.843137254902],[38.2352941176471,72.5490196078431,49.0196078431373],[52.9411764705882,87.2549019607843,65.6862745098039],[41.1764705882353,75.4901960784314,55.8823529411765],[75.4901960784314,108.823529411765,85.2941176470588],[130.392156862745,160.78431372549,130.392156862745],[74.5098039215686,103.921568627451,70.5882352941177],[131.372549019608,161.764705882353,130.392156862745],[190.196078431373,222.549019607843,192.156862745098],[180.392156862745,212.745098039216,182.352941176471],[36.2745098039216,69.6078431372549,37.2549019607843],[50,80.3921568627451,47.0588235294118],[82.3529411764706,113.725490196078,77.4509803921569],[155.882352941176,186.274509803922,146.078431372549],[180.392156862745,207.843137254902,167.647058823529],[170.588235294118,197.058823529412,156.862745098039],[84.3137254901961,110.78431372549,70.5882352941177],[89.2156862745098,114.705882352941,76.4705882352941],[143.137254901961,168.627450980392,134.313725490196],[131.372549019608,155.882352941176,124.509803921569],[59.8039215686275,86.2745098039216,55.8823529411765],[66.6666666666667,92.156862745098,65.6862745098039],[134.313725490196,159.803921568627,131.372549019608],[187.254901960784,213.725490196078,181.372549019608],[150.980392156863,176.470588235294,140.196078431373],[139.21568627451,165.686274509804,121.56862745098],[150.980392156863,177.450980392157,127.450980392157],[136.274509803922,158.823529411765,103.921568627451],[135.294117647059,153.921568627451,99.0196078431373],[147.058823529412,164.705882352941,107.843137254902],[140.196078431373,152.941176470588,98.0392156862745],[118.627450980392,128.43137254902,76.4705882352941],[102.941176470588,108.823529411765,61.7647058823529],[87.2549019607843,90.1960784313725,48.0392156862745],[64.7058823529412,64.7058823529412,27.4509803921569],[32.3529411764706,29.4117647058824,0],[52.9411764705882,49.0196078431373,12.7450980392157],[67.6470588235294,64.7058823529412,20.5882352941176],[121.56862745098,118.627450980392,68.6274509803922],[84.3137254901961,81.3725490196078,27.4509803921569],[77.4509803921569,71.5686274509804,20.5882352941176],[119.607843137255,113.725490196078,66.6666666666667],[95.0980392156863,88.2352941176471,45.0980392156863],[84.3137254901961,76.4705882352941,38.2352941176471],[108.823529411765,103.921568627451,66.6666666666667],[123.529411764706,118.627450980392,79.4117647058823],[88.2352941176471,83.3333333333333,46.078431372549],[60.7843137254902,54.9019607843137,23.5294117647059],[45.0980392156863,35.2941176470588,8.82352941176471],[29.4117647058824,16.6666666666667,0],[53.921568627451,38.2352941176471,22.5490196078431],[57.843137254902,41.1764705882353,23.5294117647059],[52.9411764705882,38.2352941176471,19.6078431372549],[13.7254901960784,1.96078431372549,0],[20.5882352941176,13.7254901960784,0],[12.7450980392157,6.86274509803922,0],[10.7843137254902,8.82352941176471,0],[41.1764705882353,43.1372549019608,19.6078431372549],[6.86274509803922,10.7843137254902,0],[77.4509803921569,81.3725490196078,45.0980392156863],[94.1176470588235,96.078431372549,59.8039215686275],[66.6666666666667,65.6862745098039,38.2352941176471],[25.4901960784314,20.5882352941176,0],[6.86274509803922,0,0],[43.1372549019608,37.2549019607843,15.6862745098039],[62.7450980392157,56.8627450980392,35.2941176470588],[15.6862745098039,10.7843137254902,0],[8.82352941176471,4.90196078431373,0],[23.5294117647059,17.6470588235294,17.6470588235294],[22.5490196078431,13.7254901960784,18.6274509803922],[9.80392156862745,2.94117647058824,9.80392156862745],[2.94117647058824,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[26.4705882352941,24.5098039215686,25.4901960784314],[73.5294117647059,71.5686274509804,72.5490196078431],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[12.7450980392157,4.90196078431373,2.94117647058824],[7.84313725490196,0,0],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,20.5882352941176],[54.9019607843137,45.0980392156863,43.1372549019608],[51.9607843137255,41.1764705882353,37.2549019607843],[73.5294117647059,62.7450980392157,56.8627450980392],[45.0980392156863,35.2941176470588,26.4705882352941],[37.2549019607843,27.4509803921569,18.6274509803922],[19.6078431372549,9.80392156862745,0.980392156862745],[13.7254901960784,2.94117647058824,0],[16.6666666666667,5.88235294117647,0],[43.1372549019608,34.3137254901961,27.4509803921569],[59.8039215686275,50.9803921568627,44.1176470588235],[31.3725490196078,20.5882352941176,14.7058823529412],[35.2941176470588,24.5098039215686,18.6274509803922],[42.156862745098,29.4117647058824,21.5686274509804],[35.2941176470588,22.5490196078431,14.7058823529412],[20.5882352941176,7.84313725490196,0],[22.5490196078431,8.82352941176471,0],[30.3921568627451,16.6666666666667,7.84313725490196],[29.4117647058824,15.6862745098039,4.90196078431373],[24.5098039215686,6.86274509803922,0],[38.2352941176471,20.5882352941176,6.86274509803922],[34.3137254901961,21.5686274509804,12.7450980392157],[54.9019607843137,36.2745098039216,22.5490196078431],[50,16.6666666666667,0],[116.666666666667,73.5294117647059,37.2549019607843],[130.392156862745,82.3529411764706,40.1960784313726],[101.960784313725,57.843137254902,16.6666666666667],[65.6862745098039,37.2549019607843,3.92156862745098],[91.1764705882353,68.6274509803922,38.2352941176471],[44.1176470588235,18.6274509803922,0],[65.6862745098039,33.3333333333333,0],[157.843137254902,112.745098039216,64.7058823529412],[179.411764705882,132.352941176471,84.3137254901961],[112.745098039216,72.5490196078431,29.4117647058824],[50,16.6666666666667,0],[84.3137254901961,58.8235294117647,10.7843137254902],[100.980392156863,81.3725490196078,32.3529411764706],[108.823529411765,96.078431372549,51.9607843137255],[93.1372549019608,88.2352941176471,47.0588235294118],[67.6470588235294,69.6078431372549,31.3725490196078],[88.2352941176471,99.0196078431373,59.8039215686275],[126.470588235294,141.176470588235,102.941176470588],[156.862745098039,172.549019607843,134.313725490196],[33.3333333333333,49.0196078431373,10.7843137254902],[19.6078431372549,35.2941176470588,0],[102.941176470588,118.627450980392,82.3529411764706],[112.745098039216,129.411764705882,96.078431372549],[45.0980392156863,64.7058823529412,37.2549019607843],[54.9019607843137,80.3921568627451,55.8823529411765],[187.254901960784,215.686274509804,196.078431372549],[160.78431372549,189.21568627451,171.56862745098],[143.137254901961,167.647058823529,146.078431372549],[181.372549019608,206.862745098039,182.352941176471],[118.627450980392,143.137254901961,124.509803921569],[116.666666666667,140.196078431373,126.470588235294],[55.8823529411765,78.4313725490196,68.6274509803922],[28.4313725490196,53.921568627451,45.0980392156863],[63.7254901960784,89.2156862745098,80.3921568627451],[47.0588235294118,74.5098039215686,62.7450980392157],[54.9019607843137,82.3529411764706,67.6470588235294],[79.4117647058823,109.803921568627,92.156862745098],[188.235294117647,219.607843137255,199.019607843137],[74.5098039215686,105.882352941176,83.3333333333333],[46.078431372549,78.4313725490196,57.843137254902],[56.8627450980392,89.2156862745098,70.5882352941177],[44.1176470588235,76.4705882352941,59.8039215686275],[79.4117647058823,109.803921568627,92.156862745098],[110.78431372549,140.196078431373,112.745098039216],[83.3333333333333,113.725490196078,83.3333333333333],[121.56862745098,153.921568627451,123.529411764706],[117.647058823529,151.960784313725,122.549019607843],[84.3137254901961,120.588235294118,90.1960784313725],[25.4901960784314,61.7647058823529,31.3725490196078],[74.5098039215686,108.823529411765,77.4509803921569],[124.509803921569,157.843137254902,125.490196078431],[167.647058823529,199.019607843137,162.745098039216],[113.725490196078,141.176470588235,103.921568627451],[169.607843137255,195.098039215686,158.823529411765],[130.392156862745,155.882352941176,119.607843137255],[100,126.470588235294,92.156862745098],[176.470588235294,202.941176470588,172.549019607843],[68.6274509803922,94.1176470588235,65.6862745098039],[48.0392156862745,76.4705882352941,47.0588235294118],[45.0980392156863,75.4901960784314,45.0980392156863],[103.921568627451,134.313725490196,103.921568627451],[134.313725490196,163.725490196078,130.392156862745],[162.745098039216,190.196078431373,150.980392156863],[122.549019607843,150,102.941176470588],[160.78431372549,187.254901960784,133.333333333333],[144.117647058824,167.647058823529,108.823529411765],[122.549019607843,144.117647058824,81.3725490196078],[148.039215686275,166.666666666667,103.921568627451],[170.588235294118,184.313725490196,123.529411764706],[116.666666666667,127.450980392157,68.6274509803922],[94.1176470588235,101.960784313725,46.078431372549],[122.549019607843,127.450980392157,74.5098039215686],[88.2352941176471,90.1960784313725,42.156862745098],[35.2941176470588,34.3137254901961,0],[56.8627450980392,55.8823529411765,10.7843137254902],[95.0980392156863,95.0980392156863,44.1176470588235],[100,100,47.0588235294118],[84.3137254901961,82.3529411764706,34.3137254901961],[57.843137254902,53.921568627451,7.84313725490196],[91.1764705882353,84.3137254901961,39.2156862745098],[83.3333333333333,77.4509803921569,30.3921568627451],[69.6078431372549,65.6862745098039,19.6078431372549],[53.921568627451,50,5.88235294117647],[52.9411764705882,49.0196078431373,11.7647058823529],[49.0196078431373,45.0980392156863,10.7843137254902],[85.2941176470588,81.3725490196078,47.0588235294118],[83.3333333333333,77.4509803921569,44.1176470588235],[89.2156862745098,79.4117647058823,45.0980392156863],[68.6274509803922,55.8823529411765,24.5098039215686],[43.1372549019608,27.4509803921569,1.96078431372549],[38.2352941176471,22.5490196078431,0],[47.0588235294118,36.2745098039216,14.7058823529412],[28.4313725490196,21.5686274509804,2.94117647058824],[34.3137254901961,28.4313725490196,12.7450980392157],[71.5686274509804,69.6078431372549,49.0196078431373],[125.490196078431,126.470588235294,96.078431372549],[105.882352941176,110.78431372549,71.5686274509804],[117.647058823529,123.529411764706,80.3921568627451],[99.0196078431373,100.980392156863,61.7647058823529],[63.7254901960784,62.7450980392157,32.3529411764706],[68.6274509803922,64.7058823529412,40.1960784313726],[70.5882352941177,64.7058823529412,43.1372549019608],[78.4313725490196,72.5490196078431,50.9803921568627],[36.2745098039216,30.3921568627451,8.82352941176471],[7.84313725490196,1.96078431372549,0],[17.6470588235294,12.7450980392157,8.82352941176471],[22.5490196078431,16.6666666666667,18.6274509803922],[23.5294117647059,14.7058823529412,19.6078431372549],[5.88235294117647,0,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[6.86274509803922,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[90.1960784313725,79.4117647058823,73.5294117647059],[88.2352941176471,78.4313725490196,69.6078431372549],[45.0980392156863,35.2941176470588,26.4705882352941],[8.82352941176471,0,0],[15.6862745098039,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[29.4117647058824,20.5882352941176,13.7254901960784],[13.7254901960784,4.90196078431373,0],[19.6078431372549,8.82352941176471,2.94117647058824],[29.4117647058824,19.6078431372549,10.7843137254902],[48.0392156862745,35.2941176470588,27.4509803921569],[46.078431372549,33.3333333333333,24.5098039215686],[31.3725490196078,17.6470588235294,8.82352941176471],[33.3333333333333,19.6078431372549,8.82352941176471],[44.1176470588235,27.4509803921569,17.6470588235294],[40.1960784313726,22.5490196078431,8.82352941176471],[45.0980392156863,23.5294117647059,9.80392156862745],[80.3921568627451,57.843137254902,42.156862745098],[36.2745098039216,17.6470588235294,2.94117647058824],[44.1176470588235,19.6078431372549,0],[99.0196078431373,64.7058823529412,33.3333333333333],[148.039215686275,105.882352941176,64.7058823529412],[135.294117647059,89.2156862745098,44.1176470588235],[100,55.8823529411765,14.7058823529412],[73.5294117647059,40.1960784313726,5.88235294117647],[77.4509803921569,47.0588235294118,16.6666666666667],[57.843137254902,25.4901960784314,0],[88.2352941176471,50,11.7647058823529],[127.450980392157,80.3921568627451,35.2941176470588],[180.392156862745,130.392156862745,84.3137254901961],[166.666666666667,123.529411764706,79.4117647058823],[118.627450980392,81.3725490196078,35.2941176470588],[87.2549019607843,55.8823529411765,5.88235294117647],[93.1372549019608,67.6470588235294,19.6078431372549],[88.2352941176471,71.5686274509804,29.4117647058824],[119.607843137255,109.803921568627,74.5098039215686],[81.3725490196078,82.3529411764706,50.9803921568627],[35.2941176470588,44.1176470588235,13.7254901960784],[51.9607843137255,64.7058823529412,35.2941176470588],[119.607843137255,136.274509803922,102.941176470588],[125.490196078431,142.156862745098,106.862745098039],[45.0980392156863,62.7450980392157,25.4901960784314],[65.6862745098039,82.3529411764706,47.0588235294118],[134.313725490196,152.941176470588,121.56862745098],[130.392156862745,152.941176470588,127.450980392157],[155.882352941176,180.392156862745,161.764705882353],[150,179.411764705882,167.647058823529],[152.941176470588,182.352941176471,170.588235294118],[140.196078431373,166.666666666667,150],[22.5490196078431,49.0196078431373,30.3921568627451],[41.1764705882353,67.6470588235294,52.9411764705882],[65.6862745098039,91.1764705882353,80.3921568627451],[53.921568627451,78.4313725490196,72.5490196078431],[35.2941176470588,59.8039215686275,55.8823529411765],[58.8235294117647,85.2941176470588,80.3921568627451],[83.3333333333333,109.803921568627,102.941176470588],[34.3137254901961,63.7254901960784,51.9607843137255],[56.8627450980392,87.2549019607843,72.5490196078431],[199.019607843137,229.411764705882,211.764705882353],[146.078431372549,176.470588235294,158.823529411765],[64.7058823529412,95.0980392156863,77.4509803921569],[38.2352941176471,70.5882352941177,53.921568627451],[83.3333333333333,114.705882352941,100],[94.1176470588235,124.509803921569,106.862745098039],[101.960784313725,131.372549019608,105.882352941176],[152.941176470588,182.352941176471,154.901960784314],[140.196078431373,172.549019607843,144.117647058824],[39.2156862745098,74.5098039215686,47.0588235294118],[42.156862745098,80.3921568627451,51.9607843137255],[67.6470588235294,105.882352941176,77.4509803921569],[95.0980392156863,133.333333333333,102.941176470588],[174.509803921569,208.823529411765,177.450980392157],[177.450980392157,207.843137254902,174.509803921569],[97.0588235294118,126.470588235294,91.1764705882353],[144.117647058824,170.588235294118,136.274509803922],[103.921568627451,129.411764705882,95.0980392156863],[40.1960784313726,66.6666666666667,36.2745098039216],[89.2156862745098,114.705882352941,86.2745098039216],[65.6862745098039,94.1176470588235,66.6666666666667],[56.8627450980392,86.2745098039216,60.7843137254902],[65.6862745098039,100,70.5882352941177],[59.8039215686275,94.1176470588235,62.7450980392157],[66.6666666666667,100,65.6862745098039],[99.0196078431373,130.392156862745,90.1960784313725],[136.274509803922,167.647058823529,119.607843137255],[150,178.43137254902,125.490196078431],[170.588235294118,198.039215686275,140.196078431373],[144.117647058824,168.627450980392,104.901960784314],[137.254901960784,157.843137254902,94.1176470588235],[170.588235294118,186.274509803922,122.549019607843],[92.156862745098,103.921568627451,41.1764705882353],[79.4117647058823,89.2156862745098,29.4117647058824],[157.843137254902,162.745098039216,105.882352941176],[177.450980392157,180.392156862745,126.470588235294],[75.4901960784314,78.4313725490196,26.4705882352941],[79.4117647058823,82.3529411764706,30.3921568627451],[115.686274509804,118.627450980392,64.7058823529412],[110.78431372549,113.725490196078,61.7647058823529],[135.294117647059,134.313725490196,91.1764705882353],[77.4509803921569,74.5098039215686,34.3137254901961],[90.1960784313725,86.2745098039216,42.156862745098],[110.78431372549,106.862745098039,60.7843137254902],[53.921568627451,50,2.94117647058824],[49.0196078431373,46.078431372549,1.96078431372549],[12.7450980392157,10.7843137254902,0],[19.6078431372549,16.6666666666667,0],[78.4313725490196,76.4705882352941,38.2352941176471],[93.1372549019608,90.1960784313725,48.0392156862745],[99.0196078431373,92.156862745098,47.0588235294118],[76.4705882352941,65.6862745098039,21.5686274509804],[68.6274509803922,54.9019607843137,18.6274509803922],[19.6078431372549,4.90196078431373,0],[50.9803921568627,40.1960784313726,10.7843137254902],[27.4509803921569,20.5882352941176,0],[34.3137254901961,30.3921568627451,5.88235294117647],[15.6862745098039,14.7058823529412,0],[41.1764705882353,43.1372549019608,6.86274509803922],[96.078431372549,99.0196078431373,54.9019607843137],[101.960784313725,105.882352941176,56.8627450980392],[134.313725490196,137.254901960784,93.1372549019608],[96.078431372549,93.1372549019608,60.7843137254902],[55.8823529411765,50,24.5098039215686],[50.9803921568627,45.0980392156863,21.5686274509804],[50,44.1176470588235,22.5490196078431],[10.7843137254902,3.92156862745098,0],[30.3921568627451,24.5098039215686,10.7843137254902],[24.5098039215686,16.6666666666667,14.7058823529412],[7.84313725490196,0,3.92156862745098],[8.82352941176471,0,4.90196078431373],[5.88235294117647,0,3.92156862745098],[16.6666666666667,9.80392156862745,16.6666666666667],[1.96078431372549,0,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[25.4901960784314,16.6666666666667,17.6470588235294],[14.7058823529412,6.86274509803922,4.90196078431373],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[22.5490196078431,11.7647058823529,5.88235294117647],[51.9607843137255,42.156862745098,33.3333333333333],[55.8823529411765,47.0588235294118,40.1960784313726],[18.6274509803922,9.80392156862745,2.94117647058824],[14.7058823529412,5.88235294117647,0],[17.6470588235294,8.82352941176471,1.96078431372549],[20.5882352941176,11.7647058823529,4.90196078431373],[12.7450980392157,3.92156862745098,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[40.1960784313726,27.4509803921569,18.6274509803922],[64.7058823529412,50.9803921568627,40.1960784313726],[48.0392156862745,31.3725490196078,21.5686274509804],[39.2156862745098,23.5294117647059,10.7843137254902],[47.0588235294118,29.4117647058824,15.6862745098039],[43.1372549019608,21.5686274509804,7.84313725490196],[46.078431372549,17.6470588235294,1.96078431372549],[77.4509803921569,47.0588235294118,27.4509803921569],[76.4705882352941,49.0196078431373,27.4509803921569],[44.1176470588235,13.7254901960784,0],[95.0980392156863,57.843137254902,19.6078431372549],[150.980392156863,108.823529411765,64.7058823529412],[153.921568627451,108.823529411765,60.7843137254902],[107.843137254902,64.7058823529412,20.5882352941176],[119.607843137255,78.4313725490196,41.1764705882353],[85.2941176470588,46.078431372549,11.7647058823529],[106.862745098039,64.7058823529412,31.3725490196078],[135.294117647059,90.1960784313725,54.9019607843137],[120.588235294118,70.5882352941177,28.4313725490196],[155.882352941176,105.882352941176,59.8039215686275],[157.843137254902,110.78431372549,63.7254901960784],[149.019607843137,105.882352941176,57.843137254902],[132.352941176471,93.1372549019608,45.0980392156863],[134.313725490196,102.941176470588,56.8627450980392],[95.0980392156863,72.5490196078431,32.3529411764706],[59.8039215686275,46.078431372549,11.7647058823529],[72.5490196078431,68.6274509803922,40.1960784313726],[94.1176470588235,100,72.5490196078431],[58.8235294117647,71.5686274509804,44.1176470588235],[100.980392156863,115.686274509804,85.2941176470588],[99.0196078431373,114.705882352941,79.4117647058823],[80.3921568627451,96.078431372549,59.8039215686275],[56.8627450980392,72.5490196078431,36.2745098039216],[117.647058823529,134.313725490196,100.980392156863],[188.235294117647,210.78431372549,183.333333333333],[162.745098039216,187.254901960784,166.666666666667],[147.058823529412,177.450980392157,162.745098039216],[152.941176470588,182.352941176471,172.549019607843],[53.921568627451,81.3725490196078,69.6078431372549],[36.2745098039216,63.7254901960784,51.9607843137255],[54.9019607843137,81.3725490196078,72.5490196078431],[54.9019607843137,81.3725490196078,74.5098039215686],[50.9803921568627,77.4509803921569,72.5490196078431],[59.8039215686275,86.2745098039216,81.3725490196078],[47.0588235294118,72.5490196078431,69.6078431372549],[31.3725490196078,57.843137254902,52.9411764705882],[18.6274509803922,45.0980392156863,40.1960784313726],[56.8627450980392,83.3333333333333,76.4705882352941],[74.5098039215686,100.980392156863,92.156862745098],[87.2549019607843,114.705882352941,102.941176470588],[84.3137254901961,111.764705882353,98.0392156862745],[60.7843137254902,88.2352941176471,73.5294117647059],[64.7058823529412,93.1372549019608,75.4901960784314],[107.843137254902,136.274509803922,116.666666666667],[138.235294117647,165.686274509804,143.137254901961],[145.098039215686,174.509803921569,149.019607843137],[62.7450980392157,96.078431372549,69.6078431372549],[86.2745098039216,121.56862745098,96.078431372549],[39.2156862745098,78.4313725490196,51.9607843137255],[129.411764705882,168.627450980392,142.156862745098],[95.0980392156863,135.294117647059,105.882352941176],[152.941176470588,189.21568627451,158.823529411765],[170.588235294118,202.941176470588,172.549019607843],[179.411764705882,207.843137254902,177.450980392157],[187.254901960784,213.725490196078,183.333333333333],[77.4509803921569,101.960784313725,72.5490196078431],[63.7254901960784,89.2156862745098,60.7843137254902],[83.3333333333333,111.764705882353,84.3137254901961],[99.0196078431373,128.43137254902,104.901960784314],[58.8235294117647,92.156862745098,67.6470588235294],[64.7058823529412,102.941176470588,76.4705882352941],[83.3333333333333,121.56862745098,93.1372549019608],[43.1372549019608,79.4117647058823,47.0588235294118],[64.7058823529412,100,62.7450980392157],[142.156862745098,177.450980392157,134.313725490196],[158.823529411765,190.196078431373,141.176470588235],[192.156862745098,220.588235294118,165.686274509804],[143.137254901961,168.627450980392,108.823529411765],[185.294117647059,206.862745098039,144.117647058824],[163.725490196078,182.352941176471,119.607843137255],[151.960784313725,166.666666666667,102.941176470588],[126.470588235294,138.235294117647,75.4901960784314],[182.352941176471,190.196078431373,131.372549019608],[247.058823529412,250,194.117647058824],[134.313725490196,139.21568627451,82.3529411764706],[129.411764705882,134.313725490196,79.4117647058823],[136.274509803922,143.137254901961,90.1960784313725],[124.509803921569,131.372549019608,81.3725490196078],[91.1764705882353,91.1764705882353,53.921568627451],[59.8039215686275,56.8627450980392,22.5490196078431],[68.6274509803922,63.7254901960784,24.5098039215686],[108.823529411765,104.901960784314,60.7843137254902],[86.2745098039216,82.3529411764706,36.2745098039216],[64.7058823529412,61.7647058823529,17.6470588235294],[84.3137254901961,84.3137254901961,47.0588235294118],[86.2745098039216,86.2745098039216,49.0196078431373],[99.0196078431373,100,56.8627450980392],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,113.725490196078,57.843137254902],[126.470588235294,120.588235294118,63.7254901960784],[105.882352941176,94.1176470588235,43.1372549019608],[60.7843137254902,48.0392156862745,3.92156862745098],[56.8627450980392,45.0980392156863,7.84313725490196],[44.1176470588235,33.3333333333333,1.96078431372549],[41.1764705882353,34.3137254901961,5.88235294117647],[16.6666666666667,11.7647058823529,0],[34.3137254901961,32.3529411764706,0],[66.6666666666667,68.6274509803922,20.5882352941176],[89.2156862745098,92.156862745098,40.1960784313726],[150.980392156863,150,102.941176470588],[95.0980392156863,91.1764705882353,54.9019607843137],[39.2156862745098,32.3529411764706,4.90196078431373],[30.3921568627451,20.5882352941176,0],[56.8627450980392,46.078431372549,26.4705882352941],[38.2352941176471,27.4509803921569,9.80392156862745],[37.2549019607843,27.4509803921569,17.6470588235294],[18.6274509803922,8.82352941176471,9.80392156862745],[25.4901960784314,14.7058823529412,20.5882352941176],[19.6078431372549,8.82352941176471,14.7058823529412],[15.6862745098039,6.86274509803922,11.7647058823529],[5.88235294117647,0,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[27.4509803921569,23.5294117647059,22.5490196078431],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[16.6666666666667,7.84313725490196,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,8.82352941176471,9.80392156862745],[32.3529411764706,23.5294117647059,24.5098039215686],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,0.980392156862745],[7.84313725490196,0,0],[12.7450980392157,3.92156862745098,0],[63.7254901960784,54.9019607843137,48.0392156862745],[33.3333333333333,24.5098039215686,17.6470588235294],[10.7843137254902,1.96078431372549,0],[15.6862745098039,6.86274509803922,0],[7.84313725490196,0,0],[22.5490196078431,13.7254901960784,6.86274509803922],[20.5882352941176,10.7843137254902,1.96078431372549],[21.5686274509804,11.7647058823529,1.96078431372549],[25.4901960784314,13.7254901960784,1.96078431372549],[48.0392156862745,34.3137254901961,21.5686274509804],[63.7254901960784,48.0392156862745,35.2941176470588],[40.1960784313726,22.5490196078431,8.82352941176471],[35.2941176470588,16.6666666666667,1.96078431372549],[74.5098039215686,49.0196078431373,34.3137254901961],[70.5882352941177,38.2352941176471,19.6078431372549],[76.4705882352941,41.1764705882353,19.6078431372549],[140.196078431373,105.882352941176,78.4313725490196],[84.3137254901961,49.0196078431373,13.7254901960784],[76.4705882352941,39.2156862745098,0],[100.980392156863,59.8039215686275,10.7843137254902],[117.647058823529,75.4901960784314,25.4901960784314],[129.411764705882,84.3137254901961,36.2745098039216],[116.666666666667,69.6078431372549,30.3921568627451],[131.372549019608,84.3137254901961,49.0196078431373],[123.529411764706,74.5098039215686,40.1960784313726],[155.882352941176,104.901960784314,68.6274509803922],[146.078431372549,94.1176470588235,54.9019607843137],[146.078431372549,95.0980392156863,49.0196078431373],[173.529411764706,124.509803921569,76.4705882352941],[138.235294117647,91.1764705882353,43.1372549019608],[161.764705882353,115.686274509804,70.5882352941177],[145.098039215686,104.901960784314,61.7647058823529],[128.43137254902,100,60.7843137254902],[87.2549019607843,69.6078431372549,32.3529411764706],[32.3529411764706,28.4313725490196,0],[33.3333333333333,39.2156862745098,5.88235294117647],[42.156862745098,52.9411764705882,19.6078431372549],[51.9607843137255,67.6470588235294,32.3529411764706],[46.078431372549,61.7647058823529,25.4901960784314],[73.5294117647059,89.2156862745098,50.9803921568627],[109.803921568627,125.490196078431,89.2156862745098],[106.862745098039,123.529411764706,88.2352941176471],[119.607843137255,140.196078431373,109.803921568627],[132.352941176471,157.843137254902,129.411764705882],[163.725490196078,193.137254901961,169.607843137255],[143.137254901961,173.529411764706,155.882352941176],[51.9607843137255,81.3725490196078,73.5294117647059],[28.4313725490196,53.921568627451,50.9803921568627],[75.4901960784314,101.960784313725,97.0588235294118],[28.4313725490196,54.9019607843137,48.0392156862745],[44.1176470588235,70.5882352941177,63.7254901960784],[42.156862745098,68.6274509803922,61.7647058823529],[51.9607843137255,78.4313725490196,73.5294117647059],[38.2352941176471,63.7254901960784,60.7843137254902],[35.2941176470588,60.7843137254902,59.8039215686275],[37.2549019607843,62.7450980392157,61.7647058823529],[22.5490196078431,48.0392156862745,45.0980392156863],[53.921568627451,80.3921568627451,75.4901960784314],[85.2941176470588,111.764705882353,102.941176470588],[70.5882352941177,98.0392156862745,83.3333333333333],[72.5490196078431,100.980392156863,81.3725490196078],[118.627450980392,146.078431372549,123.529411764706],[134.313725490196,161.764705882353,139.21568627451],[75.4901960784314,104.901960784314,81.3725490196078],[18.6274509803922,51.9607843137255,27.4509803921569],[127.450980392157,164.705882352941,140.196078431373],[88.2352941176471,130.392156862745,103.921568627451],[125.490196078431,167.647058823529,141.176470588235],[127.450980392157,169.607843137255,142.156862745098],[167.647058823529,205.882352941176,177.450980392157],[189.21568627451,223.529411764706,194.117647058824],[144.117647058824,172.549019607843,143.137254901961],[143.137254901961,168.627450980392,140.196078431373],[141.176470588235,165.686274509804,137.254901960784],[62.7450980392157,88.2352941176471,61.7647058823529],[56.8627450980392,84.3137254901961,59.8039215686275],[99.0196078431373,130.392156862745,107.843137254902],[60.7843137254902,95.0980392156863,73.5294117647059],[49.0196078431373,90.1960784313725,68.6274509803922],[34.3137254901961,77.4509803921569,52.9411764705882],[50.9803921568627,93.1372549019608,65.6862745098039],[102.941176470588,142.156862745098,108.823529411765],[164.705882352941,201.960784313725,163.725490196078],[179.411764705882,214.705882352941,169.607843137255],[96.078431372549,127.450980392157,78.4313725490196],[129.411764705882,157.843137254902,102.941176470588],[196.078431372549,220.588235294118,163.725490196078],[143.137254901961,164.705882352941,103.921568627451],[202.941176470588,220.588235294118,159.803921568627],[159.803921568627,173.529411764706,112.745098039216],[132.352941176471,142.156862745098,82.3529411764706],[204.901960784314,212.745098039216,153.921568627451],[220.588235294118,228.43137254902,170.588235294118],[169.607843137255,177.450980392157,119.607843137255],[103.921568627451,112.745098039216,56.8627450980392],[42.156862745098,50.9803921568627,0],[47.0588235294118,50,5.88235294117647],[73.5294117647059,74.5098039215686,33.3333333333333],[77.4509803921569,74.5098039215686,32.3529411764706],[96.078431372549,93.1372549019608,50.9803921568627],[62.7450980392157,59.8039215686275,17.6470588235294],[88.2352941176471,87.2549019607843,44.1176470588235],[72.5490196078431,74.5098039215686,35.2941176470588],[101.960784313725,104.901960784314,62.7450980392157],[137.254901960784,140.196078431373,94.1176470588235],[142.156862745098,145.098039215686,93.1372549019608],[174.509803921569,173.529411764706,117.647058823529],[170.588235294118,164.705882352941,107.843137254902],[125.490196078431,114.705882352941,59.8039215686275],[121.56862745098,108.823529411765,57.843137254902],[117.647058823529,104.901960784314,61.7647058823529],[83.3333333333333,71.5686274509804,34.3137254901961],[81.3725490196078,73.5294117647059,38.2352941176471],[47.0588235294118,42.156862745098,4.90196078431373],[51.9607843137255,50,2.94117647058824],[105.882352941176,104.901960784314,51.9607843137255],[48.0392156862745,47.0588235294118,0],[100,98.0392156862745,48.0392156862745],[81.3725490196078,76.4705882352941,39.2156862745098],[58.8235294117647,50,21.5686274509804],[16.6666666666667,4.90196078431373,0],[35.2941176470588,22.5490196078431,3.92156862745098],[48.0392156862745,35.2941176470588,18.6274509803922],[27.4509803921569,14.7058823529412,5.88235294117647],[12.7450980392157,0.980392156862745,2.94117647058824],[19.6078431372549,6.86274509803922,15.6862745098039],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,4.90196078431373],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[0,0,1.96078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[31.3725490196078,27.4509803921569,26.4705882352941],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[21.5686274509804,13.7254901960784,11.7647058823529],[19.6078431372549,11.7647058823529,9.80392156862745],[17.6470588235294,9.80392156862745,7.84313725490196],[30.3921568627451,22.5490196078431,20.5882352941176],[39.2156862745098,30.3921568627451,31.3725490196078],[28.4313725490196,19.6078431372549,20.5882352941176],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[5.88235294117647,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[13.7254901960784,4.90196078431373,0],[39.2156862745098,30.3921568627451,23.5294117647059],[14.7058823529412,7.84313725490196,0],[21.5686274509804,14.7058823529412,8.82352941176471],[44.1176470588235,37.2549019607843,31.3725490196078],[32.3529411764706,23.5294117647059,16.6666666666667],[13.7254901960784,4.90196078431373,0],[35.2941176470588,25.4901960784314,16.6666666666667],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,11.7647058823529,0.980392156862745],[23.5294117647059,7.84313725490196,0],[53.921568627451,36.2745098039216,22.5490196078431],[47.0588235294118,28.4313725490196,13.7254901960784],[45.0980392156863,26.4705882352941,11.7647058823529],[97.0588235294118,70.5882352941177,53.921568627451],[110.78431372549,73.5294117647059,54.9019607843137],[89.2156862745098,45.0980392156863,22.5490196078431],[111.764705882353,69.6078431372549,36.2745098039216],[96.078431372549,54.9019607843137,13.7254901960784],[129.411764705882,88.2352941176471,39.2156862745098],[136.274509803922,96.078431372549,43.1372549019608],[113.725490196078,71.5686274509804,19.6078431372549],[125.490196078431,78.4313725490196,30.3921568627451],[120.588235294118,68.6274509803922,25.4901960784314],[142.156862745098,88.2352941176471,50],[138.235294117647,80.3921568627451,47.0588235294118],[158.823529411765,100.980392156863,67.6470588235294],[165.686274509804,111.764705882353,73.5294117647059],[130.392156862745,77.4509803921569,32.3529411764706],[136.274509803922,84.3137254901961,33.3333333333333],[126.470588235294,74.5098039215686,23.5294117647059],[164.705882352941,112.745098039216,69.6078431372549],[216.666666666667,172.549019607843,132.352941176471],[199.019607843137,166.666666666667,122.549019607843],[139.21568627451,118.627450980392,74.5098039215686],[93.1372549019608,87.2549019607843,40.1960784313726],[53.921568627451,56.8627450980392,10.7843137254902],[67.6470588235294,79.4117647058823,32.3529411764706],[89.2156862745098,101.960784313725,58.8235294117647],[48.0392156862745,60.7843137254902,18.6274509803922],[139.21568627451,150.980392156863,111.764705882353],[83.3333333333333,95.0980392156863,57.843137254902],[103.921568627451,119.607843137255,83.3333333333333],[104.901960784314,124.509803921569,88.2352941176471],[104.901960784314,130.392156862745,92.156862745098],[162.745098039216,194.117647058824,153.921568627451],[83.3333333333333,115.686274509804,85.2941176470588],[16.6666666666667,46.078431372549,38.2352941176471],[34.3137254901961,61.7647058823529,64.7058823529412],[27.4509803921569,55.8823529411765,51.9607843137255],[33.3333333333333,62.7450980392157,54.9019607843137],[50,79.4117647058823,67.6470588235294],[41.1764705882353,70.5882352941177,58.8235294117647],[42.156862745098,68.6274509803922,61.7647058823529],[38.2352941176471,63.7254901960784,60.7843137254902],[49.0196078431373,72.5490196078431,74.5098039215686],[47.0588235294118,69.6078431372549,75.4901960784314],[34.3137254901961,56.8627450980392,62.7450980392157],[37.2549019607843,60.7843137254902,62.7450980392157],[64.7058823529412,89.2156862745098,83.3333333333333],[40.1960784313726,66.6666666666667,51.9607843137255],[52.9411764705882,80.3921568627451,57.843137254902],[120.588235294118,146.078431372549,121.56862745098],[132.352941176471,157.843137254902,133.333333333333],[65.6862745098039,93.1372549019608,70.5882352941177],[55.8823529411765,89.2156862745098,65.6862745098039],[32.3529411764706,69.6078431372549,47.0588235294118],[120.588235294118,161.764705882353,138.235294117647],[53.921568627451,97.0588235294118,72.5490196078431],[126.470588235294,168.627450980392,142.156862745098],[216.666666666667,250,228.43137254902],[161.764705882353,196.078431372549,166.666666666667],[93.1372549019608,122.549019607843,95.0980392156863],[164.705882352941,190.196078431373,163.725490196078],[173.529411764706,197.058823529412,171.56862745098],[74.5098039215686,100,75.4901960784314],[126.470588235294,153.921568627451,131.372549019608],[55.8823529411765,87.2549019607843,66.6666666666667],[24.5098039215686,60.7843137254902,43.1372549019608],[29.4117647058824,71.5686274509804,54.9019607843137],[38.2352941176471,81.3725490196078,66.6666666666667],[88.2352941176471,130.392156862745,111.764705882353],[102.941176470588,144.117647058824,120.588235294118],[172.549019607843,210.78431372549,182.352941176471],[138.235294117647,173.529411764706,138.235294117647],[125.490196078431,156.862745098039,116.666666666667],[172.549019607843,200.980392156863,155.882352941176],[116.666666666667,143.137254901961,93.1372549019608],[132.352941176471,151.960784313725,100],[200,216.666666666667,162.745098039216],[188.235294117647,202.941176470588,147.058823529412],[142.156862745098,154.901960784314,100],[168.627450980392,179.411764705882,124.509803921569],[239.21568627451,248.039215686275,192.156862745098],[196.078431372549,204.901960784314,149.019607843137],[191.176470588235,202.941176470588,142.156862745098],[159.803921568627,171.56862745098,108.823529411765],[116.666666666667,125.490196078431,63.7254901960784],[91.1764705882353,94.1176470588235,38.2352941176471],[108.823529411765,106.862745098039,58.8235294117647],[119.607843137255,116.666666666667,74.5098039215686],[92.156862745098,88.2352941176471,50.9803921568627],[88.2352941176471,86.2745098039216,49.0196078431373],[37.2549019607843,40.1960784313726,0],[55.8823529411765,61.7647058823529,16.6666666666667],[78.4313725490196,84.3137254901961,39.2156862745098],[58.8235294117647,60.7843137254902,14.7058823529412],[100,97.0588235294118,52.9411764705882],[99.0196078431373,93.1372549019608,46.078431372549],[120.588235294118,108.823529411765,57.843137254902],[144.117647058824,131.372549019608,79.4117647058823],[104.901960784314,91.1764705882353,45.0980392156863],[157.843137254902,143.137254901961,100.980392156863],[132.352941176471,120.588235294118,83.3333333333333],[131.372549019608,122.549019607843,82.3529411764706],[101.960784313725,96.078431372549,47.0588235294118],[123.529411764706,121.56862745098,65.6862745098039],[106.862745098039,104.901960784314,47.0588235294118],[100,94.1176470588235,43.1372549019608],[68.6274509803922,59.8039215686275,21.5686274509804],[77.4509803921569,63.7254901960784,35.2941176470588],[50.9803921568627,35.2941176470588,12.7450980392157],[40.1960784313726,23.5294117647059,5.88235294117647],[58.8235294117647,41.1764705882353,27.4509803921569],[39.2156862745098,22.5490196078431,15.6862745098039],[22.5490196078431,5.88235294117647,11.7647058823529],[9.80392156862745,0,4.90196078431373],[7.84313725490196,0,3.92156862745098],[13.7254901960784,2.94117647058824,8.82352941176471],[22.5490196078431,13.7254901960784,18.6274509803922],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[7.84313725490196,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[21.5686274509804,16.6666666666667,13.7254901960784],[17.6470588235294,12.7450980392157,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[20.5882352941176,15.6862745098039,12.7450980392157],[48.0392156862745,42.156862745098,42.156862745098],[20.5882352941176,14.7058823529412,14.7058823529412],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[14.7058823529412,8.82352941176471,10.7843137254902],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[14.7058823529412,5.88235294117647,0.980392156862745],[31.3725490196078,22.5490196078431,17.6470588235294],[50,39.2156862745098,35.2941176470588],[26.4705882352941,15.6862745098039,9.80392156862745],[38.2352941176471,25.4901960784314,16.6666666666667],[35.2941176470588,22.5490196078431,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[41.1764705882353,27.4509803921569,16.6666666666667],[36.2745098039216,22.5490196078431,11.7647058823529],[23.5294117647059,7.84313725490196,0],[22.5490196078431,4.90196078431373,0],[52.9411764705882,34.3137254901961,20.5882352941176],[79.4117647058823,58.8235294117647,42.156862745098],[81.3725490196078,54.9019607843137,36.2745098039216],[93.1372549019608,55.8823529411765,33.3333333333333],[83.3333333333333,39.2156862745098,10.7843137254902],[125.490196078431,80.3921568627451,45.0980392156863],[149.019607843137,102.941176470588,59.8039215686275],[117.647058823529,70.5882352941177,22.5490196078431],[147.058823529412,100.980392156863,50],[183.333333333333,137.254901960784,86.2745098039216],[120.588235294118,73.5294117647059,25.4901960784314],[91.1764705882353,44.1176470588235,0],[126.470588235294,75.4901960784314,36.2745098039216],[130.392156862745,79.4117647058823,41.1764705882353],[147.058823529412,96.078431372549,57.843137254902],[169.607843137255,119.607843137255,77.4509803921569],[126.470588235294,73.5294117647059,28.4313725490196],[144.117647058824,88.2352941176471,36.2745098039216],[156.862745098039,100.980392156863,49.0196078431373],[144.117647058824,88.2352941176471,44.1176470588235],[204.901960784314,158.823529411765,115.686274509804],[181.372549019608,150,101.960784313725],[93.1372549019608,73.5294117647059,23.5294117647059],[143.137254901961,131.372549019608,84.3137254901961],[166.666666666667,164.705882352941,116.666666666667],[135.294117647059,142.156862745098,91.1764705882353],[138.235294117647,150,100.980392156863],[123.529411764706,136.274509803922,91.1764705882353],[125.490196078431,140.196078431373,100],[100.980392156863,115.686274509804,83.3333333333333],[92.156862745098,110.78431372549,81.3725490196078],[31.3725490196078,56.8627450980392,20.5882352941176],[82.3529411764706,112.745098039216,72.5490196078431],[189.21568627451,216.666666666667,176.470588235294],[149.019607843137,177.450980392157,147.058823529412],[28.4313725490196,54.9019607843137,48.0392156862745],[30.3921568627451,57.843137254902,60.7843137254902],[46.078431372549,74.5098039215686,72.5490196078431],[40.1960784313726,68.6274509803922,63.7254901960784],[26.4705882352941,55.8823529411765,46.078431372549],[36.2745098039216,65.6862745098039,55.8823529411765],[41.1764705882353,70.5882352941177,60.7843137254902],[44.1176470588235,72.5490196078431,67.6470588235294],[28.4313725490196,55.8823529411765,56.8627450980392],[43.1372549019608,70.5882352941177,74.5098039215686],[26.4705882352941,52.9411764705882,59.8039215686275],[53.921568627451,81.3725490196078,85.2941176470588],[48.0392156862745,73.5294117647059,70.5882352941177],[41.1764705882353,66.6666666666667,53.921568627451],[39.2156862745098,66.6666666666667,44.1176470588235],[97.0588235294118,125.490196078431,98.0392156862745],[182.352941176471,209.803921568627,185.294117647059],[101.960784313725,131.372549019608,107.843137254902],[30.3921568627451,62.7450980392157,42.156862745098],[50,87.2549019607843,66.6666666666667],[75.4901960784314,116.666666666667,97.0588235294118],[122.549019607843,164.705882352941,145.098039215686],[88.2352941176471,129.411764705882,107.843137254902],[197.058823529412,236.274509803922,210.78431372549],[116.666666666667,151.960784313725,124.509803921569],[54.9019607843137,87.2549019607843,58.8235294117647],[175.490196078431,203.921568627451,174.509803921569],[194.117647058824,222.549019607843,195.098039215686],[117.647058823529,145.098039215686,120.588235294118],[97.0588235294118,125.490196078431,103.921568627451],[33.3333333333333,63.7254901960784,46.078431372549],[47.0588235294118,80.3921568627451,64.7058823529412],[44.1176470588235,83.3333333333333,72.5490196078431],[51.9607843137255,92.156862745098,78.4313725490196],[59.8039215686275,100.980392156863,79.4117647058823],[62.7450980392157,101.960784313725,75.4901960784314],[154.901960784314,191.176470588235,160.78431372549],[124.509803921569,159.803921568627,124.509803921569],[134.313725490196,165.686274509804,127.450980392157],[106.862745098039,137.254901960784,94.1176470588235],[132.352941176471,159.803921568627,111.764705882353],[169.607843137255,194.117647058824,140.196078431373],[152.941176470588,173.529411764706,117.647058823529],[176.470588235294,196.078431372549,138.235294117647],[226.470588235294,243.137254901961,189.21568627451],[197.058823529412,211.764705882353,157.843137254902],[138.235294117647,150.980392156863,98.0392156862745],[162.745098039216,175.490196078431,120.588235294118],[191.176470588235,204.901960784314,145.098039215686],[142.156862745098,153.921568627451,91.1764705882353],[170.588235294118,181.372549019608,116.666666666667],[148.039215686275,153.921568627451,93.1372549019608],[126.470588235294,129.411764705882,77.4509803921569],[115.686274509804,114.705882352941,71.5686274509804],[78.4313725490196,76.4705882352941,38.2352941176471],[41.1764705882353,41.1764705882353,3.92156862745098],[105.882352941176,108.823529411765,64.7058823529412],[101.960784313725,104.901960784314,58.8235294117647],[66.6666666666667,69.6078431372549,25.4901960784314],[57.843137254902,58.8235294117647,15.6862745098039],[54.9019607843137,51.9607843137255,11.7647058823529],[83.3333333333333,78.4313725490196,37.2549019607843],[144.117647058824,136.274509803922,88.2352941176471],[140.196078431373,128.43137254902,77.4509803921569],[87.2549019607843,75.4901960784314,26.4705882352941],[65.6862745098039,53.921568627451,6.86274509803922],[110.78431372549,102.941176470588,57.843137254902],[121.56862745098,114.705882352941,69.6078431372549],[123.529411764706,117.647058823529,66.6666666666667],[101.960784313725,97.0588235294118,40.1960784313726],[78.4313725490196,74.5098039215686,14.7058823529412],[119.607843137255,110.78431372549,54.9019607843137],[95.0980392156863,83.3333333333333,36.2745098039216],[85.2941176470588,67.6470588235294,30.3921568627451],[95.0980392156863,74.5098039215686,44.1176470588235],[64.7058823529412,43.1372549019608,19.6078431372549],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,8.82352941176471],[21.5686274509804,2.94117647058824,6.86274509803922],[18.6274509803922,1.96078431372549,11.7647058823529],[13.7254901960784,0.980392156862745,7.84313725490196],[8.82352941176471,0,2.94117647058824],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,11.7647058823529],[7.84313725490196,5.88235294117647,6.86274509803922],[131.372549019608,129.411764705882,130.392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,2.94117647058824],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[24.5098039215686,22.5490196078431,23.5294117647059],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[18.6274509803922,13.7254901960784,10.7843137254902],[19.6078431372549,14.7058823529412,11.7647058823529],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,6.86274509803922,4.90196078431373],[12.7450980392157,2.94117647058824,1.96078431372549],[21.5686274509804,9.80392156862745,9.80392156862745],[41.1764705882353,25.4901960784314,26.4705882352941],[67.6470588235294,50,48.0392156862745],[21.5686274509804,2.94117647058824,0],[66.6666666666667,48.0392156862745,34.3137254901961],[63.7254901960784,45.0980392156863,28.4313725490196],[60.7843137254902,42.156862745098,27.4509803921569],[52.9411764705882,35.2941176470588,21.5686274509804],[43.1372549019608,25.4901960784314,15.6862745098039],[31.3725490196078,12.7450980392157,5.88235294117647],[29.4117647058824,9.80392156862745,2.94117647058824],[36.2745098039216,16.6666666666667,5.88235294117647],[50,29.4117647058824,12.7450980392157],[65.6862745098039,40.1960784313726,17.6470588235294],[121.56862745098,87.2549019607843,59.8039215686275],[119.607843137255,77.4509803921569,44.1176470588235],[142.156862745098,93.1372549019608,56.8627450980392],[168.627450980392,114.705882352941,74.5098039215686],[125.490196078431,65.6862745098039,22.5490196078431],[172.549019607843,114.705882352941,71.5686274509804],[164.705882352941,111.764705882353,66.6666666666667],[97.0588235294118,50.9803921568627,5.88235294117647],[80.3921568627451,43.1372549019608,0],[82.3529411764706,50,5.88235294117647],[104.901960784314,74.5098039215686,31.3725490196078],[143.137254901961,110.78431372549,66.6666666666667],[174.509803921569,134.313725490196,89.2156862745098],[182.352941176471,133.333333333333,85.2941176470588],[167.647058823529,106.862745098039,56.8627450980392],[162.745098039216,100.980392156863,49.0196078431373],[158.823529411765,103.921568627451,53.921568627451],[176.470588235294,134.313725490196,82.3529411764706],[193.137254901961,167.647058823529,111.764705882353],[91.1764705882353,71.5686274509804,21.5686274509804],[73.5294117647059,51.9607843137255,13.7254901960784],[109.803921568627,94.1176470588235,58.8235294117647],[121.56862745098,117.647058823529,70.5882352941177],[126.470588235294,130.392156862745,80.3921568627451],[123.529411764706,137.254901960784,89.2156862745098],[150.980392156863,171.56862745098,133.333333333333],[107.843137254902,129.411764705882,106.862745098039],[84.3137254901961,112.745098039216,93.1372549019608],[66.6666666666667,106.862745098039,77.4509803921569],[106.862745098039,143.137254901961,112.745098039216],[104.901960784314,127.450980392157,101.960784313725],[120.588235294118,137.254901960784,118.627450980392],[59.8039215686275,85.2941176470588,74.5098039215686],[37.2549019607843,67.6470588235294,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[39.2156862745098,66.6666666666667,67.6470588235294],[34.3137254901961,63.7254901960784,63.7254901960784],[35.2941176470588,65.6862745098039,60.7843137254902],[46.078431372549,78.4313725490196,69.6078431372549],[43.1372549019608,75.4901960784314,66.6666666666667],[50.9803921568627,85.2941176470588,78.4313725490196],[38.2352941176471,73.5294117647059,69.6078431372549],[43.1372549019608,76.4705882352941,78.4313725490196],[77.4509803921569,107.843137254902,110.78431372549],[74.5098039215686,103.921568627451,101.960784313725],[46.078431372549,75.4901960784314,63.7254901960784],[60.7843137254902,88.2352941176471,65.6862745098039],[97.0588235294118,126.470588235294,99.0196078431373],[157.843137254902,191.176470588235,164.705882352941],[166.666666666667,200.980392156863,177.450980392157],[32.3529411764706,66.6666666666667,47.0588235294118],[46.078431372549,82.3529411764706,65.6862745098039],[29.4117647058824,66.6666666666667,53.921568627451],[116.666666666667,156.862745098039,143.137254901961],[181.372549019608,219.607843137255,201.960784313725],[131.372549019608,169.607843137255,149.019607843137],[42.156862745098,80.3921568627451,53.921568627451],[105.882352941176,142.156862745098,109.803921568627],[148.039215686275,182.352941176471,150],[196.078431372549,228.43137254902,198.039215686275],[106.862745098039,139.21568627451,112.745098039216],[75.4901960784314,106.862745098039,86.2745098039216],[49.0196078431373,79.4117647058823,64.7058823529412],[96.078431372549,125.490196078431,113.725490196078],[96.078431372549,122.549019607843,113.725490196078],[75.4901960784314,103.921568627451,86.2745098039216],[52.9411764705882,83.3333333333333,51.9607843137255],[38.2352941176471,69.6078431372549,29.4117647058824],[92.156862745098,123.529411764706,83.3333333333333],[109.803921568627,140.196078431373,100],[81.3725490196078,111.764705882353,71.5686274509804],[87.2549019607843,115.686274509804,72.5490196078431],[105.882352941176,134.313725490196,81.3725490196078],[123.529411764706,151.960784313725,89.2156862745098],[109.803921568627,136.274509803922,68.6274509803922],[121.56862745098,146.078431372549,79.4117647058823],[152.941176470588,174.509803921569,113.725490196078],[189.21568627451,209.803921568627,154.901960784314],[134.313725490196,151.960784313725,102.941176470588],[159.803921568627,175.490196078431,127.450980392157],[99.0196078431373,111.764705882353,59.8039215686275],[41.1764705882353,50.9803921568627,0],[67.6470588235294,76.4705882352941,24.5098039215686],[94.1176470588235,102.941176470588,50.9803921568627],[194.117647058824,200,152.941176470588],[135.294117647059,138.235294117647,94.1176470588235],[81.3725490196078,84.3137254901961,42.156862745098],[126.470588235294,127.450980392157,86.2745098039216],[182.352941176471,183.333333333333,140.196078431373],[117.647058823529,118.627450980392,75.4901960784314],[66.6666666666667,67.6470588235294,24.5098039215686],[31.3725490196078,30.3921568627451,0],[96.078431372549,95.0980392156863,51.9607843137255],[109.803921568627,106.862745098039,64.7058823529412],[90.1960784313725,87.2549019607843,43.1372549019608],[116.666666666667,112.745098039216,65.6862745098039],[103.921568627451,98.0392156862745,47.0588235294118],[68.6274509803922,63.7254901960784,9.80392156862745],[30.3921568627451,27.4509803921569,0],[97.0588235294118,95.0980392156863,45.0980392156863],[84.3137254901961,83.3333333333333,28.4313725490196],[95.0980392156863,93.1372549019608,35.2941176470588],[109.803921568627,103.921568627451,43.1372549019608],[177.450980392157,166.666666666667,105.882352941176],[139.21568627451,120.588235294118,62.7450980392157],[124.509803921569,102.941176470588,47.0588235294118],[105.882352941176,80.3921568627451,32.3529411764706],[92.156862745098,64.7058823529412,26.4705882352941],[93.1372549019608,67.6470588235294,43.1372549019608],[71.5686274509804,49.0196078431373,35.2941176470588],[38.2352941176471,17.6470588235294,16.6666666666667],[56.8627450980392,41.1764705882353,44.1176470588235],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,6.86274509803922,6.86274509803922],[31.3725490196078,25.4901960784314,25.4901960784314],[3.92156862745098,0,0],[29.4117647058824,25.4901960784314,26.4705882352941],[198.039215686275,194.117647058824,195.098039215686],[27.4509803921569,22.5490196078431,26.4705882352941],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[9.80392156862745,3.92156862745098,7.84313725490196],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549]],[[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[10.7843137254902,6.86274509803922,3.92156862745098],[14.7058823529412,10.7843137254902,7.84313725490196],[12.7450980392157,8.82352941176471,5.88235294117647],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,0.980392156862745,0],[23.5294117647059,18.6274509803922,14.7058823529412],[44.1176470588235,39.2156862745098,35.2941176470588],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[15.6862745098039,9.80392156862745,11.7647058823529],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[39.2156862745098,33.3333333333333,35.2941176470588],[85.2941176470588,77.4509803921569,74.5098039215686],[6.86274509803922,0,0],[9.80392156862745,0,0],[35.2941176470588,17.6470588235294,17.6470588235294],[42.156862745098,21.5686274509804,18.6274509803922],[28.4313725490196,6.86274509803922,0],[64.7058823529412,44.1176470588235,25.4901960784314],[97.0588235294118,75.4901960784314,52.9411764705882],[74.5098039215686,54.9019607843137,31.3725490196078],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,4.90196078431373],[16.6666666666667,0,0],[43.1372549019608,23.5294117647059,14.7058823529412],[57.843137254902,39.2156862745098,25.4901960784314],[52.9411764705882,32.3529411764706,11.7647058823529],[94.1176470588235,68.6274509803922,42.156862745098],[111.764705882353,79.4117647058823,45.0980392156863],[116.666666666667,75.4901960784314,38.2352941176471],[128.43137254902,77.4509803921569,38.2352941176471],[180.392156862745,122.549019607843,81.3725490196078],[150.980392156863,87.2549019607843,46.078431372549],[190.196078431373,128.43137254902,85.2941176470588],[177.450980392157,121.56862745098,77.4509803921569],[108.823529411765,62.7450980392157,17.6470588235294],[102.941176470588,71.5686274509804,23.5294117647059],[209.803921568627,187.254901960784,138.235294117647],[113.725490196078,92.156862745098,44.1176470588235],[109.803921568627,84.3137254901961,36.2745098039216],[147.058823529412,111.764705882353,62.7450980392157],[189.21568627451,143.137254901961,92.156862745098],[200.980392156863,140.196078431373,90.1960784313725],[204.901960784314,143.137254901961,91.1764705882353],[206.862745098039,155.882352941176,100],[177.450980392157,139.21568627451,81.3725490196078],[158.823529411765,139.21568627451,81.3725490196078],[138.235294117647,122.549019607843,72.5490196078431],[90.1960784313725,66.6666666666667,33.3333333333333],[95.0980392156863,75.4901960784314,43.1372549019608],[118.627450980392,110.78431372549,65.6862745098039],[140.196078431373,144.117647058824,94.1176470588235],[123.529411764706,137.254901960784,89.2156862745098],[104.901960784314,126.470588235294,89.2156862745098],[173.529411764706,198.039215686275,179.411764705882],[138.235294117647,169.607843137255,156.862745098039],[49.0196078431373,92.156862745098,69.6078431372549],[17.6470588235294,56.8627450980392,31.3725490196078],[51.9607843137255,68.6274509803922,50.9803921568627],[50.9803921568627,62.7450980392157,49.0196078431373],[49.0196078431373,74.5098039215686,61.7647058823529],[40.1960784313726,70.5882352941177,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[36.2745098039216,63.7254901960784,67.6470588235294],[36.2745098039216,64.7058823529412,68.6274509803922],[34.3137254901961,65.6862745098039,64.7058823529412],[50.9803921568627,86.2745098039216,76.4705882352941],[63.7254901960784,100.980392156863,88.2352941176471],[50,89.2156862745098,78.4313725490196],[37.2549019607843,77.4509803921569,69.6078431372549],[62.7450980392157,100.980392156863,100],[71.5686274509804,106.862745098039,106.862745098039],[61.7647058823529,93.1372549019608,90.1960784313725],[78.4313725490196,107.843137254902,98.0392156862745],[65.6862745098039,95.0980392156863,71.5686274509804],[88.2352941176471,118.627450980392,88.2352941176471],[119.607843137255,155.882352941176,125.490196078431],[127.450980392157,165.686274509804,139.21568627451],[121.56862745098,158.823529411765,138.235294117647],[27.4509803921569,64.7058823529412,50],[29.4117647058824,66.6666666666667,55.8823529411765],[52.9411764705882,92.156862745098,81.3725490196078],[151.960784313725,192.156862745098,178.43137254902],[41.1764705882353,79.4117647058823,60.7843137254902],[31.3725490196078,70.5882352941177,44.1176470588235],[114.705882352941,153.921568627451,120.588235294118],[125.490196078431,161.764705882353,128.43137254902],[197.058823529412,231.372549019608,199.019607843137],[100,132.352941176471,103.921568627451],[65.6862745098039,94.1176470588235,72.5490196078431],[72.5490196078431,100,85.2941176470588],[88.2352941176471,113.725490196078,102.941176470588],[94.1176470588235,117.647058823529,104.901960784314],[61.7647058823529,86.2745098039216,64.7058823529412],[40.1960784313726,67.6470588235294,28.4313725490196],[58.8235294117647,87.2549019607843,42.156862745098],[79.4117647058823,107.843137254902,64.7058823529412],[100.980392156863,131.372549019608,91.1764705882353],[84.3137254901961,113.725490196078,78.4313725490196],[89.2156862745098,116.666666666667,76.4705882352941],[92.156862745098,121.56862745098,68.6274509803922],[145.098039215686,174.509803921569,111.764705882353],[198.039215686275,228.43137254902,159.803921568627],[157.843137254902,187.254901960784,118.627450980392],[168.627450980392,194.117647058824,134.313725490196],[110.78431372549,135.294117647059,81.3725490196078],[128.43137254902,151.960784313725,100.980392156863],[105.882352941176,125.490196078431,77.4509803921569],[88.2352941176471,100.980392156863,55.8823529411765],[75.4901960784314,87.2549019607843,42.156862745098],[63.7254901960784,75.4901960784314,30.3921568627451],[68.6274509803922,77.4509803921569,33.3333333333333],[172.549019607843,179.411764705882,136.274509803922],[178.43137254902,185.294117647059,142.156862745098],[159.803921568627,165.686274509804,122.549019607843],[99.0196078431373,101.960784313725,57.843137254902],[131.372549019608,134.313725490196,90.1960784313725],[96.078431372549,97.0588235294118,53.921568627451],[93.1372549019608,94.1176470588235,50.9803921568627],[80.3921568627451,79.4117647058823,36.2745098039216],[70.5882352941177,69.6078431372549,26.4705882352941],[30.3921568627451,29.4117647058824,0],[66.6666666666667,65.6862745098039,22.5490196078431],[89.2156862745098,87.2549019607843,40.1960784313726],[97.0588235294118,94.1176470588235,40.1960784313726],[135.294117647059,133.333333333333,77.4509803921569],[63.7254901960784,62.7450980392157,7.84313725490196],[89.2156862745098,88.2352941176471,33.3333333333333],[128.43137254902,127.450980392157,72.5490196078431],[108.823529411765,106.862745098039,50.9803921568627],[103.921568627451,95.0980392156863,37.2549019607843],[137.254901960784,126.470588235294,65.6862745098039],[121.56862745098,101.960784313725,40.1960784313726],[148.039215686275,124.509803921569,63.7254901960784],[139.21568627451,112.745098039216,58.8235294117647],[127.450980392157,99.0196078431373,55.8823529411765],[100.980392156863,74.5098039215686,45.0980392156863],[74.5098039215686,51.9607843137255,34.3137254901961],[42.156862745098,21.5686274509804,16.6666666666667],[33.3333333333333,17.6470588235294,17.6470588235294],[12.7450980392157,4.90196078431373,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[27.4509803921569,21.5686274509804,21.5686274509804],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,13.7254901960784],[9.80392156862745,3.92156862745098,7.84313725490196],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[9.80392156862745,7.84313725490196,10.7843137254902]],[[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[11.7647058823529,6.86274509803922,3.92156862745098],[27.4509803921569,22.5490196078431,18.6274509803922],[17.6470588235294,10.7843137254902,4.90196078431373],[35.2941176470588,28.4313725490196,22.5490196078431],[50,43.1372549019608,37.2549019607843],[15.6862745098039,6.86274509803922,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[15.6862745098039,5.88235294117647,3.92156862745098],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,17.6470588235294,21.5686274509804],[26.4705882352941,16.6666666666667,15.6862745098039],[23.5294117647059,16.6666666666667,6.86274509803922],[33.3333333333333,25.4901960784314,14.7058823529412],[17.6470588235294,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[41.1764705882353,23.5294117647059,13.7254901960784],[51.9607843137255,31.3725490196078,14.7058823529412],[39.2156862745098,19.6078431372549,0],[71.5686274509804,52.9411764705882,23.5294117647059],[74.5098039215686,55.8823529411765,26.4705882352941],[78.4313725490196,58.8235294117647,34.3137254901961],[42.156862745098,24.5098039215686,4.90196078431373],[51.9607843137255,33.3333333333333,18.6274509803922],[73.5294117647059,51.9607843137255,38.2352941176471],[57.843137254902,37.2549019607843,18.6274509803922],[78.4313725490196,57.843137254902,31.3725490196078],[112.745098039216,89.2156862745098,55.8823529411765],[99.0196078431373,65.6862745098039,28.4313725490196],[86.2745098039216,44.1176470588235,2.94117647058824],[87.2549019607843,37.2549019607843,0],[188.235294117647,132.352941176471,88.2352941176471],[183.333333333333,121.56862745098,78.4313725490196],[176.470588235294,116.666666666667,70.5882352941177],[166.666666666667,113.725490196078,67.6470588235294],[134.313725490196,89.2156862745098,41.1764705882353],[139.21568627451,103.921568627451,54.9019607843137],[250,237.254901960784,188.235294117647],[166.666666666667,139.21568627451,90.1960784313725],[125.490196078431,96.078431372549,45.0980392156863],[116.666666666667,80.3921568627451,28.4313725490196],[142.156862745098,96.078431372549,43.1372549019608],[181.372549019608,125.490196078431,71.5686274509804],[192.156862745098,137.254901960784,81.3725490196078],[229.411764705882,185.294117647059,127.450980392157],[208.823529411765,177.450980392157,121.56862745098],[110.78431372549,94.1176470588235,39.2156862745098],[130.392156862745,118.627450980392,69.6078431372549],[102.941176470588,85.2941176470588,50],[77.4509803921569,61.7647058823529,28.4313725490196],[122.549019607843,118.627450980392,74.5098039215686],[123.529411764706,129.411764705882,84.3137254901961],[88.2352941176471,102.941176470588,60.7843137254902],[174.509803921569,196.078431372549,160.78431372549],[96.078431372549,120.588235294118,101.960784313725],[62.7450980392157,93.1372549019608,78.4313725490196],[155.882352941176,197.058823529412,177.450980392157],[78.4313725490196,112.745098039216,93.1372549019608],[48.0392156862745,64.7058823529412,49.0196078431373],[48.0392156862745,59.8039215686275,46.078431372549],[56.8627450980392,82.3529411764706,69.6078431372549],[42.156862745098,72.5490196078431,64.7058823529412],[54.9019607843137,83.3333333333333,81.3725490196078],[68.6274509803922,96.078431372549,99.0196078431373],[35.2941176470588,64.7058823529412,66.6666666666667],[29.4117647058824,58.8235294117647,58.8235294117647],[61.7647058823529,94.1176470588235,85.2941176470588],[52.9411764705882,90.1960784313725,77.4509803921569],[46.078431372549,85.2941176470588,74.5098039215686],[47.0588235294118,86.2745098039216,78.4313725490196],[52.9411764705882,91.1764705882353,90.1960784313725],[63.7254901960784,99.0196078431373,99.0196078431373],[65.6862745098039,97.0588235294118,94.1176470588235],[67.6470588235294,97.0588235294118,85.2941176470588],[64.7058823529412,94.1176470588235,70.5882352941177],[114.705882352941,145.098039215686,114.705882352941],[127.450980392157,163.725490196078,131.372549019608],[112.745098039216,152.941176470588,123.529411764706],[186.274509803922,225.490196078431,201.960784313725],[128.43137254902,168.627450980392,150.980392156863],[45.0980392156863,85.2941176470588,71.5686274509804],[22.5490196078431,61.7647058823529,50.9803921568627],[74.5098039215686,114.705882352941,100.980392156863],[94.1176470588235,135.294117647059,115.686274509804],[54.9019607843137,94.1176470588235,68.6274509803922],[138.235294117647,176.470588235294,146.078431372549],[158.823529411765,193.137254901961,160.78431372549],[183.333333333333,216.666666666667,184.313725490196],[130.392156862745,158.823529411765,131.372549019608],[56.8627450980392,81.3725490196078,59.8039215686275],[43.1372549019608,63.7254901960784,49.0196078431373],[63.7254901960784,84.3137254901961,69.6078431372549],[108.823529411765,133.333333333333,114.705882352941],[96.078431372549,124.509803921569,97.0588235294118],[69.6078431372549,100,59.8039215686275],[86.2745098039216,116.666666666667,75.4901960784314],[139.21568627451,168.627450980392,131.372549019608],[88.2352941176471,117.647058823529,84.3137254901961],[110.78431372549,139.21568627451,109.803921568627],[103.921568627451,133.333333333333,100],[157.843137254902,189.21568627451,143.137254901961],[155.882352941176,186.274509803922,130.392156862745],[157.843137254902,189.21568627451,127.450980392157],[136.274509803922,165.686274509804,104.901960784314],[139.21568627451,167.647058823529,112.745098039216],[141.176470588235,167.647058823529,115.686274509804],[170.588235294118,197.058823529412,143.137254901961],[141.176470588235,163.725490196078,112.745098039216],[59.8039215686275,76.4705882352941,32.3529411764706],[100,114.705882352941,72.5490196078431],[92.156862745098,104.901960784314,62.7450980392157],[54.9019607843137,67.6470588235294,25.4901960784314],[68.6274509803922,79.4117647058823,37.2549019607843],[52.9411764705882,63.7254901960784,21.5686274509804],[97.0588235294118,105.882352941176,63.7254901960784],[72.5490196078431,79.4117647058823,36.2745098039216],[82.3529411764706,88.2352941176471,45.0980392156863],[121.56862745098,124.509803921569,82.3529411764706],[139.21568627451,140.196078431373,97.0588235294118],[65.6862745098039,66.6666666666667,23.5294117647059],[53.921568627451,52.9411764705882,9.80392156862745],[54.9019607843137,53.921568627451,10.7843137254902],[107.843137254902,106.862745098039,61.7647058823529],[90.1960784313725,88.2352941176471,40.1960784313726],[159.803921568627,154.901960784314,100],[175.490196078431,170.588235294118,113.725490196078],[128.43137254902,126.470588235294,70.5882352941177],[119.607843137255,116.666666666667,64.7058823529412],[123.529411764706,120.588235294118,68.6274509803922],[140.196078431373,134.313725490196,83.3333333333333],[153.921568627451,147.058823529412,93.1372549019608],[81.3725490196078,68.6274509803922,14.7058823529412],[66.6666666666667,50.9803921568627,0],[106.862745098039,86.2745098039216,30.3921568627451],[136.274509803922,113.725490196078,62.7450980392157],[163.725490196078,141.176470588235,98.0392156862745],[103.921568627451,83.3333333333333,52.9411764705882],[33.3333333333333,16.6666666666667,0],[19.6078431372549,5.88235294117647,0],[35.2941176470588,24.5098039215686,20.5882352941176],[17.6470588235294,9.80392156862745,6.86274509803922],[3.92156862745098,0,0],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,20.5882352941176,20.5882352941176],[40.1960784313726,31.3725490196078,32.3529411764706],[20.5882352941176,11.7647058823529,14.7058823529412],[32.3529411764706,23.5294117647059,26.4705882352941],[12.7450980392157,3.92156862745098,8.82352941176471],[16.6666666666667,7.84313725490196,12.7450980392157],[9.80392156862745,0.980392156862745,5.88235294117647],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[5.88235294117647,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[31.3725490196078,22.5490196078431,17.6470588235294],[33.3333333333333,24.5098039215686,17.6470588235294],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[11.7647058823529,0,0],[15.6862745098039,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[20.5882352941176,7.84313725490196,1.96078431372549],[14.7058823529412,0.980392156862745,0],[21.5686274509804,7.84313725490196,6.86274509803922],[36.2745098039216,22.5490196078431,21.5686274509804],[20.5882352941176,6.86274509803922,3.92156862745098],[32.3529411764706,24.5098039215686,11.7647058823529],[35.2941176470588,28.4313725490196,12.7450980392157],[39.2156862745098,29.4117647058824,19.6078431372549],[91.1764705882353,77.4509803921569,68.6274509803922],[110.78431372549,93.1372549019608,81.3725490196078],[46.078431372549,28.4313725490196,8.82352941176471],[39.2156862745098,22.5490196078431,0],[50.9803921568627,32.3529411764706,0.980392156862745],[78.4313725490196,59.8039215686275,28.4313725490196],[83.3333333333333,64.7058823529412,35.2941176470588],[78.4313725490196,58.8235294117647,35.2941176470588],[97.0588235294118,76.4705882352941,57.843137254902],[65.6862745098039,45.0980392156863,26.4705882352941],[34.3137254901961,14.7058823529412,0],[100.980392156863,80.3921568627451,50],[162.745098039216,137.254901960784,100.980392156863],[128.43137254902,94.1176470588235,52.9411764705882],[144.117647058824,101.960784313725,57.843137254902],[137.254901960784,87.2549019607843,41.1764705882353],[183.333333333333,131.372549019608,82.3529411764706],[180.392156862745,123.529411764706,74.5098039215686],[155.882352941176,100,48.0392156862745],[163.725490196078,111.764705882353,60.7843137254902],[122.549019607843,76.4705882352941,25.4901960784314],[116.666666666667,77.4509803921569,26.4705882352941],[94.1176470588235,58.8235294117647,7.84313725490196],[159.803921568627,129.411764705882,76.4705882352941],[164.705882352941,132.352941176471,80.3921568627451],[152.941176470588,114.705882352941,60.7843137254902],[169.607843137255,125.490196078431,69.6078431372549],[185.294117647059,136.274509803922,78.4313725490196],[146.078431372549,98.0392156862745,40.1960784313726],[122.549019607843,85.2941176470588,24.5098039215686],[156.862745098039,131.372549019608,73.5294117647059],[85.2941176470588,72.5490196078431,20.5882352941176],[155.882352941176,148.039215686275,101.960784313725],[111.764705882353,98.0392156862745,59.8039215686275],[56.8627450980392,45.0980392156863,7.84313725490196],[111.764705882353,108.823529411765,66.6666666666667],[137.254901960784,144.117647058824,100.980392156863],[91.1764705882353,107.843137254902,66.6666666666667],[157.843137254902,178.43137254902,146.078431372549],[27.4509803921569,51.9607843137255,30.3921568627451],[0,10.7843137254902,0],[24.5098039215686,60.7843137254902,44.1176470588235],[28.4313725490196,60.7843137254902,44.1176470588235],[50.9803921568627,64.7058823529412,50],[50,61.7647058823529,48.0392156862745],[48.0392156862745,73.5294117647059,60.7843137254902],[28.4313725490196,58.8235294117647,50.9803921568627],[47.0588235294118,75.4901960784314,73.5294117647059],[70.5882352941177,98.0392156862745,99.0196078431373],[46.078431372549,75.4901960784314,75.4901960784314],[46.078431372549,76.4705882352941,71.5686274509804],[71.5686274509804,103.921568627451,93.1372549019608],[47.0588235294118,82.3529411764706,68.6274509803922],[51.9607843137255,89.2156862745098,76.4705882352941],[65.6862745098039,104.901960784314,96.078431372549],[58.8235294117647,97.0588235294118,94.1176470588235],[55.8823529411765,91.1764705882353,89.2156862745098],[78.4313725490196,109.803921568627,104.901960784314],[50,79.4117647058823,67.6470588235294],[64.7058823529412,94.1176470588235,70.5882352941177],[153.921568627451,186.274509803922,155.882352941176],[150.980392156863,190.196078431373,156.862745098039],[89.2156862745098,132.352941176471,100],[106.862745098039,149.019607843137,122.549019607843],[170.588235294118,212.745098039216,193.137254901961],[119.607843137255,160.78431372549,147.058823529412],[47.0588235294118,90.1960784313725,77.4509803921569],[40.1960784313726,83.3333333333333,68.6274509803922],[67.6470588235294,109.803921568627,91.1764705882353],[87.2549019607843,129.411764705882,102.941176470588],[122.549019607843,160.78431372549,130.392156862745],[167.647058823529,201.960784313725,169.607843137255],[195.098039215686,225.490196078431,194.117647058824],[137.254901960784,161.764705882353,133.333333333333],[62.7450980392157,81.3725490196078,59.8039215686275],[51.9607843137255,68.6274509803922,50.9803921568627],[88.2352941176471,106.862745098039,88.2352941176471],[86.2745098039216,111.764705882353,87.2549019607843],[71.5686274509804,101.960784313725,70.5882352941177],[113.725490196078,145.098039215686,106.862745098039],[104.901960784314,139.21568627451,100],[128.43137254902,161.764705882353,129.411764705882],[90.1960784313725,122.549019607843,96.078431372549],[134.313725490196,165.686274509804,142.156862745098],[157.843137254902,187.254901960784,159.803921568627],[130.392156862745,161.764705882353,121.56862745098],[138.235294117647,169.607843137255,121.56862745098],[134.313725490196,166.666666666667,114.705882352941],[158.823529411765,188.235294117647,137.254901960784],[137.254901960784,166.666666666667,117.647058823529],[93.1372549019608,120.588235294118,72.5490196078431],[210.78431372549,239.21568627451,184.313725490196],[151.960784313725,178.43137254902,124.509803921569],[65.6862745098039,87.2549019607843,42.156862745098],[94.1176470588235,111.764705882353,72.5490196078431],[88.2352941176471,103.921568627451,65.6862745098039],[40.1960784313726,55.8823529411765,17.6470588235294],[50,64.7058823529412,24.5098039215686],[9.80392156862745,22.5490196078431,0],[0,8.82352941176471,0],[61.7647058823529,70.5882352941177,28.4313725490196],[44.1176470588235,50.9803921568627,7.84313725490196],[87.2549019607843,93.1372549019608,50],[100,102.941176470588,58.8235294117647],[85.2941176470588,86.2745098039216,43.1372549019608],[101.960784313725,100.980392156863,55.8823529411765],[58.8235294117647,57.843137254902,12.7450980392157],[106.862745098039,105.882352941176,58.8235294117647],[81.3725490196078,79.4117647058823,29.4117647058824],[84.3137254901961,80.3921568627451,20.5882352941176],[70.5882352941177,64.7058823529412,3.92156862745098],[100.980392156863,96.078431372549,39.2156862745098],[117.647058823529,114.705882352941,60.7843137254902],[96.078431372549,93.1372549019608,43.1372549019608],[121.56862745098,115.686274509804,66.6666666666667],[48.0392156862745,41.1764705882353,0],[80.3921568627451,68.6274509803922,17.6470588235294],[128.43137254902,112.745098039216,61.7647058823529],[89.2156862745098,72.5490196078431,21.5686274509804],[99.0196078431373,79.4117647058823,30.3921568627451],[128.43137254902,109.803921568627,68.6274509803922],[89.2156862745098,74.5098039215686,42.156862745098],[13.7254901960784,1.96078431372549,0],[16.6666666666667,7.84313725490196,0],[43.1372549019608,34.3137254901961,25.4901960784314],[28.4313725490196,21.5686274509804,15.6862745098039],[8.82352941176471,3.92156862745098,0],[15.6862745098039,10.7843137254902,6.86274509803922],[11.7647058823529,6.86274509803922,3.92156862745098],[34.3137254901961,26.4705882352941,24.5098039215686],[49.0196078431373,40.1960784313726,41.1764705882353],[12.7450980392157,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,10.7843137254902,13.7254901960784],[13.7254901960784,4.90196078431373,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,3.92156862745098,0],[10.7843137254902,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[44.1176470588235,27.4509803921569,17.6470588235294],[55.8823529411765,39.2156862745098,29.4117647058824],[19.6078431372549,1.96078431372549,0],[15.6862745098039,0,0],[24.5098039215686,6.86274509803922,0],[24.5098039215686,5.88235294117647,0],[22.5490196078431,3.92156862745098,0],[18.6274509803922,0,0],[18.6274509803922,0,0],[39.2156862745098,22.5490196078431,15.6862745098039],[27.4509803921569,15.6862745098039,0],[35.2941176470588,26.4705882352941,9.80392156862745],[69.6078431372549,57.843137254902,46.078431372549],[115.686274509804,101.960784313725,93.1372549019608],[110.78431372549,95.0980392156863,82.3529411764706],[26.4705882352941,9.80392156862745,0],[73.5294117647059,56.8627450980392,31.3725490196078],[88.2352941176471,71.5686274509804,42.156862745098],[67.6470588235294,49.0196078431373,17.6470588235294],[65.6862745098039,47.0588235294118,17.6470588235294],[106.862745098039,87.2549019607843,63.7254901960784],[91.1764705882353,69.6078431372549,49.0196078431373],[60.7843137254902,39.2156862745098,18.6274509803922],[81.3725490196078,59.8039215686275,36.2745098039216],[101.960784313725,79.4117647058823,49.0196078431373],[133.333333333333,105.882352941176,67.6470588235294],[138.235294117647,101.960784313725,57.843137254902],[176.470588235294,133.333333333333,85.2941176470588],[173.529411764706,127.450980392157,76.4705882352941],[166.666666666667,116.666666666667,64.7058823529412],[170.588235294118,118.627450980392,65.6862745098039],[148.039215686275,94.1176470588235,39.2156862745098],[179.411764705882,127.450980392157,74.5098039215686],[145.098039215686,97.0588235294118,42.156862745098],[136.274509803922,92.156862745098,38.2352941176471],[151.960784313725,111.764705882353,58.8235294117647],[164.705882352941,125.490196078431,74.5098039215686],[142.156862745098,103.921568627451,50],[186.274509803922,146.078431372549,91.1764705882353],[196.078431372549,154.901960784314,98.0392156862745],[233.333333333333,190.196078431373,130.392156862745],[136.274509803922,97.0588235294118,36.2745098039216],[109.803921568627,78.4313725490196,18.6274509803922],[154.901960784314,133.333333333333,76.4705882352941],[153.921568627451,142.156862745098,91.1764705882353],[153.921568627451,147.058823529412,101.960784313725],[210.78431372549,201.960784313725,159.803921568627],[104.901960784314,97.0588235294118,58.8235294117647],[73.5294117647059,74.5098039215686,35.2941176470588],[86.2745098039216,94.1176470588235,53.921568627451],[54.9019607843137,70.5882352941177,34.3137254901961],[133.333333333333,153.921568627451,123.529411764706],[71.5686274509804,95.0980392156863,71.5686274509804],[50,78.4313725490196,60.7843137254902],[30.3921568627451,63.7254901960784,50],[30.3921568627451,57.843137254902,46.078431372549],[47.0588235294118,60.7843137254902,48.0392156862745],[58.8235294117647,72.5490196078431,57.843137254902],[53.921568627451,79.4117647058823,66.6666666666667],[45.0980392156863,75.4901960784314,67.6470588235294],[38.2352941176471,66.6666666666667,62.7450980392157],[51.9607843137255,80.3921568627451,78.4313725490196],[77.4509803921569,105.882352941176,101.960784313725],[85.2941176470588,115.686274509804,109.803921568627],[74.5098039215686,107.843137254902,94.1176470588235],[62.7450980392157,98.0392156862745,84.3137254901961],[59.8039215686275,97.0588235294118,84.3137254901961],[67.6470588235294,106.862745098039,96.078431372549],[79.4117647058823,114.705882352941,110.78431372549],[44.1176470588235,78.4313725490196,74.5098039215686],[57.843137254902,90.1960784313725,83.3333333333333],[44.1176470588235,74.5098039215686,59.8039215686275],[101.960784313725,130.392156862745,108.823529411765],[180.392156862745,212.745098039216,184.313725490196],[139.21568627451,178.43137254902,145.098039215686],[70.5882352941177,113.725490196078,81.3725490196078],[66.6666666666667,109.803921568627,83.3333333333333],[123.529411764706,167.647058823529,147.058823529412],[63.7254901960784,109.803921568627,94.1176470588235],[15.6862745098039,60.7843137254902,48.0392156862745],[18.6274509803922,64.7058823529412,49.0196078431373],[82.3529411764706,128.43137254902,108.823529411765],[132.352941176471,175.490196078431,150.980392156863],[159.803921568627,199.019607843137,172.549019607843],[128.43137254902,162.745098039216,133.333333333333],[169.607843137255,198.039215686275,168.627450980392],[121.56862745098,144.117647058824,116.666666666667],[116.666666666667,134.313725490196,110.78431372549],[78.4313725490196,91.1764705882353,73.5294117647059],[67.6470588235294,82.3529411764706,61.7647058823529],[81.3725490196078,107.843137254902,77.4509803921569],[93.1372549019608,126.470588235294,90.1960784313725],[93.1372549019608,127.450980392157,88.2352941176471],[152.941176470588,186.274509803922,151.960784313725],[95.0980392156863,126.470588235294,102.941176470588],[70.5882352941177,101.960784313725,81.3725490196078],[109.803921568627,140.196078431373,122.549019607843],[218.627450980392,250,227.450980392157],[154.901960784314,188.235294117647,153.921568627451],[152.941176470588,185.294117647059,143.137254901961],[112.745098039216,145.098039215686,102.941176470588],[50,80.3921568627451,39.2156862745098],[20.5882352941176,50.9803921568627,10.7843137254902],[41.1764705882353,69.6078431372549,24.5098039215686],[220.588235294118,250,195.098039215686],[168.627450980392,197.058823529412,142.156862745098],[158.823529411765,183.333333333333,142.156862745098],[132.352941176471,153.921568627451,118.627450980392],[68.6274509803922,88.2352941176471,51.9607843137255],[50,69.6078431372549,33.3333333333333],[23.5294117647059,41.1764705882353,3.92156862745098],[16.6666666666667,32.3529411764706,0],[83.3333333333333,98.0392156862745,57.843137254902],[84.3137254901961,97.0588235294118,54.9019607843137],[44.1176470588235,52.9411764705882,10.7843137254902],[55.8823529411765,62.7450980392157,19.6078431372549],[80.3921568627451,83.3333333333333,39.2156862745098],[68.6274509803922,70.5882352941177,24.5098039215686],[83.3333333333333,82.3529411764706,35.2941176470588],[64.7058823529412,63.7254901960784,16.6666666666667],[108.823529411765,106.862745098039,58.8235294117647],[107.843137254902,104.901960784314,52.9411764705882],[82.3529411764706,76.4705882352941,15.6862745098039],[103.921568627451,99.0196078431373,36.2745098039216],[146.078431372549,142.156862745098,82.3529411764706],[97.0588235294118,92.156862745098,38.2352941176471],[129.411764705882,123.529411764706,74.5098039215686],[103.921568627451,98.0392156862745,50.9803921568627],[67.6470588235294,59.8039215686275,11.7647058823529],[104.901960784314,95.0980392156863,47.0588235294118],[106.862745098039,95.0980392156863,46.078431372549],[45.0980392156863,31.3725490196078,0],[64.7058823529412,50.9803921568627,4.90196078431373],[69.6078431372549,56.8627450980392,15.6862745098039],[59.8039215686275,49.0196078431373,17.6470588235294],[11.7647058823529,4.90196078431373,0],[15.6862745098039,10.7843137254902,0],[12.7450980392157,8.82352941176471,0],[22.5490196078431,15.6862745098039,7.84313725490196],[32.3529411764706,25.4901960784314,19.6078431372549],[16.6666666666667,9.80392156862745,3.92156862745098],[8.82352941176471,0.980392156862745,0],[21.5686274509804,11.7647058823529,9.80392156862745],[43.1372549019608,33.3333333333333,32.3529411764706],[13.7254901960784,3.92156862745098,2.94117647058824],[19.6078431372549,9.80392156862745,10.7843137254902],[18.6274509803922,8.82352941176471,9.80392156862745],[15.6862745098039,4.90196078431373,8.82352941176471],[14.7058823529412,5.88235294117647,8.82352941176471],[13.7254901960784,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[205.882352941176,203.921568627451,204.901960784314],[105.882352941176,103.921568627451,104.901960784314],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[36.2745098039216,22.5490196078431,21.5686274509804],[29.4117647058824,14.7058823529412,11.7647058823529],[18.6274509803922,0.980392156862745,0],[29.4117647058824,12.7450980392157,5.88235294117647],[17.6470588235294,0,0],[44.1176470588235,24.5098039215686,13.7254901960784],[58.8235294117647,40.1960784313726,26.4705882352941],[75.4901960784314,53.921568627451,41.1764705882353],[84.3137254901961,62.7450980392157,50],[27.4509803921569,5.88235294117647,0],[33.3333333333333,11.7647058823529,0],[47.0588235294118,25.4901960784314,12.7450980392157],[25.4901960784314,3.92156862745098,0],[16.6666666666667,0,0],[16.6666666666667,0,0],[36.2745098039216,16.6666666666667,5.88235294117647],[26.4705882352941,13.7254901960784,0],[48.0392156862745,36.2745098039216,20.5882352941176],[48.0392156862745,35.2941176470588,26.4705882352941],[19.6078431372549,6.86274509803922,0],[65.6862745098039,51.9607843137255,43.1372549019608],[40.1960784313726,24.5098039215686,11.7647058823529],[93.1372549019608,77.4509803921569,54.9019607843137],[162.745098039216,146.078431372549,120.588235294118],[85.2941176470588,65.6862745098039,39.2156862745098],[55.8823529411765,36.2745098039216,11.7647058823529],[87.2549019607843,65.6862745098039,45.0980392156863],[118.627450980392,96.078431372549,78.4313725490196],[109.803921568627,87.2549019607843,69.6078431372549],[69.6078431372549,45.0980392156863,23.5294117647059],[32.3529411764706,8.82352941176471,0],[59.8039215686275,32.3529411764706,0],[178.43137254902,141.176470588235,95.0980392156863],[191.176470588235,146.078431372549,95.0980392156863],[174.509803921569,128.43137254902,75.4901960784314],[146.078431372549,98.0392156862745,43.1372549019608],[173.529411764706,125.490196078431,68.6274509803922],[175.490196078431,125.490196078431,69.6078431372549],[194.117647058824,144.117647058824,88.2352941176471],[161.764705882353,113.725490196078,58.8235294117647],[140.196078431373,92.156862745098,37.2549019607843],[162.745098039216,116.666666666667,63.7254901960784],[180.392156862745,136.274509803922,82.3529411764706],[131.372549019608,89.2156862745098,35.2941176470588],[131.372549019608,92.156862745098,34.3137254901961],[168.627450980392,131.372549019608,70.5882352941177],[205.882352941176,168.627450980392,106.862745098039],[170.588235294118,137.254901960784,75.4901960784314],[185.294117647059,157.843137254902,96.078431372549],[141.176470588235,120.588235294118,64.7058823529412],[144.117647058824,132.352941176471,83.3333333333333],[138.235294117647,130.392156862745,85.2941176470588],[193.137254901961,185.294117647059,140.196078431373],[142.156862745098,138.235294117647,94.1176470588235],[200.980392156863,201.960784313725,162.745098039216],[104.901960784314,112.745098039216,76.4705882352941],[104.901960784314,120.588235294118,85.2941176470588],[137.254901960784,155.882352941176,126.470588235294],[54.9019607843137,77.4509803921569,50],[17.6470588235294,42.156862745098,21.5686274509804],[68.6274509803922,99.0196078431373,84.3137254901961],[87.2549019607843,112.745098039216,101.960784313725],[62.7450980392157,79.4117647058823,63.7254901960784],[39.2156862745098,55.8823529411765,40.1960784313726],[39.2156862745098,64.7058823529412,51.9607843137255],[45.0980392156863,76.4705882352941,65.6862745098039],[58.8235294117647,88.2352941176471,80.3921568627451],[50.9803921568627,79.4117647058823,74.5098039215686],[58.8235294117647,88.2352941176471,80.3921568627451],[66.6666666666667,96.078431372549,86.2745098039216],[50.9803921568627,82.3529411764706,69.6078431372549],[51.9607843137255,88.2352941176471,71.5686274509804],[76.4705882352941,113.725490196078,99.0196078431373],[60.7843137254902,100,89.2156862745098],[45.0980392156863,81.3725490196078,73.5294117647059],[38.2352941176471,72.5490196078431,65.6862745098039],[27.4509803921569,59.8039215686275,50.9803921568627],[18.6274509803922,50,35.2941176470588],[127.450980392157,155.882352941176,134.313725490196],[142.156862745098,174.509803921569,148.039215686275],[150,189.21568627451,155.882352941176],[172.549019607843,216.666666666667,184.313725490196],[49.0196078431373,94.1176470588235,66.6666666666667],[51.9607843137255,99.0196078431373,77.4509803921569],[29.4117647058824,76.4705882352941,60.7843137254902],[29.4117647058824,79.4117647058823,64.7058823529412],[27.4509803921569,77.4509803921569,62.7450980392157],[80.3921568627451,128.43137254902,109.803921568627],[167.647058823529,214.705882352941,193.137254901961],[90.1960784313725,133.333333333333,106.862745098039],[74.5098039215686,112.745098039216,84.3137254901961],[136.274509803922,168.627450980392,140.196078431373],[97.0588235294118,120.588235294118,95.0980392156863],[125.490196078431,143.137254901961,119.607843137255],[107.843137254902,120.588235294118,100.980392156863],[76.4705882352941,94.1176470588235,70.5882352941177],[97.0588235294118,126.470588235294,91.1764705882353],[74.5098039215686,108.823529411765,69.6078431372549],[158.823529411765,194.117647058824,156.862745098039],[134.313725490196,168.627450980392,137.254901960784],[79.4117647058823,111.764705882353,91.1764705882353],[61.7647058823529,94.1176470588235,77.4509803921569],[75.4901960784314,107.843137254902,91.1764705882353],[86.2745098039216,119.607843137255,96.078431372549],[106.862745098039,140.196078431373,105.882352941176],[105.882352941176,140.196078431373,100.980392156863],[69.6078431372549,100.980392156863,64.7058823529412],[71.5686274509804,102.941176470588,66.6666666666667],[135.294117647059,164.705882352941,131.372549019608],[207.843137254902,238.235294117647,198.039215686275],[223.529411764706,250,200],[200.980392156863,230.392156862745,177.450980392157],[93.1372549019608,119.607843137255,79.4117647058823],[45.0980392156863,70.5882352941177,36.2745098039216],[111.764705882353,135.294117647059,101.960784313725],[127.450980392157,149.019607843137,113.725490196078],[41.1764705882353,60.7843137254902,24.5098039215686],[73.5294117647059,91.1764705882353,53.921568627451],[107.843137254902,124.509803921569,83.3333333333333],[76.4705882352941,89.2156862745098,47.0588235294118],[83.3333333333333,95.0980392156863,50],[93.1372549019608,100.980392156863,54.9019607843137],[53.921568627451,59.8039215686275,12.7450980392157],[57.843137254902,59.8039215686275,11.7647058823529],[125.490196078431,125.490196078431,76.4705882352941],[141.176470588235,139.21568627451,89.2156862745098],[170.588235294118,169.607843137255,116.666666666667],[163.725490196078,161.764705882353,105.882352941176],[143.137254901961,138.235294117647,75.4901960784314],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,158.823529411765,97.0588235294118],[181.372549019608,176.470588235294,121.56862745098],[95.0980392156863,89.2156862745098,38.2352941176471],[94.1176470588235,88.2352941176471,39.2156862745098],[129.411764705882,121.56862745098,73.5294117647059],[143.137254901961,136.274509803922,85.2941176470588],[87.2549019607843,77.4509803921569,27.4509803921569],[54.9019607843137,43.1372549019608,0],[104.901960784314,92.156862745098,48.0392156862745],[98.0392156862745,86.2745098039216,47.0588235294118],[59.8039215686275,50.9803921568627,18.6274509803922],[11.7647058823529,5.88235294117647,0],[20.5882352941176,15.6862745098039,0],[24.5098039215686,21.5686274509804,6.86274509803922],[21.5686274509804,15.6862745098039,3.92156862745098],[13.7254901960784,6.86274509803922,0],[20.5882352941176,13.7254901960784,5.88235294117647],[22.5490196078431,15.6862745098039,7.84313725490196],[29.4117647058824,20.5882352941176,15.6862745098039],[18.6274509803922,8.82352941176471,6.86274509803922],[8.82352941176471,0,0],[22.5490196078431,12.7450980392157,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,6.86274509803922],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[21.5686274509804,19.6078431372549,20.5882352941176],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[18.6274509803922,8.82352941176471,7.84313725490196],[33.3333333333333,18.6274509803922,13.7254901960784],[22.5490196078431,3.92156862745098,0],[26.4705882352941,6.86274509803922,0],[32.3529411764706,12.7450980392157,3.92156862745098],[25.4901960784314,3.92156862745098,0],[45.0980392156863,21.5686274509804,9.80392156862745],[70.5882352941177,45.0980392156863,32.3529411764706],[74.5098039215686,47.0588235294118,33.3333333333333],[125.490196078431,99.0196078431373,82.3529411764706],[59.8039215686275,31.3725490196078,15.6862745098039],[37.2549019607843,8.82352941176471,0],[57.843137254902,30.3921568627451,16.6666666666667],[70.5882352941177,43.1372549019608,29.4117647058824],[71.5686274509804,44.1176470588235,32.3529411764706],[63.7254901960784,38.2352941176471,25.4901960784314],[49.0196078431373,27.4509803921569,14.7058823529412],[25.4901960784314,9.80392156862745,0],[56.8627450980392,45.0980392156863,31.3725490196078],[91.1764705882353,78.4313725490196,72.5490196078431],[55.8823529411765,42.156862745098,41.1764705882353],[73.5294117647059,59.8039215686275,56.8627450980392],[69.6078431372549,54.9019607843137,48.0392156862745],[78.4313725490196,62.7450980392157,48.0392156862745],[112.745098039216,96.078431372549,76.4705882352941],[66.6666666666667,49.0196078431373,27.4509803921569],[59.8039215686275,39.2156862745098,20.5882352941176],[65.6862745098039,43.1372549019608,29.4117647058824],[119.607843137255,93.1372549019608,82.3529411764706],[109.803921568627,84.3137254901961,71.5686274509804],[35.2941176470588,8.82352941176471,0],[35.2941176470588,9.80392156862745,0],[85.2941176470588,54.9019607843137,24.5098039215686],[136.274509803922,96.078431372549,52.9411764705882],[151.960784313725,106.862745098039,57.843137254902],[180.392156862745,135.294117647059,84.3137254901961],[197.058823529412,152.941176470588,99.0196078431373],[196.078431372549,151.960784313725,96.078431372549],[175.490196078431,129.411764705882,74.5098039215686],[173.529411764706,125.490196078431,70.5882352941177],[205.882352941176,155.882352941176,101.960784313725],[132.352941176471,82.3529411764706,28.4313725490196],[163.725490196078,113.725490196078,61.7647058823529],[165.686274509804,116.666666666667,64.7058823529412],[136.274509803922,90.1960784313725,37.2549019607843],[105.882352941176,66.6666666666667,8.82352941176471],[135.294117647059,100,41.1764705882353],[176.470588235294,146.078431372549,83.3333333333333],[174.509803921569,147.058823529412,85.2941176470588],[172.549019607843,147.058823529412,87.2549019607843],[142.156862745098,120.588235294118,64.7058823529412],[115.686274509804,99.0196078431373,53.921568627451],[106.862745098039,94.1176470588235,50.9803921568627],[190.196078431373,180.392156862745,132.352941176471],[202.941176470588,199.019607843137,151.960784313725],[93.1372549019608,94.1176470588235,52.9411764705882],[107.843137254902,115.686274509804,79.4117647058823],[127.450980392157,141.176470588235,108.823529411765],[147.058823529412,162.745098039216,134.313725490196],[114.705882352941,135.294117647059,104.901960784314],[1.96078431372549,25.4901960784314,0],[7.84313725490196,31.3725490196078,17.6470588235294],[61.7647058823529,85.2941176470588,72.5490196078431],[63.7254901960784,82.3529411764706,63.7254901960784],[61.7647058823529,80.3921568627451,61.7647058823529],[48.0392156862745,75.4901960784314,61.7647058823529],[31.3725490196078,62.7450980392157,51.9607843137255],[57.843137254902,87.2549019607843,77.4509803921569],[49.0196078431373,75.4901960784314,66.6666666666667],[56.8627450980392,84.3137254901961,72.5490196078431],[85.2941176470588,114.705882352941,102.941176470588],[54.9019607843137,86.2745098039216,71.5686274509804],[37.2549019607843,70.5882352941177,54.9019607843137],[58.8235294117647,94.1176470588235,80.3921568627451],[62.7450980392157,100,87.2549019607843],[34.3137254901961,71.5686274509804,60.7843137254902],[33.3333333333333,68.6274509803922,58.8235294117647],[27.4509803921569,59.8039215686275,49.0196078431373],[70.5882352941177,101.960784313725,87.2549019607843],[170.588235294118,199.019607843137,179.411764705882],[199.019607843137,230.392156862745,206.862745098039],[146.078431372549,184.313725490196,155.882352941176],[97.0588235294118,141.176470588235,112.745098039216],[51.9607843137255,96.078431372549,73.5294117647059],[47.0588235294118,93.1372549019608,75.4901960784314],[28.4313725490196,78.4313725490196,63.7254901960784],[30.3921568627451,81.3725490196078,68.6274509803922],[17.6470588235294,70.5882352941177,56.8627450980392],[32.3529411764706,84.3137254901961,68.6274509803922],[50,100,81.3725490196078],[52.9411764705882,100,78.4313725490196],[117.647058823529,159.803921568627,133.333333333333],[151.960784313725,187.254901960784,161.764705882353],[156.862745098039,186.274509803922,160.78431372549],[168.627450980392,192.156862745098,168.627450980392],[150,168.627450980392,147.058823529412],[130.392156862745,152.941176470588,127.450980392157],[131.372549019608,160.78431372549,125.490196078431],[118.627450980392,152.941176470588,113.725490196078],[117.647058823529,150.980392156863,116.666666666667],[83.3333333333333,115.686274509804,89.2156862745098],[50,80.3921568627451,62.7450980392157],[60.7843137254902,91.1764705882353,76.4705882352941],[54.9019607843137,85.2941176470588,67.6470588235294],[49.0196078431373,81.3725490196078,54.9019607843137],[93.1372549019608,126.470588235294,90.1960784313725],[139.21568627451,173.529411764706,132.352941176471],[135.294117647059,165.686274509804,132.352941176471],[194.117647058824,222.549019607843,193.137254901961],[235.294117647059,250,234.313725490196],[153.921568627451,180.392156862745,148.039215686275],[122.549019607843,150,102.941176470588],[106.862745098039,134.313725490196,86.2745098039216],[9.80392156862745,37.2549019607843,0],[0,19.6078431372549,0],[55.8823529411765,80.3921568627451,49.0196078431373],[112.745098039216,136.274509803922,102.941176470588],[82.3529411764706,103.921568627451,66.6666666666667],[88.2352941176471,108.823529411765,70.5882352941177],[75.4901960784314,92.156862745098,50.9803921568627],[77.4509803921569,93.1372549019608,49.0196078431373],[47.0588235294118,58.8235294117647,11.7647058823529],[149.019607843137,156.862745098039,108.823529411765],[89.2156862745098,93.1372549019608,43.1372549019608],[117.647058823529,120.588235294118,68.6274509803922],[153.921568627451,152.941176470588,100],[121.56862745098,118.627450980392,64.7058823529412],[191.176470588235,186.274509803922,131.372549019608],[213.725490196078,209.803921568627,150],[154.901960784314,150.980392156863,88.2352941176471],[79.4117647058823,75.4901960784314,12.7450980392157],[122.549019607843,118.627450980392,56.8627450980392],[168.627450980392,164.705882352941,104.901960784314],[79.4117647058823,74.5098039215686,19.6078431372549],[98.0392156862745,93.1372549019608,38.2352941176471],[99.0196078431373,92.156862745098,38.2352941176471],[102.941176470588,96.078431372549,42.156862745098],[126.470588235294,117.647058823529,63.7254901960784],[81.3725490196078,71.5686274509804,19.6078431372549],[85.2941176470588,75.4901960784314,27.4509803921569],[92.156862745098,80.3921568627451,39.2156862745098],[39.2156862745098,30.3921568627451,0],[13.7254901960784,6.86274509803922,0],[27.4509803921569,20.5882352941176,1.96078431372549],[39.2156862745098,32.3529411764706,16.6666666666667],[32.3529411764706,26.4705882352941,12.7450980392157],[23.5294117647059,17.6470588235294,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[20.5882352941176,11.7647058823529,2.94117647058824],[31.3725490196078,22.5490196078431,15.6862745098039],[37.2549019607843,28.4313725490196,21.5686274509804],[34.3137254901961,23.5294117647059,19.6078431372549],[25.4901960784314,14.7058823529412,12.7450980392157],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[14.7058823529412,4.90196078431373,5.88235294117647],[15.6862745098039,5.88235294117647,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[21.5686274509804,10.7843137254902,8.82352941176471],[39.2156862745098,20.5882352941176,14.7058823529412],[31.3725490196078,8.82352941176471,0.980392156862745],[49.0196078431373,25.4901960784314,15.6862745098039],[33.3333333333333,9.80392156862745,0],[28.4313725490196,2.94117647058824,0],[42.156862745098,14.7058823529412,0.980392156862745],[74.5098039215686,46.078431372549,30.3921568627451],[60.7843137254902,30.3921568627451,12.7450980392157],[83.3333333333333,50.9803921568627,32.3529411764706],[135.294117647059,102.941176470588,84.3137254901961],[106.862745098039,74.5098039215686,57.843137254902],[74.5098039215686,44.1176470588235,26.4705882352941],[84.3137254901961,53.921568627451,36.2745098039216],[67.6470588235294,39.2156862745098,21.5686274509804],[66.6666666666667,38.2352941176471,22.5490196078431],[92.156862745098,66.6666666666667,51.9607843137255],[76.4705882352941,59.8039215686275,42.156862745098],[68.6274509803922,54.9019607843137,42.156862745098],[75.4901960784314,60.7843137254902,55.8823529411765],[45.0980392156863,31.3725490196078,31.3725490196078],[36.2745098039216,22.5490196078431,22.5490196078431],[43.1372549019608,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,19.6078431372549],[61.7647058823529,46.078431372549,31.3725490196078],[82.3529411764706,63.7254901960784,47.0588235294118],[59.8039215686275,37.2549019607843,21.5686274509804],[60.7843137254902,35.2941176470588,22.5490196078431],[92.156862745098,64.7058823529412,53.921568627451],[88.2352941176471,60.7843137254902,49.0196078431373],[49.0196078431373,21.5686274509804,7.84313725490196],[58.8235294117647,32.3529411764706,11.7647058823529],[115.686274509804,85.2941176470588,54.9019607843137],[159.803921568627,119.607843137255,76.4705882352941],[186.274509803922,144.117647058824,94.1176470588235],[210.78431372549,168.627450980392,116.666666666667],[211.764705882353,171.56862745098,118.627450980392],[184.313725490196,144.117647058824,89.2156862745098],[198.039215686275,155.882352941176,101.960784313725],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,164.705882352941,112.745098039216],[172.549019607843,120.588235294118,69.6078431372549],[160.78431372549,108.823529411765,57.843137254902],[167.647058823529,117.647058823529,65.6862745098039],[166.666666666667,120.588235294118,67.6470588235294],[117.647058823529,77.4509803921569,22.5490196078431],[124.509803921569,90.1960784313725,33.3333333333333],[189.21568627451,160.78431372549,101.960784313725],[192.156862745098,166.666666666667,106.862745098039],[144.117647058824,115.686274509804,56.8627450980392],[145.098039215686,118.627450980392,64.7058823529412],[100.980392156863,79.4117647058823,33.3333333333333],[71.5686274509804,52.9411764705882,10.7843137254902],[185.294117647059,173.529411764706,122.549019607843],[203.921568627451,198.039215686275,147.058823529412],[114.705882352941,115.686274509804,74.5098039215686],[94.1176470588235,100,64.7058823529412],[109.803921568627,120.588235294118,89.2156862745098],[173.529411764706,188.235294117647,157.843137254902],[147.058823529412,166.666666666667,130.392156862745],[75.4901960784314,96.078431372549,65.6862745098039],[22.5490196078431,43.1372549019608,26.4705882352941],[37.2549019607843,56.8627450980392,45.0980392156863],[82.3529411764706,100.980392156863,81.3725490196078],[51.9607843137255,74.5098039215686,54.9019607843137],[42.156862745098,69.6078431372549,55.8823529411765],[44.1176470588235,73.5294117647059,61.7647058823529],[71.5686274509804,99.0196078431373,85.2941176470588],[37.2549019607843,64.7058823529412,50],[47.0588235294118,74.5098039215686,59.8039215686275],[80.3921568627451,107.843137254902,93.1372549019608],[47.0588235294118,77.4509803921569,61.7647058823529],[57.843137254902,91.1764705882353,74.5098039215686],[62.7450980392157,99.0196078431373,82.3529411764706],[70.5882352941177,107.843137254902,93.1372549019608],[60.7843137254902,98.0392156862745,85.2941176470588],[12.7450980392157,50,37.2549019607843],[60.7843137254902,96.078431372549,82.3529411764706],[175.490196078431,208.823529411765,193.137254901961],[92.156862745098,122.549019607843,104.901960784314],[95.0980392156863,127.450980392157,106.862745098039],[79.4117647058823,116.666666666667,92.156862745098],[53.921568627451,97.0588235294118,72.5490196078431],[40.1960784313726,84.3137254901961,64.7058823529412],[35.2941176470588,82.3529411764706,66.6666666666667],[40.1960784313726,89.2156862745098,78.4313725490196],[47.0588235294118,99.0196078431373,89.2156862745098],[48.0392156862745,102.941176470588,92.156862745098],[113.725490196078,168.627450980392,155.882352941176],[109.803921568627,165.686274509804,149.019607843137],[181.372549019608,233.333333333333,213.725490196078],[177.450980392157,224.509803921569,202.941176470588],[163.725490196078,206.862745098039,182.352941176471],[165.686274509804,202.941176470588,178.43137254902],[200.980392156863,232.352941176471,208.823529411765],[225.490196078431,250,230.392156862745],[192.156862745098,217.647058823529,191.176470588235],[103.921568627451,134.313725490196,100.980392156863],[95.0980392156863,128.43137254902,92.156862745098],[116.666666666667,150,117.647058823529],[77.4509803921569,109.803921568627,83.3333333333333],[80.3921568627451,110.78431372549,93.1372549019608],[58.8235294117647,89.2156862745098,71.5686274509804],[44.1176470588235,75.4901960784314,51.9607843137255],[46.078431372549,79.4117647058823,47.0588235294118],[92.156862745098,127.450980392157,84.3137254901961],[183.333333333333,215.686274509804,171.56862745098],[217.647058823529,247.058823529412,211.764705882353],[171.56862745098,197.058823529412,170.588235294118],[81.3725490196078,105.882352941176,85.2941176470588],[23.5294117647059,47.0588235294118,21.5686274509804],[81.3725490196078,107.843137254902,67.6470588235294],[41.1764705882353,67.6470588235294,23.5294117647059],[34.3137254901961,59.8039215686275,25.4901960784314],[28.4313725490196,54.9019607843137,24.5098039215686],[78.4313725490196,102.941176470588,71.5686274509804],[171.56862745098,195.098039215686,161.764705882353],[145.098039215686,166.666666666667,129.411764705882],[133.333333333333,153.921568627451,115.686274509804],[137.254901960784,154.901960784314,113.725490196078],[140.196078431373,155.882352941176,109.803921568627],[69.6078431372549,81.3725490196078,32.3529411764706],[97.0588235294118,105.882352941176,53.921568627451],[107.843137254902,112.745098039216,59.8039215686275],[142.156862745098,143.137254901961,87.2549019607843],[157.843137254902,156.862745098039,100.980392156863],[144.117647058824,140.196078431373,80.3921568627451],[114.705882352941,108.823529411765,48.0392156862745],[149.019607843137,143.137254901961,82.3529411764706],[174.509803921569,173.529411764706,110.78431372549],[129.411764705882,128.43137254902,65.6862745098039],[80.3921568627451,79.4117647058823,16.6666666666667],[119.607843137255,118.627450980392,55.8823529411765],[83.3333333333333,79.4117647058823,17.6470588235294],[109.803921568627,105.882352941176,44.1176470588235],[147.058823529412,142.156862745098,79.4117647058823],[109.803921568627,104.901960784314,42.156862745098],[148.039215686275,140.196078431373,79.4117647058823],[112.745098039216,103.921568627451,48.0392156862745],[78.4313725490196,68.6274509803922,18.6274509803922],[107.843137254902,96.078431372549,54.9019607843137],[61.7647058823529,49.0196078431373,17.6470588235294],[62.7450980392157,50.9803921568627,27.4509803921569],[51.9607843137255,39.2156862745098,23.5294117647059],[23.5294117647059,11.7647058823529,0],[40.1960784313726,33.3333333333333,17.6470588235294],[44.1176470588235,38.2352941176471,24.5098039215686],[17.6470588235294,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[44.1176470588235,36.2745098039216,25.4901960784314],[21.5686274509804,12.7450980392157,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[24.5098039215686,13.7254901960784,9.80392156862745],[22.5490196078431,11.7647058823529,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,0,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,1.96078431372549,0],[62.7450980392157,40.1960784313726,34.3137254901961],[70.5882352941177,44.1176470588235,33.3333333333333],[64.7058823529412,37.2549019607843,25.4901960784314],[60.7843137254902,32.3529411764706,18.6274509803922],[54.9019607843137,23.5294117647059,8.82352941176471],[25.4901960784314,0,0],[67.6470588235294,33.3333333333333,14.7058823529412],[81.3725490196078,47.0588235294118,28.4313725490196],[72.5490196078431,36.2745098039216,17.6470588235294],[127.450980392157,91.1764705882353,72.5490196078431],[131.372549019608,97.0588235294118,77.4509803921569],[123.529411764706,89.2156862745098,69.6078431372549],[80.3921568627451,48.0392156862745,29.4117647058824],[88.2352941176471,57.843137254902,38.2352941176471],[66.6666666666667,36.2745098039216,18.6274509803922],[46.078431372549,19.6078431372549,0.980392156862745],[82.3529411764706,61.7647058823529,41.1764705882353],[89.2156862745098,72.5490196078431,56.8627450980392],[43.1372549019608,28.4313725490196,21.5686274509804],[47.0588235294118,33.3333333333333,32.3529411764706],[45.0980392156863,33.3333333333333,33.3333333333333],[23.5294117647059,12.7450980392157,10.7843137254902],[60.7843137254902,48.0392156862745,39.2156862745098],[67.6470588235294,51.9607843137255,37.2549019607843],[77.4509803921569,58.8235294117647,42.156862745098],[36.2745098039216,13.7254901960784,0],[61.7647058823529,34.3137254901961,20.5882352941176],[99.0196078431373,69.6078431372549,58.8235294117647],[90.1960784313725,61.7647058823529,48.0392156862745],[62.7450980392157,36.2745098039216,17.6470588235294],[38.2352941176471,12.7450980392157,0],[112.745098039216,84.3137254901961,50.9803921568627],[141.176470588235,102.941176470588,60.7843137254902],[159.803921568627,118.627450980392,69.6078431372549],[178.43137254902,139.21568627451,89.2156862745098],[164.705882352941,125.490196078431,75.4901960784314],[168.627450980392,132.352941176471,81.3725490196078],[210.78431372549,171.56862745098,120.588235294118],[166.666666666667,124.509803921569,74.5098039215686],[170.588235294118,124.509803921569,73.5294117647059],[198.039215686275,147.058823529412,98.0392156862745],[190.196078431373,138.235294117647,89.2156862745098],[177.450980392157,126.470588235294,77.4509803921569],[173.529411764706,127.450980392157,76.4705882352941],[125.490196078431,85.2941176470588,32.3529411764706],[89.2156862745098,57.843137254902,1.96078431372549],[166.666666666667,141.176470588235,85.2941176470588],[216.666666666667,192.156862745098,136.274509803922],[202.941176470588,172.549019607843,116.666666666667],[146.078431372549,115.686274509804,61.7647058823529],[130.392156862745,100,54.9019607843137],[74.5098039215686,48.0392156862745,3.92156862745098],[102.941176470588,88.2352941176471,34.3137254901961],[126.470588235294,116.666666666667,64.7058823529412],[157.843137254902,154.901960784314,114.705882352941],[138.235294117647,139.21568627451,105.882352941176],[162.745098039216,169.607843137255,139.21568627451],[177.450980392157,191.176470588235,158.823529411765],[200,217.647058823529,180.392156862745],[127.450980392157,147.058823529412,112.745098039216],[74.5098039215686,91.1764705882353,72.5490196078431],[110.78431372549,128.43137254902,112.745098039216],[76.4705882352941,98.0392156862745,77.4509803921569],[66.6666666666667,91.1764705882353,69.6078431372549],[29.4117647058824,56.8627450980392,42.156862745098],[27.4509803921569,54.9019607843137,41.1764705882353],[52.9411764705882,81.3725490196078,63.7254901960784],[59.8039215686275,86.2745098039216,67.6470588235294],[62.7450980392157,89.2156862745098,70.5882352941177],[67.6470588235294,94.1176470588235,75.4901960784314],[50.9803921568627,82.3529411764706,61.7647058823529],[62.7450980392157,95.0980392156863,76.4705882352941],[55.8823529411765,89.2156862745098,73.5294117647059],[30.3921568627451,68.6274509803922,50.9803921568627],[136.274509803922,173.529411764706,158.823529411765],[110.78431372549,148.039215686275,133.333333333333],[101.960784313725,138.235294117647,121.56862745098],[60.7843137254902,94.1176470588235,78.4313725490196],[65.6862745098039,98.0392156862745,81.3725490196078],[50,82.3529411764706,65.6862745098039],[52.9411764705882,89.2156862745098,71.5686274509804],[65.6862745098039,105.882352941176,88.2352941176471],[56.8627450980392,100,85.2941176470588],[45.0980392156863,92.156862745098,80.3921568627451],[45.0980392156863,95.0980392156863,86.2745098039216],[63.7254901960784,118.627450980392,109.803921568627],[93.1372549019608,149.019607843137,140.196078431373],[108.823529411765,167.647058823529,157.843137254902],[156.862745098039,216.666666666667,201.960784313725],[150.980392156863,207.843137254902,193.137254901961],[112.745098039216,166.666666666667,148.039215686275],[123.529411764706,174.509803921569,152.941176470588],[159.803921568627,203.921568627451,181.372549019608],[216.666666666667,250,236.274509803922],[223.529411764706,250,238.235294117647],[161.764705882353,195.098039215686,170.588235294118],[118.627450980392,149.019607843137,118.627450980392],[107.843137254902,136.274509803922,105.882352941176],[131.372549019608,159.803921568627,130.392156862745],[123.529411764706,150.980392156863,126.470588235294],[104.901960784314,131.372549019608,112.745098039216],[75.4901960784314,102.941176470588,81.3725490196078],[78.4313725490196,106.862745098039,77.4509803921569],[133.333333333333,163.725490196078,123.529411764706],[178.43137254902,209.803921568627,160.78431372549],[146.078431372549,177.450980392157,128.43137254902],[161.764705882353,189.21568627451,151.960784313725],[56.8627450980392,80.3921568627451,54.9019607843137],[0,16.6666666666667,0],[34.3137254901961,54.9019607843137,36.2745098039216],[60.7843137254902,84.3137254901961,50.9803921568627],[52.9411764705882,77.4509803921569,39.2156862745098],[31.3725490196078,55.8823529411765,24.5098039215686],[85.2941176470588,109.803921568627,80.3921568627451],[77.4509803921569,100.980392156863,69.6078431372549],[98.0392156862745,121.56862745098,88.2352941176471],[175.490196078431,197.058823529412,159.803921568627],[177.450980392157,198.039215686275,157.843137254902],[160.78431372549,179.411764705882,135.294117647059],[136.274509803922,151.960784313725,103.921568627451],[86.2745098039216,99.0196078431373,47.0588235294118],[86.2745098039216,95.0980392156863,41.1764705882353],[173.529411764706,178.43137254902,121.56862745098],[125.490196078431,126.470588235294,67.6470588235294],[162.745098039216,160.78431372549,100.980392156863],[170.588235294118,166.666666666667,104.901960784314],[96.078431372549,91.1764705882353,28.4313725490196],[102.941176470588,99.0196078431373,36.2745098039216],[152.941176470588,152.941176470588,90.1960784313725],[182.352941176471,184.313725490196,120.588235294118],[132.352941176471,134.313725490196,70.5882352941177],[107.843137254902,108.823529411765,44.1176470588235],[107.843137254902,107.843137254902,39.2156862745098],[105.882352941176,102.941176470588,33.3333333333333],[133.333333333333,129.411764705882,57.843137254902],[112.745098039216,105.882352941176,37.2549019607843],[149.019607843137,140.196078431373,74.5098039215686],[142.156862745098,132.352941176471,72.5490196078431],[124.509803921569,112.745098039216,61.7647058823529],[121.56862745098,106.862745098039,64.7058823529412],[84.3137254901961,67.6470588235294,38.2352941176471],[57.843137254902,40.1960784313726,20.5882352941176],[29.4117647058824,9.80392156862745,0],[29.4117647058824,12.7450980392157,2.94117647058824],[96.078431372549,87.2549019607843,72.5490196078431],[58.8235294117647,52.9411764705882,37.2549019607843],[48.0392156862745,41.1764705882353,25.4901960784314],[53.921568627451,47.0588235294118,31.3725490196078],[63.7254901960784,55.8823529411765,43.1372549019608],[35.2941176470588,27.4509803921569,16.6666666666667],[14.7058823529412,4.90196078431373,0],[38.2352941176471,28.4313725490196,19.6078431372549],[27.4509803921569,16.6666666666667,10.7843137254902],[23.5294117647059,12.7450980392157,8.82352941176471],[25.4901960784314,14.7058823529412,12.7450980392157],[19.6078431372549,7.84313725490196,7.84313725490196],[14.7058823529412,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0,0.980392156862745],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[123.529411764706,122.549019607843,120.588235294118],[131.372549019608,130.392156862745,128.43137254902],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[16.6666666666667,7.84313725490196,8.82352941176471],[5.88235294117647,0,0],[23.5294117647059,13.7254901960784,12.7450980392157],[30.3921568627451,20.5882352941176,19.6078431372549],[6.86274509803922,0,0],[32.3529411764706,17.6470588235294,14.7058823529412],[61.7647058823529,38.2352941176471,28.4313725490196],[68.6274509803922,39.2156862745098,28.4313725490196],[87.2549019607843,58.8235294117647,45.0980392156863],[89.2156862745098,57.843137254902,43.1372549019608],[100,67.6470588235294,50.9803921568627],[61.7647058823529,27.4509803921569,8.82352941176471],[37.2549019607843,0.980392156862745,0],[172.549019607843,135.294117647059,114.705882352941],[135.294117647059,98.0392156862745,77.4509803921569],[95.0980392156863,57.843137254902,37.2549019607843],[119.607843137255,84.3137254901961,62.7450980392157],[109.803921568627,75.4901960784314,53.921568627451],[103.921568627451,72.5490196078431,50],[92.156862745098,60.7843137254902,40.1960784313726],[80.3921568627451,50,29.4117647058824],[84.3137254901961,56.8627450980392,35.2941176470588],[73.5294117647059,52.9411764705882,26.4705882352941],[90.1960784313725,72.5490196078431,49.0196078431373],[34.3137254901961,18.6274509803922,5.88235294117647],[24.5098039215686,9.80392156862745,4.90196078431373],[47.0588235294118,36.2745098039216,34.3137254901961],[25.4901960784314,16.6666666666667,11.7647058823529],[103.921568627451,94.1176470588235,82.3529411764706],[57.843137254902,45.0980392156863,28.4313725490196],[106.862745098039,89.2156862745098,67.6470588235294],[113.725490196078,92.156862745098,69.6078431372549],[49.0196078431373,22.5490196078431,3.92156862745098],[64.7058823529412,37.2549019607843,16.6666666666667],[99.0196078431373,71.5686274509804,50.9803921568627],[129.411764705882,103.921568627451,79.4117647058823],[94.1176470588235,71.5686274509804,40.1960784313726],[150,124.509803921569,88.2352941176471],[185.294117647059,151.960784313725,107.843137254902],[154.901960784314,117.647058823529,71.5686274509804],[167.647058823529,132.352941176471,85.2941176470588],[170.588235294118,135.294117647059,88.2352941176471],[153.921568627451,118.627450980392,71.5686274509804],[196.078431372549,158.823529411765,110.78431372549],[150,108.823529411765,59.8039215686275],[176.470588235294,131.372549019608,82.3529411764706],[222.549019607843,173.529411764706,125.490196078431],[166.666666666667,115.686274509804,66.6666666666667],[195.098039215686,146.078431372549,96.078431372549],[188.235294117647,143.137254901961,92.156862745098],[176.470588235294,137.254901960784,86.2745098039216],[111.764705882353,79.4117647058823,27.4509803921569],[115.686274509804,91.1764705882353,36.2745098039216],[156.862745098039,132.352941176471,77.4509803921569],[201.960784313725,171.56862745098,117.647058823529],[135.294117647059,100,49.0196078431373],[116.666666666667,80.3921568627451,36.2745098039216],[121.56862745098,91.1764705882353,45.0980392156863],[149.019607843137,130.392156862745,75.4901960784314],[147.058823529412,138.235294117647,84.3137254901961],[156.862745098039,151.960784313725,110.78431372549],[172.549019607843,172.549019607843,139.21568627451],[197.058823529412,201.960784313725,172.549019607843],[137.254901960784,146.078431372549,115.686274509804],[174.509803921569,189.21568627451,150.980392156863],[127.450980392157,143.137254901961,106.862745098039],[47.0588235294118,60.7843137254902,36.2745098039216],[84.3137254901961,99.0196078431373,80.3921568627451],[85.2941176470588,108.823529411765,85.2941176470588],[57.843137254902,85.2941176470588,62.7450980392157],[26.4705882352941,52.9411764705882,38.2352941176471],[9.80392156862745,36.2745098039216,21.5686274509804],[33.3333333333333,60.7843137254902,39.2156862745098],[56.8627450980392,82.3529411764706,57.843137254902],[53.921568627451,79.4117647058823,54.9019607843137],[40.1960784313726,65.6862745098039,41.1764705882353],[44.1176470588235,72.5490196078431,50.9803921568627],[29.4117647058824,59.8039215686275,42.156862745098],[60.7843137254902,94.1176470588235,77.4509803921569],[99.0196078431373,137.254901960784,119.607843137255],[170.588235294118,210.78431372549,193.137254901961],[206.862745098039,247.058823529412,229.411764705882],[105.882352941176,144.117647058824,126.470588235294],[76.4705882352941,112.745098039216,96.078431372549],[88.2352941176471,121.56862745098,107.843137254902],[103.921568627451,137.254901960784,123.529411764706],[100,137.254901960784,124.509803921569],[91.1764705882353,130.392156862745,119.607843137255],[51.9607843137255,94.1176470588235,84.3137254901961],[68.6274509803922,114.705882352941,106.862745098039],[70.5882352941177,120.588235294118,113.725490196078],[91.1764705882353,145.098039215686,139.21568627451],[90.1960784313725,149.019607843137,141.176470588235],[92.156862745098,151.960784313725,144.117647058824],[163.725490196078,224.509803921569,213.725490196078],[140.196078431373,200,185.294117647059],[75.4901960784314,132.352941176471,117.647058823529],[62.7450980392157,116.666666666667,98.0392156862745],[181.372549019608,231.372549019608,212.745098039216],[206.862745098039,250,234.313725490196],[167.647058823529,211.764705882353,191.176470588235],[149.019607843137,190.196078431373,166.666666666667],[135.294117647059,166.666666666667,143.137254901961],[97.0588235294118,125.490196078431,98.0392156862745],[106.862745098039,135.294117647059,107.843137254902],[118.627450980392,146.078431372549,121.56862745098],[100,127.450980392157,104.901960784314],[60.7843137254902,88.2352941176471,63.7254901960784],[143.137254901961,172.549019607843,139.21568627451],[205.882352941176,236.274509803922,195.098039215686],[185.294117647059,217.647058823529,165.686274509804],[166.666666666667,196.078431372549,145.098039215686],[128.43137254902,154.901960784314,114.705882352941],[77.4509803921569,101.960784313725,73.5294117647059],[24.5098039215686,45.0980392156863,28.4313725490196],[47.0588235294118,67.6470588235294,50.9803921568627],[59.8039215686275,79.4117647058823,52.9411764705882],[45.0980392156863,65.6862745098039,35.2941176470588],[32.3529411764706,55.8823529411765,24.5098039215686],[13.7254901960784,37.2549019607843,5.88235294117647],[15.6862745098039,39.2156862745098,5.88235294117647],[72.5490196078431,94.1176470588235,58.8235294117647],[181.372549019608,202.941176470588,165.686274509804],[144.117647058824,164.705882352941,124.509803921569],[120.588235294118,139.21568627451,94.1176470588235],[118.627450980392,134.313725490196,86.2745098039216],[118.627450980392,131.372549019608,78.4313725490196],[158.823529411765,169.607843137255,112.745098039216],[205.882352941176,213.725490196078,154.901960784314],[153.921568627451,158.823529411765,96.078431372549],[163.725490196078,163.725490196078,100.980392156863],[150.980392156863,148.039215686275,82.3529411764706],[131.372549019608,126.470588235294,59.8039215686275],[129.411764705882,128.43137254902,62.7450980392157],[124.509803921569,129.411764705882,64.7058823529412],[132.352941176471,139.21568627451,73.5294117647059],[174.509803921569,179.411764705882,113.725490196078],[166.666666666667,169.607843137255,100],[171.56862745098,171.56862745098,99.0196078431373],[161.764705882353,159.803921568627,86.2745098039216],[140.196078431373,137.254901960784,61.7647058823529],[142.156862745098,136.274509803922,63.7254901960784],[183.333333333333,176.470588235294,105.882352941176],[143.137254901961,134.313725490196,70.5882352941177],[90.1960784313725,79.4117647058823,26.4705882352941],[84.3137254901961,69.6078431372549,27.4509803921569],[75.4901960784314,56.8627450980392,27.4509803921569],[24.5098039215686,1.96078431372549,0],[42.156862745098,18.6274509803922,8.82352941176471],[26.4705882352941,6.86274509803922,0],[108.823529411765,100,83.3333333333333],[72.5490196078431,67.6470588235294,48.0392156862745],[40.1960784313726,35.2941176470588,15.6862745098039],[55.8823529411765,49.0196078431373,31.3725490196078],[60.7843137254902,53.921568627451,38.2352941176471],[16.6666666666667,8.82352941176471,0],[50,40.1960784313726,28.4313725490196],[68.6274509803922,58.8235294117647,49.0196078431373],[33.3333333333333,23.5294117647059,14.7058823529412],[14.7058823529412,3.92156862745098,0],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[62.7450980392157,60.7843137254902,61.7647058823529],[92.156862745098,90.1960784313725,91.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0.980392156862745],[25.4901960784314,15.6862745098039,14.7058823529412],[29.4117647058824,17.6470588235294,17.6470588235294],[16.6666666666667,5.88235294117647,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[25.4901960784314,10.7843137254902,5.88235294117647],[54.9019607843137,28.4313725490196,17.6470588235294],[69.6078431372549,38.2352941176471,23.5294117647059],[58.8235294117647,26.4705882352941,9.80392156862745],[100.980392156863,66.6666666666667,48.0392156862745],[123.529411764706,87.2549019607843,68.6274509803922],[90.1960784313725,52.9411764705882,32.3529411764706],[45.0980392156863,4.90196078431373,0],[94.1176470588235,53.921568627451,32.3529411764706],[101.960784313725,61.7647058823529,40.1960784313726],[89.2156862745098,51.9607843137255,29.4117647058824],[107.843137254902,72.5490196078431,49.0196078431373],[86.2745098039216,50.9803921568627,29.4117647058824],[101.960784313725,67.6470588235294,46.078431372549],[113.725490196078,82.3529411764706,61.7647058823529],[67.6470588235294,37.2549019607843,16.6666666666667],[109.803921568627,83.3333333333333,56.8627450980392],[62.7450980392157,39.2156862745098,3.92156862745098],[84.3137254901961,64.7058823529412,30.3921568627451],[81.3725490196078,63.7254901960784,42.156862745098],[41.1764705882353,27.4509803921569,14.7058823529412],[46.078431372549,36.2745098039216,26.4705882352941],[27.4509803921569,19.6078431372549,8.82352941176471],[58.8235294117647,50.9803921568627,32.3529411764706],[73.5294117647059,61.7647058823529,36.2745098039216],[135.294117647059,118.627450980392,89.2156862745098],[124.509803921569,103.921568627451,73.5294117647059],[76.4705882352941,51.9607843137255,22.5490196078431],[57.843137254902,31.3725490196078,2.94117647058824],[65.6862745098039,39.2156862745098,9.80392156862745],[145.098039215686,121.56862745098,86.2745098039216],[141.176470588235,119.607843137255,79.4117647058823],[165.686274509804,143.137254901961,100],[148.039215686275,117.647058823529,74.5098039215686],[109.803921568627,76.4705882352941,32.3529411764706],[169.607843137255,137.254901960784,95.0980392156863],[162.745098039216,130.392156862745,88.2352941176471],[179.411764705882,147.058823529412,102.941176470588],[184.313725490196,150.980392156863,105.882352941176],[162.745098039216,125.490196078431,79.4117647058823],[147.058823529412,105.882352941176,58.8235294117647],[159.803921568627,117.647058823529,67.6470588235294],[172.549019607843,127.450980392157,78.4313725490196],[218.627450980392,173.529411764706,122.549019607843],[204.901960784314,162.745098039216,110.78431372549],[177.450980392157,141.176470588235,89.2156862745098],[182.352941176471,151.960784313725,99.0196078431373],[141.176470588235,113.725490196078,64.7058823529412],[146.078431372549,118.627450980392,69.6078431372549],[158.823529411765,127.450980392157,77.4509803921569],[140.196078431373,104.901960784314,55.8823529411765],[167.647058823529,130.392156862745,84.3137254901961],[146.078431372549,112.745098039216,65.6862745098039],[196.078431372549,177.450980392157,122.549019607843],[177.450980392157,167.647058823529,115.686274509804],[88.2352941176471,83.3333333333333,44.1176470588235],[137.254901960784,137.254901960784,103.921568627451],[102.941176470588,105.882352941176,77.4509803921569],[56.8627450980392,63.7254901960784,33.3333333333333],[110.78431372549,120.588235294118,84.3137254901961],[102.941176470588,114.705882352941,79.4117647058823],[18.6274509803922,27.4509803921569,0.980392156862745],[4.90196078431373,16.6666666666667,0],[28.4313725490196,51.9607843137255,26.4705882352941],[130.392156862745,157.843137254902,135.294117647059],[149.019607843137,175.490196078431,158.823529411765],[50.9803921568627,74.5098039215686,58.8235294117647],[28.4313725490196,51.9607843137255,28.4313725490196],[27.4509803921569,51.9607843137255,23.5294117647059],[24.5098039215686,49.0196078431373,19.6078431372549],[109.803921568627,134.313725490196,105.882352941176],[77.4509803921569,104.901960784314,82.3529411764706],[84.3137254901961,115.686274509804,95.0980392156863],[119.607843137255,152.941176470588,136.274509803922],[169.607843137255,207.843137254902,190.196078431373],[213.725490196078,250,235.294117647059],[115.686274509804,157.843137254902,138.235294117647],[62.7450980392157,103.921568627451,84.3137254901961],[102.941176470588,143.137254901961,125.490196078431],[86.2745098039216,123.529411764706,110.78431372549],[73.5294117647059,109.803921568627,101.960784313725],[105.882352941176,145.098039215686,137.254901960784],[135.294117647059,175.490196078431,169.607843137255],[100,144.117647058824,139.21568627451],[82.3529411764706,130.392156862745,124.509803921569],[67.6470588235294,117.647058823529,112.745098039216],[50,103.921568627451,98.0392156862745],[71.5686274509804,127.450980392157,120.588235294118],[109.803921568627,168.627450980392,160.78431372549],[139.21568627451,200,189.21568627451],[103.921568627451,164.705882352941,151.960784313725],[84.3137254901961,144.117647058824,129.411764705882],[143.137254901961,200,185.294117647059],[194.117647058824,247.058823529412,231.372549019608],[175.490196078431,227.450980392157,209.803921568627],[142.156862745098,194.117647058824,174.509803921569],[140.196078431373,184.313725490196,163.725490196078],[125.490196078431,156.862745098039,136.274509803922],[100.980392156863,125.490196078431,103.921568627451],[95.0980392156863,120.588235294118,94.1176470588235],[58.8235294117647,84.3137254901961,57.843137254902],[90.1960784313725,117.647058823529,93.1372549019608],[78.4313725490196,106.862745098039,79.4117647058823],[149.019607843137,178.43137254902,145.098039215686],[111.764705882353,142.156862745098,100.980392156863],[106.862745098039,136.274509803922,85.2941176470588],[147.058823529412,176.470588235294,123.529411764706],[83.3333333333333,109.803921568627,67.6470588235294],[103.921568627451,128.43137254902,99.0196078431373],[10.7843137254902,31.3725490196078,12.7450980392157],[20.5882352941176,41.1764705882353,26.4705882352941],[42.156862745098,60.7843137254902,39.2156862745098],[31.3725490196078,50.9803921568627,24.5098039215686],[48.0392156862745,67.6470588235294,40.1960784313726],[24.5098039215686,45.0980392156863,14.7058823529412],[99.0196078431373,119.607843137255,87.2549019607843],[127.450980392157,149.019607843137,113.725490196078],[50.9803921568627,72.5490196078431,34.3137254901961],[69.6078431372549,90.1960784313725,48.0392156862745],[132.352941176471,150.980392156863,105.882352941176],[152.941176470588,170.588235294118,121.56862745098],[150,164.705882352941,110.78431372549],[180.392156862745,194.117647058824,136.274509803922],[169.607843137255,179.411764705882,119.607843137255],[158.823529411765,164.705882352941,101.960784313725],[162.745098039216,165.686274509804,100],[162.745098039216,163.725490196078,97.0588235294118],[160.78431372549,160.78431372549,92.156862745098],[133.333333333333,134.313725490196,67.6470588235294],[110.78431372549,117.647058823529,50.9803921568627],[150.980392156863,161.764705882353,94.1176470588235],[165.686274509804,172.549019607843,103.921568627451],[124.509803921569,130.392156862745,57.843137254902],[140.196078431373,143.137254901961,67.6470588235294],[121.56862745098,119.607843137255,44.1176470588235],[139.21568627451,136.274509803922,60.7843137254902],[154.901960784314,151.960784313725,76.4705882352941],[128.43137254902,124.509803921569,54.9019607843137],[69.6078431372549,61.7647058823529,0],[79.4117647058823,69.6078431372549,17.6470588235294],[75.4901960784314,62.7450980392157,21.5686274509804],[80.3921568627451,61.7647058823529,32.3529411764706],[56.8627450980392,34.3137254901961,16.6666666666667],[40.1960784313726,12.7450980392157,1.96078431372549],[53.921568627451,32.3529411764706,21.5686274509804],[69.6078431372549,61.7647058823529,43.1372549019608],[35.2941176470588,30.3921568627451,10.7843137254902],[45.0980392156863,40.1960784313726,20.5882352941176],[47.0588235294118,42.156862745098,22.5490196078431],[20.5882352941176,13.7254901960784,0],[93.1372549019608,86.2745098039216,68.6274509803922],[104.901960784314,96.078431372549,81.3725490196078],[72.5490196078431,62.7450980392157,50.9803921568627],[59.8039215686275,50,40.1960784313726],[30.3921568627451,20.5882352941176,11.7647058823529],[30.3921568627451,19.6078431372549,15.6862745098039],[31.3725490196078,20.5882352941176,18.6274509803922],[13.7254901960784,3.92156862745098,2.94117647058824],[8.82352941176471,0,0],[8.82352941176471,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[60.7843137254902,58.8235294117647,59.8039215686275],[88.2352941176471,86.2745098039216,87.2549019607843],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[16.6666666666667,5.88235294117647,3.92156862745098],[36.2745098039216,25.4901960784314,23.5294117647059],[16.6666666666667,0,0],[33.3333333333333,5.88235294117647,0],[70.5882352941177,38.2352941176471,21.5686274509804],[55.8823529411765,21.5686274509804,2.94117647058824],[87.2549019607843,50.9803921568627,32.3529411764706],[120.588235294118,83.3333333333333,62.7450980392157],[89.2156862745098,49.0196078431373,27.4509803921569],[54.9019607843137,13.7254901960784,0],[89.2156862745098,48.0392156862745,24.5098039215686],[86.2745098039216,47.0588235294118,22.5490196078431],[57.843137254902,21.5686274509804,0],[123.529411764706,88.2352941176471,64.7058823529412],[117.647058823529,84.3137254901961,59.8039215686275],[80.3921568627451,49.0196078431373,26.4705882352941],[145.098039215686,115.686274509804,92.156862745098],[90.1960784313725,62.7450980392157,41.1764705882353],[79.4117647058823,52.9411764705882,24.5098039215686],[108.823529411765,84.3137254901961,44.1176470588235],[100,77.4509803921569,37.2549019607843],[71.5686274509804,51.9607843137255,25.4901960784314],[73.5294117647059,58.8235294117647,40.1960784313726],[62.7450980392157,53.921568627451,39.2156862745098],[60.7843137254902,54.9019607843137,39.2156862745098],[55.8823529411765,50,26.4705882352941],[60.7843137254902,51.9607843137255,21.5686274509804],[70.5882352941177,56.8627450980392,22.5490196078431],[153.921568627451,134.313725490196,98.0392156862745],[109.803921568627,86.2745098039216,50.9803921568627],[67.6470588235294,42.156862745098,7.84313725490196],[100.980392156863,75.4901960784314,39.2156862745098],[161.764705882353,139.21568627451,98.0392156862745],[219.607843137255,201.960784313725,154.901960784314],[198.039215686275,178.43137254902,129.411764705882],[121.56862745098,95.0980392156863,50.9803921568627],[56.8627450980392,28.4313725490196,0],[124.509803921569,96.078431372549,54.9019607843137],[218.627450980392,187.254901960784,147.058823529412],[250,221.56862745098,181.372549019608],[197.058823529412,164.705882352941,122.549019607843],[149.019607843137,115.686274509804,70.5882352941177],[146.078431372549,108.823529411765,60.7843137254902],[147.058823529412,107.843137254902,57.843137254902],[218.627450980392,180.392156862745,126.470588235294],[204.901960784314,166.666666666667,112.745098039216],[183.333333333333,147.058823529412,93.1372549019608],[195.098039215686,160.78431372549,107.843137254902],[177.450980392157,146.078431372549,96.078431372549],[164.705882352941,135.294117647059,86.2745098039216],[136.274509803922,108.823529411765,61.7647058823529],[142.156862745098,111.764705882353,65.6862745098039],[138.235294117647,106.862745098039,58.8235294117647],[114.705882352941,77.4509803921569,29.4117647058824],[144.117647058824,112.745098039216,62.7450980392157],[165.686274509804,150.980392156863,97.0588235294118],[209.803921568627,203.921568627451,152.941176470588],[68.6274509803922,65.6862745098039,25.4901960784314],[46.078431372549,45.0980392156863,14.7058823529412],[30.3921568627451,30.3921568627451,2.94117647058824],[45.0980392156863,50,20.5882352941176],[64.7058823529412,71.5686274509804,38.2352941176471],[67.6470588235294,74.5098039215686,42.156862745098],[30.3921568627451,33.3333333333333,6.86274509803922],[0,4.90196078431373,0],[53.921568627451,75.4901960784314,52.9411764705882],[51.9607843137255,79.4117647058823,57.843137254902],[131.372549019608,154.901960784314,139.21568627451],[157.843137254902,180.392156862745,160.78431372549],[128.43137254902,150.980392156863,123.529411764706],[149.019607843137,172.549019607843,139.21568627451],[126.470588235294,150,114.705882352941],[111.764705882353,135.294117647059,103.921568627451],[134.313725490196,159.803921568627,135.294117647059],[140.196078431373,168.627450980392,149.019607843137],[83.3333333333333,116.666666666667,100],[75.4901960784314,113.725490196078,95.0980392156863],[167.647058823529,208.823529411765,187.254901960784],[42.156862745098,85.2941176470588,62.7450980392157],[46.078431372549,88.2352941176471,68.6274509803922],[70.5882352941177,112.745098039216,96.078431372549],[73.5294117647059,112.745098039216,103.921568627451],[84.3137254901961,122.549019607843,117.647058823529],[55.8823529411765,97.0588235294118,95.0980392156863],[98.0392156862745,141.176470588235,140.196078431373],[121.56862745098,166.666666666667,163.725490196078],[103.921568627451,151.960784313725,148.039215686275],[108.823529411765,158.823529411765,153.921568627451],[59.8039215686275,111.764705882353,103.921568627451],[82.3529411764706,138.235294117647,129.411764705882],[79.4117647058823,135.294117647059,126.470588235294],[130.392156862745,189.21568627451,177.450980392157],[77.4509803921569,136.274509803922,124.509803921569],[67.6470588235294,124.509803921569,110.78431372549],[151.960784313725,208.823529411765,194.117647058824],[102.941176470588,158.823529411765,144.117647058824],[93.1372549019608,146.078431372549,130.392156862745],[143.137254901961,197.058823529412,178.43137254902],[73.5294117647059,119.607843137255,100],[133.333333333333,165.686274509804,147.058823529412],[90.1960784313725,117.647058823529,96.078431372549],[103.921568627451,132.352941176471,104.901960784314],[117.647058823529,146.078431372549,116.666666666667],[124.509803921569,152.941176470588,125.490196078431],[111.764705882353,141.176470588235,115.686274509804],[149.019607843137,179.411764705882,149.019607843137],[140.196078431373,169.607843137255,134.313725490196],[106.862745098039,138.235294117647,90.1960784313725],[73.5294117647059,102.941176470588,53.921568627451],[61.7647058823529,89.2156862745098,49.0196078431373],[103.921568627451,128.43137254902,97.0588235294118],[27.4509803921569,50.9803921568627,29.4117647058824],[38.2352941176471,58.8235294117647,42.156862745098],[65.6862745098039,87.2549019607843,66.6666666666667],[138.235294117647,157.843137254902,133.333333333333],[93.1372549019608,112.745098039216,85.2941176470588],[69.6078431372549,90.1960784313725,59.8039215686275],[65.6862745098039,86.2745098039216,55.8823529411765],[84.3137254901961,107.843137254902,72.5490196078431],[86.2745098039216,110.78431372549,71.5686274509804],[87.2549019607843,109.803921568627,66.6666666666667],[163.725490196078,185.294117647059,139.21568627451],[203.921568627451,223.529411764706,173.529411764706],[197.058823529412,215.686274509804,161.764705882353],[145.098039215686,162.745098039216,105.882352941176],[122.549019607843,136.274509803922,76.4705882352941],[172.549019607843,182.352941176471,120.588235294118],[189.21568627451,196.078431372549,130.392156862745],[125.490196078431,130.392156862745,64.7058823529412],[140.196078431373,143.137254901961,75.4901960784314],[162.745098039216,168.627450980392,100],[137.254901960784,149.019607843137,78.4313725490196],[147.058823529412,158.823529411765,88.2352941176471],[116.666666666667,127.450980392157,52.9411764705882],[108.823529411765,115.686274509804,40.1960784313726],[141.176470588235,144.117647058824,68.6274509803922],[92.156862745098,93.1372549019608,18.6274509803922],[140.196078431373,138.235294117647,64.7058823529412],[136.274509803922,133.333333333333,63.7254901960784],[100.980392156863,97.0588235294118,34.3137254901961],[80.3921568627451,75.4901960784314,18.6274509803922],[70.5882352941177,64.7058823529412,15.6862745098039],[69.6078431372549,60.7843137254902,20.5882352941176],[80.3921568627451,65.6862745098039,37.2549019607843],[107.843137254902,87.2549019607843,66.6666666666667],[65.6862745098039,40.1960784313726,25.4901960784314],[50,28.4313725490196,14.7058823529412],[34.3137254901961,26.4705882352941,5.88235294117647],[6.86274509803922,4.90196078431373,0],[26.4705882352941,24.5098039215686,0],[12.7450980392157,7.84313725490196,0],[5.88235294117647,0.980392156862745,0],[74.5098039215686,67.6470588235294,49.0196078431373],[40.1960784313726,33.3333333333333,15.6862745098039],[57.843137254902,49.0196078431373,34.3137254901961],[34.3137254901961,24.5098039215686,12.7450980392157],[19.6078431372549,9.80392156862745,0],[24.5098039215686,13.7254901960784,7.84313725490196],[24.5098039215686,13.7254901960784,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[12.7450980392157,1.96078431372549,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[16.6666666666667,4.90196078431373,4.90196078431373],[20.5882352941176,9.80392156862745,7.84313725490196],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,0,0],[22.5490196078431,8.82352941176471,5.88235294117647],[21.5686274509804,6.86274509803922,3.92156862745098],[10.7843137254902,0,0],[20.5882352941176,1.96078431372549,0],[24.5098039215686,0,0],[65.6862745098039,31.3725490196078,12.7450980392157],[51.9607843137255,15.6862745098039,0],[68.6274509803922,31.3725490196078,10.7843137254902],[107.843137254902,67.6470588235294,48.0392156862745],[79.4117647058823,38.2352941176471,16.6666666666667],[85.2941176470588,44.1176470588235,22.5490196078431],[94.1176470588235,52.9411764705882,29.4117647058824],[134.313725490196,95.0980392156863,70.5882352941177],[97.0588235294118,60.7843137254902,35.2941176470588],[114.705882352941,79.4117647058823,55.8823529411765],[148.039215686275,114.705882352941,90.1960784313725],[84.3137254901961,54.9019607843137,31.3725490196078],[85.2941176470588,57.843137254902,34.3137254901961],[132.352941176471,106.862745098039,84.3137254901961],[99.0196078431373,74.5098039215686,45.0980392156863],[113.725490196078,87.2549019607843,45.0980392156863],[119.607843137255,96.078431372549,52.9411764705882],[84.3137254901961,63.7254901960784,33.3333333333333],[104.901960784314,90.1960784313725,69.6078431372549],[111.764705882353,102.941176470588,86.2745098039216],[93.1372549019608,88.2352941176471,69.6078431372549],[67.6470588235294,61.7647058823529,38.2352941176471],[92.156862745098,83.3333333333333,52.9411764705882],[122.549019607843,108.823529411765,72.5490196078431],[135.294117647059,117.647058823529,78.4313725490196],[108.823529411765,85.2941176470588,48.0392156862745],[113.725490196078,89.2156862745098,50],[129.411764705882,106.862745098039,66.6666666666667],[111.764705882353,89.2156862745098,46.078431372549],[160.78431372549,143.137254901961,94.1176470588235],[205.882352941176,189.21568627451,138.235294117647],[151.960784313725,130.392156862745,84.3137254901961],[131.372549019608,107.843137254902,64.7058823529412],[189.21568627451,164.705882352941,124.509803921569],[191.176470588235,163.725490196078,124.509803921569],[181.372549019608,152.941176470588,113.725490196078],[142.156862745098,110.78431372549,70.5882352941177],[144.117647058824,111.764705882353,67.6470588235294],[192.156862745098,160.78431372549,112.745098039216],[209.803921568627,177.450980392157,124.509803921569],[207.843137254902,176.470588235294,120.588235294118],[206.862745098039,175.490196078431,117.647058823529],[179.411764705882,148.039215686275,90.1960784313725],[150.980392156863,120.588235294118,66.6666666666667],[199.019607843137,168.627450980392,115.686274509804],[204.901960784314,173.529411764706,127.450980392157],[187.254901960784,156.862745098039,111.764705882353],[198.039215686275,174.509803921569,129.411764705882],[171.56862745098,148.039215686275,100.980392156863],[121.56862745098,90.1960784313725,40.1960784313726],[136.274509803922,109.803921568627,57.843137254902],[179.411764705882,167.647058823529,116.666666666667],[213.725490196078,211.764705882353,164.705882352941],[68.6274509803922,68.6274509803922,31.3725490196078],[19.6078431372549,20.5882352941176,0],[54.9019607843137,57.843137254902,31.3725490196078],[62.7450980392157,64.7058823529412,41.1764705882353],[88.2352941176471,92.156862745098,65.6862745098039],[54.9019607843137,54.9019607843137,27.4509803921569],[58.8235294117647,54.9019607843137,28.4313725490196],[0.980392156862745,2.94117647058824,0],[22.5490196078431,41.1764705882353,21.5686274509804],[21.5686274509804,45.0980392156863,29.4117647058824],[0,18.6274509803922,2.94117647058824],[16.6666666666667,35.2941176470588,15.6862745098039],[75.4901960784314,96.078431372549,65.6862745098039],[189.21568627451,208.823529411765,172.549019607843],[137.254901960784,157.843137254902,119.607843137255],[162.745098039216,184.313725490196,149.019607843137],[115.686274509804,140.196078431373,111.764705882353],[88.2352941176471,116.666666666667,95.0980392156863],[24.5098039215686,57.843137254902,41.1764705882353],[107.843137254902,146.078431372549,127.450980392157],[150,193.137254901961,170.588235294118],[97.0588235294118,141.176470588235,118.627450980392],[86.2745098039216,130.392156862745,109.803921568627],[85.2941176470588,128.43137254902,113.725490196078],[83.3333333333333,125.490196078431,116.666666666667],[133.333333333333,174.509803921569,172.549019607843],[61.7647058823529,106.862745098039,106.862745098039],[61.7647058823529,108.823529411765,108.823529411765],[94.1176470588235,142.156862745098,139.21568627451],[89.2156862745098,139.21568627451,134.313725490196],[88.2352941176471,138.235294117647,131.372549019608],[74.5098039215686,126.470588235294,116.666666666667],[142.156862745098,195.098039215686,182.352941176471],[137.254901960784,192.156862745098,179.411764705882],[120.588235294118,175.490196078431,162.745098039216],[53.921568627451,108.823529411765,96.078431372549],[111.764705882353,167.647058823529,152.941176470588],[66.6666666666667,119.607843137255,105.882352941176],[44.1176470588235,97.0588235294118,83.3333333333333],[119.607843137255,171.56862745098,155.882352941176],[111.764705882353,163.725490196078,148.039215686275],[38.2352941176471,84.3137254901961,66.6666666666667],[111.764705882353,145.098039215686,128.43137254902],[144.117647058824,171.56862745098,150],[158.823529411765,187.254901960784,157.843137254902],[161.764705882353,192.156862745098,160.78431372549],[91.1764705882353,120.588235294118,95.0980392156863],[135.294117647059,164.705882352941,141.176470588235],[150.980392156863,179.411764705882,157.843137254902],[115.686274509804,145.098039215686,119.607843137255],[87.2549019607843,118.627450980392,82.3529411764706],[61.7647058823529,92.156862745098,51.9607843137255],[60.7843137254902,91.1764705882353,50.9803921568627],[84.3137254901961,110.78431372549,78.4313725490196],[55.8823529411765,79.4117647058823,57.843137254902],[26.4705882352941,49.0196078431373,29.4117647058824],[93.1372549019608,116.666666666667,95.0980392156863],[152.941176470588,174.509803921569,151.960784313725],[101.960784313725,124.509803921569,97.0588235294118],[80.3921568627451,102.941176470588,74.5098039215686],[71.5686274509804,95.0980392156863,63.7254901960784],[80.3921568627451,103.921568627451,70.5882352941177],[112.745098039216,137.254901960784,99.0196078431373],[96.078431372549,120.588235294118,81.3725490196078],[89.2156862745098,114.705882352941,70.5882352941177],[157.843137254902,181.372549019608,132.352941176471],[190.196078431373,212.745098039216,159.803921568627],[192.156862745098,212.745098039216,156.862745098039],[165.686274509804,183.333333333333,124.509803921569],[163.725490196078,179.411764705882,117.647058823529],[202.941176470588,214.705882352941,151.960784313725],[142.156862745098,152.941176470588,88.2352941176471],[176.470588235294,185.294117647059,119.607843137255],[179.411764705882,189.21568627451,119.607843137255],[158.823529411765,172.549019607843,97.0588235294118],[127.450980392157,141.176470588235,63.7254901960784],[165.686274509804,176.470588235294,100],[164.705882352941,171.56862745098,96.078431372549],[150.980392156863,154.901960784314,82.3529411764706],[111.764705882353,112.745098039216,44.1176470588235],[143.137254901961,142.156862745098,78.4313725490196],[108.823529411765,108.823529411765,48.0392156862745],[71.5686274509804,72.5490196078431,16.6666666666667],[99.0196078431373,98.0392156862745,50.9803921568627],[74.5098039215686,72.5490196078431,32.3529411764706],[53.921568627451,50,13.7254901960784],[67.6470588235294,58.8235294117647,28.4313725490196],[109.803921568627,96.078431372549,70.5882352941177],[92.156862745098,74.5098039215686,50.9803921568627],[64.7058823529412,49.0196078431373,26.4705882352941],[21.5686274509804,15.6862745098039,0],[10.7843137254902,8.82352941176471,0],[18.6274509803922,16.6666666666667,0],[5.88235294117647,1.96078431372549,0],[17.6470588235294,13.7254901960784,0],[10.7843137254902,4.90196078431373,0],[50,43.1372549019608,24.5098039215686],[65.6862745098039,58.8235294117647,41.1764705882353],[26.4705882352941,16.6666666666667,4.90196078431373],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,27.4509803921569,20.5882352941176],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[23.5294117647059,13.7254901960784,14.7058823529412],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[12.7450980392157,11.7647058823529,7.84313725490196],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,13.7254901960784],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[39.2156862745098,24.5098039215686,21.5686274509804],[57.843137254902,43.1372549019608,38.2352941176471],[57.843137254902,38.2352941176471,29.4117647058824],[37.2549019607843,8.82352941176471,0],[60.7843137254902,24.5098039215686,5.88235294117647],[48.0392156862745,10.7843137254902,0],[50.9803921568627,13.7254901960784,0],[79.4117647058823,39.2156862745098,17.6470588235294],[67.6470588235294,26.4705882352941,2.94117647058824],[103.921568627451,62.7450980392157,39.2156862745098],[104.901960784314,63.7254901960784,40.1960784313726],[120.588235294118,81.3725490196078,55.8823529411765],[109.803921568627,73.5294117647059,47.0588235294118],[130.392156862745,95.0980392156863,69.6078431372549],[126.470588235294,95.0980392156863,70.5882352941177],[107.843137254902,80.3921568627451,56.8627450980392],[86.2745098039216,60.7843137254902,36.2745098039216],[49.0196078431373,25.4901960784314,1.96078431372549],[121.56862745098,97.0588235294118,67.6470588235294],[123.529411764706,95.0980392156863,53.921568627451],[106.862745098039,80.3921568627451,38.2352941176471],[113.725490196078,93.1372549019608,62.7450980392157],[151.960784313725,135.294117647059,115.686274509804],[148.039215686275,138.235294117647,126.470588235294],[80.3921568627451,74.5098039215686,60.7843137254902],[70.5882352941177,64.7058823529412,43.1372549019608],[123.529411764706,116.666666666667,89.2156862745098],[163.725490196078,150.980392156863,117.647058823529],[94.1176470588235,76.4705882352941,39.2156862745098],[142.156862745098,118.627450980392,83.3333333333333],[174.509803921569,149.019607843137,112.745098039216],[110.78431372549,88.2352941176471,48.0392156862745],[101.960784313725,81.3725490196078,39.2156862745098],[112.745098039216,95.0980392156863,46.078431372549],[170.588235294118,154.901960784314,104.901960784314],[172.549019607843,154.901960784314,107.843137254902],[145.098039215686,124.509803921569,80.3921568627451],[164.705882352941,142.156862745098,100.980392156863],[73.5294117647059,49.0196078431373,9.80392156862745],[100,72.5490196078431,34.3137254901961],[122.549019607843,94.1176470588235,54.9019607843137],[168.627450980392,141.176470588235,95.0980392156863],[236.274509803922,208.823529411765,159.803921568627],[185.294117647059,159.803921568627,103.921568627451],[196.078431372549,170.588235294118,110.78431372549],[221.56862745098,197.058823529412,134.313725490196],[172.549019607843,148.039215686275,85.2941176470588],[183.333333333333,154.901960784314,98.0392156862745],[187.254901960784,156.862745098039,103.921568627451],[250,223.529411764706,176.470588235294],[147.058823529412,116.666666666667,73.5294117647059],[180.392156862745,161.764705882353,119.607843137255],[237.254901960784,220.588235294118,175.490196078431],[134.313725490196,109.803921568627,56.8627450980392],[162.745098039216,142.156862745098,88.2352941176471],[165.686274509804,159.803921568627,110.78431372549],[154.901960784314,157.843137254902,113.725490196078],[71.5686274509804,75.4901960784314,39.2156862745098],[1.96078431372549,6.86274509803922,0],[53.921568627451,55.8823529411765,32.3529411764706],[112.745098039216,114.705882352941,93.1372549019608],[60.7843137254902,62.7450980392157,41.1764705882353],[46.078431372549,44.1176470588235,21.5686274509804],[92.156862745098,82.3529411764706,57.843137254902],[69.6078431372549,67.6470588235294,45.0980392156863],[36.2745098039216,52.9411764705882,37.2549019607843],[57.843137254902,81.3725490196078,67.6470588235294],[0,10.7843137254902,0],[0,16.6666666666667,0],[0,19.6078431372549,0],[132.352941176471,152.941176470588,112.745098039216],[100.980392156863,121.56862745098,81.3725490196078],[181.372549019608,202.941176470588,165.686274509804],[82.3529411764706,106.862745098039,77.4509803921569],[141.176470588235,168.627450980392,146.078431372549],[30.3921568627451,62.7450980392157,44.1176470588235],[114.705882352941,152.941176470588,134.313725490196],[191.176470588235,234.313725490196,211.764705882353],[151.960784313725,199.019607843137,175.490196078431],[130.392156862745,177.450980392157,155.882352941176],[70.5882352941177,116.666666666667,100.980392156863],[94.1176470588235,138.235294117647,131.372549019608],[93.1372549019608,138.235294117647,136.274509803922],[75.4901960784314,124.509803921569,125.490196078431],[72.5490196078431,122.549019607843,125.490196078431],[65.6862745098039,116.666666666667,114.705882352941],[84.3137254901961,134.313725490196,129.411764705882],[77.4509803921569,127.450980392157,118.627450980392],[69.6078431372549,120.588235294118,108.823529411765],[88.2352941176471,139.21568627451,126.470588235294],[126.470588235294,178.43137254902,162.745098039216],[133.333333333333,185.294117647059,169.607843137255],[95.0980392156863,147.058823529412,131.372549019608],[103.921568627451,154.901960784314,142.156862745098],[56.8627450980392,107.843137254902,95.0980392156863],[81.3725490196078,130.392156862745,118.627450980392],[162.745098039216,211.764705882353,200],[118.627450980392,168.627450980392,153.921568627451],[48.0392156862745,94.1176470588235,78.4313725490196],[93.1372549019608,126.470588235294,109.803921568627],[160.78431372549,192.156862745098,168.627450980392],[168.627450980392,201.960784313725,169.607843137255],[162.745098039216,196.078431372549,161.764705882353],[145.098039215686,177.450980392157,150.980392156863],[150,182.352941176471,161.764705882353],[163.725490196078,195.098039215686,180.392156862745],[134.313725490196,164.705882352941,149.019607843137],[134.313725490196,166.666666666667,140.196078431373],[150,180.392156862745,149.019607843137],[105.882352941176,137.254901960784,100.980392156863],[66.6666666666667,96.078431372549,62.7450980392157],[26.4705882352941,51.9607843137255,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[60.7843137254902,84.3137254901961,60.7843137254902],[90.1960784313725,113.725490196078,88.2352941176471],[71.5686274509804,96.078431372549,67.6470588235294],[42.156862745098,66.6666666666667,37.2549019607843],[37.2549019607843,61.7647058823529,30.3921568627451],[35.2941176470588,62.7450980392157,25.4901960784314],[73.5294117647059,100.980392156863,61.7647058823529],[55.8823529411765,84.3137254901961,41.1764705882353],[97.0588235294118,124.509803921569,77.4509803921569],[136.274509803922,162.745098039216,112.745098039216],[202.941176470588,227.450980392157,173.529411764706],[141.176470588235,164.705882352941,107.843137254902],[143.137254901961,162.745098039216,102.941176470588],[141.176470588235,158.823529411765,98.0392156862745],[115.686274509804,131.372549019608,67.6470588235294],[154.901960784314,169.607843137255,103.921568627451],[187.254901960784,200,131.372549019608],[146.078431372549,162.745098039216,84.3137254901961],[135.294117647059,150,68.6274509803922],[177.450980392157,189.21568627451,108.823529411765],[149.019607843137,155.882352941176,80.3921568627451],[107.843137254902,110.78431372549,41.1764705882353],[85.2941176470588,85.2941176470588,22.5490196078431],[110.78431372549,109.803921568627,53.921568627451],[85.2941176470588,85.2941176470588,36.2745098039216],[67.6470588235294,70.5882352941177,26.4705882352941],[82.3529411764706,87.2549019607843,48.0392156862745],[80.3921568627451,84.3137254901961,50],[76.4705882352941,80.3921568627451,48.0392156862745],[84.3137254901961,83.3333333333333,52.9411764705882],[49.0196078431373,44.1176470588235,12.7450980392157],[62.7450980392157,51.9607843137255,22.5490196078431],[67.6470588235294,58.8235294117647,28.4313725490196],[72.5490196078431,68.6274509803922,40.1960784313726],[56.8627450980392,56.8627450980392,29.4117647058824],[41.1764705882353,40.1960784313726,12.7450980392157],[38.2352941176471,37.2549019607843,9.80392156862745],[54.9019607843137,50.9803921568627,24.5098039215686],[68.6274509803922,64.7058823529412,40.1960784313726],[106.862745098039,100.980392156863,79.4117647058823],[24.5098039215686,17.6470588235294,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,16.6666666666667,6.86274509803922],[28.4313725490196,19.6078431372549,10.7843137254902],[16.6666666666667,7.84313725490196,2.94117647058824],[23.5294117647059,13.7254901960784,12.7450980392157],[27.4509803921569,17.6470588235294,18.6274509803922],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[15.6862745098039,1.96078431372549,0.980392156862745],[32.3529411764706,18.6274509803922,15.6862745098039],[31.3725490196078,16.6666666666667,13.7254901960784],[53.921568627451,39.2156862745098,34.3137254901961],[31.3725490196078,13.7254901960784,9.80392156862745],[28.4313725490196,10.7843137254902,6.86274509803922],[115.686274509804,98.0392156862745,94.1176470588235],[150.980392156863,128.43137254902,120.588235294118],[85.2941176470588,53.921568627451,39.2156862745098],[78.4313725490196,42.156862745098,23.5294117647059],[85.2941176470588,48.0392156862745,27.4509803921569],[76.4705882352941,36.2745098039216,14.7058823529412],[110.78431372549,69.6078431372549,48.0392156862745],[105.882352941176,64.7058823529412,41.1764705882353],[68.6274509803922,24.5098039215686,1.96078431372549],[115.686274509804,74.5098039215686,50],[143.137254901961,103.921568627451,78.4313725490196],[120.588235294118,84.3137254901961,58.8235294117647],[101.960784313725,68.6274509803922,44.1176470588235],[69.6078431372549,40.1960784313726,14.7058823529412],[95.0980392156863,69.6078431372549,45.0980392156863],[86.2745098039216,62.7450980392157,39.2156862745098],[38.2352941176471,16.6666666666667,0],[111.764705882353,86.2745098039216,59.8039215686275],[169.607843137255,138.235294117647,100],[121.56862745098,90.1960784313725,52.9411764705882],[137.254901960784,111.764705882353,89.2156862745098],[187.254901960784,169.607843137255,155.882352941176],[122.549019607843,111.764705882353,105.882352941176],[52.9411764705882,46.078431372549,40.1960784313726],[89.2156862745098,83.3333333333333,69.6078431372549],[115.686274509804,107.843137254902,87.2549019607843],[111.764705882353,98.0392156862745,71.5686274509804],[118.627450980392,100,68.6274509803922],[151.960784313725,127.450980392157,97.0588235294118],[190.196078431373,163.725490196078,134.313725490196],[149.019607843137,125.490196078431,92.156862745098],[123.529411764706,101.960784313725,65.6862745098039],[129.411764705882,112.745098039216,69.6078431372549],[134.313725490196,120.588235294118,74.5098039215686],[120.588235294118,106.862745098039,60.7843137254902],[150.980392156863,134.313725490196,91.1764705882353],[164.705882352941,143.137254901961,102.941176470588],[140.196078431373,117.647058823529,77.4509803921569],[144.117647058824,116.666666666667,78.4313725490196],[152.941176470588,124.509803921569,85.2941176470588],[156.862745098039,129.411764705882,83.3333333333333],[201.960784313725,177.450980392157,124.509803921569],[181.372549019608,159.803921568627,100.980392156863],[153.921568627451,135.294117647059,70.5882352941177],[118.627450980392,100,33.3333333333333],[118.627450980392,98.0392156862745,32.3529411764706],[191.176470588235,165.686274509804,105.882352941176],[176.470588235294,146.078431372549,93.1372549019608],[174.509803921569,139.21568627451,92.156862745098],[221.56862745098,191.176470588235,148.039215686275],[171.56862745098,158.823529411765,117.647058823529],[157.843137254902,150,104.901960784314],[172.549019607843,153.921568627451,99.0196078431373],[164.705882352941,150,96.078431372549],[184.313725490196,183.333333333333,136.274509803922],[191.176470588235,199.019607843137,158.823529411765],[180.392156862745,190.196078431373,155.882352941176],[52.9411764705882,58.8235294117647,31.3725490196078],[28.4313725490196,32.3529411764706,9.80392156862745],[64.7058823529412,65.6862745098039,48.0392156862745],[24.5098039215686,23.5294117647059,5.88235294117647],[14.7058823529412,7.84313725490196,0],[36.2745098039216,21.5686274509804,0],[111.764705882353,105.882352941176,84.3137254901961],[48.0392156862745,59.8039215686275,50],[0,11.7647058823529,2.94117647058824],[9.80392156862745,27.4509803921569,11.7647058823529],[89.2156862745098,106.862745098039,83.3333333333333],[143.137254901961,159.803921568627,124.509803921569],[129.411764705882,147.058823529412,105.882352941176],[90.1960784313725,108.823529411765,64.7058823529412],[100.980392156863,121.56862745098,81.3725490196078],[27.4509803921569,50,21.5686274509804],[39.2156862745098,66.6666666666667,44.1176470588235],[80.3921568627451,112.745098039216,94.1176470588235],[90.1960784313725,128.43137254902,109.803921568627],[84.3137254901961,128.43137254902,105.882352941176],[93.1372549019608,140.196078431373,116.666666666667],[71.5686274509804,118.627450980392,97.0588235294118],[98.0392156862745,145.098039215686,129.411764705882],[80.3921568627451,126.470588235294,120.588235294118],[106.862745098039,153.921568627451,155.882352941176],[89.2156862745098,141.176470588235,145.098039215686],[91.1764705882353,146.078431372549,147.058823529412],[56.8627450980392,110.78431372549,107.843137254902],[60.7843137254902,112.745098039216,106.862745098039],[65.6862745098039,116.666666666667,104.901960784314],[70.5882352941177,120.588235294118,105.882352941176],[80.3921568627451,127.450980392157,111.764705882353],[173.529411764706,221.56862745098,202.941176470588],[144.117647058824,190.196078431373,174.509803921569],[120.588235294118,166.666666666667,150.980392156863],[110.78431372549,155.882352941176,143.137254901961],[110.78431372549,155.882352941176,143.137254901961],[92.156862745098,137.254901960784,124.509803921569],[116.666666666667,161.764705882353,149.019607843137],[89.2156862745098,136.274509803922,122.549019607843],[69.6078431372549,112.745098039216,98.0392156862745],[74.5098039215686,110.78431372549,93.1372549019608],[122.549019607843,155.882352941176,131.372549019608],[115.686274509804,150.980392156863,115.686274509804],[87.2549019607843,122.549019607843,87.2549019607843],[154.901960784314,188.235294117647,163.725490196078],[177.450980392157,208.823529411765,194.117647058824],[169.607843137255,200,195.098039215686],[110.78431372549,141.176470588235,136.274509803922],[72.5490196078431,103.921568627451,89.2156862745098],[139.21568627451,170.588235294118,147.058823529412],[100,133.333333333333,100.980392156863],[123.529411764706,153.921568627451,122.549019607843],[83.3333333333333,112.745098039216,85.2941176470588],[58.8235294117647,86.2745098039216,61.7647058823529],[50,77.4509803921569,52.9411764705882],[92.156862745098,117.647058823529,91.1764705882353],[118.627450980392,142.156862745098,116.666666666667],[115.686274509804,140.196078431373,111.764705882353],[0.980392156862745,25.4901960784314,0],[12.7450980392157,39.2156862745098,8.82352941176471],[89.2156862745098,118.627450980392,83.3333333333333],[67.6470588235294,97.0588235294118,59.8039215686275],[82.3529411764706,112.745098039216,71.5686274509804],[101.960784313725,133.333333333333,87.2549019607843],[171.56862745098,200.980392156863,151.960784313725],[155.882352941176,184.313725490196,131.372549019608],[72.5490196078431,100,43.1372549019608],[110.78431372549,134.313725490196,77.4509803921569],[96.078431372549,116.666666666667,58.8235294117647],[98.0392156862745,117.647058823529,57.843137254902],[136.274509803922,153.921568627451,93.1372549019608],[205.882352941176,222.549019607843,153.921568627451],[143.137254901961,160.78431372549,78.4313725490196],[158.823529411765,172.549019607843,86.2745098039216],[159.803921568627,168.627450980392,87.2549019607843],[148.039215686275,154.901960784314,79.4117647058823],[120.588235294118,123.529411764706,57.843137254902],[76.4705882352941,75.4901960784314,19.6078431372549],[103.921568627451,102.941176470588,55.8823529411765],[114.705882352941,116.666666666667,77.4509803921569],[35.2941176470588,41.1764705882353,7.84313725490196],[35.2941176470588,42.156862745098,11.7647058823529],[14.7058823529412,23.5294117647059,0],[67.6470588235294,76.4705882352941,46.078431372549],[79.4117647058823,85.2941176470588,51.9607843137255],[12.7450980392157,14.7058823529412,0],[54.9019607843137,50.9803921568627,13.7254901960784],[48.0392156862745,44.1176470588235,7.84313725490196],[112.745098039216,111.764705882353,81.3725490196078],[120.588235294118,121.56862745098,91.1764705882353],[97.0588235294118,98.0392156862745,67.6470588235294],[95.0980392156863,94.1176470588235,66.6666666666667],[85.2941176470588,81.3725490196078,54.9019607843137],[96.078431372549,92.156862745098,67.6470588235294],[74.5098039215686,68.6274509803922,47.0588235294118],[31.3725490196078,24.5098039215686,5.88235294117647],[25.4901960784314,18.6274509803922,2.94117647058824],[23.5294117647059,15.6862745098039,2.94117647058824],[20.5882352941176,11.7647058823529,2.94117647058824],[15.6862745098039,6.86274509803922,1.96078431372549],[29.4117647058824,19.6078431372549,18.6274509803922],[40.1960784313726,29.4117647058824,33.3333333333333],[24.5098039215686,15.6862745098039,20.5882352941176],[12.7450980392157,3.92156862745098,8.82352941176471],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[14.7058823529412,4.90196078431373,2.94117647058824],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[14.7058823529412,0.980392156862745,0],[20.5882352941176,6.86274509803922,3.92156862745098],[25.4901960784314,12.7450980392157,6.86274509803922],[41.1764705882353,26.4705882352941,19.6078431372549],[38.2352941176471,21.5686274509804,14.7058823529412],[14.7058823529412,0,0],[18.6274509803922,0,0],[43.1372549019608,21.5686274509804,8.82352941176471],[85.2941176470588,54.9019607843137,37.2549019607843],[97.0588235294118,62.7450980392157,43.1372549019608],[94.1176470588235,58.8235294117647,37.2549019607843],[94.1176470588235,56.8627450980392,36.2745098039216],[94.1176470588235,53.921568627451,34.3137254901961],[129.411764705882,89.2156862745098,67.6470588235294],[122.549019607843,81.3725490196078,57.843137254902],[105.882352941176,66.6666666666667,41.1764705882353],[155.882352941176,119.607843137255,93.1372549019608],[132.352941176471,98.0392156862745,70.5882352941177],[120.588235294118,90.1960784313725,61.7647058823529],[75.4901960784314,46.078431372549,18.6274509803922],[138.235294117647,112.745098039216,86.2745098039216],[70.5882352941177,47.0588235294118,21.5686274509804],[64.7058823529412,41.1764705882353,17.6470588235294],[87.2549019607843,61.7647058823529,35.2941176470588],[179.411764705882,147.058823529412,112.745098039216],[166.666666666667,134.313725490196,101.960784313725],[177.450980392157,151.960784313725,129.411764705882],[158.823529411765,140.196078431373,125.490196078431],[115.686274509804,102.941176470588,94.1176470588235],[116.666666666667,106.862745098039,98.0392156862745],[48.0392156862745,36.2745098039216,24.5098039215686],[104.901960784314,92.156862745098,75.4901960784314],[143.137254901961,127.450980392157,102.941176470588],[151.960784313725,135.294117647059,107.843137254902],[151.960784313725,135.294117647059,107.843137254902],[156.862745098039,140.196078431373,110.78431372549],[181.372549019608,165.686274509804,132.352941176471],[141.176470588235,125.490196078431,90.1960784313725],[145.098039215686,132.352941176471,91.1764705882353],[143.137254901961,130.392156862745,87.2549019607843],[147.058823529412,139.21568627451,93.1372549019608],[150.980392156863,140.196078431373,95.0980392156863],[96.078431372549,77.4509803921569,36.2745098039216],[81.3725490196078,57.843137254902,20.5882352941176],[118.627450980392,91.1764705882353,54.9019607843137],[121.56862745098,94.1176470588235,55.8823529411765],[203.921568627451,182.352941176471,136.274509803922],[250,232.352941176471,180.392156862745],[198.039215686275,179.411764705882,121.56862745098],[184.313725490196,164.705882352941,102.941176470588],[161.764705882353,139.21568627451,73.5294117647059],[110.78431372549,83.3333333333333,19.6078431372549],[142.156862745098,112.745098039216,53.921568627451],[182.352941176471,151.960784313725,96.078431372549],[128.43137254902,99.0196078431373,46.078431372549],[216.666666666667,195.098039215686,146.078431372549],[190.196078431373,180.392156862745,132.352941176471],[107.843137254902,100,51.9607843137255],[172.549019607843,157.843137254902,100],[162.745098039216,152.941176470588,93.1372549019608],[198.039215686275,202.941176470588,150],[201.960784313725,210.78431372549,168.627450980392],[185.294117647059,190.196078431373,160.78431372549],[31.3725490196078,33.3333333333333,11.7647058823529],[18.6274509803922,17.6470588235294,0],[50.9803921568627,49.0196078431373,34.3137254901961],[41.1764705882353,43.1372549019608,29.4117647058824],[6.86274509803922,5.88235294117647,0],[17.6470588235294,5.88235294117647,0],[110.78431372549,100.980392156863,76.4705882352941],[159.803921568627,161.764705882353,148.039215686275],[27.4509803921569,38.2352941176471,24.5098039215686],[54.9019607843137,66.6666666666667,43.1372549019608],[58.8235294117647,73.5294117647059,43.1372549019608],[93.1372549019608,108.823529411765,72.5490196078431],[44.1176470588235,61.7647058823529,22.5490196078431],[50.9803921568627,71.5686274509804,31.3725490196078],[38.2352941176471,59.8039215686275,22.5490196078431],[30.3921568627451,54.9019607843137,25.4901960784314],[70.5882352941177,98.0392156862745,73.5294117647059],[97.0588235294118,129.411764705882,108.823529411765],[40.1960784313726,76.4705882352941,58.8235294117647],[40.1960784313726,81.3725490196078,61.7647058823529],[80.3921568627451,122.549019607843,103.921568627451],[52.9411764705882,96.078431372549,81.3725490196078],[58.8235294117647,103.921568627451,94.1176470588235],[50.9803921568627,96.078431372549,93.1372549019608],[71.5686274509804,118.627450980392,120.588235294118],[59.8039215686275,109.803921568627,112.745098039216],[59.8039215686275,109.803921568627,112.745098039216],[74.5098039215686,125.490196078431,123.529411764706],[72.5490196078431,124.509803921569,118.627450980392],[68.6274509803922,119.607843137255,107.843137254902],[68.6274509803922,120.588235294118,104.901960784314],[88.2352941176471,138.235294117647,121.56862745098],[159.803921568627,206.862745098039,191.176470588235],[163.725490196078,209.803921568627,194.117647058824],[148.039215686275,191.176470588235,176.470588235294],[126.470588235294,169.607843137255,156.862745098039],[132.352941176471,173.529411764706,159.803921568627],[107.843137254902,149.019607843137,135.294117647059],[71.5686274509804,113.725490196078,97.0588235294118],[108.823529411765,151.960784313725,135.294117647059],[96.078431372549,138.235294117647,118.627450980392],[90.1960784313725,129.411764705882,105.882352941176],[112.745098039216,148.039215686275,120.588235294118],[121.56862745098,158.823529411765,122.549019607843],[93.1372549019608,127.450980392157,95.0980392156863],[82.3529411764706,113.725490196078,91.1764705882353],[147.058823529412,176.470588235294,164.705882352941],[100.980392156863,135.294117647059,131.372549019608],[28.4313725490196,63.7254901960784,59.8039215686275],[76.4705882352941,113.725490196078,100.980392156863],[127.450980392157,164.705882352941,144.117647058824],[167.647058823529,200.980392156863,174.509803921569],[180.392156862745,212.745098039216,182.352941176471],[173.529411764706,207.843137254902,176.470588235294],[102.941176470588,137.254901960784,105.882352941176],[49.0196078431373,81.3725490196078,50.9803921568627],[46.078431372549,76.4705882352941,45.0980392156863],[81.3725490196078,109.803921568627,79.4117647058823],[64.7058823529412,90.1960784313725,61.7647058823529],[61.7647058823529,90.1960784313725,60.7843137254902],[89.2156862745098,119.607843137255,88.2352941176471],[46.078431372549,79.4117647058823,45.0980392156863],[60.7843137254902,94.1176470588235,57.843137254902],[109.803921568627,144.117647058824,102.941176470588],[179.411764705882,211.764705882353,167.647058823529],[136.274509803922,167.647058823529,121.56862745098],[66.6666666666667,96.078431372549,47.0588235294118],[102.941176470588,129.411764705882,79.4117647058823],[155.882352941176,178.43137254902,125.490196078431],[167.647058823529,188.235294117647,130.392156862745],[133.333333333333,153.921568627451,90.1960784313725],[151.960784313725,171.56862745098,101.960784313725],[185.294117647059,201.960784313725,125.490196078431],[161.764705882353,175.490196078431,92.156862745098],[157.843137254902,167.647058823529,83.3333333333333],[136.274509803922,143.137254901961,64.7058823529412],[136.274509803922,140.196078431373,67.6470588235294],[143.137254901961,145.098039215686,83.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[121.56862745098,123.529411764706,77.4509803921569],[80.3921568627451,85.2941176470588,46.078431372549],[42.156862745098,49.0196078431373,18.6274509803922],[42.156862745098,51.9607843137255,25.4901960784314],[55.8823529411765,66.6666666666667,37.2549019607843],[67.6470588235294,78.4313725490196,47.0588235294118],[41.1764705882353,50.9803921568627,16.6666666666667],[49.0196078431373,54.9019607843137,19.6078431372549],[37.2549019607843,39.2156862745098,0],[23.5294117647059,23.5294117647059,0],[45.0980392156863,46.078431372549,14.7058823529412],[45.0980392156863,46.078431372549,15.6862745098039],[43.1372549019608,43.1372549019608,15.6862745098039],[51.9607843137255,50,25.4901960784314],[46.078431372549,44.1176470588235,19.6078431372549],[63.7254901960784,58.8235294117647,37.2549019607843],[76.4705882352941,71.5686274509804,50],[53.921568627451,49.0196078431373,29.4117647058824],[41.1764705882353,36.2745098039216,16.6666666666667],[18.6274509803922,11.7647058823529,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,17.6470588235294,12.7450980392157],[41.1764705882353,31.3725490196078,30.3921568627451],[27.4509803921569,18.6274509803922,21.5686274509804],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[25.4901960784314,24.5098039215686,22.5490196078431],[17.6470588235294,16.6666666666667,12.7450980392157],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[18.6274509803922,10.7843137254902,7.84313725490196],[12.7450980392157,2.94117647058824,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[16.6666666666667,5.88235294117647,1.96078431372549],[56.8627450980392,43.1372549019608,40.1960784313726],[21.5686274509804,8.82352941176471,2.94117647058824],[24.5098039215686,9.80392156862745,2.94117647058824],[50,32.3529411764706,22.5490196078431],[33.3333333333333,14.7058823529412,0.980392156862745],[35.2941176470588,14.7058823529412,0],[30.3921568627451,4.90196078431373,0],[49.0196078431373,21.5686274509804,0.980392156862745],[66.6666666666667,36.2745098039216,16.6666666666667],[56.8627450980392,24.5098039215686,7.84313725490196],[100,64.7058823529412,49.0196078431373],[68.6274509803922,32.3529411764706,16.6666666666667],[84.3137254901961,46.078431372549,29.4117647058824],[111.764705882353,76.4705882352941,54.9019607843137],[127.450980392157,92.156862745098,66.6666666666667],[110.78431372549,78.4313725490196,48.0392156862745],[166.666666666667,137.254901960784,103.921568627451],[191.176470588235,165.686274509804,131.372549019608],[123.529411764706,98.0392156862745,63.7254901960784],[133.333333333333,106.862745098039,77.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[57.843137254902,27.4509803921569,6.86274509803922],[76.4705882352941,45.0980392156863,22.5490196078431],[114.705882352941,80.3921568627451,50.9803921568627],[127.450980392157,97.0588235294118,66.6666666666667],[134.313725490196,110.78431372549,85.2941176470588],[125.490196078431,105.882352941176,82.3529411764706],[94.1176470588235,78.4313725490196,53.921568627451],[107.843137254902,91.1764705882353,71.5686274509804],[120.588235294118,99.0196078431373,86.2745098039216],[107.843137254902,86.2745098039216,72.5490196078431],[109.803921568627,92.156862745098,68.6274509803922],[171.56862745098,160.78431372549,131.372549019608],[204.901960784314,200.980392156863,172.549019607843],[185.294117647059,186.274509803922,154.901960784314],[218.627450980392,220.588235294118,181.372549019608],[182.352941176471,181.372549019608,138.235294117647],[183.333333333333,176.470588235294,135.294117647059],[115.686274509804,108.823529411765,65.6862745098039],[185.294117647059,182.352941176471,138.235294117647],[158.823529411765,154.901960784314,110.78431372549],[143.137254901961,125.490196078431,88.2352941176471],[118.627450980392,95.0980392156863,59.8039215686275],[153.921568627451,125.490196078431,92.156862745098],[116.666666666667,93.1372549019608,55.8823529411765],[94.1176470588235,80.3921568627451,36.2745098039216],[200,188.235294117647,137.254901960784],[205.882352941176,191.176470588235,135.294117647059],[163.725490196078,142.156862745098,85.2941176470588],[164.705882352941,129.411764705882,72.5490196078431],[135.294117647059,96.078431372549,38.2352941176471],[150,111.764705882353,53.921568627451],[169.607843137255,142.156862745098,80.3921568627451],[164.705882352941,153.921568627451,89.2156862745098],[192.156862745098,184.313725490196,122.549019607843],[238.235294117647,226.470588235294,167.647058823529],[167.647058823529,152.941176470588,95.0980392156863],[150.980392156863,140.196078431373,77.4509803921569],[200.980392156863,196.078431372549,131.372549019608],[191.176470588235,198.039215686275,132.352941176471],[158.823529411765,162.745098039216,112.745098039216],[79.4117647058823,71.5686274509804,49.0196078431373],[13.7254901960784,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,2.94117647058824,0],[40.1960784313726,50.9803921568627,35.2941176470588],[47.0588235294118,58.8235294117647,37.2549019607843],[59.8039215686275,59.8039215686275,26.4705882352941],[76.4705882352941,66.6666666666667,32.3529411764706],[106.862745098039,93.1372549019608,67.6470588235294],[57.843137254902,47.0588235294118,19.6078431372549],[69.6078431372549,70.5882352941177,31.3725490196078],[65.6862745098039,74.5098039215686,32.3529411764706],[41.1764705882353,52.9411764705882,15.6862745098039],[18.6274509803922,35.2941176470588,0],[29.4117647058824,50,19.6078431372549],[48.0392156862745,74.5098039215686,44.1176470588235],[60.7843137254902,89.2156862745098,59.8039215686275],[73.5294117647059,102.941176470588,75.4901960784314],[96.078431372549,127.450980392157,104.901960784314],[45.0980392156863,75.4901960784314,59.8039215686275],[63.7254901960784,94.1176470588235,86.2745098039216],[74.5098039215686,105.882352941176,102.941176470588],[61.7647058823529,97.0588235294118,97.0588235294118],[65.6862745098039,104.901960784314,104.901960784314],[54.9019607843137,98.0392156862745,97.0588235294118],[56.8627450980392,101.960784313725,101.960784313725],[65.6862745098039,108.823529411765,111.764705882353],[71.5686274509804,114.705882352941,117.647058823529],[88.2352941176471,133.333333333333,133.333333333333],[69.6078431372549,117.647058823529,113.725490196078],[78.4313725490196,128.43137254902,121.56862745098],[95.0980392156863,147.058823529412,137.254901960784],[117.647058823529,168.627450980392,156.862745098039],[140.196078431373,189.21568627451,177.450980392157],[126.470588235294,173.529411764706,161.764705882353],[106.862745098039,151.960784313725,141.176470588235],[145.098039215686,186.274509803922,174.509803921569],[173.529411764706,213.725490196078,200],[176.470588235294,214.705882352941,197.058823529412],[164.705882352941,202.941176470588,184.313725490196],[145.098039215686,184.313725490196,160.78431372549],[103.921568627451,146.078431372549,118.627450980392],[118.627450980392,161.764705882353,129.411764705882],[89.2156862745098,132.352941176471,98.0392156862745],[126.470588235294,165.686274509804,132.352941176471],[190.196078431373,222.549019607843,196.078431372549],[113.725490196078,134.313725490196,117.647058823529],[130.392156862745,151.960784313725,139.21568627451],[115.686274509804,150.980392156863,139.21568627451],[31.3725490196078,76.4705882352941,63.7254901960784],[73.5294117647059,123.529411764706,104.901960784314],[149.019607843137,197.058823529412,175.490196078431],[137.254901960784,174.509803921569,150],[95.0980392156863,130.392156862745,102.941176470588],[95.0980392156863,138.235294117647,103.921568627451],[96.078431372549,141.176470588235,104.901960784314],[97.0588235294118,138.235294117647,99.0196078431373],[76.4705882352941,113.725490196078,75.4901960784314],[49.0196078431373,80.3921568627451,44.1176470588235],[108.823529411765,140.196078431373,103.921568627451],[111.764705882353,145.098039215686,112.745098039216],[150.980392156863,185.294117647059,153.921568627451],[103.921568627451,143.137254901961,108.823529411765],[116.666666666667,156.862745098039,117.647058823529],[135.294117647059,173.529411764706,130.392156862745],[118.627450980392,154.901960784314,111.764705882353],[67.6470588235294,98.0392156862745,56.8627450980392],[61.7647058823529,88.2352941176471,48.0392156862745],[133.333333333333,153.921568627451,113.725490196078],[191.176470588235,207.843137254902,163.725490196078],[181.372549019608,196.078431372549,140.196078431373],[188.235294117647,203.921568627451,134.313725490196],[158.823529411765,174.509803921569,88.2352941176471],[178.43137254902,191.176470588235,102.941176470588],[161.764705882353,164.705882352941,87.2549019607843],[94.1176470588235,94.1176470588235,21.5686274509804],[120.588235294118,120.588235294118,48.0392156862745],[137.254901960784,138.235294117647,71.5686274509804],[90.1960784313725,94.1176470588235,36.2745098039216],[142.156862745098,147.058823529412,94.1176470588235],[53.921568627451,60.7843137254902,7.84313725490196],[61.7647058823529,71.5686274509804,22.5490196078431],[70.5882352941177,80.3921568627451,44.1176470588235],[80.3921568627451,91.1764705882353,57.843137254902],[90.1960784313725,101.960784313725,64.7058823529412],[93.1372549019608,104.901960784314,65.6862745098039],[31.3725490196078,41.1764705882353,6.86274509803922],[41.1764705882353,48.0392156862745,14.7058823529412],[42.156862745098,48.0392156862745,12.7450980392157],[26.4705882352941,30.3921568627451,0],[7.84313725490196,8.82352941176471,0],[57.843137254902,55.8823529411765,31.3725490196078],[52.9411764705882,50.9803921568627,28.4313725490196],[22.5490196078431,20.5882352941176,0],[43.1372549019608,40.1960784313726,23.5294117647059],[70.5882352941177,69.6078431372549,51.9607843137255],[86.2745098039216,85.2941176470588,65.6862745098039],[34.3137254901961,33.3333333333333,12.7450980392157],[44.1176470588235,42.156862745098,17.6470588235294],[26.4705882352941,22.5490196078431,0],[26.4705882352941,18.6274509803922,0],[29.4117647058824,21.5686274509804,2.94117647058824],[32.3529411764706,22.5490196078431,10.7843137254902],[12.7450980392157,3.92156862745098,0],[24.5098039215686,18.6274509803922,18.6274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[64.7058823529412,64.7058823529412,64.7058823529412],[46.078431372549,46.078431372549,46.078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[25.4901960784314,14.7058823529412,10.7843137254902],[40.1960784313726,29.4117647058824,25.4901960784314],[18.6274509803922,5.88235294117647,0],[21.5686274509804,7.84313725490196,0],[40.1960784313726,22.5490196078431,10.7843137254902],[51.9607843137255,30.3921568627451,16.6666666666667],[71.5686274509804,50,29.4117647058824],[63.7254901960784,39.2156862745098,17.6470588235294],[68.6274509803922,44.1176470588235,24.5098039215686],[58.8235294117647,34.3137254901961,14.7058823529412],[57.843137254902,29.4117647058824,13.7254901960784],[100,67.6470588235294,52.9411764705882],[70.5882352941177,35.2941176470588,21.5686274509804],[47.0588235294118,10.7843137254902,0],[119.607843137255,83.3333333333333,64.7058823529412],[139.21568627451,103.921568627451,80.3921568627451],[103.921568627451,71.5686274509804,41.1764705882353],[86.2745098039216,56.8627450980392,23.5294117647059],[205.882352941176,180.392156862745,144.117647058824],[162.745098039216,139.21568627451,103.921568627451],[139.21568627451,114.705882352941,84.3137254901961],[136.274509803922,109.803921568627,83.3333333333333],[110.78431372549,83.3333333333333,61.7647058823529],[152.941176470588,123.529411764706,100],[165.686274509804,135.294117647059,106.862745098039],[147.058823529412,118.627450980392,89.2156862745098],[136.274509803922,115.686274509804,89.2156862745098],[78.4313725490196,61.7647058823529,34.3137254901961],[119.607843137255,104.901960784314,74.5098039215686],[94.1176470588235,77.4509803921569,50],[115.686274509804,93.1372549019608,77.4509803921569],[148.039215686275,126.470588235294,112.745098039216],[100,86.2745098039216,59.8039215686275],[143.137254901961,138.235294117647,108.823529411765],[182.352941176471,186.274509803922,159.803921568627],[214.705882352941,223.529411764706,193.137254901961],[202.941176470588,210.78431372549,170.588235294118],[198.039215686275,203.921568627451,160.78431372549],[131.372549019608,126.470588235294,87.2549019607843],[152.941176470588,145.098039215686,106.862745098039],[172.549019607843,170.588235294118,130.392156862745],[95.0980392156863,91.1764705882353,53.921568627451],[141.176470588235,127.450980392157,93.1372549019608],[138.235294117647,118.627450980392,86.2745098039216],[150,127.450980392157,96.078431372549],[98.0392156862745,78.4313725490196,44.1176470588235],[87.2549019607843,74.5098039215686,33.3333333333333],[120.588235294118,108.823529411765,61.7647058823529],[209.803921568627,193.137254901961,142.156862745098],[150.980392156863,124.509803921569,72.5490196078431],[123.529411764706,85.2941176470588,31.3725490196078],[169.607843137255,127.450980392157,73.5294117647059],[170.588235294118,132.352941176471,74.5098039215686],[155.882352941176,131.372549019608,68.6274509803922],[197.058823529412,190.196078431373,121.56862745098],[133.333333333333,130.392156862745,62.7450980392157],[167.647058823529,153.921568627451,94.1176470588235],[222.549019607843,203.921568627451,146.078431372549],[154.901960784314,139.21568627451,78.4313725490196],[201.960784313725,193.137254901961,129.411764705882],[246.078431372549,247.058823529412,182.352941176471],[172.549019607843,170.588235294118,120.588235294118],[147.058823529412,132.352941176471,109.803921568627],[77.4509803921569,58.8235294117647,51.9607843137255],[15.6862745098039,2.94117647058824,0],[21.5686274509804,22.5490196078431,6.86274509803922],[19.6078431372549,34.3137254901961,11.7647058823529],[96.078431372549,110.78431372549,80.3921568627451],[20.5882352941176,22.5490196078431,0],[90.1960784313725,81.3725490196078,39.2156862745098],[111.764705882353,94.1176470588235,54.9019607843137],[41.1764705882353,26.4705882352941,0],[86.2745098039216,83.3333333333333,31.3725490196078],[91.1764705882353,98.0392156862745,47.0588235294118],[155.882352941176,166.666666666667,127.450980392157],[85.2941176470588,101.960784313725,70.5882352941177],[34.3137254901961,57.843137254902,32.3529411764706],[75.4901960784314,102.941176470588,80.3921568627451],[67.6470588235294,99.0196078431373,75.4901960784314],[111.764705882353,143.137254901961,120.588235294118],[92.156862745098,123.529411764706,102.941176470588],[76.4705882352941,105.882352941176,94.1176470588235],[95.0980392156863,123.529411764706,119.607843137255],[60.7843137254902,89.2156862745098,93.1372549019608],[21.5686274509804,53.921568627451,58.8235294117647],[44.1176470588235,81.3725490196078,84.3137254901961],[58.8235294117647,102.941176470588,100],[65.6862745098039,109.803921568627,106.862745098039],[87.2549019607843,127.450980392157,131.372549019608],[82.3529411764706,122.549019607843,128.43137254902],[76.4705882352941,121.56862745098,121.56862745098],[80.3921568627451,128.43137254902,124.509803921569],[86.2745098039216,138.235294117647,128.43137254902],[99.0196078431373,153.921568627451,141.176470588235],[128.43137254902,183.333333333333,170.588235294118],[86.2745098039216,138.235294117647,128.43137254902],[90.1960784313725,140.196078431373,133.333333333333],[100.980392156863,147.058823529412,141.176470588235],[126.470588235294,168.627450980392,161.764705882353],[184.313725490196,225.490196078431,215.686274509804],[191.176470588235,231.372549019608,215.686274509804],[179.411764705882,217.647058823529,197.058823529412],[188.235294117647,227.450980392157,200.980392156863],[171.56862745098,211.764705882353,180.392156862745],[82.3529411764706,122.549019607843,89.2156862745098],[91.1764705882353,131.372549019608,98.0392156862745],[77.4509803921569,112.745098039216,85.2941176470588],[133.333333333333,160.78431372549,138.235294117647],[142.156862745098,155.882352941176,141.176470588235],[119.607843137255,135.294117647059,122.549019607843],[100.980392156863,134.313725490196,117.647058823529],[77.4509803921569,124.509803921569,102.941176470588],[114.705882352941,167.647058823529,144.117647058824],[85.2941176470588,134.313725490196,109.803921568627],[46.078431372549,80.3921568627451,56.8627450980392],[90.1960784313725,123.529411764706,97.0588235294118],[138.235294117647,181.372549019608,147.058823529412],[107.843137254902,152.941176470588,114.705882352941],[100,140.196078431373,100.980392156863],[87.2549019607843,123.529411764706,83.3333333333333],[102.941176470588,137.254901960784,96.078431372549],[100,131.372549019608,91.1764705882353],[123.529411764706,158.823529411765,121.56862745098],[111.764705882353,149.019607843137,112.745098039216],[82.3529411764706,121.56862745098,85.2941176470588],[132.352941176471,172.549019607843,131.372549019608],[167.647058823529,205.882352941176,161.764705882353],[88.2352941176471,123.529411764706,78.4313725490196],[63.7254901960784,92.156862745098,49.0196078431373],[139.21568627451,164.705882352941,120.588235294118],[158.823529411765,177.450980392157,133.333333333333],[147.058823529412,160.78431372549,110.78431372549],[144.117647058824,157.843137254902,97.0588235294118],[185.294117647059,198.039215686275,120.588235294118],[184.313725490196,198.039215686275,104.901960784314],[162.745098039216,171.56862745098,80.3921568627451],[108.823529411765,108.823529411765,36.2745098039216],[98.0392156862745,94.1176470588235,31.3725490196078],[164.705882352941,163.725490196078,100],[169.607843137255,171.56862745098,109.803921568627],[107.843137254902,112.745098039216,57.843137254902],[172.549019607843,179.411764705882,128.43137254902],[137.254901960784,147.058823529412,95.0980392156863],[140.196078431373,151.960784313725,102.941176470588],[120.588235294118,133.333333333333,91.1764705882353],[40.1960784313726,51.9607843137255,14.7058823529412],[31.3725490196078,43.1372549019608,3.92156862745098],[123.529411764706,135.294117647059,96.078431372549],[88.2352941176471,100,64.7058823529412],[60.7843137254902,70.5882352941177,36.2745098039216],[50.9803921568627,57.843137254902,24.5098039215686],[50,55.8823529411765,22.5490196078431],[28.4313725490196,31.3725490196078,2.94117647058824],[55.8823529411765,55.8823529411765,32.3529411764706],[62.7450980392157,57.843137254902,38.2352941176471],[41.1764705882353,34.3137254901961,16.6666666666667],[45.0980392156863,39.2156862745098,23.5294117647059],[18.6274509803922,17.6470588235294,0],[54.9019607843137,57.843137254902,37.2549019607843],[39.2156862745098,45.0980392156863,19.6078431372549],[59.8039215686275,62.7450980392157,34.3137254901961],[89.2156862745098,88.2352941176471,60.7843137254902],[59.8039215686275,50,25.4901960784314],[33.3333333333333,20.5882352941176,1.96078431372549],[39.2156862745098,25.4901960784314,12.7450980392157],[57.843137254902,48.0392156862745,39.2156862745098],[21.5686274509804,18.6274509803922,13.7254901960784],[1.96078431372549,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[249.019607843137,249.019607843137,249.019607843137],[200.980392156863,200.980392156863,200.980392156863],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,6.86274509803922],[16.6666666666667,5.88235294117647,3.92156862745098],[22.5490196078431,8.82352941176471,7.84313725490196],[26.4705882352941,12.7450980392157,11.7647058823529],[34.3137254901961,20.5882352941176,19.6078431372549],[27.4509803921569,13.7254901960784,12.7450980392157],[21.5686274509804,7.84313725490196,4.90196078431373],[14.7058823529412,0,0],[14.7058823529412,0,0],[16.6666666666667,0,0],[47.0588235294118,24.5098039215686,10.7843137254902],[86.2745098039216,60.7843137254902,44.1176470588235],[83.3333333333333,61.7647058823529,41.1764705882353],[48.0392156862745,30.3921568627451,10.7843137254902],[51.9607843137255,33.3333333333333,16.6666666666667],[78.4313725490196,55.8823529411765,40.1960784313726],[104.901960784314,76.4705882352941,60.7843137254902],[72.5490196078431,37.2549019607843,23.5294117647059],[50,11.7647058823529,0],[120.588235294118,80.3921568627451,62.7450980392157],[158.823529411765,118.627450980392,97.0588235294118],[150.980392156863,114.705882352941,89.2156862745098],[100.980392156863,66.6666666666667,39.2156862745098],[100.980392156863,70.5882352941177,42.156862745098],[157.843137254902,131.372549019608,101.960784313725],[111.764705882353,88.2352941176471,60.7843137254902],[152.941176470588,133.333333333333,106.862745098039],[150.980392156863,134.313725490196,108.823529411765],[156.862745098039,137.254901960784,112.745098039216],[152.941176470588,130.392156862745,100],[175.490196078431,152.941176470588,122.549019607843],[195.098039215686,175.490196078431,150.980392156863],[151.960784313725,136.274509803922,110.78431372549],[137.254901960784,124.509803921569,93.1372549019608],[195.098039215686,184.313725490196,156.862745098039],[163.725490196078,150.980392156863,134.313725490196],[119.607843137255,108.823529411765,91.1764705882353],[127.450980392157,122.549019607843,93.1372549019608],[190.196078431373,189.21568627451,158.823529411765],[228.43137254902,232.352941176471,205.882352941176],[187.254901960784,193.137254901961,165.686274509804],[177.450980392157,183.333333333333,146.078431372549],[185.294117647059,185.294117647059,148.039215686275],[146.078431372549,138.235294117647,102.941176470588],[142.156862745098,131.372549019608,100],[164.705882352941,158.823529411765,125.490196078431],[123.529411764706,117.647058823529,86.2745098039216],[131.372549019608,120.588235294118,91.1764705882353],[106.862745098039,93.1372549019608,64.7058823529412],[111.764705882353,97.0588235294118,66.6666666666667],[75.4901960784314,60.7843137254902,28.4313725490196],[117.647058823529,103.921568627451,67.6470588235294],[172.549019607843,154.901960784314,115.686274509804],[201.960784313725,179.411764705882,136.274509803922],[141.176470588235,113.725490196078,66.6666666666667],[110.78431372549,75.4901960784314,24.5098039215686],[154.901960784314,120.588235294118,67.6470588235294],[177.450980392157,147.058823529412,91.1764705882353],[185.294117647059,161.764705882353,100.980392156863],[233.333333333333,218.627450980392,154.901960784314],[189.21568627451,178.43137254902,117.647058823529],[123.529411764706,107.843137254902,56.8627450980392],[216.666666666667,197.058823529412,148.039215686275],[212.745098039216,187.254901960784,137.254901960784],[191.176470588235,168.627450980392,117.647058823529],[242.156862745098,229.411764705882,178.43137254902],[157.843137254902,146.078431372549,104.901960784314],[60.7843137254902,47.0588235294118,18.6274509803922],[52.9411764705882,41.1764705882353,19.6078431372549],[21.5686274509804,14.7058823529412,0],[0.980392156862745,2.94117647058824,0],[0.980392156862745,11.7647058823529,0],[30.3921568627451,41.1764705882353,0],[78.4313725490196,76.4705882352941,29.4117647058824],[105.882352941176,99.0196078431373,48.0392156862745],[89.2156862745098,82.3529411764706,28.4313725490196],[149.019607843137,144.117647058824,87.2549019607843],[207.843137254902,208.823529411765,151.960784313725],[226.470588235294,233.333333333333,182.352941176471],[209.803921568627,220.588235294118,181.372549019608],[114.705882352941,130.392156862745,101.960784313725],[69.6078431372549,92.156862745098,72.5490196078431],[68.6274509803922,96.078431372549,81.3725490196078],[63.7254901960784,95.0980392156863,80.3921568627451],[117.647058823529,149.019607843137,136.274509803922],[75.4901960784314,106.862745098039,96.078431372549],[49.0196078431373,77.4509803921569,72.5490196078431],[65.6862745098039,93.1372549019608,96.078431372549],[62.7450980392157,91.1764705882353,95.0980392156863],[48.0392156862745,81.3725490196078,83.3333333333333],[52.9411764705882,91.1764705882353,88.2352941176471],[53.921568627451,96.078431372549,86.2745098039216],[65.6862745098039,109.803921568627,102.941176470588],[68.6274509803922,107.843137254902,115.686274509804],[85.2941176470588,126.470588235294,138.235294117647],[76.4705882352941,123.529411764706,123.529411764706],[65.6862745098039,115.686274509804,108.823529411765],[106.862745098039,162.745098039216,148.039215686275],[108.823529411765,166.666666666667,149.019607843137],[100,156.862745098039,142.156862745098],[116.666666666667,173.529411764706,161.764705882353],[118.627450980392,172.549019607843,169.607843137255],[83.3333333333333,131.372549019608,135.294117647059],[67.6470588235294,114.705882352941,118.627450980392],[87.2549019607843,130.392156862745,131.372549019608],[94.1176470588235,136.274509803922,129.411764705882],[119.607843137255,162.745098039216,148.039215686275],[123.529411764706,168.627450980392,143.137254901961],[166.666666666667,208.823529411765,179.411764705882],[129.411764705882,162.745098039216,138.235294117647],[113.725490196078,142.156862745098,120.588235294118],[106.862745098039,135.294117647059,113.725490196078],[119.607843137255,142.156862745098,122.549019607843],[102.941176470588,113.725490196078,98.0392156862745],[100.980392156863,112.745098039216,99.0196078431373],[114.705882352941,143.137254901961,123.529411764706],[87.2549019607843,126.470588235294,100.980392156863],[142.156862745098,185.294117647059,158.823529411765],[104.901960784314,147.058823529412,119.607843137255],[88.2352941176471,117.647058823529,92.156862745098],[142.156862745098,170.588235294118,143.137254901961],[162.745098039216,197.058823529412,165.686274509804],[196.078431372549,230.392156862745,199.019607843137],[139.21568627451,167.647058823529,137.254901960784],[141.176470588235,167.647058823529,133.333333333333],[140.196078431373,170.588235294118,129.411764705882],[95.0980392156863,127.450980392157,83.3333333333333],[48.0392156862745,83.3333333333333,40.1960784313726],[51.9607843137255,88.2352941176471,45.0980392156863],[62.7450980392157,99.0196078431373,55.8823529411765],[140.196078431373,176.470588235294,133.333333333333],[174.509803921569,209.803921568627,164.705882352941],[113.725490196078,145.098039215686,97.0588235294118],[142.156862745098,168.627450980392,118.627450980392],[186.274509803922,208.823529411765,153.921568627451],[193.137254901961,210.78431372549,151.960784313725],[165.686274509804,180.392156862745,114.705882352941],[186.274509803922,200,126.470588235294],[158.823529411765,171.56862745098,91.1764705882353],[153.921568627451,166.666666666667,80.3921568627451],[141.176470588235,150,68.6274509803922],[110.78431372549,111.764705882353,45.0980392156863],[132.352941176471,132.352941176471,73.5294117647059],[139.21568627451,140.196078431373,84.3137254901961],[158.823529411765,161.764705882353,107.843137254902],[136.274509803922,144.117647058824,88.2352941176471],[146.078431372549,155.882352941176,104.901960784314],[55.8823529411765,66.6666666666667,24.5098039215686],[32.3529411764706,45.0980392156863,2.94117647058824],[125.490196078431,141.176470588235,97.0588235294118],[15.6862745098039,30.3921568627451,0],[24.5098039215686,38.2352941176471,2.94117647058824],[110.78431372549,122.549019607843,87.2549019607843],[148.039215686275,159.803921568627,122.549019607843],[84.3137254901961,94.1176470588235,57.843137254902],[34.3137254901961,44.1176470588235,7.84313725490196],[141.176470588235,148.039215686275,115.686274509804],[150.980392156863,156.862745098039,131.372549019608],[28.4313725490196,30.3921568627451,9.80392156862745],[27.4509803921569,18.6274509803922,1.96078431372549],[37.2549019607843,24.5098039215686,8.82352941176471],[51.9607843137255,40.1960784313726,24.5098039215686],[38.2352941176471,33.3333333333333,13.7254901960784],[67.6470588235294,73.5294117647059,48.0392156862745],[34.3137254901961,45.0980392156863,15.6862745098039],[61.7647058823529,70.5882352941177,42.156862745098],[96.078431372549,96.078431372549,70.5882352941177],[63.7254901960784,49.0196078431373,30.3921568627451],[36.2745098039216,14.7058823529412,1.96078431372549],[26.4705882352941,3.92156862745098,0],[32.3529411764706,17.6470588235294,10.7843137254902],[8.82352941176471,8.82352941176471,0.980392156862745],[2.94117647058824,4.90196078431373,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[27.4509803921569,27.4509803921569,27.4509803921569],[3.92156862745098,3.92156862745098,3.92156862745098],[39.2156862745098,39.2156862745098,39.2156862745098],[28.4313725490196,28.4313725490196,28.4313725490196],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,0],[10.7843137254902,0.980392156862745,0],[20.5882352941176,8.82352941176471,8.82352941176471],[30.3921568627451,16.6666666666667,15.6862745098039],[31.3725490196078,17.6470588235294,16.6666666666667],[26.4705882352941,12.7450980392157,11.7647058823529],[24.5098039215686,10.7843137254902,9.80392156862745],[18.6274509803922,4.90196078431373,3.92156862745098],[11.7647058823529,0,0],[18.6274509803922,3.92156862745098,0],[16.6666666666667,0,0],[14.7058823529412,0,0],[45.0980392156863,22.5490196078431,8.82352941176471],[89.2156862745098,63.7254901960784,47.0588235294118],[115.686274509804,90.1960784313725,73.5294117647059],[43.1372549019608,24.5098039215686,9.80392156862745],[48.0392156862745,29.4117647058824,14.7058823529412],[76.4705882352941,53.921568627451,38.2352941176471],[97.0588235294118,70.5882352941177,53.921568627451],[95.0980392156863,64.7058823529412,47.0588235294118],[127.450980392157,93.1372549019608,74.5098039215686],[119.607843137255,83.3333333333333,64.7058823529412],[144.117647058824,108.823529411765,87.2549019607843],[145.098039215686,111.764705882353,87.2549019607843],[70.5882352941177,39.2156862745098,14.7058823529412],[98.0392156862745,71.5686274509804,45.0980392156863],[99.0196078431373,73.5294117647059,49.0196078431373],[144.117647058824,123.529411764706,97.0588235294118],[131.372549019608,114.705882352941,89.2156862745098],[118.627450980392,102.941176470588,77.4509803921569],[132.352941176471,116.666666666667,91.1764705882353],[105.882352941176,93.1372549019608,61.7647058823529],[72.5490196078431,58.8235294117647,30.3921568627451],[133.333333333333,121.56862745098,96.078431372549],[162.745098039216,150.980392156863,125.490196078431],[195.098039215686,184.313725490196,152.941176470588],[249.019607843137,240.196078431373,209.803921568627],[200,189.21568627451,169.607843137255],[130.392156862745,122.549019607843,103.921568627451],[197.058823529412,194.117647058824,163.725490196078],[184.313725490196,185.294117647059,153.921568627451],[105.882352941176,109.803921568627,85.2941176470588],[120.588235294118,124.509803921569,100],[121.56862745098,125.490196078431,93.1372549019608],[165.686274509804,166.666666666667,133.333333333333],[162.745098039216,159.803921568627,129.411764705882],[129.411764705882,122.549019607843,95.0980392156863],[150,140.196078431373,113.725490196078],[122.549019607843,112.745098039216,86.2745098039216],[135.294117647059,128.43137254902,100.980392156863],[144.117647058824,137.254901960784,109.803921568627],[123.529411764706,114.705882352941,86.2745098039216],[108.823529411765,98.0392156862745,68.6274509803922],[138.235294117647,125.490196078431,92.156862745098],[216.666666666667,199.019607843137,163.725490196078],[177.450980392157,154.901960784314,114.705882352941],[122.549019607843,94.1176470588235,50.9803921568627],[105.882352941176,76.4705882352941,27.4509803921569],[122.549019607843,91.1764705882353,41.1764705882353],[162.745098039216,134.313725490196,79.4117647058823],[182.352941176471,158.823529411765,100],[211.764705882353,190.196078431373,131.372549019608],[236.274509803922,217.647058823529,159.803921568627],[160.78431372549,141.176470588235,91.1764705882353],[157.843137254902,136.274509803922,88.2352941176471],[213.725490196078,184.313725490196,135.294117647059],[221.56862745098,194.117647058824,147.058823529412],[204.901960784314,187.254901960784,142.156862745098],[178.43137254902,163.725490196078,121.56862745098],[115.686274509804,100.980392156863,62.7450980392157],[29.4117647058824,15.6862745098039,0],[59.8039215686275,50.9803921568627,22.5490196078431],[100.980392156863,100,69.6078431372549],[76.4705882352941,85.2941176470588,43.1372549019608],[61.7647058823529,71.5686274509804,22.5490196078431],[110.78431372549,108.823529411765,61.7647058823529],[156.862745098039,150.980392156863,100],[177.450980392157,175.490196078431,115.686274509804],[189.21568627451,191.176470588235,129.411764705882],[185.294117647059,189.21568627451,131.372549019608],[214.705882352941,221.56862745098,171.56862745098],[117.647058823529,127.450980392157,93.1372549019608],[35.2941176470588,52.9411764705882,27.4509803921569],[50,73.5294117647059,57.843137254902],[43.1372549019608,72.5490196078431,62.7450980392157],[32.3529411764706,64.7058823529412,55.8823529411765],[48.0392156862745,82.3529411764706,75.4901960784314],[55.8823529411765,87.2549019607843,82.3529411764706],[45.0980392156863,76.4705882352941,73.5294117647059],[53.921568627451,82.3529411764706,86.2745098039216],[48.0392156862745,78.4313725490196,81.3725490196078],[41.1764705882353,74.5098039215686,75.4901960784314],[33.3333333333333,71.5686274509804,66.6666666666667],[29.4117647058824,72.5490196078431,57.843137254902],[57.843137254902,102.941176470588,92.156862745098],[76.4705882352941,118.627450980392,124.509803921569],[78.4313725490196,121.56862745098,130.392156862745],[79.4117647058823,128.43137254902,127.450980392157],[86.2745098039216,138.235294117647,130.392156862745],[131.372549019608,188.235294117647,174.509803921569],[100,159.803921568627,145.098039215686],[73.5294117647059,132.352941176471,120.588235294118],[138.235294117647,197.058823529412,189.21568627451],[92.156862745098,147.058823529412,148.039215686275],[59.8039215686275,111.764705882353,117.647058823529],[50.9803921568627,100,106.862745098039],[57.843137254902,105.882352941176,110.78431372549],[57.843137254902,105.882352941176,102.941176470588],[83.3333333333333,129.411764705882,119.607843137255],[44.1176470588235,92.156862745098,71.5686274509804],[95.0980392156863,136.274509803922,114.705882352941],[160.78431372549,187.254901960784,172.549019607843],[201.960784313725,221.56862745098,209.803921568627],[143.137254901961,166.666666666667,150.980392156863],[121.56862745098,142.156862745098,127.450980392157],[104.901960784314,116.666666666667,102.941176470588],[139.21568627451,152.941176470588,136.274509803922],[182.352941176471,206.862745098039,185.294117647059],[100,133.333333333333,106.862745098039],[125.490196078431,163.725490196078,133.333333333333],[138.235294117647,174.509803921569,144.117647058824],[121.56862745098,150,122.549019607843],[97.0588235294118,122.549019607843,96.078431372549],[86.2745098039216,118.627450980392,90.1960784313725],[203.921568627451,233.333333333333,205.882352941176],[176.470588235294,196.078431372549,171.56862745098],[151.960784313725,169.607843137255,144.117647058824],[117.647058823529,144.117647058824,109.803921568627],[83.3333333333333,114.705882352941,74.5098039215686],[65.6862745098039,98.0392156862745,55.8823529411765],[104.901960784314,137.254901960784,95.0980392156863],[90.1960784313725,121.56862745098,81.3725490196078],[133.333333333333,163.725490196078,123.529411764706],[162.745098039216,190.196078431373,150],[224.509803921569,250,205.882352941176],[240.196078431373,250,213.725490196078],[214.705882352941,234.313725490196,176.470588235294],[162.745098039216,179.411764705882,112.745098039216],[155.882352941176,169.607843137255,96.078431372549],[180.392156862745,194.117647058824,116.666666666667],[226.470588235294,239.21568627451,161.764705882353],[142.156862745098,153.921568627451,79.4117647058823],[113.725490196078,123.529411764706,55.8823529411765],[192.156862745098,196.078431372549,138.235294117647],[162.745098039216,165.686274509804,113.725490196078],[51.9607843137255,55.8823529411765,6.86274509803922],[69.6078431372549,75.4901960784314,28.4313725490196],[115.686274509804,125.490196078431,73.5294117647059],[56.8627450980392,68.6274509803922,19.6078431372549],[12.7450980392157,24.5098039215686,0],[20.5882352941176,34.3137254901961,0],[60.7843137254902,77.4509803921569,33.3333333333333],[100.980392156863,117.647058823529,74.5098039215686],[42.156862745098,57.843137254902,22.5490196078431],[69.6078431372549,83.3333333333333,50.9803921568627],[86.2745098039216,100.980392156863,60.7843137254902],[119.607843137255,132.352941176471,90.1960784313725],[41.1764705882353,52.9411764705882,15.6862745098039],[31.3725490196078,41.1764705882353,7.84313725490196],[54.9019607843137,60.7843137254902,35.2941176470588],[27.4509803921569,29.4117647058824,8.82352941176471],[44.1176470588235,35.2941176470588,18.6274509803922],[50,38.2352941176471,24.5098039215686],[57.843137254902,49.0196078431373,34.3137254901961],[28.4313725490196,22.5490196078431,6.86274509803922],[33.3333333333333,38.2352941176471,15.6862745098039],[19.6078431372549,28.4313725490196,1.96078431372549],[8.82352941176471,15.6862745098039,0],[69.6078431372549,68.6274509803922,41.1764705882353],[62.7450980392157,48.0392156862745,27.4509803921569],[46.078431372549,24.5098039215686,10.7843137254902],[65.6862745098039,46.078431372549,35.2941176470588],[23.5294117647059,8.82352941176471,1.96078431372549],[8.82352941176471,5.88235294117647,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,0.980392156862745,3.92156862745098],[60.7843137254902,51.9607843137255,54.9019607843137],[48.0392156862745,38.2352941176471,39.2156862745098],[18.6274509803922,6.86274509803922,6.86274509803922],[38.2352941176471,24.5098039215686,23.5294117647059],[40.1960784313726,24.5098039215686,24.5098039215686],[16.6666666666667,0.980392156862745,0.980392156862745],[14.7058823529412,0,0],[25.4901960784314,9.80392156862745,9.80392156862745],[24.5098039215686,8.82352941176471,8.82352941176471],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,9.80392156862745,3.92156862745098],[30.3921568627451,8.82352941176471,0],[43.1372549019608,17.6470588235294,4.90196078431373],[68.6274509803922,42.156862745098,25.4901960784314],[112.745098039216,84.3137254901961,68.6274509803922],[50,22.5490196078431,11.7647058823529],[99.0196078431373,71.5686274509804,60.7843137254902],[126.470588235294,99.0196078431373,87.2549019607843],[80.3921568627451,53.921568627451,37.2549019607843],[87.2549019607843,60.7843137254902,40.1960784313726],[171.56862745098,148.039215686275,124.509803921569],[133.333333333333,109.803921568627,84.3137254901961],[68.6274509803922,48.0392156862745,21.5686274509804],[121.56862745098,100,76.4705882352941],[94.1176470588235,74.5098039215686,50],[50.9803921568627,31.3725490196078,7.84313725490196],[77.4509803921569,55.8823529411765,33.3333333333333],[125.490196078431,103.921568627451,81.3725490196078],[125.490196078431,103.921568627451,80.3921568627451],[129.411764705882,105.882352941176,82.3529411764706],[153.921568627451,139.21568627451,110.78431372549],[175.490196078431,175.490196078431,142.156862745098],[38.2352941176471,44.1176470588235,10.7843137254902],[102.941176470588,101.960784313725,74.5098039215686],[152.941176470588,146.078431372549,120.588235294118],[171.56862745098,160.78431372549,131.372549019608],[176.470588235294,162.745098039216,134.313725490196],[212.745098039216,198.039215686275,179.411764705882],[217.647058823529,206.862745098039,187.254901960784],[217.647058823529,210.78431372549,182.352941176471],[150,147.058823529412,116.666666666667],[55.8823529411765,53.921568627451,31.3725490196078],[114.705882352941,113.725490196078,93.1372549019608],[73.5294117647059,76.4705882352941,48.0392156862745],[141.176470588235,146.078431372549,114.705882352941],[172.549019607843,181.372549019608,152.941176470588],[181.372549019608,185.294117647059,160.78431372549],[131.372549019608,125.490196078431,103.921568627451],[98.0392156862745,87.2549019607843,67.6470588235294],[124.509803921569,116.666666666667,96.078431372549],[112.745098039216,106.862745098039,83.3333333333333],[96.078431372549,92.156862745098,65.6862745098039],[123.529411764706,118.627450980392,90.1960784313725],[108.823529411765,98.0392156862745,68.6274509803922],[149.019607843137,134.313725490196,101.960784313725],[145.098039215686,125.490196078431,89.2156862745098],[138.235294117647,113.725490196078,74.5098039215686],[121.56862745098,95.0980392156863,50.9803921568627],[113.725490196078,86.2745098039216,39.2156862745098],[137.254901960784,107.843137254902,56.8627450980392],[175.490196078431,146.078431372549,93.1372549019608],[213.725490196078,188.235294117647,132.352941176471],[176.470588235294,150.980392156863,95.0980392156863],[165.686274509804,139.21568627451,85.2941176470588],[195.098039215686,168.627450980392,114.705882352941],[189.21568627451,160.78431372549,105.882352941176],[208.823529411765,184.313725490196,131.372549019608],[224.509803921569,206.862745098039,159.803921568627],[217.647058823529,200.980392156863,155.882352941176],[153.921568627451,131.372549019608,82.3529411764706],[70.5882352941177,47.0588235294118,1.96078431372549],[121.56862745098,101.960784313725,69.6078431372549],[176.470588235294,167.647058823529,135.294117647059],[175.490196078431,184.313725490196,138.235294117647],[95.0980392156863,106.862745098039,59.8039215686275],[67.6470588235294,70.5882352941177,28.4313725490196],[161.764705882353,160.78431372549,117.647058823529],[96.078431372549,95.0980392156863,42.156862745098],[94.1176470588235,93.1372549019608,38.2352941176471],[119.607843137255,119.607843137255,70.5882352941177],[165.686274509804,170.588235294118,130.392156862745],[62.7450980392157,73.5294117647059,44.1176470588235],[32.3529411764706,49.0196078431373,30.3921568627451],[47.0588235294118,72.5490196078431,61.7647058823529],[50,80.3921568627451,74.5098039215686],[90.1960784313725,124.509803921569,117.647058823529],[33.3333333333333,69.6078431372549,62.7450980392157],[47.0588235294118,81.3725490196078,75.4901960784314],[48.0392156862745,81.3725490196078,80.3921568627451],[50.9803921568627,81.3725490196078,84.3137254901961],[49.0196078431373,79.4117647058823,82.3529411764706],[50,83.3333333333333,84.3137254901961],[31.3725490196078,70.5882352941177,62.7450980392157],[33.3333333333333,74.5098039215686,60.7843137254902],[89.2156862745098,132.352941176471,119.607843137255],[85.2941176470588,130.392156862745,127.450980392157],[75.4901960784314,122.549019607843,122.549019607843],[78.4313725490196,127.450980392157,126.470588235294],[84.3137254901961,135.294117647059,133.333333333333],[69.6078431372549,124.509803921569,121.56862745098],[59.8039215686275,117.647058823529,115.686274509804],[91.1764705882353,150,148.039215686275],[71.5686274509804,130.392156862745,130.392156862745],[67.6470588235294,126.470588235294,127.450980392157],[78.4313725490196,137.254901960784,138.235294117647],[57.843137254902,114.705882352941,116.666666666667],[75.4901960784314,130.392156862745,131.372549019608],[65.6862745098039,119.607843137255,116.666666666667],[71.5686274509804,122.549019607843,118.627450980392],[54.9019607843137,104.901960784314,100],[93.1372549019608,133.333333333333,127.450980392157],[205.882352941176,227.450980392157,225.490196078431],[239.21568627451,250,250],[199.019607843137,221.56862745098,213.725490196078],[194.117647058824,217.647058823529,204.901960784314],[163.725490196078,181.372549019608,167.647058823529],[169.607843137255,188.235294117647,169.607843137255],[154.901960784314,180.392156862745,155.882352941176],[135.294117647059,167.647058823529,139.21568627451],[121.56862745098,157.843137254902,125.490196078431],[150.980392156863,187.254901960784,154.901960784314],[107.843137254902,138.235294117647,107.843137254902],[66.6666666666667,96.078431372549,68.6274509803922],[134.313725490196,166.666666666667,140.196078431373],[212.745098039216,240.196078431373,217.647058823529],[228.43137254902,243.137254901961,224.509803921569],[139.21568627451,153.921568627451,135.294117647059],[123.529411764706,147.058823529412,125.490196078431],[118.627450980392,147.058823529412,119.607843137255],[110.78431372549,139.21568627451,108.823529411765],[135.294117647059,161.764705882353,129.411764705882],[111.764705882353,138.235294117647,105.882352941176],[150,173.529411764706,142.156862745098],[206.862745098039,226.470588235294,199.019607843137],[214.705882352941,231.372549019608,198.039215686275],[212.745098039216,229.411764705882,186.274509803922],[191.176470588235,204.901960784314,152.941176470588],[182.352941176471,197.058823529412,131.372549019608],[192.156862745098,205.882352941176,132.352941176471],[173.529411764706,186.274509803922,115.686274509804],[166.666666666667,178.43137254902,113.725490196078],[101.960784313725,112.745098039216,57.843137254902],[160.78431372549,168.627450980392,120.588235294118],[230.392156862745,237.254901960784,187.254901960784],[92.156862745098,98.0392156862745,52.9411764705882],[39.2156862745098,46.078431372549,4.90196078431373],[17.6470588235294,26.4705882352941,0],[100.980392156863,112.745098039216,65.6862745098039],[92.156862745098,104.901960784314,61.7647058823529],[54.9019607843137,68.6274509803922,34.3137254901961],[103.921568627451,118.627450980392,86.2745098039216],[80.3921568627451,97.0588235294118,55.8823529411765],[108.823529411765,125.490196078431,84.3137254901961],[105.882352941176,120.588235294118,88.2352941176471],[95.0980392156863,108.823529411765,76.4705882352941],[47.0588235294118,61.7647058823529,21.5686274509804],[128.43137254902,143.137254901961,100.980392156863],[105.882352941176,120.588235294118,82.3529411764706],[0,7.84313725490196,0],[37.2549019607843,40.1960784313726,9.80392156862745],[60.7843137254902,58.8235294117647,34.3137254901961],[37.2549019607843,34.3137254901961,15.6862745098039],[56.8627450980392,52.9411764705882,41.1764705882353],[44.1176470588235,41.1764705882353,32.3529411764706],[5.88235294117647,2.94117647058824,0],[22.5490196078431,20.5882352941176,7.84313725490196],[30.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,76.4705882352941,48.0392156862745],[62.7450980392157,56.8627450980392,25.4901960784314],[83.3333333333333,72.5490196078431,43.1372549019608],[87.2549019607843,73.5294117647059,48.0392156862745],[63.7254901960784,50.9803921568627,34.3137254901961],[17.6470588235294,4.90196078431373,0],[13.7254901960784,3.92156862745098,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,0,0],[37.2549019607843,27.4509803921569,28.4313725490196],[22.5490196078431,10.7843137254902,10.7843137254902],[9.80392156862745,0,0],[30.3921568627451,14.7058823529412,14.7058823529412],[40.1960784313726,25.4901960784314,22.5490196078431],[27.4509803921569,12.7450980392157,9.80392156862745],[12.7450980392157,0,0],[14.7058823529412,0,0],[26.4705882352941,11.7647058823529,8.82352941176471],[44.1176470588235,26.4705882352941,22.5490196078431],[51.9607843137255,33.3333333333333,26.4705882352941],[53.921568627451,32.3529411764706,19.6078431372549],[46.078431372549,20.5882352941176,5.88235294117647],[43.1372549019608,16.6666666666667,0],[63.7254901960784,35.2941176470588,19.6078431372549],[78.4313725490196,46.078431372549,37.2549019607843],[111.764705882353,82.3529411764706,74.5098039215686],[130.392156862745,101.960784313725,88.2352941176471],[44.1176470588235,17.6470588235294,0],[44.1176470588235,20.5882352941176,0],[111.764705882353,91.1764705882353,62.7450980392157],[127.450980392157,108.823529411765,79.4117647058823],[25.4901960784314,5.88235294117647,0],[44.1176470588235,27.4509803921569,1.96078431372549],[90.1960784313725,72.5490196078431,49.0196078431373],[92.156862745098,71.5686274509804,50.9803921568627],[61.7647058823529,41.1764705882353,20.5882352941176],[65.6862745098039,44.1176470588235,21.5686274509804],[110.78431372549,89.2156862745098,65.6862745098039],[109.803921568627,86.2745098039216,60.7843137254902],[123.529411764706,109.803921568627,81.3725490196078],[207.843137254902,214.705882352941,181.372549019608],[62.7450980392157,76.4705882352941,42.156862745098],[55.8823529411765,58.8235294117647,32.3529411764706],[102.941176470588,96.078431372549,70.5882352941177],[111.764705882353,98.0392156862745,69.6078431372549],[183.333333333333,168.627450980392,140.196078431373],[232.352941176471,217.647058823529,199.019607843137],[212.745098039216,200,181.372549019608],[185.294117647059,178.43137254902,150],[153.921568627451,149.019607843137,119.607843137255],[163.725490196078,156.862745098039,138.235294117647],[113.725490196078,110.78431372549,92.156862745098],[63.7254901960784,66.6666666666667,40.1960784313726],[139.21568627451,148.039215686275,119.607843137255],[164.705882352941,178.43137254902,152.941176470588],[132.352941176471,144.117647058824,120.588235294118],[110.78431372549,107.843137254902,91.1764705882353],[97.0588235294118,88.2352941176471,73.5294117647059],[127.450980392157,120.588235294118,102.941176470588],[130.392156862745,125.490196078431,105.882352941176],[116.666666666667,111.764705882353,90.1960784313725],[103.921568627451,100,73.5294117647059],[136.274509803922,131.372549019608,101.960784313725],[150,141.176470588235,108.823529411765],[139.21568627451,125.490196078431,91.1764705882353],[163.725490196078,144.117647058824,107.843137254902],[147.058823529412,122.549019607843,82.3529411764706],[115.686274509804,87.2549019607843,44.1176470588235],[110.78431372549,80.3921568627451,34.3137254901961],[144.117647058824,112.745098039216,62.7450980392157],[194.117647058824,163.725490196078,109.803921568627],[146.078431372549,115.686274509804,59.8039215686275],[158.823529411765,129.411764705882,70.5882352941177],[171.56862745098,143.137254901961,84.3137254901961],[157.843137254902,132.352941176471,72.5490196078431],[192.156862745098,170.588235294118,113.725490196078],[239.21568627451,226.470588235294,174.509803921569],[241.176470588235,225.490196078431,174.509803921569],[169.607843137255,141.176470588235,84.3137254901961],[159.803921568627,129.411764705882,75.4901960784314],[109.803921568627,82.3529411764706,43.1372549019608],[54.9019607843137,39.2156862745098,3.92156862745098],[58.8235294117647,64.7058823529412,19.6078431372549],[126.470588235294,139.21568627451,94.1176470588235],[64.7058823529412,70.5882352941177,35.2941176470588],[87.2549019607843,87.2549019607843,53.921568627451],[93.1372549019608,90.1960784313725,48.0392156862745],[54.9019607843137,51.9607843137255,7.84313725490196],[66.6666666666667,67.6470588235294,28.4313725490196],[55.8823529411765,58.8235294117647,28.4313725490196],[51.9607843137255,60.7843137254902,40.1960784313726],[32.3529411764706,50,38.2352941176471],[38.2352941176471,64.7058823529412,57.843137254902],[56.8627450980392,91.1764705882353,85.2941176470588],[45.0980392156863,84.3137254901961,75.4901960784314],[42.156862745098,83.3333333333333,73.5294117647059],[69.6078431372549,108.823529411765,100],[55.8823529411765,92.156862745098,85.2941176470588],[45.0980392156863,78.4313725490196,79.4117647058823],[57.843137254902,91.1764705882353,93.1372549019608],[74.5098039215686,109.803921568627,109.803921568627],[50,88.2352941176471,83.3333333333333],[36.2745098039216,77.4509803921569,65.6862745098039],[76.4705882352941,119.607843137255,106.862745098039],[135.294117647059,181.372549019608,173.529411764706],[87.2549019607843,135.294117647059,131.372549019608],[69.6078431372549,118.627450980392,115.686274509804],[87.2549019607843,138.235294117647,136.274509803922],[108.823529411765,163.725490196078,162.745098039216],[96.078431372549,152.941176470588,153.921568627451],[86.2745098039216,145.098039215686,146.078431372549],[64.7058823529412,124.509803921569,125.490196078431],[72.5490196078431,132.352941176471,135.294117647059],[71.5686274509804,131.372549019608,134.313725490196],[52.9411764705882,112.745098039216,115.686274509804],[53.921568627451,112.745098039216,113.725490196078],[53.921568627451,110.78431372549,112.745098039216],[73.5294117647059,128.43137254902,129.411764705882],[69.6078431372549,122.549019607843,122.549019607843],[105.882352941176,147.058823529412,146.078431372549],[225.490196078431,246.078431372549,250],[204.901960784314,222.549019607843,224.509803921569],[128.43137254902,154.901960784314,150],[178.43137254902,209.803921568627,199.019607843137],[138.235294117647,165.686274509804,151.960784313725],[98.0392156862745,126.470588235294,106.862745098039],[95.0980392156863,126.470588235294,102.941176470588],[94.1176470588235,130.392156862745,100],[85.2941176470588,123.529411764706,93.1372549019608],[95.0980392156863,133.333333333333,102.941176470588],[73.5294117647059,111.764705882353,81.3725490196078],[68.6274509803922,103.921568627451,76.4705882352941],[147.058823529412,185.294117647059,158.823529411765],[194.117647058824,225.490196078431,202.941176470588],[219.607843137255,236.274509803922,220.588235294118],[156.862745098039,170.588235294118,155.882352941176],[144.117647058824,167.647058823529,151.960784313725],[153.921568627451,182.352941176471,160.78431372549],[190.196078431373,218.627450980392,191.176470588235],[231.372549019608,250,227.450980392157],[204.901960784314,228.43137254902,197.058823529412],[213.725490196078,232.352941176471,202.941176470588],[200,214.705882352941,186.274509803922],[184.313725490196,198.039215686275,163.725490196078],[149.019607843137,161.764705882353,118.627450980392],[142.156862745098,156.862745098039,100.980392156863],[164.705882352941,179.411764705882,111.764705882353],[168.627450980392,184.313725490196,112.745098039216],[161.764705882353,177.450980392157,107.843137254902],[64.7058823529412,78.4313725490196,18.6274509803922],[73.5294117647059,85.2941176470588,40.1960784313726],[179.411764705882,190.196078431373,149.019607843137],[163.725490196078,172.549019607843,130.392156862745],[84.3137254901961,93.1372549019608,49.0196078431373],[25.4901960784314,33.3333333333333,0],[36.2745098039216,47.0588235294118,7.84313725490196],[68.6274509803922,81.3725490196078,39.2156862745098],[80.3921568627451,92.156862745098,52.9411764705882],[33.3333333333333,47.0588235294118,12.7450980392157],[45.0980392156863,59.8039215686275,27.4509803921569],[130.392156862745,146.078431372549,109.803921568627],[150.980392156863,166.666666666667,128.43137254902],[14.7058823529412,30.3921568627451,0],[50,65.6862745098039,30.3921568627451],[3.92156862745098,18.6274509803922,0],[87.2549019607843,101.960784313725,61.7647058823529],[155.882352941176,170.588235294118,130.392156862745],[87.2549019607843,97.0588235294118,62.7450980392157],[85.2941176470588,88.2352941176471,57.843137254902],[76.4705882352941,74.5098039215686,50],[33.3333333333333,32.3529411764706,12.7450980392157],[17.6470588235294,15.6862745098039,0.980392156862745],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,47.0588235294118,35.2941176470588],[27.4509803921569,25.4901960784314,10.7843137254902],[37.2549019607843,35.2941176470588,14.7058823529412],[27.4509803921569,21.5686274509804,0],[43.1372549019608,36.2745098039216,7.84313725490196],[92.156862745098,81.3725490196078,53.921568627451],[86.2745098039216,74.5098039215686,50.9803921568627],[51.9607843137255,39.2156862745098,23.5294117647059],[54.9019607843137,42.156862745098,34.3137254901961],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,8.82352941176471],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[10.7843137254902,0.980392156862745,0],[13.7254901960784,2.94117647058824,0.980392156862745],[26.4705882352941,12.7450980392157,9.80392156862745],[21.5686274509804,6.86274509803922,1.96078431372549],[31.3725490196078,13.7254901960784,9.80392156862745],[50.9803921568627,33.3333333333333,29.4117647058824],[36.2745098039216,18.6274509803922,14.7058823529412],[25.4901960784314,7.84313725490196,3.92156862745098],[27.4509803921569,10.7843137254902,3.92156862745098],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,21.5686274509804,12.7450980392157],[36.2745098039216,14.7058823529412,0.980392156862745],[54.9019607843137,29.4117647058824,12.7450980392157],[84.3137254901961,56.8627450980392,36.2745098039216],[90.1960784313725,61.7647058823529,44.1176470588235],[21.5686274509804,0,0],[19.6078431372549,0,0],[82.3529411764706,56.8627450980392,40.1960784313726],[96.078431372549,69.6078431372549,49.0196078431373],[93.1372549019608,67.6470588235294,41.1764705882353],[78.4313725490196,53.921568627451,24.5098039215686],[105.882352941176,81.3725490196078,51.9607843137255],[75.4901960784314,50,23.5294117647059],[62.7450980392157,35.2941176470588,13.7254901960784],[83.3333333333333,55.8823529411765,35.2941176470588],[100,73.5294117647059,54.9019607843137],[76.4705882352941,51.9607843137255,32.3529411764706],[95.0980392156863,73.5294117647059,50.9803921568627],[91.1764705882353,74.5098039215686,47.0588235294118],[97.0588235294118,82.3529411764706,50],[157.843137254902,151.960784313725,116.666666666667],[133.333333333333,145.098039215686,109.803921568627],[92.156862745098,105.882352941176,73.5294117647059],[80.3921568627451,78.4313725490196,55.8823529411765],[97.0588235294118,85.2941176470588,63.7254901960784],[142.156862745098,125.490196078431,100],[190.196078431373,173.529411764706,148.039215686275],[241.176470588235,226.470588235294,205.882352941176],[236.274509803922,225.490196078431,203.921568627451],[152.941176470588,148.039215686275,116.666666666667],[109.803921568627,106.862745098039,76.4705882352941],[155.882352941176,149.019607843137,130.392156862745],[160.78431372549,154.901960784314,139.21568627451],[129.411764705882,129.411764705882,105.882352941176],[130.392156862745,139.21568627451,112.745098039216],[129.411764705882,147.058823529412,123.529411764706],[131.372549019608,146.078431372549,125.490196078431],[98.0392156862745,100,86.2745098039216],[92.156862745098,86.2745098039216,72.5490196078431],[114.705882352941,107.843137254902,92.156862745098],[149.019607843137,140.196078431373,123.529411764706],[147.058823529412,139.21568627451,118.627450980392],[157.843137254902,153.921568627451,129.411764705882],[194.117647058824,195.098039215686,164.705882352941],[134.313725490196,135.294117647059,103.921568627451],[181.372549019608,177.450980392157,143.137254901961],[151.960784313725,139.21568627451,104.901960784314],[119.607843137255,96.078431372549,58.8235294117647],[120.588235294118,89.2156862745098,50.9803921568627],[138.235294117647,101.960784313725,58.8235294117647],[141.176470588235,105.882352941176,56.8627450980392],[173.529411764706,143.137254901961,89.2156862745098],[170.588235294118,141.176470588235,82.3529411764706],[175.490196078431,147.058823529412,82.3529411764706],[183.333333333333,156.862745098039,89.2156862745098],[139.21568627451,116.666666666667,50.9803921568627],[126.470588235294,108.823529411765,46.078431372549],[197.058823529412,187.254901960784,129.411764705882],[250,239.21568627451,181.372549019608],[213.725490196078,183.333333333333,119.607843137255],[151.960784313725,114.705882352941,53.921568627451],[115.686274509804,82.3529411764706,35.2941176470588],[58.8235294117647,38.2352941176471,0],[40.1960784313726,43.1372549019608,0],[220.588235294118,231.372549019608,192.156862745098],[151.960784313725,155.882352941176,129.411764705882],[110.78431372549,108.823529411765,86.2745098039216],[115.686274509804,110.78431372549,79.4117647058823],[40.1960784313726,35.2941176470588,3.92156862745098],[82.3529411764706,80.3921568627451,57.843137254902],[48.0392156862745,50.9803921568627,34.3137254901961],[34.3137254901961,44.1176470588235,35.2941176470588],[28.4313725490196,47.0588235294118,43.1372549019608],[41.1764705882353,71.5686274509804,66.6666666666667],[39.2156862745098,75.4901960784314,67.6470588235294],[23.5294117647059,64.7058823529412,50.9803921568627],[61.7647058823529,105.882352941176,86.2745098039216],[63.7254901960784,105.882352941176,87.2549019607843],[57.843137254902,99.0196078431373,85.2941176470588],[50,86.2745098039216,79.4117647058823],[40.1960784313726,75.4901960784314,75.4901960784314],[45.0980392156863,79.4117647058823,81.3725490196078],[49.0196078431373,84.3137254901961,84.3137254901961],[46.078431372549,84.3137254901961,81.3725490196078],[51.9607843137255,93.1372549019608,89.2156862745098],[47.0588235294118,92.156862745098,90.1960784313725],[59.8039215686275,107.843137254902,104.901960784314],[62.7450980392157,110.78431372549,106.862745098039],[59.8039215686275,109.803921568627,102.941176470588],[123.529411764706,178.43137254902,169.607843137255],[118.627450980392,174.509803921569,167.647058823529],[65.6862745098039,125.490196078431,120.588235294118],[84.3137254901961,144.117647058824,145.098039215686],[92.156862745098,150.980392156863,158.823529411765],[64.7058823529412,125.490196078431,136.274509803922],[60.7843137254902,121.56862745098,134.313725490196],[48.0392156862745,106.862745098039,117.647058823529],[51.9607843137255,107.843137254902,116.666666666667],[66.6666666666667,120.588235294118,123.529411764706],[50,103.921568627451,100.980392156863],[69.6078431372549,112.745098039216,111.764705882353],[189.21568627451,216.666666666667,219.607843137255],[177.450980392157,200.980392156863,202.941176470588],[94.1176470588235,129.411764705882,125.490196078431],[69.6078431372549,111.764705882353,101.960784313725],[54.9019607843137,98.0392156862745,83.3333333333333],[62.7450980392157,104.901960784314,86.2745098039216],[53.921568627451,95.0980392156863,73.5294117647059],[67.6470588235294,108.823529411765,85.2941176470588],[46.078431372549,89.2156862745098,62.7450980392157],[70.5882352941177,115.686274509804,87.2549019607843],[33.3333333333333,81.3725490196078,51.9607843137255],[50,98.0392156862745,68.6274509803922],[172.549019607843,217.647058823529,190.196078431373],[181.372549019608,218.627450980392,196.078431372549],[146.078431372549,168.627450980392,150.980392156863],[193.137254901961,213.725490196078,197.058823529412],[172.549019607843,200.980392156863,181.372549019608],[144.117647058824,175.490196078431,152.941176470588],[188.235294117647,218.627450980392,188.235294117647],[165.686274509804,191.176470588235,156.862745098039],[159.803921568627,181.372549019608,144.117647058824],[179.411764705882,197.058823529412,157.843137254902],[96.078431372549,110.78431372549,70.5882352941177],[118.627450980392,131.372549019608,86.2745098039216],[147.058823529412,161.764705882353,107.843137254902],[139.21568627451,153.921568627451,90.1960784313725],[115.686274509804,133.333333333333,60.7843137254902],[166.666666666667,184.313725490196,109.803921568627],[161.764705882353,178.43137254902,109.803921568627],[95.0980392156863,110.78431372549,50],[88.2352941176471,103.921568627451,55.8823529411765],[153.921568627451,166.666666666667,124.509803921569],[102.941176470588,113.725490196078,71.5686274509804],[140.196078431373,150.980392156863,108.823529411765],[85.2941176470588,96.078431372549,53.921568627451],[28.4313725490196,41.1764705882353,0],[28.4313725490196,40.1960784313726,4.90196078431373],[127.450980392157,139.21568627451,103.921568627451],[79.4117647058823,94.1176470588235,55.8823529411765],[64.7058823529412,78.4313725490196,43.1372549019608],[161.764705882353,175.490196078431,143.137254901961],[33.3333333333333,47.0588235294118,14.7058823529412],[16.6666666666667,30.3921568627451,0],[0,13.7254901960784,0],[8.82352941176471,20.5882352941176,0],[131.372549019608,143.137254901961,107.843137254902],[136.274509803922,148.039215686275,110.78431372549],[119.607843137255,129.411764705882,95.0980392156863],[58.8235294117647,63.7254901960784,41.1764705882353],[0.980392156862745,1.96078431372549,0],[29.4117647058824,24.5098039215686,5.88235294117647],[32.3529411764706,25.4901960784314,7.84313725490196],[11.7647058823529,4.90196078431373,0],[46.078431372549,44.1176470588235,23.5294117647059],[36.2745098039216,38.2352941176471,14.7058823529412],[34.3137254901961,37.2549019607843,10.7843137254902],[37.2549019607843,35.2941176470588,10.7843137254902],[24.5098039215686,16.6666666666667,0],[62.7450980392157,46.078431372549,30.3921568627451],[76.4705882352941,54.9019607843137,42.156862745098],[36.2745098039216,16.6666666666667,7.84313725490196],[30.3921568627451,16.6666666666667,7.84313725490196],[5.88235294117647,0,0],[12.7450980392157,9.80392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,14.7058823529412,15.6862745098039],[108.823529411765,106.862745098039,107.843137254902],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[19.6078431372549,15.6862745098039,16.6666666666667],[14.7058823529412,10.7843137254902,11.7647058823529],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,5.88235294117647],[12.7450980392157,1.96078431372549,0],[17.6470588235294,4.90196078431373,0],[22.5490196078431,7.84313725490196,0.980392156862745],[45.0980392156863,28.4313725490196,20.5882352941176],[64.7058823529412,48.0392156862745,40.1960784313726],[43.1372549019608,26.4705882352941,18.6274509803922],[23.5294117647059,6.86274509803922,0],[21.5686274509804,4.90196078431373,0],[39.2156862745098,21.5686274509804,11.7647058823529],[40.1960784313726,21.5686274509804,7.84313725490196],[20.5882352941176,0,0],[58.8235294117647,34.3137254901961,12.7450980392157],[115.686274509804,88.2352941176471,64.7058823529412],[103.921568627451,76.4705882352941,54.9019607843137],[100.980392156863,73.5294117647059,59.8039215686275],[41.1764705882353,15.6862745098039,0.980392156862745],[64.7058823529412,40.1960784313726,20.5882352941176],[95.0980392156863,69.6078431372549,45.0980392156863],[103.921568627451,79.4117647058823,50],[117.647058823529,91.1764705882353,61.7647058823529],[124.509803921569,96.078431372549,66.6666666666667],[142.156862745098,111.764705882353,84.3137254901961],[136.274509803922,104.901960784314,82.3529411764706],[155.882352941176,123.529411764706,104.901960784314],[107.843137254902,77.4509803921569,59.8039215686275],[70.5882352941177,44.1176470588235,23.5294117647059],[136.274509803922,114.705882352941,91.1764705882353],[80.3921568627451,63.7254901960784,34.3137254901961],[84.3137254901961,71.5686274509804,37.2549019607843],[111.764705882353,105.882352941176,70.5882352941177],[107.843137254902,111.764705882353,79.4117647058823],[96.078431372549,96.078431372549,70.5882352941177],[100.980392156863,90.1960784313725,70.5882352941177],[123.529411764706,105.882352941176,86.2745098039216],[136.274509803922,116.666666666667,92.156862745098],[152.941176470588,137.254901960784,111.764705882353],[220.588235294118,214.705882352941,191.176470588235],[218.627450980392,218.627450980392,193.137254901961],[125.490196078431,131.372549019608,96.078431372549],[102.941176470588,108.823529411765,75.4901960784314],[109.803921568627,107.843137254902,87.2549019607843],[139.21568627451,133.333333333333,117.647058823529],[146.078431372549,144.117647058824,123.529411764706],[107.843137254902,111.764705882353,89.2156862745098],[125.490196078431,137.254901960784,117.647058823529],[97.0588235294118,107.843137254902,91.1764705882353],[105.882352941176,109.803921568627,96.078431372549],[108.823529411765,106.862745098039,94.1176470588235],[115.686274509804,108.823529411765,93.1372549019608],[122.549019607843,113.725490196078,97.0588235294118],[144.117647058824,136.274509803922,115.686274509804],[179.411764705882,175.490196078431,150.980392156863],[115.686274509804,120.588235294118,91.1764705882353],[117.647058823529,123.529411764706,90.1960784313725],[108.823529411765,109.803921568627,76.4705882352941],[114.705882352941,108.823529411765,73.5294117647059],[100,80.3921568627451,46.078431372549],[112.745098039216,83.3333333333333,46.078431372549],[111.764705882353,77.4509803921569,36.2745098039216],[125.490196078431,90.1960784313725,43.1372549019608],[203.921568627451,173.529411764706,119.607843137255],[188.235294117647,160.78431372549,99.0196078431373],[200,173.529411764706,105.882352941176],[178.43137254902,154.901960784314,86.2745098039216],[150,126.470588235294,63.7254901960784],[116.666666666667,99.0196078431373,38.2352941176471],[207.843137254902,198.039215686275,138.235294117647],[250,250,190.196078431373],[218.627450980392,188.235294117647,124.509803921569],[173.529411764706,136.274509803922,74.5098039215686],[121.56862745098,87.2549019607843,32.3529411764706],[106.862745098039,83.3333333333333,36.2745098039216],[90.1960784313725,87.2549019607843,45.0980392156863],[154.901960784314,158.823529411765,126.470588235294],[126.470588235294,124.509803921569,101.960784313725],[90.1960784313725,85.2941176470588,65.6862745098039],[36.2745098039216,30.3921568627451,4.90196078431373],[14.7058823529412,9.80392156862745,0],[59.8039215686275,57.843137254902,45.0980392156863],[48.0392156862745,50.9803921568627,44.1176470588235],[35.2941176470588,47.0588235294118,45.0980392156863],[25.4901960784314,45.0980392156863,44.1176470588235],[34.3137254901961,65.6862745098039,62.7450980392157],[40.1960784313726,80.3921568627451,72.5490196078431],[31.3725490196078,77.4509803921569,59.8039215686275],[48.0392156862745,95.0980392156863,73.5294117647059],[62.7450980392157,109.803921568627,86.2745098039216],[37.2549019607843,81.3725490196078,61.7647058823529],[37.2549019607843,76.4705882352941,67.6470588235294],[52.9411764705882,88.2352941176471,86.2745098039216],[47.0588235294118,81.3725490196078,83.3333333333333],[38.2352941176471,75.4901960784314,76.4705882352941],[46.078431372549,85.2941176470588,84.3137254901961],[54.9019607843137,96.078431372549,95.0980392156863],[33.3333333333333,78.4313725490196,78.4313725490196],[81.3725490196078,129.411764705882,126.470588235294],[80.3921568627451,128.43137254902,122.549019607843],[60.7843137254902,109.803921568627,99.0196078431373],[80.3921568627451,131.372549019608,118.627450980392],[80.3921568627451,135.294117647059,122.549019607843],[83.3333333333333,139.21568627451,132.352941176471],[68.6274509803922,127.450980392157,127.450980392157],[71.5686274509804,130.392156862745,140.196078431373],[68.6274509803922,129.411764705882,144.117647058824],[61.7647058823529,121.56862745098,139.21568627451],[71.5686274509804,129.411764705882,145.098039215686],[69.6078431372549,125.490196078431,136.274509803922],[50.9803921568627,104.901960784314,109.803921568627],[70.5882352941177,121.56862745098,119.607843137255],[68.6274509803922,112.745098039216,109.803921568627],[139.21568627451,169.607843137255,171.56862745098],[130.392156862745,159.803921568627,161.764705882353],[71.5686274509804,112.745098039216,108.823529411765],[57.843137254902,107.843137254902,99.0196078431373],[70.5882352941177,123.529411764706,110.78431372549],[69.6078431372549,122.549019607843,108.823529411765],[62.7450980392157,109.803921568627,96.078431372549],[46.078431372549,92.156862745098,74.5098039215686],[45.0980392156863,91.1764705882353,71.5686274509804],[24.5098039215686,75.4901960784314,52.9411764705882],[49.0196078431373,103.921568627451,77.4509803921569],[108.823529411765,163.725490196078,137.254901960784],[154.901960784314,206.862745098039,179.411764705882],[101.960784313725,145.098039215686,120.588235294118],[151.960784313725,180.392156862745,160.78431372549],[205.882352941176,232.352941176471,213.725490196078],[152.941176470588,185.294117647059,164.705882352941],[168.627450980392,202.941176470588,179.411764705882],[192.156862745098,224.509803921569,196.078431372549],[140.196078431373,166.666666666667,132.352941176471],[125.490196078431,147.058823529412,108.823529411765],[59.8039215686275,78.4313725490196,33.3333333333333],[117.647058823529,134.313725490196,83.3333333333333],[155.882352941176,170.588235294118,114.705882352941],[141.176470588235,156.862745098039,95.0980392156863],[148.039215686275,167.647058823529,100],[138.235294117647,159.803921568627,89.2156862745098],[168.627450980392,190.196078431373,119.607843137255],[135.294117647059,155.882352941176,90.1960784313725],[95.0980392156863,114.705882352941,54.9019607843137],[86.2745098039216,103.921568627451,52.9411764705882],[100.980392156863,118.627450980392,71.5686274509804],[17.6470588235294,30.3921568627451,0],[83.3333333333333,95.0980392156863,50],[134.313725490196,148.039215686275,100],[56.8627450980392,69.6078431372549,26.4705882352941],[26.4705882352941,38.2352941176471,2.94117647058824],[49.0196078431373,59.8039215686275,26.4705882352941],[59.8039215686275,72.5490196078431,30.3921568627451],[118.627450980392,130.392156862745,91.1764705882353],[26.4705882352941,37.2549019607843,7.84313725490196],[3.92156862745098,13.7254901960784,0],[7.84313725490196,19.6078431372549,0],[7.84313725490196,19.6078431372549,0],[14.7058823529412,25.4901960784314,0],[50,60.7843137254902,27.4509803921569],[75.4901960784314,87.2549019607843,50],[94.1176470588235,105.882352941176,70.5882352941177],[8.82352941176471,18.6274509803922,0],[35.2941176470588,38.2352941176471,17.6470588235294],[53.921568627451,49.0196078431373,29.4117647058824],[62.7450980392157,54.9019607843137,36.2745098039216],[52.9411764705882,45.0980392156863,26.4705882352941],[33.3333333333333,28.4313725490196,6.86274509803922],[54.9019607843137,57.843137254902,31.3725490196078],[49.0196078431373,52.9411764705882,26.4705882352941],[63.7254901960784,66.6666666666667,40.1960784313726],[43.1372549019608,37.2549019607843,13.7254901960784],[39.2156862745098,20.5882352941176,3.92156862745098],[70.5882352941177,44.1176470588235,33.3333333333333],[91.1764705882353,66.6666666666667,59.8039215686275],[35.2941176470588,18.6274509803922,10.7843137254902],[10.7843137254902,6.86274509803922,0],[0,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[19.6078431372549,15.6862745098039,16.6666666666667],[20.5882352941176,16.6666666666667,17.6470588235294],[9.80392156862745,3.92156862745098,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[13.7254901960784,7.84313725490196,9.80392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,13.7254901960784],[13.7254901960784,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[19.6078431372549,4.90196078431373,0],[27.4509803921569,10.7843137254902,2.94117647058824],[25.4901960784314,8.82352941176471,0.980392156862745],[21.5686274509804,4.90196078431373,0],[50.9803921568627,34.3137254901961,26.4705882352941],[45.0980392156863,28.4313725490196,20.5882352941176],[30.3921568627451,13.7254901960784,3.92156862745098],[43.1372549019608,25.4901960784314,11.7647058823529],[45.0980392156863,26.4705882352941,11.7647058823529],[38.2352941176471,16.6666666666667,0],[49.0196078431373,23.5294117647059,0.980392156862745],[107.843137254902,81.3725490196078,54.9019607843137],[88.2352941176471,58.8235294117647,33.3333333333333],[76.4705882352941,48.0392156862745,30.3921568627451],[79.4117647058823,50.9803921568627,33.3333333333333],[73.5294117647059,46.078431372549,24.5098039215686],[73.5294117647059,48.0392156862745,21.5686274509804],[100.980392156863,76.4705882352941,46.078431372549],[111.764705882353,86.2745098039216,53.921568627451],[130.392156862745,101.960784313725,70.5882352941177],[85.2941176470588,54.9019607843137,26.4705882352941],[136.274509803922,102.941176470588,78.4313725490196],[145.098039215686,110.78431372549,89.2156862745098],[144.117647058824,109.803921568627,90.1960784313725],[152.941176470588,123.529411764706,100],[105.882352941176,80.3921568627451,53.921568627451],[130.392156862745,111.764705882353,80.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[125.490196078431,112.745098039216,78.4313725490196],[120.588235294118,104.901960784314,79.4117647058823],[130.392156862745,109.803921568627,91.1764705882353],[133.333333333333,105.882352941176,92.156862745098],[109.803921568627,83.3333333333333,66.6666666666667],[137.254901960784,117.647058823529,91.1764705882353],[198.039215686275,189.21568627451,158.823529411765],[231.372549019608,235.294117647059,208.823529411765],[189.21568627451,203.921568627451,173.529411764706],[128.43137254902,150.980392156863,109.803921568627],[88.2352941176471,108.823529411765,70.5882352941177],[104.901960784314,112.745098039216,89.2156862745098],[113.725490196078,114.705882352941,97.0588235294118],[114.705882352941,109.803921568627,90.1960784313725],[127.450980392157,120.588235294118,101.960784313725],[97.0588235294118,94.1176470588235,79.4117647058823],[68.6274509803922,66.6666666666667,53.921568627451],[81.3725490196078,82.3529411764706,68.6274509803922],[109.803921568627,107.843137254902,95.0980392156863],[117.647058823529,111.764705882353,96.078431372549],[134.313725490196,127.450980392157,109.803921568627],[134.313725490196,129.411764705882,107.843137254902],[181.372549019608,181.372549019608,155.882352941176],[130.392156862745,135.294117647059,105.882352941176],[110.78431372549,117.647058823529,85.2941176470588],[117.647058823529,121.56862745098,89.2156862745098],[136.274509803922,132.352941176471,98.0392156862745],[104.901960784314,89.2156862745098,55.8823529411765],[133.333333333333,109.803921568627,72.5490196078431],[123.529411764706,92.156862745098,51.9607843137255],[137.254901960784,103.921568627451,56.8627450980392],[183.333333333333,150.980392156863,98.0392156862745],[156.862745098039,128.43137254902,69.6078431372549],[162.745098039216,144.117647058824,77.4509803921569],[213.725490196078,195.098039215686,130.392156862745],[159.803921568627,135.294117647059,80.3921568627451],[161.764705882353,139.21568627451,88.2352941176471],[197.058823529412,181.372549019608,123.529411764706],[234.313725490196,216.666666666667,155.882352941176],[220.588235294118,193.137254901961,131.372549019608],[223.529411764706,193.137254901961,130.392156862745],[163.725490196078,134.313725490196,71.5686274509804],[145.098039215686,123.529411764706,67.6470588235294],[93.1372549019608,81.3725490196078,42.156862745098],[75.4901960784314,66.6666666666667,38.2352941176471],[78.4313725490196,66.6666666666667,45.0980392156863],[96.078431372549,85.2941176470588,65.6862745098039],[21.5686274509804,17.6470588235294,0],[31.3725490196078,33.3333333333333,12.7450980392157],[20.5882352941176,22.5490196078431,11.7647058823529],[40.1960784313726,44.1176470588235,43.1372549019608],[32.3529411764706,46.078431372549,47.0588235294118],[29.4117647058824,52.9411764705882,54.9019607843137],[48.0392156862745,81.3725490196078,80.3921568627451],[61.7647058823529,101.960784313725,94.1176470588235],[64.7058823529412,110.78431372549,93.1372549019608],[50.9803921568627,99.0196078431373,77.4509803921569],[57.843137254902,104.901960784314,81.3725490196078],[55.8823529411765,100,80.3921568627451],[39.2156862745098,78.4313725490196,69.6078431372549],[56.8627450980392,95.0980392156863,92.156862745098],[53.921568627451,91.1764705882353,92.156862745098],[50.9803921568627,88.2352941176471,91.1764705882353],[63.7254901960784,102.941176470588,102.941176470588],[77.4509803921569,118.627450980392,116.666666666667],[50.9803921568627,96.078431372549,94.1176470588235],[56.8627450980392,101.960784313725,99.0196078431373],[119.607843137255,165.686274509804,157.843137254902],[69.6078431372549,116.666666666667,104.901960784314],[85.2941176470588,135.294117647059,120.588235294118],[79.4117647058823,130.392156862745,117.647058823529],[103.921568627451,157.843137254902,151.960784313725],[146.078431372549,202.941176470588,203.921568627451],[64.7058823529412,121.56862745098,132.352941176471],[61.7647058823529,119.607843137255,135.294117647059],[64.7058823529412,122.549019607843,140.196078431373],[58.8235294117647,114.705882352941,131.372549019608],[63.7254901960784,116.666666666667,128.43137254902],[64.7058823529412,114.705882352941,118.627450980392],[61.7647058823529,109.803921568627,106.862745098039],[92.156862745098,133.333333333333,129.411764705882],[149.019607843137,182.352941176471,181.372549019608],[113.725490196078,147.058823529412,148.039215686275],[76.4705882352941,121.56862745098,118.627450980392],[73.5294117647059,127.450980392157,121.56862745098],[49.0196078431373,108.823529411765,101.960784313725],[48.0392156862745,105.882352941176,100],[59.8039215686275,111.764705882353,105.882352941176],[35.2941176470588,83.3333333333333,77.4509803921569],[25.4901960784314,74.5098039215686,65.6862745098039],[29.4117647058824,80.3921568627451,67.6470588235294],[64.7058823529412,122.549019607843,104.901960784314],[77.4509803921569,135.294117647059,113.725490196078],[66.6666666666667,121.56862745098,97.0588235294118],[75.4901960784314,122.549019607843,97.0588235294118],[119.607843137255,156.862745098039,132.352941176471],[118.627450980392,151.960784313725,128.43137254902],[59.8039215686275,98.0392156862745,77.4509803921569],[137.254901960784,175.490196078431,154.901960784314],[199.019607843137,232.352941176471,207.843137254902],[168.627450980392,197.058823529412,166.666666666667],[154.901960784314,176.470588235294,138.235294117647],[136.274509803922,155.882352941176,107.843137254902],[153.921568627451,171.56862745098,114.705882352941],[183.333333333333,201.960784313725,139.21568627451],[132.352941176471,152.941176470588,87.2549019607843],[126.470588235294,147.058823529412,83.3333333333333],[155.882352941176,177.450980392157,116.666666666667],[147.058823529412,170.588235294118,113.725490196078],[59.8039215686275,82.3529411764706,27.4509803921569],[75.4901960784314,98.0392156862745,43.1372549019608],[73.5294117647059,96.078431372549,41.1764705882353],[98.0392156862745,116.666666666667,62.7450980392157],[47.0588235294118,60.7843137254902,10.7843137254902],[49.0196078431373,60.7843137254902,13.7254901960784],[154.901960784314,166.666666666667,117.647058823529],[56.8627450980392,68.6274509803922,23.5294117647059],[47.0588235294118,56.8627450980392,20.5882352941176],[38.2352941176471,48.0392156862745,13.7254901960784],[127.450980392157,138.235294117647,97.0588235294118],[120.588235294118,131.372549019608,92.156862745098],[39.2156862745098,48.0392156862745,19.6078431372549],[9.80392156862745,18.6274509803922,0],[50,59.8039215686275,23.5294117647059],[50.9803921568627,61.7647058823529,22.5490196078431],[58.8235294117647,68.6274509803922,35.2941176470588],[25.4901960784314,35.2941176470588,1.96078431372549],[110.78431372549,120.588235294118,84.3137254901961],[110.78431372549,122.549019607843,83.3333333333333],[96.078431372549,107.843137254902,70.5882352941177],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,39.2156862745098,16.6666666666667],[52.9411764705882,46.078431372549,28.4313725490196],[58.8235294117647,49.0196078431373,37.2549019607843],[53.921568627451,48.0392156862745,36.2745098039216],[32.3529411764706,33.3333333333333,15.6862745098039],[16.6666666666667,20.5882352941176,0],[6.86274509803922,7.84313725490196,0],[31.3725490196078,25.4901960784314,0],[68.6274509803922,51.9607843137255,22.5490196078431],[82.3529411764706,57.843137254902,36.2745098039216],[87.2549019607843,64.7058823529412,50.9803921568627],[42.156862745098,23.5294117647059,17.6470588235294],[3.92156862745098,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[14.7058823529412,8.82352941176471,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[25.4901960784314,16.6666666666667,9.80392156862745],[36.2745098039216,26.4705882352941,17.6470588235294],[29.4117647058824,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,0],[25.4901960784314,8.82352941176471,0],[26.4705882352941,9.80392156862745,0],[31.3725490196078,14.7058823529412,4.90196078431373],[36.2745098039216,19.6078431372549,9.80392156862745],[45.0980392156863,29.4117647058824,16.6666666666667],[50,32.3529411764706,18.6274509803922],[55.8823529411765,37.2549019607843,20.5882352941176],[55.8823529411765,34.3137254901961,11.7647058823529],[51.9607843137255,26.4705882352941,1.96078431372549],[114.705882352941,88.2352941176471,59.8039215686275],[129.411764705882,99.0196078431373,71.5686274509804],[67.6470588235294,33.3333333333333,11.7647058823529],[69.6078431372549,35.2941176470588,15.6862745098039],[87.2549019607843,55.8823529411765,31.3725490196078],[93.1372549019608,66.6666666666667,38.2352941176471],[90.1960784313725,65.6862745098039,35.2941176470588],[82.3529411764706,59.8039215686275,28.4313725490196],[69.6078431372549,45.0980392156863,14.7058823529412],[96.078431372549,69.6078431372549,40.1960784313726],[84.3137254901961,53.921568627451,26.4705882352941],[171.56862745098,141.176470588235,113.725490196078],[202.941176470588,172.549019607843,145.098039215686],[135.294117647059,104.901960784314,77.4509803921569],[93.1372549019608,66.6666666666667,38.2352941176471],[106.862745098039,84.3137254901961,52.9411764705882],[131.372549019608,113.725490196078,78.4313725490196],[150,130.392156862745,98.0392156862745],[125.490196078431,98.0392156862745,76.4705882352941],[152.941176470588,120.588235294118,103.921568627451],[165.686274509804,130.392156862745,118.627450980392],[172.549019607843,141.176470588235,126.470588235294],[172.549019607843,152.941176470588,126.470588235294],[206.862745098039,200.980392156863,169.607843137255],[200,210.78431372549,181.372549019608],[143.137254901961,163.725490196078,131.372549019608],[100.980392156863,129.411764705882,86.2745098039216],[91.1764705882353,115.686274509804,76.4705882352941],[100,112.745098039216,87.2549019607843],[120.588235294118,123.529411764706,102.941176470588],[124.509803921569,118.627450980392,97.0588235294118],[142.156862745098,131.372549019608,111.764705882353],[117.647058823529,105.882352941176,92.156862745098],[78.4313725490196,68.6274509803922,56.8627450980392],[65.6862745098039,59.8039215686275,46.078431372549],[123.529411764706,120.588235294118,105.882352941176],[115.686274509804,112.745098039216,94.1176470588235],[124.509803921569,122.549019607843,101.960784313725],[143.137254901961,143.137254901961,117.647058823529],[209.803921568627,212.745098039216,184.313725490196],[137.254901960784,142.156862745098,110.78431372549],[139.21568627451,142.156862745098,111.764705882353],[144.117647058824,145.098039215686,114.705882352941],[121.56862745098,118.627450980392,88.2352941176471],[117.647058823529,108.823529411765,76.4705882352941],[125.490196078431,109.803921568627,74.5098039215686],[143.137254901961,120.588235294118,79.4117647058823],[145.098039215686,117.647058823529,70.5882352941177],[144.117647058824,111.764705882353,59.8039215686275],[153.921568627451,123.529411764706,67.6470588235294],[132.352941176471,113.725490196078,47.0588235294118],[200.980392156863,183.333333333333,118.627450980392],[170.588235294118,146.078431372549,93.1372549019608],[165.686274509804,140.196078431373,90.1960784313725],[193.137254901961,177.450980392157,116.666666666667],[197.058823529412,179.411764705882,114.705882352941],[232.352941176471,208.823529411765,148.039215686275],[226.470588235294,199.019607843137,135.294117647059],[181.372549019608,154.901960784314,87.2549019607843],[151.960784313725,130.392156862745,71.5686274509804],[74.5098039215686,59.8039215686275,21.5686274509804],[81.3725490196078,67.6470588235294,42.156862745098],[54.9019607843137,37.2549019607843,17.6470588235294],[43.1372549019608,27.4509803921569,11.7647058823529],[30.3921568627451,27.4509803921569,8.82352941176471],[26.4705882352941,28.4313725490196,14.7058823529412],[18.6274509803922,24.5098039215686,14.7058823529412],[48.0392156862745,56.8627450980392,51.9607843137255],[24.5098039215686,42.156862745098,42.156862745098],[22.5490196078431,47.0588235294118,50.9803921568627],[54.9019607843137,90.1960784313725,90.1960784313725],[29.4117647058824,70.5882352941177,66.6666666666667],[57.843137254902,104.901960784314,91.1764705882353],[47.0588235294118,95.0980392156863,76.4705882352941],[47.0588235294118,93.1372549019608,73.5294117647059],[64.7058823529412,107.843137254902,91.1764705882353],[71.5686274509804,111.764705882353,103.921568627451],[77.4509803921569,115.686274509804,112.745098039216],[62.7450980392157,100,100.980392156863],[52.9411764705882,92.156862745098,91.1764705882353],[47.0588235294118,88.2352941176471,84.3137254901961],[71.5686274509804,115.686274509804,108.823529411765],[54.9019607843137,100.980392156863,93.1372549019608],[68.6274509803922,114.705882352941,106.862745098039],[112.745098039216,157.843137254902,148.039215686275],[78.4313725490196,123.529411764706,112.745098039216],[83.3333333333333,128.43137254902,117.647058823529],[81.3725490196078,127.450980392157,119.607843137255],[82.3529411764706,131.372549019608,128.43137254902],[107.843137254902,160.78431372549,162.745098039216],[68.6274509803922,124.509803921569,133.333333333333],[56.8627450980392,115.686274509804,126.470588235294],[66.6666666666667,124.509803921569,138.235294117647],[43.1372549019608,98.0392156862745,110.78431372549],[59.8039215686275,111.764705882353,119.607843137255],[71.5686274509804,119.607843137255,123.529411764706],[57.843137254902,100.980392156863,100],[133.333333333333,173.529411764706,169.607843137255],[161.764705882353,195.098039215686,194.117647058824],[86.2745098039216,121.56862745098,119.607843137255],[80.3921568627451,124.509803921569,121.56862745098],[72.5490196078431,123.529411764706,121.56862745098],[76.4705882352941,135.294117647059,133.333333333333],[49.0196078431373,107.843137254902,107.843137254902],[47.0588235294118,97.0588235294118,100],[37.2549019607843,84.3137254901961,86.2745098039216],[47.0588235294118,92.156862745098,92.156862745098],[56.8627450980392,104.901960784314,100.980392156863],[63.7254901960784,120.588235294118,108.823529411765],[93.1372549019608,150.980392156863,133.333333333333],[69.6078431372549,122.549019607843,100],[91.1764705882353,138.235294117647,114.705882352941],[121.56862745098,163.725490196078,137.254901960784],[48.0392156862745,87.2549019607843,63.7254901960784],[41.1764705882353,83.3333333333333,64.7058823529412],[141.176470588235,183.333333333333,164.705882352941],[188.235294117647,222.549019607843,202.941176470588],[188.235294117647,217.647058823529,192.156862745098],[126.470588235294,150,114.705882352941],[154.901960784314,176.470588235294,130.392156862745],[140.196078431373,159.803921568627,101.960784313725],[156.862745098039,177.450980392157,113.725490196078],[167.647058823529,189.21568627451,126.470588235294],[120.588235294118,145.098039215686,88.2352941176471],[141.176470588235,167.647058823529,117.647058823529],[86.2745098039216,111.764705882353,67.6470588235294],[52.9411764705882,78.4313725490196,34.3137254901961],[68.6274509803922,92.156862745098,45.0980392156863],[66.6666666666667,89.2156862745098,34.3137254901961],[114.705882352941,135.294117647059,79.4117647058823],[44.1176470588235,57.843137254902,5.88235294117647],[53.921568627451,65.6862745098039,16.6666666666667],[128.43137254902,140.196078431373,91.1764705882353],[81.3725490196078,93.1372549019608,48.0392156862745],[65.6862745098039,73.5294117647059,35.2941176470588],[127.450980392157,135.294117647059,97.0588235294118],[50,57.843137254902,17.6470588235294],[70.5882352941177,78.4313725490196,40.1960784313726],[34.3137254901961,41.1764705882353,8.82352941176471],[66.6666666666667,73.5294117647059,41.1764705882353],[21.5686274509804,29.4117647058824,0],[14.7058823529412,22.5490196078431,0],[26.4705882352941,36.2745098039216,1.96078431372549],[34.3137254901961,44.1176470588235,9.80392156862745],[117.647058823529,127.450980392157,91.1764705882353],[58.8235294117647,70.5882352941177,31.3725490196078],[69.6078431372549,81.3725490196078,42.156862745098],[72.5490196078431,82.3529411764706,46.078431372549],[4.90196078431373,7.84313725490196,0],[5.88235294117647,3.92156862745098,0],[16.6666666666667,10.7843137254902,0],[80.3921568627451,77.4509803921569,62.7450980392157],[47.0588235294118,49.0196078431373,28.4313725490196],[18.6274509803922,21.5686274509804,0],[17.6470588235294,16.6666666666667,0],[68.6274509803922,62.7450980392157,29.4117647058824],[79.4117647058823,64.7058823529412,34.3137254901961],[51.9607843137255,32.3529411764706,7.84313725490196],[71.5686274509804,50,36.2745098039216],[46.078431372549,29.4117647058824,22.5490196078431],[5.88235294117647,0,0],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,7.84313725490196,9.80392156862745],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[18.6274509803922,9.80392156862745,10.7843137254902],[22.5490196078431,12.7450980392157,10.7843137254902],[21.5686274509804,10.7843137254902,6.86274509803922],[19.6078431372549,6.86274509803922,0.980392156862745],[21.5686274509804,6.86274509803922,0],[26.4705882352941,9.80392156862745,1.96078431372549],[36.2745098039216,19.6078431372549,9.80392156862745],[39.2156862745098,22.5490196078431,12.7450980392157],[18.6274509803922,1.96078431372549,0],[28.4313725490196,12.7450980392157,0],[46.078431372549,30.3921568627451,17.6470588235294],[50,32.3529411764706,18.6274509803922],[65.6862745098039,47.0588235294118,30.3921568627451],[81.3725490196078,59.8039215686275,37.2549019607843],[78.4313725490196,52.9411764705882,26.4705882352941],[114.705882352941,88.2352941176471,58.8235294117647],[116.666666666667,83.3333333333333,55.8823529411765],[109.803921568627,68.6274509803922,44.1176470588235],[90.1960784313725,46.078431372549,23.5294117647059],[92.156862745098,55.8823529411765,30.3921568627451],[98.0392156862745,68.6274509803922,41.1764705882353],[84.3137254901961,61.7647058823529,31.3725490196078],[99.0196078431373,80.3921568627451,49.0196078431373],[69.6078431372549,53.921568627451,21.5686274509804],[85.2941176470588,66.6666666666667,34.3137254901961],[76.4705882352941,53.921568627451,20.5882352941176],[113.725490196078,90.1960784313725,56.8627450980392],[160.78431372549,132.352941176471,100.980392156863],[147.058823529412,118.627450980392,87.2549019607843],[128.43137254902,100,68.6274509803922],[93.1372549019608,67.6470588235294,35.2941176470588],[124.509803921569,100.980392156863,67.6470588235294],[144.117647058824,117.647058823529,89.2156862745098],[126.470588235294,92.156862745098,70.5882352941177],[145.098039215686,108.823529411765,91.1764705882353],[146.078431372549,110.78431372549,97.0588235294118],[160.78431372549,130.392156862745,112.745098039216],[203.921568627451,185.294117647059,155.882352941176],[220.588235294118,214.705882352941,181.372549019608],[171.56862745098,177.450980392157,150],[180.392156862745,195.098039215686,164.705882352941],[135.294117647059,157.843137254902,116.666666666667],[159.803921568627,180.392156862745,140.196078431373],[130.392156862745,143.137254901961,115.686274509804],[127.450980392157,131.372549019608,108.823529411765],[150,144.117647058824,118.627450980392],[163.725490196078,151.960784313725,128.43137254902],[143.137254901961,128.43137254902,109.803921568627],[127.450980392157,111.764705882353,97.0588235294118],[104.901960784314,93.1372549019608,81.3725490196078],[125.490196078431,119.607843137255,103.921568627451],[113.725490196078,115.686274509804,94.1176470588235],[76.4705882352941,82.3529411764706,56.8627450980392],[134.313725490196,143.137254901961,112.745098039216],[184.313725490196,191.176470588235,158.823529411765],[155.882352941176,156.862745098039,126.470588235294],[148.039215686275,144.117647058824,115.686274509804],[139.21568627451,133.333333333333,107.843137254902],[138.235294117647,134.313725490196,105.882352941176],[134.313725490196,133.333333333333,102.941176470588],[137.254901960784,135.294117647059,98.0392156862745],[164.705882352941,155.882352941176,113.725490196078],[133.333333333333,112.745098039216,66.6666666666667],[141.176470588235,107.843137254902,60.7843137254902],[165.686274509804,131.372549019608,76.4705882352941],[140.196078431373,117.647058823529,50.9803921568627],[134.313725490196,115.686274509804,48.0392156862745],[150.980392156863,129.411764705882,70.5882352941177],[163.725490196078,144.117647058824,84.3137254901961],[182.352941176471,172.549019607843,101.960784313725],[164.705882352941,152.941176470588,82.3529411764706],[109.803921568627,86.2745098039216,25.4901960784314],[201.960784313725,172.549019607843,113.725490196078],[227.450980392157,199.019607843137,132.352941176471],[177.450980392157,153.921568627451,95.0980392156863],[54.9019607843137,40.1960784313726,1.96078431372549],[32.3529411764706,20.5882352941176,0],[66.6666666666667,51.9607843137255,33.3333333333333],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,32.3529411764706,26.4705882352941],[10.7843137254902,11.7647058823529,5.88235294117647],[18.6274509803922,26.4705882352941,13.7254901960784],[37.2549019607843,52.9411764705882,40.1960784313726],[34.3137254901961,54.9019607843137,50],[29.4117647058824,56.8627450980392,57.843137254902],[56.8627450980392,94.1176470588235,95.0980392156863],[53.921568627451,95.0980392156863,94.1176470588235],[46.078431372549,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,87.2549019607843],[43.1372549019608,88.2352941176471,77.4509803921569],[43.1372549019608,85.2941176470588,76.4705882352941],[66.6666666666667,106.862745098039,102.941176470588],[84.3137254901961,122.549019607843,121.56862745098],[72.5490196078431,111.764705882353,110.78431372549],[70.5882352941177,112.745098039216,105.882352941176],[66.6666666666667,113.725490196078,100],[105.882352941176,155.882352941176,139.21568627451],[149.019607843137,199.019607843137,184.313725490196],[86.2745098039216,136.274509803922,121.56862745098],[71.5686274509804,118.627450980392,106.862745098039],[64.7058823529412,108.823529411765,101.960784313725],[56.8627450980392,100.980392156863,98.0392156862745],[63.7254901960784,106.862745098039,107.843137254902],[63.7254901960784,110.78431372549,112.745098039216],[64.7058823529412,114.705882352941,118.627450980392],[68.6274509803922,122.549019607843,127.450980392157],[64.7058823529412,121.56862745098,125.490196078431],[54.9019607843137,111.764705882353,115.686274509804],[65.6862745098039,119.607843137255,122.549019607843],[68.6274509803922,116.666666666667,120.588235294118],[64.7058823529412,108.823529411765,111.764705882353],[111.764705882353,150.980392156863,152.941176470588],[174.509803921569,208.823529411765,210.78431372549],[105.882352941176,139.21568627451,138.235294117647],[86.2745098039216,119.607843137255,118.627450980392],[108.823529411765,147.058823529412,146.078431372549],[87.2549019607843,130.392156862745,131.372549019608],[81.3725490196078,134.313725490196,136.274509803922],[59.8039215686275,113.725490196078,116.666666666667],[71.5686274509804,117.647058823529,125.490196078431],[79.4117647058823,121.56862745098,128.43137254902],[58.8235294117647,99.0196078431373,104.901960784314],[80.3921568627451,123.529411764706,124.509803921569],[114.705882352941,164.705882352941,159.803921568627],[95.0980392156863,146.078431372549,134.313725490196],[131.372549019608,174.509803921569,157.843137254902],[130.392156862745,173.529411764706,150.980392156863],[135.294117647059,177.450980392157,150.980392156863],[118.627450980392,161.764705882353,137.254901960784],[112.745098039216,158.823529411765,143.137254901961],[161.764705882353,204.901960784314,192.156862745098],[170.588235294118,205.882352941176,194.117647058824],[209.803921568627,240.196078431373,222.549019607843],[211.764705882353,236.274509803922,207.843137254902],[170.588235294118,192.156862745098,153.921568627451],[91.1764705882353,113.725490196078,62.7450980392157],[95.0980392156863,117.647058823529,62.7450980392157],[76.4705882352941,100.980392156863,47.0588235294118],[110.78431372549,136.274509803922,90.1960784313725],[100,125.490196078431,91.1764705882353],[31.3725490196078,57.843137254902,27.4509803921569],[56.8627450980392,81.3725490196078,50],[86.2745098039216,110.78431372549,72.5490196078431],[131.372549019608,152.941176470588,104.901960784314],[64.7058823529412,83.3333333333333,29.4117647058824],[93.1372549019608,109.803921568627,58.8235294117647],[72.5490196078431,86.2745098039216,38.2352941176471],[100.980392156863,111.764705882353,69.6078431372549],[115.686274509804,126.470588235294,84.3137254901961],[80.3921568627451,89.2156862745098,45.0980392156863],[102.941176470588,109.803921568627,69.6078431372549],[16.6666666666667,22.5490196078431,0],[39.2156862745098,45.0980392156863,11.7647058823529],[48.0392156862745,53.921568627451,16.6666666666667],[148.039215686275,153.921568627451,118.627450980392],[52.9411764705882,59.8039215686275,27.4509803921569],[48.0392156862745,54.9019607843137,21.5686274509804],[69.6078431372549,80.3921568627451,41.1764705882353],[12.7450980392157,23.5294117647059,0],[65.6862745098039,77.4509803921569,38.2352941176471],[3.92156862745098,15.6862745098039,0],[35.2941176470588,45.0980392156863,10.7843137254902],[100.980392156863,110.78431372549,77.4509803921569],[76.4705882352941,83.3333333333333,50.9803921568627],[93.1372549019608,100,67.6470588235294],[111.764705882353,116.666666666667,85.2941176470588],[159.803921568627,162.745098039216,132.352941176471],[56.8627450980392,57.843137254902,27.4509803921569],[6.86274509803922,2.94117647058824,0],[23.5294117647059,16.6666666666667,0],[16.6666666666667,6.86274509803922,0],[59.8039215686275,45.0980392156863,24.5098039215686],[66.6666666666667,50.9803921568627,35.2941176470588],[38.2352941176471,24.5098039215686,13.7254901960784],[13.7254901960784,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[24.5098039215686,20.5882352941176,21.5686274509804],[19.6078431372549,13.7254901960784,15.6862745098039],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[19.6078431372549,13.7254901960784,15.6862745098039],[14.7058823529412,8.82352941176471,8.82352941176471],[15.6862745098039,7.84313725490196,5.88235294117647],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0,0],[25.4901960784314,12.7450980392157,4.90196078431373],[32.3529411764706,18.6274509803922,9.80392156862745],[28.4313725490196,11.7647058823529,3.92156862745098],[37.2549019607843,20.5882352941176,12.7450980392157],[32.3529411764706,15.6862745098039,5.88235294117647],[41.1764705882353,24.5098039215686,14.7058823529412],[31.3725490196078,15.6862745098039,2.94117647058824],[43.1372549019608,27.4509803921569,12.7450980392157],[70.5882352941177,51.9607843137255,35.2941176470588],[87.2549019607843,65.6862745098039,43.1372549019608],[94.1176470588235,70.5882352941177,45.0980392156863],[109.803921568627,83.3333333333333,54.9019607843137],[108.823529411765,76.4705882352941,46.078431372549],[126.470588235294,86.2745098039216,56.8627450980392],[118.627450980392,75.4901960784314,49.0196078431373],[82.3529411764706,47.0588235294118,21.5686274509804],[64.7058823529412,35.2941176470588,9.80392156862745],[61.7647058823529,41.1764705882353,14.7058823529412],[75.4901960784314,58.8235294117647,31.3725490196078],[69.6078431372549,52.9411764705882,25.4901960784314],[90.1960784313725,71.5686274509804,40.1960784313726],[117.647058823529,95.0980392156863,61.7647058823529],[147.058823529412,121.56862745098,85.2941176470588],[140.196078431373,112.745098039216,74.5098039215686],[142.156862745098,112.745098039216,75.4901960784314],[163.725490196078,136.274509803922,100],[124.509803921569,100.980392156863,67.6470588235294],[102.941176470588,82.3529411764706,51.9607843137255],[108.823529411765,85.2941176470588,57.843137254902],[129.411764705882,102.941176470588,76.4705882352941],[135.294117647059,105.882352941176,82.3529411764706],[163.725490196078,136.274509803922,115.686274509804],[138.235294117647,113.725490196078,92.156862745098],[229.411764705882,212.745098039216,183.333333333333],[156.862745098039,148.039215686275,115.686274509804],[167.647058823529,165.686274509804,141.176470588235],[175.490196078431,181.372549019608,153.921568627451],[185.294117647059,197.058823529412,159.803921568627],[200.980392156863,212.745098039216,175.490196078431],[154.901960784314,163.725490196078,135.294117647059],[122.549019607843,124.509803921569,100.980392156863],[154.901960784314,151.960784313725,121.56862745098],[127.450980392157,118.627450980392,90.1960784313725],[97.0588235294118,83.3333333333333,57.843137254902],[119.607843137255,102.941176470588,85.2941176470588],[127.450980392157,111.764705882353,99.0196078431373],[87.2549019607843,80.3921568627451,64.7058823529412],[110.78431372549,114.705882352941,92.156862745098],[130.392156862745,141.176470588235,111.764705882353],[111.764705882353,125.490196078431,91.1764705882353],[163.725490196078,170.588235294118,138.235294117647],[199.019607843137,195.098039215686,166.666666666667],[159.803921568627,150,125.490196078431],[154.901960784314,147.058823529412,126.470588235294],[169.607843137255,164.705882352941,143.137254901961],[167.647058823529,172.549019607843,143.137254901961],[104.901960784314,110.78431372549,77.4509803921569],[109.803921568627,107.843137254902,69.6078431372549],[120.588235294118,107.843137254902,64.7058823529412],[112.745098039216,82.3529411764706,37.2549019607843],[137.254901960784,100.980392156863,49.0196078431373],[153.921568627451,125.490196078431,58.8235294117647],[162.745098039216,139.21568627451,68.6274509803922],[175.490196078431,152.941176470588,87.2549019607843],[212.745098039216,199.019607843137,129.411764705882],[188.235294117647,183.333333333333,103.921568627451],[140.196078431373,133.333333333333,56.8627450980392],[121.56862745098,98.0392156862745,35.2941176470588],[186.274509803922,154.901960784314,97.0588235294118],[220.588235294118,190.196078431373,126.470588235294],[166.666666666667,143.137254901961,84.3137254901961],[63.7254901960784,51.9607843137255,10.7843137254902],[48.0392156862745,43.1372549019608,14.7058823529412],[16.6666666666667,8.82352941176471,0],[29.4117647058824,21.5686274509804,10.7843137254902],[26.4705882352941,20.5882352941176,22.5490196078431],[2.94117647058824,4.90196078431373,3.92156862745098],[22.5490196078431,35.2941176470588,18.6274509803922],[49.0196078431373,69.6078431372549,50.9803921568627],[58.8235294117647,84.3137254901961,75.4901960784314],[43.1372549019608,74.5098039215686,71.5686274509804],[45.0980392156863,82.3529411764706,83.3333333333333],[119.607843137255,159.803921568627,161.764705882353],[96.078431372549,140.196078431373,137.254901960784],[130.392156862745,174.509803921569,167.647058823529],[87.2549019607843,129.411764705882,120.588235294118],[57.843137254902,98.0392156862745,92.156862745098],[54.9019607843137,93.1372549019608,92.156862745098],[69.6078431372549,107.843137254902,106.862745098039],[60.7843137254902,101.960784313725,98.0392156862745],[75.4901960784314,120.588235294118,110.78431372549],[81.3725490196078,131.372549019608,114.705882352941],[98.0392156862745,150,130.392156862745],[96.078431372549,149.019607843137,133.333333333333],[91.1764705882353,142.156862745098,129.411764705882],[68.6274509803922,114.705882352941,104.901960784314],[43.1372549019608,87.2549019607843,80.3921568627451],[53.921568627451,95.0980392156863,93.1372549019608],[64.7058823529412,107.843137254902,106.862745098039],[66.6666666666667,110.78431372549,113.725490196078],[68.6274509803922,116.666666666667,120.588235294118],[72.5490196078431,126.470588235294,131.372549019608],[102.941176470588,159.803921568627,163.725490196078],[73.5294117647059,130.392156862745,134.313725490196],[73.5294117647059,125.490196078431,129.411764705882],[66.6666666666667,113.725490196078,115.686274509804],[68.6274509803922,109.803921568627,108.823529411765],[141.176470588235,176.470588235294,176.470588235294],[169.607843137255,200.980392156863,200],[117.647058823529,150.980392156863,150],[123.529411764706,156.862745098039,155.882352941176],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,121.56862745098,123.529411764706],[73.5294117647059,122.549019607843,123.529411764706],[73.5294117647059,123.529411764706,126.470588235294],[92.156862745098,136.274509803922,142.156862745098],[106.862745098039,144.117647058824,152.941176470588],[69.6078431372549,105.882352941176,113.725490196078],[70.5882352941177,109.803921568627,111.764705882353],[50.9803921568627,96.078431372549,93.1372549019608],[100.980392156863,146.078431372549,136.274509803922],[109.803921568627,150,136.274509803922],[91.1764705882353,132.352941176471,112.745098039216],[106.862745098039,151.960784313725,126.470588235294],[143.137254901961,192.156862745098,165.686274509804],[121.56862745098,169.607843137255,149.019607843137],[171.56862745098,214.705882352941,198.039215686275],[173.529411764706,211.764705882353,194.117647058824],[208.823529411765,240.196078431373,219.607843137255],[200,225.490196078431,197.058823529412],[157.843137254902,182.352941176471,144.117647058824],[114.705882352941,138.235294117647,91.1764705882353],[92.156862745098,115.686274509804,66.6666666666667],[129.411764705882,156.862745098039,108.823529411765],[134.313725490196,162.745098039216,119.607843137255],[100.980392156863,130.392156862745,97.0588235294118],[54.9019607843137,83.3333333333333,52.9411764705882],[71.5686274509804,96.078431372549,64.7058823529412],[81.3725490196078,102.941176470588,65.6862745098039],[103.921568627451,123.529411764706,75.4901960784314],[67.6470588235294,85.2941176470588,34.3137254901961],[71.5686274509804,87.2549019607843,39.2156862745098],[101.960784313725,114.705882352941,71.5686274509804],[82.3529411764706,94.1176470588235,56.8627450980392],[28.4313725490196,39.2156862745098,0],[96.078431372549,104.901960784314,62.7450980392157],[59.8039215686275,66.6666666666667,26.4705882352941],[56.8627450980392,61.7647058823529,30.3921568627451],[55.8823529411765,60.7843137254902,31.3725490196078],[31.3725490196078,38.2352941176471,0],[36.2745098039216,44.1176470588235,3.92156862745098],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,50.9803921568627,16.6666666666667],[101.960784313725,114.705882352941,71.5686274509804],[96.078431372549,111.764705882353,65.6862745098039],[89.2156862745098,105.882352941176,61.7647058823529],[3.92156862745098,20.5882352941176,0],[18.6274509803922,33.3333333333333,0],[67.6470588235294,79.4117647058823,42.156862745098],[61.7647058823529,71.5686274509804,35.2941176470588],[100,107.843137254902,71.5686274509804],[141.176470588235,147.058823529412,111.764705882353],[121.56862745098,127.450980392157,94.1176470588235],[71.5686274509804,75.4901960784314,43.1372549019608],[46.078431372549,45.0980392156863,14.7058823529412],[22.5490196078431,17.6470588235294,0],[36.2745098039216,26.4705882352941,1.96078431372549],[68.6274509803922,53.921568627451,35.2941176470588],[75.4901960784314,59.8039215686275,45.0980392156863],[65.6862745098039,51.9607843137255,41.1764705882353],[17.6470588235294,4.90196078431373,0],[12.7450980392157,3.92156862745098,0],[56.8627450980392,51.9607843137255,49.0196078431373],[20.5882352941176,16.6666666666667,17.6470588235294],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[23.5294117647059,19.6078431372549,20.5882352941176],[16.6666666666667,10.7843137254902,12.7450980392157],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[16.6666666666667,10.7843137254902,12.7450980392157],[11.7647058823529,5.88235294117647,7.84313725490196],[17.6470588235294,8.82352941176471,9.80392156862745],[22.5490196078431,12.7450980392157,11.7647058823529],[12.7450980392157,1.96078431372549,0],[34.3137254901961,20.5882352941176,17.6470588235294],[49.0196078431373,34.3137254901961,29.4117647058824],[30.3921568627451,13.7254901960784,6.86274509803922],[24.5098039215686,7.84313725490196,0.980392156862745],[27.4509803921569,10.7843137254902,3.92156862745098],[18.6274509803922,3.92156862745098,0],[12.7450980392157,0,0],[49.0196078431373,32.3529411764706,22.5490196078431],[65.6862745098039,48.0392156862745,34.3137254901961],[46.078431372549,25.4901960784314,6.86274509803922],[41.1764705882353,17.6470588235294,0],[71.5686274509804,45.0980392156863,18.6274509803922],[141.176470588235,112.745098039216,83.3333333333333],[139.21568627451,106.862745098039,72.5490196078431],[107.843137254902,75.4901960784314,41.1764705882353],[107.843137254902,78.4313725490196,50.9803921568627],[103.921568627451,78.4313725490196,55.8823529411765],[104.901960784314,83.3333333333333,62.7450980392157],[98.0392156862745,75.4901960784314,57.843137254902],[92.156862745098,67.6470588235294,46.078431372549],[76.4705882352941,49.0196078431373,25.4901960784314],[92.156862745098,59.8039215686275,29.4117647058824],[172.549019607843,139.21568627451,102.941176470588],[201.960784313725,169.607843137255,129.411764705882],[176.470588235294,148.039215686275,106.862745098039],[168.627450980392,145.098039215686,107.843137254902],[123.529411764706,107.843137254902,74.5098039215686],[114.705882352941,105.882352941176,75.4901960784314],[114.705882352941,105.882352941176,75.4901960784314],[127.450980392157,112.745098039216,80.3921568627451],[124.509803921569,108.823529411765,76.4705882352941],[132.352941176471,116.666666666667,91.1764705882353],[165.686274509804,150,124.509803921569],[217.647058823529,204.901960784314,171.56862745098],[137.254901960784,126.470588235294,95.0980392156863],[99.0196078431373,88.2352941176471,66.6666666666667],[193.137254901961,185.294117647059,162.745098039216],[137.254901960784,134.313725490196,100],[180.392156862745,180.392156862745,145.098039215686],[211.764705882353,211.764705882353,184.313725490196],[143.137254901961,143.137254901961,115.686274509804],[134.313725490196,134.313725490196,99.0196078431373],[126.470588235294,122.549019607843,86.2745098039216],[129.411764705882,118.627450980392,87.2549019607843],[125.490196078431,111.764705882353,86.2745098039216],[149.019607843137,136.274509803922,120.588235294118],[96.078431372549,89.2156862745098,73.5294117647059],[81.3725490196078,87.2549019607843,61.7647058823529],[103.921568627451,116.666666666667,87.2549019607843],[101.960784313725,112.745098039216,79.4117647058823],[133.333333333333,138.235294117647,106.862745098039],[191.176470588235,185.294117647059,159.803921568627],[163.725490196078,150.980392156863,132.352941176471],[152.941176470588,141.176470588235,125.490196078431],[145.098039215686,140.196078431373,121.56862745098],[133.333333333333,141.176470588235,118.627450980392],[129.411764705882,140.196078431373,110.78431372549],[127.450980392157,131.372549019608,97.0588235294118],[132.352941176471,124.509803921569,86.2745098039216],[124.509803921569,97.0588235294118,57.843137254902],[155.882352941176,118.627450980392,70.5882352941177],[153.921568627451,116.666666666667,52.9411764705882],[174.509803921569,141.176470588235,68.6274509803922],[203.921568627451,181.372549019608,106.862745098039],[153.921568627451,141.176470588235,63.7254901960784],[174.509803921569,174.509803921569,90.1960784313725],[159.803921568627,154.901960784314,74.5098039215686],[128.43137254902,103.921568627451,38.2352941176471],[183.333333333333,150,90.1960784313725],[242.156862745098,208.823529411765,149.019607843137],[171.56862745098,147.058823529412,92.156862745098],[98.0392156862745,94.1176470588235,47.0588235294118],[73.5294117647059,80.3921568627451,40.1960784313726],[38.2352941176471,40.1960784313726,16.6666666666667],[30.3921568627451,30.3921568627451,20.5882352941176],[28.4313725490196,26.4705882352941,31.3725490196078],[20.5882352941176,21.5686274509804,26.4705882352941],[44.1176470588235,60.7843137254902,45.0980392156863],[50.9803921568627,75.4901960784314,54.9019607843137],[31.3725490196078,60.7843137254902,50.9803921568627],[52.9411764705882,87.2549019607843,83.3333333333333],[69.6078431372549,108.823529411765,108.823529411765],[144.117647058824,185.294117647059,184.313725490196],[111.764705882353,152.941176470588,149.019607843137],[42.156862745098,84.3137254901961,75.4901960784314],[73.5294117647059,113.725490196078,105.882352941176],[77.4509803921569,116.666666666667,108.823529411765],[58.8235294117647,97.0588235294118,94.1176470588235],[67.6470588235294,105.882352941176,104.901960784314],[72.5490196078431,113.725490196078,109.803921568627],[84.3137254901961,133.333333333333,122.549019607843],[76.4705882352941,130.392156862745,111.764705882353],[53.921568627451,109.803921568627,93.1372549019608],[42.156862745098,98.0392156862745,91.1764705882353],[60.7843137254902,114.705882352941,111.764705882353],[92.156862745098,142.156862745098,135.294117647059],[84.3137254901961,130.392156862745,120.588235294118],[81.3725490196078,126.470588235294,115.686274509804],[66.6666666666667,111.764705882353,101.960784313725],[76.4705882352941,121.56862745098,118.627450980392],[62.7450980392157,110.78431372549,114.705882352941],[119.607843137255,172.549019607843,182.352941176471],[208.823529411765,250,250],[98.0392156862745,152.941176470588,167.647058823529],[66.6666666666667,117.647058823529,130.392156862745],[68.6274509803922,112.745098039216,117.647058823529],[60.7843137254902,100,99.0196078431373],[162.745098039216,195.098039215686,186.274509803922],[150,181.372549019608,170.588235294118],[126.470588235294,161.764705882353,157.843137254902],[130.392156862745,168.627450980392,167.647058823529],[84.3137254901961,114.705882352941,117.647058823529],[61.7647058823529,96.078431372549,98.0392156862745],[70.5882352941177,117.647058823529,117.647058823529],[83.3333333333333,132.352941176471,131.372549019608],[85.2941176470588,128.43137254902,129.411764705882],[82.3529411764706,121.56862745098,123.529411764706],[68.6274509803922,105.882352941176,106.862745098039],[50.9803921568627,89.2156862745098,88.2352941176471],[39.2156862745098,81.3725490196078,74.5098039215686],[146.078431372549,187.254901960784,177.450980392157],[143.137254901961,178.43137254902,166.666666666667],[98.0392156862745,138.235294117647,120.588235294118],[96.078431372549,149.019607843137,125.490196078431],[171.56862745098,226.470588235294,198.039215686275],[190.196078431373,242.156862745098,212.745098039216],[179.411764705882,224.509803921569,196.078431372549],[147.058823529412,185.294117647059,156.862745098039],[135.294117647059,167.647058823529,139.21568627451],[165.686274509804,192.156862745098,159.803921568627],[84.3137254901961,108.823529411765,70.5882352941177],[144.117647058824,166.666666666667,123.529411764706],[178.43137254902,203.921568627451,156.862745098039],[141.176470588235,170.588235294118,121.56862745098],[117.647058823529,149.019607843137,100.980392156863],[132.352941176471,162.745098039216,119.607843137255],[162.745098039216,193.137254901961,150],[89.2156862745098,115.686274509804,71.5686274509804],[62.7450980392157,84.3137254901961,38.2352941176471],[68.6274509803922,85.2941176470588,34.3137254901961],[59.8039215686275,73.5294117647059,23.5294117647059],[22.5490196078431,37.2549019607843,0],[59.8039215686275,73.5294117647059,38.2352941176471],[34.3137254901961,48.0392156862745,15.6862745098039],[0,6.86274509803922,0],[33.3333333333333,43.1372549019608,6.86274509803922],[41.1764705882353,49.0196078431373,12.7450980392157],[53.921568627451,59.8039215686275,32.3529411764706],[75.4901960784314,81.3725490196078,53.921568627451],[61.7647058823529,69.6078431372549,31.3725490196078],[71.5686274509804,79.4117647058823,39.2156862745098],[101.960784313725,111.764705882353,77.4509803921569],[52.9411764705882,64.7058823529412,27.4509803921569],[68.6274509803922,84.3137254901961,36.2745098039216],[108.823529411765,126.470588235294,75.4901960784314],[127.450980392157,147.058823529412,97.0588235294118],[55.8823529411765,78.4313725490196,27.4509803921569],[44.1176470588235,68.6274509803922,14.7058823529412],[104.901960784314,124.509803921569,74.5098039215686],[68.6274509803922,75.4901960784314,35.2941176470588],[27.4509803921569,26.4705882352941,0],[14.7058823529412,10.7843137254902,0],[3.92156862745098,3.92156862745098,0],[112.745098039216,119.607843137255,89.2156862745098],[137.254901960784,147.058823529412,112.745098039216],[103.921568627451,109.803921568627,72.5490196078431],[78.4313725490196,75.4901960784314,41.1764705882353],[106.862745098039,90.1960784313725,64.7058823529412],[120.588235294118,96.078431372549,76.4705882352941],[88.2352941176471,64.7058823529412,52.9411764705882],[25.4901960784314,7.84313725490196,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,10.7843137254902,12.7450980392157],[16.6666666666667,14.7058823529412,17.6470588235294],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,11.7647058823529],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[21.5686274509804,12.7450980392157,17.6470588235294],[23.5294117647059,14.7058823529412,17.6470588235294],[8.82352941176471,0,0],[20.5882352941176,6.86274509803922,5.88235294117647],[46.078431372549,31.3725490196078,28.4313725490196],[39.2156862745098,21.5686274509804,19.6078431372549],[21.5686274509804,3.92156862745098,1.96078431372549],[20.5882352941176,2.94117647058824,0.980392156862745],[19.6078431372549,4.90196078431373,0],[37.2549019607843,22.5490196078431,15.6862745098039],[56.8627450980392,40.1960784313726,32.3529411764706],[49.0196078431373,31.3725490196078,19.6078431372549],[48.0392156862745,27.4509803921569,10.7843137254902],[71.5686274509804,47.0588235294118,27.4509803921569],[65.6862745098039,40.1960784313726,17.6470588235294],[100,71.5686274509804,42.156862745098],[133.333333333333,103.921568627451,66.6666666666667],[144.117647058824,116.666666666667,78.4313725490196],[170.588235294118,146.078431372549,116.666666666667],[100,75.4901960784314,53.921568627451],[57.843137254902,36.2745098039216,22.5490196078431],[57.843137254902,36.2745098039216,23.5294117647059],[83.3333333333333,57.843137254902,43.1372549019608],[112.745098039216,85.2941176470588,63.7254901960784],[96.078431372549,65.6862745098039,35.2941176470588],[122.549019607843,89.2156862745098,51.9607843137255],[126.470588235294,94.1176470588235,51.9607843137255],[121.56862745098,93.1372549019608,50],[180.392156862745,161.764705882353,122.549019607843],[86.2745098039216,73.5294117647059,40.1960784313726],[67.6470588235294,62.7450980392157,34.3137254901961],[131.372549019608,127.450980392157,99.0196078431373],[150,142.156862745098,106.862745098039],[105.882352941176,98.0392156862745,61.7647058823529],[81.3725490196078,75.4901960784314,42.156862745098],[181.372549019608,176.470588235294,145.098039215686],[209.803921568627,203.921568627451,168.627450980392],[191.176470588235,182.352941176471,150],[134.313725490196,122.549019607843,100.980392156863],[148.039215686275,133.333333333333,112.745098039216],[160.78431372549,151.960784313725,119.607843137255],[152.941176470588,149.019607843137,114.705882352941],[206.862745098039,205.882352941176,176.470588235294],[150.980392156863,151.960784313725,121.56862745098],[120.588235294118,121.56862745098,82.3529411764706],[166.666666666667,161.764705882353,122.549019607843],[200,186.274509803922,151.960784313725],[136.274509803922,121.56862745098,93.1372549019608],[138.235294117647,125.490196078431,108.823529411765],[113.725490196078,107.843137254902,92.156862745098],[84.3137254901961,88.2352941176471,63.7254901960784],[80.3921568627451,89.2156862745098,58.8235294117647],[116.666666666667,126.470588235294,93.1372549019608],[112.745098039216,115.686274509804,85.2941176470588],[163.725490196078,155.882352941176,133.333333333333],[169.607843137255,158.823529411765,141.176470588235],[144.117647058824,135.294117647059,120.588235294118],[133.333333333333,129.411764705882,117.647058823529],[119.607843137255,126.470588235294,108.823529411765],[182.352941176471,192.156862745098,168.627450980392],[166.666666666667,171.56862745098,140.196078431373],[129.411764705882,123.529411764706,88.2352941176471],[134.313725490196,112.745098039216,74.5098039215686],[155.882352941176,122.549019607843,77.4509803921569],[126.470588235294,85.2941176470588,28.4313725490196],[171.56862745098,133.333333333333,65.6862745098039],[203.921568627451,177.450980392157,101.960784313725],[154.901960784314,138.235294117647,59.8039215686275],[177.450980392157,175.490196078431,94.1176470588235],[221.56862745098,216.666666666667,137.254901960784],[208.823529411765,186.274509803922,117.647058823529],[189.21568627451,157.843137254902,98.0392156862745],[250,220.588235294118,164.705882352941],[208.823529411765,188.235294117647,132.352941176471],[103.921568627451,104.901960784314,46.078431372549],[101.960784313725,111.764705882353,60.7843137254902],[22.5490196078431,29.4117647058824,0],[0.980392156862745,7.84313725490196,0],[0,0.980392156862745,0],[41.1764705882353,50.9803921568627,50],[57.843137254902,78.4313725490196,63.7254901960784],[23.5294117647059,51.9607843137255,32.3529411764706],[55.8823529411765,87.2549019607843,76.4705882352941],[94.1176470588235,129.411764705882,125.490196078431],[112.745098039216,151.960784313725,150.980392156863],[87.2549019607843,128.43137254902,124.509803921569],[51.9607843137255,94.1176470588235,84.3137254901961],[38.2352941176471,79.4117647058823,65.6862745098039],[91.1764705882353,131.372549019608,117.647058823529],[89.2156862745098,126.470588235294,115.686274509804],[50.9803921568627,86.2745098039216,82.3529411764706],[66.6666666666667,104.901960784314,101.960784313725],[72.5490196078431,116.666666666667,113.725490196078],[49.0196078431373,99.0196078431373,92.156862745098],[44.1176470588235,99.0196078431373,86.2745098039216],[65.6862745098039,124.509803921569,112.745098039216],[49.0196078431373,106.862745098039,104.901960784314],[53.921568627451,110.78431372549,111.764705882353],[72.5490196078431,123.529411764706,119.607843137255],[87.2549019607843,136.274509803922,127.450980392157],[123.529411764706,168.627450980392,158.823529411765],[82.3529411764706,127.450980392157,117.647058823529],[56.8627450980392,104.901960784314,100.980392156863],[66.6666666666667,116.666666666667,119.607843137255],[91.1764705882353,144.117647058824,155.882352941176],[115.686274509804,170.588235294118,185.294117647059],[79.4117647058823,134.313725490196,150.980392156863],[81.3725490196078,132.352941176471,145.098039215686],[94.1176470588235,138.235294117647,143.137254901961],[100.980392156863,139.21568627451,136.274509803922],[157.843137254902,189.21568627451,176.470588235294],[174.509803921569,205.882352941176,193.137254901961],[113.725490196078,153.921568627451,148.039215686275],[80.3921568627451,121.56862745098,120.588235294118],[103.921568627451,134.313725490196,137.254901960784],[108.823529411765,142.156862745098,143.137254901961],[123.529411764706,171.56862745098,167.647058823529],[73.5294117647059,125.490196078431,117.647058823529],[57.843137254902,105.882352941176,100],[83.3333333333333,127.450980392157,120.588235294118],[88.2352941176471,128.43137254902,120.588235294118],[56.8627450980392,98.0392156862745,88.2352941176471],[67.6470588235294,110.78431372549,98.0392156862745],[129.411764705882,170.588235294118,156.862745098039],[141.176470588235,176.470588235294,164.705882352941],[85.2941176470588,127.450980392157,110.78431372549],[57.843137254902,118.627450980392,94.1176470588235],[126.470588235294,190.196078431373,160.78431372549],[152.941176470588,206.862745098039,175.490196078431],[134.313725490196,180.392156862745,145.098039215686],[128.43137254902,167.647058823529,134.313725490196],[171.56862745098,201.960784313725,170.588235294118],[125.490196078431,150,118.627450980392],[52.9411764705882,76.4705882352941,43.1372549019608],[71.5686274509804,93.1372549019608,57.843137254902],[76.4705882352941,100.980392156863,62.7450980392157],[86.2745098039216,113.725490196078,73.5294117647059],[154.901960784314,186.274509803922,140.196078431373],[179.411764705882,212.745098039216,163.725490196078],[136.274509803922,167.647058823529,118.627450980392],[76.4705882352941,102.941176470588,52.9411764705882],[71.5686274509804,91.1764705882353,43.1372549019608],[0,12.7450980392157,0],[46.078431372549,56.8627450980392,15.6862745098039],[125.490196078431,139.21568627451,104.901960784314],[55.8823529411765,70.5882352941177,42.156862745098],[0,6.86274509803922,0],[4.90196078431373,17.6470588235294,0],[19.6078431372549,30.3921568627451,0.980392156862745],[7.84313725490196,16.6666666666667,0],[12.7450980392157,21.5686274509804,0],[50.9803921568627,56.8627450980392,29.4117647058824],[117.647058823529,125.490196078431,89.2156862745098],[85.2941176470588,96.078431372549,56.8627450980392],[86.2745098039216,98.0392156862745,58.8235294117647],[71.5686274509804,88.2352941176471,45.0980392156863],[100.980392156863,120.588235294118,68.6274509803922],[150.980392156863,174.509803921569,117.647058823529],[119.607843137255,144.117647058824,87.2549019607843],[111.764705882353,139.21568627451,81.3725490196078],[56.8627450980392,86.2745098039216,27.4509803921569],[48.0392156862745,70.5882352941177,15.6862745098039],[20.5882352941176,29.4117647058824,0],[13.7254901960784,13.7254901960784,0],[27.4509803921569,23.5294117647059,0],[49.0196078431373,49.0196078431373,21.5686274509804],[100,109.803921568627,76.4705882352941],[125.490196078431,137.254901960784,101.960784313725],[58.8235294117647,66.6666666666667,28.4313725490196],[92.156862745098,90.1960784313725,52.9411764705882],[109.803921568627,93.1372549019608,63.7254901960784],[57.843137254902,33.3333333333333,11.7647058823529],[22.5490196078431,0,0],[12.7450980392157,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[8.82352941176471,2.94117647058824,4.90196078431373],[12.7450980392157,6.86274509803922,8.82352941176471],[15.6862745098039,9.80392156862745,13.7254901960784],[12.7450980392157,2.94117647058824,10.7843137254902],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,5.88235294117647,12.7450980392157],[15.6862745098039,0.980392156862745,5.88235294117647],[24.5098039215686,8.82352941176471,11.7647058823529],[26.4705882352941,10.7843137254902,11.7647058823529],[17.6470588235294,1.96078431372549,1.96078431372549],[27.4509803921569,11.7647058823529,11.7647058823529],[31.3725490196078,15.6862745098039,15.6862745098039],[29.4117647058824,14.7058823529412,11.7647058823529],[27.4509803921569,9.80392156862745,5.88235294117647],[54.9019607843137,36.2745098039216,29.4117647058824],[63.7254901960784,42.156862745098,29.4117647058824],[66.6666666666667,41.1764705882353,24.5098039215686],[50,23.5294117647059,2.94117647058824],[64.7058823529412,35.2941176470588,7.84313725490196],[134.313725490196,100.980392156863,63.7254901960784],[191.176470588235,157.843137254902,121.56862745098],[152.941176470588,126.470588235294,100],[44.1176470588235,21.5686274509804,3.92156862745098],[18.6274509803922,0.980392156862745,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[64.7058823529412,47.0588235294118,25.4901960784314],[91.1764705882353,71.5686274509804,37.2549019607843],[104.901960784314,82.3529411764706,41.1764705882353],[136.274509803922,109.803921568627,63.7254901960784],[121.56862745098,98.0392156862745,52.9411764705882],[154.901960784314,136.274509803922,97.0588235294118],[116.666666666667,101.960784313725,71.5686274509804],[85.2941176470588,74.5098039215686,54.9019607843137],[57.843137254902,50,27.4509803921569],[150,142.156862745098,105.882352941176],[224.509803921569,219.607843137255,178.43137254902],[137.254901960784,137.254901960784,100],[180.392156862745,182.352941176471,146.078431372549],[178.43137254902,180.392156862745,141.176470588235],[227.450980392157,227.450980392157,192.156862745098],[204.901960784314,197.058823529412,174.509803921569],[149.019607843137,138.235294117647,116.666666666667],[154.901960784314,146.078431372549,113.725490196078],[107.843137254902,103.921568627451,69.6078431372549],[142.156862745098,143.137254901961,112.745098039216],[172.549019607843,173.529411764706,142.156862745098],[144.117647058824,142.156862745098,101.960784313725],[160.78431372549,151.960784313725,109.803921568627],[179.411764705882,157.843137254902,121.56862745098],[149.019607843137,128.43137254902,100],[124.509803921569,116.666666666667,98.0392156862745],[126.470588235294,125.490196078431,107.843137254902],[111.764705882353,113.725490196078,92.156862745098],[106.862745098039,109.803921568627,83.3333333333333],[112.745098039216,112.745098039216,85.2941176470588],[197.058823529412,196.078431372549,168.627450980392],[207.843137254902,201.960784313725,180.392156862745],[151.960784313725,145.098039215686,127.450980392157],[145.098039215686,141.176470588235,129.411764705882],[131.372549019608,131.372549019608,119.607843137255],[146.078431372549,151.960784313725,138.235294117647],[136.274509803922,143.137254901961,125.490196078431],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,136.274509803922,106.862745098039],[130.392156862745,114.705882352941,79.4117647058823],[137.254901960784,108.823529411765,69.6078431372549],[183.333333333333,141.176470588235,97.0588235294118],[193.137254901961,149.019607843137,95.0980392156863],[169.607843137255,131.372549019608,65.6862745098039],[188.235294117647,160.78431372549,89.2156862745098],[235.294117647059,221.56862745098,151.960784313725],[237.254901960784,227.450980392157,156.862745098039],[213.725490196078,195.098039215686,127.450980392157],[216.666666666667,194.117647058824,128.43137254902],[250,236.274509803922,179.411764705882],[207.843137254902,194.117647058824,134.313725490196],[138.235294117647,142.156862745098,69.6078431372549],[100.980392156863,111.764705882353,44.1176470588235],[25.4901960784314,33.3333333333333,0],[0.980392156862745,11.7647058823529,0],[28.4313725490196,45.0980392156863,26.4705882352941],[35.2941176470588,56.8627450980392,44.1176470588235],[58.8235294117647,85.2941176470588,70.5882352941177],[81.3725490196078,110.78431372549,99.0196078431373],[74.5098039215686,106.862745098039,100],[80.3921568627451,115.686274509804,111.764705882353],[63.7254901960784,103.921568627451,98.0392156862745],[96.078431372549,138.235294117647,128.43137254902],[204.901960784314,247.058823529412,228.43137254902],[83.3333333333333,126.470588235294,101.960784313725],[85.2941176470588,124.509803921569,100.980392156863],[96.078431372549,134.313725490196,115.686274509804],[73.5294117647059,110.78431372549,100],[60.7843137254902,99.0196078431373,94.1176470588235],[51.9607843137255,95.0980392156863,94.1176470588235],[53.921568627451,102.941176470588,101.960784313725],[48.0392156862745,103.921568627451,98.0392156862745],[57.843137254902,117.647058823529,110.78431372549],[50.9803921568627,111.764705882353,106.862745098039],[54.9019607843137,113.725490196078,111.764705882353],[77.4509803921569,131.372549019608,128.43137254902],[85.2941176470588,134.313725490196,133.333333333333],[86.2745098039216,131.372549019608,131.372549019608],[83.3333333333333,127.450980392157,130.392156862745],[62.7450980392157,109.803921568627,113.725490196078],[50,99.0196078431373,105.882352941176],[64.7058823529412,117.647058823529,127.450980392157],[66.6666666666667,123.529411764706,134.313725490196],[66.6666666666667,122.549019607843,131.372549019608],[76.4705882352941,128.43137254902,134.313725490196],[84.3137254901961,127.450980392157,128.43137254902],[140.196078431373,175.490196078431,173.529411764706],[206.862745098039,236.274509803922,228.43137254902],[173.529411764706,203.921568627451,198.039215686275],[113.725490196078,158.823529411765,155.882352941176],[58.8235294117647,105.882352941176,105.882352941176],[92.156862745098,126.470588235294,128.43137254902],[103.921568627451,139.21568627451,139.21568627451],[99.0196078431373,149.019607843137,140.196078431373],[56.8627450980392,113.725490196078,100],[59.8039215686275,112.745098039216,97.0588235294118],[70.5882352941177,122.549019607843,104.901960784314],[57.843137254902,105.882352941176,87.2549019607843],[73.5294117647059,119.607843137255,101.960784313725],[60.7843137254902,106.862745098039,87.2549019607843],[99.0196078431373,142.156862745098,125.490196078431],[78.4313725490196,118.627450980392,102.941176470588],[69.6078431372549,115.686274509804,100],[114.705882352941,183.333333333333,159.803921568627],[149.019607843137,220.588235294118,192.156862745098],[114.705882352941,170.588235294118,139.21568627451],[150,194.117647058824,163.725490196078],[179.411764705882,215.686274509804,185.294117647059],[165.686274509804,195.098039215686,167.647058823529],[127.450980392157,150.980392156863,129.411764705882],[37.2549019607843,55.8823529411765,37.2549019607843],[14.7058823529412,32.3529411764706,16.6666666666667],[54.9019607843137,75.4901960784314,56.8627450980392],[102.941176470588,131.372549019608,103.921568627451],[187.254901960784,218.627450980392,180.392156862745],[186.274509803922,219.607843137255,170.588235294118],[79.4117647058823,108.823529411765,57.843137254902],[51.9607843137255,75.4901960784314,26.4705882352941],[87.2549019607843,101.960784313725,59.8039215686275],[56.8627450980392,63.7254901960784,30.3921568627451],[64.7058823529412,70.5882352941177,45.0980392156863],[98.0392156862745,111.764705882353,89.2156862745098],[0,7.84313725490196,0],[7.84313725490196,22.5490196078431,0],[31.3725490196078,45.0980392156863,22.5490196078431],[38.2352941176471,47.0588235294118,28.4313725490196],[20.5882352941176,28.4313725490196,7.84313725490196],[76.4705882352941,85.2941176470588,58.8235294117647],[15.6862745098039,24.5098039215686,0],[61.7647058823529,70.5882352941177,40.1960784313726],[107.843137254902,119.607843137255,84.3137254901961],[96.078431372549,112.745098039216,68.6274509803922],[87.2549019607843,106.862745098039,54.9019607843137],[74.5098039215686,97.0588235294118,44.1176470588235],[127.450980392157,154.901960784314,98.0392156862745],[175.490196078431,204.901960784314,144.117647058824],[125.490196078431,154.901960784314,92.156862745098],[135.294117647059,162.745098039216,104.901960784314],[121.56862745098,141.176470588235,89.2156862745098],[93.1372549019608,105.882352941176,60.7843137254902],[59.8039215686275,67.6470588235294,27.4509803921569],[55.8823529411765,61.7647058823529,24.5098039215686],[66.6666666666667,72.5490196078431,37.2549019607843],[37.2549019607843,45.0980392156863,8.82352941176471],[41.1764705882353,47.0588235294118,11.7647058823529],[14.7058823529412,16.6666666666667,0],[51.9607843137255,46.078431372549,12.7450980392157],[54.9019607843137,39.2156862745098,13.7254901960784],[14.7058823529412,0,0],[17.6470588235294,1.96078431372549,0],[15.6862745098039,2.94117647058824,0],[4.90196078431373,0,0],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[39.2156862745098,37.2549019607843,38.2352941176471],[182.352941176471,180.392156862745,183.333333333333],[35.2941176470588,33.3333333333333,36.2745098039216],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[16.6666666666667,10.7843137254902,14.7058823529412],[10.7843137254902,4.90196078431373,8.82352941176471],[9.80392156862745,0.980392156862745,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,2.94117647058824,0],[25.4901960784314,16.6666666666667,17.6470588235294],[13.7254901960784,4.90196078431373,7.84313725490196],[19.6078431372549,9.80392156862745,10.7843137254902],[20.5882352941176,8.82352941176471,8.82352941176471],[28.4313725490196,14.7058823529412,13.7254901960784],[30.3921568627451,16.6666666666667,13.7254901960784],[12.7450980392157,0,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[39.2156862745098,21.5686274509804,19.6078431372549],[26.4705882352941,7.84313725490196,3.92156862745098],[38.2352941176471,15.6862745098039,9.80392156862745],[26.4705882352941,0.980392156862745,0],[59.8039215686275,33.3333333333333,16.6666666666667],[83.3333333333333,55.8823529411765,34.3137254901961],[59.8039215686275,29.4117647058824,1.96078431372549],[99.0196078431373,63.7254901960784,28.4313725490196],[143.137254901961,107.843137254902,72.5490196078431],[145.098039215686,115.686274509804,82.3529411764706],[135.294117647059,109.803921568627,83.3333333333333],[81.3725490196078,62.7450980392157,46.078431372549],[88.2352941176471,70.5882352941177,56.8627450980392],[109.803921568627,93.1372549019608,75.4901960784314],[90.1960784313725,73.5294117647059,48.0392156862745],[92.156862745098,74.5098039215686,37.2549019607843],[82.3529411764706,61.7647058823529,19.6078431372549],[116.666666666667,94.1176470588235,50.9803921568627],[129.411764705882,108.823529411765,66.6666666666667],[100.980392156863,83.3333333333333,46.078431372549],[104.901960784314,90.1960784313725,57.843137254902],[105.882352941176,94.1176470588235,70.5882352941177],[105.882352941176,97.0588235294118,68.6274509803922],[110.78431372549,99.0196078431373,57.843137254902],[164.705882352941,157.843137254902,112.745098039216],[199.019607843137,200,158.823529411765],[121.56862745098,123.529411764706,84.3137254901961],[155.882352941176,156.862745098039,115.686274509804],[212.745098039216,210.78431372549,173.529411764706],[171.56862745098,161.764705882353,135.294117647059],[149.019607843137,137.254901960784,111.764705882353],[124.509803921569,118.627450980392,87.2549019607843],[126.470588235294,121.56862745098,90.1960784313725],[112.745098039216,111.764705882353,82.3529411764706],[158.823529411765,157.843137254902,127.450980392157],[154.901960784314,150.980392156863,113.725490196078],[180.392156862745,168.627450980392,129.411764705882],[179.411764705882,160.78431372549,128.43137254902],[188.235294117647,171.56862745098,144.117647058824],[162.745098039216,157.843137254902,136.274509803922],[126.470588235294,128.43137254902,107.843137254902],[121.56862745098,121.56862745098,98.0392156862745],[127.450980392157,125.490196078431,100.980392156863],[160.78431372549,156.862745098039,128.43137254902],[176.470588235294,172.549019607843,144.117647058824],[143.137254901961,139.21568627451,114.705882352941],[141.176470588235,139.21568627451,118.627450980392],[150,150.980392156863,133.333333333333],[119.607843137255,123.529411764706,108.823529411765],[117.647058823529,124.509803921569,108.823529411765],[114.705882352941,122.549019607843,101.960784313725],[143.137254901961,145.098039215686,121.56862745098],[158.823529411765,154.901960784314,126.470588235294],[173.529411764706,163.725490196078,129.411764705882],[165.686274509804,144.117647058824,105.882352941176],[156.862745098039,122.549019607843,81.3725490196078],[147.058823529412,106.862745098039,55.8823529411765],[167.647058823529,129.411764705882,65.6862745098039],[199.019607843137,168.627450980392,102.941176470588],[238.235294117647,223.529411764706,159.803921568627],[175.490196078431,164.705882352941,100],[155.882352941176,142.156862745098,72.5490196078431],[165.686274509804,150.980392156863,83.3333333333333],[233.333333333333,217.647058823529,158.823529411765],[215.686274509804,207.843137254902,146.078431372549],[154.901960784314,157.843137254902,88.2352941176471],[91.1764705882353,102.941176470588,32.3529411764706],[64.7058823529412,73.5294117647059,17.6470588235294],[82.3529411764706,95.0980392156863,50],[65.6862745098039,91.1764705882353,56.8627450980392],[37.2549019607843,66.6666666666667,41.1764705882353],[63.7254901960784,94.1176470588235,76.4705882352941],[87.2549019607843,120.588235294118,106.862745098039],[54.9019607843137,89.2156862745098,82.3529411764706],[51.9607843137255,87.2549019607843,83.3333333333333],[70.5882352941177,109.803921568627,101.960784313725],[76.4705882352941,116.666666666667,102.941176470588],[122.549019607843,164.705882352941,138.235294117647],[157.843137254902,198.039215686275,168.627450980392],[105.882352941176,144.117647058824,117.647058823529],[69.6078431372549,106.862745098039,86.2745098039216],[75.4901960784314,109.803921568627,102.941176470588],[90.1960784313725,128.43137254902,125.490196078431],[63.7254901960784,107.843137254902,104.901960784314],[50.9803921568627,100,97.0588235294118],[38.2352941176471,96.078431372549,94.1176470588235],[58.8235294117647,117.647058823529,115.686274509804],[66.6666666666667,124.509803921569,118.627450980392],[70.5882352941177,126.470588235294,120.588235294118],[79.4117647058823,133.333333333333,130.392156862745],[89.2156862745098,143.137254901961,140.196078431373],[67.6470588235294,117.647058823529,118.627450980392],[80.3921568627451,130.392156862745,133.333333333333],[60.7843137254902,113.725490196078,115.686274509804],[74.5098039215686,128.43137254902,131.372549019608],[113.725490196078,170.588235294118,172.549019607843],[69.6078431372549,126.470588235294,127.450980392157],[60.7843137254902,115.686274509804,114.705882352941],[68.6274509803922,119.607843137255,117.647058823529],[75.4901960784314,119.607843137255,116.666666666667],[125.490196078431,160.78431372549,156.862745098039],[176.470588235294,206.862745098039,201.960784313725],[171.56862745098,205.882352941176,201.960784313725],[82.3529411764706,131.372549019608,130.392156862745],[57.843137254902,107.843137254902,108.823529411765],[97.0588235294118,137.254901960784,139.21568627451],[154.901960784314,196.078431372549,194.117647058824],[114.705882352941,166.666666666667,156.862745098039],[75.4901960784314,132.352941176471,117.647058823529],[71.5686274509804,127.450980392157,108.823529411765],[46.078431372549,98.0392156862745,78.4313725490196],[88.2352941176471,134.313725490196,114.705882352941],[128.43137254902,172.549019607843,151.960784313725],[119.607843137255,163.725490196078,143.137254901961],[57.843137254902,100,80.3921568627451],[102.941176470588,141.176470588235,123.529411764706],[85.2941176470588,131.372549019608,113.725490196078],[106.862745098039,170.588235294118,147.058823529412],[136.274509803922,200.980392156863,174.509803921569],[105.882352941176,154.901960784314,128.43137254902],[110.78431372549,149.019607843137,122.549019607843],[110.78431372549,140.196078431373,114.705882352941],[75.4901960784314,100.980392156863,76.4705882352941],[100,121.56862745098,100.980392156863],[62.7450980392157,80.3921568627451,64.7058823529412],[31.3725490196078,50.9803921568627,40.1960784313726],[115.686274509804,139.21568627451,125.490196078431],[227.450980392157,250,229.411764705882],[116.666666666667,150.980392156863,111.764705882353],[166.666666666667,199.019607843137,152.941176470588],[95.0980392156863,124.509803921569,75.4901960784314],[80.3921568627451,103.921568627451,56.8627450980392],[66.6666666666667,85.2941176470588,41.1764705882353],[21.5686274509804,35.2941176470588,0.980392156862745],[97.0588235294118,109.803921568627,82.3529411764706],[83.3333333333333,98.0392156862745,75.4901960784314],[47.0588235294118,64.7058823529412,41.1764705882353],[31.3725490196078,49.0196078431373,23.5294117647059],[64.7058823529412,79.4117647058823,56.8627450980392],[23.5294117647059,34.3137254901961,18.6274509803922],[95.0980392156863,103.921568627451,85.2941176470588],[65.6862745098039,75.4901960784314,49.0196078431373],[8.82352941176471,19.6078431372549,0],[32.3529411764706,46.078431372549,13.7254901960784],[118.627450980392,132.352941176471,97.0588235294118],[116.666666666667,134.313725490196,85.2941176470588],[83.3333333333333,103.921568627451,48.0392156862745],[92.156862745098,112.745098039216,57.843137254902],[99.0196078431373,122.549019607843,65.6862745098039],[120.588235294118,144.117647058824,83.3333333333333],[32.3529411764706,53.921568627451,0],[62.7450980392157,79.4117647058823,25.4901960784314],[124.509803921569,138.235294117647,88.2352941176471],[89.2156862745098,100.980392156863,51.9607843137255],[61.7647058823529,70.5882352941177,24.5098039215686],[71.5686274509804,77.4509803921569,32.3529411764706],[56.8627450980392,57.843137254902,16.6666666666667],[73.5294117647059,71.5686274509804,33.3333333333333],[57.843137254902,53.921568627451,19.6078431372549],[58.8235294117647,53.921568627451,22.5490196078431],[49.0196078431373,42.156862745098,14.7058823529412],[33.3333333333333,20.5882352941176,1.96078431372549],[17.6470588235294,1.96078431372549,0],[42.156862745098,25.4901960784314,17.6470588235294],[26.4705882352941,12.7450980392157,9.80392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[15.6862745098039,15.6862745098039,15.6862745098039],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,3.92156862745098],[75.4901960784314,73.5294117647059,78.4313725490196],[250,249.019607843137,250],[68.6274509803922,66.6666666666667,71.5686274509804],[0.980392156862745,0,3.92156862745098],[13.7254901960784,8.82352941176471,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[5.88235294117647,4.90196078431373,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,9.80392156862745],[5.88235294117647,0,9.80392156862745],[11.7647058823529,5.88235294117647,17.6470588235294],[8.82352941176471,0.980392156862745,11.7647058823529],[15.6862745098039,5.88235294117647,13.7254901960784],[7.84313725490196,0,0],[15.6862745098039,4.90196078431373,0],[35.2941176470588,23.5294117647059,9.80392156862745],[27.4509803921569,14.7058823529412,0],[17.6470588235294,6.86274509803922,0],[25.4901960784314,16.6666666666667,7.84313725490196],[9.80392156862745,5.88235294117647,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,13.7254901960784,0],[15.6862745098039,8.82352941176471,0],[37.2549019607843,28.4313725490196,13.7254901960784],[27.4509803921569,15.6862745098039,3.92156862745098],[37.2549019607843,23.5294117647059,14.7058823529412],[38.2352941176471,19.6078431372549,13.7254901960784],[37.2549019607843,13.7254901960784,9.80392156862745],[60.7843137254902,36.2745098039216,31.3725490196078],[45.0980392156863,16.6666666666667,8.82352941176471],[43.1372549019608,11.7647058823529,0],[82.3529411764706,50.9803921568627,30.3921568627451],[82.3529411764706,49.0196078431373,22.5490196078431],[62.7450980392157,28.4313725490196,0],[93.1372549019608,56.8627450980392,28.4313725490196],[105.882352941176,70.5882352941177,35.2941176470588],[118.627450980392,88.2352941176471,42.156862745098],[193.137254901961,164.705882352941,121.56862745098],[147.058823529412,120.588235294118,92.156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[66.6666666666667,41.1764705882353,14.7058823529412],[104.901960784314,80.3921568627451,50],[125.490196078431,100.980392156863,60.7843137254902],[72.5490196078431,50,8.82352941176471],[55.8823529411765,31.3725490196078,0.980392156862745],[82.3529411764706,61.7647058823529,31.3725490196078],[113.725490196078,98.0392156862745,64.7058823529412],[101.960784313725,90.1960784313725,52.9411764705882],[82.3529411764706,74.5098039215686,38.2352941176471],[135.294117647059,128.43137254902,85.2941176470588],[168.627450980392,156.862745098039,105.882352941176],[161.764705882353,150,99.0196078431373],[140.196078431373,136.274509803922,92.156862745098],[151.960784313725,147.058823529412,107.843137254902],[166.666666666667,157.843137254902,117.647058823529],[161.764705882353,148.039215686275,109.803921568627],[160.78431372549,145.098039215686,111.764705882353],[111.764705882353,96.078431372549,63.7254901960784],[109.803921568627,100.980392156863,70.5882352941177],[168.627450980392,163.725490196078,135.294117647059],[172.549019607843,167.647058823529,139.21568627451],[200,195.098039215686,165.686274509804],[144.117647058824,135.294117647059,102.941176470588],[148.039215686275,139.21568627451,106.862745098039],[178.43137254902,171.56862745098,146.078431372549],[141.176470588235,136.274509803922,114.705882352941],[132.352941176471,131.372549019608,110.78431372549],[110.78431372549,110.78431372549,87.2549019607843],[142.156862745098,140.196078431373,115.686274509804],[203.921568627451,200,173.529411764706],[183.333333333333,180.392156862745,150],[114.705882352941,111.764705882353,81.3725490196078],[131.372549019608,130.392156862745,100],[148.039215686275,149.019607843137,118.627450980392],[157.843137254902,163.725490196078,136.274509803922],[123.529411764706,133.333333333333,106.862745098039],[134.313725490196,147.058823529412,119.607843137255],[131.372549019608,141.176470588235,114.705882352941],[128.43137254902,133.333333333333,103.921568627451],[130.392156862745,131.372549019608,100.980392156863],[152.941176470588,148.039215686275,116.666666666667],[179.411764705882,165.686274509804,129.411764705882],[164.705882352941,143.137254901961,97.0588235294118],[185.294117647059,156.862745098039,101.960784313725],[150,123.529411764706,55.8823529411765],[161.764705882353,142.156862745098,72.5490196078431],[212.745098039216,202.941176470588,142.156862745098],[210.78431372549,204.901960784314,144.117647058824],[162.745098039216,154.901960784314,84.3137254901961],[166.666666666667,156.862745098039,86.2745098039216],[222.549019607843,212.745098039216,145.098039215686],[215.686274509804,209.803921568627,149.019607843137],[186.274509803922,189.21568627451,133.333333333333],[108.823529411765,117.647058823529,61.7647058823529],[139.21568627451,149.019607843137,90.1960784313725],[172.549019607843,189.21568627451,135.294117647059],[125.490196078431,153.921568627451,108.823529411765],[102.941176470588,138.235294117647,102.941176470588],[85.2941176470588,120.588235294118,95.0980392156863],[50,86.2745098039216,68.6274509803922],[63.7254901960784,96.078431372549,85.2941176470588],[86.2745098039216,118.627450980392,111.764705882353],[69.6078431372549,100.980392156863,96.078431372549],[70.5882352941177,102.941176470588,92.156862745098],[75.4901960784314,113.725490196078,85.2941176470588],[100,138.235294117647,107.843137254902],[101.960784313725,136.274509803922,114.705882352941],[72.5490196078431,104.901960784314,96.078431372549],[85.2941176470588,115.686274509804,118.627450980392],[87.2549019607843,119.607843137255,124.509803921569],[63.7254901960784,105.882352941176,97.0588235294118],[58.8235294117647,109.803921568627,98.0392156862745],[53.921568627451,111.764705882353,109.803921568627],[53.921568627451,108.823529411765,109.803921568627],[69.6078431372549,117.647058823529,113.725490196078],[66.6666666666667,112.745098039216,106.862745098039],[78.4313725490196,128.43137254902,123.529411764706],[92.156862745098,148.039215686275,141.176470588235],[79.4117647058823,141.176470588235,133.333333333333],[65.6862745098039,129.411764705882,121.56862745098],[71.5686274509804,137.254901960784,128.43137254902],[80.3921568627451,145.098039215686,135.294117647059],[72.5490196078431,134.313725490196,123.529411764706],[88.2352941176471,147.058823529412,137.254901960784],[82.3529411764706,134.313725490196,124.509803921569],[92.156862745098,138.235294117647,130.392156862745],[92.156862745098,134.313725490196,127.450980392157],[165.686274509804,203.921568627451,199.019607843137],[177.450980392157,212.745098039216,208.823529411765],[151.960784313725,191.176470588235,190.196078431373],[57.843137254902,106.862745098039,107.843137254902],[115.686274509804,167.647058823529,171.56862745098],[143.137254901961,193.137254901961,196.078431372549],[128.43137254902,179.411764705882,177.450980392157],[72.5490196078431,128.43137254902,122.549019607843],[36.2745098039216,92.156862745098,83.3333333333333],[54.9019607843137,105.882352941176,94.1176470588235],[73.5294117647059,118.627450980392,105.882352941176],[108.823529411765,149.019607843137,133.333333333333],[125.490196078431,161.764705882353,145.098039215686],[122.549019607843,154.901960784314,138.235294117647],[40.1960784313726,72.5490196078431,53.921568627451],[111.764705882353,144.117647058824,125.490196078431],[168.627450980392,207.843137254902,184.313725490196],[22.5490196078431,71.5686274509804,45.0980392156863],[76.4705882352941,123.529411764706,98.0392156862745],[52.9411764705882,87.2549019607843,63.7254901960784],[50.9803921568627,75.4901960784314,53.921568627451],[85.2941176470588,103.921568627451,82.3529411764706],[67.6470588235294,85.2941176470588,61.7647058823529],[60.7843137254902,78.4313725490196,52.9411764705882],[46.078431372549,67.6470588235294,47.0588235294118],[27.4509803921569,52.9411764705882,40.1960784313726],[118.627450980392,150,129.411764705882],[190.196078431373,226.470588235294,186.274509803922],[76.4705882352941,113.725490196078,65.6862745098039],[163.725490196078,196.078431372549,153.921568627451],[160.78431372549,191.176470588235,150],[117.647058823529,146.078431372549,100.980392156863],[74.5098039215686,102.941176470588,55.8823529411765],[46.078431372549,79.4117647058823,30.3921568627451],[35.2941176470588,66.6666666666667,20.5882352941176],[12.7450980392157,38.2352941176471,0],[55.8823529411765,76.4705882352941,44.1176470588235],[101.960784313725,120.588235294118,91.1764705882353],[20.5882352941176,36.2745098039216,9.80392156862745],[0,6.86274509803922,0],[90.1960784313725,101.960784313725,80.3921568627451],[61.7647058823529,74.5098039215686,49.0196078431373],[36.2745098039216,50,17.6470588235294],[46.078431372549,61.7647058823529,25.4901960784314],[71.5686274509804,88.2352941176471,44.1176470588235],[85.2941176470588,103.921568627451,50],[85.2941176470588,102.941176470588,46.078431372549],[89.2156862745098,103.921568627451,48.0392156862745],[87.2549019607843,100,45.0980392156863],[78.4313725490196,87.2549019607843,31.3725490196078],[56.8627450980392,63.7254901960784,12.7450980392157],[27.4509803921569,29.4117647058824,0],[83.3333333333333,84.3137254901961,41.1764705882353],[67.6470588235294,74.5098039215686,24.5098039215686],[61.7647058823529,65.6862745098039,15.6862745098039],[73.5294117647059,69.6078431372549,22.5490196078431],[105.882352941176,95.0980392156863,50],[128.43137254902,110.78431372549,73.5294117647059],[37.2549019607843,21.5686274509804,0],[28.4313725490196,16.6666666666667,0],[21.5686274509804,9.80392156862745,0],[10.7843137254902,0,0],[21.5686274509804,3.92156862745098,0],[56.8627450980392,37.2549019607843,36.2745098039216],[29.4117647058824,14.7058823529412,11.7647058823529],[15.6862745098039,8.82352941176471,0.980392156862745],[0.980392156862745,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[17.6470588235294,16.6666666666667,14.7058823529412],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[190.196078431373,192.156862745098,191.176470588235],[113.725490196078,115.686274509804,114.705882352941],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0.980392156862745,0,3.92156862745098],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[9.80392156862745,8.82352941176471,4.90196078431373],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[10.7843137254902,3.92156862745098,11.7647058823529],[5.88235294117647,0,4.90196078431373],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,6.86274509803922,8.82352941176471],[13.7254901960784,0,0],[19.6078431372549,3.92156862745098,0],[32.3529411764706,16.6666666666667,0],[53.921568627451,39.2156862745098,16.6666666666667],[77.4509803921569,65.6862745098039,51.9607843137255],[39.2156862745098,29.4117647058824,19.6078431372549],[7.84313725490196,0,0],[16.6666666666667,4.90196078431373,0],[17.6470588235294,6.86274509803922,0],[31.3725490196078,18.6274509803922,1.96078431372549],[51.9607843137255,35.2941176470588,17.6470588235294],[68.6274509803922,48.0392156862745,31.3725490196078],[67.6470588235294,42.156862745098,27.4509803921569],[79.4117647058823,51.9607843137255,38.2352941176471],[73.5294117647059,45.0980392156863,29.4117647058824],[80.3921568627451,51.9607843137255,34.3137254901961],[86.2745098039216,58.8235294117647,35.2941176470588],[98.0392156862745,71.5686274509804,43.1372549019608],[101.960784313725,77.4509803921569,47.0588235294118],[111.764705882353,86.2745098039216,53.921568627451],[78.4313725490196,45.0980392156863,17.6470588235294],[128.43137254902,93.1372549019608,57.843137254902],[131.372549019608,99.0196078431373,47.0588235294118],[153.921568627451,123.529411764706,69.6078431372549],[184.313725490196,150.980392156863,113.725490196078],[129.411764705882,97.0588235294118,66.6666666666667],[73.5294117647059,41.1764705882353,8.82352941176471],[102.941176470588,73.5294117647059,36.2745098039216],[109.803921568627,83.3333333333333,39.2156862745098],[148.039215686275,123.529411764706,83.3333333333333],[110.78431372549,88.2352941176471,57.843137254902],[76.4705882352941,56.8627450980392,30.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[111.764705882353,102.941176470588,60.7843137254902],[126.470588235294,119.607843137255,74.5098039215686],[167.647058823529,161.764705882353,112.745098039216],[183.333333333333,176.470588235294,123.529411764706],[189.21568627451,183.333333333333,132.352941176471],[130.392156862745,131.372549019608,92.156862745098],[161.764705882353,161.764705882353,128.43137254902],[84.3137254901961,75.4901960784314,45.0980392156863],[145.098039215686,132.352941176471,100.980392156863],[169.607843137255,153.921568627451,121.56862745098],[117.647058823529,102.941176470588,72.5490196078431],[157.843137254902,150.980392156863,122.549019607843],[155.882352941176,151.960784313725,123.529411764706],[175.490196078431,170.588235294118,139.21568627451],[238.235294117647,229.411764705882,197.058823529412],[147.058823529412,134.313725490196,100.980392156863],[82.3529411764706,73.5294117647059,43.1372549019608],[100.980392156863,99.0196078431373,78.4313725490196],[132.352941176471,133.333333333333,115.686274509804],[95.0980392156863,97.0588235294118,75.4901960784314],[123.529411764706,125.490196078431,101.960784313725],[142.156862745098,140.196078431373,115.686274509804],[138.235294117647,137.254901960784,109.803921568627],[148.039215686275,144.117647058824,115.686274509804],[138.235294117647,135.294117647059,104.901960784314],[140.196078431373,141.176470588235,109.803921568627],[181.372549019608,187.254901960784,153.921568627451],[163.725490196078,173.529411764706,140.196078431373],[155.882352941176,169.607843137255,137.254901960784],[202.941176470588,217.647058823529,185.294117647059],[182.352941176471,196.078431372549,163.725490196078],[163.725490196078,170.588235294118,138.235294117647],[145.098039215686,148.039215686275,117.647058823529],[132.352941176471,129.411764705882,99.0196078431373],[170.588235294118,162.745098039216,127.450980392157],[211.764705882353,195.098039215686,151.960784313725],[184.313725490196,164.705882352941,112.745098039216],[165.686274509804,147.058823529412,89.2156862745098],[224.509803921569,210.78431372549,149.019607843137],[221.56862745098,216.666666666667,153.921568627451],[250,250,188.235294117647],[244.117647058824,240.196078431373,170.588235294118],[227.450980392157,220.588235294118,150],[186.274509803922,179.411764705882,110.78431372549],[228.43137254902,224.509803921569,161.764705882353],[121.56862745098,122.549019607843,66.6666666666667],[93.1372549019608,100,47.0588235294118],[140.196078431373,150.980392156863,96.078431372549],[138.235294117647,156.862745098039,102.941176470588],[82.3529411764706,110.78431372549,63.7254901960784],[109.803921568627,144.117647058824,102.941176470588],[86.2745098039216,120.588235294118,89.2156862745098],[82.3529411764706,116.666666666667,95.0980392156863],[82.3529411764706,115.686274509804,101.960784313725],[96.078431372549,128.43137254902,121.56862745098],[85.2941176470588,116.666666666667,113.725490196078],[109.803921568627,140.196078431373,132.352941176471],[113.725490196078,148.039215686275,118.627450980392],[111.764705882353,146.078431372549,113.725490196078],[63.7254901960784,95.0980392156863,72.5490196078431],[58.8235294117647,88.2352941176471,80.3921568627451],[74.5098039215686,103.921568627451,113.725490196078],[76.4705882352941,109.803921568627,118.627450980392],[52.9411764705882,95.0980392156863,88.2352941176471],[51.9607843137255,100.980392156863,90.1960784313725],[68.6274509803922,122.549019607843,119.607843137255],[69.6078431372549,120.588235294118,118.627450980392],[81.3725490196078,123.529411764706,116.666666666667],[75.4901960784314,117.647058823529,107.843137254902],[66.6666666666667,115.686274509804,106.862745098039],[95.0980392156863,150.980392156863,142.156862745098],[106.862745098039,171.56862745098,161.764705882353],[94.1176470588235,162.745098039216,152.941176470588],[89.2156862745098,159.803921568627,148.039215686275],[69.6078431372549,138.235294117647,127.450980392157],[93.1372549019608,154.901960784314,144.117647058824],[113.725490196078,170.588235294118,158.823529411765],[87.2549019607843,138.235294117647,126.470588235294],[90.1960784313725,135.294117647059,125.490196078431],[91.1764705882353,133.333333333333,124.509803921569],[166.666666666667,208.823529411765,201.960784313725],[178.43137254902,218.627450980392,212.745098039216],[103.921568627451,148.039215686275,145.098039215686],[71.5686274509804,120.588235294118,121.56862745098],[129.411764705882,182.352941176471,184.313725490196],[72.5490196078431,127.450980392157,126.470588235294],[50,104.901960784314,101.960784313725],[59.8039215686275,115.686274509804,109.803921568627],[52.9411764705882,107.843137254902,99.0196078431373],[23.5294117647059,72.5490196078431,61.7647058823529],[21.5686274509804,62.7450980392157,50.9803921568627],[28.4313725490196,63.7254901960784,50],[80.3921568627451,110.78431372549,95.0980392156863],[124.509803921569,152.941176470588,135.294117647059],[131.372549019608,159.803921568627,138.235294117647],[67.6470588235294,99.0196078431373,75.4901960784314],[117.647058823529,152.941176470588,127.450980392157],[65.6862745098039,107.843137254902,78.4313725490196],[128.43137254902,166.666666666667,138.235294117647],[174.509803921569,201.960784313725,177.450980392157],[168.627450980392,190.196078431373,167.647058823529],[165.686274509804,180.392156862745,157.843137254902],[87.2549019607843,100.980392156863,76.4705882352941],[60.7843137254902,76.4705882352941,48.0392156862745],[86.2745098039216,108.823529411765,81.3725490196078],[62.7450980392157,91.1764705882353,71.5686274509804],[128.43137254902,163.725490196078,136.274509803922],[134.313725490196,175.490196078431,126.470588235294],[109.803921568627,150,95.0980392156863],[135.294117647059,166.666666666667,126.470588235294],[174.509803921569,203.921568627451,168.627450980392],[113.725490196078,144.117647058824,103.921568627451],[144.117647058824,176.470588235294,130.392156862745],[161.764705882353,203.921568627451,149.019607843137],[110.78431372549,152.941176470588,98.0392156862745],[75.4901960784314,108.823529411765,59.8039215686275],[68.6274509803922,95.0980392156863,54.9019607843137],[72.5490196078431,96.078431372549,60.7843137254902],[34.3137254901961,54.9019607843137,22.5490196078431],[57.843137254902,76.4705882352941,49.0196078431373],[98.0392156862745,113.725490196078,87.2549019607843],[107.843137254902,123.529411764706,95.0980392156863],[64.7058823529412,81.3725490196078,46.078431372549],[42.156862745098,60.7843137254902,16.6666666666667],[84.3137254901961,101.960784313725,52.9411764705882],[97.0588235294118,113.725490196078,59.8039215686275],[72.5490196078431,87.2549019607843,29.4117647058824],[68.6274509803922,77.4509803921569,21.5686274509804],[71.5686274509804,76.4705882352941,21.5686274509804],[81.3725490196078,81.3725490196078,28.4313725490196],[85.2941176470588,83.3333333333333,35.2941176470588],[58.8235294117647,51.9607843137255,8.82352941176471],[92.156862745098,88.2352941176471,44.1176470588235],[148.039215686275,150,100.980392156863],[86.2745098039216,86.2745098039216,33.3333333333333],[64.7058823529412,54.9019607843137,4.90196078431373],[95.0980392156863,78.4313725490196,33.3333333333333],[89.2156862745098,65.6862745098039,28.4313725490196],[38.2352941176471,15.6862745098039,0],[34.3137254901961,18.6274509803922,0],[13.7254901960784,0,0],[45.0980392156863,30.3921568627451,23.5294117647059],[57.843137254902,40.1960784313726,38.2352941176471],[38.2352941176471,16.6666666666667,18.6274509803922],[24.5098039215686,6.86274509803922,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,11.7647058823529,2.94117647058824],[5.88235294117647,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[16.6666666666667,18.6274509803922,15.6862745098039],[5.88235294117647,7.84313725490196,4.90196078431373],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[15.6862745098039,10.7843137254902,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[8.82352941176471,3.92156862745098,10.7843137254902],[10.7843137254902,4.90196078431373,16.6666666666667],[12.7450980392157,4.90196078431373,15.6862745098039],[12.7450980392157,5.88235294117647,12.7450980392157],[10.7843137254902,4.90196078431373,6.86274509803922],[8.82352941176471,3.92156862745098,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,0],[17.6470588235294,12.7450980392157,6.86274509803922],[18.6274509803922,10.7843137254902,7.84313725490196],[16.6666666666667,6.86274509803922,5.88235294117647],[21.5686274509804,9.80392156862745,9.80392156862745],[19.6078431372549,5.88235294117647,4.90196078431373],[31.3725490196078,16.6666666666667,13.7254901960784],[60.7843137254902,44.1176470588235,37.2549019607843],[66.6666666666667,49.0196078431373,37.2549019607843],[57.843137254902,38.2352941176471,27.4509803921569],[52.9411764705882,30.3921568627451,24.5098039215686],[71.5686274509804,47.0588235294118,43.1372549019608],[58.8235294117647,34.3137254901961,29.4117647058824],[40.1960784313726,15.6862745098039,8.82352941176471],[24.5098039215686,0,0],[54.9019607843137,27.4509803921569,15.6862745098039],[81.3725490196078,50.9803921568627,33.3333333333333],[77.4509803921569,46.078431372549,23.5294117647059],[104.901960784314,70.5882352941177,43.1372549019608],[136.274509803922,101.960784313725,70.5882352941177],[105.882352941176,76.4705882352941,41.1764705882353],[104.901960784314,79.4117647058823,43.1372549019608],[124.509803921569,106.862745098039,69.6078431372549],[118.627450980392,105.882352941176,71.5686274509804],[62.7450980392157,56.8627450980392,21.5686274509804],[66.6666666666667,53.921568627451,20.5882352941176],[66.6666666666667,40.1960784313726,10.7843137254902],[112.745098039216,78.4313725490196,41.1764705882353],[186.274509803922,153.921568627451,101.960784313725],[180.392156862745,145.098039215686,94.1176470588235],[137.254901960784,100,61.7647058823529],[162.745098039216,127.450980392157,92.156862745098],[126.470588235294,92.156862745098,52.9411764705882],[86.2745098039216,55.8823529411765,10.7843137254902],[106.862745098039,81.3725490196078,33.3333333333333],[177.450980392157,155.882352941176,109.803921568627],[141.176470588235,121.56862745098,87.2549019607843],[122.549019607843,106.862745098039,73.5294117647059],[115.686274509804,102.941176470588,59.8039215686275],[95.0980392156863,84.3137254901961,39.2156862745098],[133.333333333333,125.490196078431,79.4117647058823],[149.019607843137,145.098039215686,99.0196078431373],[109.803921568627,116.666666666667,66.6666666666667],[154.901960784314,167.647058823529,125.490196078431],[165.686274509804,181.372549019608,154.901960784314],[93.1372549019608,105.882352941176,88.2352941176471],[56.8627450980392,60.7843137254902,46.078431372549],[126.470588235294,124.509803921569,109.803921568627],[116.666666666667,110.78431372549,89.2156862745098],[88.2352941176471,82.3529411764706,56.8627450980392],[138.235294117647,137.254901960784,107.843137254902],[127.450980392157,128.43137254902,95.0980392156863],[166.666666666667,164.705882352941,124.509803921569],[199.019607843137,192.156862745098,149.019607843137],[160.78431372549,150,105.882352941176],[147.058823529412,134.313725490196,100],[155.882352941176,150,126.470588235294],[116.666666666667,115.686274509804,96.078431372549],[174.509803921569,177.450980392157,156.862745098039],[153.921568627451,156.862745098039,136.274509803922],[150.980392156863,152.941176470588,131.372549019608],[172.549019607843,172.549019607843,149.019607843137],[191.176470588235,189.21568627451,164.705882352941],[201.960784313725,201.960784313725,174.509803921569],[178.43137254902,181.372549019608,150.980392156863],[163.725490196078,170.588235294118,140.196078431373],[183.333333333333,194.117647058824,162.745098039216],[195.098039215686,207.843137254902,178.43137254902],[205.882352941176,220.588235294118,190.196078431373],[185.294117647059,198.039215686275,168.627450980392],[169.607843137255,176.470588235294,146.078431372549],[159.803921568627,162.745098039216,134.313725490196],[175.490196078431,174.509803921569,145.098039215686],[172.549019607843,166.666666666667,135.294117647059],[209.803921568627,196.078431372549,161.764705882353],[214.705882352941,199.019607843137,163.725490196078],[218.627450980392,208.823529411765,173.529411764706],[249.019607843137,243.137254901961,196.078431372549],[202.941176470588,198.039215686275,133.333333333333],[182.352941176471,178.43137254902,105.882352941176],[243.137254901961,241.176470588235,168.627450980392],[159.803921568627,159.803921568627,89.2156862745098],[171.56862745098,168.627450980392,100.980392156863],[247.058823529412,244.117647058824,176.470588235294],[170.588235294118,167.647058823529,98.0392156862745],[136.274509803922,138.235294117647,76.4705882352941],[137.254901960784,148.039215686275,105.882352941176],[109.803921568627,130.392156862745,92.156862745098],[104.901960784314,129.411764705882,88.2352941176471],[124.509803921569,150,111.764705882353],[142.156862745098,168.627450980392,138.235294117647],[111.764705882353,143.137254901961,120.588235294118],[68.6274509803922,103.921568627451,90.1960784313725],[51.9607843137255,90.1960784313725,85.2941176470588],[50.9803921568627,88.2352941176471,89.2156862745098],[100.980392156863,135.294117647059,129.411764705882],[140.196078431373,172.549019607843,146.078431372549],[148.039215686275,177.450980392157,144.117647058824],[125.490196078431,150.980392156863,124.509803921569],[104.901960784314,132.352941176471,120.588235294118],[83.3333333333333,115.686274509804,124.509803921569],[67.6470588235294,106.862745098039,118.627450980392],[66.6666666666667,114.705882352941,111.764705882353],[64.7058823529412,114.705882352941,107.843137254902],[65.6862745098039,113.725490196078,109.803921568627],[98.0392156862745,144.117647058824,138.235294117647],[144.117647058824,187.254901960784,174.509803921569],[81.3725490196078,127.450980392157,111.764705882353],[105.882352941176,156.862745098039,144.117647058824],[140.196078431373,196.078431372549,187.254901960784],[100,161.764705882353,153.921568627451],[71.5686274509804,136.274509803922,132.352941176471],[71.5686274509804,136.274509803922,134.313725490196],[59.8039215686275,122.549019607843,121.56862745098],[73.5294117647059,131.372549019608,129.411764705882],[74.5098039215686,128.43137254902,125.490196078431],[69.6078431372549,117.647058823529,114.705882352941],[132.352941176471,177.450980392157,174.509803921569],[169.607843137255,213.725490196078,208.823529411765],[175.490196078431,219.607843137255,212.745098039216],[136.274509803922,182.352941176471,174.509803921569],[115.686274509804,163.725490196078,157.843137254902],[115.686274509804,164.705882352941,163.725490196078],[83.3333333333333,136.274509803922,136.274509803922],[64.7058823529412,118.627450980392,115.686274509804],[63.7254901960784,117.647058823529,111.764705882353],[50.9803921568627,102.941176470588,93.1372549019608],[81.3725490196078,130.392156862745,118.627450980392],[42.156862745098,85.2941176470588,70.5882352941177],[44.1176470588235,82.3529411764706,64.7058823529412],[75.4901960784314,107.843137254902,91.1764705882353],[104.901960784314,133.333333333333,113.725490196078],[133.333333333333,160.78431372549,139.21568627451],[150,177.450980392157,154.901960784314],[39.2156862745098,68.6274509803922,43.1372549019608],[52.9411764705882,87.2549019607843,57.843137254902],[101.960784313725,142.156862745098,108.823529411765],[150,189.21568627451,155.882352941176],[214.705882352941,243.137254901961,213.725490196078],[157.843137254902,180.392156862745,151.960784313725],[93.1372549019608,108.823529411765,80.3921568627451],[53.921568627451,68.6274509803922,38.2352941176471],[18.6274509803922,35.2941176470588,3.92156862745098],[65.6862745098039,89.2156862745098,57.843137254902],[70.5882352941177,100,72.5490196078431],[12.7450980392157,48.0392156862745,12.7450980392157],[28.4313725490196,67.6470588235294,15.6862745098039],[100.980392156863,141.176470588235,86.2745098039216],[146.078431372549,177.450980392157,137.254901960784],[211.764705882353,238.235294117647,203.921568627451],[122.549019607843,149.019607843137,114.705882352941],[63.7254901960784,95.0980392156863,54.9019607843137],[89.2156862745098,128.43137254902,77.4509803921569],[112.745098039216,151.960784313725,100],[158.823529411765,194.117647058824,147.058823529412],[112.745098039216,145.098039215686,100.980392156863],[147.058823529412,174.509803921569,135.294117647059],[137.254901960784,162.745098039216,126.470588235294],[35.2941176470588,58.8235294117647,25.4901960784314],[26.4705882352941,47.0588235294118,14.7058823529412],[69.6078431372549,89.2156862745098,54.9019607843137],[48.0392156862745,65.6862745098039,26.4705882352941],[100.980392156863,119.607843137255,74.5098039215686],[132.352941176471,150.980392156863,97.0588235294118],[85.2941176470588,102.941176470588,46.078431372549],[41.1764705882353,54.9019607843137,0],[91.1764705882353,99.0196078431373,41.1764705882353],[106.862745098039,109.803921568627,53.921568627451],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,114.705882352941,65.6862745098039],[90.1960784313725,84.3137254901961,37.2549019607843],[90.1960784313725,86.2745098039216,39.2156862745098],[162.745098039216,160.78431372549,110.78431372549],[115.686274509804,112.745098039216,60.7843137254902],[128.43137254902,118.627450980392,68.6274509803922],[145.098039215686,128.43137254902,85.2941176470588],[100,78.4313725490196,40.1960784313726],[59.8039215686275,37.2549019607843,6.86274509803922],[49.0196078431373,31.3725490196078,9.80392156862745],[74.5098039215686,57.843137254902,42.156862745098],[83.3333333333333,65.6862745098039,55.8823529411765],[97.0588235294118,78.4313725490196,74.5098039215686],[59.8039215686275,40.1960784313726,39.2156862745098],[29.4117647058824,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[10.7843137254902,7.84313725490196,0.980392156862745],[4.90196078431373,0.980392156862745,0],[16.6666666666667,12.7450980392157,11.7647058823529],[16.6666666666667,12.7450980392157,11.7647058823529],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[25.4901960784314,21.5686274509804,18.6274509803922],[34.3137254901961,30.3921568627451,27.4509803921569],[5.88235294117647,1.96078431372549,0]],[[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[26.4705882352941,26.4705882352941,24.5098039215686],[116.666666666667,116.666666666667,114.705882352941],[0,1.96078431372549,0],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[16.6666666666667,15.6862745098039,13.7254901960784],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,9.80392156862745],[17.6470588235294,9.80392156862745,22.5490196078431],[11.7647058823529,4.90196078431373,11.7647058823529],[5.88235294117647,0,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[17.6470588235294,10.7843137254902,2.94117647058824],[15.6862745098039,8.82352941176471,0],[27.4509803921569,20.5882352941176,10.7843137254902],[29.4117647058824,20.5882352941176,13.7254901960784],[16.6666666666667,5.88235294117647,1.96078431372549],[20.5882352941176,6.86274509803922,5.88235294117647],[21.5686274509804,5.88235294117647,5.88235294117647],[21.5686274509804,3.92156862745098,1.96078431372549],[40.1960784313726,23.5294117647059,16.6666666666667],[71.5686274509804,52.9411764705882,46.078431372549],[91.1764705882353,67.6470588235294,57.843137254902],[81.3725490196078,48.0392156862745,36.2745098039216],[97.0588235294118,59.8039215686275,47.0588235294118],[102.941176470588,65.6862745098039,54.9019607843137],[64.7058823529412,27.4509803921569,18.6274509803922],[47.0588235294118,9.80392156862745,0.980392156862745],[100,62.7450980392157,50],[106.862745098039,70.5882352941177,51.9607843137255],[101.960784313725,66.6666666666667,41.1764705882353],[75.4901960784314,42.156862745098,7.84313725490196],[83.3333333333333,51.9607843137255,13.7254901960784],[122.549019607843,96.078431372549,53.921568627451],[120.588235294118,100,55.8823529411765],[70.5882352941177,55.8823529411765,13.7254901960784],[75.4901960784314,66.6666666666667,28.4313725490196],[43.1372549019608,39.2156862745098,4.90196078431373],[60.7843137254902,51.9607843137255,19.6078431372549],[117.647058823529,94.1176470588235,60.7843137254902],[129.411764705882,97.0588235294118,56.8627450980392],[137.254901960784,101.960784313725,52.9411764705882],[186.274509803922,150,99.0196078431373],[160.78431372549,120.588235294118,77.4509803921569],[179.411764705882,138.235294117647,97.0588235294118],[173.529411764706,138.235294117647,89.2156862745098],[138.235294117647,107.843137254902,54.9019607843137],[170.588235294118,146.078431372549,91.1764705882353],[112.745098039216,93.1372549019608,43.1372549019608],[100,85.2941176470588,43.1372549019608],[107.843137254902,97.0588235294118,52.9411764705882],[179.411764705882,169.607843137255,119.607843137255],[143.137254901961,133.333333333333,81.3725490196078],[107.843137254902,98.0392156862745,50],[150,147.058823529412,102.941176470588],[122.549019607843,137.254901960784,95.0980392156863],[62.7450980392157,88.2352941176471,53.921568627451],[118.627450980392,147.058823529412,125.490196078431],[138.235294117647,163.725490196078,150.980392156863],[59.8039215686275,77.4509803921569,65.6862745098039],[66.6666666666667,77.4509803921569,63.7254901960784],[81.3725490196078,84.3137254901961,67.6470588235294],[96.078431372549,98.0392156862745,76.4705882352941],[51.9607843137255,57.843137254902,32.3529411764706],[86.2745098039216,93.1372549019608,60.7843137254902],[132.352941176471,134.313725490196,96.078431372549],[138.235294117647,135.294117647059,93.1372549019608],[171.56862745098,162.745098039216,120.588235294118],[148.039215686275,140.196078431373,103.921568627451],[165.686274509804,161.764705882353,137.254901960784],[145.098039215686,147.058823529412,126.470588235294],[194.117647058824,199.019607843137,179.411764705882],[183.333333333333,190.196078431373,172.549019607843],[181.372549019608,186.274509803922,166.666666666667],[208.823529411765,211.764705882353,191.176470588235],[194.117647058824,198.039215686275,175.490196078431],[210.78431372549,214.705882352941,190.196078431373],[221.56862745098,227.450980392157,201.960784313725],[170.588235294118,179.411764705882,152.941176470588],[184.313725490196,197.058823529412,169.607843137255],[161.764705882353,176.470588235294,148.039215686275],[149.019607843137,163.725490196078,135.294117647059],[160.78431372549,173.529411764706,144.117647058824],[151.960784313725,160.78431372549,132.352941176471],[149.019607843137,153.921568627451,124.509803921569],[202.941176470588,202.941176470588,175.490196078431],[186.274509803922,181.372549019608,152.941176470588],[191.176470588235,180.392156862745,150.980392156863],[227.450980392157,218.627450980392,190.196078431373],[232.352941176471,230.392156862745,205.882352941176],[242.156862745098,242.156862745098,206.862745098039],[212.745098039216,208.823529411765,149.019607843137],[173.529411764706,169.607843137255,98.0392156862745],[157.843137254902,156.862745098039,91.1764705882353],[174.509803921569,174.509803921569,111.764705882353],[228.43137254902,229.411764705882,164.705882352941],[250,250,184.313725490196],[232.352941176471,228.43137254902,156.862745098039],[206.862745098039,206.862745098039,146.078431372549],[156.862745098039,169.607843137255,127.450980392157],[111.764705882353,131.372549019608,97.0588235294118],[105.882352941176,126.470588235294,88.2352941176471],[111.764705882353,133.333333333333,96.078431372549],[162.745098039216,187.254901960784,158.823529411765],[117.647058823529,146.078431372549,124.509803921569],[104.901960784314,138.235294117647,122.549019607843],[81.3725490196078,117.647058823529,109.803921568627],[73.5294117647059,108.823529411765,108.823529411765],[73.5294117647059,107.843137254902,101.960784313725],[94.1176470588235,127.450980392157,103.921568627451],[94.1176470588235,126.470588235294,98.0392156862745],[66.6666666666667,96.078431372549,70.5882352941177],[102.941176470588,133.333333333333,117.647058823529],[127.450980392157,160.78431372549,162.745098039216],[91.1764705882353,128.43137254902,137.254901960784],[83.3333333333333,126.470588235294,127.450980392157],[95.0980392156863,140.196078431373,137.254901960784],[74.5098039215686,119.607843137255,116.666666666667],[88.2352941176471,132.352941176471,125.490196078431],[144.117647058824,190.196078431373,172.549019607843],[146.078431372549,194.117647058824,173.529411764706],[135.294117647059,187.254901960784,171.56862745098],[86.2745098039216,141.176470588235,130.392156862745],[54.9019607843137,114.705882352941,107.843137254902],[75.4901960784314,136.274509803922,135.294117647059],[82.3529411764706,140.196078431373,144.117647058824],[68.6274509803922,124.509803921569,131.372549019608],[79.4117647058823,131.372549019608,139.21568627451],[73.5294117647059,121.56862745098,128.43137254902],[97.0588235294118,143.137254901961,149.019607843137],[139.21568627451,183.333333333333,186.274509803922],[159.803921568627,207.843137254902,204.901960784314],[144.117647058824,192.156862745098,188.235294117647],[74.5098039215686,124.509803921569,117.647058823529],[89.2156862745098,141.176470588235,133.333333333333],[118.627450980392,170.588235294118,164.705882352941],[85.2941176470588,137.254901960784,131.372549019608],[82.3529411764706,134.313725490196,126.470588235294],[68.6274509803922,118.627450980392,109.803921568627],[67.6470588235294,116.666666666667,104.901960784314],[91.1764705882353,137.254901960784,121.56862745098],[52.9411764705882,93.1372549019608,75.4901960784314],[81.3725490196078,115.686274509804,96.078431372549],[89.2156862745098,117.647058823529,98.0392156862745],[69.6078431372549,94.1176470588235,72.5490196078431],[72.5490196078431,98.0392156862745,71.5686274509804],[59.8039215686275,85.2941176470588,56.8627450980392],[72.5490196078431,102.941176470588,71.5686274509804],[57.843137254902,93.1372549019608,57.843137254902],[115.686274509804,154.901960784314,118.627450980392],[126.470588235294,163.725490196078,125.490196078431],[167.647058823529,197.058823529412,161.764705882353],[106.862745098039,130.392156862745,95.0980392156863],[41.1764705882353,60.7843137254902,24.5098039215686],[38.2352941176471,54.9019607843137,19.6078431372549],[36.2745098039216,54.9019607843137,23.5294117647059],[15.6862745098039,39.2156862745098,5.88235294117647],[0,31.3725490196078,0],[108.823529411765,146.078431372549,100],[173.529411764706,213.725490196078,156.862745098039],[150,188.235294117647,134.313725490196],[100,130.392156862745,89.2156862745098],[73.5294117647059,100,67.6470588235294],[124.509803921569,150,121.56862745098],[183.333333333333,211.764705882353,181.372549019608],[116.666666666667,153.921568627451,107.843137254902],[125.490196078431,167.647058823529,115.686274509804],[99.0196078431373,141.176470588235,89.2156862745098],[79.4117647058823,118.627450980392,69.6078431372549],[108.823529411765,144.117647058824,100.980392156863],[142.156862745098,172.549019607843,132.352941176471],[126.470588235294,153.921568627451,114.705882352941],[27.4509803921569,51.9607843137255,13.7254901960784],[76.4705882352941,99.0196078431373,57.843137254902],[125.490196078431,147.058823529412,101.960784313725],[112.745098039216,132.352941176471,82.3529411764706],[57.843137254902,76.4705882352941,21.5686274509804],[121.56862745098,139.21568627451,80.3921568627451],[95.0980392156863,106.862745098039,46.078431372549],[66.6666666666667,72.5490196078431,13.7254901960784],[49.0196078431373,50,0],[45.0980392156863,42.156862745098,0],[139.21568627451,133.333333333333,82.3529411764706],[123.529411764706,117.647058823529,66.6666666666667],[87.2549019607843,81.3725490196078,30.3921568627451],[103.921568627451,98.0392156862745,47.0588235294118],[144.117647058824,137.254901960784,86.2745098039216],[127.450980392157,115.686274509804,68.6274509803922],[76.4705882352941,59.8039215686275,17.6470588235294],[77.4509803921569,57.843137254902,21.5686274509804],[36.2745098039216,13.7254901960784,0],[39.2156862745098,17.6470588235294,0],[57.843137254902,37.2549019607843,18.6274509803922],[28.4313725490196,9.80392156862745,0],[25.4901960784314,6.86274509803922,0],[17.6470588235294,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[23.5294117647059,19.6078431372549,16.6666666666667],[31.3725490196078,27.4509803921569,24.5098039215686],[5.88235294117647,1.96078431372549,0]],[[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,6.86274509803922],[52.9411764705882,52.9411764705882,50.9803921568627],[53.921568627451,54.9019607843137,50],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,1.96078431372549],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[7.84313725490196,0,5.88235294117647],[16.6666666666667,5.88235294117647,13.7254901960784],[15.6862745098039,4.90196078431373,10.7843137254902],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,3.92156862745098,1.96078431372549],[20.5882352941176,11.7647058823529,6.86274509803922],[20.5882352941176,11.7647058823529,4.90196078431373],[19.6078431372549,8.82352941176471,4.90196078431373],[20.5882352941176,9.80392156862745,5.88235294117647],[26.4705882352941,12.7450980392157,11.7647058823529],[41.1764705882353,25.4901960784314,25.4901960784314],[37.2549019607843,19.6078431372549,17.6470588235294],[12.7450980392157,0,0],[20.5882352941176,1.96078431372549,0],[63.7254901960784,44.1176470588235,35.2941176470588],[92.156862745098,65.6862745098039,47.0588235294118],[129.411764705882,87.2549019607843,55.8823529411765],[106.862745098039,57.843137254902,23.5294117647059],[114.705882352941,66.6666666666667,37.2549019607843],[120.588235294118,73.5294117647059,50.9803921568627],[108.823529411765,62.7450980392157,43.1372549019608],[111.764705882353,69.6078431372549,50.9803921568627],[81.3725490196078,44.1176470588235,23.5294117647059],[76.4705882352941,43.1372549019608,18.6274509803922],[54.9019607843137,26.4705882352941,0],[74.5098039215686,50.9803921568627,15.6862745098039],[115.686274509804,97.0588235294118,55.8823529411765],[96.078431372549,79.4117647058823,37.2549019607843],[62.7450980392157,48.0392156862745,7.84313725490196],[83.3333333333333,67.6470588235294,32.3529411764706],[56.8627450980392,41.1764705882353,7.84313725490196],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,48.0392156862745,11.7647058823529],[89.2156862745098,57.843137254902,17.6470588235294],[90.1960784313725,53.921568627451,9.80392156862745],[113.725490196078,72.5490196078431,25.4901960784314],[152.941176470588,106.862745098039,63.7254901960784],[159.803921568627,116.666666666667,68.6274509803922],[182.352941176471,144.117647058824,88.2352941176471],[235.294117647059,203.921568627451,144.117647058824],[184.313725490196,162.745098039216,103.921568627451],[131.372549019608,116.666666666667,60.7843137254902],[152.941176470588,143.137254901961,93.1372549019608],[141.176470588235,135.294117647059,84.3137254901961],[212.745098039216,207.843137254902,150.980392156863],[185.294117647059,179.411764705882,122.549019607843],[193.137254901961,181.372549019608,132.352941176471],[176.470588235294,173.529411764706,133.333333333333],[90.1960784313725,106.862745098039,73.5294117647059],[100.980392156863,133.333333333333,104.901960784314],[78.4313725490196,115.686274509804,93.1372549019608],[147.058823529412,184.313725490196,163.725490196078],[99.0196078431373,127.450980392157,105.882352941176],[66.6666666666667,88.2352941176471,65.6862745098039],[120.588235294118,134.313725490196,109.803921568627],[73.5294117647059,85.2941176470588,63.7254901960784],[53.921568627451,66.6666666666667,49.0196078431373],[81.3725490196078,92.156862745098,75.4901960784314],[111.764705882353,116.666666666667,95.0980392156863],[148.039215686275,148.039215686275,124.509803921569],[149.019607843137,145.098039215686,116.666666666667],[116.666666666667,112.745098039216,84.3137254901961],[165.686274509804,169.607843137255,145.098039215686],[199.019607843137,207.843137254902,187.254901960784],[155.882352941176,168.627450980392,150.980392156863],[201.960784313725,214.705882352941,198.039215686275],[202.941176470588,213.725490196078,197.058823529412],[208.823529411765,217.647058823529,199.019607843137],[199.019607843137,207.843137254902,189.21568627451],[175.490196078431,184.313725490196,163.725490196078],[186.274509803922,198.039215686275,176.470588235294],[205.882352941176,219.607843137255,195.098039215686],[176.470588235294,192.156862745098,166.666666666667],[151.960784313725,169.607843137255,144.117647058824],[164.705882352941,183.333333333333,155.882352941176],[157.843137254902,171.56862745098,146.078431372549],[148.039215686275,157.843137254902,131.372549019608],[166.666666666667,172.549019607843,145.098039215686],[198.039215686275,200.980392156863,174.509803921569],[187.254901960784,185.294117647059,160.78431372549],[200.980392156863,197.058823529412,172.549019607843],[223.529411764706,221.56862745098,197.058823529412],[225.490196078431,229.411764705882,204.901960784314],[248.039215686275,250,220.588235294118],[247.058823529412,245.098039215686,198.039215686275],[202.941176470588,200,146.078431372549],[177.450980392157,177.450980392157,124.509803921569],[189.21568627451,189.21568627451,136.274509803922],[214.705882352941,215.686274509804,159.803921568627],[228.43137254902,227.450980392157,171.56862745098],[200.980392156863,196.078431372549,139.21568627451],[207.843137254902,206.862745098039,151.960784313725],[195.098039215686,207.843137254902,164.705882352941],[194.117647058824,211.764705882353,172.549019607843],[145.098039215686,163.725490196078,119.607843137255],[149.019607843137,170.588235294118,133.333333333333],[154.901960784314,182.352941176471,160.78431372549],[111.764705882353,142.156862745098,126.470588235294],[138.235294117647,169.607843137255,149.019607843137],[91.1764705882353,121.56862745098,103.921568627451],[80.3921568627451,109.803921568627,101.960784313725],[50,82.3529411764706,75.4901960784314],[62.7450980392157,100,85.2941176470588],[56.8627450980392,98.0392156862745,78.4313725490196],[59.8039215686275,98.0392156862745,77.4509803921569],[76.4705882352941,112.745098039216,96.078431372549],[99.0196078431373,130.392156862745,125.490196078431],[108.823529411765,140.196078431373,139.21568627451],[113.725490196078,148.039215686275,144.117647058824],[114.705882352941,152.941176470588,150],[97.0588235294118,142.156862745098,142.156862745098],[75.4901960784314,123.529411764706,119.607843137255],[144.117647058824,194.117647058824,175.490196078431],[141.176470588235,193.137254901961,167.647058823529],[84.3137254901961,136.274509803922,116.666666666667],[45.0980392156863,100,87.2549019607843],[56.8627450980392,111.764705882353,108.823529411765],[69.6078431372549,123.529411764706,126.470588235294],[73.5294117647059,124.509803921569,137.254901960784],[71.5686274509804,119.607843137255,136.274509803922],[82.3529411764706,128.43137254902,146.078431372549],[76.4705882352941,120.588235294118,139.21568627451],[115.686274509804,160.78431372549,175.490196078431],[119.607843137255,165.686274509804,175.490196078431],[100,148.039215686275,151.960784313725],[109.803921568627,163.725490196078,158.823529411765],[86.2745098039216,142.156862745098,135.294117647059],[77.4509803921569,133.333333333333,124.509803921569],[78.4313725490196,130.392156862745,120.588235294118],[124.509803921569,173.529411764706,164.705882352941],[108.823529411765,157.843137254902,147.058823529412],[74.5098039215686,121.56862745098,107.843137254902],[91.1764705882353,134.313725490196,119.607843137255],[76.4705882352941,116.666666666667,99.0196078431373],[88.2352941176471,122.549019607843,102.941176470588],[98.0392156862745,126.470588235294,104.901960784314],[53.921568627451,79.4117647058823,54.9019607843137],[35.2941176470588,57.843137254902,32.3529411764706],[60.7843137254902,83.3333333333333,54.9019607843137],[60.7843137254902,85.2941176470588,53.921568627451],[132.352941176471,161.764705882353,126.470588235294],[133.333333333333,167.647058823529,128.43137254902],[160.78431372549,198.039215686275,157.843137254902],[190.196078431373,228.43137254902,185.294117647059],[158.823529411765,189.21568627451,149.019607843137],[140.196078431373,164.705882352941,125.490196078431],[125.490196078431,146.078431372549,105.882352941176],[119.607843137255,137.254901960784,100],[120.588235294118,140.196078431373,105.882352941176],[101.960784313725,125.490196078431,90.1960784313725],[44.1176470588235,76.4705882352941,30.3921568627451],[90.1960784313725,128.43137254902,74.5098039215686],[129.411764705882,169.607843137255,110.78431372549],[171.56862745098,209.803921568627,155.882352941176],[81.3725490196078,108.823529411765,68.6274509803922],[55.8823529411765,78.4313725490196,50],[96.078431372549,117.647058823529,97.0588235294118],[121.56862745098,147.058823529412,122.549019607843],[92.156862745098,126.470588235294,87.2549019607843],[151.960784313725,191.176470588235,142.156862745098],[164.705882352941,207.843137254902,157.843137254902],[59.8039215686275,105.882352941176,54.9019607843137],[74.5098039215686,115.686274509804,66.6666666666667],[66.6666666666667,103.921568627451,57.843137254902],[91.1764705882353,121.56862745098,78.4313725490196],[70.5882352941177,99.0196078431373,55.8823529411765],[85.2941176470588,110.78431372549,64.7058823529412],[135.294117647059,158.823529411765,109.803921568627],[117.647058823529,140.196078431373,85.2941176470588],[86.2745098039216,105.882352941176,48.0392156862745],[137.254901960784,152.941176470588,92.156862745098],[94.1176470588235,105.882352941176,43.1372549019608],[54.9019607843137,60.7843137254902,0],[61.7647058823529,60.7843137254902,4.90196078431373],[100.980392156863,96.078431372549,42.156862745098],[128.43137254902,121.56862745098,68.6274509803922],[133.333333333333,128.43137254902,71.5686274509804],[149.019607843137,144.117647058824,89.2156862745098],[154.901960784314,145.098039215686,93.1372549019608],[112.745098039216,99.0196078431373,52.9411764705882],[71.5686274509804,57.843137254902,13.7254901960784],[59.8039215686275,42.156862745098,2.94117647058824],[27.4509803921569,7.84313725490196,0],[81.3725490196078,60.7843137254902,30.3921568627451],[42.156862745098,18.6274509803922,0],[19.6078431372549,0,0],[55.8823529411765,35.2941176470588,18.6274509803922],[58.8235294117647,41.1764705882353,29.4117647058824],[39.2156862745098,26.4705882352941,17.6470588235294],[20.5882352941176,9.80392156862745,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0]],[[35.2941176470588,33.3333333333333,36.2745098039216],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[6.86274509803922,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[13.7254901960784,14.7058823529412,9.80392156862745],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,10.7843137254902],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,10.7843137254902,11.7647058823529],[10.7843137254902,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,8.82352941176471],[22.5490196078431,11.7647058823529,9.80392156862745],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[22.5490196078431,11.7647058823529,7.84313725490196],[10.7843137254902,0,0],[13.7254901960784,0,0],[27.4509803921569,12.7450980392157,9.80392156862745],[40.1960784313726,22.5490196078431,20.5882352941176],[34.3137254901961,16.6666666666667,12.7450980392157],[24.5098039215686,5.88235294117647,0],[50.9803921568627,33.3333333333333,21.5686274509804],[84.3137254901961,65.6862745098039,51.9607843137255],[75.4901960784314,50,27.4509803921569],[73.5294117647059,35.2941176470588,0],[104.901960784314,58.8235294117647,13.7254901960784],[125.490196078431,79.4117647058823,38.2352941176471],[154.901960784314,105.882352941176,69.6078431372549],[163.725490196078,115.686274509804,83.3333333333333],[176.470588235294,130.392156862745,100.980392156863],[135.294117647059,95.0980392156863,65.6862745098039],[62.7450980392157,28.4313725490196,0],[61.7647058823529,33.3333333333333,0],[47.0588235294118,25.4901960784314,0],[73.5294117647059,53.921568627451,17.6470588235294],[82.3529411764706,64.7058823529412,27.4509803921569],[78.4313725490196,58.8235294117647,24.5098039215686],[88.2352941176471,65.6862745098039,34.3137254901961],[106.862745098039,82.3529411764706,52.9411764705882],[129.411764705882,103.921568627451,71.5686274509804],[84.3137254901961,59.8039215686275,20.5882352941176],[51.9607843137255,23.5294117647059,0],[79.4117647058823,43.1372549019608,0],[93.1372549019608,50.9803921568627,6.86274509803922],[160.78431372549,113.725490196078,66.6666666666667],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,175.490196078431,111.764705882353],[176.470588235294,146.078431372549,80.3921568627451],[125.490196078431,105.882352941176,44.1176470588235],[155.882352941176,146.078431372549,86.2745098039216],[181.372549019608,179.411764705882,123.529411764706],[148.039215686275,147.058823529412,91.1764705882353],[151.960784313725,150.980392156863,87.2549019607843],[149.019607843137,145.098039215686,83.3333333333333],[153.921568627451,142.156862745098,93.1372549019608],[228.43137254902,223.529411764706,184.313725490196],[117.647058823529,133.333333333333,98.0392156862745],[53.921568627451,83.3333333333333,55.8823529411765],[94.1176470588235,131.372549019608,108.823529411765],[142.156862745098,181.372549019608,157.843137254902],[137.254901960784,170.588235294118,146.078431372549],[72.5490196078431,100,75.4901960784314],[100,119.607843137255,95.0980392156863],[79.4117647058823,97.0588235294118,75.4901960784314],[51.9607843137255,72.5490196078431,55.8823529411765],[81.3725490196078,99.0196078431373,85.2941176470588],[53.921568627451,66.6666666666667,50],[99.0196078431373,107.843137254902,89.2156862745098],[99.0196078431373,103.921568627451,81.3725490196078],[131.372549019608,139.21568627451,115.686274509804],[148.039215686275,162.745098039216,142.156862745098],[153.921568627451,172.549019607843,153.921568627451],[149.019607843137,169.607843137255,152.941176470588],[176.470588235294,194.117647058824,180.392156862745],[184.313725490196,201.960784313725,188.235294117647],[191.176470588235,207.843137254902,192.156862745098],[229.411764705882,246.078431372549,230.392156862745],[184.313725490196,200.980392156863,183.333333333333],[153.921568627451,172.549019607843,153.921568627451],[201.960784313725,220.588235294118,200.980392156863],[194.117647058824,215.686274509804,193.137254901961],[167.647058823529,189.21568627451,166.666666666667],[156.862745098039,176.470588235294,151.960784313725],[156.862745098039,174.509803921569,149.019607843137],[158.823529411765,172.549019607843,147.058823529412],[147.058823529412,156.862745098039,132.352941176471],[170.588235294118,175.490196078431,152.941176470588],[179.411764705882,183.333333333333,160.78431372549],[203.921568627451,205.882352941176,185.294117647059],[244.117647058824,246.078431372549,224.509803921569],[232.352941176471,238.235294117647,212.745098039216],[233.333333333333,238.235294117647,208.823529411765],[227.450980392157,228.43137254902,195.098039215686],[170.588235294118,168.627450980392,131.372549019608],[233.333333333333,232.352941176471,189.21568627451],[220.588235294118,219.607843137255,174.509803921569],[214.705882352941,213.725490196078,166.666666666667],[246.078431372549,245.098039215686,198.039215686275],[215.686274509804,213.725490196078,166.666666666667],[191.176470588235,193.137254901961,147.058823529412],[200.980392156863,212.745098039216,165.686274509804],[186.274509803922,202.941176470588,158.823529411765],[165.686274509804,184.313725490196,140.196078431373],[161.764705882353,185.294117647059,150],[173.529411764706,201.960784313725,182.352941176471],[129.411764705882,159.803921568627,145.098039215686],[124.509803921569,153.921568627451,130.392156862745],[56.8627450980392,85.2941176470588,63.7254901960784],[68.6274509803922,100,87.2549019607843],[54.9019607843137,89.2156862745098,82.3529411764706],[59.8039215686275,100.980392156863,91.1764705882353],[33.3333333333333,76.4705882352941,63.7254901960784],[40.1960784313726,84.3137254901961,63.7254901960784],[69.6078431372549,110.78431372549,91.1764705882353],[57.843137254902,90.1960784313725,79.4117647058823],[101.960784313725,132.352941176471,127.450980392157],[117.647058823529,149.019607843137,146.078431372549],[65.6862745098039,100.980392156863,100.980392156863],[78.4313725490196,121.56862745098,122.549019607843],[112.745098039216,160.78431372549,154.901960784314],[166.666666666667,217.647058823529,196.078431372549],[135.294117647059,188.235294117647,162.745098039216],[116.666666666667,169.607843137255,147.058823529412],[69.6078431372549,122.549019607843,108.823529411765],[58.8235294117647,109.803921568627,105.882352941176],[67.6470588235294,115.686274509804,120.588235294118],[55.8823529411765,100.980392156863,115.686274509804],[91.1764705882353,133.333333333333,151.960784313725],[87.2549019607843,128.43137254902,151.960784313725],[88.2352941176471,129.411764705882,152.941176470588],[96.078431372549,140.196078431373,158.823529411765],[102.941176470588,150,163.725490196078],[84.3137254901961,136.274509803922,142.156862745098],[81.3725490196078,139.21568627451,137.254901960784],[99.0196078431373,160.78431372549,152.941176470588],[91.1764705882353,151.960784313725,141.176470588235],[112.745098039216,164.705882352941,154.901960784314],[102.941176470588,150,138.235294117647],[119.607843137255,166.666666666667,152.941176470588],[131.372549019608,174.509803921569,159.803921568627],[120.588235294118,160.78431372549,143.137254901961],[50,83.3333333333333,66.6666666666667],[71.5686274509804,100,80.3921568627451],[92.156862745098,116.666666666667,95.0980392156863],[130.392156862745,150,125.490196078431],[95.0980392156863,113.725490196078,86.2745098039216],[100,120.588235294118,88.2352941176471],[128.43137254902,151.960784313725,116.666666666667],[142.156862745098,169.607843137255,130.392156862745],[177.450980392157,209.803921568627,167.647058823529],[151.960784313725,188.235294117647,145.098039215686],[190.196078431373,226.470588235294,183.333333333333],[103.921568627451,134.313725490196,93.1372549019608],[117.647058823529,144.117647058824,101.960784313725],[123.529411764706,144.117647058824,101.960784313725],[144.117647058824,161.764705882353,122.549019607843],[182.352941176471,200.980392156863,169.607843137255],[155.882352941176,179.411764705882,144.117647058824],[71.5686274509804,105.882352941176,52.9411764705882],[10.7843137254902,50,0],[81.3725490196078,122.549019607843,60.7843137254902],[180.392156862745,216.666666666667,163.725490196078],[63.7254901960784,92.156862745098,49.0196078431373],[78.4313725490196,100.980392156863,72.5490196078431],[168.627450980392,189.21568627451,174.509803921569],[89.2156862745098,111.764705882353,94.1176470588235],[61.7647058823529,93.1372549019608,56.8627450980392],[107.843137254902,146.078431372549,100],[163.725490196078,209.803921568627,158.823529411765],[106.862745098039,154.901960784314,100.980392156863],[82.3529411764706,125.490196078431,75.4901960784314],[75.4901960784314,114.705882352941,65.6862745098039],[57.843137254902,90.1960784313725,44.1176470588235],[51.9607843137255,80.3921568627451,33.3333333333333],[83.3333333333333,110.78431372549,60.7843137254902],[148.039215686275,172.549019607843,118.627450980392],[153.921568627451,177.450980392157,120.588235294118],[127.450980392157,147.058823529412,87.2549019607843],[134.313725490196,150,88.2352941176471],[78.4313725490196,90.1960784313725,27.4509803921569],[93.1372549019608,99.0196078431373,38.2352941176471],[98.0392156862745,99.0196078431373,42.156862745098],[97.0588235294118,92.156862745098,38.2352941176471],[88.2352941176471,83.3333333333333,28.4313725490196],[116.666666666667,115.686274509804,52.9411764705882],[163.725490196078,157.843137254902,97.0588235294118],[114.705882352941,101.960784313725,50],[73.5294117647059,55.8823529411765,10.7843137254902],[56.8627450980392,40.1960784313726,0],[87.2549019607843,69.6078431372549,32.3529411764706],[70.5882352941177,51.9607843137255,19.6078431372549],[86.2745098039216,65.6862745098039,37.2549019607843],[99.0196078431373,73.5294117647059,47.0588235294118],[35.2941176470588,9.80392156862745,0],[40.1960784313726,18.6274509803922,0],[64.7058823529412,49.0196078431373,33.3333333333333],[65.6862745098039,55.8823529411765,44.1176470588235],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[11.7647058823529,0.980392156862745,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[141.176470588235,139.21568627451,144.117647058824],[13.7254901960784,11.7647058823529,16.6666666666667],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[22.5490196078431,18.6274509803922,15.6862745098039],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[21.5686274509804,16.6666666666667,13.7254901960784],[12.7450980392157,7.84313725490196,4.90196078431373],[13.7254901960784,5.88235294117647,2.94117647058824],[31.3725490196078,20.5882352941176,16.6666666666667],[18.6274509803922,4.90196078431373,1.96078431372549],[24.5098039215686,11.7647058823529,5.88235294117647],[35.2941176470588,22.5490196078431,16.6666666666667],[24.5098039215686,11.7647058823529,5.88235294117647],[16.6666666666667,3.92156862745098,0],[22.5490196078431,9.80392156862745,3.92156862745098],[27.4509803921569,12.7450980392157,7.84313725490196],[25.4901960784314,10.7843137254902,5.88235294117647],[22.5490196078431,5.88235294117647,0],[32.3529411764706,15.6862745098039,8.82352941176471],[50,32.3529411764706,22.5490196078431],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,7.84313725490196],[53.921568627451,33.3333333333333,16.6666666666667],[30.3921568627451,8.82352941176471,0],[53.921568627451,30.3921568627451,0],[63.7254901960784,37.2549019607843,0],[87.2549019607843,53.921568627451,8.82352941176471],[135.294117647059,94.1176470588235,47.0588235294118],[153.921568627451,106.862745098039,59.8039215686275],[176.470588235294,126.470588235294,80.3921568627451],[166.666666666667,119.607843137255,74.5098039215686],[130.392156862745,88.2352941176471,46.078431372549],[134.313725490196,100,58.8235294117647],[131.372549019608,101.960784313725,64.7058823529412],[119.607843137255,96.078431372549,62.7450980392157],[77.4509803921569,54.9019607843137,24.5098039215686],[109.803921568627,84.3137254901961,57.843137254902],[97.0588235294118,69.6078431372549,46.078431372549],[84.3137254901961,50,28.4313725490196],[100.980392156863,70.5882352941177,43.1372549019608],[99.0196078431373,75.4901960784314,38.2352941176471],[85.2941176470588,60.7843137254902,20.5882352941176],[90.1960784313725,56.8627450980392,19.6078431372549],[161.764705882353,120.588235294118,79.4117647058823],[189.21568627451,144.117647058824,95.0980392156863],[146.078431372549,100.980392156863,43.1372549019608],[222.549019607843,185.294117647059,115.686274509804],[160.78431372549,133.333333333333,61.7647058823529],[126.470588235294,111.764705882353,46.078431372549],[131.372549019608,127.450980392157,65.6862745098039],[100.980392156863,104.901960784314,45.0980392156863],[125.490196078431,131.372549019608,68.6274509803922],[142.156862745098,148.039215686275,79.4117647058823],[193.137254901961,192.156862745098,129.411764705882],[184.313725490196,174.509803921569,126.470588235294],[173.529411764706,166.666666666667,125.490196078431],[133.333333333333,141.176470588235,100.980392156863],[106.862745098039,126.470588235294,92.156862745098],[95.0980392156863,122.549019607843,98.0392156862745],[82.3529411764706,112.745098039216,95.0980392156863],[45.0980392156863,73.5294117647059,55.8823529411765],[68.6274509803922,93.1372549019608,74.5098039215686],[146.078431372549,167.647058823529,147.058823529412],[109.803921568627,131.372549019608,110.78431372549],[91.1764705882353,115.686274509804,97.0588235294118],[124.509803921569,149.019607843137,130.392156862745],[56.8627450980392,78.4313725490196,57.843137254902],[76.4705882352941,96.078431372549,71.5686274509804],[131.372549019608,149.019607843137,123.529411764706],[173.529411764706,195.098039215686,174.509803921569],[146.078431372549,176.470588235294,161.764705882353],[173.529411764706,205.882352941176,195.098039215686],[199.019607843137,226.470588235294,212.745098039216],[180.392156862745,205.882352941176,193.137254901961],[194.117647058824,219.607843137255,206.862745098039],[184.313725490196,209.803921568627,197.058823529412],[205.882352941176,231.372549019608,218.627450980392],[158.823529411765,184.313725490196,171.56862745098],[142.156862745098,167.647058823529,154.901960784314],[140.196078431373,166.666666666667,150],[175.490196078431,201.960784313725,183.333333333333],[178.43137254902,202.941176470588,181.372549019608],[159.803921568627,183.333333333333,159.803921568627],[167.647058823529,190.196078431373,164.705882352941],[180.392156862745,198.039215686275,174.509803921569],[166.666666666667,180.392156862745,155.882352941176],[184.313725490196,196.078431372549,172.549019607843],[165.686274509804,174.509803921569,153.921568627451],[214.705882352941,221.56862745098,205.882352941176],[249.019607843137,250,234.313725490196],[222.549019607843,225.490196078431,197.058823529412],[218.627450980392,219.607843137255,189.21568627451],[242.156862745098,245.098039215686,224.509803921569],[201.960784313725,203.921568627451,182.352941176471],[173.529411764706,173.529411764706,140.196078431373],[227.450980392157,224.509803921569,184.313725490196],[250,249.019607843137,206.862745098039],[236.274509803922,237.254901960784,198.039215686275],[240.196078431373,246.078431372549,212.745098039216],[210.78431372549,218.627450980392,182.352941176471],[206.862745098039,218.627450980392,171.56862745098],[148.039215686275,164.705882352941,113.725490196078],[175.490196078431,198.039215686275,154.901960784314],[182.352941176471,206.862745098039,175.490196078431],[136.274509803922,160.78431372549,140.196078431373],[140.196078431373,166.666666666667,150],[107.843137254902,139.21568627451,116.666666666667],[60.7843137254902,98.0392156862745,77.4509803921569],[65.6862745098039,104.901960784314,96.078431372549],[41.1764705882353,81.3725490196078,75.4901960784314],[56.8627450980392,97.0588235294118,89.2156862745098],[61.7647058823529,102.941176470588,89.2156862745098],[72.5490196078431,115.686274509804,91.1764705882353],[112.745098039216,153.921568627451,130.392156862745],[66.6666666666667,106.862745098039,93.1372549019608],[60.7843137254902,99.0196078431373,94.1176470588235],[92.156862745098,129.411764705882,132.352941176471],[72.5490196078431,110.78431372549,115.686274509804],[73.5294117647059,112.745098039216,112.745098039216],[94.1176470588235,136.274509803922,127.450980392157],[154.901960784314,205.882352941176,184.313725490196],[135.294117647059,188.235294117647,162.745098039216],[105.882352941176,158.823529411765,136.274509803922],[59.8039215686275,109.803921568627,95.0980392156863],[88.2352941176471,134.313725490196,128.43137254902],[115.686274509804,158.823529411765,161.764705882353],[90.1960784313725,129.411764705882,139.21568627451],[120.588235294118,158.823529411765,175.490196078431],[100.980392156863,138.235294117647,158.823529411765],[105.882352941176,146.078431372549,167.647058823529],[82.3529411764706,123.529411764706,145.098039215686],[68.6274509803922,114.705882352941,130.392156862745],[68.6274509803922,121.56862745098,131.372549019608],[66.6666666666667,126.470588235294,129.411764705882],[90.1960784313725,154.901960784314,152.941176470588],[89.2156862745098,150.980392156863,143.137254901961],[108.823529411765,160.78431372549,150.980392156863],[88.2352941176471,135.294117647059,123.529411764706],[97.0588235294118,140.196078431373,127.450980392157],[94.1176470588235,134.313725490196,120.588235294118],[121.56862745098,157.843137254902,141.176470588235],[101.960784313725,132.352941176471,114.705882352941],[81.3725490196078,105.882352941176,85.2941176470588],[81.3725490196078,100,78.4313725490196],[82.3529411764706,100,74.5098039215686],[72.5490196078431,88.2352941176471,61.7647058823529],[86.2745098039216,104.901960784314,73.5294117647059],[123.529411764706,145.098039215686,109.803921568627],[115.686274509804,141.176470588235,102.941176470588],[155.882352941176,186.274509803922,145.098039215686],[140.196078431373,175.490196078431,132.352941176471],[169.607843137255,204.901960784314,161.764705882353],[116.666666666667,147.058823529412,106.862745098039],[64.7058823529412,91.1764705882353,50.9803921568627],[53.921568627451,74.5098039215686,34.3137254901961],[32.3529411764706,48.0392156862745,11.7647058823529],[68.6274509803922,84.3137254901961,57.843137254902],[76.4705882352941,97.0588235294118,64.7058823529412],[87.2549019607843,119.607843137255,65.6862745098039],[120.588235294118,158.823529411765,95.0980392156863],[129.411764705882,168.627450980392,107.843137254902],[180.392156862745,214.705882352941,161.764705882353],[118.627450980392,145.098039215686,102.941176470588],[84.3137254901961,103.921568627451,76.4705882352941],[173.529411764706,191.176470588235,179.411764705882],[105.882352941176,125.490196078431,113.725490196078],[35.2941176470588,65.6862745098039,32.3529411764706],[87.2549019607843,125.490196078431,79.4117647058823],[76.4705882352941,122.549019607843,71.5686274509804],[106.862745098039,152.941176470588,101.960784313725],[114.705882352941,155.882352941176,106.862745098039],[70.5882352941177,107.843137254902,59.8039215686275],[82.3529411764706,115.686274509804,66.6666666666667],[76.4705882352941,105.882352941176,56.8627450980392],[79.4117647058823,107.843137254902,54.9019607843137],[82.3529411764706,106.862745098039,52.9411764705882],[135.294117647059,158.823529411765,101.960784313725],[110.78431372549,132.352941176471,71.5686274509804],[103.921568627451,121.56862745098,60.7843137254902],[88.2352941176471,101.960784313725,42.156862745098],[87.2549019607843,97.0588235294118,38.2352941176471],[50.9803921568627,53.921568627451,0],[100,99.0196078431373,44.1176470588235],[94.1176470588235,92.156862745098,34.3137254901961],[91.1764705882353,90.1960784313725,24.5098039215686],[109.803921568627,104.901960784314,40.1960784313726],[70.5882352941177,53.921568627451,0.980392156862745],[68.6274509803922,47.0588235294118,0.980392156862745],[84.3137254901961,65.6862745098039,26.4705882352941],[82.3529411764706,64.7058823529412,29.4117647058824],[55.8823529411765,40.1960784313726,7.84313725490196],[100,81.3725490196078,51.9607843137255],[157.843137254902,131.372549019608,104.901960784314],[84.3137254901961,54.9019607843137,29.4117647058824],[17.6470588235294,0,0],[36.2745098039216,21.5686274509804,0.980392156862745],[50.9803921568627,45.0980392156863,31.3725490196078],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0]],[[110.78431372549,108.823529411765,113.725490196078],[0.980392156862745,0,3.92156862745098],[10.7843137254902,8.82352941176471,13.7254901960784],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,0.980392156862745],[3.92156862745098,2.94117647058824,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,9.80392156862745,6.86274509803922],[33.3333333333333,22.5490196078431,18.6274509803922],[31.3725490196078,18.6274509803922,12.7450980392157],[25.4901960784314,12.7450980392157,4.90196078431373],[40.1960784313726,26.4705882352941,17.6470588235294],[48.0392156862745,34.3137254901961,23.5294117647059],[24.5098039215686,10.7843137254902,0],[20.5882352941176,6.86274509803922,0],[57.843137254902,42.156862745098,29.4117647058824],[31.3725490196078,15.6862745098039,0.980392156862745],[25.4901960784314,9.80392156862745,0],[20.5882352941176,2.94117647058824,0],[20.5882352941176,3.92156862745098,0],[20.5882352941176,1.96078431372549,0],[46.078431372549,27.4509803921569,12.7450980392157],[63.7254901960784,43.1372549019608,26.4705882352941],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,0],[53.921568627451,36.2745098039216,0],[115.686274509804,89.2156862745098,47.0588235294118],[125.490196078431,92.156862745098,45.0980392156863],[109.803921568627,67.6470588235294,17.6470588235294],[148.039215686275,101.960784313725,49.0196078431373],[168.627450980392,122.549019607843,69.6078431372549],[191.176470588235,146.078431372549,97.0588235294118],[182.352941176471,145.098039215686,99.0196078431373],[144.117647058824,111.764705882353,71.5686274509804],[133.333333333333,105.882352941176,69.6078431372549],[60.7843137254902,34.3137254901961,4.90196078431373],[110.78431372549,84.3137254901961,55.8823529411765],[118.627450980392,88.2352941176471,60.7843137254902],[89.2156862745098,53.921568627451,28.4313725490196],[100,69.6078431372549,41.1764705882353],[110.78431372549,92.156862745098,52.9411764705882],[121.56862745098,102.941176470588,61.7647058823529],[165.686274509804,136.274509803922,100.980392156863],[198.039215686275,160.78431372549,122.549019607843],[149.019607843137,106.862745098039,56.8627450980392],[145.098039215686,104.901960784314,44.1176470588235],[190.196078431373,156.862745098039,86.2745098039216],[227.450980392157,203.921568627451,131.372549019608],[165.686274509804,156.862745098039,91.1764705882353],[128.43137254902,128.43137254902,65.6862745098039],[133.333333333333,144.117647058824,79.4117647058823],[120.588235294118,132.352941176471,67.6470588235294],[170.588235294118,180.392156862745,110.78431372549],[219.607843137255,221.56862745098,157.843137254902],[231.372549019608,223.529411764706,175.490196078431],[217.647058823529,208.823529411765,168.627450980392],[215.686274509804,216.666666666667,175.490196078431],[195.098039215686,206.862745098039,169.607843137255],[202.941176470588,225.490196078431,200],[171.56862745098,195.098039215686,179.411764705882],[94.1176470588235,117.647058823529,103.921568627451],[103.921568627451,126.470588235294,110.78431372549],[128.43137254902,149.019607843137,130.392156862745],[137.254901960784,160.78431372549,139.21568627451],[110.78431372549,139.21568627451,117.647058823529],[107.843137254902,137.254901960784,113.725490196078],[130.392156862745,158.823529411765,131.372549019608],[167.647058823529,193.137254901961,164.705882352941],[211.764705882353,237.254901960784,208.823529411765],[220.588235294118,250,228.43137254902],[198.039215686275,239.21568627451,225.490196078431],[186.274509803922,228.43137254902,218.627450980392],[152.941176470588,188.235294117647,176.470588235294],[101.960784313725,135.294117647059,121.56862745098],[131.372549019608,163.725490196078,152.941176470588],[169.607843137255,201.960784313725,193.137254901961],[179.411764705882,211.764705882353,202.941176470588],[99.0196078431373,131.372549019608,122.549019607843],[131.372549019608,163.725490196078,154.901960784314],[128.43137254902,159.803921568627,147.058823529412],[109.803921568627,142.156862745098,125.490196078431],[119.607843137255,150.980392156863,130.392156862745],[181.372549019608,208.823529411765,186.274509803922],[205.882352941176,231.372549019608,206.862745098039],[209.803921568627,231.372549019608,208.823529411765],[197.058823529412,215.686274509804,194.117647058824],[177.450980392157,192.156862745098,171.56862745098],[157.843137254902,170.588235294118,152.941176470588],[184.313725490196,194.117647058824,183.333333333333],[227.450980392157,233.333333333333,219.607843137255],[230.392156862745,230.392156862745,206.862745098039],[199.019607843137,197.058823529412,172.549019607843],[234.313725490196,239.21568627451,219.607843137255],[200,202.941176470588,182.352941176471],[182.352941176471,179.411764705882,147.058823529412],[192.156862745098,188.235294117647,150.980392156863],[233.333333333333,230.392156862745,190.196078431373],[191.176470588235,193.137254901961,154.901960784314],[193.137254901961,203.921568627451,172.549019607843],[173.529411764706,187.254901960784,154.901960784314],[169.607843137255,182.352941176471,140.196078431373],[151.960784313725,166.666666666667,124.509803921569],[156.862745098039,180.392156862745,145.098039215686],[141.176470588235,166.666666666667,140.196078431373],[116.666666666667,139.21568627451,119.607843137255],[131.372549019608,157.843137254902,139.21568627451],[61.7647058823529,94.1176470588235,73.5294117647059],[63.7254901960784,104.901960784314,85.2941176470588],[77.4509803921569,119.607843137255,110.78431372549],[28.4313725490196,72.5490196078431,67.6470588235294],[28.4313725490196,70.5882352941177,63.7254901960784],[53.921568627451,95.0980392156863,83.3333333333333],[112.745098039216,155.882352941176,131.372549019608],[123.529411764706,166.666666666667,140.196078431373],[121.56862745098,165.686274509804,146.078431372549],[76.4705882352941,118.627450980392,111.764705882353],[58.8235294117647,99.0196078431373,102.941176470588],[73.5294117647059,113.725490196078,119.607843137255],[69.6078431372549,107.843137254902,106.862745098039],[67.6470588235294,108.823529411765,99.0196078431373],[103.921568627451,154.901960784314,133.333333333333],[130.392156862745,183.333333333333,159.803921568627],[100,150.980392156863,129.411764705882],[123.529411764706,169.607843137255,153.921568627451],[140.196078431373,182.352941176471,173.529411764706],[153.921568627451,193.137254901961,192.156862745098],[200,236.274509803922,242.156862745098],[152.941176470588,188.235294117647,200],[117.647058823529,153.921568627451,171.56862745098],[88.2352941176471,125.490196078431,144.117647058824],[83.3333333333333,125.490196078431,144.117647058824],[78.4313725490196,126.470588235294,143.137254901961],[70.5882352941177,126.470588235294,137.254901960784],[69.6078431372549,131.372549019608,138.235294117647],[86.2745098039216,152.941176470588,153.921568627451],[88.2352941176471,151.960784313725,148.039215686275],[114.705882352941,166.666666666667,158.823529411765],[106.862745098039,151.960784313725,141.176470588235],[75.4901960784314,116.666666666667,104.901960784314],[79.4117647058823,116.666666666667,103.921568627451],[113.725490196078,145.098039215686,130.392156862745],[127.450980392157,153.921568627451,137.254901960784],[131.372549019608,151.960784313725,133.333333333333],[120.588235294118,137.254901960784,118.627450980392],[64.7058823529412,79.4117647058823,56.8627450980392],[79.4117647058823,95.0980392156863,68.6274509803922],[100,118.627450980392,87.2549019607843],[96.078431372549,117.647058823529,82.3529411764706],[127.450980392157,152.941176470588,114.705882352941],[133.333333333333,160.78431372549,120.588235294118],[148.039215686275,178.43137254902,137.254901960784],[149.019607843137,179.411764705882,139.21568627451],[57.843137254902,84.3137254901961,50],[42.156862745098,65.6862745098039,32.3529411764706],[62.7450980392157,80.3921568627451,43.1372549019608],[78.4313725490196,93.1372549019608,60.7843137254902],[83.3333333333333,97.0588235294118,74.5098039215686],[35.2941176470588,55.8823529411765,25.4901960784314],[106.862745098039,139.21568627451,85.2941176470588],[140.196078431373,178.43137254902,116.666666666667],[100.980392156863,140.196078431373,81.3725490196078],[170.588235294118,204.901960784314,151.960784313725],[142.156862745098,168.627450980392,124.509803921569],[87.2549019607843,107.843137254902,77.4509803921569],[33.3333333333333,49.0196078431373,39.2156862745098],[22.5490196078431,42.156862745098,31.3725490196078],[37.2549019607843,65.6862745098039,35.2941176470588],[85.2941176470588,121.56862745098,78.4313725490196],[51.9607843137255,95.0980392156863,47.0588235294118],[158.823529411765,201.960784313725,151.960784313725],[124.509803921569,163.725490196078,114.705882352941],[87.2549019607843,123.529411764706,73.5294117647059],[59.8039215686275,91.1764705882353,42.156862745098],[72.5490196078431,100,50],[118.627450980392,145.098039215686,93.1372549019608],[121.56862745098,146.078431372549,92.156862745098],[110.78431372549,135.294117647059,79.4117647058823],[105.882352941176,129.411764705882,70.5882352941177],[110.78431372549,130.392156862745,70.5882352941177],[59.8039215686275,77.4509803921569,18.6274509803922],[63.7254901960784,77.4509803921569,19.6078431372549],[39.2156862745098,49.0196078431373,0],[96.078431372549,100.980392156863,44.1176470588235],[154.901960784314,155.882352941176,97.0588235294118],[151.960784313725,152.941176470588,84.3137254901961],[133.333333333333,126.470588235294,59.8039215686275],[112.745098039216,94.1176470588235,39.2156862745098],[99.0196078431373,75.4901960784314,30.3921568627451],[82.3529411764706,63.7254901960784,24.5098039215686],[66.6666666666667,49.0196078431373,13.7254901960784],[43.1372549019608,27.4509803921569,0],[33.3333333333333,14.7058823529412,0],[72.5490196078431,43.1372549019608,15.6862745098039],[48.0392156862745,18.6274509803922,0],[56.8627450980392,33.3333333333333,7.84313725490196],[61.7647058823529,47.0588235294118,26.4705882352941],[13.7254901960784,7.84313725490196,0],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,1.96078431372549],[12.7450980392157,0,8.82352941176471],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[15.6862745098039,6.86274509803922,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,10.7843137254902,9.80392156862745],[18.6274509803922,8.82352941176471,7.84313725490196],[17.6470588235294,7.84313725490196,6.86274509803922],[22.5490196078431,8.82352941176471,7.84313725490196],[18.6274509803922,3.92156862745098,0.980392156862745],[35.2941176470588,20.5882352941176,13.7254901960784],[34.3137254901961,17.6470588235294,7.84313725490196],[54.9019607843137,39.2156862745098,23.5294117647059],[66.6666666666667,51.9607843137255,31.3725490196078],[21.5686274509804,7.84313725490196,0],[56.8627450980392,42.156862745098,13.7254901960784],[72.5490196078431,57.843137254902,27.4509803921569],[45.0980392156863,30.3921568627451,1.96078431372549],[44.1176470588235,27.4509803921569,1.96078431372549],[53.921568627451,36.2745098039216,14.7058823529412],[46.078431372549,27.4509803921569,10.7843137254902],[65.6862745098039,47.0588235294118,33.3333333333333],[50,30.3921568627451,21.5686274509804],[25.4901960784314,5.88235294117647,0],[32.3529411764706,16.6666666666667,0.980392156862745],[44.1176470588235,28.4313725490196,5.88235294117647],[127.450980392157,106.862745098039,76.4705882352941],[117.647058823529,90.1960784313725,51.9607843137255],[100.980392156863,69.6078431372549,23.5294117647059],[148.039215686275,111.764705882353,60.7843137254902],[133.333333333333,93.1372549019608,42.156862745098],[160.78431372549,120.588235294118,69.6078431372549],[186.274509803922,147.058823529412,99.0196078431373],[136.274509803922,100,55.8823529411765],[117.647058823529,85.2941176470588,45.0980392156863],[112.745098039216,81.3725490196078,43.1372549019608],[123.529411764706,94.1176470588235,56.8627450980392],[110.78431372549,81.3725490196078,44.1176470588235],[130.392156862745,101.960784313725,62.7450980392157],[146.078431372549,121.56862745098,81.3725490196078],[131.372549019608,118.627450980392,75.4901960784314],[124.509803921569,111.764705882353,70.5882352941177],[199.019607843137,173.529411764706,141.176470588235],[144.117647058824,110.78431372549,74.5098039215686],[129.411764705882,90.1960784313725,40.1960784313726],[163.725490196078,126.470588235294,64.7058823529412],[182.352941176471,152.941176470588,82.3529411764706],[203.921568627451,184.313725490196,112.745098039216],[195.098039215686,190.196078431373,125.490196078431],[204.901960784314,210.78431372549,148.039215686275],[172.549019607843,187.254901960784,121.56862745098],[132.352941176471,149.019607843137,82.3529411764706],[122.549019607843,135.294117647059,67.6470588235294],[223.529411764706,229.411764705882,168.627450980392],[205.882352941176,201.960784313725,155.882352941176],[228.43137254902,220.588235294118,182.352941176471],[243.137254901961,238.235294117647,200.980392156863],[218.627450980392,222.549019607843,190.196078431373],[209.803921568627,222.549019607843,202.941176470588],[188.235294117647,208.823529411765,194.117647058824],[169.607843137255,189.21568627451,177.450980392157],[117.647058823529,138.235294117647,123.529411764706],[98.0392156862745,116.666666666667,97.0588235294118],[147.058823529412,168.627450980392,146.078431372549],[91.1764705882353,118.627450980392,96.078431372549],[94.1176470588235,123.529411764706,96.078431372549],[158.823529411765,187.254901960784,156.862745098039],[196.078431372549,225.490196078431,190.196078431373],[148.039215686275,177.450980392157,142.156862745098],[194.117647058824,230.392156862745,198.039215686275],[169.607843137255,216.666666666667,195.098039215686],[118.627450980392,168.627450980392,151.960784313725],[105.882352941176,149.019607843137,132.352941176471],[109.803921568627,150,136.274509803922],[163.725490196078,204.901960784314,193.137254901961],[206.862745098039,247.058823529412,239.21568627451],[139.21568627451,179.411764705882,173.529411764706],[126.470588235294,166.666666666667,160.78431372549],[139.21568627451,178.43137254902,170.588235294118],[153.921568627451,193.137254901961,184.313725490196],[86.2745098039216,121.56862745098,107.843137254902],[132.352941176471,165.686274509804,149.019607843137],[180.392156862745,211.764705882353,191.176470588235],[186.274509803922,215.686274509804,192.156862745098],[169.607843137255,194.117647058824,172.549019607843],[167.647058823529,191.176470588235,169.607843137255],[178.43137254902,200,179.411764705882],[159.803921568627,176.470588235294,160.78431372549],[214.705882352941,225.490196078431,219.607843137255],[210.78431372549,215.686274509804,209.803921568627],[241.176470588235,237.254901960784,226.470588235294],[235.294117647059,232.352941176471,215.686274509804],[200.980392156863,202.941176470588,181.372549019608],[151.960784313725,154.901960784314,124.509803921569],[219.607843137255,215.686274509804,178.43137254902],[212.745098039216,207.843137254902,166.666666666667],[207.843137254902,206.862745098039,163.725490196078],[211.764705882353,217.647058823529,174.509803921569],[156.862745098039,171.56862745098,133.333333333333],[186.274509803922,202.941176470588,167.647058823529],[176.470588235294,191.176470588235,160.78431372549],[187.254901960784,202.941176470588,177.450980392157],[189.21568627451,213.725490196078,192.156862745098],[91.1764705882353,117.647058823529,99.0196078431373],[120.588235294118,143.137254901961,125.490196078431],[99.0196078431373,123.529411764706,104.901960784314],[62.7450980392157,97.0588235294118,75.4901960784314],[106.862745098039,148.039215686275,128.43137254902],[65.6862745098039,107.843137254902,98.0392156862745],[45.0980392156863,89.2156862745098,84.3137254901961],[38.2352941176471,82.3529411764706,79.4117647058823],[54.9019607843137,97.0588235294118,88.2352941176471],[71.5686274509804,115.686274509804,93.1372549019608],[117.647058823529,162.745098039216,135.294117647059],[112.745098039216,156.862745098039,136.274509803922],[80.3921568627451,125.490196078431,114.705882352941],[68.6274509803922,111.764705882353,114.705882352941],[76.4705882352941,116.666666666667,122.549019607843],[88.2352941176471,125.490196078431,126.470588235294],[81.3725490196078,121.56862745098,113.725490196078],[110.78431372549,157.843137254902,142.156862745098],[92.156862745098,142.156862745098,123.529411764706],[107.843137254902,153.921568627451,134.313725490196],[158.823529411765,201.960784313725,185.294117647059],[164.705882352941,204.901960784314,191.176470588235],[157.843137254902,195.098039215686,184.313725490196],[176.470588235294,211.764705882353,207.843137254902],[109.803921568627,144.117647058824,146.078431372549],[82.3529411764706,118.627450980392,126.470588235294],[95.0980392156863,134.313725490196,146.078431372549],[88.2352941176471,133.333333333333,148.039215686275],[83.3333333333333,134.313725490196,148.039215686275],[84.3137254901961,141.176470588235,152.941176470588],[71.5686274509804,133.333333333333,142.156862745098],[67.6470588235294,133.333333333333,139.21568627451],[93.1372549019608,155.882352941176,155.882352941176],[116.666666666667,165.686274509804,162.745098039216],[102.941176470588,145.098039215686,138.235294117647],[86.2745098039216,125.490196078431,117.647058823529],[124.509803921569,159.803921568627,150],[118.627450980392,148.039215686275,136.274509803922],[113.725490196078,137.254901960784,124.509803921569],[87.2549019607843,107.843137254902,93.1372549019608],[103.921568627451,120.588235294118,102.941176470588],[114.705882352941,129.411764705882,108.823529411765],[85.2941176470588,100,77.4509803921569],[98.0392156862745,116.666666666667,89.2156862745098],[160.78431372549,181.372549019608,150.980392156863],[141.176470588235,164.705882352941,131.372549019608],[159.803921568627,185.294117647059,149.019607843137],[101.960784313725,129.411764705882,92.156862745098],[62.7450980392157,89.2156862745098,54.9019607843137],[49.0196078431373,72.5490196078431,47.0588235294118],[44.1176470588235,63.7254901960784,39.2156862745098],[38.2352941176471,52.9411764705882,24.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[72.5490196078431,85.2941176470588,67.6470588235294],[83.3333333333333,100.980392156863,75.4901960784314],[133.333333333333,161.764705882353,114.705882352941],[98.0392156862745,132.352941176471,75.4901960784314],[99.0196078431373,135.294117647059,82.3529411764706],[124.509803921569,157.843137254902,108.823529411765],[88.2352941176471,114.705882352941,70.5882352941177],[77.4509803921569,98.0392156862745,65.6862745098039],[4.90196078431373,22.5490196078431,8.82352941176471],[54.9019607843137,74.5098039215686,62.7450980392157],[44.1176470588235,72.5490196078431,42.156862745098],[132.352941176471,168.627450980392,125.490196078431],[211.764705882353,250,203.921568627451],[164.705882352941,201.960784313725,153.921568627451],[130.392156862745,165.686274509804,118.627450980392],[82.3529411764706,113.725490196078,65.6862745098039],[77.4509803921569,104.901960784314,56.8627450980392],[84.3137254901961,109.803921568627,62.7450980392157],[143.137254901961,166.666666666667,117.647058823529],[155.882352941176,179.411764705882,128.43137254902],[115.686274509804,140.196078431373,86.2745098039216],[98.0392156862745,120.588235294118,67.6470588235294],[78.4313725490196,100.980392156863,46.078431372549],[65.6862745098039,86.2745098039216,30.3921568627451],[113.725490196078,131.372549019608,74.5098039215686],[145.098039215686,159.803921568627,101.960784313725],[183.333333333333,194.117647058824,135.294117647059],[152.941176470588,158.823529411765,98.0392156862745],[163.725490196078,164.705882352941,96.078431372549],[179.411764705882,170.588235294118,102.941176470588],[107.843137254902,87.2549019607843,31.3725490196078],[83.3333333333333,56.8627450980392,10.7843137254902],[84.3137254901961,62.7450980392157,22.5490196078431],[62.7450980392157,45.0980392156863,9.80392156862745],[77.4509803921569,61.7647058823529,29.4117647058824],[68.6274509803922,48.0392156862745,17.6470588235294],[52.9411764705882,23.5294117647059,0],[26.4705882352941,0,0],[50.9803921568627,27.4509803921569,3.92156862745098],[39.2156862745098,24.5098039215686,3.92156862745098],[7.84313725490196,1.96078431372549,0],[3.92156862745098,0,0],[17.6470588235294,4.90196078431373,13.7254901960784],[7.84313725490196,0,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[28.4313725490196,24.5098039215686,21.5686274509804],[49.0196078431373,45.0980392156863,42.156862745098],[19.6078431372549,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,2.94117647058824]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0],[4.90196078431373,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[18.6274509803922,9.80392156862745,12.7450980392157],[19.6078431372549,10.7843137254902,11.7647058823529],[12.7450980392157,3.92156862745098,4.90196078431373],[16.6666666666667,7.84313725490196,8.82352941176471],[22.5490196078431,12.7450980392157,11.7647058823529],[22.5490196078431,12.7450980392157,11.7647058823529],[21.5686274509804,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,8.82352941176471],[26.4705882352941,15.6862745098039,13.7254901960784],[29.4117647058824,15.6862745098039,12.7450980392157],[18.6274509803922,3.92156862745098,0],[32.3529411764706,15.6862745098039,7.84313725490196],[23.5294117647059,7.84313725490196,0],[36.2745098039216,21.5686274509804,2.94117647058824],[83.3333333333333,69.6078431372549,44.1176470588235],[102.941176470588,88.2352941176471,57.843137254902],[52.9411764705882,39.2156862745098,4.90196078431373],[137.254901960784,123.529411764706,87.2549019607843],[60.7843137254902,47.0588235294118,12.7450980392157],[75.4901960784314,59.8039215686275,27.4509803921569],[71.5686274509804,54.9019607843137,29.4117647058824],[70.5882352941177,52.9411764705882,33.3333333333333],[49.0196078431373,31.3725490196078,17.6470588235294],[36.2745098039216,18.6274509803922,8.82352941176471],[39.2156862745098,19.6078431372549,10.7843137254902],[41.1764705882353,17.6470588235294,5.88235294117647],[56.8627450980392,34.3137254901961,16.6666666666667],[70.5882352941177,47.0588235294118,21.5686274509804],[143.137254901961,120.588235294118,89.2156862745098],[92.156862745098,69.6078431372549,29.4117647058824],[72.5490196078431,46.078431372549,1.96078431372549],[106.862745098039,77.4509803921569,28.4313725490196],[139.21568627451,107.843137254902,57.843137254902],[140.196078431373,104.901960784314,57.843137254902],[205.882352941176,170.588235294118,123.529411764706],[112.745098039216,76.4705882352941,32.3529411764706],[94.1176470588235,61.7647058823529,17.6470588235294],[126.470588235294,98.0392156862745,54.9019607843137],[147.058823529412,123.529411764706,78.4313725490196],[120.588235294118,99.0196078431373,52.9411764705882],[124.509803921569,107.843137254902,62.7450980392157],[58.8235294117647,50.9803921568627,5.88235294117647],[87.2549019607843,78.4313725490196,38.2352941176471],[106.862745098039,87.2549019607843,54.9019607843137],[75.4901960784314,48.0392156862745,11.7647058823529],[108.823529411765,76.4705882352941,24.5098039215686],[163.725490196078,133.333333333333,70.5882352941177],[162.745098039216,139.21568627451,70.5882352941177],[189.21568627451,175.490196078431,105.882352941176],[145.098039215686,144.117647058824,81.3725490196078],[111.764705882353,120.588235294118,58.8235294117647],[169.607843137255,185.294117647059,121.56862745098],[190.196078431373,208.823529411765,144.117647058824],[153.921568627451,167.647058823529,106.862745098039],[199.019607843137,207.843137254902,151.960784313725],[164.705882352941,163.725490196078,118.627450980392],[189.21568627451,184.313725490196,145.098039215686],[216.666666666667,211.764705882353,174.509803921569],[250,250,219.607843137255],[191.176470588235,204.901960784314,180.392156862745],[185.294117647059,205.882352941176,187.254901960784],[193.137254901961,215.686274509804,196.078431372549],[158.823529411765,182.352941176471,160.78431372549],[142.156862745098,164.705882352941,139.21568627451],[123.529411764706,147.058823529412,121.56862745098],[147.058823529412,174.509803921569,151.960784313725],[182.352941176471,211.764705882353,186.274509803922],[197.058823529412,222.549019607843,194.117647058824],[159.803921568627,186.274509803922,155.882352941176],[138.235294117647,164.705882352941,132.352941176471],[217.647058823529,250,220.588235294118],[140.196078431373,187.254901960784,163.725490196078],[78.4313725490196,128.43137254902,109.803921568627],[144.117647058824,190.196078431373,172.549019607843],[190.196078431373,236.274509803922,220.588235294118],[182.352941176471,227.450980392157,216.666666666667],[173.529411764706,219.607843137255,211.764705882353],[103.921568627451,149.019607843137,146.078431372549],[155.882352941176,200.980392156863,198.039215686275],[126.470588235294,170.588235294118,165.686274509804],[171.56862745098,213.725490196078,206.862745098039],[168.627450980392,207.843137254902,197.058823529412],[118.627450980392,154.901960784314,138.235294117647],[158.823529411765,191.176470588235,172.549019607843],[150.980392156863,182.352941176471,159.803921568627],[120.588235294118,149.019607843137,127.450980392157],[160.78431372549,188.235294117647,166.666666666667],[187.254901960784,211.764705882353,191.176470588235],[174.509803921569,195.098039215686,180.392156862745],[239.21568627451,250,244.117647058824],[230.392156862745,235.294117647059,231.372549019608],[242.156862745098,241.176470588235,236.274509803922],[227.450980392157,223.529411764706,211.764705882353],[187.254901960784,186.274509803922,158.823529411765],[153.921568627451,150.980392156863,116.666666666667],[159.803921568627,154.901960784314,117.647058823529],[193.137254901961,190.196078431373,148.039215686275],[224.509803921569,225.490196078431,182.352941176471],[221.56862745098,228.43137254902,185.294117647059],[200,214.705882352941,172.549019607843],[148.039215686275,167.647058823529,131.372549019608],[146.078431372549,163.725490196078,140.196078431373],[177.450980392157,198.039215686275,181.372549019608],[133.333333333333,159.803921568627,143.137254901961],[77.4509803921569,103.921568627451,89.2156862745098],[74.5098039215686,98.0392156862745,82.3529411764706],[108.823529411765,132.352941176471,116.666666666667],[90.1960784313725,121.56862745098,100.980392156863],[87.2549019607843,124.509803921569,103.921568627451],[31.3725490196078,72.5490196078431,58.8235294117647],[40.1960784313726,82.3529411764706,75.4901960784314],[50,93.1372549019608,92.156862745098],[66.6666666666667,110.78431372549,105.882352941176],[80.3921568627451,126.470588235294,108.823529411765],[101.960784313725,147.058823529412,121.56862745098],[124.509803921569,167.647058823529,143.137254901961],[75.4901960784314,117.647058823529,99.0196078431373],[71.5686274509804,110.78431372549,109.803921568627],[101.960784313725,140.196078431373,145.098039215686],[74.5098039215686,113.725490196078,115.686274509804],[75.4901960784314,116.666666666667,114.705882352941],[115.686274509804,160.78431372549,150.980392156863],[59.8039215686275,105.882352941176,90.1960784313725],[100.980392156863,144.117647058824,127.450980392157],[150.980392156863,191.176470588235,173.529411764706],[159.803921568627,196.078431372549,178.43137254902],[145.098039215686,181.372549019608,164.705882352941],[93.1372549019608,128.43137254902,118.627450980392],[64.7058823529412,100,96.078431372549],[76.4705882352941,115.686274509804,115.686274509804],[82.3529411764706,124.509803921569,130.392156862745],[85.2941176470588,132.352941176471,142.156862745098],[88.2352941176471,139.21568627451,151.960784313725],[93.1372549019608,148.039215686275,160.78431372549],[91.1764705882353,150,160.78431372549],[85.2941176470588,148.039215686275,156.862745098039],[90.1960784313725,150,154.901960784314],[121.56862745098,170.588235294118,169.607843137255],[145.098039215686,186.274509803922,182.352941176471],[164.705882352941,202.941176470588,198.039215686275],[141.176470588235,175.490196078431,169.607843137255],[107.843137254902,137.254901960784,129.411764705882],[70.5882352941177,93.1372549019608,83.3333333333333],[71.5686274509804,91.1764705882353,79.4117647058823],[80.3921568627451,98.0392156862745,82.3529411764706],[59.8039215686275,76.4705882352941,58.8235294117647],[57.843137254902,75.4901960784314,53.921568627451],[118.627450980392,138.235294117647,111.764705882353],[97.0588235294118,116.666666666667,89.2156862745098],[58.8235294117647,79.4117647058823,49.0196078431373],[100,123.529411764706,90.1960784313725],[78.4313725490196,101.960784313725,68.6274509803922],[42.156862745098,61.7647058823529,34.3137254901961],[59.8039215686275,78.4313725490196,59.8039215686275],[87.2549019607843,100.980392156863,84.3137254901961],[63.7254901960784,73.5294117647059,49.0196078431373],[28.4313725490196,38.2352941176471,13.7254901960784],[47.0588235294118,57.843137254902,41.1764705882353],[106.862745098039,121.56862745098,99.0196078431373],[48.0392156862745,74.5098039215686,34.3137254901961],[113.725490196078,147.058823529412,98.0392156862745],[159.803921568627,193.137254901961,144.117647058824],[35.2941176470588,66.6666666666667,20.5882352941176],[64.7058823529412,91.1764705882353,47.0588235294118],[74.5098039215686,96.078431372549,60.7843137254902],[52.9411764705882,71.5686274509804,52.9411764705882],[27.4509803921569,50,32.3529411764706],[45.0980392156863,75.4901960784314,44.1176470588235],[153.921568627451,188.235294117647,147.058823529412],[189.21568627451,224.509803921569,179.411764705882],[151.960784313725,184.313725490196,138.235294117647],[116.666666666667,148.039215686275,100],[68.6274509803922,96.078431372549,48.0392156862745],[108.823529411765,132.352941176471,85.2941176470588],[114.705882352941,136.274509803922,90.1960784313725],[121.56862745098,143.137254901961,95.0980392156863],[101.960784313725,123.529411764706,75.4901960784314],[125.490196078431,147.058823529412,99.0196078431373],[84.3137254901961,107.843137254902,56.8627450980392],[50.9803921568627,73.5294117647059,20.5882352941176],[72.5490196078431,95.0980392156863,40.1960784313726],[84.3137254901961,104.901960784314,47.0588235294118],[115.686274509804,135.294117647059,75.4901960784314],[150,165.686274509804,104.901960784314],[128.43137254902,139.21568627451,74.5098039215686],[117.647058823529,119.607843137255,48.0392156862745],[147.058823529412,138.235294117647,70.5882352941177],[135.294117647059,114.705882352941,58.8235294117647],[91.1764705882353,68.6274509803922,19.6078431372549],[67.6470588235294,47.0588235294118,4.90196078431373],[34.3137254901961,14.7058823529412,0],[65.6862745098039,47.0588235294118,14.7058823529412],[76.4705882352941,55.8823529411765,25.4901960784314],[54.9019607843137,25.4901960784314,0],[49.0196078431373,19.6078431372549,0],[100,78.4313725490196,55.8823529411765],[61.7647058823529,47.0588235294118,28.4313725490196],[11.7647058823529,5.88235294117647,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,0,3.92156862745098],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[14.7058823529412,10.7843137254902,7.84313725490196],[26.4705882352941,22.5490196078431,19.6078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549]],[[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,1.96078431372549],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,10.7843137254902],[11.7647058823529,1.96078431372549,2.94117647058824],[17.6470588235294,5.88235294117647,7.84313725490196],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[16.6666666666667,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[20.5882352941176,6.86274509803922,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[22.5490196078431,8.82352941176471,0],[26.4705882352941,12.7450980392157,0],[49.0196078431373,33.3333333333333,18.6274509803922],[33.3333333333333,17.6470588235294,1.96078431372549],[28.4313725490196,13.7254901960784,0],[66.6666666666667,51.9607843137255,29.4117647058824],[140.196078431373,124.509803921569,99.0196078431373],[119.607843137255,104.901960784314,74.5098039215686],[120.588235294118,105.882352941176,73.5294117647059],[90.1960784313725,75.4901960784314,43.1372549019608],[59.8039215686275,45.0980392156863,14.7058823529412],[60.7843137254902,46.078431372549,17.6470588235294],[55.8823529411765,40.1960784313726,17.6470588235294],[54.9019607843137,38.2352941176471,20.5882352941176],[55.8823529411765,38.2352941176471,24.5098039215686],[49.0196078431373,26.4705882352941,12.7450980392157],[72.5490196078431,36.2745098039216,17.6470588235294],[67.6470588235294,28.4313725490196,3.92156862745098],[79.4117647058823,50,22.5490196078431],[95.0980392156863,72.5490196078431,42.156862745098],[84.3137254901961,70.5882352941177,36.2745098039216],[88.2352941176471,76.4705882352941,39.2156862745098],[96.078431372549,81.3725490196078,41.1764705882353],[123.529411764706,104.901960784314,62.7450980392157],[129.411764705882,102.941176470588,56.8627450980392],[197.058823529412,165.686274509804,119.607843137255],[144.117647058824,108.823529411765,61.7647058823529],[113.725490196078,80.3921568627451,35.2941176470588],[101.960784313725,75.4901960784314,29.4117647058824],[132.352941176471,114.705882352941,67.6470588235294],[139.21568627451,128.43137254902,83.3333333333333],[119.607843137255,112.745098039216,67.6470588235294],[97.0588235294118,93.1372549019608,49.0196078431373],[112.745098039216,104.901960784314,66.6666666666667],[66.6666666666667,50.9803921568627,17.6470588235294],[69.6078431372549,46.078431372549,8.82352941176471],[78.4313725490196,53.921568627451,0.980392156862745],[158.823529411765,134.313725490196,71.5686274509804],[144.117647058824,125.490196078431,60.7843137254902],[197.058823529412,186.274509803922,121.56862745098],[139.21568627451,139.21568627451,78.4313725490196],[77.4509803921569,85.2941176470588,26.4705882352941],[162.745098039216,178.43137254902,114.705882352941],[197.058823529412,215.686274509804,152.941176470588],[151.960784313725,166.666666666667,110.78431372549],[193.137254901961,202.941176470588,151.960784313725],[192.156862745098,195.098039215686,149.019607843137],[191.176470588235,192.156862745098,150.980392156863],[156.862745098039,157.843137254902,116.666666666667],[221.56862745098,227.450980392157,190.196078431373],[215.686274509804,236.274509803922,203.921568627451],[138.235294117647,166.666666666667,136.274509803922],[191.176470588235,222.549019607843,186.274509803922],[206.862745098039,238.235294117647,201.960784313725],[201.960784313725,228.43137254902,194.117647058824],[189.21568627451,215.686274509804,185.294117647059],[197.058823529412,224.509803921569,202.941176470588],[203.921568627451,227.450980392157,211.764705882353],[201.960784313725,222.549019607843,207.843137254902],[215.686274509804,233.333333333333,217.647058823529],[177.450980392157,196.078431372549,176.470588235294],[216.666666666667,244.117647058824,222.549019607843],[142.156862745098,182.352941176471,164.705882352941],[85.2941176470588,131.372549019608,115.686274509804],[166.666666666667,212.745098039216,195.098039215686],[129.411764705882,175.490196078431,159.803921568627],[155.882352941176,201.960784313725,192.156862745098],[179.411764705882,227.450980392157,223.529411764706],[108.823529411765,157.843137254902,156.862745098039],[68.6274509803922,117.647058823529,118.627450980392],[75.4901960784314,122.549019607843,122.549019607843],[95.0980392156863,139.21568627451,136.274509803922],[160.78431372549,200.980392156863,193.137254901961],[162.745098039216,200,187.254901960784],[140.196078431373,173.529411764706,156.862745098039],[154.901960784314,186.274509803922,165.686274509804],[128.43137254902,156.862745098039,137.254901960784],[161.764705882353,190.196078431373,170.588235294118],[198.039215686275,224.509803921569,205.882352941176],[162.745098039216,185.294117647059,169.607843137255],[220.588235294118,230.392156862745,219.607843137255],[242.156862745098,247.058823529412,240.196078431373],[237.254901960784,240.196078431373,233.333333333333],[225.490196078431,226.470588235294,212.745098039216],[189.21568627451,182.352941176471,154.901960784314],[184.313725490196,174.509803921569,140.196078431373],[146.078431372549,140.196078431373,104.901960784314],[156.862745098039,153.921568627451,119.607843137255],[222.549019607843,224.509803921569,188.235294117647],[226.470588235294,233.333333333333,193.137254901961],[200.980392156863,211.764705882353,170.588235294118],[133.333333333333,149.019607843137,112.745098039216],[94.1176470588235,115.686274509804,93.1372549019608],[112.745098039216,139.21568627451,122.549019607843],[86.2745098039216,110.78431372549,92.156862745098],[89.2156862745098,112.745098039216,97.0588235294118],[108.823529411765,135.294117647059,120.588235294118],[84.3137254901961,110.78431372549,96.078431372549],[139.21568627451,163.725490196078,145.098039215686],[86.2745098039216,112.745098039216,94.1176470588235],[65.6862745098039,98.0392156862745,81.3725490196078],[50.9803921568627,87.2549019607843,79.4117647058823],[51.9607843137255,95.0980392156863,98.0392156862745],[63.7254901960784,107.843137254902,112.745098039216],[88.2352941176471,134.313725490196,126.470588235294],[92.156862745098,136.274509803922,116.666666666667],[138.235294117647,178.43137254902,149.019607843137],[108.823529411765,144.117647058824,118.627450980392],[69.6078431372549,104.901960784314,95.0980392156863],[80.3921568627451,115.686274509804,115.686274509804],[60.7843137254902,102.941176470588,108.823529411765],[68.6274509803922,112.745098039216,117.647058823529],[82.3529411764706,123.529411764706,119.607843137255],[67.6470588235294,106.862745098039,98.0392156862745],[122.549019607843,159.803921568627,147.058823529412],[173.529411764706,209.803921568627,193.137254901961],[175.490196078431,209.803921568627,190.196078431373],[133.333333333333,167.647058823529,148.039215686275],[83.3333333333333,119.607843137255,102.941176470588],[97.0588235294118,136.274509803922,125.490196078431],[84.3137254901961,125.490196078431,121.56862745098],[88.2352941176471,132.352941176471,135.294117647059],[98.0392156862745,147.058823529412,153.921568627451],[99.0196078431373,150,162.745098039216],[89.2156862745098,144.117647058824,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[90.1960784313725,147.058823529412,157.843137254902],[86.2745098039216,140.196078431373,147.058823529412],[94.1176470588235,141.176470588235,143.137254901961],[172.549019607843,213.725490196078,212.745098039216],[188.235294117647,226.470588235294,225.490196078431],[147.058823529412,181.372549019608,177.450980392157],[96.078431372549,124.509803921569,120.588235294118],[83.3333333333333,107.843137254902,101.960784313725],[67.6470588235294,88.2352941176471,79.4117647058823],[67.6470588235294,87.2549019607843,75.4901960784314],[48.0392156862745,68.6274509803922,51.9607843137255],[66.6666666666667,87.2549019607843,68.6274509803922],[122.549019607843,144.117647058824,121.56862745098],[84.3137254901961,106.862745098039,81.3725490196078],[25.4901960784314,45.0980392156863,18.6274509803922],[83.3333333333333,101.960784313725,74.5098039215686],[53.921568627451,69.6078431372549,43.1372549019608],[34.3137254901961,48.0392156862745,25.4901960784314],[34.3137254901961,46.078431372549,34.3137254901961],[56.8627450980392,66.6666666666667,55.8823529411765],[59.8039215686275,64.7058823529412,43.1372549019608],[56.8627450980392,61.7647058823529,39.2156862745098],[128.43137254902,135.294117647059,117.647058823529],[17.6470588235294,31.3725490196078,8.82352941176471],[35.2941176470588,58.8235294117647,27.4509803921569],[169.607843137255,199.019607843137,161.764705882353],[162.745098039216,195.098039215686,152.941176470588],[91.1764705882353,121.56862745098,78.4313725490196],[50.9803921568627,77.4509803921569,33.3333333333333],[69.6078431372549,94.1176470588235,55.8823529411765],[41.1764705882353,63.7254901960784,38.2352941176471],[63.7254901960784,87.2549019607843,63.7254901960784],[93.1372549019608,126.470588235294,92.156862745098],[198.039215686275,232.352941176471,191.176470588235],[197.058823529412,228.43137254902,182.352941176471],[153.921568627451,181.372549019608,133.333333333333],[103.921568627451,129.411764705882,82.3529411764706],[78.4313725490196,101.960784313725,52.9411764705882],[109.803921568627,129.411764705882,81.3725490196078],[39.2156862745098,58.8235294117647,10.7843137254902],[9.80392156862745,28.4313725490196,0],[98.0392156862745,116.666666666667,71.5686274509804],[159.803921568627,181.372549019608,136.274509803922],[71.5686274509804,93.1372549019608,47.0588235294118],[30.3921568627451,53.921568627451,4.90196078431373],[36.2745098039216,58.8235294117647,5.88235294117647],[146.078431372549,169.607843137255,112.745098039216],[115.686274509804,137.254901960784,74.5098039215686],[110.78431372549,131.372549019608,65.6862745098039],[151.960784313725,164.705882352941,96.078431372549],[122.549019607843,122.549019607843,51.9607843137255],[131.372549019608,121.56862745098,53.921568627451],[106.862745098039,88.2352941176471,30.3921568627451],[141.176470588235,120.588235294118,68.6274509803922],[150,129.411764705882,83.3333333333333],[93.1372549019608,71.5686274509804,31.3725490196078],[140.196078431373,120.588235294118,84.3137254901961],[71.5686274509804,49.0196078431373,17.6470588235294],[86.2745098039216,59.8039215686275,33.3333333333333],[62.7450980392157,37.2549019607843,14.7058823529412],[84.3137254901961,61.7647058823529,44.1176470588235],[38.2352941176471,22.5490196078431,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0,3.92156862745098],[11.7647058823529,1.96078431372549,9.80392156862745],[5.88235294117647,0,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[31.3725490196078,21.5686274509804,20.5882352941176],[10.7843137254902,0.980392156862745,0],[14.7058823529412,2.94117647058824,2.94117647058824],[27.4509803921569,15.6862745098039,15.6862745098039],[18.6274509803922,7.84313725490196,5.88235294117647],[10.7843137254902,0,0],[13.7254901960784,0,0],[23.5294117647059,8.82352941176471,5.88235294117647],[33.3333333333333,18.6274509803922,15.6862745098039],[36.2745098039216,21.5686274509804,14.7058823529412],[36.2745098039216,23.5294117647059,6.86274509803922],[34.3137254901961,22.5490196078431,0.980392156862745],[43.1372549019608,30.3921568627451,11.7647058823529],[24.5098039215686,8.82352941176471,0],[12.7450980392157,0,0],[30.3921568627451,14.7058823529412,0],[67.6470588235294,50.9803921568627,33.3333333333333],[69.6078431372549,53.921568627451,31.3725490196078],[62.7450980392157,47.0588235294118,22.5490196078431],[64.7058823529412,49.0196078431373,23.5294117647059],[30.3921568627451,15.6862745098039,0],[36.2745098039216,22.5490196078431,0],[42.156862745098,28.4313725490196,2.94117647058824],[57.843137254902,46.078431372549,22.5490196078431],[58.8235294117647,46.078431372549,27.4509803921569],[67.6470588235294,47.0588235294118,26.4705882352941],[104.901960784314,68.6274509803922,43.1372549019608],[126.470588235294,86.2745098039216,58.8235294117647],[100,69.6078431372549,41.1764705882353],[76.4705882352941,56.8627450980392,24.5098039215686],[103.921568627451,91.1764705882353,56.8627450980392],[92.156862745098,83.3333333333333,45.0980392156863],[78.4313725490196,66.6666666666667,25.4901960784314],[65.6862745098039,48.0392156862745,2.94117647058824],[151.960784313725,126.470588235294,78.4313725490196],[168.627450980392,137.254901960784,87.2549019607843],[166.666666666667,134.313725490196,84.3137254901961],[129.411764705882,99.0196078431373,52.9411764705882],[97.0588235294118,76.4705882352941,32.3529411764706],[82.3529411764706,70.5882352941177,29.4117647058824],[81.3725490196078,79.4117647058823,42.156862745098],[134.313725490196,136.274509803922,100],[127.450980392157,125.490196078431,85.2941176470588],[111.764705882353,104.901960784314,63.7254901960784],[121.56862745098,107.843137254902,71.5686274509804],[62.7450980392157,46.078431372549,3.92156862745098],[118.627450980392,100,45.0980392156863],[161.764705882353,142.156862745098,80.3921568627451],[124.509803921569,108.823529411765,48.0392156862745],[189.21568627451,179.411764705882,119.607843137255],[168.627450980392,167.647058823529,111.764705882353],[135.294117647059,143.137254901961,84.3137254901961],[178.43137254902,190.196078431373,127.450980392157],[187.254901960784,200.980392156863,141.176470588235],[162.745098039216,174.509803921569,125.490196078431],[183.333333333333,192.156862745098,146.078431372549],[200,205.882352941176,158.823529411765],[183.333333333333,189.21568627451,142.156862745098],[136.274509803922,143.137254901961,93.1372549019608],[188.235294117647,200.980392156863,155.882352941176],[170.588235294118,198.039215686275,157.843137254902],[129.411764705882,164.705882352941,127.450980392157],[223.529411764706,250,220.588235294118],[182.352941176471,219.607843137255,179.411764705882],[155.882352941176,187.254901960784,150.980392156863],[218.627450980392,247.058823529412,217.647058823529],[187.254901960784,215.686274509804,196.078431372549],[213.725490196078,237.254901960784,224.509803921569],[193.137254901961,212.745098039216,201.960784313725],[201.960784313725,217.647058823529,206.862745098039],[183.333333333333,199.019607843137,186.274509803922],[196.078431372549,219.607843137255,206.862745098039],[91.1764705882353,127.450980392157,120.588235294118],[81.3725490196078,123.529411764706,116.666666666667],[167.647058823529,210.78431372549,196.078431372549],[108.823529411765,154.901960784314,139.21568627451],[113.725490196078,159.803921568627,150],[123.529411764706,171.56862745098,167.647058823529],[100.980392156863,150,150.980392156863],[73.5294117647059,121.56862745098,125.490196078431],[88.2352941176471,135.294117647059,137.254901960784],[90.1960784313725,133.333333333333,132.352941176471],[83.3333333333333,123.529411764706,117.647058823529],[158.823529411765,194.117647058824,184.313725490196],[185.294117647059,216.666666666667,201.960784313725],[183.333333333333,213.725490196078,196.078431372549],[174.509803921569,202.941176470588,183.333333333333],[168.627450980392,197.058823529412,179.411764705882],[159.803921568627,188.235294117647,170.588235294118],[125.490196078431,148.039215686275,132.352941176471],[156.862745098039,168.627450980392,154.901960784314],[243.137254901961,250,238.235294117647],[213.725490196078,221.56862745098,208.823529411765],[244.117647058824,247.058823529412,230.392156862745],[242.156862745098,232.352941176471,207.843137254902],[178.43137254902,163.725490196078,135.294117647059],[153.921568627451,145.098039215686,114.705882352941],[229.411764705882,226.470588235294,196.078431372549],[191.176470588235,195.098039215686,160.78431372549],[202.941176470588,208.823529411765,173.529411764706],[237.254901960784,243.137254901961,205.882352941176],[219.607843137255,233.333333333333,198.039215686275],[143.137254901961,167.647058823529,139.21568627451],[128.43137254902,155.882352941176,133.333333333333],[88.2352941176471,111.764705882353,88.2352941176471],[137.254901960784,158.823529411765,138.235294117647],[135.294117647059,157.843137254902,140.196078431373],[142.156862745098,164.705882352941,149.019607843137],[111.764705882353,134.313725490196,118.627450980392],[96.078431372549,119.607843137255,105.882352941176],[113.725490196078,141.176470588235,126.470588235294],[75.4901960784314,107.843137254902,99.0196078431373],[57.843137254902,95.0980392156863,98.0392156862745],[75.4901960784314,113.725490196078,120.588235294118],[81.3725490196078,119.607843137255,116.666666666667],[96.078431372549,133.333333333333,118.627450980392],[157.843137254902,194.117647058824,163.725490196078],[109.803921568627,144.117647058824,114.705882352941],[77.4509803921569,110.78431372549,97.0588235294118],[96.078431372549,131.372549019608,129.411764705882],[63.7254901960784,103.921568627451,109.803921568627],[84.3137254901961,124.509803921569,130.392156862745],[70.5882352941177,108.823529411765,107.843137254902],[75.4901960784314,109.803921568627,103.921568627451],[107.843137254902,140.196078431373,129.411764705882],[147.058823529412,178.43137254902,163.725490196078],[203.921568627451,236.274509803922,217.647058823529],[158.823529411765,193.137254901961,173.529411764706],[95.0980392156863,133.333333333333,115.686274509804],[83.3333333333333,124.509803921569,112.745098039216],[90.1960784313725,136.274509803922,130.392156862745],[94.1176470588235,143.137254901961,144.117647058824],[108.823529411765,160.78431372549,168.627450980392],[121.56862745098,174.509803921569,186.274509803922],[121.56862745098,174.509803921569,186.274509803922],[115.686274509804,168.627450980392,180.392156862745],[106.862745098039,157.843137254902,168.627450980392],[96.078431372549,145.098039215686,151.960784313725],[76.4705882352941,120.588235294118,125.490196078431],[159.803921568627,200,201.960784313725],[177.450980392157,214.705882352941,215.686274509804],[101.960784313725,135.294117647059,136.274509803922],[99.0196078431373,128.43137254902,126.470588235294],[80.3921568627451,106.862745098039,101.960784313725],[68.6274509803922,94.1176470588235,85.2941176470588],[53.921568627451,77.4509803921569,64.7058823529412],[73.5294117647059,97.0588235294118,81.3725490196078],[84.3137254901961,108.823529411765,90.1960784313725],[95.0980392156863,119.607843137255,98.0392156862745],[128.43137254902,151.960784313725,128.43137254902],[52.9411764705882,72.5490196078431,48.0392156862745],[70.5882352941177,86.2745098039216,60.7843137254902],[106.862745098039,118.627450980392,95.0980392156863],[64.7058823529412,73.5294117647059,54.9019607843137],[11.7647058823529,18.6274509803922,10.7843137254902],[23.5294117647059,29.4117647058824,19.6078431372549],[55.8823529411765,57.843137254902,36.2745098039216],[112.745098039216,115.686274509804,87.2549019607843],[71.5686274509804,77.4509803921569,51.9607843137255],[19.6078431372549,31.3725490196078,7.84313725490196],[48.0392156862745,67.6470588235294,43.1372549019608],[128.43137254902,153.921568627451,125.490196078431],[130.392156862745,159.803921568627,122.549019607843],[152.941176470588,183.333333333333,142.156862745098],[95.0980392156863,121.56862745098,79.4117647058823],[123.529411764706,148.039215686275,108.823529411765],[34.3137254901961,58.8235294117647,27.4509803921569],[0,14.7058823529412,0],[66.6666666666667,101.960784313725,66.6666666666667],[200.980392156863,237.254901960784,195.098039215686],[145.098039215686,176.470588235294,128.43137254902],[127.450980392157,153.921568627451,101.960784313725],[153.921568627451,177.450980392157,126.470588235294],[57.843137254902,77.4509803921569,27.4509803921569],[62.7450980392157,80.3921568627451,31.3725490196078],[37.2549019607843,54.9019607843137,7.84313725490196],[20.5882352941176,37.2549019607843,0],[97.0588235294118,113.725490196078,70.5882352941177],[128.43137254902,146.078431372549,104.901960784314],[12.7450980392157,33.3333333333333,0],[40.1960784313726,61.7647058823529,15.6862745098039],[98.0392156862745,120.588235294118,67.6470588235294],[110.78431372549,134.313725490196,75.4901960784314],[136.274509803922,157.843137254902,94.1176470588235],[170.588235294118,192.156862745098,121.56862745098],[214.705882352941,227.450980392157,156.862745098039],[139.21568627451,136.274509803922,68.6274509803922],[94.1176470588235,83.3333333333333,18.6274509803922],[113.725490196078,98.0392156862745,39.2156862745098],[85.2941176470588,66.6666666666667,11.7647058823529],[85.2941176470588,65.6862745098039,15.6862745098039],[140.196078431373,119.607843137255,75.4901960784314],[154.901960784314,131.372549019608,94.1176470588235],[108.823529411765,84.3137254901961,53.921568627451],[113.725490196078,88.2352941176471,63.7254901960784],[70.5882352941177,46.078431372549,26.4705882352941],[41.1764705882353,19.6078431372549,5.88235294117647],[15.6862745098039,0,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,0,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[18.6274509803922,9.80392156862745,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,7.84313725490196,6.86274509803922],[33.3333333333333,22.5490196078431,20.5882352941176],[12.7450980392157,1.96078431372549,0],[14.7058823529412,0.980392156862745,0],[19.6078431372549,5.88235294117647,2.94117647058824],[11.7647058823529,0,0],[14.7058823529412,0,0],[16.6666666666667,1.96078431372549,0],[16.6666666666667,0,0],[29.4117647058824,12.7450980392157,5.88235294117647],[36.2745098039216,20.5882352941176,7.84313725490196],[54.9019607843137,43.1372549019608,17.6470588235294],[64.7058823529412,53.921568627451,26.4705882352941],[48.0392156862745,36.2745098039216,12.7450980392157],[37.2549019607843,24.5098039215686,7.84313725490196],[16.6666666666667,0.980392156862745,0],[63.7254901960784,47.0588235294118,39.2156862745098],[56.8627450980392,38.2352941176471,31.3725490196078],[17.6470588235294,0,0],[81.3725490196078,65.6862745098039,50.9803921568627],[45.0980392156863,30.3921568627451,11.7647058823529],[61.7647058823529,47.0588235294118,26.4705882352941],[20.5882352941176,6.86274509803922,0],[54.9019607843137,43.1372549019608,17.6470588235294],[104.901960784314,95.0980392156863,68.6274509803922],[81.3725490196078,71.5686274509804,47.0588235294118],[76.4705882352941,60.7843137254902,36.2745098039216],[79.4117647058823,53.921568627451,27.4509803921569],[125.490196078431,97.0588235294118,67.6470588235294],[98.0392156862745,75.4901960784314,42.156862745098],[127.450980392157,107.843137254902,71.5686274509804],[132.352941176471,115.686274509804,73.5294117647059],[100,82.3529411764706,35.2941176470588],[96.078431372549,73.5294117647059,22.5490196078431],[110.78431372549,84.3137254901961,30.3921568627451],[167.647058823529,133.333333333333,78.4313725490196],[192.156862745098,157.843137254902,102.941176470588],[183.333333333333,150.980392156863,99.0196078431373],[121.56862745098,95.0980392156863,50.9803921568627],[85.2941176470588,71.5686274509804,37.2549019607843],[80.3921568627451,76.4705882352941,50],[32.3529411764706,39.2156862745098,21.5686274509804],[89.2156862745098,97.0588235294118,74.5098039215686],[106.862745098039,103.921568627451,69.6078431372549],[59.8039215686275,52.9411764705882,11.7647058823529],[93.1372549019608,81.3725490196078,42.156862745098],[126.470588235294,113.725490196078,69.6078431372549],[168.627450980392,153.921568627451,96.078431372549],[152.941176470588,139.21568627451,79.4117647058823],[183.333333333333,170.588235294118,116.666666666667],[184.313725490196,175.490196078431,121.56862745098],[207.843137254902,204.901960784314,150.980392156863],[191.176470588235,194.117647058824,138.235294117647],[195.098039215686,202.941176470588,144.117647058824],[198.039215686275,206.862745098039,150.980392156863],[219.607843137255,226.470588235294,185.294117647059],[204.901960784314,211.764705882353,171.56862745098],[186.274509803922,194.117647058824,146.078431372549],[183.333333333333,192.156862745098,138.235294117647],[159.803921568627,173.529411764706,112.745098039216],[198.039215686275,218.627450980392,160.78431372549],[191.176470588235,226.470588235294,181.372549019608],[186.274509803922,230.392156862745,192.156862745098],[193.137254901961,237.254901960784,204.901960784314],[182.352941176471,224.509803921569,195.098039215686],[127.450980392157,162.745098039216,135.294117647059],[141.176470588235,174.509803921569,150.980392156863],[170.588235294118,200.980392156863,183.333333333333],[190.196078431373,217.647058823529,202.941176470588],[148.039215686275,168.627450980392,153.921568627451],[214.705882352941,232.352941176471,220.588235294118],[213.725490196078,228.43137254902,221.56862745098],[160.78431372549,180.392156862745,181.372549019608],[81.3725490196078,112.745098039216,125.490196078431],[99.0196078431373,136.274509803922,145.098039215686],[139.21568627451,178.43137254902,169.607843137255],[147.058823529412,189.21568627451,172.549019607843],[135.294117647059,180.392156862745,170.588235294118],[81.3725490196078,126.470588235294,123.529411764706],[94.1176470588235,142.156862745098,146.078431372549],[103.921568627451,151.960784313725,156.862745098039],[100.980392156863,145.098039215686,150.980392156863],[95.0980392156863,135.294117647059,137.254901960784],[73.5294117647059,108.823529411765,106.862745098039],[130.392156862745,162.745098039216,153.921568627451],[214.705882352941,242.156862745098,228.43137254902],[186.274509803922,212.745098039216,196.078431372549],[160.78431372549,187.254901960784,170.588235294118],[126.470588235294,152.941176470588,136.274509803922],[143.137254901961,169.607843137255,154.901960784314],[146.078431372549,168.627450980392,152.941176470588],[209.803921568627,226.470588235294,208.823529411765],[243.137254901961,250,236.274509803922],[163.725490196078,177.450980392157,154.901960784314],[190.196078431373,195.098039215686,173.529411764706],[250,244.117647058824,224.509803921569],[230.392156862745,213.725490196078,194.117647058824],[208.823529411765,199.019607843137,174.509803921569],[200,195.098039215686,166.666666666667],[151.960784313725,152.941176470588,121.56862745098],[213.725490196078,217.647058823529,185.294117647059],[240.196078431373,244.117647058824,211.764705882353],[226.470588235294,236.274509803922,202.941176470588],[184.313725490196,205.882352941176,170.588235294118],[156.862745098039,182.352941176471,148.039215686275],[154.901960784314,173.529411764706,142.156862745098],[136.274509803922,150.980392156863,122.549019607843],[185.294117647059,198.039215686275,172.549019607843],[198.039215686275,210.78431372549,193.137254901961],[146.078431372549,164.705882352941,158.823529411765],[112.745098039216,137.254901960784,134.313725490196],[110.78431372549,140.196078431373,132.352941176471],[127.450980392157,155.882352941176,150.980392156863],[110.78431372549,135.294117647059,139.21568627451],[84.3137254901961,107.843137254902,111.764705882353],[110.78431372549,135.294117647059,132.352941176471],[137.254901960784,164.705882352941,152.941176470588],[116.666666666667,151.960784313725,126.470588235294],[117.647058823529,156.862745098039,130.392156862745],[122.549019607843,161.764705882353,150.980392156863],[88.2352941176471,126.470588235294,125.490196078431],[75.4901960784314,111.764705882353,117.647058823529],[89.2156862745098,121.56862745098,128.43137254902],[91.1764705882353,120.588235294118,120.588235294118],[96.078431372549,124.509803921569,119.607843137255],[132.352941176471,158.823529411765,150],[122.549019607843,150,136.274509803922],[196.078431372549,226.470588235294,210.78431372549],[162.745098039216,196.078431372549,180.392156862745],[102.941176470588,140.196078431373,127.450980392157],[98.0392156862745,140.196078431373,133.333333333333],[92.156862745098,139.21568627451,139.21568627451],[77.4509803921569,129.411764705882,135.294117647059],[74.5098039215686,127.450980392157,139.21568627451],[90.1960784313725,142.156862745098,155.882352941176],[109.803921568627,160.78431372549,173.529411764706],[115.686274509804,162.745098039216,174.509803921569],[107.843137254902,150.980392156863,159.803921568627],[100,142.156862745098,149.019607843137],[109.803921568627,153.921568627451,158.823529411765],[130.392156862745,173.529411764706,176.470588235294],[123.529411764706,162.745098039216,164.705882352941],[76.4705882352941,110.78431372549,112.745098039216],[100.980392156863,132.352941176471,131.372549019608],[89.2156862745098,118.627450980392,116.666666666667],[73.5294117647059,101.960784313725,97.0588235294118],[46.078431372549,75.4901960784314,65.6862745098039],[95.0980392156863,125.490196078431,110.78431372549],[70.5882352941177,100.980392156863,83.3333333333333],[63.7254901960784,92.156862745098,70.5882352941177],[72.5490196078431,97.0588235294118,75.4901960784314],[91.1764705882353,109.803921568627,88.2352941176471],[83.3333333333333,97.0588235294118,74.5098039215686],[93.1372549019608,100.980392156863,80.3921568627451],[102.941176470588,106.862745098039,90.1960784313725],[41.1764705882353,44.1176470588235,35.2941176470588],[19.6078431372549,21.5686274509804,8.82352941176471],[111.764705882353,111.764705882353,84.3137254901961],[127.450980392157,127.450980392157,92.156862745098],[26.4705882352941,30.3921568627451,0],[1.96078431372549,10.7843137254902,0],[5.88235294117647,24.5098039215686,4.90196078431373],[0.980392156862745,25.4901960784314,4.90196078431373],[24.5098039215686,53.921568627451,20.5882352941176],[181.372549019608,211.764705882353,171.56862745098],[57.843137254902,86.2745098039216,43.1372549019608],[95.0980392156863,121.56862745098,79.4117647058823],[68.6274509803922,96.078431372549,56.8627450980392],[36.2745098039216,67.6470588235294,31.3725490196078],[132.352941176471,169.607843137255,133.333333333333],[213.725490196078,250,210.78431372549],[150,182.352941176471,130.392156862745],[132.352941176471,159.803921568627,101.960784313725],[133.333333333333,157.843137254902,100.980392156863],[68.6274509803922,89.2156862745098,34.3137254901961],[122.549019607843,139.21568627451,86.2745098039216],[64.7058823529412,78.4313725490196,30.3921568627451],[58.8235294117647,71.5686274509804,28.4313725490196],[71.5686274509804,86.2745098039216,44.1176470588235],[122.549019607843,138.235294117647,100],[38.2352941176471,55.8823529411765,16.6666666666667],[91.1764705882353,109.803921568627,65.6862745098039],[167.647058823529,187.254901960784,137.254901960784],[119.607843137255,141.176470588235,80.3921568627451],[143.137254901961,163.725490196078,96.078431372549],[150.980392156863,171.56862745098,96.078431372549],[150.980392156863,162.745098039216,88.2352941176471],[127.450980392157,122.549019607843,55.8823529411765],[120.588235294118,109.803921568627,47.0588235294118],[106.862745098039,96.078431372549,35.2941176470588],[93.1372549019608,78.4313725490196,20.5882352941176],[82.3529411764706,62.7450980392157,10.7843137254902],[136.274509803922,114.705882352941,66.6666666666667],[139.21568627451,114.705882352941,75.4901960784314],[95.0980392156863,70.5882352941177,40.1960784313726],[63.7254901960784,42.156862745098,18.6274509803922],[40.1960784313726,19.6078431372549,2.94117647058824],[25.4901960784314,7.84313725490196,0],[18.6274509803922,0.980392156862745,0],[19.6078431372549,5.88235294117647,4.90196078431373],[6.86274509803922,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[13.7254901960784,5.88235294117647,2.94117647058824],[20.5882352941176,11.7647058823529,6.86274509803922],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,5.88235294117647],[13.7254901960784,0.980392156862745,0],[11.7647058823529,0,0],[16.6666666666667,2.94117647058824,0],[50.9803921568627,34.3137254901961,26.4705882352941],[50.9803921568627,34.3137254901961,24.5098039215686],[23.5294117647059,6.86274509803922,0],[25.4901960784314,7.84313725490196,0],[27.4509803921569,11.7647058823529,0],[60.7843137254902,49.0196078431373,23.5294117647059],[97.0588235294118,88.2352941176471,59.8039215686275],[37.2549019607843,26.4705882352941,4.90196078431373],[42.156862745098,29.4117647058824,13.7254901960784],[36.2745098039216,22.5490196078431,13.7254901960784],[70.5882352941177,53.921568627451,47.0588235294118],[49.0196078431373,31.3725490196078,27.4509803921569],[21.5686274509804,2.94117647058824,0],[29.4117647058824,12.7450980392157,2.94117647058824],[30.3921568627451,14.7058823529412,0],[101.960784313725,87.2549019607843,68.6274509803922],[80.3921568627451,68.6274509803922,45.0980392156863],[58.8235294117647,49.0196078431373,24.5098039215686],[88.2352941176471,81.3725490196078,55.8823529411765],[57.843137254902,50,27.4509803921569],[33.3333333333333,23.5294117647059,0],[48.0392156862745,32.3529411764706,6.86274509803922],[73.5294117647059,57.843137254902,25.4901960784314],[110.78431372549,93.1372549019608,57.843137254902],[97.0588235294118,78.4313725490196,37.2549019607843],[117.647058823529,96.078431372549,50],[156.862745098039,131.372549019608,81.3725490196078],[175.490196078431,147.058823529412,92.156862745098],[197.058823529412,167.647058823529,108.823529411765],[197.058823529412,165.686274509804,107.843137254902],[175.490196078431,147.058823529412,90.1960784313725],[158.823529411765,136.274509803922,85.2941176470588],[114.705882352941,96.078431372549,53.921568627451],[70.5882352941177,59.8039215686275,28.4313725490196],[40.1960784313726,35.2941176470588,13.7254901960784],[41.1764705882353,44.1176470588235,27.4509803921569],[88.2352941176471,90.1960784313725,69.6078431372549],[146.078431372549,142.156862745098,107.843137254902],[134.313725490196,125.490196078431,83.3333333333333],[89.2156862745098,78.4313725490196,34.3137254901961],[171.56862745098,161.764705882353,111.764705882353],[186.274509803922,176.470588235294,116.666666666667],[164.705882352941,154.901960784314,94.1176470588235],[181.372549019608,171.56862745098,119.607843137255],[137.254901960784,130.392156862745,79.4117647058823],[218.627450980392,213.725490196078,159.803921568627],[212.745098039216,211.764705882353,155.882352941176],[177.450980392157,178.43137254902,119.607843137255],[161.764705882353,164.705882352941,112.745098039216],[247.058823529412,250,214.705882352941],[240.196078431373,246.078431372549,210.78431372549],[154.901960784314,162.745098039216,112.745098039216],[164.705882352941,175.490196078431,118.627450980392],[219.607843137255,234.313725490196,176.470588235294],[181.372549019608,205.882352941176,151.960784313725],[187.254901960784,224.509803921569,184.313725490196],[197.058823529412,243.137254901961,211.764705882353],[181.372549019608,228.43137254902,202.941176470588],[202.941176470588,247.058823529412,224.509803921569],[193.137254901961,231.372549019608,210.78431372549],[190.196078431373,227.450980392157,206.862745098039],[217.647058823529,250,235.294117647059],[211.764705882353,243.137254901961,228.43137254902],[152.941176470588,176.470588235294,162.745098039216],[190.196078431373,209.803921568627,199.019607843137],[201.960784313725,220.588235294118,214.705882352941],[153.921568627451,179.411764705882,180.392156862745],[91.1764705882353,128.43137254902,141.176470588235],[112.745098039216,154.901960784314,163.725490196078],[149.019607843137,188.235294117647,179.411764705882],[201.960784313725,240.196078431373,222.549019607843],[106.862745098039,148.039215686275,138.235294117647],[77.4509803921569,121.56862745098,118.627450980392],[134.313725490196,181.372549019608,185.294117647059],[91.1764705882353,137.254901960784,145.098039215686],[99.0196078431373,141.176470588235,148.039215686275],[144.117647058824,182.352941176471,187.254901960784],[131.372549019608,164.705882352941,163.725490196078],[136.274509803922,165.686274509804,157.843137254902],[141.176470588235,166.666666666667,153.921568627451],[116.666666666667,139.21568627451,123.529411764706],[124.509803921569,147.058823529412,131.372549019608],[171.56862745098,195.098039215686,181.372549019608],[133.333333333333,156.862745098039,144.117647058824],[114.705882352941,138.235294117647,124.509803921569],[229.411764705882,250,235.294117647059],[221.56862745098,238.235294117647,219.607843137255],[159.803921568627,173.529411764706,150.980392156863],[177.450980392157,182.352941176471,159.803921568627],[247.058823529412,240.196078431373,221.56862745098],[197.058823529412,184.313725490196,165.686274509804],[168.627450980392,158.823529411765,132.352941176471],[197.058823529412,191.176470588235,159.803921568627],[206.862745098039,206.862745098039,171.56862745098],[204.901960784314,206.862745098039,170.588235294118],[232.352941176471,238.235294117647,202.941176470588],[173.529411764706,183.333333333333,149.019607843137],[198.039215686275,213.725490196078,175.490196078431],[177.450980392157,195.098039215686,155.882352941176],[158.823529411765,174.509803921569,139.21568627451],[141.176470588235,151.960784313725,120.588235294118],[131.372549019608,137.254901960784,109.803921568627],[154.901960784314,163.725490196078,147.058823529412],[234.313725490196,248.039215686275,248.039215686275],[181.372549019608,200,203.921568627451],[92.156862745098,113.725490196078,110.78431372549],[120.588235294118,143.137254901961,137.254901960784],[133.333333333333,150.980392156863,152.941176470588],[118.627450980392,133.333333333333,138.235294117647],[142.156862745098,156.862745098039,159.803921568627],[135.294117647059,155.882352941176,149.019607843137],[135.294117647059,164.705882352941,141.176470588235],[127.450980392157,162.745098039216,137.254901960784],[108.823529411765,146.078431372549,131.372549019608],[97.0588235294118,132.352941176471,130.392156862745],[84.3137254901961,116.666666666667,123.529411764706],[73.5294117647059,102.941176470588,110.78431372549],[94.1176470588235,119.607843137255,120.588235294118],[125.490196078431,150,146.078431372549],[166.666666666667,192.156862745098,183.333333333333],[160.78431372549,186.274509803922,175.490196078431],[187.254901960784,214.705882352941,200.980392156863],[118.627450980392,150.980392156863,140.196078431373],[85.2941176470588,124.509803921569,116.666666666667],[70.5882352941177,115.686274509804,113.725490196078],[79.4117647058823,128.43137254902,135.294117647059],[75.4901960784314,128.43137254902,140.196078431373],[77.4509803921569,132.352941176471,147.058823529412],[92.156862745098,144.117647058824,159.803921568627],[107.843137254902,155.882352941176,169.607843137255],[114.705882352941,157.843137254902,166.666666666667],[116.666666666667,154.901960784314,161.764705882353],[117.647058823529,155.882352941176,160.78431372549],[105.882352941176,148.039215686275,153.921568627451],[97.0588235294118,139.21568627451,145.098039215686],[96.078431372549,134.313725490196,139.21568627451],[109.803921568627,147.058823529412,148.039215686275],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,113.725490196078,110.78431372549],[60.7843137254902,93.1372549019608,86.2745098039216],[52.9411764705882,85.2941176470588,74.5098039215686],[106.862745098039,143.137254901961,126.470588235294],[85.2941176470588,119.607843137255,100],[86.2745098039216,117.647058823529,97.0588235294118],[52.9411764705882,80.3921568627451,57.843137254902],[50.9803921568627,69.6078431372549,48.0392156862745],[53.921568627451,65.6862745098039,46.078431372549],[33.3333333333333,38.2352941176471,18.6274509803922],[55.8823529411765,56.8627450980392,41.1764705882353],[60.7843137254902,60.7843137254902,50.9803921568627],[59.8039215686275,58.8235294117647,41.1764705882353],[94.1176470588235,91.1764705882353,58.8235294117647],[144.117647058824,143.137254901961,100],[64.7058823529412,67.6470588235294,25.4901960784314],[41.1764705882353,48.0392156862745,14.7058823529412],[5.88235294117647,22.5490196078431,6.86274509803922],[0,22.5490196078431,8.82352941176471],[55.8823529411765,84.3137254901961,54.9019607843137],[90.1960784313725,120.588235294118,80.3921568627451],[65.6862745098039,94.1176470588235,50.9803921568627],[128.43137254902,156.862745098039,111.764705882353],[61.7647058823529,92.156862745098,49.0196078431373],[95.0980392156863,129.411764705882,88.2352941176471],[58.8235294117647,100,64.7058823529412],[170.588235294118,210.78431372549,169.607843137255],[187.254901960784,221.56862745098,164.705882352941],[115.686274509804,145.098039215686,82.3529411764706],[129.411764705882,154.901960784314,93.1372549019608],[66.6666666666667,87.2549019607843,29.4117647058824],[100.980392156863,117.647058823529,63.7254901960784],[193.137254901961,206.862745098039,156.862745098039],[130.392156862745,143.137254901961,98.0392156862745],[97.0588235294118,108.823529411765,69.6078431372549],[99.0196078431373,113.725490196078,75.4901960784314],[182.352941176471,198.039215686275,159.803921568627],[135.294117647059,151.960784313725,108.823529411765],[143.137254901961,160.78431372549,109.803921568627],[90.1960784313725,107.843137254902,47.0588235294118],[176.470588235294,196.078431372549,125.490196078431],[180.392156862745,199.019607843137,119.607843137255],[106.862745098039,117.647058823529,40.1960784313726],[86.2745098039216,78.4313725490196,14.7058823529412],[119.607843137255,105.882352941176,46.078431372549],[70.5882352941177,60.7843137254902,0],[48.0392156862745,37.2549019607843,0],[65.6862745098039,47.0588235294118,0],[141.176470588235,118.627450980392,67.6470588235294],[118.627450980392,92.156862745098,50],[58.8235294117647,33.3333333333333,0.980392156862745],[30.3921568627451,10.7843137254902,0],[13.7254901960784,0,0],[30.3921568627451,13.7254901960784,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0,0],[15.6862745098039,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[44.1176470588235,40.1960784313726,39.2156862745098],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0]],[[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,4.90196078431373,2.94117647058824],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[22.5490196078431,11.7647058823529,5.88235294117647],[14.7058823529412,3.92156862745098,0],[9.80392156862745,0,0],[30.3921568627451,17.6470588235294,9.80392156862745],[31.3725490196078,17.6470588235294,8.82352941176471],[28.4313725490196,11.7647058823529,3.92156862745098],[39.2156862745098,22.5490196078431,12.7450980392157],[82.3529411764706,64.7058823529412,54.9019607843137],[80.3921568627451,62.7450980392157,50.9803921568627],[50,32.3529411764706,20.5882352941176],[50,31.3725490196078,17.6470588235294],[39.2156862745098,22.5490196078431,6.86274509803922],[57.843137254902,47.0588235294118,27.4509803921569],[76.4705882352941,65.6862745098039,46.078431372549],[11.7647058823529,0,0],[26.4705882352941,12.7450980392157,1.96078431372549],[51.9607843137255,38.2352941176471,29.4117647058824],[64.7058823529412,48.0392156862745,41.1764705882353],[30.3921568627451,13.7254901960784,5.88235294117647],[28.4313725490196,12.7450980392157,0],[30.3921568627451,14.7058823529412,0],[24.5098039215686,9.80392156862745,0],[61.7647058823529,50,28.4313725490196],[99.0196078431373,87.2549019607843,65.6862745098039],[57.843137254902,47.0588235294118,27.4509803921569],[46.078431372549,37.2549019607843,20.5882352941176],[26.4705882352941,16.6666666666667,4.90196078431373],[22.5490196078431,15.6862745098039,0],[27.4509803921569,21.5686274509804,0],[30.3921568627451,21.5686274509804,0],[77.4509803921569,61.7647058823529,28.4313725490196],[85.2941176470588,62.7450980392157,22.5490196078431],[113.725490196078,83.3333333333333,38.2352941176471],[113.725490196078,81.3725490196078,31.3725490196078],[194.117647058824,163.725490196078,109.803921568627],[249.019607843137,223.529411764706,167.647058823529],[232.352941176471,211.764705882353,157.843137254902],[177.450980392157,161.764705882353,110.78431372549],[136.274509803922,126.470588235294,78.4313725490196],[123.529411764706,116.666666666667,73.5294117647059],[121.56862745098,111.764705882353,76.4705882352941],[86.2745098039216,73.5294117647059,42.156862745098],[91.1764705882353,74.5098039215686,49.0196078431373],[101.960784313725,85.2941176470588,55.8823529411765],[122.549019607843,108.823529411765,70.5882352941177],[145.098039215686,134.313725490196,90.1960784313725],[185.294117647059,175.490196078431,127.450980392157],[176.470588235294,167.647058823529,113.725490196078],[183.333333333333,175.490196078431,113.725490196078],[220.588235294118,212.745098039216,151.960784313725],[219.607843137255,212.745098039216,161.764705882353],[171.56862745098,163.725490196078,117.647058823529],[197.058823529412,190.196078431373,137.254901960784],[178.43137254902,173.529411764706,118.627450980392],[177.450980392157,175.490196078431,117.647058823529],[186.274509803922,184.313725490196,134.313725490196],[225.490196078431,225.490196078431,192.156862745098],[250,250,222.549019607843],[202.941176470588,210.78431372549,160.78431372549],[168.627450980392,178.43137254902,126.470588235294],[208.823529411765,220.588235294118,181.372549019608],[200,218.627450980392,189.21568627451],[176.470588235294,210.78431372549,187.254901960784],[167.647058823529,211.764705882353,192.156862745098],[194.117647058824,242.156862745098,221.56862745098],[159.803921568627,205.882352941176,186.274509803922],[187.254901960784,229.411764705882,209.803921568627],[208.823529411765,249.019607843137,231.372549019608],[151.960784313725,191.176470588235,180.392156862745],[128.43137254902,162.745098039216,155.882352941176],[203.921568627451,233.333333333333,223.529411764706],[223.529411764706,250,239.21568627451],[167.647058823529,195.098039215686,183.333333333333],[139.21568627451,173.529411764706,166.666666666667],[94.1176470588235,142.156862745098,139.21568627451],[104.901960784314,154.901960784314,150],[200.980392156863,238.235294117647,223.529411764706],[199.019607843137,232.352941176471,216.666666666667],[72.5490196078431,111.764705882353,102.941176470588],[105.882352941176,145.098039215686,144.117647058824],[96.078431372549,138.235294117647,144.117647058824],[71.5686274509804,113.725490196078,122.549019607843],[86.2745098039216,125.490196078431,133.333333333333],[98.0392156862745,134.313725490196,140.196078431373],[121.56862745098,150.980392156863,150.980392156863],[124.509803921569,149.019607843137,143.137254901961],[153.921568627451,175.490196078431,163.725490196078],[151.960784313725,172.549019607843,157.843137254902],[162.745098039216,183.333333333333,168.627450980392],[199.019607843137,218.627450980392,206.862745098039],[115.686274509804,137.254901960784,125.490196078431],[190.196078431373,212.745098039216,202.941176470588],[229.411764705882,250,246.078431372549],[141.176470588235,162.745098039216,150.980392156863],[126.470588235294,137.254901960784,121.56862745098],[181.372549019608,184.313725490196,165.686274509804],[221.56862745098,221.56862745098,198.039215686275],[191.176470588235,186.274509803922,157.843137254902],[182.352941176471,172.549019607843,138.235294117647],[196.078431372549,187.254901960784,147.058823529412],[233.333333333333,229.411764705882,183.333333333333],[186.274509803922,188.235294117647,142.156862745098],[181.372549019608,190.196078431373,146.078431372549],[191.176470588235,201.960784313725,160.78431372549],[212.745098039216,220.588235294118,182.352941176471],[150,156.862745098039,123.529411764706],[148.039215686275,156.862745098039,126.470588235294],[140.196078431373,149.019607843137,122.549019607843],[151.960784313725,159.803921568627,136.274509803922],[183.333333333333,189.21568627451,175.490196078431],[170.588235294118,175.490196078431,178.43137254902],[190.196078431373,198.039215686275,200.980392156863],[136.274509803922,147.058823529412,139.21568627451],[134.313725490196,147.058823529412,140.196078431373],[126.470588235294,139.21568627451,145.098039215686],[141.176470588235,154.901960784314,165.686274509804],[143.137254901961,156.862745098039,167.647058823529],[110.78431372549,126.470588235294,126.470588235294],[140.196078431373,162.745098039216,137.254901960784],[155.882352941176,182.352941176471,151.960784313725],[103.921568627451,132.352941176471,112.745098039216],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,131.372549019608,141.176470588235],[90.1960784313725,121.56862745098,134.313725490196],[110.78431372549,134.313725490196,136.274509803922],[145.098039215686,165.686274509804,160.78431372549],[179.411764705882,200,193.137254901961],[198.039215686275,220.588235294118,210.78431372549],[154.901960784314,181.372549019608,172.549019607843],[98.0392156862745,130.392156862745,123.529411764706],[106.862745098039,146.078431372549,145.098039215686],[93.1372549019608,139.21568627451,145.098039215686],[70.5882352941177,121.56862745098,135.294117647059],[73.5294117647059,127.450980392157,147.058823529412],[86.2745098039216,142.156862745098,161.764705882353],[95.0980392156863,147.058823529412,164.705882352941],[100.980392156863,146.078431372549,160.78431372549],[124.509803921569,163.725490196078,171.56862745098],[146.078431372549,180.392156862745,182.352941176471],[144.117647058824,178.43137254902,180.392156862745],[133.333333333333,173.529411764706,177.450980392157],[100.980392156863,143.137254901961,149.019607843137],[91.1764705882353,131.372549019608,135.294117647059],[84.3137254901961,121.56862745098,124.509803921569],[84.3137254901961,119.607843137255,119.607843137255],[62.7450980392157,97.0588235294118,93.1372549019608],[62.7450980392157,97.0588235294118,90.1960784313725],[62.7450980392157,98.0392156862745,86.2745098039216],[98.0392156862745,136.274509803922,118.627450980392],[91.1764705882353,128.43137254902,107.843137254902],[47.0588235294118,79.4117647058823,58.8235294117647],[105.882352941176,133.333333333333,111.764705882353],[102.941176470588,121.56862745098,101.960784313725],[37.2549019607843,46.078431372549,27.4509803921569],[32.3529411764706,35.2941176470588,16.6666666666667],[55.8823529411765,53.921568627451,39.2156862745098],[68.6274509803922,66.6666666666667,53.921568627451],[139.21568627451,137.254901960784,116.666666666667],[124.509803921569,121.56862745098,81.3725490196078],[115.686274509804,113.725490196078,65.6862745098039],[76.4705882352941,79.4117647058823,27.4509803921569],[104.901960784314,110.78431372549,73.5294117647059],[33.3333333333333,47.0588235294118,34.3137254901961],[16.6666666666667,37.2549019607843,28.4313725490196],[65.6862745098039,94.1176470588235,64.7058823529412],[50.9803921568627,81.3725490196078,41.1764705882353],[99.0196078431373,126.470588235294,86.2745098039216],[159.803921568627,188.235294117647,143.137254901961],[135.294117647059,166.666666666667,118.627450980392],[144.117647058824,181.372549019608,135.294117647059],[98.0392156862745,141.176470588235,106.862745098039],[161.764705882353,202.941176470588,165.686274509804],[120.588235294118,157.843137254902,100],[116.666666666667,149.019607843137,81.3725490196078],[128.43137254902,156.862745098039,91.1764705882353],[110.78431372549,135.294117647059,71.5686274509804],[88.2352941176471,107.843137254902,50],[146.078431372549,159.803921568627,107.843137254902],[84.3137254901961,97.0588235294118,51.9607843137255],[90.1960784313725,102.941176470588,60.7843137254902],[67.6470588235294,79.4117647058823,42.156862745098],[50,64.7058823529412,26.4705882352941],[112.745098039216,128.43137254902,84.3137254901961],[142.156862745098,155.882352941176,103.921568627451],[121.56862745098,135.294117647059,74.5098039215686],[176.470588235294,192.156862745098,118.627450980392],[162.745098039216,177.450980392157,96.078431372549],[101.960784313725,108.823529411765,30.3921568627451],[104.901960784314,95.0980392156863,34.3137254901961],[120.588235294118,105.882352941176,50],[109.803921568627,101.960784313725,40.1960784313726],[83.3333333333333,74.5098039215686,10.7843137254902],[83.3333333333333,64.7058823529412,6.86274509803922],[130.392156862745,105.882352941176,52.9411764705882],[87.2549019607843,58.8235294117647,15.6862745098039],[48.0392156862745,19.6078431372549,0],[46.078431372549,28.4313725490196,4.90196078431373],[24.5098039215686,8.82352941176471,0],[31.3725490196078,16.6666666666667,13.7254901960784],[14.7058823529412,0,0],[13.7254901960784,0,0.980392156862745],[15.6862745098039,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[42.156862745098,38.2352941176471,37.2549019607843],[18.6274509803922,14.7058823529412,13.7254901960784],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[23.5294117647059,15.6862745098039,12.7450980392157],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,1.96078431372549,0],[21.5686274509804,10.7843137254902,4.90196078431373],[34.3137254901961,24.5098039215686,15.6862745098039],[27.4509803921569,14.7058823529412,6.86274509803922],[33.3333333333333,20.5882352941176,12.7450980392157],[31.3725490196078,17.6470588235294,8.82352941176471],[24.5098039215686,10.7843137254902,1.96078431372549],[26.4705882352941,9.80392156862745,1.96078431372549],[51.9607843137255,35.2941176470588,25.4901960784314],[49.0196078431373,32.3529411764706,22.5490196078431],[42.156862745098,25.4901960784314,15.6862745098039],[56.8627450980392,41.1764705882353,28.4313725490196],[37.2549019607843,23.5294117647059,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[33.3333333333333,21.5686274509804,7.84313725490196],[26.4705882352941,14.7058823529412,2.94117647058824],[32.3529411764706,20.5882352941176,8.82352941176471],[48.0392156862745,34.3137254901961,25.4901960784314],[69.6078431372549,55.8823529411765,45.0980392156863],[36.2745098039216,20.5882352941176,7.84313725490196],[20.5882352941176,4.90196078431373,0],[61.7647058823529,49.0196078431373,30.3921568627451],[24.5098039215686,12.7450980392157,0],[38.2352941176471,27.4509803921569,7.84313725490196],[21.5686274509804,13.7254901960784,0],[29.4117647058824,22.5490196078431,6.86274509803922],[31.3725490196078,25.4901960784314,13.7254901960784],[13.7254901960784,6.86274509803922,0],[22.5490196078431,18.6274509803922,7.84313725490196],[43.1372549019608,42.156862745098,22.5490196078431],[37.2549019607843,33.3333333333333,6.86274509803922],[40.1960784313726,25.4901960784314,0],[82.3529411764706,58.8235294117647,21.5686274509804],[120.588235294118,90.1960784313725,47.0588235294118],[117.647058823529,86.2745098039216,40.1960784313726],[150.980392156863,123.529411764706,76.4705882352941],[177.450980392157,155.882352941176,106.862745098039],[250,244.117647058824,193.137254901961],[183.333333333333,176.470588235294,125.490196078431],[128.43137254902,125.490196078431,75.4901960784314],[146.078431372549,140.196078431373,93.1372549019608],[85.2941176470588,72.5490196078431,31.3725490196078],[87.2549019607843,69.6078431372549,32.3529411764706],[103.921568627451,80.3921568627451,45.0980392156863],[137.254901960784,113.725490196078,76.4705882352941],[139.21568627451,122.549019607843,80.3921568627451],[159.803921568627,150,101.960784313725],[136.274509803922,130.392156862745,79.4117647058823],[147.058823529412,142.156862745098,87.2549019607843],[170.588235294118,166.666666666667,106.862745098039],[176.470588235294,171.56862745098,114.705882352941],[150,146.078431372549,99.0196078431373],[114.705882352941,111.764705882353,67.6470588235294],[145.098039215686,141.176470588235,94.1176470588235],[209.803921568627,206.862745098039,156.862745098039],[184.313725490196,181.372549019608,131.372549019608],[188.235294117647,187.254901960784,144.117647058824],[224.509803921569,227.450980392157,199.019607843137],[201.960784313725,207.843137254902,180.392156862745],[172.549019607843,183.333333333333,142.156862745098],[221.56862745098,232.352941176471,190.196078431373],[219.607843137255,226.470588235294,193.137254901961],[185.294117647059,199.019607843137,174.509803921569],[186.274509803922,214.705882352941,195.098039215686],[125.490196078431,163.725490196078,146.078431372549],[129.411764705882,173.529411764706,153.921568627451],[162.745098039216,208.823529411765,189.21568627451],[150,196.078431372549,178.43137254902],[146.078431372549,189.21568627451,176.470588235294],[145.098039215686,184.313725490196,176.470588235294],[140.196078431373,171.56862745098,168.627450980392],[152.941176470588,181.372549019608,176.470588235294],[223.529411764706,250,243.137254901961],[181.372549019608,218.627450980392,205.882352941176],[90.1960784313725,135.294117647059,124.509803921569],[106.862745098039,161.764705882353,150.980392156863],[89.2156862745098,144.117647058824,133.333333333333],[110.78431372549,155.882352941176,143.137254901961],[89.2156862745098,128.43137254902,117.647058823529],[97.0588235294118,137.254901960784,131.372549019608],[88.2352941176471,129.411764705882,127.450980392157],[84.3137254901961,124.509803921569,128.43137254902],[63.7254901960784,105.882352941176,111.764705882353],[68.6274509803922,112.745098039216,115.686274509804],[88.2352941176471,128.43137254902,130.392156862745],[89.2156862745098,120.588235294118,119.607843137255],[156.862745098039,181.372549019608,177.450980392157],[197.058823529412,217.647058823529,208.823529411765],[155.882352941176,175.490196078431,164.705882352941],[178.43137254902,198.039215686275,187.254901960784],[156.862745098039,176.470588235294,165.686274509804],[148.039215686275,170.588235294118,160.78431372549],[179.411764705882,201.960784313725,194.117647058824],[155.882352941176,177.450980392157,174.509803921569],[122.549019607843,141.176470588235,135.294117647059],[156.862745098039,168.627450980392,156.862745098039],[209.803921568627,216.666666666667,199.019607843137],[215.686274509804,221.56862745098,196.078431372549],[209.803921568627,210.78431372549,179.411764705882],[200.980392156863,193.137254901961,156.862745098039],[167.647058823529,155.882352941176,114.705882352941],[192.156862745098,185.294117647059,140.196078431373],[188.235294117647,190.196078431373,142.156862745098],[163.725490196078,172.549019607843,126.470588235294],[161.764705882353,172.549019607843,131.372549019608],[130.392156862745,136.274509803922,100.980392156863],[151.960784313725,156.862745098039,125.490196078431],[178.43137254902,187.254901960784,160.78431372549],[143.137254901961,152.941176470588,129.411764705882],[171.56862745098,176.470588235294,156.862745098039],[177.450980392157,177.450980392157,165.686274509804],[146.078431372549,142.156862745098,143.137254901961],[166.666666666667,161.764705882353,165.686274509804],[179.411764705882,178.43137254902,173.529411764706],[132.352941176471,137.254901960784,130.392156862745],[118.627450980392,126.470588235294,128.43137254902],[151.960784313725,162.745098039216,168.627450980392],[150,158.823529411765,167.647058823529],[114.705882352941,124.509803921569,125.490196078431],[162.745098039216,177.450980392157,158.823529411765],[144.117647058824,166.666666666667,139.21568627451],[106.862745098039,135.294117647059,115.686274509804],[104.901960784314,137.254901960784,128.43137254902],[79.4117647058823,113.725490196078,119.607843137255],[109.803921568627,142.156862745098,150.980392156863],[153.921568627451,174.509803921569,175.490196078431],[141.176470588235,159.803921568627,155.882352941176],[184.313725490196,204.901960784314,200],[194.117647058824,218.627450980392,212.745098039216],[111.764705882353,140.196078431373,136.274509803922],[111.764705882353,145.098039215686,144.117647058824],[111.764705882353,151.960784313725,153.921568627451],[111.764705882353,159.803921568627,166.666666666667],[78.4313725490196,130.392156862745,144.117647058824],[72.5490196078431,127.450980392157,144.117647058824],[87.2549019607843,142.156862745098,158.823529411765],[98.0392156862745,148.039215686275,164.705882352941],[107.843137254902,150.980392156863,163.725490196078],[139.21568627451,176.470588235294,185.294117647059],[148.039215686275,180.392156862745,185.294117647059],[111.764705882353,146.078431372549,148.039215686275],[127.450980392157,170.588235294118,173.529411764706],[138.235294117647,185.294117647059,187.254901960784],[107.843137254902,150.980392156863,153.921568627451],[103.921568627451,143.137254901961,145.098039215686],[90.1960784313725,127.450980392157,128.43137254902],[96.078431372549,131.372549019608,129.411764705882],[71.5686274509804,105.882352941176,99.0196078431373],[85.2941176470588,120.588235294118,106.862745098039],[81.3725490196078,118.627450980392,96.078431372549],[72.5490196078431,105.882352941176,79.4117647058823],[106.862745098039,137.254901960784,106.862745098039],[128.43137254902,150.980392156863,122.549019607843],[122.549019607843,136.274509803922,111.764705882353],[93.1372549019608,100.980392156863,78.4313725490196],[100,100.980392156863,83.3333333333333],[63.7254901960784,62.7450980392157,45.0980392156863],[82.3529411764706,79.4117647058823,62.7450980392157],[135.294117647059,130.392156862745,108.823529411765],[56.8627450980392,51.9607843137255,14.7058823529412],[41.1764705882353,39.2156862745098,0],[69.6078431372549,71.5686274509804,23.5294117647059],[125.490196078431,132.352941176471,92.156862745098],[98.0392156862745,112.745098039216,92.156862745098],[73.5294117647059,96.078431372549,76.4705882352941],[111.764705882353,141.176470588235,107.843137254902],[66.6666666666667,97.0588235294118,55.8823529411765],[58.8235294117647,87.2549019607843,42.156862745098],[105.882352941176,135.294117647059,86.2745098039216],[104.901960784314,136.274509803922,87.2549019607843],[101.960784313725,137.254901960784,90.1960784313725],[166.666666666667,207.843137254902,168.627450980392],[137.254901960784,177.450980392157,136.274509803922],[109.803921568627,144.117647058824,87.2549019607843],[112.745098039216,141.176470588235,78.4313725490196],[116.666666666667,142.156862745098,78.4313725490196],[139.21568627451,160.78431372549,100],[128.43137254902,148.039215686275,90.1960784313725],[73.5294117647059,88.2352941176471,34.3137254901961],[64.7058823529412,78.4313725490196,28.4313725490196],[39.2156862745098,51.9607843137255,6.86274509803922],[26.4705882352941,39.2156862745098,0],[57.843137254902,70.5882352941177,27.4509803921569],[14.7058823529412,28.4313725490196,0],[133.333333333333,146.078431372549,93.1372549019608],[164.705882352941,176.470588235294,113.725490196078],[176.470588235294,188.235294117647,115.686274509804],[170.588235294118,182.352941176471,101.960784313725],[114.705882352941,117.647058823529,40.1960784313726],[160.78431372549,150.980392156863,90.1960784313725],[124.509803921569,112.745098039216,55.8823529411765],[140.196078431373,132.352941176471,70.5882352941177],[113.725490196078,105.882352941176,42.156862745098],[114.705882352941,99.0196078431373,38.2352941176471],[162.745098039216,142.156862745098,88.2352941176471],[113.725490196078,90.1960784313725,45.0980392156863],[44.1176470588235,20.5882352941176,0],[23.5294117647059,7.84313725490196,0],[11.7647058823529,0,0],[14.7058823529412,0,0],[24.5098039215686,7.84313725490196,13.7254901960784],[22.5490196078431,5.88235294117647,11.7647058823529],[7.84313725490196,0,0],[11.7647058823529,7.84313725490196,4.90196078431373],[1.96078431372549,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[16.6666666666667,12.7450980392157,9.80392156862745],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,1.96078431372549],[32.3529411764706,24.5098039215686,21.5686274509804],[23.5294117647059,13.7254901960784,11.7647058823529],[29.4117647058824,18.6274509803922,16.6666666666667],[22.5490196078431,11.7647058823529,7.84313725490196],[11.7647058823529,0.980392156862745,0],[19.6078431372549,8.82352941176471,2.94117647058824],[25.4901960784314,14.7058823529412,8.82352941176471],[24.5098039215686,13.7254901960784,7.84313725490196],[13.7254901960784,0.980392156862745,0],[9.80392156862745,0,0],[14.7058823529412,3.92156862745098,0],[21.5686274509804,10.7843137254902,4.90196078431373],[20.5882352941176,9.80392156862745,3.92156862745098],[26.4705882352941,17.6470588235294,10.7843137254902],[32.3529411764706,23.5294117647059,18.6274509803922],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,6.86274509803922,0.980392156862745],[22.5490196078431,7.84313725490196,0.980392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[10.7843137254902,0,0],[60.7843137254902,47.0588235294118,34.3137254901961],[35.2941176470588,22.5490196078431,6.86274509803922],[26.4705882352941,13.7254901960784,0],[47.0588235294118,34.3137254901961,17.6470588235294],[34.3137254901961,22.5490196078431,6.86274509803922],[14.7058823529412,5.88235294117647,0],[24.5098039215686,16.6666666666667,3.92156862745098],[8.82352941176471,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[16.6666666666667,16.6666666666667,8.82352941176471],[7.84313725490196,7.84313725490196,0],[21.5686274509804,22.5490196078431,6.86274509803922],[49.0196078431373,47.0588235294118,24.5098039215686],[73.5294117647059,62.7450980392157,33.3333333333333],[94.1176470588235,76.4705882352941,41.1764705882353],[107.843137254902,86.2745098039216,48.0392156862745],[126.470588235294,104.901960784314,64.7058823529412],[125.490196078431,107.843137254902,70.5882352941177],[138.235294117647,125.490196078431,84.3137254901961],[201.960784313725,194.117647058824,146.078431372549],[150.980392156863,144.117647058824,90.1960784313725],[139.21568627451,129.411764705882,71.5686274509804],[146.078431372549,131.372549019608,75.4901960784314],[73.5294117647059,53.921568627451,4.90196078431373],[82.3529411764706,59.8039215686275,16.6666666666667],[111.764705882353,91.1764705882353,49.0196078431373],[143.137254901961,124.509803921569,82.3529411764706],[209.803921568627,196.078431372549,148.039215686275],[125.490196078431,118.627450980392,65.6862745098039],[104.901960784314,104.901960784314,51.9607843137255],[100.980392156863,103.921568627451,50],[116.666666666667,115.686274509804,62.7450980392157],[178.43137254902,176.470588235294,128.43137254902],[106.862745098039,112.745098039216,67.6470588235294],[127.450980392157,136.274509803922,94.1176470588235],[215.686274509804,223.529411764706,183.333333333333],[160.78431372549,166.666666666667,131.372549019608],[205.882352941176,204.901960784314,175.490196078431],[237.254901960784,239.21568627451,215.686274509804],[209.803921568627,222.549019607843,202.941176470588],[214.705882352941,231.372549019608,212.745098039216],[221.56862745098,234.313725490196,214.705882352941],[210.78431372549,219.607843137255,193.137254901961],[191.176470588235,195.098039215686,158.823529411765],[176.470588235294,182.352941176471,145.098039215686],[169.607843137255,185.294117647059,158.823529411765],[144.117647058824,171.56862745098,149.019607843137],[123.529411764706,160.78431372549,138.235294117647],[126.470588235294,170.588235294118,150.980392156863],[166.666666666667,217.647058823529,204.901960784314],[152.941176470588,199.019607843137,193.137254901961],[140.196078431373,173.529411764706,174.509803921569],[145.098039215686,168.627450980392,170.588235294118],[141.176470588235,161.764705882353,156.862745098039],[195.098039215686,224.509803921569,216.666666666667],[144.117647058824,193.137254901961,184.313725490196],[88.2352941176471,147.058823529412,137.254901960784],[99.0196078431373,157.843137254902,148.039215686275],[100,158.823529411765,149.019607843137],[100,155.882352941176,150],[87.2549019607843,141.176470588235,138.235294117647],[122.549019607843,171.56862745098,168.627450980392],[94.1176470588235,139.21568627451,137.254901960784],[119.607843137255,160.78431372549,159.803921568627],[117.647058823529,162.745098039216,159.803921568627],[89.2156862745098,145.098039215686,136.274509803922],[88.2352941176471,140.196078431373,132.352941176471],[118.627450980392,152.941176470588,149.019607843137],[145.098039215686,169.607843137255,166.666666666667],[148.039215686275,172.549019607843,168.627450980392],[155.882352941176,180.392156862745,176.470588235294],[161.764705882353,182.352941176471,177.450980392157],[145.098039215686,165.686274509804,158.823529411765],[150,175.490196078431,166.666666666667],[130.392156862745,152.941176470588,145.098039215686],[141.176470588235,152.941176470588,150.980392156863],[163.725490196078,172.549019607843,169.607843137255],[173.529411764706,189.21568627451,178.43137254902],[198.039215686275,214.705882352941,197.058823529412],[198.039215686275,209.803921568627,186.274509803922],[195.098039215686,200,170.588235294118],[194.117647058824,188.235294117647,154.901960784314],[190.196078431373,180.392156862745,145.098039215686],[229.411764705882,224.509803921569,185.294117647059],[208.823529411765,209.803921568627,170.588235294118],[189.21568627451,197.058823529412,158.823529411765],[176.470588235294,186.274509803922,151.960784313725],[113.725490196078,119.607843137255,92.156862745098],[154.901960784314,162.745098039216,139.21568627451],[177.450980392157,191.176470588235,168.627450980392],[141.176470588235,152.941176470588,133.333333333333],[123.529411764706,124.509803921569,108.823529411765],[174.509803921569,165.686274509804,156.862745098039],[158.823529411765,140.196078431373,142.156862745098],[138.235294117647,117.647058823529,122.549019607843],[184.313725490196,170.588235294118,170.588235294118],[177.450980392157,169.607843137255,166.666666666667],[166.666666666667,167.647058823529,159.803921568627],[149.019607843137,150,142.156862745098],[181.372549019608,181.372549019608,173.529411764706],[143.137254901961,144.117647058824,138.235294117647],[150.980392156863,162.745098039216,152.941176470588],[152.941176470588,174.509803921569,162.745098039216],[156.862745098039,189.21568627451,180.392156862745],[110.78431372549,150,141.176470588235],[104.901960784314,144.117647058824,136.274509803922],[121.56862745098,152.941176470588,148.039215686275],[174.509803921569,199.019607843137,196.078431372549],[170.588235294118,192.156862745098,190.196078431373],[164.705882352941,188.235294117647,188.235294117647],[160.78431372549,188.235294117647,189.21568627451],[113.725490196078,147.058823529412,149.019607843137],[113.725490196078,151.960784313725,156.862745098039],[117.647058823529,159.803921568627,165.686274509804],[110.78431372549,158.823529411765,163.725490196078],[111.764705882353,160.78431372549,169.607843137255],[100,151.960784313725,159.803921568627],[117.647058823529,166.666666666667,175.490196078431],[111.764705882353,157.843137254902,167.647058823529],[130.392156862745,171.56862745098,183.333333333333],[187.254901960784,222.549019607843,236.274509803922],[150.980392156863,182.352941176471,195.098039215686],[115.686274509804,151.960784313725,160.78431372549],[130.392156862745,179.411764705882,178.43137254902],[119.607843137255,170.588235294118,166.666666666667],[123.529411764706,170.588235294118,170.588235294118],[108.823529411765,149.019607843137,152.941176470588],[82.3529411764706,116.666666666667,122.549019607843],[94.1176470588235,127.450980392157,129.411764705882],[102.941176470588,134.313725490196,129.411764705882],[72.5490196078431,102.941176470588,85.2941176470588],[69.6078431372549,98.0392156862745,67.6470588235294],[111.764705882353,138.235294117647,98.0392156862745],[137.254901960784,155.882352941176,111.764705882353],[134.313725490196,147.058823529412,104.901960784314],[100,106.862745098039,73.5294117647059],[82.3529411764706,86.2745098039216,61.7647058823529],[60.7843137254902,61.7647058823529,44.1176470588235],[78.4313725490196,76.4705882352941,61.7647058823529],[67.6470588235294,64.7058823529412,48.0392156862745],[85.2941176470588,80.3921568627451,58.8235294117647],[116.666666666667,111.764705882353,82.3529411764706],[62.7450980392157,58.8235294117647,24.5098039215686],[49.0196078431373,49.0196078431373,13.7254901960784],[61.7647058823529,69.6078431372549,31.3725490196078],[57.843137254902,74.5098039215686,33.3333333333333],[44.1176470588235,66.6666666666667,23.5294117647059],[95.0980392156863,121.56862745098,77.4509803921569],[111.764705882353,140.196078431373,93.1372549019608],[150,178.43137254902,123.529411764706],[148.039215686275,176.470588235294,121.56862745098],[78.4313725490196,105.882352941176,55.8823529411765],[124.509803921569,155.882352941176,106.862745098039],[155.882352941176,193.137254901961,143.137254901961],[120.588235294118,156.862745098039,106.862745098039],[73.5294117647059,99.0196078431373,51.9607843137255],[56.8627450980392,76.4705882352941,26.4705882352941],[68.6274509803922,86.2745098039216,35.2941176470588],[96.078431372549,112.745098039216,59.8039215686275],[79.4117647058823,94.1176470588235,40.1960784313726],[70.5882352941177,85.2941176470588,31.3725490196078],[79.4117647058823,94.1176470588235,40.1960784313726],[50,66.6666666666667,13.7254901960784],[44.1176470588235,60.7843137254902,7.84313725490196],[121.56862745098,138.235294117647,85.2941176470588],[62.7450980392157,77.4509803921569,21.5686274509804],[170.588235294118,181.372549019608,122.549019607843],[166.666666666667,175.490196078431,111.764705882353],[141.176470588235,147.058823529412,78.4313725490196],[235.294117647059,237.254901960784,165.686274509804],[198.039215686275,195.098039215686,125.490196078431],[160.78431372549,152.941176470588,92.156862745098],[90.1960784313725,80.3921568627451,20.5882352941176],[90.1960784313725,82.3529411764706,20.5882352941176],[107.843137254902,100,36.2745098039216],[71.5686274509804,61.7647058823529,0.980392156862745],[64.7058823529412,52.9411764705882,0],[63.7254901960784,47.0588235294118,1.96078431372549],[64.7058823529412,49.0196078431373,15.6862745098039],[32.3529411764706,17.6470588235294,0],[29.4117647058824,15.6862745098039,6.86274509803922],[9.80392156862745,0,0],[32.3529411764706,20.5882352941176,24.5098039215686],[20.5882352941176,8.82352941176471,12.7450980392157],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,4.90196078431373,1.96078431372549],[14.7058823529412,9.80392156862745,6.86274509803922],[12.7450980392157,7.84313725490196,4.90196078431373],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,7.84313725490196,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,1.96078431372549],[6.86274509803922,5.88235294117647,0.980392156862745],[18.6274509803922,15.6862745098039,8.82352941176471],[28.4313725490196,21.5686274509804,15.6862745098039],[10.7843137254902,0,0],[23.5294117647059,12.7450980392157,8.82352941176471],[46.078431372549,35.2941176470588,31.3725490196078],[46.078431372549,35.2941176470588,31.3725490196078],[32.3529411764706,21.5686274509804,15.6862745098039],[24.5098039215686,13.7254901960784,7.84313725490196],[35.2941176470588,24.5098039215686,18.6274509803922],[28.4313725490196,17.6470588235294,11.7647058823529],[15.6862745098039,4.90196078431373,0],[13.7254901960784,2.94117647058824,0],[23.5294117647059,14.7058823529412,9.80392156862745],[23.5294117647059,14.7058823529412,9.80392156862745],[15.6862745098039,8.82352941176471,2.94117647058824],[15.6862745098039,8.82352941176471,2.94117647058824],[13.7254901960784,3.92156862745098,1.96078431372549],[23.5294117647059,9.80392156862745,8.82352941176471],[25.4901960784314,10.7843137254902,7.84313725490196],[25.4901960784314,10.7843137254902,3.92156862745098],[19.6078431372549,5.88235294117647,0],[32.3529411764706,19.6078431372549,2.94117647058824],[88.2352941176471,76.4705882352941,54.9019607843137],[62.7450980392157,50.9803921568627,29.4117647058824],[39.2156862745098,28.4313725490196,6.86274509803922],[48.0392156862745,40.1960784313726,21.5686274509804],[33.3333333333333,26.4705882352941,10.7843137254902],[7.84313725490196,0.980392156862745,0],[18.6274509803922,13.7254901960784,7.84313725490196],[23.5294117647059,20.5882352941176,15.6862745098039],[10.7843137254902,9.80392156862745,5.88235294117647],[17.6470588235294,18.6274509803922,13.7254901960784],[33.3333333333333,34.3137254901961,26.4705882352941],[17.6470588235294,15.6862745098039,0.980392156862745],[39.2156862745098,33.3333333333333,11.7647058823529],[84.3137254901961,68.6274509803922,43.1372549019608],[100.980392156863,80.3921568627451,50],[107.843137254902,85.2941176470588,51.9607843137255],[139.21568627451,116.666666666667,83.3333333333333],[137.254901960784,121.56862745098,86.2745098039216],[96.078431372549,84.3137254901961,45.0980392156863],[149.019607843137,138.235294117647,93.1372549019608],[229.411764705882,217.647058823529,166.666666666667],[108.823529411765,93.1372549019608,35.2941176470588],[120.588235294118,100.980392156863,43.1372549019608],[180.392156862745,158.823529411765,102.941176470588],[170.588235294118,149.019607843137,100],[139.21568627451,120.588235294118,79.4117647058823],[149.019607843137,134.313725490196,94.1176470588235],[174.509803921569,163.725490196078,119.607843137255],[187.254901960784,185.294117647059,138.235294117647],[132.352941176471,139.21568627451,89.2156862745098],[107.843137254902,115.686274509804,67.6470588235294],[116.666666666667,117.647058823529,74.5098039215686],[196.078431372549,197.058823529412,155.882352941176],[119.607843137255,127.450980392157,87.2549019607843],[110.78431372549,122.549019607843,83.3333333333333],[153.921568627451,165.686274509804,130.392156862745],[142.156862745098,149.019607843137,118.627450980392],[204.901960784314,206.862745098039,183.333333333333],[234.313725490196,239.21568627451,217.647058823529],[197.058823529412,214.705882352941,193.137254901961],[207.843137254902,229.411764705882,208.823529411765],[208.823529411765,225.490196078431,207.843137254902],[153.921568627451,165.686274509804,142.156862745098],[189.21568627451,197.058823529412,156.862745098039],[244.117647058824,250,211.764705882353],[228.43137254902,244.117647058824,215.686274509804],[193.137254901961,216.666666666667,195.098039215686],[173.529411764706,204.901960784314,182.352941176471],[154.901960784314,193.137254901961,174.509803921569],[137.254901960784,183.333333333333,173.529411764706],[163.725490196078,207.843137254902,204.901960784314],[129.411764705882,158.823529411765,160.78431372549],[151.960784313725,172.549019607843,173.529411764706],[163.725490196078,182.352941176471,176.470588235294],[183.333333333333,212.745098039216,204.901960784314],[144.117647058824,196.078431372549,190.196078431373],[96.078431372549,157.843137254902,150],[96.078431372549,151.960784313725,145.098039215686],[87.2549019607843,145.098039215686,139.21568627451],[90.1960784313725,152.941176470588,151.960784313725],[106.862745098039,169.607843137255,169.607843137255],[104.901960784314,159.803921568627,158.823529411765],[106.862745098039,153.921568627451,153.921568627451],[134.313725490196,172.549019607843,171.56862745098],[129.411764705882,170.588235294118,166.666666666667],[93.1372549019608,149.019607843137,140.196078431373],[118.627450980392,175.490196078431,163.725490196078],[135.294117647059,176.470588235294,172.549019607843],[153.921568627451,187.254901960784,186.274509803922],[124.509803921569,157.843137254902,156.862745098039],[117.647058823529,147.058823529412,147.058823529412],[120.588235294118,140.196078431373,141.176470588235],[145.098039215686,164.705882352941,162.745098039216],[128.43137254902,154.901960784314,148.039215686275],[120.588235294118,143.137254901961,137.254901960784],[154.901960784314,164.705882352941,163.725490196078],[135.294117647059,144.117647058824,141.176470588235],[141.176470588235,160.78431372549,150],[133.333333333333,153.921568627451,137.254901960784],[186.274509803922,200,177.450980392157],[223.529411764706,229.411764705882,203.921568627451],[218.627450980392,214.705882352941,186.274509803922],[226.470588235294,220.588235294118,189.21568627451],[229.411764705882,229.411764705882,196.078431372549],[200.980392156863,204.901960784314,170.588235294118],[200.980392156863,205.882352941176,174.509803921569],[167.647058823529,173.529411764706,146.078431372549],[176.470588235294,181.372549019608,158.823529411765],[144.117647058824,152.941176470588,134.313725490196],[146.078431372549,164.705882352941,146.078431372549],[135.294117647059,151.960784313725,134.313725490196],[132.352941176471,139.21568627451,123.529411764706],[150.980392156863,147.058823529412,136.274509803922],[156.862745098039,141.176470588235,141.176470588235],[167.647058823529,149.019607843137,150.980392156863],[173.529411764706,161.764705882353,161.764705882353],[171.56862745098,164.705882352941,158.823529411765],[181.372549019608,179.411764705882,166.666666666667],[150.980392156863,150,132.352941176471],[201.960784313725,196.078431372549,182.352941176471],[180.392156862745,178.43137254902,166.666666666667],[122.549019607843,128.43137254902,124.509803921569],[152.941176470588,171.56862745098,167.647058823529],[131.372549019608,161.764705882353,156.862745098039],[111.764705882353,146.078431372549,139.21568627451],[159.803921568627,193.137254901961,179.411764705882],[151.960784313725,179.411764705882,167.647058823529],[204.901960784314,226.470588235294,223.529411764706],[212.745098039216,232.352941176471,233.333333333333],[171.56862745098,195.098039215686,197.058823529412],[139.21568627451,166.666666666667,170.588235294118],[138.235294117647,170.588235294118,177.450980392157],[128.43137254902,166.666666666667,173.529411764706],[126.470588235294,168.627450980392,175.490196078431],[112.745098039216,158.823529411765,164.705882352941],[107.843137254902,155.882352941176,159.803921568627],[113.725490196078,161.764705882353,165.686274509804],[122.549019607843,169.607843137255,173.529411764706],[125.490196078431,169.607843137255,174.509803921569],[133.333333333333,172.549019607843,180.392156862745],[155.882352941176,191.176470588235,202.941176470588],[134.313725490196,166.666666666667,181.372549019608],[123.529411764706,158.823529411765,170.588235294118],[111.764705882353,155.882352941176,160.78431372549],[106.862745098039,153.921568627451,155.882352941176],[101.960784313725,146.078431372549,150.980392156863],[87.2549019607843,127.450980392157,133.333333333333],[75.4901960784314,109.803921568627,115.686274509804],[85.2941176470588,113.725490196078,117.647058823529],[91.1764705882353,117.647058823529,112.745098039216],[80.3921568627451,102.941176470588,87.2549019607843],[82.3529411764706,101.960784313725,75.4901960784314],[121.56862745098,138.235294117647,102.941176470588],[124.509803921569,139.21568627451,100.980392156863],[123.529411764706,133.333333333333,97.0588235294118],[163.725490196078,170.588235294118,138.235294117647],[97.0588235294118,100.980392156863,76.4705882352941],[53.921568627451,54.9019607843137,37.2549019607843],[59.8039215686275,61.7647058823529,48.0392156862745],[63.7254901960784,67.6470588235294,50.9803921568627],[46.078431372549,49.0196078431373,30.3921568627451],[100,98.0392156862745,75.4901960784314],[57.843137254902,53.921568627451,29.4117647058824],[15.6862745098039,13.7254901960784,0],[28.4313725490196,33.3333333333333,3.92156862745098],[47.0588235294118,63.7254901960784,19.6078431372549],[113.725490196078,137.254901960784,86.2745098039216],[169.607843137255,196.078431372549,151.960784313725],[88.2352941176471,113.725490196078,67.6470588235294],[100.980392156863,123.529411764706,70.5882352941177],[110.78431372549,131.372549019608,76.4705882352941],[91.1764705882353,112.745098039216,66.6666666666667],[81.3725490196078,108.823529411765,61.7647058823529],[150.980392156863,187.254901960784,136.274509803922],[148.039215686275,184.313725490196,133.333333333333],[49.0196078431373,74.5098039215686,28.4313725490196],[90.1960784313725,107.843137254902,66.6666666666667],[93.1372549019608,107.843137254902,65.6862745098039],[74.5098039215686,87.2549019607843,44.1176470588235],[93.1372549019608,104.901960784314,59.8039215686275],[97.0588235294118,108.823529411765,61.7647058823529],[178.43137254902,191.176470588235,139.21568627451],[183.333333333333,196.078431372549,143.137254901961],[154.901960784314,169.607843137255,111.764705882353],[187.254901960784,202.941176470588,142.156862745098],[113.725490196078,128.43137254902,64.7058823529412],[107.843137254902,120.588235294118,52.9411764705882],[110.78431372549,120.588235294118,52.9411764705882],[120.588235294118,126.470588235294,55.8823529411765],[157.843137254902,159.803921568627,88.2352941176471],[183.333333333333,183.333333333333,114.705882352941],[187.254901960784,183.333333333333,120.588235294118],[131.372549019608,125.490196078431,64.7058823529412],[72.5490196078431,67.6470588235294,4.90196078431373],[73.5294117647059,68.6274509803922,3.92156862745098],[96.078431372549,88.2352941176471,26.4705882352941],[100,91.1764705882353,33.3333333333333],[138.235294117647,126.470588235294,79.4117647058823],[67.6470588235294,54.9019607843137,20.5882352941176],[38.2352941176471,23.5294117647059,2.94117647058824],[30.3921568627451,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,7.84313725490196],[24.5098039215686,12.7450980392157,16.6666666666667],[13.7254901960784,2.94117647058824,6.86274509803922],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[14.7058823529412,9.80392156862745,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[13.7254901960784,7.84313725490196,7.84313725490196],[27.4509803921569,21.5686274509804,21.5686274509804],[27.4509803921569,21.5686274509804,21.5686274509804],[13.7254901960784,7.84313725490196,7.84313725490196],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,3.92156862745098],[6.86274509803922,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[4.90196078431373,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[9.80392156862745,4.90196078431373,0.980392156862745],[6.86274509803922,1.96078431372549,0],[16.6666666666667,11.7647058823529,5.88235294117647],[25.4901960784314,20.5882352941176,14.7058823529412],[36.2745098039216,29.4117647058824,23.5294117647059],[30.3921568627451,19.6078431372549,15.6862745098039],[15.6862745098039,1.96078431372549,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[22.5490196078431,7.84313725490196,2.94117647058824],[25.4901960784314,10.7843137254902,3.92156862745098],[21.5686274509804,6.86274509803922,0],[28.4313725490196,13.7254901960784,6.86274509803922],[21.5686274509804,7.84313725490196,0],[9.80392156862745,0,0],[13.7254901960784,0.980392156862745,0],[36.2745098039216,26.4705882352941,16.6666666666667],[37.2549019607843,27.4509803921569,17.6470588235294],[21.5686274509804,13.7254901960784,2.94117647058824],[18.6274509803922,10.7843137254902,0],[11.7647058823529,2.94117647058824,0],[36.2745098039216,22.5490196078431,19.6078431372549],[47.0588235294118,33.3333333333333,30.3921568627451],[27.4509803921569,14.7058823529412,5.88235294117647],[80.3921568627451,68.6274509803922,52.9411764705882],[88.2352941176471,76.4705882352941,54.9019607843137],[73.5294117647059,61.7647058823529,36.2745098039216],[64.7058823529412,55.8823529411765,27.4509803921569],[27.4509803921569,17.6470588235294,0],[50,42.156862745098,19.6078431372549],[77.4509803921569,70.5882352941177,52.9411764705882],[15.6862745098039,9.80392156862745,0],[12.7450980392157,7.84313725490196,1.96078431372549],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,10.7843137254902,14.7058823529412],[31.3725490196078,28.4313725490196,35.2941176470588],[47.0588235294118,43.1372549019608,44.1176470588235],[41.1764705882353,33.3333333333333,20.5882352941176],[46.078431372549,31.3725490196078,12.7450980392157],[60.7843137254902,36.2745098039216,16.6666666666667],[92.156862745098,62.7450980392157,39.2156862745098],[117.647058823529,87.2549019607843,59.8039215686275],[105.882352941176,76.4705882352941,43.1372549019608],[94.1176470588235,71.5686274509804,31.3725490196078],[109.803921568627,91.1764705882353,50],[128.43137254902,110.78431372549,71.5686274509804],[203.921568627451,185.294117647059,143.137254901961],[134.313725490196,112.745098039216,64.7058823529412],[56.8627450980392,34.3137254901961,0],[156.862745098039,135.294117647059,78.4313725490196],[159.803921568627,140.196078431373,88.2352941176471],[153.921568627451,138.235294117647,102.941176470588],[153.921568627451,143.137254901961,115.686274509804],[142.156862745098,137.254901960784,107.843137254902],[146.078431372549,147.058823529412,115.686274509804],[130.392156862745,137.254901960784,103.921568627451],[124.509803921569,131.372549019608,98.0392156862745],[169.607843137255,170.588235294118,139.21568627451],[171.56862745098,172.549019607843,141.176470588235],[97.0588235294118,100.980392156863,68.6274509803922],[128.43137254902,134.313725490196,100.980392156863],[99.0196078431373,104.901960784314,71.5686274509804],[191.176470588235,194.117647058824,163.725490196078],[241.176470588235,242.156862745098,211.764705882353],[220.588235294118,225.490196078431,196.078431372549],[188.235294117647,204.901960784314,173.529411764706],[157.843137254902,181.372549019608,150],[161.764705882353,185.294117647059,153.921568627451],[210.78431372549,231.372549019608,199.019607843137],[211.764705882353,232.352941176471,194.117647058824],[218.627450980392,238.235294117647,203.921568627451],[231.372549019608,250,233.333333333333],[151.960784313725,175.490196078431,159.803921568627],[130.392156862745,154.901960784314,136.274509803922],[158.823529411765,186.274509803922,171.56862745098],[135.294117647059,172.549019607843,161.764705882353],[175.490196078431,211.764705882353,204.901960784314],[150.980392156863,181.372549019608,176.470588235294],[126.470588235294,152.941176470588,146.078431372549],[145.098039215686,170.588235294118,157.843137254902],[178.43137254902,211.764705882353,198.039215686275],[116.666666666667,166.666666666667,161.764705882353],[88.2352941176471,143.137254901961,140.196078431373],[100,149.019607843137,146.078431372549],[100,150.980392156863,149.019607843137],[92.156862745098,151.960784313725,152.941176470588],[100,162.745098039216,164.705882352941],[84.3137254901961,143.137254901961,143.137254901961],[107.843137254902,156.862745098039,157.843137254902],[132.352941176471,164.705882352941,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[128.43137254902,167.647058823529,167.647058823529],[142.156862745098,190.196078431373,187.254901960784],[160.78431372549,211.764705882353,209.803921568627],[147.058823529412,198.039215686275,196.078431372549],[139.21568627451,186.274509803922,186.274509803922],[117.647058823529,154.901960784314,155.882352941176],[154.901960784314,175.490196078431,180.392156862745],[151.960784313725,169.607843137255,171.56862745098],[139.21568627451,163.725490196078,160.78431372549],[138.235294117647,162.745098039216,159.803921568627],[130.392156862745,146.078431372549,146.078431372549],[123.529411764706,137.254901960784,137.254901960784],[149.019607843137,165.686274509804,159.803921568627],[170.588235294118,186.274509803922,175.490196078431],[218.627450980392,227.450980392157,210.78431372549],[243.137254901961,246.078431372549,225.490196078431],[215.686274509804,215.686274509804,192.156862745098],[238.235294117647,238.235294117647,210.78431372549],[215.686274509804,222.549019607843,192.156862745098],[209.803921568627,216.666666666667,186.274509803922],[193.137254901961,196.078431372549,169.607843137255],[162.745098039216,161.764705882353,141.176470588235],[184.313725490196,183.333333333333,165.686274509804],[171.56862745098,178.43137254902,162.745098039216],[150.980392156863,171.56862745098,154.901960784314],[171.56862745098,198.039215686275,179.411764705882],[147.058823529412,167.647058823529,150.980392156863],[147.058823529412,160.78431372549,148.039215686275],[158.823529411765,163.725490196078,157.843137254902],[153.921568627451,153.921568627451,151.960784313725],[125.490196078431,125.490196078431,123.529411764706],[132.352941176471,133.333333333333,127.450980392157],[149.019607843137,150.980392156863,138.235294117647],[173.529411764706,174.509803921569,158.823529411765],[146.078431372549,143.137254901961,128.43137254902],[240.196078431373,236.274509803922,225.490196078431],[180.392156862745,181.372549019608,176.470588235294],[141.176470588235,150,149.019607843137],[168.627450980392,184.313725490196,181.372549019608],[174.509803921569,195.098039215686,190.196078431373],[167.647058823529,187.254901960784,176.470588235294],[207.843137254902,224.509803921569,216.666666666667],[206.862745098039,220.588235294118,220.588235294118],[183.333333333333,196.078431372549,201.960784313725],[188.235294117647,204.901960784314,211.764705882353],[162.745098039216,185.294117647059,193.137254901961],[160.78431372549,189.21568627451,197.058823529412],[135.294117647059,168.627450980392,177.450980392157],[122.549019607843,160.78431372549,167.647058823529],[127.450980392157,169.607843137255,175.490196078431],[101.960784313725,146.078431372549,149.019607843137],[122.549019607843,169.607843137255,171.56862745098],[122.549019607843,167.647058823529,167.647058823529],[134.313725490196,177.450980392157,178.43137254902],[141.176470588235,181.372549019608,185.294117647059],[145.098039215686,181.372549019608,189.21568627451],[136.274509803922,169.607843137255,178.43137254902],[142.156862745098,173.529411764706,186.274509803922],[106.862745098039,137.254901960784,154.901960784314],[104.901960784314,135.294117647059,154.901960784314],[98.0392156862745,133.333333333333,149.019607843137],[90.1960784313725,125.490196078431,137.254901960784],[84.3137254901961,117.647058823529,119.607843137255],[89.2156862745098,114.705882352941,111.764705882353],[95.0980392156863,111.764705882353,105.882352941176],[95.0980392156863,105.882352941176,98.0392156862745],[76.4705882352941,83.3333333333333,76.4705882352941],[93.1372549019608,100,92.156862745098],[56.8627450980392,68.6274509803922,54.9019607843137],[74.5098039215686,87.2549019607843,69.6078431372549],[93.1372549019608,104.901960784314,83.3333333333333],[73.5294117647059,81.3725490196078,60.7843137254902],[82.3529411764706,83.3333333333333,67.6470588235294],[82.3529411764706,86.2745098039216,72.5490196078431],[33.3333333333333,53.921568627451,39.2156862745098],[12.7450980392157,33.3333333333333,16.6666666666667],[48.0392156862745,51.9607843137255,35.2941176470588],[44.1176470588235,41.1764705882353,24.5098039215686],[31.3725490196078,25.4901960784314,13.7254901960784],[44.1176470588235,43.1372549019608,25.4901960784314],[36.2745098039216,51.9607843137255,16.6666666666667],[95.0980392156863,116.666666666667,78.4313725490196],[136.274509803922,156.862745098039,124.509803921569],[81.3725490196078,98.0392156862745,64.7058823529412],[112.745098039216,123.529411764706,82.3529411764706],[105.882352941176,112.745098039216,71.5686274509804],[84.3137254901961,94.1176470588235,57.843137254902],[74.5098039215686,95.0980392156863,56.8627450980392],[156.862745098039,194.117647058824,146.078431372549],[116.666666666667,158.823529411765,106.862745098039],[100.980392156863,132.352941176471,86.2745098039216],[98.0392156862745,120.588235294118,79.4117647058823],[79.4117647058823,97.0588235294118,59.8039215686275],[35.2941176470588,46.078431372549,12.7450980392157],[71.5686274509804,78.4313725490196,46.078431372549],[111.764705882353,115.686274509804,81.3725490196078],[100.980392156863,102.941176470588,63.7254901960784],[115.686274509804,119.607843137255,70.5882352941177],[111.764705882353,119.607843137255,61.7647058823529],[136.274509803922,145.098039215686,79.4117647058823],[116.666666666667,128.43137254902,53.921568627451],[171.56862745098,184.313725490196,105.882352941176],[128.43137254902,141.176470588235,62.7450980392157],[139.21568627451,151.960784313725,73.5294117647059],[177.450980392157,190.196078431373,112.745098039216],[168.627450980392,176.470588235294,104.901960784314],[180.392156862745,183.333333333333,117.647058823529],[135.294117647059,134.313725490196,71.5686274509804],[108.823529411765,107.843137254902,44.1176470588235],[136.274509803922,133.333333333333,67.6470588235294],[139.21568627451,134.313725490196,71.5686274509804],[155.882352941176,145.098039215686,90.1960784313725],[115.686274509804,101.960784313725,57.843137254902],[76.4705882352941,60.7843137254902,27.4509803921569],[39.2156862745098,21.5686274509804,1.96078431372549],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,14.7058823529412,15.6862745098039],[12.7450980392157,0,2.94117647058824],[12.7450980392157,1.96078431372549,5.88235294117647],[10.7843137254902,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0]],[[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,4.90196078431373],[11.7647058823529,6.86274509803922,0.980392156862745],[7.84313725490196,2.94117647058824,0],[24.5098039215686,17.6470588235294,9.80392156862745],[38.2352941176471,31.3725490196078,23.5294117647059],[37.2549019607843,28.4313725490196,19.6078431372549],[16.6666666666667,3.92156862745098,0],[18.6274509803922,3.92156862745098,0],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[22.5490196078431,5.88235294117647,0],[33.3333333333333,16.6666666666667,8.82352941176471],[21.5686274509804,4.90196078431373,0],[14.7058823529412,0,0],[41.1764705882353,25.4901960784314,12.7450980392157],[50,36.2745098039216,23.5294117647059],[21.5686274509804,8.82352941176471,0],[22.5490196078431,10.7843137254902,0],[48.0392156862745,36.2745098039216,20.5882352941176],[27.4509803921569,18.6274509803922,1.96078431372549],[7.84313725490196,0,0],[10.7843137254902,1.96078431372549,0],[17.6470588235294,7.84313725490196,0],[33.3333333333333,20.5882352941176,11.7647058823529],[36.2745098039216,24.5098039215686,10.7843137254902],[68.6274509803922,57.843137254902,40.1960784313726],[94.1176470588235,83.3333333333333,61.7647058823529],[52.9411764705882,41.1764705882353,17.6470588235294],[14.7058823529412,4.90196078431373,0],[29.4117647058824,18.6274509803922,0],[27.4509803921569,19.6078431372549,0.980392156862745],[89.2156862745098,79.4117647058823,67.6470588235294],[35.2941176470588,26.4705882352941,19.6078431372549],[28.4313725490196,20.5882352941176,17.6470588235294],[18.6274509803922,9.80392156862745,10.7843137254902],[24.5098039215686,18.6274509803922,20.5882352941176],[27.4509803921569,22.5490196078431,26.4705882352941],[31.3725490196078,23.5294117647059,21.5686274509804],[46.078431372549,34.3137254901961,22.5490196078431],[65.6862745098039,49.0196078431373,31.3725490196078],[95.0980392156863,68.6274509803922,48.0392156862745],[116.666666666667,85.2941176470588,60.7843137254902],[76.4705882352941,43.1372549019608,15.6862745098039],[78.4313725490196,49.0196078431373,15.6862745098039],[86.2745098039216,63.7254901960784,23.5294117647059],[83.3333333333333,64.7058823529412,23.5294117647059],[92.156862745098,75.4901960784314,33.3333333333333],[111.764705882353,95.0980392156863,51.9607843137255],[159.803921568627,142.156862745098,95.0980392156863],[137.254901960784,120.588235294118,69.6078431372549],[148.039215686275,133.333333333333,79.4117647058823],[106.862745098039,97.0588235294118,49.0196078431373],[92.156862745098,87.2549019607843,55.8823529411765],[130.392156862745,128.43137254902,103.921568627451],[204.901960784314,204.901960784314,181.372549019608],[188.235294117647,192.156862745098,169.607843137255],[79.4117647058823,85.2941176470588,59.8039215686275],[99.0196078431373,107.843137254902,81.3725490196078],[138.235294117647,144.117647058824,116.666666666667],[160.78431372549,166.666666666667,139.21568627451],[144.117647058824,150.980392156863,120.588235294118],[131.372549019608,138.235294117647,107.843137254902],[127.450980392157,132.352941176471,100.980392156863],[218.627450980392,223.529411764706,192.156862745098],[250,250,223.529411764706],[206.862745098039,213.725490196078,181.372549019608],[158.823529411765,172.549019607843,140.196078431373],[158.823529411765,175.490196078431,142.156862745098],[164.705882352941,184.313725490196,150],[186.274509803922,209.803921568627,176.470588235294],[180.392156862745,204.901960784314,173.529411764706],[200,228.43137254902,200.980392156863],[200.980392156863,231.372549019608,215.686274509804],[130.392156862745,157.843137254902,146.078431372549],[146.078431372549,167.647058823529,154.901960784314],[135.294117647059,156.862745098039,144.117647058824],[152.941176470588,179.411764705882,170.588235294118],[164.705882352941,195.098039215686,187.254901960784],[162.745098039216,194.117647058824,183.333333333333],[121.56862745098,150.980392156863,139.21568627451],[151.960784313725,180.392156862745,162.745098039216],[174.509803921569,207.843137254902,192.156862745098],[102.941176470588,148.039215686275,145.098039215686],[111.764705882353,161.764705882353,162.745098039216],[103.921568627451,148.039215686275,150.980392156863],[116.666666666667,164.705882352941,168.627450980392],[109.803921568627,167.647058823529,171.56862745098],[106.862745098039,166.666666666667,169.607843137255],[108.823529411765,162.745098039216,165.686274509804],[115.686274509804,159.803921568627,164.705882352941],[148.039215686275,180.392156862745,187.254901960784],[122.549019607843,150.980392156863,158.823529411765],[132.352941176471,168.627450980392,174.509803921569],[121.56862745098,165.686274509804,170.588235294118],[110.78431372549,165.686274509804,166.666666666667],[129.411764705882,186.274509803922,188.235294117647],[123.529411764706,173.529411764706,177.450980392157],[112.745098039216,150.980392156863,157.843137254902],[133.333333333333,157.843137254902,164.705882352941],[180.392156862745,200,206.862745098039],[180.392156862745,207.843137254902,208.823529411765],[170.588235294118,199.019607843137,197.058823529412],[182.352941176471,200.980392156863,204.901960784314],[177.450980392157,195.098039215686,197.058823529412],[144.117647058824,162.745098039216,158.823529411765],[203.921568627451,218.627450980392,211.764705882353],[200,207.843137254902,197.058823529412],[207.843137254902,209.803921568627,197.058823529412],[193.137254901961,196.078431372549,177.450980392157],[223.529411764706,228.43137254902,206.862745098039],[209.803921568627,219.607843137255,195.098039215686],[199.019607843137,206.862745098039,183.333333333333],[175.490196078431,177.450980392157,156.862745098039],[181.372549019608,178.43137254902,161.764705882353],[173.529411764706,169.607843137255,157.843137254902],[190.196078431373,194.117647058824,180.392156862745],[134.313725490196,156.862745098039,141.176470588235],[147.058823529412,179.411764705882,160.78431372549],[160.78431372549,191.176470588235,173.529411764706],[149.019607843137,175.490196078431,160.78431372549],[157.843137254902,178.43137254902,169.607843137255],[128.43137254902,145.098039215686,139.21568627451],[112.745098039216,124.509803921569,120.588235294118],[167.647058823529,177.450980392157,169.607843137255],[158.823529411765,164.705882352941,150.980392156863],[180.392156862745,183.333333333333,166.666666666667],[188.235294117647,189.21568627451,173.529411764706],[221.56862745098,219.607843137255,207.843137254902],[244.117647058824,245.098039215686,240.196078431373],[204.901960784314,208.823529411765,209.803921568627],[208.823529411765,217.647058823529,216.666666666667],[216.666666666667,227.450980392157,223.529411764706],[194.117647058824,204.901960784314,197.058823529412],[192.156862745098,204.901960784314,198.039215686275],[174.509803921569,185.294117647059,187.254901960784],[188.235294117647,200.980392156863,208.823529411765],[200.980392156863,217.647058823529,225.490196078431],[195.098039215686,217.647058823529,225.490196078431],[179.411764705882,205.882352941176,216.666666666667],[161.764705882353,194.117647058824,202.941176470588],[171.56862745098,207.843137254902,215.686274509804],[141.176470588235,181.372549019608,185.294117647059],[128.43137254902,171.56862745098,172.549019607843],[141.176470588235,184.313725490196,183.333333333333],[133.333333333333,174.509803921569,172.549019607843],[134.313725490196,173.529411764706,172.549019607843],[137.254901960784,175.490196078431,174.509803921569],[149.019607843137,182.352941176471,184.313725490196],[141.176470588235,171.56862745098,174.509803921569],[146.078431372549,172.549019607843,179.411764705882],[137.254901960784,158.823529411765,171.56862745098],[131.372549019608,152.941176470588,165.686274509804],[131.372549019608,154.901960784314,164.705882352941],[133.333333333333,157.843137254902,161.764705882353],[126.470588235294,150.980392156863,147.058823529412],[123.529411764706,143.137254901961,134.313725490196],[127.450980392157,139.21568627451,127.450980392157],[128.43137254902,136.274509803922,125.490196078431],[123.529411764706,129.411764705882,119.607843137255],[110.78431372549,116.666666666667,106.862745098039],[75.4901960784314,86.2745098039216,72.5490196078431],[103.921568627451,114.705882352941,98.0392156862745],[154.901960784314,166.666666666667,143.137254901961],[80.3921568627451,90.1960784313725,63.7254901960784],[85.2941176470588,89.2156862745098,64.7058823529412],[54.9019607843137,64.7058823529412,41.1764705882353],[50,72.5490196078431,54.9019607843137],[17.6470588235294,37.2549019607843,25.4901960784314],[6.86274509803922,12.7450980392157,0],[47.0588235294118,45.0980392156863,32.3529411764706],[27.4509803921569,23.5294117647059,14.7058823529412],[43.1372549019608,44.1176470588235,30.3921568627451],[100.980392156863,115.686274509804,87.2549019607843],[145.098039215686,165.686274509804,133.333333333333],[40.1960784313726,59.8039215686275,33.3333333333333],[52.9411764705882,68.6274509803922,40.1960784313726],[81.3725490196078,89.2156862745098,52.9411764705882],[95.0980392156863,100,60.7843137254902],[72.5490196078431,79.4117647058823,46.078431372549],[102.941176470588,118.627450980392,82.3529411764706],[182.352941176471,214.705882352941,168.627450980392],[167.647058823529,204.901960784314,154.901960784314],[94.1176470588235,120.588235294118,76.4705882352941],[80.3921568627451,100.980392156863,60.7843137254902],[54.9019607843137,70.5882352941177,34.3137254901961],[11.7647058823529,23.5294117647059,0],[33.3333333333333,40.1960784313726,6.86274509803922],[87.2549019607843,91.1764705882353,54.9019607843137],[62.7450980392157,65.6862745098039,23.5294117647059],[52.9411764705882,56.8627450980392,7.84313725490196],[60.7843137254902,68.6274509803922,10.7843137254902],[82.3529411764706,93.1372549019608,26.4705882352941],[91.1764705882353,104.901960784314,31.3725490196078],[125.490196078431,139.21568627451,61.7647058823529],[217.647058823529,231.372549019608,153.921568627451],[176.470588235294,189.21568627451,111.764705882353],[151.960784313725,164.705882352941,87.2549019607843],[113.725490196078,124.509803921569,50],[90.1960784313725,97.0588235294118,30.3921568627451],[142.156862745098,147.058823529412,81.3725490196078],[111.764705882353,114.705882352941,47.0588235294118],[137.254901960784,136.274509803922,70.5882352941177],[119.607843137255,114.705882352941,51.9607843137255],[55.8823529411765,45.0980392156863,0],[97.0588235294118,80.3921568627451,37.2549019607843],[56.8627450980392,37.2549019607843,4.90196078431373],[20.5882352941176,0,0],[26.4705882352941,6.86274509803922,0],[29.4117647058824,11.7647058823529,11.7647058823529],[9.80392156862745,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[49.0196078431373,40.1960784313726,31.3725490196078],[37.2549019607843,27.4509803921569,18.6274509803922],[15.6862745098039,0.980392156862745,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[28.4313725490196,10.7843137254902,0.980392156862745],[34.3137254901961,16.6666666666667,4.90196078431373],[30.3921568627451,12.7450980392157,0],[40.1960784313726,22.5490196078431,8.82352941176471],[34.3137254901961,17.6470588235294,1.96078431372549],[69.6078431372549,52.9411764705882,35.2941176470588],[76.4705882352941,59.8039215686275,40.1960784313726],[66.6666666666667,51.9607843137255,31.3725490196078],[47.0588235294118,32.3529411764706,9.80392156862745],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,47.0588235294118,21.5686274509804],[55.8823529411765,46.078431372549,21.5686274509804],[10.7843137254902,0,0],[42.156862745098,34.3137254901961,15.6862745098039],[27.4509803921569,19.6078431372549,0],[16.6666666666667,5.88235294117647,0],[25.4901960784314,14.7058823529412,0],[49.0196078431373,37.2549019607843,21.5686274509804],[19.6078431372549,7.84313725490196,0],[26.4705882352941,13.7254901960784,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[52.9411764705882,41.1764705882353,41.1764705882353],[25.4901960784314,13.7254901960784,13.7254901960784],[42.156862745098,32.3529411764706,30.3921568627451],[28.4313725490196,19.6078431372549,14.7058823529412],[28.4313725490196,21.5686274509804,13.7254901960784],[22.5490196078431,16.6666666666667,4.90196078431373],[38.2352941176471,30.3921568627451,17.6470588235294],[43.1372549019608,33.3333333333333,21.5686274509804],[63.7254901960784,49.0196078431373,30.3921568627451],[105.882352941176,82.3529411764706,54.9019607843137],[161.764705882353,136.274509803922,101.960784313725],[79.4117647058823,50.9803921568627,17.6470588235294],[52.9411764705882,27.4509803921569,0],[50,30.3921568627451,0],[59.8039215686275,45.0980392156863,6.86274509803922],[101.960784313725,92.156862745098,44.1176470588235],[119.607843137255,109.803921568627,57.843137254902],[213.725490196078,204.901960784314,149.019607843137],[139.21568627451,132.352941176471,79.4117647058823],[104.901960784314,100.980392156863,56.8627450980392],[65.6862745098039,67.6470588235294,31.3725490196078],[50,60.7843137254902,27.4509803921569],[180.392156862745,193.137254901961,165.686274509804],[160.78431372549,164.705882352941,142.156862745098],[116.666666666667,118.627450980392,97.0588235294118],[61.7647058823529,65.6862745098039,43.1372549019608],[94.1176470588235,101.960784313725,78.4313725490196],[85.2941176470588,100,71.5686274509804],[102.941176470588,118.627450980392,90.1960784313725],[129.411764705882,144.117647058824,113.725490196078],[135.294117647059,150,119.607843137255],[156.862745098039,169.607843137255,140.196078431373],[177.450980392157,188.235294117647,158.823529411765],[239.21568627451,249.019607843137,222.549019607843],[209.803921568627,219.607843137255,193.137254901961],[157.843137254902,165.686274509804,142.156862745098],[187.254901960784,195.098039215686,171.56862745098],[204.901960784314,214.705882352941,190.196078431373],[195.098039215686,209.803921568627,187.254901960784],[180.392156862745,204.901960784314,183.333333333333],[164.705882352941,197.058823529412,178.43137254902],[195.098039215686,232.352941176471,221.56862745098],[176.470588235294,210.78431372549,203.921568627451],[187.254901960784,210.78431372549,198.039215686275],[160.78431372549,180.392156862745,169.607843137255],[154.901960784314,177.450980392157,169.607843137255],[144.117647058824,169.607843137255,160.78431372549],[172.549019607843,201.960784313725,190.196078431373],[175.490196078431,205.882352941176,190.196078431373],[142.156862745098,168.627450980392,150],[152.941176470588,183.333333333333,168.627450980392],[117.647058823529,156.862745098039,155.882352941176],[66.6666666666667,110.78431372549,116.666666666667],[103.921568627451,146.078431372549,152.941176470588],[116.666666666667,162.745098039216,170.588235294118],[120.588235294118,172.549019607843,180.392156862745],[126.470588235294,175.490196078431,184.313725490196],[120.588235294118,162.745098039216,171.56862745098],[97.0588235294118,133.333333333333,142.156862745098],[139.21568627451,175.490196078431,184.313725490196],[124.509803921569,161.764705882353,170.588235294118],[115.686274509804,157.843137254902,166.666666666667],[116.666666666667,163.725490196078,173.529411764706],[99.0196078431373,151.960784313725,161.764705882353],[117.647058823529,168.627450980392,179.411764705882],[114.705882352941,155.882352941176,169.607843137255],[119.607843137255,151.960784313725,166.666666666667],[112.745098039216,144.117647058824,154.901960784314],[141.176470588235,170.588235294118,180.392156862745],[161.764705882353,194.117647058824,199.019607843137],[143.137254901961,173.529411764706,176.470588235294],[155.882352941176,179.411764705882,183.333333333333],[183.333333333333,201.960784313725,205.882352941176],[162.745098039216,182.352941176471,183.333333333333],[221.56862745098,237.254901960784,236.274509803922],[194.117647058824,202.941176470588,198.039215686275],[201.960784313725,204.901960784314,198.039215686275],[212.745098039216,215.686274509804,204.901960784314],[225.490196078431,231.372549019608,217.647058823529],[210.78431372549,221.56862745098,204.901960784314],[178.43137254902,187.254901960784,168.627450980392],[181.372549019608,182.352941176471,168.627450980392],[179.411764705882,175.490196078431,163.725490196078],[174.509803921569,167.647058823529,159.803921568627],[158.823529411765,161.764705882353,152.941176470588],[149.019607843137,171.56862745098,155.882352941176],[188.235294117647,221.56862745098,204.901960784314],[200,236.274509803922,218.627450980392],[129.411764705882,164.705882352941,150.980392156863],[111.764705882353,144.117647058824,135.294117647059],[112.745098039216,139.21568627451,134.313725490196],[98.0392156862745,116.666666666667,112.745098039216],[143.137254901961,155.882352941176,149.019607843137],[160.78431372549,168.627450980392,155.882352941176],[193.137254901961,199.019607843137,185.294117647059],[208.823529411765,212.745098039216,199.019607843137],[231.372549019608,234.313725490196,223.529411764706],[243.137254901961,245.098039215686,242.156862745098],[241.176470588235,242.156862745098,244.117647058824],[231.372549019608,232.352941176471,236.274509803922],[223.529411764706,229.411764705882,229.411764705882],[223.529411764706,234.313725490196,228.43137254902],[200,214.705882352941,209.803921568627],[213.725490196078,231.372549019608,235.294117647059],[205.882352941176,223.529411764706,233.333333333333],[207.843137254902,229.411764705882,240.196078431373],[186.274509803922,212.745098039216,223.529411764706],[177.450980392157,206.862745098039,217.647058823529],[200.980392156863,232.352941176471,243.137254901961],[163.725490196078,200,207.843137254902],[153.921568627451,192.156862745098,197.058823529412],[138.235294117647,177.450980392157,177.450980392157],[134.313725490196,172.549019607843,171.56862745098],[138.235294117647,173.529411764706,169.607843137255],[140.196078431373,174.509803921569,168.627450980392],[144.117647058824,172.549019607843,168.627450980392],[170.588235294118,196.078431372549,195.098039215686],[175.490196078431,196.078431372549,197.058823529412],[195.098039215686,214.705882352941,213.725490196078],[200.980392156863,220.588235294118,211.764705882353],[196.078431372549,213.725490196078,201.960784313725],[183.333333333333,196.078431372549,179.411764705882],[169.607843137255,180.392156862745,163.725490196078],[158.823529411765,166.666666666667,151.960784313725],[133.333333333333,141.176470588235,126.470588235294],[111.764705882353,122.549019607843,105.882352941176],[113.725490196078,126.470588235294,100.980392156863],[151.960784313725,165.686274509804,130.392156862745],[159.803921568627,170.588235294118,129.411764705882],[157.843137254902,164.705882352941,123.529411764706],[164.705882352941,169.607843137255,130.392156862745],[168.627450980392,172.549019607843,136.274509803922],[108.823529411765,115.686274509804,75.4901960784314],[142.156862745098,154.901960784314,109.803921568627],[100.980392156863,115.686274509804,75.4901960784314],[54.9019607843137,66.6666666666667,45.0980392156863],[54.9019607843137,60.7843137254902,49.0196078431373],[40.1960784313726,41.1764705882353,27.4509803921569],[57.843137254902,55.8823529411765,43.1372549019608],[28.4313725490196,28.4313725490196,18.6274509803922],[91.1764705882353,97.0588235294118,83.3333333333333],[137.254901960784,152.941176470588,126.470588235294],[41.1764705882353,61.7647058823529,29.4117647058824],[11.7647058823529,34.3137254901961,6.86274509803922],[0,8.82352941176471,0],[33.3333333333333,48.0392156862745,9.80392156862745],[125.490196078431,138.235294117647,96.078431372549],[100.980392156863,112.745098039216,75.4901960784314],[122.549019607843,137.254901960784,99.0196078431373],[193.137254901961,214.705882352941,168.627450980392],[193.137254901961,214.705882352941,168.627450980392],[166.666666666667,178.43137254902,139.21568627451],[94.1176470588235,101.960784313725,63.7254901960784],[68.6274509803922,77.4509803921569,35.2941176470588],[45.0980392156863,52.9411764705882,6.86274509803922],[100.980392156863,108.823529411765,58.8235294117647],[54.9019607843137,65.6862745098039,10.7843137254902],[18.6274509803922,31.3725490196078,0],[120.588235294118,135.294117647059,77.4509803921569],[166.666666666667,186.274509803922,128.43137254902],[100.980392156863,120.588235294118,62.7450980392157],[55.8823529411765,73.5294117647059,14.7058823529412],[80.3921568627451,96.078431372549,34.3137254901961],[168.627450980392,180.392156862745,115.686274509804],[111.764705882353,118.627450980392,51.9607843137255],[101.960784313725,104.901960784314,35.2941176470588],[76.4705882352941,82.3529411764706,11.7647058823529],[106.862745098039,117.647058823529,50],[160.78431372549,171.56862745098,104.901960784314],[138.235294117647,145.098039215686,78.4313725490196],[148.039215686275,149.019607843137,82.3529411764706],[131.372549019608,126.470588235294,63.7254901960784],[58.8235294117647,46.078431372549,0],[73.5294117647059,52.9411764705882,10.7843137254902],[57.843137254902,33.3333333333333,2.94117647058824],[56.8627450980392,30.3921568627451,11.7647058823529],[49.0196078431373,24.5098039215686,17.6470588235294],[23.5294117647059,2.94117647058824,1.96078431372549],[10.7843137254902,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[2.94117647058824,1.96078431372549,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,1.96078431372549],[13.7254901960784,4.90196078431373,0],[11.7647058823529,2.94117647058824,0],[15.6862745098039,6.86274509803922,0],[28.4313725490196,18.6274509803922,8.82352941176471],[32.3529411764706,22.5490196078431,12.7450980392157],[11.7647058823529,0,0],[31.3725490196078,14.7058823529412,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,25.4901960784314,14.7058823529412],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,8.82352941176471],[30.3921568627451,11.7647058823529,0],[25.4901960784314,6.86274509803922,0],[34.3137254901961,16.6666666666667,0],[69.6078431372549,51.9607843137255,28.4313725490196],[92.156862745098,75.4901960784314,50],[82.3529411764706,67.6470588235294,39.2156862745098],[38.2352941176471,23.5294117647059,0],[49.0196078431373,36.2745098039216,4.90196078431373],[110.78431372549,98.0392156862745,64.7058823529412],[108.823529411765,98.0392156862745,68.6274509803922],[87.2549019607843,79.4117647058823,56.8627450980392],[69.6078431372549,61.7647058823529,43.1372549019608],[27.4509803921569,19.6078431372549,0.980392156862745],[19.6078431372549,10.7843137254902,0],[17.6470588235294,8.82352941176471,0],[38.2352941176471,25.4901960784314,16.6666666666667],[50.9803921568627,38.2352941176471,32.3529411764706],[21.5686274509804,7.84313725490196,6.86274509803922],[9.80392156862745,0,0],[18.6274509803922,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[45.0980392156863,34.3137254901961,30.3921568627451],[43.1372549019608,33.3333333333333,23.5294117647059],[48.0392156862745,39.2156862745098,22.5490196078431],[34.3137254901961,26.4705882352941,5.88235294117647],[34.3137254901961,26.4705882352941,5.88235294117647],[58.8235294117647,50,33.3333333333333],[50,38.2352941176471,16.6666666666667],[58.8235294117647,40.1960784313726,8.82352941176471],[124.509803921569,100.980392156863,63.7254901960784],[85.2941176470588,60.7843137254902,21.5686274509804],[90.1960784313725,67.6470588235294,27.4509803921569],[82.3529411764706,66.6666666666667,31.3725490196078],[66.6666666666667,54.9019607843137,15.6862745098039],[81.3725490196078,73.5294117647059,25.4901960784314],[150.980392156863,146.078431372549,91.1764705882353],[177.450980392157,172.549019607843,115.686274509804],[113.725490196078,112.745098039216,59.8039215686275],[102.941176470588,104.901960784314,65.6862745098039],[75.4901960784314,86.2745098039216,52.9411764705882],[123.529411764706,147.058823529412,115.686274509804],[166.666666666667,189.21568627451,160.78431372549],[112.745098039216,125.490196078431,98.0392156862745],[37.2549019607843,46.078431372549,19.6078431372549],[102.941176470588,108.823529411765,83.3333333333333],[118.627450980392,128.43137254902,101.960784313725],[101.960784313725,120.588235294118,91.1764705882353],[119.607843137255,140.196078431373,109.803921568627],[129.411764705882,144.117647058824,115.686274509804],[156.862745098039,169.607843137255,142.156862745098],[207.843137254902,217.647058823529,193.137254901961],[187.254901960784,197.058823529412,172.549019607843],[203.921568627451,215.686274509804,192.156862745098],[200.980392156863,209.803921568627,189.21568627451],[195.098039215686,200,180.392156862745],[203.921568627451,207.843137254902,191.176470588235],[191.176470588235,201.960784313725,185.294117647059],[193.137254901961,209.803921568627,192.156862745098],[164.705882352941,187.254901960784,169.607843137255],[127.450980392157,158.823529411765,144.117647058824],[170.588235294118,210.78431372549,202.941176470588],[163.725490196078,203.921568627451,196.078431372549],[134.313725490196,161.764705882353,150],[147.058823529412,168.627450980392,156.862745098039],[104.901960784314,127.450980392157,119.607843137255],[160.78431372549,187.254901960784,178.43137254902],[144.117647058824,175.490196078431,162.745098039216],[148.039215686275,178.43137254902,162.745098039216],[192.156862745098,215.686274509804,200],[113.725490196078,139.21568627451,128.43137254902],[105.882352941176,138.235294117647,143.137254901961],[88.2352941176471,127.450980392157,137.254901960784],[100.980392156863,142.156862745098,153.921568627451],[109.803921568627,155.882352941176,165.686274509804],[100.980392156863,148.039215686275,157.843137254902],[115.686274509804,157.843137254902,166.666666666667],[126.470588235294,154.901960784314,168.627450980392],[109.803921568627,138.235294117647,151.960784313725],[114.705882352941,151.960784313725,162.745098039216],[134.313725490196,177.450980392157,188.235294117647],[110.78431372549,155.882352941176,168.627450980392],[106.862745098039,154.901960784314,168.627450980392],[138.235294117647,189.21568627451,202.941176470588],[121.56862745098,165.686274509804,184.313725490196],[126.470588235294,157.843137254902,178.43137254902],[137.254901960784,164.705882352941,185.294117647059],[132.352941176471,167.647058823529,183.333333333333],[111.764705882353,149.019607843137,159.803921568627],[151.960784313725,190.196078431373,197.058823529412],[146.078431372549,178.43137254902,185.294117647059],[136.274509803922,158.823529411765,166.666666666667],[175.490196078431,195.098039215686,201.960784313725],[204.901960784314,228.43137254902,230.392156862745],[200,220.588235294118,221.56862745098],[181.372549019608,193.137254901961,193.137254901961],[193.137254901961,199.019607843137,197.058823529412],[214.705882352941,216.666666666667,211.764705882353],[215.686274509804,216.666666666667,210.78431372549],[223.529411764706,229.411764705882,219.607843137255],[201.960784313725,207.843137254902,196.078431372549],[193.137254901961,195.098039215686,184.313725490196],[164.705882352941,161.764705882353,152.941176470588],[172.549019607843,169.607843137255,162.745098039216],[143.137254901961,146.078431372549,137.254901960784],[132.352941176471,151.960784313725,140.196078431373],[158.823529411765,186.274509803922,171.56862745098],[165.686274509804,197.058823529412,182.352941176471],[121.56862745098,153.921568627451,143.137254901961],[95.0980392156863,129.411764705882,122.549019607843],[137.254901960784,167.647058823529,162.745098039216],[147.058823529412,166.666666666667,164.705882352941],[129.411764705882,141.176470588235,137.254901960784],[143.137254901961,150,142.156862745098],[171.56862745098,177.450980392157,165.686274509804],[188.235294117647,199.019607843137,185.294117647059],[229.411764705882,241.176470588235,231.372549019608],[211.764705882353,220.588235294118,219.607843137255],[232.352941176471,239.21568627451,245.098039215686],[209.803921568627,213.725490196078,222.549019607843],[222.549019607843,231.372549019608,236.274509803922],[206.862745098039,225.490196078431,221.56862745098],[196.078431372549,220.588235294118,217.647058823529],[227.450980392157,250,250],[199.019607843137,228.43137254902,238.235294117647],[178.43137254902,209.803921568627,220.588235294118],[195.098039215686,228.43137254902,240.196078431373],[178.43137254902,213.725490196078,227.450980392157],[196.078431372549,233.333333333333,246.078431372549],[198.039215686275,237.254901960784,245.098039215686],[192.156862745098,230.392156862745,237.254901960784],[194.117647058824,231.372549019608,232.352941176471],[176.470588235294,209.803921568627,208.823529411765],[174.509803921569,204.901960784314,200],[170.588235294118,197.058823529412,192.156862745098],[156.862745098039,176.470588235294,174.509803921569],[172.549019607843,186.274509803922,186.274509803922],[187.254901960784,197.058823529412,198.039215686275],[229.411764705882,240.196078431373,234.313725490196],[234.313725490196,247.058823529412,229.411764705882],[230.392156862745,242.156862745098,218.627450980392],[199.019607843137,204.901960784314,179.411764705882],[173.529411764706,175.490196078431,151.960784313725],[171.56862745098,173.529411764706,152.941176470588],[150,152.941176470588,132.352941176471],[127.450980392157,136.274509803922,109.803921568627],[140.196078431373,150.980392156863,117.647058823529],[163.725490196078,176.470588235294,131.372549019608],[213.725490196078,223.529411764706,172.549019607843],[145.098039215686,150,97.0588235294118],[114.705882352941,117.647058823529,65.6862745098039],[134.313725490196,137.254901960784,85.2941176470588],[99.0196078431373,105.882352941176,52.9411764705882],[115.686274509804,129.411764705882,69.6078431372549],[188.235294117647,198.039215686275,147.058823529412],[231.372549019608,227.450980392157,199.019607843137],[131.372549019608,123.529411764706,104.901960784314],[45.0980392156863,39.2156862745098,17.6470588235294],[27.4509803921569,25.4901960784314,2.94117647058824],[20.5882352941176,23.5294117647059,6.86274509803922],[49.0196078431373,57.843137254902,37.2549019607843],[59.8039215686275,74.5098039215686,42.156862745098],[23.5294117647059,43.1372549019608,6.86274509803922],[51.9607843137255,72.5490196078431,42.156862745098],[105.882352941176,126.470588235294,94.1176470588235],[117.647058823529,139.21568627451,94.1176470588235],[123.529411764706,143.137254901961,93.1372549019608],[150.980392156863,167.647058823529,123.529411764706],[150,167.647058823529,120.588235294118],[142.156862745098,158.823529411765,107.843137254902],[108.823529411765,122.549019607843,72.5490196078431],[93.1372549019608,101.960784313725,57.843137254902],[84.3137254901961,90.1960784313725,47.0588235294118],[153.921568627451,160.78431372549,110.78431372549],[164.705882352941,171.56862745098,118.627450980392],[199.019607843137,208.823529411765,150],[181.372549019608,193.137254901961,132.352941176471],[121.56862745098,135.294117647059,75.4901960784314],[168.627450980392,186.274509803922,127.450980392157],[199.019607843137,218.627450980392,160.78431372549],[144.117647058824,162.745098039216,107.843137254902],[122.549019607843,141.176470588235,87.2549019607843],[166.666666666667,181.372549019608,127.450980392157],[114.705882352941,125.490196078431,68.6274509803922],[84.3137254901961,92.156862745098,33.3333333333333],[90.1960784313725,95.0980392156863,32.3529411764706],[57.843137254902,64.7058823529412,0],[91.1764705882353,105.882352941176,38.2352941176471],[140.196078431373,156.862745098039,88.2352941176471],[78.4313725490196,89.2156862745098,21.5686274509804],[129.411764705882,132.352941176471,66.6666666666667],[144.117647058824,138.235294117647,77.4509803921569],[94.1176470588235,78.4313725490196,27.4509803921569],[81.3725490196078,58.8235294117647,17.6470588235294],[65.6862745098039,37.2549019607843,7.84313725490196],[58.8235294117647,28.4313725490196,10.7843137254902],[49.0196078431373,20.5882352941176,12.7450980392157],[19.6078431372549,0,0],[22.5490196078431,6.86274509803922,7.84313725490196],[9.80392156862745,0.980392156862745,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,1.96078431372549,0],[1.96078431372549,7.84313725490196,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0,0],[13.7254901960784,4.90196078431373,0],[9.80392156862745,0,0],[18.6274509803922,5.88235294117647,0],[27.4509803921569,14.7058823529412,6.86274509803922],[29.4117647058824,16.6666666666667,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[16.6666666666667,2.94117647058824,0],[31.3725490196078,13.7254901960784,3.92156862745098],[49.0196078431373,29.4117647058824,20.5882352941176],[70.5882352941177,50.9803921568627,42.156862745098],[63.7254901960784,42.156862745098,31.3725490196078],[54.9019607843137,33.3333333333333,20.5882352941176],[63.7254901960784,41.1764705882353,27.4509803921569],[58.8235294117647,36.2745098039216,18.6274509803922],[46.078431372549,24.5098039215686,3.92156862745098],[68.6274509803922,47.0588235294118,24.5098039215686],[91.1764705882353,71.5686274509804,45.0980392156863],[72.5490196078431,53.921568627451,24.5098039215686],[69.6078431372549,53.921568627451,21.5686274509804],[68.6274509803922,52.9411764705882,17.6470588235294],[54.9019607843137,41.1764705882353,4.90196078431373],[66.6666666666667,52.9411764705882,14.7058823529412],[59.8039215686275,47.0588235294118,15.6862745098039],[33.3333333333333,21.5686274509804,5.88235294117647],[15.6862745098039,6.86274509803922,0],[24.5098039215686,16.6666666666667,5.88235294117647],[27.4509803921569,17.6470588235294,7.84313725490196],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[24.5098039215686,11.7647058823529,5.88235294117647],[22.5490196078431,9.80392156862745,1.96078431372549],[19.6078431372549,7.84313725490196,0],[26.4705882352941,14.7058823529412,0],[51.9607843137255,41.1764705882353,19.6078431372549],[59.8039215686275,50,23.5294117647059],[40.1960784313726,30.3921568627451,3.92156862745098],[54.9019607843137,50,21.5686274509804],[109.803921568627,100.980392156863,72.5490196078431],[75.4901960784314,58.8235294117647,29.4117647058824],[65.6862745098039,46.078431372549,11.7647058823529],[100,79.4117647058823,35.2941176470588],[96.078431372549,78.4313725490196,29.4117647058824],[87.2549019607843,73.5294117647059,29.4117647058824],[111.764705882353,100.980392156863,56.8627450980392],[90.1960784313725,82.3529411764706,37.2549019607843],[158.823529411765,152.941176470588,103.921568627451],[163.725490196078,161.764705882353,105.882352941176],[158.823529411765,159.803921568627,103.921568627451],[73.5294117647059,80.3921568627451,37.2549019607843],[49.0196078431373,64.7058823529412,29.4117647058824],[83.3333333333333,111.764705882353,82.3529411764706],[165.686274509804,198.039215686275,169.607843137255],[184.313725490196,210.78431372549,178.43137254902],[112.745098039216,131.372549019608,100],[93.1372549019608,105.882352941176,76.4705882352941],[117.647058823529,130.392156862745,100.980392156863],[103.921568627451,122.549019607843,91.1764705882353],[152.941176470588,168.627450980392,140.196078431373],[157.843137254902,163.725490196078,138.235294117647],[153.921568627451,152.941176470588,132.352941176471],[198.039215686275,195.098039215686,176.470588235294],[217.647058823529,215.686274509804,200.980392156863],[203.921568627451,210.78431372549,195.098039215686],[186.274509803922,194.117647058824,179.411764705882],[199.019607843137,201.960784313725,191.176470588235],[218.627450980392,226.470588235294,215.686274509804],[191.176470588235,210.78431372549,199.019607843137],[136.274509803922,157.843137254902,145.098039215686],[163.725490196078,179.411764705882,166.666666666667],[138.235294117647,161.764705882353,149.019607843137],[146.078431372549,186.274509803922,178.43137254902],[170.588235294118,215.686274509804,205.882352941176],[116.666666666667,151.960784313725,140.196078431373],[149.019607843137,178.43137254902,166.666666666667],[142.156862745098,171.56862745098,163.725490196078],[143.137254901961,173.529411764706,167.647058823529],[97.0588235294118,132.352941176471,122.549019607843],[84.3137254901961,115.686274509804,102.941176470588],[146.078431372549,167.647058823529,155.882352941176],[126.470588235294,147.058823529412,142.156862745098],[117.647058823529,145.098039215686,155.882352941176],[93.1372549019608,128.43137254902,144.117647058824],[106.862745098039,151.960784313725,166.666666666667],[122.549019607843,169.607843137255,183.333333333333],[117.647058823529,158.823529411765,170.588235294118],[130.392156862745,163.725490196078,175.490196078431],[161.764705882353,180.392156862745,197.058823529412],[139.21568627451,159.803921568627,176.470588235294],[103.921568627451,141.176470588235,151.960784313725],[124.509803921569,170.588235294118,180.392156862745],[123.529411764706,170.588235294118,184.313725490196],[108.823529411765,154.901960784314,170.588235294118],[99.0196078431373,146.078431372549,165.686274509804],[116.666666666667,156.862745098039,178.43137254902],[121.56862745098,147.058823529412,173.529411764706],[133.333333333333,156.862745098039,182.352941176471],[102.941176470588,139.21568627451,156.862745098039],[118.627450980392,161.764705882353,172.549019607843],[128.43137254902,167.647058823529,177.450980392157],[119.607843137255,151.960784313725,160.78431372549],[137.254901960784,156.862745098039,167.647058823529],[141.176470588235,158.823529411765,168.627450980392],[165.686274509804,194.117647058824,198.039215686275],[142.156862745098,171.56862745098,171.56862745098],[153.921568627451,173.529411764706,174.509803921569],[183.333333333333,193.137254901961,194.117647058824],[210.78431372549,208.823529411765,211.764705882353],[234.313725490196,228.43137254902,228.43137254902],[207.843137254902,206.862745098039,202.941176470588],[228.43137254902,229.411764705882,223.529411764706],[201.960784313725,202.941176470588,195.098039215686],[178.43137254902,179.411764705882,171.56862745098],[192.156862745098,193.137254901961,187.254901960784],[183.333333333333,188.235294117647,181.372549019608],[157.843137254902,170.588235294118,160.78431372549],[170.588235294118,188.235294117647,176.470588235294],[163.725490196078,183.333333333333,172.549019607843],[182.352941176471,204.901960784314,197.058823529412],[165.686274509804,194.117647058824,190.196078431373],[141.176470588235,166.666666666667,165.686274509804],[146.078431372549,160.78431372549,163.725490196078],[138.235294117647,148.039215686275,149.019607843137],[163.725490196078,168.627450980392,164.705882352941],[195.098039215686,201.960784313725,194.117647058824],[156.862745098039,172.549019607843,162.745098039216],[183.333333333333,203.921568627451,199.019607843137],[181.372549019608,200,203.921568627451],[201.960784313725,219.607843137255,229.411764705882],[176.470588235294,192.156862745098,204.901960784314],[179.411764705882,200.980392156863,211.764705882353],[147.058823529412,180.392156862745,181.372549019608],[196.078431372549,237.254901960784,236.274509803922],[212.745098039216,250,250],[142.156862745098,189.21568627451,200.980392156863],[138.235294117647,185.294117647059,199.019607843137],[141.176470588235,188.235294117647,201.960784313725],[153.921568627451,200,215.686274509804],[199.019607843137,246.078431372549,250],[181.372549019608,227.450980392157,237.254901960784],[150.980392156863,193.137254901961,200],[184.313725490196,221.56862745098,224.509803921569],[192.156862745098,222.549019607843,224.509803921569],[195.098039215686,218.627450980392,218.627450980392],[219.607843137255,235.294117647059,234.313725490196],[219.607843137255,229.411764705882,230.392156862745],[217.647058823529,218.627450980392,220.588235294118],[217.647058823529,215.686274509804,218.627450980392],[246.078431372549,242.156862745098,239.21568627451],[237.254901960784,238.235294117647,222.549019607843],[233.333333333333,236.274509803922,215.686274509804],[220.588235294118,223.529411764706,206.862745098039],[204.901960784314,207.843137254902,191.176470588235],[190.196078431373,194.117647058824,171.56862745098],[168.627450980392,171.56862745098,143.137254901961],[140.196078431373,144.117647058824,109.803921568627],[124.509803921569,126.470588235294,90.1960784313725],[149.019607843137,150.980392156863,114.705882352941],[130.392156862745,132.352941176471,94.1176470588235],[132.352941176471,135.294117647059,89.2156862745098],[126.470588235294,131.372549019608,76.4705882352941],[159.803921568627,165.686274509804,102.941176470588],[195.098039215686,201.960784313725,135.294117647059],[228.43137254902,235.294117647059,169.607843137255],[188.235294117647,186.274509803922,130.392156862745],[152.941176470588,129.411764705882,94.1176470588235],[121.56862745098,93.1372549019608,63.7254901960784],[109.803921568627,92.156862745098,56.8627450980392],[84.3137254901961,76.4705882352941,40.1960784313726],[88.2352941176471,87.2549019607843,56.8627450980392],[78.4313725490196,85.2941176470588,51.9607843137255],[50,62.7450980392157,17.6470588235294],[58.8235294117647,76.4705882352941,29.4117647058824],[83.3333333333333,103.921568627451,63.7254901960784],[81.3725490196078,106.862745098039,62.7450980392157],[107.843137254902,136.274509803922,79.4117647058823],[109.803921568627,139.21568627451,78.4313725490196],[124.509803921569,151.960784313725,95.0980392156863],[127.450980392157,150.980392156863,94.1176470588235],[144.117647058824,161.764705882353,100.980392156863],[100.980392156863,114.705882352941,53.921568627451],[114.705882352941,128.43137254902,70.5882352941177],[94.1176470588235,107.843137254902,50],[114.705882352941,123.529411764706,67.6470588235294],[158.823529411765,166.666666666667,110.78431372549],[105.882352941176,110.78431372549,55.8823529411765],[100.980392156863,103.921568627451,50],[159.803921568627,164.705882352941,109.803921568627],[147.058823529412,154.901960784314,99.0196078431373],[170.588235294118,179.411764705882,123.529411764706],[190.196078431373,203.921568627451,146.078431372549],[193.137254901961,207.843137254902,150],[114.705882352941,129.411764705882,71.5686274509804],[102.941176470588,117.647058823529,61.7647058823529],[93.1372549019608,105.882352941176,50.9803921568627],[40.1960784313726,52.9411764705882,0],[34.3137254901961,48.0392156862745,0],[59.8039215686275,80.3921568627451,14.7058823529412],[169.607843137255,189.21568627451,119.607843137255],[134.313725490196,147.058823529412,79.4117647058823],[124.509803921569,129.411764705882,64.7058823529412],[131.372549019608,125.490196078431,66.6666666666667],[47.0588235294118,31.3725490196078,0],[75.4901960784314,50.9803921568627,11.7647058823529],[62.7450980392157,32.3529411764706,3.92156862745098],[43.1372549019608,10.7843137254902,0],[50,20.5882352941176,10.7843137254902],[33.3333333333333,8.82352941176471,4.90196078431373],[27.4509803921569,11.7647058823529,11.7647058823529],[5.88235294117647,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,2.94117647058824,0],[0,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[13.7254901960784,5.88235294117647,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,5.88235294117647],[9.80392156862745,0,0],[11.7647058823529,0,0],[23.5294117647059,10.7843137254902,1.96078431372549],[23.5294117647059,10.7843137254902,1.96078431372549],[34.3137254901961,20.5882352941176,9.80392156862745],[38.2352941176471,21.5686274509804,11.7647058823529],[32.3529411764706,14.7058823529412,4.90196078431373],[21.5686274509804,1.96078431372549,0],[40.1960784313726,18.6274509803922,7.84313725490196],[49.0196078431373,27.4509803921569,14.7058823529412],[37.2549019607843,15.6862745098039,1.96078431372549],[31.3725490196078,8.82352941176471,0],[37.2549019607843,14.7058823529412,0],[50,28.4313725490196,5.88235294117647],[101.960784313725,80.3921568627451,56.8627450980392],[75.4901960784314,54.9019607843137,26.4705882352941],[82.3529411764706,63.7254901960784,32.3529411764706],[108.823529411765,91.1764705882353,55.8823529411765],[62.7450980392157,48.0392156862745,7.84313725490196],[45.0980392156863,30.3921568627451,0],[75.4901960784314,60.7843137254902,18.6274509803922],[34.3137254901961,21.5686274509804,0],[96.078431372549,87.2549019607843,70.5882352941177],[137.254901960784,128.43137254902,121.56862745098],[39.2156862745098,30.3921568627451,21.5686274509804],[38.2352941176471,30.3921568627451,19.6078431372549],[23.5294117647059,13.7254901960784,1.96078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[18.6274509803922,6.86274509803922,0],[26.4705882352941,14.7058823529412,2.94117647058824],[36.2745098039216,24.5098039215686,12.7450980392157],[27.4509803921569,13.7254901960784,0.980392156862745],[12.7450980392157,0,0],[18.6274509803922,5.88235294117647,0],[37.2549019607843,22.5490196078431,0],[63.7254901960784,50,23.5294117647059],[45.0980392156863,34.3137254901961,4.90196078431373],[37.2549019607843,28.4313725490196,0],[97.0588235294118,86.2745098039216,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[61.7647058823529,40.1960784313726,1.96078431372549],[130.392156862745,108.823529411765,62.7450980392157],[114.705882352941,93.1372549019608,44.1176470588235],[105.882352941176,90.1960784313725,40.1960784313726],[111.764705882353,98.0392156862745,50],[94.1176470588235,82.3529411764706,35.2941176470588],[159.803921568627,148.039215686275,100.980392156863],[159.803921568627,148.039215686275,97.0588235294118],[183.333333333333,177.450980392157,126.470588235294],[152.941176470588,154.901960784314,108.823529411765],[61.7647058823529,73.5294117647059,36.2745098039216],[0,20.5882352941176,0],[76.4705882352941,104.901960784314,83.3333333333333],[137.254901960784,163.725490196078,133.333333333333],[137.254901960784,155.882352941176,124.509803921569],[150.980392156863,161.764705882353,132.352941176471],[111.764705882353,122.549019607843,93.1372549019608],[85.2941176470588,105.882352941176,75.4901960784314],[110.78431372549,129.411764705882,100],[128.43137254902,136.274509803922,112.745098039216],[125.490196078431,124.509803921569,104.901960784314],[163.725490196078,160.78431372549,144.117647058824],[224.509803921569,222.549019607843,207.843137254902],[183.333333333333,191.176470588235,176.470588235294],[166.666666666667,177.450980392157,163.725490196078],[211.764705882353,217.647058823529,207.843137254902],[232.352941176471,242.156862745098,233.333333333333],[206.862745098039,228.43137254902,216.666666666667],[139.21568627451,160.78431372549,148.039215686275],[132.352941176471,143.137254901961,127.450980392157],[168.627450980392,184.313725490196,171.56862745098],[166.666666666667,205.882352941176,195.098039215686],[157.843137254902,204.901960784314,193.137254901961],[157.843137254902,195.098039215686,182.352941176471],[180.392156862745,212.745098039216,201.960784313725],[134.313725490196,168.627450980392,162.745098039216],[115.686274509804,150.980392156863,147.058823529412],[90.1960784313725,130.392156862745,124.509803921569],[108.823529411765,143.137254901961,136.274509803922],[125.490196078431,150,144.117647058824],[201.960784313725,222.549019607843,223.529411764706],[190.196078431373,215.686274509804,230.392156862745],[122.549019607843,156.862745098039,176.470588235294],[106.862745098039,151.960784313725,167.647058823529],[124.509803921569,169.607843137255,184.313725490196],[109.803921568627,149.019607843137,160.78431372549],[148.039215686275,176.470588235294,190.196078431373],[191.176470588235,206.862745098039,222.549019607843],[152.941176470588,168.627450980392,184.313725490196],[138.235294117647,169.607843137255,182.352941176471],[124.509803921569,161.764705882353,174.509803921569],[135.294117647059,171.56862745098,189.21568627451],[122.549019607843,162.745098039216,180.392156862745],[104.901960784314,151.960784313725,171.56862745098],[112.745098039216,156.862745098039,179.411764705882],[139.21568627451,165.686274509804,194.117647058824],[123.529411764706,147.058823529412,174.509803921569],[112.745098039216,149.019607843137,167.647058823529],[120.588235294118,161.764705882353,177.450980392157],[136.274509803922,175.490196078431,187.254901960784],[142.156862745098,173.529411764706,186.274509803922],[145.098039215686,163.725490196078,177.450980392157],[136.274509803922,153.921568627451,165.686274509804],[142.156862745098,172.549019607843,177.450980392157],[144.117647058824,177.450980392157,179.411764705882],[140.196078431373,163.725490196078,165.686274509804],[154.901960784314,165.686274509804,169.607843137255],[183.333333333333,181.372549019608,186.274509803922],[250,247.058823529412,250],[228.43137254902,222.549019607843,222.549019607843],[229.411764705882,228.43137254902,224.509803921569],[186.274509803922,189.21568627451,182.352941176471],[189.21568627451,192.156862745098,185.294117647059],[225.490196078431,228.43137254902,221.56862745098],[210.78431372549,213.725490196078,206.862745098039],[171.56862745098,178.43137254902,170.588235294118],[171.56862745098,183.333333333333,173.529411764706],[195.098039215686,205.882352941176,198.039215686275],[155.882352941176,170.588235294118,167.647058823529],[170.588235294118,191.176470588235,192.156862745098],[139.21568627451,157.843137254902,161.764705882353],[139.21568627451,150,155.882352941176],[151.960784313725,156.862745098039,160.78431372549],[180.392156862745,181.372549019608,183.333333333333],[221.56862745098,230.392156862745,227.450980392157],[176.470588235294,197.058823529412,192.156862745098],[174.509803921569,202.941176470588,200.980392156863],[157.843137254902,186.274509803922,194.117647058824],[144.117647058824,171.56862745098,185.294117647059],[135.294117647059,161.764705882353,180.392156862745],[144.117647058824,176.470588235294,193.137254901961],[124.509803921569,172.549019607843,177.450980392157],[129.411764705882,186.274509803922,190.196078431373],[179.411764705882,236.274509803922,248.039215686275],[126.470588235294,184.313725490196,200],[117.647058823529,175.490196078431,191.176470588235],[121.56862745098,177.450980392157,196.078431372549],[150.980392156863,206.862745098039,225.490196078431],[141.176470588235,193.137254901961,208.823529411765],[132.352941176471,180.392156862745,194.117647058824],[149.019607843137,192.156862745098,202.941176470588],[187.254901960784,225.490196078431,232.352941176471],[206.862745098039,235.294117647059,239.21568627451],[184.313725490196,204.901960784314,207.843137254902],[210.78431372549,224.509803921569,225.490196078431],[238.235294117647,243.137254901961,246.078431372549],[245.098039215686,243.137254901961,248.039215686275],[250,242.156862745098,250],[250,247.058823529412,248.039215686275],[250,249.019607843137,238.235294117647],[228.43137254902,229.411764705882,213.725490196078],[235.294117647059,238.235294117647,227.450980392157],[238.235294117647,241.176470588235,232.352941176471],[215.686274509804,219.607843137255,204.901960784314],[224.509803921569,227.450980392157,206.862745098039],[231.372549019608,231.372549019608,205.882352941176],[199.019607843137,196.078431372549,165.686274509804],[113.725490196078,108.823529411765,77.4509803921569],[150,148.039215686275,109.803921568627],[137.254901960784,139.21568627451,90.1960784313725],[130.392156862745,136.274509803922,77.4509803921569],[156.862745098039,163.725490196078,97.0588235294118],[191.176470588235,197.058823529412,126.470588235294],[163.725490196078,164.705882352941,100],[164.705882352941,154.901960784314,97.0588235294118],[115.686274509804,88.2352941176471,41.1764705882353],[92.156862745098,59.8039215686275,15.6862745098039],[126.470588235294,104.901960784314,55.8823529411765],[121.56862745098,108.823529411765,57.843137254902],[138.235294117647,131.372549019608,88.2352941176471],[155.882352941176,154.901960784314,109.803921568627],[153.921568627451,161.764705882353,105.882352941176],[147.058823529412,157.843137254902,102.941176470588],[129.411764705882,145.098039215686,97.0588235294118],[40.1960784313726,59.8039215686275,9.80392156862745],[97.0588235294118,122.549019607843,58.8235294117647],[143.137254901961,171.56862745098,105.882352941176],[94.1176470588235,119.607843137255,55.8823529411765],[105.882352941176,130.392156862745,66.6666666666667],[143.137254901961,163.725490196078,96.078431372549],[58.8235294117647,78.4313725490196,10.7843137254902],[145.098039215686,163.725490196078,100.980392156863],[130.392156862745,145.098039215686,87.2549019607843],[64.7058823529412,75.4901960784314,20.5882352941176],[70.5882352941177,77.4509803921569,26.4705882352941],[138.235294117647,140.196078431373,91.1764705882353],[113.725490196078,113.725490196078,64.7058823529412],[117.647058823529,117.647058823529,68.6274509803922],[96.078431372549,99.0196078431373,45.0980392156863],[101.960784313725,106.862745098039,50],[137.254901960784,147.058823529412,87.2549019607843],[161.764705882353,175.490196078431,114.705882352941],[167.647058823529,183.333333333333,121.56862745098],[165.686274509804,183.333333333333,122.549019607843],[123.529411764706,141.176470588235,84.3137254901961],[82.3529411764706,99.0196078431373,45.0980392156863],[46.078431372549,65.6862745098039,7.84313725490196],[98.0392156862745,120.588235294118,53.921568627451],[167.647058823529,188.235294117647,120.588235294118],[104.901960784314,119.607843137255,53.921568627451],[127.450980392157,132.352941176471,69.6078431372549],[149.019607843137,143.137254901961,86.2745098039216],[84.3137254901961,66.6666666666667,19.6078431372549],[71.5686274509804,47.0588235294118,7.84313725490196],[73.5294117647059,43.1372549019608,15.6862745098039],[76.4705882352941,42.156862745098,23.5294117647059],[63.7254901960784,31.3725490196078,22.5490196078431],[27.4509803921569,2.94117647058824,0],[16.6666666666667,0,0],[6.86274509803922,0,0],[87.2549019607843,89.2156862745098,88.2352941176471],[32.3529411764706,41.1764705882353,38.2352941176471],[0,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[19.6078431372549,8.82352941176471,4.90196078431373],[26.4705882352941,13.7254901960784,7.84313725490196],[35.2941176470588,22.5490196078431,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[25.4901960784314,11.7647058823529,2.94117647058824],[36.2745098039216,19.6078431372549,9.80392156862745],[43.1372549019608,26.4705882352941,16.6666666666667],[48.0392156862745,30.3921568627451,20.5882352941176],[58.8235294117647,39.2156862745098,30.3921568627451],[50,30.3921568627451,19.6078431372549],[38.2352941176471,16.6666666666667,5.88235294117647],[56.8627450980392,35.2941176470588,22.5490196078431],[67.6470588235294,47.0588235294118,30.3921568627451],[48.0392156862745,25.4901960784314,7.84313725490196],[40.1960784313726,18.6274509803922,0],[25.4901960784314,3.92156862745098,0],[65.6862745098039,45.0980392156863,16.6666666666667],[104.901960784314,86.2745098039216,53.921568627451],[125.490196078431,107.843137254902,72.5490196078431],[136.274509803922,118.627450980392,79.4117647058823],[32.3529411764706,15.6862745098039,0],[70.5882352941177,56.8627450980392,12.7450980392157],[42.156862745098,30.3921568627451,0],[39.2156862745098,31.3725490196078,8.82352941176471],[76.4705882352941,70.5882352941177,54.9019607843137],[58.8235294117647,51.9607843137255,36.2745098039216],[43.1372549019608,36.2745098039216,18.6274509803922],[9.80392156862745,2.94117647058824,0],[25.4901960784314,16.6666666666667,0],[45.0980392156863,36.2745098039216,19.6078431372549],[22.5490196078431,10.7843137254902,0],[30.3921568627451,18.6274509803922,6.86274509803922],[58.8235294117647,45.0980392156863,34.3137254901961],[63.7254901960784,48.0392156862745,35.2941176470588],[26.4705882352941,10.7843137254902,0],[43.1372549019608,28.4313725490196,7.84313725490196],[65.6862745098039,50,25.4901960784314],[53.921568627451,39.2156862745098,10.7843137254902],[71.5686274509804,56.8627450980392,26.4705882352941],[61.7647058823529,47.0588235294118,16.6666666666667],[106.862745098039,89.2156862745098,53.921568627451],[116.666666666667,95.0980392156863,49.0196078431373],[124.509803921569,97.0588235294118,50],[156.862745098039,125.490196078431,85.2941176470588],[167.647058823529,139.21568627451,96.078431372549],[159.803921568627,137.254901960784,86.2745098039216],[109.803921568627,89.2156862745098,35.2941176470588],[99.0196078431373,77.4509803921569,28.4313725490196],[143.137254901961,119.607843137255,74.5098039215686],[218.627450980392,194.117647058824,153.921568627451],[171.56862745098,150.980392156863,108.823529411765],[152.941176470588,143.137254901961,93.1372549019608],[118.627450980392,119.607843137255,78.4313725490196],[65.6862745098039,77.4509803921569,57.843137254902],[22.5490196078431,36.2745098039216,23.5294117647059],[14.7058823529412,26.4705882352941,4.90196078431373],[90.1960784313725,95.0980392156863,72.5490196078431],[150,151.960784313725,130.392156862745],[75.4901960784314,80.3921568627451,57.843137254902],[82.3529411764706,101.960784313725,74.5098039215686],[107.843137254902,130.392156862745,101.960784313725],[160.78431372549,176.470588235294,150.980392156863],[138.235294117647,150,126.470588235294],[143.137254901961,151.960784313725,131.372549019608],[225.490196078431,237.254901960784,217.647058823529],[158.823529411765,176.470588235294,154.901960784314],[150,166.666666666667,148.039215686275],[179.411764705882,185.294117647059,171.56862745098],[209.803921568627,215.686274509804,203.921568627451],[240.196078431373,250,243.137254901961],[180.392156862745,194.117647058824,177.450980392157],[158.823529411765,163.725490196078,144.117647058824],[129.411764705882,141.176470588235,121.56862745098],[128.43137254902,161.764705882353,146.078431372549],[151.960784313725,195.098039215686,182.352941176471],[176.470588235294,213.725490196078,200.980392156863],[143.137254901961,177.450980392157,170.588235294118],[113.725490196078,151.960784313725,150.980392156863],[109.803921568627,150,151.960784313725],[90.1960784313725,135.294117647059,135.294117647059],[87.2549019607843,130.392156862745,129.411764705882],[139.21568627451,168.627450980392,166.666666666667],[164.705882352941,189.21568627451,194.117647058824],[159.803921568627,188.235294117647,205.882352941176],[137.254901960784,170.588235294118,195.098039215686],[121.56862745098,162.745098039216,184.313725490196],[129.411764705882,171.56862745098,188.235294117647],[135.294117647059,172.549019607843,185.294117647059],[152.941176470588,180.392156862745,194.117647058824],[161.764705882353,178.43137254902,194.117647058824],[178.43137254902,191.176470588235,207.843137254902],[166.666666666667,183.333333333333,199.019607843137],[131.372549019608,148.039215686275,165.686274509804],[151.960784313725,167.647058823529,190.196078431373],[133.333333333333,159.803921568627,180.392156862745],[110.78431372549,160.78431372549,177.450980392157],[108.823529411765,160.78431372549,178.43137254902],[126.470588235294,161.764705882353,187.254901960784],[119.607843137255,149.019607843137,174.509803921569],[121.56862745098,152.941176470588,175.490196078431],[150,184.313725490196,203.921568627451],[135.294117647059,171.56862745098,187.254901960784],[152.941176470588,184.313725490196,199.019607843137],[143.137254901961,161.764705882353,178.43137254902],[149.019607843137,167.647058823529,182.352941176471],[143.137254901961,175.490196078431,184.313725490196],[123.529411764706,155.882352941176,160.78431372549],[141.176470588235,164.705882352941,168.627450980392],[149.019607843137,159.803921568627,165.686274509804],[187.254901960784,182.352941176471,189.21568627451],[212.745098039216,201.960784313725,207.843137254902],[250,244.117647058824,247.058823529412],[247.058823529412,243.137254901961,240.196078431373],[198.039215686275,199.019607843137,193.137254901961],[200.980392156863,201.960784313725,196.078431372549],[234.313725490196,233.333333333333,228.43137254902],[207.843137254902,208.823529411765,202.941176470588],[163.725490196078,168.627450980392,161.764705882353],[149.019607843137,153.921568627451,148.039215686275],[156.862745098039,161.764705882353,157.843137254902],[130.392156862745,139.21568627451,138.235294117647],[147.058823529412,161.764705882353,164.705882352941],[163.725490196078,178.43137254902,185.294117647059],[169.607843137255,176.470588235294,186.274509803922],[186.274509803922,189.21568627451,198.039215686275],[208.823529411765,209.803921568627,214.705882352941],[185.294117647059,193.137254901961,196.078431372549],[218.627450980392,242.156862745098,244.117647058824],[222.549019607843,250,250],[144.117647058824,179.411764705882,195.098039215686],[127.450980392157,162.745098039216,186.274509803922],[143.137254901961,177.450980392157,204.901960784314],[129.411764705882,172.549019607843,197.058823529412],[132.352941176471,190.196078431373,205.882352941176],[99.0196078431373,165.686274509804,178.43137254902],[109.803921568627,173.529411764706,191.176470588235],[116.666666666667,180.392156862745,201.960784313725],[117.647058823529,181.372549019608,202.941176470588],[121.56862745098,182.352941176471,204.901960784314],[111.764705882353,170.588235294118,194.117647058824],[102.941176470588,159.803921568627,181.372549019608],[118.627450980392,169.607843137255,190.196078431373],[134.313725490196,180.392156862745,196.078431372549],[167.647058823529,206.862745098039,216.666666666667],[204.901960784314,237.254901960784,246.078431372549],[216.666666666667,239.21568627451,245.098039215686],[213.725490196078,226.470588235294,234.313725490196],[244.117647058824,248.039215686275,250],[250,249.019607843137,250],[240.196078431373,234.313725490196,244.117647058824],[250,247.058823529412,250],[250,250,248.039215686275],[243.137254901961,246.078431372549,239.21568627451],[246.078431372549,250,246.078431372549],[237.254901960784,243.137254901961,241.176470588235],[246.078431372549,250,250],[243.137254901961,244.117647058824,248.039215686275],[249.019607843137,248.039215686275,246.078431372549],[237.254901960784,233.333333333333,221.56862745098],[210.78431372549,207.843137254902,173.529411764706],[173.529411764706,171.56862745098,123.529411764706],[147.058823529412,148.039215686275,89.2156862745098],[154.901960784314,156.862745098039,93.1372549019608],[161.764705882353,162.745098039216,103.921568627451],[180.392156862745,178.43137254902,120.588235294118],[168.627450980392,162.745098039216,105.882352941176],[169.607843137255,157.843137254902,99.0196078431373],[145.098039215686,127.450980392157,64.7058823529412],[116.666666666667,98.0392156862745,33.3333333333333],[143.137254901961,122.549019607843,56.8627450980392],[173.529411764706,153.921568627451,92.156862745098],[145.098039215686,128.43137254902,75.4901960784314],[106.862745098039,96.078431372549,43.1372549019608],[165.686274509804,161.764705882353,100],[174.509803921569,179.411764705882,116.666666666667],[102.941176470588,109.803921568627,56.8627450980392],[90.1960784313725,100.980392156863,46.078431372549],[146.078431372549,157.843137254902,95.0980392156863],[127.450980392157,142.156862745098,74.5098039215686],[116.666666666667,132.352941176471,70.5882352941177],[100.980392156863,121.56862745098,57.843137254902],[137.254901960784,162.745098039216,91.1764705882353],[126.470588235294,150.980392156863,84.3137254901961],[134.313725490196,152.941176470588,99.0196078431373],[119.607843137255,131.372549019608,84.3137254901961],[20.5882352941176,27.4509803921569,0],[36.2745098039216,39.2156862745098,0],[61.7647058823529,59.8039215686275,19.6078431372549],[91.1764705882353,88.2352941176471,46.078431372549],[53.921568627451,51.9607843137255,4.90196078431373],[62.7450980392157,62.7450980392157,11.7647058823529],[61.7647058823529,67.6470588235294,8.82352941176471],[123.529411764706,134.313725490196,69.6078431372549],[206.862745098039,221.56862745098,153.921568627451],[144.117647058824,160.78431372549,92.156862745098],[163.725490196078,183.333333333333,115.686274509804],[158.823529411765,179.411764705882,113.725490196078],[115.686274509804,136.274509803922,72.5490196078431],[127.450980392157,148.039215686275,84.3137254901961],[138.235294117647,159.803921568627,96.078431372549],[99.0196078431373,117.647058823529,52.9411764705882],[84.3137254901961,96.078431372549,33.3333333333333],[114.705882352941,118.627450980392,60.7843137254902],[118.627450980392,111.764705882353,58.8235294117647],[100,82.3529411764706,37.2549019607843],[106.862745098039,81.3725490196078,45.0980392156863],[110.78431372549,80.3921568627451,52.9411764705882],[86.2745098039216,53.921568627451,35.2941176470588],[79.4117647058823,48.0392156862745,37.2549019607843],[38.2352941176471,13.7254901960784,8.82352941176471],[16.6666666666667,0,0],[5.88235294117647,0,0],[159.803921568627,159.803921568627,159.803921568627],[70.5882352941177,76.4705882352941,74.5098039215686],[0,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,4.90196078431373,1.96078431372549],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,12.7450980392157,10.7843137254902],[35.2941176470588,25.4901960784314,23.5294117647059],[34.3137254901961,23.5294117647059,19.6078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[39.2156862745098,26.4705882352941,20.5882352941176],[32.3529411764706,17.6470588235294,10.7843137254902],[29.4117647058824,15.6862745098039,6.86274509803922],[27.4509803921569,10.7843137254902,0.980392156862745],[37.2549019607843,20.5882352941176,10.7843137254902],[34.3137254901961,16.6666666666667,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[26.4705882352941,8.82352941176471,0],[16.6666666666667,0,0],[36.2745098039216,17.6470588235294,3.92156862745098],[55.8823529411765,37.2549019607843,22.5490196078431],[60.7843137254902,40.1960784313726,23.5294117647059],[58.8235294117647,38.2352941176471,19.6078431372549],[48.0392156862745,28.4313725490196,4.90196078431373],[48.0392156862745,28.4313725490196,1.96078431372549],[79.4117647058823,60.7843137254902,29.4117647058824],[59.8039215686275,44.1176470588235,8.82352941176471],[56.8627450980392,42.156862745098,3.92156862745098],[50.9803921568627,36.2745098039216,0],[107.843137254902,94.1176470588235,50],[38.2352941176471,26.4705882352941,0],[47.0588235294118,41.1764705882353,9.80392156862745],[21.5686274509804,17.6470588235294,0],[17.6470588235294,11.7647058823529,0],[51.9607843137255,46.078431372549,20.5882352941176],[73.5294117647059,67.6470588235294,44.1176470588235],[6.86274509803922,0.980392156862745,0],[22.5490196078431,13.7254901960784,0],[25.4901960784314,16.6666666666667,1.96078431372549],[85.2941176470588,72.5490196078431,63.7254901960784],[61.7647058823529,48.0392156862745,39.2156862745098],[30.3921568627451,13.7254901960784,3.92156862745098],[41.1764705882353,25.4901960784314,10.7843137254902],[31.3725490196078,14.7058823529412,0],[60.7843137254902,45.0980392156863,20.5882352941176],[78.4313725490196,61.7647058823529,32.3529411764706],[105.882352941176,90.1960784313725,57.843137254902],[83.3333333333333,64.7058823529412,32.3529411764706],[93.1372549019608,74.5098039215686,35.2941176470588],[109.803921568627,87.2549019607843,38.2352941176471],[116.666666666667,90.1960784313725,38.2352941176471],[115.686274509804,85.2941176470588,39.2156862745098],[153.921568627451,123.529411764706,78.4313725490196],[154.901960784314,129.411764705882,81.3725490196078],[141.176470588235,118.627450980392,67.6470588235294],[140.196078431373,114.705882352941,64.7058823529412],[178.43137254902,150.980392156863,103.921568627451],[199.019607843137,166.666666666667,124.509803921569],[212.745098039216,184.313725490196,143.137254901961],[107.843137254902,89.2156862745098,47.0588235294118],[86.2745098039216,78.4313725490196,42.156862745098],[116.666666666667,119.607843137255,99.0196078431373],[61.7647058823529,70.5882352941177,53.921568627451],[50.9803921568627,55.8823529411765,33.3333333333333],[110.78431372549,113.725490196078,87.2549019607843],[138.235294117647,136.274509803922,111.764705882353],[80.3921568627451,84.3137254901961,57.843137254902],[69.6078431372549,85.2941176470588,56.8627450980392],[60.7843137254902,81.3725490196078,50.9803921568627],[155.882352941176,169.607843137255,144.117647058824],[238.235294117647,248.039215686275,223.529411764706],[158.823529411765,168.627450980392,145.098039215686],[209.803921568627,221.56862745098,200],[192.156862745098,210.78431372549,189.21568627451],[162.745098039216,181.372549019608,162.745098039216],[167.647058823529,178.43137254902,164.705882352941],[200.980392156863,210.78431372549,200],[213.725490196078,234.313725490196,219.607843137255],[149.019607843137,167.647058823529,149.019607843137],[139.21568627451,147.058823529412,123.529411764706],[129.411764705882,141.176470588235,117.647058823529],[133.333333333333,165.686274509804,147.058823529412],[146.078431372549,186.274509803922,172.549019607843],[163.725490196078,196.078431372549,185.294117647059],[139.21568627451,171.56862745098,164.705882352941],[123.529411764706,160.78431372549,161.764705882353],[125.490196078431,169.607843137255,174.509803921569],[75.4901960784314,125.490196078431,128.43137254902],[84.3137254901961,133.333333333333,134.313725490196],[107.843137254902,147.058823529412,147.058823529412],[128.43137254902,160.78431372549,167.647058823529],[91.1764705882353,122.549019607843,143.137254901961],[123.529411764706,158.823529411765,184.313725490196],[115.686274509804,151.960784313725,177.450980392157],[116.666666666667,153.921568627451,174.509803921569],[126.470588235294,161.764705882353,177.450980392157],[143.137254901961,170.588235294118,184.313725490196],[162.745098039216,179.411764705882,197.058823529412],[185.294117647059,196.078431372549,213.725490196078],[155.882352941176,163.725490196078,182.352941176471],[160.78431372549,168.627450980392,189.21568627451],[155.882352941176,161.764705882353,185.294117647059],[136.274509803922,156.862745098039,177.450980392157],[116.666666666667,162.745098039216,178.43137254902],[121.56862745098,173.529411764706,191.176470588235],[125.490196078431,161.764705882353,187.254901960784],[124.509803921569,154.901960784314,182.352941176471],[150.980392156863,182.352941176471,206.862745098039],[166.666666666667,198.039215686275,220.588235294118],[117.647058823529,153.921568627451,172.549019607843],[123.529411764706,157.843137254902,176.470588235294],[140.196078431373,161.764705882353,182.352941176471],[146.078431372549,168.627450980392,186.274509803922],[121.56862745098,152.941176470588,163.725490196078],[117.647058823529,150,158.823529411765],[131.372549019608,153.921568627451,161.764705882353],[166.666666666667,177.450980392157,183.333333333333],[203.921568627451,202.941176470588,208.823529411765],[211.764705882353,205.882352941176,209.803921568627],[245.098039215686,241.176470588235,242.156862745098],[249.019607843137,248.039215686275,246.078431372549],[220.588235294118,219.607843137255,215.686274509804],[208.823529411765,205.882352941176,200.980392156863],[213.725490196078,208.823529411765,204.901960784314],[211.764705882353,208.823529411765,203.921568627451],[197.058823529412,201.960784313725,195.098039215686],[169.607843137255,176.470588235294,169.607843137255],[189.21568627451,194.117647058824,190.196078431373],[188.235294117647,197.058823529412,196.078431372549],[150,163.725490196078,166.666666666667],[149.019607843137,161.764705882353,170.588235294118],[191.176470588235,197.058823529412,208.823529411765],[204.901960784314,208.823529411765,220.588235294118],[191.176470588235,194.117647058824,202.941176470588],[187.254901960784,198.039215686275,203.921568627451],[207.843137254902,232.352941176471,239.21568627451],[161.764705882353,195.098039215686,206.862745098039],[132.352941176471,167.647058823529,191.176470588235],[138.235294117647,176.470588235294,206.862745098039],[142.156862745098,181.372549019608,215.686274509804],[127.450980392157,175.490196078431,207.843137254902],[119.607843137255,180.392156862745,204.901960784314],[114.705882352941,181.372549019608,201.960784313725],[122.549019607843,187.254901960784,210.78431372549],[126.470588235294,189.21568627451,215.686274509804],[122.549019607843,185.294117647059,212.745098039216],[124.509803921569,184.313725490196,212.745098039216],[115.686274509804,175.490196078431,202.941176470588],[111.764705882353,167.647058823529,194.117647058824],[125.490196078431,178.43137254902,201.960784313725],[136.274509803922,183.333333333333,204.901960784314],[193.137254901961,235.294117647059,250],[213.725490196078,249.019607843137,250],[215.686274509804,243.137254901961,250],[230.392156862745,250,250],[237.254901960784,250,250],[231.372549019608,238.235294117647,248.039215686275],[243.137254901961,245.098039215686,250],[242.156862745098,244.117647058824,250],[234.313725490196,243.137254901961,248.039215686275],[237.254901960784,248.039215686275,250],[232.352941176471,244.117647058824,242.156862745098],[236.274509803922,246.078431372549,245.098039215686],[234.313725490196,242.156862745098,244.117647058824],[246.078431372549,250,250],[247.058823529412,249.019607843137,244.117647058824],[243.137254901961,246.078431372549,229.411764705882],[222.549019607843,223.529411764706,190.196078431373],[220.588235294118,222.549019607843,174.509803921569],[215.686274509804,214.705882352941,158.823529411765],[191.176470588235,189.21568627451,129.411764705882],[195.098039215686,191.176470588235,131.372549019608],[182.352941176471,176.470588235294,115.686274509804],[198.039215686275,190.196078431373,126.470588235294],[185.294117647059,176.470588235294,108.823529411765],[139.21568627451,130.392156862745,56.8627450980392],[127.450980392157,115.686274509804,41.1764705882353],[145.098039215686,132.352941176471,55.8823529411765],[153.921568627451,137.254901960784,68.6274509803922],[151.960784313725,136.274509803922,77.4509803921569],[135.294117647059,120.588235294118,62.7450980392157],[151.960784313725,145.098039215686,78.4313725490196],[153.921568627451,150,87.2549019607843],[115.686274509804,114.705882352941,59.8039215686275],[196.078431372549,196.078431372549,143.137254901961],[165.686274509804,167.647058823529,105.882352941176],[142.156862745098,147.058823529412,82.3529411764706],[74.5098039215686,82.3529411764706,23.5294117647059],[80.3921568627451,94.1176470588235,34.3137254901961],[144.117647058824,164.705882352941,99.0196078431373],[88.2352941176471,107.843137254902,46.078431372549],[123.529411764706,135.294117647059,90.1960784313725],[165.686274509804,171.56862745098,134.313725490196],[99.0196078431373,103.921568627451,64.7058823529412],[102.941176470588,103.921568627451,64.7058823529412],[117.647058823529,116.666666666667,73.5294117647059],[113.725490196078,112.745098039216,65.6862745098039],[150.980392156863,150.980392156863,100],[111.764705882353,116.666666666667,61.7647058823529],[102.941176470588,112.745098039216,52.9411764705882],[84.3137254901961,99.0196078431373,35.2941176470588],[119.607843137255,136.274509803922,69.6078431372549],[146.078431372549,165.686274509804,96.078431372549],[131.372549019608,150.980392156863,81.3725490196078],[140.196078431373,159.803921568627,90.1960784313725],[150,169.607843137255,100],[125.490196078431,145.098039215686,77.4509803921569],[89.2156862745098,107.843137254902,45.0980392156863],[89.2156862745098,104.901960784314,44.1176470588235],[69.6078431372549,79.4117647058823,20.5882352941176],[102.941176470588,102.941176470588,50],[97.0588235294118,89.2156862745098,41.1764705882353],[106.862745098039,90.1960784313725,48.0392156862745],[106.862745098039,81.3725490196078,49.0196078431373],[102.941176470588,73.5294117647059,48.0392156862745],[86.2745098039216,55.8823529411765,36.2745098039216],[40.1960784313726,10.7843137254902,0],[27.4509803921569,2.94117647058824,0],[20.5882352941176,2.94117647058824,0],[6.86274509803922,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0.980392156862745,1.96078431372549],[0,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,9.80392156862745,8.82352941176471],[27.4509803921569,16.6666666666667,14.7058823529412],[20.5882352941176,9.80392156862745,7.84313725490196],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,11.7647058823529,5.88235294117647],[18.6274509803922,3.92156862745098,0],[28.4313725490196,13.7254901960784,6.86274509803922],[18.6274509803922,4.90196078431373,0],[31.3725490196078,17.6470588235294,8.82352941176471],[23.5294117647059,9.80392156862745,0.980392156862745],[43.1372549019608,29.4117647058824,20.5882352941176],[44.1176470588235,27.4509803921569,19.6078431372549],[38.2352941176471,21.5686274509804,11.7647058823529],[20.5882352941176,2.94117647058824,0],[13.7254901960784,0,0],[31.3725490196078,12.7450980392157,0],[48.0392156862745,29.4117647058824,14.7058823529412],[55.8823529411765,38.2352941176471,18.6274509803922],[47.0588235294118,29.4117647058824,5.88235294117647],[58.8235294117647,42.156862745098,14.7058823529412],[65.6862745098039,50.9803921568627,18.6274509803922],[54.9019607843137,41.1764705882353,6.86274509803922],[71.5686274509804,57.843137254902,19.6078431372549],[152.941176470588,140.196078431373,99.0196078431373],[91.1764705882353,83.3333333333333,38.2352941176471],[100,96.078431372549,50],[52.9411764705882,50,5.88235294117647],[49.0196078431373,46.078431372549,3.92156862745098],[117.647058823529,113.725490196078,77.4509803921569],[144.117647058824,137.254901960784,108.823529411765],[42.156862745098,34.3137254901961,11.7647058823529],[35.2941176470588,26.4705882352941,9.80392156862745],[34.3137254901961,21.5686274509804,12.7450980392157],[47.0588235294118,32.3529411764706,27.4509803921569],[46.078431372549,31.3725490196078,26.4705882352941],[14.7058823529412,0,0],[23.5294117647059,5.88235294117647,0],[38.2352941176471,19.6078431372549,2.94117647058824],[55.8823529411765,39.2156862745098,13.7254901960784],[107.843137254902,89.2156862745098,57.843137254902],[88.2352941176471,70.5882352941177,35.2941176470588],[100.980392156863,86.2745098039216,48.0392156862745],[114.705882352941,98.0392156862745,55.8823529411765],[98.0392156862745,76.4705882352941,30.3921568627451],[105.882352941176,83.3333333333333,32.3529411764706],[122.549019607843,100.980392156863,42.156862745098],[144.117647058824,122.549019607843,65.6862745098039],[155.882352941176,133.333333333333,90.1960784313725],[92.156862745098,69.6078431372549,29.4117647058824],[123.529411764706,100,54.9019607843137],[152.941176470588,125.490196078431,76.4705882352941],[137.254901960784,106.862745098039,50.9803921568627],[231.372549019608,203.921568627451,154.901960784314],[250,236.274509803922,208.823529411765],[55.8823529411765,43.1372549019608,24.5098039215686],[18.6274509803922,22.5490196078431,0],[125.490196078431,136.274509803922,104.901960784314],[154.901960784314,164.705882352941,128.43137254902],[167.647058823529,174.509803921569,134.313725490196],[132.352941176471,134.313725490196,98.0392156862745],[60.7843137254902,64.7058823529412,28.4313725490196],[56.8627450980392,66.6666666666667,30.3921568627451],[72.5490196078431,82.3529411764706,49.0196078431373],[141.176470588235,144.117647058824,115.686274509804],[226.470588235294,224.509803921569,201.960784313725],[248.039215686275,245.098039215686,226.470588235294],[231.372549019608,234.313725490196,217.647058823529],[244.117647058824,250,239.21568627451],[219.607843137255,235.294117647059,222.549019607843],[215.686274509804,232.352941176471,222.549019607843],[203.921568627451,226.470588235294,216.666666666667],[172.549019607843,204.901960784314,194.117647058824],[124.509803921569,156.862745098039,140.196078431373],[122.549019607843,142.156862745098,114.705882352941],[132.352941176471,151.960784313725,124.509803921569],[151.960784313725,184.313725490196,165.686274509804],[145.098039215686,178.43137254902,164.705882352941],[138.235294117647,163.725490196078,154.901960784314],[138.235294117647,163.725490196078,160.78431372549],[144.117647058824,178.43137254902,182.352941176471],[114.705882352941,157.843137254902,166.666666666667],[103.921568627451,157.843137254902,162.745098039216],[102.941176470588,159.803921568627,161.764705882353],[142.156862745098,189.21568627451,191.176470588235],[165.686274509804,207.843137254902,214.705882352941],[105.882352941176,147.058823529412,168.627450980392],[116.666666666667,154.901960784314,183.333333333333],[122.549019607843,155.882352941176,183.333333333333],[139.21568627451,168.627450980392,194.117647058824],[139.21568627451,169.607843137255,190.196078431373],[134.313725490196,160.78431372549,179.411764705882],[177.450980392157,194.117647058824,211.764705882353],[169.607843137255,180.392156862745,200],[157.843137254902,165.686274509804,184.313725490196],[176.470588235294,184.313725490196,202.941176470588],[168.627450980392,179.411764705882,199.019607843137],[144.117647058824,161.764705882353,183.333333333333],[125.490196078431,161.764705882353,180.392156862745],[115.686274509804,155.882352941176,175.490196078431],[150,181.372549019608,205.882352941176],[166.666666666667,196.078431372549,223.529411764706],[148.039215686275,178.43137254902,205.882352941176],[157.843137254902,193.137254901961,216.666666666667],[132.352941176471,172.549019607843,194.117647058824],[103.921568627451,144.117647058824,163.725490196078],[140.196078431373,171.56862745098,192.156862745098],[153.921568627451,184.313725490196,203.921568627451],[142.156862745098,173.529411764706,188.235294117647],[143.137254901961,170.588235294118,182.352941176471],[139.21568627451,156.862745098039,168.627450980392],[165.686274509804,175.490196078431,184.313725490196],[166.666666666667,169.607843137255,174.509803921569],[176.470588235294,177.450980392157,179.411764705882],[246.078431372549,250,249.019607843137],[240.196078431373,242.156862745098,239.21568627451],[227.450980392157,222.549019607843,219.607843137255],[235.294117647059,225.490196078431,224.509803921569],[241.176470588235,227.450980392157,227.450980392157],[233.333333333333,225.490196078431,223.529411764706],[214.705882352941,224.509803921569,216.666666666667],[179.411764705882,194.117647058824,187.254901960784],[191.176470588235,203.921568627451,197.058823529412],[197.058823529412,210.78431372549,210.78431372549],[135.294117647059,152.941176470588,156.862745098039],[145.098039215686,158.823529411765,167.647058823529],[192.156862745098,200.980392156863,215.686274509804],[216.666666666667,224.509803921569,237.254901960784],[204.901960784314,212.745098039216,223.529411764706],[218.627450980392,231.372549019608,240.196078431373],[224.509803921569,248.039215686275,250],[187.254901960784,217.647058823529,235.294117647059],[144.117647058824,177.450980392157,204.901960784314],[152.941176470588,187.254901960784,224.509803921569],[144.117647058824,182.352941176471,222.549019607843],[120.588235294118,164.705882352941,204.901960784314],[126.470588235294,184.313725490196,215.686274509804],[116.666666666667,176.470588235294,204.901960784314],[119.607843137255,177.450980392157,208.823529411765],[126.470588235294,181.372549019608,213.725490196078],[127.450980392157,182.352941176471,216.666666666667],[130.392156862745,185.294117647059,219.607843137255],[124.509803921569,179.411764705882,213.725490196078],[115.686274509804,168.627450980392,201.960784313725],[116.666666666667,168.627450980392,199.019607843137],[111.764705882353,160.78431372549,185.294117647059],[179.411764705882,225.490196078431,245.098039215686],[180.392156862745,221.56862745098,237.254901960784],[136.274509803922,171.56862745098,183.333333333333],[163.725490196078,193.137254901961,202.941176470588],[200.980392156863,224.509803921569,234.313725490196],[194.117647058824,213.725490196078,224.509803921569],[213.725490196078,229.411764705882,242.156862745098],[212.745098039216,228.43137254902,243.137254901961],[201.960784313725,223.529411764706,236.274509803922],[218.627450980392,241.176470588235,249.019607843137],[233.333333333333,248.039215686275,250],[223.529411764706,235.294117647059,231.372549019608],[237.254901960784,250,232.352941176471],[222.549019607843,237.254901960784,208.823529411765],[226.470588235294,243.137254901961,207.843137254902],[243.137254901961,250,222.549019607843],[243.137254901961,250,220.588235294118],[241.176470588235,245.098039215686,210.78431372549],[240.196078431373,236.274509803922,199.019607843137],[236.274509803922,226.470588235294,178.43137254902],[198.039215686275,189.21568627451,125.490196078431],[161.764705882353,153.921568627451,80.3921568627451],[137.254901960784,132.352941176471,50],[118.627450980392,116.666666666667,31.3725490196078],[90.1960784313725,87.2549019607843,7.84313725490196],[129.411764705882,126.470588235294,50.9803921568627],[189.21568627451,186.274509803922,108.823529411765],[180.392156862745,176.470588235294,103.921568627451],[171.56862745098,166.666666666667,103.921568627451],[189.21568627451,183.333333333333,122.549019607843],[194.117647058824,187.254901960784,120.588235294118],[161.764705882353,153.921568627451,92.156862745098],[155.882352941176,149.019607843137,98.0392156862745],[151.960784313725,146.078431372549,97.0588235294118],[120.588235294118,118.627450980392,62.7450980392157],[111.764705882353,110.78431372549,54.9019607843137],[62.7450980392157,62.7450980392157,11.7647058823529],[105.882352941176,105.882352941176,56.8627450980392],[134.313725490196,134.313725490196,81.3725490196078],[63.7254901960784,63.7254901960784,14.7058823529412],[69.6078431372549,69.6078431372549,34.3137254901961],[42.156862745098,42.156862745098,8.82352941176471],[140.196078431373,138.235294117647,100],[133.333333333333,132.352941176471,87.2549019607843],[87.2549019607843,87.2549019607843,36.2745098039216],[149.019607843137,151.960784313725,96.078431372549],[112.745098039216,120.588235294118,61.7647058823529],[144.117647058824,155.882352941176,95.0980392156863],[122.549019607843,138.235294117647,77.4509803921569],[70.5882352941177,88.2352941176471,29.4117647058824],[19.6078431372549,39.2156862745098,0],[129.411764705882,149.019607843137,89.2156862745098],[152.941176470588,168.627450980392,106.862745098039],[134.313725490196,149.019607843137,83.3333333333333],[204.901960784314,215.686274509804,148.039215686275],[158.823529411765,169.607843137255,102.941176470588],[118.627450980392,130.392156862745,69.6078431372549],[103.921568627451,112.745098039216,56.8627450980392],[62.7450980392157,67.6470588235294,14.7058823529412],[74.5098039215686,72.5490196078431,24.5098039215686],[139.21568627451,128.43137254902,84.3137254901961],[136.274509803922,118.627450980392,81.3725490196078],[106.862745098039,84.3137254901961,52.9411764705882],[58.8235294117647,31.3725490196078,7.84313725490196],[26.4705882352941,0,0],[37.2549019607843,11.7647058823529,0],[46.078431372549,23.5294117647059,15.6862745098039],[22.5490196078431,4.90196078431373,0.980392156862745],[16.6666666666667,6.86274509803922,4.90196078431373],[2.94117647058824,0,0],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,0,0],[25.4901960784314,14.7058823529412,10.7843137254902],[17.6470588235294,3.92156862745098,0.980392156862745],[14.7058823529412,1.96078431372549,0],[30.3921568627451,17.6470588235294,9.80392156862745],[29.4117647058824,16.6666666666667,8.82352941176471],[37.2549019607843,24.5098039215686,15.6862745098039],[32.3529411764706,19.6078431372549,10.7843137254902],[24.5098039215686,14.7058823529412,5.88235294117647],[18.6274509803922,5.88235294117647,0],[42.156862745098,29.4117647058824,21.5686274509804],[38.2352941176471,24.5098039215686,15.6862745098039],[13.7254901960784,0,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[20.5882352941176,4.90196078431373,0],[25.4901960784314,10.7843137254902,0],[44.1176470588235,30.3921568627451,4.90196078431373],[29.4117647058824,15.6862745098039,0],[53.921568627451,43.1372549019608,11.7647058823529],[85.2941176470588,75.4901960784314,41.1764705882353],[70.5882352941177,61.7647058823529,23.5294117647059],[60.7843137254902,51.9607843137255,11.7647058823529],[74.5098039215686,70.5882352941177,24.5098039215686],[63.7254901960784,61.7647058823529,14.7058823529412],[85.2941176470588,82.3529411764706,38.2352941176471],[101.960784313725,99.0196078431373,58.8235294117647],[67.6470588235294,61.7647058823529,26.4705882352941],[66.6666666666667,59.8039215686275,31.3725490196078],[35.2941176470588,27.4509803921569,4.90196078431373],[49.0196078431373,41.1764705882353,22.5490196078431],[19.6078431372549,7.84313725490196,0],[25.4901960784314,11.7647058823529,0.980392156862745],[52.9411764705882,37.2549019607843,24.5098039215686],[19.6078431372549,1.96078431372549,0],[30.3921568627451,12.7450980392157,0],[48.0392156862745,31.3725490196078,5.88235294117647],[69.6078431372549,50.9803921568627,19.6078431372549],[59.8039215686275,42.156862745098,6.86274509803922],[74.5098039215686,59.8039215686275,17.6470588235294],[111.764705882353,98.0392156862745,51.9607843137255],[69.6078431372549,51.9607843137255,4.90196078431373],[91.1764705882353,71.5686274509804,19.6078431372549],[132.352941176471,116.666666666667,55.8823529411765],[116.666666666667,100.980392156863,43.1372549019608],[113.725490196078,100,55.8823529411765],[64.7058823529412,50,9.80392156862745],[81.3725490196078,62.7450980392157,20.5882352941176],[115.686274509804,94.1176470588235,45.0980392156863],[150,124.509803921569,68.6274509803922],[200,174.509803921569,124.509803921569],[250,238.235294117647,207.843137254902],[87.2549019607843,76.4705882352941,54.9019607843137],[126.470588235294,133.333333333333,102.941176470588],[223.529411764706,235.294117647059,198.039215686275],[198.039215686275,203.921568627451,158.823529411765],[165.686274509804,167.647058823529,119.607843137255],[117.647058823529,119.607843137255,71.5686274509804],[72.5490196078431,74.5098039215686,28.4313725490196],[71.5686274509804,74.5098039215686,32.3529411764706],[100.980392156863,102.941176470588,64.7058823529412],[145.098039215686,142.156862745098,111.764705882353],[228.43137254902,224.509803921569,198.039215686275],[230.392156862745,228.43137254902,207.843137254902],[223.529411764706,224.509803921569,208.823529411765],[208.823529411765,216.666666666667,203.921568627451],[165.686274509804,181.372549019608,170.588235294118],[200.980392156863,223.529411764706,215.686274509804],[193.137254901961,223.529411764706,215.686274509804],[186.274509803922,225.490196078431,217.647058823529],[193.137254901961,233.333333333333,217.647058823529],[176.470588235294,208.823529411765,180.392156862745],[106.862745098039,139.21568627451,108.823529411765],[98.0392156862745,131.372549019608,114.705882352941],[134.313725490196,165.686274509804,154.901960784314],[156.862745098039,177.450980392157,170.588235294118],[150.980392156863,172.549019607843,170.588235294118],[153.921568627451,186.274509803922,191.176470588235],[126.470588235294,168.627450980392,175.490196078431],[126.470588235294,178.43137254902,182.352941176471],[117.647058823529,172.549019607843,173.529411764706],[170.588235294118,219.607843137255,218.627450980392],[148.039215686275,196.078431372549,200.980392156863],[125.490196078431,172.549019607843,192.156862745098],[106.862745098039,150,178.43137254902],[138.235294117647,168.627450980392,199.019607843137],[139.21568627451,165.686274509804,195.098039215686],[137.254901960784,166.666666666667,192.156862745098],[130.392156862745,155.882352941176,178.43137254902],[172.549019607843,188.235294117647,210.78431372549],[158.823529411765,169.607843137255,191.176470588235],[167.647058823529,175.490196078431,196.078431372549],[184.313725490196,197.058823529412,213.725490196078],[176.470588235294,193.137254901961,210.78431372549],[150,172.549019607843,190.196078431373],[144.117647058824,170.588235294118,191.176470588235],[144.117647058824,171.56862745098,195.098039215686],[147.058823529412,170.588235294118,198.039215686275],[147.058823529412,171.56862745098,200.980392156863],[130.392156862745,163.725490196078,191.176470588235],[136.274509803922,175.490196078431,200.980392156863],[125.490196078431,170.588235294118,194.117647058824],[122.549019607843,167.647058823529,191.176470588235],[124.509803921569,163.725490196078,188.235294117647],[124.509803921569,159.803921568627,183.333333333333],[127.450980392157,161.764705882353,181.372549019608],[131.372549019608,159.803921568627,175.490196078431],[150,168.627450980392,182.352941176471],[172.549019607843,185.294117647059,194.117647058824],[152.941176470588,161.764705882353,166.666666666667],[177.450980392157,187.254901960784,186.274509803922],[214.705882352941,226.470588235294,222.549019607843],[244.117647058824,250,246.078431372549],[248.039215686275,244.117647058824,241.176470588235],[250,239.21568627451,239.21568627451],[250,236.274509803922,239.21568627451],[234.313725490196,225.490196078431,226.470588235294],[206.862745098039,217.647058823529,213.725490196078],[171.56862745098,192.156862745098,185.294117647059],[143.137254901961,163.725490196078,158.823529411765],[151.960784313725,171.56862745098,170.588235294118],[143.137254901961,161.764705882353,167.647058823529],[186.274509803922,203.921568627451,215.686274509804],[181.372549019608,194.117647058824,209.803921568627],[204.901960784314,216.666666666667,232.352941176471],[213.725490196078,225.490196078431,237.254901960784],[210.78431372549,227.450980392157,237.254901960784],[199.019607843137,220.588235294118,234.313725490196],[215.686274509804,242.156862745098,250],[161.764705882353,191.176470588235,224.509803921569],[137.254901960784,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[137.254901960784,181.372549019608,222.549019607843],[146.078431372549,197.058823529412,233.333333333333],[127.450980392157,180.392156862745,213.725490196078],[136.274509803922,187.254901960784,223.529411764706],[138.235294117647,187.254901960784,223.529411764706],[132.352941176471,180.392156862745,219.607843137255],[128.43137254902,179.411764705882,217.647058823529],[121.56862745098,172.549019607843,210.78431372549],[118.627450980392,169.607843137255,205.882352941176],[125.490196078431,174.509803921569,206.862745098039],[117.647058823529,165.686274509804,195.098039215686],[150,197.058823529412,219.607843137255],[149.019607843137,193.137254901961,211.764705882353],[118.627450980392,159.803921568627,173.529411764706],[157.843137254902,195.098039215686,207.843137254902],[195.098039215686,228.43137254902,240.196078431373],[181.372549019608,210.78431372549,221.56862745098],[179.411764705882,204.901960784314,219.607843137255],[159.803921568627,185.294117647059,201.960784313725],[120.588235294118,149.019607843137,166.666666666667],[135.294117647059,161.764705882353,178.43137254902],[132.352941176471,154.901960784314,162.745098039216],[107.843137254902,128.43137254902,123.529411764706],[145.098039215686,167.647058823529,142.156862745098],[128.43137254902,152.941176470588,114.705882352941],[149.019607843137,174.509803921569,130.392156862745],[194.117647058824,214.705882352941,172.549019607843],[224.509803921569,239.21568627451,206.862745098039],[235.294117647059,242.156862745098,211.764705882353],[250,250,217.647058823529],[239.21568627451,232.352941176471,189.21568627451],[184.313725490196,176.470588235294,115.686274509804],[174.509803921569,168.627450980392,94.1176470588235],[151.960784313725,148.039215686275,62.7450980392157],[146.078431372549,144.117647058824,58.8235294117647],[150.980392156863,148.039215686275,72.5490196078431],[132.352941176471,130.392156862745,57.843137254902],[143.137254901961,147.058823529412,71.5686274509804],[179.411764705882,187.254901960784,111.764705882353],[190.196078431373,197.058823529412,131.372549019608],[146.078431372549,148.039215686275,84.3137254901961],[110.78431372549,105.882352941176,39.2156862745098],[112.745098039216,102.941176470588,42.156862745098],[127.450980392157,115.686274509804,66.6666666666667],[64.7058823529412,54.9019607843137,6.86274509803922],[88.2352941176471,86.2745098039216,30.3921568627451],[87.2549019607843,88.2352941176471,32.3529411764706],[33.3333333333333,31.3725490196078,0],[124.509803921569,117.647058823529,74.5098039215686],[130.392156862745,117.647058823529,73.5294117647059],[81.3725490196078,68.6274509803922,25.4901960784314],[91.1764705882353,87.2549019607843,50],[84.3137254901961,84.3137254901961,47.0588235294118],[46.078431372549,47.0588235294118,5.88235294117647],[83.3333333333333,82.3529411764706,35.2941176470588],[143.137254901961,143.137254901961,90.1960784313725],[75.4901960784314,78.4313725490196,22.5490196078431],[93.1372549019608,99.0196078431373,40.1960784313726],[145.098039215686,154.901960784314,95.0980392156863],[175.490196078431,189.21568627451,129.411764705882],[132.352941176471,147.058823529412,89.2156862745098],[37.2549019607843,54.9019607843137,0],[48.0392156862745,65.6862745098039,6.86274509803922],[140.196078431373,155.882352941176,95.0980392156863],[141.176470588235,154.901960784314,94.1176470588235],[177.450980392157,189.21568627451,126.470588235294],[194.117647058824,203.921568627451,142.156862745098],[116.666666666667,124.509803921569,68.6274509803922],[61.7647058823529,63.7254901960784,14.7058823529412],[63.7254901960784,62.7450980392157,15.6862745098039],[77.4509803921569,73.5294117647059,29.4117647058824],[92.156862745098,80.3921568627451,41.1764705882353],[94.1176470588235,78.4313725490196,45.0980392156863],[130.392156862745,109.803921568627,81.3725490196078],[68.6274509803922,45.0980392156863,21.5686274509804],[30.3921568627451,5.88235294117647,0],[39.2156862745098,16.6666666666667,0.980392156862745],[19.6078431372549,0,0],[18.6274509803922,3.92156862745098,0],[13.7254901960784,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[50.9803921568627,47.0588235294118,46.078431372549],[20.5882352941176,16.6666666666667,15.6862745098039],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0]],[[5.88235294117647,2.94117647058824,0],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,5.88235294117647,5.88235294117647],[19.6078431372549,8.82352941176471,6.86274509803922],[16.6666666666667,5.88235294117647,1.96078431372549],[12.7450980392157,1.96078431372549,0],[23.5294117647059,10.7843137254902,4.90196078431373],[34.3137254901961,21.5686274509804,15.6862745098039],[27.4509803921569,16.6666666666667,10.7843137254902],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[29.4117647058824,20.5882352941176,13.7254901960784],[26.4705882352941,15.6862745098039,9.80392156862745],[12.7450980392157,1.96078431372549,0],[36.2745098039216,23.5294117647059,15.6862745098039],[36.2745098039216,23.5294117647059,14.7058823529412],[20.5882352941176,6.86274509803922,0],[20.5882352941176,6.86274509803922,0],[61.7647058823529,49.0196078431373,32.3529411764706],[63.7254901960784,51.9607843137255,30.3921568627451],[27.4509803921569,17.6470588235294,0],[47.0588235294118,38.2352941176471,9.80392156862745],[87.2549019607843,78.4313725490196,46.078431372549],[100.980392156863,92.156862745098,59.8039215686275],[30.3921568627451,21.5686274509804,0],[21.5686274509804,15.6862745098039,0],[65.6862745098039,59.8039215686275,24.5098039215686],[93.1372549019608,88.2352941176471,50.9803921568627],[70.5882352941177,65.6862745098039,28.4313725490196],[111.764705882353,106.862745098039,69.6078431372549],[51.9607843137255,47.0588235294118,9.80392156862745],[96.078431372549,88.2352941176471,52.9411764705882],[87.2549019607843,76.4705882352941,47.0588235294118],[172.549019607843,158.823529411765,132.352941176471],[100,84.3137254901961,59.8039215686275],[28.4313725490196,12.7450980392157,0],[36.2745098039216,19.6078431372549,0],[49.0196078431373,29.4117647058824,2.94117647058824],[70.5882352941177,50,21.5686274509804],[67.6470588235294,49.0196078431373,16.6666666666667],[55.8823529411765,43.1372549019608,1.96078431372549],[72.5490196078431,60.7843137254902,13.7254901960784],[75.4901960784314,62.7450980392157,10.7843137254902],[100,87.2549019607843,33.3333333333333],[122.549019607843,110.78431372549,61.7647058823529],[67.6470588235294,57.843137254902,9.80392156862745],[56.8627450980392,50.9803921568627,0],[87.2549019607843,81.3725490196078,30.3921568627451],[81.3725490196078,70.5882352941177,25.4901960784314],[95.0980392156863,80.3921568627451,40.1960784313726],[85.2941176470588,63.7254901960784,25.4901960784314],[89.2156862745098,67.6470588235294,27.4509803921569],[150.980392156863,139.21568627451,90.1960784313725],[197.058823529412,196.078431372549,149.019607843137],[246.078431372549,250,227.450980392157],[126.470588235294,135.294117647059,104.901960784314],[135.294117647059,127.450980392157,81.3725490196078],[174.509803921569,161.764705882353,107.843137254902],[156.862745098039,148.039215686275,94.1176470588235],[129.411764705882,123.529411764706,72.5490196078431],[101.960784313725,98.0392156862745,50.9803921568627],[103.921568627451,102.941176470588,59.8039215686275],[146.078431372549,148.039215686275,109.803921568627],[218.627450980392,224.509803921569,191.176470588235],[156.862745098039,165.686274509804,139.21568627451],[193.137254901961,201.960784313725,181.372549019608],[220.588235294118,232.352941176471,218.627450980392],[195.098039215686,211.764705882353,201.960784313725],[177.450980392157,203.921568627451,197.058823529412],[163.725490196078,195.098039215686,190.196078431373],[198.039215686275,233.333333333333,231.372549019608],[151.960784313725,191.176470588235,182.352941176471],[141.176470588235,184.313725490196,159.803921568627],[159.803921568627,202.941176470588,178.43137254902],[108.823529411765,150,136.274509803922],[88.2352941176471,120.588235294118,113.725490196078],[151.960784313725,174.509803921569,168.627450980392],[145.098039215686,166.666666666667,163.725490196078],[124.509803921569,154.901960784314,156.862745098039],[139.21568627451,178.43137254902,180.392156862745],[111.764705882353,154.901960784314,155.882352941176],[147.058823529412,192.156862745098,192.156862745098],[207.843137254902,250,249.019607843137],[123.529411764706,170.588235294118,174.509803921569],[116.666666666667,168.627450980392,186.274509803922],[108.823529411765,154.901960784314,182.352941176471],[156.862745098039,190.196078431373,224.509803921569],[147.058823529412,175.490196078431,208.823529411765],[133.333333333333,166.666666666667,194.117647058824],[147.058823529412,176.470588235294,203.921568627451],[159.803921568627,174.509803921569,202.941176470588],[168.627450980392,178.43137254902,204.901960784314],[157.843137254902,169.607843137255,191.176470588235],[170.588235294118,189.21568627451,205.882352941176],[148.039215686275,175.490196078431,187.254901960784],[136.274509803922,163.725490196078,177.450980392157],[162.745098039216,178.43137254902,200.980392156863],[182.352941176471,193.137254901961,220.588235294118],[165.686274509804,180.392156862745,212.745098039216],[150.980392156863,173.529411764706,204.901960784314],[126.470588235294,160.78431372549,190.196078431373],[118.627450980392,162.745098039216,191.176470588235],[116.666666666667,169.607843137255,197.058823529412],[134.313725490196,187.254901960784,214.705882352941],[118.627450980392,162.745098039216,191.176470588235],[119.607843137255,159.803921568627,187.254901960784],[135.294117647059,174.509803921569,199.019607843137],[139.21568627451,173.529411764706,193.137254901961],[162.745098039216,185.294117647059,200.980392156863],[173.529411764706,191.176470588235,200.980392156863],[191.176470588235,205.882352941176,210.78431372549],[200,213.725490196078,213.725490196078],[177.450980392157,194.117647058824,188.235294117647],[208.823529411765,219.607843137255,213.725490196078],[226.470588235294,225.490196078431,223.529411764706],[250,240.196078431373,241.176470588235],[250,240.196078431373,244.117647058824],[221.56862745098,216.666666666667,220.588235294118],[193.137254901961,204.901960784314,204.901960784314],[167.647058823529,192.156862745098,189.21568627451],[145.098039215686,173.529411764706,169.607843137255],[143.137254901961,170.588235294118,171.56862745098],[158.823529411765,181.372549019608,189.21568627451],[209.803921568627,227.450980392157,241.176470588235],[183.333333333333,200,215.686274509804],[208.823529411765,225.490196078431,241.176470588235],[208.823529411765,226.470588235294,238.235294117647],[172.549019607843,192.156862745098,202.941176470588],[167.647058823529,186.274509803922,200.980392156863],[186.274509803922,207.843137254902,230.392156862745],[174.509803921569,200,232.352941176471],[135.294117647059,166.666666666667,204.901960784314],[149.019607843137,185.294117647059,226.470588235294],[162.745098039216,204.901960784314,246.078431372549],[141.176470588235,186.274509803922,221.56862745098],[150,195.098039215686,228.43137254902],[142.156862745098,189.21568627451,224.509803921569],[139.21568627451,186.274509803922,223.529411764706],[132.352941176471,179.411764705882,218.627450980392],[129.411764705882,177.450980392157,216.666666666667],[122.549019607843,170.588235294118,209.803921568627],[124.509803921569,173.529411764706,209.803921568627],[135.294117647059,184.313725490196,218.627450980392],[128.43137254902,178.43137254902,206.862745098039],[135.294117647059,184.313725490196,208.823529411765],[129.411764705882,176.470588235294,196.078431372549],[150,195.098039215686,210.78431372549],[170.588235294118,211.764705882353,227.450980392157],[153.921568627451,190.196078431373,205.882352941176],[152.941176470588,188.235294117647,203.921568627451],[168.627450980392,200.980392156863,217.647058823529],[147.058823529412,177.450980392157,197.058823529412],[133.333333333333,159.803921568627,186.274509803922],[128.43137254902,155.882352941176,177.450980392157],[124.509803921569,157.843137254902,166.666666666667],[143.137254901961,178.43137254902,174.509803921569],[121.56862745098,157.843137254902,141.176470588235],[69.6078431372549,100.980392156863,77.4509803921569],[70.5882352941177,94.1176470588235,68.6274509803922],[142.156862745098,157.843137254902,129.411764705882],[212.745098039216,226.470588235294,194.117647058824],[211.764705882353,221.56862745098,187.254901960784],[221.56862745098,232.352941176471,193.137254901961],[213.725490196078,220.588235294118,177.450980392157],[215.686274509804,219.607843137255,169.607843137255],[188.235294117647,188.235294117647,129.411764705882],[186.274509803922,179.411764705882,110.78431372549],[183.333333333333,173.529411764706,103.921568627451],[180.392156862745,169.607843137255,106.862745098039],[156.862745098039,151.960784313725,87.2549019607843],[162.745098039216,172.549019607843,100.980392156863],[190.196078431373,207.843137254902,135.294117647059],[150.980392156863,167.647058823529,100.980392156863],[131.372549019608,142.156862745098,77.4509803921569],[163.725490196078,160.78431372549,95.0980392156863],[156.862745098039,147.058823529412,86.2745098039216],[105.882352941176,93.1372549019608,42.156862745098],[18.6274509803922,8.82352941176471,0],[74.5098039215686,78.4313725490196,20.5882352941176],[83.3333333333333,89.2156862745098,30.3921568627451],[43.1372549019608,45.0980392156863,0],[177.450980392157,168.627450980392,126.470588235294],[112.745098039216,90.1960784313725,50],[144.117647058824,125.490196078431,83.3333333333333],[151.960784313725,155.882352941176,105.882352941176],[156.862745098039,169.607843137255,116.666666666667],[95.0980392156863,102.941176470588,52.9411764705882],[99.0196078431373,102.941176470588,53.921568627451],[132.352941176471,130.392156862745,83.3333333333333],[65.6862745098039,61.7647058823529,14.7058823529412],[111.764705882353,105.882352941176,56.8627450980392],[106.862745098039,103.921568627451,51.9607843137255],[140.196078431373,141.176470588235,84.3137254901961],[152.941176470588,158.823529411765,96.078431372549],[154.901960784314,165.686274509804,100.980392156863],[136.274509803922,150.980392156863,87.2549019607843],[140.196078431373,157.843137254902,97.0588235294118],[156.862745098039,176.470588235294,118.627450980392],[152.941176470588,173.529411764706,118.627450980392],[75.4901960784314,89.2156862745098,39.2156862745098],[41.1764705882353,43.1372549019608,0],[45.0980392156863,41.1764705882353,0],[94.1176470588235,87.2549019607843,46.078431372549],[130.392156862745,121.56862745098,83.3333333333333],[63.7254901960784,50.9803921568627,16.6666666666667],[45.0980392156863,30.3921568627451,0],[57.843137254902,41.1764705882353,13.7254901960784],[30.3921568627451,13.7254901960784,0],[33.3333333333333,15.6862745098039,0],[55.8823529411765,37.2549019607843,20.5882352941176],[40.1960784313726,24.5098039215686,9.80392156862745],[38.2352941176471,24.5098039215686,15.6862745098039],[18.6274509803922,7.84313725490196,3.92156862745098],[11.7647058823529,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0]],[[4.90196078431373,1.96078431372549,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,5.88235294117647,4.90196078431373],[12.7450980392157,2.94117647058824,0.980392156862745],[15.6862745098039,4.90196078431373,2.94117647058824],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[26.4705882352941,15.6862745098039,11.7647058823529],[14.7058823529412,5.88235294117647,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,12.7450980392157,6.86274509803922],[10.7843137254902,5.88235294117647,0],[12.7450980392157,4.90196078431373,1.96078431372549],[8.82352941176471,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[28.4313725490196,19.6078431372549,14.7058823529412],[22.5490196078431,11.7647058823529,5.88235294117647],[13.7254901960784,3.92156862745098,0],[45.0980392156863,35.2941176470588,25.4901960784314],[26.4705882352941,17.6470588235294,2.94117647058824],[58.8235294117647,50.9803921568627,32.3529411764706],[46.078431372549,38.2352941176471,17.6470588235294],[6.86274509803922,0.980392156862745,0],[56.8627450980392,51.9607843137255,23.5294117647059],[64.7058823529412,57.843137254902,30.3921568627451],[31.3725490196078,20.5882352941176,0],[75.4901960784314,64.7058823529412,43.1372549019608],[49.0196078431373,42.156862745098,14.7058823529412],[44.1176470588235,38.2352941176471,6.86274509803922],[45.0980392156863,39.2156862745098,3.92156862745098],[58.8235294117647,53.921568627451,16.6666666666667],[75.4901960784314,70.5882352941177,31.3725490196078],[69.6078431372549,61.7647058823529,23.5294117647059],[129.411764705882,120.588235294118,82.3529411764706],[158.823529411765,150,111.764705882353],[135.294117647059,122.549019607843,88.2352941176471],[106.862745098039,93.1372549019608,58.8235294117647],[113.725490196078,98.0392156862745,62.7450980392157],[145.098039215686,127.450980392157,90.1960784313725],[187.254901960784,168.627450980392,129.411764705882],[90.1960784313725,71.5686274509804,30.3921568627451],[59.8039215686275,43.1372549019608,0.980392156862745],[141.176470588235,124.509803921569,79.4117647058823],[144.117647058824,127.450980392157,74.5098039215686],[172.549019607843,156.862745098039,105.882352941176],[108.823529411765,96.078431372549,51.9607843137255],[47.0588235294118,39.2156862745098,0],[43.1372549019608,41.1764705882353,0],[136.274509803922,134.313725490196,84.3137254901961],[93.1372549019608,84.3137254901961,42.156862745098],[25.4901960784314,11.7647058823529,0],[67.6470588235294,48.0392156862745,15.6862745098039],[117.647058823529,99.0196078431373,59.8039215686275],[122.549019607843,113.725490196078,59.8039215686275],[186.274509803922,189.21568627451,137.254901960784],[230.392156862745,244.117647058824,211.764705882353],[150,156.862745098039,126.470588235294],[133.333333333333,119.607843137255,75.4901960784314],[219.607843137255,199.019607843137,147.058823529412],[192.156862745098,179.411764705882,127.450980392157],[195.098039215686,185.294117647059,133.333333333333],[190.196078431373,180.392156862745,132.352941176471],[147.058823529412,140.196078431373,95.0980392156863],[148.039215686275,149.019607843137,107.843137254902],[155.882352941176,163.725490196078,127.450980392157],[167.647058823529,178.43137254902,147.058823529412],[199.019607843137,211.764705882353,186.274509803922],[190.196078431373,202.941176470588,185.294117647059],[189.21568627451,209.803921568627,195.098039215686],[165.686274509804,199.019607843137,185.294117647059],[95.0980392156863,134.313725490196,123.529411764706],[155.882352941176,196.078431372549,188.235294117647],[212.745098039216,250,247.058823529412],[189.21568627451,242.156862745098,219.607843137255],[164.705882352941,218.627450980392,198.039215686275],[146.078431372549,192.156862745098,182.352941176471],[132.352941176471,170.588235294118,165.686274509804],[132.352941176471,158.823529411765,151.960784313725],[138.235294117647,162.745098039216,156.862745098039],[165.686274509804,197.058823529412,194.117647058824],[144.117647058824,179.411764705882,179.411764705882],[119.607843137255,152.941176470588,151.960784313725],[138.235294117647,171.56862745098,170.588235294118],[184.313725490196,218.627450980392,214.705882352941],[152.941176470588,193.137254901961,195.098039215686],[141.176470588235,193.137254901961,208.823529411765],[102.941176470588,152.941176470588,181.372549019608],[113.725490196078,150.980392156863,186.274509803922],[135.294117647059,168.627450980392,204.901960784314],[137.254901960784,175.490196078431,207.843137254902],[156.862745098039,191.176470588235,220.588235294118],[155.882352941176,178.43137254902,208.823529411765],[158.823529411765,173.529411764706,201.960784313725],[157.843137254902,169.607843137255,193.137254901961],[154.901960784314,171.56862745098,189.21568627451],[149.019607843137,178.43137254902,189.21568627451],[140.196078431373,167.647058823529,181.372549019608],[202.941176470588,217.647058823529,240.196078431373],[215.686274509804,226.470588235294,250],[151.960784313725,170.588235294118,201.960784313725],[132.352941176471,157.843137254902,190.196078431373],[141.176470588235,176.470588235294,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[101.960784313725,157.843137254902,187.254901960784],[117.647058823529,173.529411764706,202.941176470588],[129.411764705882,177.450980392157,209.803921568627],[123.529411764706,167.647058823529,200],[115.686274509804,161.764705882353,187.254901960784],[125.490196078431,166.666666666667,188.235294117647],[146.078431372549,178.43137254902,195.098039215686],[163.725490196078,187.254901960784,197.058823529412],[211.764705882353,229.411764705882,233.333333333333],[162.745098039216,178.43137254902,177.450980392157],[160.78431372549,177.450980392157,171.56862745098],[213.725490196078,226.470588235294,219.607843137255],[235.294117647059,240.196078431373,236.274509803922],[234.313725490196,232.352941176471,233.333333333333],[230.392156862745,223.529411764706,230.392156862745],[217.647058823529,216.666666666667,222.549019607843],[182.352941176471,196.078431372549,199.019607843137],[121.56862745098,145.098039215686,147.058823529412],[135.294117647059,166.666666666667,165.686274509804],[167.647058823529,197.058823529412,199.019607843137],[195.098039215686,216.666666666667,229.411764705882],[201.960784313725,218.627450980392,236.274509803922],[168.627450980392,187.254901960784,203.921568627451],[186.274509803922,204.901960784314,219.607843137255],[188.235294117647,209.803921568627,220.588235294118],[184.313725490196,205.882352941176,216.666666666667],[179.411764705882,196.078431372549,211.764705882353],[166.666666666667,184.313725490196,205.882352941176],[162.745098039216,185.294117647059,216.666666666667],[156.862745098039,186.274509803922,223.529411764706],[150.980392156863,189.21568627451,227.450980392157],[140.196078431373,183.333333333333,219.607843137255],[129.411764705882,171.56862745098,204.901960784314],[145.098039215686,189.21568627451,219.607843137255],[133.333333333333,178.43137254902,211.764705882353],[128.43137254902,175.490196078431,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[128.43137254902,176.470588235294,215.686274509804],[123.529411764706,171.56862745098,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[134.313725490196,183.333333333333,217.647058823529],[128.43137254902,178.43137254902,208.823529411765],[137.254901960784,186.274509803922,210.78431372549],[147.058823529412,194.117647058824,215.686274509804],[176.470588235294,220.588235294118,239.21568627451],[170.588235294118,210.78431372549,228.43137254902],[146.078431372549,183.333333333333,201.960784313725],[149.019607843137,183.333333333333,202.941176470588],[150.980392156863,182.352941176471,202.941176470588],[146.078431372549,177.450980392157,200],[127.450980392157,156.862745098039,184.313725490196],[129.411764705882,160.78431372549,185.294117647059],[145.098039215686,182.352941176471,193.137254901961],[131.372549019608,172.549019607843,171.56862745098],[100,141.176470588235,131.372549019608],[85.2941176470588,120.588235294118,106.862745098039],[94.1176470588235,120.588235294118,103.921568627451],[86.2745098039216,104.901960784314,83.3333333333333],[149.019607843137,164.705882352941,136.274509803922],[191.176470588235,206.862745098039,171.56862745098],[194.117647058824,209.803921568627,171.56862745098],[212.745098039216,225.490196078431,183.333333333333],[239.21568627451,248.039215686275,203.921568627451],[229.411764705882,231.372549019608,183.333333333333],[213.725490196078,208.823529411765,153.921568627451],[174.509803921569,165.686274509804,107.843137254902],[186.274509803922,177.450980392157,121.56862745098],[197.058823529412,195.098039215686,135.294117647059],[176.470588235294,187.254901960784,119.607843137255],[155.882352941176,175.490196078431,104.901960784314],[102.941176470588,118.627450980392,54.9019607843137],[101.960784313725,111.764705882353,50],[150,147.058823529412,79.4117647058823],[150,139.21568627451,76.4705882352941],[114.705882352941,99.0196078431373,48.0392156862745],[98.0392156862745,88.2352941176471,36.2745098039216],[93.1372549019608,98.0392156862745,35.2941176470588],[107.843137254902,117.647058823529,55.8823529411765],[113.725490196078,120.588235294118,67.6470588235294],[142.156862745098,140.196078431373,93.1372549019608],[93.1372549019608,76.4705882352941,33.3333333333333],[101.960784313725,89.2156862745098,45.0980392156863],[133.333333333333,140.196078431373,89.2156862745098],[116.666666666667,130.392156862745,78.4313725490196],[128.43137254902,138.235294117647,89.2156862745098],[117.647058823529,120.588235294118,76.4705882352941],[58.8235294117647,55.8823529411765,13.7254901960784],[39.2156862745098,32.3529411764706,0],[62.7450980392157,54.9019607843137,8.82352941176471],[68.6274509803922,62.7450980392157,11.7647058823529],[44.1176470588235,44.1176470588235,0],[142.156862745098,147.058823529412,82.3529411764706],[250,250,194.117647058824],[195.098039215686,209.803921568627,142.156862745098],[118.627450980392,137.254901960784,72.5490196078431],[161.764705882353,183.333333333333,120.588235294118],[71.5686274509804,95.0980392156863,38.2352941176471],[11.7647058823529,25.4901960784314,0],[78.4313725490196,75.4901960784314,33.3333333333333],[88.2352941176471,76.4705882352941,39.2156862745098],[78.4313725490196,64.7058823529412,30.3921568627451],[69.6078431372549,54.9019607843137,22.5490196078431],[43.1372549019608,28.4313725490196,0],[40.1960784313726,25.4901960784314,0],[24.5098039215686,10.7843137254902,0],[45.0980392156863,31.3725490196078,5.88235294117647],[40.1960784313726,25.4901960784314,2.94117647058824],[47.0588235294118,32.3529411764706,13.7254901960784],[39.2156862745098,26.4705882352941,10.7843137254902],[27.4509803921569,14.7058823529412,5.88235294117647],[23.5294117647059,9.80392156862745,6.86274509803922],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0]],[[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[11.7647058823529,1.96078431372549,0],[18.6274509803922,8.82352941176471,6.86274509803922],[23.5294117647059,13.7254901960784,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,2.94117647058824],[13.7254901960784,10.7843137254902,5.88235294117647],[10.7843137254902,7.84313725490196,2.94117647058824],[8.82352941176471,3.92156862745098,0.980392156862745],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,12.7450980392157,10.7843137254902],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[25.4901960784314,16.6666666666667,11.7647058823529],[28.4313725490196,19.6078431372549,12.7450980392157],[20.5882352941176,11.7647058823529,2.94117647058824],[10.7843137254902,2.94117647058824,0],[24.5098039215686,17.6470588235294,0],[21.5686274509804,16.6666666666667,0],[36.2745098039216,32.3529411764706,7.84313725490196],[25.4901960784314,19.6078431372549,0],[30.3921568627451,21.5686274509804,4.90196078431373],[78.4313725490196,66.6666666666667,52.9411764705882],[34.3137254901961,23.5294117647059,5.88235294117647],[26.4705882352941,15.6862745098039,0],[35.2941176470588,28.4313725490196,2.94117647058824],[31.3725490196078,24.5098039215686,0],[117.647058823529,108.823529411765,78.4313725490196],[78.4313725490196,69.6078431372549,37.2549019607843],[65.6862745098039,55.8823529411765,20.5882352941176],[68.6274509803922,56.8627450980392,19.6078431372549],[82.3529411764706,69.6078431372549,28.4313725490196],[136.274509803922,122.549019607843,76.4705882352941],[145.098039215686,129.411764705882,78.4313725490196],[85.2941176470588,70.5882352941177,12.7450980392157],[188.235294117647,172.549019607843,111.764705882353],[140.196078431373,121.56862745098,64.7058823529412],[107.843137254902,84.3137254901961,39.2156862745098],[109.803921568627,82.3529411764706,43.1372549019608],[129.411764705882,102.941176470588,58.8235294117647],[108.823529411765,85.2941176470588,38.2352941176471],[93.1372549019608,75.4901960784314,28.4313725490196],[46.078431372549,33.3333333333333,0],[135.294117647059,127.450980392157,89.2156862745098],[135.294117647059,127.450980392157,92.156862745098],[52.9411764705882,40.1960784313726,5.88235294117647],[35.2941176470588,17.6470588235294,0],[122.549019607843,100,58.8235294117647],[128.43137254902,105.882352941176,64.7058823529412],[141.176470588235,126.470588235294,88.2352941176471],[177.450980392157,171.56862745098,136.274509803922],[176.470588235294,183.333333333333,150.980392156863],[189.21568627451,193.137254901961,160.78431372549],[183.333333333333,164.705882352941,125.490196078431],[224.509803921569,200.980392156863,157.843137254902],[142.156862745098,128.43137254902,84.3137254901961],[96.078431372549,83.3333333333333,40.1960784313726],[138.235294117647,119.607843137255,80.3921568627451],[175.490196078431,160.78431372549,122.549019607843],[201.960784313725,197.058823529412,159.803921568627],[182.352941176471,184.313725490196,148.039215686275],[201.960784313725,208.823529411765,175.490196078431],[163.725490196078,172.549019607843,144.117647058824],[85.2941176470588,95.0980392156863,70.5882352941177],[67.6470588235294,90.1960784313725,64.7058823529412],[103.921568627451,143.137254901961,116.666666666667],[122.549019607843,171.56862745098,145.098039215686],[135.294117647059,184.313725490196,159.803921568627],[112.745098039216,165.686274509804,143.137254901961],[178.43137254902,240.196078431373,221.56862745098],[147.058823529412,207.843137254902,195.098039215686],[124.509803921569,178.43137254902,175.490196078431],[111.764705882353,156.862745098039,154.901960784314],[104.901960784314,141.176470588235,133.333333333333],[122.549019607843,154.901960784314,146.078431372549],[167.647058823529,203.921568627451,196.078431372549],[151.960784313725,183.333333333333,178.43137254902],[141.176470588235,162.745098039216,159.803921568627],[185.294117647059,203.921568627451,201.960784313725],[199.019607843137,219.607843137255,214.705882352941],[133.333333333333,163.725490196078,165.686274509804],[96.078431372549,146.078431372549,162.745098039216],[103.921568627451,158.823529411765,185.294117647059],[120.588235294118,165.686274509804,199.019607843137],[136.274509803922,177.450980392157,214.705882352941],[126.470588235294,171.56862745098,206.862745098039],[134.313725490196,176.470588235294,209.803921568627],[147.058823529412,181.372549019608,210.78431372549],[147.058823529412,167.647058823529,196.078431372549],[176.470588235294,181.372549019608,209.803921568627],[179.411764705882,183.333333333333,207.843137254902],[188.235294117647,204.901960784314,222.549019607843],[161.764705882353,184.313725490196,200],[175.490196078431,193.137254901961,214.705882352941],[171.56862745098,193.137254901961,216.666666666667],[131.372549019608,164.705882352941,191.176470588235],[141.176470588235,176.470588235294,207.843137254902],[138.235294117647,171.56862745098,207.843137254902],[130.392156862745,168.627450980392,206.862745098039],[121.56862745098,176.470588235294,210.78431372549],[106.862745098039,163.725490196078,200],[119.607843137255,163.725490196078,203.921568627451],[115.686274509804,160.78431372549,196.078431372549],[101.960784313725,156.862745098039,183.333333333333],[102.941176470588,156.862745098039,177.450980392157],[116.666666666667,158.823529411765,174.509803921569],[157.843137254902,190.196078431373,199.019607843137],[204.901960784314,223.529411764706,229.411764705882],[177.450980392157,191.176470588235,192.156862745098],[149.019607843137,163.725490196078,160.78431372549],[220.588235294118,232.352941176471,228.43137254902],[243.137254901961,250,250],[235.294117647059,244.117647058824,243.137254901961],[220.588235294118,223.529411764706,228.43137254902],[192.156862745098,196.078431372549,204.901960784314],[169.607843137255,182.352941176471,190.196078431373],[148.039215686275,167.647058823529,174.509803921569],[132.352941176471,161.764705882353,163.725490196078],[159.803921568627,188.235294117647,194.117647058824],[201.960784313725,218.627450980392,234.313725490196],[193.137254901961,207.843137254902,228.43137254902],[169.607843137255,186.274509803922,205.882352941176],[166.666666666667,187.254901960784,203.921568627451],[161.764705882353,185.294117647059,195.098039215686],[178.43137254902,200,210.78431372549],[185.294117647059,200.980392156863,215.686274509804],[166.666666666667,183.333333333333,202.941176470588],[150,173.529411764706,200.980392156863],[151.960784313725,184.313725490196,216.666666666667],[138.235294117647,182.352941176471,212.745098039216],[129.411764705882,177.450980392157,206.862745098039],[144.117647058824,187.254901960784,213.725490196078],[140.196078431373,184.313725490196,212.745098039216],[144.117647058824,194.117647058824,224.509803921569],[128.43137254902,181.372549019608,214.705882352941],[119.607843137255,172.549019607843,205.882352941176],[122.549019607843,175.490196078431,210.78431372549],[117.647058823529,170.588235294118,205.882352941176],[121.56862745098,172.549019607843,208.823529411765],[137.254901960784,189.21568627451,222.549019607843],[136.274509803922,186.274509803922,216.666666666667],[121.56862745098,167.647058823529,195.098039215686],[147.058823529412,192.156862745098,215.686274509804],[153.921568627451,195.098039215686,216.666666666667],[140.196078431373,177.450980392157,198.039215686275],[159.803921568627,191.176470588235,213.725490196078],[167.647058823529,197.058823529412,220.588235294118],[150.980392156863,178.43137254902,201.960784313725],[161.764705882353,191.176470588235,216.666666666667],[158.823529411765,193.137254901961,220.588235294118],[121.56862745098,158.823529411765,181.372549019608],[122.549019607843,158.823529411765,176.470588235294],[96.078431372549,132.352941176471,140.196078431373],[103.921568627451,139.21568627451,137.254901960784],[94.1176470588235,129.411764705882,119.607843137255],[95.0980392156863,127.450980392157,108.823529411765],[42.156862745098,71.5686274509804,48.0392156862745],[160.78431372549,186.274509803922,157.843137254902],[143.137254901961,163.725490196078,131.372549019608],[154.901960784314,170.588235294118,135.294117647059],[200.980392156863,210.78431372549,174.509803921569],[208.823529411765,215.686274509804,175.490196078431],[245.098039215686,248.039215686275,205.882352941176],[249.019607843137,250,206.862745098039],[248.039215686275,250,201.960784313725],[226.470588235294,229.411764705882,175.490196078431],[213.725490196078,219.607843137255,160.78431372549],[193.137254901961,203.921568627451,137.254901960784],[148.039215686275,158.823529411765,92.156862745098],[46.078431372549,51.9607843137255,0],[56.8627450980392,54.9019607843137,0],[135.294117647059,125.490196078431,57.843137254902],[167.647058823529,152.941176470588,87.2549019607843],[111.764705882353,95.0980392156863,40.1960784313726],[86.2745098039216,75.4901960784314,20.5882352941176],[99.0196078431373,100,35.2941176470588],[106.862745098039,113.725490196078,48.0392156862745],[116.666666666667,127.450980392157,68.6274509803922],[70.5882352941177,81.3725490196078,26.4705882352941],[91.1764705882353,99.0196078431373,43.1372549019608],[146.078431372549,152.941176470588,102.941176470588],[51.9607843137255,57.843137254902,20.5882352941176],[48.0392156862745,53.921568627451,20.5882352941176],[38.2352941176471,39.2156862745098,5.88235294117647],[51.9607843137255,51.9607843137255,14.7058823529412],[129.411764705882,128.43137254902,85.2941176470588],[72.5490196078431,70.5882352941177,23.5294117647059],[68.6274509803922,68.6274509803922,17.6470588235294],[172.549019607843,175.490196078431,119.607843137255],[168.627450980392,174.509803921569,113.725490196078],[138.235294117647,149.019607843137,84.3137254901961],[117.647058823529,130.392156862745,62.7450980392157],[150,166.666666666667,98.0392156862745],[168.627450980392,185.294117647059,115.686274509804],[179.411764705882,199.019607843137,128.43137254902],[103.921568627451,120.588235294118,50.9803921568627],[97.0588235294118,105.882352941176,44.1176470588235],[123.529411764706,115.686274509804,70.5882352941177],[74.5098039215686,55.8823529411765,23.5294117647059],[56.8627450980392,41.1764705882353,8.82352941176471],[43.1372549019608,26.4705882352941,0],[20.5882352941176,5.88235294117647,0],[50.9803921568627,37.2549019607843,10.7843137254902],[43.1372549019608,32.3529411764706,4.90196078431373],[48.0392156862745,36.2745098039216,10.7843137254902],[57.843137254902,48.0392156862745,23.5294117647059],[55.8823529411765,45.0980392156863,25.4901960784314],[36.2745098039216,24.5098039215686,8.82352941176471],[19.6078431372549,6.86274509803922,0],[22.5490196078431,8.82352941176471,5.88235294117647],[10.7843137254902,0,0],[17.6470588235294,0.980392156862745,8.82352941176471],[11.7647058823529,0,3.92156862745098],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0.980392156862745,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,5.88235294117647,0],[15.6862745098039,8.82352941176471,0.980392156862745],[17.6470588235294,12.7450980392157,6.86274509803922],[7.84313725490196,4.90196078431373,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,12.7450980392157,9.80392156862745],[11.7647058823529,2.94117647058824,0],[19.6078431372549,10.7843137254902,5.88235294117647],[26.4705882352941,18.6274509803922,15.6862745098039],[11.7647058823529,4.90196078431373,0],[13.7254901960784,6.86274509803922,0.980392156862745],[9.80392156862745,2.94117647058824,0],[29.4117647058824,23.5294117647059,7.84313725490196],[20.5882352941176,15.6862745098039,0],[48.0392156862745,44.1176470588235,15.6862745098039],[65.6862745098039,61.7647058823529,35.2941176470588],[20.5882352941176,15.6862745098039,0],[41.1764705882353,34.3137254901961,18.6274509803922],[85.2941176470588,75.4901960784314,63.7254901960784],[50.9803921568627,42.156862745098,27.4509803921569],[11.7647058823529,0.980392156862745,0],[23.5294117647059,12.7450980392157,0],[73.5294117647059,61.7647058823529,36.2745098039216],[54.9019607843137,44.1176470588235,16.6666666666667],[58.8235294117647,48.0392156862745,18.6274509803922],[37.2549019607843,27.4509803921569,0],[38.2352941176471,26.4705882352941,0],[101.960784313725,90.1960784313725,41.1764705882353],[106.862745098039,96.078431372549,35.2941176470588],[49.0196078431373,39.2156862745098,0],[124.509803921569,112.745098039216,40.1960784313726],[169.607843137255,154.901960784314,89.2156862745098],[116.666666666667,95.0980392156863,46.078431372549],[134.313725490196,106.862745098039,67.6470588235294],[74.5098039215686,47.0588235294118,7.84313725490196],[87.2549019607843,59.8039215686275,20.5882352941176],[145.098039215686,123.529411764706,77.4509803921569],[136.274509803922,117.647058823529,75.4901960784314],[59.8039215686275,44.1176470588235,10.7843137254902],[93.1372549019608,78.4313725490196,48.0392156862745],[100,86.2745098039216,51.9607843137255],[100,85.2941176470588,47.0588235294118],[126.470588235294,107.843137254902,65.6862745098039],[153.921568627451,136.274509803922,97.0588235294118],[226.470588235294,212.745098039216,184.313725490196],[241.176470588235,236.274509803922,207.843137254902],[189.21568627451,195.098039215686,159.803921568627],[190.196078431373,192.156862745098,152.941176470588],[153.921568627451,137.254901960784,95.0980392156863],[156.862745098039,136.274509803922,94.1176470588235],[136.274509803922,123.529411764706,80.3921568627451],[96.078431372549,87.2549019607843,47.0588235294118],[124.509803921569,110.78431372549,74.5098039215686],[166.666666666667,153.921568627451,119.607843137255],[197.058823529412,193.137254901961,158.823529411765],[217.647058823529,218.627450980392,187.254901960784],[234.313725490196,239.21568627451,207.843137254902],[210.78431372549,216.666666666667,189.21568627451],[167.647058823529,175.490196078431,151.960784313725],[119.607843137255,137.254901960784,111.764705882353],[104.901960784314,140.196078431373,112.745098039216],[136.274509803922,181.372549019608,152.941176470588],[100.980392156863,149.019607843137,120.588235294118],[28.4313725490196,81.3725490196078,57.843137254902],[84.3137254901961,142.156862745098,124.509803921569],[166.666666666667,225.490196078431,215.686274509804],[127.450980392157,182.352941176471,181.372549019608],[56.8627450980392,106.862745098039,107.843137254902],[86.2745098039216,132.352941176471,126.470588235294],[103.921568627451,146.078431372549,137.254901960784],[112.745098039216,152.941176470588,145.098039215686],[114.705882352941,147.058823529412,140.196078431373],[135.294117647059,153.921568627451,148.039215686275],[199.019607843137,209.803921568627,203.921568627451],[224.509803921569,235.294117647059,229.411764705882],[151.960784313725,171.56862745098,172.549019607843],[123.529411764706,160.78431372549,173.529411764706],[139.21568627451,184.313725490196,207.843137254902],[139.21568627451,183.333333333333,213.725490196078],[125.490196078431,164.705882352941,199.019607843137],[129.411764705882,167.647058823529,200],[137.254901960784,171.56862745098,202.941176470588],[146.078431372549,176.470588235294,206.862745098039],[165.686274509804,186.274509803922,216.666666666667],[180.392156862745,185.294117647059,216.666666666667],[209.803921568627,212.745098039216,243.137254901961],[186.274509803922,201.960784313725,226.470588235294],[141.176470588235,165.686274509804,187.254901960784],[169.607843137255,195.098039215686,217.647058823529],[186.274509803922,217.647058823529,242.156862745098],[132.352941176471,170.588235294118,199.019607843137],[132.352941176471,174.509803921569,205.882352941176],[150,184.313725490196,221.56862745098],[129.411764705882,167.647058823529,207.843137254902],[107.843137254902,160.78431372549,198.039215686275],[111.764705882353,168.627450980392,204.901960784314],[100.980392156863,151.960784313725,188.235294117647],[101.960784313725,150.980392156863,183.333333333333],[106.862745098039,161.764705882353,186.274509803922],[101.960784313725,155.882352941176,175.490196078431],[114.705882352941,159.803921568627,174.509803921569],[162.745098039216,196.078431372549,205.882352941176],[148.039215686275,167.647058823529,174.509803921569],[163.725490196078,174.509803921569,180.392156862745],[156.862745098039,164.705882352941,167.647058823529],[235.294117647059,243.137254901961,245.098039215686],[234.313725490196,244.117647058824,245.098039215686],[213.725490196078,223.529411764706,224.509803921569],[213.725490196078,224.509803921569,226.470588235294],[185.294117647059,199.019607843137,201.960784313725],[167.647058823529,182.352941176471,189.21568627451],[177.450980392157,196.078431372549,202.941176470588],[183.333333333333,211.764705882353,215.686274509804],[162.745098039216,191.176470588235,199.019607843137],[206.862745098039,225.490196078431,240.196078431373],[199.019607843137,215.686274509804,235.294117647059],[172.549019607843,190.196078431373,209.803921568627],[158.823529411765,179.411764705882,196.078431372549],[155.882352941176,181.372549019608,194.117647058824],[176.470588235294,200,211.764705882353],[184.313725490196,202.941176470588,217.647058823529],[174.509803921569,192.156862745098,213.725490196078],[180.392156862745,205.882352941176,230.392156862745],[141.176470588235,174.509803921569,201.960784313725],[136.274509803922,181.372549019608,206.862745098039],[177.450980392157,224.509803921569,247.058823529412],[164.705882352941,208.823529411765,231.372549019608],[149.019607843137,194.117647058824,217.647058823529],[145.098039215686,195.098039215686,223.529411764706],[128.43137254902,182.352941176471,212.745098039216],[121.56862745098,177.450980392157,206.862745098039],[130.392156862745,185.294117647059,217.647058823529],[127.450980392157,179.411764705882,212.745098039216],[125.490196078431,174.509803921569,206.862745098039],[130.392156862745,182.352941176471,212.745098039216],[123.529411764706,173.529411764706,201.960784313725],[130.392156862745,176.470588235294,201.960784313725],[150,191.176470588235,214.705882352941],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,171.56862745098,193.137254901961],[153.921568627451,187.254901960784,211.764705882353],[165.686274509804,199.019607843137,223.529411764706],[163.725490196078,194.117647058824,221.56862745098],[174.509803921569,204.901960784314,233.333333333333],[164.705882352941,200.980392156863,227.450980392157],[130.392156862745,170.588235294118,192.156862745098],[120.588235294118,154.901960784314,173.529411764706],[129.411764705882,162.745098039216,174.509803921569],[117.647058823529,153.921568627451,159.803921568627],[95.0980392156863,133.333333333333,130.392156862745],[85.2941176470588,123.529411764706,105.882352941176],[87.2549019607843,121.56862745098,98.0392156862745],[170.588235294118,201.960784313725,178.43137254902],[104.901960784314,129.411764705882,100.980392156863],[203.921568627451,216.666666666667,187.254901960784],[205.882352941176,211.764705882353,178.43137254902],[145.098039215686,150,110.78431372549],[163.725490196078,168.627450980392,128.43137254902],[194.117647058824,200.980392156863,159.803921568627],[224.509803921569,233.333333333333,187.254901960784],[220.588235294118,234.313725490196,176.470588235294],[186.274509803922,200.980392156863,135.294117647059],[180.392156862745,193.137254901961,124.509803921569],[182.352941176471,192.156862745098,122.549019607843],[135.294117647059,137.254901960784,73.5294117647059],[137.254901960784,133.333333333333,70.5882352941177],[149.019607843137,139.21568627451,71.5686274509804],[168.627450980392,153.921568627451,88.2352941176471],[111.764705882353,96.078431372549,38.2352941176471],[59.8039215686275,48.0392156862745,0],[71.5686274509804,66.6666666666667,3.92156862745098],[98.0392156862745,100.980392156863,35.2941176470588],[93.1372549019608,101.960784313725,40.1960784313726],[79.4117647058823,93.1372549019608,32.3529411764706],[112.745098039216,128.43137254902,64.7058823529412],[108.823529411765,123.529411764706,67.6470588235294],[0.980392156862745,11.7647058823529,0],[15.6862745098039,22.5490196078431,0],[30.3921568627451,36.2745098039216,0.980392156862745],[54.9019607843137,59.8039215686275,20.5882352941176],[124.509803921569,127.450980392157,83.3333333333333],[138.235294117647,140.196078431373,92.156862745098],[79.4117647058823,82.3529411764706,30.3921568627451],[119.607843137255,124.509803921569,69.6078431372549],[133.333333333333,138.235294117647,81.3725490196078],[120.588235294118,128.43137254902,70.5882352941177],[59.8039215686275,67.6470588235294,8.82352941176471],[87.2549019607843,97.0588235294118,37.2549019607843],[180.392156862745,190.196078431373,128.43137254902],[141.176470588235,151.960784313725,87.2549019607843],[49.0196078431373,59.8039215686275,0],[70.5882352941177,74.5098039215686,16.6666666666667],[86.2745098039216,74.5098039215686,35.2941176470588],[40.1960784313726,23.5294117647059,0],[39.2156862745098,24.5098039215686,0],[77.4509803921569,63.7254901960784,35.2941176470588],[30.3921568627451,19.6078431372549,0],[81.3725490196078,71.5686274509804,45.0980392156863],[35.2941176470588,25.4901960784314,0],[41.1764705882353,31.3725490196078,6.86274509803922],[55.8823529411765,44.1176470588235,22.5490196078431],[70.5882352941177,57.843137254902,41.1764705882353],[36.2745098039216,22.5490196078431,9.80392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[11.7647058823529,0,0],[9.80392156862745,0,0],[14.7058823529412,1.96078431372549,8.82352941176471],[6.86274509803922,0,1.96078431372549],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[24.5098039215686,20.5882352941176,19.6078431372549],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,17.6470588235294,10.7843137254902],[7.84313725490196,0,0],[32.3529411764706,22.5490196078431,12.7450980392157],[37.2549019607843,27.4509803921569,15.6862745098039],[30.3921568627451,20.5882352941176,8.82352941176471],[15.6862745098039,6.86274509803922,0],[21.5686274509804,13.7254901960784,0.980392156862745],[15.6862745098039,8.82352941176471,0],[20.5882352941176,13.7254901960784,7.84313725490196],[9.80392156862745,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[17.6470588235294,4.90196078431373,0],[14.7058823529412,4.90196078431373,0],[15.6862745098039,5.88235294117647,0],[12.7450980392157,3.92156862745098,0],[18.6274509803922,10.7843137254902,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[34.3137254901961,26.4705882352941,23.5294117647059],[16.6666666666667,10.7843137254902,0],[25.4901960784314,19.6078431372549,0],[80.3921568627451,75.4901960784314,38.2352941176471],[74.5098039215686,72.5490196078431,32.3529411764706],[30.3921568627451,34.3137254901961,1.96078431372549],[28.4313725490196,30.3921568627451,8.82352941176471],[129.411764705882,125.490196078431,114.705882352941],[105.882352941176,97.0588235294118,90.1960784313725],[18.6274509803922,5.88235294117647,0],[50,34.3137254901961,19.6078431372549],[48.0392156862745,32.3529411764706,9.80392156862745],[36.2745098039216,20.5882352941176,0],[50.9803921568627,36.2745098039216,15.6862745098039],[55.8823529411765,44.1176470588235,18.6274509803922],[63.7254901960784,53.921568627451,19.6078431372549],[42.156862745098,34.3137254901961,0],[36.2745098039216,28.4313725490196,0],[121.56862745098,113.725490196078,43.1372549019608],[141.176470588235,131.372549019608,61.7647058823529],[149.019607843137,138.235294117647,73.5294117647059],[131.372549019608,122.549019607843,64.7058823529412],[116.666666666667,104.901960784314,55.8823529411765],[142.156862745098,122.549019607843,88.2352941176471],[81.3725490196078,57.843137254902,24.5098039215686],[126.470588235294,99.0196078431373,59.8039215686275],[158.823529411765,132.352941176471,90.1960784313725],[45.0980392156863,22.5490196078431,0],[72.5490196078431,52.9411764705882,16.6666666666667],[100.980392156863,87.2549019607843,50.9803921568627],[87.2549019607843,79.4117647058823,41.1764705882353],[106.862745098039,103.921568627451,63.7254901960784],[138.235294117647,135.294117647059,100.980392156863],[242.156862745098,242.156862745098,216.666666666667],[146.078431372549,149.019607843137,122.549019607843],[104.901960784314,109.803921568627,69.6078431372549],[107.843137254902,109.803921568627,60.7843137254902],[86.2745098039216,76.4705882352941,26.4705882352941],[119.607843137255,107.843137254902,58.8235294117647],[158.823529411765,154.901960784314,108.823529411765],[182.352941176471,181.372549019608,138.235294117647],[182.352941176471,184.313725490196,146.078431372549],[175.490196078431,179.411764705882,147.058823529412],[154.901960784314,159.803921568627,130.392156862745],[168.627450980392,172.549019607843,148.039215686275],[202.941176470588,206.862745098039,184.313725490196],[240.196078431373,243.137254901961,224.509803921569],[243.137254901961,246.078431372549,229.411764705882],[206.862745098039,215.686274509804,199.019607843137],[172.549019607843,193.137254901961,176.470588235294],[150,178.43137254902,160.78431372549],[111.764705882353,148.039215686275,131.372549019608],[66.6666666666667,106.862745098039,91.1764705882353],[87.2549019607843,130.392156862745,117.647058823529],[119.607843137255,168.627450980392,157.843137254902],[182.352941176471,236.274509803922,231.372549019608],[96.078431372549,150.980392156863,151.960784313725],[95.0980392156863,150,150.980392156863],[80.3921568627451,130.392156862745,133.333333333333],[103.921568627451,147.058823529412,148.039215686275],[135.294117647059,168.627450980392,167.647058823529],[139.21568627451,157.843137254902,153.921568627451],[195.098039215686,204.901960784314,197.058823529412],[219.607843137255,222.549019607843,215.686274509804],[173.529411764706,177.450980392157,176.470588235294],[158.823529411765,172.549019607843,181.372549019608],[184.313725490196,209.803921568627,226.470588235294],[169.607843137255,200.980392156863,225.490196078431],[147.058823529412,175.490196078431,204.901960784314],[156.862745098039,171.56862745098,200],[181.372549019608,190.196078431373,218.627450980392],[171.56862745098,182.352941176471,211.764705882353],[183.333333333333,196.078431372549,229.411764705882],[212.745098039216,225.490196078431,250],[183.333333333333,199.019607843137,232.352941176471],[140.196078431373,163.725490196078,197.058823529412],[139.21568627451,169.607843137255,200],[134.313725490196,166.666666666667,199.019607843137],[190.196078431373,225.490196078431,250],[160.78431372549,200.980392156863,232.352941176471],[125.490196078431,167.647058823529,201.960784313725],[127.450980392157,168.627450980392,205.882352941176],[132.352941176471,175.490196078431,213.725490196078],[107.843137254902,155.882352941176,195.098039215686],[106.862745098039,161.764705882353,194.117647058824],[89.2156862745098,152.941176470588,174.509803921569],[91.1764705882353,150.980392156863,168.627450980392],[103.921568627451,151.960784313725,168.627450980392],[125.490196078431,163.725490196078,180.392156862745],[129.411764705882,161.764705882353,176.470588235294],[170.588235294118,198.039215686275,211.764705882353],[202.941176470588,221.56862745098,235.294117647059],[153.921568627451,163.725490196078,175.490196078431],[165.686274509804,165.686274509804,177.450980392157],[200,197.058823529412,207.843137254902],[225.490196078431,224.509803921569,230.392156862745],[222.549019607843,227.450980392157,230.392156862745],[217.647058823529,233.333333333333,232.352941176471],[208.823529411765,227.450980392157,225.490196078431],[192.156862745098,207.843137254902,206.862745098039],[187.254901960784,206.862745098039,207.843137254902],[176.470588235294,200.980392156863,205.882352941176],[193.137254901961,219.607843137255,228.43137254902],[205.882352941176,228.43137254902,242.156862745098],[210.78431372549,231.372549019608,248.039215686275],[157.843137254902,180.392156862745,198.039215686275],[144.117647058824,168.627450980392,188.235294117647],[156.862745098039,181.372549019608,200.980392156863],[171.56862745098,198.039215686275,216.666666666667],[173.529411764706,200,220.588235294118],[152.941176470588,178.43137254902,200.980392156863],[141.176470588235,170.588235294118,194.117647058824],[146.078431372549,181.372549019608,204.901960784314],[147.058823529412,187.254901960784,208.823529411765],[179.411764705882,223.529411764706,244.117647058824],[174.509803921569,216.666666666667,235.294117647059],[135.294117647059,176.470588235294,198.039215686275],[153.921568627451,197.058823529412,225.490196078431],[135.294117647059,183.333333333333,214.705882352941],[126.470588235294,182.352941176471,210.78431372549],[122.549019607843,178.43137254902,206.862745098039],[127.450980392157,175.490196078431,206.862745098039],[148.039215686275,194.117647058824,223.529411764706],[143.137254901961,192.156862745098,218.627450980392],[109.803921568627,158.823529411765,183.333333333333],[141.176470588235,186.274509803922,208.823529411765],[150.980392156863,187.254901960784,212.745098039216],[166.666666666667,196.078431372549,221.56862745098],[166.666666666667,198.039215686275,222.549019607843],[145.098039215686,189.21568627451,211.764705882353],[138.235294117647,184.313725490196,209.803921568627],[150,193.137254901961,221.56862745098],[159.803921568627,198.039215686275,228.43137254902],[150.980392156863,187.254901960784,215.686274509804],[149.019607843137,183.333333333333,204.901960784314],[147.058823529412,178.43137254902,191.176470588235],[136.274509803922,169.607843137255,179.411764705882],[103.921568627451,142.156862745098,156.862745098039],[100,142.156862745098,149.019607843137],[113.725490196078,152.941176470588,144.117647058824],[87.2549019607843,123.529411764706,105.882352941176],[29.4117647058824,63.7254901960784,44.1176470588235],[100,122.549019607843,102.941176470588],[240.196078431373,244.117647058824,221.56862745098],[167.647058823529,164.705882352941,134.313725490196],[199.019607843137,200.980392156863,161.764705882353],[168.627450980392,176.470588235294,130.392156862745],[163.725490196078,177.450980392157,127.450980392157],[168.627450980392,186.274509803922,129.411764705882],[171.56862745098,191.176470588235,120.588235294118],[144.117647058824,162.745098039216,85.2941176470588],[142.156862745098,158.823529411765,80.3921568627451],[153.921568627451,166.666666666667,89.2156862745098],[182.352941176471,190.196078431373,116.666666666667],[141.176470588235,143.137254901961,71.5686274509804],[129.411764705882,122.549019607843,55.8823529411765],[144.117647058824,133.333333333333,70.5882352941177],[103.921568627451,87.2549019607843,32.3529411764706],[98.0392156862745,81.3725490196078,28.4313725490196],[90.1960784313725,77.4509803921569,23.5294117647059],[93.1372549019608,84.3137254901961,28.4313725490196],[106.862745098039,104.901960784314,47.0588235294118],[177.450980392157,182.352941176471,119.607843137255],[168.627450980392,177.450980392157,111.764705882353],[84.3137254901961,99.0196078431373,35.2941176470588],[70.5882352941177,91.1764705882353,36.2745098039216],[83.3333333333333,104.901960784314,56.8627450980392],[100,119.607843137255,69.6078431372549],[135.294117647059,150.980392156863,102.941176470588],[122.549019607843,134.313725490196,85.2941176470588],[141.176470588235,148.039215686275,98.0392156862745],[167.647058823529,169.607843137255,121.56862745098],[106.862745098039,104.901960784314,57.843137254902],[48.0392156862745,41.1764705882353,0],[63.7254901960784,56.8627450980392,11.7647058823529],[90.1960784313725,83.3333333333333,40.1960784313726],[100.980392156863,94.1176470588235,50.9803921568627],[91.1764705882353,88.2352941176471,46.078431372549],[121.56862745098,120.588235294118,77.4509803921569],[9.80392156862745,10.7843137254902,0],[93.1372549019608,91.1764705882353,52.9411764705882],[88.2352941176471,77.4509803921569,48.0392156862745],[17.6470588235294,3.92156862745098,0],[59.8039215686275,50,23.5294117647059],[54.9019607843137,50,21.5686274509804],[82.3529411764706,78.4313725490196,50],[75.4901960784314,69.6078431372549,44.1176470588235],[32.3529411764706,24.5098039215686,1.96078431372549],[42.156862745098,29.4117647058824,10.7843137254902],[38.2352941176471,21.5686274509804,5.88235294117647],[73.5294117647059,53.921568627451,43.1372549019608],[54.9019607843137,35.2941176470588,28.4313725490196],[26.4705882352941,7.84313725490196,3.92156862745098],[55.8823529411765,42.156862745098,42.156862745098],[5.88235294117647,0,0],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,6.86274509803922,3.92156862745098],[12.7450980392157,3.92156862745098,0],[23.5294117647059,14.7058823529412,5.88235294117647],[20.5882352941176,10.7843137254902,0.980392156862745],[43.1372549019608,34.3137254901961,19.6078431372549],[48.0392156862745,39.2156862745098,22.5490196078431],[51.9607843137255,43.1372549019608,26.4705882352941],[29.4117647058824,21.5686274509804,2.94117647058824],[14.7058823529412,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[6.86274509803922,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[23.5294117647059,9.80392156862745,8.82352941176471],[24.5098039215686,11.7647058823529,5.88235294117647],[25.4901960784314,10.7843137254902,3.92156862745098],[10.7843137254902,0,0],[25.4901960784314,15.6862745098039,5.88235294117647],[23.5294117647059,14.7058823529412,7.84313725490196],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,11.7647058823529,14.7058823529412],[20.5882352941176,12.7450980392157,10.7843137254902],[12.7450980392157,3.92156862745098,0],[30.3921568627451,22.5490196078431,0],[68.6274509803922,60.7843137254902,22.5490196078431],[56.8627450980392,50,8.82352941176471],[22.5490196078431,19.6078431372549,0],[13.7254901960784,11.7647058823529,0],[19.6078431372549,11.7647058823529,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,16.6666666666667,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[90.1960784313725,75.4901960784314,52.9411764705882],[91.1764705882353,76.4705882352941,53.921568627451],[72.5490196078431,59.8039215686275,41.1764705882353],[66.6666666666667,54.9019607843137,31.3725490196078],[21.5686274509804,11.7647058823529,0],[68.6274509803922,60.7843137254902,12.7450980392157],[88.2352941176471,83.3333333333333,18.6274509803922],[144.117647058824,140.196078431373,68.6274509803922],[159.803921568627,154.901960784314,88.2352941176471],[129.411764705882,126.470588235294,60.7843137254902],[138.235294117647,137.254901960784,73.5294117647059],[80.3921568627451,75.4901960784314,18.6274509803922],[121.56862745098,106.862745098039,66.6666666666667],[168.627450980392,147.058823529412,108.823529411765],[146.078431372549,118.627450980392,72.5490196078431],[102.941176470588,73.5294117647059,24.5098039215686],[78.4313725490196,50.9803921568627,3.92156862745098],[95.0980392156863,73.5294117647059,25.4901960784314],[100.980392156863,89.2156862745098,42.156862745098],[82.3529411764706,78.4313725490196,32.3529411764706],[143.137254901961,146.078431372549,100],[175.490196078431,182.352941176471,141.176470588235],[198.039215686275,203.921568627451,170.588235294118],[190.196078431373,196.078431372549,160.78431372549],[177.450980392157,181.372549019608,131.372549019608],[132.352941176471,133.333333333333,77.4509803921569],[98.0392156862745,91.1764705882353,38.2352941176471],[91.1764705882353,85.2941176470588,36.2745098039216],[84.3137254901961,83.3333333333333,38.2352941176471],[156.862745098039,161.764705882353,121.56862745098],[198.039215686275,207.843137254902,171.56862745098],[165.686274509804,179.411764705882,147.058823529412],[164.705882352941,174.509803921569,148.039215686275],[195.098039215686,202.941176470588,180.392156862745],[213.725490196078,216.666666666667,198.039215686275],[215.686274509804,216.666666666667,200.980392156863],[241.176470588235,242.156862745098,228.43137254902],[248.039215686275,250,238.235294117647],[237.254901960784,247.058823529412,236.274509803922],[200.980392156863,218.627450980392,206.862745098039],[122.549019607843,148.039215686275,135.294117647059],[71.5686274509804,103.921568627451,93.1372549019608],[101.960784313725,141.176470588235,130.392156862745],[98.0392156862745,143.137254901961,133.333333333333],[136.274509803922,187.254901960784,183.333333333333],[166.666666666667,223.529411764706,224.509803921569],[136.274509803922,196.078431372549,200.980392156863],[99.0196078431373,155.882352941176,159.803921568627],[125.490196078431,172.549019607843,176.470588235294],[141.176470588235,176.470588235294,176.470588235294],[156.862745098039,177.450980392157,172.549019607843],[184.313725490196,193.137254901961,188.235294117647],[200,201.960784313725,197.058823529412],[191.176470588235,192.156862745098,194.117647058824],[184.313725490196,193.137254901961,201.960784313725],[175.490196078431,192.156862745098,207.843137254902],[161.764705882353,189.21568627451,212.745098039216],[170.588235294118,197.058823529412,225.490196078431],[177.450980392157,191.176470588235,219.607843137255],[186.274509803922,195.098039215686,225.490196078431],[182.352941176471,197.058823529412,229.411764705882],[176.470588235294,196.078431372549,230.392156862745],[161.764705882353,187.254901960784,223.529411764706],[149.019607843137,178.43137254902,215.686274509804],[144.117647058824,175.490196078431,212.745098039216],[140.196078431373,173.529411764706,209.803921568627],[149.019607843137,182.352941176471,216.666666666667],[162.745098039216,196.078431372549,230.392156862745],[164.705882352941,197.058823529412,229.411764705882],[135.294117647059,167.647058823529,200],[138.235294117647,170.588235294118,204.901960784314],[125.490196078431,158.823529411765,193.137254901961],[141.176470588235,174.509803921569,210.78431372549],[130.392156862745,170.588235294118,200],[130.392156862745,180.392156862745,199.019607843137],[147.058823529412,193.137254901961,208.823529411765],[147.058823529412,177.450980392157,197.058823529412],[138.235294117647,162.745098039216,182.352941176471],[152.941176470588,178.43137254902,195.098039215686],[123.529411764706,146.078431372549,161.764705882353],[196.078431372549,214.705882352941,229.411764705882],[205.882352941176,217.647058823529,231.372549019608],[171.56862745098,168.627450980392,185.294117647059],[219.607843137255,213.725490196078,227.450980392157],[240.196078431373,238.235294117647,249.019607843137],[226.470588235294,233.333333333333,239.21568627451],[226.470588235294,246.078431372549,245.098039215686],[219.607843137255,244.117647058824,241.176470588235],[202.941176470588,220.588235294118,220.588235294118],[207.843137254902,225.490196078431,227.450980392157],[207.843137254902,230.392156862745,236.274509803922],[165.686274509804,189.21568627451,199.019607843137],[156.862745098039,180.392156862745,192.156862745098],[193.137254901961,215.686274509804,229.411764705882],[200,222.549019607843,240.196078431373],[150,174.509803921569,194.117647058824],[141.176470588235,165.686274509804,187.254901960784],[171.56862745098,197.058823529412,219.607843137255],[171.56862745098,199.019607843137,222.549019607843],[152.941176470588,184.313725490196,208.823529411765],[128.43137254902,161.764705882353,186.274509803922],[151.960784313725,187.254901960784,210.78431372549],[163.725490196078,203.921568627451,223.529411764706],[184.313725490196,226.470588235294,245.098039215686],[181.372549019608,225.490196078431,244.117647058824],[150,194.117647058824,216.666666666667],[136.274509803922,176.470588235294,203.921568627451],[141.176470588235,185.294117647059,215.686274509804],[127.450980392157,183.333333333333,209.803921568627],[117.647058823529,173.529411764706,200],[131.372549019608,175.490196078431,205.882352941176],[142.156862745098,185.294117647059,213.725490196078],[143.137254901961,192.156862745098,216.666666666667],[147.058823529412,196.078431372549,218.627450980392],[140.196078431373,184.313725490196,206.862745098039],[150.980392156863,188.235294117647,210.78431372549],[193.137254901961,219.607843137255,246.078431372549],[192.156862745098,222.549019607843,250],[133.333333333333,179.411764705882,204.901960784314],[111.764705882353,164.705882352941,190.196078431373],[131.372549019608,181.372549019608,211.764705882353],[132.352941176471,176.470588235294,208.823529411765],[122.549019607843,160.78431372549,191.176470588235],[158.823529411765,194.117647058824,217.647058823529],[160.78431372549,193.137254901961,207.843137254902],[141.176470588235,176.470588235294,188.235294117647],[95.0980392156863,137.254901960784,153.921568627451],[64.7058823529412,107.843137254902,120.588235294118],[79.4117647058823,123.529411764706,118.627450980392],[81.3725490196078,121.56862745098,107.843137254902],[82.3529411764706,115.686274509804,99.0196078431373],[103.921568627451,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,89.2156862745098],[92.156862745098,87.2549019607843,58.8235294117647],[188.235294117647,186.274509803922,146.078431372549],[161.764705882353,168.627450980392,117.647058823529],[137.254901960784,151.960784313725,98.0392156862745],[167.647058823529,187.254901960784,125.490196078431],[142.156862745098,163.725490196078,90.1960784313725],[157.843137254902,179.411764705882,99.0196078431373],[149.019607843137,166.666666666667,86.2745098039216],[142.156862745098,154.901960784314,76.4705882352941],[122.549019607843,131.372549019608,53.921568627451],[81.3725490196078,83.3333333333333,9.80392156862745],[127.450980392157,123.529411764706,53.921568627451],[150,141.176470588235,77.4509803921569],[145.098039215686,129.411764705882,71.5686274509804],[125.490196078431,108.823529411765,55.8823529411765],[57.843137254902,42.156862745098,0],[98.0392156862745,85.2941176470588,34.3137254901961],[116.666666666667,109.803921568627,55.8823529411765],[152.941176470588,150.980392156863,93.1372549019608],[122.549019607843,127.450980392157,64.7058823529412],[90.1960784313725,100,38.2352941176471],[100,114.705882352941,60.7843137254902],[66.6666666666667,84.3137254901961,33.3333333333333],[116.666666666667,133.333333333333,82.3529411764706],[99.0196078431373,112.745098039216,62.7450980392157],[49.0196078431373,58.8235294117647,9.80392156862745],[6.86274509803922,12.7450980392157,0],[88.2352941176471,90.1960784313725,44.1176470588235],[110.78431372549,107.843137254902,63.7254901960784],[86.2745098039216,79.4117647058823,38.2352941176471],[114.705882352941,102.941176470588,63.7254901960784],[88.2352941176471,76.4705882352941,39.2156862745098],[87.2549019607843,74.5098039215686,40.1960784313726],[52.9411764705882,45.0980392156863,9.80392156862745],[82.3529411764706,76.4705882352941,41.1764705882353],[70.5882352941177,67.6470588235294,33.3333333333333],[105.882352941176,100.980392156863,69.6078431372549],[64.7058823529412,52.9411764705882,29.4117647058824],[35.2941176470588,23.5294117647059,1.96078431372549],[60.7843137254902,53.921568627451,28.4313725490196],[59.8039215686275,55.8823529411765,29.4117647058824],[27.4509803921569,26.4705882352941,0],[29.4117647058824,25.4901960784314,0],[9.80392156862745,1.96078431372549,0],[55.8823529411765,41.1764705882353,22.5490196078431],[21.5686274509804,0,0],[47.0588235294118,22.5490196078431,15.6862745098039],[36.2745098039216,11.7647058823529,7.84313725490196],[56.8627450980392,36.2745098039216,35.2941176470588],[206.862745098039,193.137254901961,193.137254901961],[3.92156862745098,0,0],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,8.82352941176471,8.82352941176471],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[13.7254901960784,5.88235294117647,2.94117647058824],[13.7254901960784,4.90196078431373,0],[17.6470588235294,8.82352941176471,0],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,0],[33.3333333333333,21.5686274509804,7.84313725490196],[61.7647058823529,50,34.3137254901961],[43.1372549019608,32.3529411764706,14.7058823529412],[19.6078431372549,7.84313725490196,0],[26.4705882352941,17.6470588235294,8.82352941176471],[13.7254901960784,6.86274509803922,0.980392156862745],[21.5686274509804,11.7647058823529,12.7450980392157],[14.7058823529412,2.94117647058824,6.86274509803922],[24.5098039215686,9.80392156862745,14.7058823529412],[32.3529411764706,18.6274509803922,18.6274509803922],[15.6862745098039,1.96078431372549,0],[24.5098039215686,13.7254901960784,7.84313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[19.6078431372549,9.80392156862745,7.84313725490196],[17.6470588235294,7.84313725490196,8.82352941176471],[22.5490196078431,10.7843137254902,12.7450980392157],[31.3725490196078,17.6470588235294,14.7058823529412],[50.9803921568627,37.2549019607843,26.4705882352941],[63.7254901960784,49.0196078431373,26.4705882352941],[56.8627450980392,40.1960784313726,14.7058823529412],[62.7450980392157,41.1764705882353,20.5882352941176],[42.156862745098,19.6078431372549,3.92156862745098],[30.3921568627451,11.7647058823529,0],[12.7450980392157,0,0],[14.7058823529412,7.84313725490196,0],[68.6274509803922,63.7254901960784,34.3137254901961],[40.1960784313726,35.2941176470588,5.88235294117647],[64.7058823529412,57.843137254902,30.3921568627451],[62.7450980392157,51.9607843137255,30.3921568627451],[47.0588235294118,35.2941176470588,9.80392156862745],[65.6862745098039,53.921568627451,12.7450980392157],[121.56862745098,112.745098039216,54.9019607843137],[110.78431372549,108.823529411765,36.2745098039216],[157.843137254902,160.78431372549,85.2941176470588],[174.509803921569,179.411764705882,113.725490196078],[102.941176470588,107.843137254902,43.1372549019608],[115.686274509804,118.627450980392,49.0196078431373],[149.019607843137,148.039215686275,82.3529411764706],[125.490196078431,115.686274509804,57.843137254902],[129.411764705882,110.78431372549,55.8823529411765],[146.078431372549,120.588235294118,62.7450980392157],[99.0196078431373,71.5686274509804,9.80392156862745],[100,75.4901960784314,12.7450980392157],[172.549019607843,152.941176470588,91.1764705882353],[151.960784313725,141.176470588235,78.4313725490196],[157.843137254902,153.921568627451,92.156862745098],[163.725490196078,168.627450980392,105.882352941176],[137.254901960784,145.098039215686,86.2745098039216],[167.647058823529,174.509803921569,123.529411764706],[183.333333333333,188.235294117647,135.294117647059],[186.274509803922,191.176470588235,128.43137254902],[230.392156862745,230.392156862745,169.607843137255],[111.764705882353,105.882352941176,54.9019607843137],[129.411764705882,125.490196078431,81.3725490196078],[150,150.980392156863,109.803921568627],[119.607843137255,127.450980392157,89.2156862745098],[142.156862745098,155.882352941176,121.56862745098],[175.490196078431,190.196078431373,159.803921568627],[185.294117647059,198.039215686275,172.549019607843],[245.098039215686,250,233.333333333333],[249.019607843137,250,234.313725490196],[220.588235294118,221.56862745098,205.882352941176],[201.960784313725,202.941176470588,187.254901960784],[236.274509803922,238.235294117647,224.509803921569],[246.078431372549,250,239.21568627451],[235.294117647059,249.019607843137,234.313725490196],[211.764705882353,232.352941176471,217.647058823529],[137.254901960784,166.666666666667,154.901960784314],[88.2352941176471,130.392156862745,121.56862745098],[93.1372549019608,141.176470588235,137.254901960784],[79.4117647058823,128.43137254902,127.450980392157],[98.0392156862745,150,153.921568627451],[85.2941176470588,143.137254901961,147.058823529412],[102.941176470588,159.803921568627,163.725490196078],[132.352941176471,182.352941176471,185.294117647059],[124.509803921569,163.725490196078,163.725490196078],[171.56862745098,192.156862745098,193.137254901961],[168.627450980392,180.392156862745,180.392156862745],[150,159.803921568627,160.78431372549],[159.803921568627,170.588235294118,174.509803921569],[171.56862745098,191.176470588235,201.960784313725],[158.823529411765,184.313725490196,200.980392156863],[153.921568627451,183.333333333333,208.823529411765],[165.686274509804,198.039215686275,228.43137254902],[185.294117647059,218.627450980392,250],[167.647058823529,202.941176470588,238.235294117647],[151.960784313725,189.21568627451,225.490196078431],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,178.43137254902,217.647058823529],[141.176470588235,182.352941176471,221.56862745098],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,172.549019607843,207.843137254902],[154.901960784314,184.313725490196,217.647058823529],[146.078431372549,168.627450980392,200],[166.666666666667,183.333333333333,212.745098039216],[208.823529411765,222.549019607843,249.019607843137],[200,209.803921568627,236.274509803922],[179.411764705882,186.274509803922,213.725490196078],[194.117647058824,200.980392156863,228.43137254902],[217.647058823529,224.509803921569,250],[234.313725490196,244.117647058824,250],[226.470588235294,233.333333333333,250],[222.549019607843,226.470588235294,250],[181.372549019608,186.274509803922,214.705882352941],[166.666666666667,181.372549019608,201.960784313725],[185.294117647059,203.921568627451,220.588235294118],[200.980392156863,219.607843137255,233.333333333333],[208.823529411765,225.490196078431,235.294117647059],[220.588235294118,224.509803921569,236.274509803922],[214.705882352941,216.666666666667,229.411764705882],[201.960784313725,207.843137254902,219.607843137255],[200,213.725490196078,224.509803921569],[210.78431372549,235.294117647059,242.156862745098],[200,224.509803921569,229.411764705882],[185.294117647059,201.960784313725,209.803921568627],[201.960784313725,215.686274509804,224.509803921569],[226.470588235294,244.117647058824,250],[213.725490196078,235.294117647059,246.078431372549],[180.392156862745,201.960784313725,214.705882352941],[162.745098039216,184.313725490196,198.039215686275],[208.823529411765,229.411764705882,248.039215686275],[175.490196078431,197.058823529412,217.647058823529],[144.117647058824,168.627450980392,190.196078431373],[153.921568627451,179.411764705882,203.921568627451],[191.176470588235,217.647058823529,244.117647058824],[175.490196078431,205.882352941176,233.333333333333],[135.294117647059,170.588235294118,196.078431372549],[150.980392156863,187.254901960784,212.745098039216],[148.039215686275,189.21568627451,213.725490196078],[147.058823529412,192.156862745098,215.686274509804],[162.745098039216,209.803921568627,232.352941176471],[158.823529411765,203.921568627451,227.450980392157],[144.117647058824,184.313725490196,213.725490196078],[150,193.137254901961,221.56862745098],[130.392156862745,183.333333333333,208.823529411765],[119.607843137255,172.549019607843,198.039215686275],[138.235294117647,182.352941176471,210.78431372549],[148.039215686275,188.235294117647,217.647058823529],[147.058823529412,193.137254901961,218.627450980392],[159.803921568627,206.862745098039,229.411764705882],[142.156862745098,186.274509803922,208.823529411765],[132.352941176471,168.627450980392,194.117647058824],[154.901960784314,184.313725490196,211.764705882353],[161.764705882353,195.098039215686,222.549019607843],[129.411764705882,178.43137254902,204.901960784314],[124.509803921569,179.411764705882,205.882352941176],[133.333333333333,185.294117647059,216.666666666667],[119.607843137255,167.647058823529,200],[120.588235294118,164.705882352941,195.098039215686],[123.529411764706,163.725490196078,191.176470588235],[141.176470588235,183.333333333333,201.960784313725],[157.843137254902,200,216.666666666667],[107.843137254902,150,166.666666666667],[61.7647058823529,106.862745098039,119.607843137255],[70.5882352941177,120.588235294118,121.56862745098],[64.7058823529412,110.78431372549,100.980392156863],[94.1176470588235,124.509803921569,106.862745098039],[105.882352941176,122.549019607843,103.921568627451],[49.0196078431373,52.9411764705882,36.2745098039216],[150.980392156863,149.019607843137,124.509803921569],[204.901960784314,200.980392156863,156.862745098039],[171.56862745098,172.549019607843,116.666666666667],[123.529411764706,134.313725490196,79.4117647058823],[157.843137254902,173.529411764706,112.745098039216],[209.803921568627,226.470588235294,159.803921568627],[207.843137254902,223.529411764706,151.960784313725],[194.117647058824,207.843137254902,134.313725490196],[163.725490196078,174.509803921569,100],[113.725490196078,120.588235294118,45.0980392156863],[58.8235294117647,61.7647058823529,0],[172.549019607843,168.627450980392,97.0588235294118],[187.254901960784,176.470588235294,111.764705882353],[140.196078431373,124.509803921569,65.6862745098039],[125.490196078431,106.862745098039,51.9607843137255],[98.0392156862745,81.3725490196078,30.3921568627451],[96.078431372549,83.3333333333333,32.3529411764706],[131.372549019608,124.509803921569,73.5294117647059],[183.333333333333,180.392156862745,128.43137254902],[120.588235294118,123.529411764706,69.6078431372549],[77.4509803921569,79.4117647058823,30.3921568627451],[57.843137254902,54.9019607843137,12.7450980392157],[106.862745098039,102.941176470588,65.6862745098039],[101.960784313725,100,59.8039215686275],[47.0588235294118,45.0980392156863,4.90196078431373],[109.803921568627,110.78431372549,67.6470588235294],[66.6666666666667,67.6470588235294,24.5098039215686],[36.2745098039216,37.2549019607843,0],[82.3529411764706,81.3725490196078,38.2352941176471],[141.176470588235,138.235294117647,94.1176470588235],[104.901960784314,100.980392156863,56.8627450980392],[68.6274509803922,61.7647058823529,20.5882352941176],[80.3921568627451,73.5294117647059,32.3529411764706],[72.5490196078431,67.6470588235294,28.4313725490196],[94.1176470588235,91.1764705882353,50.9803921568627],[82.3529411764706,80.3921568627451,40.1960784313726],[80.3921568627451,76.4705882352941,40.1960784313726],[52.9411764705882,41.1764705882353,17.6470588235294],[55.8823529411765,41.1764705882353,22.5490196078431],[65.6862745098039,54.9019607843137,33.3333333333333],[35.2941176470588,29.4117647058824,5.88235294117647],[13.7254901960784,7.84313725490196,0],[30.3921568627451,23.5294117647059,0],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,49.0196078431373,29.4117647058824],[55.8823529411765,33.3333333333333,19.6078431372549],[51.9607843137255,25.4901960784314,16.6666666666667],[51.9607843137255,24.5098039215686,20.5882352941176],[29.4117647058824,5.88235294117647,5.88235294117647],[16.6666666666667,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[19.6078431372549,13.7254901960784,13.7254901960784],[18.6274509803922,14.7058823529412,13.7254901960784],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,2.94117647058824,0],[10.7843137254902,2.94117647058824,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,8.82352941176471,1.96078431372549],[14.7058823529412,5.88235294117647,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[24.5098039215686,12.7450980392157,0],[60.7843137254902,49.0196078431373,33.3333333333333],[47.0588235294118,34.3137254901961,17.6470588235294],[30.3921568627451,18.6274509803922,2.94117647058824],[29.4117647058824,23.5294117647059,7.84313725490196],[23.5294117647059,19.6078431372549,8.82352941176471],[8.82352941176471,0.980392156862745,0],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,9.80392156862745,16.6666666666667],[9.80392156862745,0,0],[24.5098039215686,10.7843137254902,7.84313725490196],[59.8039215686275,47.0588235294118,39.2156862745098],[37.2549019607843,27.4509803921569,17.6470588235294],[15.6862745098039,5.88235294117647,0],[16.6666666666667,5.88235294117647,1.96078431372549],[26.4705882352941,12.7450980392157,9.80392156862745],[41.1764705882353,26.4705882352941,21.5686274509804],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,26.4705882352941,9.80392156862745],[56.8627450980392,34.3137254901961,16.6666666666667],[90.1960784313725,61.7647058823529,48.0392156862745],[64.7058823529412,36.2745098039216,22.5490196078431],[63.7254901960784,41.1764705882353,27.4509803921569],[67.6470588235294,50,30.3921568627451],[41.1764705882353,30.3921568627451,0],[58.8235294117647,50.9803921568627,12.7450980392157],[116.666666666667,109.803921568627,66.6666666666667],[82.3529411764706,75.4901960784314,32.3529411764706],[63.7254901960784,51.9607843137255,14.7058823529412],[95.0980392156863,83.3333333333333,44.1176470588235],[151.960784313725,142.156862745098,90.1960784313725],[164.705882352941,158.823529411765,98.0392156862745],[141.176470588235,141.176470588235,70.5882352941177],[126.470588235294,132.352941176471,61.7647058823529],[135.294117647059,145.098039215686,83.3333333333333],[125.490196078431,135.294117647059,76.4705882352941],[81.3725490196078,86.2745098039216,21.5686274509804],[84.3137254901961,83.3333333333333,19.6078431372549],[83.3333333333333,73.5294117647059,12.7450980392157],[116.666666666667,100.980392156863,42.156862745098],[153.921568627451,130.392156862745,67.6470588235294],[128.43137254902,103.921568627451,39.2156862745098],[119.607843137255,97.0588235294118,31.3725490196078],[168.627450980392,150,83.3333333333333],[156.862745098039,147.058823529412,79.4117647058823],[173.529411764706,169.607843137255,100],[169.607843137255,170.588235294118,101.960784313725],[198.039215686275,202.941176470588,137.254901960784],[128.43137254902,133.333333333333,70.5882352941177],[156.862745098039,161.764705882353,99.0196078431373],[132.352941176471,134.313725490196,70.5882352941177],[174.509803921569,174.509803921569,115.686274509804],[150,146.078431372549,100],[165.686274509804,163.725490196078,125.490196078431],[126.470588235294,130.392156862745,94.1176470588235],[180.392156862745,190.196078431373,155.882352941176],[157.843137254902,172.549019607843,142.156862745098],[204.901960784314,223.529411764706,196.078431372549],[234.313725490196,249.019607843137,226.470588235294],[168.627450980392,181.372549019608,161.764705882353],[177.450980392157,184.313725490196,166.666666666667],[193.137254901961,196.078431372549,179.411764705882],[153.921568627451,154.901960784314,139.21568627451],[181.372549019608,182.352941176471,168.627450980392],[239.21568627451,243.137254901961,229.411764705882],[228.43137254902,239.21568627451,223.529411764706],[227.450980392157,241.176470588235,226.470588235294],[235.294117647059,250,248.039215686275],[218.627450980392,250,250],[165.686274509804,208.823529411765,207.843137254902],[123.529411764706,166.666666666667,167.647058823529],[89.2156862745098,133.333333333333,136.274509803922],[86.2745098039216,133.333333333333,137.254901960784],[104.901960784314,149.019607843137,153.921568627451],[115.686274509804,154.901960784314,156.862745098039],[133.333333333333,162.745098039216,164.705882352941],[141.176470588235,160.78431372549,161.764705882353],[169.607843137255,183.333333333333,186.274509803922],[159.803921568627,170.588235294118,176.470588235294],[158.823529411765,171.56862745098,180.392156862745],[168.627450980392,186.274509803922,200],[161.764705882353,183.333333333333,203.921568627451],[162.745098039216,188.235294117647,214.705882352941],[160.78431372549,189.21568627451,218.627450980392],[167.647058823529,200,230.392156862745],[153.921568627451,188.235294117647,219.607843137255],[155.882352941176,193.137254901961,228.43137254902],[155.882352941176,195.098039215686,230.392156862745],[144.117647058824,185.294117647059,222.549019607843],[143.137254901961,184.313725490196,221.56862745098],[140.196078431373,179.411764705882,214.705882352941],[134.313725490196,169.607843137255,204.901960784314],[171.56862745098,200,233.333333333333],[197.058823529412,219.607843137255,250],[204.901960784314,221.56862745098,250],[223.529411764706,237.254901960784,250],[201.960784313725,210.78431372549,239.21568627451],[185.294117647059,192.156862745098,220.588235294118],[174.509803921569,181.372549019608,209.803921568627],[188.235294117647,191.176470588235,221.56862745098],[228.43137254902,225.490196078431,250],[212.745098039216,202.941176470588,236.274509803922],[186.274509803922,176.470588235294,210.78431372549],[237.254901960784,231.372549019608,250],[221.56862745098,225.490196078431,250],[182.352941176471,193.137254901961,212.745098039216],[150,161.764705882353,175.490196078431],[181.372549019608,194.117647058824,202.941176470588],[209.803921568627,216.666666666667,226.470588235294],[194.117647058824,201.960784313725,212.745098039216],[181.372549019608,199.019607843137,212.745098039216],[175.490196078431,200.980392156863,215.686274509804],[170.588235294118,202.941176470588,217.647058823529],[163.725490196078,192.156862745098,205.882352941176],[168.627450980392,185.294117647059,200.980392156863],[196.078431372549,207.843137254902,221.56862745098],[217.647058823529,235.294117647059,245.098039215686],[233.333333333333,250,250],[203.921568627451,223.529411764706,234.313725490196],[187.254901960784,205.882352941176,220.588235294118],[233.333333333333,250,250],[204.901960784314,225.490196078431,246.078431372549],[163.725490196078,185.294117647059,207.843137254902],[194.117647058824,219.607843137255,244.117647058824],[220.588235294118,247.058823529412,250],[182.352941176471,212.745098039216,241.176470588235],[135.294117647059,169.607843137255,197.058823529412],[136.274509803922,174.509803921569,202.941176470588],[126.470588235294,169.607843137255,198.039215686275],[126.470588235294,172.549019607843,200],[128.43137254902,177.450980392157,203.921568627451],[123.529411764706,169.607843137255,197.058823529412],[139.21568627451,177.450980392157,207.843137254902],[143.137254901961,183.333333333333,210.78431372549],[133.333333333333,182.352941176471,206.862745098039],[123.529411764706,174.509803921569,198.039215686275],[131.372549019608,174.509803921569,200.980392156863],[141.176470588235,181.372549019608,208.823529411765],[139.21568627451,184.313725490196,207.843137254902],[135.294117647059,182.352941176471,204.901960784314],[145.098039215686,189.21568627451,211.764705882353],[143.137254901961,182.352941176471,206.862745098039],[138.235294117647,171.56862745098,199.019607843137],[129.411764705882,165.686274509804,194.117647058824],[120.588235294118,170.588235294118,199.019607843137],[120.588235294118,176.470588235294,204.901960784314],[133.333333333333,187.254901960784,217.647058823529],[150.980392156863,202.941176470588,236.274509803922],[116.666666666667,165.686274509804,198.039215686275],[120.588235294118,168.627450980392,198.039215686275],[126.470588235294,177.450980392157,199.019607843137],[128.43137254902,178.43137254902,197.058823529412],[135.294117647059,179.411764705882,198.039215686275],[139.21568627451,186.274509803922,200],[112.745098039216,169.607843137255,173.529411764706],[85.2941176470588,135.294117647059,130.392156862745],[99.0196078431373,129.411764705882,111.764705882353],[110.78431372549,128.43137254902,106.862745098039],[130.392156862745,136.274509803922,122.549019607843],[103.921568627451,103.921568627451,80.3921568627451],[155.882352941176,149.019607843137,103.921568627451],[213.725490196078,211.764705882353,155.882352941176],[183.333333333333,191.176470588235,135.294117647059],[190.196078431373,203.921568627451,146.078431372549],[168.627450980392,179.411764705882,120.588235294118],[218.627450980392,230.392156862745,167.647058823529],[180.392156862745,191.176470588235,124.509803921569],[177.450980392157,184.313725490196,115.686274509804],[117.647058823529,124.509803921569,49.0196078431373],[98.0392156862745,99.0196078431373,24.5098039215686],[122.549019607843,116.666666666667,44.1176470588235],[156.862745098039,147.058823529412,77.4509803921569],[150.980392156863,136.274509803922,72.5490196078431],[88.2352941176471,72.5490196078431,14.7058823529412],[91.1764705882353,75.4901960784314,24.5098039215686],[60.7843137254902,49.0196078431373,0],[122.549019607843,114.705882352941,66.6666666666667],[107.843137254902,103.921568627451,56.8627450980392],[70.5882352941177,72.5490196078431,24.5098039215686],[39.2156862745098,36.2745098039216,0],[13.7254901960784,0,0],[73.5294117647059,54.9019607843137,25.4901960784314],[70.5882352941177,55.8823529411765,23.5294117647059],[100,90.1960784313725,54.9019607843137],[128.43137254902,124.509803921569,87.2549019607843],[147.058823529412,148.039215686275,106.862745098039],[62.7450980392157,65.6862745098039,21.5686274509804],[119.607843137255,122.549019607843,78.4313725490196],[188.235294117647,190.196078431373,144.117647058824],[65.6862745098039,64.7058823529412,19.6078431372549],[43.1372549019608,40.1960784313726,0],[76.4705882352941,72.5490196078431,28.4313725490196],[99.0196078431373,92.156862745098,49.0196078431373],[97.0588235294118,90.1960784313725,47.0588235294118],[48.0392156862745,41.1764705882353,0],[64.7058823529412,54.9019607843137,19.6078431372549],[49.0196078431373,35.2941176470588,9.80392156862745],[108.823529411765,94.1176470588235,75.4901960784314],[25.4901960784314,13.7254901960784,0],[23.5294117647059,12.7450980392157,0],[9.80392156862745,2.94117647058824,0],[17.6470588235294,7.84313725490196,0],[51.9607843137255,36.2745098039216,13.7254901960784],[23.5294117647059,2.94117647058824,0],[64.7058823529412,37.2549019607843,23.5294117647059],[79.4117647058823,51.9607843137255,41.1764705882353],[58.8235294117647,30.3921568627451,24.5098039215686],[17.6470588235294,0,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,15.6862745098039,10.7843137254902],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,6.86274509803922,0],[9.80392156862745,0,0],[37.2549019607843,23.5294117647059,10.7843137254902],[48.0392156862745,35.2941176470588,19.6078431372549],[23.5294117647059,7.84313725490196,0],[14.7058823529412,3.92156862745098,0],[23.5294117647059,19.6078431372549,0],[25.4901960784314,20.5882352941176,0.980392156862745],[17.6470588235294,8.82352941176471,0],[10.7843137254902,0,0],[9.80392156862745,0,0],[14.7058823529412,0.980392156862745,0],[38.2352941176471,25.4901960784314,16.6666666666667],[47.0588235294118,35.2941176470588,19.6078431372549],[41.1764705882353,33.3333333333333,12.7450980392157],[21.5686274509804,13.7254901960784,0],[26.4705882352941,15.6862745098039,0],[31.3725490196078,17.6470588235294,4.90196078431373],[47.0588235294118,29.4117647058824,17.6470588235294],[53.921568627451,35.2941176470588,21.5686274509804],[49.0196078431373,26.4705882352941,10.7843137254902],[69.6078431372549,47.0588235294118,29.4117647058824],[61.7647058823529,41.1764705882353,24.5098039215686],[88.2352941176471,69.6078431372549,54.9019607843137],[40.1960784313726,18.6274509803922,7.84313725490196],[64.7058823529412,44.1176470588235,27.4509803921569],[98.0392156862745,77.4509803921569,47.0588235294118],[87.2549019607843,66.6666666666667,20.5882352941176],[152.941176470588,135.294117647059,72.5490196078431],[156.862745098039,140.196078431373,72.5490196078431],[141.176470588235,126.470588235294,62.7450980392157],[171.56862745098,157.843137254902,96.078431372549],[120.588235294118,110.78431372549,50.9803921568627],[100.980392156863,97.0588235294118,37.2549019607843],[98.0392156862745,100,38.2352941176471],[121.56862745098,127.450980392157,68.6274509803922],[146.078431372549,154.901960784314,100.980392156863],[150.980392156863,158.823529411765,108.823529411765],[106.862745098039,108.823529411765,60.7843137254902],[81.3725490196078,78.4313725490196,28.4313725490196],[43.1372549019608,34.3137254901961,0],[73.5294117647059,56.8627450980392,1.96078431372549],[116.666666666667,95.0980392156863,39.2156862745098],[134.313725490196,109.803921568627,53.921568627451],[134.313725490196,110.78431372549,51.9607843137255],[88.2352941176471,68.6274509803922,8.82352941176471],[90.1960784313725,76.4705882352941,14.7058823529412],[161.764705882353,153.921568627451,92.156862745098],[176.470588235294,175.490196078431,112.745098039216],[211.764705882353,211.764705882353,149.019607843137],[176.470588235294,178.43137254902,114.705882352941],[210.78431372549,210.78431372549,150],[200,197.058823529412,143.137254901961],[222.549019607843,218.627450980392,171.56862745098],[250,250,210.78431372549],[184.313725490196,185.294117647059,151.960784313725],[124.509803921569,131.372549019608,99.0196078431373],[142.156862745098,154.901960784314,125.490196078431],[186.274509803922,203.921568627451,178.43137254902],[225.490196078431,245.098039215686,220.588235294118],[180.392156862745,199.019607843137,179.411764705882],[133.333333333333,150,131.372549019608],[138.235294117647,149.019607843137,132.352941176471],[161.764705882353,168.627450980392,152.941176470588],[167.647058823529,169.607843137255,155.882352941176],[132.352941176471,134.313725490196,120.588235294118],[179.411764705882,181.372549019608,168.627450980392],[230.392156862745,236.274509803922,224.509803921569],[210.78431372549,220.588235294118,209.803921568627],[238.235294117647,250,246.078431372549],[233.333333333333,250,250],[210.78431372549,239.21568627451,243.137254901961],[204.901960784314,238.235294117647,239.21568627451],[149.019607843137,179.411764705882,181.372549019608],[109.803921568627,133.333333333333,137.254901960784],[150.980392156863,168.627450980392,172.549019607843],[165.686274509804,176.470588235294,180.392156862745],[174.509803921569,181.372549019608,187.254901960784],[158.823529411765,167.647058823529,172.549019607843],[191.176470588235,198.039215686275,205.882352941176],[180.392156862745,184.313725490196,195.098039215686],[168.627450980392,171.56862745098,186.274509803922],[178.43137254902,180.392156862745,200.980392156863],[181.372549019608,187.254901960784,212.745098039216],[180.392156862745,194.117647058824,220.588235294118],[172.549019607843,186.274509803922,211.764705882353],[192.156862745098,198.039215686275,219.607843137255],[177.450980392157,183.333333333333,204.901960784314],[184.313725490196,194.117647058824,218.627450980392],[183.333333333333,199.019607843137,224.509803921569],[186.274509803922,206.862745098039,237.254901960784],[213.725490196078,239.21568627451,250],[219.607843137255,249.019607843137,250],[204.901960784314,237.254901960784,250],[192.156862745098,224.509803921569,250],[180.392156862745,209.803921568627,245.098039215686],[149.019607843137,178.43137254902,213.725490196078],[120.588235294118,152.941176470588,187.254901960784],[144.117647058824,175.490196078431,212.745098039216],[139.21568627451,172.549019607843,209.803921568627],[145.098039215686,179.411764705882,218.627450980392],[147.058823529412,171.56862745098,210.78431372549],[169.607843137255,178.43137254902,208.823529411765],[157.843137254902,154.901960784314,185.294117647059],[166.666666666667,158.823529411765,197.058823529412],[227.450980392157,219.607843137255,250],[192.156862745098,185.294117647059,218.627450980392],[162.745098039216,156.862745098039,184.313725490196],[165.686274509804,161.764705882353,178.43137254902],[200.980392156863,199.019607843137,209.803921568627],[185.294117647059,189.21568627451,198.039215686275],[191.176470588235,207.843137254902,215.686274509804],[165.686274509804,198.039215686275,212.745098039216],[128.43137254902,170.588235294118,189.21568627451],[129.411764705882,175.490196078431,195.098039215686],[151.960784313725,189.21568627451,211.764705882353],[170.588235294118,188.235294117647,211.764705882353],[192.156862745098,203.921568627451,225.490196078431],[193.137254901961,208.823529411765,223.529411764706],[232.352941176471,250,250],[227.450980392157,246.078431372549,250],[209.803921568627,228.43137254902,243.137254901961],[214.705882352941,233.333333333333,250],[213.725490196078,234.313725490196,250],[174.509803921569,196.078431372549,219.607843137255],[175.490196078431,200.980392156863,227.450980392157],[176.470588235294,202.941176470588,231.372549019608],[141.176470588235,171.56862745098,200],[134.313725490196,169.607843137255,200.980392156863],[138.235294117647,178.43137254902,209.803921568627],[122.549019607843,166.666666666667,199.019607843137],[138.235294117647,183.333333333333,215.686274509804],[129.411764705882,177.450980392157,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[129.411764705882,167.647058823529,198.039215686275],[156.862745098039,193.137254901961,221.56862745098],[160.78431372549,205.882352941176,231.372549019608],[150,197.058823529412,219.607843137255],[149.019607843137,190.196078431373,214.705882352941],[150,189.21568627451,214.705882352941],[143.137254901961,187.254901960784,209.803921568627],[138.235294117647,183.333333333333,205.882352941176],[129.411764705882,172.549019607843,197.058823529412],[145.098039215686,186.274509803922,210.78431372549],[136.274509803922,172.549019607843,200.980392156863],[118.627450980392,158.823529411765,188.235294117647],[113.725490196078,165.686274509804,196.078431372549],[109.803921568627,167.647058823529,197.058823529412],[127.450980392157,182.352941176471,214.705882352941],[165.686274509804,220.588235294118,250],[121.56862745098,176.470588235294,210.78431372549],[113.725490196078,168.627450980392,200.980392156863],[146.078431372549,201.960784313725,228.43137254902],[133.333333333333,188.235294117647,210.78431372549],[109.803921568627,158.823529411765,181.372549019608],[116.666666666667,168.627450980392,184.313725490196],[110.78431372549,169.607843137255,177.450980392157],[124.509803921569,178.43137254902,175.490196078431],[157.843137254902,191.176470588235,175.490196078431],[148.039215686275,166.666666666667,147.058823529412],[141.176470588235,149.019607843137,136.274509803922],[111.764705882353,110.78431372549,90.1960784313725],[162.745098039216,155.882352941176,110.78431372549],[172.549019607843,167.647058823529,112.745098039216],[112.745098039216,117.647058823529,62.7450980392157],[122.549019607843,131.372549019608,77.4509803921569],[194.117647058824,200.980392156863,148.039215686275],[240.196078431373,248.039215686275,192.156862745098],[191.176470588235,197.058823529412,136.274509803922],[154.901960784314,159.803921568627,94.1176470588235],[151.960784313725,155.882352941176,83.3333333333333],[158.823529411765,159.803921568627,85.2941176470588],[113.725490196078,107.843137254902,35.2941176470588],[149.019607843137,139.21568627451,69.6078431372549],[118.627450980392,104.901960784314,41.1764705882353],[84.3137254901961,68.6274509803922,9.80392156862745],[115.686274509804,100.980392156863,47.0588235294118],[131.372549019608,119.607843137255,70.5882352941177],[164.705882352941,156.862745098039,111.764705882353],[29.4117647058824,26.4705882352941,0],[45.0980392156863,46.078431372549,4.90196078431373],[46.078431372549,40.1960784313726,4.90196078431373],[57.843137254902,34.3137254901961,8.82352941176471],[50.9803921568627,23.5294117647059,1.96078431372549],[34.3137254901961,13.7254901960784,0],[111.764705882353,99.0196078431373,67.6470588235294],[151.960784313725,148.039215686275,111.764705882353],[88.2352941176471,90.1960784313725,50.9803921568627],[94.1176470588235,100.980392156863,57.843137254902],[52.9411764705882,60.7843137254902,14.7058823529412],[46.078431372549,51.9607843137255,4.90196078431373],[138.235294117647,140.196078431373,92.156862745098],[73.5294117647059,69.6078431372549,23.5294117647059],[95.0980392156863,87.2549019607843,41.1764705882353],[126.470588235294,113.725490196078,69.6078431372549],[54.9019607843137,38.2352941176471,0],[71.5686274509804,52.9411764705882,10.7843137254902],[88.2352941176471,70.5882352941177,33.3333333333333],[68.6274509803922,50.9803921568627,27.4509803921569],[33.3333333333333,16.6666666666667,0],[16.6666666666667,1.96078431372549,0],[29.4117647058824,17.6470588235294,0],[21.5686274509804,6.86274509803922,0],[55.8823529411765,40.1960784313726,15.6862745098039],[37.2549019607843,17.6470588235294,0],[30.3921568627451,5.88235294117647,0],[79.4117647058823,50.9803921568627,35.2941176470588],[107.843137254902,76.4705882352941,65.6862745098039],[56.8627450980392,28.4313725490196,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[16.6666666666667,8.82352941176471,5.88235294117647],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,14.7058823529412,6.86274509803922],[30.3921568627451,17.6470588235294,8.82352941176471],[65.6862745098039,51.9607843137255,41.1764705882353],[50,36.2745098039216,23.5294117647059],[23.5294117647059,7.84313725490196,0],[20.5882352941176,7.84313725490196,0],[51.9607843137255,47.0588235294118,17.6470588235294],[26.4705882352941,22.5490196078431,0],[51.9607843137255,45.0980392156863,27.4509803921569],[41.1764705882353,31.3725490196078,21.5686274509804],[9.80392156862745,0,0],[23.5294117647059,10.7843137254902,2.94117647058824],[44.1176470588235,33.3333333333333,15.6862745098039],[60.7843137254902,50.9803921568627,26.4705882352941],[25.4901960784314,18.6274509803922,0],[27.4509803921569,20.5882352941176,0],[42.156862745098,32.3529411764706,7.84313725490196],[43.1372549019608,31.3725490196078,9.80392156862745],[52.9411764705882,36.2745098039216,20.5882352941176],[62.7450980392157,42.156862745098,25.4901960784314],[57.843137254902,32.3529411764706,15.6862745098039],[65.6862745098039,44.1176470588235,23.5294117647059],[65.6862745098039,50,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[58.8235294117647,41.1764705882353,21.5686274509804],[79.4117647058823,57.843137254902,35.2941176470588],[93.1372549019608,69.6078431372549,34.3137254901961],[111.764705882353,89.2156862745098,38.2352941176471],[111.764705882353,92.156862745098,24.5098039215686],[177.450980392157,161.764705882353,86.2745098039216],[149.019607843137,137.254901960784,62.7450980392157],[150,142.156862745098,71.5686274509804],[82.3529411764706,77.4509803921569,12.7450980392157],[102.941176470588,99.0196078431373,39.2156862745098],[82.3529411764706,80.3921568627451,22.5490196078431],[102.941176470588,101.960784313725,47.0588235294118],[64.7058823529412,62.7450980392157,14.7058823529412],[75.4901960784314,72.5490196078431,28.4313725490196],[80.3921568627451,78.4313725490196,40.1960784313726],[102.941176470588,98.0392156862745,56.8627450980392],[104.901960784314,95.0980392156863,43.1372549019608],[127.450980392157,112.745098039216,58.8235294117647],[97.0588235294118,76.4705882352941,24.5098039215686],[128.43137254902,105.882352941176,54.9019607843137],[202.941176470588,181.372549019608,125.490196078431],[107.843137254902,89.2156862745098,31.3725490196078],[78.4313725490196,64.7058823529412,4.90196078431373],[132.352941176471,122.549019607843,61.7647058823529],[177.450980392157,171.56862745098,110.78431372549],[162.745098039216,161.764705882353,98.0392156862745],[170.588235294118,169.607843137255,103.921568627451],[150.980392156863,150,87.2549019607843],[202.941176470588,197.058823529412,148.039215686275],[234.313725490196,229.411764705882,190.196078431373],[210.78431372549,207.843137254902,173.529411764706],[174.509803921569,177.450980392157,147.058823529412],[166.666666666667,175.490196078431,147.058823529412],[154.901960784314,168.627450980392,143.137254901961],[176.470588235294,195.098039215686,173.529411764706],[204.901960784314,228.43137254902,206.862745098039],[150,172.549019607843,152.941176470588],[133.333333333333,153.921568627451,137.254901960784],[134.313725490196,150.980392156863,135.294117647059],[117.647058823529,129.411764705882,115.686274509804],[159.803921568627,167.647058823529,154.901960784314],[133.333333333333,139.21568627451,127.450980392157],[99.0196078431373,104.901960784314,95.0980392156863],[143.137254901961,148.039215686275,141.176470588235],[164.705882352941,171.56862745098,164.705882352941],[165.686274509804,176.470588235294,172.549019607843],[231.372549019608,246.078431372549,249.019607843137],[215.686274509804,233.333333333333,237.254901960784],[193.137254901961,210.78431372549,212.745098039216],[202.941176470588,214.705882352941,214.705882352941],[173.529411764706,177.450980392157,178.43137254902],[201.960784313725,200,200.980392156863],[199.019607843137,193.137254901961,195.098039215686],[221.56862745098,215.686274509804,219.607843137255],[199.019607843137,197.058823529412,201.960784313725],[201.960784313725,200.980392156863,208.823529411765],[188.235294117647,187.254901960784,200.980392156863],[188.235294117647,187.254901960784,204.901960784314],[200.980392156863,197.058823529412,219.607843137255],[203.921568627451,201.960784313725,225.490196078431],[200.980392156863,202.941176470588,227.450980392157],[199.019607843137,200.980392156863,221.56862745098],[228.43137254902,225.490196078431,242.156862745098],[250,246.078431372549,250],[241.176470588235,242.156862745098,250],[210.78431372549,218.627450980392,241.176470588235],[223.529411764706,239.21568627451,250],[230.392156862745,250,250],[188.235294117647,213.725490196078,246.078431372549],[169.607843137255,199.019607843137,232.352941176471],[134.313725490196,167.647058823529,203.921568627451],[130.392156862745,164.705882352941,201.960784313725],[127.450980392157,164.705882352941,202.941176470588],[133.333333333333,174.509803921569,213.725490196078],[135.294117647059,177.450980392157,218.627450980392],[115.686274509804,161.764705882353,204.901960784314],[121.56862745098,168.627450980392,213.725490196078],[134.313725490196,175.490196078431,216.666666666667],[153.921568627451,180.392156862745,208.823529411765],[164.705882352941,179.411764705882,207.843137254902],[169.607843137255,178.43137254902,216.666666666667],[230.392156862745,233.333333333333,250],[217.647058823529,212.745098039216,250],[199.019607843137,192.156862745098,222.549019607843],[153.921568627451,143.137254901961,159.803921568627],[204.901960784314,198.039215686275,205.882352941176],[193.137254901961,196.078431372549,200.980392156863],[194.117647058824,213.725490196078,220.588235294118],[151.960784313725,193.137254901961,208.823529411765],[114.705882352941,165.686274509804,187.254901960784],[131.372549019608,184.313725490196,209.803921568627],[150.980392156863,194.117647058824,222.549019607843],[171.56862745098,192.156862745098,220.588235294118],[215.686274509804,229.411764705882,250],[200.980392156863,217.647058823529,233.333333333333],[203.921568627451,222.549019607843,236.274509803922],[231.372549019608,250,250],[233.333333333333,250,250],[173.529411764706,194.117647058824,212.745098039216],[169.607843137255,189.21568627451,212.745098039216],[162.745098039216,184.313725490196,207.843137254902],[170.588235294118,194.117647058824,221.56862745098],[153.921568627451,180.392156862745,208.823529411765],[133.333333333333,163.725490196078,194.117647058824],[156.862745098039,191.176470588235,222.549019607843],[154.901960784314,193.137254901961,225.490196078431],[123.529411764706,165.686274509804,199.019607843137],[137.254901960784,182.352941176471,215.686274509804],[128.43137254902,176.470588235294,208.823529411765],[135.294117647059,179.411764705882,211.764705882353],[142.156862745098,178.43137254902,206.862745098039],[174.509803921569,208.823529411765,236.274509803922],[173.529411764706,214.705882352941,239.21568627451],[162.745098039216,206.862745098039,229.411764705882],[175.490196078431,214.705882352941,239.21568627451],[168.627450980392,207.843137254902,232.352941176471],[146.078431372549,187.254901960784,210.78431372549],[140.196078431373,184.313725490196,206.862745098039],[135.294117647059,178.43137254902,202.941176470588],[133.333333333333,176.470588235294,202.941176470588],[129.411764705882,169.607843137255,199.019607843137],[124.509803921569,168.627450980392,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[113.725490196078,171.56862745098,200.980392156863],[110.78431372549,170.588235294118,200.980392156863],[117.647058823529,176.470588235294,209.803921568627],[111.764705882353,173.529411764706,207.843137254902],[112.745098039216,174.509803921569,206.862745098039],[129.411764705882,190.196078431373,214.705882352941],[124.509803921569,183.333333333333,206.862745098039],[119.607843137255,174.509803921569,199.019607843137],[70.5882352941177,126.470588235294,146.078431372549],[41.1764705882353,102.941176470588,111.764705882353],[133.333333333333,188.235294117647,185.294117647059],[161.764705882353,201.960784313725,188.235294117647],[152.941176470588,176.470588235294,160.78431372549],[166.666666666667,177.450980392157,163.725490196078],[188.235294117647,187.254901960784,166.666666666667],[138.235294117647,133.333333333333,92.156862745098],[119.607843137255,116.666666666667,64.7058823529412],[72.5490196078431,77.4509803921569,24.5098039215686],[181.372549019608,188.235294117647,137.254901960784],[224.509803921569,228.43137254902,178.43137254902],[161.764705882353,166.666666666667,113.725490196078],[206.862745098039,210.78431372549,152.941176470588],[179.411764705882,184.313725490196,119.607843137255],[157.843137254902,160.78431372549,91.1764705882353],[137.254901960784,137.254901960784,64.7058823529412],[161.764705882353,157.843137254902,85.2941176470588],[157.843137254902,150,79.4117647058823],[130.392156862745,119.607843137255,54.9019607843137],[78.4313725490196,64.7058823529412,4.90196078431373],[103.921568627451,91.1764705882353,37.2549019607843],[148.039215686275,138.235294117647,88.2352941176471],[151.960784313725,145.098039215686,100],[61.7647058823529,58.8235294117647,16.6666666666667],[61.7647058823529,62.7450980392157,21.5686274509804],[36.2745098039216,32.3529411764706,0],[54.9019607843137,35.2941176470588,8.82352941176471],[49.0196078431373,25.4901960784314,1.96078431372549],[34.3137254901961,17.6470588235294,0],[38.2352941176471,29.4117647058824,0],[69.6078431372549,69.6078431372549,32.3529411764706],[100.980392156863,107.843137254902,66.6666666666667],[101.960784313725,110.78431372549,64.7058823529412],[138.235294117647,148.039215686275,99.0196078431373],[75.4901960784314,82.3529411764706,32.3529411764706],[132.352941176471,131.372549019608,84.3137254901961],[145.098039215686,139.21568627451,92.156862745098],[133.333333333333,119.607843137255,75.4901960784314],[107.843137254902,87.2549019607843,43.1372549019608],[82.3529411764706,55.8823529411765,13.7254901960784],[92.156862745098,63.7254901960784,22.5490196078431],[116.666666666667,88.2352941176471,54.9019607843137],[74.5098039215686,50,28.4313725490196],[62.7450980392157,44.1176470588235,27.4509803921569],[46.078431372549,29.4117647058824,9.80392156862745],[45.0980392156863,29.4117647058824,6.86274509803922],[50.9803921568627,33.3333333333333,9.80392156862745],[36.2745098039216,16.6666666666667,0],[66.6666666666667,43.1372549019608,19.6078431372549],[68.6274509803922,41.1764705882353,20.5882352941176],[91.1764705882353,60.7843137254902,43.1372549019608],[71.5686274509804,40.1960784313726,27.4509803921569],[66.6666666666667,37.2549019607843,29.4117647058824],[20.5882352941176,0,0],[9.80392156862745,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[11.7647058823529,3.92156862745098,0.980392156862745],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[15.6862745098039,4.90196078431373,0],[12.7450980392157,0,0],[16.6666666666667,3.92156862745098,0],[53.921568627451,40.1960784313726,29.4117647058824],[48.0392156862745,32.3529411764706,19.6078431372549],[60.7843137254902,45.0980392156863,32.3529411764706],[74.5098039215686,61.7647058823529,43.1372549019608],[58.8235294117647,50,21.5686274509804],[66.6666666666667,59.8039215686275,31.3725490196078],[104.901960784314,94.1176470588235,74.5098039215686],[76.4705882352941,62.7450980392157,50],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,26.4705882352941,9.80392156862745],[42.156862745098,30.3921568627451,4.90196078431373],[35.2941176470588,26.4705882352941,0],[49.0196078431373,43.1372549019608,7.84313725490196],[57.843137254902,51.9607843137255,18.6274509803922],[70.5882352941177,63.7254901960784,35.2941176470588],[72.5490196078431,62.7450980392157,38.2352941176471],[70.5882352941177,55.8823529411765,35.2941176470588],[67.6470588235294,50,30.3921568627451],[61.7647058823529,40.1960784313726,16.6666666666667],[59.8039215686275,41.1764705882353,11.7647058823529],[70.5882352941177,56.8627450980392,22.5490196078431],[103.921568627451,90.1960784313725,53.921568627451],[126.470588235294,111.764705882353,73.5294117647059],[92.156862745098,73.5294117647059,32.3529411764706],[145.098039215686,124.509803921569,78.4313725490196],[171.56862745098,154.901960784314,100],[135.294117647059,124.509803921569,63.7254901960784],[102.941176470588,95.0980392156863,31.3725490196078],[94.1176470588235,90.1960784313725,27.4509803921569],[142.156862745098,141.176470588235,77.4509803921569],[102.941176470588,101.960784313725,38.2352941176471],[112.745098039216,108.823529411765,46.078431372549],[136.274509803922,126.470588235294,65.6862745098039],[161.764705882353,145.098039215686,90.1960784313725],[106.862745098039,83.3333333333333,36.2745098039216],[117.647058823529,96.078431372549,55.8823529411765],[122.549019607843,113.725490196078,81.3725490196078],[64.7058823529412,60.7843137254902,23.5294117647059],[90.1960784313725,83.3333333333333,30.3921568627451],[133.333333333333,121.56862745098,64.7058823529412],[115.686274509804,99.0196078431373,48.0392156862745],[133.333333333333,111.764705882353,62.7450980392157],[170.588235294118,150,96.078431372549],[143.137254901961,124.509803921569,66.6666666666667],[117.647058823529,103.921568627451,42.156862745098],[136.274509803922,127.450980392157,63.7254901960784],[153.921568627451,149.019607843137,84.3137254901961],[156.862745098039,153.921568627451,88.2352941176471],[185.294117647059,183.333333333333,110.78431372549],[239.21568627451,236.274509803922,170.588235294118],[247.058823529412,241.176470588235,194.117647058824],[210.78431372549,204.901960784314,169.607843137255],[239.21568627451,236.274509803922,205.882352941176],[241.176470588235,244.117647058824,217.647058823529],[175.490196078431,185.294117647059,160.78431372549],[199.019607843137,213.725490196078,191.176470588235],[179.411764705882,201.960784313725,182.352941176471],[233.333333333333,250,243.137254901961],[152.941176470588,179.411764705882,164.705882352941],[120.588235294118,147.058823529412,132.352941176471],[111.764705882353,133.333333333333,120.588235294118],[123.529411764706,140.196078431373,130.392156862745],[148.039215686275,163.725490196078,153.921568627451],[154.901960784314,167.647058823529,160.78431372549],[141.176470588235,151.960784313725,148.039215686275],[150,159.803921568627,158.823529411765],[160.78431372549,170.588235294118,171.56862745098],[139.21568627451,150,151.960784313725],[186.274509803922,200.980392156863,203.921568627451],[234.313725490196,245.098039215686,247.058823529412],[233.333333333333,231.372549019608,232.352941176471],[218.627450980392,208.823529411765,207.843137254902],[194.117647058824,181.372549019608,175.490196078431],[230.392156862745,215.686274509804,208.823529411765],[233.333333333333,220.588235294118,214.705882352941],[229.411764705882,215.686274509804,214.705882352941],[221.56862745098,204.901960784314,210.78431372549],[216.666666666667,203.921568627451,213.725490196078],[211.764705882353,203.921568627451,218.627450980392],[192.156862745098,189.21568627451,207.843137254902],[173.529411764706,174.509803921569,194.117647058824],[175.490196078431,173.529411764706,195.098039215686],[194.117647058824,186.274509803922,208.823529411765],[217.647058823529,207.843137254902,231.372549019608],[235.294117647059,232.352941176471,250],[233.333333333333,236.274509803922,250],[200.980392156863,208.823529411765,231.372549019608],[158.823529411765,172.549019607843,198.039215686275],[178.43137254902,199.019607843137,227.450980392157],[186.274509803922,212.745098039216,242.156862745098],[144.117647058824,173.529411764706,206.862745098039],[140.196078431373,173.529411764706,209.803921568627],[138.235294117647,171.56862745098,208.823529411765],[150.980392156863,185.294117647059,224.509803921569],[135.294117647059,172.549019607843,210.78431372549],[136.274509803922,177.450980392157,218.627450980392],[118.627450980392,160.78431372549,202.941176470588],[134.313725490196,177.450980392157,221.56862745098],[134.313725490196,180.392156862745,225.490196078431],[134.313725490196,182.352941176471,221.56862745098],[125.490196078431,171.56862745098,197.058823529412],[135.294117647059,179.411764705882,201.960784313725],[116.666666666667,153.921568627451,189.21568627451],[206.862745098039,234.313725490196,250],[198.039215686275,212.745098039216,250],[200,202.941176470588,233.333333333333],[203.921568627451,195.098039215686,211.764705882353],[186.274509803922,179.411764705882,187.254901960784],[195.098039215686,198.039215686275,202.941176470588],[151.960784313725,170.588235294118,177.450980392157],[112.745098039216,154.901960784314,171.56862745098],[117.647058823529,172.549019607843,197.058823529412],[145.098039215686,200.980392156863,230.392156862745],[147.058823529412,192.156862745098,224.509803921569],[153.921568627451,178.43137254902,208.823529411765],[192.156862745098,207.843137254902,233.333333333333],[189.21568627451,210.78431372549,231.372549019608],[162.745098039216,188.235294117647,204.901960784314],[211.764705882353,233.333333333333,250],[226.470588235294,248.039215686275,250],[170.588235294118,192.156862745098,214.705882352941],[158.823529411765,180.392156862745,203.921568627451],[180.392156862745,200.980392156863,227.450980392157],[202.941176470588,226.470588235294,250],[171.56862745098,196.078431372549,225.490196078431],[145.098039215686,173.529411764706,204.901960784314],[148.039215686275,180.392156862745,212.745098039216],[157.843137254902,193.137254901961,226.470588235294],[145.098039215686,182.352941176471,217.647058823529],[155.882352941176,195.098039215686,230.392156862745],[142.156862745098,184.313725490196,218.627450980392],[142.156862745098,181.372549019608,215.686274509804],[149.019607843137,183.333333333333,212.745098039216],[161.764705882353,195.098039215686,222.549019607843],[156.862745098039,193.137254901961,218.627450980392],[158.823529411765,199.019607843137,220.588235294118],[176.470588235294,213.725490196078,236.274509803922],[168.627450980392,205.882352941176,228.43137254902],[145.098039215686,184.313725490196,208.823529411765],[139.21568627451,180.392156862745,204.901960784314],[134.313725490196,177.450980392157,203.921568627451],[127.450980392157,171.56862745098,200],[130.392156862745,174.509803921569,206.862745098039],[132.352941176471,180.392156862745,212.745098039216],[123.529411764706,179.411764705882,208.823529411765],[118.627450980392,178.43137254902,208.823529411765],[117.647058823529,179.411764705882,209.803921568627],[113.725490196078,177.450980392157,208.823529411765],[111.764705882353,176.470588235294,209.803921568627],[104.901960784314,168.627450980392,198.039215686275],[105.882352941176,165.686274509804,186.274509803922],[114.705882352941,171.56862745098,191.176470588235],[121.56862745098,181.372549019608,208.823529411765],[101.960784313725,160.78431372549,184.313725490196],[74.5098039215686,132.352941176471,138.235294117647],[85.2941176470588,139.21568627451,134.313725490196],[94.1176470588235,140.196078431373,132.352941176471],[149.019607843137,180.392156862745,169.607843137255],[210.78431372549,221.56862745098,207.843137254902],[245.098039215686,244.117647058824,223.529411764706],[145.098039215686,143.137254901961,105.882352941176],[88.2352941176471,87.2549019607843,42.156862745098],[153.921568627451,157.843137254902,108.823529411765],[238.235294117647,242.156862745098,192.156862745098],[218.627450980392,222.549019607843,172.549019607843],[138.235294117647,141.176470588235,87.2549019607843],[171.56862745098,175.490196078431,117.647058823529],[178.43137254902,183.333333333333,118.627450980392],[94.1176470588235,97.0588235294118,29.4117647058824],[61.7647058823529,63.7254901960784,0],[145.098039215686,142.156862745098,72.5490196078431],[183.333333333333,176.470588235294,107.843137254902],[183.333333333333,174.509803921569,110.78431372549],[119.607843137255,109.803921568627,50],[105.882352941176,95.0980392156863,42.156862745098],[104.901960784314,95.0980392156863,45.0980392156863],[88.2352941176471,82.3529411764706,35.2941176470588],[70.5882352941177,68.6274509803922,21.5686274509804],[51.9607843137255,53.921568627451,7.84313725490196],[70.5882352941177,68.6274509803922,28.4313725490196],[47.0588235294118,39.2156862745098,3.92156862745098],[62.7450980392157,53.921568627451,21.5686274509804],[36.2745098039216,33.3333333333333,0],[44.1176470588235,49.0196078431373,9.80392156862745],[124.509803921569,135.294117647059,93.1372549019608],[121.56862745098,134.313725490196,89.2156862745098],[85.2941176470588,99.0196078431373,50.9803921568627],[211.764705882353,221.56862745098,172.549019607843],[209.803921568627,213.725490196078,164.705882352941],[193.137254901961,189.21568627451,143.137254901961],[202.941176470588,189.21568627451,145.098039215686],[164.705882352941,142.156862745098,100.980392156863],[109.803921568627,78.4313725490196,40.1960784313726],[115.686274509804,78.4313725490196,42.156862745098],[89.2156862745098,47.0588235294118,12.7450980392157],[82.3529411764706,44.1176470588235,13.7254901960784],[67.6470588235294,40.1960784313726,19.6078431372549],[64.7058823529412,42.156862745098,28.4313725490196],[35.2941176470588,14.7058823529412,0],[44.1176470588235,23.5294117647059,2.94117647058824],[46.078431372549,24.5098039215686,1.96078431372549],[64.7058823529412,41.1764705882353,17.6470588235294],[80.3921568627451,54.9019607843137,32.3529411764706],[74.5098039215686,44.1176470588235,24.5098039215686],[77.4509803921569,45.0980392156863,28.4313725490196],[59.8039215686275,28.4313725490196,15.6862745098039],[47.0588235294118,18.6274509803922,10.7843137254902],[28.4313725490196,4.90196078431373,0.980392156862745],[10.7843137254902,0,0],[4.90196078431373,0,0],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,1.96078431372549,0],[2.94117647058824,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[5.88235294117647,4.90196078431373,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,3.92156862745098,0],[10.7843137254902,2.94117647058824,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[44.1176470588235,30.3921568627451,21.5686274509804],[22.5490196078431,5.88235294117647,0],[37.2549019607843,20.5882352941176,10.7843137254902],[40.1960784313726,24.5098039215686,9.80392156862745],[55.8823529411765,44.1176470588235,20.5882352941176],[50,38.2352941176471,14.7058823529412],[22.5490196078431,6.86274509803922,0],[12.7450980392157,0,0],[34.3137254901961,18.6274509803922,3.92156862745098],[62.7450980392157,48.0392156862745,27.4509803921569],[65.6862745098039,54.9019607843137,27.4509803921569],[45.0980392156863,36.2745098039216,3.92156862745098],[52.9411764705882,47.0588235294118,13.7254901960784],[48.0392156862745,43.1372549019608,13.7254901960784],[51.9607843137255,46.078431372549,22.5490196078431],[58.8235294117647,50.9803921568627,32.3529411764706],[54.9019607843137,42.156862745098,25.4901960784314],[46.078431372549,29.4117647058824,9.80392156862745],[48.0392156862745,31.3725490196078,5.88235294117647],[53.921568627451,38.2352941176471,5.88235294117647],[28.4313725490196,14.7058823529412,0],[60.7843137254902,50,5.88235294117647],[88.2352941176471,76.4705882352941,27.4509803921569],[103.921568627451,91.1764705882353,39.2156862745098],[111.764705882353,100,43.1372549019608],[131.372549019608,119.607843137255,60.7843137254902],[124.509803921569,114.705882352941,54.9019607843137],[117.647058823529,109.803921568627,49.0196078431373],[88.2352941176471,82.3529411764706,21.5686274509804],[160.78431372549,155.882352941176,93.1372549019608],[150.980392156863,143.137254901961,79.4117647058823],[150,141.176470588235,77.4509803921569],[162.745098039216,147.058823529412,88.2352941176471],[146.078431372549,123.529411764706,70.5882352941177],[184.313725490196,156.862745098039,110.78431372549],[155.882352941176,132.352941176471,95.0980392156863],[75.4901960784314,64.7058823529412,35.2941176470588],[50,46.078431372549,11.7647058823529],[158.823529411765,153.921568627451,100],[128.43137254902,118.627450980392,60.7843137254902],[100.980392156863,85.2941176470588,35.2941176470588],[156.862745098039,139.21568627451,92.156862745098],[142.156862745098,125.490196078431,72.5490196078431],[200.980392156863,185.294117647059,127.450980392157],[154.901960784314,144.117647058824,81.3725490196078],[87.2549019607843,78.4313725490196,14.7058823529412],[126.470588235294,121.56862745098,56.8627450980392],[194.117647058824,191.176470588235,123.529411764706],[215.686274509804,213.725490196078,140.196078431373],[250,248.039215686275,182.352941176471],[229.411764705882,222.549019607843,177.450980392157],[178.43137254902,172.549019607843,141.176470588235],[192.156862745098,191.176470588235,161.764705882353],[229.411764705882,233.333333333333,208.823529411765],[231.372549019608,241.176470588235,217.647058823529],[207.843137254902,225.490196078431,203.921568627451],[150.980392156863,173.529411764706,155.882352941176],[200.980392156863,228.43137254902,213.725490196078],[226.470588235294,250,242.156862745098],[145.098039215686,174.509803921569,162.745098039216],[105.882352941176,132.352941176471,123.529411764706],[85.2941176470588,109.803921568627,103.921568627451],[121.56862745098,143.137254901961,140.196078431373],[144.117647058824,163.725490196078,162.745098039216],[139.21568627451,156.862745098039,158.823529411765],[142.156862745098,158.823529411765,165.686274509804],[147.058823529412,163.725490196078,171.56862745098],[161.764705882353,178.43137254902,188.235294117647],[132.352941176471,150.980392156863,156.862745098039],[165.686274509804,179.411764705882,182.352941176471],[250,249.019607843137,250],[250,242.156862745098,238.235294117647],[215.686274509804,199.019607843137,191.176470588235],[207.843137254902,190.196078431373,180.392156862745],[238.235294117647,224.509803921569,215.686274509804],[234.313725490196,220.588235294118,217.647058823529],[198.039215686275,186.274509803922,190.196078431373],[207.843137254902,200,210.78431372549],[227.450980392157,229.411764705882,244.117647058824],[210.78431372549,217.647058823529,235.294117647059],[199.019607843137,206.862745098039,225.490196078431],[215.686274509804,222.549019607843,241.176470588235],[232.352941176471,229.411764705882,250],[243.137254901961,240.196078431373,250],[184.313725490196,189.21568627451,210.78431372549],[166.666666666667,173.529411764706,200.980392156863],[199.019607843137,212.745098039216,241.176470588235],[194.117647058824,212.745098039216,244.117647058824],[155.882352941176,179.411764705882,214.705882352941],[152.941176470588,182.352941176471,217.647058823529],[150.980392156863,184.313725490196,221.56862745098],[146.078431372549,180.392156862745,219.607843137255],[150,187.254901960784,225.490196078431],[146.078431372549,184.313725490196,222.549019607843],[133.333333333333,174.509803921569,211.764705882353],[128.43137254902,171.56862745098,209.803921568627],[144.117647058824,188.235294117647,228.43137254902],[127.450980392157,173.529411764706,214.705882352941],[121.56862745098,171.56862745098,213.725490196078],[115.686274509804,168.627450980392,205.882352941176],[119.607843137255,175.490196078431,201.960784313725],[115.686274509804,172.549019607843,196.078431372549],[119.607843137255,177.450980392157,210.78431372549],[114.705882352941,162.745098039216,201.960784313725],[119.607843137255,153.921568627451,191.176470588235],[151.960784313725,172.549019607843,200.980392156863],[223.529411764706,226.470588235294,241.176470588235],[202.941176470588,200.980392156863,205.882352941176],[216.666666666667,220.588235294118,223.529411764706],[163.725490196078,177.450980392157,186.274509803922],[146.078431372549,181.372549019608,202.941176470588],[149.019607843137,195.098039215686,224.509803921569],[132.352941176471,181.372549019608,215.686274509804],[130.392156862745,173.529411764706,207.843137254902],[157.843137254902,184.313725490196,213.725490196078],[181.372549019608,201.960784313725,228.43137254902],[172.549019607843,200,223.529411764706],[152.941176470588,180.392156862745,203.921568627451],[190.196078431373,217.647058823529,241.176470588235],[183.333333333333,208.823529411765,233.333333333333],[174.509803921569,198.039215686275,223.529411764706],[170.588235294118,194.117647058824,219.607843137255],[174.509803921569,195.098039215686,223.529411764706],[168.627450980392,189.21568627451,217.647058823529],[173.529411764706,196.078431372549,226.470588235294],[158.823529411765,183.333333333333,213.725490196078],[149.019607843137,177.450980392157,208.823529411765],[168.627450980392,199.019607843137,229.411764705882],[162.745098039216,197.058823529412,228.43137254902],[158.823529411765,194.117647058824,227.450980392157],[149.019607843137,187.254901960784,219.607843137255],[152.941176470588,188.235294117647,221.56862745098],[157.843137254902,190.196078431373,220.588235294118],[154.901960784314,188.235294117647,215.686274509804],[168.627450980392,203.921568627451,229.411764705882],[183.333333333333,218.627450980392,242.156862745098],[181.372549019608,216.666666666667,238.235294117647],[176.470588235294,211.764705882353,233.333333333333],[178.43137254902,215.686274509804,238.235294117647],[180.392156862745,219.607843137255,245.098039215686],[148.039215686275,191.176470588235,217.647058823529],[135.294117647059,181.372549019608,210.78431372549],[124.509803921569,172.549019607843,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[111.764705882353,169.607843137255,200.980392156863],[108.823529411765,170.588235294118,200.980392156863],[110.78431372549,174.509803921569,203.921568627451],[112.745098039216,178.43137254902,206.862745098039],[109.803921568627,177.450980392157,207.843137254902],[118.627450980392,182.352941176471,209.803921568627],[114.705882352941,172.549019607843,190.196078431373],[117.647058823529,175.490196078431,193.137254901961],[105.882352941176,168.627450980392,196.078431372549],[90.1960784313725,150.980392156863,173.529411764706],[91.1764705882353,148.039215686275,151.960784313725],[76.4705882352941,127.450980392157,123.529411764706],[49.0196078431373,98.0392156862745,95.0980392156863],[100.980392156863,137.254901960784,130.392156862745],[145.098039215686,158.823529411765,146.078431372549],[195.098039215686,197.058823529412,176.470588235294],[157.843137254902,158.823529411765,127.450980392157],[171.56862745098,173.529411764706,134.313725490196],[192.156862745098,195.098039215686,150.980392156863],[173.529411764706,177.450980392157,128.43137254902],[195.098039215686,198.039215686275,144.117647058824],[210.78431372549,214.705882352941,156.862745098039],[161.764705882353,166.666666666667,103.921568627451],[145.098039215686,150,85.2941176470588],[169.607843137255,175.490196078431,106.862745098039],[102.941176470588,105.882352941176,36.2745098039216],[124.509803921569,124.509803921569,55.8823529411765],[193.137254901961,190.196078431373,124.509803921569],[161.764705882353,153.921568627451,93.1372549019608],[167.647058823529,158.823529411765,100.980392156863],[100,91.1764705882353,37.2549019607843],[98.0392156862745,91.1764705882353,38.2352941176471],[183.333333333333,177.450980392157,126.470588235294],[172.549019607843,171.56862745098,118.627450980392],[72.5490196078431,72.5490196078431,19.6078431372549],[44.1176470588235,48.0392156862745,0],[30.3921568627451,36.2745098039216,0],[74.5098039215686,81.3725490196078,40.1960784313726],[96.078431372549,106.862745098039,64.7058823529412],[98.0392156862745,110.78431372549,65.6862745098039],[78.4313725490196,94.1176470588235,46.078431372549],[157.843137254902,173.529411764706,125.490196078431],[186.274509803922,200,150],[171.56862745098,179.411764705882,129.411764705882],[167.647058823529,165.686274509804,118.627450980392],[141.176470588235,130.392156862745,86.2745098039216],[111.764705882353,90.1960784313725,50],[126.470588235294,97.0588235294118,59.8039215686275],[103.921568627451,66.6666666666667,31.3725490196078],[114.705882352941,70.5882352941177,38.2352941176471],[102.941176470588,57.843137254902,25.4901960784314],[63.7254901960784,20.5882352941176,0],[63.7254901960784,31.3725490196078,12.7450980392157],[56.8627450980392,29.4117647058824,15.6862745098039],[32.3529411764706,6.86274509803922,0],[25.4901960784314,0.980392156862745,0],[99.0196078431373,72.5490196078431,51.9607843137255],[77.4509803921569,51.9607843137255,29.4117647058824],[59.8039215686275,32.3529411764706,10.7843137254902],[70.5882352941177,40.1960784313726,20.5882352941176],[70.5882352941177,40.1960784313726,22.5490196078431],[61.7647058823529,33.3333333333333,19.6078431372549],[29.4117647058824,2.94117647058824,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[173.529411764706,173.529411764706,171.56862745098],[59.8039215686275,59.8039215686275,57.843137254902],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,3.92156862745098],[31.3725490196078,18.6274509803922,10.7843137254902],[31.3725490196078,17.6470588235294,8.82352941176471],[32.3529411764706,18.6274509803922,9.80392156862745],[40.1960784313726,23.5294117647059,13.7254901960784],[48.0392156862745,30.3921568627451,20.5882352941176],[35.2941176470588,17.6470588235294,7.84313725490196],[38.2352941176471,18.6274509803922,11.7647058823529],[51.9607843137255,32.3529411764706,25.4901960784314],[44.1176470588235,26.4705882352941,14.7058823529412],[40.1960784313726,24.5098039215686,8.82352941176471],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,49.0196078431373,24.5098039215686],[74.5098039215686,68.6274509803922,47.0588235294118],[51.9607843137255,46.078431372549,30.3921568627451],[35.2941176470588,28.4313725490196,18.6274509803922],[27.4509803921569,18.6274509803922,11.7647058823529],[29.4117647058824,19.6078431372549,10.7843137254902],[40.1960784313726,27.4509803921569,11.7647058823529],[53.921568627451,40.1960784313726,14.7058823529412],[67.6470588235294,52.9411764705882,20.5882352941176],[154.901960784314,143.137254901961,105.882352941176],[63.7254901960784,55.8823529411765,10.7843137254902],[100,93.1372549019608,40.1960784313726],[114.705882352941,108.823529411765,50],[112.745098039216,107.843137254902,43.1372549019608],[110.78431372549,101.960784313725,36.2745098039216],[141.176470588235,127.450980392157,63.7254901960784],[134.313725490196,116.666666666667,53.921568627451],[78.4313725490196,57.843137254902,0],[134.313725490196,110.78431372549,48.0392156862745],[113.725490196078,90.1960784313725,29.4117647058824],[127.450980392157,105.882352941176,49.0196078431373],[127.450980392157,107.843137254902,55.8823529411765],[79.4117647058823,63.7254901960784,15.6862745098039],[113.725490196078,100.980392156863,57.843137254902],[113.725490196078,103.921568627451,68.6274509803922],[60.7843137254902,55.8823529411765,26.4705882352941],[21.5686274509804,17.6470588235294,0],[76.4705882352941,70.5882352941177,21.5686274509804],[78.4313725490196,71.5686274509804,17.6470588235294],[84.3137254901961,72.5490196078431,25.4901960784314],[189.21568627451,175.490196078431,131.372549019608],[160.78431372549,145.098039215686,95.0980392156863],[186.274509803922,173.529411764706,119.607843137255],[178.43137254902,168.627450980392,108.823529411765],[109.803921568627,101.960784313725,40.1960784313726],[108.823529411765,103.921568627451,41.1764705882353],[124.509803921569,121.56862745098,55.8823529411765],[146.078431372549,144.117647058824,71.5686274509804],[209.803921568627,208.823529411765,146.078431372549],[240.196078431373,235.294117647059,194.117647058824],[198.039215686275,193.137254901961,163.725490196078],[185.294117647059,184.313725490196,156.862745098039],[213.725490196078,217.647058823529,191.176470588235],[196.078431372549,205.882352941176,182.352941176471],[215.686274509804,230.392156862745,209.803921568627],[193.137254901961,215.686274509804,198.039215686275],[184.313725490196,211.764705882353,198.039215686275],[222.549019607843,250,243.137254901961],[226.470588235294,250,250],[128.43137254902,159.803921568627,154.901960784314],[79.4117647058823,110.78431372549,107.843137254902],[89.2156862745098,118.627450980392,120.588235294118],[129.411764705882,155.882352941176,162.745098039216],[116.666666666667,143.137254901961,153.921568627451],[117.647058823529,140.196078431373,155.882352941176],[132.352941176471,153.921568627451,174.509803921569],[168.627450980392,194.117647058824,210.78431372549],[143.137254901961,170.588235294118,181.372549019608],[109.803921568627,134.313725490196,138.235294117647],[124.509803921569,144.117647058824,142.156862745098],[187.254901960784,197.058823529412,189.21568627451],[240.196078431373,236.274509803922,225.490196078431],[250,247.058823529412,238.235294117647],[250,245.098039215686,239.21568627451],[250,248.039215686275,245.098039215686],[238.235294117647,248.039215686275,249.019607843137],[235.294117647059,250,250],[225.490196078431,250,250],[226.470588235294,250,250],[233.333333333333,250,250],[201.960784313725,219.607843137255,241.176470588235],[219.607843137255,238.235294117647,250],[228.43137254902,244.117647058824,250],[212.745098039216,223.529411764706,250],[175.490196078431,187.254901960784,226.470588235294],[201.960784313725,216.666666666667,250],[198.039215686275,218.627450980392,250],[155.882352941176,182.352941176471,226.470588235294],[142.156862745098,172.549019607843,217.647058823529],[139.21568627451,172.549019607843,216.666666666667],[144.117647058824,182.352941176471,224.509803921569],[151.960784313725,193.137254901961,234.313725490196],[149.019607843137,190.196078431373,229.411764705882],[144.117647058824,187.254901960784,223.529411764706],[132.352941176471,179.411764705882,214.705882352941],[131.372549019608,183.333333333333,216.666666666667],[132.352941176471,185.294117647059,220.588235294118],[119.607843137255,177.450980392157,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[123.529411764706,175.490196078431,206.862745098039],[127.450980392157,182.352941176471,214.705882352941],[104.901960784314,171.56862745098,209.803921568627],[115.686274509804,183.333333333333,221.56862745098],[107.843137254902,166.666666666667,200],[120.588235294118,163.725490196078,188.235294117647],[217.647058823529,239.21568627451,250],[215.686274509804,223.529411764706,226.470588235294],[207.843137254902,208.823529411765,212.745098039216],[185.294117647059,191.176470588235,202.941176470588],[179.411764705882,199.019607843137,223.529411764706],[171.56862745098,200.980392156863,234.313725490196],[155.882352941176,190.196078431373,227.450980392157],[131.372549019608,166.666666666667,201.960784313725],[152.941176470588,182.352941176471,207.843137254902],[174.509803921569,201.960784313725,225.490196078431],[137.254901960784,170.588235294118,198.039215686275],[144.117647058824,178.43137254902,207.843137254902],[197.058823529412,230.392156862745,250],[152.941176470588,183.333333333333,211.764705882353],[157.843137254902,184.313725490196,212.745098039216],[158.823529411765,183.333333333333,212.745098039216],[156.862745098039,180.392156862745,207.843137254902],[173.529411764706,194.117647058824,222.549019607843],[177.450980392157,198.039215686275,226.470588235294],[165.686274509804,186.274509803922,216.666666666667],[173.529411764706,196.078431372549,226.470588235294],[180.392156862745,204.901960784314,234.313725490196],[166.666666666667,193.137254901961,222.549019607843],[160.78431372549,189.21568627451,220.588235294118],[167.647058823529,198.039215686275,228.43137254902],[169.607843137255,200,230.392156862745],[151.960784313725,184.313725490196,214.705882352941],[150.980392156863,184.313725490196,211.764705882353],[159.803921568627,190.196078431373,217.647058823529],[181.372549019608,212.745098039216,237.254901960784],[188.235294117647,222.549019607843,244.117647058824],[170.588235294118,205.882352941176,227.450980392157],[163.725490196078,199.019607843137,222.549019607843],[178.43137254902,217.647058823529,242.156862745098],[156.862745098039,200,228.43137254902],[141.176470588235,186.274509803922,218.627450980392],[137.254901960784,189.21568627451,220.588235294118],[111.764705882353,166.666666666667,199.019607843137],[89.2156862745098,147.058823529412,178.43137254902],[97.0588235294118,158.823529411765,189.21568627451],[100.980392156863,164.705882352941,192.156862745098],[101.960784313725,167.647058823529,194.117647058824],[116.666666666667,182.352941176471,208.823529411765],[132.352941176471,196.078431372549,217.647058823529],[138.235294117647,195.098039215686,208.823529411765],[113.725490196078,168.627450980392,183.333333333333],[100,158.823529411765,184.313725490196],[101.960784313725,160.78431372549,184.313725490196],[82.3529411764706,139.21568627451,143.137254901961],[57.843137254902,111.764705882353,106.862745098039],[60.7843137254902,111.764705882353,107.843137254902],[65.6862745098039,105.882352941176,100],[92.156862745098,108.823529411765,99.0196078431373],[212.745098039216,216.666666666667,200],[245.098039215686,250,220.588235294118],[214.705882352941,220.588235294118,183.333333333333],[200.980392156863,207.843137254902,167.647058823529],[202.941176470588,208.823529411765,161.764705882353],[193.137254901961,198.039215686275,141.176470588235],[166.666666666667,171.56862745098,106.862745098039],[183.333333333333,190.196078431373,124.509803921569],[140.196078431373,147.058823529412,80.3921568627451],[162.745098039216,169.607843137255,102.941176470588],[185.294117647059,190.196078431373,124.509803921569],[227.450980392157,229.411764705882,165.686274509804],[158.823529411765,156.862745098039,97.0588235294118],[114.705882352941,107.843137254902,53.921568627451],[138.235294117647,128.43137254902,76.4705882352941],[59.8039215686275,50,0],[126.470588235294,119.607843137255,65.6862745098039],[202.941176470588,198.039215686275,141.176470588235],[207.843137254902,205.882352941176,146.078431372549],[124.509803921569,124.509803921569,61.7647058823529],[55.8823529411765,61.7647058823529,0.980392156862745],[62.7450980392157,77.4509803921569,23.5294117647059],[102.941176470588,120.588235294118,69.6078431372549],[103.921568627451,123.529411764706,71.5686274509804],[89.2156862745098,109.803921568627,54.9019607843137],[158.823529411765,177.450980392157,123.529411764706],[175.490196078431,192.156862745098,139.21568627451],[104.901960784314,114.705882352941,63.7254901960784],[104.901960784314,106.862745098039,58.8235294117647],[136.274509803922,128.43137254902,83.3333333333333],[93.1372549019608,76.4705882352941,34.3137254901961],[87.2549019607843,59.8039215686275,21.5686274509804],[99.0196078431373,65.6862745098039,31.3725490196078],[87.2549019607843,47.0588235294118,15.6862745098039],[81.3725490196078,39.2156862745098,7.84313725490196],[100,55.8823529411765,27.4509803921569],[110.78431372549,69.6078431372549,45.0980392156863],[83.3333333333333,49.0196078431373,30.3921568627451],[62.7450980392157,34.3137254901961,16.6666666666667],[56.8627450980392,28.4313725490196,10.7843137254902],[37.2549019607843,9.80392156862745,0],[55.8823529411765,28.4313725490196,6.86274509803922],[50.9803921568627,23.5294117647059,1.96078431372549],[48.0392156862745,17.6470588235294,0],[34.3137254901961,3.92156862745098,0],[44.1176470588235,12.7450980392157,0],[60.7843137254902,33.3333333333333,21.5686274509804],[25.4901960784314,1.96078431372549,0],[18.6274509803922,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[3.92156862745098,0,0],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[19.6078431372549,19.6078431372549,17.6470588235294],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[18.6274509803922,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[25.4901960784314,12.7450980392157,4.90196078431373],[19.6078431372549,6.86274509803922,0],[17.6470588235294,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[35.2941176470588,14.7058823529412,11.7647058823529],[42.156862745098,18.6274509803922,16.6666666666667],[48.0392156862745,27.4509803921569,22.5490196078431],[45.0980392156863,27.4509803921569,15.6862745098039],[28.4313725490196,12.7450980392157,0],[22.5490196078431,11.7647058823529,0],[57.843137254902,50,29.4117647058824],[37.2549019607843,31.3725490196078,15.6862745098039],[20.5882352941176,16.6666666666667,5.88235294117647],[200.980392156863,197.058823529412,194.117647058824],[216.666666666667,210.78431372549,210.78431372549],[68.6274509803922,61.7647058823529,55.8823529411765],[21.5686274509804,12.7450980392157,0],[30.3921568627451,19.6078431372549,0],[86.2745098039216,74.5098039215686,35.2941176470588],[68.6274509803922,53.921568627451,11.7647058823529],[54.9019607843137,41.1764705882353,0],[152.941176470588,142.156862745098,87.2549019607843],[143.137254901961,135.294117647059,74.5098039215686],[101.960784313725,96.078431372549,35.2941176470588],[112.745098039216,104.901960784314,43.1372549019608],[143.137254901961,132.352941176471,71.5686274509804],[122.549019607843,106.862745098039,48.0392156862745],[106.862745098039,86.2745098039216,24.5098039215686],[136.274509803922,112.745098039216,53.921568627451],[118.627450980392,94.1176470588235,39.2156862745098],[72.5490196078431,50,0],[96.078431372549,78.4313725490196,31.3725490196078],[121.56862745098,108.823529411765,64.7058823529412],[96.078431372549,90.1960784313725,43.1372549019608],[71.5686274509804,68.6274509803922,26.4705882352941],[54.9019607843137,51.9607843137255,19.6078431372549],[71.5686274509804,67.6470588235294,33.3333333333333],[39.2156862745098,35.2941176470588,0],[35.2941176470588,29.4117647058824,0],[80.3921568627451,71.5686274509804,29.4117647058824],[92.156862745098,80.3921568627451,39.2156862745098],[104.901960784314,92.156862745098,48.0392156862745],[144.117647058824,134.313725490196,82.3529411764706],[148.039215686275,139.21568627451,83.3333333333333],[174.509803921569,168.627450980392,107.843137254902],[187.254901960784,183.333333333333,121.56862745098],[181.372549019608,180.392156862745,117.647058823529],[155.882352941176,156.862745098039,92.156862745098],[204.901960784314,203.921568627451,148.039215686275],[250,250,213.725490196078],[250,250,223.529411764706],[211.764705882353,211.764705882353,184.313725490196],[210.78431372549,214.705882352941,188.235294117647],[221.56862745098,231.372549019608,206.862745098039],[224.509803921569,239.21568627451,218.627450980392],[217.647058823529,238.235294117647,221.56862745098],[232.352941176471,250,246.078431372549],[227.450980392157,250,250],[219.607843137255,250,248.039215686275],[167.647058823529,202.941176470588,200.980392156863],[178.43137254902,212.745098039216,214.705882352941],[128.43137254902,162.745098039216,168.627450980392],[143.137254901961,176.470588235294,186.274509803922],[146.078431372549,178.43137254902,195.098039215686],[123.529411764706,154.901960784314,177.450980392157],[126.470588235294,156.862745098039,184.313725490196],[122.549019607843,153.921568627451,178.43137254902],[130.392156862745,166.666666666667,182.352941176471],[123.529411764706,159.803921568627,167.647058823529],[130.392156862745,159.803921568627,161.764705882353],[145.098039215686,163.725490196078,161.764705882353],[181.372549019608,186.274509803922,180.392156862745],[230.392156862745,227.450980392157,222.549019607843],[246.078431372549,242.156862745098,239.21568627451],[229.411764705882,233.333333333333,234.313725490196],[222.549019607843,243.137254901961,248.039215686275],[210.78431372549,244.117647058824,250],[170.588235294118,208.823529411765,225.490196078431],[172.549019607843,212.745098039216,232.352941176471],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,170.588235294118,195.098039215686],[118.627450980392,152.941176470588,174.509803921569],[165.686274509804,195.098039215686,220.588235294118],[214.705882352941,237.254901960784,250],[171.56862745098,193.137254901961,231.372549019608],[158.823529411765,181.372549019608,222.549019607843],[150,178.43137254902,221.56862745098],[144.117647058824,175.490196078431,221.56862745098],[150,185.294117647059,232.352941176471],[142.156862745098,182.352941176471,227.450980392157],[137.254901960784,177.450980392157,222.549019607843],[136.274509803922,178.43137254902,220.588235294118],[139.21568627451,181.372549019608,223.529411764706],[142.156862745098,186.274509803922,226.470588235294],[137.254901960784,184.313725490196,221.56862745098],[140.196078431373,188.235294117647,227.450980392157],[137.254901960784,190.196078431373,227.450980392157],[126.470588235294,180.392156862745,218.627450980392],[128.43137254902,180.392156862745,219.607843137255],[137.254901960784,184.313725490196,223.529411764706],[125.490196078431,176.470588235294,215.686274509804],[101.960784313725,167.647058823529,209.803921568627],[96.078431372549,165.686274509804,206.862745098039],[101.960784313725,164.705882352941,199.019607843137],[121.56862745098,167.647058823529,193.137254901961],[200,221.56862745098,234.313725490196],[225.490196078431,232.352941176471,240.196078431373],[208.823529411765,207.843137254902,213.725490196078],[179.411764705882,178.43137254902,192.156862745098],[186.274509803922,196.078431372549,222.549019607843],[182.352941176471,200.980392156863,233.333333333333],[163.725490196078,189.21568627451,225.490196078431],[160.78431372549,190.196078431373,223.529411764706],[173.529411764706,204.901960784314,227.450980392157],[142.156862745098,176.470588235294,198.039215686275],[118.627450980392,156.862745098039,187.254901960784],[126.470588235294,163.725490196078,199.019607843137],[153.921568627451,189.21568627451,222.549019607843],[145.098039215686,177.450980392157,209.803921568627],[149.019607843137,177.450980392157,208.823529411765],[158.823529411765,183.333333333333,213.725490196078],[188.235294117647,211.764705882353,239.21568627451],[178.43137254902,197.058823529412,226.470588235294],[186.274509803922,205.882352941176,232.352941176471],[189.21568627451,205.882352941176,233.333333333333],[180.392156862745,200,226.470588235294],[180.392156862745,200,226.470588235294],[173.529411764706,194.117647058824,222.549019607843],[171.56862745098,195.098039215686,222.549019607843],[185.294117647059,209.803921568627,239.21568627451],[184.313725490196,210.78431372549,240.196078431373],[160.78431372549,193.137254901961,223.529411764706],[159.803921568627,192.156862745098,222.549019607843],[170.588235294118,200,227.450980392157],[179.411764705882,208.823529411765,234.313725490196],[176.470588235294,210.78431372549,232.352941176471],[178.43137254902,212.745098039216,234.313725490196],[181.372549019608,216.666666666667,240.196078431373],[179.411764705882,215.686274509804,241.176470588235],[159.803921568627,202.941176470588,231.372549019608],[141.176470588235,189.21568627451,220.588235294118],[127.450980392157,181.372549019608,211.764705882353],[115.686274509804,173.529411764706,204.901960784314],[118.627450980392,176.470588235294,207.843137254902],[113.725490196078,173.529411764706,201.960784313725],[96.078431372549,160.78431372549,184.313725490196],[104.901960784314,171.56862745098,192.156862745098],[93.1372549019608,157.843137254902,179.411764705882],[85.2941176470588,147.058823529412,163.725490196078],[159.803921568627,215.686274509804,226.470588235294],[147.058823529412,199.019607843137,212.745098039216],[100,154.901960784314,177.450980392157],[103.921568627451,159.803921568627,179.411764705882],[93.1372549019608,150,153.921568627451],[121.56862745098,176.470588235294,173.529411764706],[61.7647058823529,113.725490196078,107.843137254902],[60.7843137254902,100.980392156863,95.0980392156863],[164.705882352941,185.294117647059,178.43137254902],[218.627450980392,229.411764705882,213.725490196078],[238.235294117647,244.117647058824,216.666666666667],[203.921568627451,209.803921568627,174.509803921569],[208.823529411765,214.705882352941,177.450980392157],[231.372549019608,237.254901960784,192.156862745098],[195.098039215686,200.980392156863,142.156862745098],[142.156862745098,147.058823529412,81.3725490196078],[131.372549019608,138.235294117647,71.5686274509804],[154.901960784314,161.764705882353,95.0980392156863],[132.352941176471,139.21568627451,73.5294117647059],[131.372549019608,137.254901960784,74.5098039215686],[127.450980392157,131.372549019608,71.5686274509804],[44.1176470588235,43.1372549019608,0],[127.450980392157,121.56862745098,70.5882352941177],[164.705882352941,154.901960784314,104.901960784314],[55.8823529411765,46.078431372549,0],[139.21568627451,130.392156862745,76.4705882352941],[195.098039215686,187.254901960784,126.470588235294],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,159.803921568627,90.1960784313725],[190.196078431373,193.137254901961,125.490196078431],[195.098039215686,208.823529411765,148.039215686275],[200.980392156863,220.588235294118,162.745098039216],[187.254901960784,206.862745098039,149.019607843137],[172.549019607843,190.196078431373,133.333333333333],[135.294117647059,150,94.1176470588235],[86.2745098039216,95.0980392156863,41.1764705882353],[100.980392156863,103.921568627451,51.9607843137255],[156.862745098039,150.980392156863,103.921568627451],[70.5882352941177,53.921568627451,10.7843137254902],[28.4313725490196,5.88235294117647,0],[67.6470588235294,38.2352941176471,2.94117647058824],[86.2745098039216,52.9411764705882,18.6274509803922],[77.4509803921569,42.156862745098,10.7843137254902],[74.5098039215686,36.2745098039216,7.84313725490196],[72.5490196078431,34.3137254901961,5.88235294117647],[127.450980392157,91.1764705882353,65.6862745098039],[68.6274509803922,34.3137254901961,12.7450980392157],[60.7843137254902,28.4313725490196,9.80392156862745],[108.823529411765,77.4509803921569,56.8627450980392],[48.0392156862745,16.6666666666667,0],[37.2549019607843,6.86274509803922,0],[71.5686274509804,41.1764705882353,21.5686274509804],[49.0196078431373,18.6274509803922,0.980392156862745],[39.2156862745098,10.7843137254902,0],[61.7647058823529,34.3137254901961,20.5882352941176],[54.9019607843137,31.3725490196078,19.6078431372549],[17.6470588235294,0,0],[12.7450980392157,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[12.7450980392157,11.7647058823529,9.80392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[14.7058823529412,5.88235294117647,0.980392156862745],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,3.92156862745098],[16.6666666666667,5.88235294117647,0],[15.6862745098039,2.94117647058824,0],[21.5686274509804,2.94117647058824,0],[25.4901960784314,4.90196078431373,3.92156862745098],[16.6666666666667,0,0],[20.5882352941176,0,0],[35.2941176470588,17.6470588235294,5.88235294117647],[29.4117647058824,16.6666666666667,0],[30.3921568627451,22.5490196078431,0],[56.8627450980392,50.9803921568627,29.4117647058824],[31.3725490196078,28.4313725490196,13.7254901960784],[50.9803921568627,48.0392156862745,39.2156862745098],[245.098039215686,244.117647058824,242.156862745098],[250,249.019607843137,248.039215686275],[86.2745098039216,82.3529411764706,71.5686274509804],[38.2352941176471,32.3529411764706,10.7843137254902],[56.8627450980392,49.0196078431373,10.7843137254902],[99.0196078431373,85.2941176470588,37.2549019607843],[111.764705882353,87.2549019607843,31.3725490196078],[130.392156862745,100,44.1176470588235],[127.450980392157,102.941176470588,47.0588235294118],[111.764705882353,92.156862745098,40.1960784313726],[123.529411764706,109.803921568627,61.7647058823529],[71.5686274509804,59.8039215686275,12.7450980392157],[64.7058823529412,54.9019607843137,6.86274509803922],[100,93.1372549019608,42.156862745098],[124.509803921569,117.647058823529,63.7254901960784],[119.607843137255,109.803921568627,57.843137254902],[132.352941176471,121.56862745098,76.4705882352941],[85.2941176470588,71.5686274509804,33.3333333333333],[48.0392156862745,36.2745098039216,0],[90.1960784313725,79.4117647058823,35.2941176470588],[100.980392156863,95.0980392156863,38.2352941176471],[73.5294117647059,68.6274509803922,13.7254901960784],[49.0196078431373,46.078431372549,5.88235294117647],[128.43137254902,126.470588235294,89.2156862745098],[105.882352941176,102.941176470588,58.8235294117647],[76.4705882352941,72.5490196078431,28.4313725490196],[60.7843137254902,52.9411764705882,14.7058823529412],[50,42.156862745098,5.88235294117647],[108.823529411765,101.960784313725,60.7843137254902],[199.019607843137,193.137254901961,146.078431372549],[112.745098039216,107.843137254902,53.921568627451],[120.588235294118,118.627450980392,62.7450980392157],[159.803921568627,158.823529411765,102.941176470588],[194.117647058824,195.098039215686,139.21568627451],[202.941176470588,205.882352941176,150],[216.666666666667,220.588235294118,171.56862745098],[240.196078431373,244.117647058824,211.764705882353],[250,250,227.450980392157],[250,250,225.490196078431],[234.313725490196,240.196078431373,212.745098039216],[220.588235294118,228.43137254902,204.901960784314],[225.490196078431,238.235294117647,218.627450980392],[211.764705882353,229.411764705882,213.725490196078],[215.686274509804,239.21568627451,226.470588235294],[196.078431372549,225.490196078431,217.647058823529],[165.686274509804,197.058823529412,192.156862745098],[223.529411764706,250,250],[174.509803921569,213.725490196078,215.686274509804],[121.56862745098,158.823529411765,167.647058823529],[125.490196078431,163.725490196078,178.43137254902],[139.21568627451,176.470588235294,197.058823529412],[136.274509803922,172.549019607843,199.019607843137],[114.705882352941,150,181.372549019608],[121.56862745098,159.803921568627,190.196078431373],[100.980392156863,148.039215686275,169.607843137255],[110.78431372549,155.882352941176,170.588235294118],[133.333333333333,162.745098039216,173.529411764706],[175.490196078431,193.137254901961,202.941176470588],[170.588235294118,179.411764705882,184.313725490196],[175.490196078431,183.333333333333,186.274509803922],[216.666666666667,227.450980392157,231.372549019608],[183.333333333333,200,206.862745098039],[211.764705882353,234.313725490196,248.039215686275],[213.725490196078,246.078431372549,250],[117.647058823529,162.745098039216,185.294117647059],[142.156862745098,195.098039215686,220.588235294118],[136.274509803922,191.176470588235,217.647058823529],[141.176470588235,193.137254901961,223.529411764706],[126.470588235294,170.588235294118,200.980392156863],[122.549019607843,160.78431372549,191.176470588235],[136.274509803922,172.549019607843,198.039215686275],[148.039215686275,184.313725490196,209.803921568627],[152.941176470588,191.176470588235,221.56862745098],[146.078431372549,188.235294117647,221.56862745098],[139.21568627451,183.333333333333,221.56862745098],[137.254901960784,183.333333333333,224.509803921569],[141.176470588235,187.254901960784,230.392156862745],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,232.352941176471],[143.137254901961,184.313725490196,231.372549019608],[147.058823529412,186.274509803922,236.274509803922],[144.117647058824,183.333333333333,233.333333333333],[147.058823529412,187.254901960784,238.235294117647],[148.039215686275,190.196078431373,242.156862745098],[136.274509803922,180.392156862745,234.313725490196],[137.254901960784,179.411764705882,231.372549019608],[141.176470588235,178.43137254902,226.470588235294],[126.470588235294,169.607843137255,213.725490196078],[118.627450980392,173.529411764706,219.607843137255],[104.901960784314,162.745098039216,205.882352941176],[122.549019607843,169.607843137255,208.823529411765],[145.098039215686,175.490196078431,205.882352941176],[198.039215686275,203.921568627451,225.490196078431],[250,242.156862745098,250],[229.411764705882,217.647058823529,231.372549019608],[209.803921568627,200.980392156863,217.647058823529],[189.21568627451,190.196078431373,217.647058823529],[174.509803921569,185.294117647059,216.666666666667],[183.333333333333,202.941176470588,235.294117647059],[169.607843137255,198.039215686275,227.450980392157],[158.823529411765,193.137254901961,212.745098039216],[142.156862745098,182.352941176471,201.960784313725],[109.803921568627,151.960784313725,183.333333333333],[131.372549019608,173.529411764706,207.843137254902],[179.411764705882,216.666666666667,250],[155.882352941176,189.21568627451,223.529411764706],[130.392156862745,160.78431372549,191.176470588235],[168.627450980392,195.098039215686,224.509803921569],[198.039215686275,218.627450980392,247.058823529412],[194.117647058824,213.725490196078,240.196078431373],[171.56862745098,187.254901960784,212.745098039216],[191.176470588235,206.862745098039,232.352941176471],[192.156862745098,207.843137254902,233.333333333333],[191.176470588235,206.862745098039,232.352941176471],[184.313725490196,200.980392156863,228.43137254902],[180.392156862745,197.058823529412,224.509803921569],[195.098039215686,213.725490196078,243.137254901961],[199.019607843137,221.56862745098,250],[165.686274509804,198.039215686275,230.392156862745],[159.803921568627,194.117647058824,225.490196078431],[177.450980392157,205.882352941176,235.294117647059],[184.313725490196,213.725490196078,239.21568627451],[168.627450980392,202.941176470588,224.509803921569],[171.56862745098,206.862745098039,228.43137254902],[186.274509803922,219.607843137255,244.117647058824],[179.411764705882,215.686274509804,242.156862745098],[137.254901960784,179.411764705882,210.78431372549],[151.960784313725,200,232.352941176471],[134.313725490196,192.156862745098,223.529411764706],[111.764705882353,171.56862745098,201.960784313725],[133.333333333333,191.176470588235,220.588235294118],[144.117647058824,202.941176470588,228.43137254902],[112.745098039216,176.470588235294,196.078431372549],[97.0588235294118,162.745098039216,179.411764705882],[104.901960784314,169.607843137255,183.333333333333],[72.5490196078431,133.333333333333,146.078431372549],[131.372549019608,188.235294117647,199.019607843137],[173.529411764706,226.470588235294,238.235294117647],[134.313725490196,182.352941176471,199.019607843137],[93.1372549019608,144.117647058824,157.843137254902],[94.1176470588235,151.960784313725,159.803921568627],[136.274509803922,194.117647058824,192.156862745098],[136.274509803922,185.294117647059,174.509803921569],[174.509803921569,211.764705882353,200.980392156863],[198.039215686275,224.509803921569,219.607843137255],[226.470588235294,242.156862745098,231.372549019608],[187.254901960784,194.117647058824,163.725490196078],[171.56862745098,175.490196078431,139.21568627451],[200.980392156863,206.862745098039,171.56862745098],[168.627450980392,175.490196078431,132.352941176471],[209.803921568627,213.725490196078,155.882352941176],[154.901960784314,159.803921568627,94.1176470588235],[80.3921568627451,87.2549019607843,21.5686274509804],[42.156862745098,49.0196078431373,0],[124.509803921569,133.333333333333,69.6078431372549],[75.4901960784314,81.3725490196078,20.5882352941176],[74.5098039215686,77.4509803921569,21.5686274509804],[61.7647058823529,60.7843137254902,7.84313725490196],[125.490196078431,117.647058823529,69.6078431372549],[171.56862745098,161.764705882353,113.725490196078],[122.549019607843,109.803921568627,58.8235294117647],[122.549019607843,109.803921568627,55.8823529411765],[153.921568627451,143.137254901961,82.3529411764706],[134.313725490196,124.509803921569,56.8627450980392],[152.941176470588,144.117647058824,70.5882352941177],[196.078431372549,192.156862745098,120.588235294118],[171.56862745098,176.470588235294,111.764705882353],[142.156862745098,151.960784313725,92.156862745098],[154.901960784314,162.745098039216,103.921568627451],[100,105.882352941176,47.0588235294118],[79.4117647058823,80.3921568627451,24.5098039215686],[117.647058823529,114.705882352941,60.7843137254902],[119.607843137255,109.803921568627,59.8039215686275],[158.823529411765,141.176470588235,94.1176470588235],[88.2352941176471,63.7254901960784,23.5294117647059],[87.2549019607843,57.843137254902,20.5882352941176],[63.7254901960784,31.3725490196078,0],[76.4705882352941,42.156862745098,10.7843137254902],[92.156862745098,59.8039215686275,29.4117647058824],[70.5882352941177,40.1960784313726,11.7647058823529],[69.6078431372549,41.1764705882353,11.7647058823529],[88.2352941176471,58.8235294117647,31.3725490196078],[127.450980392157,94.1176470588235,69.6078431372549],[87.2549019607843,51.9607843137255,28.4313725490196],[52.9411764705882,18.6274509803922,0],[40.1960784313726,5.88235294117647,0],[74.5098039215686,43.1372549019608,22.5490196078431],[78.4313725490196,48.0392156862745,30.3921568627451],[69.6078431372549,41.1764705882353,25.4901960784314],[84.3137254901961,56.8627450980392,45.0980392156863],[61.7647058823529,38.2352941176471,28.4313725490196],[36.2745098039216,17.6470588235294,10.7843137254902],[10.7843137254902,0,0],[10.7843137254902,0,0],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[15.6862745098039,14.7058823529412,12.7450980392157],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0]],[[7.84313725490196,7.84313725490196,5.88235294117647],[6.86274509803922,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[18.6274509803922,11.7647058823529,5.88235294117647],[23.5294117647059,12.7450980392157,6.86274509803922],[25.4901960784314,10.7843137254902,5.88235294117647],[24.5098039215686,7.84313725490196,0.980392156862745],[22.5490196078431,4.90196078431373,0.980392156862745],[19.6078431372549,2.94117647058824,0],[23.5294117647059,9.80392156862745,0],[28.4313725490196,17.6470588235294,0],[48.0392156862745,42.156862745098,20.5882352941176],[52.9411764705882,50.9803921568627,28.4313725490196],[32.3529411764706,33.3333333333333,15.6862745098039],[52.9411764705882,54.9019607843137,42.156862745098],[66.6666666666667,67.6470588235294,61.7647058823529],[116.666666666667,116.666666666667,108.823529411765],[78.4313725490196,75.4901960784314,58.8235294117647],[42.156862745098,37.2549019607843,8.82352941176471],[118.627450980392,111.764705882353,66.6666666666667],[133.333333333333,120.588235294118,66.6666666666667],[131.372549019608,105.882352941176,50],[150.980392156863,120.588235294118,64.7058823529412],[137.254901960784,108.823529411765,53.921568627451],[75.4901960784314,50.9803921568627,0],[109.803921568627,87.2549019607843,44.1176470588235],[130.392156862745,113.725490196078,71.5686274509804],[101.960784313725,89.2156862745098,48.0392156862745],[96.078431372549,89.2156862745098,46.078431372549],[148.039215686275,146.078431372549,96.078431372549],[106.862745098039,106.862745098039,57.843137254902],[72.5490196078431,71.5686274509804,28.4313725490196],[75.4901960784314,71.5686274509804,34.3137254901961],[42.156862745098,36.2745098039216,0.980392156862745],[76.4705882352941,68.6274509803922,30.3921568627451],[142.156862745098,135.294117647059,82.3529411764706],[111.764705882353,106.862745098039,51.9607843137255],[51.9607843137255,50,2.94117647058824],[118.627450980392,117.647058823529,74.5098039215686],[172.549019607843,171.56862745098,126.470588235294],[76.4705882352941,73.5294117647059,31.3725490196078],[60.7843137254902,56.8627450980392,19.6078431372549],[86.2745098039216,82.3529411764706,45.0980392156863],[51.9607843137255,49.0196078431373,6.86274509803922],[96.078431372549,94.1176470588235,47.0588235294118],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,121.56862745098,65.6862745098039],[139.21568627451,142.156862745098,86.2745098039216],[185.294117647059,190.196078431373,137.254901960784],[180.392156862745,188.235294117647,138.235294117647],[149.019607843137,157.843137254902,115.686274509804],[161.764705882353,171.56862745098,138.235294117647],[188.235294117647,197.058823529412,168.627450980392],[200,206.862745098039,174.509803921569],[190.196078431373,197.058823529412,166.666666666667],[211.764705882353,220.588235294118,194.117647058824],[232.352941176471,244.117647058824,222.549019607843],[213.725490196078,230.392156862745,214.705882352941],[206.862745098039,228.43137254902,216.666666666667],[183.333333333333,208.823529411765,200],[175.490196078431,205.882352941176,200.980392156863],[204.901960784314,240.196078431373,238.235294117647],[198.039215686275,237.254901960784,239.21568627451],[216.666666666667,250,250],[170.588235294118,211.764705882353,225.490196078431],[118.627450980392,158.823529411765,180.392156862745],[143.137254901961,183.333333333333,210.78431372549],[132.352941176471,170.588235294118,202.941176470588],[121.56862745098,163.725490196078,195.098039215686],[114.705882352941,163.725490196078,188.235294117647],[103.921568627451,150,169.607843137255],[137.254901960784,164.705882352941,185.294117647059],[163.725490196078,180.392156862745,198.039215686275],[195.098039215686,203.921568627451,218.627450980392],[226.470588235294,234.313725490196,247.058823529412],[208.823529411765,220.588235294118,232.352941176471],[176.470588235294,194.117647058824,207.843137254902],[185.294117647059,207.843137254902,225.490196078431],[157.843137254902,192.156862745098,213.725490196078],[130.392156862745,175.490196078431,200.980392156863],[118.627450980392,172.549019607843,201.960784313725],[126.470588235294,184.313725490196,215.686274509804],[134.313725490196,192.156862745098,225.490196078431],[125.490196078431,174.509803921569,210.78431372549],[138.235294117647,183.333333333333,216.666666666667],[125.490196078431,170.588235294118,194.117647058824],[135.294117647059,180.392156862745,202.941176470588],[133.333333333333,179.411764705882,204.901960784314],[138.235294117647,186.274509803922,217.647058823529],[147.058823529412,196.078431372549,232.352941176471],[144.117647058824,195.098039215686,234.313725490196],[143.137254901961,191.176470588235,233.333333333333],[135.294117647059,181.372549019608,226.470588235294],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,234.313725490196],[141.176470588235,180.392156862745,230.392156862745],[136.274509803922,172.549019607843,224.509803921569],[138.235294117647,176.470588235294,230.392156862745],[145.098039215686,183.333333333333,239.21568627451],[139.21568627451,178.43137254902,236.274509803922],[141.176470588235,179.411764705882,235.294117647059],[134.313725490196,171.56862745098,219.607843137255],[129.411764705882,169.607843137255,214.705882352941],[134.313725490196,181.372549019608,228.43137254902],[118.627450980392,161.764705882353,205.882352941176],[135.294117647059,163.725490196078,206.862745098039],[156.862745098039,168.627450980392,205.882352941176],[202.941176470588,194.117647058824,224.509803921569],[250,238.235294117647,250],[237.254901960784,222.549019607843,241.176470588235],[191.176470588235,183.333333333333,203.921568627451],[164.705882352941,166.666666666667,191.176470588235],[154.901960784314,165.686274509804,193.137254901961],[157.843137254902,176.470588235294,205.882352941176],[146.078431372549,171.56862745098,198.039215686275],[149.019607843137,183.333333333333,201.960784313725],[149.019607843137,189.21568627451,208.823529411765],[150.980392156863,193.137254901961,224.509803921569],[135.294117647059,176.470588235294,213.725490196078],[150,187.254901960784,222.549019607843],[151.960784313725,185.294117647059,219.607843137255],[163.725490196078,194.117647058824,224.509803921569],[207.843137254902,232.352941176471,250],[197.058823529412,217.647058823529,244.117647058824],[189.21568627451,205.882352941176,231.372549019608],[186.274509803922,200,225.490196078431],[179.411764705882,193.137254901961,218.627450980392],[188.235294117647,201.960784313725,227.450980392157],[195.098039215686,208.823529411765,234.313725490196],[190.196078431373,205.882352941176,231.372549019608],[182.352941176471,198.039215686275,223.529411764706],[176.470588235294,193.137254901961,220.588235294118],[174.509803921569,197.058823529412,227.450980392157],[152.941176470588,186.274509803922,220.588235294118],[144.117647058824,179.411764705882,212.745098039216],[168.627450980392,197.058823529412,228.43137254902],[188.235294117647,214.705882352941,243.137254901961],[165.686274509804,200,221.56862745098],[149.019607843137,184.313725490196,205.882352941176],[159.803921568627,193.137254901961,217.647058823529],[171.56862745098,205.882352941176,233.333333333333],[142.156862745098,182.352941176471,213.725490196078],[137.254901960784,185.294117647059,217.647058823529],[119.607843137255,179.411764705882,209.803921568627],[106.862745098039,168.627450980392,199.019607843137],[119.607843137255,175.490196078431,203.921568627451],[121.56862745098,178.43137254902,201.960784313725],[104.901960784314,166.666666666667,183.333333333333],[96.078431372549,160.78431372549,172.549019607843],[97.0588235294118,159.803921568627,169.607843137255],[97.0588235294118,155.882352941176,165.686274509804],[115.686274509804,173.529411764706,181.372549019608],[166.666666666667,217.647058823529,228.43137254902],[165.686274509804,210.78431372549,225.490196078431],[113.725490196078,160.78431372549,174.509803921569],[83.3333333333333,142.156862745098,150],[75.4901960784314,134.313725490196,134.313725490196],[94.1176470588235,139.21568627451,128.43137254902],[162.745098039216,198.039215686275,184.313725490196],[206.862745098039,233.333333333333,228.43137254902],[239.21568627451,250,245.098039215686],[181.372549019608,186.274509803922,154.901960784314],[194.117647058824,195.098039215686,155.882352941176],[186.274509803922,190.196078431373,153.921568627451],[160.78431372549,163.725490196078,121.56862745098],[189.21568627451,189.21568627451,136.274509803922],[200,201.960784313725,140.196078431373],[168.627450980392,173.529411764706,110.78431372549],[142.156862745098,148.039215686275,87.2549019607843],[194.117647058824,200,139.21568627451],[216.666666666667,222.549019607843,163.725490196078],[106.862745098039,106.862745098039,53.921568627451],[107.843137254902,104.901960784314,54.9019607843137],[210.78431372549,200.980392156863,152.941176470588],[182.352941176471,168.627450980392,120.588235294118],[167.647058823529,150,100.980392156863],[154.901960784314,136.274509803922,81.3725490196078],[175.490196078431,155.882352941176,96.078431372549],[176.470588235294,157.843137254902,91.1764705882353],[166.666666666667,149.019607843137,76.4705882352941],[138.235294117647,124.509803921569,54.9019607843137],[150,140.196078431373,79.4117647058823],[133.333333333333,127.450980392157,70.5882352941177],[121.56862745098,115.686274509804,58.8235294117647],[70.5882352941177,61.7647058823529,5.88235294117647],[84.3137254901961,71.5686274509804,17.6470588235294],[125.490196078431,108.823529411765,57.843137254902],[100.980392156863,79.4117647058823,30.3921568627451],[116.666666666667,90.1960784313725,44.1176470588235],[89.2156862745098,57.843137254902,17.6470588235294],[97.0588235294118,62.7450980392157,25.4901960784314],[51.9607843137255,16.6666666666667,0],[87.2549019607843,53.921568627451,19.6078431372549],[105.882352941176,75.4901960784314,45.0980392156863],[90.1960784313725,64.7058823529412,32.3529411764706],[116.666666666667,94.1176470588235,62.7450980392157],[81.3725490196078,54.9019607843137,25.4901960784314],[63.7254901960784,29.4117647058824,1.96078431372549],[104.901960784314,65.6862745098039,40.1960784313726],[73.5294117647059,37.2549019607843,11.7647058823529],[93.1372549019608,57.843137254902,34.3137254901961],[102.941176470588,71.5686274509804,50.9803921568627],[58.8235294117647,27.4509803921569,12.7450980392157],[64.7058823529412,37.2549019607843,25.4901960784314],[47.0588235294118,25.4901960784314,14.7058823529412],[33.3333333333333,14.7058823529412,7.84313725490196],[12.7450980392157,0,0],[10.7843137254902,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,8.82352941176471,0.980392156862745],[13.7254901960784,3.92156862745098,0],[18.6274509803922,6.86274509803922,0],[22.5490196078431,9.80392156862745,0.980392156862745],[18.6274509803922,8.82352941176471,0],[30.3921568627451,20.5882352941176,10.7843137254902],[23.5294117647059,17.6470588235294,3.92156862745098],[38.2352941176471,35.2941176470588,16.6666666666667],[28.4313725490196,30.3921568627451,9.80392156862745],[16.6666666666667,19.6078431372549,0.980392156862745],[7.84313725490196,10.7843137254902,0],[30.3921568627451,32.3529411764706,18.6274509803922],[43.1372549019608,41.1764705882353,26.4705882352941],[58.8235294117647,54.9019607843137,30.3921568627451],[70.5882352941177,64.7058823529412,29.4117647058824],[72.5490196078431,65.6862745098039,14.7058823529412],[110.78431372549,100,47.0588235294118],[100,83.3333333333333,41.1764705882353],[81.3725490196078,60.7843137254902,18.6274509803922],[75.4901960784314,52.9411764705882,0],[104.901960784314,80.3921568627451,24.5098039215686],[100.980392156863,73.5294117647059,24.5098039215686],[81.3725490196078,54.9019607843137,12.7450980392157],[120.588235294118,97.0588235294118,61.7647058823529],[129.411764705882,111.764705882353,74.5098039215686],[154.901960784314,147.058823529412,100.980392156863],[68.6274509803922,66.6666666666667,16.6666666666667],[61.7647058823529,63.7254901960784,14.7058823529412],[121.56862745098,124.509803921569,78.4313725490196],[53.921568627451,55.8823529411765,17.6470588235294],[42.156862745098,39.2156862745098,6.86274509803922],[88.2352941176471,84.3137254901961,50],[54.9019607843137,50,8.82352941176471],[66.6666666666667,65.6862745098039,12.7450980392157],[165.686274509804,166.666666666667,110.78431372549],[161.764705882353,160.78431372549,113.725490196078],[48.0392156862745,49.0196078431373,5.88235294117647],[95.0980392156863,96.078431372549,54.9019607843137],[79.4117647058823,80.3921568627451,37.2549019607843],[128.43137254902,130.392156862745,84.3137254901961],[131.372549019608,133.333333333333,84.3137254901961],[182.352941176471,187.254901960784,132.352941176471],[94.1176470588235,100,41.1764705882353],[134.313725490196,142.156862745098,83.3333333333333],[152.941176470588,163.725490196078,108.823529411765],[107.843137254902,120.588235294118,75.4901960784314],[100.980392156863,115.686274509804,75.4901960784314],[95.0980392156863,112.745098039216,75.4901960784314],[155.882352941176,171.56862745098,135.294117647059],[167.647058823529,179.411764705882,144.117647058824],[163.725490196078,173.529411764706,140.196078431373],[145.098039215686,155.882352941176,126.470588235294],[192.156862745098,203.921568627451,180.392156862745],[214.705882352941,228.43137254902,211.764705882353],[220.588235294118,238.235294117647,226.470588235294],[233.333333333333,250,245.098039215686],[221.56862745098,248.039215686275,243.137254901961],[219.607843137255,250,248.039215686275],[208.823529411765,243.137254901961,245.098039215686],[201.960784313725,240.196078431373,247.058823529412],[221.56862745098,250,250],[164.705882352941,204.901960784314,224.509803921569],[132.352941176471,171.56862745098,197.058823529412],[150,188.235294117647,218.627450980392],[122.549019607843,160.78431372549,193.137254901961],[119.607843137255,159.803921568627,187.254901960784],[145.098039215686,181.372549019608,206.862745098039],[142.156862745098,169.607843137255,191.176470588235],[151.960784313725,169.607843137255,191.176470588235],[198.039215686275,203.921568627451,225.490196078431],[206.862745098039,207.843137254902,227.450980392157],[191.176470588235,192.156862745098,211.764705882353],[199.019607843137,205.882352941176,224.509803921569],[178.43137254902,199.019607843137,219.607843137255],[110.78431372549,142.156862745098,164.705882352941],[125.490196078431,166.666666666667,191.176470588235],[128.43137254902,174.509803921569,203.921568627451],[146.078431372549,193.137254901961,228.43137254902],[140.196078431373,187.254901960784,226.470588235294],[117.647058823529,165.686274509804,205.882352941176],[128.43137254902,175.490196078431,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[135.294117647059,178.43137254902,206.862745098039],[131.372549019608,175.490196078431,207.843137254902],[138.235294117647,185.294117647059,222.549019607843],[140.196078431373,188.235294117647,228.43137254902],[140.196078431373,188.235294117647,230.392156862745],[147.058823529412,193.137254901961,238.235294117647],[139.21568627451,185.294117647059,230.392156862745],[146.078431372549,189.21568627451,235.294117647059],[145.098039215686,185.294117647059,230.392156862745],[150,187.254901960784,233.333333333333],[142.156862745098,179.411764705882,227.450980392157],[138.235294117647,177.450980392157,225.490196078431],[144.117647058824,183.333333333333,233.333333333333],[144.117647058824,184.313725490196,235.294117647059],[149.019607843137,190.196078431373,239.21568627451],[143.137254901961,183.333333333333,228.43137254902],[146.078431372549,183.333333333333,227.450980392157],[150,187.254901960784,231.372549019608],[142.156862745098,168.627450980392,212.745098039216],[156.862745098039,163.725490196078,208.823529411765],[180.392156862745,169.607843137255,211.764705882353],[230.392156862745,205.882352941176,244.117647058824],[250,232.352941176471,250],[246.078431372549,234.313725490196,250],[214.705882352941,215.686274509804,235.294117647059],[179.411764705882,190.196078431373,211.764705882353],[154.901960784314,172.549019607843,196.078431372549],[166.666666666667,186.274509803922,210.78431372549],[153.921568627451,177.450980392157,200.980392156863],[150.980392156863,181.372549019608,200.980392156863],[157.843137254902,193.137254901961,214.705882352941],[152.941176470588,193.137254901961,222.549019607843],[141.176470588235,180.392156862745,214.705882352941],[113.725490196078,149.019607843137,182.352941176471],[155.882352941176,188.235294117647,220.588235294118],[177.450980392157,205.882352941176,235.294117647059],[161.764705882353,185.294117647059,212.745098039216],[166.666666666667,186.274509803922,210.78431372549],[181.372549019608,197.058823529412,219.607843137255],[196.078431372549,207.843137254902,231.372549019608],[161.764705882353,173.529411764706,197.058823529412],[188.235294117647,200,223.529411764706],[199.019607843137,212.745098039216,238.235294117647],[181.372549019608,197.058823529412,222.549019607843],[171.56862745098,187.254901960784,212.745098039216],[163.725490196078,180.392156862745,207.843137254902],[177.450980392157,200,231.372549019608],[152.941176470588,188.235294117647,223.529411764706],[145.098039215686,182.352941176471,218.627450980392],[162.745098039216,191.176470588235,224.509803921569],[186.274509803922,212.745098039216,242.156862745098],[175.490196078431,210.78431372549,234.313725490196],[147.058823529412,184.313725490196,204.901960784314],[145.098039215686,178.43137254902,202.941176470588],[165.686274509804,200,227.450980392157],[150.980392156863,191.176470588235,222.549019607843],[123.529411764706,171.56862745098,203.921568627451],[106.862745098039,166.666666666667,197.058823529412],[99.0196078431373,161.764705882353,189.21568627451],[94.1176470588235,149.019607843137,175.490196078431],[110.78431372549,164.705882352941,185.294117647059],[126.470588235294,187.254901960784,200],[114.705882352941,177.450980392157,187.254901960784],[113.725490196078,176.470588235294,186.274509803922],[114.705882352941,175.490196078431,186.274509803922],[126.470588235294,183.333333333333,194.117647058824],[155.882352941176,206.862745098039,217.647058823529],[175.490196078431,217.647058823529,233.333333333333],[142.156862745098,187.254901960784,201.960784313725],[100,157.843137254902,165.686274509804],[99.0196078431373,156.862745098039,154.901960784314],[79.4117647058823,122.549019607843,109.803921568627],[157.843137254902,191.176470588235,175.490196078431],[209.803921568627,235.294117647059,226.470588235294],[175.490196078431,189.21568627451,174.509803921569],[159.803921568627,161.764705882353,125.490196078431],[155.882352941176,152.941176470588,108.823529411765],[195.098039215686,193.137254901961,152.941176470588],[174.509803921569,172.549019607843,132.352941176471],[185.294117647059,181.372549019608,135.294117647059],[198.039215686275,195.098039215686,145.098039215686],[149.019607843137,148.039215686275,95.0980392156863],[139.21568627451,140.196078431373,84.3137254901961],[199.019607843137,200,144.117647058824],[204.901960784314,205.882352941176,150],[174.509803921569,171.56862745098,117.647058823529],[153.921568627451,147.058823529412,96.078431372549],[220.588235294118,206.862745098039,158.823529411765],[209.803921568627,190.196078431373,141.176470588235],[209.803921568627,187.254901960784,138.235294117647],[152.941176470588,126.470588235294,74.5098039215686],[158.823529411765,130.392156862745,73.5294117647059],[133.333333333333,103.921568627451,43.1372549019608],[101.960784313725,73.5294117647059,8.82352941176471],[133.333333333333,105.882352941176,42.156862745098],[148.039215686275,122.549019607843,66.6666666666667],[165.686274509804,139.21568627451,87.2549019607843],[148.039215686275,121.56862745098,69.6078431372549],[116.666666666667,89.2156862745098,40.1960784313726],[128.43137254902,100.980392156863,51.9607843137255],[127.450980392157,97.0588235294118,50.9803921568627],[104.901960784314,71.5686274509804,26.4705882352941],[124.509803921569,88.2352941176471,45.0980392156863],[110.78431372549,72.5490196078431,32.3529411764706],[61.7647058823529,23.5294117647059,0],[82.3529411764706,43.1372549019608,7.84313725490196],[105.882352941176,68.6274509803922,33.3333333333333],[72.5490196078431,40.1960784313726,5.88235294117647],[79.4117647058823,50.9803921568627,17.6470588235294],[108.823529411765,85.2941176470588,51.9607843137255],[97.0588235294118,68.6274509803922,35.2941176470588],[77.4509803921569,39.2156862745098,8.82352941176471],[95.0980392156863,51.9607843137255,23.5294117647059],[87.2549019607843,46.078431372549,21.5686274509804],[87.2549019607843,50,27.4509803921569],[73.5294117647059,39.2156862745098,20.5882352941176],[77.4509803921569,49.0196078431373,35.2941176470588],[78.4313725490196,54.9019607843137,45.0980392156863],[25.4901960784314,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[58.8235294117647,57.843137254902,55.8823529411765],[238.235294117647,237.254901960784,235.294117647059],[13.7254901960784,12.7450980392157,10.7843137254902],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0,0],[5.88235294117647,2.94117647058824,0],[17.6470588235294,14.7058823529412,0],[17.6470588235294,13.7254901960784,4.90196078431373],[17.6470588235294,12.7450980392157,8.82352941176471],[43.1372549019608,38.2352941176471,35.2941176470588],[15.6862745098039,12.7450980392157,7.84313725490196],[29.4117647058824,29.4117647058824,19.6078431372549],[40.1960784313726,42.156862745098,28.4313725490196],[21.5686274509804,25.4901960784314,8.82352941176471],[23.5294117647059,26.4705882352941,9.80392156862745],[67.6470588235294,68.6274509803922,52.9411764705882],[73.5294117647059,72.5490196078431,52.9411764705882],[80.3921568627451,74.5098039215686,49.0196078431373],[75.4901960784314,67.6470588235294,32.3529411764706],[54.9019607843137,43.1372549019608,0],[107.843137254902,94.1176470588235,48.0392156862745],[87.2549019607843,73.5294117647059,39.2156862745098],[70.5882352941177,54.9019607843137,19.6078431372549],[91.1764705882353,74.5098039215686,23.5294117647059],[122.549019607843,101.960784313725,46.078431372549],[112.745098039216,90.1960784313725,41.1764705882353],[86.2745098039216,62.7450980392157,19.6078431372549],[90.1960784313725,68.6274509803922,32.3529411764706],[113.725490196078,98.0392156862745,62.7450980392157],[126.470588235294,118.627450980392,72.5490196078431],[85.2941176470588,82.3529411764706,32.3529411764706],[83.3333333333333,83.3333333333333,34.3137254901961],[89.2156862745098,90.1960784313725,47.0588235294118],[53.921568627451,50.9803921568627,20.5882352941176],[57.843137254902,53.921568627451,29.4117647058824],[44.1176470588235,36.2745098039216,13.7254901960784],[58.8235294117647,52.9411764705882,19.6078431372549],[111.764705882353,110.78431372549,55.8823529411765],[112.745098039216,113.725490196078,56.8627450980392],[81.3725490196078,82.3529411764706,41.1764705882353],[75.4901960784314,77.4509803921569,41.1764705882353],[133.333333333333,135.294117647059,99.0196078431373],[80.3921568627451,85.2941176470588,46.078431372549],[94.1176470588235,99.0196078431373,59.8039215686275],[102.941176470588,108.823529411765,65.6862745098039],[146.078431372549,151.960784313725,104.901960784314],[114.705882352941,123.529411764706,71.5686274509804],[142.156862745098,151.960784313725,100],[77.4509803921569,90.1960784313725,45.0980392156863],[145.098039215686,159.803921568627,127.450980392157],[119.607843137255,138.235294117647,108.823529411765],[72.5490196078431,93.1372549019608,60.7843137254902],[119.607843137255,141.176470588235,105.882352941176],[125.490196078431,141.176470588235,105.882352941176],[120.588235294118,134.313725490196,100],[136.274509803922,147.058823529412,117.647058823529],[156.862745098039,168.627450980392,145.098039215686],[202.941176470588,215.686274509804,198.039215686275],[236.274509803922,250,237.254901960784],[190.196078431373,206.862745098039,197.058823529412],[189.21568627451,211.764705882353,205.882352941176],[208.823529411765,237.254901960784,233.333333333333],[184.313725490196,215.686274509804,214.705882352941],[107.843137254902,142.156862745098,146.078431372549],[171.56862745098,208.823529411765,217.647058823529],[208.823529411765,247.058823529412,250],[160.78431372549,198.039215686275,220.588235294118],[150.980392156863,187.254901960784,213.725490196078],[141.176470588235,177.450980392157,205.882352941176],[158.823529411765,194.117647058824,219.607843137255],[138.235294117647,169.607843137255,192.156862745098],[158.823529411765,184.313725490196,206.862745098039],[154.901960784314,170.588235294118,193.137254901961],[191.176470588235,196.078431372549,217.647058823529],[221.56862745098,217.647058823529,240.196078431373],[182.352941176471,179.411764705882,200],[199.019607843137,200.980392156863,221.56862745098],[193.137254901961,209.803921568627,227.450980392157],[148.039215686275,176.470588235294,194.117647058824],[138.235294117647,175.490196078431,196.078431372549],[144.117647058824,184.313725490196,211.764705882353],[125.490196078431,167.647058823529,200.980392156863],[130.392156862745,174.509803921569,212.745098039216],[127.450980392157,175.490196078431,215.686274509804],[123.529411764706,170.588235294118,209.803921568627],[141.176470588235,184.313725490196,218.627450980392],[130.392156862745,172.549019607843,205.882352941176],[136.274509803922,179.411764705882,215.686274509804],[143.137254901961,187.254901960784,227.450980392157],[135.294117647059,181.372549019608,224.509803921569],[136.274509803922,183.333333333333,228.43137254902],[144.117647058824,189.21568627451,237.254901960784],[145.098039215686,188.235294117647,234.313725490196],[141.176470588235,183.333333333333,227.450980392157],[148.039215686275,188.235294117647,231.372549019608],[163.725490196078,200.980392156863,245.098039215686],[156.862745098039,195.098039215686,237.254901960784],[145.098039215686,182.352941176471,226.470588235294],[141.176470588235,181.372549019608,224.509803921569],[140.196078431373,180.392156862745,225.490196078431],[145.098039215686,185.294117647059,228.43137254902],[150.980392156863,184.313725490196,228.43137254902],[153.921568627451,186.274509803922,228.43137254902],[161.764705882353,190.196078431373,231.372549019608],[170.588235294118,189.21568627451,230.392156862745],[191.176470588235,190.196078431373,231.372549019608],[208.823529411765,194.117647058824,234.313725490196],[248.039215686275,226.470588235294,250],[243.137254901961,226.470588235294,250],[216.666666666667,216.666666666667,240.196078431373],[230.392156862745,243.137254901961,250],[194.117647058824,211.764705882353,231.372549019608],[153.921568627451,174.509803921569,195.098039215686],[190.196078431373,205.882352941176,230.392156862745],[180.392156862745,197.058823529412,222.549019607843],[143.137254901961,166.666666666667,190.196078431373],[133.333333333333,162.745098039216,188.235294117647],[120.588235294118,154.901960784314,184.313725490196],[150.980392156863,186.274509803922,217.647058823529],[159.803921568627,194.117647058824,223.529411764706],[178.43137254902,208.823529411765,237.254901960784],[180.392156862745,205.882352941176,232.352941176471],[146.078431372549,167.647058823529,191.176470588235],[152.941176470588,170.588235294118,192.156862745098],[170.588235294118,185.294117647059,205.882352941176],[201.960784313725,213.725490196078,235.294117647059],[151.960784313725,162.745098039216,184.313725490196],[173.529411764706,185.294117647059,208.823529411765],[196.078431372549,209.803921568627,235.294117647059],[190.196078431373,205.882352941176,231.372549019608],[187.254901960784,203.921568627451,231.372549019608],[175.490196078431,192.156862745098,221.56862745098],[173.529411764706,197.058823529412,230.392156862745],[158.823529411765,196.078431372549,232.352941176471],[157.843137254902,196.078431372549,234.313725490196],[161.764705882353,189.21568627451,225.490196078431],[174.509803921569,200.980392156863,230.392156862745],[181.372549019608,216.666666666667,240.196078431373],[160.78431372549,198.039215686275,220.588235294118],[146.078431372549,179.411764705882,205.882352941176],[158.823529411765,192.156862745098,219.607843137255],[154.901960784314,193.137254901961,225.490196078431],[128.43137254902,176.470588235294,208.823529411765],[113.725490196078,175.490196078431,205.882352941176],[108.823529411765,171.56862745098,199.019607843137],[98.0392156862745,150.980392156863,176.470588235294],[122.549019607843,173.529411764706,194.117647058824],[144.117647058824,202.941176470588,213.725490196078],[111.764705882353,174.509803921569,183.333333333333],[106.862745098039,172.549019607843,181.372549019608],[124.509803921569,187.254901960784,197.058823529412],[111.764705882353,169.607843137255,177.450980392157],[109.803921568627,160.78431372549,171.56862745098],[122.549019607843,167.647058823529,183.333333333333],[133.333333333333,178.43137254902,193.137254901961],[138.235294117647,192.156862745098,197.058823529412],[116.666666666667,170.588235294118,165.686274509804],[116.666666666667,161.764705882353,149.019607843137],[109.803921568627,143.137254901961,127.450980392157],[124.509803921569,146.078431372549,133.333333333333],[85.2941176470588,97.0588235294118,77.4509803921569],[163.725490196078,163.725490196078,126.470588235294],[163.725490196078,157.843137254902,110.78431372549],[170.588235294118,163.725490196078,118.627450980392],[137.254901960784,130.392156862745,89.2156862745098],[229.411764705882,220.588235294118,182.352941176471],[218.627450980392,210.78431372549,172.549019607843],[66.6666666666667,62.7450980392157,18.6274509803922],[74.5098039215686,72.5490196078431,24.5098039215686],[148.039215686275,147.058823529412,94.1176470588235],[176.470588235294,173.529411764706,119.607843137255],[203.921568627451,199.019607843137,144.117647058824],[208.823529411765,198.039215686275,145.098039215686],[177.450980392157,160.78431372549,109.803921568627],[171.56862745098,149.019607843137,100],[232.352941176471,202.941176470588,153.921568627451],[194.117647058824,161.764705882353,111.764705882353],[171.56862745098,135.294117647059,83.3333333333333],[166.666666666667,128.43137254902,72.5490196078431],[130.392156862745,92.156862745098,34.3137254901961],[105.882352941176,67.6470588235294,11.7647058823529],[106.862745098039,65.6862745098039,16.6666666666667],[140.196078431373,99.0196078431373,51.9607843137255],[129.411764705882,88.2352941176471,41.1764705882353],[119.607843137255,79.4117647058823,34.3137254901961],[138.235294117647,98.0392156862745,52.9411764705882],[145.098039215686,104.901960784314,59.8039215686275],[134.313725490196,92.156862745098,50],[113.725490196078,71.5686274509804,29.4117647058824],[118.627450980392,74.5098039215686,34.3137254901961],[97.0588235294118,52.9411764705882,14.7058823529412],[140.196078431373,95.0980392156863,59.8039215686275],[136.274509803922,93.1372549019608,58.8235294117647],[102.941176470588,63.7254901960784,29.4117647058824],[108.823529411765,73.5294117647059,38.2352941176471],[104.901960784314,72.5490196078431,38.2352941176471],[110.78431372549,77.4509803921569,41.1764705882353],[100.980392156863,58.8235294117647,24.5098039215686],[89.2156862745098,45.0980392156863,12.7450980392157],[72.5490196078431,29.4117647058824,0.980392156862745],[81.3725490196078,42.156862745098,17.6470588235294],[66.6666666666667,32.3529411764706,13.7254901960784],[58.8235294117647,31.3725490196078,19.6078431372549],[40.1960784313726,20.5882352941176,13.7254901960784],[12.7450980392157,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[152.941176470588,151.960784313725,150],[16.6666666666667,15.6862745098039,13.7254901960784],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[6.86274509803922,4.90196078431373,9.80392156862745],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[9.80392156862745,11.7647058823529,0.980392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,6.86274509803922],[14.7058823529412,10.7843137254902,24.5098039215686],[2.94117647058824,0,12.7450980392157],[101.960784313725,100.980392156863,106.862745098039],[196.078431372549,198.039215686275,197.058823529412],[119.607843137255,122.549019607843,115.686274509804],[59.8039215686275,61.7647058823529,50.9803921568627],[68.6274509803922,68.6274509803922,56.8627450980392],[44.1176470588235,41.1764705882353,26.4705882352941],[41.1764705882353,33.3333333333333,12.7450980392157],[84.3137254901961,70.5882352941177,44.1176470588235],[85.2941176470588,67.6470588235294,30.3921568627451],[114.705882352941,96.078431372549,56.8627450980392],[149.019607843137,130.392156862745,98.0392156862745],[118.627450980392,100.980392156863,65.6862745098039],[89.2156862745098,75.4901960784314,29.4117647058824],[106.862745098039,97.0588235294118,45.0980392156863],[70.5882352941177,62.7450980392157,16.6666666666667],[57.843137254902,50.9803921568627,7.84313725490196],[115.686274509804,107.843137254902,69.6078431372549],[126.470588235294,119.607843137255,76.4705882352941],[72.5490196078431,66.6666666666667,15.6862745098039],[113.725490196078,106.862745098039,55.8823529411765],[117.647058823529,105.882352941176,66.6666666666667],[80.3921568627451,66.6666666666667,38.2352941176471],[27.4509803921569,11.7647058823529,0],[61.7647058823529,46.078431372549,33.3333333333333],[50,35.2941176470588,14.7058823529412],[27.4509803921569,16.6666666666667,0],[113.725490196078,111.764705882353,63.7254901960784],[124.509803921569,123.529411764706,78.4313725490196],[97.0588235294118,95.0980392156863,70.5882352941177],[101.960784313725,100,85.2941176470588],[33.3333333333333,35.2941176470588,14.7058823529412],[30.3921568627451,34.3137254901961,11.7647058823529],[58.8235294117647,62.7450980392157,40.1960784313726],[67.6470588235294,71.5686274509804,47.0588235294118],[103.921568627451,108.823529411765,79.4117647058823],[95.0980392156863,101.960784313725,69.6078431372549],[73.5294117647059,84.3137254901961,50.9803921568627],[126.470588235294,139.21568627451,113.725490196078],[215.686274509804,228.43137254902,218.627450980392],[64.7058823529412,81.3725490196078,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[99.0196078431373,122.549019607843,99.0196078431373],[118.627450980392,137.254901960784,105.882352941176],[162.745098039216,178.43137254902,143.137254901961],[148.039215686275,160.78431372549,131.372549019608],[155.882352941176,168.627450980392,143.137254901961],[186.274509803922,198.039215686275,178.43137254902],[198.039215686275,209.803921568627,196.078431372549],[201.960784313725,214.705882352941,204.901960784314],[233.333333333333,250,242.156862745098],[202.941176470588,225.490196078431,219.607843137255],[142.156862745098,170.588235294118,166.666666666667],[124.509803921569,154.901960784314,156.862745098039],[172.549019607843,204.901960784314,211.764705882353],[151.960784313725,184.313725490196,199.019607843137],[134.313725490196,168.627450980392,188.235294117647],[152.941176470588,186.274509803922,210.78431372549],[144.117647058824,177.450980392157,201.960784313725],[168.627450980392,202.941176470588,221.56862745098],[158.823529411765,187.254901960784,204.901960784314],[159.803921568627,180.392156862745,199.019607843137],[164.705882352941,175.490196078431,195.098039215686],[200,202.941176470588,221.56862745098],[249.019607843137,248.039215686275,250],[236.274509803922,235.294117647059,250],[193.137254901961,196.078431372549,210.78431372549],[214.705882352941,228.43137254902,241.176470588235],[187.254901960784,210.78431372549,222.549019607843],[192.156862745098,224.509803921569,239.21568627451],[177.450980392157,217.647058823529,235.294117647059],[128.43137254902,173.529411764706,199.019607843137],[143.137254901961,191.176470588235,222.549019607843],[120.588235294118,167.647058823529,204.901960784314],[128.43137254902,172.549019607843,210.78431372549],[153.921568627451,196.078431372549,230.392156862745],[137.254901960784,179.411764705882,213.725490196078],[142.156862745098,185.294117647059,223.529411764706],[134.313725490196,178.43137254902,219.607843137255],[125.490196078431,171.56862745098,214.705882352941],[135.294117647059,181.372549019608,226.470588235294],[139.21568627451,182.352941176471,228.43137254902],[146.078431372549,189.21568627451,235.294117647059],[139.21568627451,179.411764705882,222.549019607843],[144.117647058824,182.352941176471,224.509803921569],[157.843137254902,194.117647058824,235.294117647059],[155.882352941176,192.156862745098,233.333333333333],[147.058823529412,183.333333333333,224.509803921569],[146.078431372549,184.313725490196,224.509803921569],[141.176470588235,182.352941176471,223.529411764706],[146.078431372549,180.392156862745,221.56862745098],[154.901960784314,178.43137254902,221.56862745098],[158.823529411765,177.450980392157,219.607843137255],[168.627450980392,192.156862745098,229.411764705882],[182.352941176471,200,235.294117647059],[201.960784313725,207.843137254902,243.137254901961],[200.980392156863,200.980392156863,234.313725490196],[211.764705882353,210.78431372549,241.176470588235],[199.019607843137,204.901960784314,230.392156862745],[151.960784313725,174.509803921569,192.156862745098],[176.470588235294,204.901960784314,220.588235294118],[203.921568627451,230.392156862745,247.058823529412],[192.156862745098,212.745098039216,231.372549019608],[183.333333333333,193.137254901961,217.647058823529],[169.607843137255,176.470588235294,203.921568627451],[166.666666666667,180.392156862745,208.823529411765],[155.882352941176,176.470588235294,204.901960784314],[139.21568627451,169.607843137255,198.039215686275],[160.78431372549,193.137254901961,223.529411764706],[191.176470588235,221.56862745098,250],[167.647058823529,194.117647058824,220.588235294118],[161.764705882353,185.294117647059,210.78431372549],[167.647058823529,187.254901960784,210.78431372549],[196.078431372549,212.745098039216,232.352941176471],[195.098039215686,207.843137254902,226.470588235294],[206.862745098039,217.647058823529,237.254901960784],[183.333333333333,194.117647058824,215.686274509804],[182.352941176471,194.117647058824,217.647058823529],[194.117647058824,207.843137254902,233.333333333333],[187.254901960784,201.960784313725,230.392156862745],[182.352941176471,199.019607843137,228.43137254902],[181.372549019608,200.980392156863,233.333333333333],[162.745098039216,190.196078431373,226.470588235294],[153.921568627451,192.156862745098,232.352941176471],[156.862745098039,195.098039215686,237.254901960784],[155.882352941176,183.333333333333,221.56862745098],[160.78431372549,186.274509803922,218.627450980392],[169.607843137255,205.882352941176,231.372549019608],[157.843137254902,195.098039215686,217.647058823529],[141.176470588235,174.509803921569,200.980392156863],[145.098039215686,177.450980392157,207.843137254902],[161.764705882353,199.019607843137,234.313725490196],[127.450980392157,175.490196078431,207.843137254902],[112.745098039216,174.509803921569,204.901960784314],[131.372549019608,194.117647058824,221.56862745098],[121.56862745098,171.56862745098,198.039215686275],[100.980392156863,150.980392156863,169.607843137255],[102.941176470588,161.764705882353,171.56862745098],[94.1176470588235,157.843137254902,163.725490196078],[102.941176470588,171.56862745098,181.372549019608],[109.803921568627,174.509803921569,186.274509803922],[102.941176470588,158.823529411765,165.686274509804],[121.56862745098,170.588235294118,181.372549019608],[118.627450980392,165.686274509804,187.254901960784],[105.882352941176,153.921568627451,170.588235294118],[125.490196078431,174.509803921569,175.490196078431],[121.56862745098,170.588235294118,161.764705882353],[118.627450980392,165.686274509804,153.921568627451],[118.627450980392,155.882352941176,141.176470588235],[91.1764705882353,107.843137254902,90.1960784313725],[132.352941176471,136.274509803922,111.764705882353],[208.823529411765,205.882352941176,165.686274509804],[177.450980392157,169.607843137255,123.529411764706],[195.098039215686,183.333333333333,136.274509803922],[175.490196078431,160.78431372549,118.627450980392],[137.254901960784,122.549019607843,92.156862745098],[221.56862745098,207.843137254902,179.411764705882],[215.686274509804,205.882352941176,171.56862745098],[144.117647058824,137.254901960784,96.078431372549],[104.901960784314,99.0196078431373,50],[196.078431372549,191.176470588235,137.254901960784],[171.56862745098,162.745098039216,108.823529411765],[131.372549019608,116.666666666667,62.7450980392157],[180.392156862745,159.803921568627,105.882352941176],[178.43137254902,149.019607843137,98.0392156862745],[169.607843137255,134.313725490196,85.2941176470588],[186.274509803922,147.058823529412,99.0196078431373],[196.078431372549,152.941176470588,104.901960784314],[180.392156862745,135.294117647059,87.2549019607843],[171.56862745098,124.509803921569,76.4705882352941],[114.705882352941,64.7058823529412,18.6274509803922],[124.509803921569,72.5490196078431,31.3725490196078],[150.980392156863,97.0588235294118,58.8235294117647],[114.705882352941,63.7254901960784,24.5098039215686],[139.21568627451,91.1764705882353,49.0196078431373],[143.137254901961,97.0588235294118,53.921568627451],[124.509803921569,78.4313725490196,35.2941176470588],[156.862745098039,110.78431372549,67.6470588235294],[117.647058823529,71.5686274509804,30.3921568627451],[128.43137254902,80.3921568627451,40.1960784313726],[150,99.0196078431373,60.7843137254902],[142.156862745098,91.1764705882353,52.9411764705882],[120.588235294118,69.6078431372549,33.3333333333333],[115.686274509804,66.6666666666667,32.3529411764706],[109.803921568627,62.7450980392157,27.4509803921569],[95.0980392156863,51.9607843137255,17.6470588235294],[95.0980392156863,51.9607843137255,17.6470588235294],[108.823529411765,63.7254901960784,28.4313725490196],[133.333333333333,88.2352941176471,52.9411764705882],[87.2549019607843,45.0980392156863,13.7254901960784],[82.3529411764706,43.1372549019608,18.6274509803922],[56.8627450980392,22.5490196078431,3.92156862745098],[25.4901960784314,0,0],[14.7058823529412,0,0],[8.82352941176471,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,0,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[8.82352941176471,9.80392156862745,4.90196078431373],[7.84313725490196,10.7843137254902,1.96078431372549],[0,1.96078431372549,0],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,8.82352941176471,19.6078431372549],[10.7843137254902,8.82352941176471,22.5490196078431],[0,0,11.7647058823529],[136.274509803922,136.274509803922,146.078431372549],[249.019607843137,250,250],[223.529411764706,225.490196078431,222.549019607843],[41.1764705882353,42.156862745098,36.2745098039216],[2.94117647058824,2.94117647058824,0],[26.4705882352941,22.5490196078431,11.7647058823529],[6.86274509803922,0,0],[45.0980392156863,34.3137254901961,14.7058823529412],[89.2156862745098,73.5294117647059,48.0392156862745],[77.4509803921569,60.7843137254902,31.3725490196078],[81.3725490196078,64.7058823529412,35.2941176470588],[98.0392156862745,84.3137254901961,50],[103.921568627451,95.0980392156863,52.9411764705882],[102.941176470588,96.078431372549,50.9803921568627],[50.9803921568627,48.0392156862745,5.88235294117647],[56.8627450980392,54.9019607843137,14.7058823529412],[117.647058823529,115.686274509804,75.4901960784314],[132.352941176471,129.411764705882,85.2941176470588],[67.6470588235294,61.7647058823529,12.7450980392157],[122.549019607843,111.764705882353,66.6666666666667],[84.3137254901961,70.5882352941177,34.3137254901961],[105.882352941176,89.2156862745098,63.7254901960784],[59.8039215686275,43.1372549019608,27.4509803921569],[42.156862745098,25.4901960784314,9.80392156862745],[81.3725490196078,67.6470588235294,42.156862745098],[91.1764705882353,81.3725490196078,47.0588235294118],[100,96.078431372549,51.9607843137255],[94.1176470588235,92.156862745098,53.921568627451],[113.725490196078,110.78431372549,92.156862745098],[128.43137254902,126.470588235294,114.705882352941],[48.0392156862745,50,36.2745098039216],[70.5882352941177,74.5098039215686,57.843137254902],[71.5686274509804,76.4705882352941,56.8627450980392],[81.3725490196078,89.2156862745098,66.6666666666667],[94.1176470588235,102.941176470588,74.5098039215686],[108.823529411765,117.647058823529,87.2549019607843],[75.4901960784314,86.2745098039216,54.9019607843137],[118.627450980392,130.392156862745,106.862745098039],[93.1372549019608,105.882352941176,97.0588235294118],[33.3333333333333,48.0392156862745,43.1372549019608],[55.8823529411765,75.4901960784314,64.7058823529412],[94.1176470588235,114.705882352941,96.078431372549],[145.098039215686,167.647058823529,140.196078431373],[188.235294117647,208.823529411765,178.43137254902],[139.21568627451,154.901960784314,129.411764705882],[144.117647058824,157.843137254902,135.294117647059],[173.529411764706,188.235294117647,169.607843137255],[166.666666666667,183.333333333333,167.647058823529],[188.235294117647,203.921568627451,193.137254901961],[235.294117647059,250,246.078431372549],[201.960784313725,224.509803921569,216.666666666667],[203.921568627451,232.352941176471,227.450980392157],[194.117647058824,225.490196078431,224.509803921569],[225.490196078431,250,250],[221.56862745098,250,250],[163.725490196078,196.078431372549,212.745098039216],[116.666666666667,152.941176470588,171.56862745098],[127.450980392157,161.764705882353,181.372549019608],[144.117647058824,175.490196078431,190.196078431373],[152.941176470588,178.43137254902,191.176470588235],[150.980392156863,169.607843137255,184.313725490196],[160.78431372549,173.529411764706,189.21568627451],[204.901960784314,213.725490196078,230.392156862745],[212.745098039216,218.627450980392,234.313725490196],[178.43137254902,184.313725490196,198.039215686275],[176.470588235294,182.352941176471,194.117647058824],[207.843137254902,217.647058823529,229.411764705882],[185.294117647059,202.941176470588,214.705882352941],[166.666666666667,192.156862745098,204.901960784314],[199.019607843137,231.372549019608,248.039215686275],[164.705882352941,204.901960784314,226.470588235294],[122.549019607843,167.647058823529,193.137254901961],[134.313725490196,180.392156862745,209.803921568627],[146.078431372549,190.196078431373,222.549019607843],[143.137254901961,185.294117647059,218.627450980392],[130.392156862745,169.607843137255,203.921568627451],[138.235294117647,177.450980392157,212.745098039216],[131.372549019608,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[160.78431372549,198.039215686275,242.156862745098],[150,186.274509803922,230.392156862745],[150.980392156863,187.254901960784,230.392156862745],[153.921568627451,188.235294117647,229.411764705882],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,185.294117647059,223.529411764706],[157.843137254902,189.21568627451,227.450980392157],[164.705882352941,196.078431372549,234.313725490196],[177.450980392157,208.823529411765,247.058823529412],[175.490196078431,206.862745098039,247.058823529412],[173.529411764706,200,242.156862745098],[181.372549019608,200,242.156862745098],[174.509803921569,191.176470588235,233.333333333333],[184.313725490196,205.882352941176,242.156862745098],[185.294117647059,204.901960784314,237.254901960784],[192.156862745098,207.843137254902,240.196078431373],[176.470588235294,189.21568627451,220.588235294118],[171.56862745098,180.392156862745,212.745098039216],[168.627450980392,185.294117647059,212.745098039216],[146.078431372549,180.392156862745,201.960784313725],[138.235294117647,178.43137254902,196.078431372549],[155.882352941176,192.156862745098,209.803921568627],[184.313725490196,208.823529411765,228.43137254902],[213.725490196078,217.647058823529,244.117647058824],[186.274509803922,183.333333333333,213.725490196078],[164.705882352941,171.56862745098,200],[165.686274509804,181.372549019608,206.862745098039],[169.607843137255,190.196078431373,216.666666666667],[152.941176470588,176.470588235294,201.960784313725],[152.941176470588,176.470588235294,201.960784313725],[163.725490196078,184.313725490196,210.78431372549],[170.588235294118,190.196078431373,214.705882352941],[158.823529411765,174.509803921569,199.019607843137],[204.901960784314,219.607843137255,240.196078431373],[151.960784313725,164.705882352941,183.333333333333],[213.725490196078,224.509803921569,242.156862745098],[209.803921568627,220.588235294118,238.235294117647],[175.490196078431,188.235294117647,206.862745098039],[175.490196078431,190.196078431373,210.78431372549],[178.43137254902,194.117647058824,218.627450980392],[182.352941176471,199.019607843137,226.470588235294],[199.019607843137,219.607843137255,250],[167.647058823529,193.137254901961,227.450980392157],[157.843137254902,192.156862745098,231.372549019608],[160.78431372549,195.098039215686,236.274509803922],[163.725490196078,188.235294117647,227.450980392157],[167.647058823529,193.137254901961,225.490196078431],[169.607843137255,204.901960784314,228.43137254902],[153.921568627451,191.176470588235,213.725490196078],[141.176470588235,174.509803921569,199.019607843137],[147.058823529412,181.372549019608,208.823529411765],[135.294117647059,177.450980392157,208.823529411765],[131.372549019608,180.392156862745,212.745098039216],[117.647058823529,177.450980392157,205.882352941176],[125.490196078431,185.294117647059,212.745098039216],[121.56862745098,175.490196078431,196.078431372549],[102.941176470588,152.941176470588,169.607843137255],[101.960784313725,159.803921568627,165.686274509804],[101.960784313725,163.725490196078,168.627450980392],[99.0196078431373,165.686274509804,174.509803921569],[91.1764705882353,156.862745098039,165.686274509804],[132.352941176471,186.274509803922,189.21568627451],[126.470588235294,178.43137254902,182.352941176471],[107.843137254902,162.745098039216,177.450980392157],[98.0392156862745,150,163.725490196078],[85.2941176470588,134.313725490196,133.333333333333],[134.313725490196,180.392156862745,170.588235294118],[156.862745098039,200,185.294117647059],[200.980392156863,233.333333333333,216.666666666667],[191.176470588235,202.941176470588,181.372549019608],[139.21568627451,139.21568627451,111.764705882353],[163.725490196078,159.803921568627,125.490196078431],[197.058823529412,188.235294117647,148.039215686275],[195.098039215686,178.43137254902,135.294117647059],[174.509803921569,157.843137254902,115.686274509804],[150,137.254901960784,103.921568627451],[200.980392156863,190.196078431373,160.78431372549],[234.313725490196,221.56862745098,187.254901960784],[217.647058823529,205.882352941176,164.705882352941],[107.843137254902,100,53.921568627451],[101.960784313725,95.0980392156863,44.1176470588235],[122.549019607843,110.78431372549,61.7647058823529],[150,132.352941176471,83.3333333333333],[198.039215686275,174.509803921569,127.450980392157],[193.137254901961,161.764705882353,115.686274509804],[173.529411764706,136.274509803922,90.1960784313725],[166.666666666667,123.529411764706,79.4117647058823],[198.039215686275,146.078431372549,102.941176470588],[212.745098039216,159.803921568627,116.666666666667],[190.196078431373,138.235294117647,95.0980392156863],[175.490196078431,122.549019607843,79.4117647058823],[197.058823529412,136.274509803922,98.0392156862745],[182.352941176471,119.607843137255,82.3529411764706],[169.607843137255,111.764705882353,72.5490196078431],[150,93.1372549019608,53.921568627451],[136.274509803922,84.3137254901961,41.1764705882353],[149.019607843137,97.0588235294118,53.921568627451],[156.862745098039,104.901960784314,61.7647058823529],[154.901960784314,101.960784313725,58.8235294117647],[137.254901960784,79.4117647058823,38.2352941176471],[133.333333333333,72.5490196078431,34.3137254901961],[133.333333333333,72.5490196078431,34.3137254901961],[136.274509803922,77.4509803921569,41.1764705882353],[129.411764705882,72.5490196078431,36.2745098039216],[118.627450980392,65.6862745098039,30.3921568627451],[120.588235294118,71.5686274509804,37.2549019607843],[123.529411764706,78.4313725490196,45.0980392156863],[114.705882352941,70.5882352941177,38.2352941176471],[104.901960784314,64.7058823529412,35.2941176470588],[57.843137254902,18.6274509803922,0],[55.8823529411765,21.5686274509804,1.96078431372549],[32.3529411764706,3.92156862745098,0],[22.5490196078431,0,0],[16.6666666666667,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[66.6666666666667,66.6666666666667,68.6274509803922],[178.43137254902,178.43137254902,178.43137254902],[138.235294117647,138.235294117647,138.235294117647],[31.3725490196078,31.3725490196078,29.4117647058824],[10.7843137254902,11.7647058823529,6.86274509803922],[18.6274509803922,17.6470588235294,12.7450980392157],[18.6274509803922,15.6862745098039,6.86274509803922],[28.4313725490196,24.5098039215686,12.7450980392157],[56.8627450980392,51.9607843137255,33.3333333333333],[66.6666666666667,60.7843137254902,37.2549019607843],[73.5294117647059,63.7254901960784,37.2549019607843],[86.2745098039216,77.4509803921569,45.0980392156863],[55.8823529411765,48.0392156862745,12.7450980392157],[80.3921568627451,72.5490196078431,36.2745098039216],[120.588235294118,112.745098039216,74.5098039215686],[90.1960784313725,82.3529411764706,44.1176470588235],[58.8235294117647,50.9803921568627,12.7450980392157],[43.1372549019608,35.2941176470588,0],[49.0196078431373,40.1960784313726,0],[78.4313725490196,69.6078431372549,31.3725490196078],[112.745098039216,102.941176470588,68.6274509803922],[111.764705882353,100.980392156863,69.6078431372549],[88.2352941176471,79.4117647058823,49.0196078431373],[33.3333333333333,24.5098039215686,0],[89.2156862745098,84.3137254901961,47.0588235294118],[83.3333333333333,78.4313725490196,39.2156862745098],[57.843137254902,50,13.7254901960784],[109.803921568627,103.921568627451,72.5490196078431],[96.078431372549,92.156862745098,67.6470588235294],[42.156862745098,41.1764705882353,21.5686274509804],[102.941176470588,105.882352941176,85.2941176470588],[70.5882352941177,75.4901960784314,52.9411764705882],[118.627450980392,129.411764705882,100],[201.960784313725,212.745098039216,179.411764705882],[78.4313725490196,90.1960784313725,50.9803921568627],[54.9019607843137,65.6862745098039,23.5294117647059],[74.5098039215686,86.2745098039216,41.1764705882353],[120.588235294118,132.352941176471,93.1372549019608],[55.8823529411765,65.6862745098039,39.2156862745098],[71.5686274509804,83.3333333333333,61.7647058823529],[82.3529411764706,95.0980392156863,77.4509803921569],[132.352941176471,149.019607843137,131.372549019608],[86.2745098039216,110.78431372549,90.1960784313725],[94.1176470588235,120.588235294118,101.960784313725],[110.78431372549,131.372549019608,114.705882352941],[144.117647058824,164.705882352941,148.039215686275],[174.509803921569,200.980392156863,184.313725490196],[132.352941176471,159.803921568627,145.098039215686],[141.176470588235,164.705882352941,151.960784313725],[160.78431372549,181.372549019608,172.549019607843],[185.294117647059,210.78431372549,201.960784313725],[226.470588235294,250,250],[185.294117647059,223.529411764706,220.588235294118],[135.294117647059,174.509803921569,176.470588235294],[209.803921568627,243.137254901961,250],[182.352941176471,217.647058823529,231.372549019608],[136.274509803922,178.43137254902,194.117647058824],[138.235294117647,176.470588235294,191.176470588235],[150,172.549019607843,186.274509803922],[154.901960784314,172.549019607843,186.274509803922],[155.882352941176,174.509803921569,188.235294117647],[161.764705882353,183.333333333333,196.078431372549],[205.882352941176,227.450980392157,240.196078431373],[220.588235294118,239.21568627451,250],[167.647058823529,183.333333333333,198.039215686275],[171.56862745098,183.333333333333,199.019607843137],[186.274509803922,194.117647058824,212.745098039216],[195.098039215686,205.882352941176,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[161.764705882353,183.333333333333,203.921568627451],[154.901960784314,185.294117647059,205.882352941176],[136.274509803922,171.56862745098,193.137254901961],[123.529411764706,164.705882352941,186.274509803922],[135.294117647059,179.411764705882,201.960784313725],[143.137254901961,186.274509803922,212.745098039216],[124.509803921569,164.705882352941,192.156862745098],[124.509803921569,159.803921568627,191.176470588235],[139.21568627451,171.56862745098,203.921568627451],[159.803921568627,185.294117647059,221.56862745098],[187.254901960784,209.803921568627,250],[192.156862745098,213.725490196078,250],[167.647058823529,189.21568627451,229.411764705882],[161.764705882353,184.313725490196,224.509803921569],[162.745098039216,186.274509803922,223.529411764706],[152.941176470588,176.470588235294,213.725490196078],[171.56862745098,193.137254901961,231.372549019608],[179.411764705882,198.039215686275,237.254901960784],[178.43137254902,196.078431372549,235.294117647059],[195.098039215686,209.803921568627,250],[184.313725490196,199.019607843137,241.176470588235],[184.313725490196,202.941176470588,245.098039215686],[180.392156862745,200.980392156863,243.137254901961],[178.43137254902,200.980392156863,241.176470588235],[172.549019607843,198.039215686275,234.313725490196],[162.745098039216,192.156862745098,225.490196078431],[168.627450980392,192.156862745098,227.450980392157],[183.333333333333,195.098039215686,234.313725490196],[187.254901960784,200.980392156863,239.21568627451],[146.078431372549,180.392156862745,211.764705882353],[138.235294117647,183.333333333333,208.823529411765],[118.627450980392,165.686274509804,188.235294117647],[141.176470588235,172.549019607843,197.058823529412],[209.803921568627,203.921568627451,237.254901960784],[221.56862745098,207.843137254902,240.196078431373],[170.588235294118,178.43137254902,200.980392156863],[166.666666666667,181.372549019608,200],[191.176470588235,201.960784313725,221.56862745098],[182.352941176471,193.137254901961,214.705882352941],[161.764705882353,171.56862745098,196.078431372549],[180.392156862745,192.156862745098,217.647058823529],[177.450980392157,191.176470588235,217.647058823529],[172.549019607843,186.274509803922,211.764705882353],[166.666666666667,178.43137254902,200],[156.862745098039,169.607843137255,186.274509803922],[193.137254901961,204.901960784314,216.666666666667],[215.686274509804,228.43137254902,237.254901960784],[160.78431372549,173.529411764706,181.372549019608],[186.274509803922,200,210.78431372549],[201.960784313725,217.647058823529,233.333333333333],[164.705882352941,182.352941176471,203.921568627451],[193.137254901961,212.745098039216,239.21568627451],[194.117647058824,213.725490196078,246.078431372549],[179.411764705882,201.960784313725,242.156862745098],[159.803921568627,182.352941176471,222.549019607843],[166.666666666667,189.21568627451,222.549019607843],[179.411764705882,203.921568627451,233.333333333333],[172.549019607843,201.960784313725,225.490196078431],[148.039215686275,182.352941176471,201.960784313725],[131.372549019608,168.627450980392,191.176470588235],[136.274509803922,177.450980392157,201.960784313725],[129.411764705882,177.450980392157,206.862745098039],[128.43137254902,182.352941176471,211.764705882353],[114.705882352941,173.529411764706,200.980392156863],[115.686274509804,174.509803921569,198.039215686275],[122.549019607843,178.43137254902,195.098039215686],[106.862745098039,162.745098039216,171.56862745098],[121.56862745098,178.43137254902,179.411764705882],[110.78431372549,169.607843137255,169.607843137255],[107.843137254902,169.607843137255,174.509803921569],[93.1372549019608,155.882352941176,157.843137254902],[126.470588235294,181.372549019608,178.43137254902],[95.0980392156863,150,147.058823529412],[124.509803921569,184.313725490196,187.254901960784],[105.882352941176,165.686274509804,166.666666666667],[86.2745098039216,144.117647058824,138.235294117647],[153.921568627451,200.980392156863,189.21568627451],[203.921568627451,236.274509803922,215.686274509804],[167.647058823529,187.254901960784,162.745098039216],[140.196078431373,148.039215686275,124.509803921569],[159.803921568627,159.803921568627,136.274509803922],[190.196078431373,188.235294117647,165.686274509804],[189.21568627451,179.411764705882,152.941176470588],[168.627450980392,146.078431372549,114.705882352941],[163.725490196078,144.117647058824,107.843137254902],[216.666666666667,211.764705882353,170.588235294118],[210.78431372549,209.803921568627,164.705882352941],[204.901960784314,192.156862745098,148.039215686275],[193.137254901961,179.411764705882,133.333333333333],[181.372549019608,173.529411764706,125.490196078431],[186.274509803922,178.43137254902,132.352941176471],[142.156862745098,127.450980392157,89.2156862745098],[194.117647058824,174.509803921569,140.196078431373],[203.921568627451,178.43137254902,146.078431372549],[200,166.666666666667,132.352941176471],[249.019607843137,210.78431372549,172.549019607843],[247.058823529412,200.980392156863,159.803921568627],[250,194.117647058824,154.901960784314],[221.56862745098,158.823529411765,121.56862745098],[200.980392156863,147.058823529412,108.823529411765],[206.862745098039,152.941176470588,114.705882352941],[174.509803921569,107.843137254902,69.6078431372549],[187.254901960784,119.607843137255,79.4117647058823],[198.039215686275,134.313725490196,93.1372549019608],[184.313725490196,124.509803921569,81.3725490196078],[164.705882352941,106.862745098039,63.7254901960784],[141.176470588235,84.3137254901961,39.2156862745098],[183.333333333333,121.56862745098,78.4313725490196],[195.098039215686,129.411764705882,85.2941176470588],[161.764705882353,90.1960784313725,48.0392156862745],[153.921568627451,80.3921568627451,39.2156862745098],[150.980392156863,77.4509803921569,39.2156862745098],[164.705882352941,94.1176470588235,56.8627450980392],[146.078431372549,83.3333333333333,48.0392156862745],[115.686274509804,60.7843137254902,26.4705882352941],[117.647058823529,68.6274509803922,36.2745098039216],[115.686274509804,72.5490196078431,44.1176470588235],[85.2941176470588,48.0392156862745,27.4509803921569],[65.6862745098039,33.3333333333333,16.6666666666667],[46.078431372549,18.6274509803922,4.90196078431373],[35.2941176470588,11.7647058823529,1.96078431372549],[24.5098039215686,5.88235294117647,0],[11.7647058823529,0,0],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[16.6666666666667,18.6274509803922,17.6470588235294],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,0],[14.7058823529412,13.7254901960784,11.7647058823529],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[28.4313725490196,28.4313725490196,26.4705882352941],[47.0588235294118,47.0588235294118,47.0588235294118],[18.6274509803922,18.6274509803922,16.6666666666667],[11.7647058823529,11.7647058823529,9.80392156862745],[26.4705882352941,25.4901960784314,21.5686274509804],[51.9607843137255,51.9607843137255,44.1176470588235],[40.1960784313726,40.1960784313726,30.3921568627451],[28.4313725490196,29.4117647058824,15.6862745098039],[22.5490196078431,19.6078431372549,0.980392156862745],[97.0588235294118,89.2156862745098,66.6666666666667],[69.6078431372549,57.843137254902,32.3529411764706],[40.1960784313726,29.4117647058824,0],[84.3137254901961,74.5098039215686,40.1960784313726],[77.4509803921569,68.6274509803922,30.3921568627451],[53.921568627451,42.156862745098,2.94117647058824],[69.6078431372549,60.7843137254902,20.5882352941176],[76.4705882352941,67.6470588235294,27.4509803921569],[56.8627450980392,49.0196078431373,10.7843137254902],[92.156862745098,84.3137254901961,48.0392156862745],[121.56862745098,116.666666666667,79.4117647058823],[129.411764705882,125.490196078431,89.2156862745098],[101.960784313725,100,61.7647058823529],[65.6862745098039,66.6666666666667,27.4509803921569],[97.0588235294118,98.0392156862745,56.8627450980392],[89.2156862745098,87.2549019607843,49.0196078431373],[103.921568627451,98.0392156862745,64.7058823529412],[83.3333333333333,76.4705882352941,48.0392156862745],[77.4509803921569,73.5294117647059,47.0588235294118],[80.3921568627451,80.3921568627451,56.8627450980392],[100.980392156863,105.882352941176,83.3333333333333],[100.980392156863,108.823529411765,85.2941176470588],[198.039215686275,210.78431372549,181.372549019608],[221.56862745098,235.294117647059,200],[95.0980392156863,109.803921568627,67.6470588235294],[69.6078431372549,82.3529411764706,37.2549019607843],[118.627450980392,132.352941176471,84.3137254901961],[190.196078431373,202.941176470588,159.803921568627],[234.313725490196,246.078431372549,210.78431372549],[210.78431372549,223.529411764706,194.117647058824],[182.352941176471,194.117647058824,172.549019607843],[134.313725490196,150.980392156863,133.333333333333],[74.5098039215686,100.980392156863,86.2745098039216],[102.941176470588,132.352941176471,120.588235294118],[102.941176470588,126.470588235294,113.725490196078],[133.333333333333,156.862745098039,144.117647058824],[175.490196078431,205.882352941176,191.176470588235],[182.352941176471,212.745098039216,198.039215686275],[196.078431372549,221.56862745098,210.78431372549],[160.78431372549,183.333333333333,175.490196078431],[166.666666666667,191.176470588235,185.294117647059],[175.490196078431,203.921568627451,200],[199.019607843137,234.313725490196,232.352941176471],[118.627450980392,152.941176470588,154.901960784314],[125.490196078431,154.901960784314,162.745098039216],[137.254901960784,168.627450980392,179.411764705882],[117.647058823529,156.862745098039,166.666666666667],[134.313725490196,169.607843137255,181.372549019608],[170.588235294118,194.117647058824,205.882352941176],[155.882352941176,173.529411764706,185.294117647059],[181.372549019608,199.019607843137,212.745098039216],[186.274509803922,204.901960784314,218.627450980392],[203.921568627451,222.549019607843,236.274509803922],[228.43137254902,246.078431372549,250],[192.156862745098,204.901960784314,221.56862745098],[178.43137254902,189.21568627451,206.862745098039],[184.313725490196,192.156862745098,212.745098039216],[174.509803921569,182.352941176471,204.901960784314],[180.392156862745,190.196078431373,214.705882352941],[185.294117647059,200,222.549019607843],[191.176470588235,208.823529411765,232.352941176471],[198.039215686275,222.549019607843,244.117647058824],[180.392156862745,210.78431372549,231.372549019608],[150,184.313725490196,205.882352941176],[161.764705882353,195.098039215686,221.56862745098],[172.549019607843,202.941176470588,231.372549019608],[183.333333333333,209.803921568627,239.21568627451],[180.392156862745,200,232.352941176471],[182.352941176471,198.039215686275,233.333333333333],[203.921568627451,217.647058823529,250],[201.960784313725,215.686274509804,250],[169.607843137255,184.313725490196,222.549019607843],[154.901960784314,172.549019607843,209.803921568627],[176.470588235294,196.078431372549,232.352941176471],[179.411764705882,200.980392156863,237.254901960784],[188.235294117647,206.862745098039,246.078431372549],[180.392156862745,198.039215686275,237.254901960784],[177.450980392157,190.196078431373,231.372549019608],[196.078431372549,204.901960784314,247.058823529412],[183.333333333333,195.098039215686,236.274509803922],[184.313725490196,202.941176470588,245.098039215686],[179.411764705882,203.921568627451,244.117647058824],[175.490196078431,200,240.196078431373],[165.686274509804,195.098039215686,232.352941176471],[158.823529411765,194.117647058824,229.411764705882],[170.588235294118,201.960784313725,239.21568627451],[194.117647058824,206.862745098039,250],[196.078431372549,208.823529411765,250],[153.921568627451,188.235294117647,225.490196078431],[138.235294117647,186.274509803922,217.647058823529],[125.490196078431,178.43137254902,203.921568627451],[159.803921568627,193.137254901961,220.588235294118],[193.137254901961,183.333333333333,219.607843137255],[227.450980392157,210.78431372549,244.117647058824],[193.137254901961,199.019607843137,220.588235294118],[185.294117647059,198.039215686275,213.725490196078],[205.882352941176,211.764705882353,227.450980392157],[196.078431372549,199.019607843137,217.647058823529],[191.176470588235,196.078431372549,217.647058823529],[196.078431372549,202.941176470588,228.43137254902],[204.901960784314,213.725490196078,242.156862745098],[197.058823529412,208.823529411765,234.313725490196],[149.019607843137,160.78431372549,182.352941176471],[166.666666666667,178.43137254902,194.117647058824],[175.490196078431,188.235294117647,196.078431372549],[197.058823529412,210.78431372549,213.725490196078],[193.137254901961,206.862745098039,207.843137254902],[212.745098039216,225.490196078431,231.372549019608],[192.156862745098,208.823529411765,218.627450980392],[151.960784313725,168.627450980392,186.274509803922],[175.490196078431,193.137254901961,216.666666666667],[192.156862745098,208.823529411765,238.235294117647],[176.470588235294,192.156862745098,227.450980392157],[159.803921568627,175.490196078431,210.78431372549],[167.647058823529,183.333333333333,215.686274509804],[175.490196078431,195.098039215686,221.56862745098],[162.745098039216,187.254901960784,208.823529411765],[153.921568627451,181.372549019608,201.960784313725],[145.098039215686,179.411764705882,200.980392156863],[137.254901960784,176.470588235294,200.980392156863],[137.254901960784,181.372549019608,209.803921568627],[147.058823529412,197.058823529412,225.490196078431],[118.627450980392,171.56862745098,199.019607843137],[117.647058823529,172.549019607843,195.098039215686],[155.882352941176,212.745098039216,226.470588235294],[140.196078431373,196.078431372549,202.941176470588],[147.058823529412,204.901960784314,202.941176470588],[162.745098039216,220.588235294118,216.666666666667],[131.372549019608,188.235294117647,189.21568627451],[141.176470588235,196.078431372549,195.098039215686],[127.450980392157,179.411764705882,171.56862745098],[149.019607843137,200.980392156863,191.176470588235],[137.254901960784,196.078431372549,188.235294117647],[109.803921568627,167.647058823529,161.764705882353],[120.588235294118,175.490196078431,166.666666666667],[146.078431372549,187.254901960784,173.529411764706],[176.470588235294,198.039215686275,175.490196078431],[167.647058823529,176.470588235294,148.039215686275],[164.705882352941,164.705882352941,137.254901960784],[183.333333333333,179.411764705882,152.941176470588],[209.803921568627,204.901960784314,183.333333333333],[185.294117647059,177.450980392157,154.901960784314],[187.254901960784,172.549019607843,144.117647058824],[188.235294117647,175.490196078431,141.176470588235],[208.823529411765,211.764705882353,167.647058823529],[177.450980392157,184.313725490196,134.313725490196],[162.745098039216,155.882352941176,104.901960784314],[126.470588235294,113.725490196078,62.7450980392157],[207.843137254902,196.078431372549,147.058823529412],[205.882352941176,193.137254901961,150],[189.21568627451,170.588235294118,138.235294117647],[202.941176470588,180.392156862745,150],[210.78431372549,181.372549019608,153.921568627451],[179.411764705882,145.098039215686,115.686274509804],[194.117647058824,151.960784313725,117.647058823529],[250,203.921568627451,164.705882352941],[227.450980392157,166.666666666667,130.392156862745],[177.450980392157,116.666666666667,80.3921568627451],[163.725490196078,111.764705882353,78.4313725490196],[181.372549019608,130.392156862745,94.1176470588235],[212.745098039216,150,112.745098039216],[176.470588235294,108.823529411765,68.6274509803922],[184.313725490196,118.627450980392,77.4509803921569],[171.56862745098,107.843137254902,66.6666666666667],[187.254901960784,123.529411764706,82.3529411764706],[184.313725490196,118.627450980392,76.4705882352941],[160.78431372549,94.1176470588235,50],[149.019607843137,77.4509803921569,35.2941176470588],[170.588235294118,95.0980392156863,51.9607843137255],[181.372549019608,103.921568627451,61.7647058823529],[167.647058823529,91.1764705882353,52.9411764705882],[160.78431372549,90.1960784313725,52.9411764705882],[149.019607843137,86.2745098039216,50.9803921568627],[121.56862745098,63.7254901960784,32.3529411764706],[96.078431372549,46.078431372549,15.6862745098039],[72.5490196078431,29.4117647058824,4.90196078431373],[64.7058823529412,29.4117647058824,13.7254901960784],[46.078431372549,18.6274509803922,7.84313725490196],[27.4509803921569,4.90196078431373,0],[17.6470588235294,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[25.4901960784314,27.4509803921569,26.4705882352941],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[16.6666666666667,16.6666666666667,14.7058823529412],[10.7843137254902,9.80392156862745,7.84313725490196],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,26.4705882352941],[27.4509803921569,26.4705882352941,21.5686274509804],[44.1176470588235,41.1764705882353,32.3529411764706],[45.0980392156863,41.1764705882353,30.3921568627451],[46.078431372549,43.1372549019608,28.4313725490196],[18.6274509803922,11.7647058823529,0],[42.156862745098,26.4705882352941,10.7843137254902],[54.9019607843137,37.2549019607843,17.6470588235294],[50.9803921568627,33.3333333333333,9.80392156862745],[60.7843137254902,44.1176470588235,14.7058823529412],[65.6862745098039,50,14.7058823529412],[60.7843137254902,48.0392156862745,6.86274509803922],[92.156862745098,81.3725490196078,37.2549019607843],[78.4313725490196,70.5882352941177,25.4901960784314],[74.5098039215686,67.6470588235294,24.5098039215686],[90.1960784313725,87.2549019607843,45.0980392156863],[125.490196078431,126.470588235294,87.2549019607843],[171.56862745098,173.529411764706,135.294117647059],[114.705882352941,120.588235294118,83.3333333333333],[100.980392156863,108.823529411765,72.5490196078431],[147.058823529412,156.862745098039,120.588235294118],[117.647058823529,125.490196078431,89.2156862745098],[101.960784313725,101.960784313725,66.6666666666667],[114.705882352941,114.705882352941,81.3725490196078],[106.862745098039,106.862745098039,79.4117647058823],[89.2156862745098,93.1372549019608,68.6274509803922],[90.1960784313725,98.0392156862745,77.4509803921569],[83.3333333333333,95.0980392156863,73.5294117647059],[110.78431372549,122.549019607843,99.0196078431373],[108.823529411765,121.56862745098,94.1176470588235],[129.411764705882,143.137254901961,108.823529411765],[79.4117647058823,94.1176470588235,55.8823529411765],[148.039215686275,162.745098039216,122.549019607843],[146.078431372549,160.78431372549,122.549019607843],[123.529411764706,139.21568627451,103.921568627451],[140.196078431373,155.882352941176,127.450980392157],[158.823529411765,176.470588235294,152.941176470588],[129.411764705882,150,131.372549019608],[111.764705882353,137.254901960784,126.470588235294],[86.2745098039216,112.745098039216,105.882352941176],[100.980392156863,125.490196078431,119.607843137255],[95.0980392156863,119.607843137255,113.725490196078],[107.843137254902,132.352941176471,126.470588235294],[204.901960784314,227.450980392157,221.56862745098],[218.627450980392,241.176470588235,235.294117647059],[157.843137254902,178.43137254902,173.529411764706],[168.627450980392,190.196078431373,187.254901960784],[175.490196078431,197.058823529412,195.098039215686],[200.980392156863,221.56862745098,222.549019607843],[177.450980392157,200.980392156863,202.941176470588],[164.705882352941,187.254901960784,193.137254901961],[150.980392156863,175.490196078431,182.352941176471],[195.098039215686,218.627450980392,228.43137254902],[230.392156862745,250,250],[224.509803921569,250,250],[203.921568627451,225.490196078431,238.235294117647],[207.843137254902,220.588235294118,236.274509803922],[241.176470588235,248.039215686275,250],[200.980392156863,203.921568627451,222.549019607843],[221.56862745098,222.549019607843,242.156862745098],[166.666666666667,168.627450980392,189.21568627451],[185.294117647059,190.196078431373,211.764705882353],[196.078431372549,201.960784313725,225.490196078431],[174.509803921569,182.352941176471,204.901960784314],[175.490196078431,182.352941176471,207.843137254902],[200.980392156863,207.843137254902,235.294117647059],[237.254901960784,244.117647058824,250],[228.43137254902,237.254901960784,250],[185.294117647059,199.019607843137,227.450980392157],[184.313725490196,197.058823529412,228.43137254902],[211.764705882353,224.509803921569,250],[203.921568627451,215.686274509804,250],[200,207.843137254902,246.078431372549],[195.098039215686,202.941176470588,241.176470588235],[189.21568627451,196.078431372549,237.254901960784],[189.21568627451,196.078431372549,237.254901960784],[184.313725490196,196.078431372549,237.254901960784],[173.529411764706,188.235294117647,228.43137254902],[155.882352941176,177.450980392157,215.686274509804],[190.196078431373,212.745098039216,250],[201.960784313725,226.470588235294,250],[196.078431372549,218.627450980392,250],[177.450980392157,196.078431372549,237.254901960784],[178.43137254902,193.137254901961,235.294117647059],[201.960784313725,212.745098039216,250],[196.078431372549,208.823529411765,250],[172.549019607843,193.137254901961,237.254901960784],[170.588235294118,197.058823529412,239.21568627451],[167.647058823529,194.117647058824,236.274509803922],[160.78431372549,189.21568627451,228.43137254902],[155.882352941176,190.196078431373,227.450980392157],[170.588235294118,201.960784313725,240.196078431373],[193.137254901961,204.901960784314,250],[192.156862745098,205.882352941176,250],[159.803921568627,192.156862745098,232.352941176471],[159.803921568627,204.901960784314,238.235294117647],[140.196078431373,190.196078431373,218.627450980392],[161.764705882353,192.156862745098,222.549019607843],[166.666666666667,155.882352941176,195.098039215686],[230.392156862745,210.78431372549,247.058823529412],[206.862745098039,210.78431372549,235.294117647059],[195.098039215686,205.882352941176,223.529411764706],[198.039215686275,203.921568627451,219.607843137255],[194.117647058824,197.058823529412,213.725490196078],[179.411764705882,184.313725490196,203.921568627451],[188.235294117647,196.078431372549,218.627450980392],[189.21568627451,199.019607843137,223.529411764706],[206.862745098039,216.666666666667,241.176470588235],[192.156862745098,202.941176470588,222.549019607843],[160.78431372549,172.549019607843,186.274509803922],[144.117647058824,153.921568627451,162.745098039216],[191.176470588235,200,204.901960784314],[234.313725490196,244.117647058824,246.078431372549],[224.509803921569,235.294117647059,241.176470588235],[191.176470588235,202.941176470588,214.705882352941],[181.372549019608,194.117647058824,212.745098039216],[178.43137254902,192.156862745098,217.647058823529],[167.647058823529,182.352941176471,212.745098039216],[177.450980392157,192.156862745098,224.509803921569],[181.372549019608,194.117647058824,227.450980392157],[191.176470588235,204.901960784314,233.333333333333],[195.098039215686,208.823529411765,234.313725490196],[189.21568627451,203.921568627451,224.509803921569],[181.372549019608,199.019607843137,220.588235294118],[167.647058823529,189.21568627451,212.745098039216],[149.019607843137,175.490196078431,201.960784313725],[154.901960784314,187.254901960784,217.647058823529],[151.960784313725,190.196078431373,222.549019607843],[113.725490196078,157.843137254902,188.235294117647],[114.705882352941,163.725490196078,188.235294117647],[170.588235294118,222.549019607843,238.235294117647],[163.725490196078,219.607843137255,226.470588235294],[151.960784313725,209.803921568627,207.843137254902],[149.019607843137,202.941176470588,200],[173.529411764706,222.549019607843,223.529411764706],[176.470588235294,219.607843137255,218.627450980392],[167.647058823529,208.823529411765,199.019607843137],[169.607843137255,210.78431372549,197.058823529412],[152.941176470588,196.078431372549,183.333333333333],[122.549019607843,164.705882352941,154.901960784314],[104.901960784314,144.117647058824,135.294117647059],[121.56862745098,151.960784313725,137.254901960784],[155.882352941176,169.607843137255,147.058823529412],[174.509803921569,174.509803921569,147.058823529412],[177.450980392157,168.627450980392,138.235294117647],[225.490196078431,214.705882352941,183.333333333333],[175.490196078431,168.627450980392,140.196078431373],[110.78431372549,107.843137254902,77.4509803921569],[81.3725490196078,81.3725490196078,48.0392156862745],[125.490196078431,129.411764705882,95.0980392156863],[195.098039215686,205.882352941176,166.666666666667],[181.372549019608,190.196078431373,146.078431372549],[158.823529411765,157.843137254902,110.78431372549],[178.43137254902,168.627450980392,120.588235294118],[157.843137254902,142.156862745098,94.1176470588235],[141.176470588235,122.549019607843,80.3921568627451],[174.509803921569,152.941176470588,116.666666666667],[186.274509803922,160.78431372549,128.43137254902],[152.941176470588,122.549019607843,92.156862745098],[187.254901960784,149.019607843137,116.666666666667],[174.509803921569,127.450980392157,90.1960784313725],[156.862745098039,103.921568627451,66.6666666666667],[125.490196078431,72.5490196078431,35.2941176470588],[128.43137254902,76.4705882352941,43.1372549019608],[128.43137254902,84.3137254901961,53.921568627451],[142.156862745098,96.078431372549,66.6666666666667],[174.509803921569,119.607843137255,83.3333333333333],[172.549019607843,111.764705882353,71.5686274509804],[189.21568627451,126.470588235294,89.2156862745098],[156.862745098039,90.1960784313725,53.921568627451],[156.862745098039,88.2352941176471,52.9411764705882],[178.43137254902,105.882352941176,71.5686274509804],[174.509803921569,100,64.7058823529412],[172.549019607843,99.0196078431373,60.7843137254902],[172.549019607843,100.980392156863,60.7843137254902],[164.705882352941,95.0980392156863,53.921568627451],[139.21568627451,73.5294117647059,32.3529411764706],[130.392156862745,66.6666666666667,29.4117647058824],[133.333333333333,71.5686274509804,37.2549019607843],[128.43137254902,70.5882352941177,41.1764705882353],[109.803921568627,53.921568627451,27.4509803921569],[74.5098039215686,24.5098039215686,3.92156862745098],[47.0588235294118,10.7843137254902,0],[32.3529411764706,4.90196078431373,0],[19.6078431372549,0,0],[13.7254901960784,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[47.0588235294118,45.0980392156863,48.0392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[25.4901960784314,25.4901960784314,23.5294117647059],[26.4705882352941,26.4705882352941,24.5098039215686],[24.5098039215686,23.5294117647059,21.5686274509804],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,24.5098039215686],[10.7843137254902,7.84313725490196,2.94117647058824],[12.7450980392157,8.82352941176471,0],[35.2941176470588,29.4117647058824,17.6470588235294],[53.921568627451,48.0392156862745,32.3529411764706],[36.2745098039216,27.4509803921569,10.7843137254902],[42.156862745098,25.4901960784314,9.80392156862745],[94.1176470588235,71.5686274509804,55.8823529411765],[105.882352941176,84.3137254901961,61.7647058823529],[79.4117647058823,60.7843137254902,31.3725490196078],[89.2156862745098,73.5294117647059,38.2352941176471],[128.43137254902,115.686274509804,74.5098039215686],[121.56862745098,110.78431372549,66.6666666666667],[73.5294117647059,66.6666666666667,21.5686274509804],[69.6078431372549,66.6666666666667,22.5490196078431],[90.1960784313725,89.2156862745098,46.078431372549],[76.4705882352941,78.4313725490196,39.2156862745098],[125.490196078431,131.372549019608,94.1176470588235],[102.941176470588,112.745098039216,76.4705882352941],[39.2156862745098,52.9411764705882,17.6470588235294],[59.8039215686275,75.4901960784314,40.1960784313726],[79.4117647058823,91.1764705882353,55.8823529411765],[38.2352941176471,44.1176470588235,6.86274509803922],[68.6274509803922,72.5490196078431,38.2352941176471],[95.0980392156863,101.960784313725,71.5686274509804],[71.5686274509804,79.4117647058823,55.8823529411765],[62.7450980392157,74.5098039215686,54.9019607843137],[71.5686274509804,84.3137254901961,66.6666666666667],[43.1372549019608,55.8823529411765,36.2745098039216],[47.0588235294118,60.7843137254902,38.2352941176471],[100.980392156863,113.725490196078,86.2745098039216],[101.960784313725,115.686274509804,83.3333333333333],[147.058823529412,162.745098039216,127.450980392157],[200,216.666666666667,181.372549019608],[172.549019607843,191.176470588235,159.803921568627],[84.3137254901961,106.862745098039,78.4313725490196],[93.1372549019608,116.666666666667,91.1764705882353],[133.333333333333,155.882352941176,136.274509803922],[173.529411764706,195.098039215686,183.333333333333],[125.490196078431,146.078431372549,139.21568627451],[69.6078431372549,94.1176470588235,88.2352941176471],[86.2745098039216,110.78431372549,104.901960784314],[89.2156862745098,108.823529411765,106.862745098039],[136.274509803922,154.901960784314,152.941176470588],[183.333333333333,204.901960784314,202.941176470588],[184.313725490196,208.823529411765,205.882352941176],[169.607843137255,193.137254901961,193.137254901961],[156.862745098039,177.450980392157,180.392156862745],[157.843137254902,175.490196078431,179.411764705882],[169.607843137255,188.235294117647,194.117647058824],[188.235294117647,210.78431372549,216.666666666667],[198.039215686275,222.549019607843,229.411764705882],[235.294117647059,250,250],[235.294117647059,250,250],[225.490196078431,249.019607843137,250],[178.43137254902,201.960784313725,213.725490196078],[158.823529411765,174.509803921569,189.21568627451],[233.333333333333,242.156862745098,250],[201.960784313725,206.862745098039,225.490196078431],[216.666666666667,219.607843137255,238.235294117647],[178.43137254902,180.392156862745,200.980392156863],[207.843137254902,213.725490196078,235.294117647059],[212.745098039216,223.529411764706,245.098039215686],[167.647058823529,179.411764705882,200.980392156863],[169.607843137255,184.313725490196,206.862745098039],[176.470588235294,192.156862745098,216.666666666667],[170.588235294118,186.274509803922,211.764705882353],[170.588235294118,185.294117647059,213.725490196078],[164.705882352941,179.411764705882,207.843137254902],[170.588235294118,185.294117647059,215.686274509804],[170.588235294118,186.274509803922,219.607843137255],[155.882352941176,169.607843137255,205.882352941176],[153.921568627451,165.686274509804,202.941176470588],[171.56862745098,183.333333333333,222.549019607843],[185.294117647059,197.058823529412,236.274509803922],[178.43137254902,191.176470588235,232.352941176471],[163.725490196078,178.43137254902,218.627450980392],[153.921568627451,172.549019607843,213.725490196078],[154.901960784314,177.450980392157,217.647058823529],[163.725490196078,191.176470588235,230.392156862745],[162.745098039216,190.196078431373,229.411764705882],[164.705882352941,189.21568627451,229.411764705882],[166.666666666667,189.21568627451,230.392156862745],[178.43137254902,196.078431372549,241.176470588235],[188.235294117647,201.960784313725,248.039215686275],[166.666666666667,183.333333333333,228.43137254902],[161.764705882353,185.294117647059,230.392156862745],[160.78431372549,189.21568627451,232.352941176471],[163.725490196078,192.156862745098,235.294117647059],[161.764705882353,193.137254901961,233.333333333333],[155.882352941176,193.137254901961,231.372549019608],[164.705882352941,196.078431372549,236.274509803922],[182.352941176471,196.078431372549,242.156862745098],[185.294117647059,199.019607843137,245.098039215686],[154.901960784314,187.254901960784,227.450980392157],[150,193.137254901961,229.411764705882],[148.039215686275,196.078431372549,227.450980392157],[206.862745098039,236.274509803922,250],[232.352941176471,221.56862745098,250],[240.196078431373,219.607843137255,250],[190.196078431373,191.176470588235,218.627450980392],[202.941176470588,213.725490196078,231.372549019608],[215.686274509804,222.549019607843,238.235294117647],[199.019607843137,204.901960784314,220.588235294118],[179.411764705882,186.274509803922,204.901960784314],[186.274509803922,194.117647058824,214.705882352941],[147.058823529412,157.843137254902,179.411764705882],[146.078431372549,156.862745098039,178.43137254902],[178.43137254902,189.21568627451,206.862745098039],[178.43137254902,188.235294117647,200],[177.450980392157,186.274509803922,193.137254901961],[172.549019607843,179.411764705882,185.294117647059],[200.980392156863,208.823529411765,211.764705882353],[220.588235294118,229.411764705882,236.274509803922],[209.803921568627,219.607843137255,231.372549019608],[181.372549019608,192.156862745098,209.803921568627],[172.549019607843,184.313725490196,209.803921568627],[202.941176470588,216.666666666667,245.098039215686],[177.450980392157,192.156862745098,220.588235294118],[190.196078431373,204.901960784314,233.333333333333],[187.254901960784,201.960784313725,224.509803921569],[187.254901960784,199.019607843137,220.588235294118],[195.098039215686,205.882352941176,225.490196078431],[194.117647058824,206.862745098039,225.490196078431],[187.254901960784,201.960784313725,224.509803921569],[179.411764705882,199.019607843137,223.529411764706],[182.352941176471,206.862745098039,236.274509803922],[166.666666666667,197.058823529412,227.450980392157],[158.823529411765,197.058823529412,225.490196078431],[132.352941176471,177.450980392157,200],[100,150.980392156863,163.725490196078],[94.1176470588235,150.980392156863,154.901960784314],[123.529411764706,183.333333333333,178.43137254902],[108.823529411765,164.705882352941,157.843137254902],[95.0980392156863,145.098039215686,140.196078431373],[122.549019607843,166.666666666667,161.764705882353],[141.176470588235,181.372549019608,173.529411764706],[114.705882352941,153.921568627451,143.137254901961],[197.058823529412,232.352941176471,222.549019607843],[200,231.372549019608,220.588235294118],[149.019607843137,172.549019607843,159.803921568627],[153.921568627451,170.588235294118,154.901960784314],[155.882352941176,160.78431372549,141.176470588235],[134.313725490196,132.352941176471,107.843137254902],[155.882352941176,149.019607843137,120.588235294118],[159.803921568627,152.941176470588,124.509803921569],[114.705882352941,113.725490196078,83.3333333333333],[54.9019607843137,57.843137254902,27.4509803921569],[87.2549019607843,97.0588235294118,63.7254901960784],[178.43137254902,192.156862745098,157.843137254902],[165.686274509804,181.372549019608,146.078431372549],[189.21568627451,203.921568627451,163.725490196078],[204.901960784314,210.78431372549,165.686274509804],[210.78431372549,204.901960784314,157.843137254902],[200.980392156863,183.333333333333,136.274509803922],[108.823529411765,85.2941176470588,42.156862745098],[186.274509803922,161.764705882353,122.549019607843],[153.921568627451,126.470588235294,90.1960784313725],[131.372549019608,100,62.7450980392157],[131.372549019608,92.156862745098,56.8627450980392],[146.078431372549,95.0980392156863,56.8627450980392],[120.588235294118,67.6470588235294,30.3921568627451],[122.549019607843,75.4901960784314,38.2352941176471],[111.764705882353,69.6078431372549,36.2745098039216],[90.1960784313725,50.9803921568627,25.4901960784314],[107.843137254902,66.6666666666667,42.156862745098],[89.2156862745098,40.1960784313726,5.88235294117647],[130.392156862745,76.4705882352941,38.2352941176471],[155.882352941176,94.1176470588235,59.8039215686275],[169.607843137255,104.901960784314,71.5686274509804],[164.705882352941,93.1372549019608,61.7647058823529],[145.098039215686,71.5686274509804,40.1960784313726],[158.823529411765,84.3137254901961,50.9803921568627],[153.921568627451,81.3725490196078,45.0980392156863],[159.803921568627,92.156862745098,51.9607843137255],[136.274509803922,70.5882352941177,29.4117647058824],[132.352941176471,70.5882352941177,30.3921568627451],[133.333333333333,74.5098039215686,38.2352941176471],[115.686274509804,57.843137254902,24.5098039215686],[113.725490196078,54.9019607843137,27.4509803921569],[117.647058823529,58.8235294117647,35.2941176470588],[92.156862745098,40.1960784313726,22.5490196078431],[51.9607843137255,14.7058823529412,1.96078431372549],[35.2941176470588,7.84313725490196,0],[22.5490196078431,0,0],[16.6666666666667,0,0],[11.7647058823529,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[7.84313725490196,9.80392156862745,8.82352941176471],[104.901960784314,106.862745098039,105.882352941176],[75.4901960784314,77.4509803921569,76.4705882352941],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[50,48.0392156862745,50.9803921568627],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,15.6862745098039,11.7647058823529],[10.7843137254902,9.80392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,6.86274509803922],[19.6078431372549,15.6862745098039,14.7058823529412],[3.92156862745098,0,0],[26.4705882352941,22.5490196078431,19.6078431372549],[16.6666666666667,11.7647058823529,5.88235294117647],[23.5294117647059,16.6666666666667,6.86274509803922],[29.4117647058824,21.5686274509804,8.82352941176471],[44.1176470588235,37.2549019607843,19.6078431372549],[91.1764705882353,80.3921568627451,60.7843137254902],[51.9607843137255,34.3137254901961,14.7058823529412],[60.7843137254902,40.1960784313726,19.6078431372549],[88.2352941176471,68.6274509803922,44.1176470588235],[87.2549019607843,70.5882352941177,41.1764705882353],[86.2745098039216,72.5490196078431,38.2352941176471],[137.254901960784,125.490196078431,86.2745098039216],[91.1764705882353,82.3529411764706,42.156862745098],[43.1372549019608,36.2745098039216,0],[53.921568627451,50.9803921568627,10.7843137254902],[102.941176470588,102.941176470588,65.6862745098039],[65.6862745098039,69.6078431372549,33.3333333333333],[33.3333333333333,41.1764705882353,4.90196078431373],[90.1960784313725,100,65.6862745098039],[98.0392156862745,108.823529411765,75.4901960784314],[64.7058823529412,78.4313725490196,44.1176470588235],[52.9411764705882,66.6666666666667,31.3725490196078],[85.2941176470588,95.0980392156863,58.8235294117647],[70.5882352941177,80.3921568627451,44.1176470588235],[120.588235294118,131.372549019608,100],[99.0196078431373,111.764705882353,86.2745098039216],[46.078431372549,58.8235294117647,39.2156862745098],[110.78431372549,123.529411764706,106.862745098039],[110.78431372549,123.529411764706,106.862745098039],[44.1176470588235,56.8627450980392,39.2156862745098],[55.8823529411765,69.6078431372549,47.0588235294118],[95.0980392156863,108.823529411765,83.3333333333333],[168.627450980392,184.313725490196,155.882352941176],[162.745098039216,181.372549019608,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[81.3725490196078,109.803921568627,82.3529411764706],[100.980392156863,130.392156862745,106.862745098039],[144.117647058824,171.56862745098,150],[199.019607843137,214.705882352941,201.960784313725],[190.196078431373,205.882352941176,195.098039215686],[73.5294117647059,97.0588235294118,84.3137254901961],[87.2549019607843,109.803921568627,101.960784313725],[168.627450980392,183.333333333333,180.392156862745],[166.666666666667,182.352941176471,182.352941176471],[132.352941176471,155.882352941176,155.882352941176],[159.803921568627,189.21568627451,191.176470588235],[144.117647058824,174.509803921569,177.450980392157],[119.607843137255,146.078431372549,154.901960784314],[201.960784313725,221.56862745098,232.352941176471],[168.627450980392,190.196078431373,202.941176470588],[112.745098039216,142.156862745098,151.960784313725],[134.313725490196,165.686274509804,176.470588235294],[163.725490196078,186.274509803922,200],[221.56862745098,240.196078431373,250],[233.333333333333,250,250],[177.450980392157,199.019607843137,209.803921568627],[144.117647058824,170.588235294118,179.411764705882],[155.882352941176,182.352941176471,191.176470588235],[155.882352941176,179.411764705882,191.176470588235],[153.921568627451,175.490196078431,188.235294117647],[191.176470588235,207.843137254902,223.529411764706],[205.882352941176,220.588235294118,239.21568627451],[197.058823529412,213.725490196078,233.333333333333],[171.56862745098,192.156862745098,212.745098039216],[165.686274509804,193.137254901961,213.725490196078],[149.019607843137,183.333333333333,201.960784313725],[146.078431372549,183.333333333333,201.960784313725],[171.56862745098,211.764705882353,231.372549019608],[167.647058823529,204.901960784314,227.450980392157],[138.235294117647,174.509803921569,200],[125.490196078431,165.686274509804,193.137254901961],[129.411764705882,169.607843137255,199.019607843137],[137.254901960784,172.549019607843,203.921568627451],[150,182.352941176471,216.666666666667],[171.56862745098,199.019607843137,235.294117647059],[182.352941176471,206.862745098039,246.078431372549],[168.627450980392,191.176470588235,231.372549019608],[144.117647058824,168.627450980392,208.823529411765],[149.019607843137,176.470588235294,215.686274509804],[152.941176470588,181.372549019608,222.549019607843],[158.823529411765,187.254901960784,228.43137254902],[166.666666666667,193.137254901961,237.254901960784],[170.588235294118,194.117647058824,239.21568627451],[174.509803921569,196.078431372549,242.156862745098],[177.450980392157,197.058823529412,246.078431372549],[163.725490196078,185.294117647059,233.333333333333],[158.823529411765,186.274509803922,233.333333333333],[155.882352941176,186.274509803922,232.352941176471],[162.745098039216,193.137254901961,239.21568627451],[168.627450980392,200.980392156863,245.098039215686],[161.764705882353,198.039215686275,241.176470588235],[161.764705882353,192.156862745098,235.294117647059],[177.450980392157,193.137254901961,241.176470588235],[185.294117647059,200.980392156863,250],[160.78431372549,193.137254901961,237.254901960784],[146.078431372549,189.21568627451,227.450980392157],[140.196078431373,185.294117647059,218.627450980392],[185.294117647059,212.745098039216,249.019607843137],[238.235294117647,229.411764705882,250],[242.156862745098,224.509803921569,250],[203.921568627451,202.941176470588,233.333333333333],[217.647058823529,225.490196078431,248.039215686275],[242.156862745098,250,250],[215.686274509804,224.509803921569,239.21568627451],[199.019607843137,206.862745098039,225.490196078431],[185.294117647059,196.078431372549,215.686274509804],[182.352941176471,193.137254901961,214.705882352941],[197.058823529412,207.843137254902,227.450980392157],[169.607843137255,181.372549019608,197.058823529412],[168.627450980392,178.43137254902,190.196078431373],[207.843137254902,214.705882352941,222.549019607843],[231.372549019608,236.274509803922,242.156862745098],[224.509803921569,229.411764705882,233.333333333333],[202.941176470588,206.862745098039,215.686274509804],[197.058823529412,202.941176470588,216.666666666667],[186.274509803922,193.137254901961,211.764705882353],[175.490196078431,185.294117647059,209.803921568627],[190.196078431373,203.921568627451,229.411764705882],[184.313725490196,205.882352941176,228.43137254902],[188.235294117647,209.803921568627,230.392156862745],[176.470588235294,197.058823529412,213.725490196078],[178.43137254902,195.098039215686,210.78431372549],[184.313725490196,197.058823529412,212.745098039216],[182.352941176471,193.137254901961,210.78431372549],[184.313725490196,197.058823529412,215.686274509804],[176.470588235294,192.156862745098,214.705882352941],[150.980392156863,171.56862745098,198.039215686275],[160.78431372549,190.196078431373,215.686274509804],[136.274509803922,173.529411764706,196.078431372549],[99.0196078431373,145.098039215686,162.745098039216],[100.980392156863,154.901960784314,161.764705882353],[76.4705882352941,135.294117647059,135.294117647059],[76.4705882352941,138.235294117647,129.411764705882],[99.0196078431373,161.764705882353,148.039215686275],[89.2156862745098,146.078431372549,134.313725490196],[141.176470588235,193.137254901961,185.294117647059],[144.117647058824,195.098039215686,193.137254901961],[77.4509803921569,122.549019607843,122.549019607843],[106.862745098039,140.196078431373,141.176470588235],[200,219.607843137255,217.647058823529],[246.078431372549,250,243.137254901961],[167.647058823529,168.627450980392,152.941176470588],[146.078431372549,145.098039215686,125.490196078431],[151.960784313725,153.921568627451,132.352941176471],[218.627450980392,223.529411764706,201.960784313725],[136.274509803922,146.078431372549,122.549019607843],[61.7647058823529,73.5294117647059,50],[61.7647058823529,74.5098039215686,49.0196078431373],[72.5490196078431,85.2941176470588,59.8039215686275],[68.6274509803922,82.3529411764706,56.8627450980392],[84.3137254901961,102.941176470588,73.5294117647059],[181.372549019608,197.058823529412,161.764705882353],[145.098039215686,155.882352941176,113.725490196078],[164.705882352941,162.745098039216,115.686274509804],[234.313725490196,211.764705882353,168.627450980392],[205.882352941176,175.490196078431,132.352941176471],[165.686274509804,139.21568627451,97.0588235294118],[123.529411764706,95.0980392156863,55.8823529411765],[165.686274509804,132.352941176471,95.0980392156863],[114.705882352941,73.5294117647059,36.2745098039216],[122.549019607843,67.6470588235294,31.3725490196078],[113.725490196078,58.8235294117647,22.5490196078431],[83.3333333333333,41.1764705882353,6.86274509803922],[69.6078431372549,35.2941176470588,3.92156862745098],[45.0980392156863,13.7254901960784,0],[33.3333333333333,0,0],[74.5098039215686,30.3921568627451,0],[140.196078431373,88.2352941176471,54.9019607843137],[153.921568627451,96.078431372549,64.7058823529412],[170.588235294118,108.823529411765,78.4313725490196],[143.137254901961,75.4901960784314,47.0588235294118],[106.862745098039,37.2549019607843,7.84313725490196],[136.274509803922,64.7058823529412,33.3333333333333],[144.117647058824,72.5490196078431,40.1960784313726],[130.392156862745,63.7254901960784,27.4509803921569],[102.941176470588,39.2156862745098,1.96078431372549],[114.705882352941,53.921568627451,15.6862745098039],[137.254901960784,78.4313725490196,43.1372549019608],[135.294117647059,77.4509803921569,46.078431372549],[132.352941176471,76.4705882352941,50],[126.470588235294,66.6666666666667,46.078431372549],[96.078431372549,44.1176470588235,26.4705882352941],[78.4313725490196,41.1764705882353,28.4313725490196],[48.0392156862745,20.5882352941176,9.80392156862745],[25.4901960784314,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[17.6470588235294,3.92156862745098,2.94117647058824],[7.84313725490196,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0.980392156862745,0],[89.2156862745098,91.1764705882353,90.1960784313725],[67.6470588235294,69.6078431372549,68.6274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,1.96078431372549],[11.7647058823529,10.7843137254902,6.86274509803922],[161.764705882353,160.78431372549,156.862745098039],[108.823529411765,104.901960784314,103.921568627451],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[12.7450980392157,5.88235294117647,0],[28.4313725490196,20.5882352941176,9.80392156862745],[35.2941176470588,26.4705882352941,9.80392156862745],[42.156862745098,34.3137254901961,13.7254901960784],[88.2352941176471,78.4313725490196,53.921568627451],[65.6862745098039,51.9607843137255,25.4901960784314],[45.0980392156863,31.3725490196078,2.94117647058824],[82.3529411764706,69.6078431372549,38.2352941176471],[79.4117647058823,69.6078431372549,35.2941176470588],[126.470588235294,116.666666666667,82.3529411764706],[148.039215686275,140.196078431373,104.901960784314],[109.803921568627,103.921568627451,70.5882352941177],[89.2156862745098,84.3137254901961,52.9411764705882],[36.2745098039216,33.3333333333333,2.94117647058824],[44.1176470588235,43.1372549019608,13.7254901960784],[84.3137254901961,85.2941176470588,54.9019607843137],[78.4313725490196,83.3333333333333,51.9607843137255],[115.686274509804,122.549019607843,90.1960784313725],[92.156862745098,101.960784313725,67.6470588235294],[59.8039215686275,69.6078431372549,33.3333333333333],[170.588235294118,182.352941176471,145.098039215686],[126.470588235294,141.176470588235,102.941176470588],[129.411764705882,143.137254901961,107.843137254902],[91.1764705882353,105.882352941176,75.4901960784314],[59.8039215686275,73.5294117647059,48.0392156862745],[50,64.7058823529412,44.1176470588235],[62.7450980392157,75.4901960784314,57.843137254902],[74.5098039215686,87.2549019607843,70.5882352941177],[98.0392156862745,110.78431372549,93.1372549019608],[105.882352941176,119.607843137255,97.0588235294118],[58.8235294117647,72.5490196078431,48.0392156862745],[178.43137254902,194.117647058824,168.627450980392],[153.921568627451,173.529411764706,147.058823529412],[49.0196078431373,74.5098039215686,48.0392156862745],[106.862745098039,138.235294117647,114.705882352941],[153.921568627451,188.235294117647,166.666666666667],[200,232.352941176471,213.725490196078],[183.333333333333,204.901960784314,193.137254901961],[115.686274509804,136.274509803922,127.450980392157],[62.7450980392157,93.1372549019608,85.2941176470588],[87.2549019607843,117.647058823529,111.764705882353],[149.019607843137,169.607843137255,170.588235294118],[168.627450980392,192.156862745098,196.078431372549],[120.588235294118,152.941176470588,157.843137254902],[106.862745098039,143.137254901961,149.019607843137],[141.176470588235,178.43137254902,187.254901960784],[137.254901960784,170.588235294118,180.392156862745],[146.078431372549,168.627450980392,182.352941176471],[182.352941176471,204.901960784314,218.627450980392],[178.43137254902,211.764705882353,220.588235294118],[164.705882352941,198.039215686275,206.862745098039],[199.019607843137,222.549019607843,232.352941176471],[214.705882352941,234.313725490196,245.098039215686],[223.529411764706,243.137254901961,250],[230.392156862745,250,250],[175.490196078431,203.921568627451,211.764705882353],[123.529411764706,155.882352941176,162.745098039216],[149.019607843137,181.372549019608,188.235294117647],[158.823529411765,186.274509803922,197.058823529412],[170.588235294118,194.117647058824,205.882352941176],[156.862745098039,178.43137254902,192.156862745098],[171.56862745098,192.156862745098,208.823529411765],[187.254901960784,209.803921568627,227.450980392157],[180.392156862745,206.862745098039,225.490196078431],[157.843137254902,190.196078431373,208.823529411765],[141.176470588235,178.43137254902,197.058823529412],[131.372549019608,171.56862745098,191.176470588235],[127.450980392157,168.627450980392,190.196078431373],[128.43137254902,171.56862745098,196.078431372549],[126.470588235294,175.490196078431,200],[124.509803921569,173.529411764706,200],[129.411764705882,175.490196078431,204.901960784314],[132.352941176471,176.470588235294,206.862745098039],[135.294117647059,174.509803921569,208.823529411765],[141.176470588235,178.43137254902,213.725490196078],[146.078431372549,183.333333333333,219.607843137255],[143.137254901961,180.392156862745,216.666666666667],[149.019607843137,186.274509803922,224.509803921569],[143.137254901961,179.411764705882,220.588235294118],[147.058823529412,183.333333333333,224.509803921569],[156.862745098039,190.196078431373,234.313725490196],[160.78431372549,191.176470588235,236.274509803922],[165.686274509804,193.137254901961,240.196078431373],[169.607843137255,192.156862745098,241.176470588235],[162.745098039216,188.235294117647,238.235294117647],[156.862745098039,188.235294117647,236.274509803922],[152.941176470588,186.274509803922,233.333333333333],[158.823529411765,190.196078431373,238.235294117647],[163.725490196078,197.058823529412,242.156862745098],[158.823529411765,195.098039215686,239.21568627451],[159.803921568627,192.156862745098,236.274509803922],[175.490196078431,195.098039215686,244.117647058824],[185.294117647059,204.901960784314,250],[157.843137254902,191.176470588235,235.294117647059],[150,192.156862745098,233.333333333333],[139.21568627451,182.352941176471,218.627450980392],[142.156862745098,169.607843137255,207.843137254902],[191.176470588235,185.294117647059,228.43137254902],[234.313725490196,219.607843137255,250],[213.725490196078,214.705882352941,245.098039215686],[187.254901960784,194.117647058824,219.607843137255],[185.294117647059,196.078431372549,215.686274509804],[192.156862745098,202.941176470588,222.549019607843],[187.254901960784,199.019607843137,220.588235294118],[178.43137254902,190.196078431373,211.764705882353],[179.411764705882,191.176470588235,212.745098039216],[213.725490196078,226.470588235294,245.098039215686],[200.980392156863,212.745098039216,228.43137254902],[169.607843137255,177.450980392157,190.196078431373],[186.274509803922,193.137254901961,200.980392156863],[246.078431372549,250,250],[246.078431372549,249.019607843137,250],[198.039215686275,200.980392156863,207.843137254902],[181.372549019608,185.294117647059,197.058823529412],[184.313725490196,191.176470588235,208.823529411765],[184.313725490196,192.156862745098,214.705882352941],[176.470588235294,191.176470588235,213.725490196078],[181.372549019608,201.960784313725,222.549019607843],[177.450980392157,200,217.647058823529],[172.549019607843,191.176470588235,205.882352941176],[181.372549019608,197.058823529412,211.764705882353],[184.313725490196,193.137254901961,207.843137254902],[183.333333333333,190.196078431373,207.843137254902],[192.156862745098,200,218.627450980392],[175.490196078431,186.274509803922,205.882352941176],[151.960784313725,167.647058823529,190.196078431373],[141.176470588235,162.745098039216,185.294117647059],[135.294117647059,165.686274509804,185.294117647059],[123.529411764706,162.745098039216,174.509803921569],[115.686274509804,162.745098039216,164.705882352941],[82.3529411764706,134.313725490196,128.43137254902],[73.5294117647059,128.43137254902,115.686274509804],[83.3333333333333,139.21568627451,124.509803921569],[80.3921568627451,136.274509803922,121.56862745098],[111.764705882353,168.627450980392,156.862745098039],[104.901960784314,159.803921568627,156.862745098039],[113.725490196078,160.78431372549,160.78431372549],[92.156862745098,123.529411764706,120.588235294118],[115.686274509804,132.352941176471,126.470588235294],[213.725490196078,215.686274509804,202.941176470588],[239.21568627451,236.274509803922,219.607843137255],[196.078431372549,195.098039215686,177.450980392157],[128.43137254902,129.411764705882,111.764705882353],[166.666666666667,169.607843137255,150.980392156863],[123.529411764706,128.43137254902,106.862745098039],[37.2549019607843,42.156862745098,19.6078431372549],[63.7254901960784,73.5294117647059,50],[50,64.7058823529412,46.078431372549],[64.7058823529412,82.3529411764706,60.7843137254902],[99.0196078431373,116.666666666667,91.1764705882353],[151.960784313725,168.627450980392,135.294117647059],[178.43137254902,189.21568627451,148.039215686275],[155.882352941176,154.901960784314,109.803921568627],[175.490196078431,152.941176470588,109.803921568627],[179.411764705882,149.019607843137,105.882352941176],[155.882352941176,129.411764705882,87.2549019607843],[140.196078431373,112.745098039216,73.5294117647059],[113.725490196078,82.3529411764706,44.1176470588235],[92.156862745098,50.9803921568627,13.7254901960784],[74.5098039215686,21.5686274509804,0],[113.725490196078,60.7843137254902,25.4901960784314],[71.5686274509804,34.3137254901961,0],[70.5882352941177,40.1960784313726,9.80392156862745],[49.0196078431373,21.5686274509804,0],[46.078431372549,11.7647058823529,0],[125.490196078431,81.3725490196078,52.9411764705882],[109.803921568627,59.8039215686275,29.4117647058824],[99.0196078431373,45.0980392156863,15.6862745098039],[135.294117647059,79.4117647058823,50.9803921568627],[134.313725490196,74.5098039215686,47.0588235294118],[104.901960784314,42.156862745098,14.7058823529412],[105.882352941176,41.1764705882353,9.80392156862745],[143.137254901961,78.4313725490196,45.0980392156863],[171.56862745098,106.862745098039,72.5490196078431],[154.901960784314,90.1960784313725,55.8823529411765],[139.21568627451,76.4705882352941,41.1764705882353],[123.529411764706,61.7647058823529,27.4509803921569],[121.56862745098,63.7254901960784,34.3137254901961],[127.450980392157,71.5686274509804,45.0980392156863],[122.549019607843,67.6470588235294,45.0980392156863],[117.647058823529,70.5882352941177,50.9803921568627],[93.1372549019608,57.843137254902,44.1176470588235],[54.9019607843137,27.4509803921569,16.6666666666667],[23.5294117647059,0.980392156862745,0],[14.7058823529412,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[14.7058823529412,13.7254901960784,11.7647058823529],[2.94117647058824,0,0],[94.1176470588235,90.1960784313725,89.2156862745098],[92.156862745098,86.2745098039216,86.2745098039216],[4.90196078431373,0,0],[20.5882352941176,13.7254901960784,7.84313725490196],[36.2745098039216,27.4509803921569,18.6274509803922],[32.3529411764706,22.5490196078431,10.7843137254902],[33.3333333333333,22.5490196078431,4.90196078431373],[42.156862745098,31.3725490196078,9.80392156862745],[57.843137254902,49.0196078431373,20.5882352941176],[94.1176470588235,91.1764705882353,50.9803921568627],[83.3333333333333,82.3529411764706,39.2156862745098],[77.4509803921569,75.4901960784314,35.2941176470588],[60.7843137254902,58.8235294117647,20.5882352941176],[85.2941176470588,82.3529411764706,48.0392156862745],[91.1764705882353,88.2352941176471,57.843137254902],[64.7058823529412,60.7843137254902,36.2745098039216],[66.6666666666667,61.7647058823529,42.156862745098],[50,45.0980392156863,26.4705882352941],[48.0392156862745,43.1372549019608,24.5098039215686],[54.9019607843137,51.9607843137255,33.3333333333333],[47.0588235294118,45.0980392156863,22.5490196078431],[95.0980392156863,96.078431372549,64.7058823529412],[105.882352941176,107.843137254902,69.6078431372549],[61.7647058823529,64.7058823529412,22.5490196078431],[187.254901960784,194.117647058824,150.980392156863],[115.686274509804,127.450980392157,90.1960784313725],[97.0588235294118,111.764705882353,79.4117647058823],[59.8039215686275,76.4705882352941,45.0980392156863],[47.0588235294118,62.7450980392157,36.2745098039216],[55.8823529411765,69.6078431372549,47.0588235294118],[56.8627450980392,69.6078431372549,50],[70.5882352941177,82.3529411764706,60.7843137254902],[81.3725490196078,90.1960784313725,69.6078431372549],[103.921568627451,113.725490196078,90.1960784313725],[151.960784313725,163.725490196078,140.196078431373],[217.647058823529,233.333333333333,207.843137254902],[188.235294117647,210.78431372549,185.294117647059],[98.0392156862745,125.490196078431,102.941176470588],[159.803921568627,192.156862745098,171.56862745098],[165.686274509804,203.921568627451,185.294117647059],[134.313725490196,174.509803921569,160.78431372549],[126.470588235294,164.705882352941,159.803921568627],[132.352941176471,171.56862745098,171.56862745098],[98.0392156862745,145.098039215686,145.098039215686],[65.6862745098039,112.745098039216,114.705882352941],[97.0588235294118,136.274509803922,144.117647058824],[113.725490196078,152.941176470588,162.745098039216],[104.901960784314,150,162.745098039216],[102.941176470588,150,161.764705882353],[127.450980392157,172.549019607843,185.294117647059],[143.137254901961,182.352941176471,194.117647058824],[153.921568627451,183.333333333333,194.117647058824],[147.058823529412,175.490196078431,183.333333333333],[170.588235294118,200.980392156863,203.921568627451],[183.333333333333,212.745098039216,212.745098039216],[149.019607843137,168.627450980392,169.607843137255],[158.823529411765,178.43137254902,179.411764705882],[168.627450980392,196.078431372549,200],[228.43137254902,250,250],[208.823529411765,235.294117647059,242.156862745098],[143.137254901961,167.647058823529,174.509803921569],[145.098039215686,169.607843137255,176.470588235294],[173.529411764706,200,208.823529411765],[163.725490196078,190.196078431373,199.019607843137],[164.705882352941,188.235294117647,200],[183.333333333333,201.960784313725,216.666666666667],[184.313725490196,197.058823529412,215.686274509804],[205.882352941176,212.745098039216,238.235294117647],[236.274509803922,241.176470588235,250],[200.980392156863,211.764705882353,239.21568627451],[158.823529411765,175.490196078431,202.941176470588],[161.764705882353,188.235294117647,214.705882352941],[152.941176470588,186.274509803922,212.745098039216],[138.235294117647,173.529411764706,204.901960784314],[125.490196078431,163.725490196078,196.078431372549],[134.313725490196,173.529411764706,207.843137254902],[144.117647058824,186.274509803922,219.607843137255],[133.333333333333,178.43137254902,210.78431372549],[125.490196078431,175.490196078431,205.882352941176],[134.313725490196,188.235294117647,218.627450980392],[141.176470588235,197.058823529412,226.470588235294],[132.352941176471,187.254901960784,219.607843137255],[133.333333333333,188.235294117647,222.549019607843],[144.117647058824,195.098039215686,233.333333333333],[147.058823529412,191.176470588235,232.352941176471],[142.156862745098,179.411764705882,225.490196078431],[149.019607843137,180.392156862745,230.392156862745],[161.764705882353,188.235294117647,240.196078431373],[169.607843137255,196.078431372549,248.039215686275],[152.941176470588,188.235294117647,237.254901960784],[151.960784313725,189.21568627451,237.254901960784],[153.921568627451,189.21568627451,238.235294117647],[152.941176470588,188.235294117647,235.294117647059],[151.960784313725,189.21568627451,233.333333333333],[161.764705882353,195.098039215686,240.196078431373],[176.470588235294,198.039215686275,247.058823529412],[176.470588235294,199.019607843137,248.039215686275],[164.705882352941,200.980392156863,245.098039215686],[146.078431372549,188.235294117647,229.411764705882],[137.254901960784,180.392156862745,218.627450980392],[165.686274509804,194.117647058824,233.333333333333],[193.137254901961,192.156862745098,235.294117647059],[224.509803921569,213.725490196078,250],[196.078431372549,196.078431372549,231.372549019608],[174.509803921569,183.333333333333,211.764705882353],[173.529411764706,187.254901960784,212.745098039216],[169.607843137255,185.294117647059,209.803921568627],[163.725490196078,179.411764705882,204.901960784314],[185.294117647059,200.980392156863,225.490196078431],[158.823529411765,174.509803921569,199.019607843137],[159.803921568627,174.509803921569,195.098039215686],[195.098039215686,205.882352941176,223.529411764706],[195.098039215686,202.941176470588,215.686274509804],[189.21568627451,193.137254901961,201.960784313725],[220.588235294118,223.529411764706,230.392156862745],[239.21568627451,240.196078431373,245.098039215686],[203.921568627451,206.862745098039,213.725490196078],[175.490196078431,179.411764705882,190.196078431373],[181.372549019608,188.235294117647,203.921568627451],[185.294117647059,193.137254901961,211.764705882353],[173.529411764706,184.313725490196,205.882352941176],[195.098039215686,206.862745098039,228.43137254902],[201.960784313725,213.725490196078,235.294117647059],[175.490196078431,183.333333333333,201.960784313725],[171.56862745098,176.470588235294,195.098039215686],[183.333333333333,184.313725490196,201.960784313725],[182.352941176471,181.372549019608,199.019607843137],[187.254901960784,185.294117647059,205.882352941176],[178.43137254902,179.411764705882,200],[180.392156862745,186.274509803922,207.843137254902],[170.588235294118,181.372549019608,200.980392156863],[165.686274509804,182.352941176471,198.039215686275],[148.039215686275,169.607843137255,180.392156862745],[140.196078431373,167.647058823529,168.627450980392],[113.725490196078,144.117647058824,138.235294117647],[106.862745098039,140.196078431373,126.470588235294],[112.745098039216,150,135.294117647059],[66.6666666666667,115.686274509804,103.921568627451],[66.6666666666667,121.56862745098,110.78431372549],[69.6078431372549,124.509803921569,115.686274509804],[102.941176470588,149.019607843137,139.21568627451],[108.823529411765,142.156862745098,126.470588235294],[131.372549019608,151.960784313725,133.333333333333],[183.333333333333,195.098039215686,175.490196078431],[199.019607843137,201.960784313725,185.294117647059],[135.294117647059,135.294117647059,123.529411764706],[144.117647058824,138.235294117647,126.470588235294],[200,185.294117647059,166.666666666667],[150.980392156863,133.333333333333,109.803921568627],[108.823529411765,92.156862745098,66.6666666666667],[133.333333333333,127.450980392157,103.921568627451],[74.5098039215686,88.2352941176471,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[138.235294117647,155.882352941176,130.392156862745],[182.352941176471,196.078431372549,161.764705882353],[229.411764705882,236.274509803922,195.098039215686],[181.372549019608,177.450980392157,133.333333333333],[216.666666666667,194.117647058824,152.941176470588],[172.549019607843,144.117647058824,102.941176470588],[140.196078431373,115.686274509804,76.4705882352941],[168.627450980392,141.176470588235,104.901960784314],[118.627450980392,86.2745098039216,51.9607843137255],[133.333333333333,96.078431372549,60.7843137254902],[103.921568627451,54.9019607843137,20.5882352941176],[123.529411764706,74.5098039215686,40.1960784313726],[95.0980392156863,57.843137254902,22.5490196078431],[105.882352941176,75.4901960784314,45.0980392156863],[76.4705882352941,49.0196078431373,27.4509803921569],[85.2941176470588,50.9803921568627,31.3725490196078],[140.196078431373,93.1372549019608,70.5882352941177],[132.352941176471,79.4117647058823,51.9607843137255],[121.56862745098,71.5686274509804,43.1372549019608],[118.627450980392,70.5882352941177,41.1764705882353],[97.0588235294118,49.0196078431373,19.6078431372549],[90.1960784313725,40.1960784313726,11.7647058823529],[88.2352941176471,34.3137254901961,3.92156862745098],[148.039215686275,88.2352941176471,57.843137254902],[164.705882352941,100,66.6666666666667],[156.862745098039,87.2549019607843,55.8823529411765],[140.196078431373,70.5882352941177,39.2156862745098],[115.686274509804,50.9803921568627,19.6078431372549],[114.705882352941,54.9019607843137,24.5098039215686],[115.686274509804,61.7647058823529,32.3529411764706],[87.2549019607843,38.2352941176471,11.7647058823529],[72.5490196078431,28.4313725490196,5.88235294117647],[73.5294117647059,38.2352941176471,22.5490196078431],[51.9607843137255,24.5098039215686,13.7254901960784],[28.4313725490196,5.88235294117647,0],[14.7058823529412,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[25.4901960784314,23.5294117647059,24.5098039215686],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[9.80392156862745,9.80392156862745,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[19.6078431372549,13.7254901960784,13.7254901960784],[20.5882352941176,12.7450980392157,10.7843137254902],[48.0392156862745,39.2156862745098,34.3137254901961],[41.1764705882353,31.3725490196078,22.5490196078431],[36.2745098039216,24.5098039215686,10.7843137254902],[28.4313725490196,17.6470588235294,0],[45.0980392156863,33.3333333333333,9.80392156862745],[68.6274509803922,59.8039215686275,27.4509803921569],[112.745098039216,111.764705882353,64.7058823529412],[116.666666666667,121.56862745098,68.6274509803922],[77.4509803921569,81.3725490196078,32.3529411764706],[128.43137254902,131.372549019608,89.2156862745098],[49.0196078431373,49.0196078431373,13.7254901960784],[82.3529411764706,81.3725490196078,53.921568627451],[39.2156862745098,37.2549019607843,16.6666666666667],[47.0588235294118,44.1176470588235,29.4117647058824],[52.9411764705882,47.0588235294118,35.2941176470588],[79.4117647058823,73.5294117647059,61.7647058823529],[82.3529411764706,76.4705882352941,62.7450980392157],[63.7254901960784,58.8235294117647,39.2156862745098],[50,47.0588235294118,16.6666666666667],[98.0392156862745,96.078431372549,57.843137254902],[62.7450980392157,61.7647058823529,16.6666666666667],[87.2549019607843,90.1960784313725,46.078431372549],[98.0392156862745,109.803921568627,74.5098039215686],[79.4117647058823,96.078431372549,64.7058823529412],[100,115.686274509804,87.2549019607843],[92.156862745098,106.862745098039,78.4313725490196],[74.5098039215686,88.2352941176471,62.7450980392157],[57.843137254902,70.5882352941177,45.0980392156863],[76.4705882352941,86.2745098039216,59.8039215686275],[108.823529411765,117.647058823529,91.1764705882353],[153.921568627451,162.745098039216,134.313725490196],[211.764705882353,221.56862745098,195.098039215686],[221.56862745098,235.294117647059,209.803921568627],[169.607843137255,189.21568627451,164.705882352941],[176.470588235294,203.921568627451,182.352941176471],[170.588235294118,202.941176470588,186.274509803922],[118.627450980392,155.882352941176,143.137254901961],[87.2549019607843,127.450980392157,119.607843137255],[82.3529411764706,123.529411764706,121.56862745098],[81.3725490196078,126.470588235294,126.470588235294],[140.196078431373,188.235294117647,192.156862745098],[92.156862745098,142.156862745098,146.078431372549],[97.0588235294118,146.078431372549,154.901960784314],[122.549019607843,170.588235294118,184.313725490196],[93.1372549019608,145.098039215686,160.78431372549],[107.843137254902,159.803921568627,177.450980392157],[128.43137254902,178.43137254902,195.098039215686],[114.705882352941,160.78431372549,176.470588235294],[117.647058823529,155.882352941176,170.588235294118],[135.294117647059,170.588235294118,182.352941176471],[160.78431372549,195.098039215686,200.980392156863],[177.450980392157,207.843137254902,210.78431372549],[150,175.490196078431,176.470588235294],[144.117647058824,167.647058823529,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[151.960784313725,178.43137254902,185.294117647059],[214.705882352941,237.254901960784,243.137254901961],[162.745098039216,181.372549019608,188.235294117647],[140.196078431373,156.862745098039,164.705882352941],[172.549019607843,190.196078431373,200],[192.156862745098,211.764705882353,220.588235294118],[173.529411764706,191.176470588235,202.941176470588],[160.78431372549,176.470588235294,191.176470588235],[175.490196078431,188.235294117647,204.901960784314],[177.450980392157,185.294117647059,207.843137254902],[214.705882352941,220.588235294118,246.078431372549],[218.627450980392,225.490196078431,250],[179.411764705882,190.196078431373,217.647058823529],[176.470588235294,196.078431372549,222.549019607843],[173.529411764706,200,228.43137254902],[141.176470588235,175.490196078431,206.862745098039],[134.313725490196,172.549019607843,204.901960784314],[140.196078431373,179.411764705882,213.725490196078],[136.274509803922,180.392156862745,212.745098039216],[127.450980392157,172.549019607843,204.901960784314],[137.254901960784,187.254901960784,217.647058823529],[142.156862745098,194.117647058824,224.509803921569],[123.529411764706,177.450980392157,207.843137254902],[125.490196078431,178.43137254902,211.764705882353],[127.450980392157,178.43137254902,214.705882352941],[140.196078431373,187.254901960784,226.470588235294],[142.156862745098,184.313725490196,226.470588235294],[144.117647058824,179.411764705882,226.470588235294],[153.921568627451,185.294117647059,235.294117647059],[156.862745098039,183.333333333333,235.294117647059],[150.980392156863,180.392156862745,233.333333333333],[150.980392156863,190.196078431373,240.196078431373],[153.921568627451,195.098039215686,244.117647058824],[153.921568627451,193.137254901961,241.176470588235],[147.058823529412,187.254901960784,232.352941176471],[150,190.196078431373,233.333333333333],[166.666666666667,202.941176470588,247.058823529412],[175.490196078431,202.941176470588,250],[164.705882352941,192.156862745098,239.21568627451],[145.098039215686,182.352941176471,226.470588235294],[146.078431372549,188.235294117647,229.411764705882],[144.117647058824,187.254901960784,225.490196078431],[196.078431372549,224.509803921569,250],[209.803921568627,212.745098039216,250],[235.294117647059,230.392156862745,250],[186.274509803922,189.21568627451,223.529411764706],[173.529411764706,182.352941176471,212.745098039216],[170.588235294118,185.294117647059,215.686274509804],[166.666666666667,185.294117647059,216.666666666667],[173.529411764706,192.156862745098,223.529411764706],[182.352941176471,199.019607843137,228.43137254902],[168.627450980392,185.294117647059,210.78431372549],[158.823529411765,173.529411764706,196.078431372549],[141.176470588235,151.960784313725,171.56862745098],[166.666666666667,173.529411764706,189.21568627451],[204.901960784314,208.823529411765,219.607843137255],[196.078431372549,199.019607843137,205.882352941176],[239.21568627451,240.196078431373,245.098039215686],[239.21568627451,242.156862745098,249.019607843137],[210.78431372549,217.647058823529,227.450980392157],[219.607843137255,227.450980392157,240.196078431373],[204.901960784314,216.666666666667,232.352941176471],[174.509803921569,187.254901960784,205.882352941176],[183.333333333333,195.098039215686,216.666666666667],[222.549019607843,233.333333333333,250],[182.352941176471,190.196078431373,210.78431372549],[167.647058823529,174.509803921569,193.137254901961],[204.901960784314,207.843137254902,226.470588235294],[193.137254901961,196.078431372549,214.705882352941],[175.490196078431,178.43137254902,197.058823529412],[177.450980392157,182.352941176471,200.980392156863],[166.666666666667,173.529411764706,191.176470588235],[172.549019607843,182.352941176471,194.117647058824],[179.411764705882,192.156862745098,200],[156.862745098039,171.56862745098,174.509803921569],[152.941176470588,171.56862745098,165.686274509804],[149.019607843137,166.666666666667,154.901960784314],[142.156862745098,160.78431372549,142.156862745098],[130.392156862745,154.901960784314,134.313725490196],[99.0196078431373,136.274509803922,115.686274509804],[99.0196078431373,143.137254901961,123.529411764706],[115.686274509804,161.764705882353,146.078431372549],[143.137254901961,181.372549019608,163.725490196078],[146.078431372549,170.588235294118,149.019607843137],[102.941176470588,115.686274509804,90.1960784313725],[177.450980392157,180.392156862745,151.960784313725],[224.509803921569,220.588235294118,194.117647058824],[155.882352941176,150.980392156863,131.372549019608],[169.607843137255,158.823529411765,141.176470588235],[139.21568627451,119.607843137255,95.0980392156863],[159.803921568627,135.294117647059,105.882352941176],[174.509803921569,149.019607843137,116.666666666667],[220.588235294118,200.980392156863,174.509803921569],[85.2941176470588,83.3333333333333,68.6274509803922],[105.882352941176,114.705882352941,98.0392156862745],[123.529411764706,133.333333333333,106.862745098039],[153.921568627451,161.764705882353,125.490196078431],[200.980392156863,199.019607843137,158.823529411765],[165.686274509804,153.921568627451,112.745098039216],[203.921568627451,183.333333333333,141.176470588235],[170.588235294118,146.078431372549,106.862745098039],[178.43137254902,154.901960784314,119.607843137255],[175.490196078431,150.980392156863,120.588235294118],[141.176470588235,112.745098039216,83.3333333333333],[161.764705882353,126.470588235294,95.0980392156863],[176.470588235294,132.352941176471,100],[135.294117647059,90.1960784313725,56.8627450980392],[81.3725490196078,42.156862745098,7.84313725490196],[93.1372549019608,58.8235294117647,27.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[111.764705882353,77.4509803921569,55.8823529411765],[116.666666666667,71.5686274509804,48.0392156862745],[120.588235294118,69.6078431372549,46.078431372549],[107.843137254902,61.7647058823529,36.2745098039216],[103.921568627451,60.7843137254902,34.3137254901961],[88.2352941176471,48.0392156862745,20.5882352941176],[97.0588235294118,53.921568627451,25.4901960784314],[92.156862745098,44.1176470588235,12.7450980392157],[136.274509803922,82.3529411764706,51.9607843137255],[125.490196078431,61.7647058823529,30.3921568627451],[124.509803921569,56.8627450980392,24.5098039215686],[138.235294117647,68.6274509803922,37.2549019607843],[131.372549019608,63.7254901960784,31.3725490196078],[117.647058823529,57.843137254902,27.4509803921569],[112.745098039216,58.8235294117647,28.4313725490196],[86.2745098039216,40.1960784313726,10.7843137254902],[66.6666666666667,27.4509803921569,1.96078431372549],[41.1764705882353,8.82352941176471,0],[45.0980392156863,17.6470588235294,6.86274509803922],[38.2352941176471,15.6862745098039,7.84313725490196],[19.6078431372549,2.94117647058824,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[15.6862745098039,9.80392156862745,9.80392156862745],[20.5882352941176,12.7450980392157,10.7843137254902],[39.2156862745098,30.3921568627451,25.4901960784314],[25.4901960784314,15.6862745098039,6.86274509803922],[32.3529411764706,20.5882352941176,6.86274509803922],[44.1176470588235,31.3725490196078,12.7450980392157],[75.4901960784314,60.7843137254902,38.2352941176471],[66.6666666666667,58.8235294117647,23.5294117647059],[137.254901960784,137.254901960784,88.2352941176471],[166.666666666667,171.56862745098,118.627450980392],[69.6078431372549,73.5294117647059,24.5098039215686],[78.4313725490196,81.3725490196078,37.2549019607843],[99.0196078431373,100.980392156863,64.7058823529412],[105.882352941176,105.882352941176,78.4313725490196],[54.9019607843137,51.9607843137255,33.3333333333333],[50,46.078431372549,34.3137254901961],[58.8235294117647,51.9607843137255,42.156862745098],[30.3921568627451,23.5294117647059,13.7254901960784],[79.4117647058823,71.5686274509804,58.8235294117647],[97.0588235294118,90.1960784313725,71.5686274509804],[91.1764705882353,86.2745098039216,56.8627450980392],[130.392156862745,125.490196078431,88.2352941176471],[149.019607843137,145.098039215686,99.0196078431373],[81.3725490196078,82.3529411764706,39.2156862745098],[97.0588235294118,106.862745098039,73.5294117647059],[99.0196078431373,111.764705882353,86.2745098039216],[112.745098039216,125.490196078431,98.0392156862745],[120.588235294118,133.333333333333,103.921568627451],[70.5882352941177,84.3137254901961,51.9607843137255],[83.3333333333333,94.1176470588235,60.7843137254902],[100.980392156863,110.78431372549,76.4705882352941],[143.137254901961,150.980392156863,114.705882352941],[181.372549019608,188.235294117647,154.901960784314],[179.411764705882,189.21568627451,155.882352941176],[139.21568627451,151.960784313725,124.509803921569],[183.333333333333,200.980392156863,177.450980392157],[179.411764705882,202.941176470588,187.254901960784],[147.058823529412,176.470588235294,166.666666666667],[140.196078431373,176.470588235294,169.607843137255],[101.960784313725,140.196078431373,137.254901960784],[74.5098039215686,110.78431372549,103.921568627451],[122.549019607843,157.843137254902,153.921568627451],[140.196078431373,178.43137254902,177.450980392157],[90.1960784313725,130.392156862745,134.313725490196],[116.666666666667,164.705882352941,171.56862745098],[124.509803921569,175.490196078431,188.235294117647],[86.2745098039216,136.274509803922,154.901960784314],[108.823529411765,159.803921568627,181.372549019608],[110.78431372549,161.764705882353,185.294117647059],[112.745098039216,163.725490196078,187.254901960784],[102.941176470588,153.921568627451,175.490196078431],[104.901960784314,151.960784313725,171.56862745098],[127.450980392157,167.647058823529,185.294117647059],[155.882352941176,192.156862745098,207.843137254902],[172.549019607843,209.803921568627,220.588235294118],[168.627450980392,200.980392156863,209.803921568627],[178.43137254902,200.980392156863,208.823529411765],[194.117647058824,210.78431372549,218.627450980392],[207.843137254902,221.56862745098,230.392156862745],[201.960784313725,211.764705882353,221.56862745098],[186.274509803922,192.156862745098,203.921568627451],[183.333333333333,185.294117647059,198.039215686275],[215.686274509804,214.705882352941,228.43137254902],[196.078431372549,199.019607843137,213.725490196078],[169.607843137255,178.43137254902,193.137254901961],[164.705882352941,183.333333333333,197.058823529412],[143.137254901961,170.588235294118,184.313725490196],[156.862745098039,188.235294117647,202.941176470588],[167.647058823529,198.039215686275,217.647058823529],[163.725490196078,187.254901960784,210.78431372549],[178.43137254902,193.137254901961,221.56862745098],[169.607843137255,190.196078431373,220.588235294118],[138.235294117647,176.470588235294,206.862745098039],[128.43137254902,174.509803921569,203.921568627451],[139.21568627451,185.294117647059,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[144.117647058824,186.274509803922,217.647058823529],[142.156862745098,179.411764705882,214.705882352941],[145.098039215686,180.392156862745,215.686274509804],[154.901960784314,188.235294117647,225.490196078431],[140.196078431373,171.56862745098,209.803921568627],[148.039215686275,174.509803921569,216.666666666667],[171.56862745098,195.098039215686,242.156862745098],[161.764705882353,184.313725490196,233.333333333333],[150,172.549019607843,223.529411764706],[161.764705882353,184.313725490196,237.254901960784],[160.78431372549,183.333333333333,236.274509803922],[156.862745098039,186.274509803922,239.21568627451],[150,191.176470588235,240.196078431373],[146.078431372549,191.176470588235,239.21568627451],[150,193.137254901961,239.21568627451],[150.980392156863,192.156862745098,239.21568627451],[141.176470588235,183.333333333333,227.450980392157],[150.980392156863,188.235294117647,232.352941176471],[170.588235294118,200.980392156863,247.058823529412],[155.882352941176,187.254901960784,233.333333333333],[140.196078431373,177.450980392157,221.56862745098],[146.078431372549,188.235294117647,229.411764705882],[149.019607843137,190.196078431373,229.411764705882],[158.823529411765,190.196078431373,228.43137254902],[188.235294117647,197.058823529412,239.21568627451],[202.941176470588,201.960784313725,243.137254901961],[191.176470588235,195.098039215686,229.411764705882],[175.490196078431,185.294117647059,219.607843137255],[164.705882352941,179.411764705882,217.647058823529],[147.058823529412,165.686274509804,204.901960784314],[151.960784313725,171.56862745098,207.843137254902],[164.705882352941,183.333333333333,215.686274509804],[180.392156862745,197.058823529412,226.470588235294],[161.764705882353,177.450980392157,201.960784313725],[150,160.78431372549,180.392156862745],[161.764705882353,168.627450980392,184.313725490196],[217.647058823529,221.56862745098,232.352941176471],[227.450980392157,230.392156862745,239.21568627451],[246.078431372549,249.019607843137,250],[210.78431372549,213.725490196078,220.588235294118],[205.882352941176,212.745098039216,222.549019607843],[217.647058823529,227.450980392157,237.254901960784],[208.823529411765,222.549019607843,233.333333333333],[200,215.686274509804,231.372549019608],[188.235294117647,205.882352941176,227.450980392157],[193.137254901961,212.745098039216,236.274509803922],[166.666666666667,184.313725490196,205.882352941176],[182.352941176471,199.019607843137,218.627450980392],[178.43137254902,195.098039215686,212.745098039216],[169.607843137255,186.274509803922,201.960784313725],[155.882352941176,173.529411764706,187.254901960784],[161.764705882353,179.411764705882,191.176470588235],[155.882352941176,175.490196078431,182.352941176471],[147.058823529412,167.647058823529,170.588235294118],[157.843137254902,177.450980392157,175.490196078431],[162.745098039216,182.352941176471,173.529411764706],[150.980392156863,167.647058823529,151.960784313725],[167.647058823529,180.392156862745,160.78431372549],[155.882352941176,165.686274509804,142.156862745098],[172.549019607843,185.294117647059,155.882352941176],[207.843137254902,227.450980392157,191.176470588235],[154.901960784314,180.392156862745,146.078431372549],[141.176470588235,169.607843137255,148.039215686275],[151.960784313725,174.509803921569,154.901960784314],[147.058823529412,151.960784313725,129.411764705882],[169.607843137255,160.78431372549,130.392156862745],[176.470588235294,154.901960784314,114.705882352941],[179.411764705882,156.862745098039,115.686274509804],[179.411764705882,164.705882352941,126.470588235294],[114.705882352941,102.941176470588,65.6862745098039],[125.490196078431,113.725490196078,76.4705882352941],[162.745098039216,148.039215686275,109.803921568627],[159.803921568627,135.294117647059,96.078431372549],[131.372549019608,101.960784313725,68.6274509803922],[150,120.588235294118,95.0980392156863],[103.921568627451,83.3333333333333,56.8627450980392],[128.43137254902,124.509803921569,90.1960784313725],[193.137254901961,191.176470588235,152.941176470588],[131.372549019608,118.627450980392,77.4509803921569],[141.176470588235,122.549019607843,81.3725490196078],[173.529411764706,154.901960784314,113.725490196078],[133.333333333333,111.764705882353,75.4901960784314],[127.450980392157,103.921568627451,76.4705882352941],[168.627450980392,145.098039215686,119.607843137255],[146.078431372549,118.627450980392,95.0980392156863],[66.6666666666667,35.2941176470588,10.7843137254902],[130.392156862745,95.0980392156863,63.7254901960784],[106.862745098039,67.6470588235294,33.3333333333333],[135.294117647059,91.1764705882353,58.8235294117647],[108.823529411765,66.6666666666667,35.2941176470588],[69.6078431372549,36.2745098039216,8.82352941176471],[93.1372549019608,57.843137254902,32.3529411764706],[83.3333333333333,40.1960784313726,15.6862745098039],[53.921568627451,8.82352941176471,0],[65.6862745098039,24.5098039215686,0],[88.2352941176471,51.9607843137255,25.4901960784314],[79.4117647058823,43.1372549019608,16.6666666666667],[129.411764705882,91.1764705882353,62.7450980392157],[166.666666666667,122.549019607843,92.156862745098],[145.098039215686,95.0980392156863,64.7058823529412],[142.156862745098,82.3529411764706,51.9607843137255],[137.254901960784,72.5490196078431,39.2156862745098],[155.882352941176,88.2352941176471,55.8823529411765],[147.058823529412,82.3529411764706,49.0196078431373],[120.588235294118,61.7647058823529,28.4313725490196],[103.921568627451,51.9607843137255,18.6274509803922],[87.2549019607843,43.1372549019608,10.7843137254902],[86.2745098039216,50,23.5294117647059],[64.7058823529412,32.3529411764706,15.6862745098039],[43.1372549019608,15.6862745098039,4.90196078431373],[27.4509803921569,4.90196078431373,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[8.82352941176471,7.84313725490196,5.88235294117647],[13.7254901960784,9.80392156862745,8.82352941176471],[17.6470588235294,13.7254901960784,12.7450980392157],[17.6470588235294,11.7647058823529,11.7647058823529],[21.5686274509804,13.7254901960784,11.7647058823529],[16.6666666666667,7.84313725490196,2.94117647058824],[38.2352941176471,28.4313725490196,19.6078431372549],[103.921568627451,92.156862745098,78.4313725490196],[80.3921568627451,67.6470588235294,49.0196078431373],[63.7254901960784,51.9607843137255,26.4705882352941],[96.078431372549,85.2941176470588,53.921568627451],[125.490196078431,121.56862745098,77.4509803921569],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,114.705882352941,67.6470588235294],[63.7254901960784,62.7450980392157,19.6078431372549],[47.0588235294118,45.0980392156863,7.84313725490196],[62.7450980392157,61.7647058823529,31.3725490196078],[22.5490196078431,20.5882352941176,0],[35.2941176470588,30.3921568627451,11.7647058823529],[58.8235294117647,52.9411764705882,37.2549019607843],[77.4509803921569,71.5686274509804,57.843137254902],[50,45.0980392156863,26.4705882352941],[56.8627450980392,51.9607843137255,30.3921568627451],[68.6274509803922,63.7254901960784,34.3137254901961],[84.3137254901961,80.3921568627451,44.1176470588235],[141.176470588235,138.235294117647,94.1176470588235],[80.3921568627451,81.3725490196078,40.1960784313726],[82.3529411764706,89.2156862745098,58.8235294117647],[81.3725490196078,91.1764705882353,66.6666666666667],[95.0980392156863,105.882352941176,76.4705882352941],[169.607843137255,180.392156862745,147.058823529412],[175.490196078431,187.254901960784,150],[156.862745098039,167.647058823529,128.43137254902],[138.235294117647,146.078431372549,105.882352941176],[174.509803921569,182.352941176471,142.156862745098],[204.901960784314,210.78431372549,173.529411764706],[227.450980392157,234.313725490196,200.980392156863],[163.725490196078,176.470588235294,149.019607843137],[200,217.647058823529,196.078431372549],[154.901960784314,176.470588235294,163.725490196078],[130.392156862745,156.862745098039,150],[124.509803921569,157.843137254902,156.862745098039],[105.882352941176,141.176470588235,141.176470588235],[92.156862745098,126.470588235294,122.549019607843],[132.352941176471,163.725490196078,160.78431372549],[127.450980392157,155.882352941176,159.803921568627],[126.470588235294,159.803921568627,168.627450980392],[124.509803921569,170.588235294118,180.392156862745],[90.1960784313725,141.176470588235,154.901960784314],[111.764705882353,158.823529411765,180.392156862745],[117.647058823529,162.745098039216,188.235294117647],[118.627450980392,164.705882352941,192.156862745098],[128.43137254902,177.450980392157,203.921568627451],[117.647058823529,168.627450980392,192.156862745098],[114.705882352941,161.764705882353,184.313725490196],[120.588235294118,155.882352941176,177.450980392157],[123.529411764706,155.882352941176,174.509803921569],[149.019607843137,184.313725490196,200],[186.274509803922,217.647058823529,230.392156862745],[198.039215686275,219.607843137255,230.392156862745],[209.803921568627,223.529411764706,234.313725490196],[205.882352941176,215.686274509804,227.450980392157],[218.627450980392,224.509803921569,236.274509803922],[211.764705882353,210.78431372549,224.509803921569],[225.490196078431,221.56862745098,236.274509803922],[220.588235294118,216.666666666667,231.372549019608],[235.294117647059,234.313725490196,250],[191.176470588235,200,214.705882352941],[180.392156862745,199.019607843137,212.745098039216],[156.862745098039,186.274509803922,197.058823529412],[151.960784313725,184.313725490196,199.019607843137],[168.627450980392,197.058823529412,214.705882352941],[189.21568627451,210.78431372549,234.313725490196],[200,208.823529411765,239.21568627451],[174.509803921569,184.313725490196,218.627450980392],[168.627450980392,197.058823529412,228.43137254902],[140.196078431373,175.490196078431,206.862745098039],[136.274509803922,171.56862745098,202.941176470588],[133.333333333333,167.647058823529,199.019607843137],[141.176470588235,173.529411764706,205.882352941176],[150,179.411764705882,212.745098039216],[153.921568627451,181.372549019608,217.647058823529],[153.921568627451,179.411764705882,215.686274509804],[181.372549019608,203.921568627451,244.117647058824],[161.764705882353,182.352941176471,224.509803921569],[152.941176470588,173.529411764706,217.647058823529],[165.686274509804,187.254901960784,233.333333333333],[155.882352941176,179.411764705882,226.470588235294],[152.941176470588,178.43137254902,226.470588235294],[172.549019607843,201.960784313725,250],[156.862745098039,192.156862745098,241.176470588235],[141.176470588235,184.313725490196,232.352941176471],[150,197.058823529412,244.117647058824],[145.098039215686,191.176470588235,236.274509803922],[148.039215686275,190.196078431373,234.313725490196],[150.980392156863,193.137254901961,235.294117647059],[148.039215686275,186.274509803922,228.43137254902],[147.058823529412,180.392156862745,224.509803921569],[143.137254901961,176.470588235294,220.588235294118],[151.960784313725,190.196078431373,232.352941176471],[136.274509803922,177.450980392157,218.627450980392],[150,188.235294117647,226.470588235294],[169.607843137255,200.980392156863,238.235294117647],[178.43137254902,192.156862745098,230.392156862745],[192.156862745098,196.078431372549,233.333333333333],[191.176470588235,195.098039215686,229.411764705882],[158.823529411765,168.627450980392,202.941176470588],[179.411764705882,197.058823529412,236.274509803922],[174.509803921569,193.137254901961,234.313725490196],[151.960784313725,170.588235294118,209.803921568627],[173.529411764706,191.176470588235,226.470588235294],[173.529411764706,190.196078431373,219.607843137255],[151.960784313725,165.686274509804,191.176470588235],[143.137254901961,153.921568627451,173.529411764706],[204.901960784314,210.78431372549,226.470588235294],[247.058823529412,249.019607843137,250],[215.686274509804,218.627450980392,227.450980392157],[247.058823529412,250,250],[223.529411764706,227.450980392157,236.274509803922],[182.352941176471,189.21568627451,199.019607843137],[174.509803921569,184.313725490196,193.137254901961],[204.901960784314,218.627450980392,227.450980392157],[208.823529411765,226.470588235294,240.196078431373],[203.921568627451,221.56862745098,243.137254901961],[188.235294117647,207.843137254902,232.352941176471],[170.588235294118,188.235294117647,211.764705882353],[187.254901960784,204.901960784314,226.470588235294],[176.470588235294,194.117647058824,213.725490196078],[155.882352941176,177.450980392157,191.176470588235],[158.823529411765,180.392156862745,193.137254901961],[164.705882352941,187.254901960784,195.098039215686],[162.745098039216,186.274509803922,188.235294117647],[171.56862745098,193.137254901961,190.196078431373],[154.901960784314,174.509803921569,165.686274509804],[159.803921568627,176.470588235294,160.78431372549],[184.313725490196,193.137254901961,172.549019607843],[191.176470588235,195.098039215686,172.549019607843],[208.823529411765,207.843137254902,180.392156862745],[206.862745098039,203.921568627451,171.56862745098],[185.294117647059,187.254901960784,148.039215686275],[179.411764705882,187.254901960784,149.019607843137],[180.392156862745,190.196078431373,165.686274509804],[175.490196078431,180.392156862745,158.823529411765],[175.490196078431,170.588235294118,142.156862745098],[230.392156862745,214.705882352941,181.372549019608],[247.058823529412,220.588235294118,176.470588235294],[220.588235294118,195.098039215686,147.058823529412],[219.607843137255,203.921568627451,155.882352941176],[159.803921568627,149.019607843137,103.921568627451],[156.862745098039,146.078431372549,100.980392156863],[120.588235294118,106.862745098039,60.7843137254902],[140.196078431373,116.666666666667,71.5686274509804],[198.039215686275,166.666666666667,126.470588235294],[168.627450980392,133.333333333333,100],[235.294117647059,206.862745098039,175.490196078431],[250,250,213.725490196078],[174.509803921569,165.686274509804,125.490196078431],[143.137254901961,120.588235294118,79.4117647058823],[151.960784313725,127.450980392157,87.2549019607843],[98.0392156862745,79.4117647058823,38.2352941176471],[121.56862745098,103.921568627451,68.6274509803922],[90.1960784313725,69.6078431372549,43.1372549019608],[135.294117647059,110.78431372549,89.2156862745098],[121.56862745098,94.1176470588235,73.5294117647059],[70.5882352941177,41.1764705882353,17.6470588235294],[86.2745098039216,53.921568627451,23.5294117647059],[107.843137254902,70.5882352941177,35.2941176470588],[141.176470588235,93.1372549019608,60.7843137254902],[155.882352941176,107.843137254902,76.4705882352941],[120.588235294118,85.2941176470588,53.921568627451],[114.705882352941,81.3725490196078,53.921568627451],[76.4705882352941,40.1960784313726,14.7058823529412],[89.2156862745098,52.9411764705882,27.4509803921569],[106.862745098039,71.5686274509804,48.0392156862745],[88.2352941176471,54.9019607843137,30.3921568627451],[106.862745098039,71.5686274509804,46.078431372549],[157.843137254902,121.56862745098,95.0980392156863],[115.686274509804,72.5490196078431,46.078431372549],[118.627450980392,70.5882352941177,41.1764705882353],[107.843137254902,53.921568627451,23.5294117647059],[137.254901960784,78.4313725490196,45.0980392156863],[148.039215686275,86.2745098039216,51.9607843137255],[130.392156862745,71.5686274509804,36.2745098039216],[111.764705882353,56.8627450980392,22.5490196078431],[106.862745098039,54.9019607843137,21.5686274509804],[97.0588235294118,51.9607843137255,18.6274509803922],[75.4901960784314,35.2941176470588,7.84313725490196],[58.8235294117647,26.4705882352941,9.80392156862745],[72.5490196078431,45.0980392156863,34.3137254901961],[46.078431372549,23.5294117647059,15.6862745098039],[15.6862745098039,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,6.86274509803922,7.84313725490196],[13.7254901960784,9.80392156862745,10.7843137254902],[19.6078431372549,15.6862745098039,16.6666666666667],[4.90196078431373,0,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,1.96078431372549,0],[31.3725490196078,20.5882352941176,14.7058823529412],[81.3725490196078,69.6078431372549,55.8823529411765],[66.6666666666667,53.921568627451,35.2941176470588],[52.9411764705882,41.1764705882353,15.6862745098039],[75.4901960784314,61.7647058823529,33.3333333333333],[66.6666666666667,53.921568627451,19.6078431372549],[69.6078431372549,57.843137254902,20.5882352941176],[100.980392156863,92.156862745098,51.9607843137255],[106.862745098039,98.0392156862745,59.8039215686275],[107.843137254902,100,63.7254901960784],[68.6274509803922,62.7450980392157,27.4509803921569],[98.0392156862745,93.1372549019608,61.7647058823529],[68.6274509803922,64.7058823529412,36.2745098039216],[98.0392156862745,94.1176470588235,67.6470588235294],[101.960784313725,100,75.4901960784314],[67.6470588235294,65.6862745098039,41.1764705882353],[62.7450980392157,61.7647058823529,34.3137254901961],[84.3137254901961,85.2941176470588,53.921568627451],[70.5882352941177,72.5490196078431,36.2745098039216],[100.980392156863,102.941176470588,63.7254901960784],[124.509803921569,128.43137254902,92.156862745098],[84.3137254901961,90.1960784313725,62.7450980392157],[144.117647058824,152.941176470588,126.470588235294],[127.450980392157,136.274509803922,105.882352941176],[165.686274509804,175.490196078431,141.176470588235],[147.058823529412,157.843137254902,118.627450980392],[137.254901960784,146.078431372549,103.921568627451],[142.156862745098,150.980392156863,106.862745098039],[182.352941176471,189.21568627451,148.039215686275],[157.843137254902,164.705882352941,124.509803921569],[191.176470588235,198.039215686275,164.705882352941],[161.764705882353,171.56862745098,145.098039215686],[166.666666666667,181.372549019608,162.745098039216],[156.862745098039,176.470588235294,165.686274509804],[147.058823529412,173.529411764706,168.627450980392],[95.0980392156863,124.509803921569,126.470588235294],[129.411764705882,161.764705882353,166.666666666667],[127.450980392157,161.764705882353,167.647058823529],[124.509803921569,157.843137254902,166.666666666667],[147.058823529412,174.509803921569,188.235294117647],[150,180.392156862745,198.039215686275],[131.372549019608,175.490196078431,194.117647058824],[115.686274509804,160.78431372549,183.333333333333],[134.313725490196,172.549019607843,200.980392156863],[137.254901960784,172.549019607843,203.921568627451],[141.176470588235,175.490196078431,206.862745098039],[143.137254901961,179.411764705882,207.843137254902],[137.254901960784,176.470588235294,200.980392156863],[147.058823529412,181.372549019608,202.941176470588],[156.862745098039,177.450980392157,198.039215686275],[156.862745098039,171.56862745098,190.196078431373],[173.529411764706,192.156862745098,205.882352941176],[192.156862745098,215.686274509804,225.490196078431],[156.862745098039,184.313725490196,195.098039215686],[146.078431372549,169.607843137255,181.372549019608],[172.549019607843,184.313725490196,198.039215686275],[198.039215686275,200.980392156863,217.647058823529],[238.235294117647,233.333333333333,250],[250,247.058823529412,250],[243.137254901961,242.156862745098,250],[238.235294117647,244.117647058824,250],[215.686274509804,227.450980392157,241.176470588235],[190.196078431373,205.882352941176,220.588235294118],[200.980392156863,213.725490196078,230.392156862745],[208.823529411765,219.607843137255,241.176470588235],[190.196078431373,195.098039215686,223.529411764706],[203.921568627451,204.901960784314,235.294117647059],[231.372549019608,227.450980392157,250],[212.745098039216,210.78431372549,249.019607843137],[218.627450980392,220.588235294118,250],[189.21568627451,194.117647058824,235.294117647059],[179.411764705882,188.235294117647,228.43137254902],[171.56862745098,185.294117647059,221.56862745098],[152.941176470588,172.549019607843,206.862745098039],[145.098039215686,168.627450980392,201.960784313725],[143.137254901961,171.56862745098,202.941176470588],[150,180.392156862745,210.78431372549],[155.882352941176,188.235294117647,220.588235294118],[194.117647058824,227.450980392157,250],[176.470588235294,209.803921568627,246.078431372549],[145.098039215686,179.411764705882,218.627450980392],[143.137254901961,181.372549019608,221.56862745098],[156.862745098039,198.039215686275,237.254901960784],[160.78431372549,202.941176470588,244.117647058824],[137.254901960784,180.392156862745,224.509803921569],[150,197.058823529412,242.156862745098],[157.843137254902,202.941176470588,250],[144.117647058824,187.254901960784,231.372549019608],[141.176470588235,183.333333333333,225.490196078431],[150.980392156863,189.21568627451,231.372549019608],[146.078431372549,182.352941176471,223.529411764706],[148.039215686275,180.392156862745,222.549019607843],[152.941176470588,187.254901960784,228.43137254902],[153.921568627451,192.156862745098,232.352941176471],[150.980392156863,189.21568627451,227.450980392157],[149.019607843137,186.274509803922,222.549019607843],[164.705882352941,194.117647058824,231.372549019608],[196.078431372549,210.78431372549,249.019607843137],[211.764705882353,219.607843137255,250],[199.019607843137,203.921568627451,235.294117647059],[178.43137254902,184.313725490196,217.647058823529],[172.549019607843,185.294117647059,226.470588235294],[166.666666666667,183.333333333333,225.490196078431],[189.21568627451,206.862745098039,244.117647058824],[185.294117647059,200.980392156863,234.313725490196],[164.705882352941,178.43137254902,204.901960784314],[183.333333333333,194.117647058824,215.686274509804],[186.274509803922,193.137254901961,210.78431372549],[207.843137254902,210.78431372549,225.490196078431],[219.607843137255,219.607843137255,231.372549019608],[202.941176470588,202.941176470588,212.745098039216],[241.176470588235,241.176470588235,250],[225.490196078431,228.43137254902,237.254901960784],[206.862745098039,215.686274509804,224.509803921569],[164.705882352941,177.450980392157,185.294117647059],[176.470588235294,193.137254901961,200.980392156863],[201.960784313725,217.647058823529,230.392156862745],[188.235294117647,200,223.529411764706],[206.862745098039,217.647058823529,245.098039215686],[182.352941176471,194.117647058824,219.607843137255],[185.294117647059,197.058823529412,220.588235294118],[232.352941176471,244.117647058824,250],[222.549019607843,237.254901960784,250],[202.941176470588,218.627450980392,231.372549019608],[193.137254901961,209.803921568627,217.647058823529],[189.21568627451,206.862745098039,208.823529411765],[186.274509803922,200.980392156863,196.078431372549],[177.450980392157,187.254901960784,176.470588235294],[182.352941176471,184.313725490196,170.588235294118],[207.843137254902,202.941176470588,183.333333333333],[220.588235294118,208.823529411765,185.294117647059],[250,247.058823529412,222.549019607843],[249.019607843137,229.411764705882,202.941176470588],[209.803921568627,195.098039215686,166.666666666667],[195.098039215686,184.313725490196,156.862745098039],[200,190.196078431373,163.725490196078],[228.43137254902,219.607843137255,191.176470588235],[222.549019607843,209.803921568627,176.470588235294],[240.196078431373,226.470588235294,190.196078431373],[250,244.117647058824,205.882352941176],[244.117647058824,232.352941176471,191.176470588235],[250,244.117647058824,200.980392156863],[241.176470588235,233.333333333333,188.235294117647],[210.78431372549,195.098039215686,145.098039215686],[211.764705882353,191.176470588235,139.21568627451],[153.921568627451,129.411764705882,76.4705882352941],[212.745098039216,190.196078431373,141.176470588235],[214.705882352941,197.058823529412,157.843137254902],[204.901960784314,193.137254901961,155.882352941176],[230.392156862745,218.627450980392,177.450980392157],[156.862745098039,140.196078431373,97.0588235294118],[156.862745098039,125.490196078431,85.2941176470588],[119.607843137255,87.2549019607843,47.0588235294118],[60.7843137254902,38.2352941176471,0],[103.921568627451,84.3137254901961,50],[126.470588235294,102.941176470588,77.4509803921569],[85.2941176470588,58.8235294117647,40.1960784313726],[81.3725490196078,52.9411764705882,35.2941176470588],[95.0980392156863,64.7058823529412,44.1176470588235],[63.7254901960784,33.3333333333333,2.94117647058824],[83.3333333333333,46.078431372549,10.7843137254902],[182.352941176471,133.333333333333,99.0196078431373],[161.764705882353,109.803921568627,78.4313725490196],[79.4117647058823,39.2156862745098,7.84313725490196],[78.4313725490196,46.078431372549,15.6862745098039],[123.529411764706,94.1176470588235,68.6274509803922],[122.549019607843,95.0980392156863,71.5686274509804],[79.4117647058823,49.0196078431373,28.4313725490196],[88.2352941176471,53.921568627451,34.3137254901961],[134.313725490196,97.0588235294118,76.4705882352941],[104.901960784314,63.7254901960784,42.156862745098],[156.862745098039,111.764705882353,88.2352941176471],[96.078431372549,50,22.5490196078431],[70.5882352941177,22.5490196078431,0],[94.1176470588235,45.0980392156863,10.7843137254902],[135.294117647059,84.3137254901961,48.0392156862745],[157.843137254902,106.862745098039,70.5882352941177],[123.529411764706,72.5490196078431,36.2745098039216],[111.764705882353,59.8039215686275,26.4705882352941],[129.411764705882,80.3921568627451,48.0392156862745],[97.0588235294118,51.9607843137255,26.4705882352941],[66.6666666666667,31.3725490196078,15.6862745098039],[72.5490196078431,45.0980392156863,34.3137254901961],[52.9411764705882,30.3921568627451,22.5490196078431],[22.5490196078431,3.92156862745098,0],[11.7647058823529,0,0],[6.86274509803922,0,0],[2.94117647058824,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[14.7058823529412,9.80392156862745,13.7254901960784],[12.7450980392157,6.86274509803922,8.82352941176471],[22.5490196078431,14.7058823529412,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[29.4117647058824,19.6078431372549,7.84313725490196],[35.2941176470588,24.5098039215686,6.86274509803922],[48.0392156862745,38.2352941176471,13.7254901960784],[54.9019607843137,41.1764705882353,14.7058823529412],[76.4705882352941,59.8039215686275,30.3921568627451],[97.0588235294118,78.4313725490196,46.078431372549],[142.156862745098,126.470588235294,91.1764705882353],[116.666666666667,102.941176470588,66.6666666666667],[127.450980392157,115.686274509804,78.4313725490196],[116.666666666667,107.843137254902,69.6078431372549],[139.21568627451,134.313725490196,97.0588235294118],[103.921568627451,100,63.7254901960784],[51.9607843137255,49.0196078431373,14.7058823529412],[64.7058823529412,64.7058823529412,31.3725490196078],[90.1960784313725,89.2156862745098,58.8235294117647],[85.2941176470588,86.2745098039216,54.9019607843137],[103.921568627451,104.901960784314,73.5294117647059],[81.3725490196078,85.2941176470588,50.9803921568627],[89.2156862745098,94.1176470588235,54.9019607843137],[176.470588235294,182.352941176471,145.098039215686],[131.372549019608,136.274509803922,106.862745098039],[115.686274509804,121.56862745098,94.1176470588235],[135.294117647059,142.156862745098,109.803921568627],[117.647058823529,125.490196078431,89.2156862745098],[127.450980392157,135.294117647059,95.0980392156863],[132.352941176471,141.176470588235,99.0196078431373],[153.921568627451,162.745098039216,120.588235294118],[234.313725490196,242.156862745098,201.960784313725],[202.941176470588,210.78431372549,174.509803921569],[208.823529411765,217.647058823529,189.21568627451],[208.823529411765,217.647058823529,197.058823529412],[188.235294117647,201.960784313725,187.254901960784],[213.725490196078,233.333333333333,224.509803921569],[199.019607843137,223.529411764706,219.607843137255],[142.156862745098,169.607843137255,170.588235294118],[168.627450980392,199.019607843137,201.960784313725],[169.607843137255,200,204.901960784314],[140.196078431373,167.647058823529,178.43137254902],[167.647058823529,189.21568627451,202.941176470588],[131.372549019608,155.882352941176,175.490196078431],[123.529411764706,159.803921568627,178.43137254902],[151.960784313725,189.21568627451,211.764705882353],[144.117647058824,174.509803921569,202.941176470588],[137.254901960784,165.686274509804,195.098039215686],[133.333333333333,159.803921568627,189.21568627451],[128.43137254902,156.862745098039,186.274509803922],[145.098039215686,176.470588235294,200.980392156863],[172.549019607843,200,223.529411764706],[185.294117647059,200,222.549019607843],[197.058823529412,207.843137254902,227.450980392157],[196.078431372549,211.764705882353,227.450980392157],[159.803921568627,181.372549019608,194.117647058824],[144.117647058824,172.549019607843,186.274509803922],[152.941176470588,181.372549019608,195.098039215686],[206.862745098039,225.490196078431,242.156862745098],[202.941176470588,215.686274509804,232.352941176471],[208.823529411765,215.686274509804,234.313725490196],[232.352941176471,239.21568627451,250],[240.196078431373,250,250],[213.725490196078,229.411764705882,242.156862745098],[202.941176470588,221.56862745098,235.294117647059],[209.803921568627,228.43137254902,243.137254901961],[215.686274509804,232.352941176471,250],[213.725490196078,225.490196078431,249.019607843137],[184.313725490196,191.176470588235,219.607843137255],[174.509803921569,180.392156862745,211.764705882353],[196.078431372549,201.960784313725,235.294117647059],[185.294117647059,189.21568627451,225.490196078431],[180.392156862745,179.411764705882,218.627450980392],[197.058823529412,199.019607843137,237.254901960784],[209.803921568627,214.705882352941,250],[200,209.803921568627,245.098039215686],[179.411764705882,195.098039215686,227.450980392157],[176.470588235294,199.019607843137,229.411764705882],[158.823529411765,183.333333333333,212.745098039216],[147.058823529412,173.529411764706,201.960784313725],[132.352941176471,160.78431372549,190.196078431373],[160.78431372549,193.137254901961,223.529411764706],[169.607843137255,203.921568627451,235.294117647059],[146.078431372549,184.313725490196,216.666666666667],[149.019607843137,191.176470588235,224.509803921569],[149.019607843137,194.117647058824,227.450980392157],[127.450980392157,176.470588235294,210.78431372549],[145.098039215686,193.137254901961,232.352941176471],[136.274509803922,182.352941176471,225.490196078431],[138.235294117647,181.372549019608,227.450980392157],[136.274509803922,178.43137254902,220.588235294118],[145.098039215686,183.333333333333,225.490196078431],[147.058823529412,181.372549019608,222.549019607843],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,187.254901960784,224.509803921569],[153.921568627451,187.254901960784,224.509803921569],[152.941176470588,187.254901960784,224.509803921569],[166.666666666667,200.980392156863,238.235294117647],[145.098039215686,176.470588235294,213.725490196078],[138.235294117647,163.725490196078,198.039215686275],[180.392156862745,196.078431372549,229.411764705882],[200,210.78431372549,242.156862745098],[191.176470588235,196.078431372549,225.490196078431],[189.21568627451,194.117647058824,225.490196078431],[154.901960784314,166.666666666667,203.921568627451],[162.745098039216,177.450980392157,215.686274509804],[221.56862745098,235.294117647059,250],[179.411764705882,193.137254901961,221.56862745098],[199.019607843137,209.803921568627,231.372549019608],[208.823529411765,215.686274509804,233.333333333333],[185.294117647059,188.235294117647,202.941176470588],[190.196078431373,190.196078431373,201.960784313725],[186.274509803922,184.313725490196,195.098039215686],[211.764705882353,208.823529411765,219.607843137255],[239.21568627451,237.254901960784,248.039215686275],[211.764705882353,213.725490196078,225.490196078431],[225.490196078431,232.352941176471,242.156862745098],[169.607843137255,182.352941176471,191.176470588235],[148.039215686275,164.705882352941,172.549019607843],[162.745098039216,178.43137254902,193.137254901961],[177.450980392157,192.156862745098,212.745098039216],[203.921568627451,215.686274509804,241.176470588235],[210.78431372549,222.549019607843,248.039215686275],[196.078431372549,207.843137254902,231.372549019608],[202.941176470588,214.705882352941,236.274509803922],[196.078431372549,208.823529411765,227.450980392157],[217.647058823529,231.372549019608,244.117647058824],[207.843137254902,222.549019607843,229.411764705882],[200.980392156863,216.666666666667,216.666666666667],[178.43137254902,191.176470588235,184.313725490196],[188.235294117647,196.078431372549,183.333333333333],[198.039215686275,199.019607843137,181.372549019608],[189.21568627451,183.333333333333,161.764705882353],[181.372549019608,165.686274509804,141.176470588235],[222.549019607843,201.960784313725,175.490196078431],[242.156862745098,221.56862745098,195.098039215686],[202.941176470588,187.254901960784,162.745098039216],[160.78431372549,147.058823529412,121.56862745098],[162.745098039216,147.058823529412,122.549019607843],[204.901960784314,189.21568627451,163.725490196078],[238.235294117647,223.529411764706,195.098039215686],[232.352941176471,219.607843137255,188.235294117647],[174.509803921569,168.627450980392,135.294117647059],[176.470588235294,172.549019607843,136.274509803922],[178.43137254902,176.470588235294,138.235294117647],[175.490196078431,172.549019607843,128.43137254902],[176.470588235294,169.607843137255,118.627450980392],[196.078431372549,185.294117647059,132.352941176471],[182.352941176471,171.56862745098,116.666666666667],[190.196078431373,180.392156862745,128.43137254902],[199.019607843137,195.098039215686,149.019607843137],[175.490196078431,170.588235294118,129.411764705882],[244.117647058824,233.333333333333,189.21568627451],[196.078431372549,175.490196078431,133.333333333333],[138.235294117647,105.882352941176,63.7254901960784],[122.549019607843,88.2352941176471,47.0588235294118],[103.921568627451,77.4509803921569,35.2941176470588],[93.1372549019608,69.6078431372549,32.3529411764706],[103.921568627451,77.4509803921569,50.9803921568627],[107.843137254902,77.4509803921569,56.8627450980392],[98.0392156862745,66.6666666666667,46.078431372549],[108.823529411765,75.4901960784314,50.9803921568627],[122.549019607843,88.2352941176471,56.8627450980392],[125.490196078431,86.2745098039216,50.9803921568627],[194.117647058824,142.156862745098,108.823529411765],[210.78431372549,158.823529411765,125.490196078431],[142.156862745098,101.960784313725,70.5882352941177],[139.21568627451,108.823529411765,80.3921568627451],[134.313725490196,110.78431372549,87.2549019607843],[61.7647058823529,40.1960784313726,19.6078431372549],[58.8235294117647,32.3529411764706,13.7254901960784],[94.1176470588235,61.7647058823529,45.0980392156863],[80.3921568627451,42.156862745098,27.4509803921569],[61.7647058823529,19.6078431372549,2.94117647058824],[85.2941176470588,41.1764705882353,20.5882352941176],[100,54.9019607843137,31.3725490196078],[97.0588235294118,52.9411764705882,24.5098039215686],[99.0196078431373,54.9019607843137,22.5490196078431],[83.3333333333333,40.1960784313726,5.88235294117647],[95.0980392156863,50,14.7058823529412],[115.686274509804,67.6470588235294,35.2941176470588],[109.803921568627,60.7843137254902,28.4313725490196],[107.843137254902,55.8823529411765,25.4901960784314],[106.862745098039,59.8039215686275,37.2549019607843],[81.3725490196078,46.078431372549,30.3921568627451],[59.8039215686275,32.3529411764706,21.5686274509804],[38.2352941176471,15.6862745098039,7.84313725490196],[18.6274509803922,1.96078431372549,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0,3.92156862745098],[12.7450980392157,7.84313725490196,13.7254901960784],[16.6666666666667,10.7843137254902,14.7058823529412],[30.3921568627451,21.5686274509804,22.5490196078431],[57.843137254902,49.0196078431373,44.1176470588235],[62.7450980392157,52.9411764705882,43.1372549019608],[45.0980392156863,34.3137254901961,16.6666666666667],[41.1764705882353,30.3921568627451,8.82352941176471],[70.5882352941177,56.8627450980392,30.3921568627451],[78.4313725490196,61.7647058823529,32.3529411764706],[92.156862745098,73.5294117647059,42.156862745098],[138.235294117647,119.607843137255,87.2549019607843],[102.941176470588,87.2549019607843,51.9607843137255],[86.2745098039216,74.5098039215686,35.2941176470588],[97.0588235294118,88.2352941176471,48.0392156862745],[88.2352941176471,81.3725490196078,40.1960784313726],[85.2941176470588,80.3921568627451,41.1764705882353],[69.6078431372549,65.6862745098039,28.4313725490196],[61.7647058823529,59.8039215686275,22.5490196078431],[58.8235294117647,55.8823529411765,21.5686274509804],[85.2941176470588,85.2941176470588,51.9607843137255],[108.823529411765,108.823529411765,75.4901960784314],[69.6078431372549,71.5686274509804,35.2941176470588],[97.0588235294118,99.0196078431373,60.7843137254902],[166.666666666667,168.627450980392,130.392156862745],[120.588235294118,124.509803921569,90.1960784313725],[89.2156862745098,95.0980392156863,61.7647058823529],[89.2156862745098,95.0980392156863,59.8039215686275],[149.019607843137,156.862745098039,118.627450980392],[166.666666666667,174.509803921569,136.274509803922],[184.313725490196,195.098039215686,155.882352941176],[204.901960784314,214.705882352941,178.43137254902],[230.392156862745,240.196078431373,206.862745098039],[217.647058823529,226.470588235294,200],[216.666666666667,225.490196078431,204.901960784314],[229.411764705882,240.196078431373,226.470588235294],[240.196078431373,250,243.137254901961],[227.450980392157,246.078431372549,240.196078431373],[221.56862745098,243.137254901961,240.196078431373],[232.352941176471,250,250],[198.039215686275,223.529411764706,222.549019607843],[187.254901960784,206.862745098039,205.882352941176],[145.098039215686,159.803921568627,162.745098039216],[139.21568627451,151.960784313725,159.803921568627],[161.764705882353,175.490196078431,186.274509803922],[174.509803921569,196.078431372549,209.803921568627],[147.058823529412,171.56862745098,191.176470588235],[145.098039215686,166.666666666667,190.196078431373],[158.823529411765,179.411764705882,207.843137254902],[149.019607843137,171.56862745098,201.960784313725],[145.098039215686,169.607843137255,199.019607843137],[154.901960784314,181.372549019608,209.803921568627],[162.745098039216,189.21568627451,217.647058823529],[154.901960784314,175.490196078431,203.921568627451],[164.705882352941,184.313725490196,210.78431372549],[172.549019607843,194.117647058824,217.647058823529],[142.156862745098,165.686274509804,189.21568627451],[157.843137254902,185.294117647059,206.862745098039],[187.254901960784,218.627450980392,239.21568627451],[203.921568627451,236.274509803922,250],[184.313725490196,216.666666666667,233.333333333333],[119.607843137255,150.980392156863,165.686274509804],[154.901960784314,186.274509803922,200.980392156863],[211.764705882353,240.196078431373,250],[212.745098039216,241.176470588235,250],[152.941176470588,184.313725490196,199.019607843137],[172.549019607843,204.901960784314,219.607843137255],[144.117647058824,179.411764705882,195.098039215686],[159.803921568627,196.078431372549,214.705882352941],[175.490196078431,210.78431372549,232.352941176471],[144.117647058824,179.411764705882,204.901960784314],[147.058823529412,180.392156862745,207.843137254902],[162.745098039216,191.176470588235,222.549019607843],[157.843137254902,182.352941176471,212.745098039216],[160.78431372549,183.333333333333,213.725490196078],[167.647058823529,192.156862745098,221.56862745098],[193.137254901961,217.647058823529,247.058823529412],[194.117647058824,217.647058823529,245.098039215686],[189.21568627451,209.803921568627,238.235294117647],[165.686274509804,185.294117647059,211.764705882353],[180.392156862745,197.058823529412,224.509803921569],[182.352941176471,197.058823529412,227.450980392157],[155.882352941176,171.56862745098,203.921568627451],[165.686274509804,185.294117647059,217.647058823529],[172.549019607843,198.039215686275,230.392156862745],[156.862745098039,191.176470588235,222.549019607843],[140.196078431373,180.392156862745,211.764705882353],[124.509803921569,172.549019607843,203.921568627451],[140.196078431373,187.254901960784,222.549019607843],[159.803921568627,203.921568627451,245.098039215686],[157.843137254902,198.039215686275,243.137254901961],[152.941176470588,189.21568627451,232.352941176471],[153.921568627451,186.274509803922,228.43137254902],[148.039215686275,176.470588235294,215.686274509804],[144.117647058824,172.549019607843,211.764705882353],[154.901960784314,184.313725490196,221.56862745098],[153.921568627451,185.294117647059,222.549019607843],[147.058823529412,178.43137254902,215.686274509804],[162.745098039216,192.156862745098,227.450980392157],[163.725490196078,189.21568627451,225.490196078431],[163.725490196078,185.294117647059,221.56862745098],[183.333333333333,199.019607843137,232.352941176471],[198.039215686275,206.862745098039,239.21568627451],[200,200.980392156863,231.372549019608],[199.019607843137,200,229.411764705882],[171.56862745098,177.450980392157,208.823529411765],[173.529411764706,184.313725490196,213.725490196078],[217.647058823529,227.450980392157,250],[202.941176470588,210.78431372549,231.372549019608],[204.901960784314,210.78431372549,226.470588235294],[191.176470588235,193.137254901961,204.901960784314],[182.352941176471,181.372549019608,189.21568627451],[193.137254901961,187.254901960784,197.058823529412],[196.078431372549,188.235294117647,199.019607843137],[220.588235294118,212.745098039216,223.529411764706],[243.137254901961,237.254901960784,249.019607843137],[200,198.039215686275,210.78431372549],[187.254901960784,190.196078431373,204.901960784314],[162.745098039216,171.56862745098,186.274509803922],[169.607843137255,183.333333333333,196.078431372549],[168.627450980392,186.274509803922,200],[150.980392156863,171.56862745098,188.235294117647],[150,170.588235294118,189.21568627451],[170.588235294118,191.176470588235,209.803921568627],[195.098039215686,212.745098039216,232.352941176471],[204.901960784314,221.56862745098,241.176470588235],[167.647058823529,184.313725490196,200],[168.627450980392,186.274509803922,198.039215686275],[153.921568627451,170.588235294118,177.450980392157],[200.980392156863,219.607843137255,217.647058823529],[200,215.686274509804,205.882352941176],[175.490196078431,188.235294117647,171.56862745098],[159.803921568627,167.647058823529,147.058823529412],[146.078431372549,146.078431372549,122.549019607843],[174.509803921569,168.627450980392,143.137254901961],[205.882352941176,195.098039215686,167.647058823529],[212.745098039216,203.921568627451,175.490196078431],[137.254901960784,136.274509803922,108.823529411765],[131.372549019608,129.411764705882,106.862745098039],[177.450980392157,170.588235294118,151.960784313725],[163.725490196078,154.901960784314,138.235294117647],[156.862745098039,145.098039215686,129.411764705882],[232.352941176471,220.588235294118,204.901960784314],[198.039215686275,190.196078431373,169.607843137255],[116.666666666667,111.764705882353,83.3333333333333],[147.058823529412,147.058823529412,109.803921568627],[195.098039215686,201.960784313725,158.823529411765],[224.509803921569,236.274509803922,189.21568627451],[215.686274509804,229.411764705882,181.372549019608],[210.78431372549,224.509803921569,176.470588235294],[223.529411764706,231.372549019608,183.333333333333],[190.196078431373,189.21568627451,142.156862745098],[193.137254901961,185.294117647059,139.21568627451],[237.254901960784,224.509803921569,183.333333333333],[207.843137254902,186.274509803922,146.078431372549],[159.803921568627,127.450980392157,85.2941176470588],[153.921568627451,117.647058823529,74.5098039215686],[107.843137254902,73.5294117647059,32.3529411764706],[65.6862745098039,32.3529411764706,0],[172.549019607843,138.235294117647,108.823529411765],[150.980392156863,115.686274509804,90.1960784313725],[98.0392156862745,61.7647058823529,36.2745098039216],[120.588235294118,81.3725490196078,55.8823529411765],[101.960784313725,59.8039215686275,26.4705882352941],[159.803921568627,114.705882352941,81.3725490196078],[100,50.9803921568627,16.6666666666667],[80.3921568627451,32.3529411764706,0],[131.372549019608,93.1372549019608,62.7450980392157],[168.627450980392,139.21568627451,113.725490196078],[241.176470588235,220.588235294118,200],[217.647058823529,199.019607843137,184.313725490196],[143.137254901961,117.647058823529,104.901960784314],[97.0588235294118,67.6470588235294,56.8627450980392],[62.7450980392157,26.4705882352941,17.6470588235294],[51.9607843137255,12.7450980392157,2.94117647058824],[40.1960784313726,0,0],[55.8823529411765,13.7254901960784,0],[113.725490196078,70.5882352941177,46.078431372549],[104.901960784314,61.7647058823529,33.3333333333333],[80.3921568627451,38.2352941176471,6.86274509803922],[66.6666666666667,22.5490196078431,0],[98.0392156862745,50,18.6274509803922],[113.725490196078,63.7254901960784,35.2941176470588],[92.156862745098,39.2156862745098,11.7647058823529],[84.3137254901961,35.2941176470588,12.7450980392157],[92.156862745098,55.8823529411765,40.1960784313726],[59.8039215686275,32.3529411764706,21.5686274509804],[21.5686274509804,0,0],[13.7254901960784,0,0],[22.5490196078431,8.82352941176471,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[9.80392156862745,4.90196078431373,10.7843137254902],[15.6862745098039,10.7843137254902,14.7058823529412],[18.6274509803922,12.7450980392157,12.7450980392157],[38.2352941176471,31.3725490196078,25.4901960784314],[31.3725490196078,23.5294117647059,12.7450980392157],[22.5490196078431,13.7254901960784,0],[32.3529411764706,24.5098039215686,1.96078431372549],[78.4313725490196,67.6470588235294,40.1960784313726],[100,85.2941176470588,52.9411764705882],[88.2352941176471,72.5490196078431,37.2549019607843],[62.7450980392157,49.0196078431373,10.7843137254902],[115.686274509804,101.960784313725,63.7254901960784],[109.803921568627,98.0392156862745,58.8235294117647],[105.882352941176,97.0588235294118,56.8627450980392],[92.156862745098,84.3137254901961,46.078431372549],[64.7058823529412,59.8039215686275,22.5490196078431],[77.4509803921569,71.5686274509804,36.2745098039216],[81.3725490196078,75.4901960784314,42.156862745098],[63.7254901960784,57.843137254902,24.5098039215686],[71.5686274509804,67.6470588235294,33.3333333333333],[108.823529411765,104.901960784314,68.6274509803922],[117.647058823529,112.745098039216,75.4901960784314],[147.058823529412,142.156862745098,100.980392156863],[152.941176470588,150,109.803921568627],[134.313725490196,136.274509803922,97.0588235294118],[113.725490196078,118.627450980392,79.4117647058823],[118.627450980392,125.490196078431,85.2941176470588],[158.823529411765,166.666666666667,128.43137254902],[167.647058823529,177.450980392157,141.176470588235],[221.56862745098,232.352941176471,199.019607843137],[210.78431372549,221.56862745098,192.156862745098],[162.745098039216,172.549019607843,149.019607843137],[218.627450980392,227.450980392157,210.78431372549],[193.137254901961,202.941176470588,192.156862745098],[189.21568627451,200,192.156862745098],[181.372549019608,196.078431372549,191.176470588235],[120.588235294118,139.21568627451,135.294117647059],[160.78431372549,183.333333333333,177.450980392157],[214.705882352941,241.176470588235,234.313725490196],[201.960784313725,226.470588235294,220.588235294118],[169.607843137255,184.313725490196,181.372549019608],[162.745098039216,174.509803921569,172.549019607843],[156.862745098039,170.588235294118,171.56862745098],[172.549019607843,187.254901960784,192.156862745098],[184.313725490196,200.980392156863,210.78431372549],[156.862745098039,173.529411764706,189.21568627451],[158.823529411765,176.470588235294,198.039215686275],[157.843137254902,179.411764705882,202.941176470588],[154.901960784314,178.43137254902,203.921568627451],[156.862745098039,182.352941176471,208.823529411765],[158.823529411765,184.313725490196,210.78431372549],[167.647058823529,193.137254901961,219.607843137255],[165.686274509804,191.176470588235,217.647058823529],[163.725490196078,189.21568627451,213.725490196078],[179.411764705882,204.901960784314,229.411764705882],[186.274509803922,213.725490196078,237.254901960784],[154.901960784314,188.235294117647,214.705882352941],[136.274509803922,172.549019607843,198.039215686275],[138.235294117647,175.490196078431,198.039215686275],[186.274509803922,223.529411764706,244.117647058824],[181.372549019608,218.627450980392,237.254901960784],[151.960784313725,188.235294117647,205.882352941176],[174.509803921569,206.862745098039,223.529411764706],[199.019607843137,234.313725490196,250],[204.901960784314,241.176470588235,250],[210.78431372549,250,250],[161.764705882353,207.843137254902,223.529411764706],[136.274509803922,183.333333333333,202.941176470588],[136.274509803922,183.333333333333,204.901960784314],[137.254901960784,182.352941176471,207.843137254902],[153.921568627451,192.156862745098,222.549019607843],[146.078431372549,181.372549019608,212.745098039216],[145.098039215686,178.43137254902,205.882352941176],[146.078431372549,179.411764705882,203.921568627451],[146.078431372549,177.450980392157,201.960784313725],[166.666666666667,196.078431372549,219.607843137255],[158.823529411765,184.313725490196,208.823529411765],[166.666666666667,186.274509803922,210.78431372549],[158.823529411765,172.549019607843,198.039215686275],[188.235294117647,195.098039215686,222.549019607843],[200,202.941176470588,233.333333333333],[209.803921568627,212.745098039216,245.098039215686],[195.098039215686,199.019607843137,233.333333333333],[185.294117647059,195.098039215686,229.411764705882],[172.549019607843,192.156862745098,224.509803921569],[154.901960784314,183.333333333333,214.705882352941],[150,185.294117647059,216.666666666667],[136.274509803922,175.490196078431,209.803921568627],[157.843137254902,196.078431372549,238.235294117647],[160.78431372549,197.058823529412,241.176470588235],[147.058823529412,179.411764705882,221.56862745098],[143.137254901961,171.56862745098,212.745098039216],[148.039215686275,172.549019607843,211.764705882353],[150.980392156863,174.509803921569,211.764705882353],[163.725490196078,189.21568627451,225.490196078431],[172.549019607843,200.980392156863,234.313725490196],[200.980392156863,229.411764705882,250],[188.235294117647,213.725490196078,248.039215686275],[161.764705882353,183.333333333333,219.607843137255],[162.745098039216,181.372549019608,213.725490196078],[195.098039215686,209.803921568627,240.196078431373],[209.803921568627,215.686274509804,247.058823529412],[203.921568627451,200.980392156863,231.372549019608],[203.921568627451,200.980392156863,229.411764705882],[198.039215686275,201.960784313725,228.43137254902],[242.156862745098,250,250],[231.372549019608,238.235294117647,250],[206.862745098039,212.745098039216,224.509803921569],[141.176470588235,144.117647058824,150.980392156863],[185.294117647059,184.313725490196,189.21568627451],[224.509803921569,219.607843137255,223.529411764706],[194.117647058824,185.294117647059,190.196078431373],[208.823529411765,198.039215686275,205.882352941176],[239.21568627451,227.450980392157,237.254901960784],[250,243.137254901961,250],[211.764705882353,207.843137254902,222.549019607843],[173.529411764706,174.509803921569,192.156862745098],[161.764705882353,168.627450980392,186.274509803922],[178.43137254902,189.21568627451,206.862745098039],[182.352941176471,199.019607843137,214.705882352941],[173.529411764706,196.078431372549,209.803921568627],[175.490196078431,200.980392156863,213.725490196078],[166.666666666667,189.21568627451,204.901960784314],[187.254901960784,205.882352941176,222.549019607843],[212.745098039216,229.411764705882,247.058823529412],[178.43137254902,194.117647058824,209.803921568627],[153.921568627451,167.647058823529,180.392156862745],[142.156862745098,154.901960784314,162.745098039216],[166.666666666667,180.392156862745,180.392156862745],[199.019607843137,211.764705882353,202.941176470588],[197.058823529412,209.803921568627,193.137254901961],[189.21568627451,198.039215686275,177.450980392157],[132.352941176471,137.254901960784,114.705882352941],[168.627450980392,171.56862745098,145.098039215686],[220.588235294118,219.607843137255,192.156862745098],[187.254901960784,187.254901960784,159.803921568627],[217.647058823529,227.450980392157,200.980392156863],[165.686274509804,175.490196078431,150.980392156863],[123.529411764706,122.549019607843,101.960784313725],[142.156862745098,136.274509803922,120.588235294118],[102.941176470588,95.0980392156863,84.3137254901961],[146.078431372549,138.235294117647,127.450980392157],[243.137254901961,236.274509803922,220.588235294118],[204.901960784314,199.019607843137,177.450980392157],[211.764705882353,208.823529411765,174.509803921569],[206.862745098039,212.745098039216,169.607843137255],[197.058823529412,212.745098039216,166.666666666667],[200.980392156863,219.607843137255,174.509803921569],[208.823529411765,230.392156862745,184.313725490196],[221.56862745098,237.254901960784,189.21568627451],[224.509803921569,227.450980392157,175.490196078431],[211.764705882353,203.921568627451,155.882352941176],[169.607843137255,154.901960784314,114.705882352941],[173.529411764706,151.960784313725,113.725490196078],[226.470588235294,195.098039215686,154.901960784314],[167.647058823529,131.372549019608,88.2352941176471],[151.960784313725,109.803921568627,67.6470588235294],[113.725490196078,70.5882352941177,32.3529411764706],[156.862745098039,117.647058823529,83.3333333333333],[154.901960784314,114.705882352941,83.3333333333333],[97.0588235294118,53.921568627451,25.4901960784314],[108.823529411765,62.7450980392157,33.3333333333333],[128.43137254902,79.4117647058823,45.0980392156863],[150,99.0196078431373,62.7450980392157],[108.823529411765,61.7647058823529,26.4705882352941],[81.3725490196078,39.2156862745098,5.88235294117647],[90.1960784313725,55.8823529411765,26.4705882352941],[180.392156862745,152.941176470588,131.372549019608],[250,245.098039215686,231.372549019608],[250,241.176470588235,230.392156862745],[130.392156862745,107.843137254902,100],[66.6666666666667,40.1960784313726,33.3333333333333],[72.5490196078431,44.1176470588235,36.2745098039216],[45.0980392156863,12.7450980392157,3.92156862745098],[48.0392156862745,12.7450980392157,0.980392156862745],[53.921568627451,15.6862745098039,0],[114.705882352941,73.5294117647059,51.9607843137255],[91.1764705882353,48.0392156862745,23.5294117647059],[106.862745098039,61.7647058823529,36.2745098039216],[107.843137254902,61.7647058823529,34.3137254901961],[102.941176470588,53.921568627451,27.4509803921569],[117.647058823529,67.6470588235294,41.1764705882353],[110.78431372549,60.7843137254902,34.3137254901961],[94.1176470588235,49.0196078431373,26.4705882352941],[92.156862745098,56.8627450980392,41.1764705882353],[45.0980392156863,17.6470588235294,6.86274509803922],[16.6666666666667,0,0],[16.6666666666667,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,8.82352941176471],[8.82352941176471,6.86274509803922,11.7647058823529],[2.94117647058824,0,4.90196078431373],[14.7058823529412,9.80392156862745,15.6862745098039],[22.5490196078431,16.6666666666667,18.6274509803922],[36.2745098039216,28.4313725490196,25.4901960784314],[25.4901960784314,16.6666666666667,7.84313725490196],[48.0392156862745,39.2156862745098,24.5098039215686],[65.6862745098039,57.843137254902,37.2549019607843],[89.2156862745098,80.3921568627451,51.9607843137255],[80.3921568627451,72.5490196078431,34.3137254901961],[91.1764705882353,83.3333333333333,38.2352941176471],[46.078431372549,39.2156862745098,0],[79.4117647058823,72.5490196078431,29.4117647058824],[57.843137254902,52.9411764705882,11.7647058823529],[92.156862745098,87.2549019607843,50],[100,94.1176470588235,60.7843137254902],[100.980392156863,92.156862745098,61.7647058823529],[86.2745098039216,77.4509803921569,49.0196078431373],[81.3725490196078,70.5882352941177,43.1372549019608],[88.2352941176471,77.4509803921569,50],[89.2156862745098,76.4705882352941,45.0980392156863],[117.647058823529,103.921568627451,69.6078431372549],[115.686274509804,100.980392156863,60.7843137254902],[113.725490196078,100,55.8823529411765],[137.254901960784,127.450980392157,79.4117647058823],[105.882352941176,104.901960784314,59.8039215686275],[104.901960784314,110.78431372549,65.6862745098039],[143.137254901961,150,108.823529411765],[153.921568627451,161.764705882353,123.529411764706],[185.294117647059,197.058823529412,161.764705882353],[178.43137254902,191.176470588235,163.725490196078],[234.313725490196,246.078431372549,226.470588235294],[194.117647058824,204.901960784314,191.176470588235],[231.372549019608,240.196078431373,235.294117647059],[175.490196078431,185.294117647059,184.313725490196],[201.960784313725,213.725490196078,213.725490196078],[202.941176470588,218.627450980392,217.647058823529],[148.039215686275,168.627450980392,163.725490196078],[161.764705882353,187.254901960784,178.43137254902],[170.588235294118,198.039215686275,186.274509803922],[175.490196078431,200.980392156863,190.196078431373],[175.490196078431,194.117647058824,188.235294117647],[172.549019607843,188.235294117647,185.294117647059],[194.117647058824,215.686274509804,213.725490196078],[172.549019607843,196.078431372549,198.039215686275],[160.78431372549,177.450980392157,185.294117647059],[156.862745098039,172.549019607843,187.254901960784],[155.882352941176,176.470588235294,193.137254901961],[155.882352941176,180.392156862745,200],[151.960784313725,178.43137254902,199.019607843137],[158.823529411765,182.352941176471,205.882352941176],[171.56862745098,191.176470588235,215.686274509804],[192.156862745098,213.725490196078,237.254901960784],[187.254901960784,217.647058823529,238.235294117647],[169.607843137255,200,219.607843137255],[176.470588235294,202.941176470588,223.529411764706],[187.254901960784,217.647058823529,238.235294117647],[112.745098039216,153.921568627451,178.43137254902],[116.666666666667,160.78431372549,189.21568627451],[127.450980392157,163.725490196078,192.156862745098],[142.156862745098,172.549019607843,200.980392156863],[212.745098039216,236.274509803922,250],[222.549019607843,243.137254901961,250],[202.941176470588,228.43137254902,250],[170.588235294118,200.980392156863,221.56862745098],[141.176470588235,181.372549019608,199.019607843137],[134.313725490196,178.43137254902,197.058823529412],[137.254901960784,184.313725490196,203.921568627451],[134.313725490196,179.411764705882,202.941176470588],[136.274509803922,176.470588235294,203.921568627451],[150.980392156863,183.333333333333,217.647058823529],[159.803921568627,184.313725490196,223.529411764706],[164.705882352941,186.274509803922,224.509803921569],[154.901960784314,181.372549019608,210.78431372549],[149.019607843137,175.490196078431,201.960784313725],[162.745098039216,188.235294117647,212.745098039216],[199.019607843137,222.549019607843,246.078431372549],[175.490196078431,195.098039215686,218.627450980392],[181.372549019608,195.098039215686,220.588235294118],[180.392156862745,187.254901960784,212.745098039216],[209.803921568627,209.803921568627,237.254901960784],[226.470588235294,219.607843137255,250],[250,243.137254901961,250],[226.470588235294,214.705882352941,250],[221.56862745098,213.725490196078,250],[235.294117647059,233.333333333333,250],[200.980392156863,206.862745098039,242.156862745098],[172.549019607843,186.274509803922,220.588235294118],[175.490196078431,197.058823529412,235.294117647059],[147.058823529412,177.450980392157,220.588235294118],[149.019607843137,180.392156862745,226.470588235294],[147.058823529412,173.529411764706,217.647058823529],[150.980392156863,173.529411764706,216.666666666667],[156.862745098039,175.490196078431,216.666666666667],[160.78431372549,178.43137254902,217.647058823529],[165.686274509804,187.254901960784,223.529411764706],[159.803921568627,183.333333333333,218.627450980392],[164.705882352941,186.274509803922,222.549019607843],[180.392156862745,200,234.313725490196],[170.588235294118,188.235294117647,223.529411764706],[159.803921568627,173.529411764706,207.843137254902],[170.588235294118,183.333333333333,214.705882352941],[188.235294117647,193.137254901961,222.549019607843],[201.960784313725,197.058823529412,226.470588235294],[215.686274509804,209.803921568627,235.294117647059],[207.843137254902,208.823529411765,228.43137254902],[246.078431372549,250,250],[225.490196078431,228.43137254902,237.254901960784],[248.039215686275,249.019607843137,250],[184.313725490196,184.313725490196,184.313725490196],[186.274509803922,182.352941176471,181.372549019608],[191.176470588235,183.333333333333,181.372549019608],[206.862745098039,195.098039215686,197.058823529412],[236.274509803922,221.56862745098,228.43137254902],[250,238.235294117647,249.019607843137],[223.529411764706,211.764705882353,225.490196078431],[195.098039215686,186.274509803922,204.901960784314],[178.43137254902,176.470588235294,197.058823529412],[191.176470588235,196.078431372549,215.686274509804],[194.117647058824,204.901960784314,224.509803921569],[202.941176470588,219.607843137255,237.254901960784],[196.078431372549,219.607843137255,229.411764705882],[200,223.529411764706,233.333333333333],[185.294117647059,203.921568627451,217.647058823529],[200,215.686274509804,230.392156862745],[212.745098039216,221.56862745098,238.235294117647],[216.666666666667,221.56862745098,240.196078431373],[209.803921568627,212.745098039216,227.450980392157],[189.21568627451,193.137254901961,201.960784313725],[205.882352941176,210.78431372549,213.725490196078],[180.392156862745,187.254901960784,180.392156862745],[189.21568627451,197.058823529412,184.313725490196],[207.843137254902,214.705882352941,197.058823529412],[164.705882352941,172.549019607843,150],[161.764705882353,166.666666666667,144.117647058824],[186.274509803922,190.196078431373,165.686274509804],[150,158.823529411765,132.352941176471],[193.137254901961,212.745098039216,185.294117647059],[234.313725490196,250,223.529411764706],[161.764705882353,166.666666666667,137.254901960784],[145.098039215686,141.176470588235,116.666666666667],[98.0392156862745,92.156862745098,76.4705882352941],[50.9803921568627,45.0980392156863,33.3333333333333],[143.137254901961,139.21568627451,127.450980392157],[237.254901960784,232.352941176471,213.725490196078],[177.450980392157,168.627450980392,138.235294117647],[146.078431372549,141.176470588235,100],[180.392156862745,182.352941176471,136.274509803922],[146.078431372549,152.941176470588,102.941176470588],[184.313725490196,196.078431372549,149.019607843137],[152.941176470588,160.78431372549,110.78431372549],[166.666666666667,165.686274509804,110.78431372549],[129.411764705882,122.549019607843,69.6078431372549],[109.803921568627,94.1176470588235,58.8235294117647],[159.803921568627,137.254901960784,105.882352941176],[198.039215686275,170.588235294118,131.372549019608],[213.725490196078,177.450980392157,134.313725490196],[187.254901960784,136.274509803922,97.0588235294118],[170.588235294118,118.627450980392,79.4117647058823],[154.901960784314,107.843137254902,70.5882352941177],[123.529411764706,78.4313725490196,43.1372549019608],[123.529411764706,75.4901960784314,43.1372549019608],[136.274509803922,84.3137254901961,50.9803921568627],[177.450980392157,118.627450980392,83.3333333333333],[143.137254901961,86.2745098039216,50],[133.333333333333,88.2352941176471,52.9411764705882],[124.509803921569,89.2156862745098,55.8823529411765],[83.3333333333333,50,25.4901960784314],[67.6470588235294,37.2549019607843,19.6078431372549],[152.941176470588,124.509803921569,116.666666666667],[161.764705882353,137.254901960784,133.333333333333],[66.6666666666667,43.1372549019608,39.2156862745098],[51.9607843137255,31.3725490196078,26.4705882352941],[39.2156862745098,19.6078431372549,12.7450980392157],[33.3333333333333,10.7843137254902,2.94117647058824],[39.2156862745098,9.80392156862745,0],[31.3725490196078,0,0],[116.666666666667,71.5686274509804,56.8627450980392],[115.686274509804,65.6862745098039,47.0588235294118],[102.941176470588,49.0196078431373,28.4313725490196],[98.0392156862745,43.1372549019608,20.5882352941176],[112.745098039216,59.8039215686275,36.2745098039216],[109.803921568627,60.7843137254902,38.2352941176471],[100.980392156863,55.8823529411765,32.3529411764706],[113.725490196078,73.5294117647059,51.9607843137255],[74.5098039215686,42.156862745098,27.4509803921569],[31.3725490196078,3.92156862745098,0],[17.6470588235294,0,0],[21.5686274509804,2.94117647058824,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,1.96078431372549,0.980392156862745],[247.058823529412,249.019607843137,248.039215686275],[89.2156862745098,91.1764705882353,90.1960784313725],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[17.6470588235294,12.7450980392157,16.6666666666667],[24.5098039215686,18.6274509803922,20.5882352941176],[12.7450980392157,4.90196078431373,2.94117647058824],[32.3529411764706,25.4901960784314,17.6470588235294],[47.0588235294118,40.1960784313726,24.5098039215686],[60.7843137254902,52.9411764705882,32.3529411764706],[43.1372549019608,33.3333333333333,8.82352941176471],[49.0196078431373,40.1960784313726,7.84313725490196],[60.7843137254902,56.8627450980392,10.7843137254902],[119.607843137255,116.666666666667,66.6666666666667],[108.823529411765,106.862745098039,56.8627450980392],[168.627450980392,166.666666666667,118.627450980392],[140.196078431373,137.254901960784,93.1372549019608],[118.627450980392,114.705882352941,77.4509803921569],[76.4705882352941,71.5686274509804,40.1960784313726],[71.5686274509804,64.7058823529412,37.2549019607843],[98.0392156862745,87.2549019607843,65.6862745098039],[62.7450980392157,51.9607843137255,32.3529411764706],[34.3137254901961,22.5490196078431,0.980392156862745],[48.0392156862745,32.3529411764706,7.84313725490196],[104.901960784314,89.2156862745098,56.8627450980392],[104.901960784314,87.2549019607843,48.0392156862745],[100.980392156863,85.2941176470588,37.2549019607843],[131.372549019608,121.56862745098,71.5686274509804],[151.960784313725,153.921568627451,107.843137254902],[112.745098039216,121.56862745098,77.4509803921569],[105.882352941176,116.666666666667,74.5098039215686],[114.705882352941,126.470588235294,87.2549019607843],[122.549019607843,136.274509803922,101.960784313725],[174.509803921569,189.21568627451,160.78431372549],[205.882352941176,220.588235294118,200],[240.196078431373,250,243.137254901961],[223.529411764706,240.196078431373,234.313725490196],[115.686274509804,133.333333333333,133.333333333333],[153.921568627451,173.529411764706,174.509803921569],[200,220.588235294118,221.56862745098],[175.490196078431,200,196.078431372549],[145.098039215686,171.56862745098,164.705882352941],[173.529411764706,200.980392156863,189.21568627451],[148.039215686275,174.509803921569,165.686274509804],[150,174.509803921569,171.56862745098],[167.647058823529,191.176470588235,193.137254901961],[216.666666666667,246.078431372549,246.078431372549],[206.862745098039,232.352941176471,233.333333333333],[179.411764705882,193.137254901961,201.960784313725],[179.411764705882,193.137254901961,203.921568627451],[185.294117647059,206.862745098039,220.588235294118],[157.843137254902,183.333333333333,198.039215686275],[156.862745098039,183.333333333333,200],[151.960784313725,176.470588235294,196.078431372549],[165.686274509804,183.333333333333,206.862745098039],[174.509803921569,194.117647058824,217.647058823529],[146.078431372549,177.450980392157,198.039215686275],[129.411764705882,164.705882352941,186.274509803922],[155.882352941176,187.254901960784,211.764705882353],[168.627450980392,204.901960784314,231.372549019608],[136.274509803922,184.313725490196,213.725490196078],[174.509803921569,224.509803921569,250],[174.509803921569,214.705882352941,246.078431372549],[148.039215686275,180.392156862745,212.745098039216],[163.725490196078,189.21568627451,221.56862745098],[204.901960784314,229.411764705882,250],[179.411764705882,205.882352941176,234.313725490196],[163.725490196078,197.058823529412,221.56862745098],[150.980392156863,192.156862745098,213.725490196078],[153.921568627451,200,219.607843137255],[161.764705882353,206.862745098039,229.411764705882],[151.960784313725,196.078431372549,218.627450980392],[196.078431372549,230.392156862745,250],[212.745098039216,241.176470588235,250],[183.333333333333,202.941176470588,237.254901960784],[220.588235294118,240.196078431373,250],[167.647058823529,192.156862745098,222.549019607843],[154.901960784314,181.372549019608,207.843137254902],[162.745098039216,184.313725490196,207.843137254902],[187.254901960784,206.862745098039,230.392156862745],[161.764705882353,182.352941176471,202.941176470588],[200.980392156863,218.627450980392,240.196078431373],[203.921568627451,215.686274509804,241.176470588235],[198.039215686275,202.941176470588,231.372549019608],[206.862745098039,205.882352941176,237.254901960784],[193.137254901961,189.21568627451,223.529411764706],[187.254901960784,181.372549019608,216.666666666667],[204.901960784314,199.019607843137,234.313725490196],[245.098039215686,238.235294117647,250],[236.274509803922,234.313725490196,250],[191.176470588235,196.078431372549,237.254901960784],[194.117647058824,206.862745098039,250],[188.235294117647,210.78431372549,250],[171.56862745098,198.039215686275,242.156862745098],[177.450980392157,200,241.176470588235],[187.254901960784,205.882352941176,247.058823529412],[181.372549019608,196.078431372549,234.313725490196],[197.058823529412,210.78431372549,247.058823529412],[215.686274509804,231.372549019608,250],[192.156862745098,207.843137254902,240.196078431373],[159.803921568627,174.509803921569,206.862745098039],[164.705882352941,177.450980392157,208.823529411765],[181.372549019608,190.196078431373,222.549019607843],[169.607843137255,175.490196078431,206.862745098039],[157.843137254902,161.764705882353,190.196078431373],[204.901960784314,201.960784313725,230.392156862745],[236.274509803922,225.490196078431,250],[203.921568627451,192.156862745098,215.686274509804],[201.960784313725,200,213.725490196078],[182.352941176471,182.352941176471,192.156862745098],[201.960784313725,202.941176470588,207.843137254902],[247.058823529412,247.058823529412,249.019607843137],[201.960784313725,200.980392156863,199.019607843137],[204.901960784314,200,197.058823529412],[209.803921568627,198.039215686275,198.039215686275],[240.196078431373,226.470588235294,226.470588235294],[250,244.117647058824,250],[250,237.254901960784,249.019607843137],[204.901960784314,191.176470588235,205.882352941176],[200,191.176470588235,209.803921568627],[199.019607843137,197.058823529412,217.647058823529],[225.490196078431,231.372549019608,250],[192.156862745098,205.882352941176,231.372549019608],[156.862745098039,174.509803921569,196.078431372549],[161.764705882353,183.333333333333,196.078431372549],[188.235294117647,209.803921568627,220.588235294118],[157.843137254902,179.411764705882,192.156862745098],[191.176470588235,207.843137254902,223.529411764706],[230.392156862745,243.137254901961,250],[229.411764705882,237.254901960784,250],[210.78431372549,215.686274509804,234.313725490196],[235.294117647059,241.176470588235,250],[231.372549019608,240.196078431373,245.098039215686],[209.803921568627,219.607843137255,218.627450980392],[204.901960784314,214.705882352941,205.882352941176],[182.352941176471,190.196078431373,177.450980392157],[220.588235294118,224.509803921569,207.843137254902],[223.529411764706,226.470588235294,207.843137254902],[173.529411764706,178.43137254902,156.862745098039],[134.313725490196,144.117647058824,119.607843137255],[155.882352941176,174.509803921569,147.058823529412],[199.019607843137,214.705882352941,186.274509803922],[173.529411764706,178.43137254902,147.058823529412],[68.6274509803922,67.6470588235294,38.2352941176471],[63.7254901960784,60.7843137254902,42.156862745098],[129.411764705882,127.450980392157,114.705882352941],[150,150,140.196078431373],[248.039215686275,245.098039215686,230.392156862745],[215.686274509804,209.803921568627,178.43137254902],[181.372549019608,174.509803921569,131.372549019608],[199.019607843137,195.098039215686,149.019607843137],[238.235294117647,236.274509803922,189.21568627451],[193.137254901961,196.078431372549,150],[158.823529411765,160.78431372549,112.745098039216],[173.529411764706,170.588235294118,118.627450980392],[150,140.196078431373,92.156862745098],[119.607843137255,101.960784313725,64.7058823529412],[117.647058823529,94.1176470588235,58.8235294117647],[86.2745098039216,57.843137254902,18.6274509803922],[148.039215686275,109.803921568627,69.6078431372549],[201.960784313725,149.019607843137,111.764705882353],[197.058823529412,140.196078431373,102.941176470588],[164.705882352941,113.725490196078,75.4901960784314],[104.901960784314,57.843137254902,18.6274509803922],[102.941176470588,54.9019607843137,15.6862745098039],[130.392156862745,75.4901960784314,39.2156862745098],[179.411764705882,116.666666666667,81.3725490196078],[170.588235294118,111.764705882353,76.4705882352941],[126.470588235294,81.3725490196078,46.078431372549],[118.627450980392,83.3333333333333,51.9607843137255],[87.2549019607843,53.921568627451,29.4117647058824],[91.1764705882353,60.7843137254902,43.1372549019608],[143.137254901961,110.78431372549,101.960784313725],[93.1372549019608,62.7450980392157,57.843137254902],[62.7450980392157,38.2352941176471,33.3333333333333],[26.4705882352941,6.86274509803922,0],[49.0196078431373,30.3921568627451,23.5294117647059],[52.9411764705882,33.3333333333333,26.4705882352941],[60.7843137254902,34.3137254901961,25.4901960784314],[55.8823529411765,20.5882352941176,8.82352941176471],[55.8823529411765,10.7843137254902,0],[113.725490196078,61.7647058823529,44.1176470588235],[123.529411764706,67.6470588235294,48.0392156862745],[115.686274509804,58.8235294117647,37.2549019607843],[112.745098039216,57.843137254902,35.2941176470588],[106.862745098039,57.843137254902,35.2941176470588],[101.960784313725,57.843137254902,35.2941176470588],[82.3529411764706,45.0980392156863,26.4705882352941],[53.921568627451,22.5490196078431,9.80392156862745],[40.1960784313726,13.7254901960784,4.90196078431373],[16.6666666666667,0,0],[12.7450980392157,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[15.6862745098039,10.7843137254902,7.84313725490196],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[82.3529411764706,78.4313725490196,77.4509803921569],[83.3333333333333,79.4117647058823,78.4313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[62.7450980392157,62.7450980392157,64.7058823529412],[23.5294117647059,23.5294117647059,25.4901960784314],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[23.5294117647059,17.6470588235294,17.6470588235294],[29.4117647058824,21.5686274509804,19.6078431372549],[35.2941176470588,26.4705882352941,21.5686274509804],[33.3333333333333,23.5294117647059,13.7254901960784],[61.7647058823529,50,34.3137254901961],[75.4901960784314,63.7254901960784,40.1960784313726],[63.7254901960784,52.9411764705882,23.5294117647059],[90.1960784313725,77.4509803921569,44.1176470588235],[110.78431372549,99.0196078431373,61.7647058823529],[92.156862745098,86.2745098039216,39.2156862745098],[73.5294117647059,70.5882352941177,18.6274509803922],[159.803921568627,158.823529411765,105.882352941176],[180.392156862745,178.43137254902,128.43137254902],[182.352941176471,181.372549019608,134.313725490196],[59.8039215686275,57.843137254902,17.6470588235294],[41.1764705882353,38.2352941176471,5.88235294117647],[62.7450980392157,56.8627450980392,33.3333333333333],[82.3529411764706,75.4901960784314,59.8039215686275],[67.6470588235294,57.843137254902,46.078431372549],[82.3529411764706,70.5882352941177,58.8235294117647],[109.803921568627,99.0196078431373,81.3725490196078],[110.78431372549,99.0196078431373,73.5294117647059],[100.980392156863,88.2352941176471,53.921568627451],[92.156862745098,81.3725490196078,37.2549019607843],[113.725490196078,109.803921568627,63.7254901960784],[149.019607843137,159.803921568627,117.647058823529],[117.647058823529,133.333333333333,95.0980392156863],[116.666666666667,133.333333333333,92.156862745098],[78.4313725490196,94.1176470588235,55.8823529411765],[108.823529411765,124.509803921569,88.2352941176471],[158.823529411765,178.43137254902,144.117647058824],[174.509803921569,197.058823529412,169.607843137255],[168.627450980392,196.078431372549,174.509803921569],[143.137254901961,173.529411764706,158.823529411765],[119.607843137255,151.960784313725,143.137254901961],[135.294117647059,169.607843137255,165.686274509804],[127.450980392157,161.764705882353,157.843137254902],[108.823529411765,140.196078431373,137.254901960784],[157.843137254902,188.235294117647,182.352941176471],[176.470588235294,202.941176470588,196.078431372549],[157.843137254902,186.274509803922,182.352941176471],[130.392156862745,159.803921568627,169.607843137255],[149.019607843137,180.392156862745,193.137254901961],[182.352941176471,211.764705882353,219.607843137255],[154.901960784314,179.411764705882,184.313725490196],[179.411764705882,189.21568627451,198.039215686275],[225.490196078431,233.333333333333,244.117647058824],[171.56862745098,189.21568627451,202.941176470588],[154.901960784314,177.450980392157,193.137254901961],[149.019607843137,174.509803921569,191.176470588235],[169.607843137255,191.176470588235,211.764705882353],[211.764705882353,227.450980392157,250],[216.666666666667,236.274509803922,250],[158.823529411765,194.117647058824,219.607843137255],[116.666666666667,159.803921568627,188.235294117647],[129.411764705882,173.529411764706,211.764705882353],[147.058823529412,194.117647058824,233.333333333333],[145.098039215686,197.058823529412,230.392156862745],[147.058823529412,196.078431372549,228.43137254902],[150.980392156863,199.019607843137,230.392156862745],[150.980392156863,195.098039215686,227.450980392157],[141.176470588235,183.333333333333,214.705882352941],[139.21568627451,179.411764705882,208.823529411765],[148.039215686275,188.235294117647,215.686274509804],[157.843137254902,199.019607843137,223.529411764706],[159.803921568627,200.980392156863,224.509803921569],[172.549019607843,213.725490196078,235.294117647059],[177.450980392157,217.647058823529,237.254901960784],[215.686274509804,250,250],[199.019607843137,233.333333333333,250],[185.294117647059,215.686274509804,235.294117647059],[202.941176470588,229.411764705882,250],[192.156862745098,219.607843137255,243.137254901961],[163.725490196078,197.058823529412,224.509803921569],[152.941176470588,181.372549019608,210.78431372549],[182.352941176471,198.039215686275,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[163.725490196078,189.21568627451,203.921568627451],[178.43137254902,206.862745098039,224.509803921569],[171.56862745098,199.019607843137,222.549019607843],[149.019607843137,175.490196078431,204.901960784314],[163.725490196078,187.254901960784,222.549019607843],[154.901960784314,176.470588235294,212.745098039216],[152.941176470588,172.549019607843,206.862745098039],[166.666666666667,180.392156862745,216.666666666667],[184.313725490196,187.254901960784,227.450980392157],[206.862745098039,207.843137254902,250],[207.843137254902,217.647058823529,250],[177.450980392157,193.137254901961,241.176470588235],[170.588235294118,187.254901960784,230.392156862745],[174.509803921569,192.156862745098,231.372549019608],[185.294117647059,200,238.235294117647],[186.274509803922,200,236.274509803922],[216.666666666667,229.411764705882,250],[203.921568627451,214.705882352941,246.078431372549],[193.137254901961,203.921568627451,231.372549019608],[230.392156862745,237.254901960784,250],[202.941176470588,208.823529411765,234.313725490196],[200.980392156863,202.941176470588,227.450980392157],[208.823529411765,205.882352941176,232.352941176471],[194.117647058824,185.294117647059,211.764705882353],[192.156862745098,179.411764705882,204.901960784314],[214.705882352941,199.019607843137,225.490196078431],[228.43137254902,208.823529411765,235.294117647059],[217.647058823529,200,223.529411764706],[198.039215686275,192.156862745098,205.882352941176],[168.627450980392,167.647058823529,175.490196078431],[201.960784313725,200.980392156863,208.823529411765],[250,248.039215686275,250],[207.843137254902,202.941176470588,208.823529411765],[203.921568627451,195.098039215686,200],[219.607843137255,204.901960784314,211.764705882353],[250,240.196078431373,249.019607843137],[250,243.137254901961,250],[250,238.235294117647,250],[230.392156862745,213.725490196078,229.411764705882],[211.764705882353,202.941176470588,221.56862745098],[216.666666666667,218.627450980392,241.176470588235],[195.098039215686,206.862745098039,232.352941176471],[136.274509803922,155.882352941176,182.352941176471],[137.254901960784,157.843137254902,184.313725490196],[144.117647058824,159.803921568627,182.352941176471],[177.450980392157,195.098039215686,214.705882352941],[168.627450980392,195.098039215686,213.725490196078],[129.411764705882,156.862745098039,177.450980392157],[163.725490196078,187.254901960784,210.78431372549],[200,219.607843137255,244.117647058824],[169.607843137255,189.21568627451,212.745098039216],[167.647058823529,188.235294117647,206.862745098039],[176.470588235294,200,209.803921568627],[201.960784313725,222.549019607843,225.490196078431],[235.294117647059,250,248.039215686275],[215.686274509804,225.490196078431,217.647058823529],[196.078431372549,196.078431372549,186.274509803922],[212.745098039216,209.803921568627,195.098039215686],[235.294117647059,236.274509803922,218.627450980392],[181.372549019608,185.294117647059,162.745098039216],[203.921568627451,207.843137254902,183.333333333333],[180.392156862745,183.333333333333,156.862745098039],[116.666666666667,116.666666666667,89.2156862745098],[98.0392156862745,98.0392156862745,72.5490196078431],[81.3725490196078,83.3333333333333,62.7450980392157],[98.0392156862745,100,86.2745098039216],[113.725490196078,116.666666666667,109.803921568627],[76.4705882352941,78.4313725490196,64.7058823529412],[200.980392156863,202.941176470588,166.666666666667],[163.725490196078,162.745098039216,117.647058823529],[113.725490196078,110.78431372549,68.6274509803922],[204.901960784314,201.960784313725,161.764705882353],[178.43137254902,173.529411764706,136.274509803922],[89.2156862745098,84.3137254901961,47.0588235294118],[181.372549019608,172.549019607843,134.313725490196],[222.549019607843,208.823529411765,170.588235294118],[214.705882352941,196.078431372549,153.921568627451],[176.470588235294,150,107.843137254902],[99.0196078431373,61.7647058823529,23.5294117647059],[96.078431372549,50.9803921568627,17.6470588235294],[172.549019607843,120.588235294118,89.2156862745098],[148.039215686275,94.1176470588235,63.7254901960784],[133.333333333333,84.3137254901961,50],[121.56862745098,74.5098039215686,37.2549019607843],[96.078431372549,48.0392156862745,8.82352941176471],[113.725490196078,60.7843137254902,23.5294117647059],[172.549019607843,115.686274509804,79.4117647058823],[157.843137254902,100,66.6666666666667],[120.588235294118,70.5882352941177,40.1960784313726],[120.588235294118,77.4509803921569,50.9803921568627],[68.6274509803922,33.3333333333333,11.7647058823529],[120.588235294118,86.2745098039216,66.6666666666667],[103.921568627451,66.6666666666667,48.0392156862745],[105.882352941176,67.6470588235294,50.9803921568627],[77.4509803921569,44.1176470588235,32.3529411764706],[41.1764705882353,13.7254901960784,2.94117647058824],[34.3137254901961,9.80392156862745,2.94117647058824],[54.9019607843137,30.3921568627451,23.5294117647059],[42.156862745098,12.7450980392157,2.94117647058824],[75.4901960784314,40.1960784313726,26.4705882352941],[54.9019607843137,9.80392156862745,0],[68.6274509803922,17.6470588235294,0],[127.450980392157,72.5490196078431,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[108.823529411765,53.921568627451,29.4117647058824],[119.607843137255,68.6274509803922,47.0588235294118],[94.1176470588235,48.0392156862745,28.4313725490196],[85.2941176470588,47.0588235294118,30.3921568627451],[60.7843137254902,31.3725490196078,21.5686274509804],[48.0392156862745,23.5294117647059,18.6274509803922],[19.6078431372549,0,0],[10.7843137254902,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[18.6274509803922,13.7254901960784,10.7843137254902],[52.9411764705882,46.078431372549,40.1960784313726],[26.4705882352941,18.6274509803922,7.84313725490196],[38.2352941176471,29.4117647058824,12.7450980392157],[58.8235294117647,48.0392156862745,26.4705882352941],[116.666666666667,105.882352941176,78.4313725490196],[97.0588235294118,84.3137254901961,50.9803921568627],[96.078431372549,82.3529411764706,46.078431372549],[103.921568627451,92.156862745098,50.9803921568627],[122.549019607843,115.686274509804,70.5882352941177],[85.2941176470588,83.3333333333333,33.3333333333333],[87.2549019607843,86.2745098039216,33.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[158.823529411765,158.823529411765,107.843137254902],[93.1372549019608,95.0980392156863,47.0588235294118],[52.9411764705882,53.921568627451,14.7058823529412],[31.3725490196078,30.3921568627451,0],[46.078431372549,44.1176470588235,21.5686274509804],[48.0392156862745,42.156862745098,26.4705882352941],[93.1372549019608,86.2745098039216,70.5882352941177],[99.0196078431373,91.1764705882353,70.5882352941177],[55.8823529411765,49.0196078431373,20.5882352941176],[69.6078431372549,61.7647058823529,23.5294117647059],[69.6078431372549,63.7254901960784,16.6666666666667],[116.666666666667,115.686274509804,68.6274509803922],[162.745098039216,175.490196078431,133.333333333333],[112.745098039216,130.392156862745,91.1764705882353],[87.2549019607843,103.921568627451,62.7450980392157],[75.4901960784314,90.1960784313725,50],[118.627450980392,133.333333333333,93.1372549019608],[178.43137254902,194.117647058824,157.843137254902],[161.764705882353,182.352941176471,150],[149.019607843137,177.450980392157,150],[48.0392156862745,80.3921568627451,61.7647058823529],[82.3529411764706,119.607843137255,104.901960784314],[105.882352941176,145.098039215686,136.274509803922],[108.823529411765,147.058823529412,142.156862745098],[113.725490196078,148.039215686275,142.156862745098],[146.078431372549,176.470588235294,170.588235294118],[156.862745098039,181.372549019608,175.490196078431],[138.235294117647,162.745098039216,159.803921568627],[170.588235294118,197.058823529412,207.843137254902],[145.098039215686,172.549019607843,186.274509803922],[117.647058823529,147.058823529412,156.862745098039],[125.490196078431,150,156.862745098039],[185.294117647059,197.058823529412,208.823529411765],[200,208.823529411765,223.529411764706],[161.764705882353,178.43137254902,194.117647058824],[135.294117647059,157.843137254902,175.490196078431],[174.509803921569,199.019607843137,218.627450980392],[188.235294117647,211.764705882353,235.294117647059],[178.43137254902,198.039215686275,224.509803921569],[166.666666666667,191.176470588235,220.588235294118],[156.862745098039,197.058823529412,226.470588235294],[145.098039215686,193.137254901961,225.490196078431],[142.156862745098,190.196078431373,230.392156862745],[136.274509803922,184.313725490196,224.509803921569],[119.607843137255,170.588235294118,206.862745098039],[115.686274509804,167.647058823529,200.980392156863],[116.666666666667,168.627450980392,201.960784313725],[119.607843137255,171.56862745098,202.941176470588],[122.549019607843,171.56862745098,203.921568627451],[123.529411764706,173.529411764706,203.921568627451],[128.43137254902,176.470588235294,205.882352941176],[133.333333333333,179.411764705882,206.862745098039],[136.274509803922,179.411764705882,205.882352941176],[159.803921568627,200.980392156863,224.509803921569],[165.686274509804,202.941176470588,225.490196078431],[196.078431372549,232.352941176471,250],[189.21568627451,223.529411764706,242.156862745098],[171.56862745098,203.921568627451,220.588235294118],[171.56862745098,202.941176470588,217.647058823529],[178.43137254902,208.823529411765,229.411764705882],[144.117647058824,176.470588235294,206.862745098039],[154.901960784314,183.333333333333,214.705882352941],[172.549019607843,187.254901960784,215.686274509804],[175.490196078431,189.21568627451,214.705882352941],[185.294117647059,209.803921568627,229.411764705882],[194.117647058824,226.470588235294,245.098039215686],[172.549019607843,205.882352941176,230.392156862745],[149.019607843137,183.333333333333,212.745098039216],[140.196078431373,175.490196078431,208.823529411765],[142.156862745098,177.450980392157,210.78431372549],[143.137254901961,177.450980392157,208.823529411765],[155.882352941176,181.372549019608,215.686274509804],[196.078431372549,207.843137254902,247.058823529412],[216.666666666667,223.529411764706,250],[187.254901960784,203.921568627451,249.019607843137],[166.666666666667,184.313725490196,229.411764705882],[173.529411764706,188.235294117647,228.43137254902],[179.411764705882,193.137254901961,231.372549019608],[178.43137254902,190.196078431373,227.450980392157],[152.941176470588,165.686274509804,199.019607843137],[185.294117647059,198.039215686275,229.411764705882],[221.56862745098,232.352941176471,250],[211.764705882353,218.627450980392,246.078431372549],[176.470588235294,182.352941176471,205.882352941176],[203.921568627451,205.882352941176,228.43137254902],[217.647058823529,215.686274509804,237.254901960784],[209.803921568627,201.960784313725,224.509803921569],[208.823529411765,197.058823529412,218.627450980392],[200.980392156863,186.274509803922,208.823529411765],[236.274509803922,217.647058823529,239.21568627451],[240.196078431373,218.627450980392,241.176470588235],[223.529411764706,206.862745098039,225.490196078431],[214.705882352941,206.862745098039,219.607843137255],[247.058823529412,244.117647058824,250],[199.019607843137,196.078431372549,202.941176470588],[192.156862745098,189.21568627451,196.078431372549],[211.764705882353,206.862745098039,213.725490196078],[216.666666666667,206.862745098039,214.705882352941],[242.156862745098,226.470588235294,236.274509803922],[250,243.137254901961,250],[250,239.21568627451,248.039215686275],[226.470588235294,206.862745098039,218.627450980392],[211.764705882353,198.039215686275,212.745098039216],[216.666666666667,209.803921568627,227.450980392157],[220.588235294118,225.490196078431,247.058823529412],[150.980392156863,166.666666666667,191.176470588235],[140.196078431373,165.686274509804,192.156862745098],[139.21568627451,164.705882352941,191.176470588235],[149.019607843137,166.666666666667,190.196078431373],[176.470588235294,194.117647058824,215.686274509804],[163.725490196078,190.196078431373,210.78431372549],[141.176470588235,171.56862745098,192.156862745098],[150.980392156863,180.392156862745,203.921568627451],[174.509803921569,201.960784313725,225.490196078431],[175.490196078431,200.980392156863,223.529411764706],[156.862745098039,183.333333333333,203.921568627451],[133.333333333333,161.764705882353,175.490196078431],[163.725490196078,192.156862745098,198.039215686275],[187.254901960784,206.862745098039,207.843137254902],[221.56862745098,231.372549019608,230.392156862745],[186.274509803922,185.294117647059,180.392156862745],[210.78431372549,206.862745098039,196.078431372549],[220.588235294118,218.627450980392,203.921568627451],[242.156862745098,241.176470588235,220.588235294118],[221.56862745098,217.647058823529,191.176470588235],[199.019607843137,194.117647058824,164.705882352941],[144.117647058824,140.196078431373,111.764705882353],[115.686274509804,114.705882352941,87.2549019607843],[90.1960784313725,90.1960784313725,64.7058823529412],[132.352941176471,134.313725490196,112.745098039216],[151.960784313725,154.901960784314,138.235294117647],[76.4705882352941,79.4117647058823,58.8235294117647],[118.627450980392,122.549019607843,90.1960784313725],[139.21568627451,141.176470588235,104.901960784314],[118.627450980392,118.627450980392,85.2941176470588],[134.313725490196,129.411764705882,98.0392156862745],[136.274509803922,130.392156862745,99.0196078431373],[108.823529411765,100,67.6470588235294],[150,139.21568627451,107.843137254902],[189.21568627451,175.490196078431,139.21568627451],[178.43137254902,159.803921568627,117.647058823529],[207.843137254902,181.372549019608,139.21568627451],[88.2352941176471,50.9803921568627,15.6862745098039],[153.921568627451,109.803921568627,79.4117647058823],[150.980392156863,101.960784313725,75.4901960784314],[122.549019607843,72.5490196078431,46.078431372549],[112.745098039216,67.6470588235294,35.2941176470588],[145.098039215686,100,66.6666666666667],[131.372549019608,87.2549019607843,49.0196078431373],[83.3333333333333,36.2745098039216,0],[161.764705882353,110.78431372549,74.5098039215686],[107.843137254902,53.921568627451,23.5294117647059],[68.6274509803922,18.6274509803922,0],[60.7843137254902,16.6666666666667,0],[70.5882352941177,36.2745098039216,16.6666666666667],[87.2549019607843,52.9411764705882,33.3333333333333],[71.5686274509804,31.3725490196078,9.80392156862745],[87.2549019607843,46.078431372549,24.5098039215686],[71.5686274509804,36.2745098039216,20.5882352941176],[65.6862745098039,34.3137254901961,23.5294117647059],[79.4117647058823,52.9411764705882,44.1176470588235],[26.4705882352941,0,0],[47.0588235294118,17.6470588235294,7.84313725490196],[52.9411764705882,17.6470588235294,3.92156862745098],[59.8039215686275,17.6470588235294,0],[73.5294117647059,24.5098039215686,1.96078431372549],[106.862745098039,53.921568627451,28.4313725490196],[111.764705882353,56.8627450980392,30.3921568627451],[105.882352941176,54.9019607843137,31.3725490196078],[66.6666666666667,19.6078431372549,0],[48.0392156862745,3.92156862745098,0],[58.8235294117647,21.5686274509804,8.82352941176471],[61.7647058823529,33.3333333333333,25.4901960784314],[31.3725490196078,7.84313725490196,3.92156862745098],[34.3137254901961,15.6862745098039,11.7647058823529],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0.980392156862745,0],[22.5490196078431,17.6470588235294,14.7058823529412],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[13.7254901960784,15.6862745098039,12.7450980392157],[63.7254901960784,63.7254901960784,61.7647058823529],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[16.6666666666667,12.7450980392157,11.7647058823529],[13.7254901960784,8.82352941176471,4.90196078431373],[46.078431372549,39.2156862745098,31.3725490196078],[68.6274509803922,60.7843137254902,50],[35.2941176470588,26.4705882352941,9.80392156862745],[29.4117647058824,18.6274509803922,0],[60.7843137254902,50,22.5490196078431],[97.0588235294118,84.3137254901961,52.9411764705882],[103.921568627451,91.1764705882353,56.8627450980392],[102.941176470588,94.1176470588235,55.8823529411765],[76.4705882352941,71.5686274509804,30.3921568627451],[74.5098039215686,73.5294117647059,28.4313725490196],[76.4705882352941,76.4705882352941,27.4509803921569],[132.352941176471,135.294117647059,83.3333333333333],[196.078431372549,199.019607843137,143.137254901961],[150.980392156863,153.921568627451,98.0392156862745],[119.607843137255,122.549019607843,70.5882352941177],[84.3137254901961,86.2745098039216,40.1960784313726],[29.4117647058824,29.4117647058824,0],[86.2745098039216,86.2745098039216,52.9411764705882],[62.7450980392157,59.8039215686275,27.4509803921569],[35.2941176470588,31.3725490196078,0],[42.156862745098,39.2156862745098,0],[43.1372549019608,39.2156862745098,0],[75.4901960784314,72.5490196078431,18.6274509803922],[165.686274509804,165.686274509804,112.745098039216],[177.450980392157,186.274509803922,142.156862745098],[173.529411764706,185.294117647059,146.078431372549],[164.705882352941,172.549019607843,132.352941176471],[167.647058823529,176.470588235294,134.313725490196],[146.078431372549,152.941176470588,111.764705882353],[173.529411764706,181.372549019608,143.137254901961],[197.058823529412,210.78431372549,176.470588235294],[219.607843137255,238.235294117647,210.78431372549],[154.901960784314,179.411764705882,158.823529411765],[133.333333333333,163.725490196078,149.019607843137],[110.78431372549,143.137254901961,134.313725490196],[138.235294117647,170.588235294118,163.725490196078],[139.21568627451,169.607843137255,163.725490196078],[155.882352941176,182.352941176471,175.490196078431],[200.980392156863,223.529411764706,215.686274509804],[164.705882352941,183.333333333333,177.450980392157],[166.666666666667,178.43137254902,178.43137254902],[138.235294117647,152.941176470588,155.882352941176],[155.882352941176,180.392156862745,185.294117647059],[213.725490196078,240.196078431373,249.019607843137],[207.843137254902,224.509803921569,240.196078431373],[209.803921568627,226.470588235294,246.078431372549],[155.882352941176,178.43137254902,196.078431372549],[166.666666666667,193.137254901961,211.764705882353],[211.764705882353,241.176470588235,250],[142.156862745098,172.549019607843,200],[138.235294117647,167.647058823529,200.980392156863],[141.176470588235,176.470588235294,211.764705882353],[151.960784313725,200,232.352941176471],[180.392156862745,229.411764705882,250],[155.882352941176,198.039215686275,231.372549019608],[129.411764705882,171.56862745098,204.901960784314],[129.411764705882,178.43137254902,212.745098039216],[121.56862745098,174.509803921569,209.803921568627],[121.56862745098,172.549019607843,208.823529411765],[124.509803921569,176.470588235294,209.803921568627],[127.450980392157,176.470588235294,210.78431372549],[128.43137254902,177.450980392157,211.764705882353],[127.450980392157,175.490196078431,207.843137254902],[126.470588235294,171.56862745098,203.921568627451],[135.294117647059,177.450980392157,208.823529411765],[141.176470588235,181.372549019608,208.823529411765],[147.058823529412,183.333333333333,209.803921568627],[173.529411764706,208.823529411765,232.352941176471],[176.470588235294,210.78431372549,232.352941176471],[168.627450980392,200,222.549019607843],[154.901960784314,185.294117647059,205.882352941176],[162.745098039216,192.156862745098,217.647058823529],[154.901960784314,183.333333333333,214.705882352941],[150,173.529411764706,208.823529411765],[162.745098039216,176.470588235294,212.745098039216],[170.588235294118,185.294117647059,217.647058823529],[163.725490196078,184.313725490196,212.745098039216],[175.490196078431,202.941176470588,226.470588235294],[195.098039215686,224.509803921569,248.039215686275],[182.352941176471,213.725490196078,238.235294117647],[152.941176470588,186.274509803922,212.745098039216],[140.196078431373,174.509803921569,201.960784313725],[136.274509803922,168.627450980392,199.019607843137],[146.078431372549,171.56862745098,203.921568627451],[174.509803921569,190.196078431373,225.490196078431],[178.43137254902,192.156862745098,228.43137254902],[161.764705882353,181.372549019608,213.725490196078],[178.43137254902,198.039215686275,232.352941176471],[183.333333333333,198.039215686275,236.274509803922],[164.705882352941,178.43137254902,216.666666666667],[169.607843137255,183.333333333333,219.607843137255],[169.607843137255,182.352941176471,216.666666666667],[181.372549019608,194.117647058824,227.450980392157],[181.372549019608,192.156862745098,221.56862745098],[178.43137254902,187.254901960784,215.686274509804],[174.509803921569,181.372549019608,206.862745098039],[197.058823529412,200.980392156863,225.490196078431],[206.862745098039,207.843137254902,228.43137254902],[215.686274509804,212.745098039216,233.333333333333],[187.254901960784,179.411764705882,200],[200.980392156863,190.196078431373,206.862745098039],[223.529411764706,210.78431372549,228.43137254902],[250,241.176470588235,250],[225.490196078431,213.725490196078,227.450980392157],[182.352941176471,175.490196078431,183.333333333333],[184.313725490196,179.411764705882,186.274509803922],[175.490196078431,170.588235294118,177.450980392157],[223.529411764706,218.627450980392,224.509803921569],[247.058823529412,242.156862745098,248.039215686275],[219.607843137255,213.725490196078,217.647058823529],[250,243.137254901961,250],[250,245.098039215686,250],[250,237.254901960784,245.098039215686],[236.274509803922,219.607843137255,229.411764705882],[232.352941176471,220.588235294118,232.352941176471],[207.843137254902,203.921568627451,218.627450980392],[185.294117647059,192.156862745098,210.78431372549],[147.058823529412,162.745098039216,187.254901960784],[167.647058823529,193.137254901961,219.607843137255],[149.019607843137,176.470588235294,200],[154.901960784314,176.470588235294,197.058823529412],[184.313725490196,204.901960784314,221.56862745098],[164.705882352941,185.294117647059,201.960784313725],[152.941176470588,178.43137254902,195.098039215686],[150.980392156863,179.411764705882,195.098039215686],[163.725490196078,192.156862745098,209.803921568627],[196.078431372549,220.588235294118,240.196078431373],[174.509803921569,200,216.666666666667],[130.392156862745,158.823529411765,172.549019607843],[143.137254901961,169.607843137255,180.392156862745],[153.921568627451,170.588235294118,178.43137254902],[158.823529411765,167.647058823529,172.549019607843],[121.56862745098,127.450980392157,125.490196078431],[161.764705882353,164.705882352941,155.882352941176],[145.098039215686,141.176470588235,130.392156862745],[207.843137254902,200.980392156863,182.352941176471],[226.470588235294,221.56862745098,190.196078431373],[182.352941176471,178.43137254902,141.176470588235],[200,194.117647058824,158.823529411765],[165.686274509804,157.843137254902,122.549019607843],[129.411764705882,120.588235294118,88.2352941176471],[162.745098039216,156.862745098039,121.56862745098],[125.490196078431,121.56862745098,84.3137254901961],[100.980392156863,100.980392156863,67.6470588235294],[111.764705882353,110.78431372549,91.1764705882353],[89.2156862745098,90.1960784313725,76.4705882352941],[83.3333333333333,84.3137254901961,68.6274509803922],[207.843137254902,206.862745098039,187.254901960784],[113.725490196078,109.803921568627,85.2941176470588],[52.9411764705882,46.078431372549,17.6470588235294],[106.862745098039,97.0588235294118,62.7450980392157],[127.450980392157,113.725490196078,77.4509803921569],[164.705882352941,150,109.803921568627],[239.21568627451,215.686274509804,178.43137254902],[167.647058823529,135.294117647059,104.901960784314],[182.352941176471,141.176470588235,116.666666666667],[137.254901960784,92.156862745098,68.6274509803922],[103.921568627451,58.8235294117647,35.2941176470588],[94.1176470588235,53.921568627451,26.4705882352941],[136.274509803922,96.078431372549,66.6666666666667],[199.019607843137,159.803921568627,125.490196078431],[123.529411764706,79.4117647058823,47.0588235294118],[106.862745098039,58.8235294117647,27.4509803921569],[94.1176470588235,45.0980392156863,18.6274509803922],[70.5882352941177,25.4901960784314,1.96078431372549],[58.8235294117647,18.6274509803922,0],[49.0196078431373,18.6274509803922,0.980392156862745],[51.9607843137255,21.5686274509804,3.92156862745098],[92.156862745098,54.9019607843137,36.2745098039216],[76.4705882352941,39.2156862745098,20.5882352941176],[90.1960784313725,54.9019607843137,41.1764705882353],[100,70.5882352941177,60.7843137254902],[120.588235294118,94.1176470588235,87.2549019607843],[62.7450980392157,36.2745098039216,29.4117647058824],[56.8627450980392,27.4509803921569,17.6470588235294],[76.4705882352941,41.1764705882353,27.4509803921569],[86.2745098039216,44.1176470588235,27.4509803921569],[122.549019607843,75.4901960784314,53.921568627451],[138.235294117647,87.2549019607843,63.7254901960784],[124.509803921569,73.5294117647059,50],[97.0588235294118,50,28.4313725490196],[54.9019607843137,10.7843137254902,0],[65.6862745098039,24.5098039215686,10.7843137254902],[65.6862745098039,32.3529411764706,22.5490196078431],[36.2745098039216,9.80392156862745,2.94117647058824],[32.3529411764706,11.7647058823529,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,21.5686274509804,18.6274509803922],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,3.92156862745098,0.980392156862745],[25.4901960784314,27.4509803921569,22.5490196078431],[75.4901960784314,77.4509803921569,74.5098039215686],[1.96078431372549,1.96078431372549,0],[4.90196078431373,4.90196078431373,2.94117647058824],[15.6862745098039,14.7058823529412,10.7843137254902],[20.5882352941176,19.6078431372549,15.6862745098039],[11.7647058823529,8.82352941176471,3.92156862745098],[20.5882352941176,16.6666666666667,7.84313725490196],[60.7843137254902,54.9019607843137,43.1372549019608],[83.3333333333333,76.4705882352941,58.8235294117647],[12.7450980392157,4.90196078431373,0],[21.5686274509804,11.7647058823529,0],[38.2352941176471,29.4117647058824,0],[37.2549019607843,27.4509803921569,0],[65.6862745098039,55.8823529411765,20.5882352941176],[49.0196078431373,40.1960784313726,7.84313725490196],[61.7647058823529,55.8823529411765,20.5882352941176],[88.2352941176471,83.3333333333333,42.156862745098],[122.549019607843,120.588235294118,70.5882352941177],[98.0392156862745,97.0588235294118,41.1764705882353],[69.6078431372549,69.6078431372549,8.82352941176471],[144.117647058824,144.117647058824,83.3333333333333],[151.960784313725,150.980392156863,95.0980392156863],[152.941176470588,151.960784313725,99.0196078431373],[141.176470588235,139.21568627451,91.1764705882353],[107.843137254902,103.921568627451,57.843137254902],[82.3529411764706,75.4901960784314,30.3921568627451],[93.1372549019608,87.2549019607843,38.2352941176471],[100.980392156863,94.1176470588235,41.1764705882353],[128.43137254902,122.549019607843,63.7254901960784],[197.058823529412,195.098039215686,139.21568627451],[232.352941176471,238.235294117647,191.176470588235],[209.803921568627,216.666666666667,175.490196078431],[163.725490196078,169.607843137255,126.470588235294],[168.627450980392,169.607843137255,126.470588235294],[134.313725490196,135.294117647059,92.156862745098],[144.117647058824,145.098039215686,105.882352941176],[203.921568627451,209.803921568627,174.509803921569],[206.862745098039,216.666666666667,190.196078431373],[238.235294117647,250,234.313725490196],[136.274509803922,158.823529411765,143.137254901961],[138.235294117647,163.725490196078,152.941176470588],[156.862745098039,183.333333333333,176.470588235294],[147.058823529412,173.529411764706,166.666666666667],[149.019607843137,174.509803921569,165.686274509804],[166.666666666667,187.254901960784,178.43137254902],[186.274509803922,201.960784313725,192.156862745098],[170.588235294118,177.450980392157,170.588235294118],[187.254901960784,196.078431372549,195.098039215686],[191.176470588235,211.764705882353,216.666666666667],[191.176470588235,217.647058823529,228.43137254902],[167.647058823529,185.294117647059,204.901960784314],[190.196078431373,207.843137254902,229.411764705882],[150,172.549019607843,190.196078431373],[185.294117647059,211.764705882353,230.392156862745],[167.647058823529,197.058823529412,220.588235294118],[173.529411764706,206.862745098039,234.313725490196],[164.705882352941,199.019607843137,236.274509803922],[138.235294117647,181.372549019608,219.607843137255],[126.470588235294,179.411764705882,214.705882352941],[132.352941176471,184.313725490196,217.647058823529],[132.352941176471,174.509803921569,205.882352941176],[123.529411764706,163.725490196078,195.098039215686],[122.549019607843,171.56862745098,207.843137254902],[121.56862745098,174.509803921569,211.764705882353],[126.470588235294,177.450980392157,215.686274509804],[127.450980392157,178.43137254902,214.705882352941],[126.470588235294,177.450980392157,213.725490196078],[130.392156862745,179.411764705882,215.686274509804],[133.333333333333,182.352941176471,216.666666666667],[133.333333333333,181.372549019608,213.725490196078],[148.039215686275,192.156862745098,224.509803921569],[137.254901960784,179.411764705882,210.78431372549],[153.921568627451,192.156862745098,222.549019607843],[170.588235294118,206.862745098039,235.294117647059],[155.882352941176,190.196078431373,217.647058823529],[157.843137254902,191.176470588235,217.647058823529],[153.921568627451,184.313725490196,211.764705882353],[165.686274509804,196.078431372549,224.509803921569],[168.627450980392,200.980392156863,233.333333333333],[143.137254901961,172.549019607843,207.843137254902],[147.058823529412,171.56862745098,210.78431372549],[170.588235294118,194.117647058824,231.372549019608],[150.980392156863,176.470588235294,208.823529411765],[150,176.470588235294,204.901960784314],[182.352941176471,209.803921568627,231.372549019608],[172.549019607843,202.941176470588,222.549019607843],[180.392156862745,210.78431372549,231.372549019608],[169.607843137255,199.019607843137,222.549019607843],[163.725490196078,190.196078431373,218.627450980392],[161.764705882353,184.313725490196,215.686274509804],[160.78431372549,176.470588235294,208.823529411765],[160.78431372549,174.509803921569,202.941176470588],[161.764705882353,175.490196078431,200.980392156863],[163.725490196078,177.450980392157,202.941176470588],[192.156862745098,204.901960784314,238.235294117647],[180.392156862745,194.117647058824,230.392156862745],[175.490196078431,189.21568627451,223.529411764706],[164.705882352941,177.450980392157,210.78431372549],[171.56862745098,184.313725490196,215.686274509804],[160.78431372549,171.56862745098,200.980392156863],[166.666666666667,175.490196078431,203.921568627451],[182.352941176471,189.21568627451,214.705882352941],[189.21568627451,195.098039215686,218.627450980392],[183.333333333333,185.294117647059,205.882352941176],[236.274509803922,237.254901960784,250],[219.607843137255,216.666666666667,233.333333333333],[227.450980392157,223.529411764706,237.254901960784],[197.058823529412,191.176470588235,202.941176470588],[232.352941176471,224.509803921569,235.294117647059],[250,240.196078431373,249.019607843137],[235.294117647059,225.490196078431,233.333333333333],[184.313725490196,175.490196078431,180.392156862745],[222.549019607843,216.666666666667,220.588235294118],[250,248.039215686275,250],[218.627450980392,213.725490196078,217.647058823529],[224.509803921569,218.627450980392,220.588235294118],[250,247.058823529412,250],[250,242.156862745098,246.078431372549],[232.352941176471,220.588235294118,224.509803921569],[228.43137254902,215.686274509804,222.549019607843],[236.274509803922,229.411764705882,237.254901960784],[204.901960784314,203.921568627451,217.647058823529],[155.882352941176,163.725490196078,182.352941176471],[155.882352941176,171.56862745098,194.117647058824],[150.980392156863,176.470588235294,200.980392156863],[148.039215686275,177.450980392157,200.980392156863],[154.901960784314,183.333333333333,199.019607843137],[179.411764705882,204.901960784314,217.647058823529],[151.960784313725,170.588235294118,184.313725490196],[151.960784313725,170.588235294118,184.313725490196],[168.627450980392,192.156862745098,203.921568627451],[179.411764705882,205.882352941176,216.666666666667],[192.156862745098,219.607843137255,231.372549019608],[162.745098039216,190.196078431373,203.921568627451],[146.078431372549,173.529411764706,187.254901960784],[130.392156862745,152.941176470588,168.627450980392],[140.196078431373,158.823529411765,172.549019607843],[137.254901960784,153.921568627451,161.764705882353],[116.666666666667,130.392156862745,131.372549019608],[100,105.882352941176,101.960784313725],[117.647058823529,112.745098039216,106.862745098039],[160.78431372549,151.960784313725,135.294117647059],[193.137254901961,184.313725490196,153.921568627451],[192.156862745098,184.313725490196,146.078431372549],[210.78431372549,200.980392156863,165.686274509804],[225.490196078431,215.686274509804,180.392156862745],[225.490196078431,216.666666666667,178.43137254902],[196.078431372549,189.21568627451,146.078431372549],[114.705882352941,111.764705882353,57.843137254902],[100.980392156863,98.0392156862745,53.921568627451],[80.3921568627451,75.4901960784314,55.8823529411765],[29.4117647058824,25.4901960784314,14.7058823529412],[66.6666666666667,63.7254901960784,47.0588235294118],[177.450980392157,175.490196078431,154.901960784314],[179.411764705882,175.490196078431,150.980392156863],[40.1960784313726,36.2745098039216,7.84313725490196],[64.7058823529412,59.8039215686275,28.4313725490196],[125.490196078431,117.647058823529,82.3529411764706],[186.274509803922,172.549019607843,136.274509803922],[235.294117647059,212.745098039216,179.411764705882],[250,226.470588235294,198.039215686275],[152.941176470588,116.666666666667,91.1764705882353],[89.2156862745098,48.0392156862745,24.5098039215686],[76.4705882352941,35.2941176470588,11.7647058823529],[41.1764705882353,1.96078431372549,0],[68.6274509803922,32.3529411764706,3.92156862745098],[189.21568627451,150.980392156863,120.588235294118],[196.078431372549,155.882352941176,124.509803921569],[98.0392156862745,53.921568627451,25.4901960784314],[105.882352941176,59.8039215686275,34.3137254901961],[82.3529411764706,38.2352941176471,17.6470588235294],[88.2352941176471,50.9803921568627,32.3529411764706],[71.5686274509804,40.1960784313726,25.4901960784314],[47.0588235294118,18.6274509803922,2.94117647058824],[63.7254901960784,27.4509803921569,9.80392156862745],[63.7254901960784,27.4509803921569,9.80392156862745],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,29.4117647058824,19.6078431372549],[41.1764705882353,14.7058823529412,7.84313725490196],[51.9607843137255,25.4901960784314,18.6274509803922],[38.2352941176471,8.82352941176471,0],[63.7254901960784,28.4313725490196,14.7058823529412],[81.3725490196078,41.1764705882353,23.5294117647059],[115.686274509804,69.6078431372549,50],[138.235294117647,91.1764705882353,69.6078431372549],[140.196078431373,93.1372549019608,71.5686274509804],[85.2941176470588,41.1764705882353,22.5490196078431],[64.7058823529412,26.4705882352941,11.7647058823529],[71.5686274509804,35.2941176470588,26.4705882352941],[39.2156862745098,9.80392156862745,1.96078431372549],[44.1176470588235,19.6078431372549,14.7058823529412],[38.2352941176471,17.6470588235294,12.7450980392157],[24.5098039215686,6.86274509803922,2.94117647058824],[16.6666666666667,2.94117647058824,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[12.7450980392157,13.7254901960784,8.82352941176471],[5.88235294117647,4.90196078431373,0.980392156862745],[5.88235294117647,4.90196078431373,0.980392156862745],[4.90196078431373,1.96078431372549,0],[17.6470588235294,13.7254901960784,4.90196078431373],[41.1764705882353,35.2941176470588,23.5294117647059],[63.7254901960784,58.8235294117647,40.1960784313726],[77.4509803921569,71.5686274509804,50],[96.078431372549,90.1960784313725,64.7058823529412],[41.1764705882353,34.3137254901961,5.88235294117647],[18.6274509803922,9.80392156862745,0],[27.4509803921569,16.6666666666667,0],[54.9019607843137,39.2156862745098,14.7058823529412],[44.1176470588235,26.4705882352941,2.94117647058824],[91.1764705882353,75.4901960784314,42.156862745098],[116.666666666667,102.941176470588,58.8235294117647],[103.921568627451,91.1764705882353,37.2549019607843],[127.450980392157,117.647058823529,56.8627450980392],[89.2156862745098,80.3921568627451,14.7058823529412],[147.058823529412,138.235294117647,72.5490196078431],[166.666666666667,156.862745098039,96.078431372549],[156.862745098039,145.098039215686,86.2745098039216],[139.21568627451,126.470588235294,72.5490196078431],[200.980392156863,186.274509803922,132.352941176471],[189.21568627451,174.509803921569,120.588235294118],[196.078431372549,179.411764705882,124.509803921569],[181.372549019608,165.686274509804,107.843137254902],[190.196078431373,179.411764705882,124.509803921569],[250,250,204.901960784314],[208.823529411765,214.705882352941,169.607843137255],[174.509803921569,173.529411764706,128.43137254902],[166.666666666667,163.725490196078,119.607843137255],[165.686274509804,158.823529411765,115.686274509804],[155.882352941176,150.980392156863,111.764705882353],[186.274509803922,183.333333333333,149.019607843137],[170.588235294118,173.529411764706,145.098039215686],[217.647058823529,226.470588235294,205.882352941176],[234.313725490196,248.039215686275,233.333333333333],[209.803921568627,229.411764705882,220.588235294118],[159.803921568627,182.352941176471,174.509803921569],[151.960784313725,174.509803921569,166.666666666667],[140.196078431373,162.745098039216,154.901960784314],[162.745098039216,183.333333333333,174.509803921569],[179.411764705882,195.098039215686,185.294117647059],[237.254901960784,243.137254901961,239.21568627451],[221.56862745098,231.372549019608,232.352941176471],[214.705882352941,238.235294117647,242.156862745098],[211.764705882353,235.294117647059,245.098039215686],[197.058823529412,213.725490196078,231.372549019608],[166.666666666667,183.333333333333,200.980392156863],[199.019607843137,217.647058823529,232.352941176471],[194.117647058824,216.666666666667,232.352941176471],[191.176470588235,218.627450980392,239.21568627451],[177.450980392157,207.843137254902,235.294117647059],[184.313725490196,219.607843137255,250],[137.254901960784,180.392156862745,218.627450980392],[119.607843137255,176.470588235294,213.725490196078],[138.235294117647,195.098039215686,231.372549019608],[115.686274509804,162.745098039216,198.039215686275],[127.450980392157,172.549019607843,207.843137254902],[119.607843137255,170.588235294118,208.823529411765],[121.56862745098,173.529411764706,212.745098039216],[126.470588235294,178.43137254902,217.647058823529],[127.450980392157,178.43137254902,217.647058823529],[125.490196078431,176.470588235294,215.686274509804],[132.352941176471,180.392156862745,219.607843137255],[137.254901960784,185.294117647059,224.509803921569],[137.254901960784,184.313725490196,223.529411764706],[148.039215686275,191.176470588235,229.411764705882],[129.411764705882,170.588235294118,207.843137254902],[140.196078431373,179.411764705882,214.705882352941],[156.862745098039,194.117647058824,229.411764705882],[159.803921568627,193.137254901961,227.450980392157],[178.43137254902,210.78431372549,243.137254901961],[169.607843137255,201.960784313725,234.313725490196],[178.43137254902,212.745098039216,244.117647058824],[154.901960784314,197.058823529412,228.43137254902],[150,195.098039215686,228.43137254902],[145.098039215686,190.196078431373,225.490196078431],[153.921568627451,195.098039215686,232.352941176471],[142.156862745098,177.450980392157,212.745098039216],[130.392156862745,160.78431372549,189.21568627451],[155.882352941176,183.333333333333,203.921568627451],[169.607843137255,196.078431372549,212.745098039216],[186.274509803922,211.764705882353,228.43137254902],[204.901960784314,225.490196078431,246.078431372549],[192.156862745098,208.823529411765,238.235294117647],[177.450980392157,190.196078431373,223.529411764706],[177.450980392157,186.274509803922,216.666666666667],[197.058823529412,202.941176470588,228.43137254902],[214.705882352941,213.725490196078,231.372549019608],[187.254901960784,186.274509803922,203.921568627451],[174.509803921569,181.372549019608,208.823529411765],[190.196078431373,200.980392156863,232.352941176471],[194.117647058824,204.901960784314,236.274509803922],[170.588235294118,181.372549019608,212.745098039216],[166.666666666667,177.450980392157,206.862745098039],[161.764705882353,172.549019607843,201.960784313725],[172.549019607843,181.372549019608,209.803921568627],[173.529411764706,180.392156862745,205.882352941176],[146.078431372549,151.960784313725,175.490196078431],[185.294117647059,190.196078431373,209.803921568627],[246.078431372549,249.019607843137,250],[240.196078431373,242.156862745098,250],[228.43137254902,228.43137254902,238.235294117647],[195.098039215686,194.117647058824,200],[177.450980392157,175.490196078431,180.392156862745],[228.43137254902,222.549019607843,226.470588235294],[250,246.078431372549,250],[241.176470588235,228.43137254902,235.294117647059],[250,247.058823529412,250],[249.019607843137,243.137254901961,245.098039215686],[219.607843137255,215.686274509804,216.666666666667],[250,249.019607843137,250],[241.176470588235,235.294117647059,237.254901960784],[250,248.039215686275,248.039215686275],[195.098039215686,186.274509803922,187.254901960784],[179.411764705882,173.529411764706,177.450980392157],[191.176470588235,188.235294117647,195.098039215686],[195.098039215686,197.058823529412,208.823529411765],[164.705882352941,176.470588235294,192.156862745098],[137.254901960784,154.901960784314,174.509803921569],[115.686274509804,141.176470588235,163.725490196078],[135.294117647059,165.686274509804,186.274509803922],[148.039215686275,180.392156862745,195.098039215686],[181.372549019608,210.78431372549,220.588235294118],[187.254901960784,209.803921568627,217.647058823529],[184.313725490196,200.980392156863,208.823529411765],[184.313725490196,199.019607843137,205.882352941176],[178.43137254902,199.019607843137,203.921568627451],[164.705882352941,197.058823529412,201.960784313725],[142.156862745098,173.529411764706,184.313725490196],[155.882352941176,173.529411764706,193.137254901961],[169.607843137255,185.294117647059,207.843137254902],[150.980392156863,176.470588235294,193.137254901961],[147.058823529412,172.549019607843,185.294117647059],[151.960784313725,170.588235294118,176.470588235294],[121.56862745098,131.372549019608,132.352941176471],[194.117647058824,190.196078431373,187.254901960784],[175.490196078431,163.725490196078,151.960784313725],[183.333333333333,167.647058823529,143.137254901961],[227.450980392157,212.745098039216,182.352941176471],[215.686274509804,202.941176470588,171.56862745098],[215.686274509804,207.843137254902,172.549019607843],[239.21568627451,234.313725490196,197.058823529412],[223.529411764706,221.56862745098,174.509803921569],[163.725490196078,161.764705882353,103.921568627451],[152.941176470588,150,96.078431372549],[154.901960784314,146.078431372549,113.725490196078],[144.117647058824,132.352941176471,106.862745098039],[83.3333333333333,72.5490196078431,41.1764705882353],[51.9607843137255,44.1176470588235,8.82352941176471],[169.607843137255,164.705882352941,135.294117647059],[150.980392156863,150,122.549019607843],[150,151.960784313725,130.392156862745],[208.823529411765,206.862745098039,182.352941176471],[129.411764705882,116.666666666667,85.2941176470588],[153.921568627451,130.392156862745,97.0588235294118],[199.019607843137,165.686274509804,138.235294117647],[111.764705882353,72.5490196078431,48.0392156862745],[50.9803921568627,6.86274509803922,0],[100,55.8823529411765,33.3333333333333],[79.4117647058823,38.2352941176471,13.7254901960784],[106.862745098039,68.6274509803922,40.1960784313726],[95.0980392156863,54.9019607843137,25.4901960784314],[149.019607843137,106.862745098039,75.4901960784314],[124.509803921569,78.4313725490196,50.9803921568627],[130.392156862745,81.3725490196078,56.8627450980392],[112.745098039216,67.6470588235294,45.0980392156863],[91.1764705882353,50.9803921568627,31.3725490196078],[120.588235294118,88.2352941176471,69.6078431372549],[96.078431372549,65.6862745098039,48.0392156862745],[92.156862745098,57.843137254902,39.2156862745098],[48.0392156862745,11.7647058823529,0],[53.921568627451,20.5882352941176,10.7843137254902],[45.0980392156863,15.6862745098039,5.88235294117647],[20.5882352941176,0,0],[76.4705882352941,48.0392156862745,40.1960784313726],[31.3725490196078,0,0],[92.156862745098,56.8627450980392,43.1372549019608],[75.4901960784314,34.3137254901961,18.6274509803922],[83.3333333333333,39.2156862745098,20.5882352941176],[118.627450980392,72.5490196078431,52.9411764705882],[147.058823529412,102.941176470588,84.3137254901961],[63.7254901960784,25.4901960784314,10.7843137254902],[43.1372549019608,6.86274509803922,0],[34.3137254901961,3.92156862745098,0],[39.2156862745098,11.7647058823529,8.82352941176471],[40.1960784313726,16.6666666666667,12.7450980392157],[33.3333333333333,14.7058823529412,10.7843137254902],[10.7843137254902,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,7.84313725490196,3.92156862745098],[0,4.90196078431373,0],[0,1.96078431372549,0],[12.7450980392157,14.7058823529412,9.80392156862745],[17.6470588235294,19.6078431372549,14.7058823529412],[9.80392156862745,10.7843137254902,5.88235294117647],[12.7450980392157,11.7647058823529,7.84313725490196],[9.80392156862745,8.82352941176471,3.92156862745098],[19.6078431372549,16.6666666666667,7.84313725490196],[33.3333333333333,29.4117647058824,17.6470588235294],[44.1176470588235,41.1764705882353,24.5098039215686],[40.1960784313726,35.2941176470588,15.6862745098039],[54.9019607843137,50.9803921568627,26.4705882352941],[83.3333333333333,79.4117647058823,50.9803921568627],[55.8823529411765,50.9803921568627,21.5686274509804],[57.843137254902,48.0392156862745,21.5686274509804],[47.0588235294118,30.3921568627451,12.7450980392157],[47.0588235294118,26.4705882352941,7.84313725490196],[44.1176470588235,24.5098039215686,0],[93.1372549019608,78.4313725490196,38.2352941176471],[112.745098039216,100,49.0196078431373],[116.666666666667,105.882352941176,45.0980392156863],[128.43137254902,117.647058823529,52.9411764705882],[136.274509803922,126.470588235294,58.8235294117647],[109.803921568627,99.0196078431373,34.3137254901961],[119.607843137255,108.823529411765,46.078431372549],[144.117647058824,133.333333333333,72.5490196078431],[81.3725490196078,66.6666666666667,8.82352941176471],[150,135.294117647059,77.4509803921569],[202.941176470588,187.254901960784,129.411764705882],[180.392156862745,164.705882352941,105.882352941176],[212.745098039216,201.960784313725,147.058823529412],[225.490196078431,227.450980392157,179.411764705882],[200.980392156863,206.862745098039,161.764705882353],[207.843137254902,206.862745098039,161.764705882353],[171.56862745098,167.647058823529,123.529411764706],[165.686274509804,156.862745098039,114.705882352941],[157.843137254902,149.019607843137,108.823529411765],[186.274509803922,180.392156862745,147.058823529412],[237.254901960784,236.274509803922,208.823529411765],[226.470588235294,231.372549019608,211.764705882353],[230.392156862745,242.156862745098,228.43137254902],[199.019607843137,215.686274509804,207.843137254902],[130.392156862745,152.941176470588,147.058823529412],[153.921568627451,178.43137254902,172.549019607843],[157.843137254902,182.352941176471,176.470588235294],[161.764705882353,184.313725490196,176.470588235294],[181.372549019608,200,194.117647058824],[228.43137254902,237.254901960784,234.313725490196],[225.490196078431,235.294117647059,236.274509803922],[199.019607843137,219.607843137255,222.549019607843],[187.254901960784,209.803921568627,217.647058823529],[200.980392156863,216.666666666667,231.372549019608],[177.450980392157,194.117647058824,211.764705882353],[185.294117647059,207.843137254902,225.490196078431],[193.137254901961,220.588235294118,241.176470588235],[191.176470588235,225.490196078431,247.058823529412],[149.019607843137,183.333333333333,210.78431372549],[128.43137254902,163.725490196078,197.058823529412],[132.352941176471,174.509803921569,208.823529411765],[123.529411764706,176.470588235294,209.803921568627],[120.588235294118,178.43137254902,209.803921568627],[129.411764705882,178.43137254902,210.78431372549],[117.647058823529,164.705882352941,200],[120.588235294118,171.56862745098,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[122.549019607843,174.509803921569,213.725490196078],[132.352941176471,183.333333333333,222.549019607843],[133.333333333333,184.313725490196,223.529411764706],[128.43137254902,176.470588235294,216.666666666667],[142.156862745098,186.274509803922,226.470588235294],[148.039215686275,191.176470588235,229.411764705882],[150,191.176470588235,230.392156862745],[152.941176470588,191.176470588235,229.411764705882],[156.862745098039,191.176470588235,228.43137254902],[165.686274509804,199.019607843137,235.294117647059],[152.941176470588,186.274509803922,222.549019607843],[174.509803921569,209.803921568627,245.098039215686],[162.745098039216,206.862745098039,239.21568627451],[141.176470588235,190.196078431373,222.549019607843],[126.470588235294,181.372549019608,215.686274509804],[126.470588235294,177.450980392157,213.725490196078],[133.333333333333,170.588235294118,206.862745098039],[160.78431372549,191.176470588235,221.56862745098],[187.254901960784,213.725490196078,234.313725490196],[175.490196078431,198.039215686275,213.725490196078],[162.745098039216,183.333333333333,200],[181.372549019608,198.039215686275,217.647058823529],[171.56862745098,185.294117647059,211.764705882353],[161.764705882353,172.549019607843,201.960784313725],[158.823529411765,172.549019607843,198.039215686275],[173.529411764706,181.372549019608,200],[204.901960784314,200.980392156863,214.705882352941],[217.647058823529,213.725490196078,227.450980392157],[173.529411764706,178.43137254902,198.039215686275],[172.549019607843,182.352941176471,206.862745098039],[184.313725490196,194.117647058824,220.588235294118],[180.392156862745,190.196078431373,216.666666666667],[169.607843137255,179.411764705882,205.882352941176],[160.78431372549,167.647058823529,195.098039215686],[180.392156862745,187.254901960784,212.745098039216],[177.450980392157,183.333333333333,206.862745098039],[181.372549019608,186.274509803922,207.843137254902],[195.098039215686,200,218.627450980392],[219.607843137255,222.549019607843,237.254901960784],[212.745098039216,215.686274509804,224.509803921569],[245.098039215686,246.078431372549,250],[203.921568627451,202.941176470588,207.843137254902],[158.823529411765,158.823529411765,158.823529411765],[214.705882352941,210.78431372549,211.764705882353],[250,241.176470588235,246.078431372549],[250,244.117647058824,250],[249.019607843137,237.254901960784,241.176470588235],[245.098039215686,236.274509803922,239.21568627451],[244.117647058824,240.196078431373,241.176470588235],[241.176470588235,239.21568627451,240.196078431373],[176.470588235294,175.490196078431,173.529411764706],[208.823529411765,207.843137254902,205.882352941176],[215.686274509804,211.764705882353,210.78431372549],[212.745098039216,210.78431372549,211.764705882353],[204.901960784314,205.882352941176,210.78431372549],[176.470588235294,180.392156862745,191.176470588235],[175.490196078431,187.254901960784,200.980392156863],[148.039215686275,166.666666666667,183.333333333333],[157.843137254902,184.313725490196,204.901960784314],[129.411764705882,160.78431372549,181.372549019608],[145.098039215686,183.333333333333,198.039215686275],[154.901960784314,188.235294117647,198.039215686275],[184.313725490196,206.862745098039,214.705882352941],[188.235294117647,202.941176470588,207.843137254902],[166.666666666667,180.392156862745,181.372549019608],[151.960784313725,171.56862745098,172.549019607843],[130.392156862745,159.803921568627,161.764705882353],[108.823529411765,138.235294117647,146.078431372549],[139.21568627451,159.803921568627,178.43137254902],[150.980392156863,172.549019607843,196.078431372549],[163.725490196078,194.117647058824,214.705882352941],[153.921568627451,184.313725490196,201.960784313725],[146.078431372549,172.549019607843,181.372549019608],[184.313725490196,199.019607843137,203.921568627451],[232.352941176471,232.352941176471,232.352941176471],[166.666666666667,155.882352941176,150],[158.823529411765,148.039215686275,130.392156862745],[205.882352941176,194.117647058824,170.588235294118],[210.78431372549,201.960784313725,173.529411764706],[209.803921568627,200.980392156863,168.627450980392],[223.529411764706,218.627450980392,181.372549019608],[235.294117647059,231.372549019608,187.254901960784],[203.921568627451,198.039215686275,149.019607843137],[191.176470588235,183.333333333333,135.294117647059],[128.43137254902,116.666666666667,77.4509803921569],[180.392156862745,168.627450980392,131.372549019608],[186.274509803922,175.490196078431,131.372549019608],[101.960784313725,95.0980392156863,50],[143.137254901961,140.196078431373,100],[200.980392156863,200.980392156863,165.686274509804],[233.333333333333,236.274509803922,205.882352941176],[223.529411764706,220.588235294118,190.196078431373],[143.137254901961,127.450980392157,94.1176470588235],[193.137254901961,164.705882352941,131.372549019608],[175.490196078431,137.254901960784,106.862745098039],[111.764705882353,67.6470588235294,39.2156862745098],[62.7450980392157,16.6666666666667,0],[128.43137254902,82.3529411764706,56.8627450980392],[157.843137254902,113.725490196078,85.2941176470588],[137.254901960784,95.0980392156863,63.7254901960784],[127.450980392157,85.2941176470588,51.9607843137255],[101.960784313725,56.8627450980392,24.5098039215686],[92.156862745098,42.156862745098,11.7647058823529],[88.2352941176471,35.2941176470588,7.84313725490196],[125.490196078431,74.5098039215686,50.9803921568627],[94.1176470588235,49.0196078431373,26.4705882352941],[96.078431372549,58.8235294117647,36.2745098039216],[81.3725490196078,47.0588235294118,27.4509803921569],[58.8235294117647,22.5490196078431,4.90196078431373],[51.9607843137255,16.6666666666667,2.94117647058824],[71.5686274509804,38.2352941176471,28.4313725490196],[82.3529411764706,50,41.1764705882353],[54.9019607843137,25.4901960784314,15.6862745098039],[54.9019607843137,25.4901960784314,15.6862745098039],[55.8823529411765,22.5490196078431,10.7843137254902],[76.4705882352941,39.2156862745098,26.4705882352941],[96.078431372549,54.9019607843137,39.2156862745098],[86.2745098039216,44.1176470588235,27.4509803921569],[100.980392156863,58.8235294117647,42.156862745098],[120.588235294118,79.4117647058823,63.7254901960784],[73.5294117647059,38.2352941176471,26.4705882352941],[56.8627450980392,27.4509803921569,19.6078431372549],[25.4901960784314,0.980392156862745,0],[47.0588235294118,23.5294117647059,23.5294117647059],[38.2352941176471,17.6470588235294,14.7058823529412],[18.6274509803922,0,0],[69.6078431372549,54.9019607843137,51.9607843137255],[70.5882352941177,59.8039215686275,57.843137254902],[14.7058823529412,6.86274509803922,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[14.7058823529412,14.7058823529412,14.7058823529412],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[5.88235294117647,9.80392156862745,8.82352941176471],[0.980392156862745,4.90196078431373,3.92156862745098],[5.88235294117647,7.84313725490196,6.86274509803922],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[9.80392156862745,8.82352941176471,4.90196078431373],[3.92156862745098,2.94117647058824,0],[21.5686274509804,18.6274509803922,11.7647058823529],[31.3725490196078,29.4117647058824,17.6470588235294],[48.0392156862745,46.078431372549,31.3725490196078],[42.156862745098,39.2156862745098,20.5882352941176],[55.8823529411765,53.921568627451,33.3333333333333],[40.1960784313726,38.2352941176471,13.7254901960784],[79.4117647058823,78.4313725490196,50.9803921568627],[75.4901960784314,71.5686274509804,47.0588235294118],[62.7450980392157,53.921568627451,37.2549019607843],[93.1372549019608,82.3529411764706,64.7058823529412],[77.4509803921569,67.6470588235294,41.1764705882353],[73.5294117647059,68.6274509803922,31.3725490196078],[113.725490196078,109.803921568627,62.7450980392157],[94.1176470588235,92.156862745098,36.2745098039216],[126.470588235294,125.490196078431,62.7450980392157],[139.21568627451,138.235294117647,74.5098039215686],[127.450980392157,126.470588235294,62.7450980392157],[150,149.019607843137,86.2745098039216],[150,148.039215686275,88.2352941176471],[191.176470588235,186.274509803922,129.411764705882],[199.019607843137,194.117647058824,137.254901960784],[210.78431372549,204.901960784314,148.039215686275],[159.803921568627,153.921568627451,95.0980392156863],[202.941176470588,201.960784313725,147.058823529412],[220.588235294118,228.43137254902,180.392156862745],[187.254901960784,196.078431372549,153.921568627451],[185.294117647059,188.235294117647,144.117647058824],[175.490196078431,172.549019607843,130.392156862745],[155.882352941176,149.019607843137,107.843137254902],[143.137254901961,135.294117647059,99.0196078431373],[166.666666666667,161.764705882353,130.392156862745],[214.705882352941,214.705882352941,189.21568627451],[202.941176470588,209.803921568627,194.117647058824],[163.725490196078,176.470588235294,166.666666666667],[131.372549019608,151.960784313725,147.058823529412],[93.1372549019608,118.627450980392,115.686274509804],[113.725490196078,142.156862745098,138.235294117647],[129.411764705882,159.803921568627,154.901960784314],[176.470588235294,204.901960784314,200],[190.196078431373,211.764705882353,208.823529411765],[213.725490196078,225.490196078431,225.490196078431],[181.372549019608,189.21568627451,191.176470588235],[144.117647058824,159.803921568627,158.823529411765],[162.745098039216,180.392156862745,184.313725490196],[165.686274509804,179.411764705882,192.156862745098],[181.372549019608,199.019607843137,218.627450980392],[148.039215686275,181.372549019608,207.843137254902],[150.980392156863,194.117647058824,222.549019607843],[151.960784313725,197.058823529412,229.411764705882],[146.078431372549,189.21568627451,223.529411764706],[140.196078431373,178.43137254902,210.78431372549],[136.274509803922,174.509803921569,204.901960784314],[153.921568627451,200,225.490196078431],[150.980392156863,200,224.509803921569],[123.529411764706,167.647058823529,196.078431372549],[124.509803921569,169.607843137255,201.960784313725],[120.588235294118,171.56862745098,207.843137254902],[117.647058823529,172.549019607843,208.823529411765],[118.627450980392,173.529411764706,209.803921568627],[122.549019607843,175.490196078431,212.745098039216],[133.333333333333,185.294117647059,224.509803921569],[148.039215686275,199.019607843137,238.235294117647],[149.019607843137,200,239.21568627451],[140.196078431373,188.235294117647,228.43137254902],[138.235294117647,184.313725490196,225.490196078431],[150.980392156863,195.098039215686,235.294117647059],[144.117647058824,186.274509803922,227.450980392157],[145.098039215686,186.274509803922,225.490196078431],[152.941176470588,191.176470588235,231.372549019608],[163.725490196078,200.980392156863,239.21568627451],[154.901960784314,189.21568627451,228.43137254902],[166.666666666667,200.980392156863,238.235294117647],[166.666666666667,200.980392156863,238.235294117647],[136.274509803922,178.43137254902,212.745098039216],[140.196078431373,192.156862745098,225.490196078431],[140.196078431373,187.254901960784,222.549019607843],[140.196078431373,173.529411764706,209.803921568627],[189.21568627451,213.725490196078,244.117647058824],[214.705882352941,236.274509803922,250],[181.372549019608,201.960784313725,220.588235294118],[175.490196078431,194.117647058824,210.78431372549],[165.686274509804,183.333333333333,202.941176470588],[185.294117647059,200.980392156863,225.490196078431],[176.470588235294,196.078431372549,219.607843137255],[160.78431372549,187.254901960784,203.921568627451],[162.745098039216,186.274509803922,198.039215686275],[175.490196078431,184.313725490196,191.176470588235],[209.803921568627,212.745098039216,219.607843137255],[198.039215686275,201.960784313725,213.725490196078],[184.313725490196,190.196078431373,205.882352941176],[166.666666666667,171.56862745098,190.196078431373],[157.843137254902,159.803921568627,180.392156862745],[170.588235294118,172.549019607843,193.137254901961],[181.372549019608,183.333333333333,205.882352941176],[201.960784313725,203.921568627451,224.509803921569],[186.274509803922,188.235294117647,208.823529411765],[186.274509803922,187.254901960784,206.862745098039],[203.921568627451,204.901960784314,222.549019607843],[216.666666666667,215.686274509804,229.411764705882],[196.078431372549,194.117647058824,204.901960784314],[214.705882352941,213.725490196078,219.607843137255],[185.294117647059,183.333333333333,186.274509803922],[188.235294117647,187.254901960784,185.294117647059],[224.509803921569,218.627450980392,218.627450980392],[214.705882352941,198.039215686275,203.921568627451],[244.117647058824,223.529411764706,230.392156862745],[250,237.254901960784,244.117647058824],[250,244.117647058824,249.019607843137],[250,249.019607843137,250],[245.098039215686,245.098039215686,245.098039215686],[183.333333333333,185.294117647059,182.352941176471],[177.450980392157,179.411764705882,176.470588235294],[202.941176470588,202.941176470588,200.980392156863],[201.960784313725,203.921568627451,202.941176470588],[201.960784313725,205.882352941176,208.823529411765],[159.803921568627,166.666666666667,174.509803921569],[150,163.725490196078,176.470588235294],[157.843137254902,175.490196078431,195.098039215686],[191.176470588235,216.666666666667,239.21568627451],[140.196078431373,171.56862745098,194.117647058824],[137.254901960784,179.411764705882,196.078431372549],[134.313725490196,172.549019607843,187.254901960784],[166.666666666667,185.294117647059,199.019607843137],[185.294117647059,200,206.862745098039],[168.627450980392,186.274509803922,186.274509803922],[147.058823529412,166.666666666667,165.686274509804],[138.235294117647,158.823529411765,161.764705882353],[135.294117647059,158.823529411765,168.627450980392],[138.235294117647,168.627450980392,186.274509803922],[122.549019607843,156.862745098039,178.43137254902],[100.980392156863,132.352941176471,156.862745098039],[94.1176470588235,125.490196078431,148.039215686275],[149.019607843137,182.352941176471,194.117647058824],[177.450980392157,201.960784313725,206.862745098039],[175.490196078431,181.372549019608,181.372549019608],[201.960784313725,200.980392156863,196.078431372549],[146.078431372549,148.039215686275,137.254901960784],[173.529411764706,176.470588235294,157.843137254902],[146.078431372549,144.117647058824,119.607843137255],[186.274509803922,180.392156862745,149.019607843137],[207.843137254902,195.098039215686,161.764705882353],[231.372549019608,216.666666666667,184.313725490196],[250,248.039215686275,222.549019607843],[219.607843137255,204.901960784314,176.470588235294],[171.56862745098,162.745098039216,122.549019607843],[164.705882352941,160.78431372549,113.725490196078],[204.901960784314,204.901960784314,155.882352941176],[230.392156862745,233.333333333333,181.372549019608],[145.098039215686,148.039215686275,94.1176470588235],[157.843137254902,158.823529411765,102.941176470588],[138.235294117647,137.254901960784,82.3529411764706],[196.078431372549,186.274509803922,136.274509803922],[201.960784313725,178.43137254902,135.294117647059],[225.490196078431,188.235294117647,151.960784313725],[157.843137254902,109.803921568627,77.4509803921569],[137.254901960784,85.2941176470588,53.921568627451],[102.941176470588,49.0196078431373,18.6274509803922],[84.3137254901961,30.3921568627451,0],[115.686274509804,66.6666666666667,32.3529411764706],[123.529411764706,76.4705882352941,41.1764705882353],[100,52.9411764705882,15.6862745098039],[88.2352941176471,37.2549019607843,0.980392156862745],[98.0392156862745,40.1960784313726,6.86274509803922],[82.3529411764706,22.5490196078431,0],[138.235294117647,80.3921568627451,50.9803921568627],[128.43137254902,75.4901960784314,48.0392156862745],[101.960784313725,57.843137254902,29.4117647058824],[97.0588235294118,57.843137254902,32.3529411764706],[43.1372549019608,4.90196078431373,0],[63.7254901960784,26.4705882352941,13.7254901960784],[114.705882352941,79.4117647058823,67.6470588235294],[71.5686274509804,38.2352941176471,28.4313725490196],[38.2352941176471,4.90196078431373,0],[42.156862745098,8.82352941176471,0],[75.4901960784314,38.2352941176471,25.4901960784314],[86.2745098039216,48.0392156862745,33.3333333333333],[61.7647058823529,20.5882352941176,4.90196078431373],[77.4509803921569,35.2941176470588,18.6274509803922],[96.078431372549,54.9019607843137,39.2156862745098],[83.3333333333333,46.078431372549,33.3333333333333],[80.3921568627451,48.0392156862745,39.2156862745098],[63.7254901960784,35.2941176470588,31.3725490196078],[33.3333333333333,9.80392156862745,9.80392156862745],[37.2549019607843,17.6470588235294,18.6274509803922],[44.1176470588235,24.5098039215686,23.5294117647059],[15.6862745098039,0,0],[28.4313725490196,14.7058823529412,13.7254901960784],[21.5686274509804,11.7647058823529,9.80392156862745],[5.88235294117647,0.980392156862745,0],[11.7647058823529,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[31.3725490196078,31.3725490196078,31.3725490196078],[10.7843137254902,10.7843137254902,12.7450980392157],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,1.96078431372549],[0,0.980392156862745,1.96078431372549],[2.94117647058824,6.86274509803922,7.84313725490196],[15.6862745098039,16.6666666666667,18.6274509803922],[3.92156862745098,5.88235294117647,4.90196078431373],[10.7843137254902,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,8.82352941176471],[19.6078431372549,16.6666666666667,11.7647058823529],[21.5686274509804,18.6274509803922,11.7647058823529],[29.4117647058824,27.4509803921569,15.6862745098039],[45.0980392156863,43.1372549019608,28.4313725490196],[59.8039215686275,58.8235294117647,41.1764705882353],[74.5098039215686,76.4705882352941,55.8823529411765],[73.5294117647059,75.4901960784314,53.921568627451],[28.4313725490196,27.4509803921569,6.86274509803922],[64.7058823529412,61.7647058823529,45.0980392156863],[84.3137254901961,81.3725490196078,62.7450980392157],[90.1960784313725,90.1960784313725,64.7058823529412],[81.3725490196078,82.3529411764706,49.0196078431373],[86.2745098039216,89.2156862745098,47.0588235294118],[101.960784313725,105.882352941176,56.8627450980392],[100.980392156863,105.882352941176,52.9411764705882],[94.1176470588235,99.0196078431373,42.156862745098],[134.313725490196,139.21568627451,82.3529411764706],[143.137254901961,148.039215686275,93.1372549019608],[150.980392156863,155.882352941176,100.980392156863],[195.098039215686,200,147.058823529412],[220.588235294118,223.529411764706,171.56862745098],[178.43137254902,181.372549019608,127.450980392157],[153.921568627451,156.862745098039,102.941176470588],[163.725490196078,170.588235294118,119.607843137255],[198.039215686275,210.78431372549,167.647058823529],[173.529411764706,188.235294117647,148.039215686275],[182.352941176471,191.176470588235,149.019607843137],[248.039215686275,250,210.78431372549],[216.666666666667,214.705882352941,176.470588235294],[196.078431372549,193.137254901961,158.823529411765],[229.411764705882,228.43137254902,199.019607843137],[235.294117647059,239.21568627451,216.666666666667],[226.470588235294,237.254901960784,223.529411764706],[121.56862745098,138.235294117647,130.392156862745],[131.372549019608,156.862745098039,153.921568627451],[114.705882352941,146.078431372549,145.098039215686],[143.137254901961,176.470588235294,177.450980392157],[145.098039215686,180.392156862745,180.392156862745],[120.588235294118,155.882352941176,153.921568627451],[124.509803921569,154.901960784314,156.862745098039],[179.411764705882,201.960784313725,207.843137254902],[202.941176470588,221.56862745098,228.43137254902],[154.901960784314,175.490196078431,178.43137254902],[170.588235294118,189.21568627451,193.137254901961],[200,211.764705882353,223.529411764706],[210.78431372549,227.450980392157,245.098039215686],[188.235294117647,221.56862745098,246.078431372549],[149.019607843137,192.156862745098,218.627450980392],[122.549019607843,166.666666666667,197.058823529412],[125.490196078431,167.647058823529,199.019607843137],[153.921568627451,187.254901960784,214.705882352941],[199.019607843137,232.352941176471,250],[192.156862745098,236.274509803922,250],[150.980392156863,200,222.549019607843],[139.21568627451,187.254901960784,216.666666666667],[135.294117647059,187.254901960784,218.627450980392],[112.745098039216,165.686274509804,200.980392156863],[113.725490196078,168.627450980392,202.941176470588],[114.705882352941,169.607843137255,203.921568627451],[115.686274509804,170.588235294118,204.901960784314],[121.56862745098,176.470588235294,212.745098039216],[132.352941176471,185.294117647059,222.549019607843],[132.352941176471,185.294117647059,222.549019607843],[122.549019607843,173.529411764706,211.764705882353],[134.313725490196,182.352941176471,221.56862745098],[144.117647058824,191.176470588235,230.392156862745],[145.098039215686,189.21568627451,229.411764705882],[150,193.137254901961,231.372549019608],[142.156862745098,183.333333333333,222.549019607843],[158.823529411765,197.058823529412,237.254901960784],[166.666666666667,203.921568627451,242.156862745098],[171.56862745098,205.882352941176,245.098039215686],[186.274509803922,217.647058823529,250],[161.764705882353,196.078431372549,233.333333333333],[150.980392156863,199.019607843137,230.392156862745],[141.176470588235,187.254901960784,216.666666666667],[158.823529411765,189.21568627451,219.607843137255],[200.980392156863,221.56862745098,250],[200,219.607843137255,244.117647058824],[180.392156862745,200,223.529411764706],[188.235294117647,208.823529411765,229.411764705882],[155.882352941176,176.470588235294,197.058823529412],[192.156862745098,213.725490196078,234.313725490196],[171.56862745098,198.039215686275,216.666666666667],[158.823529411765,196.078431372549,206.862745098039],[200,236.274509803922,242.156862745098],[190.196078431373,208.823529411765,214.705882352941],[186.274509803922,193.137254901961,199.019607843137],[187.254901960784,192.156862745098,198.039215686275],[197.058823529412,200,206.862745098039],[181.372549019608,181.372549019608,191.176470588235],[172.549019607843,172.549019607843,184.313725490196],[191.176470588235,190.196078431373,203.921568627451],[183.333333333333,180.392156862745,197.058823529412],[195.098039215686,192.156862745098,208.823529411765],[203.921568627451,200.980392156863,217.647058823529],[200,197.058823529412,213.725490196078],[200,196.078431372549,210.78431372549],[196.078431372549,193.137254901961,203.921568627451],[243.137254901961,238.235294117647,245.098039215686],[223.529411764706,218.627450980392,224.509803921569],[210.78431372549,206.862745098039,207.843137254902],[222.549019607843,218.627450980392,217.647058823529],[231.372549019608,221.56862745098,222.549019607843],[216.666666666667,196.078431372549,202.941176470588],[215.686274509804,193.137254901961,202.941176470588],[250,244.117647058824,250],[250,246.078431372549,250],[247.058823529412,243.137254901961,244.117647058824],[239.21568627451,241.176470588235,240.196078431373],[204.901960784314,209.803921568627,205.882352941176],[198.039215686275,202.941176470588,199.019607843137],[207.843137254902,209.803921568627,206.862745098039],[156.862745098039,160.78431372549,159.803921568627],[187.254901960784,192.156862745098,195.098039215686],[204.901960784314,213.725490196078,220.588235294118],[148.039215686275,161.764705882353,174.509803921569],[133.333333333333,151.960784313725,168.627450980392],[139.21568627451,163.725490196078,185.294117647059],[134.313725490196,165.686274509804,188.235294117647],[128.43137254902,169.607843137255,191.176470588235],[115.686274509804,155.882352941176,173.529411764706],[123.529411764706,149.019607843137,163.725490196078],[174.509803921569,193.137254901961,200],[204.901960784314,222.549019607843,224.509803921569],[179.411764705882,197.058823529412,197.058823529412],[159.803921568627,177.450980392157,181.372549019608],[161.764705882353,183.333333333333,194.117647058824],[122.549019607843,157.843137254902,173.529411764706],[107.843137254902,148.039215686275,169.607843137255],[124.509803921569,160.78431372549,186.274509803922],[129.411764705882,166.666666666667,189.21568627451],[82.3529411764706,119.607843137255,132.352941176471],[70.5882352941177,99.0196078431373,104.901960784314],[195.098039215686,208.823529411765,208.823529411765],[239.21568627451,248.039215686275,243.137254901961],[233.333333333333,246.078431372549,237.254901960784],[220.588235294118,232.352941176471,220.588235294118],[168.627450980392,175.490196078431,159.803921568627],[138.235294117647,140.196078431373,119.607843137255],[125.490196078431,119.607843137255,96.078431372549],[190.196078431373,179.411764705882,157.843137254902],[250,236.274509803922,220.588235294118],[224.509803921569,210.78431372549,184.313725490196],[213.725490196078,206.862745098039,153.921568627451],[213.725490196078,209.803921568627,147.058823529412],[196.078431372549,196.078431372549,137.254901960784],[210.78431372549,209.803921568627,153.921568627451],[157.843137254902,157.843137254902,99.0196078431373],[118.627450980392,118.627450980392,57.843137254902],[162.745098039216,161.764705882353,98.0392156862745],[162.745098039216,150.980392156863,92.156862745098],[146.078431372549,115.686274509804,69.6078431372549],[203.921568627451,160.78431372549,122.549019607843],[143.137254901961,92.156862745098,55.8823529411765],[133.333333333333,75.4901960784314,42.156862745098],[121.56862745098,62.7450980392157,29.4117647058824],[126.470588235294,69.6078431372549,33.3333333333333],[128.43137254902,75.4901960784314,38.2352941176471],[157.843137254902,106.862745098039,68.6274509803922],[112.745098039216,61.7647058823529,23.5294117647059],[100,47.0588235294118,9.80392156862745],[140.196078431373,81.3725490196078,48.0392156862745],[146.078431372549,84.3137254901961,51.9607843137255],[187.254901960784,127.450980392157,97.0588235294118],[146.078431372549,90.1960784313725,60.7843137254902],[135.294117647059,87.2549019607843,54.9019607843137],[129.411764705882,86.2745098039216,57.843137254902],[81.3725490196078,44.1176470588235,25.4901960784314],[45.0980392156863,7.84313725490196,0],[74.5098039215686,37.2549019607843,24.5098039215686],[83.3333333333333,48.0392156862745,34.3137254901961],[71.5686274509804,36.2745098039216,22.5490196078431],[44.1176470588235,8.82352941176471,0],[62.7450980392157,26.4705882352941,10.7843137254902],[78.4313725490196,40.1960784313726,23.5294117647059],[48.0392156862745,6.86274509803922,0],[51.9607843137255,10.7843137254902,0],[68.6274509803922,30.3921568627451,15.6862745098039],[49.0196078431373,13.7254901960784,1.96078431372549],[83.3333333333333,53.921568627451,46.078431372549],[59.8039215686275,35.2941176470588,31.3725490196078],[50,30.3921568627451,29.4117647058824],[42.156862745098,24.5098039215686,24.5098039215686],[34.3137254901961,16.6666666666667,16.6666666666667],[29.4117647058824,14.7058823529412,11.7647058823529],[13.7254901960784,2.94117647058824,0.980392156862745],[8.82352941176471,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0,1.96078431372549,5.88235294117647],[4.90196078431373,8.82352941176471,11.7647058823529],[0,2.94117647058824,5.88235294117647],[10.7843137254902,11.7647058823529,15.6862745098039],[9.80392156862745,9.80392156862745,11.7647058823529],[1.96078431372549,0,0.980392156862745],[43.1372549019608,42.156862745098,40.1960784313726],[21.5686274509804,20.5882352941176,16.6666666666667],[26.4705882352941,25.4901960784314,20.5882352941176],[34.3137254901961,34.3137254901961,24.5098039215686],[39.2156862745098,39.2156862745098,27.4509803921569],[4.90196078431373,5.88235294117647,0],[49.0196078431373,51.9607843137255,35.2941176470588],[51.9607843137255,54.9019607843137,36.2745098039216],[64.7058823529412,67.6470588235294,49.0196078431373],[66.6666666666667,71.5686274509804,51.9607843137255],[55.8823529411765,60.7843137254902,39.2156862745098],[34.3137254901961,39.2156862745098,16.6666666666667],[61.7647058823529,67.6470588235294,40.1960784313726],[71.5686274509804,78.4313725490196,46.078431372549],[70.5882352941177,78.4313725490196,42.156862745098],[89.2156862745098,97.0588235294118,58.8235294117647],[94.1176470588235,101.960784313725,61.7647058823529],[95.0980392156863,102.941176470588,62.7450980392157],[104.901960784314,112.745098039216,72.5490196078431],[86.2745098039216,94.1176470588235,53.921568627451],[99.0196078431373,107.843137254902,65.6862745098039],[100,108.823529411765,66.6666666666667],[81.3725490196078,90.1960784313725,46.078431372549],[120.588235294118,132.352941176471,83.3333333333333],[154.901960784314,170.588235294118,124.509803921569],[109.803921568627,131.372549019608,93.1372549019608],[80.3921568627451,101.960784313725,66.6666666666667],[105.882352941176,121.56862745098,85.2941176470588],[159.803921568627,171.56862745098,134.313725490196],[194.117647058824,200,164.705882352941],[194.117647058824,199.019607843137,167.647058823529],[224.509803921569,230.392156862745,204.901960784314],[235.294117647059,244.117647058824,225.490196078431],[223.529411764706,240.196078431373,230.392156862745],[176.470588235294,200.980392156863,197.058823529412],[180.392156862745,213.725490196078,214.705882352941],[151.960784313725,190.196078431373,195.098039215686],[123.529411764706,166.666666666667,169.607843137255],[101.960784313725,146.078431372549,149.019607843137],[84.3137254901961,128.43137254902,131.372549019608],[89.2156862745098,133.333333333333,139.21568627451],[104.901960784314,147.058823529412,165.686274509804],[112.745098039216,150,172.549019607843],[127.450980392157,162.745098039216,176.470588235294],[144.117647058824,170.588235294118,181.372549019608],[178.43137254902,191.176470588235,200],[235.294117647059,247.058823529412,250],[227.450980392157,249.019607843137,250],[210.78431372549,238.235294117647,250],[160.78431372549,189.21568627451,204.901960784314],[154.901960784314,181.372549019608,200],[221.56862745098,243.137254901961,250],[209.803921568627,237.254901960784,250],[147.058823529412,191.176470588235,213.725490196078],[134.313725490196,189.21568627451,215.686274509804],[121.56862745098,182.352941176471,218.627450980392],[131.372549019608,192.156862745098,230.392156862745],[113.725490196078,172.549019607843,205.882352941176],[115.686274509804,173.529411764706,204.901960784314],[120.588235294118,178.43137254902,209.803921568627],[122.549019607843,177.450980392157,209.803921568627],[118.627450980392,173.529411764706,207.843137254902],[121.56862745098,176.470588235294,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[118.627450980392,171.56862745098,208.823529411765],[127.450980392157,178.43137254902,216.666666666667],[143.137254901961,192.156862745098,228.43137254902],[145.098039215686,192.156862745098,229.411764705882],[140.196078431373,184.313725490196,222.549019607843],[141.176470588235,184.313725490196,222.549019607843],[147.058823529412,188.235294117647,225.490196078431],[149.019607843137,190.196078431373,227.450980392157],[154.901960784314,192.156862745098,230.392156862745],[159.803921568627,188.235294117647,227.450980392157],[155.882352941176,189.21568627451,225.490196078431],[141.176470588235,187.254901960784,212.745098039216],[154.901960784314,200,222.549019607843],[187.254901960784,218.627450980392,241.176470588235],[187.254901960784,210.78431372549,236.274509803922],[186.274509803922,206.862745098039,235.294117647059],[206.862745098039,227.450980392157,250],[190.196078431373,213.725490196078,239.21568627451],[170.588235294118,196.078431372549,218.627450980392],[174.509803921569,202.941176470588,220.588235294118],[162.745098039216,198.039215686275,211.764705882353],[146.078431372549,192.156862745098,198.039215686275],[150.980392156863,195.098039215686,200],[153.921568627451,180.392156862745,191.176470588235],[163.725490196078,176.470588235294,185.294117647059],[182.352941176471,186.274509803922,187.254901960784],[202.941176470588,201.960784313725,200],[180.392156862745,176.470588235294,177.450980392157],[200.980392156863,196.078431372549,200],[194.117647058824,189.21568627451,195.098039215686],[197.058823529412,190.196078431373,198.039215686275],[186.274509803922,178.43137254902,189.21568627451],[177.450980392157,166.666666666667,180.392156862745],[210.78431372549,200,213.725490196078],[196.078431372549,186.274509803922,197.058823529412],[209.803921568627,200,208.823529411765],[232.352941176471,221.56862745098,229.411764705882],[248.039215686275,237.254901960784,243.137254901961],[238.235294117647,226.470588235294,230.392156862745],[224.509803921569,212.745098039216,214.705882352941],[215.686274509804,200.980392156863,203.921568627451],[222.549019607843,200,209.803921568627],[228.43137254902,204.901960784314,217.647058823529],[250,239.21568627451,249.019607843137],[237.254901960784,226.470588235294,234.313725490196],[214.705882352941,209.803921568627,213.725490196078],[211.764705882353,211.764705882353,211.764705882353],[240.196078431373,242.156862745098,239.21568627451],[223.529411764706,228.43137254902,224.509803921569],[194.117647058824,199.019607843137,195.098039215686],[167.647058823529,171.56862745098,170.588235294118],[184.313725490196,189.21568627451,192.156862745098],[216.666666666667,223.529411764706,231.372549019608],[192.156862745098,203.921568627451,215.686274509804],[155.882352941176,172.549019607843,190.196078431373],[133.333333333333,154.901960784314,177.450980392157],[140.196078431373,169.607843137255,195.098039215686],[122.549019607843,160.78431372549,189.21568627451],[126.470588235294,165.686274509804,191.176470588235],[109.803921568627,145.098039215686,160.78431372549],[140.196078431373,166.666666666667,177.450980392157],[177.450980392157,190.196078431373,196.078431372549],[146.078431372549,154.901960784314,159.803921568627],[159.803921568627,176.470588235294,183.333333333333],[131.372549019608,154.901960784314,164.705882352941],[112.745098039216,143.137254901961,160.78431372549],[130.392156862745,170.588235294118,192.156862745098],[110.78431372549,160.78431372549,181.372549019608],[109.803921568627,155.882352941176,175.490196078431],[137.254901960784,169.607843137255,184.313725490196],[171.56862745098,198.039215686275,204.901960784314],[180.392156862745,201.960784313725,200],[119.607843137255,140.196078431373,133.333333333333],[154.901960784314,174.509803921569,165.686274509804],[233.333333333333,250,244.117647058824],[227.450980392157,243.137254901961,243.137254901961],[229.411764705882,243.137254901961,243.137254901961],[193.137254901961,203.921568627451,196.078431372549],[194.117647058824,200,186.274509803922],[236.274509803922,236.274509803922,212.745098039216],[197.058823529412,195.098039215686,148.039215686275],[196.078431372549,190.196078431373,113.725490196078],[199.019607843137,192.156862745098,105.882352941176],[184.313725490196,172.549019607843,101.960784313725],[91.1764705882353,80.3921568627451,19.6078431372549],[206.862745098039,196.078431372549,141.176470588235],[150,143.137254901961,89.2156862745098],[200,198.039215686275,142.156862745098],[129.411764705882,118.627450980392,65.6862745098039],[129.411764705882,97.0588235294118,52.9411764705882],[218.627450980392,171.56862745098,134.313725490196],[203.921568627451,149.019607843137,112.745098039216],[172.549019607843,113.725490196078,78.4313725490196],[110.78431372549,49.0196078431373,14.7058823529412],[105.882352941176,47.0588235294118,11.7647058823529],[148.039215686275,95.0980392156863,57.843137254902],[155.882352941176,104.901960784314,66.6666666666667],[116.666666666667,65.6862745098039,29.4117647058824],[130.392156862745,75.4901960784314,41.1764705882353],[194.117647058824,132.352941176471,101.960784313725],[195.098039215686,131.372549019608,101.960784313725],[174.509803921569,111.764705882353,84.3137254901961],[135.294117647059,79.4117647058823,50],[103.921568627451,54.9019607843137,22.5490196078431],[112.745098039216,68.6274509803922,40.1960784313726],[93.1372549019608,52.9411764705882,33.3333333333333],[62.7450980392157,24.5098039215686,9.80392156862745],[51.9607843137255,13.7254901960784,0],[70.5882352941177,34.3137254901961,18.6274509803922],[84.3137254901961,48.0392156862745,32.3529411764706],[78.4313725490196,42.156862745098,26.4705882352941],[73.5294117647059,35.2941176470588,20.5882352941176],[73.5294117647059,35.2941176470588,18.6274509803922],[84.3137254901961,46.078431372549,29.4117647058824],[61.7647058823529,25.4901960784314,9.80392156862745],[42.156862745098,6.86274509803922,0],[23.5294117647059,0,0],[19.6078431372549,0,0],[56.8627450980392,33.3333333333333,29.4117647058824],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,12.7450980392157,12.7450980392157],[20.5882352941176,4.90196078431373,4.90196078431373],[18.6274509803922,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,10.7843137254902],[0,1.96078431372549,7.84313725490196],[2.94117647058824,5.88235294117647,12.7450980392157],[0,2.94117647058824,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[39.2156862745098,38.2352941176471,36.2745098039216],[22.5490196078431,21.5686274509804,17.6470588235294],[44.1176470588235,43.1372549019608,38.2352941176471],[19.6078431372549,19.6078431372549,11.7647058823529],[3.92156862745098,5.88235294117647,0],[31.3725490196078,33.3333333333333,20.5882352941176],[12.7450980392157,16.6666666666667,1.96078431372549],[49.0196078431373,52.9411764705882,36.2745098039216],[69.6078431372549,76.4705882352941,58.8235294117647],[31.3725490196078,39.2156862745098,18.6274509803922],[30.3921568627451,39.2156862745098,18.6274509803922],[50.9803921568627,60.7843137254902,37.2549019607843],[26.4705882352941,36.2745098039216,12.7450980392157],[44.1176470588235,53.921568627451,30.3921568627451],[72.5490196078431,82.3529411764706,57.843137254902],[92.156862745098,101.960784313725,77.4509803921569],[35.2941176470588,45.0980392156863,20.5882352941176],[96.078431372549,105.882352941176,79.4117647058823],[117.647058823529,127.450980392157,100.980392156863],[134.313725490196,145.098039215686,115.686274509804],[113.725490196078,124.509803921569,93.1372549019608],[62.7450980392157,73.5294117647059,40.1960784313726],[106.862745098039,118.627450980392,81.3725490196078],[142.156862745098,156.862745098039,116.666666666667],[171.56862745098,189.21568627451,150],[102.941176470588,129.411764705882,95.0980392156863],[63.7254901960784,93.1372549019608,59.8039215686275],[65.6862745098039,89.2156862745098,55.8823529411765],[130.392156862745,147.058823529412,113.725490196078],[173.529411764706,184.313725490196,152.941176470588],[224.509803921569,235.294117647059,205.882352941176],[241.176470588235,250,229.411764705882],[148.039215686275,164.705882352941,147.058823529412],[122.549019607843,145.098039215686,137.254901960784],[141.176470588235,172.549019607843,169.607843137255],[157.843137254902,197.058823529412,199.019607843137],[106.862745098039,150.980392156863,156.862745098039],[134.313725490196,182.352941176471,187.254901960784],[135.294117647059,185.294117647059,189.21568627451],[72.5490196078431,122.549019607843,126.470588235294],[91.1764705882353,140.196078431373,150.980392156863],[93.1372549019608,140.196078431373,162.745098039216],[100,145.098039215686,170.588235294118],[111.764705882353,153.921568627451,172.549019607843],[136.274509803922,168.627450980392,183.333333333333],[172.549019607843,190.196078431373,203.921568627451],[205.882352941176,217.647058823529,229.411764705882],[195.098039215686,211.764705882353,219.607843137255],[213.725490196078,233.333333333333,242.156862745098],[232.352941176471,250,250],[210.78431372549,232.352941176471,245.098039215686],[222.549019607843,243.137254901961,250],[212.745098039216,240.196078431373,250],[139.21568627451,186.274509803922,208.823529411765],[116.666666666667,175.490196078431,202.941176470588],[107.843137254902,168.627450980392,204.901960784314],[101.960784313725,162.745098039216,200.980392156863],[116.666666666667,176.470588235294,206.862745098039],[112.745098039216,171.56862745098,199.019607843137],[111.764705882353,170.588235294118,198.039215686275],[111.764705882353,169.607843137255,199.019607843137],[111.764705882353,169.607843137255,199.019607843137],[119.607843137255,174.509803921569,206.862745098039],[123.529411764706,178.43137254902,210.78431372549],[121.56862745098,176.470588235294,210.78431372549],[120.588235294118,173.529411764706,208.823529411765],[124.509803921569,175.490196078431,211.764705882353],[125.490196078431,174.509803921569,210.78431372549],[132.352941176471,179.411764705882,214.705882352941],[147.058823529412,192.156862745098,227.450980392157],[144.117647058824,187.254901960784,223.529411764706],[138.235294117647,181.372549019608,217.647058823529],[147.058823529412,186.274509803922,221.56862745098],[146.078431372549,179.411764705882,216.666666666667],[149.019607843137,184.313725490196,217.647058823529],[141.176470588235,188.235294117647,207.843137254902],[143.137254901961,189.21568627451,204.901960784314],[176.470588235294,210.78431372549,229.411764705882],[193.137254901961,220.588235294118,242.156862745098],[174.509803921569,199.019607843137,228.43137254902],[171.56862745098,196.078431372549,226.470588235294],[175.490196078431,201.960784313725,231.372549019608],[169.607843137255,199.019607843137,226.470588235294],[167.647058823529,200,218.627450980392],[149.019607843137,188.235294117647,200],[132.352941176471,182.352941176471,186.274509803922],[142.156862745098,188.235294117647,196.078431372549],[150,178.43137254902,194.117647058824],[146.078431372549,161.764705882353,174.509803921569],[176.470588235294,180.392156862745,179.411764705882],[229.411764705882,226.470588235294,219.607843137255],[210.78431372549,207.843137254902,202.941176470588],[208.823529411765,203.921568627451,200.980392156863],[202.941176470588,194.117647058824,195.098039215686],[208.823529411765,200,202.941176470588],[210.78431372549,200,205.882352941176],[182.352941176471,169.607843137255,178.43137254902],[209.803921568627,197.058823529412,205.882352941176],[210.78431372549,195.098039215686,204.901960784314],[201.960784313725,187.254901960784,194.117647058824],[227.450980392157,212.745098039216,219.607843137255],[234.313725490196,217.647058823529,223.529411764706],[238.235294117647,221.56862745098,227.450980392157],[224.509803921569,208.823529411765,211.764705882353],[222.549019607843,203.921568627451,209.803921568627],[224.509803921569,199.019607843137,209.803921568627],[235.294117647059,211.764705882353,224.509803921569],[250,244.117647058824,250],[229.411764705882,218.627450980392,226.470588235294],[178.43137254902,173.529411764706,177.450980392157],[209.803921568627,209.803921568627,209.803921568627],[237.254901960784,239.21568627451,236.274509803922],[215.686274509804,217.647058823529,214.705882352941],[201.960784313725,203.921568627451,199.019607843137],[163.725490196078,168.627450980392,164.705882352941],[168.627450980392,172.549019607843,173.529411764706],[174.509803921569,181.372549019608,187.254901960784],[167.647058823529,177.450980392157,187.254901960784],[163.725490196078,179.411764705882,194.117647058824],[162.745098039216,183.333333333333,201.960784313725],[150.980392156863,176.470588235294,200.980392156863],[123.529411764706,157.843137254902,187.254901960784],[111.764705882353,150,178.43137254902],[124.509803921569,161.764705882353,180.392156862745],[139.21568627451,168.627450980392,179.411764705882],[184.313725490196,197.058823529412,205.882352941176],[168.627450980392,175.490196078431,183.333333333333],[125.490196078431,140.196078431373,147.058823529412],[93.1372549019608,114.705882352941,125.490196078431],[101.960784313725,134.313725490196,149.019607843137],[92.156862745098,134.313725490196,150.980392156863],[90.1960784313725,140.196078431373,158.823529411765],[98.0392156862745,146.078431372549,160.78431372549],[124.509803921569,157.843137254902,169.607843137255],[136.274509803922,164.705882352941,170.588235294118],[104.901960784314,135.294117647059,130.392156862745],[65.6862745098039,96.078431372549,88.2352941176471],[100,128.43137254902,124.509803921569],[87.2549019607843,112.745098039216,111.764705882353],[133.333333333333,158.823529411765,157.843137254902],[158.823529411765,180.392156862745,178.43137254902],[212.745098039216,232.352941176471,221.56862745098],[243.137254901961,250,236.274509803922],[248.039215686275,250,222.549019607843],[219.607843137255,218.627450980392,171.56862745098],[193.137254901961,188.235294117647,121.56862745098],[190.196078431373,181.372549019608,105.882352941176],[147.058823529412,132.352941176471,64.7058823529412],[121.56862745098,105.882352941176,45.0980392156863],[196.078431372549,181.372549019608,125.490196078431],[167.647058823529,154.901960784314,100.980392156863],[118.627450980392,109.803921568627,55.8823529411765],[42.156862745098,24.5098039215686,0],[121.56862745098,87.2549019607843,48.0392156862745],[213.725490196078,166.666666666667,131.372549019608],[195.098039215686,142.156862745098,108.823529411765],[184.313725490196,125.490196078431,92.156862745098],[168.627450980392,109.803921568627,76.4705882352941],[123.529411764706,65.6862745098039,32.3529411764706],[120.588235294118,69.6078431372549,33.3333333333333],[144.117647058824,97.0588235294118,61.7647058823529],[109.803921568627,61.7647058823529,29.4117647058824],[128.43137254902,78.4313725490196,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[130.392156862745,69.6078431372549,45.0980392156863],[156.862745098039,98.0392156862745,72.5490196078431],[109.803921568627,56.8627450980392,29.4117647058824],[92.156862745098,46.078431372549,16.6666666666667],[120.588235294118,80.3921568627451,52.9411764705882],[132.352941176471,92.156862745098,72.5490196078431],[102.941176470588,64.7058823529412,48.0392156862745],[62.7450980392157,24.5098039215686,7.84313725490196],[36.2745098039216,0,0],[80.3921568627451,42.156862745098,27.4509803921569],[108.823529411765,72.5490196078431,56.8627450980392],[75.4901960784314,39.2156862745098,23.5294117647059],[77.4509803921569,41.1764705882353,25.4901960784314],[98.0392156862745,62.7450980392157,49.0196078431373],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0,0],[27.4509803921569,0.980392156862745,0],[32.3529411764706,9.80392156862745,3.92156862745098],[14.7058823529412,0,0],[26.4705882352941,8.82352941176471,6.86274509803922],[37.2549019607843,21.5686274509804,21.5686274509804],[16.6666666666667,2.94117647058824,1.96078431372549],[14.7058823529412,2.94117647058824,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,9.80392156862745,16.6666666666667],[3.92156862745098,6.86274509803922,15.6862745098039],[6.86274509803922,6.86274509803922,16.6666666666667],[5.88235294117647,5.88235294117647,13.7254901960784],[2.94117647058824,1.96078431372549,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[16.6666666666667,14.7058823529412,15.6862745098039],[26.4705882352941,25.4901960784314,23.5294117647059],[12.7450980392157,11.7647058823529,7.84313725490196],[19.6078431372549,18.6274509803922,13.7254901960784],[77.4509803921569,78.4313725490196,70.5882352941177],[38.2352941176471,40.1960784313726,29.4117647058824],[33.3333333333333,37.2549019607843,23.5294117647059],[12.7450980392157,18.6274509803922,4.90196078431373],[14.7058823529412,21.5686274509804,5.88235294117647],[25.4901960784314,32.3529411764706,14.7058823529412],[55.8823529411765,63.7254901960784,43.1372549019608],[15.6862745098039,23.5294117647059,2.94117647058824],[33.3333333333333,40.1960784313726,22.5490196078431],[27.4509803921569,34.3137254901961,18.6274509803922],[52.9411764705882,58.8235294117647,45.0980392156863],[54.9019607843137,57.843137254902,47.0588235294118],[55.8823529411765,58.8235294117647,48.0392156862745],[42.156862745098,45.0980392156863,34.3137254901961],[45.0980392156863,49.0196078431373,35.2941176470588],[36.2745098039216,43.1372549019608,27.4509803921569],[63.7254901960784,70.5882352941177,52.9411764705882],[91.1764705882353,99.0196078431373,78.4313725490196],[78.4313725490196,88.2352941176471,63.7254901960784],[79.4117647058823,90.1960784313725,60.7843137254902],[144.117647058824,157.843137254902,125.490196078431],[146.078431372549,164.705882352941,133.333333333333],[93.1372549019608,121.56862745098,92.156862745098],[80.3921568627451,109.803921568627,82.3529411764706],[114.705882352941,139.21568627451,109.803921568627],[138.235294117647,158.823529411765,128.43137254902],[187.254901960784,203.921568627451,172.549019607843],[161.764705882353,175.490196078431,150],[182.352941176471,200,178.43137254902],[150.980392156863,173.529411764706,157.843137254902],[132.352941176471,161.764705882353,153.921568627451],[98.0392156862745,136.274509803922,135.294117647059],[76.4705882352941,120.588235294118,125.490196078431],[77.4509803921569,126.470588235294,133.333333333333],[100,151.960784313725,159.803921568627],[100,153.921568627451,160.78431372549],[104.901960784314,158.823529411765,165.686274509804],[93.1372549019608,142.156862745098,150.980392156863],[118.627450980392,159.803921568627,175.490196078431],[110.78431372549,150.980392156863,168.627450980392],[102.941176470588,147.058823529412,165.686274509804],[112.745098039216,152.941176470588,170.588235294118],[135.294117647059,161.764705882353,180.392156862745],[162.745098039216,183.333333333333,200],[170.588235294118,192.156862745098,202.941176470588],[212.745098039216,235.294117647059,243.137254901961],[215.686274509804,237.254901960784,248.039215686275],[228.43137254902,250,250],[193.137254901961,218.627450980392,241.176470588235],[127.450980392157,162.745098039216,188.235294117647],[117.647058823529,167.647058823529,194.117647058824],[106.862745098039,162.745098039216,189.21568627451],[129.411764705882,181.372549019608,211.764705882353],[112.745098039216,164.705882352941,195.098039215686],[114.705882352941,170.588235294118,199.019607843137],[107.843137254902,166.666666666667,194.117647058824],[109.803921568627,169.607843137255,197.058823529412],[115.686274509804,175.490196078431,202.941176470588],[115.686274509804,175.490196078431,203.921568627451],[115.686274509804,173.529411764706,202.941176470588],[115.686274509804,173.529411764706,202.941176470588],[117.647058823529,172.549019607843,204.901960784314],[113.725490196078,168.627450980392,200.980392156863],[116.666666666667,169.607843137255,202.941176470588],[116.666666666667,168.627450980392,201.960784313725],[127.450980392157,176.470588235294,210.78431372549],[134.313725490196,183.333333333333,217.647058823529],[121.56862745098,169.607843137255,201.960784313725],[126.470588235294,171.56862745098,204.901960784314],[157.843137254902,200.980392156863,235.294117647059],[147.058823529412,186.274509803922,221.56862745098],[137.254901960784,180.392156862745,208.823529411765],[135.294117647059,185.294117647059,201.960784313725],[141.176470588235,192.156862745098,202.941176470588],[162.745098039216,203.921568627451,215.686274509804],[162.745098039216,199.019607843137,216.666666666667],[143.137254901961,176.470588235294,203.921568627451],[149.019607843137,181.372549019608,213.725490196078],[129.411764705882,162.745098039216,197.058823529412],[143.137254901961,177.450980392157,206.862745098039],[138.235294117647,173.529411764706,195.098039215686],[126.470588235294,164.705882352941,181.372549019608],[134.313725490196,180.392156862745,190.196078431373],[168.627450980392,209.803921568627,223.529411764706],[182.352941176471,209.803921568627,233.333333333333],[155.882352941176,172.549019607843,190.196078431373],[170.588235294118,176.470588235294,174.509803921569],[207.843137254902,207.843137254902,198.039215686275],[216.666666666667,216.666666666667,206.862745098039],[179.411764705882,176.470588235294,169.607843137255],[188.235294117647,183.333333333333,179.411764705882],[184.313725490196,176.470588235294,173.529411764706],[208.823529411765,199.019607843137,198.039215686275],[189.21568627451,177.450980392157,179.411764705882],[192.156862745098,177.450980392157,180.392156862745],[232.352941176471,216.666666666667,219.607843137255],[203.921568627451,185.294117647059,191.176470588235],[250,231.372549019608,237.254901960784],[247.058823529412,226.470588235294,231.372549019608],[241.176470588235,220.588235294118,225.490196078431],[241.176470588235,220.588235294118,225.490196078431],[230.392156862745,207.843137254902,215.686274509804],[238.235294117647,212.745098039216,223.529411764706],[247.058823529412,223.529411764706,236.274509803922],[246.078431372549,229.411764705882,239.21568627451],[213.725490196078,202.941176470588,210.78431372549],[170.588235294118,165.686274509804,169.607843137255],[222.549019607843,222.549019607843,222.549019607843],[243.137254901961,243.137254901961,241.176470588235],[233.333333333333,234.313725490196,229.411764705882],[164.705882352941,165.686274509804,159.803921568627],[156.862745098039,157.843137254902,152.941176470588],[172.549019607843,172.549019607843,172.549019607843],[155.882352941176,159.803921568627,162.745098039216],[160.78431372549,167.647058823529,175.490196078431],[154.901960784314,166.666666666667,180.392156862745],[151.960784313725,168.627450980392,186.274509803922],[131.372549019608,152.941176470588,175.490196078431],[122.549019607843,152.941176470588,181.372549019608],[103.921568627451,138.235294117647,165.686274509804],[121.56862745098,155.882352941176,175.490196078431],[123.529411764706,151.960784313725,165.686274509804],[157.843137254902,175.490196078431,185.294117647059],[164.705882352941,174.509803921569,183.333333333333],[141.176470588235,145.098039215686,155.882352941176],[134.313725490196,148.039215686275,158.823529411765],[109.803921568627,147.058823529412,157.843137254902],[112.745098039216,159.803921568627,171.56862745098],[139.21568627451,184.313725490196,199.019607843137],[108.823529411765,150,163.725490196078],[88.2352941176471,124.509803921569,133.333333333333],[94.1176470588235,128.43137254902,132.352941176471],[75.4901960784314,110.78431372549,106.862745098039],[86.2745098039216,124.509803921569,119.607843137255],[124.509803921569,164.705882352941,166.666666666667],[63.7254901960784,104.901960784314,102.941176470588],[37.2549019607843,73.5294117647059,56.8627450980392],[92.156862745098,121.56862745098,96.078431372549],[190.196078431373,210.78431372549,178.43137254902],[215.686274509804,227.450980392157,192.156862745098],[192.156862745098,196.078431372549,161.764705882353],[245.098039215686,242.156862745098,211.764705882353],[250,245.098039215686,222.549019607843],[235.294117647059,224.509803921569,197.058823529412],[181.372549019608,170.588235294118,125.490196078431],[162.745098039216,150.980392156863,94.1176470588235],[125.490196078431,109.803921568627,49.0196078431373],[93.1372549019608,73.5294117647059,13.7254901960784],[51.9607843137255,27.4509803921569,0],[52.9411764705882,22.5490196078431,0],[123.529411764706,86.2745098039216,50.9803921568627],[179.411764705882,133.333333333333,105.882352941176],[164.705882352941,111.764705882353,84.3137254901961],[157.843137254902,101.960784313725,73.5294117647059],[177.450980392157,121.56862745098,93.1372549019608],[147.058823529412,95.0980392156863,64.7058823529412],[136.274509803922,92.156862745098,59.8039215686275],[130.392156862745,88.2352941176471,56.8627450980392],[126.470588235294,86.2745098039216,58.8235294117647],[89.2156862745098,44.1176470588235,20.5882352941176],[80.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,25.4901960784314,8.82352941176471],[104.901960784314,53.921568627451,33.3333333333333],[88.2352941176471,41.1764705882353,19.6078431372549],[75.4901960784314,34.3137254901961,9.80392156862745],[110.78431372549,74.5098039215686,49.0196078431373],[173.529411764706,136.274509803922,117.647058823529],[123.529411764706,85.2941176470588,68.6274509803922],[118.627450980392,82.3529411764706,64.7058823529412],[70.5882352941177,34.3137254901961,16.6666666666667],[42.156862745098,5.88235294117647,0],[62.7450980392157,27.4509803921569,11.7647058823529],[53.921568627451,21.5686274509804,6.86274509803922],[75.4901960784314,44.1176470588235,31.3725490196078],[67.6470588235294,38.2352941176471,27.4509803921569],[49.0196078431373,21.5686274509804,10.7843137254902],[27.4509803921569,3.92156862745098,0],[39.2156862745098,16.6666666666667,10.7843137254902],[35.2941176470588,16.6666666666667,10.7843137254902],[16.6666666666667,0,0],[11.7647058823529,0,0],[14.7058823529412,0.980392156862745,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,3.92156862745098,12.7450980392157],[0,2.94117647058824,11.7647058823529],[1.96078431372549,1.96078431372549,11.7647058823529],[7.84313725490196,7.84313725490196,15.6862745098039],[5.88235294117647,4.90196078431373,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[27.4509803921569,26.4705882352941,24.5098039215686],[22.5490196078431,21.5686274509804,17.6470588235294],[19.6078431372549,18.6274509803922,13.7254901960784],[50.9803921568627,50.9803921568627,41.1764705882353],[55.8823529411765,57.843137254902,45.0980392156863],[21.5686274509804,25.4901960784314,11.7647058823529],[35.2941176470588,42.156862745098,26.4705882352941],[72.5490196078431,81.3725490196078,64.7058823529412],[48.0392156862745,56.8627450980392,38.2352941176471],[41.1764705882353,50,31.3725490196078],[19.6078431372549,31.3725490196078,11.7647058823529],[20.5882352941176,32.3529411764706,12.7450980392157],[27.4509803921569,38.2352941176471,21.5686274509804],[16.6666666666667,27.4509803921569,13.7254901960784],[18.6274509803922,26.4705882352941,15.6862745098039],[50,56.8627450980392,50],[50,56.8627450980392,50],[48.0392156862745,54.9019607843137,48.0392156862745],[33.3333333333333,40.1960784313726,32.3529411764706],[59.8039215686275,67.6470588235294,56.8627450980392],[60.7843137254902,71.5686274509804,55.8823529411765],[64.7058823529412,76.4705882352941,56.8627450980392],[62.7450980392157,76.4705882352941,53.921568627451],[56.8627450980392,70.5882352941177,45.0980392156863],[150.980392156863,166.666666666667,138.235294117647],[129.411764705882,149.019607843137,121.56862745098],[110.78431372549,140.196078431373,114.705882352941],[108.823529411765,138.235294117647,112.745098039216],[104.901960784314,130.392156862745,101.960784313725],[124.509803921569,144.117647058824,116.666666666667],[127.450980392157,143.137254901961,114.705882352941],[167.647058823529,183.333333333333,156.862745098039],[127.450980392157,146.078431372549,124.509803921569],[126.470588235294,150,134.313725490196],[179.411764705882,211.764705882353,202.941176470588],[151.960784313725,192.156862745098,188.235294117647],[145.098039215686,189.21568627451,192.156862745098],[116.666666666667,165.686274509804,172.549019607843],[116.666666666667,168.627450980392,176.470588235294],[115.686274509804,167.647058823529,175.490196078431],[113.725490196078,165.686274509804,171.56862745098],[125.490196078431,171.56862745098,179.411764705882],[174.509803921569,211.764705882353,224.509803921569],[161.764705882353,198.039215686275,213.725490196078],[151.960784313725,198.039215686275,213.725490196078],[142.156862745098,186.274509803922,204.901960784314],[135.294117647059,165.686274509804,186.274509803922],[165.686274509804,188.235294117647,205.882352941176],[182.352941176471,203.921568627451,214.705882352941],[211.764705882353,231.372549019608,238.235294117647],[223.529411764706,246.078431372549,250],[224.509803921569,250,250],[174.509803921569,203.921568627451,227.450980392157],[124.509803921569,162.745098039216,191.176470588235],[121.56862745098,175.490196078431,204.901960784314],[112.745098039216,168.627450980392,197.058823529412],[125.490196078431,175.490196078431,203.921568627451],[114.705882352941,163.725490196078,190.196078431373],[112.745098039216,168.627450980392,195.098039215686],[107.843137254902,166.666666666667,192.156862745098],[111.764705882353,172.549019607843,197.058823529412],[120.588235294118,180.392156862745,207.843137254902],[120.588235294118,180.392156862745,208.823529411765],[112.745098039216,172.549019607843,200.980392156863],[110.78431372549,168.627450980392,198.039215686275],[112.745098039216,170.588235294118,200],[115.686274509804,173.529411764706,204.901960784314],[116.666666666667,171.56862745098,203.921568627451],[116.666666666667,169.607843137255,202.941176470588],[137.254901960784,189.21568627451,222.549019607843],[155.882352941176,207.843137254902,239.21568627451],[138.235294117647,187.254901960784,219.607843137255],[122.549019607843,170.588235294118,202.941176470588],[141.176470588235,186.274509803922,219.607843137255],[135.294117647059,177.450980392157,210.78431372549],[159.803921568627,202.941176470588,229.411764705882],[164.705882352941,210.78431372549,228.43137254902],[154.901960784314,200,212.745098039216],[148.039215686275,191.176470588235,203.921568627451],[145.098039215686,185.294117647059,202.941176470588],[139.21568627451,178.43137254902,203.921568627451],[126.470588235294,166.666666666667,198.039215686275],[120.588235294118,162.745098039216,196.078431372549],[121.56862745098,165.686274509804,196.078431372549],[116.666666666667,161.764705882353,184.313725490196],[129.411764705882,175.490196078431,193.137254901961],[133.333333333333,180.392156862745,194.117647058824],[134.313725490196,179.411764705882,195.098039215686],[152.941176470588,190.196078431373,212.745098039216],[155.882352941176,182.352941176471,200.980392156863],[201.960784313725,213.725490196078,213.725490196078],[192.156862745098,197.058823529412,190.196078431373],[212.745098039216,215.686274509804,208.823529411765],[188.235294117647,189.21568627451,183.333333333333],[188.235294117647,187.254901960784,182.352941176471],[194.117647058824,189.21568627451,185.294117647059],[199.019607843137,191.176470588235,188.235294117647],[183.333333333333,172.549019607843,170.588235294118],[197.058823529412,183.333333333333,182.352941176471],[194.117647058824,178.43137254902,178.43137254902],[177.450980392157,158.823529411765,160.78431372549],[236.274509803922,216.666666666667,218.627450980392],[250,232.352941176471,234.313725490196],[235.294117647059,212.745098039216,218.627450980392],[217.647058823529,195.098039215686,200.980392156863],[233.333333333333,210.78431372549,216.666666666667],[229.411764705882,206.862745098039,216.666666666667],[249.019607843137,228.43137254902,237.254901960784],[250,239.21568627451,246.078431372549],[222.549019607843,211.764705882353,217.647058823529],[175.490196078431,171.56862745098,172.549019607843],[220.588235294118,219.607843137255,217.647058823529],[250,250,245.098039215686],[226.470588235294,226.470588235294,218.627450980392],[179.411764705882,176.470588235294,167.647058823529],[181.372549019608,178.43137254902,171.56862745098],[187.254901960784,186.274509803922,181.372549019608],[163.725490196078,163.725490196078,163.725490196078],[188.235294117647,193.137254901961,197.058823529412],[157.843137254902,166.666666666667,175.490196078431],[138.235294117647,151.960784313725,164.705882352941],[128.43137254902,149.019607843137,165.686274509804],[125.490196078431,152.941176470588,176.470588235294],[117.647058823529,149.019607843137,173.529411764706],[122.549019607843,152.941176470588,170.588235294118],[138.235294117647,163.725490196078,176.470588235294],[145.098039215686,163.725490196078,170.588235294118],[136.274509803922,147.058823529412,152.941176470588],[136.274509803922,139.21568627451,148.039215686275],[118.627450980392,128.43137254902,137.254901960784],[93.1372549019608,125.490196078431,132.352941176471],[103.921568627451,146.078431372549,151.960784313725],[118.627450980392,157.843137254902,165.686274509804],[73.5294117647059,109.803921568627,118.627450980392],[75.4901960784314,111.764705882353,117.647058823529],[115.686274509804,152.941176470588,153.921568627451],[85.2941176470588,125.490196078431,121.56862745098],[57.843137254902,101.960784313725,97.0588235294118],[46.078431372549,93.1372549019608,93.1372549019608],[52.9411764705882,98.0392156862745,95.0980392156863],[63.7254901960784,103.921568627451,86.2745098039216],[128.43137254902,162.745098039216,133.333333333333],[162.745098039216,186.274509803922,150.980392156863],[151.960784313725,167.647058823529,129.411764705882],[124.509803921569,133.333333333333,91.1764705882353],[145.098039215686,146.078431372549,112.745098039216],[205.882352941176,198.039215686275,187.254901960784],[228.43137254902,216.666666666667,204.901960784314],[248.039215686275,233.333333333333,202.941176470588],[223.529411764706,206.862745098039,161.764705882353],[163.725490196078,143.137254901961,91.1764705882353],[118.627450980392,92.156862745098,38.2352941176471],[122.549019607843,91.1764705882353,43.1372549019608],[126.470588235294,90.1960784313725,49.0196078431373],[116.666666666667,76.4705882352941,45.0980392156863],[137.254901960784,91.1764705882353,65.6862745098039],[134.313725490196,81.3725490196078,55.8823529411765],[137.254901960784,82.3529411764706,55.8823529411765],[162.745098039216,107.843137254902,81.3725490196078],[122.549019607843,74.5098039215686,45.0980392156863],[109.803921568627,66.6666666666667,38.2352941176471],[92.156862745098,55.8823529411765,27.4509803921569],[87.2549019607843,50.9803921568627,25.4901960784314],[38.2352941176471,0,0],[71.5686274509804,25.4901960784314,9.80392156862745],[85.2941176470588,37.2549019607843,22.5490196078431],[95.0980392156863,47.0588235294118,32.3529411764706],[91.1764705882353,47.0588235294118,28.4313725490196],[68.6274509803922,33.3333333333333,9.80392156862745],[77.4509803921569,44.1176470588235,19.6078431372549],[136.274509803922,100,81.3725490196078],[45.0980392156863,8.82352941176471,0],[71.5686274509804,37.2549019607843,18.6274509803922],[89.2156862745098,53.921568627451,38.2352941176471],[77.4509803921569,45.0980392156863,30.3921568627451],[105.882352941176,74.5098039215686,61.7647058823529],[79.4117647058823,50,39.2156862745098],[34.3137254901961,7.84313725490196,0],[58.8235294117647,34.3137254901961,27.4509803921569],[36.2745098039216,16.6666666666667,9.80392156862745],[29.4117647058824,10.7843137254902,4.90196078431373],[44.1176470588235,26.4705882352941,22.5490196078431],[24.5098039215686,9.80392156862745,4.90196078431373],[21.5686274509804,6.86274509803922,3.92156862745098],[13.7254901960784,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[9.80392156862745,9.80392156862745,17.6470588235294],[4.90196078431373,7.84313725490196,16.6666666666667],[4.90196078431373,4.90196078431373,12.7450980392157],[9.80392156862745,10.7843137254902,15.6862745098039],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[18.6274509803922,14.7058823529412,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[71.5686274509804,71.5686274509804,61.7647058823529],[50.9803921568627,50.9803921568627,39.2156862745098],[7.84313725490196,9.80392156862745,0],[23.5294117647059,27.4509803921569,10.7843137254902],[35.2941176470588,43.1372549019608,22.5490196078431],[56.8627450980392,65.6862745098039,45.0980392156863],[29.4117647058824,38.2352941176471,17.6470588235294],[32.3529411764706,46.078431372549,23.5294117647059],[13.7254901960784,31.3725490196078,9.80392156862745],[14.7058823529412,33.3333333333333,13.7254901960784],[19.6078431372549,37.2549019607843,21.5686274509804],[27.4509803921569,45.0980392156863,31.3725490196078],[33.3333333333333,49.0196078431373,38.2352941176471],[51.9607843137255,67.6470588235294,57.843137254902],[53.921568627451,66.6666666666667,57.843137254902],[39.2156862745098,51.9607843137255,42.156862745098],[54.9019607843137,70.5882352941177,57.843137254902],[68.6274509803922,85.2941176470588,69.6078431372549],[62.7450980392157,81.3725490196078,61.7647058823529],[92.156862745098,111.764705882353,87.2549019607843],[75.4901960784314,98.0392156862745,70.5882352941177],[96.078431372549,118.627450980392,90.1960784313725],[158.823529411765,183.333333333333,153.921568627451],[178.43137254902,203.921568627451,175.490196078431],[88.2352941176471,115.686274509804,91.1764705882353],[133.333333333333,158.823529411765,134.313725490196],[150.980392156863,173.529411764706,146.078431372549],[82.3529411764706,100.980392156863,73.5294117647059],[130.392156862745,145.098039215686,116.666666666667],[141.176470588235,154.901960784314,129.411764705882],[161.764705882353,179.411764705882,155.882352941176],[201.960784313725,224.509803921569,206.862745098039],[183.333333333333,214.705882352941,201.960784313725],[160.78431372549,199.019607843137,194.117647058824],[143.137254901961,186.274509803922,187.254901960784],[102.941176470588,150,153.921568627451],[99.0196078431373,147.058823529412,151.960784313725],[101.960784313725,150,156.862745098039],[127.450980392157,173.529411764706,179.411764705882],[179.411764705882,221.56862745098,228.43137254902],[197.058823529412,234.313725490196,245.098039215686],[171.56862745098,209.803921568627,224.509803921569],[149.019607843137,195.098039215686,210.78431372549],[143.137254901961,185.294117647059,201.960784313725],[151.960784313725,180.392156862745,198.039215686275],[190.196078431373,211.764705882353,225.490196078431],[194.117647058824,212.745098039216,218.627450980392],[198.039215686275,216.666666666667,220.588235294118],[230.392156862745,250,250],[191.176470588235,214.705882352941,226.470588235294],[167.647058823529,197.058823529412,220.588235294118],[209.803921568627,250,250],[113.725490196078,168.627450980392,200.980392156863],[106.862745098039,168.627450980392,200.980392156863],[96.078431372549,150.980392156863,183.333333333333],[125.490196078431,179.411764705882,209.803921568627],[119.607843137255,178.43137254902,205.882352941176],[107.843137254902,167.647058823529,195.098039215686],[102.941176470588,162.745098039216,190.196078431373],[110.78431372549,170.588235294118,198.039215686275],[117.647058823529,177.450980392157,205.882352941176],[113.725490196078,173.529411764706,201.960784313725],[109.803921568627,169.607843137255,200],[113.725490196078,171.56862745098,202.941176470588],[109.803921568627,167.647058823529,199.019607843137],[113.725490196078,168.627450980392,200.980392156863],[112.745098039216,167.647058823529,200],[129.411764705882,182.352941176471,215.686274509804],[149.019607843137,200.980392156863,232.352941176471],[137.254901960784,186.274509803922,218.627450980392],[118.627450980392,167.647058823529,200],[127.450980392157,172.549019607843,204.901960784314],[135.294117647059,175.490196078431,206.862745098039],[163.725490196078,198.039215686275,227.450980392157],[171.56862745098,204.901960784314,231.372549019608],[187.254901960784,221.56862745098,243.137254901961],[169.607843137255,204.901960784314,226.470588235294],[134.313725490196,174.509803921569,196.078431372549],[133.333333333333,176.470588235294,202.941176470588],[114.705882352941,162.745098039216,192.156862745098],[104.901960784314,156.862745098039,187.254901960784],[106.862745098039,162.745098039216,191.176470588235],[95.0980392156863,151.960784313725,175.490196078431],[101.960784313725,158.823529411765,180.392156862745],[111.764705882353,165.686274509804,185.294117647059],[117.647058823529,168.627450980392,189.21568627451],[123.529411764706,177.450980392157,197.058823529412],[117.647058823529,159.803921568627,175.490196078431],[143.137254901961,166.666666666667,170.588235294118],[203.921568627451,215.686274509804,213.725490196078],[179.411764705882,189.21568627451,188.235294117647],[190.196078431373,199.019607843137,196.078431372549],[247.058823529412,250,248.039215686275],[243.137254901961,244.117647058824,239.21568627451],[170.588235294118,167.647058823529,162.745098039216],[173.529411764706,166.666666666667,160.78431372549],[187.254901960784,176.470588235294,172.549019607843],[184.313725490196,170.588235294118,167.647058823529],[219.607843137255,204.901960784314,201.960784313725],[207.843137254902,190.196078431373,188.235294117647],[220.588235294118,200.980392156863,201.960784313725],[243.137254901961,223.529411764706,225.490196078431],[212.745098039216,191.176470588235,194.117647058824],[233.333333333333,210.78431372549,216.666666666667],[241.176470588235,220.588235294118,227.450980392157],[224.509803921569,205.882352941176,211.764705882353],[246.078431372549,234.313725490196,238.235294117647],[250,242.156862745098,243.137254901961],[182.352941176471,177.450980392157,174.509803921569],[154.901960784314,151.960784313725,147.058823529412],[226.470588235294,223.529411764706,214.705882352941],[229.411764705882,225.490196078431,214.705882352941],[188.235294117647,182.352941176471,170.588235294118],[160.78431372549,152.941176470588,142.156862745098],[160.78431372549,153.921568627451,144.117647058824],[161.764705882353,158.823529411765,151.960784313725],[203.921568627451,205.882352941176,202.941176470588],[160.78431372549,165.686274509804,168.627450980392],[130.392156862745,141.176470588235,147.058823529412],[125.490196078431,142.156862745098,151.960784313725],[131.372549019608,153.921568627451,169.607843137255],[123.529411764706,150,166.666666666667],[115.686274509804,143.137254901961,154.901960784314],[137.254901960784,159.803921568627,167.647058823529],[138.235294117647,150.980392156863,158.823529411765],[145.098039215686,153.921568627451,158.823529411765],[152.941176470588,161.764705882353,166.666666666667],[108.823529411765,122.549019607843,125.490196078431],[118.627450980392,139.21568627451,142.156862745098],[93.1372549019608,120.588235294118,124.509803921569],[84.3137254901961,116.666666666667,121.56862745098],[85.2941176470588,122.549019607843,125.490196078431],[102.941176470588,137.254901960784,141.176470588235],[102.941176470588,140.196078431373,141.176470588235],[69.6078431372549,113.725490196078,110.78431372549],[53.921568627451,98.0392156862745,93.1372549019608],[65.6862745098039,107.843137254902,99.0196078431373],[89.2156862745098,129.411764705882,121.56862745098],[87.2549019607843,125.490196078431,120.588235294118],[54.9019607843137,89.2156862745098,82.3529411764706],[99.0196078431373,126.470588235294,112.745098039216],[145.098039215686,167.647058823529,140.196078431373],[177.450980392157,195.098039215686,146.078431372549],[180.392156862745,188.235294117647,138.235294117647],[153.921568627451,149.019607843137,119.607843137255],[188.235294117647,172.549019607843,150],[240.196078431373,216.666666666667,189.21568627451],[250,229.411764705882,200],[250,220.588235294118,190.196078431373],[173.529411764706,140.196078431373,105.882352941176],[169.607843137255,135.294117647059,98.0392156862745],[148.039215686275,110.78431372549,74.5098039215686],[109.803921568627,65.6862745098039,37.2549019607843],[114.705882352941,65.6862745098039,41.1764705882353],[150,95.0980392156863,70.5882352941177],[149.019607843137,93.1372549019608,66.6666666666667],[130.392156862745,76.4705882352941,47.0588235294118],[111.764705882353,61.7647058823529,31.3725490196078],[123.529411764706,83.3333333333333,53.921568627451],[89.2156862745098,52.9411764705882,26.4705882352941],[61.7647058823529,24.5098039215686,1.96078431372549],[58.8235294117647,18.6274509803922,0.980392156862745],[61.7647058823529,16.6666666666667,3.92156862745098],[77.4509803921569,30.3921568627451,18.6274509803922],[100.980392156863,53.921568627451,40.1960784313726],[81.3725490196078,39.2156862745098,22.5490196078431],[70.5882352941177,37.2549019607843,12.7450980392157],[64.7058823529412,33.3333333333333,10.7843137254902],[50,17.6470588235294,0],[33.3333333333333,0,0],[70.5882352941177,38.2352941176471,21.5686274509804],[84.3137254901961,52.9411764705882,38.2352941176471],[67.6470588235294,39.2156862745098,25.4901960784314],[75.4901960784314,49.0196078431373,38.2352941176471],[62.7450980392157,40.1960784313726,32.3529411764706],[30.3921568627451,11.7647058823529,5.88235294117647],[30.3921568627451,15.6862745098039,12.7450980392157],[25.4901960784314,11.7647058823529,10.7843137254902],[39.2156862745098,27.4509803921569,27.4509803921569],[12.7450980392157,2.94117647058824,1.96078431372549],[25.4901960784314,13.7254901960784,13.7254901960784],[16.6666666666667,5.88235294117647,3.92156862745098],[16.6666666666667,2.94117647058824,0],[12.7450980392157,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,10.7843137254902],[0,1.96078431372549,8.82352941176471],[0.980392156862745,1.96078431372549,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,10.7843137254902,11.7647058823529],[11.7647058823529,10.7843137254902,6.86274509803922],[16.6666666666667,13.7254901960784,6.86274509803922],[28.4313725490196,26.4705882352941,14.7058823529412],[64.7058823529412,65.6862745098039,51.9607843137255],[55.8823529411765,56.8627450980392,39.2156862745098],[31.3725490196078,34.3137254901961,13.7254901960784],[42.156862745098,50,27.4509803921569],[77.4509803921569,87.2549019607843,62.7450980392157],[83.3333333333333,93.1372549019608,68.6274509803922],[53.921568627451,66.6666666666667,41.1764705882353],[37.2549019607843,50.9803921568627,26.4705882352941],[22.5490196078431,39.2156862745098,20.5882352941176],[31.3725490196078,50,31.3725490196078],[36.2745098039216,53.921568627451,40.1960784313726],[34.3137254901961,51.9607843137255,38.2352941176471],[84.3137254901961,100,89.2156862745098],[65.6862745098039,81.3725490196078,70.5882352941177],[68.6274509803922,82.3529411764706,69.6078431372549],[80.3921568627451,94.1176470588235,79.4117647058823],[68.6274509803922,85.2941176470588,66.6666666666667],[73.5294117647059,91.1764705882353,69.6078431372549],[52.9411764705882,72.5490196078431,46.078431372549],[92.156862745098,111.764705882353,84.3137254901961],[96.078431372549,119.607843137255,88.2352941176471],[120.588235294118,144.117647058824,112.745098039216],[141.176470588235,165.686274509804,136.274509803922],[114.705882352941,139.21568627451,110.78431372549],[127.450980392157,150.980392156863,125.490196078431],[170.588235294118,193.137254901961,167.647058823529],[135.294117647059,153.921568627451,126.470588235294],[109.803921568627,124.509803921569,96.078431372549],[156.862745098039,169.607843137255,140.196078431373],[126.470588235294,139.21568627451,109.803921568627],[138.235294117647,153.921568627451,128.43137254902],[199.019607843137,220.588235294118,200],[190.196078431373,220.588235294118,205.882352941176],[159.803921568627,194.117647058824,187.254901960784],[153.921568627451,193.137254901961,192.156862745098],[133.333333333333,176.470588235294,177.450980392157],[103.921568627451,147.058823529412,150],[112.745098039216,154.901960784314,160.78431372549],[175.490196078431,215.686274509804,219.607843137255],[192.156862745098,228.43137254902,234.313725490196],[172.549019607843,205.882352941176,214.705882352941],[174.509803921569,210.78431372549,219.607843137255],[167.647058823529,209.803921568627,218.627450980392],[162.745098039216,200,210.78431372549],[165.686274509804,191.176470588235,203.921568627451],[184.313725490196,202.941176470588,216.666666666667],[184.313725490196,206.862745098039,214.705882352941],[219.607843137255,244.117647058824,250],[209.803921568627,237.254901960784,248.039215686275],[171.56862745098,200,215.686274509804],[207.843137254902,239.21568627451,250],[148.039215686275,188.235294117647,217.647058823529],[118.627450980392,174.509803921569,203.921568627451],[98.0392156862745,159.803921568627,192.156862745098],[133.333333333333,190.196078431373,226.470588235294],[111.764705882353,169.607843137255,202.941176470588],[118.627450980392,178.43137254902,206.862745098039],[104.901960784314,164.705882352941,192.156862745098],[95.0980392156863,154.901960784314,182.352941176471],[102.941176470588,162.745098039216,191.176470588235],[116.666666666667,176.470588235294,204.901960784314],[115.686274509804,175.490196078431,205.882352941176],[107.843137254902,167.647058823529,198.039215686275],[104.901960784314,164.705882352941,195.098039215686],[101.960784313725,161.764705882353,192.156862745098],[107.843137254902,165.686274509804,197.058823529412],[106.862745098039,164.705882352941,196.078431372549],[111.764705882353,166.666666666667,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[117.647058823529,169.607843137255,200.980392156863],[130.392156862745,178.43137254902,209.803921568627],[140.196078431373,184.313725490196,212.745098039216],[130.392156862745,168.627450980392,197.058823529412],[141.176470588235,169.607843137255,200.980392156863],[187.254901960784,215.686274509804,247.058823529412],[170.588235294118,206.862745098039,233.333333333333],[115.686274509804,160.78431372549,184.313725490196],[114.705882352941,165.686274509804,189.21568627451],[115.686274509804,170.588235294118,195.098039215686],[97.0588235294118,157.843137254902,182.352941176471],[95.0980392156863,157.843137254902,184.313725490196],[92.156862745098,154.901960784314,181.372549019608],[100.980392156863,159.803921568627,187.254901960784],[101.960784313725,151.960784313725,178.43137254902],[91.1764705882353,142.156862745098,163.725490196078],[93.1372549019608,150.980392156863,168.627450980392],[105.882352941176,156.862745098039,169.607843137255],[104.901960784314,134.313725490196,142.156862745098],[180.392156862745,199.019607843137,204.901960784314],[174.509803921569,192.156862745098,194.117647058824],[156.862745098039,172.549019607843,172.549019607843],[200,211.764705882353,209.803921568627],[204.901960784314,210.78431372549,206.862745098039],[221.56862745098,224.509803921569,217.647058823529],[194.117647058824,191.176470588235,184.313725490196],[211.764705882353,204.901960784314,197.058823529412],[204.901960784314,196.078431372549,189.21568627451],[218.627450980392,205.882352941176,200],[200,185.294117647059,180.392156862745],[208.823529411765,191.176470588235,189.21568627451],[233.333333333333,215.686274509804,215.686274509804],[241.176470588235,221.56862745098,222.549019607843],[233.333333333333,213.725490196078,215.686274509804],[250,235.294117647059,239.21568627451],[246.078431372549,230.392156862745,233.333333333333],[249.019607843137,237.254901960784,237.254901960784],[250,245.098039215686,243.137254901961],[224.509803921569,219.607843137255,215.686274509804],[166.666666666667,162.745098039216,153.921568627451],[206.862745098039,202.941176470588,191.176470588235],[238.235294117647,232.352941176471,218.627450980392],[196.078431372549,187.254901960784,172.549019607843],[148.039215686275,139.21568627451,122.549019607843],[159.803921568627,150.980392156863,136.274509803922],[182.352941176471,176.470588235294,164.705882352941],[194.117647058824,194.117647058824,186.274509803922],[150.980392156863,155.882352941176,151.960784313725],[127.450980392157,137.254901960784,136.274509803922],[119.607843137255,134.313725490196,137.254901960784],[124.509803921569,144.117647058824,152.941176470588],[122.549019607843,144.117647058824,154.901960784314],[130.392156862745,150,156.862745098039],[125.490196078431,142.156862745098,149.019607843137],[116.666666666667,127.450980392157,131.372549019608],[156.862745098039,166.666666666667,168.627450980392],[154.901960784314,168.627450980392,168.627450980392],[115.686274509804,129.411764705882,129.411764705882],[140.196078431373,151.960784313725,151.960784313725],[119.607843137255,135.294117647059,135.294117647059],[92.156862745098,117.647058823529,116.666666666667],[80.3921568627451,113.725490196078,112.745098039216],[82.3529411764706,117.647058823529,117.647058823529],[80.3921568627451,119.607843137255,119.607843137255],[63.7254901960784,106.862745098039,107.843137254902],[35.2941176470588,79.4117647058823,76.4705882352941],[52.9411764705882,94.1176470588235,84.3137254901961],[83.3333333333333,122.549019607843,113.725490196078],[71.5686274509804,106.862745098039,104.901960784314],[83.3333333333333,116.666666666667,115.686274509804],[99.0196078431373,127.450980392157,122.549019607843],[69.6078431372549,92.156862745098,74.5098039215686],[99.0196078431373,116.666666666667,79.4117647058823],[160.78431372549,167.647058823529,124.509803921569],[231.372549019608,225.490196078431,190.196078431373],[216.666666666667,200,170.588235294118],[174.509803921569,148.039215686275,121.56862745098],[189.21568627451,155.882352941176,131.372549019608],[250,216.666666666667,194.117647058824],[244.117647058824,204.901960784314,179.411764705882],[217.647058823529,179.411764705882,147.058823529412],[173.529411764706,131.372549019608,98.0392156862745],[129.411764705882,81.3725490196078,51.9607843137255],[128.43137254902,73.5294117647059,47.0588235294118],[165.686274509804,105.882352941176,78.4313725490196],[178.43137254902,118.627450980392,90.1960784313725],[138.235294117647,80.3921568627451,49.0196078431373],[84.3137254901961,32.3529411764706,0],[84.3137254901961,40.1960784313726,7.84313725490196],[96.078431372549,57.843137254902,29.4117647058824],[94.1176470588235,54.9019607843137,30.3921568627451],[86.2745098039216,46.078431372549,28.4313725490196],[85.2941176470588,38.2352941176471,24.5098039215686],[72.5490196078431,24.5098039215686,10.7843137254902],[94.1176470588235,46.078431372549,31.3725490196078],[94.1176470588235,50,31.3725490196078],[76.4705882352941,41.1764705882353,15.6862745098039],[73.5294117647059,42.156862745098,17.6470588235294],[56.8627450980392,24.5098039215686,5.88235294117647],[50,18.6274509803922,3.92156862745098],[54.9019607843137,26.4705882352941,10.7843137254902],[59.8039215686275,32.3529411764706,20.5882352941176],[36.2745098039216,9.80392156862745,0],[19.6078431372549,0,0],[31.3725490196078,13.7254901960784,9.80392156862745],[31.3725490196078,20.5882352941176,18.6274509803922],[5.88235294117647,0,0],[116.666666666667,110.78431372549,114.705882352941],[232.352941176471,227.450980392157,231.372549019608],[26.4705882352941,21.5686274509804,25.4901960784314],[3.92156862745098,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[16.6666666666667,15.6862745098039,13.7254901960784],[15.6862745098039,12.7450980392157,7.84313725490196],[14.7058823529412,12.7450980392157,0.980392156862745],[54.9019607843137,52.9411764705882,38.2352941176471],[96.078431372549,95.0980392156863,77.4509803921569],[57.843137254902,59.8039215686275,39.2156862745098],[62.7450980392157,66.6666666666667,44.1176470588235],[102.941176470588,108.823529411765,83.3333333333333],[87.2549019607843,96.078431372549,69.6078431372549],[65.6862745098039,75.4901960784314,49.0196078431373],[121.56862745098,134.313725490196,106.862745098039],[111.764705882353,125.490196078431,100.980392156863],[34.3137254901961,45.0980392156863,28.4313725490196],[39.2156862745098,49.0196078431373,38.2352941176471],[54.9019607843137,62.7450980392157,51.9607843137255],[26.4705882352941,33.3333333333333,25.4901960784314],[48.0392156862745,53.921568627451,44.1176470588235],[26.4705882352941,32.3529411764706,20.5882352941176],[38.2352941176471,42.156862745098,27.4509803921569],[82.3529411764706,87.2549019607843,67.6470588235294],[85.2941176470588,93.1372549019608,69.6078431372549],[104.901960784314,113.725490196078,87.2549019607843],[85.2941176470588,96.078431372549,64.7058823529412],[107.843137254902,121.56862745098,89.2156862745098],[133.333333333333,148.039215686275,115.686274509804],[153.921568627451,168.627450980392,138.235294117647],[145.098039215686,160.78431372549,132.352941176471],[122.549019607843,138.235294117647,111.764705882353],[108.823529411765,124.509803921569,99.0196078431373],[109.803921568627,123.529411764706,99.0196078431373],[97.0588235294118,106.862745098039,80.3921568627451],[139.21568627451,148.039215686275,117.647058823529],[131.372549019608,138.235294117647,105.882352941176],[127.450980392157,136.274509803922,105.882352941176],[146.078431372549,160.78431372549,132.352941176471],[146.078431372549,165.686274509804,141.176470588235],[183.333333333333,209.803921568627,193.137254901961],[120.588235294118,151.960784313725,141.176470588235],[149.019607843137,184.313725490196,180.392156862745],[147.058823529412,184.313725490196,185.294117647059],[153.921568627451,191.176470588235,194.117647058824],[155.882352941176,190.196078431373,194.117647058824],[134.313725490196,167.647058823529,169.607843137255],[164.705882352941,193.137254901961,197.058823529412],[150.980392156863,178.43137254902,181.372549019608],[161.764705882353,189.21568627451,192.156862745098],[171.56862745098,202.941176470588,201.960784313725],[181.372549019608,210.78431372549,212.745098039216],[186.274509803922,205.882352941176,212.745098039216],[185.294117647059,206.862745098039,219.607843137255],[161.764705882353,194.117647058824,208.823529411765],[180.392156862745,220.588235294118,238.235294117647],[159.803921568627,203.921568627451,224.509803921569],[127.450980392157,168.627450980392,193.137254901961],[124.509803921569,160.78431372549,187.254901960784],[108.823529411765,149.019607843137,178.43137254902],[105.882352941176,158.823529411765,186.274509803922],[114.705882352941,172.549019607843,201.960784313725],[111.764705882353,168.627450980392,204.901960784314],[112.745098039216,169.607843137255,205.882352941176],[116.666666666667,176.470588235294,206.862745098039],[109.803921568627,169.607843137255,198.039215686275],[99.0196078431373,161.764705882353,189.21568627451],[100,161.764705882353,192.156862745098],[106.862745098039,168.627450980392,199.019607843137],[104.901960784314,166.666666666667,199.019607843137],[99.0196078431373,160.78431372549,193.137254901961],[102.941176470588,161.764705882353,195.098039215686],[107.843137254902,166.666666666667,200],[105.882352941176,163.725490196078,197.058823529412],[106.862745098039,164.705882352941,198.039215686275],[116.666666666667,171.56862745098,205.882352941176],[125.490196078431,178.43137254902,211.764705882353],[128.43137254902,180.392156862745,213.725490196078],[124.509803921569,176.470588235294,209.803921568627],[119.607843137255,171.56862745098,201.960784313725],[120.588235294118,177.450980392157,200.980392156863],[116.666666666667,166.666666666667,193.137254901961],[140.196078431373,175.490196078431,210.78431372549],[146.078431372549,179.411764705882,216.666666666667],[123.529411764706,168.627450980392,200.980392156863],[111.764705882353,166.666666666667,193.137254901961],[108.823529411765,168.627450980392,189.21568627451],[99.0196078431373,162.745098039216,182.352941176471],[92.156862745098,157.843137254902,176.470588235294],[91.1764705882353,155.882352941176,179.411764705882],[92.156862745098,153.921568627451,184.313725490196],[91.1764705882353,144.117647058824,179.411764705882],[102.941176470588,142.156862745098,177.450980392157],[108.823529411765,147.058823529412,177.450980392157],[96.078431372549,146.078431372549,162.745098039216],[96.078431372549,145.098039215686,155.882352941176],[139.21568627451,174.509803921569,186.274509803922],[128.43137254902,154.901960784314,165.686274509804],[132.352941176471,156.862745098039,163.725490196078],[141.176470588235,161.764705882353,166.666666666667],[163.725490196078,181.372549019608,181.372549019608],[135.294117647059,150,147.058823529412],[169.607843137255,179.411764705882,171.56862745098],[183.333333333333,186.274509803922,177.450980392157],[202.941176470588,202.941176470588,193.137254901961],[203.921568627451,200,189.21568627451],[191.176470588235,182.352941176471,173.529411764706],[197.058823529412,187.254901960784,178.43137254902],[182.352941176471,169.607843137255,163.725490196078],[207.843137254902,193.137254901961,190.196078431373],[249.019607843137,231.372549019608,229.411764705882],[223.529411764706,207.843137254902,207.843137254902],[241.176470588235,225.490196078431,225.490196078431],[236.274509803922,222.549019607843,222.549019607843],[220.588235294118,210.78431372549,208.823529411765],[226.470588235294,219.607843137255,213.725490196078],[238.235294117647,234.313725490196,225.490196078431],[195.098039215686,191.176470588235,180.392156862745],[174.509803921569,168.627450980392,154.901960784314],[213.725490196078,206.862745098039,189.21568627451],[218.627450980392,207.843137254902,190.196078431373],[172.549019607843,159.803921568627,141.176470588235],[171.56862745098,158.823529411765,142.156862745098],[176.470588235294,167.647058823529,152.941176470588],[155.882352941176,151.960784313725,141.176470588235],[135.294117647059,136.274509803922,130.392156862745],[127.450980392157,136.274509803922,131.372549019608],[124.509803921569,139.21568627451,136.274509803922],[100.980392156863,120.588235294118,119.607843137255],[114.705882352941,134.313725490196,135.294117647059],[146.078431372549,156.862745098039,160.78431372549],[141.176470588235,150.980392156863,152.941176470588],[125.490196078431,137.254901960784,137.254901960784],[159.803921568627,171.56862745098,169.607843137255],[129.411764705882,141.176470588235,137.254901960784],[100.980392156863,111.764705882353,107.843137254902],[134.313725490196,140.196078431373,138.235294117647],[115.686274509804,124.509803921569,121.56862745098],[100.980392156863,116.666666666667,115.686274509804],[87.2549019607843,112.745098039216,109.803921568627],[67.6470588235294,105.882352941176,102.941176470588],[67.6470588235294,108.823529411765,107.843137254902],[63.7254901960784,103.921568627451,107.843137254902],[42.156862745098,80.3921568627451,85.2941176470588],[40.1960784313726,77.4509803921569,78.4313725490196],[65.6862745098039,100.980392156863,99.0196078431373],[62.7450980392157,97.0588235294118,93.1372549019608],[92.156862745098,120.588235294118,115.686274509804],[55.8823529411765,78.4313725490196,70.5882352941177],[22.5490196078431,39.2156862745098,31.3725490196078],[38.2352941176471,48.0392156862745,40.1960784313726],[86.2745098039216,86.2745098039216,74.5098039215686],[193.137254901961,188.235294117647,159.803921568627],[190.196078431373,176.470588235294,142.156862745098],[183.333333333333,160.78431372549,129.411764705882],[228.43137254902,198.039215686275,167.647058823529],[250,215.686274509804,182.352941176471],[227.450980392157,188.235294117647,153.921568627451],[195.098039215686,150.980392156863,118.627450980392],[203.921568627451,154.901960784314,122.549019607843],[239.21568627451,183.333333333333,153.921568627451],[216.666666666667,154.901960784314,124.509803921569],[161.764705882353,94.1176470588235,61.7647058823529],[146.078431372549,79.4117647058823,45.0980392156863],[163.725490196078,100,62.7450980392157],[134.313725490196,75.4901960784314,39.2156862745098],[75.4901960784314,24.5098039215686,0],[85.2941176470588,40.1960784313726,6.86274509803922],[132.352941176471,89.2156862745098,62.7450980392157],[98.0392156862745,52.9411764705882,30.3921568627451],[114.705882352941,62.7450980392157,47.0588235294118],[82.3529411764706,27.4509803921569,12.7450980392157],[87.2549019607843,32.3529411764706,15.6862745098039],[112.745098039216,62.7450980392157,42.156862745098],[100,59.8039215686275,32.3529411764706],[97.0588235294118,61.7647058823529,36.2745098039216],[79.4117647058823,49.0196078431373,29.4117647058824],[46.078431372549,17.6470588235294,3.92156862745098],[35.2941176470588,7.84313725490196,0],[46.078431372549,19.6078431372549,8.82352941176471],[28.4313725490196,8.82352941176471,0],[12.7450980392157,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,8.82352941176471,10.7843137254902],[2.94117647058824,0.980392156862745,5.88235294117647],[50.9803921568627,50.9803921568627,58.8235294117647],[152.941176470588,152.941176470588,160.78431372549],[0,0,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[15.6862745098039,9.80392156862745,9.80392156862745],[6.86274509803922,0,0],[17.6470588235294,7.84313725490196,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[23.5294117647059,21.5686274509804,9.80392156862745],[23.5294117647059,21.5686274509804,6.86274509803922],[87.2549019607843,86.2745098039216,66.6666666666667],[120.588235294118,119.607843137255,99.0196078431373],[31.3725490196078,33.3333333333333,9.80392156862745],[47.0588235294118,52.9411764705882,27.4509803921569],[65.6862745098039,74.5098039215686,48.0392156862745],[50.9803921568627,60.7843137254902,36.2745098039216],[27.4509803921569,41.1764705882353,16.6666666666667],[21.5686274509804,37.2549019607843,11.7647058823529],[93.1372549019608,105.882352941176,86.2745098039216],[97.0588235294118,107.843137254902,92.156862745098],[47.0588235294118,54.9019607843137,44.1176470588235],[67.6470588235294,73.5294117647059,63.7254901960784],[50,55.8823529411765,44.1176470588235],[17.6470588235294,21.5686274509804,7.84313725490196],[55.8823529411765,59.8039215686275,45.0980392156863],[63.7254901960784,68.6274509803922,49.0196078431373],[55.8823529411765,60.7843137254902,39.2156862745098],[73.5294117647059,79.4117647058823,53.921568627451],[85.2941176470588,91.1764705882353,63.7254901960784],[83.3333333333333,90.1960784313725,59.8039215686275],[111.764705882353,120.588235294118,90.1960784313725],[127.450980392157,136.274509803922,105.882352941176],[170.588235294118,181.372549019608,150],[80.3921568627451,91.1764705882353,61.7647058823529],[136.274509803922,149.019607843137,121.56862745098],[107.843137254902,121.56862745098,96.078431372549],[88.2352941176471,100.980392156863,75.4901960784314],[136.274509803922,145.098039215686,118.627450980392],[156.862745098039,163.725490196078,133.333333333333],[145.098039215686,149.019607843137,116.666666666667],[117.647058823529,124.509803921569,92.156862745098],[157.843137254902,172.549019607843,144.117647058824],[155.882352941176,175.490196078431,150.980392156863],[148.039215686275,170.588235294118,150.980392156863],[134.313725490196,161.764705882353,148.039215686275],[152.941176470588,183.333333333333,178.43137254902],[131.372549019608,162.745098039216,161.764705882353],[135.294117647059,164.705882352941,164.705882352941],[136.274509803922,163.725490196078,164.705882352941],[113.725490196078,141.176470588235,142.156862745098],[109.803921568627,139.21568627451,139.21568627451],[135.294117647059,165.686274509804,167.647058823529],[124.509803921569,153.921568627451,155.882352941176],[140.196078431373,165.686274509804,166.666666666667],[166.666666666667,187.254901960784,192.156862745098],[183.333333333333,200,209.803921568627],[206.862745098039,225.490196078431,240.196078431373],[180.392156862745,212.745098039216,231.372549019608],[168.627450980392,208.823529411765,230.392156862745],[100.980392156863,146.078431372549,169.607843137255],[102.941176470588,149.019607843137,174.509803921569],[120.588235294118,163.725490196078,190.196078431373],[132.352941176471,175.490196078431,201.960784313725],[108.823529411765,154.901960784314,180.392156862745],[120.588235294118,170.588235294118,199.019607843137],[118.627450980392,168.627450980392,199.019607843137],[114.705882352941,168.627450980392,199.019607843137],[122.549019607843,181.372549019608,208.823529411765],[120.588235294118,181.372549019608,205.882352941176],[111.764705882353,170.588235294118,196.078431372549],[101.960784313725,157.843137254902,184.313725490196],[96.078431372549,150.980392156863,177.450980392157],[94.1176470588235,149.019607843137,175.490196078431],[101.960784313725,155.882352941176,185.294117647059],[116.666666666667,172.549019607843,201.960784313725],[107.843137254902,162.745098039216,195.098039215686],[104.901960784314,162.745098039216,196.078431372549],[109.803921568627,168.627450980392,201.960784313725],[112.745098039216,171.56862745098,204.901960784314],[105.882352941176,163.725490196078,195.098039215686],[107.843137254902,162.745098039216,195.098039215686],[118.627450980392,173.529411764706,205.882352941176],[126.470588235294,182.352941176471,210.78431372549],[114.705882352941,173.529411764706,197.058823529412],[112.745098039216,167.647058823529,192.156862745098],[155.882352941176,198.039215686275,232.352941176471],[138.235294117647,179.411764705882,216.666666666667],[101.960784313725,153.921568627451,187.254901960784],[104.901960784314,163.725490196078,191.176470588235],[95.0980392156863,158.823529411765,180.392156862745],[100,165.686274509804,184.313725490196],[93.1372549019608,158.823529411765,177.450980392157],[80.3921568627451,145.098039215686,168.627450980392],[87.2549019607843,150,177.450980392157],[93.1372549019608,146.078431372549,179.411764705882],[101.960784313725,144.117647058824,177.450980392157],[100.980392156863,139.21568627451,167.647058823529],[86.2745098039216,134.313725490196,149.019607843137],[100.980392156863,151.960784313725,162.745098039216],[125.490196078431,167.647058823529,183.333333333333],[141.176470588235,178.43137254902,191.176470588235],[172.549019607843,201.960784313725,209.803921568627],[176.470588235294,203.921568627451,207.843137254902],[114.705882352941,138.235294117647,140.196078431373],[151.960784313725,171.56862745098,170.588235294118],[134.313725490196,149.019607843137,146.078431372549],[168.627450980392,178.43137254902,170.588235294118],[203.921568627451,205.882352941176,195.098039215686],[155.882352941176,150,138.235294117647],[186.274509803922,176.470588235294,166.666666666667],[247.058823529412,232.352941176471,225.490196078431],[224.509803921569,209.803921568627,206.862745098039],[238.235294117647,222.549019607843,222.549019607843],[213.725490196078,199.019607843137,194.117647058824],[216.666666666667,201.960784313725,197.058823529412],[250,238.235294117647,232.352941176471],[237.254901960784,224.509803921569,218.627450980392],[222.549019607843,211.764705882353,207.843137254902],[192.156862745098,182.352941176471,180.392156862745],[177.450980392157,168.627450980392,163.725490196078],[208.823529411765,201.960784313725,194.117647058824],[187.254901960784,181.372549019608,167.647058823529],[197.058823529412,190.196078431373,172.549019607843],[203.921568627451,197.058823529412,178.43137254902],[168.627450980392,161.764705882353,143.137254901961],[150.980392156863,144.117647058824,128.43137254902],[149.019607843137,146.078431372549,131.372549019608],[143.137254901961,143.137254901961,133.333333333333],[157.843137254902,160.78431372549,151.960784313725],[155.882352941176,162.745098039216,154.901960784314],[151.960784313725,162.745098039216,156.862745098039],[149.019607843137,167.647058823529,165.686274509804],[141.176470588235,158.823529411765,158.823529411765],[131.372549019608,145.098039215686,145.098039215686],[134.313725490196,146.078431372549,146.078431372549],[136.274509803922,148.039215686275,146.078431372549],[159.803921568627,172.549019607843,165.686274509804],[128.43137254902,138.235294117647,130.392156862745],[114.705882352941,117.647058823529,110.78431372549],[151.960784313725,149.019607843137,142.156862745098],[118.627450980392,117.647058823529,112.745098039216],[105.882352941176,111.764705882353,107.843137254902],[85.2941176470588,105.882352941176,100.980392156863],[60.7843137254902,99.0196078431373,94.1176470588235],[65.6862745098039,110.78431372549,108.823529411765],[66.6666666666667,106.862745098039,112.745098039216],[50.9803921568627,89.2156862745098,96.078431372549],[45.0980392156863,84.3137254901961,86.2745098039216],[39.2156862745098,74.5098039215686,72.5490196078431],[69.6078431372549,101.960784313725,93.1372549019608],[40.1960784313726,67.6470588235294,55.8823529411765],[50.9803921568627,70.5882352941177,59.8039215686275],[39.2156862745098,51.9607843137255,45.0980392156863],[39.2156862745098,43.1372549019608,44.1176470588235],[157.843137254902,154.901960784314,150],[224.509803921569,216.666666666667,196.078431372549],[169.607843137255,156.862745098039,125.490196078431],[157.843137254902,138.235294117647,103.921568627451],[197.058823529412,171.56862745098,137.254901960784],[209.803921568627,176.470588235294,142.156862745098],[220.588235294118,182.352941176471,150],[213.725490196078,171.56862745098,140.196078431373],[238.235294117647,190.196078431373,158.823529411765],[250,217.647058823529,185.294117647059],[192.156862745098,130.392156862745,98.0392156862745],[156.862745098039,92.156862745098,57.843137254902],[166.666666666667,100,63.7254901960784],[145.098039215686,78.4313725490196,40.1960784313726],[167.647058823529,104.901960784314,67.6470588235294],[150.980392156863,94.1176470588235,56.8627450980392],[119.607843137255,66.6666666666667,31.3725490196078],[124.509803921569,74.5098039215686,44.1176470588235],[123.529411764706,72.5490196078431,49.0196078431373],[130.392156862745,76.4705882352941,56.8627450980392],[117.647058823529,61.7647058823529,43.1372549019608],[113.725490196078,59.8039215686275,40.1960784313726],[104.901960784314,55.8823529411765,33.3333333333333],[95.0980392156863,51.9607843137255,25.4901960784314],[68.6274509803922,33.3333333333333,9.80392156862745],[79.4117647058823,50.9803921568627,35.2941176470588],[64.7058823529412,38.2352941176471,27.4509803921569],[36.2745098039216,12.7450980392157,2.94117647058824],[14.7058823529412,0,0],[19.6078431372549,1.96078431372549,0],[23.5294117647059,12.7450980392157,10.7843137254902],[14.7058823529412,5.88235294117647,6.86274509803922],[3.92156862745098,0,2.94117647058824],[4.90196078431373,3.92156862745098,9.80392156862745],[0,0,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[12.7450980392157,10.7843137254902,13.7254901960784],[2.94117647058824,0,0],[20.5882352941176,12.7450980392157,10.7843137254902],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,15.6862745098039],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[36.2745098039216,34.3137254901961,22.5490196078431],[42.156862745098,39.2156862745098,22.5490196078431],[69.6078431372549,68.6274509803922,48.0392156862745],[132.352941176471,132.352941176471,108.823529411765],[118.627450980392,121.56862745098,95.0980392156863],[58.8235294117647,62.7450980392157,36.2745098039216],[68.6274509803922,76.4705882352941,52.9411764705882],[34.3137254901961,46.078431372549,22.5490196078431],[15.6862745098039,28.4313725490196,10.7843137254902],[39.2156862745098,52.9411764705882,38.2352941176471],[11.7647058823529,27.4509803921569,16.6666666666667],[20.5882352941176,36.2745098039216,25.4901960784314],[73.5294117647059,85.2941176470588,71.5686274509804],[74.5098039215686,85.2941176470588,69.6078431372549],[67.6470588235294,78.4313725490196,62.7450980392157],[85.2941176470588,96.078431372549,79.4117647058823],[69.6078431372549,81.3725490196078,61.7647058823529],[68.6274509803922,80.3921568627451,58.8235294117647],[68.6274509803922,80.3921568627451,58.8235294117647],[66.6666666666667,76.4705882352941,52.9411764705882],[96.078431372549,105.882352941176,82.3529411764706],[98.0392156862745,107.843137254902,84.3137254901961],[101.960784313725,111.764705882353,87.2549019607843],[63.7254901960784,71.5686274509804,48.0392156862745],[62.7450980392157,71.5686274509804,45.0980392156863],[159.803921568627,168.627450980392,140.196078431373],[150,158.823529411765,128.43137254902],[107.843137254902,118.627450980392,89.2156862745098],[100,114.705882352941,86.2745098039216],[128.43137254902,142.156862745098,116.666666666667],[156.862745098039,166.666666666667,142.156862745098],[125.490196078431,131.372549019608,103.921568627451],[149.019607843137,150,116.666666666667],[158.823529411765,164.705882352941,131.372549019608],[140.196078431373,157.843137254902,132.352941176471],[151.960784313725,175.490196078431,153.921568627451],[120.588235294118,139.21568627451,119.607843137255],[172.549019607843,193.137254901961,178.43137254902],[176.470588235294,201.960784313725,199.019607843137],[143.137254901961,168.627450980392,169.607843137255],[110.78431372549,130.392156862745,129.411764705882],[109.803921568627,129.411764705882,127.450980392157],[130.392156862745,155.882352941176,152.941176470588],[118.627450980392,151.960784313725,150.980392156863],[111.764705882353,154.901960784314,155.882352941176],[123.529411764706,162.745098039216,170.588235294118],[126.470588235294,151.960784313725,166.666666666667],[166.666666666667,181.372549019608,201.960784313725],[224.509803921569,236.274509803922,250],[160.78431372549,175.490196078431,196.078431372549],[149.019607843137,167.647058823529,184.313725490196],[130.392156862745,157.843137254902,171.56862745098],[149.019607843137,185.294117647059,200.980392156863],[153.921568627451,199.019607843137,214.705882352941],[103.921568627451,153.921568627451,174.509803921569],[92.156862745098,141.176470588235,165.686274509804],[113.725490196078,156.862745098039,183.333333333333],[142.156862745098,181.372549019608,206.862745098039],[147.058823529412,187.254901960784,208.823529411765],[142.156862745098,188.235294117647,207.843137254902],[94.1176470588235,150.980392156863,170.588235294118],[125.490196078431,185.294117647059,203.921568627451],[127.450980392157,182.352941176471,199.019607843137],[98.0392156862745,146.078431372549,162.745098039216],[94.1176470588235,136.274509803922,152.941176470588],[130.392156862745,170.588235294118,188.235294117647],[182.352941176471,222.549019607843,242.156862745098],[147.058823529412,191.176470588235,213.725490196078],[105.882352941176,155.882352941176,182.352941176471],[100,155.882352941176,184.313725490196],[97.0588235294118,158.823529411765,189.21568627451],[103.921568627451,167.647058823529,199.019607843137],[104.901960784314,168.627450980392,200],[101.960784313725,165.686274509804,195.098039215686],[113.725490196078,176.470588235294,203.921568627451],[134.313725490196,193.137254901961,220.588235294118],[108.823529411765,161.764705882353,187.254901960784],[123.529411764706,172.549019607843,199.019607843137],[132.352941176471,178.43137254902,207.843137254902],[139.21568627451,184.313725490196,216.666666666667],[115.686274509804,167.647058823529,198.039215686275],[97.0588235294118,155.882352941176,183.333333333333],[107.843137254902,168.627450980392,193.137254901961],[95.0980392156863,157.843137254902,182.352941176471],[85.2941176470588,148.039215686275,172.549019607843],[88.2352941176471,151.960784313725,173.529411764706],[81.3725490196078,142.156862745098,164.705882352941],[83.3333333333333,143.137254901961,163.725490196078],[90.1960784313725,144.117647058824,163.725490196078],[88.2352941176471,140.196078431373,155.882352941176],[93.1372549019608,146.078431372549,157.843137254902],[96.078431372549,151.960784313725,162.745098039216],[95.0980392156863,150.980392156863,167.647058823529],[110.78431372549,161.764705882353,174.509803921569],[110.78431372549,148.039215686275,150.980392156863],[172.549019607843,201.960784313725,201.960784313725],[154.901960784314,182.352941176471,186.274509803922],[122.549019607843,145.098039215686,150.980392156863],[152.941176470588,172.549019607843,179.411764705882],[183.333333333333,197.058823529412,198.039215686275],[200,200,190.196078431373],[194.117647058824,182.352941176471,170.588235294118],[205.882352941176,186.274509803922,179.411764705882],[205.882352941176,182.352941176471,182.352941176471],[250,237.254901960784,244.117647058824],[246.078431372549,227.450980392157,233.333333333333],[208.823529411765,192.156862745098,185.294117647059],[227.450980392157,213.725490196078,200.980392156863],[250,248.039215686275,234.313725490196],[219.607843137255,206.862745098039,198.039215686275],[212.745098039216,197.058823529412,197.058823529412],[218.627450980392,202.941176470588,205.882352941176],[159.803921568627,143.137254901961,149.019607843137],[228.43137254902,214.705882352941,214.705882352941],[202.941176470588,194.117647058824,187.254901960784],[186.274509803922,184.313725490196,171.56862745098],[194.117647058824,197.058823529412,180.392156862745],[154.901960784314,158.823529411765,144.117647058824],[128.43137254902,136.274509803922,125.490196078431],[128.43137254902,135.294117647059,128.43137254902],[147.058823529412,152.941176470588,149.019607843137],[161.764705882353,166.666666666667,162.745098039216],[141.176470588235,147.058823529412,137.254901960784],[111.764705882353,118.627450980392,111.764705882353],[130.392156862745,144.117647058824,145.098039215686],[130.392156862745,150.980392156863,151.960784313725],[117.647058823529,146.078431372549,142.156862745098],[88.2352941176471,114.705882352941,109.803921568627],[118.627450980392,135.294117647059,129.411764705882],[167.647058823529,174.509803921569,167.647058823529],[148.039215686275,145.098039215686,136.274509803922],[125.490196078431,115.686274509804,106.862745098039],[169.607843137255,155.882352941176,147.058823529412],[160.78431372549,150.980392156863,142.156862745098],[115.686274509804,115.686274509804,107.843137254902],[95.0980392156863,109.803921568627,102.941176470588],[63.7254901960784,101.960784313725,97.0588235294118],[62.7450980392157,109.803921568627,109.803921568627],[66.6666666666667,110.78431372549,116.666666666667],[48.0392156862745,90.1960784313725,96.078431372549],[53.921568627451,93.1372549019608,92.156862745098],[69.6078431372549,108.823529411765,100],[75.4901960784314,108.823529411765,93.1372549019608],[76.4705882352941,103.921568627451,89.2156862745098],[66.6666666666667,86.2745098039216,75.4901960784314],[62.7450980392157,72.5490196078431,63.7254901960784],[110.78431372549,113.725490196078,97.0588235294118],[147.058823529412,142.156862745098,123.529411764706],[140.196078431373,128.43137254902,112.745098039216],[160.78431372549,144.117647058824,124.509803921569],[151.960784313725,131.372549019608,102.941176470588],[185.294117647059,160.78431372549,130.392156862745],[250,230.392156862745,202.941176470588],[250,244.117647058824,216.666666666667],[247.058823529412,212.745098039216,183.333333333333],[205.882352941176,167.647058823529,135.294117647059],[232.352941176471,187.254901960784,153.921568627451],[208.823529411765,157.843137254902,121.56862745098],[183.333333333333,128.43137254902,94.1176470588235],[191.176470588235,132.352941176471,97.0588235294118],[154.901960784314,94.1176470588235,57.843137254902],[146.078431372549,83.3333333333333,48.0392156862745],[148.039215686275,85.2941176470588,50.9803921568627],[151.960784313725,90.1960784313725,57.843137254902],[131.372549019608,68.6274509803922,41.1764705882353],[111.764705882353,52.9411764705882,27.4509803921569],[120.588235294118,63.7254901960784,40.1960784313726],[129.411764705882,75.4901960784314,54.9019607843137],[126.470588235294,76.4705882352941,55.8823529411765],[83.3333333333333,39.2156862745098,18.6274509803922],[75.4901960784314,38.2352941176471,17.6470588235294],[66.6666666666667,34.3137254901961,15.6862745098039],[67.6470588235294,40.1960784313726,29.4117647058824],[56.8627450980392,34.3137254901961,28.4313725490196],[29.4117647058824,10.7843137254902,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[13.7254901960784,4.90196078431373,7.84313725490196],[4.90196078431373,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,3.92156862745098,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[4.90196078431373,0,0],[12.7450980392157,6.86274509803922,6.86274509803922],[4.90196078431373,0.980392156862745,0],[5.88235294117647,2.94117647058824,0],[2.94117647058824,0,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,3.92156862745098,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[20.5882352941176,18.6274509803922,23.5294117647059],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[19.6078431372549,17.6470588235294,20.5882352941176],[38.2352941176471,37.2549019607843,35.2941176470588],[34.3137254901961,31.3725490196078,24.5098039215686],[22.5490196078431,20.5882352941176,7.84313725490196],[77.4509803921569,74.5098039215686,57.843137254902],[60.7843137254902,59.8039215686275,39.2156862745098],[67.6470588235294,69.6078431372549,46.078431372549],[63.7254901960784,67.6470588235294,41.1764705882353],[32.3529411764706,38.2352941176471,12.7450980392157],[53.921568627451,63.7254901960784,40.1960784313726],[54.9019607843137,67.6470588235294,48.0392156862745],[24.5098039215686,38.2352941176471,23.5294117647059],[37.2549019607843,52.9411764705882,43.1372549019608],[54.9019607843137,71.5686274509804,65.6862745098039],[46.078431372549,62.7450980392157,54.9019607843137],[20.5882352941176,34.3137254901961,21.5686274509804],[48.0392156862745,60.7843137254902,43.1372549019608],[64.7058823529412,77.4509803921569,57.843137254902],[53.921568627451,67.6470588235294,45.0980392156863],[92.156862745098,105.882352941176,81.3725490196078],[108.823529411765,122.549019607843,98.0392156862745],[67.6470588235294,81.3725490196078,56.8627450980392],[77.4509803921569,91.1764705882353,68.6274509803922],[113.725490196078,127.450980392157,104.901960784314],[92.156862745098,103.921568627451,82.3529411764706],[104.901960784314,116.666666666667,95.0980392156863],[104.901960784314,113.725490196078,93.1372549019608],[87.2549019607843,97.0588235294118,72.5490196078431],[152.941176470588,161.764705882353,135.294117647059],[156.862745098039,165.686274509804,135.294117647059],[112.745098039216,123.529411764706,94.1176470588235],[100,114.705882352941,92.156862745098],[114.705882352941,132.352941176471,110.78431372549],[160.78431372549,178.43137254902,156.862745098039],[127.450980392157,143.137254901961,117.647058823529],[150,160.78431372549,129.411764705882],[167.647058823529,180.392156862745,150.980392156863],[148.039215686275,169.607843137255,147.058823529412],[159.803921568627,182.352941176471,164.705882352941],[145.098039215686,165.686274509804,149.019607843137],[141.176470588235,162.745098039216,150.980392156863],[134.313725490196,159.803921568627,158.823529411765],[144.117647058824,171.56862745098,174.509803921569],[151.960784313725,173.529411764706,171.56862745098],[140.196078431373,161.764705882353,158.823529411765],[146.078431372549,170.588235294118,167.647058823529],[159.803921568627,191.176470588235,188.235294117647],[130.392156862745,170.588235294118,172.549019607843],[193.137254901961,232.352941176471,240.196078431373],[210.78431372549,238.235294117647,250],[191.176470588235,211.764705882353,238.235294117647],[177.450980392157,197.058823529412,223.529411764706],[178.43137254902,196.078431372549,219.607843137255],[158.823529411765,177.450980392157,194.117647058824],[183.333333333333,206.862745098039,218.627450980392],[180.392156862745,212.745098039216,221.56862745098],[135.294117647059,174.509803921569,184.313725490196],[116.666666666667,162.745098039216,178.43137254902],[134.313725490196,179.411764705882,201.960784313725],[177.450980392157,218.627450980392,243.137254901961],[159.803921568627,200.980392156863,225.490196078431],[154.901960784314,197.058823529412,215.686274509804],[136.274509803922,184.313725490196,200.980392156863],[99.0196078431373,156.862745098039,172.549019607843],[137.254901960784,195.098039215686,210.78431372549],[138.235294117647,189.21568627451,201.960784313725],[118.627450980392,161.764705882353,172.549019607843],[139.21568627451,174.509803921569,186.274509803922],[190.196078431373,223.529411764706,235.294117647059],[220.588235294118,250,250],[151.960784313725,189.21568627451,207.843137254902],[99.0196078431373,146.078431372549,167.647058823529],[91.1764705882353,146.078431372549,170.588235294118],[100,159.803921568627,188.235294117647],[90.1960784313725,153.921568627451,183.333333333333],[84.3137254901961,150,178.43137254902],[109.803921568627,173.529411764706,200.980392156863],[121.56862745098,184.313725490196,208.823529411765],[120.588235294118,177.450980392157,200.980392156863],[125.490196078431,174.509803921569,200.980392156863],[129.411764705882,175.490196078431,202.941176470588],[138.235294117647,187.254901960784,213.725490196078],[130.392156862745,180.392156862745,208.823529411765],[109.803921568627,164.705882352941,191.176470588235],[104.901960784314,163.725490196078,191.176470588235],[104.901960784314,164.705882352941,192.156862745098],[99.0196078431373,159.803921568627,184.313725490196],[94.1176470588235,156.862745098039,181.372549019608],[95.0980392156863,158.823529411765,180.392156862745],[86.2745098039216,148.039215686275,165.686274509804],[82.3529411764706,144.117647058824,160.78431372549],[83.3333333333333,144.117647058824,156.862745098039],[89.2156862745098,148.039215686275,157.843137254902],[101.960784313725,159.803921568627,167.647058823529],[102.941176470588,159.803921568627,170.588235294118],[92.156862745098,150,165.686274509804],[98.0392156862745,152.941176470588,165.686274509804],[109.803921568627,152.941176470588,153.921568627451],[118.627450980392,153.921568627451,151.960784313725],[147.058823529412,177.450980392157,180.392156862745],[147.058823529412,171.56862745098,178.43137254902],[147.058823529412,166.666666666667,175.490196078431],[195.098039215686,203.921568627451,208.823529411765],[244.117647058824,240.196078431373,231.372549019608],[244.117647058824,227.450980392157,217.647058823529],[234.313725490196,210.78431372549,206.862745098039],[196.078431372549,171.56862745098,174.509803921569],[223.529411764706,201.960784313725,213.725490196078],[250,234.313725490196,242.156862745098],[230.392156862745,212.745098039216,208.823529411765],[225.490196078431,211.764705882353,199.019607843137],[233.333333333333,221.56862745098,205.882352941176],[184.313725490196,172.549019607843,158.823529411765],[199.019607843137,184.313725490196,181.372549019608],[226.470588235294,207.843137254902,211.764705882353],[203.921568627451,185.294117647059,191.176470588235],[247.058823529412,233.333333333333,233.333333333333],[208.823529411765,201.960784313725,194.117647058824],[156.862745098039,157.843137254902,144.117647058824],[189.21568627451,198.039215686275,181.372549019608],[140.196078431373,151.960784313725,138.235294117647],[132.352941176471,147.058823529412,142.156862745098],[128.43137254902,144.117647058824,144.117647058824],[130.392156862745,144.117647058824,145.098039215686],[146.078431372549,155.882352941176,154.901960784314],[111.764705882353,121.56862745098,112.745098039216],[111.764705882353,121.56862745098,113.725490196078],[73.5294117647059,87.2549019607843,87.2549019607843],[60.7843137254902,81.3725490196078,82.3529411764706],[89.2156862745098,125.490196078431,118.627450980392],[77.4509803921569,112.745098039216,102.941176470588],[95.0980392156863,115.686274509804,106.862745098039],[152.941176470588,159.803921568627,151.960784313725],[123.529411764706,119.607843137255,110.78431372549],[129.411764705882,116.666666666667,107.843137254902],[149.019607843137,132.352941176471,122.549019607843],[194.117647058824,181.372549019608,172.549019607843],[138.235294117647,135.294117647059,126.470588235294],[77.4509803921569,90.1960784313725,81.3725490196078],[55.8823529411765,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,91.1764705882353],[39.2156862745098,79.4117647058823,81.3725490196078],[48.0392156862745,87.2549019607843,89.2156862745098],[43.1372549019608,83.3333333333333,79.4117647058823],[58.8235294117647,99.0196078431373,85.2941176470588],[78.4313725490196,110.78431372549,90.1960784313725],[75.4901960784314,100,79.4117647058823],[88.2352941176471,101.960784313725,87.2549019607843],[88.2352941176471,92.156862745098,77.4509803921569],[99.0196078431373,98.0392156862745,70.5882352941177],[71.5686274509804,66.6666666666667,38.2352941176471],[112.745098039216,100.980392156863,87.2549019607843],[119.607843137255,103.921568627451,89.2156862745098],[131.372549019608,114.705882352941,89.2156862745098],[157.843137254902,137.254901960784,108.823529411765],[211.764705882353,186.274509803922,163.725490196078],[224.509803921569,195.098039215686,171.56862745098],[247.058823529412,214.705882352941,184.313725490196],[169.607843137255,134.313725490196,99.0196078431373],[164.705882352941,127.450980392157,91.1764705882353],[200,157.843137254902,123.529411764706],[195.098039215686,150,114.705882352941],[175.490196078431,124.509803921569,88.2352941176471],[154.901960784314,97.0588235294118,63.7254901960784],[182.352941176471,120.588235294118,86.2745098039216],[195.098039215686,130.392156862745,97.0588235294118],[155.882352941176,88.2352941176471,57.843137254902],[153.921568627451,86.2745098039216,57.843137254902],[148.039215686275,83.3333333333333,57.843137254902],[125.490196078431,66.6666666666667,41.1764705882353],[121.56862745098,68.6274509803922,45.0980392156863],[118.627450980392,71.5686274509804,50],[114.705882352941,72.5490196078431,53.921568627451],[93.1372549019608,56.8627450980392,38.2352941176471],[48.0392156862745,16.6666666666667,1.96078431372549],[48.0392156862745,21.5686274509804,14.7058823529412],[39.2156862745098,18.6274509803922,15.6862745098039],[23.5294117647059,5.88235294117647,3.92156862745098],[11.7647058823529,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,0,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[6.86274509803922,3.92156862745098,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[7.84313725490196,6.86274509803922,11.7647058823529],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[13.7254901960784,12.7450980392157,17.6470588235294],[0.980392156862745,0,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[55.8823529411765,52.9411764705882,48.0392156862745],[86.2745098039216,83.3333333333333,74.5098039215686],[59.8039215686275,57.843137254902,45.0980392156863],[53.921568627451,51.9607843137255,37.2549019607843],[43.1372549019608,42.156862745098,24.5098039215686],[57.843137254902,59.8039215686275,39.2156862745098],[13.7254901960784,18.6274509803922,0],[41.1764705882353,48.0392156862745,30.3921568627451],[54.9019607843137,65.6862745098039,50],[43.1372549019608,54.9019607843137,43.1372549019608],[32.3529411764706,48.0392156862745,38.2352941176471],[33.3333333333333,50,44.1176470588235],[86.2745098039216,100.980392156863,94.1176470588235],[51.9607843137255,65.6862745098039,52.9411764705882],[29.4117647058824,42.156862745098,25.4901960784314],[50.9803921568627,63.7254901960784,46.078431372549],[93.1372549019608,105.882352941176,86.2745098039216],[100,113.725490196078,91.1764705882353],[140.196078431373,153.921568627451,129.411764705882],[97.0588235294118,111.764705882353,89.2156862745098],[73.5294117647059,87.2549019607843,64.7058823529412],[52.9411764705882,65.6862745098039,46.078431372549],[87.2549019607843,99.0196078431373,79.4117647058823],[73.5294117647059,85.2941176470588,65.6862745098039],[122.549019607843,131.372549019608,110.78431372549],[119.607843137255,129.411764705882,105.882352941176],[153.921568627451,161.764705882353,138.235294117647],[212.745098039216,221.56862745098,193.137254901961],[130.392156862745,142.156862745098,118.627450980392],[96.078431372549,113.725490196078,100],[98.0392156862745,123.529411764706,112.745098039216],[132.352941176471,162.745098039216,147.058823529412],[131.372549019608,162.745098039216,142.156862745098],[118.627450980392,147.058823529412,125.490196078431],[167.647058823529,195.098039215686,173.529411764706],[142.156862745098,165.686274509804,150],[162.745098039216,184.313725490196,172.549019607843],[134.313725490196,156.862745098039,150.980392156863],[129.411764705882,154.901960784314,151.960784313725],[129.411764705882,162.745098039216,163.725490196078],[138.235294117647,175.490196078431,176.470588235294],[136.274509803922,170.588235294118,172.549019607843],[123.529411764706,153.921568627451,155.882352941176],[126.470588235294,151.960784313725,152.941176470588],[136.274509803922,159.803921568627,159.803921568627],[190.196078431373,215.686274509804,214.705882352941],[206.862745098039,237.254901960784,240.196078431373],[152.941176470588,188.235294117647,201.960784313725],[133.333333333333,168.627450980392,190.196078431373],[139.21568627451,172.549019607843,199.019607843137],[180.392156862745,209.803921568627,235.294117647059],[153.921568627451,184.313725490196,201.960784313725],[214.705882352941,244.117647058824,250],[200.980392156863,227.450980392157,234.313725490196],[179.411764705882,205.882352941176,214.705882352941],[222.549019607843,250,250],[223.529411764706,250,250],[140.196078431373,185.294117647059,208.823529411765],[114.705882352941,169.607843137255,194.117647058824],[123.529411764706,182.352941176471,207.843137254902],[102.941176470588,161.764705882353,185.294117647059],[117.647058823529,175.490196078431,193.137254901961],[130.392156862745,185.294117647059,200],[139.21568627451,186.274509803922,200],[132.352941176471,173.529411764706,185.294117647059],[181.372549019608,216.666666666667,228.43137254902],[226.470588235294,250,250],[207.843137254902,240.196078431373,250],[140.196078431373,178.43137254902,195.098039215686],[109.803921568627,155.882352941176,175.490196078431],[88.2352941176471,142.156862745098,162.745098039216],[92.156862745098,150.980392156863,174.509803921569],[89.2156862745098,151.960784313725,176.470588235294],[89.2156862745098,150,174.509803921569],[102.941176470588,161.764705882353,185.294117647059],[107.843137254902,164.705882352941,186.274509803922],[112.745098039216,166.666666666667,187.254901960784],[129.411764705882,176.470588235294,199.019607843137],[123.529411764706,168.627450980392,192.156862745098],[135.294117647059,181.372549019608,206.862745098039],[113.725490196078,163.725490196078,190.196078431373],[93.1372549019608,148.039215686275,172.549019607843],[102.941176470588,158.823529411765,185.294117647059],[96.078431372549,154.901960784314,180.392156862745],[93.1372549019608,153.921568627451,178.43137254902],[86.2745098039216,149.019607843137,173.529411764706],[88.2352941176471,151.960784313725,173.529411764706],[87.2549019607843,149.019607843137,166.666666666667],[87.2549019607843,148.039215686275,162.745098039216],[85.2941176470588,143.137254901961,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[98.0392156862745,153.921568627451,164.705882352941],[90.1960784313725,143.137254901961,154.901960784314],[87.2549019607843,137.254901960784,153.921568627451],[101.960784313725,150,163.725490196078],[111.764705882353,159.803921568627,163.725490196078],[99.0196078431373,144.117647058824,142.156862745098],[115.686274509804,150,151.960784313725],[119.607843137255,144.117647058824,149.019607843137],[158.823529411765,169.607843137255,175.490196078431],[170.588235294118,169.607843137255,174.509803921569],[249.019607843137,239.21568627451,237.254901960784],[250,241.176470588235,234.313725490196],[250,237.254901960784,234.313725490196],[249.019607843137,233.333333333333,234.313725490196],[250,238.235294117647,245.098039215686],[250,238.235294117647,245.098039215686],[232.352941176471,216.666666666667,217.647058823529],[249.019607843137,232.352941176471,225.490196078431],[220.588235294118,207.843137254902,192.156862745098],[222.549019607843,209.803921568627,194.117647058824],[199.019607843137,182.352941176471,175.490196078431],[225.490196078431,207.843137254902,205.882352941176],[239.21568627451,224.509803921569,221.56862745098],[209.803921568627,197.058823529412,191.176470588235],[187.254901960784,181.372549019608,167.647058823529],[153.921568627451,154.901960784314,137.254901960784],[142.156862745098,150.980392156863,134.313725490196],[122.549019607843,138.235294117647,127.450980392157],[109.803921568627,128.43137254902,126.470588235294],[116.666666666667,137.254901960784,140.196078431373],[71.5686274509804,92.156862745098,97.0588235294118],[110.78431372549,129.411764705882,133.333333333333],[169.607843137255,188.235294117647,184.313725490196],[154.901960784314,171.56862745098,163.725490196078],[124.509803921569,139.21568627451,136.274509803922],[83.3333333333333,102.941176470588,100.980392156863],[66.6666666666667,100.980392156863,94.1176470588235],[69.6078431372549,104.901960784314,95.0980392156863],[60.7843137254902,86.2745098039216,77.4509803921569],[110.78431372549,123.529411764706,116.666666666667],[107.843137254902,112.745098039216,105.882352941176],[92.156862745098,89.2156862745098,80.3921568627451],[123.529411764706,116.666666666667,106.862745098039],[127.450980392157,120.588235294118,110.78431372549],[95.0980392156863,95.0980392156863,83.3333333333333],[77.4509803921569,89.2156862745098,77.4509803921569],[53.921568627451,85.2941176470588,70.5882352941177],[60.7843137254902,98.0392156862745,85.2941176470588],[62.7450980392157,95.0980392156863,88.2352941176471],[45.0980392156863,76.4705882352941,73.5294117647059],[109.803921568627,150,146.078431372549],[135.294117647059,174.509803921569,165.686274509804],[111.764705882353,140.196078431373,120.588235294118],[101.960784313725,119.607843137255,96.078431372549],[96.078431372549,99.0196078431373,78.4313725490196],[104.901960784314,100.980392156863,76.4705882352941],[85.2941176470588,79.4117647058823,46.078431372549],[103.921568627451,95.0980392156863,64.7058823529412],[62.7450980392157,53.921568627451,39.2156862745098],[39.2156862745098,29.4117647058824,17.6470588235294],[51.9607843137255,41.1764705882353,19.6078431372549],[66.6666666666667,52.9411764705882,27.4509803921569],[169.607843137255,145.098039215686,123.529411764706],[195.098039215686,163.725490196078,139.21568627451],[209.803921568627,170.588235294118,135.294117647059],[138.235294117647,100,59.8039215686275],[69.6078431372549,40.1960784313726,2.94117647058824],[116.666666666667,87.2549019607843,51.9607843137255],[168.627450980392,133.333333333333,98.0392156862745],[139.21568627451,96.078431372549,61.7647058823529],[113.725490196078,62.7450980392157,26.4705882352941],[158.823529411765,100,66.6666666666667],[195.098039215686,130.392156862745,97.0588235294118],[154.901960784314,85.2941176470588,55.8823529411765],[165.686274509804,96.078431372549,68.6274509803922],[196.078431372549,127.450980392157,101.960784313725],[138.235294117647,75.4901960784314,50.9803921568627],[116.666666666667,61.7647058823529,39.2156862745098],[100,52.9411764705882,31.3725490196078],[78.4313725490196,38.2352941176471,18.6274509803922],[55.8823529411765,21.5686274509804,2.94117647058824],[65.6862745098039,37.2549019607843,23.5294117647059],[46.078431372549,19.6078431372549,10.7843137254902],[32.3529411764706,8.82352941176471,4.90196078431373],[22.5490196078431,4.90196078431373,2.94117647058824],[17.6470588235294,3.92156862745098,3.92156862745098],[10.7843137254902,1.96078431372549,4.90196078431373],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,9.80392156862745],[7.84313725490196,5.88235294117647,10.7843137254902],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,9.80392156862745],[11.7647058823529,4.90196078431373,12.7450980392157],[9.80392156862745,1.96078431372549,12.7450980392157],[3.92156862745098,0,6.86274509803922],[13.7254901960784,6.86274509803922,14.7058823529412],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,5.88235294117647],[18.6274509803922,17.6470588235294,15.6862745098039],[61.7647058823529,60.7843137254902,55.8823529411765],[28.4313725490196,25.4901960784314,16.6666666666667],[54.9019607843137,52.9411764705882,41.1764705882353],[34.3137254901961,35.2941176470588,21.5686274509804],[52.9411764705882,54.9019607843137,41.1764705882353],[47.0588235294118,50.9803921568627,36.2745098039216],[72.5490196078431,78.4313725490196,64.7058823529412],[48.0392156862745,57.843137254902,47.0588235294118],[29.4117647058824,41.1764705882353,31.3725490196078],[27.4509803921569,40.1960784313726,33.3333333333333],[22.5490196078431,37.2549019607843,32.3529411764706],[83.3333333333333,98.0392156862745,91.1764705882353],[58.8235294117647,70.5882352941177,58.8235294117647],[50,62.7450980392157,46.078431372549],[56.8627450980392,69.6078431372549,51.9607843137255],[87.2549019607843,100,80.3921568627451],[99.0196078431373,112.745098039216,90.1960784313725],[90.1960784313725,103.921568627451,81.3725490196078],[104.901960784314,119.607843137255,97.0588235294118],[68.6274509803922,83.3333333333333,62.7450980392157],[37.2549019607843,50,32.3529411764706],[75.4901960784314,88.2352941176471,70.5882352941177],[64.7058823529412,77.4509803921569,59.8039215686275],[73.5294117647059,85.2941176470588,65.6862745098039],[85.2941176470588,97.0588235294118,75.4901960784314],[127.450980392157,137.254901960784,113.725490196078],[167.647058823529,177.450980392157,150.980392156863],[118.627450980392,133.333333333333,112.745098039216],[89.2156862745098,114.705882352941,105.882352941176],[81.3725490196078,111.764705882353,106.862745098039],[124.509803921569,159.803921568627,148.039215686275],[114.705882352941,154.901960784314,139.21568627451],[88.2352941176471,129.411764705882,115.686274509804],[96.078431372549,133.333333333333,120.588235294118],[99.0196078431373,126.470588235294,112.745098039216],[107.843137254902,133.333333333333,124.509803921569],[135.294117647059,164.705882352941,164.705882352941],[116.666666666667,150,151.960784313725],[123.529411764706,158.823529411765,158.823529411765],[149.019607843137,186.274509803922,187.254901960784],[119.607843137255,159.803921568627,161.764705882353],[107.843137254902,145.098039215686,148.039215686275],[169.607843137255,197.058823529412,200],[201.960784313725,225.490196078431,225.490196078431],[168.627450980392,189.21568627451,190.196078431373],[137.254901960784,164.705882352941,167.647058823529],[116.666666666667,158.823529411765,167.647058823529],[115.686274509804,161.764705882353,179.411764705882],[160.78431372549,200,224.509803921569],[168.627450980392,201.960784313725,226.470588235294],[219.607843137255,250,250],[221.56862745098,249.019607843137,250],[183.333333333333,205.882352941176,211.764705882353],[195.098039215686,214.705882352941,223.529411764706],[191.176470588235,211.764705882353,228.43137254902],[149.019607843137,180.392156862745,200.980392156863],[101.960784313725,155.882352941176,176.470588235294],[143.137254901961,207.843137254902,231.372549019608],[131.372549019608,197.058823529412,222.549019607843],[95.0980392156863,157.843137254902,182.352941176471],[117.647058823529,174.509803921569,194.117647058824],[112.745098039216,162.745098039216,179.411764705882],[119.607843137255,164.705882352941,179.411764705882],[107.843137254902,147.058823529412,158.823529411765],[170.588235294118,205.882352941176,217.647058823529],[206.862745098039,240.196078431373,250],[156.862745098039,192.156862745098,203.921568627451],[127.450980392157,165.686274509804,180.392156862745],[90.1960784313725,136.274509803922,151.960784313725],[92.156862745098,144.117647058824,161.764705882353],[89.2156862745098,147.058823529412,164.705882352941],[102.941176470588,162.745098039216,181.372549019608],[118.627450980392,176.470588235294,194.117647058824],[113.725490196078,167.647058823529,187.254901960784],[109.803921568627,159.803921568627,178.43137254902],[114.705882352941,162.745098039216,179.411764705882],[116.666666666667,162.745098039216,182.352941176471],[112.745098039216,159.803921568627,181.372549019608],[118.627450980392,167.647058823529,190.196078431373],[103.921568627451,154.901960784314,176.470588235294],[90.1960784313725,145.098039215686,167.647058823529],[103.921568627451,160.78431372549,184.313725490196],[108.823529411765,167.647058823529,191.176470588235],[105.882352941176,166.666666666667,189.21568627451],[87.2549019607843,150.980392156863,172.549019607843],[85.2941176470588,149.019607843137,168.627450980392],[90.1960784313725,151.960784313725,169.607843137255],[97.0588235294118,157.843137254902,172.549019607843],[89.2156862745098,147.058823529412,160.78431372549],[87.2549019607843,144.117647058824,154.901960784314],[93.1372549019608,149.019607843137,157.843137254902],[83.3333333333333,134.313725490196,145.098039215686],[100,145.098039215686,159.803921568627],[89.2156862745098,134.313725490196,147.058823529412],[91.1764705882353,144.117647058824,146.078431372549],[125.490196078431,174.509803921569,173.529411764706],[128.43137254902,166.666666666667,165.686274509804],[116.666666666667,137.254901960784,140.196078431373],[174.509803921569,175.490196078431,179.411764705882],[182.352941176471,173.529411764706,176.470588235294],[195.098039215686,184.313725490196,182.352941176471],[250,238.235294117647,235.294117647059],[236.274509803922,225.490196078431,223.529411764706],[231.372549019608,219.607843137255,219.607843137255],[232.352941176471,220.588235294118,224.509803921569],[250,241.176470588235,248.039215686275],[250,238.235294117647,243.137254901961],[243.137254901961,229.411764705882,228.43137254902],[219.607843137255,207.843137254902,192.156862745098],[229.411764705882,218.627450980392,200.980392156863],[230.392156862745,216.666666666667,205.882352941176],[216.666666666667,200,192.156862745098],[245.098039215686,228.43137254902,218.627450980392],[227.450980392157,215.686274509804,201.960784313725],[162.745098039216,155.882352941176,137.254901960784],[157.843137254902,159.803921568627,138.235294117647],[128.43137254902,137.254901960784,118.627450980392],[107.843137254902,123.529411764706,112.745098039216],[88.2352941176471,109.803921568627,107.843137254902],[102.941176470588,127.450980392157,131.372549019608],[86.2745098039216,112.745098039216,119.607843137255],[81.3725490196078,108.823529411765,112.745098039216],[68.6274509803922,97.0588235294118,95.0980392156863],[104.901960784314,127.450980392157,121.56862745098],[137.254901960784,149.019607843137,145.098039215686],[123.529411764706,138.235294117647,131.372549019608],[73.5294117647059,100,91.1764705882353],[65.6862745098039,95.0980392156863,85.2941176470588],[61.7647058823529,82.3529411764706,75.4901960784314],[98.0392156862745,112.745098039216,107.843137254902],[110.78431372549,121.56862745098,113.725490196078],[112.745098039216,119.607843137255,111.764705882353],[111.764705882353,114.705882352941,103.921568627451],[94.1176470588235,94.1176470588235,82.3529411764706],[166.666666666667,166.666666666667,154.901960784314],[149.019607843137,154.901960784314,141.176470588235],[76.4705882352941,99.0196078431373,81.3725490196078],[111.764705882353,138.235294117647,121.56862745098],[91.1764705882353,112.745098039216,100],[39.2156862745098,64.7058823529412,53.921568627451],[112.745098039216,145.098039215686,138.235294117647],[184.313725490196,215.686274509804,204.901960784314],[206.862745098039,229.411764705882,209.803921568627],[195.098039215686,206.862745098039,183.333333333333],[154.901960784314,153.921568627451,133.333333333333],[164.705882352941,158.823529411765,133.333333333333],[145.098039215686,137.254901960784,101.960784313725],[144.117647058824,135.294117647059,102.941176470588],[90.1960784313725,82.3529411764706,63.7254901960784],[43.1372549019608,36.2745098039216,20.5882352941176],[56.8627450980392,49.0196078431373,26.4705882352941],[119.607843137255,105.882352941176,80.3921568627451],[165.686274509804,142.156862745098,118.627450980392],[151.960784313725,118.627450980392,92.156862745098],[198.039215686275,158.823529411765,123.529411764706],[118.627450980392,81.3725490196078,43.1372549019608],[44.1176470588235,22.5490196078431,0],[87.2549019607843,69.6078431372549,34.3137254901961],[164.705882352941,139.21568627451,104.901960784314],[125.490196078431,92.156862745098,55.8823529411765],[110.78431372549,65.6862745098039,32.3529411764706],[140.196078431373,85.2941176470588,50.9803921568627],[161.764705882353,98.0392156862745,66.6666666666667],[162.745098039216,93.1372549019608,63.7254901960784],[158.823529411765,89.2156862745098,59.8039215686275],[131.372549019608,62.7450980392157,37.2549019607843],[96.078431372549,33.3333333333333,8.82352941176471],[122.549019607843,65.6862745098039,44.1176470588235],[93.1372549019608,46.078431372549,24.5098039215686],[39.2156862745098,0,0],[38.2352941176471,5.88235294117647,0],[62.7450980392157,34.3137254901961,20.5882352941176],[58.8235294117647,32.3529411764706,23.5294117647059],[32.3529411764706,8.82352941176471,4.90196078431373],[19.6078431372549,1.96078431372549,0],[19.6078431372549,5.88235294117647,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[9.80392156862745,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,3.92156862745098,10.7843137254902],[7.84313725490196,0,14.7058823529412],[14.7058823529412,7.84313725490196,23.5294117647059],[2.94117647058824,0,11.7647058823529],[4.90196078431373,0,10.7843137254902],[12.7450980392157,6.86274509803922,16.6666666666667],[10.7843137254902,5.88235294117647,12.7450980392157],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,5.88235294117647,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,9.80392156862745,14.7058823529412],[12.7450980392157,12.7450980392157,14.7058823529412],[7.84313725490196,5.88235294117647,6.86274509803922],[17.6470588235294,16.6666666666667,14.7058823529412],[27.4509803921569,26.4705882352941,22.5490196078431],[18.6274509803922,17.6470588235294,12.7450980392157],[12.7450980392157,12.7450980392157,4.90196078431373],[21.5686274509804,22.5490196078431,14.7058823529412],[34.3137254901961,37.2549019607843,28.4313725490196],[42.156862745098,47.0588235294118,40.1960784313726],[40.1960784313726,47.0588235294118,39.2156862745098],[19.6078431372549,29.4117647058824,21.5686274509804],[21.5686274509804,34.3137254901961,27.4509803921569],[48.0392156862745,59.8039215686275,55.8823529411765],[43.1372549019608,55.8823529411765,49.0196078431373],[41.1764705882353,52.9411764705882,41.1764705882353],[66.6666666666667,77.4509803921569,61.7647058823529],[51.9607843137255,64.7058823529412,47.0588235294118],[114.705882352941,127.450980392157,107.843137254902],[73.5294117647059,88.2352941176471,67.6470588235294],[45.0980392156863,59.8039215686275,39.2156862745098],[82.3529411764706,97.0588235294118,76.4705882352941],[108.823529411765,123.529411764706,104.901960784314],[80.3921568627451,94.1176470588235,77.4509803921569],[73.5294117647059,86.2745098039216,69.6078431372549],[63.7254901960784,76.4705882352941,59.8039215686275],[65.6862745098039,76.4705882352941,60.7843137254902],[97.0588235294118,108.823529411765,89.2156862745098],[131.372549019608,143.137254901961,121.56862745098],[127.450980392157,140.196078431373,114.705882352941],[85.2941176470588,101.960784313725,83.3333333333333],[72.5490196078431,102.941176470588,97.0588235294118],[82.3529411764706,120.588235294118,117.647058823529],[102.941176470588,138.235294117647,128.43137254902],[132.352941176471,167.647058823529,157.843137254902],[64.7058823529412,104.901960784314,97.0588235294118],[71.5686274509804,110.78431372549,102.941176470588],[85.2941176470588,114.705882352941,102.941176470588],[105.882352941176,135.294117647059,125.490196078431],[100.980392156863,138.235294117647,139.21568627451],[119.607843137255,157.843137254902,162.745098039216],[142.156862745098,173.529411764706,172.549019607843],[158.823529411765,188.235294117647,188.235294117647],[121.56862745098,155.882352941176,159.803921568627],[143.137254901961,177.450980392157,181.372549019608],[207.843137254902,237.254901960784,239.21568627451],[156.862745098039,184.313725490196,185.294117647059],[134.313725490196,161.764705882353,164.705882352941],[161.764705882353,194.117647058824,200.980392156863],[125.490196078431,172.549019607843,182.352941176471],[110.78431372549,158.823529411765,172.549019607843],[131.372549019608,169.607843137255,186.274509803922],[150.980392156863,182.352941176471,197.058823529412],[196.078431372549,222.549019607843,233.333333333333],[206.862745098039,229.411764705882,237.254901960784],[197.058823529412,215.686274509804,222.549019607843],[173.529411764706,192.156862745098,205.882352941176],[174.509803921569,200.980392156863,221.56862745098],[138.235294117647,179.411764705882,202.941176470588],[113.725490196078,174.509803921569,199.019607843137],[93.1372549019608,161.764705882353,186.274509803922],[106.862745098039,173.529411764706,196.078431372549],[129.411764705882,190.196078431373,212.745098039216],[121.56862745098,172.549019607843,193.137254901961],[126.470588235294,172.549019607843,190.196078431373],[107.843137254902,150,166.666666666667],[100.980392156863,139.21568627451,153.921568627451],[173.529411764706,208.823529411765,222.549019607843],[191.176470588235,226.470588235294,238.235294117647],[154.901960784314,192.156862745098,202.941176470588],[147.058823529412,188.235294117647,200],[110.78431372549,157.843137254902,169.607843137255],[97.0588235294118,150,161.764705882353],[85.2941176470588,140.196078431373,152.941176470588],[128.43137254902,183.333333333333,198.039215686275],[137.254901960784,189.21568627451,202.941176470588],[102.941176470588,150.980392156863,164.705882352941],[116.666666666667,161.764705882353,174.509803921569],[138.235294117647,181.372549019608,194.117647058824],[114.705882352941,159.803921568627,175.490196078431],[113.725490196078,159.803921568627,177.450980392157],[107.843137254902,154.901960784314,174.509803921569],[101.960784313725,152.941176470588,173.529411764706],[88.2352941176471,142.156862745098,162.745098039216],[91.1764705882353,148.039215686275,169.607843137255],[107.843137254902,167.647058823529,188.235294117647],[100.980392156863,160.78431372549,181.372549019608],[97.0588235294118,157.843137254902,178.43137254902],[87.2549019607843,148.039215686275,168.627450980392],[85.2941176470588,145.098039215686,163.725490196078],[90.1960784313725,150.980392156863,165.686274509804],[81.3725490196078,139.21568627451,152.941176470588],[77.4509803921569,134.313725490196,146.078431372549],[90.1960784313725,146.078431372549,156.862745098039],[91.1764705882353,142.156862745098,152.941176470588],[105.882352941176,147.058823529412,158.823529411765],[100,141.176470588235,152.941176470588],[82.3529411764706,134.313725490196,138.235294117647],[101.960784313725,150.980392156863,151.960784313725],[140.196078431373,173.529411764706,172.549019607843],[198.039215686275,211.764705882353,211.764705882353],[220.588235294118,214.705882352941,214.705882352941],[222.549019607843,208.823529411765,207.843137254902],[204.901960784314,194.117647058824,192.156862745098],[216.666666666667,206.862745098039,204.901960784314],[179.411764705882,171.56862745098,168.627450980392],[217.647058823529,207.843137254902,206.862745098039],[228.43137254902,213.725490196078,218.627450980392],[237.254901960784,222.549019607843,229.411764705882],[250,245.098039215686,250],[246.078431372549,236.274509803922,237.254901960784],[248.039215686275,239.21568627451,222.549019607843],[206.862745098039,195.098039215686,173.529411764706],[202.941176470588,187.254901960784,171.56862745098],[192.156862745098,176.470588235294,161.764705882353],[192.156862745098,176.470588235294,160.78431372549],[217.647058823529,204.901960784314,186.274509803922],[186.274509803922,178.43137254902,155.882352941176],[144.117647058824,144.117647058824,120.588235294118],[154.901960784314,162.745098039216,142.156862745098],[135.294117647059,150.980392156863,138.235294117647],[100.980392156863,122.549019607843,119.607843137255],[72.5490196078431,100,103.921568627451],[62.7450980392157,92.156862745098,100],[83.3333333333333,115.686274509804,122.549019607843],[67.6470588235294,100.980392156863,102.941176470588],[70.5882352941177,99.0196078431373,97.0588235294118],[115.686274509804,126.470588235294,120.588235294118],[124.509803921569,131.372549019608,123.529411764706],[101.960784313725,117.647058823529,107.843137254902],[85.2941176470588,100,93.1372549019608],[94.1176470588235,104.901960784314,100.980392156863],[103.921568627451,114.705882352941,110.78431372549],[68.6274509803922,85.2941176470588,79.4117647058823],[99.0196078431373,115.686274509804,105.882352941176],[102.941176470588,114.705882352941,102.941176470588],[57.843137254902,60.7843137254902,50],[103.921568627451,96.078431372549,85.2941176470588],[175.490196078431,167.647058823529,154.901960784314],[149.019607843137,153.921568627451,134.313725490196],[108.823529411765,120.588235294118,99.0196078431373],[77.4509803921569,89.2156862745098,69.6078431372549],[77.4509803921569,90.1960784313725,72.5490196078431],[70.5882352941177,90.1960784313725,78.4313725490196],[89.2156862745098,108.823529411765,97.0588235294118],[140.196078431373,154.901960784314,136.274509803922],[157.843137254902,166.666666666667,146.078431372549],[187.254901960784,190.196078431373,171.56862745098],[165.686274509804,165.686274509804,142.156862745098],[177.450980392157,174.509803921569,142.156862745098],[177.450980392157,171.56862745098,140.196078431373],[150.980392156863,140.196078431373,118.627450980392],[152.941176470588,141.176470588235,119.607843137255],[170.588235294118,155.882352941176,127.450980392157],[156.862745098039,138.235294117647,106.862745098039],[135.294117647059,109.803921568627,83.3333333333333],[158.823529411765,128.43137254902,100],[150,114.705882352941,81.3725490196078],[79.4117647058823,50,14.7058823529412],[21.5686274509804,11.7647058823529,0],[125.490196078431,119.607843137255,86.2745098039216],[181.372549019608,167.647058823529,133.333333333333],[110.78431372549,85.2941176470588,52.9411764705882],[109.803921568627,72.5490196078431,37.2549019607843],[132.352941176471,83.3333333333333,50.9803921568627],[136.274509803922,77.4509803921569,44.1176470588235],[130.392156862745,65.6862745098039,34.3137254901961],[136.274509803922,66.6666666666667,37.2549019607843],[159.803921568627,92.156862745098,63.7254901960784],[160.78431372549,98.0392156862745,71.5686274509804],[143.137254901961,86.2745098039216,64.7058823529412],[108.823529411765,61.7647058823529,40.1960784313726],[55.8823529411765,15.6862745098039,0],[52.9411764705882,20.5882352941176,1.96078431372549],[45.0980392156863,17.6470588235294,3.92156862745098],[55.8823529411765,29.4117647058824,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[17.6470588235294,0,0],[19.6078431372549,3.92156862745098,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,1.96078431372549,9.80392156862745],[26.4705882352941,19.6078431372549,37.2549019607843],[135.294117647059,127.450980392157,150.980392156863],[116.666666666667,108.823529411765,129.411764705882],[2.94117647058824,0,13.7254901960784],[4.90196078431373,0,13.7254901960784],[3.92156862745098,0,9.80392156862745],[7.84313725490196,2.94117647058824,9.80392156862745],[3.92156862745098,0,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[5.88235294117647,9.80392156862745,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[13.7254901960784,14.7058823529412,16.6666666666667],[14.7058823529412,14.7058823529412,14.7058823529412],[22.5490196078431,22.5490196078431,22.5490196078431],[46.078431372549,46.078431372549,44.1176470588235],[47.0588235294118,47.0588235294118,45.0980392156863],[6.86274509803922,6.86274509803922,4.90196078431373],[25.4901960784314,26.4705882352941,21.5686274509804],[44.1176470588235,46.078431372549,41.1764705882353],[50.9803921568627,55.8823529411765,50],[43.1372549019608,50,43.1372549019608],[28.4313725490196,37.2549019607843,32.3529411764706],[31.3725490196078,42.156862745098,36.2745098039216],[47.0588235294118,59.8039215686275,52.9411764705882],[49.0196078431373,59.8039215686275,51.9607843137255],[56.8627450980392,68.6274509803922,56.8627450980392],[89.2156862745098,100,86.2745098039216],[61.7647058823529,74.5098039215686,57.843137254902],[59.8039215686275,72.5490196078431,54.9019607843137],[86.2745098039216,100.980392156863,82.3529411764706],[59.8039215686275,74.5098039215686,55.8823529411765],[56.8627450980392,71.5686274509804,52.9411764705882],[68.6274509803922,82.3529411764706,65.6862745098039],[89.2156862745098,102.941176470588,88.2352941176471],[93.1372549019608,106.862745098039,92.156862745098],[100.980392156863,114.705882352941,100],[88.2352941176471,100,86.2745098039216],[81.3725490196078,94.1176470588235,76.4705882352941],[111.764705882353,123.529411764706,101.960784313725],[147.058823529412,158.823529411765,135.294117647059],[92.156862745098,110.78431372549,91.1764705882353],[71.5686274509804,103.921568627451,95.0980392156863],[63.7254901960784,100,93.1372549019608],[77.4509803921569,106.862745098039,97.0588235294118],[96.078431372549,125.490196078431,115.686274509804],[89.2156862745098,125.490196078431,118.627450980392],[81.3725490196078,117.647058823529,109.803921568627],[114.705882352941,146.078431372549,131.372549019608],[103.921568627451,137.254901960784,123.529411764706],[97.0588235294118,138.235294117647,136.274509803922],[82.3529411764706,121.56862745098,121.56862745098],[98.0392156862745,123.529411764706,120.588235294118],[155.882352941176,177.450980392157,175.490196078431],[159.803921568627,189.21568627451,191.176470588235],[178.43137254902,208.823529411765,211.764705882353],[214.705882352941,244.117647058824,242.156862745098],[150,181.372549019608,180.392156862745],[156.862745098039,191.176470588235,195.098039215686],[122.549019607843,164.705882352941,171.56862745098],[103.921568627451,154.901960784314,165.686274509804],[129.411764705882,178.43137254902,189.21568627451],[123.529411764706,162.745098039216,174.509803921569],[155.882352941176,183.333333333333,195.098039215686],[181.372549019608,198.039215686275,205.882352941176],[240.196078431373,250,250],[214.705882352941,228.43137254902,237.254901960784],[156.862745098039,178.43137254902,192.156862745098],[138.235294117647,174.509803921569,193.137254901961],[127.450980392157,178.43137254902,200],[98.0392156862745,162.745098039216,186.274509803922],[89.2156862745098,155.882352941176,178.43137254902],[111.764705882353,171.56862745098,192.156862745098],[125.490196078431,179.411764705882,200],[143.137254901961,190.196078431373,211.764705882353],[149.019607843137,193.137254901961,213.725490196078],[113.725490196078,153.921568627451,171.56862745098],[146.078431372549,184.313725490196,200.980392156863],[194.117647058824,230.392156862745,246.078431372549],[135.294117647059,174.509803921569,186.274509803922],[113.725490196078,154.901960784314,166.666666666667],[120.588235294118,166.666666666667,176.470588235294],[117.647058823529,166.666666666667,175.490196078431],[109.803921568627,162.745098039216,172.549019607843],[114.705882352941,167.647058823529,177.450980392157],[138.235294117647,191.176470588235,200.980392156863],[119.607843137255,166.666666666667,176.470588235294],[106.862745098039,150,158.823529411765],[138.235294117647,177.450980392157,185.294117647059],[130.392156862745,169.607843137255,177.450980392157],[116.666666666667,161.764705882353,174.509803921569],[108.823529411765,156.862745098039,170.588235294118],[95.0980392156863,146.078431372549,159.803921568627],[100.980392156863,152.941176470588,168.627450980392],[89.2156862745098,144.117647058824,160.78431372549],[82.3529411764706,138.235294117647,156.862745098039],[101.960784313725,158.823529411765,178.43137254902],[94.1176470588235,153.921568627451,172.549019607843],[92.156862745098,151.960784313725,170.588235294118],[86.2745098039216,146.078431372549,164.705882352941],[82.3529411764706,142.156862745098,159.803921568627],[86.2745098039216,144.117647058824,159.803921568627],[77.4509803921569,134.313725490196,146.078431372549],[71.5686274509804,128.43137254902,139.21568627451],[85.2941176470588,141.176470588235,150],[93.1372549019608,142.156862745098,150.980392156863],[127.450980392157,169.607843137255,178.43137254902],[121.56862745098,161.764705882353,167.647058823529],[79.4117647058823,123.529411764706,126.470588235294],[76.4705882352941,115.686274509804,115.686274509804],[107.843137254902,132.352941176471,129.411764705882],[200.980392156863,206.862745098039,202.941176470588],[250,240.196078431373,238.235294117647],[250,240.196078431373,235.294117647059],[233.333333333333,222.549019607843,216.666666666667],[223.529411764706,214.705882352941,209.803921568627],[213.725490196078,203.921568627451,201.960784313725],[250,246.078431372549,246.078431372549],[245.098039215686,229.411764705882,232.352941176471],[229.411764705882,214.705882352941,221.56862745098],[250,243.137254901961,250],[232.352941176471,228.43137254902,227.450980392157],[242.156862745098,234.313725490196,215.686274509804],[212.745098039216,200.980392156863,175.490196078431],[209.803921568627,195.098039215686,172.549019607843],[235.294117647059,218.627450980392,199.019607843137],[199.019607843137,182.352941176471,162.745098039216],[176.470588235294,160.78431372549,138.235294117647],[209.803921568627,198.039215686275,172.549019607843],[184.313725490196,179.411764705882,150.980392156863],[168.627450980392,170.588235294118,147.058823529412],[135.294117647059,147.058823529412,127.450980392157],[113.725490196078,130.392156862745,120.588235294118],[101.960784313725,126.470588235294,123.529411764706],[86.2745098039216,114.705882352941,118.627450980392],[81.3725490196078,113.725490196078,120.588235294118],[91.1764705882353,125.490196078431,131.372549019608],[83.3333333333333,110.78431372549,111.764705882353],[106.862745098039,116.666666666667,108.823529411765],[96.078431372549,96.078431372549,86.2745098039216],[98.0392156862745,99.0196078431373,93.1372549019608],[109.803921568627,110.78431372549,105.882352941176],[106.862745098039,102.941176470588,103.921568627451],[93.1372549019608,95.0980392156863,94.1176470588235],[100,116.666666666667,108.823529411765],[107.843137254902,131.372549019608,118.627450980392],[92.156862745098,109.803921568627,96.078431372549],[76.4705882352941,80.3921568627451,66.6666666666667],[83.3333333333333,69.6078431372549,58.8235294117647],[153.921568627451,134.313725490196,123.529411764706],[170.588235294118,161.764705882353,145.098039215686],[127.450980392157,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,87.2549019607843],[143.137254901961,150.980392156863,130.392156862745],[115.686274509804,126.470588235294,109.803921568627],[85.2941176470588,98.0392156862745,81.3725490196078],[122.549019607843,134.313725490196,114.705882352941],[155.882352941176,164.705882352941,146.078431372549],[127.450980392157,134.313725490196,118.627450980392],[64.7058823529412,67.6470588235294,49.0196078431373],[103.921568627451,103.921568627451,76.4705882352941],[124.509803921569,121.56862745098,91.1764705882353],[197.058823529412,187.254901960784,162.745098039216],[243.137254901961,229.411764705882,202.941176470588],[206.862745098039,188.235294117647,155.882352941176],[175.490196078431,152.941176470588,119.607843137255],[155.882352941176,129.411764705882,100.980392156863],[217.647058823529,188.235294117647,160.78431372549],[175.490196078431,145.098039215686,116.666666666667],[65.6862745098039,43.1372549019608,12.7450980392157],[45.0980392156863,40.1960784313726,10.7843137254902],[81.3725490196078,82.3529411764706,51.9607843137255],[124.509803921569,115.686274509804,85.2941176470588],[154.901960784314,136.274509803922,104.901960784314],[162.745098039216,130.392156862745,98.0392156862745],[139.21568627451,95.0980392156863,62.7450980392157],[148.039215686275,95.0980392156863,61.7647058823529],[141.176470588235,82.3529411764706,49.0196078431373],[134.313725490196,70.5882352941177,39.2156862745098],[165.686274509804,103.921568627451,73.5294117647059],[146.078431372549,87.2549019607843,59.8039215686275],[104.901960784314,51.9607843137255,28.4313725490196],[116.666666666667,70.5882352941177,50.9803921568627],[77.4509803921569,40.1960784313726,21.5686274509804],[65.6862745098039,33.3333333333333,14.7058823529412],[84.3137254901961,56.8627450980392,43.1372549019608],[42.156862745098,15.6862745098039,6.86274509803922],[24.5098039215686,0.980392156862745,0],[20.5882352941176,1.96078431372549,0],[21.5686274509804,5.88235294117647,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0.980392156862745,7.84313725490196],[49.0196078431373,44.1176470588235,63.7254901960784],[250,245.098039215686,250],[240.196078431373,235.294117647059,250],[24.5098039215686,19.6078431372549,39.2156862745098],[4.90196078431373,0,13.7254901960784],[4.90196078431373,0,12.7450980392157],[18.6274509803922,12.7450980392157,22.5490196078431],[8.82352941176471,3.92156862745098,9.80392156862745],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[3.92156862745098,7.84313725490196,8.82352941176471],[8.82352941176471,12.7450980392157,11.7647058823529],[18.6274509803922,22.5490196078431,21.5686274509804],[22.5490196078431,24.5098039215686,23.5294117647059],[25.4901960784314,27.4509803921569,26.4705882352941],[36.2745098039216,36.2745098039216,36.2745098039216],[69.6078431372549,69.6078431372549,69.6078431372549],[39.2156862745098,41.1764705882353,40.1960784313726],[48.0392156862745,50,49.0196078431373],[69.6078431372549,71.5686274509804,70.5882352941177],[64.7058823529412,69.6078431372549,65.6862745098039],[25.4901960784314,31.3725490196078,27.4509803921569],[31.3725490196078,41.1764705882353,33.3333333333333],[62.7450980392157,72.5490196078431,64.7058823529412],[49.0196078431373,60.7843137254902,50.9803921568627],[37.2549019607843,49.0196078431373,39.2156862745098],[44.1176470588235,55.8823529411765,44.1176470588235],[48.0392156862745,59.8039215686275,46.078431372549],[42.156862745098,53.921568627451,40.1960784313726],[55.8823529411765,68.6274509803922,51.9607843137255],[37.2549019607843,50.9803921568627,34.3137254901961],[48.0392156862745,61.7647058823529,45.0980392156863],[43.1372549019608,59.8039215686275,44.1176470588235],[51.9607843137255,67.6470588235294,54.9019607843137],[44.1176470588235,59.8039215686275,47.0588235294118],[51.9607843137255,64.7058823529412,54.9019607843137],[110.78431372549,123.529411764706,113.725490196078],[91.1764705882353,104.901960784314,92.156862745098],[66.6666666666667,80.3921568627451,63.7254901960784],[113.725490196078,126.470588235294,106.862745098039],[150,163.725490196078,141.176470588235],[88.2352941176471,106.862745098039,85.2941176470588],[77.4509803921569,104.901960784314,90.1960784313725],[89.2156862745098,118.627450980392,106.862745098039],[97.0588235294118,119.607843137255,103.921568627451],[100,120.588235294118,105.882352941176],[89.2156862745098,116.666666666667,104.901960784314],[111.764705882353,141.176470588235,129.411764705882],[157.843137254902,186.274509803922,166.666666666667],[169.607843137255,201.960784313725,183.333333333333],[113.725490196078,150,142.156862745098],[121.56862745098,152.941176470588,148.039215686275],[161.764705882353,180.392156862745,174.509803921569],[208.823529411765,223.529411764706,218.627450980392],[198.039215686275,217.647058823529,216.666666666667],[167.647058823529,191.176470588235,191.176470588235],[173.529411764706,201.960784313725,197.058823529412],[176.470588235294,211.764705882353,207.843137254902],[121.56862745098,169.607843137255,174.509803921569],[105.882352941176,158.823529411765,170.588235294118],[163.725490196078,214.705882352941,228.43137254902],[109.803921568627,156.862745098039,170.588235294118],[153.921568627451,193.137254901961,204.901960784314],[152.941176470588,179.411764705882,190.196078431373],[174.509803921569,181.372549019608,191.176470588235],[204.901960784314,204.901960784314,214.705882352941],[164.705882352941,172.549019607843,183.333333333333],[152.941176470588,175.490196078431,189.21568627451],[91.1764705882353,141.176470588235,157.843137254902],[89.2156862745098,152.941176470588,172.549019607843],[102.941176470588,166.666666666667,188.235294117647],[116.666666666667,173.529411764706,195.098039215686],[108.823529411765,155.882352941176,175.490196078431],[129.411764705882,171.56862745098,190.196078431373],[118.627450980392,159.803921568627,183.333333333333],[102.941176470588,144.117647058824,167.647058823529],[86.2745098039216,126.470588235294,148.039215686275],[152.941176470588,193.137254901961,212.745098039216],[204.901960784314,245.098039215686,250],[136.274509803922,178.43137254902,194.117647058824],[102.941176470588,148.039215686275,160.78431372549],[98.0392156862745,147.058823529412,155.882352941176],[90.1960784313725,144.117647058824,150.980392156863],[82.3529411764706,136.274509803922,143.137254901961],[128.43137254902,182.352941176471,187.254901960784],[158.823529411765,210.78431372549,216.666666666667],[129.411764705882,175.490196078431,181.372549019608],[113.725490196078,155.882352941176,161.764705882353],[131.372549019608,167.647058823529,173.529411764706],[132.352941176471,170.588235294118,177.450980392157],[120.588235294118,163.725490196078,172.549019607843],[95.0980392156863,142.156862745098,151.960784313725],[90.1960784313725,139.21568627451,150],[101.960784313725,154.901960784314,166.666666666667],[98.0392156862745,152.941176470588,165.686274509804],[95.0980392156863,151.960784313725,165.686274509804],[106.862745098039,164.705882352941,180.392156862745],[111.764705882353,169.607843137255,187.254901960784],[86.2745098039216,144.117647058824,161.764705882353],[98.0392156862745,155.882352941176,173.529411764706],[96.078431372549,153.921568627451,171.56862745098],[92.156862745098,148.039215686275,164.705882352941],[84.3137254901961,141.176470588235,152.941176470588],[79.4117647058823,135.294117647059,146.078431372549],[85.2941176470588,138.235294117647,148.039215686275],[85.2941176470588,134.313725490196,143.137254901961],[88.2352941176471,130.392156862745,136.274509803922],[136.274509803922,173.529411764706,176.470588235294],[146.078431372549,179.411764705882,178.43137254902],[121.56862745098,146.078431372549,143.137254901961],[132.352941176471,141.176470588235,138.235294117647],[196.078431372549,193.137254901961,188.235294117647],[230.392156862745,219.607843137255,213.725490196078],[220.588235294118,207.843137254902,199.019607843137],[226.470588235294,218.627450980392,207.843137254902],[201.960784313725,194.117647058824,183.333333333333],[216.666666666667,203.921568627451,198.039215686275],[250,232.352941176471,232.352941176471],[250,243.137254901961,250],[250,234.313725490196,244.117647058824],[230.392156862745,227.450980392157,234.313725490196],[207.843137254902,206.862745098039,204.901960784314],[155.882352941176,148.039215686275,125.490196078431],[169.607843137255,156.862745098039,125.490196078431],[226.470588235294,209.803921568627,184.313725490196],[212.745098039216,193.137254901961,169.607843137255],[232.352941176471,212.745098039216,189.21568627451],[223.529411764706,203.921568627451,180.392156862745],[200,183.333333333333,155.882352941176],[185.294117647059,171.56862745098,143.137254901961],[192.156862745098,187.254901960784,157.843137254902],[93.1372549019608,96.078431372549,67.6470588235294],[127.450980392157,136.274509803922,115.686274509804],[94.1176470588235,109.803921568627,97.0588235294118],[64.7058823529412,86.2745098039216,83.3333333333333],[75.4901960784314,102.941176470588,105.882352941176],[82.3529411764706,110.78431372549,118.627450980392],[80.3921568627451,100.980392156863,105.882352941176],[102.941176470588,104.901960784314,100],[119.607843137255,110.78431372549,101.960784313725],[142.156862745098,128.43137254902,125.490196078431],[166.666666666667,149.019607843137,149.019607843137],[146.078431372549,126.470588235294,128.43137254902],[78.4313725490196,68.6274509803922,69.6078431372549],[100,112.745098039216,103.921568627451],[77.4509803921569,100.980392156863,87.2549019607843],[68.6274509803922,86.2745098039216,70.5882352941177],[82.3529411764706,84.3137254901961,71.5686274509804],[132.352941176471,107.843137254902,100.980392156863],[130.392156862745,96.078431372549,90.1960784313725],[137.254901960784,113.725490196078,103.921568627451],[146.078431372549,134.313725490196,120.588235294118],[84.3137254901961,85.2941176470588,67.6470588235294],[128.43137254902,135.294117647059,117.647058823529],[168.627450980392,172.549019607843,155.882352941176],[120.588235294118,127.450980392157,111.764705882353],[118.627450980392,127.450980392157,110.78431372549],[177.450980392157,185.294117647059,170.588235294118],[117.647058823529,128.43137254902,114.705882352941],[90.1960784313725,99.0196078431373,82.3529411764706],[139.21568627451,144.117647058824,121.56862745098],[150.980392156863,150.980392156863,125.490196078431],[197.058823529412,190.196078431373,162.745098039216],[208.823529411765,195.098039215686,166.666666666667],[149.019607843137,131.372549019608,96.078431372549],[109.803921568627,87.2549019607843,53.921568627451],[120.588235294118,96.078431372549,66.6666666666667],[186.274509803922,160.78431372549,134.313725490196],[137.254901960784,111.764705882353,87.2549019607843],[158.823529411765,142.156862745098,116.666666666667],[200,196.078431372549,171.56862745098],[61.7647058823529,59.8039215686275,35.2941176470588],[42.156862745098,35.2941176470588,7.84313725490196],[160.78431372549,144.117647058824,116.666666666667],[208.823529411765,182.352941176471,152.941176470588],[189.21568627451,153.921568627451,120.588235294118],[167.647058823529,124.509803921569,90.1960784313725],[166.666666666667,117.647058823529,83.3333333333333],[149.019607843137,96.078431372549,62.7450980392157],[143.137254901961,89.2156862745098,58.8235294117647],[129.411764705882,79.4117647058823,50.9803921568627],[100.980392156863,54.9019607843137,29.4117647058824],[96.078431372549,54.9019607843137,33.3333333333333],[93.1372549019608,56.8627450980392,38.2352941176471],[69.6078431372549,37.2549019607843,20.5882352941176],[52.9411764705882,24.5098039215686,10.7843137254902],[43.1372549019608,14.7058823529412,6.86274509803922],[29.4117647058824,4.90196078431373,0],[22.5490196078431,1.96078431372549,0],[19.6078431372549,3.92156862745098,3.92156862745098],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,5.88235294117647],[11.7647058823529,5.88235294117647,9.80392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,6.86274509803922],[28.4313725490196,24.5098039215686,41.1764705882353],[158.823529411765,155.882352941176,176.470588235294],[139.21568627451,134.313725490196,153.921568627451],[5.88235294117647,1.96078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,15.6862745098039],[0.980392156862745,0,8.82352941176471],[12.7450980392157,6.86274509803922,16.6666666666667],[2.94117647058824,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,6.86274509803922,9.80392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[5.88235294117647,10.7843137254902,6.86274509803922],[20.5882352941176,25.4901960784314,21.5686274509804],[31.3725490196078,35.2941176470588,34.3137254901961],[17.6470588235294,21.5686274509804,22.5490196078431],[50.9803921568627,54.9019607843137,55.8823529411765],[16.6666666666667,20.5882352941176,21.5686274509804],[18.6274509803922,22.5490196078431,23.5294117647059],[37.2549019607843,41.1764705882353,42.156862745098],[45.0980392156863,49.0196078431373,48.0392156862745],[39.2156862745098,45.0980392156863,41.1764705882353],[51.9607843137255,60.7843137254902,55.8823529411765],[54.9019607843137,64.7058823529412,56.8627450980392],[69.6078431372549,79.4117647058823,70.5882352941177],[98.0392156862745,109.803921568627,98.0392156862745],[71.5686274509804,83.3333333333333,71.5686274509804],[50.9803921568627,62.7450980392157,50.9803921568627],[61.7647058823529,73.5294117647059,61.7647058823529],[45.0980392156863,56.8627450980392,45.0980392156863],[37.2549019607843,50.9803921568627,36.2745098039216],[36.2745098039216,50,35.2941176470588],[38.2352941176471,54.9019607843137,39.2156862745098],[41.1764705882353,56.8627450980392,44.1176470588235],[49.0196078431373,64.7058823529412,53.921568627451],[41.1764705882353,56.8627450980392,46.078431372549],[50.9803921568627,66.6666666666667,55.8823529411765],[79.4117647058823,95.0980392156863,84.3137254901961],[112.745098039216,126.470588235294,113.725490196078],[95.0980392156863,108.823529411765,92.156862745098],[99.0196078431373,113.725490196078,93.1372549019608],[174.509803921569,188.235294117647,165.686274509804],[103.921568627451,118.627450980392,96.078431372549],[87.2549019607843,105.882352941176,86.2745098039216],[109.803921568627,130.392156862745,111.764705882353],[144.117647058824,160.78431372549,142.156862745098],[129.411764705882,148.039215686275,128.43137254902],[147.058823529412,169.607843137255,151.960784313725],[148.039215686275,174.509803921569,155.882352941176],[152.941176470588,179.411764705882,160.78431372549],[130.392156862745,158.823529411765,141.176470588235],[149.019607843137,178.43137254902,166.666666666667],[186.274509803922,211.764705882353,202.941176470588],[195.098039215686,211.764705882353,203.921568627451],[157.843137254902,172.549019607843,165.686274509804],[150,168.627450980392,164.705882352941],[155.882352941176,177.450980392157,174.509803921569],[147.058823529412,173.529411764706,166.666666666667],[163.725490196078,199.019607843137,197.058823529412],[119.607843137255,168.627450980392,175.490196078431],[102.941176470588,159.803921568627,171.56862745098],[178.43137254902,230.392156862745,248.039215686275],[126.470588235294,173.529411764706,193.137254901961],[124.509803921569,169.607843137255,185.294117647059],[143.137254901961,174.509803921569,189.21568627451],[183.333333333333,189.21568627451,202.941176470588],[198.039215686275,196.078431372549,208.823529411765],[178.43137254902,182.352941176471,193.137254901961],[202.941176470588,222.549019607843,233.333333333333],[151.960784313725,200.980392156863,211.764705882353],[93.1372549019608,153.921568627451,166.666666666667],[105.882352941176,161.764705882353,180.392156862745],[120.588235294118,167.647058823529,187.254901960784],[141.176470588235,181.372549019608,199.019607843137],[135.294117647059,171.56862745098,190.196078431373],[120.588235294118,159.803921568627,184.313725490196],[141.176470588235,182.352941176471,206.862745098039],[177.450980392157,218.627450980392,242.156862745098],[181.372549019608,222.549019607843,244.117647058824],[172.549019607843,216.666666666667,235.294117647059],[128.43137254902,174.509803921569,190.196078431373],[100.980392156863,149.019607843137,162.745098039216],[104.901960784314,157.843137254902,167.647058823529],[85.2941176470588,141.176470588235,150],[78.4313725490196,134.313725490196,141.176470588235],[135.294117647059,192.156862745098,196.078431372549],[146.078431372549,198.039215686275,201.960784313725],[117.647058823529,164.705882352941,168.627450980392],[114.705882352941,154.901960784314,160.78431372549],[115.686274509804,151.960784313725,157.843137254902],[140.196078431373,178.43137254902,183.333333333333],[134.313725490196,178.43137254902,183.333333333333],[91.1764705882353,139.21568627451,144.117647058824],[91.1764705882353,140.196078431373,147.058823529412],[98.0392156862745,149.019607843137,159.803921568627],[96.078431372549,149.019607843137,160.78431372549],[92.156862745098,147.058823529412,159.803921568627],[87.2549019607843,144.117647058824,157.843137254902],[99.0196078431373,156.862745098039,172.549019607843],[79.4117647058823,137.254901960784,152.941176470588],[103.921568627451,159.803921568627,176.470588235294],[100,155.882352941176,172.549019607843],[86.2745098039216,141.176470588235,155.882352941176],[77.4509803921569,133.333333333333,144.117647058824],[76.4705882352941,129.411764705882,139.21568627451],[77.4509803921569,130.392156862745,140.196078431373],[72.5490196078431,121.56862745098,128.43137254902],[74.5098039215686,117.647058823529,120.588235294118],[132.352941176471,165.686274509804,164.705882352941],[209.803921568627,232.352941176471,226.470588235294],[167.647058823529,178.43137254902,170.588235294118],[202.941176470588,201.960784313725,197.058823529412],[225.490196078431,216.666666666667,211.764705882353],[186.274509803922,176.470588235294,167.647058823529],[241.176470588235,231.372549019608,219.607843137255],[198.039215686275,189.21568627451,172.549019607843],[192.156862745098,180.392156862745,164.705882352941],[236.274509803922,219.607843137255,209.803921568627],[240.196078431373,220.588235294118,219.607843137255],[250,234.313725490196,241.176470588235],[207.843137254902,192.156862745098,201.960784313725],[158.823529411765,156.862745098039,161.764705882353],[186.274509803922,183.333333333333,176.470588235294],[84.3137254901961,74.5098039215686,48.0392156862745],[173.529411764706,157.843137254902,124.509803921569],[231.372549019608,212.745098039216,183.333333333333],[117.647058823529,96.078431372549,72.5490196078431],[173.529411764706,149.019607843137,127.450980392157],[236.274509803922,211.764705882353,190.196078431373],[240.196078431373,216.666666666667,191.176470588235],[187.254901960784,166.666666666667,136.274509803922],[151.960784313725,138.235294117647,101.960784313725],[161.764705882353,153.921568627451,117.647058823529],[165.686274509804,165.686274509804,132.352941176471],[64.7058823529412,70.5882352941177,45.0980392156863],[67.6470588235294,79.4117647058823,65.6862745098039],[76.4705882352941,92.156862745098,89.2156862745098],[78.4313725490196,97.0588235294118,103.921568627451],[84.3137254901961,97.0588235294118,102.941176470588],[113.725490196078,110.78431372549,105.882352941176],[156.862745098039,144.117647058824,136.274509803922],[171.56862745098,152.941176470588,149.019607843137],[152.941176470588,129.411764705882,129.411764705882],[191.176470588235,162.745098039216,164.705882352941],[106.862745098039,92.156862745098,89.2156862745098],[54.9019607843137,64.7058823529412,53.921568627451],[54.9019607843137,75.4901960784314,58.8235294117647],[85.2941176470588,101.960784313725,84.3137254901961],[135.294117647059,136.274509803922,122.549019607843],[130.392156862745,103.921568627451,97.0588235294118],[135.294117647059,100.980392156863,97.0588235294118],[129.411764705882,104.901960784314,100],[89.2156862745098,79.4117647058823,69.6078431372549],[60.7843137254902,64.7058823529412,50.9803921568627],[75.4901960784314,86.2745098039216,72.5490196078431],[98.0392156862745,103.921568627451,90.1960784313725],[187.254901960784,193.137254901961,179.411764705882],[124.509803921569,130.392156862745,116.666666666667],[104.901960784314,112.745098039216,98.0392156862745],[171.56862745098,179.411764705882,164.705882352941],[176.470588235294,185.294117647059,168.627450980392],[139.21568627451,144.117647058824,122.549019607843],[99.0196078431373,100.980392156863,77.4509803921569],[173.529411764706,169.607843137255,143.137254901961],[135.294117647059,126.470588235294,98.0392156862745],[105.882352941176,91.1764705882353,60.7843137254902],[124.509803921569,107.843137254902,78.4313725490196],[151.960784313725,132.352941176471,105.882352941176],[221.56862745098,200,176.470588235294],[141.176470588235,121.56862745098,97.0588235294118],[77.4509803921569,61.7647058823529,39.2156862745098],[73.5294117647059,66.6666666666667,48.0392156862745],[32.3529411764706,27.4509803921569,8.82352941176471],[41.1764705882353,30.3921568627451,8.82352941176471],[49.0196078431373,33.3333333333333,7.84313725490196],[81.3725490196078,58.8235294117647,28.4313725490196],[144.117647058824,115.686274509804,84.3137254901961],[100.980392156863,67.6470588235294,33.3333333333333],[98.0392156862745,60.7843137254902,25.4901960784314],[148.039215686275,105.882352941176,71.5686274509804],[132.352941176471,90.1960784313725,56.8627450980392],[111.764705882353,69.6078431372549,38.2352941176471],[93.1372549019608,52.9411764705882,25.4901960784314],[84.3137254901961,47.0588235294118,24.5098039215686],[104.901960784314,68.6274509803922,50],[73.5294117647059,41.1764705882353,24.5098039215686],[73.5294117647059,42.156862745098,29.4117647058824],[50.9803921568627,23.5294117647059,12.7450980392157],[34.3137254901961,9.80392156862745,4.90196078431373],[17.6470588235294,0,0],[12.7450980392157,0,0],[10.7843137254902,0,0.980392156862745],[11.7647058823529,2.94117647058824,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[0,0,10.7843137254902],[1.96078431372549,0,15.6862745098039],[6.86274509803922,2.94117647058824,17.6470588235294],[35.2941176470588,31.3725490196078,45.0980392156863],[50,47.0588235294118,57.843137254902],[4.90196078431373,1.96078431372549,10.7843137254902],[4.90196078431373,0,6.86274509803922],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,5.88235294117647,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,19.6078431372549,15.6862745098039],[8.82352941176471,14.7058823529412,10.7843137254902],[13.7254901960784,19.6078431372549,15.6862745098039],[41.1764705882353,47.0588235294118,45.0980392156863],[38.2352941176471,44.1176470588235,44.1176470588235],[20.5882352941176,24.5098039215686,25.4901960784314],[27.4509803921569,31.3725490196078,34.3137254901961],[28.4313725490196,32.3529411764706,35.2941176470588],[34.3137254901961,38.2352941176471,39.2156862745098],[33.3333333333333,39.2156862745098,39.2156862745098],[43.1372549019608,49.0196078431373,47.0588235294118],[59.8039215686275,69.6078431372549,61.7647058823529],[47.0588235294118,56.8627450980392,48.0392156862745],[39.2156862745098,50.9803921568627,39.2156862745098],[61.7647058823529,73.5294117647059,59.8039215686275],[56.8627450980392,68.6274509803922,54.9019607843137],[50.9803921568627,63.7254901960784,53.921568627451],[49.0196078431373,61.7647058823529,51.9607843137255],[50,62.7450980392157,52.9411764705882],[71.5686274509804,87.2549019607843,74.5098039215686],[89.2156862745098,104.901960784314,92.156862745098],[64.7058823529412,82.3529411764706,68.6274509803922],[39.2156862745098,56.8627450980392,45.0980392156863],[43.1372549019608,59.8039215686275,50],[42.156862745098,58.8235294117647,49.0196078431373],[61.7647058823529,77.4509803921569,67.6470588235294],[68.6274509803922,84.3137254901961,74.5098039215686],[87.2549019607843,102.941176470588,92.156862745098],[80.3921568627451,94.1176470588235,79.4117647058823],[67.6470588235294,82.3529411764706,63.7254901960784],[147.058823529412,161.764705882353,139.21568627451],[137.254901960784,149.019607843137,125.490196078431],[100,107.843137254902,85.2941176470588],[149.019607843137,158.823529411765,135.294117647059],[200,217.647058823529,194.117647058824],[149.019607843137,172.549019607843,147.058823529412],[118.627450980392,144.117647058824,117.647058823529],[144.117647058824,168.627450980392,147.058823529412],[138.235294117647,161.764705882353,146.078431372549],[150,171.56862745098,158.823529411765],[155.882352941176,173.529411764706,159.803921568627],[175.490196078431,193.137254901961,181.372549019608],[124.509803921569,150,141.176470588235],[87.2549019607843,113.725490196078,106.862745098039],[117.647058823529,144.117647058824,137.254901960784],[125.490196078431,151.960784313725,145.098039215686],[116.666666666667,143.137254901961,138.235294117647],[163.725490196078,197.058823529412,198.039215686275],[165.686274509804,209.803921568627,215.686274509804],[103.921568627451,155.882352941176,169.607843137255],[142.156862745098,197.058823529412,219.607843137255],[140.196078431373,196.078431372549,222.549019607843],[103.921568627451,160.78431372549,184.313725490196],[101.960784313725,146.078431372549,168.627450980392],[159.803921568627,176.470588235294,196.078431372549],[191.176470588235,193.137254901961,207.843137254902],[194.117647058824,194.117647058824,203.921568627451],[223.529411764706,234.313725490196,240.196078431373],[200,234.313725490196,236.274509803922],[109.803921568627,156.862745098039,160.78431372549],[101.960784313725,145.098039215686,155.882352941176],[147.058823529412,185.294117647059,201.960784313725],[180.392156862745,214.705882352941,233.333333333333],[114.705882352941,149.019607843137,168.627450980392],[143.137254901961,182.352941176471,206.862745098039],[198.039215686275,239.21568627451,250],[144.117647058824,185.294117647059,209.803921568627],[105.882352941176,149.019607843137,173.529411764706],[138.235294117647,183.333333333333,205.882352941176],[103.921568627451,153.921568627451,172.549019607843],[93.1372549019608,145.098039215686,160.78431372549],[93.1372549019608,150,161.764705882353],[82.3529411764706,141.176470588235,149.019607843137],[70.5882352941177,130.392156862745,135.294117647059],[148.039215686275,204.901960784314,208.823529411765],[135.294117647059,187.254901960784,191.176470588235],[94.1176470588235,142.156862745098,146.078431372549],[109.803921568627,151.960784313725,157.843137254902],[104.901960784314,143.137254901961,150],[134.313725490196,174.509803921569,178.43137254902],[149.019607843137,196.078431372549,198.039215686275],[83.3333333333333,131.372549019608,135.294117647059],[86.2745098039216,136.274509803922,140.196078431373],[76.4705882352941,128.43137254902,134.313725490196],[107.843137254902,159.803921568627,167.647058823529],[103.921568627451,156.862745098039,166.666666666667],[93.1372549019608,148.039215686275,160.78431372549],[84.3137254901961,139.21568627451,153.921568627451],[115.686274509804,170.588235294118,185.294117647059],[85.2941176470588,140.196078431373,154.901960784314],[86.2745098039216,141.176470588235,155.882352941176],[91.1764705882353,143.137254901961,156.862745098039],[91.1764705882353,144.117647058824,155.882352941176],[66.6666666666667,117.647058823529,128.43137254902],[70.5882352941177,122.549019607843,130.392156862745],[80.3921568627451,126.470588235294,132.352941176471],[93.1372549019608,132.352941176471,132.352941176471],[111.764705882353,140.196078431373,135.294117647059],[130.392156862745,142.156862745098,130.392156862745],[221.56862745098,222.549019607843,208.823529411765],[239.21568627451,230.392156862745,221.56862745098],[238.235294117647,225.490196078431,219.607843137255],[222.549019607843,209.803921568627,203.921568627451],[250,240.196078431373,231.372549019608],[216.666666666667,201.960784313725,181.372549019608],[204.901960784314,189.21568627451,166.666666666667],[221.56862745098,202.941176470588,189.21568627451],[233.333333333333,214.705882352941,208.823529411765],[204.901960784314,188.235294117647,194.117647058824],[148.039215686275,137.254901960784,145.098039215686],[169.607843137255,164.705882352941,161.764705882353],[235.294117647059,227.450980392157,214.705882352941],[98.0392156862745,83.3333333333333,52.9411764705882],[140.196078431373,120.588235294118,84.3137254901961],[197.058823529412,174.509803921569,144.117647058824],[157.843137254902,132.352941176471,109.803921568627],[129.411764705882,100.980392156863,83.3333333333333],[209.803921568627,179.411764705882,159.803921568627],[250,220.588235294118,198.039215686275],[250,242.156862745098,210.78431372549],[204.901960784314,180.392156862745,140.196078431373],[164.705882352941,144.117647058824,98.0392156862745],[149.019607843137,135.294117647059,89.2156862745098],[124.509803921569,115.686274509804,75.4901960784314],[141.176470588235,137.254901960784,110.78431372549],[125.490196078431,125.490196078431,113.725490196078],[133.333333333333,137.254901960784,140.196078431373],[101.960784313725,100.980392156863,106.862745098039],[138.235294117647,129.411764705882,124.509803921569],[136.274509803922,122.549019607843,113.725490196078],[130.392156862745,113.725490196078,106.862745098039],[115.686274509804,97.0588235294118,91.1764705882353],[150,126.470588235294,122.549019607843],[241.176470588235,224.509803921569,217.647058823529],[165.686274509804,169.607843137255,155.882352941176],[58.8235294117647,71.5686274509804,53.921568627451],[83.3333333333333,92.156862745098,73.5294117647059],[130.392156862745,128.43137254902,113.725490196078],[158.823529411765,136.274509803922,130.392156862745],[98.0392156862745,73.5294117647059,69.6078431372549],[89.2156862745098,78.4313725490196,74.5098039215686],[104.901960784314,105.882352941176,100.980392156863],[74.5098039215686,86.2745098039216,82.3529411764706],[73.5294117647059,90.1960784313725,84.3137254901961],[86.2745098039216,100.980392156863,94.1176470588235],[100.980392156863,111.764705882353,103.921568627451],[127.450980392157,135.294117647059,124.509803921569],[156.862745098039,162.745098039216,149.019607843137],[180.392156862745,183.333333333333,164.705882352941],[166.666666666667,168.627450980392,148.039215686275],[153.921568627451,155.882352941176,135.294117647059],[114.705882352941,116.666666666667,95.0980392156863],[167.647058823529,166.666666666667,146.078431372549],[124.509803921569,122.549019607843,101.960784313725],[91.1764705882353,86.2745098039216,66.6666666666667],[124.509803921569,118.627450980392,97.0588235294118],[81.3725490196078,69.6078431372549,48.0392156862745],[177.450980392157,161.764705882353,137.254901960784],[108.823529411765,89.2156862745098,64.7058823529412],[70.5882352941177,50,29.4117647058824],[61.7647058823529,46.078431372549,31.3725490196078],[72.5490196078431,58.8235294117647,46.078431372549],[83.3333333333333,67.6470588235294,51.9607843137255],[62.7450980392157,46.078431372549,26.4705882352941],[96.078431372549,76.4705882352941,51.9607843137255],[135.294117647059,114.705882352941,84.3137254901961],[95.0980392156863,71.5686274509804,38.2352941176471],[69.6078431372549,44.1176470588235,9.80392156862745],[96.078431372549,68.6274509803922,32.3529411764706],[100.980392156863,71.5686274509804,36.2745098039216],[67.6470588235294,35.2941176470588,2.94117647058824],[97.0588235294118,63.7254901960784,36.2745098039216],[120.588235294118,87.2549019607843,62.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[61.7647058823529,27.4509803921569,8.82352941176471],[97.0588235294118,63.7254901960784,51.9607843137255],[72.5490196078431,43.1372549019608,33.3333333333333],[72.5490196078431,46.078431372549,39.2156862745098],[48.0392156862745,27.4509803921569,22.5490196078431],[20.5882352941176,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[9.80392156862745,0.980392156862745,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[13.7254901960784,8.82352941176471,12.7450980392157],[4.90196078431373,1.96078431372549,8.82352941176471],[5.88235294117647,4.90196078431373,12.7450980392157],[3.92156862745098,0.980392156862745,7.84313725490196],[54.9019607843137,52.9411764705882,57.843137254902],[54.9019607843137,52.9411764705882,57.843137254902],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[84.3137254901961,86.2745098039216,85.2941176470588],[64.7058823529412,66.6666666666667,65.6862745098039],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,8.82352941176471,12.7450980392157],[11.7647058823529,16.6666666666667,19.6078431372549],[17.6470588235294,26.4705882352941,21.5686274509804],[22.5490196078431,32.3529411764706,24.5098039215686],[12.7450980392157,21.5686274509804,16.6666666666667],[28.4313725490196,37.2549019607843,34.3137254901961],[41.1764705882353,50,49.0196078431373],[21.5686274509804,30.3921568627451,29.4117647058824],[14.7058823529412,22.5490196078431,24.5098039215686],[24.5098039215686,32.3529411764706,34.3137254901961],[21.5686274509804,30.3921568627451,29.4117647058824],[33.3333333333333,42.156862745098,39.2156862745098],[45.0980392156863,53.921568627451,49.0196078431373],[52.9411764705882,63.7254901960784,55.8823529411765],[48.0392156862745,59.8039215686275,50],[44.1176470588235,57.843137254902,43.1372549019608],[46.078431372549,59.8039215686275,43.1372549019608],[38.2352941176471,51.9607843137255,37.2549019607843],[57.843137254902,70.5882352941177,60.7843137254902],[78.4313725490196,94.1176470588235,84.3137254901961],[127.450980392157,143.137254901961,133.333333333333],[130.392156862745,148.039215686275,136.274509803922],[101.960784313725,119.607843137255,107.843137254902],[76.4705882352941,94.1176470588235,82.3529411764706],[52.9411764705882,69.6078431372549,59.8039215686275],[61.7647058823529,78.4313725490196,68.6274509803922],[75.4901960784314,92.156862745098,84.3137254901961],[74.5098039215686,91.1764705882353,83.3333333333333],[57.843137254902,73.5294117647059,63.7254901960784],[59.8039215686275,75.4901960784314,64.7058823529412],[92.156862745098,105.882352941176,91.1764705882353],[105.882352941176,120.588235294118,101.960784313725],[129.411764705882,144.117647058824,121.56862745098],[136.274509803922,149.019607843137,123.529411764706],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,146.078431372549,123.529411764706],[200.980392156863,220.588235294118,196.078431372549],[162.745098039216,190.196078431373,165.686274509804],[128.43137254902,153.921568627451,127.450980392157],[167.647058823529,195.098039215686,172.549019607843],[166.666666666667,197.058823529412,182.352941176471],[112.745098039216,138.235294117647,129.411764705882],[188.235294117647,203.921568627451,191.176470588235],[145.098039215686,162.745098039216,150.980392156863],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,132.352941176471,126.470588235294],[135.294117647059,167.647058823529,160.78431372549],[121.56862745098,151.960784313725,146.078431372549],[165.686274509804,197.058823529412,196.078431372549],[142.156862745098,176.470588235294,180.392156862745],[147.058823529412,186.274509803922,196.078431372549],[97.0588235294118,145.098039215686,161.764705882353],[88.2352941176471,145.098039215686,168.627450980392],[93.1372549019608,155.882352941176,183.333333333333],[109.803921568627,173.529411764706,202.941176470588],[119.607843137255,172.549019607843,198.039215686275],[136.274509803922,163.725490196078,185.294117647059],[156.862745098039,168.627450980392,184.313725490196],[199.019607843137,201.960784313725,210.78431372549],[199.019607843137,205.882352941176,211.764705882353],[182.352941176471,202.941176470588,205.882352941176],[157.843137254902,188.235294117647,191.176470588235],[193.137254901961,226.470588235294,235.294117647059],[206.862745098039,240.196078431373,250],[137.254901960784,165.686274509804,179.411764705882],[155.882352941176,186.274509803922,203.921568627451],[183.333333333333,220.588235294118,243.137254901961],[143.137254901961,184.313725490196,208.823529411765],[129.411764705882,172.549019607843,197.058823529412],[152.941176470588,198.039215686275,223.529411764706],[129.411764705882,178.43137254902,200.980392156863],[90.1960784313725,141.176470588235,162.745098039216],[92.156862745098,148.039215686275,164.705882352941],[90.1960784313725,148.039215686275,161.764705882353],[81.3725490196078,143.137254901961,151.960784313725],[66.6666666666667,126.470588235294,131.372549019608],[92.156862745098,150,153.921568627451],[101.960784313725,155.882352941176,158.823529411765],[91.1764705882353,141.176470588235,145.098039215686],[91.1764705882353,137.254901960784,143.137254901961],[92.156862745098,134.313725490196,141.176470588235],[100,142.156862745098,148.039215686275],[131.372549019608,178.43137254902,178.43137254902],[92.156862745098,141.176470588235,140.196078431373],[81.3725490196078,130.392156862745,131.372549019608],[76.4705882352941,126.470588235294,129.411764705882],[87.2549019607843,136.274509803922,143.137254901961],[94.1176470588235,146.078431372549,153.921568627451],[90.1960784313725,143.137254901961,154.901960784314],[78.4313725490196,130.392156862745,144.117647058824],[100,151.960784313725,165.686274509804],[84.3137254901961,136.274509803922,150],[75.4901960784314,128.43137254902,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[78.4313725490196,129.411764705882,140.196078431373],[94.1176470588235,143.137254901961,151.960784313725],[50.9803921568627,100,106.862745098039],[127.450980392157,171.56862745098,176.470588235294],[123.529411764706,156.862745098039,157.843137254902],[109.803921568627,130.392156862745,123.529411764706],[169.607843137255,173.529411764706,156.862745098039],[195.098039215686,190.196078431373,170.588235294118],[200.980392156863,189.21568627451,177.450980392157],[235.294117647059,220.588235294118,215.686274509804],[240.196078431373,226.470588235294,223.529411764706],[240.196078431373,226.470588235294,217.647058823529],[229.411764705882,211.764705882353,188.235294117647],[192.156862745098,172.549019607843,146.078431372549],[212.745098039216,196.078431372549,176.470588235294],[193.137254901961,179.411764705882,170.588235294118],[170.588235294118,161.764705882353,164.705882352941],[190.196078431373,181.372549019608,186.274509803922],[208.823529411765,198.039215686275,192.156862745098],[200.980392156863,186.274509803922,167.647058823529],[122.549019607843,103.921568627451,71.5686274509804],[115.686274509804,94.1176470588235,57.843137254902],[128.43137254902,103.921568627451,73.5294117647059],[236.274509803922,208.823529411765,185.294117647059],[242.156862745098,209.803921568627,191.176470588235],[207.843137254902,173.529411764706,154.901960784314],[187.254901960784,150,127.450980392157],[201.960784313725,166.666666666667,135.294117647059],[232.352941176471,199.019607843137,154.901960784314],[194.117647058824,163.725490196078,110.78431372549],[155.882352941176,130.392156862745,74.5098039215686],[168.627450980392,148.039215686275,96.078431372549],[167.647058823529,152.941176470588,114.705882352941],[160.78431372549,149.019607843137,127.450980392157],[145.098039215686,134.313725490196,132.352941176471],[117.647058823529,105.882352941176,107.843137254902],[137.254901960784,119.607843137255,115.686274509804],[132.352941176471,118.627450980392,109.803921568627],[93.1372549019608,85.2941176470588,74.5098039215686],[106.862745098039,99.0196078431373,88.2352941176471],[85.2941176470588,71.5686274509804,62.7450980392157],[157.843137254902,148.039215686275,136.274509803922],[234.313725490196,235.294117647059,219.607843137255],[113.725490196078,118.627450980392,99.0196078431373],[93.1372549019608,96.078431372549,77.4509803921569],[157.843137254902,156.862745098039,139.21568627451],[140.196078431373,127.450980392157,118.627450980392],[100,91.1764705882353,84.3137254901961],[56.8627450980392,63.7254901960784,56.8627450980392],[98.0392156862745,113.725490196078,110.78431372549],[71.5686274509804,91.1764705882353,90.1960784313725],[53.921568627451,74.5098039215686,75.4901960784314],[79.4117647058823,98.0392156862745,94.1176470588235],[59.8039215686275,72.5490196078431,65.6862745098039],[67.6470588235294,77.4509803921569,69.6078431372549],[92.156862745098,98.0392156862745,86.2745098039216],[99.0196078431373,101.960784313725,83.3333333333333],[94.1176470588235,96.078431372549,75.4901960784314],[78.4313725490196,79.4117647058823,61.7647058823529],[80.3921568627451,81.3725490196078,63.7254901960784],[55.8823529411765,57.843137254902,37.2549019607843],[141.176470588235,143.137254901961,122.549019607843],[80.3921568627451,81.3725490196078,65.6862745098039],[3.92156862745098,0.980392156862745,0],[38.2352941176471,31.3725490196078,12.7450980392157],[115.686274509804,104.901960784314,83.3333333333333],[68.6274509803922,53.921568627451,31.3725490196078],[68.6274509803922,51.9607843137255,32.3529411764706],[86.2745098039216,66.6666666666667,55.8823529411765],[142.156862745098,122.549019607843,113.725490196078],[74.5098039215686,56.8627450980392,43.1372549019608],[56.8627450980392,40.1960784313726,22.5490196078431],[50,34.3137254901961,9.80392156862745],[123.529411764706,108.823529411765,80.3921568627451],[71.5686274509804,56.8627450980392,24.5098039215686],[46.078431372549,30.3921568627451,0],[117.647058823529,100,64.7058823529412],[97.0588235294118,77.4509803921569,43.1372549019608],[52.9411764705882,28.4313725490196,0],[77.4509803921569,50.9803921568627,22.5490196078431],[102.941176470588,71.5686274509804,47.0588235294118],[91.1764705882353,56.8627450980392,37.2549019607843],[69.6078431372549,33.3333333333333,15.6862745098039],[94.1176470588235,58.8235294117647,45.0980392156863],[60.7843137254902,28.4313725490196,19.6078431372549],[79.4117647058823,52.9411764705882,46.078431372549],[68.6274509803922,48.0392156862745,43.1372549019608],[36.2745098039216,18.6274509803922,16.6666666666667],[15.6862745098039,3.92156862745098,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,5.88235294117647,5.88235294117647],[22.5490196078431,18.6274509803922,19.6078431372549],[36.2745098039216,32.3529411764706,33.3333333333333],[7.84313725490196,5.88235294117647,6.86274509803922],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[233.333333333333,235.294117647059,234.313725490196],[233.333333333333,235.294117647059,234.313725490196],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,9.80392156862745,13.7254901960784],[11.7647058823529,16.6666666666667,19.6078431372549],[7.84313725490196,16.6666666666667,13.7254901960784],[15.6862745098039,24.5098039215686,19.6078431372549],[0.980392156862745,9.80392156862745,6.86274509803922],[11.7647058823529,20.5882352941176,17.6470588235294],[36.2745098039216,45.0980392156863,44.1176470588235],[27.4509803921569,36.2745098039216,35.2941176470588],[19.6078431372549,27.4509803921569,29.4117647058824],[28.4313725490196,38.2352941176471,39.2156862745098],[26.4705882352941,36.2745098039216,35.2941176470588],[28.4313725490196,39.2156862745098,35.2941176470588],[31.3725490196078,42.156862745098,36.2745098039216],[32.3529411764706,45.0980392156863,36.2745098039216],[48.0392156862745,60.7843137254902,50.9803921568627],[60.7843137254902,74.5098039215686,61.7647058823529],[61.7647058823529,75.4901960784314,60.7843137254902],[69.6078431372549,86.2745098039216,70.5882352941177],[66.6666666666667,83.3333333333333,73.5294117647059],[84.3137254901961,100.980392156863,93.1372549019608],[113.725490196078,130.392156862745,122.549019607843],[67.6470588235294,87.2549019607843,76.4705882352941],[35.2941176470588,54.9019607843137,44.1176470588235],[57.843137254902,77.4509803921569,66.6666666666667],[79.4117647058823,99.0196078431373,88.2352941176471],[122.549019607843,142.156862745098,133.333333333333],[75.4901960784314,94.1176470588235,88.2352941176471],[35.2941176470588,51.9607843137255,44.1176470588235],[58.8235294117647,74.5098039215686,64.7058823529412],[109.803921568627,125.490196078431,114.705882352941],[130.392156862745,144.117647058824,127.450980392157],[110.78431372549,125.490196078431,104.901960784314],[79.4117647058823,93.1372549019608,68.6274509803922],[125.490196078431,138.235294117647,110.78431372549],[124.509803921569,130.392156862745,104.901960784314],[162.745098039216,172.549019607843,149.019607843137],[148.039215686275,170.588235294118,150.980392156863],[101.960784313725,130.392156862745,110.78431372549],[193.137254901961,220.588235294118,198.039215686275],[194.117647058824,224.509803921569,206.862745098039],[101.960784313725,138.235294117647,131.372549019608],[100,134.313725490196,128.43137254902],[124.509803921569,147.058823529412,137.254901960784],[184.313725490196,206.862745098039,197.058823529412],[110.78431372549,144.117647058824,143.137254901961],[130.392156862745,169.607843137255,169.607843137255],[119.607843137255,154.901960784314,152.941176470588],[136.274509803922,171.56862745098,171.56862745098],[127.450980392157,167.647058823529,171.56862745098],[160.78431372549,200,209.803921568627],[109.803921568627,146.078431372549,163.725490196078],[119.607843137255,163.725490196078,186.274509803922],[89.2156862745098,149.019607843137,176.470588235294],[80.3921568627451,148.039215686275,176.470588235294],[99.0196078431373,164.705882352941,191.176470588235],[109.803921568627,164.705882352941,189.21568627451],[115.686274509804,152.941176470588,171.56862745098],[155.882352941176,181.372549019608,194.117647058824],[195.098039215686,207.843137254902,216.666666666667],[226.470588235294,233.333333333333,243.137254901961],[224.509803921569,232.352941176471,243.137254901961],[218.627450980392,232.352941176471,243.137254901961],[219.607843137255,246.078431372549,250],[165.686274509804,194.117647058824,200],[164.705882352941,189.21568627451,194.117647058824],[192.156862745098,218.627450980392,229.411764705882],[145.098039215686,181.372549019608,200],[140.196078431373,181.372549019608,204.901960784314],[204.901960784314,248.039215686275,250],[146.078431372549,193.137254901961,215.686274509804],[97.0588235294118,148.039215686275,171.56862745098],[103.921568627451,157.843137254902,178.43137254902],[100,157.843137254902,175.490196078431],[92.156862745098,152.941176470588,167.647058823529],[84.3137254901961,145.098039215686,155.882352941176],[75.4901960784314,134.313725490196,142.156862745098],[74.5098039215686,132.352941176471,138.235294117647],[76.4705882352941,133.333333333333,137.254901960784],[77.4509803921569,129.411764705882,135.294117647059],[81.3725490196078,130.392156862745,137.254901960784],[80.3921568627451,126.470588235294,134.313725490196],[69.6078431372549,115.686274509804,121.56862745098],[96.078431372549,143.137254901961,143.137254901961],[132.352941176471,180.392156862745,177.450980392157],[91.1764705882353,138.235294117647,138.235294117647],[72.5490196078431,121.56862745098,122.549019607843],[77.4509803921569,125.490196078431,130.392156862745],[76.4705882352941,125.490196078431,132.352941176471],[80.3921568627451,129.411764705882,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[87.2549019607843,138.235294117647,150.980392156863],[67.6470588235294,118.627450980392,131.372549019608],[76.4705882352941,127.450980392157,138.235294117647],[86.2745098039216,135.294117647059,144.117647058824],[79.4117647058823,128.43137254902,137.254901960784],[128.43137254902,176.470588235294,183.333333333333],[50.9803921568627,99.0196078431373,103.921568627451],[98.0392156862745,138.235294117647,142.156862745098],[129.411764705882,154.901960784314,155.882352941176],[135.294117647059,148.039215686275,139.21568627451],[224.509803921569,228.43137254902,205.882352941176],[182.352941176471,178.43137254902,153.921568627451],[182.352941176471,174.509803921569,161.764705882353],[250,247.058823529412,241.176470588235],[250,236.274509803922,236.274509803922],[250,241.176470588235,236.274509803922],[230.392156862745,205.882352941176,184.313725490196],[152.941176470588,132.352941176471,103.921568627451],[128.43137254902,116.666666666667,93.1372549019608],[149.019607843137,143.137254901961,127.450980392157],[135.294117647059,135.294117647059,133.333333333333],[133.333333333333,129.411764705882,128.43137254902],[154.901960784314,138.235294117647,128.43137254902],[139.21568627451,117.647058823529,95.0980392156863],[174.509803921569,150,119.607843137255],[146.078431372549,120.588235294118,86.2745098039216],[159.803921568627,131.372549019608,101.960784313725],[207.843137254902,177.450980392157,150],[250,222.549019607843,200.980392156863],[244.117647058824,206.862745098039,186.274509803922],[192.156862745098,150.980392156863,127.450980392157],[225.490196078431,183.333333333333,150],[196.078431372549,153.921568627451,109.803921568627],[182.352941176471,142.156862745098,89.2156862745098],[198.039215686275,160.78431372549,100],[185.294117647059,153.921568627451,96.078431372549],[170.588235294118,143.137254901961,97.0588235294118],[162.745098039216,138.235294117647,107.843137254902],[163.725490196078,140.196078431373,128.43137254902],[169.607843137255,146.078431372549,142.156862745098],[142.156862745098,119.607843137255,111.764705882353],[196.078431372549,182.352941176471,171.56862745098],[130.392156862745,134.313725490196,117.647058823529],[85.2941176470588,94.1176470588235,75.4901960784314],[102.941176470588,105.882352941176,89.2156862745098],[49.0196078431373,50,32.3529411764706],[140.196078431373,142.156862745098,121.56862745098],[146.078431372549,145.098039215686,125.490196078431],[102.941176470588,101.960784313725,82.3529411764706],[114.705882352941,113.725490196078,96.078431372549],[78.4313725490196,80.3921568627451,66.6666666666667],[75.4901960784314,87.2549019607843,73.5294117647059],[44.1176470588235,71.5686274509804,59.8039215686275],[34.3137254901961,66.6666666666667,59.8039215686275],[56.8627450980392,84.3137254901961,85.2941176470588],[43.1372549019608,63.7254901960784,64.7058823529412],[51.9607843137255,68.6274509803922,62.7450980392157],[67.6470588235294,80.3921568627451,71.5686274509804],[58.8235294117647,69.6078431372549,63.7254901960784],[87.2549019607843,97.0588235294118,88.2352941176471],[83.3333333333333,91.1764705882353,76.4705882352941],[87.2549019607843,94.1176470588235,78.4313725490196],[58.8235294117647,61.7647058823529,50.9803921568627],[101.960784313725,103.921568627451,91.1764705882353],[75.4901960784314,77.4509803921569,56.8627450980392],[94.1176470588235,93.1372549019608,73.5294117647059],[97.0588235294118,94.1176470588235,79.4117647058823],[24.5098039215686,21.5686274509804,6.86274509803922],[105.882352941176,100.980392156863,81.3725490196078],[113.725490196078,108.823529411765,87.2549019607843],[65.6862745098039,58.8235294117647,40.1960784313726],[40.1960784313726,28.4313725490196,14.7058823529412],[81.3725490196078,61.7647058823529,52.9411764705882],[106.862745098039,84.3137254901961,76.4705882352941],[61.7647058823529,42.156862745098,31.3725490196078],[27.4509803921569,10.7843137254902,0],[18.6274509803922,3.92156862745098,0],[96.078431372549,84.3137254901961,58.8235294117647],[102.941176470588,94.1176470588235,65.6862745098039],[94.1176470588235,85.2941176470588,54.9019607843137],[111.764705882353,100.980392156863,69.6078431372549],[120.588235294118,107.843137254902,76.4705882352941],[90.1960784313725,74.5098039215686,42.156862745098],[77.4509803921569,53.921568627451,26.4705882352941],[71.5686274509804,42.156862745098,18.6274509803922],[76.4705882352941,42.156862745098,20.5882352941176],[73.5294117647059,36.2745098039216,17.6470588235294],[76.4705882352941,40.1960784313726,24.5098039215686],[66.6666666666667,35.2941176470588,24.5098039215686],[90.1960784313725,61.7647058823529,55.8823529411765],[78.4313725490196,55.8823529411765,50],[35.2941176470588,16.6666666666667,12.7450980392157],[9.80392156862745,0,0],[7.84313725490196,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[14.7058823529412,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,4.90196078431373],[5.88235294117647,4.90196078431373,0],[3.92156862745098,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[8.82352941176471,4.90196078431373,1.96078431372549],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,25.4901960784314,25.4901960784314],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,22.5490196078431,21.5686274509804],[10.7843137254902,19.6078431372549,16.6666666666667],[2.94117647058824,12.7450980392157,11.7647058823529],[9.80392156862745,19.6078431372549,18.6274509803922],[22.5490196078431,32.3529411764706,31.3725490196078],[25.4901960784314,35.2941176470588,36.2745098039216],[23.5294117647059,33.3333333333333,34.3137254901961],[22.5490196078431,34.3137254901961,34.3137254901961],[44.1176470588235,55.8823529411765,53.921568627451],[29.4117647058824,44.1176470588235,39.2156862745098],[35.2941176470588,50,43.1372549019608],[42.156862745098,57.843137254902,48.0392156862745],[55.8823529411765,71.5686274509804,60.7843137254902],[56.8627450980392,74.5098039215686,60.7843137254902],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,78.4313725490196,64.7058823529412],[51.9607843137255,71.5686274509804,62.7450980392157],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,66.6666666666667],[40.1960784313726,60.7843137254902,51.9607843137255],[42.156862745098,62.7450980392157,53.921568627451],[42.156862745098,61.7647058823529,52.9411764705882],[44.1176470588235,63.7254901960784,54.9019607843137],[100.980392156863,120.588235294118,111.764705882353],[61.7647058823529,80.3921568627451,74.5098039215686],[43.1372549019608,62.7450980392157,53.921568627451],[120.588235294118,137.254901960784,127.450980392157],[146.078431372549,161.764705882353,149.019607843137],[86.2745098039216,100,83.3333333333333],[94.1176470588235,108.823529411765,86.2745098039216],[86.2745098039216,100,74.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[171.56862745098,184.313725490196,158.823529411765],[173.529411764706,188.235294117647,165.686274509804],[164.705882352941,189.21568627451,170.588235294118],[182.352941176471,209.803921568627,195.098039215686],[200,227.450980392157,212.745098039216],[140.196078431373,173.529411764706,159.803921568627],[122.549019607843,166.666666666667,161.764705882353],[86.2745098039216,130.392156862745,125.490196078431],[96.078431372549,126.470588235294,118.627450980392],[186.274509803922,215.686274509804,207.843137254902],[157.843137254902,193.137254901961,193.137254901961],[107.843137254902,145.098039215686,148.039215686275],[139.21568627451,174.509803921569,174.509803921569],[103.921568627451,141.176470588235,142.156862745098],[121.56862745098,167.647058823529,173.529411764706],[155.882352941176,200.980392156863,213.725490196078],[128.43137254902,163.725490196078,185.294117647059],[151.960784313725,193.137254901961,217.647058823529],[107.843137254902,168.627450980392,193.137254901961],[91.1764705882353,159.803921568627,185.294117647059],[89.2156862745098,153.921568627451,179.411764705882],[98.0392156862745,154.901960784314,176.470588235294],[98.0392156862745,146.078431372549,160.78431372549],[131.372549019608,168.627450980392,179.411764705882],[170.588235294118,194.117647058824,203.921568627451],[179.411764705882,193.137254901961,205.882352941176],[179.411764705882,186.274509803922,203.921568627451],[165.686274509804,174.509803921569,191.176470588235],[197.058823529412,218.627450980392,229.411764705882],[216.666666666667,244.117647058824,248.039215686275],[236.274509803922,250,250],[155.882352941176,179.411764705882,181.372549019608],[140.196078431373,172.549019607843,187.254901960784],[163.725490196078,203.921568627451,223.529411764706],[126.470588235294,170.588235294118,191.176470588235],[87.2549019607843,134.313725490196,155.882352941176],[105.882352941176,156.862745098039,178.43137254902],[94.1176470588235,148.039215686275,168.627450980392],[86.2745098039216,144.117647058824,161.764705882353],[77.4509803921569,135.294117647059,150.980392156863],[75.4901960784314,134.313725490196,145.098039215686],[54.9019607843137,113.725490196078,121.56862745098],[85.2941176470588,143.137254901961,147.058823529412],[90.1960784313725,147.058823529412,150.980392156863],[65.6862745098039,119.607843137255,124.509803921569],[70.5882352941177,122.549019607843,130.392156862745],[79.4117647058823,131.372549019608,139.21568627451],[87.2549019607843,136.274509803922,143.137254901961],[97.0588235294118,144.117647058824,144.117647058824],[87.2549019607843,135.294117647059,131.372549019608],[108.823529411765,156.862745098039,153.921568627451],[117.647058823529,164.705882352941,164.705882352941],[99.0196078431373,146.078431372549,150],[79.4117647058823,127.450980392157,132.352941176471],[70.5882352941177,117.647058823529,127.450980392157],[81.3725490196078,130.392156862745,141.176470588235],[78.4313725490196,127.450980392157,138.235294117647],[134.313725490196,181.372549019608,191.176470588235],[135.294117647059,182.352941176471,192.156862745098],[78.4313725490196,126.470588235294,133.333333333333],[57.843137254902,105.882352941176,112.745098039216],[93.1372549019608,139.21568627451,145.098039215686],[108.823529411765,155.882352941176,159.803921568627],[81.3725490196078,118.627450980392,119.607843137255],[114.705882352941,134.313725490196,133.333333333333],[176.470588235294,186.274509803922,177.450980392157],[200,201.960784313725,180.392156862745],[160.78431372549,158.823529411765,134.313725490196],[144.117647058824,138.235294117647,124.509803921569],[231.372549019608,220.588235294118,216.666666666667],[250,238.235294117647,240.196078431373],[250,230.392156862745,227.450980392157],[196.078431372549,174.509803921569,153.921568627451],[125.490196078431,108.823529411765,81.3725490196078],[118.627450980392,114.705882352941,88.2352941176471],[84.3137254901961,87.2549019607843,68.6274509803922],[130.392156862745,135.294117647059,128.43137254902],[113.725490196078,112.745098039216,107.843137254902],[92.156862745098,75.4901960784314,59.8039215686275],[146.078431372549,120.588235294118,98.0392156862745],[143.137254901961,113.725490196078,86.2745098039216],[185.294117647059,154.901960784314,126.470588235294],[214.705882352941,184.313725490196,153.921568627451],[219.607843137255,187.254901960784,156.862745098039],[225.490196078431,191.176470588235,163.725490196078],[217.647058823529,178.43137254902,152.941176470588],[173.529411764706,130.392156862745,103.921568627451],[205.882352941176,160.78431372549,127.450980392157],[155.882352941176,109.803921568627,66.6666666666667],[175.490196078431,129.411764705882,78.4313725490196],[219.607843137255,176.470588235294,116.666666666667],[217.647058823529,178.43137254902,118.627450980392],[161.764705882353,125.490196078431,74.5098039215686],[116.666666666667,83.3333333333333,46.078431372549],[165.686274509804,135.294117647059,114.705882352941],[180.392156862745,150.980392156863,140.196078431373],[117.647058823529,90.1960784313725,78.4313725490196],[151.960784313725,139.21568627451,123.529411764706],[206.862745098039,216.666666666667,193.137254901961],[104.901960784314,122.549019607843,97.0588235294118],[88.2352941176471,100,78.4313725490196],[93.1372549019608,98.0392156862745,78.4313725490196],[115.686274509804,114.705882352941,95.0980392156863],[166.666666666667,163.725490196078,145.098039215686],[82.3529411764706,77.4509803921569,58.8235294117647],[87.2549019607843,86.2745098039216,66.6666666666667],[115.686274509804,124.509803921569,105.882352941176],[95.0980392156863,115.686274509804,99.0196078431373],[22.5490196078431,58.8235294117647,42.156862745098],[18.6274509803922,58.8235294117647,45.0980392156863],[16.6666666666667,45.0980392156863,41.1764705882353],[82.3529411764706,100.980392156863,99.0196078431373],[65.6862745098039,78.4313725490196,68.6274509803922],[59.8039215686275,71.5686274509804,59.8039215686275],[80.3921568627451,93.1372549019608,86.2745098039216],[98.0392156862745,110.78431372549,103.921568627451],[77.4509803921569,90.1960784313725,80.3921568627451],[63.7254901960784,75.4901960784314,63.7254901960784],[60.7843137254902,65.6862745098039,59.8039215686275],[52.9411764705882,53.921568627451,46.078431372549],[110.78431372549,107.843137254902,89.2156862745098],[149.019607843137,143.137254901961,119.607843137255],[105.882352941176,97.0588235294118,80.3921568627451],[105.882352941176,99.0196078431373,81.3725490196078],[156.862745098039,151.960784313725,132.352941176471],[84.3137254901961,83.3333333333333,62.7450980392157],[63.7254901960784,65.6862745098039,51.9607843137255],[45.0980392156863,41.1764705882353,30.3921568627451],[80.3921568627451,63.7254901960784,55.8823529411765],[48.0392156862745,25.4901960784314,17.6470588235294],[81.3725490196078,61.7647058823529,50.9803921568627],[97.0588235294118,81.3725490196078,66.6666666666667],[65.6862745098039,54.9019607843137,37.2549019607843],[50,42.156862745098,19.6078431372549],[100,94.1176470588235,68.6274509803922],[90.1960784313725,85.2941176470588,56.8627450980392],[64.7058823529412,57.843137254902,30.3921568627451],[84.3137254901961,73.5294117647059,46.078431372549],[66.6666666666667,51.9607843137255,23.5294117647059],[50,29.4117647058824,2.94117647058824],[53.921568627451,26.4705882352941,2.94117647058824],[73.5294117647059,39.2156862745098,17.6470588235294],[78.4313725490196,41.1764705882353,20.5882352941176],[69.6078431372549,33.3333333333333,15.6862745098039],[38.2352941176471,6.86274509803922,0],[60.7843137254902,32.3529411764706,26.4705882352941],[56.8627450980392,34.3137254901961,28.4313725490196],[31.3725490196078,12.7450980392157,8.82352941176471],[18.6274509803922,4.90196078431373,4.90196078431373],[18.6274509803922,8.82352941176471,9.80392156862745],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,3.92156862745098,0],[7.84313725490196,7.84313725490196,0],[7.84313725490196,4.90196078431373,0],[7.84313725490196,4.90196078431373,0],[9.80392156862745,5.88235294117647,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,4.90196078431373,8.82352941176471],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[17.6470588235294,25.4901960784314,28.4313725490196],[15.6862745098039,25.4901960784314,27.4509803921569],[13.7254901960784,23.5294117647059,25.4901960784314],[14.7058823529412,24.5098039215686,26.4705882352941],[22.5490196078431,33.3333333333333,35.2941176470588],[29.4117647058824,41.1764705882353,41.1764705882353],[30.3921568627451,42.156862745098,42.156862745098],[30.3921568627451,44.1176470588235,44.1176470588235],[27.4509803921569,42.156862745098,39.2156862745098],[19.6078431372549,35.2941176470588,32.3529411764706],[36.2745098039216,52.9411764705882,47.0588235294118],[43.1372549019608,59.8039215686275,51.9607843137255],[44.1176470588235,60.7843137254902,52.9411764705882],[44.1176470588235,60.7843137254902,50.9803921568627],[38.2352941176471,55.8823529411765,44.1176470588235],[50.9803921568627,70.5882352941177,59.8039215686275],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,68.6274509803922],[45.0980392156863,65.6862745098039,58.8235294117647],[44.1176470588235,64.7058823529412,57.843137254902],[61.7647058823529,82.3529411764706,75.4901960784314],[56.8627450980392,77.4509803921569,70.5882352941177],[46.078431372549,66.6666666666667,59.8039215686275],[63.7254901960784,84.3137254901961,77.4509803921569],[64.7058823529412,83.3333333333333,77.4509803921569],[66.6666666666667,83.3333333333333,75.4901960784314],[95.0980392156863,110.78431372549,100.980392156863],[106.862745098039,122.549019607843,109.803921568627],[88.2352941176471,102.941176470588,84.3137254901961],[100,113.725490196078,89.2156862745098],[98.0392156862745,110.78431372549,83.3333333333333],[148.039215686275,162.745098039216,134.313725490196],[171.56862745098,189.21568627451,163.725490196078],[117.647058823529,139.21568627451,118.627450980392],[125.490196078431,147.058823529412,134.313725490196],[153.921568627451,179.411764705882,168.627450980392],[199.019607843137,228.43137254902,218.627450980392],[177.450980392157,213.725490196078,205.882352941176],[120.588235294118,168.627450980392,164.705882352941],[93.1372549019608,143.137254901961,138.235294117647],[110.78431372549,150.980392156863,143.137254901961],[144.117647058824,178.43137254902,172.549019607843],[82.3529411764706,111.764705882353,111.764705882353],[102.941176470588,132.352941176471,134.313725490196],[152.941176470588,182.352941176471,184.313725490196],[100.980392156863,135.294117647059,139.21568627451],[108.823529411765,156.862745098039,160.78431372549],[100.980392156863,150,158.823529411765],[128.43137254902,165.686274509804,186.274509803922],[114.705882352941,155.882352941176,180.392156862745],[79.4117647058823,136.274509803922,159.803921568627],[89.2156862745098,152.941176470588,174.509803921569],[86.2745098039216,146.078431372549,166.666666666667],[97.0588235294118,152.941176470588,171.56862745098],[96.078431372549,149.019607843137,160.78431372549],[103.921568627451,150,157.843137254902],[139.21568627451,174.509803921569,186.274509803922],[159.803921568627,185.294117647059,201.960784313725],[171.56862745098,186.274509803922,208.823529411765],[198.039215686275,212.745098039216,233.333333333333],[196.078431372549,217.647058823529,230.392156862745],[204.901960784314,225.490196078431,230.392156862745],[210.78431372549,225.490196078431,220.588235294118],[171.56862745098,187.254901960784,184.313725490196],[178.43137254902,207.843137254902,215.686274509804],[132.352941176471,170.588235294118,185.294117647059],[100.980392156863,143.137254901961,159.803921568627],[131.372549019608,175.490196078431,196.078431372549],[104.901960784314,151.960784313725,173.529411764706],[81.3725490196078,132.352941176471,152.941176470588],[97.0588235294118,150.980392156863,170.588235294118],[71.5686274509804,128.43137254902,142.156862745098],[43.1372549019608,100,110.78431372549],[117.647058823529,175.490196078431,183.333333333333],[118.627450980392,175.490196078431,179.411764705882],[66.6666666666667,123.529411764706,127.450980392157],[79.4117647058823,136.274509803922,140.196078431373],[84.3137254901961,140.196078431373,147.058823529412],[65.6862745098039,121.56862745098,132.352941176471],[98.0392156862745,150,157.843137254902],[107.843137254902,154.901960784314,154.901960784314],[100,145.098039215686,142.156862745098],[89.2156862745098,134.313725490196,132.352941176471],[106.862745098039,151.960784313725,151.960784313725],[127.450980392157,171.56862745098,176.470588235294],[103.921568627451,150,155.882352941176],[139.21568627451,185.294117647059,193.137254901961],[118.627450980392,164.705882352941,174.509803921569],[68.6274509803922,114.705882352941,124.509803921569],[104.901960784314,150.980392156863,160.78431372549],[154.901960784314,200.980392156863,208.823529411765],[92.156862745098,138.235294117647,144.117647058824],[77.4509803921569,124.509803921569,128.43137254902],[64.7058823529412,108.823529411765,111.764705882353],[74.5098039215686,118.627450980392,121.56862745098],[107.843137254902,143.137254901961,143.137254901961],[145.098039215686,160.78431372549,157.843137254902],[159.803921568627,165.686274509804,155.882352941176],[178.43137254902,181.372549019608,160.78431372549],[141.176470588235,140.196078431373,120.588235294118],[146.078431372549,139.21568627451,129.411764705882],[243.137254901961,232.352941176471,228.43137254902],[241.176470588235,225.490196078431,226.470588235294],[210.78431372549,193.137254901961,191.176470588235],[173.529411764706,157.843137254902,142.156862745098],[114.705882352941,106.862745098039,84.3137254901961],[120.588235294118,122.549019607843,99.0196078431373],[144.117647058824,151.960784313725,131.372549019608],[113.725490196078,119.607843137255,107.843137254902],[127.450980392157,125.490196078431,113.725490196078],[108.823529411765,92.156862745098,74.5098039215686],[150,124.509803921569,101.960784313725],[131.372549019608,100,79.4117647058823],[157.843137254902,122.549019607843,99.0196078431373],[152.941176470588,118.627450980392,89.2156862745098],[191.176470588235,157.843137254902,121.56862745098],[156.862745098039,123.529411764706,86.2745098039216],[210.78431372549,176.470588235294,139.21568627451],[171.56862745098,132.352941176471,98.0392156862745],[178.43137254902,135.294117647059,100.980392156863],[168.627450980392,120.588235294118,81.3725490196078],[204.901960784314,154.901960784314,110.78431372549],[180.392156862745,134.313725490196,81.3725490196078],[180.392156862745,136.274509803922,82.3529411764706],[191.176470588235,150,100.980392156863],[149.019607843137,110.78431372549,68.6274509803922],[101.960784313725,67.6470588235294,36.2745098039216],[139.21568627451,107.843137254902,85.2941176470588],[178.43137254902,148.039215686275,128.43137254902],[154.901960784314,138.235294117647,118.627450980392],[208.823529411765,214.705882352941,189.21568627451],[223.529411764706,239.21568627451,212.745098039216],[70.5882352941177,80.3921568627451,56.8627450980392],[78.4313725490196,83.3333333333333,63.7254901960784],[150.980392156863,150,132.352941176471],[195.098039215686,192.156862745098,175.490196078431],[130.392156862745,124.509803921569,108.823529411765],[88.2352941176471,87.2549019607843,69.6078431372549],[81.3725490196078,86.2745098039216,66.6666666666667],[109.803921568627,126.470588235294,107.843137254902],[130.392156862745,162.745098039216,142.156862745098],[90.1960784313725,123.529411764706,106.862745098039],[70.5882352941177,92.156862745098,80.3921568627451],[102.941176470588,115.686274509804,105.882352941176],[138.235294117647,147.058823529412,128.43137254902],[102.941176470588,113.725490196078,97.0588235294118],[69.6078431372549,82.3529411764706,75.4901960784314],[73.5294117647059,89.2156862745098,86.2745098039216],[53.921568627451,73.5294117647059,64.7058823529412],[83.3333333333333,98.0392156862745,93.1372549019608],[54.9019607843137,62.7450980392157,64.7058823529412],[94.1176470588235,93.1372549019608,89.2156862745098],[141.176470588235,133.333333333333,112.745098039216],[106.862745098039,93.1372549019608,66.6666666666667],[52.9411764705882,36.2745098039216,16.6666666666667],[153.921568627451,139.21568627451,120.588235294118],[114.705882352941,108.823529411765,85.2941176470588],[59.8039215686275,61.7647058823529,41.1764705882353],[63.7254901960784,73.5294117647059,62.7450980392157],[85.2941176470588,90.1960784313725,83.3333333333333],[72.5490196078431,62.7450980392157,52.9411764705882],[59.8039215686275,44.1176470588235,31.3725490196078],[57.843137254902,44.1176470588235,31.3725490196078],[69.6078431372549,57.843137254902,44.1176470588235],[20.5882352941176,11.7647058823529,0],[33.3333333333333,26.4705882352941,8.82352941176471],[80.3921568627451,73.5294117647059,54.9019607843137],[53.921568627451,46.078431372549,25.4901960784314],[57.843137254902,47.0588235294118,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[57.843137254902,40.1960784313726,16.6666666666667],[79.4117647058823,54.9019607843137,33.3333333333333],[104.901960784314,74.5098039215686,53.921568627451],[89.2156862745098,54.9019607843137,33.3333333333333],[69.6078431372549,34.3137254901961,12.7450980392157],[58.8235294117647,22.5490196078431,3.92156862745098],[27.4509803921569,0,0],[40.1960784313726,11.7647058823529,3.92156862745098],[40.1960784313726,15.6862745098039,10.7843137254902],[29.4117647058824,10.7843137254902,6.86274509803922],[25.4901960784314,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,4.90196078431373,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[9.80392156862745,5.88235294117647,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[1.96078431372549,6.86274509803922,10.7843137254902],[3.92156862745098,8.82352941176471,12.7450980392157],[6.86274509803922,13.7254901960784,19.6078431372549],[7.84313725490196,16.6666666666667,23.5294117647059],[16.6666666666667,25.4901960784314,32.3529411764706],[16.6666666666667,25.4901960784314,32.3529411764706],[11.7647058823529,22.5490196078431,26.4705882352941],[27.4509803921569,38.2352941176471,42.156862745098],[31.3725490196078,45.0980392156863,46.078431372549],[26.4705882352941,40.1960784313726,41.1764705882353],[40.1960784313726,55.8823529411765,54.9019607843137],[47.0588235294118,62.7450980392157,61.7647058823529],[54.9019607843137,73.5294117647059,69.6078431372549],[62.7450980392157,81.3725490196078,77.4509803921569],[48.0392156862745,66.6666666666667,60.7843137254902],[36.2745098039216,54.9019607843137,49.0196078431373],[44.1176470588235,64.7058823529412,57.843137254902],[56.8627450980392,77.4509803921569,68.6274509803922],[68.6274509803922,89.2156862745098,82.3529411764706],[54.9019607843137,77.4509803921569,71.5686274509804],[45.0980392156863,69.6078431372549,65.6862745098039],[38.2352941176471,62.7450980392157,56.8627450980392],[48.0392156862745,70.5882352941177,62.7450980392157],[53.921568627451,76.4705882352941,68.6274509803922],[49.0196078431373,71.5686274509804,63.7254901960784],[57.843137254902,80.3921568627451,72.5490196078431],[75.4901960784314,96.078431372549,89.2156862745098],[61.7647058823529,80.3921568627451,74.5098039215686],[68.6274509803922,88.2352941176471,79.4117647058823],[73.5294117647059,90.1960784313725,80.3921568627451],[71.5686274509804,88.2352941176471,72.5490196078431],[78.4313725490196,93.1372549019608,72.5490196078431],[116.666666666667,130.392156862745,104.901960784314],[158.823529411765,171.56862745098,142.156862745098],[207.843137254902,222.549019607843,192.156862745098],[145.098039215686,164.705882352941,140.196078431373],[139.21568627451,161.764705882353,142.156862745098],[100,121.56862745098,108.823529411765],[90.1960784313725,116.666666666667,107.843137254902],[133.333333333333,167.647058823529,161.764705882353],[129.411764705882,169.607843137255,163.725490196078],[82.3529411764706,128.43137254902,122.549019607843],[95.0980392156863,141.176470588235,133.333333333333],[127.450980392157,169.607843137255,162.745098039216],[98.0392156862745,134.313725490196,127.450980392157],[107.843137254902,134.313725490196,129.411764705882],[142.156862745098,166.666666666667,163.725490196078],[178.43137254902,205.882352941176,206.862745098039],[127.450980392157,160.78431372549,161.764705882353],[139.21568627451,182.352941176471,183.333333333333],[105.882352941176,152.941176470588,156.862745098039],[126.470588235294,164.705882352941,179.411764705882],[100.980392156863,143.137254901961,161.764705882353],[92.156862745098,143.137254901961,164.705882352941],[104.901960784314,161.764705882353,183.333333333333],[96.078431372549,152.941176470588,174.509803921569],[97.0588235294118,154.901960784314,172.549019607843],[98.0392156862745,156.862745098039,167.647058823529],[102.941176470588,155.882352941176,165.686274509804],[109.803921568627,155.882352941176,165.686274509804],[144.117647058824,180.392156862745,196.078431372549],[179.411764705882,203.921568627451,225.490196078431],[186.274509803922,203.921568627451,225.490196078431],[166.666666666667,185.294117647059,199.019607843137],[162.745098039216,179.411764705882,186.274509803922],[193.137254901961,204.901960784314,200.980392156863],[178.43137254902,194.117647058824,191.176470588235],[161.764705882353,190.196078431373,194.117647058824],[137.254901960784,172.549019607843,184.313725490196],[213.725490196078,250,250],[169.607843137255,211.764705882353,228.43137254902],[98.0392156862745,144.117647058824,163.725490196078],[94.1176470588235,144.117647058824,162.745098039216],[126.470588235294,178.43137254902,196.078431372549],[92.156862745098,144.117647058824,159.803921568627],[72.5490196078431,125.490196078431,137.254901960784],[127.450980392157,181.372549019608,188.235294117647],[113.725490196078,167.647058823529,170.588235294118],[77.4509803921569,134.313725490196,136.274509803922],[72.5490196078431,129.411764705882,133.333333333333],[69.6078431372549,125.490196078431,134.313725490196],[69.6078431372549,126.470588235294,137.254901960784],[71.5686274509804,125.490196078431,132.352941176471],[92.156862745098,139.21568627451,139.21568627451],[103.921568627451,148.039215686275,143.137254901961],[77.4509803921569,122.549019607843,119.607843137255],[104.901960784314,150,150],[162.745098039216,206.862745098039,209.803921568627],[115.686274509804,159.803921568627,164.705882352941],[143.137254901961,187.254901960784,193.137254901961],[145.098039215686,191.176470588235,199.019607843137],[112.745098039216,158.823529411765,166.666666666667],[70.5882352941177,113.725490196078,122.549019607843],[123.529411764706,167.647058823529,173.529411764706],[108.823529411765,152.941176470588,157.843137254902],[95.0980392156863,139.21568627451,142.156862745098],[76.4705882352941,119.607843137255,120.588235294118],[48.0392156862745,91.1764705882353,92.156862745098],[103.921568627451,137.254901960784,136.274509803922],[138.235294117647,154.901960784314,149.019607843137],[158.823529411765,164.705882352941,154.901960784314],[183.333333333333,187.254901960784,172.549019607843],[155.882352941176,156.862745098039,143.137254901961],[206.862745098039,198.039215686275,191.176470588235],[245.098039215686,231.372549019608,230.392156862745],[250,242.156862745098,242.156862745098],[235.294117647059,224.509803921569,222.549019607843],[155.882352941176,152.941176470588,138.235294117647],[98.0392156862745,100.980392156863,80.3921568627451],[90.1960784313725,98.0392156862745,77.4509803921569],[117.647058823529,125.490196078431,104.901960784314],[150.980392156863,152.941176470588,139.21568627451],[79.4117647058823,73.5294117647059,57.843137254902],[120.588235294118,108.823529411765,87.2549019607843],[151.960784313725,130.392156862745,107.843137254902],[196.078431372549,160.78431372549,145.098039215686],[180.392156862745,143.137254901961,124.509803921569],[169.607843137255,135.294117647059,103.921568627451],[217.647058823529,185.294117647059,145.098039215686],[183.333333333333,151.960784313725,105.882352941176],[226.470588235294,195.098039215686,149.019607843137],[177.450980392157,141.176470588235,100],[103.921568627451,62.7450980392157,25.4901960784314],[176.470588235294,128.43137254902,96.078431372549],[193.137254901961,144.117647058824,107.843137254902],[159.803921568627,111.764705882353,69.6078431372549],[144.117647058824,99.0196078431373,50.9803921568627],[191.176470588235,150,100.980392156863],[188.235294117647,150.980392156863,104.901960784314],[174.509803921569,140.196078431373,100.980392156863],[116.666666666667,84.3137254901961,51.9607843137255],[181.372549019608,150,125.490196078431],[250,229.411764705882,206.862745098039],[207.843137254902,205.882352941176,181.372549019608],[249.019607843137,250,231.372549019608],[149.019607843137,150,132.352941176471],[107.843137254902,105.882352941176,91.1764705882353],[184.313725490196,182.352941176471,169.607843137255],[192.156862745098,190.196078431373,177.450980392157],[213.725490196078,210.78431372549,196.078431372549],[87.2549019607843,84.3137254901961,67.6470588235294],[88.2352941176471,85.2941176470588,68.6274509803922],[117.647058823529,122.549019607843,102.941176470588],[160.78431372549,178.43137254902,154.901960784314],[130.392156862745,151.960784313725,129.411764705882],[161.764705882353,173.529411764706,153.921568627451],[146.078431372549,152.941176470588,135.294117647059],[75.4901960784314,85.2941176470588,61.7647058823529],[68.6274509803922,80.3921568627451,60.7843137254902],[45.0980392156863,57.843137254902,49.0196078431373],[45.0980392156863,61.7647058823529,55.8823529411765],[70.5882352941177,87.2549019607843,77.4509803921569],[100,112.745098039216,105.882352941176],[36.2745098039216,40.1960784313726,41.1764705882353],[146.078431372549,142.156862745098,139.21568627451],[242.156862745098,231.372549019608,209.803921568627],[224.509803921569,208.823529411765,183.333333333333],[174.509803921569,156.862745098039,137.254901960784],[113.725490196078,99.0196078431373,80.3921568627451],[62.7450980392157,56.8627450980392,33.3333333333333],[65.6862745098039,68.6274509803922,48.0392156862745],[36.2745098039216,48.0392156862745,36.2745098039216],[44.1176470588235,53.921568627451,45.0980392156863],[57.843137254902,55.8823529411765,43.1372549019608],[73.5294117647059,64.7058823529412,50],[72.5490196078431,63.7254901960784,49.0196078431373],[27.4509803921569,20.5882352941176,4.90196078431373],[28.4313725490196,21.5686274509804,5.88235294117647],[97.0588235294118,90.1960784313725,74.5098039215686],[50.9803921568627,42.156862745098,27.4509803921569],[29.4117647058824,17.6470588235294,1.96078431372549],[56.8627450980392,41.1764705882353,25.4901960784314],[51.9607843137255,33.3333333333333,16.6666666666667],[50,27.4509803921569,9.80392156862745],[70.5882352941177,44.1176470588235,25.4901960784314],[113.725490196078,83.3333333333333,63.7254901960784],[106.862745098039,72.5490196078431,50.9803921568627],[83.3333333333333,48.0392156862745,24.5098039215686],[50.9803921568627,14.7058823529412,0],[45.0980392156863,13.7254901960784,0.980392156862745],[49.0196078431373,20.5882352941176,12.7450980392157],[45.0980392156863,20.5882352941176,15.6862745098039],[39.2156862745098,20.5882352941176,16.6666666666667],[33.3333333333333,19.6078431372549,18.6274509803922],[17.6470588235294,7.84313725490196,6.86274509803922],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[11.7647058823529,3.92156862745098,1.96078431372549],[8.82352941176471,0.980392156862745,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,20.5882352941176],[6.86274509803922,15.6862745098039,24.5098039215686],[9.80392156862745,17.6470588235294,28.4313725490196],[16.6666666666667,26.4705882352941,35.2941176470588],[13.7254901960784,23.5294117647059,32.3529411764706],[20.5882352941176,31.3725490196078,37.2549019607843],[24.5098039215686,38.2352941176471,41.1764705882353],[20.5882352941176,34.3137254901961,37.2549019607843],[31.3725490196078,47.0588235294118,47.0588235294118],[34.3137254901961,51.9607843137255,51.9607843137255],[57.843137254902,77.4509803921569,75.4901960784314],[55.8823529411765,75.4901960784314,73.5294117647059],[44.1176470588235,64.7058823529412,59.8039215686275],[43.1372549019608,63.7254901960784,58.8235294117647],[45.0980392156863,65.6862745098039,60.7843137254902],[50.9803921568627,71.5686274509804,66.6666666666667],[52.9411764705882,75.4901960784314,69.6078431372549],[45.0980392156863,69.6078431372549,65.6862745098039],[45.0980392156863,69.6078431372549,65.6862745098039],[43.1372549019608,67.6470588235294,61.7647058823529],[29.4117647058824,53.921568627451,48.0392156862745],[36.2745098039216,60.7843137254902,54.9019607843137],[53.921568627451,76.4705882352941,70.5882352941177],[54.9019607843137,77.4509803921569,71.5686274509804],[64.7058823529412,85.2941176470588,80.3921568627451],[84.3137254901961,102.941176470588,97.0588235294118],[52.9411764705882,69.6078431372549,61.7647058823529],[80.3921568627451,96.078431372549,85.2941176470588],[97.0588235294118,110.78431372549,96.078431372549],[100,112.745098039216,93.1372549019608],[151.960784313725,165.686274509804,140.196078431373],[202.941176470588,216.666666666667,184.313725490196],[172.549019607843,185.294117647059,155.882352941176],[138.235294117647,151.960784313725,129.411764705882],[151.960784313725,168.627450980392,150.980392156863],[127.450980392157,151.960784313725,133.333333333333],[102.941176470588,134.313725490196,121.56862745098],[81.3725490196078,125.490196078431,118.627450980392],[106.862745098039,152.941176470588,147.058823529412],[126.470588235294,162.745098039216,154.901960784314],[196.078431372549,228.43137254902,219.607843137255],[183.333333333333,217.647058823529,211.764705882353],[114.705882352941,145.098039215686,139.21568627451],[170.588235294118,192.156862745098,179.411764705882],[154.901960784314,176.470588235294,163.725490196078],[127.450980392157,156.862745098039,149.019607843137],[117.647058823529,149.019607843137,146.078431372549],[152.941176470588,187.254901960784,183.333333333333],[140.196078431373,175.490196078431,173.529411764706],[113.725490196078,150.980392156863,151.960784313725],[130.392156862745,167.647058823529,178.43137254902],[134.313725490196,175.490196078431,197.058823529412],[96.078431372549,145.098039215686,171.56862745098],[87.2549019607843,147.058823529412,174.509803921569],[90.1960784313725,156.862745098039,179.411764705882],[87.2549019607843,150.980392156863,168.627450980392],[95.0980392156863,153.921568627451,164.705882352941],[91.1764705882353,143.137254901961,150.980392156863],[91.1764705882353,134.313725490196,143.137254901961],[168.627450980392,203.921568627451,215.686274509804],[154.901960784314,180.392156862745,193.137254901961],[174.509803921569,190.196078431373,202.941176470588],[186.274509803922,199.019607843137,207.843137254902],[177.450980392157,193.137254901961,193.137254901961],[165.686274509804,187.254901960784,185.294117647059],[146.078431372549,175.490196078431,177.450980392157],[188.235294117647,222.549019607843,228.43137254902],[190.196078431373,227.450980392157,238.235294117647],[127.450980392157,168.627450980392,182.352941176471],[117.647058823529,162.745098039216,178.43137254902],[123.529411764706,169.607843137255,187.254901960784],[131.372549019608,179.411764705882,196.078431372549],[113.725490196078,164.705882352941,178.43137254902],[82.3529411764706,133.333333333333,144.117647058824],[100.980392156863,152.941176470588,160.78431372549],[81.3725490196078,133.333333333333,137.254901960784],[59.8039215686275,113.725490196078,116.666666666667],[63.7254901960784,120.588235294118,124.509803921569],[63.7254901960784,121.56862745098,129.411764705882],[62.7450980392157,121.56862745098,131.372549019608],[70.5882352941177,126.470588235294,133.333333333333],[108.823529411765,155.882352941176,155.882352941176],[78.4313725490196,122.549019607843,119.607843137255],[114.705882352941,157.843137254902,156.862745098039],[121.56862745098,164.705882352941,165.686274509804],[145.098039215686,188.235294117647,191.176470588235],[157.843137254902,200,205.882352941176],[145.098039215686,187.254901960784,194.117647058824],[149.019607843137,191.176470588235,200],[152.941176470588,195.098039215686,203.921568627451],[114.705882352941,156.862745098039,165.686274509804],[104.901960784314,147.058823529412,153.921568627451],[145.098039215686,187.254901960784,193.137254901961],[123.529411764706,166.666666666667,169.607843137255],[68.6274509803922,108.823529411765,110.78431372549],[81.3725490196078,122.549019607843,121.56862745098],[91.1764705882353,125.490196078431,121.56862745098],[90.1960784313725,106.862745098039,97.0588235294118],[133.333333333333,141.176470588235,130.392156862745],[214.705882352941,220.588235294118,210.78431372549],[200,197.058823529412,190.196078431373],[238.235294117647,227.450980392157,225.490196078431],[230.392156862745,214.705882352941,215.686274509804],[208.823529411765,197.058823529412,197.058823529412],[240.196078431373,237.254901960784,232.352941176471],[188.235294117647,198.039215686275,187.254901960784],[107.843137254902,121.56862745098,104.901960784314],[103.921568627451,114.705882352941,98.0392156862745],[102.941176470588,106.862745098039,90.1960784313725],[115.686274509804,108.823529411765,91.1764705882353],[125.490196078431,114.705882352941,97.0588235294118],[104.901960784314,97.0588235294118,74.5098039215686],[120.588235294118,103.921568627451,84.3137254901961],[179.411764705882,143.137254901961,135.294117647059],[194.117647058824,152.941176470588,141.176470588235],[172.549019607843,137.254901960784,105.882352941176],[208.823529411765,177.450980392157,131.372549019608],[191.176470588235,162.745098039216,107.843137254902],[161.764705882353,133.333333333333,78.4313725490196],[213.725490196078,180.392156862745,135.294117647059],[177.450980392157,139.21568627451,100.980392156863],[111.764705882353,65.6862745098039,36.2745098039216],[194.117647058824,145.098039215686,118.627450980392],[204.901960784314,156.862745098039,124.509803921569],[176.470588235294,129.411764705882,90.1960784313725],[185.294117647059,143.137254901961,99.0196078431373],[135.294117647059,100,52.9411764705882],[242.156862745098,210.78431372549,164.705882352941],[184.313725490196,152.941176470588,112.745098039216],[94.1176470588235,61.7647058823529,31.3725490196078],[191.176470588235,163.725490196078,140.196078431373],[231.372549019608,215.686274509804,191.176470588235],[226.470588235294,213.725490196078,195.098039215686],[246.078431372549,229.411764705882,219.607843137255],[232.352941176471,219.607843137255,211.764705882353],[214.705882352941,211.764705882353,202.941176470588],[173.529411764706,173.529411764706,163.725490196078],[187.254901960784,185.294117647059,173.529411764706],[159.803921568627,151.960784313725,139.21568627451],[74.5098039215686,56.8627450980392,43.1372549019608],[131.372549019608,114.705882352941,99.0196078431373],[184.313725490196,179.411764705882,157.843137254902],[114.705882352941,114.705882352941,89.2156862745098],[98.0392156862745,96.078431372549,71.5686274509804],[103.921568627451,105.882352941176,82.3529411764706],[78.4313725490196,90.1960784313725,68.6274509803922],[96.078431372549,112.745098039216,95.0980392156863],[121.56862745098,137.254901960784,127.450980392157],[26.4705882352941,37.2549019607843,29.4117647058824],[54.9019607843137,62.7450980392157,48.0392156862745],[127.450980392157,129.411764705882,116.666666666667],[161.764705882353,156.862745098039,153.921568627451],[150.980392156863,142.156862745098,137.254901960784],[131.372549019608,120.588235294118,100.980392156863],[159.803921568627,148.039215686275,124.509803921569],[131.372549019608,117.647058823529,104.901960784314],[61.7647058823529,51.9607843137255,40.1960784313726],[70.5882352941177,68.6274509803922,48.0392156862745],[50,53.921568627451,31.3725490196078],[51.9607843137255,60.7843137254902,44.1176470588235],[56.8627450980392,64.7058823529412,50],[73.5294117647059,76.4705882352941,57.843137254902],[45.0980392156863,44.1176470588235,24.5098039215686],[59.8039215686275,58.8235294117647,41.1764705882353],[22.5490196078431,19.6078431372549,2.94117647058824],[76.4705882352941,70.5882352941177,56.8627450980392],[109.803921568627,100,88.2352941176471],[38.2352941176471,26.4705882352941,14.7058823529412],[57.843137254902,41.1764705882353,31.3725490196078],[58.8235294117647,39.2156862745098,28.4313725490196],[53.921568627451,30.3921568627451,18.6274509803922],[50.9803921568627,23.5294117647059,9.80392156862745],[56.8627450980392,25.4901960784314,10.7843137254902],[107.843137254902,75.4901960784314,56.8627450980392],[132.352941176471,98.0392156862745,76.4705882352941],[111.764705882353,76.4705882352941,52.9411764705882],[37.2549019607843,2.94117647058824,0],[41.1764705882353,7.84313725490196,0],[44.1176470588235,14.7058823529412,6.86274509803922],[43.1372549019608,18.6274509803922,11.7647058823529],[46.078431372549,25.4901960784314,20.5882352941176],[46.078431372549,30.3921568627451,30.3921568627451],[29.4117647058824,19.6078431372549,18.6274509803922],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,3.92156862745098,8.82352941176471],[7.84313725490196,1.96078431372549,5.88235294117647],[3.92156862745098,0,1.96078431372549],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[0,5.88235294117647,11.7647058823529],[0.980392156862745,9.80392156862745,16.6666666666667],[0,8.82352941176471,17.6470588235294],[0,1.96078431372549,11.7647058823529],[11.7647058823529,21.5686274509804,30.3921568627451],[17.6470588235294,30.3921568627451,38.2352941176471],[12.7450980392157,25.4901960784314,31.3725490196078],[26.4705882352941,41.1764705882353,44.1176470588235],[33.3333333333333,48.0392156862745,50.9803921568627],[31.3725490196078,49.0196078431373,49.0196078431373],[24.5098039215686,42.156862745098,42.156862745098],[48.0392156862745,67.6470588235294,66.6666666666667],[34.3137254901961,53.921568627451,51.9607843137255],[39.2156862745098,58.8235294117647,56.8627450980392],[58.8235294117647,80.3921568627451,77.4509803921569],[51.9607843137255,73.5294117647059,70.5882352941177],[48.0392156862745,69.6078431372549,66.6666666666667],[49.0196078431373,70.5882352941177,67.6470588235294],[47.0588235294118,71.5686274509804,68.6274509803922],[38.2352941176471,62.7450980392157,59.8039215686275],[36.2745098039216,60.7843137254902,56.8627450980392],[26.4705882352941,50.9803921568627,45.0980392156863],[59.8039215686275,82.3529411764706,76.4705882352941],[74.5098039215686,95.0980392156863,88.2352941176471],[46.078431372549,66.6666666666667,59.8039215686275],[73.5294117647059,93.1372549019608,84.3137254901961],[79.4117647058823,96.078431372549,86.2745098039216],[71.5686274509804,87.2549019607843,74.5098039215686],[53.921568627451,67.6470588235294,50.9803921568627],[59.8039215686275,74.5098039215686,53.921568627451],[149.019607843137,162.745098039216,138.235294117647],[165.686274509804,178.43137254902,149.019607843137],[152.941176470588,166.666666666667,132.352941176471],[163.725490196078,178.43137254902,148.039215686275],[195.098039215686,211.764705882353,194.117647058824],[195.098039215686,216.666666666667,203.921568627451],[98.0392156862745,125.490196078431,110.78431372549],[119.607843137255,156.862745098039,142.156862745098],[104.901960784314,150.980392156863,143.137254901961],[100,146.078431372549,138.235294117647],[138.235294117647,170.588235294118,161.764705882353],[177.450980392157,206.862745098039,197.058823529412],[151.960784313725,182.352941176471,176.470588235294],[136.274509803922,165.686274509804,157.843137254902],[143.137254901961,164.705882352941,151.960784313725],[159.803921568627,181.372549019608,168.627450980392],[180.392156862745,209.803921568627,200],[148.039215686275,180.392156862745,173.529411764706],[122.549019607843,152.941176470588,147.058823529412],[137.254901960784,167.647058823529,162.745098039216],[124.509803921569,159.803921568627,155.882352941176],[202.941176470588,242.156862745098,244.117647058824],[213.725490196078,250,250],[103.921568627451,149.019607843137,171.56862745098],[82.3529411764706,139.21568627451,162.745098039216],[86.2745098039216,149.019607843137,173.529411764706],[79.4117647058823,144.117647058824,165.686274509804],[94.1176470588235,155.882352941176,172.549019607843],[101.960784313725,154.901960784314,164.705882352941],[122.549019607843,170.588235294118,177.450980392157],[105.882352941176,149.019607843137,157.843137254902],[118.627450980392,151.960784313725,160.78431372549],[177.450980392157,195.098039215686,204.901960784314],[210.78431372549,220.588235294118,229.411764705882],[187.254901960784,201.960784313725,204.901960784314],[147.058823529412,166.666666666667,167.647058823529],[165.686274509804,193.137254901961,194.117647058824],[179.411764705882,211.764705882353,216.666666666667],[153.921568627451,193.137254901961,200.980392156863],[156.862745098039,200,210.78431372549],[88.2352941176471,130.392156862745,146.078431372549],[175.490196078431,217.647058823529,233.333333333333],[148.039215686275,185.294117647059,198.039215686275],[145.098039215686,180.392156862745,192.156862745098],[128.43137254902,166.666666666667,173.529411764706],[85.2941176470588,128.43137254902,131.372549019608],[70.5882352941177,120.588235294118,121.56862745098],[63.7254901960784,120.588235294118,121.56862745098],[77.4509803921569,135.294117647059,139.21568627451],[63.7254901960784,121.56862745098,125.490196078431],[48.0392156862745,101.960784313725,106.862745098039],[111.764705882353,161.764705882353,165.686274509804],[168.627450980392,215.686274509804,215.686274509804],[121.56862745098,166.666666666667,164.705882352941],[68.6274509803922,116.666666666667,113.725490196078],[103.921568627451,149.019607843137,149.019607843137],[118.627450980392,158.823529411765,160.78431372549],[105.882352941176,146.078431372549,150],[107.843137254902,151.960784313725,157.843137254902],[86.2745098039216,132.352941176471,140.196078431373],[98.0392156862745,141.176470588235,151.960784313725],[115.686274509804,158.823529411765,171.56862745098],[115.686274509804,161.764705882353,171.56862745098],[92.156862745098,136.274509803922,142.156862745098],[115.686274509804,158.823529411765,161.764705882353],[108.823529411765,148.039215686275,148.039215686275],[96.078431372549,134.313725490196,131.372549019608],[87.2549019607843,117.647058823529,111.764705882353],[132.352941176471,148.039215686275,138.235294117647],[142.156862745098,148.039215686275,138.235294117647],[188.235294117647,189.21568627451,183.333333333333],[227.450980392157,222.549019607843,218.627450980392],[244.117647058824,230.392156862745,229.411764705882],[225.490196078431,209.803921568627,209.803921568627],[195.098039215686,182.352941176471,176.470588235294],[177.450980392157,174.509803921569,165.686274509804],[191.176470588235,202.941176470588,189.21568627451],[140.196078431373,153.921568627451,137.254901960784],[132.352941176471,137.254901960784,117.647058823529],[167.647058823529,165.686274509804,145.098039215686],[135.294117647059,122.549019607843,103.921568627451],[211.764705882353,197.058823529412,174.509803921569],[112.745098039216,100.980392156863,75.4901960784314],[89.2156862745098,71.5686274509804,50],[168.627450980392,132.352941176471,123.529411764706],[220.588235294118,179.411764705882,165.686274509804],[224.509803921569,186.274509803922,153.921568627451],[204.901960784314,173.529411764706,127.450980392157],[179.411764705882,153.921568627451,98.0392156862745],[153.921568627451,128.43137254902,72.5490196078431],[182.352941176471,150.980392156863,102.941176470588],[221.56862745098,184.313725490196,146.078431372549],[145.098039215686,101.960784313725,73.5294117647059],[124.509803921569,79.4117647058823,53.921568627451],[199.019607843137,154.901960784314,124.509803921569],[189.21568627451,148.039215686275,110.78431372549],[195.098039215686,154.901960784314,111.764705882353],[164.705882352941,127.450980392157,79.4117647058823],[177.450980392157,146.078431372549,96.078431372549],[173.529411764706,146.078431372549,99.0196078431373],[145.098039215686,115.686274509804,78.4313725490196],[184.313725490196,157.843137254902,128.43137254902],[240.196078431373,216.666666666667,189.21568627451],[205.882352941176,184.313725490196,161.764705882353],[174.509803921569,151.960784313725,138.235294117647],[179.411764705882,159.803921568627,150.980392156863],[206.862745098039,199.019607843137,186.274509803922],[175.490196078431,172.549019607843,157.843137254902],[166.666666666667,160.78431372549,145.098039215686],[210.78431372549,198.039215686275,182.352941176471],[149.019607843137,123.529411764706,108.823529411765],[129.411764705882,102.941176470588,84.3137254901961],[169.607843137255,152.941176470588,127.450980392157],[125.490196078431,114.705882352941,85.2941176470588],[87.2549019607843,81.3725490196078,50],[45.0980392156863,48.0392156862745,17.6470588235294],[101.960784313725,117.647058823529,91.1764705882353],[121.56862745098,140.196078431373,120.588235294118],[108.823529411765,120.588235294118,106.862745098039],[68.6274509803922,74.5098039215686,60.7843137254902],[38.2352941176471,40.1960784313726,19.6078431372549],[121.56862745098,116.666666666667,97.0588235294118],[163.725490196078,155.882352941176,143.137254901961],[91.1764705882353,81.3725490196078,69.6078431372549],[77.4509803921569,66.6666666666667,47.0588235294118],[110.78431372549,100,80.3921568627451],[109.803921568627,97.0588235294118,89.2156862745098],[62.7450980392157,51.9607843137255,46.078431372549],[36.2745098039216,33.3333333333333,16.6666666666667],[47.0588235294118,49.0196078431373,28.4313725490196],[42.156862745098,50,27.4509803921569],[50.9803921568627,60.7843137254902,37.2549019607843],[71.5686274509804,76.4705882352941,53.921568627451],[59.8039215686275,63.7254901960784,41.1764705882353],[46.078431372549,45.0980392156863,24.5098039215686],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,74.5098039215686,57.843137254902],[81.3725490196078,68.6274509803922,52.9411764705882],[61.7647058823529,46.078431372549,33.3333333333333],[40.1960784313726,22.5490196078431,12.7450980392157],[67.6470588235294,48.0392156862745,39.2156862745098],[57.843137254902,36.2745098039216,25.4901960784314],[63.7254901960784,40.1960784313726,28.4313725490196],[60.7843137254902,33.3333333333333,19.6078431372549],[87.2549019607843,56.8627450980392,39.2156862745098],[109.803921568627,78.4313725490196,55.8823529411765],[124.509803921569,89.2156862745098,63.7254901960784],[70.5882352941177,35.2941176470588,11.7647058823529],[49.0196078431373,16.6666666666667,1.96078431372549],[41.1764705882353,13.7254901960784,2.94117647058824],[27.4509803921569,2.94117647058824,0],[23.5294117647059,4.90196078431373,0],[29.4117647058824,15.6862745098039,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,3.92156862745098,0.980392156862745],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,3.92156862745098],[8.82352941176471,2.94117647058824,6.86274509803922],[5.88235294117647,0,3.92156862745098],[12.7450980392157,6.86274509803922,10.7843137254902],[10.7843137254902,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,1.96078431372549,6.86274509803922],[0.980392156862745,5.88235294117647,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0.980392156862745,7.84313725490196,13.7254901960784],[0,1.96078431372549,6.86274509803922],[60.7843137254902,73.5294117647059,79.4117647058823],[109.803921568627,122.549019607843,128.43137254902],[0,2.94117647058824,8.82352941176471],[9.80392156862745,24.5098039215686,29.4117647058824],[24.5098039215686,39.2156862745098,42.156862745098],[29.4117647058824,47.0588235294118,49.0196078431373],[29.4117647058824,47.0588235294118,49.0196078431373],[31.3725490196078,49.0196078431373,49.0196078431373],[20.5882352941176,38.2352941176471,38.2352941176471],[49.0196078431373,67.6470588235294,65.6862745098039],[64.7058823529412,84.3137254901961,82.3529411764706],[62.7450980392157,82.3529411764706,80.3921568627451],[53.921568627451,73.5294117647059,71.5686274509804],[45.0980392156863,64.7058823529412,62.7450980392157],[48.0392156862745,68.6274509803922,63.7254901960784],[61.7647058823529,81.3725490196078,79.4117647058823],[50.9803921568627,71.5686274509804,72.5490196078431],[43.1372549019608,63.7254901960784,64.7058823529412],[44.1176470588235,63.7254901960784,61.7647058823529],[71.5686274509804,92.156862745098,87.2549019607843],[75.4901960784314,94.1176470588235,88.2352941176471],[69.6078431372549,86.2745098039216,78.4313725490196],[50.9803921568627,66.6666666666667,55.8823529411765],[53.921568627451,67.6470588235294,52.9411764705882],[51.9607843137255,66.6666666666667,48.0392156862745],[77.4509803921569,90.1960784313725,70.5882352941177],[83.3333333333333,95.0980392156863,71.5686274509804],[84.3137254901961,97.0588235294118,69.6078431372549],[136.274509803922,150,117.647058823529],[163.725490196078,177.450980392157,143.137254901961],[180.392156862745,194.117647058824,158.823529411765],[157.843137254902,176.470588235294,147.058823529412],[134.313725490196,161.764705882353,148.039215686275],[67.6470588235294,101.960784313725,96.078431372549],[75.4901960784314,111.764705882353,103.921568627451],[82.3529411764706,121.56862745098,110.78431372549],[102.941176470588,144.117647058824,134.313725490196],[100.980392156863,142.156862745098,132.352941176471],[124.509803921569,159.803921568627,150],[163.725490196078,194.117647058824,186.274509803922],[158.823529411765,187.254901960784,182.352941176471],[150.980392156863,177.450980392157,172.549019607843],[143.137254901961,165.686274509804,159.803921568627],[183.333333333333,207.843137254902,201.960784313725],[141.176470588235,169.607843137255,164.705882352941],[123.529411764706,154.901960784314,150],[166.666666666667,199.019607843137,192.156862745098],[147.058823529412,181.372549019608,175.490196078431],[127.450980392157,162.745098039216,158.823529411765],[135.294117647059,174.509803921569,174.509803921569],[124.509803921569,166.666666666667,175.490196078431],[109.803921568627,151.960784313725,167.647058823529],[134.313725490196,179.411764705882,194.117647058824],[104.901960784314,154.901960784314,171.56862745098],[82.3529411764706,141.176470588235,164.705882352941],[87.2549019607843,148.039215686275,168.627450980392],[116.666666666667,169.607843137255,181.372549019608],[101.960784313725,150.980392156863,159.803921568627],[89.2156862745098,140.196078431373,152.941176470588],[110.78431372549,153.921568627451,164.705882352941],[174.509803921569,199.019607843137,203.921568627451],[175.490196078431,190.196078431373,193.137254901961],[209.803921568627,220.588235294118,222.549019607843],[155.882352941176,169.607843137255,170.588235294118],[177.450980392157,196.078431372549,200],[192.156862745098,220.588235294118,226.470588235294],[162.745098039216,206.862745098039,212.745098039216],[111.764705882353,160.78431372549,169.607843137255],[81.3725490196078,127.450980392157,137.254901960784],[173.529411764706,209.803921568627,217.647058823529],[183.333333333333,201.960784313725,207.843137254902],[177.450980392157,188.235294117647,192.156862745098],[177.450980392157,191.176470588235,192.156862745098],[137.254901960784,165.686274509804,163.725490196078],[81.3725490196078,130.392156862745,127.450980392157],[89.2156862745098,152.941176470588,149.019607843137],[102.941176470588,167.647058823529,165.686274509804],[48.0392156862745,106.862745098039,104.901960784314],[67.6470588235294,110.78431372549,109.803921568627],[106.862745098039,146.078431372549,146.078431372549],[184.313725490196,227.450980392157,230.392156862745],[104.901960784314,152.941176470588,156.862745098039],[24.5098039215686,77.4509803921569,77.4509803921569],[89.2156862745098,138.235294117647,137.254901960784],[185.294117647059,217.647058823529,222.549019607843],[142.156862745098,175.490196078431,184.313725490196],[86.2745098039216,135.294117647059,142.156862745098],[84.3137254901961,137.254901960784,147.058823529412],[95.0980392156863,143.137254901961,159.803921568627],[84.3137254901961,131.372549019608,150.980392156863],[99.0196078431373,149.019607843137,165.686274509804],[77.4509803921569,125.490196078431,139.21568627451],[67.6470588235294,111.764705882353,117.647058823529],[103.921568627451,141.176470588235,142.156862745098],[79.4117647058823,109.803921568627,104.901960784314],[117.647058823529,136.274509803922,130.392156862745],[182.352941176471,188.235294117647,184.313725490196],[187.254901960784,184.313725490196,179.411764705882],[249.019607843137,242.156862745098,234.313725490196],[248.039215686275,237.254901960784,231.372549019608],[188.235294117647,177.450980392157,173.529411764706],[192.156862745098,179.411764705882,171.56862745098],[195.098039215686,179.411764705882,164.705882352941],[152.941176470588,142.156862745098,122.549019607843],[193.137254901961,192.156862745098,172.549019607843],[202.941176470588,201.960784313725,181.372549019608],[136.274509803922,126.470588235294,100],[153.921568627451,140.196078431373,111.764705882353],[237.254901960784,221.56862745098,196.078431372549],[208.823529411765,189.21568627451,164.705882352941],[141.176470588235,120.588235294118,92.156862745098],[151.960784313725,125.490196078431,99.0196078431373],[98.0392156862745,66.6666666666667,46.078431372549],[171.56862745098,134.313725490196,113.725490196078],[234.313725490196,194.117647058824,164.705882352941],[225.490196078431,188.235294117647,150],[223.529411764706,196.078431372549,150],[181.372549019608,155.882352941176,107.843137254902],[160.78431372549,127.450980392157,83.3333333333333],[176.470588235294,138.235294117647,100],[190.196078431373,148.039215686275,114.705882352941],[118.627450980392,78.4313725490196,47.0588235294118],[220.588235294118,185.294117647059,150],[207.843137254902,173.529411764706,134.313725490196],[178.43137254902,136.274509803922,94.1176470588235],[167.647058823529,126.470588235294,77.4509803921569],[189.21568627451,157.843137254902,101.960784313725],[193.137254901961,166.666666666667,112.745098039216],[172.549019607843,150,106.862745098039],[180.392156862745,158.823529411765,118.627450980392],[227.450980392157,205.882352941176,165.686274509804],[169.607843137255,147.058823529412,113.725490196078],[165.686274509804,141.176470588235,119.607843137255],[199.019607843137,176.470588235294,158.823529411765],[197.058823529412,181.372549019608,156.862745098039],[128.43137254902,114.705882352941,88.2352941176471],[145.098039215686,130.392156862745,101.960784313725],[204.901960784314,185.294117647059,158.823529411765],[161.764705882353,136.274509803922,113.725490196078],[108.823529411765,83.3333333333333,58.8235294117647],[134.313725490196,116.666666666667,81.3725490196078],[142.156862745098,133.333333333333,95.0980392156863],[135.294117647059,131.372549019608,95.0980392156863],[149.019607843137,154.901960784314,119.607843137255],[41.1764705882353,57.843137254902,22.5490196078431],[81.3725490196078,100,68.6274509803922],[160.78431372549,168.627450980392,145.098039215686],[154.901960784314,153.921568627451,133.333333333333],[78.4313725490196,72.5490196078431,47.0588235294118],[90.1960784313725,80.3921568627451,53.921568627451],[100.980392156863,94.1176470588235,65.6862745098039],[116.666666666667,111.764705882353,83.3333333333333],[108.823529411765,101.960784313725,76.4705882352941],[81.3725490196078,70.5882352941177,52.9411764705882],[113.725490196078,99.0196078431373,94.1176470588235],[75.4901960784314,59.8039215686275,59.8039215686275],[74.5098039215686,65.6862745098039,58.8235294117647],[86.2745098039216,84.3137254901961,69.6078431372549],[99.0196078431373,108.823529411765,82.3529411764706],[58.8235294117647,72.5490196078431,40.1960784313726],[95.0980392156863,100.980392156863,75.4901960784314],[91.1764705882353,91.1764705882353,67.6470588235294],[80.3921568627451,74.5098039215686,50.9803921568627],[65.6862745098039,55.8823529411765,31.3725490196078],[95.0980392156863,79.4117647058823,56.8627450980392],[80.3921568627451,62.7450980392157,43.1372549019608],[67.6470588235294,49.0196078431373,32.3529411764706],[64.7058823529412,47.0588235294118,33.3333333333333],[67.6470588235294,53.921568627451,43.1372549019608],[41.1764705882353,28.4313725490196,19.6078431372549],[47.0588235294118,34.3137254901961,25.4901960784314],[42.156862745098,26.4705882352941,13.7254901960784],[69.6078431372549,47.0588235294118,29.4117647058824],[100.980392156863,73.5294117647059,51.9607843137255],[96.078431372549,61.7647058823529,34.3137254901961],[86.2745098039216,50,24.5098039215686],[55.8823529411765,23.5294117647059,4.90196078431373],[57.843137254902,30.3921568627451,16.6666666666667],[37.2549019607843,13.7254901960784,1.96078431372549],[15.6862745098039,0,0],[16.6666666666667,2.94117647058824,0],[13.7254901960784,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[174.509803921569,172.549019607843,175.490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,14.7058823529412,19.6078431372549],[0,9.80392156862745,13.7254901960784],[58.8235294117647,72.5490196078431,75.4901960784314],[83.3333333333333,98.0392156862745,100.980392156863],[6.86274509803922,21.5686274509804,24.5098039215686],[16.6666666666667,31.3725490196078,34.3137254901961],[17.6470588235294,35.2941176470588,37.2549019607843],[28.4313725490196,46.078431372549,48.0392156862745],[27.4509803921569,45.0980392156863,45.0980392156863],[30.3921568627451,48.0392156862745,48.0392156862745],[27.4509803921569,46.078431372549,44.1176470588235],[46.078431372549,64.7058823529412,62.7450980392157],[51.9607843137255,71.5686274509804,69.6078431372549],[47.0588235294118,66.6666666666667,64.7058823529412],[43.1372549019608,62.7450980392157,60.7843137254902],[37.2549019607843,56.8627450980392,54.9019607843137],[39.2156862745098,59.8039215686275,54.9019607843137],[50.9803921568627,70.5882352941177,68.6274509803922],[43.1372549019608,62.7450980392157,61.7647058823529],[50,69.6078431372549,68.6274509803922],[57.843137254902,76.4705882352941,74.5098039215686],[82.3529411764706,100.980392156863,95.0980392156863],[67.6470588235294,84.3137254901961,76.4705882352941],[58.8235294117647,74.5098039215686,63.7254901960784],[59.8039215686275,73.5294117647059,58.8235294117647],[52.9411764705882,65.6862745098039,48.0392156862745],[70.5882352941177,84.3137254901961,61.7647058823529],[115.686274509804,128.43137254902,102.941176470588],[115.686274509804,128.43137254902,100.980392156863],[100,110.78431372549,81.3725490196078],[113.725490196078,124.509803921569,93.1372549019608],[150.980392156863,164.705882352941,130.392156862745],[141.176470588235,154.901960784314,120.588235294118],[78.4313725490196,98.0392156862745,70.5882352941177],[78.4313725490196,109.803921568627,97.0588235294118],[50,89.2156862745098,81.3725490196078],[50,89.2156862745098,81.3725490196078],[64.7058823529412,103.921568627451,96.078431372549],[92.156862745098,131.372549019608,123.529411764706],[110.78431372549,147.058823529412,140.196078431373],[116.666666666667,150.980392156863,145.098039215686],[101.960784313725,132.352941176471,126.470588235294],[166.666666666667,196.078431372549,188.235294117647],[151.960784313725,178.43137254902,171.56862745098],[156.862745098039,183.333333333333,176.470588235294],[193.137254901961,222.549019607843,214.705882352941],[114.705882352941,145.098039215686,139.21568627451],[128.43137254902,162.745098039216,156.862745098039],[161.764705882353,200,195.098039215686],[137.254901960784,175.490196078431,170.588235294118],[122.549019607843,160.78431372549,155.882352941176],[81.3725490196078,122.549019607843,120.588235294118],[91.1764705882353,135.294117647059,140.196078431373],[151.960784313725,195.098039215686,203.921568627451],[161.764705882353,203.921568627451,212.745098039216],[162.745098039216,207.843137254902,220.588235294118],[116.666666666667,172.549019607843,192.156862745098],[76.4705882352941,136.274509803922,154.901960784314],[80.3921568627451,132.352941176471,146.078431372549],[88.2352941176471,139.21568627451,150],[99.0196078431373,151.960784313725,163.725490196078],[144.117647058824,190.196078431373,198.039215686275],[156.862745098039,185.294117647059,189.21568627451],[154.901960784314,174.509803921569,175.490196078431],[180.392156862745,194.117647058824,195.098039215686],[202.941176470588,213.725490196078,215.686274509804],[240.196078431373,250,250],[212.745098039216,237.254901960784,242.156862745098],[116.666666666667,158.823529411765,164.705882352941],[103.921568627451,153.921568627451,157.843137254902],[100,148.039215686275,151.960784313725],[88.2352941176471,122.549019607843,124.509803921569],[182.352941176471,196.078431372549,196.078431372549],[215.686274509804,219.607843137255,218.627450980392],[206.862745098039,215.686274509804,210.78431372549],[208.823529411765,231.372549019608,225.490196078431],[78.4313725490196,126.470588235294,120.588235294118],[106.862745098039,166.666666666667,159.803921568627],[176.470588235294,236.274509803922,231.372549019608],[135.294117647059,184.313725490196,181.372549019608],[154.901960784314,180.392156862745,179.411764705882],[229.411764705882,250,250],[196.078431372549,232.352941176471,240.196078431373],[46.078431372549,92.156862745098,98.0392156862745],[44.1176470588235,99.0196078431373,100],[96.078431372549,145.098039215686,146.078431372549],[227.450980392157,250,250],[180.392156862745,209.803921568627,217.647058823529],[91.1764705882353,140.196078431373,147.058823529412],[79.4117647058823,136.274509803922,147.058823529412],[89.2156862745098,139.21568627451,155.882352941176],[83.3333333333333,130.392156862745,150],[72.5490196078431,124.509803921569,142.156862745098],[89.2156862745098,140.196078431373,152.941176470588],[76.4705882352941,118.627450980392,124.509803921569],[93.1372549019608,126.470588235294,125.490196078431],[119.607843137255,145.098039215686,136.274509803922],[133.333333333333,146.078431372549,137.254901960784],[234.313725490196,235.294117647059,230.392156862745],[195.098039215686,188.235294117647,182.352941176471],[250,239.21568627451,231.372549019608],[234.313725490196,221.56862745098,212.745098039216],[151.960784313725,143.137254901961,136.274509803922],[168.627450980392,158.823529411765,149.019607843137],[212.745098039216,196.078431372549,176.470588235294],[152.941176470588,139.21568627451,113.725490196078],[171.56862745098,165.686274509804,144.117647058824],[202.941176470588,197.058823529412,173.529411764706],[181.372549019608,166.666666666667,136.274509803922],[165.686274509804,147.058823529412,115.686274509804],[167.647058823529,150.980392156863,123.529411764706],[181.372549019608,161.764705882353,137.254901960784],[180.392156862745,154.901960784314,128.43137254902],[220.588235294118,191.176470588235,163.725490196078],[205.882352941176,174.509803921569,150],[171.56862745098,136.274509803922,110.78431372549],[189.21568627451,149.019607843137,119.607843137255],[175.490196078431,136.274509803922,101.960784313725],[171.56862745098,143.137254901961,101.960784313725],[132.352941176471,105.882352941176,63.7254901960784],[168.627450980392,134.313725490196,95.0980392156863],[131.372549019608,93.1372549019608,54.9019607843137],[143.137254901961,103.921568627451,69.6078431372549],[154.901960784314,117.647058823529,82.3529411764706],[233.333333333333,201.960784313725,164.705882352941],[198.039215686275,165.686274509804,125.490196078431],[208.823529411765,168.627450980392,125.490196078431],[175.490196078431,134.313725490196,87.2549019607843],[204.901960784314,173.529411764706,117.647058823529],[149.019607843137,122.549019607843,68.6274509803922],[99.0196078431373,77.4509803921569,31.3725490196078],[144.117647058824,122.549019607843,82.3529411764706],[149.019607843137,127.450980392157,87.2549019607843],[136.274509803922,114.705882352941,76.4705882352941],[170.588235294118,148.039215686275,116.666666666667],[201.960784313725,179.411764705882,149.019607843137],[179.411764705882,156.862745098039,123.529411764706],[174.509803921569,152.941176470588,116.666666666667],[160.78431372549,137.254901960784,101.960784313725],[156.862745098039,133.333333333333,98.0392156862745],[153.921568627451,130.392156862745,97.0588235294118],[149.019607843137,126.470588235294,95.0980392156863],[176.470588235294,160.78431372549,125.490196078431],[180.392156862745,167.647058823529,133.333333333333],[165.686274509804,159.803921568627,126.470588235294],[218.627450980392,219.607843137255,186.274509803922],[120.588235294118,130.392156862745,94.1176470588235],[111.764705882353,123.529411764706,88.2352941176471],[181.372549019608,182.352941176471,151.960784313725],[175.490196078431,169.607843137255,144.117647058824],[173.529411764706,163.725490196078,137.254901960784],[154.901960784314,146.078431372549,115.686274509804],[105.882352941176,100,64.7058823529412],[91.1764705882353,87.2549019607843,52.9411764705882],[55.8823529411765,50.9803921568627,22.5490196078431],[119.607843137255,111.764705882353,93.1372549019608],[92.156862745098,79.4117647058823,71.5686274509804],[72.5490196078431,58.8235294117647,55.8823529411765],[95.0980392156863,86.2745098039216,79.4117647058823],[104.901960784314,102.941176470588,88.2352941176471],[129.411764705882,138.235294117647,109.803921568627],[69.6078431372549,79.4117647058823,46.078431372549],[91.1764705882353,92.156862745098,61.7647058823529],[143.137254901961,136.274509803922,108.823529411765],[142.156862745098,131.372549019608,103.921568627451],[117.647058823529,101.960784313725,76.4705882352941],[100,80.3921568627451,55.8823529411765],[103.921568627451,82.3529411764706,59.8039215686275],[67.6470588235294,47.0588235294118,26.4705882352941],[56.8627450980392,38.2352941176471,21.5686274509804],[58.8235294117647,46.078431372549,30.3921568627451],[51.9607843137255,40.1960784313726,26.4705882352941],[57.843137254902,45.0980392156863,29.4117647058824],[46.078431372549,29.4117647058824,13.7254901960784],[208.823529411765,184.313725490196,162.745098039216],[126.470588235294,95.0980392156863,70.5882352941177],[115.686274509804,77.4509803921569,49.0196078431373],[89.2156862745098,50.9803921568627,22.5490196078431],[83.3333333333333,51.9607843137255,31.3725490196078],[98.0392156862745,71.5686274509804,54.9019607843137],[85.2941176470588,63.7254901960784,50.9803921568627],[42.156862745098,25.4901960784314,15.6862745098039],[10.7843137254902,0,0],[8.82352941176471,0.980392156862745,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[14.7058823529412,12.7450980392157,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[73.5294117647059,73.5294117647059,73.5294117647059],[246.078431372549,246.078431372549,246.078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[71.5686274509804,69.6078431372549,72.5490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,8.82352941176471,11.7647058823529],[6.86274509803922,15.6862745098039,20.5882352941176],[1.96078431372549,12.7450980392157,16.6666666666667],[0,2.94117647058824,8.82352941176471],[0,11.7647058823529,17.6470588235294],[0,9.80392156862745,12.7450980392157],[10.7843137254902,25.4901960784314,28.4313725490196],[12.7450980392157,27.4509803921569,30.3921568627451],[23.5294117647059,38.2352941176471,41.1764705882353],[19.6078431372549,35.2941176470588,35.2941176470588],[18.6274509803922,34.3137254901961,34.3137254901961],[26.4705882352941,44.1176470588235,44.1176470588235],[37.2549019607843,54.9019607843137,54.9019607843137],[36.2745098039216,54.9019607843137,52.9411764705882],[33.3333333333333,51.9607843137255,50],[34.3137254901961,53.921568627451,51.9607843137255],[32.3529411764706,51.9607843137255,50],[30.3921568627451,50.9803921568627,46.078431372549],[37.2549019607843,57.843137254902,52.9411764705882],[40.1960784313726,58.8235294117647,54.9019607843137],[52.9411764705882,71.5686274509804,67.6470588235294],[52.9411764705882,71.5686274509804,65.6862745098039],[60.7843137254902,77.4509803921569,69.6078431372549],[74.5098039215686,90.1960784313725,80.3921568627451],[103.921568627451,119.607843137255,106.862745098039],[103.921568627451,117.647058823529,102.941176470588],[101.960784313725,114.705882352941,97.0588235294118],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[118.627450980392,131.372549019608,105.882352941176],[102.941176470588,115.686274509804,90.1960784313725],[142.156862745098,154.901960784314,127.450980392157],[181.372549019608,196.078431372549,167.647058823529],[100,114.705882352941,86.2745098039216],[89.2156862745098,106.862745098039,81.3725490196078],[109.803921568627,138.235294117647,120.588235294118],[129.411764705882,161.764705882353,150.980392156863],[90.1960784313725,124.509803921569,117.647058823529],[144.117647058824,177.450980392157,176.470588235294],[189.21568627451,222.549019607843,224.509803921569],[127.450980392157,160.78431372549,162.745098039216],[79.4117647058823,109.803921568627,111.764705882353],[83.3333333333333,114.705882352941,111.764705882353],[110.78431372549,142.156862745098,131.372549019608],[110.78431372549,142.156862745098,127.450980392157],[136.274509803922,168.627450980392,151.960784313725],[190.196078431373,223.529411764706,207.843137254902],[151.960784313725,189.21568627451,178.43137254902],[103.921568627451,142.156862745098,137.254901960784],[88.2352941176471,129.411764705882,128.43137254902],[120.588235294118,160.78431372549,162.745098039216],[113.725490196078,154.901960784314,152.941176470588],[99.0196078431373,140.196078431373,138.235294117647],[151.960784313725,197.058823529412,197.058823529412],[191.176470588235,238.235294117647,242.156862745098],[137.254901960784,185.294117647059,192.156862745098],[119.607843137255,170.588235294118,181.372549019608],[103.921568627451,158.823529411765,171.56862745098],[95.0980392156863,150,162.745098039216],[102.941176470588,157.843137254902,170.588235294118],[92.156862745098,143.137254901961,153.921568627451],[106.862745098039,152.941176470588,162.745098039216],[126.470588235294,166.666666666667,172.549019607843],[162.745098039216,193.137254901961,196.078431372549],[171.56862745098,195.098039215686,197.058823529412],[187.254901960784,204.901960784314,206.862745098039],[199.019607843137,212.745098039216,213.725490196078],[220.588235294118,229.411764705882,234.313725490196],[188.235294117647,204.901960784314,211.764705882353],[110.78431372549,148.039215686275,150.980392156863],[121.56862745098,168.627450980392,168.627450980392],[101.960784313725,150.980392156863,148.039215686275],[89.2156862745098,130.392156862745,126.470588235294],[146.078431372549,172.549019607843,167.647058823529],[178.43137254902,197.058823529412,191.176470588235],[167.647058823529,187.254901960784,178.43137254902],[159.803921568627,189.21568627451,179.411764705882],[170.588235294118,215.686274509804,205.882352941176],[165.686274509804,213.725490196078,207.843137254902],[219.607843137255,250,250],[230.392156862745,250,250],[226.470588235294,227.450980392157,232.352941176471],[222.549019607843,222.549019607843,232.352941176471],[167.647058823529,191.176470588235,202.941176470588],[80.3921568627451,119.607843137255,129.411764705882],[66.6666666666667,114.705882352941,118.627450980392],[144.117647058824,187.254901960784,190.196078431373],[230.392156862745,250,250],[163.725490196078,192.156862745098,200],[91.1764705882353,139.21568627451,144.117647058824],[87.2549019607843,141.176470588235,148.039215686275],[89.2156862745098,137.254901960784,150.980392156863],[83.3333333333333,129.411764705882,145.098039215686],[79.4117647058823,127.450980392157,141.176470588235],[60.7843137254902,108.823529411765,115.686274509804],[88.2352941176471,127.450980392157,127.450980392157],[122.549019607843,150.980392156863,146.078431372549],[142.156862745098,161.764705882353,150],[152.941176470588,163.725490196078,150],[246.078431372549,246.078431372549,236.274509803922],[250,248.039215686275,239.21568627451],[232.352941176471,220.588235294118,208.823529411765],[176.470588235294,162.745098039216,151.960784313725],[140.196078431373,131.372549019608,122.549019607843],[209.803921568627,200,188.235294117647],[182.352941176471,167.647058823529,147.058823529412],[179.411764705882,164.705882352941,142.156862745098],[174.509803921569,169.607843137255,150],[209.803921568627,204.901960784314,183.333333333333],[225.490196078431,214.705882352941,185.294117647059],[184.313725490196,169.607843137255,139.21568627451],[144.117647058824,130.392156862745,103.921568627451],[151.960784313725,134.313725490196,110.78431372549],[206.862745098039,183.333333333333,157.843137254902],[169.607843137255,143.137254901961,116.666666666667],[133.333333333333,103.921568627451,78.4313725490196],[110.78431372549,77.4509803921569,50.9803921568627],[122.549019607843,84.3137254901961,55.8823529411765],[179.411764705882,144.117647058824,110.78431372549],[171.56862745098,143.137254901961,103.921568627451],[100.980392156863,72.5490196078431,33.3333333333333],[146.078431372549,112.745098039216,75.4901960784314],[179.411764705882,142.156862745098,106.862745098039],[164.705882352941,126.470588235294,94.1176470588235],[156.862745098039,121.56862745098,88.2352941176471],[159.803921568627,127.450980392157,93.1372549019608],[159.803921568627,128.43137254902,90.1960784313725],[247.058823529412,208.823529411765,168.627450980392],[213.725490196078,176.470588235294,130.392156862745],[213.725490196078,181.372549019608,129.411764705882],[158.823529411765,129.411764705882,80.3921568627451],[128.43137254902,95.0980392156863,57.843137254902],[198.039215686275,168.627450980392,135.294117647059],[246.078431372549,221.56862745098,191.176470588235],[171.56862745098,151.960784313725,117.647058823529],[109.803921568627,91.1764705882353,51.9607843137255],[152.941176470588,131.372549019608,91.1764705882353],[218.627450980392,191.176470588235,152.941176470588],[177.450980392157,146.078431372549,108.823529411765],[182.352941176471,150.980392156863,113.725490196078],[119.607843137255,91.1764705882353,51.9607843137255],[138.235294117647,117.647058823529,73.5294117647059],[130.392156862745,115.686274509804,75.4901960784314],[140.196078431373,127.450980392157,96.078431372549],[186.274509803922,174.509803921569,149.019607843137],[179.411764705882,164.705882352941,142.156862745098],[184.313725490196,172.549019607843,147.058823529412],[176.470588235294,172.549019607843,138.235294117647],[186.274509803922,183.333333333333,149.019607843137],[221.56862745098,216.666666666667,187.254901960784],[197.058823529412,192.156862745098,163.725490196078],[141.176470588235,134.313725490196,106.862745098039],[127.450980392157,120.588235294118,92.156862745098],[180.392156862745,174.509803921569,143.137254901961],[170.588235294118,164.705882352941,133.333333333333],[110.78431372549,105.882352941176,77.4509803921569],[128.43137254902,122.549019607843,99.0196078431373],[96.078431372549,90.1960784313725,74.5098039215686],[72.5490196078431,66.6666666666667,52.9411764705882],[58.8235294117647,54.9019607843137,43.1372549019608],[58.8235294117647,56.8627450980392,42.156862745098],[57.843137254902,59.8039215686275,38.2352941176471],[67.6470588235294,66.6666666666667,39.2156862745098],[97.0588235294118,87.2549019607843,52.9411764705882],[163.725490196078,148.039215686275,114.705882352941],[124.509803921569,105.882352941176,74.5098039215686],[90.1960784313725,69.6078431372549,41.1764705882353],[84.3137254901961,63.7254901960784,37.2549019607843],[76.4705882352941,52.9411764705882,29.4117647058824],[44.1176470588235,22.5490196078431,0],[42.156862745098,20.5882352941176,0],[52.9411764705882,31.3725490196078,8.82352941176471],[82.3529411764706,58.8235294117647,35.2941176470588],[90.1960784313725,64.7058823529412,40.1960784313726],[63.7254901960784,34.3137254901961,8.82352941176471],[103.921568627451,70.5882352941177,43.1372549019608],[103.921568627451,65.6862745098039,35.2941176470588],[123.529411764706,81.3725490196078,48.0392156862745],[87.2549019607843,47.0588235294118,19.6078431372549],[70.5882352941177,39.2156862745098,18.6274509803922],[67.6470588235294,40.1960784313726,26.4705882352941],[65.6862745098039,44.1176470588235,31.3725490196078],[53.921568627451,35.2941176470588,28.4313725490196],[29.4117647058824,15.6862745098039,12.7450980392157],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[17.6470588235294,13.7254901960784,14.7058823529412],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[43.1372549019608,41.1764705882353,42.156862745098],[37.2549019607843,35.2941176470588,36.2745098039216],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[17.6470588235294,17.6470588235294,17.6470588235294],[92.156862745098,92.156862745098,92.156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,6.86274509803922],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[2.94117647058824,12.7450980392157,14.7058823529412],[6.86274509803922,15.6862745098039,20.5882352941176],[2.94117647058824,13.7254901960784,17.6470588235294],[13.7254901960784,24.5098039215686,30.3921568627451],[2.94117647058824,15.6862745098039,21.5686274509804],[10.7843137254902,24.5098039215686,27.4509803921569],[7.84313725490196,22.5490196078431,25.4901960784314],[5.88235294117647,20.5882352941176,23.5294117647059],[13.7254901960784,28.4313725490196,31.3725490196078],[27.4509803921569,43.1372549019608,43.1372549019608],[33.3333333333333,49.0196078431373,49.0196078431373],[22.5490196078431,40.1960784313726,40.1960784313726],[30.3921568627451,48.0392156862745,48.0392156862745],[31.3725490196078,50,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[39.2156862745098,58.8235294117647,56.8627450980392],[37.2549019607843,56.8627450980392,54.9019607843137],[32.3529411764706,52.9411764705882,48.0392156862745],[36.2745098039216,56.8627450980392,50],[28.4313725490196,48.0392156862745,39.2156862745098],[41.1764705882353,57.843137254902,48.0392156862745],[51.9607843137255,68.6274509803922,58.8235294117647],[57.843137254902,75.4901960784314,63.7254901960784],[98.0392156862745,113.725490196078,100.980392156863],[148.039215686275,161.764705882353,147.058823529412],[101.960784313725,115.686274509804,99.0196078431373],[70.5882352941177,83.3333333333333,65.6862745098039],[99.0196078431373,111.764705882353,92.156862745098],[96.078431372549,109.803921568627,87.2549019607843],[81.3725490196078,93.1372549019608,71.5686274509804],[92.156862745098,103.921568627451,80.3921568627451],[159.803921568627,173.529411764706,149.019607843137],[207.843137254902,221.56862745098,197.058823529412],[151.960784313725,165.686274509804,141.176470588235],[127.450980392157,145.098039215686,121.56862745098],[153.921568627451,178.43137254902,159.803921568627],[164.705882352941,192.156862745098,178.43137254902],[117.647058823529,146.078431372549,141.176470588235],[185.294117647059,214.705882352941,212.745098039216],[156.862745098039,187.254901960784,190.196078431373],[81.3725490196078,111.764705882353,114.705882352941],[86.2745098039216,116.666666666667,118.627450980392],[60.7843137254902,92.156862745098,89.2156862745098],[95.0980392156863,127.450980392157,116.666666666667],[127.450980392157,160.78431372549,145.098039215686],[139.21568627451,172.549019607843,156.862745098039],[105.882352941176,143.137254901961,128.43137254902],[126.470588235294,167.647058823529,155.882352941176],[128.43137254902,172.549019607843,165.686274509804],[130.392156862745,175.490196078431,175.490196078431],[90.1960784313725,134.313725490196,137.254901960784],[92.156862745098,135.294117647059,134.313725490196],[123.529411764706,166.666666666667,165.686274509804],[158.823529411765,203.921568627451,201.960784313725],[133.333333333333,182.352941176471,183.333333333333],[126.470588235294,180.392156862745,185.294117647059],[93.1372549019608,149.019607843137,155.882352941176],[78.4313725490196,130.392156862745,136.274509803922],[100.980392156863,152.941176470588,158.823529411765],[119.607843137255,172.549019607843,184.313725490196],[102.941176470588,151.960784313725,162.745098039216],[100,140.196078431373,146.078431372549],[164.705882352941,197.058823529412,201.960784313725],[177.450980392157,207.843137254902,212.745098039216],[200.980392156863,228.43137254902,232.352941176471],[183.333333333333,206.862745098039,208.823529411765],[192.156862745098,209.803921568627,209.803921568627],[218.627450980392,228.43137254902,230.392156862745],[163.725490196078,178.43137254902,181.372549019608],[170.588235294118,201.960784313725,199.019607843137],[130.392156862745,172.549019607843,165.686274509804],[104.901960784314,149.019607843137,142.156862745098],[76.4705882352941,117.647058823529,107.843137254902],[114.705882352941,141.176470588235,134.313725490196],[133.333333333333,153.921568627451,147.058823529412],[150,170.588235294118,161.764705882353],[151.960784313725,178.43137254902,169.607843137255],[166.666666666667,203.921568627451,193.137254901961],[138.235294117647,177.450980392157,168.627450980392],[181.372549019608,209.803921568627,204.901960784314],[212.745098039216,224.509803921569,224.509803921569],[250,240.196078431373,248.039215686275],[190.196078431373,180.392156862745,191.176470588235],[195.098039215686,211.764705882353,219.607843137255],[128.43137254902,160.78431372549,165.686274509804],[106.862745098039,148.039215686275,146.078431372549],[110.78431372549,149.019607843137,146.078431372549],[198.039215686275,221.56862745098,223.529411764706],[148.039215686275,172.549019607843,176.470588235294],[82.3529411764706,127.450980392157,127.450980392157],[106.862745098039,159.803921568627,161.764705882353],[83.3333333333333,129.411764705882,139.21568627451],[78.4313725490196,121.56862745098,134.313725490196],[100.980392156863,147.058823529412,156.862745098039],[79.4117647058823,119.607843137255,125.490196078431],[71.5686274509804,104.901960784314,105.882352941176],[106.862745098039,131.372549019608,125.490196078431],[124.509803921569,137.254901960784,127.450980392157],[224.509803921569,228.43137254902,214.705882352941],[248.039215686275,244.117647058824,232.352941176471],[234.313725490196,224.509803921569,212.745098039216],[191.176470588235,178.43137254902,162.745098039216],[142.156862745098,129.411764705882,113.725490196078],[136.274509803922,126.470588235294,114.705882352941],[188.235294117647,179.411764705882,164.705882352941],[225.490196078431,210.78431372549,188.235294117647],[175.490196078431,163.725490196078,140.196078431373],[122.549019607843,120.588235294118,100],[152.941176470588,150.980392156863,130.392156862745],[207.843137254902,199.019607843137,170.588235294118],[184.313725490196,170.588235294118,142.156862745098],[108.823529411765,97.0588235294118,73.5294117647059],[129.411764705882,114.705882352941,92.156862745098],[147.058823529412,127.450980392157,103.921568627451],[143.137254901961,117.647058823529,93.1372549019608],[155.882352941176,126.470588235294,102.941176470588],[154.901960784314,121.56862745098,95.0980392156863],[150,115.686274509804,86.2745098039216],[183.333333333333,149.019607843137,117.647058823529],[157.843137254902,128.43137254902,93.1372549019608],[122.549019607843,93.1372549019608,55.8823529411765],[145.098039215686,112.745098039216,78.4313725490196],[137.254901960784,103.921568627451,69.6078431372549],[188.235294117647,153.921568627451,122.549019607843],[155.882352941176,123.529411764706,93.1372549019608],[173.529411764706,141.176470588235,108.823529411765],[185.294117647059,152.941176470588,118.627450980392],[199.019607843137,166.666666666667,126.470588235294],[218.627450980392,186.274509803922,142.156862745098],[231.372549019608,201.960784313725,152.941176470588],[204.901960784314,172.549019607843,128.43137254902],[217.647058823529,180.392156862745,145.098039215686],[250,232.352941176471,203.921568627451],[250,231.372549019608,203.921568627451],[138.235294117647,115.686274509804,84.3137254901961],[135.294117647059,114.705882352941,70.5882352941177],[208.823529411765,185.294117647059,138.235294117647],[248.039215686275,216.666666666667,176.470588235294],[226.470588235294,192.156862745098,152.941176470588],[171.56862745098,137.254901960784,98.0392156862745],[176.470588235294,146.078431372549,102.941176470588],[177.450980392157,155.882352941176,107.843137254902],[131.372549019608,114.705882352941,71.5686274509804],[107.843137254902,92.156862745098,66.6666666666667],[102.941176470588,88.2352941176471,69.6078431372549],[95.0980392156863,76.4705882352941,59.8039215686275],[137.254901960784,119.607843137255,98.0392156862745],[125.490196078431,108.823529411765,81.3725490196078],[165.686274509804,150.980392156863,120.588235294118],[206.862745098039,196.078431372549,164.705882352941],[214.705882352941,208.823529411765,175.490196078431],[128.43137254902,124.509803921569,90.1960784313725],[83.3333333333333,79.4117647058823,45.0980392156863],[100.980392156863,95.0980392156863,61.7647058823529],[142.156862745098,136.274509803922,104.901960784314],[150,143.137254901961,115.686274509804],[106.862745098039,102.941176470588,78.4313725490196],[55.8823529411765,54.9019607843137,35.2941176470588],[81.3725490196078,82.3529411764706,64.7058823529412],[79.4117647058823,80.3921568627451,62.7450980392157],[45.0980392156863,44.1176470588235,26.4705882352941],[44.1176470588235,41.1764705882353,22.5490196078431],[56.8627450980392,47.0588235294118,22.5490196078431],[112.745098039216,95.0980392156863,59.8039215686275],[145.098039215686,121.56862745098,84.3137254901961],[92.156862745098,69.6078431372549,36.2745098039216],[64.7058823529412,44.1176470588235,13.7254901960784],[97.0588235294118,76.4705882352941,50],[83.3333333333333,61.7647058823529,39.2156862745098],[99.0196078431373,77.4509803921569,54.9019607843137],[76.4705882352941,52.9411764705882,29.4117647058824],[71.5686274509804,45.0980392156863,18.6274509803922],[128.43137254902,98.0392156862745,69.6078431372549],[118.627450980392,84.3137254901961,52.9411764705882],[115.686274509804,80.3921568627451,47.0588235294118],[138.235294117647,99.0196078431373,64.7058823529412],[125.490196078431,83.3333333333333,50],[92.156862745098,48.0392156862745,15.6862745098039],[90.1960784313725,50,22.5490196078431],[64.7058823529412,33.3333333333333,12.7450980392157],[50.9803921568627,23.5294117647059,9.80392156862745],[40.1960784313726,18.6274509803922,5.88235294117647],[35.2941176470588,18.6274509803922,10.7843137254902],[25.4901960784314,14.7058823529412,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[14.7058823529412,19.6078431372549,23.5294117647059],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[13.7254901960784,22.5490196078431,27.4509803921569],[9.80392156862745,20.5882352941176,24.5098039215686],[9.80392156862745,20.5882352941176,26.4705882352941],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[10.7843137254902,23.5294117647059,29.4117647058824],[14.7058823529412,28.4313725490196,31.3725490196078],[7.84313725490196,21.5686274509804,24.5098039215686],[23.5294117647059,38.2352941176471,41.1764705882353],[27.4509803921569,42.156862745098,45.0980392156863],[24.5098039215686,40.1960784313726,40.1960784313726],[32.3529411764706,48.0392156862745,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[35.2941176470588,53.921568627451,51.9607843137255],[43.1372549019608,62.7450980392157,60.7843137254902],[41.1764705882353,60.7843137254902,58.8235294117647],[37.2549019607843,57.843137254902,52.9411764705882],[42.156862745098,60.7843137254902,54.9019607843137],[54.9019607843137,72.5490196078431,60.7843137254902],[72.5490196078431,88.2352941176471,75.4901960784314],[95.0980392156863,110.78431372549,98.0392156862745],[100.980392156863,114.705882352941,100],[88.2352941176471,101.960784313725,85.2941176470588],[118.627450980392,131.372549019608,113.725490196078],[120.588235294118,133.333333333333,115.686274509804],[100.980392156863,112.745098039216,93.1372549019608],[86.2745098039216,98.0392156862745,78.4313725490196],[74.5098039215686,86.2745098039216,66.6666666666667],[102.941176470588,114.705882352941,95.0980392156863],[92.156862745098,103.921568627451,82.3529411764706],[164.705882352941,178.43137254902,155.882352941176],[190.196078431373,203.921568627451,181.372549019608],[117.647058823529,131.372549019608,108.823529411765],[131.372549019608,146.078431372549,127.450980392157],[126.470588235294,146.078431372549,134.313725490196],[63.7254901960784,86.2745098039216,76.4705882352941],[107.843137254902,132.352941176471,126.470588235294],[135.294117647059,163.725490196078,158.823529411765],[100,130.392156862745,125.490196078431],[104.901960784314,136.274509803922,133.333333333333],[59.8039215686275,91.1764705882353,88.2352941176471],[53.921568627451,85.2941176470588,80.3921568627451],[93.1372549019608,125.490196078431,118.627450980392],[99.0196078431373,133.333333333333,126.470588235294],[91.1764705882353,127.450980392157,119.607843137255],[87.2549019607843,126.470588235294,117.647058823529],[116.666666666667,160.78431372549,153.921568627451],[101.960784313725,150,144.117647058824],[126.470588235294,175.490196078431,172.549019607843],[119.607843137255,168.627450980392,165.686274509804],[113.725490196078,158.823529411765,156.862745098039],[121.56862745098,164.705882352941,163.725490196078],[148.039215686275,193.137254901961,190.196078431373],[115.686274509804,166.666666666667,162.745098039216],[92.156862745098,151.960784313725,154.901960784314],[90.1960784313725,150,152.941176470588],[105.882352941176,154.901960784314,153.921568627451],[96.078431372549,143.137254901961,143.137254901961],[76.4705882352941,125.490196078431,134.313725490196],[107.843137254902,150.980392156863,161.764705882353],[140.196078431373,170.588235294118,173.529411764706],[210.78431372549,235.294117647059,239.21568627451],[165.686274509804,194.117647058824,201.960784313725],[149.019607843137,178.43137254902,186.274509803922],[138.235294117647,165.686274509804,168.627450980392],[154.901960784314,178.43137254902,178.43137254902],[202.941176470588,218.627450980392,218.627450980392],[189.21568627451,207.843137254902,205.882352941176],[209.803921568627,239.21568627451,231.372549019608],[162.745098039216,195.098039215686,184.313725490196],[138.235294117647,170.588235294118,159.803921568627],[115.686274509804,145.098039215686,135.294117647059],[170.588235294118,189.21568627451,183.333333333333],[169.607843137255,184.313725490196,179.411764705882],[196.078431372549,210.78431372549,205.882352941176],[169.607843137255,189.21568627451,180.392156862745],[129.411764705882,154.901960784314,144.117647058824],[137.254901960784,164.705882352941,152.941176470588],[160.78431372549,181.372549019608,172.549019607843],[203.921568627451,212.745098039216,209.803921568627],[246.078431372549,237.254901960784,242.156862745098],[218.627450980392,208.823529411765,216.666666666667],[183.333333333333,195.098039215686,193.137254901961],[165.686274509804,191.176470588235,182.352941176471],[112.745098039216,146.078431372549,132.352941176471],[166.666666666667,198.039215686275,185.294117647059],[200,219.607843137255,210.78431372549],[126.470588235294,149.019607843137,143.137254901961],[104.901960784314,145.098039215686,139.21568627451],[94.1176470588235,142.156862745098,139.21568627451],[95.0980392156863,137.254901960784,143.137254901961],[80.3921568627451,119.607843137255,129.411764705882],[71.5686274509804,108.823529411765,119.607843137255],[78.4313725490196,109.803921568627,120.588235294118],[77.4509803921569,101.960784313725,106.862745098039],[155.882352941176,171.56862745098,171.56862745098],[165.686274509804,170.588235294118,166.666666666667],[250,250,243.137254901961],[214.705882352941,206.862745098039,194.117647058824],[216.666666666667,205.882352941176,188.235294117647],[170.588235294118,155.882352941176,135.294117647059],[166.666666666667,151.960784313725,133.333333333333],[147.058823529412,138.235294117647,121.56862745098],[103.921568627451,95.0980392156863,78.4313725490196],[220.588235294118,206.862745098039,181.372549019608],[196.078431372549,184.313725490196,158.823529411765],[97.0588235294118,96.078431372549,76.4705882352941],[124.509803921569,123.529411764706,103.921568627451],[172.549019607843,165.686274509804,138.235294117647],[179.411764705882,169.607843137255,143.137254901961],[186.274509803922,178.43137254902,157.843137254902],[135.294117647059,124.509803921569,104.901960784314],[148.039215686275,132.352941176471,109.803921568627],[135.294117647059,110.78431372549,89.2156862745098],[192.156862745098,162.745098039216,139.21568627451],[191.176470588235,159.803921568627,135.294117647059],[187.254901960784,158.823529411765,129.411764705882],[157.843137254902,129.411764705882,98.0392156862745],[162.745098039216,130.392156862745,98.0392156862745],[152.941176470588,120.588235294118,88.2352941176471],[171.56862745098,142.156862745098,108.823529411765],[152.941176470588,124.509803921569,93.1372549019608],[155.882352941176,127.450980392157,98.0392156862745],[93.1372549019608,62.7450980392157,34.3137254901961],[102.941176470588,72.5490196078431,44.1176470588235],[140.196078431373,109.803921568627,79.4117647058823],[152.941176470588,125.490196078431,89.2156862745098],[154.901960784314,127.450980392157,88.2352941176471],[160.78431372549,134.313725490196,90.1960784313725],[211.764705882353,180.392156862745,140.196078431373],[180.392156862745,145.098039215686,109.803921568627],[148.039215686275,109.803921568627,81.3725490196078],[137.254901960784,101.960784313725,76.4705882352941],[113.725490196078,80.3921568627451,52.9411764705882],[121.56862745098,93.1372549019608,51.9607843137255],[169.607843137255,142.156862745098,96.078431372549],[118.627450980392,87.2549019607843,47.0588235294118],[143.137254901961,110.78431372549,70.5882352941177],[159.803921568627,127.450980392157,87.2549019607843],[182.352941176471,151.960784313725,108.823529411765],[138.235294117647,110.78431372549,64.7058823529412],[112.745098039216,88.2352941176471,48.0392156862745],[125.490196078431,103.921568627451,80.3921568627451],[113.725490196078,93.1372549019608,76.4705882352941],[101.960784313725,85.2941176470588,67.6470588235294],[112.745098039216,92.156862745098,75.4901960784314],[107.843137254902,79.4117647058823,63.7254901960784],[190.196078431373,164.705882352941,142.156862745098],[155.882352941176,140.196078431373,107.843137254902],[176.470588235294,169.607843137255,128.43137254902],[210.78431372549,208.823529411765,161.764705882353],[134.313725490196,132.352941176471,85.2941176470588],[43.1372549019608,35.2941176470588,0],[55.8823529411765,45.0980392156863,13.7254901960784],[44.1176470588235,33.3333333333333,11.7647058823529],[41.1764705882353,34.3137254901961,16.6666666666667],[58.8235294117647,59.8039215686275,42.156862745098],[68.6274509803922,72.5490196078431,55.8823529411765],[52.9411764705882,55.8823529411765,35.2941176470588],[42.156862745098,41.1764705882353,20.5882352941176],[89.2156862745098,81.3725490196078,60.7843137254902],[133.333333333333,117.647058823529,92.156862745098],[147.058823529412,123.529411764706,88.2352941176471],[136.274509803922,111.764705882353,72.5490196078431],[110.78431372549,88.2352941176471,56.8627450980392],[73.5294117647059,52.9411764705882,26.4705882352941],[61.7647058823529,44.1176470588235,22.5490196078431],[75.4901960784314,57.843137254902,38.2352941176471],[127.450980392157,109.803921568627,90.1960784313725],[122.549019607843,100.980392156863,78.4313725490196],[169.607843137255,140.196078431373,114.705882352941],[139.21568627451,104.901960784314,73.5294117647059],[137.254901960784,100,64.7058823529412],[168.627450980392,126.470588235294,92.156862745098],[163.725490196078,120.588235294118,86.2745098039216],[136.274509803922,93.1372549019608,58.8235294117647],[109.803921568627,65.6862745098039,35.2941176470588],[82.3529411764706,43.1372549019608,17.6470588235294],[43.1372549019608,10.7843137254902,0],[66.6666666666667,39.2156862745098,25.4901960784314],[56.8627450980392,35.2941176470588,24.5098039215686],[24.5098039215686,5.88235294117647,0],[13.7254901960784,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[11.7647058823529,5.88235294117647,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[13.7254901960784,7.84313725490196,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[8.82352941176471,16.6666666666667,19.6078431372549],[10.7843137254902,19.6078431372549,24.5098039215686],[9.80392156862745,18.6274509803922,23.5294117647059],[15.6862745098039,26.4705882352941,30.3921568627451],[12.7450980392157,23.5294117647059,27.4509803921569],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[9.80392156862745,20.5882352941176,26.4705882352941],[10.7843137254902,21.5686274509804,27.4509803921569],[15.6862745098039,29.4117647058824,32.3529411764706],[6.86274509803922,20.5882352941176,23.5294117647059],[20.5882352941176,35.2941176470588,38.2352941176471],[26.4705882352941,41.1764705882353,44.1176470588235],[23.5294117647059,39.2156862745098,39.2156862745098],[29.4117647058824,45.0980392156863,45.0980392156863],[27.4509803921569,46.078431372549,44.1176470588235],[28.4313725490196,47.0588235294118,45.0980392156863],[33.3333333333333,52.9411764705882,50.9803921568627],[31.3725490196078,50.9803921568627,49.0196078431373],[30.3921568627451,50.9803921568627,46.078431372549],[40.1960784313726,59.8039215686275,50.9803921568627],[55.8823529411765,71.5686274509804,58.8235294117647],[99.0196078431373,112.745098039216,96.078431372549],[55.8823529411765,68.6274509803922,50.9803921568627],[53.921568627451,66.6666666666667,49.0196078431373],[72.5490196078431,84.3137254901961,64.7058823529412],[81.3725490196078,93.1372549019608,73.5294117647059],[111.764705882353,120.588235294118,100],[140.196078431373,149.019607843137,128.43137254902],[102.941176470588,111.764705882353,91.1764705882353],[78.4313725490196,87.2549019607843,66.6666666666667],[110.78431372549,119.607843137255,99.0196078431373],[106.862745098039,118.627450980392,97.0588235294118],[99.0196078431373,110.78431372549,89.2156862745098],[96.078431372549,109.803921568627,87.2549019607843],[125.490196078431,139.21568627451,116.666666666667],[126.470588235294,141.176470588235,122.549019607843],[64.7058823529412,82.3529411764706,70.5882352941177],[84.3137254901961,104.901960784314,96.078431372549],[96.078431372549,118.627450980392,110.78431372549],[82.3529411764706,108.823529411765,100],[86.2745098039216,115.686274509804,107.843137254902],[90.1960784313725,122.549019607843,113.725490196078],[60.7843137254902,93.1372549019608,86.2745098039216],[85.2941176470588,119.607843137255,113.725490196078],[86.2745098039216,120.588235294118,116.666666666667],[89.2156862745098,124.509803921569,120.588235294118],[56.8627450980392,95.0980392156863,92.156862745098],[85.2941176470588,125.490196078431,121.56862745098],[82.3529411764706,128.43137254902,122.549019607843],[77.4509803921569,127.450980392157,120.588235294118],[74.5098039215686,126.470588235294,118.627450980392],[71.5686274509804,121.56862745098,116.666666666667],[89.2156862745098,134.313725490196,132.352941176471],[116.666666666667,159.803921568627,158.823529411765],[104.901960784314,150.980392156863,145.098039215686],[95.0980392156863,147.058823529412,141.176470588235],[85.2941176470588,146.078431372549,145.098039215686],[100.980392156863,161.764705882353,158.823529411765],[105.882352941176,154.901960784314,146.078431372549],[123.529411764706,164.705882352941,160.78431372549],[128.43137254902,170.588235294118,176.470588235294],[108.823529411765,145.098039215686,152.941176470588],[134.313725490196,154.901960784314,157.843137254902],[209.803921568627,227.450980392157,229.411764705882],[186.274509803922,212.745098039216,219.607843137255],[125.490196078431,154.901960784314,162.745098039216],[132.352941176471,162.745098039216,165.686274509804],[178.43137254902,203.921568627451,204.901960784314],[198.039215686275,213.725490196078,213.725490196078],[208.823529411765,223.529411764706,220.588235294118],[213.725490196078,233.333333333333,222.549019607843],[199.019607843137,222.549019607843,208.823529411765],[193.137254901961,216.666666666667,202.941176470588],[183.333333333333,204.901960784314,193.137254901961],[180.392156862745,197.058823529412,191.176470588235],[164.705882352941,179.411764705882,176.470588235294],[198.039215686275,213.725490196078,210.78431372549],[160.78431372549,179.411764705882,173.529411764706],[111.764705882353,135.294117647059,121.56862745098],[134.313725490196,156.862745098039,141.176470588235],[124.509803921569,140.196078431373,129.411764705882],[158.823529411765,165.686274509804,158.823529411765],[242.156862745098,237.254901960784,241.176470588235],[221.56862745098,216.666666666667,220.588235294118],[204.901960784314,211.764705882353,204.901960784314],[154.901960784314,172.549019607843,160.78431372549],[179.411764705882,205.882352941176,189.21568627451],[230.392156862745,250,240.196078431373],[160.78431372549,176.470588235294,165.686274509804],[126.470588235294,146.078431372549,137.254901960784],[80.3921568627451,116.666666666667,108.823529411765],[112.745098039216,154.901960784314,148.039215686275],[106.862745098039,146.078431372549,146.078431372549],[86.2745098039216,120.588235294118,124.509803921569],[68.6274509803922,99.0196078431373,103.921568627451],[34.3137254901961,58.8235294117647,63.7254901960784],[115.686274509804,135.294117647059,136.274509803922],[196.078431372549,206.862745098039,202.941176470588],[183.333333333333,180.392156862745,175.490196078431],[237.254901960784,227.450980392157,217.647058823529],[179.411764705882,168.627450980392,150.980392156863],[178.43137254902,163.725490196078,141.176470588235],[164.705882352941,147.058823529412,123.529411764706],[181.372549019608,165.686274509804,143.137254901961],[165.686274509804,154.901960784314,137.254901960784],[132.352941176471,121.56862745098,103.921568627451],[211.764705882353,196.078431372549,171.56862745098],[195.098039215686,183.333333333333,157.843137254902],[115.686274509804,114.705882352941,95.0980392156863],[179.411764705882,181.372549019608,160.78431372549],[200,194.117647058824,168.627450980392],[162.745098039216,155.882352941176,130.392156862745],[188.235294117647,183.333333333333,163.725490196078],[188.235294117647,181.372549019608,162.745098039216],[151.960784313725,137.254901960784,116.666666666667],[184.313725490196,162.745098039216,140.196078431373],[139.21568627451,108.823529411765,88.2352941176471],[124.509803921569,93.1372549019608,68.6274509803922],[139.21568627451,114.705882352941,85.2941176470588],[166.666666666667,140.196078431373,110.78431372549],[187.254901960784,153.921568627451,126.470588235294],[160.78431372549,127.450980392157,100],[136.274509803922,107.843137254902,78.4313725490196],[156.862745098039,132.352941176471,101.960784313725],[111.764705882353,87.2549019607843,57.843137254902],[113.725490196078,87.2549019607843,60.7843137254902],[150,118.627450980392,94.1176470588235],[126.470588235294,97.0588235294118,69.6078431372549],[100.980392156863,78.4313725490196,45.0980392156863],[100,80.3921568627451,44.1176470588235],[144.117647058824,121.56862745098,81.3725490196078],[173.529411764706,144.117647058824,106.862745098039],[128.43137254902,95.0980392156863,58.8235294117647],[165.686274509804,127.450980392157,95.0980392156863],[138.235294117647,100,69.6078431372549],[147.058823529412,108.823529411765,78.4313725490196],[108.823529411765,74.5098039215686,37.2549019607843],[68.6274509803922,36.2745098039216,0],[80.3921568627451,49.0196078431373,10.7843137254902],[88.2352941176471,59.8039215686275,20.5882352941176],[100,71.5686274509804,30.3921568627451],[132.352941176471,103.921568627451,62.7450980392157],[119.607843137255,88.2352941176471,48.0392156862745],[126.470588235294,97.0588235294118,61.7647058823529],[126.470588235294,100,73.5294117647059],[115.686274509804,94.1176470588235,71.5686274509804],[133.333333333333,117.647058823529,95.0980392156863],[117.647058823529,100,78.4313725490196],[151.960784313725,121.56862745098,103.921568627451],[155.882352941176,126.470588235294,102.941176470588],[165.686274509804,148.039215686275,112.745098039216],[100.980392156863,93.1372549019608,48.0392156862745],[140.196078431373,137.254901960784,87.2549019607843],[165.686274509804,159.803921568627,112.745098039216],[108.823529411765,97.0588235294118,59.8039215686275],[113.725490196078,99.0196078431373,70.5882352941177],[81.3725490196078,66.6666666666667,44.1176470588235],[64.7058823529412,56.8627450980392,36.2745098039216],[63.7254901960784,63.7254901960784,40.1960784313726],[58.8235294117647,62.7450980392157,38.2352941176471],[50,51.9607843137255,28.4313725490196],[89.2156862745098,84.3137254901961,62.7450980392157],[149.019607843137,136.274509803922,119.607843137255],[114.705882352941,97.0588235294118,75.4901960784314],[79.4117647058823,56.8627450980392,25.4901960784314],[78.4313725490196,55.8823529411765,22.5490196078431],[93.1372549019608,73.5294117647059,47.0588235294118],[70.5882352941177,54.9019607843137,32.3529411764706],[24.5098039215686,11.7647058823529,0],[36.2745098039216,22.5490196078431,9.80392156862745],[67.6470588235294,51.9607843137255,37.2549019607843],[165.686274509804,147.058823529412,130.392156862745],[164.705882352941,141.176470588235,117.647058823529],[71.5686274509804,41.1764705882353,12.7450980392157],[117.647058823529,82.3529411764706,49.0196078431373],[139.21568627451,101.960784313725,66.6666666666667],[115.686274509804,76.4705882352941,42.156862745098],[174.509803921569,134.313725490196,102.941176470588],[131.372549019608,91.1764705882353,61.7647058823529],[68.6274509803922,32.3529411764706,6.86274509803922],[33.3333333333333,2.94117647058824,0],[56.8627450980392,31.3725490196078,16.6666666666667],[49.0196078431373,27.4509803921569,16.6666666666667],[22.5490196078431,5.88235294117647,0],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,7.84313725490196,5.88235294117647],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[24.5098039215686,20.5882352941176,21.5686274509804],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,10.7843137254902],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,5.88235294117647,9.80392156862745],[5.88235294117647,13.7254901960784,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[16.6666666666667,27.4509803921569,31.3725490196078],[10.7843137254902,21.5686274509804,25.4901960784314],[8.82352941176471,19.6078431372549,25.4901960784314],[15.6862745098039,24.5098039215686,33.3333333333333],[13.7254901960784,22.5490196078431,29.4117647058824],[13.7254901960784,22.5490196078431,29.4117647058824],[14.7058823529412,25.4901960784314,31.3725490196078],[16.6666666666667,27.4509803921569,33.3333333333333],[21.5686274509804,35.2941176470588,38.2352941176471],[33.3333333333333,47.0588235294118,50],[23.5294117647059,37.2549019607843,38.2352941176471],[29.4117647058824,43.1372549019608,44.1176470588235],[26.4705882352941,42.156862745098,41.1764705882353],[26.4705882352941,42.156862745098,41.1764705882353],[28.4313725490196,47.0588235294118,43.1372549019608],[25.4901960784314,44.1176470588235,40.1960784313726],[25.4901960784314,44.1176470588235,40.1960784313726],[37.2549019607843,53.921568627451,46.078431372549],[81.3725490196078,93.1372549019608,79.4117647058823],[92.156862745098,100.980392156863,84.3137254901961],[79.4117647058823,88.2352941176471,69.6078431372549],[85.2941176470588,94.1176470588235,75.4901960784314],[80.3921568627451,88.2352941176471,67.6470588235294],[110.78431372549,118.627450980392,98.0392156862745],[133.333333333333,141.176470588235,118.627450980392],[104.901960784314,112.745098039216,90.1960784313725],[60.7843137254902,68.6274509803922,46.078431372549],[78.4313725490196,86.2745098039216,63.7254901960784],[112.745098039216,120.588235294118,98.0392156862745],[90.1960784313725,100,76.4705882352941],[72.5490196078431,82.3529411764706,58.8235294117647],[100,111.764705882353,88.2352941176471],[135.294117647059,147.058823529412,123.529411764706],[148.039215686275,160.78431372549,141.176470588235],[89.2156862745098,104.901960784314,94.1176470588235],[82.3529411764706,101.960784313725,93.1372549019608],[79.4117647058823,102.941176470588,90.1960784313725],[67.6470588235294,95.0980392156863,81.3725490196078],[79.4117647058823,110.78431372549,96.078431372549],[70.5882352941177,103.921568627451,90.1960784313725],[73.5294117647059,105.882352941176,97.0588235294118],[107.843137254902,142.156862745098,136.274509803922],[83.3333333333333,116.666666666667,115.686274509804],[64.7058823529412,100,100],[76.4705882352941,113.725490196078,114.705882352941],[125.490196078431,164.705882352941,164.705882352941],[67.6470588235294,111.764705882353,108.823529411765],[72.5490196078431,120.588235294118,114.705882352941],[77.4509803921569,127.450980392157,118.627450980392],[65.6862745098039,115.686274509804,108.823529411765],[100.980392156863,142.156862745098,140.196078431373],[109.803921568627,150.980392156863,149.019607843137],[79.4117647058823,123.529411764706,116.666666666667],[78.4313725490196,128.43137254902,119.607843137255],[68.6274509803922,128.43137254902,121.56862745098],[104.901960784314,160.78431372549,153.921568627451],[146.078431372549,188.235294117647,178.43137254902],[156.862745098039,193.137254901961,185.294117647059],[122.549019607843,155.882352941176,156.862745098039],[152.941176470588,177.450980392157,182.352941176471],[178.43137254902,192.156862745098,193.137254901961],[235.294117647059,246.078431372549,248.039215686275],[192.156862745098,211.764705882353,218.627450980392],[152.941176470588,181.372549019608,187.254901960784],[113.725490196078,147.058823529412,149.019607843137],[157.843137254902,185.294117647059,186.274509803922],[182.352941176471,192.156862745098,194.117647058824],[143.137254901961,145.098039215686,144.117647058824],[162.745098039216,169.607843137255,161.764705882353],[167.647058823529,179.411764705882,165.686274509804],[208.823529411765,225.490196078431,209.803921568627],[166.666666666667,186.274509803922,174.509803921569],[150,172.549019607843,164.705882352941],[151.960784313725,176.470588235294,172.549019607843],[150.980392156863,177.450980392157,172.549019607843],[132.352941176471,161.764705882353,151.960784313725],[142.156862745098,169.607843137255,154.901960784314],[112.745098039216,137.254901960784,118.627450980392],[100.980392156863,118.627450980392,102.941176470588],[155.882352941176,165.686274509804,156.862745098039],[193.137254901961,193.137254901961,195.098039215686],[220.588235294118,218.627450980392,223.529411764706],[222.549019607843,222.549019607843,222.549019607843],[156.862745098039,162.745098039216,158.823529411765],[224.509803921569,241.176470588235,231.372549019608],[203.921568627451,220.588235294118,210.78431372549],[150,160.78431372549,152.941176470588],[128.43137254902,143.137254901961,136.274509803922],[102.941176470588,132.352941176471,122.549019607843],[140.196078431373,176.470588235294,168.627450980392],[115.686274509804,150,144.117647058824],[74.5098039215686,104.901960784314,100],[67.6470588235294,89.2156862745098,86.2745098039216],[68.6274509803922,85.2941176470588,79.4117647058823],[157.843137254902,169.607843137255,157.843137254902],[173.529411764706,177.450980392157,160.78431372549],[165.686274509804,157.843137254902,139.21568627451],[204.901960784314,188.235294117647,168.627450980392],[186.274509803922,172.549019607843,147.058823529412],[172.549019607843,156.862745098039,131.372549019608],[191.176470588235,171.56862745098,145.098039215686],[159.803921568627,143.137254901961,117.647058823529],[175.490196078431,164.705882352941,145.098039215686],[158.823529411765,148.039215686275,128.43137254902],[206.862745098039,191.176470588235,166.666666666667],[171.56862745098,159.803921568627,134.313725490196],[106.862745098039,108.823529411765,88.2352941176471],[120.588235294118,123.529411764706,104.901960784314],[168.627450980392,164.705882352941,140.196078431373],[111.764705882353,104.901960784314,79.4117647058823],[93.1372549019608,88.2352941176471,68.6274509803922],[139.21568627451,132.352941176471,114.705882352941],[226.470588235294,211.764705882353,193.137254901961],[198.039215686275,176.470588235294,155.882352941176],[182.352941176471,152.941176470588,129.411764705882],[160.78431372549,129.411764705882,104.901960784314],[162.745098039216,140.196078431373,109.803921568627],[179.411764705882,156.862745098039,126.470588235294],[146.078431372549,112.745098039216,86.2745098039216],[159.803921568627,124.509803921569,99.0196078431373],[149.019607843137,122.549019607843,96.078431372549],[153.921568627451,130.392156862745,102.941176470588],[100.980392156863,80.3921568627451,53.921568627451],[171.56862745098,146.078431372549,121.56862745098],[178.43137254902,147.058823529412,124.509803921569],[105.882352941176,78.4313725490196,54.9019607843137],[90.1960784313725,74.5098039215686,42.156862745098],[99.0196078431373,85.2941176470588,50.9803921568627],[92.156862745098,69.6078431372549,38.2352941176471],[93.1372549019608,64.7058823529412,31.3725490196078],[142.156862745098,110.78431372549,72.5490196078431],[148.039215686275,113.725490196078,72.5490196078431],[190.196078431373,151.960784313725,111.764705882353],[170.588235294118,131.372549019608,96.078431372549],[134.313725490196,96.078431372549,65.6862745098039],[98.0392156862745,63.7254901960784,34.3137254901961],[85.2941176470588,56.8627450980392,23.5294117647059],[143.137254901961,117.647058823529,83.3333333333333],[108.823529411765,83.3333333333333,47.0588235294118],[108.823529411765,80.3921568627451,47.0588235294118],[93.1372549019608,60.7843137254902,30.3921568627451],[125.490196078431,92.156862745098,64.7058823529412],[170.588235294118,142.156862745098,110.78431372549],[149.019607843137,126.470588235294,95.0980392156863],[98.0392156862745,84.3137254901961,55.8823529411765],[76.4705882352941,61.7647058823529,33.3333333333333],[130.392156862745,105.882352941176,76.4705882352941],[149.019607843137,123.529411764706,91.1764705882353],[151.960784313725,134.313725490196,95.0980392156863],[99.0196078431373,86.2745098039216,43.1372549019608],[112.745098039216,100.980392156863,59.8039215686275],[114.705882352941,102.941176470588,65.6862745098039],[119.607843137255,102.941176470588,73.5294117647059],[171.56862745098,151.960784313725,127.450980392157],[180.392156862745,163.725490196078,138.235294117647],[118.627450980392,104.901960784314,76.4705882352941],[93.1372549019608,87.2549019607843,51.9607843137255],[98.0392156862745,96.078431372549,58.8235294117647],[99.0196078431373,96.078431372549,63.7254901960784],[111.764705882353,103.921568627451,81.3725490196078],[81.3725490196078,64.7058823529412,54.9019607843137],[76.4705882352941,56.8627450980392,48.0392156862745],[57.843137254902,41.1764705882353,21.5686274509804],[74.5098039215686,60.7843137254902,35.2941176470588],[91.1764705882353,78.4313725490196,59.8039215686275],[73.5294117647059,64.7058823529412,50],[46.078431372549,37.2549019607843,28.4313725490196],[43.1372549019608,36.2745098039216,28.4313725490196],[56.8627450980392,48.0392156862745,39.2156862745098],[171.56862745098,161.764705882353,150],[192.156862745098,176.470588235294,160.78431372549],[51.9607843137255,31.3725490196078,10.7843137254902],[73.5294117647059,48.0392156862745,23.5294117647059],[49.0196078431373,19.6078431372549,0],[63.7254901960784,33.3333333333333,4.90196078431373],[142.156862745098,107.843137254902,80.3921568627451],[143.137254901961,107.843137254902,82.3529411764706],[79.4117647058823,45.0980392156863,23.5294117647059],[65.6862745098039,35.2941176470588,17.6470588235294],[53.921568627451,28.4313725490196,15.6862745098039],[35.2941176470588,12.7450980392157,4.90196078431373],[21.5686274509804,4.90196078431373,0],[16.6666666666667,5.88235294117647,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[13.7254901960784,11.7647058823529,14.7058823529412],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,1.96078431372549,4.90196078431373],[11.7647058823529,9.80392156862745,12.7450980392157],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[1.96078431372549,1.96078431372549,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,3.92156862745098],[1.96078431372549,6.86274509803922,9.80392156862745],[3.92156862745098,11.7647058823529,14.7058823529412],[11.7647058823529,19.6078431372549,22.5490196078431],[13.7254901960784,22.5490196078431,27.4509803921569],[14.7058823529412,25.4901960784314,29.4117647058824],[16.6666666666667,30.3921568627451,33.3333333333333],[6.86274509803922,19.6078431372549,25.4901960784314],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[17.6470588235294,26.4705882352941,33.3333333333333],[8.82352941176471,19.6078431372549,25.4901960784314],[20.5882352941176,31.3725490196078,35.2941176470588],[12.7450980392157,26.4705882352941,29.4117647058824],[26.4705882352941,40.1960784313726,41.1764705882353],[28.4313725490196,42.156862745098,43.1372549019608],[33.3333333333333,47.0588235294118,47.0588235294118],[32.3529411764706,48.0392156862745,47.0588235294118],[33.3333333333333,49.0196078431373,46.078431372549],[37.2549019607843,52.9411764705882,50],[31.3725490196078,50,46.078431372549],[28.4313725490196,47.0588235294118,43.1372549019608],[40.1960784313726,55.8823529411765,46.078431372549],[104.901960784314,112.745098039216,98.0392156862745],[116.666666666667,121.56862745098,101.960784313725],[99.0196078431373,103.921568627451,84.3137254901961],[62.7450980392157,65.6862745098039,45.0980392156863],[97.0588235294118,100,79.4117647058823],[159.803921568627,163.725490196078,141.176470588235],[114.705882352941,118.627450980392,96.078431372549],[83.3333333333333,87.2549019607843,62.7450980392157],[62.7450980392157,66.6666666666667,42.156862745098],[86.2745098039216,92.156862745098,66.6666666666667],[96.078431372549,101.960784313725,76.4705882352941],[126.470588235294,135.294117647059,108.823529411765],[111.764705882353,120.588235294118,94.1176470588235],[121.56862745098,132.352941176471,102.941176470588],[150,160.78431372549,131.372549019608],[158.823529411765,172.549019607843,148.039215686275],[160.78431372549,177.450980392157,159.803921568627],[129.411764705882,151.960784313725,136.274509803922],[113.725490196078,140.196078431373,125.490196078431],[72.5490196078431,102.941176470588,88.2352941176471],[70.5882352941177,103.921568627451,90.1960784313725],[74.5098039215686,109.803921568627,98.0392156862745],[87.2549019607843,121.56862745098,114.705882352941],[75.4901960784314,111.764705882353,104.901960784314],[72.5490196078431,107.843137254902,105.882352941176],[70.5882352941177,105.882352941176,105.882352941176],[91.1764705882353,126.470588235294,126.470588235294],[99.0196078431373,137.254901960784,136.274509803922],[79.4117647058823,120.588235294118,118.627450980392],[95.0980392156863,139.21568627451,134.313725490196],[90.1960784313725,138.235294117647,132.352941176471],[94.1176470588235,140.196078431373,134.313725490196],[83.3333333333333,121.56862745098,120.588235294118],[78.4313725490196,116.666666666667,113.725490196078],[71.5686274509804,113.725490196078,106.862745098039],[79.4117647058823,128.43137254902,117.647058823529],[106.862745098039,159.803921568627,147.058823529412],[125.490196078431,176.470588235294,163.725490196078],[158.823529411765,199.019607843137,185.294117647059],[109.803921568627,141.176470588235,130.392156862745],[110.78431372549,132.352941176471,129.411764705882],[174.509803921569,188.235294117647,188.235294117647],[231.372549019608,239.21568627451,241.176470588235],[236.274509803922,244.117647058824,246.078431372549],[222.549019607843,240.196078431373,244.117647058824],[181.372549019608,205.882352941176,209.803921568627],[118.627450980392,151.960784313725,153.921568627451],[135.294117647059,162.745098039216,165.686274509804],[167.647058823529,177.450980392157,179.411764705882],[148.039215686275,150,149.019607843137],[136.274509803922,142.156862745098,132.352941176471],[148.039215686275,155.882352941176,141.176470588235],[140.196078431373,153.921568627451,137.254901960784],[118.627450980392,138.235294117647,126.470588235294],[122.549019607843,147.058823529412,141.176470588235],[119.607843137255,150,145.098039215686],[98.0392156862745,129.411764705882,124.509803921569],[118.627450980392,150.980392156863,142.156862745098],[115.686274509804,148.039215686275,131.372549019608],[147.058823529412,174.509803921569,152.941176470588],[108.823529411765,129.411764705882,110.78431372549],[160.78431372549,174.509803921569,161.764705882353],[173.529411764706,182.352941176471,181.372549019608],[186.274509803922,190.196078431373,191.176470588235],[219.607843137255,218.627450980392,213.725490196078],[250,250,241.176470588235],[214.705882352941,225.490196078431,211.764705882353],[189.21568627451,200.980392156863,187.254901960784],[142.156862745098,150,137.254901960784],[100.980392156863,112.745098039216,100.980392156863],[127.450980392157,150.980392156863,137.254901960784],[121.56862745098,151.960784313725,137.254901960784],[87.2549019607843,116.666666666667,104.901960784314],[75.4901960784314,100.980392156863,90.1960784313725],[53.921568627451,69.6078431372549,59.8039215686275],[170.588235294118,178.43137254902,167.647058823529],[166.666666666667,170.588235294118,155.882352941176],[182.352941176471,179.411764705882,160.78431372549],[230.392156862745,213.725490196078,194.117647058824],[204.901960784314,183.333333333333,160.78431372549],[231.372549019608,214.705882352941,187.254901960784],[215.686274509804,199.019607843137,169.607843137255],[168.627450980392,148.039215686275,117.647058823529],[179.411764705882,159.803921568627,133.333333333333],[166.666666666667,154.901960784314,133.333333333333],[165.686274509804,154.901960784314,133.333333333333],[224.509803921569,208.823529411765,183.333333333333],[172.549019607843,160.78431372549,135.294117647059],[153.921568627451,152.941176470588,133.333333333333],[159.803921568627,160.78431372549,143.137254901961],[209.803921568627,203.921568627451,180.392156862745],[169.607843137255,162.745098039216,137.254901960784],[148.039215686275,143.137254901961,123.529411764706],[156.862745098039,150,131.372549019608],[189.21568627451,174.509803921569,153.921568627451],[185.294117647059,163.725490196078,141.176470588235],[200,168.627450980392,144.117647058824],[226.470588235294,196.078431372549,168.627450980392],[207.843137254902,187.254901960784,156.862745098039],[155.882352941176,133.333333333333,102.941176470588],[148.039215686275,114.705882352941,90.1960784313725],[161.764705882353,128.43137254902,103.921568627451],[159.803921568627,134.313725490196,109.803921568627],[152.941176470588,133.333333333333,106.862745098039],[113.725490196078,94.1176470588235,69.6078431372549],[126.470588235294,104.901960784314,81.3725490196078],[113.725490196078,83.3333333333333,62.7450980392157],[97.0588235294118,71.5686274509804,49.0196078431373],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,103.921568627451,74.5098039215686],[77.4509803921569,57.843137254902,31.3725490196078],[109.803921568627,85.2941176470588,54.9019607843137],[99.0196078431373,70.5882352941177,31.3725490196078],[173.529411764706,141.176470588235,97.0588235294118],[195.098039215686,161.764705882353,116.666666666667],[170.588235294118,138.235294117647,98.0392156862745],[122.549019607843,89.2156862745098,61.7647058823529],[123.529411764706,92.156862745098,67.6470588235294],[95.0980392156863,66.6666666666667,37.2549019607843],[126.470588235294,100.980392156863,68.6274509803922],[87.2549019607843,61.7647058823529,27.4509803921569],[89.2156862745098,60.7843137254902,29.4117647058824],[103.921568627451,72.5490196078431,48.0392156862745],[98.0392156862745,67.6470588235294,40.1960784313726],[129.411764705882,103.921568627451,67.6470588235294],[169.607843137255,150.980392156863,111.764705882353],[133.333333333333,118.627450980392,86.2745098039216],[96.078431372549,83.3333333333333,51.9607843137255],[132.352941176471,113.725490196078,82.3529411764706],[138.235294117647,118.627450980392,84.3137254901961],[146.078431372549,129.411764705882,87.2549019607843],[148.039215686275,134.313725490196,90.1960784313725],[114.705882352941,98.0392156862745,55.8823529411765],[117.647058823529,98.0392156862745,61.7647058823529],[100,76.4705882352941,49.0196078431373],[74.5098039215686,50.9803921568627,27.4509803921569],[123.529411764706,100,74.5098039215686],[230.392156862745,209.803921568627,179.411764705882],[123.529411764706,108.823529411765,70.5882352941177],[84.3137254901961,72.5490196078431,33.3333333333333],[117.647058823529,104.901960784314,71.5686274509804],[129.411764705882,115.686274509804,90.1960784313725],[80.3921568627451,62.7450980392157,52.9411764705882],[58.8235294117647,42.156862745098,35.2941176470588],[47.0588235294118,38.2352941176471,23.5294117647059],[72.5490196078431,65.6862745098039,48.0392156862745],[94.1176470588235,86.2745098039216,73.5294117647059],[64.7058823529412,57.843137254902,48.0392156862745],[49.0196078431373,45.0980392156863,36.2745098039216],[45.0980392156863,40.1960784313726,34.3137254901961],[63.7254901960784,58.8235294117647,52.9411764705882],[55.8823529411765,49.0196078431373,41.1764705882353],[37.2549019607843,29.4117647058824,18.6274509803922],[47.0588235294118,35.2941176470588,19.6078431372549],[50,35.2941176470588,16.6666666666667],[50.9803921568627,30.3921568627451,9.80392156862745],[62.7450980392157,39.2156862745098,15.6862745098039],[77.4509803921569,48.0392156862745,24.5098039215686],[142.156862745098,108.823529411765,84.3137254901961],[100,65.6862745098039,46.078431372549],[50.9803921568627,22.5490196078431,6.86274509803922],[50.9803921568627,25.4901960784314,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[25.4901960784314,8.82352941176471,1.96078431372549],[11.7647058823529,0.980392156862745,0],[13.7254901960784,4.90196078431373,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[32.3529411764706,30.3921568627451,33.3333333333333],[46.078431372549,44.1176470588235,47.0588235294118],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[24.5098039215686,22.5490196078431,25.4901960784314],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,7.84313725490196,13.7254901960784],[15.6862745098039,22.5490196078431,28.4313725490196],[19.6078431372549,28.4313725490196,33.3333333333333],[15.6862745098039,26.4705882352941,30.3921568627451],[8.82352941176471,21.5686274509804,27.4509803921569],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,27.4509803921569],[13.7254901960784,22.5490196078431,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[20.5882352941176,29.4117647058824,36.2745098039216],[15.6862745098039,24.5098039215686,29.4117647058824],[13.7254901960784,22.5490196078431,27.4509803921569],[17.6470588235294,28.4313725490196,32.3529411764706],[20.5882352941176,31.3725490196078,33.3333333333333],[24.5098039215686,35.2941176470588,37.2549019607843],[28.4313725490196,40.1960784313726,40.1960784313726],[22.5490196078431,36.2745098039216,36.2745098039216],[23.5294117647059,38.2352941176471,35.2941176470588],[30.3921568627451,45.0980392156863,42.156862745098],[30.3921568627451,45.0980392156863,40.1960784313726],[50,64.7058823529412,59.8039215686275],[91.1764705882353,101.960784313725,94.1176470588235],[99.0196078431373,100.980392156863,88.2352941176471],[41.1764705882353,38.2352941176471,21.5686274509804],[71.5686274509804,68.6274509803922,51.9607843137255],[100,97.0588235294118,78.4313725490196],[104.901960784314,102.941176470588,82.3529411764706],[148.039215686275,146.078431372549,123.529411764706],[147.058823529412,147.058823529412,121.56862745098],[107.843137254902,107.843137254902,82.3529411764706],[104.901960784314,107.843137254902,79.4117647058823],[120.588235294118,123.529411764706,95.0980392156863],[110.78431372549,113.725490196078,83.3333333333333],[104.901960784314,109.803921568627,78.4313725490196],[126.470588235294,133.333333333333,100.980392156863],[145.098039215686,154.901960784314,121.56862745098],[196.078431372549,205.882352941176,172.549019607843],[118.627450980392,132.352941176471,100],[178.43137254902,198.039215686275,170.588235294118],[115.686274509804,139.21568627451,115.686274509804],[49.0196078431373,75.4901960784314,56.8627450980392],[95.0980392156863,124.509803921569,112.745098039216],[60.7843137254902,92.156862745098,87.2549019607843],[57.843137254902,93.1372549019608,91.1764705882353],[83.3333333333333,118.627450980392,116.666666666667],[99.0196078431373,134.313725490196,132.352941176471],[105.882352941176,142.156862745098,135.294117647059],[91.1764705882353,127.450980392157,119.607843137255],[108.823529411765,146.078431372549,135.294117647059],[124.509803921569,160.78431372549,152.941176470588],[75.4901960784314,113.725490196078,108.823529411765],[78.4313725490196,117.647058823529,116.666666666667],[82.3529411764706,122.549019607843,124.509803921569],[71.5686274509804,110.78431372549,112.745098039216],[84.3137254901961,117.647058823529,116.666666666667],[71.5686274509804,105.882352941176,101.960784313725],[92.156862745098,132.352941176471,126.470588235294],[102.941176470588,145.098039215686,135.294117647059],[99.0196078431373,142.156862745098,125.490196078431],[110.78431372549,150.980392156863,133.333333333333],[120.588235294118,155.882352941176,142.156862745098],[136.274509803922,163.725490196078,151.960784313725],[140.196078431373,151.960784313725,142.156862745098],[191.176470588235,196.078431372549,190.196078431373],[244.117647058824,246.078431372549,245.098039215686],[246.078431372549,250,250],[215.686274509804,226.470588235294,228.43137254902],[132.352941176471,151.960784313725,152.941176470588],[129.411764705882,158.823529411765,158.823529411765],[111.764705882353,141.176470588235,141.176470588235],[148.039215686275,167.647058823529,168.627450980392],[115.686274509804,127.450980392157,125.490196078431],[137.254901960784,149.019607843137,139.21568627451],[132.352941176471,144.117647058824,130.392156862745],[106.862745098039,120.588235294118,105.882352941176],[118.627450980392,138.235294117647,127.450980392157],[113.725490196078,138.235294117647,134.313725490196],[91.1764705882353,118.627450980392,119.607843137255],[84.3137254901961,115.686274509804,114.705882352941],[85.2941176470588,117.647058823529,110.78431372549],[92.156862745098,123.529411764706,108.823529411765],[112.745098039216,141.176470588235,121.56862745098],[151.960784313725,176.470588235294,155.882352941176],[159.803921568627,180.392156862745,165.686274509804],[139.21568627451,157.843137254902,151.960784313725],[142.156862745098,152.941176470588,145.098039215686],[206.862745098039,205.882352941176,186.274509803922],[212.745098039216,211.764705882353,184.313725490196],[204.901960784314,210.78431372549,183.333333333333],[208.823529411765,218.627450980392,192.156862745098],[169.607843137255,174.509803921569,151.960784313725],[129.411764705882,138.235294117647,117.647058823529],[101.960784313725,120.588235294118,100.980392156863],[123.529411764706,146.078431372549,128.43137254902],[92.156862745098,115.686274509804,101.960784313725],[147.058823529412,163.725490196078,153.921568627451],[174.509803921569,179.411764705882,173.529411764706],[250,250,245.098039215686],[227.450980392157,224.509803921569,215.686274509804],[224.509803921569,214.705882352941,204.901960784314],[222.549019607843,198.039215686275,191.176470588235],[229.411764705882,201.960784313725,188.235294117647],[238.235294117647,218.627450980392,192.156862745098],[175.490196078431,156.862745098039,124.509803921569],[144.117647058824,121.56862745098,90.1960784313725],[158.823529411765,138.235294117647,109.803921568627],[155.882352941176,141.176470588235,118.627450980392],[172.549019607843,160.78431372549,139.21568627451],[140.196078431373,123.529411764706,98.0392156862745],[156.862745098039,143.137254901961,117.647058823529],[123.529411764706,120.588235294118,101.960784313725],[94.1176470588235,93.1372549019608,73.5294117647059],[163.725490196078,156.862745098039,131.372549019608],[150,138.235294117647,112.745098039216],[108.823529411765,100.980392156863,78.4313725490196],[149.019607843137,138.235294117647,118.627450980392],[227.450980392157,209.803921568627,188.235294117647],[218.627450980392,195.098039215686,171.56862745098],[156.862745098039,126.470588235294,99.0196078431373],[179.411764705882,149.019607843137,120.588235294118],[250,236.274509803922,205.882352941176],[141.176470588235,118.627450980392,88.2352941176471],[149.019607843137,115.686274509804,91.1764705882353],[191.176470588235,156.862745098039,135.294117647059],[143.137254901961,117.647058823529,95.0980392156863],[171.56862745098,151.960784313725,127.450980392157],[111.764705882353,94.1176470588235,70.5882352941177],[122.549019607843,102.941176470588,79.4117647058823],[110.78431372549,84.3137254901961,63.7254901960784],[84.3137254901961,59.8039215686275,38.2352941176471],[109.803921568627,98.0392156862745,72.5490196078431],[119.607843137255,109.803921568627,83.3333333333333],[81.3725490196078,65.6862745098039,41.1764705882353],[71.5686274509804,48.0392156862745,22.5490196078431],[136.274509803922,106.862745098039,71.5686274509804],[181.372549019608,150,109.803921568627],[110.78431372549,87.2549019607843,40.1960784313726],[127.450980392157,104.901960784314,63.7254901960784],[117.647058823529,95.0980392156863,64.7058823529412],[111.764705882353,88.2352941176471,62.7450980392157],[153.921568627451,127.450980392157,99.0196078431373],[111.764705882353,81.3725490196078,50.9803921568627],[71.5686274509804,42.156862745098,8.82352941176471],[104.901960784314,74.5098039215686,44.1176470588235],[110.78431372549,86.2745098039216,56.8627450980392],[117.647058823529,98.0392156862745,65.6862745098039],[120.588235294118,103.921568627451,61.7647058823529],[118.627450980392,103.921568627451,61.7647058823529],[155.882352941176,137.254901960784,104.901960784314],[92.156862745098,77.4509803921569,47.0588235294118],[61.7647058823529,52.9411764705882,24.5098039215686],[69.6078431372549,60.7843137254902,28.4313725490196],[94.1176470588235,81.3725490196078,38.2352941176471],[192.156862745098,176.470588235294,126.470588235294],[170.588235294118,149.019607843137,100],[151.960784313725,128.43137254902,83.3333333333333],[138.235294117647,109.803921568627,76.4705882352941],[96.078431372549,66.6666666666667,39.2156862745098],[87.2549019607843,56.8627450980392,36.2745098039216],[214.705882352941,184.313725490196,163.725490196078],[130.392156862745,100.980392156863,75.4901960784314],[90.1960784313725,63.7254901960784,35.2941176470588],[74.5098039215686,50.9803921568627,23.5294117647059],[99.0196078431373,79.4117647058823,54.9019607843137],[76.4705882352941,59.8039215686275,42.156862745098],[41.1764705882353,29.4117647058824,15.6862745098039],[26.4705882352941,22.5490196078431,10.7843137254902],[24.5098039215686,22.5490196078431,10.7843137254902],[58.8235294117647,54.9019607843137,44.1176470588235],[60.7843137254902,53.921568627451,44.1176470588235],[41.1764705882353,32.3529411764706,25.4901960784314],[70.5882352941177,61.7647058823529,54.9019607843137],[82.3529411764706,75.4901960784314,69.6078431372549],[41.1764705882353,36.2745098039216,30.3921568627451],[15.6862745098039,12.7450980392157,3.92156862745098],[34.3137254901961,30.3921568627451,21.5686274509804],[39.2156862745098,31.3725490196078,20.5882352941176],[35.2941176470588,23.5294117647059,9.80392156862745],[23.5294117647059,5.88235294117647,0],[60.7843137254902,34.3137254901961,13.7254901960784],[100,66.6666666666667,42.156862745098],[117.647058823529,82.3529411764706,60.7843137254902],[72.5490196078431,41.1764705882353,26.4705882352941],[37.2549019607843,10.7843137254902,0],[27.4509803921569,7.84313725490196,0],[27.4509803921569,10.7843137254902,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[25.4901960784314,24.5098039215686,22.5490196078431],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,5.88235294117647,3.92156862745098],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[13.7254901960784,22.5490196078431,27.4509803921569],[20.5882352941176,31.3725490196078,35.2941176470588],[15.6862745098039,29.4117647058824,32.3529411764706],[8.82352941176471,21.5686274509804,27.4509803921569],[1.96078431372549,14.7058823529412,20.5882352941176],[14.7058823529412,25.4901960784314,31.3725490196078],[17.6470588235294,26.4705882352941,33.3333333333333],[20.5882352941176,29.4117647058824,36.2745098039216],[19.6078431372549,28.4313725490196,33.3333333333333],[14.7058823529412,23.5294117647059,28.4313725490196],[14.7058823529412,24.5098039215686,26.4705882352941],[21.5686274509804,32.3529411764706,34.3137254901961],[29.4117647058824,41.1764705882353,41.1764705882353],[32.3529411764706,44.1176470588235,44.1176470588235],[29.4117647058824,41.1764705882353,39.2156862745098],[21.5686274509804,33.3333333333333,31.3725490196078],[21.5686274509804,33.3333333333333,29.4117647058824],[33.3333333333333,45.0980392156863,41.1764705882353],[43.1372549019608,54.9019607843137,50.9803921568627],[46.078431372549,57.843137254902,53.921568627451],[50.9803921568627,60.7843137254902,51.9607843137255],[79.4117647058823,77.4509803921569,64.7058823529412],[92.156862745098,86.2745098039216,70.5882352941177],[108.823529411765,103.921568627451,85.2941176470588],[110.78431372549,105.882352941176,86.2745098039216],[112.745098039216,107.843137254902,86.2745098039216],[106.862745098039,102.941176470588,78.4313725490196],[107.843137254902,103.921568627451,77.4509803921569],[141.176470588235,140.196078431373,110.78431372549],[136.274509803922,135.294117647059,105.882352941176],[107.843137254902,108.823529411765,77.4509803921569],[130.392156862745,134.313725490196,101.960784313725],[109.803921568627,115.686274509804,82.3529411764706],[77.4509803921569,85.2941176470588,49.0196078431373],[158.823529411765,166.666666666667,130.392156862745],[172.549019607843,182.352941176471,146.078431372549],[94.1176470588235,107.843137254902,72.5490196078431],[130.392156862745,151.960784313725,116.666666666667],[60.7843137254902,87.2549019607843,56.8627450980392],[74.5098039215686,102.941176470588,81.3725490196078],[88.2352941176471,119.607843137255,106.862745098039],[70.5882352941177,104.901960784314,99.0196078431373],[99.0196078431373,134.313725490196,134.313725490196],[88.2352941176471,126.470588235294,125.490196078431],[84.3137254901961,122.549019607843,119.607843137255],[129.411764705882,165.686274509804,158.823529411765],[120.588235294118,155.882352941176,146.078431372549],[114.705882352941,150,136.274509803922],[79.4117647058823,114.705882352941,102.941176470588],[58.8235294117647,93.1372549019608,86.2745098039216],[77.4509803921569,110.78431372549,109.803921568627],[83.3333333333333,117.647058823529,121.56862745098],[60.7843137254902,94.1176470588235,96.078431372549],[94.1176470588235,122.549019607843,120.588235294118],[117.647058823529,148.039215686275,142.156862745098],[87.2549019607843,123.529411764706,116.666666666667],[81.3725490196078,120.588235294118,109.803921568627],[99.0196078431373,133.333333333333,113.725490196078],[122.549019607843,153.921568627451,133.333333333333],[142.156862745098,173.529411764706,158.823529411765],[180.392156862745,201.960784313725,189.21568627451],[186.274509803922,190.196078431373,175.490196078431],[250,250,239.21568627451],[249.019607843137,250,248.039215686275],[247.058823529412,250,250],[177.450980392157,186.274509803922,183.333333333333],[141.176470588235,155.882352941176,152.941176470588],[108.823529411765,137.254901960784,133.333333333333],[107.843137254902,139.21568627451,136.274509803922],[125.490196078431,156.862745098039,151.960784313725],[113.725490196078,143.137254901961,135.294117647059],[106.862745098039,130.392156862745,116.666666666667],[123.529411764706,144.117647058824,129.411764705882],[155.882352941176,173.529411764706,161.764705882353],[123.529411764706,143.137254901961,134.313725490196],[85.2941176470588,106.862745098039,104.901960784314],[122.549019607843,146.078431372549,148.039215686275],[118.627450980392,146.078431372549,147.058823529412],[116.666666666667,145.098039215686,141.176470588235],[118.627450980392,146.078431372549,134.313725490196],[91.1764705882353,117.647058823529,100.980392156863],[182.352941176471,206.862745098039,188.235294117647],[171.56862745098,195.098039215686,179.411764705882],[85.2941176470588,107.843137254902,98.0392156862745],[119.607843137255,135.294117647059,122.549019607843],[203.921568627451,203.921568627451,178.43137254902],[172.549019607843,169.607843137255,137.254901960784],[207.843137254902,213.725490196078,180.392156862745],[192.156862745098,199.019607843137,168.627450980392],[185.294117647059,189.21568627451,162.745098039216],[165.686274509804,173.529411764706,150],[201.960784313725,215.686274509804,193.137254901961],[171.56862745098,188.235294117647,169.607843137255],[89.2156862745098,107.843137254902,89.2156862745098],[135.294117647059,147.058823529412,133.333333333333],[231.372549019608,227.450980392157,218.627450980392],[198.039215686275,188.235294117647,179.411764705882],[172.549019607843,164.705882352941,151.960784313725],[205.882352941176,192.156862745098,179.411764705882],[221.56862745098,194.117647058824,183.333333333333],[215.686274509804,184.313725490196,169.607843137255],[199.019607843137,178.43137254902,151.960784313725],[155.882352941176,137.254901960784,104.901960784314],[141.176470588235,118.627450980392,85.2941176470588],[157.843137254902,137.254901960784,106.862745098039],[135.294117647059,120.588235294118,98.0392156862745],[117.647058823529,102.941176470588,82.3529411764706],[135.294117647059,118.627450980392,93.1372549019608],[124.509803921569,108.823529411765,83.3333333333333],[148.039215686275,143.137254901961,123.529411764706],[79.4117647058823,77.4509803921569,56.8627450980392],[90.1960784313725,79.4117647058823,51.9607843137255],[91.1764705882353,76.4705882352941,48.0392156862745],[149.019607843137,137.254901960784,111.764705882353],[185.294117647059,169.607843137255,145.098039215686],[124.509803921569,103.921568627451,77.4509803921569],[216.666666666667,190.196078431373,161.764705882353],[192.156862745098,159.803921568627,129.411764705882],[196.078431372549,166.666666666667,133.333333333333],[250,228.43137254902,198.039215686275],[107.843137254902,83.3333333333333,53.921568627451],[100.980392156863,67.6470588235294,43.1372549019608],[168.627450980392,137.254901960784,114.705882352941],[173.529411764706,150,126.470588235294],[133.333333333333,113.725490196078,89.2156862745098],[132.352941176471,114.705882352941,91.1764705882353],[116.666666666667,99.0196078431373,75.4901960784314],[95.0980392156863,70.5882352941177,49.0196078431373],[87.2549019607843,67.6470588235294,44.1176470588235],[103.921568627451,94.1176470588235,69.6078431372549],[130.392156862745,122.549019607843,100],[66.6666666666667,51.9607843137255,31.3725490196078],[78.4313725490196,58.8235294117647,35.2941176470588],[129.411764705882,100.980392156863,71.5686274509804],[176.470588235294,149.019607843137,112.745098039216],[111.764705882353,93.1372549019608,53.921568627451],[69.6078431372549,54.9019607843137,16.6666666666667],[84.3137254901961,69.6078431372549,37.2549019607843],[178.43137254902,161.764705882353,132.352941176471],[172.549019607843,148.039215686275,117.647058823529],[149.019607843137,120.588235294118,87.2549019607843],[142.156862745098,112.745098039216,77.4509803921569],[123.529411764706,96.078431372549,59.8039215686275],[99.0196078431373,77.4509803921569,41.1764705882353],[80.3921568627451,62.7450980392157,25.4901960784314],[139.21568627451,124.509803921569,84.3137254901961],[111.764705882353,97.0588235294118,56.8627450980392],[153.921568627451,134.313725490196,101.960784313725],[175.490196078431,160.78431372549,130.392156862745],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,63.7254901960784,26.4705882352941],[77.4509803921569,66.6666666666667,22.5490196078431],[139.21568627451,121.56862745098,74.5098039215686],[203.921568627451,178.43137254902,130.392156862745],[176.470588235294,146.078431372549,102.941176470588],[173.529411764706,141.176470588235,106.862745098039],[136.274509803922,102.941176470588,75.4901960784314],[162.745098039216,127.450980392157,103.921568627451],[199.019607843137,161.764705882353,139.21568627451],[164.705882352941,125.490196078431,100.980392156863],[149.019607843137,112.745098039216,86.2745098039216],[87.2549019607843,53.921568627451,27.4509803921569],[84.3137254901961,58.8235294117647,34.3137254901961],[71.5686274509804,54.9019607843137,35.2941176470588],[35.2941176470588,26.4705882352941,9.80392156862745],[27.4509803921569,25.4901960784314,13.7254901960784],[43.1372549019608,40.1960784313726,33.3333333333333],[66.6666666666667,59.8039215686275,50],[44.1176470588235,34.3137254901961,24.5098039215686],[46.078431372549,32.3529411764706,21.5686274509804],[64.7058823529412,50.9803921568627,42.156862745098],[56.8627450980392,47.0588235294118,38.2352941176471],[82.3529411764706,75.4901960784314,67.6470588235294],[42.156862745098,39.2156862745098,32.3529411764706],[32.3529411764706,32.3529411764706,24.5098039215686],[49.0196078431373,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,15.6862745098039],[22.5490196078431,3.92156862745098,0],[50.9803921568627,23.5294117647059,1.96078431372549],[59.8039215686275,23.5294117647059,0],[94.1176470588235,57.843137254902,32.3529411764706],[93.1372549019608,61.7647058823529,47.0588235294118],[56.8627450980392,30.3921568627451,19.6078431372549],[40.1960784313726,20.5882352941176,11.7647058823529],[29.4117647058824,11.7647058823529,7.84313725490196],[12.7450980392157,0.980392156862745,0.980392156862745],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[91.1764705882353,87.2549019607843,86.2745098039216],[48.0392156862745,47.0588235294118,45.0980392156863],[5.88235294117647,4.90196078431373,2.94117647058824],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[7.84313725490196,7.84313725490196,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[12.7450980392157,21.5686274509804,26.4705882352941],[20.5882352941176,31.3725490196078,37.2549019607843],[17.6470588235294,30.3921568627451,36.2745098039216],[8.82352941176471,21.5686274509804,27.4509803921569],[0,12.7450980392157,18.6274509803922],[15.6862745098039,26.4705882352941,32.3529411764706],[19.6078431372549,30.3921568627451,36.2745098039216],[23.5294117647059,34.3137254901961,38.2352941176471],[20.5882352941176,31.3725490196078,35.2941176470588],[14.7058823529412,23.5294117647059,28.4313725490196],[13.7254901960784,23.5294117647059,25.4901960784314],[24.5098039215686,34.3137254901961,36.2745098039216],[35.2941176470588,45.0980392156863,46.078431372549],[29.4117647058824,39.2156862745098,40.1960784313726],[28.4313725490196,38.2352941176471,37.2549019607843],[35.2941176470588,45.0980392156863,44.1176470588235],[36.2745098039216,47.0588235294118,43.1372549019608],[31.3725490196078,42.156862745098,38.2352941176471],[41.1764705882353,51.9607843137255,46.078431372549],[54.9019607843137,65.6862745098039,59.8039215686275],[58.8235294117647,63.7254901960784,56.8627450980392],[86.2745098039216,82.3529411764706,70.5882352941177],[155.882352941176,147.058823529412,132.352941176471],[121.56862745098,112.745098039216,96.078431372549],[92.156862745098,84.3137254901961,65.6862745098039],[105.882352941176,98.0392156862745,77.4509803921569],[102.941176470588,97.0588235294118,73.5294117647059],[112.745098039216,106.862745098039,81.3725490196078],[111.764705882353,107.843137254902,79.4117647058823],[98.0392156862745,97.0588235294118,67.6470588235294],[101.960784313725,102.941176470588,71.5686274509804],[119.607843137255,123.529411764706,91.1764705882353],[169.607843137255,173.529411764706,139.21568627451],[119.607843137255,125.490196078431,90.1960784313725],[189.21568627451,197.058823529412,160.78431372549],[128.43137254902,138.235294117647,101.960784313725],[90.1960784313725,105.882352941176,69.6078431372549],[159.803921568627,180.392156862745,148.039215686275],[131.372549019608,156.862745098039,128.43137254902],[125.490196078431,154.901960784314,131.372549019608],[100,132.352941176471,115.686274509804],[63.7254901960784,99.0196078431373,89.2156862745098],[70.5882352941177,105.882352941176,101.960784313725],[79.4117647058823,117.647058823529,112.745098039216],[101.960784313725,140.196078431373,135.294117647059],[74.5098039215686,110.78431372549,103.921568627451],[92.156862745098,126.470588235294,119.607843137255],[113.725490196078,146.078431372549,137.254901960784],[73.5294117647059,103.921568627451,96.078431372549],[88.2352941176471,118.627450980392,112.745098039216],[110.78431372549,141.176470588235,136.274509803922],[102.941176470588,134.313725490196,133.333333333333],[66.6666666666667,96.078431372549,94.1176470588235],[109.803921568627,134.313725490196,128.43137254902],[110.78431372549,137.254901960784,128.43137254902],[91.1764705882353,123.529411764706,114.705882352941],[85.2941176470588,118.627450980392,104.901960784314],[118.627450980392,143.137254901961,121.56862745098],[138.235294117647,161.764705882353,140.196078431373],[154.901960784314,181.372549019608,166.666666666667],[180.392156862745,198.039215686275,184.313725490196],[199.019607843137,200.980392156863,180.392156862745],[244.117647058824,238.235294117647,222.549019607843],[238.235294117647,241.176470588235,234.313725490196],[231.372549019608,237.254901960784,233.333333333333],[171.56862745098,178.43137254902,170.588235294118],[126.470588235294,139.21568627451,129.411764705882],[117.647058823529,140.196078431373,134.313725490196],[98.0392156862745,132.352941176471,125.490196078431],[93.1372549019608,140.196078431373,126.470588235294],[101.960784313725,151.960784313725,135.294117647059],[85.2941176470588,125.490196078431,107.843137254902],[85.2941176470588,116.666666666667,101.960784313725],[120.588235294118,146.078431372549,135.294117647059],[119.607843137255,140.196078431373,135.294117647059],[98.0392156862745,115.686274509804,117.647058823529],[111.764705882353,129.411764705882,133.333333333333],[141.176470588235,158.823529411765,160.78431372549],[127.450980392157,145.098039215686,145.098039215686],[114.705882352941,134.313725490196,125.490196078431],[154.901960784314,174.509803921569,162.745098039216],[118.627450980392,141.176470588235,123.529411764706],[132.352941176471,155.882352941176,140.196078431373],[148.039215686275,174.509803921569,159.803921568627],[126.470588235294,144.117647058824,128.43137254902],[147.058823529412,146.078431372549,126.470588235294],[140.196078431373,134.313725490196,110.78431372549],[150,151.960784313725,128.43137254902],[173.529411764706,177.450980392157,154.901960784314],[182.352941176471,185.294117647059,164.705882352941],[106.862745098039,109.803921568627,89.2156862745098],[134.313725490196,139.21568627451,119.607843137255],[191.176470588235,200,179.411764705882],[130.392156862745,144.117647058824,121.56862745098],[156.862745098039,164.705882352941,142.156862745098],[235.294117647059,224.509803921569,206.862745098039],[202.941176470588,186.274509803922,166.666666666667],[188.235294117647,176.470588235294,150.980392156863],[150,134.313725490196,108.823529411765],[165.686274509804,136.274509803922,112.745098039216],[202.941176470588,171.56862745098,147.058823529412],[167.647058823529,145.098039215686,114.705882352941],[165.686274509804,145.098039215686,114.705882352941],[191.176470588235,166.666666666667,136.274509803922],[178.43137254902,154.901960784314,127.450980392157],[152.941176470588,136.274509803922,116.666666666667],[141.176470588235,126.470588235294,105.882352941176],[101.960784313725,82.3529411764706,57.843137254902],[121.56862745098,104.901960784314,79.4117647058823],[150.980392156863,143.137254901961,122.549019607843],[66.6666666666667,60.7843137254902,39.2156862745098],[88.2352941176471,73.5294117647059,45.0980392156863],[84.3137254901961,65.6862745098039,34.3137254901961],[179.411764705882,159.803921568627,133.333333333333],[149.019607843137,128.43137254902,100],[110.78431372549,82.3529411764706,50.9803921568627],[166.666666666667,134.313725490196,100],[203.921568627451,170.588235294118,134.313725490196],[244.117647058824,212.745098039216,175.490196078431],[193.137254901961,167.647058823529,133.333333333333],[96.078431372549,69.6078431372549,40.1960784313726],[89.2156862745098,57.843137254902,33.3333333333333],[178.43137254902,147.058823529412,124.509803921569],[218.627450980392,193.137254901961,170.588235294118],[134.313725490196,112.745098039216,89.2156862745098],[133.333333333333,116.666666666667,91.1764705882353],[103.921568627451,87.2549019607843,61.7647058823529],[128.43137254902,108.823529411765,85.2941176470588],[106.862745098039,89.2156862745098,65.6862745098039],[119.607843137255,109.803921568627,85.2941176470588],[120.588235294118,112.745098039216,90.1960784313725],[75.4901960784314,62.7450980392157,46.078431372549],[118.627450980392,101.960784313725,84.3137254901961],[142.156862745098,120.588235294118,97.0588235294118],[130.392156862745,109.803921568627,83.3333333333333],[66.6666666666667,50,24.5098039215686],[59.8039215686275,46.078431372549,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[214.705882352941,200.980392156863,162.745098039216],[142.156862745098,124.509803921569,85.2941176470588],[85.2941176470588,66.6666666666667,25.4901960784314],[156.862745098039,134.313725490196,93.1372549019608],[118.627450980392,96.078431372549,52.9411764705882],[92.156862745098,71.5686274509804,25.4901960784314],[109.803921568627,92.156862745098,47.0588235294118],[100.980392156863,83.3333333333333,48.0392156862745],[83.3333333333333,64.7058823529412,33.3333333333333],[101.960784313725,81.3725490196078,52.9411764705882],[190.196078431373,175.490196078431,143.137254901961],[113.725490196078,116.666666666667,74.5098039215686],[66.6666666666667,69.6078431372549,25.4901960784314],[90.1960784313725,81.3725490196078,39.2156862745098],[105.882352941176,84.3137254901961,46.078431372549],[130.392156862745,98.0392156862745,65.6862745098039],[114.705882352941,78.4313725490196,50],[148.039215686275,113.725490196078,86.2745098039216],[135.294117647059,100.980392156863,73.5294117647059],[208.823529411765,173.529411764706,142.156862745098],[185.294117647059,146.078431372549,111.764705882353],[146.078431372549,102.941176470588,66.6666666666667],[134.313725490196,91.1764705882353,56.8627450980392],[113.725490196078,78.4313725490196,47.0588235294118],[101.960784313725,72.5490196078431,49.0196078431373],[67.6470588235294,49.0196078431373,34.3137254901961],[60.7843137254902,49.0196078431373,37.2549019607843],[28.4313725490196,21.5686274509804,11.7647058823529],[60.7843137254902,53.921568627451,44.1176470588235],[62.7450980392157,49.0196078431373,38.2352941176471],[46.078431372549,28.4313725490196,14.7058823529412],[75.4901960784314,53.921568627451,40.1960784313726],[74.5098039215686,52.9411764705882,39.2156862745098],[41.1764705882353,23.5294117647059,9.80392156862745],[63.7254901960784,50,39.2156862745098],[48.0392156862745,41.1764705882353,31.3725490196078],[48.0392156862745,44.1176470588235,33.3333333333333],[36.2745098039216,32.3529411764706,21.5686274509804],[63.7254901960784,51.9607843137255,38.2352941176471],[59.8039215686275,38.2352941176471,17.6470588235294],[52.9411764705882,19.6078431372549,0],[71.5686274509804,28.4313725490196,0],[94.1176470588235,50.9803921568627,24.5098039215686],[120.588235294118,88.2352941176471,71.5686274509804],[57.843137254902,34.3137254901961,24.5098039215686],[33.3333333333333,13.7254901960784,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[22.5490196078431,10.7843137254902,10.7843137254902],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[37.2549019607843,33.3333333333333,32.3529411764706],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0.980392156862745,9.80392156862745,14.7058823529412],[9.80392156862745,20.5882352941176,24.5098039215686],[14.7058823529412,27.4509803921569,33.3333333333333],[15.6862745098039,28.4313725490196,34.3137254901961],[8.82352941176471,23.5294117647059,28.4313725490196],[0,14.7058823529412,19.6078431372549],[11.7647058823529,24.5098039215686,30.3921568627451],[21.5686274509804,32.3529411764706,36.2745098039216],[25.4901960784314,36.2745098039216,40.1960784313726],[21.5686274509804,32.3529411764706,34.3137254901961],[14.7058823529412,25.4901960784314,27.4509803921569],[12.7450980392157,22.5490196078431,23.5294117647059],[22.5490196078431,32.3529411764706,33.3333333333333],[36.2745098039216,46.078431372549,45.0980392156863],[47.0588235294118,56.8627450980392,55.8823529411765],[24.5098039215686,35.2941176470588,31.3725490196078],[23.5294117647059,34.3137254901961,30.3921568627451],[30.3921568627451,39.2156862745098,34.3137254901961],[22.5490196078431,31.3725490196078,26.4705882352941],[36.2745098039216,46.078431372549,38.2352941176471],[61.7647058823529,71.5686274509804,63.7254901960784],[71.5686274509804,74.5098039215686,65.6862745098039],[45.0980392156863,42.156862745098,27.4509803921569],[89.2156862745098,80.3921568627451,63.7254901960784],[104.901960784314,97.0588235294118,78.4313725490196],[106.862745098039,99.0196078431373,78.4313725490196],[116.666666666667,108.823529411765,86.2745098039216],[126.470588235294,120.588235294118,97.0588235294118],[109.803921568627,103.921568627451,78.4313725490196],[68.6274509803922,64.7058823529412,36.2745098039216],[53.921568627451,52.9411764705882,23.5294117647059],[73.5294117647059,74.5098039215686,44.1176470588235],[79.4117647058823,83.3333333333333,50.9803921568627],[116.666666666667,122.549019607843,89.2156862745098],[159.803921568627,166.666666666667,133.333333333333],[165.686274509804,175.490196078431,142.156862745098],[127.450980392157,138.235294117647,104.901960784314],[112.745098039216,127.450980392157,95.0980392156863],[97.0588235294118,117.647058823529,87.2549019607843],[160.78431372549,185.294117647059,156.862745098039],[93.1372549019608,120.588235294118,96.078431372549],[47.0588235294118,78.4313725490196,57.843137254902],[57.843137254902,91.1764705882353,75.4901960784314],[57.843137254902,95.0980392156863,84.3137254901961],[69.6078431372549,105.882352941176,98.0392156862745],[108.823529411765,145.098039215686,138.235294117647],[63.7254901960784,98.0392156862745,94.1176470588235],[102.941176470588,137.254901960784,131.372549019608],[127.450980392157,158.823529411765,153.921568627451],[87.2549019607843,117.647058823529,111.764705882353],[100,128.43137254902,123.529411764706],[110.78431372549,139.21568627451,134.313725490196],[87.2549019607843,117.647058823529,111.764705882353],[88.2352941176471,117.647058823529,109.803921568627],[129.411764705882,154.901960784314,144.117647058824],[111.764705882353,137.254901960784,126.470588235294],[113.725490196078,143.137254901961,131.372549019608],[78.4313725490196,105.882352941176,91.1764705882353],[117.647058823529,136.274509803922,114.705882352941],[109.803921568627,127.450980392157,103.921568627451],[113.725490196078,134.313725490196,117.647058823529],[178.43137254902,192.156862745098,175.490196078431],[198.039215686275,200,178.43137254902],[206.862745098039,204.901960784314,184.313725490196],[229.411764705882,235.294117647059,223.529411764706],[177.450980392157,187.254901960784,178.43137254902],[184.313725490196,192.156862745098,177.450980392157],[140.196078431373,151.960784313725,138.235294117647],[95.0980392156863,116.666666666667,104.901960784314],[87.2549019607843,118.627450980392,105.882352941176],[102.941176470588,149.019607843137,131.372549019608],[88.2352941176471,138.235294117647,119.607843137255],[84.3137254901961,127.450980392157,110.78431372549],[85.2941176470588,122.549019607843,107.843137254902],[77.4509803921569,106.862745098039,97.0588235294118],[81.3725490196078,105.882352941176,100],[95.0980392156863,116.666666666667,114.705882352941],[86.2745098039216,105.882352941176,104.901960784314],[100,119.607843137255,118.627450980392],[81.3725490196078,100.980392156863,99.0196078431373],[140.196078431373,159.803921568627,150.980392156863],[140.196078431373,159.803921568627,148.039215686275],[111.764705882353,129.411764705882,115.686274509804],[139.21568627451,156.862745098039,141.176470588235],[136.274509803922,153.921568627451,138.235294117647],[135.294117647059,146.078431372549,129.411764705882],[148.039215686275,146.078431372549,125.490196078431],[131.372549019608,125.490196078431,101.960784313725],[155.882352941176,155.882352941176,132.352941176471],[175.490196078431,179.411764705882,154.901960784314],[186.274509803922,190.196078431373,167.647058823529],[102.941176470588,105.882352941176,85.2941176470588],[125.490196078431,127.450980392157,106.862745098039],[134.313725490196,137.254901960784,116.666666666667],[140.196078431373,150,125.490196078431],[167.647058823529,169.607843137255,146.078431372549],[226.470588235294,208.823529411765,187.254901960784],[187.254901960784,163.725490196078,140.196078431373],[189.21568627451,174.509803921569,146.078431372549],[208.823529411765,192.156862745098,162.745098039216],[163.725490196078,133.333333333333,105.882352941176],[197.058823529412,163.725490196078,137.254901960784],[157.843137254902,135.294117647059,104.901960784314],[103.921568627451,83.3333333333333,52.9411764705882],[200.980392156863,176.470588235294,147.058823529412],[164.705882352941,141.176470588235,115.686274509804],[168.627450980392,151.960784313725,132.352941176471],[132.352941176471,115.686274509804,96.078431372549],[97.0588235294118,75.4901960784314,51.9607843137255],[106.862745098039,87.2549019607843,62.7450980392157],[93.1372549019608,82.3529411764706,62.7450980392157],[50.9803921568627,39.2156862745098,17.6470588235294],[98.0392156862745,77.4509803921569,47.0588235294118],[147.058823529412,123.529411764706,90.1960784313725],[136.274509803922,111.764705882353,81.3725490196078],[164.705882352941,136.274509803922,104.901960784314],[188.235294117647,152.941176470588,117.647058823529],[164.705882352941,127.450980392157,89.2156862745098],[157.843137254902,123.529411764706,82.3529411764706],[242.156862745098,210.78431372549,170.588235294118],[198.039215686275,168.627450980392,131.372549019608],[111.764705882353,81.3725490196078,50.9803921568627],[115.686274509804,85.2941176470588,57.843137254902],[185.294117647059,155.882352941176,132.352941176471],[205.882352941176,180.392156862745,155.882352941176],[112.745098039216,89.2156862745098,65.6862745098039],[104.901960784314,85.2941176470588,60.7843137254902],[93.1372549019608,76.4705882352941,50.9803921568627],[104.901960784314,88.2352941176471,62.7450980392157],[145.098039215686,129.411764705882,104.901960784314],[136.274509803922,124.509803921569,100.980392156863],[39.2156862745098,28.4313725490196,8.82352941176471],[53.921568627451,42.156862745098,26.4705882352941],[76.4705882352941,63.7254901960784,47.0588235294118],[101.960784313725,87.2549019607843,66.6666666666667],[79.4117647058823,62.7450980392157,43.1372549019608],[50,34.3137254901961,18.6274509803922],[66.6666666666667,51.9607843137255,31.3725490196078],[116.666666666667,103.921568627451,69.6078431372549],[156.862745098039,145.098039215686,103.921568627451],[118.627450980392,106.862745098039,65.6862745098039],[91.1764705882353,78.4313725490196,35.2941176470588],[133.333333333333,116.666666666667,71.5686274509804],[159.803921568627,142.156862745098,93.1372549019608],[149.019607843137,128.43137254902,76.4705882352941],[161.764705882353,138.235294117647,91.1764705882353],[37.2549019607843,13.7254901960784,0],[69.6078431372549,44.1176470588235,17.6470588235294],[91.1764705882353,70.5882352941177,40.1960784313726],[90.1960784313725,76.4705882352941,42.156862745098],[112.745098039216,114.705882352941,68.6274509803922],[78.4313725490196,80.3921568627451,34.3137254901961],[102.941176470588,91.1764705882353,51.9607843137255],[128.43137254902,104.901960784314,71.5686274509804],[137.254901960784,103.921568627451,77.4509803921569],[136.274509803922,100,74.5098039215686],[123.529411764706,87.2549019607843,60.7843137254902],[165.686274509804,130.392156862745,99.0196078431373],[195.098039215686,157.843137254902,121.56862745098],[195.098039215686,153.921568627451,116.666666666667],[148.039215686275,103.921568627451,65.6862745098039],[111.764705882353,68.6274509803922,32.3529411764706],[135.294117647059,97.0588235294118,66.6666666666667],[109.803921568627,78.4313725490196,53.921568627451],[51.9607843137255,31.3725490196078,12.7450980392157],[50,34.3137254901961,21.5686274509804],[28.4313725490196,16.6666666666667,4.90196078431373],[65.6862745098039,51.9607843137255,39.2156862745098],[49.0196078431373,31.3725490196078,17.6470588235294],[52.9411764705882,32.3529411764706,15.6862745098039],[81.3725490196078,55.8823529411765,39.2156862745098],[78.4313725490196,52.9411764705882,36.2745098039216],[63.7254901960784,42.156862745098,28.4313725490196],[37.2549019607843,21.5686274509804,6.86274509803922],[26.4705882352941,16.6666666666667,4.90196078431373],[15.6862745098039,9.80392156862745,0],[25.4901960784314,17.6470588235294,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[70.5882352941177,46.078431372549,24.5098039215686],[87.2549019607843,51.9607843137255,26.4705882352941],[84.3137254901961,40.1960784313726,9.80392156862745],[113.725490196078,70.5882352941177,44.1176470588235],[103.921568627451,73.5294117647059,55.8823529411765],[58.8235294117647,35.2941176470588,25.4901960784314],[40.1960784313726,20.5882352941176,13.7254901960784],[26.4705882352941,11.7647058823529,6.86274509803922],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[24.5098039215686,23.5294117647059,21.5686274509804],[138.235294117647,138.235294117647,136.274509803922],[14.7058823529412,14.7058823529412,12.7450980392157],[0,0,0],[0.980392156862745,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[3.92156862745098,10.7843137254902,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[11.7647058823529,22.5490196078431,28.4313725490196],[11.7647058823529,24.5098039215686,30.3921568627451],[8.82352941176471,23.5294117647059,28.4313725490196],[2.94117647058824,17.6470588235294,22.5490196078431],[9.80392156862745,23.5294117647059,26.4705882352941],[18.6274509803922,32.3529411764706,35.2941176470588],[21.5686274509804,35.2941176470588,38.2352941176471],[18.6274509803922,29.4117647058824,31.3725490196078],[13.7254901960784,24.5098039215686,26.4705882352941],[12.7450980392157,24.5098039215686,24.5098039215686],[25.4901960784314,35.2941176470588,36.2745098039216],[42.156862745098,51.9607843137255,50.9803921568627],[35.2941176470588,44.1176470588235,41.1764705882353],[20.5882352941176,29.4117647058824,24.5098039215686],[28.4313725490196,37.2549019607843,32.3529411764706],[37.2549019607843,44.1176470588235,37.2549019607843],[25.4901960784314,32.3529411764706,25.4901960784314],[31.3725490196078,36.2745098039216,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[45.0980392156863,48.0392156862745,37.2549019607843],[52.9411764705882,50,33.3333333333333],[82.3529411764706,75.4901960784314,56.8627450980392],[151.960784313725,145.098039215686,126.470588235294],[111.764705882353,105.882352941176,84.3137254901961],[79.4117647058823,73.5294117647059,50],[111.764705882353,107.843137254902,83.3333333333333],[87.2549019607843,83.3333333333333,58.8235294117647],[74.5098039215686,73.5294117647059,46.078431372549],[77.4509803921569,80.3921568627451,51.9607843137255],[84.3137254901961,89.2156862745098,59.8039215686275],[111.764705882353,117.647058823529,90.1960784313725],[145.098039215686,153.921568627451,125.490196078431],[173.529411764706,184.313725490196,154.901960784314],[103.921568627451,116.666666666667,89.2156862745098],[75.4901960784314,90.1960784313725,61.7647058823529],[91.1764705882353,106.862745098039,80.3921568627451],[94.1176470588235,111.764705882353,86.2745098039216],[119.607843137255,139.21568627451,114.705882352941],[110.78431372549,134.313725490196,110.78431372549],[101.960784313725,129.411764705882,106.862745098039],[104.901960784314,137.254901960784,116.666666666667],[81.3725490196078,117.647058823529,100],[108.823529411765,146.078431372549,133.333333333333],[96.078431372549,132.352941176471,124.509803921569],[80.3921568627451,114.705882352941,110.78431372549],[69.6078431372549,100.980392156863,100],[106.862745098039,136.274509803922,136.274509803922],[93.1372549019608,122.549019607843,120.588235294118],[57.843137254902,88.2352941176471,82.3529411764706],[99.0196078431373,130.392156862745,119.607843137255],[97.0588235294118,128.43137254902,113.725490196078],[86.2745098039216,116.666666666667,100.980392156863],[82.3529411764706,108.823529411765,94.1176470588235],[90.1960784313725,116.666666666667,101.960784313725],[110.78431372549,137.254901960784,122.549019607843],[83.3333333333333,105.882352941176,88.2352941176471],[96.078431372549,110.78431372549,90.1960784313725],[128.43137254902,142.156862745098,119.607843137255],[114.705882352941,129.411764705882,108.823529411765],[104.901960784314,116.666666666667,95.0980392156863],[149.019607843137,153.921568627451,131.372549019608],[211.764705882353,215.686274509804,193.137254901961],[176.470588235294,185.294117647059,166.666666666667],[134.313725490196,147.058823529412,129.411764705882],[142.156862745098,154.901960784314,135.294117647059],[113.725490196078,128.43137254902,109.803921568627],[83.3333333333333,103.921568627451,87.2549019607843],[103.921568627451,127.450980392157,111.764705882353],[113.725490196078,144.117647058824,128.43137254902],[72.5490196078431,105.882352941176,90.1960784313725],[52.9411764705882,86.2745098039216,72.5490196078431],[60.7843137254902,93.1372549019608,84.3137254901961],[59.8039215686275,92.156862745098,85.2941176470588],[71.5686274509804,103.921568627451,97.0588235294118],[88.2352941176471,120.588235294118,113.725490196078],[74.5098039215686,106.862745098039,98.0392156862745],[62.7450980392157,93.1372549019608,85.2941176470588],[92.156862745098,121.56862745098,111.764705882353],[97.0588235294118,124.509803921569,112.745098039216],[97.0588235294118,118.627450980392,106.862745098039],[122.549019607843,138.235294117647,125.490196078431],[142.156862745098,150,135.294117647059],[163.725490196078,164.705882352941,149.019607843137],[176.470588235294,174.509803921569,153.921568627451],[196.078431372549,193.137254901961,162.745098039216],[215.686274509804,212.745098039216,178.43137254902],[195.098039215686,199.019607843137,164.705882352941],[165.686274509804,170.588235294118,139.21568627451],[183.333333333333,190.196078431373,159.803921568627],[144.117647058824,148.039215686275,123.529411764706],[81.3725490196078,79.4117647058823,56.8627450980392],[103.921568627451,101.960784313725,79.4117647058823],[128.43137254902,132.352941176471,107.843137254902],[153.921568627451,150,125.490196078431],[201.960784313725,177.450980392157,157.843137254902],[191.176470588235,160.78431372549,141.176470588235],[175.490196078431,158.823529411765,133.333333333333],[210.78431372549,191.176470588235,166.666666666667],[189.21568627451,157.843137254902,137.254901960784],[202.941176470588,168.627450980392,147.058823529412],[163.725490196078,140.196078431373,114.705882352941],[120.588235294118,100,73.5294117647059],[164.705882352941,139.21568627451,112.745098039216],[184.313725490196,160.78431372549,137.254901960784],[184.313725490196,165.686274509804,149.019607843137],[129.411764705882,110.78431372549,94.1176470588235],[133.333333333333,109.803921568627,86.2745098039216],[142.156862745098,118.627450980392,95.0980392156863],[107.843137254902,93.1372549019608,72.5490196078431],[39.2156862745098,23.5294117647059,0],[96.078431372549,70.5882352941177,38.2352941176471],[187.254901960784,155.882352941176,118.627450980392],[142.156862745098,109.803921568627,75.4901960784314],[182.352941176471,148.039215686275,110.78431372549],[176.470588235294,132.352941176471,92.156862745098],[177.450980392157,134.313725490196,90.1960784313725],[159.803921568627,123.529411764706,79.4117647058823],[247.058823529412,214.705882352941,170.588235294118],[248.039215686275,213.725490196078,176.470588235294],[178.43137254902,145.098039215686,110.78431372549],[95.0980392156863,64.7058823529412,36.2745098039216],[214.705882352941,188.235294117647,161.764705882353],[152.941176470588,125.490196078431,101.960784313725],[123.529411764706,98.0392156862745,73.5294117647059],[84.3137254901961,63.7254901960784,37.2549019607843],[65.6862745098039,49.0196078431373,21.5686274509804],[66.6666666666667,52.9411764705882,24.5098039215686],[116.666666666667,105.882352941176,78.4313725490196],[104.901960784314,90.1960784313725,67.6470588235294],[55.8823529411765,43.1372549019608,24.5098039215686],[52.9411764705882,41.1764705882353,25.4901960784314],[45.0980392156863,36.2745098039216,21.5686274509804],[93.1372549019608,86.2745098039216,67.6470588235294],[84.3137254901961,75.4901960784314,58.8235294117647],[81.3725490196078,64.7058823529412,54.9019607843137],[107.843137254902,91.1764705882353,75.4901960784314],[136.274509803922,121.56862745098,91.1764705882353],[103.921568627451,92.156862745098,54.9019607843137],[124.509803921569,117.647058823529,76.4705882352941],[136.274509803922,129.411764705882,84.3137254901961],[150,140.196078431373,92.156862745098],[161.764705882353,144.117647058824,95.0980392156863],[172.549019607843,148.039215686275,95.0980392156863],[195.098039215686,164.705882352941,118.627450980392],[103.921568627451,70.5882352941177,36.2745098039216],[73.5294117647059,43.1372549019608,15.6862745098039],[101.960784313725,79.4117647058823,48.0392156862745],[68.6274509803922,52.9411764705882,19.6078431372549],[147.058823529412,138.235294117647,100],[113.725490196078,104.901960784314,66.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[96.078431372549,71.5686274509804,41.1764705882353],[92.156862745098,61.7647058823529,33.3333333333333],[113.725490196078,79.4117647058823,50],[110.78431372549,75.4901960784314,40.1960784313726],[163.725490196078,126.470588235294,90.1960784313725],[206.862745098039,168.627450980392,130.392156862745],[183.333333333333,144.117647058824,108.823529411765],[136.274509803922,96.078431372549,64.7058823529412],[110.78431372549,70.5882352941177,43.1372549019608],[144.117647058824,107.843137254902,82.3529411764706],[151.960784313725,120.588235294118,98.0392156862745],[121.56862745098,98.0392156862745,74.5098039215686],[64.7058823529412,45.0980392156863,21.5686274509804],[64.7058823529412,46.078431372549,29.4117647058824],[84.3137254901961,65.6862745098039,50.9803921568627],[70.5882352941177,48.0392156862745,32.3529411764706],[59.8039215686275,37.2549019607843,21.5686274509804],[53.921568627451,31.3725490196078,15.6862745098039],[52.9411764705882,30.3921568627451,16.6666666666667],[63.7254901960784,45.0980392156863,30.3921568627451],[42.156862745098,26.4705882352941,11.7647058823529],[48.0392156862745,36.2745098039216,22.5490196078431],[54.9019607843137,43.1372549019608,27.4509803921569],[56.8627450980392,44.1176470588235,27.4509803921569],[59.8039215686275,42.156862745098,22.5490196078431],[86.2745098039216,60.7843137254902,38.2352941176471],[135.294117647059,100,74.5098039215686],[135.294117647059,92.156862745098,63.7254901960784],[141.176470588235,100,75.4901960784314],[108.823529411765,77.4509803921569,62.7450980392157],[43.1372549019608,19.6078431372549,9.80392156862745],[18.6274509803922,0,0],[24.5098039215686,9.80392156862745,6.86274509803922],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[114.705882352941,114.705882352941,112.745098039216],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,7.84313725490196,10.7843137254902],[3.92156862745098,12.7450980392157,17.6470588235294],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,18.6274509803922,24.5098039215686],[8.82352941176471,23.5294117647059,28.4313725490196],[6.86274509803922,24.5098039215686,28.4313725490196],[0.980392156862745,18.6274509803922,22.5490196078431],[8.82352941176471,23.5294117647059,26.4705882352941],[16.6666666666667,30.3921568627451,33.3333333333333],[15.6862745098039,29.4117647058824,30.3921568627451],[10.7843137254902,24.5098039215686,25.4901960784314],[11.7647058823529,23.5294117647059,23.5294117647059],[13.7254901960784,25.4901960784314,23.5294117647059],[26.4705882352941,36.2745098039216,35.2941176470588],[45.0980392156863,55.8823529411765,51.9607843137255],[12.7450980392157,21.5686274509804,16.6666666666667],[15.6862745098039,25.4901960784314,17.6470588235294],[24.5098039215686,31.3725490196078,24.5098039215686],[22.5490196078431,29.4117647058824,21.5686274509804],[23.5294117647059,28.4313725490196,21.5686274509804],[45.0980392156863,50,43.1372549019608],[66.6666666666667,71.5686274509804,64.7058823529412],[70.5882352941177,72.5490196078431,59.8039215686275],[94.1176470588235,91.1764705882353,72.5490196078431],[140.196078431373,135.294117647059,113.725490196078],[157.843137254902,152.941176470588,131.372549019608],[112.745098039216,107.843137254902,86.2745098039216],[93.1372549019608,89.2156862745098,64.7058823529412],[100.980392156863,99.0196078431373,74.5098039215686],[89.2156862745098,87.2549019607843,62.7450980392157],[82.3529411764706,84.3137254901961,60.7843137254902],[108.823529411765,112.745098039216,88.2352941176471],[109.803921568627,115.686274509804,90.1960784313725],[125.490196078431,133.333333333333,109.803921568627],[100,111.764705882353,88.2352941176471],[96.078431372549,109.803921568627,85.2941176470588],[97.0588235294118,111.764705882353,89.2156862745098],[45.0980392156863,62.7450980392157,41.1764705882353],[112.745098039216,127.450980392157,104.901960784314],[143.137254901961,156.862745098039,132.352941176471],[159.803921568627,175.490196078431,150],[120.588235294118,139.21568627451,117.647058823529],[69.6078431372549,94.1176470588235,72.5490196078431],[91.1764705882353,122.549019607843,101.960784313725],[57.843137254902,91.1764705882353,74.5098039215686],[127.450980392157,162.745098039216,150.980392156863],[89.2156862745098,125.490196078431,117.647058823529],[74.5098039215686,108.823529411765,104.901960784314],[70.5882352941177,104.901960784314,100.980392156863],[72.5490196078431,103.921568627451,100.980392156863],[75.4901960784314,106.862745098039,101.960784313725],[118.627450980392,150.980392156863,142.156862745098],[163.725490196078,197.058823529412,183.333333333333],[97.0588235294118,130.392156862745,113.725490196078],[99.0196078431373,131.372549019608,112.745098039216],[80.3921568627451,108.823529411765,91.1764705882353],[113.725490196078,140.196078431373,121.56862745098],[69.6078431372549,92.156862745098,72.5490196078431],[95.0980392156863,113.725490196078,94.1176470588235],[118.627450980392,133.333333333333,112.745098039216],[139.21568627451,150.980392156863,129.411764705882],[100.980392156863,110.78431372549,87.2549019607843],[92.156862745098,101.960784313725,77.4509803921569],[165.686274509804,175.490196078431,150.980392156863],[147.058823529412,159.803921568627,134.313725490196],[78.4313725490196,92.156862745098,66.6666666666667],[102.941176470588,118.627450980392,93.1372549019608],[100.980392156863,118.627450980392,95.0980392156863],[84.3137254901961,102.941176470588,81.3725490196078],[103.921568627451,122.549019607843,100.980392156863],[134.313725490196,152.941176470588,133.333333333333],[123.529411764706,140.196078431373,122.549019607843],[96.078431372549,113.725490196078,101.960784313725],[103.921568627451,126.470588235294,118.627450980392],[113.725490196078,142.156862745098,137.254901960784],[91.1764705882353,121.56862745098,116.666666666667],[85.2941176470588,117.647058823529,110.78431372549],[117.647058823529,152.941176470588,141.176470588235],[145.098039215686,180.392156862745,166.666666666667],[106.862745098039,143.137254901961,126.470588235294],[61.7647058823529,95.0980392156863,79.4117647058823],[98.0392156862745,129.411764705882,116.666666666667],[136.274509803922,161.764705882353,149.019607843137],[103.921568627451,119.607843137255,106.862745098039],[157.843137254902,164.705882352941,149.019607843137],[211.764705882353,206.862745098039,187.254901960784],[149.019607843137,142.156862745098,116.666666666667],[211.764705882353,208.823529411765,174.509803921569],[186.274509803922,188.235294117647,150],[220.588235294118,224.509803921569,188.235294117647],[135.294117647059,141.176470588235,107.843137254902],[153.921568627451,160.78431372549,130.392156862745],[98.0392156862745,100.980392156863,74.5098039215686],[81.3725490196078,76.4705882352941,54.9019607843137],[133.333333333333,128.43137254902,106.862745098039],[121.56862745098,121.56862745098,96.078431372549],[159.803921568627,152.941176470588,127.450980392157],[175.490196078431,145.098039215686,124.509803921569],[167.647058823529,133.333333333333,113.725490196078],[179.411764705882,159.803921568627,135.294117647059],[171.56862745098,151.960784313725,125.490196078431],[197.058823529412,165.686274509804,143.137254901961],[188.235294117647,153.921568627451,134.313725490196],[124.509803921569,100.980392156863,77.4509803921569],[171.56862745098,150,126.470588235294],[157.843137254902,132.352941176471,107.843137254902],[182.352941176471,158.823529411765,135.294117647059],[118.627450980392,100,83.3333333333333],[110.78431372549,92.156862745098,75.4901960784314],[126.470588235294,100.980392156863,78.4313725490196],[167.647058823529,142.156862745098,117.647058823529],[228.43137254902,210.78431372549,189.21568627451],[150,130.392156862745,105.882352941176],[159.803921568627,130.392156862745,95.0980392156863],[158.823529411765,124.509803921569,85.2941176470588],[174.509803921569,137.254901960784,99.0196078431373],[184.313725490196,142.156862745098,100.980392156863],[201.960784313725,151.960784313725,105.882352941176],[207.843137254902,158.823529411765,110.78431372549],[172.549019607843,135.294117647059,87.2549019607843],[199.019607843137,165.686274509804,120.588235294118],[197.058823529412,158.823529411765,118.627450980392],[169.607843137255,132.352941176471,97.0588235294118],[112.745098039216,82.3529411764706,51.9607843137255],[178.43137254902,151.960784313725,123.529411764706],[128.43137254902,101.960784313725,75.4901960784314],[164.705882352941,138.235294117647,111.764705882353],[108.823529411765,85.2941176470588,57.843137254902],[79.4117647058823,60.7843137254902,31.3725490196078],[54.9019607843137,44.1176470588235,12.7450980392157],[91.1764705882353,82.3529411764706,53.921568627451],[110.78431372549,95.0980392156863,72.5490196078431],[65.6862745098039,50.9803921568627,32.3529411764706],[73.5294117647059,64.7058823529412,50],[38.2352941176471,31.3725490196078,15.6862745098039],[57.843137254902,52.9411764705882,34.3137254901961],[83.3333333333333,76.4705882352941,58.8235294117647],[96.078431372549,84.3137254901961,70.5882352941177],[119.607843137255,106.862745098039,91.1764705882353],[64.7058823529412,52.9411764705882,29.4117647058824],[59.8039215686275,50.9803921568627,20.5882352941176],[76.4705882352941,70.5882352941177,35.2941176470588],[93.1372549019608,86.2745098039216,45.0980392156863],[112.745098039216,100,56.8627450980392],[118.627450980392,100.980392156863,53.921568627451],[85.2941176470588,57.843137254902,10.7843137254902],[138.235294117647,106.862745098039,60.7843137254902],[164.705882352941,130.392156862745,93.1372549019608],[117.647058823529,85.2941176470588,50.9803921568627],[156.862745098039,131.372549019608,95.0980392156863],[146.078431372549,124.509803921569,88.2352941176471],[112.745098039216,93.1372549019608,56.8627450980392],[123.529411764706,103.921568627451,69.6078431372549],[66.6666666666667,44.1176470588235,13.7254901960784],[62.7450980392157,37.2549019607843,10.7843137254902],[102.941176470588,73.5294117647059,46.078431372549],[110.78431372549,78.4313725490196,48.0392156862745],[123.529411764706,89.2156862745098,51.9607843137255],[140.196078431373,103.921568627451,62.7450980392157],[128.43137254902,92.156862745098,50.9803921568627],[125.490196078431,88.2352941176471,50],[114.705882352941,79.4117647058823,46.078431372549],[88.2352941176471,54.9019607843137,27.4509803921569],[56.8627450980392,25.4901960784314,0.980392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[125.490196078431,99.0196078431373,72.5490196078431],[118.627450980392,93.1372549019608,68.6274509803922],[67.6470588235294,43.1372549019608,21.5686274509804],[73.5294117647059,50.9803921568627,33.3333333333333],[95.0980392156863,72.5490196078431,58.8235294117647],[86.2745098039216,64.7058823529412,51.9607843137255],[71.5686274509804,51.9607843137255,41.1764705882353],[61.7647058823529,44.1176470588235,34.3137254901961],[38.2352941176471,21.5686274509804,11.7647058823529],[35.2941176470588,21.5686274509804,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[84.3137254901961,71.5686274509804,54.9019607843137],[79.4117647058823,62.7450980392157,43.1372549019608],[77.4509803921569,56.8627450980392,36.2745098039216],[88.2352941176471,60.7843137254902,39.2156862745098],[122.549019607843,89.2156862745098,64.7058823529412],[125.490196078431,89.2156862745098,62.7450980392157],[94.1176470588235,58.8235294117647,35.2941176470588],[87.2549019607843,58.8235294117647,45.0980392156863],[48.0392156862745,24.5098039215686,14.7058823529412],[30.3921568627451,11.7647058823529,5.88235294117647],[19.6078431372549,4.90196078431373,1.96078431372549],[6.86274509803922,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,9.80392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0.980392156862745,0.980392156862745,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[54.9019607843137,52.9411764705882,55.8823529411765],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,7.84313725490196,10.7843137254902],[2.94117647058824,11.7647058823529,16.6666666666667],[3.92156862745098,14.7058823529412,18.6274509803922],[4.90196078431373,17.6470588235294,23.5294117647059],[9.80392156862745,24.5098039215686,29.4117647058824],[6.86274509803922,24.5098039215686,28.4313725490196],[0,15.6862745098039,19.6078431372549],[5.88235294117647,20.5882352941176,23.5294117647059],[12.7450980392157,28.4313725490196,28.4313725490196],[11.7647058823529,25.4901960784314,26.4705882352941],[8.82352941176471,22.5490196078431,23.5294117647059],[11.7647058823529,23.5294117647059,23.5294117647059],[11.7647058823529,23.5294117647059,21.5686274509804],[18.6274509803922,28.4313725490196,27.4509803921569],[32.3529411764706,43.1372549019608,39.2156862745098],[25.4901960784314,34.3137254901961,29.4117647058824],[28.4313725490196,35.2941176470588,28.4313725490196],[19.6078431372549,24.5098039215686,18.6274509803922],[17.6470588235294,22.5490196078431,15.6862745098039],[38.2352941176471,41.1764705882353,34.3137254901961],[59.8039215686275,62.7450980392157,53.921568627451],[61.7647058823529,64.7058823529412,55.8823529411765],[55.8823529411765,56.8627450980392,43.1372549019608],[76.4705882352941,74.5098039215686,53.921568627451],[152.941176470588,149.019607843137,124.509803921569],[140.196078431373,136.274509803922,111.764705882353],[101.960784313725,100,75.4901960784314],[88.2352941176471,86.2745098039216,63.7254901960784],[81.3725490196078,81.3725490196078,57.843137254902],[87.2549019607843,89.2156862745098,65.6862745098039],[68.6274509803922,72.5490196078431,50],[77.4509803921569,82.3529411764706,60.7843137254902],[120.588235294118,129.411764705882,108.823529411765],[69.6078431372549,81.3725490196078,61.7647058823529],[84.3137254901961,99.0196078431373,80.3921568627451],[141.176470588235,157.843137254902,140.196078431373],[67.6470588235294,85.2941176470588,69.6078431372549],[88.2352941176471,108.823529411765,94.1176470588235],[89.2156862745098,105.882352941176,87.2549019607843],[100,112.745098039216,85.2941176470588],[113.725490196078,124.509803921569,95.0980392156863],[104.901960784314,119.607843137255,97.0588235294118],[100,120.588235294118,103.921568627451],[94.1176470588235,119.607843137255,108.823529411765],[60.7843137254902,91.1764705882353,83.3333333333333],[103.921568627451,135.294117647059,130.392156862745],[48.0392156862745,82.3529411764706,76.4705882352941],[59.8039215686275,96.078431372549,88.2352941176471],[58.8235294117647,94.1176470588235,84.3137254901961],[76.4705882352941,111.764705882353,98.0392156862745],[84.3137254901961,117.647058823529,103.921568627451],[150,183.333333333333,169.607843137255],[171.56862745098,204.901960784314,191.176470588235],[88.2352941176471,121.56862745098,107.843137254902],[97.0588235294118,130.392156862745,114.705882352941],[124.509803921569,156.862745098039,138.235294117647],[110.78431372549,138.235294117647,116.666666666667],[87.2549019607843,105.882352941176,84.3137254901961],[145.098039215686,159.803921568627,139.21568627451],[129.411764705882,144.117647058824,125.490196078431],[100.980392156863,112.745098039216,93.1372549019608],[126.470588235294,132.352941176471,106.862745098039],[157.843137254902,163.725490196078,136.274509803922],[200.980392156863,216.666666666667,191.176470588235],[133.333333333333,152.941176470588,126.470588235294],[131.372549019608,148.039215686275,116.666666666667],[106.862745098039,123.529411764706,92.156862745098],[83.3333333333333,105.882352941176,78.4313725490196],[119.607843137255,143.137254901961,117.647058823529],[163.725490196078,183.333333333333,156.862745098039],[191.176470588235,204.901960784314,180.392156862745],[113.725490196078,120.588235294118,102.941176470588],[133.333333333333,141.176470588235,128.43137254902],[157.843137254902,169.607843137255,165.686274509804],[130.392156862745,149.019607843137,147.058823529412],[99.0196078431373,123.529411764706,120.588235294118],[113.725490196078,140.196078431373,135.294117647059],[135.294117647059,160.78431372549,150],[149.019607843137,176.470588235294,161.764705882353],[166.666666666667,197.058823529412,179.411764705882],[54.9019607843137,87.2549019607843,70.5882352941177],[104.901960784314,138.235294117647,122.549019607843],[111.764705882353,142.156862745098,127.450980392157],[116.666666666667,139.21568627451,121.56862745098],[146.078431372549,158.823529411765,139.21568627451],[217.647058823529,220.588235294118,194.117647058824],[135.294117647059,132.352941176471,101.960784313725],[184.313725490196,185.294117647059,151.960784313725],[150.980392156863,154.901960784314,120.588235294118],[184.313725490196,190.196078431373,156.862745098039],[155.882352941176,162.745098039216,132.352941176471],[105.882352941176,111.764705882353,84.3137254901961],[100,101.960784313725,78.4313725490196],[150.980392156863,145.098039215686,123.529411764706],[168.627450980392,160.78431372549,138.235294117647],[132.352941176471,131.372549019608,103.921568627451],[150,141.176470588235,112.745098039216],[174.509803921569,143.137254901961,118.627450980392],[153.921568627451,118.627450980392,93.1372549019608],[220.588235294118,200,169.607843137255],[216.666666666667,196.078431372549,165.686274509804],[186.274509803922,155.882352941176,128.43137254902],[148.039215686275,114.705882352941,90.1960784313725],[105.882352941176,82.3529411764706,58.8235294117647],[111.764705882353,92.156862745098,68.6274509803922],[144.117647058824,118.627450980392,96.078431372549],[147.058823529412,122.549019607843,100.980392156863],[105.882352941176,87.2549019607843,72.5490196078431],[109.803921568627,88.2352941176471,74.5098039215686],[115.686274509804,88.2352941176471,66.6666666666667],[100.980392156863,73.5294117647059,50],[186.274509803922,165.686274509804,145.098039215686],[208.823529411765,185.294117647059,159.803921568627],[153.921568627451,120.588235294118,84.3137254901961],[111.764705882353,70.5882352941177,29.4117647058824],[133.333333333333,91.1764705882353,49.0196078431373],[183.333333333333,137.254901960784,92.156862745098],[218.627450980392,163.725490196078,113.725490196078],[182.352941176471,130.392156862745,79.4117647058823],[201.960784313725,162.745098039216,111.764705882353],[185.294117647059,150,100.980392156863],[119.607843137255,77.4509803921569,36.2745098039216],[177.450980392157,138.235294117647,102.941176470588],[118.627450980392,90.1960784313725,58.8235294117647],[117.647058823529,93.1372549019608,63.7254901960784],[97.0588235294118,67.6470588235294,42.156862745098],[142.156862745098,112.745098039216,87.2549019607843],[139.21568627451,113.725490196078,87.2549019607843],[68.6274509803922,50,20.5882352941176],[78.4313725490196,69.6078431372549,37.2549019607843],[107.843137254902,99.0196078431373,68.6274509803922],[159.803921568627,144.117647058824,121.56862745098],[86.2745098039216,69.6078431372549,51.9607843137255],[66.6666666666667,57.843137254902,43.1372549019608],[79.4117647058823,72.5490196078431,56.8627450980392],[75.4901960784314,66.6666666666667,50],[78.4313725490196,70.5882352941177,51.9607843137255],[61.7647058823529,55.8823529411765,34.3137254901961],[38.2352941176471,33.3333333333333,11.7647058823529],[52.9411764705882,48.0392156862745,29.4117647058824],[70.5882352941177,63.7254901960784,45.0980392156863],[80.3921568627451,68.6274509803922,43.1372549019608],[97.0588235294118,80.3921568627451,50.9803921568627],[114.705882352941,93.1372549019608,56.8627450980392],[131.372549019608,106.862745098039,67.6470588235294],[152.941176470588,125.490196078431,87.2549019607843],[120.588235294118,92.156862745098,50.9803921568627],[108.823529411765,78.4313725490196,33.3333333333333],[162.745098039216,132.352941176471,86.2745098039216],[155.882352941176,123.529411764706,81.3725490196078],[199.019607843137,166.666666666667,126.470588235294],[136.274509803922,102.941176470588,65.6862745098039],[126.470588235294,94.1176470588235,61.7647058823529],[85.2941176470588,55.8823529411765,30.3921568627451],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,67.6470588235294,47.0588235294118],[113.725490196078,82.3529411764706,57.843137254902],[136.274509803922,100.980392156863,67.6470588235294],[109.803921568627,73.5294117647059,32.3529411764706],[111.764705882353,75.4901960784314,31.3725490196078],[107.843137254902,76.4705882352941,30.3921568627451],[102.941176470588,75.4901960784314,36.2745098039216],[101.960784313725,76.4705882352941,44.1176470588235],[66.6666666666667,41.1764705882353,14.7058823529412],[52.9411764705882,25.4901960784314,1.96078431372549],[89.2156862745098,55.8823529411765,31.3725490196078],[109.803921568627,75.4901960784314,53.921568627451],[89.2156862745098,61.7647058823529,41.1764705882353],[80.3921568627451,54.9019607843137,38.2352941176471],[91.1764705882353,69.6078431372549,56.8627450980392],[65.6862745098039,49.0196078431373,41.1764705882353],[51.9607843137255,39.2156862745098,33.3333333333333],[47.0588235294118,38.2352941176471,33.3333333333333],[18.6274509803922,11.7647058823529,5.88235294117647],[29.4117647058824,20.5882352941176,13.7254901960784],[50,40.1960784313726,28.4313725490196],[54.9019607843137,42.156862745098,25.4901960784314],[75.4901960784314,58.8235294117647,39.2156862745098],[62.7450980392157,41.1764705882353,18.6274509803922],[49.0196078431373,22.5490196078431,1.96078431372549],[74.5098039215686,47.0588235294118,26.4705882352941],[64.7058823529412,34.3137254901961,14.7058823529412],[80.3921568627451,49.0196078431373,34.3137254901961],[76.4705882352941,49.0196078431373,37.2549019607843],[32.3529411764706,7.84313725490196,0.980392156862745],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,6.86274509803922],[6.86274509803922,0,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[26.4705882352941,22.5490196078431,21.5686274509804],[62.7450980392157,58.8235294117647,57.843137254902],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,13.7254901960784,17.6470588235294],[5.88235294117647,19.6078431372549,22.5490196078431],[11.7647058823529,26.4705882352941,31.3725490196078],[7.84313725490196,22.5490196078431,27.4509803921569],[0,11.7647058823529,14.7058823529412],[2.94117647058824,16.6666666666667,17.6470588235294],[10.7843137254902,24.5098039215686,25.4901960784314],[13.7254901960784,24.5098039215686,26.4705882352941],[11.7647058823529,22.5490196078431,24.5098039215686],[12.7450980392157,24.5098039215686,24.5098039215686],[7.84313725490196,19.6078431372549,17.6470588235294],[5.88235294117647,15.6862745098039,14.7058823529412],[15.6862745098039,26.4705882352941,22.5490196078431],[12.7450980392157,21.5686274509804,16.6666666666667],[22.5490196078431,29.4117647058824,22.5490196078431],[17.6470588235294,22.5490196078431,15.6862745098039],[18.6274509803922,21.5686274509804,14.7058823529412],[33.3333333333333,36.2745098039216,27.4509803921569],[40.1960784313726,42.156862745098,31.3725490196078],[43.1372549019608,45.0980392156863,34.3137254901961],[58.8235294117647,59.8039215686275,44.1176470588235],[90.1960784313725,88.2352941176471,65.6862745098039],[71.5686274509804,70.5882352941177,43.1372549019608],[84.3137254901961,83.3333333333333,55.8823529411765],[95.0980392156863,93.1372549019608,68.6274509803922],[102.941176470588,102.941176470588,79.4117647058823],[89.2156862745098,88.2352941176471,67.6470588235294],[51.9607843137255,53.921568627451,32.3529411764706],[55.8823529411765,58.8235294117647,38.2352941176471],[77.4509803921569,85.2941176470588,64.7058823529412],[111.764705882353,120.588235294118,101.960784313725],[87.2549019607843,98.0392156862745,81.3725490196078],[75.4901960784314,88.2352941176471,71.5686274509804],[106.862745098039,120.588235294118,103.921568627451],[59.8039215686275,76.4705882352941,60.7843137254902],[89.2156862745098,106.862745098039,93.1372549019608],[110.78431372549,127.450980392157,108.823529411765],[95.0980392156863,105.882352941176,74.5098039215686],[121.56862745098,132.352941176471,100.980392156863],[173.529411764706,187.254901960784,164.705882352941],[163.725490196078,181.372549019608,167.647058823529],[80.3921568627451,102.941176470588,95.0980392156863],[100,128.43137254902,123.529411764706],[77.4509803921569,108.823529411765,103.921568627451],[64.7058823529412,99.0196078431373,93.1372549019608],[55.8823529411765,90.1960784313725,83.3333333333333],[66.6666666666667,101.960784313725,90.1960784313725],[138.235294117647,171.56862745098,154.901960784314],[127.450980392157,161.764705882353,142.156862745098],[138.235294117647,170.588235294118,151.960784313725],[106.862745098039,139.21568627451,120.588235294118],[49.0196078431373,80.3921568627451,65.6862745098039],[84.3137254901961,115.686274509804,100.980392156863],[130.392156862745,158.823529411765,139.21568627451],[139.21568627451,162.745098039216,139.21568627451],[154.901960784314,169.607843137255,147.058823529412],[109.803921568627,123.529411764706,100.980392156863],[94.1176470588235,106.862745098039,87.2549019607843],[95.0980392156863,104.901960784314,81.3725490196078],[155.882352941176,160.78431372549,129.411764705882],[142.156862745098,149.019607843137,116.666666666667],[168.627450980392,184.313725490196,158.823529411765],[140.196078431373,159.803921568627,133.333333333333],[103.921568627451,120.588235294118,89.2156862745098],[126.470588235294,145.098039215686,113.725490196078],[100,124.509803921569,96.078431372549],[71.5686274509804,95.0980392156863,71.5686274509804],[168.627450980392,187.254901960784,165.686274509804],[220.588235294118,233.333333333333,213.725490196078],[96.078431372549,100,85.2941176470588],[121.56862745098,124.509803921569,113.725490196078],[109.803921568627,120.588235294118,114.705882352941],[64.7058823529412,80.3921568627451,79.4117647058823],[68.6274509803922,93.1372549019608,90.1960784313725],[89.2156862745098,115.686274509804,110.78431372549],[101.960784313725,127.450980392157,116.666666666667],[159.803921568627,186.274509803922,171.56862745098],[149.019607843137,177.450980392157,159.803921568627],[127.450980392157,155.882352941176,138.235294117647],[134.313725490196,161.764705882353,147.058823529412],[134.313725490196,160.78431372549,146.078431372549],[167.647058823529,190.196078431373,172.549019607843],[132.352941176471,147.058823529412,126.470588235294],[144.117647058824,151.960784313725,128.43137254902],[127.450980392157,132.352941176471,102.941176470588],[137.254901960784,146.078431372549,115.686274509804],[119.607843137255,130.392156862745,99.0196078431373],[132.352941176471,143.137254901961,113.725490196078],[178.43137254902,187.254901960784,160.78431372549],[93.1372549019608,98.0392156862745,75.4901960784314],[89.2156862745098,91.1764705882353,69.6078431372549],[201.960784313725,196.078431372549,174.509803921569],[177.450980392157,167.647058823529,143.137254901961],[123.529411764706,118.627450980392,90.1960784313725],[146.078431372549,135.294117647059,105.882352941176],[152.941176470588,123.529411764706,96.078431372549],[145.098039215686,111.764705882353,84.3137254901961],[207.843137254902,185.294117647059,151.960784313725],[245.098039215686,225.490196078431,191.176470588235],[250,242.156862745098,211.764705882353],[205.882352941176,175.490196078431,148.039215686275],[126.470588235294,104.901960784314,81.3725490196078],[97.0588235294118,77.4509803921569,53.921568627451],[101.960784313725,80.3921568627451,56.8627450980392],[119.607843137255,99.0196078431373,78.4313725490196],[115.686274509804,100,84.3137254901961],[93.1372549019608,76.4705882352941,58.8235294117647],[111.764705882353,88.2352941176471,62.7450980392157],[150,124.509803921569,98.0392156862745],[156.862745098039,137.254901960784,112.745098039216],[194.117647058824,170.588235294118,143.137254901961],[121.56862745098,84.3137254901961,46.078431372549],[127.450980392157,85.2941176470588,41.1764705882353],[143.137254901961,100.980392156863,56.8627450980392],[175.490196078431,129.411764705882,84.3137254901961],[177.450980392157,125.490196078431,76.4705882352941],[188.235294117647,138.235294117647,86.2745098039216],[226.470588235294,188.235294117647,134.313725490196],[168.627450980392,133.333333333333,82.3529411764706],[124.509803921569,82.3529411764706,38.2352941176471],[169.607843137255,128.43137254902,91.1764705882353],[90.1960784313725,60.7843137254902,27.4509803921569],[74.5098039215686,48.0392156862745,19.6078431372549],[107.843137254902,78.4313725490196,50.9803921568627],[108.823529411765,82.3529411764706,55.8823529411765],[98.0392156862745,74.5098039215686,50.9803921568627],[73.5294117647059,56.8627450980392,31.3725490196078],[47.0588235294118,38.2352941176471,5.88235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[131.372549019608,115.686274509804,91.1764705882353],[101.960784313725,84.3137254901961,64.7058823529412],[88.2352941176471,75.4901960784314,56.8627450980392],[89.2156862745098,78.4313725490196,58.8235294117647],[111.764705882353,99.0196078431373,80.3921568627451],[73.5294117647059,62.7450980392157,41.1764705882353],[45.0980392156863,39.2156862745098,13.7254901960784],[46.078431372549,44.1176470588235,19.6078431372549],[50.9803921568627,48.0392156862745,29.4117647058824],[83.3333333333333,76.4705882352941,58.8235294117647],[92.156862745098,77.4509803921569,54.9019607843137],[97.0588235294118,77.4509803921569,50.9803921568627],[154.901960784314,130.392156862745,100],[120.588235294118,95.0980392156863,60.7843137254902],[117.647058823529,90.1960784313725,53.921568627451],[215.686274509804,188.235294117647,149.019607843137],[143.137254901961,115.686274509804,68.6274509803922],[77.4509803921569,48.0392156862745,0],[106.862745098039,74.5098039215686,30.3921568627451],[128.43137254902,94.1176470588235,54.9019607843137],[152.941176470588,115.686274509804,77.4509803921569],[169.607843137255,136.274509803922,101.960784313725],[135.294117647059,105.882352941176,80.3921568627451],[73.5294117647059,46.078431372549,24.5098039215686],[81.3725490196078,54.9019607843137,34.3137254901961],[89.2156862745098,61.7647058823529,38.2352941176471],[74.5098039215686,42.156862745098,9.80392156862745],[114.705882352941,81.3725490196078,44.1176470588235],[95.0980392156863,62.7450980392157,20.5882352941176],[77.4509803921569,49.0196078431373,5.88235294117647],[83.3333333333333,58.8235294117647,19.6078431372549],[119.607843137255,97.0588235294118,63.7254901960784],[109.803921568627,86.2745098039216,58.8235294117647],[85.2941176470588,57.843137254902,34.3137254901961],[75.4901960784314,41.1764705882353,19.6078431372549],[89.2156862745098,54.9019607843137,33.3333333333333],[80.3921568627451,50,30.3921568627451],[83.3333333333333,57.843137254902,41.1764705882353],[80.3921568627451,58.8235294117647,46.078431372549],[49.0196078431373,32.3529411764706,24.5098039215686],[24.5098039215686,10.7843137254902,7.84313725490196],[25.4901960784314,15.6862745098039,13.7254901960784],[29.4117647058824,21.5686274509804,18.6274509803922],[32.3529411764706,25.4901960784314,19.6078431372549],[37.2549019607843,27.4509803921569,17.6470588235294],[36.2745098039216,24.5098039215686,8.82352941176471],[59.8039215686275,45.0980392156863,24.5098039215686],[97.0588235294118,77.4509803921569,53.921568627451],[71.5686274509804,47.0588235294118,25.4901960784314],[43.1372549019608,16.6666666666667,0],[50.9803921568627,23.5294117647059,2.94117647058824],[86.2745098039216,57.843137254902,44.1176470588235],[46.078431372549,22.5490196078431,12.7450980392157],[18.6274509803922,0,0],[18.6274509803922,0.980392156862745,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,4.90196078431373,7.84313725490196],[10.7843137254902,4.90196078431373,8.82352941176471],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,1.96078431372549,0],[11.7647058823529,10.7843137254902,8.82352941176471],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,7.84313725490196,5.88235294117647],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,2.94117647058824,7.84313725490196],[3.92156862745098,8.82352941176471,12.7450980392157],[12.7450980392157,17.6470588235294,21.5686274509804],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,16.6666666666667,20.5882352941176],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,15.6862745098039,17.6470588235294],[8.82352941176471,18.6274509803922,20.5882352941176],[9.80392156862745,18.6274509803922,23.5294117647059],[10.7843137254902,19.6078431372549,24.5098039215686],[12.7450980392157,22.5490196078431,24.5098039215686],[10.7843137254902,20.5882352941176,22.5490196078431],[10.7843137254902,20.5882352941176,22.5490196078431],[12.7450980392157,22.5490196078431,23.5294117647059],[26.4705882352941,35.2941176470588,32.3529411764706],[18.6274509803922,24.5098039215686,20.5882352941176],[15.6862745098039,20.5882352941176,14.7058823529412],[28.4313725490196,31.3725490196078,22.5490196078431],[35.2941176470588,37.2549019607843,26.4705882352941],[46.078431372549,46.078431372549,34.3137254901961],[65.6862745098039,63.7254901960784,50.9803921568627],[64.7058823529412,61.7647058823529,45.0980392156863],[99.0196078431373,95.0980392156863,70.5882352941177],[95.0980392156863,91.1764705882353,62.7450980392157],[76.4705882352941,72.5490196078431,46.078431372549],[71.5686274509804,67.6470588235294,43.1372549019608],[71.5686274509804,69.6078431372549,47.0588235294118],[75.4901960784314,74.5098039215686,53.921568627451],[77.4509803921569,79.4117647058823,58.8235294117647],[54.9019607843137,57.843137254902,39.2156862745098],[100.980392156863,105.882352941176,86.2745098039216],[136.274509803922,143.137254901961,125.490196078431],[73.5294117647059,82.3529411764706,63.7254901960784],[76.4705882352941,85.2941176470588,66.6666666666667],[70.5882352941177,82.3529411764706,62.7450980392157],[81.3725490196078,93.1372549019608,73.5294117647059],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[130.392156862745,140.196078431373,106.862745098039],[105.882352941176,116.666666666667,85.2941176470588],[129.411764705882,142.156862745098,122.549019607843],[143.137254901961,160.78431372549,147.058823529412],[83.3333333333333,106.862745098039,94.1176470588235],[120.588235294118,150,138.235294117647],[82.3529411764706,113.725490196078,102.941176470588],[77.4509803921569,109.803921568627,100.980392156863],[62.7450980392157,95.0980392156863,88.2352941176471],[76.4705882352941,106.862745098039,99.0196078431373],[114.705882352941,145.098039215686,130.392156862745],[114.705882352941,143.137254901961,123.529411764706],[132.352941176471,159.803921568627,135.294117647059],[129.411764705882,156.862745098039,132.352941176471],[100,127.450980392157,105.882352941176],[92.156862745098,116.666666666667,96.078431372549],[139.21568627451,161.764705882353,136.274509803922],[150,165.686274509804,140.196078431373],[143.137254901961,154.901960784314,135.294117647059],[149.019607843137,156.862745098039,136.274509803922],[101.960784313725,110.78431372549,84.3137254901961],[118.627450980392,125.490196078431,92.156862745098],[167.647058823529,174.509803921569,134.313725490196],[188.235294117647,196.078431372549,157.843137254902],[165.686274509804,178.43137254902,149.019607843137],[136.274509803922,151.960784313725,126.470588235294],[79.4117647058823,95.0980392156863,68.6274509803922],[99.0196078431373,116.666666666667,91.1764705882353],[126.470588235294,146.078431372549,121.56862745098],[69.6078431372549,90.1960784313725,71.5686274509804],[94.1176470588235,110.78431372549,100.980392156863],[234.313725490196,247.058823529412,240.196078431373],[141.176470588235,149.019607843137,138.235294117647],[111.764705882353,119.607843137255,108.823529411765],[108.823529411765,121.56862745098,114.705882352941],[69.6078431372549,92.156862745098,86.2745098039216],[84.3137254901961,119.607843137255,109.803921568627],[80.3921568627451,117.647058823529,104.901960784314],[115.686274509804,147.058823529412,134.313725490196],[136.274509803922,163.725490196078,149.019607843137],[114.705882352941,145.098039215686,127.450980392157],[120.588235294118,147.058823529412,130.392156862745],[160.78431372549,177.450980392157,161.764705882353],[132.352941176471,144.117647058824,130.392156862745],[144.117647058824,160.78431372549,143.137254901961],[157.843137254902,174.509803921569,156.862745098039],[183.333333333333,196.078431372549,179.411764705882],[126.470588235294,140.196078431373,123.529411764706],[134.313725490196,152.941176470588,131.372549019608],[134.313725490196,153.921568627451,129.411764705882],[100,114.705882352941,92.156862745098],[156.862745098039,168.627450980392,145.098039215686],[124.509803921569,129.411764705882,106.862745098039],[54.9019607843137,54.9019607843137,31.3725490196078],[118.627450980392,112.745098039216,89.2156862745098],[184.313725490196,174.509803921569,148.039215686275],[153.921568627451,145.098039215686,116.666666666667],[113.725490196078,100,71.5686274509804],[132.352941176471,111.764705882353,81.3725490196078],[130.392156862745,105.882352941176,76.4705882352941],[215.686274509804,193.137254901961,161.764705882353],[250,227.450980392157,197.058823529412],[219.607843137255,189.21568627451,160.78431372549],[194.117647058824,164.705882352941,137.254901960784],[134.313725490196,113.725490196078,87.2549019607843],[72.5490196078431,55.8823529411765,30.3921568627451],[56.8627450980392,41.1764705882353,16.6666666666667],[144.117647058824,132.352941176471,108.823529411765],[136.274509803922,131.372549019608,111.764705882353],[132.352941176471,126.470588235294,104.901960784314],[217.647058823529,200.980392156863,171.56862745098],[221.56862745098,201.960784313725,169.607843137255],[142.156862745098,125.490196078431,96.078431372549],[182.352941176471,159.803921568627,126.470588235294],[155.882352941176,119.607843137255,75.4901960784314],[144.117647058824,102.941176470588,53.921568627451],[175.490196078431,135.294117647059,90.1960784313725],[230.392156862745,188.235294117647,144.117647058824],[176.470588235294,133.333333333333,89.2156862745098],[160.78431372549,117.647058823529,71.5686274509804],[199.019607843137,158.823529411765,107.843137254902],[177.450980392157,139.21568627451,85.2941176470588],[147.058823529412,106.862745098039,55.8823529411765],[163.725490196078,126.470588235294,82.3529411764706],[95.0980392156863,60.7843137254902,31.3725490196078],[83.3333333333333,51.9607843137255,27.4509803921569],[65.6862745098039,39.2156862745098,10.7843137254902],[94.1176470588235,70.5882352941177,45.0980392156863],[79.4117647058823,58.8235294117647,42.156862745098],[84.3137254901961,69.6078431372549,50.9803921568627],[55.8823529411765,47.0588235294118,18.6274509803922],[81.3725490196078,72.5490196078431,40.1960784313726],[132.352941176471,118.627450980392,92.156862745098],[74.5098039215686,58.8235294117647,33.3333333333333],[70.5882352941177,54.9019607843137,22.5490196078431],[94.1176470588235,79.4117647058823,47.0588235294118],[69.6078431372549,55.8823529411765,29.4117647058824],[61.7647058823529,50,24.5098039215686],[53.921568627451,44.1176470588235,19.6078431372549],[75.4901960784314,68.6274509803922,43.1372549019608],[58.8235294117647,50.9803921568627,28.4313725490196],[55.8823529411765,45.0980392156863,23.5294117647059],[90.1960784313725,76.4705882352941,50.9803921568627],[92.156862745098,75.4901960784314,46.078431372549],[130.392156862745,107.843137254902,74.5098039215686],[122.549019607843,99.0196078431373,61.7647058823529],[146.078431372549,121.56862745098,82.3529411764706],[168.627450980392,141.176470588235,101.960784313725],[152.941176470588,126.470588235294,84.3137254901961],[124.509803921569,98.0392156862745,55.8823529411765],[114.705882352941,87.2549019607843,48.0392156862745],[68.6274509803922,41.1764705882353,2.94117647058824],[81.3725490196078,53.921568627451,15.6862745098039],[114.705882352941,87.2549019607843,50.9803921568627],[187.254901960784,161.764705882353,129.411764705882],[114.705882352941,90.1960784313725,59.8039215686275],[103.921568627451,79.4117647058823,50],[109.803921568627,83.3333333333333,54.9019607843137],[75.4901960784314,47.0588235294118,17.6470588235294],[86.2745098039216,57.843137254902,28.4313725490196],[73.5294117647059,45.0980392156863,13.7254901960784],[66.6666666666667,38.2352941176471,8.82352941176471],[72.5490196078431,46.078431372549,17.6470588235294],[117.647058823529,91.1764705882353,64.7058823529412],[76.4705882352941,49.0196078431373,25.4901960784314],[85.2941176470588,57.843137254902,36.2745098039216],[91.1764705882353,60.7843137254902,40.1960784313726],[90.1960784313725,59.8039215686275,39.2156862745098],[91.1764705882353,62.7450980392157,45.0980392156863],[91.1764705882353,64.7058823529412,48.0392156862745],[111.764705882353,84.3137254901961,72.5490196078431],[77.4509803921569,50.9803921568627,42.156862745098],[67.6470588235294,45.0980392156863,39.2156862745098],[70.5882352941177,51.9607843137255,46.078431372549],[62.7450980392157,48.0392156862745,43.1372549019608],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,11.7647058823529,0.980392156862745],[34.3137254901961,27.4509803921569,11.7647058823529],[64.7058823529412,53.921568627451,34.3137254901961],[74.5098039215686,59.8039215686275,37.2549019607843],[116.666666666667,95.0980392156863,71.5686274509804],[83.3333333333333,53.921568627451,28.4313725490196],[80.3921568627451,45.0980392156863,21.5686274509804],[88.2352941176471,57.843137254902,38.2352941176471],[51.9607843137255,33.3333333333333,26.4705882352941],[24.5098039215686,13.7254901960784,11.7647058823529],[8.82352941176471,0,0],[9.80392156862745,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,13.7254901960784,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[13.7254901960784,11.7647058823529,14.7058823529412],[28.4313725490196,26.4705882352941,29.4117647058824],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,2.94117647058824,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[9.80392156862745,14.7058823529412,18.6274509803922],[5.88235294117647,12.7450980392157,18.6274509803922],[5.88235294117647,14.7058823529412,19.6078431372549],[6.86274509803922,17.6470588235294,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[11.7647058823529,19.6078431372549,22.5490196078431],[20.5882352941176,28.4313725490196,31.3725490196078],[18.6274509803922,25.4901960784314,31.3725490196078],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,12.7450980392157,17.6470588235294],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[7.84313725490196,17.6470588235294,18.6274509803922],[0,8.82352941176471,7.84313725490196],[8.82352941176471,14.7058823529412,10.7843137254902],[16.6666666666667,21.5686274509804,15.6862745098039],[32.3529411764706,33.3333333333333,25.4901960784314],[50.9803921568627,50.9803921568627,41.1764705882353],[81.3725490196078,79.4117647058823,66.6666666666667],[108.823529411765,105.882352941176,91.1764705882353],[106.862745098039,101.960784313725,83.3333333333333],[65.6862745098039,59.8039215686275,34.3137254901961],[78.4313725490196,73.5294117647059,44.1176470588235],[82.3529411764706,77.4509803921569,49.0196078431373],[83.3333333333333,79.4117647058823,52.9411764705882],[91.1764705882353,86.2745098039216,64.7058823529412],[88.2352941176471,86.2745098039216,65.6862745098039],[82.3529411764706,81.3725490196078,61.7647058823529],[88.2352941176471,87.2549019607843,67.6470588235294],[130.392156862745,131.372549019608,113.725490196078],[115.686274509804,118.627450980392,100],[60.7843137254902,65.6862745098039,46.078431372549],[86.2745098039216,91.1764705882353,69.6078431372549],[114.705882352941,119.607843137255,98.0392156862745],[131.372549019608,139.21568627451,115.686274509804],[150.980392156863,158.823529411765,135.294117647059],[144.117647058824,152.941176470588,124.509803921569],[150,159.803921568627,126.470588235294],[122.549019607843,133.333333333333,101.960784313725],[174.509803921569,189.21568627451,170.588235294118],[188.235294117647,205.882352941176,192.156862745098],[121.56862745098,145.098039215686,131.372549019608],[104.901960784314,132.352941176471,117.647058823529],[65.6862745098039,98.0392156862745,81.3725490196078],[52.9411764705882,84.3137254901961,69.6078431372549],[75.4901960784314,104.901960784314,97.0588235294118],[61.7647058823529,88.2352941176471,79.4117647058823],[98.0392156862745,121.56862745098,105.882352941176],[121.56862745098,145.098039215686,121.56862745098],[134.313725490196,157.843137254902,126.470588235294],[131.372549019608,151.960784313725,119.607843137255],[129.411764705882,149.019607843137,122.549019607843],[125.490196078431,143.137254901961,119.607843137255],[127.450980392157,143.137254901961,116.666666666667],[149.019607843137,160.78431372549,137.254901960784],[136.274509803922,144.117647058824,129.411764705882],[176.470588235294,180.392156862745,163.725490196078],[103.921568627451,107.843137254902,81.3725490196078],[84.3137254901961,90.1960784313725,52.9411764705882],[180.392156862745,187.254901960784,144.117647058824],[169.607843137255,178.43137254902,136.274509803922],[135.294117647059,146.078431372549,112.745098039216],[104.901960784314,118.627450980392,93.1372549019608],[64.7058823529412,80.3921568627451,53.921568627451],[72.5490196078431,91.1764705882353,63.7254901960784],[74.5098039215686,94.1176470588235,66.6666666666667],[50.9803921568627,72.5490196078431,50],[105.882352941176,125.490196078431,116.666666666667],[200,214.705882352941,209.803921568627],[114.705882352941,125.490196078431,111.764705882353],[141.176470588235,151.960784313725,138.235294117647],[157.843137254902,170.588235294118,163.725490196078],[123.529411764706,146.078431372549,140.196078431373],[84.3137254901961,121.56862745098,108.823529411765],[93.1372549019608,135.294117647059,116.666666666667],[92.156862745098,124.509803921569,105.882352941176],[110.78431372549,139.21568627451,121.56862745098],[85.2941176470588,115.686274509804,100],[91.1764705882353,114.705882352941,99.0196078431373],[97.0588235294118,107.843137254902,92.156862745098],[166.666666666667,173.529411764706,157.843137254902],[179.411764705882,194.117647058824,173.529411764706],[137.254901960784,155.882352941176,137.254901960784],[190.196078431373,206.862745098039,197.058823529412],[113.725490196078,133.333333333333,124.509803921569],[149.019607843137,175.490196078431,158.823529411765],[153.921568627451,181.372549019608,159.803921568627],[86.2745098039216,107.843137254902,87.2549019607843],[144.117647058824,156.862745098039,137.254901960784],[104.901960784314,109.803921568627,90.1960784313725],[120.588235294118,119.607843137255,99.0196078431373],[118.627450980392,112.745098039216,89.2156862745098],[167.647058823529,157.843137254902,131.372549019608],[149.019607843137,135.294117647059,108.823529411765],[137.254901960784,122.549019607843,92.156862745098],[180.392156862745,161.764705882353,130.392156862745],[175.490196078431,155.882352941176,123.529411764706],[150.980392156863,126.470588235294,96.078431372549],[219.607843137255,191.176470588235,159.803921568627],[249.019607843137,218.627450980392,188.235294117647],[239.21568627451,210.78431372549,181.372549019608],[116.666666666667,96.078431372549,67.6470588235294],[51.9607843137255,35.2941176470588,9.80392156862745],[99.0196078431373,83.3333333333333,57.843137254902],[100.980392156863,91.1764705882353,66.6666666666667],[160.78431372549,158.823529411765,138.235294117647],[99.0196078431373,97.0588235294118,74.5098039215686],[89.2156862745098,76.4705882352941,45.0980392156863],[149.019607843137,131.372549019608,96.078431372549],[96.078431372549,78.4313725490196,43.1372549019608],[174.509803921569,150,110.78431372549],[209.803921568627,172.549019607843,124.509803921569],[185.294117647059,143.137254901961,93.1372549019608],[165.686274509804,125.490196078431,80.3921568627451],[224.509803921569,186.274509803922,144.117647058824],[212.745098039216,170.588235294118,128.43137254902],[148.039215686275,105.882352941176,61.7647058823529],[135.294117647059,95.0980392156863,44.1176470588235],[183.333333333333,143.137254901961,90.1960784313725],[178.43137254902,139.21568627451,88.2352941176471],[150,112.745098039216,68.6274509803922],[92.156862745098,55.8823529411765,27.4509803921569],[77.4509803921569,44.1176470588235,19.6078431372549],[77.4509803921569,50.9803921568627,22.5490196078431],[71.5686274509804,50,26.4705882352941],[37.2549019607843,19.6078431372549,5.88235294117647],[65.6862745098039,50,35.2941176470588],[87.2549019607843,75.4901960784314,50],[74.5098039215686,65.6862745098039,35.2941176470588],[114.705882352941,103.921568627451,76.4705882352941],[105.882352941176,91.1764705882353,60.7843137254902],[118.627450980392,100.980392156863,65.6862745098039],[126.470588235294,108.823529411765,73.5294117647059],[113.725490196078,99.0196078431373,68.6274509803922],[82.3529411764706,70.5882352941177,45.0980392156863],[113.725490196078,101.960784313725,78.4313725490196],[80.3921568627451,70.5882352941177,46.078431372549],[58.8235294117647,49.0196078431373,24.5098039215686],[51.9607843137255,42.156862745098,17.6470588235294],[73.5294117647059,59.8039215686275,33.3333333333333],[59.8039215686275,45.0980392156863,16.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[120.588235294118,99.0196078431373,62.7450980392157],[148.039215686275,124.509803921569,87.2549019607843],[84.3137254901961,59.8039215686275,20.5882352941176],[99.0196078431373,74.5098039215686,35.2941176470588],[153.921568627451,130.392156862745,93.1372549019608],[113.725490196078,92.156862745098,55.8823529411765],[84.3137254901961,62.7450980392157,26.4705882352941],[87.2549019607843,63.7254901960784,26.4705882352941],[140.196078431373,116.666666666667,79.4117647058823],[112.745098039216,89.2156862745098,53.921568627451],[137.254901960784,113.725490196078,80.3921568627451],[198.039215686275,173.529411764706,143.137254901961],[160.78431372549,136.274509803922,106.862745098039],[102.941176470588,76.4705882352941,50],[82.3529411764706,55.8823529411765,29.4117647058824],[78.4313725490196,50.9803921568627,27.4509803921569],[42.156862745098,14.7058823529412,0],[72.5490196078431,45.0980392156863,23.5294117647059],[118.627450980392,91.1764705882353,69.6078431372549],[101.960784313725,74.5098039215686,52.9411764705882],[45.0980392156863,17.6470588235294,0],[69.6078431372549,42.156862745098,20.5882352941176],[61.7647058823529,34.3137254901961,13.7254901960784],[51.9607843137255,25.4901960784314,6.86274509803922],[83.3333333333333,56.8627450980392,40.1960784313726],[112.745098039216,85.2941176470588,71.5686274509804],[60.7843137254902,33.3333333333333,21.5686274509804],[50.9803921568627,24.5098039215686,15.6862745098039],[50,27.4509803921569,19.6078431372549],[42.156862745098,23.5294117647059,16.6666666666667],[50.9803921568627,38.2352941176471,29.4117647058824],[34.3137254901961,26.4705882352941,15.6862745098039],[46.078431372549,39.2156862745098,23.5294117647059],[72.5490196078431,63.7254901960784,47.0588235294118],[40.1960784313726,28.4313725490196,6.86274509803922],[50,30.3921568627451,6.86274509803922],[60.7843137254902,33.3333333333333,9.80392156862745],[83.3333333333333,48.0392156862745,24.5098039215686],[58.8235294117647,28.4313725490196,8.82352941176471],[47.0588235294118,32.3529411764706,25.4901960784314],[23.5294117647059,14.7058823529412,15.6862745098039],[9.80392156862745,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,6.86274509803922],[21.5686274509804,12.7450980392157,13.7254901960784],[19.6078431372549,10.7843137254902,11.7647058823529],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[9.80392156862745,8.82352941176471,6.86274509803922],[8.82352941176471,8.82352941176471,6.86274509803922],[0.980392156862745,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[16.6666666666667,14.7058823529412,17.6470588235294],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[3.92156862745098,10.7843137254902,16.6666666666667],[7.84313725490196,14.7058823529412,20.5882352941176],[10.7843137254902,19.6078431372549,24.5098039215686],[10.7843137254902,19.6078431372549,24.5098039215686],[8.82352941176471,16.6666666666667,19.6078431372549],[13.7254901960784,21.5686274509804,24.5098039215686],[12.7450980392157,19.6078431372549,25.4901960784314],[8.82352941176471,15.6862745098039,21.5686274509804],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[11.7647058823529,21.5686274509804,23.5294117647059],[11.7647058823529,21.5686274509804,22.5490196078431],[10.7843137254902,19.6078431372549,18.6274509803922],[16.6666666666667,22.5490196078431,20.5882352941176],[19.6078431372549,24.5098039215686,20.5882352941176],[33.3333333333333,34.3137254901961,28.4313725490196],[47.0588235294118,47.0588235294118,37.2549019607843],[60.7843137254902,58.8235294117647,47.0588235294118],[63.7254901960784,59.8039215686275,48.0392156862745],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,76.4705882352941,50.9803921568627],[118.627450980392,111.764705882353,83.3333333333333],[76.4705882352941,69.6078431372549,42.156862745098],[107.843137254902,100.980392156863,75.4901960784314],[126.470588235294,118.627450980392,96.078431372549],[53.921568627451,48.0392156862745,26.4705882352941],[59.8039215686275,54.9019607843137,33.3333333333333],[103.921568627451,99.0196078431373,79.4117647058823],[158.823529411765,156.862745098039,134.313725490196],[95.0980392156863,93.1372549019608,70.5882352941177],[64.7058823529412,64.7058823529412,41.1764705882353],[80.3921568627451,80.3921568627451,54.9019607843137],[108.823529411765,108.823529411765,83.3333333333333],[155.882352941176,155.882352941176,128.43137254902],[182.352941176471,182.352941176471,154.901960784314],[114.705882352941,119.607843137255,88.2352941176471],[93.1372549019608,102.941176470588,68.6274509803922],[127.450980392157,140.196078431373,110.78431372549],[105.882352941176,120.588235294118,101.960784313725],[137.254901960784,154.901960784314,141.176470588235],[182.352941176471,205.882352941176,190.196078431373],[134.313725490196,162.745098039216,145.098039215686],[117.647058823529,146.078431372549,126.470588235294],[66.6666666666667,95.0980392156863,77.4509803921569],[81.3725490196078,106.862745098039,94.1176470588235],[100.980392156863,122.549019607843,109.803921568627],[94.1176470588235,112.745098039216,93.1372549019608],[151.960784313725,167.647058823529,139.21568627451],[160.78431372549,176.470588235294,140.196078431373],[124.509803921569,140.196078431373,101.960784313725],[171.56862745098,185.294117647059,152.941176470588],[125.490196078431,138.235294117647,112.745098039216],[111.764705882353,125.490196078431,102.941176470588],[166.666666666667,179.411764705882,162.745098039216],[157.843137254902,165.686274509804,154.901960784314],[126.470588235294,129.411764705882,118.627450980392],[92.156862745098,96.078431372549,71.5686274509804],[115.686274509804,119.607843137255,85.2941176470588],[148.039215686275,152.941176470588,112.745098039216],[135.294117647059,142.156862745098,100.980392156863],[150.980392156863,160.78431372549,127.450980392157],[107.843137254902,120.588235294118,91.1764705882353],[64.7058823529412,81.3725490196078,50],[125.490196078431,147.058823529412,111.764705882353],[141.176470588235,165.686274509804,127.450980392157],[115.686274509804,139.21568627451,105.882352941176],[194.117647058824,214.705882352941,196.078431372549],[158.823529411765,177.450980392157,158.823529411765],[137.254901960784,150.980392156863,125.490196078431],[149.019607843137,160.78431372549,139.21568627451],[200,211.764705882353,207.843137254902],[212.745098039216,232.352941176471,231.372549019608],[98.0392156862745,133.333333333333,119.607843137255],[79.4117647058823,117.647058823529,97.0588235294118],[127.450980392157,156.862745098039,131.372549019608],[165.686274509804,190.196078431373,168.627450980392],[85.2941176470588,111.764705882353,97.0588235294118],[67.6470588235294,89.2156862745098,77.4509803921569],[87.2549019607843,95.0980392156863,80.3921568627451],[204.901960784314,212.745098039216,192.156862745098],[188.235294117647,203.921568627451,175.490196078431],[178.43137254902,200.980392156863,175.490196078431],[142.156862745098,160.78431372549,154.901960784314],[87.2549019607843,106.862745098039,104.901960784314],[124.509803921569,151.960784313725,140.196078431373],[104.901960784314,131.372549019608,116.666666666667],[76.4705882352941,97.0588235294118,82.3529411764706],[132.352941176471,146.078431372549,129.411764705882],[94.1176470588235,100.980392156863,83.3333333333333],[98.0392156862745,97.0588235294118,77.4509803921569],[107.843137254902,101.960784313725,80.3921568627451],[128.43137254902,116.666666666667,93.1372549019608],[139.21568627451,123.529411764706,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[186.274509803922,165.686274509804,135.294117647059],[198.039215686275,173.529411764706,143.137254901961],[174.509803921569,146.078431372549,114.705882352941],[211.764705882353,179.411764705882,147.058823529412],[241.176470588235,206.862745098039,175.490196078431],[217.647058823529,185.294117647059,154.901960784314],[188.235294117647,164.705882352941,139.21568627451],[125.490196078431,105.882352941176,81.3725490196078],[151.960784313725,131.372549019608,102.941176470588],[116.666666666667,100.980392156863,75.4901960784314],[98.0392156862745,93.1372549019608,73.5294117647059],[53.921568627451,49.0196078431373,29.4117647058824],[68.6274509803922,54.9019607843137,26.4705882352941],[133.333333333333,114.705882352941,82.3529411764706],[125.490196078431,103.921568627451,67.6470588235294],[144.117647058824,112.745098039216,72.5490196078431],[158.823529411765,115.686274509804,67.6470588235294],[178.43137254902,131.372549019608,83.3333333333333],[175.490196078431,134.313725490196,93.1372549019608],[176.470588235294,135.294117647059,96.078431372549],[165.686274509804,119.607843137255,76.4705882352941],[150.980392156863,103.921568627451,58.8235294117647],[158.823529411765,115.686274509804,67.6470588235294],[174.509803921569,131.372549019608,83.3333333333333],[185.294117647059,144.117647058824,97.0588235294118],[105.882352941176,64.7058823529412,25.4901960784314],[96.078431372549,57.843137254902,29.4117647058824],[103.921568627451,68.6274509803922,45.0980392156863],[80.3921568627451,53.921568627451,27.4509803921569],[93.1372549019608,69.6078431372549,46.078431372549],[40.1960784313726,21.5686274509804,6.86274509803922],[63.7254901960784,48.0392156862745,32.3529411764706],[90.1960784313725,78.4313725490196,54.9019607843137],[70.5882352941177,59.8039215686275,32.3529411764706],[66.6666666666667,52.9411764705882,27.4509803921569],[68.6274509803922,52.9411764705882,27.4509803921569],[87.2549019607843,71.5686274509804,39.2156862745098],[128.43137254902,112.745098039216,80.3921568627451],[131.372549019608,117.647058823529,91.1764705882353],[54.9019607843137,45.0980392156863,18.6274509803922],[42.156862745098,32.3529411764706,7.84313725490196],[68.6274509803922,60.7843137254902,38.2352941176471],[79.4117647058823,71.5686274509804,49.0196078431373],[30.3921568627451,22.5490196078431,0],[50.9803921568627,41.1764705882353,16.6666666666667],[50,36.2745098039216,9.80392156862745],[74.5098039215686,57.843137254902,28.4313725490196],[113.725490196078,95.0980392156863,62.7450980392157],[79.4117647058823,59.8039215686275,25.4901960784314],[57.843137254902,35.2941176470588,1.96078431372549],[61.7647058823529,39.2156862745098,5.88235294117647],[51.9607843137255,29.4117647058824,0],[92.156862745098,72.5490196078431,40.1960784313726],[157.843137254902,138.235294117647,105.882352941176],[158.823529411765,136.274509803922,102.941176470588],[130.392156862745,106.862745098039,71.5686274509804],[141.176470588235,115.686274509804,83.3333333333333],[64.7058823529412,39.2156862745098,6.86274509803922],[122.549019607843,96.078431372549,66.6666666666667],[75.4901960784314,49.0196078431373,20.5882352941176],[71.5686274509804,45.0980392156863,18.6274509803922],[72.5490196078431,46.078431372549,19.6078431372549],[93.1372549019608,65.6862745098039,42.156862745098],[66.6666666666667,39.2156862745098,17.6470588235294],[84.3137254901961,56.8627450980392,35.2941176470588],[87.2549019607843,59.8039215686275,38.2352941176471],[118.627450980392,88.2352941176471,67.6470588235294],[63.7254901960784,33.3333333333333,12.7450980392157],[41.1764705882353,10.7843137254902,0],[28.4313725490196,0.980392156862745,0],[34.3137254901961,9.80392156862745,0],[46.078431372549,21.5686274509804,1.96078431372549],[83.3333333333333,57.843137254902,41.1764705882353],[57.843137254902,32.3529411764706,17.6470588235294],[53.921568627451,27.4509803921569,16.6666666666667],[50.9803921568627,29.4117647058824,18.6274509803922],[34.3137254901961,15.6862745098039,8.82352941176471],[51.9607843137255,38.2352941176471,29.4117647058824],[90.1960784313725,80.3921568627451,70.5882352941177],[83.3333333333333,75.4901960784314,62.7450980392157],[19.6078431372549,10.7843137254902,0],[21.5686274509804,8.82352941176471,0],[52.9411764705882,34.3137254901961,17.6470588235294],[34.3137254901961,7.84313725490196,0],[88.2352941176471,55.8823529411765,39.2156862745098],[65.6862745098039,36.2745098039216,25.4901960784314],[33.3333333333333,18.6274509803922,15.6862745098039],[18.6274509803922,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[15.6862745098039,9.80392156862745,9.80392156862745],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,2.94117647058824,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745]],[[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,18.6274509803922],[7.84313725490196,16.6666666666667,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[1.96078431372549,9.80392156862745,12.7450980392157],[4.90196078431373,12.7450980392157,15.6862745098039],[11.7647058823529,18.6274509803922,24.5098039215686],[15.6862745098039,22.5490196078431,28.4313725490196],[9.80392156862745,18.6274509803922,23.5294117647059],[6.86274509803922,15.6862745098039,20.5882352941176],[29.4117647058824,39.2156862745098,41.1764705882353],[60.7843137254902,70.5882352941177,71.5686274509804],[17.6470588235294,26.4705882352941,25.4901960784314],[19.6078431372549,25.4901960784314,23.5294117647059],[22.5490196078431,27.4509803921569,23.5294117647059],[40.1960784313726,41.1764705882353,35.2941176470588],[43.1372549019608,43.1372549019608,33.3333333333333],[43.1372549019608,41.1764705882353,29.4117647058824],[51.9607843137255,48.0392156862745,36.2745098039216],[53.921568627451,49.0196078431373,30.3921568627451],[67.6470588235294,60.7843137254902,35.2941176470588],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[96.078431372549,86.2745098039216,61.7647058823529],[94.1176470588235,84.3137254901961,59.8039215686275],[34.3137254901961,26.4705882352941,3.92156862745098],[65.6862745098039,57.843137254902,35.2941176470588],[75.4901960784314,67.6470588235294,45.0980392156863],[161.764705882353,155.882352941176,130.392156862745],[115.686274509804,110.78431372549,82.3529411764706],[90.1960784313725,85.2941176470588,56.8627450980392],[59.8039215686275,56.8627450980392,26.4705882352941],[79.4117647058823,76.4705882352941,46.078431372549],[100,97.0588235294118,64.7058823529412],[145.098039215686,142.156862745098,107.843137254902],[138.235294117647,138.235294117647,102.941176470588],[97.0588235294118,104.901960784314,68.6274509803922],[81.3725490196078,94.1176470588235,64.7058823529412],[74.5098039215686,89.2156862745098,70.5882352941177],[127.450980392157,145.098039215686,129.411764705882],[177.450980392157,200,182.352941176471],[136.274509803922,160.78431372549,140.196078431373],[128.43137254902,155.882352941176,133.333333333333],[102.941176470588,127.450980392157,105.882352941176],[121.56862745098,142.156862745098,125.490196078431],[92.156862745098,108.823529411765,90.1960784313725],[108.823529411765,122.549019607843,97.0588235294118],[146.078431372549,157.843137254902,122.549019607843],[152.941176470588,164.705882352941,119.607843137255],[188.235294117647,197.058823529412,150.980392156863],[220.588235294118,227.450980392157,187.254901960784],[122.549019607843,129.411764705882,97.0588235294118],[139.21568627451,151.960784313725,126.470588235294],[141.176470588235,153.921568627451,134.313725490196],[118.627450980392,126.470588235294,111.764705882353],[135.294117647059,139.21568627451,124.509803921569],[150.980392156863,153.921568627451,127.450980392157],[129.411764705882,130.392156862745,97.0588235294118],[121.56862745098,124.509803921569,82.3529411764706],[138.235294117647,144.117647058824,100.980392156863],[127.450980392157,135.294117647059,99.0196078431373],[165.686274509804,176.470588235294,143.137254901961],[179.411764705882,196.078431372549,160.78431372549],[202.941176470588,224.509803921569,187.254901960784],[170.588235294118,195.098039215686,155.882352941176],[153.921568627451,179.411764705882,143.137254901961],[129.411764705882,152.941176470588,129.411764705882],[133.333333333333,152.941176470588,128.43137254902],[152.941176470588,168.627450980392,133.333333333333],[100.980392156863,113.725490196078,84.3137254901961],[180.392156862745,192.156862745098,182.352941176471],[133.333333333333,149.019607843137,146.078431372549],[96.078431372549,126.470588235294,111.764705882353],[147.058823529412,179.411764705882,158.823529411765],[120.588235294118,144.117647058824,118.627450980392],[178.43137254902,198.039215686275,173.529411764706],[183.333333333333,205.882352941176,190.196078431373],[90.1960784313725,107.843137254902,94.1176470588235],[132.352941176471,139.21568627451,121.56862745098],[203.921568627451,211.764705882353,188.235294117647],[157.843137254902,177.450980392157,143.137254901961],[190.196078431373,214.705882352941,186.274509803922],[114.705882352941,135.294117647059,128.43137254902],[109.803921568627,130.392156862745,131.372549019608],[115.686274509804,142.156862745098,133.333333333333],[88.2352941176471,113.725490196078,100.980392156863],[65.6862745098039,85.2941176470588,73.5294117647059],[113.725490196078,127.450980392157,112.745098039216],[132.352941176471,139.21568627451,123.529411764706],[104.901960784314,103.921568627451,86.2745098039216],[133.333333333333,125.490196078431,104.901960784314],[119.607843137255,107.843137254902,84.3137254901961],[186.274509803922,170.588235294118,145.098039215686],[142.156862745098,123.529411764706,94.1176470588235],[136.274509803922,113.725490196078,82.3529411764706],[187.254901960784,161.764705882353,129.411764705882],[153.921568627451,124.509803921569,91.1764705882353],[217.647058823529,184.313725490196,150],[236.274509803922,199.019607843137,163.725490196078],[178.43137254902,144.117647058824,112.745098039216],[129.411764705882,103.921568627451,77.4509803921569],[154.901960784314,134.313725490196,107.843137254902],[112.745098039216,92.156862745098,63.7254901960784],[77.4509803921569,60.7843137254902,35.2941176470588],[63.7254901960784,55.8823529411765,37.2549019607843],[61.7647058823529,53.921568627451,33.3333333333333],[102.941176470588,86.2745098039216,56.8627450980392],[201.960784313725,179.411764705882,146.078431372549],[167.647058823529,144.117647058824,108.823529411765],[158.823529411765,126.470588235294,86.2745098039216],[180.392156862745,135.294117647059,87.2549019607843],[151.960784313725,100.980392156863,51.9607843137255],[218.627450980392,172.549019607843,129.411764705882],[196.078431372549,151.960784313725,111.764705882353],[190.196078431373,142.156862745098,100],[159.803921568627,109.803921568627,65.6862745098039],[190.196078431373,144.117647058824,99.0196078431373],[149.019607843137,105.882352941176,61.7647058823529],[150.980392156863,106.862745098039,65.6862745098039],[148.039215686275,104.901960784314,68.6274509803922],[130.392156862745,90.1960784313725,60.7843137254902],[100,63.7254901960784,38.2352941176471],[110.78431372549,81.3725490196078,57.843137254902],[96.078431372549,71.5686274509804,50],[60.7843137254902,40.1960784313726,21.5686274509804],[95.0980392156863,80.3921568627451,61.7647058823529],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,54.9019607843137,31.3725490196078],[55.8823529411765,42.156862745098,16.6666666666667],[77.4509803921569,61.7647058823529,36.2745098039216],[73.5294117647059,56.8627450980392,29.4117647058824],[75.4901960784314,58.8235294117647,31.3725490196078],[64.7058823529412,53.921568627451,26.4705882352941],[56.8627450980392,47.0588235294118,22.5490196078431],[54.9019607843137,47.0588235294118,24.5098039215686],[81.3725490196078,75.4901960784314,53.921568627451],[71.5686274509804,65.6862745098039,44.1176470588235],[35.2941176470588,29.4117647058824,7.84313725490196],[20.5882352941176,12.7450980392157,0],[34.3137254901961,24.5098039215686,0],[89.2156862745098,75.4901960784314,49.0196078431373],[80.3921568627451,63.7254901960784,36.2745098039216],[69.6078431372549,50.9803921568627,21.5686274509804],[50,31.3725490196078,1.96078431372549],[68.6274509803922,50,20.5882352941176],[76.4705882352941,59.8039215686275,32.3529411764706],[60.7843137254902,46.078431372549,17.6470588235294],[140.196078431373,123.529411764706,94.1176470588235],[133.333333333333,110.78431372549,79.4117647058823],[151.960784313725,128.43137254902,95.0980392156863],[121.56862745098,96.078431372549,63.7254901960784],[70.5882352941177,44.1176470588235,14.7058823529412],[68.6274509803922,42.156862745098,13.7254901960784],[87.2549019607843,60.7843137254902,34.3137254901961],[75.4901960784314,49.0196078431373,22.5490196078431],[73.5294117647059,46.078431372549,22.5490196078431],[100,72.5490196078431,50.9803921568627],[78.4313725490196,50.9803921568627,29.4117647058824],[78.4313725490196,50.9803921568627,29.4117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[94.1176470588235,63.7254901960784,43.1372549019608],[120.588235294118,90.1960784313725,69.6078431372549],[74.5098039215686,44.1176470588235,23.5294117647059],[107.843137254902,80.3921568627451,58.8235294117647],[75.4901960784314,53.921568627451,31.3725490196078],[37.2549019607843,15.6862745098039,0],[55.8823529411765,33.3333333333333,15.6862745098039],[71.5686274509804,49.0196078431373,33.3333333333333],[61.7647058823529,39.2156862745098,25.4901960784314],[51.9607843137255,30.3921568627451,17.6470588235294],[43.1372549019608,25.4901960784314,15.6862745098039],[41.1764705882353,27.4509803921569,18.6274509803922],[46.078431372549,36.2745098039216,26.4705882352941],[29.4117647058824,21.5686274509804,10.7843137254902],[19.6078431372549,9.80392156862745,0],[45.0980392156863,33.3333333333333,21.5686274509804],[64.7058823529412,47.0588235294118,35.2941176470588],[39.2156862745098,17.6470588235294,4.90196078431373],[61.7647058823529,34.3137254901961,23.5294117647059],[54.9019607843137,28.4313725490196,21.5686274509804],[17.6470588235294,3.92156862745098,2.94117647058824],[14.7058823529412,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[6.86274509803922,6.86274509803922,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,4.90196078431373,8.82352941176471],[0,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,12.7450980392157,17.6470588235294],[2.94117647058824,11.7647058823529,16.6666666666667],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,9.80392156862745,12.7450980392157],[11.7647058823529,19.6078431372549,22.5490196078431],[11.7647058823529,20.5882352941176,25.4901960784314],[1.96078431372549,10.7843137254902,15.6862745098039],[3.92156862745098,13.7254901960784,15.6862745098039],[18.6274509803922,28.4313725490196,30.3921568627451],[11.7647058823529,19.6078431372549,21.5686274509804],[26.4705882352941,32.3529411764706,30.3921568627451],[40.1960784313726,45.0980392156863,41.1764705882353],[50.9803921568627,51.9607843137255,46.078431372549],[35.2941176470588,35.2941176470588,27.4509803921569],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,45.0980392156863,33.3333333333333],[76.4705882352941,70.5882352941177,54.9019607843137],[51.9607843137255,41.1764705882353,19.6078431372549],[50.9803921568627,39.2156862745098,15.6862745098039],[52.9411764705882,41.1764705882353,17.6470588235294],[69.6078431372549,57.843137254902,34.3137254901961],[86.2745098039216,74.5098039215686,50.9803921568627],[72.5490196078431,60.7843137254902,35.2941176470588],[63.7254901960784,51.9607843137255,26.4705882352941],[90.1960784313725,78.4313725490196,52.9411764705882],[115.686274509804,104.901960784314,77.4509803921569],[122.549019607843,111.764705882353,82.3529411764706],[147.058823529412,136.274509803922,104.901960784314],[96.078431372549,86.2745098039216,51.9607843137255],[77.4509803921569,67.6470588235294,32.3529411764706],[79.4117647058823,70.5882352941177,32.3529411764706],[133.333333333333,124.509803921569,84.3137254901961],[133.333333333333,130.392156862745,90.1960784313725],[129.411764705882,135.294117647059,98.0392156862745],[110.78431372549,124.509803921569,92.156862745098],[120.588235294118,133.333333333333,113.725490196078],[159.803921568627,176.470588235294,158.823529411765],[134.313725490196,155.882352941176,135.294117647059],[107.843137254902,131.372549019608,107.843137254902],[150.980392156863,175.490196078431,147.058823529412],[188.235294117647,210.78431372549,183.333333333333],[173.529411764706,191.176470588235,167.647058823529],[92.156862745098,103.921568627451,80.3921568627451],[84.3137254901961,94.1176470588235,60.7843137254902],[123.529411764706,130.392156862745,90.1960784313725],[182.352941176471,186.274509803922,137.254901960784],[203.921568627451,206.862745098039,154.901960784314],[191.176470588235,190.196078431373,145.098039215686],[169.607843137255,171.56862745098,132.352941176471],[152.941176470588,164.705882352941,127.450980392157],[106.862745098039,120.588235294118,88.2352941176471],[112.745098039216,121.56862745098,95.0980392156863],[141.176470588235,145.098039215686,118.627450980392],[143.137254901961,144.117647058824,110.78431372549],[148.039215686275,149.019607843137,109.803921568627],[163.725490196078,164.705882352941,121.56862745098],[147.058823529412,150,107.843137254902],[134.313725490196,140.196078431373,104.901960784314],[160.78431372549,170.588235294118,137.254901960784],[220.588235294118,236.274509803922,200.980392156863],[158.823529411765,178.43137254902,144.117647058824],[120.588235294118,144.117647058824,108.823529411765],[126.470588235294,150.980392156863,119.607843137255],[97.0588235294118,121.56862745098,100],[108.823529411765,131.372549019608,105.882352941176],[126.470588235294,142.156862745098,103.921568627451],[121.56862745098,133.333333333333,96.078431372549],[117.647058823529,129.411764705882,107.843137254902],[116.666666666667,130.392156862745,117.647058823529],[100,123.529411764706,109.803921568627],[109.803921568627,133.333333333333,117.647058823529],[134.313725490196,149.019607843137,130.392156862745],[129.411764705882,143.137254901961,120.588235294118],[200.980392156863,218.627450980392,197.058823529412],[163.725490196078,178.43137254902,155.882352941176],[187.254901960784,193.137254901961,167.647058823529],[192.156862745098,198.039215686275,170.588235294118],[158.823529411765,177.450980392157,148.039215686275],[84.3137254901961,107.843137254902,84.3137254901961],[56.8627450980392,82.3529411764706,73.5294117647059],[116.666666666667,141.176470588235,138.235294117647],[141.176470588235,165.686274509804,159.803921568627],[167.647058823529,190.196078431373,180.392156862745],[95.0980392156863,111.764705882353,101.960784313725],[102.941176470588,112.745098039216,101.960784313725],[148.039215686275,150,137.254901960784],[150,147.058823529412,132.352941176471],[120.588235294118,112.745098039216,94.1176470588235],[112.745098039216,98.0392156862745,77.4509803921569],[171.56862745098,154.901960784314,129.411764705882],[136.274509803922,115.686274509804,87.2549019607843],[132.352941176471,107.843137254902,77.4509803921569],[150,121.56862745098,88.2352941176471],[173.529411764706,142.156862745098,104.901960784314],[199.019607843137,163.725490196078,128.43137254902],[235.294117647059,196.078431372549,160.78431372549],[179.411764705882,142.156862745098,106.862745098039],[99.0196078431373,68.6274509803922,40.1960784313726],[79.4117647058823,53.921568627451,27.4509803921569],[71.5686274509804,51.9607843137255,28.4313725490196],[26.4705882352941,11.7647058823529,0],[37.2549019607843,29.4117647058824,10.7843137254902],[67.6470588235294,52.9411764705882,32.3529411764706],[146.078431372549,120.588235294118,88.2352941176471],[225.490196078431,196.078431372549,160.78431372549],[132.352941176471,107.843137254902,77.4509803921569],[126.470588235294,97.0588235294118,61.7647058823529],[200.980392156863,154.901960784314,109.803921568627],[196.078431372549,141.176470588235,91.1764705882353],[208.823529411765,155.882352941176,109.803921568627],[196.078431372549,145.098039215686,99.0196078431373],[177.450980392157,127.450980392157,85.2941176470588],[122.549019607843,74.5098039215686,34.3137254901961],[125.490196078431,77.4509803921569,35.2941176470588],[151.960784313725,105.882352941176,64.7058823529412],[151.960784313725,104.901960784314,67.6470588235294],[156.862745098039,111.764705882353,78.4313725490196],[132.352941176471,90.1960784313725,56.8627450980392],[113.725490196078,75.4901960784314,47.0588235294118],[117.647058823529,86.2745098039216,63.7254901960784],[83.3333333333333,56.8627450980392,36.2745098039216],[76.4705882352941,56.8627450980392,33.3333333333333],[110.78431372549,95.0980392156863,70.5882352941177],[67.6470588235294,52.9411764705882,32.3529411764706],[65.6862745098039,53.921568627451,32.3529411764706],[65.6862745098039,50.9803921568627,28.4313725490196],[70.5882352941177,54.9019607843137,30.3921568627451],[90.1960784313725,72.5490196078431,49.0196078431373],[50,34.3137254901961,9.80392156862745],[31.3725490196078,19.6078431372549,0],[84.3137254901961,74.5098039215686,50],[68.6274509803922,60.7843137254902,38.2352941176471],[62.7450980392157,56.8627450980392,35.2941176470588],[47.0588235294118,40.1960784313726,21.5686274509804],[41.1764705882353,34.3137254901961,15.6862745098039],[59.8039215686275,52.9411764705882,34.3137254901961],[39.2156862745098,31.3725490196078,8.82352941176471],[79.4117647058823,67.6470588235294,44.1176470588235],[90.1960784313725,76.4705882352941,50.9803921568627],[41.1764705882353,25.4901960784314,0],[44.1176470588235,28.4313725490196,2.94117647058824],[50.9803921568627,37.2549019607843,11.7647058823529],[39.2156862745098,24.5098039215686,1.96078431372549],[36.2745098039216,24.5098039215686,2.94117647058824],[70.5882352941177,56.8627450980392,31.3725490196078],[91.1764705882353,70.5882352941177,40.1960784313726],[101.960784313725,77.4509803921569,47.0588235294118],[96.078431372549,71.5686274509804,41.1764705882353],[101.960784313725,77.4509803921569,48.0392156862745],[90.1960784313725,63.7254901960784,35.2941176470588],[51.9607843137255,25.4901960784314,0],[69.6078431372549,42.156862745098,18.6274509803922],[74.5098039215686,47.0588235294118,25.4901960784314],[83.3333333333333,55.8823529411765,34.3137254901961],[86.2745098039216,58.8235294117647,38.2352941176471],[100,69.6078431372549,50],[62.7450980392157,32.3529411764706,12.7450980392157],[40.1960784313726,9.80392156862745,0],[100.980392156863,70.5882352941177,50.9803921568627],[72.5490196078431,42.156862745098,21.5686274509804],[86.2745098039216,60.7843137254902,38.2352941176471],[99.0196078431373,79.4117647058823,55.8823529411765],[71.5686274509804,53.921568627451,32.3529411764706],[50,29.4117647058824,10.7843137254902],[66.6666666666667,46.078431372549,29.4117647058824],[59.8039215686275,38.2352941176471,24.5098039215686],[41.1764705882353,22.5490196078431,8.82352941176471],[54.9019607843137,37.2549019607843,25.4901960784314],[63.7254901960784,50,39.2156862745098],[52.9411764705882,40.1960784313726,31.3725490196078],[34.3137254901961,24.5098039215686,15.6862745098039],[26.4705882352941,17.6470588235294,8.82352941176471],[50.9803921568627,41.1764705882353,32.3529411764706],[84.3137254901961,69.6078431372549,62.7450980392157],[53.921568627451,35.2941176470588,29.4117647058824],[28.4313725490196,4.90196078431373,0.980392156862745],[39.2156862745098,18.6274509803922,17.6470588235294],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,7.84313725490196],[13.7254901960784,7.84313725490196,9.80392156862745],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,10.7843137254902,13.7254901960784]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,2.94117647058824,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[6.86274509803922,15.6862745098039,20.5882352941176],[6.86274509803922,13.7254901960784,19.6078431372549],[3.92156862745098,8.82352941176471,12.7450980392157],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[7.84313725490196,15.6862745098039,18.6274509803922],[6.86274509803922,15.6862745098039,20.5882352941176],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[14.7058823529412,22.5490196078431,24.5098039215686],[25.4901960784314,31.3725490196078,31.3725490196078],[27.4509803921569,33.3333333333333,31.3725490196078],[21.5686274509804,26.4705882352941,22.5490196078431],[20.5882352941176,21.5686274509804,15.6862745098039],[11.7647058823529,11.7647058823529,3.92156862745098],[15.6862745098039,12.7450980392157,3.92156862745098],[48.0392156862745,44.1176470588235,33.3333333333333],[77.4509803921569,71.5686274509804,57.843137254902],[70.5882352941177,62.7450980392157,44.1176470588235],[65.6862745098039,53.921568627451,32.3529411764706],[76.4705882352941,64.7058823529412,43.1372549019608],[60.7843137254902,49.0196078431373,27.4509803921569],[50.9803921568627,39.2156862745098,15.6862745098039],[93.1372549019608,81.3725490196078,55.8823529411765],[105.882352941176,92.156862745098,65.6862745098039],[71.5686274509804,57.843137254902,29.4117647058824],[67.6470588235294,54.9019607843137,23.5294117647059],[96.078431372549,81.3725490196078,49.0196078431373],[110.78431372549,97.0588235294118,62.7450980392157],[91.1764705882353,77.4509803921569,41.1764705882353],[123.529411764706,109.803921568627,71.5686274509804],[108.823529411765,96.078431372549,54.9019607843137],[139.21568627451,126.470588235294,83.3333333333333],[177.450980392157,170.588235294118,127.450980392157],[183.333333333333,188.235294117647,149.019607843137],[139.21568627451,150,116.666666666667],[121.56862745098,133.333333333333,109.803921568627],[159.803921568627,174.509803921569,155.882352941176],[91.1764705882353,108.823529411765,87.2549019607843],[77.4509803921569,97.0588235294118,70.5882352941177],[117.647058823529,138.235294117647,107.843137254902],[106.862745098039,125.490196078431,96.078431372549],[78.4313725490196,92.156862745098,66.6666666666667],[75.4901960784314,84.3137254901961,55.8823529411765],[130.392156862745,136.274509803922,100.980392156863],[160.78431372549,163.725490196078,119.607843137255],[167.647058823529,167.647058823529,114.705882352941],[155.882352941176,154.901960784314,100],[153.921568627451,150,102.941176470588],[150.980392156863,152.941176470588,106.862745098039],[86.2745098039216,98.0392156862745,52.9411764705882],[132.352941176471,145.098039215686,101.960784313725],[155.882352941176,163.725490196078,123.529411764706],[138.235294117647,143.137254901961,103.921568627451],[171.56862745098,172.549019607843,129.411764705882],[189.21568627451,186.274509803922,142.156862745098],[167.647058823529,165.686274509804,118.627450980392],[147.058823529412,146.078431372549,100.980392156863],[129.411764705882,131.372549019608,93.1372549019608],[160.78431372549,167.647058823529,134.313725490196],[200.980392156863,214.705882352941,180.392156862745],[162.745098039216,179.411764705882,146.078431372549],[154.901960784314,175.490196078431,143.137254901961],[109.803921568627,134.313725490196,104.901960784314],[92.156862745098,115.686274509804,94.1176470588235],[136.274509803922,158.823529411765,133.333333333333],[149.019607843137,165.686274509804,122.549019607843],[130.392156862745,143.137254901961,98.0392156862745],[99.0196078431373,107.843137254902,77.4509803921569],[132.352941176471,144.117647058824,122.549019607843],[59.8039215686275,77.4509803921569,61.7647058823529],[62.7450980392157,80.3921568627451,64.7058823529412],[177.450980392157,186.274509803922,169.607843137255],[216.666666666667,224.509803921569,203.921568627451],[157.843137254902,172.549019607843,144.117647058824],[154.901960784314,168.627450980392,136.274509803922],[177.450980392157,182.352941176471,150.980392156863],[198.039215686275,204.901960784314,172.549019607843],[119.607843137255,138.235294117647,108.823529411765],[79.4117647058823,103.921568627451,82.3529411764706],[130.392156862745,156.862745098039,148.039215686275],[116.666666666667,143.137254901961,138.235294117647],[103.921568627451,126.470588235294,118.627450980392],[137.254901960784,156.862745098039,146.078431372549],[97.0588235294118,109.803921568627,100],[106.862745098039,114.705882352941,103.921568627451],[165.686274509804,166.666666666667,152.941176470588],[204.901960784314,199.019607843137,183.333333333333],[143.137254901961,132.352941176471,114.705882352941],[146.078431372549,131.372549019608,108.823529411765],[216.666666666667,200,174.509803921569],[188.235294117647,167.647058823529,137.254901960784],[144.117647058824,120.588235294118,87.2549019607843],[199.019607843137,171.56862745098,135.294117647059],[221.56862745098,190.196078431373,152.941176470588],[187.254901960784,152.941176470588,115.686274509804],[148.039215686275,109.803921568627,71.5686274509804],[141.176470588235,103.921568627451,68.6274509803922],[126.470588235294,96.078431372549,67.6470588235294],[103.921568627451,78.4313725490196,51.9607843137255],[133.333333333333,111.764705882353,88.2352941176471],[104.901960784314,89.2156862745098,66.6666666666667],[105.882352941176,95.0980392156863,77.4509803921569],[66.6666666666667,51.9607843137255,31.3725490196078],[105.882352941176,80.3921568627451,48.0392156862745],[155.882352941176,126.470588235294,91.1764705882353],[100,74.5098039215686,42.156862745098],[97.0588235294118,63.7254901960784,27.4509803921569],[187.254901960784,140.196078431373,93.1372549019608],[212.745098039216,157.843137254902,107.843137254902],[214.705882352941,161.764705882353,115.686274509804],[208.823529411765,155.882352941176,112.745098039216],[189.21568627451,137.254901960784,96.078431372549],[120.588235294118,69.6078431372549,30.3921568627451],[119.607843137255,68.6274509803922,29.4117647058824],[115.686274509804,67.6470588235294,28.4313725490196],[102.941176470588,53.921568627451,19.6078431372549],[133.333333333333,85.2941176470588,52.9411764705882],[126.470588235294,83.3333333333333,49.0196078431373],[132.352941176471,92.156862745098,60.7843137254902],[105.882352941176,72.5490196078431,48.0392156862745],[75.4901960784314,48.0392156862745,26.4705882352941],[69.6078431372549,49.0196078431373,20.5882352941176],[92.156862745098,77.4509803921569,49.0196078431373],[64.7058823529412,50,27.4509803921569],[50,38.2352941176471,16.6666666666667],[57.843137254902,44.1176470588235,18.6274509803922],[35.2941176470588,21.5686274509804,0],[90.1960784313725,74.5098039215686,51.9607843137255],[55.8823529411765,40.1960784313726,17.6470588235294],[27.4509803921569,15.6862745098039,0],[39.2156862745098,29.4117647058824,4.90196078431373],[113.725490196078,105.882352941176,83.3333333333333],[61.7647058823529,55.8823529411765,34.3137254901961],[35.2941176470588,30.3921568627451,10.7843137254902],[40.1960784313726,35.2941176470588,16.6666666666667],[46.078431372549,39.2156862745098,20.5882352941176],[58.8235294117647,50.9803921568627,30.3921568627451],[49.0196078431373,38.2352941176471,16.6666666666667],[97.0588235294118,85.2941176470588,61.7647058823529],[79.4117647058823,64.7058823529412,42.156862745098],[58.8235294117647,47.0588235294118,23.5294117647059],[35.2941176470588,23.5294117647059,1.96078431372549],[38.2352941176471,27.4509803921569,7.84313725490196],[25.4901960784314,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[85.2941176470588,65.6862745098039,39.2156862745098],[81.3725490196078,56.8627450980392,27.4509803921569],[101.960784313725,77.4509803921569,48.0392156862745],[105.882352941176,80.3921568627451,53.921568627451],[75.4901960784314,50,23.5294117647059],[88.2352941176471,60.7843137254902,37.2549019607843],[75.4901960784314,48.0392156862745,26.4705882352941],[82.3529411764706,54.9019607843137,34.3137254901961],[82.3529411764706,54.9019607843137,34.3137254901961],[92.156862745098,64.7058823529412,44.1176470588235],[102.941176470588,72.5490196078431,52.9411764705882],[107.843137254902,77.4509803921569,57.843137254902],[102.941176470588,72.5490196078431,52.9411764705882],[80.3921568627451,50,30.3921568627451],[57.843137254902,27.4509803921569,6.86274509803922],[61.7647058823529,35.2941176470588,14.7058823529412],[51.9607843137255,31.3725490196078,10.7843137254902],[87.2549019607843,70.5882352941177,50.9803921568627],[46.078431372549,28.4313725490196,8.82352941176471],[55.8823529411765,37.2549019607843,20.5882352941176],[76.4705882352941,57.843137254902,43.1372549019608],[56.8627450980392,38.2352941176471,24.5098039215686],[47.0588235294118,29.4117647058824,17.6470588235294],[54.9019607843137,41.1764705882353,30.3921568627451],[40.1960784313726,27.4509803921569,18.6274509803922],[34.3137254901961,24.5098039215686,15.6862745098039],[58.8235294117647,50,43.1372549019608],[80.3921568627451,71.5686274509804,66.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[16.6666666666667,0.980392156862745,0.980392156862745],[34.3137254901961,15.6862745098039,17.6470588235294],[29.4117647058824,13.7254901960784,14.7058823529412],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,15.6862745098039,18.6274509803922],[7.84313725490196,15.6862745098039,18.6274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,11.7647058823529,14.7058823529412],[10.7843137254902,17.6470588235294,23.5294117647059],[12.7450980392157,19.6078431372549,25.4901960784314],[5.88235294117647,13.7254901960784,16.6666666666667],[0,5.88235294117647,8.82352941176471],[25.4901960784314,30.3921568627451,33.3333333333333],[18.6274509803922,22.5490196078431,21.5686274509804],[13.7254901960784,15.6862745098039,12.7450980392157],[30.3921568627451,31.3725490196078,26.4705882352941],[39.2156862745098,38.2352941176471,33.3333333333333],[36.2745098039216,33.3333333333333,24.5098039215686],[49.0196078431373,45.0980392156863,34.3137254901961],[64.7058823529412,58.8235294117647,47.0588235294118],[56.8627450980392,48.0392156862745,33.3333333333333],[64.7058823529412,52.9411764705882,37.2549019607843],[42.156862745098,31.3725490196078,13.7254901960784],[36.2745098039216,23.5294117647059,4.90196078431373],[43.1372549019608,31.3725490196078,9.80392156862745],[63.7254901960784,49.0196078431373,26.4705882352941],[93.1372549019608,77.4509803921569,51.9607843137255],[88.2352941176471,73.5294117647059,45.0980392156863],[112.745098039216,98.0392156862745,65.6862745098039],[105.882352941176,90.1960784313725,56.8627450980392],[80.3921568627451,65.6862745098039,27.4509803921569],[68.6274509803922,53.921568627451,13.7254901960784],[137.254901960784,122.549019607843,80.3921568627451],[192.156862745098,178.43137254902,134.313725490196],[228.43137254902,214.705882352941,170.588235294118],[204.901960784314,197.058823529412,151.960784313725],[184.313725490196,185.294117647059,144.117647058824],[130.392156862745,137.254901960784,103.921568627451],[115.686274509804,123.529411764706,100],[125.490196078431,137.254901960784,115.686274509804],[82.3529411764706,98.0392156862745,72.5490196078431],[69.6078431372549,88.2352941176471,58.8235294117647],[68.6274509803922,85.2941176470588,51.9607843137255],[118.627450980392,133.333333333333,100.980392156863],[100,110.78431372549,81.3725490196078],[91.1764705882353,98.0392156862745,67.6470588235294],[145.098039215686,149.019607843137,112.745098039216],[128.43137254902,130.392156862745,84.3137254901961],[120.588235294118,120.588235294118,67.6470588235294],[129.411764705882,128.43137254902,73.5294117647059],[122.549019607843,120.588235294118,72.5490196078431],[150,151.960784313725,103.921568627451],[141.176470588235,150.980392156863,99.0196078431373],[166.666666666667,179.411764705882,126.470588235294],[168.627450980392,176.470588235294,126.470588235294],[146.078431372549,148.039215686275,99.0196078431373],[142.156862745098,140.196078431373,90.1960784313725],[164.705882352941,161.764705882353,111.764705882353],[205.882352941176,200,150.980392156863],[145.098039215686,141.176470588235,95.0980392156863],[149.019607843137,150,108.823529411765],[158.823529411765,162.745098039216,126.470588235294],[155.882352941176,165.686274509804,131.372549019608],[180.392156862745,195.098039215686,162.745098039216],[116.666666666667,135.294117647059,103.921568627451],[79.4117647058823,99.0196078431373,71.5686274509804],[62.7450980392157,84.3137254901961,63.7254901960784],[140.196078431373,159.803921568627,132.352941176471],[143.137254901961,158.823529411765,112.745098039216],[143.137254901961,155.882352941176,103.921568627451],[128.43137254902,136.274509803922,98.0392156862745],[111.764705882353,120.588235294118,94.1176470588235],[59.8039215686275,74.5098039215686,55.8823529411765],[102.941176470588,114.705882352941,100.980392156863],[197.058823529412,198.039215686275,184.313725490196],[189.21568627451,191.176470588235,170.588235294118],[106.862745098039,116.666666666667,83.3333333333333],[165.686274509804,175.490196078431,139.21568627451],[193.137254901961,197.058823529412,160.78431372549],[232.352941176471,239.21568627451,205.882352941176],[122.549019607843,141.176470588235,111.764705882353],[184.313725490196,208.823529411765,188.235294117647],[225.490196078431,250,243.137254901961],[182.352941176471,206.862745098039,200.980392156863],[96.078431372549,112.745098039216,102.941176470588],[112.745098039216,126.470588235294,113.725490196078],[125.490196078431,133.333333333333,120.588235294118],[132.352941176471,134.313725490196,120.588235294118],[160.78431372549,157.843137254902,143.137254901961],[167.647058823529,158.823529411765,142.156862745098],[151.960784313725,139.21568627451,120.588235294118],[180.392156862745,164.705882352941,140.196078431373],[225.490196078431,208.823529411765,181.372549019608],[220.588235294118,200,169.607843137255],[202.941176470588,180.392156862745,147.058823529412],[210.78431372549,185.294117647059,149.019607843137],[182.352941176471,152.941176470588,115.686274509804],[159.803921568627,126.470588235294,89.2156862745098],[148.039215686275,110.78431372549,72.5490196078431],[124.509803921569,91.1764705882353,56.8627450980392],[137.254901960784,110.78431372549,84.3137254901961],[111.764705882353,86.2745098039216,61.7647058823529],[111.764705882353,83.3333333333333,53.921568627451],[91.1764705882353,65.6862745098039,39.2156862745098],[53.921568627451,41.1764705882353,22.5490196078431],[42.156862745098,31.3725490196078,13.7254901960784],[119.607843137255,100,73.5294117647059],[159.803921568627,134.313725490196,101.960784313725],[120.588235294118,91.1764705882353,55.8823529411765],[117.647058823529,79.4117647058823,39.2156862745098],[211.764705882353,160.78431372549,113.725490196078],[202.941176470588,150.980392156863,101.960784313725],[214.705882352941,168.627450980392,127.450980392157],[141.176470588235,94.1176470588235,54.9019607843137],[202.941176470588,150,106.862745098039],[175.490196078431,119.607843137255,77.4509803921569],[118.627450980392,66.6666666666667,27.4509803921569],[103.921568627451,52.9411764705882,16.6666666666667],[101.960784313725,50,18.6274509803922],[163.725490196078,114.705882352941,82.3529411764706],[122.549019607843,78.4313725490196,40.1960784313726],[116.666666666667,77.4509803921569,42.156862745098],[132.352941176471,97.0588235294118,71.5686274509804],[65.6862745098039,36.2745098039216,10.7843137254902],[53.921568627451,34.3137254901961,0],[90.1960784313725,74.5098039215686,41.1764705882353],[63.7254901960784,49.0196078431373,26.4705882352941],[37.2549019607843,25.4901960784314,3.92156862745098],[66.6666666666667,52.9411764705882,27.4509803921569],[81.3725490196078,65.6862745098039,41.1764705882353],[83.3333333333333,65.6862745098039,46.078431372549],[69.6078431372549,52.9411764705882,33.3333333333333],[38.2352941176471,24.5098039215686,0],[53.921568627451,42.156862745098,16.6666666666667],[127.450980392157,119.607843137255,97.0588235294118],[79.4117647058823,71.5686274509804,50.9803921568627],[42.156862745098,35.2941176470588,16.6666666666667],[32.3529411764706,25.4901960784314,6.86274509803922],[33.3333333333333,26.4705882352941,7.84313725490196],[32.3529411764706,24.5098039215686,5.88235294117647],[50.9803921568627,40.1960784313726,20.5882352941176],[49.0196078431373,37.2549019607843,15.6862745098039],[75.4901960784314,63.7254901960784,42.156862745098],[72.5490196078431,59.8039215686275,41.1764705882353],[43.1372549019608,30.3921568627451,13.7254901960784],[77.4509803921569,65.6862745098039,51.9607843137255],[34.3137254901961,26.4705882352941,13.7254901960784],[29.4117647058824,17.6470588235294,1.96078431372549],[61.7647058823529,42.156862745098,18.6274509803922],[89.2156862745098,65.6862745098039,40.1960784313726],[62.7450980392157,39.2156862745098,13.7254901960784],[70.5882352941177,45.0980392156863,22.5490196078431],[67.6470588235294,42.156862745098,19.6078431372549],[67.6470588235294,41.1764705882353,20.5882352941176],[69.6078431372549,43.1372549019608,22.5490196078431],[85.2941176470588,58.8235294117647,40.1960784313726],[41.1764705882353,12.7450980392157,0],[73.5294117647059,45.0980392156863,27.4509803921569],[62.7450980392157,34.3137254901961,16.6666666666667],[74.5098039215686,46.078431372549,28.4313725490196],[119.607843137255,89.2156862745098,71.5686274509804],[83.3333333333333,52.9411764705882,35.2941176470588],[55.8823529411765,25.4901960784314,5.88235294117647],[46.078431372549,19.6078431372549,0.980392156862745],[100,82.3529411764706,62.7450980392157],[129.411764705882,112.745098039216,97.0588235294118],[70.5882352941177,53.921568627451,38.2352941176471],[58.8235294117647,40.1960784313726,25.4901960784314],[67.6470588235294,49.0196078431373,35.2941176470588],[62.7450980392157,45.0980392156863,31.3725490196078],[43.1372549019608,27.4509803921569,14.7058823529412],[35.2941176470588,21.5686274509804,10.7843137254902],[23.5294117647059,10.7843137254902,1.96078431372549],[47.0588235294118,36.2745098039216,30.3921568627451],[90.1960784313725,81.3725490196078,76.4705882352941],[50,40.1960784313726,38.2352941176471],[6.86274509803922,0,0],[18.6274509803922,8.82352941176471,9.80392156862745],[11.7647058823529,0,3.92156862745098],[23.5294117647059,12.7450980392157,16.6666666666667],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[22.5490196078431,20.5882352941176,21.5686274509804],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[38.2352941176471,34.3137254901961,35.2941176470588],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[4.90196078431373,9.80392156862745,13.7254901960784],[2.94117647058824,10.7843137254902,13.7254901960784],[4.90196078431373,12.7450980392157,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[6.86274509803922,14.7058823529412,17.6470588235294],[19.6078431372549,27.4509803921569,30.3921568627451],[13.7254901960784,18.6274509803922,21.5686274509804],[7.84313725490196,11.7647058823529,12.7450980392157],[18.6274509803922,20.5882352941176,19.6078431372549],[51.9607843137255,52.9411764705882,48.0392156862745],[53.921568627451,52.9411764705882,48.0392156862745],[27.4509803921569,24.5098039215686,17.6470588235294],[32.3529411764706,28.4313725490196,19.6078431372549],[57.843137254902,50.9803921568627,41.1764705882353],[31.3725490196078,23.5294117647059,12.7450980392157],[25.4901960784314,17.6470588235294,4.90196078431373],[31.3725490196078,22.5490196078431,7.84313725490196],[31.3725490196078,19.6078431372549,3.92156862745098],[43.1372549019608,30.3921568627451,13.7254901960784],[66.6666666666667,51.9607843137255,31.3725490196078],[87.2549019607843,73.5294117647059,48.0392156862745],[120.588235294118,105.882352941176,77.4509803921569],[81.3725490196078,66.6666666666667,34.3137254901961],[138.235294117647,122.549019607843,89.2156862745098],[145.098039215686,130.392156862745,92.156862745098],[117.647058823529,102.941176470588,62.7450980392157],[131.372549019608,116.666666666667,74.5098039215686],[158.823529411765,145.098039215686,100.980392156863],[186.274509803922,172.549019607843,128.43137254902],[160.78431372549,150,105.882352941176],[159.803921568627,156.862745098039,114.705882352941],[128.43137254902,130.392156862745,94.1176470588235],[116.666666666667,120.588235294118,94.1176470588235],[129.411764705882,137.254901960784,113.725490196078],[81.3725490196078,94.1176470588235,66.6666666666667],[83.3333333333333,98.0392156862745,65.6862745098039],[122.549019607843,138.235294117647,102.941176470588],[125.490196078431,139.21568627451,104.901960784314],[130.392156862745,141.176470588235,109.803921568627],[119.607843137255,126.470588235294,94.1176470588235],[161.764705882353,165.686274509804,129.411764705882],[177.450980392157,178.43137254902,135.294117647059],[139.21568627451,142.156862745098,90.1960784313725],[142.156862745098,142.156862745098,91.1764705882353],[185.294117647059,184.313725490196,139.21568627451],[147.058823529412,150,105.882352941176],[153.921568627451,162.745098039216,110.78431372549],[112.745098039216,121.56862745098,67.6470588235294],[149.019607843137,153.921568627451,100.980392156863],[136.274509803922,136.274509803922,85.2941176470588],[152.941176470588,147.058823529412,98.0392156862745],[181.372549019608,173.529411764706,125.490196078431],[183.333333333333,175.490196078431,129.411764705882],[175.490196078431,168.627450980392,123.529411764706],[126.470588235294,123.529411764706,81.3725490196078],[177.450980392157,179.411764705882,140.196078431373],[132.352941176471,140.196078431373,101.960784313725],[178.43137254902,190.196078431373,154.901960784314],[197.058823529412,212.745098039216,177.450980392157],[86.2745098039216,104.901960784314,73.5294117647059],[106.862745098039,126.470588235294,99.0196078431373],[89.2156862745098,108.823529411765,72.5490196078431],[87.2549019607843,103.921568627451,50],[142.156862745098,154.901960784314,100],[201.960784313725,207.843137254902,170.588235294118],[160.78431372549,166.666666666667,139.21568627451],[84.3137254901961,96.078431372549,74.5098039215686],[117.647058823529,124.509803921569,108.823529411765],[226.470588235294,223.529411764706,206.862745098039],[89.2156862745098,84.3137254901961,62.7450980392157],[93.1372549019608,98.0392156862745,66.6666666666667],[171.56862745098,179.411764705882,141.176470588235],[189.21568627451,191.176470588235,152.941176470588],[215.686274509804,221.56862745098,184.313725490196],[91.1764705882353,110.78431372549,76.4705882352941],[148.039215686275,173.529411764706,147.058823529412],[153.921568627451,181.372549019608,169.607843137255],[109.803921568627,132.352941176471,124.509803921569],[119.607843137255,133.333333333333,118.627450980392],[138.235294117647,145.098039215686,127.450980392157],[110.78431372549,113.725490196078,95.0980392156863],[100.980392156863,100,80.3921568627451],[121.56862745098,114.705882352941,96.078431372549],[118.627450980392,105.882352941176,87.2549019607843],[135.294117647059,120.588235294118,98.0392156862745],[175.490196078431,158.823529411765,133.333333333333],[150,133.333333333333,103.921568627451],[157.843137254902,139.21568627451,106.862745098039],[136.274509803922,116.666666666667,82.3529411764706],[198.039215686275,174.509803921569,137.254901960784],[175.490196078431,148.039215686275,109.803921568627],[165.686274509804,137.254901960784,98.0392156862745],[135.294117647059,101.960784313725,64.7058823529412],[155.882352941176,123.529411764706,89.2156862745098],[143.137254901961,117.647058823529,91.1764705882353],[87.2549019607843,63.7254901960784,38.2352941176471],[112.745098039216,86.2745098039216,56.8627450980392],[82.3529411764706,58.8235294117647,31.3725490196078],[21.5686274509804,8.82352941176471,0],[61.7647058823529,50.9803921568627,31.3725490196078],[145.098039215686,125.490196078431,99.0196078431373],[120.588235294118,97.0588235294118,63.7254901960784],[120.588235294118,91.1764705882353,55.8823529411765],[112.745098039216,76.4705882352941,35.2941176470588],[152.941176470588,103.921568627451,55.8823529411765],[194.117647058824,143.137254901961,94.1176470588235],[148.039215686275,103.921568627451,63.7254901960784],[93.1372549019608,49.0196078431373,10.7843137254902],[169.607843137255,119.607843137255,77.4509803921569],[169.607843137255,116.666666666667,73.5294117647059],[133.333333333333,81.3725490196078,42.156862745098],[122.549019607843,71.5686274509804,35.2941176470588],[125.490196078431,73.5294117647059,42.156862745098],[158.823529411765,109.803921568627,77.4509803921569],[167.647058823529,123.529411764706,82.3529411764706],[151.960784313725,110.78431372549,69.6078431372549],[101.960784313725,65.6862745098039,37.2549019607843],[82.3529411764706,53.921568627451,24.5098039215686],[83.3333333333333,61.7647058823529,21.5686274509804],[108.823529411765,94.1176470588235,55.8823529411765],[59.8039215686275,46.078431372549,20.5882352941176],[54.9019607843137,43.1372549019608,21.5686274509804],[75.4901960784314,61.7647058823529,35.2941176470588],[103.921568627451,90.1960784313725,63.7254901960784],[45.0980392156863,28.4313725490196,8.82352941176471],[125.490196078431,108.823529411765,89.2156862745098],[41.1764705882353,25.4901960784314,0.980392156862745],[48.0392156862745,34.3137254901961,7.84313725490196],[87.2549019607843,77.4509803921569,52.9411764705882],[72.5490196078431,64.7058823529412,42.156862745098],[50,42.156862745098,21.5686274509804],[59.8039215686275,51.9607843137255,33.3333333333333],[35.2941176470588,27.4509803921569,8.82352941176471],[45.0980392156863,37.2549019607843,18.6274509803922],[58.8235294117647,46.078431372549,27.4509803921569],[19.6078431372549,6.86274509803922,0],[85.2941176470588,72.5490196078431,53.921568627451],[101.960784313725,89.2156862745098,72.5490196078431],[21.5686274509804,8.82352941176471,0],[42.156862745098,30.3921568627451,18.6274509803922],[20.5882352941176,12.7450980392157,1.96078431372549],[30.3921568627451,18.6274509803922,4.90196078431373],[54.9019607843137,37.2549019607843,15.6862745098039],[73.5294117647059,51.9607843137255,28.4313725490196],[70.5882352941177,49.0196078431373,26.4705882352941],[90.1960784313725,65.6862745098039,44.1176470588235],[80.3921568627451,55.8823529411765,34.3137254901961],[51.9607843137255,27.4509803921569,7.84313725490196],[87.2549019607843,62.7450980392157,43.1372549019608],[56.8627450980392,30.3921568627451,13.7254901960784],[40.1960784313726,13.7254901960784,0],[69.6078431372549,41.1764705882353,25.4901960784314],[71.5686274509804,43.1372549019608,27.4509803921569],[85.2941176470588,56.8627450980392,41.1764705882353],[111.764705882353,83.3333333333333,67.6470588235294],[96.078431372549,67.6470588235294,50],[62.7450980392157,34.3137254901961,16.6666666666667],[49.0196078431373,22.5490196078431,5.88235294117647],[75.4901960784314,56.8627450980392,42.156862745098],[76.4705882352941,58.8235294117647,45.0980392156863],[51.9607843137255,34.3137254901961,22.5490196078431],[50.9803921568627,33.3333333333333,21.5686274509804],[30.3921568627451,12.7450980392157,0.980392156862745],[49.0196078431373,31.3725490196078,19.6078431372549],[47.0588235294118,30.3921568627451,20.5882352941176],[24.5098039215686,7.84313725490196,0],[34.3137254901961,19.6078431372549,12.7450980392157],[27.4509803921569,14.7058823529412,8.82352941176471],[17.6470588235294,6.86274509803922,2.94117647058824],[24.5098039215686,14.7058823529412,12.7450980392157],[17.6470588235294,9.80392156862745,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[16.6666666666667,10.7843137254902,12.7450980392157],[13.7254901960784,7.84313725490196,9.80392156862745],[15.6862745098039,9.80392156862745,11.7647058823529],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[17.6470588235294,13.7254901960784,14.7058823529412],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[33.3333333333333,31.3725490196078,32.3529411764706],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[54.9019607843137,50.9803921568627,51.9607843137255],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0.980392156862745,5.88235294117647,8.82352941176471],[17.6470588235294,21.5686274509804,22.5490196078431],[23.5294117647059,25.4901960784314,24.5098039215686],[19.6078431372549,20.5882352941176,15.6862745098039],[8.82352941176471,7.84313725490196,2.94117647058824],[12.7450980392157,7.84313725490196,1.96078431372549],[31.3725490196078,24.5098039215686,16.6666666666667],[34.3137254901961,27.4509803921569,19.6078431372549],[43.1372549019608,36.2745098039216,28.4313725490196],[16.6666666666667,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[76.4705882352941,68.6274509803922,55.8823529411765],[114.705882352941,102.941176470588,87.2549019607843],[135.294117647059,122.549019607843,103.921568627451],[100.980392156863,86.2745098039216,63.7254901960784],[83.3333333333333,67.6470588235294,42.156862745098],[68.6274509803922,53.921568627451,23.5294117647059],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,55.8823529411765],[107.843137254902,93.1372549019608,54.9019607843137],[122.549019607843,107.843137254902,69.6078431372549],[108.823529411765,94.1176470588235,53.921568627451],[109.803921568627,95.0980392156863,54.9019607843137],[192.156862745098,180.392156862745,139.21568627451],[185.294117647059,178.43137254902,135.294117647059],[150,146.078431372549,108.823529411765],[118.627450980392,117.647058823529,88.2352941176471],[101.960784313725,104.901960784314,78.4313725490196],[82.3529411764706,91.1764705882353,60.7843137254902],[102.941176470588,113.725490196078,80.3921568627451],[144.117647058824,155.882352941176,120.588235294118],[177.450980392157,189.21568627451,153.921568627451],[142.156862745098,150.980392156863,122.549019607843],[131.372549019608,138.235294117647,107.843137254902],[154.901960784314,160.78431372549,125.490196078431],[186.274509803922,191.176470588235,150.980392156863],[151.960784313725,157.843137254902,110.78431372549],[186.274509803922,192.156862745098,145.098039215686],[171.56862745098,176.470588235294,137.254901960784],[125.490196078431,132.352941176471,92.156862745098],[123.529411764706,130.392156862745,87.2549019607843],[97.0588235294118,102.941176470588,57.843137254902],[162.745098039216,161.764705882353,116.666666666667],[150.980392156863,147.058823529412,100.980392156863],[194.117647058824,186.274509803922,141.176470588235],[143.137254901961,131.372549019608,90.1960784313725],[145.098039215686,133.333333333333,92.156862745098],[182.352941176471,173.529411764706,131.372549019608],[191.176470588235,187.254901960784,143.137254901961],[184.313725490196,185.294117647059,142.156862745098],[109.803921568627,115.686274509804,72.5490196078431],[112.745098039216,123.529411764706,81.3725490196078],[169.607843137255,182.352941176471,140.196078431373],[131.372549019608,146.078431372549,103.921568627451],[128.43137254902,145.098039215686,103.921568627451],[130.392156862745,148.039215686275,99.0196078431373],[112.745098039216,131.372549019608,68.6274509803922],[145.098039215686,158.823529411765,100.980392156863],[195.098039215686,200.980392156863,167.647058823529],[151.960784313725,154.901960784314,134.313725490196],[96.078431372549,103.921568627451,81.3725490196078],[135.294117647059,139.21568627451,116.666666666667],[155.882352941176,150,124.509803921569],[115.686274509804,108.823529411765,81.3725490196078],[126.470588235294,129.411764705882,100.980392156863],[152.941176470588,157.843137254902,126.470588235294],[163.725490196078,163.725490196078,128.43137254902],[169.607843137255,176.470588235294,136.274509803922],[153.921568627451,175.490196078431,130.392156862745],[167.647058823529,194.117647058824,159.803921568627],[109.803921568627,133.333333333333,120.588235294118],[64.7058823529412,83.3333333333333,77.4509803921569],[111.764705882353,120.588235294118,101.960784313725],[232.352941176471,234.313725490196,210.78431372549],[135.294117647059,133.333333333333,108.823529411765],[92.156862745098,86.2745098039216,62.7450980392157],[147.058823529412,137.254901960784,112.745098039216],[109.803921568627,96.078431372549,70.5882352941177],[114.705882352941,99.0196078431373,73.5294117647059],[142.156862745098,125.490196078431,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[102.941176470588,87.2549019607843,53.921568627451],[123.529411764706,105.882352941176,70.5882352941177],[191.176470588235,171.56862745098,135.294117647059],[199.019607843137,177.450980392157,139.21568627451],[162.745098039216,138.235294117647,99.0196078431373],[97.0588235294118,67.6470588235294,30.3921568627451],[140.196078431373,110.78431372549,75.4901960784314],[140.196078431373,111.764705882353,80.3921568627451],[72.5490196078431,48.0392156862745,18.6274509803922],[68.6274509803922,49.0196078431373,24.5098039215686],[49.0196078431373,34.3137254901961,11.7647058823529],[46.078431372549,38.2352941176471,19.6078431372549],[106.862745098039,95.0980392156863,71.5686274509804],[126.470588235294,102.941176470588,69.6078431372549],[153.921568627451,126.470588235294,88.2352941176471],[89.2156862745098,66.6666666666667,35.2941176470588],[91.1764705882353,63.7254901960784,27.4509803921569],[142.156862745098,100.980392156863,53.921568627451],[186.274509803922,137.254901960784,87.2549019607843],[175.490196078431,125.490196078431,79.4117647058823],[141.176470588235,93.1372549019608,50.9803921568627],[135.294117647059,88.2352941176471,49.0196078431373],[160.78431372549,113.725490196078,74.5098039215686],[165.686274509804,117.647058823529,77.4509803921569],[133.333333333333,82.3529411764706,44.1176470588235],[103.921568627451,51.9607843137255,18.6274509803922],[107.843137254902,58.8235294117647,24.5098039215686],[133.333333333333,87.2549019607843,44.1176470588235],[156.862745098039,116.666666666667,73.5294117647059],[75.4901960784314,40.1960784313726,8.82352941176471],[69.6078431372549,39.2156862745098,8.82352941176471],[140.196078431373,117.647058823529,74.5098039215686],[109.803921568627,93.1372549019608,50.9803921568627],[41.1764705882353,26.4705882352941,0],[58.8235294117647,44.1176470588235,21.5686274509804],[62.7450980392157,49.0196078431373,20.5882352941176],[62.7450980392157,49.0196078431373,22.5490196078431],[113.725490196078,97.0588235294118,77.4509803921569],[95.0980392156863,78.4313725490196,58.8235294117647],[68.6274509803922,52.9411764705882,28.4313725490196],[46.078431372549,30.3921568627451,4.90196078431373],[40.1960784313726,26.4705882352941,0.980392156862745],[63.7254901960784,51.9607843137255,28.4313725490196],[50.9803921568627,40.1960784313726,20.5882352941176],[48.0392156862745,37.2549019607843,17.6470588235294],[71.5686274509804,60.7843137254902,43.1372549019608],[49.0196078431373,36.2745098039216,19.6078431372549],[65.6862745098039,52.9411764705882,34.3137254901961],[52.9411764705882,38.2352941176471,19.6078431372549],[70.5882352941177,55.8823529411765,37.2549019607843],[71.5686274509804,55.8823529411765,40.1960784313726],[67.6470588235294,54.9019607843137,39.2156862745098],[64.7058823529412,52.9411764705882,41.1764705882353],[55.8823529411765,46.078431372549,36.2745098039216],[51.9607843137255,40.1960784313726,28.4313725490196],[69.6078431372549,52.9411764705882,35.2941176470588],[82.3529411764706,61.7647058823529,41.1764705882353],[87.2549019607843,66.6666666666667,46.078431372549],[92.156862745098,69.6078431372549,51.9607843137255],[88.2352941176471,65.6862745098039,48.0392156862745],[70.5882352941177,48.0392156862745,32.3529411764706],[67.6470588235294,45.0980392156863,29.4117647058824],[47.0588235294118,21.5686274509804,6.86274509803922],[64.7058823529412,39.2156862745098,24.5098039215686],[64.7058823529412,37.2549019607843,23.5294117647059],[52.9411764705882,25.4901960784314,11.7647058823529],[80.3921568627451,52.9411764705882,39.2156862745098],[97.0588235294118,69.6078431372549,55.8823529411765],[96.078431372549,67.6470588235294,51.9607843137255],[96.078431372549,67.6470588235294,51.9607843137255],[53.921568627451,28.4313725490196,13.7254901960784],[32.3529411764706,10.7843137254902,0],[34.3137254901961,16.6666666666667,6.86274509803922],[58.8235294117647,41.1764705882353,31.3725490196078],[43.1372549019608,25.4901960784314,15.6862745098039],[43.1372549019608,25.4901960784314,15.6862745098039],[49.0196078431373,31.3725490196078,21.5686274509804],[52.9411764705882,36.2745098039216,28.4313725490196],[54.9019607843137,38.2352941176471,30.3921568627451],[50,35.2941176470588,28.4313725490196],[32.3529411764706,19.6078431372549,13.7254901960784],[14.7058823529412,3.92156862745098,0],[30.3921568627451,22.5490196078431,19.6078431372549],[20.5882352941176,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,8.82352941176471,9.80392156862745],[15.6862745098039,13.7254901960784,14.7058823529412],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[11.7647058823529,9.80392156862745,12.7450980392157],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,6.86274509803922],[0,4.90196078431373,10.7843137254902],[6.86274509803922,14.7058823529412,17.6470588235294],[5.88235294117647,13.7254901960784,16.6666666666667],[7.84313725490196,12.7450980392157,15.6862745098039],[8.82352941176471,12.7450980392157,13.7254901960784],[6.86274509803922,8.82352941176471,7.84313725490196],[11.7647058823529,10.7843137254902,6.86274509803922],[15.6862745098039,12.7450980392157,7.84313725490196],[20.5882352941176,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,18.6274509803922],[31.3725490196078,24.5098039215686,16.6666666666667],[33.3333333333333,28.4313725490196,22.5490196078431],[13.7254901960784,8.82352941176471,2.94117647058824],[50.9803921568627,47.0588235294118,38.2352941176471],[85.2941176470588,79.4117647058823,67.6470588235294],[96.078431372549,87.2549019607843,72.5490196078431],[87.2549019607843,76.4705882352941,58.8235294117647],[45.0980392156863,33.3333333333333,11.7647058823529],[27.4509803921569,13.7254901960784,0],[61.7647058823529,48.0392156862745,19.6078431372549],[58.8235294117647,46.078431372549,14.7058823529412],[84.3137254901961,71.5686274509804,38.2352941176471],[85.2941176470588,72.5490196078431,38.2352941176471],[106.862745098039,95.0980392156863,57.843137254902],[124.509803921569,112.745098039216,75.4901960784314],[100,88.2352941176471,50.9803921568627],[117.647058823529,105.882352941176,66.6666666666667],[137.254901960784,128.43137254902,86.2745098039216],[134.313725490196,126.470588235294,88.2352941176471],[139.21568627451,134.313725490196,104.901960784314],[91.1764705882353,90.1960784313725,62.7450980392157],[104.901960784314,109.803921568627,78.4313725490196],[91.1764705882353,98.0392156862745,64.7058823529412],[96.078431372549,105.882352941176,69.6078431372549],[140.196078431373,150,115.686274509804],[138.235294117647,147.058823529412,118.627450980392],[129.411764705882,135.294117647059,107.843137254902],[160.78431372549,167.647058823529,134.313725490196],[113.725490196078,119.607843137255,82.3529411764706],[177.450980392157,186.274509803922,142.156862745098],[172.549019607843,181.372549019608,139.21568627451],[102.941176470588,112.745098039216,78.4313725490196],[111.764705882353,118.627450980392,85.2941176470588],[153.921568627451,158.823529411765,119.607843137255],[167.647058823529,168.627450980392,127.450980392157],[140.196078431373,137.254901960784,93.1372549019608],[144.117647058824,137.254901960784,94.1176470588235],[136.274509803922,127.450980392157,87.2549019607843],[102.941176470588,91.1764705882353,53.921568627451],[100,88.2352941176471,50.9803921568627],[167.647058823529,158.823529411765,120.588235294118],[150,147.058823529412,102.941176470588],[124.509803921569,126.470588235294,80.3921568627451],[124.509803921569,130.392156862745,85.2941176470588],[150,158.823529411765,114.705882352941],[102.941176470588,113.725490196078,71.5686274509804],[156.862745098039,169.607843137255,126.470588235294],[164.705882352941,177.450980392157,132.352941176471],[160.78431372549,177.450980392157,124.509803921569],[173.529411764706,189.21568627451,127.450980392157],[228.43137254902,241.176470588235,186.274509803922],[149.019607843137,151.960784313725,123.529411764706],[109.803921568627,110.78431372549,93.1372549019608],[173.529411764706,178.43137254902,155.882352941176],[198.039215686275,200.980392156863,174.509803921569],[152.941176470588,144.117647058824,113.725490196078],[136.274509803922,127.450980392157,97.0588235294118],[109.803921568627,109.803921568627,84.3137254901961],[131.372549019608,134.313725490196,107.843137254902],[234.313725490196,234.313725490196,200.980392156863],[142.156862745098,147.058823529412,107.843137254902],[126.470588235294,146.078431372549,98.0392156862745],[160.78431372549,185.294117647059,146.078431372549],[113.725490196078,136.274509803922,118.627450980392],[71.5686274509804,87.2549019607843,76.4705882352941],[60.7843137254902,64.7058823529412,42.156862745098],[228.43137254902,224.509803921569,196.078431372549],[154.901960784314,150,121.56862745098],[105.882352941176,97.0588235294118,68.6274509803922],[142.156862745098,131.372549019608,103.921568627451],[119.607843137255,104.901960784314,76.4705882352941],[100.980392156863,86.2745098039216,57.843137254902],[156.862745098039,140.196078431373,110.78431372549],[117.647058823529,100.980392156863,71.5686274509804],[87.2549019607843,72.5490196078431,40.1960784313726],[104.901960784314,91.1764705882353,54.9019607843137],[153.921568627451,139.21568627451,100.980392156863],[166.666666666667,147.058823529412,110.78431372549],[147.058823529412,125.490196078431,87.2549019607843],[125.490196078431,101.960784313725,64.7058823529412],[117.647058823529,92.156862745098,55.8823529411765],[133.333333333333,104.901960784314,73.5294117647059],[104.901960784314,80.3921568627451,50.9803921568627],[110.78431372549,91.1764705882353,64.7058823529412],[84.3137254901961,69.6078431372549,47.0588235294118],[51.9607843137255,44.1176470588235,23.5294117647059],[82.3529411764706,70.5882352941177,47.0588235294118],[70.5882352941177,47.0588235294118,11.7647058823529],[151.960784313725,126.470588235294,90.1960784313725],[101.960784313725,82.3529411764706,50],[141.176470588235,117.647058823529,82.3529411764706],[173.529411764706,133.333333333333,88.2352941176471],[147.058823529412,100,51.9607843137255],[129.411764705882,83.3333333333333,38.2352941176471],[110.78431372549,66.6666666666667,25.4901960784314],[116.666666666667,73.5294117647059,35.2941176470588],[128.43137254902,85.2941176470588,47.0588235294118],[129.411764705882,83.3333333333333,42.156862745098],[138.235294117647,90.1960784313725,50],[111.764705882353,62.7450980392157,26.4705882352941],[106.862745098039,57.843137254902,21.5686274509804],[141.176470588235,98.0392156862745,51.9607843137255],[146.078431372549,105.882352941176,62.7450980392157],[104.901960784314,69.6078431372549,34.3137254901961],[86.2745098039216,56.8627450980392,21.5686274509804],[130.392156862745,107.843137254902,64.7058823529412],[120.588235294118,103.921568627451,60.7843137254902],[39.2156862745098,24.5098039215686,0],[58.8235294117647,45.0980392156863,18.6274509803922],[34.3137254901961,20.5882352941176,0],[84.3137254901961,70.5882352941177,44.1176470588235],[117.647058823529,101.960784313725,79.4117647058823],[84.3137254901961,66.6666666666667,47.0588235294118],[93.1372549019608,76.4705882352941,50.9803921568627],[60.7843137254902,44.1176470588235,18.6274509803922],[34.3137254901961,18.6274509803922,0],[54.9019607843137,40.1960784313726,17.6470588235294],[68.6274509803922,56.8627450980392,35.2941176470588],[39.2156862745098,28.4313725490196,8.82352941176471],[29.4117647058824,16.6666666666667,0],[51.9607843137255,36.2745098039216,20.5882352941176],[69.6078431372549,54.9019607843137,36.2745098039216],[59.8039215686275,43.1372549019608,25.4901960784314],[59.8039215686275,43.1372549019608,25.4901960784314],[71.5686274509804,54.9019607843137,39.2156862745098],[36.2745098039216,20.5882352941176,5.88235294117647],[50,36.2745098039216,23.5294117647059],[36.2745098039216,23.5294117647059,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[67.6470588235294,51.9607843137255,36.2745098039216],[53.921568627451,37.2549019607843,19.6078431372549],[66.6666666666667,48.0392156862745,31.3725490196078],[113.725490196078,95.0980392156863,78.4313725490196],[80.3921568627451,61.7647058823529,47.0588235294118],[46.078431372549,27.4509803921569,12.7450980392157],[50,28.4313725490196,15.6862745098039],[65.6862745098039,44.1176470588235,31.3725490196078],[51.9607843137255,28.4313725490196,16.6666666666667],[52.9411764705882,29.4117647058824,17.6470588235294],[46.078431372549,19.6078431372549,8.82352941176471],[38.2352941176471,12.7450980392157,0],[45.0980392156863,19.6078431372549,6.86274509803922],[67.6470588235294,42.156862745098,27.4509803921569],[80.3921568627451,54.9019607843137,40.1960784313726],[72.5490196078431,47.0588235294118,34.3137254901961],[51.9607843137255,28.4313725490196,18.6274509803922],[25.4901960784314,2.94117647058824,0],[58.8235294117647,39.2156862745098,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[27.4509803921569,8.82352941176471,1.96078431372549],[37.2549019607843,20.5882352941176,12.7450980392157],[47.0588235294118,30.3921568627451,22.5490196078431],[69.6078431372549,54.9019607843137,48.0392156862745],[53.921568627451,39.2156862745098,32.3529411764706],[50,37.2549019607843,31.3725490196078],[50,39.2156862745098,35.2941176470588],[34.3137254901961,26.4705882352941,23.5294117647059],[3.92156862745098,0,0],[28.4313725490196,27.4509803921569,23.5294117647059],[63.7254901960784,64.7058823529412,59.8039215686275],[3.92156862745098,5.88235294117647,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,13.7254901960784],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[14.7058823529412,12.7450980392157,15.6862745098039],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[18.6274509803922,16.6666666666667,19.6078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[5.88235294117647,10.7843137254902,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,4.90196078431373,8.82352941176471],[10.7843137254902,17.6470588235294,23.5294117647059],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,10.7843137254902,16.6666666666667],[1.96078431372549,9.80392156862745,12.7450980392157],[7.84313725490196,12.7450980392157,15.6862745098039],[6.86274509803922,10.7843137254902,11.7647058823529],[10.7843137254902,12.7450980392157,11.7647058823529],[29.4117647058824,28.4313725490196,26.4705882352941],[37.2549019607843,33.3333333333333,30.3921568627451],[30.3921568627451,25.4901960784314,19.6078431372549],[27.4509803921569,20.5882352941176,12.7450980392157],[16.6666666666667,9.80392156862745,3.92156862745098],[7.84313725490196,2.94117647058824,0],[16.6666666666667,11.7647058823529,8.82352941176471],[49.0196078431373,44.1176470588235,38.2352941176471],[41.1764705882353,34.3137254901961,26.4705882352941],[17.6470588235294,9.80392156862745,0],[25.4901960784314,16.6666666666667,0],[26.4705882352941,15.6862745098039,0],[20.5882352941176,8.82352941176471,0],[58.8235294117647,48.0392156862745,20.5882352941176],[75.4901960784314,61.7647058823529,33.3333333333333],[58.8235294117647,46.078431372549,14.7058823529412],[68.6274509803922,57.843137254902,26.4705882352941],[82.3529411764706,71.5686274509804,40.1960784313726],[70.5882352941177,59.8039215686275,28.4313725490196],[79.4117647058823,70.5882352941177,38.2352941176471],[85.2941176470588,75.4901960784314,40.1960784313726],[127.450980392157,115.686274509804,74.5098039215686],[84.3137254901961,72.5490196078431,33.3333333333333],[77.4509803921569,68.6274509803922,40.1960784313726],[77.4509803921569,71.5686274509804,46.078431372549],[105.882352941176,106.862745098039,76.4705882352941],[110.78431372549,116.666666666667,83.3333333333333],[147.058823529412,154.901960784314,118.627450980392],[142.156862745098,149.019607843137,115.686274509804],[121.56862745098,127.450980392157,100],[148.039215686275,153.921568627451,126.470588235294],[152.941176470588,159.803921568627,127.450980392157],[96.078431372549,103.921568627451,67.6470588235294],[107.843137254902,118.627450980392,77.4509803921569],[107.843137254902,119.607843137255,80.3921568627451],[74.5098039215686,88.2352941176471,55.8823529411765],[99.0196078431373,107.843137254902,77.4509803921569],[141.176470588235,145.098039215686,108.823529411765],[143.137254901961,144.117647058824,100.980392156863],[145.098039215686,143.137254901961,96.078431372549],[132.352941176471,128.43137254902,84.3137254901961],[84.3137254901961,76.4705882352941,38.2352941176471],[160.78431372549,150.980392156863,115.686274509804],[186.274509803922,177.450980392157,145.098039215686],[192.156862745098,186.274509803922,150.980392156863],[142.156862745098,140.196078431373,100],[89.2156862745098,92.156862745098,50],[122.549019607843,129.411764705882,88.2352941176471],[155.882352941176,163.725490196078,125.490196078431],[123.529411764706,130.392156862745,97.0588235294118],[152.941176470588,159.803921568627,126.470588235294],[114.705882352941,122.549019607843,82.3529411764706],[100.980392156863,112.745098039216,67.6470588235294],[121.56862745098,136.274509803922,82.3529411764706],[119.607843137255,131.372549019608,84.3137254901961],[104.901960784314,107.843137254902,79.4117647058823],[77.4509803921569,79.4117647058823,58.8235294117647],[122.549019607843,126.470588235294,101.960784313725],[153.921568627451,153.921568627451,126.470588235294],[159.803921568627,150.980392156863,120.588235294118],[223.529411764706,214.705882352941,184.313725490196],[135.294117647059,135.294117647059,109.803921568627],[131.372549019608,134.313725490196,107.843137254902],[225.490196078431,224.509803921569,194.117647058824],[126.470588235294,130.392156862745,94.1176470588235],[95.0980392156863,111.764705882353,67.6470588235294],[138.235294117647,160.78431372549,119.607843137255],[95.0980392156863,112.745098039216,91.1764705882353],[76.4705882352941,87.2549019607843,70.5882352941177],[63.7254901960784,66.6666666666667,40.1960784313726],[138.235294117647,133.333333333333,103.921568627451],[168.627450980392,161.764705882353,133.333333333333],[167.647058823529,156.862745098039,127.450980392157],[191.176470588235,177.450980392157,149.019607843137],[146.078431372549,131.372549019608,102.941176470588],[131.372549019608,116.666666666667,88.2352941176471],[123.529411764706,108.823529411765,78.4313725490196],[100.980392156863,86.2745098039216,55.8823529411765],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,57.843137254902],[134.313725490196,120.588235294118,84.3137254901961],[135.294117647059,119.607843137255,84.3137254901961],[112.745098039216,93.1372549019608,56.8627450980392],[150,128.43137254902,92.156862745098],[138.235294117647,114.705882352941,81.3725490196078],[128.43137254902,105.882352941176,75.4901960784314],[116.666666666667,92.156862745098,62.7450980392157],[119.607843137255,94.1176470588235,61.7647058823529],[67.6470588235294,47.0588235294118,16.6666666666667],[59.8039215686275,49.0196078431373,27.4509803921569],[73.5294117647059,65.6862745098039,45.0980392156863],[61.7647058823529,47.0588235294118,18.6274509803922],[90.1960784313725,70.5882352941177,38.2352941176471],[165.686274509804,143.137254901961,109.803921568627],[155.882352941176,127.450980392157,88.2352941176471],[156.862745098039,115.686274509804,68.6274509803922],[122.549019607843,79.4117647058823,33.3333333333333],[89.2156862745098,51.9607843137255,13.7254901960784],[117.647058823529,83.3333333333333,46.078431372549],[132.352941176471,91.1764705882353,51.9607843137255],[110.78431372549,66.6666666666667,25.4901960784314],[96.078431372549,50,6.86274509803922],[139.21568627451,91.1764705882353,49.0196078431373],[128.43137254902,80.3921568627451,41.1764705882353],[137.254901960784,90.1960784313725,50.9803921568627],[122.549019607843,79.4117647058823,35.2941176470588],[137.254901960784,97.0588235294118,53.921568627451],[154.901960784314,119.607843137255,84.3137254901961],[113.725490196078,84.3137254901961,49.0196078431373],[150,127.450980392157,86.2745098039216],[115.686274509804,97.0588235294118,55.8823529411765],[55.8823529411765,40.1960784313726,7.84313725490196],[105.882352941176,90.1960784313725,64.7058823529412],[83.3333333333333,69.6078431372549,41.1764705882353],[78.4313725490196,64.7058823529412,38.2352941176471],[83.3333333333333,67.6470588235294,45.0980392156863],[76.4705882352941,58.8235294117647,37.2549019607843],[71.5686274509804,51.9607843137255,28.4313725490196],[74.5098039215686,54.9019607843137,30.3921568627451],[54.9019607843137,39.2156862745098,14.7058823529412],[76.4705882352941,61.7647058823529,41.1764705882353],[73.5294117647059,60.7843137254902,42.156862745098],[38.2352941176471,25.4901960784314,8.82352941176471],[44.1176470588235,28.4313725490196,12.7450980392157],[49.0196078431373,33.3333333333333,17.6470588235294],[40.1960784313726,23.5294117647059,5.88235294117647],[28.4313725490196,9.80392156862745,0],[78.4313725490196,59.8039215686275,43.1372549019608],[122.549019607843,105.882352941176,90.1960784313725],[49.0196078431373,33.3333333333333,18.6274509803922],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,24.5098039215686,15.6862745098039],[33.3333333333333,21.5686274509804,9.80392156862745],[32.3529411764706,18.6274509803922,5.88235294117647],[26.4705882352941,10.7843137254902,0],[31.3725490196078,15.6862745098039,0.980392156862745],[88.2352941176471,72.5490196078431,57.843137254902],[58.8235294117647,41.1764705882353,29.4117647058824],[42.156862745098,24.5098039215686,12.7450980392157],[40.1960784313726,20.5882352941176,9.80392156862745],[68.6274509803922,49.0196078431373,38.2352941176471],[49.0196078431373,27.4509803921569,16.6666666666667],[47.0588235294118,25.4901960784314,14.7058823529412],[67.6470588235294,44.1176470588235,34.3137254901961],[35.2941176470588,11.7647058823529,0],[29.4117647058824,5.88235294117647,0],[50.9803921568627,28.4313725490196,14.7058823529412],[41.1764705882353,18.6274509803922,4.90196078431373],[69.6078431372549,43.1372549019608,32.3529411764706],[84.3137254901961,57.843137254902,49.0196078431373],[36.2745098039216,9.80392156862745,2.94117647058824],[60.7843137254902,36.2745098039216,29.4117647058824],[57.843137254902,35.2941176470588,27.4509803921569],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,13.7254901960784,5.88235294117647],[37.2549019607843,20.5882352941176,13.7254901960784],[33.3333333333333,18.6274509803922,13.7254901960784],[38.2352941176471,23.5294117647059,18.6274509803922],[28.4313725490196,14.7058823529412,11.7647058823529],[51.9607843137255,41.1764705882353,37.2549019607843],[57.843137254902,48.0392156862745,46.078431372549],[11.7647058823529,6.86274509803922,2.94117647058824],[24.5098039215686,23.5294117647059,18.6274509803922],[52.9411764705882,55.8823529411765,49.0196078431373],[0,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[11.7647058823529,11.7647058823529,13.7254901960784],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[6.86274509803922,11.7647058823529,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,7.84313725490196,10.7843137254902],[11.7647058823529,12.7450980392157,14.7058823529412],[30.3921568627451,29.4117647058824,27.4509803921569],[34.3137254901961,30.3921568627451,27.4509803921569],[26.4705882352941,21.5686274509804,17.6470588235294],[33.3333333333333,26.4705882352941,20.5882352941176],[35.2941176470588,28.4313725490196,22.5490196078431],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[41.1764705882353,36.2745098039216,30.3921568627451],[40.1960784313726,33.3333333333333,25.4901960784314],[21.5686274509804,13.7254901960784,2.94117647058824],[30.3921568627451,21.5686274509804,6.86274509803922],[39.2156862745098,28.4313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,0],[29.4117647058824,17.6470588235294,0],[57.843137254902,47.0588235294118,19.6078431372549],[57.843137254902,47.0588235294118,19.6078431372549],[114.705882352941,105.882352941176,77.4509803921569],[132.352941176471,123.529411764706,95.0980392156863],[72.5490196078431,65.6862745098039,37.2549019607843],[76.4705882352941,71.5686274509804,42.156862745098],[106.862745098039,98.0392156862745,65.6862745098039],[143.137254901961,129.411764705882,91.1764705882353],[124.509803921569,110.78431372549,72.5490196078431],[96.078431372549,85.2941176470588,57.843137254902],[67.6470588235294,60.7843137254902,35.2941176470588],[67.6470588235294,63.7254901960784,35.2941176470588],[101.960784313725,102.941176470588,69.6078431372549],[111.764705882353,117.647058823529,80.3921568627451],[120.588235294118,126.470588235294,91.1764705882353],[123.529411764706,128.43137254902,99.0196078431373],[127.450980392157,131.372549019608,104.901960784314],[97.0588235294118,101.960784313725,70.5882352941177],[99.0196078431373,105.882352941176,72.5490196078431],[87.2549019607843,98.0392156862745,58.8235294117647],[89.2156862745098,100.980392156863,63.7254901960784],[65.6862745098039,78.4313725490196,49.0196078431373],[138.235294117647,149.019607843137,119.607843137255],[106.862745098039,110.78431372549,74.5098039215686],[115.686274509804,116.666666666667,73.5294117647059],[169.607843137255,168.627450980392,121.56862745098],[108.823529411765,105.882352941176,61.7647058823529],[116.666666666667,112.745098039216,75.4901960784314],[122.549019607843,118.627450980392,84.3137254901961],[129.411764705882,124.509803921569,96.078431372549],[98.0392156862745,97.0588235294118,67.6470588235294],[103.921568627451,107.843137254902,71.5686274509804],[105.882352941176,111.764705882353,74.5098039215686],[36.2745098039216,43.1372549019608,9.80392156862745],[86.2745098039216,95.0980392156863,64.7058823529412],[68.6274509803922,73.5294117647059,50.9803921568627],[78.4313725490196,83.3333333333333,60.7843137254902],[92.156862745098,97.0588235294118,67.6470588235294],[115.686274509804,123.529411764706,87.2549019607843],[115.686274509804,128.43137254902,86.2745098039216],[87.2549019607843,99.0196078431373,59.8039215686275],[104.901960784314,108.823529411765,82.3529411764706],[92.156862745098,94.1176470588235,70.5882352941177],[104.901960784314,108.823529411765,82.3529411764706],[140.196078431373,140.196078431373,112.745098039216],[211.764705882353,202.941176470588,174.509803921569],[201.960784313725,193.137254901961,164.705882352941],[178.43137254902,178.43137254902,150.980392156863],[164.705882352941,167.647058823529,139.21568627451],[162.745098039216,161.764705882353,131.372549019608],[194.117647058824,195.098039215686,161.764705882353],[147.058823529412,159.803921568627,117.647058823529],[134.313725490196,151.960784313725,112.745098039216],[150,164.705882352941,134.313725490196],[103.921568627451,112.745098039216,86.2745098039216],[83.3333333333333,83.3333333333333,55.8823529411765],[109.803921568627,106.862745098039,76.4705882352941],[157.843137254902,152.941176470588,123.529411764706],[133.333333333333,124.509803921569,96.078431372549],[151.960784313725,141.176470588235,113.725490196078],[96.078431372549,82.3529411764706,55.8823529411765],[84.3137254901961,70.5882352941177,42.156862745098],[87.2549019607843,73.5294117647059,45.0980392156863],[95.0980392156863,81.3725490196078,52.9411764705882],[98.0392156862745,85.2941176470588,53.921568627451],[83.3333333333333,70.5882352941177,37.2549019607843],[75.4901960784314,61.7647058823529,27.4509803921569],[109.803921568627,94.1176470588235,58.8235294117647],[144.117647058824,126.470588235294,91.1764705882353],[176.470588235294,154.901960784314,118.627450980392],[120.588235294118,97.0588235294118,63.7254901960784],[135.294117647059,110.78431372549,81.3725490196078],[138.235294117647,111.764705882353,82.3529411764706],[126.470588235294,97.0588235294118,63.7254901960784],[95.0980392156863,70.5882352941177,40.1960784313726],[62.7450980392157,50.9803921568627,29.4117647058824],[61.7647058823529,53.921568627451,33.3333333333333],[87.2549019607843,71.5686274509804,46.078431372549],[65.6862745098039,46.078431372549,13.7254901960784],[122.549019607843,99.0196078431373,65.6862745098039],[110.78431372549,82.3529411764706,43.1372549019608],[136.274509803922,96.078431372549,50.9803921568627],[118.627450980392,76.4705882352941,32.3529411764706],[55.8823529411765,22.5490196078431,0],[120.588235294118,87.2549019607843,52.9411764705882],[142.156862745098,102.941176470588,67.6470588235294],[143.137254901961,99.0196078431373,58.8235294117647],[157.843137254902,114.705882352941,70.5882352941177],[145.098039215686,99.0196078431373,55.8823529411765],[100,53.921568627451,12.7450980392157],[166.666666666667,122.549019607843,82.3529411764706],[115.686274509804,73.5294117647059,32.3529411764706],[106.862745098039,65.6862745098039,26.4705882352941],[116.666666666667,82.3529411764706,45.0980392156863],[105.882352941176,76.4705882352941,41.1764705882353],[101.960784313725,78.4313725490196,41.1764705882353],[78.4313725490196,58.8235294117647,24.5098039215686],[30.3921568627451,13.7254901960784,0],[74.5098039215686,59.8039215686275,31.3725490196078],[74.5098039215686,60.7843137254902,34.3137254901961],[87.2549019607843,71.5686274509804,47.0588235294118],[82.3529411764706,64.7058823529412,43.1372549019608],[78.4313725490196,60.7843137254902,39.2156862745098],[93.1372549019608,73.5294117647059,50],[97.0588235294118,77.4509803921569,53.921568627451],[61.7647058823529,46.078431372549,23.5294117647059],[115.686274509804,100.980392156863,82.3529411764706],[101.960784313725,89.2156862745098,72.5490196078431],[28.4313725490196,15.6862745098039,0],[43.1372549019608,30.3921568627451,14.7058823529412],[23.5294117647059,7.84313725490196,0],[33.3333333333333,16.6666666666667,0.980392156862745],[43.1372549019608,24.5098039215686,7.84313725490196],[87.2549019607843,68.6274509803922,51.9607843137255],[100,83.3333333333333,67.6470588235294],[78.4313725490196,62.7450980392157,48.0392156862745],[60.7843137254902,47.0588235294118,34.3137254901961],[55.8823529411765,44.1176470588235,32.3529411764706],[35.2941176470588,22.5490196078431,13.7254901960784],[16.6666666666667,4.90196078431373,0],[60.7843137254902,49.0196078431373,37.2549019607843],[62.7450980392157,50.9803921568627,39.2156862745098],[59.8039215686275,48.0392156862745,36.2745098039216],[42.156862745098,28.4313725490196,17.6470588235294],[51.9607843137255,38.2352941176471,29.4117647058824],[41.1764705882353,24.5098039215686,16.6666666666667],[46.078431372549,29.4117647058824,21.5686274509804],[47.0588235294118,28.4313725490196,21.5686274509804],[52.9411764705882,35.2941176470588,25.4901960784314],[34.3137254901961,14.7058823529412,5.88235294117647],[48.0392156862745,28.4313725490196,17.6470588235294],[60.7843137254902,41.1764705882353,30.3921568627451],[43.1372549019608,21.5686274509804,8.82352941176471],[40.1960784313726,18.6274509803922,5.88235294117647],[39.2156862745098,12.7450980392157,1.96078431372549],[61.7647058823529,32.3529411764706,21.5686274509804],[77.4509803921569,46.078431372549,35.2941176470588],[52.9411764705882,25.4901960784314,14.7058823529412],[36.2745098039216,12.7450980392157,2.94117647058824],[50,32.3529411764706,22.5490196078431],[29.4117647058824,12.7450980392157,4.90196078431373],[29.4117647058824,14.7058823529412,9.80392156862745],[33.3333333333333,19.6078431372549,16.6666666666667],[34.3137254901961,20.5882352941176,17.6470588235294],[15.6862745098039,1.96078431372549,0.980392156862745],[22.5490196078431,11.7647058823529,9.80392156862745],[44.1176470588235,34.3137254901961,33.3333333333333],[18.6274509803922,13.7254901960784,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,10.7843137254902,3.92156862745098],[6.86274509803922,8.82352941176471,3.92156862745098],[6.86274509803922,6.86274509803922,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[10.7843137254902,10.7843137254902,12.7450980392157],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,8.82352941176471],[0,3.92156862745098,9.80392156862745],[8.82352941176471,13.7254901960784,19.6078431372549],[1.96078431372549,6.86274509803922,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[10.7843137254902,11.7647058823529,15.6862745098039],[14.7058823529412,14.7058823529412,16.6666666666667],[22.5490196078431,21.5686274509804,19.6078431372549],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,2.94117647058824,0],[22.5490196078431,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,20.5882352941176],[10.7843137254902,5.88235294117647,2.94117647058824],[22.5490196078431,17.6470588235294,14.7058823529412],[32.3529411764706,25.4901960784314,19.6078431372549],[22.5490196078431,15.6862745098039,5.88235294117647],[14.7058823529412,6.86274509803922,0],[44.1176470588235,35.2941176470588,18.6274509803922],[66.6666666666667,55.8823529411765,36.2745098039216],[44.1176470588235,34.3137254901961,9.80392156862745],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[80.3921568627451,70.5882352941177,44.1176470588235],[119.607843137255,112.745098039216,85.2941176470588],[132.352941176471,126.470588235294,100.980392156863],[93.1372549019608,89.2156862745098,62.7450980392157],[50,48.0392156862745,23.5294117647059],[82.3529411764706,77.4509803921569,49.0196078431373],[129.411764705882,115.686274509804,79.4117647058823],[130.392156862745,112.745098039216,77.4509803921569],[78.4313725490196,62.7450980392157,37.2549019607843],[100,90.1960784313725,65.6862745098039],[92.156862745098,87.2549019607843,58.8235294117647],[71.5686274509804,71.5686274509804,38.2352941176471],[113.725490196078,115.686274509804,79.4117647058823],[105.882352941176,109.803921568627,75.4901960784314],[100,100,72.5490196078431],[153.921568627451,153.921568627451,126.470588235294],[97.0588235294118,100.980392156863,68.6274509803922],[66.6666666666667,70.5882352941177,36.2745098039216],[75.4901960784314,82.3529411764706,42.156862745098],[76.4705882352941,84.3137254901961,48.0392156862745],[97.0588235294118,105.882352941176,77.4509803921569],[71.5686274509804,80.3921568627451,51.9607843137255],[91.1764705882353,97.0588235294118,61.7647058823529],[148.039215686275,150.980392156863,108.823529411765],[120.588235294118,124.509803921569,75.4901960784314],[100,101.960784313725,55.8823529411765],[92.156862745098,92.156862745098,56.8627450980392],[75.4901960784314,75.4901960784314,48.0392156862745],[50,51.9607843137255,30.3921568627451],[52.9411764705882,55.8823529411765,35.2941176470588],[100,108.823529411765,80.3921568627451],[94.1176470588235,104.901960784314,75.4901960784314],[51.9607843137255,63.7254901960784,40.1960784313726],[68.6274509803922,77.4509803921569,60.7843137254902],[64.7058823529412,70.5882352941177,60.7843137254902],[85.2941176470588,88.2352941176471,79.4117647058823],[92.156862745098,95.0980392156863,78.4313725490196],[79.4117647058823,84.3137254901961,61.7647058823529],[50.9803921568627,60.7843137254902,34.3137254901961],[95.0980392156863,105.882352941176,76.4705882352941],[112.745098039216,116.666666666667,90.1960784313725],[96.078431372549,99.0196078431373,72.5490196078431],[133.333333333333,138.235294117647,108.823529411765],[196.078431372549,196.078431372549,168.627450980392],[184.313725490196,174.509803921569,150],[99.0196078431373,89.2156862745098,64.7058823529412],[136.274509803922,136.274509803922,108.823529411765],[111.764705882353,114.705882352941,84.3137254901961],[123.529411764706,122.549019607843,93.1372549019608],[174.509803921569,173.529411764706,143.137254901961],[117.647058823529,127.450980392157,93.1372549019608],[100,111.764705882353,74.5098039215686],[110.78431372549,120.588235294118,84.3137254901961],[101.960784313725,108.823529411765,75.4901960784314],[128.43137254902,131.372549019608,102.941176470588],[99.0196078431373,99.0196078431373,73.5294117647059],[67.6470588235294,65.6862745098039,41.1764705882353],[61.7647058823529,55.8823529411765,32.3529411764706],[126.470588235294,118.627450980392,96.078431372549],[123.529411764706,112.745098039216,91.1764705882353],[84.3137254901961,72.5490196078431,49.0196078431373],[101.960784313725,90.1960784313725,64.7058823529412],[144.117647058824,132.352941176471,106.862745098039],[101.960784313725,91.1764705882353,63.7254901960784],[83.3333333333333,70.5882352941177,39.2156862745098],[98.0392156862745,83.3333333333333,50.9803921568627],[116.666666666667,98.0392156862745,65.6862745098039],[126.470588235294,106.862745098039,72.5490196078431],[149.019607843137,125.490196078431,90.1960784313725],[154.901960784314,129.411764705882,95.0980392156863],[117.647058823529,88.2352941176471,54.9019607843137],[114.705882352941,84.3137254901961,53.921568627451],[64.7058823529412,38.2352941176471,8.82352941176471],[94.1176470588235,73.5294117647059,47.0588235294118],[46.078431372549,34.3137254901961,12.7450980392157],[57.843137254902,43.1372549019608,22.5490196078431],[99.0196078431373,76.4705882352941,46.078431372549],[138.235294117647,112.745098039216,80.3921568627451],[103.921568627451,80.3921568627451,52.9411764705882],[65.6862745098039,40.1960784313726,7.84313725490196],[106.862745098039,68.6274509803922,26.4705882352941],[108.823529411765,66.6666666666667,24.5098039215686],[78.4313725490196,40.1960784313726,1.96078431372549],[77.4509803921569,40.1960784313726,4.90196078431373],[67.6470588235294,29.4117647058824,0],[110.78431372549,71.5686274509804,37.2549019607843],[152.941176470588,110.78431372549,69.6078431372549],[151.960784313725,107.843137254902,66.6666666666667],[113.725490196078,69.6078431372549,28.4313725490196],[164.705882352941,120.588235294118,80.3921568627451],[131.372549019608,88.2352941176471,51.9607843137255],[100.980392156863,61.7647058823529,27.4509803921569],[75.4901960784314,40.1960784313726,4.90196078431373],[88.2352941176471,55.8823529411765,23.5294117647059],[104.901960784314,78.4313725490196,49.0196078431373],[97.0588235294118,76.4705882352941,48.0392156862745],[50,33.3333333333333,5.88235294117647],[87.2549019607843,71.5686274509804,46.078431372549],[50.9803921568627,35.2941176470588,12.7450980392157],[102.941176470588,86.2745098039216,66.6666666666667],[74.5098039215686,56.8627450980392,37.2549019607843],[53.921568627451,36.2745098039216,16.6666666666667],[100,82.3529411764706,62.7450980392157],[83.3333333333333,64.7058823529412,48.0392156862745],[13.7254901960784,0,0],[48.0392156862745,32.3529411764706,17.6470588235294],[72.5490196078431,58.8235294117647,46.078431372549],[30.3921568627451,16.6666666666667,3.92156862745098],[43.1372549019608,29.4117647058824,16.6666666666667],[24.5098039215686,8.82352941176471,0],[40.1960784313726,23.5294117647059,7.84313725490196],[24.5098039215686,7.84313725490196,0],[50.9803921568627,34.3137254901961,18.6274509803922],[68.6274509803922,51.9607843137255,36.2745098039216],[48.0392156862745,32.3529411764706,17.6470588235294],[40.1960784313726,26.4705882352941,13.7254901960784],[60.7843137254902,49.0196078431373,37.2549019607843],[50,40.1960784313726,30.3921568627451],[21.5686274509804,11.7647058823529,1.96078431372549],[20.5882352941176,10.7843137254902,0.980392156862745],[25.4901960784314,15.6862745098039,5.88235294117647],[42.156862745098,32.3529411764706,23.5294117647059],[58.8235294117647,46.078431372549,38.2352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[24.5098039215686,9.80392156862745,2.94117647058824],[34.3137254901961,19.6078431372549,12.7450980392157],[34.3137254901961,17.6470588235294,10.7843137254902],[24.5098039215686,7.84313725490196,0.980392156862745],[28.4313725490196,9.80392156862745,3.92156862745098],[27.4509803921569,8.82352941176471,1.96078431372549],[40.1960784313726,22.5490196078431,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[32.3529411764706,12.7450980392157,3.92156862745098],[66.6666666666667,43.1372549019608,31.3725490196078],[62.7450980392157,30.3921568627451,15.6862745098039],[81.3725490196078,46.078431372549,30.3921568627451],[55.8823529411765,24.5098039215686,9.80392156862745],[27.4509803921569,1.96078431372549,0],[42.156862745098,22.5490196078431,11.7647058823529],[45.0980392156863,31.3725490196078,22.5490196078431],[46.078431372549,33.3333333333333,27.4509803921569],[16.6666666666667,2.94117647058824,0],[32.3529411764706,18.6274509803922,18.6274509803922],[32.3529411764706,17.6470588235294,20.5882352941176],[19.6078431372549,7.84313725490196,9.80392156862745],[17.6470588235294,7.84313725490196,8.82352941176471],[16.6666666666667,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[0,0.980392156862745,0],[13.7254901960784,15.6862745098039,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[17.6470588235294,18.6274509803922,20.5882352941176],[2.94117647058824,3.92156862745098,5.88235294117647],[9.80392156862745,10.7843137254902,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[10.7843137254902,11.7647058823529,13.7254901960784],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[121.56862745098,122.549019607843,124.509803921569],[132.352941176471,133.333333333333,135.294117647059],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[0,2.94117647058824,8.82352941176471],[0,4.90196078431373,10.7843137254902],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[11.7647058823529,10.7843137254902,8.82352941176471],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,3.92156862745098,0],[25.4901960784314,18.6274509803922,12.7450980392157],[31.3725490196078,22.5490196078431,17.6470588235294],[13.7254901960784,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,5.88235294117647],[23.5294117647059,16.6666666666667,8.82352941176471],[48.0392156862745,40.1960784313726,29.4117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[65.6862745098039,53.921568627451,38.2352941176471],[100,89.2156862745098,69.6078431372549],[106.862745098039,97.0588235294118,72.5490196078431],[144.117647058824,134.313725490196,107.843137254902],[50,40.1960784313726,13.7254901960784],[57.843137254902,50.9803921568627,25.4901960784314],[78.4313725490196,72.5490196078431,49.0196078431373],[62.7450980392157,58.8235294117647,34.3137254901961],[80.3921568627451,78.4313725490196,55.8823529411765],[83.3333333333333,82.3529411764706,61.7647058823529],[62.7450980392157,58.8235294117647,34.3137254901961],[89.2156862745098,74.5098039215686,42.156862745098],[104.901960784314,86.2745098039216,53.921568627451],[93.1372549019608,77.4509803921569,52.9411764705882],[68.6274509803922,56.8627450980392,33.3333333333333],[80.3921568627451,73.5294117647059,46.078431372549],[66.6666666666667,63.7254901960784,31.3725490196078],[116.666666666667,116.666666666667,81.3725490196078],[135.294117647059,135.294117647059,100],[74.5098039215686,73.5294117647059,44.1176470588235],[126.470588235294,122.549019607843,94.1176470588235],[134.313725490196,134.313725490196,100.980392156863],[59.8039215686275,59.8039215686275,22.5490196078431],[63.7254901960784,65.6862745098039,26.4705882352941],[79.4117647058823,84.3137254901961,45.0980392156863],[77.4509803921569,82.3529411764706,52.9411764705882],[69.6078431372549,73.5294117647059,47.0588235294118],[104.901960784314,109.803921568627,80.3921568627451],[103.921568627451,107.843137254902,73.5294117647059],[90.1960784313725,95.0980392156863,54.9019607843137],[83.3333333333333,88.2352941176471,49.0196078431373],[91.1764705882353,96.078431372549,66.6666666666667],[78.4313725490196,83.3333333333333,61.7647058823529],[69.6078431372549,75.4901960784314,61.7647058823529],[63.7254901960784,71.5686274509804,56.8627450980392],[79.4117647058823,93.1372549019608,70.5882352941177],[48.0392156862745,63.7254901960784,38.2352941176471],[83.3333333333333,98.0392156862745,79.4117647058823],[62.7450980392157,74.5098039215686,62.7450980392157],[63.7254901960784,69.6078431372549,65.6862745098039],[58.8235294117647,63.7254901960784,57.843137254902],[76.4705882352941,78.4313725490196,65.6862745098039],[58.8235294117647,63.7254901960784,44.1176470588235],[67.6470588235294,79.4117647058823,57.843137254902],[40.1960784313726,51.9607843137255,30.3921568627451],[100.980392156863,103.921568627451,83.3333333333333],[136.274509803922,138.235294117647,114.705882352941],[83.3333333333333,90.1960784313725,59.8039215686275],[164.705882352941,167.647058823529,137.254901960784],[159.803921568627,152.941176470588,125.490196078431],[91.1764705882353,84.3137254901961,56.8627450980392],[132.352941176471,135.294117647059,108.823529411765],[117.647058823529,121.56862745098,95.0980392156863],[101.960784313725,100,75.4901960784314],[102.941176470588,101.960784313725,72.5490196078431],[120.588235294118,128.43137254902,92.156862745098],[170.588235294118,181.372549019608,142.156862745098],[82.3529411764706,89.2156862745098,49.0196078431373],[95.0980392156863,100.980392156863,63.7254901960784],[74.5098039215686,80.3921568627451,52.9411764705882],[85.2941176470588,88.2352941176471,67.6470588235294],[80.3921568627451,82.3529411764706,61.7647058823529],[40.1960784313726,38.2352941176471,17.6470588235294],[71.5686274509804,66.6666666666667,47.0588235294118],[114.705882352941,106.862745098039,88.2352941176471],[119.607843137255,111.764705882353,91.1764705882353],[103.921568627451,93.1372549019608,71.5686274509804],[100,90.1960784313725,65.6862745098039],[65.6862745098039,53.921568627451,28.4313725490196],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,99.0196078431373,66.6666666666667],[117.647058823529,98.0392156862745,65.6862745098039],[112.745098039216,89.2156862745098,55.8823529411765],[105.882352941176,80.3921568627451,46.078431372549],[108.823529411765,79.4117647058823,46.078431372549],[148.039215686275,113.725490196078,82.3529411764706],[136.274509803922,101.960784313725,72.5490196078431],[85.2941176470588,55.8823529411765,28.4313725490196],[81.3725490196078,57.843137254902,34.3137254901961],[63.7254901960784,47.0588235294118,27.4509803921569],[62.7450980392157,47.0588235294118,24.5098039215686],[88.2352941176471,61.7647058823529,32.3529411764706],[150.980392156863,122.549019607843,91.1764705882353],[76.4705882352941,52.9411764705882,25.4901960784314],[44.1176470588235,17.6470588235294,0],[118.627450980392,80.3921568627451,42.156862745098],[135.294117647059,91.1764705882353,50.9803921568627],[151.960784313725,110.78431372549,73.5294117647059],[112.745098039216,74.5098039215686,42.156862745098],[90.1960784313725,53.921568627451,25.4901960784314],[84.3137254901961,46.078431372549,15.6862745098039],[123.529411764706,82.3529411764706,43.1372549019608],[146.078431372549,103.921568627451,61.7647058823529],[151.960784313725,109.803921568627,65.6862745098039],[117.647058823529,75.4901960784314,34.3137254901961],[96.078431372549,53.921568627451,20.5882352941176],[88.2352941176471,48.0392156862745,18.6274509803922],[94.1176470588235,58.8235294117647,25.4901960784314],[81.3725490196078,50.9803921568627,20.5882352941176],[112.745098039216,87.2549019607843,64.7058823529412],[68.6274509803922,47.0588235294118,24.5098039215686],[58.8235294117647,42.156862745098,16.6666666666667],[100,84.3137254901961,58.8235294117647],[51.9607843137255,35.2941176470588,15.6862745098039],[75.4901960784314,58.8235294117647,43.1372549019608],[53.921568627451,35.2941176470588,18.6274509803922],[34.3137254901961,15.6862745098039,0],[49.0196078431373,30.3921568627451,15.6862745098039],[43.1372549019608,26.4705882352941,10.7843137254902],[34.3137254901961,18.6274509803922,3.92156862745098],[39.2156862745098,25.4901960784314,12.7450980392157],[37.2549019607843,25.4901960784314,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[57.843137254902,46.078431372549,34.3137254901961],[57.843137254902,44.1176470588235,31.3725490196078],[38.2352941176471,22.5490196078431,7.84313725490196],[71.5686274509804,54.9019607843137,39.2156862745098],[46.078431372549,29.4117647058824,13.7254901960784],[36.2745098039216,20.5882352941176,5.88235294117647],[15.6862745098039,0,0],[27.4509803921569,13.7254901960784,2.94117647058824],[24.5098039215686,14.7058823529412,4.90196078431373],[46.078431372549,37.2549019607843,28.4313725490196],[51.9607843137255,43.1372549019608,34.3137254901961],[21.5686274509804,14.7058823529412,4.90196078431373],[25.4901960784314,18.6274509803922,8.82352941176471],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,13.7254901960784,6.86274509803922],[18.6274509803922,7.84313725490196,1.96078431372549],[28.4313725490196,17.6470588235294,11.7647058823529],[37.2549019607843,24.5098039215686,18.6274509803922],[34.3137254901961,21.5686274509804,15.6862745098039],[36.2745098039216,21.5686274509804,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[34.3137254901961,17.6470588235294,10.7843137254902],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,11.7647058823529,1.96078431372549],[49.0196078431373,26.4705882352941,12.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[110.78431372549,73.5294117647059,50.9803921568627],[93.1372549019608,61.7647058823529,41.1764705882353],[22.5490196078431,0,0],[26.4705882352941,7.84313725490196,0],[45.0980392156863,31.3725490196078,20.5882352941176],[34.3137254901961,21.5686274509804,15.6862745098039],[38.2352941176471,27.4509803921569,25.4901960784314],[20.5882352941176,8.82352941176471,10.7843137254902],[30.3921568627451,15.6862745098039,20.5882352941176],[24.5098039215686,12.7450980392157,16.6666666666667],[15.6862745098039,4.90196078431373,8.82352941176471],[17.6470588235294,8.82352941176471,11.7647058823529],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,4.90196078431373,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[10.7843137254902,11.7647058823529,13.7254901960784],[13.7254901960784,14.7058823529412,16.6666666666667],[97.0588235294118,98.0392156862745,100],[90.1960784313725,91.1764705882353,93.1372549019608],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[22.5490196078431,23.5294117647059,25.4901960784314],[17.6470588235294,18.6274509803922,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[15.6862745098039,18.6274509803922,23.5294117647059],[17.6470588235294,18.6274509803922,22.5490196078431],[7.84313725490196,7.84313725490196,9.80392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[26.4705882352941,16.6666666666667,14.7058823529412],[22.5490196078431,13.7254901960784,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,23.5294117647059,18.6274509803922],[11.7647058823529,2.94117647058824,0],[23.5294117647059,13.7254901960784,3.92156862745098],[46.078431372549,34.3137254901961,20.5882352941176],[63.7254901960784,50.9803921568627,34.3137254901961],[76.4705882352941,64.7058823529412,43.1372549019608],[50,38.2352941176471,14.7058823529412],[54.9019607843137,43.1372549019608,17.6470588235294],[71.5686274509804,61.7647058823529,35.2941176470588],[56.8627450980392,50,24.5098039215686],[55.8823529411765,50,26.4705882352941],[64.7058823529412,59.8039215686275,38.2352941176471],[47.0588235294118,45.0980392156863,24.5098039215686],[56.8627450980392,55.8823529411765,38.2352941176471],[100.980392156863,96.078431372549,74.5098039215686],[125.490196078431,110.78431372549,80.3921568627451],[119.607843137255,103.921568627451,71.5686274509804],[115.686274509804,100,75.4901960784314],[83.3333333333333,71.5686274509804,50],[63.7254901960784,56.8627450980392,29.4117647058824],[69.6078431372549,64.7058823529412,33.3333333333333],[145.098039215686,141.176470588235,104.901960784314],[124.509803921569,120.588235294118,86.2745098039216],[77.4509803921569,72.5490196078431,43.1372549019608],[135.294117647059,130.392156862745,100.980392156863],[136.274509803922,130.392156862745,97.0588235294118],[104.901960784314,100.980392156863,63.7254901960784],[110.78431372549,109.803921568627,66.6666666666667],[105.882352941176,103.921568627451,63.7254901960784],[82.3529411764706,81.3725490196078,50.9803921568627],[114.705882352941,114.705882352941,91.1764705882353],[99.0196078431373,101.960784313725,83.3333333333333],[53.921568627451,58.8235294117647,39.2156862745098],[41.1764705882353,47.0588235294118,19.6078431372549],[73.5294117647059,79.4117647058823,53.921568627451],[76.4705882352941,83.3333333333333,65.6862745098039],[70.5882352941177,80.3921568627451,69.6078431372549],[41.1764705882353,51.9607843137255,46.078431372549],[71.5686274509804,87.2549019607843,77.4509803921569],[67.6470588235294,86.2745098039216,66.6666666666667],[58.8235294117647,77.4509803921569,55.8823529411765],[37.2549019607843,55.8823529411765,36.2745098039216],[54.9019607843137,71.5686274509804,55.8823529411765],[28.4313725490196,39.2156862745098,31.3725490196078],[25.4901960784314,30.3921568627451,23.5294117647059],[89.2156862745098,92.156862745098,73.5294117647059],[83.3333333333333,88.2352941176471,66.6666666666667],[83.3333333333333,95.0980392156863,75.4901960784314],[51.9607843137255,62.7450980392157,46.078431372549],[62.7450980392157,64.7058823529412,53.921568627451],[126.470588235294,127.450980392157,113.725490196078],[110.78431372549,116.666666666667,89.2156862745098],[116.666666666667,120.588235294118,86.2745098039216],[134.313725490196,128.43137254902,93.1372549019608],[121.56862745098,114.705882352941,86.2745098039216],[83.3333333333333,86.2745098039216,65.6862745098039],[76.4705882352941,80.3921568627451,63.7254901960784],[54.9019607843137,51.9607843137255,33.3333333333333],[114.705882352941,112.745098039216,88.2352941176471],[171.56862745098,178.43137254902,138.235294117647],[141.176470588235,149.019607843137,102.941176470588],[55.8823529411765,58.8235294117647,16.6666666666667],[63.7254901960784,67.6470588235294,33.3333333333333],[38.2352941176471,46.078431372549,23.5294117647059],[82.3529411764706,91.1764705882353,74.5098039215686],[88.2352941176471,92.156862745098,77.4509803921569],[38.2352941176471,39.2156862745098,23.5294117647059],[54.9019607843137,51.9607843137255,37.2549019607843],[63.7254901960784,57.843137254902,42.156862745098],[92.156862745098,85.2941176470588,67.6470588235294],[100,92.156862745098,73.5294117647059],[50,39.2156862745098,17.6470588235294],[56.8627450980392,45.0980392156863,21.5686274509804],[106.862745098039,91.1764705882353,65.6862745098039],[124.509803921569,105.882352941176,76.4705882352941],[154.901960784314,132.352941176471,100.980392156863],[142.156862745098,116.666666666667,84.3137254901961],[131.372549019608,101.960784313725,68.6274509803922],[114.705882352941,80.3921568627451,49.0196078431373],[144.117647058824,108.823529411765,77.4509803921569],[128.43137254902,92.156862745098,63.7254901960784],[121.56862745098,87.2549019607843,57.843137254902],[76.4705882352941,47.0588235294118,21.5686274509804],[94.1176470588235,76.4705882352941,56.8627450980392],[90.1960784313725,72.5490196078431,52.9411764705882],[116.666666666667,91.1764705882353,64.7058823529412],[89.2156862745098,60.7843137254902,31.3725490196078],[95.0980392156863,69.6078431372549,43.1372549019608],[69.6078431372549,39.2156862745098,10.7843137254902],[102.941176470588,61.7647058823529,24.5098039215686],[132.352941176471,88.2352941176471,50],[112.745098039216,72.5490196078431,41.1764705882353],[61.7647058823529,25.4901960784314,0],[100.980392156863,62.7450980392157,34.3137254901961],[122.549019607843,82.3529411764706,50.9803921568627],[138.235294117647,100,61.7647058823529],[111.764705882353,71.5686274509804,28.4313725490196],[136.274509803922,96.078431372549,50.9803921568627],[111.764705882353,70.5882352941177,31.3725490196078],[94.1176470588235,50.9803921568627,24.5098039215686],[69.6078431372549,30.3921568627451,4.90196078431373],[81.3725490196078,47.0588235294118,15.6862745098039],[59.8039215686275,29.4117647058824,0.980392156862745],[44.1176470588235,17.6470588235294,0.980392156862745],[35.2941176470588,12.7450980392157,0],[86.2745098039216,68.6274509803922,45.0980392156863],[94.1176470588235,78.4313725490196,53.921568627451],[41.1764705882353,24.5098039215686,8.82352941176471],[28.4313725490196,10.7843137254902,0],[36.2745098039216,17.6470588235294,2.94117647058824],[46.078431372549,27.4509803921569,12.7450980392157],[70.5882352941177,52.9411764705882,39.2156862745098],[20.5882352941176,3.92156862745098,0],[30.3921568627451,17.6470588235294,8.82352941176471],[44.1176470588235,34.3137254901961,24.5098039215686],[30.3921568627451,20.5882352941176,11.7647058823529],[27.4509803921569,17.6470588235294,8.82352941176471],[32.3529411764706,22.5490196078431,13.7254901960784],[48.0392156862745,35.2941176470588,26.4705882352941],[72.5490196078431,58.8235294117647,46.078431372549],[72.5490196078431,56.8627450980392,42.156862745098],[32.3529411764706,16.6666666666667,1.96078431372549],[43.1372549019608,27.4509803921569,12.7450980392157],[29.4117647058824,15.6862745098039,2.94117647058824],[39.2156862745098,27.4509803921569,15.6862745098039],[35.2941176470588,25.4901960784314,15.6862745098039],[50.9803921568627,42.156862745098,33.3333333333333],[55.8823529411765,51.9607843137255,43.1372549019608],[20.5882352941176,15.6862745098039,9.80392156862745],[24.5098039215686,19.6078431372549,13.7254901960784],[42.156862745098,35.2941176470588,29.4117647058824],[28.4313725490196,21.5686274509804,15.6862745098039],[28.4313725490196,18.6274509803922,16.6666666666667],[24.5098039215686,14.7058823529412,12.7450980392157],[31.3725490196078,20.5882352941176,16.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[34.3137254901961,20.5882352941176,17.6470588235294],[41.1764705882353,28.4313725490196,22.5490196078431],[31.3725490196078,16.6666666666667,9.80392156862745],[29.4117647058824,14.7058823529412,7.84313725490196],[38.2352941176471,21.5686274509804,13.7254901960784],[44.1176470588235,27.4509803921569,19.6078431372549],[87.2549019607843,65.6862745098039,51.9607843137255],[113.725490196078,78.4313725490196,52.9411764705882],[93.1372549019608,52.9411764705882,23.5294117647059],[106.862745098039,73.5294117647059,46.078431372549],[69.6078431372549,44.1176470588235,19.6078431372549],[60.7843137254902,43.1372549019608,23.5294117647059],[66.6666666666667,52.9411764705882,40.1960784313726],[39.2156862745098,29.4117647058824,20.5882352941176],[26.4705882352941,15.6862745098039,13.7254901960784],[22.5490196078431,10.7843137254902,12.7450980392157],[15.6862745098039,2.94117647058824,9.80392156862745],[18.6274509803922,3.92156862745098,10.7843137254902],[15.6862745098039,2.94117647058824,9.80392156862745],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[61.7647058823529,62.7450980392157,64.7058823529412],[249.019607843137,250,250],[247.058823529412,248.039215686275,250],[65.6862745098039,66.6666666666667,68.6274509803922],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,3.92156862745098],[88.2352941176471,92.156862745098,95.0980392156863],[87.2549019607843,90.1960784313725,95.0980392156863],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[10.7843137254902,13.7254901960784,18.6274509803922],[0,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,6.86274509803922,3.92156862745098],[11.7647058823529,6.86274509803922,2.94117647058824],[18.6274509803922,11.7647058823529,5.88235294117647],[21.5686274509804,12.7450980392157,5.88235294117647],[6.86274509803922,0,0],[26.4705882352941,17.6470588235294,10.7843137254902],[44.1176470588235,35.2941176470588,28.4313725490196],[21.5686274509804,11.7647058823529,2.94117647058824],[27.4509803921569,17.6470588235294,5.88235294117647],[56.8627450980392,45.0980392156863,31.3725490196078],[79.4117647058823,66.6666666666667,50.9803921568627],[90.1960784313725,77.4509803921569,60.7843137254902],[53.921568627451,41.1764705882353,22.5490196078431],[72.5490196078431,59.8039215686275,41.1764705882353],[37.2549019607843,26.4705882352941,6.86274509803922],[42.156862745098,34.3137254901961,13.7254901960784],[50,43.1372549019608,24.5098039215686],[50,45.0980392156863,26.4705882352941],[39.2156862745098,38.2352941176471,18.6274509803922],[27.4509803921569,28.4313725490196,10.7843137254902],[58.8235294117647,53.921568627451,34.3137254901961],[99.0196078431373,85.2941176470588,56.8627450980392],[127.450980392157,111.764705882353,79.4117647058823],[112.745098039216,99.0196078431373,72.5490196078431],[58.8235294117647,47.0588235294118,21.5686274509804],[64.7058823529412,58.8235294117647,27.4509803921569],[125.490196078431,121.56862745098,87.2549019607843],[112.745098039216,108.823529411765,72.5490196078431],[73.5294117647059,67.6470588235294,32.3529411764706],[96.078431372549,87.2549019607843,56.8627450980392],[128.43137254902,117.647058823529,86.2745098039216],[176.470588235294,166.666666666667,131.372549019608],[159.803921568627,152.941176470588,111.764705882353],[119.607843137255,116.666666666667,72.5490196078431],[128.43137254902,126.470588235294,86.2745098039216],[119.607843137255,120.588235294118,89.2156862745098],[109.803921568627,111.764705882353,90.1960784313725],[75.4901960784314,79.4117647058823,65.6862745098039],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,54.9019607843137,35.2941176470588],[73.5294117647059,85.2941176470588,65.6862745098039],[46.078431372549,57.843137254902,46.078431372549],[51.9607843137255,64.7058823529412,57.843137254902],[67.6470588235294,84.3137254901961,78.4313725490196],[72.5490196078431,92.156862745098,83.3333333333333],[73.5294117647059,94.1176470588235,77.4509803921569],[43.1372549019608,64.7058823529412,44.1176470588235],[72.5490196078431,91.1764705882353,72.5490196078431],[50,66.6666666666667,50.9803921568627],[36.2745098039216,48.0392156862745,38.2352941176471],[61.7647058823529,69.6078431372549,58.8235294117647],[88.2352941176471,92.156862745098,75.4901960784314],[56.8627450980392,64.7058823529412,44.1176470588235],[20.5882352941176,31.3725490196078,15.6862745098039],[40.1960784313726,48.0392156862745,37.2549019607843],[89.2156862745098,90.1960784313725,84.3137254901961],[71.5686274509804,71.5686274509804,59.8039215686275],[100.980392156863,104.901960784314,78.4313725490196],[98.0392156862745,101.960784313725,65.6862745098039],[107.843137254902,103.921568627451,66.6666666666667],[106.862745098039,102.941176470588,66.6666666666667],[89.2156862745098,91.1764705882353,67.6470588235294],[46.078431372549,47.0588235294118,29.4117647058824],[116.666666666667,111.764705882353,92.156862745098],[84.3137254901961,80.3921568627451,53.921568627451],[113.725490196078,115.686274509804,76.4705882352941],[90.1960784313725,93.1372549019608,50.9803921568627],[86.2745098039216,84.3137254901961,47.0588235294118],[55.8823529411765,54.9019607843137,27.4509803921569],[51.9607843137255,55.8823529411765,39.2156862745098],[100,107.843137254902,93.1372549019608],[79.4117647058823,83.3333333333333,69.6078431372549],[61.7647058823529,63.7254901960784,50.9803921568627],[42.156862745098,40.1960784313726,27.4509803921569],[47.0588235294118,44.1176470588235,29.4117647058824],[57.843137254902,51.9607843137255,36.2745098039216],[76.4705882352941,69.6078431372549,51.9607843137255],[79.4117647058823,71.5686274509804,52.9411764705882],[66.6666666666667,55.8823529411765,34.3137254901961],[78.4313725490196,64.7058823529412,39.2156862745098],[74.5098039215686,54.9019607843137,28.4313725490196],[132.352941176471,109.803921568627,79.4117647058823],[99.0196078431373,73.5294117647059,41.1764705882353],[131.372549019608,101.960784313725,66.6666666666667],[172.549019607843,140.196078431373,105.882352941176],[127.450980392157,93.1372549019608,61.7647058823529],[126.470588235294,91.1764705882353,59.8039215686275],[151.960784313725,113.725490196078,81.3725490196078],[105.882352941176,71.5686274509804,42.156862745098],[59.8039215686275,34.3137254901961,9.80392156862745],[54.9019607843137,33.3333333333333,9.80392156862745],[137.254901960784,111.764705882353,85.2941176470588],[65.6862745098039,39.2156862745098,10.7843137254902],[59.8039215686275,33.3333333333333,6.86274509803922],[80.3921568627451,50,21.5686274509804],[57.843137254902,18.6274509803922,0],[139.21568627451,97.0588235294118,62.7450980392157],[125.490196078431,89.2156862745098,60.7843137254902],[78.4313725490196,43.1372549019608,17.6470588235294],[65.6862745098039,30.3921568627451,4.90196078431373],[74.5098039215686,39.2156862745098,7.84313725490196],[116.666666666667,78.4313725490196,40.1960784313726],[95.0980392156863,57.843137254902,13.7254901960784],[112.745098039216,75.4901960784314,31.3725490196078],[120.588235294118,82.3529411764706,44.1176470588235],[112.745098039216,74.5098039215686,46.078431372549],[91.1764705882353,54.9019607843137,29.4117647058824],[95.0980392156863,62.7450980392157,32.3529411764706],[103.921568627451,73.5294117647059,45.0980392156863],[75.4901960784314,47.0588235294118,29.4117647058824],[57.843137254902,31.3725490196078,14.7058823529412],[59.8039215686275,38.2352941176471,14.7058823529412],[63.7254901960784,44.1176470588235,19.6078431372549],[25.4901960784314,6.86274509803922,0],[32.3529411764706,14.7058823529412,2.94117647058824],[18.6274509803922,0.980392156862745,0],[53.921568627451,38.2352941176471,23.5294117647059],[54.9019607843137,38.2352941176471,28.4313725490196],[38.2352941176471,23.5294117647059,16.6666666666667],[28.4313725490196,15.6862745098039,7.84313725490196],[28.4313725490196,17.6470588235294,11.7647058823529],[33.3333333333333,22.5490196078431,16.6666666666667],[28.4313725490196,17.6470588235294,11.7647058823529],[30.3921568627451,20.5882352941176,11.7647058823529],[56.8627450980392,44.1176470588235,35.2941176470588],[50.9803921568627,37.2549019607843,26.4705882352941],[58.8235294117647,45.0980392156863,34.3137254901961],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,40.1960784313726,31.3725490196078],[31.3725490196078,21.5686274509804,11.7647058823529],[26.4705882352941,17.6470588235294,8.82352941176471],[33.3333333333333,26.4705882352941,16.6666666666667],[48.0392156862745,41.1764705882353,31.3725490196078],[30.3921568627451,23.5294117647059,13.7254901960784],[23.5294117647059,16.6666666666667,8.82352941176471],[43.1372549019608,36.2745098039216,28.4313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[42.156862745098,32.3529411764706,30.3921568627451],[39.2156862745098,29.4117647058824,27.4509803921569],[74.5098039215686,63.7254901960784,59.8039215686275],[45.0980392156863,34.3137254901961,28.4313725490196],[40.1960784313726,29.4117647058824,23.5294117647059],[18.6274509803922,5.88235294117647,0],[49.0196078431373,36.2745098039216,27.4509803921569],[53.921568627451,40.1960784313726,31.3725490196078],[27.4509803921569,13.7254901960784,4.90196078431373],[52.9411764705882,39.2156862745098,30.3921568627451],[69.6078431372549,48.0392156862745,35.2941176470588],[97.0588235294118,63.7254901960784,39.2156862745098],[84.3137254901961,48.0392156862745,21.5686274509804],[97.0588235294118,65.6862745098039,41.1764705882353],[102.941176470588,77.4509803921569,54.9019607843137],[109.803921568627,91.1764705882353,74.5098039215686],[72.5490196078431,58.8235294117647,46.078431372549],[26.4705882352941,15.6862745098039,9.80392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,10.7843137254902],[14.7058823529412,3.92156862745098,9.80392156862745],[19.6078431372549,8.82352941176471,16.6666666666667],[15.6862745098039,4.90196078431373,12.7450980392157],[9.80392156862745,2.94117647058824,9.80392156862745],[11.7647058823529,6.86274509803922,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[38.2352941176471,39.2156862745098,41.1764705882353],[238.235294117647,239.21568627451,241.176470588235],[248.039215686275,249.019607843137,250],[58.8235294117647,59.8039215686275,61.7647058823529],[0.980392156862745,1.96078431372549,3.92156862745098],[11.7647058823529,12.7450980392157,14.7058823529412],[8.82352941176471,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0.980392156862745,2.94117647058824],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,3.92156862745098,4.90196078431373],[7.84313725490196,11.7647058823529,12.7450980392157],[51.9607843137255,55.8823529411765,56.8627450980392],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,11.7647058823529,6.86274509803922],[15.6862745098039,11.7647058823529,2.94117647058824],[21.5686274509804,17.6470588235294,6.86274509803922],[14.7058823529412,8.82352941176471,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,8.82352941176471,0],[21.5686274509804,11.7647058823529,1.96078431372549],[23.5294117647059,13.7254901960784,4.90196078431373],[37.2549019607843,27.4509803921569,17.6470588235294],[39.2156862745098,29.4117647058824,19.6078431372549],[75.4901960784314,62.7450980392157,53.921568627451],[50,37.2549019607843,28.4313725490196],[25.4901960784314,12.7450980392157,3.92156862745098],[25.4901960784314,12.7450980392157,3.92156862745098],[44.1176470588235,31.3725490196078,22.5490196078431],[28.4313725490196,18.6274509803922,6.86274509803922],[29.4117647058824,19.6078431372549,7.84313725490196],[42.156862745098,34.3137254901961,21.5686274509804],[66.6666666666667,60.7843137254902,47.0588235294118],[49.0196078431373,46.078431372549,31.3725490196078],[41.1764705882353,39.2156862745098,24.5098039215686],[53.921568627451,49.0196078431373,30.3921568627451],[79.4117647058823,63.7254901960784,39.2156862745098],[84.3137254901961,67.6470588235294,38.2352941176471],[100,87.2549019607843,53.921568627451],[79.4117647058823,71.5686274509804,35.2941176470588],[121.56862745098,118.627450980392,78.4313725490196],[108.823529411765,105.882352941176,65.6862745098039],[62.7450980392157,56.8627450980392,21.5686274509804],[99.0196078431373,89.2156862745098,54.9019607843137],[90.1960784313725,75.4901960784314,43.1372549019608],[109.803921568627,94.1176470588235,58.8235294117647],[195.098039215686,180.392156862745,138.235294117647],[150,139.21568627451,94.1176470588235],[136.274509803922,134.313725490196,87.2549019607843],[134.313725490196,137.254901960784,95.0980392156863],[120.588235294118,127.450980392157,94.1176470588235],[96.078431372549,105.882352941176,81.3725490196078],[80.3921568627451,93.1372549019608,75.4901960784314],[78.4313725490196,92.156862745098,77.4509803921569],[47.0588235294118,63.7254901960784,46.078431372549],[71.5686274509804,89.2156862745098,73.5294117647059],[57.843137254902,77.4509803921569,65.6862745098039],[70.5882352941177,90.1960784313725,78.4313725490196],[55.8823529411765,75.4901960784314,64.7058823529412],[44.1176470588235,63.7254901960784,51.9607843137255],[84.3137254901961,101.960784313725,86.2745098039216],[74.5098039215686,91.1764705882353,73.5294117647059],[64.7058823529412,78.4313725490196,61.7647058823529],[50,61.7647058823529,48.0392156862745],[48.0392156862745,57.843137254902,49.0196078431373],[52.9411764705882,62.7450980392157,53.921568627451],[55.8823529411765,65.6862745098039,54.9019607843137],[47.0588235294118,53.921568627451,46.078431372549],[34.3137254901961,41.1764705882353,34.3137254901961],[55.8823529411765,57.843137254902,52.9411764705882],[94.1176470588235,95.0980392156863,89.2156862745098],[96.078431372549,97.0588235294118,83.3333333333333],[111.764705882353,111.764705882353,88.2352941176471],[97.0588235294118,96.078431372549,65.6862745098039],[99.0196078431373,95.0980392156863,57.843137254902],[134.313725490196,130.392156862745,93.1372549019608],[129.411764705882,125.490196078431,89.2156862745098],[128.43137254902,124.509803921569,90.1960784313725],[91.1764705882353,85.2941176470588,53.921568627451],[93.1372549019608,87.2549019607843,55.8823529411765],[65.6862745098039,60.7843137254902,29.4117647058824],[55.8823529411765,50.9803921568627,22.5490196078431],[49.0196078431373,41.1764705882353,18.6274509803922],[33.3333333333333,26.4705882352941,8.82352941176471],[43.1372549019608,41.1764705882353,26.4705882352941],[104.901960784314,104.901960784314,93.1372549019608],[83.3333333333333,83.3333333333333,71.5686274509804],[78.4313725490196,76.4705882352941,64.7058823529412],[55.8823529411765,53.921568627451,41.1764705882353],[29.4117647058824,25.4901960784314,13.7254901960784],[68.6274509803922,65.6862745098039,50.9803921568627],[58.8235294117647,52.9411764705882,37.2549019607843],[74.5098039215686,67.6470588235294,50],[74.5098039215686,63.7254901960784,46.078431372549],[65.6862745098039,50.9803921568627,30.3921568627451],[52.9411764705882,37.2549019607843,12.7450980392157],[103.921568627451,85.2941176470588,55.8823529411765],[146.078431372549,123.529411764706,90.1960784313725],[131.372549019608,108.823529411765,68.6274509803922],[103.921568627451,79.4117647058823,39.2156862745098],[137.254901960784,107.843137254902,72.5490196078431],[127.450980392157,95.0980392156863,60.7843137254902],[129.411764705882,92.156862745098,55.8823529411765],[144.117647058824,106.862745098039,70.5882352941177],[69.6078431372549,36.2745098039216,1.96078431372549],[67.6470588235294,37.2549019607843,8.82352941176471],[124.509803921569,98.0392156862745,71.5686274509804],[69.6078431372549,44.1176470588235,19.6078431372549],[53.921568627451,28.4313725490196,5.88235294117647],[52.9411764705882,26.4705882352941,0],[40.1960784313726,5.88235294117647,0],[118.627450980392,83.3333333333333,51.9607843137255],[119.607843137255,85.2941176470588,55.8823529411765],[76.4705882352941,46.078431372549,18.6274509803922],[46.078431372549,18.6274509803922,0],[30.3921568627451,0.980392156862745,0],[91.1764705882353,53.921568627451,15.6862745098039],[125.490196078431,85.2941176470588,42.156862745098],[121.56862745098,85.2941176470588,44.1176470588235],[113.725490196078,79.4117647058823,42.156862745098],[75.4901960784314,41.1764705882353,9.80392156862745],[111.764705882353,78.4313725490196,50.9803921568627],[80.3921568627451,48.0392156862745,17.6470588235294],[107.843137254902,77.4509803921569,47.0588235294118],[132.352941176471,101.960784313725,74.5098039215686],[57.843137254902,27.4509803921569,0],[63.7254901960784,34.3137254901961,6.86274509803922],[92.156862745098,66.6666666666667,42.156862745098],[61.7647058823529,39.2156862745098,21.5686274509804],[61.7647058823529,44.1176470588235,30.3921568627451],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,12.7450980392157,4.90196078431373],[11.7647058823529,0,0],[36.2745098039216,22.5490196078431,19.6078431372549],[45.0980392156863,31.3725490196078,28.4313725490196],[40.1960784313726,26.4705882352941,23.5294117647059],[26.4705882352941,13.7254901960784,7.84313725490196],[19.6078431372549,6.86274509803922,0.980392156862745],[32.3529411764706,19.6078431372549,11.7647058823529],[41.1764705882353,26.4705882352941,19.6078431372549],[45.0980392156863,31.3725490196078,22.5490196078431],[38.2352941176471,24.5098039215686,15.6862745098039],[22.5490196078431,7.84313725490196,0.980392156862745],[23.5294117647059,10.7843137254902,2.94117647058824],[16.6666666666667,5.88235294117647,0],[24.5098039215686,15.6862745098039,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[44.1176470588235,35.2941176470588,28.4313725490196],[57.843137254902,49.0196078431373,34.3137254901961],[27.4509803921569,15.6862745098039,0],[40.1960784313726,28.4313725490196,16.6666666666667],[50,37.2549019607843,29.4117647058824],[30.3921568627451,19.6078431372549,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[47.0588235294118,36.2745098039216,34.3137254901961],[65.6862745098039,51.9607843137255,49.0196078431373],[74.5098039215686,61.7647058823529,53.921568627451],[42.156862745098,30.3921568627451,18.6274509803922],[26.4705882352941,12.7450980392157,0],[44.1176470588235,30.3921568627451,17.6470588235294],[46.078431372549,30.3921568627451,17.6470588235294],[47.0588235294118,30.3921568627451,20.5882352941176],[66.6666666666667,50,42.156862745098],[63.7254901960784,44.1176470588235,35.2941176470588],[68.6274509803922,40.1960784313726,26.4705882352941],[76.4705882352941,46.078431372549,28.4313725490196],[77.4509803921569,49.0196078431373,35.2941176470588],[73.5294117647059,47.0588235294118,36.2745098039216],[57.843137254902,38.2352941176471,29.4117647058824],[23.5294117647059,5.88235294117647,1.96078431372549],[24.5098039215686,10.7843137254902,9.80392156862745],[15.6862745098039,5.88235294117647,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[8.82352941176471,2.94117647058824,6.86274509803922],[15.6862745098039,8.82352941176471,15.6862745098039],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,12.7450980392157,14.7058823529412],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,6.86274509803922,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[17.6470588235294,17.6470588235294,17.6470588235294],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[14.7058823529412,14.7058823529412,14.7058823529412],[25.4901960784314,25.4901960784314,25.4901960784314],[22.5490196078431,22.5490196078431,22.5490196078431],[9.80392156862745,9.80392156862745,9.80392156862745],[15.6862745098039,15.6862745098039,15.6862745098039],[100.980392156863,100.980392156863,100.980392156863],[35.2941176470588,35.2941176470588,35.2941176470588],[0,0,0],[15.6862745098039,15.6862745098039,15.6862745098039],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[27.4509803921569,28.4313725490196,30.3921568627451],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[25.4901960784314,20.5882352941176,14.7058823529412],[40.1960784313726,36.2745098039216,25.4901960784314],[17.6470588235294,11.7647058823529,0],[10.7843137254902,4.90196078431373,0],[57.843137254902,50.9803921568627,33.3333333333333],[109.803921568627,102.941176470588,85.2941176470588],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,10.7843137254902],[49.0196078431373,39.2156862745098,27.4509803921569],[12.7450980392157,2.94117647058824,0],[45.0980392156863,32.3529411764706,23.5294117647059],[46.078431372549,33.3333333333333,25.4901960784314],[22.5490196078431,9.80392156862745,1.96078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[41.1764705882353,30.3921568627451,24.5098039215686],[46.078431372549,35.2941176470588,29.4117647058824],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,15.6862745098039,5.88235294117647],[47.0588235294118,43.1372549019608,32.3529411764706],[28.4313725490196,26.4705882352941,14.7058823529412],[29.4117647058824,30.3921568627451,16.6666666666667],[42.156862745098,36.2745098039216,20.5882352941176],[49.0196078431373,34.3137254901961,13.7254901960784],[108.823529411765,92.156862745098,66.6666666666667],[84.3137254901961,74.5098039215686,40.1960784313726],[115.686274509804,110.78431372549,71.5686274509804],[91.1764705882353,89.2156862745098,49.0196078431373],[35.2941176470588,33.3333333333333,0],[87.2549019607843,81.3725490196078,48.0392156862745],[104.901960784314,96.078431372549,63.7254901960784],[79.4117647058823,64.7058823529412,32.3529411764706],[110.78431372549,96.078431372549,57.843137254902],[220.588235294118,206.862745098039,162.745098039216],[223.529411764706,212.745098039216,167.647058823529],[141.176470588235,140.196078431373,95.0980392156863],[136.274509803922,143.137254901961,102.941176470588],[100.980392156863,114.705882352941,82.3529411764706],[36.2745098039216,51.9607843137255,26.4705882352941],[57.843137254902,72.5490196078431,53.921568627451],[66.6666666666667,83.3333333333333,67.6470588235294],[53.921568627451,71.5686274509804,57.843137254902],[59.8039215686275,80.3921568627451,65.6862745098039],[81.3725490196078,102.941176470588,90.1960784313725],[66.6666666666667,88.2352941176471,75.4901960784314],[52.9411764705882,73.5294117647059,58.8235294117647],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,74.5098039215686,57.843137254902],[101.960784313725,114.705882352941,97.0588235294118],[74.5098039215686,85.2941176470588,68.6274509803922],[67.6470588235294,76.4705882352941,59.8039215686275],[32.3529411764706,40.1960784313726,25.4901960784314],[30.3921568627451,38.2352941176471,25.4901960784314],[50,59.8039215686275,49.0196078431373],[42.156862745098,49.0196078431373,41.1764705882353],[51.9607843137255,56.8627450980392,50.9803921568627],[53.921568627451,56.8627450980392,50],[62.7450980392157,64.7058823529412,53.921568627451],[76.4705882352941,74.5098039215686,59.8039215686275],[82.3529411764706,80.3921568627451,55.8823529411765],[82.3529411764706,79.4117647058823,49.0196078431373],[144.117647058824,140.196078431373,102.941176470588],[123.529411764706,118.627450980392,77.4509803921569],[149.019607843137,142.156862745098,99.0196078431373],[126.470588235294,119.607843137255,78.4313725490196],[86.2745098039216,78.4313725490196,42.156862745098],[96.078431372549,87.2549019607843,56.8627450980392],[90.1960784313725,80.3921568627451,53.921568627451],[39.2156862745098,28.4313725490196,8.82352941176471],[64.7058823529412,52.9411764705882,37.2549019607843],[79.4117647058823,69.6078431372549,57.843137254902],[33.3333333333333,27.4509803921569,15.6862745098039],[68.6274509803922,66.6666666666667,53.921568627451],[68.6274509803922,66.6666666666667,53.921568627451],[67.6470588235294,65.6862745098039,52.9411764705882],[56.8627450980392,54.9019607843137,40.1960784313726],[49.0196078431373,48.0392156862745,30.3921568627451],[68.6274509803922,65.6862745098039,49.0196078431373],[62.7450980392157,57.843137254902,39.2156862745098],[44.1176470588235,37.2549019607843,19.6078431372549],[72.5490196078431,64.7058823529412,46.078431372549],[81.3725490196078,69.6078431372549,48.0392156862745],[34.3137254901961,18.6274509803922,0],[91.1764705882353,74.5098039215686,45.0980392156863],[108.823529411765,91.1764705882353,53.921568627451],[109.803921568627,91.1764705882353,49.0196078431373],[94.1176470588235,71.5686274509804,30.3921568627451],[98.0392156862745,72.5490196078431,36.2745098039216],[137.254901960784,107.843137254902,72.5490196078431],[138.235294117647,103.921568627451,66.6666666666667],[171.56862745098,134.313725490196,96.078431372549],[134.313725490196,97.0588235294118,60.7843137254902],[68.6274509803922,35.2941176470588,0.980392156862745],[83.3333333333333,53.921568627451,28.4313725490196],[72.5490196078431,47.0588235294118,24.5098039215686],[111.764705882353,88.2352941176471,64.7058823529412],[53.921568627451,26.4705882352941,2.94117647058824],[77.4509803921569,44.1176470588235,17.6470588235294],[156.862745098039,122.549019607843,93.1372549019608],[108.823529411765,75.4901960784314,48.0392156862745],[75.4901960784314,46.078431372549,20.5882352941176],[56.8627450980392,35.2941176470588,12.7450980392157],[44.1176470588235,18.6274509803922,0],[59.8039215686275,25.4901960784314,0],[135.294117647059,97.0588235294118,54.9019607843137],[122.549019607843,88.2352941176471,50.9803921568627],[68.6274509803922,35.2941176470588,0.980392156862745],[85.2941176470588,54.9019607843137,24.5098039215686],[126.470588235294,96.078431372549,67.6470588235294],[62.7450980392157,32.3529411764706,3.92156862745098],[78.4313725490196,48.0392156862745,17.6470588235294],[94.1176470588235,61.7647058823529,31.3725490196078],[53.921568627451,21.5686274509804,0],[69.6078431372549,39.2156862745098,10.7843137254902],[104.901960784314,77.4509803921569,53.921568627451],[74.5098039215686,51.9607843137255,34.3137254901961],[56.8627450980392,39.2156862745098,25.4901960784314],[33.3333333333333,20.5882352941176,11.7647058823529],[33.3333333333333,24.5098039215686,17.6470588235294],[21.5686274509804,10.7843137254902,8.82352941176471],[21.5686274509804,9.80392156862745,9.80392156862745],[26.4705882352941,15.6862745098039,13.7254901960784],[45.0980392156863,31.3725490196078,30.3921568627451],[41.1764705882353,27.4509803921569,24.5098039215686],[28.4313725490196,13.7254901960784,8.82352941176471],[35.2941176470588,20.5882352941176,13.7254901960784],[46.078431372549,31.3725490196078,24.5098039215686],[41.1764705882353,26.4705882352941,19.6078431372549],[43.1372549019608,30.3921568627451,22.5490196078431],[35.2941176470588,22.5490196078431,16.6666666666667],[36.2745098039216,25.4901960784314,19.6078431372549],[25.4901960784314,16.6666666666667,11.7647058823529],[31.3725490196078,24.5098039215686,18.6274509803922],[40.1960784313726,32.3529411764706,29.4117647058824],[63.7254901960784,54.9019607843137,48.0392156862745],[72.5490196078431,60.7843137254902,45.0980392156863],[36.2745098039216,23.5294117647059,4.90196078431373],[38.2352941176471,24.5098039215686,11.7647058823529],[43.1372549019608,30.3921568627451,21.5686274509804],[32.3529411764706,18.6274509803922,15.6862745098039],[27.4509803921569,13.7254901960784,12.7450980392157],[27.4509803921569,13.7254901960784,12.7450980392157],[35.2941176470588,21.5686274509804,18.6274509803922],[40.1960784313726,27.4509803921569,19.6078431372549],[48.0392156862745,36.2745098039216,24.5098039215686],[54.9019607843137,43.1372549019608,27.4509803921569],[59.8039215686275,47.0588235294118,31.3725490196078],[38.2352941176471,24.5098039215686,11.7647058823529],[31.3725490196078,14.7058823529412,4.90196078431373],[53.921568627451,37.2549019607843,30.3921568627451],[61.7647058823529,43.1372549019608,36.2745098039216],[86.2745098039216,62.7450980392157,52.9411764705882],[83.3333333333333,56.8627450980392,46.078431372549],[59.8039215686275,36.2745098039216,26.4705882352941],[41.1764705882353,18.6274509803922,10.7843137254902],[39.2156862745098,20.5882352941176,14.7058823529412],[14.7058823529412,0,0],[15.6862745098039,3.92156862745098,3.92156862745098],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,13.7254901960784,17.6470588235294],[13.7254901960784,8.82352941176471,12.7450980392157],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0,0],[204.901960784314,204.901960784314,204.901960784314],[164.705882352941,164.705882352941,164.705882352941],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[13.7254901960784,13.7254901960784,13.7254901960784],[10.7843137254902,10.7843137254902,10.7843137254902],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[27.4509803921569,27.4509803921569,27.4509803921569],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[21.5686274509804,16.6666666666667,12.7450980392157],[52.9411764705882,49.0196078431373,40.1960784313726],[38.2352941176471,32.3529411764706,20.5882352941176],[18.6274509803922,12.7450980392157,0],[43.1372549019608,37.2549019607843,21.5686274509804],[79.4117647058823,72.5490196078431,54.9019607843137],[34.3137254901961,27.4509803921569,9.80392156862745],[24.5098039215686,17.6470588235294,0],[83.3333333333333,74.5098039215686,59.8039215686275],[77.4509803921569,68.6274509803922,53.921568627451],[40.1960784313726,30.3921568627451,18.6274509803922],[28.4313725490196,18.6274509803922,8.82352941176471],[40.1960784313726,30.3921568627451,21.5686274509804],[53.921568627451,44.1176470588235,35.2941176470588],[46.078431372549,35.2941176470588,29.4117647058824],[34.3137254901961,23.5294117647059,17.6470588235294],[12.7450980392157,3.92156862745098,0],[36.2745098039216,29.4117647058824,21.5686274509804],[56.8627450980392,52.9411764705882,44.1176470588235],[20.5882352941176,16.6666666666667,7.84313725490196],[29.4117647058824,26.4705882352941,17.6470588235294],[39.2156862745098,35.2941176470588,24.5098039215686],[60.7843137254902,47.0588235294118,34.3137254901961],[62.7450980392157,48.0392156862745,27.4509803921569],[75.4901960784314,66.6666666666667,38.2352941176471],[99.0196078431373,95.0980392156863,60.7843137254902],[81.3725490196078,81.3725490196078,44.1176470588235],[107.843137254902,107.843137254902,72.5490196078431],[100.980392156863,98.0392156862745,65.6862745098039],[71.5686274509804,64.7058823529412,36.2745098039216],[143.137254901961,129.411764705882,100.980392156863],[141.176470588235,126.470588235294,94.1176470588235],[173.529411764706,161.764705882353,122.549019607843],[206.862745098039,200,156.862745098039],[124.509803921569,125.490196078431,86.2745098039216],[110.78431372549,118.627450980392,82.3529411764706],[66.6666666666667,80.3921568627451,54.9019607843137],[85.2941176470588,102.941176470588,81.3725490196078],[85.2941176470588,98.0392156862745,81.3725490196078],[58.8235294117647,70.5882352941177,56.8627450980392],[56.8627450980392,70.5882352941177,57.843137254902],[92.156862745098,107.843137254902,97.0588235294118],[83.3333333333333,100.980392156863,89.2156862745098],[68.6274509803922,86.2745098039216,72.5490196078431],[51.9607843137255,68.6274509803922,52.9411764705882],[59.8039215686275,73.5294117647059,56.8627450980392],[67.6470588235294,79.4117647058823,59.8039215686275],[53.921568627451,61.7647058823529,41.1764705882353],[54.9019607843137,59.8039215686275,38.2352941176471],[31.3725490196078,36.2745098039216,14.7058823529412],[41.1764705882353,44.1176470588235,25.4901960784314],[50,52.9411764705882,36.2745098039216],[67.6470588235294,71.5686274509804,56.8627450980392],[38.2352941176471,42.156862745098,28.4313725490196],[46.078431372549,49.0196078431373,38.2352941176471],[88.2352941176471,90.1960784313725,79.4117647058823],[61.7647058823529,62.7450980392157,49.0196078431373],[49.0196078431373,48.0392156862745,27.4509803921569],[52.9411764705882,49.0196078431373,22.5490196078431],[128.43137254902,124.509803921569,90.1960784313725],[140.196078431373,132.352941176471,96.078431372549],[72.5490196078431,63.7254901960784,23.5294117647059],[103.921568627451,95.0980392156863,52.9411764705882],[104.901960784314,93.1372549019608,53.921568627451],[60.7843137254902,48.0392156862745,14.7058823529412],[120.588235294118,109.803921568627,80.3921568627451],[102.941176470588,93.1372549019608,68.6274509803922],[72.5490196078431,61.7647058823529,44.1176470588235],[63.7254901960784,54.9019607843137,40.1960784313726],[46.078431372549,36.2745098039216,24.5098039215686],[30.3921568627451,23.5294117647059,13.7254901960784],[22.5490196078431,18.6274509803922,7.84313725490196],[50,47.0588235294118,32.3529411764706],[50.9803921568627,48.0392156862745,31.3725490196078],[33.3333333333333,30.3921568627451,11.7647058823529],[53.921568627451,50.9803921568627,32.3529411764706],[63.7254901960784,58.8235294117647,40.1960784313726],[37.2549019607843,32.3529411764706,13.7254901960784],[67.6470588235294,60.7843137254902,43.1372549019608],[60.7843137254902,50,30.3921568627451],[74.5098039215686,62.7450980392157,37.2549019607843],[94.1176470588235,79.4117647058823,49.0196078431373],[72.5490196078431,56.8627450980392,21.5686274509804],[76.4705882352941,57.843137254902,18.6274509803922],[131.372549019608,109.803921568627,69.6078431372549],[119.607843137255,98.0392156862745,59.8039215686275],[104.901960784314,81.3725490196078,48.0392156862745],[89.2156862745098,63.7254901960784,31.3725490196078],[106.862745098039,73.5294117647059,37.2549019607843],[121.56862745098,84.3137254901961,48.0392156862745],[182.352941176471,145.098039215686,108.823529411765],[129.411764705882,95.0980392156863,63.7254901960784],[93.1372549019608,63.7254901960784,36.2745098039216],[95.0980392156863,67.6470588235294,46.078431372549],[63.7254901960784,38.2352941176471,15.6862745098039],[74.5098039215686,47.0588235294118,23.5294117647059],[137.254901960784,103.921568627451,77.4509803921569],[131.372549019608,97.0588235294118,69.6078431372549],[97.0588235294118,63.7254901960784,37.2549019607843],[51.9607843137255,22.5490196078431,0],[74.5098039215686,52.9411764705882,32.3529411764706],[56.8627450980392,32.3529411764706,10.7843137254902],[56.8627450980392,23.5294117647059,0],[119.607843137255,80.3921568627451,45.0980392156863],[130.392156862745,95.0980392156863,61.7647058823529],[97.0588235294118,64.7058823529412,34.3137254901961],[88.2352941176471,57.843137254902,29.4117647058824],[92.156862745098,62.7450980392157,35.2941176470588],[71.5686274509804,42.156862745098,14.7058823529412],[60.7843137254902,30.3921568627451,2.94117647058824],[72.5490196078431,39.2156862745098,12.7450980392157],[79.4117647058823,46.078431372549,19.6078431372549],[106.862745098039,75.4901960784314,50.9803921568627],[100,69.6078431372549,49.0196078431373],[34.3137254901961,8.82352941176471,0],[31.3725490196078,13.7254901960784,1.96078431372549],[42.156862745098,29.4117647058824,21.5686274509804],[29.4117647058824,18.6274509803922,14.7058823529412],[32.3529411764706,22.5490196078431,20.5882352941176],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,3.92156862745098,1.96078431372549],[38.2352941176471,24.5098039215686,23.5294117647059],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,10.7843137254902,7.84313725490196],[24.5098039215686,11.7647058823529,5.88235294117647],[23.5294117647059,10.7843137254902,4.90196078431373],[54.9019607843137,42.156862745098,36.2745098039216],[50.9803921568627,38.2352941176471,32.3529411764706],[36.2745098039216,23.5294117647059,17.6470588235294],[35.2941176470588,24.5098039215686,18.6274509803922],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,17.6470588235294,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[24.5098039215686,17.6470588235294,9.80392156862745],[79.4117647058823,70.5882352941177,53.921568627451],[84.3137254901961,73.5294117647059,55.8823529411765],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,18.6274509803922],[40.1960784313726,26.4705882352941,23.5294117647059],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,18.6274509803922,16.6666666666667],[32.3529411764706,21.5686274509804,17.6470588235294],[23.5294117647059,13.7254901960784,4.90196078431373],[31.3725490196078,21.5686274509804,11.7647058823529],[31.3725490196078,21.5686274509804,9.80392156862745],[38.2352941176471,26.4705882352941,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[40.1960784313726,26.4705882352941,17.6470588235294],[40.1960784313726,25.4901960784314,20.5882352941176],[29.4117647058824,12.7450980392157,5.88235294117647],[46.078431372549,26.4705882352941,17.6470588235294],[57.843137254902,38.2352941176471,27.4509803921569],[48.0392156862745,28.4313725490196,19.6078431372549],[31.3725490196078,14.7058823529412,7.84313725490196],[37.2549019607843,22.5490196078431,19.6078431372549],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,3.92156862745098,7.84313725490196],[14.7058823529412,14.7058823529412,16.6666666666667],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[92.156862745098,93.1372549019608,95.0980392156863],[93.1372549019608,97.0588235294118,98.0392156862745],[0,1.96078431372549,0.980392156862745],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[8.82352941176471,8.82352941176471,8.82352941176471],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[37.2549019607843,37.2549019607843,37.2549019607843],[40.1960784313726,40.1960784313726,40.1960784313726],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,11.7647058823529,6.86274509803922],[27.4509803921569,22.5490196078431,16.6666666666667],[36.2745098039216,32.3529411764706,21.5686274509804],[36.2745098039216,30.3921568627451,18.6274509803922],[63.7254901960784,57.843137254902,44.1176470588235],[115.686274509804,109.803921568627,94.1176470588235],[82.3529411764706,75.4901960784314,56.8627450980392],[87.2549019607843,80.3921568627451,61.7647058823529],[101.960784313725,94.1176470588235,75.4901960784314],[57.843137254902,49.0196078431373,32.3529411764706],[9.80392156862745,0.980392156862745,0],[22.5490196078431,12.7450980392157,0.980392156862745],[52.9411764705882,43.1372549019608,33.3333333333333],[58.8235294117647,49.0196078431373,40.1960784313726],[38.2352941176471,27.4509803921569,21.5686274509804],[11.7647058823529,2.94117647058824,0],[19.6078431372549,12.7450980392157,6.86274509803922],[46.078431372549,41.1764705882353,37.2549019607843],[43.1372549019608,38.2352941176471,34.3137254901961],[15.6862745098039,12.7450980392157,7.84313725490196],[42.156862745098,39.2156862745098,34.3137254901961],[55.8823529411765,50.9803921568627,45.0980392156863],[54.9019607843137,42.156862745098,34.3137254901961],[73.5294117647059,59.8039215686275,47.0588235294118],[77.4509803921569,69.6078431372549,47.0588235294118],[66.6666666666667,62.7450980392157,34.3137254901961],[90.1960784313725,91.1764705882353,59.8039215686275],[119.607843137255,120.588235294118,89.2156862745098],[77.4509803921569,76.4705882352941,47.0588235294118],[89.2156862745098,84.3137254901961,55.8823529411765],[129.411764705882,120.588235294118,92.156862745098],[101.960784313725,91.1764705882353,59.8039215686275],[129.411764705882,121.56862745098,83.3333333333333],[178.43137254902,175.490196078431,135.294117647059],[102.941176470588,106.862745098039,70.5882352941177],[100,110.78431372549,79.4117647058823],[113.725490196078,131.372549019608,109.803921568627],[240.196078431373,250,241.176470588235],[219.607843137255,231.372549019608,217.647058823529],[82.3529411764706,93.1372549019608,79.4117647058823],[71.5686274509804,83.3333333333333,71.5686274509804],[119.607843137255,132.352941176471,122.549019607843],[77.4509803921569,93.1372549019608,82.3529411764706],[72.5490196078431,88.2352941176471,75.4901960784314],[50.9803921568627,64.7058823529412,48.0392156862745],[50,61.7647058823529,42.156862745098],[70.5882352941177,78.4313725490196,55.8823529411765],[55.8823529411765,59.8039215686275,35.2941176470588],[80.3921568627451,83.3333333333333,56.8627450980392],[49.0196078431373,51.9607843137255,25.4901960784314],[95.0980392156863,95.0980392156863,69.6078431372549],[83.3333333333333,83.3333333333333,59.8039215686275],[72.5490196078431,74.5098039215686,52.9411764705882],[48.0392156862745,50,29.4117647058824],[42.156862745098,46.078431372549,29.4117647058824],[111.764705882353,115.686274509804,99.0196078431373],[66.6666666666667,68.6274509803922,48.0392156862745],[50,50,24.5098039215686],[71.5686274509804,68.6274509803922,38.2352941176471],[136.274509803922,130.392156862745,95.0980392156863],[133.333333333333,124.509803921569,86.2745098039216],[132.352941176471,120.588235294118,81.3725490196078],[119.607843137255,106.862745098039,65.6862745098039],[130.392156862745,116.666666666667,78.4313725490196],[80.3921568627451,65.6862745098039,33.3333333333333],[142.156862745098,128.43137254902,100],[123.529411764706,111.764705882353,88.2352941176471],[33.3333333333333,22.5490196078431,4.90196078431373],[50,41.1764705882353,26.4705882352941],[16.6666666666667,8.82352941176471,0],[8.82352941176471,0,0],[15.6862745098039,8.82352941176471,0],[62.7450980392157,57.843137254902,39.2156862745098],[52.9411764705882,50.9803921568627,28.4313725490196],[19.6078431372549,17.6470588235294,0],[35.2941176470588,33.3333333333333,8.82352941176471],[51.9607843137255,47.0588235294118,27.4509803921569],[55.8823529411765,49.0196078431373,31.3725490196078],[55.8823529411765,48.0392156862745,29.4117647058824],[125.490196078431,115.686274509804,91.1764705882353],[74.5098039215686,63.7254901960784,32.3529411764706],[69.6078431372549,55.8823529411765,19.6078431372549],[83.3333333333333,68.6274509803922,28.4313725490196],[100,83.3333333333333,41.1764705882353],[119.607843137255,100.980392156863,61.7647058823529],[96.078431372549,76.4705882352941,40.1960784313726],[108.823529411765,88.2352941176471,57.843137254902],[84.3137254901961,59.8039215686275,30.3921568627451],[81.3725490196078,51.9607843137255,16.6666666666667],[120.588235294118,85.2941176470588,50],[154.901960784314,119.607843137255,84.3137254901961],[181.372549019608,147.058823529412,115.686274509804],[112.745098039216,82.3529411764706,54.9019607843137],[96.078431372549,68.6274509803922,45.0980392156863],[50.9803921568627,23.5294117647059,1.96078431372549],[92.156862745098,62.7450980392157,39.2156862745098],[114.705882352941,81.3725490196078,54.9019607843137],[104.901960784314,70.5882352941177,43.1372549019608],[108.823529411765,78.4313725490196,50.9803921568627],[21.5686274509804,0,0],[42.156862745098,21.5686274509804,4.90196078431373],[54.9019607843137,32.3529411764706,14.7058823529412],[88.2352941176471,54.9019607843137,27.4509803921569],[111.764705882353,76.4705882352941,45.0980392156863],[78.4313725490196,46.078431372549,15.6862745098039],[102.941176470588,72.5490196078431,45.0980392156863],[102.941176470588,73.5294117647059,48.0392156862745],[81.3725490196078,51.9607843137255,28.4313725490196],[92.156862745098,62.7450980392157,39.2156862745098],[48.0392156862745,18.6274509803922,0],[76.4705882352941,45.0980392156863,20.5882352941176],[97.0588235294118,65.6862745098039,41.1764705882353],[112.745098039216,81.3725490196078,58.8235294117647],[76.4705882352941,48.0392156862745,30.3921568627451],[35.2941176470588,12.7450980392157,0],[48.0392156862745,28.4313725490196,19.6078431372549],[39.2156862745098,24.5098039215686,19.6078431372549],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,10.7843137254902,8.82352941176471],[24.5098039215686,13.7254901960784,9.80392156862745],[26.4705882352941,15.6862745098039,11.7647058823529],[30.3921568627451,19.6078431372549,13.7254901960784],[15.6862745098039,4.90196078431373,0],[28.4313725490196,17.6470588235294,11.7647058823529],[27.4509803921569,16.6666666666667,10.7843137254902],[15.6862745098039,4.90196078431373,0],[23.5294117647059,14.7058823529412,7.84313725490196],[24.5098039215686,17.6470588235294,11.7647058823529],[23.5294117647059,18.6274509803922,12.7450980392157],[11.7647058823529,6.86274509803922,2.94117647058824],[19.6078431372549,12.7450980392157,4.90196078431373],[34.3137254901961,25.4901960784314,10.7843137254902],[57.843137254902,46.078431372549,30.3921568627451],[50.9803921568627,39.2156862745098,27.4509803921569],[44.1176470588235,34.3137254901961,25.4901960784314],[44.1176470588235,33.3333333333333,29.4117647058824],[45.0980392156863,35.2941176470588,33.3333333333333],[45.0980392156863,35.2941176470588,33.3333333333333],[17.6470588235294,7.84313725490196,5.88235294117647],[36.2745098039216,27.4509803921569,20.5882352941176],[38.2352941176471,29.4117647058824,20.5882352941176],[27.4509803921569,19.6078431372549,8.82352941176471],[23.5294117647059,13.7254901960784,3.92156862745098],[30.3921568627451,20.5882352941176,11.7647058823529],[38.2352941176471,25.4901960784314,19.6078431372549],[36.2745098039216,22.5490196078431,19.6078431372549],[30.3921568627451,17.6470588235294,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,5.88235294117647,0],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[16.6666666666667,8.82352941176471,6.86274509803922],[13.7254901960784,7.84313725490196,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[205.882352941176,209.803921568627,210.78431372549],[233.333333333333,237.254901960784,238.235294117647],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[6.86274509803922,6.86274509803922,6.86274509803922],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,3.92156862745098,0],[33.3333333333333,28.4313725490196,22.5490196078431],[25.4901960784314,21.5686274509804,12.7450980392157],[10.7843137254902,6.86274509803922,0],[28.4313725490196,22.5490196078431,8.82352941176471],[22.5490196078431,15.6862745098039,0],[50.9803921568627,45.0980392156863,23.5294117647059],[90.1960784313725,84.3137254901961,62.7450980392157],[46.078431372549,39.2156862745098,20.5882352941176],[16.6666666666667,9.80392156862745,0],[58.8235294117647,50.9803921568627,38.2352941176471],[53.921568627451,46.078431372549,35.2941176470588],[37.2549019607843,28.4313725490196,19.6078431372549],[10.7843137254902,1.96078431372549,0],[16.6666666666667,7.84313725490196,2.94117647058824],[57.843137254902,50,47.0588235294118],[48.0392156862745,43.1372549019608,40.1960784313726],[26.4705882352941,21.5686274509804,18.6274509803922],[22.5490196078431,18.6274509803922,15.6862745098039],[37.2549019607843,33.3333333333333,30.3921568627451],[40.1960784313726,35.2941176470588,32.3529411764706],[64.7058823529412,53.921568627451,51.9607843137255],[74.5098039215686,63.7254901960784,57.843137254902],[65.6862745098039,59.8039215686275,44.1176470588235],[47.0588235294118,45.0980392156863,22.5490196078431],[101.960784313725,104.901960784314,76.4705882352941],[136.274509803922,139.21568627451,110.78431372549],[108.823529411765,108.823529411765,83.3333333333333],[71.5686274509804,67.6470588235294,43.1372549019608],[72.5490196078431,65.6862745098039,38.2352941176471],[107.843137254902,101.960784313725,70.5882352941177],[156.862745098039,152.941176470588,116.666666666667],[131.372549019608,131.372549019608,96.078431372549],[94.1176470588235,99.0196078431373,67.6470588235294],[132.352941176471,145.098039215686,119.607843137255],[138.235294117647,155.882352941176,140.196078431373],[215.686274509804,233.333333333333,221.56862745098],[208.823529411765,218.627450980392,207.843137254902],[69.6078431372549,75.4901960784314,63.7254901960784],[91.1764705882353,99.0196078431373,88.2352941176471],[84.3137254901961,94.1176470588235,83.3333333333333],[56.8627450980392,68.6274509803922,56.8627450980392],[50.9803921568627,61.7647058823529,48.0392156862745],[54.9019607843137,63.7254901960784,47.0588235294118],[69.6078431372549,77.4509803921569,56.8627450980392],[56.8627450980392,60.7843137254902,36.2745098039216],[87.2549019607843,87.2549019607843,59.8039215686275],[77.4509803921569,76.4705882352941,47.0588235294118],[101.960784313725,99.0196078431373,68.6274509803922],[165.686274509804,160.78431372549,131.372549019608],[134.313725490196,129.411764705882,100],[87.2549019607843,83.3333333333333,54.9019607843137],[59.8039215686275,59.8039215686275,32.3529411764706],[73.5294117647059,77.4509803921569,54.9019607843137],[100.980392156863,105.882352941176,84.3137254901961],[58.8235294117647,60.7843137254902,37.2549019607843],[53.921568627451,52.9411764705882,23.5294117647059],[95.0980392156863,91.1764705882353,56.8627450980392],[103.921568627451,96.078431372549,59.8039215686275],[150,138.235294117647,99.0196078431373],[146.078431372549,131.372549019608,91.1764705882353],[108.823529411765,91.1764705882353,51.9607843137255],[117.647058823529,100,62.7450980392157],[140.196078431373,124.509803921569,92.156862745098],[113.725490196078,99.0196078431373,70.5882352941177],[64.7058823529412,52.9411764705882,29.4117647058824],[30.3921568627451,19.6078431372549,0],[14.7058823529412,5.88235294117647,0],[63.7254901960784,55.8823529411765,43.1372549019608],[44.1176470588235,35.2941176470588,28.4313725490196],[34.3137254901961,26.4705882352941,15.6862745098039],[39.2156862745098,32.3529411764706,13.7254901960784],[44.1176470588235,40.1960784313726,13.7254901960784],[50.9803921568627,48.0392156862745,17.6470588235294],[50.9803921568627,47.0588235294118,18.6274509803922],[50.9803921568627,45.0980392156863,23.5294117647059],[69.6078431372549,62.7450980392157,44.1176470588235],[65.6862745098039,57.843137254902,37.2549019607843],[110.78431372549,100.980392156863,74.5098039215686],[97.0588235294118,88.2352941176471,50],[81.3725490196078,68.6274509803922,24.5098039215686],[117.647058823529,103.921568627451,57.843137254902],[126.470588235294,109.803921568627,66.6666666666667],[122.549019607843,102.941176470588,66.6666666666667],[83.3333333333333,62.7450980392157,32.3529411764706],[75.4901960784314,58.8235294117647,33.3333333333333],[89.2156862745098,69.6078431372549,43.1372549019608],[59.8039215686275,31.3725490196078,0],[94.1176470588235,61.7647058823529,27.4509803921569],[114.705882352941,79.4117647058823,46.078431372549],[137.254901960784,102.941176470588,71.5686274509804],[120.588235294118,90.1960784313725,62.7450980392157],[82.3529411764706,52.9411764705882,29.4117647058824],[40.1960784313726,9.80392156862745,0],[102.941176470588,71.5686274509804,49.0196078431373],[90.1960784313725,54.9019607843137,29.4117647058824],[95.0980392156863,59.8039215686275,34.3137254901961],[82.3529411764706,50.9803921568627,26.4705882352941],[56.8627450980392,30.3921568627451,9.80392156862745],[58.8235294117647,40.1960784313726,26.4705882352941],[61.7647058823529,43.1372549019608,28.4313725490196],[77.4509803921569,48.0392156862745,24.5098039215686],[100.980392156863,67.6470588235294,41.1764705882353],[65.6862745098039,36.2745098039216,10.7843137254902],[96.078431372549,68.6274509803922,45.0980392156863],[61.7647058823529,34.3137254901961,12.7450980392157],[59.8039215686275,32.3529411764706,11.7647058823529],[100,72.5490196078431,51.9607843137255],[51.9607843137255,21.5686274509804,1.96078431372549],[57.843137254902,26.4705882352941,5.88235294117647],[74.5098039215686,42.156862745098,23.5294117647059],[74.5098039215686,44.1176470588235,26.4705882352941],[42.156862745098,15.6862745098039,0],[49.0196078431373,25.4901960784314,13.7254901960784],[44.1176470588235,24.5098039215686,17.6470588235294],[13.7254901960784,0,0],[20.5882352941176,6.86274509803922,3.92156862745098],[22.5490196078431,12.7450980392157,10.7843137254902],[25.4901960784314,17.6470588235294,14.7058823529412],[22.5490196078431,14.7058823529412,11.7647058823529],[21.5686274509804,11.7647058823529,9.80392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[27.4509803921569,16.6666666666667,12.7450980392157],[36.2745098039216,25.4901960784314,21.5686274509804],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,8.82352941176471,4.90196078431373],[28.4313725490196,19.6078431372549,14.7058823529412],[24.5098039215686,15.6862745098039,10.7843137254902],[27.4509803921569,20.5882352941176,14.7058823529412],[19.6078431372549,11.7647058823529,8.82352941176471],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,6.86274509803922],[34.3137254901961,29.4117647058824,23.5294117647059],[105.882352941176,98.0392156862745,85.2941176470588],[23.5294117647059,14.7058823529412,0],[40.1960784313726,30.3921568627451,20.5882352941176],[56.8627450980392,48.0392156862745,41.1764705882353],[37.2549019607843,27.4509803921569,25.4901960784314],[43.1372549019608,33.3333333333333,32.3529411764706],[38.2352941176471,28.4313725490196,27.4509803921569],[34.3137254901961,24.5098039215686,23.5294117647059],[32.3529411764706,22.5490196078431,20.5882352941176],[40.1960784313726,31.3725490196078,26.4705882352941],[43.1372549019608,34.3137254901961,27.4509803921569],[40.1960784313726,31.3725490196078,24.5098039215686],[37.2549019607843,28.4313725490196,23.5294117647059],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,5.88235294117647,0],[23.5294117647059,14.7058823529412,7.84313725490196],[36.2745098039216,29.4117647058824,23.5294117647059],[16.6666666666667,11.7647058823529,7.84313725490196],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[16.6666666666667,16.6666666666667,18.6274509803922],[10.7843137254902,9.80392156862745,14.7058823529412],[6.86274509803922,7.84313725490196,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,10.7843137254902],[12.7450980392157,16.6666666666667,17.6470588235294],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[17.6470588235294,17.6470588235294,19.6078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[10.7843137254902,10.7843137254902,12.7450980392157],[17.6470588235294,17.6470588235294,19.6078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[6.86274509803922,1.96078431372549,0],[4.90196078431373,0,0],[12.7450980392157,8.82352941176471,0],[15.6862745098039,10.7843137254902,0],[53.921568627451,48.0392156862745,26.4705882352941],[91.1764705882353,84.3137254901961,65.6862745098039],[31.3725490196078,24.5098039215686,6.86274509803922],[24.5098039215686,17.6470588235294,1.96078431372549],[82.3529411764706,74.5098039215686,61.7647058823529],[28.4313725490196,19.6078431372549,10.7843137254902],[14.7058823529412,5.88235294117647,0],[46.078431372549,37.2549019607843,32.3529411764706],[39.2156862745098,31.3725490196078,28.4313725490196],[58.8235294117647,53.921568627451,50.9803921568627],[34.3137254901961,29.4117647058824,26.4705882352941],[31.3725490196078,27.4509803921569,26.4705882352941],[34.3137254901961,30.3921568627451,29.4117647058824],[26.4705882352941,22.5490196078431,21.5686274509804],[37.2549019607843,31.3725490196078,31.3725490196078],[73.5294117647059,63.7254901960784,64.7058823529412],[45.0980392156863,35.2941176470588,33.3333333333333],[36.2745098039216,30.3921568627451,18.6274509803922],[36.2745098039216,35.2941176470588,15.6862745098039],[120.588235294118,122.549019607843,99.0196078431373],[129.411764705882,132.352941176471,105.882352941176],[81.3725490196078,81.3725490196078,57.843137254902],[74.5098039215686,72.5490196078431,48.0392156862745],[99.0196078431373,93.1372549019608,67.6470588235294],[95.0980392156863,90.1960784313725,60.7843137254902],[130.392156862745,127.450980392157,93.1372549019608],[110.78431372549,111.764705882353,78.4313725490196],[131.372549019608,138.235294117647,107.843137254902],[111.764705882353,125.490196078431,102.941176470588],[46.078431372549,63.7254901960784,51.9607843137255],[50.9803921568627,65.6862745098039,58.8235294117647],[74.5098039215686,82.3529411764706,71.5686274509804],[63.7254901960784,69.6078431372549,57.843137254902],[108.823529411765,116.666666666667,103.921568627451],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,53.921568627451,40.1960784313726],[49.0196078431373,56.8627450980392,44.1176470588235],[56.8627450980392,63.7254901960784,48.0392156862745],[110.78431372549,115.686274509804,96.078431372549],[101.960784313725,103.921568627451,80.3921568627451],[60.7843137254902,59.8039215686275,30.3921568627451],[67.6470588235294,62.7450980392157,33.3333333333333],[100,94.1176470588235,62.7450980392157],[112.745098039216,106.862745098039,73.5294117647059],[57.843137254902,51.9607843137255,18.6274509803922],[46.078431372549,40.1960784313726,8.82352941176471],[73.5294117647059,69.6078431372549,41.1764705882353],[93.1372549019608,97.0588235294118,72.5490196078431],[34.3137254901961,40.1960784313726,14.7058823529412],[36.2745098039216,39.2156862745098,12.7450980392157],[70.5882352941177,66.6666666666667,38.2352941176471],[84.3137254901961,78.4313725490196,45.0980392156863],[124.509803921569,111.764705882353,77.4509803921569],[147.058823529412,132.352941176471,94.1176470588235],[107.843137254902,90.1960784313725,50.9803921568627],[113.725490196078,95.0980392156863,55.8823529411765],[127.450980392157,107.843137254902,71.5686274509804],[157.843137254902,139.21568627451,106.862745098039],[84.3137254901961,69.6078431372549,41.1764705882353],[63.7254901960784,51.9607843137255,26.4705882352941],[101.960784313725,94.1176470588235,71.5686274509804],[6.86274509803922,0,0],[83.3333333333333,75.4901960784314,62.7450980392157],[55.8823529411765,45.0980392156863,39.2156862745098],[28.4313725490196,18.6274509803922,8.82352941176471],[65.6862745098039,59.8039215686275,36.2745098039216],[113.725490196078,108.823529411765,77.4509803921569],[100,96.078431372549,61.7647058823529],[72.5490196078431,67.6470588235294,36.2745098039216],[57.843137254902,51.9607843137255,30.3921568627451],[42.156862745098,35.2941176470588,16.6666666666667],[60.7843137254902,52.9411764705882,32.3529411764706],[115.686274509804,106.862745098039,76.4705882352941],[147.058823529412,139.21568627451,94.1176470588235],[103.921568627451,94.1176470588235,42.156862745098],[108.823529411765,97.0588235294118,46.078431372549],[136.274509803922,122.549019607843,76.4705882352941],[85.2941176470588,67.6470588235294,32.3529411764706],[88.2352941176471,68.6274509803922,42.156862745098],[50.9803921568627,36.2745098039216,13.7254901960784],[70.5882352941177,54.9019607843137,30.3921568627451],[62.7450980392157,38.2352941176471,8.82352941176471],[53.921568627451,23.5294117647059,0],[123.529411764706,89.2156862745098,57.843137254902],[116.666666666667,82.3529411764706,52.9411764705882],[129.411764705882,99.0196078431373,71.5686274509804],[106.862745098039,77.4509803921569,53.921568627451],[45.0980392156863,14.7058823529412,0],[80.3921568627451,49.0196078431373,26.4705882352941],[78.4313725490196,43.1372549019608,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[91.1764705882353,59.8039215686275,39.2156862745098],[81.3725490196078,55.8823529411765,39.2156862745098],[53.921568627451,36.2745098039216,26.4705882352941],[60.7843137254902,43.1372549019608,31.3725490196078],[47.0588235294118,22.5490196078431,2.94117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,68.6274509803922,48.0392156862745],[54.9019607843137,28.4313725490196,9.80392156862745],[60.7843137254902,34.3137254901961,15.6862745098039],[82.3529411764706,55.8823529411765,37.2549019607843],[53.921568627451,25.4901960784314,7.84313725490196],[60.7843137254902,30.3921568627451,12.7450980392157],[75.4901960784314,45.0980392156863,27.4509803921569],[81.3725490196078,52.9411764705882,37.2549019607843],[49.0196078431373,21.5686274509804,9.80392156862745],[44.1176470588235,20.5882352941176,10.7843137254902],[39.2156862745098,19.6078431372549,12.7450980392157],[32.3529411764706,14.7058823529412,10.7843137254902],[27.4509803921569,13.7254901960784,10.7843137254902],[34.3137254901961,24.5098039215686,22.5490196078431],[38.2352941176471,30.3921568627451,27.4509803921569],[31.3725490196078,23.5294117647059,20.5882352941176],[25.4901960784314,17.6470588235294,14.7058823529412],[17.6470588235294,10.7843137254902,4.90196078431373],[15.6862745098039,8.82352941176471,2.94117647058824],[27.4509803921569,20.5882352941176,14.7058823529412],[29.4117647058824,22.5490196078431,16.6666666666667],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,24.5098039215686,18.6274509803922],[18.6274509803922,11.7647058823529,5.88235294117647],[20.5882352941176,15.6862745098039,9.80392156862745],[18.6274509803922,13.7254901960784,9.80392156862745],[19.6078431372549,16.6666666666667,11.7647058823529],[15.6862745098039,11.7647058823529,8.82352941176471],[33.3333333333333,28.4313725490196,22.5490196078431],[47.0588235294118,39.2156862745098,26.4705882352941],[24.5098039215686,17.6470588235294,1.96078431372549],[36.2745098039216,28.4313725490196,17.6470588235294],[46.078431372549,39.2156862745098,31.3725490196078],[26.4705882352941,18.6274509803922,15.6862745098039],[28.4313725490196,23.5294117647059,20.5882352941176],[42.156862745098,36.2745098039216,36.2745098039216],[21.5686274509804,15.6862745098039,15.6862745098039],[31.3725490196078,26.4705882352941,23.5294117647059],[20.5882352941176,15.6862745098039,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[23.5294117647059,15.6862745098039,13.7254901960784],[21.5686274509804,13.7254901960784,11.7647058823529],[9.80392156862745,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,11.7647058823529,4.90196078431373],[31.3725490196078,30.3921568627451,25.4901960784314],[16.6666666666667,15.6862745098039,11.7647058823529],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,4.90196078431373],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,6.86274509803922],[21.5686274509804,17.6470588235294,14.7058823529412],[19.6078431372549,15.6862745098039,6.86274509803922],[30.3921568627451,24.5098039215686,10.7843137254902],[45.0980392156863,40.1960784313726,21.5686274509804],[96.078431372549,90.1960784313725,74.5098039215686],[76.4705882352941,70.5882352941177,54.9019607843137],[7.84313725490196,1.96078431372549,0],[17.6470588235294,11.7647058823529,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,9.80392156862745,1.96078431372549],[50.9803921568627,44.1176470588235,38.2352941176471],[33.3333333333333,28.4313725490196,24.5098039215686],[44.1176470588235,39.2156862745098,36.2745098039216],[38.2352941176471,33.3333333333333,30.3921568627451],[45.0980392156863,41.1764705882353,38.2352941176471],[33.3333333333333,29.4117647058824,26.4705882352941],[24.5098039215686,20.5882352941176,17.6470588235294],[35.2941176470588,29.4117647058824,29.4117647058824],[52.9411764705882,44.1176470588235,47.0588235294118],[42.156862745098,32.3529411764706,31.3725490196078],[27.4509803921569,20.5882352941176,10.7843137254902],[39.2156862745098,36.2745098039216,17.6470588235294],[51.9607843137255,51.9607843137255,28.4313725490196],[51.9607843137255,51.9607843137255,26.4705882352941],[68.6274509803922,68.6274509803922,45.0980392156863],[62.7450980392157,60.7843137254902,36.2745098039216],[67.6470588235294,62.7450980392157,34.3137254901961],[56.8627450980392,51.9607843137255,20.5882352941176],[113.725490196078,110.78431372549,76.4705882352941],[102.941176470588,103.921568627451,70.5882352941177],[96.078431372549,102.941176470588,72.5490196078431],[64.7058823529412,76.4705882352941,54.9019607843137],[68.6274509803922,84.3137254901961,73.5294117647059],[54.9019607843137,70.5882352941177,60.7843137254902],[35.2941176470588,43.1372549019608,30.3921568627451],[82.3529411764706,86.2745098039216,71.5686274509804],[91.1764705882353,97.0588235294118,83.3333333333333],[53.921568627451,61.7647058823529,49.0196078431373],[42.156862745098,50,37.2549019607843],[50,57.843137254902,43.1372549019608],[52.9411764705882,59.8039215686275,44.1176470588235],[96.078431372549,99.0196078431373,80.3921568627451],[123.529411764706,123.529411764706,100],[91.1764705882353,87.2549019607843,60.7843137254902],[144.117647058824,137.254901960784,108.823529411765],[121.56862745098,112.745098039216,82.3529411764706],[98.0392156862745,89.2156862745098,58.8235294117647],[97.0588235294118,88.2352941176471,57.843137254902],[93.1372549019608,84.3137254901961,55.8823529411765],[69.6078431372549,64.7058823529412,36.2745098039216],[69.6078431372549,73.5294117647059,49.0196078431373],[44.1176470588235,50,24.5098039215686],[77.4509803921569,77.4509803921569,51.9607843137255],[83.3333333333333,79.4117647058823,50.9803921568627],[83.3333333333333,74.5098039215686,44.1176470588235],[221.56862745098,206.862745098039,174.509803921569],[192.156862745098,174.509803921569,139.21568627451],[143.137254901961,121.56862745098,85.2941176470588],[132.352941176471,110.78431372549,74.5098039215686],[102.941176470588,81.3725490196078,45.0980392156863],[124.509803921569,105.882352941176,73.5294117647059],[115.686274509804,99.0196078431373,69.6078431372549],[65.6862745098039,54.9019607843137,27.4509803921569],[48.0392156862745,41.1764705882353,15.6862745098039],[65.6862745098039,59.8039215686275,36.2745098039216],[54.9019607843137,48.0392156862745,30.3921568627451],[7.84313725490196,0,0],[9.80392156862745,0,0],[100.980392156863,94.1176470588235,68.6274509803922],[142.156862745098,136.274509803922,102.941176470588],[81.3725490196078,75.4901960784314,40.1960784313726],[72.5490196078431,68.6274509803922,34.3137254901961],[100,94.1176470588235,70.5882352941177],[95.0980392156863,88.2352941176471,69.6078431372549],[39.2156862745098,31.3725490196078,8.82352941176471],[93.1372549019608,84.3137254901961,51.9607843137255],[135.294117647059,127.450980392157,79.4117647058823],[110.78431372549,100,45.0980392156863],[88.2352941176471,75.4901960784314,21.5686274509804],[134.313725490196,118.627450980392,70.5882352941177],[60.7843137254902,41.1764705882353,8.82352941176471],[68.6274509803922,50.9803921568627,27.4509803921569],[53.921568627451,43.1372549019608,23.5294117647059],[65.6862745098039,52.9411764705882,34.3137254901961],[62.7450980392157,42.156862745098,15.6862745098039],[50.9803921568627,24.5098039215686,0],[78.4313725490196,46.078431372549,15.6862745098039],[106.862745098039,73.5294117647059,46.078431372549],[103.921568627451,72.5490196078431,48.0392156862745],[122.549019607843,93.1372549019608,69.6078431372549],[55.8823529411765,25.4901960784314,4.90196078431373],[71.5686274509804,40.1960784313726,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[106.862745098039,71.5686274509804,50],[94.1176470588235,63.7254901960784,44.1176470588235],[28.4313725490196,2.94117647058824,0],[12.7450980392157,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[43.1372549019608,22.5490196078431,5.88235294117647],[76.4705882352941,51.9607843137255,32.3529411764706],[72.5490196078431,47.0588235294118,30.3921568627451],[80.3921568627451,54.9019607843137,38.2352941176471],[93.1372549019608,67.6470588235294,50.9803921568627],[54.9019607843137,28.4313725490196,11.7647058823529],[26.4705882352941,0,0],[38.2352941176471,11.7647058823529,0],[64.7058823529412,36.2745098039216,20.5882352941176],[88.2352941176471,61.7647058823529,45.0980392156863],[78.4313725490196,50.9803921568627,37.2549019607843],[53.921568627451,28.4313725490196,15.6862745098039],[50.9803921568627,29.4117647058824,18.6274509803922],[43.1372549019608,23.5294117647059,16.6666666666667],[56.8627450980392,40.1960784313726,33.3333333333333],[13.7254901960784,0.980392156862745,0],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,27.4509803921569,23.5294117647059],[21.5686274509804,16.6666666666667,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[17.6470588235294,12.7450980392157,8.82352941176471],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,16.6666666666667,13.7254901960784],[35.2941176470588,27.4509803921569,24.5098039215686],[31.3725490196078,23.5294117647059,20.5882352941176],[27.4509803921569,22.5490196078431,18.6274509803922],[8.82352941176471,3.92156862745098,0],[16.6666666666667,13.7254901960784,8.82352941176471],[26.4705882352941,22.5490196078431,19.6078431372549],[27.4509803921569,23.5294117647059,20.5882352941176],[10.7843137254902,6.86274509803922,3.92156862745098],[15.6862745098039,12.7450980392157,5.88235294117647],[24.5098039215686,18.6274509803922,6.86274509803922],[27.4509803921569,21.5686274509804,7.84313725490196],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,14.7058823529412,8.82352941176471],[22.5490196078431,17.6470588235294,13.7254901960784],[42.156862745098,37.2549019607843,34.3137254901961],[55.8823529411765,50,50],[20.5882352941176,16.6666666666667,17.6470588235294],[16.6666666666667,12.7450980392157,13.7254901960784],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,9.80392156862745,9.80392156862745],[19.6078431372549,13.7254901960784,15.6862745098039],[13.7254901960784,7.84313725490196,9.80392156862745],[18.6274509803922,12.7450980392157,14.7058823529412],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,12.7450980392157,7.84313725490196],[28.4313725490196,28.4313725490196,26.4705882352941],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,5.88235294117647,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[20.5882352941176,20.5882352941176,22.5490196078431],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[25.4901960784314,21.5686274509804,20.5882352941176],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[48.0392156862745,42.156862745098,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[23.5294117647059,16.6666666666667,6.86274509803922],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[41.1764705882353,36.2745098039216,32.3529411764706],[29.4117647058824,26.4705882352941,21.5686274509804],[12.7450980392157,9.80392156862745,4.90196078431373],[9.80392156862745,6.86274509803922,1.96078431372549],[37.2549019607843,34.3137254901961,29.4117647058824],[41.1764705882353,36.2745098039216,33.3333333333333],[25.4901960784314,16.6666666666667,19.6078431372549],[42.156862745098,34.3137254901961,32.3529411764706],[31.3725490196078,24.5098039215686,14.7058823529412],[49.0196078431373,46.078431372549,27.4509803921569],[29.4117647058824,27.4509803921569,4.90196078431373],[24.5098039215686,22.5490196078431,0],[48.0392156862745,46.078431372549,21.5686274509804],[76.4705882352941,72.5490196078431,48.0392156862745],[90.1960784313725,85.2941176470588,56.8627450980392],[121.56862745098,116.666666666667,85.2941176470588],[132.352941176471,130.392156862745,93.1372549019608],[88.2352941176471,90.1960784313725,53.921568627451],[103.921568627451,110.78431372549,78.4313725490196],[81.3725490196078,91.1764705882353,67.6470588235294],[85.2941176470588,99.0196078431373,86.2745098039216],[45.0980392156863,57.843137254902,48.0392156862745],[64.7058823529412,73.5294117647059,56.8627450980392],[79.4117647058823,86.2745098039216,68.6274509803922],[75.4901960784314,84.3137254901961,67.6470588235294],[45.0980392156863,53.921568627451,37.2549019607843],[57.843137254902,65.6862745098039,50.9803921568627],[48.0392156862745,56.8627450980392,40.1960784313726],[104.901960784314,111.764705882353,96.078431372549],[129.411764705882,132.352941176471,113.725490196078],[73.5294117647059,72.5490196078431,51.9607843137255],[85.2941176470588,81.3725490196078,56.8627450980392],[93.1372549019608,86.2745098039216,58.8235294117647],[113.725490196078,104.901960784314,76.4705882352941],[104.901960784314,96.078431372549,67.6470588235294],[124.509803921569,112.745098039216,87.2549019607843],[99.0196078431373,87.2549019607843,61.7647058823529],[55.8823529411765,50,26.4705882352941],[51.9607843137255,53.921568627451,32.3529411764706],[70.5882352941177,75.4901960784314,52.9411764705882],[70.5882352941177,70.5882352941177,47.0588235294118],[62.7450980392157,58.8235294117647,32.3529411764706],[110.78431372549,101.960784313725,73.5294117647059],[220.588235294118,205.882352941176,175.490196078431],[156.862745098039,138.235294117647,105.882352941176],[112.745098039216,90.1960784313725,56.8627450980392],[110.78431372549,88.2352941176471,54.9019607843137],[110.78431372549,88.2352941176471,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[82.3529411764706,66.6666666666667,34.3137254901961],[62.7450980392157,51.9607843137255,20.5882352941176],[55.8823529411765,49.0196078431373,20.5882352941176],[32.3529411764706,27.4509803921569,0],[25.4901960784314,19.6078431372549,0],[41.1764705882353,31.3725490196078,22.5490196078431],[25.4901960784314,12.7450980392157,3.92156862745098],[61.7647058823529,54.9019607843137,29.4117647058824],[59.8039215686275,53.921568627451,18.6274509803922],[48.0392156862745,43.1372549019608,5.88235294117647],[83.3333333333333,77.4509803921569,44.1176470588235],[83.3333333333333,77.4509803921569,55.8823529411765],[61.7647058823529,54.9019607843137,37.2549019607843],[73.5294117647059,65.6862745098039,43.1372549019608],[65.6862745098039,56.8627450980392,24.5098039215686],[107.843137254902,100.980392156863,50],[124.509803921569,115.686274509804,57.843137254902],[123.529411764706,113.725490196078,55.8823529411765],[135.294117647059,121.56862745098,73.5294117647059],[74.5098039215686,55.8823529411765,24.5098039215686],[23.5294117647059,5.88235294117647,0],[59.8039215686275,50.9803921568627,34.3137254901961],[66.6666666666667,58.8235294117647,40.1960784313726],[69.6078431372549,51.9607843137255,28.4313725490196],[84.3137254901961,58.8235294117647,32.3529411764706],[78.4313725490196,48.0392156862745,19.6078431372549],[96.078431372549,62.7450980392157,36.2745098039216],[103.921568627451,74.5098039215686,50.9803921568627],[75.4901960784314,45.0980392156863,24.5098039215686],[50.9803921568627,20.5882352941176,0],[48.0392156862745,16.6666666666667,0],[54.9019607843137,19.6078431372549,0],[115.686274509804,81.3725490196078,61.7647058823529],[78.4313725490196,48.0392156862745,30.3921568627451],[20.5882352941176,0,0],[21.5686274509804,6.86274509803922,1.96078431372549],[17.6470588235294,4.90196078431373,0],[29.4117647058824,11.7647058823529,0],[67.6470588235294,47.0588235294118,30.3921568627451],[67.6470588235294,47.0588235294118,30.3921568627451],[65.6862745098039,43.1372549019608,27.4509803921569],[92.156862745098,69.6078431372549,51.9607843137255],[50.9803921568627,25.4901960784314,8.82352941176471],[50.9803921568627,25.4901960784314,8.82352941176471],[39.2156862745098,13.7254901960784,0],[59.8039215686275,34.3137254901961,17.6470588235294],[112.745098039216,87.2549019607843,72.5490196078431],[59.8039215686275,37.2549019607843,23.5294117647059],[40.1960784313726,16.6666666666667,4.90196078431373],[66.6666666666667,47.0588235294118,36.2745098039216],[29.4117647058824,11.7647058823529,1.96078431372549],[64.7058823529412,48.0392156862745,40.1960784313726],[73.5294117647059,60.7843137254902,52.9411764705882],[33.3333333333333,26.4705882352941,20.5882352941176],[41.1764705882353,36.2745098039216,32.3529411764706],[22.5490196078431,17.6470588235294,13.7254901960784],[11.7647058823529,6.86274509803922,2.94117647058824],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,5.88235294117647],[16.6666666666667,11.7647058823529,7.84313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[16.6666666666667,13.7254901960784,8.82352941176471],[25.4901960784314,22.5490196078431,17.6470588235294],[18.6274509803922,15.6862745098039,10.7843137254902],[30.3921568627451,26.4705882352941,23.5294117647059],[36.2745098039216,32.3529411764706,29.4117647058824],[31.3725490196078,27.4509803921569,24.5098039215686],[9.80392156862745,8.82352941176471,4.90196078431373],[18.6274509803922,15.6862745098039,10.7843137254902],[25.4901960784314,21.5686274509804,10.7843137254902],[7.84313725490196,3.92156862745098,0],[93.1372549019608,89.2156862745098,80.3921568627451],[62.7450980392157,59.8039215686275,52.9411764705882],[7.84313725490196,3.92156862745098,0.980392156862745],[49.0196078431373,45.0980392156863,44.1176470588235],[35.2941176470588,31.3725490196078,32.3529411764706],[11.7647058823529,9.80392156862745,12.7450980392157],[17.6470588235294,15.6862745098039,18.6274509803922],[9.80392156862745,7.84313725490196,12.7450980392157],[18.6274509803922,16.6666666666667,19.6078431372549],[11.7647058823529,9.80392156862745,12.7450980392157],[8.82352941176471,6.86274509803922,9.80392156862745],[18.6274509803922,13.7254901960784,17.6470588235294],[11.7647058823529,6.86274509803922,10.7843137254902],[9.80392156862745,4.90196078431373,8.82352941176471],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,4.90196078431373,3.92156862745098],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,8.82352941176471],[6.86274509803922,7.84313725490196,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[0.980392156862745,0,4.90196078431373],[4.90196078431373,3.92156862745098,8.82352941176471],[7.84313725490196,5.88235294117647,10.7843137254902],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[28.4313725490196,28.4313725490196,30.3921568627451],[14.7058823529412,14.7058823529412,16.6666666666667],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[21.5686274509804,19.6078431372549,20.5882352941176],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[14.7058823529412,9.80392156862745,3.92156862745098],[9.80392156862745,4.90196078431373,0],[12.7450980392157,7.84313725490196,3.92156862745098],[26.4705882352941,21.5686274509804,17.6470588235294],[18.6274509803922,13.7254901960784,9.80392156862745],[7.84313725490196,2.94117647058824,0],[17.6470588235294,14.7058823529412,9.80392156862745],[17.6470588235294,14.7058823529412,9.80392156862745],[25.4901960784314,22.5490196078431,17.6470588235294],[35.2941176470588,32.3529411764706,27.4509803921569],[42.156862745098,39.2156862745098,32.3529411764706],[21.5686274509804,18.6274509803922,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[34.3137254901961,31.3725490196078,22.5490196078431],[41.1764705882353,36.2745098039216,30.3921568627451],[32.3529411764706,24.5098039215686,22.5490196078431],[19.6078431372549,11.7647058823529,8.82352941176471],[47.0588235294118,41.1764705882353,29.4117647058824],[44.1176470588235,39.2156862745098,19.6078431372549],[32.3529411764706,28.4313725490196,3.92156862745098],[41.1764705882353,37.2549019607843,10.7843137254902],[49.0196078431373,43.1372549019608,17.6470588235294],[81.3725490196078,75.4901960784314,50],[83.3333333333333,76.4705882352941,48.0392156862745],[107.843137254902,103.921568627451,69.6078431372549],[110.78431372549,108.823529411765,70.5882352941177],[125.490196078431,126.470588235294,87.2549019607843],[59.8039215686275,65.6862745098039,30.3921568627451],[84.3137254901961,93.1372549019608,66.6666666666667],[92.156862745098,102.941176470588,89.2156862745098],[50,59.8039215686275,49.0196078431373],[47.0588235294118,55.8823529411765,35.2941176470588],[86.2745098039216,94.1176470588235,71.5686274509804],[54.9019607843137,63.7254901960784,43.1372549019608],[52.9411764705882,64.7058823529412,45.0980392156863],[65.6862745098039,76.4705882352941,59.8039215686275],[91.1764705882353,100,83.3333333333333],[100,106.862745098039,91.1764705882353],[70.5882352941177,73.5294117647059,56.8627450980392],[50,49.0196078431373,31.3725490196078],[73.5294117647059,68.6274509803922,49.0196078431373],[76.4705882352941,68.6274509803922,48.0392156862745],[94.1176470588235,83.3333333333333,63.7254901960784],[110.78431372549,100,80.3921568627451],[93.1372549019608,82.3529411764706,62.7450980392157],[96.078431372549,85.2941176470588,65.6862745098039],[58.8235294117647,51.9607843137255,33.3333333333333],[51.9607843137255,52.9411764705882,35.2941176470588],[38.2352941176471,41.1764705882353,22.5490196078431],[63.7254901960784,62.7450980392157,43.1372549019608],[100,95.0980392156863,73.5294117647059],[76.4705882352941,66.6666666666667,42.156862745098],[93.1372549019608,77.4509803921569,51.9607843137255],[123.529411764706,104.901960784314,75.4901960784314],[111.764705882353,89.2156862745098,58.8235294117647],[110.78431372549,88.2352941176471,56.8627450980392],[103.921568627451,81.3725490196078,50],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,59.8039215686275,25.4901960784314],[123.529411764706,113.725490196078,79.4117647058823],[70.5882352941177,64.7058823529412,31.3725490196078],[32.3529411764706,27.4509803921569,0],[43.1372549019608,37.2549019607843,13.7254901960784],[51.9607843137255,42.156862745098,32.3529411764706],[40.1960784313726,27.4509803921569,18.6274509803922],[46.078431372549,39.2156862745098,13.7254901960784],[69.6078431372549,63.7254901960784,30.3921568627451],[69.6078431372549,63.7254901960784,28.4313725490196],[59.8039215686275,52.9411764705882,24.5098039215686],[88.2352941176471,81.3725490196078,63.7254901960784],[41.1764705882353,32.3529411764706,17.6470588235294],[59.8039215686275,49.0196078431373,29.4117647058824],[86.2745098039216,75.4901960784314,44.1176470588235],[107.843137254902,98.0392156862745,48.0392156862745],[127.450980392157,117.647058823529,59.8039215686275],[140.196078431373,127.450980392157,73.5294117647059],[120.588235294118,103.921568627451,58.8235294117647],[150,129.411764705882,100.980392156863],[60.7843137254902,42.156862745098,25.4901960784314],[44.1176470588235,34.3137254901961,22.5490196078431],[70.5882352941177,61.7647058823529,47.0588235294118],[65.6862745098039,48.0392156862745,28.4313725490196],[95.0980392156863,69.6078431372549,47.0588235294118],[69.6078431372549,40.1960784313726,14.7058823529412],[105.882352941176,74.5098039215686,50],[99.0196078431373,71.5686274509804,50],[35.2941176470588,6.86274509803922,0],[37.2549019607843,8.82352941176471,0],[42.156862745098,11.7647058823529,0],[64.7058823529412,30.3921568627451,10.7843137254902],[110.78431372549,78.4313725490196,59.8039215686275],[45.0980392156863,16.6666666666667,0.980392156862745],[28.4313725490196,6.86274509803922,0],[12.7450980392157,0,0],[14.7058823529412,3.92156862745098,0],[33.3333333333333,16.6666666666667,6.86274509803922],[65.6862745098039,48.0392156862745,34.3137254901961],[39.2156862745098,20.5882352941176,5.88235294117647],[49.0196078431373,28.4313725490196,11.7647058823529],[88.2352941176471,65.6862745098039,48.0392156862745],[60.7843137254902,38.2352941176471,20.5882352941176],[37.2549019607843,14.7058823529412,0],[62.7450980392157,40.1960784313726,22.5490196078431],[91.1764705882353,68.6274509803922,52.9411764705882],[60.7843137254902,38.2352941176471,22.5490196078431],[29.4117647058824,7.84313725490196,0],[23.5294117647059,4.90196078431373,0],[33.3333333333333,13.7254901960784,2.94117647058824],[36.2745098039216,18.6274509803922,8.82352941176471],[48.0392156862745,31.3725490196078,21.5686274509804],[69.6078431372549,55.8823529411765,47.0588235294118],[26.4705882352941,17.6470588235294,10.7843137254902],[25.4901960784314,20.5882352941176,14.7058823529412],[5.88235294117647,2.94117647058824,0],[9.80392156862745,6.86274509803922,1.96078431372549],[17.6470588235294,14.7058823529412,9.80392156862745],[13.7254901960784,10.7843137254902,5.88235294117647],[20.5882352941176,16.6666666666667,13.7254901960784],[15.6862745098039,11.7647058823529,8.82352941176471],[20.5882352941176,16.6666666666667,13.7254901960784],[21.5686274509804,20.5882352941176,16.6666666666667],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,18.6274509803922,16.6666666666667],[22.5490196078431,18.6274509803922,15.6862745098039],[20.5882352941176,15.6862745098039,9.80392156862745],[9.80392156862745,5.88235294117647,0],[84.3137254901961,79.4117647058823,73.5294117647059],[61.7647058823529,58.8235294117647,53.921568627451],[2.94117647058824,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,16.6666666666667,18.6274509803922],[13.7254901960784,12.7450980392157,18.6274509803922],[19.6078431372549,18.6274509803922,24.5098039215686],[20.5882352941176,19.6078431372549,25.4901960784314],[0.980392156862745,0,4.90196078431373],[13.7254901960784,11.7647058823529,16.6666666666667],[18.6274509803922,16.6666666666667,21.5686274509804],[19.6078431372549,17.6470588235294,20.5882352941176],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[19.6078431372549,19.6078431372549,21.5686274509804],[18.6274509803922,18.6274509803922,20.5882352941176],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,0.980392156862745,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[18.6274509803922,14.7058823529412,13.7254901960784],[14.7058823529412,10.7843137254902,9.80392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,13.7254901960784,9.80392156862745],[20.5882352941176,19.6078431372549,15.6862745098039],[30.3921568627451,29.4117647058824,24.5098039215686],[31.3725490196078,30.3921568627451,25.4901960784314],[20.5882352941176,20.5882352941176,12.7450980392157],[16.6666666666667,13.7254901960784,4.90196078431373],[20.5882352941176,17.6470588235294,8.82352941176471],[28.4313725490196,26.4705882352941,14.7058823529412],[34.3137254901961,31.3725490196078,22.5490196078431],[50.9803921568627,46.078431372549,42.156862745098],[29.4117647058824,24.5098039215686,20.5882352941176],[85.2941176470588,79.4117647058823,65.6862745098039],[48.0392156862745,43.1372549019608,23.5294117647059],[22.5490196078431,18.6274509803922,0],[70.5882352941177,64.7058823529412,41.1764705882353],[82.3529411764706,74.5098039215686,51.9607843137255],[135.294117647059,128.43137254902,102.941176470588],[81.3725490196078,74.5098039215686,46.078431372549],[65.6862745098039,59.8039215686275,26.4705882352941],[137.254901960784,133.333333333333,96.078431372549],[139.21568627451,140.196078431373,100.980392156863],[72.5490196078431,74.5098039215686,38.2352941176471],[67.6470588235294,71.5686274509804,45.0980392156863],[39.2156862745098,46.078431372549,30.3921568627451],[22.5490196078431,30.3921568627451,15.6862745098039],[40.1960784313726,48.0392156862745,25.4901960784314],[51.9607843137255,61.7647058823529,35.2941176470588],[33.3333333333333,45.0980392156863,21.5686274509804],[70.5882352941177,82.3529411764706,60.7843137254902],[61.7647058823529,73.5294117647059,53.921568627451],[75.4901960784314,86.2745098039216,69.6078431372549],[90.1960784313725,99.0196078431373,82.3529411764706],[44.1176470588235,48.0392156862745,33.3333333333333],[49.0196078431373,47.0588235294118,32.3529411764706],[66.6666666666667,63.7254901960784,47.0588235294118],[79.4117647058823,72.5490196078431,54.9019607843137],[106.862745098039,98.0392156862745,81.3725490196078],[117.647058823529,108.823529411765,92.156862745098],[61.7647058823529,50,34.3137254901961],[49.0196078431373,37.2549019607843,23.5294117647059],[58.8235294117647,50.9803921568627,38.2352941176471],[50.9803921568627,51.9607843137255,36.2745098039216],[33.3333333333333,36.2745098039216,19.6078431372549],[88.2352941176471,87.2549019607843,69.6078431372549],[104.901960784314,100,81.3725490196078],[74.5098039215686,66.6666666666667,46.078431372549],[105.882352941176,91.1764705882353,68.6274509803922],[103.921568627451,87.2549019607843,61.7647058823529],[96.078431372549,76.4705882352941,50],[68.6274509803922,48.0392156862745,19.6078431372549],[85.2941176470588,66.6666666666667,35.2941176470588],[81.3725490196078,65.6862745098039,33.3333333333333],[80.3921568627451,67.6470588235294,34.3137254901961],[131.372549019608,121.56862745098,87.2549019607843],[107.843137254902,101.960784313725,66.6666666666667],[65.6862745098039,61.7647058823529,27.4509803921569],[52.9411764705882,48.0392156862745,19.6078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[101.960784313725,95.0980392156863,69.6078431372549],[177.450980392157,171.56862745098,140.196078431373],[32.3529411764706,25.4901960784314,0],[19.6078431372549,13.7254901960784,0],[39.2156862745098,32.3529411764706,16.6666666666667],[88.2352941176471,80.3921568627451,67.6470588235294],[43.1372549019608,35.2941176470588,16.6666666666667],[46.078431372549,37.2549019607843,6.86274509803922],[81.3725490196078,73.5294117647059,27.4509803921569],[100,91.1764705882353,35.2941176470588],[100,89.2156862745098,36.2745098039216],[80.3921568627451,66.6666666666667,22.5490196078431],[111.764705882353,92.156862745098,65.6862745098039],[65.6862745098039,47.0588235294118,32.3529411764706],[38.2352941176471,28.4313725490196,18.6274509803922],[83.3333333333333,73.5294117647059,61.7647058823529],[79.4117647058823,60.7843137254902,44.1176470588235],[45.0980392156863,20.5882352941176,0],[51.9607843137255,24.5098039215686,0.980392156862745],[71.5686274509804,41.1764705882353,20.5882352941176],[96.078431372549,69.6078431372549,50.9803921568627],[50,24.5098039215686,7.84313725490196],[47.0588235294118,19.6078431372549,5.88235294117647],[71.5686274509804,43.1372549019608,27.4509803921569],[92.156862745098,61.7647058823529,44.1176470588235],[99.0196078431373,68.6274509803922,50.9803921568627],[23.5294117647059,0,0],[19.6078431372549,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,7.84313725490196,5.88235294117647],[30.3921568627451,17.6470588235294,9.80392156862745],[38.2352941176471,22.5490196078431,9.80392156862745],[38.2352941176471,20.5882352941176,6.86274509803922],[57.843137254902,39.2156862745098,24.5098039215686],[69.6078431372549,49.0196078431373,32.3529411764706],[43.1372549019608,20.5882352941176,2.94117647058824],[38.2352941176471,15.6862745098039,0],[64.7058823529412,44.1176470588235,25.4901960784314],[55.8823529411765,35.2941176470588,18.6274509803922],[24.5098039215686,5.88235294117647,0],[14.7058823529412,0,0],[27.4509803921569,9.80392156862745,0],[32.3529411764706,16.6666666666667,3.92156862745098],[33.3333333333333,16.6666666666667,6.86274509803922],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,15.6862745098039,6.86274509803922],[16.6666666666667,9.80392156862745,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[39.2156862745098,36.2745098039216,31.3725490196078],[11.7647058823529,8.82352941176471,3.92156862745098],[22.5490196078431,19.6078431372549,14.7058823529412],[43.1372549019608,42.156862745098,37.2549019607843],[1.96078431372549,0.980392156862745,0],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[16.6666666666667,15.6862745098039,13.7254901960784],[17.6470588235294,16.6666666666667,14.7058823529412],[14.7058823529412,13.7254901960784,11.7647058823529],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[18.6274509803922,17.6470588235294,15.6862745098039],[19.6078431372549,18.6274509803922,14.7058823529412],[14.7058823529412,11.7647058823529,6.86274509803922],[8.82352941176471,5.88235294117647,0.980392156862745],[20.5882352941176,17.6470588235294,12.7450980392157],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,19.6078431372549,19.6078431372549],[13.7254901960784,13.7254901960784,15.6862745098039],[9.80392156862745,10.7843137254902,14.7058823529412],[4.90196078431373,4.90196078431373,12.7450980392157],[12.7450980392157,12.7450980392157,20.5882352941176],[0,0,6.86274509803922],[15.6862745098039,14.7058823529412,22.5490196078431],[0,0,6.86274509803922],[18.6274509803922,17.6470588235294,23.5294117647059],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[7.84313725490196,7.84313725490196,9.80392156862745],[17.6470588235294,17.6470588235294,19.6078431372549],[16.6666666666667,16.6666666666667,18.6274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,4.90196078431373],[2.94117647058824,0,3.92156862745098],[4.90196078431373,0,5.88235294117647],[9.80392156862745,4.90196078431373,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[21.5686274509804,20.5882352941176,18.6274509803922],[51.9607843137255,50.9803921568627,47.0588235294118],[16.6666666666667,15.6862745098039,10.7843137254902],[15.6862745098039,15.6862745098039,7.84313725490196],[9.80392156862745,9.80392156862745,0],[9.80392156862745,9.80392156862745,0],[54.9019607843137,52.9411764705882,41.1764705882353],[30.3921568627451,27.4509803921569,18.6274509803922],[27.4509803921569,24.5098039215686,19.6078431372549],[73.5294117647059,70.5882352941177,63.7254901960784],[45.0980392156863,41.1764705882353,29.4117647058824],[37.2549019607843,32.3529411764706,13.7254901960784],[50.9803921568627,45.0980392156863,23.5294117647059],[60.7843137254902,52.9411764705882,32.3529411764706],[90.1960784313725,82.3529411764706,61.7647058823529],[82.3529411764706,71.5686274509804,50],[62.7450980392157,52.9411764705882,26.4705882352941],[105.882352941176,100,68.6274509803922],[143.137254901961,139.21568627451,101.960784313725],[98.0392156862745,96.078431372549,57.843137254902],[74.5098039215686,74.5098039215686,39.2156862745098],[50.9803921568627,50.9803921568627,23.5294117647059],[95.0980392156863,98.0392156862745,81.3725490196078],[24.5098039215686,28.4313725490196,13.7254901960784],[25.4901960784314,33.3333333333333,9.80392156862745],[64.7058823529412,73.5294117647059,45.0980392156863],[51.9607843137255,61.7647058823529,37.2549019607843],[115.686274509804,127.450980392157,103.921568627451],[73.5294117647059,86.2745098039216,66.6666666666667],[69.6078431372549,80.3921568627451,63.7254901960784],[102.941176470588,110.78431372549,96.078431372549],[35.2941176470588,39.2156862745098,25.4901960784314],[52.9411764705882,52.9411764705882,41.1764705882353],[54.9019607843137,50.9803921568627,39.2156862745098],[71.5686274509804,63.7254901960784,50.9803921568627],[97.0588235294118,87.2549019607843,75.4901960784314],[109.803921568627,100,90.1960784313725],[54.9019607843137,45.0980392156863,35.2941176470588],[36.2745098039216,26.4705882352941,17.6470588235294],[62.7450980392157,55.8823529411765,46.078431372549],[40.1960784313726,38.2352941176471,26.4705882352941],[43.1372549019608,44.1176470588235,30.3921568627451],[53.921568627451,51.9607843137255,37.2549019607843],[71.5686274509804,65.6862745098039,50],[71.5686274509804,62.7450980392157,46.078431372549],[105.882352941176,95.0980392156863,75.4901960784314],[113.725490196078,99.0196078431373,78.4313725490196],[89.2156862745098,73.5294117647059,49.0196078431373],[52.9411764705882,36.2745098039216,10.7843137254902],[75.4901960784314,60.7843137254902,32.3529411764706],[74.5098039215686,61.7647058823529,30.3921568627451],[41.1764705882353,30.3921568627451,0],[77.4509803921569,68.6274509803922,36.2745098039216],[110.78431372549,104.901960784314,71.5686274509804],[113.725490196078,109.803921568627,75.4901960784314],[117.647058823529,112.745098039216,84.3137254901961],[39.2156862745098,30.3921568627451,13.7254901960784],[34.3137254901961,25.4901960784314,10.7843137254902],[90.1960784313725,82.3529411764706,61.7647058823529],[124.509803921569,118.627450980392,93.1372549019608],[6.86274509803922,0.980392156862745,0],[17.6470588235294,10.7843137254902,0],[23.5294117647059,14.7058823529412,5.88235294117647],[33.3333333333333,24.5098039215686,15.6862745098039],[40.1960784313726,31.3725490196078,14.7058823529412],[53.921568627451,44.1176470588235,17.6470588235294],[76.4705882352941,67.6470588235294,25.4901960784314],[83.3333333333333,71.5686274509804,22.5490196078431],[111.764705882353,98.0392156862745,51.9607843137255],[82.3529411764706,64.7058823529412,25.4901960784314],[52.9411764705882,31.3725490196078,7.84313725490196],[30.3921568627451,11.7647058823529,0],[13.7254901960784,3.92156862745098,0],[74.5098039215686,64.7058823529412,54.9019607843137],[117.647058823529,99.0196078431373,84.3137254901961],[49.0196078431373,24.5098039215686,4.90196078431373],[60.7843137254902,33.3333333333333,12.7450980392157],[43.1372549019608,14.7058823529412,0],[84.3137254901961,58.8235294117647,44.1176470588235],[53.921568627451,30.3921568627451,18.6274509803922],[38.2352941176471,14.7058823529412,2.94117647058824],[71.5686274509804,46.078431372549,33.3333333333333],[47.0588235294118,18.6274509803922,2.94117647058824],[72.5490196078431,44.1176470588235,28.4313725490196],[70.5882352941177,45.0980392156863,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[14.7058823529412,3.92156862745098,1.96078431372549],[30.3921568627451,22.5490196078431,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[12.7450980392157,0,0],[23.5294117647059,7.84313725490196,0],[45.0980392156863,27.4509803921569,13.7254901960784],[59.8039215686275,39.2156862745098,22.5490196078431],[54.9019607843137,32.3529411764706,14.7058823529412],[54.9019607843137,34.3137254901961,15.6862745098039],[78.4313725490196,57.843137254902,41.1764705882353],[68.6274509803922,50,35.2941176470588],[32.3529411764706,14.7058823529412,0.980392156862745],[25.4901960784314,8.82352941176471,0],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,11.7647058823529,0.980392156862745],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,39.2156862745098,28.4313725490196],[45.0980392156863,32.3529411764706,23.5294117647059],[55.8823529411765,49.0196078431373,41.1764705882353],[55.8823529411765,50.9803921568627,45.0980392156863],[42.156862745098,39.2156862745098,34.3137254901961],[12.7450980392157,9.80392156862745,4.90196078431373],[18.6274509803922,17.6470588235294,13.7254901960784],[26.4705882352941,25.4901960784314,21.5686274509804],[7.84313725490196,6.86274509803922,4.90196078431373],[18.6274509803922,18.6274509803922,16.6666666666667],[9.80392156862745,9.80392156862745,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,11.7647058823529,11.7647058823529],[11.7647058823529,10.7843137254902,8.82352941176471],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[18.6274509803922,14.7058823529412,11.7647058823529],[24.5098039215686,20.5882352941176,17.6470588235294],[16.6666666666667,12.7450980392157,9.80392156862745],[18.6274509803922,17.6470588235294,15.6862745098039],[23.5294117647059,22.5490196078431,20.5882352941176],[10.7843137254902,10.7843137254902,10.7843137254902],[11.7647058823529,11.7647058823529,13.7254901960784],[22.5490196078431,23.5294117647059,28.4313725490196],[1.96078431372549,1.96078431372549,11.7647058823529],[65.6862745098039,67.6470588235294,79.4117647058823],[149.019607843137,150.980392156863,162.745098039216],[55.8823529411765,55.8823529411765,65.6862745098039],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[22.5490196078431,22.5490196078431,22.5490196078431],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,6.86274509803922],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[29.4117647058824,29.4117647058824,27.4509803921569],[2.94117647058824,3.92156862745098,0],[17.6470588235294,16.6666666666667,11.7647058823529],[5.88235294117647,5.88235294117647,0],[17.6470588235294,17.6470588235294,9.80392156862745],[92.156862745098,89.2156862745098,80.3921568627451],[54.9019607843137,54.9019607843137,45.0980392156863],[39.2156862745098,40.1960784313726,35.2941176470588],[57.843137254902,56.8627450980392,51.9607843137255],[13.7254901960784,11.7647058823529,0],[12.7450980392157,9.80392156862745,0],[58.8235294117647,51.9607843137255,34.3137254901961],[75.4901960784314,66.6666666666667,50],[84.3137254901961,75.4901960784314,60.7843137254902],[78.4313725490196,66.6666666666667,50.9803921568627],[48.0392156862745,37.2549019607843,17.6470588235294],[100,93.1372549019608,65.6862745098039],[107.843137254902,103.921568627451,69.6078431372549],[63.7254901960784,61.7647058823529,24.5098039215686],[45.0980392156863,45.0980392156863,11.7647058823529],[149.019607843137,148.039215686275,120.588235294118],[128.43137254902,126.470588235294,111.764705882353],[10.7843137254902,11.7647058823529,0],[97.0588235294118,102.941176470588,77.4509803921569],[108.823529411765,117.647058823529,89.2156862745098],[49.0196078431373,58.8235294117647,32.3529411764706],[63.7254901960784,75.4901960784314,51.9607843137255],[43.1372549019608,54.9019607843137,35.2941176470588],[59.8039215686275,70.5882352941177,54.9019607843137],[78.4313725490196,84.3137254901961,72.5490196078431],[62.7450980392157,65.6862745098039,54.9019607843137],[58.8235294117647,58.8235294117647,47.0588235294118],[54.9019607843137,50.9803921568627,40.1960784313726],[72.5490196078431,66.6666666666667,54.9019607843137],[65.6862745098039,57.843137254902,47.0588235294118],[63.7254901960784,53.921568627451,44.1176470588235],[49.0196078431373,39.2156862745098,30.3921568627451],[48.0392156862745,39.2156862745098,30.3921568627451],[64.7058823529412,57.843137254902,48.0392156862745],[69.6078431372549,67.6470588235294,55.8823529411765],[60.7843137254902,58.8235294117647,46.078431372549],[64.7058823529412,62.7450980392157,48.0392156862745],[47.0588235294118,44.1176470588235,27.4509803921569],[64.7058823529412,57.843137254902,40.1960784313726],[110.78431372549,102.941176470588,84.3137254901961],[84.3137254901961,73.5294117647059,53.921568627451],[94.1176470588235,82.3529411764706,60.7843137254902],[51.9607843137255,40.1960784313726,16.6666666666667],[46.078431372549,34.3137254901961,8.82352941176471],[66.6666666666667,54.9019607843137,29.4117647058824],[65.6862745098039,56.8627450980392,28.4313725490196],[67.6470588235294,60.7843137254902,32.3529411764706],[66.6666666666667,61.7647058823529,32.3529411764706],[77.4509803921569,72.5490196078431,43.1372549019608],[126.470588235294,120.588235294118,95.0980392156863],[62.7450980392157,55.8823529411765,37.2549019607843],[42.156862745098,35.2941176470588,17.6470588235294],[38.2352941176471,31.3725490196078,12.7450980392157],[25.4901960784314,20.5882352941176,0.980392156862745],[18.6274509803922,12.7450980392157,0],[20.5882352941176,13.7254901960784,3.92156862745098],[32.3529411764706,24.5098039215686,21.5686274509804],[19.6078431372549,10.7843137254902,5.88235294117647],[30.3921568627451,20.5882352941176,8.82352941176471],[80.3921568627451,70.5882352941177,46.078431372549],[92.156862745098,83.3333333333333,45.0980392156863],[69.6078431372549,56.8627450980392,13.7254901960784],[96.078431372549,81.3725490196078,39.2156862745098],[83.3333333333333,65.6862745098039,30.3921568627451],[59.8039215686275,38.2352941176471,14.7058823529412],[52.9411764705882,34.3137254901961,19.6078431372549],[24.5098039215686,11.7647058823529,2.94117647058824],[40.1960784313726,27.4509803921569,19.6078431372549],[104.901960784314,86.2745098039216,72.5490196078431],[60.7843137254902,35.2941176470588,18.6274509803922],[53.921568627451,27.4509803921569,8.82352941176471],[46.078431372549,19.6078431372549,2.94117647058824],[69.6078431372549,48.0392156862745,35.2941176470588],[51.9607843137255,32.3529411764706,23.5294117647059],[15.6862745098039,0,0],[83.3333333333333,61.7647058823529,50.9803921568627],[31.3725490196078,5.88235294117647,0],[32.3529411764706,6.86274509803922,0],[55.8823529411765,32.3529411764706,20.5882352941176],[26.4705882352941,7.84313725490196,0.980392156862745],[21.5686274509804,11.7647058823529,9.80392156862745],[30.3921568627451,22.5490196078431,20.5882352941176],[18.6274509803922,9.80392156862745,4.90196078431373],[15.6862745098039,5.88235294117647,0],[18.6274509803922,4.90196078431373,0],[31.3725490196078,13.7254901960784,1.96078431372549],[73.5294117647059,51.9607843137255,38.2352941176471],[86.2745098039216,63.7254901960784,48.0392156862745],[55.8823529411765,35.2941176470588,18.6274509803922],[51.9607843137255,33.3333333333333,18.6274509803922],[56.8627450980392,39.2156862745098,25.4901960784314],[32.3529411764706,18.6274509803922,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[25.4901960784314,12.7450980392157,4.90196078431373],[48.0392156862745,35.2941176470588,26.4705882352941],[48.0392156862745,35.2941176470588,27.4509803921569],[52.9411764705882,46.078431372549,38.2352941176471],[53.921568627451,49.0196078431373,43.1372549019608],[12.7450980392157,9.80392156862745,4.90196078431373],[16.6666666666667,13.7254901960784,8.82352941176471],[20.5882352941176,19.6078431372549,15.6862745098039],[2.94117647058824,1.96078431372549,0],[14.7058823529412,14.7058823529412,12.7450980392157],[8.82352941176471,8.82352941176471,6.86274509803922],[12.7450980392157,12.7450980392157,12.7450980392157],[14.7058823529412,14.7058823529412,14.7058823529412],[15.6862745098039,15.6862745098039,15.6862745098039],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,10.7843137254902],[15.6862745098039,14.7058823529412,12.7450980392157],[27.4509803921569,23.5294117647059,24.5098039215686],[18.6274509803922,14.7058823529412,15.6862745098039],[22.5490196078431,21.5686274509804,19.6078431372549],[18.6274509803922,17.6470588235294,15.6862745098039],[11.7647058823529,11.7647058823529,9.80392156862745],[10.7843137254902,10.7843137254902,10.7843137254902],[3.92156862745098,4.90196078431373,6.86274509803922],[8.82352941176471,9.80392156862745,14.7058823529412],[0,0.980392156862745,9.80392156862745],[167.647058823529,169.607843137255,181.372549019608],[247.058823529412,249.019607843137,250],[158.823529411765,160.78431372549,172.549019607843],[5.88235294117647,5.88235294117647,13.7254901960784],[8.82352941176471,9.80392156862745,14.7058823529412],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,0],[4.90196078431373,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[21.5686274509804,21.5686274509804,21.5686274509804],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,6.86274509803922],[3.92156862745098,2.94117647058824,0],[34.3137254901961,33.3333333333333,29.4117647058824],[63.7254901960784,60.7843137254902,55.8823529411765],[55.8823529411765,54.9019607843137,50.9803921568627],[49.0196078431373,50.9803921568627,48.0392156862745],[5.88235294117647,7.84313725490196,4.90196078431373],[15.6862745098039,16.6666666666667,8.82352941176471],[19.6078431372549,17.6470588235294,5.88235294117647],[30.3921568627451,24.5098039215686,12.7450980392157],[59.8039215686275,50,40.1960784313726],[65.6862745098039,55.8823529411765,47.0588235294118],[87.2549019607843,77.4509803921569,68.6274509803922],[58.8235294117647,49.0196078431373,37.2549019607843],[29.4117647058824,21.5686274509804,2.94117647058824],[87.2549019607843,82.3529411764706,53.921568627451],[95.0980392156863,92.156862745098,61.7647058823529],[36.2745098039216,35.2941176470588,5.88235294117647],[109.803921568627,107.843137254902,85.2941176470588],[52.9411764705882,50,35.2941176470588],[27.4509803921569,25.4901960784314,12.7450980392157],[83.3333333333333,85.2941176470588,61.7647058823529],[45.0980392156863,49.0196078431373,22.5490196078431],[67.6470588235294,72.5490196078431,50],[82.3529411764706,90.1960784313725,69.6078431372549],[39.2156862745098,48.0392156862745,31.3725490196078],[67.6470588235294,75.4901960784314,60.7843137254902],[56.8627450980392,62.7450980392157,50.9803921568627],[54.9019607843137,56.8627450980392,46.078431372549],[50.9803921568627,49.0196078431373,37.2549019607843],[47.0588235294118,43.1372549019608,32.3529411764706],[68.6274509803922,62.7450980392157,50.9803921568627],[63.7254901960784,55.8823529411765,43.1372549019608],[76.4705882352941,66.6666666666667,54.9019607843137],[75.4901960784314,65.6862745098039,55.8823529411765],[58.8235294117647,50.9803921568627,40.1960784313726],[53.921568627451,48.0392156862745,36.2745098039216],[95.0980392156863,92.156862745098,77.4509803921569],[52.9411764705882,50.9803921568627,36.2745098039216],[50.9803921568627,50,32.3529411764706],[61.7647058823529,58.8235294117647,42.156862745098],[85.2941176470588,82.3529411764706,63.7254901960784],[107.843137254902,102.941176470588,84.3137254901961],[55.8823529411765,49.0196078431373,30.3921568627451],[57.843137254902,50,31.3725490196078],[43.1372549019608,35.2941176470588,16.6666666666667],[27.4509803921569,19.6078431372549,0],[60.7843137254902,52.9411764705882,32.3529411764706],[85.2941176470588,77.4509803921569,54.9019607843137],[73.5294117647059,67.6470588235294,44.1176470588235],[53.921568627451,48.0392156862745,24.5098039215686],[44.1176470588235,38.2352941176471,14.7058823529412],[84.3137254901961,78.4313725490196,56.8627450980392],[85.2941176470588,78.4313725490196,59.8039215686275],[53.921568627451,49.0196078431373,30.3921568627451],[23.5294117647059,17.6470588235294,1.96078431372549],[14.7058823529412,10.7843137254902,0],[27.4509803921569,22.5490196078431,16.6666666666667],[25.4901960784314,17.6470588235294,15.6862745098039],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[8.82352941176471,0,0],[68.6274509803922,57.843137254902,38.2352941176471],[92.156862745098,81.3725490196078,51.9607843137255],[86.2745098039216,72.5490196078431,38.2352941176471],[89.2156862745098,73.5294117647059,40.1960784313726],[91.1764705882353,72.5490196078431,41.1764705882353],[89.2156862745098,67.6470588235294,45.0980392156863],[45.0980392156863,23.5294117647059,9.80392156862745],[22.5490196078431,8.82352941176471,0],[13.7254901960784,0,0],[73.5294117647059,51.9607843137255,39.2156862745098],[64.7058823529412,39.2156862745098,24.5098039215686],[25.4901960784314,0,0],[53.921568627451,28.4313725490196,15.6862745098039],[51.9607843137255,32.3529411764706,23.5294117647059],[62.7450980392157,46.078431372549,39.2156862745098],[50.9803921568627,33.3333333333333,29.4117647058824],[64.7058823529412,46.078431372549,39.2156862745098],[42.156862745098,18.6274509803922,8.82352941176471],[40.1960784313726,16.6666666666667,4.90196078431373],[59.8039215686275,38.2352941176471,27.4509803921569],[42.156862745098,25.4901960784314,17.6470588235294],[33.3333333333333,24.5098039215686,19.6078431372549],[8.82352941176471,3.92156862745098,0.980392156862745],[24.5098039215686,16.6666666666667,13.7254901960784],[21.5686274509804,10.7843137254902,6.86274509803922],[11.7647058823529,0,0],[13.7254901960784,0,0],[61.7647058823529,40.1960784313726,27.4509803921569],[86.2745098039216,63.7254901960784,50],[55.8823529411765,34.3137254901961,20.5882352941176],[47.0588235294118,28.4313725490196,14.7058823529412],[34.3137254901961,17.6470588235294,9.80392156862745],[26.4705882352941,13.7254901960784,7.84313725490196],[26.4705882352941,15.6862745098039,11.7647058823529],[24.5098039215686,14.7058823529412,12.7450980392157],[15.6862745098039,6.86274509803922,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[31.3725490196078,18.6274509803922,12.7450980392157],[36.2745098039216,25.4901960784314,19.6078431372549],[31.3725490196078,24.5098039215686,18.6274509803922],[16.6666666666667,11.7647058823529,5.88235294117647],[15.6862745098039,10.7843137254902,6.86274509803922],[18.6274509803922,15.6862745098039,10.7843137254902],[13.7254901960784,12.7450980392157,8.82352941176471],[10.7843137254902,9.80392156862745,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[12.7450980392157,12.7450980392157,14.7058823529412],[13.7254901960784,13.7254901960784,15.6862745098039],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[16.6666666666667,12.7450980392157,13.7254901960784],[15.6862745098039,10.7843137254902,14.7058823529412],[13.7254901960784,8.82352941176471,12.7450980392157],[20.5882352941176,18.6274509803922,19.6078431372549],[14.7058823529412,12.7450980392157,13.7254901960784],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[6.86274509803922,7.84313725490196,12.7450980392157],[0.980392156862745,2.94117647058824,14.7058823529412],[74.5098039215686,76.4705882352941,89.2156862745098],[170.588235294118,172.549019607843,185.294117647059],[84.3137254901961,86.2745098039216,98.0392156862745],[0,1.96078431372549,8.82352941176471],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,2.94117647058824],[10.7843137254902,12.7450980392157,11.7647058823529],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,6.86274509803922,11.7647058823529],[10.7843137254902,9.80392156862745,14.7058823529412],[8.82352941176471,7.84313725490196,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,6.86274509803922,3.92156862745098],[0,0.980392156862745,0],[97.0588235294118,99.0196078431373,96.078431372549],[36.2745098039216,38.2352941176471,35.2941176470588],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[12.7450980392157,10.7843137254902,11.7647058823529],[20.5882352941176,18.6274509803922,19.6078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[16.6666666666667,16.6666666666667,16.6666666666667],[0,1.96078431372549,1.96078431372549],[12.7450980392157,18.6274509803922,16.6666666666667],[24.5098039215686,26.4705882352941,21.5686274509804],[18.6274509803922,18.6274509803922,10.7843137254902],[14.7058823529412,9.80392156862745,3.92156862745098],[34.3137254901961,24.5098039215686,22.5490196078431],[42.156862745098,32.3529411764706,31.3725490196078],[16.6666666666667,4.90196078431373,4.90196078431373],[35.2941176470588,24.5098039215686,20.5882352941176],[22.5490196078431,14.7058823529412,3.92156862745098],[56.8627450980392,51.9607843137255,32.3529411764706],[54.9019607843137,50.9803921568627,26.4705882352941],[51.9607843137255,50,25.4901960784314],[61.7647058823529,59.8039215686275,39.2156862745098],[50.9803921568627,47.0588235294118,36.2745098039216],[53.921568627451,50,38.2352941176471],[60.7843137254902,59.8039215686275,39.2156862745098],[91.1764705882353,94.1176470588235,67.6470588235294],[76.4705882352941,80.3921568627451,57.843137254902],[46.078431372549,50.9803921568627,31.3725490196078],[36.2745098039216,43.1372549019608,27.4509803921569],[49.0196078431373,54.9019607843137,41.1764705882353],[48.0392156862745,50.9803921568627,40.1960784313726],[53.921568627451,55.8823529411765,45.0980392156863],[52.9411764705882,50.9803921568627,39.2156862745098],[65.6862745098039,59.8039215686275,48.0392156862745],[83.3333333333333,75.4901960784314,62.7450980392157],[74.5098039215686,67.6470588235294,51.9607843137255],[82.3529411764706,73.5294117647059,58.8235294117647],[55.8823529411765,47.0588235294118,32.3529411764706],[36.2745098039216,28.4313725490196,15.6862745098039],[57.843137254902,51.9607843137255,36.2745098039216],[65.6862745098039,62.7450980392157,44.1176470588235],[30.3921568627451,29.4117647058824,9.80392156862745],[36.2745098039216,35.2941176470588,15.6862745098039],[89.2156862745098,88.2352941176471,68.6274509803922],[88.2352941176471,87.2549019607843,67.6470588235294],[67.6470588235294,64.7058823529412,46.078431372549],[44.1176470588235,41.1764705882353,22.5490196078431],[37.2549019607843,34.3137254901961,17.6470588235294],[83.3333333333333,77.4509803921569,61.7647058823529],[36.2745098039216,30.3921568627451,14.7058823529412],[40.1960784313726,34.3137254901961,18.6274509803922],[78.4313725490196,71.5686274509804,55.8823529411765],[67.6470588235294,60.7843137254902,45.0980392156863],[40.1960784313726,33.3333333333333,17.6470588235294],[21.5686274509804,14.7058823529412,0],[50.9803921568627,44.1176470588235,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[50.9803921568627,49.0196078431373,28.4313725490196],[52.9411764705882,50,35.2941176470588],[30.3921568627451,25.4901960784314,19.6078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[33.3333333333333,27.4509803921569,31.3725490196078],[28.4313725490196,22.5490196078431,26.4705882352941],[13.7254901960784,4.90196078431373,5.88235294117647],[19.6078431372549,10.7843137254902,3.92156862745098],[71.5686274509804,59.8039215686275,44.1176470588235],[69.6078431372549,57.843137254902,34.3137254901961],[80.3921568627451,65.6862745098039,37.2549019607843],[88.2352941176471,71.5686274509804,42.156862745098],[85.2941176470588,65.6862745098039,39.2156862745098],[86.2745098039216,64.7058823529412,42.156862745098],[42.156862745098,21.5686274509804,4.90196078431373],[29.4117647058824,12.7450980392157,4.90196078431373],[17.6470588235294,0.980392156862745,0],[40.1960784313726,18.6274509803922,5.88235294117647],[60.7843137254902,35.2941176470588,22.5490196078431],[32.3529411764706,4.90196078431373,0],[84.3137254901961,60.7843137254902,49.0196078431373],[50,33.3333333333333,26.4705882352941],[53.921568627451,40.1960784313726,37.2549019607843],[42.156862745098,28.4313725490196,25.4901960784314],[26.4705882352941,8.82352941176471,4.90196078431373],[49.0196078431373,29.4117647058824,20.5882352941176],[29.4117647058824,7.84313725490196,0],[44.1176470588235,24.5098039215686,13.7254901960784],[37.2549019607843,20.5882352941176,12.7450980392157],[13.7254901960784,4.90196078431373,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[6.86274509803922,0,0],[13.7254901960784,0,0],[29.4117647058824,10.7843137254902,3.92156862745098],[47.0588235294118,25.4901960784314,14.7058823529412],[55.8823529411765,32.3529411764706,22.5490196078431],[48.0392156862745,26.4705882352941,15.6862745098039],[42.156862745098,24.5098039215686,14.7058823529412],[33.3333333333333,18.6274509803922,11.7647058823529],[27.4509803921569,16.6666666666667,14.7058823529412],[19.6078431372549,11.7647058823529,9.80392156862745],[19.6078431372549,10.7843137254902,11.7647058823529],[24.5098039215686,16.6666666666667,14.7058823529412],[25.4901960784314,15.6862745098039,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[38.2352941176471,27.4509803921569,23.5294117647059],[26.4705882352941,19.6078431372549,13.7254901960784],[14.7058823529412,9.80392156862745,3.92156862745098],[28.4313725490196,23.5294117647059,19.6078431372549],[18.6274509803922,15.6862745098039,10.7843137254902],[1.96078431372549,0.980392156862745,0],[9.80392156862745,8.82352941176471,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[10.7843137254902,10.7843137254902,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,8.82352941176471,9.80392156862745],[16.6666666666667,11.7647058823529,15.6862745098039],[14.7058823529412,9.80392156862745,15.6862745098039],[26.4705882352941,21.5686274509804,27.4509803921569],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,8.82352941176471,8.82352941176471],[19.6078431372549,20.5882352941176,22.5490196078431],[7.84313725490196,8.82352941176471,13.7254901960784],[3.92156862745098,5.88235294117647,17.6470588235294],[0,0,12.7450980392157],[8.82352941176471,10.7843137254902,23.5294117647059],[6.86274509803922,8.82352941176471,20.5882352941176],[0,0,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[7.84313725490196,11.7647058823529,10.7843137254902],[0,1.96078431372549,0],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[7.84313725490196,6.86274509803922,11.7647058823529],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[9.80392156862745,11.7647058823529,6.86274509803922],[0,1.96078431372549,0],[48.0392156862745,52.9411764705882,47.0588235294118],[1.96078431372549,6.86274509803922,0.980392156862745],[0,2.94117647058824,0],[3.92156862745098,5.88235294117647,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[2.94117647058824,1.96078431372549,7.84313725490196],[16.6666666666667,13.7254901960784,20.5882352941176],[6.86274509803922,3.92156862745098,10.7843137254902],[10.7843137254902,5.88235294117647,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,10.7843137254902,13.7254901960784],[0,8.82352941176471,9.80392156862745],[4.90196078431373,10.7843137254902,8.82352941176471],[21.5686274509804,21.5686274509804,19.6078431372549],[34.3137254901961,30.3921568627451,29.4117647058824],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,0,5.88235294117647],[21.5686274509804,10.7843137254902,18.6274509803922],[23.5294117647059,12.7450980392157,16.6666666666667],[31.3725490196078,23.5294117647059,20.5882352941176],[32.3529411764706,26.4705882352941,12.7450980392157],[37.2549019607843,35.2941176470588,14.7058823529412],[47.0588235294118,45.0980392156863,24.5098039215686],[60.7843137254902,57.843137254902,41.1764705882353],[33.3333333333333,26.4705882352941,18.6274509803922],[58.8235294117647,54.9019607843137,46.078431372549],[88.2352941176471,85.2941176470588,66.6666666666667],[78.4313725490196,78.4313725490196,54.9019607843137],[29.4117647058824,31.3725490196078,10.7843137254902],[38.2352941176471,41.1764705882353,24.5098039215686],[65.6862745098039,69.6078431372549,55.8823529411765],[26.4705882352941,29.4117647058824,18.6274509803922],[40.1960784313726,42.156862745098,31.3725490196078],[51.9607843137255,51.9607843137255,40.1960784313726],[67.6470588235294,63.7254901960784,51.9607843137255],[71.5686274509804,65.6862745098039,51.9607843137255],[64.7058823529412,57.843137254902,40.1960784313726],[46.078431372549,37.2549019607843,20.5882352941176],[54.9019607843137,47.0588235294118,28.4313725490196],[44.1176470588235,36.2745098039216,17.6470588235294],[48.0392156862745,41.1764705882353,23.5294117647059],[76.4705882352941,71.5686274509804,52.9411764705882],[68.6274509803922,66.6666666666667,46.078431372549],[44.1176470588235,42.156862745098,19.6078431372549],[66.6666666666667,65.6862745098039,45.0980392156863],[86.2745098039216,85.2941176470588,64.7058823529412],[76.4705882352941,75.4901960784314,55.8823529411765],[67.6470588235294,66.6666666666667,47.0588235294118],[24.5098039215686,23.5294117647059,5.88235294117647],[31.3725490196078,29.4117647058824,14.7058823529412],[58.8235294117647,56.8627450980392,44.1176470588235],[44.1176470588235,42.156862745098,29.4117647058824],[39.2156862745098,35.2941176470588,23.5294117647059],[61.7647058823529,54.9019607843137,45.0980392156863],[51.9607843137255,43.1372549019608,34.3137254901961],[52.9411764705882,44.1176470588235,35.2941176470588],[32.3529411764706,22.5490196078431,13.7254901960784],[19.6078431372549,11.7647058823529,0],[36.2745098039216,34.3137254901961,11.7647058823529],[16.6666666666667,15.6862745098039,0],[50.9803921568627,49.0196078431373,37.2549019607843],[45.0980392156863,41.1764705882353,38.2352941176471],[17.6470588235294,12.7450980392157,18.6274509803922],[13.7254901960784,5.88235294117647,16.6666666666667],[35.2941176470588,28.4313725490196,36.2745098039216],[30.3921568627451,21.5686274509804,24.5098039215686],[38.2352941176471,29.4117647058824,24.5098039215686],[56.8627450980392,47.0588235294118,35.2941176470588],[20.5882352941176,7.84313725490196,0],[45.0980392156863,29.4117647058824,4.90196078431373],[88.2352941176471,71.5686274509804,46.078431372549],[89.2156862745098,67.6470588235294,44.1176470588235],[73.5294117647059,49.0196078431373,27.4509803921569],[42.156862745098,19.6078431372549,3.92156862745098],[39.2156862745098,20.5882352941176,13.7254901960784],[38.2352941176471,19.6078431372549,13.7254901960784],[34.3137254901961,10.7843137254902,0.980392156862745],[56.8627450980392,29.4117647058824,17.6470588235294],[37.2549019607843,11.7647058823529,0],[66.6666666666667,45.0980392156863,34.3137254901961],[55.8823529411765,41.1764705882353,36.2745098039216],[49.0196078431373,37.2549019607843,37.2549019607843],[27.4509803921569,15.6862745098039,15.6862745098039],[9.80392156862745,0,0],[50.9803921568627,32.3529411764706,25.4901960784314],[45.0980392156863,25.4901960784314,14.7058823529412],[61.7647058823529,42.156862745098,31.3725490196078],[23.5294117647059,6.86274509803922,0],[6.86274509803922,0,0],[21.5686274509804,13.7254901960784,11.7647058823529],[29.4117647058824,23.5294117647059,25.4901960784314],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,8.82352941176471,7.84313725490196],[41.1764705882353,23.5294117647059,19.6078431372549],[31.3725490196078,8.82352941176471,2.94117647058824],[21.5686274509804,0,0],[35.2941176470588,12.7450980392157,4.90196078431373],[36.2745098039216,17.6470588235294,11.7647058823529],[24.5098039215686,9.80392156862745,6.86274509803922],[14.7058823529412,2.94117647058824,2.94117647058824],[8.82352941176471,0,2.94117647058824],[16.6666666666667,7.84313725490196,12.7450980392157],[25.4901960784314,16.6666666666667,19.6078431372549],[20.5882352941176,10.7843137254902,11.7647058823529],[15.6862745098039,3.92156862745098,3.92156862745098],[18.6274509803922,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[15.6862745098039,8.82352941176471,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,11.7647058823529,8.82352941176471],[5.88235294117647,4.90196078431373,2.94117647058824],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[9.80392156862745,7.84313725490196,8.82352941176471],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,7.84313725490196,8.82352941176471],[15.6862745098039,10.7843137254902,14.7058823529412],[6.86274509803922,1.96078431372549,8.82352941176471],[23.5294117647059,18.6274509803922,25.4901960784314],[12.7450980392157,10.7843137254902,13.7254901960784],[9.80392156862745,7.84313725490196,8.82352941176471],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,6.86274509803922,8.82352941176471],[12.7450980392157,13.7254901960784,18.6274509803922],[3.92156862745098,5.88235294117647,17.6470588235294],[5.88235294117647,7.84313725490196,20.5882352941176],[31.3725490196078,33.3333333333333,48.0392156862745],[29.4117647058824,31.3725490196078,44.1176470588235],[3.92156862745098,6.86274509803922,13.7254901960784],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,0],[3.92156862745098,8.82352941176471,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0],[1.96078431372549,6.86274509803922,0.980392156862745],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,8.82352941176471,13.7254901960784],[2.94117647058824,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,7.84313725490196],[10.7843137254902,7.84313725490196,14.7058823529412],[5.88235294117647,2.94117647058824,9.80392156862745],[9.80392156862745,10.7843137254902,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0,9.80392156862745,11.7647058823529],[1.96078431372549,7.84313725490196,7.84313725490196],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[8.82352941176471,3.92156862745098,9.80392156862745],[17.6470588235294,10.7843137254902,18.6274509803922],[17.6470588235294,7.84313725490196,16.6666666666667],[18.6274509803922,11.7647058823529,18.6274509803922],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,24.5098039215686,15.6862745098039],[46.078431372549,44.1176470588235,31.3725490196078],[25.4901960784314,23.5294117647059,10.7843137254902],[11.7647058823529,9.80392156862745,0],[22.5490196078431,19.6078431372549,14.7058823529412],[39.2156862745098,36.2745098039216,31.3725490196078],[33.3333333333333,34.3137254901961,20.5882352941176],[20.5882352941176,21.5686274509804,3.92156862745098],[44.1176470588235,47.0588235294118,30.3921568627451],[48.0392156862745,50,36.2745098039216],[91.1764705882353,95.0980392156863,81.3725490196078],[73.5294117647059,76.4705882352941,65.6862745098039],[46.078431372549,48.0392156862745,35.2941176470588],[38.2352941176471,38.2352941176471,26.4705882352941],[60.7843137254902,57.843137254902,43.1372549019608],[79.4117647058823,73.5294117647059,57.843137254902],[84.3137254901961,77.4509803921569,59.8039215686275],[54.9019607843137,48.0392156862745,29.4117647058824],[50,43.1372549019608,24.5098039215686],[55.8823529411765,49.0196078431373,30.3921568627451],[74.5098039215686,67.6470588235294,49.0196078431373],[72.5490196078431,67.6470588235294,48.0392156862745],[52.9411764705882,48.0392156862745,28.4313725490196],[96.078431372549,94.1176470588235,73.5294117647059],[91.1764705882353,89.2156862745098,68.6274509803922],[82.3529411764706,81.3725490196078,61.7647058823529],[67.6470588235294,68.6274509803922,50.9803921568627],[50,50.9803921568627,35.2941176470588],[27.4509803921569,28.4313725490196,14.7058823529412],[26.4705882352941,28.4313725490196,15.6862745098039],[46.078431372549,48.0392156862745,37.2549019607843],[49.0196078431373,50.9803921568627,40.1960784313726],[36.2745098039216,36.2745098039216,28.4313725490196],[43.1372549019608,40.1960784313726,33.3333333333333],[23.5294117647059,18.6274509803922,14.7058823529412],[35.2941176470588,30.3921568627451,26.4705882352941],[32.3529411764706,24.5098039215686,21.5686274509804],[17.6470588235294,13.7254901960784,4.90196078431373],[9.80392156862745,10.7843137254902,0],[18.6274509803922,19.6078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,0.980392156862745],[29.4117647058824,27.4509803921569,28.4313725490196],[24.5098039215686,21.5686274509804,28.4313725490196],[19.6078431372549,16.6666666666667,25.4901960784314],[50,45.0980392156863,51.9607843137255],[44.1176470588235,40.1960784313726,41.1764705882353],[26.4705882352941,21.5686274509804,17.6470588235294],[29.4117647058824,22.5490196078431,12.7450980392157],[8.82352941176471,0,0],[33.3333333333333,22.5490196078431,4.90196078431373],[51.9607843137255,36.2745098039216,20.5882352941176],[56.8627450980392,40.1960784313726,22.5490196078431],[52.9411764705882,36.2745098039216,18.6274509803922],[32.3529411764706,14.7058823529412,0.980392156862745],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,15.6862745098039,9.80392156862745],[23.5294117647059,0.980392156862745,0],[51.9607843137255,28.4313725490196,18.6274509803922],[43.1372549019608,21.5686274509804,10.7843137254902],[36.2745098039216,16.6666666666667,9.80392156862745],[50.9803921568627,36.2745098039216,33.3333333333333],[18.6274509803922,6.86274509803922,6.86274509803922],[18.6274509803922,8.82352941176471,7.84313725490196],[13.7254901960784,2.94117647058824,0.980392156862745],[46.078431372549,31.3725490196078,26.4705882352941],[28.4313725490196,11.7647058823529,4.90196078431373],[34.3137254901961,20.5882352941176,11.7647058823529],[33.3333333333333,20.5882352941176,12.7450980392157],[65.6862745098039,57.843137254902,54.9019607843137],[19.6078431372549,11.7647058823529,9.80392156862745],[27.4509803921569,18.6274509803922,19.6078431372549],[21.5686274509804,11.7647058823529,12.7450980392157],[26.4705882352941,12.7450980392157,11.7647058823529],[50,32.3529411764706,28.4313725490196],[40.1960784313726,19.6078431372549,14.7058823529412],[21.5686274509804,1.96078431372549,0],[33.3333333333333,14.7058823529412,8.82352941176471],[32.3529411764706,14.7058823529412,10.7843137254902],[32.3529411764706,18.6274509803922,17.6470588235294],[15.6862745098039,5.88235294117647,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[13.7254901960784,7.84313725490196,11.7647058823529],[16.6666666666667,10.7843137254902,14.7058823529412],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[21.5686274509804,13.7254901960784,10.7843137254902],[14.7058823529412,9.80392156862745,5.88235294117647],[5.88235294117647,0.980392156862745,0],[23.5294117647059,19.6078431372549,16.6666666666667],[27.4509803921569,26.4705882352941,24.5098039215686],[15.6862745098039,14.7058823529412,12.7450980392157],[20.5882352941176,20.5882352941176,20.5882352941176],[20.5882352941176,20.5882352941176,20.5882352941176],[8.82352941176471,8.82352941176471,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[16.6666666666667,14.7058823529412,19.6078431372549],[0.980392156862745,0,4.90196078431373],[9.80392156862745,7.84313725490196,12.7450980392157],[6.86274509803922,4.90196078431373,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0.980392156862745,2.94117647058824],[7.84313725490196,8.82352941176471,13.7254901960784],[6.86274509803922,6.86274509803922,16.6666666666667],[0,0.980392156862745,12.7450980392157],[1.96078431372549,3.92156862745098,15.6862745098039],[5.88235294117647,8.82352941176471,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,1.96078431372549],[3.92156862745098,8.82352941176471,4.90196078431373],[4.90196078431373,6.86274509803922,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,0,4.90196078431373],[7.84313725490196,6.86274509803922,11.7647058823529],[27.4509803921569,28.4313725490196,32.3529411764706],[23.5294117647059,28.4313725490196,32.3529411764706],[5.88235294117647,10.7843137254902,14.7058823529412],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,4.90196078431373,11.7647058823529],[11.7647058823529,9.80392156862745,14.7058823529412],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[21.5686274509804,21.5686274509804,19.6078431372549],[30.3921568627451,31.3725490196078,26.4705882352941],[34.3137254901961,36.2745098039216,31.3725490196078],[15.6862745098039,17.6470588235294,12.7450980392157],[9.80392156862745,11.7647058823529,8.82352941176471],[68.6274509803922,70.5882352941177,67.6470588235294],[84.3137254901961,89.2156862745098,82.3529411764706],[0.980392156862745,6.86274509803922,0],[40.1960784313726,46.078431372549,36.2745098039216],[27.4509803921569,33.3333333333333,21.5686274509804],[61.7647058823529,67.6470588235294,55.8823529411765],[59.8039215686275,63.7254901960784,50],[63.7254901960784,67.6470588235294,52.9411764705882],[59.8039215686275,62.7450980392157,46.078431372549],[46.078431372549,47.0588235294118,31.3725490196078],[58.8235294117647,57.843137254902,40.1960784313726],[46.078431372549,43.1372549019608,24.5098039215686],[34.3137254901961,31.3725490196078,12.7450980392157],[78.4313725490196,73.5294117647059,54.9019607843137],[56.8627450980392,51.9607843137255,33.3333333333333],[75.4901960784314,70.5882352941177,51.9607843137255],[77.4509803921569,71.5686274509804,55.8823529411765],[59.8039215686275,53.921568627451,38.2352941176471],[104.901960784314,99.0196078431373,85.2941176470588],[54.9019607843137,51.9607843137255,37.2549019607843],[54.9019607843137,52.9411764705882,40.1960784313726],[41.1764705882353,42.156862745098,28.4313725490196],[38.2352941176471,38.2352941176471,26.4705882352941],[22.5490196078431,24.5098039215686,13.7254901960784],[53.921568627451,56.8627450980392,48.0392156862745],[51.9607843137255,56.8627450980392,50],[25.4901960784314,30.3921568627451,23.5294117647059],[23.5294117647059,28.4313725490196,22.5490196078431],[24.5098039215686,29.4117647058824,25.4901960784314],[24.5098039215686,26.4705882352941,25.4901960784314],[8.82352941176471,10.7843137254902,9.80392156862745],[26.4705882352941,28.4313725490196,27.4509803921569],[13.7254901960784,15.6862745098039,12.7450980392157],[0.980392156862745,2.94117647058824,0],[13.7254901960784,18.6274509803922,14.7058823529412],[8.82352941176471,12.7450980392157,11.7647058823529],[0.980392156862745,4.90196078431373,5.88235294117647],[9.80392156862745,10.7843137254902,14.7058823529412],[20.5882352941176,21.5686274509804,25.4901960784314],[26.4705882352941,26.4705882352941,28.4313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[17.6470588235294,17.6470588235294,15.6862745098039],[16.6666666666667,15.6862745098039,10.7843137254902],[12.7450980392157,9.80392156862745,2.94117647058824],[15.6862745098039,11.7647058823529,2.94117647058824],[24.5098039215686,20.5882352941176,11.7647058823529],[28.4313725490196,21.5686274509804,13.7254901960784],[24.5098039215686,17.6470588235294,9.80392156862745],[27.4509803921569,18.6274509803922,11.7647058823529],[32.3529411764706,17.6470588235294,14.7058823529412],[41.1764705882353,23.5294117647059,19.6078431372549],[41.1764705882353,22.5490196078431,18.6274509803922],[41.1764705882353,22.5490196078431,18.6274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[25.4901960784314,10.7843137254902,7.84313725490196],[30.3921568627451,16.6666666666667,15.6862745098039],[27.4509803921569,15.6862745098039,15.6862745098039],[23.5294117647059,13.7254901960784,12.7450980392157],[8.82352941176471,0.980392156862745,0],[40.1960784313726,30.3921568627451,29.4117647058824],[53.921568627451,44.1176470588235,42.156862745098],[20.5882352941176,12.7450980392157,10.7843137254902],[22.5490196078431,17.6470588235294,14.7058823529412],[38.2352941176471,34.3137254901961,33.3333333333333],[11.7647058823529,6.86274509803922,3.92156862745098],[25.4901960784314,14.7058823529412,12.7450980392157],[12.7450980392157,0,0],[29.4117647058824,14.7058823529412,9.80392156862745],[39.2156862745098,21.5686274509804,17.6470588235294],[43.1372549019608,25.4901960784314,21.5686274509804],[38.2352941176471,23.5294117647059,18.6274509803922],[21.5686274509804,6.86274509803922,3.92156862745098],[34.3137254901961,20.5882352941176,19.6078431372549],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[22.5490196078431,18.6274509803922,17.6470588235294],[22.5490196078431,20.5882352941176,21.5686274509804],[15.6862745098039,13.7254901960784,14.7058823529412],[20.5882352941176,18.6274509803922,19.6078431372549],[20.5882352941176,18.6274509803922,19.6078431372549],[10.7843137254902,8.82352941176471,9.80392156862745],[1.96078431372549,0,0.980392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[11.7647058823529,11.7647058823529,11.7647058823529],[24.5098039215686,24.5098039215686,24.5098039215686],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[24.5098039215686,24.5098039215686,26.4705882352941],[30.3921568627451,30.3921568627451,32.3529411764706],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,10.7843137254902],[5.88235294117647,4.90196078431373,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[25.4901960784314,25.4901960784314,27.4509803921569],[24.5098039215686,24.5098039215686,26.4705882352941],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[51.9607843137255,52.9411764705882,54.9019607843137],[47.0588235294118,48.0392156862745,50],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[10.7843137254902,11.7647058823529,16.6666666666667],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,8.82352941176471],[18.6274509803922,18.6274509803922,18.6274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,10.7843137254902,13.7254901960784],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[11.7647058823529,12.7450980392157,14.7058823529412],[14.7058823529412,18.6274509803922,17.6470588235294],[5.88235294117647,9.80392156862745,8.82352941176471],[2.94117647058824,8.82352941176471,6.86274509803922],[53.921568627451,59.8039215686275,57.843137254902],[159.803921568627,168.627450980392,165.686274509804],[19.6078431372549,28.4313725490196,23.5294117647059],[6.86274509803922,13.7254901960784,6.86274509803922],[23.5294117647059,30.3921568627451,22.5490196078431],[62.7450980392157,68.6274509803922,58.8235294117647],[35.2941176470588,41.1764705882353,29.4117647058824],[29.4117647058824,35.2941176470588,21.5686274509804],[50.9803921568627,54.9019607843137,40.1960784313726],[45.0980392156863,48.0392156862745,31.3725490196078],[42.156862745098,43.1372549019608,27.4509803921569],[36.2745098039216,37.2549019607843,19.6078431372549],[42.156862745098,41.1764705882353,23.5294117647059],[64.7058823529412,63.7254901960784,46.078431372549],[23.5294117647059,20.5882352941176,5.88235294117647],[52.9411764705882,50,35.2941176470588],[84.3137254901961,80.3921568627451,68.6274509803922],[58.8235294117647,52.9411764705882,41.1764705882353],[62.7450980392157,58.8235294117647,48.0392156862745],[20.5882352941176,18.6274509803922,6.86274509803922],[31.3725490196078,31.3725490196078,21.5686274509804],[64.7058823529412,66.6666666666667,55.8823529411765],[50,52.9411764705882,44.1176470588235],[27.4509803921569,32.3529411764706,25.4901960784314],[28.4313725490196,33.3333333333333,26.4705882352941],[41.1764705882353,48.0392156862745,41.1764705882353],[18.6274509803922,27.4509803921569,22.5490196078431],[14.7058823529412,23.5294117647059,20.5882352941176],[14.7058823529412,23.5294117647059,20.5882352941176],[6.86274509803922,15.6862745098039,14.7058823529412],[6.86274509803922,15.6862745098039,14.7058823529412],[2.94117647058824,11.7647058823529,10.7843137254902],[7.84313725490196,13.7254901960784,13.7254901960784],[19.6078431372549,24.5098039215686,27.4509803921569],[5.88235294117647,10.7843137254902,13.7254901960784],[0,2.94117647058824,2.94117647058824],[10.7843137254902,16.6666666666667,16.6666666666667],[0,0.980392156862745,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[11.7647058823529,15.6862745098039,14.7058823529412],[5.88235294117647,7.84313725490196,6.86274509803922],[9.80392156862745,11.7647058823529,8.82352941176471],[15.6862745098039,17.6470588235294,14.7058823529412],[13.7254901960784,14.7058823529412,9.80392156862745],[10.7843137254902,11.7647058823529,6.86274509803922],[14.7058823529412,15.6862745098039,10.7843137254902],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[11.7647058823529,6.86274509803922,3.92156862745098],[26.4705882352941,15.6862745098039,13.7254901960784],[47.0588235294118,32.3529411764706,29.4117647058824],[40.1960784313726,25.4901960784314,22.5490196078431],[29.4117647058824,15.6862745098039,12.7450980392157],[30.3921568627451,16.6666666666667,15.6862745098039],[28.4313725490196,17.6470588235294,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[26.4705882352941,16.6666666666667,14.7058823529412],[17.6470588235294,9.80392156862745,7.84313725490196],[15.6862745098039,10.7843137254902,7.84313725490196],[21.5686274509804,15.6862745098039,15.6862745098039],[20.5882352941176,16.6666666666667,15.6862745098039],[12.7450980392157,8.82352941176471,9.80392156862745],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,2.94117647058824,2.94117647058824],[39.2156862745098,25.4901960784314,22.5490196078431],[18.6274509803922,3.92156862745098,0],[27.4509803921569,12.7450980392157,7.84313725490196],[39.2156862745098,24.5098039215686,19.6078431372549],[52.9411764705882,39.2156862745098,36.2745098039216],[50,39.2156862745098,35.2941176470588],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[13.7254901960784,11.7647058823529,12.7450980392157],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[20.5882352941176,16.6666666666667,17.6470588235294],[17.6470588235294,15.6862745098039,16.6666666666667],[14.7058823529412,12.7450980392157,13.7254901960784],[24.5098039215686,22.5490196078431,23.5294117647059],[28.4313725490196,26.4705882352941,27.4509803921569],[21.5686274509804,19.6078431372549,20.5882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[15.6862745098039,15.6862745098039,15.6862745098039],[29.4117647058824,29.4117647058824,29.4117647058824],[11.7647058823529,11.7647058823529,11.7647058823529],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[9.80392156862745,9.80392156862745,11.7647058823529],[13.7254901960784,13.7254901960784,15.6862745098039],[2.94117647058824,2.94117647058824,4.90196078431373],[10.7843137254902,10.7843137254902,12.7450980392157],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[8.82352941176471,8.82352941176471,10.7843137254902],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[8.82352941176471,9.80392156862745,11.7647058823529],[13.7254901960784,14.7058823529412,16.6666666666667],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,4.90196078431373],[13.7254901960784,14.7058823529412,19.6078431372549],[9.80392156862745,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[5.88235294117647,6.86274509803922,11.7647058823529],[0.980392156862745,1.96078431372549,6.86274509803922],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,3.92156862745098],[7.84313725490196,7.84313725490196,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[9.80392156862745,13.7254901960784,12.7450980392157],[3.92156862745098,7.84313725490196,6.86274509803922],[0,1.96078431372549,0],[25.4901960784314,31.3725490196078,29.4117647058824],[0,7.84313725490196,6.86274509803922],[0,2.94117647058824,1.96078431372549],[20.5882352941176,26.4705882352941,24.5098039215686],[17.6470588235294,23.5294117647059,19.6078431372549],[21.5686274509804,28.4313725490196,21.5686274509804],[22.5490196078431,27.4509803921569,20.5882352941176],[23.5294117647059,29.4117647058824,19.6078431372549],[22.5490196078431,25.4901960784314,16.6666666666667],[60.7843137254902,63.7254901960784,52.9411764705882],[66.6666666666667,68.6274509803922,57.843137254902],[47.0588235294118,49.0196078431373,36.2745098039216],[23.5294117647059,23.5294117647059,11.7647058823529],[52.9411764705882,52.9411764705882,41.1764705882353],[58.8235294117647,55.8823529411765,47.0588235294118],[66.6666666666667,63.7254901960784,54.9019607843137],[36.2745098039216,33.3333333333333,24.5098039215686],[30.3921568627451,30.3921568627451,20.5882352941176],[27.4509803921569,27.4509803921569,17.6470588235294],[22.5490196078431,24.5098039215686,13.7254901960784],[29.4117647058824,30.3921568627451,22.5490196078431],[67.6470588235294,70.5882352941177,61.7647058823529],[28.4313725490196,33.3333333333333,26.4705882352941],[26.4705882352941,33.3333333333333,25.4901960784314],[23.5294117647059,33.3333333333333,25.4901960784314],[32.3529411764706,43.1372549019608,37.2549019607843],[9.80392156862745,20.5882352941176,14.7058823529412],[22.5490196078431,33.3333333333333,29.4117647058824],[6.86274509803922,17.6470588235294,13.7254901960784],[5.88235294117647,15.6862745098039,14.7058823529412],[9.80392156862745,19.6078431372549,18.6274509803922],[10.7843137254902,20.5882352941176,19.6078431372549],[11.7647058823529,20.5882352941176,19.6078431372549],[5.88235294117647,10.7843137254902,13.7254901960784],[10.7843137254902,15.6862745098039,18.6274509803922],[9.80392156862745,14.7058823529412,17.6470588235294],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,8.82352941176471,8.82352941176471],[0,0.980392156862745,1.96078431372549],[8.82352941176471,12.7450980392157,13.7254901960784],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,7.84313725490196,6.86274509803922],[15.6862745098039,17.6470588235294,16.6666666666667],[14.7058823529412,16.6666666666667,13.7254901960784],[7.84313725490196,7.84313725490196,5.88235294117647],[9.80392156862745,9.80392156862745,7.84313725490196],[13.7254901960784,13.7254901960784,11.7647058823529],[10.7843137254902,11.7647058823529,6.86274509803922],[5.88235294117647,1.96078431372549,0],[15.6862745098039,5.88235294117647,3.92156862745098],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,21.5686274509804,20.5882352941176],[30.3921568627451,19.6078431372549,17.6470588235294],[38.2352941176471,26.4705882352941,26.4705882352941],[28.4313725490196,18.6274509803922,17.6470588235294],[18.6274509803922,8.82352941176471,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[17.6470588235294,8.82352941176471,9.80392156862745],[21.5686274509804,15.6862745098039,15.6862745098039],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[21.5686274509804,6.86274509803922,3.92156862745098],[44.1176470588235,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,27.4509803921569],[34.3137254901961,20.5882352941176,19.6078431372549],[23.5294117647059,12.7450980392157,10.7843137254902],[8.82352941176471,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[9.80392156862745,0.980392156862745,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,7.84313725490196,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[12.7450980392157,10.7843137254902,11.7647058823529],[10.7843137254902,8.82352941176471,9.80392156862745],[22.5490196078431,20.5882352941176,21.5686274509804],[24.5098039215686,22.5490196078431,23.5294117647059],[21.5686274509804,19.6078431372549,20.5882352941176],[10.7843137254902,8.82352941176471,9.80392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[9.80392156862745,9.80392156862745,9.80392156862745],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[14.7058823529412,15.6862745098039,17.6470588235294],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,5.88235294117647],[12.7450980392157,13.7254901960784,18.6274509803922],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[10.7843137254902,14.7058823529412,13.7254901960784],[8.82352941176471,12.7450980392157,11.7647058823529],[0,1.96078431372549,0],[2.94117647058824,8.82352941176471,8.82352941176471],[8.82352941176471,16.6666666666667,18.6274509803922],[4.90196078431373,12.7450980392157,14.7058823529412],[5.88235294117647,11.7647058823529,11.7647058823529],[12.7450980392157,18.6274509803922,16.6666666666667],[18.6274509803922,24.5098039215686,20.5882352941176],[30.3921568627451,36.2745098039216,32.3529411764706],[31.3725490196078,36.2745098039216,30.3921568627451],[30.3921568627451,35.2941176470588,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[49.0196078431373,51.9607843137255,45.0980392156863],[41.1764705882353,44.1176470588235,37.2549019607843],[27.4509803921569,28.4313725490196,22.5490196078431],[40.1960784313726,41.1764705882353,35.2941176470588],[38.2352941176471,39.2156862745098,34.3137254901961],[42.156862745098,43.1372549019608,38.2352941176471],[15.6862745098039,16.6666666666667,11.7647058823529],[22.5490196078431,25.4901960784314,18.6274509803922],[16.6666666666667,21.5686274509804,14.7058823529412],[27.4509803921569,32.3529411764706,25.4901960784314],[29.4117647058824,36.2745098039216,28.4313725490196],[50.9803921568627,60.7843137254902,52.9411764705882],[13.7254901960784,23.5294117647059,15.6862745098039],[20.5882352941176,31.3725490196078,23.5294117647059],[17.6470588235294,30.3921568627451,23.5294117647059],[28.4313725490196,41.1764705882353,34.3137254901961],[13.7254901960784,28.4313725490196,23.5294117647059],[4.90196078431373,19.6078431372549,14.7058823529412],[3.92156862745098,15.6862745098039,11.7647058823529],[20.5882352941176,32.3529411764706,30.3921568627451],[7.84313725490196,19.6078431372549,17.6470588235294],[0,9.80392156862745,7.84313725490196],[11.7647058823529,21.5686274509804,20.5882352941176],[0,2.94117647058824,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[3.92156862745098,8.82352941176471,11.7647058823529],[3.92156862745098,8.82352941176471,11.7647058823529],[11.7647058823529,17.6470588235294,17.6470588235294],[7.84313725490196,13.7254901960784,13.7254901960784],[5.88235294117647,9.80392156862745,10.7843137254902],[0.980392156862745,4.90196078431373,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[8.82352941176471,10.7843137254902,9.80392156862745],[6.86274509803922,8.82352941176471,7.84313725490196],[1.96078431372549,3.92156862745098,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[10.7843137254902,10.7843137254902,8.82352941176471],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,7.84313725490196,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[20.5882352941176,10.7843137254902,8.82352941176471],[18.6274509803922,8.82352941176471,6.86274509803922],[31.3725490196078,21.5686274509804,20.5882352941176],[36.2745098039216,28.4313725490196,26.4705882352941],[17.6470588235294,9.80392156862745,7.84313725490196],[6.86274509803922,1.96078431372549,0],[10.7843137254902,4.90196078431373,4.90196078431373],[16.6666666666667,10.7843137254902,10.7843137254902],[13.7254901960784,9.80392156862745,8.82352941176471],[12.7450980392157,8.82352941176471,9.80392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,14.7058823529412],[24.5098039215686,13.7254901960784,11.7647058823529],[16.6666666666667,6.86274509803922,4.90196078431373],[14.7058823529412,4.90196078431373,3.92156862745098],[6.86274509803922,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,11.7647058823529,12.7450980392157],[15.6862745098039,13.7254901960784,14.7058823529412],[9.80392156862745,7.84313725490196,8.82352941176471],[6.86274509803922,4.90196078431373,5.88235294117647],[13.7254901960784,11.7647058823529,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[9.80392156862745,8.82352941176471,13.7254901960784],[6.86274509803922,5.88235294117647,10.7843137254902],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[22.5490196078431,23.5294117647059,28.4313725490196],[23.5294117647059,24.5098039215686,29.4117647058824],[1.96078431372549,2.94117647058824,7.84313725490196],[9.80392156862745,10.7843137254902,15.6862745098039],[1.96078431372549,2.94117647058824,7.84313725490196],[7.84313725490196,8.82352941176471,13.7254901960784],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[9.80392156862745,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[0,5.88235294117647,5.88235294117647],[0,7.84313725490196,10.7843137254902],[10.7843137254902,18.6274509803922,21.5686274509804],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,12.7450980392157,15.6862745098039],[0.980392156862745,6.86274509803922,6.86274509803922],[13.7254901960784,19.6078431372549,19.6078431372549],[19.6078431372549,25.4901960784314,25.4901960784314],[27.4509803921569,33.3333333333333,33.3333333333333],[11.7647058823529,17.6470588235294,15.6862745098039],[7.84313725490196,11.7647058823529,10.7843137254902],[17.6470588235294,21.5686274509804,20.5882352941176],[28.4313725490196,30.3921568627451,29.4117647058824],[21.5686274509804,23.5294117647059,22.5490196078431],[2.94117647058824,3.92156862745098,5.88235294117647],[14.7058823529412,15.6862745098039,17.6470588235294],[23.5294117647059,27.4509803921569,28.4313725490196],[17.6470588235294,23.5294117647059,21.5686274509804],[16.6666666666667,25.4901960784314,20.5882352941176],[23.5294117647059,32.3529411764706,27.4509803921569],[25.4901960784314,36.2745098039216,30.3921568627451],[23.5294117647059,36.2745098039216,29.4117647058824],[9.80392156862745,21.5686274509804,17.6470588235294],[12.7450980392157,27.4509803921569,22.5490196078431],[10.7843137254902,25.4901960784314,20.5882352941176],[9.80392156862745,24.5098039215686,19.6078431372549],[19.6078431372549,34.3137254901961,31.3725490196078],[9.80392156862745,24.5098039215686,21.5686274509804],[1.96078431372549,16.6666666666667,13.7254901960784],[0,4.90196078431373,1.96078431372549],[0,4.90196078431373,1.96078431372549],[8.82352941176471,22.5490196078431,22.5490196078431],[0,9.80392156862745,9.80392156862745],[13.7254901960784,21.5686274509804,24.5098039215686],[10.7843137254902,18.6274509803922,21.5686274509804],[0,6.86274509803922,9.80392156862745],[14.7058823529412,22.5490196078431,25.4901960784314],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[3.92156862745098,8.82352941176471,11.7647058823529],[14.7058823529412,18.6274509803922,21.5686274509804],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,2.94117647058824],[0,0.980392156862745,1.96078431372549],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[7.84313725490196,9.80392156862745,8.82352941176471],[8.82352941176471,10.7843137254902,9.80392156862745],[9.80392156862745,9.80392156862745,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[17.6470588235294,11.7647058823529,11.7647058823529],[14.7058823529412,8.82352941176471,8.82352941176471],[4.90196078431373,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,13.7254901960784,13.7254901960784],[11.7647058823529,5.88235294117647,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[11.7647058823529,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[11.7647058823529,9.80392156862745,12.7450980392157],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[1.96078431372549,0,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[8.82352941176471,8.82352941176471,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[11.7647058823529,10.7843137254902,15.6862745098039],[7.84313725490196,6.86274509803922,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[24.5098039215686,27.4509803921569,32.3529411764706],[36.2745098039216,39.2156862745098,44.1176470588235],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,1.96078431372549,5.88235294117647],[0,2.94117647058824,8.82352941176471],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[8.82352941176471,13.7254901960784,16.6666666666667],[14.7058823529412,19.6078431372549,22.5490196078431],[4.90196078431373,9.80392156862745,12.7450980392157],[1.96078431372549,6.86274509803922,9.80392156862745],[4.90196078431373,9.80392156862745,12.7450980392157],[6.86274509803922,11.7647058823529,14.7058823529412],[8.82352941176471,13.7254901960784,16.6666666666667],[6.86274509803922,11.7647058823529,15.6862745098039],[4.90196078431373,9.80392156862745,13.7254901960784],[12.7450980392157,17.6470588235294,21.5686274509804],[16.6666666666667,21.5686274509804,25.4901960784314],[8.82352941176471,16.6666666666667,19.6078431372549],[15.6862745098039,25.4901960784314,26.4705882352941],[8.82352941176471,20.5882352941176,18.6274509803922],[0.980392156862745,12.7450980392157,10.7843137254902],[8.82352941176471,23.5294117647059,20.5882352941176],[4.90196078431373,19.6078431372549,16.6666666666667],[17.6470588235294,32.3529411764706,29.4117647058824],[8.82352941176471,24.5098039215686,21.5686274509804],[0,15.6862745098039,12.7450980392157],[10.7843137254902,26.4705882352941,23.5294117647059],[19.6078431372549,35.2941176470588,32.3529411764706],[0,15.6862745098039,12.7450980392157],[18.6274509803922,33.3333333333333,30.3921568627451],[129.411764705882,144.117647058824,141.176470588235],[15.6862745098039,30.3921568627451,27.4509803921569],[0,3.92156862745098,3.92156862745098],[12.7450980392157,24.5098039215686,24.5098039215686],[1.96078431372549,11.7647058823529,13.7254901960784],[9.80392156862745,17.6470588235294,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[0,1.96078431372549,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[0,3.92156862745098,6.86274509803922],[7.84313725490196,12.7450980392157,15.6862745098039],[2.94117647058824,7.84313725490196,10.7843137254902],[8.82352941176471,12.7450980392157,13.7254901960784],[0.980392156862745,4.90196078431373,5.88235294117647],[2.94117647058824,6.86274509803922,7.84313725490196],[11.7647058823529,15.6862745098039,16.6666666666667],[15.6862745098039,17.6470588235294,16.6666666666667],[11.7647058823529,13.7254901960784,12.7450980392157],[8.82352941176471,10.7843137254902,9.80392156862745],[7.84313725490196,9.80392156862745,8.82352941176471],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,0,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[12.7450980392157,8.82352941176471,9.80392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[10.7843137254902,8.82352941176471,11.7647058823529],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745],[13.7254901960784,16.6666666666667,21.5686274509804],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[3.92156862745098,6.86274509803922,11.7647058823529],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,4.90196078431373,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,1.96078431372549],[2.94117647058824,7.84313725490196,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[11.7647058823529,16.6666666666667,20.5882352941176],[7.84313725490196,12.7450980392157,16.6666666666667],[5.88235294117647,10.7843137254902,14.7058823529412],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,9.80392156862745,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[5.88235294117647,13.7254901960784,16.6666666666667],[4.90196078431373,11.7647058823529,17.6470588235294],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[0,4.90196078431373,10.7843137254902],[3.92156862745098,10.7843137254902,18.6274509803922],[3.92156862745098,10.7843137254902,18.6274509803922],[8.82352941176471,17.6470588235294,24.5098039215686],[0.980392156862745,11.7647058823529,15.6862745098039],[1.96078431372549,15.6862745098039,16.6666666666667],[3.92156862745098,17.6470588235294,18.6274509803922],[6.86274509803922,22.5490196078431,22.5490196078431],[0,8.82352941176471,7.84313725490196],[1.96078431372549,17.6470588235294,16.6666666666667],[2.94117647058824,16.6666666666667,16.6666666666667],[8.82352941176471,22.5490196078431,22.5490196078431],[1.96078431372549,15.6862745098039,15.6862745098039],[0,10.7843137254902,10.7843137254902],[0,10.7843137254902,10.7843137254902],[5.88235294117647,17.6470588235294,17.6470588235294],[117.647058823529,129.411764705882,129.411764705882],[13.7254901960784,25.4901960784314,25.4901960784314],[0,8.82352941176471,6.86274509803922],[8.82352941176471,18.6274509803922,19.6078431372549],[11.7647058823529,19.6078431372549,22.5490196078431],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0.980392156862745,8.82352941176471,11.7647058823529],[0.980392156862745,8.82352941176471,11.7647058823529],[0,6.86274509803922,9.80392156862745],[10.7843137254902,15.6862745098039,19.6078431372549],[0,1.96078431372549,5.88235294117647],[7.84313725490196,12.7450980392157,15.6862745098039],[3.92156862745098,8.82352941176471,11.7647058823529],[7.84313725490196,11.7647058823529,14.7058823529412],[12.7450980392157,16.6666666666667,19.6078431372549],[9.80392156862745,13.7254901960784,14.7058823529412],[7.84313725490196,11.7647058823529,12.7450980392157],[6.86274509803922,10.7843137254902,11.7647058823529],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,10.7843137254902,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,11.7647058823529,15.6862745098039],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[25.4901960784314,28.4313725490196,33.3333333333333],[201.960784313725,204.901960784314,209.803921568627],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[2.94117647058824,7.84313725490196,10.7843137254902],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[3.92156862745098,10.7843137254902,16.6666666666667],[0,6.86274509803922,12.7450980392157],[1.96078431372549,8.82352941176471,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,5.88235294117647,12.7450980392157],[7.84313725490196,16.6666666666667,23.5294117647059],[2.94117647058824,11.7647058823529,18.6274509803922],[8.82352941176471,19.6078431372549,25.4901960784314],[5.88235294117647,18.6274509803922,24.5098039215686],[0,11.7647058823529,14.7058823529412],[0,14.7058823529412,17.6470588235294],[3.92156862745098,17.6470588235294,20.5882352941176],[2.94117647058824,16.6666666666667,17.6470588235294],[4.90196078431373,18.6274509803922,19.6078431372549],[0.980392156862745,14.7058823529412,15.6862745098039],[4.90196078431373,15.6862745098039,17.6470588235294],[5.88235294117647,17.6470588235294,17.6470588235294],[2.94117647058824,14.7058823529412,14.7058823529412],[0,6.86274509803922,7.84313725490196],[0,3.92156862745098,4.90196078431373],[0,2.94117647058824,3.92156862745098],[0,7.84313725490196,8.82352941176471],[10.7843137254902,19.6078431372549,18.6274509803922],[0.980392156862745,9.80392156862745,8.82352941176471],[3.92156862745098,11.7647058823529,13.7254901960784],[0,1.96078431372549,4.90196078431373],[41.1764705882353,49.0196078431373,51.9607843137255],[164.705882352941,172.549019607843,175.490196078431],[5.88235294117647,13.7254901960784,16.6666666666667],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0,1.96078431372549,2.94117647058824],[1.96078431372549,5.88235294117647,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0.980392156862745,4.90196078431373,3.92156862745098],[2.94117647058824,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[0,0,3.92156862745098],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,5.88235294117647,10.7843137254902],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[9.80392156862745,7.84313725490196,10.7843137254902],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[4.90196078431373,7.84313725490196,12.7450980392157],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[6.86274509803922,9.80392156862745,14.7058823529412],[66.6666666666667,69.6078431372549,74.5098039215686],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[2.94117647058824,1.96078431372549,7.84313725490196],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,2.94117647058824,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,1.96078431372549,2.94117647058824],[0.980392156862745,4.90196078431373,5.88235294117647],[0.980392156862745,4.90196078431373,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,7.84313725490196],[0,5.88235294117647,8.82352941176471],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[0,5.88235294117647,10.7843137254902],[0,5.88235294117647,10.7843137254902],[0,9.80392156862745,13.7254901960784],[1.96078431372549,12.7450980392157,18.6274509803922],[4.90196078431373,15.6862745098039,21.5686274509804],[5.88235294117647,16.6666666666667,22.5490196078431],[3.92156862745098,14.7058823529412,20.5882352941176],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[2.94117647058824,13.7254901960784,19.6078431372549],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,14.7058823529412,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[1.96078431372549,10.7843137254902,15.6862745098039],[0.980392156862745,8.82352941176471,11.7647058823529],[0,3.92156862745098,6.86274509803922],[0,5.88235294117647,7.84313725490196],[1.96078431372549,9.80392156862745,11.7647058823529],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,2.94117647058824],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[0,1.96078431372549,4.90196078431373],[11.7647058823529,19.6078431372549,22.5490196078431],[25.4901960784314,33.3333333333333,36.2745098039216],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,2.94117647058824,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[4.90196078431373,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[12.7450980392157,16.6666666666667,19.6078431372549],[0,0.980392156862745,3.92156862745098],[1.96078431372549,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[12.7450980392157,13.7254901960784,17.6470588235294],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[0,1.96078431372549,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[7.84313725490196,10.7843137254902,15.6862745098039]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,14.7058823529412],[0,0,4.90196078431373],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,0],[0,3.92156862745098,2.94117647058824],[0,3.92156862745098,2.94117647058824],[0,1.96078431372549,2.94117647058824],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,11.7647058823529],[0,7.84313725490196,12.7450980392157],[0.980392156862745,9.80392156862745,14.7058823529412],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,17.6470588235294],[2.94117647058824,13.7254901960784,17.6470588235294],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[1.96078431372549,12.7450980392157,18.6274509803922],[3.92156862745098,12.7450980392157,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[4.90196078431373,11.7647058823529,17.6470588235294],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[0,4.90196078431373,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[4.90196078431373,8.82352941176471,11.7647058823529],[44.1176470588235,48.0392156862745,50.9803921568627],[47.0588235294118,50.9803921568627,51.9607843137255],[0,3.92156862745098,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,5.88235294117647,8.82352941176471],[3.92156862745098,11.7647058823529,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[9.80392156862745,7.84313725490196,10.7843137254902],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[150,150.980392156863,152.941176470588],[42.156862745098,43.1372549019608,47.0588235294118],[15.6862745098039,16.6666666666667,20.5882352941176],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[9.80392156862745,10.7843137254902,14.7058823529412],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,7.84313725490196,12.7450980392157],[0,1.96078431372549,6.86274509803922],[0,2.94117647058824,7.84313725490196],[8.82352941176471,11.7647058823529,16.6666666666667],[6.86274509803922,9.80392156862745,14.7058823529412],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[10.7843137254902,13.7254901960784,18.6274509803922],[7.84313725490196,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0.980392156862745,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,8.82352941176471],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[1.96078431372549,9.80392156862745,12.7450980392157],[1.96078431372549,11.7647058823529,13.7254901960784],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[1.96078431372549,10.7843137254902,15.6862745098039],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,9.80392156862745,17.6470588235294],[1.96078431372549,8.82352941176471,14.7058823529412],[2.94117647058824,7.84313725490196,13.7254901960784],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[23.5294117647059,24.5098039215686,26.4705882352941],[0,0.980392156862745,3.92156862745098],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[5.88235294117647,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,4.90196078431373],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[5.88235294117647,9.80392156862745,12.7450980392157],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[31.3725490196078,32.3529411764706,34.3137254901961],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[22.5490196078431,23.5294117647059,27.4509803921569],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[9.80392156862745,12.7450980392157,17.6470588235294],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0,4.90196078431373],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[4.90196078431373,7.84313725490196,12.7450980392157],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[2.94117647058824,5.88235294117647,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,6.86274509803922],[0,0,6.86274509803922],[3.92156862745098,2.94117647058824,8.82352941176471],[1.96078431372549,0.980392156862745,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[4.90196078431373,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0,0,0],[0,0,1.96078431372549],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,7.84313725490196],[0,7.84313725490196,9.80392156862745],[3.92156862745098,11.7647058823529,13.7254901960784],[6.86274509803922,16.6666666666667,17.6470588235294],[0,8.82352941176471,13.7254901960784],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,9.80392156862745,15.6862745098039],[1.96078431372549,8.82352941176471,14.7058823529412],[0.980392156862745,5.88235294117647,11.7647058823529],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,5.88235294117647,6.86274509803922],[0,1.96078431372549,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[0,2.94117647058824,5.88235294117647],[3.92156862745098,7.84313725490196,10.7843137254902],[0,2.94117647058824,5.88235294117647],[8.82352941176471,12.7450980392157,15.6862745098039],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[6.86274509803922,10.7843137254902,13.7254901960784],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[7.84313725490196,8.82352941176471,10.7843137254902],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[123.529411764706,124.509803921569,128.43137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,10.7843137254902,15.6862745098039],[5.88235294117647,8.82352941176471,13.7254901960784],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[0.980392156862745,0,7.84313725490196],[0,0,8.82352941176471],[8.82352941176471,6.86274509803922,17.6470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[1.96078431372549,3.92156862745098,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[9.80392156862745,11.7647058823529,10.7843137254902],[35.2941176470588,37.2549019607843,36.2745098039216],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[6.86274509803922,7.84313725490196,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,4.90196078431373,7.84313725490196],[4.90196078431373,10.7843137254902,10.7843137254902],[7.84313725490196,15.6862745098039,17.6470588235294],[0,7.84313725490196,10.7843137254902],[0.980392156862745,7.84313725490196,13.7254901960784],[2.94117647058824,7.84313725490196,13.7254901960784],[1.96078431372549,6.86274509803922,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[9.80392156862745,11.7647058823529,10.7843137254902],[4.90196078431373,6.86274509803922,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[2.94117647058824,6.86274509803922,9.80392156862745],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[13.7254901960784,17.6470588235294,20.5882352941176],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[3.92156862745098,7.84313725490196,10.7843137254902],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[7.84313725490196,8.82352941176471,12.7450980392157],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,4.90196078431373,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,3.92156862745098],[0,0,4.90196078431373],[0,0,6.86274509803922],[24.5098039215686,22.5490196078431,33.3333333333333],[246.078431372549,244.117647058824,250],[207.843137254902,207.843137254902,215.686274509804],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[0,1.96078431372549,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[32.3529411764706,34.3137254901961,33.3333333333333],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,6.86274509803922,7.84313725490196],[3.92156862745098,9.80392156862745,9.80392156862745],[0,5.88235294117647,7.84313725490196],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[36.2745098039216,40.1960784313726,43.1372549019608],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[66.6666666666667,70.5882352941177,73.5294117647059],[6.86274509803922,10.7843137254902,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[1.96078431372549,6.86274509803922,10.7843137254902],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[4.90196078431373,9.80392156862745,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[0.980392156862745,0,7.84313725490196],[9.80392156862745,7.84313725490196,18.6274509803922],[250,248.039215686275,250],[218.627450980392,218.627450980392,226.470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,0.980392156862745,0],[114.705882352941,116.666666666667,111.764705882353],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[38.2352941176471,40.1960784313726,39.2156862745098],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[0,0,6.86274509803922],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,6.86274509803922],[0,3.92156862745098,5.88235294117647],[0,2.94117647058824,2.94117647058824],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,9.80392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[4.90196078431373,8.82352941176471,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[195.098039215686,196.078431372549,198.039215686275],[22.5490196078431,23.5294117647059,27.4509803921569],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[75.4901960784314,79.4117647058823,82.3529411764706],[13.7254901960784,17.6470588235294,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,13.7254901960784],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[15.6862745098039,20.5882352941176,24.5098039215686],[0,0.980392156862745,4.90196078431373],[7.84313725490196,12.7450980392157,16.6666666666667],[120.588235294118,125.490196078431,129.411764705882],[50.9803921568627,55.8823529411765,59.8039215686275],[13.7254901960784,18.6274509803922,22.5490196078431],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[0,3.92156862745098,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[7.84313725490196,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[6.86274509803922,5.88235294117647,13.7254901960784],[0,0,8.82352941176471],[5.88235294117647,3.92156862745098,14.7058823529412],[0.980392156862745,0.980392156862745,8.82352941176471],[0,0,6.86274509803922],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,12.7450980392157],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,4.90196078431373],[9.80392156862745,11.7647058823529,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[1.96078431372549,0.980392156862745,8.82352941176471],[0.980392156862745,0,7.84313725490196],[0,0,4.90196078431373],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,2.94117647058824,3.92156862745098],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,5.88235294117647],[0,2.94117647058824,1.96078431372549],[0,2.94117647058824,1.96078431372549],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,5.88235294117647,4.90196078431373],[2.94117647058824,6.86274509803922,5.88235294117647],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0,1.96078431372549,0.980392156862745],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[7.84313725490196,11.7647058823529,14.7058823529412],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[23.5294117647059,24.5098039215686,26.4705882352941],[162.745098039216,163.725490196078,165.686274509804],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[7.84313725490196,12.7450980392157,16.6666666666667],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[10.7843137254902,15.6862745098039,19.6078431372549],[0,0.980392156862745,4.90196078431373],[0,4.90196078431373,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,2.94117647058824,6.86274509803922],[7.84313725490196,12.7450980392157,16.6666666666667]]],"zmin":[10,0,0],"zmax":[200,250,250],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"image"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"scene":{"zaxis":{"title":[]}},"xaxis":{"domain":[0,1],"automargin":true},"yaxis":{"domain":[0,1],"automargin":true},"hovermode":"closest","showlegend":false},"source":"A","config":{"showSendToCloud":false},"data":[{"z":[[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[40.1960784313726,36.2745098039216,37.2549019607843],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[14.7058823529412,9.80392156862745,13.7254901960784],[77.4509803921569,72.5490196078431,76.4705882352941],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0],[94.1176470588235,90.1960784313725,87.2549019607843],[13.7254901960784,10.7843137254902,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[114.705882352941,110.78431372549,111.764705882353],[113.725490196078,109.803921568627,110.78431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[15.6862745098039,10.7843137254902,6.86274509803922],[23.5294117647059,20.5882352941176,13.7254901960784],[19.6078431372549,19.6078431372549,7.84313725490196],[2.94117647058824,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[3.92156862745098,0,0],[15.6862745098039,7.84313725490196,4.90196078431373],[14.7058823529412,2.94117647058824,4.90196078431373],[11.7647058823529,0,1.96078431372549],[15.6862745098039,0.980392156862745,7.84313725490196],[20.5882352941176,4.90196078431373,14.7058823529412],[9.80392156862745,0,3.92156862745098],[14.7058823529412,1.96078431372549,10.7843137254902],[13.7254901960784,3.92156862745098,11.7647058823529],[3.92156862745098,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,14.7058823529412],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[55.8823529411765,50.9803921568627,54.9019607843137],[244.117647058824,239.21568627451,243.137254901961],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[51.9607843137255,48.0392156862745,45.0980392156863],[5.88235294117647,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[11.7647058823529,3.92156862745098,0.980392156862745],[16.6666666666667,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[16.6666666666667,8.82352941176471,5.88235294117647],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,2.94117647058824,0],[13.7254901960784,13.7254901960784,1.96078431372549],[27.4509803921569,28.4313725490196,14.7058823529412],[37.2549019607843,35.2941176470588,23.5294117647059],[21.5686274509804,17.6470588235294,8.82352941176471],[22.5490196078431,15.6862745098039,9.80392156862745],[39.2156862745098,29.4117647058824,27.4509803921569],[21.5686274509804,9.80392156862745,9.80392156862745],[13.7254901960784,0,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,6.86274509803922,11.7647058823529],[7.84313725490196,0,0],[8.82352941176471,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[43.1372549019608,41.1764705882353,42.156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0,0],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,7.84313725490196,3.92156862745098],[6.86274509803922,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[5.88235294117647,0,0],[12.7450980392157,7.84313725490196,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[9.80392156862745,4.90196078431373,0],[13.7254901960784,8.82352941176471,2.94117647058824],[15.6862745098039,10.7843137254902,4.90196078431373],[28.4313725490196,25.4901960784314,16.6666666666667],[35.2941176470588,36.2745098039216,22.5490196078431],[20.5882352941176,21.5686274509804,5.88235294117647],[32.3529411764706,30.3921568627451,15.6862745098039],[56.8627450980392,53.921568627451,39.2156862745098],[32.3529411764706,26.4705882352941,14.7058823529412],[41.1764705882353,31.3725490196078,22.5490196078431],[31.3725490196078,18.6274509803922,12.7450980392157],[26.4705882352941,13.7254901960784,7.84313725490196],[43.1372549019608,29.4117647058824,26.4705882352941],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[22.5490196078431,20.5882352941176,21.5686274509804],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[43.1372549019608,43.1372549019608,43.1372549019608],[138.235294117647,138.235294117647,138.235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,2.94117647058824],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[59.8039215686275,53.921568627451,55.8823529411765],[41.1764705882353,35.2941176470588,37.2549019607843],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[16.6666666666667,10.7843137254902,10.7843137254902],[10.7843137254902,5.88235294117647,2.94117647058824],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,0.980392156862745],[20.5882352941176,15.6862745098039,9.80392156862745],[12.7450980392157,7.84313725490196,1.96078431372549],[6.86274509803922,1.96078431372549,0],[29.4117647058824,24.5098039215686,18.6274509803922],[19.6078431372549,15.6862745098039,6.86274509803922],[9.80392156862745,5.88235294117647,0],[17.6470588235294,15.6862745098039,3.92156862745098],[41.1764705882353,42.156862745098,26.4705882352941],[45.0980392156863,47.0588235294118,26.4705882352941],[24.5098039215686,23.5294117647059,3.92156862745098],[16.6666666666667,13.7254901960784,0],[10.7843137254902,5.88235294117647,0],[14.7058823529412,7.84313725490196,0],[14.7058823529412,5.88235294117647,0],[34.3137254901961,22.5490196078431,8.82352941176471],[36.2745098039216,24.5098039215686,12.7450980392157],[16.6666666666667,3.92156862745098,0],[7.84313725490196,0,0],[18.6274509803922,8.82352941176471,0],[16.6666666666667,7.84313725490196,0.980392156862745],[9.80392156862745,2.94117647058824,0],[37.2549019607843,30.3921568627451,24.5098039215686],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,1.96078431372549,0],[3.92156862745098,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[64.7058823529412,64.7058823529412,64.7058823529412],[187.254901960784,187.254901960784,187.254901960784],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[17.6470588235294,15.6862745098039,16.6666666666667],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[10.7843137254902,5.88235294117647,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0],[25.4901960784314,21.5686274509804,22.5490196078431],[18.6274509803922,14.7058823529412,15.6862745098039],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0],[44.1176470588235,41.1764705882353,34.3137254901961],[29.4117647058824,26.4705882352941,17.6470588235294],[4.90196078431373,1.96078431372549,0],[32.3529411764706,29.4117647058824,20.5882352941176],[23.5294117647059,21.5686274509804,9.80392156862745],[21.5686274509804,17.6470588235294,6.86274509803922],[10.7843137254902,6.86274509803922,0],[56.8627450980392,55.8823529411765,38.2352941176471],[42.156862745098,44.1176470588235,22.5490196078431],[30.3921568627451,30.3921568627451,6.86274509803922],[23.5294117647059,21.5686274509804,0],[32.3529411764706,28.4313725490196,3.92156862745098],[40.1960784313726,32.3529411764706,9.80392156862745],[59.8039215686275,50,25.4901960784314],[35.2941176470588,24.5098039215686,2.94117647058824],[19.6078431372549,7.84313725490196,0],[31.3725490196078,18.6274509803922,0],[18.6274509803922,7.84313725490196,0],[33.3333333333333,21.5686274509804,7.84313725490196],[37.2549019607843,27.4509803921569,15.6862745098039],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0.980392156862745,0],[9.80392156862745,2.94117647058824,0],[8.82352941176471,1.96078431372549,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,10.7843137254902,6.86274509803922],[15.6862745098039,10.7843137254902,6.86274509803922],[31.3725490196078,28.4313725490196,21.5686274509804],[18.6274509803922,15.6862745098039,8.82352941176471],[11.7647058823529,8.82352941176471,0],[24.5098039215686,22.5490196078431,10.7843137254902],[63.7254901960784,61.7647058823529,50],[31.3725490196078,29.4117647058824,16.6666666666667],[19.6078431372549,15.6862745098039,3.92156862745098],[10.7843137254902,8.82352941176471,0],[106.862745098039,105.882352941176,86.2745098039216],[94.1176470588235,93.1372549019608,72.5490196078431],[47.0588235294118,47.0588235294118,21.5686274509804],[20.5882352941176,19.6078431372549,0],[48.0392156862745,44.1176470588235,15.6862745098039],[44.1176470588235,39.2156862745098,9.80392156862745],[64.7058823529412,58.8235294117647,27.4509803921569],[51.9607843137255,43.1372549019608,12.7450980392157],[34.3137254901961,25.4901960784314,0],[57.843137254902,47.0588235294118,19.6078431372549],[78.4313725490196,68.6274509803922,44.1176470588235],[61.7647058823529,50.9803921568627,31.3725490196078],[25.4901960784314,13.7254901960784,0],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,4.90196078431373,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,1.96078431372549,0],[11.7647058823529,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[35.2941176470588,31.3725490196078,32.3529411764706],[25.4901960784314,21.5686274509804,22.5490196078431],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[95.0980392156863,93.1372549019608,96.078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,6.86274509803922,1.96078431372549],[9.80392156862745,6.86274509803922,1.96078431372549],[16.6666666666667,13.7254901960784,8.82352941176471],[33.3333333333333,30.3921568627451,25.4901960784314],[52.9411764705882,50,43.1372549019608],[44.1176470588235,41.1764705882353,34.3137254901961],[49.0196078431373,46.078431372549,37.2549019607843],[16.6666666666667,14.7058823529412,2.94117647058824],[53.921568627451,51.9607843137255,39.2156862745098],[53.921568627451,51.9607843137255,37.2549019607843],[46.078431372549,44.1176470588235,29.4117647058824],[57.843137254902,56.8627450980392,39.2156862745098],[43.1372549019608,42.156862745098,22.5490196078431],[86.2745098039216,85.2941176470588,64.7058823529412],[108.823529411765,108.823529411765,83.3333333333333],[100.980392156863,100,70.5882352941177],[61.7647058823529,58.8235294117647,26.4705882352941],[60.7843137254902,56.8627450980392,20.5882352941176],[105.882352941176,101.960784313725,64.7058823529412],[80.3921568627451,75.4901960784314,38.2352941176471],[66.6666666666667,58.8235294117647,22.5490196078431],[64.7058823529412,56.8627450980392,21.5686274509804],[82.3529411764706,71.5686274509804,42.156862745098],[122.549019607843,110.78431372549,87.2549019607843],[42.156862745098,29.4117647058824,10.7843137254902],[34.3137254901961,21.5686274509804,5.88235294117647],[53.921568627451,40.1960784313726,29.4117647058824],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,15.6862745098039,5.88235294117647],[22.5490196078431,12.7450980392157,3.92156862745098],[15.6862745098039,5.88235294117647,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[17.6470588235294,12.7450980392157,16.6666666666667],[15.6862745098039,13.7254901960784,16.6666666666667],[42.156862745098,40.1960784313726,43.1372549019608],[247.058823529412,245.098039215686,248.039215686275],[74.5098039215686,72.5490196078431,75.4901960784314],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,6.86274509803922,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[26.4705882352941,23.5294117647059,16.6666666666667],[6.86274509803922,3.92156862745098,0],[9.80392156862745,6.86274509803922,1.96078431372549],[47.0588235294118,44.1176470588235,39.2156862745098],[18.6274509803922,15.6862745098039,8.82352941176471],[2.94117647058824,0,0],[36.2745098039216,33.3333333333333,24.5098039215686],[26.4705882352941,24.5098039215686,12.7450980392157],[80.3921568627451,78.4313725490196,65.6862745098039],[54.9019607843137,52.9411764705882,38.2352941176471],[20.5882352941176,19.6078431372549,1.96078431372549],[83.3333333333333,82.3529411764706,64.7058823529412],[91.1764705882353,90.1960784313725,72.5490196078431],[67.6470588235294,66.6666666666667,47.0588235294118],[49.0196078431373,49.0196078431373,25.4901960784314],[99.0196078431373,100,69.6078431372549],[89.2156862745098,89.2156862745098,55.8823529411765],[93.1372549019608,91.1764705882353,52.9411764705882],[100,98.0392156862745,57.843137254902],[54.9019607843137,51.9607843137255,9.80392156862745],[67.6470588235294,62.7450980392157,23.5294117647059],[41.1764705882353,33.3333333333333,0],[74.5098039215686,65.6862745098039,33.3333333333333],[126.470588235294,115.686274509804,88.2352941176471],[43.1372549019608,31.3725490196078,9.80392156862745],[36.2745098039216,23.5294117647059,7.84313725490196],[19.6078431372549,5.88235294117647,0],[55.8823529411765,42.156862745098,33.3333333333333],[82.3529411764706,69.6078431372549,60.7843137254902],[68.6274509803922,58.8235294117647,49.0196078431373],[47.0588235294118,37.2549019607843,28.4313725490196],[26.4705882352941,16.6666666666667,7.84313725490196],[14.7058823529412,5.88235294117647,0],[13.7254901960784,4.90196078431373,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[128.43137254902,126.470588235294,127.450980392157],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[17.6470588235294,2.94117647058824,0],[10.7843137254902,0,0],[22.5490196078431,9.80392156862745,3.92156862745098],[13.7254901960784,0.980392156862745,0],[14.7058823529412,3.92156862745098,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[31.3725490196078,25.4901960784314,27.4509803921569],[45.0980392156863,41.1764705882353,42.156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[29.4117647058824,25.4901960784314,26.4705882352941],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[13.7254901960784,7.84313725490196,7.84313725490196],[5.88235294117647,0,0],[5.88235294117647,0,0],[17.6470588235294,10.7843137254902,4.90196078431373],[48.0392156862745,39.2156862745098,30.3921568627451],[10.7843137254902,2.94117647058824,0],[6.86274509803922,0,0],[58.8235294117647,51.9607843137255,44.1176470588235],[69.6078431372549,64.7058823529412,58.8235294117647],[39.2156862745098,34.3137254901961,28.4313725490196],[74.5098039215686,71.5686274509804,66.6666666666667],[35.2941176470588,32.3529411764706,27.4509803921569],[36.2745098039216,35.2941176470588,30.3921568627451],[0.980392156862745,0.980392156862745,0],[9.80392156862745,6.86274509803922,0],[17.6470588235294,15.6862745098039,3.92156862745098],[50.9803921568627,49.0196078431373,36.2745098039216],[29.4117647058824,27.4509803921569,12.7450980392157],[3.92156862745098,0.980392156862745,0],[12.7450980392157,9.80392156862745,0],[82.3529411764706,80.3921568627451,65.6862745098039],[23.5294117647059,22.5490196078431,4.90196078431373],[6.86274509803922,5.88235294117647,0],[80.3921568627451,80.3921568627451,52.9411764705882],[46.078431372549,47.0588235294118,13.7254901960784],[139.21568627451,139.21568627451,101.960784313725],[86.2745098039216,87.2549019607843,46.078431372549],[36.2745098039216,35.2941176470588,0],[34.3137254901961,33.3333333333333,0],[41.1764705882353,38.2352941176471,0],[86.2745098039216,80.3921568627451,45.0980392156863],[78.4313725490196,69.6078431372549,41.1764705882353],[29.4117647058824,17.6470588235294,0],[50,37.2549019607843,21.5686274509804],[28.4313725490196,14.7058823529412,5.88235294117647],[27.4509803921569,12.7450980392157,5.88235294117647],[57.843137254902,45.0980392156863,36.2745098039216],[72.5490196078431,59.8039215686275,50.9803921568627],[56.8627450980392,47.0588235294118,38.2352941176471],[17.6470588235294,7.84313725490196,0],[13.7254901960784,2.94117647058824,0],[29.4117647058824,18.6274509803922,14.7058823529412],[20.5882352941176,10.7843137254902,8.82352941176471],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[88.2352941176471,86.2745098039216,87.2549019607843],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[85.2941176470588,81.3725490196078,82.3529411764706],[97.0588235294118,93.1372549019608,94.1176470588235],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[101.960784313725,100,100.980392156863],[106.862745098039,104.901960784314,105.882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[8.82352941176471,4.90196078431373,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[8.82352941176471,10.7843137254902,7.84313725490196],[4.90196078431373,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,2.94117647058824,0],[18.6274509803922,1.96078431372549,0],[17.6470588235294,0,0],[31.3725490196078,12.7450980392157,5.88235294117647],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,23.5294117647059,13.7254901960784],[29.4117647058824,11.7647058823529,1.96078431372549],[27.4509803921569,10.7843137254902,2.94117647058824],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[29.4117647058824,22.5490196078431,16.6666666666667],[32.3529411764706,23.5294117647059,16.6666666666667],[48.0392156862745,40.1960784313726,27.4509803921569],[30.3921568627451,22.5490196078431,9.80392156862745],[32.3529411764706,24.5098039215686,13.7254901960784],[20.5882352941176,13.7254901960784,3.92156862745098],[23.5294117647059,16.6666666666667,8.82352941176471],[30.3921568627451,25.4901960784314,19.6078431372549],[28.4313725490196,25.4901960784314,20.5882352941176],[14.7058823529412,11.7647058823529,6.86274509803922],[3.92156862745098,2.94117647058824,0],[38.2352941176471,37.2549019607843,32.3529411764706],[57.843137254902,54.9019607843137,48.0392156862745],[32.3529411764706,29.4117647058824,20.5882352941176],[28.4313725490196,26.4705882352941,13.7254901960784],[15.6862745098039,13.7254901960784,0],[10.7843137254902,7.84313725490196,0],[26.4705882352941,23.5294117647059,8.82352941176471],[49.0196078431373,47.0588235294118,34.3137254901961],[34.3137254901961,32.3529411764706,17.6470588235294],[17.6470588235294,16.6666666666667,0],[56.8627450980392,56.8627450980392,31.3725490196078],[100,100.980392156863,69.6078431372549],[120.588235294118,122.549019607843,84.3137254901961],[130.392156862745,133.333333333333,91.1764705882353],[68.6274509803922,71.5686274509804,27.4509803921569],[60.7843137254902,61.7647058823529,18.6274509803922],[79.4117647058823,77.4509803921569,37.2549019607843],[84.3137254901961,80.3921568627451,44.1176470588235],[25.4901960784314,18.6274509803922,0],[16.6666666666667,5.88235294117647,0],[69.6078431372549,57.843137254902,42.156862745098],[31.3725490196078,17.6470588235294,8.82352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[41.1764705882353,28.4313725490196,19.6078431372549],[75.4901960784314,65.6862745098039,55.8823529411765],[54.9019607843137,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,18.6274509803922],[27.4509803921569,16.6666666666667,10.7843137254902],[6.86274509803922,0,0],[8.82352941176471,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[32.3529411764706,32.3529411764706,32.3529411764706],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[244.117647058824,240.196078431373,241.176470588235],[250,249.019607843137,250],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[20.5882352941176,16.6666666666667,17.6470588235294],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[0,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0,0],[2.94117647058824,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,1.96078431372549,0],[24.5098039215686,5.88235294117647,0],[33.3333333333333,13.7254901960784,4.90196078431373],[38.2352941176471,16.6666666666667,5.88235294117647],[32.3529411764706,10.7843137254902,0],[50,26.4705882352941,14.7058823529412],[55.8823529411765,32.3529411764706,20.5882352941176],[50,26.4705882352941,14.7058823529412],[34.3137254901961,12.7450980392157,0],[25.4901960784314,9.80392156862745,0],[24.5098039215686,10.7843137254902,0],[19.6078431372549,6.86274509803922,0],[29.4117647058824,16.6666666666667,8.82352941176471],[12.7450980392157,1.96078431372549,0],[18.6274509803922,7.84313725490196,3.92156862745098],[6.86274509803922,0,0],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[12.7450980392157,5.88235294117647,0],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[26.4705882352941,16.6666666666667,6.86274509803922],[43.1372549019608,34.3137254901961,19.6078431372549],[44.1176470588235,35.2941176470588,18.6274509803922],[36.2745098039216,27.4509803921569,12.7450980392157],[6.86274509803922,0,0],[5.88235294117647,0,0],[22.5490196078431,17.6470588235294,11.7647058823529],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,5.88235294117647],[8.82352941176471,7.84313725490196,3.92156862745098],[19.6078431372549,18.6274509803922,13.7254901960784],[31.3725490196078,28.4313725490196,21.5686274509804],[38.2352941176471,35.2941176470588,26.4705882352941],[21.5686274509804,17.6470588235294,6.86274509803922],[13.7254901960784,9.80392156862745,0],[33.3333333333333,27.4509803921569,13.7254901960784],[75.4901960784314,72.5490196078431,57.843137254902],[43.1372549019608,41.1764705882353,29.4117647058824],[11.7647058823529,9.80392156862745,0],[26.4705882352941,27.4509803921569,9.80392156862745],[71.5686274509804,73.5294117647059,50],[77.4509803921569,80.3921568627451,50],[90.1960784313725,94.1176470588235,59.8039215686275],[97.0588235294118,101.960784313725,62.7450980392157],[40.1960784313726,45.0980392156863,4.90196078431373],[47.0588235294118,49.0196078431373,9.80392156862745],[106.862745098039,108.823529411765,70.5882352941177],[91.1764705882353,91.1764705882353,57.843137254902],[54.9019607843137,50.9803921568627,22.5490196078431],[35.2941176470588,29.4117647058824,7.84313725490196],[44.1176470588235,35.2941176470588,18.6274509803922],[41.1764705882353,28.4313725490196,19.6078431372549],[29.4117647058824,16.6666666666667,8.82352941176471],[57.843137254902,48.0392156862745,39.2156862745098],[50,41.1764705882353,32.3529411764706],[13.7254901960784,4.90196078431373,0],[24.5098039215686,15.6862745098039,8.82352941176471],[38.2352941176471,29.4117647058824,24.5098039215686],[15.6862745098039,6.86274509803922,1.96078431372549],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[1.96078431372549,1.96078431372549,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[79.4117647058823,75.4901960784314,76.4705882352941],[99.0196078431373,95.0980392156863,96.078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[63.7254901960784,61.7647058823529,62.7450980392157],[51.9607843137255,50,50.9803921568627],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,3.92156862745098,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,1.96078431372549,0],[16.6666666666667,6.86274509803922,0],[24.5098039215686,10.7843137254902,1.96078431372549],[21.5686274509804,3.92156862745098,0],[37.2549019607843,15.6862745098039,2.94117647058824],[44.1176470588235,21.5686274509804,7.84313725490196],[50,27.4509803921569,11.7647058823529],[37.2549019607843,11.7647058823529,0],[55.8823529411765,30.3921568627451,13.7254901960784],[51.9607843137255,27.4509803921569,7.84313725490196],[63.7254901960784,39.2156862745098,19.6078431372549],[61.7647058823529,39.2156862745098,21.5686274509804],[57.843137254902,37.2549019607843,18.6274509803922],[73.5294117647059,54.9019607843137,38.2352941176471],[40.1960784313726,23.5294117647059,7.84313725490196],[31.3725490196078,13.7254901960784,0],[29.4117647058824,13.7254901960784,0.980392156862745],[30.3921568627451,13.7254901960784,3.92156862745098],[21.5686274509804,7.84313725490196,0],[17.6470588235294,4.90196078431373,0],[21.5686274509804,8.82352941176471,0.980392156862745],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[13.7254901960784,0.980392156862745,0],[32.3529411764706,19.6078431372549,10.7843137254902],[31.3725490196078,19.6078431372549,7.84313725490196],[25.4901960784314,13.7254901960784,1.96078431372549],[12.7450980392157,0.980392156862745,0],[48.0392156862745,37.2549019607843,19.6078431372549],[75.4901960784314,64.7058823529412,47.0588235294118],[49.0196078431373,37.2549019607843,21.5686274509804],[26.4705882352941,16.6666666666667,4.90196078431373],[11.7647058823529,2.94117647058824,0],[33.3333333333333,26.4705882352941,20.5882352941176],[22.5490196078431,17.6470588235294,13.7254901960784],[6.86274509803922,2.94117647058824,0],[9.80392156862745,8.82352941176471,4.90196078431373],[10.7843137254902,9.80392156862745,5.88235294117647],[31.3725490196078,28.4313725490196,23.5294117647059],[30.3921568627451,27.4509803921569,20.5882352941176],[3.92156862745098,0,0],[22.5490196078431,18.6274509803922,7.84313725490196],[35.2941176470588,29.4117647058824,17.6470588235294],[42.156862745098,36.2745098039216,24.5098039215686],[33.3333333333333,29.4117647058824,18.6274509803922],[14.7058823529412,12.7450980392157,0.980392156862745],[33.3333333333333,34.3137254901961,16.6666666666667],[15.6862745098039,19.6078431372549,0],[42.156862745098,47.0588235294118,17.6470588235294],[57.843137254902,65.6862745098039,29.4117647058824],[55.8823529411765,63.7254901960784,23.5294117647059],[20.5882352941176,29.4117647058824,0],[24.5098039215686,31.3725490196078,0],[120.588235294118,125.490196078431,86.2745098039216],[118.627450980392,119.607843137255,86.2745098039216],[48.0392156862745,47.0588235294118,17.6470588235294],[38.2352941176471,33.3333333333333,11.7647058823529],[36.2745098039216,29.4117647058824,11.7647058823529],[8.82352941176471,0,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50.9803921568627,42.156862745098,33.3333333333333],[14.7058823529412,5.88235294117647,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,0],[20.5882352941176,11.7647058823529,6.86274509803922],[21.5686274509804,13.7254901960784,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[65.6862745098039,63.7254901960784,64.7058823529412],[53.921568627451,51.9607843137255,52.9411764705882],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[35.2941176470588,31.3725490196078,28.4313725490196],[40.1960784313726,36.2745098039216,33.3333333333333],[13.7254901960784,9.80392156862745,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[36.2745098039216,32.3529411764706,33.3333333333333],[46.078431372549,42.156862745098,43.1372549019608],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[17.6470588235294,8.82352941176471,9.80392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[10.7843137254902,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[9.80392156862745,0,0],[8.82352941176471,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,0,0],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[22.5490196078431,5.88235294117647,0],[38.2352941176471,20.5882352941176,8.82352941176471],[42.156862745098,20.5882352941176,6.86274509803922],[59.8039215686275,37.2549019607843,21.5686274509804],[48.0392156862745,22.5490196078431,5.88235294117647],[50.9803921568627,26.4705882352941,4.90196078431373],[52.9411764705882,27.4509803921569,4.90196078431373],[68.6274509803922,43.1372549019608,20.5882352941176],[47.0588235294118,21.5686274509804,0],[63.7254901960784,40.1960784313726,16.6666666666667],[91.1764705882353,67.6470588235294,42.156862745098],[55.8823529411765,30.3921568627451,5.88235294117647],[77.4509803921569,50,26.4705882352941],[53.921568627451,28.4313725490196,5.88235294117647],[41.1764705882353,16.6666666666667,0],[62.7450980392157,41.1764705882353,20.5882352941176],[39.2156862745098,16.6666666666667,0],[30.3921568627451,9.80392156862745,0],[31.3725490196078,12.7450980392157,0],[32.3529411764706,13.7254901960784,0],[38.2352941176471,20.5882352941176,8.82352941176471],[25.4901960784314,7.84313725490196,0],[29.4117647058824,11.7647058823529,0],[49.0196078431373,31.3725490196078,17.6470588235294],[26.4705882352941,9.80392156862745,0],[29.4117647058824,12.7450980392157,0],[30.3921568627451,15.6862745098039,0],[50,35.2941176470588,14.7058823529412],[50,38.2352941176471,16.6666666666667],[31.3725490196078,20.5882352941176,2.94117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[28.4313725490196,20.5882352941176,9.80392156862745],[17.6470588235294,10.7843137254902,2.94117647058824],[21.5686274509804,16.6666666666667,12.7450980392157],[18.6274509803922,13.7254901960784,10.7843137254902],[21.5686274509804,17.6470588235294,16.6666666666667],[14.7058823529412,10.7843137254902,9.80392156862745],[33.3333333333333,28.4313725490196,25.4901960784314],[23.5294117647059,18.6274509803922,14.7058823529412],[8.82352941176471,1.96078431372549,0],[62.7450980392157,55.8823529411765,48.0392156862745],[49.0196078431373,41.1764705882353,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[12.7450980392157,8.82352941176471,0],[23.5294117647059,21.5686274509804,8.82352941176471],[37.2549019607843,38.2352941176471,22.5490196078431],[30.3921568627451,34.3137254901961,11.7647058823529],[81.3725490196078,87.2549019607843,59.8039215686275],[67.6470588235294,77.4509803921569,44.1176470588235],[67.6470588235294,77.4509803921569,41.1764705882353],[60.7843137254902,71.5686274509804,32.3529411764706],[139.21568627451,147.058823529412,108.823529411765],[106.862745098039,114.705882352941,76.4705882352941],[58.8235294117647,64.7058823529412,31.3725490196078],[31.3725490196078,34.3137254901961,5.88235294117647],[45.0980392156863,45.0980392156863,21.5686274509804],[22.5490196078431,19.6078431372549,0.980392156862745],[5.88235294117647,0,0],[50,42.156862745098,31.3725490196078],[18.6274509803922,11.7647058823529,3.92156862745098],[8.82352941176471,1.96078431372549,0],[18.6274509803922,11.7647058823529,5.88235294117647],[16.6666666666667,9.80392156862745,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[69.6078431372549,67.6470588235294,68.6274509803922],[61.7647058823529,59.8039215686275,60.7843137254902],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,9.80392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[25.4901960784314,11.7647058823529,8.82352941176471],[25.4901960784314,11.7647058823529,8.82352941176471],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[8.82352941176471,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[10.7843137254902,0,0],[10.7843137254902,0,0],[20.5882352941176,3.92156862745098,0],[36.2745098039216,16.6666666666667,5.88235294117647],[54.9019607843137,33.3333333333333,19.6078431372549],[78.4313725490196,55.8823529411765,38.2352941176471],[71.5686274509804,45.0980392156863,26.4705882352941],[66.6666666666667,41.1764705882353,18.6274509803922],[60.7843137254902,35.2941176470588,10.7843137254902],[56.8627450980392,31.3725490196078,4.90196078431373],[67.6470588235294,43.1372549019608,13.7254901960784],[55.8823529411765,33.3333333333333,2.94117647058824],[58.8235294117647,36.2745098039216,5.88235294117647],[75.4901960784314,50.9803921568627,20.5882352941176],[63.7254901960784,33.3333333333333,2.94117647058824],[101.960784313725,69.6078431372549,37.2549019607843],[104.901960784314,72.5490196078431,42.156862745098],[58.8235294117647,28.4313725490196,0.980392156862745],[80.3921568627451,50.9803921568627,25.4901960784314],[75.4901960784314,48.0392156862745,24.5098039215686],[55.8823529411765,29.4117647058824,8.82352941176471],[42.156862745098,17.6470588235294,0],[50.9803921568627,25.4901960784314,8.82352941176471],[72.5490196078431,50,32.3529411764706],[38.2352941176471,17.6470588235294,0],[50.9803921568627,30.3921568627451,11.7647058823529],[69.6078431372549,49.0196078431373,30.3921568627451],[24.5098039215686,3.92156862745098,0],[36.2745098039216,15.6862745098039,0],[29.4117647058824,11.7647058823529,0],[35.2941176470588,19.6078431372549,0],[32.3529411764706,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[41.1764705882353,29.4117647058824,13.7254901960784],[18.6274509803922,8.82352941176471,0],[18.6274509803922,11.7647058823529,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[45.0980392156863,41.1764705882353,42.156862745098],[15.6862745098039,11.7647058823529,12.7450980392157],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,18.6274509803922,15.6862745098039],[33.3333333333333,26.4705882352941,20.5882352941176],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,0],[15.6862745098039,11.7647058823529,0],[55.8823529411765,56.8627450980392,43.1372549019608],[81.3725490196078,84.3137254901961,65.6862745098039],[37.2549019607843,42.156862745098,20.5882352941176],[78.4313725490196,87.2549019607843,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[66.6666666666667,78.4313725490196,41.1764705882353],[79.4117647058823,91.1764705882353,51.9607843137255],[157.843137254902,169.607843137255,130.392156862745],[165.686274509804,175.490196078431,139.21568627451],[87.2549019607843,97.0588235294118,62.7450980392157],[4.90196078431373,11.7647058823529,0],[26.4705882352941,28.4313725490196,4.90196078431373],[20.5882352941176,19.6078431372549,0],[5.88235294117647,2.94117647058824,0],[33.3333333333333,30.3921568627451,15.6862745098039],[7.84313725490196,3.92156862745098,0],[28.4313725490196,23.5294117647059,17.6470588235294],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[134.313725490196,132.352941176471,133.333333333333],[118.627450980392,116.666666666667,117.647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[52.9411764705882,52.9411764705882,52.9411764705882],[245.098039215686,245.098039215686,245.098039215686],[93.1372549019608,93.1372549019608,93.1372549019608],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[7.84313725490196,0,0],[17.6470588235294,3.92156862745098,0.980392156862745],[29.4117647058824,16.6666666666667,10.7843137254902],[28.4313725490196,13.7254901960784,8.82352941176471],[32.3529411764706,17.6470588235294,12.7450980392157],[33.3333333333333,18.6274509803922,13.7254901960784],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[21.5686274509804,5.88235294117647,5.88235294117647],[24.5098039215686,6.86274509803922,4.90196078431373],[30.3921568627451,11.7647058823529,5.88235294117647],[47.0588235294118,27.4509803921569,18.6274509803922],[59.8039215686275,36.2745098039216,24.5098039215686],[69.6078431372549,44.1176470588235,29.4117647058824],[84.3137254901961,57.843137254902,39.2156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[71.5686274509804,45.0980392156863,18.6274509803922],[59.8039215686275,35.2941176470588,5.88235294117647],[62.7450980392157,38.2352941176471,7.84313725490196],[67.6470588235294,45.0980392156863,11.7647058823529],[67.6470588235294,48.0392156862745,13.7254901960784],[58.8235294117647,39.2156862745098,4.90196078431373],[70.5882352941177,47.0588235294118,11.7647058823529],[86.2745098039216,51.9607843137255,14.7058823529412],[111.764705882353,72.5490196078431,37.2549019607843],[120.588235294118,81.3725490196078,47.0588235294118],[122.549019607843,84.3137254901961,51.9607843137255],[123.529411764706,89.2156862745098,57.843137254902],[106.862745098039,73.5294117647059,46.078431372549],[88.2352941176471,56.8627450980392,32.3529411764706],[71.5686274509804,42.156862745098,18.6274509803922],[77.4509803921569,50,28.4313725490196],[78.4313725490196,50.9803921568627,30.3921568627451],[53.921568627451,27.4509803921569,6.86274509803922],[64.7058823529412,39.2156862745098,16.6666666666667],[98.0392156862745,74.5098039215686,50.9803921568627],[72.5490196078431,49.0196078431373,23.5294117647059],[54.9019607843137,31.3725490196078,5.88235294117647],[32.3529411764706,11.7647058823529,0],[62.7450980392157,46.078431372549,20.5882352941176],[55.8823529411765,42.156862745098,16.6666666666667],[62.7450980392157,50.9803921568627,29.4117647058824],[37.2549019607843,25.4901960784314,9.80392156862745],[35.2941176470588,25.4901960784314,15.6862745098039],[28.4313725490196,19.6078431372549,12.7450980392157],[8.82352941176471,0.980392156862745,0],[19.6078431372549,13.7254901960784,13.7254901960784],[8.82352941176471,4.90196078431373,5.88235294117647],[25.4901960784314,21.5686274509804,22.5490196078431],[21.5686274509804,15.6862745098039,17.6470588235294],[15.6862745098039,9.80392156862745,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[21.5686274509804,12.7450980392157,7.84313725490196],[22.5490196078431,11.7647058823529,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[2.94117647058824,0.980392156862745,0],[77.4509803921569,78.4313725490196,62.7450980392157],[121.56862745098,124.509803921569,105.882352941176],[49.0196078431373,53.921568627451,31.3725490196078],[94.1176470588235,102.941176470588,74.5098039215686],[59.8039215686275,70.5882352941177,37.2549019607843],[2.94117647058824,16.6666666666667,0],[50,64.7058823529412,26.4705882352941],[110.78431372549,125.490196078431,87.2549019607843],[92.156862745098,106.862745098039,68.6274509803922],[114.705882352941,126.470588235294,91.1764705882353],[12.7450980392157,22.5490196078431,0],[13.7254901960784,17.6470588235294,0],[74.5098039215686,76.4705882352941,52.9411764705882],[31.3725490196078,30.3921568627451,9.80392156862745],[3.92156862745098,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[29.4117647058824,24.5098039215686,20.5882352941176],[8.82352941176471,3.92156862745098,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[202.941176470588,202.941176470588,202.941176470588],[42.156862745098,42.156862745098,42.156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[13.7254901960784,0,0],[26.4705882352941,10.7843137254902,10.7843137254902],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[39.2156862745098,28.4313725490196,24.5098039215686],[61.7647058823529,49.0196078431373,43.1372549019608],[39.2156862745098,24.5098039215686,17.6470588235294],[49.0196078431373,32.3529411764706,25.4901960784314],[47.0588235294118,28.4313725490196,22.5490196078431],[16.6666666666667,0,0],[19.6078431372549,2.94117647058824,0],[33.3333333333333,18.6274509803922,11.7647058823529],[16.6666666666667,1.96078431372549,0],[14.7058823529412,0,0],[12.7450980392157,0,0],[27.4509803921569,8.82352941176471,4.90196078431373],[47.0588235294118,26.4705882352941,21.5686274509804],[54.9019607843137,32.3529411764706,24.5098039215686],[58.8235294117647,36.2745098039216,22.5490196078431],[53.921568627451,28.4313725490196,11.7647058823529],[37.2549019607843,11.7647058823529,0],[57.843137254902,32.3529411764706,5.88235294117647],[47.0588235294118,22.5490196078431,0],[41.1764705882353,17.6470588235294,0],[83.3333333333333,61.7647058823529,23.5294117647059],[87.2549019607843,68.6274509803922,27.4509803921569],[71.5686274509804,54.9019607843137,11.7647058823529],[62.7450980392157,46.078431372549,2.94117647058824],[108.823529411765,88.2352941176471,46.078431372549],[114.705882352941,86.2745098039216,43.1372549019608],[123.529411764706,91.1764705882353,49.0196078431373],[97.0588235294118,63.7254901960784,26.4705882352941],[138.235294117647,104.901960784314,70.5882352941177],[121.56862745098,89.2156862745098,54.9019607843137],[100,70.5882352941177,37.2549019607843],[108.823529411765,80.3921568627451,49.0196078431373],[81.3725490196078,54.9019607843137,25.4901960784314],[70.5882352941177,45.0980392156863,18.6274509803922],[64.7058823529412,41.1764705882353,13.7254901960784],[94.1176470588235,71.5686274509804,41.1764705882353],[77.4509803921569,54.9019607843137,21.5686274509804],[97.0588235294118,75.4901960784314,37.2549019607843],[105.882352941176,83.3333333333333,43.1372549019608],[77.4509803921569,53.921568627451,16.6666666666667],[89.2156862745098,65.6862745098039,32.3529411764706],[64.7058823529412,46.078431372549,16.6666666666667],[85.2941176470588,69.6078431372549,44.1176470588235],[74.5098039215686,60.7843137254902,35.2941176470588],[20.5882352941176,7.84313725490196,0],[47.0588235294118,37.2549019607843,25.4901960784314],[47.0588235294118,38.2352941176471,31.3725490196078],[21.5686274509804,13.7254901960784,11.7647058823529],[12.7450980392157,6.86274509803922,6.86274509803922],[32.3529411764706,28.4313725490196,27.4509803921569],[54.9019607843137,50.9803921568627,51.9607843137255],[24.5098039215686,19.6078431372549,23.5294117647059],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[16.6666666666667,9.80392156862745,0],[48.0392156862745,41.1764705882353,31.3725490196078],[23.5294117647059,17.6470588235294,5.88235294117647],[40.1960784313726,39.2156862745098,19.6078431372549],[125.490196078431,129.411764705882,106.862745098039],[101.960784313725,105.882352941176,83.3333333333333],[66.6666666666667,71.5686274509804,49.0196078431373],[14.7058823529412,24.5098039215686,0],[36.2745098039216,49.0196078431373,19.6078431372549],[40.1960784313726,55.8823529411765,20.5882352941176],[84.3137254901961,100,63.7254901960784],[134.313725490196,150,113.725490196078],[24.5098039215686,39.2156862745098,0.980392156862745],[62.7450980392157,74.5098039215686,37.2549019607843],[63.7254901960784,73.5294117647059,39.2156862745098],[70.5882352941177,75.4901960784314,46.078431372549],[79.4117647058823,81.3725490196078,57.843137254902],[36.2745098039216,35.2941176470588,15.6862745098039],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,5.88235294117647,5.88235294117647],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[39.2156862745098,35.2941176470588,36.2745098039216],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[27.4509803921569,26.4705882352941,24.5098039215686],[20.5882352941176,19.6078431372549,17.6470588235294],[10.7843137254902,9.80392156862745,7.84313725490196],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[13.7254901960784,1.96078431372549,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,8.82352941176471],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[47.0588235294118,43.1372549019608,40.1960784313726],[136.274509803922,131.372549019608,127.450980392157],[13.7254901960784,2.94117647058824,0],[12.7450980392157,0,0],[29.4117647058824,5.88235294117647,3.92156862745098],[44.1176470588235,18.6274509803922,17.6470588235294],[42.156862745098,16.6666666666667,17.6470588235294],[33.3333333333333,9.80392156862745,7.84313725490196],[33.3333333333333,16.6666666666667,9.80392156862745],[56.8627450980392,43.1372549019608,34.3137254901961],[66.6666666666667,50,40.1960784313726],[29.4117647058824,9.80392156862745,0],[78.4313725490196,51.9607843137255,43.1372549019608],[82.3529411764706,52.9411764705882,45.0980392156863],[33.3333333333333,4.90196078431373,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[43.1372549019608,30.3921568627451,21.5686274509804],[20.5882352941176,5.88235294117647,0],[12.7450980392157,0,0],[39.2156862745098,20.5882352941176,14.7058823529412],[57.843137254902,38.2352941176471,31.3725490196078],[66.6666666666667,45.0980392156863,34.3137254901961],[58.8235294117647,36.2745098039216,22.5490196078431],[56.8627450980392,32.3529411764706,12.7450980392157],[66.6666666666667,41.1764705882353,16.6666666666667],[50,26.4705882352941,0],[68.6274509803922,46.078431372549,5.88235294117647],[63.7254901960784,43.1372549019608,0],[115.686274509804,98.0392156862745,49.0196078431373],[94.1176470588235,78.4313725490196,27.4509803921569],[90.1960784313725,77.4509803921569,25.4901960784314],[123.529411764706,110.78431372549,58.8235294117647],[120.588235294118,107.843137254902,55.8823529411765],[93.1372549019608,80.3921568627451,29.4117647058824],[67.6470588235294,53.921568627451,9.80392156862745],[85.2941176470588,67.6470588235294,32.3529411764706],[55.8823529411765,35.2941176470588,4.90196078431373],[53.921568627451,34.3137254901961,0],[70.5882352941177,51.9607843137255,12.7450980392157],[98.0392156862745,81.3725490196078,39.2156862745098],[114.705882352941,100,59.8039215686275],[69.6078431372549,56.8627450980392,22.5490196078431],[93.1372549019608,83.3333333333333,48.0392156862745],[97.0588235294118,89.2156862745098,44.1176470588235],[91.1764705882353,79.4117647058823,28.4313725490196],[107.843137254902,94.1176470588235,34.3137254901961],[127.450980392157,109.803921568627,49.0196078431373],[134.313725490196,112.745098039216,56.8627450980392],[128.43137254902,104.901960784314,57.843137254902],[80.3921568627451,57.843137254902,24.5098039215686],[52.9411764705882,34.3137254901961,4.90196078431373],[56.8627450980392,40.1960784313726,12.7450980392157],[59.8039215686275,45.0980392156863,22.5490196078431],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,5.88235294117647,0],[23.5294117647059,15.6862745098039,13.7254901960784],[7.84313725490196,1.96078431372549,1.96078431372549],[45.0980392156863,42.156862745098,35.2941176470588],[25.4901960784314,24.5098039215686,20.5882352941176],[7.84313725490196,4.90196078431373,11.7647058823529],[0.980392156862745,0,1.96078431372549],[51.9607843137255,52.9411764705882,37.2549019607843],[35.2941176470588,37.2549019607843,15.6862745098039],[15.6862745098039,16.6666666666667,0],[70.5882352941177,72.5490196078431,51.9607843137255],[137.254901960784,141.176470588235,108.823529411765],[115.686274509804,121.56862745098,86.2745098039216],[93.1372549019608,100,69.6078431372549],[64.7058823529412,73.5294117647059,47.0588235294118],[4.90196078431373,16.6666666666667,0],[56.8627450980392,70.5882352941177,46.078431372549],[66.6666666666667,80.3921568627451,54.9019607843137],[58.8235294117647,75.4901960784314,44.1176470588235],[90.1960784313725,105.882352941176,70.5882352941177],[43.1372549019608,57.843137254902,19.6078431372549],[80.3921568627451,92.156862745098,54.9019607843137],[83.3333333333333,90.1960784313725,56.8627450980392],[78.4313725490196,81.3725490196078,52.9411764705882],[17.6470588235294,16.6666666666667,0],[21.5686274509804,15.6862745098039,1.96078431372549],[7.84313725490196,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,0,1.96078431372549],[8.82352941176471,0,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[13.7254901960784,3.92156862745098,11.7647058823529],[4.90196078431373,0,4.90196078431373],[6.86274509803922,0,6.86274509803922],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[13.7254901960784,8.82352941176471,5.88235294117647],[3.92156862745098,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[15.6862745098039,7.84313725490196,4.90196078431373],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[18.6274509803922,17.6470588235294,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[13.7254901960784,9.80392156862745,10.7843137254902],[52.9411764705882,49.0196078431373,50],[28.4313725490196,24.5098039215686,25.4901960784314],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,3.92156862745098],[8.82352941176471,0,5.88235294117647],[12.7450980392157,2.94117647058824,10.7843137254902],[5.88235294117647,0,3.92156862745098],[9.80392156862745,0.980392156862745,5.88235294117647],[10.7843137254902,1.96078431372549,4.90196078431373],[5.88235294117647,0,0],[56.8627450980392,47.0588235294118,45.0980392156863],[168.627450980392,157.843137254902,151.960784313725],[10.7843137254902,0,0],[14.7058823529412,0,0],[35.2941176470588,6.86274509803922,0.980392156862745],[74.5098039215686,44.1176470588235,41.1764705882353],[42.156862745098,11.7647058823529,8.82352941176471],[19.6078431372549,0,0],[49.0196078431373,31.3725490196078,21.5686274509804],[28.4313725490196,12.7450980392157,0],[13.7254901960784,0,0],[22.5490196078431,0,0],[51.9607843137255,20.5882352941176,9.80392156862745],[100,63.7254901960784,54.9019607843137],[56.8627450980392,23.5294117647059,13.7254901960784],[19.6078431372549,0,0],[26.4705882352941,13.7254901960784,0],[22.5490196078431,10.7843137254902,0],[15.6862745098039,0,0],[25.4901960784314,5.88235294117647,0],[40.1960784313726,18.6274509803922,7.84313725490196],[73.5294117647059,50,38.2352941176471],[78.4313725490196,52.9411764705882,40.1960784313726],[75.4901960784314,50,33.3333333333333],[68.6274509803922,43.1372549019608,20.5882352941176],[65.6862745098039,41.1764705882353,10.7843137254902],[55.8823529411765,32.3529411764706,0],[87.2549019607843,66.6666666666667,20.5882352941176],[96.078431372549,79.4117647058823,28.4313725490196],[125.490196078431,110.78431372549,54.9019607843137],[129.411764705882,117.647058823529,60.7843137254902],[133.333333333333,123.529411764706,65.6862745098039],[179.411764705882,170.588235294118,112.745098039216],[123.529411764706,117.647058823529,60.7843137254902],[110.78431372549,108.823529411765,52.9411764705882],[90.1960784313725,87.2549019607843,37.2549019607843],[63.7254901960784,55.8823529411765,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[57.843137254902,44.1176470588235,5.88235294117647],[61.7647058823529,49.0196078431373,5.88235294117647],[129.411764705882,119.607843137255,71.5686274509804],[140.196078431373,134.313725490196,87.2549019607843],[98.0392156862745,95.0980392156863,52.9411764705882],[115.686274509804,112.745098039216,68.6274509803922],[119.607843137255,118.627450980392,65.6862745098039],[74.5098039215686,70.5882352941177,8.82352941176471],[126.470588235294,118.627450980392,48.0392156862745],[135.294117647059,121.56862745098,50],[165.686274509804,145.098039215686,79.4117647058823],[149.019607843137,127.450980392157,71.5686274509804],[88.2352941176471,65.6862745098039,22.5490196078431],[82.3529411764706,63.7254901960784,24.5098039215686],[91.1764705882353,73.5294117647059,34.3137254901961],[111.764705882353,98.0392156862745,63.7254901960784],[60.7843137254902,46.078431372549,23.5294117647059],[47.0588235294118,35.2941176470588,21.5686274509804],[23.5294117647059,14.7058823529412,5.88235294117647],[10.7843137254902,3.92156862745098,0],[26.4705882352941,25.4901960784314,5.88235294117647],[17.6470588235294,18.6274509803922,2.94117647058824],[23.5294117647059,22.5490196078431,20.5882352941176],[20.5882352941176,21.5686274509804,15.6862745098039],[69.6078431372549,76.4705882352941,46.078431372549],[89.2156862745098,97.0588235294118,60.7843137254902],[30.3921568627451,36.2745098039216,8.82352941176471],[105.882352941176,110.78431372549,81.3725490196078],[89.2156862745098,96.078431372549,55.8823529411765],[127.450980392157,135.294117647059,95.0980392156863],[100.980392156863,110.78431372549,76.4705882352941],[54.9019607843137,64.7058823529412,38.2352941176471],[18.6274509803922,30.3921568627451,8.82352941176471],[37.2549019607843,50,30.3921568627451],[43.1372549019608,57.843137254902,35.2941176470588],[0,7.84313725490196,0],[64.7058823529412,79.4117647058823,47.0588235294118],[61.7647058823529,75.4901960784314,40.1960784313726],[78.4313725490196,90.1960784313725,52.9411764705882],[60.7843137254902,67.6470588235294,34.3137254901961],[48.0392156862745,50.9803921568627,22.5490196078431],[57.843137254902,55.8823529411765,35.2941176470588],[16.6666666666667,10.7843137254902,0],[6.86274509803922,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[17.6470588235294,7.84313725490196,8.82352941176471],[6.86274509803922,0,1.96078431372549],[14.7058823529412,4.90196078431373,12.7450980392157],[24.5098039215686,14.7058823529412,22.5490196078431],[3.92156862745098,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,8.82352941176471,2.94117647058824],[22.5490196078431,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[15.6862745098039,13.7254901960784,16.6666666666667],[20.5882352941176,18.6274509803922,21.5686274509804],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[46.078431372549,38.2352941176471,36.2745098039216],[44.1176470588235,39.2156862745098,36.2745098039216],[11.7647058823529,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,0],[14.7058823529412,2.94117647058824,4.90196078431373],[25.4901960784314,9.80392156862745,9.80392156862745],[26.4705882352941,5.88235294117647,4.90196078431373],[28.4313725490196,7.84313725490196,2.94117647058824],[26.4705882352941,6.86274509803922,0],[52.9411764705882,31.3725490196078,20.5882352941176],[35.2941176470588,6.86274509803922,0],[56.8627450980392,24.5098039215686,15.6862745098039],[72.5490196078431,43.1372549019608,33.3333333333333],[50.9803921568627,24.5098039215686,13.7254901960784],[41.1764705882353,22.5490196078431,7.84313725490196],[17.6470588235294,0.980392156862745,0],[22.5490196078431,3.92156862745098,0],[53.921568627451,28.4313725490196,13.7254901960784],[46.078431372549,12.7450980392157,0.980392156862745],[94.1176470588235,58.8235294117647,47.0588235294118],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0.980392156862745,0],[34.3137254901961,19.6078431372549,0.980392156862745],[12.7450980392157,0,0],[25.4901960784314,2.94117647058824,0],[36.2745098039216,9.80392156862745,0],[31.3725490196078,2.94117647058824,0],[62.7450980392157,34.3137254901961,16.6666666666667],[71.5686274509804,41.1764705882353,21.5686274509804],[71.5686274509804,42.156862745098,18.6274509803922],[55.8823529411765,29.4117647058824,0],[74.5098039215686,49.0196078431373,12.7450980392157],[72.5490196078431,50,6.86274509803922],[78.4313725490196,58.8235294117647,9.80392156862745],[73.5294117647059,56.8627450980392,3.92156862745098],[117.647058823529,104.901960784314,50.9803921568627],[128.43137254902,117.647058823529,62.7450980392157],[128.43137254902,121.56862745098,67.6470588235294],[141.176470588235,136.274509803922,82.3529411764706],[154.901960784314,151.960784313725,98.0392156862745],[144.117647058824,144.117647058824,85.2941176470588],[163.725490196078,163.725490196078,104.901960784314],[124.509803921569,121.56862745098,71.5686274509804],[62.7450980392157,56.8627450980392,9.80392156862745],[60.7843137254902,52.9411764705882,4.90196078431373],[113.725490196078,106.862745098039,55.8823529411765],[155.882352941176,150.980392156863,97.0588235294118],[92.156862745098,89.2156862745098,37.2549019607843],[107.843137254902,107.843137254902,58.8235294117647],[50,50,0],[89.2156862745098,90.1960784313725,33.3333333333333],[114.705882352941,113.725490196078,50.9803921568627],[133.333333333333,129.411764705882,57.843137254902],[124.509803921569,114.705882352941,44.1176470588235],[166.666666666667,150,82.3529411764706],[153.921568627451,134.313725490196,72.5490196078431],[129.411764705882,110.78431372549,55.8823529411765],[104.901960784314,88.2352941176471,37.2549019607843],[57.843137254902,42.156862745098,0],[96.078431372549,82.3529411764706,34.3137254901961],[109.803921568627,96.078431372549,57.843137254902],[104.901960784314,92.156862745098,60.7843137254902],[58.8235294117647,49.0196078431373,24.5098039215686],[35.2941176470588,28.4313725490196,2.94117647058824],[73.5294117647059,70.5882352941177,36.2745098039216],[56.8627450980392,55.8823529411765,25.4901960784314],[50.9803921568627,51.9607843137255,34.3137254901961],[35.2941176470588,39.2156862745098,16.6666666666667],[56.8627450980392,65.6862745098039,21.5686274509804],[172.549019607843,182.352941176471,131.372549019608],[100,107.843137254902,67.6470588235294],[92.156862745098,100,61.7647058823529],[99.0196078431373,105.882352941176,65.6862745098039],[72.5490196078431,78.4313725490196,41.1764705882353],[33.3333333333333,40.1960784313726,7.84313725490196],[26.4705882352941,36.2745098039216,9.80392156862745],[0,10.7843137254902,0],[0,5.88235294117647,0],[15.6862745098039,29.4117647058824,6.86274509803922],[119.607843137255,133.333333333333,107.843137254902],[141.176470588235,154.901960784314,122.549019607843],[32.3529411764706,44.1176470588235,8.82352941176471],[52.9411764705882,62.7450980392157,26.4705882352941],[20.5882352941176,26.4705882352941,0],[56.8627450980392,56.8627450980392,29.4117647058824],[62.7450980392157,60.7843137254902,40.1960784313726],[31.3725490196078,25.4901960784314,11.7647058823529],[13.7254901960784,5.88235294117647,0],[20.5882352941176,10.7843137254902,0.980392156862745],[18.6274509803922,8.82352941176471,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,1.96078431372549,0],[155.882352941176,147.058823529412,148.039215686275],[67.6470588235294,62.7450980392157,59.8039215686275],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,0,0],[16.6666666666667,9.80392156862745,3.92156862745098],[23.5294117647059,15.6862745098039,12.7450980392157],[8.82352941176471,0.980392156862745,0],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[34.3137254901961,32.3529411764706,33.3333333333333],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[191.176470588235,189.21568627451,192.156862745098],[200.980392156863,199.019607843137,201.960784313725],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[13.7254901960784,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,0.980392156862745,0],[43.1372549019608,25.4901960784314,23.5294117647059],[23.5294117647059,0,0],[50.9803921568627,22.5490196078431,18.6274509803922],[77.4509803921569,49.0196078431373,43.1372549019608],[48.0392156862745,24.5098039215686,14.7058823529412],[48.0392156862745,24.5098039215686,12.7450980392157],[60.7843137254902,32.3529411764706,18.6274509803922],[50.9803921568627,19.6078431372549,4.90196078431373],[52.9411764705882,24.5098039215686,6.86274509803922],[77.4509803921569,50.9803921568627,32.3529411764706],[68.6274509803922,48.0392156862745,27.4509803921569],[49.0196078431373,31.3725490196078,11.7647058823529],[22.5490196078431,1.96078431372549,0],[51.9607843137255,24.5098039215686,10.7843137254902],[57.843137254902,24.5098039215686,12.7450980392157],[82.3529411764706,47.0588235294118,33.3333333333333],[83.3333333333333,50.9803921568627,34.3137254901961],[33.3333333333333,6.86274509803922,0],[37.2549019607843,21.5686274509804,0],[51.9607843137255,36.2745098039216,10.7843137254902],[72.5490196078431,45.0980392156863,21.5686274509804],[96.078431372549,62.7450980392157,38.2352941176471],[81.3725490196078,48.0392156862745,23.5294117647059],[65.6862745098039,32.3529411764706,5.88235294117647],[85.2941176470588,51.9607843137255,24.5098039215686],[88.2352941176471,55.8823529411765,25.4901960784314],[66.6666666666667,37.2549019607843,0],[92.156862745098,65.6862745098039,23.5294117647059],[60.7843137254902,39.2156862745098,0],[78.4313725490196,58.8235294117647,6.86274509803922],[98.0392156862745,83.3333333333333,27.4509803921569],[124.509803921569,113.725490196078,58.8235294117647],[136.274509803922,129.411764705882,75.4901960784314],[133.333333333333,130.392156862745,78.4313725490196],[82.3529411764706,80.3921568627451,32.3529411764706],[151.960784313725,151.960784313725,100.980392156863],[182.352941176471,186.274509803922,128.43137254902],[125.490196078431,129.411764705882,69.6078431372549],[143.137254901961,144.117647058824,88.2352941176471],[147.058823529412,145.098039215686,95.0980392156863],[140.196078431373,137.254901960784,87.2549019607843],[180.392156862745,177.450980392157,127.450980392157],[187.254901960784,185.294117647059,135.294117647059],[138.235294117647,138.235294117647,87.2549019607843],[103.921568627451,105.882352941176,56.8627450980392],[83.3333333333333,88.2352941176471,35.2941176470588],[75.4901960784314,78.4313725490196,22.5490196078431],[109.803921568627,110.78431372549,51.9607843137255],[190.196078431373,186.274509803922,124.509803921569],[153.921568627451,146.078431372549,82.3529411764706],[161.764705882353,150.980392156863,88.2352941176471],[188.235294117647,172.549019607843,111.764705882353],[122.549019607843,106.862745098039,49.0196078431373],[87.2549019607843,71.5686274509804,13.7254901960784],[113.725490196078,99.0196078431373,41.1764705882353],[94.1176470588235,79.4117647058823,25.4901960784314],[100,86.2745098039216,40.1960784313726],[140.196078431373,127.450980392157,86.2745098039216],[125.490196078431,112.745098039216,79.4117647058823],[113.725490196078,105.882352941176,70.5882352941177],[134.313725490196,129.411764705882,88.2352941176471],[145.098039215686,143.137254901961,104.901960784314],[35.2941176470588,35.2941176470588,9.80392156862745],[0.980392156862745,3.92156862745098,0],[59.8039215686275,67.6470588235294,19.6078431372549],[176.470588235294,186.274509803922,134.313725490196],[61.7647058823529,73.5294117647059,28.4313725490196],[80.3921568627451,91.1764705882353,51.9607843137255],[90.1960784313725,98.0392156862745,59.8039215686275],[4.90196078431373,12.7450980392157,0],[6.86274509803922,15.6862745098039,0],[0,4.90196078431373,0],[114.705882352941,123.529411764706,102.941176470588],[166.666666666667,178.43137254902,158.823529411765],[103.921568627451,116.666666666667,97.0588235294118],[148.039215686275,161.764705882353,137.254901960784],[77.4509803921569,90.1960784313725,60.7843137254902],[29.4117647058824,40.1960784313726,6.86274509803922],[0.980392156862745,10.7843137254902,0],[14.7058823529412,20.5882352941176,0],[88.2352941176471,88.2352941176471,60.7843137254902],[109.803921568627,107.843137254902,85.2941176470588],[51.9607843137255,46.078431372549,30.3921568627451],[25.4901960784314,18.6274509803922,2.94117647058824],[63.7254901960784,54.9019607843137,38.2352941176471],[33.3333333333333,24.5098039215686,7.84313725490196],[25.4901960784314,18.6274509803922,2.94117647058824],[28.4313725490196,20.5882352941176,9.80392156862745],[7.84313725490196,0.980392156862745,0],[85.2941176470588,78.4313725490196,70.5882352941177],[40.1960784313726,35.2941176470588,29.4117647058824],[6.86274509803922,1.96078431372549,0],[8.82352941176471,4.90196078431373,0],[12.7450980392157,8.82352941176471,0],[8.82352941176471,1.96078431372549,0],[23.5294117647059,16.6666666666667,10.7843137254902],[30.3921568627451,22.5490196078431,19.6078431372549],[17.6470588235294,8.82352941176471,9.80392156862745],[14.7058823529412,3.92156862745098,7.84313725490196],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[14.7058823529412,10.7843137254902,9.80392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[64.7058823529412,62.7450980392157,63.7254901960784],[64.7058823529412,62.7450980392157,63.7254901960784],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[16.6666666666667,14.7058823529412,17.6470588235294],[26.4705882352941,24.5098039215686,25.4901960784314],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[11.7647058823529,0,0],[12.7450980392157,0,0],[7.84313725490196,0,0],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[0,0,0],[0,2.94117647058824,0],[0,3.92156862745098,0],[0,1.96078431372549,0],[1.96078431372549,2.94117647058824,0],[3.92156862745098,0,0],[19.6078431372549,6.86274509803922,0.980392156862745],[50.9803921568627,31.3725490196078,24.5098039215686],[53.921568627451,25.4901960784314,19.6078431372549],[37.2549019607843,2.94117647058824,0],[84.3137254901961,50.9803921568627,42.156862745098],[73.5294117647059,46.078431372549,35.2941176470588],[54.9019607843137,27.4509803921569,15.6862745098039],[90.1960784313725,58.8235294117647,44.1176470588235],[75.4901960784314,44.1176470588235,23.5294117647059],[51.9607843137255,22.5490196078431,0],[64.7058823529412,38.2352941176471,11.7647058823529],[46.078431372549,25.4901960784314,0],[35.2941176470588,13.7254901960784,0],[19.6078431372549,0,0],[56.8627450980392,28.4313725490196,12.7450980392157],[78.4313725490196,43.1372549019608,31.3725490196078],[78.4313725490196,43.1372549019608,29.4117647058824],[117.647058823529,85.2941176470588,66.6666666666667],[76.4705882352941,50.9803921568627,26.4705882352941],[69.6078431372549,53.921568627451,21.5686274509804],[79.4117647058823,60.7843137254902,28.4313725490196],[99.0196078431373,66.6666666666667,36.2745098039216],[125.490196078431,87.2549019607843,56.8627450980392],[107.843137254902,69.6078431372549,39.2156862745098],[89.2156862745098,50.9803921568627,18.6274509803922],[131.372549019608,96.078431372549,60.7843137254902],[90.1960784313725,57.843137254902,17.6470588235294],[85.2941176470588,54.9019607843137,9.80392156862745],[115.686274509804,90.1960784313725,40.1960784313726],[111.764705882353,91.1764705882353,35.2941176470588],[112.745098039216,97.0588235294118,39.2156862745098],[159.803921568627,148.039215686275,91.1764705882353],[149.019607843137,140.196078431373,84.3137254901961],[139.21568627451,136.274509803922,84.3137254901961],[98.0392156862745,98.0392156862745,49.0196078431373],[38.2352941176471,40.1960784313726,0],[80.3921568627451,83.3333333333333,39.2156862745098],[126.470588235294,133.333333333333,83.3333333333333],[62.7450980392157,69.6078431372549,18.6274509803922],[105.882352941176,109.803921568627,59.8039215686275],[148.039215686275,150,100.980392156863],[101.960784313725,103.921568627451,57.843137254902],[135.294117647059,136.274509803922,95.0980392156863],[164.705882352941,165.686274509804,126.470588235294],[84.3137254901961,87.2549019607843,45.0980392156863],[55.8823529411765,61.7647058823529,16.6666666666667],[45.0980392156863,52.9411764705882,4.90196078431373],[126.470588235294,132.352941176471,85.2941176470588],[93.1372549019608,97.0588235294118,48.0392156862745],[201.960784313725,201.960784313725,152.941176470588],[229.411764705882,226.470588235294,176.470588235294],[188.235294117647,181.372549019608,128.43137254902],[139.21568627451,128.43137254902,75.4901960784314],[80.3921568627451,64.7058823529412,13.7254901960784],[103.921568627451,88.2352941176471,37.2549019607843],[123.529411764706,107.843137254902,56.8627450980392],[137.254901960784,121.56862745098,71.5686274509804],[121.56862745098,104.901960784314,59.8039215686275],[74.5098039215686,59.8039215686275,19.6078431372549],[71.5686274509804,56.8627450980392,24.5098039215686],[73.5294117647059,60.7843137254902,27.4509803921569],[95.0980392156863,86.2745098039216,46.078431372549],[100,95.0980392156863,57.843137254902],[33.3333333333333,29.4117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,0],[26.4705882352941,33.3333333333333,0],[161.764705882353,170.588235294118,126.470588235294],[72.5490196078431,82.3529411764706,46.078431372549],[60.7843137254902,70.5882352941177,37.2549019607843],[86.2745098039216,93.1372549019608,59.8039215686275],[65.6862745098039,70.5882352941177,39.2156862745098],[63.7254901960784,69.6078431372549,42.156862745098],[19.6078431372549,27.4509803921569,4.90196078431373],[76.4705882352941,85.2941176470588,66.6666666666667],[148.039215686275,156.862745098039,140.196078431373],[60.7843137254902,72.5490196078431,52.9411764705882],[84.3137254901961,96.078431372549,72.5490196078431],[74.5098039215686,85.2941176470588,55.8823529411765],[100,109.803921568627,76.4705882352941],[38.2352941176471,45.0980392156863,11.7647058823529],[4.90196078431373,8.82352941176471,0],[42.156862745098,43.1372549019608,12.7450980392157],[73.5294117647059,69.6078431372549,45.0980392156863],[45.0980392156863,38.2352941176471,20.5882352941176],[13.7254901960784,6.86274509803922,0],[62.7450980392157,56.8627450980392,31.3725490196078],[48.0392156862745,42.156862745098,16.6666666666667],[8.82352941176471,2.94117647058824,0],[20.5882352941176,13.7254901960784,0],[11.7647058823529,5.88235294117647,0],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,0],[14.7058823529412,8.82352941176471,0],[13.7254901960784,7.84313725490196,0],[5.88235294117647,0,0],[10.7843137254902,3.92156862745098,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,2.94117647058824,6.86274509803922],[6.86274509803922,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[13.7254901960784,9.80392156862745,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[85.2941176470588,83.3333333333333,84.3137254901961],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[117.647058823529,113.725490196078,112.745098039216],[23.5294117647059,19.6078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[8.82352941176471,0,0],[4.90196078431373,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[139.21568627451,139.21568627451,131.372549019608],[230.392156862745,226.470588235294,217.647058823529],[34.3137254901961,21.5686274509804,12.7450980392157],[33.3333333333333,15.6862745098039,5.88235294117647],[50,23.5294117647059,12.7450980392157],[50,18.6274509803922,7.84313725490196],[69.6078431372549,34.3137254901961,22.5490196078431],[49.0196078431373,13.7254901960784,1.96078431372549],[58.8235294117647,27.4509803921569,16.6666666666667],[68.6274509803922,40.1960784313726,26.4705882352941],[68.6274509803922,38.2352941176471,18.6274509803922],[78.4313725490196,47.0588235294118,22.5490196078431],[89.2156862745098,60.7843137254902,31.3725490196078],[55.8823529411765,29.4117647058824,0],[36.2745098039216,11.7647058823529,0],[66.6666666666667,43.1372549019608,15.6862745098039],[52.9411764705882,26.4705882352941,5.88235294117647],[51.9607843137255,21.5686274509804,3.92156862745098],[55.8823529411765,20.5882352941176,6.86274509803922],[102.941176470588,67.6470588235294,53.921568627451],[126.470588235294,96.078431372549,75.4901960784314],[30.3921568627451,5.88235294117647,0],[47.0588235294118,31.3725490196078,0],[107.843137254902,89.2156862745098,50],[108.823529411765,75.4901960784314,39.2156862745098],[148.039215686275,108.823529411765,73.5294117647059],[122.549019607843,83.3333333333333,48.0392156862745],[101.960784313725,63.7254901960784,25.4901960784314],[154.901960784314,118.627450980392,77.4509803921569],[105.882352941176,74.5098039215686,28.4313725490196],[128.43137254902,99.0196078431373,48.0392156862745],[128.43137254902,103.921568627451,49.0196078431373],[150,132.352941176471,71.5686274509804],[150,136.274509803922,74.5098039215686],[173.529411764706,165.686274509804,104.901960784314],[163.725490196078,158.823529411765,103.921568627451],[114.705882352941,112.745098039216,62.7450980392157],[93.1372549019608,95.0980392156863,49.0196078431373],[59.8039215686275,64.7058823529412,24.5098039215686],[33.3333333333333,40.1960784313726,0],[95.0980392156863,103.921568627451,61.7647058823529],[88.2352941176471,97.0588235294118,52.9411764705882],[74.5098039215686,84.3137254901961,35.2941176470588],[153.921568627451,161.764705882353,115.686274509804],[128.43137254902,135.294117647059,95.0980392156863],[70.5882352941177,76.4705882352941,41.1764705882353],[102.941176470588,108.823529411765,75.4901960784314],[95.0980392156863,101.960784313725,68.6274509803922],[68.6274509803922,76.4705882352941,36.2745098039216],[88.2352941176471,97.0588235294118,54.9019607843137],[102.941176470588,111.764705882353,69.6078431372549],[121.56862745098,128.43137254902,87.2549019607843],[216.666666666667,218.627450980392,180.392156862745],[243.137254901961,241.176470588235,202.941176470588],[250,250,207.843137254902],[159.803921568627,151.960784313725,103.921568627451],[92.156862745098,80.3921568627451,33.3333333333333],[120.588235294118,103.921568627451,58.8235294117647],[144.117647058824,127.450980392157,82.3529411764706],[175.490196078431,158.823529411765,115.686274509804],[106.862745098039,90.1960784313725,47.0588235294118],[83.3333333333333,65.6862745098039,28.4313725490196],[85.2941176470588,66.6666666666667,35.2941176470588],[84.3137254901961,67.6470588235294,38.2352941176471],[84.3137254901961,72.5490196078431,35.2941176470588],[50.9803921568627,43.1372549019608,7.84313725490196],[36.2745098039216,30.3921568627451,8.82352941176471],[16.6666666666667,14.7058823529412,0],[0,5.88235294117647,0],[159.803921568627,167.647058823529,131.372549019608],[114.705882352941,123.529411764706,95.0980392156863],[99.0196078431373,107.843137254902,81.3725490196078],[99.0196078431373,105.882352941176,75.4901960784314],[91.1764705882353,98.0392156862745,67.6470588235294],[87.2549019607843,93.1372549019608,67.6470588235294],[72.5490196078431,80.3921568627451,59.8039215686275],[50,58.8235294117647,42.156862745098],[12.7450980392157,20.5882352941176,5.88235294117647],[85.2941176470588,94.1176470588235,77.4509803921569],[194.117647058824,202.941176470588,182.352941176471],[111.764705882353,121.56862745098,95.0980392156863],[69.6078431372549,78.4313725490196,48.0392156862745],[107.843137254902,113.725490196078,80.3921568627451],[5.88235294117647,9.80392156862745,0],[63.7254901960784,64.7058823529412,34.3137254901961],[64.7058823529412,62.7450980392157,38.2352941176471],[35.2941176470588,30.3921568627451,8.82352941176471],[21.5686274509804,15.6862745098039,0],[24.5098039215686,19.6078431372549,0],[46.078431372549,41.1764705882353,11.7647058823529],[19.6078431372549,14.7058823529412,0],[45.0980392156863,39.2156862745098,15.6862745098039],[22.5490196078431,17.6470588235294,0],[31.3725490196078,26.4705882352941,7.84313725490196],[34.3137254901961,31.3725490196078,14.7058823529412],[23.5294117647059,20.5882352941176,3.92156862745098],[10.7843137254902,4.90196078431373,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[6.86274509803922,0,0],[16.6666666666667,4.90196078431373,8.82352941176471],[15.6862745098039,4.90196078431373,8.82352941176471],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[10.7843137254902,6.86274509803922,5.88235294117647],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[249.019607843137,247.058823529412,248.039215686275],[85.2941176470588,83.3333333333333,84.3137254901961],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0,0],[10.7843137254902,3.92156862745098,0],[166.666666666667,156.862745098039,148.039215686275],[250,243.137254901961,233.333333333333],[51.9607843137255,33.3333333333333,19.6078431372549],[35.2941176470588,9.80392156862745,0],[76.4705882352941,48.0392156862745,32.3529411764706],[58.8235294117647,26.4705882352941,9.80392156862745],[50.9803921568627,18.6274509803922,1.96078431372549],[59.8039215686275,27.4509803921569,10.7843137254902],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,27.4509803921569,14.7058823529412],[64.7058823529412,33.3333333333333,12.7450980392157],[100.980392156863,70.5882352941177,43.1372549019608],[91.1764705882353,62.7450980392157,29.4117647058824],[54.9019607843137,26.4705882352941,0],[77.4509803921569,51.9607843137255,19.6078431372549],[103.921568627451,77.4509803921569,49.0196078431373],[91.1764705882353,63.7254901960784,42.156862745098],[61.7647058823529,30.3921568627451,15.6862745098039],[40.1960784313726,4.90196078431373,0],[108.823529411765,73.5294117647059,59.8039215686275],[108.823529411765,78.4313725490196,57.843137254902],[43.1372549019608,18.6274509803922,0],[65.6862745098039,48.0392156862745,8.82352941176471],[117.647058823529,96.078431372549,55.8823529411765],[108.823529411765,75.4901960784314,38.2352941176471],[150,112.745098039216,76.4705882352941],[137.254901960784,100,61.7647058823529],[81.3725490196078,47.0588235294118,5.88235294117647],[119.607843137255,88.2352941176471,42.156862745098],[136.274509803922,106.862745098039,57.843137254902],[146.078431372549,121.56862745098,66.6666666666667],[102.941176470588,83.3333333333333,23.5294117647059],[149.019607843137,134.313725490196,70.5882352941177],[136.274509803922,125.490196078431,62.7450980392157],[109.803921568627,103.921568627451,43.1372549019608],[128.43137254902,126.470588235294,70.5882352941177],[97.0588235294118,97.0588235294118,48.0392156862745],[97.0588235294118,100,55.8823529411765],[81.3725490196078,88.2352941176471,48.0392156862745],[85.2941176470588,92.156862745098,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[82.3529411764706,94.1176470588235,58.8235294117647],[100.980392156863,113.725490196078,71.5686274509804],[153.921568627451,166.666666666667,124.509803921569],[98.0392156862745,109.803921568627,74.5098039215686],[80.3921568627451,91.1764705882353,61.7647058823529],[116.666666666667,126.470588235294,101.960784313725],[94.1176470588235,104.901960784314,75.4901960784314],[82.3529411764706,94.1176470588235,56.8627450980392],[97.0588235294118,109.803921568627,67.6470588235294],[87.2549019607843,98.0392156862745,58.8235294117647],[143.137254901961,150.980392156863,114.705882352941],[189.21568627451,194.117647058824,162.745098039216],[204.901960784314,205.882352941176,172.549019607843],[224.509803921569,225.490196078431,184.313725490196],[157.843137254902,154.901960784314,110.78431372549],[148.039215686275,136.274509803922,95.0980392156863],[125.490196078431,110.78431372549,72.5490196078431],[58.8235294117647,44.1176470588235,5.88235294117647],[98.0392156862745,80.3921568627451,43.1372549019608],[110.78431372549,93.1372549019608,55.8823529411765],[115.686274509804,96.078431372549,61.7647058823529],[107.843137254902,86.2745098039216,62.7450980392157],[99.0196078431373,79.4117647058823,54.9019607843137],[40.1960784313726,25.4901960784314,0],[43.1372549019608,32.3529411764706,2.94117647058824],[61.7647058823529,52.9411764705882,36.2745098039216],[40.1960784313726,34.3137254901961,20.5882352941176],[34.3137254901961,36.2745098039216,12.7450980392157],[157.843137254902,163.725490196078,138.235294117647],[103.921568627451,110.78431372549,93.1372549019608],[56.8627450980392,63.7254901960784,46.078431372549],[26.4705882352941,32.3529411764706,6.86274509803922],[44.1176470588235,50,22.5490196078431],[38.2352941176471,43.1372549019608,20.5882352941176],[97.0588235294118,101.960784313725,82.3529411764706],[48.0392156862745,54.9019607843137,39.2156862745098],[33.3333333333333,39.2156862745098,25.4901960784314],[95.0980392156863,101.960784313725,86.2745098039216],[137.254901960784,144.117647058824,126.470588235294],[0,4.90196078431373,0],[63.7254901960784,69.6078431372549,42.156862745098],[169.607843137255,174.509803921569,143.137254901961],[49.0196078431373,51.9607843137255,21.5686274509804],[67.6470588235294,67.6470588235294,40.1960784313726],[106.862745098039,102.941176470588,76.4705882352941],[46.078431372549,40.1960784313726,16.6666666666667],[49.0196078431373,43.1372549019608,19.6078431372549],[28.4313725490196,23.5294117647059,0],[42.156862745098,37.2549019607843,8.82352941176471],[103.921568627451,100,73.5294117647059],[121.56862745098,116.666666666667,95.0980392156863],[74.5098039215686,69.6078431372549,50],[40.1960784313726,35.2941176470588,16.6666666666667],[66.6666666666667,61.7647058823529,43.1372549019608],[69.6078431372549,63.7254901960784,48.0392156862745],[35.2941176470588,29.4117647058824,13.7254901960784],[10.7843137254902,4.90196078431373,0],[12.7450980392157,4.90196078431373,0],[57.843137254902,50,39.2156862745098],[58.8235294117647,48.0392156862745,42.156862745098],[21.5686274509804,10.7843137254902,8.82352941176471],[14.7058823529412,0,2.94117647058824],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,1.96078431372549,0],[9.80392156862745,0,0],[38.2352941176471,20.5882352941176,10.7843137254902],[39.2156862745098,15.6862745098039,3.92156862745098],[54.9019607843137,27.4509803921569,13.7254901960784],[72.5490196078431,42.156862745098,24.5098039215686],[81.3725490196078,50,29.4117647058824],[72.5490196078431,38.2352941176471,18.6274509803922],[59.8039215686275,25.4901960784314,3.92156862745098],[50,15.6862745098039,0],[59.8039215686275,24.5098039215686,10.7843137254902],[46.078431372549,13.7254901960784,0],[78.4313725490196,47.0588235294118,26.4705882352941],[135.294117647059,105.882352941176,78.4313725490196],[116.666666666667,88.2352941176471,54.9019607843137],[84.3137254901961,56.8627450980392,20.5882352941176],[89.2156862745098,60.7843137254902,27.4509803921569],[57.843137254902,28.4313725490196,0.980392156862745],[75.4901960784314,45.0980392156863,24.5098039215686],[64.7058823529412,32.3529411764706,15.6862745098039],[50.9803921568627,18.6274509803922,3.92156862745098],[107.843137254902,77.4509803921569,59.8039215686275],[80.3921568627451,52.9411764705882,29.4117647058824],[79.4117647058823,56.8627450980392,25.4901960784314],[86.2745098039216,68.6274509803922,29.4117647058824],[100.980392156863,82.3529411764706,40.1960784313726],[111.764705882353,84.3137254901961,46.078431372549],[84.3137254901961,52.9411764705882,15.6862745098039],[109.803921568627,78.4313725490196,40.1960784313726],[89.2156862745098,60.7843137254902,17.6470588235294],[117.647058823529,91.1764705882353,45.0980392156863],[149.019607843137,126.470588235294,75.4901960784314],[127.450980392157,108.823529411765,51.9607843137255],[124.509803921569,110.78431372549,49.0196078431373],[160.78431372549,151.960784313725,86.2745098039216],[178.43137254902,173.529411764706,108.823529411765],[142.156862745098,141.176470588235,78.4313725490196],[102.941176470588,103.921568627451,47.0588235294118],[126.470588235294,130.392156862745,80.3921568627451],[115.686274509804,121.56862745098,78.4313725490196],[68.6274509803922,76.4705882352941,38.2352941176471],[79.4117647058823,89.2156862745098,55.8823529411765],[71.5686274509804,84.3137254901961,56.8627450980392],[79.4117647058823,94.1176470588235,63.7254901960784],[116.666666666667,133.333333333333,92.156862745098],[86.2745098039216,102.941176470588,61.7647058823529],[61.7647058823529,77.4509803921569,42.156862745098],[114.705882352941,129.411764705882,100.980392156863],[84.3137254901961,98.0392156862745,73.5294117647059],[86.2745098039216,99.0196078431373,71.5686274509804],[83.3333333333333,98.0392156862745,57.843137254902],[94.1176470588235,109.803921568627,63.7254901960784],[112.745098039216,125.490196078431,82.3529411764706],[95.0980392156863,105.882352941176,66.6666666666667],[125.490196078431,132.352941176471,99.0196078431373],[173.529411764706,179.411764705882,144.117647058824],[212.745098039216,218.627450980392,171.56862745098],[155.882352941176,157.843137254902,108.823529411765],[150.980392156863,144.117647058824,99.0196078431373],[112.745098039216,100.980392156863,59.8039215686275],[97.0588235294118,83.3333333333333,47.0588235294118],[71.5686274509804,56.8627450980392,18.6274509803922],[107.843137254902,91.1764705882353,49.0196078431373],[134.313725490196,115.686274509804,76.4705882352941],[91.1764705882353,70.5882352941177,42.156862745098],[72.5490196078431,52.9411764705882,26.4705882352941],[49.0196078431373,33.3333333333333,0],[53.921568627451,41.1764705882353,7.84313725490196],[51.9607843137255,41.1764705882353,21.5686274509804],[52.9411764705882,46.078431372549,28.4313725490196],[45.0980392156863,45.0980392156863,21.5686274509804],[68.6274509803922,72.5490196078431,50],[19.6078431372549,26.4705882352941,8.82352941176471],[5.88235294117647,12.7450980392157,0],[8.82352941176471,13.7254901960784,0],[2.94117647058824,8.82352941176471,0],[18.6274509803922,23.5294117647059,1.96078431372549],[53.921568627451,57.843137254902,41.1764705882353],[0.980392156862745,4.90196078431373,0],[7.84313725490196,11.7647058823529,0],[21.5686274509804,25.4901960784314,10.7843137254902],[1.96078431372549,5.88235294117647,0],[1.96078431372549,6.86274509803922,0],[61.7647058823529,65.6862745098039,43.1372549019608],[128.43137254902,131.372549019608,104.901960784314],[140.196078431373,140.196078431373,112.745098039216],[68.6274509803922,67.6470588235294,40.1960784313726],[29.4117647058824,25.4901960784314,0],[19.6078431372549,15.6862745098039,0],[42.156862745098,36.2745098039216,12.7450980392157],[37.2549019607843,31.3725490196078,5.88235294117647],[33.3333333333333,27.4509803921569,3.92156862745098],[29.4117647058824,24.5098039215686,2.94117647058824],[11.7647058823529,6.86274509803922,0],[23.5294117647059,18.6274509803922,0],[133.333333333333,127.450980392157,111.764705882353],[122.549019607843,116.666666666667,100.980392156863],[81.3725490196078,76.4705882352941,57.843137254902],[109.803921568627,104.901960784314,86.2745098039216],[44.1176470588235,39.2156862745098,20.5882352941176],[13.7254901960784,6.86274509803922,0],[55.8823529411765,48.0392156862745,35.2941176470588],[59.8039215686275,50,40.1960784313726],[16.6666666666667,5.88235294117647,0],[10.7843137254902,0,0],[10.7843137254902,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,0,0],[28.4313725490196,13.7254901960784,6.86274509803922],[57.843137254902,36.2745098039216,25.4901960784314],[53.921568627451,26.4705882352941,12.7450980392157],[51.9607843137255,19.6078431372549,0.980392156862745],[86.2745098039216,50.9803921568627,29.4117647058824],[74.5098039215686,37.2549019607843,14.7058823529412],[40.1960784313726,3.92156862745098,0],[63.7254901960784,28.4313725490196,2.94117647058824],[79.4117647058823,44.1176470588235,22.5490196078431],[77.4509803921569,41.1764705882353,25.4901960784314],[30.3921568627451,0,0],[34.3137254901961,2.94117647058824,0],[89.2156862745098,59.8039215686275,32.3529411764706],[119.607843137255,91.1764705882353,59.8039215686275],[104.901960784314,76.4705882352941,43.1372549019608],[110.78431372549,82.3529411764706,50.9803921568627],[99.0196078431373,68.6274509803922,41.1764705882353],[73.5294117647059,42.156862745098,21.5686274509804],[68.6274509803922,36.2745098039216,19.6078431372549],[68.6274509803922,38.2352941176471,20.5882352941176],[89.2156862745098,61.7647058823529,41.1764705882353],[84.3137254901961,58.8235294117647,34.3137254901961],[73.5294117647059,53.921568627451,21.5686274509804],[75.4901960784314,57.843137254902,18.6274509803922],[77.4509803921569,59.8039215686275,20.5882352941176],[100.980392156863,79.4117647058823,43.1372549019608],[61.7647058823529,40.1960784313726,3.92156862745098],[76.4705882352941,54.9019607843137,16.6666666666667],[92.156862745098,70.5882352941177,30.3921568627451],[77.4509803921569,59.8039215686275,14.7058823529412],[86.2745098039216,70.5882352941177,20.5882352941176],[137.254901960784,127.450980392157,69.6078431372549],[130.392156862745,122.549019607843,61.7647058823529],[138.235294117647,134.313725490196,71.5686274509804],[152.941176470588,151.960784313725,88.2352941176471],[160.78431372549,162.745098039216,100.980392156863],[136.274509803922,141.176470588235,84.3137254901961],[123.529411764706,130.392156862745,80.3921568627451],[100.980392156863,107.843137254902,64.7058823529412],[95.0980392156863,102.941176470588,64.7058823529412],[55.8823529411765,66.6666666666667,33.3333333333333],[46.078431372549,60.7843137254902,32.3529411764706],[51.9607843137255,68.6274509803922,37.2549019607843],[124.509803921569,142.156862745098,100.980392156863],[100.980392156863,119.607843137255,75.4901960784314],[53.921568627451,71.5686274509804,34.3137254901961],[54.9019607843137,71.5686274509804,38.2352941176471],[61.7647058823529,78.4313725490196,47.0588235294118],[74.5098039215686,90.1960784313725,53.921568627451],[71.5686274509804,87.2549019607843,39.2156862745098],[108.823529411765,123.529411764706,69.6078431372549],[112.745098039216,125.490196078431,73.5294117647059],[71.5686274509804,83.3333333333333,34.3137254901961],[125.490196078431,137.254901960784,92.156862745098],[177.450980392157,186.274509803922,140.196078431373],[203.921568627451,214.705882352941,157.843137254902],[135.294117647059,143.137254901961,84.3137254901961],[112.745098039216,111.764705882353,56.8627450980392],[149.019607843137,143.137254901961,92.156862745098],[140.196078431373,132.352941176471,86.2745098039216],[83.3333333333333,73.5294117647059,25.4901960784314],[114.705882352941,101.960784313725,48.0392156862745],[152.941176470588,137.254901960784,86.2745098039216],[126.470588235294,109.803921568627,67.6470588235294],[74.5098039215686,56.8627450980392,17.6470588235294],[68.6274509803922,54.9019607843137,8.82352941176471],[72.5490196078431,59.8039215686275,16.6666666666667],[52.9411764705882,42.156862745098,10.7843137254902],[40.1960784313726,33.3333333333333,5.88235294117647],[48.0392156862745,47.0588235294118,16.6666666666667],[54.9019607843137,55.8823529411765,25.4901960784314],[21.5686274509804,25.4901960784314,0.980392156862745],[30.3921568627451,35.2941176470588,12.7450980392157],[25.4901960784314,30.3921568627451,7.84313725490196],[24.5098039215686,29.4117647058824,6.86274509803922],[24.5098039215686,29.4117647058824,7.84313725490196],[0.980392156862745,4.90196078431373,0],[9.80392156862745,13.7254901960784,0],[2.94117647058824,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[4.90196078431373,5.88235294117647,0],[41.1764705882353,42.156862745098,24.5098039215686],[87.2549019607843,86.2745098039216,66.6666666666667],[43.1372549019608,42.156862745098,21.5686274509804],[116.666666666667,114.705882352941,92.156862745098],[81.3725490196078,79.4117647058823,54.9019607843137],[36.2745098039216,32.3529411764706,7.84313725490196],[15.6862745098039,11.7647058823529,0],[31.3725490196078,26.4705882352941,4.90196078431373],[69.6078431372549,64.7058823529412,46.078431372549],[63.7254901960784,57.843137254902,42.156862745098],[12.7450980392157,6.86274509803922,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,0],[57.843137254902,51.9607843137255,40.1960784313726],[26.4705882352941,20.5882352941176,6.86274509803922],[12.7450980392157,6.86274509803922,0],[72.5490196078431,65.6862745098039,48.0392156862745],[122.549019607843,115.686274509804,97.0588235294118],[25.4901960784314,16.6666666666667,0],[7.84313725490196,0,0],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,17.6470588235294],[10.7843137254902,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[8.82352941176471,0,0],[26.4705882352941,11.7647058823529,4.90196078431373],[58.8235294117647,37.2549019607843,24.5098039215686],[51.9607843137255,23.5294117647059,5.88235294117647],[53.921568627451,18.6274509803922,0],[97.0588235294118,57.843137254902,32.3529411764706],[94.1176470588235,53.921568627451,26.4705882352941],[56.8627450980392,13.7254901960784,0],[76.4705882352941,36.2745098039216,8.82352941176471],[108.823529411765,67.6470588235294,44.1176470588235],[90.1960784313725,49.0196078431373,33.3333333333333],[81.3725490196078,45.0980392156863,29.4117647058824],[64.7058823529412,33.3333333333333,10.7843137254902],[75.4901960784314,49.0196078431373,20.5882352941176],[44.1176470588235,17.6470588235294,0],[62.7450980392157,37.2549019607843,4.90196078431373],[72.5490196078431,44.1176470588235,12.7450980392157],[105.882352941176,75.4901960784314,48.0392156862745],[82.3529411764706,48.0392156862745,26.4705882352941],[71.5686274509804,40.1960784313726,19.6078431372549],[72.5490196078431,45.0980392156863,23.5294117647059],[59.8039215686275,36.2745098039216,12.7450980392157],[57.843137254902,37.2549019607843,8.82352941176471],[58.8235294117647,40.1960784313726,7.84313725490196],[51.9607843137255,34.3137254901961,0],[79.4117647058823,64.7058823529412,26.4705882352941],[96.078431372549,82.3529411764706,48.0392156862745],[58.8235294117647,45.0980392156863,10.7843137254902],[71.5686274509804,57.843137254902,21.5686274509804],[69.6078431372549,55.8823529411765,17.6470588235294],[42.156862745098,31.3725490196078,0],[98.0392156862745,90.1960784313725,42.156862745098],[152.941176470588,148.039215686275,93.1372549019608],[169.607843137255,167.647058823529,109.803921568627],[161.764705882353,163.725490196078,101.960784313725],[152.941176470588,157.843137254902,95.0980392156863],[179.411764705882,185.294117647059,124.509803921569],[149.019607843137,156.862745098039,100.980392156863],[56.8627450980392,64.7058823529412,14.7058823529412],[88.2352941176471,97.0588235294118,54.9019607843137],[107.843137254902,117.647058823529,81.3725490196078],[106.862745098039,117.647058823529,86.2745098039216],[89.2156862745098,102.941176470588,77.4509803921569],[61.7647058823529,77.4509803921569,50.9803921568627],[116.666666666667,137.254901960784,99.0196078431373],[129.411764705882,150,109.803921568627],[156.862745098039,176.470588235294,140.196078431373],[103.921568627451,123.529411764706,89.2156862745098],[47.0588235294118,63.7254901960784,30.3921568627451],[28.4313725490196,44.1176470588235,5.88235294117647],[70.5882352941177,87.2549019607843,36.2745098039216],[65.6862745098039,80.3921568627451,24.5098039215686],[61.7647058823529,74.5098039215686,19.6078431372549],[92.156862745098,104.901960784314,51.9607843137255],[117.647058823529,129.411764705882,80.3921568627451],[146.078431372549,158.823529411765,106.862745098039],[183.333333333333,197.058823529412,136.274509803922],[135.294117647059,146.078431372549,81.3725490196078],[111.764705882353,116.666666666667,53.921568627451],[126.470588235294,126.470588235294,67.6470588235294],[100,97.0588235294118,43.1372549019608],[64.7058823529412,59.8039215686275,4.90196078431373],[130.392156862745,122.549019607843,58.8235294117647],[179.411764705882,170.588235294118,106.862745098039],[141.176470588235,128.43137254902,77.4509803921569],[115.686274509804,101.960784313725,55.8823529411765],[69.6078431372549,58.8235294117647,5.88235294117647],[100,90.1960784313725,38.2352941176471],[109.803921568627,100.980392156863,58.8235294117647],[114.705882352941,109.803921568627,72.5490196078431],[95.0980392156863,91.1764705882353,54.9019607843137],[84.3137254901961,84.3137254901961,49.0196078431373],[86.2745098039216,87.2549019607843,55.8823529411765],[96.078431372549,99.0196078431373,70.5882352941177],[82.3529411764706,86.2745098039216,61.7647058823529],[101.960784313725,106.862745098039,84.3137254901961],[119.607843137255,124.509803921569,102.941176470588],[94.1176470588235,99.0196078431373,79.4117647058823],[34.3137254901961,37.2549019607843,20.5882352941176],[23.5294117647059,24.5098039215686,10.7843137254902],[28.4313725490196,29.4117647058824,15.6862745098039],[4.90196078431373,2.94117647058824,0],[20.5882352941176,18.6274509803922,3.92156862745098],[3.92156862745098,0.980392156862745,0],[23.5294117647059,20.5882352941176,1.96078431372549],[49.0196078431373,47.0588235294118,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[88.2352941176471,83.3333333333333,61.7647058823529],[36.2745098039216,32.3529411764706,7.84313725490196],[62.7450980392157,57.843137254902,38.2352941176471],[30.3921568627451,24.5098039215686,12.7450980392157],[31.3725490196078,24.5098039215686,16.6666666666667],[21.5686274509804,14.7058823529412,6.86274509803922],[27.4509803921569,20.5882352941176,12.7450980392157],[15.6862745098039,8.82352941176471,0.980392156862745],[11.7647058823529,4.90196078431373,0],[5.88235294117647,0,0],[13.7254901960784,7.84313725490196,0],[8.82352941176471,1.96078431372549,0],[98.0392156862745,91.1764705882353,72.5490196078431],[113.725490196078,105.882352941176,87.2549019607843],[24.5098039215686,13.7254901960784,0],[23.5294117647059,11.7647058823529,0],[37.2549019607843,23.5294117647059,12.7450980392157],[20.5882352941176,6.86274509803922,0],[14.7058823529412,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[33.3333333333333,29.4117647058824,30.3921568627451],[130.392156862745,126.470588235294,127.450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50,31.3725490196078,16.6666666666667],[49.0196078431373,21.5686274509804,0.980392156862745],[67.6470588235294,32.3529411764706,6.86274509803922],[101.960784313725,58.8235294117647,32.3529411764706],[100,53.921568627451,26.4705882352941],[103.921568627451,55.8823529411765,26.4705882352941],[109.803921568627,59.8039215686275,33.3333333333333],[66.6666666666667,19.6078431372549,0],[73.5294117647059,29.4117647058824,10.7843137254902],[90.1960784313725,52.9411764705882,34.3137254901961],[94.1176470588235,64.7058823529412,41.1764705882353],[79.4117647058823,53.921568627451,27.4509803921569],[58.8235294117647,36.2745098039216,5.88235294117647],[86.2745098039216,61.7647058823529,32.3529411764706],[95.0980392156863,65.6862745098039,38.2352941176471],[63.7254901960784,33.3333333333333,5.88235294117647],[123.529411764706,90.1960784313725,65.6862745098039],[66.6666666666667,35.2941176470588,10.7843137254902],[84.3137254901961,58.8235294117647,32.3529411764706],[92.156862745098,71.5686274509804,41.1764705882353],[34.3137254901961,18.6274509803922,0],[74.5098039215686,60.7843137254902,26.4705882352941],[71.5686274509804,55.8823529411765,20.5882352941176],[71.5686274509804,57.843137254902,21.5686274509804],[64.7058823529412,56.8627450980392,21.5686274509804],[64.7058823529412,58.8235294117647,23.5294117647059],[40.1960784313726,34.3137254901961,0],[82.3529411764706,77.4509803921569,38.2352941176471],[70.5882352941177,67.6470588235294,25.4901960784314],[100.980392156863,100,52.9411764705882],[181.372549019608,181.372549019608,130.392156862745],[150.980392156863,153.921568627451,98.0392156862745],[167.647058823529,173.529411764706,114.705882352941],[104.901960784314,112.745098039216,53.921568627451],[155.882352941176,165.686274509804,106.862745098039],[163.725490196078,174.509803921569,119.607843137255],[116.666666666667,126.470588235294,77.4509803921569],[98.0392156862745,108.823529411765,66.6666666666667],[59.8039215686275,69.6078431372549,33.3333333333333],[67.6470588235294,78.4313725490196,47.0588235294118],[122.549019607843,136.274509803922,113.725490196078],[49.0196078431373,63.7254901960784,41.1764705882353],[102.941176470588,121.56862745098,92.156862745098],[82.3529411764706,100.980392156863,69.6078431372549],[113.725490196078,134.313725490196,101.960784313725],[179.411764705882,198.039215686275,166.666666666667],[87.2549019607843,103.921568627451,70.5882352941177],[74.5098039215686,90.1960784313725,51.9607843137255],[59.8039215686275,73.5294117647059,25.4901960784314],[68.6274509803922,81.3725490196078,29.4117647058824],[76.4705882352941,86.2745098039216,35.2941176470588],[101.960784313725,111.764705882353,60.7843137254902],[65.6862745098039,75.4901960784314,26.4705882352941],[83.3333333333333,96.078431372549,44.1176470588235],[227.450980392157,241.176470588235,183.333333333333],[169.607843137255,181.372549019608,118.627450980392],[108.823529411765,115.686274509804,49.0196078431373],[106.862745098039,111.764705882353,46.078431372549],[95.0980392156863,96.078431372549,39.2156862745098],[108.823529411765,108.823529411765,50],[152.941176470588,150,80.3921568627451],[130.392156862745,126.470588235294,56.8627450980392],[128.43137254902,119.607843137255,63.7254901960784],[155.882352941176,146.078431372549,94.1176470588235],[126.470588235294,117.647058823529,59.8039215686275],[112.745098039216,103.921568627451,48.0392156862745],[111.764705882353,103.921568627451,55.8823529411765],[140.196078431373,133.333333333333,90.1960784313725],[87.2549019607843,82.3529411764706,41.1764705882353],[57.843137254902,53.921568627451,16.6666666666667],[83.3333333333333,81.3725490196078,44.1176470588235],[79.4117647058823,79.4117647058823,46.078431372549],[100.980392156863,105.882352941176,76.4705882352941],[175.490196078431,180.392156862745,157.843137254902],[66.6666666666667,69.6078431372549,49.0196078431373],[31.3725490196078,34.3137254901961,15.6862745098039],[66.6666666666667,67.6470588235294,51.9607843137255],[59.8039215686275,60.7843137254902,47.0588235294118],[34.3137254901961,32.3529411764706,19.6078431372549],[19.6078431372549,15.6862745098039,4.90196078431373],[7.84313725490196,3.92156862745098,0],[10.7843137254902,4.90196078431373,0],[18.6274509803922,12.7450980392157,0],[39.2156862745098,33.3333333333333,17.6470588235294],[20.5882352941176,15.6862745098039,0],[41.1764705882353,36.2745098039216,16.6666666666667],[121.56862745098,116.666666666667,95.0980392156863],[50.9803921568627,46.078431372549,27.4509803921569],[11.7647058823529,6.86274509803922,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,10.7843137254902,4.90196078431373],[18.6274509803922,11.7647058823529,1.96078431372549],[9.80392156862745,3.92156862745098,0],[6.86274509803922,0,0],[59.8039215686275,52.9411764705882,34.3137254901961],[82.3529411764706,74.5098039215686,53.921568627451],[74.5098039215686,63.7254901960784,44.1176470588235],[28.4313725490196,15.6862745098039,0],[43.1372549019608,27.4509803921569,12.7450980392157],[12.7450980392157,0,0],[11.7647058823529,0,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[39.2156862745098,35.2941176470588,36.2745098039216],[151.960784313725,148.039215686275,149.019607843137],[11.7647058823529,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[13.7254901960784,0,0],[13.7254901960784,0,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[9.80392156862745,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[10.7843137254902,5.88235294117647,1.96078431372549],[32.3529411764706,19.6078431372549,10.7843137254902],[47.0588235294118,26.4705882352941,9.80392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[62.7450980392157,24.5098039215686,0],[69.6078431372549,25.4901960784314,0],[107.843137254902,57.843137254902,27.4509803921569],[127.450980392157,75.4901960784314,45.0980392156863],[132.352941176471,79.4117647058823,51.9607843137255],[139.21568627451,88.2352941176471,64.7058823529412],[85.2941176470588,40.1960784313726,16.6666666666667],[83.3333333333333,47.0588235294118,21.5686274509804],[81.3725490196078,51.9607843137255,26.4705882352941],[62.7450980392157,39.2156862745098,13.7254901960784],[65.6862745098039,45.0980392156863,18.6274509803922],[54.9019607843137,31.3725490196078,5.88235294117647],[101.960784313725,72.5490196078431,47.0588235294118],[109.803921568627,79.4117647058823,51.9607843137255],[108.823529411765,75.4901960784314,48.0392156862745],[77.4509803921569,49.0196078431373,17.6470588235294],[91.1764705882353,69.6078431372549,33.3333333333333],[72.5490196078431,57.843137254902,19.6078431372549],[78.4313725490196,66.6666666666667,29.4117647058824],[56.8627450980392,45.0980392156863,7.84313725490196],[66.6666666666667,52.9411764705882,18.6274509803922],[76.4705882352941,63.7254901960784,29.4117647058824],[33.3333333333333,29.4117647058824,0],[6.86274509803922,4.90196078431373,0],[98.0392156862745,96.078431372549,58.8235294117647],[110.78431372549,111.764705882353,72.5490196078431],[118.627450980392,119.607843137255,78.4313725490196],[80.3921568627451,83.3333333333333,37.2549019607843],[167.647058823529,171.56862745098,122.549019607843],[54.9019607843137,61.7647058823529,8.82352941176471],[153.921568627451,162.745098039216,106.862745098039],[192.156862745098,202.941176470588,144.117647058824],[143.137254901961,156.862745098039,99.0196078431373],[182.352941176471,195.098039215686,142.156862745098],[116.666666666667,130.392156862745,82.3529411764706],[83.3333333333333,96.078431372549,53.921568627451],[9.80392156862745,21.5686274509804,0],[59.8039215686275,73.5294117647059,41.1764705882353],[67.6470588235294,79.4117647058823,57.843137254902],[41.1764705882353,53.921568627451,36.2745098039216],[34.3137254901961,49.0196078431373,28.4313725490196],[29.4117647058824,47.0588235294118,21.5686274509804],[13.7254901960784,32.3529411764706,4.90196078431373],[135.294117647059,153.921568627451,122.549019607843],[191.176470588235,207.843137254902,174.509803921569],[90.1960784313725,104.901960784314,66.6666666666667],[39.2156862745098,50,8.82352941176471],[58.8235294117647,67.6470588235294,23.5294117647059],[83.3333333333333,91.1764705882353,45.0980392156863],[88.2352941176471,96.078431372549,50],[63.7254901960784,71.5686274509804,25.4901960784314],[150,159.803921568627,110.78431372549],[201.960784313725,214.705882352941,161.764705882353],[217.647058823529,231.372549019608,171.56862745098],[119.607843137255,130.392156862745,62.7450980392157],[89.2156862745098,99.0196078431373,31.3725490196078],[111.764705882353,117.647058823529,58.8235294117647],[150,155.882352941176,95.0980392156863],[135.294117647059,139.21568627451,64.7058823529412],[146.078431372549,148.039215686275,76.4705882352941],[129.411764705882,127.450980392157,71.5686274509804],[119.607843137255,113.725490196078,62.7450980392157],[154.901960784314,150,93.1372549019608],[174.509803921569,169.607843137255,112.745098039216],[133.333333333333,126.470588235294,75.4901960784314],[100,92.156862745098,47.0588235294118],[71.5686274509804,64.7058823529412,23.5294117647059],[71.5686274509804,63.7254901960784,25.4901960784314],[77.4509803921569,69.6078431372549,31.3725490196078],[59.8039215686275,55.8823529411765,19.6078431372549],[93.1372549019608,96.078431372549,65.6862745098039],[62.7450980392157,68.6274509803922,43.1372549019608],[16.6666666666667,20.5882352941176,0],[37.2549019607843,40.1960784313726,19.6078431372549],[48.0392156862745,49.0196078431373,31.3725490196078],[29.4117647058824,27.4509803921569,12.7450980392157],[13.7254901960784,9.80392156862745,0],[19.6078431372549,15.6862745098039,4.90196078431373],[23.5294117647059,16.6666666666667,6.86274509803922],[18.6274509803922,11.7647058823529,1.96078431372549],[30.3921568627451,23.5294117647059,13.7254901960784],[18.6274509803922,12.7450980392157,0.980392156862745],[23.5294117647059,17.6470588235294,1.96078431372549],[81.3725490196078,76.4705882352941,57.843137254902],[82.3529411764706,77.4509803921569,57.843137254902],[22.5490196078431,16.6666666666667,0.980392156862745],[8.82352941176471,3.92156862745098,0],[4.90196078431373,0,0.980392156862745],[12.7450980392157,6.86274509803922,8.82352941176471],[7.84313725490196,1.96078431372549,1.96078431372549],[16.6666666666667,11.7647058823529,8.82352941176471],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[18.6274509803922,12.7450980392157,0],[33.3333333333333,26.4705882352941,8.82352941176471],[76.4705882352941,68.6274509803922,48.0392156862745],[83.3333333333333,72.5490196078431,50.9803921568627],[53.921568627451,43.1372549019608,21.5686274509804],[76.4705882352941,64.7058823529412,43.1372549019608],[35.2941176470588,20.5882352941176,1.96078431372549],[17.6470588235294,0,0],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,0.980392156862745,0.980392156862745],[15.6862745098039,0,0],[22.5490196078431,1.96078431372549,0.980392156862745],[16.6666666666667,0.980392156862745,1.96078431372549],[9.80392156862745,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[39.2156862745098,22.5490196078431,14.7058823529412],[57.843137254902,31.3725490196078,14.7058823529412],[78.4313725490196,43.1372549019608,21.5686274509804],[74.5098039215686,31.3725490196078,4.90196078431373],[77.4509803921569,27.4509803921569,0],[116.666666666667,64.7058823529412,34.3137254901961],[136.274509803922,84.3137254901961,53.921568627451],[135.294117647059,82.3529411764706,54.9019607843137],[154.901960784314,106.862745098039,77.4509803921569],[104.901960784314,62.7450980392157,31.3725490196078],[95.0980392156863,59.8039215686275,28.4313725490196],[70.5882352941177,44.1176470588235,14.7058823529412],[29.4117647058824,8.82352941176471,0],[45.0980392156863,25.4901960784314,0.980392156862745],[50,28.4313725490196,4.90196078431373],[68.6274509803922,41.1764705882353,17.6470588235294],[118.627450980392,88.2352941176471,59.8039215686275],[110.78431372549,78.4313725490196,46.078431372549],[131.372549019608,103.921568627451,65.6862745098039],[89.2156862745098,70.5882352941177,28.4313725490196],[83.3333333333333,70.5882352941177,26.4705882352941],[100,92.156862745098,47.0588235294118],[47.0588235294118,38.2352941176471,0],[57.843137254902,45.0980392156863,10.7843137254902],[107.843137254902,95.0980392156863,61.7647058823529],[65.6862745098039,61.7647058823529,24.5098039215686],[59.8039215686275,60.7843137254902,19.6078431372549],[130.392156862745,131.372549019608,90.1960784313725],[126.470588235294,129.411764705882,87.2549019607843],[68.6274509803922,71.5686274509804,29.4117647058824],[76.4705882352941,82.3529411764706,37.2549019607843],[124.509803921569,132.352941176471,84.3137254901961],[77.4509803921569,87.2549019607843,36.2745098039216],[87.2549019607843,100,47.0588235294118],[199.019607843137,211.764705882353,156.862745098039],[177.450980392157,192.156862745098,138.235294117647],[171.56862745098,185.294117647059,135.294117647059],[197.058823529412,212.745098039216,166.666666666667],[92.156862745098,106.862745098039,64.7058823529412],[88.2352941176471,102.941176470588,64.7058823529412],[103.921568627451,116.666666666667,87.2549019607843],[49.0196078431373,57.843137254902,39.2156862745098],[40.1960784313726,48.0392156862745,33.3333333333333],[53.921568627451,66.6666666666667,50],[24.5098039215686,39.2156862745098,20.5882352941176],[19.6078431372549,37.2549019607843,11.7647058823529],[67.6470588235294,86.2745098039216,56.8627450980392],[154.901960784314,170.588235294118,135.294117647059],[145.098039215686,156.862745098039,121.56862745098],[83.3333333333333,90.1960784313725,56.8627450980392],[82.3529411764706,86.2745098039216,51.9607843137255],[130.392156862745,132.352941176471,96.078431372549],[70.5882352941177,72.5490196078431,34.3137254901961],[67.6470588235294,74.5098039215686,31.3725490196078],[159.803921568627,168.627450980392,124.509803921569],[192.156862745098,202.941176470588,160.78431372549],[188.235294117647,200,150.980392156863],[167.647058823529,179.411764705882,116.666666666667],[109.803921568627,121.56862745098,56.8627450980392],[134.313725490196,145.098039215686,90.1960784313725],[137.254901960784,146.078431372549,90.1960784313725],[86.2745098039216,96.078431372549,26.4705882352941],[201.960784313725,208.823529411765,140.196078431373],[147.058823529412,150,98.0392156862745],[60.7843137254902,59.8039215686275,14.7058823529412],[88.2352941176471,87.2549019607843,34.3137254901961],[126.470588235294,123.529411764706,71.5686274509804],[92.156862745098,86.2745098039216,39.2156862745098],[88.2352941176471,79.4117647058823,37.2549019607843],[108.823529411765,96.078431372549,61.7647058823529],[70.5882352941177,57.843137254902,24.5098039215686],[19.6078431372549,6.86274509803922,0],[41.1764705882353,33.3333333333333,0],[22.5490196078431,23.5294117647059,0],[5.88235294117647,11.7647058823529,0],[55.8823529411765,59.8039215686275,33.3333333333333],[121.56862745098,125.490196078431,100.980392156863],[79.4117647058823,81.3725490196078,60.7843137254902],[2.94117647058824,1.96078431372549,0],[14.7058823529412,10.7843137254902,0],[9.80392156862745,2.94117647058824,0],[23.5294117647059,14.7058823529412,7.84313725490196],[28.4313725490196,19.6078431372549,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[22.5490196078431,13.7254901960784,6.86274509803922],[56.8627450980392,49.0196078431373,38.2352941176471],[59.8039215686275,51.9607843137255,39.2156862745098],[28.4313725490196,23.5294117647059,4.90196078431373],[17.6470588235294,11.7647058823529,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[7.84313725490196,2.94117647058824,0],[9.80392156862745,2.94117647058824,0],[98.0392156862745,92.156862745098,78.4313725490196],[134.313725490196,127.450980392157,109.803921568627],[7.84313725490196,0,0],[29.4117647058824,19.6078431372549,0],[34.3137254901961,22.5490196078431,0],[93.1372549019608,78.4313725490196,57.843137254902],[56.8627450980392,42.156862745098,23.5294117647059],[39.2156862745098,21.5686274509804,7.84313725490196],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[50,48.0392156862745,49.0196078431373],[152.941176470588,150.980392156863,151.960784313725],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,0.980392156862745],[16.6666666666667,1.96078431372549,0],[21.5686274509804,6.86274509803922,1.96078431372549],[16.6666666666667,4.90196078431373,4.90196078431373],[11.7647058823529,0.980392156862745,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0,0],[17.6470588235294,1.96078431372549,1.96078431372549],[43.1372549019608,18.6274509803922,13.7254901960784],[64.7058823529412,29.4117647058824,15.6862745098039],[67.6470588235294,23.5294117647059,2.94117647058824],[98.0392156862745,48.0392156862745,21.5686274509804],[113.725490196078,61.7647058823529,30.3921568627451],[127.450980392157,75.4901960784314,44.1176470588235],[145.098039215686,96.078431372549,63.7254901960784],[133.333333333333,88.2352941176471,55.8823529411765],[122.549019607843,78.4313725490196,46.078431372549],[139.21568627451,98.0392156862745,60.7843137254902],[126.470588235294,93.1372549019608,55.8823529411765],[154.901960784314,131.372549019608,98.0392156862745],[54.9019607843137,36.2745098039216,6.86274509803922],[24.5098039215686,6.86274509803922,0],[53.921568627451,34.3137254901961,10.7843137254902],[64.7058823529412,37.2549019607843,13.7254901960784],[96.078431372549,65.6862745098039,37.2549019607843],[150,118.627450980392,81.3725490196078],[121.56862745098,98.0392156862745,52.9411764705882],[103.921568627451,88.2352941176471,37.2549019607843],[96.078431372549,89.2156862745098,35.2941176470588],[117.647058823529,114.705882352941,64.7058823529412],[66.6666666666667,59.8039215686275,16.6666666666667],[122.549019607843,109.803921568627,75.4901960784314],[129.411764705882,119.607843137255,85.2941176470588],[106.862745098039,103.921568627451,61.7647058823529],[120.588235294118,122.549019607843,76.4705882352941],[148.039215686275,149.019607843137,105.882352941176],[140.196078431373,143.137254901961,99.0196078431373],[59.8039215686275,65.6862745098039,22.5490196078431],[111.764705882353,119.607843137255,73.5294117647059],[124.509803921569,133.333333333333,87.2549019607843],[104.901960784314,116.666666666667,67.6470588235294],[65.6862745098039,79.4117647058823,27.4509803921569],[128.43137254902,145.098039215686,92.156862745098],[165.686274509804,182.352941176471,129.411764705882],[129.411764705882,147.058823529412,98.0392156862745],[164.705882352941,181.372549019608,137.254901960784],[155.882352941176,173.529411764706,132.352941176471],[149.019607843137,166.666666666667,129.411764705882],[154.901960784314,169.607843137255,137.254901960784],[70.5882352941177,80.3921568627451,55.8823529411765],[8.82352941176471,17.6470588235294,0],[15.6862745098039,26.4705882352941,9.80392156862745],[45.0980392156863,57.843137254902,38.2352941176471],[60.7843137254902,76.4705882352941,48.0392156862745],[33.3333333333333,50,14.7058823529412],[112.745098039216,129.411764705882,88.2352941176471],[193.137254901961,203.921568627451,164.705882352941],[173.529411764706,179.411764705882,146.078431372549],[132.352941176471,133.333333333333,101.960784313725],[101.960784313725,101.960784313725,66.6666666666667],[81.3725490196078,82.3529411764706,43.1372549019608],[57.843137254902,63.7254901960784,18.6274509803922],[172.549019607843,180.392156862745,134.313725490196],[247.058823529412,250,216.666666666667],[178.43137254902,192.156862745098,144.117647058824],[154.901960784314,170.588235294118,106.862745098039],[126.470588235294,143.137254901961,76.4705882352941],[110.78431372549,125.490196078431,71.5686274509804],[106.862745098039,119.607843137255,64.7058823529412],[149.019607843137,161.764705882353,93.1372549019608],[154.901960784314,167.647058823529,99.0196078431373],[88.2352941176471,96.078431372549,46.078431372549],[39.2156862745098,42.156862745098,0],[92.156862745098,94.1176470588235,45.0980392156863],[100,98.0392156862745,48.0392156862745],[153.921568627451,147.058823529412,101.960784313725],[164.705882352941,155.882352941176,115.686274509804],[81.3725490196078,67.6470588235294,33.3333333333333],[73.5294117647059,57.843137254902,25.4901960784314],[95.0980392156863,76.4705882352941,44.1176470588235],[56.8627450980392,44.1176470588235,10.7843137254902],[41.1764705882353,42.156862745098,10.7843137254902],[60.7843137254902,67.6470588235294,37.2549019607843],[102.941176470588,107.843137254902,78.4313725490196],[80.3921568627451,83.3333333333333,56.8627450980392],[81.3725490196078,80.3921568627451,59.8039215686275],[35.2941176470588,32.3529411764706,15.6862745098039],[5.88235294117647,0,0],[34.3137254901961,27.4509803921569,19.6078431372549],[32.3529411764706,23.5294117647059,18.6274509803922],[17.6470588235294,7.84313725490196,5.88235294117647],[32.3529411764706,22.5490196078431,20.5882352941176],[19.6078431372549,10.7843137254902,5.88235294117647],[32.3529411764706,23.5294117647059,14.7058823529412],[11.7647058823529,3.92156862745098,0],[34.3137254901961,28.4313725490196,12.7450980392157],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,22.5490196078431,19.6078431372549],[30.3921568627451,25.4901960784314,19.6078431372549],[15.6862745098039,8.82352941176471,0],[89.2156862745098,83.3333333333333,67.6470588235294],[124.509803921569,117.647058823529,99.0196078431373],[39.2156862745098,31.3725490196078,8.82352941176471],[30.3921568627451,20.5882352941176,0],[92.156862745098,80.3921568627451,54.9019607843137],[53.921568627451,39.2156862745098,16.6666666666667],[52.9411764705882,38.2352941176471,19.6078431372549],[54.9019607843137,38.2352941176471,22.5490196078431],[32.3529411764706,18.6274509803922,7.84313725490196],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[136.274509803922,134.313725490196,135.294117647059],[247.058823529412,245.098039215686,246.078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[13.7254901960784,4.90196078431373,0],[15.6862745098039,8.82352941176471,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,2.94117647058824,5.88235294117647],[14.7058823529412,3.92156862745098,9.80392156862745],[15.6862745098039,0,6.86274509803922],[26.4705882352941,0,4.90196078431373],[49.0196078431373,14.7058823529412,12.7450980392157],[72.5490196078431,25.4901960784314,13.7254901960784],[84.3137254901961,30.3921568627451,10.7843137254902],[101.960784313725,46.078431372549,19.6078431372549],[112.745098039216,57.843137254902,25.4901960784314],[141.176470588235,89.2156862745098,55.8823529411765],[139.21568627451,94.1176470588235,60.7843137254902],[129.411764705882,92.156862745098,56.8627450980392],[186.274509803922,151.960784313725,114.705882352941],[118.627450980392,82.3529411764706,39.2156862745098],[110.78431372549,78.4313725490196,36.2745098039216],[183.333333333333,161.764705882353,125.490196078431],[136.274509803922,119.607843137255,90.1960784313725],[79.4117647058823,63.7254901960784,39.2156862745098],[70.5882352941177,50,29.4117647058824],[64.7058823529412,37.2549019607843,13.7254901960784],[81.3725490196078,50.9803921568627,20.5882352941176],[143.137254901961,114.705882352941,73.5294117647059],[117.647058823529,95.0980392156863,44.1176470588235],[108.823529411765,97.0588235294118,38.2352941176471],[134.313725490196,128.43137254902,69.6078431372549],[128.43137254902,125.490196078431,71.5686274509804],[133.333333333333,129.411764705882,83.3333333333333],[130.392156862745,120.588235294118,86.2745098039216],[146.078431372549,136.274509803922,101.960784313725],[167.647058823529,163.725490196078,117.647058823529],[93.1372549019608,93.1372549019608,44.1176470588235],[114.705882352941,113.725490196078,66.6666666666667],[195.098039215686,197.058823529412,150.980392156863],[103.921568627451,106.862745098039,62.7450980392157],[127.450980392157,133.333333333333,88.2352941176471],[93.1372549019608,100.980392156863,54.9019607843137],[96.078431372549,107.843137254902,60.7843137254902],[57.843137254902,71.5686274509804,21.5686274509804],[107.843137254902,123.529411764706,75.4901960784314],[176.470588235294,194.117647058824,145.098039215686],[86.2745098039216,105.882352941176,57.843137254902],[42.156862745098,60.7843137254902,16.6666666666667],[128.43137254902,149.019607843137,108.823529411765],[145.098039215686,164.705882352941,128.43137254902],[153.921568627451,170.588235294118,135.294117647059],[192.156862745098,202.941176470588,169.607843137255],[104.901960784314,113.725490196078,83.3333333333333],[75.4901960784314,85.2941176470588,60.7843137254902],[99.0196078431373,113.725490196078,85.2941176470588],[117.647058823529,135.294117647059,96.078431372549],[94.1176470588235,111.764705882353,64.7058823529412],[138.235294117647,154.901960784314,101.960784313725],[143.137254901961,154.901960784314,105.882352941176],[165.686274509804,170.588235294118,130.392156862745],[104.901960784314,104.901960784314,67.6470588235294],[69.6078431372549,67.6470588235294,27.4509803921569],[67.6470588235294,66.6666666666667,21.5686274509804],[116.666666666667,121.56862745098,68.6274509803922],[148.039215686275,154.901960784314,103.921568627451],[216.666666666667,225.490196078431,181.372549019608],[206.862745098039,220.588235294118,172.549019607843],[164.705882352941,183.333333333333,118.627450980392],[94.1176470588235,113.725490196078,46.078431372549],[119.607843137255,136.274509803922,82.3529411764706],[164.705882352941,182.352941176471,125.490196078431],[204.901960784314,222.549019607843,150],[132.352941176471,148.039215686275,78.4313725490196],[100.980392156863,110.78431372549,59.8039215686275],[47.0588235294118,53.921568627451,10.7843137254902],[81.3725490196078,85.2941176470588,36.2745098039216],[125.490196078431,125.490196078431,74.5098039215686],[148.039215686275,144.117647058824,97.0588235294118],[145.098039215686,136.274509803922,94.1176470588235],[87.2549019607843,73.5294117647059,39.2156862745098],[83.3333333333333,64.7058823529412,32.3529411764706],[96.078431372549,76.4705882352941,40.1960784313726],[48.0392156862745,34.3137254901961,0],[51.9607843137255,51.9607843137255,18.6274509803922],[51.9607843137255,58.8235294117647,28.4313725490196],[64.7058823529412,69.6078431372549,40.1960784313726],[63.7254901960784,66.6666666666667,40.1960784313726],[56.8627450980392,55.8823529411765,35.2941176470588],[43.1372549019608,40.1960784313726,21.5686274509804],[38.2352941176471,32.3529411764706,20.5882352941176],[36.2745098039216,27.4509803921569,20.5882352941176],[11.7647058823529,0.980392156862745,0],[29.4117647058824,17.6470588235294,17.6470588235294],[26.4705882352941,14.7058823529412,14.7058823529412],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,20.5882352941176,13.7254901960784],[10.7843137254902,1.96078431372549,0],[42.156862745098,36.2745098039216,22.5490196078431],[13.7254901960784,7.84313725490196,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,11.7647058823529],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[30.3921568627451,25.4901960784314,19.6078431372549],[23.5294117647059,19.6078431372549,10.7843137254902],[20.5882352941176,14.7058823529412,2.94117647058824],[47.0588235294118,40.1960784313726,22.5490196078431],[51.9607843137255,44.1176470588235,23.5294117647059],[27.4509803921569,20.5882352941176,0],[136.274509803922,126.470588235294,100],[148.039215686275,136.274509803922,112.745098039216],[48.0392156862745,33.3333333333333,12.7450980392157],[72.5490196078431,55.8823529411765,38.2352941176471],[49.0196078431373,30.3921568627451,15.6862745098039],[25.4901960784314,8.82352941176471,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[10.7843137254902,5.88235294117647,1.96078431372549],[7.84313725490196,2.94117647058824,0],[11.7647058823529,2.94117647058824,3.92156862745098],[20.5882352941176,8.82352941176471,10.7843137254902],[24.5098039215686,5.88235294117647,7.84313725490196],[33.3333333333333,3.92156862745098,3.92156862745098],[53.921568627451,13.7254901960784,7.84313725490196],[87.2549019607843,35.2941176470588,21.5686274509804],[112.745098039216,51.9607843137255,31.3725490196078],[127.450980392157,64.7058823529412,37.2549019607843],[110.78431372549,50.9803921568627,20.5882352941176],[132.352941176471,80.3921568627451,47.0588235294118],[146.078431372549,103.921568627451,69.6078431372549],[122.549019607843,89.2156862745098,52.9411764705882],[146.078431372549,116.666666666667,79.4117647058823],[56.8627450980392,28.4313725490196,0],[88.2352941176471,60.7843137254902,21.5686274509804],[84.3137254901961,64.7058823529412,28.4313725490196],[104.901960784314,90.1960784313725,57.843137254902],[77.4509803921569,62.7450980392157,34.3137254901961],[107.843137254902,89.2156862745098,59.8039215686275],[97.0588235294118,72.5490196078431,42.156862745098],[137.254901960784,111.764705882353,75.4901960784314],[110.78431372549,87.2549019607843,42.156862745098],[97.0588235294118,80.3921568627451,27.4509803921569],[135.294117647059,126.470588235294,68.6274509803922],[143.137254901961,141.176470588235,83.3333333333333],[101.960784313725,101.960784313725,49.0196078431373],[111.764705882353,110.78431372549,63.7254901960784],[58.8235294117647,53.921568627451,16.6666666666667],[82.3529411764706,77.4509803921569,40.1960784313726],[166.666666666667,164.705882352941,117.647058823529],[159.803921568627,159.803921568627,110.78431372549],[109.803921568627,111.764705882353,63.7254901960784],[148.039215686275,150,103.921568627451],[164.705882352941,170.588235294118,127.450980392157],[94.1176470588235,100.980392156863,57.843137254902],[100.980392156863,109.803921568627,65.6862745098039],[53.921568627451,65.6862745098039,20.5882352941176],[55.8823529411765,69.6078431372549,21.5686274509804],[111.764705882353,127.450980392157,79.4117647058823],[178.43137254902,196.078431372549,149.019607843137],[115.686274509804,134.313725490196,89.2156862745098],[65.6862745098039,84.3137254901961,40.1960784313726],[58.8235294117647,79.4117647058823,39.2156862745098],[105.882352941176,125.490196078431,89.2156862745098],[57.843137254902,77.4509803921569,41.1764705882353],[159.803921568627,175.490196078431,137.254901960784],[222.549019607843,237.254901960784,199.019607843137],[162.745098039216,177.450980392157,145.098039215686],[56.8627450980392,72.5490196078431,37.2549019607843],[173.529411764706,190.196078431373,149.019607843137],[154.901960784314,172.549019607843,123.529411764706],[152.941176470588,169.607843137255,116.666666666667],[145.098039215686,157.843137254902,105.882352941176],[106.862745098039,113.725490196078,70.5882352941177],[118.627450980392,123.529411764706,83.3333333333333],[76.4705882352941,82.3529411764706,37.2549019607843],[111.764705882353,118.627450980392,68.6274509803922],[156.862745098039,165.686274509804,111.764705882353],[134.313725490196,144.117647058824,92.156862745098],[222.549019607843,234.313725490196,189.21568627451],[230.392156862745,244.117647058824,196.078431372549],[179.411764705882,199.019607843137,137.254901960784],[134.313725490196,153.921568627451,92.156862745098],[158.823529411765,176.470588235294,125.490196078431],[150,168.627450980392,114.705882352941],[147.058823529412,165.686274509804,102.941176470588],[154.901960784314,173.529411764706,110.78431372549],[86.2745098039216,99.0196078431373,53.921568627451],[95.0980392156863,102.941176470588,62.7450980392157],[79.4117647058823,85.2941176470588,40.1960784313726],[117.647058823529,119.607843137255,73.5294117647059],[99.0196078431373,95.0980392156863,50.9803921568627],[129.411764705882,120.588235294118,80.3921568627451],[123.529411764706,107.843137254902,74.5098039215686],[88.2352941176471,68.6274509803922,34.3137254901961],[89.2156862745098,65.6862745098039,28.4313725490196],[75.4901960784314,57.843137254902,20.5882352941176],[28.4313725490196,23.5294117647059,0],[51.9607843137255,51.9607843137255,24.5098039215686],[37.2549019607843,40.1960784313726,11.7647058823529],[26.4705882352941,29.4117647058824,2.94117647058824],[43.1372549019608,42.156862745098,21.5686274509804],[67.6470588235294,64.7058823529412,50],[34.3137254901961,27.4509803921569,17.6470588235294],[26.4705882352941,19.6078431372549,13.7254901960784],[30.3921568627451,21.5686274509804,16.6666666666667],[35.2941176470588,24.5098039215686,20.5882352941176],[9.80392156862745,0,0],[35.2941176470588,24.5098039215686,20.5882352941176],[37.2549019607843,28.4313725490196,21.5686274509804],[32.3529411764706,26.4705882352941,14.7058823529412],[23.5294117647059,20.5882352941176,1.96078431372549],[14.7058823529412,11.7647058823529,0],[10.7843137254902,6.86274509803922,0],[13.7254901960784,8.82352941176471,2.94117647058824],[5.88235294117647,0.980392156862745,0],[12.7450980392157,7.84313725490196,3.92156862745098],[66.6666666666667,63.7254901960784,54.9019607843137],[25.4901960784314,23.5294117647059,10.7843137254902],[31.3725490196078,28.4313725490196,11.7647058823529],[29.4117647058824,24.5098039215686,5.88235294117647],[12.7450980392157,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[23.5294117647059,12.7450980392157,0],[40.1960784313726,28.4313725490196,6.86274509803922],[45.0980392156863,30.3921568627451,9.80392156862745],[67.6470588235294,52.9411764705882,34.3137254901961],[85.2941176470588,69.6078431372549,54.9019607843137],[29.4117647058824,15.6862745098039,6.86274509803922],[8.82352941176471,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,3.92156862745098],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,0.980392156862745,0.980392156862745],[11.7647058823529,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0,1.96078431372549],[14.7058823529412,2.94117647058824,6.86274509803922],[12.7450980392157,0.980392156862745,2.94117647058824],[10.7843137254902,0.980392156862745,0],[17.6470588235294,7.84313725490196,5.88235294117647],[37.2549019607843,28.4313725490196,21.5686274509804],[44.1176470588235,30.3921568627451,21.5686274509804],[48.0392156862745,22.5490196078431,9.80392156862745],[77.4509803921569,40.1960784313726,21.5686274509804],[103.921568627451,49.0196078431373,24.5098039215686],[146.078431372549,82.3529411764706,54.9019607843137],[124.509803921569,59.8039215686275,28.4313725490196],[110.78431372549,49.0196078431373,16.6666666666667],[120.588235294118,68.6274509803922,37.2549019607843],[160.78431372549,118.627450980392,85.2941176470588],[100,70.5882352941177,35.2941176470588],[51.9607843137255,30.3921568627451,0],[79.4117647058823,60.7843137254902,29.4117647058824],[52.9411764705882,38.2352941176471,5.88235294117647],[50.9803921568627,37.2549019607843,2.94117647058824],[92.156862745098,78.4313725490196,42.156862745098],[63.7254901960784,49.0196078431373,8.82352941176471],[130.392156862745,113.725490196078,71.5686274509804],[141.176470588235,123.529411764706,78.4313725490196],[118.627450980392,100.980392156863,53.921568627451],[72.5490196078431,58.8235294117647,10.7843137254902],[134.313725490196,124.509803921569,74.5098039215686],[120.588235294118,117.647058823529,67.6470588235294],[105.882352941176,107.843137254902,58.8235294117647],[67.6470588235294,70.5882352941177,24.5098039215686],[63.7254901960784,69.6078431372549,24.5098039215686],[51.9607843137255,57.843137254902,14.7058823529412],[19.6078431372549,22.5490196078431,0],[91.1764705882353,94.1176470588235,48.0392156862745],[130.392156862745,133.333333333333,87.2549019607843],[81.3725490196078,84.3137254901961,42.156862745098],[76.4705882352941,81.3725490196078,41.1764705882353],[163.725490196078,168.627450980392,129.411764705882],[108.823529411765,114.705882352941,77.4509803921569],[127.450980392157,135.294117647059,95.0980392156863],[125.490196078431,136.274509803922,94.1176470588235],[100,112.745098039216,67.6470588235294],[128.43137254902,144.117647058824,98.0392156862745],[222.549019607843,238.235294117647,192.156862745098],[211.764705882353,228.43137254902,184.313725490196],[116.666666666667,133.333333333333,90.1960784313725],[66.6666666666667,84.3137254901961,45.0980392156863],[89.2156862745098,105.882352941176,70.5882352941177],[84.3137254901961,103.921568627451,67.6470588235294],[96.078431372549,120.588235294118,81.3725490196078],[188.235294117647,212.745098039216,173.529411764706],[138.235294117647,157.843137254902,121.56862745098],[70.5882352941177,86.2745098039216,50.9803921568627],[72.5490196078431,86.2745098039216,50.9803921568627],[38.2352941176471,50,10.7843137254902],[32.3529411764706,45.0980392156863,1.96078431372549],[138.235294117647,150.980392156863,107.843137254902],[135.294117647059,150.980392156863,106.862745098039],[97.0588235294118,114.705882352941,67.6470588235294],[55.8823529411765,73.5294117647059,24.5098039215686],[154.901960784314,172.549019607843,121.56862745098],[114.705882352941,131.372549019608,80.3921568627451],[123.529411764706,139.21568627451,91.1764705882353],[198.039215686275,210.78431372549,167.647058823529],[159.803921568627,172.549019607843,129.411764705882],[200,217.647058823529,168.627450980392],[151.960784313725,171.56862745098,121.56862745098],[140.196078431373,156.862745098039,113.725490196078],[119.607843137255,136.274509803922,93.1372549019608],[96.078431372549,111.764705882353,67.6470588235294],[137.254901960784,150,107.843137254902],[59.8039215686275,69.6078431372549,33.3333333333333],[104.901960784314,111.764705882353,78.4313725490196],[123.529411764706,124.509803921569,91.1764705882353],[85.2941176470588,82.3529411764706,48.0392156862745],[67.6470588235294,59.8039215686275,24.5098039215686],[88.2352941176471,75.4901960784314,41.1764705882353],[108.823529411765,90.1960784313725,57.843137254902],[90.1960784313725,67.6470588235294,34.3137254901961],[106.862745098039,81.3725490196078,45.0980392156863],[80.3921568627451,57.843137254902,24.5098039215686],[65.6862745098039,50,25.4901960784314],[68.6274509803922,60.7843137254902,38.2352941176471],[105.882352941176,101.960784313725,75.4901960784314],[12.7450980392157,12.7450980392157,0],[24.5098039215686,25.4901960784314,7.84313725490196],[40.1960784313726,40.1960784313726,28.4313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[37.2549019607843,32.3529411764706,28.4313725490196],[5.88235294117647,0,0],[21.5686274509804,13.7254901960784,2.94117647058824],[9.80392156862745,0,0],[28.4313725490196,20.5882352941176,9.80392156862745],[52.9411764705882,47.0588235294118,35.2941176470588],[37.2549019607843,34.3137254901961,17.6470588235294],[88.2352941176471,88.2352941176471,60.7843137254902],[19.6078431372549,19.6078431372549,0],[13.7254901960784,7.84313725490196,0],[22.5490196078431,15.6862745098039,7.84313725490196],[13.7254901960784,8.82352941176471,4.90196078431373],[22.5490196078431,19.6078431372549,14.7058823529412],[62.7450980392157,62.7450980392157,50.9803921568627],[66.6666666666667,67.6470588235294,51.9607843137255],[19.6078431372549,18.6274509803922,0],[50.9803921568627,50,30.3921568627451],[43.1372549019608,37.2549019607843,23.5294117647059],[38.2352941176471,30.3921568627451,17.6470588235294],[30.3921568627451,18.6274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,0],[23.5294117647059,12.7450980392157,0],[54.9019607843137,44.1176470588235,24.5098039215686],[83.3333333333333,71.5686274509804,57.843137254902],[33.3333333333333,23.5294117647059,14.7058823529412],[7.84313725490196,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[32.3529411764706,30.3921568627451,31.3725490196078],[64.7058823529412,62.7450980392157,63.7254901960784],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[10.7843137254902,0,0],[21.5686274509804,7.84313725490196,4.90196078431373],[21.5686274509804,7.84313725490196,4.90196078431373],[18.6274509803922,7.84313725490196,5.88235294117647],[18.6274509803922,7.84313725490196,5.88235294117647],[17.6470588235294,5.88235294117647,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,3.92156862745098,5.88235294117647],[11.7647058823529,0,1.96078431372549],[11.7647058823529,0,1.96078431372549],[10.7843137254902,0,0],[12.7450980392157,3.92156862745098,0],[24.5098039215686,14.7058823529412,4.90196078431373],[48.0392156862745,32.3529411764706,16.6666666666667],[56.8627450980392,30.3921568627451,9.80392156862745],[50,10.7843137254902,0],[105.882352941176,51.9607843137255,22.5490196078431],[141.176470588235,77.4509803921569,46.078431372549],[141.176470588235,76.4705882352941,43.1372549019608],[127.450980392157,65.6862745098039,31.3725490196078],[120.588235294118,68.6274509803922,35.2941176470588],[128.43137254902,86.2745098039216,51.9607843137255],[99.0196078431373,69.6078431372549,32.3529411764706],[63.7254901960784,44.1176470588235,9.80392156862745],[56.8627450980392,43.1372549019608,14.7058823529412],[38.2352941176471,28.4313725490196,1.96078431372549],[40.1960784313726,26.4705882352941,0],[110.78431372549,96.078431372549,63.7254901960784],[46.078431372549,28.4313725490196,0],[58.8235294117647,40.1960784313726,0],[92.156862745098,75.4901960784314,30.3921568627451],[97.0588235294118,83.3333333333333,35.2941176470588],[78.4313725490196,68.6274509803922,18.6274509803922],[86.2745098039216,80.3921568627451,29.4117647058824],[125.490196078431,125.490196078431,76.4705882352941],[95.0980392156863,99.0196078431373,50],[119.607843137255,125.490196078431,80.3921568627451],[81.3725490196078,88.2352941176471,45.0980392156863],[89.2156862745098,98.0392156862745,55.8823529411765],[89.2156862745098,96.078431372549,54.9019607843137],[88.2352941176471,95.0980392156863,51.9607843137255],[122.549019607843,128.43137254902,85.2941176470588],[122.549019607843,127.450980392157,87.2549019607843],[31.3725490196078,38.2352941176471,0],[120.588235294118,127.450980392157,87.2549019607843],[101.960784313725,109.803921568627,71.5686274509804],[83.3333333333333,94.1176470588235,54.9019607843137],[105.882352941176,118.627450980392,76.4705882352941],[118.627450980392,131.372549019608,89.2156862745098],[201.960784313725,216.666666666667,174.509803921569],[195.098039215686,209.803921568627,167.647058823529],[225.490196078431,242.156862745098,199.019607843137],[196.078431372549,213.725490196078,172.549019607843],[129.411764705882,147.058823529412,107.843137254902],[115.686274509804,133.333333333333,96.078431372549],[137.254901960784,158.823529411765,121.56862745098],[160.78431372549,188.235294117647,148.039215686275],[154.901960784314,185.294117647059,144.117647058824],[109.803921568627,134.313725490196,96.078431372549],[77.4509803921569,94.1176470588235,58.8235294117647],[73.5294117647059,87.2549019607843,52.9411764705882],[52.9411764705882,64.7058823529412,29.4117647058824],[55.8823529411765,67.6470588235294,30.3921568627451],[133.333333333333,148.039215686275,105.882352941176],[165.686274509804,184.313725490196,139.21568627451],[99.0196078431373,122.549019607843,73.5294117647059],[45.0980392156863,71.5686274509804,19.6078431372549],[86.2745098039216,109.803921568627,58.8235294117647],[90.1960784313725,111.764705882353,63.7254901960784],[143.137254901961,161.764705882353,116.666666666667],[186.274509803922,200.980392156863,158.823529411765],[171.56862745098,186.274509803922,144.117647058824],[234.313725490196,250,207.843137254902],[152.941176470588,171.56862745098,126.470588235294],[91.1764705882353,109.803921568627,65.6862745098039],[102.941176470588,120.588235294118,79.4117647058823],[74.5098039215686,91.1764705882353,50],[86.2745098039216,100.980392156863,62.7450980392157],[52.9411764705882,64.7058823529412,27.4509803921569],[65.6862745098039,73.5294117647059,37.2549019607843],[93.1372549019608,97.0588235294118,62.7450980392157],[71.5686274509804,71.5686274509804,36.2745098039216],[80.3921568627451,74.5098039215686,39.2156862745098],[92.156862745098,82.3529411764706,47.0588235294118],[91.1764705882353,76.4705882352941,38.2352941176471],[136.274509803922,117.647058823529,78.4313725490196],[148.039215686275,125.490196078431,85.2941176470588],[84.3137254901961,62.7450980392157,26.4705882352941],[76.4705882352941,59.8039215686275,32.3529411764706],[68.6274509803922,54.9019607843137,29.4117647058824],[32.3529411764706,25.4901960784314,0],[20.5882352941176,19.6078431372549,0],[58.8235294117647,60.7843137254902,40.1960784313726],[59.8039215686275,61.7647058823529,48.0392156862745],[34.3137254901961,34.3137254901961,24.5098039215686],[35.2941176470588,32.3529411764706,25.4901960784314],[66.6666666666667,59.8039215686275,50],[43.1372549019608,35.2941176470588,24.5098039215686],[31.3725490196078,21.5686274509804,11.7647058823529],[7.84313725490196,0,0],[5.88235294117647,0,0],[44.1176470588235,41.1764705882353,22.5490196078431],[74.5098039215686,77.4509803921569,50.9803921568627],[40.1960784313726,40.1960784313726,14.7058823529412],[14.7058823529412,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[19.6078431372549,14.7058823529412,11.7647058823529],[29.4117647058824,26.4705882352941,21.5686274509804],[52.9411764705882,52.9411764705882,41.1764705882353],[59.8039215686275,60.7843137254902,43.1372549019608],[13.7254901960784,15.6862745098039,0],[15.6862745098039,14.7058823529412,0],[19.6078431372549,13.7254901960784,1.96078431372549],[38.2352941176471,29.4117647058824,20.5882352941176],[17.6470588235294,4.90196078431373,0],[62.7450980392157,50.9803921568627,35.2941176470588],[68.6274509803922,57.843137254902,36.2745098039216],[58.8235294117647,50.9803921568627,30.3921568627451],[28.4313725490196,19.6078431372549,4.90196078431373],[29.4117647058824,18.6274509803922,12.7450980392157],[7.84313725490196,0,0],[12.7450980392157,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[49.0196078431373,47.0588235294118,48.0392156862745],[42.156862745098,40.1960784313726,41.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[21.5686274509804,10.7843137254902,8.82352941176471],[18.6274509803922,7.84313725490196,5.88235294117647],[14.7058823529412,3.92156862745098,0],[16.6666666666667,2.94117647058824,0],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[17.6470588235294,2.94117647058824,5.88235294117647],[21.5686274509804,6.86274509803922,9.80392156862745],[9.80392156862745,0,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0],[50.9803921568627,28.4313725490196,10.7843137254902],[78.4313725490196,45.0980392156863,20.5882352941176],[51.9607843137255,8.82352941176471,0],[99.0196078431373,47.0588235294118,16.6666666666667],[127.450980392157,69.6078431372549,38.2352941176471],[129.411764705882,67.6470588235294,33.3333333333333],[135.294117647059,76.4705882352941,40.1960784313726],[144.117647058824,92.156862745098,52.9411764705882],[92.156862745098,48.0392156862745,9.80392156862745],[72.5490196078431,39.2156862745098,1.96078431372549],[86.2745098039216,62.7450980392157,27.4509803921569],[63.7254901960784,49.0196078431373,20.5882352941176],[62.7450980392157,50.9803921568627,25.4901960784314],[52.9411764705882,38.2352941176471,15.6862745098039],[85.2941176470588,69.6078431372549,47.0588235294118],[100,80.3921568627451,56.8627450980392],[60.7843137254902,41.1764705882353,14.7058823529412],[68.6274509803922,50,17.6470588235294],[93.1372549019608,78.4313725490196,38.2352941176471],[101.960784313725,92.156862745098,44.1176470588235],[69.6078431372549,64.7058823529412,10.7843137254902],[106.862745098039,105.882352941176,50.9803921568627],[126.470588235294,129.411764705882,75.4901960784314],[147.058823529412,150,103.921568627451],[129.411764705882,134.313725490196,94.1176470588235],[91.1764705882353,97.0588235294118,61.7647058823529],[101.960784313725,107.843137254902,74.5098039215686],[24.5098039215686,30.3921568627451,0],[107.843137254902,113.725490196078,76.4705882352941],[196.078431372549,202.941176470588,162.745098039216],[192.156862745098,200.980392156863,158.823529411765],[105.882352941176,114.705882352941,72.5490196078431],[99.0196078431373,109.803921568627,67.6470588235294],[96.078431372549,106.862745098039,64.7058823529412],[120.588235294118,133.333333333333,91.1764705882353],[88.2352941176471,102.941176470588,64.7058823529412],[185.294117647059,200.980392156863,164.705882352941],[214.705882352941,231.372549019608,196.078431372549],[175.490196078431,192.156862745098,156.862745098039],[187.254901960784,207.843137254902,169.607843137255],[161.764705882353,182.352941176471,144.117647058824],[133.333333333333,153.921568627451,113.725490196078],[106.862745098039,131.372549019608,90.1960784313725],[128.43137254902,158.823529411765,117.647058823529],[142.156862745098,172.549019607843,131.372549019608],[132.352941176471,156.862745098039,118.627450980392],[101.960784313725,121.56862745098,85.2941176470588],[85.2941176470588,100.980392156863,65.6862745098039],[89.2156862745098,102.941176470588,67.6470588235294],[102.941176470588,117.647058823529,79.4117647058823],[110.78431372549,127.450980392157,86.2745098039216],[162.745098039216,181.372549019608,136.274509803922],[102.941176470588,124.509803921569,76.4705882352941],[96.078431372549,119.607843137255,68.6274509803922],[135.294117647059,158.823529411765,107.843137254902],[154.901960784314,176.470588235294,128.43137254902],[182.352941176471,200.980392156863,155.882352941176],[207.843137254902,222.549019607843,180.392156862745],[211.764705882353,228.43137254902,185.294117647059],[122.549019607843,145.098039215686,94.1176470588235],[128.43137254902,150.980392156863,98.0392156862745],[106.862745098039,129.411764705882,78.4313725490196],[150.980392156863,173.529411764706,122.549019607843],[99.0196078431373,118.627450980392,68.6274509803922],[100.980392156863,120.588235294118,72.5490196078431],[85.2941176470588,100.980392156863,54.9019607843137],[86.2745098039216,98.0392156862745,52.9411764705882],[94.1176470588235,100.980392156863,57.843137254902],[100,102.941176470588,58.8235294117647],[73.5294117647059,70.5882352941177,26.4705882352941],[65.6862745098039,58.8235294117647,13.7254901960784],[97.0588235294118,84.3137254901961,41.1764705882353],[159.803921568627,143.137254901961,100],[128.43137254902,110.78431372549,65.6862745098039],[93.1372549019608,74.5098039215686,32.3529411764706],[70.5882352941177,55.8823529411765,15.6862745098039],[82.3529411764706,70.5882352941177,33.3333333333333],[37.2549019607843,31.3725490196078,0],[36.2745098039216,32.3529411764706,3.92156862745098],[73.5294117647059,73.5294117647059,46.078431372549],[106.862745098039,109.803921568627,83.3333333333333],[37.2549019607843,36.2745098039216,15.6862745098039],[7.84313725490196,4.90196078431373,0],[87.2549019607843,80.3921568627451,72.5490196078431],[61.7647058823529,52.9411764705882,48.0392156862745],[47.0588235294118,36.2745098039216,32.3529411764706],[51.9607843137255,42.156862745098,33.3333333333333],[56.8627450980392,49.0196078431373,36.2745098039216],[75.4901960784314,69.6078431372549,55.8823529411765],[53.921568627451,51.9607843137255,39.2156862745098],[31.3725490196078,27.4509803921569,16.6666666666667],[17.6470588235294,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,6.86274509803922,4.90196078431373],[5.88235294117647,0.980392156862745,0],[17.6470588235294,14.7058823529412,5.88235294117647],[60.7843137254902,58.8235294117647,44.1176470588235],[47.0588235294118,46.078431372549,25.4901960784314],[21.5686274509804,18.6274509803922,0],[15.6862745098039,7.84313725490196,0],[13.7254901960784,3.92156862745098,0],[9.80392156862745,0,0],[50,37.2549019607843,21.5686274509804],[81.3725490196078,69.6078431372549,48.0392156862745],[56.8627450980392,46.078431372549,26.4705882352941],[32.3529411764706,20.5882352941176,6.86274509803922],[30.3921568627451,19.6078431372549,13.7254901960784],[22.5490196078431,10.7843137254902,10.7843137254902],[6.86274509803922,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0,0,0],[10.7843137254902,10.7843137254902,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[23.5294117647059,12.7450980392157,10.7843137254902],[23.5294117647059,12.7450980392157,10.7843137254902],[20.5882352941176,9.80392156862745,5.88235294117647],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,0,0],[13.7254901960784,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,1.96078431372549,0],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,0.980392156862745,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,0],[13.7254901960784,0,0],[25.4901960784314,11.7647058823529,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,3.92156862745098,0],[25.4901960784314,7.84313725490196,0],[64.7058823529412,37.2549019607843,15.6862745098039],[108.823529411765,70.5882352941177,42.156862745098],[86.2745098039216,41.1764705882353,8.82352941176471],[115.686274509804,67.6470588235294,36.2745098039216],[129.411764705882,77.4509803921569,44.1176470588235],[109.803921568627,54.9019607843137,18.6274509803922],[126.470588235294,72.5490196078431,32.3529411764706],[135.294117647059,83.3333333333333,40.1960784313726],[94.1176470588235,48.0392156862745,4.90196078431373],[85.2941176470588,50.9803921568627,9.80392156862745],[100.980392156863,75.4901960784314,39.2156862745098],[78.4313725490196,61.7647058823529,32.3529411764706],[49.0196078431373,35.2941176470588,9.80392156862745],[19.6078431372549,2.94117647058824,0],[34.3137254901961,17.6470588235294,0],[125.490196078431,106.862745098039,90.1960784313725],[90.1960784313725,72.5490196078431,50.9803921568627],[46.078431372549,29.4117647058824,0],[88.2352941176471,74.5098039215686,36.2745098039216],[113.725490196078,105.882352941176,57.843137254902],[114.705882352941,109.803921568627,54.9019607843137],[167.647058823529,167.647058823529,108.823529411765],[181.372549019608,185.294117647059,127.450980392157],[67.6470588235294,74.5098039215686,23.5294117647059],[61.7647058823529,68.6274509803922,25.4901960784314],[111.764705882353,117.647058823529,84.3137254901961],[68.6274509803922,73.5294117647059,44.1176470588235],[40.1960784313726,47.0588235294118,16.6666666666667],[58.8235294117647,65.6862745098039,32.3529411764706],[106.862745098039,114.705882352941,76.4705882352941],[108.823529411765,119.607843137255,77.4509803921569],[145.098039215686,156.862745098039,109.803921568627],[110.78431372549,124.509803921569,76.4705882352941],[119.607843137255,135.294117647059,89.2156862745098],[104.901960784314,119.607843137255,79.4117647058823],[114.705882352941,130.392156862745,95.0980392156863],[118.627450980392,135.294117647059,103.921568627451],[130.392156862745,149.019607843137,121.56862745098],[114.705882352941,135.294117647059,104.901960784314],[165.686274509804,189.21568627451,155.882352941176],[191.176470588235,215.686274509804,177.450980392157],[213.725490196078,238.235294117647,197.058823529412],[150.980392156863,177.450980392157,133.333333333333],[140.196078431373,170.588235294118,127.450980392157],[191.176470588235,221.56862745098,180.392156862745],[153.921568627451,178.43137254902,140.196078431373],[123.529411764706,143.137254901961,106.862745098039],[155.882352941176,171.56862745098,136.274509803922],[131.372549019608,147.058823529412,111.764705882353],[102.941176470588,118.627450980392,82.3529411764706],[95.0980392156863,111.764705882353,70.5882352941177],[127.450980392157,149.019607843137,102.941176470588],[125.490196078431,149.019607843137,100],[159.803921568627,186.274509803922,134.313725490196],[181.372549019608,207.843137254902,157.843137254902],[167.647058823529,191.176470588235,142.156862745098],[178.43137254902,197.058823529412,151.960784313725],[243.137254901961,250,218.627450980392],[238.235294117647,250,211.764705882353],[197.058823529412,219.607843137255,168.627450980392],[134.313725490196,161.764705882353,104.901960784314],[115.686274509804,143.137254901961,86.2745098039216],[144.117647058824,168.627450980392,112.745098039216],[107.843137254902,132.352941176471,76.4705882352941],[108.823529411765,131.372549019608,76.4705882352941],[108.823529411765,127.450980392157,73.5294117647059],[88.2352941176471,104.901960784314,51.9607843137255],[108.823529411765,121.56862745098,68.6274509803922],[109.803921568627,118.627450980392,66.6666666666667],[64.7058823529412,66.6666666666667,17.6470588235294],[77.4509803921569,75.4901960784314,27.4509803921569],[121.56862745098,113.725490196078,65.6862745098039],[100.980392156863,91.1764705882353,43.1372549019608],[72.5490196078431,58.8235294117647,12.7450980392157],[138.235294117647,124.509803921569,78.4313725490196],[93.1372549019608,80.3921568627451,36.2745098039216],[109.803921568627,98.0392156862745,58.8235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[55.8823529411765,50.9803921568627,22.5490196078431],[39.2156862745098,38.2352941176471,7.84313725490196],[103.921568627451,104.901960784314,74.5098039215686],[97.0588235294118,97.0588235294118,69.6078431372549],[29.4117647058824,27.4509803921569,6.86274509803922],[7.84313725490196,0,0],[29.4117647058824,18.6274509803922,14.7058823529412],[24.5098039215686,10.7843137254902,7.84313725490196],[32.3529411764706,19.6078431372549,11.7647058823529],[88.2352941176471,79.4117647058823,64.7058823529412],[72.5490196078431,65.6862745098039,50],[3.92156862745098,0,0],[14.7058823529412,7.84313725490196,1.96078431372549],[31.3725490196078,20.5882352941176,14.7058823529412],[18.6274509803922,7.84313725490196,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[21.5686274509804,13.7254901960784,11.7647058823529],[18.6274509803922,14.7058823529412,5.88235294117647],[40.1960784313726,38.2352941176471,23.5294117647059],[36.2745098039216,34.3137254901961,13.7254901960784],[23.5294117647059,18.6274509803922,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[17.6470588235294,3.92156862745098,0],[36.2745098039216,23.5294117647059,7.84313725490196],[56.8627450980392,45.0980392156863,23.5294117647059],[49.0196078431373,36.2745098039216,17.6470588235294],[34.3137254901961,22.5490196078431,8.82352941176471],[7.84313725490196,0,0],[21.5686274509804,11.7647058823529,10.7843137254902],[5.88235294117647,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,7.84313725490196],[1.96078431372549,1.96078431372549,0],[0,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,7.84313725490196],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[10.7843137254902,0.980392156862745,0],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,1.96078431372549],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,4.90196078431373,0.980392156862745],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[15.6862745098039,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,0,0],[68.6274509803922,35.2941176470588,10.7843137254902],[115.686274509804,71.5686274509804,39.2156862745098],[70.5882352941177,23.5294117647059,0],[116.666666666667,72.5490196078431,40.1960784313726],[117.647058823529,74.5098039215686,40.1960784313726],[107.843137254902,60.7843137254902,21.5686274509804],[138.235294117647,88.2352941176471,44.1176470588235],[121.56862745098,69.6078431372549,20.5882352941176],[141.176470588235,92.156862745098,44.1176470588235],[141.176470588235,102.941176470588,60.7843137254902],[99.0196078431373,71.5686274509804,35.2941176470588],[77.4509803921569,61.7647058823529,29.4117647058824],[88.2352941176471,74.5098039215686,48.0392156862745],[77.4509803921569,61.7647058823529,39.2156862745098],[61.7647058823529,45.0980392156863,25.4901960784314],[41.1764705882353,24.5098039215686,4.90196078431373],[46.078431372549,30.3921568627451,7.84313725490196],[48.0392156862745,33.3333333333333,2.94117647058824],[114.705882352941,102.941176470588,63.7254901960784],[99.0196078431373,93.1372549019608,44.1176470588235],[75.4901960784314,73.5294117647059,17.6470588235294],[191.176470588235,193.137254901961,131.372549019608],[159.803921568627,163.725490196078,103.921568627451],[103.921568627451,110.78431372549,57.843137254902],[72.5490196078431,80.3921568627451,34.3137254901961],[103.921568627451,109.803921568627,72.5490196078431],[95.0980392156863,101.960784313725,69.6078431372549],[107.843137254902,116.666666666667,88.2352941176471],[40.1960784313726,49.0196078431373,20.5882352941176],[68.6274509803922,78.4313725490196,42.156862745098],[75.4901960784314,88.2352941176471,45.0980392156863],[100,115.686274509804,67.6470588235294],[138.235294117647,154.901960784314,103.921568627451],[132.352941176471,150,102.941176470588],[99.0196078431373,116.666666666667,75.4901960784314],[141.176470588235,159.803921568627,128.43137254902],[147.058823529412,166.666666666667,142.156862745098],[144.117647058824,165.686274509804,145.098039215686],[168.627450980392,190.196078431373,169.607843137255],[172.549019607843,197.058823529412,168.627450980392],[222.549019607843,248.039215686275,213.725490196078],[161.764705882353,190.196078431373,147.058823529412],[135.294117647059,163.725490196078,118.627450980392],[133.333333333333,163.725490196078,120.588235294118],[158.823529411765,189.21568627451,148.039215686275],[205.882352941176,231.372549019608,193.137254901961],[217.647058823529,239.21568627451,203.921568627451],[200.980392156863,217.647058823529,184.313725490196],[130.392156862745,146.078431372549,110.78431372549],[118.627450980392,134.313725490196,98.0392156862745],[161.764705882353,179.411764705882,138.235294117647],[183.333333333333,204.901960784314,159.803921568627],[160.78431372549,184.313725490196,137.254901960784],[150,176.470588235294,126.470588235294],[129.411764705882,152.941176470588,103.921568627451],[119.607843137255,141.176470588235,95.0980392156863],[148.039215686275,166.666666666667,122.549019607843],[227.450980392157,244.117647058824,202.941176470588],[200,218.627450980392,174.509803921569],[175.490196078431,199.019607843137,150],[190.196078431373,216.666666666667,162.745098039216],[148.039215686275,175.490196078431,118.627450980392],[93.1372549019608,120.588235294118,63.7254901960784],[153.921568627451,181.372549019608,123.529411764706],[169.607843137255,195.098039215686,135.294117647059],[168.627450980392,192.156862745098,133.333333333333],[144.117647058824,163.725490196078,103.921568627451],[120.588235294118,135.294117647059,77.4509803921569],[96.078431372549,106.862745098039,50],[72.5490196078431,79.4117647058823,26.4705882352941],[96.078431372549,99.0196078431373,47.0588235294118],[118.627450980392,116.666666666667,68.6274509803922],[82.3529411764706,76.4705882352941,29.4117647058824],[94.1176470588235,83.3333333333333,39.2156862745098],[118.627450980392,106.862745098039,65.6862745098039],[85.2941176470588,71.5686274509804,33.3333333333333],[89.2156862745098,76.4705882352941,43.1372549019608],[86.2745098039216,76.4705882352941,51.9607843137255],[83.3333333333333,75.4901960784314,52.9411764705882],[98.0392156862745,94.1176470588235,67.6470588235294],[105.882352941176,104.901960784314,75.4901960784314],[50.9803921568627,50,19.6078431372549],[17.6470588235294,13.7254901960784,0],[29.4117647058824,20.5882352941176,5.88235294117647],[23.5294117647059,10.7843137254902,1.96078431372549],[81.3725490196078,69.6078431372549,57.843137254902],[32.3529411764706,20.5882352941176,4.90196078431373],[27.4509803921569,16.6666666666667,0],[44.1176470588235,36.2745098039216,15.6862745098039],[14.7058823529412,6.86274509803922,0],[6.86274509803922,0,0],[28.4313725490196,15.6862745098039,9.80392156862745],[21.5686274509804,7.84313725490196,6.86274509803922],[15.6862745098039,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[21.5686274509804,18.6274509803922,3.92156862745098],[18.6274509803922,13.7254901960784,0],[24.5098039215686,17.6470588235294,0],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,23.5294117647059,14.7058823529412],[10.7843137254902,0,0],[27.4509803921569,11.7647058823529,0],[37.2549019607843,22.5490196078431,1.96078431372549],[62.7450980392157,50,31.3725490196078],[31.3725490196078,19.6078431372549,7.84313725490196],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,10.7843137254902],[3.92156862745098,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[41.1764705882353,39.2156862745098,40.1960784313726],[27.4509803921569,25.4901960784314,26.4705882352941],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,0,0],[13.7254901960784,4.90196078431373,0],[18.6274509803922,7.84313725490196,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[14.7058823529412,3.92156862745098,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[14.7058823529412,3.92156862745098,0],[15.6862745098039,4.90196078431373,0.980392156862745],[14.7058823529412,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,3.92156862745098,1.96078431372549],[14.7058823529412,4.90196078431373,2.94117647058824],[17.6470588235294,4.90196078431373,0],[7.84313725490196,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,1.96078431372549,0],[20.5882352941176,0,0],[89.2156862745098,50,24.5098039215686],[135.294117647059,86.2745098039216,50],[60.7843137254902,12.7450980392157,0],[97.0588235294118,59.8039215686275,24.5098039215686],[90.1960784313725,54.9019607843137,21.5686274509804],[74.5098039215686,36.2745098039216,0],[118.627450980392,75.4901960784314,29.4117647058824],[127.450980392157,75.4901960784314,22.5490196078431],[160.78431372549,110.78431372549,58.8235294117647],[153.921568627451,116.666666666667,72.5490196078431],[133.333333333333,105.882352941176,67.6470588235294],[110.78431372549,92.156862745098,59.8039215686275],[100.980392156863,87.2549019607843,58.8235294117647],[83.3333333333333,69.6078431372549,43.1372549019608],[71.5686274509804,57.843137254902,31.3725490196078],[46.078431372549,32.3529411764706,3.92156862745098],[33.3333333333333,22.5490196078431,0],[86.2745098039216,77.4509803921569,39.2156862745098],[151.960784313725,145.098039215686,100],[185.294117647059,182.352941176471,130.392156862745],[85.2941176470588,86.2745098039216,29.4117647058824],[129.411764705882,133.333333333333,73.5294117647059],[125.490196078431,133.333333333333,74.5098039215686],[130.392156862745,139.21568627451,83.3333333333333],[166.666666666667,176.470588235294,125.490196078431],[127.450980392157,139.21568627451,94.1176470588235],[134.313725490196,144.117647058824,107.843137254902],[107.843137254902,117.647058823529,91.1764705882353],[16.6666666666667,29.4117647058824,1.96078431372549],[43.1372549019608,56.8627450980392,21.5686274509804],[79.4117647058823,94.1176470588235,51.9607843137255],[150.980392156863,168.627450980392,121.56862745098],[180.392156862745,200,150],[169.607843137255,191.176470588235,145.098039215686],[141.176470588235,161.764705882353,123.529411764706],[119.607843137255,139.21568627451,111.764705882353],[180.392156862745,201.960784313725,181.372549019608],[164.705882352941,187.254901960784,169.607843137255],[110.78431372549,135.294117647059,116.666666666667],[63.7254901960784,91.1764705882353,66.6666666666667],[163.725490196078,192.156862745098,161.764705882353],[121.56862745098,152.941176470588,112.745098039216],[150,182.352941176471,138.235294117647],[150,182.352941176471,140.196078431373],[98.0392156862745,128.43137254902,88.2352941176471],[158.823529411765,184.313725490196,148.039215686275],[172.549019607843,196.078431372549,160.78431372549],[199.019607843137,220.588235294118,185.294117647059],[210.78431372549,230.392156862745,196.078431372549],[185.294117647059,205.882352941176,167.647058823529],[172.549019607843,193.137254901961,152.941176470588],[148.039215686275,170.588235294118,125.490196078431],[164.705882352941,188.235294117647,141.176470588235],[163.725490196078,189.21568627451,142.156862745098],[94.1176470588235,119.607843137255,72.5490196078431],[103.921568627451,126.470588235294,81.3725490196078],[159.803921568627,180.392156862745,138.235294117647],[174.509803921569,192.156862745098,152.941176470588],[124.509803921569,145.098039215686,104.901960784314],[90.1960784313725,115.686274509804,69.6078431372549],[180.392156862745,207.843137254902,159.803921568627],[133.333333333333,160.78431372549,110.78431372549],[124.509803921569,152.941176470588,98.0392156862745],[156.862745098039,184.313725490196,127.450980392157],[137.254901960784,164.705882352941,106.862745098039],[152.941176470588,178.43137254902,118.627450980392],[160.78431372549,182.352941176471,121.56862745098],[149.019607843137,166.666666666667,107.843137254902],[126.470588235294,139.21568627451,84.3137254901961],[117.647058823529,126.470588235294,74.5098039215686],[118.627450980392,122.549019607843,73.5294117647059],[117.647058823529,116.666666666667,71.5686274509804],[102.941176470588,100,57.843137254902],[126.470588235294,118.627450980392,80.3921568627451],[80.3921568627451,70.5882352941177,35.2941176470588],[37.2549019607843,24.5098039215686,0],[105.882352941176,92.156862745098,65.6862745098039],[104.901960784314,93.1372549019608,69.6078431372549],[117.647058823529,110.78431372549,85.2941176470588],[101.960784313725,97.0588235294118,68.6274509803922],[15.6862745098039,11.7647058823529,0],[31.3725490196078,28.4313725490196,0],[50,45.0980392156863,16.6666666666667],[30.3921568627451,22.5490196078431,1.96078431372549],[32.3529411764706,21.5686274509804,3.92156862745098],[54.9019607843137,42.156862745098,23.5294117647059],[10.7843137254902,0,0],[21.5686274509804,11.7647058823529,0],[34.3137254901961,24.5098039215686,0],[50.9803921568627,43.1372549019608,22.5490196078431],[40.1960784313726,31.3725490196078,16.6666666666667],[30.3921568627451,17.6470588235294,9.80392156862745],[9.80392156862745,0,0],[18.6274509803922,6.86274509803922,10.7843137254902],[31.3725490196078,22.5490196078431,23.5294117647059],[22.5490196078431,18.6274509803922,9.80392156862745],[18.6274509803922,15.6862745098039,0],[11.7647058823529,9.80392156862745,0],[64.7058823529412,59.8039215686275,40.1960784313726],[56.8627450980392,47.0588235294118,35.2941176470588],[36.2745098039216,23.5294117647059,14.7058823529412],[37.2549019607843,23.5294117647059,10.7843137254902],[76.4705882352941,60.7843137254902,46.078431372549],[75.4901960784314,60.7843137254902,40.1960784313726],[65.6862745098039,52.9411764705882,34.3137254901961],[33.3333333333333,21.5686274509804,9.80392156862745],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,2.94117647058824],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0,0,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,23.5294117647059,24.5098039215686],[30.3921568627451,28.4313725490196,29.4117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[58.8235294117647,56.8627450980392,57.843137254902],[36.2745098039216,34.3137254901961,35.2941176470588],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[49.0196078431373,45.0980392156863,44.1176470588235],[22.5490196078431,18.6274509803922,17.6470588235294],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[18.6274509803922,7.84313725490196,3.92156862745098],[16.6666666666667,5.88235294117647,0],[13.7254901960784,2.94117647058824,0],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[19.6078431372549,8.82352941176471,4.90196078431373],[12.7450980392157,1.96078431372549,0],[13.7254901960784,2.94117647058824,0],[13.7254901960784,4.90196078431373,0],[13.7254901960784,3.92156862745098,1.96078431372549],[11.7647058823529,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,3.92156862745098,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[22.5490196078431,9.80392156862745,0.980392156862745],[11.7647058823529,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[49.0196078431373,20.5882352941176,4.90196078431373],[137.254901960784,94.1176470588235,67.6470588235294],[172.549019607843,119.607843137255,82.3529411764706],[108.823529411765,60.7843137254902,21.5686274509804],[73.5294117647059,39.2156862745098,7.84313725490196],[79.4117647058823,53.921568627451,21.5686274509804],[63.7254901960784,32.3529411764706,0],[103.921568627451,66.6666666666667,18.6274509803922],[160.78431372549,110.78431372549,54.9019607843137],[159.803921568627,109.803921568627,55.8823529411765],[118.627450980392,78.4313725490196,35.2941176470588],[132.352941176471,102.941176470588,65.6862745098039],[99.0196078431373,79.4117647058823,45.0980392156863],[80.3921568627451,67.6470588235294,33.3333333333333],[59.8039215686275,48.0392156862745,10.7843137254902],[18.6274509803922,9.80392156862745,0],[86.2745098039216,79.4117647058823,34.3137254901961],[76.4705882352941,73.5294117647059,23.5294117647059],[108.823529411765,107.843137254902,54.9019607843137],[126.470588235294,127.450980392157,71.5686274509804],[191.176470588235,194.117647058824,138.235294117647],[196.078431372549,200.980392156863,144.117647058824],[111.764705882353,119.607843137255,61.7647058823529],[143.137254901961,151.960784313725,96.078431372549],[118.627450980392,129.411764705882,74.5098039215686],[152.941176470588,167.647058823529,113.725490196078],[143.137254901961,159.803921568627,105.882352941176],[142.156862745098,157.843137254902,111.764705882353],[117.647058823529,132.352941176471,101.960784313725],[71.5686274509804,85.2941176470588,59.8039215686275],[45.0980392156863,59.8039215686275,27.4509803921569],[84.3137254901961,101.960784313725,64.7058823529412],[142.156862745098,162.745098039216,120.588235294118],[140.196078431373,160.78431372549,118.627450980392],[168.627450980392,190.196078431373,151.960784313725],[170.588235294118,194.117647058824,160.78431372549],[190.196078431373,213.725490196078,188.235294117647],[199.019607843137,223.529411764706,202.941176470588],[77.4509803921569,103.921568627451,87.2549019607843],[23.5294117647059,50,33.3333333333333],[83.3333333333333,112.745098039216,89.2156862745098],[149.019607843137,178.43137254902,150.980392156863],[177.450980392157,210.78431372549,174.509803921569],[108.823529411765,143.137254901961,101.960784313725],[131.372549019608,162.745098039216,122.549019607843],[135.294117647059,165.686274509804,125.490196078431],[130.392156862745,157.843137254902,120.588235294118],[79.4117647058823,104.901960784314,70.5882352941177],[164.705882352941,188.235294117647,154.901960784314],[216.666666666667,240.196078431373,204.901960784314],[197.058823529412,218.627450980392,181.372549019608],[195.098039215686,216.666666666667,178.43137254902],[133.333333333333,158.823529411765,114.705882352941],[118.627450980392,144.117647058824,98.0392156862745],[124.509803921569,150,103.921568627451],[96.078431372549,121.56862745098,75.4901960784314],[130.392156862745,152.941176470588,109.803921568627],[155.882352941176,178.43137254902,137.254901960784],[118.627450980392,139.21568627451,100.980392156863],[110.78431372549,132.352941176471,95.0980392156863],[83.3333333333333,108.823529411765,70.5882352941177],[138.235294117647,165.686274509804,126.470588235294],[72.5490196078431,99.0196078431373,56.8627450980392],[144.117647058824,171.56862745098,124.509803921569],[147.058823529412,173.529411764706,123.529411764706],[30.3921568627451,53.921568627451,2.94117647058824],[59.8039215686275,82.3529411764706,27.4509803921569],[154.901960784314,175.490196078431,119.607843137255],[127.450980392157,146.078431372549,91.1764705882353],[137.254901960784,150.980392156863,99.0196078431373],[129.411764705882,139.21568627451,90.1960784313725],[117.647058823529,123.529411764706,80.3921568627451],[107.843137254902,108.823529411765,69.6078431372549],[89.2156862745098,86.2745098039216,51.9607843137255],[74.5098039215686,69.6078431372549,38.2352941176471],[46.078431372549,36.2745098039216,9.80392156862745],[53.921568627451,42.156862745098,18.6274509803922],[65.6862745098039,50.9803921568627,28.4313725490196],[118.627450980392,107.843137254902,80.3921568627451],[141.176470588235,132.352941176471,103.921568627451],[82.3529411764706,75.4901960784314,48.0392156862745],[36.2745098039216,29.4117647058824,1.96078431372549],[66.6666666666667,59.8039215686275,34.3137254901961],[45.0980392156863,38.2352941176471,10.7843137254902],[61.7647058823529,52.9411764705882,22.5490196078431],[82.3529411764706,73.5294117647059,43.1372549019608],[61.7647058823529,50.9803921568627,23.5294117647059],[51.9607843137255,40.1960784313726,14.7058823529412],[34.3137254901961,22.5490196078431,0],[17.6470588235294,5.88235294117647,0],[88.2352941176471,78.4313725490196,51.9607843137255],[86.2745098039216,75.4901960784314,53.921568627451],[68.6274509803922,55.8823529411765,47.0588235294118],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,23.5294117647059,25.4901960784314],[10.7843137254902,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[20.5882352941176,17.6470588235294,0],[33.3333333333333,31.3725490196078,6.86274509803922],[107.843137254902,103.921568627451,79.4117647058823],[68.6274509803922,59.8039215686275,45.0980392156863],[48.0392156862745,36.2745098039216,24.5098039215686],[77.4509803921569,63.7254901960784,50.9803921568627],[103.921568627451,91.1764705882353,74.5098039215686],[88.2352941176471,76.4705882352941,54.9019607843137],[36.2745098039216,25.4901960784314,5.88235294117647],[19.6078431372549,6.86274509803922,0],[19.6078431372549,8.82352941176471,6.86274509803922],[28.4313725490196,17.6470588235294,21.5686274509804],[11.7647058823529,4.90196078431373,11.7647058823529],[4.90196078431373,0,5.88235294117647],[10.7843137254902,8.82352941176471,13.7254901960784],[87.2549019607843,87.2549019607843,89.2156862745098],[249.019607843137,250,250],[111.764705882353,112.745098039216,114.705882352941],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[25.4901960784314,23.5294117647059,24.5098039215686],[32.3529411764706,30.3921568627451,31.3725490196078],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[40.1960784313726,38.2352941176471,39.2156862745098],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[52.9411764705882,49.0196078431373,48.0392156862745],[105.882352941176,101.960784313725,100.980392156863],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[10.7843137254902,1.96078431372549,0],[11.7647058823529,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[18.6274509803922,9.80392156862745,4.90196078431373],[16.6666666666667,7.84313725490196,2.94117647058824],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[19.6078431372549,8.82352941176471,2.94117647058824],[21.5686274509804,9.80392156862745,0],[20.5882352941176,12.7450980392157,1.96078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[22.5490196078431,11.7647058823529,7.84313725490196],[83.3333333333333,52.9411764705882,35.2941176470588],[152.941176470588,106.862745098039,77.4509803921569],[159.803921568627,107.843137254902,68.6274509803922],[127.450980392157,79.4117647058823,39.2156862745098],[87.2549019607843,58.8235294117647,27.4509803921569],[103.921568627451,84.3137254901961,51.9607843137255],[95.0980392156863,70.5882352941177,31.3725490196078],[96.078431372549,62.7450980392157,15.6862745098039],[162.745098039216,114.705882352941,57.843137254902],[160.78431372549,110.78431372549,54.9019607843137],[105.882352941176,65.6862745098039,22.5490196078431],[93.1372549019608,63.7254901960784,26.4705882352941],[61.7647058823529,42.156862745098,5.88235294117647],[62.7450980392157,50,8.82352941176471],[78.4313725490196,70.5882352941177,24.5098039215686],[39.2156862745098,33.3333333333333,0],[110.78431372549,109.803921568627,54.9019607843137],[120.588235294118,124.509803921569,66.6666666666667],[124.509803921569,130.392156862745,71.5686274509804],[150,157.843137254902,99.0196078431373],[164.705882352941,172.549019607843,116.666666666667],[146.078431372549,154.901960784314,100.980392156863],[135.294117647059,145.098039215686,93.1372549019608],[168.627450980392,181.372549019608,129.411764705882],[116.666666666667,130.392156862745,78.4313725490196],[70.5882352941177,89.2156862745098,35.2941176470588],[89.2156862745098,109.803921568627,53.921568627451],[95.0980392156863,116.666666666667,68.6274509803922],[125.490196078431,144.117647058824,112.745098039216],[92.156862745098,109.803921568627,84.3137254901961],[29.4117647058824,48.0392156862745,18.6274509803922],[82.3529411764706,100.980392156863,69.6078431372549],[147.058823529412,168.627450980392,133.333333333333],[183.333333333333,206.862745098039,171.56862745098],[168.627450980392,192.156862745098,158.823529411765],[117.647058823529,142.156862745098,113.725490196078],[125.490196078431,150,128.43137254902],[200.980392156863,227.450980392157,208.823529411765],[139.21568627451,167.647058823529,150],[51.9607843137255,83.3333333333333,62.7450980392157],[87.2549019607843,118.627450980392,96.078431372549],[60.7843137254902,94.1176470588235,67.6470588235294],[137.254901960784,171.56862745098,140.196078431373],[97.0588235294118,130.392156862745,96.078431372549],[85.2941176470588,116.666666666667,78.4313725490196],[109.803921568627,139.21568627451,101.960784313725],[106.862745098039,136.274509803922,100.980392156863],[113.725490196078,140.196078431373,105.882352941176],[208.823529411765,235.294117647059,200.980392156863],[215.686274509804,242.156862745098,207.843137254902],[201.960784313725,227.450980392157,191.176470588235],[176.470588235294,201.960784313725,163.725490196078],[171.56862745098,198.039215686275,155.882352941176],[116.666666666667,142.156862745098,98.0392156862745],[107.843137254902,133.333333333333,89.2156862745098],[120.588235294118,146.078431372549,101.960784313725],[142.156862745098,166.666666666667,125.490196078431],[115.686274509804,140.196078431373,100.980392156863],[62.7450980392157,87.2549019607843,49.0196078431373],[88.2352941176471,111.764705882353,78.4313725490196],[147.058823529412,171.56862745098,140.196078431373],[172.549019607843,199.019607843137,166.666666666667],[125.490196078431,150.980392156863,114.705882352941],[109.803921568627,136.274509803922,96.078431372549],[138.235294117647,163.725490196078,117.647058823529],[62.7450980392157,86.2745098039216,37.2549019607843],[139.21568627451,161.764705882353,108.823529411765],[118.627450980392,139.21568627451,84.3137254901961],[28.4313725490196,47.0588235294118,0],[154.901960784314,168.627450980392,116.666666666667],[191.176470588235,200,153.921568627451],[126.470588235294,131.372549019608,91.1764705882353],[70.5882352941177,72.5490196078431,36.2745098039216],[78.4313725490196,77.4509803921569,47.0588235294118],[53.921568627451,50,21.5686274509804],[46.078431372549,39.2156862745098,13.7254901960784],[56.8627450980392,47.0588235294118,22.5490196078431],[70.5882352941177,59.8039215686275,32.3529411764706],[126.470588235294,118.627450980392,82.3529411764706],[140.196078431373,132.352941176471,94.1176470588235],[75.4901960784314,69.6078431372549,36.2745098039216],[36.2745098039216,30.3921568627451,0],[48.0392156862745,41.1764705882353,13.7254901960784],[46.078431372549,39.2156862745098,10.7843137254902],[82.3529411764706,74.5098039215686,38.2352941176471],[101.960784313725,94.1176470588235,57.843137254902],[64.7058823529412,55.8823529411765,23.5294117647059],[57.843137254902,47.0588235294118,19.6078431372549],[49.0196078431373,36.2745098039216,17.6470588235294],[58.8235294117647,46.078431372549,27.4509803921569],[89.2156862745098,77.4509803921569,51.9607843137255],[63.7254901960784,51.9607843137255,30.3921568627451],[24.5098039215686,12.7450980392157,0.980392156862745],[9.80392156862745,0,0],[42.156862745098,32.3529411764706,31.3725490196078],[31.3725490196078,23.5294117647059,20.5882352941176],[7.84313725490196,5.88235294117647,0],[17.6470588235294,16.6666666666667,0],[2.94117647058824,2.94117647058824,0],[58.8235294117647,57.843137254902,30.3921568627451],[80.3921568627451,73.5294117647059,54.9019607843137],[66.6666666666667,57.843137254902,43.1372549019608],[30.3921568627451,18.6274509803922,2.94117647058824],[53.921568627451,43.1372549019608,25.4901960784314],[71.5686274509804,60.7843137254902,39.2156862745098],[49.0196078431373,41.1764705882353,22.5490196078431],[7.84313725490196,0,0],[33.3333333333333,23.5294117647059,21.5686274509804],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,1.96078431372549,8.82352941176471],[2.94117647058824,0,3.92156862745098],[60.7843137254902,59.8039215686275,64.7058823529412],[243.137254901961,244.117647058824,246.078431372549],[185.294117647059,186.274509803922,188.235294117647],[79.4117647058823,80.3921568627451,82.3529411764706],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[124.509803921569,120.588235294118,119.607843137255],[114.705882352941,110.78431372549,109.803921568627],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[17.6470588235294,7.84313725490196,5.88235294117647],[20.5882352941176,10.7843137254902,8.82352941176471],[25.4901960784314,16.6666666666667,11.7647058823529],[20.5882352941176,11.7647058823529,6.86274509803922],[10.7843137254902,0,0],[8.82352941176471,0,0],[14.7058823529412,1.96078431372549,0],[19.6078431372549,6.86274509803922,0],[32.3529411764706,19.6078431372549,11.7647058823529],[28.4313725490196,15.6862745098039,7.84313725490196],[37.2549019607843,26.4705882352941,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[10.7843137254902,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,0],[20.5882352941176,9.80392156862745,3.92156862745098],[30.3921568627451,19.6078431372549,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[20.5882352941176,9.80392156862745,5.88235294117647],[21.5686274509804,11.7647058823529,2.94117647058824],[30.3921568627451,18.6274509803922,6.86274509803922],[19.6078431372549,11.7647058823529,0.980392156862745],[15.6862745098039,11.7647058823529,8.82352941176471],[34.3137254901961,21.5686274509804,15.6862745098039],[66.6666666666667,34.3137254901961,15.6862745098039],[119.607843137255,74.5098039215686,42.156862745098],[138.235294117647,86.2745098039216,45.0980392156863],[97.0588235294118,50.9803921568627,9.80392156862745],[43.1372549019608,17.6470588235294,0],[68.6274509803922,50,18.6274509803922],[82.3529411764706,60.7843137254902,22.5490196078431],[91.1764705882353,60.7843137254902,15.6862745098039],[149.019607843137,104.901960784314,49.0196078431373],[143.137254901961,95.0980392156863,40.1960784313726],[139.21568627451,99.0196078431373,55.8823529411765],[149.019607843137,117.647058823529,79.4117647058823],[100.980392156863,80.3921568627451,38.2352941176471],[50.9803921568627,38.2352941176471,0],[90.1960784313725,83.3333333333333,32.3529411764706],[164.705882352941,161.764705882353,107.843137254902],[171.56862745098,175.490196078431,117.647058823529],[96.078431372549,103.921568627451,45.0980392156863],[106.862745098039,117.647058823529,58.8235294117647],[147.058823529412,160.78431372549,102.941176470588],[106.862745098039,119.607843137255,66.6666666666667],[115.686274509804,127.450980392157,78.4313725490196],[97.0588235294118,109.803921568627,64.7058823529412],[95.0980392156863,110.78431372549,66.6666666666667],[80.3921568627451,99.0196078431373,54.9019607843137],[79.4117647058823,100.980392156863,55.8823529411765],[117.647058823529,143.137254901961,96.078431372549],[105.882352941176,131.372549019608,87.2549019607843],[153.921568627451,177.450980392157,144.117647058824],[83.3333333333333,102.941176470588,76.4705882352941],[81.3725490196078,100.980392156863,74.5098039215686],[160.78431372549,183.333333333333,157.843137254902],[237.254901960784,250,234.313725490196],[212.745098039216,236.274509803922,210.78431372549],[174.509803921569,200,175.490196078431],[86.2745098039216,113.725490196078,91.1764705882353],[24.5098039215686,51.9607843137255,30.3921568627451],[109.803921568627,138.235294117647,116.666666666667],[136.274509803922,167.647058823529,147.058823529412],[33.3333333333333,65.6862745098039,45.0980392156863],[68.6274509803922,101.960784313725,78.4313725490196],[50,84.3137254901961,60.7843137254902],[98.0392156862745,133.333333333333,107.843137254902],[90.1960784313725,124.509803921569,95.0980392156863],[114.705882352941,145.098039215686,111.764705882353],[103.921568627451,133.333333333333,98.0392156862745],[106.862745098039,136.274509803922,102.941176470588],[182.352941176471,210.78431372549,180.392156862745],[156.862745098039,185.294117647059,154.901960784314],[106.862745098039,136.274509803922,102.941176470588],[79.4117647058823,105.882352941176,71.5686274509804],[126.470588235294,153.921568627451,116.666666666667],[175.490196078431,202.941176470588,162.745098039216],[137.254901960784,163.725490196078,121.56862745098],[127.450980392157,153.921568627451,111.764705882353],[107.843137254902,134.313725490196,92.156862745098],[157.843137254902,184.313725490196,144.117647058824],[127.450980392157,151.960784313725,113.725490196078],[121.56862745098,145.098039215686,111.764705882353],[130.392156862745,154.901960784314,123.529411764706],[108.823529411765,134.313725490196,105.882352941176],[201.960784313725,227.450980392157,199.019607843137],[172.549019607843,197.058823529412,165.686274509804],[127.450980392157,152.941176470588,114.705882352941],[130.392156862745,155.882352941176,111.764705882353],[96.078431372549,119.607843137255,72.5490196078431],[122.549019607843,145.098039215686,92.156862745098],[110.78431372549,129.411764705882,75.4901960784314],[100,116.666666666667,62.7450980392157],[152.941176470588,165.686274509804,113.725490196078],[151.960784313725,160.78431372549,114.705882352941],[156.862745098039,162.745098039216,119.607843137255],[59.8039215686275,61.7647058823529,23.5294117647059],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,58.8235294117647,30.3921568627451],[40.1960784313726,35.2941176470588,5.88235294117647],[52.9411764705882,47.0588235294118,11.7647058823529],[121.56862745098,114.705882352941,71.5686274509804],[88.2352941176471,82.3529411764706,33.3333333333333],[147.058823529412,141.176470588235,92.156862745098],[137.254901960784,130.392156862745,87.2549019607843],[66.6666666666667,58.8235294117647,22.5490196078431],[67.6470588235294,58.8235294117647,26.4705882352941],[51.9607843137255,43.1372549019608,10.7843137254902],[84.3137254901961,79.4117647058823,42.156862745098],[52.9411764705882,45.0980392156863,8.82352941176471],[46.078431372549,37.2549019607843,6.86274509803922],[32.3529411764706,20.5882352941176,0],[15.6862745098039,2.94117647058824,0],[42.156862745098,26.4705882352941,13.7254901960784],[106.862745098039,91.1764705882353,75.4901960784314],[39.2156862745098,23.5294117647059,7.84313725490196],[15.6862745098039,3.92156862745098,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,1.96078431372549,0],[33.3333333333333,29.4117647058824,20.5882352941176],[56.8627450980392,55.8823529411765,36.2745098039216],[56.8627450980392,59.8039215686275,33.3333333333333],[46.078431372549,50,17.6470588235294],[83.3333333333333,84.3137254901961,53.921568627451],[89.2156862745098,84.3137254901961,62.7450980392157],[20.5882352941176,13.7254901960784,0],[9.80392156862745,1.96078431372549,0],[31.3725490196078,23.5294117647059,4.90196078431373],[68.6274509803922,60.7843137254902,38.2352941176471],[30.3921568627451,23.5294117647059,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[28.4313725490196,19.6078431372549,24.5098039215686],[5.88235294117647,0,5.88235294117647],[7.84313725490196,2.94117647058824,8.82352941176471],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[47.0588235294118,45.0980392156863,46.078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[20.5882352941176,12.7450980392157,10.7843137254902],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[9.80392156862745,0,0],[32.3529411764706,23.5294117647059,18.6274509803922],[55.8823529411765,47.0588235294118,42.156862745098],[50,39.2156862745098,35.2941176470588],[21.5686274509804,10.7843137254902,6.86274509803922],[22.5490196078431,11.7647058823529,5.88235294117647],[19.6078431372549,6.86274509803922,0],[39.2156862745098,26.4705882352941,18.6274509803922],[17.6470588235294,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[34.3137254901961,23.5294117647059,17.6470588235294],[41.1764705882353,30.3921568627451,24.5098039215686],[38.2352941176471,27.4509803921569,21.5686274509804],[25.4901960784314,14.7058823529412,8.82352941176471],[16.6666666666667,5.88235294117647,0],[26.4705882352941,15.6862745098039,9.80392156862745],[32.3529411764706,21.5686274509804,15.6862745098039],[19.6078431372549,8.82352941176471,2.94117647058824],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,2.94117647058824],[15.6862745098039,2.94117647058824,0],[18.6274509803922,4.90196078431373,0],[26.4705882352941,14.7058823529412,2.94117647058824],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,17.6470588235294,8.82352941176471],[41.1764705882353,9.80392156862745,0],[115.686274509804,70.5882352941177,37.2549019607843],[125.490196078431,75.4901960784314,33.3333333333333],[90.1960784313725,46.078431372549,4.90196078431373],[80.3921568627451,54.9019607843137,22.5490196078431],[42.156862745098,23.5294117647059,0],[46.078431372549,24.5098039215686,0],[52.9411764705882,22.5490196078431,0],[149.019607843137,103.921568627451,52.9411764705882],[160.78431372549,114.705882352941,61.7647058823529],[80.3921568627451,40.1960784313726,0],[117.647058823529,86.2745098039216,46.078431372549],[123.529411764706,101.960784313725,55.8823529411765],[75.4901960784314,59.8039215686275,11.7647058823529],[111.764705882353,101.960784313725,51.9607843137255],[102.941176470588,100,48.0392156862745],[80.3921568627451,85.2941176470588,32.3529411764706],[101.960784313725,111.764705882353,59.8039215686275],[103.921568627451,117.647058823529,65.6862745098039],[80.3921568627451,97.0588235294118,46.078431372549],[33.3333333333333,49.0196078431373,2.94117647058824],[101.960784313725,117.647058823529,73.5294117647059],[102.941176470588,117.647058823529,77.4509803921569],[56.8627450980392,74.5098039215686,35.2941176470588],[85.2941176470588,106.862745098039,69.6078431372549],[51.9607843137255,75.4901960784314,40.1960784313726],[157.843137254902,184.313725490196,150],[157.843137254902,184.313725490196,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[189.21568627451,212.745098039216,187.254901960784],[218.627450980392,242.156862745098,218.627450980392],[221.56862745098,244.117647058824,224.509803921569],[199.019607843137,221.56862745098,203.921568627451],[152.941176470588,176.470588235294,160.78431372549],[141.176470588235,167.647058823529,152.941176470588],[47.0588235294118,75.4901960784314,57.843137254902],[40.1960784313726,68.6274509803922,49.0196078431373],[104.901960784314,136.274509803922,115.686274509804],[163.725490196078,195.098039215686,172.549019607843],[48.0392156862745,81.3725490196078,57.843137254902],[38.2352941176471,72.5490196078431,49.0196078431373],[52.9411764705882,87.2549019607843,65.6862745098039],[41.1764705882353,75.4901960784314,55.8823529411765],[75.4901960784314,108.823529411765,85.2941176470588],[130.392156862745,160.78431372549,130.392156862745],[74.5098039215686,103.921568627451,70.5882352941177],[131.372549019608,161.764705882353,130.392156862745],[190.196078431373,222.549019607843,192.156862745098],[180.392156862745,212.745098039216,182.352941176471],[36.2745098039216,69.6078431372549,37.2549019607843],[50,80.3921568627451,47.0588235294118],[82.3529411764706,113.725490196078,77.4509803921569],[155.882352941176,186.274509803922,146.078431372549],[180.392156862745,207.843137254902,167.647058823529],[170.588235294118,197.058823529412,156.862745098039],[84.3137254901961,110.78431372549,70.5882352941177],[89.2156862745098,114.705882352941,76.4705882352941],[143.137254901961,168.627450980392,134.313725490196],[131.372549019608,155.882352941176,124.509803921569],[59.8039215686275,86.2745098039216,55.8823529411765],[66.6666666666667,92.156862745098,65.6862745098039],[134.313725490196,159.803921568627,131.372549019608],[187.254901960784,213.725490196078,181.372549019608],[150.980392156863,176.470588235294,140.196078431373],[139.21568627451,165.686274509804,121.56862745098],[150.980392156863,177.450980392157,127.450980392157],[136.274509803922,158.823529411765,103.921568627451],[135.294117647059,153.921568627451,99.0196078431373],[147.058823529412,164.705882352941,107.843137254902],[140.196078431373,152.941176470588,98.0392156862745],[118.627450980392,128.43137254902,76.4705882352941],[102.941176470588,108.823529411765,61.7647058823529],[87.2549019607843,90.1960784313725,48.0392156862745],[64.7058823529412,64.7058823529412,27.4509803921569],[32.3529411764706,29.4117647058824,0],[52.9411764705882,49.0196078431373,12.7450980392157],[67.6470588235294,64.7058823529412,20.5882352941176],[121.56862745098,118.627450980392,68.6274509803922],[84.3137254901961,81.3725490196078,27.4509803921569],[77.4509803921569,71.5686274509804,20.5882352941176],[119.607843137255,113.725490196078,66.6666666666667],[95.0980392156863,88.2352941176471,45.0980392156863],[84.3137254901961,76.4705882352941,38.2352941176471],[108.823529411765,103.921568627451,66.6666666666667],[123.529411764706,118.627450980392,79.4117647058823],[88.2352941176471,83.3333333333333,46.078431372549],[60.7843137254902,54.9019607843137,23.5294117647059],[45.0980392156863,35.2941176470588,8.82352941176471],[29.4117647058824,16.6666666666667,0],[53.921568627451,38.2352941176471,22.5490196078431],[57.843137254902,41.1764705882353,23.5294117647059],[52.9411764705882,38.2352941176471,19.6078431372549],[13.7254901960784,1.96078431372549,0],[20.5882352941176,13.7254901960784,0],[12.7450980392157,6.86274509803922,0],[10.7843137254902,8.82352941176471,0],[41.1764705882353,43.1372549019608,19.6078431372549],[6.86274509803922,10.7843137254902,0],[77.4509803921569,81.3725490196078,45.0980392156863],[94.1176470588235,96.078431372549,59.8039215686275],[66.6666666666667,65.6862745098039,38.2352941176471],[25.4901960784314,20.5882352941176,0],[6.86274509803922,0,0],[43.1372549019608,37.2549019607843,15.6862745098039],[62.7450980392157,56.8627450980392,35.2941176470588],[15.6862745098039,10.7843137254902,0],[8.82352941176471,4.90196078431373,0],[23.5294117647059,17.6470588235294,17.6470588235294],[22.5490196078431,13.7254901960784,18.6274509803922],[9.80392156862745,2.94117647058824,9.80392156862745],[2.94117647058824,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[26.4705882352941,24.5098039215686,25.4901960784314],[73.5294117647059,71.5686274509804,72.5490196078431],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[12.7450980392157,4.90196078431373,2.94117647058824],[7.84313725490196,0,0],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,20.5882352941176],[54.9019607843137,45.0980392156863,43.1372549019608],[51.9607843137255,41.1764705882353,37.2549019607843],[73.5294117647059,62.7450980392157,56.8627450980392],[45.0980392156863,35.2941176470588,26.4705882352941],[37.2549019607843,27.4509803921569,18.6274509803922],[19.6078431372549,9.80392156862745,0.980392156862745],[13.7254901960784,2.94117647058824,0],[16.6666666666667,5.88235294117647,0],[43.1372549019608,34.3137254901961,27.4509803921569],[59.8039215686275,50.9803921568627,44.1176470588235],[31.3725490196078,20.5882352941176,14.7058823529412],[35.2941176470588,24.5098039215686,18.6274509803922],[42.156862745098,29.4117647058824,21.5686274509804],[35.2941176470588,22.5490196078431,14.7058823529412],[20.5882352941176,7.84313725490196,0],[22.5490196078431,8.82352941176471,0],[30.3921568627451,16.6666666666667,7.84313725490196],[29.4117647058824,15.6862745098039,4.90196078431373],[24.5098039215686,6.86274509803922,0],[38.2352941176471,20.5882352941176,6.86274509803922],[34.3137254901961,21.5686274509804,12.7450980392157],[54.9019607843137,36.2745098039216,22.5490196078431],[50,16.6666666666667,0],[116.666666666667,73.5294117647059,37.2549019607843],[130.392156862745,82.3529411764706,40.1960784313726],[101.960784313725,57.843137254902,16.6666666666667],[65.6862745098039,37.2549019607843,3.92156862745098],[91.1764705882353,68.6274509803922,38.2352941176471],[44.1176470588235,18.6274509803922,0],[65.6862745098039,33.3333333333333,0],[157.843137254902,112.745098039216,64.7058823529412],[179.411764705882,132.352941176471,84.3137254901961],[112.745098039216,72.5490196078431,29.4117647058824],[50,16.6666666666667,0],[84.3137254901961,58.8235294117647,10.7843137254902],[100.980392156863,81.3725490196078,32.3529411764706],[108.823529411765,96.078431372549,51.9607843137255],[93.1372549019608,88.2352941176471,47.0588235294118],[67.6470588235294,69.6078431372549,31.3725490196078],[88.2352941176471,99.0196078431373,59.8039215686275],[126.470588235294,141.176470588235,102.941176470588],[156.862745098039,172.549019607843,134.313725490196],[33.3333333333333,49.0196078431373,10.7843137254902],[19.6078431372549,35.2941176470588,0],[102.941176470588,118.627450980392,82.3529411764706],[112.745098039216,129.411764705882,96.078431372549],[45.0980392156863,64.7058823529412,37.2549019607843],[54.9019607843137,80.3921568627451,55.8823529411765],[187.254901960784,215.686274509804,196.078431372549],[160.78431372549,189.21568627451,171.56862745098],[143.137254901961,167.647058823529,146.078431372549],[181.372549019608,206.862745098039,182.352941176471],[118.627450980392,143.137254901961,124.509803921569],[116.666666666667,140.196078431373,126.470588235294],[55.8823529411765,78.4313725490196,68.6274509803922],[28.4313725490196,53.921568627451,45.0980392156863],[63.7254901960784,89.2156862745098,80.3921568627451],[47.0588235294118,74.5098039215686,62.7450980392157],[54.9019607843137,82.3529411764706,67.6470588235294],[79.4117647058823,109.803921568627,92.156862745098],[188.235294117647,219.607843137255,199.019607843137],[74.5098039215686,105.882352941176,83.3333333333333],[46.078431372549,78.4313725490196,57.843137254902],[56.8627450980392,89.2156862745098,70.5882352941177],[44.1176470588235,76.4705882352941,59.8039215686275],[79.4117647058823,109.803921568627,92.156862745098],[110.78431372549,140.196078431373,112.745098039216],[83.3333333333333,113.725490196078,83.3333333333333],[121.56862745098,153.921568627451,123.529411764706],[117.647058823529,151.960784313725,122.549019607843],[84.3137254901961,120.588235294118,90.1960784313725],[25.4901960784314,61.7647058823529,31.3725490196078],[74.5098039215686,108.823529411765,77.4509803921569],[124.509803921569,157.843137254902,125.490196078431],[167.647058823529,199.019607843137,162.745098039216],[113.725490196078,141.176470588235,103.921568627451],[169.607843137255,195.098039215686,158.823529411765],[130.392156862745,155.882352941176,119.607843137255],[100,126.470588235294,92.156862745098],[176.470588235294,202.941176470588,172.549019607843],[68.6274509803922,94.1176470588235,65.6862745098039],[48.0392156862745,76.4705882352941,47.0588235294118],[45.0980392156863,75.4901960784314,45.0980392156863],[103.921568627451,134.313725490196,103.921568627451],[134.313725490196,163.725490196078,130.392156862745],[162.745098039216,190.196078431373,150.980392156863],[122.549019607843,150,102.941176470588],[160.78431372549,187.254901960784,133.333333333333],[144.117647058824,167.647058823529,108.823529411765],[122.549019607843,144.117647058824,81.3725490196078],[148.039215686275,166.666666666667,103.921568627451],[170.588235294118,184.313725490196,123.529411764706],[116.666666666667,127.450980392157,68.6274509803922],[94.1176470588235,101.960784313725,46.078431372549],[122.549019607843,127.450980392157,74.5098039215686],[88.2352941176471,90.1960784313725,42.156862745098],[35.2941176470588,34.3137254901961,0],[56.8627450980392,55.8823529411765,10.7843137254902],[95.0980392156863,95.0980392156863,44.1176470588235],[100,100,47.0588235294118],[84.3137254901961,82.3529411764706,34.3137254901961],[57.843137254902,53.921568627451,7.84313725490196],[91.1764705882353,84.3137254901961,39.2156862745098],[83.3333333333333,77.4509803921569,30.3921568627451],[69.6078431372549,65.6862745098039,19.6078431372549],[53.921568627451,50,5.88235294117647],[52.9411764705882,49.0196078431373,11.7647058823529],[49.0196078431373,45.0980392156863,10.7843137254902],[85.2941176470588,81.3725490196078,47.0588235294118],[83.3333333333333,77.4509803921569,44.1176470588235],[89.2156862745098,79.4117647058823,45.0980392156863],[68.6274509803922,55.8823529411765,24.5098039215686],[43.1372549019608,27.4509803921569,1.96078431372549],[38.2352941176471,22.5490196078431,0],[47.0588235294118,36.2745098039216,14.7058823529412],[28.4313725490196,21.5686274509804,2.94117647058824],[34.3137254901961,28.4313725490196,12.7450980392157],[71.5686274509804,69.6078431372549,49.0196078431373],[125.490196078431,126.470588235294,96.078431372549],[105.882352941176,110.78431372549,71.5686274509804],[117.647058823529,123.529411764706,80.3921568627451],[99.0196078431373,100.980392156863,61.7647058823529],[63.7254901960784,62.7450980392157,32.3529411764706],[68.6274509803922,64.7058823529412,40.1960784313726],[70.5882352941177,64.7058823529412,43.1372549019608],[78.4313725490196,72.5490196078431,50.9803921568627],[36.2745098039216,30.3921568627451,8.82352941176471],[7.84313725490196,1.96078431372549,0],[17.6470588235294,12.7450980392157,8.82352941176471],[22.5490196078431,16.6666666666667,18.6274509803922],[23.5294117647059,14.7058823529412,19.6078431372549],[5.88235294117647,0,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[6.86274509803922,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[90.1960784313725,79.4117647058823,73.5294117647059],[88.2352941176471,78.4313725490196,69.6078431372549],[45.0980392156863,35.2941176470588,26.4705882352941],[8.82352941176471,0,0],[15.6862745098039,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[29.4117647058824,20.5882352941176,13.7254901960784],[13.7254901960784,4.90196078431373,0],[19.6078431372549,8.82352941176471,2.94117647058824],[29.4117647058824,19.6078431372549,10.7843137254902],[48.0392156862745,35.2941176470588,27.4509803921569],[46.078431372549,33.3333333333333,24.5098039215686],[31.3725490196078,17.6470588235294,8.82352941176471],[33.3333333333333,19.6078431372549,8.82352941176471],[44.1176470588235,27.4509803921569,17.6470588235294],[40.1960784313726,22.5490196078431,8.82352941176471],[45.0980392156863,23.5294117647059,9.80392156862745],[80.3921568627451,57.843137254902,42.156862745098],[36.2745098039216,17.6470588235294,2.94117647058824],[44.1176470588235,19.6078431372549,0],[99.0196078431373,64.7058823529412,33.3333333333333],[148.039215686275,105.882352941176,64.7058823529412],[135.294117647059,89.2156862745098,44.1176470588235],[100,55.8823529411765,14.7058823529412],[73.5294117647059,40.1960784313726,5.88235294117647],[77.4509803921569,47.0588235294118,16.6666666666667],[57.843137254902,25.4901960784314,0],[88.2352941176471,50,11.7647058823529],[127.450980392157,80.3921568627451,35.2941176470588],[180.392156862745,130.392156862745,84.3137254901961],[166.666666666667,123.529411764706,79.4117647058823],[118.627450980392,81.3725490196078,35.2941176470588],[87.2549019607843,55.8823529411765,5.88235294117647],[93.1372549019608,67.6470588235294,19.6078431372549],[88.2352941176471,71.5686274509804,29.4117647058824],[119.607843137255,109.803921568627,74.5098039215686],[81.3725490196078,82.3529411764706,50.9803921568627],[35.2941176470588,44.1176470588235,13.7254901960784],[51.9607843137255,64.7058823529412,35.2941176470588],[119.607843137255,136.274509803922,102.941176470588],[125.490196078431,142.156862745098,106.862745098039],[45.0980392156863,62.7450980392157,25.4901960784314],[65.6862745098039,82.3529411764706,47.0588235294118],[134.313725490196,152.941176470588,121.56862745098],[130.392156862745,152.941176470588,127.450980392157],[155.882352941176,180.392156862745,161.764705882353],[150,179.411764705882,167.647058823529],[152.941176470588,182.352941176471,170.588235294118],[140.196078431373,166.666666666667,150],[22.5490196078431,49.0196078431373,30.3921568627451],[41.1764705882353,67.6470588235294,52.9411764705882],[65.6862745098039,91.1764705882353,80.3921568627451],[53.921568627451,78.4313725490196,72.5490196078431],[35.2941176470588,59.8039215686275,55.8823529411765],[58.8235294117647,85.2941176470588,80.3921568627451],[83.3333333333333,109.803921568627,102.941176470588],[34.3137254901961,63.7254901960784,51.9607843137255],[56.8627450980392,87.2549019607843,72.5490196078431],[199.019607843137,229.411764705882,211.764705882353],[146.078431372549,176.470588235294,158.823529411765],[64.7058823529412,95.0980392156863,77.4509803921569],[38.2352941176471,70.5882352941177,53.921568627451],[83.3333333333333,114.705882352941,100],[94.1176470588235,124.509803921569,106.862745098039],[101.960784313725,131.372549019608,105.882352941176],[152.941176470588,182.352941176471,154.901960784314],[140.196078431373,172.549019607843,144.117647058824],[39.2156862745098,74.5098039215686,47.0588235294118],[42.156862745098,80.3921568627451,51.9607843137255],[67.6470588235294,105.882352941176,77.4509803921569],[95.0980392156863,133.333333333333,102.941176470588],[174.509803921569,208.823529411765,177.450980392157],[177.450980392157,207.843137254902,174.509803921569],[97.0588235294118,126.470588235294,91.1764705882353],[144.117647058824,170.588235294118,136.274509803922],[103.921568627451,129.411764705882,95.0980392156863],[40.1960784313726,66.6666666666667,36.2745098039216],[89.2156862745098,114.705882352941,86.2745098039216],[65.6862745098039,94.1176470588235,66.6666666666667],[56.8627450980392,86.2745098039216,60.7843137254902],[65.6862745098039,100,70.5882352941177],[59.8039215686275,94.1176470588235,62.7450980392157],[66.6666666666667,100,65.6862745098039],[99.0196078431373,130.392156862745,90.1960784313725],[136.274509803922,167.647058823529,119.607843137255],[150,178.43137254902,125.490196078431],[170.588235294118,198.039215686275,140.196078431373],[144.117647058824,168.627450980392,104.901960784314],[137.254901960784,157.843137254902,94.1176470588235],[170.588235294118,186.274509803922,122.549019607843],[92.156862745098,103.921568627451,41.1764705882353],[79.4117647058823,89.2156862745098,29.4117647058824],[157.843137254902,162.745098039216,105.882352941176],[177.450980392157,180.392156862745,126.470588235294],[75.4901960784314,78.4313725490196,26.4705882352941],[79.4117647058823,82.3529411764706,30.3921568627451],[115.686274509804,118.627450980392,64.7058823529412],[110.78431372549,113.725490196078,61.7647058823529],[135.294117647059,134.313725490196,91.1764705882353],[77.4509803921569,74.5098039215686,34.3137254901961],[90.1960784313725,86.2745098039216,42.156862745098],[110.78431372549,106.862745098039,60.7843137254902],[53.921568627451,50,2.94117647058824],[49.0196078431373,46.078431372549,1.96078431372549],[12.7450980392157,10.7843137254902,0],[19.6078431372549,16.6666666666667,0],[78.4313725490196,76.4705882352941,38.2352941176471],[93.1372549019608,90.1960784313725,48.0392156862745],[99.0196078431373,92.156862745098,47.0588235294118],[76.4705882352941,65.6862745098039,21.5686274509804],[68.6274509803922,54.9019607843137,18.6274509803922],[19.6078431372549,4.90196078431373,0],[50.9803921568627,40.1960784313726,10.7843137254902],[27.4509803921569,20.5882352941176,0],[34.3137254901961,30.3921568627451,5.88235294117647],[15.6862745098039,14.7058823529412,0],[41.1764705882353,43.1372549019608,6.86274509803922],[96.078431372549,99.0196078431373,54.9019607843137],[101.960784313725,105.882352941176,56.8627450980392],[134.313725490196,137.254901960784,93.1372549019608],[96.078431372549,93.1372549019608,60.7843137254902],[55.8823529411765,50,24.5098039215686],[50.9803921568627,45.0980392156863,21.5686274509804],[50,44.1176470588235,22.5490196078431],[10.7843137254902,3.92156862745098,0],[30.3921568627451,24.5098039215686,10.7843137254902],[24.5098039215686,16.6666666666667,14.7058823529412],[7.84313725490196,0,3.92156862745098],[8.82352941176471,0,4.90196078431373],[5.88235294117647,0,3.92156862745098],[16.6666666666667,9.80392156862745,16.6666666666667],[1.96078431372549,0,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[25.4901960784314,16.6666666666667,17.6470588235294],[14.7058823529412,6.86274509803922,4.90196078431373],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[22.5490196078431,11.7647058823529,5.88235294117647],[51.9607843137255,42.156862745098,33.3333333333333],[55.8823529411765,47.0588235294118,40.1960784313726],[18.6274509803922,9.80392156862745,2.94117647058824],[14.7058823529412,5.88235294117647,0],[17.6470588235294,8.82352941176471,1.96078431372549],[20.5882352941176,11.7647058823529,4.90196078431373],[12.7450980392157,3.92156862745098,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[40.1960784313726,27.4509803921569,18.6274509803922],[64.7058823529412,50.9803921568627,40.1960784313726],[48.0392156862745,31.3725490196078,21.5686274509804],[39.2156862745098,23.5294117647059,10.7843137254902],[47.0588235294118,29.4117647058824,15.6862745098039],[43.1372549019608,21.5686274509804,7.84313725490196],[46.078431372549,17.6470588235294,1.96078431372549],[77.4509803921569,47.0588235294118,27.4509803921569],[76.4705882352941,49.0196078431373,27.4509803921569],[44.1176470588235,13.7254901960784,0],[95.0980392156863,57.843137254902,19.6078431372549],[150.980392156863,108.823529411765,64.7058823529412],[153.921568627451,108.823529411765,60.7843137254902],[107.843137254902,64.7058823529412,20.5882352941176],[119.607843137255,78.4313725490196,41.1764705882353],[85.2941176470588,46.078431372549,11.7647058823529],[106.862745098039,64.7058823529412,31.3725490196078],[135.294117647059,90.1960784313725,54.9019607843137],[120.588235294118,70.5882352941177,28.4313725490196],[155.882352941176,105.882352941176,59.8039215686275],[157.843137254902,110.78431372549,63.7254901960784],[149.019607843137,105.882352941176,57.843137254902],[132.352941176471,93.1372549019608,45.0980392156863],[134.313725490196,102.941176470588,56.8627450980392],[95.0980392156863,72.5490196078431,32.3529411764706],[59.8039215686275,46.078431372549,11.7647058823529],[72.5490196078431,68.6274509803922,40.1960784313726],[94.1176470588235,100,72.5490196078431],[58.8235294117647,71.5686274509804,44.1176470588235],[100.980392156863,115.686274509804,85.2941176470588],[99.0196078431373,114.705882352941,79.4117647058823],[80.3921568627451,96.078431372549,59.8039215686275],[56.8627450980392,72.5490196078431,36.2745098039216],[117.647058823529,134.313725490196,100.980392156863],[188.235294117647,210.78431372549,183.333333333333],[162.745098039216,187.254901960784,166.666666666667],[147.058823529412,177.450980392157,162.745098039216],[152.941176470588,182.352941176471,172.549019607843],[53.921568627451,81.3725490196078,69.6078431372549],[36.2745098039216,63.7254901960784,51.9607843137255],[54.9019607843137,81.3725490196078,72.5490196078431],[54.9019607843137,81.3725490196078,74.5098039215686],[50.9803921568627,77.4509803921569,72.5490196078431],[59.8039215686275,86.2745098039216,81.3725490196078],[47.0588235294118,72.5490196078431,69.6078431372549],[31.3725490196078,57.843137254902,52.9411764705882],[18.6274509803922,45.0980392156863,40.1960784313726],[56.8627450980392,83.3333333333333,76.4705882352941],[74.5098039215686,100.980392156863,92.156862745098],[87.2549019607843,114.705882352941,102.941176470588],[84.3137254901961,111.764705882353,98.0392156862745],[60.7843137254902,88.2352941176471,73.5294117647059],[64.7058823529412,93.1372549019608,75.4901960784314],[107.843137254902,136.274509803922,116.666666666667],[138.235294117647,165.686274509804,143.137254901961],[145.098039215686,174.509803921569,149.019607843137],[62.7450980392157,96.078431372549,69.6078431372549],[86.2745098039216,121.56862745098,96.078431372549],[39.2156862745098,78.4313725490196,51.9607843137255],[129.411764705882,168.627450980392,142.156862745098],[95.0980392156863,135.294117647059,105.882352941176],[152.941176470588,189.21568627451,158.823529411765],[170.588235294118,202.941176470588,172.549019607843],[179.411764705882,207.843137254902,177.450980392157],[187.254901960784,213.725490196078,183.333333333333],[77.4509803921569,101.960784313725,72.5490196078431],[63.7254901960784,89.2156862745098,60.7843137254902],[83.3333333333333,111.764705882353,84.3137254901961],[99.0196078431373,128.43137254902,104.901960784314],[58.8235294117647,92.156862745098,67.6470588235294],[64.7058823529412,102.941176470588,76.4705882352941],[83.3333333333333,121.56862745098,93.1372549019608],[43.1372549019608,79.4117647058823,47.0588235294118],[64.7058823529412,100,62.7450980392157],[142.156862745098,177.450980392157,134.313725490196],[158.823529411765,190.196078431373,141.176470588235],[192.156862745098,220.588235294118,165.686274509804],[143.137254901961,168.627450980392,108.823529411765],[185.294117647059,206.862745098039,144.117647058824],[163.725490196078,182.352941176471,119.607843137255],[151.960784313725,166.666666666667,102.941176470588],[126.470588235294,138.235294117647,75.4901960784314],[182.352941176471,190.196078431373,131.372549019608],[247.058823529412,250,194.117647058824],[134.313725490196,139.21568627451,82.3529411764706],[129.411764705882,134.313725490196,79.4117647058823],[136.274509803922,143.137254901961,90.1960784313725],[124.509803921569,131.372549019608,81.3725490196078],[91.1764705882353,91.1764705882353,53.921568627451],[59.8039215686275,56.8627450980392,22.5490196078431],[68.6274509803922,63.7254901960784,24.5098039215686],[108.823529411765,104.901960784314,60.7843137254902],[86.2745098039216,82.3529411764706,36.2745098039216],[64.7058823529412,61.7647058823529,17.6470588235294],[84.3137254901961,84.3137254901961,47.0588235294118],[86.2745098039216,86.2745098039216,49.0196078431373],[99.0196078431373,100,56.8627450980392],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,113.725490196078,57.843137254902],[126.470588235294,120.588235294118,63.7254901960784],[105.882352941176,94.1176470588235,43.1372549019608],[60.7843137254902,48.0392156862745,3.92156862745098],[56.8627450980392,45.0980392156863,7.84313725490196],[44.1176470588235,33.3333333333333,1.96078431372549],[41.1764705882353,34.3137254901961,5.88235294117647],[16.6666666666667,11.7647058823529,0],[34.3137254901961,32.3529411764706,0],[66.6666666666667,68.6274509803922,20.5882352941176],[89.2156862745098,92.156862745098,40.1960784313726],[150.980392156863,150,102.941176470588],[95.0980392156863,91.1764705882353,54.9019607843137],[39.2156862745098,32.3529411764706,4.90196078431373],[30.3921568627451,20.5882352941176,0],[56.8627450980392,46.078431372549,26.4705882352941],[38.2352941176471,27.4509803921569,9.80392156862745],[37.2549019607843,27.4509803921569,17.6470588235294],[18.6274509803922,8.82352941176471,9.80392156862745],[25.4901960784314,14.7058823529412,20.5882352941176],[19.6078431372549,8.82352941176471,14.7058823529412],[15.6862745098039,6.86274509803922,11.7647058823529],[5.88235294117647,0,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[27.4509803921569,23.5294117647059,22.5490196078431],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[16.6666666666667,7.84313725490196,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,8.82352941176471,9.80392156862745],[32.3529411764706,23.5294117647059,24.5098039215686],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,0.980392156862745],[7.84313725490196,0,0],[12.7450980392157,3.92156862745098,0],[63.7254901960784,54.9019607843137,48.0392156862745],[33.3333333333333,24.5098039215686,17.6470588235294],[10.7843137254902,1.96078431372549,0],[15.6862745098039,6.86274509803922,0],[7.84313725490196,0,0],[22.5490196078431,13.7254901960784,6.86274509803922],[20.5882352941176,10.7843137254902,1.96078431372549],[21.5686274509804,11.7647058823529,1.96078431372549],[25.4901960784314,13.7254901960784,1.96078431372549],[48.0392156862745,34.3137254901961,21.5686274509804],[63.7254901960784,48.0392156862745,35.2941176470588],[40.1960784313726,22.5490196078431,8.82352941176471],[35.2941176470588,16.6666666666667,1.96078431372549],[74.5098039215686,49.0196078431373,34.3137254901961],[70.5882352941177,38.2352941176471,19.6078431372549],[76.4705882352941,41.1764705882353,19.6078431372549],[140.196078431373,105.882352941176,78.4313725490196],[84.3137254901961,49.0196078431373,13.7254901960784],[76.4705882352941,39.2156862745098,0],[100.980392156863,59.8039215686275,10.7843137254902],[117.647058823529,75.4901960784314,25.4901960784314],[129.411764705882,84.3137254901961,36.2745098039216],[116.666666666667,69.6078431372549,30.3921568627451],[131.372549019608,84.3137254901961,49.0196078431373],[123.529411764706,74.5098039215686,40.1960784313726],[155.882352941176,104.901960784314,68.6274509803922],[146.078431372549,94.1176470588235,54.9019607843137],[146.078431372549,95.0980392156863,49.0196078431373],[173.529411764706,124.509803921569,76.4705882352941],[138.235294117647,91.1764705882353,43.1372549019608],[161.764705882353,115.686274509804,70.5882352941177],[145.098039215686,104.901960784314,61.7647058823529],[128.43137254902,100,60.7843137254902],[87.2549019607843,69.6078431372549,32.3529411764706],[32.3529411764706,28.4313725490196,0],[33.3333333333333,39.2156862745098,5.88235294117647],[42.156862745098,52.9411764705882,19.6078431372549],[51.9607843137255,67.6470588235294,32.3529411764706],[46.078431372549,61.7647058823529,25.4901960784314],[73.5294117647059,89.2156862745098,50.9803921568627],[109.803921568627,125.490196078431,89.2156862745098],[106.862745098039,123.529411764706,88.2352941176471],[119.607843137255,140.196078431373,109.803921568627],[132.352941176471,157.843137254902,129.411764705882],[163.725490196078,193.137254901961,169.607843137255],[143.137254901961,173.529411764706,155.882352941176],[51.9607843137255,81.3725490196078,73.5294117647059],[28.4313725490196,53.921568627451,50.9803921568627],[75.4901960784314,101.960784313725,97.0588235294118],[28.4313725490196,54.9019607843137,48.0392156862745],[44.1176470588235,70.5882352941177,63.7254901960784],[42.156862745098,68.6274509803922,61.7647058823529],[51.9607843137255,78.4313725490196,73.5294117647059],[38.2352941176471,63.7254901960784,60.7843137254902],[35.2941176470588,60.7843137254902,59.8039215686275],[37.2549019607843,62.7450980392157,61.7647058823529],[22.5490196078431,48.0392156862745,45.0980392156863],[53.921568627451,80.3921568627451,75.4901960784314],[85.2941176470588,111.764705882353,102.941176470588],[70.5882352941177,98.0392156862745,83.3333333333333],[72.5490196078431,100.980392156863,81.3725490196078],[118.627450980392,146.078431372549,123.529411764706],[134.313725490196,161.764705882353,139.21568627451],[75.4901960784314,104.901960784314,81.3725490196078],[18.6274509803922,51.9607843137255,27.4509803921569],[127.450980392157,164.705882352941,140.196078431373],[88.2352941176471,130.392156862745,103.921568627451],[125.490196078431,167.647058823529,141.176470588235],[127.450980392157,169.607843137255,142.156862745098],[167.647058823529,205.882352941176,177.450980392157],[189.21568627451,223.529411764706,194.117647058824],[144.117647058824,172.549019607843,143.137254901961],[143.137254901961,168.627450980392,140.196078431373],[141.176470588235,165.686274509804,137.254901960784],[62.7450980392157,88.2352941176471,61.7647058823529],[56.8627450980392,84.3137254901961,59.8039215686275],[99.0196078431373,130.392156862745,107.843137254902],[60.7843137254902,95.0980392156863,73.5294117647059],[49.0196078431373,90.1960784313725,68.6274509803922],[34.3137254901961,77.4509803921569,52.9411764705882],[50.9803921568627,93.1372549019608,65.6862745098039],[102.941176470588,142.156862745098,108.823529411765],[164.705882352941,201.960784313725,163.725490196078],[179.411764705882,214.705882352941,169.607843137255],[96.078431372549,127.450980392157,78.4313725490196],[129.411764705882,157.843137254902,102.941176470588],[196.078431372549,220.588235294118,163.725490196078],[143.137254901961,164.705882352941,103.921568627451],[202.941176470588,220.588235294118,159.803921568627],[159.803921568627,173.529411764706,112.745098039216],[132.352941176471,142.156862745098,82.3529411764706],[204.901960784314,212.745098039216,153.921568627451],[220.588235294118,228.43137254902,170.588235294118],[169.607843137255,177.450980392157,119.607843137255],[103.921568627451,112.745098039216,56.8627450980392],[42.156862745098,50.9803921568627,0],[47.0588235294118,50,5.88235294117647],[73.5294117647059,74.5098039215686,33.3333333333333],[77.4509803921569,74.5098039215686,32.3529411764706],[96.078431372549,93.1372549019608,50.9803921568627],[62.7450980392157,59.8039215686275,17.6470588235294],[88.2352941176471,87.2549019607843,44.1176470588235],[72.5490196078431,74.5098039215686,35.2941176470588],[101.960784313725,104.901960784314,62.7450980392157],[137.254901960784,140.196078431373,94.1176470588235],[142.156862745098,145.098039215686,93.1372549019608],[174.509803921569,173.529411764706,117.647058823529],[170.588235294118,164.705882352941,107.843137254902],[125.490196078431,114.705882352941,59.8039215686275],[121.56862745098,108.823529411765,57.843137254902],[117.647058823529,104.901960784314,61.7647058823529],[83.3333333333333,71.5686274509804,34.3137254901961],[81.3725490196078,73.5294117647059,38.2352941176471],[47.0588235294118,42.156862745098,4.90196078431373],[51.9607843137255,50,2.94117647058824],[105.882352941176,104.901960784314,51.9607843137255],[48.0392156862745,47.0588235294118,0],[100,98.0392156862745,48.0392156862745],[81.3725490196078,76.4705882352941,39.2156862745098],[58.8235294117647,50,21.5686274509804],[16.6666666666667,4.90196078431373,0],[35.2941176470588,22.5490196078431,3.92156862745098],[48.0392156862745,35.2941176470588,18.6274509803922],[27.4509803921569,14.7058823529412,5.88235294117647],[12.7450980392157,0.980392156862745,2.94117647058824],[19.6078431372549,6.86274509803922,15.6862745098039],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,4.90196078431373],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[0,0,1.96078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[31.3725490196078,27.4509803921569,26.4705882352941],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[21.5686274509804,13.7254901960784,11.7647058823529],[19.6078431372549,11.7647058823529,9.80392156862745],[17.6470588235294,9.80392156862745,7.84313725490196],[30.3921568627451,22.5490196078431,20.5882352941176],[39.2156862745098,30.3921568627451,31.3725490196078],[28.4313725490196,19.6078431372549,20.5882352941176],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[5.88235294117647,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[13.7254901960784,4.90196078431373,0],[39.2156862745098,30.3921568627451,23.5294117647059],[14.7058823529412,7.84313725490196,0],[21.5686274509804,14.7058823529412,8.82352941176471],[44.1176470588235,37.2549019607843,31.3725490196078],[32.3529411764706,23.5294117647059,16.6666666666667],[13.7254901960784,4.90196078431373,0],[35.2941176470588,25.4901960784314,16.6666666666667],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,11.7647058823529,0.980392156862745],[23.5294117647059,7.84313725490196,0],[53.921568627451,36.2745098039216,22.5490196078431],[47.0588235294118,28.4313725490196,13.7254901960784],[45.0980392156863,26.4705882352941,11.7647058823529],[97.0588235294118,70.5882352941177,53.921568627451],[110.78431372549,73.5294117647059,54.9019607843137],[89.2156862745098,45.0980392156863,22.5490196078431],[111.764705882353,69.6078431372549,36.2745098039216],[96.078431372549,54.9019607843137,13.7254901960784],[129.411764705882,88.2352941176471,39.2156862745098],[136.274509803922,96.078431372549,43.1372549019608],[113.725490196078,71.5686274509804,19.6078431372549],[125.490196078431,78.4313725490196,30.3921568627451],[120.588235294118,68.6274509803922,25.4901960784314],[142.156862745098,88.2352941176471,50],[138.235294117647,80.3921568627451,47.0588235294118],[158.823529411765,100.980392156863,67.6470588235294],[165.686274509804,111.764705882353,73.5294117647059],[130.392156862745,77.4509803921569,32.3529411764706],[136.274509803922,84.3137254901961,33.3333333333333],[126.470588235294,74.5098039215686,23.5294117647059],[164.705882352941,112.745098039216,69.6078431372549],[216.666666666667,172.549019607843,132.352941176471],[199.019607843137,166.666666666667,122.549019607843],[139.21568627451,118.627450980392,74.5098039215686],[93.1372549019608,87.2549019607843,40.1960784313726],[53.921568627451,56.8627450980392,10.7843137254902],[67.6470588235294,79.4117647058823,32.3529411764706],[89.2156862745098,101.960784313725,58.8235294117647],[48.0392156862745,60.7843137254902,18.6274509803922],[139.21568627451,150.980392156863,111.764705882353],[83.3333333333333,95.0980392156863,57.843137254902],[103.921568627451,119.607843137255,83.3333333333333],[104.901960784314,124.509803921569,88.2352941176471],[104.901960784314,130.392156862745,92.156862745098],[162.745098039216,194.117647058824,153.921568627451],[83.3333333333333,115.686274509804,85.2941176470588],[16.6666666666667,46.078431372549,38.2352941176471],[34.3137254901961,61.7647058823529,64.7058823529412],[27.4509803921569,55.8823529411765,51.9607843137255],[33.3333333333333,62.7450980392157,54.9019607843137],[50,79.4117647058823,67.6470588235294],[41.1764705882353,70.5882352941177,58.8235294117647],[42.156862745098,68.6274509803922,61.7647058823529],[38.2352941176471,63.7254901960784,60.7843137254902],[49.0196078431373,72.5490196078431,74.5098039215686],[47.0588235294118,69.6078431372549,75.4901960784314],[34.3137254901961,56.8627450980392,62.7450980392157],[37.2549019607843,60.7843137254902,62.7450980392157],[64.7058823529412,89.2156862745098,83.3333333333333],[40.1960784313726,66.6666666666667,51.9607843137255],[52.9411764705882,80.3921568627451,57.843137254902],[120.588235294118,146.078431372549,121.56862745098],[132.352941176471,157.843137254902,133.333333333333],[65.6862745098039,93.1372549019608,70.5882352941177],[55.8823529411765,89.2156862745098,65.6862745098039],[32.3529411764706,69.6078431372549,47.0588235294118],[120.588235294118,161.764705882353,138.235294117647],[53.921568627451,97.0588235294118,72.5490196078431],[126.470588235294,168.627450980392,142.156862745098],[216.666666666667,250,228.43137254902],[161.764705882353,196.078431372549,166.666666666667],[93.1372549019608,122.549019607843,95.0980392156863],[164.705882352941,190.196078431373,163.725490196078],[173.529411764706,197.058823529412,171.56862745098],[74.5098039215686,100,75.4901960784314],[126.470588235294,153.921568627451,131.372549019608],[55.8823529411765,87.2549019607843,66.6666666666667],[24.5098039215686,60.7843137254902,43.1372549019608],[29.4117647058824,71.5686274509804,54.9019607843137],[38.2352941176471,81.3725490196078,66.6666666666667],[88.2352941176471,130.392156862745,111.764705882353],[102.941176470588,144.117647058824,120.588235294118],[172.549019607843,210.78431372549,182.352941176471],[138.235294117647,173.529411764706,138.235294117647],[125.490196078431,156.862745098039,116.666666666667],[172.549019607843,200.980392156863,155.882352941176],[116.666666666667,143.137254901961,93.1372549019608],[132.352941176471,151.960784313725,100],[200,216.666666666667,162.745098039216],[188.235294117647,202.941176470588,147.058823529412],[142.156862745098,154.901960784314,100],[168.627450980392,179.411764705882,124.509803921569],[239.21568627451,248.039215686275,192.156862745098],[196.078431372549,204.901960784314,149.019607843137],[191.176470588235,202.941176470588,142.156862745098],[159.803921568627,171.56862745098,108.823529411765],[116.666666666667,125.490196078431,63.7254901960784],[91.1764705882353,94.1176470588235,38.2352941176471],[108.823529411765,106.862745098039,58.8235294117647],[119.607843137255,116.666666666667,74.5098039215686],[92.156862745098,88.2352941176471,50.9803921568627],[88.2352941176471,86.2745098039216,49.0196078431373],[37.2549019607843,40.1960784313726,0],[55.8823529411765,61.7647058823529,16.6666666666667],[78.4313725490196,84.3137254901961,39.2156862745098],[58.8235294117647,60.7843137254902,14.7058823529412],[100,97.0588235294118,52.9411764705882],[99.0196078431373,93.1372549019608,46.078431372549],[120.588235294118,108.823529411765,57.843137254902],[144.117647058824,131.372549019608,79.4117647058823],[104.901960784314,91.1764705882353,45.0980392156863],[157.843137254902,143.137254901961,100.980392156863],[132.352941176471,120.588235294118,83.3333333333333],[131.372549019608,122.549019607843,82.3529411764706],[101.960784313725,96.078431372549,47.0588235294118],[123.529411764706,121.56862745098,65.6862745098039],[106.862745098039,104.901960784314,47.0588235294118],[100,94.1176470588235,43.1372549019608],[68.6274509803922,59.8039215686275,21.5686274509804],[77.4509803921569,63.7254901960784,35.2941176470588],[50.9803921568627,35.2941176470588,12.7450980392157],[40.1960784313726,23.5294117647059,5.88235294117647],[58.8235294117647,41.1764705882353,27.4509803921569],[39.2156862745098,22.5490196078431,15.6862745098039],[22.5490196078431,5.88235294117647,11.7647058823529],[9.80392156862745,0,4.90196078431373],[7.84313725490196,0,3.92156862745098],[13.7254901960784,2.94117647058824,8.82352941176471],[22.5490196078431,13.7254901960784,18.6274509803922],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[7.84313725490196,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[21.5686274509804,16.6666666666667,13.7254901960784],[17.6470588235294,12.7450980392157,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[20.5882352941176,15.6862745098039,12.7450980392157],[48.0392156862745,42.156862745098,42.156862745098],[20.5882352941176,14.7058823529412,14.7058823529412],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[14.7058823529412,8.82352941176471,10.7843137254902],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[14.7058823529412,5.88235294117647,0.980392156862745],[31.3725490196078,22.5490196078431,17.6470588235294],[50,39.2156862745098,35.2941176470588],[26.4705882352941,15.6862745098039,9.80392156862745],[38.2352941176471,25.4901960784314,16.6666666666667],[35.2941176470588,22.5490196078431,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[41.1764705882353,27.4509803921569,16.6666666666667],[36.2745098039216,22.5490196078431,11.7647058823529],[23.5294117647059,7.84313725490196,0],[22.5490196078431,4.90196078431373,0],[52.9411764705882,34.3137254901961,20.5882352941176],[79.4117647058823,58.8235294117647,42.156862745098],[81.3725490196078,54.9019607843137,36.2745098039216],[93.1372549019608,55.8823529411765,33.3333333333333],[83.3333333333333,39.2156862745098,10.7843137254902],[125.490196078431,80.3921568627451,45.0980392156863],[149.019607843137,102.941176470588,59.8039215686275],[117.647058823529,70.5882352941177,22.5490196078431],[147.058823529412,100.980392156863,50],[183.333333333333,137.254901960784,86.2745098039216],[120.588235294118,73.5294117647059,25.4901960784314],[91.1764705882353,44.1176470588235,0],[126.470588235294,75.4901960784314,36.2745098039216],[130.392156862745,79.4117647058823,41.1764705882353],[147.058823529412,96.078431372549,57.843137254902],[169.607843137255,119.607843137255,77.4509803921569],[126.470588235294,73.5294117647059,28.4313725490196],[144.117647058824,88.2352941176471,36.2745098039216],[156.862745098039,100.980392156863,49.0196078431373],[144.117647058824,88.2352941176471,44.1176470588235],[204.901960784314,158.823529411765,115.686274509804],[181.372549019608,150,101.960784313725],[93.1372549019608,73.5294117647059,23.5294117647059],[143.137254901961,131.372549019608,84.3137254901961],[166.666666666667,164.705882352941,116.666666666667],[135.294117647059,142.156862745098,91.1764705882353],[138.235294117647,150,100.980392156863],[123.529411764706,136.274509803922,91.1764705882353],[125.490196078431,140.196078431373,100],[100.980392156863,115.686274509804,83.3333333333333],[92.156862745098,110.78431372549,81.3725490196078],[31.3725490196078,56.8627450980392,20.5882352941176],[82.3529411764706,112.745098039216,72.5490196078431],[189.21568627451,216.666666666667,176.470588235294],[149.019607843137,177.450980392157,147.058823529412],[28.4313725490196,54.9019607843137,48.0392156862745],[30.3921568627451,57.843137254902,60.7843137254902],[46.078431372549,74.5098039215686,72.5490196078431],[40.1960784313726,68.6274509803922,63.7254901960784],[26.4705882352941,55.8823529411765,46.078431372549],[36.2745098039216,65.6862745098039,55.8823529411765],[41.1764705882353,70.5882352941177,60.7843137254902],[44.1176470588235,72.5490196078431,67.6470588235294],[28.4313725490196,55.8823529411765,56.8627450980392],[43.1372549019608,70.5882352941177,74.5098039215686],[26.4705882352941,52.9411764705882,59.8039215686275],[53.921568627451,81.3725490196078,85.2941176470588],[48.0392156862745,73.5294117647059,70.5882352941177],[41.1764705882353,66.6666666666667,53.921568627451],[39.2156862745098,66.6666666666667,44.1176470588235],[97.0588235294118,125.490196078431,98.0392156862745],[182.352941176471,209.803921568627,185.294117647059],[101.960784313725,131.372549019608,107.843137254902],[30.3921568627451,62.7450980392157,42.156862745098],[50,87.2549019607843,66.6666666666667],[75.4901960784314,116.666666666667,97.0588235294118],[122.549019607843,164.705882352941,145.098039215686],[88.2352941176471,129.411764705882,107.843137254902],[197.058823529412,236.274509803922,210.78431372549],[116.666666666667,151.960784313725,124.509803921569],[54.9019607843137,87.2549019607843,58.8235294117647],[175.490196078431,203.921568627451,174.509803921569],[194.117647058824,222.549019607843,195.098039215686],[117.647058823529,145.098039215686,120.588235294118],[97.0588235294118,125.490196078431,103.921568627451],[33.3333333333333,63.7254901960784,46.078431372549],[47.0588235294118,80.3921568627451,64.7058823529412],[44.1176470588235,83.3333333333333,72.5490196078431],[51.9607843137255,92.156862745098,78.4313725490196],[59.8039215686275,100.980392156863,79.4117647058823],[62.7450980392157,101.960784313725,75.4901960784314],[154.901960784314,191.176470588235,160.78431372549],[124.509803921569,159.803921568627,124.509803921569],[134.313725490196,165.686274509804,127.450980392157],[106.862745098039,137.254901960784,94.1176470588235],[132.352941176471,159.803921568627,111.764705882353],[169.607843137255,194.117647058824,140.196078431373],[152.941176470588,173.529411764706,117.647058823529],[176.470588235294,196.078431372549,138.235294117647],[226.470588235294,243.137254901961,189.21568627451],[197.058823529412,211.764705882353,157.843137254902],[138.235294117647,150.980392156863,98.0392156862745],[162.745098039216,175.490196078431,120.588235294118],[191.176470588235,204.901960784314,145.098039215686],[142.156862745098,153.921568627451,91.1764705882353],[170.588235294118,181.372549019608,116.666666666667],[148.039215686275,153.921568627451,93.1372549019608],[126.470588235294,129.411764705882,77.4509803921569],[115.686274509804,114.705882352941,71.5686274509804],[78.4313725490196,76.4705882352941,38.2352941176471],[41.1764705882353,41.1764705882353,3.92156862745098],[105.882352941176,108.823529411765,64.7058823529412],[101.960784313725,104.901960784314,58.8235294117647],[66.6666666666667,69.6078431372549,25.4901960784314],[57.843137254902,58.8235294117647,15.6862745098039],[54.9019607843137,51.9607843137255,11.7647058823529],[83.3333333333333,78.4313725490196,37.2549019607843],[144.117647058824,136.274509803922,88.2352941176471],[140.196078431373,128.43137254902,77.4509803921569],[87.2549019607843,75.4901960784314,26.4705882352941],[65.6862745098039,53.921568627451,6.86274509803922],[110.78431372549,102.941176470588,57.843137254902],[121.56862745098,114.705882352941,69.6078431372549],[123.529411764706,117.647058823529,66.6666666666667],[101.960784313725,97.0588235294118,40.1960784313726],[78.4313725490196,74.5098039215686,14.7058823529412],[119.607843137255,110.78431372549,54.9019607843137],[95.0980392156863,83.3333333333333,36.2745098039216],[85.2941176470588,67.6470588235294,30.3921568627451],[95.0980392156863,74.5098039215686,44.1176470588235],[64.7058823529412,43.1372549019608,19.6078431372549],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,8.82352941176471],[21.5686274509804,2.94117647058824,6.86274509803922],[18.6274509803922,1.96078431372549,11.7647058823529],[13.7254901960784,0.980392156862745,7.84313725490196],[8.82352941176471,0,2.94117647058824],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,11.7647058823529],[7.84313725490196,5.88235294117647,6.86274509803922],[131.372549019608,129.411764705882,130.392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,2.94117647058824],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[24.5098039215686,22.5490196078431,23.5294117647059],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[18.6274509803922,13.7254901960784,10.7843137254902],[19.6078431372549,14.7058823529412,11.7647058823529],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,6.86274509803922,4.90196078431373],[12.7450980392157,2.94117647058824,1.96078431372549],[21.5686274509804,9.80392156862745,9.80392156862745],[41.1764705882353,25.4901960784314,26.4705882352941],[67.6470588235294,50,48.0392156862745],[21.5686274509804,2.94117647058824,0],[66.6666666666667,48.0392156862745,34.3137254901961],[63.7254901960784,45.0980392156863,28.4313725490196],[60.7843137254902,42.156862745098,27.4509803921569],[52.9411764705882,35.2941176470588,21.5686274509804],[43.1372549019608,25.4901960784314,15.6862745098039],[31.3725490196078,12.7450980392157,5.88235294117647],[29.4117647058824,9.80392156862745,2.94117647058824],[36.2745098039216,16.6666666666667,5.88235294117647],[50,29.4117647058824,12.7450980392157],[65.6862745098039,40.1960784313726,17.6470588235294],[121.56862745098,87.2549019607843,59.8039215686275],[119.607843137255,77.4509803921569,44.1176470588235],[142.156862745098,93.1372549019608,56.8627450980392],[168.627450980392,114.705882352941,74.5098039215686],[125.490196078431,65.6862745098039,22.5490196078431],[172.549019607843,114.705882352941,71.5686274509804],[164.705882352941,111.764705882353,66.6666666666667],[97.0588235294118,50.9803921568627,5.88235294117647],[80.3921568627451,43.1372549019608,0],[82.3529411764706,50,5.88235294117647],[104.901960784314,74.5098039215686,31.3725490196078],[143.137254901961,110.78431372549,66.6666666666667],[174.509803921569,134.313725490196,89.2156862745098],[182.352941176471,133.333333333333,85.2941176470588],[167.647058823529,106.862745098039,56.8627450980392],[162.745098039216,100.980392156863,49.0196078431373],[158.823529411765,103.921568627451,53.921568627451],[176.470588235294,134.313725490196,82.3529411764706],[193.137254901961,167.647058823529,111.764705882353],[91.1764705882353,71.5686274509804,21.5686274509804],[73.5294117647059,51.9607843137255,13.7254901960784],[109.803921568627,94.1176470588235,58.8235294117647],[121.56862745098,117.647058823529,70.5882352941177],[126.470588235294,130.392156862745,80.3921568627451],[123.529411764706,137.254901960784,89.2156862745098],[150.980392156863,171.56862745098,133.333333333333],[107.843137254902,129.411764705882,106.862745098039],[84.3137254901961,112.745098039216,93.1372549019608],[66.6666666666667,106.862745098039,77.4509803921569],[106.862745098039,143.137254901961,112.745098039216],[104.901960784314,127.450980392157,101.960784313725],[120.588235294118,137.254901960784,118.627450980392],[59.8039215686275,85.2941176470588,74.5098039215686],[37.2549019607843,67.6470588235294,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[39.2156862745098,66.6666666666667,67.6470588235294],[34.3137254901961,63.7254901960784,63.7254901960784],[35.2941176470588,65.6862745098039,60.7843137254902],[46.078431372549,78.4313725490196,69.6078431372549],[43.1372549019608,75.4901960784314,66.6666666666667],[50.9803921568627,85.2941176470588,78.4313725490196],[38.2352941176471,73.5294117647059,69.6078431372549],[43.1372549019608,76.4705882352941,78.4313725490196],[77.4509803921569,107.843137254902,110.78431372549],[74.5098039215686,103.921568627451,101.960784313725],[46.078431372549,75.4901960784314,63.7254901960784],[60.7843137254902,88.2352941176471,65.6862745098039],[97.0588235294118,126.470588235294,99.0196078431373],[157.843137254902,191.176470588235,164.705882352941],[166.666666666667,200.980392156863,177.450980392157],[32.3529411764706,66.6666666666667,47.0588235294118],[46.078431372549,82.3529411764706,65.6862745098039],[29.4117647058824,66.6666666666667,53.921568627451],[116.666666666667,156.862745098039,143.137254901961],[181.372549019608,219.607843137255,201.960784313725],[131.372549019608,169.607843137255,149.019607843137],[42.156862745098,80.3921568627451,53.921568627451],[105.882352941176,142.156862745098,109.803921568627],[148.039215686275,182.352941176471,150],[196.078431372549,228.43137254902,198.039215686275],[106.862745098039,139.21568627451,112.745098039216],[75.4901960784314,106.862745098039,86.2745098039216],[49.0196078431373,79.4117647058823,64.7058823529412],[96.078431372549,125.490196078431,113.725490196078],[96.078431372549,122.549019607843,113.725490196078],[75.4901960784314,103.921568627451,86.2745098039216],[52.9411764705882,83.3333333333333,51.9607843137255],[38.2352941176471,69.6078431372549,29.4117647058824],[92.156862745098,123.529411764706,83.3333333333333],[109.803921568627,140.196078431373,100],[81.3725490196078,111.764705882353,71.5686274509804],[87.2549019607843,115.686274509804,72.5490196078431],[105.882352941176,134.313725490196,81.3725490196078],[123.529411764706,151.960784313725,89.2156862745098],[109.803921568627,136.274509803922,68.6274509803922],[121.56862745098,146.078431372549,79.4117647058823],[152.941176470588,174.509803921569,113.725490196078],[189.21568627451,209.803921568627,154.901960784314],[134.313725490196,151.960784313725,102.941176470588],[159.803921568627,175.490196078431,127.450980392157],[99.0196078431373,111.764705882353,59.8039215686275],[41.1764705882353,50.9803921568627,0],[67.6470588235294,76.4705882352941,24.5098039215686],[94.1176470588235,102.941176470588,50.9803921568627],[194.117647058824,200,152.941176470588],[135.294117647059,138.235294117647,94.1176470588235],[81.3725490196078,84.3137254901961,42.156862745098],[126.470588235294,127.450980392157,86.2745098039216],[182.352941176471,183.333333333333,140.196078431373],[117.647058823529,118.627450980392,75.4901960784314],[66.6666666666667,67.6470588235294,24.5098039215686],[31.3725490196078,30.3921568627451,0],[96.078431372549,95.0980392156863,51.9607843137255],[109.803921568627,106.862745098039,64.7058823529412],[90.1960784313725,87.2549019607843,43.1372549019608],[116.666666666667,112.745098039216,65.6862745098039],[103.921568627451,98.0392156862745,47.0588235294118],[68.6274509803922,63.7254901960784,9.80392156862745],[30.3921568627451,27.4509803921569,0],[97.0588235294118,95.0980392156863,45.0980392156863],[84.3137254901961,83.3333333333333,28.4313725490196],[95.0980392156863,93.1372549019608,35.2941176470588],[109.803921568627,103.921568627451,43.1372549019608],[177.450980392157,166.666666666667,105.882352941176],[139.21568627451,120.588235294118,62.7450980392157],[124.509803921569,102.941176470588,47.0588235294118],[105.882352941176,80.3921568627451,32.3529411764706],[92.156862745098,64.7058823529412,26.4705882352941],[93.1372549019608,67.6470588235294,43.1372549019608],[71.5686274509804,49.0196078431373,35.2941176470588],[38.2352941176471,17.6470588235294,16.6666666666667],[56.8627450980392,41.1764705882353,44.1176470588235],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,6.86274509803922,6.86274509803922],[31.3725490196078,25.4901960784314,25.4901960784314],[3.92156862745098,0,0],[29.4117647058824,25.4901960784314,26.4705882352941],[198.039215686275,194.117647058824,195.098039215686],[27.4509803921569,22.5490196078431,26.4705882352941],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[9.80392156862745,3.92156862745098,7.84313725490196],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549]],[[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[10.7843137254902,6.86274509803922,3.92156862745098],[14.7058823529412,10.7843137254902,7.84313725490196],[12.7450980392157,8.82352941176471,5.88235294117647],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,0.980392156862745,0],[23.5294117647059,18.6274509803922,14.7058823529412],[44.1176470588235,39.2156862745098,35.2941176470588],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[15.6862745098039,9.80392156862745,11.7647058823529],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[39.2156862745098,33.3333333333333,35.2941176470588],[85.2941176470588,77.4509803921569,74.5098039215686],[6.86274509803922,0,0],[9.80392156862745,0,0],[35.2941176470588,17.6470588235294,17.6470588235294],[42.156862745098,21.5686274509804,18.6274509803922],[28.4313725490196,6.86274509803922,0],[64.7058823529412,44.1176470588235,25.4901960784314],[97.0588235294118,75.4901960784314,52.9411764705882],[74.5098039215686,54.9019607843137,31.3725490196078],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,4.90196078431373],[16.6666666666667,0,0],[43.1372549019608,23.5294117647059,14.7058823529412],[57.843137254902,39.2156862745098,25.4901960784314],[52.9411764705882,32.3529411764706,11.7647058823529],[94.1176470588235,68.6274509803922,42.156862745098],[111.764705882353,79.4117647058823,45.0980392156863],[116.666666666667,75.4901960784314,38.2352941176471],[128.43137254902,77.4509803921569,38.2352941176471],[180.392156862745,122.549019607843,81.3725490196078],[150.980392156863,87.2549019607843,46.078431372549],[190.196078431373,128.43137254902,85.2941176470588],[177.450980392157,121.56862745098,77.4509803921569],[108.823529411765,62.7450980392157,17.6470588235294],[102.941176470588,71.5686274509804,23.5294117647059],[209.803921568627,187.254901960784,138.235294117647],[113.725490196078,92.156862745098,44.1176470588235],[109.803921568627,84.3137254901961,36.2745098039216],[147.058823529412,111.764705882353,62.7450980392157],[189.21568627451,143.137254901961,92.156862745098],[200.980392156863,140.196078431373,90.1960784313725],[204.901960784314,143.137254901961,91.1764705882353],[206.862745098039,155.882352941176,100],[177.450980392157,139.21568627451,81.3725490196078],[158.823529411765,139.21568627451,81.3725490196078],[138.235294117647,122.549019607843,72.5490196078431],[90.1960784313725,66.6666666666667,33.3333333333333],[95.0980392156863,75.4901960784314,43.1372549019608],[118.627450980392,110.78431372549,65.6862745098039],[140.196078431373,144.117647058824,94.1176470588235],[123.529411764706,137.254901960784,89.2156862745098],[104.901960784314,126.470588235294,89.2156862745098],[173.529411764706,198.039215686275,179.411764705882],[138.235294117647,169.607843137255,156.862745098039],[49.0196078431373,92.156862745098,69.6078431372549],[17.6470588235294,56.8627450980392,31.3725490196078],[51.9607843137255,68.6274509803922,50.9803921568627],[50.9803921568627,62.7450980392157,49.0196078431373],[49.0196078431373,74.5098039215686,61.7647058823529],[40.1960784313726,70.5882352941177,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[36.2745098039216,63.7254901960784,67.6470588235294],[36.2745098039216,64.7058823529412,68.6274509803922],[34.3137254901961,65.6862745098039,64.7058823529412],[50.9803921568627,86.2745098039216,76.4705882352941],[63.7254901960784,100.980392156863,88.2352941176471],[50,89.2156862745098,78.4313725490196],[37.2549019607843,77.4509803921569,69.6078431372549],[62.7450980392157,100.980392156863,100],[71.5686274509804,106.862745098039,106.862745098039],[61.7647058823529,93.1372549019608,90.1960784313725],[78.4313725490196,107.843137254902,98.0392156862745],[65.6862745098039,95.0980392156863,71.5686274509804],[88.2352941176471,118.627450980392,88.2352941176471],[119.607843137255,155.882352941176,125.490196078431],[127.450980392157,165.686274509804,139.21568627451],[121.56862745098,158.823529411765,138.235294117647],[27.4509803921569,64.7058823529412,50],[29.4117647058824,66.6666666666667,55.8823529411765],[52.9411764705882,92.156862745098,81.3725490196078],[151.960784313725,192.156862745098,178.43137254902],[41.1764705882353,79.4117647058823,60.7843137254902],[31.3725490196078,70.5882352941177,44.1176470588235],[114.705882352941,153.921568627451,120.588235294118],[125.490196078431,161.764705882353,128.43137254902],[197.058823529412,231.372549019608,199.019607843137],[100,132.352941176471,103.921568627451],[65.6862745098039,94.1176470588235,72.5490196078431],[72.5490196078431,100,85.2941176470588],[88.2352941176471,113.725490196078,102.941176470588],[94.1176470588235,117.647058823529,104.901960784314],[61.7647058823529,86.2745098039216,64.7058823529412],[40.1960784313726,67.6470588235294,28.4313725490196],[58.8235294117647,87.2549019607843,42.156862745098],[79.4117647058823,107.843137254902,64.7058823529412],[100.980392156863,131.372549019608,91.1764705882353],[84.3137254901961,113.725490196078,78.4313725490196],[89.2156862745098,116.666666666667,76.4705882352941],[92.156862745098,121.56862745098,68.6274509803922],[145.098039215686,174.509803921569,111.764705882353],[198.039215686275,228.43137254902,159.803921568627],[157.843137254902,187.254901960784,118.627450980392],[168.627450980392,194.117647058824,134.313725490196],[110.78431372549,135.294117647059,81.3725490196078],[128.43137254902,151.960784313725,100.980392156863],[105.882352941176,125.490196078431,77.4509803921569],[88.2352941176471,100.980392156863,55.8823529411765],[75.4901960784314,87.2549019607843,42.156862745098],[63.7254901960784,75.4901960784314,30.3921568627451],[68.6274509803922,77.4509803921569,33.3333333333333],[172.549019607843,179.411764705882,136.274509803922],[178.43137254902,185.294117647059,142.156862745098],[159.803921568627,165.686274509804,122.549019607843],[99.0196078431373,101.960784313725,57.843137254902],[131.372549019608,134.313725490196,90.1960784313725],[96.078431372549,97.0588235294118,53.921568627451],[93.1372549019608,94.1176470588235,50.9803921568627],[80.3921568627451,79.4117647058823,36.2745098039216],[70.5882352941177,69.6078431372549,26.4705882352941],[30.3921568627451,29.4117647058824,0],[66.6666666666667,65.6862745098039,22.5490196078431],[89.2156862745098,87.2549019607843,40.1960784313726],[97.0588235294118,94.1176470588235,40.1960784313726],[135.294117647059,133.333333333333,77.4509803921569],[63.7254901960784,62.7450980392157,7.84313725490196],[89.2156862745098,88.2352941176471,33.3333333333333],[128.43137254902,127.450980392157,72.5490196078431],[108.823529411765,106.862745098039,50.9803921568627],[103.921568627451,95.0980392156863,37.2549019607843],[137.254901960784,126.470588235294,65.6862745098039],[121.56862745098,101.960784313725,40.1960784313726],[148.039215686275,124.509803921569,63.7254901960784],[139.21568627451,112.745098039216,58.8235294117647],[127.450980392157,99.0196078431373,55.8823529411765],[100.980392156863,74.5098039215686,45.0980392156863],[74.5098039215686,51.9607843137255,34.3137254901961],[42.156862745098,21.5686274509804,16.6666666666667],[33.3333333333333,17.6470588235294,17.6470588235294],[12.7450980392157,4.90196078431373,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[27.4509803921569,21.5686274509804,21.5686274509804],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,13.7254901960784],[9.80392156862745,3.92156862745098,7.84313725490196],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[9.80392156862745,7.84313725490196,10.7843137254902]],[[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[11.7647058823529,6.86274509803922,3.92156862745098],[27.4509803921569,22.5490196078431,18.6274509803922],[17.6470588235294,10.7843137254902,4.90196078431373],[35.2941176470588,28.4313725490196,22.5490196078431],[50,43.1372549019608,37.2549019607843],[15.6862745098039,6.86274509803922,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[15.6862745098039,5.88235294117647,3.92156862745098],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,17.6470588235294,21.5686274509804],[26.4705882352941,16.6666666666667,15.6862745098039],[23.5294117647059,16.6666666666667,6.86274509803922],[33.3333333333333,25.4901960784314,14.7058823529412],[17.6470588235294,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[41.1764705882353,23.5294117647059,13.7254901960784],[51.9607843137255,31.3725490196078,14.7058823529412],[39.2156862745098,19.6078431372549,0],[71.5686274509804,52.9411764705882,23.5294117647059],[74.5098039215686,55.8823529411765,26.4705882352941],[78.4313725490196,58.8235294117647,34.3137254901961],[42.156862745098,24.5098039215686,4.90196078431373],[51.9607843137255,33.3333333333333,18.6274509803922],[73.5294117647059,51.9607843137255,38.2352941176471],[57.843137254902,37.2549019607843,18.6274509803922],[78.4313725490196,57.843137254902,31.3725490196078],[112.745098039216,89.2156862745098,55.8823529411765],[99.0196078431373,65.6862745098039,28.4313725490196],[86.2745098039216,44.1176470588235,2.94117647058824],[87.2549019607843,37.2549019607843,0],[188.235294117647,132.352941176471,88.2352941176471],[183.333333333333,121.56862745098,78.4313725490196],[176.470588235294,116.666666666667,70.5882352941177],[166.666666666667,113.725490196078,67.6470588235294],[134.313725490196,89.2156862745098,41.1764705882353],[139.21568627451,103.921568627451,54.9019607843137],[250,237.254901960784,188.235294117647],[166.666666666667,139.21568627451,90.1960784313725],[125.490196078431,96.078431372549,45.0980392156863],[116.666666666667,80.3921568627451,28.4313725490196],[142.156862745098,96.078431372549,43.1372549019608],[181.372549019608,125.490196078431,71.5686274509804],[192.156862745098,137.254901960784,81.3725490196078],[229.411764705882,185.294117647059,127.450980392157],[208.823529411765,177.450980392157,121.56862745098],[110.78431372549,94.1176470588235,39.2156862745098],[130.392156862745,118.627450980392,69.6078431372549],[102.941176470588,85.2941176470588,50],[77.4509803921569,61.7647058823529,28.4313725490196],[122.549019607843,118.627450980392,74.5098039215686],[123.529411764706,129.411764705882,84.3137254901961],[88.2352941176471,102.941176470588,60.7843137254902],[174.509803921569,196.078431372549,160.78431372549],[96.078431372549,120.588235294118,101.960784313725],[62.7450980392157,93.1372549019608,78.4313725490196],[155.882352941176,197.058823529412,177.450980392157],[78.4313725490196,112.745098039216,93.1372549019608],[48.0392156862745,64.7058823529412,49.0196078431373],[48.0392156862745,59.8039215686275,46.078431372549],[56.8627450980392,82.3529411764706,69.6078431372549],[42.156862745098,72.5490196078431,64.7058823529412],[54.9019607843137,83.3333333333333,81.3725490196078],[68.6274509803922,96.078431372549,99.0196078431373],[35.2941176470588,64.7058823529412,66.6666666666667],[29.4117647058824,58.8235294117647,58.8235294117647],[61.7647058823529,94.1176470588235,85.2941176470588],[52.9411764705882,90.1960784313725,77.4509803921569],[46.078431372549,85.2941176470588,74.5098039215686],[47.0588235294118,86.2745098039216,78.4313725490196],[52.9411764705882,91.1764705882353,90.1960784313725],[63.7254901960784,99.0196078431373,99.0196078431373],[65.6862745098039,97.0588235294118,94.1176470588235],[67.6470588235294,97.0588235294118,85.2941176470588],[64.7058823529412,94.1176470588235,70.5882352941177],[114.705882352941,145.098039215686,114.705882352941],[127.450980392157,163.725490196078,131.372549019608],[112.745098039216,152.941176470588,123.529411764706],[186.274509803922,225.490196078431,201.960784313725],[128.43137254902,168.627450980392,150.980392156863],[45.0980392156863,85.2941176470588,71.5686274509804],[22.5490196078431,61.7647058823529,50.9803921568627],[74.5098039215686,114.705882352941,100.980392156863],[94.1176470588235,135.294117647059,115.686274509804],[54.9019607843137,94.1176470588235,68.6274509803922],[138.235294117647,176.470588235294,146.078431372549],[158.823529411765,193.137254901961,160.78431372549],[183.333333333333,216.666666666667,184.313725490196],[130.392156862745,158.823529411765,131.372549019608],[56.8627450980392,81.3725490196078,59.8039215686275],[43.1372549019608,63.7254901960784,49.0196078431373],[63.7254901960784,84.3137254901961,69.6078431372549],[108.823529411765,133.333333333333,114.705882352941],[96.078431372549,124.509803921569,97.0588235294118],[69.6078431372549,100,59.8039215686275],[86.2745098039216,116.666666666667,75.4901960784314],[139.21568627451,168.627450980392,131.372549019608],[88.2352941176471,117.647058823529,84.3137254901961],[110.78431372549,139.21568627451,109.803921568627],[103.921568627451,133.333333333333,100],[157.843137254902,189.21568627451,143.137254901961],[155.882352941176,186.274509803922,130.392156862745],[157.843137254902,189.21568627451,127.450980392157],[136.274509803922,165.686274509804,104.901960784314],[139.21568627451,167.647058823529,112.745098039216],[141.176470588235,167.647058823529,115.686274509804],[170.588235294118,197.058823529412,143.137254901961],[141.176470588235,163.725490196078,112.745098039216],[59.8039215686275,76.4705882352941,32.3529411764706],[100,114.705882352941,72.5490196078431],[92.156862745098,104.901960784314,62.7450980392157],[54.9019607843137,67.6470588235294,25.4901960784314],[68.6274509803922,79.4117647058823,37.2549019607843],[52.9411764705882,63.7254901960784,21.5686274509804],[97.0588235294118,105.882352941176,63.7254901960784],[72.5490196078431,79.4117647058823,36.2745098039216],[82.3529411764706,88.2352941176471,45.0980392156863],[121.56862745098,124.509803921569,82.3529411764706],[139.21568627451,140.196078431373,97.0588235294118],[65.6862745098039,66.6666666666667,23.5294117647059],[53.921568627451,52.9411764705882,9.80392156862745],[54.9019607843137,53.921568627451,10.7843137254902],[107.843137254902,106.862745098039,61.7647058823529],[90.1960784313725,88.2352941176471,40.1960784313726],[159.803921568627,154.901960784314,100],[175.490196078431,170.588235294118,113.725490196078],[128.43137254902,126.470588235294,70.5882352941177],[119.607843137255,116.666666666667,64.7058823529412],[123.529411764706,120.588235294118,68.6274509803922],[140.196078431373,134.313725490196,83.3333333333333],[153.921568627451,147.058823529412,93.1372549019608],[81.3725490196078,68.6274509803922,14.7058823529412],[66.6666666666667,50.9803921568627,0],[106.862745098039,86.2745098039216,30.3921568627451],[136.274509803922,113.725490196078,62.7450980392157],[163.725490196078,141.176470588235,98.0392156862745],[103.921568627451,83.3333333333333,52.9411764705882],[33.3333333333333,16.6666666666667,0],[19.6078431372549,5.88235294117647,0],[35.2941176470588,24.5098039215686,20.5882352941176],[17.6470588235294,9.80392156862745,6.86274509803922],[3.92156862745098,0,0],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,20.5882352941176,20.5882352941176],[40.1960784313726,31.3725490196078,32.3529411764706],[20.5882352941176,11.7647058823529,14.7058823529412],[32.3529411764706,23.5294117647059,26.4705882352941],[12.7450980392157,3.92156862745098,8.82352941176471],[16.6666666666667,7.84313725490196,12.7450980392157],[9.80392156862745,0.980392156862745,5.88235294117647],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[5.88235294117647,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[31.3725490196078,22.5490196078431,17.6470588235294],[33.3333333333333,24.5098039215686,17.6470588235294],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[11.7647058823529,0,0],[15.6862745098039,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[20.5882352941176,7.84313725490196,1.96078431372549],[14.7058823529412,0.980392156862745,0],[21.5686274509804,7.84313725490196,6.86274509803922],[36.2745098039216,22.5490196078431,21.5686274509804],[20.5882352941176,6.86274509803922,3.92156862745098],[32.3529411764706,24.5098039215686,11.7647058823529],[35.2941176470588,28.4313725490196,12.7450980392157],[39.2156862745098,29.4117647058824,19.6078431372549],[91.1764705882353,77.4509803921569,68.6274509803922],[110.78431372549,93.1372549019608,81.3725490196078],[46.078431372549,28.4313725490196,8.82352941176471],[39.2156862745098,22.5490196078431,0],[50.9803921568627,32.3529411764706,0.980392156862745],[78.4313725490196,59.8039215686275,28.4313725490196],[83.3333333333333,64.7058823529412,35.2941176470588],[78.4313725490196,58.8235294117647,35.2941176470588],[97.0588235294118,76.4705882352941,57.843137254902],[65.6862745098039,45.0980392156863,26.4705882352941],[34.3137254901961,14.7058823529412,0],[100.980392156863,80.3921568627451,50],[162.745098039216,137.254901960784,100.980392156863],[128.43137254902,94.1176470588235,52.9411764705882],[144.117647058824,101.960784313725,57.843137254902],[137.254901960784,87.2549019607843,41.1764705882353],[183.333333333333,131.372549019608,82.3529411764706],[180.392156862745,123.529411764706,74.5098039215686],[155.882352941176,100,48.0392156862745],[163.725490196078,111.764705882353,60.7843137254902],[122.549019607843,76.4705882352941,25.4901960784314],[116.666666666667,77.4509803921569,26.4705882352941],[94.1176470588235,58.8235294117647,7.84313725490196],[159.803921568627,129.411764705882,76.4705882352941],[164.705882352941,132.352941176471,80.3921568627451],[152.941176470588,114.705882352941,60.7843137254902],[169.607843137255,125.490196078431,69.6078431372549],[185.294117647059,136.274509803922,78.4313725490196],[146.078431372549,98.0392156862745,40.1960784313726],[122.549019607843,85.2941176470588,24.5098039215686],[156.862745098039,131.372549019608,73.5294117647059],[85.2941176470588,72.5490196078431,20.5882352941176],[155.882352941176,148.039215686275,101.960784313725],[111.764705882353,98.0392156862745,59.8039215686275],[56.8627450980392,45.0980392156863,7.84313725490196],[111.764705882353,108.823529411765,66.6666666666667],[137.254901960784,144.117647058824,100.980392156863],[91.1764705882353,107.843137254902,66.6666666666667],[157.843137254902,178.43137254902,146.078431372549],[27.4509803921569,51.9607843137255,30.3921568627451],[0,10.7843137254902,0],[24.5098039215686,60.7843137254902,44.1176470588235],[28.4313725490196,60.7843137254902,44.1176470588235],[50.9803921568627,64.7058823529412,50],[50,61.7647058823529,48.0392156862745],[48.0392156862745,73.5294117647059,60.7843137254902],[28.4313725490196,58.8235294117647,50.9803921568627],[47.0588235294118,75.4901960784314,73.5294117647059],[70.5882352941177,98.0392156862745,99.0196078431373],[46.078431372549,75.4901960784314,75.4901960784314],[46.078431372549,76.4705882352941,71.5686274509804],[71.5686274509804,103.921568627451,93.1372549019608],[47.0588235294118,82.3529411764706,68.6274509803922],[51.9607843137255,89.2156862745098,76.4705882352941],[65.6862745098039,104.901960784314,96.078431372549],[58.8235294117647,97.0588235294118,94.1176470588235],[55.8823529411765,91.1764705882353,89.2156862745098],[78.4313725490196,109.803921568627,104.901960784314],[50,79.4117647058823,67.6470588235294],[64.7058823529412,94.1176470588235,70.5882352941177],[153.921568627451,186.274509803922,155.882352941176],[150.980392156863,190.196078431373,156.862745098039],[89.2156862745098,132.352941176471,100],[106.862745098039,149.019607843137,122.549019607843],[170.588235294118,212.745098039216,193.137254901961],[119.607843137255,160.78431372549,147.058823529412],[47.0588235294118,90.1960784313725,77.4509803921569],[40.1960784313726,83.3333333333333,68.6274509803922],[67.6470588235294,109.803921568627,91.1764705882353],[87.2549019607843,129.411764705882,102.941176470588],[122.549019607843,160.78431372549,130.392156862745],[167.647058823529,201.960784313725,169.607843137255],[195.098039215686,225.490196078431,194.117647058824],[137.254901960784,161.764705882353,133.333333333333],[62.7450980392157,81.3725490196078,59.8039215686275],[51.9607843137255,68.6274509803922,50.9803921568627],[88.2352941176471,106.862745098039,88.2352941176471],[86.2745098039216,111.764705882353,87.2549019607843],[71.5686274509804,101.960784313725,70.5882352941177],[113.725490196078,145.098039215686,106.862745098039],[104.901960784314,139.21568627451,100],[128.43137254902,161.764705882353,129.411764705882],[90.1960784313725,122.549019607843,96.078431372549],[134.313725490196,165.686274509804,142.156862745098],[157.843137254902,187.254901960784,159.803921568627],[130.392156862745,161.764705882353,121.56862745098],[138.235294117647,169.607843137255,121.56862745098],[134.313725490196,166.666666666667,114.705882352941],[158.823529411765,188.235294117647,137.254901960784],[137.254901960784,166.666666666667,117.647058823529],[93.1372549019608,120.588235294118,72.5490196078431],[210.78431372549,239.21568627451,184.313725490196],[151.960784313725,178.43137254902,124.509803921569],[65.6862745098039,87.2549019607843,42.156862745098],[94.1176470588235,111.764705882353,72.5490196078431],[88.2352941176471,103.921568627451,65.6862745098039],[40.1960784313726,55.8823529411765,17.6470588235294],[50,64.7058823529412,24.5098039215686],[9.80392156862745,22.5490196078431,0],[0,8.82352941176471,0],[61.7647058823529,70.5882352941177,28.4313725490196],[44.1176470588235,50.9803921568627,7.84313725490196],[87.2549019607843,93.1372549019608,50],[100,102.941176470588,58.8235294117647],[85.2941176470588,86.2745098039216,43.1372549019608],[101.960784313725,100.980392156863,55.8823529411765],[58.8235294117647,57.843137254902,12.7450980392157],[106.862745098039,105.882352941176,58.8235294117647],[81.3725490196078,79.4117647058823,29.4117647058824],[84.3137254901961,80.3921568627451,20.5882352941176],[70.5882352941177,64.7058823529412,3.92156862745098],[100.980392156863,96.078431372549,39.2156862745098],[117.647058823529,114.705882352941,60.7843137254902],[96.078431372549,93.1372549019608,43.1372549019608],[121.56862745098,115.686274509804,66.6666666666667],[48.0392156862745,41.1764705882353,0],[80.3921568627451,68.6274509803922,17.6470588235294],[128.43137254902,112.745098039216,61.7647058823529],[89.2156862745098,72.5490196078431,21.5686274509804],[99.0196078431373,79.4117647058823,30.3921568627451],[128.43137254902,109.803921568627,68.6274509803922],[89.2156862745098,74.5098039215686,42.156862745098],[13.7254901960784,1.96078431372549,0],[16.6666666666667,7.84313725490196,0],[43.1372549019608,34.3137254901961,25.4901960784314],[28.4313725490196,21.5686274509804,15.6862745098039],[8.82352941176471,3.92156862745098,0],[15.6862745098039,10.7843137254902,6.86274509803922],[11.7647058823529,6.86274509803922,3.92156862745098],[34.3137254901961,26.4705882352941,24.5098039215686],[49.0196078431373,40.1960784313726,41.1764705882353],[12.7450980392157,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,10.7843137254902,13.7254901960784],[13.7254901960784,4.90196078431373,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,3.92156862745098,0],[10.7843137254902,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[44.1176470588235,27.4509803921569,17.6470588235294],[55.8823529411765,39.2156862745098,29.4117647058824],[19.6078431372549,1.96078431372549,0],[15.6862745098039,0,0],[24.5098039215686,6.86274509803922,0],[24.5098039215686,5.88235294117647,0],[22.5490196078431,3.92156862745098,0],[18.6274509803922,0,0],[18.6274509803922,0,0],[39.2156862745098,22.5490196078431,15.6862745098039],[27.4509803921569,15.6862745098039,0],[35.2941176470588,26.4705882352941,9.80392156862745],[69.6078431372549,57.843137254902,46.078431372549],[115.686274509804,101.960784313725,93.1372549019608],[110.78431372549,95.0980392156863,82.3529411764706],[26.4705882352941,9.80392156862745,0],[73.5294117647059,56.8627450980392,31.3725490196078],[88.2352941176471,71.5686274509804,42.156862745098],[67.6470588235294,49.0196078431373,17.6470588235294],[65.6862745098039,47.0588235294118,17.6470588235294],[106.862745098039,87.2549019607843,63.7254901960784],[91.1764705882353,69.6078431372549,49.0196078431373],[60.7843137254902,39.2156862745098,18.6274509803922],[81.3725490196078,59.8039215686275,36.2745098039216],[101.960784313725,79.4117647058823,49.0196078431373],[133.333333333333,105.882352941176,67.6470588235294],[138.235294117647,101.960784313725,57.843137254902],[176.470588235294,133.333333333333,85.2941176470588],[173.529411764706,127.450980392157,76.4705882352941],[166.666666666667,116.666666666667,64.7058823529412],[170.588235294118,118.627450980392,65.6862745098039],[148.039215686275,94.1176470588235,39.2156862745098],[179.411764705882,127.450980392157,74.5098039215686],[145.098039215686,97.0588235294118,42.156862745098],[136.274509803922,92.156862745098,38.2352941176471],[151.960784313725,111.764705882353,58.8235294117647],[164.705882352941,125.490196078431,74.5098039215686],[142.156862745098,103.921568627451,50],[186.274509803922,146.078431372549,91.1764705882353],[196.078431372549,154.901960784314,98.0392156862745],[233.333333333333,190.196078431373,130.392156862745],[136.274509803922,97.0588235294118,36.2745098039216],[109.803921568627,78.4313725490196,18.6274509803922],[154.901960784314,133.333333333333,76.4705882352941],[153.921568627451,142.156862745098,91.1764705882353],[153.921568627451,147.058823529412,101.960784313725],[210.78431372549,201.960784313725,159.803921568627],[104.901960784314,97.0588235294118,58.8235294117647],[73.5294117647059,74.5098039215686,35.2941176470588],[86.2745098039216,94.1176470588235,53.921568627451],[54.9019607843137,70.5882352941177,34.3137254901961],[133.333333333333,153.921568627451,123.529411764706],[71.5686274509804,95.0980392156863,71.5686274509804],[50,78.4313725490196,60.7843137254902],[30.3921568627451,63.7254901960784,50],[30.3921568627451,57.843137254902,46.078431372549],[47.0588235294118,60.7843137254902,48.0392156862745],[58.8235294117647,72.5490196078431,57.843137254902],[53.921568627451,79.4117647058823,66.6666666666667],[45.0980392156863,75.4901960784314,67.6470588235294],[38.2352941176471,66.6666666666667,62.7450980392157],[51.9607843137255,80.3921568627451,78.4313725490196],[77.4509803921569,105.882352941176,101.960784313725],[85.2941176470588,115.686274509804,109.803921568627],[74.5098039215686,107.843137254902,94.1176470588235],[62.7450980392157,98.0392156862745,84.3137254901961],[59.8039215686275,97.0588235294118,84.3137254901961],[67.6470588235294,106.862745098039,96.078431372549],[79.4117647058823,114.705882352941,110.78431372549],[44.1176470588235,78.4313725490196,74.5098039215686],[57.843137254902,90.1960784313725,83.3333333333333],[44.1176470588235,74.5098039215686,59.8039215686275],[101.960784313725,130.392156862745,108.823529411765],[180.392156862745,212.745098039216,184.313725490196],[139.21568627451,178.43137254902,145.098039215686],[70.5882352941177,113.725490196078,81.3725490196078],[66.6666666666667,109.803921568627,83.3333333333333],[123.529411764706,167.647058823529,147.058823529412],[63.7254901960784,109.803921568627,94.1176470588235],[15.6862745098039,60.7843137254902,48.0392156862745],[18.6274509803922,64.7058823529412,49.0196078431373],[82.3529411764706,128.43137254902,108.823529411765],[132.352941176471,175.490196078431,150.980392156863],[159.803921568627,199.019607843137,172.549019607843],[128.43137254902,162.745098039216,133.333333333333],[169.607843137255,198.039215686275,168.627450980392],[121.56862745098,144.117647058824,116.666666666667],[116.666666666667,134.313725490196,110.78431372549],[78.4313725490196,91.1764705882353,73.5294117647059],[67.6470588235294,82.3529411764706,61.7647058823529],[81.3725490196078,107.843137254902,77.4509803921569],[93.1372549019608,126.470588235294,90.1960784313725],[93.1372549019608,127.450980392157,88.2352941176471],[152.941176470588,186.274509803922,151.960784313725],[95.0980392156863,126.470588235294,102.941176470588],[70.5882352941177,101.960784313725,81.3725490196078],[109.803921568627,140.196078431373,122.549019607843],[218.627450980392,250,227.450980392157],[154.901960784314,188.235294117647,153.921568627451],[152.941176470588,185.294117647059,143.137254901961],[112.745098039216,145.098039215686,102.941176470588],[50,80.3921568627451,39.2156862745098],[20.5882352941176,50.9803921568627,10.7843137254902],[41.1764705882353,69.6078431372549,24.5098039215686],[220.588235294118,250,195.098039215686],[168.627450980392,197.058823529412,142.156862745098],[158.823529411765,183.333333333333,142.156862745098],[132.352941176471,153.921568627451,118.627450980392],[68.6274509803922,88.2352941176471,51.9607843137255],[50,69.6078431372549,33.3333333333333],[23.5294117647059,41.1764705882353,3.92156862745098],[16.6666666666667,32.3529411764706,0],[83.3333333333333,98.0392156862745,57.843137254902],[84.3137254901961,97.0588235294118,54.9019607843137],[44.1176470588235,52.9411764705882,10.7843137254902],[55.8823529411765,62.7450980392157,19.6078431372549],[80.3921568627451,83.3333333333333,39.2156862745098],[68.6274509803922,70.5882352941177,24.5098039215686],[83.3333333333333,82.3529411764706,35.2941176470588],[64.7058823529412,63.7254901960784,16.6666666666667],[108.823529411765,106.862745098039,58.8235294117647],[107.843137254902,104.901960784314,52.9411764705882],[82.3529411764706,76.4705882352941,15.6862745098039],[103.921568627451,99.0196078431373,36.2745098039216],[146.078431372549,142.156862745098,82.3529411764706],[97.0588235294118,92.156862745098,38.2352941176471],[129.411764705882,123.529411764706,74.5098039215686],[103.921568627451,98.0392156862745,50.9803921568627],[67.6470588235294,59.8039215686275,11.7647058823529],[104.901960784314,95.0980392156863,47.0588235294118],[106.862745098039,95.0980392156863,46.078431372549],[45.0980392156863,31.3725490196078,0],[64.7058823529412,50.9803921568627,4.90196078431373],[69.6078431372549,56.8627450980392,15.6862745098039],[59.8039215686275,49.0196078431373,17.6470588235294],[11.7647058823529,4.90196078431373,0],[15.6862745098039,10.7843137254902,0],[12.7450980392157,8.82352941176471,0],[22.5490196078431,15.6862745098039,7.84313725490196],[32.3529411764706,25.4901960784314,19.6078431372549],[16.6666666666667,9.80392156862745,3.92156862745098],[8.82352941176471,0.980392156862745,0],[21.5686274509804,11.7647058823529,9.80392156862745],[43.1372549019608,33.3333333333333,32.3529411764706],[13.7254901960784,3.92156862745098,2.94117647058824],[19.6078431372549,9.80392156862745,10.7843137254902],[18.6274509803922,8.82352941176471,9.80392156862745],[15.6862745098039,4.90196078431373,8.82352941176471],[14.7058823529412,5.88235294117647,8.82352941176471],[13.7254901960784,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[205.882352941176,203.921568627451,204.901960784314],[105.882352941176,103.921568627451,104.901960784314],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[36.2745098039216,22.5490196078431,21.5686274509804],[29.4117647058824,14.7058823529412,11.7647058823529],[18.6274509803922,0.980392156862745,0],[29.4117647058824,12.7450980392157,5.88235294117647],[17.6470588235294,0,0],[44.1176470588235,24.5098039215686,13.7254901960784],[58.8235294117647,40.1960784313726,26.4705882352941],[75.4901960784314,53.921568627451,41.1764705882353],[84.3137254901961,62.7450980392157,50],[27.4509803921569,5.88235294117647,0],[33.3333333333333,11.7647058823529,0],[47.0588235294118,25.4901960784314,12.7450980392157],[25.4901960784314,3.92156862745098,0],[16.6666666666667,0,0],[16.6666666666667,0,0],[36.2745098039216,16.6666666666667,5.88235294117647],[26.4705882352941,13.7254901960784,0],[48.0392156862745,36.2745098039216,20.5882352941176],[48.0392156862745,35.2941176470588,26.4705882352941],[19.6078431372549,6.86274509803922,0],[65.6862745098039,51.9607843137255,43.1372549019608],[40.1960784313726,24.5098039215686,11.7647058823529],[93.1372549019608,77.4509803921569,54.9019607843137],[162.745098039216,146.078431372549,120.588235294118],[85.2941176470588,65.6862745098039,39.2156862745098],[55.8823529411765,36.2745098039216,11.7647058823529],[87.2549019607843,65.6862745098039,45.0980392156863],[118.627450980392,96.078431372549,78.4313725490196],[109.803921568627,87.2549019607843,69.6078431372549],[69.6078431372549,45.0980392156863,23.5294117647059],[32.3529411764706,8.82352941176471,0],[59.8039215686275,32.3529411764706,0],[178.43137254902,141.176470588235,95.0980392156863],[191.176470588235,146.078431372549,95.0980392156863],[174.509803921569,128.43137254902,75.4901960784314],[146.078431372549,98.0392156862745,43.1372549019608],[173.529411764706,125.490196078431,68.6274509803922],[175.490196078431,125.490196078431,69.6078431372549],[194.117647058824,144.117647058824,88.2352941176471],[161.764705882353,113.725490196078,58.8235294117647],[140.196078431373,92.156862745098,37.2549019607843],[162.745098039216,116.666666666667,63.7254901960784],[180.392156862745,136.274509803922,82.3529411764706],[131.372549019608,89.2156862745098,35.2941176470588],[131.372549019608,92.156862745098,34.3137254901961],[168.627450980392,131.372549019608,70.5882352941177],[205.882352941176,168.627450980392,106.862745098039],[170.588235294118,137.254901960784,75.4901960784314],[185.294117647059,157.843137254902,96.078431372549],[141.176470588235,120.588235294118,64.7058823529412],[144.117647058824,132.352941176471,83.3333333333333],[138.235294117647,130.392156862745,85.2941176470588],[193.137254901961,185.294117647059,140.196078431373],[142.156862745098,138.235294117647,94.1176470588235],[200.980392156863,201.960784313725,162.745098039216],[104.901960784314,112.745098039216,76.4705882352941],[104.901960784314,120.588235294118,85.2941176470588],[137.254901960784,155.882352941176,126.470588235294],[54.9019607843137,77.4509803921569,50],[17.6470588235294,42.156862745098,21.5686274509804],[68.6274509803922,99.0196078431373,84.3137254901961],[87.2549019607843,112.745098039216,101.960784313725],[62.7450980392157,79.4117647058823,63.7254901960784],[39.2156862745098,55.8823529411765,40.1960784313726],[39.2156862745098,64.7058823529412,51.9607843137255],[45.0980392156863,76.4705882352941,65.6862745098039],[58.8235294117647,88.2352941176471,80.3921568627451],[50.9803921568627,79.4117647058823,74.5098039215686],[58.8235294117647,88.2352941176471,80.3921568627451],[66.6666666666667,96.078431372549,86.2745098039216],[50.9803921568627,82.3529411764706,69.6078431372549],[51.9607843137255,88.2352941176471,71.5686274509804],[76.4705882352941,113.725490196078,99.0196078431373],[60.7843137254902,100,89.2156862745098],[45.0980392156863,81.3725490196078,73.5294117647059],[38.2352941176471,72.5490196078431,65.6862745098039],[27.4509803921569,59.8039215686275,50.9803921568627],[18.6274509803922,50,35.2941176470588],[127.450980392157,155.882352941176,134.313725490196],[142.156862745098,174.509803921569,148.039215686275],[150,189.21568627451,155.882352941176],[172.549019607843,216.666666666667,184.313725490196],[49.0196078431373,94.1176470588235,66.6666666666667],[51.9607843137255,99.0196078431373,77.4509803921569],[29.4117647058824,76.4705882352941,60.7843137254902],[29.4117647058824,79.4117647058823,64.7058823529412],[27.4509803921569,77.4509803921569,62.7450980392157],[80.3921568627451,128.43137254902,109.803921568627],[167.647058823529,214.705882352941,193.137254901961],[90.1960784313725,133.333333333333,106.862745098039],[74.5098039215686,112.745098039216,84.3137254901961],[136.274509803922,168.627450980392,140.196078431373],[97.0588235294118,120.588235294118,95.0980392156863],[125.490196078431,143.137254901961,119.607843137255],[107.843137254902,120.588235294118,100.980392156863],[76.4705882352941,94.1176470588235,70.5882352941177],[97.0588235294118,126.470588235294,91.1764705882353],[74.5098039215686,108.823529411765,69.6078431372549],[158.823529411765,194.117647058824,156.862745098039],[134.313725490196,168.627450980392,137.254901960784],[79.4117647058823,111.764705882353,91.1764705882353],[61.7647058823529,94.1176470588235,77.4509803921569],[75.4901960784314,107.843137254902,91.1764705882353],[86.2745098039216,119.607843137255,96.078431372549],[106.862745098039,140.196078431373,105.882352941176],[105.882352941176,140.196078431373,100.980392156863],[69.6078431372549,100.980392156863,64.7058823529412],[71.5686274509804,102.941176470588,66.6666666666667],[135.294117647059,164.705882352941,131.372549019608],[207.843137254902,238.235294117647,198.039215686275],[223.529411764706,250,200],[200.980392156863,230.392156862745,177.450980392157],[93.1372549019608,119.607843137255,79.4117647058823],[45.0980392156863,70.5882352941177,36.2745098039216],[111.764705882353,135.294117647059,101.960784313725],[127.450980392157,149.019607843137,113.725490196078],[41.1764705882353,60.7843137254902,24.5098039215686],[73.5294117647059,91.1764705882353,53.921568627451],[107.843137254902,124.509803921569,83.3333333333333],[76.4705882352941,89.2156862745098,47.0588235294118],[83.3333333333333,95.0980392156863,50],[93.1372549019608,100.980392156863,54.9019607843137],[53.921568627451,59.8039215686275,12.7450980392157],[57.843137254902,59.8039215686275,11.7647058823529],[125.490196078431,125.490196078431,76.4705882352941],[141.176470588235,139.21568627451,89.2156862745098],[170.588235294118,169.607843137255,116.666666666667],[163.725490196078,161.764705882353,105.882352941176],[143.137254901961,138.235294117647,75.4901960784314],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,158.823529411765,97.0588235294118],[181.372549019608,176.470588235294,121.56862745098],[95.0980392156863,89.2156862745098,38.2352941176471],[94.1176470588235,88.2352941176471,39.2156862745098],[129.411764705882,121.56862745098,73.5294117647059],[143.137254901961,136.274509803922,85.2941176470588],[87.2549019607843,77.4509803921569,27.4509803921569],[54.9019607843137,43.1372549019608,0],[104.901960784314,92.156862745098,48.0392156862745],[98.0392156862745,86.2745098039216,47.0588235294118],[59.8039215686275,50.9803921568627,18.6274509803922],[11.7647058823529,5.88235294117647,0],[20.5882352941176,15.6862745098039,0],[24.5098039215686,21.5686274509804,6.86274509803922],[21.5686274509804,15.6862745098039,3.92156862745098],[13.7254901960784,6.86274509803922,0],[20.5882352941176,13.7254901960784,5.88235294117647],[22.5490196078431,15.6862745098039,7.84313725490196],[29.4117647058824,20.5882352941176,15.6862745098039],[18.6274509803922,8.82352941176471,6.86274509803922],[8.82352941176471,0,0],[22.5490196078431,12.7450980392157,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,6.86274509803922],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[21.5686274509804,19.6078431372549,20.5882352941176],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[18.6274509803922,8.82352941176471,7.84313725490196],[33.3333333333333,18.6274509803922,13.7254901960784],[22.5490196078431,3.92156862745098,0],[26.4705882352941,6.86274509803922,0],[32.3529411764706,12.7450980392157,3.92156862745098],[25.4901960784314,3.92156862745098,0],[45.0980392156863,21.5686274509804,9.80392156862745],[70.5882352941177,45.0980392156863,32.3529411764706],[74.5098039215686,47.0588235294118,33.3333333333333],[125.490196078431,99.0196078431373,82.3529411764706],[59.8039215686275,31.3725490196078,15.6862745098039],[37.2549019607843,8.82352941176471,0],[57.843137254902,30.3921568627451,16.6666666666667],[70.5882352941177,43.1372549019608,29.4117647058824],[71.5686274509804,44.1176470588235,32.3529411764706],[63.7254901960784,38.2352941176471,25.4901960784314],[49.0196078431373,27.4509803921569,14.7058823529412],[25.4901960784314,9.80392156862745,0],[56.8627450980392,45.0980392156863,31.3725490196078],[91.1764705882353,78.4313725490196,72.5490196078431],[55.8823529411765,42.156862745098,41.1764705882353],[73.5294117647059,59.8039215686275,56.8627450980392],[69.6078431372549,54.9019607843137,48.0392156862745],[78.4313725490196,62.7450980392157,48.0392156862745],[112.745098039216,96.078431372549,76.4705882352941],[66.6666666666667,49.0196078431373,27.4509803921569],[59.8039215686275,39.2156862745098,20.5882352941176],[65.6862745098039,43.1372549019608,29.4117647058824],[119.607843137255,93.1372549019608,82.3529411764706],[109.803921568627,84.3137254901961,71.5686274509804],[35.2941176470588,8.82352941176471,0],[35.2941176470588,9.80392156862745,0],[85.2941176470588,54.9019607843137,24.5098039215686],[136.274509803922,96.078431372549,52.9411764705882],[151.960784313725,106.862745098039,57.843137254902],[180.392156862745,135.294117647059,84.3137254901961],[197.058823529412,152.941176470588,99.0196078431373],[196.078431372549,151.960784313725,96.078431372549],[175.490196078431,129.411764705882,74.5098039215686],[173.529411764706,125.490196078431,70.5882352941177],[205.882352941176,155.882352941176,101.960784313725],[132.352941176471,82.3529411764706,28.4313725490196],[163.725490196078,113.725490196078,61.7647058823529],[165.686274509804,116.666666666667,64.7058823529412],[136.274509803922,90.1960784313725,37.2549019607843],[105.882352941176,66.6666666666667,8.82352941176471],[135.294117647059,100,41.1764705882353],[176.470588235294,146.078431372549,83.3333333333333],[174.509803921569,147.058823529412,85.2941176470588],[172.549019607843,147.058823529412,87.2549019607843],[142.156862745098,120.588235294118,64.7058823529412],[115.686274509804,99.0196078431373,53.921568627451],[106.862745098039,94.1176470588235,50.9803921568627],[190.196078431373,180.392156862745,132.352941176471],[202.941176470588,199.019607843137,151.960784313725],[93.1372549019608,94.1176470588235,52.9411764705882],[107.843137254902,115.686274509804,79.4117647058823],[127.450980392157,141.176470588235,108.823529411765],[147.058823529412,162.745098039216,134.313725490196],[114.705882352941,135.294117647059,104.901960784314],[1.96078431372549,25.4901960784314,0],[7.84313725490196,31.3725490196078,17.6470588235294],[61.7647058823529,85.2941176470588,72.5490196078431],[63.7254901960784,82.3529411764706,63.7254901960784],[61.7647058823529,80.3921568627451,61.7647058823529],[48.0392156862745,75.4901960784314,61.7647058823529],[31.3725490196078,62.7450980392157,51.9607843137255],[57.843137254902,87.2549019607843,77.4509803921569],[49.0196078431373,75.4901960784314,66.6666666666667],[56.8627450980392,84.3137254901961,72.5490196078431],[85.2941176470588,114.705882352941,102.941176470588],[54.9019607843137,86.2745098039216,71.5686274509804],[37.2549019607843,70.5882352941177,54.9019607843137],[58.8235294117647,94.1176470588235,80.3921568627451],[62.7450980392157,100,87.2549019607843],[34.3137254901961,71.5686274509804,60.7843137254902],[33.3333333333333,68.6274509803922,58.8235294117647],[27.4509803921569,59.8039215686275,49.0196078431373],[70.5882352941177,101.960784313725,87.2549019607843],[170.588235294118,199.019607843137,179.411764705882],[199.019607843137,230.392156862745,206.862745098039],[146.078431372549,184.313725490196,155.882352941176],[97.0588235294118,141.176470588235,112.745098039216],[51.9607843137255,96.078431372549,73.5294117647059],[47.0588235294118,93.1372549019608,75.4901960784314],[28.4313725490196,78.4313725490196,63.7254901960784],[30.3921568627451,81.3725490196078,68.6274509803922],[17.6470588235294,70.5882352941177,56.8627450980392],[32.3529411764706,84.3137254901961,68.6274509803922],[50,100,81.3725490196078],[52.9411764705882,100,78.4313725490196],[117.647058823529,159.803921568627,133.333333333333],[151.960784313725,187.254901960784,161.764705882353],[156.862745098039,186.274509803922,160.78431372549],[168.627450980392,192.156862745098,168.627450980392],[150,168.627450980392,147.058823529412],[130.392156862745,152.941176470588,127.450980392157],[131.372549019608,160.78431372549,125.490196078431],[118.627450980392,152.941176470588,113.725490196078],[117.647058823529,150.980392156863,116.666666666667],[83.3333333333333,115.686274509804,89.2156862745098],[50,80.3921568627451,62.7450980392157],[60.7843137254902,91.1764705882353,76.4705882352941],[54.9019607843137,85.2941176470588,67.6470588235294],[49.0196078431373,81.3725490196078,54.9019607843137],[93.1372549019608,126.470588235294,90.1960784313725],[139.21568627451,173.529411764706,132.352941176471],[135.294117647059,165.686274509804,132.352941176471],[194.117647058824,222.549019607843,193.137254901961],[235.294117647059,250,234.313725490196],[153.921568627451,180.392156862745,148.039215686275],[122.549019607843,150,102.941176470588],[106.862745098039,134.313725490196,86.2745098039216],[9.80392156862745,37.2549019607843,0],[0,19.6078431372549,0],[55.8823529411765,80.3921568627451,49.0196078431373],[112.745098039216,136.274509803922,102.941176470588],[82.3529411764706,103.921568627451,66.6666666666667],[88.2352941176471,108.823529411765,70.5882352941177],[75.4901960784314,92.156862745098,50.9803921568627],[77.4509803921569,93.1372549019608,49.0196078431373],[47.0588235294118,58.8235294117647,11.7647058823529],[149.019607843137,156.862745098039,108.823529411765],[89.2156862745098,93.1372549019608,43.1372549019608],[117.647058823529,120.588235294118,68.6274509803922],[153.921568627451,152.941176470588,100],[121.56862745098,118.627450980392,64.7058823529412],[191.176470588235,186.274509803922,131.372549019608],[213.725490196078,209.803921568627,150],[154.901960784314,150.980392156863,88.2352941176471],[79.4117647058823,75.4901960784314,12.7450980392157],[122.549019607843,118.627450980392,56.8627450980392],[168.627450980392,164.705882352941,104.901960784314],[79.4117647058823,74.5098039215686,19.6078431372549],[98.0392156862745,93.1372549019608,38.2352941176471],[99.0196078431373,92.156862745098,38.2352941176471],[102.941176470588,96.078431372549,42.156862745098],[126.470588235294,117.647058823529,63.7254901960784],[81.3725490196078,71.5686274509804,19.6078431372549],[85.2941176470588,75.4901960784314,27.4509803921569],[92.156862745098,80.3921568627451,39.2156862745098],[39.2156862745098,30.3921568627451,0],[13.7254901960784,6.86274509803922,0],[27.4509803921569,20.5882352941176,1.96078431372549],[39.2156862745098,32.3529411764706,16.6666666666667],[32.3529411764706,26.4705882352941,12.7450980392157],[23.5294117647059,17.6470588235294,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[20.5882352941176,11.7647058823529,2.94117647058824],[31.3725490196078,22.5490196078431,15.6862745098039],[37.2549019607843,28.4313725490196,21.5686274509804],[34.3137254901961,23.5294117647059,19.6078431372549],[25.4901960784314,14.7058823529412,12.7450980392157],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[14.7058823529412,4.90196078431373,5.88235294117647],[15.6862745098039,5.88235294117647,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[21.5686274509804,10.7843137254902,8.82352941176471],[39.2156862745098,20.5882352941176,14.7058823529412],[31.3725490196078,8.82352941176471,0.980392156862745],[49.0196078431373,25.4901960784314,15.6862745098039],[33.3333333333333,9.80392156862745,0],[28.4313725490196,2.94117647058824,0],[42.156862745098,14.7058823529412,0.980392156862745],[74.5098039215686,46.078431372549,30.3921568627451],[60.7843137254902,30.3921568627451,12.7450980392157],[83.3333333333333,50.9803921568627,32.3529411764706],[135.294117647059,102.941176470588,84.3137254901961],[106.862745098039,74.5098039215686,57.843137254902],[74.5098039215686,44.1176470588235,26.4705882352941],[84.3137254901961,53.921568627451,36.2745098039216],[67.6470588235294,39.2156862745098,21.5686274509804],[66.6666666666667,38.2352941176471,22.5490196078431],[92.156862745098,66.6666666666667,51.9607843137255],[76.4705882352941,59.8039215686275,42.156862745098],[68.6274509803922,54.9019607843137,42.156862745098],[75.4901960784314,60.7843137254902,55.8823529411765],[45.0980392156863,31.3725490196078,31.3725490196078],[36.2745098039216,22.5490196078431,22.5490196078431],[43.1372549019608,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,19.6078431372549],[61.7647058823529,46.078431372549,31.3725490196078],[82.3529411764706,63.7254901960784,47.0588235294118],[59.8039215686275,37.2549019607843,21.5686274509804],[60.7843137254902,35.2941176470588,22.5490196078431],[92.156862745098,64.7058823529412,53.921568627451],[88.2352941176471,60.7843137254902,49.0196078431373],[49.0196078431373,21.5686274509804,7.84313725490196],[58.8235294117647,32.3529411764706,11.7647058823529],[115.686274509804,85.2941176470588,54.9019607843137],[159.803921568627,119.607843137255,76.4705882352941],[186.274509803922,144.117647058824,94.1176470588235],[210.78431372549,168.627450980392,116.666666666667],[211.764705882353,171.56862745098,118.627450980392],[184.313725490196,144.117647058824,89.2156862745098],[198.039215686275,155.882352941176,101.960784313725],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,164.705882352941,112.745098039216],[172.549019607843,120.588235294118,69.6078431372549],[160.78431372549,108.823529411765,57.843137254902],[167.647058823529,117.647058823529,65.6862745098039],[166.666666666667,120.588235294118,67.6470588235294],[117.647058823529,77.4509803921569,22.5490196078431],[124.509803921569,90.1960784313725,33.3333333333333],[189.21568627451,160.78431372549,101.960784313725],[192.156862745098,166.666666666667,106.862745098039],[144.117647058824,115.686274509804,56.8627450980392],[145.098039215686,118.627450980392,64.7058823529412],[100.980392156863,79.4117647058823,33.3333333333333],[71.5686274509804,52.9411764705882,10.7843137254902],[185.294117647059,173.529411764706,122.549019607843],[203.921568627451,198.039215686275,147.058823529412],[114.705882352941,115.686274509804,74.5098039215686],[94.1176470588235,100,64.7058823529412],[109.803921568627,120.588235294118,89.2156862745098],[173.529411764706,188.235294117647,157.843137254902],[147.058823529412,166.666666666667,130.392156862745],[75.4901960784314,96.078431372549,65.6862745098039],[22.5490196078431,43.1372549019608,26.4705882352941],[37.2549019607843,56.8627450980392,45.0980392156863],[82.3529411764706,100.980392156863,81.3725490196078],[51.9607843137255,74.5098039215686,54.9019607843137],[42.156862745098,69.6078431372549,55.8823529411765],[44.1176470588235,73.5294117647059,61.7647058823529],[71.5686274509804,99.0196078431373,85.2941176470588],[37.2549019607843,64.7058823529412,50],[47.0588235294118,74.5098039215686,59.8039215686275],[80.3921568627451,107.843137254902,93.1372549019608],[47.0588235294118,77.4509803921569,61.7647058823529],[57.843137254902,91.1764705882353,74.5098039215686],[62.7450980392157,99.0196078431373,82.3529411764706],[70.5882352941177,107.843137254902,93.1372549019608],[60.7843137254902,98.0392156862745,85.2941176470588],[12.7450980392157,50,37.2549019607843],[60.7843137254902,96.078431372549,82.3529411764706],[175.490196078431,208.823529411765,193.137254901961],[92.156862745098,122.549019607843,104.901960784314],[95.0980392156863,127.450980392157,106.862745098039],[79.4117647058823,116.666666666667,92.156862745098],[53.921568627451,97.0588235294118,72.5490196078431],[40.1960784313726,84.3137254901961,64.7058823529412],[35.2941176470588,82.3529411764706,66.6666666666667],[40.1960784313726,89.2156862745098,78.4313725490196],[47.0588235294118,99.0196078431373,89.2156862745098],[48.0392156862745,102.941176470588,92.156862745098],[113.725490196078,168.627450980392,155.882352941176],[109.803921568627,165.686274509804,149.019607843137],[181.372549019608,233.333333333333,213.725490196078],[177.450980392157,224.509803921569,202.941176470588],[163.725490196078,206.862745098039,182.352941176471],[165.686274509804,202.941176470588,178.43137254902],[200.980392156863,232.352941176471,208.823529411765],[225.490196078431,250,230.392156862745],[192.156862745098,217.647058823529,191.176470588235],[103.921568627451,134.313725490196,100.980392156863],[95.0980392156863,128.43137254902,92.156862745098],[116.666666666667,150,117.647058823529],[77.4509803921569,109.803921568627,83.3333333333333],[80.3921568627451,110.78431372549,93.1372549019608],[58.8235294117647,89.2156862745098,71.5686274509804],[44.1176470588235,75.4901960784314,51.9607843137255],[46.078431372549,79.4117647058823,47.0588235294118],[92.156862745098,127.450980392157,84.3137254901961],[183.333333333333,215.686274509804,171.56862745098],[217.647058823529,247.058823529412,211.764705882353],[171.56862745098,197.058823529412,170.588235294118],[81.3725490196078,105.882352941176,85.2941176470588],[23.5294117647059,47.0588235294118,21.5686274509804],[81.3725490196078,107.843137254902,67.6470588235294],[41.1764705882353,67.6470588235294,23.5294117647059],[34.3137254901961,59.8039215686275,25.4901960784314],[28.4313725490196,54.9019607843137,24.5098039215686],[78.4313725490196,102.941176470588,71.5686274509804],[171.56862745098,195.098039215686,161.764705882353],[145.098039215686,166.666666666667,129.411764705882],[133.333333333333,153.921568627451,115.686274509804],[137.254901960784,154.901960784314,113.725490196078],[140.196078431373,155.882352941176,109.803921568627],[69.6078431372549,81.3725490196078,32.3529411764706],[97.0588235294118,105.882352941176,53.921568627451],[107.843137254902,112.745098039216,59.8039215686275],[142.156862745098,143.137254901961,87.2549019607843],[157.843137254902,156.862745098039,100.980392156863],[144.117647058824,140.196078431373,80.3921568627451],[114.705882352941,108.823529411765,48.0392156862745],[149.019607843137,143.137254901961,82.3529411764706],[174.509803921569,173.529411764706,110.78431372549],[129.411764705882,128.43137254902,65.6862745098039],[80.3921568627451,79.4117647058823,16.6666666666667],[119.607843137255,118.627450980392,55.8823529411765],[83.3333333333333,79.4117647058823,17.6470588235294],[109.803921568627,105.882352941176,44.1176470588235],[147.058823529412,142.156862745098,79.4117647058823],[109.803921568627,104.901960784314,42.156862745098],[148.039215686275,140.196078431373,79.4117647058823],[112.745098039216,103.921568627451,48.0392156862745],[78.4313725490196,68.6274509803922,18.6274509803922],[107.843137254902,96.078431372549,54.9019607843137],[61.7647058823529,49.0196078431373,17.6470588235294],[62.7450980392157,50.9803921568627,27.4509803921569],[51.9607843137255,39.2156862745098,23.5294117647059],[23.5294117647059,11.7647058823529,0],[40.1960784313726,33.3333333333333,17.6470588235294],[44.1176470588235,38.2352941176471,24.5098039215686],[17.6470588235294,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[44.1176470588235,36.2745098039216,25.4901960784314],[21.5686274509804,12.7450980392157,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[24.5098039215686,13.7254901960784,9.80392156862745],[22.5490196078431,11.7647058823529,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,0,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,1.96078431372549,0],[62.7450980392157,40.1960784313726,34.3137254901961],[70.5882352941177,44.1176470588235,33.3333333333333],[64.7058823529412,37.2549019607843,25.4901960784314],[60.7843137254902,32.3529411764706,18.6274509803922],[54.9019607843137,23.5294117647059,8.82352941176471],[25.4901960784314,0,0],[67.6470588235294,33.3333333333333,14.7058823529412],[81.3725490196078,47.0588235294118,28.4313725490196],[72.5490196078431,36.2745098039216,17.6470588235294],[127.450980392157,91.1764705882353,72.5490196078431],[131.372549019608,97.0588235294118,77.4509803921569],[123.529411764706,89.2156862745098,69.6078431372549],[80.3921568627451,48.0392156862745,29.4117647058824],[88.2352941176471,57.843137254902,38.2352941176471],[66.6666666666667,36.2745098039216,18.6274509803922],[46.078431372549,19.6078431372549,0.980392156862745],[82.3529411764706,61.7647058823529,41.1764705882353],[89.2156862745098,72.5490196078431,56.8627450980392],[43.1372549019608,28.4313725490196,21.5686274509804],[47.0588235294118,33.3333333333333,32.3529411764706],[45.0980392156863,33.3333333333333,33.3333333333333],[23.5294117647059,12.7450980392157,10.7843137254902],[60.7843137254902,48.0392156862745,39.2156862745098],[67.6470588235294,51.9607843137255,37.2549019607843],[77.4509803921569,58.8235294117647,42.156862745098],[36.2745098039216,13.7254901960784,0],[61.7647058823529,34.3137254901961,20.5882352941176],[99.0196078431373,69.6078431372549,58.8235294117647],[90.1960784313725,61.7647058823529,48.0392156862745],[62.7450980392157,36.2745098039216,17.6470588235294],[38.2352941176471,12.7450980392157,0],[112.745098039216,84.3137254901961,50.9803921568627],[141.176470588235,102.941176470588,60.7843137254902],[159.803921568627,118.627450980392,69.6078431372549],[178.43137254902,139.21568627451,89.2156862745098],[164.705882352941,125.490196078431,75.4901960784314],[168.627450980392,132.352941176471,81.3725490196078],[210.78431372549,171.56862745098,120.588235294118],[166.666666666667,124.509803921569,74.5098039215686],[170.588235294118,124.509803921569,73.5294117647059],[198.039215686275,147.058823529412,98.0392156862745],[190.196078431373,138.235294117647,89.2156862745098],[177.450980392157,126.470588235294,77.4509803921569],[173.529411764706,127.450980392157,76.4705882352941],[125.490196078431,85.2941176470588,32.3529411764706],[89.2156862745098,57.843137254902,1.96078431372549],[166.666666666667,141.176470588235,85.2941176470588],[216.666666666667,192.156862745098,136.274509803922],[202.941176470588,172.549019607843,116.666666666667],[146.078431372549,115.686274509804,61.7647058823529],[130.392156862745,100,54.9019607843137],[74.5098039215686,48.0392156862745,3.92156862745098],[102.941176470588,88.2352941176471,34.3137254901961],[126.470588235294,116.666666666667,64.7058823529412],[157.843137254902,154.901960784314,114.705882352941],[138.235294117647,139.21568627451,105.882352941176],[162.745098039216,169.607843137255,139.21568627451],[177.450980392157,191.176470588235,158.823529411765],[200,217.647058823529,180.392156862745],[127.450980392157,147.058823529412,112.745098039216],[74.5098039215686,91.1764705882353,72.5490196078431],[110.78431372549,128.43137254902,112.745098039216],[76.4705882352941,98.0392156862745,77.4509803921569],[66.6666666666667,91.1764705882353,69.6078431372549],[29.4117647058824,56.8627450980392,42.156862745098],[27.4509803921569,54.9019607843137,41.1764705882353],[52.9411764705882,81.3725490196078,63.7254901960784],[59.8039215686275,86.2745098039216,67.6470588235294],[62.7450980392157,89.2156862745098,70.5882352941177],[67.6470588235294,94.1176470588235,75.4901960784314],[50.9803921568627,82.3529411764706,61.7647058823529],[62.7450980392157,95.0980392156863,76.4705882352941],[55.8823529411765,89.2156862745098,73.5294117647059],[30.3921568627451,68.6274509803922,50.9803921568627],[136.274509803922,173.529411764706,158.823529411765],[110.78431372549,148.039215686275,133.333333333333],[101.960784313725,138.235294117647,121.56862745098],[60.7843137254902,94.1176470588235,78.4313725490196],[65.6862745098039,98.0392156862745,81.3725490196078],[50,82.3529411764706,65.6862745098039],[52.9411764705882,89.2156862745098,71.5686274509804],[65.6862745098039,105.882352941176,88.2352941176471],[56.8627450980392,100,85.2941176470588],[45.0980392156863,92.156862745098,80.3921568627451],[45.0980392156863,95.0980392156863,86.2745098039216],[63.7254901960784,118.627450980392,109.803921568627],[93.1372549019608,149.019607843137,140.196078431373],[108.823529411765,167.647058823529,157.843137254902],[156.862745098039,216.666666666667,201.960784313725],[150.980392156863,207.843137254902,193.137254901961],[112.745098039216,166.666666666667,148.039215686275],[123.529411764706,174.509803921569,152.941176470588],[159.803921568627,203.921568627451,181.372549019608],[216.666666666667,250,236.274509803922],[223.529411764706,250,238.235294117647],[161.764705882353,195.098039215686,170.588235294118],[118.627450980392,149.019607843137,118.627450980392],[107.843137254902,136.274509803922,105.882352941176],[131.372549019608,159.803921568627,130.392156862745],[123.529411764706,150.980392156863,126.470588235294],[104.901960784314,131.372549019608,112.745098039216],[75.4901960784314,102.941176470588,81.3725490196078],[78.4313725490196,106.862745098039,77.4509803921569],[133.333333333333,163.725490196078,123.529411764706],[178.43137254902,209.803921568627,160.78431372549],[146.078431372549,177.450980392157,128.43137254902],[161.764705882353,189.21568627451,151.960784313725],[56.8627450980392,80.3921568627451,54.9019607843137],[0,16.6666666666667,0],[34.3137254901961,54.9019607843137,36.2745098039216],[60.7843137254902,84.3137254901961,50.9803921568627],[52.9411764705882,77.4509803921569,39.2156862745098],[31.3725490196078,55.8823529411765,24.5098039215686],[85.2941176470588,109.803921568627,80.3921568627451],[77.4509803921569,100.980392156863,69.6078431372549],[98.0392156862745,121.56862745098,88.2352941176471],[175.490196078431,197.058823529412,159.803921568627],[177.450980392157,198.039215686275,157.843137254902],[160.78431372549,179.411764705882,135.294117647059],[136.274509803922,151.960784313725,103.921568627451],[86.2745098039216,99.0196078431373,47.0588235294118],[86.2745098039216,95.0980392156863,41.1764705882353],[173.529411764706,178.43137254902,121.56862745098],[125.490196078431,126.470588235294,67.6470588235294],[162.745098039216,160.78431372549,100.980392156863],[170.588235294118,166.666666666667,104.901960784314],[96.078431372549,91.1764705882353,28.4313725490196],[102.941176470588,99.0196078431373,36.2745098039216],[152.941176470588,152.941176470588,90.1960784313725],[182.352941176471,184.313725490196,120.588235294118],[132.352941176471,134.313725490196,70.5882352941177],[107.843137254902,108.823529411765,44.1176470588235],[107.843137254902,107.843137254902,39.2156862745098],[105.882352941176,102.941176470588,33.3333333333333],[133.333333333333,129.411764705882,57.843137254902],[112.745098039216,105.882352941176,37.2549019607843],[149.019607843137,140.196078431373,74.5098039215686],[142.156862745098,132.352941176471,72.5490196078431],[124.509803921569,112.745098039216,61.7647058823529],[121.56862745098,106.862745098039,64.7058823529412],[84.3137254901961,67.6470588235294,38.2352941176471],[57.843137254902,40.1960784313726,20.5882352941176],[29.4117647058824,9.80392156862745,0],[29.4117647058824,12.7450980392157,2.94117647058824],[96.078431372549,87.2549019607843,72.5490196078431],[58.8235294117647,52.9411764705882,37.2549019607843],[48.0392156862745,41.1764705882353,25.4901960784314],[53.921568627451,47.0588235294118,31.3725490196078],[63.7254901960784,55.8823529411765,43.1372549019608],[35.2941176470588,27.4509803921569,16.6666666666667],[14.7058823529412,4.90196078431373,0],[38.2352941176471,28.4313725490196,19.6078431372549],[27.4509803921569,16.6666666666667,10.7843137254902],[23.5294117647059,12.7450980392157,8.82352941176471],[25.4901960784314,14.7058823529412,12.7450980392157],[19.6078431372549,7.84313725490196,7.84313725490196],[14.7058823529412,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0,0.980392156862745],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[123.529411764706,122.549019607843,120.588235294118],[131.372549019608,130.392156862745,128.43137254902],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[16.6666666666667,7.84313725490196,8.82352941176471],[5.88235294117647,0,0],[23.5294117647059,13.7254901960784,12.7450980392157],[30.3921568627451,20.5882352941176,19.6078431372549],[6.86274509803922,0,0],[32.3529411764706,17.6470588235294,14.7058823529412],[61.7647058823529,38.2352941176471,28.4313725490196],[68.6274509803922,39.2156862745098,28.4313725490196],[87.2549019607843,58.8235294117647,45.0980392156863],[89.2156862745098,57.843137254902,43.1372549019608],[100,67.6470588235294,50.9803921568627],[61.7647058823529,27.4509803921569,8.82352941176471],[37.2549019607843,0.980392156862745,0],[172.549019607843,135.294117647059,114.705882352941],[135.294117647059,98.0392156862745,77.4509803921569],[95.0980392156863,57.843137254902,37.2549019607843],[119.607843137255,84.3137254901961,62.7450980392157],[109.803921568627,75.4901960784314,53.921568627451],[103.921568627451,72.5490196078431,50],[92.156862745098,60.7843137254902,40.1960784313726],[80.3921568627451,50,29.4117647058824],[84.3137254901961,56.8627450980392,35.2941176470588],[73.5294117647059,52.9411764705882,26.4705882352941],[90.1960784313725,72.5490196078431,49.0196078431373],[34.3137254901961,18.6274509803922,5.88235294117647],[24.5098039215686,9.80392156862745,4.90196078431373],[47.0588235294118,36.2745098039216,34.3137254901961],[25.4901960784314,16.6666666666667,11.7647058823529],[103.921568627451,94.1176470588235,82.3529411764706],[57.843137254902,45.0980392156863,28.4313725490196],[106.862745098039,89.2156862745098,67.6470588235294],[113.725490196078,92.156862745098,69.6078431372549],[49.0196078431373,22.5490196078431,3.92156862745098],[64.7058823529412,37.2549019607843,16.6666666666667],[99.0196078431373,71.5686274509804,50.9803921568627],[129.411764705882,103.921568627451,79.4117647058823],[94.1176470588235,71.5686274509804,40.1960784313726],[150,124.509803921569,88.2352941176471],[185.294117647059,151.960784313725,107.843137254902],[154.901960784314,117.647058823529,71.5686274509804],[167.647058823529,132.352941176471,85.2941176470588],[170.588235294118,135.294117647059,88.2352941176471],[153.921568627451,118.627450980392,71.5686274509804],[196.078431372549,158.823529411765,110.78431372549],[150,108.823529411765,59.8039215686275],[176.470588235294,131.372549019608,82.3529411764706],[222.549019607843,173.529411764706,125.490196078431],[166.666666666667,115.686274509804,66.6666666666667],[195.098039215686,146.078431372549,96.078431372549],[188.235294117647,143.137254901961,92.156862745098],[176.470588235294,137.254901960784,86.2745098039216],[111.764705882353,79.4117647058823,27.4509803921569],[115.686274509804,91.1764705882353,36.2745098039216],[156.862745098039,132.352941176471,77.4509803921569],[201.960784313725,171.56862745098,117.647058823529],[135.294117647059,100,49.0196078431373],[116.666666666667,80.3921568627451,36.2745098039216],[121.56862745098,91.1764705882353,45.0980392156863],[149.019607843137,130.392156862745,75.4901960784314],[147.058823529412,138.235294117647,84.3137254901961],[156.862745098039,151.960784313725,110.78431372549],[172.549019607843,172.549019607843,139.21568627451],[197.058823529412,201.960784313725,172.549019607843],[137.254901960784,146.078431372549,115.686274509804],[174.509803921569,189.21568627451,150.980392156863],[127.450980392157,143.137254901961,106.862745098039],[47.0588235294118,60.7843137254902,36.2745098039216],[84.3137254901961,99.0196078431373,80.3921568627451],[85.2941176470588,108.823529411765,85.2941176470588],[57.843137254902,85.2941176470588,62.7450980392157],[26.4705882352941,52.9411764705882,38.2352941176471],[9.80392156862745,36.2745098039216,21.5686274509804],[33.3333333333333,60.7843137254902,39.2156862745098],[56.8627450980392,82.3529411764706,57.843137254902],[53.921568627451,79.4117647058823,54.9019607843137],[40.1960784313726,65.6862745098039,41.1764705882353],[44.1176470588235,72.5490196078431,50.9803921568627],[29.4117647058824,59.8039215686275,42.156862745098],[60.7843137254902,94.1176470588235,77.4509803921569],[99.0196078431373,137.254901960784,119.607843137255],[170.588235294118,210.78431372549,193.137254901961],[206.862745098039,247.058823529412,229.411764705882],[105.882352941176,144.117647058824,126.470588235294],[76.4705882352941,112.745098039216,96.078431372549],[88.2352941176471,121.56862745098,107.843137254902],[103.921568627451,137.254901960784,123.529411764706],[100,137.254901960784,124.509803921569],[91.1764705882353,130.392156862745,119.607843137255],[51.9607843137255,94.1176470588235,84.3137254901961],[68.6274509803922,114.705882352941,106.862745098039],[70.5882352941177,120.588235294118,113.725490196078],[91.1764705882353,145.098039215686,139.21568627451],[90.1960784313725,149.019607843137,141.176470588235],[92.156862745098,151.960784313725,144.117647058824],[163.725490196078,224.509803921569,213.725490196078],[140.196078431373,200,185.294117647059],[75.4901960784314,132.352941176471,117.647058823529],[62.7450980392157,116.666666666667,98.0392156862745],[181.372549019608,231.372549019608,212.745098039216],[206.862745098039,250,234.313725490196],[167.647058823529,211.764705882353,191.176470588235],[149.019607843137,190.196078431373,166.666666666667],[135.294117647059,166.666666666667,143.137254901961],[97.0588235294118,125.490196078431,98.0392156862745],[106.862745098039,135.294117647059,107.843137254902],[118.627450980392,146.078431372549,121.56862745098],[100,127.450980392157,104.901960784314],[60.7843137254902,88.2352941176471,63.7254901960784],[143.137254901961,172.549019607843,139.21568627451],[205.882352941176,236.274509803922,195.098039215686],[185.294117647059,217.647058823529,165.686274509804],[166.666666666667,196.078431372549,145.098039215686],[128.43137254902,154.901960784314,114.705882352941],[77.4509803921569,101.960784313725,73.5294117647059],[24.5098039215686,45.0980392156863,28.4313725490196],[47.0588235294118,67.6470588235294,50.9803921568627],[59.8039215686275,79.4117647058823,52.9411764705882],[45.0980392156863,65.6862745098039,35.2941176470588],[32.3529411764706,55.8823529411765,24.5098039215686],[13.7254901960784,37.2549019607843,5.88235294117647],[15.6862745098039,39.2156862745098,5.88235294117647],[72.5490196078431,94.1176470588235,58.8235294117647],[181.372549019608,202.941176470588,165.686274509804],[144.117647058824,164.705882352941,124.509803921569],[120.588235294118,139.21568627451,94.1176470588235],[118.627450980392,134.313725490196,86.2745098039216],[118.627450980392,131.372549019608,78.4313725490196],[158.823529411765,169.607843137255,112.745098039216],[205.882352941176,213.725490196078,154.901960784314],[153.921568627451,158.823529411765,96.078431372549],[163.725490196078,163.725490196078,100.980392156863],[150.980392156863,148.039215686275,82.3529411764706],[131.372549019608,126.470588235294,59.8039215686275],[129.411764705882,128.43137254902,62.7450980392157],[124.509803921569,129.411764705882,64.7058823529412],[132.352941176471,139.21568627451,73.5294117647059],[174.509803921569,179.411764705882,113.725490196078],[166.666666666667,169.607843137255,100],[171.56862745098,171.56862745098,99.0196078431373],[161.764705882353,159.803921568627,86.2745098039216],[140.196078431373,137.254901960784,61.7647058823529],[142.156862745098,136.274509803922,63.7254901960784],[183.333333333333,176.470588235294,105.882352941176],[143.137254901961,134.313725490196,70.5882352941177],[90.1960784313725,79.4117647058823,26.4705882352941],[84.3137254901961,69.6078431372549,27.4509803921569],[75.4901960784314,56.8627450980392,27.4509803921569],[24.5098039215686,1.96078431372549,0],[42.156862745098,18.6274509803922,8.82352941176471],[26.4705882352941,6.86274509803922,0],[108.823529411765,100,83.3333333333333],[72.5490196078431,67.6470588235294,48.0392156862745],[40.1960784313726,35.2941176470588,15.6862745098039],[55.8823529411765,49.0196078431373,31.3725490196078],[60.7843137254902,53.921568627451,38.2352941176471],[16.6666666666667,8.82352941176471,0],[50,40.1960784313726,28.4313725490196],[68.6274509803922,58.8235294117647,49.0196078431373],[33.3333333333333,23.5294117647059,14.7058823529412],[14.7058823529412,3.92156862745098,0],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[62.7450980392157,60.7843137254902,61.7647058823529],[92.156862745098,90.1960784313725,91.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0.980392156862745],[25.4901960784314,15.6862745098039,14.7058823529412],[29.4117647058824,17.6470588235294,17.6470588235294],[16.6666666666667,5.88235294117647,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[25.4901960784314,10.7843137254902,5.88235294117647],[54.9019607843137,28.4313725490196,17.6470588235294],[69.6078431372549,38.2352941176471,23.5294117647059],[58.8235294117647,26.4705882352941,9.80392156862745],[100.980392156863,66.6666666666667,48.0392156862745],[123.529411764706,87.2549019607843,68.6274509803922],[90.1960784313725,52.9411764705882,32.3529411764706],[45.0980392156863,4.90196078431373,0],[94.1176470588235,53.921568627451,32.3529411764706],[101.960784313725,61.7647058823529,40.1960784313726],[89.2156862745098,51.9607843137255,29.4117647058824],[107.843137254902,72.5490196078431,49.0196078431373],[86.2745098039216,50.9803921568627,29.4117647058824],[101.960784313725,67.6470588235294,46.078431372549],[113.725490196078,82.3529411764706,61.7647058823529],[67.6470588235294,37.2549019607843,16.6666666666667],[109.803921568627,83.3333333333333,56.8627450980392],[62.7450980392157,39.2156862745098,3.92156862745098],[84.3137254901961,64.7058823529412,30.3921568627451],[81.3725490196078,63.7254901960784,42.156862745098],[41.1764705882353,27.4509803921569,14.7058823529412],[46.078431372549,36.2745098039216,26.4705882352941],[27.4509803921569,19.6078431372549,8.82352941176471],[58.8235294117647,50.9803921568627,32.3529411764706],[73.5294117647059,61.7647058823529,36.2745098039216],[135.294117647059,118.627450980392,89.2156862745098],[124.509803921569,103.921568627451,73.5294117647059],[76.4705882352941,51.9607843137255,22.5490196078431],[57.843137254902,31.3725490196078,2.94117647058824],[65.6862745098039,39.2156862745098,9.80392156862745],[145.098039215686,121.56862745098,86.2745098039216],[141.176470588235,119.607843137255,79.4117647058823],[165.686274509804,143.137254901961,100],[148.039215686275,117.647058823529,74.5098039215686],[109.803921568627,76.4705882352941,32.3529411764706],[169.607843137255,137.254901960784,95.0980392156863],[162.745098039216,130.392156862745,88.2352941176471],[179.411764705882,147.058823529412,102.941176470588],[184.313725490196,150.980392156863,105.882352941176],[162.745098039216,125.490196078431,79.4117647058823],[147.058823529412,105.882352941176,58.8235294117647],[159.803921568627,117.647058823529,67.6470588235294],[172.549019607843,127.450980392157,78.4313725490196],[218.627450980392,173.529411764706,122.549019607843],[204.901960784314,162.745098039216,110.78431372549],[177.450980392157,141.176470588235,89.2156862745098],[182.352941176471,151.960784313725,99.0196078431373],[141.176470588235,113.725490196078,64.7058823529412],[146.078431372549,118.627450980392,69.6078431372549],[158.823529411765,127.450980392157,77.4509803921569],[140.196078431373,104.901960784314,55.8823529411765],[167.647058823529,130.392156862745,84.3137254901961],[146.078431372549,112.745098039216,65.6862745098039],[196.078431372549,177.450980392157,122.549019607843],[177.450980392157,167.647058823529,115.686274509804],[88.2352941176471,83.3333333333333,44.1176470588235],[137.254901960784,137.254901960784,103.921568627451],[102.941176470588,105.882352941176,77.4509803921569],[56.8627450980392,63.7254901960784,33.3333333333333],[110.78431372549,120.588235294118,84.3137254901961],[102.941176470588,114.705882352941,79.4117647058823],[18.6274509803922,27.4509803921569,0.980392156862745],[4.90196078431373,16.6666666666667,0],[28.4313725490196,51.9607843137255,26.4705882352941],[130.392156862745,157.843137254902,135.294117647059],[149.019607843137,175.490196078431,158.823529411765],[50.9803921568627,74.5098039215686,58.8235294117647],[28.4313725490196,51.9607843137255,28.4313725490196],[27.4509803921569,51.9607843137255,23.5294117647059],[24.5098039215686,49.0196078431373,19.6078431372549],[109.803921568627,134.313725490196,105.882352941176],[77.4509803921569,104.901960784314,82.3529411764706],[84.3137254901961,115.686274509804,95.0980392156863],[119.607843137255,152.941176470588,136.274509803922],[169.607843137255,207.843137254902,190.196078431373],[213.725490196078,250,235.294117647059],[115.686274509804,157.843137254902,138.235294117647],[62.7450980392157,103.921568627451,84.3137254901961],[102.941176470588,143.137254901961,125.490196078431],[86.2745098039216,123.529411764706,110.78431372549],[73.5294117647059,109.803921568627,101.960784313725],[105.882352941176,145.098039215686,137.254901960784],[135.294117647059,175.490196078431,169.607843137255],[100,144.117647058824,139.21568627451],[82.3529411764706,130.392156862745,124.509803921569],[67.6470588235294,117.647058823529,112.745098039216],[50,103.921568627451,98.0392156862745],[71.5686274509804,127.450980392157,120.588235294118],[109.803921568627,168.627450980392,160.78431372549],[139.21568627451,200,189.21568627451],[103.921568627451,164.705882352941,151.960784313725],[84.3137254901961,144.117647058824,129.411764705882],[143.137254901961,200,185.294117647059],[194.117647058824,247.058823529412,231.372549019608],[175.490196078431,227.450980392157,209.803921568627],[142.156862745098,194.117647058824,174.509803921569],[140.196078431373,184.313725490196,163.725490196078],[125.490196078431,156.862745098039,136.274509803922],[100.980392156863,125.490196078431,103.921568627451],[95.0980392156863,120.588235294118,94.1176470588235],[58.8235294117647,84.3137254901961,57.843137254902],[90.1960784313725,117.647058823529,93.1372549019608],[78.4313725490196,106.862745098039,79.4117647058823],[149.019607843137,178.43137254902,145.098039215686],[111.764705882353,142.156862745098,100.980392156863],[106.862745098039,136.274509803922,85.2941176470588],[147.058823529412,176.470588235294,123.529411764706],[83.3333333333333,109.803921568627,67.6470588235294],[103.921568627451,128.43137254902,99.0196078431373],[10.7843137254902,31.3725490196078,12.7450980392157],[20.5882352941176,41.1764705882353,26.4705882352941],[42.156862745098,60.7843137254902,39.2156862745098],[31.3725490196078,50.9803921568627,24.5098039215686],[48.0392156862745,67.6470588235294,40.1960784313726],[24.5098039215686,45.0980392156863,14.7058823529412],[99.0196078431373,119.607843137255,87.2549019607843],[127.450980392157,149.019607843137,113.725490196078],[50.9803921568627,72.5490196078431,34.3137254901961],[69.6078431372549,90.1960784313725,48.0392156862745],[132.352941176471,150.980392156863,105.882352941176],[152.941176470588,170.588235294118,121.56862745098],[150,164.705882352941,110.78431372549],[180.392156862745,194.117647058824,136.274509803922],[169.607843137255,179.411764705882,119.607843137255],[158.823529411765,164.705882352941,101.960784313725],[162.745098039216,165.686274509804,100],[162.745098039216,163.725490196078,97.0588235294118],[160.78431372549,160.78431372549,92.156862745098],[133.333333333333,134.313725490196,67.6470588235294],[110.78431372549,117.647058823529,50.9803921568627],[150.980392156863,161.764705882353,94.1176470588235],[165.686274509804,172.549019607843,103.921568627451],[124.509803921569,130.392156862745,57.843137254902],[140.196078431373,143.137254901961,67.6470588235294],[121.56862745098,119.607843137255,44.1176470588235],[139.21568627451,136.274509803922,60.7843137254902],[154.901960784314,151.960784313725,76.4705882352941],[128.43137254902,124.509803921569,54.9019607843137],[69.6078431372549,61.7647058823529,0],[79.4117647058823,69.6078431372549,17.6470588235294],[75.4901960784314,62.7450980392157,21.5686274509804],[80.3921568627451,61.7647058823529,32.3529411764706],[56.8627450980392,34.3137254901961,16.6666666666667],[40.1960784313726,12.7450980392157,1.96078431372549],[53.921568627451,32.3529411764706,21.5686274509804],[69.6078431372549,61.7647058823529,43.1372549019608],[35.2941176470588,30.3921568627451,10.7843137254902],[45.0980392156863,40.1960784313726,20.5882352941176],[47.0588235294118,42.156862745098,22.5490196078431],[20.5882352941176,13.7254901960784,0],[93.1372549019608,86.2745098039216,68.6274509803922],[104.901960784314,96.078431372549,81.3725490196078],[72.5490196078431,62.7450980392157,50.9803921568627],[59.8039215686275,50,40.1960784313726],[30.3921568627451,20.5882352941176,11.7647058823529],[30.3921568627451,19.6078431372549,15.6862745098039],[31.3725490196078,20.5882352941176,18.6274509803922],[13.7254901960784,3.92156862745098,2.94117647058824],[8.82352941176471,0,0],[8.82352941176471,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[60.7843137254902,58.8235294117647,59.8039215686275],[88.2352941176471,86.2745098039216,87.2549019607843],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[16.6666666666667,5.88235294117647,3.92156862745098],[36.2745098039216,25.4901960784314,23.5294117647059],[16.6666666666667,0,0],[33.3333333333333,5.88235294117647,0],[70.5882352941177,38.2352941176471,21.5686274509804],[55.8823529411765,21.5686274509804,2.94117647058824],[87.2549019607843,50.9803921568627,32.3529411764706],[120.588235294118,83.3333333333333,62.7450980392157],[89.2156862745098,49.0196078431373,27.4509803921569],[54.9019607843137,13.7254901960784,0],[89.2156862745098,48.0392156862745,24.5098039215686],[86.2745098039216,47.0588235294118,22.5490196078431],[57.843137254902,21.5686274509804,0],[123.529411764706,88.2352941176471,64.7058823529412],[117.647058823529,84.3137254901961,59.8039215686275],[80.3921568627451,49.0196078431373,26.4705882352941],[145.098039215686,115.686274509804,92.156862745098],[90.1960784313725,62.7450980392157,41.1764705882353],[79.4117647058823,52.9411764705882,24.5098039215686],[108.823529411765,84.3137254901961,44.1176470588235],[100,77.4509803921569,37.2549019607843],[71.5686274509804,51.9607843137255,25.4901960784314],[73.5294117647059,58.8235294117647,40.1960784313726],[62.7450980392157,53.921568627451,39.2156862745098],[60.7843137254902,54.9019607843137,39.2156862745098],[55.8823529411765,50,26.4705882352941],[60.7843137254902,51.9607843137255,21.5686274509804],[70.5882352941177,56.8627450980392,22.5490196078431],[153.921568627451,134.313725490196,98.0392156862745],[109.803921568627,86.2745098039216,50.9803921568627],[67.6470588235294,42.156862745098,7.84313725490196],[100.980392156863,75.4901960784314,39.2156862745098],[161.764705882353,139.21568627451,98.0392156862745],[219.607843137255,201.960784313725,154.901960784314],[198.039215686275,178.43137254902,129.411764705882],[121.56862745098,95.0980392156863,50.9803921568627],[56.8627450980392,28.4313725490196,0],[124.509803921569,96.078431372549,54.9019607843137],[218.627450980392,187.254901960784,147.058823529412],[250,221.56862745098,181.372549019608],[197.058823529412,164.705882352941,122.549019607843],[149.019607843137,115.686274509804,70.5882352941177],[146.078431372549,108.823529411765,60.7843137254902],[147.058823529412,107.843137254902,57.843137254902],[218.627450980392,180.392156862745,126.470588235294],[204.901960784314,166.666666666667,112.745098039216],[183.333333333333,147.058823529412,93.1372549019608],[195.098039215686,160.78431372549,107.843137254902],[177.450980392157,146.078431372549,96.078431372549],[164.705882352941,135.294117647059,86.2745098039216],[136.274509803922,108.823529411765,61.7647058823529],[142.156862745098,111.764705882353,65.6862745098039],[138.235294117647,106.862745098039,58.8235294117647],[114.705882352941,77.4509803921569,29.4117647058824],[144.117647058824,112.745098039216,62.7450980392157],[165.686274509804,150.980392156863,97.0588235294118],[209.803921568627,203.921568627451,152.941176470588],[68.6274509803922,65.6862745098039,25.4901960784314],[46.078431372549,45.0980392156863,14.7058823529412],[30.3921568627451,30.3921568627451,2.94117647058824],[45.0980392156863,50,20.5882352941176],[64.7058823529412,71.5686274509804,38.2352941176471],[67.6470588235294,74.5098039215686,42.156862745098],[30.3921568627451,33.3333333333333,6.86274509803922],[0,4.90196078431373,0],[53.921568627451,75.4901960784314,52.9411764705882],[51.9607843137255,79.4117647058823,57.843137254902],[131.372549019608,154.901960784314,139.21568627451],[157.843137254902,180.392156862745,160.78431372549],[128.43137254902,150.980392156863,123.529411764706],[149.019607843137,172.549019607843,139.21568627451],[126.470588235294,150,114.705882352941],[111.764705882353,135.294117647059,103.921568627451],[134.313725490196,159.803921568627,135.294117647059],[140.196078431373,168.627450980392,149.019607843137],[83.3333333333333,116.666666666667,100],[75.4901960784314,113.725490196078,95.0980392156863],[167.647058823529,208.823529411765,187.254901960784],[42.156862745098,85.2941176470588,62.7450980392157],[46.078431372549,88.2352941176471,68.6274509803922],[70.5882352941177,112.745098039216,96.078431372549],[73.5294117647059,112.745098039216,103.921568627451],[84.3137254901961,122.549019607843,117.647058823529],[55.8823529411765,97.0588235294118,95.0980392156863],[98.0392156862745,141.176470588235,140.196078431373],[121.56862745098,166.666666666667,163.725490196078],[103.921568627451,151.960784313725,148.039215686275],[108.823529411765,158.823529411765,153.921568627451],[59.8039215686275,111.764705882353,103.921568627451],[82.3529411764706,138.235294117647,129.411764705882],[79.4117647058823,135.294117647059,126.470588235294],[130.392156862745,189.21568627451,177.450980392157],[77.4509803921569,136.274509803922,124.509803921569],[67.6470588235294,124.509803921569,110.78431372549],[151.960784313725,208.823529411765,194.117647058824],[102.941176470588,158.823529411765,144.117647058824],[93.1372549019608,146.078431372549,130.392156862745],[143.137254901961,197.058823529412,178.43137254902],[73.5294117647059,119.607843137255,100],[133.333333333333,165.686274509804,147.058823529412],[90.1960784313725,117.647058823529,96.078431372549],[103.921568627451,132.352941176471,104.901960784314],[117.647058823529,146.078431372549,116.666666666667],[124.509803921569,152.941176470588,125.490196078431],[111.764705882353,141.176470588235,115.686274509804],[149.019607843137,179.411764705882,149.019607843137],[140.196078431373,169.607843137255,134.313725490196],[106.862745098039,138.235294117647,90.1960784313725],[73.5294117647059,102.941176470588,53.921568627451],[61.7647058823529,89.2156862745098,49.0196078431373],[103.921568627451,128.43137254902,97.0588235294118],[27.4509803921569,50.9803921568627,29.4117647058824],[38.2352941176471,58.8235294117647,42.156862745098],[65.6862745098039,87.2549019607843,66.6666666666667],[138.235294117647,157.843137254902,133.333333333333],[93.1372549019608,112.745098039216,85.2941176470588],[69.6078431372549,90.1960784313725,59.8039215686275],[65.6862745098039,86.2745098039216,55.8823529411765],[84.3137254901961,107.843137254902,72.5490196078431],[86.2745098039216,110.78431372549,71.5686274509804],[87.2549019607843,109.803921568627,66.6666666666667],[163.725490196078,185.294117647059,139.21568627451],[203.921568627451,223.529411764706,173.529411764706],[197.058823529412,215.686274509804,161.764705882353],[145.098039215686,162.745098039216,105.882352941176],[122.549019607843,136.274509803922,76.4705882352941],[172.549019607843,182.352941176471,120.588235294118],[189.21568627451,196.078431372549,130.392156862745],[125.490196078431,130.392156862745,64.7058823529412],[140.196078431373,143.137254901961,75.4901960784314],[162.745098039216,168.627450980392,100],[137.254901960784,149.019607843137,78.4313725490196],[147.058823529412,158.823529411765,88.2352941176471],[116.666666666667,127.450980392157,52.9411764705882],[108.823529411765,115.686274509804,40.1960784313726],[141.176470588235,144.117647058824,68.6274509803922],[92.156862745098,93.1372549019608,18.6274509803922],[140.196078431373,138.235294117647,64.7058823529412],[136.274509803922,133.333333333333,63.7254901960784],[100.980392156863,97.0588235294118,34.3137254901961],[80.3921568627451,75.4901960784314,18.6274509803922],[70.5882352941177,64.7058823529412,15.6862745098039],[69.6078431372549,60.7843137254902,20.5882352941176],[80.3921568627451,65.6862745098039,37.2549019607843],[107.843137254902,87.2549019607843,66.6666666666667],[65.6862745098039,40.1960784313726,25.4901960784314],[50,28.4313725490196,14.7058823529412],[34.3137254901961,26.4705882352941,5.88235294117647],[6.86274509803922,4.90196078431373,0],[26.4705882352941,24.5098039215686,0],[12.7450980392157,7.84313725490196,0],[5.88235294117647,0.980392156862745,0],[74.5098039215686,67.6470588235294,49.0196078431373],[40.1960784313726,33.3333333333333,15.6862745098039],[57.843137254902,49.0196078431373,34.3137254901961],[34.3137254901961,24.5098039215686,12.7450980392157],[19.6078431372549,9.80392156862745,0],[24.5098039215686,13.7254901960784,7.84313725490196],[24.5098039215686,13.7254901960784,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[12.7450980392157,1.96078431372549,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[16.6666666666667,4.90196078431373,4.90196078431373],[20.5882352941176,9.80392156862745,7.84313725490196],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,0,0],[22.5490196078431,8.82352941176471,5.88235294117647],[21.5686274509804,6.86274509803922,3.92156862745098],[10.7843137254902,0,0],[20.5882352941176,1.96078431372549,0],[24.5098039215686,0,0],[65.6862745098039,31.3725490196078,12.7450980392157],[51.9607843137255,15.6862745098039,0],[68.6274509803922,31.3725490196078,10.7843137254902],[107.843137254902,67.6470588235294,48.0392156862745],[79.4117647058823,38.2352941176471,16.6666666666667],[85.2941176470588,44.1176470588235,22.5490196078431],[94.1176470588235,52.9411764705882,29.4117647058824],[134.313725490196,95.0980392156863,70.5882352941177],[97.0588235294118,60.7843137254902,35.2941176470588],[114.705882352941,79.4117647058823,55.8823529411765],[148.039215686275,114.705882352941,90.1960784313725],[84.3137254901961,54.9019607843137,31.3725490196078],[85.2941176470588,57.843137254902,34.3137254901961],[132.352941176471,106.862745098039,84.3137254901961],[99.0196078431373,74.5098039215686,45.0980392156863],[113.725490196078,87.2549019607843,45.0980392156863],[119.607843137255,96.078431372549,52.9411764705882],[84.3137254901961,63.7254901960784,33.3333333333333],[104.901960784314,90.1960784313725,69.6078431372549],[111.764705882353,102.941176470588,86.2745098039216],[93.1372549019608,88.2352941176471,69.6078431372549],[67.6470588235294,61.7647058823529,38.2352941176471],[92.156862745098,83.3333333333333,52.9411764705882],[122.549019607843,108.823529411765,72.5490196078431],[135.294117647059,117.647058823529,78.4313725490196],[108.823529411765,85.2941176470588,48.0392156862745],[113.725490196078,89.2156862745098,50],[129.411764705882,106.862745098039,66.6666666666667],[111.764705882353,89.2156862745098,46.078431372549],[160.78431372549,143.137254901961,94.1176470588235],[205.882352941176,189.21568627451,138.235294117647],[151.960784313725,130.392156862745,84.3137254901961],[131.372549019608,107.843137254902,64.7058823529412],[189.21568627451,164.705882352941,124.509803921569],[191.176470588235,163.725490196078,124.509803921569],[181.372549019608,152.941176470588,113.725490196078],[142.156862745098,110.78431372549,70.5882352941177],[144.117647058824,111.764705882353,67.6470588235294],[192.156862745098,160.78431372549,112.745098039216],[209.803921568627,177.450980392157,124.509803921569],[207.843137254902,176.470588235294,120.588235294118],[206.862745098039,175.490196078431,117.647058823529],[179.411764705882,148.039215686275,90.1960784313725],[150.980392156863,120.588235294118,66.6666666666667],[199.019607843137,168.627450980392,115.686274509804],[204.901960784314,173.529411764706,127.450980392157],[187.254901960784,156.862745098039,111.764705882353],[198.039215686275,174.509803921569,129.411764705882],[171.56862745098,148.039215686275,100.980392156863],[121.56862745098,90.1960784313725,40.1960784313726],[136.274509803922,109.803921568627,57.843137254902],[179.411764705882,167.647058823529,116.666666666667],[213.725490196078,211.764705882353,164.705882352941],[68.6274509803922,68.6274509803922,31.3725490196078],[19.6078431372549,20.5882352941176,0],[54.9019607843137,57.843137254902,31.3725490196078],[62.7450980392157,64.7058823529412,41.1764705882353],[88.2352941176471,92.156862745098,65.6862745098039],[54.9019607843137,54.9019607843137,27.4509803921569],[58.8235294117647,54.9019607843137,28.4313725490196],[0.980392156862745,2.94117647058824,0],[22.5490196078431,41.1764705882353,21.5686274509804],[21.5686274509804,45.0980392156863,29.4117647058824],[0,18.6274509803922,2.94117647058824],[16.6666666666667,35.2941176470588,15.6862745098039],[75.4901960784314,96.078431372549,65.6862745098039],[189.21568627451,208.823529411765,172.549019607843],[137.254901960784,157.843137254902,119.607843137255],[162.745098039216,184.313725490196,149.019607843137],[115.686274509804,140.196078431373,111.764705882353],[88.2352941176471,116.666666666667,95.0980392156863],[24.5098039215686,57.843137254902,41.1764705882353],[107.843137254902,146.078431372549,127.450980392157],[150,193.137254901961,170.588235294118],[97.0588235294118,141.176470588235,118.627450980392],[86.2745098039216,130.392156862745,109.803921568627],[85.2941176470588,128.43137254902,113.725490196078],[83.3333333333333,125.490196078431,116.666666666667],[133.333333333333,174.509803921569,172.549019607843],[61.7647058823529,106.862745098039,106.862745098039],[61.7647058823529,108.823529411765,108.823529411765],[94.1176470588235,142.156862745098,139.21568627451],[89.2156862745098,139.21568627451,134.313725490196],[88.2352941176471,138.235294117647,131.372549019608],[74.5098039215686,126.470588235294,116.666666666667],[142.156862745098,195.098039215686,182.352941176471],[137.254901960784,192.156862745098,179.411764705882],[120.588235294118,175.490196078431,162.745098039216],[53.921568627451,108.823529411765,96.078431372549],[111.764705882353,167.647058823529,152.941176470588],[66.6666666666667,119.607843137255,105.882352941176],[44.1176470588235,97.0588235294118,83.3333333333333],[119.607843137255,171.56862745098,155.882352941176],[111.764705882353,163.725490196078,148.039215686275],[38.2352941176471,84.3137254901961,66.6666666666667],[111.764705882353,145.098039215686,128.43137254902],[144.117647058824,171.56862745098,150],[158.823529411765,187.254901960784,157.843137254902],[161.764705882353,192.156862745098,160.78431372549],[91.1764705882353,120.588235294118,95.0980392156863],[135.294117647059,164.705882352941,141.176470588235],[150.980392156863,179.411764705882,157.843137254902],[115.686274509804,145.098039215686,119.607843137255],[87.2549019607843,118.627450980392,82.3529411764706],[61.7647058823529,92.156862745098,51.9607843137255],[60.7843137254902,91.1764705882353,50.9803921568627],[84.3137254901961,110.78431372549,78.4313725490196],[55.8823529411765,79.4117647058823,57.843137254902],[26.4705882352941,49.0196078431373,29.4117647058824],[93.1372549019608,116.666666666667,95.0980392156863],[152.941176470588,174.509803921569,151.960784313725],[101.960784313725,124.509803921569,97.0588235294118],[80.3921568627451,102.941176470588,74.5098039215686],[71.5686274509804,95.0980392156863,63.7254901960784],[80.3921568627451,103.921568627451,70.5882352941177],[112.745098039216,137.254901960784,99.0196078431373],[96.078431372549,120.588235294118,81.3725490196078],[89.2156862745098,114.705882352941,70.5882352941177],[157.843137254902,181.372549019608,132.352941176471],[190.196078431373,212.745098039216,159.803921568627],[192.156862745098,212.745098039216,156.862745098039],[165.686274509804,183.333333333333,124.509803921569],[163.725490196078,179.411764705882,117.647058823529],[202.941176470588,214.705882352941,151.960784313725],[142.156862745098,152.941176470588,88.2352941176471],[176.470588235294,185.294117647059,119.607843137255],[179.411764705882,189.21568627451,119.607843137255],[158.823529411765,172.549019607843,97.0588235294118],[127.450980392157,141.176470588235,63.7254901960784],[165.686274509804,176.470588235294,100],[164.705882352941,171.56862745098,96.078431372549],[150.980392156863,154.901960784314,82.3529411764706],[111.764705882353,112.745098039216,44.1176470588235],[143.137254901961,142.156862745098,78.4313725490196],[108.823529411765,108.823529411765,48.0392156862745],[71.5686274509804,72.5490196078431,16.6666666666667],[99.0196078431373,98.0392156862745,50.9803921568627],[74.5098039215686,72.5490196078431,32.3529411764706],[53.921568627451,50,13.7254901960784],[67.6470588235294,58.8235294117647,28.4313725490196],[109.803921568627,96.078431372549,70.5882352941177],[92.156862745098,74.5098039215686,50.9803921568627],[64.7058823529412,49.0196078431373,26.4705882352941],[21.5686274509804,15.6862745098039,0],[10.7843137254902,8.82352941176471,0],[18.6274509803922,16.6666666666667,0],[5.88235294117647,1.96078431372549,0],[17.6470588235294,13.7254901960784,0],[10.7843137254902,4.90196078431373,0],[50,43.1372549019608,24.5098039215686],[65.6862745098039,58.8235294117647,41.1764705882353],[26.4705882352941,16.6666666666667,4.90196078431373],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,27.4509803921569,20.5882352941176],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[23.5294117647059,13.7254901960784,14.7058823529412],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[12.7450980392157,11.7647058823529,7.84313725490196],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,13.7254901960784],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[39.2156862745098,24.5098039215686,21.5686274509804],[57.843137254902,43.1372549019608,38.2352941176471],[57.843137254902,38.2352941176471,29.4117647058824],[37.2549019607843,8.82352941176471,0],[60.7843137254902,24.5098039215686,5.88235294117647],[48.0392156862745,10.7843137254902,0],[50.9803921568627,13.7254901960784,0],[79.4117647058823,39.2156862745098,17.6470588235294],[67.6470588235294,26.4705882352941,2.94117647058824],[103.921568627451,62.7450980392157,39.2156862745098],[104.901960784314,63.7254901960784,40.1960784313726],[120.588235294118,81.3725490196078,55.8823529411765],[109.803921568627,73.5294117647059,47.0588235294118],[130.392156862745,95.0980392156863,69.6078431372549],[126.470588235294,95.0980392156863,70.5882352941177],[107.843137254902,80.3921568627451,56.8627450980392],[86.2745098039216,60.7843137254902,36.2745098039216],[49.0196078431373,25.4901960784314,1.96078431372549],[121.56862745098,97.0588235294118,67.6470588235294],[123.529411764706,95.0980392156863,53.921568627451],[106.862745098039,80.3921568627451,38.2352941176471],[113.725490196078,93.1372549019608,62.7450980392157],[151.960784313725,135.294117647059,115.686274509804],[148.039215686275,138.235294117647,126.470588235294],[80.3921568627451,74.5098039215686,60.7843137254902],[70.5882352941177,64.7058823529412,43.1372549019608],[123.529411764706,116.666666666667,89.2156862745098],[163.725490196078,150.980392156863,117.647058823529],[94.1176470588235,76.4705882352941,39.2156862745098],[142.156862745098,118.627450980392,83.3333333333333],[174.509803921569,149.019607843137,112.745098039216],[110.78431372549,88.2352941176471,48.0392156862745],[101.960784313725,81.3725490196078,39.2156862745098],[112.745098039216,95.0980392156863,46.078431372549],[170.588235294118,154.901960784314,104.901960784314],[172.549019607843,154.901960784314,107.843137254902],[145.098039215686,124.509803921569,80.3921568627451],[164.705882352941,142.156862745098,100.980392156863],[73.5294117647059,49.0196078431373,9.80392156862745],[100,72.5490196078431,34.3137254901961],[122.549019607843,94.1176470588235,54.9019607843137],[168.627450980392,141.176470588235,95.0980392156863],[236.274509803922,208.823529411765,159.803921568627],[185.294117647059,159.803921568627,103.921568627451],[196.078431372549,170.588235294118,110.78431372549],[221.56862745098,197.058823529412,134.313725490196],[172.549019607843,148.039215686275,85.2941176470588],[183.333333333333,154.901960784314,98.0392156862745],[187.254901960784,156.862745098039,103.921568627451],[250,223.529411764706,176.470588235294],[147.058823529412,116.666666666667,73.5294117647059],[180.392156862745,161.764705882353,119.607843137255],[237.254901960784,220.588235294118,175.490196078431],[134.313725490196,109.803921568627,56.8627450980392],[162.745098039216,142.156862745098,88.2352941176471],[165.686274509804,159.803921568627,110.78431372549],[154.901960784314,157.843137254902,113.725490196078],[71.5686274509804,75.4901960784314,39.2156862745098],[1.96078431372549,6.86274509803922,0],[53.921568627451,55.8823529411765,32.3529411764706],[112.745098039216,114.705882352941,93.1372549019608],[60.7843137254902,62.7450980392157,41.1764705882353],[46.078431372549,44.1176470588235,21.5686274509804],[92.156862745098,82.3529411764706,57.843137254902],[69.6078431372549,67.6470588235294,45.0980392156863],[36.2745098039216,52.9411764705882,37.2549019607843],[57.843137254902,81.3725490196078,67.6470588235294],[0,10.7843137254902,0],[0,16.6666666666667,0],[0,19.6078431372549,0],[132.352941176471,152.941176470588,112.745098039216],[100.980392156863,121.56862745098,81.3725490196078],[181.372549019608,202.941176470588,165.686274509804],[82.3529411764706,106.862745098039,77.4509803921569],[141.176470588235,168.627450980392,146.078431372549],[30.3921568627451,62.7450980392157,44.1176470588235],[114.705882352941,152.941176470588,134.313725490196],[191.176470588235,234.313725490196,211.764705882353],[151.960784313725,199.019607843137,175.490196078431],[130.392156862745,177.450980392157,155.882352941176],[70.5882352941177,116.666666666667,100.980392156863],[94.1176470588235,138.235294117647,131.372549019608],[93.1372549019608,138.235294117647,136.274509803922],[75.4901960784314,124.509803921569,125.490196078431],[72.5490196078431,122.549019607843,125.490196078431],[65.6862745098039,116.666666666667,114.705882352941],[84.3137254901961,134.313725490196,129.411764705882],[77.4509803921569,127.450980392157,118.627450980392],[69.6078431372549,120.588235294118,108.823529411765],[88.2352941176471,139.21568627451,126.470588235294],[126.470588235294,178.43137254902,162.745098039216],[133.333333333333,185.294117647059,169.607843137255],[95.0980392156863,147.058823529412,131.372549019608],[103.921568627451,154.901960784314,142.156862745098],[56.8627450980392,107.843137254902,95.0980392156863],[81.3725490196078,130.392156862745,118.627450980392],[162.745098039216,211.764705882353,200],[118.627450980392,168.627450980392,153.921568627451],[48.0392156862745,94.1176470588235,78.4313725490196],[93.1372549019608,126.470588235294,109.803921568627],[160.78431372549,192.156862745098,168.627450980392],[168.627450980392,201.960784313725,169.607843137255],[162.745098039216,196.078431372549,161.764705882353],[145.098039215686,177.450980392157,150.980392156863],[150,182.352941176471,161.764705882353],[163.725490196078,195.098039215686,180.392156862745],[134.313725490196,164.705882352941,149.019607843137],[134.313725490196,166.666666666667,140.196078431373],[150,180.392156862745,149.019607843137],[105.882352941176,137.254901960784,100.980392156863],[66.6666666666667,96.078431372549,62.7450980392157],[26.4705882352941,51.9607843137255,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[60.7843137254902,84.3137254901961,60.7843137254902],[90.1960784313725,113.725490196078,88.2352941176471],[71.5686274509804,96.078431372549,67.6470588235294],[42.156862745098,66.6666666666667,37.2549019607843],[37.2549019607843,61.7647058823529,30.3921568627451],[35.2941176470588,62.7450980392157,25.4901960784314],[73.5294117647059,100.980392156863,61.7647058823529],[55.8823529411765,84.3137254901961,41.1764705882353],[97.0588235294118,124.509803921569,77.4509803921569],[136.274509803922,162.745098039216,112.745098039216],[202.941176470588,227.450980392157,173.529411764706],[141.176470588235,164.705882352941,107.843137254902],[143.137254901961,162.745098039216,102.941176470588],[141.176470588235,158.823529411765,98.0392156862745],[115.686274509804,131.372549019608,67.6470588235294],[154.901960784314,169.607843137255,103.921568627451],[187.254901960784,200,131.372549019608],[146.078431372549,162.745098039216,84.3137254901961],[135.294117647059,150,68.6274509803922],[177.450980392157,189.21568627451,108.823529411765],[149.019607843137,155.882352941176,80.3921568627451],[107.843137254902,110.78431372549,41.1764705882353],[85.2941176470588,85.2941176470588,22.5490196078431],[110.78431372549,109.803921568627,53.921568627451],[85.2941176470588,85.2941176470588,36.2745098039216],[67.6470588235294,70.5882352941177,26.4705882352941],[82.3529411764706,87.2549019607843,48.0392156862745],[80.3921568627451,84.3137254901961,50],[76.4705882352941,80.3921568627451,48.0392156862745],[84.3137254901961,83.3333333333333,52.9411764705882],[49.0196078431373,44.1176470588235,12.7450980392157],[62.7450980392157,51.9607843137255,22.5490196078431],[67.6470588235294,58.8235294117647,28.4313725490196],[72.5490196078431,68.6274509803922,40.1960784313726],[56.8627450980392,56.8627450980392,29.4117647058824],[41.1764705882353,40.1960784313726,12.7450980392157],[38.2352941176471,37.2549019607843,9.80392156862745],[54.9019607843137,50.9803921568627,24.5098039215686],[68.6274509803922,64.7058823529412,40.1960784313726],[106.862745098039,100.980392156863,79.4117647058823],[24.5098039215686,17.6470588235294,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,16.6666666666667,6.86274509803922],[28.4313725490196,19.6078431372549,10.7843137254902],[16.6666666666667,7.84313725490196,2.94117647058824],[23.5294117647059,13.7254901960784,12.7450980392157],[27.4509803921569,17.6470588235294,18.6274509803922],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[15.6862745098039,1.96078431372549,0.980392156862745],[32.3529411764706,18.6274509803922,15.6862745098039],[31.3725490196078,16.6666666666667,13.7254901960784],[53.921568627451,39.2156862745098,34.3137254901961],[31.3725490196078,13.7254901960784,9.80392156862745],[28.4313725490196,10.7843137254902,6.86274509803922],[115.686274509804,98.0392156862745,94.1176470588235],[150.980392156863,128.43137254902,120.588235294118],[85.2941176470588,53.921568627451,39.2156862745098],[78.4313725490196,42.156862745098,23.5294117647059],[85.2941176470588,48.0392156862745,27.4509803921569],[76.4705882352941,36.2745098039216,14.7058823529412],[110.78431372549,69.6078431372549,48.0392156862745],[105.882352941176,64.7058823529412,41.1764705882353],[68.6274509803922,24.5098039215686,1.96078431372549],[115.686274509804,74.5098039215686,50],[143.137254901961,103.921568627451,78.4313725490196],[120.588235294118,84.3137254901961,58.8235294117647],[101.960784313725,68.6274509803922,44.1176470588235],[69.6078431372549,40.1960784313726,14.7058823529412],[95.0980392156863,69.6078431372549,45.0980392156863],[86.2745098039216,62.7450980392157,39.2156862745098],[38.2352941176471,16.6666666666667,0],[111.764705882353,86.2745098039216,59.8039215686275],[169.607843137255,138.235294117647,100],[121.56862745098,90.1960784313725,52.9411764705882],[137.254901960784,111.764705882353,89.2156862745098],[187.254901960784,169.607843137255,155.882352941176],[122.549019607843,111.764705882353,105.882352941176],[52.9411764705882,46.078431372549,40.1960784313726],[89.2156862745098,83.3333333333333,69.6078431372549],[115.686274509804,107.843137254902,87.2549019607843],[111.764705882353,98.0392156862745,71.5686274509804],[118.627450980392,100,68.6274509803922],[151.960784313725,127.450980392157,97.0588235294118],[190.196078431373,163.725490196078,134.313725490196],[149.019607843137,125.490196078431,92.156862745098],[123.529411764706,101.960784313725,65.6862745098039],[129.411764705882,112.745098039216,69.6078431372549],[134.313725490196,120.588235294118,74.5098039215686],[120.588235294118,106.862745098039,60.7843137254902],[150.980392156863,134.313725490196,91.1764705882353],[164.705882352941,143.137254901961,102.941176470588],[140.196078431373,117.647058823529,77.4509803921569],[144.117647058824,116.666666666667,78.4313725490196],[152.941176470588,124.509803921569,85.2941176470588],[156.862745098039,129.411764705882,83.3333333333333],[201.960784313725,177.450980392157,124.509803921569],[181.372549019608,159.803921568627,100.980392156863],[153.921568627451,135.294117647059,70.5882352941177],[118.627450980392,100,33.3333333333333],[118.627450980392,98.0392156862745,32.3529411764706],[191.176470588235,165.686274509804,105.882352941176],[176.470588235294,146.078431372549,93.1372549019608],[174.509803921569,139.21568627451,92.156862745098],[221.56862745098,191.176470588235,148.039215686275],[171.56862745098,158.823529411765,117.647058823529],[157.843137254902,150,104.901960784314],[172.549019607843,153.921568627451,99.0196078431373],[164.705882352941,150,96.078431372549],[184.313725490196,183.333333333333,136.274509803922],[191.176470588235,199.019607843137,158.823529411765],[180.392156862745,190.196078431373,155.882352941176],[52.9411764705882,58.8235294117647,31.3725490196078],[28.4313725490196,32.3529411764706,9.80392156862745],[64.7058823529412,65.6862745098039,48.0392156862745],[24.5098039215686,23.5294117647059,5.88235294117647],[14.7058823529412,7.84313725490196,0],[36.2745098039216,21.5686274509804,0],[111.764705882353,105.882352941176,84.3137254901961],[48.0392156862745,59.8039215686275,50],[0,11.7647058823529,2.94117647058824],[9.80392156862745,27.4509803921569,11.7647058823529],[89.2156862745098,106.862745098039,83.3333333333333],[143.137254901961,159.803921568627,124.509803921569],[129.411764705882,147.058823529412,105.882352941176],[90.1960784313725,108.823529411765,64.7058823529412],[100.980392156863,121.56862745098,81.3725490196078],[27.4509803921569,50,21.5686274509804],[39.2156862745098,66.6666666666667,44.1176470588235],[80.3921568627451,112.745098039216,94.1176470588235],[90.1960784313725,128.43137254902,109.803921568627],[84.3137254901961,128.43137254902,105.882352941176],[93.1372549019608,140.196078431373,116.666666666667],[71.5686274509804,118.627450980392,97.0588235294118],[98.0392156862745,145.098039215686,129.411764705882],[80.3921568627451,126.470588235294,120.588235294118],[106.862745098039,153.921568627451,155.882352941176],[89.2156862745098,141.176470588235,145.098039215686],[91.1764705882353,146.078431372549,147.058823529412],[56.8627450980392,110.78431372549,107.843137254902],[60.7843137254902,112.745098039216,106.862745098039],[65.6862745098039,116.666666666667,104.901960784314],[70.5882352941177,120.588235294118,105.882352941176],[80.3921568627451,127.450980392157,111.764705882353],[173.529411764706,221.56862745098,202.941176470588],[144.117647058824,190.196078431373,174.509803921569],[120.588235294118,166.666666666667,150.980392156863],[110.78431372549,155.882352941176,143.137254901961],[110.78431372549,155.882352941176,143.137254901961],[92.156862745098,137.254901960784,124.509803921569],[116.666666666667,161.764705882353,149.019607843137],[89.2156862745098,136.274509803922,122.549019607843],[69.6078431372549,112.745098039216,98.0392156862745],[74.5098039215686,110.78431372549,93.1372549019608],[122.549019607843,155.882352941176,131.372549019608],[115.686274509804,150.980392156863,115.686274509804],[87.2549019607843,122.549019607843,87.2549019607843],[154.901960784314,188.235294117647,163.725490196078],[177.450980392157,208.823529411765,194.117647058824],[169.607843137255,200,195.098039215686],[110.78431372549,141.176470588235,136.274509803922],[72.5490196078431,103.921568627451,89.2156862745098],[139.21568627451,170.588235294118,147.058823529412],[100,133.333333333333,100.980392156863],[123.529411764706,153.921568627451,122.549019607843],[83.3333333333333,112.745098039216,85.2941176470588],[58.8235294117647,86.2745098039216,61.7647058823529],[50,77.4509803921569,52.9411764705882],[92.156862745098,117.647058823529,91.1764705882353],[118.627450980392,142.156862745098,116.666666666667],[115.686274509804,140.196078431373,111.764705882353],[0.980392156862745,25.4901960784314,0],[12.7450980392157,39.2156862745098,8.82352941176471],[89.2156862745098,118.627450980392,83.3333333333333],[67.6470588235294,97.0588235294118,59.8039215686275],[82.3529411764706,112.745098039216,71.5686274509804],[101.960784313725,133.333333333333,87.2549019607843],[171.56862745098,200.980392156863,151.960784313725],[155.882352941176,184.313725490196,131.372549019608],[72.5490196078431,100,43.1372549019608],[110.78431372549,134.313725490196,77.4509803921569],[96.078431372549,116.666666666667,58.8235294117647],[98.0392156862745,117.647058823529,57.843137254902],[136.274509803922,153.921568627451,93.1372549019608],[205.882352941176,222.549019607843,153.921568627451],[143.137254901961,160.78431372549,78.4313725490196],[158.823529411765,172.549019607843,86.2745098039216],[159.803921568627,168.627450980392,87.2549019607843],[148.039215686275,154.901960784314,79.4117647058823],[120.588235294118,123.529411764706,57.843137254902],[76.4705882352941,75.4901960784314,19.6078431372549],[103.921568627451,102.941176470588,55.8823529411765],[114.705882352941,116.666666666667,77.4509803921569],[35.2941176470588,41.1764705882353,7.84313725490196],[35.2941176470588,42.156862745098,11.7647058823529],[14.7058823529412,23.5294117647059,0],[67.6470588235294,76.4705882352941,46.078431372549],[79.4117647058823,85.2941176470588,51.9607843137255],[12.7450980392157,14.7058823529412,0],[54.9019607843137,50.9803921568627,13.7254901960784],[48.0392156862745,44.1176470588235,7.84313725490196],[112.745098039216,111.764705882353,81.3725490196078],[120.588235294118,121.56862745098,91.1764705882353],[97.0588235294118,98.0392156862745,67.6470588235294],[95.0980392156863,94.1176470588235,66.6666666666667],[85.2941176470588,81.3725490196078,54.9019607843137],[96.078431372549,92.156862745098,67.6470588235294],[74.5098039215686,68.6274509803922,47.0588235294118],[31.3725490196078,24.5098039215686,5.88235294117647],[25.4901960784314,18.6274509803922,2.94117647058824],[23.5294117647059,15.6862745098039,2.94117647058824],[20.5882352941176,11.7647058823529,2.94117647058824],[15.6862745098039,6.86274509803922,1.96078431372549],[29.4117647058824,19.6078431372549,18.6274509803922],[40.1960784313726,29.4117647058824,33.3333333333333],[24.5098039215686,15.6862745098039,20.5882352941176],[12.7450980392157,3.92156862745098,8.82352941176471],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[14.7058823529412,4.90196078431373,2.94117647058824],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[14.7058823529412,0.980392156862745,0],[20.5882352941176,6.86274509803922,3.92156862745098],[25.4901960784314,12.7450980392157,6.86274509803922],[41.1764705882353,26.4705882352941,19.6078431372549],[38.2352941176471,21.5686274509804,14.7058823529412],[14.7058823529412,0,0],[18.6274509803922,0,0],[43.1372549019608,21.5686274509804,8.82352941176471],[85.2941176470588,54.9019607843137,37.2549019607843],[97.0588235294118,62.7450980392157,43.1372549019608],[94.1176470588235,58.8235294117647,37.2549019607843],[94.1176470588235,56.8627450980392,36.2745098039216],[94.1176470588235,53.921568627451,34.3137254901961],[129.411764705882,89.2156862745098,67.6470588235294],[122.549019607843,81.3725490196078,57.843137254902],[105.882352941176,66.6666666666667,41.1764705882353],[155.882352941176,119.607843137255,93.1372549019608],[132.352941176471,98.0392156862745,70.5882352941177],[120.588235294118,90.1960784313725,61.7647058823529],[75.4901960784314,46.078431372549,18.6274509803922],[138.235294117647,112.745098039216,86.2745098039216],[70.5882352941177,47.0588235294118,21.5686274509804],[64.7058823529412,41.1764705882353,17.6470588235294],[87.2549019607843,61.7647058823529,35.2941176470588],[179.411764705882,147.058823529412,112.745098039216],[166.666666666667,134.313725490196,101.960784313725],[177.450980392157,151.960784313725,129.411764705882],[158.823529411765,140.196078431373,125.490196078431],[115.686274509804,102.941176470588,94.1176470588235],[116.666666666667,106.862745098039,98.0392156862745],[48.0392156862745,36.2745098039216,24.5098039215686],[104.901960784314,92.156862745098,75.4901960784314],[143.137254901961,127.450980392157,102.941176470588],[151.960784313725,135.294117647059,107.843137254902],[151.960784313725,135.294117647059,107.843137254902],[156.862745098039,140.196078431373,110.78431372549],[181.372549019608,165.686274509804,132.352941176471],[141.176470588235,125.490196078431,90.1960784313725],[145.098039215686,132.352941176471,91.1764705882353],[143.137254901961,130.392156862745,87.2549019607843],[147.058823529412,139.21568627451,93.1372549019608],[150.980392156863,140.196078431373,95.0980392156863],[96.078431372549,77.4509803921569,36.2745098039216],[81.3725490196078,57.843137254902,20.5882352941176],[118.627450980392,91.1764705882353,54.9019607843137],[121.56862745098,94.1176470588235,55.8823529411765],[203.921568627451,182.352941176471,136.274509803922],[250,232.352941176471,180.392156862745],[198.039215686275,179.411764705882,121.56862745098],[184.313725490196,164.705882352941,102.941176470588],[161.764705882353,139.21568627451,73.5294117647059],[110.78431372549,83.3333333333333,19.6078431372549],[142.156862745098,112.745098039216,53.921568627451],[182.352941176471,151.960784313725,96.078431372549],[128.43137254902,99.0196078431373,46.078431372549],[216.666666666667,195.098039215686,146.078431372549],[190.196078431373,180.392156862745,132.352941176471],[107.843137254902,100,51.9607843137255],[172.549019607843,157.843137254902,100],[162.745098039216,152.941176470588,93.1372549019608],[198.039215686275,202.941176470588,150],[201.960784313725,210.78431372549,168.627450980392],[185.294117647059,190.196078431373,160.78431372549],[31.3725490196078,33.3333333333333,11.7647058823529],[18.6274509803922,17.6470588235294,0],[50.9803921568627,49.0196078431373,34.3137254901961],[41.1764705882353,43.1372549019608,29.4117647058824],[6.86274509803922,5.88235294117647,0],[17.6470588235294,5.88235294117647,0],[110.78431372549,100.980392156863,76.4705882352941],[159.803921568627,161.764705882353,148.039215686275],[27.4509803921569,38.2352941176471,24.5098039215686],[54.9019607843137,66.6666666666667,43.1372549019608],[58.8235294117647,73.5294117647059,43.1372549019608],[93.1372549019608,108.823529411765,72.5490196078431],[44.1176470588235,61.7647058823529,22.5490196078431],[50.9803921568627,71.5686274509804,31.3725490196078],[38.2352941176471,59.8039215686275,22.5490196078431],[30.3921568627451,54.9019607843137,25.4901960784314],[70.5882352941177,98.0392156862745,73.5294117647059],[97.0588235294118,129.411764705882,108.823529411765],[40.1960784313726,76.4705882352941,58.8235294117647],[40.1960784313726,81.3725490196078,61.7647058823529],[80.3921568627451,122.549019607843,103.921568627451],[52.9411764705882,96.078431372549,81.3725490196078],[58.8235294117647,103.921568627451,94.1176470588235],[50.9803921568627,96.078431372549,93.1372549019608],[71.5686274509804,118.627450980392,120.588235294118],[59.8039215686275,109.803921568627,112.745098039216],[59.8039215686275,109.803921568627,112.745098039216],[74.5098039215686,125.490196078431,123.529411764706],[72.5490196078431,124.509803921569,118.627450980392],[68.6274509803922,119.607843137255,107.843137254902],[68.6274509803922,120.588235294118,104.901960784314],[88.2352941176471,138.235294117647,121.56862745098],[159.803921568627,206.862745098039,191.176470588235],[163.725490196078,209.803921568627,194.117647058824],[148.039215686275,191.176470588235,176.470588235294],[126.470588235294,169.607843137255,156.862745098039],[132.352941176471,173.529411764706,159.803921568627],[107.843137254902,149.019607843137,135.294117647059],[71.5686274509804,113.725490196078,97.0588235294118],[108.823529411765,151.960784313725,135.294117647059],[96.078431372549,138.235294117647,118.627450980392],[90.1960784313725,129.411764705882,105.882352941176],[112.745098039216,148.039215686275,120.588235294118],[121.56862745098,158.823529411765,122.549019607843],[93.1372549019608,127.450980392157,95.0980392156863],[82.3529411764706,113.725490196078,91.1764705882353],[147.058823529412,176.470588235294,164.705882352941],[100.980392156863,135.294117647059,131.372549019608],[28.4313725490196,63.7254901960784,59.8039215686275],[76.4705882352941,113.725490196078,100.980392156863],[127.450980392157,164.705882352941,144.117647058824],[167.647058823529,200.980392156863,174.509803921569],[180.392156862745,212.745098039216,182.352941176471],[173.529411764706,207.843137254902,176.470588235294],[102.941176470588,137.254901960784,105.882352941176],[49.0196078431373,81.3725490196078,50.9803921568627],[46.078431372549,76.4705882352941,45.0980392156863],[81.3725490196078,109.803921568627,79.4117647058823],[64.7058823529412,90.1960784313725,61.7647058823529],[61.7647058823529,90.1960784313725,60.7843137254902],[89.2156862745098,119.607843137255,88.2352941176471],[46.078431372549,79.4117647058823,45.0980392156863],[60.7843137254902,94.1176470588235,57.843137254902],[109.803921568627,144.117647058824,102.941176470588],[179.411764705882,211.764705882353,167.647058823529],[136.274509803922,167.647058823529,121.56862745098],[66.6666666666667,96.078431372549,47.0588235294118],[102.941176470588,129.411764705882,79.4117647058823],[155.882352941176,178.43137254902,125.490196078431],[167.647058823529,188.235294117647,130.392156862745],[133.333333333333,153.921568627451,90.1960784313725],[151.960784313725,171.56862745098,101.960784313725],[185.294117647059,201.960784313725,125.490196078431],[161.764705882353,175.490196078431,92.156862745098],[157.843137254902,167.647058823529,83.3333333333333],[136.274509803922,143.137254901961,64.7058823529412],[136.274509803922,140.196078431373,67.6470588235294],[143.137254901961,145.098039215686,83.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[121.56862745098,123.529411764706,77.4509803921569],[80.3921568627451,85.2941176470588,46.078431372549],[42.156862745098,49.0196078431373,18.6274509803922],[42.156862745098,51.9607843137255,25.4901960784314],[55.8823529411765,66.6666666666667,37.2549019607843],[67.6470588235294,78.4313725490196,47.0588235294118],[41.1764705882353,50.9803921568627,16.6666666666667],[49.0196078431373,54.9019607843137,19.6078431372549],[37.2549019607843,39.2156862745098,0],[23.5294117647059,23.5294117647059,0],[45.0980392156863,46.078431372549,14.7058823529412],[45.0980392156863,46.078431372549,15.6862745098039],[43.1372549019608,43.1372549019608,15.6862745098039],[51.9607843137255,50,25.4901960784314],[46.078431372549,44.1176470588235,19.6078431372549],[63.7254901960784,58.8235294117647,37.2549019607843],[76.4705882352941,71.5686274509804,50],[53.921568627451,49.0196078431373,29.4117647058824],[41.1764705882353,36.2745098039216,16.6666666666667],[18.6274509803922,11.7647058823529,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,17.6470588235294,12.7450980392157],[41.1764705882353,31.3725490196078,30.3921568627451],[27.4509803921569,18.6274509803922,21.5686274509804],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[25.4901960784314,24.5098039215686,22.5490196078431],[17.6470588235294,16.6666666666667,12.7450980392157],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[18.6274509803922,10.7843137254902,7.84313725490196],[12.7450980392157,2.94117647058824,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[16.6666666666667,5.88235294117647,1.96078431372549],[56.8627450980392,43.1372549019608,40.1960784313726],[21.5686274509804,8.82352941176471,2.94117647058824],[24.5098039215686,9.80392156862745,2.94117647058824],[50,32.3529411764706,22.5490196078431],[33.3333333333333,14.7058823529412,0.980392156862745],[35.2941176470588,14.7058823529412,0],[30.3921568627451,4.90196078431373,0],[49.0196078431373,21.5686274509804,0.980392156862745],[66.6666666666667,36.2745098039216,16.6666666666667],[56.8627450980392,24.5098039215686,7.84313725490196],[100,64.7058823529412,49.0196078431373],[68.6274509803922,32.3529411764706,16.6666666666667],[84.3137254901961,46.078431372549,29.4117647058824],[111.764705882353,76.4705882352941,54.9019607843137],[127.450980392157,92.156862745098,66.6666666666667],[110.78431372549,78.4313725490196,48.0392156862745],[166.666666666667,137.254901960784,103.921568627451],[191.176470588235,165.686274509804,131.372549019608],[123.529411764706,98.0392156862745,63.7254901960784],[133.333333333333,106.862745098039,77.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[57.843137254902,27.4509803921569,6.86274509803922],[76.4705882352941,45.0980392156863,22.5490196078431],[114.705882352941,80.3921568627451,50.9803921568627],[127.450980392157,97.0588235294118,66.6666666666667],[134.313725490196,110.78431372549,85.2941176470588],[125.490196078431,105.882352941176,82.3529411764706],[94.1176470588235,78.4313725490196,53.921568627451],[107.843137254902,91.1764705882353,71.5686274509804],[120.588235294118,99.0196078431373,86.2745098039216],[107.843137254902,86.2745098039216,72.5490196078431],[109.803921568627,92.156862745098,68.6274509803922],[171.56862745098,160.78431372549,131.372549019608],[204.901960784314,200.980392156863,172.549019607843],[185.294117647059,186.274509803922,154.901960784314],[218.627450980392,220.588235294118,181.372549019608],[182.352941176471,181.372549019608,138.235294117647],[183.333333333333,176.470588235294,135.294117647059],[115.686274509804,108.823529411765,65.6862745098039],[185.294117647059,182.352941176471,138.235294117647],[158.823529411765,154.901960784314,110.78431372549],[143.137254901961,125.490196078431,88.2352941176471],[118.627450980392,95.0980392156863,59.8039215686275],[153.921568627451,125.490196078431,92.156862745098],[116.666666666667,93.1372549019608,55.8823529411765],[94.1176470588235,80.3921568627451,36.2745098039216],[200,188.235294117647,137.254901960784],[205.882352941176,191.176470588235,135.294117647059],[163.725490196078,142.156862745098,85.2941176470588],[164.705882352941,129.411764705882,72.5490196078431],[135.294117647059,96.078431372549,38.2352941176471],[150,111.764705882353,53.921568627451],[169.607843137255,142.156862745098,80.3921568627451],[164.705882352941,153.921568627451,89.2156862745098],[192.156862745098,184.313725490196,122.549019607843],[238.235294117647,226.470588235294,167.647058823529],[167.647058823529,152.941176470588,95.0980392156863],[150.980392156863,140.196078431373,77.4509803921569],[200.980392156863,196.078431372549,131.372549019608],[191.176470588235,198.039215686275,132.352941176471],[158.823529411765,162.745098039216,112.745098039216],[79.4117647058823,71.5686274509804,49.0196078431373],[13.7254901960784,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,2.94117647058824,0],[40.1960784313726,50.9803921568627,35.2941176470588],[47.0588235294118,58.8235294117647,37.2549019607843],[59.8039215686275,59.8039215686275,26.4705882352941],[76.4705882352941,66.6666666666667,32.3529411764706],[106.862745098039,93.1372549019608,67.6470588235294],[57.843137254902,47.0588235294118,19.6078431372549],[69.6078431372549,70.5882352941177,31.3725490196078],[65.6862745098039,74.5098039215686,32.3529411764706],[41.1764705882353,52.9411764705882,15.6862745098039],[18.6274509803922,35.2941176470588,0],[29.4117647058824,50,19.6078431372549],[48.0392156862745,74.5098039215686,44.1176470588235],[60.7843137254902,89.2156862745098,59.8039215686275],[73.5294117647059,102.941176470588,75.4901960784314],[96.078431372549,127.450980392157,104.901960784314],[45.0980392156863,75.4901960784314,59.8039215686275],[63.7254901960784,94.1176470588235,86.2745098039216],[74.5098039215686,105.882352941176,102.941176470588],[61.7647058823529,97.0588235294118,97.0588235294118],[65.6862745098039,104.901960784314,104.901960784314],[54.9019607843137,98.0392156862745,97.0588235294118],[56.8627450980392,101.960784313725,101.960784313725],[65.6862745098039,108.823529411765,111.764705882353],[71.5686274509804,114.705882352941,117.647058823529],[88.2352941176471,133.333333333333,133.333333333333],[69.6078431372549,117.647058823529,113.725490196078],[78.4313725490196,128.43137254902,121.56862745098],[95.0980392156863,147.058823529412,137.254901960784],[117.647058823529,168.627450980392,156.862745098039],[140.196078431373,189.21568627451,177.450980392157],[126.470588235294,173.529411764706,161.764705882353],[106.862745098039,151.960784313725,141.176470588235],[145.098039215686,186.274509803922,174.509803921569],[173.529411764706,213.725490196078,200],[176.470588235294,214.705882352941,197.058823529412],[164.705882352941,202.941176470588,184.313725490196],[145.098039215686,184.313725490196,160.78431372549],[103.921568627451,146.078431372549,118.627450980392],[118.627450980392,161.764705882353,129.411764705882],[89.2156862745098,132.352941176471,98.0392156862745],[126.470588235294,165.686274509804,132.352941176471],[190.196078431373,222.549019607843,196.078431372549],[113.725490196078,134.313725490196,117.647058823529],[130.392156862745,151.960784313725,139.21568627451],[115.686274509804,150.980392156863,139.21568627451],[31.3725490196078,76.4705882352941,63.7254901960784],[73.5294117647059,123.529411764706,104.901960784314],[149.019607843137,197.058823529412,175.490196078431],[137.254901960784,174.509803921569,150],[95.0980392156863,130.392156862745,102.941176470588],[95.0980392156863,138.235294117647,103.921568627451],[96.078431372549,141.176470588235,104.901960784314],[97.0588235294118,138.235294117647,99.0196078431373],[76.4705882352941,113.725490196078,75.4901960784314],[49.0196078431373,80.3921568627451,44.1176470588235],[108.823529411765,140.196078431373,103.921568627451],[111.764705882353,145.098039215686,112.745098039216],[150.980392156863,185.294117647059,153.921568627451],[103.921568627451,143.137254901961,108.823529411765],[116.666666666667,156.862745098039,117.647058823529],[135.294117647059,173.529411764706,130.392156862745],[118.627450980392,154.901960784314,111.764705882353],[67.6470588235294,98.0392156862745,56.8627450980392],[61.7647058823529,88.2352941176471,48.0392156862745],[133.333333333333,153.921568627451,113.725490196078],[191.176470588235,207.843137254902,163.725490196078],[181.372549019608,196.078431372549,140.196078431373],[188.235294117647,203.921568627451,134.313725490196],[158.823529411765,174.509803921569,88.2352941176471],[178.43137254902,191.176470588235,102.941176470588],[161.764705882353,164.705882352941,87.2549019607843],[94.1176470588235,94.1176470588235,21.5686274509804],[120.588235294118,120.588235294118,48.0392156862745],[137.254901960784,138.235294117647,71.5686274509804],[90.1960784313725,94.1176470588235,36.2745098039216],[142.156862745098,147.058823529412,94.1176470588235],[53.921568627451,60.7843137254902,7.84313725490196],[61.7647058823529,71.5686274509804,22.5490196078431],[70.5882352941177,80.3921568627451,44.1176470588235],[80.3921568627451,91.1764705882353,57.843137254902],[90.1960784313725,101.960784313725,64.7058823529412],[93.1372549019608,104.901960784314,65.6862745098039],[31.3725490196078,41.1764705882353,6.86274509803922],[41.1764705882353,48.0392156862745,14.7058823529412],[42.156862745098,48.0392156862745,12.7450980392157],[26.4705882352941,30.3921568627451,0],[7.84313725490196,8.82352941176471,0],[57.843137254902,55.8823529411765,31.3725490196078],[52.9411764705882,50.9803921568627,28.4313725490196],[22.5490196078431,20.5882352941176,0],[43.1372549019608,40.1960784313726,23.5294117647059],[70.5882352941177,69.6078431372549,51.9607843137255],[86.2745098039216,85.2941176470588,65.6862745098039],[34.3137254901961,33.3333333333333,12.7450980392157],[44.1176470588235,42.156862745098,17.6470588235294],[26.4705882352941,22.5490196078431,0],[26.4705882352941,18.6274509803922,0],[29.4117647058824,21.5686274509804,2.94117647058824],[32.3529411764706,22.5490196078431,10.7843137254902],[12.7450980392157,3.92156862745098,0],[24.5098039215686,18.6274509803922,18.6274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[64.7058823529412,64.7058823529412,64.7058823529412],[46.078431372549,46.078431372549,46.078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[25.4901960784314,14.7058823529412,10.7843137254902],[40.1960784313726,29.4117647058824,25.4901960784314],[18.6274509803922,5.88235294117647,0],[21.5686274509804,7.84313725490196,0],[40.1960784313726,22.5490196078431,10.7843137254902],[51.9607843137255,30.3921568627451,16.6666666666667],[71.5686274509804,50,29.4117647058824],[63.7254901960784,39.2156862745098,17.6470588235294],[68.6274509803922,44.1176470588235,24.5098039215686],[58.8235294117647,34.3137254901961,14.7058823529412],[57.843137254902,29.4117647058824,13.7254901960784],[100,67.6470588235294,52.9411764705882],[70.5882352941177,35.2941176470588,21.5686274509804],[47.0588235294118,10.7843137254902,0],[119.607843137255,83.3333333333333,64.7058823529412],[139.21568627451,103.921568627451,80.3921568627451],[103.921568627451,71.5686274509804,41.1764705882353],[86.2745098039216,56.8627450980392,23.5294117647059],[205.882352941176,180.392156862745,144.117647058824],[162.745098039216,139.21568627451,103.921568627451],[139.21568627451,114.705882352941,84.3137254901961],[136.274509803922,109.803921568627,83.3333333333333],[110.78431372549,83.3333333333333,61.7647058823529],[152.941176470588,123.529411764706,100],[165.686274509804,135.294117647059,106.862745098039],[147.058823529412,118.627450980392,89.2156862745098],[136.274509803922,115.686274509804,89.2156862745098],[78.4313725490196,61.7647058823529,34.3137254901961],[119.607843137255,104.901960784314,74.5098039215686],[94.1176470588235,77.4509803921569,50],[115.686274509804,93.1372549019608,77.4509803921569],[148.039215686275,126.470588235294,112.745098039216],[100,86.2745098039216,59.8039215686275],[143.137254901961,138.235294117647,108.823529411765],[182.352941176471,186.274509803922,159.803921568627],[214.705882352941,223.529411764706,193.137254901961],[202.941176470588,210.78431372549,170.588235294118],[198.039215686275,203.921568627451,160.78431372549],[131.372549019608,126.470588235294,87.2549019607843],[152.941176470588,145.098039215686,106.862745098039],[172.549019607843,170.588235294118,130.392156862745],[95.0980392156863,91.1764705882353,53.921568627451],[141.176470588235,127.450980392157,93.1372549019608],[138.235294117647,118.627450980392,86.2745098039216],[150,127.450980392157,96.078431372549],[98.0392156862745,78.4313725490196,44.1176470588235],[87.2549019607843,74.5098039215686,33.3333333333333],[120.588235294118,108.823529411765,61.7647058823529],[209.803921568627,193.137254901961,142.156862745098],[150.980392156863,124.509803921569,72.5490196078431],[123.529411764706,85.2941176470588,31.3725490196078],[169.607843137255,127.450980392157,73.5294117647059],[170.588235294118,132.352941176471,74.5098039215686],[155.882352941176,131.372549019608,68.6274509803922],[197.058823529412,190.196078431373,121.56862745098],[133.333333333333,130.392156862745,62.7450980392157],[167.647058823529,153.921568627451,94.1176470588235],[222.549019607843,203.921568627451,146.078431372549],[154.901960784314,139.21568627451,78.4313725490196],[201.960784313725,193.137254901961,129.411764705882],[246.078431372549,247.058823529412,182.352941176471],[172.549019607843,170.588235294118,120.588235294118],[147.058823529412,132.352941176471,109.803921568627],[77.4509803921569,58.8235294117647,51.9607843137255],[15.6862745098039,2.94117647058824,0],[21.5686274509804,22.5490196078431,6.86274509803922],[19.6078431372549,34.3137254901961,11.7647058823529],[96.078431372549,110.78431372549,80.3921568627451],[20.5882352941176,22.5490196078431,0],[90.1960784313725,81.3725490196078,39.2156862745098],[111.764705882353,94.1176470588235,54.9019607843137],[41.1764705882353,26.4705882352941,0],[86.2745098039216,83.3333333333333,31.3725490196078],[91.1764705882353,98.0392156862745,47.0588235294118],[155.882352941176,166.666666666667,127.450980392157],[85.2941176470588,101.960784313725,70.5882352941177],[34.3137254901961,57.843137254902,32.3529411764706],[75.4901960784314,102.941176470588,80.3921568627451],[67.6470588235294,99.0196078431373,75.4901960784314],[111.764705882353,143.137254901961,120.588235294118],[92.156862745098,123.529411764706,102.941176470588],[76.4705882352941,105.882352941176,94.1176470588235],[95.0980392156863,123.529411764706,119.607843137255],[60.7843137254902,89.2156862745098,93.1372549019608],[21.5686274509804,53.921568627451,58.8235294117647],[44.1176470588235,81.3725490196078,84.3137254901961],[58.8235294117647,102.941176470588,100],[65.6862745098039,109.803921568627,106.862745098039],[87.2549019607843,127.450980392157,131.372549019608],[82.3529411764706,122.549019607843,128.43137254902],[76.4705882352941,121.56862745098,121.56862745098],[80.3921568627451,128.43137254902,124.509803921569],[86.2745098039216,138.235294117647,128.43137254902],[99.0196078431373,153.921568627451,141.176470588235],[128.43137254902,183.333333333333,170.588235294118],[86.2745098039216,138.235294117647,128.43137254902],[90.1960784313725,140.196078431373,133.333333333333],[100.980392156863,147.058823529412,141.176470588235],[126.470588235294,168.627450980392,161.764705882353],[184.313725490196,225.490196078431,215.686274509804],[191.176470588235,231.372549019608,215.686274509804],[179.411764705882,217.647058823529,197.058823529412],[188.235294117647,227.450980392157,200.980392156863],[171.56862745098,211.764705882353,180.392156862745],[82.3529411764706,122.549019607843,89.2156862745098],[91.1764705882353,131.372549019608,98.0392156862745],[77.4509803921569,112.745098039216,85.2941176470588],[133.333333333333,160.78431372549,138.235294117647],[142.156862745098,155.882352941176,141.176470588235],[119.607843137255,135.294117647059,122.549019607843],[100.980392156863,134.313725490196,117.647058823529],[77.4509803921569,124.509803921569,102.941176470588],[114.705882352941,167.647058823529,144.117647058824],[85.2941176470588,134.313725490196,109.803921568627],[46.078431372549,80.3921568627451,56.8627450980392],[90.1960784313725,123.529411764706,97.0588235294118],[138.235294117647,181.372549019608,147.058823529412],[107.843137254902,152.941176470588,114.705882352941],[100,140.196078431373,100.980392156863],[87.2549019607843,123.529411764706,83.3333333333333],[102.941176470588,137.254901960784,96.078431372549],[100,131.372549019608,91.1764705882353],[123.529411764706,158.823529411765,121.56862745098],[111.764705882353,149.019607843137,112.745098039216],[82.3529411764706,121.56862745098,85.2941176470588],[132.352941176471,172.549019607843,131.372549019608],[167.647058823529,205.882352941176,161.764705882353],[88.2352941176471,123.529411764706,78.4313725490196],[63.7254901960784,92.156862745098,49.0196078431373],[139.21568627451,164.705882352941,120.588235294118],[158.823529411765,177.450980392157,133.333333333333],[147.058823529412,160.78431372549,110.78431372549],[144.117647058824,157.843137254902,97.0588235294118],[185.294117647059,198.039215686275,120.588235294118],[184.313725490196,198.039215686275,104.901960784314],[162.745098039216,171.56862745098,80.3921568627451],[108.823529411765,108.823529411765,36.2745098039216],[98.0392156862745,94.1176470588235,31.3725490196078],[164.705882352941,163.725490196078,100],[169.607843137255,171.56862745098,109.803921568627],[107.843137254902,112.745098039216,57.843137254902],[172.549019607843,179.411764705882,128.43137254902],[137.254901960784,147.058823529412,95.0980392156863],[140.196078431373,151.960784313725,102.941176470588],[120.588235294118,133.333333333333,91.1764705882353],[40.1960784313726,51.9607843137255,14.7058823529412],[31.3725490196078,43.1372549019608,3.92156862745098],[123.529411764706,135.294117647059,96.078431372549],[88.2352941176471,100,64.7058823529412],[60.7843137254902,70.5882352941177,36.2745098039216],[50.9803921568627,57.843137254902,24.5098039215686],[50,55.8823529411765,22.5490196078431],[28.4313725490196,31.3725490196078,2.94117647058824],[55.8823529411765,55.8823529411765,32.3529411764706],[62.7450980392157,57.843137254902,38.2352941176471],[41.1764705882353,34.3137254901961,16.6666666666667],[45.0980392156863,39.2156862745098,23.5294117647059],[18.6274509803922,17.6470588235294,0],[54.9019607843137,57.843137254902,37.2549019607843],[39.2156862745098,45.0980392156863,19.6078431372549],[59.8039215686275,62.7450980392157,34.3137254901961],[89.2156862745098,88.2352941176471,60.7843137254902],[59.8039215686275,50,25.4901960784314],[33.3333333333333,20.5882352941176,1.96078431372549],[39.2156862745098,25.4901960784314,12.7450980392157],[57.843137254902,48.0392156862745,39.2156862745098],[21.5686274509804,18.6274509803922,13.7254901960784],[1.96078431372549,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[249.019607843137,249.019607843137,249.019607843137],[200.980392156863,200.980392156863,200.980392156863],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,6.86274509803922],[16.6666666666667,5.88235294117647,3.92156862745098],[22.5490196078431,8.82352941176471,7.84313725490196],[26.4705882352941,12.7450980392157,11.7647058823529],[34.3137254901961,20.5882352941176,19.6078431372549],[27.4509803921569,13.7254901960784,12.7450980392157],[21.5686274509804,7.84313725490196,4.90196078431373],[14.7058823529412,0,0],[14.7058823529412,0,0],[16.6666666666667,0,0],[47.0588235294118,24.5098039215686,10.7843137254902],[86.2745098039216,60.7843137254902,44.1176470588235],[83.3333333333333,61.7647058823529,41.1764705882353],[48.0392156862745,30.3921568627451,10.7843137254902],[51.9607843137255,33.3333333333333,16.6666666666667],[78.4313725490196,55.8823529411765,40.1960784313726],[104.901960784314,76.4705882352941,60.7843137254902],[72.5490196078431,37.2549019607843,23.5294117647059],[50,11.7647058823529,0],[120.588235294118,80.3921568627451,62.7450980392157],[158.823529411765,118.627450980392,97.0588235294118],[150.980392156863,114.705882352941,89.2156862745098],[100.980392156863,66.6666666666667,39.2156862745098],[100.980392156863,70.5882352941177,42.156862745098],[157.843137254902,131.372549019608,101.960784313725],[111.764705882353,88.2352941176471,60.7843137254902],[152.941176470588,133.333333333333,106.862745098039],[150.980392156863,134.313725490196,108.823529411765],[156.862745098039,137.254901960784,112.745098039216],[152.941176470588,130.392156862745,100],[175.490196078431,152.941176470588,122.549019607843],[195.098039215686,175.490196078431,150.980392156863],[151.960784313725,136.274509803922,110.78431372549],[137.254901960784,124.509803921569,93.1372549019608],[195.098039215686,184.313725490196,156.862745098039],[163.725490196078,150.980392156863,134.313725490196],[119.607843137255,108.823529411765,91.1764705882353],[127.450980392157,122.549019607843,93.1372549019608],[190.196078431373,189.21568627451,158.823529411765],[228.43137254902,232.352941176471,205.882352941176],[187.254901960784,193.137254901961,165.686274509804],[177.450980392157,183.333333333333,146.078431372549],[185.294117647059,185.294117647059,148.039215686275],[146.078431372549,138.235294117647,102.941176470588],[142.156862745098,131.372549019608,100],[164.705882352941,158.823529411765,125.490196078431],[123.529411764706,117.647058823529,86.2745098039216],[131.372549019608,120.588235294118,91.1764705882353],[106.862745098039,93.1372549019608,64.7058823529412],[111.764705882353,97.0588235294118,66.6666666666667],[75.4901960784314,60.7843137254902,28.4313725490196],[117.647058823529,103.921568627451,67.6470588235294],[172.549019607843,154.901960784314,115.686274509804],[201.960784313725,179.411764705882,136.274509803922],[141.176470588235,113.725490196078,66.6666666666667],[110.78431372549,75.4901960784314,24.5098039215686],[154.901960784314,120.588235294118,67.6470588235294],[177.450980392157,147.058823529412,91.1764705882353],[185.294117647059,161.764705882353,100.980392156863],[233.333333333333,218.627450980392,154.901960784314],[189.21568627451,178.43137254902,117.647058823529],[123.529411764706,107.843137254902,56.8627450980392],[216.666666666667,197.058823529412,148.039215686275],[212.745098039216,187.254901960784,137.254901960784],[191.176470588235,168.627450980392,117.647058823529],[242.156862745098,229.411764705882,178.43137254902],[157.843137254902,146.078431372549,104.901960784314],[60.7843137254902,47.0588235294118,18.6274509803922],[52.9411764705882,41.1764705882353,19.6078431372549],[21.5686274509804,14.7058823529412,0],[0.980392156862745,2.94117647058824,0],[0.980392156862745,11.7647058823529,0],[30.3921568627451,41.1764705882353,0],[78.4313725490196,76.4705882352941,29.4117647058824],[105.882352941176,99.0196078431373,48.0392156862745],[89.2156862745098,82.3529411764706,28.4313725490196],[149.019607843137,144.117647058824,87.2549019607843],[207.843137254902,208.823529411765,151.960784313725],[226.470588235294,233.333333333333,182.352941176471],[209.803921568627,220.588235294118,181.372549019608],[114.705882352941,130.392156862745,101.960784313725],[69.6078431372549,92.156862745098,72.5490196078431],[68.6274509803922,96.078431372549,81.3725490196078],[63.7254901960784,95.0980392156863,80.3921568627451],[117.647058823529,149.019607843137,136.274509803922],[75.4901960784314,106.862745098039,96.078431372549],[49.0196078431373,77.4509803921569,72.5490196078431],[65.6862745098039,93.1372549019608,96.078431372549],[62.7450980392157,91.1764705882353,95.0980392156863],[48.0392156862745,81.3725490196078,83.3333333333333],[52.9411764705882,91.1764705882353,88.2352941176471],[53.921568627451,96.078431372549,86.2745098039216],[65.6862745098039,109.803921568627,102.941176470588],[68.6274509803922,107.843137254902,115.686274509804],[85.2941176470588,126.470588235294,138.235294117647],[76.4705882352941,123.529411764706,123.529411764706],[65.6862745098039,115.686274509804,108.823529411765],[106.862745098039,162.745098039216,148.039215686275],[108.823529411765,166.666666666667,149.019607843137],[100,156.862745098039,142.156862745098],[116.666666666667,173.529411764706,161.764705882353],[118.627450980392,172.549019607843,169.607843137255],[83.3333333333333,131.372549019608,135.294117647059],[67.6470588235294,114.705882352941,118.627450980392],[87.2549019607843,130.392156862745,131.372549019608],[94.1176470588235,136.274509803922,129.411764705882],[119.607843137255,162.745098039216,148.039215686275],[123.529411764706,168.627450980392,143.137254901961],[166.666666666667,208.823529411765,179.411764705882],[129.411764705882,162.745098039216,138.235294117647],[113.725490196078,142.156862745098,120.588235294118],[106.862745098039,135.294117647059,113.725490196078],[119.607843137255,142.156862745098,122.549019607843],[102.941176470588,113.725490196078,98.0392156862745],[100.980392156863,112.745098039216,99.0196078431373],[114.705882352941,143.137254901961,123.529411764706],[87.2549019607843,126.470588235294,100.980392156863],[142.156862745098,185.294117647059,158.823529411765],[104.901960784314,147.058823529412,119.607843137255],[88.2352941176471,117.647058823529,92.156862745098],[142.156862745098,170.588235294118,143.137254901961],[162.745098039216,197.058823529412,165.686274509804],[196.078431372549,230.392156862745,199.019607843137],[139.21568627451,167.647058823529,137.254901960784],[141.176470588235,167.647058823529,133.333333333333],[140.196078431373,170.588235294118,129.411764705882],[95.0980392156863,127.450980392157,83.3333333333333],[48.0392156862745,83.3333333333333,40.1960784313726],[51.9607843137255,88.2352941176471,45.0980392156863],[62.7450980392157,99.0196078431373,55.8823529411765],[140.196078431373,176.470588235294,133.333333333333],[174.509803921569,209.803921568627,164.705882352941],[113.725490196078,145.098039215686,97.0588235294118],[142.156862745098,168.627450980392,118.627450980392],[186.274509803922,208.823529411765,153.921568627451],[193.137254901961,210.78431372549,151.960784313725],[165.686274509804,180.392156862745,114.705882352941],[186.274509803922,200,126.470588235294],[158.823529411765,171.56862745098,91.1764705882353],[153.921568627451,166.666666666667,80.3921568627451],[141.176470588235,150,68.6274509803922],[110.78431372549,111.764705882353,45.0980392156863],[132.352941176471,132.352941176471,73.5294117647059],[139.21568627451,140.196078431373,84.3137254901961],[158.823529411765,161.764705882353,107.843137254902],[136.274509803922,144.117647058824,88.2352941176471],[146.078431372549,155.882352941176,104.901960784314],[55.8823529411765,66.6666666666667,24.5098039215686],[32.3529411764706,45.0980392156863,2.94117647058824],[125.490196078431,141.176470588235,97.0588235294118],[15.6862745098039,30.3921568627451,0],[24.5098039215686,38.2352941176471,2.94117647058824],[110.78431372549,122.549019607843,87.2549019607843],[148.039215686275,159.803921568627,122.549019607843],[84.3137254901961,94.1176470588235,57.843137254902],[34.3137254901961,44.1176470588235,7.84313725490196],[141.176470588235,148.039215686275,115.686274509804],[150.980392156863,156.862745098039,131.372549019608],[28.4313725490196,30.3921568627451,9.80392156862745],[27.4509803921569,18.6274509803922,1.96078431372549],[37.2549019607843,24.5098039215686,8.82352941176471],[51.9607843137255,40.1960784313726,24.5098039215686],[38.2352941176471,33.3333333333333,13.7254901960784],[67.6470588235294,73.5294117647059,48.0392156862745],[34.3137254901961,45.0980392156863,15.6862745098039],[61.7647058823529,70.5882352941177,42.156862745098],[96.078431372549,96.078431372549,70.5882352941177],[63.7254901960784,49.0196078431373,30.3921568627451],[36.2745098039216,14.7058823529412,1.96078431372549],[26.4705882352941,3.92156862745098,0],[32.3529411764706,17.6470588235294,10.7843137254902],[8.82352941176471,8.82352941176471,0.980392156862745],[2.94117647058824,4.90196078431373,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[27.4509803921569,27.4509803921569,27.4509803921569],[3.92156862745098,3.92156862745098,3.92156862745098],[39.2156862745098,39.2156862745098,39.2156862745098],[28.4313725490196,28.4313725490196,28.4313725490196],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,0],[10.7843137254902,0.980392156862745,0],[20.5882352941176,8.82352941176471,8.82352941176471],[30.3921568627451,16.6666666666667,15.6862745098039],[31.3725490196078,17.6470588235294,16.6666666666667],[26.4705882352941,12.7450980392157,11.7647058823529],[24.5098039215686,10.7843137254902,9.80392156862745],[18.6274509803922,4.90196078431373,3.92156862745098],[11.7647058823529,0,0],[18.6274509803922,3.92156862745098,0],[16.6666666666667,0,0],[14.7058823529412,0,0],[45.0980392156863,22.5490196078431,8.82352941176471],[89.2156862745098,63.7254901960784,47.0588235294118],[115.686274509804,90.1960784313725,73.5294117647059],[43.1372549019608,24.5098039215686,9.80392156862745],[48.0392156862745,29.4117647058824,14.7058823529412],[76.4705882352941,53.921568627451,38.2352941176471],[97.0588235294118,70.5882352941177,53.921568627451],[95.0980392156863,64.7058823529412,47.0588235294118],[127.450980392157,93.1372549019608,74.5098039215686],[119.607843137255,83.3333333333333,64.7058823529412],[144.117647058824,108.823529411765,87.2549019607843],[145.098039215686,111.764705882353,87.2549019607843],[70.5882352941177,39.2156862745098,14.7058823529412],[98.0392156862745,71.5686274509804,45.0980392156863],[99.0196078431373,73.5294117647059,49.0196078431373],[144.117647058824,123.529411764706,97.0588235294118],[131.372549019608,114.705882352941,89.2156862745098],[118.627450980392,102.941176470588,77.4509803921569],[132.352941176471,116.666666666667,91.1764705882353],[105.882352941176,93.1372549019608,61.7647058823529],[72.5490196078431,58.8235294117647,30.3921568627451],[133.333333333333,121.56862745098,96.078431372549],[162.745098039216,150.980392156863,125.490196078431],[195.098039215686,184.313725490196,152.941176470588],[249.019607843137,240.196078431373,209.803921568627],[200,189.21568627451,169.607843137255],[130.392156862745,122.549019607843,103.921568627451],[197.058823529412,194.117647058824,163.725490196078],[184.313725490196,185.294117647059,153.921568627451],[105.882352941176,109.803921568627,85.2941176470588],[120.588235294118,124.509803921569,100],[121.56862745098,125.490196078431,93.1372549019608],[165.686274509804,166.666666666667,133.333333333333],[162.745098039216,159.803921568627,129.411764705882],[129.411764705882,122.549019607843,95.0980392156863],[150,140.196078431373,113.725490196078],[122.549019607843,112.745098039216,86.2745098039216],[135.294117647059,128.43137254902,100.980392156863],[144.117647058824,137.254901960784,109.803921568627],[123.529411764706,114.705882352941,86.2745098039216],[108.823529411765,98.0392156862745,68.6274509803922],[138.235294117647,125.490196078431,92.156862745098],[216.666666666667,199.019607843137,163.725490196078],[177.450980392157,154.901960784314,114.705882352941],[122.549019607843,94.1176470588235,50.9803921568627],[105.882352941176,76.4705882352941,27.4509803921569],[122.549019607843,91.1764705882353,41.1764705882353],[162.745098039216,134.313725490196,79.4117647058823],[182.352941176471,158.823529411765,100],[211.764705882353,190.196078431373,131.372549019608],[236.274509803922,217.647058823529,159.803921568627],[160.78431372549,141.176470588235,91.1764705882353],[157.843137254902,136.274509803922,88.2352941176471],[213.725490196078,184.313725490196,135.294117647059],[221.56862745098,194.117647058824,147.058823529412],[204.901960784314,187.254901960784,142.156862745098],[178.43137254902,163.725490196078,121.56862745098],[115.686274509804,100.980392156863,62.7450980392157],[29.4117647058824,15.6862745098039,0],[59.8039215686275,50.9803921568627,22.5490196078431],[100.980392156863,100,69.6078431372549],[76.4705882352941,85.2941176470588,43.1372549019608],[61.7647058823529,71.5686274509804,22.5490196078431],[110.78431372549,108.823529411765,61.7647058823529],[156.862745098039,150.980392156863,100],[177.450980392157,175.490196078431,115.686274509804],[189.21568627451,191.176470588235,129.411764705882],[185.294117647059,189.21568627451,131.372549019608],[214.705882352941,221.56862745098,171.56862745098],[117.647058823529,127.450980392157,93.1372549019608],[35.2941176470588,52.9411764705882,27.4509803921569],[50,73.5294117647059,57.843137254902],[43.1372549019608,72.5490196078431,62.7450980392157],[32.3529411764706,64.7058823529412,55.8823529411765],[48.0392156862745,82.3529411764706,75.4901960784314],[55.8823529411765,87.2549019607843,82.3529411764706],[45.0980392156863,76.4705882352941,73.5294117647059],[53.921568627451,82.3529411764706,86.2745098039216],[48.0392156862745,78.4313725490196,81.3725490196078],[41.1764705882353,74.5098039215686,75.4901960784314],[33.3333333333333,71.5686274509804,66.6666666666667],[29.4117647058824,72.5490196078431,57.843137254902],[57.843137254902,102.941176470588,92.156862745098],[76.4705882352941,118.627450980392,124.509803921569],[78.4313725490196,121.56862745098,130.392156862745],[79.4117647058823,128.43137254902,127.450980392157],[86.2745098039216,138.235294117647,130.392156862745],[131.372549019608,188.235294117647,174.509803921569],[100,159.803921568627,145.098039215686],[73.5294117647059,132.352941176471,120.588235294118],[138.235294117647,197.058823529412,189.21568627451],[92.156862745098,147.058823529412,148.039215686275],[59.8039215686275,111.764705882353,117.647058823529],[50.9803921568627,100,106.862745098039],[57.843137254902,105.882352941176,110.78431372549],[57.843137254902,105.882352941176,102.941176470588],[83.3333333333333,129.411764705882,119.607843137255],[44.1176470588235,92.156862745098,71.5686274509804],[95.0980392156863,136.274509803922,114.705882352941],[160.78431372549,187.254901960784,172.549019607843],[201.960784313725,221.56862745098,209.803921568627],[143.137254901961,166.666666666667,150.980392156863],[121.56862745098,142.156862745098,127.450980392157],[104.901960784314,116.666666666667,102.941176470588],[139.21568627451,152.941176470588,136.274509803922],[182.352941176471,206.862745098039,185.294117647059],[100,133.333333333333,106.862745098039],[125.490196078431,163.725490196078,133.333333333333],[138.235294117647,174.509803921569,144.117647058824],[121.56862745098,150,122.549019607843],[97.0588235294118,122.549019607843,96.078431372549],[86.2745098039216,118.627450980392,90.1960784313725],[203.921568627451,233.333333333333,205.882352941176],[176.470588235294,196.078431372549,171.56862745098],[151.960784313725,169.607843137255,144.117647058824],[117.647058823529,144.117647058824,109.803921568627],[83.3333333333333,114.705882352941,74.5098039215686],[65.6862745098039,98.0392156862745,55.8823529411765],[104.901960784314,137.254901960784,95.0980392156863],[90.1960784313725,121.56862745098,81.3725490196078],[133.333333333333,163.725490196078,123.529411764706],[162.745098039216,190.196078431373,150],[224.509803921569,250,205.882352941176],[240.196078431373,250,213.725490196078],[214.705882352941,234.313725490196,176.470588235294],[162.745098039216,179.411764705882,112.745098039216],[155.882352941176,169.607843137255,96.078431372549],[180.392156862745,194.117647058824,116.666666666667],[226.470588235294,239.21568627451,161.764705882353],[142.156862745098,153.921568627451,79.4117647058823],[113.725490196078,123.529411764706,55.8823529411765],[192.156862745098,196.078431372549,138.235294117647],[162.745098039216,165.686274509804,113.725490196078],[51.9607843137255,55.8823529411765,6.86274509803922],[69.6078431372549,75.4901960784314,28.4313725490196],[115.686274509804,125.490196078431,73.5294117647059],[56.8627450980392,68.6274509803922,19.6078431372549],[12.7450980392157,24.5098039215686,0],[20.5882352941176,34.3137254901961,0],[60.7843137254902,77.4509803921569,33.3333333333333],[100.980392156863,117.647058823529,74.5098039215686],[42.156862745098,57.843137254902,22.5490196078431],[69.6078431372549,83.3333333333333,50.9803921568627],[86.2745098039216,100.980392156863,60.7843137254902],[119.607843137255,132.352941176471,90.1960784313725],[41.1764705882353,52.9411764705882,15.6862745098039],[31.3725490196078,41.1764705882353,7.84313725490196],[54.9019607843137,60.7843137254902,35.2941176470588],[27.4509803921569,29.4117647058824,8.82352941176471],[44.1176470588235,35.2941176470588,18.6274509803922],[50,38.2352941176471,24.5098039215686],[57.843137254902,49.0196078431373,34.3137254901961],[28.4313725490196,22.5490196078431,6.86274509803922],[33.3333333333333,38.2352941176471,15.6862745098039],[19.6078431372549,28.4313725490196,1.96078431372549],[8.82352941176471,15.6862745098039,0],[69.6078431372549,68.6274509803922,41.1764705882353],[62.7450980392157,48.0392156862745,27.4509803921569],[46.078431372549,24.5098039215686,10.7843137254902],[65.6862745098039,46.078431372549,35.2941176470588],[23.5294117647059,8.82352941176471,1.96078431372549],[8.82352941176471,5.88235294117647,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,0.980392156862745,3.92156862745098],[60.7843137254902,51.9607843137255,54.9019607843137],[48.0392156862745,38.2352941176471,39.2156862745098],[18.6274509803922,6.86274509803922,6.86274509803922],[38.2352941176471,24.5098039215686,23.5294117647059],[40.1960784313726,24.5098039215686,24.5098039215686],[16.6666666666667,0.980392156862745,0.980392156862745],[14.7058823529412,0,0],[25.4901960784314,9.80392156862745,9.80392156862745],[24.5098039215686,8.82352941176471,8.82352941176471],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,9.80392156862745,3.92156862745098],[30.3921568627451,8.82352941176471,0],[43.1372549019608,17.6470588235294,4.90196078431373],[68.6274509803922,42.156862745098,25.4901960784314],[112.745098039216,84.3137254901961,68.6274509803922],[50,22.5490196078431,11.7647058823529],[99.0196078431373,71.5686274509804,60.7843137254902],[126.470588235294,99.0196078431373,87.2549019607843],[80.3921568627451,53.921568627451,37.2549019607843],[87.2549019607843,60.7843137254902,40.1960784313726],[171.56862745098,148.039215686275,124.509803921569],[133.333333333333,109.803921568627,84.3137254901961],[68.6274509803922,48.0392156862745,21.5686274509804],[121.56862745098,100,76.4705882352941],[94.1176470588235,74.5098039215686,50],[50.9803921568627,31.3725490196078,7.84313725490196],[77.4509803921569,55.8823529411765,33.3333333333333],[125.490196078431,103.921568627451,81.3725490196078],[125.490196078431,103.921568627451,80.3921568627451],[129.411764705882,105.882352941176,82.3529411764706],[153.921568627451,139.21568627451,110.78431372549],[175.490196078431,175.490196078431,142.156862745098],[38.2352941176471,44.1176470588235,10.7843137254902],[102.941176470588,101.960784313725,74.5098039215686],[152.941176470588,146.078431372549,120.588235294118],[171.56862745098,160.78431372549,131.372549019608],[176.470588235294,162.745098039216,134.313725490196],[212.745098039216,198.039215686275,179.411764705882],[217.647058823529,206.862745098039,187.254901960784],[217.647058823529,210.78431372549,182.352941176471],[150,147.058823529412,116.666666666667],[55.8823529411765,53.921568627451,31.3725490196078],[114.705882352941,113.725490196078,93.1372549019608],[73.5294117647059,76.4705882352941,48.0392156862745],[141.176470588235,146.078431372549,114.705882352941],[172.549019607843,181.372549019608,152.941176470588],[181.372549019608,185.294117647059,160.78431372549],[131.372549019608,125.490196078431,103.921568627451],[98.0392156862745,87.2549019607843,67.6470588235294],[124.509803921569,116.666666666667,96.078431372549],[112.745098039216,106.862745098039,83.3333333333333],[96.078431372549,92.156862745098,65.6862745098039],[123.529411764706,118.627450980392,90.1960784313725],[108.823529411765,98.0392156862745,68.6274509803922],[149.019607843137,134.313725490196,101.960784313725],[145.098039215686,125.490196078431,89.2156862745098],[138.235294117647,113.725490196078,74.5098039215686],[121.56862745098,95.0980392156863,50.9803921568627],[113.725490196078,86.2745098039216,39.2156862745098],[137.254901960784,107.843137254902,56.8627450980392],[175.490196078431,146.078431372549,93.1372549019608],[213.725490196078,188.235294117647,132.352941176471],[176.470588235294,150.980392156863,95.0980392156863],[165.686274509804,139.21568627451,85.2941176470588],[195.098039215686,168.627450980392,114.705882352941],[189.21568627451,160.78431372549,105.882352941176],[208.823529411765,184.313725490196,131.372549019608],[224.509803921569,206.862745098039,159.803921568627],[217.647058823529,200.980392156863,155.882352941176],[153.921568627451,131.372549019608,82.3529411764706],[70.5882352941177,47.0588235294118,1.96078431372549],[121.56862745098,101.960784313725,69.6078431372549],[176.470588235294,167.647058823529,135.294117647059],[175.490196078431,184.313725490196,138.235294117647],[95.0980392156863,106.862745098039,59.8039215686275],[67.6470588235294,70.5882352941177,28.4313725490196],[161.764705882353,160.78431372549,117.647058823529],[96.078431372549,95.0980392156863,42.156862745098],[94.1176470588235,93.1372549019608,38.2352941176471],[119.607843137255,119.607843137255,70.5882352941177],[165.686274509804,170.588235294118,130.392156862745],[62.7450980392157,73.5294117647059,44.1176470588235],[32.3529411764706,49.0196078431373,30.3921568627451],[47.0588235294118,72.5490196078431,61.7647058823529],[50,80.3921568627451,74.5098039215686],[90.1960784313725,124.509803921569,117.647058823529],[33.3333333333333,69.6078431372549,62.7450980392157],[47.0588235294118,81.3725490196078,75.4901960784314],[48.0392156862745,81.3725490196078,80.3921568627451],[50.9803921568627,81.3725490196078,84.3137254901961],[49.0196078431373,79.4117647058823,82.3529411764706],[50,83.3333333333333,84.3137254901961],[31.3725490196078,70.5882352941177,62.7450980392157],[33.3333333333333,74.5098039215686,60.7843137254902],[89.2156862745098,132.352941176471,119.607843137255],[85.2941176470588,130.392156862745,127.450980392157],[75.4901960784314,122.549019607843,122.549019607843],[78.4313725490196,127.450980392157,126.470588235294],[84.3137254901961,135.294117647059,133.333333333333],[69.6078431372549,124.509803921569,121.56862745098],[59.8039215686275,117.647058823529,115.686274509804],[91.1764705882353,150,148.039215686275],[71.5686274509804,130.392156862745,130.392156862745],[67.6470588235294,126.470588235294,127.450980392157],[78.4313725490196,137.254901960784,138.235294117647],[57.843137254902,114.705882352941,116.666666666667],[75.4901960784314,130.392156862745,131.372549019608],[65.6862745098039,119.607843137255,116.666666666667],[71.5686274509804,122.549019607843,118.627450980392],[54.9019607843137,104.901960784314,100],[93.1372549019608,133.333333333333,127.450980392157],[205.882352941176,227.450980392157,225.490196078431],[239.21568627451,250,250],[199.019607843137,221.56862745098,213.725490196078],[194.117647058824,217.647058823529,204.901960784314],[163.725490196078,181.372549019608,167.647058823529],[169.607843137255,188.235294117647,169.607843137255],[154.901960784314,180.392156862745,155.882352941176],[135.294117647059,167.647058823529,139.21568627451],[121.56862745098,157.843137254902,125.490196078431],[150.980392156863,187.254901960784,154.901960784314],[107.843137254902,138.235294117647,107.843137254902],[66.6666666666667,96.078431372549,68.6274509803922],[134.313725490196,166.666666666667,140.196078431373],[212.745098039216,240.196078431373,217.647058823529],[228.43137254902,243.137254901961,224.509803921569],[139.21568627451,153.921568627451,135.294117647059],[123.529411764706,147.058823529412,125.490196078431],[118.627450980392,147.058823529412,119.607843137255],[110.78431372549,139.21568627451,108.823529411765],[135.294117647059,161.764705882353,129.411764705882],[111.764705882353,138.235294117647,105.882352941176],[150,173.529411764706,142.156862745098],[206.862745098039,226.470588235294,199.019607843137],[214.705882352941,231.372549019608,198.039215686275],[212.745098039216,229.411764705882,186.274509803922],[191.176470588235,204.901960784314,152.941176470588],[182.352941176471,197.058823529412,131.372549019608],[192.156862745098,205.882352941176,132.352941176471],[173.529411764706,186.274509803922,115.686274509804],[166.666666666667,178.43137254902,113.725490196078],[101.960784313725,112.745098039216,57.843137254902],[160.78431372549,168.627450980392,120.588235294118],[230.392156862745,237.254901960784,187.254901960784],[92.156862745098,98.0392156862745,52.9411764705882],[39.2156862745098,46.078431372549,4.90196078431373],[17.6470588235294,26.4705882352941,0],[100.980392156863,112.745098039216,65.6862745098039],[92.156862745098,104.901960784314,61.7647058823529],[54.9019607843137,68.6274509803922,34.3137254901961],[103.921568627451,118.627450980392,86.2745098039216],[80.3921568627451,97.0588235294118,55.8823529411765],[108.823529411765,125.490196078431,84.3137254901961],[105.882352941176,120.588235294118,88.2352941176471],[95.0980392156863,108.823529411765,76.4705882352941],[47.0588235294118,61.7647058823529,21.5686274509804],[128.43137254902,143.137254901961,100.980392156863],[105.882352941176,120.588235294118,82.3529411764706],[0,7.84313725490196,0],[37.2549019607843,40.1960784313726,9.80392156862745],[60.7843137254902,58.8235294117647,34.3137254901961],[37.2549019607843,34.3137254901961,15.6862745098039],[56.8627450980392,52.9411764705882,41.1764705882353],[44.1176470588235,41.1764705882353,32.3529411764706],[5.88235294117647,2.94117647058824,0],[22.5490196078431,20.5882352941176,7.84313725490196],[30.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,76.4705882352941,48.0392156862745],[62.7450980392157,56.8627450980392,25.4901960784314],[83.3333333333333,72.5490196078431,43.1372549019608],[87.2549019607843,73.5294117647059,48.0392156862745],[63.7254901960784,50.9803921568627,34.3137254901961],[17.6470588235294,4.90196078431373,0],[13.7254901960784,3.92156862745098,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,0,0],[37.2549019607843,27.4509803921569,28.4313725490196],[22.5490196078431,10.7843137254902,10.7843137254902],[9.80392156862745,0,0],[30.3921568627451,14.7058823529412,14.7058823529412],[40.1960784313726,25.4901960784314,22.5490196078431],[27.4509803921569,12.7450980392157,9.80392156862745],[12.7450980392157,0,0],[14.7058823529412,0,0],[26.4705882352941,11.7647058823529,8.82352941176471],[44.1176470588235,26.4705882352941,22.5490196078431],[51.9607843137255,33.3333333333333,26.4705882352941],[53.921568627451,32.3529411764706,19.6078431372549],[46.078431372549,20.5882352941176,5.88235294117647],[43.1372549019608,16.6666666666667,0],[63.7254901960784,35.2941176470588,19.6078431372549],[78.4313725490196,46.078431372549,37.2549019607843],[111.764705882353,82.3529411764706,74.5098039215686],[130.392156862745,101.960784313725,88.2352941176471],[44.1176470588235,17.6470588235294,0],[44.1176470588235,20.5882352941176,0],[111.764705882353,91.1764705882353,62.7450980392157],[127.450980392157,108.823529411765,79.4117647058823],[25.4901960784314,5.88235294117647,0],[44.1176470588235,27.4509803921569,1.96078431372549],[90.1960784313725,72.5490196078431,49.0196078431373],[92.156862745098,71.5686274509804,50.9803921568627],[61.7647058823529,41.1764705882353,20.5882352941176],[65.6862745098039,44.1176470588235,21.5686274509804],[110.78431372549,89.2156862745098,65.6862745098039],[109.803921568627,86.2745098039216,60.7843137254902],[123.529411764706,109.803921568627,81.3725490196078],[207.843137254902,214.705882352941,181.372549019608],[62.7450980392157,76.4705882352941,42.156862745098],[55.8823529411765,58.8235294117647,32.3529411764706],[102.941176470588,96.078431372549,70.5882352941177],[111.764705882353,98.0392156862745,69.6078431372549],[183.333333333333,168.627450980392,140.196078431373],[232.352941176471,217.647058823529,199.019607843137],[212.745098039216,200,181.372549019608],[185.294117647059,178.43137254902,150],[153.921568627451,149.019607843137,119.607843137255],[163.725490196078,156.862745098039,138.235294117647],[113.725490196078,110.78431372549,92.156862745098],[63.7254901960784,66.6666666666667,40.1960784313726],[139.21568627451,148.039215686275,119.607843137255],[164.705882352941,178.43137254902,152.941176470588],[132.352941176471,144.117647058824,120.588235294118],[110.78431372549,107.843137254902,91.1764705882353],[97.0588235294118,88.2352941176471,73.5294117647059],[127.450980392157,120.588235294118,102.941176470588],[130.392156862745,125.490196078431,105.882352941176],[116.666666666667,111.764705882353,90.1960784313725],[103.921568627451,100,73.5294117647059],[136.274509803922,131.372549019608,101.960784313725],[150,141.176470588235,108.823529411765],[139.21568627451,125.490196078431,91.1764705882353],[163.725490196078,144.117647058824,107.843137254902],[147.058823529412,122.549019607843,82.3529411764706],[115.686274509804,87.2549019607843,44.1176470588235],[110.78431372549,80.3921568627451,34.3137254901961],[144.117647058824,112.745098039216,62.7450980392157],[194.117647058824,163.725490196078,109.803921568627],[146.078431372549,115.686274509804,59.8039215686275],[158.823529411765,129.411764705882,70.5882352941177],[171.56862745098,143.137254901961,84.3137254901961],[157.843137254902,132.352941176471,72.5490196078431],[192.156862745098,170.588235294118,113.725490196078],[239.21568627451,226.470588235294,174.509803921569],[241.176470588235,225.490196078431,174.509803921569],[169.607843137255,141.176470588235,84.3137254901961],[159.803921568627,129.411764705882,75.4901960784314],[109.803921568627,82.3529411764706,43.1372549019608],[54.9019607843137,39.2156862745098,3.92156862745098],[58.8235294117647,64.7058823529412,19.6078431372549],[126.470588235294,139.21568627451,94.1176470588235],[64.7058823529412,70.5882352941177,35.2941176470588],[87.2549019607843,87.2549019607843,53.921568627451],[93.1372549019608,90.1960784313725,48.0392156862745],[54.9019607843137,51.9607843137255,7.84313725490196],[66.6666666666667,67.6470588235294,28.4313725490196],[55.8823529411765,58.8235294117647,28.4313725490196],[51.9607843137255,60.7843137254902,40.1960784313726],[32.3529411764706,50,38.2352941176471],[38.2352941176471,64.7058823529412,57.843137254902],[56.8627450980392,91.1764705882353,85.2941176470588],[45.0980392156863,84.3137254901961,75.4901960784314],[42.156862745098,83.3333333333333,73.5294117647059],[69.6078431372549,108.823529411765,100],[55.8823529411765,92.156862745098,85.2941176470588],[45.0980392156863,78.4313725490196,79.4117647058823],[57.843137254902,91.1764705882353,93.1372549019608],[74.5098039215686,109.803921568627,109.803921568627],[50,88.2352941176471,83.3333333333333],[36.2745098039216,77.4509803921569,65.6862745098039],[76.4705882352941,119.607843137255,106.862745098039],[135.294117647059,181.372549019608,173.529411764706],[87.2549019607843,135.294117647059,131.372549019608],[69.6078431372549,118.627450980392,115.686274509804],[87.2549019607843,138.235294117647,136.274509803922],[108.823529411765,163.725490196078,162.745098039216],[96.078431372549,152.941176470588,153.921568627451],[86.2745098039216,145.098039215686,146.078431372549],[64.7058823529412,124.509803921569,125.490196078431],[72.5490196078431,132.352941176471,135.294117647059],[71.5686274509804,131.372549019608,134.313725490196],[52.9411764705882,112.745098039216,115.686274509804],[53.921568627451,112.745098039216,113.725490196078],[53.921568627451,110.78431372549,112.745098039216],[73.5294117647059,128.43137254902,129.411764705882],[69.6078431372549,122.549019607843,122.549019607843],[105.882352941176,147.058823529412,146.078431372549],[225.490196078431,246.078431372549,250],[204.901960784314,222.549019607843,224.509803921569],[128.43137254902,154.901960784314,150],[178.43137254902,209.803921568627,199.019607843137],[138.235294117647,165.686274509804,151.960784313725],[98.0392156862745,126.470588235294,106.862745098039],[95.0980392156863,126.470588235294,102.941176470588],[94.1176470588235,130.392156862745,100],[85.2941176470588,123.529411764706,93.1372549019608],[95.0980392156863,133.333333333333,102.941176470588],[73.5294117647059,111.764705882353,81.3725490196078],[68.6274509803922,103.921568627451,76.4705882352941],[147.058823529412,185.294117647059,158.823529411765],[194.117647058824,225.490196078431,202.941176470588],[219.607843137255,236.274509803922,220.588235294118],[156.862745098039,170.588235294118,155.882352941176],[144.117647058824,167.647058823529,151.960784313725],[153.921568627451,182.352941176471,160.78431372549],[190.196078431373,218.627450980392,191.176470588235],[231.372549019608,250,227.450980392157],[204.901960784314,228.43137254902,197.058823529412],[213.725490196078,232.352941176471,202.941176470588],[200,214.705882352941,186.274509803922],[184.313725490196,198.039215686275,163.725490196078],[149.019607843137,161.764705882353,118.627450980392],[142.156862745098,156.862745098039,100.980392156863],[164.705882352941,179.411764705882,111.764705882353],[168.627450980392,184.313725490196,112.745098039216],[161.764705882353,177.450980392157,107.843137254902],[64.7058823529412,78.4313725490196,18.6274509803922],[73.5294117647059,85.2941176470588,40.1960784313726],[179.411764705882,190.196078431373,149.019607843137],[163.725490196078,172.549019607843,130.392156862745],[84.3137254901961,93.1372549019608,49.0196078431373],[25.4901960784314,33.3333333333333,0],[36.2745098039216,47.0588235294118,7.84313725490196],[68.6274509803922,81.3725490196078,39.2156862745098],[80.3921568627451,92.156862745098,52.9411764705882],[33.3333333333333,47.0588235294118,12.7450980392157],[45.0980392156863,59.8039215686275,27.4509803921569],[130.392156862745,146.078431372549,109.803921568627],[150.980392156863,166.666666666667,128.43137254902],[14.7058823529412,30.3921568627451,0],[50,65.6862745098039,30.3921568627451],[3.92156862745098,18.6274509803922,0],[87.2549019607843,101.960784313725,61.7647058823529],[155.882352941176,170.588235294118,130.392156862745],[87.2549019607843,97.0588235294118,62.7450980392157],[85.2941176470588,88.2352941176471,57.843137254902],[76.4705882352941,74.5098039215686,50],[33.3333333333333,32.3529411764706,12.7450980392157],[17.6470588235294,15.6862745098039,0.980392156862745],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,47.0588235294118,35.2941176470588],[27.4509803921569,25.4901960784314,10.7843137254902],[37.2549019607843,35.2941176470588,14.7058823529412],[27.4509803921569,21.5686274509804,0],[43.1372549019608,36.2745098039216,7.84313725490196],[92.156862745098,81.3725490196078,53.921568627451],[86.2745098039216,74.5098039215686,50.9803921568627],[51.9607843137255,39.2156862745098,23.5294117647059],[54.9019607843137,42.156862745098,34.3137254901961],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,8.82352941176471],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[10.7843137254902,0.980392156862745,0],[13.7254901960784,2.94117647058824,0.980392156862745],[26.4705882352941,12.7450980392157,9.80392156862745],[21.5686274509804,6.86274509803922,1.96078431372549],[31.3725490196078,13.7254901960784,9.80392156862745],[50.9803921568627,33.3333333333333,29.4117647058824],[36.2745098039216,18.6274509803922,14.7058823529412],[25.4901960784314,7.84313725490196,3.92156862745098],[27.4509803921569,10.7843137254902,3.92156862745098],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,21.5686274509804,12.7450980392157],[36.2745098039216,14.7058823529412,0.980392156862745],[54.9019607843137,29.4117647058824,12.7450980392157],[84.3137254901961,56.8627450980392,36.2745098039216],[90.1960784313725,61.7647058823529,44.1176470588235],[21.5686274509804,0,0],[19.6078431372549,0,0],[82.3529411764706,56.8627450980392,40.1960784313726],[96.078431372549,69.6078431372549,49.0196078431373],[93.1372549019608,67.6470588235294,41.1764705882353],[78.4313725490196,53.921568627451,24.5098039215686],[105.882352941176,81.3725490196078,51.9607843137255],[75.4901960784314,50,23.5294117647059],[62.7450980392157,35.2941176470588,13.7254901960784],[83.3333333333333,55.8823529411765,35.2941176470588],[100,73.5294117647059,54.9019607843137],[76.4705882352941,51.9607843137255,32.3529411764706],[95.0980392156863,73.5294117647059,50.9803921568627],[91.1764705882353,74.5098039215686,47.0588235294118],[97.0588235294118,82.3529411764706,50],[157.843137254902,151.960784313725,116.666666666667],[133.333333333333,145.098039215686,109.803921568627],[92.156862745098,105.882352941176,73.5294117647059],[80.3921568627451,78.4313725490196,55.8823529411765],[97.0588235294118,85.2941176470588,63.7254901960784],[142.156862745098,125.490196078431,100],[190.196078431373,173.529411764706,148.039215686275],[241.176470588235,226.470588235294,205.882352941176],[236.274509803922,225.490196078431,203.921568627451],[152.941176470588,148.039215686275,116.666666666667],[109.803921568627,106.862745098039,76.4705882352941],[155.882352941176,149.019607843137,130.392156862745],[160.78431372549,154.901960784314,139.21568627451],[129.411764705882,129.411764705882,105.882352941176],[130.392156862745,139.21568627451,112.745098039216],[129.411764705882,147.058823529412,123.529411764706],[131.372549019608,146.078431372549,125.490196078431],[98.0392156862745,100,86.2745098039216],[92.156862745098,86.2745098039216,72.5490196078431],[114.705882352941,107.843137254902,92.156862745098],[149.019607843137,140.196078431373,123.529411764706],[147.058823529412,139.21568627451,118.627450980392],[157.843137254902,153.921568627451,129.411764705882],[194.117647058824,195.098039215686,164.705882352941],[134.313725490196,135.294117647059,103.921568627451],[181.372549019608,177.450980392157,143.137254901961],[151.960784313725,139.21568627451,104.901960784314],[119.607843137255,96.078431372549,58.8235294117647],[120.588235294118,89.2156862745098,50.9803921568627],[138.235294117647,101.960784313725,58.8235294117647],[141.176470588235,105.882352941176,56.8627450980392],[173.529411764706,143.137254901961,89.2156862745098],[170.588235294118,141.176470588235,82.3529411764706],[175.490196078431,147.058823529412,82.3529411764706],[183.333333333333,156.862745098039,89.2156862745098],[139.21568627451,116.666666666667,50.9803921568627],[126.470588235294,108.823529411765,46.078431372549],[197.058823529412,187.254901960784,129.411764705882],[250,239.21568627451,181.372549019608],[213.725490196078,183.333333333333,119.607843137255],[151.960784313725,114.705882352941,53.921568627451],[115.686274509804,82.3529411764706,35.2941176470588],[58.8235294117647,38.2352941176471,0],[40.1960784313726,43.1372549019608,0],[220.588235294118,231.372549019608,192.156862745098],[151.960784313725,155.882352941176,129.411764705882],[110.78431372549,108.823529411765,86.2745098039216],[115.686274509804,110.78431372549,79.4117647058823],[40.1960784313726,35.2941176470588,3.92156862745098],[82.3529411764706,80.3921568627451,57.843137254902],[48.0392156862745,50.9803921568627,34.3137254901961],[34.3137254901961,44.1176470588235,35.2941176470588],[28.4313725490196,47.0588235294118,43.1372549019608],[41.1764705882353,71.5686274509804,66.6666666666667],[39.2156862745098,75.4901960784314,67.6470588235294],[23.5294117647059,64.7058823529412,50.9803921568627],[61.7647058823529,105.882352941176,86.2745098039216],[63.7254901960784,105.882352941176,87.2549019607843],[57.843137254902,99.0196078431373,85.2941176470588],[50,86.2745098039216,79.4117647058823],[40.1960784313726,75.4901960784314,75.4901960784314],[45.0980392156863,79.4117647058823,81.3725490196078],[49.0196078431373,84.3137254901961,84.3137254901961],[46.078431372549,84.3137254901961,81.3725490196078],[51.9607843137255,93.1372549019608,89.2156862745098],[47.0588235294118,92.156862745098,90.1960784313725],[59.8039215686275,107.843137254902,104.901960784314],[62.7450980392157,110.78431372549,106.862745098039],[59.8039215686275,109.803921568627,102.941176470588],[123.529411764706,178.43137254902,169.607843137255],[118.627450980392,174.509803921569,167.647058823529],[65.6862745098039,125.490196078431,120.588235294118],[84.3137254901961,144.117647058824,145.098039215686],[92.156862745098,150.980392156863,158.823529411765],[64.7058823529412,125.490196078431,136.274509803922],[60.7843137254902,121.56862745098,134.313725490196],[48.0392156862745,106.862745098039,117.647058823529],[51.9607843137255,107.843137254902,116.666666666667],[66.6666666666667,120.588235294118,123.529411764706],[50,103.921568627451,100.980392156863],[69.6078431372549,112.745098039216,111.764705882353],[189.21568627451,216.666666666667,219.607843137255],[177.450980392157,200.980392156863,202.941176470588],[94.1176470588235,129.411764705882,125.490196078431],[69.6078431372549,111.764705882353,101.960784313725],[54.9019607843137,98.0392156862745,83.3333333333333],[62.7450980392157,104.901960784314,86.2745098039216],[53.921568627451,95.0980392156863,73.5294117647059],[67.6470588235294,108.823529411765,85.2941176470588],[46.078431372549,89.2156862745098,62.7450980392157],[70.5882352941177,115.686274509804,87.2549019607843],[33.3333333333333,81.3725490196078,51.9607843137255],[50,98.0392156862745,68.6274509803922],[172.549019607843,217.647058823529,190.196078431373],[181.372549019608,218.627450980392,196.078431372549],[146.078431372549,168.627450980392,150.980392156863],[193.137254901961,213.725490196078,197.058823529412],[172.549019607843,200.980392156863,181.372549019608],[144.117647058824,175.490196078431,152.941176470588],[188.235294117647,218.627450980392,188.235294117647],[165.686274509804,191.176470588235,156.862745098039],[159.803921568627,181.372549019608,144.117647058824],[179.411764705882,197.058823529412,157.843137254902],[96.078431372549,110.78431372549,70.5882352941177],[118.627450980392,131.372549019608,86.2745098039216],[147.058823529412,161.764705882353,107.843137254902],[139.21568627451,153.921568627451,90.1960784313725],[115.686274509804,133.333333333333,60.7843137254902],[166.666666666667,184.313725490196,109.803921568627],[161.764705882353,178.43137254902,109.803921568627],[95.0980392156863,110.78431372549,50],[88.2352941176471,103.921568627451,55.8823529411765],[153.921568627451,166.666666666667,124.509803921569],[102.941176470588,113.725490196078,71.5686274509804],[140.196078431373,150.980392156863,108.823529411765],[85.2941176470588,96.078431372549,53.921568627451],[28.4313725490196,41.1764705882353,0],[28.4313725490196,40.1960784313726,4.90196078431373],[127.450980392157,139.21568627451,103.921568627451],[79.4117647058823,94.1176470588235,55.8823529411765],[64.7058823529412,78.4313725490196,43.1372549019608],[161.764705882353,175.490196078431,143.137254901961],[33.3333333333333,47.0588235294118,14.7058823529412],[16.6666666666667,30.3921568627451,0],[0,13.7254901960784,0],[8.82352941176471,20.5882352941176,0],[131.372549019608,143.137254901961,107.843137254902],[136.274509803922,148.039215686275,110.78431372549],[119.607843137255,129.411764705882,95.0980392156863],[58.8235294117647,63.7254901960784,41.1764705882353],[0.980392156862745,1.96078431372549,0],[29.4117647058824,24.5098039215686,5.88235294117647],[32.3529411764706,25.4901960784314,7.84313725490196],[11.7647058823529,4.90196078431373,0],[46.078431372549,44.1176470588235,23.5294117647059],[36.2745098039216,38.2352941176471,14.7058823529412],[34.3137254901961,37.2549019607843,10.7843137254902],[37.2549019607843,35.2941176470588,10.7843137254902],[24.5098039215686,16.6666666666667,0],[62.7450980392157,46.078431372549,30.3921568627451],[76.4705882352941,54.9019607843137,42.156862745098],[36.2745098039216,16.6666666666667,7.84313725490196],[30.3921568627451,16.6666666666667,7.84313725490196],[5.88235294117647,0,0],[12.7450980392157,9.80392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,14.7058823529412,15.6862745098039],[108.823529411765,106.862745098039,107.843137254902],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[19.6078431372549,15.6862745098039,16.6666666666667],[14.7058823529412,10.7843137254902,11.7647058823529],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,5.88235294117647],[12.7450980392157,1.96078431372549,0],[17.6470588235294,4.90196078431373,0],[22.5490196078431,7.84313725490196,0.980392156862745],[45.0980392156863,28.4313725490196,20.5882352941176],[64.7058823529412,48.0392156862745,40.1960784313726],[43.1372549019608,26.4705882352941,18.6274509803922],[23.5294117647059,6.86274509803922,0],[21.5686274509804,4.90196078431373,0],[39.2156862745098,21.5686274509804,11.7647058823529],[40.1960784313726,21.5686274509804,7.84313725490196],[20.5882352941176,0,0],[58.8235294117647,34.3137254901961,12.7450980392157],[115.686274509804,88.2352941176471,64.7058823529412],[103.921568627451,76.4705882352941,54.9019607843137],[100.980392156863,73.5294117647059,59.8039215686275],[41.1764705882353,15.6862745098039,0.980392156862745],[64.7058823529412,40.1960784313726,20.5882352941176],[95.0980392156863,69.6078431372549,45.0980392156863],[103.921568627451,79.4117647058823,50],[117.647058823529,91.1764705882353,61.7647058823529],[124.509803921569,96.078431372549,66.6666666666667],[142.156862745098,111.764705882353,84.3137254901961],[136.274509803922,104.901960784314,82.3529411764706],[155.882352941176,123.529411764706,104.901960784314],[107.843137254902,77.4509803921569,59.8039215686275],[70.5882352941177,44.1176470588235,23.5294117647059],[136.274509803922,114.705882352941,91.1764705882353],[80.3921568627451,63.7254901960784,34.3137254901961],[84.3137254901961,71.5686274509804,37.2549019607843],[111.764705882353,105.882352941176,70.5882352941177],[107.843137254902,111.764705882353,79.4117647058823],[96.078431372549,96.078431372549,70.5882352941177],[100.980392156863,90.1960784313725,70.5882352941177],[123.529411764706,105.882352941176,86.2745098039216],[136.274509803922,116.666666666667,92.156862745098],[152.941176470588,137.254901960784,111.764705882353],[220.588235294118,214.705882352941,191.176470588235],[218.627450980392,218.627450980392,193.137254901961],[125.490196078431,131.372549019608,96.078431372549],[102.941176470588,108.823529411765,75.4901960784314],[109.803921568627,107.843137254902,87.2549019607843],[139.21568627451,133.333333333333,117.647058823529],[146.078431372549,144.117647058824,123.529411764706],[107.843137254902,111.764705882353,89.2156862745098],[125.490196078431,137.254901960784,117.647058823529],[97.0588235294118,107.843137254902,91.1764705882353],[105.882352941176,109.803921568627,96.078431372549],[108.823529411765,106.862745098039,94.1176470588235],[115.686274509804,108.823529411765,93.1372549019608],[122.549019607843,113.725490196078,97.0588235294118],[144.117647058824,136.274509803922,115.686274509804],[179.411764705882,175.490196078431,150.980392156863],[115.686274509804,120.588235294118,91.1764705882353],[117.647058823529,123.529411764706,90.1960784313725],[108.823529411765,109.803921568627,76.4705882352941],[114.705882352941,108.823529411765,73.5294117647059],[100,80.3921568627451,46.078431372549],[112.745098039216,83.3333333333333,46.078431372549],[111.764705882353,77.4509803921569,36.2745098039216],[125.490196078431,90.1960784313725,43.1372549019608],[203.921568627451,173.529411764706,119.607843137255],[188.235294117647,160.78431372549,99.0196078431373],[200,173.529411764706,105.882352941176],[178.43137254902,154.901960784314,86.2745098039216],[150,126.470588235294,63.7254901960784],[116.666666666667,99.0196078431373,38.2352941176471],[207.843137254902,198.039215686275,138.235294117647],[250,250,190.196078431373],[218.627450980392,188.235294117647,124.509803921569],[173.529411764706,136.274509803922,74.5098039215686],[121.56862745098,87.2549019607843,32.3529411764706],[106.862745098039,83.3333333333333,36.2745098039216],[90.1960784313725,87.2549019607843,45.0980392156863],[154.901960784314,158.823529411765,126.470588235294],[126.470588235294,124.509803921569,101.960784313725],[90.1960784313725,85.2941176470588,65.6862745098039],[36.2745098039216,30.3921568627451,4.90196078431373],[14.7058823529412,9.80392156862745,0],[59.8039215686275,57.843137254902,45.0980392156863],[48.0392156862745,50.9803921568627,44.1176470588235],[35.2941176470588,47.0588235294118,45.0980392156863],[25.4901960784314,45.0980392156863,44.1176470588235],[34.3137254901961,65.6862745098039,62.7450980392157],[40.1960784313726,80.3921568627451,72.5490196078431],[31.3725490196078,77.4509803921569,59.8039215686275],[48.0392156862745,95.0980392156863,73.5294117647059],[62.7450980392157,109.803921568627,86.2745098039216],[37.2549019607843,81.3725490196078,61.7647058823529],[37.2549019607843,76.4705882352941,67.6470588235294],[52.9411764705882,88.2352941176471,86.2745098039216],[47.0588235294118,81.3725490196078,83.3333333333333],[38.2352941176471,75.4901960784314,76.4705882352941],[46.078431372549,85.2941176470588,84.3137254901961],[54.9019607843137,96.078431372549,95.0980392156863],[33.3333333333333,78.4313725490196,78.4313725490196],[81.3725490196078,129.411764705882,126.470588235294],[80.3921568627451,128.43137254902,122.549019607843],[60.7843137254902,109.803921568627,99.0196078431373],[80.3921568627451,131.372549019608,118.627450980392],[80.3921568627451,135.294117647059,122.549019607843],[83.3333333333333,139.21568627451,132.352941176471],[68.6274509803922,127.450980392157,127.450980392157],[71.5686274509804,130.392156862745,140.196078431373],[68.6274509803922,129.411764705882,144.117647058824],[61.7647058823529,121.56862745098,139.21568627451],[71.5686274509804,129.411764705882,145.098039215686],[69.6078431372549,125.490196078431,136.274509803922],[50.9803921568627,104.901960784314,109.803921568627],[70.5882352941177,121.56862745098,119.607843137255],[68.6274509803922,112.745098039216,109.803921568627],[139.21568627451,169.607843137255,171.56862745098],[130.392156862745,159.803921568627,161.764705882353],[71.5686274509804,112.745098039216,108.823529411765],[57.843137254902,107.843137254902,99.0196078431373],[70.5882352941177,123.529411764706,110.78431372549],[69.6078431372549,122.549019607843,108.823529411765],[62.7450980392157,109.803921568627,96.078431372549],[46.078431372549,92.156862745098,74.5098039215686],[45.0980392156863,91.1764705882353,71.5686274509804],[24.5098039215686,75.4901960784314,52.9411764705882],[49.0196078431373,103.921568627451,77.4509803921569],[108.823529411765,163.725490196078,137.254901960784],[154.901960784314,206.862745098039,179.411764705882],[101.960784313725,145.098039215686,120.588235294118],[151.960784313725,180.392156862745,160.78431372549],[205.882352941176,232.352941176471,213.725490196078],[152.941176470588,185.294117647059,164.705882352941],[168.627450980392,202.941176470588,179.411764705882],[192.156862745098,224.509803921569,196.078431372549],[140.196078431373,166.666666666667,132.352941176471],[125.490196078431,147.058823529412,108.823529411765],[59.8039215686275,78.4313725490196,33.3333333333333],[117.647058823529,134.313725490196,83.3333333333333],[155.882352941176,170.588235294118,114.705882352941],[141.176470588235,156.862745098039,95.0980392156863],[148.039215686275,167.647058823529,100],[138.235294117647,159.803921568627,89.2156862745098],[168.627450980392,190.196078431373,119.607843137255],[135.294117647059,155.882352941176,90.1960784313725],[95.0980392156863,114.705882352941,54.9019607843137],[86.2745098039216,103.921568627451,52.9411764705882],[100.980392156863,118.627450980392,71.5686274509804],[17.6470588235294,30.3921568627451,0],[83.3333333333333,95.0980392156863,50],[134.313725490196,148.039215686275,100],[56.8627450980392,69.6078431372549,26.4705882352941],[26.4705882352941,38.2352941176471,2.94117647058824],[49.0196078431373,59.8039215686275,26.4705882352941],[59.8039215686275,72.5490196078431,30.3921568627451],[118.627450980392,130.392156862745,91.1764705882353],[26.4705882352941,37.2549019607843,7.84313725490196],[3.92156862745098,13.7254901960784,0],[7.84313725490196,19.6078431372549,0],[7.84313725490196,19.6078431372549,0],[14.7058823529412,25.4901960784314,0],[50,60.7843137254902,27.4509803921569],[75.4901960784314,87.2549019607843,50],[94.1176470588235,105.882352941176,70.5882352941177],[8.82352941176471,18.6274509803922,0],[35.2941176470588,38.2352941176471,17.6470588235294],[53.921568627451,49.0196078431373,29.4117647058824],[62.7450980392157,54.9019607843137,36.2745098039216],[52.9411764705882,45.0980392156863,26.4705882352941],[33.3333333333333,28.4313725490196,6.86274509803922],[54.9019607843137,57.843137254902,31.3725490196078],[49.0196078431373,52.9411764705882,26.4705882352941],[63.7254901960784,66.6666666666667,40.1960784313726],[43.1372549019608,37.2549019607843,13.7254901960784],[39.2156862745098,20.5882352941176,3.92156862745098],[70.5882352941177,44.1176470588235,33.3333333333333],[91.1764705882353,66.6666666666667,59.8039215686275],[35.2941176470588,18.6274509803922,10.7843137254902],[10.7843137254902,6.86274509803922,0],[0,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[19.6078431372549,15.6862745098039,16.6666666666667],[20.5882352941176,16.6666666666667,17.6470588235294],[9.80392156862745,3.92156862745098,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[13.7254901960784,7.84313725490196,9.80392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,13.7254901960784],[13.7254901960784,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[19.6078431372549,4.90196078431373,0],[27.4509803921569,10.7843137254902,2.94117647058824],[25.4901960784314,8.82352941176471,0.980392156862745],[21.5686274509804,4.90196078431373,0],[50.9803921568627,34.3137254901961,26.4705882352941],[45.0980392156863,28.4313725490196,20.5882352941176],[30.3921568627451,13.7254901960784,3.92156862745098],[43.1372549019608,25.4901960784314,11.7647058823529],[45.0980392156863,26.4705882352941,11.7647058823529],[38.2352941176471,16.6666666666667,0],[49.0196078431373,23.5294117647059,0.980392156862745],[107.843137254902,81.3725490196078,54.9019607843137],[88.2352941176471,58.8235294117647,33.3333333333333],[76.4705882352941,48.0392156862745,30.3921568627451],[79.4117647058823,50.9803921568627,33.3333333333333],[73.5294117647059,46.078431372549,24.5098039215686],[73.5294117647059,48.0392156862745,21.5686274509804],[100.980392156863,76.4705882352941,46.078431372549],[111.764705882353,86.2745098039216,53.921568627451],[130.392156862745,101.960784313725,70.5882352941177],[85.2941176470588,54.9019607843137,26.4705882352941],[136.274509803922,102.941176470588,78.4313725490196],[145.098039215686,110.78431372549,89.2156862745098],[144.117647058824,109.803921568627,90.1960784313725],[152.941176470588,123.529411764706,100],[105.882352941176,80.3921568627451,53.921568627451],[130.392156862745,111.764705882353,80.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[125.490196078431,112.745098039216,78.4313725490196],[120.588235294118,104.901960784314,79.4117647058823],[130.392156862745,109.803921568627,91.1764705882353],[133.333333333333,105.882352941176,92.156862745098],[109.803921568627,83.3333333333333,66.6666666666667],[137.254901960784,117.647058823529,91.1764705882353],[198.039215686275,189.21568627451,158.823529411765],[231.372549019608,235.294117647059,208.823529411765],[189.21568627451,203.921568627451,173.529411764706],[128.43137254902,150.980392156863,109.803921568627],[88.2352941176471,108.823529411765,70.5882352941177],[104.901960784314,112.745098039216,89.2156862745098],[113.725490196078,114.705882352941,97.0588235294118],[114.705882352941,109.803921568627,90.1960784313725],[127.450980392157,120.588235294118,101.960784313725],[97.0588235294118,94.1176470588235,79.4117647058823],[68.6274509803922,66.6666666666667,53.921568627451],[81.3725490196078,82.3529411764706,68.6274509803922],[109.803921568627,107.843137254902,95.0980392156863],[117.647058823529,111.764705882353,96.078431372549],[134.313725490196,127.450980392157,109.803921568627],[134.313725490196,129.411764705882,107.843137254902],[181.372549019608,181.372549019608,155.882352941176],[130.392156862745,135.294117647059,105.882352941176],[110.78431372549,117.647058823529,85.2941176470588],[117.647058823529,121.56862745098,89.2156862745098],[136.274509803922,132.352941176471,98.0392156862745],[104.901960784314,89.2156862745098,55.8823529411765],[133.333333333333,109.803921568627,72.5490196078431],[123.529411764706,92.156862745098,51.9607843137255],[137.254901960784,103.921568627451,56.8627450980392],[183.333333333333,150.980392156863,98.0392156862745],[156.862745098039,128.43137254902,69.6078431372549],[162.745098039216,144.117647058824,77.4509803921569],[213.725490196078,195.098039215686,130.392156862745],[159.803921568627,135.294117647059,80.3921568627451],[161.764705882353,139.21568627451,88.2352941176471],[197.058823529412,181.372549019608,123.529411764706],[234.313725490196,216.666666666667,155.882352941176],[220.588235294118,193.137254901961,131.372549019608],[223.529411764706,193.137254901961,130.392156862745],[163.725490196078,134.313725490196,71.5686274509804],[145.098039215686,123.529411764706,67.6470588235294],[93.1372549019608,81.3725490196078,42.156862745098],[75.4901960784314,66.6666666666667,38.2352941176471],[78.4313725490196,66.6666666666667,45.0980392156863],[96.078431372549,85.2941176470588,65.6862745098039],[21.5686274509804,17.6470588235294,0],[31.3725490196078,33.3333333333333,12.7450980392157],[20.5882352941176,22.5490196078431,11.7647058823529],[40.1960784313726,44.1176470588235,43.1372549019608],[32.3529411764706,46.078431372549,47.0588235294118],[29.4117647058824,52.9411764705882,54.9019607843137],[48.0392156862745,81.3725490196078,80.3921568627451],[61.7647058823529,101.960784313725,94.1176470588235],[64.7058823529412,110.78431372549,93.1372549019608],[50.9803921568627,99.0196078431373,77.4509803921569],[57.843137254902,104.901960784314,81.3725490196078],[55.8823529411765,100,80.3921568627451],[39.2156862745098,78.4313725490196,69.6078431372549],[56.8627450980392,95.0980392156863,92.156862745098],[53.921568627451,91.1764705882353,92.156862745098],[50.9803921568627,88.2352941176471,91.1764705882353],[63.7254901960784,102.941176470588,102.941176470588],[77.4509803921569,118.627450980392,116.666666666667],[50.9803921568627,96.078431372549,94.1176470588235],[56.8627450980392,101.960784313725,99.0196078431373],[119.607843137255,165.686274509804,157.843137254902],[69.6078431372549,116.666666666667,104.901960784314],[85.2941176470588,135.294117647059,120.588235294118],[79.4117647058823,130.392156862745,117.647058823529],[103.921568627451,157.843137254902,151.960784313725],[146.078431372549,202.941176470588,203.921568627451],[64.7058823529412,121.56862745098,132.352941176471],[61.7647058823529,119.607843137255,135.294117647059],[64.7058823529412,122.549019607843,140.196078431373],[58.8235294117647,114.705882352941,131.372549019608],[63.7254901960784,116.666666666667,128.43137254902],[64.7058823529412,114.705882352941,118.627450980392],[61.7647058823529,109.803921568627,106.862745098039],[92.156862745098,133.333333333333,129.411764705882],[149.019607843137,182.352941176471,181.372549019608],[113.725490196078,147.058823529412,148.039215686275],[76.4705882352941,121.56862745098,118.627450980392],[73.5294117647059,127.450980392157,121.56862745098],[49.0196078431373,108.823529411765,101.960784313725],[48.0392156862745,105.882352941176,100],[59.8039215686275,111.764705882353,105.882352941176],[35.2941176470588,83.3333333333333,77.4509803921569],[25.4901960784314,74.5098039215686,65.6862745098039],[29.4117647058824,80.3921568627451,67.6470588235294],[64.7058823529412,122.549019607843,104.901960784314],[77.4509803921569,135.294117647059,113.725490196078],[66.6666666666667,121.56862745098,97.0588235294118],[75.4901960784314,122.549019607843,97.0588235294118],[119.607843137255,156.862745098039,132.352941176471],[118.627450980392,151.960784313725,128.43137254902],[59.8039215686275,98.0392156862745,77.4509803921569],[137.254901960784,175.490196078431,154.901960784314],[199.019607843137,232.352941176471,207.843137254902],[168.627450980392,197.058823529412,166.666666666667],[154.901960784314,176.470588235294,138.235294117647],[136.274509803922,155.882352941176,107.843137254902],[153.921568627451,171.56862745098,114.705882352941],[183.333333333333,201.960784313725,139.21568627451],[132.352941176471,152.941176470588,87.2549019607843],[126.470588235294,147.058823529412,83.3333333333333],[155.882352941176,177.450980392157,116.666666666667],[147.058823529412,170.588235294118,113.725490196078],[59.8039215686275,82.3529411764706,27.4509803921569],[75.4901960784314,98.0392156862745,43.1372549019608],[73.5294117647059,96.078431372549,41.1764705882353],[98.0392156862745,116.666666666667,62.7450980392157],[47.0588235294118,60.7843137254902,10.7843137254902],[49.0196078431373,60.7843137254902,13.7254901960784],[154.901960784314,166.666666666667,117.647058823529],[56.8627450980392,68.6274509803922,23.5294117647059],[47.0588235294118,56.8627450980392,20.5882352941176],[38.2352941176471,48.0392156862745,13.7254901960784],[127.450980392157,138.235294117647,97.0588235294118],[120.588235294118,131.372549019608,92.156862745098],[39.2156862745098,48.0392156862745,19.6078431372549],[9.80392156862745,18.6274509803922,0],[50,59.8039215686275,23.5294117647059],[50.9803921568627,61.7647058823529,22.5490196078431],[58.8235294117647,68.6274509803922,35.2941176470588],[25.4901960784314,35.2941176470588,1.96078431372549],[110.78431372549,120.588235294118,84.3137254901961],[110.78431372549,122.549019607843,83.3333333333333],[96.078431372549,107.843137254902,70.5882352941177],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,39.2156862745098,16.6666666666667],[52.9411764705882,46.078431372549,28.4313725490196],[58.8235294117647,49.0196078431373,37.2549019607843],[53.921568627451,48.0392156862745,36.2745098039216],[32.3529411764706,33.3333333333333,15.6862745098039],[16.6666666666667,20.5882352941176,0],[6.86274509803922,7.84313725490196,0],[31.3725490196078,25.4901960784314,0],[68.6274509803922,51.9607843137255,22.5490196078431],[82.3529411764706,57.843137254902,36.2745098039216],[87.2549019607843,64.7058823529412,50.9803921568627],[42.156862745098,23.5294117647059,17.6470588235294],[3.92156862745098,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[14.7058823529412,8.82352941176471,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[25.4901960784314,16.6666666666667,9.80392156862745],[36.2745098039216,26.4705882352941,17.6470588235294],[29.4117647058824,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,0],[25.4901960784314,8.82352941176471,0],[26.4705882352941,9.80392156862745,0],[31.3725490196078,14.7058823529412,4.90196078431373],[36.2745098039216,19.6078431372549,9.80392156862745],[45.0980392156863,29.4117647058824,16.6666666666667],[50,32.3529411764706,18.6274509803922],[55.8823529411765,37.2549019607843,20.5882352941176],[55.8823529411765,34.3137254901961,11.7647058823529],[51.9607843137255,26.4705882352941,1.96078431372549],[114.705882352941,88.2352941176471,59.8039215686275],[129.411764705882,99.0196078431373,71.5686274509804],[67.6470588235294,33.3333333333333,11.7647058823529],[69.6078431372549,35.2941176470588,15.6862745098039],[87.2549019607843,55.8823529411765,31.3725490196078],[93.1372549019608,66.6666666666667,38.2352941176471],[90.1960784313725,65.6862745098039,35.2941176470588],[82.3529411764706,59.8039215686275,28.4313725490196],[69.6078431372549,45.0980392156863,14.7058823529412],[96.078431372549,69.6078431372549,40.1960784313726],[84.3137254901961,53.921568627451,26.4705882352941],[171.56862745098,141.176470588235,113.725490196078],[202.941176470588,172.549019607843,145.098039215686],[135.294117647059,104.901960784314,77.4509803921569],[93.1372549019608,66.6666666666667,38.2352941176471],[106.862745098039,84.3137254901961,52.9411764705882],[131.372549019608,113.725490196078,78.4313725490196],[150,130.392156862745,98.0392156862745],[125.490196078431,98.0392156862745,76.4705882352941],[152.941176470588,120.588235294118,103.921568627451],[165.686274509804,130.392156862745,118.627450980392],[172.549019607843,141.176470588235,126.470588235294],[172.549019607843,152.941176470588,126.470588235294],[206.862745098039,200.980392156863,169.607843137255],[200,210.78431372549,181.372549019608],[143.137254901961,163.725490196078,131.372549019608],[100.980392156863,129.411764705882,86.2745098039216],[91.1764705882353,115.686274509804,76.4705882352941],[100,112.745098039216,87.2549019607843],[120.588235294118,123.529411764706,102.941176470588],[124.509803921569,118.627450980392,97.0588235294118],[142.156862745098,131.372549019608,111.764705882353],[117.647058823529,105.882352941176,92.156862745098],[78.4313725490196,68.6274509803922,56.8627450980392],[65.6862745098039,59.8039215686275,46.078431372549],[123.529411764706,120.588235294118,105.882352941176],[115.686274509804,112.745098039216,94.1176470588235],[124.509803921569,122.549019607843,101.960784313725],[143.137254901961,143.137254901961,117.647058823529],[209.803921568627,212.745098039216,184.313725490196],[137.254901960784,142.156862745098,110.78431372549],[139.21568627451,142.156862745098,111.764705882353],[144.117647058824,145.098039215686,114.705882352941],[121.56862745098,118.627450980392,88.2352941176471],[117.647058823529,108.823529411765,76.4705882352941],[125.490196078431,109.803921568627,74.5098039215686],[143.137254901961,120.588235294118,79.4117647058823],[145.098039215686,117.647058823529,70.5882352941177],[144.117647058824,111.764705882353,59.8039215686275],[153.921568627451,123.529411764706,67.6470588235294],[132.352941176471,113.725490196078,47.0588235294118],[200.980392156863,183.333333333333,118.627450980392],[170.588235294118,146.078431372549,93.1372549019608],[165.686274509804,140.196078431373,90.1960784313725],[193.137254901961,177.450980392157,116.666666666667],[197.058823529412,179.411764705882,114.705882352941],[232.352941176471,208.823529411765,148.039215686275],[226.470588235294,199.019607843137,135.294117647059],[181.372549019608,154.901960784314,87.2549019607843],[151.960784313725,130.392156862745,71.5686274509804],[74.5098039215686,59.8039215686275,21.5686274509804],[81.3725490196078,67.6470588235294,42.156862745098],[54.9019607843137,37.2549019607843,17.6470588235294],[43.1372549019608,27.4509803921569,11.7647058823529],[30.3921568627451,27.4509803921569,8.82352941176471],[26.4705882352941,28.4313725490196,14.7058823529412],[18.6274509803922,24.5098039215686,14.7058823529412],[48.0392156862745,56.8627450980392,51.9607843137255],[24.5098039215686,42.156862745098,42.156862745098],[22.5490196078431,47.0588235294118,50.9803921568627],[54.9019607843137,90.1960784313725,90.1960784313725],[29.4117647058824,70.5882352941177,66.6666666666667],[57.843137254902,104.901960784314,91.1764705882353],[47.0588235294118,95.0980392156863,76.4705882352941],[47.0588235294118,93.1372549019608,73.5294117647059],[64.7058823529412,107.843137254902,91.1764705882353],[71.5686274509804,111.764705882353,103.921568627451],[77.4509803921569,115.686274509804,112.745098039216],[62.7450980392157,100,100.980392156863],[52.9411764705882,92.156862745098,91.1764705882353],[47.0588235294118,88.2352941176471,84.3137254901961],[71.5686274509804,115.686274509804,108.823529411765],[54.9019607843137,100.980392156863,93.1372549019608],[68.6274509803922,114.705882352941,106.862745098039],[112.745098039216,157.843137254902,148.039215686275],[78.4313725490196,123.529411764706,112.745098039216],[83.3333333333333,128.43137254902,117.647058823529],[81.3725490196078,127.450980392157,119.607843137255],[82.3529411764706,131.372549019608,128.43137254902],[107.843137254902,160.78431372549,162.745098039216],[68.6274509803922,124.509803921569,133.333333333333],[56.8627450980392,115.686274509804,126.470588235294],[66.6666666666667,124.509803921569,138.235294117647],[43.1372549019608,98.0392156862745,110.78431372549],[59.8039215686275,111.764705882353,119.607843137255],[71.5686274509804,119.607843137255,123.529411764706],[57.843137254902,100.980392156863,100],[133.333333333333,173.529411764706,169.607843137255],[161.764705882353,195.098039215686,194.117647058824],[86.2745098039216,121.56862745098,119.607843137255],[80.3921568627451,124.509803921569,121.56862745098],[72.5490196078431,123.529411764706,121.56862745098],[76.4705882352941,135.294117647059,133.333333333333],[49.0196078431373,107.843137254902,107.843137254902],[47.0588235294118,97.0588235294118,100],[37.2549019607843,84.3137254901961,86.2745098039216],[47.0588235294118,92.156862745098,92.156862745098],[56.8627450980392,104.901960784314,100.980392156863],[63.7254901960784,120.588235294118,108.823529411765],[93.1372549019608,150.980392156863,133.333333333333],[69.6078431372549,122.549019607843,100],[91.1764705882353,138.235294117647,114.705882352941],[121.56862745098,163.725490196078,137.254901960784],[48.0392156862745,87.2549019607843,63.7254901960784],[41.1764705882353,83.3333333333333,64.7058823529412],[141.176470588235,183.333333333333,164.705882352941],[188.235294117647,222.549019607843,202.941176470588],[188.235294117647,217.647058823529,192.156862745098],[126.470588235294,150,114.705882352941],[154.901960784314,176.470588235294,130.392156862745],[140.196078431373,159.803921568627,101.960784313725],[156.862745098039,177.450980392157,113.725490196078],[167.647058823529,189.21568627451,126.470588235294],[120.588235294118,145.098039215686,88.2352941176471],[141.176470588235,167.647058823529,117.647058823529],[86.2745098039216,111.764705882353,67.6470588235294],[52.9411764705882,78.4313725490196,34.3137254901961],[68.6274509803922,92.156862745098,45.0980392156863],[66.6666666666667,89.2156862745098,34.3137254901961],[114.705882352941,135.294117647059,79.4117647058823],[44.1176470588235,57.843137254902,5.88235294117647],[53.921568627451,65.6862745098039,16.6666666666667],[128.43137254902,140.196078431373,91.1764705882353],[81.3725490196078,93.1372549019608,48.0392156862745],[65.6862745098039,73.5294117647059,35.2941176470588],[127.450980392157,135.294117647059,97.0588235294118],[50,57.843137254902,17.6470588235294],[70.5882352941177,78.4313725490196,40.1960784313726],[34.3137254901961,41.1764705882353,8.82352941176471],[66.6666666666667,73.5294117647059,41.1764705882353],[21.5686274509804,29.4117647058824,0],[14.7058823529412,22.5490196078431,0],[26.4705882352941,36.2745098039216,1.96078431372549],[34.3137254901961,44.1176470588235,9.80392156862745],[117.647058823529,127.450980392157,91.1764705882353],[58.8235294117647,70.5882352941177,31.3725490196078],[69.6078431372549,81.3725490196078,42.156862745098],[72.5490196078431,82.3529411764706,46.078431372549],[4.90196078431373,7.84313725490196,0],[5.88235294117647,3.92156862745098,0],[16.6666666666667,10.7843137254902,0],[80.3921568627451,77.4509803921569,62.7450980392157],[47.0588235294118,49.0196078431373,28.4313725490196],[18.6274509803922,21.5686274509804,0],[17.6470588235294,16.6666666666667,0],[68.6274509803922,62.7450980392157,29.4117647058824],[79.4117647058823,64.7058823529412,34.3137254901961],[51.9607843137255,32.3529411764706,7.84313725490196],[71.5686274509804,50,36.2745098039216],[46.078431372549,29.4117647058824,22.5490196078431],[5.88235294117647,0,0],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,7.84313725490196,9.80392156862745],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[18.6274509803922,9.80392156862745,10.7843137254902],[22.5490196078431,12.7450980392157,10.7843137254902],[21.5686274509804,10.7843137254902,6.86274509803922],[19.6078431372549,6.86274509803922,0.980392156862745],[21.5686274509804,6.86274509803922,0],[26.4705882352941,9.80392156862745,1.96078431372549],[36.2745098039216,19.6078431372549,9.80392156862745],[39.2156862745098,22.5490196078431,12.7450980392157],[18.6274509803922,1.96078431372549,0],[28.4313725490196,12.7450980392157,0],[46.078431372549,30.3921568627451,17.6470588235294],[50,32.3529411764706,18.6274509803922],[65.6862745098039,47.0588235294118,30.3921568627451],[81.3725490196078,59.8039215686275,37.2549019607843],[78.4313725490196,52.9411764705882,26.4705882352941],[114.705882352941,88.2352941176471,58.8235294117647],[116.666666666667,83.3333333333333,55.8823529411765],[109.803921568627,68.6274509803922,44.1176470588235],[90.1960784313725,46.078431372549,23.5294117647059],[92.156862745098,55.8823529411765,30.3921568627451],[98.0392156862745,68.6274509803922,41.1764705882353],[84.3137254901961,61.7647058823529,31.3725490196078],[99.0196078431373,80.3921568627451,49.0196078431373],[69.6078431372549,53.921568627451,21.5686274509804],[85.2941176470588,66.6666666666667,34.3137254901961],[76.4705882352941,53.921568627451,20.5882352941176],[113.725490196078,90.1960784313725,56.8627450980392],[160.78431372549,132.352941176471,100.980392156863],[147.058823529412,118.627450980392,87.2549019607843],[128.43137254902,100,68.6274509803922],[93.1372549019608,67.6470588235294,35.2941176470588],[124.509803921569,100.980392156863,67.6470588235294],[144.117647058824,117.647058823529,89.2156862745098],[126.470588235294,92.156862745098,70.5882352941177],[145.098039215686,108.823529411765,91.1764705882353],[146.078431372549,110.78431372549,97.0588235294118],[160.78431372549,130.392156862745,112.745098039216],[203.921568627451,185.294117647059,155.882352941176],[220.588235294118,214.705882352941,181.372549019608],[171.56862745098,177.450980392157,150],[180.392156862745,195.098039215686,164.705882352941],[135.294117647059,157.843137254902,116.666666666667],[159.803921568627,180.392156862745,140.196078431373],[130.392156862745,143.137254901961,115.686274509804],[127.450980392157,131.372549019608,108.823529411765],[150,144.117647058824,118.627450980392],[163.725490196078,151.960784313725,128.43137254902],[143.137254901961,128.43137254902,109.803921568627],[127.450980392157,111.764705882353,97.0588235294118],[104.901960784314,93.1372549019608,81.3725490196078],[125.490196078431,119.607843137255,103.921568627451],[113.725490196078,115.686274509804,94.1176470588235],[76.4705882352941,82.3529411764706,56.8627450980392],[134.313725490196,143.137254901961,112.745098039216],[184.313725490196,191.176470588235,158.823529411765],[155.882352941176,156.862745098039,126.470588235294],[148.039215686275,144.117647058824,115.686274509804],[139.21568627451,133.333333333333,107.843137254902],[138.235294117647,134.313725490196,105.882352941176],[134.313725490196,133.333333333333,102.941176470588],[137.254901960784,135.294117647059,98.0392156862745],[164.705882352941,155.882352941176,113.725490196078],[133.333333333333,112.745098039216,66.6666666666667],[141.176470588235,107.843137254902,60.7843137254902],[165.686274509804,131.372549019608,76.4705882352941],[140.196078431373,117.647058823529,50.9803921568627],[134.313725490196,115.686274509804,48.0392156862745],[150.980392156863,129.411764705882,70.5882352941177],[163.725490196078,144.117647058824,84.3137254901961],[182.352941176471,172.549019607843,101.960784313725],[164.705882352941,152.941176470588,82.3529411764706],[109.803921568627,86.2745098039216,25.4901960784314],[201.960784313725,172.549019607843,113.725490196078],[227.450980392157,199.019607843137,132.352941176471],[177.450980392157,153.921568627451,95.0980392156863],[54.9019607843137,40.1960784313726,1.96078431372549],[32.3529411764706,20.5882352941176,0],[66.6666666666667,51.9607843137255,33.3333333333333],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,32.3529411764706,26.4705882352941],[10.7843137254902,11.7647058823529,5.88235294117647],[18.6274509803922,26.4705882352941,13.7254901960784],[37.2549019607843,52.9411764705882,40.1960784313726],[34.3137254901961,54.9019607843137,50],[29.4117647058824,56.8627450980392,57.843137254902],[56.8627450980392,94.1176470588235,95.0980392156863],[53.921568627451,95.0980392156863,94.1176470588235],[46.078431372549,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,87.2549019607843],[43.1372549019608,88.2352941176471,77.4509803921569],[43.1372549019608,85.2941176470588,76.4705882352941],[66.6666666666667,106.862745098039,102.941176470588],[84.3137254901961,122.549019607843,121.56862745098],[72.5490196078431,111.764705882353,110.78431372549],[70.5882352941177,112.745098039216,105.882352941176],[66.6666666666667,113.725490196078,100],[105.882352941176,155.882352941176,139.21568627451],[149.019607843137,199.019607843137,184.313725490196],[86.2745098039216,136.274509803922,121.56862745098],[71.5686274509804,118.627450980392,106.862745098039],[64.7058823529412,108.823529411765,101.960784313725],[56.8627450980392,100.980392156863,98.0392156862745],[63.7254901960784,106.862745098039,107.843137254902],[63.7254901960784,110.78431372549,112.745098039216],[64.7058823529412,114.705882352941,118.627450980392],[68.6274509803922,122.549019607843,127.450980392157],[64.7058823529412,121.56862745098,125.490196078431],[54.9019607843137,111.764705882353,115.686274509804],[65.6862745098039,119.607843137255,122.549019607843],[68.6274509803922,116.666666666667,120.588235294118],[64.7058823529412,108.823529411765,111.764705882353],[111.764705882353,150.980392156863,152.941176470588],[174.509803921569,208.823529411765,210.78431372549],[105.882352941176,139.21568627451,138.235294117647],[86.2745098039216,119.607843137255,118.627450980392],[108.823529411765,147.058823529412,146.078431372549],[87.2549019607843,130.392156862745,131.372549019608],[81.3725490196078,134.313725490196,136.274509803922],[59.8039215686275,113.725490196078,116.666666666667],[71.5686274509804,117.647058823529,125.490196078431],[79.4117647058823,121.56862745098,128.43137254902],[58.8235294117647,99.0196078431373,104.901960784314],[80.3921568627451,123.529411764706,124.509803921569],[114.705882352941,164.705882352941,159.803921568627],[95.0980392156863,146.078431372549,134.313725490196],[131.372549019608,174.509803921569,157.843137254902],[130.392156862745,173.529411764706,150.980392156863],[135.294117647059,177.450980392157,150.980392156863],[118.627450980392,161.764705882353,137.254901960784],[112.745098039216,158.823529411765,143.137254901961],[161.764705882353,204.901960784314,192.156862745098],[170.588235294118,205.882352941176,194.117647058824],[209.803921568627,240.196078431373,222.549019607843],[211.764705882353,236.274509803922,207.843137254902],[170.588235294118,192.156862745098,153.921568627451],[91.1764705882353,113.725490196078,62.7450980392157],[95.0980392156863,117.647058823529,62.7450980392157],[76.4705882352941,100.980392156863,47.0588235294118],[110.78431372549,136.274509803922,90.1960784313725],[100,125.490196078431,91.1764705882353],[31.3725490196078,57.843137254902,27.4509803921569],[56.8627450980392,81.3725490196078,50],[86.2745098039216,110.78431372549,72.5490196078431],[131.372549019608,152.941176470588,104.901960784314],[64.7058823529412,83.3333333333333,29.4117647058824],[93.1372549019608,109.803921568627,58.8235294117647],[72.5490196078431,86.2745098039216,38.2352941176471],[100.980392156863,111.764705882353,69.6078431372549],[115.686274509804,126.470588235294,84.3137254901961],[80.3921568627451,89.2156862745098,45.0980392156863],[102.941176470588,109.803921568627,69.6078431372549],[16.6666666666667,22.5490196078431,0],[39.2156862745098,45.0980392156863,11.7647058823529],[48.0392156862745,53.921568627451,16.6666666666667],[148.039215686275,153.921568627451,118.627450980392],[52.9411764705882,59.8039215686275,27.4509803921569],[48.0392156862745,54.9019607843137,21.5686274509804],[69.6078431372549,80.3921568627451,41.1764705882353],[12.7450980392157,23.5294117647059,0],[65.6862745098039,77.4509803921569,38.2352941176471],[3.92156862745098,15.6862745098039,0],[35.2941176470588,45.0980392156863,10.7843137254902],[100.980392156863,110.78431372549,77.4509803921569],[76.4705882352941,83.3333333333333,50.9803921568627],[93.1372549019608,100,67.6470588235294],[111.764705882353,116.666666666667,85.2941176470588],[159.803921568627,162.745098039216,132.352941176471],[56.8627450980392,57.843137254902,27.4509803921569],[6.86274509803922,2.94117647058824,0],[23.5294117647059,16.6666666666667,0],[16.6666666666667,6.86274509803922,0],[59.8039215686275,45.0980392156863,24.5098039215686],[66.6666666666667,50.9803921568627,35.2941176470588],[38.2352941176471,24.5098039215686,13.7254901960784],[13.7254901960784,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[24.5098039215686,20.5882352941176,21.5686274509804],[19.6078431372549,13.7254901960784,15.6862745098039],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[19.6078431372549,13.7254901960784,15.6862745098039],[14.7058823529412,8.82352941176471,8.82352941176471],[15.6862745098039,7.84313725490196,5.88235294117647],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0,0],[25.4901960784314,12.7450980392157,4.90196078431373],[32.3529411764706,18.6274509803922,9.80392156862745],[28.4313725490196,11.7647058823529,3.92156862745098],[37.2549019607843,20.5882352941176,12.7450980392157],[32.3529411764706,15.6862745098039,5.88235294117647],[41.1764705882353,24.5098039215686,14.7058823529412],[31.3725490196078,15.6862745098039,2.94117647058824],[43.1372549019608,27.4509803921569,12.7450980392157],[70.5882352941177,51.9607843137255,35.2941176470588],[87.2549019607843,65.6862745098039,43.1372549019608],[94.1176470588235,70.5882352941177,45.0980392156863],[109.803921568627,83.3333333333333,54.9019607843137],[108.823529411765,76.4705882352941,46.078431372549],[126.470588235294,86.2745098039216,56.8627450980392],[118.627450980392,75.4901960784314,49.0196078431373],[82.3529411764706,47.0588235294118,21.5686274509804],[64.7058823529412,35.2941176470588,9.80392156862745],[61.7647058823529,41.1764705882353,14.7058823529412],[75.4901960784314,58.8235294117647,31.3725490196078],[69.6078431372549,52.9411764705882,25.4901960784314],[90.1960784313725,71.5686274509804,40.1960784313726],[117.647058823529,95.0980392156863,61.7647058823529],[147.058823529412,121.56862745098,85.2941176470588],[140.196078431373,112.745098039216,74.5098039215686],[142.156862745098,112.745098039216,75.4901960784314],[163.725490196078,136.274509803922,100],[124.509803921569,100.980392156863,67.6470588235294],[102.941176470588,82.3529411764706,51.9607843137255],[108.823529411765,85.2941176470588,57.843137254902],[129.411764705882,102.941176470588,76.4705882352941],[135.294117647059,105.882352941176,82.3529411764706],[163.725490196078,136.274509803922,115.686274509804],[138.235294117647,113.725490196078,92.156862745098],[229.411764705882,212.745098039216,183.333333333333],[156.862745098039,148.039215686275,115.686274509804],[167.647058823529,165.686274509804,141.176470588235],[175.490196078431,181.372549019608,153.921568627451],[185.294117647059,197.058823529412,159.803921568627],[200.980392156863,212.745098039216,175.490196078431],[154.901960784314,163.725490196078,135.294117647059],[122.549019607843,124.509803921569,100.980392156863],[154.901960784314,151.960784313725,121.56862745098],[127.450980392157,118.627450980392,90.1960784313725],[97.0588235294118,83.3333333333333,57.843137254902],[119.607843137255,102.941176470588,85.2941176470588],[127.450980392157,111.764705882353,99.0196078431373],[87.2549019607843,80.3921568627451,64.7058823529412],[110.78431372549,114.705882352941,92.156862745098],[130.392156862745,141.176470588235,111.764705882353],[111.764705882353,125.490196078431,91.1764705882353],[163.725490196078,170.588235294118,138.235294117647],[199.019607843137,195.098039215686,166.666666666667],[159.803921568627,150,125.490196078431],[154.901960784314,147.058823529412,126.470588235294],[169.607843137255,164.705882352941,143.137254901961],[167.647058823529,172.549019607843,143.137254901961],[104.901960784314,110.78431372549,77.4509803921569],[109.803921568627,107.843137254902,69.6078431372549],[120.588235294118,107.843137254902,64.7058823529412],[112.745098039216,82.3529411764706,37.2549019607843],[137.254901960784,100.980392156863,49.0196078431373],[153.921568627451,125.490196078431,58.8235294117647],[162.745098039216,139.21568627451,68.6274509803922],[175.490196078431,152.941176470588,87.2549019607843],[212.745098039216,199.019607843137,129.411764705882],[188.235294117647,183.333333333333,103.921568627451],[140.196078431373,133.333333333333,56.8627450980392],[121.56862745098,98.0392156862745,35.2941176470588],[186.274509803922,154.901960784314,97.0588235294118],[220.588235294118,190.196078431373,126.470588235294],[166.666666666667,143.137254901961,84.3137254901961],[63.7254901960784,51.9607843137255,10.7843137254902],[48.0392156862745,43.1372549019608,14.7058823529412],[16.6666666666667,8.82352941176471,0],[29.4117647058824,21.5686274509804,10.7843137254902],[26.4705882352941,20.5882352941176,22.5490196078431],[2.94117647058824,4.90196078431373,3.92156862745098],[22.5490196078431,35.2941176470588,18.6274509803922],[49.0196078431373,69.6078431372549,50.9803921568627],[58.8235294117647,84.3137254901961,75.4901960784314],[43.1372549019608,74.5098039215686,71.5686274509804],[45.0980392156863,82.3529411764706,83.3333333333333],[119.607843137255,159.803921568627,161.764705882353],[96.078431372549,140.196078431373,137.254901960784],[130.392156862745,174.509803921569,167.647058823529],[87.2549019607843,129.411764705882,120.588235294118],[57.843137254902,98.0392156862745,92.156862745098],[54.9019607843137,93.1372549019608,92.156862745098],[69.6078431372549,107.843137254902,106.862745098039],[60.7843137254902,101.960784313725,98.0392156862745],[75.4901960784314,120.588235294118,110.78431372549],[81.3725490196078,131.372549019608,114.705882352941],[98.0392156862745,150,130.392156862745],[96.078431372549,149.019607843137,133.333333333333],[91.1764705882353,142.156862745098,129.411764705882],[68.6274509803922,114.705882352941,104.901960784314],[43.1372549019608,87.2549019607843,80.3921568627451],[53.921568627451,95.0980392156863,93.1372549019608],[64.7058823529412,107.843137254902,106.862745098039],[66.6666666666667,110.78431372549,113.725490196078],[68.6274509803922,116.666666666667,120.588235294118],[72.5490196078431,126.470588235294,131.372549019608],[102.941176470588,159.803921568627,163.725490196078],[73.5294117647059,130.392156862745,134.313725490196],[73.5294117647059,125.490196078431,129.411764705882],[66.6666666666667,113.725490196078,115.686274509804],[68.6274509803922,109.803921568627,108.823529411765],[141.176470588235,176.470588235294,176.470588235294],[169.607843137255,200.980392156863,200],[117.647058823529,150.980392156863,150],[123.529411764706,156.862745098039,155.882352941176],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,121.56862745098,123.529411764706],[73.5294117647059,122.549019607843,123.529411764706],[73.5294117647059,123.529411764706,126.470588235294],[92.156862745098,136.274509803922,142.156862745098],[106.862745098039,144.117647058824,152.941176470588],[69.6078431372549,105.882352941176,113.725490196078],[70.5882352941177,109.803921568627,111.764705882353],[50.9803921568627,96.078431372549,93.1372549019608],[100.980392156863,146.078431372549,136.274509803922],[109.803921568627,150,136.274509803922],[91.1764705882353,132.352941176471,112.745098039216],[106.862745098039,151.960784313725,126.470588235294],[143.137254901961,192.156862745098,165.686274509804],[121.56862745098,169.607843137255,149.019607843137],[171.56862745098,214.705882352941,198.039215686275],[173.529411764706,211.764705882353,194.117647058824],[208.823529411765,240.196078431373,219.607843137255],[200,225.490196078431,197.058823529412],[157.843137254902,182.352941176471,144.117647058824],[114.705882352941,138.235294117647,91.1764705882353],[92.156862745098,115.686274509804,66.6666666666667],[129.411764705882,156.862745098039,108.823529411765],[134.313725490196,162.745098039216,119.607843137255],[100.980392156863,130.392156862745,97.0588235294118],[54.9019607843137,83.3333333333333,52.9411764705882],[71.5686274509804,96.078431372549,64.7058823529412],[81.3725490196078,102.941176470588,65.6862745098039],[103.921568627451,123.529411764706,75.4901960784314],[67.6470588235294,85.2941176470588,34.3137254901961],[71.5686274509804,87.2549019607843,39.2156862745098],[101.960784313725,114.705882352941,71.5686274509804],[82.3529411764706,94.1176470588235,56.8627450980392],[28.4313725490196,39.2156862745098,0],[96.078431372549,104.901960784314,62.7450980392157],[59.8039215686275,66.6666666666667,26.4705882352941],[56.8627450980392,61.7647058823529,30.3921568627451],[55.8823529411765,60.7843137254902,31.3725490196078],[31.3725490196078,38.2352941176471,0],[36.2745098039216,44.1176470588235,3.92156862745098],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,50.9803921568627,16.6666666666667],[101.960784313725,114.705882352941,71.5686274509804],[96.078431372549,111.764705882353,65.6862745098039],[89.2156862745098,105.882352941176,61.7647058823529],[3.92156862745098,20.5882352941176,0],[18.6274509803922,33.3333333333333,0],[67.6470588235294,79.4117647058823,42.156862745098],[61.7647058823529,71.5686274509804,35.2941176470588],[100,107.843137254902,71.5686274509804],[141.176470588235,147.058823529412,111.764705882353],[121.56862745098,127.450980392157,94.1176470588235],[71.5686274509804,75.4901960784314,43.1372549019608],[46.078431372549,45.0980392156863,14.7058823529412],[22.5490196078431,17.6470588235294,0],[36.2745098039216,26.4705882352941,1.96078431372549],[68.6274509803922,53.921568627451,35.2941176470588],[75.4901960784314,59.8039215686275,45.0980392156863],[65.6862745098039,51.9607843137255,41.1764705882353],[17.6470588235294,4.90196078431373,0],[12.7450980392157,3.92156862745098,0],[56.8627450980392,51.9607843137255,49.0196078431373],[20.5882352941176,16.6666666666667,17.6470588235294],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[23.5294117647059,19.6078431372549,20.5882352941176],[16.6666666666667,10.7843137254902,12.7450980392157],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[16.6666666666667,10.7843137254902,12.7450980392157],[11.7647058823529,5.88235294117647,7.84313725490196],[17.6470588235294,8.82352941176471,9.80392156862745],[22.5490196078431,12.7450980392157,11.7647058823529],[12.7450980392157,1.96078431372549,0],[34.3137254901961,20.5882352941176,17.6470588235294],[49.0196078431373,34.3137254901961,29.4117647058824],[30.3921568627451,13.7254901960784,6.86274509803922],[24.5098039215686,7.84313725490196,0.980392156862745],[27.4509803921569,10.7843137254902,3.92156862745098],[18.6274509803922,3.92156862745098,0],[12.7450980392157,0,0],[49.0196078431373,32.3529411764706,22.5490196078431],[65.6862745098039,48.0392156862745,34.3137254901961],[46.078431372549,25.4901960784314,6.86274509803922],[41.1764705882353,17.6470588235294,0],[71.5686274509804,45.0980392156863,18.6274509803922],[141.176470588235,112.745098039216,83.3333333333333],[139.21568627451,106.862745098039,72.5490196078431],[107.843137254902,75.4901960784314,41.1764705882353],[107.843137254902,78.4313725490196,50.9803921568627],[103.921568627451,78.4313725490196,55.8823529411765],[104.901960784314,83.3333333333333,62.7450980392157],[98.0392156862745,75.4901960784314,57.843137254902],[92.156862745098,67.6470588235294,46.078431372549],[76.4705882352941,49.0196078431373,25.4901960784314],[92.156862745098,59.8039215686275,29.4117647058824],[172.549019607843,139.21568627451,102.941176470588],[201.960784313725,169.607843137255,129.411764705882],[176.470588235294,148.039215686275,106.862745098039],[168.627450980392,145.098039215686,107.843137254902],[123.529411764706,107.843137254902,74.5098039215686],[114.705882352941,105.882352941176,75.4901960784314],[114.705882352941,105.882352941176,75.4901960784314],[127.450980392157,112.745098039216,80.3921568627451],[124.509803921569,108.823529411765,76.4705882352941],[132.352941176471,116.666666666667,91.1764705882353],[165.686274509804,150,124.509803921569],[217.647058823529,204.901960784314,171.56862745098],[137.254901960784,126.470588235294,95.0980392156863],[99.0196078431373,88.2352941176471,66.6666666666667],[193.137254901961,185.294117647059,162.745098039216],[137.254901960784,134.313725490196,100],[180.392156862745,180.392156862745,145.098039215686],[211.764705882353,211.764705882353,184.313725490196],[143.137254901961,143.137254901961,115.686274509804],[134.313725490196,134.313725490196,99.0196078431373],[126.470588235294,122.549019607843,86.2745098039216],[129.411764705882,118.627450980392,87.2549019607843],[125.490196078431,111.764705882353,86.2745098039216],[149.019607843137,136.274509803922,120.588235294118],[96.078431372549,89.2156862745098,73.5294117647059],[81.3725490196078,87.2549019607843,61.7647058823529],[103.921568627451,116.666666666667,87.2549019607843],[101.960784313725,112.745098039216,79.4117647058823],[133.333333333333,138.235294117647,106.862745098039],[191.176470588235,185.294117647059,159.803921568627],[163.725490196078,150.980392156863,132.352941176471],[152.941176470588,141.176470588235,125.490196078431],[145.098039215686,140.196078431373,121.56862745098],[133.333333333333,141.176470588235,118.627450980392],[129.411764705882,140.196078431373,110.78431372549],[127.450980392157,131.372549019608,97.0588235294118],[132.352941176471,124.509803921569,86.2745098039216],[124.509803921569,97.0588235294118,57.843137254902],[155.882352941176,118.627450980392,70.5882352941177],[153.921568627451,116.666666666667,52.9411764705882],[174.509803921569,141.176470588235,68.6274509803922],[203.921568627451,181.372549019608,106.862745098039],[153.921568627451,141.176470588235,63.7254901960784],[174.509803921569,174.509803921569,90.1960784313725],[159.803921568627,154.901960784314,74.5098039215686],[128.43137254902,103.921568627451,38.2352941176471],[183.333333333333,150,90.1960784313725],[242.156862745098,208.823529411765,149.019607843137],[171.56862745098,147.058823529412,92.156862745098],[98.0392156862745,94.1176470588235,47.0588235294118],[73.5294117647059,80.3921568627451,40.1960784313726],[38.2352941176471,40.1960784313726,16.6666666666667],[30.3921568627451,30.3921568627451,20.5882352941176],[28.4313725490196,26.4705882352941,31.3725490196078],[20.5882352941176,21.5686274509804,26.4705882352941],[44.1176470588235,60.7843137254902,45.0980392156863],[50.9803921568627,75.4901960784314,54.9019607843137],[31.3725490196078,60.7843137254902,50.9803921568627],[52.9411764705882,87.2549019607843,83.3333333333333],[69.6078431372549,108.823529411765,108.823529411765],[144.117647058824,185.294117647059,184.313725490196],[111.764705882353,152.941176470588,149.019607843137],[42.156862745098,84.3137254901961,75.4901960784314],[73.5294117647059,113.725490196078,105.882352941176],[77.4509803921569,116.666666666667,108.823529411765],[58.8235294117647,97.0588235294118,94.1176470588235],[67.6470588235294,105.882352941176,104.901960784314],[72.5490196078431,113.725490196078,109.803921568627],[84.3137254901961,133.333333333333,122.549019607843],[76.4705882352941,130.392156862745,111.764705882353],[53.921568627451,109.803921568627,93.1372549019608],[42.156862745098,98.0392156862745,91.1764705882353],[60.7843137254902,114.705882352941,111.764705882353],[92.156862745098,142.156862745098,135.294117647059],[84.3137254901961,130.392156862745,120.588235294118],[81.3725490196078,126.470588235294,115.686274509804],[66.6666666666667,111.764705882353,101.960784313725],[76.4705882352941,121.56862745098,118.627450980392],[62.7450980392157,110.78431372549,114.705882352941],[119.607843137255,172.549019607843,182.352941176471],[208.823529411765,250,250],[98.0392156862745,152.941176470588,167.647058823529],[66.6666666666667,117.647058823529,130.392156862745],[68.6274509803922,112.745098039216,117.647058823529],[60.7843137254902,100,99.0196078431373],[162.745098039216,195.098039215686,186.274509803922],[150,181.372549019608,170.588235294118],[126.470588235294,161.764705882353,157.843137254902],[130.392156862745,168.627450980392,167.647058823529],[84.3137254901961,114.705882352941,117.647058823529],[61.7647058823529,96.078431372549,98.0392156862745],[70.5882352941177,117.647058823529,117.647058823529],[83.3333333333333,132.352941176471,131.372549019608],[85.2941176470588,128.43137254902,129.411764705882],[82.3529411764706,121.56862745098,123.529411764706],[68.6274509803922,105.882352941176,106.862745098039],[50.9803921568627,89.2156862745098,88.2352941176471],[39.2156862745098,81.3725490196078,74.5098039215686],[146.078431372549,187.254901960784,177.450980392157],[143.137254901961,178.43137254902,166.666666666667],[98.0392156862745,138.235294117647,120.588235294118],[96.078431372549,149.019607843137,125.490196078431],[171.56862745098,226.470588235294,198.039215686275],[190.196078431373,242.156862745098,212.745098039216],[179.411764705882,224.509803921569,196.078431372549],[147.058823529412,185.294117647059,156.862745098039],[135.294117647059,167.647058823529,139.21568627451],[165.686274509804,192.156862745098,159.803921568627],[84.3137254901961,108.823529411765,70.5882352941177],[144.117647058824,166.666666666667,123.529411764706],[178.43137254902,203.921568627451,156.862745098039],[141.176470588235,170.588235294118,121.56862745098],[117.647058823529,149.019607843137,100.980392156863],[132.352941176471,162.745098039216,119.607843137255],[162.745098039216,193.137254901961,150],[89.2156862745098,115.686274509804,71.5686274509804],[62.7450980392157,84.3137254901961,38.2352941176471],[68.6274509803922,85.2941176470588,34.3137254901961],[59.8039215686275,73.5294117647059,23.5294117647059],[22.5490196078431,37.2549019607843,0],[59.8039215686275,73.5294117647059,38.2352941176471],[34.3137254901961,48.0392156862745,15.6862745098039],[0,6.86274509803922,0],[33.3333333333333,43.1372549019608,6.86274509803922],[41.1764705882353,49.0196078431373,12.7450980392157],[53.921568627451,59.8039215686275,32.3529411764706],[75.4901960784314,81.3725490196078,53.921568627451],[61.7647058823529,69.6078431372549,31.3725490196078],[71.5686274509804,79.4117647058823,39.2156862745098],[101.960784313725,111.764705882353,77.4509803921569],[52.9411764705882,64.7058823529412,27.4509803921569],[68.6274509803922,84.3137254901961,36.2745098039216],[108.823529411765,126.470588235294,75.4901960784314],[127.450980392157,147.058823529412,97.0588235294118],[55.8823529411765,78.4313725490196,27.4509803921569],[44.1176470588235,68.6274509803922,14.7058823529412],[104.901960784314,124.509803921569,74.5098039215686],[68.6274509803922,75.4901960784314,35.2941176470588],[27.4509803921569,26.4705882352941,0],[14.7058823529412,10.7843137254902,0],[3.92156862745098,3.92156862745098,0],[112.745098039216,119.607843137255,89.2156862745098],[137.254901960784,147.058823529412,112.745098039216],[103.921568627451,109.803921568627,72.5490196078431],[78.4313725490196,75.4901960784314,41.1764705882353],[106.862745098039,90.1960784313725,64.7058823529412],[120.588235294118,96.078431372549,76.4705882352941],[88.2352941176471,64.7058823529412,52.9411764705882],[25.4901960784314,7.84313725490196,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,10.7843137254902,12.7450980392157],[16.6666666666667,14.7058823529412,17.6470588235294],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,11.7647058823529],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[21.5686274509804,12.7450980392157,17.6470588235294],[23.5294117647059,14.7058823529412,17.6470588235294],[8.82352941176471,0,0],[20.5882352941176,6.86274509803922,5.88235294117647],[46.078431372549,31.3725490196078,28.4313725490196],[39.2156862745098,21.5686274509804,19.6078431372549],[21.5686274509804,3.92156862745098,1.96078431372549],[20.5882352941176,2.94117647058824,0.980392156862745],[19.6078431372549,4.90196078431373,0],[37.2549019607843,22.5490196078431,15.6862745098039],[56.8627450980392,40.1960784313726,32.3529411764706],[49.0196078431373,31.3725490196078,19.6078431372549],[48.0392156862745,27.4509803921569,10.7843137254902],[71.5686274509804,47.0588235294118,27.4509803921569],[65.6862745098039,40.1960784313726,17.6470588235294],[100,71.5686274509804,42.156862745098],[133.333333333333,103.921568627451,66.6666666666667],[144.117647058824,116.666666666667,78.4313725490196],[170.588235294118,146.078431372549,116.666666666667],[100,75.4901960784314,53.921568627451],[57.843137254902,36.2745098039216,22.5490196078431],[57.843137254902,36.2745098039216,23.5294117647059],[83.3333333333333,57.843137254902,43.1372549019608],[112.745098039216,85.2941176470588,63.7254901960784],[96.078431372549,65.6862745098039,35.2941176470588],[122.549019607843,89.2156862745098,51.9607843137255],[126.470588235294,94.1176470588235,51.9607843137255],[121.56862745098,93.1372549019608,50],[180.392156862745,161.764705882353,122.549019607843],[86.2745098039216,73.5294117647059,40.1960784313726],[67.6470588235294,62.7450980392157,34.3137254901961],[131.372549019608,127.450980392157,99.0196078431373],[150,142.156862745098,106.862745098039],[105.882352941176,98.0392156862745,61.7647058823529],[81.3725490196078,75.4901960784314,42.156862745098],[181.372549019608,176.470588235294,145.098039215686],[209.803921568627,203.921568627451,168.627450980392],[191.176470588235,182.352941176471,150],[134.313725490196,122.549019607843,100.980392156863],[148.039215686275,133.333333333333,112.745098039216],[160.78431372549,151.960784313725,119.607843137255],[152.941176470588,149.019607843137,114.705882352941],[206.862745098039,205.882352941176,176.470588235294],[150.980392156863,151.960784313725,121.56862745098],[120.588235294118,121.56862745098,82.3529411764706],[166.666666666667,161.764705882353,122.549019607843],[200,186.274509803922,151.960784313725],[136.274509803922,121.56862745098,93.1372549019608],[138.235294117647,125.490196078431,108.823529411765],[113.725490196078,107.843137254902,92.156862745098],[84.3137254901961,88.2352941176471,63.7254901960784],[80.3921568627451,89.2156862745098,58.8235294117647],[116.666666666667,126.470588235294,93.1372549019608],[112.745098039216,115.686274509804,85.2941176470588],[163.725490196078,155.882352941176,133.333333333333],[169.607843137255,158.823529411765,141.176470588235],[144.117647058824,135.294117647059,120.588235294118],[133.333333333333,129.411764705882,117.647058823529],[119.607843137255,126.470588235294,108.823529411765],[182.352941176471,192.156862745098,168.627450980392],[166.666666666667,171.56862745098,140.196078431373],[129.411764705882,123.529411764706,88.2352941176471],[134.313725490196,112.745098039216,74.5098039215686],[155.882352941176,122.549019607843,77.4509803921569],[126.470588235294,85.2941176470588,28.4313725490196],[171.56862745098,133.333333333333,65.6862745098039],[203.921568627451,177.450980392157,101.960784313725],[154.901960784314,138.235294117647,59.8039215686275],[177.450980392157,175.490196078431,94.1176470588235],[221.56862745098,216.666666666667,137.254901960784],[208.823529411765,186.274509803922,117.647058823529],[189.21568627451,157.843137254902,98.0392156862745],[250,220.588235294118,164.705882352941],[208.823529411765,188.235294117647,132.352941176471],[103.921568627451,104.901960784314,46.078431372549],[101.960784313725,111.764705882353,60.7843137254902],[22.5490196078431,29.4117647058824,0],[0.980392156862745,7.84313725490196,0],[0,0.980392156862745,0],[41.1764705882353,50.9803921568627,50],[57.843137254902,78.4313725490196,63.7254901960784],[23.5294117647059,51.9607843137255,32.3529411764706],[55.8823529411765,87.2549019607843,76.4705882352941],[94.1176470588235,129.411764705882,125.490196078431],[112.745098039216,151.960784313725,150.980392156863],[87.2549019607843,128.43137254902,124.509803921569],[51.9607843137255,94.1176470588235,84.3137254901961],[38.2352941176471,79.4117647058823,65.6862745098039],[91.1764705882353,131.372549019608,117.647058823529],[89.2156862745098,126.470588235294,115.686274509804],[50.9803921568627,86.2745098039216,82.3529411764706],[66.6666666666667,104.901960784314,101.960784313725],[72.5490196078431,116.666666666667,113.725490196078],[49.0196078431373,99.0196078431373,92.156862745098],[44.1176470588235,99.0196078431373,86.2745098039216],[65.6862745098039,124.509803921569,112.745098039216],[49.0196078431373,106.862745098039,104.901960784314],[53.921568627451,110.78431372549,111.764705882353],[72.5490196078431,123.529411764706,119.607843137255],[87.2549019607843,136.274509803922,127.450980392157],[123.529411764706,168.627450980392,158.823529411765],[82.3529411764706,127.450980392157,117.647058823529],[56.8627450980392,104.901960784314,100.980392156863],[66.6666666666667,116.666666666667,119.607843137255],[91.1764705882353,144.117647058824,155.882352941176],[115.686274509804,170.588235294118,185.294117647059],[79.4117647058823,134.313725490196,150.980392156863],[81.3725490196078,132.352941176471,145.098039215686],[94.1176470588235,138.235294117647,143.137254901961],[100.980392156863,139.21568627451,136.274509803922],[157.843137254902,189.21568627451,176.470588235294],[174.509803921569,205.882352941176,193.137254901961],[113.725490196078,153.921568627451,148.039215686275],[80.3921568627451,121.56862745098,120.588235294118],[103.921568627451,134.313725490196,137.254901960784],[108.823529411765,142.156862745098,143.137254901961],[123.529411764706,171.56862745098,167.647058823529],[73.5294117647059,125.490196078431,117.647058823529],[57.843137254902,105.882352941176,100],[83.3333333333333,127.450980392157,120.588235294118],[88.2352941176471,128.43137254902,120.588235294118],[56.8627450980392,98.0392156862745,88.2352941176471],[67.6470588235294,110.78431372549,98.0392156862745],[129.411764705882,170.588235294118,156.862745098039],[141.176470588235,176.470588235294,164.705882352941],[85.2941176470588,127.450980392157,110.78431372549],[57.843137254902,118.627450980392,94.1176470588235],[126.470588235294,190.196078431373,160.78431372549],[152.941176470588,206.862745098039,175.490196078431],[134.313725490196,180.392156862745,145.098039215686],[128.43137254902,167.647058823529,134.313725490196],[171.56862745098,201.960784313725,170.588235294118],[125.490196078431,150,118.627450980392],[52.9411764705882,76.4705882352941,43.1372549019608],[71.5686274509804,93.1372549019608,57.843137254902],[76.4705882352941,100.980392156863,62.7450980392157],[86.2745098039216,113.725490196078,73.5294117647059],[154.901960784314,186.274509803922,140.196078431373],[179.411764705882,212.745098039216,163.725490196078],[136.274509803922,167.647058823529,118.627450980392],[76.4705882352941,102.941176470588,52.9411764705882],[71.5686274509804,91.1764705882353,43.1372549019608],[0,12.7450980392157,0],[46.078431372549,56.8627450980392,15.6862745098039],[125.490196078431,139.21568627451,104.901960784314],[55.8823529411765,70.5882352941177,42.156862745098],[0,6.86274509803922,0],[4.90196078431373,17.6470588235294,0],[19.6078431372549,30.3921568627451,0.980392156862745],[7.84313725490196,16.6666666666667,0],[12.7450980392157,21.5686274509804,0],[50.9803921568627,56.8627450980392,29.4117647058824],[117.647058823529,125.490196078431,89.2156862745098],[85.2941176470588,96.078431372549,56.8627450980392],[86.2745098039216,98.0392156862745,58.8235294117647],[71.5686274509804,88.2352941176471,45.0980392156863],[100.980392156863,120.588235294118,68.6274509803922],[150.980392156863,174.509803921569,117.647058823529],[119.607843137255,144.117647058824,87.2549019607843],[111.764705882353,139.21568627451,81.3725490196078],[56.8627450980392,86.2745098039216,27.4509803921569],[48.0392156862745,70.5882352941177,15.6862745098039],[20.5882352941176,29.4117647058824,0],[13.7254901960784,13.7254901960784,0],[27.4509803921569,23.5294117647059,0],[49.0196078431373,49.0196078431373,21.5686274509804],[100,109.803921568627,76.4705882352941],[125.490196078431,137.254901960784,101.960784313725],[58.8235294117647,66.6666666666667,28.4313725490196],[92.156862745098,90.1960784313725,52.9411764705882],[109.803921568627,93.1372549019608,63.7254901960784],[57.843137254902,33.3333333333333,11.7647058823529],[22.5490196078431,0,0],[12.7450980392157,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[8.82352941176471,2.94117647058824,4.90196078431373],[12.7450980392157,6.86274509803922,8.82352941176471],[15.6862745098039,9.80392156862745,13.7254901960784],[12.7450980392157,2.94117647058824,10.7843137254902],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,5.88235294117647,12.7450980392157],[15.6862745098039,0.980392156862745,5.88235294117647],[24.5098039215686,8.82352941176471,11.7647058823529],[26.4705882352941,10.7843137254902,11.7647058823529],[17.6470588235294,1.96078431372549,1.96078431372549],[27.4509803921569,11.7647058823529,11.7647058823529],[31.3725490196078,15.6862745098039,15.6862745098039],[29.4117647058824,14.7058823529412,11.7647058823529],[27.4509803921569,9.80392156862745,5.88235294117647],[54.9019607843137,36.2745098039216,29.4117647058824],[63.7254901960784,42.156862745098,29.4117647058824],[66.6666666666667,41.1764705882353,24.5098039215686],[50,23.5294117647059,2.94117647058824],[64.7058823529412,35.2941176470588,7.84313725490196],[134.313725490196,100.980392156863,63.7254901960784],[191.176470588235,157.843137254902,121.56862745098],[152.941176470588,126.470588235294,100],[44.1176470588235,21.5686274509804,3.92156862745098],[18.6274509803922,0.980392156862745,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[64.7058823529412,47.0588235294118,25.4901960784314],[91.1764705882353,71.5686274509804,37.2549019607843],[104.901960784314,82.3529411764706,41.1764705882353],[136.274509803922,109.803921568627,63.7254901960784],[121.56862745098,98.0392156862745,52.9411764705882],[154.901960784314,136.274509803922,97.0588235294118],[116.666666666667,101.960784313725,71.5686274509804],[85.2941176470588,74.5098039215686,54.9019607843137],[57.843137254902,50,27.4509803921569],[150,142.156862745098,105.882352941176],[224.509803921569,219.607843137255,178.43137254902],[137.254901960784,137.254901960784,100],[180.392156862745,182.352941176471,146.078431372549],[178.43137254902,180.392156862745,141.176470588235],[227.450980392157,227.450980392157,192.156862745098],[204.901960784314,197.058823529412,174.509803921569],[149.019607843137,138.235294117647,116.666666666667],[154.901960784314,146.078431372549,113.725490196078],[107.843137254902,103.921568627451,69.6078431372549],[142.156862745098,143.137254901961,112.745098039216],[172.549019607843,173.529411764706,142.156862745098],[144.117647058824,142.156862745098,101.960784313725],[160.78431372549,151.960784313725,109.803921568627],[179.411764705882,157.843137254902,121.56862745098],[149.019607843137,128.43137254902,100],[124.509803921569,116.666666666667,98.0392156862745],[126.470588235294,125.490196078431,107.843137254902],[111.764705882353,113.725490196078,92.156862745098],[106.862745098039,109.803921568627,83.3333333333333],[112.745098039216,112.745098039216,85.2941176470588],[197.058823529412,196.078431372549,168.627450980392],[207.843137254902,201.960784313725,180.392156862745],[151.960784313725,145.098039215686,127.450980392157],[145.098039215686,141.176470588235,129.411764705882],[131.372549019608,131.372549019608,119.607843137255],[146.078431372549,151.960784313725,138.235294117647],[136.274509803922,143.137254901961,125.490196078431],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,136.274509803922,106.862745098039],[130.392156862745,114.705882352941,79.4117647058823],[137.254901960784,108.823529411765,69.6078431372549],[183.333333333333,141.176470588235,97.0588235294118],[193.137254901961,149.019607843137,95.0980392156863],[169.607843137255,131.372549019608,65.6862745098039],[188.235294117647,160.78431372549,89.2156862745098],[235.294117647059,221.56862745098,151.960784313725],[237.254901960784,227.450980392157,156.862745098039],[213.725490196078,195.098039215686,127.450980392157],[216.666666666667,194.117647058824,128.43137254902],[250,236.274509803922,179.411764705882],[207.843137254902,194.117647058824,134.313725490196],[138.235294117647,142.156862745098,69.6078431372549],[100.980392156863,111.764705882353,44.1176470588235],[25.4901960784314,33.3333333333333,0],[0.980392156862745,11.7647058823529,0],[28.4313725490196,45.0980392156863,26.4705882352941],[35.2941176470588,56.8627450980392,44.1176470588235],[58.8235294117647,85.2941176470588,70.5882352941177],[81.3725490196078,110.78431372549,99.0196078431373],[74.5098039215686,106.862745098039,100],[80.3921568627451,115.686274509804,111.764705882353],[63.7254901960784,103.921568627451,98.0392156862745],[96.078431372549,138.235294117647,128.43137254902],[204.901960784314,247.058823529412,228.43137254902],[83.3333333333333,126.470588235294,101.960784313725],[85.2941176470588,124.509803921569,100.980392156863],[96.078431372549,134.313725490196,115.686274509804],[73.5294117647059,110.78431372549,100],[60.7843137254902,99.0196078431373,94.1176470588235],[51.9607843137255,95.0980392156863,94.1176470588235],[53.921568627451,102.941176470588,101.960784313725],[48.0392156862745,103.921568627451,98.0392156862745],[57.843137254902,117.647058823529,110.78431372549],[50.9803921568627,111.764705882353,106.862745098039],[54.9019607843137,113.725490196078,111.764705882353],[77.4509803921569,131.372549019608,128.43137254902],[85.2941176470588,134.313725490196,133.333333333333],[86.2745098039216,131.372549019608,131.372549019608],[83.3333333333333,127.450980392157,130.392156862745],[62.7450980392157,109.803921568627,113.725490196078],[50,99.0196078431373,105.882352941176],[64.7058823529412,117.647058823529,127.450980392157],[66.6666666666667,123.529411764706,134.313725490196],[66.6666666666667,122.549019607843,131.372549019608],[76.4705882352941,128.43137254902,134.313725490196],[84.3137254901961,127.450980392157,128.43137254902],[140.196078431373,175.490196078431,173.529411764706],[206.862745098039,236.274509803922,228.43137254902],[173.529411764706,203.921568627451,198.039215686275],[113.725490196078,158.823529411765,155.882352941176],[58.8235294117647,105.882352941176,105.882352941176],[92.156862745098,126.470588235294,128.43137254902],[103.921568627451,139.21568627451,139.21568627451],[99.0196078431373,149.019607843137,140.196078431373],[56.8627450980392,113.725490196078,100],[59.8039215686275,112.745098039216,97.0588235294118],[70.5882352941177,122.549019607843,104.901960784314],[57.843137254902,105.882352941176,87.2549019607843],[73.5294117647059,119.607843137255,101.960784313725],[60.7843137254902,106.862745098039,87.2549019607843],[99.0196078431373,142.156862745098,125.490196078431],[78.4313725490196,118.627450980392,102.941176470588],[69.6078431372549,115.686274509804,100],[114.705882352941,183.333333333333,159.803921568627],[149.019607843137,220.588235294118,192.156862745098],[114.705882352941,170.588235294118,139.21568627451],[150,194.117647058824,163.725490196078],[179.411764705882,215.686274509804,185.294117647059],[165.686274509804,195.098039215686,167.647058823529],[127.450980392157,150.980392156863,129.411764705882],[37.2549019607843,55.8823529411765,37.2549019607843],[14.7058823529412,32.3529411764706,16.6666666666667],[54.9019607843137,75.4901960784314,56.8627450980392],[102.941176470588,131.372549019608,103.921568627451],[187.254901960784,218.627450980392,180.392156862745],[186.274509803922,219.607843137255,170.588235294118],[79.4117647058823,108.823529411765,57.843137254902],[51.9607843137255,75.4901960784314,26.4705882352941],[87.2549019607843,101.960784313725,59.8039215686275],[56.8627450980392,63.7254901960784,30.3921568627451],[64.7058823529412,70.5882352941177,45.0980392156863],[98.0392156862745,111.764705882353,89.2156862745098],[0,7.84313725490196,0],[7.84313725490196,22.5490196078431,0],[31.3725490196078,45.0980392156863,22.5490196078431],[38.2352941176471,47.0588235294118,28.4313725490196],[20.5882352941176,28.4313725490196,7.84313725490196],[76.4705882352941,85.2941176470588,58.8235294117647],[15.6862745098039,24.5098039215686,0],[61.7647058823529,70.5882352941177,40.1960784313726],[107.843137254902,119.607843137255,84.3137254901961],[96.078431372549,112.745098039216,68.6274509803922],[87.2549019607843,106.862745098039,54.9019607843137],[74.5098039215686,97.0588235294118,44.1176470588235],[127.450980392157,154.901960784314,98.0392156862745],[175.490196078431,204.901960784314,144.117647058824],[125.490196078431,154.901960784314,92.156862745098],[135.294117647059,162.745098039216,104.901960784314],[121.56862745098,141.176470588235,89.2156862745098],[93.1372549019608,105.882352941176,60.7843137254902],[59.8039215686275,67.6470588235294,27.4509803921569],[55.8823529411765,61.7647058823529,24.5098039215686],[66.6666666666667,72.5490196078431,37.2549019607843],[37.2549019607843,45.0980392156863,8.82352941176471],[41.1764705882353,47.0588235294118,11.7647058823529],[14.7058823529412,16.6666666666667,0],[51.9607843137255,46.078431372549,12.7450980392157],[54.9019607843137,39.2156862745098,13.7254901960784],[14.7058823529412,0,0],[17.6470588235294,1.96078431372549,0],[15.6862745098039,2.94117647058824,0],[4.90196078431373,0,0],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[39.2156862745098,37.2549019607843,38.2352941176471],[182.352941176471,180.392156862745,183.333333333333],[35.2941176470588,33.3333333333333,36.2745098039216],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[16.6666666666667,10.7843137254902,14.7058823529412],[10.7843137254902,4.90196078431373,8.82352941176471],[9.80392156862745,0.980392156862745,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,2.94117647058824,0],[25.4901960784314,16.6666666666667,17.6470588235294],[13.7254901960784,4.90196078431373,7.84313725490196],[19.6078431372549,9.80392156862745,10.7843137254902],[20.5882352941176,8.82352941176471,8.82352941176471],[28.4313725490196,14.7058823529412,13.7254901960784],[30.3921568627451,16.6666666666667,13.7254901960784],[12.7450980392157,0,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[39.2156862745098,21.5686274509804,19.6078431372549],[26.4705882352941,7.84313725490196,3.92156862745098],[38.2352941176471,15.6862745098039,9.80392156862745],[26.4705882352941,0.980392156862745,0],[59.8039215686275,33.3333333333333,16.6666666666667],[83.3333333333333,55.8823529411765,34.3137254901961],[59.8039215686275,29.4117647058824,1.96078431372549],[99.0196078431373,63.7254901960784,28.4313725490196],[143.137254901961,107.843137254902,72.5490196078431],[145.098039215686,115.686274509804,82.3529411764706],[135.294117647059,109.803921568627,83.3333333333333],[81.3725490196078,62.7450980392157,46.078431372549],[88.2352941176471,70.5882352941177,56.8627450980392],[109.803921568627,93.1372549019608,75.4901960784314],[90.1960784313725,73.5294117647059,48.0392156862745],[92.156862745098,74.5098039215686,37.2549019607843],[82.3529411764706,61.7647058823529,19.6078431372549],[116.666666666667,94.1176470588235,50.9803921568627],[129.411764705882,108.823529411765,66.6666666666667],[100.980392156863,83.3333333333333,46.078431372549],[104.901960784314,90.1960784313725,57.843137254902],[105.882352941176,94.1176470588235,70.5882352941177],[105.882352941176,97.0588235294118,68.6274509803922],[110.78431372549,99.0196078431373,57.843137254902],[164.705882352941,157.843137254902,112.745098039216],[199.019607843137,200,158.823529411765],[121.56862745098,123.529411764706,84.3137254901961],[155.882352941176,156.862745098039,115.686274509804],[212.745098039216,210.78431372549,173.529411764706],[171.56862745098,161.764705882353,135.294117647059],[149.019607843137,137.254901960784,111.764705882353],[124.509803921569,118.627450980392,87.2549019607843],[126.470588235294,121.56862745098,90.1960784313725],[112.745098039216,111.764705882353,82.3529411764706],[158.823529411765,157.843137254902,127.450980392157],[154.901960784314,150.980392156863,113.725490196078],[180.392156862745,168.627450980392,129.411764705882],[179.411764705882,160.78431372549,128.43137254902],[188.235294117647,171.56862745098,144.117647058824],[162.745098039216,157.843137254902,136.274509803922],[126.470588235294,128.43137254902,107.843137254902],[121.56862745098,121.56862745098,98.0392156862745],[127.450980392157,125.490196078431,100.980392156863],[160.78431372549,156.862745098039,128.43137254902],[176.470588235294,172.549019607843,144.117647058824],[143.137254901961,139.21568627451,114.705882352941],[141.176470588235,139.21568627451,118.627450980392],[150,150.980392156863,133.333333333333],[119.607843137255,123.529411764706,108.823529411765],[117.647058823529,124.509803921569,108.823529411765],[114.705882352941,122.549019607843,101.960784313725],[143.137254901961,145.098039215686,121.56862745098],[158.823529411765,154.901960784314,126.470588235294],[173.529411764706,163.725490196078,129.411764705882],[165.686274509804,144.117647058824,105.882352941176],[156.862745098039,122.549019607843,81.3725490196078],[147.058823529412,106.862745098039,55.8823529411765],[167.647058823529,129.411764705882,65.6862745098039],[199.019607843137,168.627450980392,102.941176470588],[238.235294117647,223.529411764706,159.803921568627],[175.490196078431,164.705882352941,100],[155.882352941176,142.156862745098,72.5490196078431],[165.686274509804,150.980392156863,83.3333333333333],[233.333333333333,217.647058823529,158.823529411765],[215.686274509804,207.843137254902,146.078431372549],[154.901960784314,157.843137254902,88.2352941176471],[91.1764705882353,102.941176470588,32.3529411764706],[64.7058823529412,73.5294117647059,17.6470588235294],[82.3529411764706,95.0980392156863,50],[65.6862745098039,91.1764705882353,56.8627450980392],[37.2549019607843,66.6666666666667,41.1764705882353],[63.7254901960784,94.1176470588235,76.4705882352941],[87.2549019607843,120.588235294118,106.862745098039],[54.9019607843137,89.2156862745098,82.3529411764706],[51.9607843137255,87.2549019607843,83.3333333333333],[70.5882352941177,109.803921568627,101.960784313725],[76.4705882352941,116.666666666667,102.941176470588],[122.549019607843,164.705882352941,138.235294117647],[157.843137254902,198.039215686275,168.627450980392],[105.882352941176,144.117647058824,117.647058823529],[69.6078431372549,106.862745098039,86.2745098039216],[75.4901960784314,109.803921568627,102.941176470588],[90.1960784313725,128.43137254902,125.490196078431],[63.7254901960784,107.843137254902,104.901960784314],[50.9803921568627,100,97.0588235294118],[38.2352941176471,96.078431372549,94.1176470588235],[58.8235294117647,117.647058823529,115.686274509804],[66.6666666666667,124.509803921569,118.627450980392],[70.5882352941177,126.470588235294,120.588235294118],[79.4117647058823,133.333333333333,130.392156862745],[89.2156862745098,143.137254901961,140.196078431373],[67.6470588235294,117.647058823529,118.627450980392],[80.3921568627451,130.392156862745,133.333333333333],[60.7843137254902,113.725490196078,115.686274509804],[74.5098039215686,128.43137254902,131.372549019608],[113.725490196078,170.588235294118,172.549019607843],[69.6078431372549,126.470588235294,127.450980392157],[60.7843137254902,115.686274509804,114.705882352941],[68.6274509803922,119.607843137255,117.647058823529],[75.4901960784314,119.607843137255,116.666666666667],[125.490196078431,160.78431372549,156.862745098039],[176.470588235294,206.862745098039,201.960784313725],[171.56862745098,205.882352941176,201.960784313725],[82.3529411764706,131.372549019608,130.392156862745],[57.843137254902,107.843137254902,108.823529411765],[97.0588235294118,137.254901960784,139.21568627451],[154.901960784314,196.078431372549,194.117647058824],[114.705882352941,166.666666666667,156.862745098039],[75.4901960784314,132.352941176471,117.647058823529],[71.5686274509804,127.450980392157,108.823529411765],[46.078431372549,98.0392156862745,78.4313725490196],[88.2352941176471,134.313725490196,114.705882352941],[128.43137254902,172.549019607843,151.960784313725],[119.607843137255,163.725490196078,143.137254901961],[57.843137254902,100,80.3921568627451],[102.941176470588,141.176470588235,123.529411764706],[85.2941176470588,131.372549019608,113.725490196078],[106.862745098039,170.588235294118,147.058823529412],[136.274509803922,200.980392156863,174.509803921569],[105.882352941176,154.901960784314,128.43137254902],[110.78431372549,149.019607843137,122.549019607843],[110.78431372549,140.196078431373,114.705882352941],[75.4901960784314,100.980392156863,76.4705882352941],[100,121.56862745098,100.980392156863],[62.7450980392157,80.3921568627451,64.7058823529412],[31.3725490196078,50.9803921568627,40.1960784313726],[115.686274509804,139.21568627451,125.490196078431],[227.450980392157,250,229.411764705882],[116.666666666667,150.980392156863,111.764705882353],[166.666666666667,199.019607843137,152.941176470588],[95.0980392156863,124.509803921569,75.4901960784314],[80.3921568627451,103.921568627451,56.8627450980392],[66.6666666666667,85.2941176470588,41.1764705882353],[21.5686274509804,35.2941176470588,0.980392156862745],[97.0588235294118,109.803921568627,82.3529411764706],[83.3333333333333,98.0392156862745,75.4901960784314],[47.0588235294118,64.7058823529412,41.1764705882353],[31.3725490196078,49.0196078431373,23.5294117647059],[64.7058823529412,79.4117647058823,56.8627450980392],[23.5294117647059,34.3137254901961,18.6274509803922],[95.0980392156863,103.921568627451,85.2941176470588],[65.6862745098039,75.4901960784314,49.0196078431373],[8.82352941176471,19.6078431372549,0],[32.3529411764706,46.078431372549,13.7254901960784],[118.627450980392,132.352941176471,97.0588235294118],[116.666666666667,134.313725490196,85.2941176470588],[83.3333333333333,103.921568627451,48.0392156862745],[92.156862745098,112.745098039216,57.843137254902],[99.0196078431373,122.549019607843,65.6862745098039],[120.588235294118,144.117647058824,83.3333333333333],[32.3529411764706,53.921568627451,0],[62.7450980392157,79.4117647058823,25.4901960784314],[124.509803921569,138.235294117647,88.2352941176471],[89.2156862745098,100.980392156863,51.9607843137255],[61.7647058823529,70.5882352941177,24.5098039215686],[71.5686274509804,77.4509803921569,32.3529411764706],[56.8627450980392,57.843137254902,16.6666666666667],[73.5294117647059,71.5686274509804,33.3333333333333],[57.843137254902,53.921568627451,19.6078431372549],[58.8235294117647,53.921568627451,22.5490196078431],[49.0196078431373,42.156862745098,14.7058823529412],[33.3333333333333,20.5882352941176,1.96078431372549],[17.6470588235294,1.96078431372549,0],[42.156862745098,25.4901960784314,17.6470588235294],[26.4705882352941,12.7450980392157,9.80392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[15.6862745098039,15.6862745098039,15.6862745098039],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,3.92156862745098],[75.4901960784314,73.5294117647059,78.4313725490196],[250,249.019607843137,250],[68.6274509803922,66.6666666666667,71.5686274509804],[0.980392156862745,0,3.92156862745098],[13.7254901960784,8.82352941176471,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[5.88235294117647,4.90196078431373,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,9.80392156862745],[5.88235294117647,0,9.80392156862745],[11.7647058823529,5.88235294117647,17.6470588235294],[8.82352941176471,0.980392156862745,11.7647058823529],[15.6862745098039,5.88235294117647,13.7254901960784],[7.84313725490196,0,0],[15.6862745098039,4.90196078431373,0],[35.2941176470588,23.5294117647059,9.80392156862745],[27.4509803921569,14.7058823529412,0],[17.6470588235294,6.86274509803922,0],[25.4901960784314,16.6666666666667,7.84313725490196],[9.80392156862745,5.88235294117647,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,13.7254901960784,0],[15.6862745098039,8.82352941176471,0],[37.2549019607843,28.4313725490196,13.7254901960784],[27.4509803921569,15.6862745098039,3.92156862745098],[37.2549019607843,23.5294117647059,14.7058823529412],[38.2352941176471,19.6078431372549,13.7254901960784],[37.2549019607843,13.7254901960784,9.80392156862745],[60.7843137254902,36.2745098039216,31.3725490196078],[45.0980392156863,16.6666666666667,8.82352941176471],[43.1372549019608,11.7647058823529,0],[82.3529411764706,50.9803921568627,30.3921568627451],[82.3529411764706,49.0196078431373,22.5490196078431],[62.7450980392157,28.4313725490196,0],[93.1372549019608,56.8627450980392,28.4313725490196],[105.882352941176,70.5882352941177,35.2941176470588],[118.627450980392,88.2352941176471,42.156862745098],[193.137254901961,164.705882352941,121.56862745098],[147.058823529412,120.588235294118,92.156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[66.6666666666667,41.1764705882353,14.7058823529412],[104.901960784314,80.3921568627451,50],[125.490196078431,100.980392156863,60.7843137254902],[72.5490196078431,50,8.82352941176471],[55.8823529411765,31.3725490196078,0.980392156862745],[82.3529411764706,61.7647058823529,31.3725490196078],[113.725490196078,98.0392156862745,64.7058823529412],[101.960784313725,90.1960784313725,52.9411764705882],[82.3529411764706,74.5098039215686,38.2352941176471],[135.294117647059,128.43137254902,85.2941176470588],[168.627450980392,156.862745098039,105.882352941176],[161.764705882353,150,99.0196078431373],[140.196078431373,136.274509803922,92.156862745098],[151.960784313725,147.058823529412,107.843137254902],[166.666666666667,157.843137254902,117.647058823529],[161.764705882353,148.039215686275,109.803921568627],[160.78431372549,145.098039215686,111.764705882353],[111.764705882353,96.078431372549,63.7254901960784],[109.803921568627,100.980392156863,70.5882352941177],[168.627450980392,163.725490196078,135.294117647059],[172.549019607843,167.647058823529,139.21568627451],[200,195.098039215686,165.686274509804],[144.117647058824,135.294117647059,102.941176470588],[148.039215686275,139.21568627451,106.862745098039],[178.43137254902,171.56862745098,146.078431372549],[141.176470588235,136.274509803922,114.705882352941],[132.352941176471,131.372549019608,110.78431372549],[110.78431372549,110.78431372549,87.2549019607843],[142.156862745098,140.196078431373,115.686274509804],[203.921568627451,200,173.529411764706],[183.333333333333,180.392156862745,150],[114.705882352941,111.764705882353,81.3725490196078],[131.372549019608,130.392156862745,100],[148.039215686275,149.019607843137,118.627450980392],[157.843137254902,163.725490196078,136.274509803922],[123.529411764706,133.333333333333,106.862745098039],[134.313725490196,147.058823529412,119.607843137255],[131.372549019608,141.176470588235,114.705882352941],[128.43137254902,133.333333333333,103.921568627451],[130.392156862745,131.372549019608,100.980392156863],[152.941176470588,148.039215686275,116.666666666667],[179.411764705882,165.686274509804,129.411764705882],[164.705882352941,143.137254901961,97.0588235294118],[185.294117647059,156.862745098039,101.960784313725],[150,123.529411764706,55.8823529411765],[161.764705882353,142.156862745098,72.5490196078431],[212.745098039216,202.941176470588,142.156862745098],[210.78431372549,204.901960784314,144.117647058824],[162.745098039216,154.901960784314,84.3137254901961],[166.666666666667,156.862745098039,86.2745098039216],[222.549019607843,212.745098039216,145.098039215686],[215.686274509804,209.803921568627,149.019607843137],[186.274509803922,189.21568627451,133.333333333333],[108.823529411765,117.647058823529,61.7647058823529],[139.21568627451,149.019607843137,90.1960784313725],[172.549019607843,189.21568627451,135.294117647059],[125.490196078431,153.921568627451,108.823529411765],[102.941176470588,138.235294117647,102.941176470588],[85.2941176470588,120.588235294118,95.0980392156863],[50,86.2745098039216,68.6274509803922],[63.7254901960784,96.078431372549,85.2941176470588],[86.2745098039216,118.627450980392,111.764705882353],[69.6078431372549,100.980392156863,96.078431372549],[70.5882352941177,102.941176470588,92.156862745098],[75.4901960784314,113.725490196078,85.2941176470588],[100,138.235294117647,107.843137254902],[101.960784313725,136.274509803922,114.705882352941],[72.5490196078431,104.901960784314,96.078431372549],[85.2941176470588,115.686274509804,118.627450980392],[87.2549019607843,119.607843137255,124.509803921569],[63.7254901960784,105.882352941176,97.0588235294118],[58.8235294117647,109.803921568627,98.0392156862745],[53.921568627451,111.764705882353,109.803921568627],[53.921568627451,108.823529411765,109.803921568627],[69.6078431372549,117.647058823529,113.725490196078],[66.6666666666667,112.745098039216,106.862745098039],[78.4313725490196,128.43137254902,123.529411764706],[92.156862745098,148.039215686275,141.176470588235],[79.4117647058823,141.176470588235,133.333333333333],[65.6862745098039,129.411764705882,121.56862745098],[71.5686274509804,137.254901960784,128.43137254902],[80.3921568627451,145.098039215686,135.294117647059],[72.5490196078431,134.313725490196,123.529411764706],[88.2352941176471,147.058823529412,137.254901960784],[82.3529411764706,134.313725490196,124.509803921569],[92.156862745098,138.235294117647,130.392156862745],[92.156862745098,134.313725490196,127.450980392157],[165.686274509804,203.921568627451,199.019607843137],[177.450980392157,212.745098039216,208.823529411765],[151.960784313725,191.176470588235,190.196078431373],[57.843137254902,106.862745098039,107.843137254902],[115.686274509804,167.647058823529,171.56862745098],[143.137254901961,193.137254901961,196.078431372549],[128.43137254902,179.411764705882,177.450980392157],[72.5490196078431,128.43137254902,122.549019607843],[36.2745098039216,92.156862745098,83.3333333333333],[54.9019607843137,105.882352941176,94.1176470588235],[73.5294117647059,118.627450980392,105.882352941176],[108.823529411765,149.019607843137,133.333333333333],[125.490196078431,161.764705882353,145.098039215686],[122.549019607843,154.901960784314,138.235294117647],[40.1960784313726,72.5490196078431,53.921568627451],[111.764705882353,144.117647058824,125.490196078431],[168.627450980392,207.843137254902,184.313725490196],[22.5490196078431,71.5686274509804,45.0980392156863],[76.4705882352941,123.529411764706,98.0392156862745],[52.9411764705882,87.2549019607843,63.7254901960784],[50.9803921568627,75.4901960784314,53.921568627451],[85.2941176470588,103.921568627451,82.3529411764706],[67.6470588235294,85.2941176470588,61.7647058823529],[60.7843137254902,78.4313725490196,52.9411764705882],[46.078431372549,67.6470588235294,47.0588235294118],[27.4509803921569,52.9411764705882,40.1960784313726],[118.627450980392,150,129.411764705882],[190.196078431373,226.470588235294,186.274509803922],[76.4705882352941,113.725490196078,65.6862745098039],[163.725490196078,196.078431372549,153.921568627451],[160.78431372549,191.176470588235,150],[117.647058823529,146.078431372549,100.980392156863],[74.5098039215686,102.941176470588,55.8823529411765],[46.078431372549,79.4117647058823,30.3921568627451],[35.2941176470588,66.6666666666667,20.5882352941176],[12.7450980392157,38.2352941176471,0],[55.8823529411765,76.4705882352941,44.1176470588235],[101.960784313725,120.588235294118,91.1764705882353],[20.5882352941176,36.2745098039216,9.80392156862745],[0,6.86274509803922,0],[90.1960784313725,101.960784313725,80.3921568627451],[61.7647058823529,74.5098039215686,49.0196078431373],[36.2745098039216,50,17.6470588235294],[46.078431372549,61.7647058823529,25.4901960784314],[71.5686274509804,88.2352941176471,44.1176470588235],[85.2941176470588,103.921568627451,50],[85.2941176470588,102.941176470588,46.078431372549],[89.2156862745098,103.921568627451,48.0392156862745],[87.2549019607843,100,45.0980392156863],[78.4313725490196,87.2549019607843,31.3725490196078],[56.8627450980392,63.7254901960784,12.7450980392157],[27.4509803921569,29.4117647058824,0],[83.3333333333333,84.3137254901961,41.1764705882353],[67.6470588235294,74.5098039215686,24.5098039215686],[61.7647058823529,65.6862745098039,15.6862745098039],[73.5294117647059,69.6078431372549,22.5490196078431],[105.882352941176,95.0980392156863,50],[128.43137254902,110.78431372549,73.5294117647059],[37.2549019607843,21.5686274509804,0],[28.4313725490196,16.6666666666667,0],[21.5686274509804,9.80392156862745,0],[10.7843137254902,0,0],[21.5686274509804,3.92156862745098,0],[56.8627450980392,37.2549019607843,36.2745098039216],[29.4117647058824,14.7058823529412,11.7647058823529],[15.6862745098039,8.82352941176471,0.980392156862745],[0.980392156862745,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[17.6470588235294,16.6666666666667,14.7058823529412],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[190.196078431373,192.156862745098,191.176470588235],[113.725490196078,115.686274509804,114.705882352941],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0.980392156862745,0,3.92156862745098],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[9.80392156862745,8.82352941176471,4.90196078431373],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[10.7843137254902,3.92156862745098,11.7647058823529],[5.88235294117647,0,4.90196078431373],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,6.86274509803922,8.82352941176471],[13.7254901960784,0,0],[19.6078431372549,3.92156862745098,0],[32.3529411764706,16.6666666666667,0],[53.921568627451,39.2156862745098,16.6666666666667],[77.4509803921569,65.6862745098039,51.9607843137255],[39.2156862745098,29.4117647058824,19.6078431372549],[7.84313725490196,0,0],[16.6666666666667,4.90196078431373,0],[17.6470588235294,6.86274509803922,0],[31.3725490196078,18.6274509803922,1.96078431372549],[51.9607843137255,35.2941176470588,17.6470588235294],[68.6274509803922,48.0392156862745,31.3725490196078],[67.6470588235294,42.156862745098,27.4509803921569],[79.4117647058823,51.9607843137255,38.2352941176471],[73.5294117647059,45.0980392156863,29.4117647058824],[80.3921568627451,51.9607843137255,34.3137254901961],[86.2745098039216,58.8235294117647,35.2941176470588],[98.0392156862745,71.5686274509804,43.1372549019608],[101.960784313725,77.4509803921569,47.0588235294118],[111.764705882353,86.2745098039216,53.921568627451],[78.4313725490196,45.0980392156863,17.6470588235294],[128.43137254902,93.1372549019608,57.843137254902],[131.372549019608,99.0196078431373,47.0588235294118],[153.921568627451,123.529411764706,69.6078431372549],[184.313725490196,150.980392156863,113.725490196078],[129.411764705882,97.0588235294118,66.6666666666667],[73.5294117647059,41.1764705882353,8.82352941176471],[102.941176470588,73.5294117647059,36.2745098039216],[109.803921568627,83.3333333333333,39.2156862745098],[148.039215686275,123.529411764706,83.3333333333333],[110.78431372549,88.2352941176471,57.843137254902],[76.4705882352941,56.8627450980392,30.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[111.764705882353,102.941176470588,60.7843137254902],[126.470588235294,119.607843137255,74.5098039215686],[167.647058823529,161.764705882353,112.745098039216],[183.333333333333,176.470588235294,123.529411764706],[189.21568627451,183.333333333333,132.352941176471],[130.392156862745,131.372549019608,92.156862745098],[161.764705882353,161.764705882353,128.43137254902],[84.3137254901961,75.4901960784314,45.0980392156863],[145.098039215686,132.352941176471,100.980392156863],[169.607843137255,153.921568627451,121.56862745098],[117.647058823529,102.941176470588,72.5490196078431],[157.843137254902,150.980392156863,122.549019607843],[155.882352941176,151.960784313725,123.529411764706],[175.490196078431,170.588235294118,139.21568627451],[238.235294117647,229.411764705882,197.058823529412],[147.058823529412,134.313725490196,100.980392156863],[82.3529411764706,73.5294117647059,43.1372549019608],[100.980392156863,99.0196078431373,78.4313725490196],[132.352941176471,133.333333333333,115.686274509804],[95.0980392156863,97.0588235294118,75.4901960784314],[123.529411764706,125.490196078431,101.960784313725],[142.156862745098,140.196078431373,115.686274509804],[138.235294117647,137.254901960784,109.803921568627],[148.039215686275,144.117647058824,115.686274509804],[138.235294117647,135.294117647059,104.901960784314],[140.196078431373,141.176470588235,109.803921568627],[181.372549019608,187.254901960784,153.921568627451],[163.725490196078,173.529411764706,140.196078431373],[155.882352941176,169.607843137255,137.254901960784],[202.941176470588,217.647058823529,185.294117647059],[182.352941176471,196.078431372549,163.725490196078],[163.725490196078,170.588235294118,138.235294117647],[145.098039215686,148.039215686275,117.647058823529],[132.352941176471,129.411764705882,99.0196078431373],[170.588235294118,162.745098039216,127.450980392157],[211.764705882353,195.098039215686,151.960784313725],[184.313725490196,164.705882352941,112.745098039216],[165.686274509804,147.058823529412,89.2156862745098],[224.509803921569,210.78431372549,149.019607843137],[221.56862745098,216.666666666667,153.921568627451],[250,250,188.235294117647],[244.117647058824,240.196078431373,170.588235294118],[227.450980392157,220.588235294118,150],[186.274509803922,179.411764705882,110.78431372549],[228.43137254902,224.509803921569,161.764705882353],[121.56862745098,122.549019607843,66.6666666666667],[93.1372549019608,100,47.0588235294118],[140.196078431373,150.980392156863,96.078431372549],[138.235294117647,156.862745098039,102.941176470588],[82.3529411764706,110.78431372549,63.7254901960784],[109.803921568627,144.117647058824,102.941176470588],[86.2745098039216,120.588235294118,89.2156862745098],[82.3529411764706,116.666666666667,95.0980392156863],[82.3529411764706,115.686274509804,101.960784313725],[96.078431372549,128.43137254902,121.56862745098],[85.2941176470588,116.666666666667,113.725490196078],[109.803921568627,140.196078431373,132.352941176471],[113.725490196078,148.039215686275,118.627450980392],[111.764705882353,146.078431372549,113.725490196078],[63.7254901960784,95.0980392156863,72.5490196078431],[58.8235294117647,88.2352941176471,80.3921568627451],[74.5098039215686,103.921568627451,113.725490196078],[76.4705882352941,109.803921568627,118.627450980392],[52.9411764705882,95.0980392156863,88.2352941176471],[51.9607843137255,100.980392156863,90.1960784313725],[68.6274509803922,122.549019607843,119.607843137255],[69.6078431372549,120.588235294118,118.627450980392],[81.3725490196078,123.529411764706,116.666666666667],[75.4901960784314,117.647058823529,107.843137254902],[66.6666666666667,115.686274509804,106.862745098039],[95.0980392156863,150.980392156863,142.156862745098],[106.862745098039,171.56862745098,161.764705882353],[94.1176470588235,162.745098039216,152.941176470588],[89.2156862745098,159.803921568627,148.039215686275],[69.6078431372549,138.235294117647,127.450980392157],[93.1372549019608,154.901960784314,144.117647058824],[113.725490196078,170.588235294118,158.823529411765],[87.2549019607843,138.235294117647,126.470588235294],[90.1960784313725,135.294117647059,125.490196078431],[91.1764705882353,133.333333333333,124.509803921569],[166.666666666667,208.823529411765,201.960784313725],[178.43137254902,218.627450980392,212.745098039216],[103.921568627451,148.039215686275,145.098039215686],[71.5686274509804,120.588235294118,121.56862745098],[129.411764705882,182.352941176471,184.313725490196],[72.5490196078431,127.450980392157,126.470588235294],[50,104.901960784314,101.960784313725],[59.8039215686275,115.686274509804,109.803921568627],[52.9411764705882,107.843137254902,99.0196078431373],[23.5294117647059,72.5490196078431,61.7647058823529],[21.5686274509804,62.7450980392157,50.9803921568627],[28.4313725490196,63.7254901960784,50],[80.3921568627451,110.78431372549,95.0980392156863],[124.509803921569,152.941176470588,135.294117647059],[131.372549019608,159.803921568627,138.235294117647],[67.6470588235294,99.0196078431373,75.4901960784314],[117.647058823529,152.941176470588,127.450980392157],[65.6862745098039,107.843137254902,78.4313725490196],[128.43137254902,166.666666666667,138.235294117647],[174.509803921569,201.960784313725,177.450980392157],[168.627450980392,190.196078431373,167.647058823529],[165.686274509804,180.392156862745,157.843137254902],[87.2549019607843,100.980392156863,76.4705882352941],[60.7843137254902,76.4705882352941,48.0392156862745],[86.2745098039216,108.823529411765,81.3725490196078],[62.7450980392157,91.1764705882353,71.5686274509804],[128.43137254902,163.725490196078,136.274509803922],[134.313725490196,175.490196078431,126.470588235294],[109.803921568627,150,95.0980392156863],[135.294117647059,166.666666666667,126.470588235294],[174.509803921569,203.921568627451,168.627450980392],[113.725490196078,144.117647058824,103.921568627451],[144.117647058824,176.470588235294,130.392156862745],[161.764705882353,203.921568627451,149.019607843137],[110.78431372549,152.941176470588,98.0392156862745],[75.4901960784314,108.823529411765,59.8039215686275],[68.6274509803922,95.0980392156863,54.9019607843137],[72.5490196078431,96.078431372549,60.7843137254902],[34.3137254901961,54.9019607843137,22.5490196078431],[57.843137254902,76.4705882352941,49.0196078431373],[98.0392156862745,113.725490196078,87.2549019607843],[107.843137254902,123.529411764706,95.0980392156863],[64.7058823529412,81.3725490196078,46.078431372549],[42.156862745098,60.7843137254902,16.6666666666667],[84.3137254901961,101.960784313725,52.9411764705882],[97.0588235294118,113.725490196078,59.8039215686275],[72.5490196078431,87.2549019607843,29.4117647058824],[68.6274509803922,77.4509803921569,21.5686274509804],[71.5686274509804,76.4705882352941,21.5686274509804],[81.3725490196078,81.3725490196078,28.4313725490196],[85.2941176470588,83.3333333333333,35.2941176470588],[58.8235294117647,51.9607843137255,8.82352941176471],[92.156862745098,88.2352941176471,44.1176470588235],[148.039215686275,150,100.980392156863],[86.2745098039216,86.2745098039216,33.3333333333333],[64.7058823529412,54.9019607843137,4.90196078431373],[95.0980392156863,78.4313725490196,33.3333333333333],[89.2156862745098,65.6862745098039,28.4313725490196],[38.2352941176471,15.6862745098039,0],[34.3137254901961,18.6274509803922,0],[13.7254901960784,0,0],[45.0980392156863,30.3921568627451,23.5294117647059],[57.843137254902,40.1960784313726,38.2352941176471],[38.2352941176471,16.6666666666667,18.6274509803922],[24.5098039215686,6.86274509803922,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,11.7647058823529,2.94117647058824],[5.88235294117647,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[16.6666666666667,18.6274509803922,15.6862745098039],[5.88235294117647,7.84313725490196,4.90196078431373],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[15.6862745098039,10.7843137254902,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[8.82352941176471,3.92156862745098,10.7843137254902],[10.7843137254902,4.90196078431373,16.6666666666667],[12.7450980392157,4.90196078431373,15.6862745098039],[12.7450980392157,5.88235294117647,12.7450980392157],[10.7843137254902,4.90196078431373,6.86274509803922],[8.82352941176471,3.92156862745098,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,0],[17.6470588235294,12.7450980392157,6.86274509803922],[18.6274509803922,10.7843137254902,7.84313725490196],[16.6666666666667,6.86274509803922,5.88235294117647],[21.5686274509804,9.80392156862745,9.80392156862745],[19.6078431372549,5.88235294117647,4.90196078431373],[31.3725490196078,16.6666666666667,13.7254901960784],[60.7843137254902,44.1176470588235,37.2549019607843],[66.6666666666667,49.0196078431373,37.2549019607843],[57.843137254902,38.2352941176471,27.4509803921569],[52.9411764705882,30.3921568627451,24.5098039215686],[71.5686274509804,47.0588235294118,43.1372549019608],[58.8235294117647,34.3137254901961,29.4117647058824],[40.1960784313726,15.6862745098039,8.82352941176471],[24.5098039215686,0,0],[54.9019607843137,27.4509803921569,15.6862745098039],[81.3725490196078,50.9803921568627,33.3333333333333],[77.4509803921569,46.078431372549,23.5294117647059],[104.901960784314,70.5882352941177,43.1372549019608],[136.274509803922,101.960784313725,70.5882352941177],[105.882352941176,76.4705882352941,41.1764705882353],[104.901960784314,79.4117647058823,43.1372549019608],[124.509803921569,106.862745098039,69.6078431372549],[118.627450980392,105.882352941176,71.5686274509804],[62.7450980392157,56.8627450980392,21.5686274509804],[66.6666666666667,53.921568627451,20.5882352941176],[66.6666666666667,40.1960784313726,10.7843137254902],[112.745098039216,78.4313725490196,41.1764705882353],[186.274509803922,153.921568627451,101.960784313725],[180.392156862745,145.098039215686,94.1176470588235],[137.254901960784,100,61.7647058823529],[162.745098039216,127.450980392157,92.156862745098],[126.470588235294,92.156862745098,52.9411764705882],[86.2745098039216,55.8823529411765,10.7843137254902],[106.862745098039,81.3725490196078,33.3333333333333],[177.450980392157,155.882352941176,109.803921568627],[141.176470588235,121.56862745098,87.2549019607843],[122.549019607843,106.862745098039,73.5294117647059],[115.686274509804,102.941176470588,59.8039215686275],[95.0980392156863,84.3137254901961,39.2156862745098],[133.333333333333,125.490196078431,79.4117647058823],[149.019607843137,145.098039215686,99.0196078431373],[109.803921568627,116.666666666667,66.6666666666667],[154.901960784314,167.647058823529,125.490196078431],[165.686274509804,181.372549019608,154.901960784314],[93.1372549019608,105.882352941176,88.2352941176471],[56.8627450980392,60.7843137254902,46.078431372549],[126.470588235294,124.509803921569,109.803921568627],[116.666666666667,110.78431372549,89.2156862745098],[88.2352941176471,82.3529411764706,56.8627450980392],[138.235294117647,137.254901960784,107.843137254902],[127.450980392157,128.43137254902,95.0980392156863],[166.666666666667,164.705882352941,124.509803921569],[199.019607843137,192.156862745098,149.019607843137],[160.78431372549,150,105.882352941176],[147.058823529412,134.313725490196,100],[155.882352941176,150,126.470588235294],[116.666666666667,115.686274509804,96.078431372549],[174.509803921569,177.450980392157,156.862745098039],[153.921568627451,156.862745098039,136.274509803922],[150.980392156863,152.941176470588,131.372549019608],[172.549019607843,172.549019607843,149.019607843137],[191.176470588235,189.21568627451,164.705882352941],[201.960784313725,201.960784313725,174.509803921569],[178.43137254902,181.372549019608,150.980392156863],[163.725490196078,170.588235294118,140.196078431373],[183.333333333333,194.117647058824,162.745098039216],[195.098039215686,207.843137254902,178.43137254902],[205.882352941176,220.588235294118,190.196078431373],[185.294117647059,198.039215686275,168.627450980392],[169.607843137255,176.470588235294,146.078431372549],[159.803921568627,162.745098039216,134.313725490196],[175.490196078431,174.509803921569,145.098039215686],[172.549019607843,166.666666666667,135.294117647059],[209.803921568627,196.078431372549,161.764705882353],[214.705882352941,199.019607843137,163.725490196078],[218.627450980392,208.823529411765,173.529411764706],[249.019607843137,243.137254901961,196.078431372549],[202.941176470588,198.039215686275,133.333333333333],[182.352941176471,178.43137254902,105.882352941176],[243.137254901961,241.176470588235,168.627450980392],[159.803921568627,159.803921568627,89.2156862745098],[171.56862745098,168.627450980392,100.980392156863],[247.058823529412,244.117647058824,176.470588235294],[170.588235294118,167.647058823529,98.0392156862745],[136.274509803922,138.235294117647,76.4705882352941],[137.254901960784,148.039215686275,105.882352941176],[109.803921568627,130.392156862745,92.156862745098],[104.901960784314,129.411764705882,88.2352941176471],[124.509803921569,150,111.764705882353],[142.156862745098,168.627450980392,138.235294117647],[111.764705882353,143.137254901961,120.588235294118],[68.6274509803922,103.921568627451,90.1960784313725],[51.9607843137255,90.1960784313725,85.2941176470588],[50.9803921568627,88.2352941176471,89.2156862745098],[100.980392156863,135.294117647059,129.411764705882],[140.196078431373,172.549019607843,146.078431372549],[148.039215686275,177.450980392157,144.117647058824],[125.490196078431,150.980392156863,124.509803921569],[104.901960784314,132.352941176471,120.588235294118],[83.3333333333333,115.686274509804,124.509803921569],[67.6470588235294,106.862745098039,118.627450980392],[66.6666666666667,114.705882352941,111.764705882353],[64.7058823529412,114.705882352941,107.843137254902],[65.6862745098039,113.725490196078,109.803921568627],[98.0392156862745,144.117647058824,138.235294117647],[144.117647058824,187.254901960784,174.509803921569],[81.3725490196078,127.450980392157,111.764705882353],[105.882352941176,156.862745098039,144.117647058824],[140.196078431373,196.078431372549,187.254901960784],[100,161.764705882353,153.921568627451],[71.5686274509804,136.274509803922,132.352941176471],[71.5686274509804,136.274509803922,134.313725490196],[59.8039215686275,122.549019607843,121.56862745098],[73.5294117647059,131.372549019608,129.411764705882],[74.5098039215686,128.43137254902,125.490196078431],[69.6078431372549,117.647058823529,114.705882352941],[132.352941176471,177.450980392157,174.509803921569],[169.607843137255,213.725490196078,208.823529411765],[175.490196078431,219.607843137255,212.745098039216],[136.274509803922,182.352941176471,174.509803921569],[115.686274509804,163.725490196078,157.843137254902],[115.686274509804,164.705882352941,163.725490196078],[83.3333333333333,136.274509803922,136.274509803922],[64.7058823529412,118.627450980392,115.686274509804],[63.7254901960784,117.647058823529,111.764705882353],[50.9803921568627,102.941176470588,93.1372549019608],[81.3725490196078,130.392156862745,118.627450980392],[42.156862745098,85.2941176470588,70.5882352941177],[44.1176470588235,82.3529411764706,64.7058823529412],[75.4901960784314,107.843137254902,91.1764705882353],[104.901960784314,133.333333333333,113.725490196078],[133.333333333333,160.78431372549,139.21568627451],[150,177.450980392157,154.901960784314],[39.2156862745098,68.6274509803922,43.1372549019608],[52.9411764705882,87.2549019607843,57.843137254902],[101.960784313725,142.156862745098,108.823529411765],[150,189.21568627451,155.882352941176],[214.705882352941,243.137254901961,213.725490196078],[157.843137254902,180.392156862745,151.960784313725],[93.1372549019608,108.823529411765,80.3921568627451],[53.921568627451,68.6274509803922,38.2352941176471],[18.6274509803922,35.2941176470588,3.92156862745098],[65.6862745098039,89.2156862745098,57.843137254902],[70.5882352941177,100,72.5490196078431],[12.7450980392157,48.0392156862745,12.7450980392157],[28.4313725490196,67.6470588235294,15.6862745098039],[100.980392156863,141.176470588235,86.2745098039216],[146.078431372549,177.450980392157,137.254901960784],[211.764705882353,238.235294117647,203.921568627451],[122.549019607843,149.019607843137,114.705882352941],[63.7254901960784,95.0980392156863,54.9019607843137],[89.2156862745098,128.43137254902,77.4509803921569],[112.745098039216,151.960784313725,100],[158.823529411765,194.117647058824,147.058823529412],[112.745098039216,145.098039215686,100.980392156863],[147.058823529412,174.509803921569,135.294117647059],[137.254901960784,162.745098039216,126.470588235294],[35.2941176470588,58.8235294117647,25.4901960784314],[26.4705882352941,47.0588235294118,14.7058823529412],[69.6078431372549,89.2156862745098,54.9019607843137],[48.0392156862745,65.6862745098039,26.4705882352941],[100.980392156863,119.607843137255,74.5098039215686],[132.352941176471,150.980392156863,97.0588235294118],[85.2941176470588,102.941176470588,46.078431372549],[41.1764705882353,54.9019607843137,0],[91.1764705882353,99.0196078431373,41.1764705882353],[106.862745098039,109.803921568627,53.921568627451],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,114.705882352941,65.6862745098039],[90.1960784313725,84.3137254901961,37.2549019607843],[90.1960784313725,86.2745098039216,39.2156862745098],[162.745098039216,160.78431372549,110.78431372549],[115.686274509804,112.745098039216,60.7843137254902],[128.43137254902,118.627450980392,68.6274509803922],[145.098039215686,128.43137254902,85.2941176470588],[100,78.4313725490196,40.1960784313726],[59.8039215686275,37.2549019607843,6.86274509803922],[49.0196078431373,31.3725490196078,9.80392156862745],[74.5098039215686,57.843137254902,42.156862745098],[83.3333333333333,65.6862745098039,55.8823529411765],[97.0588235294118,78.4313725490196,74.5098039215686],[59.8039215686275,40.1960784313726,39.2156862745098],[29.4117647058824,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[10.7843137254902,7.84313725490196,0.980392156862745],[4.90196078431373,0.980392156862745,0],[16.6666666666667,12.7450980392157,11.7647058823529],[16.6666666666667,12.7450980392157,11.7647058823529],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[25.4901960784314,21.5686274509804,18.6274509803922],[34.3137254901961,30.3921568627451,27.4509803921569],[5.88235294117647,1.96078431372549,0]],[[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[26.4705882352941,26.4705882352941,24.5098039215686],[116.666666666667,116.666666666667,114.705882352941],[0,1.96078431372549,0],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[16.6666666666667,15.6862745098039,13.7254901960784],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,9.80392156862745],[17.6470588235294,9.80392156862745,22.5490196078431],[11.7647058823529,4.90196078431373,11.7647058823529],[5.88235294117647,0,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[17.6470588235294,10.7843137254902,2.94117647058824],[15.6862745098039,8.82352941176471,0],[27.4509803921569,20.5882352941176,10.7843137254902],[29.4117647058824,20.5882352941176,13.7254901960784],[16.6666666666667,5.88235294117647,1.96078431372549],[20.5882352941176,6.86274509803922,5.88235294117647],[21.5686274509804,5.88235294117647,5.88235294117647],[21.5686274509804,3.92156862745098,1.96078431372549],[40.1960784313726,23.5294117647059,16.6666666666667],[71.5686274509804,52.9411764705882,46.078431372549],[91.1764705882353,67.6470588235294,57.843137254902],[81.3725490196078,48.0392156862745,36.2745098039216],[97.0588235294118,59.8039215686275,47.0588235294118],[102.941176470588,65.6862745098039,54.9019607843137],[64.7058823529412,27.4509803921569,18.6274509803922],[47.0588235294118,9.80392156862745,0.980392156862745],[100,62.7450980392157,50],[106.862745098039,70.5882352941177,51.9607843137255],[101.960784313725,66.6666666666667,41.1764705882353],[75.4901960784314,42.156862745098,7.84313725490196],[83.3333333333333,51.9607843137255,13.7254901960784],[122.549019607843,96.078431372549,53.921568627451],[120.588235294118,100,55.8823529411765],[70.5882352941177,55.8823529411765,13.7254901960784],[75.4901960784314,66.6666666666667,28.4313725490196],[43.1372549019608,39.2156862745098,4.90196078431373],[60.7843137254902,51.9607843137255,19.6078431372549],[117.647058823529,94.1176470588235,60.7843137254902],[129.411764705882,97.0588235294118,56.8627450980392],[137.254901960784,101.960784313725,52.9411764705882],[186.274509803922,150,99.0196078431373],[160.78431372549,120.588235294118,77.4509803921569],[179.411764705882,138.235294117647,97.0588235294118],[173.529411764706,138.235294117647,89.2156862745098],[138.235294117647,107.843137254902,54.9019607843137],[170.588235294118,146.078431372549,91.1764705882353],[112.745098039216,93.1372549019608,43.1372549019608],[100,85.2941176470588,43.1372549019608],[107.843137254902,97.0588235294118,52.9411764705882],[179.411764705882,169.607843137255,119.607843137255],[143.137254901961,133.333333333333,81.3725490196078],[107.843137254902,98.0392156862745,50],[150,147.058823529412,102.941176470588],[122.549019607843,137.254901960784,95.0980392156863],[62.7450980392157,88.2352941176471,53.921568627451],[118.627450980392,147.058823529412,125.490196078431],[138.235294117647,163.725490196078,150.980392156863],[59.8039215686275,77.4509803921569,65.6862745098039],[66.6666666666667,77.4509803921569,63.7254901960784],[81.3725490196078,84.3137254901961,67.6470588235294],[96.078431372549,98.0392156862745,76.4705882352941],[51.9607843137255,57.843137254902,32.3529411764706],[86.2745098039216,93.1372549019608,60.7843137254902],[132.352941176471,134.313725490196,96.078431372549],[138.235294117647,135.294117647059,93.1372549019608],[171.56862745098,162.745098039216,120.588235294118],[148.039215686275,140.196078431373,103.921568627451],[165.686274509804,161.764705882353,137.254901960784],[145.098039215686,147.058823529412,126.470588235294],[194.117647058824,199.019607843137,179.411764705882],[183.333333333333,190.196078431373,172.549019607843],[181.372549019608,186.274509803922,166.666666666667],[208.823529411765,211.764705882353,191.176470588235],[194.117647058824,198.039215686275,175.490196078431],[210.78431372549,214.705882352941,190.196078431373],[221.56862745098,227.450980392157,201.960784313725],[170.588235294118,179.411764705882,152.941176470588],[184.313725490196,197.058823529412,169.607843137255],[161.764705882353,176.470588235294,148.039215686275],[149.019607843137,163.725490196078,135.294117647059],[160.78431372549,173.529411764706,144.117647058824],[151.960784313725,160.78431372549,132.352941176471],[149.019607843137,153.921568627451,124.509803921569],[202.941176470588,202.941176470588,175.490196078431],[186.274509803922,181.372549019608,152.941176470588],[191.176470588235,180.392156862745,150.980392156863],[227.450980392157,218.627450980392,190.196078431373],[232.352941176471,230.392156862745,205.882352941176],[242.156862745098,242.156862745098,206.862745098039],[212.745098039216,208.823529411765,149.019607843137],[173.529411764706,169.607843137255,98.0392156862745],[157.843137254902,156.862745098039,91.1764705882353],[174.509803921569,174.509803921569,111.764705882353],[228.43137254902,229.411764705882,164.705882352941],[250,250,184.313725490196],[232.352941176471,228.43137254902,156.862745098039],[206.862745098039,206.862745098039,146.078431372549],[156.862745098039,169.607843137255,127.450980392157],[111.764705882353,131.372549019608,97.0588235294118],[105.882352941176,126.470588235294,88.2352941176471],[111.764705882353,133.333333333333,96.078431372549],[162.745098039216,187.254901960784,158.823529411765],[117.647058823529,146.078431372549,124.509803921569],[104.901960784314,138.235294117647,122.549019607843],[81.3725490196078,117.647058823529,109.803921568627],[73.5294117647059,108.823529411765,108.823529411765],[73.5294117647059,107.843137254902,101.960784313725],[94.1176470588235,127.450980392157,103.921568627451],[94.1176470588235,126.470588235294,98.0392156862745],[66.6666666666667,96.078431372549,70.5882352941177],[102.941176470588,133.333333333333,117.647058823529],[127.450980392157,160.78431372549,162.745098039216],[91.1764705882353,128.43137254902,137.254901960784],[83.3333333333333,126.470588235294,127.450980392157],[95.0980392156863,140.196078431373,137.254901960784],[74.5098039215686,119.607843137255,116.666666666667],[88.2352941176471,132.352941176471,125.490196078431],[144.117647058824,190.196078431373,172.549019607843],[146.078431372549,194.117647058824,173.529411764706],[135.294117647059,187.254901960784,171.56862745098],[86.2745098039216,141.176470588235,130.392156862745],[54.9019607843137,114.705882352941,107.843137254902],[75.4901960784314,136.274509803922,135.294117647059],[82.3529411764706,140.196078431373,144.117647058824],[68.6274509803922,124.509803921569,131.372549019608],[79.4117647058823,131.372549019608,139.21568627451],[73.5294117647059,121.56862745098,128.43137254902],[97.0588235294118,143.137254901961,149.019607843137],[139.21568627451,183.333333333333,186.274509803922],[159.803921568627,207.843137254902,204.901960784314],[144.117647058824,192.156862745098,188.235294117647],[74.5098039215686,124.509803921569,117.647058823529],[89.2156862745098,141.176470588235,133.333333333333],[118.627450980392,170.588235294118,164.705882352941],[85.2941176470588,137.254901960784,131.372549019608],[82.3529411764706,134.313725490196,126.470588235294],[68.6274509803922,118.627450980392,109.803921568627],[67.6470588235294,116.666666666667,104.901960784314],[91.1764705882353,137.254901960784,121.56862745098],[52.9411764705882,93.1372549019608,75.4901960784314],[81.3725490196078,115.686274509804,96.078431372549],[89.2156862745098,117.647058823529,98.0392156862745],[69.6078431372549,94.1176470588235,72.5490196078431],[72.5490196078431,98.0392156862745,71.5686274509804],[59.8039215686275,85.2941176470588,56.8627450980392],[72.5490196078431,102.941176470588,71.5686274509804],[57.843137254902,93.1372549019608,57.843137254902],[115.686274509804,154.901960784314,118.627450980392],[126.470588235294,163.725490196078,125.490196078431],[167.647058823529,197.058823529412,161.764705882353],[106.862745098039,130.392156862745,95.0980392156863],[41.1764705882353,60.7843137254902,24.5098039215686],[38.2352941176471,54.9019607843137,19.6078431372549],[36.2745098039216,54.9019607843137,23.5294117647059],[15.6862745098039,39.2156862745098,5.88235294117647],[0,31.3725490196078,0],[108.823529411765,146.078431372549,100],[173.529411764706,213.725490196078,156.862745098039],[150,188.235294117647,134.313725490196],[100,130.392156862745,89.2156862745098],[73.5294117647059,100,67.6470588235294],[124.509803921569,150,121.56862745098],[183.333333333333,211.764705882353,181.372549019608],[116.666666666667,153.921568627451,107.843137254902],[125.490196078431,167.647058823529,115.686274509804],[99.0196078431373,141.176470588235,89.2156862745098],[79.4117647058823,118.627450980392,69.6078431372549],[108.823529411765,144.117647058824,100.980392156863],[142.156862745098,172.549019607843,132.352941176471],[126.470588235294,153.921568627451,114.705882352941],[27.4509803921569,51.9607843137255,13.7254901960784],[76.4705882352941,99.0196078431373,57.843137254902],[125.490196078431,147.058823529412,101.960784313725],[112.745098039216,132.352941176471,82.3529411764706],[57.843137254902,76.4705882352941,21.5686274509804],[121.56862745098,139.21568627451,80.3921568627451],[95.0980392156863,106.862745098039,46.078431372549],[66.6666666666667,72.5490196078431,13.7254901960784],[49.0196078431373,50,0],[45.0980392156863,42.156862745098,0],[139.21568627451,133.333333333333,82.3529411764706],[123.529411764706,117.647058823529,66.6666666666667],[87.2549019607843,81.3725490196078,30.3921568627451],[103.921568627451,98.0392156862745,47.0588235294118],[144.117647058824,137.254901960784,86.2745098039216],[127.450980392157,115.686274509804,68.6274509803922],[76.4705882352941,59.8039215686275,17.6470588235294],[77.4509803921569,57.843137254902,21.5686274509804],[36.2745098039216,13.7254901960784,0],[39.2156862745098,17.6470588235294,0],[57.843137254902,37.2549019607843,18.6274509803922],[28.4313725490196,9.80392156862745,0],[25.4901960784314,6.86274509803922,0],[17.6470588235294,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[23.5294117647059,19.6078431372549,16.6666666666667],[31.3725490196078,27.4509803921569,24.5098039215686],[5.88235294117647,1.96078431372549,0]],[[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,6.86274509803922],[52.9411764705882,52.9411764705882,50.9803921568627],[53.921568627451,54.9019607843137,50],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,1.96078431372549],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[7.84313725490196,0,5.88235294117647],[16.6666666666667,5.88235294117647,13.7254901960784],[15.6862745098039,4.90196078431373,10.7843137254902],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,3.92156862745098,1.96078431372549],[20.5882352941176,11.7647058823529,6.86274509803922],[20.5882352941176,11.7647058823529,4.90196078431373],[19.6078431372549,8.82352941176471,4.90196078431373],[20.5882352941176,9.80392156862745,5.88235294117647],[26.4705882352941,12.7450980392157,11.7647058823529],[41.1764705882353,25.4901960784314,25.4901960784314],[37.2549019607843,19.6078431372549,17.6470588235294],[12.7450980392157,0,0],[20.5882352941176,1.96078431372549,0],[63.7254901960784,44.1176470588235,35.2941176470588],[92.156862745098,65.6862745098039,47.0588235294118],[129.411764705882,87.2549019607843,55.8823529411765],[106.862745098039,57.843137254902,23.5294117647059],[114.705882352941,66.6666666666667,37.2549019607843],[120.588235294118,73.5294117647059,50.9803921568627],[108.823529411765,62.7450980392157,43.1372549019608],[111.764705882353,69.6078431372549,50.9803921568627],[81.3725490196078,44.1176470588235,23.5294117647059],[76.4705882352941,43.1372549019608,18.6274509803922],[54.9019607843137,26.4705882352941,0],[74.5098039215686,50.9803921568627,15.6862745098039],[115.686274509804,97.0588235294118,55.8823529411765],[96.078431372549,79.4117647058823,37.2549019607843],[62.7450980392157,48.0392156862745,7.84313725490196],[83.3333333333333,67.6470588235294,32.3529411764706],[56.8627450980392,41.1764705882353,7.84313725490196],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,48.0392156862745,11.7647058823529],[89.2156862745098,57.843137254902,17.6470588235294],[90.1960784313725,53.921568627451,9.80392156862745],[113.725490196078,72.5490196078431,25.4901960784314],[152.941176470588,106.862745098039,63.7254901960784],[159.803921568627,116.666666666667,68.6274509803922],[182.352941176471,144.117647058824,88.2352941176471],[235.294117647059,203.921568627451,144.117647058824],[184.313725490196,162.745098039216,103.921568627451],[131.372549019608,116.666666666667,60.7843137254902],[152.941176470588,143.137254901961,93.1372549019608],[141.176470588235,135.294117647059,84.3137254901961],[212.745098039216,207.843137254902,150.980392156863],[185.294117647059,179.411764705882,122.549019607843],[193.137254901961,181.372549019608,132.352941176471],[176.470588235294,173.529411764706,133.333333333333],[90.1960784313725,106.862745098039,73.5294117647059],[100.980392156863,133.333333333333,104.901960784314],[78.4313725490196,115.686274509804,93.1372549019608],[147.058823529412,184.313725490196,163.725490196078],[99.0196078431373,127.450980392157,105.882352941176],[66.6666666666667,88.2352941176471,65.6862745098039],[120.588235294118,134.313725490196,109.803921568627],[73.5294117647059,85.2941176470588,63.7254901960784],[53.921568627451,66.6666666666667,49.0196078431373],[81.3725490196078,92.156862745098,75.4901960784314],[111.764705882353,116.666666666667,95.0980392156863],[148.039215686275,148.039215686275,124.509803921569],[149.019607843137,145.098039215686,116.666666666667],[116.666666666667,112.745098039216,84.3137254901961],[165.686274509804,169.607843137255,145.098039215686],[199.019607843137,207.843137254902,187.254901960784],[155.882352941176,168.627450980392,150.980392156863],[201.960784313725,214.705882352941,198.039215686275],[202.941176470588,213.725490196078,197.058823529412],[208.823529411765,217.647058823529,199.019607843137],[199.019607843137,207.843137254902,189.21568627451],[175.490196078431,184.313725490196,163.725490196078],[186.274509803922,198.039215686275,176.470588235294],[205.882352941176,219.607843137255,195.098039215686],[176.470588235294,192.156862745098,166.666666666667],[151.960784313725,169.607843137255,144.117647058824],[164.705882352941,183.333333333333,155.882352941176],[157.843137254902,171.56862745098,146.078431372549],[148.039215686275,157.843137254902,131.372549019608],[166.666666666667,172.549019607843,145.098039215686],[198.039215686275,200.980392156863,174.509803921569],[187.254901960784,185.294117647059,160.78431372549],[200.980392156863,197.058823529412,172.549019607843],[223.529411764706,221.56862745098,197.058823529412],[225.490196078431,229.411764705882,204.901960784314],[248.039215686275,250,220.588235294118],[247.058823529412,245.098039215686,198.039215686275],[202.941176470588,200,146.078431372549],[177.450980392157,177.450980392157,124.509803921569],[189.21568627451,189.21568627451,136.274509803922],[214.705882352941,215.686274509804,159.803921568627],[228.43137254902,227.450980392157,171.56862745098],[200.980392156863,196.078431372549,139.21568627451],[207.843137254902,206.862745098039,151.960784313725],[195.098039215686,207.843137254902,164.705882352941],[194.117647058824,211.764705882353,172.549019607843],[145.098039215686,163.725490196078,119.607843137255],[149.019607843137,170.588235294118,133.333333333333],[154.901960784314,182.352941176471,160.78431372549],[111.764705882353,142.156862745098,126.470588235294],[138.235294117647,169.607843137255,149.019607843137],[91.1764705882353,121.56862745098,103.921568627451],[80.3921568627451,109.803921568627,101.960784313725],[50,82.3529411764706,75.4901960784314],[62.7450980392157,100,85.2941176470588],[56.8627450980392,98.0392156862745,78.4313725490196],[59.8039215686275,98.0392156862745,77.4509803921569],[76.4705882352941,112.745098039216,96.078431372549],[99.0196078431373,130.392156862745,125.490196078431],[108.823529411765,140.196078431373,139.21568627451],[113.725490196078,148.039215686275,144.117647058824],[114.705882352941,152.941176470588,150],[97.0588235294118,142.156862745098,142.156862745098],[75.4901960784314,123.529411764706,119.607843137255],[144.117647058824,194.117647058824,175.490196078431],[141.176470588235,193.137254901961,167.647058823529],[84.3137254901961,136.274509803922,116.666666666667],[45.0980392156863,100,87.2549019607843],[56.8627450980392,111.764705882353,108.823529411765],[69.6078431372549,123.529411764706,126.470588235294],[73.5294117647059,124.509803921569,137.254901960784],[71.5686274509804,119.607843137255,136.274509803922],[82.3529411764706,128.43137254902,146.078431372549],[76.4705882352941,120.588235294118,139.21568627451],[115.686274509804,160.78431372549,175.490196078431],[119.607843137255,165.686274509804,175.490196078431],[100,148.039215686275,151.960784313725],[109.803921568627,163.725490196078,158.823529411765],[86.2745098039216,142.156862745098,135.294117647059],[77.4509803921569,133.333333333333,124.509803921569],[78.4313725490196,130.392156862745,120.588235294118],[124.509803921569,173.529411764706,164.705882352941],[108.823529411765,157.843137254902,147.058823529412],[74.5098039215686,121.56862745098,107.843137254902],[91.1764705882353,134.313725490196,119.607843137255],[76.4705882352941,116.666666666667,99.0196078431373],[88.2352941176471,122.549019607843,102.941176470588],[98.0392156862745,126.470588235294,104.901960784314],[53.921568627451,79.4117647058823,54.9019607843137],[35.2941176470588,57.843137254902,32.3529411764706],[60.7843137254902,83.3333333333333,54.9019607843137],[60.7843137254902,85.2941176470588,53.921568627451],[132.352941176471,161.764705882353,126.470588235294],[133.333333333333,167.647058823529,128.43137254902],[160.78431372549,198.039215686275,157.843137254902],[190.196078431373,228.43137254902,185.294117647059],[158.823529411765,189.21568627451,149.019607843137],[140.196078431373,164.705882352941,125.490196078431],[125.490196078431,146.078431372549,105.882352941176],[119.607843137255,137.254901960784,100],[120.588235294118,140.196078431373,105.882352941176],[101.960784313725,125.490196078431,90.1960784313725],[44.1176470588235,76.4705882352941,30.3921568627451],[90.1960784313725,128.43137254902,74.5098039215686],[129.411764705882,169.607843137255,110.78431372549],[171.56862745098,209.803921568627,155.882352941176],[81.3725490196078,108.823529411765,68.6274509803922],[55.8823529411765,78.4313725490196,50],[96.078431372549,117.647058823529,97.0588235294118],[121.56862745098,147.058823529412,122.549019607843],[92.156862745098,126.470588235294,87.2549019607843],[151.960784313725,191.176470588235,142.156862745098],[164.705882352941,207.843137254902,157.843137254902],[59.8039215686275,105.882352941176,54.9019607843137],[74.5098039215686,115.686274509804,66.6666666666667],[66.6666666666667,103.921568627451,57.843137254902],[91.1764705882353,121.56862745098,78.4313725490196],[70.5882352941177,99.0196078431373,55.8823529411765],[85.2941176470588,110.78431372549,64.7058823529412],[135.294117647059,158.823529411765,109.803921568627],[117.647058823529,140.196078431373,85.2941176470588],[86.2745098039216,105.882352941176,48.0392156862745],[137.254901960784,152.941176470588,92.156862745098],[94.1176470588235,105.882352941176,43.1372549019608],[54.9019607843137,60.7843137254902,0],[61.7647058823529,60.7843137254902,4.90196078431373],[100.980392156863,96.078431372549,42.156862745098],[128.43137254902,121.56862745098,68.6274509803922],[133.333333333333,128.43137254902,71.5686274509804],[149.019607843137,144.117647058824,89.2156862745098],[154.901960784314,145.098039215686,93.1372549019608],[112.745098039216,99.0196078431373,52.9411764705882],[71.5686274509804,57.843137254902,13.7254901960784],[59.8039215686275,42.156862745098,2.94117647058824],[27.4509803921569,7.84313725490196,0],[81.3725490196078,60.7843137254902,30.3921568627451],[42.156862745098,18.6274509803922,0],[19.6078431372549,0,0],[55.8823529411765,35.2941176470588,18.6274509803922],[58.8235294117647,41.1764705882353,29.4117647058824],[39.2156862745098,26.4705882352941,17.6470588235294],[20.5882352941176,9.80392156862745,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0]],[[35.2941176470588,33.3333333333333,36.2745098039216],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[6.86274509803922,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[13.7254901960784,14.7058823529412,9.80392156862745],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,10.7843137254902],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,10.7843137254902,11.7647058823529],[10.7843137254902,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,8.82352941176471],[22.5490196078431,11.7647058823529,9.80392156862745],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[22.5490196078431,11.7647058823529,7.84313725490196],[10.7843137254902,0,0],[13.7254901960784,0,0],[27.4509803921569,12.7450980392157,9.80392156862745],[40.1960784313726,22.5490196078431,20.5882352941176],[34.3137254901961,16.6666666666667,12.7450980392157],[24.5098039215686,5.88235294117647,0],[50.9803921568627,33.3333333333333,21.5686274509804],[84.3137254901961,65.6862745098039,51.9607843137255],[75.4901960784314,50,27.4509803921569],[73.5294117647059,35.2941176470588,0],[104.901960784314,58.8235294117647,13.7254901960784],[125.490196078431,79.4117647058823,38.2352941176471],[154.901960784314,105.882352941176,69.6078431372549],[163.725490196078,115.686274509804,83.3333333333333],[176.470588235294,130.392156862745,100.980392156863],[135.294117647059,95.0980392156863,65.6862745098039],[62.7450980392157,28.4313725490196,0],[61.7647058823529,33.3333333333333,0],[47.0588235294118,25.4901960784314,0],[73.5294117647059,53.921568627451,17.6470588235294],[82.3529411764706,64.7058823529412,27.4509803921569],[78.4313725490196,58.8235294117647,24.5098039215686],[88.2352941176471,65.6862745098039,34.3137254901961],[106.862745098039,82.3529411764706,52.9411764705882],[129.411764705882,103.921568627451,71.5686274509804],[84.3137254901961,59.8039215686275,20.5882352941176],[51.9607843137255,23.5294117647059,0],[79.4117647058823,43.1372549019608,0],[93.1372549019608,50.9803921568627,6.86274509803922],[160.78431372549,113.725490196078,66.6666666666667],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,175.490196078431,111.764705882353],[176.470588235294,146.078431372549,80.3921568627451],[125.490196078431,105.882352941176,44.1176470588235],[155.882352941176,146.078431372549,86.2745098039216],[181.372549019608,179.411764705882,123.529411764706],[148.039215686275,147.058823529412,91.1764705882353],[151.960784313725,150.980392156863,87.2549019607843],[149.019607843137,145.098039215686,83.3333333333333],[153.921568627451,142.156862745098,93.1372549019608],[228.43137254902,223.529411764706,184.313725490196],[117.647058823529,133.333333333333,98.0392156862745],[53.921568627451,83.3333333333333,55.8823529411765],[94.1176470588235,131.372549019608,108.823529411765],[142.156862745098,181.372549019608,157.843137254902],[137.254901960784,170.588235294118,146.078431372549],[72.5490196078431,100,75.4901960784314],[100,119.607843137255,95.0980392156863],[79.4117647058823,97.0588235294118,75.4901960784314],[51.9607843137255,72.5490196078431,55.8823529411765],[81.3725490196078,99.0196078431373,85.2941176470588],[53.921568627451,66.6666666666667,50],[99.0196078431373,107.843137254902,89.2156862745098],[99.0196078431373,103.921568627451,81.3725490196078],[131.372549019608,139.21568627451,115.686274509804],[148.039215686275,162.745098039216,142.156862745098],[153.921568627451,172.549019607843,153.921568627451],[149.019607843137,169.607843137255,152.941176470588],[176.470588235294,194.117647058824,180.392156862745],[184.313725490196,201.960784313725,188.235294117647],[191.176470588235,207.843137254902,192.156862745098],[229.411764705882,246.078431372549,230.392156862745],[184.313725490196,200.980392156863,183.333333333333],[153.921568627451,172.549019607843,153.921568627451],[201.960784313725,220.588235294118,200.980392156863],[194.117647058824,215.686274509804,193.137254901961],[167.647058823529,189.21568627451,166.666666666667],[156.862745098039,176.470588235294,151.960784313725],[156.862745098039,174.509803921569,149.019607843137],[158.823529411765,172.549019607843,147.058823529412],[147.058823529412,156.862745098039,132.352941176471],[170.588235294118,175.490196078431,152.941176470588],[179.411764705882,183.333333333333,160.78431372549],[203.921568627451,205.882352941176,185.294117647059],[244.117647058824,246.078431372549,224.509803921569],[232.352941176471,238.235294117647,212.745098039216],[233.333333333333,238.235294117647,208.823529411765],[227.450980392157,228.43137254902,195.098039215686],[170.588235294118,168.627450980392,131.372549019608],[233.333333333333,232.352941176471,189.21568627451],[220.588235294118,219.607843137255,174.509803921569],[214.705882352941,213.725490196078,166.666666666667],[246.078431372549,245.098039215686,198.039215686275],[215.686274509804,213.725490196078,166.666666666667],[191.176470588235,193.137254901961,147.058823529412],[200.980392156863,212.745098039216,165.686274509804],[186.274509803922,202.941176470588,158.823529411765],[165.686274509804,184.313725490196,140.196078431373],[161.764705882353,185.294117647059,150],[173.529411764706,201.960784313725,182.352941176471],[129.411764705882,159.803921568627,145.098039215686],[124.509803921569,153.921568627451,130.392156862745],[56.8627450980392,85.2941176470588,63.7254901960784],[68.6274509803922,100,87.2549019607843],[54.9019607843137,89.2156862745098,82.3529411764706],[59.8039215686275,100.980392156863,91.1764705882353],[33.3333333333333,76.4705882352941,63.7254901960784],[40.1960784313726,84.3137254901961,63.7254901960784],[69.6078431372549,110.78431372549,91.1764705882353],[57.843137254902,90.1960784313725,79.4117647058823],[101.960784313725,132.352941176471,127.450980392157],[117.647058823529,149.019607843137,146.078431372549],[65.6862745098039,100.980392156863,100.980392156863],[78.4313725490196,121.56862745098,122.549019607843],[112.745098039216,160.78431372549,154.901960784314],[166.666666666667,217.647058823529,196.078431372549],[135.294117647059,188.235294117647,162.745098039216],[116.666666666667,169.607843137255,147.058823529412],[69.6078431372549,122.549019607843,108.823529411765],[58.8235294117647,109.803921568627,105.882352941176],[67.6470588235294,115.686274509804,120.588235294118],[55.8823529411765,100.980392156863,115.686274509804],[91.1764705882353,133.333333333333,151.960784313725],[87.2549019607843,128.43137254902,151.960784313725],[88.2352941176471,129.411764705882,152.941176470588],[96.078431372549,140.196078431373,158.823529411765],[102.941176470588,150,163.725490196078],[84.3137254901961,136.274509803922,142.156862745098],[81.3725490196078,139.21568627451,137.254901960784],[99.0196078431373,160.78431372549,152.941176470588],[91.1764705882353,151.960784313725,141.176470588235],[112.745098039216,164.705882352941,154.901960784314],[102.941176470588,150,138.235294117647],[119.607843137255,166.666666666667,152.941176470588],[131.372549019608,174.509803921569,159.803921568627],[120.588235294118,160.78431372549,143.137254901961],[50,83.3333333333333,66.6666666666667],[71.5686274509804,100,80.3921568627451],[92.156862745098,116.666666666667,95.0980392156863],[130.392156862745,150,125.490196078431],[95.0980392156863,113.725490196078,86.2745098039216],[100,120.588235294118,88.2352941176471],[128.43137254902,151.960784313725,116.666666666667],[142.156862745098,169.607843137255,130.392156862745],[177.450980392157,209.803921568627,167.647058823529],[151.960784313725,188.235294117647,145.098039215686],[190.196078431373,226.470588235294,183.333333333333],[103.921568627451,134.313725490196,93.1372549019608],[117.647058823529,144.117647058824,101.960784313725],[123.529411764706,144.117647058824,101.960784313725],[144.117647058824,161.764705882353,122.549019607843],[182.352941176471,200.980392156863,169.607843137255],[155.882352941176,179.411764705882,144.117647058824],[71.5686274509804,105.882352941176,52.9411764705882],[10.7843137254902,50,0],[81.3725490196078,122.549019607843,60.7843137254902],[180.392156862745,216.666666666667,163.725490196078],[63.7254901960784,92.156862745098,49.0196078431373],[78.4313725490196,100.980392156863,72.5490196078431],[168.627450980392,189.21568627451,174.509803921569],[89.2156862745098,111.764705882353,94.1176470588235],[61.7647058823529,93.1372549019608,56.8627450980392],[107.843137254902,146.078431372549,100],[163.725490196078,209.803921568627,158.823529411765],[106.862745098039,154.901960784314,100.980392156863],[82.3529411764706,125.490196078431,75.4901960784314],[75.4901960784314,114.705882352941,65.6862745098039],[57.843137254902,90.1960784313725,44.1176470588235],[51.9607843137255,80.3921568627451,33.3333333333333],[83.3333333333333,110.78431372549,60.7843137254902],[148.039215686275,172.549019607843,118.627450980392],[153.921568627451,177.450980392157,120.588235294118],[127.450980392157,147.058823529412,87.2549019607843],[134.313725490196,150,88.2352941176471],[78.4313725490196,90.1960784313725,27.4509803921569],[93.1372549019608,99.0196078431373,38.2352941176471],[98.0392156862745,99.0196078431373,42.156862745098],[97.0588235294118,92.156862745098,38.2352941176471],[88.2352941176471,83.3333333333333,28.4313725490196],[116.666666666667,115.686274509804,52.9411764705882],[163.725490196078,157.843137254902,97.0588235294118],[114.705882352941,101.960784313725,50],[73.5294117647059,55.8823529411765,10.7843137254902],[56.8627450980392,40.1960784313726,0],[87.2549019607843,69.6078431372549,32.3529411764706],[70.5882352941177,51.9607843137255,19.6078431372549],[86.2745098039216,65.6862745098039,37.2549019607843],[99.0196078431373,73.5294117647059,47.0588235294118],[35.2941176470588,9.80392156862745,0],[40.1960784313726,18.6274509803922,0],[64.7058823529412,49.0196078431373,33.3333333333333],[65.6862745098039,55.8823529411765,44.1176470588235],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[11.7647058823529,0.980392156862745,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[141.176470588235,139.21568627451,144.117647058824],[13.7254901960784,11.7647058823529,16.6666666666667],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[22.5490196078431,18.6274509803922,15.6862745098039],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[21.5686274509804,16.6666666666667,13.7254901960784],[12.7450980392157,7.84313725490196,4.90196078431373],[13.7254901960784,5.88235294117647,2.94117647058824],[31.3725490196078,20.5882352941176,16.6666666666667],[18.6274509803922,4.90196078431373,1.96078431372549],[24.5098039215686,11.7647058823529,5.88235294117647],[35.2941176470588,22.5490196078431,16.6666666666667],[24.5098039215686,11.7647058823529,5.88235294117647],[16.6666666666667,3.92156862745098,0],[22.5490196078431,9.80392156862745,3.92156862745098],[27.4509803921569,12.7450980392157,7.84313725490196],[25.4901960784314,10.7843137254902,5.88235294117647],[22.5490196078431,5.88235294117647,0],[32.3529411764706,15.6862745098039,8.82352941176471],[50,32.3529411764706,22.5490196078431],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,7.84313725490196],[53.921568627451,33.3333333333333,16.6666666666667],[30.3921568627451,8.82352941176471,0],[53.921568627451,30.3921568627451,0],[63.7254901960784,37.2549019607843,0],[87.2549019607843,53.921568627451,8.82352941176471],[135.294117647059,94.1176470588235,47.0588235294118],[153.921568627451,106.862745098039,59.8039215686275],[176.470588235294,126.470588235294,80.3921568627451],[166.666666666667,119.607843137255,74.5098039215686],[130.392156862745,88.2352941176471,46.078431372549],[134.313725490196,100,58.8235294117647],[131.372549019608,101.960784313725,64.7058823529412],[119.607843137255,96.078431372549,62.7450980392157],[77.4509803921569,54.9019607843137,24.5098039215686],[109.803921568627,84.3137254901961,57.843137254902],[97.0588235294118,69.6078431372549,46.078431372549],[84.3137254901961,50,28.4313725490196],[100.980392156863,70.5882352941177,43.1372549019608],[99.0196078431373,75.4901960784314,38.2352941176471],[85.2941176470588,60.7843137254902,20.5882352941176],[90.1960784313725,56.8627450980392,19.6078431372549],[161.764705882353,120.588235294118,79.4117647058823],[189.21568627451,144.117647058824,95.0980392156863],[146.078431372549,100.980392156863,43.1372549019608],[222.549019607843,185.294117647059,115.686274509804],[160.78431372549,133.333333333333,61.7647058823529],[126.470588235294,111.764705882353,46.078431372549],[131.372549019608,127.450980392157,65.6862745098039],[100.980392156863,104.901960784314,45.0980392156863],[125.490196078431,131.372549019608,68.6274509803922],[142.156862745098,148.039215686275,79.4117647058823],[193.137254901961,192.156862745098,129.411764705882],[184.313725490196,174.509803921569,126.470588235294],[173.529411764706,166.666666666667,125.490196078431],[133.333333333333,141.176470588235,100.980392156863],[106.862745098039,126.470588235294,92.156862745098],[95.0980392156863,122.549019607843,98.0392156862745],[82.3529411764706,112.745098039216,95.0980392156863],[45.0980392156863,73.5294117647059,55.8823529411765],[68.6274509803922,93.1372549019608,74.5098039215686],[146.078431372549,167.647058823529,147.058823529412],[109.803921568627,131.372549019608,110.78431372549],[91.1764705882353,115.686274509804,97.0588235294118],[124.509803921569,149.019607843137,130.392156862745],[56.8627450980392,78.4313725490196,57.843137254902],[76.4705882352941,96.078431372549,71.5686274509804],[131.372549019608,149.019607843137,123.529411764706],[173.529411764706,195.098039215686,174.509803921569],[146.078431372549,176.470588235294,161.764705882353],[173.529411764706,205.882352941176,195.098039215686],[199.019607843137,226.470588235294,212.745098039216],[180.392156862745,205.882352941176,193.137254901961],[194.117647058824,219.607843137255,206.862745098039],[184.313725490196,209.803921568627,197.058823529412],[205.882352941176,231.372549019608,218.627450980392],[158.823529411765,184.313725490196,171.56862745098],[142.156862745098,167.647058823529,154.901960784314],[140.196078431373,166.666666666667,150],[175.490196078431,201.960784313725,183.333333333333],[178.43137254902,202.941176470588,181.372549019608],[159.803921568627,183.333333333333,159.803921568627],[167.647058823529,190.196078431373,164.705882352941],[180.392156862745,198.039215686275,174.509803921569],[166.666666666667,180.392156862745,155.882352941176],[184.313725490196,196.078431372549,172.549019607843],[165.686274509804,174.509803921569,153.921568627451],[214.705882352941,221.56862745098,205.882352941176],[249.019607843137,250,234.313725490196],[222.549019607843,225.490196078431,197.058823529412],[218.627450980392,219.607843137255,189.21568627451],[242.156862745098,245.098039215686,224.509803921569],[201.960784313725,203.921568627451,182.352941176471],[173.529411764706,173.529411764706,140.196078431373],[227.450980392157,224.509803921569,184.313725490196],[250,249.019607843137,206.862745098039],[236.274509803922,237.254901960784,198.039215686275],[240.196078431373,246.078431372549,212.745098039216],[210.78431372549,218.627450980392,182.352941176471],[206.862745098039,218.627450980392,171.56862745098],[148.039215686275,164.705882352941,113.725490196078],[175.490196078431,198.039215686275,154.901960784314],[182.352941176471,206.862745098039,175.490196078431],[136.274509803922,160.78431372549,140.196078431373],[140.196078431373,166.666666666667,150],[107.843137254902,139.21568627451,116.666666666667],[60.7843137254902,98.0392156862745,77.4509803921569],[65.6862745098039,104.901960784314,96.078431372549],[41.1764705882353,81.3725490196078,75.4901960784314],[56.8627450980392,97.0588235294118,89.2156862745098],[61.7647058823529,102.941176470588,89.2156862745098],[72.5490196078431,115.686274509804,91.1764705882353],[112.745098039216,153.921568627451,130.392156862745],[66.6666666666667,106.862745098039,93.1372549019608],[60.7843137254902,99.0196078431373,94.1176470588235],[92.156862745098,129.411764705882,132.352941176471],[72.5490196078431,110.78431372549,115.686274509804],[73.5294117647059,112.745098039216,112.745098039216],[94.1176470588235,136.274509803922,127.450980392157],[154.901960784314,205.882352941176,184.313725490196],[135.294117647059,188.235294117647,162.745098039216],[105.882352941176,158.823529411765,136.274509803922],[59.8039215686275,109.803921568627,95.0980392156863],[88.2352941176471,134.313725490196,128.43137254902],[115.686274509804,158.823529411765,161.764705882353],[90.1960784313725,129.411764705882,139.21568627451],[120.588235294118,158.823529411765,175.490196078431],[100.980392156863,138.235294117647,158.823529411765],[105.882352941176,146.078431372549,167.647058823529],[82.3529411764706,123.529411764706,145.098039215686],[68.6274509803922,114.705882352941,130.392156862745],[68.6274509803922,121.56862745098,131.372549019608],[66.6666666666667,126.470588235294,129.411764705882],[90.1960784313725,154.901960784314,152.941176470588],[89.2156862745098,150.980392156863,143.137254901961],[108.823529411765,160.78431372549,150.980392156863],[88.2352941176471,135.294117647059,123.529411764706],[97.0588235294118,140.196078431373,127.450980392157],[94.1176470588235,134.313725490196,120.588235294118],[121.56862745098,157.843137254902,141.176470588235],[101.960784313725,132.352941176471,114.705882352941],[81.3725490196078,105.882352941176,85.2941176470588],[81.3725490196078,100,78.4313725490196],[82.3529411764706,100,74.5098039215686],[72.5490196078431,88.2352941176471,61.7647058823529],[86.2745098039216,104.901960784314,73.5294117647059],[123.529411764706,145.098039215686,109.803921568627],[115.686274509804,141.176470588235,102.941176470588],[155.882352941176,186.274509803922,145.098039215686],[140.196078431373,175.490196078431,132.352941176471],[169.607843137255,204.901960784314,161.764705882353],[116.666666666667,147.058823529412,106.862745098039],[64.7058823529412,91.1764705882353,50.9803921568627],[53.921568627451,74.5098039215686,34.3137254901961],[32.3529411764706,48.0392156862745,11.7647058823529],[68.6274509803922,84.3137254901961,57.843137254902],[76.4705882352941,97.0588235294118,64.7058823529412],[87.2549019607843,119.607843137255,65.6862745098039],[120.588235294118,158.823529411765,95.0980392156863],[129.411764705882,168.627450980392,107.843137254902],[180.392156862745,214.705882352941,161.764705882353],[118.627450980392,145.098039215686,102.941176470588],[84.3137254901961,103.921568627451,76.4705882352941],[173.529411764706,191.176470588235,179.411764705882],[105.882352941176,125.490196078431,113.725490196078],[35.2941176470588,65.6862745098039,32.3529411764706],[87.2549019607843,125.490196078431,79.4117647058823],[76.4705882352941,122.549019607843,71.5686274509804],[106.862745098039,152.941176470588,101.960784313725],[114.705882352941,155.882352941176,106.862745098039],[70.5882352941177,107.843137254902,59.8039215686275],[82.3529411764706,115.686274509804,66.6666666666667],[76.4705882352941,105.882352941176,56.8627450980392],[79.4117647058823,107.843137254902,54.9019607843137],[82.3529411764706,106.862745098039,52.9411764705882],[135.294117647059,158.823529411765,101.960784313725],[110.78431372549,132.352941176471,71.5686274509804],[103.921568627451,121.56862745098,60.7843137254902],[88.2352941176471,101.960784313725,42.156862745098],[87.2549019607843,97.0588235294118,38.2352941176471],[50.9803921568627,53.921568627451,0],[100,99.0196078431373,44.1176470588235],[94.1176470588235,92.156862745098,34.3137254901961],[91.1764705882353,90.1960784313725,24.5098039215686],[109.803921568627,104.901960784314,40.1960784313726],[70.5882352941177,53.921568627451,0.980392156862745],[68.6274509803922,47.0588235294118,0.980392156862745],[84.3137254901961,65.6862745098039,26.4705882352941],[82.3529411764706,64.7058823529412,29.4117647058824],[55.8823529411765,40.1960784313726,7.84313725490196],[100,81.3725490196078,51.9607843137255],[157.843137254902,131.372549019608,104.901960784314],[84.3137254901961,54.9019607843137,29.4117647058824],[17.6470588235294,0,0],[36.2745098039216,21.5686274509804,0.980392156862745],[50.9803921568627,45.0980392156863,31.3725490196078],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0]],[[110.78431372549,108.823529411765,113.725490196078],[0.980392156862745,0,3.92156862745098],[10.7843137254902,8.82352941176471,13.7254901960784],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,0.980392156862745],[3.92156862745098,2.94117647058824,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,9.80392156862745,6.86274509803922],[33.3333333333333,22.5490196078431,18.6274509803922],[31.3725490196078,18.6274509803922,12.7450980392157],[25.4901960784314,12.7450980392157,4.90196078431373],[40.1960784313726,26.4705882352941,17.6470588235294],[48.0392156862745,34.3137254901961,23.5294117647059],[24.5098039215686,10.7843137254902,0],[20.5882352941176,6.86274509803922,0],[57.843137254902,42.156862745098,29.4117647058824],[31.3725490196078,15.6862745098039,0.980392156862745],[25.4901960784314,9.80392156862745,0],[20.5882352941176,2.94117647058824,0],[20.5882352941176,3.92156862745098,0],[20.5882352941176,1.96078431372549,0],[46.078431372549,27.4509803921569,12.7450980392157],[63.7254901960784,43.1372549019608,26.4705882352941],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,0],[53.921568627451,36.2745098039216,0],[115.686274509804,89.2156862745098,47.0588235294118],[125.490196078431,92.156862745098,45.0980392156863],[109.803921568627,67.6470588235294,17.6470588235294],[148.039215686275,101.960784313725,49.0196078431373],[168.627450980392,122.549019607843,69.6078431372549],[191.176470588235,146.078431372549,97.0588235294118],[182.352941176471,145.098039215686,99.0196078431373],[144.117647058824,111.764705882353,71.5686274509804],[133.333333333333,105.882352941176,69.6078431372549],[60.7843137254902,34.3137254901961,4.90196078431373],[110.78431372549,84.3137254901961,55.8823529411765],[118.627450980392,88.2352941176471,60.7843137254902],[89.2156862745098,53.921568627451,28.4313725490196],[100,69.6078431372549,41.1764705882353],[110.78431372549,92.156862745098,52.9411764705882],[121.56862745098,102.941176470588,61.7647058823529],[165.686274509804,136.274509803922,100.980392156863],[198.039215686275,160.78431372549,122.549019607843],[149.019607843137,106.862745098039,56.8627450980392],[145.098039215686,104.901960784314,44.1176470588235],[190.196078431373,156.862745098039,86.2745098039216],[227.450980392157,203.921568627451,131.372549019608],[165.686274509804,156.862745098039,91.1764705882353],[128.43137254902,128.43137254902,65.6862745098039],[133.333333333333,144.117647058824,79.4117647058823],[120.588235294118,132.352941176471,67.6470588235294],[170.588235294118,180.392156862745,110.78431372549],[219.607843137255,221.56862745098,157.843137254902],[231.372549019608,223.529411764706,175.490196078431],[217.647058823529,208.823529411765,168.627450980392],[215.686274509804,216.666666666667,175.490196078431],[195.098039215686,206.862745098039,169.607843137255],[202.941176470588,225.490196078431,200],[171.56862745098,195.098039215686,179.411764705882],[94.1176470588235,117.647058823529,103.921568627451],[103.921568627451,126.470588235294,110.78431372549],[128.43137254902,149.019607843137,130.392156862745],[137.254901960784,160.78431372549,139.21568627451],[110.78431372549,139.21568627451,117.647058823529],[107.843137254902,137.254901960784,113.725490196078],[130.392156862745,158.823529411765,131.372549019608],[167.647058823529,193.137254901961,164.705882352941],[211.764705882353,237.254901960784,208.823529411765],[220.588235294118,250,228.43137254902],[198.039215686275,239.21568627451,225.490196078431],[186.274509803922,228.43137254902,218.627450980392],[152.941176470588,188.235294117647,176.470588235294],[101.960784313725,135.294117647059,121.56862745098],[131.372549019608,163.725490196078,152.941176470588],[169.607843137255,201.960784313725,193.137254901961],[179.411764705882,211.764705882353,202.941176470588],[99.0196078431373,131.372549019608,122.549019607843],[131.372549019608,163.725490196078,154.901960784314],[128.43137254902,159.803921568627,147.058823529412],[109.803921568627,142.156862745098,125.490196078431],[119.607843137255,150.980392156863,130.392156862745],[181.372549019608,208.823529411765,186.274509803922],[205.882352941176,231.372549019608,206.862745098039],[209.803921568627,231.372549019608,208.823529411765],[197.058823529412,215.686274509804,194.117647058824],[177.450980392157,192.156862745098,171.56862745098],[157.843137254902,170.588235294118,152.941176470588],[184.313725490196,194.117647058824,183.333333333333],[227.450980392157,233.333333333333,219.607843137255],[230.392156862745,230.392156862745,206.862745098039],[199.019607843137,197.058823529412,172.549019607843],[234.313725490196,239.21568627451,219.607843137255],[200,202.941176470588,182.352941176471],[182.352941176471,179.411764705882,147.058823529412],[192.156862745098,188.235294117647,150.980392156863],[233.333333333333,230.392156862745,190.196078431373],[191.176470588235,193.137254901961,154.901960784314],[193.137254901961,203.921568627451,172.549019607843],[173.529411764706,187.254901960784,154.901960784314],[169.607843137255,182.352941176471,140.196078431373],[151.960784313725,166.666666666667,124.509803921569],[156.862745098039,180.392156862745,145.098039215686],[141.176470588235,166.666666666667,140.196078431373],[116.666666666667,139.21568627451,119.607843137255],[131.372549019608,157.843137254902,139.21568627451],[61.7647058823529,94.1176470588235,73.5294117647059],[63.7254901960784,104.901960784314,85.2941176470588],[77.4509803921569,119.607843137255,110.78431372549],[28.4313725490196,72.5490196078431,67.6470588235294],[28.4313725490196,70.5882352941177,63.7254901960784],[53.921568627451,95.0980392156863,83.3333333333333],[112.745098039216,155.882352941176,131.372549019608],[123.529411764706,166.666666666667,140.196078431373],[121.56862745098,165.686274509804,146.078431372549],[76.4705882352941,118.627450980392,111.764705882353],[58.8235294117647,99.0196078431373,102.941176470588],[73.5294117647059,113.725490196078,119.607843137255],[69.6078431372549,107.843137254902,106.862745098039],[67.6470588235294,108.823529411765,99.0196078431373],[103.921568627451,154.901960784314,133.333333333333],[130.392156862745,183.333333333333,159.803921568627],[100,150.980392156863,129.411764705882],[123.529411764706,169.607843137255,153.921568627451],[140.196078431373,182.352941176471,173.529411764706],[153.921568627451,193.137254901961,192.156862745098],[200,236.274509803922,242.156862745098],[152.941176470588,188.235294117647,200],[117.647058823529,153.921568627451,171.56862745098],[88.2352941176471,125.490196078431,144.117647058824],[83.3333333333333,125.490196078431,144.117647058824],[78.4313725490196,126.470588235294,143.137254901961],[70.5882352941177,126.470588235294,137.254901960784],[69.6078431372549,131.372549019608,138.235294117647],[86.2745098039216,152.941176470588,153.921568627451],[88.2352941176471,151.960784313725,148.039215686275],[114.705882352941,166.666666666667,158.823529411765],[106.862745098039,151.960784313725,141.176470588235],[75.4901960784314,116.666666666667,104.901960784314],[79.4117647058823,116.666666666667,103.921568627451],[113.725490196078,145.098039215686,130.392156862745],[127.450980392157,153.921568627451,137.254901960784],[131.372549019608,151.960784313725,133.333333333333],[120.588235294118,137.254901960784,118.627450980392],[64.7058823529412,79.4117647058823,56.8627450980392],[79.4117647058823,95.0980392156863,68.6274509803922],[100,118.627450980392,87.2549019607843],[96.078431372549,117.647058823529,82.3529411764706],[127.450980392157,152.941176470588,114.705882352941],[133.333333333333,160.78431372549,120.588235294118],[148.039215686275,178.43137254902,137.254901960784],[149.019607843137,179.411764705882,139.21568627451],[57.843137254902,84.3137254901961,50],[42.156862745098,65.6862745098039,32.3529411764706],[62.7450980392157,80.3921568627451,43.1372549019608],[78.4313725490196,93.1372549019608,60.7843137254902],[83.3333333333333,97.0588235294118,74.5098039215686],[35.2941176470588,55.8823529411765,25.4901960784314],[106.862745098039,139.21568627451,85.2941176470588],[140.196078431373,178.43137254902,116.666666666667],[100.980392156863,140.196078431373,81.3725490196078],[170.588235294118,204.901960784314,151.960784313725],[142.156862745098,168.627450980392,124.509803921569],[87.2549019607843,107.843137254902,77.4509803921569],[33.3333333333333,49.0196078431373,39.2156862745098],[22.5490196078431,42.156862745098,31.3725490196078],[37.2549019607843,65.6862745098039,35.2941176470588],[85.2941176470588,121.56862745098,78.4313725490196],[51.9607843137255,95.0980392156863,47.0588235294118],[158.823529411765,201.960784313725,151.960784313725],[124.509803921569,163.725490196078,114.705882352941],[87.2549019607843,123.529411764706,73.5294117647059],[59.8039215686275,91.1764705882353,42.156862745098],[72.5490196078431,100,50],[118.627450980392,145.098039215686,93.1372549019608],[121.56862745098,146.078431372549,92.156862745098],[110.78431372549,135.294117647059,79.4117647058823],[105.882352941176,129.411764705882,70.5882352941177],[110.78431372549,130.392156862745,70.5882352941177],[59.8039215686275,77.4509803921569,18.6274509803922],[63.7254901960784,77.4509803921569,19.6078431372549],[39.2156862745098,49.0196078431373,0],[96.078431372549,100.980392156863,44.1176470588235],[154.901960784314,155.882352941176,97.0588235294118],[151.960784313725,152.941176470588,84.3137254901961],[133.333333333333,126.470588235294,59.8039215686275],[112.745098039216,94.1176470588235,39.2156862745098],[99.0196078431373,75.4901960784314,30.3921568627451],[82.3529411764706,63.7254901960784,24.5098039215686],[66.6666666666667,49.0196078431373,13.7254901960784],[43.1372549019608,27.4509803921569,0],[33.3333333333333,14.7058823529412,0],[72.5490196078431,43.1372549019608,15.6862745098039],[48.0392156862745,18.6274509803922,0],[56.8627450980392,33.3333333333333,7.84313725490196],[61.7647058823529,47.0588235294118,26.4705882352941],[13.7254901960784,7.84313725490196,0],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,1.96078431372549],[12.7450980392157,0,8.82352941176471],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[15.6862745098039,6.86274509803922,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,10.7843137254902,9.80392156862745],[18.6274509803922,8.82352941176471,7.84313725490196],[17.6470588235294,7.84313725490196,6.86274509803922],[22.5490196078431,8.82352941176471,7.84313725490196],[18.6274509803922,3.92156862745098,0.980392156862745],[35.2941176470588,20.5882352941176,13.7254901960784],[34.3137254901961,17.6470588235294,7.84313725490196],[54.9019607843137,39.2156862745098,23.5294117647059],[66.6666666666667,51.9607843137255,31.3725490196078],[21.5686274509804,7.84313725490196,0],[56.8627450980392,42.156862745098,13.7254901960784],[72.5490196078431,57.843137254902,27.4509803921569],[45.0980392156863,30.3921568627451,1.96078431372549],[44.1176470588235,27.4509803921569,1.96078431372549],[53.921568627451,36.2745098039216,14.7058823529412],[46.078431372549,27.4509803921569,10.7843137254902],[65.6862745098039,47.0588235294118,33.3333333333333],[50,30.3921568627451,21.5686274509804],[25.4901960784314,5.88235294117647,0],[32.3529411764706,16.6666666666667,0.980392156862745],[44.1176470588235,28.4313725490196,5.88235294117647],[127.450980392157,106.862745098039,76.4705882352941],[117.647058823529,90.1960784313725,51.9607843137255],[100.980392156863,69.6078431372549,23.5294117647059],[148.039215686275,111.764705882353,60.7843137254902],[133.333333333333,93.1372549019608,42.156862745098],[160.78431372549,120.588235294118,69.6078431372549],[186.274509803922,147.058823529412,99.0196078431373],[136.274509803922,100,55.8823529411765],[117.647058823529,85.2941176470588,45.0980392156863],[112.745098039216,81.3725490196078,43.1372549019608],[123.529411764706,94.1176470588235,56.8627450980392],[110.78431372549,81.3725490196078,44.1176470588235],[130.392156862745,101.960784313725,62.7450980392157],[146.078431372549,121.56862745098,81.3725490196078],[131.372549019608,118.627450980392,75.4901960784314],[124.509803921569,111.764705882353,70.5882352941177],[199.019607843137,173.529411764706,141.176470588235],[144.117647058824,110.78431372549,74.5098039215686],[129.411764705882,90.1960784313725,40.1960784313726],[163.725490196078,126.470588235294,64.7058823529412],[182.352941176471,152.941176470588,82.3529411764706],[203.921568627451,184.313725490196,112.745098039216],[195.098039215686,190.196078431373,125.490196078431],[204.901960784314,210.78431372549,148.039215686275],[172.549019607843,187.254901960784,121.56862745098],[132.352941176471,149.019607843137,82.3529411764706],[122.549019607843,135.294117647059,67.6470588235294],[223.529411764706,229.411764705882,168.627450980392],[205.882352941176,201.960784313725,155.882352941176],[228.43137254902,220.588235294118,182.352941176471],[243.137254901961,238.235294117647,200.980392156863],[218.627450980392,222.549019607843,190.196078431373],[209.803921568627,222.549019607843,202.941176470588],[188.235294117647,208.823529411765,194.117647058824],[169.607843137255,189.21568627451,177.450980392157],[117.647058823529,138.235294117647,123.529411764706],[98.0392156862745,116.666666666667,97.0588235294118],[147.058823529412,168.627450980392,146.078431372549],[91.1764705882353,118.627450980392,96.078431372549],[94.1176470588235,123.529411764706,96.078431372549],[158.823529411765,187.254901960784,156.862745098039],[196.078431372549,225.490196078431,190.196078431373],[148.039215686275,177.450980392157,142.156862745098],[194.117647058824,230.392156862745,198.039215686275],[169.607843137255,216.666666666667,195.098039215686],[118.627450980392,168.627450980392,151.960784313725],[105.882352941176,149.019607843137,132.352941176471],[109.803921568627,150,136.274509803922],[163.725490196078,204.901960784314,193.137254901961],[206.862745098039,247.058823529412,239.21568627451],[139.21568627451,179.411764705882,173.529411764706],[126.470588235294,166.666666666667,160.78431372549],[139.21568627451,178.43137254902,170.588235294118],[153.921568627451,193.137254901961,184.313725490196],[86.2745098039216,121.56862745098,107.843137254902],[132.352941176471,165.686274509804,149.019607843137],[180.392156862745,211.764705882353,191.176470588235],[186.274509803922,215.686274509804,192.156862745098],[169.607843137255,194.117647058824,172.549019607843],[167.647058823529,191.176470588235,169.607843137255],[178.43137254902,200,179.411764705882],[159.803921568627,176.470588235294,160.78431372549],[214.705882352941,225.490196078431,219.607843137255],[210.78431372549,215.686274509804,209.803921568627],[241.176470588235,237.254901960784,226.470588235294],[235.294117647059,232.352941176471,215.686274509804],[200.980392156863,202.941176470588,181.372549019608],[151.960784313725,154.901960784314,124.509803921569],[219.607843137255,215.686274509804,178.43137254902],[212.745098039216,207.843137254902,166.666666666667],[207.843137254902,206.862745098039,163.725490196078],[211.764705882353,217.647058823529,174.509803921569],[156.862745098039,171.56862745098,133.333333333333],[186.274509803922,202.941176470588,167.647058823529],[176.470588235294,191.176470588235,160.78431372549],[187.254901960784,202.941176470588,177.450980392157],[189.21568627451,213.725490196078,192.156862745098],[91.1764705882353,117.647058823529,99.0196078431373],[120.588235294118,143.137254901961,125.490196078431],[99.0196078431373,123.529411764706,104.901960784314],[62.7450980392157,97.0588235294118,75.4901960784314],[106.862745098039,148.039215686275,128.43137254902],[65.6862745098039,107.843137254902,98.0392156862745],[45.0980392156863,89.2156862745098,84.3137254901961],[38.2352941176471,82.3529411764706,79.4117647058823],[54.9019607843137,97.0588235294118,88.2352941176471],[71.5686274509804,115.686274509804,93.1372549019608],[117.647058823529,162.745098039216,135.294117647059],[112.745098039216,156.862745098039,136.274509803922],[80.3921568627451,125.490196078431,114.705882352941],[68.6274509803922,111.764705882353,114.705882352941],[76.4705882352941,116.666666666667,122.549019607843],[88.2352941176471,125.490196078431,126.470588235294],[81.3725490196078,121.56862745098,113.725490196078],[110.78431372549,157.843137254902,142.156862745098],[92.156862745098,142.156862745098,123.529411764706],[107.843137254902,153.921568627451,134.313725490196],[158.823529411765,201.960784313725,185.294117647059],[164.705882352941,204.901960784314,191.176470588235],[157.843137254902,195.098039215686,184.313725490196],[176.470588235294,211.764705882353,207.843137254902],[109.803921568627,144.117647058824,146.078431372549],[82.3529411764706,118.627450980392,126.470588235294],[95.0980392156863,134.313725490196,146.078431372549],[88.2352941176471,133.333333333333,148.039215686275],[83.3333333333333,134.313725490196,148.039215686275],[84.3137254901961,141.176470588235,152.941176470588],[71.5686274509804,133.333333333333,142.156862745098],[67.6470588235294,133.333333333333,139.21568627451],[93.1372549019608,155.882352941176,155.882352941176],[116.666666666667,165.686274509804,162.745098039216],[102.941176470588,145.098039215686,138.235294117647],[86.2745098039216,125.490196078431,117.647058823529],[124.509803921569,159.803921568627,150],[118.627450980392,148.039215686275,136.274509803922],[113.725490196078,137.254901960784,124.509803921569],[87.2549019607843,107.843137254902,93.1372549019608],[103.921568627451,120.588235294118,102.941176470588],[114.705882352941,129.411764705882,108.823529411765],[85.2941176470588,100,77.4509803921569],[98.0392156862745,116.666666666667,89.2156862745098],[160.78431372549,181.372549019608,150.980392156863],[141.176470588235,164.705882352941,131.372549019608],[159.803921568627,185.294117647059,149.019607843137],[101.960784313725,129.411764705882,92.156862745098],[62.7450980392157,89.2156862745098,54.9019607843137],[49.0196078431373,72.5490196078431,47.0588235294118],[44.1176470588235,63.7254901960784,39.2156862745098],[38.2352941176471,52.9411764705882,24.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[72.5490196078431,85.2941176470588,67.6470588235294],[83.3333333333333,100.980392156863,75.4901960784314],[133.333333333333,161.764705882353,114.705882352941],[98.0392156862745,132.352941176471,75.4901960784314],[99.0196078431373,135.294117647059,82.3529411764706],[124.509803921569,157.843137254902,108.823529411765],[88.2352941176471,114.705882352941,70.5882352941177],[77.4509803921569,98.0392156862745,65.6862745098039],[4.90196078431373,22.5490196078431,8.82352941176471],[54.9019607843137,74.5098039215686,62.7450980392157],[44.1176470588235,72.5490196078431,42.156862745098],[132.352941176471,168.627450980392,125.490196078431],[211.764705882353,250,203.921568627451],[164.705882352941,201.960784313725,153.921568627451],[130.392156862745,165.686274509804,118.627450980392],[82.3529411764706,113.725490196078,65.6862745098039],[77.4509803921569,104.901960784314,56.8627450980392],[84.3137254901961,109.803921568627,62.7450980392157],[143.137254901961,166.666666666667,117.647058823529],[155.882352941176,179.411764705882,128.43137254902],[115.686274509804,140.196078431373,86.2745098039216],[98.0392156862745,120.588235294118,67.6470588235294],[78.4313725490196,100.980392156863,46.078431372549],[65.6862745098039,86.2745098039216,30.3921568627451],[113.725490196078,131.372549019608,74.5098039215686],[145.098039215686,159.803921568627,101.960784313725],[183.333333333333,194.117647058824,135.294117647059],[152.941176470588,158.823529411765,98.0392156862745],[163.725490196078,164.705882352941,96.078431372549],[179.411764705882,170.588235294118,102.941176470588],[107.843137254902,87.2549019607843,31.3725490196078],[83.3333333333333,56.8627450980392,10.7843137254902],[84.3137254901961,62.7450980392157,22.5490196078431],[62.7450980392157,45.0980392156863,9.80392156862745],[77.4509803921569,61.7647058823529,29.4117647058824],[68.6274509803922,48.0392156862745,17.6470588235294],[52.9411764705882,23.5294117647059,0],[26.4705882352941,0,0],[50.9803921568627,27.4509803921569,3.92156862745098],[39.2156862745098,24.5098039215686,3.92156862745098],[7.84313725490196,1.96078431372549,0],[3.92156862745098,0,0],[17.6470588235294,4.90196078431373,13.7254901960784],[7.84313725490196,0,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[28.4313725490196,24.5098039215686,21.5686274509804],[49.0196078431373,45.0980392156863,42.156862745098],[19.6078431372549,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,2.94117647058824]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0],[4.90196078431373,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[18.6274509803922,9.80392156862745,12.7450980392157],[19.6078431372549,10.7843137254902,11.7647058823529],[12.7450980392157,3.92156862745098,4.90196078431373],[16.6666666666667,7.84313725490196,8.82352941176471],[22.5490196078431,12.7450980392157,11.7647058823529],[22.5490196078431,12.7450980392157,11.7647058823529],[21.5686274509804,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,8.82352941176471],[26.4705882352941,15.6862745098039,13.7254901960784],[29.4117647058824,15.6862745098039,12.7450980392157],[18.6274509803922,3.92156862745098,0],[32.3529411764706,15.6862745098039,7.84313725490196],[23.5294117647059,7.84313725490196,0],[36.2745098039216,21.5686274509804,2.94117647058824],[83.3333333333333,69.6078431372549,44.1176470588235],[102.941176470588,88.2352941176471,57.843137254902],[52.9411764705882,39.2156862745098,4.90196078431373],[137.254901960784,123.529411764706,87.2549019607843],[60.7843137254902,47.0588235294118,12.7450980392157],[75.4901960784314,59.8039215686275,27.4509803921569],[71.5686274509804,54.9019607843137,29.4117647058824],[70.5882352941177,52.9411764705882,33.3333333333333],[49.0196078431373,31.3725490196078,17.6470588235294],[36.2745098039216,18.6274509803922,8.82352941176471],[39.2156862745098,19.6078431372549,10.7843137254902],[41.1764705882353,17.6470588235294,5.88235294117647],[56.8627450980392,34.3137254901961,16.6666666666667],[70.5882352941177,47.0588235294118,21.5686274509804],[143.137254901961,120.588235294118,89.2156862745098],[92.156862745098,69.6078431372549,29.4117647058824],[72.5490196078431,46.078431372549,1.96078431372549],[106.862745098039,77.4509803921569,28.4313725490196],[139.21568627451,107.843137254902,57.843137254902],[140.196078431373,104.901960784314,57.843137254902],[205.882352941176,170.588235294118,123.529411764706],[112.745098039216,76.4705882352941,32.3529411764706],[94.1176470588235,61.7647058823529,17.6470588235294],[126.470588235294,98.0392156862745,54.9019607843137],[147.058823529412,123.529411764706,78.4313725490196],[120.588235294118,99.0196078431373,52.9411764705882],[124.509803921569,107.843137254902,62.7450980392157],[58.8235294117647,50.9803921568627,5.88235294117647],[87.2549019607843,78.4313725490196,38.2352941176471],[106.862745098039,87.2549019607843,54.9019607843137],[75.4901960784314,48.0392156862745,11.7647058823529],[108.823529411765,76.4705882352941,24.5098039215686],[163.725490196078,133.333333333333,70.5882352941177],[162.745098039216,139.21568627451,70.5882352941177],[189.21568627451,175.490196078431,105.882352941176],[145.098039215686,144.117647058824,81.3725490196078],[111.764705882353,120.588235294118,58.8235294117647],[169.607843137255,185.294117647059,121.56862745098],[190.196078431373,208.823529411765,144.117647058824],[153.921568627451,167.647058823529,106.862745098039],[199.019607843137,207.843137254902,151.960784313725],[164.705882352941,163.725490196078,118.627450980392],[189.21568627451,184.313725490196,145.098039215686],[216.666666666667,211.764705882353,174.509803921569],[250,250,219.607843137255],[191.176470588235,204.901960784314,180.392156862745],[185.294117647059,205.882352941176,187.254901960784],[193.137254901961,215.686274509804,196.078431372549],[158.823529411765,182.352941176471,160.78431372549],[142.156862745098,164.705882352941,139.21568627451],[123.529411764706,147.058823529412,121.56862745098],[147.058823529412,174.509803921569,151.960784313725],[182.352941176471,211.764705882353,186.274509803922],[197.058823529412,222.549019607843,194.117647058824],[159.803921568627,186.274509803922,155.882352941176],[138.235294117647,164.705882352941,132.352941176471],[217.647058823529,250,220.588235294118],[140.196078431373,187.254901960784,163.725490196078],[78.4313725490196,128.43137254902,109.803921568627],[144.117647058824,190.196078431373,172.549019607843],[190.196078431373,236.274509803922,220.588235294118],[182.352941176471,227.450980392157,216.666666666667],[173.529411764706,219.607843137255,211.764705882353],[103.921568627451,149.019607843137,146.078431372549],[155.882352941176,200.980392156863,198.039215686275],[126.470588235294,170.588235294118,165.686274509804],[171.56862745098,213.725490196078,206.862745098039],[168.627450980392,207.843137254902,197.058823529412],[118.627450980392,154.901960784314,138.235294117647],[158.823529411765,191.176470588235,172.549019607843],[150.980392156863,182.352941176471,159.803921568627],[120.588235294118,149.019607843137,127.450980392157],[160.78431372549,188.235294117647,166.666666666667],[187.254901960784,211.764705882353,191.176470588235],[174.509803921569,195.098039215686,180.392156862745],[239.21568627451,250,244.117647058824],[230.392156862745,235.294117647059,231.372549019608],[242.156862745098,241.176470588235,236.274509803922],[227.450980392157,223.529411764706,211.764705882353],[187.254901960784,186.274509803922,158.823529411765],[153.921568627451,150.980392156863,116.666666666667],[159.803921568627,154.901960784314,117.647058823529],[193.137254901961,190.196078431373,148.039215686275],[224.509803921569,225.490196078431,182.352941176471],[221.56862745098,228.43137254902,185.294117647059],[200,214.705882352941,172.549019607843],[148.039215686275,167.647058823529,131.372549019608],[146.078431372549,163.725490196078,140.196078431373],[177.450980392157,198.039215686275,181.372549019608],[133.333333333333,159.803921568627,143.137254901961],[77.4509803921569,103.921568627451,89.2156862745098],[74.5098039215686,98.0392156862745,82.3529411764706],[108.823529411765,132.352941176471,116.666666666667],[90.1960784313725,121.56862745098,100.980392156863],[87.2549019607843,124.509803921569,103.921568627451],[31.3725490196078,72.5490196078431,58.8235294117647],[40.1960784313726,82.3529411764706,75.4901960784314],[50,93.1372549019608,92.156862745098],[66.6666666666667,110.78431372549,105.882352941176],[80.3921568627451,126.470588235294,108.823529411765],[101.960784313725,147.058823529412,121.56862745098],[124.509803921569,167.647058823529,143.137254901961],[75.4901960784314,117.647058823529,99.0196078431373],[71.5686274509804,110.78431372549,109.803921568627],[101.960784313725,140.196078431373,145.098039215686],[74.5098039215686,113.725490196078,115.686274509804],[75.4901960784314,116.666666666667,114.705882352941],[115.686274509804,160.78431372549,150.980392156863],[59.8039215686275,105.882352941176,90.1960784313725],[100.980392156863,144.117647058824,127.450980392157],[150.980392156863,191.176470588235,173.529411764706],[159.803921568627,196.078431372549,178.43137254902],[145.098039215686,181.372549019608,164.705882352941],[93.1372549019608,128.43137254902,118.627450980392],[64.7058823529412,100,96.078431372549],[76.4705882352941,115.686274509804,115.686274509804],[82.3529411764706,124.509803921569,130.392156862745],[85.2941176470588,132.352941176471,142.156862745098],[88.2352941176471,139.21568627451,151.960784313725],[93.1372549019608,148.039215686275,160.78431372549],[91.1764705882353,150,160.78431372549],[85.2941176470588,148.039215686275,156.862745098039],[90.1960784313725,150,154.901960784314],[121.56862745098,170.588235294118,169.607843137255],[145.098039215686,186.274509803922,182.352941176471],[164.705882352941,202.941176470588,198.039215686275],[141.176470588235,175.490196078431,169.607843137255],[107.843137254902,137.254901960784,129.411764705882],[70.5882352941177,93.1372549019608,83.3333333333333],[71.5686274509804,91.1764705882353,79.4117647058823],[80.3921568627451,98.0392156862745,82.3529411764706],[59.8039215686275,76.4705882352941,58.8235294117647],[57.843137254902,75.4901960784314,53.921568627451],[118.627450980392,138.235294117647,111.764705882353],[97.0588235294118,116.666666666667,89.2156862745098],[58.8235294117647,79.4117647058823,49.0196078431373],[100,123.529411764706,90.1960784313725],[78.4313725490196,101.960784313725,68.6274509803922],[42.156862745098,61.7647058823529,34.3137254901961],[59.8039215686275,78.4313725490196,59.8039215686275],[87.2549019607843,100.980392156863,84.3137254901961],[63.7254901960784,73.5294117647059,49.0196078431373],[28.4313725490196,38.2352941176471,13.7254901960784],[47.0588235294118,57.843137254902,41.1764705882353],[106.862745098039,121.56862745098,99.0196078431373],[48.0392156862745,74.5098039215686,34.3137254901961],[113.725490196078,147.058823529412,98.0392156862745],[159.803921568627,193.137254901961,144.117647058824],[35.2941176470588,66.6666666666667,20.5882352941176],[64.7058823529412,91.1764705882353,47.0588235294118],[74.5098039215686,96.078431372549,60.7843137254902],[52.9411764705882,71.5686274509804,52.9411764705882],[27.4509803921569,50,32.3529411764706],[45.0980392156863,75.4901960784314,44.1176470588235],[153.921568627451,188.235294117647,147.058823529412],[189.21568627451,224.509803921569,179.411764705882],[151.960784313725,184.313725490196,138.235294117647],[116.666666666667,148.039215686275,100],[68.6274509803922,96.078431372549,48.0392156862745],[108.823529411765,132.352941176471,85.2941176470588],[114.705882352941,136.274509803922,90.1960784313725],[121.56862745098,143.137254901961,95.0980392156863],[101.960784313725,123.529411764706,75.4901960784314],[125.490196078431,147.058823529412,99.0196078431373],[84.3137254901961,107.843137254902,56.8627450980392],[50.9803921568627,73.5294117647059,20.5882352941176],[72.5490196078431,95.0980392156863,40.1960784313726],[84.3137254901961,104.901960784314,47.0588235294118],[115.686274509804,135.294117647059,75.4901960784314],[150,165.686274509804,104.901960784314],[128.43137254902,139.21568627451,74.5098039215686],[117.647058823529,119.607843137255,48.0392156862745],[147.058823529412,138.235294117647,70.5882352941177],[135.294117647059,114.705882352941,58.8235294117647],[91.1764705882353,68.6274509803922,19.6078431372549],[67.6470588235294,47.0588235294118,4.90196078431373],[34.3137254901961,14.7058823529412,0],[65.6862745098039,47.0588235294118,14.7058823529412],[76.4705882352941,55.8823529411765,25.4901960784314],[54.9019607843137,25.4901960784314,0],[49.0196078431373,19.6078431372549,0],[100,78.4313725490196,55.8823529411765],[61.7647058823529,47.0588235294118,28.4313725490196],[11.7647058823529,5.88235294117647,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,0,3.92156862745098],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[14.7058823529412,10.7843137254902,7.84313725490196],[26.4705882352941,22.5490196078431,19.6078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549]],[[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,1.96078431372549],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,10.7843137254902],[11.7647058823529,1.96078431372549,2.94117647058824],[17.6470588235294,5.88235294117647,7.84313725490196],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[16.6666666666667,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[20.5882352941176,6.86274509803922,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[22.5490196078431,8.82352941176471,0],[26.4705882352941,12.7450980392157,0],[49.0196078431373,33.3333333333333,18.6274509803922],[33.3333333333333,17.6470588235294,1.96078431372549],[28.4313725490196,13.7254901960784,0],[66.6666666666667,51.9607843137255,29.4117647058824],[140.196078431373,124.509803921569,99.0196078431373],[119.607843137255,104.901960784314,74.5098039215686],[120.588235294118,105.882352941176,73.5294117647059],[90.1960784313725,75.4901960784314,43.1372549019608],[59.8039215686275,45.0980392156863,14.7058823529412],[60.7843137254902,46.078431372549,17.6470588235294],[55.8823529411765,40.1960784313726,17.6470588235294],[54.9019607843137,38.2352941176471,20.5882352941176],[55.8823529411765,38.2352941176471,24.5098039215686],[49.0196078431373,26.4705882352941,12.7450980392157],[72.5490196078431,36.2745098039216,17.6470588235294],[67.6470588235294,28.4313725490196,3.92156862745098],[79.4117647058823,50,22.5490196078431],[95.0980392156863,72.5490196078431,42.156862745098],[84.3137254901961,70.5882352941177,36.2745098039216],[88.2352941176471,76.4705882352941,39.2156862745098],[96.078431372549,81.3725490196078,41.1764705882353],[123.529411764706,104.901960784314,62.7450980392157],[129.411764705882,102.941176470588,56.8627450980392],[197.058823529412,165.686274509804,119.607843137255],[144.117647058824,108.823529411765,61.7647058823529],[113.725490196078,80.3921568627451,35.2941176470588],[101.960784313725,75.4901960784314,29.4117647058824],[132.352941176471,114.705882352941,67.6470588235294],[139.21568627451,128.43137254902,83.3333333333333],[119.607843137255,112.745098039216,67.6470588235294],[97.0588235294118,93.1372549019608,49.0196078431373],[112.745098039216,104.901960784314,66.6666666666667],[66.6666666666667,50.9803921568627,17.6470588235294],[69.6078431372549,46.078431372549,8.82352941176471],[78.4313725490196,53.921568627451,0.980392156862745],[158.823529411765,134.313725490196,71.5686274509804],[144.117647058824,125.490196078431,60.7843137254902],[197.058823529412,186.274509803922,121.56862745098],[139.21568627451,139.21568627451,78.4313725490196],[77.4509803921569,85.2941176470588,26.4705882352941],[162.745098039216,178.43137254902,114.705882352941],[197.058823529412,215.686274509804,152.941176470588],[151.960784313725,166.666666666667,110.78431372549],[193.137254901961,202.941176470588,151.960784313725],[192.156862745098,195.098039215686,149.019607843137],[191.176470588235,192.156862745098,150.980392156863],[156.862745098039,157.843137254902,116.666666666667],[221.56862745098,227.450980392157,190.196078431373],[215.686274509804,236.274509803922,203.921568627451],[138.235294117647,166.666666666667,136.274509803922],[191.176470588235,222.549019607843,186.274509803922],[206.862745098039,238.235294117647,201.960784313725],[201.960784313725,228.43137254902,194.117647058824],[189.21568627451,215.686274509804,185.294117647059],[197.058823529412,224.509803921569,202.941176470588],[203.921568627451,227.450980392157,211.764705882353],[201.960784313725,222.549019607843,207.843137254902],[215.686274509804,233.333333333333,217.647058823529],[177.450980392157,196.078431372549,176.470588235294],[216.666666666667,244.117647058824,222.549019607843],[142.156862745098,182.352941176471,164.705882352941],[85.2941176470588,131.372549019608,115.686274509804],[166.666666666667,212.745098039216,195.098039215686],[129.411764705882,175.490196078431,159.803921568627],[155.882352941176,201.960784313725,192.156862745098],[179.411764705882,227.450980392157,223.529411764706],[108.823529411765,157.843137254902,156.862745098039],[68.6274509803922,117.647058823529,118.627450980392],[75.4901960784314,122.549019607843,122.549019607843],[95.0980392156863,139.21568627451,136.274509803922],[160.78431372549,200.980392156863,193.137254901961],[162.745098039216,200,187.254901960784],[140.196078431373,173.529411764706,156.862745098039],[154.901960784314,186.274509803922,165.686274509804],[128.43137254902,156.862745098039,137.254901960784],[161.764705882353,190.196078431373,170.588235294118],[198.039215686275,224.509803921569,205.882352941176],[162.745098039216,185.294117647059,169.607843137255],[220.588235294118,230.392156862745,219.607843137255],[242.156862745098,247.058823529412,240.196078431373],[237.254901960784,240.196078431373,233.333333333333],[225.490196078431,226.470588235294,212.745098039216],[189.21568627451,182.352941176471,154.901960784314],[184.313725490196,174.509803921569,140.196078431373],[146.078431372549,140.196078431373,104.901960784314],[156.862745098039,153.921568627451,119.607843137255],[222.549019607843,224.509803921569,188.235294117647],[226.470588235294,233.333333333333,193.137254901961],[200.980392156863,211.764705882353,170.588235294118],[133.333333333333,149.019607843137,112.745098039216],[94.1176470588235,115.686274509804,93.1372549019608],[112.745098039216,139.21568627451,122.549019607843],[86.2745098039216,110.78431372549,92.156862745098],[89.2156862745098,112.745098039216,97.0588235294118],[108.823529411765,135.294117647059,120.588235294118],[84.3137254901961,110.78431372549,96.078431372549],[139.21568627451,163.725490196078,145.098039215686],[86.2745098039216,112.745098039216,94.1176470588235],[65.6862745098039,98.0392156862745,81.3725490196078],[50.9803921568627,87.2549019607843,79.4117647058823],[51.9607843137255,95.0980392156863,98.0392156862745],[63.7254901960784,107.843137254902,112.745098039216],[88.2352941176471,134.313725490196,126.470588235294],[92.156862745098,136.274509803922,116.666666666667],[138.235294117647,178.43137254902,149.019607843137],[108.823529411765,144.117647058824,118.627450980392],[69.6078431372549,104.901960784314,95.0980392156863],[80.3921568627451,115.686274509804,115.686274509804],[60.7843137254902,102.941176470588,108.823529411765],[68.6274509803922,112.745098039216,117.647058823529],[82.3529411764706,123.529411764706,119.607843137255],[67.6470588235294,106.862745098039,98.0392156862745],[122.549019607843,159.803921568627,147.058823529412],[173.529411764706,209.803921568627,193.137254901961],[175.490196078431,209.803921568627,190.196078431373],[133.333333333333,167.647058823529,148.039215686275],[83.3333333333333,119.607843137255,102.941176470588],[97.0588235294118,136.274509803922,125.490196078431],[84.3137254901961,125.490196078431,121.56862745098],[88.2352941176471,132.352941176471,135.294117647059],[98.0392156862745,147.058823529412,153.921568627451],[99.0196078431373,150,162.745098039216],[89.2156862745098,144.117647058824,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[90.1960784313725,147.058823529412,157.843137254902],[86.2745098039216,140.196078431373,147.058823529412],[94.1176470588235,141.176470588235,143.137254901961],[172.549019607843,213.725490196078,212.745098039216],[188.235294117647,226.470588235294,225.490196078431],[147.058823529412,181.372549019608,177.450980392157],[96.078431372549,124.509803921569,120.588235294118],[83.3333333333333,107.843137254902,101.960784313725],[67.6470588235294,88.2352941176471,79.4117647058823],[67.6470588235294,87.2549019607843,75.4901960784314],[48.0392156862745,68.6274509803922,51.9607843137255],[66.6666666666667,87.2549019607843,68.6274509803922],[122.549019607843,144.117647058824,121.56862745098],[84.3137254901961,106.862745098039,81.3725490196078],[25.4901960784314,45.0980392156863,18.6274509803922],[83.3333333333333,101.960784313725,74.5098039215686],[53.921568627451,69.6078431372549,43.1372549019608],[34.3137254901961,48.0392156862745,25.4901960784314],[34.3137254901961,46.078431372549,34.3137254901961],[56.8627450980392,66.6666666666667,55.8823529411765],[59.8039215686275,64.7058823529412,43.1372549019608],[56.8627450980392,61.7647058823529,39.2156862745098],[128.43137254902,135.294117647059,117.647058823529],[17.6470588235294,31.3725490196078,8.82352941176471],[35.2941176470588,58.8235294117647,27.4509803921569],[169.607843137255,199.019607843137,161.764705882353],[162.745098039216,195.098039215686,152.941176470588],[91.1764705882353,121.56862745098,78.4313725490196],[50.9803921568627,77.4509803921569,33.3333333333333],[69.6078431372549,94.1176470588235,55.8823529411765],[41.1764705882353,63.7254901960784,38.2352941176471],[63.7254901960784,87.2549019607843,63.7254901960784],[93.1372549019608,126.470588235294,92.156862745098],[198.039215686275,232.352941176471,191.176470588235],[197.058823529412,228.43137254902,182.352941176471],[153.921568627451,181.372549019608,133.333333333333],[103.921568627451,129.411764705882,82.3529411764706],[78.4313725490196,101.960784313725,52.9411764705882],[109.803921568627,129.411764705882,81.3725490196078],[39.2156862745098,58.8235294117647,10.7843137254902],[9.80392156862745,28.4313725490196,0],[98.0392156862745,116.666666666667,71.5686274509804],[159.803921568627,181.372549019608,136.274509803922],[71.5686274509804,93.1372549019608,47.0588235294118],[30.3921568627451,53.921568627451,4.90196078431373],[36.2745098039216,58.8235294117647,5.88235294117647],[146.078431372549,169.607843137255,112.745098039216],[115.686274509804,137.254901960784,74.5098039215686],[110.78431372549,131.372549019608,65.6862745098039],[151.960784313725,164.705882352941,96.078431372549],[122.549019607843,122.549019607843,51.9607843137255],[131.372549019608,121.56862745098,53.921568627451],[106.862745098039,88.2352941176471,30.3921568627451],[141.176470588235,120.588235294118,68.6274509803922],[150,129.411764705882,83.3333333333333],[93.1372549019608,71.5686274509804,31.3725490196078],[140.196078431373,120.588235294118,84.3137254901961],[71.5686274509804,49.0196078431373,17.6470588235294],[86.2745098039216,59.8039215686275,33.3333333333333],[62.7450980392157,37.2549019607843,14.7058823529412],[84.3137254901961,61.7647058823529,44.1176470588235],[38.2352941176471,22.5490196078431,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0,3.92156862745098],[11.7647058823529,1.96078431372549,9.80392156862745],[5.88235294117647,0,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[31.3725490196078,21.5686274509804,20.5882352941176],[10.7843137254902,0.980392156862745,0],[14.7058823529412,2.94117647058824,2.94117647058824],[27.4509803921569,15.6862745098039,15.6862745098039],[18.6274509803922,7.84313725490196,5.88235294117647],[10.7843137254902,0,0],[13.7254901960784,0,0],[23.5294117647059,8.82352941176471,5.88235294117647],[33.3333333333333,18.6274509803922,15.6862745098039],[36.2745098039216,21.5686274509804,14.7058823529412],[36.2745098039216,23.5294117647059,6.86274509803922],[34.3137254901961,22.5490196078431,0.980392156862745],[43.1372549019608,30.3921568627451,11.7647058823529],[24.5098039215686,8.82352941176471,0],[12.7450980392157,0,0],[30.3921568627451,14.7058823529412,0],[67.6470588235294,50.9803921568627,33.3333333333333],[69.6078431372549,53.921568627451,31.3725490196078],[62.7450980392157,47.0588235294118,22.5490196078431],[64.7058823529412,49.0196078431373,23.5294117647059],[30.3921568627451,15.6862745098039,0],[36.2745098039216,22.5490196078431,0],[42.156862745098,28.4313725490196,2.94117647058824],[57.843137254902,46.078431372549,22.5490196078431],[58.8235294117647,46.078431372549,27.4509803921569],[67.6470588235294,47.0588235294118,26.4705882352941],[104.901960784314,68.6274509803922,43.1372549019608],[126.470588235294,86.2745098039216,58.8235294117647],[100,69.6078431372549,41.1764705882353],[76.4705882352941,56.8627450980392,24.5098039215686],[103.921568627451,91.1764705882353,56.8627450980392],[92.156862745098,83.3333333333333,45.0980392156863],[78.4313725490196,66.6666666666667,25.4901960784314],[65.6862745098039,48.0392156862745,2.94117647058824],[151.960784313725,126.470588235294,78.4313725490196],[168.627450980392,137.254901960784,87.2549019607843],[166.666666666667,134.313725490196,84.3137254901961],[129.411764705882,99.0196078431373,52.9411764705882],[97.0588235294118,76.4705882352941,32.3529411764706],[82.3529411764706,70.5882352941177,29.4117647058824],[81.3725490196078,79.4117647058823,42.156862745098],[134.313725490196,136.274509803922,100],[127.450980392157,125.490196078431,85.2941176470588],[111.764705882353,104.901960784314,63.7254901960784],[121.56862745098,107.843137254902,71.5686274509804],[62.7450980392157,46.078431372549,3.92156862745098],[118.627450980392,100,45.0980392156863],[161.764705882353,142.156862745098,80.3921568627451],[124.509803921569,108.823529411765,48.0392156862745],[189.21568627451,179.411764705882,119.607843137255],[168.627450980392,167.647058823529,111.764705882353],[135.294117647059,143.137254901961,84.3137254901961],[178.43137254902,190.196078431373,127.450980392157],[187.254901960784,200.980392156863,141.176470588235],[162.745098039216,174.509803921569,125.490196078431],[183.333333333333,192.156862745098,146.078431372549],[200,205.882352941176,158.823529411765],[183.333333333333,189.21568627451,142.156862745098],[136.274509803922,143.137254901961,93.1372549019608],[188.235294117647,200.980392156863,155.882352941176],[170.588235294118,198.039215686275,157.843137254902],[129.411764705882,164.705882352941,127.450980392157],[223.529411764706,250,220.588235294118],[182.352941176471,219.607843137255,179.411764705882],[155.882352941176,187.254901960784,150.980392156863],[218.627450980392,247.058823529412,217.647058823529],[187.254901960784,215.686274509804,196.078431372549],[213.725490196078,237.254901960784,224.509803921569],[193.137254901961,212.745098039216,201.960784313725],[201.960784313725,217.647058823529,206.862745098039],[183.333333333333,199.019607843137,186.274509803922],[196.078431372549,219.607843137255,206.862745098039],[91.1764705882353,127.450980392157,120.588235294118],[81.3725490196078,123.529411764706,116.666666666667],[167.647058823529,210.78431372549,196.078431372549],[108.823529411765,154.901960784314,139.21568627451],[113.725490196078,159.803921568627,150],[123.529411764706,171.56862745098,167.647058823529],[100.980392156863,150,150.980392156863],[73.5294117647059,121.56862745098,125.490196078431],[88.2352941176471,135.294117647059,137.254901960784],[90.1960784313725,133.333333333333,132.352941176471],[83.3333333333333,123.529411764706,117.647058823529],[158.823529411765,194.117647058824,184.313725490196],[185.294117647059,216.666666666667,201.960784313725],[183.333333333333,213.725490196078,196.078431372549],[174.509803921569,202.941176470588,183.333333333333],[168.627450980392,197.058823529412,179.411764705882],[159.803921568627,188.235294117647,170.588235294118],[125.490196078431,148.039215686275,132.352941176471],[156.862745098039,168.627450980392,154.901960784314],[243.137254901961,250,238.235294117647],[213.725490196078,221.56862745098,208.823529411765],[244.117647058824,247.058823529412,230.392156862745],[242.156862745098,232.352941176471,207.843137254902],[178.43137254902,163.725490196078,135.294117647059],[153.921568627451,145.098039215686,114.705882352941],[229.411764705882,226.470588235294,196.078431372549],[191.176470588235,195.098039215686,160.78431372549],[202.941176470588,208.823529411765,173.529411764706],[237.254901960784,243.137254901961,205.882352941176],[219.607843137255,233.333333333333,198.039215686275],[143.137254901961,167.647058823529,139.21568627451],[128.43137254902,155.882352941176,133.333333333333],[88.2352941176471,111.764705882353,88.2352941176471],[137.254901960784,158.823529411765,138.235294117647],[135.294117647059,157.843137254902,140.196078431373],[142.156862745098,164.705882352941,149.019607843137],[111.764705882353,134.313725490196,118.627450980392],[96.078431372549,119.607843137255,105.882352941176],[113.725490196078,141.176470588235,126.470588235294],[75.4901960784314,107.843137254902,99.0196078431373],[57.843137254902,95.0980392156863,98.0392156862745],[75.4901960784314,113.725490196078,120.588235294118],[81.3725490196078,119.607843137255,116.666666666667],[96.078431372549,133.333333333333,118.627450980392],[157.843137254902,194.117647058824,163.725490196078],[109.803921568627,144.117647058824,114.705882352941],[77.4509803921569,110.78431372549,97.0588235294118],[96.078431372549,131.372549019608,129.411764705882],[63.7254901960784,103.921568627451,109.803921568627],[84.3137254901961,124.509803921569,130.392156862745],[70.5882352941177,108.823529411765,107.843137254902],[75.4901960784314,109.803921568627,103.921568627451],[107.843137254902,140.196078431373,129.411764705882],[147.058823529412,178.43137254902,163.725490196078],[203.921568627451,236.274509803922,217.647058823529],[158.823529411765,193.137254901961,173.529411764706],[95.0980392156863,133.333333333333,115.686274509804],[83.3333333333333,124.509803921569,112.745098039216],[90.1960784313725,136.274509803922,130.392156862745],[94.1176470588235,143.137254901961,144.117647058824],[108.823529411765,160.78431372549,168.627450980392],[121.56862745098,174.509803921569,186.274509803922],[121.56862745098,174.509803921569,186.274509803922],[115.686274509804,168.627450980392,180.392156862745],[106.862745098039,157.843137254902,168.627450980392],[96.078431372549,145.098039215686,151.960784313725],[76.4705882352941,120.588235294118,125.490196078431],[159.803921568627,200,201.960784313725],[177.450980392157,214.705882352941,215.686274509804],[101.960784313725,135.294117647059,136.274509803922],[99.0196078431373,128.43137254902,126.470588235294],[80.3921568627451,106.862745098039,101.960784313725],[68.6274509803922,94.1176470588235,85.2941176470588],[53.921568627451,77.4509803921569,64.7058823529412],[73.5294117647059,97.0588235294118,81.3725490196078],[84.3137254901961,108.823529411765,90.1960784313725],[95.0980392156863,119.607843137255,98.0392156862745],[128.43137254902,151.960784313725,128.43137254902],[52.9411764705882,72.5490196078431,48.0392156862745],[70.5882352941177,86.2745098039216,60.7843137254902],[106.862745098039,118.627450980392,95.0980392156863],[64.7058823529412,73.5294117647059,54.9019607843137],[11.7647058823529,18.6274509803922,10.7843137254902],[23.5294117647059,29.4117647058824,19.6078431372549],[55.8823529411765,57.843137254902,36.2745098039216],[112.745098039216,115.686274509804,87.2549019607843],[71.5686274509804,77.4509803921569,51.9607843137255],[19.6078431372549,31.3725490196078,7.84313725490196],[48.0392156862745,67.6470588235294,43.1372549019608],[128.43137254902,153.921568627451,125.490196078431],[130.392156862745,159.803921568627,122.549019607843],[152.941176470588,183.333333333333,142.156862745098],[95.0980392156863,121.56862745098,79.4117647058823],[123.529411764706,148.039215686275,108.823529411765],[34.3137254901961,58.8235294117647,27.4509803921569],[0,14.7058823529412,0],[66.6666666666667,101.960784313725,66.6666666666667],[200.980392156863,237.254901960784,195.098039215686],[145.098039215686,176.470588235294,128.43137254902],[127.450980392157,153.921568627451,101.960784313725],[153.921568627451,177.450980392157,126.470588235294],[57.843137254902,77.4509803921569,27.4509803921569],[62.7450980392157,80.3921568627451,31.3725490196078],[37.2549019607843,54.9019607843137,7.84313725490196],[20.5882352941176,37.2549019607843,0],[97.0588235294118,113.725490196078,70.5882352941177],[128.43137254902,146.078431372549,104.901960784314],[12.7450980392157,33.3333333333333,0],[40.1960784313726,61.7647058823529,15.6862745098039],[98.0392156862745,120.588235294118,67.6470588235294],[110.78431372549,134.313725490196,75.4901960784314],[136.274509803922,157.843137254902,94.1176470588235],[170.588235294118,192.156862745098,121.56862745098],[214.705882352941,227.450980392157,156.862745098039],[139.21568627451,136.274509803922,68.6274509803922],[94.1176470588235,83.3333333333333,18.6274509803922],[113.725490196078,98.0392156862745,39.2156862745098],[85.2941176470588,66.6666666666667,11.7647058823529],[85.2941176470588,65.6862745098039,15.6862745098039],[140.196078431373,119.607843137255,75.4901960784314],[154.901960784314,131.372549019608,94.1176470588235],[108.823529411765,84.3137254901961,53.921568627451],[113.725490196078,88.2352941176471,63.7254901960784],[70.5882352941177,46.078431372549,26.4705882352941],[41.1764705882353,19.6078431372549,5.88235294117647],[15.6862745098039,0,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,0,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[18.6274509803922,9.80392156862745,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,7.84313725490196,6.86274509803922],[33.3333333333333,22.5490196078431,20.5882352941176],[12.7450980392157,1.96078431372549,0],[14.7058823529412,0.980392156862745,0],[19.6078431372549,5.88235294117647,2.94117647058824],[11.7647058823529,0,0],[14.7058823529412,0,0],[16.6666666666667,1.96078431372549,0],[16.6666666666667,0,0],[29.4117647058824,12.7450980392157,5.88235294117647],[36.2745098039216,20.5882352941176,7.84313725490196],[54.9019607843137,43.1372549019608,17.6470588235294],[64.7058823529412,53.921568627451,26.4705882352941],[48.0392156862745,36.2745098039216,12.7450980392157],[37.2549019607843,24.5098039215686,7.84313725490196],[16.6666666666667,0.980392156862745,0],[63.7254901960784,47.0588235294118,39.2156862745098],[56.8627450980392,38.2352941176471,31.3725490196078],[17.6470588235294,0,0],[81.3725490196078,65.6862745098039,50.9803921568627],[45.0980392156863,30.3921568627451,11.7647058823529],[61.7647058823529,47.0588235294118,26.4705882352941],[20.5882352941176,6.86274509803922,0],[54.9019607843137,43.1372549019608,17.6470588235294],[104.901960784314,95.0980392156863,68.6274509803922],[81.3725490196078,71.5686274509804,47.0588235294118],[76.4705882352941,60.7843137254902,36.2745098039216],[79.4117647058823,53.921568627451,27.4509803921569],[125.490196078431,97.0588235294118,67.6470588235294],[98.0392156862745,75.4901960784314,42.156862745098],[127.450980392157,107.843137254902,71.5686274509804],[132.352941176471,115.686274509804,73.5294117647059],[100,82.3529411764706,35.2941176470588],[96.078431372549,73.5294117647059,22.5490196078431],[110.78431372549,84.3137254901961,30.3921568627451],[167.647058823529,133.333333333333,78.4313725490196],[192.156862745098,157.843137254902,102.941176470588],[183.333333333333,150.980392156863,99.0196078431373],[121.56862745098,95.0980392156863,50.9803921568627],[85.2941176470588,71.5686274509804,37.2549019607843],[80.3921568627451,76.4705882352941,50],[32.3529411764706,39.2156862745098,21.5686274509804],[89.2156862745098,97.0588235294118,74.5098039215686],[106.862745098039,103.921568627451,69.6078431372549],[59.8039215686275,52.9411764705882,11.7647058823529],[93.1372549019608,81.3725490196078,42.156862745098],[126.470588235294,113.725490196078,69.6078431372549],[168.627450980392,153.921568627451,96.078431372549],[152.941176470588,139.21568627451,79.4117647058823],[183.333333333333,170.588235294118,116.666666666667],[184.313725490196,175.490196078431,121.56862745098],[207.843137254902,204.901960784314,150.980392156863],[191.176470588235,194.117647058824,138.235294117647],[195.098039215686,202.941176470588,144.117647058824],[198.039215686275,206.862745098039,150.980392156863],[219.607843137255,226.470588235294,185.294117647059],[204.901960784314,211.764705882353,171.56862745098],[186.274509803922,194.117647058824,146.078431372549],[183.333333333333,192.156862745098,138.235294117647],[159.803921568627,173.529411764706,112.745098039216],[198.039215686275,218.627450980392,160.78431372549],[191.176470588235,226.470588235294,181.372549019608],[186.274509803922,230.392156862745,192.156862745098],[193.137254901961,237.254901960784,204.901960784314],[182.352941176471,224.509803921569,195.098039215686],[127.450980392157,162.745098039216,135.294117647059],[141.176470588235,174.509803921569,150.980392156863],[170.588235294118,200.980392156863,183.333333333333],[190.196078431373,217.647058823529,202.941176470588],[148.039215686275,168.627450980392,153.921568627451],[214.705882352941,232.352941176471,220.588235294118],[213.725490196078,228.43137254902,221.56862745098],[160.78431372549,180.392156862745,181.372549019608],[81.3725490196078,112.745098039216,125.490196078431],[99.0196078431373,136.274509803922,145.098039215686],[139.21568627451,178.43137254902,169.607843137255],[147.058823529412,189.21568627451,172.549019607843],[135.294117647059,180.392156862745,170.588235294118],[81.3725490196078,126.470588235294,123.529411764706],[94.1176470588235,142.156862745098,146.078431372549],[103.921568627451,151.960784313725,156.862745098039],[100.980392156863,145.098039215686,150.980392156863],[95.0980392156863,135.294117647059,137.254901960784],[73.5294117647059,108.823529411765,106.862745098039],[130.392156862745,162.745098039216,153.921568627451],[214.705882352941,242.156862745098,228.43137254902],[186.274509803922,212.745098039216,196.078431372549],[160.78431372549,187.254901960784,170.588235294118],[126.470588235294,152.941176470588,136.274509803922],[143.137254901961,169.607843137255,154.901960784314],[146.078431372549,168.627450980392,152.941176470588],[209.803921568627,226.470588235294,208.823529411765],[243.137254901961,250,236.274509803922],[163.725490196078,177.450980392157,154.901960784314],[190.196078431373,195.098039215686,173.529411764706],[250,244.117647058824,224.509803921569],[230.392156862745,213.725490196078,194.117647058824],[208.823529411765,199.019607843137,174.509803921569],[200,195.098039215686,166.666666666667],[151.960784313725,152.941176470588,121.56862745098],[213.725490196078,217.647058823529,185.294117647059],[240.196078431373,244.117647058824,211.764705882353],[226.470588235294,236.274509803922,202.941176470588],[184.313725490196,205.882352941176,170.588235294118],[156.862745098039,182.352941176471,148.039215686275],[154.901960784314,173.529411764706,142.156862745098],[136.274509803922,150.980392156863,122.549019607843],[185.294117647059,198.039215686275,172.549019607843],[198.039215686275,210.78431372549,193.137254901961],[146.078431372549,164.705882352941,158.823529411765],[112.745098039216,137.254901960784,134.313725490196],[110.78431372549,140.196078431373,132.352941176471],[127.450980392157,155.882352941176,150.980392156863],[110.78431372549,135.294117647059,139.21568627451],[84.3137254901961,107.843137254902,111.764705882353],[110.78431372549,135.294117647059,132.352941176471],[137.254901960784,164.705882352941,152.941176470588],[116.666666666667,151.960784313725,126.470588235294],[117.647058823529,156.862745098039,130.392156862745],[122.549019607843,161.764705882353,150.980392156863],[88.2352941176471,126.470588235294,125.490196078431],[75.4901960784314,111.764705882353,117.647058823529],[89.2156862745098,121.56862745098,128.43137254902],[91.1764705882353,120.588235294118,120.588235294118],[96.078431372549,124.509803921569,119.607843137255],[132.352941176471,158.823529411765,150],[122.549019607843,150,136.274509803922],[196.078431372549,226.470588235294,210.78431372549],[162.745098039216,196.078431372549,180.392156862745],[102.941176470588,140.196078431373,127.450980392157],[98.0392156862745,140.196078431373,133.333333333333],[92.156862745098,139.21568627451,139.21568627451],[77.4509803921569,129.411764705882,135.294117647059],[74.5098039215686,127.450980392157,139.21568627451],[90.1960784313725,142.156862745098,155.882352941176],[109.803921568627,160.78431372549,173.529411764706],[115.686274509804,162.745098039216,174.509803921569],[107.843137254902,150.980392156863,159.803921568627],[100,142.156862745098,149.019607843137],[109.803921568627,153.921568627451,158.823529411765],[130.392156862745,173.529411764706,176.470588235294],[123.529411764706,162.745098039216,164.705882352941],[76.4705882352941,110.78431372549,112.745098039216],[100.980392156863,132.352941176471,131.372549019608],[89.2156862745098,118.627450980392,116.666666666667],[73.5294117647059,101.960784313725,97.0588235294118],[46.078431372549,75.4901960784314,65.6862745098039],[95.0980392156863,125.490196078431,110.78431372549],[70.5882352941177,100.980392156863,83.3333333333333],[63.7254901960784,92.156862745098,70.5882352941177],[72.5490196078431,97.0588235294118,75.4901960784314],[91.1764705882353,109.803921568627,88.2352941176471],[83.3333333333333,97.0588235294118,74.5098039215686],[93.1372549019608,100.980392156863,80.3921568627451],[102.941176470588,106.862745098039,90.1960784313725],[41.1764705882353,44.1176470588235,35.2941176470588],[19.6078431372549,21.5686274509804,8.82352941176471],[111.764705882353,111.764705882353,84.3137254901961],[127.450980392157,127.450980392157,92.156862745098],[26.4705882352941,30.3921568627451,0],[1.96078431372549,10.7843137254902,0],[5.88235294117647,24.5098039215686,4.90196078431373],[0.980392156862745,25.4901960784314,4.90196078431373],[24.5098039215686,53.921568627451,20.5882352941176],[181.372549019608,211.764705882353,171.56862745098],[57.843137254902,86.2745098039216,43.1372549019608],[95.0980392156863,121.56862745098,79.4117647058823],[68.6274509803922,96.078431372549,56.8627450980392],[36.2745098039216,67.6470588235294,31.3725490196078],[132.352941176471,169.607843137255,133.333333333333],[213.725490196078,250,210.78431372549],[150,182.352941176471,130.392156862745],[132.352941176471,159.803921568627,101.960784313725],[133.333333333333,157.843137254902,100.980392156863],[68.6274509803922,89.2156862745098,34.3137254901961],[122.549019607843,139.21568627451,86.2745098039216],[64.7058823529412,78.4313725490196,30.3921568627451],[58.8235294117647,71.5686274509804,28.4313725490196],[71.5686274509804,86.2745098039216,44.1176470588235],[122.549019607843,138.235294117647,100],[38.2352941176471,55.8823529411765,16.6666666666667],[91.1764705882353,109.803921568627,65.6862745098039],[167.647058823529,187.254901960784,137.254901960784],[119.607843137255,141.176470588235,80.3921568627451],[143.137254901961,163.725490196078,96.078431372549],[150.980392156863,171.56862745098,96.078431372549],[150.980392156863,162.745098039216,88.2352941176471],[127.450980392157,122.549019607843,55.8823529411765],[120.588235294118,109.803921568627,47.0588235294118],[106.862745098039,96.078431372549,35.2941176470588],[93.1372549019608,78.4313725490196,20.5882352941176],[82.3529411764706,62.7450980392157,10.7843137254902],[136.274509803922,114.705882352941,66.6666666666667],[139.21568627451,114.705882352941,75.4901960784314],[95.0980392156863,70.5882352941177,40.1960784313726],[63.7254901960784,42.156862745098,18.6274509803922],[40.1960784313726,19.6078431372549,2.94117647058824],[25.4901960784314,7.84313725490196,0],[18.6274509803922,0.980392156862745,0],[19.6078431372549,5.88235294117647,4.90196078431373],[6.86274509803922,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[13.7254901960784,5.88235294117647,2.94117647058824],[20.5882352941176,11.7647058823529,6.86274509803922],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,5.88235294117647],[13.7254901960784,0.980392156862745,0],[11.7647058823529,0,0],[16.6666666666667,2.94117647058824,0],[50.9803921568627,34.3137254901961,26.4705882352941],[50.9803921568627,34.3137254901961,24.5098039215686],[23.5294117647059,6.86274509803922,0],[25.4901960784314,7.84313725490196,0],[27.4509803921569,11.7647058823529,0],[60.7843137254902,49.0196078431373,23.5294117647059],[97.0588235294118,88.2352941176471,59.8039215686275],[37.2549019607843,26.4705882352941,4.90196078431373],[42.156862745098,29.4117647058824,13.7254901960784],[36.2745098039216,22.5490196078431,13.7254901960784],[70.5882352941177,53.921568627451,47.0588235294118],[49.0196078431373,31.3725490196078,27.4509803921569],[21.5686274509804,2.94117647058824,0],[29.4117647058824,12.7450980392157,2.94117647058824],[30.3921568627451,14.7058823529412,0],[101.960784313725,87.2549019607843,68.6274509803922],[80.3921568627451,68.6274509803922,45.0980392156863],[58.8235294117647,49.0196078431373,24.5098039215686],[88.2352941176471,81.3725490196078,55.8823529411765],[57.843137254902,50,27.4509803921569],[33.3333333333333,23.5294117647059,0],[48.0392156862745,32.3529411764706,6.86274509803922],[73.5294117647059,57.843137254902,25.4901960784314],[110.78431372549,93.1372549019608,57.843137254902],[97.0588235294118,78.4313725490196,37.2549019607843],[117.647058823529,96.078431372549,50],[156.862745098039,131.372549019608,81.3725490196078],[175.490196078431,147.058823529412,92.156862745098],[197.058823529412,167.647058823529,108.823529411765],[197.058823529412,165.686274509804,107.843137254902],[175.490196078431,147.058823529412,90.1960784313725],[158.823529411765,136.274509803922,85.2941176470588],[114.705882352941,96.078431372549,53.921568627451],[70.5882352941177,59.8039215686275,28.4313725490196],[40.1960784313726,35.2941176470588,13.7254901960784],[41.1764705882353,44.1176470588235,27.4509803921569],[88.2352941176471,90.1960784313725,69.6078431372549],[146.078431372549,142.156862745098,107.843137254902],[134.313725490196,125.490196078431,83.3333333333333],[89.2156862745098,78.4313725490196,34.3137254901961],[171.56862745098,161.764705882353,111.764705882353],[186.274509803922,176.470588235294,116.666666666667],[164.705882352941,154.901960784314,94.1176470588235],[181.372549019608,171.56862745098,119.607843137255],[137.254901960784,130.392156862745,79.4117647058823],[218.627450980392,213.725490196078,159.803921568627],[212.745098039216,211.764705882353,155.882352941176],[177.450980392157,178.43137254902,119.607843137255],[161.764705882353,164.705882352941,112.745098039216],[247.058823529412,250,214.705882352941],[240.196078431373,246.078431372549,210.78431372549],[154.901960784314,162.745098039216,112.745098039216],[164.705882352941,175.490196078431,118.627450980392],[219.607843137255,234.313725490196,176.470588235294],[181.372549019608,205.882352941176,151.960784313725],[187.254901960784,224.509803921569,184.313725490196],[197.058823529412,243.137254901961,211.764705882353],[181.372549019608,228.43137254902,202.941176470588],[202.941176470588,247.058823529412,224.509803921569],[193.137254901961,231.372549019608,210.78431372549],[190.196078431373,227.450980392157,206.862745098039],[217.647058823529,250,235.294117647059],[211.764705882353,243.137254901961,228.43137254902],[152.941176470588,176.470588235294,162.745098039216],[190.196078431373,209.803921568627,199.019607843137],[201.960784313725,220.588235294118,214.705882352941],[153.921568627451,179.411764705882,180.392156862745],[91.1764705882353,128.43137254902,141.176470588235],[112.745098039216,154.901960784314,163.725490196078],[149.019607843137,188.235294117647,179.411764705882],[201.960784313725,240.196078431373,222.549019607843],[106.862745098039,148.039215686275,138.235294117647],[77.4509803921569,121.56862745098,118.627450980392],[134.313725490196,181.372549019608,185.294117647059],[91.1764705882353,137.254901960784,145.098039215686],[99.0196078431373,141.176470588235,148.039215686275],[144.117647058824,182.352941176471,187.254901960784],[131.372549019608,164.705882352941,163.725490196078],[136.274509803922,165.686274509804,157.843137254902],[141.176470588235,166.666666666667,153.921568627451],[116.666666666667,139.21568627451,123.529411764706],[124.509803921569,147.058823529412,131.372549019608],[171.56862745098,195.098039215686,181.372549019608],[133.333333333333,156.862745098039,144.117647058824],[114.705882352941,138.235294117647,124.509803921569],[229.411764705882,250,235.294117647059],[221.56862745098,238.235294117647,219.607843137255],[159.803921568627,173.529411764706,150.980392156863],[177.450980392157,182.352941176471,159.803921568627],[247.058823529412,240.196078431373,221.56862745098],[197.058823529412,184.313725490196,165.686274509804],[168.627450980392,158.823529411765,132.352941176471],[197.058823529412,191.176470588235,159.803921568627],[206.862745098039,206.862745098039,171.56862745098],[204.901960784314,206.862745098039,170.588235294118],[232.352941176471,238.235294117647,202.941176470588],[173.529411764706,183.333333333333,149.019607843137],[198.039215686275,213.725490196078,175.490196078431],[177.450980392157,195.098039215686,155.882352941176],[158.823529411765,174.509803921569,139.21568627451],[141.176470588235,151.960784313725,120.588235294118],[131.372549019608,137.254901960784,109.803921568627],[154.901960784314,163.725490196078,147.058823529412],[234.313725490196,248.039215686275,248.039215686275],[181.372549019608,200,203.921568627451],[92.156862745098,113.725490196078,110.78431372549],[120.588235294118,143.137254901961,137.254901960784],[133.333333333333,150.980392156863,152.941176470588],[118.627450980392,133.333333333333,138.235294117647],[142.156862745098,156.862745098039,159.803921568627],[135.294117647059,155.882352941176,149.019607843137],[135.294117647059,164.705882352941,141.176470588235],[127.450980392157,162.745098039216,137.254901960784],[108.823529411765,146.078431372549,131.372549019608],[97.0588235294118,132.352941176471,130.392156862745],[84.3137254901961,116.666666666667,123.529411764706],[73.5294117647059,102.941176470588,110.78431372549],[94.1176470588235,119.607843137255,120.588235294118],[125.490196078431,150,146.078431372549],[166.666666666667,192.156862745098,183.333333333333],[160.78431372549,186.274509803922,175.490196078431],[187.254901960784,214.705882352941,200.980392156863],[118.627450980392,150.980392156863,140.196078431373],[85.2941176470588,124.509803921569,116.666666666667],[70.5882352941177,115.686274509804,113.725490196078],[79.4117647058823,128.43137254902,135.294117647059],[75.4901960784314,128.43137254902,140.196078431373],[77.4509803921569,132.352941176471,147.058823529412],[92.156862745098,144.117647058824,159.803921568627],[107.843137254902,155.882352941176,169.607843137255],[114.705882352941,157.843137254902,166.666666666667],[116.666666666667,154.901960784314,161.764705882353],[117.647058823529,155.882352941176,160.78431372549],[105.882352941176,148.039215686275,153.921568627451],[97.0588235294118,139.21568627451,145.098039215686],[96.078431372549,134.313725490196,139.21568627451],[109.803921568627,147.058823529412,148.039215686275],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,113.725490196078,110.78431372549],[60.7843137254902,93.1372549019608,86.2745098039216],[52.9411764705882,85.2941176470588,74.5098039215686],[106.862745098039,143.137254901961,126.470588235294],[85.2941176470588,119.607843137255,100],[86.2745098039216,117.647058823529,97.0588235294118],[52.9411764705882,80.3921568627451,57.843137254902],[50.9803921568627,69.6078431372549,48.0392156862745],[53.921568627451,65.6862745098039,46.078431372549],[33.3333333333333,38.2352941176471,18.6274509803922],[55.8823529411765,56.8627450980392,41.1764705882353],[60.7843137254902,60.7843137254902,50.9803921568627],[59.8039215686275,58.8235294117647,41.1764705882353],[94.1176470588235,91.1764705882353,58.8235294117647],[144.117647058824,143.137254901961,100],[64.7058823529412,67.6470588235294,25.4901960784314],[41.1764705882353,48.0392156862745,14.7058823529412],[5.88235294117647,22.5490196078431,6.86274509803922],[0,22.5490196078431,8.82352941176471],[55.8823529411765,84.3137254901961,54.9019607843137],[90.1960784313725,120.588235294118,80.3921568627451],[65.6862745098039,94.1176470588235,50.9803921568627],[128.43137254902,156.862745098039,111.764705882353],[61.7647058823529,92.156862745098,49.0196078431373],[95.0980392156863,129.411764705882,88.2352941176471],[58.8235294117647,100,64.7058823529412],[170.588235294118,210.78431372549,169.607843137255],[187.254901960784,221.56862745098,164.705882352941],[115.686274509804,145.098039215686,82.3529411764706],[129.411764705882,154.901960784314,93.1372549019608],[66.6666666666667,87.2549019607843,29.4117647058824],[100.980392156863,117.647058823529,63.7254901960784],[193.137254901961,206.862745098039,156.862745098039],[130.392156862745,143.137254901961,98.0392156862745],[97.0588235294118,108.823529411765,69.6078431372549],[99.0196078431373,113.725490196078,75.4901960784314],[182.352941176471,198.039215686275,159.803921568627],[135.294117647059,151.960784313725,108.823529411765],[143.137254901961,160.78431372549,109.803921568627],[90.1960784313725,107.843137254902,47.0588235294118],[176.470588235294,196.078431372549,125.490196078431],[180.392156862745,199.019607843137,119.607843137255],[106.862745098039,117.647058823529,40.1960784313726],[86.2745098039216,78.4313725490196,14.7058823529412],[119.607843137255,105.882352941176,46.078431372549],[70.5882352941177,60.7843137254902,0],[48.0392156862745,37.2549019607843,0],[65.6862745098039,47.0588235294118,0],[141.176470588235,118.627450980392,67.6470588235294],[118.627450980392,92.156862745098,50],[58.8235294117647,33.3333333333333,0.980392156862745],[30.3921568627451,10.7843137254902,0],[13.7254901960784,0,0],[30.3921568627451,13.7254901960784,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0,0],[15.6862745098039,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[44.1176470588235,40.1960784313726,39.2156862745098],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0]],[[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,4.90196078431373,2.94117647058824],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[22.5490196078431,11.7647058823529,5.88235294117647],[14.7058823529412,3.92156862745098,0],[9.80392156862745,0,0],[30.3921568627451,17.6470588235294,9.80392156862745],[31.3725490196078,17.6470588235294,8.82352941176471],[28.4313725490196,11.7647058823529,3.92156862745098],[39.2156862745098,22.5490196078431,12.7450980392157],[82.3529411764706,64.7058823529412,54.9019607843137],[80.3921568627451,62.7450980392157,50.9803921568627],[50,32.3529411764706,20.5882352941176],[50,31.3725490196078,17.6470588235294],[39.2156862745098,22.5490196078431,6.86274509803922],[57.843137254902,47.0588235294118,27.4509803921569],[76.4705882352941,65.6862745098039,46.078431372549],[11.7647058823529,0,0],[26.4705882352941,12.7450980392157,1.96078431372549],[51.9607843137255,38.2352941176471,29.4117647058824],[64.7058823529412,48.0392156862745,41.1764705882353],[30.3921568627451,13.7254901960784,5.88235294117647],[28.4313725490196,12.7450980392157,0],[30.3921568627451,14.7058823529412,0],[24.5098039215686,9.80392156862745,0],[61.7647058823529,50,28.4313725490196],[99.0196078431373,87.2549019607843,65.6862745098039],[57.843137254902,47.0588235294118,27.4509803921569],[46.078431372549,37.2549019607843,20.5882352941176],[26.4705882352941,16.6666666666667,4.90196078431373],[22.5490196078431,15.6862745098039,0],[27.4509803921569,21.5686274509804,0],[30.3921568627451,21.5686274509804,0],[77.4509803921569,61.7647058823529,28.4313725490196],[85.2941176470588,62.7450980392157,22.5490196078431],[113.725490196078,83.3333333333333,38.2352941176471],[113.725490196078,81.3725490196078,31.3725490196078],[194.117647058824,163.725490196078,109.803921568627],[249.019607843137,223.529411764706,167.647058823529],[232.352941176471,211.764705882353,157.843137254902],[177.450980392157,161.764705882353,110.78431372549],[136.274509803922,126.470588235294,78.4313725490196],[123.529411764706,116.666666666667,73.5294117647059],[121.56862745098,111.764705882353,76.4705882352941],[86.2745098039216,73.5294117647059,42.156862745098],[91.1764705882353,74.5098039215686,49.0196078431373],[101.960784313725,85.2941176470588,55.8823529411765],[122.549019607843,108.823529411765,70.5882352941177],[145.098039215686,134.313725490196,90.1960784313725],[185.294117647059,175.490196078431,127.450980392157],[176.470588235294,167.647058823529,113.725490196078],[183.333333333333,175.490196078431,113.725490196078],[220.588235294118,212.745098039216,151.960784313725],[219.607843137255,212.745098039216,161.764705882353],[171.56862745098,163.725490196078,117.647058823529],[197.058823529412,190.196078431373,137.254901960784],[178.43137254902,173.529411764706,118.627450980392],[177.450980392157,175.490196078431,117.647058823529],[186.274509803922,184.313725490196,134.313725490196],[225.490196078431,225.490196078431,192.156862745098],[250,250,222.549019607843],[202.941176470588,210.78431372549,160.78431372549],[168.627450980392,178.43137254902,126.470588235294],[208.823529411765,220.588235294118,181.372549019608],[200,218.627450980392,189.21568627451],[176.470588235294,210.78431372549,187.254901960784],[167.647058823529,211.764705882353,192.156862745098],[194.117647058824,242.156862745098,221.56862745098],[159.803921568627,205.882352941176,186.274509803922],[187.254901960784,229.411764705882,209.803921568627],[208.823529411765,249.019607843137,231.372549019608],[151.960784313725,191.176470588235,180.392156862745],[128.43137254902,162.745098039216,155.882352941176],[203.921568627451,233.333333333333,223.529411764706],[223.529411764706,250,239.21568627451],[167.647058823529,195.098039215686,183.333333333333],[139.21568627451,173.529411764706,166.666666666667],[94.1176470588235,142.156862745098,139.21568627451],[104.901960784314,154.901960784314,150],[200.980392156863,238.235294117647,223.529411764706],[199.019607843137,232.352941176471,216.666666666667],[72.5490196078431,111.764705882353,102.941176470588],[105.882352941176,145.098039215686,144.117647058824],[96.078431372549,138.235294117647,144.117647058824],[71.5686274509804,113.725490196078,122.549019607843],[86.2745098039216,125.490196078431,133.333333333333],[98.0392156862745,134.313725490196,140.196078431373],[121.56862745098,150.980392156863,150.980392156863],[124.509803921569,149.019607843137,143.137254901961],[153.921568627451,175.490196078431,163.725490196078],[151.960784313725,172.549019607843,157.843137254902],[162.745098039216,183.333333333333,168.627450980392],[199.019607843137,218.627450980392,206.862745098039],[115.686274509804,137.254901960784,125.490196078431],[190.196078431373,212.745098039216,202.941176470588],[229.411764705882,250,246.078431372549],[141.176470588235,162.745098039216,150.980392156863],[126.470588235294,137.254901960784,121.56862745098],[181.372549019608,184.313725490196,165.686274509804],[221.56862745098,221.56862745098,198.039215686275],[191.176470588235,186.274509803922,157.843137254902],[182.352941176471,172.549019607843,138.235294117647],[196.078431372549,187.254901960784,147.058823529412],[233.333333333333,229.411764705882,183.333333333333],[186.274509803922,188.235294117647,142.156862745098],[181.372549019608,190.196078431373,146.078431372549],[191.176470588235,201.960784313725,160.78431372549],[212.745098039216,220.588235294118,182.352941176471],[150,156.862745098039,123.529411764706],[148.039215686275,156.862745098039,126.470588235294],[140.196078431373,149.019607843137,122.549019607843],[151.960784313725,159.803921568627,136.274509803922],[183.333333333333,189.21568627451,175.490196078431],[170.588235294118,175.490196078431,178.43137254902],[190.196078431373,198.039215686275,200.980392156863],[136.274509803922,147.058823529412,139.21568627451],[134.313725490196,147.058823529412,140.196078431373],[126.470588235294,139.21568627451,145.098039215686],[141.176470588235,154.901960784314,165.686274509804],[143.137254901961,156.862745098039,167.647058823529],[110.78431372549,126.470588235294,126.470588235294],[140.196078431373,162.745098039216,137.254901960784],[155.882352941176,182.352941176471,151.960784313725],[103.921568627451,132.352941176471,112.745098039216],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,131.372549019608,141.176470588235],[90.1960784313725,121.56862745098,134.313725490196],[110.78431372549,134.313725490196,136.274509803922],[145.098039215686,165.686274509804,160.78431372549],[179.411764705882,200,193.137254901961],[198.039215686275,220.588235294118,210.78431372549],[154.901960784314,181.372549019608,172.549019607843],[98.0392156862745,130.392156862745,123.529411764706],[106.862745098039,146.078431372549,145.098039215686],[93.1372549019608,139.21568627451,145.098039215686],[70.5882352941177,121.56862745098,135.294117647059],[73.5294117647059,127.450980392157,147.058823529412],[86.2745098039216,142.156862745098,161.764705882353],[95.0980392156863,147.058823529412,164.705882352941],[100.980392156863,146.078431372549,160.78431372549],[124.509803921569,163.725490196078,171.56862745098],[146.078431372549,180.392156862745,182.352941176471],[144.117647058824,178.43137254902,180.392156862745],[133.333333333333,173.529411764706,177.450980392157],[100.980392156863,143.137254901961,149.019607843137],[91.1764705882353,131.372549019608,135.294117647059],[84.3137254901961,121.56862745098,124.509803921569],[84.3137254901961,119.607843137255,119.607843137255],[62.7450980392157,97.0588235294118,93.1372549019608],[62.7450980392157,97.0588235294118,90.1960784313725],[62.7450980392157,98.0392156862745,86.2745098039216],[98.0392156862745,136.274509803922,118.627450980392],[91.1764705882353,128.43137254902,107.843137254902],[47.0588235294118,79.4117647058823,58.8235294117647],[105.882352941176,133.333333333333,111.764705882353],[102.941176470588,121.56862745098,101.960784313725],[37.2549019607843,46.078431372549,27.4509803921569],[32.3529411764706,35.2941176470588,16.6666666666667],[55.8823529411765,53.921568627451,39.2156862745098],[68.6274509803922,66.6666666666667,53.921568627451],[139.21568627451,137.254901960784,116.666666666667],[124.509803921569,121.56862745098,81.3725490196078],[115.686274509804,113.725490196078,65.6862745098039],[76.4705882352941,79.4117647058823,27.4509803921569],[104.901960784314,110.78431372549,73.5294117647059],[33.3333333333333,47.0588235294118,34.3137254901961],[16.6666666666667,37.2549019607843,28.4313725490196],[65.6862745098039,94.1176470588235,64.7058823529412],[50.9803921568627,81.3725490196078,41.1764705882353],[99.0196078431373,126.470588235294,86.2745098039216],[159.803921568627,188.235294117647,143.137254901961],[135.294117647059,166.666666666667,118.627450980392],[144.117647058824,181.372549019608,135.294117647059],[98.0392156862745,141.176470588235,106.862745098039],[161.764705882353,202.941176470588,165.686274509804],[120.588235294118,157.843137254902,100],[116.666666666667,149.019607843137,81.3725490196078],[128.43137254902,156.862745098039,91.1764705882353],[110.78431372549,135.294117647059,71.5686274509804],[88.2352941176471,107.843137254902,50],[146.078431372549,159.803921568627,107.843137254902],[84.3137254901961,97.0588235294118,51.9607843137255],[90.1960784313725,102.941176470588,60.7843137254902],[67.6470588235294,79.4117647058823,42.156862745098],[50,64.7058823529412,26.4705882352941],[112.745098039216,128.43137254902,84.3137254901961],[142.156862745098,155.882352941176,103.921568627451],[121.56862745098,135.294117647059,74.5098039215686],[176.470588235294,192.156862745098,118.627450980392],[162.745098039216,177.450980392157,96.078431372549],[101.960784313725,108.823529411765,30.3921568627451],[104.901960784314,95.0980392156863,34.3137254901961],[120.588235294118,105.882352941176,50],[109.803921568627,101.960784313725,40.1960784313726],[83.3333333333333,74.5098039215686,10.7843137254902],[83.3333333333333,64.7058823529412,6.86274509803922],[130.392156862745,105.882352941176,52.9411764705882],[87.2549019607843,58.8235294117647,15.6862745098039],[48.0392156862745,19.6078431372549,0],[46.078431372549,28.4313725490196,4.90196078431373],[24.5098039215686,8.82352941176471,0],[31.3725490196078,16.6666666666667,13.7254901960784],[14.7058823529412,0,0],[13.7254901960784,0,0.980392156862745],[15.6862745098039,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[42.156862745098,38.2352941176471,37.2549019607843],[18.6274509803922,14.7058823529412,13.7254901960784],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[23.5294117647059,15.6862745098039,12.7450980392157],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,1.96078431372549,0],[21.5686274509804,10.7843137254902,4.90196078431373],[34.3137254901961,24.5098039215686,15.6862745098039],[27.4509803921569,14.7058823529412,6.86274509803922],[33.3333333333333,20.5882352941176,12.7450980392157],[31.3725490196078,17.6470588235294,8.82352941176471],[24.5098039215686,10.7843137254902,1.96078431372549],[26.4705882352941,9.80392156862745,1.96078431372549],[51.9607843137255,35.2941176470588,25.4901960784314],[49.0196078431373,32.3529411764706,22.5490196078431],[42.156862745098,25.4901960784314,15.6862745098039],[56.8627450980392,41.1764705882353,28.4313725490196],[37.2549019607843,23.5294117647059,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[33.3333333333333,21.5686274509804,7.84313725490196],[26.4705882352941,14.7058823529412,2.94117647058824],[32.3529411764706,20.5882352941176,8.82352941176471],[48.0392156862745,34.3137254901961,25.4901960784314],[69.6078431372549,55.8823529411765,45.0980392156863],[36.2745098039216,20.5882352941176,7.84313725490196],[20.5882352941176,4.90196078431373,0],[61.7647058823529,49.0196078431373,30.3921568627451],[24.5098039215686,12.7450980392157,0],[38.2352941176471,27.4509803921569,7.84313725490196],[21.5686274509804,13.7254901960784,0],[29.4117647058824,22.5490196078431,6.86274509803922],[31.3725490196078,25.4901960784314,13.7254901960784],[13.7254901960784,6.86274509803922,0],[22.5490196078431,18.6274509803922,7.84313725490196],[43.1372549019608,42.156862745098,22.5490196078431],[37.2549019607843,33.3333333333333,6.86274509803922],[40.1960784313726,25.4901960784314,0],[82.3529411764706,58.8235294117647,21.5686274509804],[120.588235294118,90.1960784313725,47.0588235294118],[117.647058823529,86.2745098039216,40.1960784313726],[150.980392156863,123.529411764706,76.4705882352941],[177.450980392157,155.882352941176,106.862745098039],[250,244.117647058824,193.137254901961],[183.333333333333,176.470588235294,125.490196078431],[128.43137254902,125.490196078431,75.4901960784314],[146.078431372549,140.196078431373,93.1372549019608],[85.2941176470588,72.5490196078431,31.3725490196078],[87.2549019607843,69.6078431372549,32.3529411764706],[103.921568627451,80.3921568627451,45.0980392156863],[137.254901960784,113.725490196078,76.4705882352941],[139.21568627451,122.549019607843,80.3921568627451],[159.803921568627,150,101.960784313725],[136.274509803922,130.392156862745,79.4117647058823],[147.058823529412,142.156862745098,87.2549019607843],[170.588235294118,166.666666666667,106.862745098039],[176.470588235294,171.56862745098,114.705882352941],[150,146.078431372549,99.0196078431373],[114.705882352941,111.764705882353,67.6470588235294],[145.098039215686,141.176470588235,94.1176470588235],[209.803921568627,206.862745098039,156.862745098039],[184.313725490196,181.372549019608,131.372549019608],[188.235294117647,187.254901960784,144.117647058824],[224.509803921569,227.450980392157,199.019607843137],[201.960784313725,207.843137254902,180.392156862745],[172.549019607843,183.333333333333,142.156862745098],[221.56862745098,232.352941176471,190.196078431373],[219.607843137255,226.470588235294,193.137254901961],[185.294117647059,199.019607843137,174.509803921569],[186.274509803922,214.705882352941,195.098039215686],[125.490196078431,163.725490196078,146.078431372549],[129.411764705882,173.529411764706,153.921568627451],[162.745098039216,208.823529411765,189.21568627451],[150,196.078431372549,178.43137254902],[146.078431372549,189.21568627451,176.470588235294],[145.098039215686,184.313725490196,176.470588235294],[140.196078431373,171.56862745098,168.627450980392],[152.941176470588,181.372549019608,176.470588235294],[223.529411764706,250,243.137254901961],[181.372549019608,218.627450980392,205.882352941176],[90.1960784313725,135.294117647059,124.509803921569],[106.862745098039,161.764705882353,150.980392156863],[89.2156862745098,144.117647058824,133.333333333333],[110.78431372549,155.882352941176,143.137254901961],[89.2156862745098,128.43137254902,117.647058823529],[97.0588235294118,137.254901960784,131.372549019608],[88.2352941176471,129.411764705882,127.450980392157],[84.3137254901961,124.509803921569,128.43137254902],[63.7254901960784,105.882352941176,111.764705882353],[68.6274509803922,112.745098039216,115.686274509804],[88.2352941176471,128.43137254902,130.392156862745],[89.2156862745098,120.588235294118,119.607843137255],[156.862745098039,181.372549019608,177.450980392157],[197.058823529412,217.647058823529,208.823529411765],[155.882352941176,175.490196078431,164.705882352941],[178.43137254902,198.039215686275,187.254901960784],[156.862745098039,176.470588235294,165.686274509804],[148.039215686275,170.588235294118,160.78431372549],[179.411764705882,201.960784313725,194.117647058824],[155.882352941176,177.450980392157,174.509803921569],[122.549019607843,141.176470588235,135.294117647059],[156.862745098039,168.627450980392,156.862745098039],[209.803921568627,216.666666666667,199.019607843137],[215.686274509804,221.56862745098,196.078431372549],[209.803921568627,210.78431372549,179.411764705882],[200.980392156863,193.137254901961,156.862745098039],[167.647058823529,155.882352941176,114.705882352941],[192.156862745098,185.294117647059,140.196078431373],[188.235294117647,190.196078431373,142.156862745098],[163.725490196078,172.549019607843,126.470588235294],[161.764705882353,172.549019607843,131.372549019608],[130.392156862745,136.274509803922,100.980392156863],[151.960784313725,156.862745098039,125.490196078431],[178.43137254902,187.254901960784,160.78431372549],[143.137254901961,152.941176470588,129.411764705882],[171.56862745098,176.470588235294,156.862745098039],[177.450980392157,177.450980392157,165.686274509804],[146.078431372549,142.156862745098,143.137254901961],[166.666666666667,161.764705882353,165.686274509804],[179.411764705882,178.43137254902,173.529411764706],[132.352941176471,137.254901960784,130.392156862745],[118.627450980392,126.470588235294,128.43137254902],[151.960784313725,162.745098039216,168.627450980392],[150,158.823529411765,167.647058823529],[114.705882352941,124.509803921569,125.490196078431],[162.745098039216,177.450980392157,158.823529411765],[144.117647058824,166.666666666667,139.21568627451],[106.862745098039,135.294117647059,115.686274509804],[104.901960784314,137.254901960784,128.43137254902],[79.4117647058823,113.725490196078,119.607843137255],[109.803921568627,142.156862745098,150.980392156863],[153.921568627451,174.509803921569,175.490196078431],[141.176470588235,159.803921568627,155.882352941176],[184.313725490196,204.901960784314,200],[194.117647058824,218.627450980392,212.745098039216],[111.764705882353,140.196078431373,136.274509803922],[111.764705882353,145.098039215686,144.117647058824],[111.764705882353,151.960784313725,153.921568627451],[111.764705882353,159.803921568627,166.666666666667],[78.4313725490196,130.392156862745,144.117647058824],[72.5490196078431,127.450980392157,144.117647058824],[87.2549019607843,142.156862745098,158.823529411765],[98.0392156862745,148.039215686275,164.705882352941],[107.843137254902,150.980392156863,163.725490196078],[139.21568627451,176.470588235294,185.294117647059],[148.039215686275,180.392156862745,185.294117647059],[111.764705882353,146.078431372549,148.039215686275],[127.450980392157,170.588235294118,173.529411764706],[138.235294117647,185.294117647059,187.254901960784],[107.843137254902,150.980392156863,153.921568627451],[103.921568627451,143.137254901961,145.098039215686],[90.1960784313725,127.450980392157,128.43137254902],[96.078431372549,131.372549019608,129.411764705882],[71.5686274509804,105.882352941176,99.0196078431373],[85.2941176470588,120.588235294118,106.862745098039],[81.3725490196078,118.627450980392,96.078431372549],[72.5490196078431,105.882352941176,79.4117647058823],[106.862745098039,137.254901960784,106.862745098039],[128.43137254902,150.980392156863,122.549019607843],[122.549019607843,136.274509803922,111.764705882353],[93.1372549019608,100.980392156863,78.4313725490196],[100,100.980392156863,83.3333333333333],[63.7254901960784,62.7450980392157,45.0980392156863],[82.3529411764706,79.4117647058823,62.7450980392157],[135.294117647059,130.392156862745,108.823529411765],[56.8627450980392,51.9607843137255,14.7058823529412],[41.1764705882353,39.2156862745098,0],[69.6078431372549,71.5686274509804,23.5294117647059],[125.490196078431,132.352941176471,92.156862745098],[98.0392156862745,112.745098039216,92.156862745098],[73.5294117647059,96.078431372549,76.4705882352941],[111.764705882353,141.176470588235,107.843137254902],[66.6666666666667,97.0588235294118,55.8823529411765],[58.8235294117647,87.2549019607843,42.156862745098],[105.882352941176,135.294117647059,86.2745098039216],[104.901960784314,136.274509803922,87.2549019607843],[101.960784313725,137.254901960784,90.1960784313725],[166.666666666667,207.843137254902,168.627450980392],[137.254901960784,177.450980392157,136.274509803922],[109.803921568627,144.117647058824,87.2549019607843],[112.745098039216,141.176470588235,78.4313725490196],[116.666666666667,142.156862745098,78.4313725490196],[139.21568627451,160.78431372549,100],[128.43137254902,148.039215686275,90.1960784313725],[73.5294117647059,88.2352941176471,34.3137254901961],[64.7058823529412,78.4313725490196,28.4313725490196],[39.2156862745098,51.9607843137255,6.86274509803922],[26.4705882352941,39.2156862745098,0],[57.843137254902,70.5882352941177,27.4509803921569],[14.7058823529412,28.4313725490196,0],[133.333333333333,146.078431372549,93.1372549019608],[164.705882352941,176.470588235294,113.725490196078],[176.470588235294,188.235294117647,115.686274509804],[170.588235294118,182.352941176471,101.960784313725],[114.705882352941,117.647058823529,40.1960784313726],[160.78431372549,150.980392156863,90.1960784313725],[124.509803921569,112.745098039216,55.8823529411765],[140.196078431373,132.352941176471,70.5882352941177],[113.725490196078,105.882352941176,42.156862745098],[114.705882352941,99.0196078431373,38.2352941176471],[162.745098039216,142.156862745098,88.2352941176471],[113.725490196078,90.1960784313725,45.0980392156863],[44.1176470588235,20.5882352941176,0],[23.5294117647059,7.84313725490196,0],[11.7647058823529,0,0],[14.7058823529412,0,0],[24.5098039215686,7.84313725490196,13.7254901960784],[22.5490196078431,5.88235294117647,11.7647058823529],[7.84313725490196,0,0],[11.7647058823529,7.84313725490196,4.90196078431373],[1.96078431372549,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[16.6666666666667,12.7450980392157,9.80392156862745],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,1.96078431372549],[32.3529411764706,24.5098039215686,21.5686274509804],[23.5294117647059,13.7254901960784,11.7647058823529],[29.4117647058824,18.6274509803922,16.6666666666667],[22.5490196078431,11.7647058823529,7.84313725490196],[11.7647058823529,0.980392156862745,0],[19.6078431372549,8.82352941176471,2.94117647058824],[25.4901960784314,14.7058823529412,8.82352941176471],[24.5098039215686,13.7254901960784,7.84313725490196],[13.7254901960784,0.980392156862745,0],[9.80392156862745,0,0],[14.7058823529412,3.92156862745098,0],[21.5686274509804,10.7843137254902,4.90196078431373],[20.5882352941176,9.80392156862745,3.92156862745098],[26.4705882352941,17.6470588235294,10.7843137254902],[32.3529411764706,23.5294117647059,18.6274509803922],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,6.86274509803922,0.980392156862745],[22.5490196078431,7.84313725490196,0.980392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[10.7843137254902,0,0],[60.7843137254902,47.0588235294118,34.3137254901961],[35.2941176470588,22.5490196078431,6.86274509803922],[26.4705882352941,13.7254901960784,0],[47.0588235294118,34.3137254901961,17.6470588235294],[34.3137254901961,22.5490196078431,6.86274509803922],[14.7058823529412,5.88235294117647,0],[24.5098039215686,16.6666666666667,3.92156862745098],[8.82352941176471,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[16.6666666666667,16.6666666666667,8.82352941176471],[7.84313725490196,7.84313725490196,0],[21.5686274509804,22.5490196078431,6.86274509803922],[49.0196078431373,47.0588235294118,24.5098039215686],[73.5294117647059,62.7450980392157,33.3333333333333],[94.1176470588235,76.4705882352941,41.1764705882353],[107.843137254902,86.2745098039216,48.0392156862745],[126.470588235294,104.901960784314,64.7058823529412],[125.490196078431,107.843137254902,70.5882352941177],[138.235294117647,125.490196078431,84.3137254901961],[201.960784313725,194.117647058824,146.078431372549],[150.980392156863,144.117647058824,90.1960784313725],[139.21568627451,129.411764705882,71.5686274509804],[146.078431372549,131.372549019608,75.4901960784314],[73.5294117647059,53.921568627451,4.90196078431373],[82.3529411764706,59.8039215686275,16.6666666666667],[111.764705882353,91.1764705882353,49.0196078431373],[143.137254901961,124.509803921569,82.3529411764706],[209.803921568627,196.078431372549,148.039215686275],[125.490196078431,118.627450980392,65.6862745098039],[104.901960784314,104.901960784314,51.9607843137255],[100.980392156863,103.921568627451,50],[116.666666666667,115.686274509804,62.7450980392157],[178.43137254902,176.470588235294,128.43137254902],[106.862745098039,112.745098039216,67.6470588235294],[127.450980392157,136.274509803922,94.1176470588235],[215.686274509804,223.529411764706,183.333333333333],[160.78431372549,166.666666666667,131.372549019608],[205.882352941176,204.901960784314,175.490196078431],[237.254901960784,239.21568627451,215.686274509804],[209.803921568627,222.549019607843,202.941176470588],[214.705882352941,231.372549019608,212.745098039216],[221.56862745098,234.313725490196,214.705882352941],[210.78431372549,219.607843137255,193.137254901961],[191.176470588235,195.098039215686,158.823529411765],[176.470588235294,182.352941176471,145.098039215686],[169.607843137255,185.294117647059,158.823529411765],[144.117647058824,171.56862745098,149.019607843137],[123.529411764706,160.78431372549,138.235294117647],[126.470588235294,170.588235294118,150.980392156863],[166.666666666667,217.647058823529,204.901960784314],[152.941176470588,199.019607843137,193.137254901961],[140.196078431373,173.529411764706,174.509803921569],[145.098039215686,168.627450980392,170.588235294118],[141.176470588235,161.764705882353,156.862745098039],[195.098039215686,224.509803921569,216.666666666667],[144.117647058824,193.137254901961,184.313725490196],[88.2352941176471,147.058823529412,137.254901960784],[99.0196078431373,157.843137254902,148.039215686275],[100,158.823529411765,149.019607843137],[100,155.882352941176,150],[87.2549019607843,141.176470588235,138.235294117647],[122.549019607843,171.56862745098,168.627450980392],[94.1176470588235,139.21568627451,137.254901960784],[119.607843137255,160.78431372549,159.803921568627],[117.647058823529,162.745098039216,159.803921568627],[89.2156862745098,145.098039215686,136.274509803922],[88.2352941176471,140.196078431373,132.352941176471],[118.627450980392,152.941176470588,149.019607843137],[145.098039215686,169.607843137255,166.666666666667],[148.039215686275,172.549019607843,168.627450980392],[155.882352941176,180.392156862745,176.470588235294],[161.764705882353,182.352941176471,177.450980392157],[145.098039215686,165.686274509804,158.823529411765],[150,175.490196078431,166.666666666667],[130.392156862745,152.941176470588,145.098039215686],[141.176470588235,152.941176470588,150.980392156863],[163.725490196078,172.549019607843,169.607843137255],[173.529411764706,189.21568627451,178.43137254902],[198.039215686275,214.705882352941,197.058823529412],[198.039215686275,209.803921568627,186.274509803922],[195.098039215686,200,170.588235294118],[194.117647058824,188.235294117647,154.901960784314],[190.196078431373,180.392156862745,145.098039215686],[229.411764705882,224.509803921569,185.294117647059],[208.823529411765,209.803921568627,170.588235294118],[189.21568627451,197.058823529412,158.823529411765],[176.470588235294,186.274509803922,151.960784313725],[113.725490196078,119.607843137255,92.156862745098],[154.901960784314,162.745098039216,139.21568627451],[177.450980392157,191.176470588235,168.627450980392],[141.176470588235,152.941176470588,133.333333333333],[123.529411764706,124.509803921569,108.823529411765],[174.509803921569,165.686274509804,156.862745098039],[158.823529411765,140.196078431373,142.156862745098],[138.235294117647,117.647058823529,122.549019607843],[184.313725490196,170.588235294118,170.588235294118],[177.450980392157,169.607843137255,166.666666666667],[166.666666666667,167.647058823529,159.803921568627],[149.019607843137,150,142.156862745098],[181.372549019608,181.372549019608,173.529411764706],[143.137254901961,144.117647058824,138.235294117647],[150.980392156863,162.745098039216,152.941176470588],[152.941176470588,174.509803921569,162.745098039216],[156.862745098039,189.21568627451,180.392156862745],[110.78431372549,150,141.176470588235],[104.901960784314,144.117647058824,136.274509803922],[121.56862745098,152.941176470588,148.039215686275],[174.509803921569,199.019607843137,196.078431372549],[170.588235294118,192.156862745098,190.196078431373],[164.705882352941,188.235294117647,188.235294117647],[160.78431372549,188.235294117647,189.21568627451],[113.725490196078,147.058823529412,149.019607843137],[113.725490196078,151.960784313725,156.862745098039],[117.647058823529,159.803921568627,165.686274509804],[110.78431372549,158.823529411765,163.725490196078],[111.764705882353,160.78431372549,169.607843137255],[100,151.960784313725,159.803921568627],[117.647058823529,166.666666666667,175.490196078431],[111.764705882353,157.843137254902,167.647058823529],[130.392156862745,171.56862745098,183.333333333333],[187.254901960784,222.549019607843,236.274509803922],[150.980392156863,182.352941176471,195.098039215686],[115.686274509804,151.960784313725,160.78431372549],[130.392156862745,179.411764705882,178.43137254902],[119.607843137255,170.588235294118,166.666666666667],[123.529411764706,170.588235294118,170.588235294118],[108.823529411765,149.019607843137,152.941176470588],[82.3529411764706,116.666666666667,122.549019607843],[94.1176470588235,127.450980392157,129.411764705882],[102.941176470588,134.313725490196,129.411764705882],[72.5490196078431,102.941176470588,85.2941176470588],[69.6078431372549,98.0392156862745,67.6470588235294],[111.764705882353,138.235294117647,98.0392156862745],[137.254901960784,155.882352941176,111.764705882353],[134.313725490196,147.058823529412,104.901960784314],[100,106.862745098039,73.5294117647059],[82.3529411764706,86.2745098039216,61.7647058823529],[60.7843137254902,61.7647058823529,44.1176470588235],[78.4313725490196,76.4705882352941,61.7647058823529],[67.6470588235294,64.7058823529412,48.0392156862745],[85.2941176470588,80.3921568627451,58.8235294117647],[116.666666666667,111.764705882353,82.3529411764706],[62.7450980392157,58.8235294117647,24.5098039215686],[49.0196078431373,49.0196078431373,13.7254901960784],[61.7647058823529,69.6078431372549,31.3725490196078],[57.843137254902,74.5098039215686,33.3333333333333],[44.1176470588235,66.6666666666667,23.5294117647059],[95.0980392156863,121.56862745098,77.4509803921569],[111.764705882353,140.196078431373,93.1372549019608],[150,178.43137254902,123.529411764706],[148.039215686275,176.470588235294,121.56862745098],[78.4313725490196,105.882352941176,55.8823529411765],[124.509803921569,155.882352941176,106.862745098039],[155.882352941176,193.137254901961,143.137254901961],[120.588235294118,156.862745098039,106.862745098039],[73.5294117647059,99.0196078431373,51.9607843137255],[56.8627450980392,76.4705882352941,26.4705882352941],[68.6274509803922,86.2745098039216,35.2941176470588],[96.078431372549,112.745098039216,59.8039215686275],[79.4117647058823,94.1176470588235,40.1960784313726],[70.5882352941177,85.2941176470588,31.3725490196078],[79.4117647058823,94.1176470588235,40.1960784313726],[50,66.6666666666667,13.7254901960784],[44.1176470588235,60.7843137254902,7.84313725490196],[121.56862745098,138.235294117647,85.2941176470588],[62.7450980392157,77.4509803921569,21.5686274509804],[170.588235294118,181.372549019608,122.549019607843],[166.666666666667,175.490196078431,111.764705882353],[141.176470588235,147.058823529412,78.4313725490196],[235.294117647059,237.254901960784,165.686274509804],[198.039215686275,195.098039215686,125.490196078431],[160.78431372549,152.941176470588,92.156862745098],[90.1960784313725,80.3921568627451,20.5882352941176],[90.1960784313725,82.3529411764706,20.5882352941176],[107.843137254902,100,36.2745098039216],[71.5686274509804,61.7647058823529,0.980392156862745],[64.7058823529412,52.9411764705882,0],[63.7254901960784,47.0588235294118,1.96078431372549],[64.7058823529412,49.0196078431373,15.6862745098039],[32.3529411764706,17.6470588235294,0],[29.4117647058824,15.6862745098039,6.86274509803922],[9.80392156862745,0,0],[32.3529411764706,20.5882352941176,24.5098039215686],[20.5882352941176,8.82352941176471,12.7450980392157],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,4.90196078431373,1.96078431372549],[14.7058823529412,9.80392156862745,6.86274509803922],[12.7450980392157,7.84313725490196,4.90196078431373],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,7.84313725490196,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,1.96078431372549],[6.86274509803922,5.88235294117647,0.980392156862745],[18.6274509803922,15.6862745098039,8.82352941176471],[28.4313725490196,21.5686274509804,15.6862745098039],[10.7843137254902,0,0],[23.5294117647059,12.7450980392157,8.82352941176471],[46.078431372549,35.2941176470588,31.3725490196078],[46.078431372549,35.2941176470588,31.3725490196078],[32.3529411764706,21.5686274509804,15.6862745098039],[24.5098039215686,13.7254901960784,7.84313725490196],[35.2941176470588,24.5098039215686,18.6274509803922],[28.4313725490196,17.6470588235294,11.7647058823529],[15.6862745098039,4.90196078431373,0],[13.7254901960784,2.94117647058824,0],[23.5294117647059,14.7058823529412,9.80392156862745],[23.5294117647059,14.7058823529412,9.80392156862745],[15.6862745098039,8.82352941176471,2.94117647058824],[15.6862745098039,8.82352941176471,2.94117647058824],[13.7254901960784,3.92156862745098,1.96078431372549],[23.5294117647059,9.80392156862745,8.82352941176471],[25.4901960784314,10.7843137254902,7.84313725490196],[25.4901960784314,10.7843137254902,3.92156862745098],[19.6078431372549,5.88235294117647,0],[32.3529411764706,19.6078431372549,2.94117647058824],[88.2352941176471,76.4705882352941,54.9019607843137],[62.7450980392157,50.9803921568627,29.4117647058824],[39.2156862745098,28.4313725490196,6.86274509803922],[48.0392156862745,40.1960784313726,21.5686274509804],[33.3333333333333,26.4705882352941,10.7843137254902],[7.84313725490196,0.980392156862745,0],[18.6274509803922,13.7254901960784,7.84313725490196],[23.5294117647059,20.5882352941176,15.6862745098039],[10.7843137254902,9.80392156862745,5.88235294117647],[17.6470588235294,18.6274509803922,13.7254901960784],[33.3333333333333,34.3137254901961,26.4705882352941],[17.6470588235294,15.6862745098039,0.980392156862745],[39.2156862745098,33.3333333333333,11.7647058823529],[84.3137254901961,68.6274509803922,43.1372549019608],[100.980392156863,80.3921568627451,50],[107.843137254902,85.2941176470588,51.9607843137255],[139.21568627451,116.666666666667,83.3333333333333],[137.254901960784,121.56862745098,86.2745098039216],[96.078431372549,84.3137254901961,45.0980392156863],[149.019607843137,138.235294117647,93.1372549019608],[229.411764705882,217.647058823529,166.666666666667],[108.823529411765,93.1372549019608,35.2941176470588],[120.588235294118,100.980392156863,43.1372549019608],[180.392156862745,158.823529411765,102.941176470588],[170.588235294118,149.019607843137,100],[139.21568627451,120.588235294118,79.4117647058823],[149.019607843137,134.313725490196,94.1176470588235],[174.509803921569,163.725490196078,119.607843137255],[187.254901960784,185.294117647059,138.235294117647],[132.352941176471,139.21568627451,89.2156862745098],[107.843137254902,115.686274509804,67.6470588235294],[116.666666666667,117.647058823529,74.5098039215686],[196.078431372549,197.058823529412,155.882352941176],[119.607843137255,127.450980392157,87.2549019607843],[110.78431372549,122.549019607843,83.3333333333333],[153.921568627451,165.686274509804,130.392156862745],[142.156862745098,149.019607843137,118.627450980392],[204.901960784314,206.862745098039,183.333333333333],[234.313725490196,239.21568627451,217.647058823529],[197.058823529412,214.705882352941,193.137254901961],[207.843137254902,229.411764705882,208.823529411765],[208.823529411765,225.490196078431,207.843137254902],[153.921568627451,165.686274509804,142.156862745098],[189.21568627451,197.058823529412,156.862745098039],[244.117647058824,250,211.764705882353],[228.43137254902,244.117647058824,215.686274509804],[193.137254901961,216.666666666667,195.098039215686],[173.529411764706,204.901960784314,182.352941176471],[154.901960784314,193.137254901961,174.509803921569],[137.254901960784,183.333333333333,173.529411764706],[163.725490196078,207.843137254902,204.901960784314],[129.411764705882,158.823529411765,160.78431372549],[151.960784313725,172.549019607843,173.529411764706],[163.725490196078,182.352941176471,176.470588235294],[183.333333333333,212.745098039216,204.901960784314],[144.117647058824,196.078431372549,190.196078431373],[96.078431372549,157.843137254902,150],[96.078431372549,151.960784313725,145.098039215686],[87.2549019607843,145.098039215686,139.21568627451],[90.1960784313725,152.941176470588,151.960784313725],[106.862745098039,169.607843137255,169.607843137255],[104.901960784314,159.803921568627,158.823529411765],[106.862745098039,153.921568627451,153.921568627451],[134.313725490196,172.549019607843,171.56862745098],[129.411764705882,170.588235294118,166.666666666667],[93.1372549019608,149.019607843137,140.196078431373],[118.627450980392,175.490196078431,163.725490196078],[135.294117647059,176.470588235294,172.549019607843],[153.921568627451,187.254901960784,186.274509803922],[124.509803921569,157.843137254902,156.862745098039],[117.647058823529,147.058823529412,147.058823529412],[120.588235294118,140.196078431373,141.176470588235],[145.098039215686,164.705882352941,162.745098039216],[128.43137254902,154.901960784314,148.039215686275],[120.588235294118,143.137254901961,137.254901960784],[154.901960784314,164.705882352941,163.725490196078],[135.294117647059,144.117647058824,141.176470588235],[141.176470588235,160.78431372549,150],[133.333333333333,153.921568627451,137.254901960784],[186.274509803922,200,177.450980392157],[223.529411764706,229.411764705882,203.921568627451],[218.627450980392,214.705882352941,186.274509803922],[226.470588235294,220.588235294118,189.21568627451],[229.411764705882,229.411764705882,196.078431372549],[200.980392156863,204.901960784314,170.588235294118],[200.980392156863,205.882352941176,174.509803921569],[167.647058823529,173.529411764706,146.078431372549],[176.470588235294,181.372549019608,158.823529411765],[144.117647058824,152.941176470588,134.313725490196],[146.078431372549,164.705882352941,146.078431372549],[135.294117647059,151.960784313725,134.313725490196],[132.352941176471,139.21568627451,123.529411764706],[150.980392156863,147.058823529412,136.274509803922],[156.862745098039,141.176470588235,141.176470588235],[167.647058823529,149.019607843137,150.980392156863],[173.529411764706,161.764705882353,161.764705882353],[171.56862745098,164.705882352941,158.823529411765],[181.372549019608,179.411764705882,166.666666666667],[150.980392156863,150,132.352941176471],[201.960784313725,196.078431372549,182.352941176471],[180.392156862745,178.43137254902,166.666666666667],[122.549019607843,128.43137254902,124.509803921569],[152.941176470588,171.56862745098,167.647058823529],[131.372549019608,161.764705882353,156.862745098039],[111.764705882353,146.078431372549,139.21568627451],[159.803921568627,193.137254901961,179.411764705882],[151.960784313725,179.411764705882,167.647058823529],[204.901960784314,226.470588235294,223.529411764706],[212.745098039216,232.352941176471,233.333333333333],[171.56862745098,195.098039215686,197.058823529412],[139.21568627451,166.666666666667,170.588235294118],[138.235294117647,170.588235294118,177.450980392157],[128.43137254902,166.666666666667,173.529411764706],[126.470588235294,168.627450980392,175.490196078431],[112.745098039216,158.823529411765,164.705882352941],[107.843137254902,155.882352941176,159.803921568627],[113.725490196078,161.764705882353,165.686274509804],[122.549019607843,169.607843137255,173.529411764706],[125.490196078431,169.607843137255,174.509803921569],[133.333333333333,172.549019607843,180.392156862745],[155.882352941176,191.176470588235,202.941176470588],[134.313725490196,166.666666666667,181.372549019608],[123.529411764706,158.823529411765,170.588235294118],[111.764705882353,155.882352941176,160.78431372549],[106.862745098039,153.921568627451,155.882352941176],[101.960784313725,146.078431372549,150.980392156863],[87.2549019607843,127.450980392157,133.333333333333],[75.4901960784314,109.803921568627,115.686274509804],[85.2941176470588,113.725490196078,117.647058823529],[91.1764705882353,117.647058823529,112.745098039216],[80.3921568627451,102.941176470588,87.2549019607843],[82.3529411764706,101.960784313725,75.4901960784314],[121.56862745098,138.235294117647,102.941176470588],[124.509803921569,139.21568627451,100.980392156863],[123.529411764706,133.333333333333,97.0588235294118],[163.725490196078,170.588235294118,138.235294117647],[97.0588235294118,100.980392156863,76.4705882352941],[53.921568627451,54.9019607843137,37.2549019607843],[59.8039215686275,61.7647058823529,48.0392156862745],[63.7254901960784,67.6470588235294,50.9803921568627],[46.078431372549,49.0196078431373,30.3921568627451],[100,98.0392156862745,75.4901960784314],[57.843137254902,53.921568627451,29.4117647058824],[15.6862745098039,13.7254901960784,0],[28.4313725490196,33.3333333333333,3.92156862745098],[47.0588235294118,63.7254901960784,19.6078431372549],[113.725490196078,137.254901960784,86.2745098039216],[169.607843137255,196.078431372549,151.960784313725],[88.2352941176471,113.725490196078,67.6470588235294],[100.980392156863,123.529411764706,70.5882352941177],[110.78431372549,131.372549019608,76.4705882352941],[91.1764705882353,112.745098039216,66.6666666666667],[81.3725490196078,108.823529411765,61.7647058823529],[150.980392156863,187.254901960784,136.274509803922],[148.039215686275,184.313725490196,133.333333333333],[49.0196078431373,74.5098039215686,28.4313725490196],[90.1960784313725,107.843137254902,66.6666666666667],[93.1372549019608,107.843137254902,65.6862745098039],[74.5098039215686,87.2549019607843,44.1176470588235],[93.1372549019608,104.901960784314,59.8039215686275],[97.0588235294118,108.823529411765,61.7647058823529],[178.43137254902,191.176470588235,139.21568627451],[183.333333333333,196.078431372549,143.137254901961],[154.901960784314,169.607843137255,111.764705882353],[187.254901960784,202.941176470588,142.156862745098],[113.725490196078,128.43137254902,64.7058823529412],[107.843137254902,120.588235294118,52.9411764705882],[110.78431372549,120.588235294118,52.9411764705882],[120.588235294118,126.470588235294,55.8823529411765],[157.843137254902,159.803921568627,88.2352941176471],[183.333333333333,183.333333333333,114.705882352941],[187.254901960784,183.333333333333,120.588235294118],[131.372549019608,125.490196078431,64.7058823529412],[72.5490196078431,67.6470588235294,4.90196078431373],[73.5294117647059,68.6274509803922,3.92156862745098],[96.078431372549,88.2352941176471,26.4705882352941],[100,91.1764705882353,33.3333333333333],[138.235294117647,126.470588235294,79.4117647058823],[67.6470588235294,54.9019607843137,20.5882352941176],[38.2352941176471,23.5294117647059,2.94117647058824],[30.3921568627451,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,7.84313725490196],[24.5098039215686,12.7450980392157,16.6666666666667],[13.7254901960784,2.94117647058824,6.86274509803922],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[14.7058823529412,9.80392156862745,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[13.7254901960784,7.84313725490196,7.84313725490196],[27.4509803921569,21.5686274509804,21.5686274509804],[27.4509803921569,21.5686274509804,21.5686274509804],[13.7254901960784,7.84313725490196,7.84313725490196],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,3.92156862745098],[6.86274509803922,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[4.90196078431373,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[9.80392156862745,4.90196078431373,0.980392156862745],[6.86274509803922,1.96078431372549,0],[16.6666666666667,11.7647058823529,5.88235294117647],[25.4901960784314,20.5882352941176,14.7058823529412],[36.2745098039216,29.4117647058824,23.5294117647059],[30.3921568627451,19.6078431372549,15.6862745098039],[15.6862745098039,1.96078431372549,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[22.5490196078431,7.84313725490196,2.94117647058824],[25.4901960784314,10.7843137254902,3.92156862745098],[21.5686274509804,6.86274509803922,0],[28.4313725490196,13.7254901960784,6.86274509803922],[21.5686274509804,7.84313725490196,0],[9.80392156862745,0,0],[13.7254901960784,0.980392156862745,0],[36.2745098039216,26.4705882352941,16.6666666666667],[37.2549019607843,27.4509803921569,17.6470588235294],[21.5686274509804,13.7254901960784,2.94117647058824],[18.6274509803922,10.7843137254902,0],[11.7647058823529,2.94117647058824,0],[36.2745098039216,22.5490196078431,19.6078431372549],[47.0588235294118,33.3333333333333,30.3921568627451],[27.4509803921569,14.7058823529412,5.88235294117647],[80.3921568627451,68.6274509803922,52.9411764705882],[88.2352941176471,76.4705882352941,54.9019607843137],[73.5294117647059,61.7647058823529,36.2745098039216],[64.7058823529412,55.8823529411765,27.4509803921569],[27.4509803921569,17.6470588235294,0],[50,42.156862745098,19.6078431372549],[77.4509803921569,70.5882352941177,52.9411764705882],[15.6862745098039,9.80392156862745,0],[12.7450980392157,7.84313725490196,1.96078431372549],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,10.7843137254902,14.7058823529412],[31.3725490196078,28.4313725490196,35.2941176470588],[47.0588235294118,43.1372549019608,44.1176470588235],[41.1764705882353,33.3333333333333,20.5882352941176],[46.078431372549,31.3725490196078,12.7450980392157],[60.7843137254902,36.2745098039216,16.6666666666667],[92.156862745098,62.7450980392157,39.2156862745098],[117.647058823529,87.2549019607843,59.8039215686275],[105.882352941176,76.4705882352941,43.1372549019608],[94.1176470588235,71.5686274509804,31.3725490196078],[109.803921568627,91.1764705882353,50],[128.43137254902,110.78431372549,71.5686274509804],[203.921568627451,185.294117647059,143.137254901961],[134.313725490196,112.745098039216,64.7058823529412],[56.8627450980392,34.3137254901961,0],[156.862745098039,135.294117647059,78.4313725490196],[159.803921568627,140.196078431373,88.2352941176471],[153.921568627451,138.235294117647,102.941176470588],[153.921568627451,143.137254901961,115.686274509804],[142.156862745098,137.254901960784,107.843137254902],[146.078431372549,147.058823529412,115.686274509804],[130.392156862745,137.254901960784,103.921568627451],[124.509803921569,131.372549019608,98.0392156862745],[169.607843137255,170.588235294118,139.21568627451],[171.56862745098,172.549019607843,141.176470588235],[97.0588235294118,100.980392156863,68.6274509803922],[128.43137254902,134.313725490196,100.980392156863],[99.0196078431373,104.901960784314,71.5686274509804],[191.176470588235,194.117647058824,163.725490196078],[241.176470588235,242.156862745098,211.764705882353],[220.588235294118,225.490196078431,196.078431372549],[188.235294117647,204.901960784314,173.529411764706],[157.843137254902,181.372549019608,150],[161.764705882353,185.294117647059,153.921568627451],[210.78431372549,231.372549019608,199.019607843137],[211.764705882353,232.352941176471,194.117647058824],[218.627450980392,238.235294117647,203.921568627451],[231.372549019608,250,233.333333333333],[151.960784313725,175.490196078431,159.803921568627],[130.392156862745,154.901960784314,136.274509803922],[158.823529411765,186.274509803922,171.56862745098],[135.294117647059,172.549019607843,161.764705882353],[175.490196078431,211.764705882353,204.901960784314],[150.980392156863,181.372549019608,176.470588235294],[126.470588235294,152.941176470588,146.078431372549],[145.098039215686,170.588235294118,157.843137254902],[178.43137254902,211.764705882353,198.039215686275],[116.666666666667,166.666666666667,161.764705882353],[88.2352941176471,143.137254901961,140.196078431373],[100,149.019607843137,146.078431372549],[100,150.980392156863,149.019607843137],[92.156862745098,151.960784313725,152.941176470588],[100,162.745098039216,164.705882352941],[84.3137254901961,143.137254901961,143.137254901961],[107.843137254902,156.862745098039,157.843137254902],[132.352941176471,164.705882352941,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[128.43137254902,167.647058823529,167.647058823529],[142.156862745098,190.196078431373,187.254901960784],[160.78431372549,211.764705882353,209.803921568627],[147.058823529412,198.039215686275,196.078431372549],[139.21568627451,186.274509803922,186.274509803922],[117.647058823529,154.901960784314,155.882352941176],[154.901960784314,175.490196078431,180.392156862745],[151.960784313725,169.607843137255,171.56862745098],[139.21568627451,163.725490196078,160.78431372549],[138.235294117647,162.745098039216,159.803921568627],[130.392156862745,146.078431372549,146.078431372549],[123.529411764706,137.254901960784,137.254901960784],[149.019607843137,165.686274509804,159.803921568627],[170.588235294118,186.274509803922,175.490196078431],[218.627450980392,227.450980392157,210.78431372549],[243.137254901961,246.078431372549,225.490196078431],[215.686274509804,215.686274509804,192.156862745098],[238.235294117647,238.235294117647,210.78431372549],[215.686274509804,222.549019607843,192.156862745098],[209.803921568627,216.666666666667,186.274509803922],[193.137254901961,196.078431372549,169.607843137255],[162.745098039216,161.764705882353,141.176470588235],[184.313725490196,183.333333333333,165.686274509804],[171.56862745098,178.43137254902,162.745098039216],[150.980392156863,171.56862745098,154.901960784314],[171.56862745098,198.039215686275,179.411764705882],[147.058823529412,167.647058823529,150.980392156863],[147.058823529412,160.78431372549,148.039215686275],[158.823529411765,163.725490196078,157.843137254902],[153.921568627451,153.921568627451,151.960784313725],[125.490196078431,125.490196078431,123.529411764706],[132.352941176471,133.333333333333,127.450980392157],[149.019607843137,150.980392156863,138.235294117647],[173.529411764706,174.509803921569,158.823529411765],[146.078431372549,143.137254901961,128.43137254902],[240.196078431373,236.274509803922,225.490196078431],[180.392156862745,181.372549019608,176.470588235294],[141.176470588235,150,149.019607843137],[168.627450980392,184.313725490196,181.372549019608],[174.509803921569,195.098039215686,190.196078431373],[167.647058823529,187.254901960784,176.470588235294],[207.843137254902,224.509803921569,216.666666666667],[206.862745098039,220.588235294118,220.588235294118],[183.333333333333,196.078431372549,201.960784313725],[188.235294117647,204.901960784314,211.764705882353],[162.745098039216,185.294117647059,193.137254901961],[160.78431372549,189.21568627451,197.058823529412],[135.294117647059,168.627450980392,177.450980392157],[122.549019607843,160.78431372549,167.647058823529],[127.450980392157,169.607843137255,175.490196078431],[101.960784313725,146.078431372549,149.019607843137],[122.549019607843,169.607843137255,171.56862745098],[122.549019607843,167.647058823529,167.647058823529],[134.313725490196,177.450980392157,178.43137254902],[141.176470588235,181.372549019608,185.294117647059],[145.098039215686,181.372549019608,189.21568627451],[136.274509803922,169.607843137255,178.43137254902],[142.156862745098,173.529411764706,186.274509803922],[106.862745098039,137.254901960784,154.901960784314],[104.901960784314,135.294117647059,154.901960784314],[98.0392156862745,133.333333333333,149.019607843137],[90.1960784313725,125.490196078431,137.254901960784],[84.3137254901961,117.647058823529,119.607843137255],[89.2156862745098,114.705882352941,111.764705882353],[95.0980392156863,111.764705882353,105.882352941176],[95.0980392156863,105.882352941176,98.0392156862745],[76.4705882352941,83.3333333333333,76.4705882352941],[93.1372549019608,100,92.156862745098],[56.8627450980392,68.6274509803922,54.9019607843137],[74.5098039215686,87.2549019607843,69.6078431372549],[93.1372549019608,104.901960784314,83.3333333333333],[73.5294117647059,81.3725490196078,60.7843137254902],[82.3529411764706,83.3333333333333,67.6470588235294],[82.3529411764706,86.2745098039216,72.5490196078431],[33.3333333333333,53.921568627451,39.2156862745098],[12.7450980392157,33.3333333333333,16.6666666666667],[48.0392156862745,51.9607843137255,35.2941176470588],[44.1176470588235,41.1764705882353,24.5098039215686],[31.3725490196078,25.4901960784314,13.7254901960784],[44.1176470588235,43.1372549019608,25.4901960784314],[36.2745098039216,51.9607843137255,16.6666666666667],[95.0980392156863,116.666666666667,78.4313725490196],[136.274509803922,156.862745098039,124.509803921569],[81.3725490196078,98.0392156862745,64.7058823529412],[112.745098039216,123.529411764706,82.3529411764706],[105.882352941176,112.745098039216,71.5686274509804],[84.3137254901961,94.1176470588235,57.843137254902],[74.5098039215686,95.0980392156863,56.8627450980392],[156.862745098039,194.117647058824,146.078431372549],[116.666666666667,158.823529411765,106.862745098039],[100.980392156863,132.352941176471,86.2745098039216],[98.0392156862745,120.588235294118,79.4117647058823],[79.4117647058823,97.0588235294118,59.8039215686275],[35.2941176470588,46.078431372549,12.7450980392157],[71.5686274509804,78.4313725490196,46.078431372549],[111.764705882353,115.686274509804,81.3725490196078],[100.980392156863,102.941176470588,63.7254901960784],[115.686274509804,119.607843137255,70.5882352941177],[111.764705882353,119.607843137255,61.7647058823529],[136.274509803922,145.098039215686,79.4117647058823],[116.666666666667,128.43137254902,53.921568627451],[171.56862745098,184.313725490196,105.882352941176],[128.43137254902,141.176470588235,62.7450980392157],[139.21568627451,151.960784313725,73.5294117647059],[177.450980392157,190.196078431373,112.745098039216],[168.627450980392,176.470588235294,104.901960784314],[180.392156862745,183.333333333333,117.647058823529],[135.294117647059,134.313725490196,71.5686274509804],[108.823529411765,107.843137254902,44.1176470588235],[136.274509803922,133.333333333333,67.6470588235294],[139.21568627451,134.313725490196,71.5686274509804],[155.882352941176,145.098039215686,90.1960784313725],[115.686274509804,101.960784313725,57.843137254902],[76.4705882352941,60.7843137254902,27.4509803921569],[39.2156862745098,21.5686274509804,1.96078431372549],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,14.7058823529412,15.6862745098039],[12.7450980392157,0,2.94117647058824],[12.7450980392157,1.96078431372549,5.88235294117647],[10.7843137254902,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0]],[[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,4.90196078431373],[11.7647058823529,6.86274509803922,0.980392156862745],[7.84313725490196,2.94117647058824,0],[24.5098039215686,17.6470588235294,9.80392156862745],[38.2352941176471,31.3725490196078,23.5294117647059],[37.2549019607843,28.4313725490196,19.6078431372549],[16.6666666666667,3.92156862745098,0],[18.6274509803922,3.92156862745098,0],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[22.5490196078431,5.88235294117647,0],[33.3333333333333,16.6666666666667,8.82352941176471],[21.5686274509804,4.90196078431373,0],[14.7058823529412,0,0],[41.1764705882353,25.4901960784314,12.7450980392157],[50,36.2745098039216,23.5294117647059],[21.5686274509804,8.82352941176471,0],[22.5490196078431,10.7843137254902,0],[48.0392156862745,36.2745098039216,20.5882352941176],[27.4509803921569,18.6274509803922,1.96078431372549],[7.84313725490196,0,0],[10.7843137254902,1.96078431372549,0],[17.6470588235294,7.84313725490196,0],[33.3333333333333,20.5882352941176,11.7647058823529],[36.2745098039216,24.5098039215686,10.7843137254902],[68.6274509803922,57.843137254902,40.1960784313726],[94.1176470588235,83.3333333333333,61.7647058823529],[52.9411764705882,41.1764705882353,17.6470588235294],[14.7058823529412,4.90196078431373,0],[29.4117647058824,18.6274509803922,0],[27.4509803921569,19.6078431372549,0.980392156862745],[89.2156862745098,79.4117647058823,67.6470588235294],[35.2941176470588,26.4705882352941,19.6078431372549],[28.4313725490196,20.5882352941176,17.6470588235294],[18.6274509803922,9.80392156862745,10.7843137254902],[24.5098039215686,18.6274509803922,20.5882352941176],[27.4509803921569,22.5490196078431,26.4705882352941],[31.3725490196078,23.5294117647059,21.5686274509804],[46.078431372549,34.3137254901961,22.5490196078431],[65.6862745098039,49.0196078431373,31.3725490196078],[95.0980392156863,68.6274509803922,48.0392156862745],[116.666666666667,85.2941176470588,60.7843137254902],[76.4705882352941,43.1372549019608,15.6862745098039],[78.4313725490196,49.0196078431373,15.6862745098039],[86.2745098039216,63.7254901960784,23.5294117647059],[83.3333333333333,64.7058823529412,23.5294117647059],[92.156862745098,75.4901960784314,33.3333333333333],[111.764705882353,95.0980392156863,51.9607843137255],[159.803921568627,142.156862745098,95.0980392156863],[137.254901960784,120.588235294118,69.6078431372549],[148.039215686275,133.333333333333,79.4117647058823],[106.862745098039,97.0588235294118,49.0196078431373],[92.156862745098,87.2549019607843,55.8823529411765],[130.392156862745,128.43137254902,103.921568627451],[204.901960784314,204.901960784314,181.372549019608],[188.235294117647,192.156862745098,169.607843137255],[79.4117647058823,85.2941176470588,59.8039215686275],[99.0196078431373,107.843137254902,81.3725490196078],[138.235294117647,144.117647058824,116.666666666667],[160.78431372549,166.666666666667,139.21568627451],[144.117647058824,150.980392156863,120.588235294118],[131.372549019608,138.235294117647,107.843137254902],[127.450980392157,132.352941176471,100.980392156863],[218.627450980392,223.529411764706,192.156862745098],[250,250,223.529411764706],[206.862745098039,213.725490196078,181.372549019608],[158.823529411765,172.549019607843,140.196078431373],[158.823529411765,175.490196078431,142.156862745098],[164.705882352941,184.313725490196,150],[186.274509803922,209.803921568627,176.470588235294],[180.392156862745,204.901960784314,173.529411764706],[200,228.43137254902,200.980392156863],[200.980392156863,231.372549019608,215.686274509804],[130.392156862745,157.843137254902,146.078431372549],[146.078431372549,167.647058823529,154.901960784314],[135.294117647059,156.862745098039,144.117647058824],[152.941176470588,179.411764705882,170.588235294118],[164.705882352941,195.098039215686,187.254901960784],[162.745098039216,194.117647058824,183.333333333333],[121.56862745098,150.980392156863,139.21568627451],[151.960784313725,180.392156862745,162.745098039216],[174.509803921569,207.843137254902,192.156862745098],[102.941176470588,148.039215686275,145.098039215686],[111.764705882353,161.764705882353,162.745098039216],[103.921568627451,148.039215686275,150.980392156863],[116.666666666667,164.705882352941,168.627450980392],[109.803921568627,167.647058823529,171.56862745098],[106.862745098039,166.666666666667,169.607843137255],[108.823529411765,162.745098039216,165.686274509804],[115.686274509804,159.803921568627,164.705882352941],[148.039215686275,180.392156862745,187.254901960784],[122.549019607843,150.980392156863,158.823529411765],[132.352941176471,168.627450980392,174.509803921569],[121.56862745098,165.686274509804,170.588235294118],[110.78431372549,165.686274509804,166.666666666667],[129.411764705882,186.274509803922,188.235294117647],[123.529411764706,173.529411764706,177.450980392157],[112.745098039216,150.980392156863,157.843137254902],[133.333333333333,157.843137254902,164.705882352941],[180.392156862745,200,206.862745098039],[180.392156862745,207.843137254902,208.823529411765],[170.588235294118,199.019607843137,197.058823529412],[182.352941176471,200.980392156863,204.901960784314],[177.450980392157,195.098039215686,197.058823529412],[144.117647058824,162.745098039216,158.823529411765],[203.921568627451,218.627450980392,211.764705882353],[200,207.843137254902,197.058823529412],[207.843137254902,209.803921568627,197.058823529412],[193.137254901961,196.078431372549,177.450980392157],[223.529411764706,228.43137254902,206.862745098039],[209.803921568627,219.607843137255,195.098039215686],[199.019607843137,206.862745098039,183.333333333333],[175.490196078431,177.450980392157,156.862745098039],[181.372549019608,178.43137254902,161.764705882353],[173.529411764706,169.607843137255,157.843137254902],[190.196078431373,194.117647058824,180.392156862745],[134.313725490196,156.862745098039,141.176470588235],[147.058823529412,179.411764705882,160.78431372549],[160.78431372549,191.176470588235,173.529411764706],[149.019607843137,175.490196078431,160.78431372549],[157.843137254902,178.43137254902,169.607843137255],[128.43137254902,145.098039215686,139.21568627451],[112.745098039216,124.509803921569,120.588235294118],[167.647058823529,177.450980392157,169.607843137255],[158.823529411765,164.705882352941,150.980392156863],[180.392156862745,183.333333333333,166.666666666667],[188.235294117647,189.21568627451,173.529411764706],[221.56862745098,219.607843137255,207.843137254902],[244.117647058824,245.098039215686,240.196078431373],[204.901960784314,208.823529411765,209.803921568627],[208.823529411765,217.647058823529,216.666666666667],[216.666666666667,227.450980392157,223.529411764706],[194.117647058824,204.901960784314,197.058823529412],[192.156862745098,204.901960784314,198.039215686275],[174.509803921569,185.294117647059,187.254901960784],[188.235294117647,200.980392156863,208.823529411765],[200.980392156863,217.647058823529,225.490196078431],[195.098039215686,217.647058823529,225.490196078431],[179.411764705882,205.882352941176,216.666666666667],[161.764705882353,194.117647058824,202.941176470588],[171.56862745098,207.843137254902,215.686274509804],[141.176470588235,181.372549019608,185.294117647059],[128.43137254902,171.56862745098,172.549019607843],[141.176470588235,184.313725490196,183.333333333333],[133.333333333333,174.509803921569,172.549019607843],[134.313725490196,173.529411764706,172.549019607843],[137.254901960784,175.490196078431,174.509803921569],[149.019607843137,182.352941176471,184.313725490196],[141.176470588235,171.56862745098,174.509803921569],[146.078431372549,172.549019607843,179.411764705882],[137.254901960784,158.823529411765,171.56862745098],[131.372549019608,152.941176470588,165.686274509804],[131.372549019608,154.901960784314,164.705882352941],[133.333333333333,157.843137254902,161.764705882353],[126.470588235294,150.980392156863,147.058823529412],[123.529411764706,143.137254901961,134.313725490196],[127.450980392157,139.21568627451,127.450980392157],[128.43137254902,136.274509803922,125.490196078431],[123.529411764706,129.411764705882,119.607843137255],[110.78431372549,116.666666666667,106.862745098039],[75.4901960784314,86.2745098039216,72.5490196078431],[103.921568627451,114.705882352941,98.0392156862745],[154.901960784314,166.666666666667,143.137254901961],[80.3921568627451,90.1960784313725,63.7254901960784],[85.2941176470588,89.2156862745098,64.7058823529412],[54.9019607843137,64.7058823529412,41.1764705882353],[50,72.5490196078431,54.9019607843137],[17.6470588235294,37.2549019607843,25.4901960784314],[6.86274509803922,12.7450980392157,0],[47.0588235294118,45.0980392156863,32.3529411764706],[27.4509803921569,23.5294117647059,14.7058823529412],[43.1372549019608,44.1176470588235,30.3921568627451],[100.980392156863,115.686274509804,87.2549019607843],[145.098039215686,165.686274509804,133.333333333333],[40.1960784313726,59.8039215686275,33.3333333333333],[52.9411764705882,68.6274509803922,40.1960784313726],[81.3725490196078,89.2156862745098,52.9411764705882],[95.0980392156863,100,60.7843137254902],[72.5490196078431,79.4117647058823,46.078431372549],[102.941176470588,118.627450980392,82.3529411764706],[182.352941176471,214.705882352941,168.627450980392],[167.647058823529,204.901960784314,154.901960784314],[94.1176470588235,120.588235294118,76.4705882352941],[80.3921568627451,100.980392156863,60.7843137254902],[54.9019607843137,70.5882352941177,34.3137254901961],[11.7647058823529,23.5294117647059,0],[33.3333333333333,40.1960784313726,6.86274509803922],[87.2549019607843,91.1764705882353,54.9019607843137],[62.7450980392157,65.6862745098039,23.5294117647059],[52.9411764705882,56.8627450980392,7.84313725490196],[60.7843137254902,68.6274509803922,10.7843137254902],[82.3529411764706,93.1372549019608,26.4705882352941],[91.1764705882353,104.901960784314,31.3725490196078],[125.490196078431,139.21568627451,61.7647058823529],[217.647058823529,231.372549019608,153.921568627451],[176.470588235294,189.21568627451,111.764705882353],[151.960784313725,164.705882352941,87.2549019607843],[113.725490196078,124.509803921569,50],[90.1960784313725,97.0588235294118,30.3921568627451],[142.156862745098,147.058823529412,81.3725490196078],[111.764705882353,114.705882352941,47.0588235294118],[137.254901960784,136.274509803922,70.5882352941177],[119.607843137255,114.705882352941,51.9607843137255],[55.8823529411765,45.0980392156863,0],[97.0588235294118,80.3921568627451,37.2549019607843],[56.8627450980392,37.2549019607843,4.90196078431373],[20.5882352941176,0,0],[26.4705882352941,6.86274509803922,0],[29.4117647058824,11.7647058823529,11.7647058823529],[9.80392156862745,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[49.0196078431373,40.1960784313726,31.3725490196078],[37.2549019607843,27.4509803921569,18.6274509803922],[15.6862745098039,0.980392156862745,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[28.4313725490196,10.7843137254902,0.980392156862745],[34.3137254901961,16.6666666666667,4.90196078431373],[30.3921568627451,12.7450980392157,0],[40.1960784313726,22.5490196078431,8.82352941176471],[34.3137254901961,17.6470588235294,1.96078431372549],[69.6078431372549,52.9411764705882,35.2941176470588],[76.4705882352941,59.8039215686275,40.1960784313726],[66.6666666666667,51.9607843137255,31.3725490196078],[47.0588235294118,32.3529411764706,9.80392156862745],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,47.0588235294118,21.5686274509804],[55.8823529411765,46.078431372549,21.5686274509804],[10.7843137254902,0,0],[42.156862745098,34.3137254901961,15.6862745098039],[27.4509803921569,19.6078431372549,0],[16.6666666666667,5.88235294117647,0],[25.4901960784314,14.7058823529412,0],[49.0196078431373,37.2549019607843,21.5686274509804],[19.6078431372549,7.84313725490196,0],[26.4705882352941,13.7254901960784,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[52.9411764705882,41.1764705882353,41.1764705882353],[25.4901960784314,13.7254901960784,13.7254901960784],[42.156862745098,32.3529411764706,30.3921568627451],[28.4313725490196,19.6078431372549,14.7058823529412],[28.4313725490196,21.5686274509804,13.7254901960784],[22.5490196078431,16.6666666666667,4.90196078431373],[38.2352941176471,30.3921568627451,17.6470588235294],[43.1372549019608,33.3333333333333,21.5686274509804],[63.7254901960784,49.0196078431373,30.3921568627451],[105.882352941176,82.3529411764706,54.9019607843137],[161.764705882353,136.274509803922,101.960784313725],[79.4117647058823,50.9803921568627,17.6470588235294],[52.9411764705882,27.4509803921569,0],[50,30.3921568627451,0],[59.8039215686275,45.0980392156863,6.86274509803922],[101.960784313725,92.156862745098,44.1176470588235],[119.607843137255,109.803921568627,57.843137254902],[213.725490196078,204.901960784314,149.019607843137],[139.21568627451,132.352941176471,79.4117647058823],[104.901960784314,100.980392156863,56.8627450980392],[65.6862745098039,67.6470588235294,31.3725490196078],[50,60.7843137254902,27.4509803921569],[180.392156862745,193.137254901961,165.686274509804],[160.78431372549,164.705882352941,142.156862745098],[116.666666666667,118.627450980392,97.0588235294118],[61.7647058823529,65.6862745098039,43.1372549019608],[94.1176470588235,101.960784313725,78.4313725490196],[85.2941176470588,100,71.5686274509804],[102.941176470588,118.627450980392,90.1960784313725],[129.411764705882,144.117647058824,113.725490196078],[135.294117647059,150,119.607843137255],[156.862745098039,169.607843137255,140.196078431373],[177.450980392157,188.235294117647,158.823529411765],[239.21568627451,249.019607843137,222.549019607843],[209.803921568627,219.607843137255,193.137254901961],[157.843137254902,165.686274509804,142.156862745098],[187.254901960784,195.098039215686,171.56862745098],[204.901960784314,214.705882352941,190.196078431373],[195.098039215686,209.803921568627,187.254901960784],[180.392156862745,204.901960784314,183.333333333333],[164.705882352941,197.058823529412,178.43137254902],[195.098039215686,232.352941176471,221.56862745098],[176.470588235294,210.78431372549,203.921568627451],[187.254901960784,210.78431372549,198.039215686275],[160.78431372549,180.392156862745,169.607843137255],[154.901960784314,177.450980392157,169.607843137255],[144.117647058824,169.607843137255,160.78431372549],[172.549019607843,201.960784313725,190.196078431373],[175.490196078431,205.882352941176,190.196078431373],[142.156862745098,168.627450980392,150],[152.941176470588,183.333333333333,168.627450980392],[117.647058823529,156.862745098039,155.882352941176],[66.6666666666667,110.78431372549,116.666666666667],[103.921568627451,146.078431372549,152.941176470588],[116.666666666667,162.745098039216,170.588235294118],[120.588235294118,172.549019607843,180.392156862745],[126.470588235294,175.490196078431,184.313725490196],[120.588235294118,162.745098039216,171.56862745098],[97.0588235294118,133.333333333333,142.156862745098],[139.21568627451,175.490196078431,184.313725490196],[124.509803921569,161.764705882353,170.588235294118],[115.686274509804,157.843137254902,166.666666666667],[116.666666666667,163.725490196078,173.529411764706],[99.0196078431373,151.960784313725,161.764705882353],[117.647058823529,168.627450980392,179.411764705882],[114.705882352941,155.882352941176,169.607843137255],[119.607843137255,151.960784313725,166.666666666667],[112.745098039216,144.117647058824,154.901960784314],[141.176470588235,170.588235294118,180.392156862745],[161.764705882353,194.117647058824,199.019607843137],[143.137254901961,173.529411764706,176.470588235294],[155.882352941176,179.411764705882,183.333333333333],[183.333333333333,201.960784313725,205.882352941176],[162.745098039216,182.352941176471,183.333333333333],[221.56862745098,237.254901960784,236.274509803922],[194.117647058824,202.941176470588,198.039215686275],[201.960784313725,204.901960784314,198.039215686275],[212.745098039216,215.686274509804,204.901960784314],[225.490196078431,231.372549019608,217.647058823529],[210.78431372549,221.56862745098,204.901960784314],[178.43137254902,187.254901960784,168.627450980392],[181.372549019608,182.352941176471,168.627450980392],[179.411764705882,175.490196078431,163.725490196078],[174.509803921569,167.647058823529,159.803921568627],[158.823529411765,161.764705882353,152.941176470588],[149.019607843137,171.56862745098,155.882352941176],[188.235294117647,221.56862745098,204.901960784314],[200,236.274509803922,218.627450980392],[129.411764705882,164.705882352941,150.980392156863],[111.764705882353,144.117647058824,135.294117647059],[112.745098039216,139.21568627451,134.313725490196],[98.0392156862745,116.666666666667,112.745098039216],[143.137254901961,155.882352941176,149.019607843137],[160.78431372549,168.627450980392,155.882352941176],[193.137254901961,199.019607843137,185.294117647059],[208.823529411765,212.745098039216,199.019607843137],[231.372549019608,234.313725490196,223.529411764706],[243.137254901961,245.098039215686,242.156862745098],[241.176470588235,242.156862745098,244.117647058824],[231.372549019608,232.352941176471,236.274509803922],[223.529411764706,229.411764705882,229.411764705882],[223.529411764706,234.313725490196,228.43137254902],[200,214.705882352941,209.803921568627],[213.725490196078,231.372549019608,235.294117647059],[205.882352941176,223.529411764706,233.333333333333],[207.843137254902,229.411764705882,240.196078431373],[186.274509803922,212.745098039216,223.529411764706],[177.450980392157,206.862745098039,217.647058823529],[200.980392156863,232.352941176471,243.137254901961],[163.725490196078,200,207.843137254902],[153.921568627451,192.156862745098,197.058823529412],[138.235294117647,177.450980392157,177.450980392157],[134.313725490196,172.549019607843,171.56862745098],[138.235294117647,173.529411764706,169.607843137255],[140.196078431373,174.509803921569,168.627450980392],[144.117647058824,172.549019607843,168.627450980392],[170.588235294118,196.078431372549,195.098039215686],[175.490196078431,196.078431372549,197.058823529412],[195.098039215686,214.705882352941,213.725490196078],[200.980392156863,220.588235294118,211.764705882353],[196.078431372549,213.725490196078,201.960784313725],[183.333333333333,196.078431372549,179.411764705882],[169.607843137255,180.392156862745,163.725490196078],[158.823529411765,166.666666666667,151.960784313725],[133.333333333333,141.176470588235,126.470588235294],[111.764705882353,122.549019607843,105.882352941176],[113.725490196078,126.470588235294,100.980392156863],[151.960784313725,165.686274509804,130.392156862745],[159.803921568627,170.588235294118,129.411764705882],[157.843137254902,164.705882352941,123.529411764706],[164.705882352941,169.607843137255,130.392156862745],[168.627450980392,172.549019607843,136.274509803922],[108.823529411765,115.686274509804,75.4901960784314],[142.156862745098,154.901960784314,109.803921568627],[100.980392156863,115.686274509804,75.4901960784314],[54.9019607843137,66.6666666666667,45.0980392156863],[54.9019607843137,60.7843137254902,49.0196078431373],[40.1960784313726,41.1764705882353,27.4509803921569],[57.843137254902,55.8823529411765,43.1372549019608],[28.4313725490196,28.4313725490196,18.6274509803922],[91.1764705882353,97.0588235294118,83.3333333333333],[137.254901960784,152.941176470588,126.470588235294],[41.1764705882353,61.7647058823529,29.4117647058824],[11.7647058823529,34.3137254901961,6.86274509803922],[0,8.82352941176471,0],[33.3333333333333,48.0392156862745,9.80392156862745],[125.490196078431,138.235294117647,96.078431372549],[100.980392156863,112.745098039216,75.4901960784314],[122.549019607843,137.254901960784,99.0196078431373],[193.137254901961,214.705882352941,168.627450980392],[193.137254901961,214.705882352941,168.627450980392],[166.666666666667,178.43137254902,139.21568627451],[94.1176470588235,101.960784313725,63.7254901960784],[68.6274509803922,77.4509803921569,35.2941176470588],[45.0980392156863,52.9411764705882,6.86274509803922],[100.980392156863,108.823529411765,58.8235294117647],[54.9019607843137,65.6862745098039,10.7843137254902],[18.6274509803922,31.3725490196078,0],[120.588235294118,135.294117647059,77.4509803921569],[166.666666666667,186.274509803922,128.43137254902],[100.980392156863,120.588235294118,62.7450980392157],[55.8823529411765,73.5294117647059,14.7058823529412],[80.3921568627451,96.078431372549,34.3137254901961],[168.627450980392,180.392156862745,115.686274509804],[111.764705882353,118.627450980392,51.9607843137255],[101.960784313725,104.901960784314,35.2941176470588],[76.4705882352941,82.3529411764706,11.7647058823529],[106.862745098039,117.647058823529,50],[160.78431372549,171.56862745098,104.901960784314],[138.235294117647,145.098039215686,78.4313725490196],[148.039215686275,149.019607843137,82.3529411764706],[131.372549019608,126.470588235294,63.7254901960784],[58.8235294117647,46.078431372549,0],[73.5294117647059,52.9411764705882,10.7843137254902],[57.843137254902,33.3333333333333,2.94117647058824],[56.8627450980392,30.3921568627451,11.7647058823529],[49.0196078431373,24.5098039215686,17.6470588235294],[23.5294117647059,2.94117647058824,1.96078431372549],[10.7843137254902,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[2.94117647058824,1.96078431372549,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,1.96078431372549],[13.7254901960784,4.90196078431373,0],[11.7647058823529,2.94117647058824,0],[15.6862745098039,6.86274509803922,0],[28.4313725490196,18.6274509803922,8.82352941176471],[32.3529411764706,22.5490196078431,12.7450980392157],[11.7647058823529,0,0],[31.3725490196078,14.7058823529412,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,25.4901960784314,14.7058823529412],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,8.82352941176471],[30.3921568627451,11.7647058823529,0],[25.4901960784314,6.86274509803922,0],[34.3137254901961,16.6666666666667,0],[69.6078431372549,51.9607843137255,28.4313725490196],[92.156862745098,75.4901960784314,50],[82.3529411764706,67.6470588235294,39.2156862745098],[38.2352941176471,23.5294117647059,0],[49.0196078431373,36.2745098039216,4.90196078431373],[110.78431372549,98.0392156862745,64.7058823529412],[108.823529411765,98.0392156862745,68.6274509803922],[87.2549019607843,79.4117647058823,56.8627450980392],[69.6078431372549,61.7647058823529,43.1372549019608],[27.4509803921569,19.6078431372549,0.980392156862745],[19.6078431372549,10.7843137254902,0],[17.6470588235294,8.82352941176471,0],[38.2352941176471,25.4901960784314,16.6666666666667],[50.9803921568627,38.2352941176471,32.3529411764706],[21.5686274509804,7.84313725490196,6.86274509803922],[9.80392156862745,0,0],[18.6274509803922,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[45.0980392156863,34.3137254901961,30.3921568627451],[43.1372549019608,33.3333333333333,23.5294117647059],[48.0392156862745,39.2156862745098,22.5490196078431],[34.3137254901961,26.4705882352941,5.88235294117647],[34.3137254901961,26.4705882352941,5.88235294117647],[58.8235294117647,50,33.3333333333333],[50,38.2352941176471,16.6666666666667],[58.8235294117647,40.1960784313726,8.82352941176471],[124.509803921569,100.980392156863,63.7254901960784],[85.2941176470588,60.7843137254902,21.5686274509804],[90.1960784313725,67.6470588235294,27.4509803921569],[82.3529411764706,66.6666666666667,31.3725490196078],[66.6666666666667,54.9019607843137,15.6862745098039],[81.3725490196078,73.5294117647059,25.4901960784314],[150.980392156863,146.078431372549,91.1764705882353],[177.450980392157,172.549019607843,115.686274509804],[113.725490196078,112.745098039216,59.8039215686275],[102.941176470588,104.901960784314,65.6862745098039],[75.4901960784314,86.2745098039216,52.9411764705882],[123.529411764706,147.058823529412,115.686274509804],[166.666666666667,189.21568627451,160.78431372549],[112.745098039216,125.490196078431,98.0392156862745],[37.2549019607843,46.078431372549,19.6078431372549],[102.941176470588,108.823529411765,83.3333333333333],[118.627450980392,128.43137254902,101.960784313725],[101.960784313725,120.588235294118,91.1764705882353],[119.607843137255,140.196078431373,109.803921568627],[129.411764705882,144.117647058824,115.686274509804],[156.862745098039,169.607843137255,142.156862745098],[207.843137254902,217.647058823529,193.137254901961],[187.254901960784,197.058823529412,172.549019607843],[203.921568627451,215.686274509804,192.156862745098],[200.980392156863,209.803921568627,189.21568627451],[195.098039215686,200,180.392156862745],[203.921568627451,207.843137254902,191.176470588235],[191.176470588235,201.960784313725,185.294117647059],[193.137254901961,209.803921568627,192.156862745098],[164.705882352941,187.254901960784,169.607843137255],[127.450980392157,158.823529411765,144.117647058824],[170.588235294118,210.78431372549,202.941176470588],[163.725490196078,203.921568627451,196.078431372549],[134.313725490196,161.764705882353,150],[147.058823529412,168.627450980392,156.862745098039],[104.901960784314,127.450980392157,119.607843137255],[160.78431372549,187.254901960784,178.43137254902],[144.117647058824,175.490196078431,162.745098039216],[148.039215686275,178.43137254902,162.745098039216],[192.156862745098,215.686274509804,200],[113.725490196078,139.21568627451,128.43137254902],[105.882352941176,138.235294117647,143.137254901961],[88.2352941176471,127.450980392157,137.254901960784],[100.980392156863,142.156862745098,153.921568627451],[109.803921568627,155.882352941176,165.686274509804],[100.980392156863,148.039215686275,157.843137254902],[115.686274509804,157.843137254902,166.666666666667],[126.470588235294,154.901960784314,168.627450980392],[109.803921568627,138.235294117647,151.960784313725],[114.705882352941,151.960784313725,162.745098039216],[134.313725490196,177.450980392157,188.235294117647],[110.78431372549,155.882352941176,168.627450980392],[106.862745098039,154.901960784314,168.627450980392],[138.235294117647,189.21568627451,202.941176470588],[121.56862745098,165.686274509804,184.313725490196],[126.470588235294,157.843137254902,178.43137254902],[137.254901960784,164.705882352941,185.294117647059],[132.352941176471,167.647058823529,183.333333333333],[111.764705882353,149.019607843137,159.803921568627],[151.960784313725,190.196078431373,197.058823529412],[146.078431372549,178.43137254902,185.294117647059],[136.274509803922,158.823529411765,166.666666666667],[175.490196078431,195.098039215686,201.960784313725],[204.901960784314,228.43137254902,230.392156862745],[200,220.588235294118,221.56862745098],[181.372549019608,193.137254901961,193.137254901961],[193.137254901961,199.019607843137,197.058823529412],[214.705882352941,216.666666666667,211.764705882353],[215.686274509804,216.666666666667,210.78431372549],[223.529411764706,229.411764705882,219.607843137255],[201.960784313725,207.843137254902,196.078431372549],[193.137254901961,195.098039215686,184.313725490196],[164.705882352941,161.764705882353,152.941176470588],[172.549019607843,169.607843137255,162.745098039216],[143.137254901961,146.078431372549,137.254901960784],[132.352941176471,151.960784313725,140.196078431373],[158.823529411765,186.274509803922,171.56862745098],[165.686274509804,197.058823529412,182.352941176471],[121.56862745098,153.921568627451,143.137254901961],[95.0980392156863,129.411764705882,122.549019607843],[137.254901960784,167.647058823529,162.745098039216],[147.058823529412,166.666666666667,164.705882352941],[129.411764705882,141.176470588235,137.254901960784],[143.137254901961,150,142.156862745098],[171.56862745098,177.450980392157,165.686274509804],[188.235294117647,199.019607843137,185.294117647059],[229.411764705882,241.176470588235,231.372549019608],[211.764705882353,220.588235294118,219.607843137255],[232.352941176471,239.21568627451,245.098039215686],[209.803921568627,213.725490196078,222.549019607843],[222.549019607843,231.372549019608,236.274509803922],[206.862745098039,225.490196078431,221.56862745098],[196.078431372549,220.588235294118,217.647058823529],[227.450980392157,250,250],[199.019607843137,228.43137254902,238.235294117647],[178.43137254902,209.803921568627,220.588235294118],[195.098039215686,228.43137254902,240.196078431373],[178.43137254902,213.725490196078,227.450980392157],[196.078431372549,233.333333333333,246.078431372549],[198.039215686275,237.254901960784,245.098039215686],[192.156862745098,230.392156862745,237.254901960784],[194.117647058824,231.372549019608,232.352941176471],[176.470588235294,209.803921568627,208.823529411765],[174.509803921569,204.901960784314,200],[170.588235294118,197.058823529412,192.156862745098],[156.862745098039,176.470588235294,174.509803921569],[172.549019607843,186.274509803922,186.274509803922],[187.254901960784,197.058823529412,198.039215686275],[229.411764705882,240.196078431373,234.313725490196],[234.313725490196,247.058823529412,229.411764705882],[230.392156862745,242.156862745098,218.627450980392],[199.019607843137,204.901960784314,179.411764705882],[173.529411764706,175.490196078431,151.960784313725],[171.56862745098,173.529411764706,152.941176470588],[150,152.941176470588,132.352941176471],[127.450980392157,136.274509803922,109.803921568627],[140.196078431373,150.980392156863,117.647058823529],[163.725490196078,176.470588235294,131.372549019608],[213.725490196078,223.529411764706,172.549019607843],[145.098039215686,150,97.0588235294118],[114.705882352941,117.647058823529,65.6862745098039],[134.313725490196,137.254901960784,85.2941176470588],[99.0196078431373,105.882352941176,52.9411764705882],[115.686274509804,129.411764705882,69.6078431372549],[188.235294117647,198.039215686275,147.058823529412],[231.372549019608,227.450980392157,199.019607843137],[131.372549019608,123.529411764706,104.901960784314],[45.0980392156863,39.2156862745098,17.6470588235294],[27.4509803921569,25.4901960784314,2.94117647058824],[20.5882352941176,23.5294117647059,6.86274509803922],[49.0196078431373,57.843137254902,37.2549019607843],[59.8039215686275,74.5098039215686,42.156862745098],[23.5294117647059,43.1372549019608,6.86274509803922],[51.9607843137255,72.5490196078431,42.156862745098],[105.882352941176,126.470588235294,94.1176470588235],[117.647058823529,139.21568627451,94.1176470588235],[123.529411764706,143.137254901961,93.1372549019608],[150.980392156863,167.647058823529,123.529411764706],[150,167.647058823529,120.588235294118],[142.156862745098,158.823529411765,107.843137254902],[108.823529411765,122.549019607843,72.5490196078431],[93.1372549019608,101.960784313725,57.843137254902],[84.3137254901961,90.1960784313725,47.0588235294118],[153.921568627451,160.78431372549,110.78431372549],[164.705882352941,171.56862745098,118.627450980392],[199.019607843137,208.823529411765,150],[181.372549019608,193.137254901961,132.352941176471],[121.56862745098,135.294117647059,75.4901960784314],[168.627450980392,186.274509803922,127.450980392157],[199.019607843137,218.627450980392,160.78431372549],[144.117647058824,162.745098039216,107.843137254902],[122.549019607843,141.176470588235,87.2549019607843],[166.666666666667,181.372549019608,127.450980392157],[114.705882352941,125.490196078431,68.6274509803922],[84.3137254901961,92.156862745098,33.3333333333333],[90.1960784313725,95.0980392156863,32.3529411764706],[57.843137254902,64.7058823529412,0],[91.1764705882353,105.882352941176,38.2352941176471],[140.196078431373,156.862745098039,88.2352941176471],[78.4313725490196,89.2156862745098,21.5686274509804],[129.411764705882,132.352941176471,66.6666666666667],[144.117647058824,138.235294117647,77.4509803921569],[94.1176470588235,78.4313725490196,27.4509803921569],[81.3725490196078,58.8235294117647,17.6470588235294],[65.6862745098039,37.2549019607843,7.84313725490196],[58.8235294117647,28.4313725490196,10.7843137254902],[49.0196078431373,20.5882352941176,12.7450980392157],[19.6078431372549,0,0],[22.5490196078431,6.86274509803922,7.84313725490196],[9.80392156862745,0.980392156862745,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,1.96078431372549,0],[1.96078431372549,7.84313725490196,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0,0],[13.7254901960784,4.90196078431373,0],[9.80392156862745,0,0],[18.6274509803922,5.88235294117647,0],[27.4509803921569,14.7058823529412,6.86274509803922],[29.4117647058824,16.6666666666667,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[16.6666666666667,2.94117647058824,0],[31.3725490196078,13.7254901960784,3.92156862745098],[49.0196078431373,29.4117647058824,20.5882352941176],[70.5882352941177,50.9803921568627,42.156862745098],[63.7254901960784,42.156862745098,31.3725490196078],[54.9019607843137,33.3333333333333,20.5882352941176],[63.7254901960784,41.1764705882353,27.4509803921569],[58.8235294117647,36.2745098039216,18.6274509803922],[46.078431372549,24.5098039215686,3.92156862745098],[68.6274509803922,47.0588235294118,24.5098039215686],[91.1764705882353,71.5686274509804,45.0980392156863],[72.5490196078431,53.921568627451,24.5098039215686],[69.6078431372549,53.921568627451,21.5686274509804],[68.6274509803922,52.9411764705882,17.6470588235294],[54.9019607843137,41.1764705882353,4.90196078431373],[66.6666666666667,52.9411764705882,14.7058823529412],[59.8039215686275,47.0588235294118,15.6862745098039],[33.3333333333333,21.5686274509804,5.88235294117647],[15.6862745098039,6.86274509803922,0],[24.5098039215686,16.6666666666667,5.88235294117647],[27.4509803921569,17.6470588235294,7.84313725490196],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[24.5098039215686,11.7647058823529,5.88235294117647],[22.5490196078431,9.80392156862745,1.96078431372549],[19.6078431372549,7.84313725490196,0],[26.4705882352941,14.7058823529412,0],[51.9607843137255,41.1764705882353,19.6078431372549],[59.8039215686275,50,23.5294117647059],[40.1960784313726,30.3921568627451,3.92156862745098],[54.9019607843137,50,21.5686274509804],[109.803921568627,100.980392156863,72.5490196078431],[75.4901960784314,58.8235294117647,29.4117647058824],[65.6862745098039,46.078431372549,11.7647058823529],[100,79.4117647058823,35.2941176470588],[96.078431372549,78.4313725490196,29.4117647058824],[87.2549019607843,73.5294117647059,29.4117647058824],[111.764705882353,100.980392156863,56.8627450980392],[90.1960784313725,82.3529411764706,37.2549019607843],[158.823529411765,152.941176470588,103.921568627451],[163.725490196078,161.764705882353,105.882352941176],[158.823529411765,159.803921568627,103.921568627451],[73.5294117647059,80.3921568627451,37.2549019607843],[49.0196078431373,64.7058823529412,29.4117647058824],[83.3333333333333,111.764705882353,82.3529411764706],[165.686274509804,198.039215686275,169.607843137255],[184.313725490196,210.78431372549,178.43137254902],[112.745098039216,131.372549019608,100],[93.1372549019608,105.882352941176,76.4705882352941],[117.647058823529,130.392156862745,100.980392156863],[103.921568627451,122.549019607843,91.1764705882353],[152.941176470588,168.627450980392,140.196078431373],[157.843137254902,163.725490196078,138.235294117647],[153.921568627451,152.941176470588,132.352941176471],[198.039215686275,195.098039215686,176.470588235294],[217.647058823529,215.686274509804,200.980392156863],[203.921568627451,210.78431372549,195.098039215686],[186.274509803922,194.117647058824,179.411764705882],[199.019607843137,201.960784313725,191.176470588235],[218.627450980392,226.470588235294,215.686274509804],[191.176470588235,210.78431372549,199.019607843137],[136.274509803922,157.843137254902,145.098039215686],[163.725490196078,179.411764705882,166.666666666667],[138.235294117647,161.764705882353,149.019607843137],[146.078431372549,186.274509803922,178.43137254902],[170.588235294118,215.686274509804,205.882352941176],[116.666666666667,151.960784313725,140.196078431373],[149.019607843137,178.43137254902,166.666666666667],[142.156862745098,171.56862745098,163.725490196078],[143.137254901961,173.529411764706,167.647058823529],[97.0588235294118,132.352941176471,122.549019607843],[84.3137254901961,115.686274509804,102.941176470588],[146.078431372549,167.647058823529,155.882352941176],[126.470588235294,147.058823529412,142.156862745098],[117.647058823529,145.098039215686,155.882352941176],[93.1372549019608,128.43137254902,144.117647058824],[106.862745098039,151.960784313725,166.666666666667],[122.549019607843,169.607843137255,183.333333333333],[117.647058823529,158.823529411765,170.588235294118],[130.392156862745,163.725490196078,175.490196078431],[161.764705882353,180.392156862745,197.058823529412],[139.21568627451,159.803921568627,176.470588235294],[103.921568627451,141.176470588235,151.960784313725],[124.509803921569,170.588235294118,180.392156862745],[123.529411764706,170.588235294118,184.313725490196],[108.823529411765,154.901960784314,170.588235294118],[99.0196078431373,146.078431372549,165.686274509804],[116.666666666667,156.862745098039,178.43137254902],[121.56862745098,147.058823529412,173.529411764706],[133.333333333333,156.862745098039,182.352941176471],[102.941176470588,139.21568627451,156.862745098039],[118.627450980392,161.764705882353,172.549019607843],[128.43137254902,167.647058823529,177.450980392157],[119.607843137255,151.960784313725,160.78431372549],[137.254901960784,156.862745098039,167.647058823529],[141.176470588235,158.823529411765,168.627450980392],[165.686274509804,194.117647058824,198.039215686275],[142.156862745098,171.56862745098,171.56862745098],[153.921568627451,173.529411764706,174.509803921569],[183.333333333333,193.137254901961,194.117647058824],[210.78431372549,208.823529411765,211.764705882353],[234.313725490196,228.43137254902,228.43137254902],[207.843137254902,206.862745098039,202.941176470588],[228.43137254902,229.411764705882,223.529411764706],[201.960784313725,202.941176470588,195.098039215686],[178.43137254902,179.411764705882,171.56862745098],[192.156862745098,193.137254901961,187.254901960784],[183.333333333333,188.235294117647,181.372549019608],[157.843137254902,170.588235294118,160.78431372549],[170.588235294118,188.235294117647,176.470588235294],[163.725490196078,183.333333333333,172.549019607843],[182.352941176471,204.901960784314,197.058823529412],[165.686274509804,194.117647058824,190.196078431373],[141.176470588235,166.666666666667,165.686274509804],[146.078431372549,160.78431372549,163.725490196078],[138.235294117647,148.039215686275,149.019607843137],[163.725490196078,168.627450980392,164.705882352941],[195.098039215686,201.960784313725,194.117647058824],[156.862745098039,172.549019607843,162.745098039216],[183.333333333333,203.921568627451,199.019607843137],[181.372549019608,200,203.921568627451],[201.960784313725,219.607843137255,229.411764705882],[176.470588235294,192.156862745098,204.901960784314],[179.411764705882,200.980392156863,211.764705882353],[147.058823529412,180.392156862745,181.372549019608],[196.078431372549,237.254901960784,236.274509803922],[212.745098039216,250,250],[142.156862745098,189.21568627451,200.980392156863],[138.235294117647,185.294117647059,199.019607843137],[141.176470588235,188.235294117647,201.960784313725],[153.921568627451,200,215.686274509804],[199.019607843137,246.078431372549,250],[181.372549019608,227.450980392157,237.254901960784],[150.980392156863,193.137254901961,200],[184.313725490196,221.56862745098,224.509803921569],[192.156862745098,222.549019607843,224.509803921569],[195.098039215686,218.627450980392,218.627450980392],[219.607843137255,235.294117647059,234.313725490196],[219.607843137255,229.411764705882,230.392156862745],[217.647058823529,218.627450980392,220.588235294118],[217.647058823529,215.686274509804,218.627450980392],[246.078431372549,242.156862745098,239.21568627451],[237.254901960784,238.235294117647,222.549019607843],[233.333333333333,236.274509803922,215.686274509804],[220.588235294118,223.529411764706,206.862745098039],[204.901960784314,207.843137254902,191.176470588235],[190.196078431373,194.117647058824,171.56862745098],[168.627450980392,171.56862745098,143.137254901961],[140.196078431373,144.117647058824,109.803921568627],[124.509803921569,126.470588235294,90.1960784313725],[149.019607843137,150.980392156863,114.705882352941],[130.392156862745,132.352941176471,94.1176470588235],[132.352941176471,135.294117647059,89.2156862745098],[126.470588235294,131.372549019608,76.4705882352941],[159.803921568627,165.686274509804,102.941176470588],[195.098039215686,201.960784313725,135.294117647059],[228.43137254902,235.294117647059,169.607843137255],[188.235294117647,186.274509803922,130.392156862745],[152.941176470588,129.411764705882,94.1176470588235],[121.56862745098,93.1372549019608,63.7254901960784],[109.803921568627,92.156862745098,56.8627450980392],[84.3137254901961,76.4705882352941,40.1960784313726],[88.2352941176471,87.2549019607843,56.8627450980392],[78.4313725490196,85.2941176470588,51.9607843137255],[50,62.7450980392157,17.6470588235294],[58.8235294117647,76.4705882352941,29.4117647058824],[83.3333333333333,103.921568627451,63.7254901960784],[81.3725490196078,106.862745098039,62.7450980392157],[107.843137254902,136.274509803922,79.4117647058823],[109.803921568627,139.21568627451,78.4313725490196],[124.509803921569,151.960784313725,95.0980392156863],[127.450980392157,150.980392156863,94.1176470588235],[144.117647058824,161.764705882353,100.980392156863],[100.980392156863,114.705882352941,53.921568627451],[114.705882352941,128.43137254902,70.5882352941177],[94.1176470588235,107.843137254902,50],[114.705882352941,123.529411764706,67.6470588235294],[158.823529411765,166.666666666667,110.78431372549],[105.882352941176,110.78431372549,55.8823529411765],[100.980392156863,103.921568627451,50],[159.803921568627,164.705882352941,109.803921568627],[147.058823529412,154.901960784314,99.0196078431373],[170.588235294118,179.411764705882,123.529411764706],[190.196078431373,203.921568627451,146.078431372549],[193.137254901961,207.843137254902,150],[114.705882352941,129.411764705882,71.5686274509804],[102.941176470588,117.647058823529,61.7647058823529],[93.1372549019608,105.882352941176,50.9803921568627],[40.1960784313726,52.9411764705882,0],[34.3137254901961,48.0392156862745,0],[59.8039215686275,80.3921568627451,14.7058823529412],[169.607843137255,189.21568627451,119.607843137255],[134.313725490196,147.058823529412,79.4117647058823],[124.509803921569,129.411764705882,64.7058823529412],[131.372549019608,125.490196078431,66.6666666666667],[47.0588235294118,31.3725490196078,0],[75.4901960784314,50.9803921568627,11.7647058823529],[62.7450980392157,32.3529411764706,3.92156862745098],[43.1372549019608,10.7843137254902,0],[50,20.5882352941176,10.7843137254902],[33.3333333333333,8.82352941176471,4.90196078431373],[27.4509803921569,11.7647058823529,11.7647058823529],[5.88235294117647,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,2.94117647058824,0],[0,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[13.7254901960784,5.88235294117647,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,5.88235294117647],[9.80392156862745,0,0],[11.7647058823529,0,0],[23.5294117647059,10.7843137254902,1.96078431372549],[23.5294117647059,10.7843137254902,1.96078431372549],[34.3137254901961,20.5882352941176,9.80392156862745],[38.2352941176471,21.5686274509804,11.7647058823529],[32.3529411764706,14.7058823529412,4.90196078431373],[21.5686274509804,1.96078431372549,0],[40.1960784313726,18.6274509803922,7.84313725490196],[49.0196078431373,27.4509803921569,14.7058823529412],[37.2549019607843,15.6862745098039,1.96078431372549],[31.3725490196078,8.82352941176471,0],[37.2549019607843,14.7058823529412,0],[50,28.4313725490196,5.88235294117647],[101.960784313725,80.3921568627451,56.8627450980392],[75.4901960784314,54.9019607843137,26.4705882352941],[82.3529411764706,63.7254901960784,32.3529411764706],[108.823529411765,91.1764705882353,55.8823529411765],[62.7450980392157,48.0392156862745,7.84313725490196],[45.0980392156863,30.3921568627451,0],[75.4901960784314,60.7843137254902,18.6274509803922],[34.3137254901961,21.5686274509804,0],[96.078431372549,87.2549019607843,70.5882352941177],[137.254901960784,128.43137254902,121.56862745098],[39.2156862745098,30.3921568627451,21.5686274509804],[38.2352941176471,30.3921568627451,19.6078431372549],[23.5294117647059,13.7254901960784,1.96078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[18.6274509803922,6.86274509803922,0],[26.4705882352941,14.7058823529412,2.94117647058824],[36.2745098039216,24.5098039215686,12.7450980392157],[27.4509803921569,13.7254901960784,0.980392156862745],[12.7450980392157,0,0],[18.6274509803922,5.88235294117647,0],[37.2549019607843,22.5490196078431,0],[63.7254901960784,50,23.5294117647059],[45.0980392156863,34.3137254901961,4.90196078431373],[37.2549019607843,28.4313725490196,0],[97.0588235294118,86.2745098039216,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[61.7647058823529,40.1960784313726,1.96078431372549],[130.392156862745,108.823529411765,62.7450980392157],[114.705882352941,93.1372549019608,44.1176470588235],[105.882352941176,90.1960784313725,40.1960784313726],[111.764705882353,98.0392156862745,50],[94.1176470588235,82.3529411764706,35.2941176470588],[159.803921568627,148.039215686275,100.980392156863],[159.803921568627,148.039215686275,97.0588235294118],[183.333333333333,177.450980392157,126.470588235294],[152.941176470588,154.901960784314,108.823529411765],[61.7647058823529,73.5294117647059,36.2745098039216],[0,20.5882352941176,0],[76.4705882352941,104.901960784314,83.3333333333333],[137.254901960784,163.725490196078,133.333333333333],[137.254901960784,155.882352941176,124.509803921569],[150.980392156863,161.764705882353,132.352941176471],[111.764705882353,122.549019607843,93.1372549019608],[85.2941176470588,105.882352941176,75.4901960784314],[110.78431372549,129.411764705882,100],[128.43137254902,136.274509803922,112.745098039216],[125.490196078431,124.509803921569,104.901960784314],[163.725490196078,160.78431372549,144.117647058824],[224.509803921569,222.549019607843,207.843137254902],[183.333333333333,191.176470588235,176.470588235294],[166.666666666667,177.450980392157,163.725490196078],[211.764705882353,217.647058823529,207.843137254902],[232.352941176471,242.156862745098,233.333333333333],[206.862745098039,228.43137254902,216.666666666667],[139.21568627451,160.78431372549,148.039215686275],[132.352941176471,143.137254901961,127.450980392157],[168.627450980392,184.313725490196,171.56862745098],[166.666666666667,205.882352941176,195.098039215686],[157.843137254902,204.901960784314,193.137254901961],[157.843137254902,195.098039215686,182.352941176471],[180.392156862745,212.745098039216,201.960784313725],[134.313725490196,168.627450980392,162.745098039216],[115.686274509804,150.980392156863,147.058823529412],[90.1960784313725,130.392156862745,124.509803921569],[108.823529411765,143.137254901961,136.274509803922],[125.490196078431,150,144.117647058824],[201.960784313725,222.549019607843,223.529411764706],[190.196078431373,215.686274509804,230.392156862745],[122.549019607843,156.862745098039,176.470588235294],[106.862745098039,151.960784313725,167.647058823529],[124.509803921569,169.607843137255,184.313725490196],[109.803921568627,149.019607843137,160.78431372549],[148.039215686275,176.470588235294,190.196078431373],[191.176470588235,206.862745098039,222.549019607843],[152.941176470588,168.627450980392,184.313725490196],[138.235294117647,169.607843137255,182.352941176471],[124.509803921569,161.764705882353,174.509803921569],[135.294117647059,171.56862745098,189.21568627451],[122.549019607843,162.745098039216,180.392156862745],[104.901960784314,151.960784313725,171.56862745098],[112.745098039216,156.862745098039,179.411764705882],[139.21568627451,165.686274509804,194.117647058824],[123.529411764706,147.058823529412,174.509803921569],[112.745098039216,149.019607843137,167.647058823529],[120.588235294118,161.764705882353,177.450980392157],[136.274509803922,175.490196078431,187.254901960784],[142.156862745098,173.529411764706,186.274509803922],[145.098039215686,163.725490196078,177.450980392157],[136.274509803922,153.921568627451,165.686274509804],[142.156862745098,172.549019607843,177.450980392157],[144.117647058824,177.450980392157,179.411764705882],[140.196078431373,163.725490196078,165.686274509804],[154.901960784314,165.686274509804,169.607843137255],[183.333333333333,181.372549019608,186.274509803922],[250,247.058823529412,250],[228.43137254902,222.549019607843,222.549019607843],[229.411764705882,228.43137254902,224.509803921569],[186.274509803922,189.21568627451,182.352941176471],[189.21568627451,192.156862745098,185.294117647059],[225.490196078431,228.43137254902,221.56862745098],[210.78431372549,213.725490196078,206.862745098039],[171.56862745098,178.43137254902,170.588235294118],[171.56862745098,183.333333333333,173.529411764706],[195.098039215686,205.882352941176,198.039215686275],[155.882352941176,170.588235294118,167.647058823529],[170.588235294118,191.176470588235,192.156862745098],[139.21568627451,157.843137254902,161.764705882353],[139.21568627451,150,155.882352941176],[151.960784313725,156.862745098039,160.78431372549],[180.392156862745,181.372549019608,183.333333333333],[221.56862745098,230.392156862745,227.450980392157],[176.470588235294,197.058823529412,192.156862745098],[174.509803921569,202.941176470588,200.980392156863],[157.843137254902,186.274509803922,194.117647058824],[144.117647058824,171.56862745098,185.294117647059],[135.294117647059,161.764705882353,180.392156862745],[144.117647058824,176.470588235294,193.137254901961],[124.509803921569,172.549019607843,177.450980392157],[129.411764705882,186.274509803922,190.196078431373],[179.411764705882,236.274509803922,248.039215686275],[126.470588235294,184.313725490196,200],[117.647058823529,175.490196078431,191.176470588235],[121.56862745098,177.450980392157,196.078431372549],[150.980392156863,206.862745098039,225.490196078431],[141.176470588235,193.137254901961,208.823529411765],[132.352941176471,180.392156862745,194.117647058824],[149.019607843137,192.156862745098,202.941176470588],[187.254901960784,225.490196078431,232.352941176471],[206.862745098039,235.294117647059,239.21568627451],[184.313725490196,204.901960784314,207.843137254902],[210.78431372549,224.509803921569,225.490196078431],[238.235294117647,243.137254901961,246.078431372549],[245.098039215686,243.137254901961,248.039215686275],[250,242.156862745098,250],[250,247.058823529412,248.039215686275],[250,249.019607843137,238.235294117647],[228.43137254902,229.411764705882,213.725490196078],[235.294117647059,238.235294117647,227.450980392157],[238.235294117647,241.176470588235,232.352941176471],[215.686274509804,219.607843137255,204.901960784314],[224.509803921569,227.450980392157,206.862745098039],[231.372549019608,231.372549019608,205.882352941176],[199.019607843137,196.078431372549,165.686274509804],[113.725490196078,108.823529411765,77.4509803921569],[150,148.039215686275,109.803921568627],[137.254901960784,139.21568627451,90.1960784313725],[130.392156862745,136.274509803922,77.4509803921569],[156.862745098039,163.725490196078,97.0588235294118],[191.176470588235,197.058823529412,126.470588235294],[163.725490196078,164.705882352941,100],[164.705882352941,154.901960784314,97.0588235294118],[115.686274509804,88.2352941176471,41.1764705882353],[92.156862745098,59.8039215686275,15.6862745098039],[126.470588235294,104.901960784314,55.8823529411765],[121.56862745098,108.823529411765,57.843137254902],[138.235294117647,131.372549019608,88.2352941176471],[155.882352941176,154.901960784314,109.803921568627],[153.921568627451,161.764705882353,105.882352941176],[147.058823529412,157.843137254902,102.941176470588],[129.411764705882,145.098039215686,97.0588235294118],[40.1960784313726,59.8039215686275,9.80392156862745],[97.0588235294118,122.549019607843,58.8235294117647],[143.137254901961,171.56862745098,105.882352941176],[94.1176470588235,119.607843137255,55.8823529411765],[105.882352941176,130.392156862745,66.6666666666667],[143.137254901961,163.725490196078,96.078431372549],[58.8235294117647,78.4313725490196,10.7843137254902],[145.098039215686,163.725490196078,100.980392156863],[130.392156862745,145.098039215686,87.2549019607843],[64.7058823529412,75.4901960784314,20.5882352941176],[70.5882352941177,77.4509803921569,26.4705882352941],[138.235294117647,140.196078431373,91.1764705882353],[113.725490196078,113.725490196078,64.7058823529412],[117.647058823529,117.647058823529,68.6274509803922],[96.078431372549,99.0196078431373,45.0980392156863],[101.960784313725,106.862745098039,50],[137.254901960784,147.058823529412,87.2549019607843],[161.764705882353,175.490196078431,114.705882352941],[167.647058823529,183.333333333333,121.56862745098],[165.686274509804,183.333333333333,122.549019607843],[123.529411764706,141.176470588235,84.3137254901961],[82.3529411764706,99.0196078431373,45.0980392156863],[46.078431372549,65.6862745098039,7.84313725490196],[98.0392156862745,120.588235294118,53.921568627451],[167.647058823529,188.235294117647,120.588235294118],[104.901960784314,119.607843137255,53.921568627451],[127.450980392157,132.352941176471,69.6078431372549],[149.019607843137,143.137254901961,86.2745098039216],[84.3137254901961,66.6666666666667,19.6078431372549],[71.5686274509804,47.0588235294118,7.84313725490196],[73.5294117647059,43.1372549019608,15.6862745098039],[76.4705882352941,42.156862745098,23.5294117647059],[63.7254901960784,31.3725490196078,22.5490196078431],[27.4509803921569,2.94117647058824,0],[16.6666666666667,0,0],[6.86274509803922,0,0],[87.2549019607843,89.2156862745098,88.2352941176471],[32.3529411764706,41.1764705882353,38.2352941176471],[0,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[19.6078431372549,8.82352941176471,4.90196078431373],[26.4705882352941,13.7254901960784,7.84313725490196],[35.2941176470588,22.5490196078431,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[25.4901960784314,11.7647058823529,2.94117647058824],[36.2745098039216,19.6078431372549,9.80392156862745],[43.1372549019608,26.4705882352941,16.6666666666667],[48.0392156862745,30.3921568627451,20.5882352941176],[58.8235294117647,39.2156862745098,30.3921568627451],[50,30.3921568627451,19.6078431372549],[38.2352941176471,16.6666666666667,5.88235294117647],[56.8627450980392,35.2941176470588,22.5490196078431],[67.6470588235294,47.0588235294118,30.3921568627451],[48.0392156862745,25.4901960784314,7.84313725490196],[40.1960784313726,18.6274509803922,0],[25.4901960784314,3.92156862745098,0],[65.6862745098039,45.0980392156863,16.6666666666667],[104.901960784314,86.2745098039216,53.921568627451],[125.490196078431,107.843137254902,72.5490196078431],[136.274509803922,118.627450980392,79.4117647058823],[32.3529411764706,15.6862745098039,0],[70.5882352941177,56.8627450980392,12.7450980392157],[42.156862745098,30.3921568627451,0],[39.2156862745098,31.3725490196078,8.82352941176471],[76.4705882352941,70.5882352941177,54.9019607843137],[58.8235294117647,51.9607843137255,36.2745098039216],[43.1372549019608,36.2745098039216,18.6274509803922],[9.80392156862745,2.94117647058824,0],[25.4901960784314,16.6666666666667,0],[45.0980392156863,36.2745098039216,19.6078431372549],[22.5490196078431,10.7843137254902,0],[30.3921568627451,18.6274509803922,6.86274509803922],[58.8235294117647,45.0980392156863,34.3137254901961],[63.7254901960784,48.0392156862745,35.2941176470588],[26.4705882352941,10.7843137254902,0],[43.1372549019608,28.4313725490196,7.84313725490196],[65.6862745098039,50,25.4901960784314],[53.921568627451,39.2156862745098,10.7843137254902],[71.5686274509804,56.8627450980392,26.4705882352941],[61.7647058823529,47.0588235294118,16.6666666666667],[106.862745098039,89.2156862745098,53.921568627451],[116.666666666667,95.0980392156863,49.0196078431373],[124.509803921569,97.0588235294118,50],[156.862745098039,125.490196078431,85.2941176470588],[167.647058823529,139.21568627451,96.078431372549],[159.803921568627,137.254901960784,86.2745098039216],[109.803921568627,89.2156862745098,35.2941176470588],[99.0196078431373,77.4509803921569,28.4313725490196],[143.137254901961,119.607843137255,74.5098039215686],[218.627450980392,194.117647058824,153.921568627451],[171.56862745098,150.980392156863,108.823529411765],[152.941176470588,143.137254901961,93.1372549019608],[118.627450980392,119.607843137255,78.4313725490196],[65.6862745098039,77.4509803921569,57.843137254902],[22.5490196078431,36.2745098039216,23.5294117647059],[14.7058823529412,26.4705882352941,4.90196078431373],[90.1960784313725,95.0980392156863,72.5490196078431],[150,151.960784313725,130.392156862745],[75.4901960784314,80.3921568627451,57.843137254902],[82.3529411764706,101.960784313725,74.5098039215686],[107.843137254902,130.392156862745,101.960784313725],[160.78431372549,176.470588235294,150.980392156863],[138.235294117647,150,126.470588235294],[143.137254901961,151.960784313725,131.372549019608],[225.490196078431,237.254901960784,217.647058823529],[158.823529411765,176.470588235294,154.901960784314],[150,166.666666666667,148.039215686275],[179.411764705882,185.294117647059,171.56862745098],[209.803921568627,215.686274509804,203.921568627451],[240.196078431373,250,243.137254901961],[180.392156862745,194.117647058824,177.450980392157],[158.823529411765,163.725490196078,144.117647058824],[129.411764705882,141.176470588235,121.56862745098],[128.43137254902,161.764705882353,146.078431372549],[151.960784313725,195.098039215686,182.352941176471],[176.470588235294,213.725490196078,200.980392156863],[143.137254901961,177.450980392157,170.588235294118],[113.725490196078,151.960784313725,150.980392156863],[109.803921568627,150,151.960784313725],[90.1960784313725,135.294117647059,135.294117647059],[87.2549019607843,130.392156862745,129.411764705882],[139.21568627451,168.627450980392,166.666666666667],[164.705882352941,189.21568627451,194.117647058824],[159.803921568627,188.235294117647,205.882352941176],[137.254901960784,170.588235294118,195.098039215686],[121.56862745098,162.745098039216,184.313725490196],[129.411764705882,171.56862745098,188.235294117647],[135.294117647059,172.549019607843,185.294117647059],[152.941176470588,180.392156862745,194.117647058824],[161.764705882353,178.43137254902,194.117647058824],[178.43137254902,191.176470588235,207.843137254902],[166.666666666667,183.333333333333,199.019607843137],[131.372549019608,148.039215686275,165.686274509804],[151.960784313725,167.647058823529,190.196078431373],[133.333333333333,159.803921568627,180.392156862745],[110.78431372549,160.78431372549,177.450980392157],[108.823529411765,160.78431372549,178.43137254902],[126.470588235294,161.764705882353,187.254901960784],[119.607843137255,149.019607843137,174.509803921569],[121.56862745098,152.941176470588,175.490196078431],[150,184.313725490196,203.921568627451],[135.294117647059,171.56862745098,187.254901960784],[152.941176470588,184.313725490196,199.019607843137],[143.137254901961,161.764705882353,178.43137254902],[149.019607843137,167.647058823529,182.352941176471],[143.137254901961,175.490196078431,184.313725490196],[123.529411764706,155.882352941176,160.78431372549],[141.176470588235,164.705882352941,168.627450980392],[149.019607843137,159.803921568627,165.686274509804],[187.254901960784,182.352941176471,189.21568627451],[212.745098039216,201.960784313725,207.843137254902],[250,244.117647058824,247.058823529412],[247.058823529412,243.137254901961,240.196078431373],[198.039215686275,199.019607843137,193.137254901961],[200.980392156863,201.960784313725,196.078431372549],[234.313725490196,233.333333333333,228.43137254902],[207.843137254902,208.823529411765,202.941176470588],[163.725490196078,168.627450980392,161.764705882353],[149.019607843137,153.921568627451,148.039215686275],[156.862745098039,161.764705882353,157.843137254902],[130.392156862745,139.21568627451,138.235294117647],[147.058823529412,161.764705882353,164.705882352941],[163.725490196078,178.43137254902,185.294117647059],[169.607843137255,176.470588235294,186.274509803922],[186.274509803922,189.21568627451,198.039215686275],[208.823529411765,209.803921568627,214.705882352941],[185.294117647059,193.137254901961,196.078431372549],[218.627450980392,242.156862745098,244.117647058824],[222.549019607843,250,250],[144.117647058824,179.411764705882,195.098039215686],[127.450980392157,162.745098039216,186.274509803922],[143.137254901961,177.450980392157,204.901960784314],[129.411764705882,172.549019607843,197.058823529412],[132.352941176471,190.196078431373,205.882352941176],[99.0196078431373,165.686274509804,178.43137254902],[109.803921568627,173.529411764706,191.176470588235],[116.666666666667,180.392156862745,201.960784313725],[117.647058823529,181.372549019608,202.941176470588],[121.56862745098,182.352941176471,204.901960784314],[111.764705882353,170.588235294118,194.117647058824],[102.941176470588,159.803921568627,181.372549019608],[118.627450980392,169.607843137255,190.196078431373],[134.313725490196,180.392156862745,196.078431372549],[167.647058823529,206.862745098039,216.666666666667],[204.901960784314,237.254901960784,246.078431372549],[216.666666666667,239.21568627451,245.098039215686],[213.725490196078,226.470588235294,234.313725490196],[244.117647058824,248.039215686275,250],[250,249.019607843137,250],[240.196078431373,234.313725490196,244.117647058824],[250,247.058823529412,250],[250,250,248.039215686275],[243.137254901961,246.078431372549,239.21568627451],[246.078431372549,250,246.078431372549],[237.254901960784,243.137254901961,241.176470588235],[246.078431372549,250,250],[243.137254901961,244.117647058824,248.039215686275],[249.019607843137,248.039215686275,246.078431372549],[237.254901960784,233.333333333333,221.56862745098],[210.78431372549,207.843137254902,173.529411764706],[173.529411764706,171.56862745098,123.529411764706],[147.058823529412,148.039215686275,89.2156862745098],[154.901960784314,156.862745098039,93.1372549019608],[161.764705882353,162.745098039216,103.921568627451],[180.392156862745,178.43137254902,120.588235294118],[168.627450980392,162.745098039216,105.882352941176],[169.607843137255,157.843137254902,99.0196078431373],[145.098039215686,127.450980392157,64.7058823529412],[116.666666666667,98.0392156862745,33.3333333333333],[143.137254901961,122.549019607843,56.8627450980392],[173.529411764706,153.921568627451,92.156862745098],[145.098039215686,128.43137254902,75.4901960784314],[106.862745098039,96.078431372549,43.1372549019608],[165.686274509804,161.764705882353,100],[174.509803921569,179.411764705882,116.666666666667],[102.941176470588,109.803921568627,56.8627450980392],[90.1960784313725,100.980392156863,46.078431372549],[146.078431372549,157.843137254902,95.0980392156863],[127.450980392157,142.156862745098,74.5098039215686],[116.666666666667,132.352941176471,70.5882352941177],[100.980392156863,121.56862745098,57.843137254902],[137.254901960784,162.745098039216,91.1764705882353],[126.470588235294,150.980392156863,84.3137254901961],[134.313725490196,152.941176470588,99.0196078431373],[119.607843137255,131.372549019608,84.3137254901961],[20.5882352941176,27.4509803921569,0],[36.2745098039216,39.2156862745098,0],[61.7647058823529,59.8039215686275,19.6078431372549],[91.1764705882353,88.2352941176471,46.078431372549],[53.921568627451,51.9607843137255,4.90196078431373],[62.7450980392157,62.7450980392157,11.7647058823529],[61.7647058823529,67.6470588235294,8.82352941176471],[123.529411764706,134.313725490196,69.6078431372549],[206.862745098039,221.56862745098,153.921568627451],[144.117647058824,160.78431372549,92.156862745098],[163.725490196078,183.333333333333,115.686274509804],[158.823529411765,179.411764705882,113.725490196078],[115.686274509804,136.274509803922,72.5490196078431],[127.450980392157,148.039215686275,84.3137254901961],[138.235294117647,159.803921568627,96.078431372549],[99.0196078431373,117.647058823529,52.9411764705882],[84.3137254901961,96.078431372549,33.3333333333333],[114.705882352941,118.627450980392,60.7843137254902],[118.627450980392,111.764705882353,58.8235294117647],[100,82.3529411764706,37.2549019607843],[106.862745098039,81.3725490196078,45.0980392156863],[110.78431372549,80.3921568627451,52.9411764705882],[86.2745098039216,53.921568627451,35.2941176470588],[79.4117647058823,48.0392156862745,37.2549019607843],[38.2352941176471,13.7254901960784,8.82352941176471],[16.6666666666667,0,0],[5.88235294117647,0,0],[159.803921568627,159.803921568627,159.803921568627],[70.5882352941177,76.4705882352941,74.5098039215686],[0,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,4.90196078431373,1.96078431372549],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,12.7450980392157,10.7843137254902],[35.2941176470588,25.4901960784314,23.5294117647059],[34.3137254901961,23.5294117647059,19.6078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[39.2156862745098,26.4705882352941,20.5882352941176],[32.3529411764706,17.6470588235294,10.7843137254902],[29.4117647058824,15.6862745098039,6.86274509803922],[27.4509803921569,10.7843137254902,0.980392156862745],[37.2549019607843,20.5882352941176,10.7843137254902],[34.3137254901961,16.6666666666667,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[26.4705882352941,8.82352941176471,0],[16.6666666666667,0,0],[36.2745098039216,17.6470588235294,3.92156862745098],[55.8823529411765,37.2549019607843,22.5490196078431],[60.7843137254902,40.1960784313726,23.5294117647059],[58.8235294117647,38.2352941176471,19.6078431372549],[48.0392156862745,28.4313725490196,4.90196078431373],[48.0392156862745,28.4313725490196,1.96078431372549],[79.4117647058823,60.7843137254902,29.4117647058824],[59.8039215686275,44.1176470588235,8.82352941176471],[56.8627450980392,42.156862745098,3.92156862745098],[50.9803921568627,36.2745098039216,0],[107.843137254902,94.1176470588235,50],[38.2352941176471,26.4705882352941,0],[47.0588235294118,41.1764705882353,9.80392156862745],[21.5686274509804,17.6470588235294,0],[17.6470588235294,11.7647058823529,0],[51.9607843137255,46.078431372549,20.5882352941176],[73.5294117647059,67.6470588235294,44.1176470588235],[6.86274509803922,0.980392156862745,0],[22.5490196078431,13.7254901960784,0],[25.4901960784314,16.6666666666667,1.96078431372549],[85.2941176470588,72.5490196078431,63.7254901960784],[61.7647058823529,48.0392156862745,39.2156862745098],[30.3921568627451,13.7254901960784,3.92156862745098],[41.1764705882353,25.4901960784314,10.7843137254902],[31.3725490196078,14.7058823529412,0],[60.7843137254902,45.0980392156863,20.5882352941176],[78.4313725490196,61.7647058823529,32.3529411764706],[105.882352941176,90.1960784313725,57.843137254902],[83.3333333333333,64.7058823529412,32.3529411764706],[93.1372549019608,74.5098039215686,35.2941176470588],[109.803921568627,87.2549019607843,38.2352941176471],[116.666666666667,90.1960784313725,38.2352941176471],[115.686274509804,85.2941176470588,39.2156862745098],[153.921568627451,123.529411764706,78.4313725490196],[154.901960784314,129.411764705882,81.3725490196078],[141.176470588235,118.627450980392,67.6470588235294],[140.196078431373,114.705882352941,64.7058823529412],[178.43137254902,150.980392156863,103.921568627451],[199.019607843137,166.666666666667,124.509803921569],[212.745098039216,184.313725490196,143.137254901961],[107.843137254902,89.2156862745098,47.0588235294118],[86.2745098039216,78.4313725490196,42.156862745098],[116.666666666667,119.607843137255,99.0196078431373],[61.7647058823529,70.5882352941177,53.921568627451],[50.9803921568627,55.8823529411765,33.3333333333333],[110.78431372549,113.725490196078,87.2549019607843],[138.235294117647,136.274509803922,111.764705882353],[80.3921568627451,84.3137254901961,57.843137254902],[69.6078431372549,85.2941176470588,56.8627450980392],[60.7843137254902,81.3725490196078,50.9803921568627],[155.882352941176,169.607843137255,144.117647058824],[238.235294117647,248.039215686275,223.529411764706],[158.823529411765,168.627450980392,145.098039215686],[209.803921568627,221.56862745098,200],[192.156862745098,210.78431372549,189.21568627451],[162.745098039216,181.372549019608,162.745098039216],[167.647058823529,178.43137254902,164.705882352941],[200.980392156863,210.78431372549,200],[213.725490196078,234.313725490196,219.607843137255],[149.019607843137,167.647058823529,149.019607843137],[139.21568627451,147.058823529412,123.529411764706],[129.411764705882,141.176470588235,117.647058823529],[133.333333333333,165.686274509804,147.058823529412],[146.078431372549,186.274509803922,172.549019607843],[163.725490196078,196.078431372549,185.294117647059],[139.21568627451,171.56862745098,164.705882352941],[123.529411764706,160.78431372549,161.764705882353],[125.490196078431,169.607843137255,174.509803921569],[75.4901960784314,125.490196078431,128.43137254902],[84.3137254901961,133.333333333333,134.313725490196],[107.843137254902,147.058823529412,147.058823529412],[128.43137254902,160.78431372549,167.647058823529],[91.1764705882353,122.549019607843,143.137254901961],[123.529411764706,158.823529411765,184.313725490196],[115.686274509804,151.960784313725,177.450980392157],[116.666666666667,153.921568627451,174.509803921569],[126.470588235294,161.764705882353,177.450980392157],[143.137254901961,170.588235294118,184.313725490196],[162.745098039216,179.411764705882,197.058823529412],[185.294117647059,196.078431372549,213.725490196078],[155.882352941176,163.725490196078,182.352941176471],[160.78431372549,168.627450980392,189.21568627451],[155.882352941176,161.764705882353,185.294117647059],[136.274509803922,156.862745098039,177.450980392157],[116.666666666667,162.745098039216,178.43137254902],[121.56862745098,173.529411764706,191.176470588235],[125.490196078431,161.764705882353,187.254901960784],[124.509803921569,154.901960784314,182.352941176471],[150.980392156863,182.352941176471,206.862745098039],[166.666666666667,198.039215686275,220.588235294118],[117.647058823529,153.921568627451,172.549019607843],[123.529411764706,157.843137254902,176.470588235294],[140.196078431373,161.764705882353,182.352941176471],[146.078431372549,168.627450980392,186.274509803922],[121.56862745098,152.941176470588,163.725490196078],[117.647058823529,150,158.823529411765],[131.372549019608,153.921568627451,161.764705882353],[166.666666666667,177.450980392157,183.333333333333],[203.921568627451,202.941176470588,208.823529411765],[211.764705882353,205.882352941176,209.803921568627],[245.098039215686,241.176470588235,242.156862745098],[249.019607843137,248.039215686275,246.078431372549],[220.588235294118,219.607843137255,215.686274509804],[208.823529411765,205.882352941176,200.980392156863],[213.725490196078,208.823529411765,204.901960784314],[211.764705882353,208.823529411765,203.921568627451],[197.058823529412,201.960784313725,195.098039215686],[169.607843137255,176.470588235294,169.607843137255],[189.21568627451,194.117647058824,190.196078431373],[188.235294117647,197.058823529412,196.078431372549],[150,163.725490196078,166.666666666667],[149.019607843137,161.764705882353,170.588235294118],[191.176470588235,197.058823529412,208.823529411765],[204.901960784314,208.823529411765,220.588235294118],[191.176470588235,194.117647058824,202.941176470588],[187.254901960784,198.039215686275,203.921568627451],[207.843137254902,232.352941176471,239.21568627451],[161.764705882353,195.098039215686,206.862745098039],[132.352941176471,167.647058823529,191.176470588235],[138.235294117647,176.470588235294,206.862745098039],[142.156862745098,181.372549019608,215.686274509804],[127.450980392157,175.490196078431,207.843137254902],[119.607843137255,180.392156862745,204.901960784314],[114.705882352941,181.372549019608,201.960784313725],[122.549019607843,187.254901960784,210.78431372549],[126.470588235294,189.21568627451,215.686274509804],[122.549019607843,185.294117647059,212.745098039216],[124.509803921569,184.313725490196,212.745098039216],[115.686274509804,175.490196078431,202.941176470588],[111.764705882353,167.647058823529,194.117647058824],[125.490196078431,178.43137254902,201.960784313725],[136.274509803922,183.333333333333,204.901960784314],[193.137254901961,235.294117647059,250],[213.725490196078,249.019607843137,250],[215.686274509804,243.137254901961,250],[230.392156862745,250,250],[237.254901960784,250,250],[231.372549019608,238.235294117647,248.039215686275],[243.137254901961,245.098039215686,250],[242.156862745098,244.117647058824,250],[234.313725490196,243.137254901961,248.039215686275],[237.254901960784,248.039215686275,250],[232.352941176471,244.117647058824,242.156862745098],[236.274509803922,246.078431372549,245.098039215686],[234.313725490196,242.156862745098,244.117647058824],[246.078431372549,250,250],[247.058823529412,249.019607843137,244.117647058824],[243.137254901961,246.078431372549,229.411764705882],[222.549019607843,223.529411764706,190.196078431373],[220.588235294118,222.549019607843,174.509803921569],[215.686274509804,214.705882352941,158.823529411765],[191.176470588235,189.21568627451,129.411764705882],[195.098039215686,191.176470588235,131.372549019608],[182.352941176471,176.470588235294,115.686274509804],[198.039215686275,190.196078431373,126.470588235294],[185.294117647059,176.470588235294,108.823529411765],[139.21568627451,130.392156862745,56.8627450980392],[127.450980392157,115.686274509804,41.1764705882353],[145.098039215686,132.352941176471,55.8823529411765],[153.921568627451,137.254901960784,68.6274509803922],[151.960784313725,136.274509803922,77.4509803921569],[135.294117647059,120.588235294118,62.7450980392157],[151.960784313725,145.098039215686,78.4313725490196],[153.921568627451,150,87.2549019607843],[115.686274509804,114.705882352941,59.8039215686275],[196.078431372549,196.078431372549,143.137254901961],[165.686274509804,167.647058823529,105.882352941176],[142.156862745098,147.058823529412,82.3529411764706],[74.5098039215686,82.3529411764706,23.5294117647059],[80.3921568627451,94.1176470588235,34.3137254901961],[144.117647058824,164.705882352941,99.0196078431373],[88.2352941176471,107.843137254902,46.078431372549],[123.529411764706,135.294117647059,90.1960784313725],[165.686274509804,171.56862745098,134.313725490196],[99.0196078431373,103.921568627451,64.7058823529412],[102.941176470588,103.921568627451,64.7058823529412],[117.647058823529,116.666666666667,73.5294117647059],[113.725490196078,112.745098039216,65.6862745098039],[150.980392156863,150.980392156863,100],[111.764705882353,116.666666666667,61.7647058823529],[102.941176470588,112.745098039216,52.9411764705882],[84.3137254901961,99.0196078431373,35.2941176470588],[119.607843137255,136.274509803922,69.6078431372549],[146.078431372549,165.686274509804,96.078431372549],[131.372549019608,150.980392156863,81.3725490196078],[140.196078431373,159.803921568627,90.1960784313725],[150,169.607843137255,100],[125.490196078431,145.098039215686,77.4509803921569],[89.2156862745098,107.843137254902,45.0980392156863],[89.2156862745098,104.901960784314,44.1176470588235],[69.6078431372549,79.4117647058823,20.5882352941176],[102.941176470588,102.941176470588,50],[97.0588235294118,89.2156862745098,41.1764705882353],[106.862745098039,90.1960784313725,48.0392156862745],[106.862745098039,81.3725490196078,49.0196078431373],[102.941176470588,73.5294117647059,48.0392156862745],[86.2745098039216,55.8823529411765,36.2745098039216],[40.1960784313726,10.7843137254902,0],[27.4509803921569,2.94117647058824,0],[20.5882352941176,2.94117647058824,0],[6.86274509803922,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0.980392156862745,1.96078431372549],[0,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,9.80392156862745,8.82352941176471],[27.4509803921569,16.6666666666667,14.7058823529412],[20.5882352941176,9.80392156862745,7.84313725490196],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,11.7647058823529,5.88235294117647],[18.6274509803922,3.92156862745098,0],[28.4313725490196,13.7254901960784,6.86274509803922],[18.6274509803922,4.90196078431373,0],[31.3725490196078,17.6470588235294,8.82352941176471],[23.5294117647059,9.80392156862745,0.980392156862745],[43.1372549019608,29.4117647058824,20.5882352941176],[44.1176470588235,27.4509803921569,19.6078431372549],[38.2352941176471,21.5686274509804,11.7647058823529],[20.5882352941176,2.94117647058824,0],[13.7254901960784,0,0],[31.3725490196078,12.7450980392157,0],[48.0392156862745,29.4117647058824,14.7058823529412],[55.8823529411765,38.2352941176471,18.6274509803922],[47.0588235294118,29.4117647058824,5.88235294117647],[58.8235294117647,42.156862745098,14.7058823529412],[65.6862745098039,50.9803921568627,18.6274509803922],[54.9019607843137,41.1764705882353,6.86274509803922],[71.5686274509804,57.843137254902,19.6078431372549],[152.941176470588,140.196078431373,99.0196078431373],[91.1764705882353,83.3333333333333,38.2352941176471],[100,96.078431372549,50],[52.9411764705882,50,5.88235294117647],[49.0196078431373,46.078431372549,3.92156862745098],[117.647058823529,113.725490196078,77.4509803921569],[144.117647058824,137.254901960784,108.823529411765],[42.156862745098,34.3137254901961,11.7647058823529],[35.2941176470588,26.4705882352941,9.80392156862745],[34.3137254901961,21.5686274509804,12.7450980392157],[47.0588235294118,32.3529411764706,27.4509803921569],[46.078431372549,31.3725490196078,26.4705882352941],[14.7058823529412,0,0],[23.5294117647059,5.88235294117647,0],[38.2352941176471,19.6078431372549,2.94117647058824],[55.8823529411765,39.2156862745098,13.7254901960784],[107.843137254902,89.2156862745098,57.843137254902],[88.2352941176471,70.5882352941177,35.2941176470588],[100.980392156863,86.2745098039216,48.0392156862745],[114.705882352941,98.0392156862745,55.8823529411765],[98.0392156862745,76.4705882352941,30.3921568627451],[105.882352941176,83.3333333333333,32.3529411764706],[122.549019607843,100.980392156863,42.156862745098],[144.117647058824,122.549019607843,65.6862745098039],[155.882352941176,133.333333333333,90.1960784313725],[92.156862745098,69.6078431372549,29.4117647058824],[123.529411764706,100,54.9019607843137],[152.941176470588,125.490196078431,76.4705882352941],[137.254901960784,106.862745098039,50.9803921568627],[231.372549019608,203.921568627451,154.901960784314],[250,236.274509803922,208.823529411765],[55.8823529411765,43.1372549019608,24.5098039215686],[18.6274509803922,22.5490196078431,0],[125.490196078431,136.274509803922,104.901960784314],[154.901960784314,164.705882352941,128.43137254902],[167.647058823529,174.509803921569,134.313725490196],[132.352941176471,134.313725490196,98.0392156862745],[60.7843137254902,64.7058823529412,28.4313725490196],[56.8627450980392,66.6666666666667,30.3921568627451],[72.5490196078431,82.3529411764706,49.0196078431373],[141.176470588235,144.117647058824,115.686274509804],[226.470588235294,224.509803921569,201.960784313725],[248.039215686275,245.098039215686,226.470588235294],[231.372549019608,234.313725490196,217.647058823529],[244.117647058824,250,239.21568627451],[219.607843137255,235.294117647059,222.549019607843],[215.686274509804,232.352941176471,222.549019607843],[203.921568627451,226.470588235294,216.666666666667],[172.549019607843,204.901960784314,194.117647058824],[124.509803921569,156.862745098039,140.196078431373],[122.549019607843,142.156862745098,114.705882352941],[132.352941176471,151.960784313725,124.509803921569],[151.960784313725,184.313725490196,165.686274509804],[145.098039215686,178.43137254902,164.705882352941],[138.235294117647,163.725490196078,154.901960784314],[138.235294117647,163.725490196078,160.78431372549],[144.117647058824,178.43137254902,182.352941176471],[114.705882352941,157.843137254902,166.666666666667],[103.921568627451,157.843137254902,162.745098039216],[102.941176470588,159.803921568627,161.764705882353],[142.156862745098,189.21568627451,191.176470588235],[165.686274509804,207.843137254902,214.705882352941],[105.882352941176,147.058823529412,168.627450980392],[116.666666666667,154.901960784314,183.333333333333],[122.549019607843,155.882352941176,183.333333333333],[139.21568627451,168.627450980392,194.117647058824],[139.21568627451,169.607843137255,190.196078431373],[134.313725490196,160.78431372549,179.411764705882],[177.450980392157,194.117647058824,211.764705882353],[169.607843137255,180.392156862745,200],[157.843137254902,165.686274509804,184.313725490196],[176.470588235294,184.313725490196,202.941176470588],[168.627450980392,179.411764705882,199.019607843137],[144.117647058824,161.764705882353,183.333333333333],[125.490196078431,161.764705882353,180.392156862745],[115.686274509804,155.882352941176,175.490196078431],[150,181.372549019608,205.882352941176],[166.666666666667,196.078431372549,223.529411764706],[148.039215686275,178.43137254902,205.882352941176],[157.843137254902,193.137254901961,216.666666666667],[132.352941176471,172.549019607843,194.117647058824],[103.921568627451,144.117647058824,163.725490196078],[140.196078431373,171.56862745098,192.156862745098],[153.921568627451,184.313725490196,203.921568627451],[142.156862745098,173.529411764706,188.235294117647],[143.137254901961,170.588235294118,182.352941176471],[139.21568627451,156.862745098039,168.627450980392],[165.686274509804,175.490196078431,184.313725490196],[166.666666666667,169.607843137255,174.509803921569],[176.470588235294,177.450980392157,179.411764705882],[246.078431372549,250,249.019607843137],[240.196078431373,242.156862745098,239.21568627451],[227.450980392157,222.549019607843,219.607843137255],[235.294117647059,225.490196078431,224.509803921569],[241.176470588235,227.450980392157,227.450980392157],[233.333333333333,225.490196078431,223.529411764706],[214.705882352941,224.509803921569,216.666666666667],[179.411764705882,194.117647058824,187.254901960784],[191.176470588235,203.921568627451,197.058823529412],[197.058823529412,210.78431372549,210.78431372549],[135.294117647059,152.941176470588,156.862745098039],[145.098039215686,158.823529411765,167.647058823529],[192.156862745098,200.980392156863,215.686274509804],[216.666666666667,224.509803921569,237.254901960784],[204.901960784314,212.745098039216,223.529411764706],[218.627450980392,231.372549019608,240.196078431373],[224.509803921569,248.039215686275,250],[187.254901960784,217.647058823529,235.294117647059],[144.117647058824,177.450980392157,204.901960784314],[152.941176470588,187.254901960784,224.509803921569],[144.117647058824,182.352941176471,222.549019607843],[120.588235294118,164.705882352941,204.901960784314],[126.470588235294,184.313725490196,215.686274509804],[116.666666666667,176.470588235294,204.901960784314],[119.607843137255,177.450980392157,208.823529411765],[126.470588235294,181.372549019608,213.725490196078],[127.450980392157,182.352941176471,216.666666666667],[130.392156862745,185.294117647059,219.607843137255],[124.509803921569,179.411764705882,213.725490196078],[115.686274509804,168.627450980392,201.960784313725],[116.666666666667,168.627450980392,199.019607843137],[111.764705882353,160.78431372549,185.294117647059],[179.411764705882,225.490196078431,245.098039215686],[180.392156862745,221.56862745098,237.254901960784],[136.274509803922,171.56862745098,183.333333333333],[163.725490196078,193.137254901961,202.941176470588],[200.980392156863,224.509803921569,234.313725490196],[194.117647058824,213.725490196078,224.509803921569],[213.725490196078,229.411764705882,242.156862745098],[212.745098039216,228.43137254902,243.137254901961],[201.960784313725,223.529411764706,236.274509803922],[218.627450980392,241.176470588235,249.019607843137],[233.333333333333,248.039215686275,250],[223.529411764706,235.294117647059,231.372549019608],[237.254901960784,250,232.352941176471],[222.549019607843,237.254901960784,208.823529411765],[226.470588235294,243.137254901961,207.843137254902],[243.137254901961,250,222.549019607843],[243.137254901961,250,220.588235294118],[241.176470588235,245.098039215686,210.78431372549],[240.196078431373,236.274509803922,199.019607843137],[236.274509803922,226.470588235294,178.43137254902],[198.039215686275,189.21568627451,125.490196078431],[161.764705882353,153.921568627451,80.3921568627451],[137.254901960784,132.352941176471,50],[118.627450980392,116.666666666667,31.3725490196078],[90.1960784313725,87.2549019607843,7.84313725490196],[129.411764705882,126.470588235294,50.9803921568627],[189.21568627451,186.274509803922,108.823529411765],[180.392156862745,176.470588235294,103.921568627451],[171.56862745098,166.666666666667,103.921568627451],[189.21568627451,183.333333333333,122.549019607843],[194.117647058824,187.254901960784,120.588235294118],[161.764705882353,153.921568627451,92.156862745098],[155.882352941176,149.019607843137,98.0392156862745],[151.960784313725,146.078431372549,97.0588235294118],[120.588235294118,118.627450980392,62.7450980392157],[111.764705882353,110.78431372549,54.9019607843137],[62.7450980392157,62.7450980392157,11.7647058823529],[105.882352941176,105.882352941176,56.8627450980392],[134.313725490196,134.313725490196,81.3725490196078],[63.7254901960784,63.7254901960784,14.7058823529412],[69.6078431372549,69.6078431372549,34.3137254901961],[42.156862745098,42.156862745098,8.82352941176471],[140.196078431373,138.235294117647,100],[133.333333333333,132.352941176471,87.2549019607843],[87.2549019607843,87.2549019607843,36.2745098039216],[149.019607843137,151.960784313725,96.078431372549],[112.745098039216,120.588235294118,61.7647058823529],[144.117647058824,155.882352941176,95.0980392156863],[122.549019607843,138.235294117647,77.4509803921569],[70.5882352941177,88.2352941176471,29.4117647058824],[19.6078431372549,39.2156862745098,0],[129.411764705882,149.019607843137,89.2156862745098],[152.941176470588,168.627450980392,106.862745098039],[134.313725490196,149.019607843137,83.3333333333333],[204.901960784314,215.686274509804,148.039215686275],[158.823529411765,169.607843137255,102.941176470588],[118.627450980392,130.392156862745,69.6078431372549],[103.921568627451,112.745098039216,56.8627450980392],[62.7450980392157,67.6470588235294,14.7058823529412],[74.5098039215686,72.5490196078431,24.5098039215686],[139.21568627451,128.43137254902,84.3137254901961],[136.274509803922,118.627450980392,81.3725490196078],[106.862745098039,84.3137254901961,52.9411764705882],[58.8235294117647,31.3725490196078,7.84313725490196],[26.4705882352941,0,0],[37.2549019607843,11.7647058823529,0],[46.078431372549,23.5294117647059,15.6862745098039],[22.5490196078431,4.90196078431373,0.980392156862745],[16.6666666666667,6.86274509803922,4.90196078431373],[2.94117647058824,0,0],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,0,0],[25.4901960784314,14.7058823529412,10.7843137254902],[17.6470588235294,3.92156862745098,0.980392156862745],[14.7058823529412,1.96078431372549,0],[30.3921568627451,17.6470588235294,9.80392156862745],[29.4117647058824,16.6666666666667,8.82352941176471],[37.2549019607843,24.5098039215686,15.6862745098039],[32.3529411764706,19.6078431372549,10.7843137254902],[24.5098039215686,14.7058823529412,5.88235294117647],[18.6274509803922,5.88235294117647,0],[42.156862745098,29.4117647058824,21.5686274509804],[38.2352941176471,24.5098039215686,15.6862745098039],[13.7254901960784,0,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[20.5882352941176,4.90196078431373,0],[25.4901960784314,10.7843137254902,0],[44.1176470588235,30.3921568627451,4.90196078431373],[29.4117647058824,15.6862745098039,0],[53.921568627451,43.1372549019608,11.7647058823529],[85.2941176470588,75.4901960784314,41.1764705882353],[70.5882352941177,61.7647058823529,23.5294117647059],[60.7843137254902,51.9607843137255,11.7647058823529],[74.5098039215686,70.5882352941177,24.5098039215686],[63.7254901960784,61.7647058823529,14.7058823529412],[85.2941176470588,82.3529411764706,38.2352941176471],[101.960784313725,99.0196078431373,58.8235294117647],[67.6470588235294,61.7647058823529,26.4705882352941],[66.6666666666667,59.8039215686275,31.3725490196078],[35.2941176470588,27.4509803921569,4.90196078431373],[49.0196078431373,41.1764705882353,22.5490196078431],[19.6078431372549,7.84313725490196,0],[25.4901960784314,11.7647058823529,0.980392156862745],[52.9411764705882,37.2549019607843,24.5098039215686],[19.6078431372549,1.96078431372549,0],[30.3921568627451,12.7450980392157,0],[48.0392156862745,31.3725490196078,5.88235294117647],[69.6078431372549,50.9803921568627,19.6078431372549],[59.8039215686275,42.156862745098,6.86274509803922],[74.5098039215686,59.8039215686275,17.6470588235294],[111.764705882353,98.0392156862745,51.9607843137255],[69.6078431372549,51.9607843137255,4.90196078431373],[91.1764705882353,71.5686274509804,19.6078431372549],[132.352941176471,116.666666666667,55.8823529411765],[116.666666666667,100.980392156863,43.1372549019608],[113.725490196078,100,55.8823529411765],[64.7058823529412,50,9.80392156862745],[81.3725490196078,62.7450980392157,20.5882352941176],[115.686274509804,94.1176470588235,45.0980392156863],[150,124.509803921569,68.6274509803922],[200,174.509803921569,124.509803921569],[250,238.235294117647,207.843137254902],[87.2549019607843,76.4705882352941,54.9019607843137],[126.470588235294,133.333333333333,102.941176470588],[223.529411764706,235.294117647059,198.039215686275],[198.039215686275,203.921568627451,158.823529411765],[165.686274509804,167.647058823529,119.607843137255],[117.647058823529,119.607843137255,71.5686274509804],[72.5490196078431,74.5098039215686,28.4313725490196],[71.5686274509804,74.5098039215686,32.3529411764706],[100.980392156863,102.941176470588,64.7058823529412],[145.098039215686,142.156862745098,111.764705882353],[228.43137254902,224.509803921569,198.039215686275],[230.392156862745,228.43137254902,207.843137254902],[223.529411764706,224.509803921569,208.823529411765],[208.823529411765,216.666666666667,203.921568627451],[165.686274509804,181.372549019608,170.588235294118],[200.980392156863,223.529411764706,215.686274509804],[193.137254901961,223.529411764706,215.686274509804],[186.274509803922,225.490196078431,217.647058823529],[193.137254901961,233.333333333333,217.647058823529],[176.470588235294,208.823529411765,180.392156862745],[106.862745098039,139.21568627451,108.823529411765],[98.0392156862745,131.372549019608,114.705882352941],[134.313725490196,165.686274509804,154.901960784314],[156.862745098039,177.450980392157,170.588235294118],[150.980392156863,172.549019607843,170.588235294118],[153.921568627451,186.274509803922,191.176470588235],[126.470588235294,168.627450980392,175.490196078431],[126.470588235294,178.43137254902,182.352941176471],[117.647058823529,172.549019607843,173.529411764706],[170.588235294118,219.607843137255,218.627450980392],[148.039215686275,196.078431372549,200.980392156863],[125.490196078431,172.549019607843,192.156862745098],[106.862745098039,150,178.43137254902],[138.235294117647,168.627450980392,199.019607843137],[139.21568627451,165.686274509804,195.098039215686],[137.254901960784,166.666666666667,192.156862745098],[130.392156862745,155.882352941176,178.43137254902],[172.549019607843,188.235294117647,210.78431372549],[158.823529411765,169.607843137255,191.176470588235],[167.647058823529,175.490196078431,196.078431372549],[184.313725490196,197.058823529412,213.725490196078],[176.470588235294,193.137254901961,210.78431372549],[150,172.549019607843,190.196078431373],[144.117647058824,170.588235294118,191.176470588235],[144.117647058824,171.56862745098,195.098039215686],[147.058823529412,170.588235294118,198.039215686275],[147.058823529412,171.56862745098,200.980392156863],[130.392156862745,163.725490196078,191.176470588235],[136.274509803922,175.490196078431,200.980392156863],[125.490196078431,170.588235294118,194.117647058824],[122.549019607843,167.647058823529,191.176470588235],[124.509803921569,163.725490196078,188.235294117647],[124.509803921569,159.803921568627,183.333333333333],[127.450980392157,161.764705882353,181.372549019608],[131.372549019608,159.803921568627,175.490196078431],[150,168.627450980392,182.352941176471],[172.549019607843,185.294117647059,194.117647058824],[152.941176470588,161.764705882353,166.666666666667],[177.450980392157,187.254901960784,186.274509803922],[214.705882352941,226.470588235294,222.549019607843],[244.117647058824,250,246.078431372549],[248.039215686275,244.117647058824,241.176470588235],[250,239.21568627451,239.21568627451],[250,236.274509803922,239.21568627451],[234.313725490196,225.490196078431,226.470588235294],[206.862745098039,217.647058823529,213.725490196078],[171.56862745098,192.156862745098,185.294117647059],[143.137254901961,163.725490196078,158.823529411765],[151.960784313725,171.56862745098,170.588235294118],[143.137254901961,161.764705882353,167.647058823529],[186.274509803922,203.921568627451,215.686274509804],[181.372549019608,194.117647058824,209.803921568627],[204.901960784314,216.666666666667,232.352941176471],[213.725490196078,225.490196078431,237.254901960784],[210.78431372549,227.450980392157,237.254901960784],[199.019607843137,220.588235294118,234.313725490196],[215.686274509804,242.156862745098,250],[161.764705882353,191.176470588235,224.509803921569],[137.254901960784,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[137.254901960784,181.372549019608,222.549019607843],[146.078431372549,197.058823529412,233.333333333333],[127.450980392157,180.392156862745,213.725490196078],[136.274509803922,187.254901960784,223.529411764706],[138.235294117647,187.254901960784,223.529411764706],[132.352941176471,180.392156862745,219.607843137255],[128.43137254902,179.411764705882,217.647058823529],[121.56862745098,172.549019607843,210.78431372549],[118.627450980392,169.607843137255,205.882352941176],[125.490196078431,174.509803921569,206.862745098039],[117.647058823529,165.686274509804,195.098039215686],[150,197.058823529412,219.607843137255],[149.019607843137,193.137254901961,211.764705882353],[118.627450980392,159.803921568627,173.529411764706],[157.843137254902,195.098039215686,207.843137254902],[195.098039215686,228.43137254902,240.196078431373],[181.372549019608,210.78431372549,221.56862745098],[179.411764705882,204.901960784314,219.607843137255],[159.803921568627,185.294117647059,201.960784313725],[120.588235294118,149.019607843137,166.666666666667],[135.294117647059,161.764705882353,178.43137254902],[132.352941176471,154.901960784314,162.745098039216],[107.843137254902,128.43137254902,123.529411764706],[145.098039215686,167.647058823529,142.156862745098],[128.43137254902,152.941176470588,114.705882352941],[149.019607843137,174.509803921569,130.392156862745],[194.117647058824,214.705882352941,172.549019607843],[224.509803921569,239.21568627451,206.862745098039],[235.294117647059,242.156862745098,211.764705882353],[250,250,217.647058823529],[239.21568627451,232.352941176471,189.21568627451],[184.313725490196,176.470588235294,115.686274509804],[174.509803921569,168.627450980392,94.1176470588235],[151.960784313725,148.039215686275,62.7450980392157],[146.078431372549,144.117647058824,58.8235294117647],[150.980392156863,148.039215686275,72.5490196078431],[132.352941176471,130.392156862745,57.843137254902],[143.137254901961,147.058823529412,71.5686274509804],[179.411764705882,187.254901960784,111.764705882353],[190.196078431373,197.058823529412,131.372549019608],[146.078431372549,148.039215686275,84.3137254901961],[110.78431372549,105.882352941176,39.2156862745098],[112.745098039216,102.941176470588,42.156862745098],[127.450980392157,115.686274509804,66.6666666666667],[64.7058823529412,54.9019607843137,6.86274509803922],[88.2352941176471,86.2745098039216,30.3921568627451],[87.2549019607843,88.2352941176471,32.3529411764706],[33.3333333333333,31.3725490196078,0],[124.509803921569,117.647058823529,74.5098039215686],[130.392156862745,117.647058823529,73.5294117647059],[81.3725490196078,68.6274509803922,25.4901960784314],[91.1764705882353,87.2549019607843,50],[84.3137254901961,84.3137254901961,47.0588235294118],[46.078431372549,47.0588235294118,5.88235294117647],[83.3333333333333,82.3529411764706,35.2941176470588],[143.137254901961,143.137254901961,90.1960784313725],[75.4901960784314,78.4313725490196,22.5490196078431],[93.1372549019608,99.0196078431373,40.1960784313726],[145.098039215686,154.901960784314,95.0980392156863],[175.490196078431,189.21568627451,129.411764705882],[132.352941176471,147.058823529412,89.2156862745098],[37.2549019607843,54.9019607843137,0],[48.0392156862745,65.6862745098039,6.86274509803922],[140.196078431373,155.882352941176,95.0980392156863],[141.176470588235,154.901960784314,94.1176470588235],[177.450980392157,189.21568627451,126.470588235294],[194.117647058824,203.921568627451,142.156862745098],[116.666666666667,124.509803921569,68.6274509803922],[61.7647058823529,63.7254901960784,14.7058823529412],[63.7254901960784,62.7450980392157,15.6862745098039],[77.4509803921569,73.5294117647059,29.4117647058824],[92.156862745098,80.3921568627451,41.1764705882353],[94.1176470588235,78.4313725490196,45.0980392156863],[130.392156862745,109.803921568627,81.3725490196078],[68.6274509803922,45.0980392156863,21.5686274509804],[30.3921568627451,5.88235294117647,0],[39.2156862745098,16.6666666666667,0.980392156862745],[19.6078431372549,0,0],[18.6274509803922,3.92156862745098,0],[13.7254901960784,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[50.9803921568627,47.0588235294118,46.078431372549],[20.5882352941176,16.6666666666667,15.6862745098039],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0]],[[5.88235294117647,2.94117647058824,0],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,5.88235294117647,5.88235294117647],[19.6078431372549,8.82352941176471,6.86274509803922],[16.6666666666667,5.88235294117647,1.96078431372549],[12.7450980392157,1.96078431372549,0],[23.5294117647059,10.7843137254902,4.90196078431373],[34.3137254901961,21.5686274509804,15.6862745098039],[27.4509803921569,16.6666666666667,10.7843137254902],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[29.4117647058824,20.5882352941176,13.7254901960784],[26.4705882352941,15.6862745098039,9.80392156862745],[12.7450980392157,1.96078431372549,0],[36.2745098039216,23.5294117647059,15.6862745098039],[36.2745098039216,23.5294117647059,14.7058823529412],[20.5882352941176,6.86274509803922,0],[20.5882352941176,6.86274509803922,0],[61.7647058823529,49.0196078431373,32.3529411764706],[63.7254901960784,51.9607843137255,30.3921568627451],[27.4509803921569,17.6470588235294,0],[47.0588235294118,38.2352941176471,9.80392156862745],[87.2549019607843,78.4313725490196,46.078431372549],[100.980392156863,92.156862745098,59.8039215686275],[30.3921568627451,21.5686274509804,0],[21.5686274509804,15.6862745098039,0],[65.6862745098039,59.8039215686275,24.5098039215686],[93.1372549019608,88.2352941176471,50.9803921568627],[70.5882352941177,65.6862745098039,28.4313725490196],[111.764705882353,106.862745098039,69.6078431372549],[51.9607843137255,47.0588235294118,9.80392156862745],[96.078431372549,88.2352941176471,52.9411764705882],[87.2549019607843,76.4705882352941,47.0588235294118],[172.549019607843,158.823529411765,132.352941176471],[100,84.3137254901961,59.8039215686275],[28.4313725490196,12.7450980392157,0],[36.2745098039216,19.6078431372549,0],[49.0196078431373,29.4117647058824,2.94117647058824],[70.5882352941177,50,21.5686274509804],[67.6470588235294,49.0196078431373,16.6666666666667],[55.8823529411765,43.1372549019608,1.96078431372549],[72.5490196078431,60.7843137254902,13.7254901960784],[75.4901960784314,62.7450980392157,10.7843137254902],[100,87.2549019607843,33.3333333333333],[122.549019607843,110.78431372549,61.7647058823529],[67.6470588235294,57.843137254902,9.80392156862745],[56.8627450980392,50.9803921568627,0],[87.2549019607843,81.3725490196078,30.3921568627451],[81.3725490196078,70.5882352941177,25.4901960784314],[95.0980392156863,80.3921568627451,40.1960784313726],[85.2941176470588,63.7254901960784,25.4901960784314],[89.2156862745098,67.6470588235294,27.4509803921569],[150.980392156863,139.21568627451,90.1960784313725],[197.058823529412,196.078431372549,149.019607843137],[246.078431372549,250,227.450980392157],[126.470588235294,135.294117647059,104.901960784314],[135.294117647059,127.450980392157,81.3725490196078],[174.509803921569,161.764705882353,107.843137254902],[156.862745098039,148.039215686275,94.1176470588235],[129.411764705882,123.529411764706,72.5490196078431],[101.960784313725,98.0392156862745,50.9803921568627],[103.921568627451,102.941176470588,59.8039215686275],[146.078431372549,148.039215686275,109.803921568627],[218.627450980392,224.509803921569,191.176470588235],[156.862745098039,165.686274509804,139.21568627451],[193.137254901961,201.960784313725,181.372549019608],[220.588235294118,232.352941176471,218.627450980392],[195.098039215686,211.764705882353,201.960784313725],[177.450980392157,203.921568627451,197.058823529412],[163.725490196078,195.098039215686,190.196078431373],[198.039215686275,233.333333333333,231.372549019608],[151.960784313725,191.176470588235,182.352941176471],[141.176470588235,184.313725490196,159.803921568627],[159.803921568627,202.941176470588,178.43137254902],[108.823529411765,150,136.274509803922],[88.2352941176471,120.588235294118,113.725490196078],[151.960784313725,174.509803921569,168.627450980392],[145.098039215686,166.666666666667,163.725490196078],[124.509803921569,154.901960784314,156.862745098039],[139.21568627451,178.43137254902,180.392156862745],[111.764705882353,154.901960784314,155.882352941176],[147.058823529412,192.156862745098,192.156862745098],[207.843137254902,250,249.019607843137],[123.529411764706,170.588235294118,174.509803921569],[116.666666666667,168.627450980392,186.274509803922],[108.823529411765,154.901960784314,182.352941176471],[156.862745098039,190.196078431373,224.509803921569],[147.058823529412,175.490196078431,208.823529411765],[133.333333333333,166.666666666667,194.117647058824],[147.058823529412,176.470588235294,203.921568627451],[159.803921568627,174.509803921569,202.941176470588],[168.627450980392,178.43137254902,204.901960784314],[157.843137254902,169.607843137255,191.176470588235],[170.588235294118,189.21568627451,205.882352941176],[148.039215686275,175.490196078431,187.254901960784],[136.274509803922,163.725490196078,177.450980392157],[162.745098039216,178.43137254902,200.980392156863],[182.352941176471,193.137254901961,220.588235294118],[165.686274509804,180.392156862745,212.745098039216],[150.980392156863,173.529411764706,204.901960784314],[126.470588235294,160.78431372549,190.196078431373],[118.627450980392,162.745098039216,191.176470588235],[116.666666666667,169.607843137255,197.058823529412],[134.313725490196,187.254901960784,214.705882352941],[118.627450980392,162.745098039216,191.176470588235],[119.607843137255,159.803921568627,187.254901960784],[135.294117647059,174.509803921569,199.019607843137],[139.21568627451,173.529411764706,193.137254901961],[162.745098039216,185.294117647059,200.980392156863],[173.529411764706,191.176470588235,200.980392156863],[191.176470588235,205.882352941176,210.78431372549],[200,213.725490196078,213.725490196078],[177.450980392157,194.117647058824,188.235294117647],[208.823529411765,219.607843137255,213.725490196078],[226.470588235294,225.490196078431,223.529411764706],[250,240.196078431373,241.176470588235],[250,240.196078431373,244.117647058824],[221.56862745098,216.666666666667,220.588235294118],[193.137254901961,204.901960784314,204.901960784314],[167.647058823529,192.156862745098,189.21568627451],[145.098039215686,173.529411764706,169.607843137255],[143.137254901961,170.588235294118,171.56862745098],[158.823529411765,181.372549019608,189.21568627451],[209.803921568627,227.450980392157,241.176470588235],[183.333333333333,200,215.686274509804],[208.823529411765,225.490196078431,241.176470588235],[208.823529411765,226.470588235294,238.235294117647],[172.549019607843,192.156862745098,202.941176470588],[167.647058823529,186.274509803922,200.980392156863],[186.274509803922,207.843137254902,230.392156862745],[174.509803921569,200,232.352941176471],[135.294117647059,166.666666666667,204.901960784314],[149.019607843137,185.294117647059,226.470588235294],[162.745098039216,204.901960784314,246.078431372549],[141.176470588235,186.274509803922,221.56862745098],[150,195.098039215686,228.43137254902],[142.156862745098,189.21568627451,224.509803921569],[139.21568627451,186.274509803922,223.529411764706],[132.352941176471,179.411764705882,218.627450980392],[129.411764705882,177.450980392157,216.666666666667],[122.549019607843,170.588235294118,209.803921568627],[124.509803921569,173.529411764706,209.803921568627],[135.294117647059,184.313725490196,218.627450980392],[128.43137254902,178.43137254902,206.862745098039],[135.294117647059,184.313725490196,208.823529411765],[129.411764705882,176.470588235294,196.078431372549],[150,195.098039215686,210.78431372549],[170.588235294118,211.764705882353,227.450980392157],[153.921568627451,190.196078431373,205.882352941176],[152.941176470588,188.235294117647,203.921568627451],[168.627450980392,200.980392156863,217.647058823529],[147.058823529412,177.450980392157,197.058823529412],[133.333333333333,159.803921568627,186.274509803922],[128.43137254902,155.882352941176,177.450980392157],[124.509803921569,157.843137254902,166.666666666667],[143.137254901961,178.43137254902,174.509803921569],[121.56862745098,157.843137254902,141.176470588235],[69.6078431372549,100.980392156863,77.4509803921569],[70.5882352941177,94.1176470588235,68.6274509803922],[142.156862745098,157.843137254902,129.411764705882],[212.745098039216,226.470588235294,194.117647058824],[211.764705882353,221.56862745098,187.254901960784],[221.56862745098,232.352941176471,193.137254901961],[213.725490196078,220.588235294118,177.450980392157],[215.686274509804,219.607843137255,169.607843137255],[188.235294117647,188.235294117647,129.411764705882],[186.274509803922,179.411764705882,110.78431372549],[183.333333333333,173.529411764706,103.921568627451],[180.392156862745,169.607843137255,106.862745098039],[156.862745098039,151.960784313725,87.2549019607843],[162.745098039216,172.549019607843,100.980392156863],[190.196078431373,207.843137254902,135.294117647059],[150.980392156863,167.647058823529,100.980392156863],[131.372549019608,142.156862745098,77.4509803921569],[163.725490196078,160.78431372549,95.0980392156863],[156.862745098039,147.058823529412,86.2745098039216],[105.882352941176,93.1372549019608,42.156862745098],[18.6274509803922,8.82352941176471,0],[74.5098039215686,78.4313725490196,20.5882352941176],[83.3333333333333,89.2156862745098,30.3921568627451],[43.1372549019608,45.0980392156863,0],[177.450980392157,168.627450980392,126.470588235294],[112.745098039216,90.1960784313725,50],[144.117647058824,125.490196078431,83.3333333333333],[151.960784313725,155.882352941176,105.882352941176],[156.862745098039,169.607843137255,116.666666666667],[95.0980392156863,102.941176470588,52.9411764705882],[99.0196078431373,102.941176470588,53.921568627451],[132.352941176471,130.392156862745,83.3333333333333],[65.6862745098039,61.7647058823529,14.7058823529412],[111.764705882353,105.882352941176,56.8627450980392],[106.862745098039,103.921568627451,51.9607843137255],[140.196078431373,141.176470588235,84.3137254901961],[152.941176470588,158.823529411765,96.078431372549],[154.901960784314,165.686274509804,100.980392156863],[136.274509803922,150.980392156863,87.2549019607843],[140.196078431373,157.843137254902,97.0588235294118],[156.862745098039,176.470588235294,118.627450980392],[152.941176470588,173.529411764706,118.627450980392],[75.4901960784314,89.2156862745098,39.2156862745098],[41.1764705882353,43.1372549019608,0],[45.0980392156863,41.1764705882353,0],[94.1176470588235,87.2549019607843,46.078431372549],[130.392156862745,121.56862745098,83.3333333333333],[63.7254901960784,50.9803921568627,16.6666666666667],[45.0980392156863,30.3921568627451,0],[57.843137254902,41.1764705882353,13.7254901960784],[30.3921568627451,13.7254901960784,0],[33.3333333333333,15.6862745098039,0],[55.8823529411765,37.2549019607843,20.5882352941176],[40.1960784313726,24.5098039215686,9.80392156862745],[38.2352941176471,24.5098039215686,15.6862745098039],[18.6274509803922,7.84313725490196,3.92156862745098],[11.7647058823529,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0]],[[4.90196078431373,1.96078431372549,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,5.88235294117647,4.90196078431373],[12.7450980392157,2.94117647058824,0.980392156862745],[15.6862745098039,4.90196078431373,2.94117647058824],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[26.4705882352941,15.6862745098039,11.7647058823529],[14.7058823529412,5.88235294117647,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,12.7450980392157,6.86274509803922],[10.7843137254902,5.88235294117647,0],[12.7450980392157,4.90196078431373,1.96078431372549],[8.82352941176471,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[28.4313725490196,19.6078431372549,14.7058823529412],[22.5490196078431,11.7647058823529,5.88235294117647],[13.7254901960784,3.92156862745098,0],[45.0980392156863,35.2941176470588,25.4901960784314],[26.4705882352941,17.6470588235294,2.94117647058824],[58.8235294117647,50.9803921568627,32.3529411764706],[46.078431372549,38.2352941176471,17.6470588235294],[6.86274509803922,0.980392156862745,0],[56.8627450980392,51.9607843137255,23.5294117647059],[64.7058823529412,57.843137254902,30.3921568627451],[31.3725490196078,20.5882352941176,0],[75.4901960784314,64.7058823529412,43.1372549019608],[49.0196078431373,42.156862745098,14.7058823529412],[44.1176470588235,38.2352941176471,6.86274509803922],[45.0980392156863,39.2156862745098,3.92156862745098],[58.8235294117647,53.921568627451,16.6666666666667],[75.4901960784314,70.5882352941177,31.3725490196078],[69.6078431372549,61.7647058823529,23.5294117647059],[129.411764705882,120.588235294118,82.3529411764706],[158.823529411765,150,111.764705882353],[135.294117647059,122.549019607843,88.2352941176471],[106.862745098039,93.1372549019608,58.8235294117647],[113.725490196078,98.0392156862745,62.7450980392157],[145.098039215686,127.450980392157,90.1960784313725],[187.254901960784,168.627450980392,129.411764705882],[90.1960784313725,71.5686274509804,30.3921568627451],[59.8039215686275,43.1372549019608,0.980392156862745],[141.176470588235,124.509803921569,79.4117647058823],[144.117647058824,127.450980392157,74.5098039215686],[172.549019607843,156.862745098039,105.882352941176],[108.823529411765,96.078431372549,51.9607843137255],[47.0588235294118,39.2156862745098,0],[43.1372549019608,41.1764705882353,0],[136.274509803922,134.313725490196,84.3137254901961],[93.1372549019608,84.3137254901961,42.156862745098],[25.4901960784314,11.7647058823529,0],[67.6470588235294,48.0392156862745,15.6862745098039],[117.647058823529,99.0196078431373,59.8039215686275],[122.549019607843,113.725490196078,59.8039215686275],[186.274509803922,189.21568627451,137.254901960784],[230.392156862745,244.117647058824,211.764705882353],[150,156.862745098039,126.470588235294],[133.333333333333,119.607843137255,75.4901960784314],[219.607843137255,199.019607843137,147.058823529412],[192.156862745098,179.411764705882,127.450980392157],[195.098039215686,185.294117647059,133.333333333333],[190.196078431373,180.392156862745,132.352941176471],[147.058823529412,140.196078431373,95.0980392156863],[148.039215686275,149.019607843137,107.843137254902],[155.882352941176,163.725490196078,127.450980392157],[167.647058823529,178.43137254902,147.058823529412],[199.019607843137,211.764705882353,186.274509803922],[190.196078431373,202.941176470588,185.294117647059],[189.21568627451,209.803921568627,195.098039215686],[165.686274509804,199.019607843137,185.294117647059],[95.0980392156863,134.313725490196,123.529411764706],[155.882352941176,196.078431372549,188.235294117647],[212.745098039216,250,247.058823529412],[189.21568627451,242.156862745098,219.607843137255],[164.705882352941,218.627450980392,198.039215686275],[146.078431372549,192.156862745098,182.352941176471],[132.352941176471,170.588235294118,165.686274509804],[132.352941176471,158.823529411765,151.960784313725],[138.235294117647,162.745098039216,156.862745098039],[165.686274509804,197.058823529412,194.117647058824],[144.117647058824,179.411764705882,179.411764705882],[119.607843137255,152.941176470588,151.960784313725],[138.235294117647,171.56862745098,170.588235294118],[184.313725490196,218.627450980392,214.705882352941],[152.941176470588,193.137254901961,195.098039215686],[141.176470588235,193.137254901961,208.823529411765],[102.941176470588,152.941176470588,181.372549019608],[113.725490196078,150.980392156863,186.274509803922],[135.294117647059,168.627450980392,204.901960784314],[137.254901960784,175.490196078431,207.843137254902],[156.862745098039,191.176470588235,220.588235294118],[155.882352941176,178.43137254902,208.823529411765],[158.823529411765,173.529411764706,201.960784313725],[157.843137254902,169.607843137255,193.137254901961],[154.901960784314,171.56862745098,189.21568627451],[149.019607843137,178.43137254902,189.21568627451],[140.196078431373,167.647058823529,181.372549019608],[202.941176470588,217.647058823529,240.196078431373],[215.686274509804,226.470588235294,250],[151.960784313725,170.588235294118,201.960784313725],[132.352941176471,157.843137254902,190.196078431373],[141.176470588235,176.470588235294,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[101.960784313725,157.843137254902,187.254901960784],[117.647058823529,173.529411764706,202.941176470588],[129.411764705882,177.450980392157,209.803921568627],[123.529411764706,167.647058823529,200],[115.686274509804,161.764705882353,187.254901960784],[125.490196078431,166.666666666667,188.235294117647],[146.078431372549,178.43137254902,195.098039215686],[163.725490196078,187.254901960784,197.058823529412],[211.764705882353,229.411764705882,233.333333333333],[162.745098039216,178.43137254902,177.450980392157],[160.78431372549,177.450980392157,171.56862745098],[213.725490196078,226.470588235294,219.607843137255],[235.294117647059,240.196078431373,236.274509803922],[234.313725490196,232.352941176471,233.333333333333],[230.392156862745,223.529411764706,230.392156862745],[217.647058823529,216.666666666667,222.549019607843],[182.352941176471,196.078431372549,199.019607843137],[121.56862745098,145.098039215686,147.058823529412],[135.294117647059,166.666666666667,165.686274509804],[167.647058823529,197.058823529412,199.019607843137],[195.098039215686,216.666666666667,229.411764705882],[201.960784313725,218.627450980392,236.274509803922],[168.627450980392,187.254901960784,203.921568627451],[186.274509803922,204.901960784314,219.607843137255],[188.235294117647,209.803921568627,220.588235294118],[184.313725490196,205.882352941176,216.666666666667],[179.411764705882,196.078431372549,211.764705882353],[166.666666666667,184.313725490196,205.882352941176],[162.745098039216,185.294117647059,216.666666666667],[156.862745098039,186.274509803922,223.529411764706],[150.980392156863,189.21568627451,227.450980392157],[140.196078431373,183.333333333333,219.607843137255],[129.411764705882,171.56862745098,204.901960784314],[145.098039215686,189.21568627451,219.607843137255],[133.333333333333,178.43137254902,211.764705882353],[128.43137254902,175.490196078431,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[128.43137254902,176.470588235294,215.686274509804],[123.529411764706,171.56862745098,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[134.313725490196,183.333333333333,217.647058823529],[128.43137254902,178.43137254902,208.823529411765],[137.254901960784,186.274509803922,210.78431372549],[147.058823529412,194.117647058824,215.686274509804],[176.470588235294,220.588235294118,239.21568627451],[170.588235294118,210.78431372549,228.43137254902],[146.078431372549,183.333333333333,201.960784313725],[149.019607843137,183.333333333333,202.941176470588],[150.980392156863,182.352941176471,202.941176470588],[146.078431372549,177.450980392157,200],[127.450980392157,156.862745098039,184.313725490196],[129.411764705882,160.78431372549,185.294117647059],[145.098039215686,182.352941176471,193.137254901961],[131.372549019608,172.549019607843,171.56862745098],[100,141.176470588235,131.372549019608],[85.2941176470588,120.588235294118,106.862745098039],[94.1176470588235,120.588235294118,103.921568627451],[86.2745098039216,104.901960784314,83.3333333333333],[149.019607843137,164.705882352941,136.274509803922],[191.176470588235,206.862745098039,171.56862745098],[194.117647058824,209.803921568627,171.56862745098],[212.745098039216,225.490196078431,183.333333333333],[239.21568627451,248.039215686275,203.921568627451],[229.411764705882,231.372549019608,183.333333333333],[213.725490196078,208.823529411765,153.921568627451],[174.509803921569,165.686274509804,107.843137254902],[186.274509803922,177.450980392157,121.56862745098],[197.058823529412,195.098039215686,135.294117647059],[176.470588235294,187.254901960784,119.607843137255],[155.882352941176,175.490196078431,104.901960784314],[102.941176470588,118.627450980392,54.9019607843137],[101.960784313725,111.764705882353,50],[150,147.058823529412,79.4117647058823],[150,139.21568627451,76.4705882352941],[114.705882352941,99.0196078431373,48.0392156862745],[98.0392156862745,88.2352941176471,36.2745098039216],[93.1372549019608,98.0392156862745,35.2941176470588],[107.843137254902,117.647058823529,55.8823529411765],[113.725490196078,120.588235294118,67.6470588235294],[142.156862745098,140.196078431373,93.1372549019608],[93.1372549019608,76.4705882352941,33.3333333333333],[101.960784313725,89.2156862745098,45.0980392156863],[133.333333333333,140.196078431373,89.2156862745098],[116.666666666667,130.392156862745,78.4313725490196],[128.43137254902,138.235294117647,89.2156862745098],[117.647058823529,120.588235294118,76.4705882352941],[58.8235294117647,55.8823529411765,13.7254901960784],[39.2156862745098,32.3529411764706,0],[62.7450980392157,54.9019607843137,8.82352941176471],[68.6274509803922,62.7450980392157,11.7647058823529],[44.1176470588235,44.1176470588235,0],[142.156862745098,147.058823529412,82.3529411764706],[250,250,194.117647058824],[195.098039215686,209.803921568627,142.156862745098],[118.627450980392,137.254901960784,72.5490196078431],[161.764705882353,183.333333333333,120.588235294118],[71.5686274509804,95.0980392156863,38.2352941176471],[11.7647058823529,25.4901960784314,0],[78.4313725490196,75.4901960784314,33.3333333333333],[88.2352941176471,76.4705882352941,39.2156862745098],[78.4313725490196,64.7058823529412,30.3921568627451],[69.6078431372549,54.9019607843137,22.5490196078431],[43.1372549019608,28.4313725490196,0],[40.1960784313726,25.4901960784314,0],[24.5098039215686,10.7843137254902,0],[45.0980392156863,31.3725490196078,5.88235294117647],[40.1960784313726,25.4901960784314,2.94117647058824],[47.0588235294118,32.3529411764706,13.7254901960784],[39.2156862745098,26.4705882352941,10.7843137254902],[27.4509803921569,14.7058823529412,5.88235294117647],[23.5294117647059,9.80392156862745,6.86274509803922],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0]],[[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[11.7647058823529,1.96078431372549,0],[18.6274509803922,8.82352941176471,6.86274509803922],[23.5294117647059,13.7254901960784,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,2.94117647058824],[13.7254901960784,10.7843137254902,5.88235294117647],[10.7843137254902,7.84313725490196,2.94117647058824],[8.82352941176471,3.92156862745098,0.980392156862745],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,12.7450980392157,10.7843137254902],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[25.4901960784314,16.6666666666667,11.7647058823529],[28.4313725490196,19.6078431372549,12.7450980392157],[20.5882352941176,11.7647058823529,2.94117647058824],[10.7843137254902,2.94117647058824,0],[24.5098039215686,17.6470588235294,0],[21.5686274509804,16.6666666666667,0],[36.2745098039216,32.3529411764706,7.84313725490196],[25.4901960784314,19.6078431372549,0],[30.3921568627451,21.5686274509804,4.90196078431373],[78.4313725490196,66.6666666666667,52.9411764705882],[34.3137254901961,23.5294117647059,5.88235294117647],[26.4705882352941,15.6862745098039,0],[35.2941176470588,28.4313725490196,2.94117647058824],[31.3725490196078,24.5098039215686,0],[117.647058823529,108.823529411765,78.4313725490196],[78.4313725490196,69.6078431372549,37.2549019607843],[65.6862745098039,55.8823529411765,20.5882352941176],[68.6274509803922,56.8627450980392,19.6078431372549],[82.3529411764706,69.6078431372549,28.4313725490196],[136.274509803922,122.549019607843,76.4705882352941],[145.098039215686,129.411764705882,78.4313725490196],[85.2941176470588,70.5882352941177,12.7450980392157],[188.235294117647,172.549019607843,111.764705882353],[140.196078431373,121.56862745098,64.7058823529412],[107.843137254902,84.3137254901961,39.2156862745098],[109.803921568627,82.3529411764706,43.1372549019608],[129.411764705882,102.941176470588,58.8235294117647],[108.823529411765,85.2941176470588,38.2352941176471],[93.1372549019608,75.4901960784314,28.4313725490196],[46.078431372549,33.3333333333333,0],[135.294117647059,127.450980392157,89.2156862745098],[135.294117647059,127.450980392157,92.156862745098],[52.9411764705882,40.1960784313726,5.88235294117647],[35.2941176470588,17.6470588235294,0],[122.549019607843,100,58.8235294117647],[128.43137254902,105.882352941176,64.7058823529412],[141.176470588235,126.470588235294,88.2352941176471],[177.450980392157,171.56862745098,136.274509803922],[176.470588235294,183.333333333333,150.980392156863],[189.21568627451,193.137254901961,160.78431372549],[183.333333333333,164.705882352941,125.490196078431],[224.509803921569,200.980392156863,157.843137254902],[142.156862745098,128.43137254902,84.3137254901961],[96.078431372549,83.3333333333333,40.1960784313726],[138.235294117647,119.607843137255,80.3921568627451],[175.490196078431,160.78431372549,122.549019607843],[201.960784313725,197.058823529412,159.803921568627],[182.352941176471,184.313725490196,148.039215686275],[201.960784313725,208.823529411765,175.490196078431],[163.725490196078,172.549019607843,144.117647058824],[85.2941176470588,95.0980392156863,70.5882352941177],[67.6470588235294,90.1960784313725,64.7058823529412],[103.921568627451,143.137254901961,116.666666666667],[122.549019607843,171.56862745098,145.098039215686],[135.294117647059,184.313725490196,159.803921568627],[112.745098039216,165.686274509804,143.137254901961],[178.43137254902,240.196078431373,221.56862745098],[147.058823529412,207.843137254902,195.098039215686],[124.509803921569,178.43137254902,175.490196078431],[111.764705882353,156.862745098039,154.901960784314],[104.901960784314,141.176470588235,133.333333333333],[122.549019607843,154.901960784314,146.078431372549],[167.647058823529,203.921568627451,196.078431372549],[151.960784313725,183.333333333333,178.43137254902],[141.176470588235,162.745098039216,159.803921568627],[185.294117647059,203.921568627451,201.960784313725],[199.019607843137,219.607843137255,214.705882352941],[133.333333333333,163.725490196078,165.686274509804],[96.078431372549,146.078431372549,162.745098039216],[103.921568627451,158.823529411765,185.294117647059],[120.588235294118,165.686274509804,199.019607843137],[136.274509803922,177.450980392157,214.705882352941],[126.470588235294,171.56862745098,206.862745098039],[134.313725490196,176.470588235294,209.803921568627],[147.058823529412,181.372549019608,210.78431372549],[147.058823529412,167.647058823529,196.078431372549],[176.470588235294,181.372549019608,209.803921568627],[179.411764705882,183.333333333333,207.843137254902],[188.235294117647,204.901960784314,222.549019607843],[161.764705882353,184.313725490196,200],[175.490196078431,193.137254901961,214.705882352941],[171.56862745098,193.137254901961,216.666666666667],[131.372549019608,164.705882352941,191.176470588235],[141.176470588235,176.470588235294,207.843137254902],[138.235294117647,171.56862745098,207.843137254902],[130.392156862745,168.627450980392,206.862745098039],[121.56862745098,176.470588235294,210.78431372549],[106.862745098039,163.725490196078,200],[119.607843137255,163.725490196078,203.921568627451],[115.686274509804,160.78431372549,196.078431372549],[101.960784313725,156.862745098039,183.333333333333],[102.941176470588,156.862745098039,177.450980392157],[116.666666666667,158.823529411765,174.509803921569],[157.843137254902,190.196078431373,199.019607843137],[204.901960784314,223.529411764706,229.411764705882],[177.450980392157,191.176470588235,192.156862745098],[149.019607843137,163.725490196078,160.78431372549],[220.588235294118,232.352941176471,228.43137254902],[243.137254901961,250,250],[235.294117647059,244.117647058824,243.137254901961],[220.588235294118,223.529411764706,228.43137254902],[192.156862745098,196.078431372549,204.901960784314],[169.607843137255,182.352941176471,190.196078431373],[148.039215686275,167.647058823529,174.509803921569],[132.352941176471,161.764705882353,163.725490196078],[159.803921568627,188.235294117647,194.117647058824],[201.960784313725,218.627450980392,234.313725490196],[193.137254901961,207.843137254902,228.43137254902],[169.607843137255,186.274509803922,205.882352941176],[166.666666666667,187.254901960784,203.921568627451],[161.764705882353,185.294117647059,195.098039215686],[178.43137254902,200,210.78431372549],[185.294117647059,200.980392156863,215.686274509804],[166.666666666667,183.333333333333,202.941176470588],[150,173.529411764706,200.980392156863],[151.960784313725,184.313725490196,216.666666666667],[138.235294117647,182.352941176471,212.745098039216],[129.411764705882,177.450980392157,206.862745098039],[144.117647058824,187.254901960784,213.725490196078],[140.196078431373,184.313725490196,212.745098039216],[144.117647058824,194.117647058824,224.509803921569],[128.43137254902,181.372549019608,214.705882352941],[119.607843137255,172.549019607843,205.882352941176],[122.549019607843,175.490196078431,210.78431372549],[117.647058823529,170.588235294118,205.882352941176],[121.56862745098,172.549019607843,208.823529411765],[137.254901960784,189.21568627451,222.549019607843],[136.274509803922,186.274509803922,216.666666666667],[121.56862745098,167.647058823529,195.098039215686],[147.058823529412,192.156862745098,215.686274509804],[153.921568627451,195.098039215686,216.666666666667],[140.196078431373,177.450980392157,198.039215686275],[159.803921568627,191.176470588235,213.725490196078],[167.647058823529,197.058823529412,220.588235294118],[150.980392156863,178.43137254902,201.960784313725],[161.764705882353,191.176470588235,216.666666666667],[158.823529411765,193.137254901961,220.588235294118],[121.56862745098,158.823529411765,181.372549019608],[122.549019607843,158.823529411765,176.470588235294],[96.078431372549,132.352941176471,140.196078431373],[103.921568627451,139.21568627451,137.254901960784],[94.1176470588235,129.411764705882,119.607843137255],[95.0980392156863,127.450980392157,108.823529411765],[42.156862745098,71.5686274509804,48.0392156862745],[160.78431372549,186.274509803922,157.843137254902],[143.137254901961,163.725490196078,131.372549019608],[154.901960784314,170.588235294118,135.294117647059],[200.980392156863,210.78431372549,174.509803921569],[208.823529411765,215.686274509804,175.490196078431],[245.098039215686,248.039215686275,205.882352941176],[249.019607843137,250,206.862745098039],[248.039215686275,250,201.960784313725],[226.470588235294,229.411764705882,175.490196078431],[213.725490196078,219.607843137255,160.78431372549],[193.137254901961,203.921568627451,137.254901960784],[148.039215686275,158.823529411765,92.156862745098],[46.078431372549,51.9607843137255,0],[56.8627450980392,54.9019607843137,0],[135.294117647059,125.490196078431,57.843137254902],[167.647058823529,152.941176470588,87.2549019607843],[111.764705882353,95.0980392156863,40.1960784313726],[86.2745098039216,75.4901960784314,20.5882352941176],[99.0196078431373,100,35.2941176470588],[106.862745098039,113.725490196078,48.0392156862745],[116.666666666667,127.450980392157,68.6274509803922],[70.5882352941177,81.3725490196078,26.4705882352941],[91.1764705882353,99.0196078431373,43.1372549019608],[146.078431372549,152.941176470588,102.941176470588],[51.9607843137255,57.843137254902,20.5882352941176],[48.0392156862745,53.921568627451,20.5882352941176],[38.2352941176471,39.2156862745098,5.88235294117647],[51.9607843137255,51.9607843137255,14.7058823529412],[129.411764705882,128.43137254902,85.2941176470588],[72.5490196078431,70.5882352941177,23.5294117647059],[68.6274509803922,68.6274509803922,17.6470588235294],[172.549019607843,175.490196078431,119.607843137255],[168.627450980392,174.509803921569,113.725490196078],[138.235294117647,149.019607843137,84.3137254901961],[117.647058823529,130.392156862745,62.7450980392157],[150,166.666666666667,98.0392156862745],[168.627450980392,185.294117647059,115.686274509804],[179.411764705882,199.019607843137,128.43137254902],[103.921568627451,120.588235294118,50.9803921568627],[97.0588235294118,105.882352941176,44.1176470588235],[123.529411764706,115.686274509804,70.5882352941177],[74.5098039215686,55.8823529411765,23.5294117647059],[56.8627450980392,41.1764705882353,8.82352941176471],[43.1372549019608,26.4705882352941,0],[20.5882352941176,5.88235294117647,0],[50.9803921568627,37.2549019607843,10.7843137254902],[43.1372549019608,32.3529411764706,4.90196078431373],[48.0392156862745,36.2745098039216,10.7843137254902],[57.843137254902,48.0392156862745,23.5294117647059],[55.8823529411765,45.0980392156863,25.4901960784314],[36.2745098039216,24.5098039215686,8.82352941176471],[19.6078431372549,6.86274509803922,0],[22.5490196078431,8.82352941176471,5.88235294117647],[10.7843137254902,0,0],[17.6470588235294,0.980392156862745,8.82352941176471],[11.7647058823529,0,3.92156862745098],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0.980392156862745,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,5.88235294117647,0],[15.6862745098039,8.82352941176471,0.980392156862745],[17.6470588235294,12.7450980392157,6.86274509803922],[7.84313725490196,4.90196078431373,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,12.7450980392157,9.80392156862745],[11.7647058823529,2.94117647058824,0],[19.6078431372549,10.7843137254902,5.88235294117647],[26.4705882352941,18.6274509803922,15.6862745098039],[11.7647058823529,4.90196078431373,0],[13.7254901960784,6.86274509803922,0.980392156862745],[9.80392156862745,2.94117647058824,0],[29.4117647058824,23.5294117647059,7.84313725490196],[20.5882352941176,15.6862745098039,0],[48.0392156862745,44.1176470588235,15.6862745098039],[65.6862745098039,61.7647058823529,35.2941176470588],[20.5882352941176,15.6862745098039,0],[41.1764705882353,34.3137254901961,18.6274509803922],[85.2941176470588,75.4901960784314,63.7254901960784],[50.9803921568627,42.156862745098,27.4509803921569],[11.7647058823529,0.980392156862745,0],[23.5294117647059,12.7450980392157,0],[73.5294117647059,61.7647058823529,36.2745098039216],[54.9019607843137,44.1176470588235,16.6666666666667],[58.8235294117647,48.0392156862745,18.6274509803922],[37.2549019607843,27.4509803921569,0],[38.2352941176471,26.4705882352941,0],[101.960784313725,90.1960784313725,41.1764705882353],[106.862745098039,96.078431372549,35.2941176470588],[49.0196078431373,39.2156862745098,0],[124.509803921569,112.745098039216,40.1960784313726],[169.607843137255,154.901960784314,89.2156862745098],[116.666666666667,95.0980392156863,46.078431372549],[134.313725490196,106.862745098039,67.6470588235294],[74.5098039215686,47.0588235294118,7.84313725490196],[87.2549019607843,59.8039215686275,20.5882352941176],[145.098039215686,123.529411764706,77.4509803921569],[136.274509803922,117.647058823529,75.4901960784314],[59.8039215686275,44.1176470588235,10.7843137254902],[93.1372549019608,78.4313725490196,48.0392156862745],[100,86.2745098039216,51.9607843137255],[100,85.2941176470588,47.0588235294118],[126.470588235294,107.843137254902,65.6862745098039],[153.921568627451,136.274509803922,97.0588235294118],[226.470588235294,212.745098039216,184.313725490196],[241.176470588235,236.274509803922,207.843137254902],[189.21568627451,195.098039215686,159.803921568627],[190.196078431373,192.156862745098,152.941176470588],[153.921568627451,137.254901960784,95.0980392156863],[156.862745098039,136.274509803922,94.1176470588235],[136.274509803922,123.529411764706,80.3921568627451],[96.078431372549,87.2549019607843,47.0588235294118],[124.509803921569,110.78431372549,74.5098039215686],[166.666666666667,153.921568627451,119.607843137255],[197.058823529412,193.137254901961,158.823529411765],[217.647058823529,218.627450980392,187.254901960784],[234.313725490196,239.21568627451,207.843137254902],[210.78431372549,216.666666666667,189.21568627451],[167.647058823529,175.490196078431,151.960784313725],[119.607843137255,137.254901960784,111.764705882353],[104.901960784314,140.196078431373,112.745098039216],[136.274509803922,181.372549019608,152.941176470588],[100.980392156863,149.019607843137,120.588235294118],[28.4313725490196,81.3725490196078,57.843137254902],[84.3137254901961,142.156862745098,124.509803921569],[166.666666666667,225.490196078431,215.686274509804],[127.450980392157,182.352941176471,181.372549019608],[56.8627450980392,106.862745098039,107.843137254902],[86.2745098039216,132.352941176471,126.470588235294],[103.921568627451,146.078431372549,137.254901960784],[112.745098039216,152.941176470588,145.098039215686],[114.705882352941,147.058823529412,140.196078431373],[135.294117647059,153.921568627451,148.039215686275],[199.019607843137,209.803921568627,203.921568627451],[224.509803921569,235.294117647059,229.411764705882],[151.960784313725,171.56862745098,172.549019607843],[123.529411764706,160.78431372549,173.529411764706],[139.21568627451,184.313725490196,207.843137254902],[139.21568627451,183.333333333333,213.725490196078],[125.490196078431,164.705882352941,199.019607843137],[129.411764705882,167.647058823529,200],[137.254901960784,171.56862745098,202.941176470588],[146.078431372549,176.470588235294,206.862745098039],[165.686274509804,186.274509803922,216.666666666667],[180.392156862745,185.294117647059,216.666666666667],[209.803921568627,212.745098039216,243.137254901961],[186.274509803922,201.960784313725,226.470588235294],[141.176470588235,165.686274509804,187.254901960784],[169.607843137255,195.098039215686,217.647058823529],[186.274509803922,217.647058823529,242.156862745098],[132.352941176471,170.588235294118,199.019607843137],[132.352941176471,174.509803921569,205.882352941176],[150,184.313725490196,221.56862745098],[129.411764705882,167.647058823529,207.843137254902],[107.843137254902,160.78431372549,198.039215686275],[111.764705882353,168.627450980392,204.901960784314],[100.980392156863,151.960784313725,188.235294117647],[101.960784313725,150.980392156863,183.333333333333],[106.862745098039,161.764705882353,186.274509803922],[101.960784313725,155.882352941176,175.490196078431],[114.705882352941,159.803921568627,174.509803921569],[162.745098039216,196.078431372549,205.882352941176],[148.039215686275,167.647058823529,174.509803921569],[163.725490196078,174.509803921569,180.392156862745],[156.862745098039,164.705882352941,167.647058823529],[235.294117647059,243.137254901961,245.098039215686],[234.313725490196,244.117647058824,245.098039215686],[213.725490196078,223.529411764706,224.509803921569],[213.725490196078,224.509803921569,226.470588235294],[185.294117647059,199.019607843137,201.960784313725],[167.647058823529,182.352941176471,189.21568627451],[177.450980392157,196.078431372549,202.941176470588],[183.333333333333,211.764705882353,215.686274509804],[162.745098039216,191.176470588235,199.019607843137],[206.862745098039,225.490196078431,240.196078431373],[199.019607843137,215.686274509804,235.294117647059],[172.549019607843,190.196078431373,209.803921568627],[158.823529411765,179.411764705882,196.078431372549],[155.882352941176,181.372549019608,194.117647058824],[176.470588235294,200,211.764705882353],[184.313725490196,202.941176470588,217.647058823529],[174.509803921569,192.156862745098,213.725490196078],[180.392156862745,205.882352941176,230.392156862745],[141.176470588235,174.509803921569,201.960784313725],[136.274509803922,181.372549019608,206.862745098039],[177.450980392157,224.509803921569,247.058823529412],[164.705882352941,208.823529411765,231.372549019608],[149.019607843137,194.117647058824,217.647058823529],[145.098039215686,195.098039215686,223.529411764706],[128.43137254902,182.352941176471,212.745098039216],[121.56862745098,177.450980392157,206.862745098039],[130.392156862745,185.294117647059,217.647058823529],[127.450980392157,179.411764705882,212.745098039216],[125.490196078431,174.509803921569,206.862745098039],[130.392156862745,182.352941176471,212.745098039216],[123.529411764706,173.529411764706,201.960784313725],[130.392156862745,176.470588235294,201.960784313725],[150,191.176470588235,214.705882352941],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,171.56862745098,193.137254901961],[153.921568627451,187.254901960784,211.764705882353],[165.686274509804,199.019607843137,223.529411764706],[163.725490196078,194.117647058824,221.56862745098],[174.509803921569,204.901960784314,233.333333333333],[164.705882352941,200.980392156863,227.450980392157],[130.392156862745,170.588235294118,192.156862745098],[120.588235294118,154.901960784314,173.529411764706],[129.411764705882,162.745098039216,174.509803921569],[117.647058823529,153.921568627451,159.803921568627],[95.0980392156863,133.333333333333,130.392156862745],[85.2941176470588,123.529411764706,105.882352941176],[87.2549019607843,121.56862745098,98.0392156862745],[170.588235294118,201.960784313725,178.43137254902],[104.901960784314,129.411764705882,100.980392156863],[203.921568627451,216.666666666667,187.254901960784],[205.882352941176,211.764705882353,178.43137254902],[145.098039215686,150,110.78431372549],[163.725490196078,168.627450980392,128.43137254902],[194.117647058824,200.980392156863,159.803921568627],[224.509803921569,233.333333333333,187.254901960784],[220.588235294118,234.313725490196,176.470588235294],[186.274509803922,200.980392156863,135.294117647059],[180.392156862745,193.137254901961,124.509803921569],[182.352941176471,192.156862745098,122.549019607843],[135.294117647059,137.254901960784,73.5294117647059],[137.254901960784,133.333333333333,70.5882352941177],[149.019607843137,139.21568627451,71.5686274509804],[168.627450980392,153.921568627451,88.2352941176471],[111.764705882353,96.078431372549,38.2352941176471],[59.8039215686275,48.0392156862745,0],[71.5686274509804,66.6666666666667,3.92156862745098],[98.0392156862745,100.980392156863,35.2941176470588],[93.1372549019608,101.960784313725,40.1960784313726],[79.4117647058823,93.1372549019608,32.3529411764706],[112.745098039216,128.43137254902,64.7058823529412],[108.823529411765,123.529411764706,67.6470588235294],[0.980392156862745,11.7647058823529,0],[15.6862745098039,22.5490196078431,0],[30.3921568627451,36.2745098039216,0.980392156862745],[54.9019607843137,59.8039215686275,20.5882352941176],[124.509803921569,127.450980392157,83.3333333333333],[138.235294117647,140.196078431373,92.156862745098],[79.4117647058823,82.3529411764706,30.3921568627451],[119.607843137255,124.509803921569,69.6078431372549],[133.333333333333,138.235294117647,81.3725490196078],[120.588235294118,128.43137254902,70.5882352941177],[59.8039215686275,67.6470588235294,8.82352941176471],[87.2549019607843,97.0588235294118,37.2549019607843],[180.392156862745,190.196078431373,128.43137254902],[141.176470588235,151.960784313725,87.2549019607843],[49.0196078431373,59.8039215686275,0],[70.5882352941177,74.5098039215686,16.6666666666667],[86.2745098039216,74.5098039215686,35.2941176470588],[40.1960784313726,23.5294117647059,0],[39.2156862745098,24.5098039215686,0],[77.4509803921569,63.7254901960784,35.2941176470588],[30.3921568627451,19.6078431372549,0],[81.3725490196078,71.5686274509804,45.0980392156863],[35.2941176470588,25.4901960784314,0],[41.1764705882353,31.3725490196078,6.86274509803922],[55.8823529411765,44.1176470588235,22.5490196078431],[70.5882352941177,57.843137254902,41.1764705882353],[36.2745098039216,22.5490196078431,9.80392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[11.7647058823529,0,0],[9.80392156862745,0,0],[14.7058823529412,1.96078431372549,8.82352941176471],[6.86274509803922,0,1.96078431372549],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[24.5098039215686,20.5882352941176,19.6078431372549],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,17.6470588235294,10.7843137254902],[7.84313725490196,0,0],[32.3529411764706,22.5490196078431,12.7450980392157],[37.2549019607843,27.4509803921569,15.6862745098039],[30.3921568627451,20.5882352941176,8.82352941176471],[15.6862745098039,6.86274509803922,0],[21.5686274509804,13.7254901960784,0.980392156862745],[15.6862745098039,8.82352941176471,0],[20.5882352941176,13.7254901960784,7.84313725490196],[9.80392156862745,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[17.6470588235294,4.90196078431373,0],[14.7058823529412,4.90196078431373,0],[15.6862745098039,5.88235294117647,0],[12.7450980392157,3.92156862745098,0],[18.6274509803922,10.7843137254902,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[34.3137254901961,26.4705882352941,23.5294117647059],[16.6666666666667,10.7843137254902,0],[25.4901960784314,19.6078431372549,0],[80.3921568627451,75.4901960784314,38.2352941176471],[74.5098039215686,72.5490196078431,32.3529411764706],[30.3921568627451,34.3137254901961,1.96078431372549],[28.4313725490196,30.3921568627451,8.82352941176471],[129.411764705882,125.490196078431,114.705882352941],[105.882352941176,97.0588235294118,90.1960784313725],[18.6274509803922,5.88235294117647,0],[50,34.3137254901961,19.6078431372549],[48.0392156862745,32.3529411764706,9.80392156862745],[36.2745098039216,20.5882352941176,0],[50.9803921568627,36.2745098039216,15.6862745098039],[55.8823529411765,44.1176470588235,18.6274509803922],[63.7254901960784,53.921568627451,19.6078431372549],[42.156862745098,34.3137254901961,0],[36.2745098039216,28.4313725490196,0],[121.56862745098,113.725490196078,43.1372549019608],[141.176470588235,131.372549019608,61.7647058823529],[149.019607843137,138.235294117647,73.5294117647059],[131.372549019608,122.549019607843,64.7058823529412],[116.666666666667,104.901960784314,55.8823529411765],[142.156862745098,122.549019607843,88.2352941176471],[81.3725490196078,57.843137254902,24.5098039215686],[126.470588235294,99.0196078431373,59.8039215686275],[158.823529411765,132.352941176471,90.1960784313725],[45.0980392156863,22.5490196078431,0],[72.5490196078431,52.9411764705882,16.6666666666667],[100.980392156863,87.2549019607843,50.9803921568627],[87.2549019607843,79.4117647058823,41.1764705882353],[106.862745098039,103.921568627451,63.7254901960784],[138.235294117647,135.294117647059,100.980392156863],[242.156862745098,242.156862745098,216.666666666667],[146.078431372549,149.019607843137,122.549019607843],[104.901960784314,109.803921568627,69.6078431372549],[107.843137254902,109.803921568627,60.7843137254902],[86.2745098039216,76.4705882352941,26.4705882352941],[119.607843137255,107.843137254902,58.8235294117647],[158.823529411765,154.901960784314,108.823529411765],[182.352941176471,181.372549019608,138.235294117647],[182.352941176471,184.313725490196,146.078431372549],[175.490196078431,179.411764705882,147.058823529412],[154.901960784314,159.803921568627,130.392156862745],[168.627450980392,172.549019607843,148.039215686275],[202.941176470588,206.862745098039,184.313725490196],[240.196078431373,243.137254901961,224.509803921569],[243.137254901961,246.078431372549,229.411764705882],[206.862745098039,215.686274509804,199.019607843137],[172.549019607843,193.137254901961,176.470588235294],[150,178.43137254902,160.78431372549],[111.764705882353,148.039215686275,131.372549019608],[66.6666666666667,106.862745098039,91.1764705882353],[87.2549019607843,130.392156862745,117.647058823529],[119.607843137255,168.627450980392,157.843137254902],[182.352941176471,236.274509803922,231.372549019608],[96.078431372549,150.980392156863,151.960784313725],[95.0980392156863,150,150.980392156863],[80.3921568627451,130.392156862745,133.333333333333],[103.921568627451,147.058823529412,148.039215686275],[135.294117647059,168.627450980392,167.647058823529],[139.21568627451,157.843137254902,153.921568627451],[195.098039215686,204.901960784314,197.058823529412],[219.607843137255,222.549019607843,215.686274509804],[173.529411764706,177.450980392157,176.470588235294],[158.823529411765,172.549019607843,181.372549019608],[184.313725490196,209.803921568627,226.470588235294],[169.607843137255,200.980392156863,225.490196078431],[147.058823529412,175.490196078431,204.901960784314],[156.862745098039,171.56862745098,200],[181.372549019608,190.196078431373,218.627450980392],[171.56862745098,182.352941176471,211.764705882353],[183.333333333333,196.078431372549,229.411764705882],[212.745098039216,225.490196078431,250],[183.333333333333,199.019607843137,232.352941176471],[140.196078431373,163.725490196078,197.058823529412],[139.21568627451,169.607843137255,200],[134.313725490196,166.666666666667,199.019607843137],[190.196078431373,225.490196078431,250],[160.78431372549,200.980392156863,232.352941176471],[125.490196078431,167.647058823529,201.960784313725],[127.450980392157,168.627450980392,205.882352941176],[132.352941176471,175.490196078431,213.725490196078],[107.843137254902,155.882352941176,195.098039215686],[106.862745098039,161.764705882353,194.117647058824],[89.2156862745098,152.941176470588,174.509803921569],[91.1764705882353,150.980392156863,168.627450980392],[103.921568627451,151.960784313725,168.627450980392],[125.490196078431,163.725490196078,180.392156862745],[129.411764705882,161.764705882353,176.470588235294],[170.588235294118,198.039215686275,211.764705882353],[202.941176470588,221.56862745098,235.294117647059],[153.921568627451,163.725490196078,175.490196078431],[165.686274509804,165.686274509804,177.450980392157],[200,197.058823529412,207.843137254902],[225.490196078431,224.509803921569,230.392156862745],[222.549019607843,227.450980392157,230.392156862745],[217.647058823529,233.333333333333,232.352941176471],[208.823529411765,227.450980392157,225.490196078431],[192.156862745098,207.843137254902,206.862745098039],[187.254901960784,206.862745098039,207.843137254902],[176.470588235294,200.980392156863,205.882352941176],[193.137254901961,219.607843137255,228.43137254902],[205.882352941176,228.43137254902,242.156862745098],[210.78431372549,231.372549019608,248.039215686275],[157.843137254902,180.392156862745,198.039215686275],[144.117647058824,168.627450980392,188.235294117647],[156.862745098039,181.372549019608,200.980392156863],[171.56862745098,198.039215686275,216.666666666667],[173.529411764706,200,220.588235294118],[152.941176470588,178.43137254902,200.980392156863],[141.176470588235,170.588235294118,194.117647058824],[146.078431372549,181.372549019608,204.901960784314],[147.058823529412,187.254901960784,208.823529411765],[179.411764705882,223.529411764706,244.117647058824],[174.509803921569,216.666666666667,235.294117647059],[135.294117647059,176.470588235294,198.039215686275],[153.921568627451,197.058823529412,225.490196078431],[135.294117647059,183.333333333333,214.705882352941],[126.470588235294,182.352941176471,210.78431372549],[122.549019607843,178.43137254902,206.862745098039],[127.450980392157,175.490196078431,206.862745098039],[148.039215686275,194.117647058824,223.529411764706],[143.137254901961,192.156862745098,218.627450980392],[109.803921568627,158.823529411765,183.333333333333],[141.176470588235,186.274509803922,208.823529411765],[150.980392156863,187.254901960784,212.745098039216],[166.666666666667,196.078431372549,221.56862745098],[166.666666666667,198.039215686275,222.549019607843],[145.098039215686,189.21568627451,211.764705882353],[138.235294117647,184.313725490196,209.803921568627],[150,193.137254901961,221.56862745098],[159.803921568627,198.039215686275,228.43137254902],[150.980392156863,187.254901960784,215.686274509804],[149.019607843137,183.333333333333,204.901960784314],[147.058823529412,178.43137254902,191.176470588235],[136.274509803922,169.607843137255,179.411764705882],[103.921568627451,142.156862745098,156.862745098039],[100,142.156862745098,149.019607843137],[113.725490196078,152.941176470588,144.117647058824],[87.2549019607843,123.529411764706,105.882352941176],[29.4117647058824,63.7254901960784,44.1176470588235],[100,122.549019607843,102.941176470588],[240.196078431373,244.117647058824,221.56862745098],[167.647058823529,164.705882352941,134.313725490196],[199.019607843137,200.980392156863,161.764705882353],[168.627450980392,176.470588235294,130.392156862745],[163.725490196078,177.450980392157,127.450980392157],[168.627450980392,186.274509803922,129.411764705882],[171.56862745098,191.176470588235,120.588235294118],[144.117647058824,162.745098039216,85.2941176470588],[142.156862745098,158.823529411765,80.3921568627451],[153.921568627451,166.666666666667,89.2156862745098],[182.352941176471,190.196078431373,116.666666666667],[141.176470588235,143.137254901961,71.5686274509804],[129.411764705882,122.549019607843,55.8823529411765],[144.117647058824,133.333333333333,70.5882352941177],[103.921568627451,87.2549019607843,32.3529411764706],[98.0392156862745,81.3725490196078,28.4313725490196],[90.1960784313725,77.4509803921569,23.5294117647059],[93.1372549019608,84.3137254901961,28.4313725490196],[106.862745098039,104.901960784314,47.0588235294118],[177.450980392157,182.352941176471,119.607843137255],[168.627450980392,177.450980392157,111.764705882353],[84.3137254901961,99.0196078431373,35.2941176470588],[70.5882352941177,91.1764705882353,36.2745098039216],[83.3333333333333,104.901960784314,56.8627450980392],[100,119.607843137255,69.6078431372549],[135.294117647059,150.980392156863,102.941176470588],[122.549019607843,134.313725490196,85.2941176470588],[141.176470588235,148.039215686275,98.0392156862745],[167.647058823529,169.607843137255,121.56862745098],[106.862745098039,104.901960784314,57.843137254902],[48.0392156862745,41.1764705882353,0],[63.7254901960784,56.8627450980392,11.7647058823529],[90.1960784313725,83.3333333333333,40.1960784313726],[100.980392156863,94.1176470588235,50.9803921568627],[91.1764705882353,88.2352941176471,46.078431372549],[121.56862745098,120.588235294118,77.4509803921569],[9.80392156862745,10.7843137254902,0],[93.1372549019608,91.1764705882353,52.9411764705882],[88.2352941176471,77.4509803921569,48.0392156862745],[17.6470588235294,3.92156862745098,0],[59.8039215686275,50,23.5294117647059],[54.9019607843137,50,21.5686274509804],[82.3529411764706,78.4313725490196,50],[75.4901960784314,69.6078431372549,44.1176470588235],[32.3529411764706,24.5098039215686,1.96078431372549],[42.156862745098,29.4117647058824,10.7843137254902],[38.2352941176471,21.5686274509804,5.88235294117647],[73.5294117647059,53.921568627451,43.1372549019608],[54.9019607843137,35.2941176470588,28.4313725490196],[26.4705882352941,7.84313725490196,3.92156862745098],[55.8823529411765,42.156862745098,42.156862745098],[5.88235294117647,0,0],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,6.86274509803922,3.92156862745098],[12.7450980392157,3.92156862745098,0],[23.5294117647059,14.7058823529412,5.88235294117647],[20.5882352941176,10.7843137254902,0.980392156862745],[43.1372549019608,34.3137254901961,19.6078431372549],[48.0392156862745,39.2156862745098,22.5490196078431],[51.9607843137255,43.1372549019608,26.4705882352941],[29.4117647058824,21.5686274509804,2.94117647058824],[14.7058823529412,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[6.86274509803922,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[23.5294117647059,9.80392156862745,8.82352941176471],[24.5098039215686,11.7647058823529,5.88235294117647],[25.4901960784314,10.7843137254902,3.92156862745098],[10.7843137254902,0,0],[25.4901960784314,15.6862745098039,5.88235294117647],[23.5294117647059,14.7058823529412,7.84313725490196],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,11.7647058823529,14.7058823529412],[20.5882352941176,12.7450980392157,10.7843137254902],[12.7450980392157,3.92156862745098,0],[30.3921568627451,22.5490196078431,0],[68.6274509803922,60.7843137254902,22.5490196078431],[56.8627450980392,50,8.82352941176471],[22.5490196078431,19.6078431372549,0],[13.7254901960784,11.7647058823529,0],[19.6078431372549,11.7647058823529,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,16.6666666666667,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[90.1960784313725,75.4901960784314,52.9411764705882],[91.1764705882353,76.4705882352941,53.921568627451],[72.5490196078431,59.8039215686275,41.1764705882353],[66.6666666666667,54.9019607843137,31.3725490196078],[21.5686274509804,11.7647058823529,0],[68.6274509803922,60.7843137254902,12.7450980392157],[88.2352941176471,83.3333333333333,18.6274509803922],[144.117647058824,140.196078431373,68.6274509803922],[159.803921568627,154.901960784314,88.2352941176471],[129.411764705882,126.470588235294,60.7843137254902],[138.235294117647,137.254901960784,73.5294117647059],[80.3921568627451,75.4901960784314,18.6274509803922],[121.56862745098,106.862745098039,66.6666666666667],[168.627450980392,147.058823529412,108.823529411765],[146.078431372549,118.627450980392,72.5490196078431],[102.941176470588,73.5294117647059,24.5098039215686],[78.4313725490196,50.9803921568627,3.92156862745098],[95.0980392156863,73.5294117647059,25.4901960784314],[100.980392156863,89.2156862745098,42.156862745098],[82.3529411764706,78.4313725490196,32.3529411764706],[143.137254901961,146.078431372549,100],[175.490196078431,182.352941176471,141.176470588235],[198.039215686275,203.921568627451,170.588235294118],[190.196078431373,196.078431372549,160.78431372549],[177.450980392157,181.372549019608,131.372549019608],[132.352941176471,133.333333333333,77.4509803921569],[98.0392156862745,91.1764705882353,38.2352941176471],[91.1764705882353,85.2941176470588,36.2745098039216],[84.3137254901961,83.3333333333333,38.2352941176471],[156.862745098039,161.764705882353,121.56862745098],[198.039215686275,207.843137254902,171.56862745098],[165.686274509804,179.411764705882,147.058823529412],[164.705882352941,174.509803921569,148.039215686275],[195.098039215686,202.941176470588,180.392156862745],[213.725490196078,216.666666666667,198.039215686275],[215.686274509804,216.666666666667,200.980392156863],[241.176470588235,242.156862745098,228.43137254902],[248.039215686275,250,238.235294117647],[237.254901960784,247.058823529412,236.274509803922],[200.980392156863,218.627450980392,206.862745098039],[122.549019607843,148.039215686275,135.294117647059],[71.5686274509804,103.921568627451,93.1372549019608],[101.960784313725,141.176470588235,130.392156862745],[98.0392156862745,143.137254901961,133.333333333333],[136.274509803922,187.254901960784,183.333333333333],[166.666666666667,223.529411764706,224.509803921569],[136.274509803922,196.078431372549,200.980392156863],[99.0196078431373,155.882352941176,159.803921568627],[125.490196078431,172.549019607843,176.470588235294],[141.176470588235,176.470588235294,176.470588235294],[156.862745098039,177.450980392157,172.549019607843],[184.313725490196,193.137254901961,188.235294117647],[200,201.960784313725,197.058823529412],[191.176470588235,192.156862745098,194.117647058824],[184.313725490196,193.137254901961,201.960784313725],[175.490196078431,192.156862745098,207.843137254902],[161.764705882353,189.21568627451,212.745098039216],[170.588235294118,197.058823529412,225.490196078431],[177.450980392157,191.176470588235,219.607843137255],[186.274509803922,195.098039215686,225.490196078431],[182.352941176471,197.058823529412,229.411764705882],[176.470588235294,196.078431372549,230.392156862745],[161.764705882353,187.254901960784,223.529411764706],[149.019607843137,178.43137254902,215.686274509804],[144.117647058824,175.490196078431,212.745098039216],[140.196078431373,173.529411764706,209.803921568627],[149.019607843137,182.352941176471,216.666666666667],[162.745098039216,196.078431372549,230.392156862745],[164.705882352941,197.058823529412,229.411764705882],[135.294117647059,167.647058823529,200],[138.235294117647,170.588235294118,204.901960784314],[125.490196078431,158.823529411765,193.137254901961],[141.176470588235,174.509803921569,210.78431372549],[130.392156862745,170.588235294118,200],[130.392156862745,180.392156862745,199.019607843137],[147.058823529412,193.137254901961,208.823529411765],[147.058823529412,177.450980392157,197.058823529412],[138.235294117647,162.745098039216,182.352941176471],[152.941176470588,178.43137254902,195.098039215686],[123.529411764706,146.078431372549,161.764705882353],[196.078431372549,214.705882352941,229.411764705882],[205.882352941176,217.647058823529,231.372549019608],[171.56862745098,168.627450980392,185.294117647059],[219.607843137255,213.725490196078,227.450980392157],[240.196078431373,238.235294117647,249.019607843137],[226.470588235294,233.333333333333,239.21568627451],[226.470588235294,246.078431372549,245.098039215686],[219.607843137255,244.117647058824,241.176470588235],[202.941176470588,220.588235294118,220.588235294118],[207.843137254902,225.490196078431,227.450980392157],[207.843137254902,230.392156862745,236.274509803922],[165.686274509804,189.21568627451,199.019607843137],[156.862745098039,180.392156862745,192.156862745098],[193.137254901961,215.686274509804,229.411764705882],[200,222.549019607843,240.196078431373],[150,174.509803921569,194.117647058824],[141.176470588235,165.686274509804,187.254901960784],[171.56862745098,197.058823529412,219.607843137255],[171.56862745098,199.019607843137,222.549019607843],[152.941176470588,184.313725490196,208.823529411765],[128.43137254902,161.764705882353,186.274509803922],[151.960784313725,187.254901960784,210.78431372549],[163.725490196078,203.921568627451,223.529411764706],[184.313725490196,226.470588235294,245.098039215686],[181.372549019608,225.490196078431,244.117647058824],[150,194.117647058824,216.666666666667],[136.274509803922,176.470588235294,203.921568627451],[141.176470588235,185.294117647059,215.686274509804],[127.450980392157,183.333333333333,209.803921568627],[117.647058823529,173.529411764706,200],[131.372549019608,175.490196078431,205.882352941176],[142.156862745098,185.294117647059,213.725490196078],[143.137254901961,192.156862745098,216.666666666667],[147.058823529412,196.078431372549,218.627450980392],[140.196078431373,184.313725490196,206.862745098039],[150.980392156863,188.235294117647,210.78431372549],[193.137254901961,219.607843137255,246.078431372549],[192.156862745098,222.549019607843,250],[133.333333333333,179.411764705882,204.901960784314],[111.764705882353,164.705882352941,190.196078431373],[131.372549019608,181.372549019608,211.764705882353],[132.352941176471,176.470588235294,208.823529411765],[122.549019607843,160.78431372549,191.176470588235],[158.823529411765,194.117647058824,217.647058823529],[160.78431372549,193.137254901961,207.843137254902],[141.176470588235,176.470588235294,188.235294117647],[95.0980392156863,137.254901960784,153.921568627451],[64.7058823529412,107.843137254902,120.588235294118],[79.4117647058823,123.529411764706,118.627450980392],[81.3725490196078,121.56862745098,107.843137254902],[82.3529411764706,115.686274509804,99.0196078431373],[103.921568627451,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,89.2156862745098],[92.156862745098,87.2549019607843,58.8235294117647],[188.235294117647,186.274509803922,146.078431372549],[161.764705882353,168.627450980392,117.647058823529],[137.254901960784,151.960784313725,98.0392156862745],[167.647058823529,187.254901960784,125.490196078431],[142.156862745098,163.725490196078,90.1960784313725],[157.843137254902,179.411764705882,99.0196078431373],[149.019607843137,166.666666666667,86.2745098039216],[142.156862745098,154.901960784314,76.4705882352941],[122.549019607843,131.372549019608,53.921568627451],[81.3725490196078,83.3333333333333,9.80392156862745],[127.450980392157,123.529411764706,53.921568627451],[150,141.176470588235,77.4509803921569],[145.098039215686,129.411764705882,71.5686274509804],[125.490196078431,108.823529411765,55.8823529411765],[57.843137254902,42.156862745098,0],[98.0392156862745,85.2941176470588,34.3137254901961],[116.666666666667,109.803921568627,55.8823529411765],[152.941176470588,150.980392156863,93.1372549019608],[122.549019607843,127.450980392157,64.7058823529412],[90.1960784313725,100,38.2352941176471],[100,114.705882352941,60.7843137254902],[66.6666666666667,84.3137254901961,33.3333333333333],[116.666666666667,133.333333333333,82.3529411764706],[99.0196078431373,112.745098039216,62.7450980392157],[49.0196078431373,58.8235294117647,9.80392156862745],[6.86274509803922,12.7450980392157,0],[88.2352941176471,90.1960784313725,44.1176470588235],[110.78431372549,107.843137254902,63.7254901960784],[86.2745098039216,79.4117647058823,38.2352941176471],[114.705882352941,102.941176470588,63.7254901960784],[88.2352941176471,76.4705882352941,39.2156862745098],[87.2549019607843,74.5098039215686,40.1960784313726],[52.9411764705882,45.0980392156863,9.80392156862745],[82.3529411764706,76.4705882352941,41.1764705882353],[70.5882352941177,67.6470588235294,33.3333333333333],[105.882352941176,100.980392156863,69.6078431372549],[64.7058823529412,52.9411764705882,29.4117647058824],[35.2941176470588,23.5294117647059,1.96078431372549],[60.7843137254902,53.921568627451,28.4313725490196],[59.8039215686275,55.8823529411765,29.4117647058824],[27.4509803921569,26.4705882352941,0],[29.4117647058824,25.4901960784314,0],[9.80392156862745,1.96078431372549,0],[55.8823529411765,41.1764705882353,22.5490196078431],[21.5686274509804,0,0],[47.0588235294118,22.5490196078431,15.6862745098039],[36.2745098039216,11.7647058823529,7.84313725490196],[56.8627450980392,36.2745098039216,35.2941176470588],[206.862745098039,193.137254901961,193.137254901961],[3.92156862745098,0,0],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,8.82352941176471,8.82352941176471],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[13.7254901960784,5.88235294117647,2.94117647058824],[13.7254901960784,4.90196078431373,0],[17.6470588235294,8.82352941176471,0],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,0],[33.3333333333333,21.5686274509804,7.84313725490196],[61.7647058823529,50,34.3137254901961],[43.1372549019608,32.3529411764706,14.7058823529412],[19.6078431372549,7.84313725490196,0],[26.4705882352941,17.6470588235294,8.82352941176471],[13.7254901960784,6.86274509803922,0.980392156862745],[21.5686274509804,11.7647058823529,12.7450980392157],[14.7058823529412,2.94117647058824,6.86274509803922],[24.5098039215686,9.80392156862745,14.7058823529412],[32.3529411764706,18.6274509803922,18.6274509803922],[15.6862745098039,1.96078431372549,0],[24.5098039215686,13.7254901960784,7.84313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[19.6078431372549,9.80392156862745,7.84313725490196],[17.6470588235294,7.84313725490196,8.82352941176471],[22.5490196078431,10.7843137254902,12.7450980392157],[31.3725490196078,17.6470588235294,14.7058823529412],[50.9803921568627,37.2549019607843,26.4705882352941],[63.7254901960784,49.0196078431373,26.4705882352941],[56.8627450980392,40.1960784313726,14.7058823529412],[62.7450980392157,41.1764705882353,20.5882352941176],[42.156862745098,19.6078431372549,3.92156862745098],[30.3921568627451,11.7647058823529,0],[12.7450980392157,0,0],[14.7058823529412,7.84313725490196,0],[68.6274509803922,63.7254901960784,34.3137254901961],[40.1960784313726,35.2941176470588,5.88235294117647],[64.7058823529412,57.843137254902,30.3921568627451],[62.7450980392157,51.9607843137255,30.3921568627451],[47.0588235294118,35.2941176470588,9.80392156862745],[65.6862745098039,53.921568627451,12.7450980392157],[121.56862745098,112.745098039216,54.9019607843137],[110.78431372549,108.823529411765,36.2745098039216],[157.843137254902,160.78431372549,85.2941176470588],[174.509803921569,179.411764705882,113.725490196078],[102.941176470588,107.843137254902,43.1372549019608],[115.686274509804,118.627450980392,49.0196078431373],[149.019607843137,148.039215686275,82.3529411764706],[125.490196078431,115.686274509804,57.843137254902],[129.411764705882,110.78431372549,55.8823529411765],[146.078431372549,120.588235294118,62.7450980392157],[99.0196078431373,71.5686274509804,9.80392156862745],[100,75.4901960784314,12.7450980392157],[172.549019607843,152.941176470588,91.1764705882353],[151.960784313725,141.176470588235,78.4313725490196],[157.843137254902,153.921568627451,92.156862745098],[163.725490196078,168.627450980392,105.882352941176],[137.254901960784,145.098039215686,86.2745098039216],[167.647058823529,174.509803921569,123.529411764706],[183.333333333333,188.235294117647,135.294117647059],[186.274509803922,191.176470588235,128.43137254902],[230.392156862745,230.392156862745,169.607843137255],[111.764705882353,105.882352941176,54.9019607843137],[129.411764705882,125.490196078431,81.3725490196078],[150,150.980392156863,109.803921568627],[119.607843137255,127.450980392157,89.2156862745098],[142.156862745098,155.882352941176,121.56862745098],[175.490196078431,190.196078431373,159.803921568627],[185.294117647059,198.039215686275,172.549019607843],[245.098039215686,250,233.333333333333],[249.019607843137,250,234.313725490196],[220.588235294118,221.56862745098,205.882352941176],[201.960784313725,202.941176470588,187.254901960784],[236.274509803922,238.235294117647,224.509803921569],[246.078431372549,250,239.21568627451],[235.294117647059,249.019607843137,234.313725490196],[211.764705882353,232.352941176471,217.647058823529],[137.254901960784,166.666666666667,154.901960784314],[88.2352941176471,130.392156862745,121.56862745098],[93.1372549019608,141.176470588235,137.254901960784],[79.4117647058823,128.43137254902,127.450980392157],[98.0392156862745,150,153.921568627451],[85.2941176470588,143.137254901961,147.058823529412],[102.941176470588,159.803921568627,163.725490196078],[132.352941176471,182.352941176471,185.294117647059],[124.509803921569,163.725490196078,163.725490196078],[171.56862745098,192.156862745098,193.137254901961],[168.627450980392,180.392156862745,180.392156862745],[150,159.803921568627,160.78431372549],[159.803921568627,170.588235294118,174.509803921569],[171.56862745098,191.176470588235,201.960784313725],[158.823529411765,184.313725490196,200.980392156863],[153.921568627451,183.333333333333,208.823529411765],[165.686274509804,198.039215686275,228.43137254902],[185.294117647059,218.627450980392,250],[167.647058823529,202.941176470588,238.235294117647],[151.960784313725,189.21568627451,225.490196078431],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,178.43137254902,217.647058823529],[141.176470588235,182.352941176471,221.56862745098],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,172.549019607843,207.843137254902],[154.901960784314,184.313725490196,217.647058823529],[146.078431372549,168.627450980392,200],[166.666666666667,183.333333333333,212.745098039216],[208.823529411765,222.549019607843,249.019607843137],[200,209.803921568627,236.274509803922],[179.411764705882,186.274509803922,213.725490196078],[194.117647058824,200.980392156863,228.43137254902],[217.647058823529,224.509803921569,250],[234.313725490196,244.117647058824,250],[226.470588235294,233.333333333333,250],[222.549019607843,226.470588235294,250],[181.372549019608,186.274509803922,214.705882352941],[166.666666666667,181.372549019608,201.960784313725],[185.294117647059,203.921568627451,220.588235294118],[200.980392156863,219.607843137255,233.333333333333],[208.823529411765,225.490196078431,235.294117647059],[220.588235294118,224.509803921569,236.274509803922],[214.705882352941,216.666666666667,229.411764705882],[201.960784313725,207.843137254902,219.607843137255],[200,213.725490196078,224.509803921569],[210.78431372549,235.294117647059,242.156862745098],[200,224.509803921569,229.411764705882],[185.294117647059,201.960784313725,209.803921568627],[201.960784313725,215.686274509804,224.509803921569],[226.470588235294,244.117647058824,250],[213.725490196078,235.294117647059,246.078431372549],[180.392156862745,201.960784313725,214.705882352941],[162.745098039216,184.313725490196,198.039215686275],[208.823529411765,229.411764705882,248.039215686275],[175.490196078431,197.058823529412,217.647058823529],[144.117647058824,168.627450980392,190.196078431373],[153.921568627451,179.411764705882,203.921568627451],[191.176470588235,217.647058823529,244.117647058824],[175.490196078431,205.882352941176,233.333333333333],[135.294117647059,170.588235294118,196.078431372549],[150.980392156863,187.254901960784,212.745098039216],[148.039215686275,189.21568627451,213.725490196078],[147.058823529412,192.156862745098,215.686274509804],[162.745098039216,209.803921568627,232.352941176471],[158.823529411765,203.921568627451,227.450980392157],[144.117647058824,184.313725490196,213.725490196078],[150,193.137254901961,221.56862745098],[130.392156862745,183.333333333333,208.823529411765],[119.607843137255,172.549019607843,198.039215686275],[138.235294117647,182.352941176471,210.78431372549],[148.039215686275,188.235294117647,217.647058823529],[147.058823529412,193.137254901961,218.627450980392],[159.803921568627,206.862745098039,229.411764705882],[142.156862745098,186.274509803922,208.823529411765],[132.352941176471,168.627450980392,194.117647058824],[154.901960784314,184.313725490196,211.764705882353],[161.764705882353,195.098039215686,222.549019607843],[129.411764705882,178.43137254902,204.901960784314],[124.509803921569,179.411764705882,205.882352941176],[133.333333333333,185.294117647059,216.666666666667],[119.607843137255,167.647058823529,200],[120.588235294118,164.705882352941,195.098039215686],[123.529411764706,163.725490196078,191.176470588235],[141.176470588235,183.333333333333,201.960784313725],[157.843137254902,200,216.666666666667],[107.843137254902,150,166.666666666667],[61.7647058823529,106.862745098039,119.607843137255],[70.5882352941177,120.588235294118,121.56862745098],[64.7058823529412,110.78431372549,100.980392156863],[94.1176470588235,124.509803921569,106.862745098039],[105.882352941176,122.549019607843,103.921568627451],[49.0196078431373,52.9411764705882,36.2745098039216],[150.980392156863,149.019607843137,124.509803921569],[204.901960784314,200.980392156863,156.862745098039],[171.56862745098,172.549019607843,116.666666666667],[123.529411764706,134.313725490196,79.4117647058823],[157.843137254902,173.529411764706,112.745098039216],[209.803921568627,226.470588235294,159.803921568627],[207.843137254902,223.529411764706,151.960784313725],[194.117647058824,207.843137254902,134.313725490196],[163.725490196078,174.509803921569,100],[113.725490196078,120.588235294118,45.0980392156863],[58.8235294117647,61.7647058823529,0],[172.549019607843,168.627450980392,97.0588235294118],[187.254901960784,176.470588235294,111.764705882353],[140.196078431373,124.509803921569,65.6862745098039],[125.490196078431,106.862745098039,51.9607843137255],[98.0392156862745,81.3725490196078,30.3921568627451],[96.078431372549,83.3333333333333,32.3529411764706],[131.372549019608,124.509803921569,73.5294117647059],[183.333333333333,180.392156862745,128.43137254902],[120.588235294118,123.529411764706,69.6078431372549],[77.4509803921569,79.4117647058823,30.3921568627451],[57.843137254902,54.9019607843137,12.7450980392157],[106.862745098039,102.941176470588,65.6862745098039],[101.960784313725,100,59.8039215686275],[47.0588235294118,45.0980392156863,4.90196078431373],[109.803921568627,110.78431372549,67.6470588235294],[66.6666666666667,67.6470588235294,24.5098039215686],[36.2745098039216,37.2549019607843,0],[82.3529411764706,81.3725490196078,38.2352941176471],[141.176470588235,138.235294117647,94.1176470588235],[104.901960784314,100.980392156863,56.8627450980392],[68.6274509803922,61.7647058823529,20.5882352941176],[80.3921568627451,73.5294117647059,32.3529411764706],[72.5490196078431,67.6470588235294,28.4313725490196],[94.1176470588235,91.1764705882353,50.9803921568627],[82.3529411764706,80.3921568627451,40.1960784313726],[80.3921568627451,76.4705882352941,40.1960784313726],[52.9411764705882,41.1764705882353,17.6470588235294],[55.8823529411765,41.1764705882353,22.5490196078431],[65.6862745098039,54.9019607843137,33.3333333333333],[35.2941176470588,29.4117647058824,5.88235294117647],[13.7254901960784,7.84313725490196,0],[30.3921568627451,23.5294117647059,0],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,49.0196078431373,29.4117647058824],[55.8823529411765,33.3333333333333,19.6078431372549],[51.9607843137255,25.4901960784314,16.6666666666667],[51.9607843137255,24.5098039215686,20.5882352941176],[29.4117647058824,5.88235294117647,5.88235294117647],[16.6666666666667,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[19.6078431372549,13.7254901960784,13.7254901960784],[18.6274509803922,14.7058823529412,13.7254901960784],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,2.94117647058824,0],[10.7843137254902,2.94117647058824,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,8.82352941176471,1.96078431372549],[14.7058823529412,5.88235294117647,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[24.5098039215686,12.7450980392157,0],[60.7843137254902,49.0196078431373,33.3333333333333],[47.0588235294118,34.3137254901961,17.6470588235294],[30.3921568627451,18.6274509803922,2.94117647058824],[29.4117647058824,23.5294117647059,7.84313725490196],[23.5294117647059,19.6078431372549,8.82352941176471],[8.82352941176471,0.980392156862745,0],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,9.80392156862745,16.6666666666667],[9.80392156862745,0,0],[24.5098039215686,10.7843137254902,7.84313725490196],[59.8039215686275,47.0588235294118,39.2156862745098],[37.2549019607843,27.4509803921569,17.6470588235294],[15.6862745098039,5.88235294117647,0],[16.6666666666667,5.88235294117647,1.96078431372549],[26.4705882352941,12.7450980392157,9.80392156862745],[41.1764705882353,26.4705882352941,21.5686274509804],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,26.4705882352941,9.80392156862745],[56.8627450980392,34.3137254901961,16.6666666666667],[90.1960784313725,61.7647058823529,48.0392156862745],[64.7058823529412,36.2745098039216,22.5490196078431],[63.7254901960784,41.1764705882353,27.4509803921569],[67.6470588235294,50,30.3921568627451],[41.1764705882353,30.3921568627451,0],[58.8235294117647,50.9803921568627,12.7450980392157],[116.666666666667,109.803921568627,66.6666666666667],[82.3529411764706,75.4901960784314,32.3529411764706],[63.7254901960784,51.9607843137255,14.7058823529412],[95.0980392156863,83.3333333333333,44.1176470588235],[151.960784313725,142.156862745098,90.1960784313725],[164.705882352941,158.823529411765,98.0392156862745],[141.176470588235,141.176470588235,70.5882352941177],[126.470588235294,132.352941176471,61.7647058823529],[135.294117647059,145.098039215686,83.3333333333333],[125.490196078431,135.294117647059,76.4705882352941],[81.3725490196078,86.2745098039216,21.5686274509804],[84.3137254901961,83.3333333333333,19.6078431372549],[83.3333333333333,73.5294117647059,12.7450980392157],[116.666666666667,100.980392156863,42.156862745098],[153.921568627451,130.392156862745,67.6470588235294],[128.43137254902,103.921568627451,39.2156862745098],[119.607843137255,97.0588235294118,31.3725490196078],[168.627450980392,150,83.3333333333333],[156.862745098039,147.058823529412,79.4117647058823],[173.529411764706,169.607843137255,100],[169.607843137255,170.588235294118,101.960784313725],[198.039215686275,202.941176470588,137.254901960784],[128.43137254902,133.333333333333,70.5882352941177],[156.862745098039,161.764705882353,99.0196078431373],[132.352941176471,134.313725490196,70.5882352941177],[174.509803921569,174.509803921569,115.686274509804],[150,146.078431372549,100],[165.686274509804,163.725490196078,125.490196078431],[126.470588235294,130.392156862745,94.1176470588235],[180.392156862745,190.196078431373,155.882352941176],[157.843137254902,172.549019607843,142.156862745098],[204.901960784314,223.529411764706,196.078431372549],[234.313725490196,249.019607843137,226.470588235294],[168.627450980392,181.372549019608,161.764705882353],[177.450980392157,184.313725490196,166.666666666667],[193.137254901961,196.078431372549,179.411764705882],[153.921568627451,154.901960784314,139.21568627451],[181.372549019608,182.352941176471,168.627450980392],[239.21568627451,243.137254901961,229.411764705882],[228.43137254902,239.21568627451,223.529411764706],[227.450980392157,241.176470588235,226.470588235294],[235.294117647059,250,248.039215686275],[218.627450980392,250,250],[165.686274509804,208.823529411765,207.843137254902],[123.529411764706,166.666666666667,167.647058823529],[89.2156862745098,133.333333333333,136.274509803922],[86.2745098039216,133.333333333333,137.254901960784],[104.901960784314,149.019607843137,153.921568627451],[115.686274509804,154.901960784314,156.862745098039],[133.333333333333,162.745098039216,164.705882352941],[141.176470588235,160.78431372549,161.764705882353],[169.607843137255,183.333333333333,186.274509803922],[159.803921568627,170.588235294118,176.470588235294],[158.823529411765,171.56862745098,180.392156862745],[168.627450980392,186.274509803922,200],[161.764705882353,183.333333333333,203.921568627451],[162.745098039216,188.235294117647,214.705882352941],[160.78431372549,189.21568627451,218.627450980392],[167.647058823529,200,230.392156862745],[153.921568627451,188.235294117647,219.607843137255],[155.882352941176,193.137254901961,228.43137254902],[155.882352941176,195.098039215686,230.392156862745],[144.117647058824,185.294117647059,222.549019607843],[143.137254901961,184.313725490196,221.56862745098],[140.196078431373,179.411764705882,214.705882352941],[134.313725490196,169.607843137255,204.901960784314],[171.56862745098,200,233.333333333333],[197.058823529412,219.607843137255,250],[204.901960784314,221.56862745098,250],[223.529411764706,237.254901960784,250],[201.960784313725,210.78431372549,239.21568627451],[185.294117647059,192.156862745098,220.588235294118],[174.509803921569,181.372549019608,209.803921568627],[188.235294117647,191.176470588235,221.56862745098],[228.43137254902,225.490196078431,250],[212.745098039216,202.941176470588,236.274509803922],[186.274509803922,176.470588235294,210.78431372549],[237.254901960784,231.372549019608,250],[221.56862745098,225.490196078431,250],[182.352941176471,193.137254901961,212.745098039216],[150,161.764705882353,175.490196078431],[181.372549019608,194.117647058824,202.941176470588],[209.803921568627,216.666666666667,226.470588235294],[194.117647058824,201.960784313725,212.745098039216],[181.372549019608,199.019607843137,212.745098039216],[175.490196078431,200.980392156863,215.686274509804],[170.588235294118,202.941176470588,217.647058823529],[163.725490196078,192.156862745098,205.882352941176],[168.627450980392,185.294117647059,200.980392156863],[196.078431372549,207.843137254902,221.56862745098],[217.647058823529,235.294117647059,245.098039215686],[233.333333333333,250,250],[203.921568627451,223.529411764706,234.313725490196],[187.254901960784,205.882352941176,220.588235294118],[233.333333333333,250,250],[204.901960784314,225.490196078431,246.078431372549],[163.725490196078,185.294117647059,207.843137254902],[194.117647058824,219.607843137255,244.117647058824],[220.588235294118,247.058823529412,250],[182.352941176471,212.745098039216,241.176470588235],[135.294117647059,169.607843137255,197.058823529412],[136.274509803922,174.509803921569,202.941176470588],[126.470588235294,169.607843137255,198.039215686275],[126.470588235294,172.549019607843,200],[128.43137254902,177.450980392157,203.921568627451],[123.529411764706,169.607843137255,197.058823529412],[139.21568627451,177.450980392157,207.843137254902],[143.137254901961,183.333333333333,210.78431372549],[133.333333333333,182.352941176471,206.862745098039],[123.529411764706,174.509803921569,198.039215686275],[131.372549019608,174.509803921569,200.980392156863],[141.176470588235,181.372549019608,208.823529411765],[139.21568627451,184.313725490196,207.843137254902],[135.294117647059,182.352941176471,204.901960784314],[145.098039215686,189.21568627451,211.764705882353],[143.137254901961,182.352941176471,206.862745098039],[138.235294117647,171.56862745098,199.019607843137],[129.411764705882,165.686274509804,194.117647058824],[120.588235294118,170.588235294118,199.019607843137],[120.588235294118,176.470588235294,204.901960784314],[133.333333333333,187.254901960784,217.647058823529],[150.980392156863,202.941176470588,236.274509803922],[116.666666666667,165.686274509804,198.039215686275],[120.588235294118,168.627450980392,198.039215686275],[126.470588235294,177.450980392157,199.019607843137],[128.43137254902,178.43137254902,197.058823529412],[135.294117647059,179.411764705882,198.039215686275],[139.21568627451,186.274509803922,200],[112.745098039216,169.607843137255,173.529411764706],[85.2941176470588,135.294117647059,130.392156862745],[99.0196078431373,129.411764705882,111.764705882353],[110.78431372549,128.43137254902,106.862745098039],[130.392156862745,136.274509803922,122.549019607843],[103.921568627451,103.921568627451,80.3921568627451],[155.882352941176,149.019607843137,103.921568627451],[213.725490196078,211.764705882353,155.882352941176],[183.333333333333,191.176470588235,135.294117647059],[190.196078431373,203.921568627451,146.078431372549],[168.627450980392,179.411764705882,120.588235294118],[218.627450980392,230.392156862745,167.647058823529],[180.392156862745,191.176470588235,124.509803921569],[177.450980392157,184.313725490196,115.686274509804],[117.647058823529,124.509803921569,49.0196078431373],[98.0392156862745,99.0196078431373,24.5098039215686],[122.549019607843,116.666666666667,44.1176470588235],[156.862745098039,147.058823529412,77.4509803921569],[150.980392156863,136.274509803922,72.5490196078431],[88.2352941176471,72.5490196078431,14.7058823529412],[91.1764705882353,75.4901960784314,24.5098039215686],[60.7843137254902,49.0196078431373,0],[122.549019607843,114.705882352941,66.6666666666667],[107.843137254902,103.921568627451,56.8627450980392],[70.5882352941177,72.5490196078431,24.5098039215686],[39.2156862745098,36.2745098039216,0],[13.7254901960784,0,0],[73.5294117647059,54.9019607843137,25.4901960784314],[70.5882352941177,55.8823529411765,23.5294117647059],[100,90.1960784313725,54.9019607843137],[128.43137254902,124.509803921569,87.2549019607843],[147.058823529412,148.039215686275,106.862745098039],[62.7450980392157,65.6862745098039,21.5686274509804],[119.607843137255,122.549019607843,78.4313725490196],[188.235294117647,190.196078431373,144.117647058824],[65.6862745098039,64.7058823529412,19.6078431372549],[43.1372549019608,40.1960784313726,0],[76.4705882352941,72.5490196078431,28.4313725490196],[99.0196078431373,92.156862745098,49.0196078431373],[97.0588235294118,90.1960784313725,47.0588235294118],[48.0392156862745,41.1764705882353,0],[64.7058823529412,54.9019607843137,19.6078431372549],[49.0196078431373,35.2941176470588,9.80392156862745],[108.823529411765,94.1176470588235,75.4901960784314],[25.4901960784314,13.7254901960784,0],[23.5294117647059,12.7450980392157,0],[9.80392156862745,2.94117647058824,0],[17.6470588235294,7.84313725490196,0],[51.9607843137255,36.2745098039216,13.7254901960784],[23.5294117647059,2.94117647058824,0],[64.7058823529412,37.2549019607843,23.5294117647059],[79.4117647058823,51.9607843137255,41.1764705882353],[58.8235294117647,30.3921568627451,24.5098039215686],[17.6470588235294,0,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,15.6862745098039,10.7843137254902],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,6.86274509803922,0],[9.80392156862745,0,0],[37.2549019607843,23.5294117647059,10.7843137254902],[48.0392156862745,35.2941176470588,19.6078431372549],[23.5294117647059,7.84313725490196,0],[14.7058823529412,3.92156862745098,0],[23.5294117647059,19.6078431372549,0],[25.4901960784314,20.5882352941176,0.980392156862745],[17.6470588235294,8.82352941176471,0],[10.7843137254902,0,0],[9.80392156862745,0,0],[14.7058823529412,0.980392156862745,0],[38.2352941176471,25.4901960784314,16.6666666666667],[47.0588235294118,35.2941176470588,19.6078431372549],[41.1764705882353,33.3333333333333,12.7450980392157],[21.5686274509804,13.7254901960784,0],[26.4705882352941,15.6862745098039,0],[31.3725490196078,17.6470588235294,4.90196078431373],[47.0588235294118,29.4117647058824,17.6470588235294],[53.921568627451,35.2941176470588,21.5686274509804],[49.0196078431373,26.4705882352941,10.7843137254902],[69.6078431372549,47.0588235294118,29.4117647058824],[61.7647058823529,41.1764705882353,24.5098039215686],[88.2352941176471,69.6078431372549,54.9019607843137],[40.1960784313726,18.6274509803922,7.84313725490196],[64.7058823529412,44.1176470588235,27.4509803921569],[98.0392156862745,77.4509803921569,47.0588235294118],[87.2549019607843,66.6666666666667,20.5882352941176],[152.941176470588,135.294117647059,72.5490196078431],[156.862745098039,140.196078431373,72.5490196078431],[141.176470588235,126.470588235294,62.7450980392157],[171.56862745098,157.843137254902,96.078431372549],[120.588235294118,110.78431372549,50.9803921568627],[100.980392156863,97.0588235294118,37.2549019607843],[98.0392156862745,100,38.2352941176471],[121.56862745098,127.450980392157,68.6274509803922],[146.078431372549,154.901960784314,100.980392156863],[150.980392156863,158.823529411765,108.823529411765],[106.862745098039,108.823529411765,60.7843137254902],[81.3725490196078,78.4313725490196,28.4313725490196],[43.1372549019608,34.3137254901961,0],[73.5294117647059,56.8627450980392,1.96078431372549],[116.666666666667,95.0980392156863,39.2156862745098],[134.313725490196,109.803921568627,53.921568627451],[134.313725490196,110.78431372549,51.9607843137255],[88.2352941176471,68.6274509803922,8.82352941176471],[90.1960784313725,76.4705882352941,14.7058823529412],[161.764705882353,153.921568627451,92.156862745098],[176.470588235294,175.490196078431,112.745098039216],[211.764705882353,211.764705882353,149.019607843137],[176.470588235294,178.43137254902,114.705882352941],[210.78431372549,210.78431372549,150],[200,197.058823529412,143.137254901961],[222.549019607843,218.627450980392,171.56862745098],[250,250,210.78431372549],[184.313725490196,185.294117647059,151.960784313725],[124.509803921569,131.372549019608,99.0196078431373],[142.156862745098,154.901960784314,125.490196078431],[186.274509803922,203.921568627451,178.43137254902],[225.490196078431,245.098039215686,220.588235294118],[180.392156862745,199.019607843137,179.411764705882],[133.333333333333,150,131.372549019608],[138.235294117647,149.019607843137,132.352941176471],[161.764705882353,168.627450980392,152.941176470588],[167.647058823529,169.607843137255,155.882352941176],[132.352941176471,134.313725490196,120.588235294118],[179.411764705882,181.372549019608,168.627450980392],[230.392156862745,236.274509803922,224.509803921569],[210.78431372549,220.588235294118,209.803921568627],[238.235294117647,250,246.078431372549],[233.333333333333,250,250],[210.78431372549,239.21568627451,243.137254901961],[204.901960784314,238.235294117647,239.21568627451],[149.019607843137,179.411764705882,181.372549019608],[109.803921568627,133.333333333333,137.254901960784],[150.980392156863,168.627450980392,172.549019607843],[165.686274509804,176.470588235294,180.392156862745],[174.509803921569,181.372549019608,187.254901960784],[158.823529411765,167.647058823529,172.549019607843],[191.176470588235,198.039215686275,205.882352941176],[180.392156862745,184.313725490196,195.098039215686],[168.627450980392,171.56862745098,186.274509803922],[178.43137254902,180.392156862745,200.980392156863],[181.372549019608,187.254901960784,212.745098039216],[180.392156862745,194.117647058824,220.588235294118],[172.549019607843,186.274509803922,211.764705882353],[192.156862745098,198.039215686275,219.607843137255],[177.450980392157,183.333333333333,204.901960784314],[184.313725490196,194.117647058824,218.627450980392],[183.333333333333,199.019607843137,224.509803921569],[186.274509803922,206.862745098039,237.254901960784],[213.725490196078,239.21568627451,250],[219.607843137255,249.019607843137,250],[204.901960784314,237.254901960784,250],[192.156862745098,224.509803921569,250],[180.392156862745,209.803921568627,245.098039215686],[149.019607843137,178.43137254902,213.725490196078],[120.588235294118,152.941176470588,187.254901960784],[144.117647058824,175.490196078431,212.745098039216],[139.21568627451,172.549019607843,209.803921568627],[145.098039215686,179.411764705882,218.627450980392],[147.058823529412,171.56862745098,210.78431372549],[169.607843137255,178.43137254902,208.823529411765],[157.843137254902,154.901960784314,185.294117647059],[166.666666666667,158.823529411765,197.058823529412],[227.450980392157,219.607843137255,250],[192.156862745098,185.294117647059,218.627450980392],[162.745098039216,156.862745098039,184.313725490196],[165.686274509804,161.764705882353,178.43137254902],[200.980392156863,199.019607843137,209.803921568627],[185.294117647059,189.21568627451,198.039215686275],[191.176470588235,207.843137254902,215.686274509804],[165.686274509804,198.039215686275,212.745098039216],[128.43137254902,170.588235294118,189.21568627451],[129.411764705882,175.490196078431,195.098039215686],[151.960784313725,189.21568627451,211.764705882353],[170.588235294118,188.235294117647,211.764705882353],[192.156862745098,203.921568627451,225.490196078431],[193.137254901961,208.823529411765,223.529411764706],[232.352941176471,250,250],[227.450980392157,246.078431372549,250],[209.803921568627,228.43137254902,243.137254901961],[214.705882352941,233.333333333333,250],[213.725490196078,234.313725490196,250],[174.509803921569,196.078431372549,219.607843137255],[175.490196078431,200.980392156863,227.450980392157],[176.470588235294,202.941176470588,231.372549019608],[141.176470588235,171.56862745098,200],[134.313725490196,169.607843137255,200.980392156863],[138.235294117647,178.43137254902,209.803921568627],[122.549019607843,166.666666666667,199.019607843137],[138.235294117647,183.333333333333,215.686274509804],[129.411764705882,177.450980392157,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[129.411764705882,167.647058823529,198.039215686275],[156.862745098039,193.137254901961,221.56862745098],[160.78431372549,205.882352941176,231.372549019608],[150,197.058823529412,219.607843137255],[149.019607843137,190.196078431373,214.705882352941],[150,189.21568627451,214.705882352941],[143.137254901961,187.254901960784,209.803921568627],[138.235294117647,183.333333333333,205.882352941176],[129.411764705882,172.549019607843,197.058823529412],[145.098039215686,186.274509803922,210.78431372549],[136.274509803922,172.549019607843,200.980392156863],[118.627450980392,158.823529411765,188.235294117647],[113.725490196078,165.686274509804,196.078431372549],[109.803921568627,167.647058823529,197.058823529412],[127.450980392157,182.352941176471,214.705882352941],[165.686274509804,220.588235294118,250],[121.56862745098,176.470588235294,210.78431372549],[113.725490196078,168.627450980392,200.980392156863],[146.078431372549,201.960784313725,228.43137254902],[133.333333333333,188.235294117647,210.78431372549],[109.803921568627,158.823529411765,181.372549019608],[116.666666666667,168.627450980392,184.313725490196],[110.78431372549,169.607843137255,177.450980392157],[124.509803921569,178.43137254902,175.490196078431],[157.843137254902,191.176470588235,175.490196078431],[148.039215686275,166.666666666667,147.058823529412],[141.176470588235,149.019607843137,136.274509803922],[111.764705882353,110.78431372549,90.1960784313725],[162.745098039216,155.882352941176,110.78431372549],[172.549019607843,167.647058823529,112.745098039216],[112.745098039216,117.647058823529,62.7450980392157],[122.549019607843,131.372549019608,77.4509803921569],[194.117647058824,200.980392156863,148.039215686275],[240.196078431373,248.039215686275,192.156862745098],[191.176470588235,197.058823529412,136.274509803922],[154.901960784314,159.803921568627,94.1176470588235],[151.960784313725,155.882352941176,83.3333333333333],[158.823529411765,159.803921568627,85.2941176470588],[113.725490196078,107.843137254902,35.2941176470588],[149.019607843137,139.21568627451,69.6078431372549],[118.627450980392,104.901960784314,41.1764705882353],[84.3137254901961,68.6274509803922,9.80392156862745],[115.686274509804,100.980392156863,47.0588235294118],[131.372549019608,119.607843137255,70.5882352941177],[164.705882352941,156.862745098039,111.764705882353],[29.4117647058824,26.4705882352941,0],[45.0980392156863,46.078431372549,4.90196078431373],[46.078431372549,40.1960784313726,4.90196078431373],[57.843137254902,34.3137254901961,8.82352941176471],[50.9803921568627,23.5294117647059,1.96078431372549],[34.3137254901961,13.7254901960784,0],[111.764705882353,99.0196078431373,67.6470588235294],[151.960784313725,148.039215686275,111.764705882353],[88.2352941176471,90.1960784313725,50.9803921568627],[94.1176470588235,100.980392156863,57.843137254902],[52.9411764705882,60.7843137254902,14.7058823529412],[46.078431372549,51.9607843137255,4.90196078431373],[138.235294117647,140.196078431373,92.156862745098],[73.5294117647059,69.6078431372549,23.5294117647059],[95.0980392156863,87.2549019607843,41.1764705882353],[126.470588235294,113.725490196078,69.6078431372549],[54.9019607843137,38.2352941176471,0],[71.5686274509804,52.9411764705882,10.7843137254902],[88.2352941176471,70.5882352941177,33.3333333333333],[68.6274509803922,50.9803921568627,27.4509803921569],[33.3333333333333,16.6666666666667,0],[16.6666666666667,1.96078431372549,0],[29.4117647058824,17.6470588235294,0],[21.5686274509804,6.86274509803922,0],[55.8823529411765,40.1960784313726,15.6862745098039],[37.2549019607843,17.6470588235294,0],[30.3921568627451,5.88235294117647,0],[79.4117647058823,50.9803921568627,35.2941176470588],[107.843137254902,76.4705882352941,65.6862745098039],[56.8627450980392,28.4313725490196,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[16.6666666666667,8.82352941176471,5.88235294117647],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,14.7058823529412,6.86274509803922],[30.3921568627451,17.6470588235294,8.82352941176471],[65.6862745098039,51.9607843137255,41.1764705882353],[50,36.2745098039216,23.5294117647059],[23.5294117647059,7.84313725490196,0],[20.5882352941176,7.84313725490196,0],[51.9607843137255,47.0588235294118,17.6470588235294],[26.4705882352941,22.5490196078431,0],[51.9607843137255,45.0980392156863,27.4509803921569],[41.1764705882353,31.3725490196078,21.5686274509804],[9.80392156862745,0,0],[23.5294117647059,10.7843137254902,2.94117647058824],[44.1176470588235,33.3333333333333,15.6862745098039],[60.7843137254902,50.9803921568627,26.4705882352941],[25.4901960784314,18.6274509803922,0],[27.4509803921569,20.5882352941176,0],[42.156862745098,32.3529411764706,7.84313725490196],[43.1372549019608,31.3725490196078,9.80392156862745],[52.9411764705882,36.2745098039216,20.5882352941176],[62.7450980392157,42.156862745098,25.4901960784314],[57.843137254902,32.3529411764706,15.6862745098039],[65.6862745098039,44.1176470588235,23.5294117647059],[65.6862745098039,50,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[58.8235294117647,41.1764705882353,21.5686274509804],[79.4117647058823,57.843137254902,35.2941176470588],[93.1372549019608,69.6078431372549,34.3137254901961],[111.764705882353,89.2156862745098,38.2352941176471],[111.764705882353,92.156862745098,24.5098039215686],[177.450980392157,161.764705882353,86.2745098039216],[149.019607843137,137.254901960784,62.7450980392157],[150,142.156862745098,71.5686274509804],[82.3529411764706,77.4509803921569,12.7450980392157],[102.941176470588,99.0196078431373,39.2156862745098],[82.3529411764706,80.3921568627451,22.5490196078431],[102.941176470588,101.960784313725,47.0588235294118],[64.7058823529412,62.7450980392157,14.7058823529412],[75.4901960784314,72.5490196078431,28.4313725490196],[80.3921568627451,78.4313725490196,40.1960784313726],[102.941176470588,98.0392156862745,56.8627450980392],[104.901960784314,95.0980392156863,43.1372549019608],[127.450980392157,112.745098039216,58.8235294117647],[97.0588235294118,76.4705882352941,24.5098039215686],[128.43137254902,105.882352941176,54.9019607843137],[202.941176470588,181.372549019608,125.490196078431],[107.843137254902,89.2156862745098,31.3725490196078],[78.4313725490196,64.7058823529412,4.90196078431373],[132.352941176471,122.549019607843,61.7647058823529],[177.450980392157,171.56862745098,110.78431372549],[162.745098039216,161.764705882353,98.0392156862745],[170.588235294118,169.607843137255,103.921568627451],[150.980392156863,150,87.2549019607843],[202.941176470588,197.058823529412,148.039215686275],[234.313725490196,229.411764705882,190.196078431373],[210.78431372549,207.843137254902,173.529411764706],[174.509803921569,177.450980392157,147.058823529412],[166.666666666667,175.490196078431,147.058823529412],[154.901960784314,168.627450980392,143.137254901961],[176.470588235294,195.098039215686,173.529411764706],[204.901960784314,228.43137254902,206.862745098039],[150,172.549019607843,152.941176470588],[133.333333333333,153.921568627451,137.254901960784],[134.313725490196,150.980392156863,135.294117647059],[117.647058823529,129.411764705882,115.686274509804],[159.803921568627,167.647058823529,154.901960784314],[133.333333333333,139.21568627451,127.450980392157],[99.0196078431373,104.901960784314,95.0980392156863],[143.137254901961,148.039215686275,141.176470588235],[164.705882352941,171.56862745098,164.705882352941],[165.686274509804,176.470588235294,172.549019607843],[231.372549019608,246.078431372549,249.019607843137],[215.686274509804,233.333333333333,237.254901960784],[193.137254901961,210.78431372549,212.745098039216],[202.941176470588,214.705882352941,214.705882352941],[173.529411764706,177.450980392157,178.43137254902],[201.960784313725,200,200.980392156863],[199.019607843137,193.137254901961,195.098039215686],[221.56862745098,215.686274509804,219.607843137255],[199.019607843137,197.058823529412,201.960784313725],[201.960784313725,200.980392156863,208.823529411765],[188.235294117647,187.254901960784,200.980392156863],[188.235294117647,187.254901960784,204.901960784314],[200.980392156863,197.058823529412,219.607843137255],[203.921568627451,201.960784313725,225.490196078431],[200.980392156863,202.941176470588,227.450980392157],[199.019607843137,200.980392156863,221.56862745098],[228.43137254902,225.490196078431,242.156862745098],[250,246.078431372549,250],[241.176470588235,242.156862745098,250],[210.78431372549,218.627450980392,241.176470588235],[223.529411764706,239.21568627451,250],[230.392156862745,250,250],[188.235294117647,213.725490196078,246.078431372549],[169.607843137255,199.019607843137,232.352941176471],[134.313725490196,167.647058823529,203.921568627451],[130.392156862745,164.705882352941,201.960784313725],[127.450980392157,164.705882352941,202.941176470588],[133.333333333333,174.509803921569,213.725490196078],[135.294117647059,177.450980392157,218.627450980392],[115.686274509804,161.764705882353,204.901960784314],[121.56862745098,168.627450980392,213.725490196078],[134.313725490196,175.490196078431,216.666666666667],[153.921568627451,180.392156862745,208.823529411765],[164.705882352941,179.411764705882,207.843137254902],[169.607843137255,178.43137254902,216.666666666667],[230.392156862745,233.333333333333,250],[217.647058823529,212.745098039216,250],[199.019607843137,192.156862745098,222.549019607843],[153.921568627451,143.137254901961,159.803921568627],[204.901960784314,198.039215686275,205.882352941176],[193.137254901961,196.078431372549,200.980392156863],[194.117647058824,213.725490196078,220.588235294118],[151.960784313725,193.137254901961,208.823529411765],[114.705882352941,165.686274509804,187.254901960784],[131.372549019608,184.313725490196,209.803921568627],[150.980392156863,194.117647058824,222.549019607843],[171.56862745098,192.156862745098,220.588235294118],[215.686274509804,229.411764705882,250],[200.980392156863,217.647058823529,233.333333333333],[203.921568627451,222.549019607843,236.274509803922],[231.372549019608,250,250],[233.333333333333,250,250],[173.529411764706,194.117647058824,212.745098039216],[169.607843137255,189.21568627451,212.745098039216],[162.745098039216,184.313725490196,207.843137254902],[170.588235294118,194.117647058824,221.56862745098],[153.921568627451,180.392156862745,208.823529411765],[133.333333333333,163.725490196078,194.117647058824],[156.862745098039,191.176470588235,222.549019607843],[154.901960784314,193.137254901961,225.490196078431],[123.529411764706,165.686274509804,199.019607843137],[137.254901960784,182.352941176471,215.686274509804],[128.43137254902,176.470588235294,208.823529411765],[135.294117647059,179.411764705882,211.764705882353],[142.156862745098,178.43137254902,206.862745098039],[174.509803921569,208.823529411765,236.274509803922],[173.529411764706,214.705882352941,239.21568627451],[162.745098039216,206.862745098039,229.411764705882],[175.490196078431,214.705882352941,239.21568627451],[168.627450980392,207.843137254902,232.352941176471],[146.078431372549,187.254901960784,210.78431372549],[140.196078431373,184.313725490196,206.862745098039],[135.294117647059,178.43137254902,202.941176470588],[133.333333333333,176.470588235294,202.941176470588],[129.411764705882,169.607843137255,199.019607843137],[124.509803921569,168.627450980392,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[113.725490196078,171.56862745098,200.980392156863],[110.78431372549,170.588235294118,200.980392156863],[117.647058823529,176.470588235294,209.803921568627],[111.764705882353,173.529411764706,207.843137254902],[112.745098039216,174.509803921569,206.862745098039],[129.411764705882,190.196078431373,214.705882352941],[124.509803921569,183.333333333333,206.862745098039],[119.607843137255,174.509803921569,199.019607843137],[70.5882352941177,126.470588235294,146.078431372549],[41.1764705882353,102.941176470588,111.764705882353],[133.333333333333,188.235294117647,185.294117647059],[161.764705882353,201.960784313725,188.235294117647],[152.941176470588,176.470588235294,160.78431372549],[166.666666666667,177.450980392157,163.725490196078],[188.235294117647,187.254901960784,166.666666666667],[138.235294117647,133.333333333333,92.156862745098],[119.607843137255,116.666666666667,64.7058823529412],[72.5490196078431,77.4509803921569,24.5098039215686],[181.372549019608,188.235294117647,137.254901960784],[224.509803921569,228.43137254902,178.43137254902],[161.764705882353,166.666666666667,113.725490196078],[206.862745098039,210.78431372549,152.941176470588],[179.411764705882,184.313725490196,119.607843137255],[157.843137254902,160.78431372549,91.1764705882353],[137.254901960784,137.254901960784,64.7058823529412],[161.764705882353,157.843137254902,85.2941176470588],[157.843137254902,150,79.4117647058823],[130.392156862745,119.607843137255,54.9019607843137],[78.4313725490196,64.7058823529412,4.90196078431373],[103.921568627451,91.1764705882353,37.2549019607843],[148.039215686275,138.235294117647,88.2352941176471],[151.960784313725,145.098039215686,100],[61.7647058823529,58.8235294117647,16.6666666666667],[61.7647058823529,62.7450980392157,21.5686274509804],[36.2745098039216,32.3529411764706,0],[54.9019607843137,35.2941176470588,8.82352941176471],[49.0196078431373,25.4901960784314,1.96078431372549],[34.3137254901961,17.6470588235294,0],[38.2352941176471,29.4117647058824,0],[69.6078431372549,69.6078431372549,32.3529411764706],[100.980392156863,107.843137254902,66.6666666666667],[101.960784313725,110.78431372549,64.7058823529412],[138.235294117647,148.039215686275,99.0196078431373],[75.4901960784314,82.3529411764706,32.3529411764706],[132.352941176471,131.372549019608,84.3137254901961],[145.098039215686,139.21568627451,92.156862745098],[133.333333333333,119.607843137255,75.4901960784314],[107.843137254902,87.2549019607843,43.1372549019608],[82.3529411764706,55.8823529411765,13.7254901960784],[92.156862745098,63.7254901960784,22.5490196078431],[116.666666666667,88.2352941176471,54.9019607843137],[74.5098039215686,50,28.4313725490196],[62.7450980392157,44.1176470588235,27.4509803921569],[46.078431372549,29.4117647058824,9.80392156862745],[45.0980392156863,29.4117647058824,6.86274509803922],[50.9803921568627,33.3333333333333,9.80392156862745],[36.2745098039216,16.6666666666667,0],[66.6666666666667,43.1372549019608,19.6078431372549],[68.6274509803922,41.1764705882353,20.5882352941176],[91.1764705882353,60.7843137254902,43.1372549019608],[71.5686274509804,40.1960784313726,27.4509803921569],[66.6666666666667,37.2549019607843,29.4117647058824],[20.5882352941176,0,0],[9.80392156862745,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[11.7647058823529,3.92156862745098,0.980392156862745],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[15.6862745098039,4.90196078431373,0],[12.7450980392157,0,0],[16.6666666666667,3.92156862745098,0],[53.921568627451,40.1960784313726,29.4117647058824],[48.0392156862745,32.3529411764706,19.6078431372549],[60.7843137254902,45.0980392156863,32.3529411764706],[74.5098039215686,61.7647058823529,43.1372549019608],[58.8235294117647,50,21.5686274509804],[66.6666666666667,59.8039215686275,31.3725490196078],[104.901960784314,94.1176470588235,74.5098039215686],[76.4705882352941,62.7450980392157,50],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,26.4705882352941,9.80392156862745],[42.156862745098,30.3921568627451,4.90196078431373],[35.2941176470588,26.4705882352941,0],[49.0196078431373,43.1372549019608,7.84313725490196],[57.843137254902,51.9607843137255,18.6274509803922],[70.5882352941177,63.7254901960784,35.2941176470588],[72.5490196078431,62.7450980392157,38.2352941176471],[70.5882352941177,55.8823529411765,35.2941176470588],[67.6470588235294,50,30.3921568627451],[61.7647058823529,40.1960784313726,16.6666666666667],[59.8039215686275,41.1764705882353,11.7647058823529],[70.5882352941177,56.8627450980392,22.5490196078431],[103.921568627451,90.1960784313725,53.921568627451],[126.470588235294,111.764705882353,73.5294117647059],[92.156862745098,73.5294117647059,32.3529411764706],[145.098039215686,124.509803921569,78.4313725490196],[171.56862745098,154.901960784314,100],[135.294117647059,124.509803921569,63.7254901960784],[102.941176470588,95.0980392156863,31.3725490196078],[94.1176470588235,90.1960784313725,27.4509803921569],[142.156862745098,141.176470588235,77.4509803921569],[102.941176470588,101.960784313725,38.2352941176471],[112.745098039216,108.823529411765,46.078431372549],[136.274509803922,126.470588235294,65.6862745098039],[161.764705882353,145.098039215686,90.1960784313725],[106.862745098039,83.3333333333333,36.2745098039216],[117.647058823529,96.078431372549,55.8823529411765],[122.549019607843,113.725490196078,81.3725490196078],[64.7058823529412,60.7843137254902,23.5294117647059],[90.1960784313725,83.3333333333333,30.3921568627451],[133.333333333333,121.56862745098,64.7058823529412],[115.686274509804,99.0196078431373,48.0392156862745],[133.333333333333,111.764705882353,62.7450980392157],[170.588235294118,150,96.078431372549],[143.137254901961,124.509803921569,66.6666666666667],[117.647058823529,103.921568627451,42.156862745098],[136.274509803922,127.450980392157,63.7254901960784],[153.921568627451,149.019607843137,84.3137254901961],[156.862745098039,153.921568627451,88.2352941176471],[185.294117647059,183.333333333333,110.78431372549],[239.21568627451,236.274509803922,170.588235294118],[247.058823529412,241.176470588235,194.117647058824],[210.78431372549,204.901960784314,169.607843137255],[239.21568627451,236.274509803922,205.882352941176],[241.176470588235,244.117647058824,217.647058823529],[175.490196078431,185.294117647059,160.78431372549],[199.019607843137,213.725490196078,191.176470588235],[179.411764705882,201.960784313725,182.352941176471],[233.333333333333,250,243.137254901961],[152.941176470588,179.411764705882,164.705882352941],[120.588235294118,147.058823529412,132.352941176471],[111.764705882353,133.333333333333,120.588235294118],[123.529411764706,140.196078431373,130.392156862745],[148.039215686275,163.725490196078,153.921568627451],[154.901960784314,167.647058823529,160.78431372549],[141.176470588235,151.960784313725,148.039215686275],[150,159.803921568627,158.823529411765],[160.78431372549,170.588235294118,171.56862745098],[139.21568627451,150,151.960784313725],[186.274509803922,200.980392156863,203.921568627451],[234.313725490196,245.098039215686,247.058823529412],[233.333333333333,231.372549019608,232.352941176471],[218.627450980392,208.823529411765,207.843137254902],[194.117647058824,181.372549019608,175.490196078431],[230.392156862745,215.686274509804,208.823529411765],[233.333333333333,220.588235294118,214.705882352941],[229.411764705882,215.686274509804,214.705882352941],[221.56862745098,204.901960784314,210.78431372549],[216.666666666667,203.921568627451,213.725490196078],[211.764705882353,203.921568627451,218.627450980392],[192.156862745098,189.21568627451,207.843137254902],[173.529411764706,174.509803921569,194.117647058824],[175.490196078431,173.529411764706,195.098039215686],[194.117647058824,186.274509803922,208.823529411765],[217.647058823529,207.843137254902,231.372549019608],[235.294117647059,232.352941176471,250],[233.333333333333,236.274509803922,250],[200.980392156863,208.823529411765,231.372549019608],[158.823529411765,172.549019607843,198.039215686275],[178.43137254902,199.019607843137,227.450980392157],[186.274509803922,212.745098039216,242.156862745098],[144.117647058824,173.529411764706,206.862745098039],[140.196078431373,173.529411764706,209.803921568627],[138.235294117647,171.56862745098,208.823529411765],[150.980392156863,185.294117647059,224.509803921569],[135.294117647059,172.549019607843,210.78431372549],[136.274509803922,177.450980392157,218.627450980392],[118.627450980392,160.78431372549,202.941176470588],[134.313725490196,177.450980392157,221.56862745098],[134.313725490196,180.392156862745,225.490196078431],[134.313725490196,182.352941176471,221.56862745098],[125.490196078431,171.56862745098,197.058823529412],[135.294117647059,179.411764705882,201.960784313725],[116.666666666667,153.921568627451,189.21568627451],[206.862745098039,234.313725490196,250],[198.039215686275,212.745098039216,250],[200,202.941176470588,233.333333333333],[203.921568627451,195.098039215686,211.764705882353],[186.274509803922,179.411764705882,187.254901960784],[195.098039215686,198.039215686275,202.941176470588],[151.960784313725,170.588235294118,177.450980392157],[112.745098039216,154.901960784314,171.56862745098],[117.647058823529,172.549019607843,197.058823529412],[145.098039215686,200.980392156863,230.392156862745],[147.058823529412,192.156862745098,224.509803921569],[153.921568627451,178.43137254902,208.823529411765],[192.156862745098,207.843137254902,233.333333333333],[189.21568627451,210.78431372549,231.372549019608],[162.745098039216,188.235294117647,204.901960784314],[211.764705882353,233.333333333333,250],[226.470588235294,248.039215686275,250],[170.588235294118,192.156862745098,214.705882352941],[158.823529411765,180.392156862745,203.921568627451],[180.392156862745,200.980392156863,227.450980392157],[202.941176470588,226.470588235294,250],[171.56862745098,196.078431372549,225.490196078431],[145.098039215686,173.529411764706,204.901960784314],[148.039215686275,180.392156862745,212.745098039216],[157.843137254902,193.137254901961,226.470588235294],[145.098039215686,182.352941176471,217.647058823529],[155.882352941176,195.098039215686,230.392156862745],[142.156862745098,184.313725490196,218.627450980392],[142.156862745098,181.372549019608,215.686274509804],[149.019607843137,183.333333333333,212.745098039216],[161.764705882353,195.098039215686,222.549019607843],[156.862745098039,193.137254901961,218.627450980392],[158.823529411765,199.019607843137,220.588235294118],[176.470588235294,213.725490196078,236.274509803922],[168.627450980392,205.882352941176,228.43137254902],[145.098039215686,184.313725490196,208.823529411765],[139.21568627451,180.392156862745,204.901960784314],[134.313725490196,177.450980392157,203.921568627451],[127.450980392157,171.56862745098,200],[130.392156862745,174.509803921569,206.862745098039],[132.352941176471,180.392156862745,212.745098039216],[123.529411764706,179.411764705882,208.823529411765],[118.627450980392,178.43137254902,208.823529411765],[117.647058823529,179.411764705882,209.803921568627],[113.725490196078,177.450980392157,208.823529411765],[111.764705882353,176.470588235294,209.803921568627],[104.901960784314,168.627450980392,198.039215686275],[105.882352941176,165.686274509804,186.274509803922],[114.705882352941,171.56862745098,191.176470588235],[121.56862745098,181.372549019608,208.823529411765],[101.960784313725,160.78431372549,184.313725490196],[74.5098039215686,132.352941176471,138.235294117647],[85.2941176470588,139.21568627451,134.313725490196],[94.1176470588235,140.196078431373,132.352941176471],[149.019607843137,180.392156862745,169.607843137255],[210.78431372549,221.56862745098,207.843137254902],[245.098039215686,244.117647058824,223.529411764706],[145.098039215686,143.137254901961,105.882352941176],[88.2352941176471,87.2549019607843,42.156862745098],[153.921568627451,157.843137254902,108.823529411765],[238.235294117647,242.156862745098,192.156862745098],[218.627450980392,222.549019607843,172.549019607843],[138.235294117647,141.176470588235,87.2549019607843],[171.56862745098,175.490196078431,117.647058823529],[178.43137254902,183.333333333333,118.627450980392],[94.1176470588235,97.0588235294118,29.4117647058824],[61.7647058823529,63.7254901960784,0],[145.098039215686,142.156862745098,72.5490196078431],[183.333333333333,176.470588235294,107.843137254902],[183.333333333333,174.509803921569,110.78431372549],[119.607843137255,109.803921568627,50],[105.882352941176,95.0980392156863,42.156862745098],[104.901960784314,95.0980392156863,45.0980392156863],[88.2352941176471,82.3529411764706,35.2941176470588],[70.5882352941177,68.6274509803922,21.5686274509804],[51.9607843137255,53.921568627451,7.84313725490196],[70.5882352941177,68.6274509803922,28.4313725490196],[47.0588235294118,39.2156862745098,3.92156862745098],[62.7450980392157,53.921568627451,21.5686274509804],[36.2745098039216,33.3333333333333,0],[44.1176470588235,49.0196078431373,9.80392156862745],[124.509803921569,135.294117647059,93.1372549019608],[121.56862745098,134.313725490196,89.2156862745098],[85.2941176470588,99.0196078431373,50.9803921568627],[211.764705882353,221.56862745098,172.549019607843],[209.803921568627,213.725490196078,164.705882352941],[193.137254901961,189.21568627451,143.137254901961],[202.941176470588,189.21568627451,145.098039215686],[164.705882352941,142.156862745098,100.980392156863],[109.803921568627,78.4313725490196,40.1960784313726],[115.686274509804,78.4313725490196,42.156862745098],[89.2156862745098,47.0588235294118,12.7450980392157],[82.3529411764706,44.1176470588235,13.7254901960784],[67.6470588235294,40.1960784313726,19.6078431372549],[64.7058823529412,42.156862745098,28.4313725490196],[35.2941176470588,14.7058823529412,0],[44.1176470588235,23.5294117647059,2.94117647058824],[46.078431372549,24.5098039215686,1.96078431372549],[64.7058823529412,41.1764705882353,17.6470588235294],[80.3921568627451,54.9019607843137,32.3529411764706],[74.5098039215686,44.1176470588235,24.5098039215686],[77.4509803921569,45.0980392156863,28.4313725490196],[59.8039215686275,28.4313725490196,15.6862745098039],[47.0588235294118,18.6274509803922,10.7843137254902],[28.4313725490196,4.90196078431373,0.980392156862745],[10.7843137254902,0,0],[4.90196078431373,0,0],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,1.96078431372549,0],[2.94117647058824,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[5.88235294117647,4.90196078431373,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,3.92156862745098,0],[10.7843137254902,2.94117647058824,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[44.1176470588235,30.3921568627451,21.5686274509804],[22.5490196078431,5.88235294117647,0],[37.2549019607843,20.5882352941176,10.7843137254902],[40.1960784313726,24.5098039215686,9.80392156862745],[55.8823529411765,44.1176470588235,20.5882352941176],[50,38.2352941176471,14.7058823529412],[22.5490196078431,6.86274509803922,0],[12.7450980392157,0,0],[34.3137254901961,18.6274509803922,3.92156862745098],[62.7450980392157,48.0392156862745,27.4509803921569],[65.6862745098039,54.9019607843137,27.4509803921569],[45.0980392156863,36.2745098039216,3.92156862745098],[52.9411764705882,47.0588235294118,13.7254901960784],[48.0392156862745,43.1372549019608,13.7254901960784],[51.9607843137255,46.078431372549,22.5490196078431],[58.8235294117647,50.9803921568627,32.3529411764706],[54.9019607843137,42.156862745098,25.4901960784314],[46.078431372549,29.4117647058824,9.80392156862745],[48.0392156862745,31.3725490196078,5.88235294117647],[53.921568627451,38.2352941176471,5.88235294117647],[28.4313725490196,14.7058823529412,0],[60.7843137254902,50,5.88235294117647],[88.2352941176471,76.4705882352941,27.4509803921569],[103.921568627451,91.1764705882353,39.2156862745098],[111.764705882353,100,43.1372549019608],[131.372549019608,119.607843137255,60.7843137254902],[124.509803921569,114.705882352941,54.9019607843137],[117.647058823529,109.803921568627,49.0196078431373],[88.2352941176471,82.3529411764706,21.5686274509804],[160.78431372549,155.882352941176,93.1372549019608],[150.980392156863,143.137254901961,79.4117647058823],[150,141.176470588235,77.4509803921569],[162.745098039216,147.058823529412,88.2352941176471],[146.078431372549,123.529411764706,70.5882352941177],[184.313725490196,156.862745098039,110.78431372549],[155.882352941176,132.352941176471,95.0980392156863],[75.4901960784314,64.7058823529412,35.2941176470588],[50,46.078431372549,11.7647058823529],[158.823529411765,153.921568627451,100],[128.43137254902,118.627450980392,60.7843137254902],[100.980392156863,85.2941176470588,35.2941176470588],[156.862745098039,139.21568627451,92.156862745098],[142.156862745098,125.490196078431,72.5490196078431],[200.980392156863,185.294117647059,127.450980392157],[154.901960784314,144.117647058824,81.3725490196078],[87.2549019607843,78.4313725490196,14.7058823529412],[126.470588235294,121.56862745098,56.8627450980392],[194.117647058824,191.176470588235,123.529411764706],[215.686274509804,213.725490196078,140.196078431373],[250,248.039215686275,182.352941176471],[229.411764705882,222.549019607843,177.450980392157],[178.43137254902,172.549019607843,141.176470588235],[192.156862745098,191.176470588235,161.764705882353],[229.411764705882,233.333333333333,208.823529411765],[231.372549019608,241.176470588235,217.647058823529],[207.843137254902,225.490196078431,203.921568627451],[150.980392156863,173.529411764706,155.882352941176],[200.980392156863,228.43137254902,213.725490196078],[226.470588235294,250,242.156862745098],[145.098039215686,174.509803921569,162.745098039216],[105.882352941176,132.352941176471,123.529411764706],[85.2941176470588,109.803921568627,103.921568627451],[121.56862745098,143.137254901961,140.196078431373],[144.117647058824,163.725490196078,162.745098039216],[139.21568627451,156.862745098039,158.823529411765],[142.156862745098,158.823529411765,165.686274509804],[147.058823529412,163.725490196078,171.56862745098],[161.764705882353,178.43137254902,188.235294117647],[132.352941176471,150.980392156863,156.862745098039],[165.686274509804,179.411764705882,182.352941176471],[250,249.019607843137,250],[250,242.156862745098,238.235294117647],[215.686274509804,199.019607843137,191.176470588235],[207.843137254902,190.196078431373,180.392156862745],[238.235294117647,224.509803921569,215.686274509804],[234.313725490196,220.588235294118,217.647058823529],[198.039215686275,186.274509803922,190.196078431373],[207.843137254902,200,210.78431372549],[227.450980392157,229.411764705882,244.117647058824],[210.78431372549,217.647058823529,235.294117647059],[199.019607843137,206.862745098039,225.490196078431],[215.686274509804,222.549019607843,241.176470588235],[232.352941176471,229.411764705882,250],[243.137254901961,240.196078431373,250],[184.313725490196,189.21568627451,210.78431372549],[166.666666666667,173.529411764706,200.980392156863],[199.019607843137,212.745098039216,241.176470588235],[194.117647058824,212.745098039216,244.117647058824],[155.882352941176,179.411764705882,214.705882352941],[152.941176470588,182.352941176471,217.647058823529],[150.980392156863,184.313725490196,221.56862745098],[146.078431372549,180.392156862745,219.607843137255],[150,187.254901960784,225.490196078431],[146.078431372549,184.313725490196,222.549019607843],[133.333333333333,174.509803921569,211.764705882353],[128.43137254902,171.56862745098,209.803921568627],[144.117647058824,188.235294117647,228.43137254902],[127.450980392157,173.529411764706,214.705882352941],[121.56862745098,171.56862745098,213.725490196078],[115.686274509804,168.627450980392,205.882352941176],[119.607843137255,175.490196078431,201.960784313725],[115.686274509804,172.549019607843,196.078431372549],[119.607843137255,177.450980392157,210.78431372549],[114.705882352941,162.745098039216,201.960784313725],[119.607843137255,153.921568627451,191.176470588235],[151.960784313725,172.549019607843,200.980392156863],[223.529411764706,226.470588235294,241.176470588235],[202.941176470588,200.980392156863,205.882352941176],[216.666666666667,220.588235294118,223.529411764706],[163.725490196078,177.450980392157,186.274509803922],[146.078431372549,181.372549019608,202.941176470588],[149.019607843137,195.098039215686,224.509803921569],[132.352941176471,181.372549019608,215.686274509804],[130.392156862745,173.529411764706,207.843137254902],[157.843137254902,184.313725490196,213.725490196078],[181.372549019608,201.960784313725,228.43137254902],[172.549019607843,200,223.529411764706],[152.941176470588,180.392156862745,203.921568627451],[190.196078431373,217.647058823529,241.176470588235],[183.333333333333,208.823529411765,233.333333333333],[174.509803921569,198.039215686275,223.529411764706],[170.588235294118,194.117647058824,219.607843137255],[174.509803921569,195.098039215686,223.529411764706],[168.627450980392,189.21568627451,217.647058823529],[173.529411764706,196.078431372549,226.470588235294],[158.823529411765,183.333333333333,213.725490196078],[149.019607843137,177.450980392157,208.823529411765],[168.627450980392,199.019607843137,229.411764705882],[162.745098039216,197.058823529412,228.43137254902],[158.823529411765,194.117647058824,227.450980392157],[149.019607843137,187.254901960784,219.607843137255],[152.941176470588,188.235294117647,221.56862745098],[157.843137254902,190.196078431373,220.588235294118],[154.901960784314,188.235294117647,215.686274509804],[168.627450980392,203.921568627451,229.411764705882],[183.333333333333,218.627450980392,242.156862745098],[181.372549019608,216.666666666667,238.235294117647],[176.470588235294,211.764705882353,233.333333333333],[178.43137254902,215.686274509804,238.235294117647],[180.392156862745,219.607843137255,245.098039215686],[148.039215686275,191.176470588235,217.647058823529],[135.294117647059,181.372549019608,210.78431372549],[124.509803921569,172.549019607843,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[111.764705882353,169.607843137255,200.980392156863],[108.823529411765,170.588235294118,200.980392156863],[110.78431372549,174.509803921569,203.921568627451],[112.745098039216,178.43137254902,206.862745098039],[109.803921568627,177.450980392157,207.843137254902],[118.627450980392,182.352941176471,209.803921568627],[114.705882352941,172.549019607843,190.196078431373],[117.647058823529,175.490196078431,193.137254901961],[105.882352941176,168.627450980392,196.078431372549],[90.1960784313725,150.980392156863,173.529411764706],[91.1764705882353,148.039215686275,151.960784313725],[76.4705882352941,127.450980392157,123.529411764706],[49.0196078431373,98.0392156862745,95.0980392156863],[100.980392156863,137.254901960784,130.392156862745],[145.098039215686,158.823529411765,146.078431372549],[195.098039215686,197.058823529412,176.470588235294],[157.843137254902,158.823529411765,127.450980392157],[171.56862745098,173.529411764706,134.313725490196],[192.156862745098,195.098039215686,150.980392156863],[173.529411764706,177.450980392157,128.43137254902],[195.098039215686,198.039215686275,144.117647058824],[210.78431372549,214.705882352941,156.862745098039],[161.764705882353,166.666666666667,103.921568627451],[145.098039215686,150,85.2941176470588],[169.607843137255,175.490196078431,106.862745098039],[102.941176470588,105.882352941176,36.2745098039216],[124.509803921569,124.509803921569,55.8823529411765],[193.137254901961,190.196078431373,124.509803921569],[161.764705882353,153.921568627451,93.1372549019608],[167.647058823529,158.823529411765,100.980392156863],[100,91.1764705882353,37.2549019607843],[98.0392156862745,91.1764705882353,38.2352941176471],[183.333333333333,177.450980392157,126.470588235294],[172.549019607843,171.56862745098,118.627450980392],[72.5490196078431,72.5490196078431,19.6078431372549],[44.1176470588235,48.0392156862745,0],[30.3921568627451,36.2745098039216,0],[74.5098039215686,81.3725490196078,40.1960784313726],[96.078431372549,106.862745098039,64.7058823529412],[98.0392156862745,110.78431372549,65.6862745098039],[78.4313725490196,94.1176470588235,46.078431372549],[157.843137254902,173.529411764706,125.490196078431],[186.274509803922,200,150],[171.56862745098,179.411764705882,129.411764705882],[167.647058823529,165.686274509804,118.627450980392],[141.176470588235,130.392156862745,86.2745098039216],[111.764705882353,90.1960784313725,50],[126.470588235294,97.0588235294118,59.8039215686275],[103.921568627451,66.6666666666667,31.3725490196078],[114.705882352941,70.5882352941177,38.2352941176471],[102.941176470588,57.843137254902,25.4901960784314],[63.7254901960784,20.5882352941176,0],[63.7254901960784,31.3725490196078,12.7450980392157],[56.8627450980392,29.4117647058824,15.6862745098039],[32.3529411764706,6.86274509803922,0],[25.4901960784314,0.980392156862745,0],[99.0196078431373,72.5490196078431,51.9607843137255],[77.4509803921569,51.9607843137255,29.4117647058824],[59.8039215686275,32.3529411764706,10.7843137254902],[70.5882352941177,40.1960784313726,20.5882352941176],[70.5882352941177,40.1960784313726,22.5490196078431],[61.7647058823529,33.3333333333333,19.6078431372549],[29.4117647058824,2.94117647058824,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[173.529411764706,173.529411764706,171.56862745098],[59.8039215686275,59.8039215686275,57.843137254902],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,3.92156862745098],[31.3725490196078,18.6274509803922,10.7843137254902],[31.3725490196078,17.6470588235294,8.82352941176471],[32.3529411764706,18.6274509803922,9.80392156862745],[40.1960784313726,23.5294117647059,13.7254901960784],[48.0392156862745,30.3921568627451,20.5882352941176],[35.2941176470588,17.6470588235294,7.84313725490196],[38.2352941176471,18.6274509803922,11.7647058823529],[51.9607843137255,32.3529411764706,25.4901960784314],[44.1176470588235,26.4705882352941,14.7058823529412],[40.1960784313726,24.5098039215686,8.82352941176471],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,49.0196078431373,24.5098039215686],[74.5098039215686,68.6274509803922,47.0588235294118],[51.9607843137255,46.078431372549,30.3921568627451],[35.2941176470588,28.4313725490196,18.6274509803922],[27.4509803921569,18.6274509803922,11.7647058823529],[29.4117647058824,19.6078431372549,10.7843137254902],[40.1960784313726,27.4509803921569,11.7647058823529],[53.921568627451,40.1960784313726,14.7058823529412],[67.6470588235294,52.9411764705882,20.5882352941176],[154.901960784314,143.137254901961,105.882352941176],[63.7254901960784,55.8823529411765,10.7843137254902],[100,93.1372549019608,40.1960784313726],[114.705882352941,108.823529411765,50],[112.745098039216,107.843137254902,43.1372549019608],[110.78431372549,101.960784313725,36.2745098039216],[141.176470588235,127.450980392157,63.7254901960784],[134.313725490196,116.666666666667,53.921568627451],[78.4313725490196,57.843137254902,0],[134.313725490196,110.78431372549,48.0392156862745],[113.725490196078,90.1960784313725,29.4117647058824],[127.450980392157,105.882352941176,49.0196078431373],[127.450980392157,107.843137254902,55.8823529411765],[79.4117647058823,63.7254901960784,15.6862745098039],[113.725490196078,100.980392156863,57.843137254902],[113.725490196078,103.921568627451,68.6274509803922],[60.7843137254902,55.8823529411765,26.4705882352941],[21.5686274509804,17.6470588235294,0],[76.4705882352941,70.5882352941177,21.5686274509804],[78.4313725490196,71.5686274509804,17.6470588235294],[84.3137254901961,72.5490196078431,25.4901960784314],[189.21568627451,175.490196078431,131.372549019608],[160.78431372549,145.098039215686,95.0980392156863],[186.274509803922,173.529411764706,119.607843137255],[178.43137254902,168.627450980392,108.823529411765],[109.803921568627,101.960784313725,40.1960784313726],[108.823529411765,103.921568627451,41.1764705882353],[124.509803921569,121.56862745098,55.8823529411765],[146.078431372549,144.117647058824,71.5686274509804],[209.803921568627,208.823529411765,146.078431372549],[240.196078431373,235.294117647059,194.117647058824],[198.039215686275,193.137254901961,163.725490196078],[185.294117647059,184.313725490196,156.862745098039],[213.725490196078,217.647058823529,191.176470588235],[196.078431372549,205.882352941176,182.352941176471],[215.686274509804,230.392156862745,209.803921568627],[193.137254901961,215.686274509804,198.039215686275],[184.313725490196,211.764705882353,198.039215686275],[222.549019607843,250,243.137254901961],[226.470588235294,250,250],[128.43137254902,159.803921568627,154.901960784314],[79.4117647058823,110.78431372549,107.843137254902],[89.2156862745098,118.627450980392,120.588235294118],[129.411764705882,155.882352941176,162.745098039216],[116.666666666667,143.137254901961,153.921568627451],[117.647058823529,140.196078431373,155.882352941176],[132.352941176471,153.921568627451,174.509803921569],[168.627450980392,194.117647058824,210.78431372549],[143.137254901961,170.588235294118,181.372549019608],[109.803921568627,134.313725490196,138.235294117647],[124.509803921569,144.117647058824,142.156862745098],[187.254901960784,197.058823529412,189.21568627451],[240.196078431373,236.274509803922,225.490196078431],[250,247.058823529412,238.235294117647],[250,245.098039215686,239.21568627451],[250,248.039215686275,245.098039215686],[238.235294117647,248.039215686275,249.019607843137],[235.294117647059,250,250],[225.490196078431,250,250],[226.470588235294,250,250],[233.333333333333,250,250],[201.960784313725,219.607843137255,241.176470588235],[219.607843137255,238.235294117647,250],[228.43137254902,244.117647058824,250],[212.745098039216,223.529411764706,250],[175.490196078431,187.254901960784,226.470588235294],[201.960784313725,216.666666666667,250],[198.039215686275,218.627450980392,250],[155.882352941176,182.352941176471,226.470588235294],[142.156862745098,172.549019607843,217.647058823529],[139.21568627451,172.549019607843,216.666666666667],[144.117647058824,182.352941176471,224.509803921569],[151.960784313725,193.137254901961,234.313725490196],[149.019607843137,190.196078431373,229.411764705882],[144.117647058824,187.254901960784,223.529411764706],[132.352941176471,179.411764705882,214.705882352941],[131.372549019608,183.333333333333,216.666666666667],[132.352941176471,185.294117647059,220.588235294118],[119.607843137255,177.450980392157,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[123.529411764706,175.490196078431,206.862745098039],[127.450980392157,182.352941176471,214.705882352941],[104.901960784314,171.56862745098,209.803921568627],[115.686274509804,183.333333333333,221.56862745098],[107.843137254902,166.666666666667,200],[120.588235294118,163.725490196078,188.235294117647],[217.647058823529,239.21568627451,250],[215.686274509804,223.529411764706,226.470588235294],[207.843137254902,208.823529411765,212.745098039216],[185.294117647059,191.176470588235,202.941176470588],[179.411764705882,199.019607843137,223.529411764706],[171.56862745098,200.980392156863,234.313725490196],[155.882352941176,190.196078431373,227.450980392157],[131.372549019608,166.666666666667,201.960784313725],[152.941176470588,182.352941176471,207.843137254902],[174.509803921569,201.960784313725,225.490196078431],[137.254901960784,170.588235294118,198.039215686275],[144.117647058824,178.43137254902,207.843137254902],[197.058823529412,230.392156862745,250],[152.941176470588,183.333333333333,211.764705882353],[157.843137254902,184.313725490196,212.745098039216],[158.823529411765,183.333333333333,212.745098039216],[156.862745098039,180.392156862745,207.843137254902],[173.529411764706,194.117647058824,222.549019607843],[177.450980392157,198.039215686275,226.470588235294],[165.686274509804,186.274509803922,216.666666666667],[173.529411764706,196.078431372549,226.470588235294],[180.392156862745,204.901960784314,234.313725490196],[166.666666666667,193.137254901961,222.549019607843],[160.78431372549,189.21568627451,220.588235294118],[167.647058823529,198.039215686275,228.43137254902],[169.607843137255,200,230.392156862745],[151.960784313725,184.313725490196,214.705882352941],[150.980392156863,184.313725490196,211.764705882353],[159.803921568627,190.196078431373,217.647058823529],[181.372549019608,212.745098039216,237.254901960784],[188.235294117647,222.549019607843,244.117647058824],[170.588235294118,205.882352941176,227.450980392157],[163.725490196078,199.019607843137,222.549019607843],[178.43137254902,217.647058823529,242.156862745098],[156.862745098039,200,228.43137254902],[141.176470588235,186.274509803922,218.627450980392],[137.254901960784,189.21568627451,220.588235294118],[111.764705882353,166.666666666667,199.019607843137],[89.2156862745098,147.058823529412,178.43137254902],[97.0588235294118,158.823529411765,189.21568627451],[100.980392156863,164.705882352941,192.156862745098],[101.960784313725,167.647058823529,194.117647058824],[116.666666666667,182.352941176471,208.823529411765],[132.352941176471,196.078431372549,217.647058823529],[138.235294117647,195.098039215686,208.823529411765],[113.725490196078,168.627450980392,183.333333333333],[100,158.823529411765,184.313725490196],[101.960784313725,160.78431372549,184.313725490196],[82.3529411764706,139.21568627451,143.137254901961],[57.843137254902,111.764705882353,106.862745098039],[60.7843137254902,111.764705882353,107.843137254902],[65.6862745098039,105.882352941176,100],[92.156862745098,108.823529411765,99.0196078431373],[212.745098039216,216.666666666667,200],[245.098039215686,250,220.588235294118],[214.705882352941,220.588235294118,183.333333333333],[200.980392156863,207.843137254902,167.647058823529],[202.941176470588,208.823529411765,161.764705882353],[193.137254901961,198.039215686275,141.176470588235],[166.666666666667,171.56862745098,106.862745098039],[183.333333333333,190.196078431373,124.509803921569],[140.196078431373,147.058823529412,80.3921568627451],[162.745098039216,169.607843137255,102.941176470588],[185.294117647059,190.196078431373,124.509803921569],[227.450980392157,229.411764705882,165.686274509804],[158.823529411765,156.862745098039,97.0588235294118],[114.705882352941,107.843137254902,53.921568627451],[138.235294117647,128.43137254902,76.4705882352941],[59.8039215686275,50,0],[126.470588235294,119.607843137255,65.6862745098039],[202.941176470588,198.039215686275,141.176470588235],[207.843137254902,205.882352941176,146.078431372549],[124.509803921569,124.509803921569,61.7647058823529],[55.8823529411765,61.7647058823529,0.980392156862745],[62.7450980392157,77.4509803921569,23.5294117647059],[102.941176470588,120.588235294118,69.6078431372549],[103.921568627451,123.529411764706,71.5686274509804],[89.2156862745098,109.803921568627,54.9019607843137],[158.823529411765,177.450980392157,123.529411764706],[175.490196078431,192.156862745098,139.21568627451],[104.901960784314,114.705882352941,63.7254901960784],[104.901960784314,106.862745098039,58.8235294117647],[136.274509803922,128.43137254902,83.3333333333333],[93.1372549019608,76.4705882352941,34.3137254901961],[87.2549019607843,59.8039215686275,21.5686274509804],[99.0196078431373,65.6862745098039,31.3725490196078],[87.2549019607843,47.0588235294118,15.6862745098039],[81.3725490196078,39.2156862745098,7.84313725490196],[100,55.8823529411765,27.4509803921569],[110.78431372549,69.6078431372549,45.0980392156863],[83.3333333333333,49.0196078431373,30.3921568627451],[62.7450980392157,34.3137254901961,16.6666666666667],[56.8627450980392,28.4313725490196,10.7843137254902],[37.2549019607843,9.80392156862745,0],[55.8823529411765,28.4313725490196,6.86274509803922],[50.9803921568627,23.5294117647059,1.96078431372549],[48.0392156862745,17.6470588235294,0],[34.3137254901961,3.92156862745098,0],[44.1176470588235,12.7450980392157,0],[60.7843137254902,33.3333333333333,21.5686274509804],[25.4901960784314,1.96078431372549,0],[18.6274509803922,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[3.92156862745098,0,0],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[19.6078431372549,19.6078431372549,17.6470588235294],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[18.6274509803922,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[25.4901960784314,12.7450980392157,4.90196078431373],[19.6078431372549,6.86274509803922,0],[17.6470588235294,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[35.2941176470588,14.7058823529412,11.7647058823529],[42.156862745098,18.6274509803922,16.6666666666667],[48.0392156862745,27.4509803921569,22.5490196078431],[45.0980392156863,27.4509803921569,15.6862745098039],[28.4313725490196,12.7450980392157,0],[22.5490196078431,11.7647058823529,0],[57.843137254902,50,29.4117647058824],[37.2549019607843,31.3725490196078,15.6862745098039],[20.5882352941176,16.6666666666667,5.88235294117647],[200.980392156863,197.058823529412,194.117647058824],[216.666666666667,210.78431372549,210.78431372549],[68.6274509803922,61.7647058823529,55.8823529411765],[21.5686274509804,12.7450980392157,0],[30.3921568627451,19.6078431372549,0],[86.2745098039216,74.5098039215686,35.2941176470588],[68.6274509803922,53.921568627451,11.7647058823529],[54.9019607843137,41.1764705882353,0],[152.941176470588,142.156862745098,87.2549019607843],[143.137254901961,135.294117647059,74.5098039215686],[101.960784313725,96.078431372549,35.2941176470588],[112.745098039216,104.901960784314,43.1372549019608],[143.137254901961,132.352941176471,71.5686274509804],[122.549019607843,106.862745098039,48.0392156862745],[106.862745098039,86.2745098039216,24.5098039215686],[136.274509803922,112.745098039216,53.921568627451],[118.627450980392,94.1176470588235,39.2156862745098],[72.5490196078431,50,0],[96.078431372549,78.4313725490196,31.3725490196078],[121.56862745098,108.823529411765,64.7058823529412],[96.078431372549,90.1960784313725,43.1372549019608],[71.5686274509804,68.6274509803922,26.4705882352941],[54.9019607843137,51.9607843137255,19.6078431372549],[71.5686274509804,67.6470588235294,33.3333333333333],[39.2156862745098,35.2941176470588,0],[35.2941176470588,29.4117647058824,0],[80.3921568627451,71.5686274509804,29.4117647058824],[92.156862745098,80.3921568627451,39.2156862745098],[104.901960784314,92.156862745098,48.0392156862745],[144.117647058824,134.313725490196,82.3529411764706],[148.039215686275,139.21568627451,83.3333333333333],[174.509803921569,168.627450980392,107.843137254902],[187.254901960784,183.333333333333,121.56862745098],[181.372549019608,180.392156862745,117.647058823529],[155.882352941176,156.862745098039,92.156862745098],[204.901960784314,203.921568627451,148.039215686275],[250,250,213.725490196078],[250,250,223.529411764706],[211.764705882353,211.764705882353,184.313725490196],[210.78431372549,214.705882352941,188.235294117647],[221.56862745098,231.372549019608,206.862745098039],[224.509803921569,239.21568627451,218.627450980392],[217.647058823529,238.235294117647,221.56862745098],[232.352941176471,250,246.078431372549],[227.450980392157,250,250],[219.607843137255,250,248.039215686275],[167.647058823529,202.941176470588,200.980392156863],[178.43137254902,212.745098039216,214.705882352941],[128.43137254902,162.745098039216,168.627450980392],[143.137254901961,176.470588235294,186.274509803922],[146.078431372549,178.43137254902,195.098039215686],[123.529411764706,154.901960784314,177.450980392157],[126.470588235294,156.862745098039,184.313725490196],[122.549019607843,153.921568627451,178.43137254902],[130.392156862745,166.666666666667,182.352941176471],[123.529411764706,159.803921568627,167.647058823529],[130.392156862745,159.803921568627,161.764705882353],[145.098039215686,163.725490196078,161.764705882353],[181.372549019608,186.274509803922,180.392156862745],[230.392156862745,227.450980392157,222.549019607843],[246.078431372549,242.156862745098,239.21568627451],[229.411764705882,233.333333333333,234.313725490196],[222.549019607843,243.137254901961,248.039215686275],[210.78431372549,244.117647058824,250],[170.588235294118,208.823529411765,225.490196078431],[172.549019607843,212.745098039216,232.352941176471],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,170.588235294118,195.098039215686],[118.627450980392,152.941176470588,174.509803921569],[165.686274509804,195.098039215686,220.588235294118],[214.705882352941,237.254901960784,250],[171.56862745098,193.137254901961,231.372549019608],[158.823529411765,181.372549019608,222.549019607843],[150,178.43137254902,221.56862745098],[144.117647058824,175.490196078431,221.56862745098],[150,185.294117647059,232.352941176471],[142.156862745098,182.352941176471,227.450980392157],[137.254901960784,177.450980392157,222.549019607843],[136.274509803922,178.43137254902,220.588235294118],[139.21568627451,181.372549019608,223.529411764706],[142.156862745098,186.274509803922,226.470588235294],[137.254901960784,184.313725490196,221.56862745098],[140.196078431373,188.235294117647,227.450980392157],[137.254901960784,190.196078431373,227.450980392157],[126.470588235294,180.392156862745,218.627450980392],[128.43137254902,180.392156862745,219.607843137255],[137.254901960784,184.313725490196,223.529411764706],[125.490196078431,176.470588235294,215.686274509804],[101.960784313725,167.647058823529,209.803921568627],[96.078431372549,165.686274509804,206.862745098039],[101.960784313725,164.705882352941,199.019607843137],[121.56862745098,167.647058823529,193.137254901961],[200,221.56862745098,234.313725490196],[225.490196078431,232.352941176471,240.196078431373],[208.823529411765,207.843137254902,213.725490196078],[179.411764705882,178.43137254902,192.156862745098],[186.274509803922,196.078431372549,222.549019607843],[182.352941176471,200.980392156863,233.333333333333],[163.725490196078,189.21568627451,225.490196078431],[160.78431372549,190.196078431373,223.529411764706],[173.529411764706,204.901960784314,227.450980392157],[142.156862745098,176.470588235294,198.039215686275],[118.627450980392,156.862745098039,187.254901960784],[126.470588235294,163.725490196078,199.019607843137],[153.921568627451,189.21568627451,222.549019607843],[145.098039215686,177.450980392157,209.803921568627],[149.019607843137,177.450980392157,208.823529411765],[158.823529411765,183.333333333333,213.725490196078],[188.235294117647,211.764705882353,239.21568627451],[178.43137254902,197.058823529412,226.470588235294],[186.274509803922,205.882352941176,232.352941176471],[189.21568627451,205.882352941176,233.333333333333],[180.392156862745,200,226.470588235294],[180.392156862745,200,226.470588235294],[173.529411764706,194.117647058824,222.549019607843],[171.56862745098,195.098039215686,222.549019607843],[185.294117647059,209.803921568627,239.21568627451],[184.313725490196,210.78431372549,240.196078431373],[160.78431372549,193.137254901961,223.529411764706],[159.803921568627,192.156862745098,222.549019607843],[170.588235294118,200,227.450980392157],[179.411764705882,208.823529411765,234.313725490196],[176.470588235294,210.78431372549,232.352941176471],[178.43137254902,212.745098039216,234.313725490196],[181.372549019608,216.666666666667,240.196078431373],[179.411764705882,215.686274509804,241.176470588235],[159.803921568627,202.941176470588,231.372549019608],[141.176470588235,189.21568627451,220.588235294118],[127.450980392157,181.372549019608,211.764705882353],[115.686274509804,173.529411764706,204.901960784314],[118.627450980392,176.470588235294,207.843137254902],[113.725490196078,173.529411764706,201.960784313725],[96.078431372549,160.78431372549,184.313725490196],[104.901960784314,171.56862745098,192.156862745098],[93.1372549019608,157.843137254902,179.411764705882],[85.2941176470588,147.058823529412,163.725490196078],[159.803921568627,215.686274509804,226.470588235294],[147.058823529412,199.019607843137,212.745098039216],[100,154.901960784314,177.450980392157],[103.921568627451,159.803921568627,179.411764705882],[93.1372549019608,150,153.921568627451],[121.56862745098,176.470588235294,173.529411764706],[61.7647058823529,113.725490196078,107.843137254902],[60.7843137254902,100.980392156863,95.0980392156863],[164.705882352941,185.294117647059,178.43137254902],[218.627450980392,229.411764705882,213.725490196078],[238.235294117647,244.117647058824,216.666666666667],[203.921568627451,209.803921568627,174.509803921569],[208.823529411765,214.705882352941,177.450980392157],[231.372549019608,237.254901960784,192.156862745098],[195.098039215686,200.980392156863,142.156862745098],[142.156862745098,147.058823529412,81.3725490196078],[131.372549019608,138.235294117647,71.5686274509804],[154.901960784314,161.764705882353,95.0980392156863],[132.352941176471,139.21568627451,73.5294117647059],[131.372549019608,137.254901960784,74.5098039215686],[127.450980392157,131.372549019608,71.5686274509804],[44.1176470588235,43.1372549019608,0],[127.450980392157,121.56862745098,70.5882352941177],[164.705882352941,154.901960784314,104.901960784314],[55.8823529411765,46.078431372549,0],[139.21568627451,130.392156862745,76.4705882352941],[195.098039215686,187.254901960784,126.470588235294],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,159.803921568627,90.1960784313725],[190.196078431373,193.137254901961,125.490196078431],[195.098039215686,208.823529411765,148.039215686275],[200.980392156863,220.588235294118,162.745098039216],[187.254901960784,206.862745098039,149.019607843137],[172.549019607843,190.196078431373,133.333333333333],[135.294117647059,150,94.1176470588235],[86.2745098039216,95.0980392156863,41.1764705882353],[100.980392156863,103.921568627451,51.9607843137255],[156.862745098039,150.980392156863,103.921568627451],[70.5882352941177,53.921568627451,10.7843137254902],[28.4313725490196,5.88235294117647,0],[67.6470588235294,38.2352941176471,2.94117647058824],[86.2745098039216,52.9411764705882,18.6274509803922],[77.4509803921569,42.156862745098,10.7843137254902],[74.5098039215686,36.2745098039216,7.84313725490196],[72.5490196078431,34.3137254901961,5.88235294117647],[127.450980392157,91.1764705882353,65.6862745098039],[68.6274509803922,34.3137254901961,12.7450980392157],[60.7843137254902,28.4313725490196,9.80392156862745],[108.823529411765,77.4509803921569,56.8627450980392],[48.0392156862745,16.6666666666667,0],[37.2549019607843,6.86274509803922,0],[71.5686274509804,41.1764705882353,21.5686274509804],[49.0196078431373,18.6274509803922,0.980392156862745],[39.2156862745098,10.7843137254902,0],[61.7647058823529,34.3137254901961,20.5882352941176],[54.9019607843137,31.3725490196078,19.6078431372549],[17.6470588235294,0,0],[12.7450980392157,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[12.7450980392157,11.7647058823529,9.80392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[14.7058823529412,5.88235294117647,0.980392156862745],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,3.92156862745098],[16.6666666666667,5.88235294117647,0],[15.6862745098039,2.94117647058824,0],[21.5686274509804,2.94117647058824,0],[25.4901960784314,4.90196078431373,3.92156862745098],[16.6666666666667,0,0],[20.5882352941176,0,0],[35.2941176470588,17.6470588235294,5.88235294117647],[29.4117647058824,16.6666666666667,0],[30.3921568627451,22.5490196078431,0],[56.8627450980392,50.9803921568627,29.4117647058824],[31.3725490196078,28.4313725490196,13.7254901960784],[50.9803921568627,48.0392156862745,39.2156862745098],[245.098039215686,244.117647058824,242.156862745098],[250,249.019607843137,248.039215686275],[86.2745098039216,82.3529411764706,71.5686274509804],[38.2352941176471,32.3529411764706,10.7843137254902],[56.8627450980392,49.0196078431373,10.7843137254902],[99.0196078431373,85.2941176470588,37.2549019607843],[111.764705882353,87.2549019607843,31.3725490196078],[130.392156862745,100,44.1176470588235],[127.450980392157,102.941176470588,47.0588235294118],[111.764705882353,92.156862745098,40.1960784313726],[123.529411764706,109.803921568627,61.7647058823529],[71.5686274509804,59.8039215686275,12.7450980392157],[64.7058823529412,54.9019607843137,6.86274509803922],[100,93.1372549019608,42.156862745098],[124.509803921569,117.647058823529,63.7254901960784],[119.607843137255,109.803921568627,57.843137254902],[132.352941176471,121.56862745098,76.4705882352941],[85.2941176470588,71.5686274509804,33.3333333333333],[48.0392156862745,36.2745098039216,0],[90.1960784313725,79.4117647058823,35.2941176470588],[100.980392156863,95.0980392156863,38.2352941176471],[73.5294117647059,68.6274509803922,13.7254901960784],[49.0196078431373,46.078431372549,5.88235294117647],[128.43137254902,126.470588235294,89.2156862745098],[105.882352941176,102.941176470588,58.8235294117647],[76.4705882352941,72.5490196078431,28.4313725490196],[60.7843137254902,52.9411764705882,14.7058823529412],[50,42.156862745098,5.88235294117647],[108.823529411765,101.960784313725,60.7843137254902],[199.019607843137,193.137254901961,146.078431372549],[112.745098039216,107.843137254902,53.921568627451],[120.588235294118,118.627450980392,62.7450980392157],[159.803921568627,158.823529411765,102.941176470588],[194.117647058824,195.098039215686,139.21568627451],[202.941176470588,205.882352941176,150],[216.666666666667,220.588235294118,171.56862745098],[240.196078431373,244.117647058824,211.764705882353],[250,250,227.450980392157],[250,250,225.490196078431],[234.313725490196,240.196078431373,212.745098039216],[220.588235294118,228.43137254902,204.901960784314],[225.490196078431,238.235294117647,218.627450980392],[211.764705882353,229.411764705882,213.725490196078],[215.686274509804,239.21568627451,226.470588235294],[196.078431372549,225.490196078431,217.647058823529],[165.686274509804,197.058823529412,192.156862745098],[223.529411764706,250,250],[174.509803921569,213.725490196078,215.686274509804],[121.56862745098,158.823529411765,167.647058823529],[125.490196078431,163.725490196078,178.43137254902],[139.21568627451,176.470588235294,197.058823529412],[136.274509803922,172.549019607843,199.019607843137],[114.705882352941,150,181.372549019608],[121.56862745098,159.803921568627,190.196078431373],[100.980392156863,148.039215686275,169.607843137255],[110.78431372549,155.882352941176,170.588235294118],[133.333333333333,162.745098039216,173.529411764706],[175.490196078431,193.137254901961,202.941176470588],[170.588235294118,179.411764705882,184.313725490196],[175.490196078431,183.333333333333,186.274509803922],[216.666666666667,227.450980392157,231.372549019608],[183.333333333333,200,206.862745098039],[211.764705882353,234.313725490196,248.039215686275],[213.725490196078,246.078431372549,250],[117.647058823529,162.745098039216,185.294117647059],[142.156862745098,195.098039215686,220.588235294118],[136.274509803922,191.176470588235,217.647058823529],[141.176470588235,193.137254901961,223.529411764706],[126.470588235294,170.588235294118,200.980392156863],[122.549019607843,160.78431372549,191.176470588235],[136.274509803922,172.549019607843,198.039215686275],[148.039215686275,184.313725490196,209.803921568627],[152.941176470588,191.176470588235,221.56862745098],[146.078431372549,188.235294117647,221.56862745098],[139.21568627451,183.333333333333,221.56862745098],[137.254901960784,183.333333333333,224.509803921569],[141.176470588235,187.254901960784,230.392156862745],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,232.352941176471],[143.137254901961,184.313725490196,231.372549019608],[147.058823529412,186.274509803922,236.274509803922],[144.117647058824,183.333333333333,233.333333333333],[147.058823529412,187.254901960784,238.235294117647],[148.039215686275,190.196078431373,242.156862745098],[136.274509803922,180.392156862745,234.313725490196],[137.254901960784,179.411764705882,231.372549019608],[141.176470588235,178.43137254902,226.470588235294],[126.470588235294,169.607843137255,213.725490196078],[118.627450980392,173.529411764706,219.607843137255],[104.901960784314,162.745098039216,205.882352941176],[122.549019607843,169.607843137255,208.823529411765],[145.098039215686,175.490196078431,205.882352941176],[198.039215686275,203.921568627451,225.490196078431],[250,242.156862745098,250],[229.411764705882,217.647058823529,231.372549019608],[209.803921568627,200.980392156863,217.647058823529],[189.21568627451,190.196078431373,217.647058823529],[174.509803921569,185.294117647059,216.666666666667],[183.333333333333,202.941176470588,235.294117647059],[169.607843137255,198.039215686275,227.450980392157],[158.823529411765,193.137254901961,212.745098039216],[142.156862745098,182.352941176471,201.960784313725],[109.803921568627,151.960784313725,183.333333333333],[131.372549019608,173.529411764706,207.843137254902],[179.411764705882,216.666666666667,250],[155.882352941176,189.21568627451,223.529411764706],[130.392156862745,160.78431372549,191.176470588235],[168.627450980392,195.098039215686,224.509803921569],[198.039215686275,218.627450980392,247.058823529412],[194.117647058824,213.725490196078,240.196078431373],[171.56862745098,187.254901960784,212.745098039216],[191.176470588235,206.862745098039,232.352941176471],[192.156862745098,207.843137254902,233.333333333333],[191.176470588235,206.862745098039,232.352941176471],[184.313725490196,200.980392156863,228.43137254902],[180.392156862745,197.058823529412,224.509803921569],[195.098039215686,213.725490196078,243.137254901961],[199.019607843137,221.56862745098,250],[165.686274509804,198.039215686275,230.392156862745],[159.803921568627,194.117647058824,225.490196078431],[177.450980392157,205.882352941176,235.294117647059],[184.313725490196,213.725490196078,239.21568627451],[168.627450980392,202.941176470588,224.509803921569],[171.56862745098,206.862745098039,228.43137254902],[186.274509803922,219.607843137255,244.117647058824],[179.411764705882,215.686274509804,242.156862745098],[137.254901960784,179.411764705882,210.78431372549],[151.960784313725,200,232.352941176471],[134.313725490196,192.156862745098,223.529411764706],[111.764705882353,171.56862745098,201.960784313725],[133.333333333333,191.176470588235,220.588235294118],[144.117647058824,202.941176470588,228.43137254902],[112.745098039216,176.470588235294,196.078431372549],[97.0588235294118,162.745098039216,179.411764705882],[104.901960784314,169.607843137255,183.333333333333],[72.5490196078431,133.333333333333,146.078431372549],[131.372549019608,188.235294117647,199.019607843137],[173.529411764706,226.470588235294,238.235294117647],[134.313725490196,182.352941176471,199.019607843137],[93.1372549019608,144.117647058824,157.843137254902],[94.1176470588235,151.960784313725,159.803921568627],[136.274509803922,194.117647058824,192.156862745098],[136.274509803922,185.294117647059,174.509803921569],[174.509803921569,211.764705882353,200.980392156863],[198.039215686275,224.509803921569,219.607843137255],[226.470588235294,242.156862745098,231.372549019608],[187.254901960784,194.117647058824,163.725490196078],[171.56862745098,175.490196078431,139.21568627451],[200.980392156863,206.862745098039,171.56862745098],[168.627450980392,175.490196078431,132.352941176471],[209.803921568627,213.725490196078,155.882352941176],[154.901960784314,159.803921568627,94.1176470588235],[80.3921568627451,87.2549019607843,21.5686274509804],[42.156862745098,49.0196078431373,0],[124.509803921569,133.333333333333,69.6078431372549],[75.4901960784314,81.3725490196078,20.5882352941176],[74.5098039215686,77.4509803921569,21.5686274509804],[61.7647058823529,60.7843137254902,7.84313725490196],[125.490196078431,117.647058823529,69.6078431372549],[171.56862745098,161.764705882353,113.725490196078],[122.549019607843,109.803921568627,58.8235294117647],[122.549019607843,109.803921568627,55.8823529411765],[153.921568627451,143.137254901961,82.3529411764706],[134.313725490196,124.509803921569,56.8627450980392],[152.941176470588,144.117647058824,70.5882352941177],[196.078431372549,192.156862745098,120.588235294118],[171.56862745098,176.470588235294,111.764705882353],[142.156862745098,151.960784313725,92.156862745098],[154.901960784314,162.745098039216,103.921568627451],[100,105.882352941176,47.0588235294118],[79.4117647058823,80.3921568627451,24.5098039215686],[117.647058823529,114.705882352941,60.7843137254902],[119.607843137255,109.803921568627,59.8039215686275],[158.823529411765,141.176470588235,94.1176470588235],[88.2352941176471,63.7254901960784,23.5294117647059],[87.2549019607843,57.843137254902,20.5882352941176],[63.7254901960784,31.3725490196078,0],[76.4705882352941,42.156862745098,10.7843137254902],[92.156862745098,59.8039215686275,29.4117647058824],[70.5882352941177,40.1960784313726,11.7647058823529],[69.6078431372549,41.1764705882353,11.7647058823529],[88.2352941176471,58.8235294117647,31.3725490196078],[127.450980392157,94.1176470588235,69.6078431372549],[87.2549019607843,51.9607843137255,28.4313725490196],[52.9411764705882,18.6274509803922,0],[40.1960784313726,5.88235294117647,0],[74.5098039215686,43.1372549019608,22.5490196078431],[78.4313725490196,48.0392156862745,30.3921568627451],[69.6078431372549,41.1764705882353,25.4901960784314],[84.3137254901961,56.8627450980392,45.0980392156863],[61.7647058823529,38.2352941176471,28.4313725490196],[36.2745098039216,17.6470588235294,10.7843137254902],[10.7843137254902,0,0],[10.7843137254902,0,0],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[15.6862745098039,14.7058823529412,12.7450980392157],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0]],[[7.84313725490196,7.84313725490196,5.88235294117647],[6.86274509803922,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[18.6274509803922,11.7647058823529,5.88235294117647],[23.5294117647059,12.7450980392157,6.86274509803922],[25.4901960784314,10.7843137254902,5.88235294117647],[24.5098039215686,7.84313725490196,0.980392156862745],[22.5490196078431,4.90196078431373,0.980392156862745],[19.6078431372549,2.94117647058824,0],[23.5294117647059,9.80392156862745,0],[28.4313725490196,17.6470588235294,0],[48.0392156862745,42.156862745098,20.5882352941176],[52.9411764705882,50.9803921568627,28.4313725490196],[32.3529411764706,33.3333333333333,15.6862745098039],[52.9411764705882,54.9019607843137,42.156862745098],[66.6666666666667,67.6470588235294,61.7647058823529],[116.666666666667,116.666666666667,108.823529411765],[78.4313725490196,75.4901960784314,58.8235294117647],[42.156862745098,37.2549019607843,8.82352941176471],[118.627450980392,111.764705882353,66.6666666666667],[133.333333333333,120.588235294118,66.6666666666667],[131.372549019608,105.882352941176,50],[150.980392156863,120.588235294118,64.7058823529412],[137.254901960784,108.823529411765,53.921568627451],[75.4901960784314,50.9803921568627,0],[109.803921568627,87.2549019607843,44.1176470588235],[130.392156862745,113.725490196078,71.5686274509804],[101.960784313725,89.2156862745098,48.0392156862745],[96.078431372549,89.2156862745098,46.078431372549],[148.039215686275,146.078431372549,96.078431372549],[106.862745098039,106.862745098039,57.843137254902],[72.5490196078431,71.5686274509804,28.4313725490196],[75.4901960784314,71.5686274509804,34.3137254901961],[42.156862745098,36.2745098039216,0.980392156862745],[76.4705882352941,68.6274509803922,30.3921568627451],[142.156862745098,135.294117647059,82.3529411764706],[111.764705882353,106.862745098039,51.9607843137255],[51.9607843137255,50,2.94117647058824],[118.627450980392,117.647058823529,74.5098039215686],[172.549019607843,171.56862745098,126.470588235294],[76.4705882352941,73.5294117647059,31.3725490196078],[60.7843137254902,56.8627450980392,19.6078431372549],[86.2745098039216,82.3529411764706,45.0980392156863],[51.9607843137255,49.0196078431373,6.86274509803922],[96.078431372549,94.1176470588235,47.0588235294118],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,121.56862745098,65.6862745098039],[139.21568627451,142.156862745098,86.2745098039216],[185.294117647059,190.196078431373,137.254901960784],[180.392156862745,188.235294117647,138.235294117647],[149.019607843137,157.843137254902,115.686274509804],[161.764705882353,171.56862745098,138.235294117647],[188.235294117647,197.058823529412,168.627450980392],[200,206.862745098039,174.509803921569],[190.196078431373,197.058823529412,166.666666666667],[211.764705882353,220.588235294118,194.117647058824],[232.352941176471,244.117647058824,222.549019607843],[213.725490196078,230.392156862745,214.705882352941],[206.862745098039,228.43137254902,216.666666666667],[183.333333333333,208.823529411765,200],[175.490196078431,205.882352941176,200.980392156863],[204.901960784314,240.196078431373,238.235294117647],[198.039215686275,237.254901960784,239.21568627451],[216.666666666667,250,250],[170.588235294118,211.764705882353,225.490196078431],[118.627450980392,158.823529411765,180.392156862745],[143.137254901961,183.333333333333,210.78431372549],[132.352941176471,170.588235294118,202.941176470588],[121.56862745098,163.725490196078,195.098039215686],[114.705882352941,163.725490196078,188.235294117647],[103.921568627451,150,169.607843137255],[137.254901960784,164.705882352941,185.294117647059],[163.725490196078,180.392156862745,198.039215686275],[195.098039215686,203.921568627451,218.627450980392],[226.470588235294,234.313725490196,247.058823529412],[208.823529411765,220.588235294118,232.352941176471],[176.470588235294,194.117647058824,207.843137254902],[185.294117647059,207.843137254902,225.490196078431],[157.843137254902,192.156862745098,213.725490196078],[130.392156862745,175.490196078431,200.980392156863],[118.627450980392,172.549019607843,201.960784313725],[126.470588235294,184.313725490196,215.686274509804],[134.313725490196,192.156862745098,225.490196078431],[125.490196078431,174.509803921569,210.78431372549],[138.235294117647,183.333333333333,216.666666666667],[125.490196078431,170.588235294118,194.117647058824],[135.294117647059,180.392156862745,202.941176470588],[133.333333333333,179.411764705882,204.901960784314],[138.235294117647,186.274509803922,217.647058823529],[147.058823529412,196.078431372549,232.352941176471],[144.117647058824,195.098039215686,234.313725490196],[143.137254901961,191.176470588235,233.333333333333],[135.294117647059,181.372549019608,226.470588235294],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,234.313725490196],[141.176470588235,180.392156862745,230.392156862745],[136.274509803922,172.549019607843,224.509803921569],[138.235294117647,176.470588235294,230.392156862745],[145.098039215686,183.333333333333,239.21568627451],[139.21568627451,178.43137254902,236.274509803922],[141.176470588235,179.411764705882,235.294117647059],[134.313725490196,171.56862745098,219.607843137255],[129.411764705882,169.607843137255,214.705882352941],[134.313725490196,181.372549019608,228.43137254902],[118.627450980392,161.764705882353,205.882352941176],[135.294117647059,163.725490196078,206.862745098039],[156.862745098039,168.627450980392,205.882352941176],[202.941176470588,194.117647058824,224.509803921569],[250,238.235294117647,250],[237.254901960784,222.549019607843,241.176470588235],[191.176470588235,183.333333333333,203.921568627451],[164.705882352941,166.666666666667,191.176470588235],[154.901960784314,165.686274509804,193.137254901961],[157.843137254902,176.470588235294,205.882352941176],[146.078431372549,171.56862745098,198.039215686275],[149.019607843137,183.333333333333,201.960784313725],[149.019607843137,189.21568627451,208.823529411765],[150.980392156863,193.137254901961,224.509803921569],[135.294117647059,176.470588235294,213.725490196078],[150,187.254901960784,222.549019607843],[151.960784313725,185.294117647059,219.607843137255],[163.725490196078,194.117647058824,224.509803921569],[207.843137254902,232.352941176471,250],[197.058823529412,217.647058823529,244.117647058824],[189.21568627451,205.882352941176,231.372549019608],[186.274509803922,200,225.490196078431],[179.411764705882,193.137254901961,218.627450980392],[188.235294117647,201.960784313725,227.450980392157],[195.098039215686,208.823529411765,234.313725490196],[190.196078431373,205.882352941176,231.372549019608],[182.352941176471,198.039215686275,223.529411764706],[176.470588235294,193.137254901961,220.588235294118],[174.509803921569,197.058823529412,227.450980392157],[152.941176470588,186.274509803922,220.588235294118],[144.117647058824,179.411764705882,212.745098039216],[168.627450980392,197.058823529412,228.43137254902],[188.235294117647,214.705882352941,243.137254901961],[165.686274509804,200,221.56862745098],[149.019607843137,184.313725490196,205.882352941176],[159.803921568627,193.137254901961,217.647058823529],[171.56862745098,205.882352941176,233.333333333333],[142.156862745098,182.352941176471,213.725490196078],[137.254901960784,185.294117647059,217.647058823529],[119.607843137255,179.411764705882,209.803921568627],[106.862745098039,168.627450980392,199.019607843137],[119.607843137255,175.490196078431,203.921568627451],[121.56862745098,178.43137254902,201.960784313725],[104.901960784314,166.666666666667,183.333333333333],[96.078431372549,160.78431372549,172.549019607843],[97.0588235294118,159.803921568627,169.607843137255],[97.0588235294118,155.882352941176,165.686274509804],[115.686274509804,173.529411764706,181.372549019608],[166.666666666667,217.647058823529,228.43137254902],[165.686274509804,210.78431372549,225.490196078431],[113.725490196078,160.78431372549,174.509803921569],[83.3333333333333,142.156862745098,150],[75.4901960784314,134.313725490196,134.313725490196],[94.1176470588235,139.21568627451,128.43137254902],[162.745098039216,198.039215686275,184.313725490196],[206.862745098039,233.333333333333,228.43137254902],[239.21568627451,250,245.098039215686],[181.372549019608,186.274509803922,154.901960784314],[194.117647058824,195.098039215686,155.882352941176],[186.274509803922,190.196078431373,153.921568627451],[160.78431372549,163.725490196078,121.56862745098],[189.21568627451,189.21568627451,136.274509803922],[200,201.960784313725,140.196078431373],[168.627450980392,173.529411764706,110.78431372549],[142.156862745098,148.039215686275,87.2549019607843],[194.117647058824,200,139.21568627451],[216.666666666667,222.549019607843,163.725490196078],[106.862745098039,106.862745098039,53.921568627451],[107.843137254902,104.901960784314,54.9019607843137],[210.78431372549,200.980392156863,152.941176470588],[182.352941176471,168.627450980392,120.588235294118],[167.647058823529,150,100.980392156863],[154.901960784314,136.274509803922,81.3725490196078],[175.490196078431,155.882352941176,96.078431372549],[176.470588235294,157.843137254902,91.1764705882353],[166.666666666667,149.019607843137,76.4705882352941],[138.235294117647,124.509803921569,54.9019607843137],[150,140.196078431373,79.4117647058823],[133.333333333333,127.450980392157,70.5882352941177],[121.56862745098,115.686274509804,58.8235294117647],[70.5882352941177,61.7647058823529,5.88235294117647],[84.3137254901961,71.5686274509804,17.6470588235294],[125.490196078431,108.823529411765,57.843137254902],[100.980392156863,79.4117647058823,30.3921568627451],[116.666666666667,90.1960784313725,44.1176470588235],[89.2156862745098,57.843137254902,17.6470588235294],[97.0588235294118,62.7450980392157,25.4901960784314],[51.9607843137255,16.6666666666667,0],[87.2549019607843,53.921568627451,19.6078431372549],[105.882352941176,75.4901960784314,45.0980392156863],[90.1960784313725,64.7058823529412,32.3529411764706],[116.666666666667,94.1176470588235,62.7450980392157],[81.3725490196078,54.9019607843137,25.4901960784314],[63.7254901960784,29.4117647058824,1.96078431372549],[104.901960784314,65.6862745098039,40.1960784313726],[73.5294117647059,37.2549019607843,11.7647058823529],[93.1372549019608,57.843137254902,34.3137254901961],[102.941176470588,71.5686274509804,50.9803921568627],[58.8235294117647,27.4509803921569,12.7450980392157],[64.7058823529412,37.2549019607843,25.4901960784314],[47.0588235294118,25.4901960784314,14.7058823529412],[33.3333333333333,14.7058823529412,7.84313725490196],[12.7450980392157,0,0],[10.7843137254902,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,8.82352941176471,0.980392156862745],[13.7254901960784,3.92156862745098,0],[18.6274509803922,6.86274509803922,0],[22.5490196078431,9.80392156862745,0.980392156862745],[18.6274509803922,8.82352941176471,0],[30.3921568627451,20.5882352941176,10.7843137254902],[23.5294117647059,17.6470588235294,3.92156862745098],[38.2352941176471,35.2941176470588,16.6666666666667],[28.4313725490196,30.3921568627451,9.80392156862745],[16.6666666666667,19.6078431372549,0.980392156862745],[7.84313725490196,10.7843137254902,0],[30.3921568627451,32.3529411764706,18.6274509803922],[43.1372549019608,41.1764705882353,26.4705882352941],[58.8235294117647,54.9019607843137,30.3921568627451],[70.5882352941177,64.7058823529412,29.4117647058824],[72.5490196078431,65.6862745098039,14.7058823529412],[110.78431372549,100,47.0588235294118],[100,83.3333333333333,41.1764705882353],[81.3725490196078,60.7843137254902,18.6274509803922],[75.4901960784314,52.9411764705882,0],[104.901960784314,80.3921568627451,24.5098039215686],[100.980392156863,73.5294117647059,24.5098039215686],[81.3725490196078,54.9019607843137,12.7450980392157],[120.588235294118,97.0588235294118,61.7647058823529],[129.411764705882,111.764705882353,74.5098039215686],[154.901960784314,147.058823529412,100.980392156863],[68.6274509803922,66.6666666666667,16.6666666666667],[61.7647058823529,63.7254901960784,14.7058823529412],[121.56862745098,124.509803921569,78.4313725490196],[53.921568627451,55.8823529411765,17.6470588235294],[42.156862745098,39.2156862745098,6.86274509803922],[88.2352941176471,84.3137254901961,50],[54.9019607843137,50,8.82352941176471],[66.6666666666667,65.6862745098039,12.7450980392157],[165.686274509804,166.666666666667,110.78431372549],[161.764705882353,160.78431372549,113.725490196078],[48.0392156862745,49.0196078431373,5.88235294117647],[95.0980392156863,96.078431372549,54.9019607843137],[79.4117647058823,80.3921568627451,37.2549019607843],[128.43137254902,130.392156862745,84.3137254901961],[131.372549019608,133.333333333333,84.3137254901961],[182.352941176471,187.254901960784,132.352941176471],[94.1176470588235,100,41.1764705882353],[134.313725490196,142.156862745098,83.3333333333333],[152.941176470588,163.725490196078,108.823529411765],[107.843137254902,120.588235294118,75.4901960784314],[100.980392156863,115.686274509804,75.4901960784314],[95.0980392156863,112.745098039216,75.4901960784314],[155.882352941176,171.56862745098,135.294117647059],[167.647058823529,179.411764705882,144.117647058824],[163.725490196078,173.529411764706,140.196078431373],[145.098039215686,155.882352941176,126.470588235294],[192.156862745098,203.921568627451,180.392156862745],[214.705882352941,228.43137254902,211.764705882353],[220.588235294118,238.235294117647,226.470588235294],[233.333333333333,250,245.098039215686],[221.56862745098,248.039215686275,243.137254901961],[219.607843137255,250,248.039215686275],[208.823529411765,243.137254901961,245.098039215686],[201.960784313725,240.196078431373,247.058823529412],[221.56862745098,250,250],[164.705882352941,204.901960784314,224.509803921569],[132.352941176471,171.56862745098,197.058823529412],[150,188.235294117647,218.627450980392],[122.549019607843,160.78431372549,193.137254901961],[119.607843137255,159.803921568627,187.254901960784],[145.098039215686,181.372549019608,206.862745098039],[142.156862745098,169.607843137255,191.176470588235],[151.960784313725,169.607843137255,191.176470588235],[198.039215686275,203.921568627451,225.490196078431],[206.862745098039,207.843137254902,227.450980392157],[191.176470588235,192.156862745098,211.764705882353],[199.019607843137,205.882352941176,224.509803921569],[178.43137254902,199.019607843137,219.607843137255],[110.78431372549,142.156862745098,164.705882352941],[125.490196078431,166.666666666667,191.176470588235],[128.43137254902,174.509803921569,203.921568627451],[146.078431372549,193.137254901961,228.43137254902],[140.196078431373,187.254901960784,226.470588235294],[117.647058823529,165.686274509804,205.882352941176],[128.43137254902,175.490196078431,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[135.294117647059,178.43137254902,206.862745098039],[131.372549019608,175.490196078431,207.843137254902],[138.235294117647,185.294117647059,222.549019607843],[140.196078431373,188.235294117647,228.43137254902],[140.196078431373,188.235294117647,230.392156862745],[147.058823529412,193.137254901961,238.235294117647],[139.21568627451,185.294117647059,230.392156862745],[146.078431372549,189.21568627451,235.294117647059],[145.098039215686,185.294117647059,230.392156862745],[150,187.254901960784,233.333333333333],[142.156862745098,179.411764705882,227.450980392157],[138.235294117647,177.450980392157,225.490196078431],[144.117647058824,183.333333333333,233.333333333333],[144.117647058824,184.313725490196,235.294117647059],[149.019607843137,190.196078431373,239.21568627451],[143.137254901961,183.333333333333,228.43137254902],[146.078431372549,183.333333333333,227.450980392157],[150,187.254901960784,231.372549019608],[142.156862745098,168.627450980392,212.745098039216],[156.862745098039,163.725490196078,208.823529411765],[180.392156862745,169.607843137255,211.764705882353],[230.392156862745,205.882352941176,244.117647058824],[250,232.352941176471,250],[246.078431372549,234.313725490196,250],[214.705882352941,215.686274509804,235.294117647059],[179.411764705882,190.196078431373,211.764705882353],[154.901960784314,172.549019607843,196.078431372549],[166.666666666667,186.274509803922,210.78431372549],[153.921568627451,177.450980392157,200.980392156863],[150.980392156863,181.372549019608,200.980392156863],[157.843137254902,193.137254901961,214.705882352941],[152.941176470588,193.137254901961,222.549019607843],[141.176470588235,180.392156862745,214.705882352941],[113.725490196078,149.019607843137,182.352941176471],[155.882352941176,188.235294117647,220.588235294118],[177.450980392157,205.882352941176,235.294117647059],[161.764705882353,185.294117647059,212.745098039216],[166.666666666667,186.274509803922,210.78431372549],[181.372549019608,197.058823529412,219.607843137255],[196.078431372549,207.843137254902,231.372549019608],[161.764705882353,173.529411764706,197.058823529412],[188.235294117647,200,223.529411764706],[199.019607843137,212.745098039216,238.235294117647],[181.372549019608,197.058823529412,222.549019607843],[171.56862745098,187.254901960784,212.745098039216],[163.725490196078,180.392156862745,207.843137254902],[177.450980392157,200,231.372549019608],[152.941176470588,188.235294117647,223.529411764706],[145.098039215686,182.352941176471,218.627450980392],[162.745098039216,191.176470588235,224.509803921569],[186.274509803922,212.745098039216,242.156862745098],[175.490196078431,210.78431372549,234.313725490196],[147.058823529412,184.313725490196,204.901960784314],[145.098039215686,178.43137254902,202.941176470588],[165.686274509804,200,227.450980392157],[150.980392156863,191.176470588235,222.549019607843],[123.529411764706,171.56862745098,203.921568627451],[106.862745098039,166.666666666667,197.058823529412],[99.0196078431373,161.764705882353,189.21568627451],[94.1176470588235,149.019607843137,175.490196078431],[110.78431372549,164.705882352941,185.294117647059],[126.470588235294,187.254901960784,200],[114.705882352941,177.450980392157,187.254901960784],[113.725490196078,176.470588235294,186.274509803922],[114.705882352941,175.490196078431,186.274509803922],[126.470588235294,183.333333333333,194.117647058824],[155.882352941176,206.862745098039,217.647058823529],[175.490196078431,217.647058823529,233.333333333333],[142.156862745098,187.254901960784,201.960784313725],[100,157.843137254902,165.686274509804],[99.0196078431373,156.862745098039,154.901960784314],[79.4117647058823,122.549019607843,109.803921568627],[157.843137254902,191.176470588235,175.490196078431],[209.803921568627,235.294117647059,226.470588235294],[175.490196078431,189.21568627451,174.509803921569],[159.803921568627,161.764705882353,125.490196078431],[155.882352941176,152.941176470588,108.823529411765],[195.098039215686,193.137254901961,152.941176470588],[174.509803921569,172.549019607843,132.352941176471],[185.294117647059,181.372549019608,135.294117647059],[198.039215686275,195.098039215686,145.098039215686],[149.019607843137,148.039215686275,95.0980392156863],[139.21568627451,140.196078431373,84.3137254901961],[199.019607843137,200,144.117647058824],[204.901960784314,205.882352941176,150],[174.509803921569,171.56862745098,117.647058823529],[153.921568627451,147.058823529412,96.078431372549],[220.588235294118,206.862745098039,158.823529411765],[209.803921568627,190.196078431373,141.176470588235],[209.803921568627,187.254901960784,138.235294117647],[152.941176470588,126.470588235294,74.5098039215686],[158.823529411765,130.392156862745,73.5294117647059],[133.333333333333,103.921568627451,43.1372549019608],[101.960784313725,73.5294117647059,8.82352941176471],[133.333333333333,105.882352941176,42.156862745098],[148.039215686275,122.549019607843,66.6666666666667],[165.686274509804,139.21568627451,87.2549019607843],[148.039215686275,121.56862745098,69.6078431372549],[116.666666666667,89.2156862745098,40.1960784313726],[128.43137254902,100.980392156863,51.9607843137255],[127.450980392157,97.0588235294118,50.9803921568627],[104.901960784314,71.5686274509804,26.4705882352941],[124.509803921569,88.2352941176471,45.0980392156863],[110.78431372549,72.5490196078431,32.3529411764706],[61.7647058823529,23.5294117647059,0],[82.3529411764706,43.1372549019608,7.84313725490196],[105.882352941176,68.6274509803922,33.3333333333333],[72.5490196078431,40.1960784313726,5.88235294117647],[79.4117647058823,50.9803921568627,17.6470588235294],[108.823529411765,85.2941176470588,51.9607843137255],[97.0588235294118,68.6274509803922,35.2941176470588],[77.4509803921569,39.2156862745098,8.82352941176471],[95.0980392156863,51.9607843137255,23.5294117647059],[87.2549019607843,46.078431372549,21.5686274509804],[87.2549019607843,50,27.4509803921569],[73.5294117647059,39.2156862745098,20.5882352941176],[77.4509803921569,49.0196078431373,35.2941176470588],[78.4313725490196,54.9019607843137,45.0980392156863],[25.4901960784314,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[58.8235294117647,57.843137254902,55.8823529411765],[238.235294117647,237.254901960784,235.294117647059],[13.7254901960784,12.7450980392157,10.7843137254902],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0,0],[5.88235294117647,2.94117647058824,0],[17.6470588235294,14.7058823529412,0],[17.6470588235294,13.7254901960784,4.90196078431373],[17.6470588235294,12.7450980392157,8.82352941176471],[43.1372549019608,38.2352941176471,35.2941176470588],[15.6862745098039,12.7450980392157,7.84313725490196],[29.4117647058824,29.4117647058824,19.6078431372549],[40.1960784313726,42.156862745098,28.4313725490196],[21.5686274509804,25.4901960784314,8.82352941176471],[23.5294117647059,26.4705882352941,9.80392156862745],[67.6470588235294,68.6274509803922,52.9411764705882],[73.5294117647059,72.5490196078431,52.9411764705882],[80.3921568627451,74.5098039215686,49.0196078431373],[75.4901960784314,67.6470588235294,32.3529411764706],[54.9019607843137,43.1372549019608,0],[107.843137254902,94.1176470588235,48.0392156862745],[87.2549019607843,73.5294117647059,39.2156862745098],[70.5882352941177,54.9019607843137,19.6078431372549],[91.1764705882353,74.5098039215686,23.5294117647059],[122.549019607843,101.960784313725,46.078431372549],[112.745098039216,90.1960784313725,41.1764705882353],[86.2745098039216,62.7450980392157,19.6078431372549],[90.1960784313725,68.6274509803922,32.3529411764706],[113.725490196078,98.0392156862745,62.7450980392157],[126.470588235294,118.627450980392,72.5490196078431],[85.2941176470588,82.3529411764706,32.3529411764706],[83.3333333333333,83.3333333333333,34.3137254901961],[89.2156862745098,90.1960784313725,47.0588235294118],[53.921568627451,50.9803921568627,20.5882352941176],[57.843137254902,53.921568627451,29.4117647058824],[44.1176470588235,36.2745098039216,13.7254901960784],[58.8235294117647,52.9411764705882,19.6078431372549],[111.764705882353,110.78431372549,55.8823529411765],[112.745098039216,113.725490196078,56.8627450980392],[81.3725490196078,82.3529411764706,41.1764705882353],[75.4901960784314,77.4509803921569,41.1764705882353],[133.333333333333,135.294117647059,99.0196078431373],[80.3921568627451,85.2941176470588,46.078431372549],[94.1176470588235,99.0196078431373,59.8039215686275],[102.941176470588,108.823529411765,65.6862745098039],[146.078431372549,151.960784313725,104.901960784314],[114.705882352941,123.529411764706,71.5686274509804],[142.156862745098,151.960784313725,100],[77.4509803921569,90.1960784313725,45.0980392156863],[145.098039215686,159.803921568627,127.450980392157],[119.607843137255,138.235294117647,108.823529411765],[72.5490196078431,93.1372549019608,60.7843137254902],[119.607843137255,141.176470588235,105.882352941176],[125.490196078431,141.176470588235,105.882352941176],[120.588235294118,134.313725490196,100],[136.274509803922,147.058823529412,117.647058823529],[156.862745098039,168.627450980392,145.098039215686],[202.941176470588,215.686274509804,198.039215686275],[236.274509803922,250,237.254901960784],[190.196078431373,206.862745098039,197.058823529412],[189.21568627451,211.764705882353,205.882352941176],[208.823529411765,237.254901960784,233.333333333333],[184.313725490196,215.686274509804,214.705882352941],[107.843137254902,142.156862745098,146.078431372549],[171.56862745098,208.823529411765,217.647058823529],[208.823529411765,247.058823529412,250],[160.78431372549,198.039215686275,220.588235294118],[150.980392156863,187.254901960784,213.725490196078],[141.176470588235,177.450980392157,205.882352941176],[158.823529411765,194.117647058824,219.607843137255],[138.235294117647,169.607843137255,192.156862745098],[158.823529411765,184.313725490196,206.862745098039],[154.901960784314,170.588235294118,193.137254901961],[191.176470588235,196.078431372549,217.647058823529],[221.56862745098,217.647058823529,240.196078431373],[182.352941176471,179.411764705882,200],[199.019607843137,200.980392156863,221.56862745098],[193.137254901961,209.803921568627,227.450980392157],[148.039215686275,176.470588235294,194.117647058824],[138.235294117647,175.490196078431,196.078431372549],[144.117647058824,184.313725490196,211.764705882353],[125.490196078431,167.647058823529,200.980392156863],[130.392156862745,174.509803921569,212.745098039216],[127.450980392157,175.490196078431,215.686274509804],[123.529411764706,170.588235294118,209.803921568627],[141.176470588235,184.313725490196,218.627450980392],[130.392156862745,172.549019607843,205.882352941176],[136.274509803922,179.411764705882,215.686274509804],[143.137254901961,187.254901960784,227.450980392157],[135.294117647059,181.372549019608,224.509803921569],[136.274509803922,183.333333333333,228.43137254902],[144.117647058824,189.21568627451,237.254901960784],[145.098039215686,188.235294117647,234.313725490196],[141.176470588235,183.333333333333,227.450980392157],[148.039215686275,188.235294117647,231.372549019608],[163.725490196078,200.980392156863,245.098039215686],[156.862745098039,195.098039215686,237.254901960784],[145.098039215686,182.352941176471,226.470588235294],[141.176470588235,181.372549019608,224.509803921569],[140.196078431373,180.392156862745,225.490196078431],[145.098039215686,185.294117647059,228.43137254902],[150.980392156863,184.313725490196,228.43137254902],[153.921568627451,186.274509803922,228.43137254902],[161.764705882353,190.196078431373,231.372549019608],[170.588235294118,189.21568627451,230.392156862745],[191.176470588235,190.196078431373,231.372549019608],[208.823529411765,194.117647058824,234.313725490196],[248.039215686275,226.470588235294,250],[243.137254901961,226.470588235294,250],[216.666666666667,216.666666666667,240.196078431373],[230.392156862745,243.137254901961,250],[194.117647058824,211.764705882353,231.372549019608],[153.921568627451,174.509803921569,195.098039215686],[190.196078431373,205.882352941176,230.392156862745],[180.392156862745,197.058823529412,222.549019607843],[143.137254901961,166.666666666667,190.196078431373],[133.333333333333,162.745098039216,188.235294117647],[120.588235294118,154.901960784314,184.313725490196],[150.980392156863,186.274509803922,217.647058823529],[159.803921568627,194.117647058824,223.529411764706],[178.43137254902,208.823529411765,237.254901960784],[180.392156862745,205.882352941176,232.352941176471],[146.078431372549,167.647058823529,191.176470588235],[152.941176470588,170.588235294118,192.156862745098],[170.588235294118,185.294117647059,205.882352941176],[201.960784313725,213.725490196078,235.294117647059],[151.960784313725,162.745098039216,184.313725490196],[173.529411764706,185.294117647059,208.823529411765],[196.078431372549,209.803921568627,235.294117647059],[190.196078431373,205.882352941176,231.372549019608],[187.254901960784,203.921568627451,231.372549019608],[175.490196078431,192.156862745098,221.56862745098],[173.529411764706,197.058823529412,230.392156862745],[158.823529411765,196.078431372549,232.352941176471],[157.843137254902,196.078431372549,234.313725490196],[161.764705882353,189.21568627451,225.490196078431],[174.509803921569,200.980392156863,230.392156862745],[181.372549019608,216.666666666667,240.196078431373],[160.78431372549,198.039215686275,220.588235294118],[146.078431372549,179.411764705882,205.882352941176],[158.823529411765,192.156862745098,219.607843137255],[154.901960784314,193.137254901961,225.490196078431],[128.43137254902,176.470588235294,208.823529411765],[113.725490196078,175.490196078431,205.882352941176],[108.823529411765,171.56862745098,199.019607843137],[98.0392156862745,150.980392156863,176.470588235294],[122.549019607843,173.529411764706,194.117647058824],[144.117647058824,202.941176470588,213.725490196078],[111.764705882353,174.509803921569,183.333333333333],[106.862745098039,172.549019607843,181.372549019608],[124.509803921569,187.254901960784,197.058823529412],[111.764705882353,169.607843137255,177.450980392157],[109.803921568627,160.78431372549,171.56862745098],[122.549019607843,167.647058823529,183.333333333333],[133.333333333333,178.43137254902,193.137254901961],[138.235294117647,192.156862745098,197.058823529412],[116.666666666667,170.588235294118,165.686274509804],[116.666666666667,161.764705882353,149.019607843137],[109.803921568627,143.137254901961,127.450980392157],[124.509803921569,146.078431372549,133.333333333333],[85.2941176470588,97.0588235294118,77.4509803921569],[163.725490196078,163.725490196078,126.470588235294],[163.725490196078,157.843137254902,110.78431372549],[170.588235294118,163.725490196078,118.627450980392],[137.254901960784,130.392156862745,89.2156862745098],[229.411764705882,220.588235294118,182.352941176471],[218.627450980392,210.78431372549,172.549019607843],[66.6666666666667,62.7450980392157,18.6274509803922],[74.5098039215686,72.5490196078431,24.5098039215686],[148.039215686275,147.058823529412,94.1176470588235],[176.470588235294,173.529411764706,119.607843137255],[203.921568627451,199.019607843137,144.117647058824],[208.823529411765,198.039215686275,145.098039215686],[177.450980392157,160.78431372549,109.803921568627],[171.56862745098,149.019607843137,100],[232.352941176471,202.941176470588,153.921568627451],[194.117647058824,161.764705882353,111.764705882353],[171.56862745098,135.294117647059,83.3333333333333],[166.666666666667,128.43137254902,72.5490196078431],[130.392156862745,92.156862745098,34.3137254901961],[105.882352941176,67.6470588235294,11.7647058823529],[106.862745098039,65.6862745098039,16.6666666666667],[140.196078431373,99.0196078431373,51.9607843137255],[129.411764705882,88.2352941176471,41.1764705882353],[119.607843137255,79.4117647058823,34.3137254901961],[138.235294117647,98.0392156862745,52.9411764705882],[145.098039215686,104.901960784314,59.8039215686275],[134.313725490196,92.156862745098,50],[113.725490196078,71.5686274509804,29.4117647058824],[118.627450980392,74.5098039215686,34.3137254901961],[97.0588235294118,52.9411764705882,14.7058823529412],[140.196078431373,95.0980392156863,59.8039215686275],[136.274509803922,93.1372549019608,58.8235294117647],[102.941176470588,63.7254901960784,29.4117647058824],[108.823529411765,73.5294117647059,38.2352941176471],[104.901960784314,72.5490196078431,38.2352941176471],[110.78431372549,77.4509803921569,41.1764705882353],[100.980392156863,58.8235294117647,24.5098039215686],[89.2156862745098,45.0980392156863,12.7450980392157],[72.5490196078431,29.4117647058824,0.980392156862745],[81.3725490196078,42.156862745098,17.6470588235294],[66.6666666666667,32.3529411764706,13.7254901960784],[58.8235294117647,31.3725490196078,19.6078431372549],[40.1960784313726,20.5882352941176,13.7254901960784],[12.7450980392157,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[152.941176470588,151.960784313725,150],[16.6666666666667,15.6862745098039,13.7254901960784],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[6.86274509803922,4.90196078431373,9.80392156862745],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[9.80392156862745,11.7647058823529,0.980392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,6.86274509803922],[14.7058823529412,10.7843137254902,24.5098039215686],[2.94117647058824,0,12.7450980392157],[101.960784313725,100.980392156863,106.862745098039],[196.078431372549,198.039215686275,197.058823529412],[119.607843137255,122.549019607843,115.686274509804],[59.8039215686275,61.7647058823529,50.9803921568627],[68.6274509803922,68.6274509803922,56.8627450980392],[44.1176470588235,41.1764705882353,26.4705882352941],[41.1764705882353,33.3333333333333,12.7450980392157],[84.3137254901961,70.5882352941177,44.1176470588235],[85.2941176470588,67.6470588235294,30.3921568627451],[114.705882352941,96.078431372549,56.8627450980392],[149.019607843137,130.392156862745,98.0392156862745],[118.627450980392,100.980392156863,65.6862745098039],[89.2156862745098,75.4901960784314,29.4117647058824],[106.862745098039,97.0588235294118,45.0980392156863],[70.5882352941177,62.7450980392157,16.6666666666667],[57.843137254902,50.9803921568627,7.84313725490196],[115.686274509804,107.843137254902,69.6078431372549],[126.470588235294,119.607843137255,76.4705882352941],[72.5490196078431,66.6666666666667,15.6862745098039],[113.725490196078,106.862745098039,55.8823529411765],[117.647058823529,105.882352941176,66.6666666666667],[80.3921568627451,66.6666666666667,38.2352941176471],[27.4509803921569,11.7647058823529,0],[61.7647058823529,46.078431372549,33.3333333333333],[50,35.2941176470588,14.7058823529412],[27.4509803921569,16.6666666666667,0],[113.725490196078,111.764705882353,63.7254901960784],[124.509803921569,123.529411764706,78.4313725490196],[97.0588235294118,95.0980392156863,70.5882352941177],[101.960784313725,100,85.2941176470588],[33.3333333333333,35.2941176470588,14.7058823529412],[30.3921568627451,34.3137254901961,11.7647058823529],[58.8235294117647,62.7450980392157,40.1960784313726],[67.6470588235294,71.5686274509804,47.0588235294118],[103.921568627451,108.823529411765,79.4117647058823],[95.0980392156863,101.960784313725,69.6078431372549],[73.5294117647059,84.3137254901961,50.9803921568627],[126.470588235294,139.21568627451,113.725490196078],[215.686274509804,228.43137254902,218.627450980392],[64.7058823529412,81.3725490196078,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[99.0196078431373,122.549019607843,99.0196078431373],[118.627450980392,137.254901960784,105.882352941176],[162.745098039216,178.43137254902,143.137254901961],[148.039215686275,160.78431372549,131.372549019608],[155.882352941176,168.627450980392,143.137254901961],[186.274509803922,198.039215686275,178.43137254902],[198.039215686275,209.803921568627,196.078431372549],[201.960784313725,214.705882352941,204.901960784314],[233.333333333333,250,242.156862745098],[202.941176470588,225.490196078431,219.607843137255],[142.156862745098,170.588235294118,166.666666666667],[124.509803921569,154.901960784314,156.862745098039],[172.549019607843,204.901960784314,211.764705882353],[151.960784313725,184.313725490196,199.019607843137],[134.313725490196,168.627450980392,188.235294117647],[152.941176470588,186.274509803922,210.78431372549],[144.117647058824,177.450980392157,201.960784313725],[168.627450980392,202.941176470588,221.56862745098],[158.823529411765,187.254901960784,204.901960784314],[159.803921568627,180.392156862745,199.019607843137],[164.705882352941,175.490196078431,195.098039215686],[200,202.941176470588,221.56862745098],[249.019607843137,248.039215686275,250],[236.274509803922,235.294117647059,250],[193.137254901961,196.078431372549,210.78431372549],[214.705882352941,228.43137254902,241.176470588235],[187.254901960784,210.78431372549,222.549019607843],[192.156862745098,224.509803921569,239.21568627451],[177.450980392157,217.647058823529,235.294117647059],[128.43137254902,173.529411764706,199.019607843137],[143.137254901961,191.176470588235,222.549019607843],[120.588235294118,167.647058823529,204.901960784314],[128.43137254902,172.549019607843,210.78431372549],[153.921568627451,196.078431372549,230.392156862745],[137.254901960784,179.411764705882,213.725490196078],[142.156862745098,185.294117647059,223.529411764706],[134.313725490196,178.43137254902,219.607843137255],[125.490196078431,171.56862745098,214.705882352941],[135.294117647059,181.372549019608,226.470588235294],[139.21568627451,182.352941176471,228.43137254902],[146.078431372549,189.21568627451,235.294117647059],[139.21568627451,179.411764705882,222.549019607843],[144.117647058824,182.352941176471,224.509803921569],[157.843137254902,194.117647058824,235.294117647059],[155.882352941176,192.156862745098,233.333333333333],[147.058823529412,183.333333333333,224.509803921569],[146.078431372549,184.313725490196,224.509803921569],[141.176470588235,182.352941176471,223.529411764706],[146.078431372549,180.392156862745,221.56862745098],[154.901960784314,178.43137254902,221.56862745098],[158.823529411765,177.450980392157,219.607843137255],[168.627450980392,192.156862745098,229.411764705882],[182.352941176471,200,235.294117647059],[201.960784313725,207.843137254902,243.137254901961],[200.980392156863,200.980392156863,234.313725490196],[211.764705882353,210.78431372549,241.176470588235],[199.019607843137,204.901960784314,230.392156862745],[151.960784313725,174.509803921569,192.156862745098],[176.470588235294,204.901960784314,220.588235294118],[203.921568627451,230.392156862745,247.058823529412],[192.156862745098,212.745098039216,231.372549019608],[183.333333333333,193.137254901961,217.647058823529],[169.607843137255,176.470588235294,203.921568627451],[166.666666666667,180.392156862745,208.823529411765],[155.882352941176,176.470588235294,204.901960784314],[139.21568627451,169.607843137255,198.039215686275],[160.78431372549,193.137254901961,223.529411764706],[191.176470588235,221.56862745098,250],[167.647058823529,194.117647058824,220.588235294118],[161.764705882353,185.294117647059,210.78431372549],[167.647058823529,187.254901960784,210.78431372549],[196.078431372549,212.745098039216,232.352941176471],[195.098039215686,207.843137254902,226.470588235294],[206.862745098039,217.647058823529,237.254901960784],[183.333333333333,194.117647058824,215.686274509804],[182.352941176471,194.117647058824,217.647058823529],[194.117647058824,207.843137254902,233.333333333333],[187.254901960784,201.960784313725,230.392156862745],[182.352941176471,199.019607843137,228.43137254902],[181.372549019608,200.980392156863,233.333333333333],[162.745098039216,190.196078431373,226.470588235294],[153.921568627451,192.156862745098,232.352941176471],[156.862745098039,195.098039215686,237.254901960784],[155.882352941176,183.333333333333,221.56862745098],[160.78431372549,186.274509803922,218.627450980392],[169.607843137255,205.882352941176,231.372549019608],[157.843137254902,195.098039215686,217.647058823529],[141.176470588235,174.509803921569,200.980392156863],[145.098039215686,177.450980392157,207.843137254902],[161.764705882353,199.019607843137,234.313725490196],[127.450980392157,175.490196078431,207.843137254902],[112.745098039216,174.509803921569,204.901960784314],[131.372549019608,194.117647058824,221.56862745098],[121.56862745098,171.56862745098,198.039215686275],[100.980392156863,150.980392156863,169.607843137255],[102.941176470588,161.764705882353,171.56862745098],[94.1176470588235,157.843137254902,163.725490196078],[102.941176470588,171.56862745098,181.372549019608],[109.803921568627,174.509803921569,186.274509803922],[102.941176470588,158.823529411765,165.686274509804],[121.56862745098,170.588235294118,181.372549019608],[118.627450980392,165.686274509804,187.254901960784],[105.882352941176,153.921568627451,170.588235294118],[125.490196078431,174.509803921569,175.490196078431],[121.56862745098,170.588235294118,161.764705882353],[118.627450980392,165.686274509804,153.921568627451],[118.627450980392,155.882352941176,141.176470588235],[91.1764705882353,107.843137254902,90.1960784313725],[132.352941176471,136.274509803922,111.764705882353],[208.823529411765,205.882352941176,165.686274509804],[177.450980392157,169.607843137255,123.529411764706],[195.098039215686,183.333333333333,136.274509803922],[175.490196078431,160.78431372549,118.627450980392],[137.254901960784,122.549019607843,92.156862745098],[221.56862745098,207.843137254902,179.411764705882],[215.686274509804,205.882352941176,171.56862745098],[144.117647058824,137.254901960784,96.078431372549],[104.901960784314,99.0196078431373,50],[196.078431372549,191.176470588235,137.254901960784],[171.56862745098,162.745098039216,108.823529411765],[131.372549019608,116.666666666667,62.7450980392157],[180.392156862745,159.803921568627,105.882352941176],[178.43137254902,149.019607843137,98.0392156862745],[169.607843137255,134.313725490196,85.2941176470588],[186.274509803922,147.058823529412,99.0196078431373],[196.078431372549,152.941176470588,104.901960784314],[180.392156862745,135.294117647059,87.2549019607843],[171.56862745098,124.509803921569,76.4705882352941],[114.705882352941,64.7058823529412,18.6274509803922],[124.509803921569,72.5490196078431,31.3725490196078],[150.980392156863,97.0588235294118,58.8235294117647],[114.705882352941,63.7254901960784,24.5098039215686],[139.21568627451,91.1764705882353,49.0196078431373],[143.137254901961,97.0588235294118,53.921568627451],[124.509803921569,78.4313725490196,35.2941176470588],[156.862745098039,110.78431372549,67.6470588235294],[117.647058823529,71.5686274509804,30.3921568627451],[128.43137254902,80.3921568627451,40.1960784313726],[150,99.0196078431373,60.7843137254902],[142.156862745098,91.1764705882353,52.9411764705882],[120.588235294118,69.6078431372549,33.3333333333333],[115.686274509804,66.6666666666667,32.3529411764706],[109.803921568627,62.7450980392157,27.4509803921569],[95.0980392156863,51.9607843137255,17.6470588235294],[95.0980392156863,51.9607843137255,17.6470588235294],[108.823529411765,63.7254901960784,28.4313725490196],[133.333333333333,88.2352941176471,52.9411764705882],[87.2549019607843,45.0980392156863,13.7254901960784],[82.3529411764706,43.1372549019608,18.6274509803922],[56.8627450980392,22.5490196078431,3.92156862745098],[25.4901960784314,0,0],[14.7058823529412,0,0],[8.82352941176471,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,0,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[8.82352941176471,9.80392156862745,4.90196078431373],[7.84313725490196,10.7843137254902,1.96078431372549],[0,1.96078431372549,0],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,8.82352941176471,19.6078431372549],[10.7843137254902,8.82352941176471,22.5490196078431],[0,0,11.7647058823529],[136.274509803922,136.274509803922,146.078431372549],[249.019607843137,250,250],[223.529411764706,225.490196078431,222.549019607843],[41.1764705882353,42.156862745098,36.2745098039216],[2.94117647058824,2.94117647058824,0],[26.4705882352941,22.5490196078431,11.7647058823529],[6.86274509803922,0,0],[45.0980392156863,34.3137254901961,14.7058823529412],[89.2156862745098,73.5294117647059,48.0392156862745],[77.4509803921569,60.7843137254902,31.3725490196078],[81.3725490196078,64.7058823529412,35.2941176470588],[98.0392156862745,84.3137254901961,50],[103.921568627451,95.0980392156863,52.9411764705882],[102.941176470588,96.078431372549,50.9803921568627],[50.9803921568627,48.0392156862745,5.88235294117647],[56.8627450980392,54.9019607843137,14.7058823529412],[117.647058823529,115.686274509804,75.4901960784314],[132.352941176471,129.411764705882,85.2941176470588],[67.6470588235294,61.7647058823529,12.7450980392157],[122.549019607843,111.764705882353,66.6666666666667],[84.3137254901961,70.5882352941177,34.3137254901961],[105.882352941176,89.2156862745098,63.7254901960784],[59.8039215686275,43.1372549019608,27.4509803921569],[42.156862745098,25.4901960784314,9.80392156862745],[81.3725490196078,67.6470588235294,42.156862745098],[91.1764705882353,81.3725490196078,47.0588235294118],[100,96.078431372549,51.9607843137255],[94.1176470588235,92.156862745098,53.921568627451],[113.725490196078,110.78431372549,92.156862745098],[128.43137254902,126.470588235294,114.705882352941],[48.0392156862745,50,36.2745098039216],[70.5882352941177,74.5098039215686,57.843137254902],[71.5686274509804,76.4705882352941,56.8627450980392],[81.3725490196078,89.2156862745098,66.6666666666667],[94.1176470588235,102.941176470588,74.5098039215686],[108.823529411765,117.647058823529,87.2549019607843],[75.4901960784314,86.2745098039216,54.9019607843137],[118.627450980392,130.392156862745,106.862745098039],[93.1372549019608,105.882352941176,97.0588235294118],[33.3333333333333,48.0392156862745,43.1372549019608],[55.8823529411765,75.4901960784314,64.7058823529412],[94.1176470588235,114.705882352941,96.078431372549],[145.098039215686,167.647058823529,140.196078431373],[188.235294117647,208.823529411765,178.43137254902],[139.21568627451,154.901960784314,129.411764705882],[144.117647058824,157.843137254902,135.294117647059],[173.529411764706,188.235294117647,169.607843137255],[166.666666666667,183.333333333333,167.647058823529],[188.235294117647,203.921568627451,193.137254901961],[235.294117647059,250,246.078431372549],[201.960784313725,224.509803921569,216.666666666667],[203.921568627451,232.352941176471,227.450980392157],[194.117647058824,225.490196078431,224.509803921569],[225.490196078431,250,250],[221.56862745098,250,250],[163.725490196078,196.078431372549,212.745098039216],[116.666666666667,152.941176470588,171.56862745098],[127.450980392157,161.764705882353,181.372549019608],[144.117647058824,175.490196078431,190.196078431373],[152.941176470588,178.43137254902,191.176470588235],[150.980392156863,169.607843137255,184.313725490196],[160.78431372549,173.529411764706,189.21568627451],[204.901960784314,213.725490196078,230.392156862745],[212.745098039216,218.627450980392,234.313725490196],[178.43137254902,184.313725490196,198.039215686275],[176.470588235294,182.352941176471,194.117647058824],[207.843137254902,217.647058823529,229.411764705882],[185.294117647059,202.941176470588,214.705882352941],[166.666666666667,192.156862745098,204.901960784314],[199.019607843137,231.372549019608,248.039215686275],[164.705882352941,204.901960784314,226.470588235294],[122.549019607843,167.647058823529,193.137254901961],[134.313725490196,180.392156862745,209.803921568627],[146.078431372549,190.196078431373,222.549019607843],[143.137254901961,185.294117647059,218.627450980392],[130.392156862745,169.607843137255,203.921568627451],[138.235294117647,177.450980392157,212.745098039216],[131.372549019608,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[160.78431372549,198.039215686275,242.156862745098],[150,186.274509803922,230.392156862745],[150.980392156863,187.254901960784,230.392156862745],[153.921568627451,188.235294117647,229.411764705882],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,185.294117647059,223.529411764706],[157.843137254902,189.21568627451,227.450980392157],[164.705882352941,196.078431372549,234.313725490196],[177.450980392157,208.823529411765,247.058823529412],[175.490196078431,206.862745098039,247.058823529412],[173.529411764706,200,242.156862745098],[181.372549019608,200,242.156862745098],[174.509803921569,191.176470588235,233.333333333333],[184.313725490196,205.882352941176,242.156862745098],[185.294117647059,204.901960784314,237.254901960784],[192.156862745098,207.843137254902,240.196078431373],[176.470588235294,189.21568627451,220.588235294118],[171.56862745098,180.392156862745,212.745098039216],[168.627450980392,185.294117647059,212.745098039216],[146.078431372549,180.392156862745,201.960784313725],[138.235294117647,178.43137254902,196.078431372549],[155.882352941176,192.156862745098,209.803921568627],[184.313725490196,208.823529411765,228.43137254902],[213.725490196078,217.647058823529,244.117647058824],[186.274509803922,183.333333333333,213.725490196078],[164.705882352941,171.56862745098,200],[165.686274509804,181.372549019608,206.862745098039],[169.607843137255,190.196078431373,216.666666666667],[152.941176470588,176.470588235294,201.960784313725],[152.941176470588,176.470588235294,201.960784313725],[163.725490196078,184.313725490196,210.78431372549],[170.588235294118,190.196078431373,214.705882352941],[158.823529411765,174.509803921569,199.019607843137],[204.901960784314,219.607843137255,240.196078431373],[151.960784313725,164.705882352941,183.333333333333],[213.725490196078,224.509803921569,242.156862745098],[209.803921568627,220.588235294118,238.235294117647],[175.490196078431,188.235294117647,206.862745098039],[175.490196078431,190.196078431373,210.78431372549],[178.43137254902,194.117647058824,218.627450980392],[182.352941176471,199.019607843137,226.470588235294],[199.019607843137,219.607843137255,250],[167.647058823529,193.137254901961,227.450980392157],[157.843137254902,192.156862745098,231.372549019608],[160.78431372549,195.098039215686,236.274509803922],[163.725490196078,188.235294117647,227.450980392157],[167.647058823529,193.137254901961,225.490196078431],[169.607843137255,204.901960784314,228.43137254902],[153.921568627451,191.176470588235,213.725490196078],[141.176470588235,174.509803921569,199.019607843137],[147.058823529412,181.372549019608,208.823529411765],[135.294117647059,177.450980392157,208.823529411765],[131.372549019608,180.392156862745,212.745098039216],[117.647058823529,177.450980392157,205.882352941176],[125.490196078431,185.294117647059,212.745098039216],[121.56862745098,175.490196078431,196.078431372549],[102.941176470588,152.941176470588,169.607843137255],[101.960784313725,159.803921568627,165.686274509804],[101.960784313725,163.725490196078,168.627450980392],[99.0196078431373,165.686274509804,174.509803921569],[91.1764705882353,156.862745098039,165.686274509804],[132.352941176471,186.274509803922,189.21568627451],[126.470588235294,178.43137254902,182.352941176471],[107.843137254902,162.745098039216,177.450980392157],[98.0392156862745,150,163.725490196078],[85.2941176470588,134.313725490196,133.333333333333],[134.313725490196,180.392156862745,170.588235294118],[156.862745098039,200,185.294117647059],[200.980392156863,233.333333333333,216.666666666667],[191.176470588235,202.941176470588,181.372549019608],[139.21568627451,139.21568627451,111.764705882353],[163.725490196078,159.803921568627,125.490196078431],[197.058823529412,188.235294117647,148.039215686275],[195.098039215686,178.43137254902,135.294117647059],[174.509803921569,157.843137254902,115.686274509804],[150,137.254901960784,103.921568627451],[200.980392156863,190.196078431373,160.78431372549],[234.313725490196,221.56862745098,187.254901960784],[217.647058823529,205.882352941176,164.705882352941],[107.843137254902,100,53.921568627451],[101.960784313725,95.0980392156863,44.1176470588235],[122.549019607843,110.78431372549,61.7647058823529],[150,132.352941176471,83.3333333333333],[198.039215686275,174.509803921569,127.450980392157],[193.137254901961,161.764705882353,115.686274509804],[173.529411764706,136.274509803922,90.1960784313725],[166.666666666667,123.529411764706,79.4117647058823],[198.039215686275,146.078431372549,102.941176470588],[212.745098039216,159.803921568627,116.666666666667],[190.196078431373,138.235294117647,95.0980392156863],[175.490196078431,122.549019607843,79.4117647058823],[197.058823529412,136.274509803922,98.0392156862745],[182.352941176471,119.607843137255,82.3529411764706],[169.607843137255,111.764705882353,72.5490196078431],[150,93.1372549019608,53.921568627451],[136.274509803922,84.3137254901961,41.1764705882353],[149.019607843137,97.0588235294118,53.921568627451],[156.862745098039,104.901960784314,61.7647058823529],[154.901960784314,101.960784313725,58.8235294117647],[137.254901960784,79.4117647058823,38.2352941176471],[133.333333333333,72.5490196078431,34.3137254901961],[133.333333333333,72.5490196078431,34.3137254901961],[136.274509803922,77.4509803921569,41.1764705882353],[129.411764705882,72.5490196078431,36.2745098039216],[118.627450980392,65.6862745098039,30.3921568627451],[120.588235294118,71.5686274509804,37.2549019607843],[123.529411764706,78.4313725490196,45.0980392156863],[114.705882352941,70.5882352941177,38.2352941176471],[104.901960784314,64.7058823529412,35.2941176470588],[57.843137254902,18.6274509803922,0],[55.8823529411765,21.5686274509804,1.96078431372549],[32.3529411764706,3.92156862745098,0],[22.5490196078431,0,0],[16.6666666666667,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[66.6666666666667,66.6666666666667,68.6274509803922],[178.43137254902,178.43137254902,178.43137254902],[138.235294117647,138.235294117647,138.235294117647],[31.3725490196078,31.3725490196078,29.4117647058824],[10.7843137254902,11.7647058823529,6.86274509803922],[18.6274509803922,17.6470588235294,12.7450980392157],[18.6274509803922,15.6862745098039,6.86274509803922],[28.4313725490196,24.5098039215686,12.7450980392157],[56.8627450980392,51.9607843137255,33.3333333333333],[66.6666666666667,60.7843137254902,37.2549019607843],[73.5294117647059,63.7254901960784,37.2549019607843],[86.2745098039216,77.4509803921569,45.0980392156863],[55.8823529411765,48.0392156862745,12.7450980392157],[80.3921568627451,72.5490196078431,36.2745098039216],[120.588235294118,112.745098039216,74.5098039215686],[90.1960784313725,82.3529411764706,44.1176470588235],[58.8235294117647,50.9803921568627,12.7450980392157],[43.1372549019608,35.2941176470588,0],[49.0196078431373,40.1960784313726,0],[78.4313725490196,69.6078431372549,31.3725490196078],[112.745098039216,102.941176470588,68.6274509803922],[111.764705882353,100.980392156863,69.6078431372549],[88.2352941176471,79.4117647058823,49.0196078431373],[33.3333333333333,24.5098039215686,0],[89.2156862745098,84.3137254901961,47.0588235294118],[83.3333333333333,78.4313725490196,39.2156862745098],[57.843137254902,50,13.7254901960784],[109.803921568627,103.921568627451,72.5490196078431],[96.078431372549,92.156862745098,67.6470588235294],[42.156862745098,41.1764705882353,21.5686274509804],[102.941176470588,105.882352941176,85.2941176470588],[70.5882352941177,75.4901960784314,52.9411764705882],[118.627450980392,129.411764705882,100],[201.960784313725,212.745098039216,179.411764705882],[78.4313725490196,90.1960784313725,50.9803921568627],[54.9019607843137,65.6862745098039,23.5294117647059],[74.5098039215686,86.2745098039216,41.1764705882353],[120.588235294118,132.352941176471,93.1372549019608],[55.8823529411765,65.6862745098039,39.2156862745098],[71.5686274509804,83.3333333333333,61.7647058823529],[82.3529411764706,95.0980392156863,77.4509803921569],[132.352941176471,149.019607843137,131.372549019608],[86.2745098039216,110.78431372549,90.1960784313725],[94.1176470588235,120.588235294118,101.960784313725],[110.78431372549,131.372549019608,114.705882352941],[144.117647058824,164.705882352941,148.039215686275],[174.509803921569,200.980392156863,184.313725490196],[132.352941176471,159.803921568627,145.098039215686],[141.176470588235,164.705882352941,151.960784313725],[160.78431372549,181.372549019608,172.549019607843],[185.294117647059,210.78431372549,201.960784313725],[226.470588235294,250,250],[185.294117647059,223.529411764706,220.588235294118],[135.294117647059,174.509803921569,176.470588235294],[209.803921568627,243.137254901961,250],[182.352941176471,217.647058823529,231.372549019608],[136.274509803922,178.43137254902,194.117647058824],[138.235294117647,176.470588235294,191.176470588235],[150,172.549019607843,186.274509803922],[154.901960784314,172.549019607843,186.274509803922],[155.882352941176,174.509803921569,188.235294117647],[161.764705882353,183.333333333333,196.078431372549],[205.882352941176,227.450980392157,240.196078431373],[220.588235294118,239.21568627451,250],[167.647058823529,183.333333333333,198.039215686275],[171.56862745098,183.333333333333,199.019607843137],[186.274509803922,194.117647058824,212.745098039216],[195.098039215686,205.882352941176,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[161.764705882353,183.333333333333,203.921568627451],[154.901960784314,185.294117647059,205.882352941176],[136.274509803922,171.56862745098,193.137254901961],[123.529411764706,164.705882352941,186.274509803922],[135.294117647059,179.411764705882,201.960784313725],[143.137254901961,186.274509803922,212.745098039216],[124.509803921569,164.705882352941,192.156862745098],[124.509803921569,159.803921568627,191.176470588235],[139.21568627451,171.56862745098,203.921568627451],[159.803921568627,185.294117647059,221.56862745098],[187.254901960784,209.803921568627,250],[192.156862745098,213.725490196078,250],[167.647058823529,189.21568627451,229.411764705882],[161.764705882353,184.313725490196,224.509803921569],[162.745098039216,186.274509803922,223.529411764706],[152.941176470588,176.470588235294,213.725490196078],[171.56862745098,193.137254901961,231.372549019608],[179.411764705882,198.039215686275,237.254901960784],[178.43137254902,196.078431372549,235.294117647059],[195.098039215686,209.803921568627,250],[184.313725490196,199.019607843137,241.176470588235],[184.313725490196,202.941176470588,245.098039215686],[180.392156862745,200.980392156863,243.137254901961],[178.43137254902,200.980392156863,241.176470588235],[172.549019607843,198.039215686275,234.313725490196],[162.745098039216,192.156862745098,225.490196078431],[168.627450980392,192.156862745098,227.450980392157],[183.333333333333,195.098039215686,234.313725490196],[187.254901960784,200.980392156863,239.21568627451],[146.078431372549,180.392156862745,211.764705882353],[138.235294117647,183.333333333333,208.823529411765],[118.627450980392,165.686274509804,188.235294117647],[141.176470588235,172.549019607843,197.058823529412],[209.803921568627,203.921568627451,237.254901960784],[221.56862745098,207.843137254902,240.196078431373],[170.588235294118,178.43137254902,200.980392156863],[166.666666666667,181.372549019608,200],[191.176470588235,201.960784313725,221.56862745098],[182.352941176471,193.137254901961,214.705882352941],[161.764705882353,171.56862745098,196.078431372549],[180.392156862745,192.156862745098,217.647058823529],[177.450980392157,191.176470588235,217.647058823529],[172.549019607843,186.274509803922,211.764705882353],[166.666666666667,178.43137254902,200],[156.862745098039,169.607843137255,186.274509803922],[193.137254901961,204.901960784314,216.666666666667],[215.686274509804,228.43137254902,237.254901960784],[160.78431372549,173.529411764706,181.372549019608],[186.274509803922,200,210.78431372549],[201.960784313725,217.647058823529,233.333333333333],[164.705882352941,182.352941176471,203.921568627451],[193.137254901961,212.745098039216,239.21568627451],[194.117647058824,213.725490196078,246.078431372549],[179.411764705882,201.960784313725,242.156862745098],[159.803921568627,182.352941176471,222.549019607843],[166.666666666667,189.21568627451,222.549019607843],[179.411764705882,203.921568627451,233.333333333333],[172.549019607843,201.960784313725,225.490196078431],[148.039215686275,182.352941176471,201.960784313725],[131.372549019608,168.627450980392,191.176470588235],[136.274509803922,177.450980392157,201.960784313725],[129.411764705882,177.450980392157,206.862745098039],[128.43137254902,182.352941176471,211.764705882353],[114.705882352941,173.529411764706,200.980392156863],[115.686274509804,174.509803921569,198.039215686275],[122.549019607843,178.43137254902,195.098039215686],[106.862745098039,162.745098039216,171.56862745098],[121.56862745098,178.43137254902,179.411764705882],[110.78431372549,169.607843137255,169.607843137255],[107.843137254902,169.607843137255,174.509803921569],[93.1372549019608,155.882352941176,157.843137254902],[126.470588235294,181.372549019608,178.43137254902],[95.0980392156863,150,147.058823529412],[124.509803921569,184.313725490196,187.254901960784],[105.882352941176,165.686274509804,166.666666666667],[86.2745098039216,144.117647058824,138.235294117647],[153.921568627451,200.980392156863,189.21568627451],[203.921568627451,236.274509803922,215.686274509804],[167.647058823529,187.254901960784,162.745098039216],[140.196078431373,148.039215686275,124.509803921569],[159.803921568627,159.803921568627,136.274509803922],[190.196078431373,188.235294117647,165.686274509804],[189.21568627451,179.411764705882,152.941176470588],[168.627450980392,146.078431372549,114.705882352941],[163.725490196078,144.117647058824,107.843137254902],[216.666666666667,211.764705882353,170.588235294118],[210.78431372549,209.803921568627,164.705882352941],[204.901960784314,192.156862745098,148.039215686275],[193.137254901961,179.411764705882,133.333333333333],[181.372549019608,173.529411764706,125.490196078431],[186.274509803922,178.43137254902,132.352941176471],[142.156862745098,127.450980392157,89.2156862745098],[194.117647058824,174.509803921569,140.196078431373],[203.921568627451,178.43137254902,146.078431372549],[200,166.666666666667,132.352941176471],[249.019607843137,210.78431372549,172.549019607843],[247.058823529412,200.980392156863,159.803921568627],[250,194.117647058824,154.901960784314],[221.56862745098,158.823529411765,121.56862745098],[200.980392156863,147.058823529412,108.823529411765],[206.862745098039,152.941176470588,114.705882352941],[174.509803921569,107.843137254902,69.6078431372549],[187.254901960784,119.607843137255,79.4117647058823],[198.039215686275,134.313725490196,93.1372549019608],[184.313725490196,124.509803921569,81.3725490196078],[164.705882352941,106.862745098039,63.7254901960784],[141.176470588235,84.3137254901961,39.2156862745098],[183.333333333333,121.56862745098,78.4313725490196],[195.098039215686,129.411764705882,85.2941176470588],[161.764705882353,90.1960784313725,48.0392156862745],[153.921568627451,80.3921568627451,39.2156862745098],[150.980392156863,77.4509803921569,39.2156862745098],[164.705882352941,94.1176470588235,56.8627450980392],[146.078431372549,83.3333333333333,48.0392156862745],[115.686274509804,60.7843137254902,26.4705882352941],[117.647058823529,68.6274509803922,36.2745098039216],[115.686274509804,72.5490196078431,44.1176470588235],[85.2941176470588,48.0392156862745,27.4509803921569],[65.6862745098039,33.3333333333333,16.6666666666667],[46.078431372549,18.6274509803922,4.90196078431373],[35.2941176470588,11.7647058823529,1.96078431372549],[24.5098039215686,5.88235294117647,0],[11.7647058823529,0,0],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[16.6666666666667,18.6274509803922,17.6470588235294],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,0],[14.7058823529412,13.7254901960784,11.7647058823529],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[28.4313725490196,28.4313725490196,26.4705882352941],[47.0588235294118,47.0588235294118,47.0588235294118],[18.6274509803922,18.6274509803922,16.6666666666667],[11.7647058823529,11.7647058823529,9.80392156862745],[26.4705882352941,25.4901960784314,21.5686274509804],[51.9607843137255,51.9607843137255,44.1176470588235],[40.1960784313726,40.1960784313726,30.3921568627451],[28.4313725490196,29.4117647058824,15.6862745098039],[22.5490196078431,19.6078431372549,0.980392156862745],[97.0588235294118,89.2156862745098,66.6666666666667],[69.6078431372549,57.843137254902,32.3529411764706],[40.1960784313726,29.4117647058824,0],[84.3137254901961,74.5098039215686,40.1960784313726],[77.4509803921569,68.6274509803922,30.3921568627451],[53.921568627451,42.156862745098,2.94117647058824],[69.6078431372549,60.7843137254902,20.5882352941176],[76.4705882352941,67.6470588235294,27.4509803921569],[56.8627450980392,49.0196078431373,10.7843137254902],[92.156862745098,84.3137254901961,48.0392156862745],[121.56862745098,116.666666666667,79.4117647058823],[129.411764705882,125.490196078431,89.2156862745098],[101.960784313725,100,61.7647058823529],[65.6862745098039,66.6666666666667,27.4509803921569],[97.0588235294118,98.0392156862745,56.8627450980392],[89.2156862745098,87.2549019607843,49.0196078431373],[103.921568627451,98.0392156862745,64.7058823529412],[83.3333333333333,76.4705882352941,48.0392156862745],[77.4509803921569,73.5294117647059,47.0588235294118],[80.3921568627451,80.3921568627451,56.8627450980392],[100.980392156863,105.882352941176,83.3333333333333],[100.980392156863,108.823529411765,85.2941176470588],[198.039215686275,210.78431372549,181.372549019608],[221.56862745098,235.294117647059,200],[95.0980392156863,109.803921568627,67.6470588235294],[69.6078431372549,82.3529411764706,37.2549019607843],[118.627450980392,132.352941176471,84.3137254901961],[190.196078431373,202.941176470588,159.803921568627],[234.313725490196,246.078431372549,210.78431372549],[210.78431372549,223.529411764706,194.117647058824],[182.352941176471,194.117647058824,172.549019607843],[134.313725490196,150.980392156863,133.333333333333],[74.5098039215686,100.980392156863,86.2745098039216],[102.941176470588,132.352941176471,120.588235294118],[102.941176470588,126.470588235294,113.725490196078],[133.333333333333,156.862745098039,144.117647058824],[175.490196078431,205.882352941176,191.176470588235],[182.352941176471,212.745098039216,198.039215686275],[196.078431372549,221.56862745098,210.78431372549],[160.78431372549,183.333333333333,175.490196078431],[166.666666666667,191.176470588235,185.294117647059],[175.490196078431,203.921568627451,200],[199.019607843137,234.313725490196,232.352941176471],[118.627450980392,152.941176470588,154.901960784314],[125.490196078431,154.901960784314,162.745098039216],[137.254901960784,168.627450980392,179.411764705882],[117.647058823529,156.862745098039,166.666666666667],[134.313725490196,169.607843137255,181.372549019608],[170.588235294118,194.117647058824,205.882352941176],[155.882352941176,173.529411764706,185.294117647059],[181.372549019608,199.019607843137,212.745098039216],[186.274509803922,204.901960784314,218.627450980392],[203.921568627451,222.549019607843,236.274509803922],[228.43137254902,246.078431372549,250],[192.156862745098,204.901960784314,221.56862745098],[178.43137254902,189.21568627451,206.862745098039],[184.313725490196,192.156862745098,212.745098039216],[174.509803921569,182.352941176471,204.901960784314],[180.392156862745,190.196078431373,214.705882352941],[185.294117647059,200,222.549019607843],[191.176470588235,208.823529411765,232.352941176471],[198.039215686275,222.549019607843,244.117647058824],[180.392156862745,210.78431372549,231.372549019608],[150,184.313725490196,205.882352941176],[161.764705882353,195.098039215686,221.56862745098],[172.549019607843,202.941176470588,231.372549019608],[183.333333333333,209.803921568627,239.21568627451],[180.392156862745,200,232.352941176471],[182.352941176471,198.039215686275,233.333333333333],[203.921568627451,217.647058823529,250],[201.960784313725,215.686274509804,250],[169.607843137255,184.313725490196,222.549019607843],[154.901960784314,172.549019607843,209.803921568627],[176.470588235294,196.078431372549,232.352941176471],[179.411764705882,200.980392156863,237.254901960784],[188.235294117647,206.862745098039,246.078431372549],[180.392156862745,198.039215686275,237.254901960784],[177.450980392157,190.196078431373,231.372549019608],[196.078431372549,204.901960784314,247.058823529412],[183.333333333333,195.098039215686,236.274509803922],[184.313725490196,202.941176470588,245.098039215686],[179.411764705882,203.921568627451,244.117647058824],[175.490196078431,200,240.196078431373],[165.686274509804,195.098039215686,232.352941176471],[158.823529411765,194.117647058824,229.411764705882],[170.588235294118,201.960784313725,239.21568627451],[194.117647058824,206.862745098039,250],[196.078431372549,208.823529411765,250],[153.921568627451,188.235294117647,225.490196078431],[138.235294117647,186.274509803922,217.647058823529],[125.490196078431,178.43137254902,203.921568627451],[159.803921568627,193.137254901961,220.588235294118],[193.137254901961,183.333333333333,219.607843137255],[227.450980392157,210.78431372549,244.117647058824],[193.137254901961,199.019607843137,220.588235294118],[185.294117647059,198.039215686275,213.725490196078],[205.882352941176,211.764705882353,227.450980392157],[196.078431372549,199.019607843137,217.647058823529],[191.176470588235,196.078431372549,217.647058823529],[196.078431372549,202.941176470588,228.43137254902],[204.901960784314,213.725490196078,242.156862745098],[197.058823529412,208.823529411765,234.313725490196],[149.019607843137,160.78431372549,182.352941176471],[166.666666666667,178.43137254902,194.117647058824],[175.490196078431,188.235294117647,196.078431372549],[197.058823529412,210.78431372549,213.725490196078],[193.137254901961,206.862745098039,207.843137254902],[212.745098039216,225.490196078431,231.372549019608],[192.156862745098,208.823529411765,218.627450980392],[151.960784313725,168.627450980392,186.274509803922],[175.490196078431,193.137254901961,216.666666666667],[192.156862745098,208.823529411765,238.235294117647],[176.470588235294,192.156862745098,227.450980392157],[159.803921568627,175.490196078431,210.78431372549],[167.647058823529,183.333333333333,215.686274509804],[175.490196078431,195.098039215686,221.56862745098],[162.745098039216,187.254901960784,208.823529411765],[153.921568627451,181.372549019608,201.960784313725],[145.098039215686,179.411764705882,200.980392156863],[137.254901960784,176.470588235294,200.980392156863],[137.254901960784,181.372549019608,209.803921568627],[147.058823529412,197.058823529412,225.490196078431],[118.627450980392,171.56862745098,199.019607843137],[117.647058823529,172.549019607843,195.098039215686],[155.882352941176,212.745098039216,226.470588235294],[140.196078431373,196.078431372549,202.941176470588],[147.058823529412,204.901960784314,202.941176470588],[162.745098039216,220.588235294118,216.666666666667],[131.372549019608,188.235294117647,189.21568627451],[141.176470588235,196.078431372549,195.098039215686],[127.450980392157,179.411764705882,171.56862745098],[149.019607843137,200.980392156863,191.176470588235],[137.254901960784,196.078431372549,188.235294117647],[109.803921568627,167.647058823529,161.764705882353],[120.588235294118,175.490196078431,166.666666666667],[146.078431372549,187.254901960784,173.529411764706],[176.470588235294,198.039215686275,175.490196078431],[167.647058823529,176.470588235294,148.039215686275],[164.705882352941,164.705882352941,137.254901960784],[183.333333333333,179.411764705882,152.941176470588],[209.803921568627,204.901960784314,183.333333333333],[185.294117647059,177.450980392157,154.901960784314],[187.254901960784,172.549019607843,144.117647058824],[188.235294117647,175.490196078431,141.176470588235],[208.823529411765,211.764705882353,167.647058823529],[177.450980392157,184.313725490196,134.313725490196],[162.745098039216,155.882352941176,104.901960784314],[126.470588235294,113.725490196078,62.7450980392157],[207.843137254902,196.078431372549,147.058823529412],[205.882352941176,193.137254901961,150],[189.21568627451,170.588235294118,138.235294117647],[202.941176470588,180.392156862745,150],[210.78431372549,181.372549019608,153.921568627451],[179.411764705882,145.098039215686,115.686274509804],[194.117647058824,151.960784313725,117.647058823529],[250,203.921568627451,164.705882352941],[227.450980392157,166.666666666667,130.392156862745],[177.450980392157,116.666666666667,80.3921568627451],[163.725490196078,111.764705882353,78.4313725490196],[181.372549019608,130.392156862745,94.1176470588235],[212.745098039216,150,112.745098039216],[176.470588235294,108.823529411765,68.6274509803922],[184.313725490196,118.627450980392,77.4509803921569],[171.56862745098,107.843137254902,66.6666666666667],[187.254901960784,123.529411764706,82.3529411764706],[184.313725490196,118.627450980392,76.4705882352941],[160.78431372549,94.1176470588235,50],[149.019607843137,77.4509803921569,35.2941176470588],[170.588235294118,95.0980392156863,51.9607843137255],[181.372549019608,103.921568627451,61.7647058823529],[167.647058823529,91.1764705882353,52.9411764705882],[160.78431372549,90.1960784313725,52.9411764705882],[149.019607843137,86.2745098039216,50.9803921568627],[121.56862745098,63.7254901960784,32.3529411764706],[96.078431372549,46.078431372549,15.6862745098039],[72.5490196078431,29.4117647058824,4.90196078431373],[64.7058823529412,29.4117647058824,13.7254901960784],[46.078431372549,18.6274509803922,7.84313725490196],[27.4509803921569,4.90196078431373,0],[17.6470588235294,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[25.4901960784314,27.4509803921569,26.4705882352941],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[16.6666666666667,16.6666666666667,14.7058823529412],[10.7843137254902,9.80392156862745,7.84313725490196],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,26.4705882352941],[27.4509803921569,26.4705882352941,21.5686274509804],[44.1176470588235,41.1764705882353,32.3529411764706],[45.0980392156863,41.1764705882353,30.3921568627451],[46.078431372549,43.1372549019608,28.4313725490196],[18.6274509803922,11.7647058823529,0],[42.156862745098,26.4705882352941,10.7843137254902],[54.9019607843137,37.2549019607843,17.6470588235294],[50.9803921568627,33.3333333333333,9.80392156862745],[60.7843137254902,44.1176470588235,14.7058823529412],[65.6862745098039,50,14.7058823529412],[60.7843137254902,48.0392156862745,6.86274509803922],[92.156862745098,81.3725490196078,37.2549019607843],[78.4313725490196,70.5882352941177,25.4901960784314],[74.5098039215686,67.6470588235294,24.5098039215686],[90.1960784313725,87.2549019607843,45.0980392156863],[125.490196078431,126.470588235294,87.2549019607843],[171.56862745098,173.529411764706,135.294117647059],[114.705882352941,120.588235294118,83.3333333333333],[100.980392156863,108.823529411765,72.5490196078431],[147.058823529412,156.862745098039,120.588235294118],[117.647058823529,125.490196078431,89.2156862745098],[101.960784313725,101.960784313725,66.6666666666667],[114.705882352941,114.705882352941,81.3725490196078],[106.862745098039,106.862745098039,79.4117647058823],[89.2156862745098,93.1372549019608,68.6274509803922],[90.1960784313725,98.0392156862745,77.4509803921569],[83.3333333333333,95.0980392156863,73.5294117647059],[110.78431372549,122.549019607843,99.0196078431373],[108.823529411765,121.56862745098,94.1176470588235],[129.411764705882,143.137254901961,108.823529411765],[79.4117647058823,94.1176470588235,55.8823529411765],[148.039215686275,162.745098039216,122.549019607843],[146.078431372549,160.78431372549,122.549019607843],[123.529411764706,139.21568627451,103.921568627451],[140.196078431373,155.882352941176,127.450980392157],[158.823529411765,176.470588235294,152.941176470588],[129.411764705882,150,131.372549019608],[111.764705882353,137.254901960784,126.470588235294],[86.2745098039216,112.745098039216,105.882352941176],[100.980392156863,125.490196078431,119.607843137255],[95.0980392156863,119.607843137255,113.725490196078],[107.843137254902,132.352941176471,126.470588235294],[204.901960784314,227.450980392157,221.56862745098],[218.627450980392,241.176470588235,235.294117647059],[157.843137254902,178.43137254902,173.529411764706],[168.627450980392,190.196078431373,187.254901960784],[175.490196078431,197.058823529412,195.098039215686],[200.980392156863,221.56862745098,222.549019607843],[177.450980392157,200.980392156863,202.941176470588],[164.705882352941,187.254901960784,193.137254901961],[150.980392156863,175.490196078431,182.352941176471],[195.098039215686,218.627450980392,228.43137254902],[230.392156862745,250,250],[224.509803921569,250,250],[203.921568627451,225.490196078431,238.235294117647],[207.843137254902,220.588235294118,236.274509803922],[241.176470588235,248.039215686275,250],[200.980392156863,203.921568627451,222.549019607843],[221.56862745098,222.549019607843,242.156862745098],[166.666666666667,168.627450980392,189.21568627451],[185.294117647059,190.196078431373,211.764705882353],[196.078431372549,201.960784313725,225.490196078431],[174.509803921569,182.352941176471,204.901960784314],[175.490196078431,182.352941176471,207.843137254902],[200.980392156863,207.843137254902,235.294117647059],[237.254901960784,244.117647058824,250],[228.43137254902,237.254901960784,250],[185.294117647059,199.019607843137,227.450980392157],[184.313725490196,197.058823529412,228.43137254902],[211.764705882353,224.509803921569,250],[203.921568627451,215.686274509804,250],[200,207.843137254902,246.078431372549],[195.098039215686,202.941176470588,241.176470588235],[189.21568627451,196.078431372549,237.254901960784],[189.21568627451,196.078431372549,237.254901960784],[184.313725490196,196.078431372549,237.254901960784],[173.529411764706,188.235294117647,228.43137254902],[155.882352941176,177.450980392157,215.686274509804],[190.196078431373,212.745098039216,250],[201.960784313725,226.470588235294,250],[196.078431372549,218.627450980392,250],[177.450980392157,196.078431372549,237.254901960784],[178.43137254902,193.137254901961,235.294117647059],[201.960784313725,212.745098039216,250],[196.078431372549,208.823529411765,250],[172.549019607843,193.137254901961,237.254901960784],[170.588235294118,197.058823529412,239.21568627451],[167.647058823529,194.117647058824,236.274509803922],[160.78431372549,189.21568627451,228.43137254902],[155.882352941176,190.196078431373,227.450980392157],[170.588235294118,201.960784313725,240.196078431373],[193.137254901961,204.901960784314,250],[192.156862745098,205.882352941176,250],[159.803921568627,192.156862745098,232.352941176471],[159.803921568627,204.901960784314,238.235294117647],[140.196078431373,190.196078431373,218.627450980392],[161.764705882353,192.156862745098,222.549019607843],[166.666666666667,155.882352941176,195.098039215686],[230.392156862745,210.78431372549,247.058823529412],[206.862745098039,210.78431372549,235.294117647059],[195.098039215686,205.882352941176,223.529411764706],[198.039215686275,203.921568627451,219.607843137255],[194.117647058824,197.058823529412,213.725490196078],[179.411764705882,184.313725490196,203.921568627451],[188.235294117647,196.078431372549,218.627450980392],[189.21568627451,199.019607843137,223.529411764706],[206.862745098039,216.666666666667,241.176470588235],[192.156862745098,202.941176470588,222.549019607843],[160.78431372549,172.549019607843,186.274509803922],[144.117647058824,153.921568627451,162.745098039216],[191.176470588235,200,204.901960784314],[234.313725490196,244.117647058824,246.078431372549],[224.509803921569,235.294117647059,241.176470588235],[191.176470588235,202.941176470588,214.705882352941],[181.372549019608,194.117647058824,212.745098039216],[178.43137254902,192.156862745098,217.647058823529],[167.647058823529,182.352941176471,212.745098039216],[177.450980392157,192.156862745098,224.509803921569],[181.372549019608,194.117647058824,227.450980392157],[191.176470588235,204.901960784314,233.333333333333],[195.098039215686,208.823529411765,234.313725490196],[189.21568627451,203.921568627451,224.509803921569],[181.372549019608,199.019607843137,220.588235294118],[167.647058823529,189.21568627451,212.745098039216],[149.019607843137,175.490196078431,201.960784313725],[154.901960784314,187.254901960784,217.647058823529],[151.960784313725,190.196078431373,222.549019607843],[113.725490196078,157.843137254902,188.235294117647],[114.705882352941,163.725490196078,188.235294117647],[170.588235294118,222.549019607843,238.235294117647],[163.725490196078,219.607843137255,226.470588235294],[151.960784313725,209.803921568627,207.843137254902],[149.019607843137,202.941176470588,200],[173.529411764706,222.549019607843,223.529411764706],[176.470588235294,219.607843137255,218.627450980392],[167.647058823529,208.823529411765,199.019607843137],[169.607843137255,210.78431372549,197.058823529412],[152.941176470588,196.078431372549,183.333333333333],[122.549019607843,164.705882352941,154.901960784314],[104.901960784314,144.117647058824,135.294117647059],[121.56862745098,151.960784313725,137.254901960784],[155.882352941176,169.607843137255,147.058823529412],[174.509803921569,174.509803921569,147.058823529412],[177.450980392157,168.627450980392,138.235294117647],[225.490196078431,214.705882352941,183.333333333333],[175.490196078431,168.627450980392,140.196078431373],[110.78431372549,107.843137254902,77.4509803921569],[81.3725490196078,81.3725490196078,48.0392156862745],[125.490196078431,129.411764705882,95.0980392156863],[195.098039215686,205.882352941176,166.666666666667],[181.372549019608,190.196078431373,146.078431372549],[158.823529411765,157.843137254902,110.78431372549],[178.43137254902,168.627450980392,120.588235294118],[157.843137254902,142.156862745098,94.1176470588235],[141.176470588235,122.549019607843,80.3921568627451],[174.509803921569,152.941176470588,116.666666666667],[186.274509803922,160.78431372549,128.43137254902],[152.941176470588,122.549019607843,92.156862745098],[187.254901960784,149.019607843137,116.666666666667],[174.509803921569,127.450980392157,90.1960784313725],[156.862745098039,103.921568627451,66.6666666666667],[125.490196078431,72.5490196078431,35.2941176470588],[128.43137254902,76.4705882352941,43.1372549019608],[128.43137254902,84.3137254901961,53.921568627451],[142.156862745098,96.078431372549,66.6666666666667],[174.509803921569,119.607843137255,83.3333333333333],[172.549019607843,111.764705882353,71.5686274509804],[189.21568627451,126.470588235294,89.2156862745098],[156.862745098039,90.1960784313725,53.921568627451],[156.862745098039,88.2352941176471,52.9411764705882],[178.43137254902,105.882352941176,71.5686274509804],[174.509803921569,100,64.7058823529412],[172.549019607843,99.0196078431373,60.7843137254902],[172.549019607843,100.980392156863,60.7843137254902],[164.705882352941,95.0980392156863,53.921568627451],[139.21568627451,73.5294117647059,32.3529411764706],[130.392156862745,66.6666666666667,29.4117647058824],[133.333333333333,71.5686274509804,37.2549019607843],[128.43137254902,70.5882352941177,41.1764705882353],[109.803921568627,53.921568627451,27.4509803921569],[74.5098039215686,24.5098039215686,3.92156862745098],[47.0588235294118,10.7843137254902,0],[32.3529411764706,4.90196078431373,0],[19.6078431372549,0,0],[13.7254901960784,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[47.0588235294118,45.0980392156863,48.0392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[25.4901960784314,25.4901960784314,23.5294117647059],[26.4705882352941,26.4705882352941,24.5098039215686],[24.5098039215686,23.5294117647059,21.5686274509804],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,24.5098039215686],[10.7843137254902,7.84313725490196,2.94117647058824],[12.7450980392157,8.82352941176471,0],[35.2941176470588,29.4117647058824,17.6470588235294],[53.921568627451,48.0392156862745,32.3529411764706],[36.2745098039216,27.4509803921569,10.7843137254902],[42.156862745098,25.4901960784314,9.80392156862745],[94.1176470588235,71.5686274509804,55.8823529411765],[105.882352941176,84.3137254901961,61.7647058823529],[79.4117647058823,60.7843137254902,31.3725490196078],[89.2156862745098,73.5294117647059,38.2352941176471],[128.43137254902,115.686274509804,74.5098039215686],[121.56862745098,110.78431372549,66.6666666666667],[73.5294117647059,66.6666666666667,21.5686274509804],[69.6078431372549,66.6666666666667,22.5490196078431],[90.1960784313725,89.2156862745098,46.078431372549],[76.4705882352941,78.4313725490196,39.2156862745098],[125.490196078431,131.372549019608,94.1176470588235],[102.941176470588,112.745098039216,76.4705882352941],[39.2156862745098,52.9411764705882,17.6470588235294],[59.8039215686275,75.4901960784314,40.1960784313726],[79.4117647058823,91.1764705882353,55.8823529411765],[38.2352941176471,44.1176470588235,6.86274509803922],[68.6274509803922,72.5490196078431,38.2352941176471],[95.0980392156863,101.960784313725,71.5686274509804],[71.5686274509804,79.4117647058823,55.8823529411765],[62.7450980392157,74.5098039215686,54.9019607843137],[71.5686274509804,84.3137254901961,66.6666666666667],[43.1372549019608,55.8823529411765,36.2745098039216],[47.0588235294118,60.7843137254902,38.2352941176471],[100.980392156863,113.725490196078,86.2745098039216],[101.960784313725,115.686274509804,83.3333333333333],[147.058823529412,162.745098039216,127.450980392157],[200,216.666666666667,181.372549019608],[172.549019607843,191.176470588235,159.803921568627],[84.3137254901961,106.862745098039,78.4313725490196],[93.1372549019608,116.666666666667,91.1764705882353],[133.333333333333,155.882352941176,136.274509803922],[173.529411764706,195.098039215686,183.333333333333],[125.490196078431,146.078431372549,139.21568627451],[69.6078431372549,94.1176470588235,88.2352941176471],[86.2745098039216,110.78431372549,104.901960784314],[89.2156862745098,108.823529411765,106.862745098039],[136.274509803922,154.901960784314,152.941176470588],[183.333333333333,204.901960784314,202.941176470588],[184.313725490196,208.823529411765,205.882352941176],[169.607843137255,193.137254901961,193.137254901961],[156.862745098039,177.450980392157,180.392156862745],[157.843137254902,175.490196078431,179.411764705882],[169.607843137255,188.235294117647,194.117647058824],[188.235294117647,210.78431372549,216.666666666667],[198.039215686275,222.549019607843,229.411764705882],[235.294117647059,250,250],[235.294117647059,250,250],[225.490196078431,249.019607843137,250],[178.43137254902,201.960784313725,213.725490196078],[158.823529411765,174.509803921569,189.21568627451],[233.333333333333,242.156862745098,250],[201.960784313725,206.862745098039,225.490196078431],[216.666666666667,219.607843137255,238.235294117647],[178.43137254902,180.392156862745,200.980392156863],[207.843137254902,213.725490196078,235.294117647059],[212.745098039216,223.529411764706,245.098039215686],[167.647058823529,179.411764705882,200.980392156863],[169.607843137255,184.313725490196,206.862745098039],[176.470588235294,192.156862745098,216.666666666667],[170.588235294118,186.274509803922,211.764705882353],[170.588235294118,185.294117647059,213.725490196078],[164.705882352941,179.411764705882,207.843137254902],[170.588235294118,185.294117647059,215.686274509804],[170.588235294118,186.274509803922,219.607843137255],[155.882352941176,169.607843137255,205.882352941176],[153.921568627451,165.686274509804,202.941176470588],[171.56862745098,183.333333333333,222.549019607843],[185.294117647059,197.058823529412,236.274509803922],[178.43137254902,191.176470588235,232.352941176471],[163.725490196078,178.43137254902,218.627450980392],[153.921568627451,172.549019607843,213.725490196078],[154.901960784314,177.450980392157,217.647058823529],[163.725490196078,191.176470588235,230.392156862745],[162.745098039216,190.196078431373,229.411764705882],[164.705882352941,189.21568627451,229.411764705882],[166.666666666667,189.21568627451,230.392156862745],[178.43137254902,196.078431372549,241.176470588235],[188.235294117647,201.960784313725,248.039215686275],[166.666666666667,183.333333333333,228.43137254902],[161.764705882353,185.294117647059,230.392156862745],[160.78431372549,189.21568627451,232.352941176471],[163.725490196078,192.156862745098,235.294117647059],[161.764705882353,193.137254901961,233.333333333333],[155.882352941176,193.137254901961,231.372549019608],[164.705882352941,196.078431372549,236.274509803922],[182.352941176471,196.078431372549,242.156862745098],[185.294117647059,199.019607843137,245.098039215686],[154.901960784314,187.254901960784,227.450980392157],[150,193.137254901961,229.411764705882],[148.039215686275,196.078431372549,227.450980392157],[206.862745098039,236.274509803922,250],[232.352941176471,221.56862745098,250],[240.196078431373,219.607843137255,250],[190.196078431373,191.176470588235,218.627450980392],[202.941176470588,213.725490196078,231.372549019608],[215.686274509804,222.549019607843,238.235294117647],[199.019607843137,204.901960784314,220.588235294118],[179.411764705882,186.274509803922,204.901960784314],[186.274509803922,194.117647058824,214.705882352941],[147.058823529412,157.843137254902,179.411764705882],[146.078431372549,156.862745098039,178.43137254902],[178.43137254902,189.21568627451,206.862745098039],[178.43137254902,188.235294117647,200],[177.450980392157,186.274509803922,193.137254901961],[172.549019607843,179.411764705882,185.294117647059],[200.980392156863,208.823529411765,211.764705882353],[220.588235294118,229.411764705882,236.274509803922],[209.803921568627,219.607843137255,231.372549019608],[181.372549019608,192.156862745098,209.803921568627],[172.549019607843,184.313725490196,209.803921568627],[202.941176470588,216.666666666667,245.098039215686],[177.450980392157,192.156862745098,220.588235294118],[190.196078431373,204.901960784314,233.333333333333],[187.254901960784,201.960784313725,224.509803921569],[187.254901960784,199.019607843137,220.588235294118],[195.098039215686,205.882352941176,225.490196078431],[194.117647058824,206.862745098039,225.490196078431],[187.254901960784,201.960784313725,224.509803921569],[179.411764705882,199.019607843137,223.529411764706],[182.352941176471,206.862745098039,236.274509803922],[166.666666666667,197.058823529412,227.450980392157],[158.823529411765,197.058823529412,225.490196078431],[132.352941176471,177.450980392157,200],[100,150.980392156863,163.725490196078],[94.1176470588235,150.980392156863,154.901960784314],[123.529411764706,183.333333333333,178.43137254902],[108.823529411765,164.705882352941,157.843137254902],[95.0980392156863,145.098039215686,140.196078431373],[122.549019607843,166.666666666667,161.764705882353],[141.176470588235,181.372549019608,173.529411764706],[114.705882352941,153.921568627451,143.137254901961],[197.058823529412,232.352941176471,222.549019607843],[200,231.372549019608,220.588235294118],[149.019607843137,172.549019607843,159.803921568627],[153.921568627451,170.588235294118,154.901960784314],[155.882352941176,160.78431372549,141.176470588235],[134.313725490196,132.352941176471,107.843137254902],[155.882352941176,149.019607843137,120.588235294118],[159.803921568627,152.941176470588,124.509803921569],[114.705882352941,113.725490196078,83.3333333333333],[54.9019607843137,57.843137254902,27.4509803921569],[87.2549019607843,97.0588235294118,63.7254901960784],[178.43137254902,192.156862745098,157.843137254902],[165.686274509804,181.372549019608,146.078431372549],[189.21568627451,203.921568627451,163.725490196078],[204.901960784314,210.78431372549,165.686274509804],[210.78431372549,204.901960784314,157.843137254902],[200.980392156863,183.333333333333,136.274509803922],[108.823529411765,85.2941176470588,42.156862745098],[186.274509803922,161.764705882353,122.549019607843],[153.921568627451,126.470588235294,90.1960784313725],[131.372549019608,100,62.7450980392157],[131.372549019608,92.156862745098,56.8627450980392],[146.078431372549,95.0980392156863,56.8627450980392],[120.588235294118,67.6470588235294,30.3921568627451],[122.549019607843,75.4901960784314,38.2352941176471],[111.764705882353,69.6078431372549,36.2745098039216],[90.1960784313725,50.9803921568627,25.4901960784314],[107.843137254902,66.6666666666667,42.156862745098],[89.2156862745098,40.1960784313726,5.88235294117647],[130.392156862745,76.4705882352941,38.2352941176471],[155.882352941176,94.1176470588235,59.8039215686275],[169.607843137255,104.901960784314,71.5686274509804],[164.705882352941,93.1372549019608,61.7647058823529],[145.098039215686,71.5686274509804,40.1960784313726],[158.823529411765,84.3137254901961,50.9803921568627],[153.921568627451,81.3725490196078,45.0980392156863],[159.803921568627,92.156862745098,51.9607843137255],[136.274509803922,70.5882352941177,29.4117647058824],[132.352941176471,70.5882352941177,30.3921568627451],[133.333333333333,74.5098039215686,38.2352941176471],[115.686274509804,57.843137254902,24.5098039215686],[113.725490196078,54.9019607843137,27.4509803921569],[117.647058823529,58.8235294117647,35.2941176470588],[92.156862745098,40.1960784313726,22.5490196078431],[51.9607843137255,14.7058823529412,1.96078431372549],[35.2941176470588,7.84313725490196,0],[22.5490196078431,0,0],[16.6666666666667,0,0],[11.7647058823529,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[7.84313725490196,9.80392156862745,8.82352941176471],[104.901960784314,106.862745098039,105.882352941176],[75.4901960784314,77.4509803921569,76.4705882352941],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[50,48.0392156862745,50.9803921568627],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,15.6862745098039,11.7647058823529],[10.7843137254902,9.80392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,6.86274509803922],[19.6078431372549,15.6862745098039,14.7058823529412],[3.92156862745098,0,0],[26.4705882352941,22.5490196078431,19.6078431372549],[16.6666666666667,11.7647058823529,5.88235294117647],[23.5294117647059,16.6666666666667,6.86274509803922],[29.4117647058824,21.5686274509804,8.82352941176471],[44.1176470588235,37.2549019607843,19.6078431372549],[91.1764705882353,80.3921568627451,60.7843137254902],[51.9607843137255,34.3137254901961,14.7058823529412],[60.7843137254902,40.1960784313726,19.6078431372549],[88.2352941176471,68.6274509803922,44.1176470588235],[87.2549019607843,70.5882352941177,41.1764705882353],[86.2745098039216,72.5490196078431,38.2352941176471],[137.254901960784,125.490196078431,86.2745098039216],[91.1764705882353,82.3529411764706,42.156862745098],[43.1372549019608,36.2745098039216,0],[53.921568627451,50.9803921568627,10.7843137254902],[102.941176470588,102.941176470588,65.6862745098039],[65.6862745098039,69.6078431372549,33.3333333333333],[33.3333333333333,41.1764705882353,4.90196078431373],[90.1960784313725,100,65.6862745098039],[98.0392156862745,108.823529411765,75.4901960784314],[64.7058823529412,78.4313725490196,44.1176470588235],[52.9411764705882,66.6666666666667,31.3725490196078],[85.2941176470588,95.0980392156863,58.8235294117647],[70.5882352941177,80.3921568627451,44.1176470588235],[120.588235294118,131.372549019608,100],[99.0196078431373,111.764705882353,86.2745098039216],[46.078431372549,58.8235294117647,39.2156862745098],[110.78431372549,123.529411764706,106.862745098039],[110.78431372549,123.529411764706,106.862745098039],[44.1176470588235,56.8627450980392,39.2156862745098],[55.8823529411765,69.6078431372549,47.0588235294118],[95.0980392156863,108.823529411765,83.3333333333333],[168.627450980392,184.313725490196,155.882352941176],[162.745098039216,181.372549019608,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[81.3725490196078,109.803921568627,82.3529411764706],[100.980392156863,130.392156862745,106.862745098039],[144.117647058824,171.56862745098,150],[199.019607843137,214.705882352941,201.960784313725],[190.196078431373,205.882352941176,195.098039215686],[73.5294117647059,97.0588235294118,84.3137254901961],[87.2549019607843,109.803921568627,101.960784313725],[168.627450980392,183.333333333333,180.392156862745],[166.666666666667,182.352941176471,182.352941176471],[132.352941176471,155.882352941176,155.882352941176],[159.803921568627,189.21568627451,191.176470588235],[144.117647058824,174.509803921569,177.450980392157],[119.607843137255,146.078431372549,154.901960784314],[201.960784313725,221.56862745098,232.352941176471],[168.627450980392,190.196078431373,202.941176470588],[112.745098039216,142.156862745098,151.960784313725],[134.313725490196,165.686274509804,176.470588235294],[163.725490196078,186.274509803922,200],[221.56862745098,240.196078431373,250],[233.333333333333,250,250],[177.450980392157,199.019607843137,209.803921568627],[144.117647058824,170.588235294118,179.411764705882],[155.882352941176,182.352941176471,191.176470588235],[155.882352941176,179.411764705882,191.176470588235],[153.921568627451,175.490196078431,188.235294117647],[191.176470588235,207.843137254902,223.529411764706],[205.882352941176,220.588235294118,239.21568627451],[197.058823529412,213.725490196078,233.333333333333],[171.56862745098,192.156862745098,212.745098039216],[165.686274509804,193.137254901961,213.725490196078],[149.019607843137,183.333333333333,201.960784313725],[146.078431372549,183.333333333333,201.960784313725],[171.56862745098,211.764705882353,231.372549019608],[167.647058823529,204.901960784314,227.450980392157],[138.235294117647,174.509803921569,200],[125.490196078431,165.686274509804,193.137254901961],[129.411764705882,169.607843137255,199.019607843137],[137.254901960784,172.549019607843,203.921568627451],[150,182.352941176471,216.666666666667],[171.56862745098,199.019607843137,235.294117647059],[182.352941176471,206.862745098039,246.078431372549],[168.627450980392,191.176470588235,231.372549019608],[144.117647058824,168.627450980392,208.823529411765],[149.019607843137,176.470588235294,215.686274509804],[152.941176470588,181.372549019608,222.549019607843],[158.823529411765,187.254901960784,228.43137254902],[166.666666666667,193.137254901961,237.254901960784],[170.588235294118,194.117647058824,239.21568627451],[174.509803921569,196.078431372549,242.156862745098],[177.450980392157,197.058823529412,246.078431372549],[163.725490196078,185.294117647059,233.333333333333],[158.823529411765,186.274509803922,233.333333333333],[155.882352941176,186.274509803922,232.352941176471],[162.745098039216,193.137254901961,239.21568627451],[168.627450980392,200.980392156863,245.098039215686],[161.764705882353,198.039215686275,241.176470588235],[161.764705882353,192.156862745098,235.294117647059],[177.450980392157,193.137254901961,241.176470588235],[185.294117647059,200.980392156863,250],[160.78431372549,193.137254901961,237.254901960784],[146.078431372549,189.21568627451,227.450980392157],[140.196078431373,185.294117647059,218.627450980392],[185.294117647059,212.745098039216,249.019607843137],[238.235294117647,229.411764705882,250],[242.156862745098,224.509803921569,250],[203.921568627451,202.941176470588,233.333333333333],[217.647058823529,225.490196078431,248.039215686275],[242.156862745098,250,250],[215.686274509804,224.509803921569,239.21568627451],[199.019607843137,206.862745098039,225.490196078431],[185.294117647059,196.078431372549,215.686274509804],[182.352941176471,193.137254901961,214.705882352941],[197.058823529412,207.843137254902,227.450980392157],[169.607843137255,181.372549019608,197.058823529412],[168.627450980392,178.43137254902,190.196078431373],[207.843137254902,214.705882352941,222.549019607843],[231.372549019608,236.274509803922,242.156862745098],[224.509803921569,229.411764705882,233.333333333333],[202.941176470588,206.862745098039,215.686274509804],[197.058823529412,202.941176470588,216.666666666667],[186.274509803922,193.137254901961,211.764705882353],[175.490196078431,185.294117647059,209.803921568627],[190.196078431373,203.921568627451,229.411764705882],[184.313725490196,205.882352941176,228.43137254902],[188.235294117647,209.803921568627,230.392156862745],[176.470588235294,197.058823529412,213.725490196078],[178.43137254902,195.098039215686,210.78431372549],[184.313725490196,197.058823529412,212.745098039216],[182.352941176471,193.137254901961,210.78431372549],[184.313725490196,197.058823529412,215.686274509804],[176.470588235294,192.156862745098,214.705882352941],[150.980392156863,171.56862745098,198.039215686275],[160.78431372549,190.196078431373,215.686274509804],[136.274509803922,173.529411764706,196.078431372549],[99.0196078431373,145.098039215686,162.745098039216],[100.980392156863,154.901960784314,161.764705882353],[76.4705882352941,135.294117647059,135.294117647059],[76.4705882352941,138.235294117647,129.411764705882],[99.0196078431373,161.764705882353,148.039215686275],[89.2156862745098,146.078431372549,134.313725490196],[141.176470588235,193.137254901961,185.294117647059],[144.117647058824,195.098039215686,193.137254901961],[77.4509803921569,122.549019607843,122.549019607843],[106.862745098039,140.196078431373,141.176470588235],[200,219.607843137255,217.647058823529],[246.078431372549,250,243.137254901961],[167.647058823529,168.627450980392,152.941176470588],[146.078431372549,145.098039215686,125.490196078431],[151.960784313725,153.921568627451,132.352941176471],[218.627450980392,223.529411764706,201.960784313725],[136.274509803922,146.078431372549,122.549019607843],[61.7647058823529,73.5294117647059,50],[61.7647058823529,74.5098039215686,49.0196078431373],[72.5490196078431,85.2941176470588,59.8039215686275],[68.6274509803922,82.3529411764706,56.8627450980392],[84.3137254901961,102.941176470588,73.5294117647059],[181.372549019608,197.058823529412,161.764705882353],[145.098039215686,155.882352941176,113.725490196078],[164.705882352941,162.745098039216,115.686274509804],[234.313725490196,211.764705882353,168.627450980392],[205.882352941176,175.490196078431,132.352941176471],[165.686274509804,139.21568627451,97.0588235294118],[123.529411764706,95.0980392156863,55.8823529411765],[165.686274509804,132.352941176471,95.0980392156863],[114.705882352941,73.5294117647059,36.2745098039216],[122.549019607843,67.6470588235294,31.3725490196078],[113.725490196078,58.8235294117647,22.5490196078431],[83.3333333333333,41.1764705882353,6.86274509803922],[69.6078431372549,35.2941176470588,3.92156862745098],[45.0980392156863,13.7254901960784,0],[33.3333333333333,0,0],[74.5098039215686,30.3921568627451,0],[140.196078431373,88.2352941176471,54.9019607843137],[153.921568627451,96.078431372549,64.7058823529412],[170.588235294118,108.823529411765,78.4313725490196],[143.137254901961,75.4901960784314,47.0588235294118],[106.862745098039,37.2549019607843,7.84313725490196],[136.274509803922,64.7058823529412,33.3333333333333],[144.117647058824,72.5490196078431,40.1960784313726],[130.392156862745,63.7254901960784,27.4509803921569],[102.941176470588,39.2156862745098,1.96078431372549],[114.705882352941,53.921568627451,15.6862745098039],[137.254901960784,78.4313725490196,43.1372549019608],[135.294117647059,77.4509803921569,46.078431372549],[132.352941176471,76.4705882352941,50],[126.470588235294,66.6666666666667,46.078431372549],[96.078431372549,44.1176470588235,26.4705882352941],[78.4313725490196,41.1764705882353,28.4313725490196],[48.0392156862745,20.5882352941176,9.80392156862745],[25.4901960784314,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[17.6470588235294,3.92156862745098,2.94117647058824],[7.84313725490196,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0.980392156862745,0],[89.2156862745098,91.1764705882353,90.1960784313725],[67.6470588235294,69.6078431372549,68.6274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,1.96078431372549],[11.7647058823529,10.7843137254902,6.86274509803922],[161.764705882353,160.78431372549,156.862745098039],[108.823529411765,104.901960784314,103.921568627451],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[12.7450980392157,5.88235294117647,0],[28.4313725490196,20.5882352941176,9.80392156862745],[35.2941176470588,26.4705882352941,9.80392156862745],[42.156862745098,34.3137254901961,13.7254901960784],[88.2352941176471,78.4313725490196,53.921568627451],[65.6862745098039,51.9607843137255,25.4901960784314],[45.0980392156863,31.3725490196078,2.94117647058824],[82.3529411764706,69.6078431372549,38.2352941176471],[79.4117647058823,69.6078431372549,35.2941176470588],[126.470588235294,116.666666666667,82.3529411764706],[148.039215686275,140.196078431373,104.901960784314],[109.803921568627,103.921568627451,70.5882352941177],[89.2156862745098,84.3137254901961,52.9411764705882],[36.2745098039216,33.3333333333333,2.94117647058824],[44.1176470588235,43.1372549019608,13.7254901960784],[84.3137254901961,85.2941176470588,54.9019607843137],[78.4313725490196,83.3333333333333,51.9607843137255],[115.686274509804,122.549019607843,90.1960784313725],[92.156862745098,101.960784313725,67.6470588235294],[59.8039215686275,69.6078431372549,33.3333333333333],[170.588235294118,182.352941176471,145.098039215686],[126.470588235294,141.176470588235,102.941176470588],[129.411764705882,143.137254901961,107.843137254902],[91.1764705882353,105.882352941176,75.4901960784314],[59.8039215686275,73.5294117647059,48.0392156862745],[50,64.7058823529412,44.1176470588235],[62.7450980392157,75.4901960784314,57.843137254902],[74.5098039215686,87.2549019607843,70.5882352941177],[98.0392156862745,110.78431372549,93.1372549019608],[105.882352941176,119.607843137255,97.0588235294118],[58.8235294117647,72.5490196078431,48.0392156862745],[178.43137254902,194.117647058824,168.627450980392],[153.921568627451,173.529411764706,147.058823529412],[49.0196078431373,74.5098039215686,48.0392156862745],[106.862745098039,138.235294117647,114.705882352941],[153.921568627451,188.235294117647,166.666666666667],[200,232.352941176471,213.725490196078],[183.333333333333,204.901960784314,193.137254901961],[115.686274509804,136.274509803922,127.450980392157],[62.7450980392157,93.1372549019608,85.2941176470588],[87.2549019607843,117.647058823529,111.764705882353],[149.019607843137,169.607843137255,170.588235294118],[168.627450980392,192.156862745098,196.078431372549],[120.588235294118,152.941176470588,157.843137254902],[106.862745098039,143.137254901961,149.019607843137],[141.176470588235,178.43137254902,187.254901960784],[137.254901960784,170.588235294118,180.392156862745],[146.078431372549,168.627450980392,182.352941176471],[182.352941176471,204.901960784314,218.627450980392],[178.43137254902,211.764705882353,220.588235294118],[164.705882352941,198.039215686275,206.862745098039],[199.019607843137,222.549019607843,232.352941176471],[214.705882352941,234.313725490196,245.098039215686],[223.529411764706,243.137254901961,250],[230.392156862745,250,250],[175.490196078431,203.921568627451,211.764705882353],[123.529411764706,155.882352941176,162.745098039216],[149.019607843137,181.372549019608,188.235294117647],[158.823529411765,186.274509803922,197.058823529412],[170.588235294118,194.117647058824,205.882352941176],[156.862745098039,178.43137254902,192.156862745098],[171.56862745098,192.156862745098,208.823529411765],[187.254901960784,209.803921568627,227.450980392157],[180.392156862745,206.862745098039,225.490196078431],[157.843137254902,190.196078431373,208.823529411765],[141.176470588235,178.43137254902,197.058823529412],[131.372549019608,171.56862745098,191.176470588235],[127.450980392157,168.627450980392,190.196078431373],[128.43137254902,171.56862745098,196.078431372549],[126.470588235294,175.490196078431,200],[124.509803921569,173.529411764706,200],[129.411764705882,175.490196078431,204.901960784314],[132.352941176471,176.470588235294,206.862745098039],[135.294117647059,174.509803921569,208.823529411765],[141.176470588235,178.43137254902,213.725490196078],[146.078431372549,183.333333333333,219.607843137255],[143.137254901961,180.392156862745,216.666666666667],[149.019607843137,186.274509803922,224.509803921569],[143.137254901961,179.411764705882,220.588235294118],[147.058823529412,183.333333333333,224.509803921569],[156.862745098039,190.196078431373,234.313725490196],[160.78431372549,191.176470588235,236.274509803922],[165.686274509804,193.137254901961,240.196078431373],[169.607843137255,192.156862745098,241.176470588235],[162.745098039216,188.235294117647,238.235294117647],[156.862745098039,188.235294117647,236.274509803922],[152.941176470588,186.274509803922,233.333333333333],[158.823529411765,190.196078431373,238.235294117647],[163.725490196078,197.058823529412,242.156862745098],[158.823529411765,195.098039215686,239.21568627451],[159.803921568627,192.156862745098,236.274509803922],[175.490196078431,195.098039215686,244.117647058824],[185.294117647059,204.901960784314,250],[157.843137254902,191.176470588235,235.294117647059],[150,192.156862745098,233.333333333333],[139.21568627451,182.352941176471,218.627450980392],[142.156862745098,169.607843137255,207.843137254902],[191.176470588235,185.294117647059,228.43137254902],[234.313725490196,219.607843137255,250],[213.725490196078,214.705882352941,245.098039215686],[187.254901960784,194.117647058824,219.607843137255],[185.294117647059,196.078431372549,215.686274509804],[192.156862745098,202.941176470588,222.549019607843],[187.254901960784,199.019607843137,220.588235294118],[178.43137254902,190.196078431373,211.764705882353],[179.411764705882,191.176470588235,212.745098039216],[213.725490196078,226.470588235294,245.098039215686],[200.980392156863,212.745098039216,228.43137254902],[169.607843137255,177.450980392157,190.196078431373],[186.274509803922,193.137254901961,200.980392156863],[246.078431372549,250,250],[246.078431372549,249.019607843137,250],[198.039215686275,200.980392156863,207.843137254902],[181.372549019608,185.294117647059,197.058823529412],[184.313725490196,191.176470588235,208.823529411765],[184.313725490196,192.156862745098,214.705882352941],[176.470588235294,191.176470588235,213.725490196078],[181.372549019608,201.960784313725,222.549019607843],[177.450980392157,200,217.647058823529],[172.549019607843,191.176470588235,205.882352941176],[181.372549019608,197.058823529412,211.764705882353],[184.313725490196,193.137254901961,207.843137254902],[183.333333333333,190.196078431373,207.843137254902],[192.156862745098,200,218.627450980392],[175.490196078431,186.274509803922,205.882352941176],[151.960784313725,167.647058823529,190.196078431373],[141.176470588235,162.745098039216,185.294117647059],[135.294117647059,165.686274509804,185.294117647059],[123.529411764706,162.745098039216,174.509803921569],[115.686274509804,162.745098039216,164.705882352941],[82.3529411764706,134.313725490196,128.43137254902],[73.5294117647059,128.43137254902,115.686274509804],[83.3333333333333,139.21568627451,124.509803921569],[80.3921568627451,136.274509803922,121.56862745098],[111.764705882353,168.627450980392,156.862745098039],[104.901960784314,159.803921568627,156.862745098039],[113.725490196078,160.78431372549,160.78431372549],[92.156862745098,123.529411764706,120.588235294118],[115.686274509804,132.352941176471,126.470588235294],[213.725490196078,215.686274509804,202.941176470588],[239.21568627451,236.274509803922,219.607843137255],[196.078431372549,195.098039215686,177.450980392157],[128.43137254902,129.411764705882,111.764705882353],[166.666666666667,169.607843137255,150.980392156863],[123.529411764706,128.43137254902,106.862745098039],[37.2549019607843,42.156862745098,19.6078431372549],[63.7254901960784,73.5294117647059,50],[50,64.7058823529412,46.078431372549],[64.7058823529412,82.3529411764706,60.7843137254902],[99.0196078431373,116.666666666667,91.1764705882353],[151.960784313725,168.627450980392,135.294117647059],[178.43137254902,189.21568627451,148.039215686275],[155.882352941176,154.901960784314,109.803921568627],[175.490196078431,152.941176470588,109.803921568627],[179.411764705882,149.019607843137,105.882352941176],[155.882352941176,129.411764705882,87.2549019607843],[140.196078431373,112.745098039216,73.5294117647059],[113.725490196078,82.3529411764706,44.1176470588235],[92.156862745098,50.9803921568627,13.7254901960784],[74.5098039215686,21.5686274509804,0],[113.725490196078,60.7843137254902,25.4901960784314],[71.5686274509804,34.3137254901961,0],[70.5882352941177,40.1960784313726,9.80392156862745],[49.0196078431373,21.5686274509804,0],[46.078431372549,11.7647058823529,0],[125.490196078431,81.3725490196078,52.9411764705882],[109.803921568627,59.8039215686275,29.4117647058824],[99.0196078431373,45.0980392156863,15.6862745098039],[135.294117647059,79.4117647058823,50.9803921568627],[134.313725490196,74.5098039215686,47.0588235294118],[104.901960784314,42.156862745098,14.7058823529412],[105.882352941176,41.1764705882353,9.80392156862745],[143.137254901961,78.4313725490196,45.0980392156863],[171.56862745098,106.862745098039,72.5490196078431],[154.901960784314,90.1960784313725,55.8823529411765],[139.21568627451,76.4705882352941,41.1764705882353],[123.529411764706,61.7647058823529,27.4509803921569],[121.56862745098,63.7254901960784,34.3137254901961],[127.450980392157,71.5686274509804,45.0980392156863],[122.549019607843,67.6470588235294,45.0980392156863],[117.647058823529,70.5882352941177,50.9803921568627],[93.1372549019608,57.843137254902,44.1176470588235],[54.9019607843137,27.4509803921569,16.6666666666667],[23.5294117647059,0.980392156862745,0],[14.7058823529412,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[14.7058823529412,13.7254901960784,11.7647058823529],[2.94117647058824,0,0],[94.1176470588235,90.1960784313725,89.2156862745098],[92.156862745098,86.2745098039216,86.2745098039216],[4.90196078431373,0,0],[20.5882352941176,13.7254901960784,7.84313725490196],[36.2745098039216,27.4509803921569,18.6274509803922],[32.3529411764706,22.5490196078431,10.7843137254902],[33.3333333333333,22.5490196078431,4.90196078431373],[42.156862745098,31.3725490196078,9.80392156862745],[57.843137254902,49.0196078431373,20.5882352941176],[94.1176470588235,91.1764705882353,50.9803921568627],[83.3333333333333,82.3529411764706,39.2156862745098],[77.4509803921569,75.4901960784314,35.2941176470588],[60.7843137254902,58.8235294117647,20.5882352941176],[85.2941176470588,82.3529411764706,48.0392156862745],[91.1764705882353,88.2352941176471,57.843137254902],[64.7058823529412,60.7843137254902,36.2745098039216],[66.6666666666667,61.7647058823529,42.156862745098],[50,45.0980392156863,26.4705882352941],[48.0392156862745,43.1372549019608,24.5098039215686],[54.9019607843137,51.9607843137255,33.3333333333333],[47.0588235294118,45.0980392156863,22.5490196078431],[95.0980392156863,96.078431372549,64.7058823529412],[105.882352941176,107.843137254902,69.6078431372549],[61.7647058823529,64.7058823529412,22.5490196078431],[187.254901960784,194.117647058824,150.980392156863],[115.686274509804,127.450980392157,90.1960784313725],[97.0588235294118,111.764705882353,79.4117647058823],[59.8039215686275,76.4705882352941,45.0980392156863],[47.0588235294118,62.7450980392157,36.2745098039216],[55.8823529411765,69.6078431372549,47.0588235294118],[56.8627450980392,69.6078431372549,50],[70.5882352941177,82.3529411764706,60.7843137254902],[81.3725490196078,90.1960784313725,69.6078431372549],[103.921568627451,113.725490196078,90.1960784313725],[151.960784313725,163.725490196078,140.196078431373],[217.647058823529,233.333333333333,207.843137254902],[188.235294117647,210.78431372549,185.294117647059],[98.0392156862745,125.490196078431,102.941176470588],[159.803921568627,192.156862745098,171.56862745098],[165.686274509804,203.921568627451,185.294117647059],[134.313725490196,174.509803921569,160.78431372549],[126.470588235294,164.705882352941,159.803921568627],[132.352941176471,171.56862745098,171.56862745098],[98.0392156862745,145.098039215686,145.098039215686],[65.6862745098039,112.745098039216,114.705882352941],[97.0588235294118,136.274509803922,144.117647058824],[113.725490196078,152.941176470588,162.745098039216],[104.901960784314,150,162.745098039216],[102.941176470588,150,161.764705882353],[127.450980392157,172.549019607843,185.294117647059],[143.137254901961,182.352941176471,194.117647058824],[153.921568627451,183.333333333333,194.117647058824],[147.058823529412,175.490196078431,183.333333333333],[170.588235294118,200.980392156863,203.921568627451],[183.333333333333,212.745098039216,212.745098039216],[149.019607843137,168.627450980392,169.607843137255],[158.823529411765,178.43137254902,179.411764705882],[168.627450980392,196.078431372549,200],[228.43137254902,250,250],[208.823529411765,235.294117647059,242.156862745098],[143.137254901961,167.647058823529,174.509803921569],[145.098039215686,169.607843137255,176.470588235294],[173.529411764706,200,208.823529411765],[163.725490196078,190.196078431373,199.019607843137],[164.705882352941,188.235294117647,200],[183.333333333333,201.960784313725,216.666666666667],[184.313725490196,197.058823529412,215.686274509804],[205.882352941176,212.745098039216,238.235294117647],[236.274509803922,241.176470588235,250],[200.980392156863,211.764705882353,239.21568627451],[158.823529411765,175.490196078431,202.941176470588],[161.764705882353,188.235294117647,214.705882352941],[152.941176470588,186.274509803922,212.745098039216],[138.235294117647,173.529411764706,204.901960784314],[125.490196078431,163.725490196078,196.078431372549],[134.313725490196,173.529411764706,207.843137254902],[144.117647058824,186.274509803922,219.607843137255],[133.333333333333,178.43137254902,210.78431372549],[125.490196078431,175.490196078431,205.882352941176],[134.313725490196,188.235294117647,218.627450980392],[141.176470588235,197.058823529412,226.470588235294],[132.352941176471,187.254901960784,219.607843137255],[133.333333333333,188.235294117647,222.549019607843],[144.117647058824,195.098039215686,233.333333333333],[147.058823529412,191.176470588235,232.352941176471],[142.156862745098,179.411764705882,225.490196078431],[149.019607843137,180.392156862745,230.392156862745],[161.764705882353,188.235294117647,240.196078431373],[169.607843137255,196.078431372549,248.039215686275],[152.941176470588,188.235294117647,237.254901960784],[151.960784313725,189.21568627451,237.254901960784],[153.921568627451,189.21568627451,238.235294117647],[152.941176470588,188.235294117647,235.294117647059],[151.960784313725,189.21568627451,233.333333333333],[161.764705882353,195.098039215686,240.196078431373],[176.470588235294,198.039215686275,247.058823529412],[176.470588235294,199.019607843137,248.039215686275],[164.705882352941,200.980392156863,245.098039215686],[146.078431372549,188.235294117647,229.411764705882],[137.254901960784,180.392156862745,218.627450980392],[165.686274509804,194.117647058824,233.333333333333],[193.137254901961,192.156862745098,235.294117647059],[224.509803921569,213.725490196078,250],[196.078431372549,196.078431372549,231.372549019608],[174.509803921569,183.333333333333,211.764705882353],[173.529411764706,187.254901960784,212.745098039216],[169.607843137255,185.294117647059,209.803921568627],[163.725490196078,179.411764705882,204.901960784314],[185.294117647059,200.980392156863,225.490196078431],[158.823529411765,174.509803921569,199.019607843137],[159.803921568627,174.509803921569,195.098039215686],[195.098039215686,205.882352941176,223.529411764706],[195.098039215686,202.941176470588,215.686274509804],[189.21568627451,193.137254901961,201.960784313725],[220.588235294118,223.529411764706,230.392156862745],[239.21568627451,240.196078431373,245.098039215686],[203.921568627451,206.862745098039,213.725490196078],[175.490196078431,179.411764705882,190.196078431373],[181.372549019608,188.235294117647,203.921568627451],[185.294117647059,193.137254901961,211.764705882353],[173.529411764706,184.313725490196,205.882352941176],[195.098039215686,206.862745098039,228.43137254902],[201.960784313725,213.725490196078,235.294117647059],[175.490196078431,183.333333333333,201.960784313725],[171.56862745098,176.470588235294,195.098039215686],[183.333333333333,184.313725490196,201.960784313725],[182.352941176471,181.372549019608,199.019607843137],[187.254901960784,185.294117647059,205.882352941176],[178.43137254902,179.411764705882,200],[180.392156862745,186.274509803922,207.843137254902],[170.588235294118,181.372549019608,200.980392156863],[165.686274509804,182.352941176471,198.039215686275],[148.039215686275,169.607843137255,180.392156862745],[140.196078431373,167.647058823529,168.627450980392],[113.725490196078,144.117647058824,138.235294117647],[106.862745098039,140.196078431373,126.470588235294],[112.745098039216,150,135.294117647059],[66.6666666666667,115.686274509804,103.921568627451],[66.6666666666667,121.56862745098,110.78431372549],[69.6078431372549,124.509803921569,115.686274509804],[102.941176470588,149.019607843137,139.21568627451],[108.823529411765,142.156862745098,126.470588235294],[131.372549019608,151.960784313725,133.333333333333],[183.333333333333,195.098039215686,175.490196078431],[199.019607843137,201.960784313725,185.294117647059],[135.294117647059,135.294117647059,123.529411764706],[144.117647058824,138.235294117647,126.470588235294],[200,185.294117647059,166.666666666667],[150.980392156863,133.333333333333,109.803921568627],[108.823529411765,92.156862745098,66.6666666666667],[133.333333333333,127.450980392157,103.921568627451],[74.5098039215686,88.2352941176471,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[138.235294117647,155.882352941176,130.392156862745],[182.352941176471,196.078431372549,161.764705882353],[229.411764705882,236.274509803922,195.098039215686],[181.372549019608,177.450980392157,133.333333333333],[216.666666666667,194.117647058824,152.941176470588],[172.549019607843,144.117647058824,102.941176470588],[140.196078431373,115.686274509804,76.4705882352941],[168.627450980392,141.176470588235,104.901960784314],[118.627450980392,86.2745098039216,51.9607843137255],[133.333333333333,96.078431372549,60.7843137254902],[103.921568627451,54.9019607843137,20.5882352941176],[123.529411764706,74.5098039215686,40.1960784313726],[95.0980392156863,57.843137254902,22.5490196078431],[105.882352941176,75.4901960784314,45.0980392156863],[76.4705882352941,49.0196078431373,27.4509803921569],[85.2941176470588,50.9803921568627,31.3725490196078],[140.196078431373,93.1372549019608,70.5882352941177],[132.352941176471,79.4117647058823,51.9607843137255],[121.56862745098,71.5686274509804,43.1372549019608],[118.627450980392,70.5882352941177,41.1764705882353],[97.0588235294118,49.0196078431373,19.6078431372549],[90.1960784313725,40.1960784313726,11.7647058823529],[88.2352941176471,34.3137254901961,3.92156862745098],[148.039215686275,88.2352941176471,57.843137254902],[164.705882352941,100,66.6666666666667],[156.862745098039,87.2549019607843,55.8823529411765],[140.196078431373,70.5882352941177,39.2156862745098],[115.686274509804,50.9803921568627,19.6078431372549],[114.705882352941,54.9019607843137,24.5098039215686],[115.686274509804,61.7647058823529,32.3529411764706],[87.2549019607843,38.2352941176471,11.7647058823529],[72.5490196078431,28.4313725490196,5.88235294117647],[73.5294117647059,38.2352941176471,22.5490196078431],[51.9607843137255,24.5098039215686,13.7254901960784],[28.4313725490196,5.88235294117647,0],[14.7058823529412,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[25.4901960784314,23.5294117647059,24.5098039215686],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[9.80392156862745,9.80392156862745,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[19.6078431372549,13.7254901960784,13.7254901960784],[20.5882352941176,12.7450980392157,10.7843137254902],[48.0392156862745,39.2156862745098,34.3137254901961],[41.1764705882353,31.3725490196078,22.5490196078431],[36.2745098039216,24.5098039215686,10.7843137254902],[28.4313725490196,17.6470588235294,0],[45.0980392156863,33.3333333333333,9.80392156862745],[68.6274509803922,59.8039215686275,27.4509803921569],[112.745098039216,111.764705882353,64.7058823529412],[116.666666666667,121.56862745098,68.6274509803922],[77.4509803921569,81.3725490196078,32.3529411764706],[128.43137254902,131.372549019608,89.2156862745098],[49.0196078431373,49.0196078431373,13.7254901960784],[82.3529411764706,81.3725490196078,53.921568627451],[39.2156862745098,37.2549019607843,16.6666666666667],[47.0588235294118,44.1176470588235,29.4117647058824],[52.9411764705882,47.0588235294118,35.2941176470588],[79.4117647058823,73.5294117647059,61.7647058823529],[82.3529411764706,76.4705882352941,62.7450980392157],[63.7254901960784,58.8235294117647,39.2156862745098],[50,47.0588235294118,16.6666666666667],[98.0392156862745,96.078431372549,57.843137254902],[62.7450980392157,61.7647058823529,16.6666666666667],[87.2549019607843,90.1960784313725,46.078431372549],[98.0392156862745,109.803921568627,74.5098039215686],[79.4117647058823,96.078431372549,64.7058823529412],[100,115.686274509804,87.2549019607843],[92.156862745098,106.862745098039,78.4313725490196],[74.5098039215686,88.2352941176471,62.7450980392157],[57.843137254902,70.5882352941177,45.0980392156863],[76.4705882352941,86.2745098039216,59.8039215686275],[108.823529411765,117.647058823529,91.1764705882353],[153.921568627451,162.745098039216,134.313725490196],[211.764705882353,221.56862745098,195.098039215686],[221.56862745098,235.294117647059,209.803921568627],[169.607843137255,189.21568627451,164.705882352941],[176.470588235294,203.921568627451,182.352941176471],[170.588235294118,202.941176470588,186.274509803922],[118.627450980392,155.882352941176,143.137254901961],[87.2549019607843,127.450980392157,119.607843137255],[82.3529411764706,123.529411764706,121.56862745098],[81.3725490196078,126.470588235294,126.470588235294],[140.196078431373,188.235294117647,192.156862745098],[92.156862745098,142.156862745098,146.078431372549],[97.0588235294118,146.078431372549,154.901960784314],[122.549019607843,170.588235294118,184.313725490196],[93.1372549019608,145.098039215686,160.78431372549],[107.843137254902,159.803921568627,177.450980392157],[128.43137254902,178.43137254902,195.098039215686],[114.705882352941,160.78431372549,176.470588235294],[117.647058823529,155.882352941176,170.588235294118],[135.294117647059,170.588235294118,182.352941176471],[160.78431372549,195.098039215686,200.980392156863],[177.450980392157,207.843137254902,210.78431372549],[150,175.490196078431,176.470588235294],[144.117647058824,167.647058823529,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[151.960784313725,178.43137254902,185.294117647059],[214.705882352941,237.254901960784,243.137254901961],[162.745098039216,181.372549019608,188.235294117647],[140.196078431373,156.862745098039,164.705882352941],[172.549019607843,190.196078431373,200],[192.156862745098,211.764705882353,220.588235294118],[173.529411764706,191.176470588235,202.941176470588],[160.78431372549,176.470588235294,191.176470588235],[175.490196078431,188.235294117647,204.901960784314],[177.450980392157,185.294117647059,207.843137254902],[214.705882352941,220.588235294118,246.078431372549],[218.627450980392,225.490196078431,250],[179.411764705882,190.196078431373,217.647058823529],[176.470588235294,196.078431372549,222.549019607843],[173.529411764706,200,228.43137254902],[141.176470588235,175.490196078431,206.862745098039],[134.313725490196,172.549019607843,204.901960784314],[140.196078431373,179.411764705882,213.725490196078],[136.274509803922,180.392156862745,212.745098039216],[127.450980392157,172.549019607843,204.901960784314],[137.254901960784,187.254901960784,217.647058823529],[142.156862745098,194.117647058824,224.509803921569],[123.529411764706,177.450980392157,207.843137254902],[125.490196078431,178.43137254902,211.764705882353],[127.450980392157,178.43137254902,214.705882352941],[140.196078431373,187.254901960784,226.470588235294],[142.156862745098,184.313725490196,226.470588235294],[144.117647058824,179.411764705882,226.470588235294],[153.921568627451,185.294117647059,235.294117647059],[156.862745098039,183.333333333333,235.294117647059],[150.980392156863,180.392156862745,233.333333333333],[150.980392156863,190.196078431373,240.196078431373],[153.921568627451,195.098039215686,244.117647058824],[153.921568627451,193.137254901961,241.176470588235],[147.058823529412,187.254901960784,232.352941176471],[150,190.196078431373,233.333333333333],[166.666666666667,202.941176470588,247.058823529412],[175.490196078431,202.941176470588,250],[164.705882352941,192.156862745098,239.21568627451],[145.098039215686,182.352941176471,226.470588235294],[146.078431372549,188.235294117647,229.411764705882],[144.117647058824,187.254901960784,225.490196078431],[196.078431372549,224.509803921569,250],[209.803921568627,212.745098039216,250],[235.294117647059,230.392156862745,250],[186.274509803922,189.21568627451,223.529411764706],[173.529411764706,182.352941176471,212.745098039216],[170.588235294118,185.294117647059,215.686274509804],[166.666666666667,185.294117647059,216.666666666667],[173.529411764706,192.156862745098,223.529411764706],[182.352941176471,199.019607843137,228.43137254902],[168.627450980392,185.294117647059,210.78431372549],[158.823529411765,173.529411764706,196.078431372549],[141.176470588235,151.960784313725,171.56862745098],[166.666666666667,173.529411764706,189.21568627451],[204.901960784314,208.823529411765,219.607843137255],[196.078431372549,199.019607843137,205.882352941176],[239.21568627451,240.196078431373,245.098039215686],[239.21568627451,242.156862745098,249.019607843137],[210.78431372549,217.647058823529,227.450980392157],[219.607843137255,227.450980392157,240.196078431373],[204.901960784314,216.666666666667,232.352941176471],[174.509803921569,187.254901960784,205.882352941176],[183.333333333333,195.098039215686,216.666666666667],[222.549019607843,233.333333333333,250],[182.352941176471,190.196078431373,210.78431372549],[167.647058823529,174.509803921569,193.137254901961],[204.901960784314,207.843137254902,226.470588235294],[193.137254901961,196.078431372549,214.705882352941],[175.490196078431,178.43137254902,197.058823529412],[177.450980392157,182.352941176471,200.980392156863],[166.666666666667,173.529411764706,191.176470588235],[172.549019607843,182.352941176471,194.117647058824],[179.411764705882,192.156862745098,200],[156.862745098039,171.56862745098,174.509803921569],[152.941176470588,171.56862745098,165.686274509804],[149.019607843137,166.666666666667,154.901960784314],[142.156862745098,160.78431372549,142.156862745098],[130.392156862745,154.901960784314,134.313725490196],[99.0196078431373,136.274509803922,115.686274509804],[99.0196078431373,143.137254901961,123.529411764706],[115.686274509804,161.764705882353,146.078431372549],[143.137254901961,181.372549019608,163.725490196078],[146.078431372549,170.588235294118,149.019607843137],[102.941176470588,115.686274509804,90.1960784313725],[177.450980392157,180.392156862745,151.960784313725],[224.509803921569,220.588235294118,194.117647058824],[155.882352941176,150.980392156863,131.372549019608],[169.607843137255,158.823529411765,141.176470588235],[139.21568627451,119.607843137255,95.0980392156863],[159.803921568627,135.294117647059,105.882352941176],[174.509803921569,149.019607843137,116.666666666667],[220.588235294118,200.980392156863,174.509803921569],[85.2941176470588,83.3333333333333,68.6274509803922],[105.882352941176,114.705882352941,98.0392156862745],[123.529411764706,133.333333333333,106.862745098039],[153.921568627451,161.764705882353,125.490196078431],[200.980392156863,199.019607843137,158.823529411765],[165.686274509804,153.921568627451,112.745098039216],[203.921568627451,183.333333333333,141.176470588235],[170.588235294118,146.078431372549,106.862745098039],[178.43137254902,154.901960784314,119.607843137255],[175.490196078431,150.980392156863,120.588235294118],[141.176470588235,112.745098039216,83.3333333333333],[161.764705882353,126.470588235294,95.0980392156863],[176.470588235294,132.352941176471,100],[135.294117647059,90.1960784313725,56.8627450980392],[81.3725490196078,42.156862745098,7.84313725490196],[93.1372549019608,58.8235294117647,27.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[111.764705882353,77.4509803921569,55.8823529411765],[116.666666666667,71.5686274509804,48.0392156862745],[120.588235294118,69.6078431372549,46.078431372549],[107.843137254902,61.7647058823529,36.2745098039216],[103.921568627451,60.7843137254902,34.3137254901961],[88.2352941176471,48.0392156862745,20.5882352941176],[97.0588235294118,53.921568627451,25.4901960784314],[92.156862745098,44.1176470588235,12.7450980392157],[136.274509803922,82.3529411764706,51.9607843137255],[125.490196078431,61.7647058823529,30.3921568627451],[124.509803921569,56.8627450980392,24.5098039215686],[138.235294117647,68.6274509803922,37.2549019607843],[131.372549019608,63.7254901960784,31.3725490196078],[117.647058823529,57.843137254902,27.4509803921569],[112.745098039216,58.8235294117647,28.4313725490196],[86.2745098039216,40.1960784313726,10.7843137254902],[66.6666666666667,27.4509803921569,1.96078431372549],[41.1764705882353,8.82352941176471,0],[45.0980392156863,17.6470588235294,6.86274509803922],[38.2352941176471,15.6862745098039,7.84313725490196],[19.6078431372549,2.94117647058824,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[15.6862745098039,9.80392156862745,9.80392156862745],[20.5882352941176,12.7450980392157,10.7843137254902],[39.2156862745098,30.3921568627451,25.4901960784314],[25.4901960784314,15.6862745098039,6.86274509803922],[32.3529411764706,20.5882352941176,6.86274509803922],[44.1176470588235,31.3725490196078,12.7450980392157],[75.4901960784314,60.7843137254902,38.2352941176471],[66.6666666666667,58.8235294117647,23.5294117647059],[137.254901960784,137.254901960784,88.2352941176471],[166.666666666667,171.56862745098,118.627450980392],[69.6078431372549,73.5294117647059,24.5098039215686],[78.4313725490196,81.3725490196078,37.2549019607843],[99.0196078431373,100.980392156863,64.7058823529412],[105.882352941176,105.882352941176,78.4313725490196],[54.9019607843137,51.9607843137255,33.3333333333333],[50,46.078431372549,34.3137254901961],[58.8235294117647,51.9607843137255,42.156862745098],[30.3921568627451,23.5294117647059,13.7254901960784],[79.4117647058823,71.5686274509804,58.8235294117647],[97.0588235294118,90.1960784313725,71.5686274509804],[91.1764705882353,86.2745098039216,56.8627450980392],[130.392156862745,125.490196078431,88.2352941176471],[149.019607843137,145.098039215686,99.0196078431373],[81.3725490196078,82.3529411764706,39.2156862745098],[97.0588235294118,106.862745098039,73.5294117647059],[99.0196078431373,111.764705882353,86.2745098039216],[112.745098039216,125.490196078431,98.0392156862745],[120.588235294118,133.333333333333,103.921568627451],[70.5882352941177,84.3137254901961,51.9607843137255],[83.3333333333333,94.1176470588235,60.7843137254902],[100.980392156863,110.78431372549,76.4705882352941],[143.137254901961,150.980392156863,114.705882352941],[181.372549019608,188.235294117647,154.901960784314],[179.411764705882,189.21568627451,155.882352941176],[139.21568627451,151.960784313725,124.509803921569],[183.333333333333,200.980392156863,177.450980392157],[179.411764705882,202.941176470588,187.254901960784],[147.058823529412,176.470588235294,166.666666666667],[140.196078431373,176.470588235294,169.607843137255],[101.960784313725,140.196078431373,137.254901960784],[74.5098039215686,110.78431372549,103.921568627451],[122.549019607843,157.843137254902,153.921568627451],[140.196078431373,178.43137254902,177.450980392157],[90.1960784313725,130.392156862745,134.313725490196],[116.666666666667,164.705882352941,171.56862745098],[124.509803921569,175.490196078431,188.235294117647],[86.2745098039216,136.274509803922,154.901960784314],[108.823529411765,159.803921568627,181.372549019608],[110.78431372549,161.764705882353,185.294117647059],[112.745098039216,163.725490196078,187.254901960784],[102.941176470588,153.921568627451,175.490196078431],[104.901960784314,151.960784313725,171.56862745098],[127.450980392157,167.647058823529,185.294117647059],[155.882352941176,192.156862745098,207.843137254902],[172.549019607843,209.803921568627,220.588235294118],[168.627450980392,200.980392156863,209.803921568627],[178.43137254902,200.980392156863,208.823529411765],[194.117647058824,210.78431372549,218.627450980392],[207.843137254902,221.56862745098,230.392156862745],[201.960784313725,211.764705882353,221.56862745098],[186.274509803922,192.156862745098,203.921568627451],[183.333333333333,185.294117647059,198.039215686275],[215.686274509804,214.705882352941,228.43137254902],[196.078431372549,199.019607843137,213.725490196078],[169.607843137255,178.43137254902,193.137254901961],[164.705882352941,183.333333333333,197.058823529412],[143.137254901961,170.588235294118,184.313725490196],[156.862745098039,188.235294117647,202.941176470588],[167.647058823529,198.039215686275,217.647058823529],[163.725490196078,187.254901960784,210.78431372549],[178.43137254902,193.137254901961,221.56862745098],[169.607843137255,190.196078431373,220.588235294118],[138.235294117647,176.470588235294,206.862745098039],[128.43137254902,174.509803921569,203.921568627451],[139.21568627451,185.294117647059,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[144.117647058824,186.274509803922,217.647058823529],[142.156862745098,179.411764705882,214.705882352941],[145.098039215686,180.392156862745,215.686274509804],[154.901960784314,188.235294117647,225.490196078431],[140.196078431373,171.56862745098,209.803921568627],[148.039215686275,174.509803921569,216.666666666667],[171.56862745098,195.098039215686,242.156862745098],[161.764705882353,184.313725490196,233.333333333333],[150,172.549019607843,223.529411764706],[161.764705882353,184.313725490196,237.254901960784],[160.78431372549,183.333333333333,236.274509803922],[156.862745098039,186.274509803922,239.21568627451],[150,191.176470588235,240.196078431373],[146.078431372549,191.176470588235,239.21568627451],[150,193.137254901961,239.21568627451],[150.980392156863,192.156862745098,239.21568627451],[141.176470588235,183.333333333333,227.450980392157],[150.980392156863,188.235294117647,232.352941176471],[170.588235294118,200.980392156863,247.058823529412],[155.882352941176,187.254901960784,233.333333333333],[140.196078431373,177.450980392157,221.56862745098],[146.078431372549,188.235294117647,229.411764705882],[149.019607843137,190.196078431373,229.411764705882],[158.823529411765,190.196078431373,228.43137254902],[188.235294117647,197.058823529412,239.21568627451],[202.941176470588,201.960784313725,243.137254901961],[191.176470588235,195.098039215686,229.411764705882],[175.490196078431,185.294117647059,219.607843137255],[164.705882352941,179.411764705882,217.647058823529],[147.058823529412,165.686274509804,204.901960784314],[151.960784313725,171.56862745098,207.843137254902],[164.705882352941,183.333333333333,215.686274509804],[180.392156862745,197.058823529412,226.470588235294],[161.764705882353,177.450980392157,201.960784313725],[150,160.78431372549,180.392156862745],[161.764705882353,168.627450980392,184.313725490196],[217.647058823529,221.56862745098,232.352941176471],[227.450980392157,230.392156862745,239.21568627451],[246.078431372549,249.019607843137,250],[210.78431372549,213.725490196078,220.588235294118],[205.882352941176,212.745098039216,222.549019607843],[217.647058823529,227.450980392157,237.254901960784],[208.823529411765,222.549019607843,233.333333333333],[200,215.686274509804,231.372549019608],[188.235294117647,205.882352941176,227.450980392157],[193.137254901961,212.745098039216,236.274509803922],[166.666666666667,184.313725490196,205.882352941176],[182.352941176471,199.019607843137,218.627450980392],[178.43137254902,195.098039215686,212.745098039216],[169.607843137255,186.274509803922,201.960784313725],[155.882352941176,173.529411764706,187.254901960784],[161.764705882353,179.411764705882,191.176470588235],[155.882352941176,175.490196078431,182.352941176471],[147.058823529412,167.647058823529,170.588235294118],[157.843137254902,177.450980392157,175.490196078431],[162.745098039216,182.352941176471,173.529411764706],[150.980392156863,167.647058823529,151.960784313725],[167.647058823529,180.392156862745,160.78431372549],[155.882352941176,165.686274509804,142.156862745098],[172.549019607843,185.294117647059,155.882352941176],[207.843137254902,227.450980392157,191.176470588235],[154.901960784314,180.392156862745,146.078431372549],[141.176470588235,169.607843137255,148.039215686275],[151.960784313725,174.509803921569,154.901960784314],[147.058823529412,151.960784313725,129.411764705882],[169.607843137255,160.78431372549,130.392156862745],[176.470588235294,154.901960784314,114.705882352941],[179.411764705882,156.862745098039,115.686274509804],[179.411764705882,164.705882352941,126.470588235294],[114.705882352941,102.941176470588,65.6862745098039],[125.490196078431,113.725490196078,76.4705882352941],[162.745098039216,148.039215686275,109.803921568627],[159.803921568627,135.294117647059,96.078431372549],[131.372549019608,101.960784313725,68.6274509803922],[150,120.588235294118,95.0980392156863],[103.921568627451,83.3333333333333,56.8627450980392],[128.43137254902,124.509803921569,90.1960784313725],[193.137254901961,191.176470588235,152.941176470588],[131.372549019608,118.627450980392,77.4509803921569],[141.176470588235,122.549019607843,81.3725490196078],[173.529411764706,154.901960784314,113.725490196078],[133.333333333333,111.764705882353,75.4901960784314],[127.450980392157,103.921568627451,76.4705882352941],[168.627450980392,145.098039215686,119.607843137255],[146.078431372549,118.627450980392,95.0980392156863],[66.6666666666667,35.2941176470588,10.7843137254902],[130.392156862745,95.0980392156863,63.7254901960784],[106.862745098039,67.6470588235294,33.3333333333333],[135.294117647059,91.1764705882353,58.8235294117647],[108.823529411765,66.6666666666667,35.2941176470588],[69.6078431372549,36.2745098039216,8.82352941176471],[93.1372549019608,57.843137254902,32.3529411764706],[83.3333333333333,40.1960784313726,15.6862745098039],[53.921568627451,8.82352941176471,0],[65.6862745098039,24.5098039215686,0],[88.2352941176471,51.9607843137255,25.4901960784314],[79.4117647058823,43.1372549019608,16.6666666666667],[129.411764705882,91.1764705882353,62.7450980392157],[166.666666666667,122.549019607843,92.156862745098],[145.098039215686,95.0980392156863,64.7058823529412],[142.156862745098,82.3529411764706,51.9607843137255],[137.254901960784,72.5490196078431,39.2156862745098],[155.882352941176,88.2352941176471,55.8823529411765],[147.058823529412,82.3529411764706,49.0196078431373],[120.588235294118,61.7647058823529,28.4313725490196],[103.921568627451,51.9607843137255,18.6274509803922],[87.2549019607843,43.1372549019608,10.7843137254902],[86.2745098039216,50,23.5294117647059],[64.7058823529412,32.3529411764706,15.6862745098039],[43.1372549019608,15.6862745098039,4.90196078431373],[27.4509803921569,4.90196078431373,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[8.82352941176471,7.84313725490196,5.88235294117647],[13.7254901960784,9.80392156862745,8.82352941176471],[17.6470588235294,13.7254901960784,12.7450980392157],[17.6470588235294,11.7647058823529,11.7647058823529],[21.5686274509804,13.7254901960784,11.7647058823529],[16.6666666666667,7.84313725490196,2.94117647058824],[38.2352941176471,28.4313725490196,19.6078431372549],[103.921568627451,92.156862745098,78.4313725490196],[80.3921568627451,67.6470588235294,49.0196078431373],[63.7254901960784,51.9607843137255,26.4705882352941],[96.078431372549,85.2941176470588,53.921568627451],[125.490196078431,121.56862745098,77.4509803921569],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,114.705882352941,67.6470588235294],[63.7254901960784,62.7450980392157,19.6078431372549],[47.0588235294118,45.0980392156863,7.84313725490196],[62.7450980392157,61.7647058823529,31.3725490196078],[22.5490196078431,20.5882352941176,0],[35.2941176470588,30.3921568627451,11.7647058823529],[58.8235294117647,52.9411764705882,37.2549019607843],[77.4509803921569,71.5686274509804,57.843137254902],[50,45.0980392156863,26.4705882352941],[56.8627450980392,51.9607843137255,30.3921568627451],[68.6274509803922,63.7254901960784,34.3137254901961],[84.3137254901961,80.3921568627451,44.1176470588235],[141.176470588235,138.235294117647,94.1176470588235],[80.3921568627451,81.3725490196078,40.1960784313726],[82.3529411764706,89.2156862745098,58.8235294117647],[81.3725490196078,91.1764705882353,66.6666666666667],[95.0980392156863,105.882352941176,76.4705882352941],[169.607843137255,180.392156862745,147.058823529412],[175.490196078431,187.254901960784,150],[156.862745098039,167.647058823529,128.43137254902],[138.235294117647,146.078431372549,105.882352941176],[174.509803921569,182.352941176471,142.156862745098],[204.901960784314,210.78431372549,173.529411764706],[227.450980392157,234.313725490196,200.980392156863],[163.725490196078,176.470588235294,149.019607843137],[200,217.647058823529,196.078431372549],[154.901960784314,176.470588235294,163.725490196078],[130.392156862745,156.862745098039,150],[124.509803921569,157.843137254902,156.862745098039],[105.882352941176,141.176470588235,141.176470588235],[92.156862745098,126.470588235294,122.549019607843],[132.352941176471,163.725490196078,160.78431372549],[127.450980392157,155.882352941176,159.803921568627],[126.470588235294,159.803921568627,168.627450980392],[124.509803921569,170.588235294118,180.392156862745],[90.1960784313725,141.176470588235,154.901960784314],[111.764705882353,158.823529411765,180.392156862745],[117.647058823529,162.745098039216,188.235294117647],[118.627450980392,164.705882352941,192.156862745098],[128.43137254902,177.450980392157,203.921568627451],[117.647058823529,168.627450980392,192.156862745098],[114.705882352941,161.764705882353,184.313725490196],[120.588235294118,155.882352941176,177.450980392157],[123.529411764706,155.882352941176,174.509803921569],[149.019607843137,184.313725490196,200],[186.274509803922,217.647058823529,230.392156862745],[198.039215686275,219.607843137255,230.392156862745],[209.803921568627,223.529411764706,234.313725490196],[205.882352941176,215.686274509804,227.450980392157],[218.627450980392,224.509803921569,236.274509803922],[211.764705882353,210.78431372549,224.509803921569],[225.490196078431,221.56862745098,236.274509803922],[220.588235294118,216.666666666667,231.372549019608],[235.294117647059,234.313725490196,250],[191.176470588235,200,214.705882352941],[180.392156862745,199.019607843137,212.745098039216],[156.862745098039,186.274509803922,197.058823529412],[151.960784313725,184.313725490196,199.019607843137],[168.627450980392,197.058823529412,214.705882352941],[189.21568627451,210.78431372549,234.313725490196],[200,208.823529411765,239.21568627451],[174.509803921569,184.313725490196,218.627450980392],[168.627450980392,197.058823529412,228.43137254902],[140.196078431373,175.490196078431,206.862745098039],[136.274509803922,171.56862745098,202.941176470588],[133.333333333333,167.647058823529,199.019607843137],[141.176470588235,173.529411764706,205.882352941176],[150,179.411764705882,212.745098039216],[153.921568627451,181.372549019608,217.647058823529],[153.921568627451,179.411764705882,215.686274509804],[181.372549019608,203.921568627451,244.117647058824],[161.764705882353,182.352941176471,224.509803921569],[152.941176470588,173.529411764706,217.647058823529],[165.686274509804,187.254901960784,233.333333333333],[155.882352941176,179.411764705882,226.470588235294],[152.941176470588,178.43137254902,226.470588235294],[172.549019607843,201.960784313725,250],[156.862745098039,192.156862745098,241.176470588235],[141.176470588235,184.313725490196,232.352941176471],[150,197.058823529412,244.117647058824],[145.098039215686,191.176470588235,236.274509803922],[148.039215686275,190.196078431373,234.313725490196],[150.980392156863,193.137254901961,235.294117647059],[148.039215686275,186.274509803922,228.43137254902],[147.058823529412,180.392156862745,224.509803921569],[143.137254901961,176.470588235294,220.588235294118],[151.960784313725,190.196078431373,232.352941176471],[136.274509803922,177.450980392157,218.627450980392],[150,188.235294117647,226.470588235294],[169.607843137255,200.980392156863,238.235294117647],[178.43137254902,192.156862745098,230.392156862745],[192.156862745098,196.078431372549,233.333333333333],[191.176470588235,195.098039215686,229.411764705882],[158.823529411765,168.627450980392,202.941176470588],[179.411764705882,197.058823529412,236.274509803922],[174.509803921569,193.137254901961,234.313725490196],[151.960784313725,170.588235294118,209.803921568627],[173.529411764706,191.176470588235,226.470588235294],[173.529411764706,190.196078431373,219.607843137255],[151.960784313725,165.686274509804,191.176470588235],[143.137254901961,153.921568627451,173.529411764706],[204.901960784314,210.78431372549,226.470588235294],[247.058823529412,249.019607843137,250],[215.686274509804,218.627450980392,227.450980392157],[247.058823529412,250,250],[223.529411764706,227.450980392157,236.274509803922],[182.352941176471,189.21568627451,199.019607843137],[174.509803921569,184.313725490196,193.137254901961],[204.901960784314,218.627450980392,227.450980392157],[208.823529411765,226.470588235294,240.196078431373],[203.921568627451,221.56862745098,243.137254901961],[188.235294117647,207.843137254902,232.352941176471],[170.588235294118,188.235294117647,211.764705882353],[187.254901960784,204.901960784314,226.470588235294],[176.470588235294,194.117647058824,213.725490196078],[155.882352941176,177.450980392157,191.176470588235],[158.823529411765,180.392156862745,193.137254901961],[164.705882352941,187.254901960784,195.098039215686],[162.745098039216,186.274509803922,188.235294117647],[171.56862745098,193.137254901961,190.196078431373],[154.901960784314,174.509803921569,165.686274509804],[159.803921568627,176.470588235294,160.78431372549],[184.313725490196,193.137254901961,172.549019607843],[191.176470588235,195.098039215686,172.549019607843],[208.823529411765,207.843137254902,180.392156862745],[206.862745098039,203.921568627451,171.56862745098],[185.294117647059,187.254901960784,148.039215686275],[179.411764705882,187.254901960784,149.019607843137],[180.392156862745,190.196078431373,165.686274509804],[175.490196078431,180.392156862745,158.823529411765],[175.490196078431,170.588235294118,142.156862745098],[230.392156862745,214.705882352941,181.372549019608],[247.058823529412,220.588235294118,176.470588235294],[220.588235294118,195.098039215686,147.058823529412],[219.607843137255,203.921568627451,155.882352941176],[159.803921568627,149.019607843137,103.921568627451],[156.862745098039,146.078431372549,100.980392156863],[120.588235294118,106.862745098039,60.7843137254902],[140.196078431373,116.666666666667,71.5686274509804],[198.039215686275,166.666666666667,126.470588235294],[168.627450980392,133.333333333333,100],[235.294117647059,206.862745098039,175.490196078431],[250,250,213.725490196078],[174.509803921569,165.686274509804,125.490196078431],[143.137254901961,120.588235294118,79.4117647058823],[151.960784313725,127.450980392157,87.2549019607843],[98.0392156862745,79.4117647058823,38.2352941176471],[121.56862745098,103.921568627451,68.6274509803922],[90.1960784313725,69.6078431372549,43.1372549019608],[135.294117647059,110.78431372549,89.2156862745098],[121.56862745098,94.1176470588235,73.5294117647059],[70.5882352941177,41.1764705882353,17.6470588235294],[86.2745098039216,53.921568627451,23.5294117647059],[107.843137254902,70.5882352941177,35.2941176470588],[141.176470588235,93.1372549019608,60.7843137254902],[155.882352941176,107.843137254902,76.4705882352941],[120.588235294118,85.2941176470588,53.921568627451],[114.705882352941,81.3725490196078,53.921568627451],[76.4705882352941,40.1960784313726,14.7058823529412],[89.2156862745098,52.9411764705882,27.4509803921569],[106.862745098039,71.5686274509804,48.0392156862745],[88.2352941176471,54.9019607843137,30.3921568627451],[106.862745098039,71.5686274509804,46.078431372549],[157.843137254902,121.56862745098,95.0980392156863],[115.686274509804,72.5490196078431,46.078431372549],[118.627450980392,70.5882352941177,41.1764705882353],[107.843137254902,53.921568627451,23.5294117647059],[137.254901960784,78.4313725490196,45.0980392156863],[148.039215686275,86.2745098039216,51.9607843137255],[130.392156862745,71.5686274509804,36.2745098039216],[111.764705882353,56.8627450980392,22.5490196078431],[106.862745098039,54.9019607843137,21.5686274509804],[97.0588235294118,51.9607843137255,18.6274509803922],[75.4901960784314,35.2941176470588,7.84313725490196],[58.8235294117647,26.4705882352941,9.80392156862745],[72.5490196078431,45.0980392156863,34.3137254901961],[46.078431372549,23.5294117647059,15.6862745098039],[15.6862745098039,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,6.86274509803922,7.84313725490196],[13.7254901960784,9.80392156862745,10.7843137254902],[19.6078431372549,15.6862745098039,16.6666666666667],[4.90196078431373,0,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,1.96078431372549,0],[31.3725490196078,20.5882352941176,14.7058823529412],[81.3725490196078,69.6078431372549,55.8823529411765],[66.6666666666667,53.921568627451,35.2941176470588],[52.9411764705882,41.1764705882353,15.6862745098039],[75.4901960784314,61.7647058823529,33.3333333333333],[66.6666666666667,53.921568627451,19.6078431372549],[69.6078431372549,57.843137254902,20.5882352941176],[100.980392156863,92.156862745098,51.9607843137255],[106.862745098039,98.0392156862745,59.8039215686275],[107.843137254902,100,63.7254901960784],[68.6274509803922,62.7450980392157,27.4509803921569],[98.0392156862745,93.1372549019608,61.7647058823529],[68.6274509803922,64.7058823529412,36.2745098039216],[98.0392156862745,94.1176470588235,67.6470588235294],[101.960784313725,100,75.4901960784314],[67.6470588235294,65.6862745098039,41.1764705882353],[62.7450980392157,61.7647058823529,34.3137254901961],[84.3137254901961,85.2941176470588,53.921568627451],[70.5882352941177,72.5490196078431,36.2745098039216],[100.980392156863,102.941176470588,63.7254901960784],[124.509803921569,128.43137254902,92.156862745098],[84.3137254901961,90.1960784313725,62.7450980392157],[144.117647058824,152.941176470588,126.470588235294],[127.450980392157,136.274509803922,105.882352941176],[165.686274509804,175.490196078431,141.176470588235],[147.058823529412,157.843137254902,118.627450980392],[137.254901960784,146.078431372549,103.921568627451],[142.156862745098,150.980392156863,106.862745098039],[182.352941176471,189.21568627451,148.039215686275],[157.843137254902,164.705882352941,124.509803921569],[191.176470588235,198.039215686275,164.705882352941],[161.764705882353,171.56862745098,145.098039215686],[166.666666666667,181.372549019608,162.745098039216],[156.862745098039,176.470588235294,165.686274509804],[147.058823529412,173.529411764706,168.627450980392],[95.0980392156863,124.509803921569,126.470588235294],[129.411764705882,161.764705882353,166.666666666667],[127.450980392157,161.764705882353,167.647058823529],[124.509803921569,157.843137254902,166.666666666667],[147.058823529412,174.509803921569,188.235294117647],[150,180.392156862745,198.039215686275],[131.372549019608,175.490196078431,194.117647058824],[115.686274509804,160.78431372549,183.333333333333],[134.313725490196,172.549019607843,200.980392156863],[137.254901960784,172.549019607843,203.921568627451],[141.176470588235,175.490196078431,206.862745098039],[143.137254901961,179.411764705882,207.843137254902],[137.254901960784,176.470588235294,200.980392156863],[147.058823529412,181.372549019608,202.941176470588],[156.862745098039,177.450980392157,198.039215686275],[156.862745098039,171.56862745098,190.196078431373],[173.529411764706,192.156862745098,205.882352941176],[192.156862745098,215.686274509804,225.490196078431],[156.862745098039,184.313725490196,195.098039215686],[146.078431372549,169.607843137255,181.372549019608],[172.549019607843,184.313725490196,198.039215686275],[198.039215686275,200.980392156863,217.647058823529],[238.235294117647,233.333333333333,250],[250,247.058823529412,250],[243.137254901961,242.156862745098,250],[238.235294117647,244.117647058824,250],[215.686274509804,227.450980392157,241.176470588235],[190.196078431373,205.882352941176,220.588235294118],[200.980392156863,213.725490196078,230.392156862745],[208.823529411765,219.607843137255,241.176470588235],[190.196078431373,195.098039215686,223.529411764706],[203.921568627451,204.901960784314,235.294117647059],[231.372549019608,227.450980392157,250],[212.745098039216,210.78431372549,249.019607843137],[218.627450980392,220.588235294118,250],[189.21568627451,194.117647058824,235.294117647059],[179.411764705882,188.235294117647,228.43137254902],[171.56862745098,185.294117647059,221.56862745098],[152.941176470588,172.549019607843,206.862745098039],[145.098039215686,168.627450980392,201.960784313725],[143.137254901961,171.56862745098,202.941176470588],[150,180.392156862745,210.78431372549],[155.882352941176,188.235294117647,220.588235294118],[194.117647058824,227.450980392157,250],[176.470588235294,209.803921568627,246.078431372549],[145.098039215686,179.411764705882,218.627450980392],[143.137254901961,181.372549019608,221.56862745098],[156.862745098039,198.039215686275,237.254901960784],[160.78431372549,202.941176470588,244.117647058824],[137.254901960784,180.392156862745,224.509803921569],[150,197.058823529412,242.156862745098],[157.843137254902,202.941176470588,250],[144.117647058824,187.254901960784,231.372549019608],[141.176470588235,183.333333333333,225.490196078431],[150.980392156863,189.21568627451,231.372549019608],[146.078431372549,182.352941176471,223.529411764706],[148.039215686275,180.392156862745,222.549019607843],[152.941176470588,187.254901960784,228.43137254902],[153.921568627451,192.156862745098,232.352941176471],[150.980392156863,189.21568627451,227.450980392157],[149.019607843137,186.274509803922,222.549019607843],[164.705882352941,194.117647058824,231.372549019608],[196.078431372549,210.78431372549,249.019607843137],[211.764705882353,219.607843137255,250],[199.019607843137,203.921568627451,235.294117647059],[178.43137254902,184.313725490196,217.647058823529],[172.549019607843,185.294117647059,226.470588235294],[166.666666666667,183.333333333333,225.490196078431],[189.21568627451,206.862745098039,244.117647058824],[185.294117647059,200.980392156863,234.313725490196],[164.705882352941,178.43137254902,204.901960784314],[183.333333333333,194.117647058824,215.686274509804],[186.274509803922,193.137254901961,210.78431372549],[207.843137254902,210.78431372549,225.490196078431],[219.607843137255,219.607843137255,231.372549019608],[202.941176470588,202.941176470588,212.745098039216],[241.176470588235,241.176470588235,250],[225.490196078431,228.43137254902,237.254901960784],[206.862745098039,215.686274509804,224.509803921569],[164.705882352941,177.450980392157,185.294117647059],[176.470588235294,193.137254901961,200.980392156863],[201.960784313725,217.647058823529,230.392156862745],[188.235294117647,200,223.529411764706],[206.862745098039,217.647058823529,245.098039215686],[182.352941176471,194.117647058824,219.607843137255],[185.294117647059,197.058823529412,220.588235294118],[232.352941176471,244.117647058824,250],[222.549019607843,237.254901960784,250],[202.941176470588,218.627450980392,231.372549019608],[193.137254901961,209.803921568627,217.647058823529],[189.21568627451,206.862745098039,208.823529411765],[186.274509803922,200.980392156863,196.078431372549],[177.450980392157,187.254901960784,176.470588235294],[182.352941176471,184.313725490196,170.588235294118],[207.843137254902,202.941176470588,183.333333333333],[220.588235294118,208.823529411765,185.294117647059],[250,247.058823529412,222.549019607843],[249.019607843137,229.411764705882,202.941176470588],[209.803921568627,195.098039215686,166.666666666667],[195.098039215686,184.313725490196,156.862745098039],[200,190.196078431373,163.725490196078],[228.43137254902,219.607843137255,191.176470588235],[222.549019607843,209.803921568627,176.470588235294],[240.196078431373,226.470588235294,190.196078431373],[250,244.117647058824,205.882352941176],[244.117647058824,232.352941176471,191.176470588235],[250,244.117647058824,200.980392156863],[241.176470588235,233.333333333333,188.235294117647],[210.78431372549,195.098039215686,145.098039215686],[211.764705882353,191.176470588235,139.21568627451],[153.921568627451,129.411764705882,76.4705882352941],[212.745098039216,190.196078431373,141.176470588235],[214.705882352941,197.058823529412,157.843137254902],[204.901960784314,193.137254901961,155.882352941176],[230.392156862745,218.627450980392,177.450980392157],[156.862745098039,140.196078431373,97.0588235294118],[156.862745098039,125.490196078431,85.2941176470588],[119.607843137255,87.2549019607843,47.0588235294118],[60.7843137254902,38.2352941176471,0],[103.921568627451,84.3137254901961,50],[126.470588235294,102.941176470588,77.4509803921569],[85.2941176470588,58.8235294117647,40.1960784313726],[81.3725490196078,52.9411764705882,35.2941176470588],[95.0980392156863,64.7058823529412,44.1176470588235],[63.7254901960784,33.3333333333333,2.94117647058824],[83.3333333333333,46.078431372549,10.7843137254902],[182.352941176471,133.333333333333,99.0196078431373],[161.764705882353,109.803921568627,78.4313725490196],[79.4117647058823,39.2156862745098,7.84313725490196],[78.4313725490196,46.078431372549,15.6862745098039],[123.529411764706,94.1176470588235,68.6274509803922],[122.549019607843,95.0980392156863,71.5686274509804],[79.4117647058823,49.0196078431373,28.4313725490196],[88.2352941176471,53.921568627451,34.3137254901961],[134.313725490196,97.0588235294118,76.4705882352941],[104.901960784314,63.7254901960784,42.156862745098],[156.862745098039,111.764705882353,88.2352941176471],[96.078431372549,50,22.5490196078431],[70.5882352941177,22.5490196078431,0],[94.1176470588235,45.0980392156863,10.7843137254902],[135.294117647059,84.3137254901961,48.0392156862745],[157.843137254902,106.862745098039,70.5882352941177],[123.529411764706,72.5490196078431,36.2745098039216],[111.764705882353,59.8039215686275,26.4705882352941],[129.411764705882,80.3921568627451,48.0392156862745],[97.0588235294118,51.9607843137255,26.4705882352941],[66.6666666666667,31.3725490196078,15.6862745098039],[72.5490196078431,45.0980392156863,34.3137254901961],[52.9411764705882,30.3921568627451,22.5490196078431],[22.5490196078431,3.92156862745098,0],[11.7647058823529,0,0],[6.86274509803922,0,0],[2.94117647058824,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[14.7058823529412,9.80392156862745,13.7254901960784],[12.7450980392157,6.86274509803922,8.82352941176471],[22.5490196078431,14.7058823529412,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[29.4117647058824,19.6078431372549,7.84313725490196],[35.2941176470588,24.5098039215686,6.86274509803922],[48.0392156862745,38.2352941176471,13.7254901960784],[54.9019607843137,41.1764705882353,14.7058823529412],[76.4705882352941,59.8039215686275,30.3921568627451],[97.0588235294118,78.4313725490196,46.078431372549],[142.156862745098,126.470588235294,91.1764705882353],[116.666666666667,102.941176470588,66.6666666666667],[127.450980392157,115.686274509804,78.4313725490196],[116.666666666667,107.843137254902,69.6078431372549],[139.21568627451,134.313725490196,97.0588235294118],[103.921568627451,100,63.7254901960784],[51.9607843137255,49.0196078431373,14.7058823529412],[64.7058823529412,64.7058823529412,31.3725490196078],[90.1960784313725,89.2156862745098,58.8235294117647],[85.2941176470588,86.2745098039216,54.9019607843137],[103.921568627451,104.901960784314,73.5294117647059],[81.3725490196078,85.2941176470588,50.9803921568627],[89.2156862745098,94.1176470588235,54.9019607843137],[176.470588235294,182.352941176471,145.098039215686],[131.372549019608,136.274509803922,106.862745098039],[115.686274509804,121.56862745098,94.1176470588235],[135.294117647059,142.156862745098,109.803921568627],[117.647058823529,125.490196078431,89.2156862745098],[127.450980392157,135.294117647059,95.0980392156863],[132.352941176471,141.176470588235,99.0196078431373],[153.921568627451,162.745098039216,120.588235294118],[234.313725490196,242.156862745098,201.960784313725],[202.941176470588,210.78431372549,174.509803921569],[208.823529411765,217.647058823529,189.21568627451],[208.823529411765,217.647058823529,197.058823529412],[188.235294117647,201.960784313725,187.254901960784],[213.725490196078,233.333333333333,224.509803921569],[199.019607843137,223.529411764706,219.607843137255],[142.156862745098,169.607843137255,170.588235294118],[168.627450980392,199.019607843137,201.960784313725],[169.607843137255,200,204.901960784314],[140.196078431373,167.647058823529,178.43137254902],[167.647058823529,189.21568627451,202.941176470588],[131.372549019608,155.882352941176,175.490196078431],[123.529411764706,159.803921568627,178.43137254902],[151.960784313725,189.21568627451,211.764705882353],[144.117647058824,174.509803921569,202.941176470588],[137.254901960784,165.686274509804,195.098039215686],[133.333333333333,159.803921568627,189.21568627451],[128.43137254902,156.862745098039,186.274509803922],[145.098039215686,176.470588235294,200.980392156863],[172.549019607843,200,223.529411764706],[185.294117647059,200,222.549019607843],[197.058823529412,207.843137254902,227.450980392157],[196.078431372549,211.764705882353,227.450980392157],[159.803921568627,181.372549019608,194.117647058824],[144.117647058824,172.549019607843,186.274509803922],[152.941176470588,181.372549019608,195.098039215686],[206.862745098039,225.490196078431,242.156862745098],[202.941176470588,215.686274509804,232.352941176471],[208.823529411765,215.686274509804,234.313725490196],[232.352941176471,239.21568627451,250],[240.196078431373,250,250],[213.725490196078,229.411764705882,242.156862745098],[202.941176470588,221.56862745098,235.294117647059],[209.803921568627,228.43137254902,243.137254901961],[215.686274509804,232.352941176471,250],[213.725490196078,225.490196078431,249.019607843137],[184.313725490196,191.176470588235,219.607843137255],[174.509803921569,180.392156862745,211.764705882353],[196.078431372549,201.960784313725,235.294117647059],[185.294117647059,189.21568627451,225.490196078431],[180.392156862745,179.411764705882,218.627450980392],[197.058823529412,199.019607843137,237.254901960784],[209.803921568627,214.705882352941,250],[200,209.803921568627,245.098039215686],[179.411764705882,195.098039215686,227.450980392157],[176.470588235294,199.019607843137,229.411764705882],[158.823529411765,183.333333333333,212.745098039216],[147.058823529412,173.529411764706,201.960784313725],[132.352941176471,160.78431372549,190.196078431373],[160.78431372549,193.137254901961,223.529411764706],[169.607843137255,203.921568627451,235.294117647059],[146.078431372549,184.313725490196,216.666666666667],[149.019607843137,191.176470588235,224.509803921569],[149.019607843137,194.117647058824,227.450980392157],[127.450980392157,176.470588235294,210.78431372549],[145.098039215686,193.137254901961,232.352941176471],[136.274509803922,182.352941176471,225.490196078431],[138.235294117647,181.372549019608,227.450980392157],[136.274509803922,178.43137254902,220.588235294118],[145.098039215686,183.333333333333,225.490196078431],[147.058823529412,181.372549019608,222.549019607843],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,187.254901960784,224.509803921569],[153.921568627451,187.254901960784,224.509803921569],[152.941176470588,187.254901960784,224.509803921569],[166.666666666667,200.980392156863,238.235294117647],[145.098039215686,176.470588235294,213.725490196078],[138.235294117647,163.725490196078,198.039215686275],[180.392156862745,196.078431372549,229.411764705882],[200,210.78431372549,242.156862745098],[191.176470588235,196.078431372549,225.490196078431],[189.21568627451,194.117647058824,225.490196078431],[154.901960784314,166.666666666667,203.921568627451],[162.745098039216,177.450980392157,215.686274509804],[221.56862745098,235.294117647059,250],[179.411764705882,193.137254901961,221.56862745098],[199.019607843137,209.803921568627,231.372549019608],[208.823529411765,215.686274509804,233.333333333333],[185.294117647059,188.235294117647,202.941176470588],[190.196078431373,190.196078431373,201.960784313725],[186.274509803922,184.313725490196,195.098039215686],[211.764705882353,208.823529411765,219.607843137255],[239.21568627451,237.254901960784,248.039215686275],[211.764705882353,213.725490196078,225.490196078431],[225.490196078431,232.352941176471,242.156862745098],[169.607843137255,182.352941176471,191.176470588235],[148.039215686275,164.705882352941,172.549019607843],[162.745098039216,178.43137254902,193.137254901961],[177.450980392157,192.156862745098,212.745098039216],[203.921568627451,215.686274509804,241.176470588235],[210.78431372549,222.549019607843,248.039215686275],[196.078431372549,207.843137254902,231.372549019608],[202.941176470588,214.705882352941,236.274509803922],[196.078431372549,208.823529411765,227.450980392157],[217.647058823529,231.372549019608,244.117647058824],[207.843137254902,222.549019607843,229.411764705882],[200.980392156863,216.666666666667,216.666666666667],[178.43137254902,191.176470588235,184.313725490196],[188.235294117647,196.078431372549,183.333333333333],[198.039215686275,199.019607843137,181.372549019608],[189.21568627451,183.333333333333,161.764705882353],[181.372549019608,165.686274509804,141.176470588235],[222.549019607843,201.960784313725,175.490196078431],[242.156862745098,221.56862745098,195.098039215686],[202.941176470588,187.254901960784,162.745098039216],[160.78431372549,147.058823529412,121.56862745098],[162.745098039216,147.058823529412,122.549019607843],[204.901960784314,189.21568627451,163.725490196078],[238.235294117647,223.529411764706,195.098039215686],[232.352941176471,219.607843137255,188.235294117647],[174.509803921569,168.627450980392,135.294117647059],[176.470588235294,172.549019607843,136.274509803922],[178.43137254902,176.470588235294,138.235294117647],[175.490196078431,172.549019607843,128.43137254902],[176.470588235294,169.607843137255,118.627450980392],[196.078431372549,185.294117647059,132.352941176471],[182.352941176471,171.56862745098,116.666666666667],[190.196078431373,180.392156862745,128.43137254902],[199.019607843137,195.098039215686,149.019607843137],[175.490196078431,170.588235294118,129.411764705882],[244.117647058824,233.333333333333,189.21568627451],[196.078431372549,175.490196078431,133.333333333333],[138.235294117647,105.882352941176,63.7254901960784],[122.549019607843,88.2352941176471,47.0588235294118],[103.921568627451,77.4509803921569,35.2941176470588],[93.1372549019608,69.6078431372549,32.3529411764706],[103.921568627451,77.4509803921569,50.9803921568627],[107.843137254902,77.4509803921569,56.8627450980392],[98.0392156862745,66.6666666666667,46.078431372549],[108.823529411765,75.4901960784314,50.9803921568627],[122.549019607843,88.2352941176471,56.8627450980392],[125.490196078431,86.2745098039216,50.9803921568627],[194.117647058824,142.156862745098,108.823529411765],[210.78431372549,158.823529411765,125.490196078431],[142.156862745098,101.960784313725,70.5882352941177],[139.21568627451,108.823529411765,80.3921568627451],[134.313725490196,110.78431372549,87.2549019607843],[61.7647058823529,40.1960784313726,19.6078431372549],[58.8235294117647,32.3529411764706,13.7254901960784],[94.1176470588235,61.7647058823529,45.0980392156863],[80.3921568627451,42.156862745098,27.4509803921569],[61.7647058823529,19.6078431372549,2.94117647058824],[85.2941176470588,41.1764705882353,20.5882352941176],[100,54.9019607843137,31.3725490196078],[97.0588235294118,52.9411764705882,24.5098039215686],[99.0196078431373,54.9019607843137,22.5490196078431],[83.3333333333333,40.1960784313726,5.88235294117647],[95.0980392156863,50,14.7058823529412],[115.686274509804,67.6470588235294,35.2941176470588],[109.803921568627,60.7843137254902,28.4313725490196],[107.843137254902,55.8823529411765,25.4901960784314],[106.862745098039,59.8039215686275,37.2549019607843],[81.3725490196078,46.078431372549,30.3921568627451],[59.8039215686275,32.3529411764706,21.5686274509804],[38.2352941176471,15.6862745098039,7.84313725490196],[18.6274509803922,1.96078431372549,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0,3.92156862745098],[12.7450980392157,7.84313725490196,13.7254901960784],[16.6666666666667,10.7843137254902,14.7058823529412],[30.3921568627451,21.5686274509804,22.5490196078431],[57.843137254902,49.0196078431373,44.1176470588235],[62.7450980392157,52.9411764705882,43.1372549019608],[45.0980392156863,34.3137254901961,16.6666666666667],[41.1764705882353,30.3921568627451,8.82352941176471],[70.5882352941177,56.8627450980392,30.3921568627451],[78.4313725490196,61.7647058823529,32.3529411764706],[92.156862745098,73.5294117647059,42.156862745098],[138.235294117647,119.607843137255,87.2549019607843],[102.941176470588,87.2549019607843,51.9607843137255],[86.2745098039216,74.5098039215686,35.2941176470588],[97.0588235294118,88.2352941176471,48.0392156862745],[88.2352941176471,81.3725490196078,40.1960784313726],[85.2941176470588,80.3921568627451,41.1764705882353],[69.6078431372549,65.6862745098039,28.4313725490196],[61.7647058823529,59.8039215686275,22.5490196078431],[58.8235294117647,55.8823529411765,21.5686274509804],[85.2941176470588,85.2941176470588,51.9607843137255],[108.823529411765,108.823529411765,75.4901960784314],[69.6078431372549,71.5686274509804,35.2941176470588],[97.0588235294118,99.0196078431373,60.7843137254902],[166.666666666667,168.627450980392,130.392156862745],[120.588235294118,124.509803921569,90.1960784313725],[89.2156862745098,95.0980392156863,61.7647058823529],[89.2156862745098,95.0980392156863,59.8039215686275],[149.019607843137,156.862745098039,118.627450980392],[166.666666666667,174.509803921569,136.274509803922],[184.313725490196,195.098039215686,155.882352941176],[204.901960784314,214.705882352941,178.43137254902],[230.392156862745,240.196078431373,206.862745098039],[217.647058823529,226.470588235294,200],[216.666666666667,225.490196078431,204.901960784314],[229.411764705882,240.196078431373,226.470588235294],[240.196078431373,250,243.137254901961],[227.450980392157,246.078431372549,240.196078431373],[221.56862745098,243.137254901961,240.196078431373],[232.352941176471,250,250],[198.039215686275,223.529411764706,222.549019607843],[187.254901960784,206.862745098039,205.882352941176],[145.098039215686,159.803921568627,162.745098039216],[139.21568627451,151.960784313725,159.803921568627],[161.764705882353,175.490196078431,186.274509803922],[174.509803921569,196.078431372549,209.803921568627],[147.058823529412,171.56862745098,191.176470588235],[145.098039215686,166.666666666667,190.196078431373],[158.823529411765,179.411764705882,207.843137254902],[149.019607843137,171.56862745098,201.960784313725],[145.098039215686,169.607843137255,199.019607843137],[154.901960784314,181.372549019608,209.803921568627],[162.745098039216,189.21568627451,217.647058823529],[154.901960784314,175.490196078431,203.921568627451],[164.705882352941,184.313725490196,210.78431372549],[172.549019607843,194.117647058824,217.647058823529],[142.156862745098,165.686274509804,189.21568627451],[157.843137254902,185.294117647059,206.862745098039],[187.254901960784,218.627450980392,239.21568627451],[203.921568627451,236.274509803922,250],[184.313725490196,216.666666666667,233.333333333333],[119.607843137255,150.980392156863,165.686274509804],[154.901960784314,186.274509803922,200.980392156863],[211.764705882353,240.196078431373,250],[212.745098039216,241.176470588235,250],[152.941176470588,184.313725490196,199.019607843137],[172.549019607843,204.901960784314,219.607843137255],[144.117647058824,179.411764705882,195.098039215686],[159.803921568627,196.078431372549,214.705882352941],[175.490196078431,210.78431372549,232.352941176471],[144.117647058824,179.411764705882,204.901960784314],[147.058823529412,180.392156862745,207.843137254902],[162.745098039216,191.176470588235,222.549019607843],[157.843137254902,182.352941176471,212.745098039216],[160.78431372549,183.333333333333,213.725490196078],[167.647058823529,192.156862745098,221.56862745098],[193.137254901961,217.647058823529,247.058823529412],[194.117647058824,217.647058823529,245.098039215686],[189.21568627451,209.803921568627,238.235294117647],[165.686274509804,185.294117647059,211.764705882353],[180.392156862745,197.058823529412,224.509803921569],[182.352941176471,197.058823529412,227.450980392157],[155.882352941176,171.56862745098,203.921568627451],[165.686274509804,185.294117647059,217.647058823529],[172.549019607843,198.039215686275,230.392156862745],[156.862745098039,191.176470588235,222.549019607843],[140.196078431373,180.392156862745,211.764705882353],[124.509803921569,172.549019607843,203.921568627451],[140.196078431373,187.254901960784,222.549019607843],[159.803921568627,203.921568627451,245.098039215686],[157.843137254902,198.039215686275,243.137254901961],[152.941176470588,189.21568627451,232.352941176471],[153.921568627451,186.274509803922,228.43137254902],[148.039215686275,176.470588235294,215.686274509804],[144.117647058824,172.549019607843,211.764705882353],[154.901960784314,184.313725490196,221.56862745098],[153.921568627451,185.294117647059,222.549019607843],[147.058823529412,178.43137254902,215.686274509804],[162.745098039216,192.156862745098,227.450980392157],[163.725490196078,189.21568627451,225.490196078431],[163.725490196078,185.294117647059,221.56862745098],[183.333333333333,199.019607843137,232.352941176471],[198.039215686275,206.862745098039,239.21568627451],[200,200.980392156863,231.372549019608],[199.019607843137,200,229.411764705882],[171.56862745098,177.450980392157,208.823529411765],[173.529411764706,184.313725490196,213.725490196078],[217.647058823529,227.450980392157,250],[202.941176470588,210.78431372549,231.372549019608],[204.901960784314,210.78431372549,226.470588235294],[191.176470588235,193.137254901961,204.901960784314],[182.352941176471,181.372549019608,189.21568627451],[193.137254901961,187.254901960784,197.058823529412],[196.078431372549,188.235294117647,199.019607843137],[220.588235294118,212.745098039216,223.529411764706],[243.137254901961,237.254901960784,249.019607843137],[200,198.039215686275,210.78431372549],[187.254901960784,190.196078431373,204.901960784314],[162.745098039216,171.56862745098,186.274509803922],[169.607843137255,183.333333333333,196.078431372549],[168.627450980392,186.274509803922,200],[150.980392156863,171.56862745098,188.235294117647],[150,170.588235294118,189.21568627451],[170.588235294118,191.176470588235,209.803921568627],[195.098039215686,212.745098039216,232.352941176471],[204.901960784314,221.56862745098,241.176470588235],[167.647058823529,184.313725490196,200],[168.627450980392,186.274509803922,198.039215686275],[153.921568627451,170.588235294118,177.450980392157],[200.980392156863,219.607843137255,217.647058823529],[200,215.686274509804,205.882352941176],[175.490196078431,188.235294117647,171.56862745098],[159.803921568627,167.647058823529,147.058823529412],[146.078431372549,146.078431372549,122.549019607843],[174.509803921569,168.627450980392,143.137254901961],[205.882352941176,195.098039215686,167.647058823529],[212.745098039216,203.921568627451,175.490196078431],[137.254901960784,136.274509803922,108.823529411765],[131.372549019608,129.411764705882,106.862745098039],[177.450980392157,170.588235294118,151.960784313725],[163.725490196078,154.901960784314,138.235294117647],[156.862745098039,145.098039215686,129.411764705882],[232.352941176471,220.588235294118,204.901960784314],[198.039215686275,190.196078431373,169.607843137255],[116.666666666667,111.764705882353,83.3333333333333],[147.058823529412,147.058823529412,109.803921568627],[195.098039215686,201.960784313725,158.823529411765],[224.509803921569,236.274509803922,189.21568627451],[215.686274509804,229.411764705882,181.372549019608],[210.78431372549,224.509803921569,176.470588235294],[223.529411764706,231.372549019608,183.333333333333],[190.196078431373,189.21568627451,142.156862745098],[193.137254901961,185.294117647059,139.21568627451],[237.254901960784,224.509803921569,183.333333333333],[207.843137254902,186.274509803922,146.078431372549],[159.803921568627,127.450980392157,85.2941176470588],[153.921568627451,117.647058823529,74.5098039215686],[107.843137254902,73.5294117647059,32.3529411764706],[65.6862745098039,32.3529411764706,0],[172.549019607843,138.235294117647,108.823529411765],[150.980392156863,115.686274509804,90.1960784313725],[98.0392156862745,61.7647058823529,36.2745098039216],[120.588235294118,81.3725490196078,55.8823529411765],[101.960784313725,59.8039215686275,26.4705882352941],[159.803921568627,114.705882352941,81.3725490196078],[100,50.9803921568627,16.6666666666667],[80.3921568627451,32.3529411764706,0],[131.372549019608,93.1372549019608,62.7450980392157],[168.627450980392,139.21568627451,113.725490196078],[241.176470588235,220.588235294118,200],[217.647058823529,199.019607843137,184.313725490196],[143.137254901961,117.647058823529,104.901960784314],[97.0588235294118,67.6470588235294,56.8627450980392],[62.7450980392157,26.4705882352941,17.6470588235294],[51.9607843137255,12.7450980392157,2.94117647058824],[40.1960784313726,0,0],[55.8823529411765,13.7254901960784,0],[113.725490196078,70.5882352941177,46.078431372549],[104.901960784314,61.7647058823529,33.3333333333333],[80.3921568627451,38.2352941176471,6.86274509803922],[66.6666666666667,22.5490196078431,0],[98.0392156862745,50,18.6274509803922],[113.725490196078,63.7254901960784,35.2941176470588],[92.156862745098,39.2156862745098,11.7647058823529],[84.3137254901961,35.2941176470588,12.7450980392157],[92.156862745098,55.8823529411765,40.1960784313726],[59.8039215686275,32.3529411764706,21.5686274509804],[21.5686274509804,0,0],[13.7254901960784,0,0],[22.5490196078431,8.82352941176471,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[9.80392156862745,4.90196078431373,10.7843137254902],[15.6862745098039,10.7843137254902,14.7058823529412],[18.6274509803922,12.7450980392157,12.7450980392157],[38.2352941176471,31.3725490196078,25.4901960784314],[31.3725490196078,23.5294117647059,12.7450980392157],[22.5490196078431,13.7254901960784,0],[32.3529411764706,24.5098039215686,1.96078431372549],[78.4313725490196,67.6470588235294,40.1960784313726],[100,85.2941176470588,52.9411764705882],[88.2352941176471,72.5490196078431,37.2549019607843],[62.7450980392157,49.0196078431373,10.7843137254902],[115.686274509804,101.960784313725,63.7254901960784],[109.803921568627,98.0392156862745,58.8235294117647],[105.882352941176,97.0588235294118,56.8627450980392],[92.156862745098,84.3137254901961,46.078431372549],[64.7058823529412,59.8039215686275,22.5490196078431],[77.4509803921569,71.5686274509804,36.2745098039216],[81.3725490196078,75.4901960784314,42.156862745098],[63.7254901960784,57.843137254902,24.5098039215686],[71.5686274509804,67.6470588235294,33.3333333333333],[108.823529411765,104.901960784314,68.6274509803922],[117.647058823529,112.745098039216,75.4901960784314],[147.058823529412,142.156862745098,100.980392156863],[152.941176470588,150,109.803921568627],[134.313725490196,136.274509803922,97.0588235294118],[113.725490196078,118.627450980392,79.4117647058823],[118.627450980392,125.490196078431,85.2941176470588],[158.823529411765,166.666666666667,128.43137254902],[167.647058823529,177.450980392157,141.176470588235],[221.56862745098,232.352941176471,199.019607843137],[210.78431372549,221.56862745098,192.156862745098],[162.745098039216,172.549019607843,149.019607843137],[218.627450980392,227.450980392157,210.78431372549],[193.137254901961,202.941176470588,192.156862745098],[189.21568627451,200,192.156862745098],[181.372549019608,196.078431372549,191.176470588235],[120.588235294118,139.21568627451,135.294117647059],[160.78431372549,183.333333333333,177.450980392157],[214.705882352941,241.176470588235,234.313725490196],[201.960784313725,226.470588235294,220.588235294118],[169.607843137255,184.313725490196,181.372549019608],[162.745098039216,174.509803921569,172.549019607843],[156.862745098039,170.588235294118,171.56862745098],[172.549019607843,187.254901960784,192.156862745098],[184.313725490196,200.980392156863,210.78431372549],[156.862745098039,173.529411764706,189.21568627451],[158.823529411765,176.470588235294,198.039215686275],[157.843137254902,179.411764705882,202.941176470588],[154.901960784314,178.43137254902,203.921568627451],[156.862745098039,182.352941176471,208.823529411765],[158.823529411765,184.313725490196,210.78431372549],[167.647058823529,193.137254901961,219.607843137255],[165.686274509804,191.176470588235,217.647058823529],[163.725490196078,189.21568627451,213.725490196078],[179.411764705882,204.901960784314,229.411764705882],[186.274509803922,213.725490196078,237.254901960784],[154.901960784314,188.235294117647,214.705882352941],[136.274509803922,172.549019607843,198.039215686275],[138.235294117647,175.490196078431,198.039215686275],[186.274509803922,223.529411764706,244.117647058824],[181.372549019608,218.627450980392,237.254901960784],[151.960784313725,188.235294117647,205.882352941176],[174.509803921569,206.862745098039,223.529411764706],[199.019607843137,234.313725490196,250],[204.901960784314,241.176470588235,250],[210.78431372549,250,250],[161.764705882353,207.843137254902,223.529411764706],[136.274509803922,183.333333333333,202.941176470588],[136.274509803922,183.333333333333,204.901960784314],[137.254901960784,182.352941176471,207.843137254902],[153.921568627451,192.156862745098,222.549019607843],[146.078431372549,181.372549019608,212.745098039216],[145.098039215686,178.43137254902,205.882352941176],[146.078431372549,179.411764705882,203.921568627451],[146.078431372549,177.450980392157,201.960784313725],[166.666666666667,196.078431372549,219.607843137255],[158.823529411765,184.313725490196,208.823529411765],[166.666666666667,186.274509803922,210.78431372549],[158.823529411765,172.549019607843,198.039215686275],[188.235294117647,195.098039215686,222.549019607843],[200,202.941176470588,233.333333333333],[209.803921568627,212.745098039216,245.098039215686],[195.098039215686,199.019607843137,233.333333333333],[185.294117647059,195.098039215686,229.411764705882],[172.549019607843,192.156862745098,224.509803921569],[154.901960784314,183.333333333333,214.705882352941],[150,185.294117647059,216.666666666667],[136.274509803922,175.490196078431,209.803921568627],[157.843137254902,196.078431372549,238.235294117647],[160.78431372549,197.058823529412,241.176470588235],[147.058823529412,179.411764705882,221.56862745098],[143.137254901961,171.56862745098,212.745098039216],[148.039215686275,172.549019607843,211.764705882353],[150.980392156863,174.509803921569,211.764705882353],[163.725490196078,189.21568627451,225.490196078431],[172.549019607843,200.980392156863,234.313725490196],[200.980392156863,229.411764705882,250],[188.235294117647,213.725490196078,248.039215686275],[161.764705882353,183.333333333333,219.607843137255],[162.745098039216,181.372549019608,213.725490196078],[195.098039215686,209.803921568627,240.196078431373],[209.803921568627,215.686274509804,247.058823529412],[203.921568627451,200.980392156863,231.372549019608],[203.921568627451,200.980392156863,229.411764705882],[198.039215686275,201.960784313725,228.43137254902],[242.156862745098,250,250],[231.372549019608,238.235294117647,250],[206.862745098039,212.745098039216,224.509803921569],[141.176470588235,144.117647058824,150.980392156863],[185.294117647059,184.313725490196,189.21568627451],[224.509803921569,219.607843137255,223.529411764706],[194.117647058824,185.294117647059,190.196078431373],[208.823529411765,198.039215686275,205.882352941176],[239.21568627451,227.450980392157,237.254901960784],[250,243.137254901961,250],[211.764705882353,207.843137254902,222.549019607843],[173.529411764706,174.509803921569,192.156862745098],[161.764705882353,168.627450980392,186.274509803922],[178.43137254902,189.21568627451,206.862745098039],[182.352941176471,199.019607843137,214.705882352941],[173.529411764706,196.078431372549,209.803921568627],[175.490196078431,200.980392156863,213.725490196078],[166.666666666667,189.21568627451,204.901960784314],[187.254901960784,205.882352941176,222.549019607843],[212.745098039216,229.411764705882,247.058823529412],[178.43137254902,194.117647058824,209.803921568627],[153.921568627451,167.647058823529,180.392156862745],[142.156862745098,154.901960784314,162.745098039216],[166.666666666667,180.392156862745,180.392156862745],[199.019607843137,211.764705882353,202.941176470588],[197.058823529412,209.803921568627,193.137254901961],[189.21568627451,198.039215686275,177.450980392157],[132.352941176471,137.254901960784,114.705882352941],[168.627450980392,171.56862745098,145.098039215686],[220.588235294118,219.607843137255,192.156862745098],[187.254901960784,187.254901960784,159.803921568627],[217.647058823529,227.450980392157,200.980392156863],[165.686274509804,175.490196078431,150.980392156863],[123.529411764706,122.549019607843,101.960784313725],[142.156862745098,136.274509803922,120.588235294118],[102.941176470588,95.0980392156863,84.3137254901961],[146.078431372549,138.235294117647,127.450980392157],[243.137254901961,236.274509803922,220.588235294118],[204.901960784314,199.019607843137,177.450980392157],[211.764705882353,208.823529411765,174.509803921569],[206.862745098039,212.745098039216,169.607843137255],[197.058823529412,212.745098039216,166.666666666667],[200.980392156863,219.607843137255,174.509803921569],[208.823529411765,230.392156862745,184.313725490196],[221.56862745098,237.254901960784,189.21568627451],[224.509803921569,227.450980392157,175.490196078431],[211.764705882353,203.921568627451,155.882352941176],[169.607843137255,154.901960784314,114.705882352941],[173.529411764706,151.960784313725,113.725490196078],[226.470588235294,195.098039215686,154.901960784314],[167.647058823529,131.372549019608,88.2352941176471],[151.960784313725,109.803921568627,67.6470588235294],[113.725490196078,70.5882352941177,32.3529411764706],[156.862745098039,117.647058823529,83.3333333333333],[154.901960784314,114.705882352941,83.3333333333333],[97.0588235294118,53.921568627451,25.4901960784314],[108.823529411765,62.7450980392157,33.3333333333333],[128.43137254902,79.4117647058823,45.0980392156863],[150,99.0196078431373,62.7450980392157],[108.823529411765,61.7647058823529,26.4705882352941],[81.3725490196078,39.2156862745098,5.88235294117647],[90.1960784313725,55.8823529411765,26.4705882352941],[180.392156862745,152.941176470588,131.372549019608],[250,245.098039215686,231.372549019608],[250,241.176470588235,230.392156862745],[130.392156862745,107.843137254902,100],[66.6666666666667,40.1960784313726,33.3333333333333],[72.5490196078431,44.1176470588235,36.2745098039216],[45.0980392156863,12.7450980392157,3.92156862745098],[48.0392156862745,12.7450980392157,0.980392156862745],[53.921568627451,15.6862745098039,0],[114.705882352941,73.5294117647059,51.9607843137255],[91.1764705882353,48.0392156862745,23.5294117647059],[106.862745098039,61.7647058823529,36.2745098039216],[107.843137254902,61.7647058823529,34.3137254901961],[102.941176470588,53.921568627451,27.4509803921569],[117.647058823529,67.6470588235294,41.1764705882353],[110.78431372549,60.7843137254902,34.3137254901961],[94.1176470588235,49.0196078431373,26.4705882352941],[92.156862745098,56.8627450980392,41.1764705882353],[45.0980392156863,17.6470588235294,6.86274509803922],[16.6666666666667,0,0],[16.6666666666667,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,8.82352941176471],[8.82352941176471,6.86274509803922,11.7647058823529],[2.94117647058824,0,4.90196078431373],[14.7058823529412,9.80392156862745,15.6862745098039],[22.5490196078431,16.6666666666667,18.6274509803922],[36.2745098039216,28.4313725490196,25.4901960784314],[25.4901960784314,16.6666666666667,7.84313725490196],[48.0392156862745,39.2156862745098,24.5098039215686],[65.6862745098039,57.843137254902,37.2549019607843],[89.2156862745098,80.3921568627451,51.9607843137255],[80.3921568627451,72.5490196078431,34.3137254901961],[91.1764705882353,83.3333333333333,38.2352941176471],[46.078431372549,39.2156862745098,0],[79.4117647058823,72.5490196078431,29.4117647058824],[57.843137254902,52.9411764705882,11.7647058823529],[92.156862745098,87.2549019607843,50],[100,94.1176470588235,60.7843137254902],[100.980392156863,92.156862745098,61.7647058823529],[86.2745098039216,77.4509803921569,49.0196078431373],[81.3725490196078,70.5882352941177,43.1372549019608],[88.2352941176471,77.4509803921569,50],[89.2156862745098,76.4705882352941,45.0980392156863],[117.647058823529,103.921568627451,69.6078431372549],[115.686274509804,100.980392156863,60.7843137254902],[113.725490196078,100,55.8823529411765],[137.254901960784,127.450980392157,79.4117647058823],[105.882352941176,104.901960784314,59.8039215686275],[104.901960784314,110.78431372549,65.6862745098039],[143.137254901961,150,108.823529411765],[153.921568627451,161.764705882353,123.529411764706],[185.294117647059,197.058823529412,161.764705882353],[178.43137254902,191.176470588235,163.725490196078],[234.313725490196,246.078431372549,226.470588235294],[194.117647058824,204.901960784314,191.176470588235],[231.372549019608,240.196078431373,235.294117647059],[175.490196078431,185.294117647059,184.313725490196],[201.960784313725,213.725490196078,213.725490196078],[202.941176470588,218.627450980392,217.647058823529],[148.039215686275,168.627450980392,163.725490196078],[161.764705882353,187.254901960784,178.43137254902],[170.588235294118,198.039215686275,186.274509803922],[175.490196078431,200.980392156863,190.196078431373],[175.490196078431,194.117647058824,188.235294117647],[172.549019607843,188.235294117647,185.294117647059],[194.117647058824,215.686274509804,213.725490196078],[172.549019607843,196.078431372549,198.039215686275],[160.78431372549,177.450980392157,185.294117647059],[156.862745098039,172.549019607843,187.254901960784],[155.882352941176,176.470588235294,193.137254901961],[155.882352941176,180.392156862745,200],[151.960784313725,178.43137254902,199.019607843137],[158.823529411765,182.352941176471,205.882352941176],[171.56862745098,191.176470588235,215.686274509804],[192.156862745098,213.725490196078,237.254901960784],[187.254901960784,217.647058823529,238.235294117647],[169.607843137255,200,219.607843137255],[176.470588235294,202.941176470588,223.529411764706],[187.254901960784,217.647058823529,238.235294117647],[112.745098039216,153.921568627451,178.43137254902],[116.666666666667,160.78431372549,189.21568627451],[127.450980392157,163.725490196078,192.156862745098],[142.156862745098,172.549019607843,200.980392156863],[212.745098039216,236.274509803922,250],[222.549019607843,243.137254901961,250],[202.941176470588,228.43137254902,250],[170.588235294118,200.980392156863,221.56862745098],[141.176470588235,181.372549019608,199.019607843137],[134.313725490196,178.43137254902,197.058823529412],[137.254901960784,184.313725490196,203.921568627451],[134.313725490196,179.411764705882,202.941176470588],[136.274509803922,176.470588235294,203.921568627451],[150.980392156863,183.333333333333,217.647058823529],[159.803921568627,184.313725490196,223.529411764706],[164.705882352941,186.274509803922,224.509803921569],[154.901960784314,181.372549019608,210.78431372549],[149.019607843137,175.490196078431,201.960784313725],[162.745098039216,188.235294117647,212.745098039216],[199.019607843137,222.549019607843,246.078431372549],[175.490196078431,195.098039215686,218.627450980392],[181.372549019608,195.098039215686,220.588235294118],[180.392156862745,187.254901960784,212.745098039216],[209.803921568627,209.803921568627,237.254901960784],[226.470588235294,219.607843137255,250],[250,243.137254901961,250],[226.470588235294,214.705882352941,250],[221.56862745098,213.725490196078,250],[235.294117647059,233.333333333333,250],[200.980392156863,206.862745098039,242.156862745098],[172.549019607843,186.274509803922,220.588235294118],[175.490196078431,197.058823529412,235.294117647059],[147.058823529412,177.450980392157,220.588235294118],[149.019607843137,180.392156862745,226.470588235294],[147.058823529412,173.529411764706,217.647058823529],[150.980392156863,173.529411764706,216.666666666667],[156.862745098039,175.490196078431,216.666666666667],[160.78431372549,178.43137254902,217.647058823529],[165.686274509804,187.254901960784,223.529411764706],[159.803921568627,183.333333333333,218.627450980392],[164.705882352941,186.274509803922,222.549019607843],[180.392156862745,200,234.313725490196],[170.588235294118,188.235294117647,223.529411764706],[159.803921568627,173.529411764706,207.843137254902],[170.588235294118,183.333333333333,214.705882352941],[188.235294117647,193.137254901961,222.549019607843],[201.960784313725,197.058823529412,226.470588235294],[215.686274509804,209.803921568627,235.294117647059],[207.843137254902,208.823529411765,228.43137254902],[246.078431372549,250,250],[225.490196078431,228.43137254902,237.254901960784],[248.039215686275,249.019607843137,250],[184.313725490196,184.313725490196,184.313725490196],[186.274509803922,182.352941176471,181.372549019608],[191.176470588235,183.333333333333,181.372549019608],[206.862745098039,195.098039215686,197.058823529412],[236.274509803922,221.56862745098,228.43137254902],[250,238.235294117647,249.019607843137],[223.529411764706,211.764705882353,225.490196078431],[195.098039215686,186.274509803922,204.901960784314],[178.43137254902,176.470588235294,197.058823529412],[191.176470588235,196.078431372549,215.686274509804],[194.117647058824,204.901960784314,224.509803921569],[202.941176470588,219.607843137255,237.254901960784],[196.078431372549,219.607843137255,229.411764705882],[200,223.529411764706,233.333333333333],[185.294117647059,203.921568627451,217.647058823529],[200,215.686274509804,230.392156862745],[212.745098039216,221.56862745098,238.235294117647],[216.666666666667,221.56862745098,240.196078431373],[209.803921568627,212.745098039216,227.450980392157],[189.21568627451,193.137254901961,201.960784313725],[205.882352941176,210.78431372549,213.725490196078],[180.392156862745,187.254901960784,180.392156862745],[189.21568627451,197.058823529412,184.313725490196],[207.843137254902,214.705882352941,197.058823529412],[164.705882352941,172.549019607843,150],[161.764705882353,166.666666666667,144.117647058824],[186.274509803922,190.196078431373,165.686274509804],[150,158.823529411765,132.352941176471],[193.137254901961,212.745098039216,185.294117647059],[234.313725490196,250,223.529411764706],[161.764705882353,166.666666666667,137.254901960784],[145.098039215686,141.176470588235,116.666666666667],[98.0392156862745,92.156862745098,76.4705882352941],[50.9803921568627,45.0980392156863,33.3333333333333],[143.137254901961,139.21568627451,127.450980392157],[237.254901960784,232.352941176471,213.725490196078],[177.450980392157,168.627450980392,138.235294117647],[146.078431372549,141.176470588235,100],[180.392156862745,182.352941176471,136.274509803922],[146.078431372549,152.941176470588,102.941176470588],[184.313725490196,196.078431372549,149.019607843137],[152.941176470588,160.78431372549,110.78431372549],[166.666666666667,165.686274509804,110.78431372549],[129.411764705882,122.549019607843,69.6078431372549],[109.803921568627,94.1176470588235,58.8235294117647],[159.803921568627,137.254901960784,105.882352941176],[198.039215686275,170.588235294118,131.372549019608],[213.725490196078,177.450980392157,134.313725490196],[187.254901960784,136.274509803922,97.0588235294118],[170.588235294118,118.627450980392,79.4117647058823],[154.901960784314,107.843137254902,70.5882352941177],[123.529411764706,78.4313725490196,43.1372549019608],[123.529411764706,75.4901960784314,43.1372549019608],[136.274509803922,84.3137254901961,50.9803921568627],[177.450980392157,118.627450980392,83.3333333333333],[143.137254901961,86.2745098039216,50],[133.333333333333,88.2352941176471,52.9411764705882],[124.509803921569,89.2156862745098,55.8823529411765],[83.3333333333333,50,25.4901960784314],[67.6470588235294,37.2549019607843,19.6078431372549],[152.941176470588,124.509803921569,116.666666666667],[161.764705882353,137.254901960784,133.333333333333],[66.6666666666667,43.1372549019608,39.2156862745098],[51.9607843137255,31.3725490196078,26.4705882352941],[39.2156862745098,19.6078431372549,12.7450980392157],[33.3333333333333,10.7843137254902,2.94117647058824],[39.2156862745098,9.80392156862745,0],[31.3725490196078,0,0],[116.666666666667,71.5686274509804,56.8627450980392],[115.686274509804,65.6862745098039,47.0588235294118],[102.941176470588,49.0196078431373,28.4313725490196],[98.0392156862745,43.1372549019608,20.5882352941176],[112.745098039216,59.8039215686275,36.2745098039216],[109.803921568627,60.7843137254902,38.2352941176471],[100.980392156863,55.8823529411765,32.3529411764706],[113.725490196078,73.5294117647059,51.9607843137255],[74.5098039215686,42.156862745098,27.4509803921569],[31.3725490196078,3.92156862745098,0],[17.6470588235294,0,0],[21.5686274509804,2.94117647058824,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,1.96078431372549,0.980392156862745],[247.058823529412,249.019607843137,248.039215686275],[89.2156862745098,91.1764705882353,90.1960784313725],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[17.6470588235294,12.7450980392157,16.6666666666667],[24.5098039215686,18.6274509803922,20.5882352941176],[12.7450980392157,4.90196078431373,2.94117647058824],[32.3529411764706,25.4901960784314,17.6470588235294],[47.0588235294118,40.1960784313726,24.5098039215686],[60.7843137254902,52.9411764705882,32.3529411764706],[43.1372549019608,33.3333333333333,8.82352941176471],[49.0196078431373,40.1960784313726,7.84313725490196],[60.7843137254902,56.8627450980392,10.7843137254902],[119.607843137255,116.666666666667,66.6666666666667],[108.823529411765,106.862745098039,56.8627450980392],[168.627450980392,166.666666666667,118.627450980392],[140.196078431373,137.254901960784,93.1372549019608],[118.627450980392,114.705882352941,77.4509803921569],[76.4705882352941,71.5686274509804,40.1960784313726],[71.5686274509804,64.7058823529412,37.2549019607843],[98.0392156862745,87.2549019607843,65.6862745098039],[62.7450980392157,51.9607843137255,32.3529411764706],[34.3137254901961,22.5490196078431,0.980392156862745],[48.0392156862745,32.3529411764706,7.84313725490196],[104.901960784314,89.2156862745098,56.8627450980392],[104.901960784314,87.2549019607843,48.0392156862745],[100.980392156863,85.2941176470588,37.2549019607843],[131.372549019608,121.56862745098,71.5686274509804],[151.960784313725,153.921568627451,107.843137254902],[112.745098039216,121.56862745098,77.4509803921569],[105.882352941176,116.666666666667,74.5098039215686],[114.705882352941,126.470588235294,87.2549019607843],[122.549019607843,136.274509803922,101.960784313725],[174.509803921569,189.21568627451,160.78431372549],[205.882352941176,220.588235294118,200],[240.196078431373,250,243.137254901961],[223.529411764706,240.196078431373,234.313725490196],[115.686274509804,133.333333333333,133.333333333333],[153.921568627451,173.529411764706,174.509803921569],[200,220.588235294118,221.56862745098],[175.490196078431,200,196.078431372549],[145.098039215686,171.56862745098,164.705882352941],[173.529411764706,200.980392156863,189.21568627451],[148.039215686275,174.509803921569,165.686274509804],[150,174.509803921569,171.56862745098],[167.647058823529,191.176470588235,193.137254901961],[216.666666666667,246.078431372549,246.078431372549],[206.862745098039,232.352941176471,233.333333333333],[179.411764705882,193.137254901961,201.960784313725],[179.411764705882,193.137254901961,203.921568627451],[185.294117647059,206.862745098039,220.588235294118],[157.843137254902,183.333333333333,198.039215686275],[156.862745098039,183.333333333333,200],[151.960784313725,176.470588235294,196.078431372549],[165.686274509804,183.333333333333,206.862745098039],[174.509803921569,194.117647058824,217.647058823529],[146.078431372549,177.450980392157,198.039215686275],[129.411764705882,164.705882352941,186.274509803922],[155.882352941176,187.254901960784,211.764705882353],[168.627450980392,204.901960784314,231.372549019608],[136.274509803922,184.313725490196,213.725490196078],[174.509803921569,224.509803921569,250],[174.509803921569,214.705882352941,246.078431372549],[148.039215686275,180.392156862745,212.745098039216],[163.725490196078,189.21568627451,221.56862745098],[204.901960784314,229.411764705882,250],[179.411764705882,205.882352941176,234.313725490196],[163.725490196078,197.058823529412,221.56862745098],[150.980392156863,192.156862745098,213.725490196078],[153.921568627451,200,219.607843137255],[161.764705882353,206.862745098039,229.411764705882],[151.960784313725,196.078431372549,218.627450980392],[196.078431372549,230.392156862745,250],[212.745098039216,241.176470588235,250],[183.333333333333,202.941176470588,237.254901960784],[220.588235294118,240.196078431373,250],[167.647058823529,192.156862745098,222.549019607843],[154.901960784314,181.372549019608,207.843137254902],[162.745098039216,184.313725490196,207.843137254902],[187.254901960784,206.862745098039,230.392156862745],[161.764705882353,182.352941176471,202.941176470588],[200.980392156863,218.627450980392,240.196078431373],[203.921568627451,215.686274509804,241.176470588235],[198.039215686275,202.941176470588,231.372549019608],[206.862745098039,205.882352941176,237.254901960784],[193.137254901961,189.21568627451,223.529411764706],[187.254901960784,181.372549019608,216.666666666667],[204.901960784314,199.019607843137,234.313725490196],[245.098039215686,238.235294117647,250],[236.274509803922,234.313725490196,250],[191.176470588235,196.078431372549,237.254901960784],[194.117647058824,206.862745098039,250],[188.235294117647,210.78431372549,250],[171.56862745098,198.039215686275,242.156862745098],[177.450980392157,200,241.176470588235],[187.254901960784,205.882352941176,247.058823529412],[181.372549019608,196.078431372549,234.313725490196],[197.058823529412,210.78431372549,247.058823529412],[215.686274509804,231.372549019608,250],[192.156862745098,207.843137254902,240.196078431373],[159.803921568627,174.509803921569,206.862745098039],[164.705882352941,177.450980392157,208.823529411765],[181.372549019608,190.196078431373,222.549019607843],[169.607843137255,175.490196078431,206.862745098039],[157.843137254902,161.764705882353,190.196078431373],[204.901960784314,201.960784313725,230.392156862745],[236.274509803922,225.490196078431,250],[203.921568627451,192.156862745098,215.686274509804],[201.960784313725,200,213.725490196078],[182.352941176471,182.352941176471,192.156862745098],[201.960784313725,202.941176470588,207.843137254902],[247.058823529412,247.058823529412,249.019607843137],[201.960784313725,200.980392156863,199.019607843137],[204.901960784314,200,197.058823529412],[209.803921568627,198.039215686275,198.039215686275],[240.196078431373,226.470588235294,226.470588235294],[250,244.117647058824,250],[250,237.254901960784,249.019607843137],[204.901960784314,191.176470588235,205.882352941176],[200,191.176470588235,209.803921568627],[199.019607843137,197.058823529412,217.647058823529],[225.490196078431,231.372549019608,250],[192.156862745098,205.882352941176,231.372549019608],[156.862745098039,174.509803921569,196.078431372549],[161.764705882353,183.333333333333,196.078431372549],[188.235294117647,209.803921568627,220.588235294118],[157.843137254902,179.411764705882,192.156862745098],[191.176470588235,207.843137254902,223.529411764706],[230.392156862745,243.137254901961,250],[229.411764705882,237.254901960784,250],[210.78431372549,215.686274509804,234.313725490196],[235.294117647059,241.176470588235,250],[231.372549019608,240.196078431373,245.098039215686],[209.803921568627,219.607843137255,218.627450980392],[204.901960784314,214.705882352941,205.882352941176],[182.352941176471,190.196078431373,177.450980392157],[220.588235294118,224.509803921569,207.843137254902],[223.529411764706,226.470588235294,207.843137254902],[173.529411764706,178.43137254902,156.862745098039],[134.313725490196,144.117647058824,119.607843137255],[155.882352941176,174.509803921569,147.058823529412],[199.019607843137,214.705882352941,186.274509803922],[173.529411764706,178.43137254902,147.058823529412],[68.6274509803922,67.6470588235294,38.2352941176471],[63.7254901960784,60.7843137254902,42.156862745098],[129.411764705882,127.450980392157,114.705882352941],[150,150,140.196078431373],[248.039215686275,245.098039215686,230.392156862745],[215.686274509804,209.803921568627,178.43137254902],[181.372549019608,174.509803921569,131.372549019608],[199.019607843137,195.098039215686,149.019607843137],[238.235294117647,236.274509803922,189.21568627451],[193.137254901961,196.078431372549,150],[158.823529411765,160.78431372549,112.745098039216],[173.529411764706,170.588235294118,118.627450980392],[150,140.196078431373,92.156862745098],[119.607843137255,101.960784313725,64.7058823529412],[117.647058823529,94.1176470588235,58.8235294117647],[86.2745098039216,57.843137254902,18.6274509803922],[148.039215686275,109.803921568627,69.6078431372549],[201.960784313725,149.019607843137,111.764705882353],[197.058823529412,140.196078431373,102.941176470588],[164.705882352941,113.725490196078,75.4901960784314],[104.901960784314,57.843137254902,18.6274509803922],[102.941176470588,54.9019607843137,15.6862745098039],[130.392156862745,75.4901960784314,39.2156862745098],[179.411764705882,116.666666666667,81.3725490196078],[170.588235294118,111.764705882353,76.4705882352941],[126.470588235294,81.3725490196078,46.078431372549],[118.627450980392,83.3333333333333,51.9607843137255],[87.2549019607843,53.921568627451,29.4117647058824],[91.1764705882353,60.7843137254902,43.1372549019608],[143.137254901961,110.78431372549,101.960784313725],[93.1372549019608,62.7450980392157,57.843137254902],[62.7450980392157,38.2352941176471,33.3333333333333],[26.4705882352941,6.86274509803922,0],[49.0196078431373,30.3921568627451,23.5294117647059],[52.9411764705882,33.3333333333333,26.4705882352941],[60.7843137254902,34.3137254901961,25.4901960784314],[55.8823529411765,20.5882352941176,8.82352941176471],[55.8823529411765,10.7843137254902,0],[113.725490196078,61.7647058823529,44.1176470588235],[123.529411764706,67.6470588235294,48.0392156862745],[115.686274509804,58.8235294117647,37.2549019607843],[112.745098039216,57.843137254902,35.2941176470588],[106.862745098039,57.843137254902,35.2941176470588],[101.960784313725,57.843137254902,35.2941176470588],[82.3529411764706,45.0980392156863,26.4705882352941],[53.921568627451,22.5490196078431,9.80392156862745],[40.1960784313726,13.7254901960784,4.90196078431373],[16.6666666666667,0,0],[12.7450980392157,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[15.6862745098039,10.7843137254902,7.84313725490196],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[82.3529411764706,78.4313725490196,77.4509803921569],[83.3333333333333,79.4117647058823,78.4313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[62.7450980392157,62.7450980392157,64.7058823529412],[23.5294117647059,23.5294117647059,25.4901960784314],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[23.5294117647059,17.6470588235294,17.6470588235294],[29.4117647058824,21.5686274509804,19.6078431372549],[35.2941176470588,26.4705882352941,21.5686274509804],[33.3333333333333,23.5294117647059,13.7254901960784],[61.7647058823529,50,34.3137254901961],[75.4901960784314,63.7254901960784,40.1960784313726],[63.7254901960784,52.9411764705882,23.5294117647059],[90.1960784313725,77.4509803921569,44.1176470588235],[110.78431372549,99.0196078431373,61.7647058823529],[92.156862745098,86.2745098039216,39.2156862745098],[73.5294117647059,70.5882352941177,18.6274509803922],[159.803921568627,158.823529411765,105.882352941176],[180.392156862745,178.43137254902,128.43137254902],[182.352941176471,181.372549019608,134.313725490196],[59.8039215686275,57.843137254902,17.6470588235294],[41.1764705882353,38.2352941176471,5.88235294117647],[62.7450980392157,56.8627450980392,33.3333333333333],[82.3529411764706,75.4901960784314,59.8039215686275],[67.6470588235294,57.843137254902,46.078431372549],[82.3529411764706,70.5882352941177,58.8235294117647],[109.803921568627,99.0196078431373,81.3725490196078],[110.78431372549,99.0196078431373,73.5294117647059],[100.980392156863,88.2352941176471,53.921568627451],[92.156862745098,81.3725490196078,37.2549019607843],[113.725490196078,109.803921568627,63.7254901960784],[149.019607843137,159.803921568627,117.647058823529],[117.647058823529,133.333333333333,95.0980392156863],[116.666666666667,133.333333333333,92.156862745098],[78.4313725490196,94.1176470588235,55.8823529411765],[108.823529411765,124.509803921569,88.2352941176471],[158.823529411765,178.43137254902,144.117647058824],[174.509803921569,197.058823529412,169.607843137255],[168.627450980392,196.078431372549,174.509803921569],[143.137254901961,173.529411764706,158.823529411765],[119.607843137255,151.960784313725,143.137254901961],[135.294117647059,169.607843137255,165.686274509804],[127.450980392157,161.764705882353,157.843137254902],[108.823529411765,140.196078431373,137.254901960784],[157.843137254902,188.235294117647,182.352941176471],[176.470588235294,202.941176470588,196.078431372549],[157.843137254902,186.274509803922,182.352941176471],[130.392156862745,159.803921568627,169.607843137255],[149.019607843137,180.392156862745,193.137254901961],[182.352941176471,211.764705882353,219.607843137255],[154.901960784314,179.411764705882,184.313725490196],[179.411764705882,189.21568627451,198.039215686275],[225.490196078431,233.333333333333,244.117647058824],[171.56862745098,189.21568627451,202.941176470588],[154.901960784314,177.450980392157,193.137254901961],[149.019607843137,174.509803921569,191.176470588235],[169.607843137255,191.176470588235,211.764705882353],[211.764705882353,227.450980392157,250],[216.666666666667,236.274509803922,250],[158.823529411765,194.117647058824,219.607843137255],[116.666666666667,159.803921568627,188.235294117647],[129.411764705882,173.529411764706,211.764705882353],[147.058823529412,194.117647058824,233.333333333333],[145.098039215686,197.058823529412,230.392156862745],[147.058823529412,196.078431372549,228.43137254902],[150.980392156863,199.019607843137,230.392156862745],[150.980392156863,195.098039215686,227.450980392157],[141.176470588235,183.333333333333,214.705882352941],[139.21568627451,179.411764705882,208.823529411765],[148.039215686275,188.235294117647,215.686274509804],[157.843137254902,199.019607843137,223.529411764706],[159.803921568627,200.980392156863,224.509803921569],[172.549019607843,213.725490196078,235.294117647059],[177.450980392157,217.647058823529,237.254901960784],[215.686274509804,250,250],[199.019607843137,233.333333333333,250],[185.294117647059,215.686274509804,235.294117647059],[202.941176470588,229.411764705882,250],[192.156862745098,219.607843137255,243.137254901961],[163.725490196078,197.058823529412,224.509803921569],[152.941176470588,181.372549019608,210.78431372549],[182.352941176471,198.039215686275,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[163.725490196078,189.21568627451,203.921568627451],[178.43137254902,206.862745098039,224.509803921569],[171.56862745098,199.019607843137,222.549019607843],[149.019607843137,175.490196078431,204.901960784314],[163.725490196078,187.254901960784,222.549019607843],[154.901960784314,176.470588235294,212.745098039216],[152.941176470588,172.549019607843,206.862745098039],[166.666666666667,180.392156862745,216.666666666667],[184.313725490196,187.254901960784,227.450980392157],[206.862745098039,207.843137254902,250],[207.843137254902,217.647058823529,250],[177.450980392157,193.137254901961,241.176470588235],[170.588235294118,187.254901960784,230.392156862745],[174.509803921569,192.156862745098,231.372549019608],[185.294117647059,200,238.235294117647],[186.274509803922,200,236.274509803922],[216.666666666667,229.411764705882,250],[203.921568627451,214.705882352941,246.078431372549],[193.137254901961,203.921568627451,231.372549019608],[230.392156862745,237.254901960784,250],[202.941176470588,208.823529411765,234.313725490196],[200.980392156863,202.941176470588,227.450980392157],[208.823529411765,205.882352941176,232.352941176471],[194.117647058824,185.294117647059,211.764705882353],[192.156862745098,179.411764705882,204.901960784314],[214.705882352941,199.019607843137,225.490196078431],[228.43137254902,208.823529411765,235.294117647059],[217.647058823529,200,223.529411764706],[198.039215686275,192.156862745098,205.882352941176],[168.627450980392,167.647058823529,175.490196078431],[201.960784313725,200.980392156863,208.823529411765],[250,248.039215686275,250],[207.843137254902,202.941176470588,208.823529411765],[203.921568627451,195.098039215686,200],[219.607843137255,204.901960784314,211.764705882353],[250,240.196078431373,249.019607843137],[250,243.137254901961,250],[250,238.235294117647,250],[230.392156862745,213.725490196078,229.411764705882],[211.764705882353,202.941176470588,221.56862745098],[216.666666666667,218.627450980392,241.176470588235],[195.098039215686,206.862745098039,232.352941176471],[136.274509803922,155.882352941176,182.352941176471],[137.254901960784,157.843137254902,184.313725490196],[144.117647058824,159.803921568627,182.352941176471],[177.450980392157,195.098039215686,214.705882352941],[168.627450980392,195.098039215686,213.725490196078],[129.411764705882,156.862745098039,177.450980392157],[163.725490196078,187.254901960784,210.78431372549],[200,219.607843137255,244.117647058824],[169.607843137255,189.21568627451,212.745098039216],[167.647058823529,188.235294117647,206.862745098039],[176.470588235294,200,209.803921568627],[201.960784313725,222.549019607843,225.490196078431],[235.294117647059,250,248.039215686275],[215.686274509804,225.490196078431,217.647058823529],[196.078431372549,196.078431372549,186.274509803922],[212.745098039216,209.803921568627,195.098039215686],[235.294117647059,236.274509803922,218.627450980392],[181.372549019608,185.294117647059,162.745098039216],[203.921568627451,207.843137254902,183.333333333333],[180.392156862745,183.333333333333,156.862745098039],[116.666666666667,116.666666666667,89.2156862745098],[98.0392156862745,98.0392156862745,72.5490196078431],[81.3725490196078,83.3333333333333,62.7450980392157],[98.0392156862745,100,86.2745098039216],[113.725490196078,116.666666666667,109.803921568627],[76.4705882352941,78.4313725490196,64.7058823529412],[200.980392156863,202.941176470588,166.666666666667],[163.725490196078,162.745098039216,117.647058823529],[113.725490196078,110.78431372549,68.6274509803922],[204.901960784314,201.960784313725,161.764705882353],[178.43137254902,173.529411764706,136.274509803922],[89.2156862745098,84.3137254901961,47.0588235294118],[181.372549019608,172.549019607843,134.313725490196],[222.549019607843,208.823529411765,170.588235294118],[214.705882352941,196.078431372549,153.921568627451],[176.470588235294,150,107.843137254902],[99.0196078431373,61.7647058823529,23.5294117647059],[96.078431372549,50.9803921568627,17.6470588235294],[172.549019607843,120.588235294118,89.2156862745098],[148.039215686275,94.1176470588235,63.7254901960784],[133.333333333333,84.3137254901961,50],[121.56862745098,74.5098039215686,37.2549019607843],[96.078431372549,48.0392156862745,8.82352941176471],[113.725490196078,60.7843137254902,23.5294117647059],[172.549019607843,115.686274509804,79.4117647058823],[157.843137254902,100,66.6666666666667],[120.588235294118,70.5882352941177,40.1960784313726],[120.588235294118,77.4509803921569,50.9803921568627],[68.6274509803922,33.3333333333333,11.7647058823529],[120.588235294118,86.2745098039216,66.6666666666667],[103.921568627451,66.6666666666667,48.0392156862745],[105.882352941176,67.6470588235294,50.9803921568627],[77.4509803921569,44.1176470588235,32.3529411764706],[41.1764705882353,13.7254901960784,2.94117647058824],[34.3137254901961,9.80392156862745,2.94117647058824],[54.9019607843137,30.3921568627451,23.5294117647059],[42.156862745098,12.7450980392157,2.94117647058824],[75.4901960784314,40.1960784313726,26.4705882352941],[54.9019607843137,9.80392156862745,0],[68.6274509803922,17.6470588235294,0],[127.450980392157,72.5490196078431,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[108.823529411765,53.921568627451,29.4117647058824],[119.607843137255,68.6274509803922,47.0588235294118],[94.1176470588235,48.0392156862745,28.4313725490196],[85.2941176470588,47.0588235294118,30.3921568627451],[60.7843137254902,31.3725490196078,21.5686274509804],[48.0392156862745,23.5294117647059,18.6274509803922],[19.6078431372549,0,0],[10.7843137254902,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[18.6274509803922,13.7254901960784,10.7843137254902],[52.9411764705882,46.078431372549,40.1960784313726],[26.4705882352941,18.6274509803922,7.84313725490196],[38.2352941176471,29.4117647058824,12.7450980392157],[58.8235294117647,48.0392156862745,26.4705882352941],[116.666666666667,105.882352941176,78.4313725490196],[97.0588235294118,84.3137254901961,50.9803921568627],[96.078431372549,82.3529411764706,46.078431372549],[103.921568627451,92.156862745098,50.9803921568627],[122.549019607843,115.686274509804,70.5882352941177],[85.2941176470588,83.3333333333333,33.3333333333333],[87.2549019607843,86.2745098039216,33.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[158.823529411765,158.823529411765,107.843137254902],[93.1372549019608,95.0980392156863,47.0588235294118],[52.9411764705882,53.921568627451,14.7058823529412],[31.3725490196078,30.3921568627451,0],[46.078431372549,44.1176470588235,21.5686274509804],[48.0392156862745,42.156862745098,26.4705882352941],[93.1372549019608,86.2745098039216,70.5882352941177],[99.0196078431373,91.1764705882353,70.5882352941177],[55.8823529411765,49.0196078431373,20.5882352941176],[69.6078431372549,61.7647058823529,23.5294117647059],[69.6078431372549,63.7254901960784,16.6666666666667],[116.666666666667,115.686274509804,68.6274509803922],[162.745098039216,175.490196078431,133.333333333333],[112.745098039216,130.392156862745,91.1764705882353],[87.2549019607843,103.921568627451,62.7450980392157],[75.4901960784314,90.1960784313725,50],[118.627450980392,133.333333333333,93.1372549019608],[178.43137254902,194.117647058824,157.843137254902],[161.764705882353,182.352941176471,150],[149.019607843137,177.450980392157,150],[48.0392156862745,80.3921568627451,61.7647058823529],[82.3529411764706,119.607843137255,104.901960784314],[105.882352941176,145.098039215686,136.274509803922],[108.823529411765,147.058823529412,142.156862745098],[113.725490196078,148.039215686275,142.156862745098],[146.078431372549,176.470588235294,170.588235294118],[156.862745098039,181.372549019608,175.490196078431],[138.235294117647,162.745098039216,159.803921568627],[170.588235294118,197.058823529412,207.843137254902],[145.098039215686,172.549019607843,186.274509803922],[117.647058823529,147.058823529412,156.862745098039],[125.490196078431,150,156.862745098039],[185.294117647059,197.058823529412,208.823529411765],[200,208.823529411765,223.529411764706],[161.764705882353,178.43137254902,194.117647058824],[135.294117647059,157.843137254902,175.490196078431],[174.509803921569,199.019607843137,218.627450980392],[188.235294117647,211.764705882353,235.294117647059],[178.43137254902,198.039215686275,224.509803921569],[166.666666666667,191.176470588235,220.588235294118],[156.862745098039,197.058823529412,226.470588235294],[145.098039215686,193.137254901961,225.490196078431],[142.156862745098,190.196078431373,230.392156862745],[136.274509803922,184.313725490196,224.509803921569],[119.607843137255,170.588235294118,206.862745098039],[115.686274509804,167.647058823529,200.980392156863],[116.666666666667,168.627450980392,201.960784313725],[119.607843137255,171.56862745098,202.941176470588],[122.549019607843,171.56862745098,203.921568627451],[123.529411764706,173.529411764706,203.921568627451],[128.43137254902,176.470588235294,205.882352941176],[133.333333333333,179.411764705882,206.862745098039],[136.274509803922,179.411764705882,205.882352941176],[159.803921568627,200.980392156863,224.509803921569],[165.686274509804,202.941176470588,225.490196078431],[196.078431372549,232.352941176471,250],[189.21568627451,223.529411764706,242.156862745098],[171.56862745098,203.921568627451,220.588235294118],[171.56862745098,202.941176470588,217.647058823529],[178.43137254902,208.823529411765,229.411764705882],[144.117647058824,176.470588235294,206.862745098039],[154.901960784314,183.333333333333,214.705882352941],[172.549019607843,187.254901960784,215.686274509804],[175.490196078431,189.21568627451,214.705882352941],[185.294117647059,209.803921568627,229.411764705882],[194.117647058824,226.470588235294,245.098039215686],[172.549019607843,205.882352941176,230.392156862745],[149.019607843137,183.333333333333,212.745098039216],[140.196078431373,175.490196078431,208.823529411765],[142.156862745098,177.450980392157,210.78431372549],[143.137254901961,177.450980392157,208.823529411765],[155.882352941176,181.372549019608,215.686274509804],[196.078431372549,207.843137254902,247.058823529412],[216.666666666667,223.529411764706,250],[187.254901960784,203.921568627451,249.019607843137],[166.666666666667,184.313725490196,229.411764705882],[173.529411764706,188.235294117647,228.43137254902],[179.411764705882,193.137254901961,231.372549019608],[178.43137254902,190.196078431373,227.450980392157],[152.941176470588,165.686274509804,199.019607843137],[185.294117647059,198.039215686275,229.411764705882],[221.56862745098,232.352941176471,250],[211.764705882353,218.627450980392,246.078431372549],[176.470588235294,182.352941176471,205.882352941176],[203.921568627451,205.882352941176,228.43137254902],[217.647058823529,215.686274509804,237.254901960784],[209.803921568627,201.960784313725,224.509803921569],[208.823529411765,197.058823529412,218.627450980392],[200.980392156863,186.274509803922,208.823529411765],[236.274509803922,217.647058823529,239.21568627451],[240.196078431373,218.627450980392,241.176470588235],[223.529411764706,206.862745098039,225.490196078431],[214.705882352941,206.862745098039,219.607843137255],[247.058823529412,244.117647058824,250],[199.019607843137,196.078431372549,202.941176470588],[192.156862745098,189.21568627451,196.078431372549],[211.764705882353,206.862745098039,213.725490196078],[216.666666666667,206.862745098039,214.705882352941],[242.156862745098,226.470588235294,236.274509803922],[250,243.137254901961,250],[250,239.21568627451,248.039215686275],[226.470588235294,206.862745098039,218.627450980392],[211.764705882353,198.039215686275,212.745098039216],[216.666666666667,209.803921568627,227.450980392157],[220.588235294118,225.490196078431,247.058823529412],[150.980392156863,166.666666666667,191.176470588235],[140.196078431373,165.686274509804,192.156862745098],[139.21568627451,164.705882352941,191.176470588235],[149.019607843137,166.666666666667,190.196078431373],[176.470588235294,194.117647058824,215.686274509804],[163.725490196078,190.196078431373,210.78431372549],[141.176470588235,171.56862745098,192.156862745098],[150.980392156863,180.392156862745,203.921568627451],[174.509803921569,201.960784313725,225.490196078431],[175.490196078431,200.980392156863,223.529411764706],[156.862745098039,183.333333333333,203.921568627451],[133.333333333333,161.764705882353,175.490196078431],[163.725490196078,192.156862745098,198.039215686275],[187.254901960784,206.862745098039,207.843137254902],[221.56862745098,231.372549019608,230.392156862745],[186.274509803922,185.294117647059,180.392156862745],[210.78431372549,206.862745098039,196.078431372549],[220.588235294118,218.627450980392,203.921568627451],[242.156862745098,241.176470588235,220.588235294118],[221.56862745098,217.647058823529,191.176470588235],[199.019607843137,194.117647058824,164.705882352941],[144.117647058824,140.196078431373,111.764705882353],[115.686274509804,114.705882352941,87.2549019607843],[90.1960784313725,90.1960784313725,64.7058823529412],[132.352941176471,134.313725490196,112.745098039216],[151.960784313725,154.901960784314,138.235294117647],[76.4705882352941,79.4117647058823,58.8235294117647],[118.627450980392,122.549019607843,90.1960784313725],[139.21568627451,141.176470588235,104.901960784314],[118.627450980392,118.627450980392,85.2941176470588],[134.313725490196,129.411764705882,98.0392156862745],[136.274509803922,130.392156862745,99.0196078431373],[108.823529411765,100,67.6470588235294],[150,139.21568627451,107.843137254902],[189.21568627451,175.490196078431,139.21568627451],[178.43137254902,159.803921568627,117.647058823529],[207.843137254902,181.372549019608,139.21568627451],[88.2352941176471,50.9803921568627,15.6862745098039],[153.921568627451,109.803921568627,79.4117647058823],[150.980392156863,101.960784313725,75.4901960784314],[122.549019607843,72.5490196078431,46.078431372549],[112.745098039216,67.6470588235294,35.2941176470588],[145.098039215686,100,66.6666666666667],[131.372549019608,87.2549019607843,49.0196078431373],[83.3333333333333,36.2745098039216,0],[161.764705882353,110.78431372549,74.5098039215686],[107.843137254902,53.921568627451,23.5294117647059],[68.6274509803922,18.6274509803922,0],[60.7843137254902,16.6666666666667,0],[70.5882352941177,36.2745098039216,16.6666666666667],[87.2549019607843,52.9411764705882,33.3333333333333],[71.5686274509804,31.3725490196078,9.80392156862745],[87.2549019607843,46.078431372549,24.5098039215686],[71.5686274509804,36.2745098039216,20.5882352941176],[65.6862745098039,34.3137254901961,23.5294117647059],[79.4117647058823,52.9411764705882,44.1176470588235],[26.4705882352941,0,0],[47.0588235294118,17.6470588235294,7.84313725490196],[52.9411764705882,17.6470588235294,3.92156862745098],[59.8039215686275,17.6470588235294,0],[73.5294117647059,24.5098039215686,1.96078431372549],[106.862745098039,53.921568627451,28.4313725490196],[111.764705882353,56.8627450980392,30.3921568627451],[105.882352941176,54.9019607843137,31.3725490196078],[66.6666666666667,19.6078431372549,0],[48.0392156862745,3.92156862745098,0],[58.8235294117647,21.5686274509804,8.82352941176471],[61.7647058823529,33.3333333333333,25.4901960784314],[31.3725490196078,7.84313725490196,3.92156862745098],[34.3137254901961,15.6862745098039,11.7647058823529],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0.980392156862745,0],[22.5490196078431,17.6470588235294,14.7058823529412],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[13.7254901960784,15.6862745098039,12.7450980392157],[63.7254901960784,63.7254901960784,61.7647058823529],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[16.6666666666667,12.7450980392157,11.7647058823529],[13.7254901960784,8.82352941176471,4.90196078431373],[46.078431372549,39.2156862745098,31.3725490196078],[68.6274509803922,60.7843137254902,50],[35.2941176470588,26.4705882352941,9.80392156862745],[29.4117647058824,18.6274509803922,0],[60.7843137254902,50,22.5490196078431],[97.0588235294118,84.3137254901961,52.9411764705882],[103.921568627451,91.1764705882353,56.8627450980392],[102.941176470588,94.1176470588235,55.8823529411765],[76.4705882352941,71.5686274509804,30.3921568627451],[74.5098039215686,73.5294117647059,28.4313725490196],[76.4705882352941,76.4705882352941,27.4509803921569],[132.352941176471,135.294117647059,83.3333333333333],[196.078431372549,199.019607843137,143.137254901961],[150.980392156863,153.921568627451,98.0392156862745],[119.607843137255,122.549019607843,70.5882352941177],[84.3137254901961,86.2745098039216,40.1960784313726],[29.4117647058824,29.4117647058824,0],[86.2745098039216,86.2745098039216,52.9411764705882],[62.7450980392157,59.8039215686275,27.4509803921569],[35.2941176470588,31.3725490196078,0],[42.156862745098,39.2156862745098,0],[43.1372549019608,39.2156862745098,0],[75.4901960784314,72.5490196078431,18.6274509803922],[165.686274509804,165.686274509804,112.745098039216],[177.450980392157,186.274509803922,142.156862745098],[173.529411764706,185.294117647059,146.078431372549],[164.705882352941,172.549019607843,132.352941176471],[167.647058823529,176.470588235294,134.313725490196],[146.078431372549,152.941176470588,111.764705882353],[173.529411764706,181.372549019608,143.137254901961],[197.058823529412,210.78431372549,176.470588235294],[219.607843137255,238.235294117647,210.78431372549],[154.901960784314,179.411764705882,158.823529411765],[133.333333333333,163.725490196078,149.019607843137],[110.78431372549,143.137254901961,134.313725490196],[138.235294117647,170.588235294118,163.725490196078],[139.21568627451,169.607843137255,163.725490196078],[155.882352941176,182.352941176471,175.490196078431],[200.980392156863,223.529411764706,215.686274509804],[164.705882352941,183.333333333333,177.450980392157],[166.666666666667,178.43137254902,178.43137254902],[138.235294117647,152.941176470588,155.882352941176],[155.882352941176,180.392156862745,185.294117647059],[213.725490196078,240.196078431373,249.019607843137],[207.843137254902,224.509803921569,240.196078431373],[209.803921568627,226.470588235294,246.078431372549],[155.882352941176,178.43137254902,196.078431372549],[166.666666666667,193.137254901961,211.764705882353],[211.764705882353,241.176470588235,250],[142.156862745098,172.549019607843,200],[138.235294117647,167.647058823529,200.980392156863],[141.176470588235,176.470588235294,211.764705882353],[151.960784313725,200,232.352941176471],[180.392156862745,229.411764705882,250],[155.882352941176,198.039215686275,231.372549019608],[129.411764705882,171.56862745098,204.901960784314],[129.411764705882,178.43137254902,212.745098039216],[121.56862745098,174.509803921569,209.803921568627],[121.56862745098,172.549019607843,208.823529411765],[124.509803921569,176.470588235294,209.803921568627],[127.450980392157,176.470588235294,210.78431372549],[128.43137254902,177.450980392157,211.764705882353],[127.450980392157,175.490196078431,207.843137254902],[126.470588235294,171.56862745098,203.921568627451],[135.294117647059,177.450980392157,208.823529411765],[141.176470588235,181.372549019608,208.823529411765],[147.058823529412,183.333333333333,209.803921568627],[173.529411764706,208.823529411765,232.352941176471],[176.470588235294,210.78431372549,232.352941176471],[168.627450980392,200,222.549019607843],[154.901960784314,185.294117647059,205.882352941176],[162.745098039216,192.156862745098,217.647058823529],[154.901960784314,183.333333333333,214.705882352941],[150,173.529411764706,208.823529411765],[162.745098039216,176.470588235294,212.745098039216],[170.588235294118,185.294117647059,217.647058823529],[163.725490196078,184.313725490196,212.745098039216],[175.490196078431,202.941176470588,226.470588235294],[195.098039215686,224.509803921569,248.039215686275],[182.352941176471,213.725490196078,238.235294117647],[152.941176470588,186.274509803922,212.745098039216],[140.196078431373,174.509803921569,201.960784313725],[136.274509803922,168.627450980392,199.019607843137],[146.078431372549,171.56862745098,203.921568627451],[174.509803921569,190.196078431373,225.490196078431],[178.43137254902,192.156862745098,228.43137254902],[161.764705882353,181.372549019608,213.725490196078],[178.43137254902,198.039215686275,232.352941176471],[183.333333333333,198.039215686275,236.274509803922],[164.705882352941,178.43137254902,216.666666666667],[169.607843137255,183.333333333333,219.607843137255],[169.607843137255,182.352941176471,216.666666666667],[181.372549019608,194.117647058824,227.450980392157],[181.372549019608,192.156862745098,221.56862745098],[178.43137254902,187.254901960784,215.686274509804],[174.509803921569,181.372549019608,206.862745098039],[197.058823529412,200.980392156863,225.490196078431],[206.862745098039,207.843137254902,228.43137254902],[215.686274509804,212.745098039216,233.333333333333],[187.254901960784,179.411764705882,200],[200.980392156863,190.196078431373,206.862745098039],[223.529411764706,210.78431372549,228.43137254902],[250,241.176470588235,250],[225.490196078431,213.725490196078,227.450980392157],[182.352941176471,175.490196078431,183.333333333333],[184.313725490196,179.411764705882,186.274509803922],[175.490196078431,170.588235294118,177.450980392157],[223.529411764706,218.627450980392,224.509803921569],[247.058823529412,242.156862745098,248.039215686275],[219.607843137255,213.725490196078,217.647058823529],[250,243.137254901961,250],[250,245.098039215686,250],[250,237.254901960784,245.098039215686],[236.274509803922,219.607843137255,229.411764705882],[232.352941176471,220.588235294118,232.352941176471],[207.843137254902,203.921568627451,218.627450980392],[185.294117647059,192.156862745098,210.78431372549],[147.058823529412,162.745098039216,187.254901960784],[167.647058823529,193.137254901961,219.607843137255],[149.019607843137,176.470588235294,200],[154.901960784314,176.470588235294,197.058823529412],[184.313725490196,204.901960784314,221.56862745098],[164.705882352941,185.294117647059,201.960784313725],[152.941176470588,178.43137254902,195.098039215686],[150.980392156863,179.411764705882,195.098039215686],[163.725490196078,192.156862745098,209.803921568627],[196.078431372549,220.588235294118,240.196078431373],[174.509803921569,200,216.666666666667],[130.392156862745,158.823529411765,172.549019607843],[143.137254901961,169.607843137255,180.392156862745],[153.921568627451,170.588235294118,178.43137254902],[158.823529411765,167.647058823529,172.549019607843],[121.56862745098,127.450980392157,125.490196078431],[161.764705882353,164.705882352941,155.882352941176],[145.098039215686,141.176470588235,130.392156862745],[207.843137254902,200.980392156863,182.352941176471],[226.470588235294,221.56862745098,190.196078431373],[182.352941176471,178.43137254902,141.176470588235],[200,194.117647058824,158.823529411765],[165.686274509804,157.843137254902,122.549019607843],[129.411764705882,120.588235294118,88.2352941176471],[162.745098039216,156.862745098039,121.56862745098],[125.490196078431,121.56862745098,84.3137254901961],[100.980392156863,100.980392156863,67.6470588235294],[111.764705882353,110.78431372549,91.1764705882353],[89.2156862745098,90.1960784313725,76.4705882352941],[83.3333333333333,84.3137254901961,68.6274509803922],[207.843137254902,206.862745098039,187.254901960784],[113.725490196078,109.803921568627,85.2941176470588],[52.9411764705882,46.078431372549,17.6470588235294],[106.862745098039,97.0588235294118,62.7450980392157],[127.450980392157,113.725490196078,77.4509803921569],[164.705882352941,150,109.803921568627],[239.21568627451,215.686274509804,178.43137254902],[167.647058823529,135.294117647059,104.901960784314],[182.352941176471,141.176470588235,116.666666666667],[137.254901960784,92.156862745098,68.6274509803922],[103.921568627451,58.8235294117647,35.2941176470588],[94.1176470588235,53.921568627451,26.4705882352941],[136.274509803922,96.078431372549,66.6666666666667],[199.019607843137,159.803921568627,125.490196078431],[123.529411764706,79.4117647058823,47.0588235294118],[106.862745098039,58.8235294117647,27.4509803921569],[94.1176470588235,45.0980392156863,18.6274509803922],[70.5882352941177,25.4901960784314,1.96078431372549],[58.8235294117647,18.6274509803922,0],[49.0196078431373,18.6274509803922,0.980392156862745],[51.9607843137255,21.5686274509804,3.92156862745098],[92.156862745098,54.9019607843137,36.2745098039216],[76.4705882352941,39.2156862745098,20.5882352941176],[90.1960784313725,54.9019607843137,41.1764705882353],[100,70.5882352941177,60.7843137254902],[120.588235294118,94.1176470588235,87.2549019607843],[62.7450980392157,36.2745098039216,29.4117647058824],[56.8627450980392,27.4509803921569,17.6470588235294],[76.4705882352941,41.1764705882353,27.4509803921569],[86.2745098039216,44.1176470588235,27.4509803921569],[122.549019607843,75.4901960784314,53.921568627451],[138.235294117647,87.2549019607843,63.7254901960784],[124.509803921569,73.5294117647059,50],[97.0588235294118,50,28.4313725490196],[54.9019607843137,10.7843137254902,0],[65.6862745098039,24.5098039215686,10.7843137254902],[65.6862745098039,32.3529411764706,22.5490196078431],[36.2745098039216,9.80392156862745,2.94117647058824],[32.3529411764706,11.7647058823529,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,21.5686274509804,18.6274509803922],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,3.92156862745098,0.980392156862745],[25.4901960784314,27.4509803921569,22.5490196078431],[75.4901960784314,77.4509803921569,74.5098039215686],[1.96078431372549,1.96078431372549,0],[4.90196078431373,4.90196078431373,2.94117647058824],[15.6862745098039,14.7058823529412,10.7843137254902],[20.5882352941176,19.6078431372549,15.6862745098039],[11.7647058823529,8.82352941176471,3.92156862745098],[20.5882352941176,16.6666666666667,7.84313725490196],[60.7843137254902,54.9019607843137,43.1372549019608],[83.3333333333333,76.4705882352941,58.8235294117647],[12.7450980392157,4.90196078431373,0],[21.5686274509804,11.7647058823529,0],[38.2352941176471,29.4117647058824,0],[37.2549019607843,27.4509803921569,0],[65.6862745098039,55.8823529411765,20.5882352941176],[49.0196078431373,40.1960784313726,7.84313725490196],[61.7647058823529,55.8823529411765,20.5882352941176],[88.2352941176471,83.3333333333333,42.156862745098],[122.549019607843,120.588235294118,70.5882352941177],[98.0392156862745,97.0588235294118,41.1764705882353],[69.6078431372549,69.6078431372549,8.82352941176471],[144.117647058824,144.117647058824,83.3333333333333],[151.960784313725,150.980392156863,95.0980392156863],[152.941176470588,151.960784313725,99.0196078431373],[141.176470588235,139.21568627451,91.1764705882353],[107.843137254902,103.921568627451,57.843137254902],[82.3529411764706,75.4901960784314,30.3921568627451],[93.1372549019608,87.2549019607843,38.2352941176471],[100.980392156863,94.1176470588235,41.1764705882353],[128.43137254902,122.549019607843,63.7254901960784],[197.058823529412,195.098039215686,139.21568627451],[232.352941176471,238.235294117647,191.176470588235],[209.803921568627,216.666666666667,175.490196078431],[163.725490196078,169.607843137255,126.470588235294],[168.627450980392,169.607843137255,126.470588235294],[134.313725490196,135.294117647059,92.156862745098],[144.117647058824,145.098039215686,105.882352941176],[203.921568627451,209.803921568627,174.509803921569],[206.862745098039,216.666666666667,190.196078431373],[238.235294117647,250,234.313725490196],[136.274509803922,158.823529411765,143.137254901961],[138.235294117647,163.725490196078,152.941176470588],[156.862745098039,183.333333333333,176.470588235294],[147.058823529412,173.529411764706,166.666666666667],[149.019607843137,174.509803921569,165.686274509804],[166.666666666667,187.254901960784,178.43137254902],[186.274509803922,201.960784313725,192.156862745098],[170.588235294118,177.450980392157,170.588235294118],[187.254901960784,196.078431372549,195.098039215686],[191.176470588235,211.764705882353,216.666666666667],[191.176470588235,217.647058823529,228.43137254902],[167.647058823529,185.294117647059,204.901960784314],[190.196078431373,207.843137254902,229.411764705882],[150,172.549019607843,190.196078431373],[185.294117647059,211.764705882353,230.392156862745],[167.647058823529,197.058823529412,220.588235294118],[173.529411764706,206.862745098039,234.313725490196],[164.705882352941,199.019607843137,236.274509803922],[138.235294117647,181.372549019608,219.607843137255],[126.470588235294,179.411764705882,214.705882352941],[132.352941176471,184.313725490196,217.647058823529],[132.352941176471,174.509803921569,205.882352941176],[123.529411764706,163.725490196078,195.098039215686],[122.549019607843,171.56862745098,207.843137254902],[121.56862745098,174.509803921569,211.764705882353],[126.470588235294,177.450980392157,215.686274509804],[127.450980392157,178.43137254902,214.705882352941],[126.470588235294,177.450980392157,213.725490196078],[130.392156862745,179.411764705882,215.686274509804],[133.333333333333,182.352941176471,216.666666666667],[133.333333333333,181.372549019608,213.725490196078],[148.039215686275,192.156862745098,224.509803921569],[137.254901960784,179.411764705882,210.78431372549],[153.921568627451,192.156862745098,222.549019607843],[170.588235294118,206.862745098039,235.294117647059],[155.882352941176,190.196078431373,217.647058823529],[157.843137254902,191.176470588235,217.647058823529],[153.921568627451,184.313725490196,211.764705882353],[165.686274509804,196.078431372549,224.509803921569],[168.627450980392,200.980392156863,233.333333333333],[143.137254901961,172.549019607843,207.843137254902],[147.058823529412,171.56862745098,210.78431372549],[170.588235294118,194.117647058824,231.372549019608],[150.980392156863,176.470588235294,208.823529411765],[150,176.470588235294,204.901960784314],[182.352941176471,209.803921568627,231.372549019608],[172.549019607843,202.941176470588,222.549019607843],[180.392156862745,210.78431372549,231.372549019608],[169.607843137255,199.019607843137,222.549019607843],[163.725490196078,190.196078431373,218.627450980392],[161.764705882353,184.313725490196,215.686274509804],[160.78431372549,176.470588235294,208.823529411765],[160.78431372549,174.509803921569,202.941176470588],[161.764705882353,175.490196078431,200.980392156863],[163.725490196078,177.450980392157,202.941176470588],[192.156862745098,204.901960784314,238.235294117647],[180.392156862745,194.117647058824,230.392156862745],[175.490196078431,189.21568627451,223.529411764706],[164.705882352941,177.450980392157,210.78431372549],[171.56862745098,184.313725490196,215.686274509804],[160.78431372549,171.56862745098,200.980392156863],[166.666666666667,175.490196078431,203.921568627451],[182.352941176471,189.21568627451,214.705882352941],[189.21568627451,195.098039215686,218.627450980392],[183.333333333333,185.294117647059,205.882352941176],[236.274509803922,237.254901960784,250],[219.607843137255,216.666666666667,233.333333333333],[227.450980392157,223.529411764706,237.254901960784],[197.058823529412,191.176470588235,202.941176470588],[232.352941176471,224.509803921569,235.294117647059],[250,240.196078431373,249.019607843137],[235.294117647059,225.490196078431,233.333333333333],[184.313725490196,175.490196078431,180.392156862745],[222.549019607843,216.666666666667,220.588235294118],[250,248.039215686275,250],[218.627450980392,213.725490196078,217.647058823529],[224.509803921569,218.627450980392,220.588235294118],[250,247.058823529412,250],[250,242.156862745098,246.078431372549],[232.352941176471,220.588235294118,224.509803921569],[228.43137254902,215.686274509804,222.549019607843],[236.274509803922,229.411764705882,237.254901960784],[204.901960784314,203.921568627451,217.647058823529],[155.882352941176,163.725490196078,182.352941176471],[155.882352941176,171.56862745098,194.117647058824],[150.980392156863,176.470588235294,200.980392156863],[148.039215686275,177.450980392157,200.980392156863],[154.901960784314,183.333333333333,199.019607843137],[179.411764705882,204.901960784314,217.647058823529],[151.960784313725,170.588235294118,184.313725490196],[151.960784313725,170.588235294118,184.313725490196],[168.627450980392,192.156862745098,203.921568627451],[179.411764705882,205.882352941176,216.666666666667],[192.156862745098,219.607843137255,231.372549019608],[162.745098039216,190.196078431373,203.921568627451],[146.078431372549,173.529411764706,187.254901960784],[130.392156862745,152.941176470588,168.627450980392],[140.196078431373,158.823529411765,172.549019607843],[137.254901960784,153.921568627451,161.764705882353],[116.666666666667,130.392156862745,131.372549019608],[100,105.882352941176,101.960784313725],[117.647058823529,112.745098039216,106.862745098039],[160.78431372549,151.960784313725,135.294117647059],[193.137254901961,184.313725490196,153.921568627451],[192.156862745098,184.313725490196,146.078431372549],[210.78431372549,200.980392156863,165.686274509804],[225.490196078431,215.686274509804,180.392156862745],[225.490196078431,216.666666666667,178.43137254902],[196.078431372549,189.21568627451,146.078431372549],[114.705882352941,111.764705882353,57.843137254902],[100.980392156863,98.0392156862745,53.921568627451],[80.3921568627451,75.4901960784314,55.8823529411765],[29.4117647058824,25.4901960784314,14.7058823529412],[66.6666666666667,63.7254901960784,47.0588235294118],[177.450980392157,175.490196078431,154.901960784314],[179.411764705882,175.490196078431,150.980392156863],[40.1960784313726,36.2745098039216,7.84313725490196],[64.7058823529412,59.8039215686275,28.4313725490196],[125.490196078431,117.647058823529,82.3529411764706],[186.274509803922,172.549019607843,136.274509803922],[235.294117647059,212.745098039216,179.411764705882],[250,226.470588235294,198.039215686275],[152.941176470588,116.666666666667,91.1764705882353],[89.2156862745098,48.0392156862745,24.5098039215686],[76.4705882352941,35.2941176470588,11.7647058823529],[41.1764705882353,1.96078431372549,0],[68.6274509803922,32.3529411764706,3.92156862745098],[189.21568627451,150.980392156863,120.588235294118],[196.078431372549,155.882352941176,124.509803921569],[98.0392156862745,53.921568627451,25.4901960784314],[105.882352941176,59.8039215686275,34.3137254901961],[82.3529411764706,38.2352941176471,17.6470588235294],[88.2352941176471,50.9803921568627,32.3529411764706],[71.5686274509804,40.1960784313726,25.4901960784314],[47.0588235294118,18.6274509803922,2.94117647058824],[63.7254901960784,27.4509803921569,9.80392156862745],[63.7254901960784,27.4509803921569,9.80392156862745],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,29.4117647058824,19.6078431372549],[41.1764705882353,14.7058823529412,7.84313725490196],[51.9607843137255,25.4901960784314,18.6274509803922],[38.2352941176471,8.82352941176471,0],[63.7254901960784,28.4313725490196,14.7058823529412],[81.3725490196078,41.1764705882353,23.5294117647059],[115.686274509804,69.6078431372549,50],[138.235294117647,91.1764705882353,69.6078431372549],[140.196078431373,93.1372549019608,71.5686274509804],[85.2941176470588,41.1764705882353,22.5490196078431],[64.7058823529412,26.4705882352941,11.7647058823529],[71.5686274509804,35.2941176470588,26.4705882352941],[39.2156862745098,9.80392156862745,1.96078431372549],[44.1176470588235,19.6078431372549,14.7058823529412],[38.2352941176471,17.6470588235294,12.7450980392157],[24.5098039215686,6.86274509803922,2.94117647058824],[16.6666666666667,2.94117647058824,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[12.7450980392157,13.7254901960784,8.82352941176471],[5.88235294117647,4.90196078431373,0.980392156862745],[5.88235294117647,4.90196078431373,0.980392156862745],[4.90196078431373,1.96078431372549,0],[17.6470588235294,13.7254901960784,4.90196078431373],[41.1764705882353,35.2941176470588,23.5294117647059],[63.7254901960784,58.8235294117647,40.1960784313726],[77.4509803921569,71.5686274509804,50],[96.078431372549,90.1960784313725,64.7058823529412],[41.1764705882353,34.3137254901961,5.88235294117647],[18.6274509803922,9.80392156862745,0],[27.4509803921569,16.6666666666667,0],[54.9019607843137,39.2156862745098,14.7058823529412],[44.1176470588235,26.4705882352941,2.94117647058824],[91.1764705882353,75.4901960784314,42.156862745098],[116.666666666667,102.941176470588,58.8235294117647],[103.921568627451,91.1764705882353,37.2549019607843],[127.450980392157,117.647058823529,56.8627450980392],[89.2156862745098,80.3921568627451,14.7058823529412],[147.058823529412,138.235294117647,72.5490196078431],[166.666666666667,156.862745098039,96.078431372549],[156.862745098039,145.098039215686,86.2745098039216],[139.21568627451,126.470588235294,72.5490196078431],[200.980392156863,186.274509803922,132.352941176471],[189.21568627451,174.509803921569,120.588235294118],[196.078431372549,179.411764705882,124.509803921569],[181.372549019608,165.686274509804,107.843137254902],[190.196078431373,179.411764705882,124.509803921569],[250,250,204.901960784314],[208.823529411765,214.705882352941,169.607843137255],[174.509803921569,173.529411764706,128.43137254902],[166.666666666667,163.725490196078,119.607843137255],[165.686274509804,158.823529411765,115.686274509804],[155.882352941176,150.980392156863,111.764705882353],[186.274509803922,183.333333333333,149.019607843137],[170.588235294118,173.529411764706,145.098039215686],[217.647058823529,226.470588235294,205.882352941176],[234.313725490196,248.039215686275,233.333333333333],[209.803921568627,229.411764705882,220.588235294118],[159.803921568627,182.352941176471,174.509803921569],[151.960784313725,174.509803921569,166.666666666667],[140.196078431373,162.745098039216,154.901960784314],[162.745098039216,183.333333333333,174.509803921569],[179.411764705882,195.098039215686,185.294117647059],[237.254901960784,243.137254901961,239.21568627451],[221.56862745098,231.372549019608,232.352941176471],[214.705882352941,238.235294117647,242.156862745098],[211.764705882353,235.294117647059,245.098039215686],[197.058823529412,213.725490196078,231.372549019608],[166.666666666667,183.333333333333,200.980392156863],[199.019607843137,217.647058823529,232.352941176471],[194.117647058824,216.666666666667,232.352941176471],[191.176470588235,218.627450980392,239.21568627451],[177.450980392157,207.843137254902,235.294117647059],[184.313725490196,219.607843137255,250],[137.254901960784,180.392156862745,218.627450980392],[119.607843137255,176.470588235294,213.725490196078],[138.235294117647,195.098039215686,231.372549019608],[115.686274509804,162.745098039216,198.039215686275],[127.450980392157,172.549019607843,207.843137254902],[119.607843137255,170.588235294118,208.823529411765],[121.56862745098,173.529411764706,212.745098039216],[126.470588235294,178.43137254902,217.647058823529],[127.450980392157,178.43137254902,217.647058823529],[125.490196078431,176.470588235294,215.686274509804],[132.352941176471,180.392156862745,219.607843137255],[137.254901960784,185.294117647059,224.509803921569],[137.254901960784,184.313725490196,223.529411764706],[148.039215686275,191.176470588235,229.411764705882],[129.411764705882,170.588235294118,207.843137254902],[140.196078431373,179.411764705882,214.705882352941],[156.862745098039,194.117647058824,229.411764705882],[159.803921568627,193.137254901961,227.450980392157],[178.43137254902,210.78431372549,243.137254901961],[169.607843137255,201.960784313725,234.313725490196],[178.43137254902,212.745098039216,244.117647058824],[154.901960784314,197.058823529412,228.43137254902],[150,195.098039215686,228.43137254902],[145.098039215686,190.196078431373,225.490196078431],[153.921568627451,195.098039215686,232.352941176471],[142.156862745098,177.450980392157,212.745098039216],[130.392156862745,160.78431372549,189.21568627451],[155.882352941176,183.333333333333,203.921568627451],[169.607843137255,196.078431372549,212.745098039216],[186.274509803922,211.764705882353,228.43137254902],[204.901960784314,225.490196078431,246.078431372549],[192.156862745098,208.823529411765,238.235294117647],[177.450980392157,190.196078431373,223.529411764706],[177.450980392157,186.274509803922,216.666666666667],[197.058823529412,202.941176470588,228.43137254902],[214.705882352941,213.725490196078,231.372549019608],[187.254901960784,186.274509803922,203.921568627451],[174.509803921569,181.372549019608,208.823529411765],[190.196078431373,200.980392156863,232.352941176471],[194.117647058824,204.901960784314,236.274509803922],[170.588235294118,181.372549019608,212.745098039216],[166.666666666667,177.450980392157,206.862745098039],[161.764705882353,172.549019607843,201.960784313725],[172.549019607843,181.372549019608,209.803921568627],[173.529411764706,180.392156862745,205.882352941176],[146.078431372549,151.960784313725,175.490196078431],[185.294117647059,190.196078431373,209.803921568627],[246.078431372549,249.019607843137,250],[240.196078431373,242.156862745098,250],[228.43137254902,228.43137254902,238.235294117647],[195.098039215686,194.117647058824,200],[177.450980392157,175.490196078431,180.392156862745],[228.43137254902,222.549019607843,226.470588235294],[250,246.078431372549,250],[241.176470588235,228.43137254902,235.294117647059],[250,247.058823529412,250],[249.019607843137,243.137254901961,245.098039215686],[219.607843137255,215.686274509804,216.666666666667],[250,249.019607843137,250],[241.176470588235,235.294117647059,237.254901960784],[250,248.039215686275,248.039215686275],[195.098039215686,186.274509803922,187.254901960784],[179.411764705882,173.529411764706,177.450980392157],[191.176470588235,188.235294117647,195.098039215686],[195.098039215686,197.058823529412,208.823529411765],[164.705882352941,176.470588235294,192.156862745098],[137.254901960784,154.901960784314,174.509803921569],[115.686274509804,141.176470588235,163.725490196078],[135.294117647059,165.686274509804,186.274509803922],[148.039215686275,180.392156862745,195.098039215686],[181.372549019608,210.78431372549,220.588235294118],[187.254901960784,209.803921568627,217.647058823529],[184.313725490196,200.980392156863,208.823529411765],[184.313725490196,199.019607843137,205.882352941176],[178.43137254902,199.019607843137,203.921568627451],[164.705882352941,197.058823529412,201.960784313725],[142.156862745098,173.529411764706,184.313725490196],[155.882352941176,173.529411764706,193.137254901961],[169.607843137255,185.294117647059,207.843137254902],[150.980392156863,176.470588235294,193.137254901961],[147.058823529412,172.549019607843,185.294117647059],[151.960784313725,170.588235294118,176.470588235294],[121.56862745098,131.372549019608,132.352941176471],[194.117647058824,190.196078431373,187.254901960784],[175.490196078431,163.725490196078,151.960784313725],[183.333333333333,167.647058823529,143.137254901961],[227.450980392157,212.745098039216,182.352941176471],[215.686274509804,202.941176470588,171.56862745098],[215.686274509804,207.843137254902,172.549019607843],[239.21568627451,234.313725490196,197.058823529412],[223.529411764706,221.56862745098,174.509803921569],[163.725490196078,161.764705882353,103.921568627451],[152.941176470588,150,96.078431372549],[154.901960784314,146.078431372549,113.725490196078],[144.117647058824,132.352941176471,106.862745098039],[83.3333333333333,72.5490196078431,41.1764705882353],[51.9607843137255,44.1176470588235,8.82352941176471],[169.607843137255,164.705882352941,135.294117647059],[150.980392156863,150,122.549019607843],[150,151.960784313725,130.392156862745],[208.823529411765,206.862745098039,182.352941176471],[129.411764705882,116.666666666667,85.2941176470588],[153.921568627451,130.392156862745,97.0588235294118],[199.019607843137,165.686274509804,138.235294117647],[111.764705882353,72.5490196078431,48.0392156862745],[50.9803921568627,6.86274509803922,0],[100,55.8823529411765,33.3333333333333],[79.4117647058823,38.2352941176471,13.7254901960784],[106.862745098039,68.6274509803922,40.1960784313726],[95.0980392156863,54.9019607843137,25.4901960784314],[149.019607843137,106.862745098039,75.4901960784314],[124.509803921569,78.4313725490196,50.9803921568627],[130.392156862745,81.3725490196078,56.8627450980392],[112.745098039216,67.6470588235294,45.0980392156863],[91.1764705882353,50.9803921568627,31.3725490196078],[120.588235294118,88.2352941176471,69.6078431372549],[96.078431372549,65.6862745098039,48.0392156862745],[92.156862745098,57.843137254902,39.2156862745098],[48.0392156862745,11.7647058823529,0],[53.921568627451,20.5882352941176,10.7843137254902],[45.0980392156863,15.6862745098039,5.88235294117647],[20.5882352941176,0,0],[76.4705882352941,48.0392156862745,40.1960784313726],[31.3725490196078,0,0],[92.156862745098,56.8627450980392,43.1372549019608],[75.4901960784314,34.3137254901961,18.6274509803922],[83.3333333333333,39.2156862745098,20.5882352941176],[118.627450980392,72.5490196078431,52.9411764705882],[147.058823529412,102.941176470588,84.3137254901961],[63.7254901960784,25.4901960784314,10.7843137254902],[43.1372549019608,6.86274509803922,0],[34.3137254901961,3.92156862745098,0],[39.2156862745098,11.7647058823529,8.82352941176471],[40.1960784313726,16.6666666666667,12.7450980392157],[33.3333333333333,14.7058823529412,10.7843137254902],[10.7843137254902,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,7.84313725490196,3.92156862745098],[0,4.90196078431373,0],[0,1.96078431372549,0],[12.7450980392157,14.7058823529412,9.80392156862745],[17.6470588235294,19.6078431372549,14.7058823529412],[9.80392156862745,10.7843137254902,5.88235294117647],[12.7450980392157,11.7647058823529,7.84313725490196],[9.80392156862745,8.82352941176471,3.92156862745098],[19.6078431372549,16.6666666666667,7.84313725490196],[33.3333333333333,29.4117647058824,17.6470588235294],[44.1176470588235,41.1764705882353,24.5098039215686],[40.1960784313726,35.2941176470588,15.6862745098039],[54.9019607843137,50.9803921568627,26.4705882352941],[83.3333333333333,79.4117647058823,50.9803921568627],[55.8823529411765,50.9803921568627,21.5686274509804],[57.843137254902,48.0392156862745,21.5686274509804],[47.0588235294118,30.3921568627451,12.7450980392157],[47.0588235294118,26.4705882352941,7.84313725490196],[44.1176470588235,24.5098039215686,0],[93.1372549019608,78.4313725490196,38.2352941176471],[112.745098039216,100,49.0196078431373],[116.666666666667,105.882352941176,45.0980392156863],[128.43137254902,117.647058823529,52.9411764705882],[136.274509803922,126.470588235294,58.8235294117647],[109.803921568627,99.0196078431373,34.3137254901961],[119.607843137255,108.823529411765,46.078431372549],[144.117647058824,133.333333333333,72.5490196078431],[81.3725490196078,66.6666666666667,8.82352941176471],[150,135.294117647059,77.4509803921569],[202.941176470588,187.254901960784,129.411764705882],[180.392156862745,164.705882352941,105.882352941176],[212.745098039216,201.960784313725,147.058823529412],[225.490196078431,227.450980392157,179.411764705882],[200.980392156863,206.862745098039,161.764705882353],[207.843137254902,206.862745098039,161.764705882353],[171.56862745098,167.647058823529,123.529411764706],[165.686274509804,156.862745098039,114.705882352941],[157.843137254902,149.019607843137,108.823529411765],[186.274509803922,180.392156862745,147.058823529412],[237.254901960784,236.274509803922,208.823529411765],[226.470588235294,231.372549019608,211.764705882353],[230.392156862745,242.156862745098,228.43137254902],[199.019607843137,215.686274509804,207.843137254902],[130.392156862745,152.941176470588,147.058823529412],[153.921568627451,178.43137254902,172.549019607843],[157.843137254902,182.352941176471,176.470588235294],[161.764705882353,184.313725490196,176.470588235294],[181.372549019608,200,194.117647058824],[228.43137254902,237.254901960784,234.313725490196],[225.490196078431,235.294117647059,236.274509803922],[199.019607843137,219.607843137255,222.549019607843],[187.254901960784,209.803921568627,217.647058823529],[200.980392156863,216.666666666667,231.372549019608],[177.450980392157,194.117647058824,211.764705882353],[185.294117647059,207.843137254902,225.490196078431],[193.137254901961,220.588235294118,241.176470588235],[191.176470588235,225.490196078431,247.058823529412],[149.019607843137,183.333333333333,210.78431372549],[128.43137254902,163.725490196078,197.058823529412],[132.352941176471,174.509803921569,208.823529411765],[123.529411764706,176.470588235294,209.803921568627],[120.588235294118,178.43137254902,209.803921568627],[129.411764705882,178.43137254902,210.78431372549],[117.647058823529,164.705882352941,200],[120.588235294118,171.56862745098,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[122.549019607843,174.509803921569,213.725490196078],[132.352941176471,183.333333333333,222.549019607843],[133.333333333333,184.313725490196,223.529411764706],[128.43137254902,176.470588235294,216.666666666667],[142.156862745098,186.274509803922,226.470588235294],[148.039215686275,191.176470588235,229.411764705882],[150,191.176470588235,230.392156862745],[152.941176470588,191.176470588235,229.411764705882],[156.862745098039,191.176470588235,228.43137254902],[165.686274509804,199.019607843137,235.294117647059],[152.941176470588,186.274509803922,222.549019607843],[174.509803921569,209.803921568627,245.098039215686],[162.745098039216,206.862745098039,239.21568627451],[141.176470588235,190.196078431373,222.549019607843],[126.470588235294,181.372549019608,215.686274509804],[126.470588235294,177.450980392157,213.725490196078],[133.333333333333,170.588235294118,206.862745098039],[160.78431372549,191.176470588235,221.56862745098],[187.254901960784,213.725490196078,234.313725490196],[175.490196078431,198.039215686275,213.725490196078],[162.745098039216,183.333333333333,200],[181.372549019608,198.039215686275,217.647058823529],[171.56862745098,185.294117647059,211.764705882353],[161.764705882353,172.549019607843,201.960784313725],[158.823529411765,172.549019607843,198.039215686275],[173.529411764706,181.372549019608,200],[204.901960784314,200.980392156863,214.705882352941],[217.647058823529,213.725490196078,227.450980392157],[173.529411764706,178.43137254902,198.039215686275],[172.549019607843,182.352941176471,206.862745098039],[184.313725490196,194.117647058824,220.588235294118],[180.392156862745,190.196078431373,216.666666666667],[169.607843137255,179.411764705882,205.882352941176],[160.78431372549,167.647058823529,195.098039215686],[180.392156862745,187.254901960784,212.745098039216],[177.450980392157,183.333333333333,206.862745098039],[181.372549019608,186.274509803922,207.843137254902],[195.098039215686,200,218.627450980392],[219.607843137255,222.549019607843,237.254901960784],[212.745098039216,215.686274509804,224.509803921569],[245.098039215686,246.078431372549,250],[203.921568627451,202.941176470588,207.843137254902],[158.823529411765,158.823529411765,158.823529411765],[214.705882352941,210.78431372549,211.764705882353],[250,241.176470588235,246.078431372549],[250,244.117647058824,250],[249.019607843137,237.254901960784,241.176470588235],[245.098039215686,236.274509803922,239.21568627451],[244.117647058824,240.196078431373,241.176470588235],[241.176470588235,239.21568627451,240.196078431373],[176.470588235294,175.490196078431,173.529411764706],[208.823529411765,207.843137254902,205.882352941176],[215.686274509804,211.764705882353,210.78431372549],[212.745098039216,210.78431372549,211.764705882353],[204.901960784314,205.882352941176,210.78431372549],[176.470588235294,180.392156862745,191.176470588235],[175.490196078431,187.254901960784,200.980392156863],[148.039215686275,166.666666666667,183.333333333333],[157.843137254902,184.313725490196,204.901960784314],[129.411764705882,160.78431372549,181.372549019608],[145.098039215686,183.333333333333,198.039215686275],[154.901960784314,188.235294117647,198.039215686275],[184.313725490196,206.862745098039,214.705882352941],[188.235294117647,202.941176470588,207.843137254902],[166.666666666667,180.392156862745,181.372549019608],[151.960784313725,171.56862745098,172.549019607843],[130.392156862745,159.803921568627,161.764705882353],[108.823529411765,138.235294117647,146.078431372549],[139.21568627451,159.803921568627,178.43137254902],[150.980392156863,172.549019607843,196.078431372549],[163.725490196078,194.117647058824,214.705882352941],[153.921568627451,184.313725490196,201.960784313725],[146.078431372549,172.549019607843,181.372549019608],[184.313725490196,199.019607843137,203.921568627451],[232.352941176471,232.352941176471,232.352941176471],[166.666666666667,155.882352941176,150],[158.823529411765,148.039215686275,130.392156862745],[205.882352941176,194.117647058824,170.588235294118],[210.78431372549,201.960784313725,173.529411764706],[209.803921568627,200.980392156863,168.627450980392],[223.529411764706,218.627450980392,181.372549019608],[235.294117647059,231.372549019608,187.254901960784],[203.921568627451,198.039215686275,149.019607843137],[191.176470588235,183.333333333333,135.294117647059],[128.43137254902,116.666666666667,77.4509803921569],[180.392156862745,168.627450980392,131.372549019608],[186.274509803922,175.490196078431,131.372549019608],[101.960784313725,95.0980392156863,50],[143.137254901961,140.196078431373,100],[200.980392156863,200.980392156863,165.686274509804],[233.333333333333,236.274509803922,205.882352941176],[223.529411764706,220.588235294118,190.196078431373],[143.137254901961,127.450980392157,94.1176470588235],[193.137254901961,164.705882352941,131.372549019608],[175.490196078431,137.254901960784,106.862745098039],[111.764705882353,67.6470588235294,39.2156862745098],[62.7450980392157,16.6666666666667,0],[128.43137254902,82.3529411764706,56.8627450980392],[157.843137254902,113.725490196078,85.2941176470588],[137.254901960784,95.0980392156863,63.7254901960784],[127.450980392157,85.2941176470588,51.9607843137255],[101.960784313725,56.8627450980392,24.5098039215686],[92.156862745098,42.156862745098,11.7647058823529],[88.2352941176471,35.2941176470588,7.84313725490196],[125.490196078431,74.5098039215686,50.9803921568627],[94.1176470588235,49.0196078431373,26.4705882352941],[96.078431372549,58.8235294117647,36.2745098039216],[81.3725490196078,47.0588235294118,27.4509803921569],[58.8235294117647,22.5490196078431,4.90196078431373],[51.9607843137255,16.6666666666667,2.94117647058824],[71.5686274509804,38.2352941176471,28.4313725490196],[82.3529411764706,50,41.1764705882353],[54.9019607843137,25.4901960784314,15.6862745098039],[54.9019607843137,25.4901960784314,15.6862745098039],[55.8823529411765,22.5490196078431,10.7843137254902],[76.4705882352941,39.2156862745098,26.4705882352941],[96.078431372549,54.9019607843137,39.2156862745098],[86.2745098039216,44.1176470588235,27.4509803921569],[100.980392156863,58.8235294117647,42.156862745098],[120.588235294118,79.4117647058823,63.7254901960784],[73.5294117647059,38.2352941176471,26.4705882352941],[56.8627450980392,27.4509803921569,19.6078431372549],[25.4901960784314,0.980392156862745,0],[47.0588235294118,23.5294117647059,23.5294117647059],[38.2352941176471,17.6470588235294,14.7058823529412],[18.6274509803922,0,0],[69.6078431372549,54.9019607843137,51.9607843137255],[70.5882352941177,59.8039215686275,57.843137254902],[14.7058823529412,6.86274509803922,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[14.7058823529412,14.7058823529412,14.7058823529412],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[5.88235294117647,9.80392156862745,8.82352941176471],[0.980392156862745,4.90196078431373,3.92156862745098],[5.88235294117647,7.84313725490196,6.86274509803922],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[9.80392156862745,8.82352941176471,4.90196078431373],[3.92156862745098,2.94117647058824,0],[21.5686274509804,18.6274509803922,11.7647058823529],[31.3725490196078,29.4117647058824,17.6470588235294],[48.0392156862745,46.078431372549,31.3725490196078],[42.156862745098,39.2156862745098,20.5882352941176],[55.8823529411765,53.921568627451,33.3333333333333],[40.1960784313726,38.2352941176471,13.7254901960784],[79.4117647058823,78.4313725490196,50.9803921568627],[75.4901960784314,71.5686274509804,47.0588235294118],[62.7450980392157,53.921568627451,37.2549019607843],[93.1372549019608,82.3529411764706,64.7058823529412],[77.4509803921569,67.6470588235294,41.1764705882353],[73.5294117647059,68.6274509803922,31.3725490196078],[113.725490196078,109.803921568627,62.7450980392157],[94.1176470588235,92.156862745098,36.2745098039216],[126.470588235294,125.490196078431,62.7450980392157],[139.21568627451,138.235294117647,74.5098039215686],[127.450980392157,126.470588235294,62.7450980392157],[150,149.019607843137,86.2745098039216],[150,148.039215686275,88.2352941176471],[191.176470588235,186.274509803922,129.411764705882],[199.019607843137,194.117647058824,137.254901960784],[210.78431372549,204.901960784314,148.039215686275],[159.803921568627,153.921568627451,95.0980392156863],[202.941176470588,201.960784313725,147.058823529412],[220.588235294118,228.43137254902,180.392156862745],[187.254901960784,196.078431372549,153.921568627451],[185.294117647059,188.235294117647,144.117647058824],[175.490196078431,172.549019607843,130.392156862745],[155.882352941176,149.019607843137,107.843137254902],[143.137254901961,135.294117647059,99.0196078431373],[166.666666666667,161.764705882353,130.392156862745],[214.705882352941,214.705882352941,189.21568627451],[202.941176470588,209.803921568627,194.117647058824],[163.725490196078,176.470588235294,166.666666666667],[131.372549019608,151.960784313725,147.058823529412],[93.1372549019608,118.627450980392,115.686274509804],[113.725490196078,142.156862745098,138.235294117647],[129.411764705882,159.803921568627,154.901960784314],[176.470588235294,204.901960784314,200],[190.196078431373,211.764705882353,208.823529411765],[213.725490196078,225.490196078431,225.490196078431],[181.372549019608,189.21568627451,191.176470588235],[144.117647058824,159.803921568627,158.823529411765],[162.745098039216,180.392156862745,184.313725490196],[165.686274509804,179.411764705882,192.156862745098],[181.372549019608,199.019607843137,218.627450980392],[148.039215686275,181.372549019608,207.843137254902],[150.980392156863,194.117647058824,222.549019607843],[151.960784313725,197.058823529412,229.411764705882],[146.078431372549,189.21568627451,223.529411764706],[140.196078431373,178.43137254902,210.78431372549],[136.274509803922,174.509803921569,204.901960784314],[153.921568627451,200,225.490196078431],[150.980392156863,200,224.509803921569],[123.529411764706,167.647058823529,196.078431372549],[124.509803921569,169.607843137255,201.960784313725],[120.588235294118,171.56862745098,207.843137254902],[117.647058823529,172.549019607843,208.823529411765],[118.627450980392,173.529411764706,209.803921568627],[122.549019607843,175.490196078431,212.745098039216],[133.333333333333,185.294117647059,224.509803921569],[148.039215686275,199.019607843137,238.235294117647],[149.019607843137,200,239.21568627451],[140.196078431373,188.235294117647,228.43137254902],[138.235294117647,184.313725490196,225.490196078431],[150.980392156863,195.098039215686,235.294117647059],[144.117647058824,186.274509803922,227.450980392157],[145.098039215686,186.274509803922,225.490196078431],[152.941176470588,191.176470588235,231.372549019608],[163.725490196078,200.980392156863,239.21568627451],[154.901960784314,189.21568627451,228.43137254902],[166.666666666667,200.980392156863,238.235294117647],[166.666666666667,200.980392156863,238.235294117647],[136.274509803922,178.43137254902,212.745098039216],[140.196078431373,192.156862745098,225.490196078431],[140.196078431373,187.254901960784,222.549019607843],[140.196078431373,173.529411764706,209.803921568627],[189.21568627451,213.725490196078,244.117647058824],[214.705882352941,236.274509803922,250],[181.372549019608,201.960784313725,220.588235294118],[175.490196078431,194.117647058824,210.78431372549],[165.686274509804,183.333333333333,202.941176470588],[185.294117647059,200.980392156863,225.490196078431],[176.470588235294,196.078431372549,219.607843137255],[160.78431372549,187.254901960784,203.921568627451],[162.745098039216,186.274509803922,198.039215686275],[175.490196078431,184.313725490196,191.176470588235],[209.803921568627,212.745098039216,219.607843137255],[198.039215686275,201.960784313725,213.725490196078],[184.313725490196,190.196078431373,205.882352941176],[166.666666666667,171.56862745098,190.196078431373],[157.843137254902,159.803921568627,180.392156862745],[170.588235294118,172.549019607843,193.137254901961],[181.372549019608,183.333333333333,205.882352941176],[201.960784313725,203.921568627451,224.509803921569],[186.274509803922,188.235294117647,208.823529411765],[186.274509803922,187.254901960784,206.862745098039],[203.921568627451,204.901960784314,222.549019607843],[216.666666666667,215.686274509804,229.411764705882],[196.078431372549,194.117647058824,204.901960784314],[214.705882352941,213.725490196078,219.607843137255],[185.294117647059,183.333333333333,186.274509803922],[188.235294117647,187.254901960784,185.294117647059],[224.509803921569,218.627450980392,218.627450980392],[214.705882352941,198.039215686275,203.921568627451],[244.117647058824,223.529411764706,230.392156862745],[250,237.254901960784,244.117647058824],[250,244.117647058824,249.019607843137],[250,249.019607843137,250],[245.098039215686,245.098039215686,245.098039215686],[183.333333333333,185.294117647059,182.352941176471],[177.450980392157,179.411764705882,176.470588235294],[202.941176470588,202.941176470588,200.980392156863],[201.960784313725,203.921568627451,202.941176470588],[201.960784313725,205.882352941176,208.823529411765],[159.803921568627,166.666666666667,174.509803921569],[150,163.725490196078,176.470588235294],[157.843137254902,175.490196078431,195.098039215686],[191.176470588235,216.666666666667,239.21568627451],[140.196078431373,171.56862745098,194.117647058824],[137.254901960784,179.411764705882,196.078431372549],[134.313725490196,172.549019607843,187.254901960784],[166.666666666667,185.294117647059,199.019607843137],[185.294117647059,200,206.862745098039],[168.627450980392,186.274509803922,186.274509803922],[147.058823529412,166.666666666667,165.686274509804],[138.235294117647,158.823529411765,161.764705882353],[135.294117647059,158.823529411765,168.627450980392],[138.235294117647,168.627450980392,186.274509803922],[122.549019607843,156.862745098039,178.43137254902],[100.980392156863,132.352941176471,156.862745098039],[94.1176470588235,125.490196078431,148.039215686275],[149.019607843137,182.352941176471,194.117647058824],[177.450980392157,201.960784313725,206.862745098039],[175.490196078431,181.372549019608,181.372549019608],[201.960784313725,200.980392156863,196.078431372549],[146.078431372549,148.039215686275,137.254901960784],[173.529411764706,176.470588235294,157.843137254902],[146.078431372549,144.117647058824,119.607843137255],[186.274509803922,180.392156862745,149.019607843137],[207.843137254902,195.098039215686,161.764705882353],[231.372549019608,216.666666666667,184.313725490196],[250,248.039215686275,222.549019607843],[219.607843137255,204.901960784314,176.470588235294],[171.56862745098,162.745098039216,122.549019607843],[164.705882352941,160.78431372549,113.725490196078],[204.901960784314,204.901960784314,155.882352941176],[230.392156862745,233.333333333333,181.372549019608],[145.098039215686,148.039215686275,94.1176470588235],[157.843137254902,158.823529411765,102.941176470588],[138.235294117647,137.254901960784,82.3529411764706],[196.078431372549,186.274509803922,136.274509803922],[201.960784313725,178.43137254902,135.294117647059],[225.490196078431,188.235294117647,151.960784313725],[157.843137254902,109.803921568627,77.4509803921569],[137.254901960784,85.2941176470588,53.921568627451],[102.941176470588,49.0196078431373,18.6274509803922],[84.3137254901961,30.3921568627451,0],[115.686274509804,66.6666666666667,32.3529411764706],[123.529411764706,76.4705882352941,41.1764705882353],[100,52.9411764705882,15.6862745098039],[88.2352941176471,37.2549019607843,0.980392156862745],[98.0392156862745,40.1960784313726,6.86274509803922],[82.3529411764706,22.5490196078431,0],[138.235294117647,80.3921568627451,50.9803921568627],[128.43137254902,75.4901960784314,48.0392156862745],[101.960784313725,57.843137254902,29.4117647058824],[97.0588235294118,57.843137254902,32.3529411764706],[43.1372549019608,4.90196078431373,0],[63.7254901960784,26.4705882352941,13.7254901960784],[114.705882352941,79.4117647058823,67.6470588235294],[71.5686274509804,38.2352941176471,28.4313725490196],[38.2352941176471,4.90196078431373,0],[42.156862745098,8.82352941176471,0],[75.4901960784314,38.2352941176471,25.4901960784314],[86.2745098039216,48.0392156862745,33.3333333333333],[61.7647058823529,20.5882352941176,4.90196078431373],[77.4509803921569,35.2941176470588,18.6274509803922],[96.078431372549,54.9019607843137,39.2156862745098],[83.3333333333333,46.078431372549,33.3333333333333],[80.3921568627451,48.0392156862745,39.2156862745098],[63.7254901960784,35.2941176470588,31.3725490196078],[33.3333333333333,9.80392156862745,9.80392156862745],[37.2549019607843,17.6470588235294,18.6274509803922],[44.1176470588235,24.5098039215686,23.5294117647059],[15.6862745098039,0,0],[28.4313725490196,14.7058823529412,13.7254901960784],[21.5686274509804,11.7647058823529,9.80392156862745],[5.88235294117647,0.980392156862745,0],[11.7647058823529,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[31.3725490196078,31.3725490196078,31.3725490196078],[10.7843137254902,10.7843137254902,12.7450980392157],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,1.96078431372549],[0,0.980392156862745,1.96078431372549],[2.94117647058824,6.86274509803922,7.84313725490196],[15.6862745098039,16.6666666666667,18.6274509803922],[3.92156862745098,5.88235294117647,4.90196078431373],[10.7843137254902,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,8.82352941176471],[19.6078431372549,16.6666666666667,11.7647058823529],[21.5686274509804,18.6274509803922,11.7647058823529],[29.4117647058824,27.4509803921569,15.6862745098039],[45.0980392156863,43.1372549019608,28.4313725490196],[59.8039215686275,58.8235294117647,41.1764705882353],[74.5098039215686,76.4705882352941,55.8823529411765],[73.5294117647059,75.4901960784314,53.921568627451],[28.4313725490196,27.4509803921569,6.86274509803922],[64.7058823529412,61.7647058823529,45.0980392156863],[84.3137254901961,81.3725490196078,62.7450980392157],[90.1960784313725,90.1960784313725,64.7058823529412],[81.3725490196078,82.3529411764706,49.0196078431373],[86.2745098039216,89.2156862745098,47.0588235294118],[101.960784313725,105.882352941176,56.8627450980392],[100.980392156863,105.882352941176,52.9411764705882],[94.1176470588235,99.0196078431373,42.156862745098],[134.313725490196,139.21568627451,82.3529411764706],[143.137254901961,148.039215686275,93.1372549019608],[150.980392156863,155.882352941176,100.980392156863],[195.098039215686,200,147.058823529412],[220.588235294118,223.529411764706,171.56862745098],[178.43137254902,181.372549019608,127.450980392157],[153.921568627451,156.862745098039,102.941176470588],[163.725490196078,170.588235294118,119.607843137255],[198.039215686275,210.78431372549,167.647058823529],[173.529411764706,188.235294117647,148.039215686275],[182.352941176471,191.176470588235,149.019607843137],[248.039215686275,250,210.78431372549],[216.666666666667,214.705882352941,176.470588235294],[196.078431372549,193.137254901961,158.823529411765],[229.411764705882,228.43137254902,199.019607843137],[235.294117647059,239.21568627451,216.666666666667],[226.470588235294,237.254901960784,223.529411764706],[121.56862745098,138.235294117647,130.392156862745],[131.372549019608,156.862745098039,153.921568627451],[114.705882352941,146.078431372549,145.098039215686],[143.137254901961,176.470588235294,177.450980392157],[145.098039215686,180.392156862745,180.392156862745],[120.588235294118,155.882352941176,153.921568627451],[124.509803921569,154.901960784314,156.862745098039],[179.411764705882,201.960784313725,207.843137254902],[202.941176470588,221.56862745098,228.43137254902],[154.901960784314,175.490196078431,178.43137254902],[170.588235294118,189.21568627451,193.137254901961],[200,211.764705882353,223.529411764706],[210.78431372549,227.450980392157,245.098039215686],[188.235294117647,221.56862745098,246.078431372549],[149.019607843137,192.156862745098,218.627450980392],[122.549019607843,166.666666666667,197.058823529412],[125.490196078431,167.647058823529,199.019607843137],[153.921568627451,187.254901960784,214.705882352941],[199.019607843137,232.352941176471,250],[192.156862745098,236.274509803922,250],[150.980392156863,200,222.549019607843],[139.21568627451,187.254901960784,216.666666666667],[135.294117647059,187.254901960784,218.627450980392],[112.745098039216,165.686274509804,200.980392156863],[113.725490196078,168.627450980392,202.941176470588],[114.705882352941,169.607843137255,203.921568627451],[115.686274509804,170.588235294118,204.901960784314],[121.56862745098,176.470588235294,212.745098039216],[132.352941176471,185.294117647059,222.549019607843],[132.352941176471,185.294117647059,222.549019607843],[122.549019607843,173.529411764706,211.764705882353],[134.313725490196,182.352941176471,221.56862745098],[144.117647058824,191.176470588235,230.392156862745],[145.098039215686,189.21568627451,229.411764705882],[150,193.137254901961,231.372549019608],[142.156862745098,183.333333333333,222.549019607843],[158.823529411765,197.058823529412,237.254901960784],[166.666666666667,203.921568627451,242.156862745098],[171.56862745098,205.882352941176,245.098039215686],[186.274509803922,217.647058823529,250],[161.764705882353,196.078431372549,233.333333333333],[150.980392156863,199.019607843137,230.392156862745],[141.176470588235,187.254901960784,216.666666666667],[158.823529411765,189.21568627451,219.607843137255],[200.980392156863,221.56862745098,250],[200,219.607843137255,244.117647058824],[180.392156862745,200,223.529411764706],[188.235294117647,208.823529411765,229.411764705882],[155.882352941176,176.470588235294,197.058823529412],[192.156862745098,213.725490196078,234.313725490196],[171.56862745098,198.039215686275,216.666666666667],[158.823529411765,196.078431372549,206.862745098039],[200,236.274509803922,242.156862745098],[190.196078431373,208.823529411765,214.705882352941],[186.274509803922,193.137254901961,199.019607843137],[187.254901960784,192.156862745098,198.039215686275],[197.058823529412,200,206.862745098039],[181.372549019608,181.372549019608,191.176470588235],[172.549019607843,172.549019607843,184.313725490196],[191.176470588235,190.196078431373,203.921568627451],[183.333333333333,180.392156862745,197.058823529412],[195.098039215686,192.156862745098,208.823529411765],[203.921568627451,200.980392156863,217.647058823529],[200,197.058823529412,213.725490196078],[200,196.078431372549,210.78431372549],[196.078431372549,193.137254901961,203.921568627451],[243.137254901961,238.235294117647,245.098039215686],[223.529411764706,218.627450980392,224.509803921569],[210.78431372549,206.862745098039,207.843137254902],[222.549019607843,218.627450980392,217.647058823529],[231.372549019608,221.56862745098,222.549019607843],[216.666666666667,196.078431372549,202.941176470588],[215.686274509804,193.137254901961,202.941176470588],[250,244.117647058824,250],[250,246.078431372549,250],[247.058823529412,243.137254901961,244.117647058824],[239.21568627451,241.176470588235,240.196078431373],[204.901960784314,209.803921568627,205.882352941176],[198.039215686275,202.941176470588,199.019607843137],[207.843137254902,209.803921568627,206.862745098039],[156.862745098039,160.78431372549,159.803921568627],[187.254901960784,192.156862745098,195.098039215686],[204.901960784314,213.725490196078,220.588235294118],[148.039215686275,161.764705882353,174.509803921569],[133.333333333333,151.960784313725,168.627450980392],[139.21568627451,163.725490196078,185.294117647059],[134.313725490196,165.686274509804,188.235294117647],[128.43137254902,169.607843137255,191.176470588235],[115.686274509804,155.882352941176,173.529411764706],[123.529411764706,149.019607843137,163.725490196078],[174.509803921569,193.137254901961,200],[204.901960784314,222.549019607843,224.509803921569],[179.411764705882,197.058823529412,197.058823529412],[159.803921568627,177.450980392157,181.372549019608],[161.764705882353,183.333333333333,194.117647058824],[122.549019607843,157.843137254902,173.529411764706],[107.843137254902,148.039215686275,169.607843137255],[124.509803921569,160.78431372549,186.274509803922],[129.411764705882,166.666666666667,189.21568627451],[82.3529411764706,119.607843137255,132.352941176471],[70.5882352941177,99.0196078431373,104.901960784314],[195.098039215686,208.823529411765,208.823529411765],[239.21568627451,248.039215686275,243.137254901961],[233.333333333333,246.078431372549,237.254901960784],[220.588235294118,232.352941176471,220.588235294118],[168.627450980392,175.490196078431,159.803921568627],[138.235294117647,140.196078431373,119.607843137255],[125.490196078431,119.607843137255,96.078431372549],[190.196078431373,179.411764705882,157.843137254902],[250,236.274509803922,220.588235294118],[224.509803921569,210.78431372549,184.313725490196],[213.725490196078,206.862745098039,153.921568627451],[213.725490196078,209.803921568627,147.058823529412],[196.078431372549,196.078431372549,137.254901960784],[210.78431372549,209.803921568627,153.921568627451],[157.843137254902,157.843137254902,99.0196078431373],[118.627450980392,118.627450980392,57.843137254902],[162.745098039216,161.764705882353,98.0392156862745],[162.745098039216,150.980392156863,92.156862745098],[146.078431372549,115.686274509804,69.6078431372549],[203.921568627451,160.78431372549,122.549019607843],[143.137254901961,92.156862745098,55.8823529411765],[133.333333333333,75.4901960784314,42.156862745098],[121.56862745098,62.7450980392157,29.4117647058824],[126.470588235294,69.6078431372549,33.3333333333333],[128.43137254902,75.4901960784314,38.2352941176471],[157.843137254902,106.862745098039,68.6274509803922],[112.745098039216,61.7647058823529,23.5294117647059],[100,47.0588235294118,9.80392156862745],[140.196078431373,81.3725490196078,48.0392156862745],[146.078431372549,84.3137254901961,51.9607843137255],[187.254901960784,127.450980392157,97.0588235294118],[146.078431372549,90.1960784313725,60.7843137254902],[135.294117647059,87.2549019607843,54.9019607843137],[129.411764705882,86.2745098039216,57.843137254902],[81.3725490196078,44.1176470588235,25.4901960784314],[45.0980392156863,7.84313725490196,0],[74.5098039215686,37.2549019607843,24.5098039215686],[83.3333333333333,48.0392156862745,34.3137254901961],[71.5686274509804,36.2745098039216,22.5490196078431],[44.1176470588235,8.82352941176471,0],[62.7450980392157,26.4705882352941,10.7843137254902],[78.4313725490196,40.1960784313726,23.5294117647059],[48.0392156862745,6.86274509803922,0],[51.9607843137255,10.7843137254902,0],[68.6274509803922,30.3921568627451,15.6862745098039],[49.0196078431373,13.7254901960784,1.96078431372549],[83.3333333333333,53.921568627451,46.078431372549],[59.8039215686275,35.2941176470588,31.3725490196078],[50,30.3921568627451,29.4117647058824],[42.156862745098,24.5098039215686,24.5098039215686],[34.3137254901961,16.6666666666667,16.6666666666667],[29.4117647058824,14.7058823529412,11.7647058823529],[13.7254901960784,2.94117647058824,0.980392156862745],[8.82352941176471,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0,1.96078431372549,5.88235294117647],[4.90196078431373,8.82352941176471,11.7647058823529],[0,2.94117647058824,5.88235294117647],[10.7843137254902,11.7647058823529,15.6862745098039],[9.80392156862745,9.80392156862745,11.7647058823529],[1.96078431372549,0,0.980392156862745],[43.1372549019608,42.156862745098,40.1960784313726],[21.5686274509804,20.5882352941176,16.6666666666667],[26.4705882352941,25.4901960784314,20.5882352941176],[34.3137254901961,34.3137254901961,24.5098039215686],[39.2156862745098,39.2156862745098,27.4509803921569],[4.90196078431373,5.88235294117647,0],[49.0196078431373,51.9607843137255,35.2941176470588],[51.9607843137255,54.9019607843137,36.2745098039216],[64.7058823529412,67.6470588235294,49.0196078431373],[66.6666666666667,71.5686274509804,51.9607843137255],[55.8823529411765,60.7843137254902,39.2156862745098],[34.3137254901961,39.2156862745098,16.6666666666667],[61.7647058823529,67.6470588235294,40.1960784313726],[71.5686274509804,78.4313725490196,46.078431372549],[70.5882352941177,78.4313725490196,42.156862745098],[89.2156862745098,97.0588235294118,58.8235294117647],[94.1176470588235,101.960784313725,61.7647058823529],[95.0980392156863,102.941176470588,62.7450980392157],[104.901960784314,112.745098039216,72.5490196078431],[86.2745098039216,94.1176470588235,53.921568627451],[99.0196078431373,107.843137254902,65.6862745098039],[100,108.823529411765,66.6666666666667],[81.3725490196078,90.1960784313725,46.078431372549],[120.588235294118,132.352941176471,83.3333333333333],[154.901960784314,170.588235294118,124.509803921569],[109.803921568627,131.372549019608,93.1372549019608],[80.3921568627451,101.960784313725,66.6666666666667],[105.882352941176,121.56862745098,85.2941176470588],[159.803921568627,171.56862745098,134.313725490196],[194.117647058824,200,164.705882352941],[194.117647058824,199.019607843137,167.647058823529],[224.509803921569,230.392156862745,204.901960784314],[235.294117647059,244.117647058824,225.490196078431],[223.529411764706,240.196078431373,230.392156862745],[176.470588235294,200.980392156863,197.058823529412],[180.392156862745,213.725490196078,214.705882352941],[151.960784313725,190.196078431373,195.098039215686],[123.529411764706,166.666666666667,169.607843137255],[101.960784313725,146.078431372549,149.019607843137],[84.3137254901961,128.43137254902,131.372549019608],[89.2156862745098,133.333333333333,139.21568627451],[104.901960784314,147.058823529412,165.686274509804],[112.745098039216,150,172.549019607843],[127.450980392157,162.745098039216,176.470588235294],[144.117647058824,170.588235294118,181.372549019608],[178.43137254902,191.176470588235,200],[235.294117647059,247.058823529412,250],[227.450980392157,249.019607843137,250],[210.78431372549,238.235294117647,250],[160.78431372549,189.21568627451,204.901960784314],[154.901960784314,181.372549019608,200],[221.56862745098,243.137254901961,250],[209.803921568627,237.254901960784,250],[147.058823529412,191.176470588235,213.725490196078],[134.313725490196,189.21568627451,215.686274509804],[121.56862745098,182.352941176471,218.627450980392],[131.372549019608,192.156862745098,230.392156862745],[113.725490196078,172.549019607843,205.882352941176],[115.686274509804,173.529411764706,204.901960784314],[120.588235294118,178.43137254902,209.803921568627],[122.549019607843,177.450980392157,209.803921568627],[118.627450980392,173.529411764706,207.843137254902],[121.56862745098,176.470588235294,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[118.627450980392,171.56862745098,208.823529411765],[127.450980392157,178.43137254902,216.666666666667],[143.137254901961,192.156862745098,228.43137254902],[145.098039215686,192.156862745098,229.411764705882],[140.196078431373,184.313725490196,222.549019607843],[141.176470588235,184.313725490196,222.549019607843],[147.058823529412,188.235294117647,225.490196078431],[149.019607843137,190.196078431373,227.450980392157],[154.901960784314,192.156862745098,230.392156862745],[159.803921568627,188.235294117647,227.450980392157],[155.882352941176,189.21568627451,225.490196078431],[141.176470588235,187.254901960784,212.745098039216],[154.901960784314,200,222.549019607843],[187.254901960784,218.627450980392,241.176470588235],[187.254901960784,210.78431372549,236.274509803922],[186.274509803922,206.862745098039,235.294117647059],[206.862745098039,227.450980392157,250],[190.196078431373,213.725490196078,239.21568627451],[170.588235294118,196.078431372549,218.627450980392],[174.509803921569,202.941176470588,220.588235294118],[162.745098039216,198.039215686275,211.764705882353],[146.078431372549,192.156862745098,198.039215686275],[150.980392156863,195.098039215686,200],[153.921568627451,180.392156862745,191.176470588235],[163.725490196078,176.470588235294,185.294117647059],[182.352941176471,186.274509803922,187.254901960784],[202.941176470588,201.960784313725,200],[180.392156862745,176.470588235294,177.450980392157],[200.980392156863,196.078431372549,200],[194.117647058824,189.21568627451,195.098039215686],[197.058823529412,190.196078431373,198.039215686275],[186.274509803922,178.43137254902,189.21568627451],[177.450980392157,166.666666666667,180.392156862745],[210.78431372549,200,213.725490196078],[196.078431372549,186.274509803922,197.058823529412],[209.803921568627,200,208.823529411765],[232.352941176471,221.56862745098,229.411764705882],[248.039215686275,237.254901960784,243.137254901961],[238.235294117647,226.470588235294,230.392156862745],[224.509803921569,212.745098039216,214.705882352941],[215.686274509804,200.980392156863,203.921568627451],[222.549019607843,200,209.803921568627],[228.43137254902,204.901960784314,217.647058823529],[250,239.21568627451,249.019607843137],[237.254901960784,226.470588235294,234.313725490196],[214.705882352941,209.803921568627,213.725490196078],[211.764705882353,211.764705882353,211.764705882353],[240.196078431373,242.156862745098,239.21568627451],[223.529411764706,228.43137254902,224.509803921569],[194.117647058824,199.019607843137,195.098039215686],[167.647058823529,171.56862745098,170.588235294118],[184.313725490196,189.21568627451,192.156862745098],[216.666666666667,223.529411764706,231.372549019608],[192.156862745098,203.921568627451,215.686274509804],[155.882352941176,172.549019607843,190.196078431373],[133.333333333333,154.901960784314,177.450980392157],[140.196078431373,169.607843137255,195.098039215686],[122.549019607843,160.78431372549,189.21568627451],[126.470588235294,165.686274509804,191.176470588235],[109.803921568627,145.098039215686,160.78431372549],[140.196078431373,166.666666666667,177.450980392157],[177.450980392157,190.196078431373,196.078431372549],[146.078431372549,154.901960784314,159.803921568627],[159.803921568627,176.470588235294,183.333333333333],[131.372549019608,154.901960784314,164.705882352941],[112.745098039216,143.137254901961,160.78431372549],[130.392156862745,170.588235294118,192.156862745098],[110.78431372549,160.78431372549,181.372549019608],[109.803921568627,155.882352941176,175.490196078431],[137.254901960784,169.607843137255,184.313725490196],[171.56862745098,198.039215686275,204.901960784314],[180.392156862745,201.960784313725,200],[119.607843137255,140.196078431373,133.333333333333],[154.901960784314,174.509803921569,165.686274509804],[233.333333333333,250,244.117647058824],[227.450980392157,243.137254901961,243.137254901961],[229.411764705882,243.137254901961,243.137254901961],[193.137254901961,203.921568627451,196.078431372549],[194.117647058824,200,186.274509803922],[236.274509803922,236.274509803922,212.745098039216],[197.058823529412,195.098039215686,148.039215686275],[196.078431372549,190.196078431373,113.725490196078],[199.019607843137,192.156862745098,105.882352941176],[184.313725490196,172.549019607843,101.960784313725],[91.1764705882353,80.3921568627451,19.6078431372549],[206.862745098039,196.078431372549,141.176470588235],[150,143.137254901961,89.2156862745098],[200,198.039215686275,142.156862745098],[129.411764705882,118.627450980392,65.6862745098039],[129.411764705882,97.0588235294118,52.9411764705882],[218.627450980392,171.56862745098,134.313725490196],[203.921568627451,149.019607843137,112.745098039216],[172.549019607843,113.725490196078,78.4313725490196],[110.78431372549,49.0196078431373,14.7058823529412],[105.882352941176,47.0588235294118,11.7647058823529],[148.039215686275,95.0980392156863,57.843137254902],[155.882352941176,104.901960784314,66.6666666666667],[116.666666666667,65.6862745098039,29.4117647058824],[130.392156862745,75.4901960784314,41.1764705882353],[194.117647058824,132.352941176471,101.960784313725],[195.098039215686,131.372549019608,101.960784313725],[174.509803921569,111.764705882353,84.3137254901961],[135.294117647059,79.4117647058823,50],[103.921568627451,54.9019607843137,22.5490196078431],[112.745098039216,68.6274509803922,40.1960784313726],[93.1372549019608,52.9411764705882,33.3333333333333],[62.7450980392157,24.5098039215686,9.80392156862745],[51.9607843137255,13.7254901960784,0],[70.5882352941177,34.3137254901961,18.6274509803922],[84.3137254901961,48.0392156862745,32.3529411764706],[78.4313725490196,42.156862745098,26.4705882352941],[73.5294117647059,35.2941176470588,20.5882352941176],[73.5294117647059,35.2941176470588,18.6274509803922],[84.3137254901961,46.078431372549,29.4117647058824],[61.7647058823529,25.4901960784314,9.80392156862745],[42.156862745098,6.86274509803922,0],[23.5294117647059,0,0],[19.6078431372549,0,0],[56.8627450980392,33.3333333333333,29.4117647058824],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,12.7450980392157,12.7450980392157],[20.5882352941176,4.90196078431373,4.90196078431373],[18.6274509803922,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,10.7843137254902],[0,1.96078431372549,7.84313725490196],[2.94117647058824,5.88235294117647,12.7450980392157],[0,2.94117647058824,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[39.2156862745098,38.2352941176471,36.2745098039216],[22.5490196078431,21.5686274509804,17.6470588235294],[44.1176470588235,43.1372549019608,38.2352941176471],[19.6078431372549,19.6078431372549,11.7647058823529],[3.92156862745098,5.88235294117647,0],[31.3725490196078,33.3333333333333,20.5882352941176],[12.7450980392157,16.6666666666667,1.96078431372549],[49.0196078431373,52.9411764705882,36.2745098039216],[69.6078431372549,76.4705882352941,58.8235294117647],[31.3725490196078,39.2156862745098,18.6274509803922],[30.3921568627451,39.2156862745098,18.6274509803922],[50.9803921568627,60.7843137254902,37.2549019607843],[26.4705882352941,36.2745098039216,12.7450980392157],[44.1176470588235,53.921568627451,30.3921568627451],[72.5490196078431,82.3529411764706,57.843137254902],[92.156862745098,101.960784313725,77.4509803921569],[35.2941176470588,45.0980392156863,20.5882352941176],[96.078431372549,105.882352941176,79.4117647058823],[117.647058823529,127.450980392157,100.980392156863],[134.313725490196,145.098039215686,115.686274509804],[113.725490196078,124.509803921569,93.1372549019608],[62.7450980392157,73.5294117647059,40.1960784313726],[106.862745098039,118.627450980392,81.3725490196078],[142.156862745098,156.862745098039,116.666666666667],[171.56862745098,189.21568627451,150],[102.941176470588,129.411764705882,95.0980392156863],[63.7254901960784,93.1372549019608,59.8039215686275],[65.6862745098039,89.2156862745098,55.8823529411765],[130.392156862745,147.058823529412,113.725490196078],[173.529411764706,184.313725490196,152.941176470588],[224.509803921569,235.294117647059,205.882352941176],[241.176470588235,250,229.411764705882],[148.039215686275,164.705882352941,147.058823529412],[122.549019607843,145.098039215686,137.254901960784],[141.176470588235,172.549019607843,169.607843137255],[157.843137254902,197.058823529412,199.019607843137],[106.862745098039,150.980392156863,156.862745098039],[134.313725490196,182.352941176471,187.254901960784],[135.294117647059,185.294117647059,189.21568627451],[72.5490196078431,122.549019607843,126.470588235294],[91.1764705882353,140.196078431373,150.980392156863],[93.1372549019608,140.196078431373,162.745098039216],[100,145.098039215686,170.588235294118],[111.764705882353,153.921568627451,172.549019607843],[136.274509803922,168.627450980392,183.333333333333],[172.549019607843,190.196078431373,203.921568627451],[205.882352941176,217.647058823529,229.411764705882],[195.098039215686,211.764705882353,219.607843137255],[213.725490196078,233.333333333333,242.156862745098],[232.352941176471,250,250],[210.78431372549,232.352941176471,245.098039215686],[222.549019607843,243.137254901961,250],[212.745098039216,240.196078431373,250],[139.21568627451,186.274509803922,208.823529411765],[116.666666666667,175.490196078431,202.941176470588],[107.843137254902,168.627450980392,204.901960784314],[101.960784313725,162.745098039216,200.980392156863],[116.666666666667,176.470588235294,206.862745098039],[112.745098039216,171.56862745098,199.019607843137],[111.764705882353,170.588235294118,198.039215686275],[111.764705882353,169.607843137255,199.019607843137],[111.764705882353,169.607843137255,199.019607843137],[119.607843137255,174.509803921569,206.862745098039],[123.529411764706,178.43137254902,210.78431372549],[121.56862745098,176.470588235294,210.78431372549],[120.588235294118,173.529411764706,208.823529411765],[124.509803921569,175.490196078431,211.764705882353],[125.490196078431,174.509803921569,210.78431372549],[132.352941176471,179.411764705882,214.705882352941],[147.058823529412,192.156862745098,227.450980392157],[144.117647058824,187.254901960784,223.529411764706],[138.235294117647,181.372549019608,217.647058823529],[147.058823529412,186.274509803922,221.56862745098],[146.078431372549,179.411764705882,216.666666666667],[149.019607843137,184.313725490196,217.647058823529],[141.176470588235,188.235294117647,207.843137254902],[143.137254901961,189.21568627451,204.901960784314],[176.470588235294,210.78431372549,229.411764705882],[193.137254901961,220.588235294118,242.156862745098],[174.509803921569,199.019607843137,228.43137254902],[171.56862745098,196.078431372549,226.470588235294],[175.490196078431,201.960784313725,231.372549019608],[169.607843137255,199.019607843137,226.470588235294],[167.647058823529,200,218.627450980392],[149.019607843137,188.235294117647,200],[132.352941176471,182.352941176471,186.274509803922],[142.156862745098,188.235294117647,196.078431372549],[150,178.43137254902,194.117647058824],[146.078431372549,161.764705882353,174.509803921569],[176.470588235294,180.392156862745,179.411764705882],[229.411764705882,226.470588235294,219.607843137255],[210.78431372549,207.843137254902,202.941176470588],[208.823529411765,203.921568627451,200.980392156863],[202.941176470588,194.117647058824,195.098039215686],[208.823529411765,200,202.941176470588],[210.78431372549,200,205.882352941176],[182.352941176471,169.607843137255,178.43137254902],[209.803921568627,197.058823529412,205.882352941176],[210.78431372549,195.098039215686,204.901960784314],[201.960784313725,187.254901960784,194.117647058824],[227.450980392157,212.745098039216,219.607843137255],[234.313725490196,217.647058823529,223.529411764706],[238.235294117647,221.56862745098,227.450980392157],[224.509803921569,208.823529411765,211.764705882353],[222.549019607843,203.921568627451,209.803921568627],[224.509803921569,199.019607843137,209.803921568627],[235.294117647059,211.764705882353,224.509803921569],[250,244.117647058824,250],[229.411764705882,218.627450980392,226.470588235294],[178.43137254902,173.529411764706,177.450980392157],[209.803921568627,209.803921568627,209.803921568627],[237.254901960784,239.21568627451,236.274509803922],[215.686274509804,217.647058823529,214.705882352941],[201.960784313725,203.921568627451,199.019607843137],[163.725490196078,168.627450980392,164.705882352941],[168.627450980392,172.549019607843,173.529411764706],[174.509803921569,181.372549019608,187.254901960784],[167.647058823529,177.450980392157,187.254901960784],[163.725490196078,179.411764705882,194.117647058824],[162.745098039216,183.333333333333,201.960784313725],[150.980392156863,176.470588235294,200.980392156863],[123.529411764706,157.843137254902,187.254901960784],[111.764705882353,150,178.43137254902],[124.509803921569,161.764705882353,180.392156862745],[139.21568627451,168.627450980392,179.411764705882],[184.313725490196,197.058823529412,205.882352941176],[168.627450980392,175.490196078431,183.333333333333],[125.490196078431,140.196078431373,147.058823529412],[93.1372549019608,114.705882352941,125.490196078431],[101.960784313725,134.313725490196,149.019607843137],[92.156862745098,134.313725490196,150.980392156863],[90.1960784313725,140.196078431373,158.823529411765],[98.0392156862745,146.078431372549,160.78431372549],[124.509803921569,157.843137254902,169.607843137255],[136.274509803922,164.705882352941,170.588235294118],[104.901960784314,135.294117647059,130.392156862745],[65.6862745098039,96.078431372549,88.2352941176471],[100,128.43137254902,124.509803921569],[87.2549019607843,112.745098039216,111.764705882353],[133.333333333333,158.823529411765,157.843137254902],[158.823529411765,180.392156862745,178.43137254902],[212.745098039216,232.352941176471,221.56862745098],[243.137254901961,250,236.274509803922],[248.039215686275,250,222.549019607843],[219.607843137255,218.627450980392,171.56862745098],[193.137254901961,188.235294117647,121.56862745098],[190.196078431373,181.372549019608,105.882352941176],[147.058823529412,132.352941176471,64.7058823529412],[121.56862745098,105.882352941176,45.0980392156863],[196.078431372549,181.372549019608,125.490196078431],[167.647058823529,154.901960784314,100.980392156863],[118.627450980392,109.803921568627,55.8823529411765],[42.156862745098,24.5098039215686,0],[121.56862745098,87.2549019607843,48.0392156862745],[213.725490196078,166.666666666667,131.372549019608],[195.098039215686,142.156862745098,108.823529411765],[184.313725490196,125.490196078431,92.156862745098],[168.627450980392,109.803921568627,76.4705882352941],[123.529411764706,65.6862745098039,32.3529411764706],[120.588235294118,69.6078431372549,33.3333333333333],[144.117647058824,97.0588235294118,61.7647058823529],[109.803921568627,61.7647058823529,29.4117647058824],[128.43137254902,78.4313725490196,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[130.392156862745,69.6078431372549,45.0980392156863],[156.862745098039,98.0392156862745,72.5490196078431],[109.803921568627,56.8627450980392,29.4117647058824],[92.156862745098,46.078431372549,16.6666666666667],[120.588235294118,80.3921568627451,52.9411764705882],[132.352941176471,92.156862745098,72.5490196078431],[102.941176470588,64.7058823529412,48.0392156862745],[62.7450980392157,24.5098039215686,7.84313725490196],[36.2745098039216,0,0],[80.3921568627451,42.156862745098,27.4509803921569],[108.823529411765,72.5490196078431,56.8627450980392],[75.4901960784314,39.2156862745098,23.5294117647059],[77.4509803921569,41.1764705882353,25.4901960784314],[98.0392156862745,62.7450980392157,49.0196078431373],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0,0],[27.4509803921569,0.980392156862745,0],[32.3529411764706,9.80392156862745,3.92156862745098],[14.7058823529412,0,0],[26.4705882352941,8.82352941176471,6.86274509803922],[37.2549019607843,21.5686274509804,21.5686274509804],[16.6666666666667,2.94117647058824,1.96078431372549],[14.7058823529412,2.94117647058824,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,9.80392156862745,16.6666666666667],[3.92156862745098,6.86274509803922,15.6862745098039],[6.86274509803922,6.86274509803922,16.6666666666667],[5.88235294117647,5.88235294117647,13.7254901960784],[2.94117647058824,1.96078431372549,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[16.6666666666667,14.7058823529412,15.6862745098039],[26.4705882352941,25.4901960784314,23.5294117647059],[12.7450980392157,11.7647058823529,7.84313725490196],[19.6078431372549,18.6274509803922,13.7254901960784],[77.4509803921569,78.4313725490196,70.5882352941177],[38.2352941176471,40.1960784313726,29.4117647058824],[33.3333333333333,37.2549019607843,23.5294117647059],[12.7450980392157,18.6274509803922,4.90196078431373],[14.7058823529412,21.5686274509804,5.88235294117647],[25.4901960784314,32.3529411764706,14.7058823529412],[55.8823529411765,63.7254901960784,43.1372549019608],[15.6862745098039,23.5294117647059,2.94117647058824],[33.3333333333333,40.1960784313726,22.5490196078431],[27.4509803921569,34.3137254901961,18.6274509803922],[52.9411764705882,58.8235294117647,45.0980392156863],[54.9019607843137,57.843137254902,47.0588235294118],[55.8823529411765,58.8235294117647,48.0392156862745],[42.156862745098,45.0980392156863,34.3137254901961],[45.0980392156863,49.0196078431373,35.2941176470588],[36.2745098039216,43.1372549019608,27.4509803921569],[63.7254901960784,70.5882352941177,52.9411764705882],[91.1764705882353,99.0196078431373,78.4313725490196],[78.4313725490196,88.2352941176471,63.7254901960784],[79.4117647058823,90.1960784313725,60.7843137254902],[144.117647058824,157.843137254902,125.490196078431],[146.078431372549,164.705882352941,133.333333333333],[93.1372549019608,121.56862745098,92.156862745098],[80.3921568627451,109.803921568627,82.3529411764706],[114.705882352941,139.21568627451,109.803921568627],[138.235294117647,158.823529411765,128.43137254902],[187.254901960784,203.921568627451,172.549019607843],[161.764705882353,175.490196078431,150],[182.352941176471,200,178.43137254902],[150.980392156863,173.529411764706,157.843137254902],[132.352941176471,161.764705882353,153.921568627451],[98.0392156862745,136.274509803922,135.294117647059],[76.4705882352941,120.588235294118,125.490196078431],[77.4509803921569,126.470588235294,133.333333333333],[100,151.960784313725,159.803921568627],[100,153.921568627451,160.78431372549],[104.901960784314,158.823529411765,165.686274509804],[93.1372549019608,142.156862745098,150.980392156863],[118.627450980392,159.803921568627,175.490196078431],[110.78431372549,150.980392156863,168.627450980392],[102.941176470588,147.058823529412,165.686274509804],[112.745098039216,152.941176470588,170.588235294118],[135.294117647059,161.764705882353,180.392156862745],[162.745098039216,183.333333333333,200],[170.588235294118,192.156862745098,202.941176470588],[212.745098039216,235.294117647059,243.137254901961],[215.686274509804,237.254901960784,248.039215686275],[228.43137254902,250,250],[193.137254901961,218.627450980392,241.176470588235],[127.450980392157,162.745098039216,188.235294117647],[117.647058823529,167.647058823529,194.117647058824],[106.862745098039,162.745098039216,189.21568627451],[129.411764705882,181.372549019608,211.764705882353],[112.745098039216,164.705882352941,195.098039215686],[114.705882352941,170.588235294118,199.019607843137],[107.843137254902,166.666666666667,194.117647058824],[109.803921568627,169.607843137255,197.058823529412],[115.686274509804,175.490196078431,202.941176470588],[115.686274509804,175.490196078431,203.921568627451],[115.686274509804,173.529411764706,202.941176470588],[115.686274509804,173.529411764706,202.941176470588],[117.647058823529,172.549019607843,204.901960784314],[113.725490196078,168.627450980392,200.980392156863],[116.666666666667,169.607843137255,202.941176470588],[116.666666666667,168.627450980392,201.960784313725],[127.450980392157,176.470588235294,210.78431372549],[134.313725490196,183.333333333333,217.647058823529],[121.56862745098,169.607843137255,201.960784313725],[126.470588235294,171.56862745098,204.901960784314],[157.843137254902,200.980392156863,235.294117647059],[147.058823529412,186.274509803922,221.56862745098],[137.254901960784,180.392156862745,208.823529411765],[135.294117647059,185.294117647059,201.960784313725],[141.176470588235,192.156862745098,202.941176470588],[162.745098039216,203.921568627451,215.686274509804],[162.745098039216,199.019607843137,216.666666666667],[143.137254901961,176.470588235294,203.921568627451],[149.019607843137,181.372549019608,213.725490196078],[129.411764705882,162.745098039216,197.058823529412],[143.137254901961,177.450980392157,206.862745098039],[138.235294117647,173.529411764706,195.098039215686],[126.470588235294,164.705882352941,181.372549019608],[134.313725490196,180.392156862745,190.196078431373],[168.627450980392,209.803921568627,223.529411764706],[182.352941176471,209.803921568627,233.333333333333],[155.882352941176,172.549019607843,190.196078431373],[170.588235294118,176.470588235294,174.509803921569],[207.843137254902,207.843137254902,198.039215686275],[216.666666666667,216.666666666667,206.862745098039],[179.411764705882,176.470588235294,169.607843137255],[188.235294117647,183.333333333333,179.411764705882],[184.313725490196,176.470588235294,173.529411764706],[208.823529411765,199.019607843137,198.039215686275],[189.21568627451,177.450980392157,179.411764705882],[192.156862745098,177.450980392157,180.392156862745],[232.352941176471,216.666666666667,219.607843137255],[203.921568627451,185.294117647059,191.176470588235],[250,231.372549019608,237.254901960784],[247.058823529412,226.470588235294,231.372549019608],[241.176470588235,220.588235294118,225.490196078431],[241.176470588235,220.588235294118,225.490196078431],[230.392156862745,207.843137254902,215.686274509804],[238.235294117647,212.745098039216,223.529411764706],[247.058823529412,223.529411764706,236.274509803922],[246.078431372549,229.411764705882,239.21568627451],[213.725490196078,202.941176470588,210.78431372549],[170.588235294118,165.686274509804,169.607843137255],[222.549019607843,222.549019607843,222.549019607843],[243.137254901961,243.137254901961,241.176470588235],[233.333333333333,234.313725490196,229.411764705882],[164.705882352941,165.686274509804,159.803921568627],[156.862745098039,157.843137254902,152.941176470588],[172.549019607843,172.549019607843,172.549019607843],[155.882352941176,159.803921568627,162.745098039216],[160.78431372549,167.647058823529,175.490196078431],[154.901960784314,166.666666666667,180.392156862745],[151.960784313725,168.627450980392,186.274509803922],[131.372549019608,152.941176470588,175.490196078431],[122.549019607843,152.941176470588,181.372549019608],[103.921568627451,138.235294117647,165.686274509804],[121.56862745098,155.882352941176,175.490196078431],[123.529411764706,151.960784313725,165.686274509804],[157.843137254902,175.490196078431,185.294117647059],[164.705882352941,174.509803921569,183.333333333333],[141.176470588235,145.098039215686,155.882352941176],[134.313725490196,148.039215686275,158.823529411765],[109.803921568627,147.058823529412,157.843137254902],[112.745098039216,159.803921568627,171.56862745098],[139.21568627451,184.313725490196,199.019607843137],[108.823529411765,150,163.725490196078],[88.2352941176471,124.509803921569,133.333333333333],[94.1176470588235,128.43137254902,132.352941176471],[75.4901960784314,110.78431372549,106.862745098039],[86.2745098039216,124.509803921569,119.607843137255],[124.509803921569,164.705882352941,166.666666666667],[63.7254901960784,104.901960784314,102.941176470588],[37.2549019607843,73.5294117647059,56.8627450980392],[92.156862745098,121.56862745098,96.078431372549],[190.196078431373,210.78431372549,178.43137254902],[215.686274509804,227.450980392157,192.156862745098],[192.156862745098,196.078431372549,161.764705882353],[245.098039215686,242.156862745098,211.764705882353],[250,245.098039215686,222.549019607843],[235.294117647059,224.509803921569,197.058823529412],[181.372549019608,170.588235294118,125.490196078431],[162.745098039216,150.980392156863,94.1176470588235],[125.490196078431,109.803921568627,49.0196078431373],[93.1372549019608,73.5294117647059,13.7254901960784],[51.9607843137255,27.4509803921569,0],[52.9411764705882,22.5490196078431,0],[123.529411764706,86.2745098039216,50.9803921568627],[179.411764705882,133.333333333333,105.882352941176],[164.705882352941,111.764705882353,84.3137254901961],[157.843137254902,101.960784313725,73.5294117647059],[177.450980392157,121.56862745098,93.1372549019608],[147.058823529412,95.0980392156863,64.7058823529412],[136.274509803922,92.156862745098,59.8039215686275],[130.392156862745,88.2352941176471,56.8627450980392],[126.470588235294,86.2745098039216,58.8235294117647],[89.2156862745098,44.1176470588235,20.5882352941176],[80.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,25.4901960784314,8.82352941176471],[104.901960784314,53.921568627451,33.3333333333333],[88.2352941176471,41.1764705882353,19.6078431372549],[75.4901960784314,34.3137254901961,9.80392156862745],[110.78431372549,74.5098039215686,49.0196078431373],[173.529411764706,136.274509803922,117.647058823529],[123.529411764706,85.2941176470588,68.6274509803922],[118.627450980392,82.3529411764706,64.7058823529412],[70.5882352941177,34.3137254901961,16.6666666666667],[42.156862745098,5.88235294117647,0],[62.7450980392157,27.4509803921569,11.7647058823529],[53.921568627451,21.5686274509804,6.86274509803922],[75.4901960784314,44.1176470588235,31.3725490196078],[67.6470588235294,38.2352941176471,27.4509803921569],[49.0196078431373,21.5686274509804,10.7843137254902],[27.4509803921569,3.92156862745098,0],[39.2156862745098,16.6666666666667,10.7843137254902],[35.2941176470588,16.6666666666667,10.7843137254902],[16.6666666666667,0,0],[11.7647058823529,0,0],[14.7058823529412,0.980392156862745,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,3.92156862745098,12.7450980392157],[0,2.94117647058824,11.7647058823529],[1.96078431372549,1.96078431372549,11.7647058823529],[7.84313725490196,7.84313725490196,15.6862745098039],[5.88235294117647,4.90196078431373,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[27.4509803921569,26.4705882352941,24.5098039215686],[22.5490196078431,21.5686274509804,17.6470588235294],[19.6078431372549,18.6274509803922,13.7254901960784],[50.9803921568627,50.9803921568627,41.1764705882353],[55.8823529411765,57.843137254902,45.0980392156863],[21.5686274509804,25.4901960784314,11.7647058823529],[35.2941176470588,42.156862745098,26.4705882352941],[72.5490196078431,81.3725490196078,64.7058823529412],[48.0392156862745,56.8627450980392,38.2352941176471],[41.1764705882353,50,31.3725490196078],[19.6078431372549,31.3725490196078,11.7647058823529],[20.5882352941176,32.3529411764706,12.7450980392157],[27.4509803921569,38.2352941176471,21.5686274509804],[16.6666666666667,27.4509803921569,13.7254901960784],[18.6274509803922,26.4705882352941,15.6862745098039],[50,56.8627450980392,50],[50,56.8627450980392,50],[48.0392156862745,54.9019607843137,48.0392156862745],[33.3333333333333,40.1960784313726,32.3529411764706],[59.8039215686275,67.6470588235294,56.8627450980392],[60.7843137254902,71.5686274509804,55.8823529411765],[64.7058823529412,76.4705882352941,56.8627450980392],[62.7450980392157,76.4705882352941,53.921568627451],[56.8627450980392,70.5882352941177,45.0980392156863],[150.980392156863,166.666666666667,138.235294117647],[129.411764705882,149.019607843137,121.56862745098],[110.78431372549,140.196078431373,114.705882352941],[108.823529411765,138.235294117647,112.745098039216],[104.901960784314,130.392156862745,101.960784313725],[124.509803921569,144.117647058824,116.666666666667],[127.450980392157,143.137254901961,114.705882352941],[167.647058823529,183.333333333333,156.862745098039],[127.450980392157,146.078431372549,124.509803921569],[126.470588235294,150,134.313725490196],[179.411764705882,211.764705882353,202.941176470588],[151.960784313725,192.156862745098,188.235294117647],[145.098039215686,189.21568627451,192.156862745098],[116.666666666667,165.686274509804,172.549019607843],[116.666666666667,168.627450980392,176.470588235294],[115.686274509804,167.647058823529,175.490196078431],[113.725490196078,165.686274509804,171.56862745098],[125.490196078431,171.56862745098,179.411764705882],[174.509803921569,211.764705882353,224.509803921569],[161.764705882353,198.039215686275,213.725490196078],[151.960784313725,198.039215686275,213.725490196078],[142.156862745098,186.274509803922,204.901960784314],[135.294117647059,165.686274509804,186.274509803922],[165.686274509804,188.235294117647,205.882352941176],[182.352941176471,203.921568627451,214.705882352941],[211.764705882353,231.372549019608,238.235294117647],[223.529411764706,246.078431372549,250],[224.509803921569,250,250],[174.509803921569,203.921568627451,227.450980392157],[124.509803921569,162.745098039216,191.176470588235],[121.56862745098,175.490196078431,204.901960784314],[112.745098039216,168.627450980392,197.058823529412],[125.490196078431,175.490196078431,203.921568627451],[114.705882352941,163.725490196078,190.196078431373],[112.745098039216,168.627450980392,195.098039215686],[107.843137254902,166.666666666667,192.156862745098],[111.764705882353,172.549019607843,197.058823529412],[120.588235294118,180.392156862745,207.843137254902],[120.588235294118,180.392156862745,208.823529411765],[112.745098039216,172.549019607843,200.980392156863],[110.78431372549,168.627450980392,198.039215686275],[112.745098039216,170.588235294118,200],[115.686274509804,173.529411764706,204.901960784314],[116.666666666667,171.56862745098,203.921568627451],[116.666666666667,169.607843137255,202.941176470588],[137.254901960784,189.21568627451,222.549019607843],[155.882352941176,207.843137254902,239.21568627451],[138.235294117647,187.254901960784,219.607843137255],[122.549019607843,170.588235294118,202.941176470588],[141.176470588235,186.274509803922,219.607843137255],[135.294117647059,177.450980392157,210.78431372549],[159.803921568627,202.941176470588,229.411764705882],[164.705882352941,210.78431372549,228.43137254902],[154.901960784314,200,212.745098039216],[148.039215686275,191.176470588235,203.921568627451],[145.098039215686,185.294117647059,202.941176470588],[139.21568627451,178.43137254902,203.921568627451],[126.470588235294,166.666666666667,198.039215686275],[120.588235294118,162.745098039216,196.078431372549],[121.56862745098,165.686274509804,196.078431372549],[116.666666666667,161.764705882353,184.313725490196],[129.411764705882,175.490196078431,193.137254901961],[133.333333333333,180.392156862745,194.117647058824],[134.313725490196,179.411764705882,195.098039215686],[152.941176470588,190.196078431373,212.745098039216],[155.882352941176,182.352941176471,200.980392156863],[201.960784313725,213.725490196078,213.725490196078],[192.156862745098,197.058823529412,190.196078431373],[212.745098039216,215.686274509804,208.823529411765],[188.235294117647,189.21568627451,183.333333333333],[188.235294117647,187.254901960784,182.352941176471],[194.117647058824,189.21568627451,185.294117647059],[199.019607843137,191.176470588235,188.235294117647],[183.333333333333,172.549019607843,170.588235294118],[197.058823529412,183.333333333333,182.352941176471],[194.117647058824,178.43137254902,178.43137254902],[177.450980392157,158.823529411765,160.78431372549],[236.274509803922,216.666666666667,218.627450980392],[250,232.352941176471,234.313725490196],[235.294117647059,212.745098039216,218.627450980392],[217.647058823529,195.098039215686,200.980392156863],[233.333333333333,210.78431372549,216.666666666667],[229.411764705882,206.862745098039,216.666666666667],[249.019607843137,228.43137254902,237.254901960784],[250,239.21568627451,246.078431372549],[222.549019607843,211.764705882353,217.647058823529],[175.490196078431,171.56862745098,172.549019607843],[220.588235294118,219.607843137255,217.647058823529],[250,250,245.098039215686],[226.470588235294,226.470588235294,218.627450980392],[179.411764705882,176.470588235294,167.647058823529],[181.372549019608,178.43137254902,171.56862745098],[187.254901960784,186.274509803922,181.372549019608],[163.725490196078,163.725490196078,163.725490196078],[188.235294117647,193.137254901961,197.058823529412],[157.843137254902,166.666666666667,175.490196078431],[138.235294117647,151.960784313725,164.705882352941],[128.43137254902,149.019607843137,165.686274509804],[125.490196078431,152.941176470588,176.470588235294],[117.647058823529,149.019607843137,173.529411764706],[122.549019607843,152.941176470588,170.588235294118],[138.235294117647,163.725490196078,176.470588235294],[145.098039215686,163.725490196078,170.588235294118],[136.274509803922,147.058823529412,152.941176470588],[136.274509803922,139.21568627451,148.039215686275],[118.627450980392,128.43137254902,137.254901960784],[93.1372549019608,125.490196078431,132.352941176471],[103.921568627451,146.078431372549,151.960784313725],[118.627450980392,157.843137254902,165.686274509804],[73.5294117647059,109.803921568627,118.627450980392],[75.4901960784314,111.764705882353,117.647058823529],[115.686274509804,152.941176470588,153.921568627451],[85.2941176470588,125.490196078431,121.56862745098],[57.843137254902,101.960784313725,97.0588235294118],[46.078431372549,93.1372549019608,93.1372549019608],[52.9411764705882,98.0392156862745,95.0980392156863],[63.7254901960784,103.921568627451,86.2745098039216],[128.43137254902,162.745098039216,133.333333333333],[162.745098039216,186.274509803922,150.980392156863],[151.960784313725,167.647058823529,129.411764705882],[124.509803921569,133.333333333333,91.1764705882353],[145.098039215686,146.078431372549,112.745098039216],[205.882352941176,198.039215686275,187.254901960784],[228.43137254902,216.666666666667,204.901960784314],[248.039215686275,233.333333333333,202.941176470588],[223.529411764706,206.862745098039,161.764705882353],[163.725490196078,143.137254901961,91.1764705882353],[118.627450980392,92.156862745098,38.2352941176471],[122.549019607843,91.1764705882353,43.1372549019608],[126.470588235294,90.1960784313725,49.0196078431373],[116.666666666667,76.4705882352941,45.0980392156863],[137.254901960784,91.1764705882353,65.6862745098039],[134.313725490196,81.3725490196078,55.8823529411765],[137.254901960784,82.3529411764706,55.8823529411765],[162.745098039216,107.843137254902,81.3725490196078],[122.549019607843,74.5098039215686,45.0980392156863],[109.803921568627,66.6666666666667,38.2352941176471],[92.156862745098,55.8823529411765,27.4509803921569],[87.2549019607843,50.9803921568627,25.4901960784314],[38.2352941176471,0,0],[71.5686274509804,25.4901960784314,9.80392156862745],[85.2941176470588,37.2549019607843,22.5490196078431],[95.0980392156863,47.0588235294118,32.3529411764706],[91.1764705882353,47.0588235294118,28.4313725490196],[68.6274509803922,33.3333333333333,9.80392156862745],[77.4509803921569,44.1176470588235,19.6078431372549],[136.274509803922,100,81.3725490196078],[45.0980392156863,8.82352941176471,0],[71.5686274509804,37.2549019607843,18.6274509803922],[89.2156862745098,53.921568627451,38.2352941176471],[77.4509803921569,45.0980392156863,30.3921568627451],[105.882352941176,74.5098039215686,61.7647058823529],[79.4117647058823,50,39.2156862745098],[34.3137254901961,7.84313725490196,0],[58.8235294117647,34.3137254901961,27.4509803921569],[36.2745098039216,16.6666666666667,9.80392156862745],[29.4117647058824,10.7843137254902,4.90196078431373],[44.1176470588235,26.4705882352941,22.5490196078431],[24.5098039215686,9.80392156862745,4.90196078431373],[21.5686274509804,6.86274509803922,3.92156862745098],[13.7254901960784,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[9.80392156862745,9.80392156862745,17.6470588235294],[4.90196078431373,7.84313725490196,16.6666666666667],[4.90196078431373,4.90196078431373,12.7450980392157],[9.80392156862745,10.7843137254902,15.6862745098039],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[18.6274509803922,14.7058823529412,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[71.5686274509804,71.5686274509804,61.7647058823529],[50.9803921568627,50.9803921568627,39.2156862745098],[7.84313725490196,9.80392156862745,0],[23.5294117647059,27.4509803921569,10.7843137254902],[35.2941176470588,43.1372549019608,22.5490196078431],[56.8627450980392,65.6862745098039,45.0980392156863],[29.4117647058824,38.2352941176471,17.6470588235294],[32.3529411764706,46.078431372549,23.5294117647059],[13.7254901960784,31.3725490196078,9.80392156862745],[14.7058823529412,33.3333333333333,13.7254901960784],[19.6078431372549,37.2549019607843,21.5686274509804],[27.4509803921569,45.0980392156863,31.3725490196078],[33.3333333333333,49.0196078431373,38.2352941176471],[51.9607843137255,67.6470588235294,57.843137254902],[53.921568627451,66.6666666666667,57.843137254902],[39.2156862745098,51.9607843137255,42.156862745098],[54.9019607843137,70.5882352941177,57.843137254902],[68.6274509803922,85.2941176470588,69.6078431372549],[62.7450980392157,81.3725490196078,61.7647058823529],[92.156862745098,111.764705882353,87.2549019607843],[75.4901960784314,98.0392156862745,70.5882352941177],[96.078431372549,118.627450980392,90.1960784313725],[158.823529411765,183.333333333333,153.921568627451],[178.43137254902,203.921568627451,175.490196078431],[88.2352941176471,115.686274509804,91.1764705882353],[133.333333333333,158.823529411765,134.313725490196],[150.980392156863,173.529411764706,146.078431372549],[82.3529411764706,100.980392156863,73.5294117647059],[130.392156862745,145.098039215686,116.666666666667],[141.176470588235,154.901960784314,129.411764705882],[161.764705882353,179.411764705882,155.882352941176],[201.960784313725,224.509803921569,206.862745098039],[183.333333333333,214.705882352941,201.960784313725],[160.78431372549,199.019607843137,194.117647058824],[143.137254901961,186.274509803922,187.254901960784],[102.941176470588,150,153.921568627451],[99.0196078431373,147.058823529412,151.960784313725],[101.960784313725,150,156.862745098039],[127.450980392157,173.529411764706,179.411764705882],[179.411764705882,221.56862745098,228.43137254902],[197.058823529412,234.313725490196,245.098039215686],[171.56862745098,209.803921568627,224.509803921569],[149.019607843137,195.098039215686,210.78431372549],[143.137254901961,185.294117647059,201.960784313725],[151.960784313725,180.392156862745,198.039215686275],[190.196078431373,211.764705882353,225.490196078431],[194.117647058824,212.745098039216,218.627450980392],[198.039215686275,216.666666666667,220.588235294118],[230.392156862745,250,250],[191.176470588235,214.705882352941,226.470588235294],[167.647058823529,197.058823529412,220.588235294118],[209.803921568627,250,250],[113.725490196078,168.627450980392,200.980392156863],[106.862745098039,168.627450980392,200.980392156863],[96.078431372549,150.980392156863,183.333333333333],[125.490196078431,179.411764705882,209.803921568627],[119.607843137255,178.43137254902,205.882352941176],[107.843137254902,167.647058823529,195.098039215686],[102.941176470588,162.745098039216,190.196078431373],[110.78431372549,170.588235294118,198.039215686275],[117.647058823529,177.450980392157,205.882352941176],[113.725490196078,173.529411764706,201.960784313725],[109.803921568627,169.607843137255,200],[113.725490196078,171.56862745098,202.941176470588],[109.803921568627,167.647058823529,199.019607843137],[113.725490196078,168.627450980392,200.980392156863],[112.745098039216,167.647058823529,200],[129.411764705882,182.352941176471,215.686274509804],[149.019607843137,200.980392156863,232.352941176471],[137.254901960784,186.274509803922,218.627450980392],[118.627450980392,167.647058823529,200],[127.450980392157,172.549019607843,204.901960784314],[135.294117647059,175.490196078431,206.862745098039],[163.725490196078,198.039215686275,227.450980392157],[171.56862745098,204.901960784314,231.372549019608],[187.254901960784,221.56862745098,243.137254901961],[169.607843137255,204.901960784314,226.470588235294],[134.313725490196,174.509803921569,196.078431372549],[133.333333333333,176.470588235294,202.941176470588],[114.705882352941,162.745098039216,192.156862745098],[104.901960784314,156.862745098039,187.254901960784],[106.862745098039,162.745098039216,191.176470588235],[95.0980392156863,151.960784313725,175.490196078431],[101.960784313725,158.823529411765,180.392156862745],[111.764705882353,165.686274509804,185.294117647059],[117.647058823529,168.627450980392,189.21568627451],[123.529411764706,177.450980392157,197.058823529412],[117.647058823529,159.803921568627,175.490196078431],[143.137254901961,166.666666666667,170.588235294118],[203.921568627451,215.686274509804,213.725490196078],[179.411764705882,189.21568627451,188.235294117647],[190.196078431373,199.019607843137,196.078431372549],[247.058823529412,250,248.039215686275],[243.137254901961,244.117647058824,239.21568627451],[170.588235294118,167.647058823529,162.745098039216],[173.529411764706,166.666666666667,160.78431372549],[187.254901960784,176.470588235294,172.549019607843],[184.313725490196,170.588235294118,167.647058823529],[219.607843137255,204.901960784314,201.960784313725],[207.843137254902,190.196078431373,188.235294117647],[220.588235294118,200.980392156863,201.960784313725],[243.137254901961,223.529411764706,225.490196078431],[212.745098039216,191.176470588235,194.117647058824],[233.333333333333,210.78431372549,216.666666666667],[241.176470588235,220.588235294118,227.450980392157],[224.509803921569,205.882352941176,211.764705882353],[246.078431372549,234.313725490196,238.235294117647],[250,242.156862745098,243.137254901961],[182.352941176471,177.450980392157,174.509803921569],[154.901960784314,151.960784313725,147.058823529412],[226.470588235294,223.529411764706,214.705882352941],[229.411764705882,225.490196078431,214.705882352941],[188.235294117647,182.352941176471,170.588235294118],[160.78431372549,152.941176470588,142.156862745098],[160.78431372549,153.921568627451,144.117647058824],[161.764705882353,158.823529411765,151.960784313725],[203.921568627451,205.882352941176,202.941176470588],[160.78431372549,165.686274509804,168.627450980392],[130.392156862745,141.176470588235,147.058823529412],[125.490196078431,142.156862745098,151.960784313725],[131.372549019608,153.921568627451,169.607843137255],[123.529411764706,150,166.666666666667],[115.686274509804,143.137254901961,154.901960784314],[137.254901960784,159.803921568627,167.647058823529],[138.235294117647,150.980392156863,158.823529411765],[145.098039215686,153.921568627451,158.823529411765],[152.941176470588,161.764705882353,166.666666666667],[108.823529411765,122.549019607843,125.490196078431],[118.627450980392,139.21568627451,142.156862745098],[93.1372549019608,120.588235294118,124.509803921569],[84.3137254901961,116.666666666667,121.56862745098],[85.2941176470588,122.549019607843,125.490196078431],[102.941176470588,137.254901960784,141.176470588235],[102.941176470588,140.196078431373,141.176470588235],[69.6078431372549,113.725490196078,110.78431372549],[53.921568627451,98.0392156862745,93.1372549019608],[65.6862745098039,107.843137254902,99.0196078431373],[89.2156862745098,129.411764705882,121.56862745098],[87.2549019607843,125.490196078431,120.588235294118],[54.9019607843137,89.2156862745098,82.3529411764706],[99.0196078431373,126.470588235294,112.745098039216],[145.098039215686,167.647058823529,140.196078431373],[177.450980392157,195.098039215686,146.078431372549],[180.392156862745,188.235294117647,138.235294117647],[153.921568627451,149.019607843137,119.607843137255],[188.235294117647,172.549019607843,150],[240.196078431373,216.666666666667,189.21568627451],[250,229.411764705882,200],[250,220.588235294118,190.196078431373],[173.529411764706,140.196078431373,105.882352941176],[169.607843137255,135.294117647059,98.0392156862745],[148.039215686275,110.78431372549,74.5098039215686],[109.803921568627,65.6862745098039,37.2549019607843],[114.705882352941,65.6862745098039,41.1764705882353],[150,95.0980392156863,70.5882352941177],[149.019607843137,93.1372549019608,66.6666666666667],[130.392156862745,76.4705882352941,47.0588235294118],[111.764705882353,61.7647058823529,31.3725490196078],[123.529411764706,83.3333333333333,53.921568627451],[89.2156862745098,52.9411764705882,26.4705882352941],[61.7647058823529,24.5098039215686,1.96078431372549],[58.8235294117647,18.6274509803922,0.980392156862745],[61.7647058823529,16.6666666666667,3.92156862745098],[77.4509803921569,30.3921568627451,18.6274509803922],[100.980392156863,53.921568627451,40.1960784313726],[81.3725490196078,39.2156862745098,22.5490196078431],[70.5882352941177,37.2549019607843,12.7450980392157],[64.7058823529412,33.3333333333333,10.7843137254902],[50,17.6470588235294,0],[33.3333333333333,0,0],[70.5882352941177,38.2352941176471,21.5686274509804],[84.3137254901961,52.9411764705882,38.2352941176471],[67.6470588235294,39.2156862745098,25.4901960784314],[75.4901960784314,49.0196078431373,38.2352941176471],[62.7450980392157,40.1960784313726,32.3529411764706],[30.3921568627451,11.7647058823529,5.88235294117647],[30.3921568627451,15.6862745098039,12.7450980392157],[25.4901960784314,11.7647058823529,10.7843137254902],[39.2156862745098,27.4509803921569,27.4509803921569],[12.7450980392157,2.94117647058824,1.96078431372549],[25.4901960784314,13.7254901960784,13.7254901960784],[16.6666666666667,5.88235294117647,3.92156862745098],[16.6666666666667,2.94117647058824,0],[12.7450980392157,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,10.7843137254902],[0,1.96078431372549,8.82352941176471],[0.980392156862745,1.96078431372549,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,10.7843137254902,11.7647058823529],[11.7647058823529,10.7843137254902,6.86274509803922],[16.6666666666667,13.7254901960784,6.86274509803922],[28.4313725490196,26.4705882352941,14.7058823529412],[64.7058823529412,65.6862745098039,51.9607843137255],[55.8823529411765,56.8627450980392,39.2156862745098],[31.3725490196078,34.3137254901961,13.7254901960784],[42.156862745098,50,27.4509803921569],[77.4509803921569,87.2549019607843,62.7450980392157],[83.3333333333333,93.1372549019608,68.6274509803922],[53.921568627451,66.6666666666667,41.1764705882353],[37.2549019607843,50.9803921568627,26.4705882352941],[22.5490196078431,39.2156862745098,20.5882352941176],[31.3725490196078,50,31.3725490196078],[36.2745098039216,53.921568627451,40.1960784313726],[34.3137254901961,51.9607843137255,38.2352941176471],[84.3137254901961,100,89.2156862745098],[65.6862745098039,81.3725490196078,70.5882352941177],[68.6274509803922,82.3529411764706,69.6078431372549],[80.3921568627451,94.1176470588235,79.4117647058823],[68.6274509803922,85.2941176470588,66.6666666666667],[73.5294117647059,91.1764705882353,69.6078431372549],[52.9411764705882,72.5490196078431,46.078431372549],[92.156862745098,111.764705882353,84.3137254901961],[96.078431372549,119.607843137255,88.2352941176471],[120.588235294118,144.117647058824,112.745098039216],[141.176470588235,165.686274509804,136.274509803922],[114.705882352941,139.21568627451,110.78431372549],[127.450980392157,150.980392156863,125.490196078431],[170.588235294118,193.137254901961,167.647058823529],[135.294117647059,153.921568627451,126.470588235294],[109.803921568627,124.509803921569,96.078431372549],[156.862745098039,169.607843137255,140.196078431373],[126.470588235294,139.21568627451,109.803921568627],[138.235294117647,153.921568627451,128.43137254902],[199.019607843137,220.588235294118,200],[190.196078431373,220.588235294118,205.882352941176],[159.803921568627,194.117647058824,187.254901960784],[153.921568627451,193.137254901961,192.156862745098],[133.333333333333,176.470588235294,177.450980392157],[103.921568627451,147.058823529412,150],[112.745098039216,154.901960784314,160.78431372549],[175.490196078431,215.686274509804,219.607843137255],[192.156862745098,228.43137254902,234.313725490196],[172.549019607843,205.882352941176,214.705882352941],[174.509803921569,210.78431372549,219.607843137255],[167.647058823529,209.803921568627,218.627450980392],[162.745098039216,200,210.78431372549],[165.686274509804,191.176470588235,203.921568627451],[184.313725490196,202.941176470588,216.666666666667],[184.313725490196,206.862745098039,214.705882352941],[219.607843137255,244.117647058824,250],[209.803921568627,237.254901960784,248.039215686275],[171.56862745098,200,215.686274509804],[207.843137254902,239.21568627451,250],[148.039215686275,188.235294117647,217.647058823529],[118.627450980392,174.509803921569,203.921568627451],[98.0392156862745,159.803921568627,192.156862745098],[133.333333333333,190.196078431373,226.470588235294],[111.764705882353,169.607843137255,202.941176470588],[118.627450980392,178.43137254902,206.862745098039],[104.901960784314,164.705882352941,192.156862745098],[95.0980392156863,154.901960784314,182.352941176471],[102.941176470588,162.745098039216,191.176470588235],[116.666666666667,176.470588235294,204.901960784314],[115.686274509804,175.490196078431,205.882352941176],[107.843137254902,167.647058823529,198.039215686275],[104.901960784314,164.705882352941,195.098039215686],[101.960784313725,161.764705882353,192.156862745098],[107.843137254902,165.686274509804,197.058823529412],[106.862745098039,164.705882352941,196.078431372549],[111.764705882353,166.666666666667,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[117.647058823529,169.607843137255,200.980392156863],[130.392156862745,178.43137254902,209.803921568627],[140.196078431373,184.313725490196,212.745098039216],[130.392156862745,168.627450980392,197.058823529412],[141.176470588235,169.607843137255,200.980392156863],[187.254901960784,215.686274509804,247.058823529412],[170.588235294118,206.862745098039,233.333333333333],[115.686274509804,160.78431372549,184.313725490196],[114.705882352941,165.686274509804,189.21568627451],[115.686274509804,170.588235294118,195.098039215686],[97.0588235294118,157.843137254902,182.352941176471],[95.0980392156863,157.843137254902,184.313725490196],[92.156862745098,154.901960784314,181.372549019608],[100.980392156863,159.803921568627,187.254901960784],[101.960784313725,151.960784313725,178.43137254902],[91.1764705882353,142.156862745098,163.725490196078],[93.1372549019608,150.980392156863,168.627450980392],[105.882352941176,156.862745098039,169.607843137255],[104.901960784314,134.313725490196,142.156862745098],[180.392156862745,199.019607843137,204.901960784314],[174.509803921569,192.156862745098,194.117647058824],[156.862745098039,172.549019607843,172.549019607843],[200,211.764705882353,209.803921568627],[204.901960784314,210.78431372549,206.862745098039],[221.56862745098,224.509803921569,217.647058823529],[194.117647058824,191.176470588235,184.313725490196],[211.764705882353,204.901960784314,197.058823529412],[204.901960784314,196.078431372549,189.21568627451],[218.627450980392,205.882352941176,200],[200,185.294117647059,180.392156862745],[208.823529411765,191.176470588235,189.21568627451],[233.333333333333,215.686274509804,215.686274509804],[241.176470588235,221.56862745098,222.549019607843],[233.333333333333,213.725490196078,215.686274509804],[250,235.294117647059,239.21568627451],[246.078431372549,230.392156862745,233.333333333333],[249.019607843137,237.254901960784,237.254901960784],[250,245.098039215686,243.137254901961],[224.509803921569,219.607843137255,215.686274509804],[166.666666666667,162.745098039216,153.921568627451],[206.862745098039,202.941176470588,191.176470588235],[238.235294117647,232.352941176471,218.627450980392],[196.078431372549,187.254901960784,172.549019607843],[148.039215686275,139.21568627451,122.549019607843],[159.803921568627,150.980392156863,136.274509803922],[182.352941176471,176.470588235294,164.705882352941],[194.117647058824,194.117647058824,186.274509803922],[150.980392156863,155.882352941176,151.960784313725],[127.450980392157,137.254901960784,136.274509803922],[119.607843137255,134.313725490196,137.254901960784],[124.509803921569,144.117647058824,152.941176470588],[122.549019607843,144.117647058824,154.901960784314],[130.392156862745,150,156.862745098039],[125.490196078431,142.156862745098,149.019607843137],[116.666666666667,127.450980392157,131.372549019608],[156.862745098039,166.666666666667,168.627450980392],[154.901960784314,168.627450980392,168.627450980392],[115.686274509804,129.411764705882,129.411764705882],[140.196078431373,151.960784313725,151.960784313725],[119.607843137255,135.294117647059,135.294117647059],[92.156862745098,117.647058823529,116.666666666667],[80.3921568627451,113.725490196078,112.745098039216],[82.3529411764706,117.647058823529,117.647058823529],[80.3921568627451,119.607843137255,119.607843137255],[63.7254901960784,106.862745098039,107.843137254902],[35.2941176470588,79.4117647058823,76.4705882352941],[52.9411764705882,94.1176470588235,84.3137254901961],[83.3333333333333,122.549019607843,113.725490196078],[71.5686274509804,106.862745098039,104.901960784314],[83.3333333333333,116.666666666667,115.686274509804],[99.0196078431373,127.450980392157,122.549019607843],[69.6078431372549,92.156862745098,74.5098039215686],[99.0196078431373,116.666666666667,79.4117647058823],[160.78431372549,167.647058823529,124.509803921569],[231.372549019608,225.490196078431,190.196078431373],[216.666666666667,200,170.588235294118],[174.509803921569,148.039215686275,121.56862745098],[189.21568627451,155.882352941176,131.372549019608],[250,216.666666666667,194.117647058824],[244.117647058824,204.901960784314,179.411764705882],[217.647058823529,179.411764705882,147.058823529412],[173.529411764706,131.372549019608,98.0392156862745],[129.411764705882,81.3725490196078,51.9607843137255],[128.43137254902,73.5294117647059,47.0588235294118],[165.686274509804,105.882352941176,78.4313725490196],[178.43137254902,118.627450980392,90.1960784313725],[138.235294117647,80.3921568627451,49.0196078431373],[84.3137254901961,32.3529411764706,0],[84.3137254901961,40.1960784313726,7.84313725490196],[96.078431372549,57.843137254902,29.4117647058824],[94.1176470588235,54.9019607843137,30.3921568627451],[86.2745098039216,46.078431372549,28.4313725490196],[85.2941176470588,38.2352941176471,24.5098039215686],[72.5490196078431,24.5098039215686,10.7843137254902],[94.1176470588235,46.078431372549,31.3725490196078],[94.1176470588235,50,31.3725490196078],[76.4705882352941,41.1764705882353,15.6862745098039],[73.5294117647059,42.156862745098,17.6470588235294],[56.8627450980392,24.5098039215686,5.88235294117647],[50,18.6274509803922,3.92156862745098],[54.9019607843137,26.4705882352941,10.7843137254902],[59.8039215686275,32.3529411764706,20.5882352941176],[36.2745098039216,9.80392156862745,0],[19.6078431372549,0,0],[31.3725490196078,13.7254901960784,9.80392156862745],[31.3725490196078,20.5882352941176,18.6274509803922],[5.88235294117647,0,0],[116.666666666667,110.78431372549,114.705882352941],[232.352941176471,227.450980392157,231.372549019608],[26.4705882352941,21.5686274509804,25.4901960784314],[3.92156862745098,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[16.6666666666667,15.6862745098039,13.7254901960784],[15.6862745098039,12.7450980392157,7.84313725490196],[14.7058823529412,12.7450980392157,0.980392156862745],[54.9019607843137,52.9411764705882,38.2352941176471],[96.078431372549,95.0980392156863,77.4509803921569],[57.843137254902,59.8039215686275,39.2156862745098],[62.7450980392157,66.6666666666667,44.1176470588235],[102.941176470588,108.823529411765,83.3333333333333],[87.2549019607843,96.078431372549,69.6078431372549],[65.6862745098039,75.4901960784314,49.0196078431373],[121.56862745098,134.313725490196,106.862745098039],[111.764705882353,125.490196078431,100.980392156863],[34.3137254901961,45.0980392156863,28.4313725490196],[39.2156862745098,49.0196078431373,38.2352941176471],[54.9019607843137,62.7450980392157,51.9607843137255],[26.4705882352941,33.3333333333333,25.4901960784314],[48.0392156862745,53.921568627451,44.1176470588235],[26.4705882352941,32.3529411764706,20.5882352941176],[38.2352941176471,42.156862745098,27.4509803921569],[82.3529411764706,87.2549019607843,67.6470588235294],[85.2941176470588,93.1372549019608,69.6078431372549],[104.901960784314,113.725490196078,87.2549019607843],[85.2941176470588,96.078431372549,64.7058823529412],[107.843137254902,121.56862745098,89.2156862745098],[133.333333333333,148.039215686275,115.686274509804],[153.921568627451,168.627450980392,138.235294117647],[145.098039215686,160.78431372549,132.352941176471],[122.549019607843,138.235294117647,111.764705882353],[108.823529411765,124.509803921569,99.0196078431373],[109.803921568627,123.529411764706,99.0196078431373],[97.0588235294118,106.862745098039,80.3921568627451],[139.21568627451,148.039215686275,117.647058823529],[131.372549019608,138.235294117647,105.882352941176],[127.450980392157,136.274509803922,105.882352941176],[146.078431372549,160.78431372549,132.352941176471],[146.078431372549,165.686274509804,141.176470588235],[183.333333333333,209.803921568627,193.137254901961],[120.588235294118,151.960784313725,141.176470588235],[149.019607843137,184.313725490196,180.392156862745],[147.058823529412,184.313725490196,185.294117647059],[153.921568627451,191.176470588235,194.117647058824],[155.882352941176,190.196078431373,194.117647058824],[134.313725490196,167.647058823529,169.607843137255],[164.705882352941,193.137254901961,197.058823529412],[150.980392156863,178.43137254902,181.372549019608],[161.764705882353,189.21568627451,192.156862745098],[171.56862745098,202.941176470588,201.960784313725],[181.372549019608,210.78431372549,212.745098039216],[186.274509803922,205.882352941176,212.745098039216],[185.294117647059,206.862745098039,219.607843137255],[161.764705882353,194.117647058824,208.823529411765],[180.392156862745,220.588235294118,238.235294117647],[159.803921568627,203.921568627451,224.509803921569],[127.450980392157,168.627450980392,193.137254901961],[124.509803921569,160.78431372549,187.254901960784],[108.823529411765,149.019607843137,178.43137254902],[105.882352941176,158.823529411765,186.274509803922],[114.705882352941,172.549019607843,201.960784313725],[111.764705882353,168.627450980392,204.901960784314],[112.745098039216,169.607843137255,205.882352941176],[116.666666666667,176.470588235294,206.862745098039],[109.803921568627,169.607843137255,198.039215686275],[99.0196078431373,161.764705882353,189.21568627451],[100,161.764705882353,192.156862745098],[106.862745098039,168.627450980392,199.019607843137],[104.901960784314,166.666666666667,199.019607843137],[99.0196078431373,160.78431372549,193.137254901961],[102.941176470588,161.764705882353,195.098039215686],[107.843137254902,166.666666666667,200],[105.882352941176,163.725490196078,197.058823529412],[106.862745098039,164.705882352941,198.039215686275],[116.666666666667,171.56862745098,205.882352941176],[125.490196078431,178.43137254902,211.764705882353],[128.43137254902,180.392156862745,213.725490196078],[124.509803921569,176.470588235294,209.803921568627],[119.607843137255,171.56862745098,201.960784313725],[120.588235294118,177.450980392157,200.980392156863],[116.666666666667,166.666666666667,193.137254901961],[140.196078431373,175.490196078431,210.78431372549],[146.078431372549,179.411764705882,216.666666666667],[123.529411764706,168.627450980392,200.980392156863],[111.764705882353,166.666666666667,193.137254901961],[108.823529411765,168.627450980392,189.21568627451],[99.0196078431373,162.745098039216,182.352941176471],[92.156862745098,157.843137254902,176.470588235294],[91.1764705882353,155.882352941176,179.411764705882],[92.156862745098,153.921568627451,184.313725490196],[91.1764705882353,144.117647058824,179.411764705882],[102.941176470588,142.156862745098,177.450980392157],[108.823529411765,147.058823529412,177.450980392157],[96.078431372549,146.078431372549,162.745098039216],[96.078431372549,145.098039215686,155.882352941176],[139.21568627451,174.509803921569,186.274509803922],[128.43137254902,154.901960784314,165.686274509804],[132.352941176471,156.862745098039,163.725490196078],[141.176470588235,161.764705882353,166.666666666667],[163.725490196078,181.372549019608,181.372549019608],[135.294117647059,150,147.058823529412],[169.607843137255,179.411764705882,171.56862745098],[183.333333333333,186.274509803922,177.450980392157],[202.941176470588,202.941176470588,193.137254901961],[203.921568627451,200,189.21568627451],[191.176470588235,182.352941176471,173.529411764706],[197.058823529412,187.254901960784,178.43137254902],[182.352941176471,169.607843137255,163.725490196078],[207.843137254902,193.137254901961,190.196078431373],[249.019607843137,231.372549019608,229.411764705882],[223.529411764706,207.843137254902,207.843137254902],[241.176470588235,225.490196078431,225.490196078431],[236.274509803922,222.549019607843,222.549019607843],[220.588235294118,210.78431372549,208.823529411765],[226.470588235294,219.607843137255,213.725490196078],[238.235294117647,234.313725490196,225.490196078431],[195.098039215686,191.176470588235,180.392156862745],[174.509803921569,168.627450980392,154.901960784314],[213.725490196078,206.862745098039,189.21568627451],[218.627450980392,207.843137254902,190.196078431373],[172.549019607843,159.803921568627,141.176470588235],[171.56862745098,158.823529411765,142.156862745098],[176.470588235294,167.647058823529,152.941176470588],[155.882352941176,151.960784313725,141.176470588235],[135.294117647059,136.274509803922,130.392156862745],[127.450980392157,136.274509803922,131.372549019608],[124.509803921569,139.21568627451,136.274509803922],[100.980392156863,120.588235294118,119.607843137255],[114.705882352941,134.313725490196,135.294117647059],[146.078431372549,156.862745098039,160.78431372549],[141.176470588235,150.980392156863,152.941176470588],[125.490196078431,137.254901960784,137.254901960784],[159.803921568627,171.56862745098,169.607843137255],[129.411764705882,141.176470588235,137.254901960784],[100.980392156863,111.764705882353,107.843137254902],[134.313725490196,140.196078431373,138.235294117647],[115.686274509804,124.509803921569,121.56862745098],[100.980392156863,116.666666666667,115.686274509804],[87.2549019607843,112.745098039216,109.803921568627],[67.6470588235294,105.882352941176,102.941176470588],[67.6470588235294,108.823529411765,107.843137254902],[63.7254901960784,103.921568627451,107.843137254902],[42.156862745098,80.3921568627451,85.2941176470588],[40.1960784313726,77.4509803921569,78.4313725490196],[65.6862745098039,100.980392156863,99.0196078431373],[62.7450980392157,97.0588235294118,93.1372549019608],[92.156862745098,120.588235294118,115.686274509804],[55.8823529411765,78.4313725490196,70.5882352941177],[22.5490196078431,39.2156862745098,31.3725490196078],[38.2352941176471,48.0392156862745,40.1960784313726],[86.2745098039216,86.2745098039216,74.5098039215686],[193.137254901961,188.235294117647,159.803921568627],[190.196078431373,176.470588235294,142.156862745098],[183.333333333333,160.78431372549,129.411764705882],[228.43137254902,198.039215686275,167.647058823529],[250,215.686274509804,182.352941176471],[227.450980392157,188.235294117647,153.921568627451],[195.098039215686,150.980392156863,118.627450980392],[203.921568627451,154.901960784314,122.549019607843],[239.21568627451,183.333333333333,153.921568627451],[216.666666666667,154.901960784314,124.509803921569],[161.764705882353,94.1176470588235,61.7647058823529],[146.078431372549,79.4117647058823,45.0980392156863],[163.725490196078,100,62.7450980392157],[134.313725490196,75.4901960784314,39.2156862745098],[75.4901960784314,24.5098039215686,0],[85.2941176470588,40.1960784313726,6.86274509803922],[132.352941176471,89.2156862745098,62.7450980392157],[98.0392156862745,52.9411764705882,30.3921568627451],[114.705882352941,62.7450980392157,47.0588235294118],[82.3529411764706,27.4509803921569,12.7450980392157],[87.2549019607843,32.3529411764706,15.6862745098039],[112.745098039216,62.7450980392157,42.156862745098],[100,59.8039215686275,32.3529411764706],[97.0588235294118,61.7647058823529,36.2745098039216],[79.4117647058823,49.0196078431373,29.4117647058824],[46.078431372549,17.6470588235294,3.92156862745098],[35.2941176470588,7.84313725490196,0],[46.078431372549,19.6078431372549,8.82352941176471],[28.4313725490196,8.82352941176471,0],[12.7450980392157,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,8.82352941176471,10.7843137254902],[2.94117647058824,0.980392156862745,5.88235294117647],[50.9803921568627,50.9803921568627,58.8235294117647],[152.941176470588,152.941176470588,160.78431372549],[0,0,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[15.6862745098039,9.80392156862745,9.80392156862745],[6.86274509803922,0,0],[17.6470588235294,7.84313725490196,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[23.5294117647059,21.5686274509804,9.80392156862745],[23.5294117647059,21.5686274509804,6.86274509803922],[87.2549019607843,86.2745098039216,66.6666666666667],[120.588235294118,119.607843137255,99.0196078431373],[31.3725490196078,33.3333333333333,9.80392156862745],[47.0588235294118,52.9411764705882,27.4509803921569],[65.6862745098039,74.5098039215686,48.0392156862745],[50.9803921568627,60.7843137254902,36.2745098039216],[27.4509803921569,41.1764705882353,16.6666666666667],[21.5686274509804,37.2549019607843,11.7647058823529],[93.1372549019608,105.882352941176,86.2745098039216],[97.0588235294118,107.843137254902,92.156862745098],[47.0588235294118,54.9019607843137,44.1176470588235],[67.6470588235294,73.5294117647059,63.7254901960784],[50,55.8823529411765,44.1176470588235],[17.6470588235294,21.5686274509804,7.84313725490196],[55.8823529411765,59.8039215686275,45.0980392156863],[63.7254901960784,68.6274509803922,49.0196078431373],[55.8823529411765,60.7843137254902,39.2156862745098],[73.5294117647059,79.4117647058823,53.921568627451],[85.2941176470588,91.1764705882353,63.7254901960784],[83.3333333333333,90.1960784313725,59.8039215686275],[111.764705882353,120.588235294118,90.1960784313725],[127.450980392157,136.274509803922,105.882352941176],[170.588235294118,181.372549019608,150],[80.3921568627451,91.1764705882353,61.7647058823529],[136.274509803922,149.019607843137,121.56862745098],[107.843137254902,121.56862745098,96.078431372549],[88.2352941176471,100.980392156863,75.4901960784314],[136.274509803922,145.098039215686,118.627450980392],[156.862745098039,163.725490196078,133.333333333333],[145.098039215686,149.019607843137,116.666666666667],[117.647058823529,124.509803921569,92.156862745098],[157.843137254902,172.549019607843,144.117647058824],[155.882352941176,175.490196078431,150.980392156863],[148.039215686275,170.588235294118,150.980392156863],[134.313725490196,161.764705882353,148.039215686275],[152.941176470588,183.333333333333,178.43137254902],[131.372549019608,162.745098039216,161.764705882353],[135.294117647059,164.705882352941,164.705882352941],[136.274509803922,163.725490196078,164.705882352941],[113.725490196078,141.176470588235,142.156862745098],[109.803921568627,139.21568627451,139.21568627451],[135.294117647059,165.686274509804,167.647058823529],[124.509803921569,153.921568627451,155.882352941176],[140.196078431373,165.686274509804,166.666666666667],[166.666666666667,187.254901960784,192.156862745098],[183.333333333333,200,209.803921568627],[206.862745098039,225.490196078431,240.196078431373],[180.392156862745,212.745098039216,231.372549019608],[168.627450980392,208.823529411765,230.392156862745],[100.980392156863,146.078431372549,169.607843137255],[102.941176470588,149.019607843137,174.509803921569],[120.588235294118,163.725490196078,190.196078431373],[132.352941176471,175.490196078431,201.960784313725],[108.823529411765,154.901960784314,180.392156862745],[120.588235294118,170.588235294118,199.019607843137],[118.627450980392,168.627450980392,199.019607843137],[114.705882352941,168.627450980392,199.019607843137],[122.549019607843,181.372549019608,208.823529411765],[120.588235294118,181.372549019608,205.882352941176],[111.764705882353,170.588235294118,196.078431372549],[101.960784313725,157.843137254902,184.313725490196],[96.078431372549,150.980392156863,177.450980392157],[94.1176470588235,149.019607843137,175.490196078431],[101.960784313725,155.882352941176,185.294117647059],[116.666666666667,172.549019607843,201.960784313725],[107.843137254902,162.745098039216,195.098039215686],[104.901960784314,162.745098039216,196.078431372549],[109.803921568627,168.627450980392,201.960784313725],[112.745098039216,171.56862745098,204.901960784314],[105.882352941176,163.725490196078,195.098039215686],[107.843137254902,162.745098039216,195.098039215686],[118.627450980392,173.529411764706,205.882352941176],[126.470588235294,182.352941176471,210.78431372549],[114.705882352941,173.529411764706,197.058823529412],[112.745098039216,167.647058823529,192.156862745098],[155.882352941176,198.039215686275,232.352941176471],[138.235294117647,179.411764705882,216.666666666667],[101.960784313725,153.921568627451,187.254901960784],[104.901960784314,163.725490196078,191.176470588235],[95.0980392156863,158.823529411765,180.392156862745],[100,165.686274509804,184.313725490196],[93.1372549019608,158.823529411765,177.450980392157],[80.3921568627451,145.098039215686,168.627450980392],[87.2549019607843,150,177.450980392157],[93.1372549019608,146.078431372549,179.411764705882],[101.960784313725,144.117647058824,177.450980392157],[100.980392156863,139.21568627451,167.647058823529],[86.2745098039216,134.313725490196,149.019607843137],[100.980392156863,151.960784313725,162.745098039216],[125.490196078431,167.647058823529,183.333333333333],[141.176470588235,178.43137254902,191.176470588235],[172.549019607843,201.960784313725,209.803921568627],[176.470588235294,203.921568627451,207.843137254902],[114.705882352941,138.235294117647,140.196078431373],[151.960784313725,171.56862745098,170.588235294118],[134.313725490196,149.019607843137,146.078431372549],[168.627450980392,178.43137254902,170.588235294118],[203.921568627451,205.882352941176,195.098039215686],[155.882352941176,150,138.235294117647],[186.274509803922,176.470588235294,166.666666666667],[247.058823529412,232.352941176471,225.490196078431],[224.509803921569,209.803921568627,206.862745098039],[238.235294117647,222.549019607843,222.549019607843],[213.725490196078,199.019607843137,194.117647058824],[216.666666666667,201.960784313725,197.058823529412],[250,238.235294117647,232.352941176471],[237.254901960784,224.509803921569,218.627450980392],[222.549019607843,211.764705882353,207.843137254902],[192.156862745098,182.352941176471,180.392156862745],[177.450980392157,168.627450980392,163.725490196078],[208.823529411765,201.960784313725,194.117647058824],[187.254901960784,181.372549019608,167.647058823529],[197.058823529412,190.196078431373,172.549019607843],[203.921568627451,197.058823529412,178.43137254902],[168.627450980392,161.764705882353,143.137254901961],[150.980392156863,144.117647058824,128.43137254902],[149.019607843137,146.078431372549,131.372549019608],[143.137254901961,143.137254901961,133.333333333333],[157.843137254902,160.78431372549,151.960784313725],[155.882352941176,162.745098039216,154.901960784314],[151.960784313725,162.745098039216,156.862745098039],[149.019607843137,167.647058823529,165.686274509804],[141.176470588235,158.823529411765,158.823529411765],[131.372549019608,145.098039215686,145.098039215686],[134.313725490196,146.078431372549,146.078431372549],[136.274509803922,148.039215686275,146.078431372549],[159.803921568627,172.549019607843,165.686274509804],[128.43137254902,138.235294117647,130.392156862745],[114.705882352941,117.647058823529,110.78431372549],[151.960784313725,149.019607843137,142.156862745098],[118.627450980392,117.647058823529,112.745098039216],[105.882352941176,111.764705882353,107.843137254902],[85.2941176470588,105.882352941176,100.980392156863],[60.7843137254902,99.0196078431373,94.1176470588235],[65.6862745098039,110.78431372549,108.823529411765],[66.6666666666667,106.862745098039,112.745098039216],[50.9803921568627,89.2156862745098,96.078431372549],[45.0980392156863,84.3137254901961,86.2745098039216],[39.2156862745098,74.5098039215686,72.5490196078431],[69.6078431372549,101.960784313725,93.1372549019608],[40.1960784313726,67.6470588235294,55.8823529411765],[50.9803921568627,70.5882352941177,59.8039215686275],[39.2156862745098,51.9607843137255,45.0980392156863],[39.2156862745098,43.1372549019608,44.1176470588235],[157.843137254902,154.901960784314,150],[224.509803921569,216.666666666667,196.078431372549],[169.607843137255,156.862745098039,125.490196078431],[157.843137254902,138.235294117647,103.921568627451],[197.058823529412,171.56862745098,137.254901960784],[209.803921568627,176.470588235294,142.156862745098],[220.588235294118,182.352941176471,150],[213.725490196078,171.56862745098,140.196078431373],[238.235294117647,190.196078431373,158.823529411765],[250,217.647058823529,185.294117647059],[192.156862745098,130.392156862745,98.0392156862745],[156.862745098039,92.156862745098,57.843137254902],[166.666666666667,100,63.7254901960784],[145.098039215686,78.4313725490196,40.1960784313726],[167.647058823529,104.901960784314,67.6470588235294],[150.980392156863,94.1176470588235,56.8627450980392],[119.607843137255,66.6666666666667,31.3725490196078],[124.509803921569,74.5098039215686,44.1176470588235],[123.529411764706,72.5490196078431,49.0196078431373],[130.392156862745,76.4705882352941,56.8627450980392],[117.647058823529,61.7647058823529,43.1372549019608],[113.725490196078,59.8039215686275,40.1960784313726],[104.901960784314,55.8823529411765,33.3333333333333],[95.0980392156863,51.9607843137255,25.4901960784314],[68.6274509803922,33.3333333333333,9.80392156862745],[79.4117647058823,50.9803921568627,35.2941176470588],[64.7058823529412,38.2352941176471,27.4509803921569],[36.2745098039216,12.7450980392157,2.94117647058824],[14.7058823529412,0,0],[19.6078431372549,1.96078431372549,0],[23.5294117647059,12.7450980392157,10.7843137254902],[14.7058823529412,5.88235294117647,6.86274509803922],[3.92156862745098,0,2.94117647058824],[4.90196078431373,3.92156862745098,9.80392156862745],[0,0,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[12.7450980392157,10.7843137254902,13.7254901960784],[2.94117647058824,0,0],[20.5882352941176,12.7450980392157,10.7843137254902],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,15.6862745098039],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[36.2745098039216,34.3137254901961,22.5490196078431],[42.156862745098,39.2156862745098,22.5490196078431],[69.6078431372549,68.6274509803922,48.0392156862745],[132.352941176471,132.352941176471,108.823529411765],[118.627450980392,121.56862745098,95.0980392156863],[58.8235294117647,62.7450980392157,36.2745098039216],[68.6274509803922,76.4705882352941,52.9411764705882],[34.3137254901961,46.078431372549,22.5490196078431],[15.6862745098039,28.4313725490196,10.7843137254902],[39.2156862745098,52.9411764705882,38.2352941176471],[11.7647058823529,27.4509803921569,16.6666666666667],[20.5882352941176,36.2745098039216,25.4901960784314],[73.5294117647059,85.2941176470588,71.5686274509804],[74.5098039215686,85.2941176470588,69.6078431372549],[67.6470588235294,78.4313725490196,62.7450980392157],[85.2941176470588,96.078431372549,79.4117647058823],[69.6078431372549,81.3725490196078,61.7647058823529],[68.6274509803922,80.3921568627451,58.8235294117647],[68.6274509803922,80.3921568627451,58.8235294117647],[66.6666666666667,76.4705882352941,52.9411764705882],[96.078431372549,105.882352941176,82.3529411764706],[98.0392156862745,107.843137254902,84.3137254901961],[101.960784313725,111.764705882353,87.2549019607843],[63.7254901960784,71.5686274509804,48.0392156862745],[62.7450980392157,71.5686274509804,45.0980392156863],[159.803921568627,168.627450980392,140.196078431373],[150,158.823529411765,128.43137254902],[107.843137254902,118.627450980392,89.2156862745098],[100,114.705882352941,86.2745098039216],[128.43137254902,142.156862745098,116.666666666667],[156.862745098039,166.666666666667,142.156862745098],[125.490196078431,131.372549019608,103.921568627451],[149.019607843137,150,116.666666666667],[158.823529411765,164.705882352941,131.372549019608],[140.196078431373,157.843137254902,132.352941176471],[151.960784313725,175.490196078431,153.921568627451],[120.588235294118,139.21568627451,119.607843137255],[172.549019607843,193.137254901961,178.43137254902],[176.470588235294,201.960784313725,199.019607843137],[143.137254901961,168.627450980392,169.607843137255],[110.78431372549,130.392156862745,129.411764705882],[109.803921568627,129.411764705882,127.450980392157],[130.392156862745,155.882352941176,152.941176470588],[118.627450980392,151.960784313725,150.980392156863],[111.764705882353,154.901960784314,155.882352941176],[123.529411764706,162.745098039216,170.588235294118],[126.470588235294,151.960784313725,166.666666666667],[166.666666666667,181.372549019608,201.960784313725],[224.509803921569,236.274509803922,250],[160.78431372549,175.490196078431,196.078431372549],[149.019607843137,167.647058823529,184.313725490196],[130.392156862745,157.843137254902,171.56862745098],[149.019607843137,185.294117647059,200.980392156863],[153.921568627451,199.019607843137,214.705882352941],[103.921568627451,153.921568627451,174.509803921569],[92.156862745098,141.176470588235,165.686274509804],[113.725490196078,156.862745098039,183.333333333333],[142.156862745098,181.372549019608,206.862745098039],[147.058823529412,187.254901960784,208.823529411765],[142.156862745098,188.235294117647,207.843137254902],[94.1176470588235,150.980392156863,170.588235294118],[125.490196078431,185.294117647059,203.921568627451],[127.450980392157,182.352941176471,199.019607843137],[98.0392156862745,146.078431372549,162.745098039216],[94.1176470588235,136.274509803922,152.941176470588],[130.392156862745,170.588235294118,188.235294117647],[182.352941176471,222.549019607843,242.156862745098],[147.058823529412,191.176470588235,213.725490196078],[105.882352941176,155.882352941176,182.352941176471],[100,155.882352941176,184.313725490196],[97.0588235294118,158.823529411765,189.21568627451],[103.921568627451,167.647058823529,199.019607843137],[104.901960784314,168.627450980392,200],[101.960784313725,165.686274509804,195.098039215686],[113.725490196078,176.470588235294,203.921568627451],[134.313725490196,193.137254901961,220.588235294118],[108.823529411765,161.764705882353,187.254901960784],[123.529411764706,172.549019607843,199.019607843137],[132.352941176471,178.43137254902,207.843137254902],[139.21568627451,184.313725490196,216.666666666667],[115.686274509804,167.647058823529,198.039215686275],[97.0588235294118,155.882352941176,183.333333333333],[107.843137254902,168.627450980392,193.137254901961],[95.0980392156863,157.843137254902,182.352941176471],[85.2941176470588,148.039215686275,172.549019607843],[88.2352941176471,151.960784313725,173.529411764706],[81.3725490196078,142.156862745098,164.705882352941],[83.3333333333333,143.137254901961,163.725490196078],[90.1960784313725,144.117647058824,163.725490196078],[88.2352941176471,140.196078431373,155.882352941176],[93.1372549019608,146.078431372549,157.843137254902],[96.078431372549,151.960784313725,162.745098039216],[95.0980392156863,150.980392156863,167.647058823529],[110.78431372549,161.764705882353,174.509803921569],[110.78431372549,148.039215686275,150.980392156863],[172.549019607843,201.960784313725,201.960784313725],[154.901960784314,182.352941176471,186.274509803922],[122.549019607843,145.098039215686,150.980392156863],[152.941176470588,172.549019607843,179.411764705882],[183.333333333333,197.058823529412,198.039215686275],[200,200,190.196078431373],[194.117647058824,182.352941176471,170.588235294118],[205.882352941176,186.274509803922,179.411764705882],[205.882352941176,182.352941176471,182.352941176471],[250,237.254901960784,244.117647058824],[246.078431372549,227.450980392157,233.333333333333],[208.823529411765,192.156862745098,185.294117647059],[227.450980392157,213.725490196078,200.980392156863],[250,248.039215686275,234.313725490196],[219.607843137255,206.862745098039,198.039215686275],[212.745098039216,197.058823529412,197.058823529412],[218.627450980392,202.941176470588,205.882352941176],[159.803921568627,143.137254901961,149.019607843137],[228.43137254902,214.705882352941,214.705882352941],[202.941176470588,194.117647058824,187.254901960784],[186.274509803922,184.313725490196,171.56862745098],[194.117647058824,197.058823529412,180.392156862745],[154.901960784314,158.823529411765,144.117647058824],[128.43137254902,136.274509803922,125.490196078431],[128.43137254902,135.294117647059,128.43137254902],[147.058823529412,152.941176470588,149.019607843137],[161.764705882353,166.666666666667,162.745098039216],[141.176470588235,147.058823529412,137.254901960784],[111.764705882353,118.627450980392,111.764705882353],[130.392156862745,144.117647058824,145.098039215686],[130.392156862745,150.980392156863,151.960784313725],[117.647058823529,146.078431372549,142.156862745098],[88.2352941176471,114.705882352941,109.803921568627],[118.627450980392,135.294117647059,129.411764705882],[167.647058823529,174.509803921569,167.647058823529],[148.039215686275,145.098039215686,136.274509803922],[125.490196078431,115.686274509804,106.862745098039],[169.607843137255,155.882352941176,147.058823529412],[160.78431372549,150.980392156863,142.156862745098],[115.686274509804,115.686274509804,107.843137254902],[95.0980392156863,109.803921568627,102.941176470588],[63.7254901960784,101.960784313725,97.0588235294118],[62.7450980392157,109.803921568627,109.803921568627],[66.6666666666667,110.78431372549,116.666666666667],[48.0392156862745,90.1960784313725,96.078431372549],[53.921568627451,93.1372549019608,92.156862745098],[69.6078431372549,108.823529411765,100],[75.4901960784314,108.823529411765,93.1372549019608],[76.4705882352941,103.921568627451,89.2156862745098],[66.6666666666667,86.2745098039216,75.4901960784314],[62.7450980392157,72.5490196078431,63.7254901960784],[110.78431372549,113.725490196078,97.0588235294118],[147.058823529412,142.156862745098,123.529411764706],[140.196078431373,128.43137254902,112.745098039216],[160.78431372549,144.117647058824,124.509803921569],[151.960784313725,131.372549019608,102.941176470588],[185.294117647059,160.78431372549,130.392156862745],[250,230.392156862745,202.941176470588],[250,244.117647058824,216.666666666667],[247.058823529412,212.745098039216,183.333333333333],[205.882352941176,167.647058823529,135.294117647059],[232.352941176471,187.254901960784,153.921568627451],[208.823529411765,157.843137254902,121.56862745098],[183.333333333333,128.43137254902,94.1176470588235],[191.176470588235,132.352941176471,97.0588235294118],[154.901960784314,94.1176470588235,57.843137254902],[146.078431372549,83.3333333333333,48.0392156862745],[148.039215686275,85.2941176470588,50.9803921568627],[151.960784313725,90.1960784313725,57.843137254902],[131.372549019608,68.6274509803922,41.1764705882353],[111.764705882353,52.9411764705882,27.4509803921569],[120.588235294118,63.7254901960784,40.1960784313726],[129.411764705882,75.4901960784314,54.9019607843137],[126.470588235294,76.4705882352941,55.8823529411765],[83.3333333333333,39.2156862745098,18.6274509803922],[75.4901960784314,38.2352941176471,17.6470588235294],[66.6666666666667,34.3137254901961,15.6862745098039],[67.6470588235294,40.1960784313726,29.4117647058824],[56.8627450980392,34.3137254901961,28.4313725490196],[29.4117647058824,10.7843137254902,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[13.7254901960784,4.90196078431373,7.84313725490196],[4.90196078431373,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,3.92156862745098,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[4.90196078431373,0,0],[12.7450980392157,6.86274509803922,6.86274509803922],[4.90196078431373,0.980392156862745,0],[5.88235294117647,2.94117647058824,0],[2.94117647058824,0,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,3.92156862745098,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[20.5882352941176,18.6274509803922,23.5294117647059],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[19.6078431372549,17.6470588235294,20.5882352941176],[38.2352941176471,37.2549019607843,35.2941176470588],[34.3137254901961,31.3725490196078,24.5098039215686],[22.5490196078431,20.5882352941176,7.84313725490196],[77.4509803921569,74.5098039215686,57.843137254902],[60.7843137254902,59.8039215686275,39.2156862745098],[67.6470588235294,69.6078431372549,46.078431372549],[63.7254901960784,67.6470588235294,41.1764705882353],[32.3529411764706,38.2352941176471,12.7450980392157],[53.921568627451,63.7254901960784,40.1960784313726],[54.9019607843137,67.6470588235294,48.0392156862745],[24.5098039215686,38.2352941176471,23.5294117647059],[37.2549019607843,52.9411764705882,43.1372549019608],[54.9019607843137,71.5686274509804,65.6862745098039],[46.078431372549,62.7450980392157,54.9019607843137],[20.5882352941176,34.3137254901961,21.5686274509804],[48.0392156862745,60.7843137254902,43.1372549019608],[64.7058823529412,77.4509803921569,57.843137254902],[53.921568627451,67.6470588235294,45.0980392156863],[92.156862745098,105.882352941176,81.3725490196078],[108.823529411765,122.549019607843,98.0392156862745],[67.6470588235294,81.3725490196078,56.8627450980392],[77.4509803921569,91.1764705882353,68.6274509803922],[113.725490196078,127.450980392157,104.901960784314],[92.156862745098,103.921568627451,82.3529411764706],[104.901960784314,116.666666666667,95.0980392156863],[104.901960784314,113.725490196078,93.1372549019608],[87.2549019607843,97.0588235294118,72.5490196078431],[152.941176470588,161.764705882353,135.294117647059],[156.862745098039,165.686274509804,135.294117647059],[112.745098039216,123.529411764706,94.1176470588235],[100,114.705882352941,92.156862745098],[114.705882352941,132.352941176471,110.78431372549],[160.78431372549,178.43137254902,156.862745098039],[127.450980392157,143.137254901961,117.647058823529],[150,160.78431372549,129.411764705882],[167.647058823529,180.392156862745,150.980392156863],[148.039215686275,169.607843137255,147.058823529412],[159.803921568627,182.352941176471,164.705882352941],[145.098039215686,165.686274509804,149.019607843137],[141.176470588235,162.745098039216,150.980392156863],[134.313725490196,159.803921568627,158.823529411765],[144.117647058824,171.56862745098,174.509803921569],[151.960784313725,173.529411764706,171.56862745098],[140.196078431373,161.764705882353,158.823529411765],[146.078431372549,170.588235294118,167.647058823529],[159.803921568627,191.176470588235,188.235294117647],[130.392156862745,170.588235294118,172.549019607843],[193.137254901961,232.352941176471,240.196078431373],[210.78431372549,238.235294117647,250],[191.176470588235,211.764705882353,238.235294117647],[177.450980392157,197.058823529412,223.529411764706],[178.43137254902,196.078431372549,219.607843137255],[158.823529411765,177.450980392157,194.117647058824],[183.333333333333,206.862745098039,218.627450980392],[180.392156862745,212.745098039216,221.56862745098],[135.294117647059,174.509803921569,184.313725490196],[116.666666666667,162.745098039216,178.43137254902],[134.313725490196,179.411764705882,201.960784313725],[177.450980392157,218.627450980392,243.137254901961],[159.803921568627,200.980392156863,225.490196078431],[154.901960784314,197.058823529412,215.686274509804],[136.274509803922,184.313725490196,200.980392156863],[99.0196078431373,156.862745098039,172.549019607843],[137.254901960784,195.098039215686,210.78431372549],[138.235294117647,189.21568627451,201.960784313725],[118.627450980392,161.764705882353,172.549019607843],[139.21568627451,174.509803921569,186.274509803922],[190.196078431373,223.529411764706,235.294117647059],[220.588235294118,250,250],[151.960784313725,189.21568627451,207.843137254902],[99.0196078431373,146.078431372549,167.647058823529],[91.1764705882353,146.078431372549,170.588235294118],[100,159.803921568627,188.235294117647],[90.1960784313725,153.921568627451,183.333333333333],[84.3137254901961,150,178.43137254902],[109.803921568627,173.529411764706,200.980392156863],[121.56862745098,184.313725490196,208.823529411765],[120.588235294118,177.450980392157,200.980392156863],[125.490196078431,174.509803921569,200.980392156863],[129.411764705882,175.490196078431,202.941176470588],[138.235294117647,187.254901960784,213.725490196078],[130.392156862745,180.392156862745,208.823529411765],[109.803921568627,164.705882352941,191.176470588235],[104.901960784314,163.725490196078,191.176470588235],[104.901960784314,164.705882352941,192.156862745098],[99.0196078431373,159.803921568627,184.313725490196],[94.1176470588235,156.862745098039,181.372549019608],[95.0980392156863,158.823529411765,180.392156862745],[86.2745098039216,148.039215686275,165.686274509804],[82.3529411764706,144.117647058824,160.78431372549],[83.3333333333333,144.117647058824,156.862745098039],[89.2156862745098,148.039215686275,157.843137254902],[101.960784313725,159.803921568627,167.647058823529],[102.941176470588,159.803921568627,170.588235294118],[92.156862745098,150,165.686274509804],[98.0392156862745,152.941176470588,165.686274509804],[109.803921568627,152.941176470588,153.921568627451],[118.627450980392,153.921568627451,151.960784313725],[147.058823529412,177.450980392157,180.392156862745],[147.058823529412,171.56862745098,178.43137254902],[147.058823529412,166.666666666667,175.490196078431],[195.098039215686,203.921568627451,208.823529411765],[244.117647058824,240.196078431373,231.372549019608],[244.117647058824,227.450980392157,217.647058823529],[234.313725490196,210.78431372549,206.862745098039],[196.078431372549,171.56862745098,174.509803921569],[223.529411764706,201.960784313725,213.725490196078],[250,234.313725490196,242.156862745098],[230.392156862745,212.745098039216,208.823529411765],[225.490196078431,211.764705882353,199.019607843137],[233.333333333333,221.56862745098,205.882352941176],[184.313725490196,172.549019607843,158.823529411765],[199.019607843137,184.313725490196,181.372549019608],[226.470588235294,207.843137254902,211.764705882353],[203.921568627451,185.294117647059,191.176470588235],[247.058823529412,233.333333333333,233.333333333333],[208.823529411765,201.960784313725,194.117647058824],[156.862745098039,157.843137254902,144.117647058824],[189.21568627451,198.039215686275,181.372549019608],[140.196078431373,151.960784313725,138.235294117647],[132.352941176471,147.058823529412,142.156862745098],[128.43137254902,144.117647058824,144.117647058824],[130.392156862745,144.117647058824,145.098039215686],[146.078431372549,155.882352941176,154.901960784314],[111.764705882353,121.56862745098,112.745098039216],[111.764705882353,121.56862745098,113.725490196078],[73.5294117647059,87.2549019607843,87.2549019607843],[60.7843137254902,81.3725490196078,82.3529411764706],[89.2156862745098,125.490196078431,118.627450980392],[77.4509803921569,112.745098039216,102.941176470588],[95.0980392156863,115.686274509804,106.862745098039],[152.941176470588,159.803921568627,151.960784313725],[123.529411764706,119.607843137255,110.78431372549],[129.411764705882,116.666666666667,107.843137254902],[149.019607843137,132.352941176471,122.549019607843],[194.117647058824,181.372549019608,172.549019607843],[138.235294117647,135.294117647059,126.470588235294],[77.4509803921569,90.1960784313725,81.3725490196078],[55.8823529411765,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,91.1764705882353],[39.2156862745098,79.4117647058823,81.3725490196078],[48.0392156862745,87.2549019607843,89.2156862745098],[43.1372549019608,83.3333333333333,79.4117647058823],[58.8235294117647,99.0196078431373,85.2941176470588],[78.4313725490196,110.78431372549,90.1960784313725],[75.4901960784314,100,79.4117647058823],[88.2352941176471,101.960784313725,87.2549019607843],[88.2352941176471,92.156862745098,77.4509803921569],[99.0196078431373,98.0392156862745,70.5882352941177],[71.5686274509804,66.6666666666667,38.2352941176471],[112.745098039216,100.980392156863,87.2549019607843],[119.607843137255,103.921568627451,89.2156862745098],[131.372549019608,114.705882352941,89.2156862745098],[157.843137254902,137.254901960784,108.823529411765],[211.764705882353,186.274509803922,163.725490196078],[224.509803921569,195.098039215686,171.56862745098],[247.058823529412,214.705882352941,184.313725490196],[169.607843137255,134.313725490196,99.0196078431373],[164.705882352941,127.450980392157,91.1764705882353],[200,157.843137254902,123.529411764706],[195.098039215686,150,114.705882352941],[175.490196078431,124.509803921569,88.2352941176471],[154.901960784314,97.0588235294118,63.7254901960784],[182.352941176471,120.588235294118,86.2745098039216],[195.098039215686,130.392156862745,97.0588235294118],[155.882352941176,88.2352941176471,57.843137254902],[153.921568627451,86.2745098039216,57.843137254902],[148.039215686275,83.3333333333333,57.843137254902],[125.490196078431,66.6666666666667,41.1764705882353],[121.56862745098,68.6274509803922,45.0980392156863],[118.627450980392,71.5686274509804,50],[114.705882352941,72.5490196078431,53.921568627451],[93.1372549019608,56.8627450980392,38.2352941176471],[48.0392156862745,16.6666666666667,1.96078431372549],[48.0392156862745,21.5686274509804,14.7058823529412],[39.2156862745098,18.6274509803922,15.6862745098039],[23.5294117647059,5.88235294117647,3.92156862745098],[11.7647058823529,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,0,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[6.86274509803922,3.92156862745098,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[7.84313725490196,6.86274509803922,11.7647058823529],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[13.7254901960784,12.7450980392157,17.6470588235294],[0.980392156862745,0,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[55.8823529411765,52.9411764705882,48.0392156862745],[86.2745098039216,83.3333333333333,74.5098039215686],[59.8039215686275,57.843137254902,45.0980392156863],[53.921568627451,51.9607843137255,37.2549019607843],[43.1372549019608,42.156862745098,24.5098039215686],[57.843137254902,59.8039215686275,39.2156862745098],[13.7254901960784,18.6274509803922,0],[41.1764705882353,48.0392156862745,30.3921568627451],[54.9019607843137,65.6862745098039,50],[43.1372549019608,54.9019607843137,43.1372549019608],[32.3529411764706,48.0392156862745,38.2352941176471],[33.3333333333333,50,44.1176470588235],[86.2745098039216,100.980392156863,94.1176470588235],[51.9607843137255,65.6862745098039,52.9411764705882],[29.4117647058824,42.156862745098,25.4901960784314],[50.9803921568627,63.7254901960784,46.078431372549],[93.1372549019608,105.882352941176,86.2745098039216],[100,113.725490196078,91.1764705882353],[140.196078431373,153.921568627451,129.411764705882],[97.0588235294118,111.764705882353,89.2156862745098],[73.5294117647059,87.2549019607843,64.7058823529412],[52.9411764705882,65.6862745098039,46.078431372549],[87.2549019607843,99.0196078431373,79.4117647058823],[73.5294117647059,85.2941176470588,65.6862745098039],[122.549019607843,131.372549019608,110.78431372549],[119.607843137255,129.411764705882,105.882352941176],[153.921568627451,161.764705882353,138.235294117647],[212.745098039216,221.56862745098,193.137254901961],[130.392156862745,142.156862745098,118.627450980392],[96.078431372549,113.725490196078,100],[98.0392156862745,123.529411764706,112.745098039216],[132.352941176471,162.745098039216,147.058823529412],[131.372549019608,162.745098039216,142.156862745098],[118.627450980392,147.058823529412,125.490196078431],[167.647058823529,195.098039215686,173.529411764706],[142.156862745098,165.686274509804,150],[162.745098039216,184.313725490196,172.549019607843],[134.313725490196,156.862745098039,150.980392156863],[129.411764705882,154.901960784314,151.960784313725],[129.411764705882,162.745098039216,163.725490196078],[138.235294117647,175.490196078431,176.470588235294],[136.274509803922,170.588235294118,172.549019607843],[123.529411764706,153.921568627451,155.882352941176],[126.470588235294,151.960784313725,152.941176470588],[136.274509803922,159.803921568627,159.803921568627],[190.196078431373,215.686274509804,214.705882352941],[206.862745098039,237.254901960784,240.196078431373],[152.941176470588,188.235294117647,201.960784313725],[133.333333333333,168.627450980392,190.196078431373],[139.21568627451,172.549019607843,199.019607843137],[180.392156862745,209.803921568627,235.294117647059],[153.921568627451,184.313725490196,201.960784313725],[214.705882352941,244.117647058824,250],[200.980392156863,227.450980392157,234.313725490196],[179.411764705882,205.882352941176,214.705882352941],[222.549019607843,250,250],[223.529411764706,250,250],[140.196078431373,185.294117647059,208.823529411765],[114.705882352941,169.607843137255,194.117647058824],[123.529411764706,182.352941176471,207.843137254902],[102.941176470588,161.764705882353,185.294117647059],[117.647058823529,175.490196078431,193.137254901961],[130.392156862745,185.294117647059,200],[139.21568627451,186.274509803922,200],[132.352941176471,173.529411764706,185.294117647059],[181.372549019608,216.666666666667,228.43137254902],[226.470588235294,250,250],[207.843137254902,240.196078431373,250],[140.196078431373,178.43137254902,195.098039215686],[109.803921568627,155.882352941176,175.490196078431],[88.2352941176471,142.156862745098,162.745098039216],[92.156862745098,150.980392156863,174.509803921569],[89.2156862745098,151.960784313725,176.470588235294],[89.2156862745098,150,174.509803921569],[102.941176470588,161.764705882353,185.294117647059],[107.843137254902,164.705882352941,186.274509803922],[112.745098039216,166.666666666667,187.254901960784],[129.411764705882,176.470588235294,199.019607843137],[123.529411764706,168.627450980392,192.156862745098],[135.294117647059,181.372549019608,206.862745098039],[113.725490196078,163.725490196078,190.196078431373],[93.1372549019608,148.039215686275,172.549019607843],[102.941176470588,158.823529411765,185.294117647059],[96.078431372549,154.901960784314,180.392156862745],[93.1372549019608,153.921568627451,178.43137254902],[86.2745098039216,149.019607843137,173.529411764706],[88.2352941176471,151.960784313725,173.529411764706],[87.2549019607843,149.019607843137,166.666666666667],[87.2549019607843,148.039215686275,162.745098039216],[85.2941176470588,143.137254901961,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[98.0392156862745,153.921568627451,164.705882352941],[90.1960784313725,143.137254901961,154.901960784314],[87.2549019607843,137.254901960784,153.921568627451],[101.960784313725,150,163.725490196078],[111.764705882353,159.803921568627,163.725490196078],[99.0196078431373,144.117647058824,142.156862745098],[115.686274509804,150,151.960784313725],[119.607843137255,144.117647058824,149.019607843137],[158.823529411765,169.607843137255,175.490196078431],[170.588235294118,169.607843137255,174.509803921569],[249.019607843137,239.21568627451,237.254901960784],[250,241.176470588235,234.313725490196],[250,237.254901960784,234.313725490196],[249.019607843137,233.333333333333,234.313725490196],[250,238.235294117647,245.098039215686],[250,238.235294117647,245.098039215686],[232.352941176471,216.666666666667,217.647058823529],[249.019607843137,232.352941176471,225.490196078431],[220.588235294118,207.843137254902,192.156862745098],[222.549019607843,209.803921568627,194.117647058824],[199.019607843137,182.352941176471,175.490196078431],[225.490196078431,207.843137254902,205.882352941176],[239.21568627451,224.509803921569,221.56862745098],[209.803921568627,197.058823529412,191.176470588235],[187.254901960784,181.372549019608,167.647058823529],[153.921568627451,154.901960784314,137.254901960784],[142.156862745098,150.980392156863,134.313725490196],[122.549019607843,138.235294117647,127.450980392157],[109.803921568627,128.43137254902,126.470588235294],[116.666666666667,137.254901960784,140.196078431373],[71.5686274509804,92.156862745098,97.0588235294118],[110.78431372549,129.411764705882,133.333333333333],[169.607843137255,188.235294117647,184.313725490196],[154.901960784314,171.56862745098,163.725490196078],[124.509803921569,139.21568627451,136.274509803922],[83.3333333333333,102.941176470588,100.980392156863],[66.6666666666667,100.980392156863,94.1176470588235],[69.6078431372549,104.901960784314,95.0980392156863],[60.7843137254902,86.2745098039216,77.4509803921569],[110.78431372549,123.529411764706,116.666666666667],[107.843137254902,112.745098039216,105.882352941176],[92.156862745098,89.2156862745098,80.3921568627451],[123.529411764706,116.666666666667,106.862745098039],[127.450980392157,120.588235294118,110.78431372549],[95.0980392156863,95.0980392156863,83.3333333333333],[77.4509803921569,89.2156862745098,77.4509803921569],[53.921568627451,85.2941176470588,70.5882352941177],[60.7843137254902,98.0392156862745,85.2941176470588],[62.7450980392157,95.0980392156863,88.2352941176471],[45.0980392156863,76.4705882352941,73.5294117647059],[109.803921568627,150,146.078431372549],[135.294117647059,174.509803921569,165.686274509804],[111.764705882353,140.196078431373,120.588235294118],[101.960784313725,119.607843137255,96.078431372549],[96.078431372549,99.0196078431373,78.4313725490196],[104.901960784314,100.980392156863,76.4705882352941],[85.2941176470588,79.4117647058823,46.078431372549],[103.921568627451,95.0980392156863,64.7058823529412],[62.7450980392157,53.921568627451,39.2156862745098],[39.2156862745098,29.4117647058824,17.6470588235294],[51.9607843137255,41.1764705882353,19.6078431372549],[66.6666666666667,52.9411764705882,27.4509803921569],[169.607843137255,145.098039215686,123.529411764706],[195.098039215686,163.725490196078,139.21568627451],[209.803921568627,170.588235294118,135.294117647059],[138.235294117647,100,59.8039215686275],[69.6078431372549,40.1960784313726,2.94117647058824],[116.666666666667,87.2549019607843,51.9607843137255],[168.627450980392,133.333333333333,98.0392156862745],[139.21568627451,96.078431372549,61.7647058823529],[113.725490196078,62.7450980392157,26.4705882352941],[158.823529411765,100,66.6666666666667],[195.098039215686,130.392156862745,97.0588235294118],[154.901960784314,85.2941176470588,55.8823529411765],[165.686274509804,96.078431372549,68.6274509803922],[196.078431372549,127.450980392157,101.960784313725],[138.235294117647,75.4901960784314,50.9803921568627],[116.666666666667,61.7647058823529,39.2156862745098],[100,52.9411764705882,31.3725490196078],[78.4313725490196,38.2352941176471,18.6274509803922],[55.8823529411765,21.5686274509804,2.94117647058824],[65.6862745098039,37.2549019607843,23.5294117647059],[46.078431372549,19.6078431372549,10.7843137254902],[32.3529411764706,8.82352941176471,4.90196078431373],[22.5490196078431,4.90196078431373,2.94117647058824],[17.6470588235294,3.92156862745098,3.92156862745098],[10.7843137254902,1.96078431372549,4.90196078431373],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,9.80392156862745],[7.84313725490196,5.88235294117647,10.7843137254902],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,9.80392156862745],[11.7647058823529,4.90196078431373,12.7450980392157],[9.80392156862745,1.96078431372549,12.7450980392157],[3.92156862745098,0,6.86274509803922],[13.7254901960784,6.86274509803922,14.7058823529412],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,5.88235294117647],[18.6274509803922,17.6470588235294,15.6862745098039],[61.7647058823529,60.7843137254902,55.8823529411765],[28.4313725490196,25.4901960784314,16.6666666666667],[54.9019607843137,52.9411764705882,41.1764705882353],[34.3137254901961,35.2941176470588,21.5686274509804],[52.9411764705882,54.9019607843137,41.1764705882353],[47.0588235294118,50.9803921568627,36.2745098039216],[72.5490196078431,78.4313725490196,64.7058823529412],[48.0392156862745,57.843137254902,47.0588235294118],[29.4117647058824,41.1764705882353,31.3725490196078],[27.4509803921569,40.1960784313726,33.3333333333333],[22.5490196078431,37.2549019607843,32.3529411764706],[83.3333333333333,98.0392156862745,91.1764705882353],[58.8235294117647,70.5882352941177,58.8235294117647],[50,62.7450980392157,46.078431372549],[56.8627450980392,69.6078431372549,51.9607843137255],[87.2549019607843,100,80.3921568627451],[99.0196078431373,112.745098039216,90.1960784313725],[90.1960784313725,103.921568627451,81.3725490196078],[104.901960784314,119.607843137255,97.0588235294118],[68.6274509803922,83.3333333333333,62.7450980392157],[37.2549019607843,50,32.3529411764706],[75.4901960784314,88.2352941176471,70.5882352941177],[64.7058823529412,77.4509803921569,59.8039215686275],[73.5294117647059,85.2941176470588,65.6862745098039],[85.2941176470588,97.0588235294118,75.4901960784314],[127.450980392157,137.254901960784,113.725490196078],[167.647058823529,177.450980392157,150.980392156863],[118.627450980392,133.333333333333,112.745098039216],[89.2156862745098,114.705882352941,105.882352941176],[81.3725490196078,111.764705882353,106.862745098039],[124.509803921569,159.803921568627,148.039215686275],[114.705882352941,154.901960784314,139.21568627451],[88.2352941176471,129.411764705882,115.686274509804],[96.078431372549,133.333333333333,120.588235294118],[99.0196078431373,126.470588235294,112.745098039216],[107.843137254902,133.333333333333,124.509803921569],[135.294117647059,164.705882352941,164.705882352941],[116.666666666667,150,151.960784313725],[123.529411764706,158.823529411765,158.823529411765],[149.019607843137,186.274509803922,187.254901960784],[119.607843137255,159.803921568627,161.764705882353],[107.843137254902,145.098039215686,148.039215686275],[169.607843137255,197.058823529412,200],[201.960784313725,225.490196078431,225.490196078431],[168.627450980392,189.21568627451,190.196078431373],[137.254901960784,164.705882352941,167.647058823529],[116.666666666667,158.823529411765,167.647058823529],[115.686274509804,161.764705882353,179.411764705882],[160.78431372549,200,224.509803921569],[168.627450980392,201.960784313725,226.470588235294],[219.607843137255,250,250],[221.56862745098,249.019607843137,250],[183.333333333333,205.882352941176,211.764705882353],[195.098039215686,214.705882352941,223.529411764706],[191.176470588235,211.764705882353,228.43137254902],[149.019607843137,180.392156862745,200.980392156863],[101.960784313725,155.882352941176,176.470588235294],[143.137254901961,207.843137254902,231.372549019608],[131.372549019608,197.058823529412,222.549019607843],[95.0980392156863,157.843137254902,182.352941176471],[117.647058823529,174.509803921569,194.117647058824],[112.745098039216,162.745098039216,179.411764705882],[119.607843137255,164.705882352941,179.411764705882],[107.843137254902,147.058823529412,158.823529411765],[170.588235294118,205.882352941176,217.647058823529],[206.862745098039,240.196078431373,250],[156.862745098039,192.156862745098,203.921568627451],[127.450980392157,165.686274509804,180.392156862745],[90.1960784313725,136.274509803922,151.960784313725],[92.156862745098,144.117647058824,161.764705882353],[89.2156862745098,147.058823529412,164.705882352941],[102.941176470588,162.745098039216,181.372549019608],[118.627450980392,176.470588235294,194.117647058824],[113.725490196078,167.647058823529,187.254901960784],[109.803921568627,159.803921568627,178.43137254902],[114.705882352941,162.745098039216,179.411764705882],[116.666666666667,162.745098039216,182.352941176471],[112.745098039216,159.803921568627,181.372549019608],[118.627450980392,167.647058823529,190.196078431373],[103.921568627451,154.901960784314,176.470588235294],[90.1960784313725,145.098039215686,167.647058823529],[103.921568627451,160.78431372549,184.313725490196],[108.823529411765,167.647058823529,191.176470588235],[105.882352941176,166.666666666667,189.21568627451],[87.2549019607843,150.980392156863,172.549019607843],[85.2941176470588,149.019607843137,168.627450980392],[90.1960784313725,151.960784313725,169.607843137255],[97.0588235294118,157.843137254902,172.549019607843],[89.2156862745098,147.058823529412,160.78431372549],[87.2549019607843,144.117647058824,154.901960784314],[93.1372549019608,149.019607843137,157.843137254902],[83.3333333333333,134.313725490196,145.098039215686],[100,145.098039215686,159.803921568627],[89.2156862745098,134.313725490196,147.058823529412],[91.1764705882353,144.117647058824,146.078431372549],[125.490196078431,174.509803921569,173.529411764706],[128.43137254902,166.666666666667,165.686274509804],[116.666666666667,137.254901960784,140.196078431373],[174.509803921569,175.490196078431,179.411764705882],[182.352941176471,173.529411764706,176.470588235294],[195.098039215686,184.313725490196,182.352941176471],[250,238.235294117647,235.294117647059],[236.274509803922,225.490196078431,223.529411764706],[231.372549019608,219.607843137255,219.607843137255],[232.352941176471,220.588235294118,224.509803921569],[250,241.176470588235,248.039215686275],[250,238.235294117647,243.137254901961],[243.137254901961,229.411764705882,228.43137254902],[219.607843137255,207.843137254902,192.156862745098],[229.411764705882,218.627450980392,200.980392156863],[230.392156862745,216.666666666667,205.882352941176],[216.666666666667,200,192.156862745098],[245.098039215686,228.43137254902,218.627450980392],[227.450980392157,215.686274509804,201.960784313725],[162.745098039216,155.882352941176,137.254901960784],[157.843137254902,159.803921568627,138.235294117647],[128.43137254902,137.254901960784,118.627450980392],[107.843137254902,123.529411764706,112.745098039216],[88.2352941176471,109.803921568627,107.843137254902],[102.941176470588,127.450980392157,131.372549019608],[86.2745098039216,112.745098039216,119.607843137255],[81.3725490196078,108.823529411765,112.745098039216],[68.6274509803922,97.0588235294118,95.0980392156863],[104.901960784314,127.450980392157,121.56862745098],[137.254901960784,149.019607843137,145.098039215686],[123.529411764706,138.235294117647,131.372549019608],[73.5294117647059,100,91.1764705882353],[65.6862745098039,95.0980392156863,85.2941176470588],[61.7647058823529,82.3529411764706,75.4901960784314],[98.0392156862745,112.745098039216,107.843137254902],[110.78431372549,121.56862745098,113.725490196078],[112.745098039216,119.607843137255,111.764705882353],[111.764705882353,114.705882352941,103.921568627451],[94.1176470588235,94.1176470588235,82.3529411764706],[166.666666666667,166.666666666667,154.901960784314],[149.019607843137,154.901960784314,141.176470588235],[76.4705882352941,99.0196078431373,81.3725490196078],[111.764705882353,138.235294117647,121.56862745098],[91.1764705882353,112.745098039216,100],[39.2156862745098,64.7058823529412,53.921568627451],[112.745098039216,145.098039215686,138.235294117647],[184.313725490196,215.686274509804,204.901960784314],[206.862745098039,229.411764705882,209.803921568627],[195.098039215686,206.862745098039,183.333333333333],[154.901960784314,153.921568627451,133.333333333333],[164.705882352941,158.823529411765,133.333333333333],[145.098039215686,137.254901960784,101.960784313725],[144.117647058824,135.294117647059,102.941176470588],[90.1960784313725,82.3529411764706,63.7254901960784],[43.1372549019608,36.2745098039216,20.5882352941176],[56.8627450980392,49.0196078431373,26.4705882352941],[119.607843137255,105.882352941176,80.3921568627451],[165.686274509804,142.156862745098,118.627450980392],[151.960784313725,118.627450980392,92.156862745098],[198.039215686275,158.823529411765,123.529411764706],[118.627450980392,81.3725490196078,43.1372549019608],[44.1176470588235,22.5490196078431,0],[87.2549019607843,69.6078431372549,34.3137254901961],[164.705882352941,139.21568627451,104.901960784314],[125.490196078431,92.156862745098,55.8823529411765],[110.78431372549,65.6862745098039,32.3529411764706],[140.196078431373,85.2941176470588,50.9803921568627],[161.764705882353,98.0392156862745,66.6666666666667],[162.745098039216,93.1372549019608,63.7254901960784],[158.823529411765,89.2156862745098,59.8039215686275],[131.372549019608,62.7450980392157,37.2549019607843],[96.078431372549,33.3333333333333,8.82352941176471],[122.549019607843,65.6862745098039,44.1176470588235],[93.1372549019608,46.078431372549,24.5098039215686],[39.2156862745098,0,0],[38.2352941176471,5.88235294117647,0],[62.7450980392157,34.3137254901961,20.5882352941176],[58.8235294117647,32.3529411764706,23.5294117647059],[32.3529411764706,8.82352941176471,4.90196078431373],[19.6078431372549,1.96078431372549,0],[19.6078431372549,5.88235294117647,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[9.80392156862745,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,3.92156862745098,10.7843137254902],[7.84313725490196,0,14.7058823529412],[14.7058823529412,7.84313725490196,23.5294117647059],[2.94117647058824,0,11.7647058823529],[4.90196078431373,0,10.7843137254902],[12.7450980392157,6.86274509803922,16.6666666666667],[10.7843137254902,5.88235294117647,12.7450980392157],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,5.88235294117647,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,9.80392156862745,14.7058823529412],[12.7450980392157,12.7450980392157,14.7058823529412],[7.84313725490196,5.88235294117647,6.86274509803922],[17.6470588235294,16.6666666666667,14.7058823529412],[27.4509803921569,26.4705882352941,22.5490196078431],[18.6274509803922,17.6470588235294,12.7450980392157],[12.7450980392157,12.7450980392157,4.90196078431373],[21.5686274509804,22.5490196078431,14.7058823529412],[34.3137254901961,37.2549019607843,28.4313725490196],[42.156862745098,47.0588235294118,40.1960784313726],[40.1960784313726,47.0588235294118,39.2156862745098],[19.6078431372549,29.4117647058824,21.5686274509804],[21.5686274509804,34.3137254901961,27.4509803921569],[48.0392156862745,59.8039215686275,55.8823529411765],[43.1372549019608,55.8823529411765,49.0196078431373],[41.1764705882353,52.9411764705882,41.1764705882353],[66.6666666666667,77.4509803921569,61.7647058823529],[51.9607843137255,64.7058823529412,47.0588235294118],[114.705882352941,127.450980392157,107.843137254902],[73.5294117647059,88.2352941176471,67.6470588235294],[45.0980392156863,59.8039215686275,39.2156862745098],[82.3529411764706,97.0588235294118,76.4705882352941],[108.823529411765,123.529411764706,104.901960784314],[80.3921568627451,94.1176470588235,77.4509803921569],[73.5294117647059,86.2745098039216,69.6078431372549],[63.7254901960784,76.4705882352941,59.8039215686275],[65.6862745098039,76.4705882352941,60.7843137254902],[97.0588235294118,108.823529411765,89.2156862745098],[131.372549019608,143.137254901961,121.56862745098],[127.450980392157,140.196078431373,114.705882352941],[85.2941176470588,101.960784313725,83.3333333333333],[72.5490196078431,102.941176470588,97.0588235294118],[82.3529411764706,120.588235294118,117.647058823529],[102.941176470588,138.235294117647,128.43137254902],[132.352941176471,167.647058823529,157.843137254902],[64.7058823529412,104.901960784314,97.0588235294118],[71.5686274509804,110.78431372549,102.941176470588],[85.2941176470588,114.705882352941,102.941176470588],[105.882352941176,135.294117647059,125.490196078431],[100.980392156863,138.235294117647,139.21568627451],[119.607843137255,157.843137254902,162.745098039216],[142.156862745098,173.529411764706,172.549019607843],[158.823529411765,188.235294117647,188.235294117647],[121.56862745098,155.882352941176,159.803921568627],[143.137254901961,177.450980392157,181.372549019608],[207.843137254902,237.254901960784,239.21568627451],[156.862745098039,184.313725490196,185.294117647059],[134.313725490196,161.764705882353,164.705882352941],[161.764705882353,194.117647058824,200.980392156863],[125.490196078431,172.549019607843,182.352941176471],[110.78431372549,158.823529411765,172.549019607843],[131.372549019608,169.607843137255,186.274509803922],[150.980392156863,182.352941176471,197.058823529412],[196.078431372549,222.549019607843,233.333333333333],[206.862745098039,229.411764705882,237.254901960784],[197.058823529412,215.686274509804,222.549019607843],[173.529411764706,192.156862745098,205.882352941176],[174.509803921569,200.980392156863,221.56862745098],[138.235294117647,179.411764705882,202.941176470588],[113.725490196078,174.509803921569,199.019607843137],[93.1372549019608,161.764705882353,186.274509803922],[106.862745098039,173.529411764706,196.078431372549],[129.411764705882,190.196078431373,212.745098039216],[121.56862745098,172.549019607843,193.137254901961],[126.470588235294,172.549019607843,190.196078431373],[107.843137254902,150,166.666666666667],[100.980392156863,139.21568627451,153.921568627451],[173.529411764706,208.823529411765,222.549019607843],[191.176470588235,226.470588235294,238.235294117647],[154.901960784314,192.156862745098,202.941176470588],[147.058823529412,188.235294117647,200],[110.78431372549,157.843137254902,169.607843137255],[97.0588235294118,150,161.764705882353],[85.2941176470588,140.196078431373,152.941176470588],[128.43137254902,183.333333333333,198.039215686275],[137.254901960784,189.21568627451,202.941176470588],[102.941176470588,150.980392156863,164.705882352941],[116.666666666667,161.764705882353,174.509803921569],[138.235294117647,181.372549019608,194.117647058824],[114.705882352941,159.803921568627,175.490196078431],[113.725490196078,159.803921568627,177.450980392157],[107.843137254902,154.901960784314,174.509803921569],[101.960784313725,152.941176470588,173.529411764706],[88.2352941176471,142.156862745098,162.745098039216],[91.1764705882353,148.039215686275,169.607843137255],[107.843137254902,167.647058823529,188.235294117647],[100.980392156863,160.78431372549,181.372549019608],[97.0588235294118,157.843137254902,178.43137254902],[87.2549019607843,148.039215686275,168.627450980392],[85.2941176470588,145.098039215686,163.725490196078],[90.1960784313725,150.980392156863,165.686274509804],[81.3725490196078,139.21568627451,152.941176470588],[77.4509803921569,134.313725490196,146.078431372549],[90.1960784313725,146.078431372549,156.862745098039],[91.1764705882353,142.156862745098,152.941176470588],[105.882352941176,147.058823529412,158.823529411765],[100,141.176470588235,152.941176470588],[82.3529411764706,134.313725490196,138.235294117647],[101.960784313725,150.980392156863,151.960784313725],[140.196078431373,173.529411764706,172.549019607843],[198.039215686275,211.764705882353,211.764705882353],[220.588235294118,214.705882352941,214.705882352941],[222.549019607843,208.823529411765,207.843137254902],[204.901960784314,194.117647058824,192.156862745098],[216.666666666667,206.862745098039,204.901960784314],[179.411764705882,171.56862745098,168.627450980392],[217.647058823529,207.843137254902,206.862745098039],[228.43137254902,213.725490196078,218.627450980392],[237.254901960784,222.549019607843,229.411764705882],[250,245.098039215686,250],[246.078431372549,236.274509803922,237.254901960784],[248.039215686275,239.21568627451,222.549019607843],[206.862745098039,195.098039215686,173.529411764706],[202.941176470588,187.254901960784,171.56862745098],[192.156862745098,176.470588235294,161.764705882353],[192.156862745098,176.470588235294,160.78431372549],[217.647058823529,204.901960784314,186.274509803922],[186.274509803922,178.43137254902,155.882352941176],[144.117647058824,144.117647058824,120.588235294118],[154.901960784314,162.745098039216,142.156862745098],[135.294117647059,150.980392156863,138.235294117647],[100.980392156863,122.549019607843,119.607843137255],[72.5490196078431,100,103.921568627451],[62.7450980392157,92.156862745098,100],[83.3333333333333,115.686274509804,122.549019607843],[67.6470588235294,100.980392156863,102.941176470588],[70.5882352941177,99.0196078431373,97.0588235294118],[115.686274509804,126.470588235294,120.588235294118],[124.509803921569,131.372549019608,123.529411764706],[101.960784313725,117.647058823529,107.843137254902],[85.2941176470588,100,93.1372549019608],[94.1176470588235,104.901960784314,100.980392156863],[103.921568627451,114.705882352941,110.78431372549],[68.6274509803922,85.2941176470588,79.4117647058823],[99.0196078431373,115.686274509804,105.882352941176],[102.941176470588,114.705882352941,102.941176470588],[57.843137254902,60.7843137254902,50],[103.921568627451,96.078431372549,85.2941176470588],[175.490196078431,167.647058823529,154.901960784314],[149.019607843137,153.921568627451,134.313725490196],[108.823529411765,120.588235294118,99.0196078431373],[77.4509803921569,89.2156862745098,69.6078431372549],[77.4509803921569,90.1960784313725,72.5490196078431],[70.5882352941177,90.1960784313725,78.4313725490196],[89.2156862745098,108.823529411765,97.0588235294118],[140.196078431373,154.901960784314,136.274509803922],[157.843137254902,166.666666666667,146.078431372549],[187.254901960784,190.196078431373,171.56862745098],[165.686274509804,165.686274509804,142.156862745098],[177.450980392157,174.509803921569,142.156862745098],[177.450980392157,171.56862745098,140.196078431373],[150.980392156863,140.196078431373,118.627450980392],[152.941176470588,141.176470588235,119.607843137255],[170.588235294118,155.882352941176,127.450980392157],[156.862745098039,138.235294117647,106.862745098039],[135.294117647059,109.803921568627,83.3333333333333],[158.823529411765,128.43137254902,100],[150,114.705882352941,81.3725490196078],[79.4117647058823,50,14.7058823529412],[21.5686274509804,11.7647058823529,0],[125.490196078431,119.607843137255,86.2745098039216],[181.372549019608,167.647058823529,133.333333333333],[110.78431372549,85.2941176470588,52.9411764705882],[109.803921568627,72.5490196078431,37.2549019607843],[132.352941176471,83.3333333333333,50.9803921568627],[136.274509803922,77.4509803921569,44.1176470588235],[130.392156862745,65.6862745098039,34.3137254901961],[136.274509803922,66.6666666666667,37.2549019607843],[159.803921568627,92.156862745098,63.7254901960784],[160.78431372549,98.0392156862745,71.5686274509804],[143.137254901961,86.2745098039216,64.7058823529412],[108.823529411765,61.7647058823529,40.1960784313726],[55.8823529411765,15.6862745098039,0],[52.9411764705882,20.5882352941176,1.96078431372549],[45.0980392156863,17.6470588235294,3.92156862745098],[55.8823529411765,29.4117647058824,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[17.6470588235294,0,0],[19.6078431372549,3.92156862745098,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,1.96078431372549,9.80392156862745],[26.4705882352941,19.6078431372549,37.2549019607843],[135.294117647059,127.450980392157,150.980392156863],[116.666666666667,108.823529411765,129.411764705882],[2.94117647058824,0,13.7254901960784],[4.90196078431373,0,13.7254901960784],[3.92156862745098,0,9.80392156862745],[7.84313725490196,2.94117647058824,9.80392156862745],[3.92156862745098,0,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[5.88235294117647,9.80392156862745,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[13.7254901960784,14.7058823529412,16.6666666666667],[14.7058823529412,14.7058823529412,14.7058823529412],[22.5490196078431,22.5490196078431,22.5490196078431],[46.078431372549,46.078431372549,44.1176470588235],[47.0588235294118,47.0588235294118,45.0980392156863],[6.86274509803922,6.86274509803922,4.90196078431373],[25.4901960784314,26.4705882352941,21.5686274509804],[44.1176470588235,46.078431372549,41.1764705882353],[50.9803921568627,55.8823529411765,50],[43.1372549019608,50,43.1372549019608],[28.4313725490196,37.2549019607843,32.3529411764706],[31.3725490196078,42.156862745098,36.2745098039216],[47.0588235294118,59.8039215686275,52.9411764705882],[49.0196078431373,59.8039215686275,51.9607843137255],[56.8627450980392,68.6274509803922,56.8627450980392],[89.2156862745098,100,86.2745098039216],[61.7647058823529,74.5098039215686,57.843137254902],[59.8039215686275,72.5490196078431,54.9019607843137],[86.2745098039216,100.980392156863,82.3529411764706],[59.8039215686275,74.5098039215686,55.8823529411765],[56.8627450980392,71.5686274509804,52.9411764705882],[68.6274509803922,82.3529411764706,65.6862745098039],[89.2156862745098,102.941176470588,88.2352941176471],[93.1372549019608,106.862745098039,92.156862745098],[100.980392156863,114.705882352941,100],[88.2352941176471,100,86.2745098039216],[81.3725490196078,94.1176470588235,76.4705882352941],[111.764705882353,123.529411764706,101.960784313725],[147.058823529412,158.823529411765,135.294117647059],[92.156862745098,110.78431372549,91.1764705882353],[71.5686274509804,103.921568627451,95.0980392156863],[63.7254901960784,100,93.1372549019608],[77.4509803921569,106.862745098039,97.0588235294118],[96.078431372549,125.490196078431,115.686274509804],[89.2156862745098,125.490196078431,118.627450980392],[81.3725490196078,117.647058823529,109.803921568627],[114.705882352941,146.078431372549,131.372549019608],[103.921568627451,137.254901960784,123.529411764706],[97.0588235294118,138.235294117647,136.274509803922],[82.3529411764706,121.56862745098,121.56862745098],[98.0392156862745,123.529411764706,120.588235294118],[155.882352941176,177.450980392157,175.490196078431],[159.803921568627,189.21568627451,191.176470588235],[178.43137254902,208.823529411765,211.764705882353],[214.705882352941,244.117647058824,242.156862745098],[150,181.372549019608,180.392156862745],[156.862745098039,191.176470588235,195.098039215686],[122.549019607843,164.705882352941,171.56862745098],[103.921568627451,154.901960784314,165.686274509804],[129.411764705882,178.43137254902,189.21568627451],[123.529411764706,162.745098039216,174.509803921569],[155.882352941176,183.333333333333,195.098039215686],[181.372549019608,198.039215686275,205.882352941176],[240.196078431373,250,250],[214.705882352941,228.43137254902,237.254901960784],[156.862745098039,178.43137254902,192.156862745098],[138.235294117647,174.509803921569,193.137254901961],[127.450980392157,178.43137254902,200],[98.0392156862745,162.745098039216,186.274509803922],[89.2156862745098,155.882352941176,178.43137254902],[111.764705882353,171.56862745098,192.156862745098],[125.490196078431,179.411764705882,200],[143.137254901961,190.196078431373,211.764705882353],[149.019607843137,193.137254901961,213.725490196078],[113.725490196078,153.921568627451,171.56862745098],[146.078431372549,184.313725490196,200.980392156863],[194.117647058824,230.392156862745,246.078431372549],[135.294117647059,174.509803921569,186.274509803922],[113.725490196078,154.901960784314,166.666666666667],[120.588235294118,166.666666666667,176.470588235294],[117.647058823529,166.666666666667,175.490196078431],[109.803921568627,162.745098039216,172.549019607843],[114.705882352941,167.647058823529,177.450980392157],[138.235294117647,191.176470588235,200.980392156863],[119.607843137255,166.666666666667,176.470588235294],[106.862745098039,150,158.823529411765],[138.235294117647,177.450980392157,185.294117647059],[130.392156862745,169.607843137255,177.450980392157],[116.666666666667,161.764705882353,174.509803921569],[108.823529411765,156.862745098039,170.588235294118],[95.0980392156863,146.078431372549,159.803921568627],[100.980392156863,152.941176470588,168.627450980392],[89.2156862745098,144.117647058824,160.78431372549],[82.3529411764706,138.235294117647,156.862745098039],[101.960784313725,158.823529411765,178.43137254902],[94.1176470588235,153.921568627451,172.549019607843],[92.156862745098,151.960784313725,170.588235294118],[86.2745098039216,146.078431372549,164.705882352941],[82.3529411764706,142.156862745098,159.803921568627],[86.2745098039216,144.117647058824,159.803921568627],[77.4509803921569,134.313725490196,146.078431372549],[71.5686274509804,128.43137254902,139.21568627451],[85.2941176470588,141.176470588235,150],[93.1372549019608,142.156862745098,150.980392156863],[127.450980392157,169.607843137255,178.43137254902],[121.56862745098,161.764705882353,167.647058823529],[79.4117647058823,123.529411764706,126.470588235294],[76.4705882352941,115.686274509804,115.686274509804],[107.843137254902,132.352941176471,129.411764705882],[200.980392156863,206.862745098039,202.941176470588],[250,240.196078431373,238.235294117647],[250,240.196078431373,235.294117647059],[233.333333333333,222.549019607843,216.666666666667],[223.529411764706,214.705882352941,209.803921568627],[213.725490196078,203.921568627451,201.960784313725],[250,246.078431372549,246.078431372549],[245.098039215686,229.411764705882,232.352941176471],[229.411764705882,214.705882352941,221.56862745098],[250,243.137254901961,250],[232.352941176471,228.43137254902,227.450980392157],[242.156862745098,234.313725490196,215.686274509804],[212.745098039216,200.980392156863,175.490196078431],[209.803921568627,195.098039215686,172.549019607843],[235.294117647059,218.627450980392,199.019607843137],[199.019607843137,182.352941176471,162.745098039216],[176.470588235294,160.78431372549,138.235294117647],[209.803921568627,198.039215686275,172.549019607843],[184.313725490196,179.411764705882,150.980392156863],[168.627450980392,170.588235294118,147.058823529412],[135.294117647059,147.058823529412,127.450980392157],[113.725490196078,130.392156862745,120.588235294118],[101.960784313725,126.470588235294,123.529411764706],[86.2745098039216,114.705882352941,118.627450980392],[81.3725490196078,113.725490196078,120.588235294118],[91.1764705882353,125.490196078431,131.372549019608],[83.3333333333333,110.78431372549,111.764705882353],[106.862745098039,116.666666666667,108.823529411765],[96.078431372549,96.078431372549,86.2745098039216],[98.0392156862745,99.0196078431373,93.1372549019608],[109.803921568627,110.78431372549,105.882352941176],[106.862745098039,102.941176470588,103.921568627451],[93.1372549019608,95.0980392156863,94.1176470588235],[100,116.666666666667,108.823529411765],[107.843137254902,131.372549019608,118.627450980392],[92.156862745098,109.803921568627,96.078431372549],[76.4705882352941,80.3921568627451,66.6666666666667],[83.3333333333333,69.6078431372549,58.8235294117647],[153.921568627451,134.313725490196,123.529411764706],[170.588235294118,161.764705882353,145.098039215686],[127.450980392157,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,87.2549019607843],[143.137254901961,150.980392156863,130.392156862745],[115.686274509804,126.470588235294,109.803921568627],[85.2941176470588,98.0392156862745,81.3725490196078],[122.549019607843,134.313725490196,114.705882352941],[155.882352941176,164.705882352941,146.078431372549],[127.450980392157,134.313725490196,118.627450980392],[64.7058823529412,67.6470588235294,49.0196078431373],[103.921568627451,103.921568627451,76.4705882352941],[124.509803921569,121.56862745098,91.1764705882353],[197.058823529412,187.254901960784,162.745098039216],[243.137254901961,229.411764705882,202.941176470588],[206.862745098039,188.235294117647,155.882352941176],[175.490196078431,152.941176470588,119.607843137255],[155.882352941176,129.411764705882,100.980392156863],[217.647058823529,188.235294117647,160.78431372549],[175.490196078431,145.098039215686,116.666666666667],[65.6862745098039,43.1372549019608,12.7450980392157],[45.0980392156863,40.1960784313726,10.7843137254902],[81.3725490196078,82.3529411764706,51.9607843137255],[124.509803921569,115.686274509804,85.2941176470588],[154.901960784314,136.274509803922,104.901960784314],[162.745098039216,130.392156862745,98.0392156862745],[139.21568627451,95.0980392156863,62.7450980392157],[148.039215686275,95.0980392156863,61.7647058823529],[141.176470588235,82.3529411764706,49.0196078431373],[134.313725490196,70.5882352941177,39.2156862745098],[165.686274509804,103.921568627451,73.5294117647059],[146.078431372549,87.2549019607843,59.8039215686275],[104.901960784314,51.9607843137255,28.4313725490196],[116.666666666667,70.5882352941177,50.9803921568627],[77.4509803921569,40.1960784313726,21.5686274509804],[65.6862745098039,33.3333333333333,14.7058823529412],[84.3137254901961,56.8627450980392,43.1372549019608],[42.156862745098,15.6862745098039,6.86274509803922],[24.5098039215686,0.980392156862745,0],[20.5882352941176,1.96078431372549,0],[21.5686274509804,5.88235294117647,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0.980392156862745,7.84313725490196],[49.0196078431373,44.1176470588235,63.7254901960784],[250,245.098039215686,250],[240.196078431373,235.294117647059,250],[24.5098039215686,19.6078431372549,39.2156862745098],[4.90196078431373,0,13.7254901960784],[4.90196078431373,0,12.7450980392157],[18.6274509803922,12.7450980392157,22.5490196078431],[8.82352941176471,3.92156862745098,9.80392156862745],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[3.92156862745098,7.84313725490196,8.82352941176471],[8.82352941176471,12.7450980392157,11.7647058823529],[18.6274509803922,22.5490196078431,21.5686274509804],[22.5490196078431,24.5098039215686,23.5294117647059],[25.4901960784314,27.4509803921569,26.4705882352941],[36.2745098039216,36.2745098039216,36.2745098039216],[69.6078431372549,69.6078431372549,69.6078431372549],[39.2156862745098,41.1764705882353,40.1960784313726],[48.0392156862745,50,49.0196078431373],[69.6078431372549,71.5686274509804,70.5882352941177],[64.7058823529412,69.6078431372549,65.6862745098039],[25.4901960784314,31.3725490196078,27.4509803921569],[31.3725490196078,41.1764705882353,33.3333333333333],[62.7450980392157,72.5490196078431,64.7058823529412],[49.0196078431373,60.7843137254902,50.9803921568627],[37.2549019607843,49.0196078431373,39.2156862745098],[44.1176470588235,55.8823529411765,44.1176470588235],[48.0392156862745,59.8039215686275,46.078431372549],[42.156862745098,53.921568627451,40.1960784313726],[55.8823529411765,68.6274509803922,51.9607843137255],[37.2549019607843,50.9803921568627,34.3137254901961],[48.0392156862745,61.7647058823529,45.0980392156863],[43.1372549019608,59.8039215686275,44.1176470588235],[51.9607843137255,67.6470588235294,54.9019607843137],[44.1176470588235,59.8039215686275,47.0588235294118],[51.9607843137255,64.7058823529412,54.9019607843137],[110.78431372549,123.529411764706,113.725490196078],[91.1764705882353,104.901960784314,92.156862745098],[66.6666666666667,80.3921568627451,63.7254901960784],[113.725490196078,126.470588235294,106.862745098039],[150,163.725490196078,141.176470588235],[88.2352941176471,106.862745098039,85.2941176470588],[77.4509803921569,104.901960784314,90.1960784313725],[89.2156862745098,118.627450980392,106.862745098039],[97.0588235294118,119.607843137255,103.921568627451],[100,120.588235294118,105.882352941176],[89.2156862745098,116.666666666667,104.901960784314],[111.764705882353,141.176470588235,129.411764705882],[157.843137254902,186.274509803922,166.666666666667],[169.607843137255,201.960784313725,183.333333333333],[113.725490196078,150,142.156862745098],[121.56862745098,152.941176470588,148.039215686275],[161.764705882353,180.392156862745,174.509803921569],[208.823529411765,223.529411764706,218.627450980392],[198.039215686275,217.647058823529,216.666666666667],[167.647058823529,191.176470588235,191.176470588235],[173.529411764706,201.960784313725,197.058823529412],[176.470588235294,211.764705882353,207.843137254902],[121.56862745098,169.607843137255,174.509803921569],[105.882352941176,158.823529411765,170.588235294118],[163.725490196078,214.705882352941,228.43137254902],[109.803921568627,156.862745098039,170.588235294118],[153.921568627451,193.137254901961,204.901960784314],[152.941176470588,179.411764705882,190.196078431373],[174.509803921569,181.372549019608,191.176470588235],[204.901960784314,204.901960784314,214.705882352941],[164.705882352941,172.549019607843,183.333333333333],[152.941176470588,175.490196078431,189.21568627451],[91.1764705882353,141.176470588235,157.843137254902],[89.2156862745098,152.941176470588,172.549019607843],[102.941176470588,166.666666666667,188.235294117647],[116.666666666667,173.529411764706,195.098039215686],[108.823529411765,155.882352941176,175.490196078431],[129.411764705882,171.56862745098,190.196078431373],[118.627450980392,159.803921568627,183.333333333333],[102.941176470588,144.117647058824,167.647058823529],[86.2745098039216,126.470588235294,148.039215686275],[152.941176470588,193.137254901961,212.745098039216],[204.901960784314,245.098039215686,250],[136.274509803922,178.43137254902,194.117647058824],[102.941176470588,148.039215686275,160.78431372549],[98.0392156862745,147.058823529412,155.882352941176],[90.1960784313725,144.117647058824,150.980392156863],[82.3529411764706,136.274509803922,143.137254901961],[128.43137254902,182.352941176471,187.254901960784],[158.823529411765,210.78431372549,216.666666666667],[129.411764705882,175.490196078431,181.372549019608],[113.725490196078,155.882352941176,161.764705882353],[131.372549019608,167.647058823529,173.529411764706],[132.352941176471,170.588235294118,177.450980392157],[120.588235294118,163.725490196078,172.549019607843],[95.0980392156863,142.156862745098,151.960784313725],[90.1960784313725,139.21568627451,150],[101.960784313725,154.901960784314,166.666666666667],[98.0392156862745,152.941176470588,165.686274509804],[95.0980392156863,151.960784313725,165.686274509804],[106.862745098039,164.705882352941,180.392156862745],[111.764705882353,169.607843137255,187.254901960784],[86.2745098039216,144.117647058824,161.764705882353],[98.0392156862745,155.882352941176,173.529411764706],[96.078431372549,153.921568627451,171.56862745098],[92.156862745098,148.039215686275,164.705882352941],[84.3137254901961,141.176470588235,152.941176470588],[79.4117647058823,135.294117647059,146.078431372549],[85.2941176470588,138.235294117647,148.039215686275],[85.2941176470588,134.313725490196,143.137254901961],[88.2352941176471,130.392156862745,136.274509803922],[136.274509803922,173.529411764706,176.470588235294],[146.078431372549,179.411764705882,178.43137254902],[121.56862745098,146.078431372549,143.137254901961],[132.352941176471,141.176470588235,138.235294117647],[196.078431372549,193.137254901961,188.235294117647],[230.392156862745,219.607843137255,213.725490196078],[220.588235294118,207.843137254902,199.019607843137],[226.470588235294,218.627450980392,207.843137254902],[201.960784313725,194.117647058824,183.333333333333],[216.666666666667,203.921568627451,198.039215686275],[250,232.352941176471,232.352941176471],[250,243.137254901961,250],[250,234.313725490196,244.117647058824],[230.392156862745,227.450980392157,234.313725490196],[207.843137254902,206.862745098039,204.901960784314],[155.882352941176,148.039215686275,125.490196078431],[169.607843137255,156.862745098039,125.490196078431],[226.470588235294,209.803921568627,184.313725490196],[212.745098039216,193.137254901961,169.607843137255],[232.352941176471,212.745098039216,189.21568627451],[223.529411764706,203.921568627451,180.392156862745],[200,183.333333333333,155.882352941176],[185.294117647059,171.56862745098,143.137254901961],[192.156862745098,187.254901960784,157.843137254902],[93.1372549019608,96.078431372549,67.6470588235294],[127.450980392157,136.274509803922,115.686274509804],[94.1176470588235,109.803921568627,97.0588235294118],[64.7058823529412,86.2745098039216,83.3333333333333],[75.4901960784314,102.941176470588,105.882352941176],[82.3529411764706,110.78431372549,118.627450980392],[80.3921568627451,100.980392156863,105.882352941176],[102.941176470588,104.901960784314,100],[119.607843137255,110.78431372549,101.960784313725],[142.156862745098,128.43137254902,125.490196078431],[166.666666666667,149.019607843137,149.019607843137],[146.078431372549,126.470588235294,128.43137254902],[78.4313725490196,68.6274509803922,69.6078431372549],[100,112.745098039216,103.921568627451],[77.4509803921569,100.980392156863,87.2549019607843],[68.6274509803922,86.2745098039216,70.5882352941177],[82.3529411764706,84.3137254901961,71.5686274509804],[132.352941176471,107.843137254902,100.980392156863],[130.392156862745,96.078431372549,90.1960784313725],[137.254901960784,113.725490196078,103.921568627451],[146.078431372549,134.313725490196,120.588235294118],[84.3137254901961,85.2941176470588,67.6470588235294],[128.43137254902,135.294117647059,117.647058823529],[168.627450980392,172.549019607843,155.882352941176],[120.588235294118,127.450980392157,111.764705882353],[118.627450980392,127.450980392157,110.78431372549],[177.450980392157,185.294117647059,170.588235294118],[117.647058823529,128.43137254902,114.705882352941],[90.1960784313725,99.0196078431373,82.3529411764706],[139.21568627451,144.117647058824,121.56862745098],[150.980392156863,150.980392156863,125.490196078431],[197.058823529412,190.196078431373,162.745098039216],[208.823529411765,195.098039215686,166.666666666667],[149.019607843137,131.372549019608,96.078431372549],[109.803921568627,87.2549019607843,53.921568627451],[120.588235294118,96.078431372549,66.6666666666667],[186.274509803922,160.78431372549,134.313725490196],[137.254901960784,111.764705882353,87.2549019607843],[158.823529411765,142.156862745098,116.666666666667],[200,196.078431372549,171.56862745098],[61.7647058823529,59.8039215686275,35.2941176470588],[42.156862745098,35.2941176470588,7.84313725490196],[160.78431372549,144.117647058824,116.666666666667],[208.823529411765,182.352941176471,152.941176470588],[189.21568627451,153.921568627451,120.588235294118],[167.647058823529,124.509803921569,90.1960784313725],[166.666666666667,117.647058823529,83.3333333333333],[149.019607843137,96.078431372549,62.7450980392157],[143.137254901961,89.2156862745098,58.8235294117647],[129.411764705882,79.4117647058823,50.9803921568627],[100.980392156863,54.9019607843137,29.4117647058824],[96.078431372549,54.9019607843137,33.3333333333333],[93.1372549019608,56.8627450980392,38.2352941176471],[69.6078431372549,37.2549019607843,20.5882352941176],[52.9411764705882,24.5098039215686,10.7843137254902],[43.1372549019608,14.7058823529412,6.86274509803922],[29.4117647058824,4.90196078431373,0],[22.5490196078431,1.96078431372549,0],[19.6078431372549,3.92156862745098,3.92156862745098],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,5.88235294117647],[11.7647058823529,5.88235294117647,9.80392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,6.86274509803922],[28.4313725490196,24.5098039215686,41.1764705882353],[158.823529411765,155.882352941176,176.470588235294],[139.21568627451,134.313725490196,153.921568627451],[5.88235294117647,1.96078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,15.6862745098039],[0.980392156862745,0,8.82352941176471],[12.7450980392157,6.86274509803922,16.6666666666667],[2.94117647058824,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,6.86274509803922,9.80392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[5.88235294117647,10.7843137254902,6.86274509803922],[20.5882352941176,25.4901960784314,21.5686274509804],[31.3725490196078,35.2941176470588,34.3137254901961],[17.6470588235294,21.5686274509804,22.5490196078431],[50.9803921568627,54.9019607843137,55.8823529411765],[16.6666666666667,20.5882352941176,21.5686274509804],[18.6274509803922,22.5490196078431,23.5294117647059],[37.2549019607843,41.1764705882353,42.156862745098],[45.0980392156863,49.0196078431373,48.0392156862745],[39.2156862745098,45.0980392156863,41.1764705882353],[51.9607843137255,60.7843137254902,55.8823529411765],[54.9019607843137,64.7058823529412,56.8627450980392],[69.6078431372549,79.4117647058823,70.5882352941177],[98.0392156862745,109.803921568627,98.0392156862745],[71.5686274509804,83.3333333333333,71.5686274509804],[50.9803921568627,62.7450980392157,50.9803921568627],[61.7647058823529,73.5294117647059,61.7647058823529],[45.0980392156863,56.8627450980392,45.0980392156863],[37.2549019607843,50.9803921568627,36.2745098039216],[36.2745098039216,50,35.2941176470588],[38.2352941176471,54.9019607843137,39.2156862745098],[41.1764705882353,56.8627450980392,44.1176470588235],[49.0196078431373,64.7058823529412,53.921568627451],[41.1764705882353,56.8627450980392,46.078431372549],[50.9803921568627,66.6666666666667,55.8823529411765],[79.4117647058823,95.0980392156863,84.3137254901961],[112.745098039216,126.470588235294,113.725490196078],[95.0980392156863,108.823529411765,92.156862745098],[99.0196078431373,113.725490196078,93.1372549019608],[174.509803921569,188.235294117647,165.686274509804],[103.921568627451,118.627450980392,96.078431372549],[87.2549019607843,105.882352941176,86.2745098039216],[109.803921568627,130.392156862745,111.764705882353],[144.117647058824,160.78431372549,142.156862745098],[129.411764705882,148.039215686275,128.43137254902],[147.058823529412,169.607843137255,151.960784313725],[148.039215686275,174.509803921569,155.882352941176],[152.941176470588,179.411764705882,160.78431372549],[130.392156862745,158.823529411765,141.176470588235],[149.019607843137,178.43137254902,166.666666666667],[186.274509803922,211.764705882353,202.941176470588],[195.098039215686,211.764705882353,203.921568627451],[157.843137254902,172.549019607843,165.686274509804],[150,168.627450980392,164.705882352941],[155.882352941176,177.450980392157,174.509803921569],[147.058823529412,173.529411764706,166.666666666667],[163.725490196078,199.019607843137,197.058823529412],[119.607843137255,168.627450980392,175.490196078431],[102.941176470588,159.803921568627,171.56862745098],[178.43137254902,230.392156862745,248.039215686275],[126.470588235294,173.529411764706,193.137254901961],[124.509803921569,169.607843137255,185.294117647059],[143.137254901961,174.509803921569,189.21568627451],[183.333333333333,189.21568627451,202.941176470588],[198.039215686275,196.078431372549,208.823529411765],[178.43137254902,182.352941176471,193.137254901961],[202.941176470588,222.549019607843,233.333333333333],[151.960784313725,200.980392156863,211.764705882353],[93.1372549019608,153.921568627451,166.666666666667],[105.882352941176,161.764705882353,180.392156862745],[120.588235294118,167.647058823529,187.254901960784],[141.176470588235,181.372549019608,199.019607843137],[135.294117647059,171.56862745098,190.196078431373],[120.588235294118,159.803921568627,184.313725490196],[141.176470588235,182.352941176471,206.862745098039],[177.450980392157,218.627450980392,242.156862745098],[181.372549019608,222.549019607843,244.117647058824],[172.549019607843,216.666666666667,235.294117647059],[128.43137254902,174.509803921569,190.196078431373],[100.980392156863,149.019607843137,162.745098039216],[104.901960784314,157.843137254902,167.647058823529],[85.2941176470588,141.176470588235,150],[78.4313725490196,134.313725490196,141.176470588235],[135.294117647059,192.156862745098,196.078431372549],[146.078431372549,198.039215686275,201.960784313725],[117.647058823529,164.705882352941,168.627450980392],[114.705882352941,154.901960784314,160.78431372549],[115.686274509804,151.960784313725,157.843137254902],[140.196078431373,178.43137254902,183.333333333333],[134.313725490196,178.43137254902,183.333333333333],[91.1764705882353,139.21568627451,144.117647058824],[91.1764705882353,140.196078431373,147.058823529412],[98.0392156862745,149.019607843137,159.803921568627],[96.078431372549,149.019607843137,160.78431372549],[92.156862745098,147.058823529412,159.803921568627],[87.2549019607843,144.117647058824,157.843137254902],[99.0196078431373,156.862745098039,172.549019607843],[79.4117647058823,137.254901960784,152.941176470588],[103.921568627451,159.803921568627,176.470588235294],[100,155.882352941176,172.549019607843],[86.2745098039216,141.176470588235,155.882352941176],[77.4509803921569,133.333333333333,144.117647058824],[76.4705882352941,129.411764705882,139.21568627451],[77.4509803921569,130.392156862745,140.196078431373],[72.5490196078431,121.56862745098,128.43137254902],[74.5098039215686,117.647058823529,120.588235294118],[132.352941176471,165.686274509804,164.705882352941],[209.803921568627,232.352941176471,226.470588235294],[167.647058823529,178.43137254902,170.588235294118],[202.941176470588,201.960784313725,197.058823529412],[225.490196078431,216.666666666667,211.764705882353],[186.274509803922,176.470588235294,167.647058823529],[241.176470588235,231.372549019608,219.607843137255],[198.039215686275,189.21568627451,172.549019607843],[192.156862745098,180.392156862745,164.705882352941],[236.274509803922,219.607843137255,209.803921568627],[240.196078431373,220.588235294118,219.607843137255],[250,234.313725490196,241.176470588235],[207.843137254902,192.156862745098,201.960784313725],[158.823529411765,156.862745098039,161.764705882353],[186.274509803922,183.333333333333,176.470588235294],[84.3137254901961,74.5098039215686,48.0392156862745],[173.529411764706,157.843137254902,124.509803921569],[231.372549019608,212.745098039216,183.333333333333],[117.647058823529,96.078431372549,72.5490196078431],[173.529411764706,149.019607843137,127.450980392157],[236.274509803922,211.764705882353,190.196078431373],[240.196078431373,216.666666666667,191.176470588235],[187.254901960784,166.666666666667,136.274509803922],[151.960784313725,138.235294117647,101.960784313725],[161.764705882353,153.921568627451,117.647058823529],[165.686274509804,165.686274509804,132.352941176471],[64.7058823529412,70.5882352941177,45.0980392156863],[67.6470588235294,79.4117647058823,65.6862745098039],[76.4705882352941,92.156862745098,89.2156862745098],[78.4313725490196,97.0588235294118,103.921568627451],[84.3137254901961,97.0588235294118,102.941176470588],[113.725490196078,110.78431372549,105.882352941176],[156.862745098039,144.117647058824,136.274509803922],[171.56862745098,152.941176470588,149.019607843137],[152.941176470588,129.411764705882,129.411764705882],[191.176470588235,162.745098039216,164.705882352941],[106.862745098039,92.156862745098,89.2156862745098],[54.9019607843137,64.7058823529412,53.921568627451],[54.9019607843137,75.4901960784314,58.8235294117647],[85.2941176470588,101.960784313725,84.3137254901961],[135.294117647059,136.274509803922,122.549019607843],[130.392156862745,103.921568627451,97.0588235294118],[135.294117647059,100.980392156863,97.0588235294118],[129.411764705882,104.901960784314,100],[89.2156862745098,79.4117647058823,69.6078431372549],[60.7843137254902,64.7058823529412,50.9803921568627],[75.4901960784314,86.2745098039216,72.5490196078431],[98.0392156862745,103.921568627451,90.1960784313725],[187.254901960784,193.137254901961,179.411764705882],[124.509803921569,130.392156862745,116.666666666667],[104.901960784314,112.745098039216,98.0392156862745],[171.56862745098,179.411764705882,164.705882352941],[176.470588235294,185.294117647059,168.627450980392],[139.21568627451,144.117647058824,122.549019607843],[99.0196078431373,100.980392156863,77.4509803921569],[173.529411764706,169.607843137255,143.137254901961],[135.294117647059,126.470588235294,98.0392156862745],[105.882352941176,91.1764705882353,60.7843137254902],[124.509803921569,107.843137254902,78.4313725490196],[151.960784313725,132.352941176471,105.882352941176],[221.56862745098,200,176.470588235294],[141.176470588235,121.56862745098,97.0588235294118],[77.4509803921569,61.7647058823529,39.2156862745098],[73.5294117647059,66.6666666666667,48.0392156862745],[32.3529411764706,27.4509803921569,8.82352941176471],[41.1764705882353,30.3921568627451,8.82352941176471],[49.0196078431373,33.3333333333333,7.84313725490196],[81.3725490196078,58.8235294117647,28.4313725490196],[144.117647058824,115.686274509804,84.3137254901961],[100.980392156863,67.6470588235294,33.3333333333333],[98.0392156862745,60.7843137254902,25.4901960784314],[148.039215686275,105.882352941176,71.5686274509804],[132.352941176471,90.1960784313725,56.8627450980392],[111.764705882353,69.6078431372549,38.2352941176471],[93.1372549019608,52.9411764705882,25.4901960784314],[84.3137254901961,47.0588235294118,24.5098039215686],[104.901960784314,68.6274509803922,50],[73.5294117647059,41.1764705882353,24.5098039215686],[73.5294117647059,42.156862745098,29.4117647058824],[50.9803921568627,23.5294117647059,12.7450980392157],[34.3137254901961,9.80392156862745,4.90196078431373],[17.6470588235294,0,0],[12.7450980392157,0,0],[10.7843137254902,0,0.980392156862745],[11.7647058823529,2.94117647058824,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[0,0,10.7843137254902],[1.96078431372549,0,15.6862745098039],[6.86274509803922,2.94117647058824,17.6470588235294],[35.2941176470588,31.3725490196078,45.0980392156863],[50,47.0588235294118,57.843137254902],[4.90196078431373,1.96078431372549,10.7843137254902],[4.90196078431373,0,6.86274509803922],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,5.88235294117647,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,19.6078431372549,15.6862745098039],[8.82352941176471,14.7058823529412,10.7843137254902],[13.7254901960784,19.6078431372549,15.6862745098039],[41.1764705882353,47.0588235294118,45.0980392156863],[38.2352941176471,44.1176470588235,44.1176470588235],[20.5882352941176,24.5098039215686,25.4901960784314],[27.4509803921569,31.3725490196078,34.3137254901961],[28.4313725490196,32.3529411764706,35.2941176470588],[34.3137254901961,38.2352941176471,39.2156862745098],[33.3333333333333,39.2156862745098,39.2156862745098],[43.1372549019608,49.0196078431373,47.0588235294118],[59.8039215686275,69.6078431372549,61.7647058823529],[47.0588235294118,56.8627450980392,48.0392156862745],[39.2156862745098,50.9803921568627,39.2156862745098],[61.7647058823529,73.5294117647059,59.8039215686275],[56.8627450980392,68.6274509803922,54.9019607843137],[50.9803921568627,63.7254901960784,53.921568627451],[49.0196078431373,61.7647058823529,51.9607843137255],[50,62.7450980392157,52.9411764705882],[71.5686274509804,87.2549019607843,74.5098039215686],[89.2156862745098,104.901960784314,92.156862745098],[64.7058823529412,82.3529411764706,68.6274509803922],[39.2156862745098,56.8627450980392,45.0980392156863],[43.1372549019608,59.8039215686275,50],[42.156862745098,58.8235294117647,49.0196078431373],[61.7647058823529,77.4509803921569,67.6470588235294],[68.6274509803922,84.3137254901961,74.5098039215686],[87.2549019607843,102.941176470588,92.156862745098],[80.3921568627451,94.1176470588235,79.4117647058823],[67.6470588235294,82.3529411764706,63.7254901960784],[147.058823529412,161.764705882353,139.21568627451],[137.254901960784,149.019607843137,125.490196078431],[100,107.843137254902,85.2941176470588],[149.019607843137,158.823529411765,135.294117647059],[200,217.647058823529,194.117647058824],[149.019607843137,172.549019607843,147.058823529412],[118.627450980392,144.117647058824,117.647058823529],[144.117647058824,168.627450980392,147.058823529412],[138.235294117647,161.764705882353,146.078431372549],[150,171.56862745098,158.823529411765],[155.882352941176,173.529411764706,159.803921568627],[175.490196078431,193.137254901961,181.372549019608],[124.509803921569,150,141.176470588235],[87.2549019607843,113.725490196078,106.862745098039],[117.647058823529,144.117647058824,137.254901960784],[125.490196078431,151.960784313725,145.098039215686],[116.666666666667,143.137254901961,138.235294117647],[163.725490196078,197.058823529412,198.039215686275],[165.686274509804,209.803921568627,215.686274509804],[103.921568627451,155.882352941176,169.607843137255],[142.156862745098,197.058823529412,219.607843137255],[140.196078431373,196.078431372549,222.549019607843],[103.921568627451,160.78431372549,184.313725490196],[101.960784313725,146.078431372549,168.627450980392],[159.803921568627,176.470588235294,196.078431372549],[191.176470588235,193.137254901961,207.843137254902],[194.117647058824,194.117647058824,203.921568627451],[223.529411764706,234.313725490196,240.196078431373],[200,234.313725490196,236.274509803922],[109.803921568627,156.862745098039,160.78431372549],[101.960784313725,145.098039215686,155.882352941176],[147.058823529412,185.294117647059,201.960784313725],[180.392156862745,214.705882352941,233.333333333333],[114.705882352941,149.019607843137,168.627450980392],[143.137254901961,182.352941176471,206.862745098039],[198.039215686275,239.21568627451,250],[144.117647058824,185.294117647059,209.803921568627],[105.882352941176,149.019607843137,173.529411764706],[138.235294117647,183.333333333333,205.882352941176],[103.921568627451,153.921568627451,172.549019607843],[93.1372549019608,145.098039215686,160.78431372549],[93.1372549019608,150,161.764705882353],[82.3529411764706,141.176470588235,149.019607843137],[70.5882352941177,130.392156862745,135.294117647059],[148.039215686275,204.901960784314,208.823529411765],[135.294117647059,187.254901960784,191.176470588235],[94.1176470588235,142.156862745098,146.078431372549],[109.803921568627,151.960784313725,157.843137254902],[104.901960784314,143.137254901961,150],[134.313725490196,174.509803921569,178.43137254902],[149.019607843137,196.078431372549,198.039215686275],[83.3333333333333,131.372549019608,135.294117647059],[86.2745098039216,136.274509803922,140.196078431373],[76.4705882352941,128.43137254902,134.313725490196],[107.843137254902,159.803921568627,167.647058823529],[103.921568627451,156.862745098039,166.666666666667],[93.1372549019608,148.039215686275,160.78431372549],[84.3137254901961,139.21568627451,153.921568627451],[115.686274509804,170.588235294118,185.294117647059],[85.2941176470588,140.196078431373,154.901960784314],[86.2745098039216,141.176470588235,155.882352941176],[91.1764705882353,143.137254901961,156.862745098039],[91.1764705882353,144.117647058824,155.882352941176],[66.6666666666667,117.647058823529,128.43137254902],[70.5882352941177,122.549019607843,130.392156862745],[80.3921568627451,126.470588235294,132.352941176471],[93.1372549019608,132.352941176471,132.352941176471],[111.764705882353,140.196078431373,135.294117647059],[130.392156862745,142.156862745098,130.392156862745],[221.56862745098,222.549019607843,208.823529411765],[239.21568627451,230.392156862745,221.56862745098],[238.235294117647,225.490196078431,219.607843137255],[222.549019607843,209.803921568627,203.921568627451],[250,240.196078431373,231.372549019608],[216.666666666667,201.960784313725,181.372549019608],[204.901960784314,189.21568627451,166.666666666667],[221.56862745098,202.941176470588,189.21568627451],[233.333333333333,214.705882352941,208.823529411765],[204.901960784314,188.235294117647,194.117647058824],[148.039215686275,137.254901960784,145.098039215686],[169.607843137255,164.705882352941,161.764705882353],[235.294117647059,227.450980392157,214.705882352941],[98.0392156862745,83.3333333333333,52.9411764705882],[140.196078431373,120.588235294118,84.3137254901961],[197.058823529412,174.509803921569,144.117647058824],[157.843137254902,132.352941176471,109.803921568627],[129.411764705882,100.980392156863,83.3333333333333],[209.803921568627,179.411764705882,159.803921568627],[250,220.588235294118,198.039215686275],[250,242.156862745098,210.78431372549],[204.901960784314,180.392156862745,140.196078431373],[164.705882352941,144.117647058824,98.0392156862745],[149.019607843137,135.294117647059,89.2156862745098],[124.509803921569,115.686274509804,75.4901960784314],[141.176470588235,137.254901960784,110.78431372549],[125.490196078431,125.490196078431,113.725490196078],[133.333333333333,137.254901960784,140.196078431373],[101.960784313725,100.980392156863,106.862745098039],[138.235294117647,129.411764705882,124.509803921569],[136.274509803922,122.549019607843,113.725490196078],[130.392156862745,113.725490196078,106.862745098039],[115.686274509804,97.0588235294118,91.1764705882353],[150,126.470588235294,122.549019607843],[241.176470588235,224.509803921569,217.647058823529],[165.686274509804,169.607843137255,155.882352941176],[58.8235294117647,71.5686274509804,53.921568627451],[83.3333333333333,92.156862745098,73.5294117647059],[130.392156862745,128.43137254902,113.725490196078],[158.823529411765,136.274509803922,130.392156862745],[98.0392156862745,73.5294117647059,69.6078431372549],[89.2156862745098,78.4313725490196,74.5098039215686],[104.901960784314,105.882352941176,100.980392156863],[74.5098039215686,86.2745098039216,82.3529411764706],[73.5294117647059,90.1960784313725,84.3137254901961],[86.2745098039216,100.980392156863,94.1176470588235],[100.980392156863,111.764705882353,103.921568627451],[127.450980392157,135.294117647059,124.509803921569],[156.862745098039,162.745098039216,149.019607843137],[180.392156862745,183.333333333333,164.705882352941],[166.666666666667,168.627450980392,148.039215686275],[153.921568627451,155.882352941176,135.294117647059],[114.705882352941,116.666666666667,95.0980392156863],[167.647058823529,166.666666666667,146.078431372549],[124.509803921569,122.549019607843,101.960784313725],[91.1764705882353,86.2745098039216,66.6666666666667],[124.509803921569,118.627450980392,97.0588235294118],[81.3725490196078,69.6078431372549,48.0392156862745],[177.450980392157,161.764705882353,137.254901960784],[108.823529411765,89.2156862745098,64.7058823529412],[70.5882352941177,50,29.4117647058824],[61.7647058823529,46.078431372549,31.3725490196078],[72.5490196078431,58.8235294117647,46.078431372549],[83.3333333333333,67.6470588235294,51.9607843137255],[62.7450980392157,46.078431372549,26.4705882352941],[96.078431372549,76.4705882352941,51.9607843137255],[135.294117647059,114.705882352941,84.3137254901961],[95.0980392156863,71.5686274509804,38.2352941176471],[69.6078431372549,44.1176470588235,9.80392156862745],[96.078431372549,68.6274509803922,32.3529411764706],[100.980392156863,71.5686274509804,36.2745098039216],[67.6470588235294,35.2941176470588,2.94117647058824],[97.0588235294118,63.7254901960784,36.2745098039216],[120.588235294118,87.2549019607843,62.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[61.7647058823529,27.4509803921569,8.82352941176471],[97.0588235294118,63.7254901960784,51.9607843137255],[72.5490196078431,43.1372549019608,33.3333333333333],[72.5490196078431,46.078431372549,39.2156862745098],[48.0392156862745,27.4509803921569,22.5490196078431],[20.5882352941176,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[9.80392156862745,0.980392156862745,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[13.7254901960784,8.82352941176471,12.7450980392157],[4.90196078431373,1.96078431372549,8.82352941176471],[5.88235294117647,4.90196078431373,12.7450980392157],[3.92156862745098,0.980392156862745,7.84313725490196],[54.9019607843137,52.9411764705882,57.843137254902],[54.9019607843137,52.9411764705882,57.843137254902],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[84.3137254901961,86.2745098039216,85.2941176470588],[64.7058823529412,66.6666666666667,65.6862745098039],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,8.82352941176471,12.7450980392157],[11.7647058823529,16.6666666666667,19.6078431372549],[17.6470588235294,26.4705882352941,21.5686274509804],[22.5490196078431,32.3529411764706,24.5098039215686],[12.7450980392157,21.5686274509804,16.6666666666667],[28.4313725490196,37.2549019607843,34.3137254901961],[41.1764705882353,50,49.0196078431373],[21.5686274509804,30.3921568627451,29.4117647058824],[14.7058823529412,22.5490196078431,24.5098039215686],[24.5098039215686,32.3529411764706,34.3137254901961],[21.5686274509804,30.3921568627451,29.4117647058824],[33.3333333333333,42.156862745098,39.2156862745098],[45.0980392156863,53.921568627451,49.0196078431373],[52.9411764705882,63.7254901960784,55.8823529411765],[48.0392156862745,59.8039215686275,50],[44.1176470588235,57.843137254902,43.1372549019608],[46.078431372549,59.8039215686275,43.1372549019608],[38.2352941176471,51.9607843137255,37.2549019607843],[57.843137254902,70.5882352941177,60.7843137254902],[78.4313725490196,94.1176470588235,84.3137254901961],[127.450980392157,143.137254901961,133.333333333333],[130.392156862745,148.039215686275,136.274509803922],[101.960784313725,119.607843137255,107.843137254902],[76.4705882352941,94.1176470588235,82.3529411764706],[52.9411764705882,69.6078431372549,59.8039215686275],[61.7647058823529,78.4313725490196,68.6274509803922],[75.4901960784314,92.156862745098,84.3137254901961],[74.5098039215686,91.1764705882353,83.3333333333333],[57.843137254902,73.5294117647059,63.7254901960784],[59.8039215686275,75.4901960784314,64.7058823529412],[92.156862745098,105.882352941176,91.1764705882353],[105.882352941176,120.588235294118,101.960784313725],[129.411764705882,144.117647058824,121.56862745098],[136.274509803922,149.019607843137,123.529411764706],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,146.078431372549,123.529411764706],[200.980392156863,220.588235294118,196.078431372549],[162.745098039216,190.196078431373,165.686274509804],[128.43137254902,153.921568627451,127.450980392157],[167.647058823529,195.098039215686,172.549019607843],[166.666666666667,197.058823529412,182.352941176471],[112.745098039216,138.235294117647,129.411764705882],[188.235294117647,203.921568627451,191.176470588235],[145.098039215686,162.745098039216,150.980392156863],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,132.352941176471,126.470588235294],[135.294117647059,167.647058823529,160.78431372549],[121.56862745098,151.960784313725,146.078431372549],[165.686274509804,197.058823529412,196.078431372549],[142.156862745098,176.470588235294,180.392156862745],[147.058823529412,186.274509803922,196.078431372549],[97.0588235294118,145.098039215686,161.764705882353],[88.2352941176471,145.098039215686,168.627450980392],[93.1372549019608,155.882352941176,183.333333333333],[109.803921568627,173.529411764706,202.941176470588],[119.607843137255,172.549019607843,198.039215686275],[136.274509803922,163.725490196078,185.294117647059],[156.862745098039,168.627450980392,184.313725490196],[199.019607843137,201.960784313725,210.78431372549],[199.019607843137,205.882352941176,211.764705882353],[182.352941176471,202.941176470588,205.882352941176],[157.843137254902,188.235294117647,191.176470588235],[193.137254901961,226.470588235294,235.294117647059],[206.862745098039,240.196078431373,250],[137.254901960784,165.686274509804,179.411764705882],[155.882352941176,186.274509803922,203.921568627451],[183.333333333333,220.588235294118,243.137254901961],[143.137254901961,184.313725490196,208.823529411765],[129.411764705882,172.549019607843,197.058823529412],[152.941176470588,198.039215686275,223.529411764706],[129.411764705882,178.43137254902,200.980392156863],[90.1960784313725,141.176470588235,162.745098039216],[92.156862745098,148.039215686275,164.705882352941],[90.1960784313725,148.039215686275,161.764705882353],[81.3725490196078,143.137254901961,151.960784313725],[66.6666666666667,126.470588235294,131.372549019608],[92.156862745098,150,153.921568627451],[101.960784313725,155.882352941176,158.823529411765],[91.1764705882353,141.176470588235,145.098039215686],[91.1764705882353,137.254901960784,143.137254901961],[92.156862745098,134.313725490196,141.176470588235],[100,142.156862745098,148.039215686275],[131.372549019608,178.43137254902,178.43137254902],[92.156862745098,141.176470588235,140.196078431373],[81.3725490196078,130.392156862745,131.372549019608],[76.4705882352941,126.470588235294,129.411764705882],[87.2549019607843,136.274509803922,143.137254901961],[94.1176470588235,146.078431372549,153.921568627451],[90.1960784313725,143.137254901961,154.901960784314],[78.4313725490196,130.392156862745,144.117647058824],[100,151.960784313725,165.686274509804],[84.3137254901961,136.274509803922,150],[75.4901960784314,128.43137254902,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[78.4313725490196,129.411764705882,140.196078431373],[94.1176470588235,143.137254901961,151.960784313725],[50.9803921568627,100,106.862745098039],[127.450980392157,171.56862745098,176.470588235294],[123.529411764706,156.862745098039,157.843137254902],[109.803921568627,130.392156862745,123.529411764706],[169.607843137255,173.529411764706,156.862745098039],[195.098039215686,190.196078431373,170.588235294118],[200.980392156863,189.21568627451,177.450980392157],[235.294117647059,220.588235294118,215.686274509804],[240.196078431373,226.470588235294,223.529411764706],[240.196078431373,226.470588235294,217.647058823529],[229.411764705882,211.764705882353,188.235294117647],[192.156862745098,172.549019607843,146.078431372549],[212.745098039216,196.078431372549,176.470588235294],[193.137254901961,179.411764705882,170.588235294118],[170.588235294118,161.764705882353,164.705882352941],[190.196078431373,181.372549019608,186.274509803922],[208.823529411765,198.039215686275,192.156862745098],[200.980392156863,186.274509803922,167.647058823529],[122.549019607843,103.921568627451,71.5686274509804],[115.686274509804,94.1176470588235,57.843137254902],[128.43137254902,103.921568627451,73.5294117647059],[236.274509803922,208.823529411765,185.294117647059],[242.156862745098,209.803921568627,191.176470588235],[207.843137254902,173.529411764706,154.901960784314],[187.254901960784,150,127.450980392157],[201.960784313725,166.666666666667,135.294117647059],[232.352941176471,199.019607843137,154.901960784314],[194.117647058824,163.725490196078,110.78431372549],[155.882352941176,130.392156862745,74.5098039215686],[168.627450980392,148.039215686275,96.078431372549],[167.647058823529,152.941176470588,114.705882352941],[160.78431372549,149.019607843137,127.450980392157],[145.098039215686,134.313725490196,132.352941176471],[117.647058823529,105.882352941176,107.843137254902],[137.254901960784,119.607843137255,115.686274509804],[132.352941176471,118.627450980392,109.803921568627],[93.1372549019608,85.2941176470588,74.5098039215686],[106.862745098039,99.0196078431373,88.2352941176471],[85.2941176470588,71.5686274509804,62.7450980392157],[157.843137254902,148.039215686275,136.274509803922],[234.313725490196,235.294117647059,219.607843137255],[113.725490196078,118.627450980392,99.0196078431373],[93.1372549019608,96.078431372549,77.4509803921569],[157.843137254902,156.862745098039,139.21568627451],[140.196078431373,127.450980392157,118.627450980392],[100,91.1764705882353,84.3137254901961],[56.8627450980392,63.7254901960784,56.8627450980392],[98.0392156862745,113.725490196078,110.78431372549],[71.5686274509804,91.1764705882353,90.1960784313725],[53.921568627451,74.5098039215686,75.4901960784314],[79.4117647058823,98.0392156862745,94.1176470588235],[59.8039215686275,72.5490196078431,65.6862745098039],[67.6470588235294,77.4509803921569,69.6078431372549],[92.156862745098,98.0392156862745,86.2745098039216],[99.0196078431373,101.960784313725,83.3333333333333],[94.1176470588235,96.078431372549,75.4901960784314],[78.4313725490196,79.4117647058823,61.7647058823529],[80.3921568627451,81.3725490196078,63.7254901960784],[55.8823529411765,57.843137254902,37.2549019607843],[141.176470588235,143.137254901961,122.549019607843],[80.3921568627451,81.3725490196078,65.6862745098039],[3.92156862745098,0.980392156862745,0],[38.2352941176471,31.3725490196078,12.7450980392157],[115.686274509804,104.901960784314,83.3333333333333],[68.6274509803922,53.921568627451,31.3725490196078],[68.6274509803922,51.9607843137255,32.3529411764706],[86.2745098039216,66.6666666666667,55.8823529411765],[142.156862745098,122.549019607843,113.725490196078],[74.5098039215686,56.8627450980392,43.1372549019608],[56.8627450980392,40.1960784313726,22.5490196078431],[50,34.3137254901961,9.80392156862745],[123.529411764706,108.823529411765,80.3921568627451],[71.5686274509804,56.8627450980392,24.5098039215686],[46.078431372549,30.3921568627451,0],[117.647058823529,100,64.7058823529412],[97.0588235294118,77.4509803921569,43.1372549019608],[52.9411764705882,28.4313725490196,0],[77.4509803921569,50.9803921568627,22.5490196078431],[102.941176470588,71.5686274509804,47.0588235294118],[91.1764705882353,56.8627450980392,37.2549019607843],[69.6078431372549,33.3333333333333,15.6862745098039],[94.1176470588235,58.8235294117647,45.0980392156863],[60.7843137254902,28.4313725490196,19.6078431372549],[79.4117647058823,52.9411764705882,46.078431372549],[68.6274509803922,48.0392156862745,43.1372549019608],[36.2745098039216,18.6274509803922,16.6666666666667],[15.6862745098039,3.92156862745098,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,5.88235294117647,5.88235294117647],[22.5490196078431,18.6274509803922,19.6078431372549],[36.2745098039216,32.3529411764706,33.3333333333333],[7.84313725490196,5.88235294117647,6.86274509803922],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[233.333333333333,235.294117647059,234.313725490196],[233.333333333333,235.294117647059,234.313725490196],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,9.80392156862745,13.7254901960784],[11.7647058823529,16.6666666666667,19.6078431372549],[7.84313725490196,16.6666666666667,13.7254901960784],[15.6862745098039,24.5098039215686,19.6078431372549],[0.980392156862745,9.80392156862745,6.86274509803922],[11.7647058823529,20.5882352941176,17.6470588235294],[36.2745098039216,45.0980392156863,44.1176470588235],[27.4509803921569,36.2745098039216,35.2941176470588],[19.6078431372549,27.4509803921569,29.4117647058824],[28.4313725490196,38.2352941176471,39.2156862745098],[26.4705882352941,36.2745098039216,35.2941176470588],[28.4313725490196,39.2156862745098,35.2941176470588],[31.3725490196078,42.156862745098,36.2745098039216],[32.3529411764706,45.0980392156863,36.2745098039216],[48.0392156862745,60.7843137254902,50.9803921568627],[60.7843137254902,74.5098039215686,61.7647058823529],[61.7647058823529,75.4901960784314,60.7843137254902],[69.6078431372549,86.2745098039216,70.5882352941177],[66.6666666666667,83.3333333333333,73.5294117647059],[84.3137254901961,100.980392156863,93.1372549019608],[113.725490196078,130.392156862745,122.549019607843],[67.6470588235294,87.2549019607843,76.4705882352941],[35.2941176470588,54.9019607843137,44.1176470588235],[57.843137254902,77.4509803921569,66.6666666666667],[79.4117647058823,99.0196078431373,88.2352941176471],[122.549019607843,142.156862745098,133.333333333333],[75.4901960784314,94.1176470588235,88.2352941176471],[35.2941176470588,51.9607843137255,44.1176470588235],[58.8235294117647,74.5098039215686,64.7058823529412],[109.803921568627,125.490196078431,114.705882352941],[130.392156862745,144.117647058824,127.450980392157],[110.78431372549,125.490196078431,104.901960784314],[79.4117647058823,93.1372549019608,68.6274509803922],[125.490196078431,138.235294117647,110.78431372549],[124.509803921569,130.392156862745,104.901960784314],[162.745098039216,172.549019607843,149.019607843137],[148.039215686275,170.588235294118,150.980392156863],[101.960784313725,130.392156862745,110.78431372549],[193.137254901961,220.588235294118,198.039215686275],[194.117647058824,224.509803921569,206.862745098039],[101.960784313725,138.235294117647,131.372549019608],[100,134.313725490196,128.43137254902],[124.509803921569,147.058823529412,137.254901960784],[184.313725490196,206.862745098039,197.058823529412],[110.78431372549,144.117647058824,143.137254901961],[130.392156862745,169.607843137255,169.607843137255],[119.607843137255,154.901960784314,152.941176470588],[136.274509803922,171.56862745098,171.56862745098],[127.450980392157,167.647058823529,171.56862745098],[160.78431372549,200,209.803921568627],[109.803921568627,146.078431372549,163.725490196078],[119.607843137255,163.725490196078,186.274509803922],[89.2156862745098,149.019607843137,176.470588235294],[80.3921568627451,148.039215686275,176.470588235294],[99.0196078431373,164.705882352941,191.176470588235],[109.803921568627,164.705882352941,189.21568627451],[115.686274509804,152.941176470588,171.56862745098],[155.882352941176,181.372549019608,194.117647058824],[195.098039215686,207.843137254902,216.666666666667],[226.470588235294,233.333333333333,243.137254901961],[224.509803921569,232.352941176471,243.137254901961],[218.627450980392,232.352941176471,243.137254901961],[219.607843137255,246.078431372549,250],[165.686274509804,194.117647058824,200],[164.705882352941,189.21568627451,194.117647058824],[192.156862745098,218.627450980392,229.411764705882],[145.098039215686,181.372549019608,200],[140.196078431373,181.372549019608,204.901960784314],[204.901960784314,248.039215686275,250],[146.078431372549,193.137254901961,215.686274509804],[97.0588235294118,148.039215686275,171.56862745098],[103.921568627451,157.843137254902,178.43137254902],[100,157.843137254902,175.490196078431],[92.156862745098,152.941176470588,167.647058823529],[84.3137254901961,145.098039215686,155.882352941176],[75.4901960784314,134.313725490196,142.156862745098],[74.5098039215686,132.352941176471,138.235294117647],[76.4705882352941,133.333333333333,137.254901960784],[77.4509803921569,129.411764705882,135.294117647059],[81.3725490196078,130.392156862745,137.254901960784],[80.3921568627451,126.470588235294,134.313725490196],[69.6078431372549,115.686274509804,121.56862745098],[96.078431372549,143.137254901961,143.137254901961],[132.352941176471,180.392156862745,177.450980392157],[91.1764705882353,138.235294117647,138.235294117647],[72.5490196078431,121.56862745098,122.549019607843],[77.4509803921569,125.490196078431,130.392156862745],[76.4705882352941,125.490196078431,132.352941176471],[80.3921568627451,129.411764705882,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[87.2549019607843,138.235294117647,150.980392156863],[67.6470588235294,118.627450980392,131.372549019608],[76.4705882352941,127.450980392157,138.235294117647],[86.2745098039216,135.294117647059,144.117647058824],[79.4117647058823,128.43137254902,137.254901960784],[128.43137254902,176.470588235294,183.333333333333],[50.9803921568627,99.0196078431373,103.921568627451],[98.0392156862745,138.235294117647,142.156862745098],[129.411764705882,154.901960784314,155.882352941176],[135.294117647059,148.039215686275,139.21568627451],[224.509803921569,228.43137254902,205.882352941176],[182.352941176471,178.43137254902,153.921568627451],[182.352941176471,174.509803921569,161.764705882353],[250,247.058823529412,241.176470588235],[250,236.274509803922,236.274509803922],[250,241.176470588235,236.274509803922],[230.392156862745,205.882352941176,184.313725490196],[152.941176470588,132.352941176471,103.921568627451],[128.43137254902,116.666666666667,93.1372549019608],[149.019607843137,143.137254901961,127.450980392157],[135.294117647059,135.294117647059,133.333333333333],[133.333333333333,129.411764705882,128.43137254902],[154.901960784314,138.235294117647,128.43137254902],[139.21568627451,117.647058823529,95.0980392156863],[174.509803921569,150,119.607843137255],[146.078431372549,120.588235294118,86.2745098039216],[159.803921568627,131.372549019608,101.960784313725],[207.843137254902,177.450980392157,150],[250,222.549019607843,200.980392156863],[244.117647058824,206.862745098039,186.274509803922],[192.156862745098,150.980392156863,127.450980392157],[225.490196078431,183.333333333333,150],[196.078431372549,153.921568627451,109.803921568627],[182.352941176471,142.156862745098,89.2156862745098],[198.039215686275,160.78431372549,100],[185.294117647059,153.921568627451,96.078431372549],[170.588235294118,143.137254901961,97.0588235294118],[162.745098039216,138.235294117647,107.843137254902],[163.725490196078,140.196078431373,128.43137254902],[169.607843137255,146.078431372549,142.156862745098],[142.156862745098,119.607843137255,111.764705882353],[196.078431372549,182.352941176471,171.56862745098],[130.392156862745,134.313725490196,117.647058823529],[85.2941176470588,94.1176470588235,75.4901960784314],[102.941176470588,105.882352941176,89.2156862745098],[49.0196078431373,50,32.3529411764706],[140.196078431373,142.156862745098,121.56862745098],[146.078431372549,145.098039215686,125.490196078431],[102.941176470588,101.960784313725,82.3529411764706],[114.705882352941,113.725490196078,96.078431372549],[78.4313725490196,80.3921568627451,66.6666666666667],[75.4901960784314,87.2549019607843,73.5294117647059],[44.1176470588235,71.5686274509804,59.8039215686275],[34.3137254901961,66.6666666666667,59.8039215686275],[56.8627450980392,84.3137254901961,85.2941176470588],[43.1372549019608,63.7254901960784,64.7058823529412],[51.9607843137255,68.6274509803922,62.7450980392157],[67.6470588235294,80.3921568627451,71.5686274509804],[58.8235294117647,69.6078431372549,63.7254901960784],[87.2549019607843,97.0588235294118,88.2352941176471],[83.3333333333333,91.1764705882353,76.4705882352941],[87.2549019607843,94.1176470588235,78.4313725490196],[58.8235294117647,61.7647058823529,50.9803921568627],[101.960784313725,103.921568627451,91.1764705882353],[75.4901960784314,77.4509803921569,56.8627450980392],[94.1176470588235,93.1372549019608,73.5294117647059],[97.0588235294118,94.1176470588235,79.4117647058823],[24.5098039215686,21.5686274509804,6.86274509803922],[105.882352941176,100.980392156863,81.3725490196078],[113.725490196078,108.823529411765,87.2549019607843],[65.6862745098039,58.8235294117647,40.1960784313726],[40.1960784313726,28.4313725490196,14.7058823529412],[81.3725490196078,61.7647058823529,52.9411764705882],[106.862745098039,84.3137254901961,76.4705882352941],[61.7647058823529,42.156862745098,31.3725490196078],[27.4509803921569,10.7843137254902,0],[18.6274509803922,3.92156862745098,0],[96.078431372549,84.3137254901961,58.8235294117647],[102.941176470588,94.1176470588235,65.6862745098039],[94.1176470588235,85.2941176470588,54.9019607843137],[111.764705882353,100.980392156863,69.6078431372549],[120.588235294118,107.843137254902,76.4705882352941],[90.1960784313725,74.5098039215686,42.156862745098],[77.4509803921569,53.921568627451,26.4705882352941],[71.5686274509804,42.156862745098,18.6274509803922],[76.4705882352941,42.156862745098,20.5882352941176],[73.5294117647059,36.2745098039216,17.6470588235294],[76.4705882352941,40.1960784313726,24.5098039215686],[66.6666666666667,35.2941176470588,24.5098039215686],[90.1960784313725,61.7647058823529,55.8823529411765],[78.4313725490196,55.8823529411765,50],[35.2941176470588,16.6666666666667,12.7450980392157],[9.80392156862745,0,0],[7.84313725490196,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[14.7058823529412,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,4.90196078431373],[5.88235294117647,4.90196078431373,0],[3.92156862745098,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[8.82352941176471,4.90196078431373,1.96078431372549],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,25.4901960784314,25.4901960784314],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,22.5490196078431,21.5686274509804],[10.7843137254902,19.6078431372549,16.6666666666667],[2.94117647058824,12.7450980392157,11.7647058823529],[9.80392156862745,19.6078431372549,18.6274509803922],[22.5490196078431,32.3529411764706,31.3725490196078],[25.4901960784314,35.2941176470588,36.2745098039216],[23.5294117647059,33.3333333333333,34.3137254901961],[22.5490196078431,34.3137254901961,34.3137254901961],[44.1176470588235,55.8823529411765,53.921568627451],[29.4117647058824,44.1176470588235,39.2156862745098],[35.2941176470588,50,43.1372549019608],[42.156862745098,57.843137254902,48.0392156862745],[55.8823529411765,71.5686274509804,60.7843137254902],[56.8627450980392,74.5098039215686,60.7843137254902],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,78.4313725490196,64.7058823529412],[51.9607843137255,71.5686274509804,62.7450980392157],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,66.6666666666667],[40.1960784313726,60.7843137254902,51.9607843137255],[42.156862745098,62.7450980392157,53.921568627451],[42.156862745098,61.7647058823529,52.9411764705882],[44.1176470588235,63.7254901960784,54.9019607843137],[100.980392156863,120.588235294118,111.764705882353],[61.7647058823529,80.3921568627451,74.5098039215686],[43.1372549019608,62.7450980392157,53.921568627451],[120.588235294118,137.254901960784,127.450980392157],[146.078431372549,161.764705882353,149.019607843137],[86.2745098039216,100,83.3333333333333],[94.1176470588235,108.823529411765,86.2745098039216],[86.2745098039216,100,74.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[171.56862745098,184.313725490196,158.823529411765],[173.529411764706,188.235294117647,165.686274509804],[164.705882352941,189.21568627451,170.588235294118],[182.352941176471,209.803921568627,195.098039215686],[200,227.450980392157,212.745098039216],[140.196078431373,173.529411764706,159.803921568627],[122.549019607843,166.666666666667,161.764705882353],[86.2745098039216,130.392156862745,125.490196078431],[96.078431372549,126.470588235294,118.627450980392],[186.274509803922,215.686274509804,207.843137254902],[157.843137254902,193.137254901961,193.137254901961],[107.843137254902,145.098039215686,148.039215686275],[139.21568627451,174.509803921569,174.509803921569],[103.921568627451,141.176470588235,142.156862745098],[121.56862745098,167.647058823529,173.529411764706],[155.882352941176,200.980392156863,213.725490196078],[128.43137254902,163.725490196078,185.294117647059],[151.960784313725,193.137254901961,217.647058823529],[107.843137254902,168.627450980392,193.137254901961],[91.1764705882353,159.803921568627,185.294117647059],[89.2156862745098,153.921568627451,179.411764705882],[98.0392156862745,154.901960784314,176.470588235294],[98.0392156862745,146.078431372549,160.78431372549],[131.372549019608,168.627450980392,179.411764705882],[170.588235294118,194.117647058824,203.921568627451],[179.411764705882,193.137254901961,205.882352941176],[179.411764705882,186.274509803922,203.921568627451],[165.686274509804,174.509803921569,191.176470588235],[197.058823529412,218.627450980392,229.411764705882],[216.666666666667,244.117647058824,248.039215686275],[236.274509803922,250,250],[155.882352941176,179.411764705882,181.372549019608],[140.196078431373,172.549019607843,187.254901960784],[163.725490196078,203.921568627451,223.529411764706],[126.470588235294,170.588235294118,191.176470588235],[87.2549019607843,134.313725490196,155.882352941176],[105.882352941176,156.862745098039,178.43137254902],[94.1176470588235,148.039215686275,168.627450980392],[86.2745098039216,144.117647058824,161.764705882353],[77.4509803921569,135.294117647059,150.980392156863],[75.4901960784314,134.313725490196,145.098039215686],[54.9019607843137,113.725490196078,121.56862745098],[85.2941176470588,143.137254901961,147.058823529412],[90.1960784313725,147.058823529412,150.980392156863],[65.6862745098039,119.607843137255,124.509803921569],[70.5882352941177,122.549019607843,130.392156862745],[79.4117647058823,131.372549019608,139.21568627451],[87.2549019607843,136.274509803922,143.137254901961],[97.0588235294118,144.117647058824,144.117647058824],[87.2549019607843,135.294117647059,131.372549019608],[108.823529411765,156.862745098039,153.921568627451],[117.647058823529,164.705882352941,164.705882352941],[99.0196078431373,146.078431372549,150],[79.4117647058823,127.450980392157,132.352941176471],[70.5882352941177,117.647058823529,127.450980392157],[81.3725490196078,130.392156862745,141.176470588235],[78.4313725490196,127.450980392157,138.235294117647],[134.313725490196,181.372549019608,191.176470588235],[135.294117647059,182.352941176471,192.156862745098],[78.4313725490196,126.470588235294,133.333333333333],[57.843137254902,105.882352941176,112.745098039216],[93.1372549019608,139.21568627451,145.098039215686],[108.823529411765,155.882352941176,159.803921568627],[81.3725490196078,118.627450980392,119.607843137255],[114.705882352941,134.313725490196,133.333333333333],[176.470588235294,186.274509803922,177.450980392157],[200,201.960784313725,180.392156862745],[160.78431372549,158.823529411765,134.313725490196],[144.117647058824,138.235294117647,124.509803921569],[231.372549019608,220.588235294118,216.666666666667],[250,238.235294117647,240.196078431373],[250,230.392156862745,227.450980392157],[196.078431372549,174.509803921569,153.921568627451],[125.490196078431,108.823529411765,81.3725490196078],[118.627450980392,114.705882352941,88.2352941176471],[84.3137254901961,87.2549019607843,68.6274509803922],[130.392156862745,135.294117647059,128.43137254902],[113.725490196078,112.745098039216,107.843137254902],[92.156862745098,75.4901960784314,59.8039215686275],[146.078431372549,120.588235294118,98.0392156862745],[143.137254901961,113.725490196078,86.2745098039216],[185.294117647059,154.901960784314,126.470588235294],[214.705882352941,184.313725490196,153.921568627451],[219.607843137255,187.254901960784,156.862745098039],[225.490196078431,191.176470588235,163.725490196078],[217.647058823529,178.43137254902,152.941176470588],[173.529411764706,130.392156862745,103.921568627451],[205.882352941176,160.78431372549,127.450980392157],[155.882352941176,109.803921568627,66.6666666666667],[175.490196078431,129.411764705882,78.4313725490196],[219.607843137255,176.470588235294,116.666666666667],[217.647058823529,178.43137254902,118.627450980392],[161.764705882353,125.490196078431,74.5098039215686],[116.666666666667,83.3333333333333,46.078431372549],[165.686274509804,135.294117647059,114.705882352941],[180.392156862745,150.980392156863,140.196078431373],[117.647058823529,90.1960784313725,78.4313725490196],[151.960784313725,139.21568627451,123.529411764706],[206.862745098039,216.666666666667,193.137254901961],[104.901960784314,122.549019607843,97.0588235294118],[88.2352941176471,100,78.4313725490196],[93.1372549019608,98.0392156862745,78.4313725490196],[115.686274509804,114.705882352941,95.0980392156863],[166.666666666667,163.725490196078,145.098039215686],[82.3529411764706,77.4509803921569,58.8235294117647],[87.2549019607843,86.2745098039216,66.6666666666667],[115.686274509804,124.509803921569,105.882352941176],[95.0980392156863,115.686274509804,99.0196078431373],[22.5490196078431,58.8235294117647,42.156862745098],[18.6274509803922,58.8235294117647,45.0980392156863],[16.6666666666667,45.0980392156863,41.1764705882353],[82.3529411764706,100.980392156863,99.0196078431373],[65.6862745098039,78.4313725490196,68.6274509803922],[59.8039215686275,71.5686274509804,59.8039215686275],[80.3921568627451,93.1372549019608,86.2745098039216],[98.0392156862745,110.78431372549,103.921568627451],[77.4509803921569,90.1960784313725,80.3921568627451],[63.7254901960784,75.4901960784314,63.7254901960784],[60.7843137254902,65.6862745098039,59.8039215686275],[52.9411764705882,53.921568627451,46.078431372549],[110.78431372549,107.843137254902,89.2156862745098],[149.019607843137,143.137254901961,119.607843137255],[105.882352941176,97.0588235294118,80.3921568627451],[105.882352941176,99.0196078431373,81.3725490196078],[156.862745098039,151.960784313725,132.352941176471],[84.3137254901961,83.3333333333333,62.7450980392157],[63.7254901960784,65.6862745098039,51.9607843137255],[45.0980392156863,41.1764705882353,30.3921568627451],[80.3921568627451,63.7254901960784,55.8823529411765],[48.0392156862745,25.4901960784314,17.6470588235294],[81.3725490196078,61.7647058823529,50.9803921568627],[97.0588235294118,81.3725490196078,66.6666666666667],[65.6862745098039,54.9019607843137,37.2549019607843],[50,42.156862745098,19.6078431372549],[100,94.1176470588235,68.6274509803922],[90.1960784313725,85.2941176470588,56.8627450980392],[64.7058823529412,57.843137254902,30.3921568627451],[84.3137254901961,73.5294117647059,46.078431372549],[66.6666666666667,51.9607843137255,23.5294117647059],[50,29.4117647058824,2.94117647058824],[53.921568627451,26.4705882352941,2.94117647058824],[73.5294117647059,39.2156862745098,17.6470588235294],[78.4313725490196,41.1764705882353,20.5882352941176],[69.6078431372549,33.3333333333333,15.6862745098039],[38.2352941176471,6.86274509803922,0],[60.7843137254902,32.3529411764706,26.4705882352941],[56.8627450980392,34.3137254901961,28.4313725490196],[31.3725490196078,12.7450980392157,8.82352941176471],[18.6274509803922,4.90196078431373,4.90196078431373],[18.6274509803922,8.82352941176471,9.80392156862745],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,3.92156862745098,0],[7.84313725490196,7.84313725490196,0],[7.84313725490196,4.90196078431373,0],[7.84313725490196,4.90196078431373,0],[9.80392156862745,5.88235294117647,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,4.90196078431373,8.82352941176471],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[17.6470588235294,25.4901960784314,28.4313725490196],[15.6862745098039,25.4901960784314,27.4509803921569],[13.7254901960784,23.5294117647059,25.4901960784314],[14.7058823529412,24.5098039215686,26.4705882352941],[22.5490196078431,33.3333333333333,35.2941176470588],[29.4117647058824,41.1764705882353,41.1764705882353],[30.3921568627451,42.156862745098,42.156862745098],[30.3921568627451,44.1176470588235,44.1176470588235],[27.4509803921569,42.156862745098,39.2156862745098],[19.6078431372549,35.2941176470588,32.3529411764706],[36.2745098039216,52.9411764705882,47.0588235294118],[43.1372549019608,59.8039215686275,51.9607843137255],[44.1176470588235,60.7843137254902,52.9411764705882],[44.1176470588235,60.7843137254902,50.9803921568627],[38.2352941176471,55.8823529411765,44.1176470588235],[50.9803921568627,70.5882352941177,59.8039215686275],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,68.6274509803922],[45.0980392156863,65.6862745098039,58.8235294117647],[44.1176470588235,64.7058823529412,57.843137254902],[61.7647058823529,82.3529411764706,75.4901960784314],[56.8627450980392,77.4509803921569,70.5882352941177],[46.078431372549,66.6666666666667,59.8039215686275],[63.7254901960784,84.3137254901961,77.4509803921569],[64.7058823529412,83.3333333333333,77.4509803921569],[66.6666666666667,83.3333333333333,75.4901960784314],[95.0980392156863,110.78431372549,100.980392156863],[106.862745098039,122.549019607843,109.803921568627],[88.2352941176471,102.941176470588,84.3137254901961],[100,113.725490196078,89.2156862745098],[98.0392156862745,110.78431372549,83.3333333333333],[148.039215686275,162.745098039216,134.313725490196],[171.56862745098,189.21568627451,163.725490196078],[117.647058823529,139.21568627451,118.627450980392],[125.490196078431,147.058823529412,134.313725490196],[153.921568627451,179.411764705882,168.627450980392],[199.019607843137,228.43137254902,218.627450980392],[177.450980392157,213.725490196078,205.882352941176],[120.588235294118,168.627450980392,164.705882352941],[93.1372549019608,143.137254901961,138.235294117647],[110.78431372549,150.980392156863,143.137254901961],[144.117647058824,178.43137254902,172.549019607843],[82.3529411764706,111.764705882353,111.764705882353],[102.941176470588,132.352941176471,134.313725490196],[152.941176470588,182.352941176471,184.313725490196],[100.980392156863,135.294117647059,139.21568627451],[108.823529411765,156.862745098039,160.78431372549],[100.980392156863,150,158.823529411765],[128.43137254902,165.686274509804,186.274509803922],[114.705882352941,155.882352941176,180.392156862745],[79.4117647058823,136.274509803922,159.803921568627],[89.2156862745098,152.941176470588,174.509803921569],[86.2745098039216,146.078431372549,166.666666666667],[97.0588235294118,152.941176470588,171.56862745098],[96.078431372549,149.019607843137,160.78431372549],[103.921568627451,150,157.843137254902],[139.21568627451,174.509803921569,186.274509803922],[159.803921568627,185.294117647059,201.960784313725],[171.56862745098,186.274509803922,208.823529411765],[198.039215686275,212.745098039216,233.333333333333],[196.078431372549,217.647058823529,230.392156862745],[204.901960784314,225.490196078431,230.392156862745],[210.78431372549,225.490196078431,220.588235294118],[171.56862745098,187.254901960784,184.313725490196],[178.43137254902,207.843137254902,215.686274509804],[132.352941176471,170.588235294118,185.294117647059],[100.980392156863,143.137254901961,159.803921568627],[131.372549019608,175.490196078431,196.078431372549],[104.901960784314,151.960784313725,173.529411764706],[81.3725490196078,132.352941176471,152.941176470588],[97.0588235294118,150.980392156863,170.588235294118],[71.5686274509804,128.43137254902,142.156862745098],[43.1372549019608,100,110.78431372549],[117.647058823529,175.490196078431,183.333333333333],[118.627450980392,175.490196078431,179.411764705882],[66.6666666666667,123.529411764706,127.450980392157],[79.4117647058823,136.274509803922,140.196078431373],[84.3137254901961,140.196078431373,147.058823529412],[65.6862745098039,121.56862745098,132.352941176471],[98.0392156862745,150,157.843137254902],[107.843137254902,154.901960784314,154.901960784314],[100,145.098039215686,142.156862745098],[89.2156862745098,134.313725490196,132.352941176471],[106.862745098039,151.960784313725,151.960784313725],[127.450980392157,171.56862745098,176.470588235294],[103.921568627451,150,155.882352941176],[139.21568627451,185.294117647059,193.137254901961],[118.627450980392,164.705882352941,174.509803921569],[68.6274509803922,114.705882352941,124.509803921569],[104.901960784314,150.980392156863,160.78431372549],[154.901960784314,200.980392156863,208.823529411765],[92.156862745098,138.235294117647,144.117647058824],[77.4509803921569,124.509803921569,128.43137254902],[64.7058823529412,108.823529411765,111.764705882353],[74.5098039215686,118.627450980392,121.56862745098],[107.843137254902,143.137254901961,143.137254901961],[145.098039215686,160.78431372549,157.843137254902],[159.803921568627,165.686274509804,155.882352941176],[178.43137254902,181.372549019608,160.78431372549],[141.176470588235,140.196078431373,120.588235294118],[146.078431372549,139.21568627451,129.411764705882],[243.137254901961,232.352941176471,228.43137254902],[241.176470588235,225.490196078431,226.470588235294],[210.78431372549,193.137254901961,191.176470588235],[173.529411764706,157.843137254902,142.156862745098],[114.705882352941,106.862745098039,84.3137254901961],[120.588235294118,122.549019607843,99.0196078431373],[144.117647058824,151.960784313725,131.372549019608],[113.725490196078,119.607843137255,107.843137254902],[127.450980392157,125.490196078431,113.725490196078],[108.823529411765,92.156862745098,74.5098039215686],[150,124.509803921569,101.960784313725],[131.372549019608,100,79.4117647058823],[157.843137254902,122.549019607843,99.0196078431373],[152.941176470588,118.627450980392,89.2156862745098],[191.176470588235,157.843137254902,121.56862745098],[156.862745098039,123.529411764706,86.2745098039216],[210.78431372549,176.470588235294,139.21568627451],[171.56862745098,132.352941176471,98.0392156862745],[178.43137254902,135.294117647059,100.980392156863],[168.627450980392,120.588235294118,81.3725490196078],[204.901960784314,154.901960784314,110.78431372549],[180.392156862745,134.313725490196,81.3725490196078],[180.392156862745,136.274509803922,82.3529411764706],[191.176470588235,150,100.980392156863],[149.019607843137,110.78431372549,68.6274509803922],[101.960784313725,67.6470588235294,36.2745098039216],[139.21568627451,107.843137254902,85.2941176470588],[178.43137254902,148.039215686275,128.43137254902],[154.901960784314,138.235294117647,118.627450980392],[208.823529411765,214.705882352941,189.21568627451],[223.529411764706,239.21568627451,212.745098039216],[70.5882352941177,80.3921568627451,56.8627450980392],[78.4313725490196,83.3333333333333,63.7254901960784],[150.980392156863,150,132.352941176471],[195.098039215686,192.156862745098,175.490196078431],[130.392156862745,124.509803921569,108.823529411765],[88.2352941176471,87.2549019607843,69.6078431372549],[81.3725490196078,86.2745098039216,66.6666666666667],[109.803921568627,126.470588235294,107.843137254902],[130.392156862745,162.745098039216,142.156862745098],[90.1960784313725,123.529411764706,106.862745098039],[70.5882352941177,92.156862745098,80.3921568627451],[102.941176470588,115.686274509804,105.882352941176],[138.235294117647,147.058823529412,128.43137254902],[102.941176470588,113.725490196078,97.0588235294118],[69.6078431372549,82.3529411764706,75.4901960784314],[73.5294117647059,89.2156862745098,86.2745098039216],[53.921568627451,73.5294117647059,64.7058823529412],[83.3333333333333,98.0392156862745,93.1372549019608],[54.9019607843137,62.7450980392157,64.7058823529412],[94.1176470588235,93.1372549019608,89.2156862745098],[141.176470588235,133.333333333333,112.745098039216],[106.862745098039,93.1372549019608,66.6666666666667],[52.9411764705882,36.2745098039216,16.6666666666667],[153.921568627451,139.21568627451,120.588235294118],[114.705882352941,108.823529411765,85.2941176470588],[59.8039215686275,61.7647058823529,41.1764705882353],[63.7254901960784,73.5294117647059,62.7450980392157],[85.2941176470588,90.1960784313725,83.3333333333333],[72.5490196078431,62.7450980392157,52.9411764705882],[59.8039215686275,44.1176470588235,31.3725490196078],[57.843137254902,44.1176470588235,31.3725490196078],[69.6078431372549,57.843137254902,44.1176470588235],[20.5882352941176,11.7647058823529,0],[33.3333333333333,26.4705882352941,8.82352941176471],[80.3921568627451,73.5294117647059,54.9019607843137],[53.921568627451,46.078431372549,25.4901960784314],[57.843137254902,47.0588235294118,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[57.843137254902,40.1960784313726,16.6666666666667],[79.4117647058823,54.9019607843137,33.3333333333333],[104.901960784314,74.5098039215686,53.921568627451],[89.2156862745098,54.9019607843137,33.3333333333333],[69.6078431372549,34.3137254901961,12.7450980392157],[58.8235294117647,22.5490196078431,3.92156862745098],[27.4509803921569,0,0],[40.1960784313726,11.7647058823529,3.92156862745098],[40.1960784313726,15.6862745098039,10.7843137254902],[29.4117647058824,10.7843137254902,6.86274509803922],[25.4901960784314,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,4.90196078431373,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[9.80392156862745,5.88235294117647,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[1.96078431372549,6.86274509803922,10.7843137254902],[3.92156862745098,8.82352941176471,12.7450980392157],[6.86274509803922,13.7254901960784,19.6078431372549],[7.84313725490196,16.6666666666667,23.5294117647059],[16.6666666666667,25.4901960784314,32.3529411764706],[16.6666666666667,25.4901960784314,32.3529411764706],[11.7647058823529,22.5490196078431,26.4705882352941],[27.4509803921569,38.2352941176471,42.156862745098],[31.3725490196078,45.0980392156863,46.078431372549],[26.4705882352941,40.1960784313726,41.1764705882353],[40.1960784313726,55.8823529411765,54.9019607843137],[47.0588235294118,62.7450980392157,61.7647058823529],[54.9019607843137,73.5294117647059,69.6078431372549],[62.7450980392157,81.3725490196078,77.4509803921569],[48.0392156862745,66.6666666666667,60.7843137254902],[36.2745098039216,54.9019607843137,49.0196078431373],[44.1176470588235,64.7058823529412,57.843137254902],[56.8627450980392,77.4509803921569,68.6274509803922],[68.6274509803922,89.2156862745098,82.3529411764706],[54.9019607843137,77.4509803921569,71.5686274509804],[45.0980392156863,69.6078431372549,65.6862745098039],[38.2352941176471,62.7450980392157,56.8627450980392],[48.0392156862745,70.5882352941177,62.7450980392157],[53.921568627451,76.4705882352941,68.6274509803922],[49.0196078431373,71.5686274509804,63.7254901960784],[57.843137254902,80.3921568627451,72.5490196078431],[75.4901960784314,96.078431372549,89.2156862745098],[61.7647058823529,80.3921568627451,74.5098039215686],[68.6274509803922,88.2352941176471,79.4117647058823],[73.5294117647059,90.1960784313725,80.3921568627451],[71.5686274509804,88.2352941176471,72.5490196078431],[78.4313725490196,93.1372549019608,72.5490196078431],[116.666666666667,130.392156862745,104.901960784314],[158.823529411765,171.56862745098,142.156862745098],[207.843137254902,222.549019607843,192.156862745098],[145.098039215686,164.705882352941,140.196078431373],[139.21568627451,161.764705882353,142.156862745098],[100,121.56862745098,108.823529411765],[90.1960784313725,116.666666666667,107.843137254902],[133.333333333333,167.647058823529,161.764705882353],[129.411764705882,169.607843137255,163.725490196078],[82.3529411764706,128.43137254902,122.549019607843],[95.0980392156863,141.176470588235,133.333333333333],[127.450980392157,169.607843137255,162.745098039216],[98.0392156862745,134.313725490196,127.450980392157],[107.843137254902,134.313725490196,129.411764705882],[142.156862745098,166.666666666667,163.725490196078],[178.43137254902,205.882352941176,206.862745098039],[127.450980392157,160.78431372549,161.764705882353],[139.21568627451,182.352941176471,183.333333333333],[105.882352941176,152.941176470588,156.862745098039],[126.470588235294,164.705882352941,179.411764705882],[100.980392156863,143.137254901961,161.764705882353],[92.156862745098,143.137254901961,164.705882352941],[104.901960784314,161.764705882353,183.333333333333],[96.078431372549,152.941176470588,174.509803921569],[97.0588235294118,154.901960784314,172.549019607843],[98.0392156862745,156.862745098039,167.647058823529],[102.941176470588,155.882352941176,165.686274509804],[109.803921568627,155.882352941176,165.686274509804],[144.117647058824,180.392156862745,196.078431372549],[179.411764705882,203.921568627451,225.490196078431],[186.274509803922,203.921568627451,225.490196078431],[166.666666666667,185.294117647059,199.019607843137],[162.745098039216,179.411764705882,186.274509803922],[193.137254901961,204.901960784314,200.980392156863],[178.43137254902,194.117647058824,191.176470588235],[161.764705882353,190.196078431373,194.117647058824],[137.254901960784,172.549019607843,184.313725490196],[213.725490196078,250,250],[169.607843137255,211.764705882353,228.43137254902],[98.0392156862745,144.117647058824,163.725490196078],[94.1176470588235,144.117647058824,162.745098039216],[126.470588235294,178.43137254902,196.078431372549],[92.156862745098,144.117647058824,159.803921568627],[72.5490196078431,125.490196078431,137.254901960784],[127.450980392157,181.372549019608,188.235294117647],[113.725490196078,167.647058823529,170.588235294118],[77.4509803921569,134.313725490196,136.274509803922],[72.5490196078431,129.411764705882,133.333333333333],[69.6078431372549,125.490196078431,134.313725490196],[69.6078431372549,126.470588235294,137.254901960784],[71.5686274509804,125.490196078431,132.352941176471],[92.156862745098,139.21568627451,139.21568627451],[103.921568627451,148.039215686275,143.137254901961],[77.4509803921569,122.549019607843,119.607843137255],[104.901960784314,150,150],[162.745098039216,206.862745098039,209.803921568627],[115.686274509804,159.803921568627,164.705882352941],[143.137254901961,187.254901960784,193.137254901961],[145.098039215686,191.176470588235,199.019607843137],[112.745098039216,158.823529411765,166.666666666667],[70.5882352941177,113.725490196078,122.549019607843],[123.529411764706,167.647058823529,173.529411764706],[108.823529411765,152.941176470588,157.843137254902],[95.0980392156863,139.21568627451,142.156862745098],[76.4705882352941,119.607843137255,120.588235294118],[48.0392156862745,91.1764705882353,92.156862745098],[103.921568627451,137.254901960784,136.274509803922],[138.235294117647,154.901960784314,149.019607843137],[158.823529411765,164.705882352941,154.901960784314],[183.333333333333,187.254901960784,172.549019607843],[155.882352941176,156.862745098039,143.137254901961],[206.862745098039,198.039215686275,191.176470588235],[245.098039215686,231.372549019608,230.392156862745],[250,242.156862745098,242.156862745098],[235.294117647059,224.509803921569,222.549019607843],[155.882352941176,152.941176470588,138.235294117647],[98.0392156862745,100.980392156863,80.3921568627451],[90.1960784313725,98.0392156862745,77.4509803921569],[117.647058823529,125.490196078431,104.901960784314],[150.980392156863,152.941176470588,139.21568627451],[79.4117647058823,73.5294117647059,57.843137254902],[120.588235294118,108.823529411765,87.2549019607843],[151.960784313725,130.392156862745,107.843137254902],[196.078431372549,160.78431372549,145.098039215686],[180.392156862745,143.137254901961,124.509803921569],[169.607843137255,135.294117647059,103.921568627451],[217.647058823529,185.294117647059,145.098039215686],[183.333333333333,151.960784313725,105.882352941176],[226.470588235294,195.098039215686,149.019607843137],[177.450980392157,141.176470588235,100],[103.921568627451,62.7450980392157,25.4901960784314],[176.470588235294,128.43137254902,96.078431372549],[193.137254901961,144.117647058824,107.843137254902],[159.803921568627,111.764705882353,69.6078431372549],[144.117647058824,99.0196078431373,50.9803921568627],[191.176470588235,150,100.980392156863],[188.235294117647,150.980392156863,104.901960784314],[174.509803921569,140.196078431373,100.980392156863],[116.666666666667,84.3137254901961,51.9607843137255],[181.372549019608,150,125.490196078431],[250,229.411764705882,206.862745098039],[207.843137254902,205.882352941176,181.372549019608],[249.019607843137,250,231.372549019608],[149.019607843137,150,132.352941176471],[107.843137254902,105.882352941176,91.1764705882353],[184.313725490196,182.352941176471,169.607843137255],[192.156862745098,190.196078431373,177.450980392157],[213.725490196078,210.78431372549,196.078431372549],[87.2549019607843,84.3137254901961,67.6470588235294],[88.2352941176471,85.2941176470588,68.6274509803922],[117.647058823529,122.549019607843,102.941176470588],[160.78431372549,178.43137254902,154.901960784314],[130.392156862745,151.960784313725,129.411764705882],[161.764705882353,173.529411764706,153.921568627451],[146.078431372549,152.941176470588,135.294117647059],[75.4901960784314,85.2941176470588,61.7647058823529],[68.6274509803922,80.3921568627451,60.7843137254902],[45.0980392156863,57.843137254902,49.0196078431373],[45.0980392156863,61.7647058823529,55.8823529411765],[70.5882352941177,87.2549019607843,77.4509803921569],[100,112.745098039216,105.882352941176],[36.2745098039216,40.1960784313726,41.1764705882353],[146.078431372549,142.156862745098,139.21568627451],[242.156862745098,231.372549019608,209.803921568627],[224.509803921569,208.823529411765,183.333333333333],[174.509803921569,156.862745098039,137.254901960784],[113.725490196078,99.0196078431373,80.3921568627451],[62.7450980392157,56.8627450980392,33.3333333333333],[65.6862745098039,68.6274509803922,48.0392156862745],[36.2745098039216,48.0392156862745,36.2745098039216],[44.1176470588235,53.921568627451,45.0980392156863],[57.843137254902,55.8823529411765,43.1372549019608],[73.5294117647059,64.7058823529412,50],[72.5490196078431,63.7254901960784,49.0196078431373],[27.4509803921569,20.5882352941176,4.90196078431373],[28.4313725490196,21.5686274509804,5.88235294117647],[97.0588235294118,90.1960784313725,74.5098039215686],[50.9803921568627,42.156862745098,27.4509803921569],[29.4117647058824,17.6470588235294,1.96078431372549],[56.8627450980392,41.1764705882353,25.4901960784314],[51.9607843137255,33.3333333333333,16.6666666666667],[50,27.4509803921569,9.80392156862745],[70.5882352941177,44.1176470588235,25.4901960784314],[113.725490196078,83.3333333333333,63.7254901960784],[106.862745098039,72.5490196078431,50.9803921568627],[83.3333333333333,48.0392156862745,24.5098039215686],[50.9803921568627,14.7058823529412,0],[45.0980392156863,13.7254901960784,0.980392156862745],[49.0196078431373,20.5882352941176,12.7450980392157],[45.0980392156863,20.5882352941176,15.6862745098039],[39.2156862745098,20.5882352941176,16.6666666666667],[33.3333333333333,19.6078431372549,18.6274509803922],[17.6470588235294,7.84313725490196,6.86274509803922],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[11.7647058823529,3.92156862745098,1.96078431372549],[8.82352941176471,0.980392156862745,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,20.5882352941176],[6.86274509803922,15.6862745098039,24.5098039215686],[9.80392156862745,17.6470588235294,28.4313725490196],[16.6666666666667,26.4705882352941,35.2941176470588],[13.7254901960784,23.5294117647059,32.3529411764706],[20.5882352941176,31.3725490196078,37.2549019607843],[24.5098039215686,38.2352941176471,41.1764705882353],[20.5882352941176,34.3137254901961,37.2549019607843],[31.3725490196078,47.0588235294118,47.0588235294118],[34.3137254901961,51.9607843137255,51.9607843137255],[57.843137254902,77.4509803921569,75.4901960784314],[55.8823529411765,75.4901960784314,73.5294117647059],[44.1176470588235,64.7058823529412,59.8039215686275],[43.1372549019608,63.7254901960784,58.8235294117647],[45.0980392156863,65.6862745098039,60.7843137254902],[50.9803921568627,71.5686274509804,66.6666666666667],[52.9411764705882,75.4901960784314,69.6078431372549],[45.0980392156863,69.6078431372549,65.6862745098039],[45.0980392156863,69.6078431372549,65.6862745098039],[43.1372549019608,67.6470588235294,61.7647058823529],[29.4117647058824,53.921568627451,48.0392156862745],[36.2745098039216,60.7843137254902,54.9019607843137],[53.921568627451,76.4705882352941,70.5882352941177],[54.9019607843137,77.4509803921569,71.5686274509804],[64.7058823529412,85.2941176470588,80.3921568627451],[84.3137254901961,102.941176470588,97.0588235294118],[52.9411764705882,69.6078431372549,61.7647058823529],[80.3921568627451,96.078431372549,85.2941176470588],[97.0588235294118,110.78431372549,96.078431372549],[100,112.745098039216,93.1372549019608],[151.960784313725,165.686274509804,140.196078431373],[202.941176470588,216.666666666667,184.313725490196],[172.549019607843,185.294117647059,155.882352941176],[138.235294117647,151.960784313725,129.411764705882],[151.960784313725,168.627450980392,150.980392156863],[127.450980392157,151.960784313725,133.333333333333],[102.941176470588,134.313725490196,121.56862745098],[81.3725490196078,125.490196078431,118.627450980392],[106.862745098039,152.941176470588,147.058823529412],[126.470588235294,162.745098039216,154.901960784314],[196.078431372549,228.43137254902,219.607843137255],[183.333333333333,217.647058823529,211.764705882353],[114.705882352941,145.098039215686,139.21568627451],[170.588235294118,192.156862745098,179.411764705882],[154.901960784314,176.470588235294,163.725490196078],[127.450980392157,156.862745098039,149.019607843137],[117.647058823529,149.019607843137,146.078431372549],[152.941176470588,187.254901960784,183.333333333333],[140.196078431373,175.490196078431,173.529411764706],[113.725490196078,150.980392156863,151.960784313725],[130.392156862745,167.647058823529,178.43137254902],[134.313725490196,175.490196078431,197.058823529412],[96.078431372549,145.098039215686,171.56862745098],[87.2549019607843,147.058823529412,174.509803921569],[90.1960784313725,156.862745098039,179.411764705882],[87.2549019607843,150.980392156863,168.627450980392],[95.0980392156863,153.921568627451,164.705882352941],[91.1764705882353,143.137254901961,150.980392156863],[91.1764705882353,134.313725490196,143.137254901961],[168.627450980392,203.921568627451,215.686274509804],[154.901960784314,180.392156862745,193.137254901961],[174.509803921569,190.196078431373,202.941176470588],[186.274509803922,199.019607843137,207.843137254902],[177.450980392157,193.137254901961,193.137254901961],[165.686274509804,187.254901960784,185.294117647059],[146.078431372549,175.490196078431,177.450980392157],[188.235294117647,222.549019607843,228.43137254902],[190.196078431373,227.450980392157,238.235294117647],[127.450980392157,168.627450980392,182.352941176471],[117.647058823529,162.745098039216,178.43137254902],[123.529411764706,169.607843137255,187.254901960784],[131.372549019608,179.411764705882,196.078431372549],[113.725490196078,164.705882352941,178.43137254902],[82.3529411764706,133.333333333333,144.117647058824],[100.980392156863,152.941176470588,160.78431372549],[81.3725490196078,133.333333333333,137.254901960784],[59.8039215686275,113.725490196078,116.666666666667],[63.7254901960784,120.588235294118,124.509803921569],[63.7254901960784,121.56862745098,129.411764705882],[62.7450980392157,121.56862745098,131.372549019608],[70.5882352941177,126.470588235294,133.333333333333],[108.823529411765,155.882352941176,155.882352941176],[78.4313725490196,122.549019607843,119.607843137255],[114.705882352941,157.843137254902,156.862745098039],[121.56862745098,164.705882352941,165.686274509804],[145.098039215686,188.235294117647,191.176470588235],[157.843137254902,200,205.882352941176],[145.098039215686,187.254901960784,194.117647058824],[149.019607843137,191.176470588235,200],[152.941176470588,195.098039215686,203.921568627451],[114.705882352941,156.862745098039,165.686274509804],[104.901960784314,147.058823529412,153.921568627451],[145.098039215686,187.254901960784,193.137254901961],[123.529411764706,166.666666666667,169.607843137255],[68.6274509803922,108.823529411765,110.78431372549],[81.3725490196078,122.549019607843,121.56862745098],[91.1764705882353,125.490196078431,121.56862745098],[90.1960784313725,106.862745098039,97.0588235294118],[133.333333333333,141.176470588235,130.392156862745],[214.705882352941,220.588235294118,210.78431372549],[200,197.058823529412,190.196078431373],[238.235294117647,227.450980392157,225.490196078431],[230.392156862745,214.705882352941,215.686274509804],[208.823529411765,197.058823529412,197.058823529412],[240.196078431373,237.254901960784,232.352941176471],[188.235294117647,198.039215686275,187.254901960784],[107.843137254902,121.56862745098,104.901960784314],[103.921568627451,114.705882352941,98.0392156862745],[102.941176470588,106.862745098039,90.1960784313725],[115.686274509804,108.823529411765,91.1764705882353],[125.490196078431,114.705882352941,97.0588235294118],[104.901960784314,97.0588235294118,74.5098039215686],[120.588235294118,103.921568627451,84.3137254901961],[179.411764705882,143.137254901961,135.294117647059],[194.117647058824,152.941176470588,141.176470588235],[172.549019607843,137.254901960784,105.882352941176],[208.823529411765,177.450980392157,131.372549019608],[191.176470588235,162.745098039216,107.843137254902],[161.764705882353,133.333333333333,78.4313725490196],[213.725490196078,180.392156862745,135.294117647059],[177.450980392157,139.21568627451,100.980392156863],[111.764705882353,65.6862745098039,36.2745098039216],[194.117647058824,145.098039215686,118.627450980392],[204.901960784314,156.862745098039,124.509803921569],[176.470588235294,129.411764705882,90.1960784313725],[185.294117647059,143.137254901961,99.0196078431373],[135.294117647059,100,52.9411764705882],[242.156862745098,210.78431372549,164.705882352941],[184.313725490196,152.941176470588,112.745098039216],[94.1176470588235,61.7647058823529,31.3725490196078],[191.176470588235,163.725490196078,140.196078431373],[231.372549019608,215.686274509804,191.176470588235],[226.470588235294,213.725490196078,195.098039215686],[246.078431372549,229.411764705882,219.607843137255],[232.352941176471,219.607843137255,211.764705882353],[214.705882352941,211.764705882353,202.941176470588],[173.529411764706,173.529411764706,163.725490196078],[187.254901960784,185.294117647059,173.529411764706],[159.803921568627,151.960784313725,139.21568627451],[74.5098039215686,56.8627450980392,43.1372549019608],[131.372549019608,114.705882352941,99.0196078431373],[184.313725490196,179.411764705882,157.843137254902],[114.705882352941,114.705882352941,89.2156862745098],[98.0392156862745,96.078431372549,71.5686274509804],[103.921568627451,105.882352941176,82.3529411764706],[78.4313725490196,90.1960784313725,68.6274509803922],[96.078431372549,112.745098039216,95.0980392156863],[121.56862745098,137.254901960784,127.450980392157],[26.4705882352941,37.2549019607843,29.4117647058824],[54.9019607843137,62.7450980392157,48.0392156862745],[127.450980392157,129.411764705882,116.666666666667],[161.764705882353,156.862745098039,153.921568627451],[150.980392156863,142.156862745098,137.254901960784],[131.372549019608,120.588235294118,100.980392156863],[159.803921568627,148.039215686275,124.509803921569],[131.372549019608,117.647058823529,104.901960784314],[61.7647058823529,51.9607843137255,40.1960784313726],[70.5882352941177,68.6274509803922,48.0392156862745],[50,53.921568627451,31.3725490196078],[51.9607843137255,60.7843137254902,44.1176470588235],[56.8627450980392,64.7058823529412,50],[73.5294117647059,76.4705882352941,57.843137254902],[45.0980392156863,44.1176470588235,24.5098039215686],[59.8039215686275,58.8235294117647,41.1764705882353],[22.5490196078431,19.6078431372549,2.94117647058824],[76.4705882352941,70.5882352941177,56.8627450980392],[109.803921568627,100,88.2352941176471],[38.2352941176471,26.4705882352941,14.7058823529412],[57.843137254902,41.1764705882353,31.3725490196078],[58.8235294117647,39.2156862745098,28.4313725490196],[53.921568627451,30.3921568627451,18.6274509803922],[50.9803921568627,23.5294117647059,9.80392156862745],[56.8627450980392,25.4901960784314,10.7843137254902],[107.843137254902,75.4901960784314,56.8627450980392],[132.352941176471,98.0392156862745,76.4705882352941],[111.764705882353,76.4705882352941,52.9411764705882],[37.2549019607843,2.94117647058824,0],[41.1764705882353,7.84313725490196,0],[44.1176470588235,14.7058823529412,6.86274509803922],[43.1372549019608,18.6274509803922,11.7647058823529],[46.078431372549,25.4901960784314,20.5882352941176],[46.078431372549,30.3921568627451,30.3921568627451],[29.4117647058824,19.6078431372549,18.6274509803922],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,3.92156862745098,8.82352941176471],[7.84313725490196,1.96078431372549,5.88235294117647],[3.92156862745098,0,1.96078431372549],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[0,5.88235294117647,11.7647058823529],[0.980392156862745,9.80392156862745,16.6666666666667],[0,8.82352941176471,17.6470588235294],[0,1.96078431372549,11.7647058823529],[11.7647058823529,21.5686274509804,30.3921568627451],[17.6470588235294,30.3921568627451,38.2352941176471],[12.7450980392157,25.4901960784314,31.3725490196078],[26.4705882352941,41.1764705882353,44.1176470588235],[33.3333333333333,48.0392156862745,50.9803921568627],[31.3725490196078,49.0196078431373,49.0196078431373],[24.5098039215686,42.156862745098,42.156862745098],[48.0392156862745,67.6470588235294,66.6666666666667],[34.3137254901961,53.921568627451,51.9607843137255],[39.2156862745098,58.8235294117647,56.8627450980392],[58.8235294117647,80.3921568627451,77.4509803921569],[51.9607843137255,73.5294117647059,70.5882352941177],[48.0392156862745,69.6078431372549,66.6666666666667],[49.0196078431373,70.5882352941177,67.6470588235294],[47.0588235294118,71.5686274509804,68.6274509803922],[38.2352941176471,62.7450980392157,59.8039215686275],[36.2745098039216,60.7843137254902,56.8627450980392],[26.4705882352941,50.9803921568627,45.0980392156863],[59.8039215686275,82.3529411764706,76.4705882352941],[74.5098039215686,95.0980392156863,88.2352941176471],[46.078431372549,66.6666666666667,59.8039215686275],[73.5294117647059,93.1372549019608,84.3137254901961],[79.4117647058823,96.078431372549,86.2745098039216],[71.5686274509804,87.2549019607843,74.5098039215686],[53.921568627451,67.6470588235294,50.9803921568627],[59.8039215686275,74.5098039215686,53.921568627451],[149.019607843137,162.745098039216,138.235294117647],[165.686274509804,178.43137254902,149.019607843137],[152.941176470588,166.666666666667,132.352941176471],[163.725490196078,178.43137254902,148.039215686275],[195.098039215686,211.764705882353,194.117647058824],[195.098039215686,216.666666666667,203.921568627451],[98.0392156862745,125.490196078431,110.78431372549],[119.607843137255,156.862745098039,142.156862745098],[104.901960784314,150.980392156863,143.137254901961],[100,146.078431372549,138.235294117647],[138.235294117647,170.588235294118,161.764705882353],[177.450980392157,206.862745098039,197.058823529412],[151.960784313725,182.352941176471,176.470588235294],[136.274509803922,165.686274509804,157.843137254902],[143.137254901961,164.705882352941,151.960784313725],[159.803921568627,181.372549019608,168.627450980392],[180.392156862745,209.803921568627,200],[148.039215686275,180.392156862745,173.529411764706],[122.549019607843,152.941176470588,147.058823529412],[137.254901960784,167.647058823529,162.745098039216],[124.509803921569,159.803921568627,155.882352941176],[202.941176470588,242.156862745098,244.117647058824],[213.725490196078,250,250],[103.921568627451,149.019607843137,171.56862745098],[82.3529411764706,139.21568627451,162.745098039216],[86.2745098039216,149.019607843137,173.529411764706],[79.4117647058823,144.117647058824,165.686274509804],[94.1176470588235,155.882352941176,172.549019607843],[101.960784313725,154.901960784314,164.705882352941],[122.549019607843,170.588235294118,177.450980392157],[105.882352941176,149.019607843137,157.843137254902],[118.627450980392,151.960784313725,160.78431372549],[177.450980392157,195.098039215686,204.901960784314],[210.78431372549,220.588235294118,229.411764705882],[187.254901960784,201.960784313725,204.901960784314],[147.058823529412,166.666666666667,167.647058823529],[165.686274509804,193.137254901961,194.117647058824],[179.411764705882,211.764705882353,216.666666666667],[153.921568627451,193.137254901961,200.980392156863],[156.862745098039,200,210.78431372549],[88.2352941176471,130.392156862745,146.078431372549],[175.490196078431,217.647058823529,233.333333333333],[148.039215686275,185.294117647059,198.039215686275],[145.098039215686,180.392156862745,192.156862745098],[128.43137254902,166.666666666667,173.529411764706],[85.2941176470588,128.43137254902,131.372549019608],[70.5882352941177,120.588235294118,121.56862745098],[63.7254901960784,120.588235294118,121.56862745098],[77.4509803921569,135.294117647059,139.21568627451],[63.7254901960784,121.56862745098,125.490196078431],[48.0392156862745,101.960784313725,106.862745098039],[111.764705882353,161.764705882353,165.686274509804],[168.627450980392,215.686274509804,215.686274509804],[121.56862745098,166.666666666667,164.705882352941],[68.6274509803922,116.666666666667,113.725490196078],[103.921568627451,149.019607843137,149.019607843137],[118.627450980392,158.823529411765,160.78431372549],[105.882352941176,146.078431372549,150],[107.843137254902,151.960784313725,157.843137254902],[86.2745098039216,132.352941176471,140.196078431373],[98.0392156862745,141.176470588235,151.960784313725],[115.686274509804,158.823529411765,171.56862745098],[115.686274509804,161.764705882353,171.56862745098],[92.156862745098,136.274509803922,142.156862745098],[115.686274509804,158.823529411765,161.764705882353],[108.823529411765,148.039215686275,148.039215686275],[96.078431372549,134.313725490196,131.372549019608],[87.2549019607843,117.647058823529,111.764705882353],[132.352941176471,148.039215686275,138.235294117647],[142.156862745098,148.039215686275,138.235294117647],[188.235294117647,189.21568627451,183.333333333333],[227.450980392157,222.549019607843,218.627450980392],[244.117647058824,230.392156862745,229.411764705882],[225.490196078431,209.803921568627,209.803921568627],[195.098039215686,182.352941176471,176.470588235294],[177.450980392157,174.509803921569,165.686274509804],[191.176470588235,202.941176470588,189.21568627451],[140.196078431373,153.921568627451,137.254901960784],[132.352941176471,137.254901960784,117.647058823529],[167.647058823529,165.686274509804,145.098039215686],[135.294117647059,122.549019607843,103.921568627451],[211.764705882353,197.058823529412,174.509803921569],[112.745098039216,100.980392156863,75.4901960784314],[89.2156862745098,71.5686274509804,50],[168.627450980392,132.352941176471,123.529411764706],[220.588235294118,179.411764705882,165.686274509804],[224.509803921569,186.274509803922,153.921568627451],[204.901960784314,173.529411764706,127.450980392157],[179.411764705882,153.921568627451,98.0392156862745],[153.921568627451,128.43137254902,72.5490196078431],[182.352941176471,150.980392156863,102.941176470588],[221.56862745098,184.313725490196,146.078431372549],[145.098039215686,101.960784313725,73.5294117647059],[124.509803921569,79.4117647058823,53.921568627451],[199.019607843137,154.901960784314,124.509803921569],[189.21568627451,148.039215686275,110.78431372549],[195.098039215686,154.901960784314,111.764705882353],[164.705882352941,127.450980392157,79.4117647058823],[177.450980392157,146.078431372549,96.078431372549],[173.529411764706,146.078431372549,99.0196078431373],[145.098039215686,115.686274509804,78.4313725490196],[184.313725490196,157.843137254902,128.43137254902],[240.196078431373,216.666666666667,189.21568627451],[205.882352941176,184.313725490196,161.764705882353],[174.509803921569,151.960784313725,138.235294117647],[179.411764705882,159.803921568627,150.980392156863],[206.862745098039,199.019607843137,186.274509803922],[175.490196078431,172.549019607843,157.843137254902],[166.666666666667,160.78431372549,145.098039215686],[210.78431372549,198.039215686275,182.352941176471],[149.019607843137,123.529411764706,108.823529411765],[129.411764705882,102.941176470588,84.3137254901961],[169.607843137255,152.941176470588,127.450980392157],[125.490196078431,114.705882352941,85.2941176470588],[87.2549019607843,81.3725490196078,50],[45.0980392156863,48.0392156862745,17.6470588235294],[101.960784313725,117.647058823529,91.1764705882353],[121.56862745098,140.196078431373,120.588235294118],[108.823529411765,120.588235294118,106.862745098039],[68.6274509803922,74.5098039215686,60.7843137254902],[38.2352941176471,40.1960784313726,19.6078431372549],[121.56862745098,116.666666666667,97.0588235294118],[163.725490196078,155.882352941176,143.137254901961],[91.1764705882353,81.3725490196078,69.6078431372549],[77.4509803921569,66.6666666666667,47.0588235294118],[110.78431372549,100,80.3921568627451],[109.803921568627,97.0588235294118,89.2156862745098],[62.7450980392157,51.9607843137255,46.078431372549],[36.2745098039216,33.3333333333333,16.6666666666667],[47.0588235294118,49.0196078431373,28.4313725490196],[42.156862745098,50,27.4509803921569],[50.9803921568627,60.7843137254902,37.2549019607843],[71.5686274509804,76.4705882352941,53.921568627451],[59.8039215686275,63.7254901960784,41.1764705882353],[46.078431372549,45.0980392156863,24.5098039215686],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,74.5098039215686,57.843137254902],[81.3725490196078,68.6274509803922,52.9411764705882],[61.7647058823529,46.078431372549,33.3333333333333],[40.1960784313726,22.5490196078431,12.7450980392157],[67.6470588235294,48.0392156862745,39.2156862745098],[57.843137254902,36.2745098039216,25.4901960784314],[63.7254901960784,40.1960784313726,28.4313725490196],[60.7843137254902,33.3333333333333,19.6078431372549],[87.2549019607843,56.8627450980392,39.2156862745098],[109.803921568627,78.4313725490196,55.8823529411765],[124.509803921569,89.2156862745098,63.7254901960784],[70.5882352941177,35.2941176470588,11.7647058823529],[49.0196078431373,16.6666666666667,1.96078431372549],[41.1764705882353,13.7254901960784,2.94117647058824],[27.4509803921569,2.94117647058824,0],[23.5294117647059,4.90196078431373,0],[29.4117647058824,15.6862745098039,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,3.92156862745098,0.980392156862745],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,3.92156862745098],[8.82352941176471,2.94117647058824,6.86274509803922],[5.88235294117647,0,3.92156862745098],[12.7450980392157,6.86274509803922,10.7843137254902],[10.7843137254902,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,1.96078431372549,6.86274509803922],[0.980392156862745,5.88235294117647,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0.980392156862745,7.84313725490196,13.7254901960784],[0,1.96078431372549,6.86274509803922],[60.7843137254902,73.5294117647059,79.4117647058823],[109.803921568627,122.549019607843,128.43137254902],[0,2.94117647058824,8.82352941176471],[9.80392156862745,24.5098039215686,29.4117647058824],[24.5098039215686,39.2156862745098,42.156862745098],[29.4117647058824,47.0588235294118,49.0196078431373],[29.4117647058824,47.0588235294118,49.0196078431373],[31.3725490196078,49.0196078431373,49.0196078431373],[20.5882352941176,38.2352941176471,38.2352941176471],[49.0196078431373,67.6470588235294,65.6862745098039],[64.7058823529412,84.3137254901961,82.3529411764706],[62.7450980392157,82.3529411764706,80.3921568627451],[53.921568627451,73.5294117647059,71.5686274509804],[45.0980392156863,64.7058823529412,62.7450980392157],[48.0392156862745,68.6274509803922,63.7254901960784],[61.7647058823529,81.3725490196078,79.4117647058823],[50.9803921568627,71.5686274509804,72.5490196078431],[43.1372549019608,63.7254901960784,64.7058823529412],[44.1176470588235,63.7254901960784,61.7647058823529],[71.5686274509804,92.156862745098,87.2549019607843],[75.4901960784314,94.1176470588235,88.2352941176471],[69.6078431372549,86.2745098039216,78.4313725490196],[50.9803921568627,66.6666666666667,55.8823529411765],[53.921568627451,67.6470588235294,52.9411764705882],[51.9607843137255,66.6666666666667,48.0392156862745],[77.4509803921569,90.1960784313725,70.5882352941177],[83.3333333333333,95.0980392156863,71.5686274509804],[84.3137254901961,97.0588235294118,69.6078431372549],[136.274509803922,150,117.647058823529],[163.725490196078,177.450980392157,143.137254901961],[180.392156862745,194.117647058824,158.823529411765],[157.843137254902,176.470588235294,147.058823529412],[134.313725490196,161.764705882353,148.039215686275],[67.6470588235294,101.960784313725,96.078431372549],[75.4901960784314,111.764705882353,103.921568627451],[82.3529411764706,121.56862745098,110.78431372549],[102.941176470588,144.117647058824,134.313725490196],[100.980392156863,142.156862745098,132.352941176471],[124.509803921569,159.803921568627,150],[163.725490196078,194.117647058824,186.274509803922],[158.823529411765,187.254901960784,182.352941176471],[150.980392156863,177.450980392157,172.549019607843],[143.137254901961,165.686274509804,159.803921568627],[183.333333333333,207.843137254902,201.960784313725],[141.176470588235,169.607843137255,164.705882352941],[123.529411764706,154.901960784314,150],[166.666666666667,199.019607843137,192.156862745098],[147.058823529412,181.372549019608,175.490196078431],[127.450980392157,162.745098039216,158.823529411765],[135.294117647059,174.509803921569,174.509803921569],[124.509803921569,166.666666666667,175.490196078431],[109.803921568627,151.960784313725,167.647058823529],[134.313725490196,179.411764705882,194.117647058824],[104.901960784314,154.901960784314,171.56862745098],[82.3529411764706,141.176470588235,164.705882352941],[87.2549019607843,148.039215686275,168.627450980392],[116.666666666667,169.607843137255,181.372549019608],[101.960784313725,150.980392156863,159.803921568627],[89.2156862745098,140.196078431373,152.941176470588],[110.78431372549,153.921568627451,164.705882352941],[174.509803921569,199.019607843137,203.921568627451],[175.490196078431,190.196078431373,193.137254901961],[209.803921568627,220.588235294118,222.549019607843],[155.882352941176,169.607843137255,170.588235294118],[177.450980392157,196.078431372549,200],[192.156862745098,220.588235294118,226.470588235294],[162.745098039216,206.862745098039,212.745098039216],[111.764705882353,160.78431372549,169.607843137255],[81.3725490196078,127.450980392157,137.254901960784],[173.529411764706,209.803921568627,217.647058823529],[183.333333333333,201.960784313725,207.843137254902],[177.450980392157,188.235294117647,192.156862745098],[177.450980392157,191.176470588235,192.156862745098],[137.254901960784,165.686274509804,163.725490196078],[81.3725490196078,130.392156862745,127.450980392157],[89.2156862745098,152.941176470588,149.019607843137],[102.941176470588,167.647058823529,165.686274509804],[48.0392156862745,106.862745098039,104.901960784314],[67.6470588235294,110.78431372549,109.803921568627],[106.862745098039,146.078431372549,146.078431372549],[184.313725490196,227.450980392157,230.392156862745],[104.901960784314,152.941176470588,156.862745098039],[24.5098039215686,77.4509803921569,77.4509803921569],[89.2156862745098,138.235294117647,137.254901960784],[185.294117647059,217.647058823529,222.549019607843],[142.156862745098,175.490196078431,184.313725490196],[86.2745098039216,135.294117647059,142.156862745098],[84.3137254901961,137.254901960784,147.058823529412],[95.0980392156863,143.137254901961,159.803921568627],[84.3137254901961,131.372549019608,150.980392156863],[99.0196078431373,149.019607843137,165.686274509804],[77.4509803921569,125.490196078431,139.21568627451],[67.6470588235294,111.764705882353,117.647058823529],[103.921568627451,141.176470588235,142.156862745098],[79.4117647058823,109.803921568627,104.901960784314],[117.647058823529,136.274509803922,130.392156862745],[182.352941176471,188.235294117647,184.313725490196],[187.254901960784,184.313725490196,179.411764705882],[249.019607843137,242.156862745098,234.313725490196],[248.039215686275,237.254901960784,231.372549019608],[188.235294117647,177.450980392157,173.529411764706],[192.156862745098,179.411764705882,171.56862745098],[195.098039215686,179.411764705882,164.705882352941],[152.941176470588,142.156862745098,122.549019607843],[193.137254901961,192.156862745098,172.549019607843],[202.941176470588,201.960784313725,181.372549019608],[136.274509803922,126.470588235294,100],[153.921568627451,140.196078431373,111.764705882353],[237.254901960784,221.56862745098,196.078431372549],[208.823529411765,189.21568627451,164.705882352941],[141.176470588235,120.588235294118,92.156862745098],[151.960784313725,125.490196078431,99.0196078431373],[98.0392156862745,66.6666666666667,46.078431372549],[171.56862745098,134.313725490196,113.725490196078],[234.313725490196,194.117647058824,164.705882352941],[225.490196078431,188.235294117647,150],[223.529411764706,196.078431372549,150],[181.372549019608,155.882352941176,107.843137254902],[160.78431372549,127.450980392157,83.3333333333333],[176.470588235294,138.235294117647,100],[190.196078431373,148.039215686275,114.705882352941],[118.627450980392,78.4313725490196,47.0588235294118],[220.588235294118,185.294117647059,150],[207.843137254902,173.529411764706,134.313725490196],[178.43137254902,136.274509803922,94.1176470588235],[167.647058823529,126.470588235294,77.4509803921569],[189.21568627451,157.843137254902,101.960784313725],[193.137254901961,166.666666666667,112.745098039216],[172.549019607843,150,106.862745098039],[180.392156862745,158.823529411765,118.627450980392],[227.450980392157,205.882352941176,165.686274509804],[169.607843137255,147.058823529412,113.725490196078],[165.686274509804,141.176470588235,119.607843137255],[199.019607843137,176.470588235294,158.823529411765],[197.058823529412,181.372549019608,156.862745098039],[128.43137254902,114.705882352941,88.2352941176471],[145.098039215686,130.392156862745,101.960784313725],[204.901960784314,185.294117647059,158.823529411765],[161.764705882353,136.274509803922,113.725490196078],[108.823529411765,83.3333333333333,58.8235294117647],[134.313725490196,116.666666666667,81.3725490196078],[142.156862745098,133.333333333333,95.0980392156863],[135.294117647059,131.372549019608,95.0980392156863],[149.019607843137,154.901960784314,119.607843137255],[41.1764705882353,57.843137254902,22.5490196078431],[81.3725490196078,100,68.6274509803922],[160.78431372549,168.627450980392,145.098039215686],[154.901960784314,153.921568627451,133.333333333333],[78.4313725490196,72.5490196078431,47.0588235294118],[90.1960784313725,80.3921568627451,53.921568627451],[100.980392156863,94.1176470588235,65.6862745098039],[116.666666666667,111.764705882353,83.3333333333333],[108.823529411765,101.960784313725,76.4705882352941],[81.3725490196078,70.5882352941177,52.9411764705882],[113.725490196078,99.0196078431373,94.1176470588235],[75.4901960784314,59.8039215686275,59.8039215686275],[74.5098039215686,65.6862745098039,58.8235294117647],[86.2745098039216,84.3137254901961,69.6078431372549],[99.0196078431373,108.823529411765,82.3529411764706],[58.8235294117647,72.5490196078431,40.1960784313726],[95.0980392156863,100.980392156863,75.4901960784314],[91.1764705882353,91.1764705882353,67.6470588235294],[80.3921568627451,74.5098039215686,50.9803921568627],[65.6862745098039,55.8823529411765,31.3725490196078],[95.0980392156863,79.4117647058823,56.8627450980392],[80.3921568627451,62.7450980392157,43.1372549019608],[67.6470588235294,49.0196078431373,32.3529411764706],[64.7058823529412,47.0588235294118,33.3333333333333],[67.6470588235294,53.921568627451,43.1372549019608],[41.1764705882353,28.4313725490196,19.6078431372549],[47.0588235294118,34.3137254901961,25.4901960784314],[42.156862745098,26.4705882352941,13.7254901960784],[69.6078431372549,47.0588235294118,29.4117647058824],[100.980392156863,73.5294117647059,51.9607843137255],[96.078431372549,61.7647058823529,34.3137254901961],[86.2745098039216,50,24.5098039215686],[55.8823529411765,23.5294117647059,4.90196078431373],[57.843137254902,30.3921568627451,16.6666666666667],[37.2549019607843,13.7254901960784,1.96078431372549],[15.6862745098039,0,0],[16.6666666666667,2.94117647058824,0],[13.7254901960784,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[174.509803921569,172.549019607843,175.490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,14.7058823529412,19.6078431372549],[0,9.80392156862745,13.7254901960784],[58.8235294117647,72.5490196078431,75.4901960784314],[83.3333333333333,98.0392156862745,100.980392156863],[6.86274509803922,21.5686274509804,24.5098039215686],[16.6666666666667,31.3725490196078,34.3137254901961],[17.6470588235294,35.2941176470588,37.2549019607843],[28.4313725490196,46.078431372549,48.0392156862745],[27.4509803921569,45.0980392156863,45.0980392156863],[30.3921568627451,48.0392156862745,48.0392156862745],[27.4509803921569,46.078431372549,44.1176470588235],[46.078431372549,64.7058823529412,62.7450980392157],[51.9607843137255,71.5686274509804,69.6078431372549],[47.0588235294118,66.6666666666667,64.7058823529412],[43.1372549019608,62.7450980392157,60.7843137254902],[37.2549019607843,56.8627450980392,54.9019607843137],[39.2156862745098,59.8039215686275,54.9019607843137],[50.9803921568627,70.5882352941177,68.6274509803922],[43.1372549019608,62.7450980392157,61.7647058823529],[50,69.6078431372549,68.6274509803922],[57.843137254902,76.4705882352941,74.5098039215686],[82.3529411764706,100.980392156863,95.0980392156863],[67.6470588235294,84.3137254901961,76.4705882352941],[58.8235294117647,74.5098039215686,63.7254901960784],[59.8039215686275,73.5294117647059,58.8235294117647],[52.9411764705882,65.6862745098039,48.0392156862745],[70.5882352941177,84.3137254901961,61.7647058823529],[115.686274509804,128.43137254902,102.941176470588],[115.686274509804,128.43137254902,100.980392156863],[100,110.78431372549,81.3725490196078],[113.725490196078,124.509803921569,93.1372549019608],[150.980392156863,164.705882352941,130.392156862745],[141.176470588235,154.901960784314,120.588235294118],[78.4313725490196,98.0392156862745,70.5882352941177],[78.4313725490196,109.803921568627,97.0588235294118],[50,89.2156862745098,81.3725490196078],[50,89.2156862745098,81.3725490196078],[64.7058823529412,103.921568627451,96.078431372549],[92.156862745098,131.372549019608,123.529411764706],[110.78431372549,147.058823529412,140.196078431373],[116.666666666667,150.980392156863,145.098039215686],[101.960784313725,132.352941176471,126.470588235294],[166.666666666667,196.078431372549,188.235294117647],[151.960784313725,178.43137254902,171.56862745098],[156.862745098039,183.333333333333,176.470588235294],[193.137254901961,222.549019607843,214.705882352941],[114.705882352941,145.098039215686,139.21568627451],[128.43137254902,162.745098039216,156.862745098039],[161.764705882353,200,195.098039215686],[137.254901960784,175.490196078431,170.588235294118],[122.549019607843,160.78431372549,155.882352941176],[81.3725490196078,122.549019607843,120.588235294118],[91.1764705882353,135.294117647059,140.196078431373],[151.960784313725,195.098039215686,203.921568627451],[161.764705882353,203.921568627451,212.745098039216],[162.745098039216,207.843137254902,220.588235294118],[116.666666666667,172.549019607843,192.156862745098],[76.4705882352941,136.274509803922,154.901960784314],[80.3921568627451,132.352941176471,146.078431372549],[88.2352941176471,139.21568627451,150],[99.0196078431373,151.960784313725,163.725490196078],[144.117647058824,190.196078431373,198.039215686275],[156.862745098039,185.294117647059,189.21568627451],[154.901960784314,174.509803921569,175.490196078431],[180.392156862745,194.117647058824,195.098039215686],[202.941176470588,213.725490196078,215.686274509804],[240.196078431373,250,250],[212.745098039216,237.254901960784,242.156862745098],[116.666666666667,158.823529411765,164.705882352941],[103.921568627451,153.921568627451,157.843137254902],[100,148.039215686275,151.960784313725],[88.2352941176471,122.549019607843,124.509803921569],[182.352941176471,196.078431372549,196.078431372549],[215.686274509804,219.607843137255,218.627450980392],[206.862745098039,215.686274509804,210.78431372549],[208.823529411765,231.372549019608,225.490196078431],[78.4313725490196,126.470588235294,120.588235294118],[106.862745098039,166.666666666667,159.803921568627],[176.470588235294,236.274509803922,231.372549019608],[135.294117647059,184.313725490196,181.372549019608],[154.901960784314,180.392156862745,179.411764705882],[229.411764705882,250,250],[196.078431372549,232.352941176471,240.196078431373],[46.078431372549,92.156862745098,98.0392156862745],[44.1176470588235,99.0196078431373,100],[96.078431372549,145.098039215686,146.078431372549],[227.450980392157,250,250],[180.392156862745,209.803921568627,217.647058823529],[91.1764705882353,140.196078431373,147.058823529412],[79.4117647058823,136.274509803922,147.058823529412],[89.2156862745098,139.21568627451,155.882352941176],[83.3333333333333,130.392156862745,150],[72.5490196078431,124.509803921569,142.156862745098],[89.2156862745098,140.196078431373,152.941176470588],[76.4705882352941,118.627450980392,124.509803921569],[93.1372549019608,126.470588235294,125.490196078431],[119.607843137255,145.098039215686,136.274509803922],[133.333333333333,146.078431372549,137.254901960784],[234.313725490196,235.294117647059,230.392156862745],[195.098039215686,188.235294117647,182.352941176471],[250,239.21568627451,231.372549019608],[234.313725490196,221.56862745098,212.745098039216],[151.960784313725,143.137254901961,136.274509803922],[168.627450980392,158.823529411765,149.019607843137],[212.745098039216,196.078431372549,176.470588235294],[152.941176470588,139.21568627451,113.725490196078],[171.56862745098,165.686274509804,144.117647058824],[202.941176470588,197.058823529412,173.529411764706],[181.372549019608,166.666666666667,136.274509803922],[165.686274509804,147.058823529412,115.686274509804],[167.647058823529,150.980392156863,123.529411764706],[181.372549019608,161.764705882353,137.254901960784],[180.392156862745,154.901960784314,128.43137254902],[220.588235294118,191.176470588235,163.725490196078],[205.882352941176,174.509803921569,150],[171.56862745098,136.274509803922,110.78431372549],[189.21568627451,149.019607843137,119.607843137255],[175.490196078431,136.274509803922,101.960784313725],[171.56862745098,143.137254901961,101.960784313725],[132.352941176471,105.882352941176,63.7254901960784],[168.627450980392,134.313725490196,95.0980392156863],[131.372549019608,93.1372549019608,54.9019607843137],[143.137254901961,103.921568627451,69.6078431372549],[154.901960784314,117.647058823529,82.3529411764706],[233.333333333333,201.960784313725,164.705882352941],[198.039215686275,165.686274509804,125.490196078431],[208.823529411765,168.627450980392,125.490196078431],[175.490196078431,134.313725490196,87.2549019607843],[204.901960784314,173.529411764706,117.647058823529],[149.019607843137,122.549019607843,68.6274509803922],[99.0196078431373,77.4509803921569,31.3725490196078],[144.117647058824,122.549019607843,82.3529411764706],[149.019607843137,127.450980392157,87.2549019607843],[136.274509803922,114.705882352941,76.4705882352941],[170.588235294118,148.039215686275,116.666666666667],[201.960784313725,179.411764705882,149.019607843137],[179.411764705882,156.862745098039,123.529411764706],[174.509803921569,152.941176470588,116.666666666667],[160.78431372549,137.254901960784,101.960784313725],[156.862745098039,133.333333333333,98.0392156862745],[153.921568627451,130.392156862745,97.0588235294118],[149.019607843137,126.470588235294,95.0980392156863],[176.470588235294,160.78431372549,125.490196078431],[180.392156862745,167.647058823529,133.333333333333],[165.686274509804,159.803921568627,126.470588235294],[218.627450980392,219.607843137255,186.274509803922],[120.588235294118,130.392156862745,94.1176470588235],[111.764705882353,123.529411764706,88.2352941176471],[181.372549019608,182.352941176471,151.960784313725],[175.490196078431,169.607843137255,144.117647058824],[173.529411764706,163.725490196078,137.254901960784],[154.901960784314,146.078431372549,115.686274509804],[105.882352941176,100,64.7058823529412],[91.1764705882353,87.2549019607843,52.9411764705882],[55.8823529411765,50.9803921568627,22.5490196078431],[119.607843137255,111.764705882353,93.1372549019608],[92.156862745098,79.4117647058823,71.5686274509804],[72.5490196078431,58.8235294117647,55.8823529411765],[95.0980392156863,86.2745098039216,79.4117647058823],[104.901960784314,102.941176470588,88.2352941176471],[129.411764705882,138.235294117647,109.803921568627],[69.6078431372549,79.4117647058823,46.078431372549],[91.1764705882353,92.156862745098,61.7647058823529],[143.137254901961,136.274509803922,108.823529411765],[142.156862745098,131.372549019608,103.921568627451],[117.647058823529,101.960784313725,76.4705882352941],[100,80.3921568627451,55.8823529411765],[103.921568627451,82.3529411764706,59.8039215686275],[67.6470588235294,47.0588235294118,26.4705882352941],[56.8627450980392,38.2352941176471,21.5686274509804],[58.8235294117647,46.078431372549,30.3921568627451],[51.9607843137255,40.1960784313726,26.4705882352941],[57.843137254902,45.0980392156863,29.4117647058824],[46.078431372549,29.4117647058824,13.7254901960784],[208.823529411765,184.313725490196,162.745098039216],[126.470588235294,95.0980392156863,70.5882352941177],[115.686274509804,77.4509803921569,49.0196078431373],[89.2156862745098,50.9803921568627,22.5490196078431],[83.3333333333333,51.9607843137255,31.3725490196078],[98.0392156862745,71.5686274509804,54.9019607843137],[85.2941176470588,63.7254901960784,50.9803921568627],[42.156862745098,25.4901960784314,15.6862745098039],[10.7843137254902,0,0],[8.82352941176471,0.980392156862745,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[14.7058823529412,12.7450980392157,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[73.5294117647059,73.5294117647059,73.5294117647059],[246.078431372549,246.078431372549,246.078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[71.5686274509804,69.6078431372549,72.5490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,8.82352941176471,11.7647058823529],[6.86274509803922,15.6862745098039,20.5882352941176],[1.96078431372549,12.7450980392157,16.6666666666667],[0,2.94117647058824,8.82352941176471],[0,11.7647058823529,17.6470588235294],[0,9.80392156862745,12.7450980392157],[10.7843137254902,25.4901960784314,28.4313725490196],[12.7450980392157,27.4509803921569,30.3921568627451],[23.5294117647059,38.2352941176471,41.1764705882353],[19.6078431372549,35.2941176470588,35.2941176470588],[18.6274509803922,34.3137254901961,34.3137254901961],[26.4705882352941,44.1176470588235,44.1176470588235],[37.2549019607843,54.9019607843137,54.9019607843137],[36.2745098039216,54.9019607843137,52.9411764705882],[33.3333333333333,51.9607843137255,50],[34.3137254901961,53.921568627451,51.9607843137255],[32.3529411764706,51.9607843137255,50],[30.3921568627451,50.9803921568627,46.078431372549],[37.2549019607843,57.843137254902,52.9411764705882],[40.1960784313726,58.8235294117647,54.9019607843137],[52.9411764705882,71.5686274509804,67.6470588235294],[52.9411764705882,71.5686274509804,65.6862745098039],[60.7843137254902,77.4509803921569,69.6078431372549],[74.5098039215686,90.1960784313725,80.3921568627451],[103.921568627451,119.607843137255,106.862745098039],[103.921568627451,117.647058823529,102.941176470588],[101.960784313725,114.705882352941,97.0588235294118],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[118.627450980392,131.372549019608,105.882352941176],[102.941176470588,115.686274509804,90.1960784313725],[142.156862745098,154.901960784314,127.450980392157],[181.372549019608,196.078431372549,167.647058823529],[100,114.705882352941,86.2745098039216],[89.2156862745098,106.862745098039,81.3725490196078],[109.803921568627,138.235294117647,120.588235294118],[129.411764705882,161.764705882353,150.980392156863],[90.1960784313725,124.509803921569,117.647058823529],[144.117647058824,177.450980392157,176.470588235294],[189.21568627451,222.549019607843,224.509803921569],[127.450980392157,160.78431372549,162.745098039216],[79.4117647058823,109.803921568627,111.764705882353],[83.3333333333333,114.705882352941,111.764705882353],[110.78431372549,142.156862745098,131.372549019608],[110.78431372549,142.156862745098,127.450980392157],[136.274509803922,168.627450980392,151.960784313725],[190.196078431373,223.529411764706,207.843137254902],[151.960784313725,189.21568627451,178.43137254902],[103.921568627451,142.156862745098,137.254901960784],[88.2352941176471,129.411764705882,128.43137254902],[120.588235294118,160.78431372549,162.745098039216],[113.725490196078,154.901960784314,152.941176470588],[99.0196078431373,140.196078431373,138.235294117647],[151.960784313725,197.058823529412,197.058823529412],[191.176470588235,238.235294117647,242.156862745098],[137.254901960784,185.294117647059,192.156862745098],[119.607843137255,170.588235294118,181.372549019608],[103.921568627451,158.823529411765,171.56862745098],[95.0980392156863,150,162.745098039216],[102.941176470588,157.843137254902,170.588235294118],[92.156862745098,143.137254901961,153.921568627451],[106.862745098039,152.941176470588,162.745098039216],[126.470588235294,166.666666666667,172.549019607843],[162.745098039216,193.137254901961,196.078431372549],[171.56862745098,195.098039215686,197.058823529412],[187.254901960784,204.901960784314,206.862745098039],[199.019607843137,212.745098039216,213.725490196078],[220.588235294118,229.411764705882,234.313725490196],[188.235294117647,204.901960784314,211.764705882353],[110.78431372549,148.039215686275,150.980392156863],[121.56862745098,168.627450980392,168.627450980392],[101.960784313725,150.980392156863,148.039215686275],[89.2156862745098,130.392156862745,126.470588235294],[146.078431372549,172.549019607843,167.647058823529],[178.43137254902,197.058823529412,191.176470588235],[167.647058823529,187.254901960784,178.43137254902],[159.803921568627,189.21568627451,179.411764705882],[170.588235294118,215.686274509804,205.882352941176],[165.686274509804,213.725490196078,207.843137254902],[219.607843137255,250,250],[230.392156862745,250,250],[226.470588235294,227.450980392157,232.352941176471],[222.549019607843,222.549019607843,232.352941176471],[167.647058823529,191.176470588235,202.941176470588],[80.3921568627451,119.607843137255,129.411764705882],[66.6666666666667,114.705882352941,118.627450980392],[144.117647058824,187.254901960784,190.196078431373],[230.392156862745,250,250],[163.725490196078,192.156862745098,200],[91.1764705882353,139.21568627451,144.117647058824],[87.2549019607843,141.176470588235,148.039215686275],[89.2156862745098,137.254901960784,150.980392156863],[83.3333333333333,129.411764705882,145.098039215686],[79.4117647058823,127.450980392157,141.176470588235],[60.7843137254902,108.823529411765,115.686274509804],[88.2352941176471,127.450980392157,127.450980392157],[122.549019607843,150.980392156863,146.078431372549],[142.156862745098,161.764705882353,150],[152.941176470588,163.725490196078,150],[246.078431372549,246.078431372549,236.274509803922],[250,248.039215686275,239.21568627451],[232.352941176471,220.588235294118,208.823529411765],[176.470588235294,162.745098039216,151.960784313725],[140.196078431373,131.372549019608,122.549019607843],[209.803921568627,200,188.235294117647],[182.352941176471,167.647058823529,147.058823529412],[179.411764705882,164.705882352941,142.156862745098],[174.509803921569,169.607843137255,150],[209.803921568627,204.901960784314,183.333333333333],[225.490196078431,214.705882352941,185.294117647059],[184.313725490196,169.607843137255,139.21568627451],[144.117647058824,130.392156862745,103.921568627451],[151.960784313725,134.313725490196,110.78431372549],[206.862745098039,183.333333333333,157.843137254902],[169.607843137255,143.137254901961,116.666666666667],[133.333333333333,103.921568627451,78.4313725490196],[110.78431372549,77.4509803921569,50.9803921568627],[122.549019607843,84.3137254901961,55.8823529411765],[179.411764705882,144.117647058824,110.78431372549],[171.56862745098,143.137254901961,103.921568627451],[100.980392156863,72.5490196078431,33.3333333333333],[146.078431372549,112.745098039216,75.4901960784314],[179.411764705882,142.156862745098,106.862745098039],[164.705882352941,126.470588235294,94.1176470588235],[156.862745098039,121.56862745098,88.2352941176471],[159.803921568627,127.450980392157,93.1372549019608],[159.803921568627,128.43137254902,90.1960784313725],[247.058823529412,208.823529411765,168.627450980392],[213.725490196078,176.470588235294,130.392156862745],[213.725490196078,181.372549019608,129.411764705882],[158.823529411765,129.411764705882,80.3921568627451],[128.43137254902,95.0980392156863,57.843137254902],[198.039215686275,168.627450980392,135.294117647059],[246.078431372549,221.56862745098,191.176470588235],[171.56862745098,151.960784313725,117.647058823529],[109.803921568627,91.1764705882353,51.9607843137255],[152.941176470588,131.372549019608,91.1764705882353],[218.627450980392,191.176470588235,152.941176470588],[177.450980392157,146.078431372549,108.823529411765],[182.352941176471,150.980392156863,113.725490196078],[119.607843137255,91.1764705882353,51.9607843137255],[138.235294117647,117.647058823529,73.5294117647059],[130.392156862745,115.686274509804,75.4901960784314],[140.196078431373,127.450980392157,96.078431372549],[186.274509803922,174.509803921569,149.019607843137],[179.411764705882,164.705882352941,142.156862745098],[184.313725490196,172.549019607843,147.058823529412],[176.470588235294,172.549019607843,138.235294117647],[186.274509803922,183.333333333333,149.019607843137],[221.56862745098,216.666666666667,187.254901960784],[197.058823529412,192.156862745098,163.725490196078],[141.176470588235,134.313725490196,106.862745098039],[127.450980392157,120.588235294118,92.156862745098],[180.392156862745,174.509803921569,143.137254901961],[170.588235294118,164.705882352941,133.333333333333],[110.78431372549,105.882352941176,77.4509803921569],[128.43137254902,122.549019607843,99.0196078431373],[96.078431372549,90.1960784313725,74.5098039215686],[72.5490196078431,66.6666666666667,52.9411764705882],[58.8235294117647,54.9019607843137,43.1372549019608],[58.8235294117647,56.8627450980392,42.156862745098],[57.843137254902,59.8039215686275,38.2352941176471],[67.6470588235294,66.6666666666667,39.2156862745098],[97.0588235294118,87.2549019607843,52.9411764705882],[163.725490196078,148.039215686275,114.705882352941],[124.509803921569,105.882352941176,74.5098039215686],[90.1960784313725,69.6078431372549,41.1764705882353],[84.3137254901961,63.7254901960784,37.2549019607843],[76.4705882352941,52.9411764705882,29.4117647058824],[44.1176470588235,22.5490196078431,0],[42.156862745098,20.5882352941176,0],[52.9411764705882,31.3725490196078,8.82352941176471],[82.3529411764706,58.8235294117647,35.2941176470588],[90.1960784313725,64.7058823529412,40.1960784313726],[63.7254901960784,34.3137254901961,8.82352941176471],[103.921568627451,70.5882352941177,43.1372549019608],[103.921568627451,65.6862745098039,35.2941176470588],[123.529411764706,81.3725490196078,48.0392156862745],[87.2549019607843,47.0588235294118,19.6078431372549],[70.5882352941177,39.2156862745098,18.6274509803922],[67.6470588235294,40.1960784313726,26.4705882352941],[65.6862745098039,44.1176470588235,31.3725490196078],[53.921568627451,35.2941176470588,28.4313725490196],[29.4117647058824,15.6862745098039,12.7450980392157],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[17.6470588235294,13.7254901960784,14.7058823529412],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[43.1372549019608,41.1764705882353,42.156862745098],[37.2549019607843,35.2941176470588,36.2745098039216],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[17.6470588235294,17.6470588235294,17.6470588235294],[92.156862745098,92.156862745098,92.156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,6.86274509803922],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[2.94117647058824,12.7450980392157,14.7058823529412],[6.86274509803922,15.6862745098039,20.5882352941176],[2.94117647058824,13.7254901960784,17.6470588235294],[13.7254901960784,24.5098039215686,30.3921568627451],[2.94117647058824,15.6862745098039,21.5686274509804],[10.7843137254902,24.5098039215686,27.4509803921569],[7.84313725490196,22.5490196078431,25.4901960784314],[5.88235294117647,20.5882352941176,23.5294117647059],[13.7254901960784,28.4313725490196,31.3725490196078],[27.4509803921569,43.1372549019608,43.1372549019608],[33.3333333333333,49.0196078431373,49.0196078431373],[22.5490196078431,40.1960784313726,40.1960784313726],[30.3921568627451,48.0392156862745,48.0392156862745],[31.3725490196078,50,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[39.2156862745098,58.8235294117647,56.8627450980392],[37.2549019607843,56.8627450980392,54.9019607843137],[32.3529411764706,52.9411764705882,48.0392156862745],[36.2745098039216,56.8627450980392,50],[28.4313725490196,48.0392156862745,39.2156862745098],[41.1764705882353,57.843137254902,48.0392156862745],[51.9607843137255,68.6274509803922,58.8235294117647],[57.843137254902,75.4901960784314,63.7254901960784],[98.0392156862745,113.725490196078,100.980392156863],[148.039215686275,161.764705882353,147.058823529412],[101.960784313725,115.686274509804,99.0196078431373],[70.5882352941177,83.3333333333333,65.6862745098039],[99.0196078431373,111.764705882353,92.156862745098],[96.078431372549,109.803921568627,87.2549019607843],[81.3725490196078,93.1372549019608,71.5686274509804],[92.156862745098,103.921568627451,80.3921568627451],[159.803921568627,173.529411764706,149.019607843137],[207.843137254902,221.56862745098,197.058823529412],[151.960784313725,165.686274509804,141.176470588235],[127.450980392157,145.098039215686,121.56862745098],[153.921568627451,178.43137254902,159.803921568627],[164.705882352941,192.156862745098,178.43137254902],[117.647058823529,146.078431372549,141.176470588235],[185.294117647059,214.705882352941,212.745098039216],[156.862745098039,187.254901960784,190.196078431373],[81.3725490196078,111.764705882353,114.705882352941],[86.2745098039216,116.666666666667,118.627450980392],[60.7843137254902,92.156862745098,89.2156862745098],[95.0980392156863,127.450980392157,116.666666666667],[127.450980392157,160.78431372549,145.098039215686],[139.21568627451,172.549019607843,156.862745098039],[105.882352941176,143.137254901961,128.43137254902],[126.470588235294,167.647058823529,155.882352941176],[128.43137254902,172.549019607843,165.686274509804],[130.392156862745,175.490196078431,175.490196078431],[90.1960784313725,134.313725490196,137.254901960784],[92.156862745098,135.294117647059,134.313725490196],[123.529411764706,166.666666666667,165.686274509804],[158.823529411765,203.921568627451,201.960784313725],[133.333333333333,182.352941176471,183.333333333333],[126.470588235294,180.392156862745,185.294117647059],[93.1372549019608,149.019607843137,155.882352941176],[78.4313725490196,130.392156862745,136.274509803922],[100.980392156863,152.941176470588,158.823529411765],[119.607843137255,172.549019607843,184.313725490196],[102.941176470588,151.960784313725,162.745098039216],[100,140.196078431373,146.078431372549],[164.705882352941,197.058823529412,201.960784313725],[177.450980392157,207.843137254902,212.745098039216],[200.980392156863,228.43137254902,232.352941176471],[183.333333333333,206.862745098039,208.823529411765],[192.156862745098,209.803921568627,209.803921568627],[218.627450980392,228.43137254902,230.392156862745],[163.725490196078,178.43137254902,181.372549019608],[170.588235294118,201.960784313725,199.019607843137],[130.392156862745,172.549019607843,165.686274509804],[104.901960784314,149.019607843137,142.156862745098],[76.4705882352941,117.647058823529,107.843137254902],[114.705882352941,141.176470588235,134.313725490196],[133.333333333333,153.921568627451,147.058823529412],[150,170.588235294118,161.764705882353],[151.960784313725,178.43137254902,169.607843137255],[166.666666666667,203.921568627451,193.137254901961],[138.235294117647,177.450980392157,168.627450980392],[181.372549019608,209.803921568627,204.901960784314],[212.745098039216,224.509803921569,224.509803921569],[250,240.196078431373,248.039215686275],[190.196078431373,180.392156862745,191.176470588235],[195.098039215686,211.764705882353,219.607843137255],[128.43137254902,160.78431372549,165.686274509804],[106.862745098039,148.039215686275,146.078431372549],[110.78431372549,149.019607843137,146.078431372549],[198.039215686275,221.56862745098,223.529411764706],[148.039215686275,172.549019607843,176.470588235294],[82.3529411764706,127.450980392157,127.450980392157],[106.862745098039,159.803921568627,161.764705882353],[83.3333333333333,129.411764705882,139.21568627451],[78.4313725490196,121.56862745098,134.313725490196],[100.980392156863,147.058823529412,156.862745098039],[79.4117647058823,119.607843137255,125.490196078431],[71.5686274509804,104.901960784314,105.882352941176],[106.862745098039,131.372549019608,125.490196078431],[124.509803921569,137.254901960784,127.450980392157],[224.509803921569,228.43137254902,214.705882352941],[248.039215686275,244.117647058824,232.352941176471],[234.313725490196,224.509803921569,212.745098039216],[191.176470588235,178.43137254902,162.745098039216],[142.156862745098,129.411764705882,113.725490196078],[136.274509803922,126.470588235294,114.705882352941],[188.235294117647,179.411764705882,164.705882352941],[225.490196078431,210.78431372549,188.235294117647],[175.490196078431,163.725490196078,140.196078431373],[122.549019607843,120.588235294118,100],[152.941176470588,150.980392156863,130.392156862745],[207.843137254902,199.019607843137,170.588235294118],[184.313725490196,170.588235294118,142.156862745098],[108.823529411765,97.0588235294118,73.5294117647059],[129.411764705882,114.705882352941,92.156862745098],[147.058823529412,127.450980392157,103.921568627451],[143.137254901961,117.647058823529,93.1372549019608],[155.882352941176,126.470588235294,102.941176470588],[154.901960784314,121.56862745098,95.0980392156863],[150,115.686274509804,86.2745098039216],[183.333333333333,149.019607843137,117.647058823529],[157.843137254902,128.43137254902,93.1372549019608],[122.549019607843,93.1372549019608,55.8823529411765],[145.098039215686,112.745098039216,78.4313725490196],[137.254901960784,103.921568627451,69.6078431372549],[188.235294117647,153.921568627451,122.549019607843],[155.882352941176,123.529411764706,93.1372549019608],[173.529411764706,141.176470588235,108.823529411765],[185.294117647059,152.941176470588,118.627450980392],[199.019607843137,166.666666666667,126.470588235294],[218.627450980392,186.274509803922,142.156862745098],[231.372549019608,201.960784313725,152.941176470588],[204.901960784314,172.549019607843,128.43137254902],[217.647058823529,180.392156862745,145.098039215686],[250,232.352941176471,203.921568627451],[250,231.372549019608,203.921568627451],[138.235294117647,115.686274509804,84.3137254901961],[135.294117647059,114.705882352941,70.5882352941177],[208.823529411765,185.294117647059,138.235294117647],[248.039215686275,216.666666666667,176.470588235294],[226.470588235294,192.156862745098,152.941176470588],[171.56862745098,137.254901960784,98.0392156862745],[176.470588235294,146.078431372549,102.941176470588],[177.450980392157,155.882352941176,107.843137254902],[131.372549019608,114.705882352941,71.5686274509804],[107.843137254902,92.156862745098,66.6666666666667],[102.941176470588,88.2352941176471,69.6078431372549],[95.0980392156863,76.4705882352941,59.8039215686275],[137.254901960784,119.607843137255,98.0392156862745],[125.490196078431,108.823529411765,81.3725490196078],[165.686274509804,150.980392156863,120.588235294118],[206.862745098039,196.078431372549,164.705882352941],[214.705882352941,208.823529411765,175.490196078431],[128.43137254902,124.509803921569,90.1960784313725],[83.3333333333333,79.4117647058823,45.0980392156863],[100.980392156863,95.0980392156863,61.7647058823529],[142.156862745098,136.274509803922,104.901960784314],[150,143.137254901961,115.686274509804],[106.862745098039,102.941176470588,78.4313725490196],[55.8823529411765,54.9019607843137,35.2941176470588],[81.3725490196078,82.3529411764706,64.7058823529412],[79.4117647058823,80.3921568627451,62.7450980392157],[45.0980392156863,44.1176470588235,26.4705882352941],[44.1176470588235,41.1764705882353,22.5490196078431],[56.8627450980392,47.0588235294118,22.5490196078431],[112.745098039216,95.0980392156863,59.8039215686275],[145.098039215686,121.56862745098,84.3137254901961],[92.156862745098,69.6078431372549,36.2745098039216],[64.7058823529412,44.1176470588235,13.7254901960784],[97.0588235294118,76.4705882352941,50],[83.3333333333333,61.7647058823529,39.2156862745098],[99.0196078431373,77.4509803921569,54.9019607843137],[76.4705882352941,52.9411764705882,29.4117647058824],[71.5686274509804,45.0980392156863,18.6274509803922],[128.43137254902,98.0392156862745,69.6078431372549],[118.627450980392,84.3137254901961,52.9411764705882],[115.686274509804,80.3921568627451,47.0588235294118],[138.235294117647,99.0196078431373,64.7058823529412],[125.490196078431,83.3333333333333,50],[92.156862745098,48.0392156862745,15.6862745098039],[90.1960784313725,50,22.5490196078431],[64.7058823529412,33.3333333333333,12.7450980392157],[50.9803921568627,23.5294117647059,9.80392156862745],[40.1960784313726,18.6274509803922,5.88235294117647],[35.2941176470588,18.6274509803922,10.7843137254902],[25.4901960784314,14.7058823529412,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[14.7058823529412,19.6078431372549,23.5294117647059],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[13.7254901960784,22.5490196078431,27.4509803921569],[9.80392156862745,20.5882352941176,24.5098039215686],[9.80392156862745,20.5882352941176,26.4705882352941],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[10.7843137254902,23.5294117647059,29.4117647058824],[14.7058823529412,28.4313725490196,31.3725490196078],[7.84313725490196,21.5686274509804,24.5098039215686],[23.5294117647059,38.2352941176471,41.1764705882353],[27.4509803921569,42.156862745098,45.0980392156863],[24.5098039215686,40.1960784313726,40.1960784313726],[32.3529411764706,48.0392156862745,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[35.2941176470588,53.921568627451,51.9607843137255],[43.1372549019608,62.7450980392157,60.7843137254902],[41.1764705882353,60.7843137254902,58.8235294117647],[37.2549019607843,57.843137254902,52.9411764705882],[42.156862745098,60.7843137254902,54.9019607843137],[54.9019607843137,72.5490196078431,60.7843137254902],[72.5490196078431,88.2352941176471,75.4901960784314],[95.0980392156863,110.78431372549,98.0392156862745],[100.980392156863,114.705882352941,100],[88.2352941176471,101.960784313725,85.2941176470588],[118.627450980392,131.372549019608,113.725490196078],[120.588235294118,133.333333333333,115.686274509804],[100.980392156863,112.745098039216,93.1372549019608],[86.2745098039216,98.0392156862745,78.4313725490196],[74.5098039215686,86.2745098039216,66.6666666666667],[102.941176470588,114.705882352941,95.0980392156863],[92.156862745098,103.921568627451,82.3529411764706],[164.705882352941,178.43137254902,155.882352941176],[190.196078431373,203.921568627451,181.372549019608],[117.647058823529,131.372549019608,108.823529411765],[131.372549019608,146.078431372549,127.450980392157],[126.470588235294,146.078431372549,134.313725490196],[63.7254901960784,86.2745098039216,76.4705882352941],[107.843137254902,132.352941176471,126.470588235294],[135.294117647059,163.725490196078,158.823529411765],[100,130.392156862745,125.490196078431],[104.901960784314,136.274509803922,133.333333333333],[59.8039215686275,91.1764705882353,88.2352941176471],[53.921568627451,85.2941176470588,80.3921568627451],[93.1372549019608,125.490196078431,118.627450980392],[99.0196078431373,133.333333333333,126.470588235294],[91.1764705882353,127.450980392157,119.607843137255],[87.2549019607843,126.470588235294,117.647058823529],[116.666666666667,160.78431372549,153.921568627451],[101.960784313725,150,144.117647058824],[126.470588235294,175.490196078431,172.549019607843],[119.607843137255,168.627450980392,165.686274509804],[113.725490196078,158.823529411765,156.862745098039],[121.56862745098,164.705882352941,163.725490196078],[148.039215686275,193.137254901961,190.196078431373],[115.686274509804,166.666666666667,162.745098039216],[92.156862745098,151.960784313725,154.901960784314],[90.1960784313725,150,152.941176470588],[105.882352941176,154.901960784314,153.921568627451],[96.078431372549,143.137254901961,143.137254901961],[76.4705882352941,125.490196078431,134.313725490196],[107.843137254902,150.980392156863,161.764705882353],[140.196078431373,170.588235294118,173.529411764706],[210.78431372549,235.294117647059,239.21568627451],[165.686274509804,194.117647058824,201.960784313725],[149.019607843137,178.43137254902,186.274509803922],[138.235294117647,165.686274509804,168.627450980392],[154.901960784314,178.43137254902,178.43137254902],[202.941176470588,218.627450980392,218.627450980392],[189.21568627451,207.843137254902,205.882352941176],[209.803921568627,239.21568627451,231.372549019608],[162.745098039216,195.098039215686,184.313725490196],[138.235294117647,170.588235294118,159.803921568627],[115.686274509804,145.098039215686,135.294117647059],[170.588235294118,189.21568627451,183.333333333333],[169.607843137255,184.313725490196,179.411764705882],[196.078431372549,210.78431372549,205.882352941176],[169.607843137255,189.21568627451,180.392156862745],[129.411764705882,154.901960784314,144.117647058824],[137.254901960784,164.705882352941,152.941176470588],[160.78431372549,181.372549019608,172.549019607843],[203.921568627451,212.745098039216,209.803921568627],[246.078431372549,237.254901960784,242.156862745098],[218.627450980392,208.823529411765,216.666666666667],[183.333333333333,195.098039215686,193.137254901961],[165.686274509804,191.176470588235,182.352941176471],[112.745098039216,146.078431372549,132.352941176471],[166.666666666667,198.039215686275,185.294117647059],[200,219.607843137255,210.78431372549],[126.470588235294,149.019607843137,143.137254901961],[104.901960784314,145.098039215686,139.21568627451],[94.1176470588235,142.156862745098,139.21568627451],[95.0980392156863,137.254901960784,143.137254901961],[80.3921568627451,119.607843137255,129.411764705882],[71.5686274509804,108.823529411765,119.607843137255],[78.4313725490196,109.803921568627,120.588235294118],[77.4509803921569,101.960784313725,106.862745098039],[155.882352941176,171.56862745098,171.56862745098],[165.686274509804,170.588235294118,166.666666666667],[250,250,243.137254901961],[214.705882352941,206.862745098039,194.117647058824],[216.666666666667,205.882352941176,188.235294117647],[170.588235294118,155.882352941176,135.294117647059],[166.666666666667,151.960784313725,133.333333333333],[147.058823529412,138.235294117647,121.56862745098],[103.921568627451,95.0980392156863,78.4313725490196],[220.588235294118,206.862745098039,181.372549019608],[196.078431372549,184.313725490196,158.823529411765],[97.0588235294118,96.078431372549,76.4705882352941],[124.509803921569,123.529411764706,103.921568627451],[172.549019607843,165.686274509804,138.235294117647],[179.411764705882,169.607843137255,143.137254901961],[186.274509803922,178.43137254902,157.843137254902],[135.294117647059,124.509803921569,104.901960784314],[148.039215686275,132.352941176471,109.803921568627],[135.294117647059,110.78431372549,89.2156862745098],[192.156862745098,162.745098039216,139.21568627451],[191.176470588235,159.803921568627,135.294117647059],[187.254901960784,158.823529411765,129.411764705882],[157.843137254902,129.411764705882,98.0392156862745],[162.745098039216,130.392156862745,98.0392156862745],[152.941176470588,120.588235294118,88.2352941176471],[171.56862745098,142.156862745098,108.823529411765],[152.941176470588,124.509803921569,93.1372549019608],[155.882352941176,127.450980392157,98.0392156862745],[93.1372549019608,62.7450980392157,34.3137254901961],[102.941176470588,72.5490196078431,44.1176470588235],[140.196078431373,109.803921568627,79.4117647058823],[152.941176470588,125.490196078431,89.2156862745098],[154.901960784314,127.450980392157,88.2352941176471],[160.78431372549,134.313725490196,90.1960784313725],[211.764705882353,180.392156862745,140.196078431373],[180.392156862745,145.098039215686,109.803921568627],[148.039215686275,109.803921568627,81.3725490196078],[137.254901960784,101.960784313725,76.4705882352941],[113.725490196078,80.3921568627451,52.9411764705882],[121.56862745098,93.1372549019608,51.9607843137255],[169.607843137255,142.156862745098,96.078431372549],[118.627450980392,87.2549019607843,47.0588235294118],[143.137254901961,110.78431372549,70.5882352941177],[159.803921568627,127.450980392157,87.2549019607843],[182.352941176471,151.960784313725,108.823529411765],[138.235294117647,110.78431372549,64.7058823529412],[112.745098039216,88.2352941176471,48.0392156862745],[125.490196078431,103.921568627451,80.3921568627451],[113.725490196078,93.1372549019608,76.4705882352941],[101.960784313725,85.2941176470588,67.6470588235294],[112.745098039216,92.156862745098,75.4901960784314],[107.843137254902,79.4117647058823,63.7254901960784],[190.196078431373,164.705882352941,142.156862745098],[155.882352941176,140.196078431373,107.843137254902],[176.470588235294,169.607843137255,128.43137254902],[210.78431372549,208.823529411765,161.764705882353],[134.313725490196,132.352941176471,85.2941176470588],[43.1372549019608,35.2941176470588,0],[55.8823529411765,45.0980392156863,13.7254901960784],[44.1176470588235,33.3333333333333,11.7647058823529],[41.1764705882353,34.3137254901961,16.6666666666667],[58.8235294117647,59.8039215686275,42.156862745098],[68.6274509803922,72.5490196078431,55.8823529411765],[52.9411764705882,55.8823529411765,35.2941176470588],[42.156862745098,41.1764705882353,20.5882352941176],[89.2156862745098,81.3725490196078,60.7843137254902],[133.333333333333,117.647058823529,92.156862745098],[147.058823529412,123.529411764706,88.2352941176471],[136.274509803922,111.764705882353,72.5490196078431],[110.78431372549,88.2352941176471,56.8627450980392],[73.5294117647059,52.9411764705882,26.4705882352941],[61.7647058823529,44.1176470588235,22.5490196078431],[75.4901960784314,57.843137254902,38.2352941176471],[127.450980392157,109.803921568627,90.1960784313725],[122.549019607843,100.980392156863,78.4313725490196],[169.607843137255,140.196078431373,114.705882352941],[139.21568627451,104.901960784314,73.5294117647059],[137.254901960784,100,64.7058823529412],[168.627450980392,126.470588235294,92.156862745098],[163.725490196078,120.588235294118,86.2745098039216],[136.274509803922,93.1372549019608,58.8235294117647],[109.803921568627,65.6862745098039,35.2941176470588],[82.3529411764706,43.1372549019608,17.6470588235294],[43.1372549019608,10.7843137254902,0],[66.6666666666667,39.2156862745098,25.4901960784314],[56.8627450980392,35.2941176470588,24.5098039215686],[24.5098039215686,5.88235294117647,0],[13.7254901960784,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[11.7647058823529,5.88235294117647,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[13.7254901960784,7.84313725490196,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[8.82352941176471,16.6666666666667,19.6078431372549],[10.7843137254902,19.6078431372549,24.5098039215686],[9.80392156862745,18.6274509803922,23.5294117647059],[15.6862745098039,26.4705882352941,30.3921568627451],[12.7450980392157,23.5294117647059,27.4509803921569],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[9.80392156862745,20.5882352941176,26.4705882352941],[10.7843137254902,21.5686274509804,27.4509803921569],[15.6862745098039,29.4117647058824,32.3529411764706],[6.86274509803922,20.5882352941176,23.5294117647059],[20.5882352941176,35.2941176470588,38.2352941176471],[26.4705882352941,41.1764705882353,44.1176470588235],[23.5294117647059,39.2156862745098,39.2156862745098],[29.4117647058824,45.0980392156863,45.0980392156863],[27.4509803921569,46.078431372549,44.1176470588235],[28.4313725490196,47.0588235294118,45.0980392156863],[33.3333333333333,52.9411764705882,50.9803921568627],[31.3725490196078,50.9803921568627,49.0196078431373],[30.3921568627451,50.9803921568627,46.078431372549],[40.1960784313726,59.8039215686275,50.9803921568627],[55.8823529411765,71.5686274509804,58.8235294117647],[99.0196078431373,112.745098039216,96.078431372549],[55.8823529411765,68.6274509803922,50.9803921568627],[53.921568627451,66.6666666666667,49.0196078431373],[72.5490196078431,84.3137254901961,64.7058823529412],[81.3725490196078,93.1372549019608,73.5294117647059],[111.764705882353,120.588235294118,100],[140.196078431373,149.019607843137,128.43137254902],[102.941176470588,111.764705882353,91.1764705882353],[78.4313725490196,87.2549019607843,66.6666666666667],[110.78431372549,119.607843137255,99.0196078431373],[106.862745098039,118.627450980392,97.0588235294118],[99.0196078431373,110.78431372549,89.2156862745098],[96.078431372549,109.803921568627,87.2549019607843],[125.490196078431,139.21568627451,116.666666666667],[126.470588235294,141.176470588235,122.549019607843],[64.7058823529412,82.3529411764706,70.5882352941177],[84.3137254901961,104.901960784314,96.078431372549],[96.078431372549,118.627450980392,110.78431372549],[82.3529411764706,108.823529411765,100],[86.2745098039216,115.686274509804,107.843137254902],[90.1960784313725,122.549019607843,113.725490196078],[60.7843137254902,93.1372549019608,86.2745098039216],[85.2941176470588,119.607843137255,113.725490196078],[86.2745098039216,120.588235294118,116.666666666667],[89.2156862745098,124.509803921569,120.588235294118],[56.8627450980392,95.0980392156863,92.156862745098],[85.2941176470588,125.490196078431,121.56862745098],[82.3529411764706,128.43137254902,122.549019607843],[77.4509803921569,127.450980392157,120.588235294118],[74.5098039215686,126.470588235294,118.627450980392],[71.5686274509804,121.56862745098,116.666666666667],[89.2156862745098,134.313725490196,132.352941176471],[116.666666666667,159.803921568627,158.823529411765],[104.901960784314,150.980392156863,145.098039215686],[95.0980392156863,147.058823529412,141.176470588235],[85.2941176470588,146.078431372549,145.098039215686],[100.980392156863,161.764705882353,158.823529411765],[105.882352941176,154.901960784314,146.078431372549],[123.529411764706,164.705882352941,160.78431372549],[128.43137254902,170.588235294118,176.470588235294],[108.823529411765,145.098039215686,152.941176470588],[134.313725490196,154.901960784314,157.843137254902],[209.803921568627,227.450980392157,229.411764705882],[186.274509803922,212.745098039216,219.607843137255],[125.490196078431,154.901960784314,162.745098039216],[132.352941176471,162.745098039216,165.686274509804],[178.43137254902,203.921568627451,204.901960784314],[198.039215686275,213.725490196078,213.725490196078],[208.823529411765,223.529411764706,220.588235294118],[213.725490196078,233.333333333333,222.549019607843],[199.019607843137,222.549019607843,208.823529411765],[193.137254901961,216.666666666667,202.941176470588],[183.333333333333,204.901960784314,193.137254901961],[180.392156862745,197.058823529412,191.176470588235],[164.705882352941,179.411764705882,176.470588235294],[198.039215686275,213.725490196078,210.78431372549],[160.78431372549,179.411764705882,173.529411764706],[111.764705882353,135.294117647059,121.56862745098],[134.313725490196,156.862745098039,141.176470588235],[124.509803921569,140.196078431373,129.411764705882],[158.823529411765,165.686274509804,158.823529411765],[242.156862745098,237.254901960784,241.176470588235],[221.56862745098,216.666666666667,220.588235294118],[204.901960784314,211.764705882353,204.901960784314],[154.901960784314,172.549019607843,160.78431372549],[179.411764705882,205.882352941176,189.21568627451],[230.392156862745,250,240.196078431373],[160.78431372549,176.470588235294,165.686274509804],[126.470588235294,146.078431372549,137.254901960784],[80.3921568627451,116.666666666667,108.823529411765],[112.745098039216,154.901960784314,148.039215686275],[106.862745098039,146.078431372549,146.078431372549],[86.2745098039216,120.588235294118,124.509803921569],[68.6274509803922,99.0196078431373,103.921568627451],[34.3137254901961,58.8235294117647,63.7254901960784],[115.686274509804,135.294117647059,136.274509803922],[196.078431372549,206.862745098039,202.941176470588],[183.333333333333,180.392156862745,175.490196078431],[237.254901960784,227.450980392157,217.647058823529],[179.411764705882,168.627450980392,150.980392156863],[178.43137254902,163.725490196078,141.176470588235],[164.705882352941,147.058823529412,123.529411764706],[181.372549019608,165.686274509804,143.137254901961],[165.686274509804,154.901960784314,137.254901960784],[132.352941176471,121.56862745098,103.921568627451],[211.764705882353,196.078431372549,171.56862745098],[195.098039215686,183.333333333333,157.843137254902],[115.686274509804,114.705882352941,95.0980392156863],[179.411764705882,181.372549019608,160.78431372549],[200,194.117647058824,168.627450980392],[162.745098039216,155.882352941176,130.392156862745],[188.235294117647,183.333333333333,163.725490196078],[188.235294117647,181.372549019608,162.745098039216],[151.960784313725,137.254901960784,116.666666666667],[184.313725490196,162.745098039216,140.196078431373],[139.21568627451,108.823529411765,88.2352941176471],[124.509803921569,93.1372549019608,68.6274509803922],[139.21568627451,114.705882352941,85.2941176470588],[166.666666666667,140.196078431373,110.78431372549],[187.254901960784,153.921568627451,126.470588235294],[160.78431372549,127.450980392157,100],[136.274509803922,107.843137254902,78.4313725490196],[156.862745098039,132.352941176471,101.960784313725],[111.764705882353,87.2549019607843,57.843137254902],[113.725490196078,87.2549019607843,60.7843137254902],[150,118.627450980392,94.1176470588235],[126.470588235294,97.0588235294118,69.6078431372549],[100.980392156863,78.4313725490196,45.0980392156863],[100,80.3921568627451,44.1176470588235],[144.117647058824,121.56862745098,81.3725490196078],[173.529411764706,144.117647058824,106.862745098039],[128.43137254902,95.0980392156863,58.8235294117647],[165.686274509804,127.450980392157,95.0980392156863],[138.235294117647,100,69.6078431372549],[147.058823529412,108.823529411765,78.4313725490196],[108.823529411765,74.5098039215686,37.2549019607843],[68.6274509803922,36.2745098039216,0],[80.3921568627451,49.0196078431373,10.7843137254902],[88.2352941176471,59.8039215686275,20.5882352941176],[100,71.5686274509804,30.3921568627451],[132.352941176471,103.921568627451,62.7450980392157],[119.607843137255,88.2352941176471,48.0392156862745],[126.470588235294,97.0588235294118,61.7647058823529],[126.470588235294,100,73.5294117647059],[115.686274509804,94.1176470588235,71.5686274509804],[133.333333333333,117.647058823529,95.0980392156863],[117.647058823529,100,78.4313725490196],[151.960784313725,121.56862745098,103.921568627451],[155.882352941176,126.470588235294,102.941176470588],[165.686274509804,148.039215686275,112.745098039216],[100.980392156863,93.1372549019608,48.0392156862745],[140.196078431373,137.254901960784,87.2549019607843],[165.686274509804,159.803921568627,112.745098039216],[108.823529411765,97.0588235294118,59.8039215686275],[113.725490196078,99.0196078431373,70.5882352941177],[81.3725490196078,66.6666666666667,44.1176470588235],[64.7058823529412,56.8627450980392,36.2745098039216],[63.7254901960784,63.7254901960784,40.1960784313726],[58.8235294117647,62.7450980392157,38.2352941176471],[50,51.9607843137255,28.4313725490196],[89.2156862745098,84.3137254901961,62.7450980392157],[149.019607843137,136.274509803922,119.607843137255],[114.705882352941,97.0588235294118,75.4901960784314],[79.4117647058823,56.8627450980392,25.4901960784314],[78.4313725490196,55.8823529411765,22.5490196078431],[93.1372549019608,73.5294117647059,47.0588235294118],[70.5882352941177,54.9019607843137,32.3529411764706],[24.5098039215686,11.7647058823529,0],[36.2745098039216,22.5490196078431,9.80392156862745],[67.6470588235294,51.9607843137255,37.2549019607843],[165.686274509804,147.058823529412,130.392156862745],[164.705882352941,141.176470588235,117.647058823529],[71.5686274509804,41.1764705882353,12.7450980392157],[117.647058823529,82.3529411764706,49.0196078431373],[139.21568627451,101.960784313725,66.6666666666667],[115.686274509804,76.4705882352941,42.156862745098],[174.509803921569,134.313725490196,102.941176470588],[131.372549019608,91.1764705882353,61.7647058823529],[68.6274509803922,32.3529411764706,6.86274509803922],[33.3333333333333,2.94117647058824,0],[56.8627450980392,31.3725490196078,16.6666666666667],[49.0196078431373,27.4509803921569,16.6666666666667],[22.5490196078431,5.88235294117647,0],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,7.84313725490196,5.88235294117647],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[24.5098039215686,20.5882352941176,21.5686274509804],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,10.7843137254902],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,5.88235294117647,9.80392156862745],[5.88235294117647,13.7254901960784,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[16.6666666666667,27.4509803921569,31.3725490196078],[10.7843137254902,21.5686274509804,25.4901960784314],[8.82352941176471,19.6078431372549,25.4901960784314],[15.6862745098039,24.5098039215686,33.3333333333333],[13.7254901960784,22.5490196078431,29.4117647058824],[13.7254901960784,22.5490196078431,29.4117647058824],[14.7058823529412,25.4901960784314,31.3725490196078],[16.6666666666667,27.4509803921569,33.3333333333333],[21.5686274509804,35.2941176470588,38.2352941176471],[33.3333333333333,47.0588235294118,50],[23.5294117647059,37.2549019607843,38.2352941176471],[29.4117647058824,43.1372549019608,44.1176470588235],[26.4705882352941,42.156862745098,41.1764705882353],[26.4705882352941,42.156862745098,41.1764705882353],[28.4313725490196,47.0588235294118,43.1372549019608],[25.4901960784314,44.1176470588235,40.1960784313726],[25.4901960784314,44.1176470588235,40.1960784313726],[37.2549019607843,53.921568627451,46.078431372549],[81.3725490196078,93.1372549019608,79.4117647058823],[92.156862745098,100.980392156863,84.3137254901961],[79.4117647058823,88.2352941176471,69.6078431372549],[85.2941176470588,94.1176470588235,75.4901960784314],[80.3921568627451,88.2352941176471,67.6470588235294],[110.78431372549,118.627450980392,98.0392156862745],[133.333333333333,141.176470588235,118.627450980392],[104.901960784314,112.745098039216,90.1960784313725],[60.7843137254902,68.6274509803922,46.078431372549],[78.4313725490196,86.2745098039216,63.7254901960784],[112.745098039216,120.588235294118,98.0392156862745],[90.1960784313725,100,76.4705882352941],[72.5490196078431,82.3529411764706,58.8235294117647],[100,111.764705882353,88.2352941176471],[135.294117647059,147.058823529412,123.529411764706],[148.039215686275,160.78431372549,141.176470588235],[89.2156862745098,104.901960784314,94.1176470588235],[82.3529411764706,101.960784313725,93.1372549019608],[79.4117647058823,102.941176470588,90.1960784313725],[67.6470588235294,95.0980392156863,81.3725490196078],[79.4117647058823,110.78431372549,96.078431372549],[70.5882352941177,103.921568627451,90.1960784313725],[73.5294117647059,105.882352941176,97.0588235294118],[107.843137254902,142.156862745098,136.274509803922],[83.3333333333333,116.666666666667,115.686274509804],[64.7058823529412,100,100],[76.4705882352941,113.725490196078,114.705882352941],[125.490196078431,164.705882352941,164.705882352941],[67.6470588235294,111.764705882353,108.823529411765],[72.5490196078431,120.588235294118,114.705882352941],[77.4509803921569,127.450980392157,118.627450980392],[65.6862745098039,115.686274509804,108.823529411765],[100.980392156863,142.156862745098,140.196078431373],[109.803921568627,150.980392156863,149.019607843137],[79.4117647058823,123.529411764706,116.666666666667],[78.4313725490196,128.43137254902,119.607843137255],[68.6274509803922,128.43137254902,121.56862745098],[104.901960784314,160.78431372549,153.921568627451],[146.078431372549,188.235294117647,178.43137254902],[156.862745098039,193.137254901961,185.294117647059],[122.549019607843,155.882352941176,156.862745098039],[152.941176470588,177.450980392157,182.352941176471],[178.43137254902,192.156862745098,193.137254901961],[235.294117647059,246.078431372549,248.039215686275],[192.156862745098,211.764705882353,218.627450980392],[152.941176470588,181.372549019608,187.254901960784],[113.725490196078,147.058823529412,149.019607843137],[157.843137254902,185.294117647059,186.274509803922],[182.352941176471,192.156862745098,194.117647058824],[143.137254901961,145.098039215686,144.117647058824],[162.745098039216,169.607843137255,161.764705882353],[167.647058823529,179.411764705882,165.686274509804],[208.823529411765,225.490196078431,209.803921568627],[166.666666666667,186.274509803922,174.509803921569],[150,172.549019607843,164.705882352941],[151.960784313725,176.470588235294,172.549019607843],[150.980392156863,177.450980392157,172.549019607843],[132.352941176471,161.764705882353,151.960784313725],[142.156862745098,169.607843137255,154.901960784314],[112.745098039216,137.254901960784,118.627450980392],[100.980392156863,118.627450980392,102.941176470588],[155.882352941176,165.686274509804,156.862745098039],[193.137254901961,193.137254901961,195.098039215686],[220.588235294118,218.627450980392,223.529411764706],[222.549019607843,222.549019607843,222.549019607843],[156.862745098039,162.745098039216,158.823529411765],[224.509803921569,241.176470588235,231.372549019608],[203.921568627451,220.588235294118,210.78431372549],[150,160.78431372549,152.941176470588],[128.43137254902,143.137254901961,136.274509803922],[102.941176470588,132.352941176471,122.549019607843],[140.196078431373,176.470588235294,168.627450980392],[115.686274509804,150,144.117647058824],[74.5098039215686,104.901960784314,100],[67.6470588235294,89.2156862745098,86.2745098039216],[68.6274509803922,85.2941176470588,79.4117647058823],[157.843137254902,169.607843137255,157.843137254902],[173.529411764706,177.450980392157,160.78431372549],[165.686274509804,157.843137254902,139.21568627451],[204.901960784314,188.235294117647,168.627450980392],[186.274509803922,172.549019607843,147.058823529412],[172.549019607843,156.862745098039,131.372549019608],[191.176470588235,171.56862745098,145.098039215686],[159.803921568627,143.137254901961,117.647058823529],[175.490196078431,164.705882352941,145.098039215686],[158.823529411765,148.039215686275,128.43137254902],[206.862745098039,191.176470588235,166.666666666667],[171.56862745098,159.803921568627,134.313725490196],[106.862745098039,108.823529411765,88.2352941176471],[120.588235294118,123.529411764706,104.901960784314],[168.627450980392,164.705882352941,140.196078431373],[111.764705882353,104.901960784314,79.4117647058823],[93.1372549019608,88.2352941176471,68.6274509803922],[139.21568627451,132.352941176471,114.705882352941],[226.470588235294,211.764705882353,193.137254901961],[198.039215686275,176.470588235294,155.882352941176],[182.352941176471,152.941176470588,129.411764705882],[160.78431372549,129.411764705882,104.901960784314],[162.745098039216,140.196078431373,109.803921568627],[179.411764705882,156.862745098039,126.470588235294],[146.078431372549,112.745098039216,86.2745098039216],[159.803921568627,124.509803921569,99.0196078431373],[149.019607843137,122.549019607843,96.078431372549],[153.921568627451,130.392156862745,102.941176470588],[100.980392156863,80.3921568627451,53.921568627451],[171.56862745098,146.078431372549,121.56862745098],[178.43137254902,147.058823529412,124.509803921569],[105.882352941176,78.4313725490196,54.9019607843137],[90.1960784313725,74.5098039215686,42.156862745098],[99.0196078431373,85.2941176470588,50.9803921568627],[92.156862745098,69.6078431372549,38.2352941176471],[93.1372549019608,64.7058823529412,31.3725490196078],[142.156862745098,110.78431372549,72.5490196078431],[148.039215686275,113.725490196078,72.5490196078431],[190.196078431373,151.960784313725,111.764705882353],[170.588235294118,131.372549019608,96.078431372549],[134.313725490196,96.078431372549,65.6862745098039],[98.0392156862745,63.7254901960784,34.3137254901961],[85.2941176470588,56.8627450980392,23.5294117647059],[143.137254901961,117.647058823529,83.3333333333333],[108.823529411765,83.3333333333333,47.0588235294118],[108.823529411765,80.3921568627451,47.0588235294118],[93.1372549019608,60.7843137254902,30.3921568627451],[125.490196078431,92.156862745098,64.7058823529412],[170.588235294118,142.156862745098,110.78431372549],[149.019607843137,126.470588235294,95.0980392156863],[98.0392156862745,84.3137254901961,55.8823529411765],[76.4705882352941,61.7647058823529,33.3333333333333],[130.392156862745,105.882352941176,76.4705882352941],[149.019607843137,123.529411764706,91.1764705882353],[151.960784313725,134.313725490196,95.0980392156863],[99.0196078431373,86.2745098039216,43.1372549019608],[112.745098039216,100.980392156863,59.8039215686275],[114.705882352941,102.941176470588,65.6862745098039],[119.607843137255,102.941176470588,73.5294117647059],[171.56862745098,151.960784313725,127.450980392157],[180.392156862745,163.725490196078,138.235294117647],[118.627450980392,104.901960784314,76.4705882352941],[93.1372549019608,87.2549019607843,51.9607843137255],[98.0392156862745,96.078431372549,58.8235294117647],[99.0196078431373,96.078431372549,63.7254901960784],[111.764705882353,103.921568627451,81.3725490196078],[81.3725490196078,64.7058823529412,54.9019607843137],[76.4705882352941,56.8627450980392,48.0392156862745],[57.843137254902,41.1764705882353,21.5686274509804],[74.5098039215686,60.7843137254902,35.2941176470588],[91.1764705882353,78.4313725490196,59.8039215686275],[73.5294117647059,64.7058823529412,50],[46.078431372549,37.2549019607843,28.4313725490196],[43.1372549019608,36.2745098039216,28.4313725490196],[56.8627450980392,48.0392156862745,39.2156862745098],[171.56862745098,161.764705882353,150],[192.156862745098,176.470588235294,160.78431372549],[51.9607843137255,31.3725490196078,10.7843137254902],[73.5294117647059,48.0392156862745,23.5294117647059],[49.0196078431373,19.6078431372549,0],[63.7254901960784,33.3333333333333,4.90196078431373],[142.156862745098,107.843137254902,80.3921568627451],[143.137254901961,107.843137254902,82.3529411764706],[79.4117647058823,45.0980392156863,23.5294117647059],[65.6862745098039,35.2941176470588,17.6470588235294],[53.921568627451,28.4313725490196,15.6862745098039],[35.2941176470588,12.7450980392157,4.90196078431373],[21.5686274509804,4.90196078431373,0],[16.6666666666667,5.88235294117647,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[13.7254901960784,11.7647058823529,14.7058823529412],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,1.96078431372549,4.90196078431373],[11.7647058823529,9.80392156862745,12.7450980392157],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[1.96078431372549,1.96078431372549,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,3.92156862745098],[1.96078431372549,6.86274509803922,9.80392156862745],[3.92156862745098,11.7647058823529,14.7058823529412],[11.7647058823529,19.6078431372549,22.5490196078431],[13.7254901960784,22.5490196078431,27.4509803921569],[14.7058823529412,25.4901960784314,29.4117647058824],[16.6666666666667,30.3921568627451,33.3333333333333],[6.86274509803922,19.6078431372549,25.4901960784314],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[17.6470588235294,26.4705882352941,33.3333333333333],[8.82352941176471,19.6078431372549,25.4901960784314],[20.5882352941176,31.3725490196078,35.2941176470588],[12.7450980392157,26.4705882352941,29.4117647058824],[26.4705882352941,40.1960784313726,41.1764705882353],[28.4313725490196,42.156862745098,43.1372549019608],[33.3333333333333,47.0588235294118,47.0588235294118],[32.3529411764706,48.0392156862745,47.0588235294118],[33.3333333333333,49.0196078431373,46.078431372549],[37.2549019607843,52.9411764705882,50],[31.3725490196078,50,46.078431372549],[28.4313725490196,47.0588235294118,43.1372549019608],[40.1960784313726,55.8823529411765,46.078431372549],[104.901960784314,112.745098039216,98.0392156862745],[116.666666666667,121.56862745098,101.960784313725],[99.0196078431373,103.921568627451,84.3137254901961],[62.7450980392157,65.6862745098039,45.0980392156863],[97.0588235294118,100,79.4117647058823],[159.803921568627,163.725490196078,141.176470588235],[114.705882352941,118.627450980392,96.078431372549],[83.3333333333333,87.2549019607843,62.7450980392157],[62.7450980392157,66.6666666666667,42.156862745098],[86.2745098039216,92.156862745098,66.6666666666667],[96.078431372549,101.960784313725,76.4705882352941],[126.470588235294,135.294117647059,108.823529411765],[111.764705882353,120.588235294118,94.1176470588235],[121.56862745098,132.352941176471,102.941176470588],[150,160.78431372549,131.372549019608],[158.823529411765,172.549019607843,148.039215686275],[160.78431372549,177.450980392157,159.803921568627],[129.411764705882,151.960784313725,136.274509803922],[113.725490196078,140.196078431373,125.490196078431],[72.5490196078431,102.941176470588,88.2352941176471],[70.5882352941177,103.921568627451,90.1960784313725],[74.5098039215686,109.803921568627,98.0392156862745],[87.2549019607843,121.56862745098,114.705882352941],[75.4901960784314,111.764705882353,104.901960784314],[72.5490196078431,107.843137254902,105.882352941176],[70.5882352941177,105.882352941176,105.882352941176],[91.1764705882353,126.470588235294,126.470588235294],[99.0196078431373,137.254901960784,136.274509803922],[79.4117647058823,120.588235294118,118.627450980392],[95.0980392156863,139.21568627451,134.313725490196],[90.1960784313725,138.235294117647,132.352941176471],[94.1176470588235,140.196078431373,134.313725490196],[83.3333333333333,121.56862745098,120.588235294118],[78.4313725490196,116.666666666667,113.725490196078],[71.5686274509804,113.725490196078,106.862745098039],[79.4117647058823,128.43137254902,117.647058823529],[106.862745098039,159.803921568627,147.058823529412],[125.490196078431,176.470588235294,163.725490196078],[158.823529411765,199.019607843137,185.294117647059],[109.803921568627,141.176470588235,130.392156862745],[110.78431372549,132.352941176471,129.411764705882],[174.509803921569,188.235294117647,188.235294117647],[231.372549019608,239.21568627451,241.176470588235],[236.274509803922,244.117647058824,246.078431372549],[222.549019607843,240.196078431373,244.117647058824],[181.372549019608,205.882352941176,209.803921568627],[118.627450980392,151.960784313725,153.921568627451],[135.294117647059,162.745098039216,165.686274509804],[167.647058823529,177.450980392157,179.411764705882],[148.039215686275,150,149.019607843137],[136.274509803922,142.156862745098,132.352941176471],[148.039215686275,155.882352941176,141.176470588235],[140.196078431373,153.921568627451,137.254901960784],[118.627450980392,138.235294117647,126.470588235294],[122.549019607843,147.058823529412,141.176470588235],[119.607843137255,150,145.098039215686],[98.0392156862745,129.411764705882,124.509803921569],[118.627450980392,150.980392156863,142.156862745098],[115.686274509804,148.039215686275,131.372549019608],[147.058823529412,174.509803921569,152.941176470588],[108.823529411765,129.411764705882,110.78431372549],[160.78431372549,174.509803921569,161.764705882353],[173.529411764706,182.352941176471,181.372549019608],[186.274509803922,190.196078431373,191.176470588235],[219.607843137255,218.627450980392,213.725490196078],[250,250,241.176470588235],[214.705882352941,225.490196078431,211.764705882353],[189.21568627451,200.980392156863,187.254901960784],[142.156862745098,150,137.254901960784],[100.980392156863,112.745098039216,100.980392156863],[127.450980392157,150.980392156863,137.254901960784],[121.56862745098,151.960784313725,137.254901960784],[87.2549019607843,116.666666666667,104.901960784314],[75.4901960784314,100.980392156863,90.1960784313725],[53.921568627451,69.6078431372549,59.8039215686275],[170.588235294118,178.43137254902,167.647058823529],[166.666666666667,170.588235294118,155.882352941176],[182.352941176471,179.411764705882,160.78431372549],[230.392156862745,213.725490196078,194.117647058824],[204.901960784314,183.333333333333,160.78431372549],[231.372549019608,214.705882352941,187.254901960784],[215.686274509804,199.019607843137,169.607843137255],[168.627450980392,148.039215686275,117.647058823529],[179.411764705882,159.803921568627,133.333333333333],[166.666666666667,154.901960784314,133.333333333333],[165.686274509804,154.901960784314,133.333333333333],[224.509803921569,208.823529411765,183.333333333333],[172.549019607843,160.78431372549,135.294117647059],[153.921568627451,152.941176470588,133.333333333333],[159.803921568627,160.78431372549,143.137254901961],[209.803921568627,203.921568627451,180.392156862745],[169.607843137255,162.745098039216,137.254901960784],[148.039215686275,143.137254901961,123.529411764706],[156.862745098039,150,131.372549019608],[189.21568627451,174.509803921569,153.921568627451],[185.294117647059,163.725490196078,141.176470588235],[200,168.627450980392,144.117647058824],[226.470588235294,196.078431372549,168.627450980392],[207.843137254902,187.254901960784,156.862745098039],[155.882352941176,133.333333333333,102.941176470588],[148.039215686275,114.705882352941,90.1960784313725],[161.764705882353,128.43137254902,103.921568627451],[159.803921568627,134.313725490196,109.803921568627],[152.941176470588,133.333333333333,106.862745098039],[113.725490196078,94.1176470588235,69.6078431372549],[126.470588235294,104.901960784314,81.3725490196078],[113.725490196078,83.3333333333333,62.7450980392157],[97.0588235294118,71.5686274509804,49.0196078431373],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,103.921568627451,74.5098039215686],[77.4509803921569,57.843137254902,31.3725490196078],[109.803921568627,85.2941176470588,54.9019607843137],[99.0196078431373,70.5882352941177,31.3725490196078],[173.529411764706,141.176470588235,97.0588235294118],[195.098039215686,161.764705882353,116.666666666667],[170.588235294118,138.235294117647,98.0392156862745],[122.549019607843,89.2156862745098,61.7647058823529],[123.529411764706,92.156862745098,67.6470588235294],[95.0980392156863,66.6666666666667,37.2549019607843],[126.470588235294,100.980392156863,68.6274509803922],[87.2549019607843,61.7647058823529,27.4509803921569],[89.2156862745098,60.7843137254902,29.4117647058824],[103.921568627451,72.5490196078431,48.0392156862745],[98.0392156862745,67.6470588235294,40.1960784313726],[129.411764705882,103.921568627451,67.6470588235294],[169.607843137255,150.980392156863,111.764705882353],[133.333333333333,118.627450980392,86.2745098039216],[96.078431372549,83.3333333333333,51.9607843137255],[132.352941176471,113.725490196078,82.3529411764706],[138.235294117647,118.627450980392,84.3137254901961],[146.078431372549,129.411764705882,87.2549019607843],[148.039215686275,134.313725490196,90.1960784313725],[114.705882352941,98.0392156862745,55.8823529411765],[117.647058823529,98.0392156862745,61.7647058823529],[100,76.4705882352941,49.0196078431373],[74.5098039215686,50.9803921568627,27.4509803921569],[123.529411764706,100,74.5098039215686],[230.392156862745,209.803921568627,179.411764705882],[123.529411764706,108.823529411765,70.5882352941177],[84.3137254901961,72.5490196078431,33.3333333333333],[117.647058823529,104.901960784314,71.5686274509804],[129.411764705882,115.686274509804,90.1960784313725],[80.3921568627451,62.7450980392157,52.9411764705882],[58.8235294117647,42.156862745098,35.2941176470588],[47.0588235294118,38.2352941176471,23.5294117647059],[72.5490196078431,65.6862745098039,48.0392156862745],[94.1176470588235,86.2745098039216,73.5294117647059],[64.7058823529412,57.843137254902,48.0392156862745],[49.0196078431373,45.0980392156863,36.2745098039216],[45.0980392156863,40.1960784313726,34.3137254901961],[63.7254901960784,58.8235294117647,52.9411764705882],[55.8823529411765,49.0196078431373,41.1764705882353],[37.2549019607843,29.4117647058824,18.6274509803922],[47.0588235294118,35.2941176470588,19.6078431372549],[50,35.2941176470588,16.6666666666667],[50.9803921568627,30.3921568627451,9.80392156862745],[62.7450980392157,39.2156862745098,15.6862745098039],[77.4509803921569,48.0392156862745,24.5098039215686],[142.156862745098,108.823529411765,84.3137254901961],[100,65.6862745098039,46.078431372549],[50.9803921568627,22.5490196078431,6.86274509803922],[50.9803921568627,25.4901960784314,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[25.4901960784314,8.82352941176471,1.96078431372549],[11.7647058823529,0.980392156862745,0],[13.7254901960784,4.90196078431373,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[32.3529411764706,30.3921568627451,33.3333333333333],[46.078431372549,44.1176470588235,47.0588235294118],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[24.5098039215686,22.5490196078431,25.4901960784314],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,7.84313725490196,13.7254901960784],[15.6862745098039,22.5490196078431,28.4313725490196],[19.6078431372549,28.4313725490196,33.3333333333333],[15.6862745098039,26.4705882352941,30.3921568627451],[8.82352941176471,21.5686274509804,27.4509803921569],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,27.4509803921569],[13.7254901960784,22.5490196078431,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[20.5882352941176,29.4117647058824,36.2745098039216],[15.6862745098039,24.5098039215686,29.4117647058824],[13.7254901960784,22.5490196078431,27.4509803921569],[17.6470588235294,28.4313725490196,32.3529411764706],[20.5882352941176,31.3725490196078,33.3333333333333],[24.5098039215686,35.2941176470588,37.2549019607843],[28.4313725490196,40.1960784313726,40.1960784313726],[22.5490196078431,36.2745098039216,36.2745098039216],[23.5294117647059,38.2352941176471,35.2941176470588],[30.3921568627451,45.0980392156863,42.156862745098],[30.3921568627451,45.0980392156863,40.1960784313726],[50,64.7058823529412,59.8039215686275],[91.1764705882353,101.960784313725,94.1176470588235],[99.0196078431373,100.980392156863,88.2352941176471],[41.1764705882353,38.2352941176471,21.5686274509804],[71.5686274509804,68.6274509803922,51.9607843137255],[100,97.0588235294118,78.4313725490196],[104.901960784314,102.941176470588,82.3529411764706],[148.039215686275,146.078431372549,123.529411764706],[147.058823529412,147.058823529412,121.56862745098],[107.843137254902,107.843137254902,82.3529411764706],[104.901960784314,107.843137254902,79.4117647058823],[120.588235294118,123.529411764706,95.0980392156863],[110.78431372549,113.725490196078,83.3333333333333],[104.901960784314,109.803921568627,78.4313725490196],[126.470588235294,133.333333333333,100.980392156863],[145.098039215686,154.901960784314,121.56862745098],[196.078431372549,205.882352941176,172.549019607843],[118.627450980392,132.352941176471,100],[178.43137254902,198.039215686275,170.588235294118],[115.686274509804,139.21568627451,115.686274509804],[49.0196078431373,75.4901960784314,56.8627450980392],[95.0980392156863,124.509803921569,112.745098039216],[60.7843137254902,92.156862745098,87.2549019607843],[57.843137254902,93.1372549019608,91.1764705882353],[83.3333333333333,118.627450980392,116.666666666667],[99.0196078431373,134.313725490196,132.352941176471],[105.882352941176,142.156862745098,135.294117647059],[91.1764705882353,127.450980392157,119.607843137255],[108.823529411765,146.078431372549,135.294117647059],[124.509803921569,160.78431372549,152.941176470588],[75.4901960784314,113.725490196078,108.823529411765],[78.4313725490196,117.647058823529,116.666666666667],[82.3529411764706,122.549019607843,124.509803921569],[71.5686274509804,110.78431372549,112.745098039216],[84.3137254901961,117.647058823529,116.666666666667],[71.5686274509804,105.882352941176,101.960784313725],[92.156862745098,132.352941176471,126.470588235294],[102.941176470588,145.098039215686,135.294117647059],[99.0196078431373,142.156862745098,125.490196078431],[110.78431372549,150.980392156863,133.333333333333],[120.588235294118,155.882352941176,142.156862745098],[136.274509803922,163.725490196078,151.960784313725],[140.196078431373,151.960784313725,142.156862745098],[191.176470588235,196.078431372549,190.196078431373],[244.117647058824,246.078431372549,245.098039215686],[246.078431372549,250,250],[215.686274509804,226.470588235294,228.43137254902],[132.352941176471,151.960784313725,152.941176470588],[129.411764705882,158.823529411765,158.823529411765],[111.764705882353,141.176470588235,141.176470588235],[148.039215686275,167.647058823529,168.627450980392],[115.686274509804,127.450980392157,125.490196078431],[137.254901960784,149.019607843137,139.21568627451],[132.352941176471,144.117647058824,130.392156862745],[106.862745098039,120.588235294118,105.882352941176],[118.627450980392,138.235294117647,127.450980392157],[113.725490196078,138.235294117647,134.313725490196],[91.1764705882353,118.627450980392,119.607843137255],[84.3137254901961,115.686274509804,114.705882352941],[85.2941176470588,117.647058823529,110.78431372549],[92.156862745098,123.529411764706,108.823529411765],[112.745098039216,141.176470588235,121.56862745098],[151.960784313725,176.470588235294,155.882352941176],[159.803921568627,180.392156862745,165.686274509804],[139.21568627451,157.843137254902,151.960784313725],[142.156862745098,152.941176470588,145.098039215686],[206.862745098039,205.882352941176,186.274509803922],[212.745098039216,211.764705882353,184.313725490196],[204.901960784314,210.78431372549,183.333333333333],[208.823529411765,218.627450980392,192.156862745098],[169.607843137255,174.509803921569,151.960784313725],[129.411764705882,138.235294117647,117.647058823529],[101.960784313725,120.588235294118,100.980392156863],[123.529411764706,146.078431372549,128.43137254902],[92.156862745098,115.686274509804,101.960784313725],[147.058823529412,163.725490196078,153.921568627451],[174.509803921569,179.411764705882,173.529411764706],[250,250,245.098039215686],[227.450980392157,224.509803921569,215.686274509804],[224.509803921569,214.705882352941,204.901960784314],[222.549019607843,198.039215686275,191.176470588235],[229.411764705882,201.960784313725,188.235294117647],[238.235294117647,218.627450980392,192.156862745098],[175.490196078431,156.862745098039,124.509803921569],[144.117647058824,121.56862745098,90.1960784313725],[158.823529411765,138.235294117647,109.803921568627],[155.882352941176,141.176470588235,118.627450980392],[172.549019607843,160.78431372549,139.21568627451],[140.196078431373,123.529411764706,98.0392156862745],[156.862745098039,143.137254901961,117.647058823529],[123.529411764706,120.588235294118,101.960784313725],[94.1176470588235,93.1372549019608,73.5294117647059],[163.725490196078,156.862745098039,131.372549019608],[150,138.235294117647,112.745098039216],[108.823529411765,100.980392156863,78.4313725490196],[149.019607843137,138.235294117647,118.627450980392],[227.450980392157,209.803921568627,188.235294117647],[218.627450980392,195.098039215686,171.56862745098],[156.862745098039,126.470588235294,99.0196078431373],[179.411764705882,149.019607843137,120.588235294118],[250,236.274509803922,205.882352941176],[141.176470588235,118.627450980392,88.2352941176471],[149.019607843137,115.686274509804,91.1764705882353],[191.176470588235,156.862745098039,135.294117647059],[143.137254901961,117.647058823529,95.0980392156863],[171.56862745098,151.960784313725,127.450980392157],[111.764705882353,94.1176470588235,70.5882352941177],[122.549019607843,102.941176470588,79.4117647058823],[110.78431372549,84.3137254901961,63.7254901960784],[84.3137254901961,59.8039215686275,38.2352941176471],[109.803921568627,98.0392156862745,72.5490196078431],[119.607843137255,109.803921568627,83.3333333333333],[81.3725490196078,65.6862745098039,41.1764705882353],[71.5686274509804,48.0392156862745,22.5490196078431],[136.274509803922,106.862745098039,71.5686274509804],[181.372549019608,150,109.803921568627],[110.78431372549,87.2549019607843,40.1960784313726],[127.450980392157,104.901960784314,63.7254901960784],[117.647058823529,95.0980392156863,64.7058823529412],[111.764705882353,88.2352941176471,62.7450980392157],[153.921568627451,127.450980392157,99.0196078431373],[111.764705882353,81.3725490196078,50.9803921568627],[71.5686274509804,42.156862745098,8.82352941176471],[104.901960784314,74.5098039215686,44.1176470588235],[110.78431372549,86.2745098039216,56.8627450980392],[117.647058823529,98.0392156862745,65.6862745098039],[120.588235294118,103.921568627451,61.7647058823529],[118.627450980392,103.921568627451,61.7647058823529],[155.882352941176,137.254901960784,104.901960784314],[92.156862745098,77.4509803921569,47.0588235294118],[61.7647058823529,52.9411764705882,24.5098039215686],[69.6078431372549,60.7843137254902,28.4313725490196],[94.1176470588235,81.3725490196078,38.2352941176471],[192.156862745098,176.470588235294,126.470588235294],[170.588235294118,149.019607843137,100],[151.960784313725,128.43137254902,83.3333333333333],[138.235294117647,109.803921568627,76.4705882352941],[96.078431372549,66.6666666666667,39.2156862745098],[87.2549019607843,56.8627450980392,36.2745098039216],[214.705882352941,184.313725490196,163.725490196078],[130.392156862745,100.980392156863,75.4901960784314],[90.1960784313725,63.7254901960784,35.2941176470588],[74.5098039215686,50.9803921568627,23.5294117647059],[99.0196078431373,79.4117647058823,54.9019607843137],[76.4705882352941,59.8039215686275,42.156862745098],[41.1764705882353,29.4117647058824,15.6862745098039],[26.4705882352941,22.5490196078431,10.7843137254902],[24.5098039215686,22.5490196078431,10.7843137254902],[58.8235294117647,54.9019607843137,44.1176470588235],[60.7843137254902,53.921568627451,44.1176470588235],[41.1764705882353,32.3529411764706,25.4901960784314],[70.5882352941177,61.7647058823529,54.9019607843137],[82.3529411764706,75.4901960784314,69.6078431372549],[41.1764705882353,36.2745098039216,30.3921568627451],[15.6862745098039,12.7450980392157,3.92156862745098],[34.3137254901961,30.3921568627451,21.5686274509804],[39.2156862745098,31.3725490196078,20.5882352941176],[35.2941176470588,23.5294117647059,9.80392156862745],[23.5294117647059,5.88235294117647,0],[60.7843137254902,34.3137254901961,13.7254901960784],[100,66.6666666666667,42.156862745098],[117.647058823529,82.3529411764706,60.7843137254902],[72.5490196078431,41.1764705882353,26.4705882352941],[37.2549019607843,10.7843137254902,0],[27.4509803921569,7.84313725490196,0],[27.4509803921569,10.7843137254902,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[25.4901960784314,24.5098039215686,22.5490196078431],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,5.88235294117647,3.92156862745098],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[13.7254901960784,22.5490196078431,27.4509803921569],[20.5882352941176,31.3725490196078,35.2941176470588],[15.6862745098039,29.4117647058824,32.3529411764706],[8.82352941176471,21.5686274509804,27.4509803921569],[1.96078431372549,14.7058823529412,20.5882352941176],[14.7058823529412,25.4901960784314,31.3725490196078],[17.6470588235294,26.4705882352941,33.3333333333333],[20.5882352941176,29.4117647058824,36.2745098039216],[19.6078431372549,28.4313725490196,33.3333333333333],[14.7058823529412,23.5294117647059,28.4313725490196],[14.7058823529412,24.5098039215686,26.4705882352941],[21.5686274509804,32.3529411764706,34.3137254901961],[29.4117647058824,41.1764705882353,41.1764705882353],[32.3529411764706,44.1176470588235,44.1176470588235],[29.4117647058824,41.1764705882353,39.2156862745098],[21.5686274509804,33.3333333333333,31.3725490196078],[21.5686274509804,33.3333333333333,29.4117647058824],[33.3333333333333,45.0980392156863,41.1764705882353],[43.1372549019608,54.9019607843137,50.9803921568627],[46.078431372549,57.843137254902,53.921568627451],[50.9803921568627,60.7843137254902,51.9607843137255],[79.4117647058823,77.4509803921569,64.7058823529412],[92.156862745098,86.2745098039216,70.5882352941177],[108.823529411765,103.921568627451,85.2941176470588],[110.78431372549,105.882352941176,86.2745098039216],[112.745098039216,107.843137254902,86.2745098039216],[106.862745098039,102.941176470588,78.4313725490196],[107.843137254902,103.921568627451,77.4509803921569],[141.176470588235,140.196078431373,110.78431372549],[136.274509803922,135.294117647059,105.882352941176],[107.843137254902,108.823529411765,77.4509803921569],[130.392156862745,134.313725490196,101.960784313725],[109.803921568627,115.686274509804,82.3529411764706],[77.4509803921569,85.2941176470588,49.0196078431373],[158.823529411765,166.666666666667,130.392156862745],[172.549019607843,182.352941176471,146.078431372549],[94.1176470588235,107.843137254902,72.5490196078431],[130.392156862745,151.960784313725,116.666666666667],[60.7843137254902,87.2549019607843,56.8627450980392],[74.5098039215686,102.941176470588,81.3725490196078],[88.2352941176471,119.607843137255,106.862745098039],[70.5882352941177,104.901960784314,99.0196078431373],[99.0196078431373,134.313725490196,134.313725490196],[88.2352941176471,126.470588235294,125.490196078431],[84.3137254901961,122.549019607843,119.607843137255],[129.411764705882,165.686274509804,158.823529411765],[120.588235294118,155.882352941176,146.078431372549],[114.705882352941,150,136.274509803922],[79.4117647058823,114.705882352941,102.941176470588],[58.8235294117647,93.1372549019608,86.2745098039216],[77.4509803921569,110.78431372549,109.803921568627],[83.3333333333333,117.647058823529,121.56862745098],[60.7843137254902,94.1176470588235,96.078431372549],[94.1176470588235,122.549019607843,120.588235294118],[117.647058823529,148.039215686275,142.156862745098],[87.2549019607843,123.529411764706,116.666666666667],[81.3725490196078,120.588235294118,109.803921568627],[99.0196078431373,133.333333333333,113.725490196078],[122.549019607843,153.921568627451,133.333333333333],[142.156862745098,173.529411764706,158.823529411765],[180.392156862745,201.960784313725,189.21568627451],[186.274509803922,190.196078431373,175.490196078431],[250,250,239.21568627451],[249.019607843137,250,248.039215686275],[247.058823529412,250,250],[177.450980392157,186.274509803922,183.333333333333],[141.176470588235,155.882352941176,152.941176470588],[108.823529411765,137.254901960784,133.333333333333],[107.843137254902,139.21568627451,136.274509803922],[125.490196078431,156.862745098039,151.960784313725],[113.725490196078,143.137254901961,135.294117647059],[106.862745098039,130.392156862745,116.666666666667],[123.529411764706,144.117647058824,129.411764705882],[155.882352941176,173.529411764706,161.764705882353],[123.529411764706,143.137254901961,134.313725490196],[85.2941176470588,106.862745098039,104.901960784314],[122.549019607843,146.078431372549,148.039215686275],[118.627450980392,146.078431372549,147.058823529412],[116.666666666667,145.098039215686,141.176470588235],[118.627450980392,146.078431372549,134.313725490196],[91.1764705882353,117.647058823529,100.980392156863],[182.352941176471,206.862745098039,188.235294117647],[171.56862745098,195.098039215686,179.411764705882],[85.2941176470588,107.843137254902,98.0392156862745],[119.607843137255,135.294117647059,122.549019607843],[203.921568627451,203.921568627451,178.43137254902],[172.549019607843,169.607843137255,137.254901960784],[207.843137254902,213.725490196078,180.392156862745],[192.156862745098,199.019607843137,168.627450980392],[185.294117647059,189.21568627451,162.745098039216],[165.686274509804,173.529411764706,150],[201.960784313725,215.686274509804,193.137254901961],[171.56862745098,188.235294117647,169.607843137255],[89.2156862745098,107.843137254902,89.2156862745098],[135.294117647059,147.058823529412,133.333333333333],[231.372549019608,227.450980392157,218.627450980392],[198.039215686275,188.235294117647,179.411764705882],[172.549019607843,164.705882352941,151.960784313725],[205.882352941176,192.156862745098,179.411764705882],[221.56862745098,194.117647058824,183.333333333333],[215.686274509804,184.313725490196,169.607843137255],[199.019607843137,178.43137254902,151.960784313725],[155.882352941176,137.254901960784,104.901960784314],[141.176470588235,118.627450980392,85.2941176470588],[157.843137254902,137.254901960784,106.862745098039],[135.294117647059,120.588235294118,98.0392156862745],[117.647058823529,102.941176470588,82.3529411764706],[135.294117647059,118.627450980392,93.1372549019608],[124.509803921569,108.823529411765,83.3333333333333],[148.039215686275,143.137254901961,123.529411764706],[79.4117647058823,77.4509803921569,56.8627450980392],[90.1960784313725,79.4117647058823,51.9607843137255],[91.1764705882353,76.4705882352941,48.0392156862745],[149.019607843137,137.254901960784,111.764705882353],[185.294117647059,169.607843137255,145.098039215686],[124.509803921569,103.921568627451,77.4509803921569],[216.666666666667,190.196078431373,161.764705882353],[192.156862745098,159.803921568627,129.411764705882],[196.078431372549,166.666666666667,133.333333333333],[250,228.43137254902,198.039215686275],[107.843137254902,83.3333333333333,53.921568627451],[100.980392156863,67.6470588235294,43.1372549019608],[168.627450980392,137.254901960784,114.705882352941],[173.529411764706,150,126.470588235294],[133.333333333333,113.725490196078,89.2156862745098],[132.352941176471,114.705882352941,91.1764705882353],[116.666666666667,99.0196078431373,75.4901960784314],[95.0980392156863,70.5882352941177,49.0196078431373],[87.2549019607843,67.6470588235294,44.1176470588235],[103.921568627451,94.1176470588235,69.6078431372549],[130.392156862745,122.549019607843,100],[66.6666666666667,51.9607843137255,31.3725490196078],[78.4313725490196,58.8235294117647,35.2941176470588],[129.411764705882,100.980392156863,71.5686274509804],[176.470588235294,149.019607843137,112.745098039216],[111.764705882353,93.1372549019608,53.921568627451],[69.6078431372549,54.9019607843137,16.6666666666667],[84.3137254901961,69.6078431372549,37.2549019607843],[178.43137254902,161.764705882353,132.352941176471],[172.549019607843,148.039215686275,117.647058823529],[149.019607843137,120.588235294118,87.2549019607843],[142.156862745098,112.745098039216,77.4509803921569],[123.529411764706,96.078431372549,59.8039215686275],[99.0196078431373,77.4509803921569,41.1764705882353],[80.3921568627451,62.7450980392157,25.4901960784314],[139.21568627451,124.509803921569,84.3137254901961],[111.764705882353,97.0588235294118,56.8627450980392],[153.921568627451,134.313725490196,101.960784313725],[175.490196078431,160.78431372549,130.392156862745],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,63.7254901960784,26.4705882352941],[77.4509803921569,66.6666666666667,22.5490196078431],[139.21568627451,121.56862745098,74.5098039215686],[203.921568627451,178.43137254902,130.392156862745],[176.470588235294,146.078431372549,102.941176470588],[173.529411764706,141.176470588235,106.862745098039],[136.274509803922,102.941176470588,75.4901960784314],[162.745098039216,127.450980392157,103.921568627451],[199.019607843137,161.764705882353,139.21568627451],[164.705882352941,125.490196078431,100.980392156863],[149.019607843137,112.745098039216,86.2745098039216],[87.2549019607843,53.921568627451,27.4509803921569],[84.3137254901961,58.8235294117647,34.3137254901961],[71.5686274509804,54.9019607843137,35.2941176470588],[35.2941176470588,26.4705882352941,9.80392156862745],[27.4509803921569,25.4901960784314,13.7254901960784],[43.1372549019608,40.1960784313726,33.3333333333333],[66.6666666666667,59.8039215686275,50],[44.1176470588235,34.3137254901961,24.5098039215686],[46.078431372549,32.3529411764706,21.5686274509804],[64.7058823529412,50.9803921568627,42.156862745098],[56.8627450980392,47.0588235294118,38.2352941176471],[82.3529411764706,75.4901960784314,67.6470588235294],[42.156862745098,39.2156862745098,32.3529411764706],[32.3529411764706,32.3529411764706,24.5098039215686],[49.0196078431373,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,15.6862745098039],[22.5490196078431,3.92156862745098,0],[50.9803921568627,23.5294117647059,1.96078431372549],[59.8039215686275,23.5294117647059,0],[94.1176470588235,57.843137254902,32.3529411764706],[93.1372549019608,61.7647058823529,47.0588235294118],[56.8627450980392,30.3921568627451,19.6078431372549],[40.1960784313726,20.5882352941176,11.7647058823529],[29.4117647058824,11.7647058823529,7.84313725490196],[12.7450980392157,0.980392156862745,0.980392156862745],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[91.1764705882353,87.2549019607843,86.2745098039216],[48.0392156862745,47.0588235294118,45.0980392156863],[5.88235294117647,4.90196078431373,2.94117647058824],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[7.84313725490196,7.84313725490196,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[12.7450980392157,21.5686274509804,26.4705882352941],[20.5882352941176,31.3725490196078,37.2549019607843],[17.6470588235294,30.3921568627451,36.2745098039216],[8.82352941176471,21.5686274509804,27.4509803921569],[0,12.7450980392157,18.6274509803922],[15.6862745098039,26.4705882352941,32.3529411764706],[19.6078431372549,30.3921568627451,36.2745098039216],[23.5294117647059,34.3137254901961,38.2352941176471],[20.5882352941176,31.3725490196078,35.2941176470588],[14.7058823529412,23.5294117647059,28.4313725490196],[13.7254901960784,23.5294117647059,25.4901960784314],[24.5098039215686,34.3137254901961,36.2745098039216],[35.2941176470588,45.0980392156863,46.078431372549],[29.4117647058824,39.2156862745098,40.1960784313726],[28.4313725490196,38.2352941176471,37.2549019607843],[35.2941176470588,45.0980392156863,44.1176470588235],[36.2745098039216,47.0588235294118,43.1372549019608],[31.3725490196078,42.156862745098,38.2352941176471],[41.1764705882353,51.9607843137255,46.078431372549],[54.9019607843137,65.6862745098039,59.8039215686275],[58.8235294117647,63.7254901960784,56.8627450980392],[86.2745098039216,82.3529411764706,70.5882352941177],[155.882352941176,147.058823529412,132.352941176471],[121.56862745098,112.745098039216,96.078431372549],[92.156862745098,84.3137254901961,65.6862745098039],[105.882352941176,98.0392156862745,77.4509803921569],[102.941176470588,97.0588235294118,73.5294117647059],[112.745098039216,106.862745098039,81.3725490196078],[111.764705882353,107.843137254902,79.4117647058823],[98.0392156862745,97.0588235294118,67.6470588235294],[101.960784313725,102.941176470588,71.5686274509804],[119.607843137255,123.529411764706,91.1764705882353],[169.607843137255,173.529411764706,139.21568627451],[119.607843137255,125.490196078431,90.1960784313725],[189.21568627451,197.058823529412,160.78431372549],[128.43137254902,138.235294117647,101.960784313725],[90.1960784313725,105.882352941176,69.6078431372549],[159.803921568627,180.392156862745,148.039215686275],[131.372549019608,156.862745098039,128.43137254902],[125.490196078431,154.901960784314,131.372549019608],[100,132.352941176471,115.686274509804],[63.7254901960784,99.0196078431373,89.2156862745098],[70.5882352941177,105.882352941176,101.960784313725],[79.4117647058823,117.647058823529,112.745098039216],[101.960784313725,140.196078431373,135.294117647059],[74.5098039215686,110.78431372549,103.921568627451],[92.156862745098,126.470588235294,119.607843137255],[113.725490196078,146.078431372549,137.254901960784],[73.5294117647059,103.921568627451,96.078431372549],[88.2352941176471,118.627450980392,112.745098039216],[110.78431372549,141.176470588235,136.274509803922],[102.941176470588,134.313725490196,133.333333333333],[66.6666666666667,96.078431372549,94.1176470588235],[109.803921568627,134.313725490196,128.43137254902],[110.78431372549,137.254901960784,128.43137254902],[91.1764705882353,123.529411764706,114.705882352941],[85.2941176470588,118.627450980392,104.901960784314],[118.627450980392,143.137254901961,121.56862745098],[138.235294117647,161.764705882353,140.196078431373],[154.901960784314,181.372549019608,166.666666666667],[180.392156862745,198.039215686275,184.313725490196],[199.019607843137,200.980392156863,180.392156862745],[244.117647058824,238.235294117647,222.549019607843],[238.235294117647,241.176470588235,234.313725490196],[231.372549019608,237.254901960784,233.333333333333],[171.56862745098,178.43137254902,170.588235294118],[126.470588235294,139.21568627451,129.411764705882],[117.647058823529,140.196078431373,134.313725490196],[98.0392156862745,132.352941176471,125.490196078431],[93.1372549019608,140.196078431373,126.470588235294],[101.960784313725,151.960784313725,135.294117647059],[85.2941176470588,125.490196078431,107.843137254902],[85.2941176470588,116.666666666667,101.960784313725],[120.588235294118,146.078431372549,135.294117647059],[119.607843137255,140.196078431373,135.294117647059],[98.0392156862745,115.686274509804,117.647058823529],[111.764705882353,129.411764705882,133.333333333333],[141.176470588235,158.823529411765,160.78431372549],[127.450980392157,145.098039215686,145.098039215686],[114.705882352941,134.313725490196,125.490196078431],[154.901960784314,174.509803921569,162.745098039216],[118.627450980392,141.176470588235,123.529411764706],[132.352941176471,155.882352941176,140.196078431373],[148.039215686275,174.509803921569,159.803921568627],[126.470588235294,144.117647058824,128.43137254902],[147.058823529412,146.078431372549,126.470588235294],[140.196078431373,134.313725490196,110.78431372549],[150,151.960784313725,128.43137254902],[173.529411764706,177.450980392157,154.901960784314],[182.352941176471,185.294117647059,164.705882352941],[106.862745098039,109.803921568627,89.2156862745098],[134.313725490196,139.21568627451,119.607843137255],[191.176470588235,200,179.411764705882],[130.392156862745,144.117647058824,121.56862745098],[156.862745098039,164.705882352941,142.156862745098],[235.294117647059,224.509803921569,206.862745098039],[202.941176470588,186.274509803922,166.666666666667],[188.235294117647,176.470588235294,150.980392156863],[150,134.313725490196,108.823529411765],[165.686274509804,136.274509803922,112.745098039216],[202.941176470588,171.56862745098,147.058823529412],[167.647058823529,145.098039215686,114.705882352941],[165.686274509804,145.098039215686,114.705882352941],[191.176470588235,166.666666666667,136.274509803922],[178.43137254902,154.901960784314,127.450980392157],[152.941176470588,136.274509803922,116.666666666667],[141.176470588235,126.470588235294,105.882352941176],[101.960784313725,82.3529411764706,57.843137254902],[121.56862745098,104.901960784314,79.4117647058823],[150.980392156863,143.137254901961,122.549019607843],[66.6666666666667,60.7843137254902,39.2156862745098],[88.2352941176471,73.5294117647059,45.0980392156863],[84.3137254901961,65.6862745098039,34.3137254901961],[179.411764705882,159.803921568627,133.333333333333],[149.019607843137,128.43137254902,100],[110.78431372549,82.3529411764706,50.9803921568627],[166.666666666667,134.313725490196,100],[203.921568627451,170.588235294118,134.313725490196],[244.117647058824,212.745098039216,175.490196078431],[193.137254901961,167.647058823529,133.333333333333],[96.078431372549,69.6078431372549,40.1960784313726],[89.2156862745098,57.843137254902,33.3333333333333],[178.43137254902,147.058823529412,124.509803921569],[218.627450980392,193.137254901961,170.588235294118],[134.313725490196,112.745098039216,89.2156862745098],[133.333333333333,116.666666666667,91.1764705882353],[103.921568627451,87.2549019607843,61.7647058823529],[128.43137254902,108.823529411765,85.2941176470588],[106.862745098039,89.2156862745098,65.6862745098039],[119.607843137255,109.803921568627,85.2941176470588],[120.588235294118,112.745098039216,90.1960784313725],[75.4901960784314,62.7450980392157,46.078431372549],[118.627450980392,101.960784313725,84.3137254901961],[142.156862745098,120.588235294118,97.0588235294118],[130.392156862745,109.803921568627,83.3333333333333],[66.6666666666667,50,24.5098039215686],[59.8039215686275,46.078431372549,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[214.705882352941,200.980392156863,162.745098039216],[142.156862745098,124.509803921569,85.2941176470588],[85.2941176470588,66.6666666666667,25.4901960784314],[156.862745098039,134.313725490196,93.1372549019608],[118.627450980392,96.078431372549,52.9411764705882],[92.156862745098,71.5686274509804,25.4901960784314],[109.803921568627,92.156862745098,47.0588235294118],[100.980392156863,83.3333333333333,48.0392156862745],[83.3333333333333,64.7058823529412,33.3333333333333],[101.960784313725,81.3725490196078,52.9411764705882],[190.196078431373,175.490196078431,143.137254901961],[113.725490196078,116.666666666667,74.5098039215686],[66.6666666666667,69.6078431372549,25.4901960784314],[90.1960784313725,81.3725490196078,39.2156862745098],[105.882352941176,84.3137254901961,46.078431372549],[130.392156862745,98.0392156862745,65.6862745098039],[114.705882352941,78.4313725490196,50],[148.039215686275,113.725490196078,86.2745098039216],[135.294117647059,100.980392156863,73.5294117647059],[208.823529411765,173.529411764706,142.156862745098],[185.294117647059,146.078431372549,111.764705882353],[146.078431372549,102.941176470588,66.6666666666667],[134.313725490196,91.1764705882353,56.8627450980392],[113.725490196078,78.4313725490196,47.0588235294118],[101.960784313725,72.5490196078431,49.0196078431373],[67.6470588235294,49.0196078431373,34.3137254901961],[60.7843137254902,49.0196078431373,37.2549019607843],[28.4313725490196,21.5686274509804,11.7647058823529],[60.7843137254902,53.921568627451,44.1176470588235],[62.7450980392157,49.0196078431373,38.2352941176471],[46.078431372549,28.4313725490196,14.7058823529412],[75.4901960784314,53.921568627451,40.1960784313726],[74.5098039215686,52.9411764705882,39.2156862745098],[41.1764705882353,23.5294117647059,9.80392156862745],[63.7254901960784,50,39.2156862745098],[48.0392156862745,41.1764705882353,31.3725490196078],[48.0392156862745,44.1176470588235,33.3333333333333],[36.2745098039216,32.3529411764706,21.5686274509804],[63.7254901960784,51.9607843137255,38.2352941176471],[59.8039215686275,38.2352941176471,17.6470588235294],[52.9411764705882,19.6078431372549,0],[71.5686274509804,28.4313725490196,0],[94.1176470588235,50.9803921568627,24.5098039215686],[120.588235294118,88.2352941176471,71.5686274509804],[57.843137254902,34.3137254901961,24.5098039215686],[33.3333333333333,13.7254901960784,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[22.5490196078431,10.7843137254902,10.7843137254902],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[37.2549019607843,33.3333333333333,32.3529411764706],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0.980392156862745,9.80392156862745,14.7058823529412],[9.80392156862745,20.5882352941176,24.5098039215686],[14.7058823529412,27.4509803921569,33.3333333333333],[15.6862745098039,28.4313725490196,34.3137254901961],[8.82352941176471,23.5294117647059,28.4313725490196],[0,14.7058823529412,19.6078431372549],[11.7647058823529,24.5098039215686,30.3921568627451],[21.5686274509804,32.3529411764706,36.2745098039216],[25.4901960784314,36.2745098039216,40.1960784313726],[21.5686274509804,32.3529411764706,34.3137254901961],[14.7058823529412,25.4901960784314,27.4509803921569],[12.7450980392157,22.5490196078431,23.5294117647059],[22.5490196078431,32.3529411764706,33.3333333333333],[36.2745098039216,46.078431372549,45.0980392156863],[47.0588235294118,56.8627450980392,55.8823529411765],[24.5098039215686,35.2941176470588,31.3725490196078],[23.5294117647059,34.3137254901961,30.3921568627451],[30.3921568627451,39.2156862745098,34.3137254901961],[22.5490196078431,31.3725490196078,26.4705882352941],[36.2745098039216,46.078431372549,38.2352941176471],[61.7647058823529,71.5686274509804,63.7254901960784],[71.5686274509804,74.5098039215686,65.6862745098039],[45.0980392156863,42.156862745098,27.4509803921569],[89.2156862745098,80.3921568627451,63.7254901960784],[104.901960784314,97.0588235294118,78.4313725490196],[106.862745098039,99.0196078431373,78.4313725490196],[116.666666666667,108.823529411765,86.2745098039216],[126.470588235294,120.588235294118,97.0588235294118],[109.803921568627,103.921568627451,78.4313725490196],[68.6274509803922,64.7058823529412,36.2745098039216],[53.921568627451,52.9411764705882,23.5294117647059],[73.5294117647059,74.5098039215686,44.1176470588235],[79.4117647058823,83.3333333333333,50.9803921568627],[116.666666666667,122.549019607843,89.2156862745098],[159.803921568627,166.666666666667,133.333333333333],[165.686274509804,175.490196078431,142.156862745098],[127.450980392157,138.235294117647,104.901960784314],[112.745098039216,127.450980392157,95.0980392156863],[97.0588235294118,117.647058823529,87.2549019607843],[160.78431372549,185.294117647059,156.862745098039],[93.1372549019608,120.588235294118,96.078431372549],[47.0588235294118,78.4313725490196,57.843137254902],[57.843137254902,91.1764705882353,75.4901960784314],[57.843137254902,95.0980392156863,84.3137254901961],[69.6078431372549,105.882352941176,98.0392156862745],[108.823529411765,145.098039215686,138.235294117647],[63.7254901960784,98.0392156862745,94.1176470588235],[102.941176470588,137.254901960784,131.372549019608],[127.450980392157,158.823529411765,153.921568627451],[87.2549019607843,117.647058823529,111.764705882353],[100,128.43137254902,123.529411764706],[110.78431372549,139.21568627451,134.313725490196],[87.2549019607843,117.647058823529,111.764705882353],[88.2352941176471,117.647058823529,109.803921568627],[129.411764705882,154.901960784314,144.117647058824],[111.764705882353,137.254901960784,126.470588235294],[113.725490196078,143.137254901961,131.372549019608],[78.4313725490196,105.882352941176,91.1764705882353],[117.647058823529,136.274509803922,114.705882352941],[109.803921568627,127.450980392157,103.921568627451],[113.725490196078,134.313725490196,117.647058823529],[178.43137254902,192.156862745098,175.490196078431],[198.039215686275,200,178.43137254902],[206.862745098039,204.901960784314,184.313725490196],[229.411764705882,235.294117647059,223.529411764706],[177.450980392157,187.254901960784,178.43137254902],[184.313725490196,192.156862745098,177.450980392157],[140.196078431373,151.960784313725,138.235294117647],[95.0980392156863,116.666666666667,104.901960784314],[87.2549019607843,118.627450980392,105.882352941176],[102.941176470588,149.019607843137,131.372549019608],[88.2352941176471,138.235294117647,119.607843137255],[84.3137254901961,127.450980392157,110.78431372549],[85.2941176470588,122.549019607843,107.843137254902],[77.4509803921569,106.862745098039,97.0588235294118],[81.3725490196078,105.882352941176,100],[95.0980392156863,116.666666666667,114.705882352941],[86.2745098039216,105.882352941176,104.901960784314],[100,119.607843137255,118.627450980392],[81.3725490196078,100.980392156863,99.0196078431373],[140.196078431373,159.803921568627,150.980392156863],[140.196078431373,159.803921568627,148.039215686275],[111.764705882353,129.411764705882,115.686274509804],[139.21568627451,156.862745098039,141.176470588235],[136.274509803922,153.921568627451,138.235294117647],[135.294117647059,146.078431372549,129.411764705882],[148.039215686275,146.078431372549,125.490196078431],[131.372549019608,125.490196078431,101.960784313725],[155.882352941176,155.882352941176,132.352941176471],[175.490196078431,179.411764705882,154.901960784314],[186.274509803922,190.196078431373,167.647058823529],[102.941176470588,105.882352941176,85.2941176470588],[125.490196078431,127.450980392157,106.862745098039],[134.313725490196,137.254901960784,116.666666666667],[140.196078431373,150,125.490196078431],[167.647058823529,169.607843137255,146.078431372549],[226.470588235294,208.823529411765,187.254901960784],[187.254901960784,163.725490196078,140.196078431373],[189.21568627451,174.509803921569,146.078431372549],[208.823529411765,192.156862745098,162.745098039216],[163.725490196078,133.333333333333,105.882352941176],[197.058823529412,163.725490196078,137.254901960784],[157.843137254902,135.294117647059,104.901960784314],[103.921568627451,83.3333333333333,52.9411764705882],[200.980392156863,176.470588235294,147.058823529412],[164.705882352941,141.176470588235,115.686274509804],[168.627450980392,151.960784313725,132.352941176471],[132.352941176471,115.686274509804,96.078431372549],[97.0588235294118,75.4901960784314,51.9607843137255],[106.862745098039,87.2549019607843,62.7450980392157],[93.1372549019608,82.3529411764706,62.7450980392157],[50.9803921568627,39.2156862745098,17.6470588235294],[98.0392156862745,77.4509803921569,47.0588235294118],[147.058823529412,123.529411764706,90.1960784313725],[136.274509803922,111.764705882353,81.3725490196078],[164.705882352941,136.274509803922,104.901960784314],[188.235294117647,152.941176470588,117.647058823529],[164.705882352941,127.450980392157,89.2156862745098],[157.843137254902,123.529411764706,82.3529411764706],[242.156862745098,210.78431372549,170.588235294118],[198.039215686275,168.627450980392,131.372549019608],[111.764705882353,81.3725490196078,50.9803921568627],[115.686274509804,85.2941176470588,57.843137254902],[185.294117647059,155.882352941176,132.352941176471],[205.882352941176,180.392156862745,155.882352941176],[112.745098039216,89.2156862745098,65.6862745098039],[104.901960784314,85.2941176470588,60.7843137254902],[93.1372549019608,76.4705882352941,50.9803921568627],[104.901960784314,88.2352941176471,62.7450980392157],[145.098039215686,129.411764705882,104.901960784314],[136.274509803922,124.509803921569,100.980392156863],[39.2156862745098,28.4313725490196,8.82352941176471],[53.921568627451,42.156862745098,26.4705882352941],[76.4705882352941,63.7254901960784,47.0588235294118],[101.960784313725,87.2549019607843,66.6666666666667],[79.4117647058823,62.7450980392157,43.1372549019608],[50,34.3137254901961,18.6274509803922],[66.6666666666667,51.9607843137255,31.3725490196078],[116.666666666667,103.921568627451,69.6078431372549],[156.862745098039,145.098039215686,103.921568627451],[118.627450980392,106.862745098039,65.6862745098039],[91.1764705882353,78.4313725490196,35.2941176470588],[133.333333333333,116.666666666667,71.5686274509804],[159.803921568627,142.156862745098,93.1372549019608],[149.019607843137,128.43137254902,76.4705882352941],[161.764705882353,138.235294117647,91.1764705882353],[37.2549019607843,13.7254901960784,0],[69.6078431372549,44.1176470588235,17.6470588235294],[91.1764705882353,70.5882352941177,40.1960784313726],[90.1960784313725,76.4705882352941,42.156862745098],[112.745098039216,114.705882352941,68.6274509803922],[78.4313725490196,80.3921568627451,34.3137254901961],[102.941176470588,91.1764705882353,51.9607843137255],[128.43137254902,104.901960784314,71.5686274509804],[137.254901960784,103.921568627451,77.4509803921569],[136.274509803922,100,74.5098039215686],[123.529411764706,87.2549019607843,60.7843137254902],[165.686274509804,130.392156862745,99.0196078431373],[195.098039215686,157.843137254902,121.56862745098],[195.098039215686,153.921568627451,116.666666666667],[148.039215686275,103.921568627451,65.6862745098039],[111.764705882353,68.6274509803922,32.3529411764706],[135.294117647059,97.0588235294118,66.6666666666667],[109.803921568627,78.4313725490196,53.921568627451],[51.9607843137255,31.3725490196078,12.7450980392157],[50,34.3137254901961,21.5686274509804],[28.4313725490196,16.6666666666667,4.90196078431373],[65.6862745098039,51.9607843137255,39.2156862745098],[49.0196078431373,31.3725490196078,17.6470588235294],[52.9411764705882,32.3529411764706,15.6862745098039],[81.3725490196078,55.8823529411765,39.2156862745098],[78.4313725490196,52.9411764705882,36.2745098039216],[63.7254901960784,42.156862745098,28.4313725490196],[37.2549019607843,21.5686274509804,6.86274509803922],[26.4705882352941,16.6666666666667,4.90196078431373],[15.6862745098039,9.80392156862745,0],[25.4901960784314,17.6470588235294,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[70.5882352941177,46.078431372549,24.5098039215686],[87.2549019607843,51.9607843137255,26.4705882352941],[84.3137254901961,40.1960784313726,9.80392156862745],[113.725490196078,70.5882352941177,44.1176470588235],[103.921568627451,73.5294117647059,55.8823529411765],[58.8235294117647,35.2941176470588,25.4901960784314],[40.1960784313726,20.5882352941176,13.7254901960784],[26.4705882352941,11.7647058823529,6.86274509803922],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[24.5098039215686,23.5294117647059,21.5686274509804],[138.235294117647,138.235294117647,136.274509803922],[14.7058823529412,14.7058823529412,12.7450980392157],[0,0,0],[0.980392156862745,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[3.92156862745098,10.7843137254902,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[11.7647058823529,22.5490196078431,28.4313725490196],[11.7647058823529,24.5098039215686,30.3921568627451],[8.82352941176471,23.5294117647059,28.4313725490196],[2.94117647058824,17.6470588235294,22.5490196078431],[9.80392156862745,23.5294117647059,26.4705882352941],[18.6274509803922,32.3529411764706,35.2941176470588],[21.5686274509804,35.2941176470588,38.2352941176471],[18.6274509803922,29.4117647058824,31.3725490196078],[13.7254901960784,24.5098039215686,26.4705882352941],[12.7450980392157,24.5098039215686,24.5098039215686],[25.4901960784314,35.2941176470588,36.2745098039216],[42.156862745098,51.9607843137255,50.9803921568627],[35.2941176470588,44.1176470588235,41.1764705882353],[20.5882352941176,29.4117647058824,24.5098039215686],[28.4313725490196,37.2549019607843,32.3529411764706],[37.2549019607843,44.1176470588235,37.2549019607843],[25.4901960784314,32.3529411764706,25.4901960784314],[31.3725490196078,36.2745098039216,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[45.0980392156863,48.0392156862745,37.2549019607843],[52.9411764705882,50,33.3333333333333],[82.3529411764706,75.4901960784314,56.8627450980392],[151.960784313725,145.098039215686,126.470588235294],[111.764705882353,105.882352941176,84.3137254901961],[79.4117647058823,73.5294117647059,50],[111.764705882353,107.843137254902,83.3333333333333],[87.2549019607843,83.3333333333333,58.8235294117647],[74.5098039215686,73.5294117647059,46.078431372549],[77.4509803921569,80.3921568627451,51.9607843137255],[84.3137254901961,89.2156862745098,59.8039215686275],[111.764705882353,117.647058823529,90.1960784313725],[145.098039215686,153.921568627451,125.490196078431],[173.529411764706,184.313725490196,154.901960784314],[103.921568627451,116.666666666667,89.2156862745098],[75.4901960784314,90.1960784313725,61.7647058823529],[91.1764705882353,106.862745098039,80.3921568627451],[94.1176470588235,111.764705882353,86.2745098039216],[119.607843137255,139.21568627451,114.705882352941],[110.78431372549,134.313725490196,110.78431372549],[101.960784313725,129.411764705882,106.862745098039],[104.901960784314,137.254901960784,116.666666666667],[81.3725490196078,117.647058823529,100],[108.823529411765,146.078431372549,133.333333333333],[96.078431372549,132.352941176471,124.509803921569],[80.3921568627451,114.705882352941,110.78431372549],[69.6078431372549,100.980392156863,100],[106.862745098039,136.274509803922,136.274509803922],[93.1372549019608,122.549019607843,120.588235294118],[57.843137254902,88.2352941176471,82.3529411764706],[99.0196078431373,130.392156862745,119.607843137255],[97.0588235294118,128.43137254902,113.725490196078],[86.2745098039216,116.666666666667,100.980392156863],[82.3529411764706,108.823529411765,94.1176470588235],[90.1960784313725,116.666666666667,101.960784313725],[110.78431372549,137.254901960784,122.549019607843],[83.3333333333333,105.882352941176,88.2352941176471],[96.078431372549,110.78431372549,90.1960784313725],[128.43137254902,142.156862745098,119.607843137255],[114.705882352941,129.411764705882,108.823529411765],[104.901960784314,116.666666666667,95.0980392156863],[149.019607843137,153.921568627451,131.372549019608],[211.764705882353,215.686274509804,193.137254901961],[176.470588235294,185.294117647059,166.666666666667],[134.313725490196,147.058823529412,129.411764705882],[142.156862745098,154.901960784314,135.294117647059],[113.725490196078,128.43137254902,109.803921568627],[83.3333333333333,103.921568627451,87.2549019607843],[103.921568627451,127.450980392157,111.764705882353],[113.725490196078,144.117647058824,128.43137254902],[72.5490196078431,105.882352941176,90.1960784313725],[52.9411764705882,86.2745098039216,72.5490196078431],[60.7843137254902,93.1372549019608,84.3137254901961],[59.8039215686275,92.156862745098,85.2941176470588],[71.5686274509804,103.921568627451,97.0588235294118],[88.2352941176471,120.588235294118,113.725490196078],[74.5098039215686,106.862745098039,98.0392156862745],[62.7450980392157,93.1372549019608,85.2941176470588],[92.156862745098,121.56862745098,111.764705882353],[97.0588235294118,124.509803921569,112.745098039216],[97.0588235294118,118.627450980392,106.862745098039],[122.549019607843,138.235294117647,125.490196078431],[142.156862745098,150,135.294117647059],[163.725490196078,164.705882352941,149.019607843137],[176.470588235294,174.509803921569,153.921568627451],[196.078431372549,193.137254901961,162.745098039216],[215.686274509804,212.745098039216,178.43137254902],[195.098039215686,199.019607843137,164.705882352941],[165.686274509804,170.588235294118,139.21568627451],[183.333333333333,190.196078431373,159.803921568627],[144.117647058824,148.039215686275,123.529411764706],[81.3725490196078,79.4117647058823,56.8627450980392],[103.921568627451,101.960784313725,79.4117647058823],[128.43137254902,132.352941176471,107.843137254902],[153.921568627451,150,125.490196078431],[201.960784313725,177.450980392157,157.843137254902],[191.176470588235,160.78431372549,141.176470588235],[175.490196078431,158.823529411765,133.333333333333],[210.78431372549,191.176470588235,166.666666666667],[189.21568627451,157.843137254902,137.254901960784],[202.941176470588,168.627450980392,147.058823529412],[163.725490196078,140.196078431373,114.705882352941],[120.588235294118,100,73.5294117647059],[164.705882352941,139.21568627451,112.745098039216],[184.313725490196,160.78431372549,137.254901960784],[184.313725490196,165.686274509804,149.019607843137],[129.411764705882,110.78431372549,94.1176470588235],[133.333333333333,109.803921568627,86.2745098039216],[142.156862745098,118.627450980392,95.0980392156863],[107.843137254902,93.1372549019608,72.5490196078431],[39.2156862745098,23.5294117647059,0],[96.078431372549,70.5882352941177,38.2352941176471],[187.254901960784,155.882352941176,118.627450980392],[142.156862745098,109.803921568627,75.4901960784314],[182.352941176471,148.039215686275,110.78431372549],[176.470588235294,132.352941176471,92.156862745098],[177.450980392157,134.313725490196,90.1960784313725],[159.803921568627,123.529411764706,79.4117647058823],[247.058823529412,214.705882352941,170.588235294118],[248.039215686275,213.725490196078,176.470588235294],[178.43137254902,145.098039215686,110.78431372549],[95.0980392156863,64.7058823529412,36.2745098039216],[214.705882352941,188.235294117647,161.764705882353],[152.941176470588,125.490196078431,101.960784313725],[123.529411764706,98.0392156862745,73.5294117647059],[84.3137254901961,63.7254901960784,37.2549019607843],[65.6862745098039,49.0196078431373,21.5686274509804],[66.6666666666667,52.9411764705882,24.5098039215686],[116.666666666667,105.882352941176,78.4313725490196],[104.901960784314,90.1960784313725,67.6470588235294],[55.8823529411765,43.1372549019608,24.5098039215686],[52.9411764705882,41.1764705882353,25.4901960784314],[45.0980392156863,36.2745098039216,21.5686274509804],[93.1372549019608,86.2745098039216,67.6470588235294],[84.3137254901961,75.4901960784314,58.8235294117647],[81.3725490196078,64.7058823529412,54.9019607843137],[107.843137254902,91.1764705882353,75.4901960784314],[136.274509803922,121.56862745098,91.1764705882353],[103.921568627451,92.156862745098,54.9019607843137],[124.509803921569,117.647058823529,76.4705882352941],[136.274509803922,129.411764705882,84.3137254901961],[150,140.196078431373,92.156862745098],[161.764705882353,144.117647058824,95.0980392156863],[172.549019607843,148.039215686275,95.0980392156863],[195.098039215686,164.705882352941,118.627450980392],[103.921568627451,70.5882352941177,36.2745098039216],[73.5294117647059,43.1372549019608,15.6862745098039],[101.960784313725,79.4117647058823,48.0392156862745],[68.6274509803922,52.9411764705882,19.6078431372549],[147.058823529412,138.235294117647,100],[113.725490196078,104.901960784314,66.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[96.078431372549,71.5686274509804,41.1764705882353],[92.156862745098,61.7647058823529,33.3333333333333],[113.725490196078,79.4117647058823,50],[110.78431372549,75.4901960784314,40.1960784313726],[163.725490196078,126.470588235294,90.1960784313725],[206.862745098039,168.627450980392,130.392156862745],[183.333333333333,144.117647058824,108.823529411765],[136.274509803922,96.078431372549,64.7058823529412],[110.78431372549,70.5882352941177,43.1372549019608],[144.117647058824,107.843137254902,82.3529411764706],[151.960784313725,120.588235294118,98.0392156862745],[121.56862745098,98.0392156862745,74.5098039215686],[64.7058823529412,45.0980392156863,21.5686274509804],[64.7058823529412,46.078431372549,29.4117647058824],[84.3137254901961,65.6862745098039,50.9803921568627],[70.5882352941177,48.0392156862745,32.3529411764706],[59.8039215686275,37.2549019607843,21.5686274509804],[53.921568627451,31.3725490196078,15.6862745098039],[52.9411764705882,30.3921568627451,16.6666666666667],[63.7254901960784,45.0980392156863,30.3921568627451],[42.156862745098,26.4705882352941,11.7647058823529],[48.0392156862745,36.2745098039216,22.5490196078431],[54.9019607843137,43.1372549019608,27.4509803921569],[56.8627450980392,44.1176470588235,27.4509803921569],[59.8039215686275,42.156862745098,22.5490196078431],[86.2745098039216,60.7843137254902,38.2352941176471],[135.294117647059,100,74.5098039215686],[135.294117647059,92.156862745098,63.7254901960784],[141.176470588235,100,75.4901960784314],[108.823529411765,77.4509803921569,62.7450980392157],[43.1372549019608,19.6078431372549,9.80392156862745],[18.6274509803922,0,0],[24.5098039215686,9.80392156862745,6.86274509803922],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[114.705882352941,114.705882352941,112.745098039216],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,7.84313725490196,10.7843137254902],[3.92156862745098,12.7450980392157,17.6470588235294],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,18.6274509803922,24.5098039215686],[8.82352941176471,23.5294117647059,28.4313725490196],[6.86274509803922,24.5098039215686,28.4313725490196],[0.980392156862745,18.6274509803922,22.5490196078431],[8.82352941176471,23.5294117647059,26.4705882352941],[16.6666666666667,30.3921568627451,33.3333333333333],[15.6862745098039,29.4117647058824,30.3921568627451],[10.7843137254902,24.5098039215686,25.4901960784314],[11.7647058823529,23.5294117647059,23.5294117647059],[13.7254901960784,25.4901960784314,23.5294117647059],[26.4705882352941,36.2745098039216,35.2941176470588],[45.0980392156863,55.8823529411765,51.9607843137255],[12.7450980392157,21.5686274509804,16.6666666666667],[15.6862745098039,25.4901960784314,17.6470588235294],[24.5098039215686,31.3725490196078,24.5098039215686],[22.5490196078431,29.4117647058824,21.5686274509804],[23.5294117647059,28.4313725490196,21.5686274509804],[45.0980392156863,50,43.1372549019608],[66.6666666666667,71.5686274509804,64.7058823529412],[70.5882352941177,72.5490196078431,59.8039215686275],[94.1176470588235,91.1764705882353,72.5490196078431],[140.196078431373,135.294117647059,113.725490196078],[157.843137254902,152.941176470588,131.372549019608],[112.745098039216,107.843137254902,86.2745098039216],[93.1372549019608,89.2156862745098,64.7058823529412],[100.980392156863,99.0196078431373,74.5098039215686],[89.2156862745098,87.2549019607843,62.7450980392157],[82.3529411764706,84.3137254901961,60.7843137254902],[108.823529411765,112.745098039216,88.2352941176471],[109.803921568627,115.686274509804,90.1960784313725],[125.490196078431,133.333333333333,109.803921568627],[100,111.764705882353,88.2352941176471],[96.078431372549,109.803921568627,85.2941176470588],[97.0588235294118,111.764705882353,89.2156862745098],[45.0980392156863,62.7450980392157,41.1764705882353],[112.745098039216,127.450980392157,104.901960784314],[143.137254901961,156.862745098039,132.352941176471],[159.803921568627,175.490196078431,150],[120.588235294118,139.21568627451,117.647058823529],[69.6078431372549,94.1176470588235,72.5490196078431],[91.1764705882353,122.549019607843,101.960784313725],[57.843137254902,91.1764705882353,74.5098039215686],[127.450980392157,162.745098039216,150.980392156863],[89.2156862745098,125.490196078431,117.647058823529],[74.5098039215686,108.823529411765,104.901960784314],[70.5882352941177,104.901960784314,100.980392156863],[72.5490196078431,103.921568627451,100.980392156863],[75.4901960784314,106.862745098039,101.960784313725],[118.627450980392,150.980392156863,142.156862745098],[163.725490196078,197.058823529412,183.333333333333],[97.0588235294118,130.392156862745,113.725490196078],[99.0196078431373,131.372549019608,112.745098039216],[80.3921568627451,108.823529411765,91.1764705882353],[113.725490196078,140.196078431373,121.56862745098],[69.6078431372549,92.156862745098,72.5490196078431],[95.0980392156863,113.725490196078,94.1176470588235],[118.627450980392,133.333333333333,112.745098039216],[139.21568627451,150.980392156863,129.411764705882],[100.980392156863,110.78431372549,87.2549019607843],[92.156862745098,101.960784313725,77.4509803921569],[165.686274509804,175.490196078431,150.980392156863],[147.058823529412,159.803921568627,134.313725490196],[78.4313725490196,92.156862745098,66.6666666666667],[102.941176470588,118.627450980392,93.1372549019608],[100.980392156863,118.627450980392,95.0980392156863],[84.3137254901961,102.941176470588,81.3725490196078],[103.921568627451,122.549019607843,100.980392156863],[134.313725490196,152.941176470588,133.333333333333],[123.529411764706,140.196078431373,122.549019607843],[96.078431372549,113.725490196078,101.960784313725],[103.921568627451,126.470588235294,118.627450980392],[113.725490196078,142.156862745098,137.254901960784],[91.1764705882353,121.56862745098,116.666666666667],[85.2941176470588,117.647058823529,110.78431372549],[117.647058823529,152.941176470588,141.176470588235],[145.098039215686,180.392156862745,166.666666666667],[106.862745098039,143.137254901961,126.470588235294],[61.7647058823529,95.0980392156863,79.4117647058823],[98.0392156862745,129.411764705882,116.666666666667],[136.274509803922,161.764705882353,149.019607843137],[103.921568627451,119.607843137255,106.862745098039],[157.843137254902,164.705882352941,149.019607843137],[211.764705882353,206.862745098039,187.254901960784],[149.019607843137,142.156862745098,116.666666666667],[211.764705882353,208.823529411765,174.509803921569],[186.274509803922,188.235294117647,150],[220.588235294118,224.509803921569,188.235294117647],[135.294117647059,141.176470588235,107.843137254902],[153.921568627451,160.78431372549,130.392156862745],[98.0392156862745,100.980392156863,74.5098039215686],[81.3725490196078,76.4705882352941,54.9019607843137],[133.333333333333,128.43137254902,106.862745098039],[121.56862745098,121.56862745098,96.078431372549],[159.803921568627,152.941176470588,127.450980392157],[175.490196078431,145.098039215686,124.509803921569],[167.647058823529,133.333333333333,113.725490196078],[179.411764705882,159.803921568627,135.294117647059],[171.56862745098,151.960784313725,125.490196078431],[197.058823529412,165.686274509804,143.137254901961],[188.235294117647,153.921568627451,134.313725490196],[124.509803921569,100.980392156863,77.4509803921569],[171.56862745098,150,126.470588235294],[157.843137254902,132.352941176471,107.843137254902],[182.352941176471,158.823529411765,135.294117647059],[118.627450980392,100,83.3333333333333],[110.78431372549,92.156862745098,75.4901960784314],[126.470588235294,100.980392156863,78.4313725490196],[167.647058823529,142.156862745098,117.647058823529],[228.43137254902,210.78431372549,189.21568627451],[150,130.392156862745,105.882352941176],[159.803921568627,130.392156862745,95.0980392156863],[158.823529411765,124.509803921569,85.2941176470588],[174.509803921569,137.254901960784,99.0196078431373],[184.313725490196,142.156862745098,100.980392156863],[201.960784313725,151.960784313725,105.882352941176],[207.843137254902,158.823529411765,110.78431372549],[172.549019607843,135.294117647059,87.2549019607843],[199.019607843137,165.686274509804,120.588235294118],[197.058823529412,158.823529411765,118.627450980392],[169.607843137255,132.352941176471,97.0588235294118],[112.745098039216,82.3529411764706,51.9607843137255],[178.43137254902,151.960784313725,123.529411764706],[128.43137254902,101.960784313725,75.4901960784314],[164.705882352941,138.235294117647,111.764705882353],[108.823529411765,85.2941176470588,57.843137254902],[79.4117647058823,60.7843137254902,31.3725490196078],[54.9019607843137,44.1176470588235,12.7450980392157],[91.1764705882353,82.3529411764706,53.921568627451],[110.78431372549,95.0980392156863,72.5490196078431],[65.6862745098039,50.9803921568627,32.3529411764706],[73.5294117647059,64.7058823529412,50],[38.2352941176471,31.3725490196078,15.6862745098039],[57.843137254902,52.9411764705882,34.3137254901961],[83.3333333333333,76.4705882352941,58.8235294117647],[96.078431372549,84.3137254901961,70.5882352941177],[119.607843137255,106.862745098039,91.1764705882353],[64.7058823529412,52.9411764705882,29.4117647058824],[59.8039215686275,50.9803921568627,20.5882352941176],[76.4705882352941,70.5882352941177,35.2941176470588],[93.1372549019608,86.2745098039216,45.0980392156863],[112.745098039216,100,56.8627450980392],[118.627450980392,100.980392156863,53.921568627451],[85.2941176470588,57.843137254902,10.7843137254902],[138.235294117647,106.862745098039,60.7843137254902],[164.705882352941,130.392156862745,93.1372549019608],[117.647058823529,85.2941176470588,50.9803921568627],[156.862745098039,131.372549019608,95.0980392156863],[146.078431372549,124.509803921569,88.2352941176471],[112.745098039216,93.1372549019608,56.8627450980392],[123.529411764706,103.921568627451,69.6078431372549],[66.6666666666667,44.1176470588235,13.7254901960784],[62.7450980392157,37.2549019607843,10.7843137254902],[102.941176470588,73.5294117647059,46.078431372549],[110.78431372549,78.4313725490196,48.0392156862745],[123.529411764706,89.2156862745098,51.9607843137255],[140.196078431373,103.921568627451,62.7450980392157],[128.43137254902,92.156862745098,50.9803921568627],[125.490196078431,88.2352941176471,50],[114.705882352941,79.4117647058823,46.078431372549],[88.2352941176471,54.9019607843137,27.4509803921569],[56.8627450980392,25.4901960784314,0.980392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[125.490196078431,99.0196078431373,72.5490196078431],[118.627450980392,93.1372549019608,68.6274509803922],[67.6470588235294,43.1372549019608,21.5686274509804],[73.5294117647059,50.9803921568627,33.3333333333333],[95.0980392156863,72.5490196078431,58.8235294117647],[86.2745098039216,64.7058823529412,51.9607843137255],[71.5686274509804,51.9607843137255,41.1764705882353],[61.7647058823529,44.1176470588235,34.3137254901961],[38.2352941176471,21.5686274509804,11.7647058823529],[35.2941176470588,21.5686274509804,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[84.3137254901961,71.5686274509804,54.9019607843137],[79.4117647058823,62.7450980392157,43.1372549019608],[77.4509803921569,56.8627450980392,36.2745098039216],[88.2352941176471,60.7843137254902,39.2156862745098],[122.549019607843,89.2156862745098,64.7058823529412],[125.490196078431,89.2156862745098,62.7450980392157],[94.1176470588235,58.8235294117647,35.2941176470588],[87.2549019607843,58.8235294117647,45.0980392156863],[48.0392156862745,24.5098039215686,14.7058823529412],[30.3921568627451,11.7647058823529,5.88235294117647],[19.6078431372549,4.90196078431373,1.96078431372549],[6.86274509803922,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,9.80392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0.980392156862745,0.980392156862745,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[54.9019607843137,52.9411764705882,55.8823529411765],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,7.84313725490196,10.7843137254902],[2.94117647058824,11.7647058823529,16.6666666666667],[3.92156862745098,14.7058823529412,18.6274509803922],[4.90196078431373,17.6470588235294,23.5294117647059],[9.80392156862745,24.5098039215686,29.4117647058824],[6.86274509803922,24.5098039215686,28.4313725490196],[0,15.6862745098039,19.6078431372549],[5.88235294117647,20.5882352941176,23.5294117647059],[12.7450980392157,28.4313725490196,28.4313725490196],[11.7647058823529,25.4901960784314,26.4705882352941],[8.82352941176471,22.5490196078431,23.5294117647059],[11.7647058823529,23.5294117647059,23.5294117647059],[11.7647058823529,23.5294117647059,21.5686274509804],[18.6274509803922,28.4313725490196,27.4509803921569],[32.3529411764706,43.1372549019608,39.2156862745098],[25.4901960784314,34.3137254901961,29.4117647058824],[28.4313725490196,35.2941176470588,28.4313725490196],[19.6078431372549,24.5098039215686,18.6274509803922],[17.6470588235294,22.5490196078431,15.6862745098039],[38.2352941176471,41.1764705882353,34.3137254901961],[59.8039215686275,62.7450980392157,53.921568627451],[61.7647058823529,64.7058823529412,55.8823529411765],[55.8823529411765,56.8627450980392,43.1372549019608],[76.4705882352941,74.5098039215686,53.921568627451],[152.941176470588,149.019607843137,124.509803921569],[140.196078431373,136.274509803922,111.764705882353],[101.960784313725,100,75.4901960784314],[88.2352941176471,86.2745098039216,63.7254901960784],[81.3725490196078,81.3725490196078,57.843137254902],[87.2549019607843,89.2156862745098,65.6862745098039],[68.6274509803922,72.5490196078431,50],[77.4509803921569,82.3529411764706,60.7843137254902],[120.588235294118,129.411764705882,108.823529411765],[69.6078431372549,81.3725490196078,61.7647058823529],[84.3137254901961,99.0196078431373,80.3921568627451],[141.176470588235,157.843137254902,140.196078431373],[67.6470588235294,85.2941176470588,69.6078431372549],[88.2352941176471,108.823529411765,94.1176470588235],[89.2156862745098,105.882352941176,87.2549019607843],[100,112.745098039216,85.2941176470588],[113.725490196078,124.509803921569,95.0980392156863],[104.901960784314,119.607843137255,97.0588235294118],[100,120.588235294118,103.921568627451],[94.1176470588235,119.607843137255,108.823529411765],[60.7843137254902,91.1764705882353,83.3333333333333],[103.921568627451,135.294117647059,130.392156862745],[48.0392156862745,82.3529411764706,76.4705882352941],[59.8039215686275,96.078431372549,88.2352941176471],[58.8235294117647,94.1176470588235,84.3137254901961],[76.4705882352941,111.764705882353,98.0392156862745],[84.3137254901961,117.647058823529,103.921568627451],[150,183.333333333333,169.607843137255],[171.56862745098,204.901960784314,191.176470588235],[88.2352941176471,121.56862745098,107.843137254902],[97.0588235294118,130.392156862745,114.705882352941],[124.509803921569,156.862745098039,138.235294117647],[110.78431372549,138.235294117647,116.666666666667],[87.2549019607843,105.882352941176,84.3137254901961],[145.098039215686,159.803921568627,139.21568627451],[129.411764705882,144.117647058824,125.490196078431],[100.980392156863,112.745098039216,93.1372549019608],[126.470588235294,132.352941176471,106.862745098039],[157.843137254902,163.725490196078,136.274509803922],[200.980392156863,216.666666666667,191.176470588235],[133.333333333333,152.941176470588,126.470588235294],[131.372549019608,148.039215686275,116.666666666667],[106.862745098039,123.529411764706,92.156862745098],[83.3333333333333,105.882352941176,78.4313725490196],[119.607843137255,143.137254901961,117.647058823529],[163.725490196078,183.333333333333,156.862745098039],[191.176470588235,204.901960784314,180.392156862745],[113.725490196078,120.588235294118,102.941176470588],[133.333333333333,141.176470588235,128.43137254902],[157.843137254902,169.607843137255,165.686274509804],[130.392156862745,149.019607843137,147.058823529412],[99.0196078431373,123.529411764706,120.588235294118],[113.725490196078,140.196078431373,135.294117647059],[135.294117647059,160.78431372549,150],[149.019607843137,176.470588235294,161.764705882353],[166.666666666667,197.058823529412,179.411764705882],[54.9019607843137,87.2549019607843,70.5882352941177],[104.901960784314,138.235294117647,122.549019607843],[111.764705882353,142.156862745098,127.450980392157],[116.666666666667,139.21568627451,121.56862745098],[146.078431372549,158.823529411765,139.21568627451],[217.647058823529,220.588235294118,194.117647058824],[135.294117647059,132.352941176471,101.960784313725],[184.313725490196,185.294117647059,151.960784313725],[150.980392156863,154.901960784314,120.588235294118],[184.313725490196,190.196078431373,156.862745098039],[155.882352941176,162.745098039216,132.352941176471],[105.882352941176,111.764705882353,84.3137254901961],[100,101.960784313725,78.4313725490196],[150.980392156863,145.098039215686,123.529411764706],[168.627450980392,160.78431372549,138.235294117647],[132.352941176471,131.372549019608,103.921568627451],[150,141.176470588235,112.745098039216],[174.509803921569,143.137254901961,118.627450980392],[153.921568627451,118.627450980392,93.1372549019608],[220.588235294118,200,169.607843137255],[216.666666666667,196.078431372549,165.686274509804],[186.274509803922,155.882352941176,128.43137254902],[148.039215686275,114.705882352941,90.1960784313725],[105.882352941176,82.3529411764706,58.8235294117647],[111.764705882353,92.156862745098,68.6274509803922],[144.117647058824,118.627450980392,96.078431372549],[147.058823529412,122.549019607843,100.980392156863],[105.882352941176,87.2549019607843,72.5490196078431],[109.803921568627,88.2352941176471,74.5098039215686],[115.686274509804,88.2352941176471,66.6666666666667],[100.980392156863,73.5294117647059,50],[186.274509803922,165.686274509804,145.098039215686],[208.823529411765,185.294117647059,159.803921568627],[153.921568627451,120.588235294118,84.3137254901961],[111.764705882353,70.5882352941177,29.4117647058824],[133.333333333333,91.1764705882353,49.0196078431373],[183.333333333333,137.254901960784,92.156862745098],[218.627450980392,163.725490196078,113.725490196078],[182.352941176471,130.392156862745,79.4117647058823],[201.960784313725,162.745098039216,111.764705882353],[185.294117647059,150,100.980392156863],[119.607843137255,77.4509803921569,36.2745098039216],[177.450980392157,138.235294117647,102.941176470588],[118.627450980392,90.1960784313725,58.8235294117647],[117.647058823529,93.1372549019608,63.7254901960784],[97.0588235294118,67.6470588235294,42.156862745098],[142.156862745098,112.745098039216,87.2549019607843],[139.21568627451,113.725490196078,87.2549019607843],[68.6274509803922,50,20.5882352941176],[78.4313725490196,69.6078431372549,37.2549019607843],[107.843137254902,99.0196078431373,68.6274509803922],[159.803921568627,144.117647058824,121.56862745098],[86.2745098039216,69.6078431372549,51.9607843137255],[66.6666666666667,57.843137254902,43.1372549019608],[79.4117647058823,72.5490196078431,56.8627450980392],[75.4901960784314,66.6666666666667,50],[78.4313725490196,70.5882352941177,51.9607843137255],[61.7647058823529,55.8823529411765,34.3137254901961],[38.2352941176471,33.3333333333333,11.7647058823529],[52.9411764705882,48.0392156862745,29.4117647058824],[70.5882352941177,63.7254901960784,45.0980392156863],[80.3921568627451,68.6274509803922,43.1372549019608],[97.0588235294118,80.3921568627451,50.9803921568627],[114.705882352941,93.1372549019608,56.8627450980392],[131.372549019608,106.862745098039,67.6470588235294],[152.941176470588,125.490196078431,87.2549019607843],[120.588235294118,92.156862745098,50.9803921568627],[108.823529411765,78.4313725490196,33.3333333333333],[162.745098039216,132.352941176471,86.2745098039216],[155.882352941176,123.529411764706,81.3725490196078],[199.019607843137,166.666666666667,126.470588235294],[136.274509803922,102.941176470588,65.6862745098039],[126.470588235294,94.1176470588235,61.7647058823529],[85.2941176470588,55.8823529411765,30.3921568627451],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,67.6470588235294,47.0588235294118],[113.725490196078,82.3529411764706,57.843137254902],[136.274509803922,100.980392156863,67.6470588235294],[109.803921568627,73.5294117647059,32.3529411764706],[111.764705882353,75.4901960784314,31.3725490196078],[107.843137254902,76.4705882352941,30.3921568627451],[102.941176470588,75.4901960784314,36.2745098039216],[101.960784313725,76.4705882352941,44.1176470588235],[66.6666666666667,41.1764705882353,14.7058823529412],[52.9411764705882,25.4901960784314,1.96078431372549],[89.2156862745098,55.8823529411765,31.3725490196078],[109.803921568627,75.4901960784314,53.921568627451],[89.2156862745098,61.7647058823529,41.1764705882353],[80.3921568627451,54.9019607843137,38.2352941176471],[91.1764705882353,69.6078431372549,56.8627450980392],[65.6862745098039,49.0196078431373,41.1764705882353],[51.9607843137255,39.2156862745098,33.3333333333333],[47.0588235294118,38.2352941176471,33.3333333333333],[18.6274509803922,11.7647058823529,5.88235294117647],[29.4117647058824,20.5882352941176,13.7254901960784],[50,40.1960784313726,28.4313725490196],[54.9019607843137,42.156862745098,25.4901960784314],[75.4901960784314,58.8235294117647,39.2156862745098],[62.7450980392157,41.1764705882353,18.6274509803922],[49.0196078431373,22.5490196078431,1.96078431372549],[74.5098039215686,47.0588235294118,26.4705882352941],[64.7058823529412,34.3137254901961,14.7058823529412],[80.3921568627451,49.0196078431373,34.3137254901961],[76.4705882352941,49.0196078431373,37.2549019607843],[32.3529411764706,7.84313725490196,0.980392156862745],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,6.86274509803922],[6.86274509803922,0,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[26.4705882352941,22.5490196078431,21.5686274509804],[62.7450980392157,58.8235294117647,57.843137254902],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,13.7254901960784,17.6470588235294],[5.88235294117647,19.6078431372549,22.5490196078431],[11.7647058823529,26.4705882352941,31.3725490196078],[7.84313725490196,22.5490196078431,27.4509803921569],[0,11.7647058823529,14.7058823529412],[2.94117647058824,16.6666666666667,17.6470588235294],[10.7843137254902,24.5098039215686,25.4901960784314],[13.7254901960784,24.5098039215686,26.4705882352941],[11.7647058823529,22.5490196078431,24.5098039215686],[12.7450980392157,24.5098039215686,24.5098039215686],[7.84313725490196,19.6078431372549,17.6470588235294],[5.88235294117647,15.6862745098039,14.7058823529412],[15.6862745098039,26.4705882352941,22.5490196078431],[12.7450980392157,21.5686274509804,16.6666666666667],[22.5490196078431,29.4117647058824,22.5490196078431],[17.6470588235294,22.5490196078431,15.6862745098039],[18.6274509803922,21.5686274509804,14.7058823529412],[33.3333333333333,36.2745098039216,27.4509803921569],[40.1960784313726,42.156862745098,31.3725490196078],[43.1372549019608,45.0980392156863,34.3137254901961],[58.8235294117647,59.8039215686275,44.1176470588235],[90.1960784313725,88.2352941176471,65.6862745098039],[71.5686274509804,70.5882352941177,43.1372549019608],[84.3137254901961,83.3333333333333,55.8823529411765],[95.0980392156863,93.1372549019608,68.6274509803922],[102.941176470588,102.941176470588,79.4117647058823],[89.2156862745098,88.2352941176471,67.6470588235294],[51.9607843137255,53.921568627451,32.3529411764706],[55.8823529411765,58.8235294117647,38.2352941176471],[77.4509803921569,85.2941176470588,64.7058823529412],[111.764705882353,120.588235294118,101.960784313725],[87.2549019607843,98.0392156862745,81.3725490196078],[75.4901960784314,88.2352941176471,71.5686274509804],[106.862745098039,120.588235294118,103.921568627451],[59.8039215686275,76.4705882352941,60.7843137254902],[89.2156862745098,106.862745098039,93.1372549019608],[110.78431372549,127.450980392157,108.823529411765],[95.0980392156863,105.882352941176,74.5098039215686],[121.56862745098,132.352941176471,100.980392156863],[173.529411764706,187.254901960784,164.705882352941],[163.725490196078,181.372549019608,167.647058823529],[80.3921568627451,102.941176470588,95.0980392156863],[100,128.43137254902,123.529411764706],[77.4509803921569,108.823529411765,103.921568627451],[64.7058823529412,99.0196078431373,93.1372549019608],[55.8823529411765,90.1960784313725,83.3333333333333],[66.6666666666667,101.960784313725,90.1960784313725],[138.235294117647,171.56862745098,154.901960784314],[127.450980392157,161.764705882353,142.156862745098],[138.235294117647,170.588235294118,151.960784313725],[106.862745098039,139.21568627451,120.588235294118],[49.0196078431373,80.3921568627451,65.6862745098039],[84.3137254901961,115.686274509804,100.980392156863],[130.392156862745,158.823529411765,139.21568627451],[139.21568627451,162.745098039216,139.21568627451],[154.901960784314,169.607843137255,147.058823529412],[109.803921568627,123.529411764706,100.980392156863],[94.1176470588235,106.862745098039,87.2549019607843],[95.0980392156863,104.901960784314,81.3725490196078],[155.882352941176,160.78431372549,129.411764705882],[142.156862745098,149.019607843137,116.666666666667],[168.627450980392,184.313725490196,158.823529411765],[140.196078431373,159.803921568627,133.333333333333],[103.921568627451,120.588235294118,89.2156862745098],[126.470588235294,145.098039215686,113.725490196078],[100,124.509803921569,96.078431372549],[71.5686274509804,95.0980392156863,71.5686274509804],[168.627450980392,187.254901960784,165.686274509804],[220.588235294118,233.333333333333,213.725490196078],[96.078431372549,100,85.2941176470588],[121.56862745098,124.509803921569,113.725490196078],[109.803921568627,120.588235294118,114.705882352941],[64.7058823529412,80.3921568627451,79.4117647058823],[68.6274509803922,93.1372549019608,90.1960784313725],[89.2156862745098,115.686274509804,110.78431372549],[101.960784313725,127.450980392157,116.666666666667],[159.803921568627,186.274509803922,171.56862745098],[149.019607843137,177.450980392157,159.803921568627],[127.450980392157,155.882352941176,138.235294117647],[134.313725490196,161.764705882353,147.058823529412],[134.313725490196,160.78431372549,146.078431372549],[167.647058823529,190.196078431373,172.549019607843],[132.352941176471,147.058823529412,126.470588235294],[144.117647058824,151.960784313725,128.43137254902],[127.450980392157,132.352941176471,102.941176470588],[137.254901960784,146.078431372549,115.686274509804],[119.607843137255,130.392156862745,99.0196078431373],[132.352941176471,143.137254901961,113.725490196078],[178.43137254902,187.254901960784,160.78431372549],[93.1372549019608,98.0392156862745,75.4901960784314],[89.2156862745098,91.1764705882353,69.6078431372549],[201.960784313725,196.078431372549,174.509803921569],[177.450980392157,167.647058823529,143.137254901961],[123.529411764706,118.627450980392,90.1960784313725],[146.078431372549,135.294117647059,105.882352941176],[152.941176470588,123.529411764706,96.078431372549],[145.098039215686,111.764705882353,84.3137254901961],[207.843137254902,185.294117647059,151.960784313725],[245.098039215686,225.490196078431,191.176470588235],[250,242.156862745098,211.764705882353],[205.882352941176,175.490196078431,148.039215686275],[126.470588235294,104.901960784314,81.3725490196078],[97.0588235294118,77.4509803921569,53.921568627451],[101.960784313725,80.3921568627451,56.8627450980392],[119.607843137255,99.0196078431373,78.4313725490196],[115.686274509804,100,84.3137254901961],[93.1372549019608,76.4705882352941,58.8235294117647],[111.764705882353,88.2352941176471,62.7450980392157],[150,124.509803921569,98.0392156862745],[156.862745098039,137.254901960784,112.745098039216],[194.117647058824,170.588235294118,143.137254901961],[121.56862745098,84.3137254901961,46.078431372549],[127.450980392157,85.2941176470588,41.1764705882353],[143.137254901961,100.980392156863,56.8627450980392],[175.490196078431,129.411764705882,84.3137254901961],[177.450980392157,125.490196078431,76.4705882352941],[188.235294117647,138.235294117647,86.2745098039216],[226.470588235294,188.235294117647,134.313725490196],[168.627450980392,133.333333333333,82.3529411764706],[124.509803921569,82.3529411764706,38.2352941176471],[169.607843137255,128.43137254902,91.1764705882353],[90.1960784313725,60.7843137254902,27.4509803921569],[74.5098039215686,48.0392156862745,19.6078431372549],[107.843137254902,78.4313725490196,50.9803921568627],[108.823529411765,82.3529411764706,55.8823529411765],[98.0392156862745,74.5098039215686,50.9803921568627],[73.5294117647059,56.8627450980392,31.3725490196078],[47.0588235294118,38.2352941176471,5.88235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[131.372549019608,115.686274509804,91.1764705882353],[101.960784313725,84.3137254901961,64.7058823529412],[88.2352941176471,75.4901960784314,56.8627450980392],[89.2156862745098,78.4313725490196,58.8235294117647],[111.764705882353,99.0196078431373,80.3921568627451],[73.5294117647059,62.7450980392157,41.1764705882353],[45.0980392156863,39.2156862745098,13.7254901960784],[46.078431372549,44.1176470588235,19.6078431372549],[50.9803921568627,48.0392156862745,29.4117647058824],[83.3333333333333,76.4705882352941,58.8235294117647],[92.156862745098,77.4509803921569,54.9019607843137],[97.0588235294118,77.4509803921569,50.9803921568627],[154.901960784314,130.392156862745,100],[120.588235294118,95.0980392156863,60.7843137254902],[117.647058823529,90.1960784313725,53.921568627451],[215.686274509804,188.235294117647,149.019607843137],[143.137254901961,115.686274509804,68.6274509803922],[77.4509803921569,48.0392156862745,0],[106.862745098039,74.5098039215686,30.3921568627451],[128.43137254902,94.1176470588235,54.9019607843137],[152.941176470588,115.686274509804,77.4509803921569],[169.607843137255,136.274509803922,101.960784313725],[135.294117647059,105.882352941176,80.3921568627451],[73.5294117647059,46.078431372549,24.5098039215686],[81.3725490196078,54.9019607843137,34.3137254901961],[89.2156862745098,61.7647058823529,38.2352941176471],[74.5098039215686,42.156862745098,9.80392156862745],[114.705882352941,81.3725490196078,44.1176470588235],[95.0980392156863,62.7450980392157,20.5882352941176],[77.4509803921569,49.0196078431373,5.88235294117647],[83.3333333333333,58.8235294117647,19.6078431372549],[119.607843137255,97.0588235294118,63.7254901960784],[109.803921568627,86.2745098039216,58.8235294117647],[85.2941176470588,57.843137254902,34.3137254901961],[75.4901960784314,41.1764705882353,19.6078431372549],[89.2156862745098,54.9019607843137,33.3333333333333],[80.3921568627451,50,30.3921568627451],[83.3333333333333,57.843137254902,41.1764705882353],[80.3921568627451,58.8235294117647,46.078431372549],[49.0196078431373,32.3529411764706,24.5098039215686],[24.5098039215686,10.7843137254902,7.84313725490196],[25.4901960784314,15.6862745098039,13.7254901960784],[29.4117647058824,21.5686274509804,18.6274509803922],[32.3529411764706,25.4901960784314,19.6078431372549],[37.2549019607843,27.4509803921569,17.6470588235294],[36.2745098039216,24.5098039215686,8.82352941176471],[59.8039215686275,45.0980392156863,24.5098039215686],[97.0588235294118,77.4509803921569,53.921568627451],[71.5686274509804,47.0588235294118,25.4901960784314],[43.1372549019608,16.6666666666667,0],[50.9803921568627,23.5294117647059,2.94117647058824],[86.2745098039216,57.843137254902,44.1176470588235],[46.078431372549,22.5490196078431,12.7450980392157],[18.6274509803922,0,0],[18.6274509803922,0.980392156862745,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,4.90196078431373,7.84313725490196],[10.7843137254902,4.90196078431373,8.82352941176471],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,1.96078431372549,0],[11.7647058823529,10.7843137254902,8.82352941176471],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,7.84313725490196,5.88235294117647],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,2.94117647058824,7.84313725490196],[3.92156862745098,8.82352941176471,12.7450980392157],[12.7450980392157,17.6470588235294,21.5686274509804],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,16.6666666666667,20.5882352941176],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,15.6862745098039,17.6470588235294],[8.82352941176471,18.6274509803922,20.5882352941176],[9.80392156862745,18.6274509803922,23.5294117647059],[10.7843137254902,19.6078431372549,24.5098039215686],[12.7450980392157,22.5490196078431,24.5098039215686],[10.7843137254902,20.5882352941176,22.5490196078431],[10.7843137254902,20.5882352941176,22.5490196078431],[12.7450980392157,22.5490196078431,23.5294117647059],[26.4705882352941,35.2941176470588,32.3529411764706],[18.6274509803922,24.5098039215686,20.5882352941176],[15.6862745098039,20.5882352941176,14.7058823529412],[28.4313725490196,31.3725490196078,22.5490196078431],[35.2941176470588,37.2549019607843,26.4705882352941],[46.078431372549,46.078431372549,34.3137254901961],[65.6862745098039,63.7254901960784,50.9803921568627],[64.7058823529412,61.7647058823529,45.0980392156863],[99.0196078431373,95.0980392156863,70.5882352941177],[95.0980392156863,91.1764705882353,62.7450980392157],[76.4705882352941,72.5490196078431,46.078431372549],[71.5686274509804,67.6470588235294,43.1372549019608],[71.5686274509804,69.6078431372549,47.0588235294118],[75.4901960784314,74.5098039215686,53.921568627451],[77.4509803921569,79.4117647058823,58.8235294117647],[54.9019607843137,57.843137254902,39.2156862745098],[100.980392156863,105.882352941176,86.2745098039216],[136.274509803922,143.137254901961,125.490196078431],[73.5294117647059,82.3529411764706,63.7254901960784],[76.4705882352941,85.2941176470588,66.6666666666667],[70.5882352941177,82.3529411764706,62.7450980392157],[81.3725490196078,93.1372549019608,73.5294117647059],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[130.392156862745,140.196078431373,106.862745098039],[105.882352941176,116.666666666667,85.2941176470588],[129.411764705882,142.156862745098,122.549019607843],[143.137254901961,160.78431372549,147.058823529412],[83.3333333333333,106.862745098039,94.1176470588235],[120.588235294118,150,138.235294117647],[82.3529411764706,113.725490196078,102.941176470588],[77.4509803921569,109.803921568627,100.980392156863],[62.7450980392157,95.0980392156863,88.2352941176471],[76.4705882352941,106.862745098039,99.0196078431373],[114.705882352941,145.098039215686,130.392156862745],[114.705882352941,143.137254901961,123.529411764706],[132.352941176471,159.803921568627,135.294117647059],[129.411764705882,156.862745098039,132.352941176471],[100,127.450980392157,105.882352941176],[92.156862745098,116.666666666667,96.078431372549],[139.21568627451,161.764705882353,136.274509803922],[150,165.686274509804,140.196078431373],[143.137254901961,154.901960784314,135.294117647059],[149.019607843137,156.862745098039,136.274509803922],[101.960784313725,110.78431372549,84.3137254901961],[118.627450980392,125.490196078431,92.156862745098],[167.647058823529,174.509803921569,134.313725490196],[188.235294117647,196.078431372549,157.843137254902],[165.686274509804,178.43137254902,149.019607843137],[136.274509803922,151.960784313725,126.470588235294],[79.4117647058823,95.0980392156863,68.6274509803922],[99.0196078431373,116.666666666667,91.1764705882353],[126.470588235294,146.078431372549,121.56862745098],[69.6078431372549,90.1960784313725,71.5686274509804],[94.1176470588235,110.78431372549,100.980392156863],[234.313725490196,247.058823529412,240.196078431373],[141.176470588235,149.019607843137,138.235294117647],[111.764705882353,119.607843137255,108.823529411765],[108.823529411765,121.56862745098,114.705882352941],[69.6078431372549,92.156862745098,86.2745098039216],[84.3137254901961,119.607843137255,109.803921568627],[80.3921568627451,117.647058823529,104.901960784314],[115.686274509804,147.058823529412,134.313725490196],[136.274509803922,163.725490196078,149.019607843137],[114.705882352941,145.098039215686,127.450980392157],[120.588235294118,147.058823529412,130.392156862745],[160.78431372549,177.450980392157,161.764705882353],[132.352941176471,144.117647058824,130.392156862745],[144.117647058824,160.78431372549,143.137254901961],[157.843137254902,174.509803921569,156.862745098039],[183.333333333333,196.078431372549,179.411764705882],[126.470588235294,140.196078431373,123.529411764706],[134.313725490196,152.941176470588,131.372549019608],[134.313725490196,153.921568627451,129.411764705882],[100,114.705882352941,92.156862745098],[156.862745098039,168.627450980392,145.098039215686],[124.509803921569,129.411764705882,106.862745098039],[54.9019607843137,54.9019607843137,31.3725490196078],[118.627450980392,112.745098039216,89.2156862745098],[184.313725490196,174.509803921569,148.039215686275],[153.921568627451,145.098039215686,116.666666666667],[113.725490196078,100,71.5686274509804],[132.352941176471,111.764705882353,81.3725490196078],[130.392156862745,105.882352941176,76.4705882352941],[215.686274509804,193.137254901961,161.764705882353],[250,227.450980392157,197.058823529412],[219.607843137255,189.21568627451,160.78431372549],[194.117647058824,164.705882352941,137.254901960784],[134.313725490196,113.725490196078,87.2549019607843],[72.5490196078431,55.8823529411765,30.3921568627451],[56.8627450980392,41.1764705882353,16.6666666666667],[144.117647058824,132.352941176471,108.823529411765],[136.274509803922,131.372549019608,111.764705882353],[132.352941176471,126.470588235294,104.901960784314],[217.647058823529,200.980392156863,171.56862745098],[221.56862745098,201.960784313725,169.607843137255],[142.156862745098,125.490196078431,96.078431372549],[182.352941176471,159.803921568627,126.470588235294],[155.882352941176,119.607843137255,75.4901960784314],[144.117647058824,102.941176470588,53.921568627451],[175.490196078431,135.294117647059,90.1960784313725],[230.392156862745,188.235294117647,144.117647058824],[176.470588235294,133.333333333333,89.2156862745098],[160.78431372549,117.647058823529,71.5686274509804],[199.019607843137,158.823529411765,107.843137254902],[177.450980392157,139.21568627451,85.2941176470588],[147.058823529412,106.862745098039,55.8823529411765],[163.725490196078,126.470588235294,82.3529411764706],[95.0980392156863,60.7843137254902,31.3725490196078],[83.3333333333333,51.9607843137255,27.4509803921569],[65.6862745098039,39.2156862745098,10.7843137254902],[94.1176470588235,70.5882352941177,45.0980392156863],[79.4117647058823,58.8235294117647,42.156862745098],[84.3137254901961,69.6078431372549,50.9803921568627],[55.8823529411765,47.0588235294118,18.6274509803922],[81.3725490196078,72.5490196078431,40.1960784313726],[132.352941176471,118.627450980392,92.156862745098],[74.5098039215686,58.8235294117647,33.3333333333333],[70.5882352941177,54.9019607843137,22.5490196078431],[94.1176470588235,79.4117647058823,47.0588235294118],[69.6078431372549,55.8823529411765,29.4117647058824],[61.7647058823529,50,24.5098039215686],[53.921568627451,44.1176470588235,19.6078431372549],[75.4901960784314,68.6274509803922,43.1372549019608],[58.8235294117647,50.9803921568627,28.4313725490196],[55.8823529411765,45.0980392156863,23.5294117647059],[90.1960784313725,76.4705882352941,50.9803921568627],[92.156862745098,75.4901960784314,46.078431372549],[130.392156862745,107.843137254902,74.5098039215686],[122.549019607843,99.0196078431373,61.7647058823529],[146.078431372549,121.56862745098,82.3529411764706],[168.627450980392,141.176470588235,101.960784313725],[152.941176470588,126.470588235294,84.3137254901961],[124.509803921569,98.0392156862745,55.8823529411765],[114.705882352941,87.2549019607843,48.0392156862745],[68.6274509803922,41.1764705882353,2.94117647058824],[81.3725490196078,53.921568627451,15.6862745098039],[114.705882352941,87.2549019607843,50.9803921568627],[187.254901960784,161.764705882353,129.411764705882],[114.705882352941,90.1960784313725,59.8039215686275],[103.921568627451,79.4117647058823,50],[109.803921568627,83.3333333333333,54.9019607843137],[75.4901960784314,47.0588235294118,17.6470588235294],[86.2745098039216,57.843137254902,28.4313725490196],[73.5294117647059,45.0980392156863,13.7254901960784],[66.6666666666667,38.2352941176471,8.82352941176471],[72.5490196078431,46.078431372549,17.6470588235294],[117.647058823529,91.1764705882353,64.7058823529412],[76.4705882352941,49.0196078431373,25.4901960784314],[85.2941176470588,57.843137254902,36.2745098039216],[91.1764705882353,60.7843137254902,40.1960784313726],[90.1960784313725,59.8039215686275,39.2156862745098],[91.1764705882353,62.7450980392157,45.0980392156863],[91.1764705882353,64.7058823529412,48.0392156862745],[111.764705882353,84.3137254901961,72.5490196078431],[77.4509803921569,50.9803921568627,42.156862745098],[67.6470588235294,45.0980392156863,39.2156862745098],[70.5882352941177,51.9607843137255,46.078431372549],[62.7450980392157,48.0392156862745,43.1372549019608],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,11.7647058823529,0.980392156862745],[34.3137254901961,27.4509803921569,11.7647058823529],[64.7058823529412,53.921568627451,34.3137254901961],[74.5098039215686,59.8039215686275,37.2549019607843],[116.666666666667,95.0980392156863,71.5686274509804],[83.3333333333333,53.921568627451,28.4313725490196],[80.3921568627451,45.0980392156863,21.5686274509804],[88.2352941176471,57.843137254902,38.2352941176471],[51.9607843137255,33.3333333333333,26.4705882352941],[24.5098039215686,13.7254901960784,11.7647058823529],[8.82352941176471,0,0],[9.80392156862745,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,13.7254901960784,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[13.7254901960784,11.7647058823529,14.7058823529412],[28.4313725490196,26.4705882352941,29.4117647058824],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,2.94117647058824,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[9.80392156862745,14.7058823529412,18.6274509803922],[5.88235294117647,12.7450980392157,18.6274509803922],[5.88235294117647,14.7058823529412,19.6078431372549],[6.86274509803922,17.6470588235294,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[11.7647058823529,19.6078431372549,22.5490196078431],[20.5882352941176,28.4313725490196,31.3725490196078],[18.6274509803922,25.4901960784314,31.3725490196078],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,12.7450980392157,17.6470588235294],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[7.84313725490196,17.6470588235294,18.6274509803922],[0,8.82352941176471,7.84313725490196],[8.82352941176471,14.7058823529412,10.7843137254902],[16.6666666666667,21.5686274509804,15.6862745098039],[32.3529411764706,33.3333333333333,25.4901960784314],[50.9803921568627,50.9803921568627,41.1764705882353],[81.3725490196078,79.4117647058823,66.6666666666667],[108.823529411765,105.882352941176,91.1764705882353],[106.862745098039,101.960784313725,83.3333333333333],[65.6862745098039,59.8039215686275,34.3137254901961],[78.4313725490196,73.5294117647059,44.1176470588235],[82.3529411764706,77.4509803921569,49.0196078431373],[83.3333333333333,79.4117647058823,52.9411764705882],[91.1764705882353,86.2745098039216,64.7058823529412],[88.2352941176471,86.2745098039216,65.6862745098039],[82.3529411764706,81.3725490196078,61.7647058823529],[88.2352941176471,87.2549019607843,67.6470588235294],[130.392156862745,131.372549019608,113.725490196078],[115.686274509804,118.627450980392,100],[60.7843137254902,65.6862745098039,46.078431372549],[86.2745098039216,91.1764705882353,69.6078431372549],[114.705882352941,119.607843137255,98.0392156862745],[131.372549019608,139.21568627451,115.686274509804],[150.980392156863,158.823529411765,135.294117647059],[144.117647058824,152.941176470588,124.509803921569],[150,159.803921568627,126.470588235294],[122.549019607843,133.333333333333,101.960784313725],[174.509803921569,189.21568627451,170.588235294118],[188.235294117647,205.882352941176,192.156862745098],[121.56862745098,145.098039215686,131.372549019608],[104.901960784314,132.352941176471,117.647058823529],[65.6862745098039,98.0392156862745,81.3725490196078],[52.9411764705882,84.3137254901961,69.6078431372549],[75.4901960784314,104.901960784314,97.0588235294118],[61.7647058823529,88.2352941176471,79.4117647058823],[98.0392156862745,121.56862745098,105.882352941176],[121.56862745098,145.098039215686,121.56862745098],[134.313725490196,157.843137254902,126.470588235294],[131.372549019608,151.960784313725,119.607843137255],[129.411764705882,149.019607843137,122.549019607843],[125.490196078431,143.137254901961,119.607843137255],[127.450980392157,143.137254901961,116.666666666667],[149.019607843137,160.78431372549,137.254901960784],[136.274509803922,144.117647058824,129.411764705882],[176.470588235294,180.392156862745,163.725490196078],[103.921568627451,107.843137254902,81.3725490196078],[84.3137254901961,90.1960784313725,52.9411764705882],[180.392156862745,187.254901960784,144.117647058824],[169.607843137255,178.43137254902,136.274509803922],[135.294117647059,146.078431372549,112.745098039216],[104.901960784314,118.627450980392,93.1372549019608],[64.7058823529412,80.3921568627451,53.921568627451],[72.5490196078431,91.1764705882353,63.7254901960784],[74.5098039215686,94.1176470588235,66.6666666666667],[50.9803921568627,72.5490196078431,50],[105.882352941176,125.490196078431,116.666666666667],[200,214.705882352941,209.803921568627],[114.705882352941,125.490196078431,111.764705882353],[141.176470588235,151.960784313725,138.235294117647],[157.843137254902,170.588235294118,163.725490196078],[123.529411764706,146.078431372549,140.196078431373],[84.3137254901961,121.56862745098,108.823529411765],[93.1372549019608,135.294117647059,116.666666666667],[92.156862745098,124.509803921569,105.882352941176],[110.78431372549,139.21568627451,121.56862745098],[85.2941176470588,115.686274509804,100],[91.1764705882353,114.705882352941,99.0196078431373],[97.0588235294118,107.843137254902,92.156862745098],[166.666666666667,173.529411764706,157.843137254902],[179.411764705882,194.117647058824,173.529411764706],[137.254901960784,155.882352941176,137.254901960784],[190.196078431373,206.862745098039,197.058823529412],[113.725490196078,133.333333333333,124.509803921569],[149.019607843137,175.490196078431,158.823529411765],[153.921568627451,181.372549019608,159.803921568627],[86.2745098039216,107.843137254902,87.2549019607843],[144.117647058824,156.862745098039,137.254901960784],[104.901960784314,109.803921568627,90.1960784313725],[120.588235294118,119.607843137255,99.0196078431373],[118.627450980392,112.745098039216,89.2156862745098],[167.647058823529,157.843137254902,131.372549019608],[149.019607843137,135.294117647059,108.823529411765],[137.254901960784,122.549019607843,92.156862745098],[180.392156862745,161.764705882353,130.392156862745],[175.490196078431,155.882352941176,123.529411764706],[150.980392156863,126.470588235294,96.078431372549],[219.607843137255,191.176470588235,159.803921568627],[249.019607843137,218.627450980392,188.235294117647],[239.21568627451,210.78431372549,181.372549019608],[116.666666666667,96.078431372549,67.6470588235294],[51.9607843137255,35.2941176470588,9.80392156862745],[99.0196078431373,83.3333333333333,57.843137254902],[100.980392156863,91.1764705882353,66.6666666666667],[160.78431372549,158.823529411765,138.235294117647],[99.0196078431373,97.0588235294118,74.5098039215686],[89.2156862745098,76.4705882352941,45.0980392156863],[149.019607843137,131.372549019608,96.078431372549],[96.078431372549,78.4313725490196,43.1372549019608],[174.509803921569,150,110.78431372549],[209.803921568627,172.549019607843,124.509803921569],[185.294117647059,143.137254901961,93.1372549019608],[165.686274509804,125.490196078431,80.3921568627451],[224.509803921569,186.274509803922,144.117647058824],[212.745098039216,170.588235294118,128.43137254902],[148.039215686275,105.882352941176,61.7647058823529],[135.294117647059,95.0980392156863,44.1176470588235],[183.333333333333,143.137254901961,90.1960784313725],[178.43137254902,139.21568627451,88.2352941176471],[150,112.745098039216,68.6274509803922],[92.156862745098,55.8823529411765,27.4509803921569],[77.4509803921569,44.1176470588235,19.6078431372549],[77.4509803921569,50.9803921568627,22.5490196078431],[71.5686274509804,50,26.4705882352941],[37.2549019607843,19.6078431372549,5.88235294117647],[65.6862745098039,50,35.2941176470588],[87.2549019607843,75.4901960784314,50],[74.5098039215686,65.6862745098039,35.2941176470588],[114.705882352941,103.921568627451,76.4705882352941],[105.882352941176,91.1764705882353,60.7843137254902],[118.627450980392,100.980392156863,65.6862745098039],[126.470588235294,108.823529411765,73.5294117647059],[113.725490196078,99.0196078431373,68.6274509803922],[82.3529411764706,70.5882352941177,45.0980392156863],[113.725490196078,101.960784313725,78.4313725490196],[80.3921568627451,70.5882352941177,46.078431372549],[58.8235294117647,49.0196078431373,24.5098039215686],[51.9607843137255,42.156862745098,17.6470588235294],[73.5294117647059,59.8039215686275,33.3333333333333],[59.8039215686275,45.0980392156863,16.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[120.588235294118,99.0196078431373,62.7450980392157],[148.039215686275,124.509803921569,87.2549019607843],[84.3137254901961,59.8039215686275,20.5882352941176],[99.0196078431373,74.5098039215686,35.2941176470588],[153.921568627451,130.392156862745,93.1372549019608],[113.725490196078,92.156862745098,55.8823529411765],[84.3137254901961,62.7450980392157,26.4705882352941],[87.2549019607843,63.7254901960784,26.4705882352941],[140.196078431373,116.666666666667,79.4117647058823],[112.745098039216,89.2156862745098,53.921568627451],[137.254901960784,113.725490196078,80.3921568627451],[198.039215686275,173.529411764706,143.137254901961],[160.78431372549,136.274509803922,106.862745098039],[102.941176470588,76.4705882352941,50],[82.3529411764706,55.8823529411765,29.4117647058824],[78.4313725490196,50.9803921568627,27.4509803921569],[42.156862745098,14.7058823529412,0],[72.5490196078431,45.0980392156863,23.5294117647059],[118.627450980392,91.1764705882353,69.6078431372549],[101.960784313725,74.5098039215686,52.9411764705882],[45.0980392156863,17.6470588235294,0],[69.6078431372549,42.156862745098,20.5882352941176],[61.7647058823529,34.3137254901961,13.7254901960784],[51.9607843137255,25.4901960784314,6.86274509803922],[83.3333333333333,56.8627450980392,40.1960784313726],[112.745098039216,85.2941176470588,71.5686274509804],[60.7843137254902,33.3333333333333,21.5686274509804],[50.9803921568627,24.5098039215686,15.6862745098039],[50,27.4509803921569,19.6078431372549],[42.156862745098,23.5294117647059,16.6666666666667],[50.9803921568627,38.2352941176471,29.4117647058824],[34.3137254901961,26.4705882352941,15.6862745098039],[46.078431372549,39.2156862745098,23.5294117647059],[72.5490196078431,63.7254901960784,47.0588235294118],[40.1960784313726,28.4313725490196,6.86274509803922],[50,30.3921568627451,6.86274509803922],[60.7843137254902,33.3333333333333,9.80392156862745],[83.3333333333333,48.0392156862745,24.5098039215686],[58.8235294117647,28.4313725490196,8.82352941176471],[47.0588235294118,32.3529411764706,25.4901960784314],[23.5294117647059,14.7058823529412,15.6862745098039],[9.80392156862745,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,6.86274509803922],[21.5686274509804,12.7450980392157,13.7254901960784],[19.6078431372549,10.7843137254902,11.7647058823529],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[9.80392156862745,8.82352941176471,6.86274509803922],[8.82352941176471,8.82352941176471,6.86274509803922],[0.980392156862745,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[16.6666666666667,14.7058823529412,17.6470588235294],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[3.92156862745098,10.7843137254902,16.6666666666667],[7.84313725490196,14.7058823529412,20.5882352941176],[10.7843137254902,19.6078431372549,24.5098039215686],[10.7843137254902,19.6078431372549,24.5098039215686],[8.82352941176471,16.6666666666667,19.6078431372549],[13.7254901960784,21.5686274509804,24.5098039215686],[12.7450980392157,19.6078431372549,25.4901960784314],[8.82352941176471,15.6862745098039,21.5686274509804],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[11.7647058823529,21.5686274509804,23.5294117647059],[11.7647058823529,21.5686274509804,22.5490196078431],[10.7843137254902,19.6078431372549,18.6274509803922],[16.6666666666667,22.5490196078431,20.5882352941176],[19.6078431372549,24.5098039215686,20.5882352941176],[33.3333333333333,34.3137254901961,28.4313725490196],[47.0588235294118,47.0588235294118,37.2549019607843],[60.7843137254902,58.8235294117647,47.0588235294118],[63.7254901960784,59.8039215686275,48.0392156862745],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,76.4705882352941,50.9803921568627],[118.627450980392,111.764705882353,83.3333333333333],[76.4705882352941,69.6078431372549,42.156862745098],[107.843137254902,100.980392156863,75.4901960784314],[126.470588235294,118.627450980392,96.078431372549],[53.921568627451,48.0392156862745,26.4705882352941],[59.8039215686275,54.9019607843137,33.3333333333333],[103.921568627451,99.0196078431373,79.4117647058823],[158.823529411765,156.862745098039,134.313725490196],[95.0980392156863,93.1372549019608,70.5882352941177],[64.7058823529412,64.7058823529412,41.1764705882353],[80.3921568627451,80.3921568627451,54.9019607843137],[108.823529411765,108.823529411765,83.3333333333333],[155.882352941176,155.882352941176,128.43137254902],[182.352941176471,182.352941176471,154.901960784314],[114.705882352941,119.607843137255,88.2352941176471],[93.1372549019608,102.941176470588,68.6274509803922],[127.450980392157,140.196078431373,110.78431372549],[105.882352941176,120.588235294118,101.960784313725],[137.254901960784,154.901960784314,141.176470588235],[182.352941176471,205.882352941176,190.196078431373],[134.313725490196,162.745098039216,145.098039215686],[117.647058823529,146.078431372549,126.470588235294],[66.6666666666667,95.0980392156863,77.4509803921569],[81.3725490196078,106.862745098039,94.1176470588235],[100.980392156863,122.549019607843,109.803921568627],[94.1176470588235,112.745098039216,93.1372549019608],[151.960784313725,167.647058823529,139.21568627451],[160.78431372549,176.470588235294,140.196078431373],[124.509803921569,140.196078431373,101.960784313725],[171.56862745098,185.294117647059,152.941176470588],[125.490196078431,138.235294117647,112.745098039216],[111.764705882353,125.490196078431,102.941176470588],[166.666666666667,179.411764705882,162.745098039216],[157.843137254902,165.686274509804,154.901960784314],[126.470588235294,129.411764705882,118.627450980392],[92.156862745098,96.078431372549,71.5686274509804],[115.686274509804,119.607843137255,85.2941176470588],[148.039215686275,152.941176470588,112.745098039216],[135.294117647059,142.156862745098,100.980392156863],[150.980392156863,160.78431372549,127.450980392157],[107.843137254902,120.588235294118,91.1764705882353],[64.7058823529412,81.3725490196078,50],[125.490196078431,147.058823529412,111.764705882353],[141.176470588235,165.686274509804,127.450980392157],[115.686274509804,139.21568627451,105.882352941176],[194.117647058824,214.705882352941,196.078431372549],[158.823529411765,177.450980392157,158.823529411765],[137.254901960784,150.980392156863,125.490196078431],[149.019607843137,160.78431372549,139.21568627451],[200,211.764705882353,207.843137254902],[212.745098039216,232.352941176471,231.372549019608],[98.0392156862745,133.333333333333,119.607843137255],[79.4117647058823,117.647058823529,97.0588235294118],[127.450980392157,156.862745098039,131.372549019608],[165.686274509804,190.196078431373,168.627450980392],[85.2941176470588,111.764705882353,97.0588235294118],[67.6470588235294,89.2156862745098,77.4509803921569],[87.2549019607843,95.0980392156863,80.3921568627451],[204.901960784314,212.745098039216,192.156862745098],[188.235294117647,203.921568627451,175.490196078431],[178.43137254902,200.980392156863,175.490196078431],[142.156862745098,160.78431372549,154.901960784314],[87.2549019607843,106.862745098039,104.901960784314],[124.509803921569,151.960784313725,140.196078431373],[104.901960784314,131.372549019608,116.666666666667],[76.4705882352941,97.0588235294118,82.3529411764706],[132.352941176471,146.078431372549,129.411764705882],[94.1176470588235,100.980392156863,83.3333333333333],[98.0392156862745,97.0588235294118,77.4509803921569],[107.843137254902,101.960784313725,80.3921568627451],[128.43137254902,116.666666666667,93.1372549019608],[139.21568627451,123.529411764706,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[186.274509803922,165.686274509804,135.294117647059],[198.039215686275,173.529411764706,143.137254901961],[174.509803921569,146.078431372549,114.705882352941],[211.764705882353,179.411764705882,147.058823529412],[241.176470588235,206.862745098039,175.490196078431],[217.647058823529,185.294117647059,154.901960784314],[188.235294117647,164.705882352941,139.21568627451],[125.490196078431,105.882352941176,81.3725490196078],[151.960784313725,131.372549019608,102.941176470588],[116.666666666667,100.980392156863,75.4901960784314],[98.0392156862745,93.1372549019608,73.5294117647059],[53.921568627451,49.0196078431373,29.4117647058824],[68.6274509803922,54.9019607843137,26.4705882352941],[133.333333333333,114.705882352941,82.3529411764706],[125.490196078431,103.921568627451,67.6470588235294],[144.117647058824,112.745098039216,72.5490196078431],[158.823529411765,115.686274509804,67.6470588235294],[178.43137254902,131.372549019608,83.3333333333333],[175.490196078431,134.313725490196,93.1372549019608],[176.470588235294,135.294117647059,96.078431372549],[165.686274509804,119.607843137255,76.4705882352941],[150.980392156863,103.921568627451,58.8235294117647],[158.823529411765,115.686274509804,67.6470588235294],[174.509803921569,131.372549019608,83.3333333333333],[185.294117647059,144.117647058824,97.0588235294118],[105.882352941176,64.7058823529412,25.4901960784314],[96.078431372549,57.843137254902,29.4117647058824],[103.921568627451,68.6274509803922,45.0980392156863],[80.3921568627451,53.921568627451,27.4509803921569],[93.1372549019608,69.6078431372549,46.078431372549],[40.1960784313726,21.5686274509804,6.86274509803922],[63.7254901960784,48.0392156862745,32.3529411764706],[90.1960784313725,78.4313725490196,54.9019607843137],[70.5882352941177,59.8039215686275,32.3529411764706],[66.6666666666667,52.9411764705882,27.4509803921569],[68.6274509803922,52.9411764705882,27.4509803921569],[87.2549019607843,71.5686274509804,39.2156862745098],[128.43137254902,112.745098039216,80.3921568627451],[131.372549019608,117.647058823529,91.1764705882353],[54.9019607843137,45.0980392156863,18.6274509803922],[42.156862745098,32.3529411764706,7.84313725490196],[68.6274509803922,60.7843137254902,38.2352941176471],[79.4117647058823,71.5686274509804,49.0196078431373],[30.3921568627451,22.5490196078431,0],[50.9803921568627,41.1764705882353,16.6666666666667],[50,36.2745098039216,9.80392156862745],[74.5098039215686,57.843137254902,28.4313725490196],[113.725490196078,95.0980392156863,62.7450980392157],[79.4117647058823,59.8039215686275,25.4901960784314],[57.843137254902,35.2941176470588,1.96078431372549],[61.7647058823529,39.2156862745098,5.88235294117647],[51.9607843137255,29.4117647058824,0],[92.156862745098,72.5490196078431,40.1960784313726],[157.843137254902,138.235294117647,105.882352941176],[158.823529411765,136.274509803922,102.941176470588],[130.392156862745,106.862745098039,71.5686274509804],[141.176470588235,115.686274509804,83.3333333333333],[64.7058823529412,39.2156862745098,6.86274509803922],[122.549019607843,96.078431372549,66.6666666666667],[75.4901960784314,49.0196078431373,20.5882352941176],[71.5686274509804,45.0980392156863,18.6274509803922],[72.5490196078431,46.078431372549,19.6078431372549],[93.1372549019608,65.6862745098039,42.156862745098],[66.6666666666667,39.2156862745098,17.6470588235294],[84.3137254901961,56.8627450980392,35.2941176470588],[87.2549019607843,59.8039215686275,38.2352941176471],[118.627450980392,88.2352941176471,67.6470588235294],[63.7254901960784,33.3333333333333,12.7450980392157],[41.1764705882353,10.7843137254902,0],[28.4313725490196,0.980392156862745,0],[34.3137254901961,9.80392156862745,0],[46.078431372549,21.5686274509804,1.96078431372549],[83.3333333333333,57.843137254902,41.1764705882353],[57.843137254902,32.3529411764706,17.6470588235294],[53.921568627451,27.4509803921569,16.6666666666667],[50.9803921568627,29.4117647058824,18.6274509803922],[34.3137254901961,15.6862745098039,8.82352941176471],[51.9607843137255,38.2352941176471,29.4117647058824],[90.1960784313725,80.3921568627451,70.5882352941177],[83.3333333333333,75.4901960784314,62.7450980392157],[19.6078431372549,10.7843137254902,0],[21.5686274509804,8.82352941176471,0],[52.9411764705882,34.3137254901961,17.6470588235294],[34.3137254901961,7.84313725490196,0],[88.2352941176471,55.8823529411765,39.2156862745098],[65.6862745098039,36.2745098039216,25.4901960784314],[33.3333333333333,18.6274509803922,15.6862745098039],[18.6274509803922,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[15.6862745098039,9.80392156862745,9.80392156862745],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,2.94117647058824,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745]],[[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,18.6274509803922],[7.84313725490196,16.6666666666667,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[1.96078431372549,9.80392156862745,12.7450980392157],[4.90196078431373,12.7450980392157,15.6862745098039],[11.7647058823529,18.6274509803922,24.5098039215686],[15.6862745098039,22.5490196078431,28.4313725490196],[9.80392156862745,18.6274509803922,23.5294117647059],[6.86274509803922,15.6862745098039,20.5882352941176],[29.4117647058824,39.2156862745098,41.1764705882353],[60.7843137254902,70.5882352941177,71.5686274509804],[17.6470588235294,26.4705882352941,25.4901960784314],[19.6078431372549,25.4901960784314,23.5294117647059],[22.5490196078431,27.4509803921569,23.5294117647059],[40.1960784313726,41.1764705882353,35.2941176470588],[43.1372549019608,43.1372549019608,33.3333333333333],[43.1372549019608,41.1764705882353,29.4117647058824],[51.9607843137255,48.0392156862745,36.2745098039216],[53.921568627451,49.0196078431373,30.3921568627451],[67.6470588235294,60.7843137254902,35.2941176470588],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[96.078431372549,86.2745098039216,61.7647058823529],[94.1176470588235,84.3137254901961,59.8039215686275],[34.3137254901961,26.4705882352941,3.92156862745098],[65.6862745098039,57.843137254902,35.2941176470588],[75.4901960784314,67.6470588235294,45.0980392156863],[161.764705882353,155.882352941176,130.392156862745],[115.686274509804,110.78431372549,82.3529411764706],[90.1960784313725,85.2941176470588,56.8627450980392],[59.8039215686275,56.8627450980392,26.4705882352941],[79.4117647058823,76.4705882352941,46.078431372549],[100,97.0588235294118,64.7058823529412],[145.098039215686,142.156862745098,107.843137254902],[138.235294117647,138.235294117647,102.941176470588],[97.0588235294118,104.901960784314,68.6274509803922],[81.3725490196078,94.1176470588235,64.7058823529412],[74.5098039215686,89.2156862745098,70.5882352941177],[127.450980392157,145.098039215686,129.411764705882],[177.450980392157,200,182.352941176471],[136.274509803922,160.78431372549,140.196078431373],[128.43137254902,155.882352941176,133.333333333333],[102.941176470588,127.450980392157,105.882352941176],[121.56862745098,142.156862745098,125.490196078431],[92.156862745098,108.823529411765,90.1960784313725],[108.823529411765,122.549019607843,97.0588235294118],[146.078431372549,157.843137254902,122.549019607843],[152.941176470588,164.705882352941,119.607843137255],[188.235294117647,197.058823529412,150.980392156863],[220.588235294118,227.450980392157,187.254901960784],[122.549019607843,129.411764705882,97.0588235294118],[139.21568627451,151.960784313725,126.470588235294],[141.176470588235,153.921568627451,134.313725490196],[118.627450980392,126.470588235294,111.764705882353],[135.294117647059,139.21568627451,124.509803921569],[150.980392156863,153.921568627451,127.450980392157],[129.411764705882,130.392156862745,97.0588235294118],[121.56862745098,124.509803921569,82.3529411764706],[138.235294117647,144.117647058824,100.980392156863],[127.450980392157,135.294117647059,99.0196078431373],[165.686274509804,176.470588235294,143.137254901961],[179.411764705882,196.078431372549,160.78431372549],[202.941176470588,224.509803921569,187.254901960784],[170.588235294118,195.098039215686,155.882352941176],[153.921568627451,179.411764705882,143.137254901961],[129.411764705882,152.941176470588,129.411764705882],[133.333333333333,152.941176470588,128.43137254902],[152.941176470588,168.627450980392,133.333333333333],[100.980392156863,113.725490196078,84.3137254901961],[180.392156862745,192.156862745098,182.352941176471],[133.333333333333,149.019607843137,146.078431372549],[96.078431372549,126.470588235294,111.764705882353],[147.058823529412,179.411764705882,158.823529411765],[120.588235294118,144.117647058824,118.627450980392],[178.43137254902,198.039215686275,173.529411764706],[183.333333333333,205.882352941176,190.196078431373],[90.1960784313725,107.843137254902,94.1176470588235],[132.352941176471,139.21568627451,121.56862745098],[203.921568627451,211.764705882353,188.235294117647],[157.843137254902,177.450980392157,143.137254901961],[190.196078431373,214.705882352941,186.274509803922],[114.705882352941,135.294117647059,128.43137254902],[109.803921568627,130.392156862745,131.372549019608],[115.686274509804,142.156862745098,133.333333333333],[88.2352941176471,113.725490196078,100.980392156863],[65.6862745098039,85.2941176470588,73.5294117647059],[113.725490196078,127.450980392157,112.745098039216],[132.352941176471,139.21568627451,123.529411764706],[104.901960784314,103.921568627451,86.2745098039216],[133.333333333333,125.490196078431,104.901960784314],[119.607843137255,107.843137254902,84.3137254901961],[186.274509803922,170.588235294118,145.098039215686],[142.156862745098,123.529411764706,94.1176470588235],[136.274509803922,113.725490196078,82.3529411764706],[187.254901960784,161.764705882353,129.411764705882],[153.921568627451,124.509803921569,91.1764705882353],[217.647058823529,184.313725490196,150],[236.274509803922,199.019607843137,163.725490196078],[178.43137254902,144.117647058824,112.745098039216],[129.411764705882,103.921568627451,77.4509803921569],[154.901960784314,134.313725490196,107.843137254902],[112.745098039216,92.156862745098,63.7254901960784],[77.4509803921569,60.7843137254902,35.2941176470588],[63.7254901960784,55.8823529411765,37.2549019607843],[61.7647058823529,53.921568627451,33.3333333333333],[102.941176470588,86.2745098039216,56.8627450980392],[201.960784313725,179.411764705882,146.078431372549],[167.647058823529,144.117647058824,108.823529411765],[158.823529411765,126.470588235294,86.2745098039216],[180.392156862745,135.294117647059,87.2549019607843],[151.960784313725,100.980392156863,51.9607843137255],[218.627450980392,172.549019607843,129.411764705882],[196.078431372549,151.960784313725,111.764705882353],[190.196078431373,142.156862745098,100],[159.803921568627,109.803921568627,65.6862745098039],[190.196078431373,144.117647058824,99.0196078431373],[149.019607843137,105.882352941176,61.7647058823529],[150.980392156863,106.862745098039,65.6862745098039],[148.039215686275,104.901960784314,68.6274509803922],[130.392156862745,90.1960784313725,60.7843137254902],[100,63.7254901960784,38.2352941176471],[110.78431372549,81.3725490196078,57.843137254902],[96.078431372549,71.5686274509804,50],[60.7843137254902,40.1960784313726,21.5686274509804],[95.0980392156863,80.3921568627451,61.7647058823529],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,54.9019607843137,31.3725490196078],[55.8823529411765,42.156862745098,16.6666666666667],[77.4509803921569,61.7647058823529,36.2745098039216],[73.5294117647059,56.8627450980392,29.4117647058824],[75.4901960784314,58.8235294117647,31.3725490196078],[64.7058823529412,53.921568627451,26.4705882352941],[56.8627450980392,47.0588235294118,22.5490196078431],[54.9019607843137,47.0588235294118,24.5098039215686],[81.3725490196078,75.4901960784314,53.921568627451],[71.5686274509804,65.6862745098039,44.1176470588235],[35.2941176470588,29.4117647058824,7.84313725490196],[20.5882352941176,12.7450980392157,0],[34.3137254901961,24.5098039215686,0],[89.2156862745098,75.4901960784314,49.0196078431373],[80.3921568627451,63.7254901960784,36.2745098039216],[69.6078431372549,50.9803921568627,21.5686274509804],[50,31.3725490196078,1.96078431372549],[68.6274509803922,50,20.5882352941176],[76.4705882352941,59.8039215686275,32.3529411764706],[60.7843137254902,46.078431372549,17.6470588235294],[140.196078431373,123.529411764706,94.1176470588235],[133.333333333333,110.78431372549,79.4117647058823],[151.960784313725,128.43137254902,95.0980392156863],[121.56862745098,96.078431372549,63.7254901960784],[70.5882352941177,44.1176470588235,14.7058823529412],[68.6274509803922,42.156862745098,13.7254901960784],[87.2549019607843,60.7843137254902,34.3137254901961],[75.4901960784314,49.0196078431373,22.5490196078431],[73.5294117647059,46.078431372549,22.5490196078431],[100,72.5490196078431,50.9803921568627],[78.4313725490196,50.9803921568627,29.4117647058824],[78.4313725490196,50.9803921568627,29.4117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[94.1176470588235,63.7254901960784,43.1372549019608],[120.588235294118,90.1960784313725,69.6078431372549],[74.5098039215686,44.1176470588235,23.5294117647059],[107.843137254902,80.3921568627451,58.8235294117647],[75.4901960784314,53.921568627451,31.3725490196078],[37.2549019607843,15.6862745098039,0],[55.8823529411765,33.3333333333333,15.6862745098039],[71.5686274509804,49.0196078431373,33.3333333333333],[61.7647058823529,39.2156862745098,25.4901960784314],[51.9607843137255,30.3921568627451,17.6470588235294],[43.1372549019608,25.4901960784314,15.6862745098039],[41.1764705882353,27.4509803921569,18.6274509803922],[46.078431372549,36.2745098039216,26.4705882352941],[29.4117647058824,21.5686274509804,10.7843137254902],[19.6078431372549,9.80392156862745,0],[45.0980392156863,33.3333333333333,21.5686274509804],[64.7058823529412,47.0588235294118,35.2941176470588],[39.2156862745098,17.6470588235294,4.90196078431373],[61.7647058823529,34.3137254901961,23.5294117647059],[54.9019607843137,28.4313725490196,21.5686274509804],[17.6470588235294,3.92156862745098,2.94117647058824],[14.7058823529412,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[6.86274509803922,6.86274509803922,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,4.90196078431373,8.82352941176471],[0,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,12.7450980392157,17.6470588235294],[2.94117647058824,11.7647058823529,16.6666666666667],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,9.80392156862745,12.7450980392157],[11.7647058823529,19.6078431372549,22.5490196078431],[11.7647058823529,20.5882352941176,25.4901960784314],[1.96078431372549,10.7843137254902,15.6862745098039],[3.92156862745098,13.7254901960784,15.6862745098039],[18.6274509803922,28.4313725490196,30.3921568627451],[11.7647058823529,19.6078431372549,21.5686274509804],[26.4705882352941,32.3529411764706,30.3921568627451],[40.1960784313726,45.0980392156863,41.1764705882353],[50.9803921568627,51.9607843137255,46.078431372549],[35.2941176470588,35.2941176470588,27.4509803921569],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,45.0980392156863,33.3333333333333],[76.4705882352941,70.5882352941177,54.9019607843137],[51.9607843137255,41.1764705882353,19.6078431372549],[50.9803921568627,39.2156862745098,15.6862745098039],[52.9411764705882,41.1764705882353,17.6470588235294],[69.6078431372549,57.843137254902,34.3137254901961],[86.2745098039216,74.5098039215686,50.9803921568627],[72.5490196078431,60.7843137254902,35.2941176470588],[63.7254901960784,51.9607843137255,26.4705882352941],[90.1960784313725,78.4313725490196,52.9411764705882],[115.686274509804,104.901960784314,77.4509803921569],[122.549019607843,111.764705882353,82.3529411764706],[147.058823529412,136.274509803922,104.901960784314],[96.078431372549,86.2745098039216,51.9607843137255],[77.4509803921569,67.6470588235294,32.3529411764706],[79.4117647058823,70.5882352941177,32.3529411764706],[133.333333333333,124.509803921569,84.3137254901961],[133.333333333333,130.392156862745,90.1960784313725],[129.411764705882,135.294117647059,98.0392156862745],[110.78431372549,124.509803921569,92.156862745098],[120.588235294118,133.333333333333,113.725490196078],[159.803921568627,176.470588235294,158.823529411765],[134.313725490196,155.882352941176,135.294117647059],[107.843137254902,131.372549019608,107.843137254902],[150.980392156863,175.490196078431,147.058823529412],[188.235294117647,210.78431372549,183.333333333333],[173.529411764706,191.176470588235,167.647058823529],[92.156862745098,103.921568627451,80.3921568627451],[84.3137254901961,94.1176470588235,60.7843137254902],[123.529411764706,130.392156862745,90.1960784313725],[182.352941176471,186.274509803922,137.254901960784],[203.921568627451,206.862745098039,154.901960784314],[191.176470588235,190.196078431373,145.098039215686],[169.607843137255,171.56862745098,132.352941176471],[152.941176470588,164.705882352941,127.450980392157],[106.862745098039,120.588235294118,88.2352941176471],[112.745098039216,121.56862745098,95.0980392156863],[141.176470588235,145.098039215686,118.627450980392],[143.137254901961,144.117647058824,110.78431372549],[148.039215686275,149.019607843137,109.803921568627],[163.725490196078,164.705882352941,121.56862745098],[147.058823529412,150,107.843137254902],[134.313725490196,140.196078431373,104.901960784314],[160.78431372549,170.588235294118,137.254901960784],[220.588235294118,236.274509803922,200.980392156863],[158.823529411765,178.43137254902,144.117647058824],[120.588235294118,144.117647058824,108.823529411765],[126.470588235294,150.980392156863,119.607843137255],[97.0588235294118,121.56862745098,100],[108.823529411765,131.372549019608,105.882352941176],[126.470588235294,142.156862745098,103.921568627451],[121.56862745098,133.333333333333,96.078431372549],[117.647058823529,129.411764705882,107.843137254902],[116.666666666667,130.392156862745,117.647058823529],[100,123.529411764706,109.803921568627],[109.803921568627,133.333333333333,117.647058823529],[134.313725490196,149.019607843137,130.392156862745],[129.411764705882,143.137254901961,120.588235294118],[200.980392156863,218.627450980392,197.058823529412],[163.725490196078,178.43137254902,155.882352941176],[187.254901960784,193.137254901961,167.647058823529],[192.156862745098,198.039215686275,170.588235294118],[158.823529411765,177.450980392157,148.039215686275],[84.3137254901961,107.843137254902,84.3137254901961],[56.8627450980392,82.3529411764706,73.5294117647059],[116.666666666667,141.176470588235,138.235294117647],[141.176470588235,165.686274509804,159.803921568627],[167.647058823529,190.196078431373,180.392156862745],[95.0980392156863,111.764705882353,101.960784313725],[102.941176470588,112.745098039216,101.960784313725],[148.039215686275,150,137.254901960784],[150,147.058823529412,132.352941176471],[120.588235294118,112.745098039216,94.1176470588235],[112.745098039216,98.0392156862745,77.4509803921569],[171.56862745098,154.901960784314,129.411764705882],[136.274509803922,115.686274509804,87.2549019607843],[132.352941176471,107.843137254902,77.4509803921569],[150,121.56862745098,88.2352941176471],[173.529411764706,142.156862745098,104.901960784314],[199.019607843137,163.725490196078,128.43137254902],[235.294117647059,196.078431372549,160.78431372549],[179.411764705882,142.156862745098,106.862745098039],[99.0196078431373,68.6274509803922,40.1960784313726],[79.4117647058823,53.921568627451,27.4509803921569],[71.5686274509804,51.9607843137255,28.4313725490196],[26.4705882352941,11.7647058823529,0],[37.2549019607843,29.4117647058824,10.7843137254902],[67.6470588235294,52.9411764705882,32.3529411764706],[146.078431372549,120.588235294118,88.2352941176471],[225.490196078431,196.078431372549,160.78431372549],[132.352941176471,107.843137254902,77.4509803921569],[126.470588235294,97.0588235294118,61.7647058823529],[200.980392156863,154.901960784314,109.803921568627],[196.078431372549,141.176470588235,91.1764705882353],[208.823529411765,155.882352941176,109.803921568627],[196.078431372549,145.098039215686,99.0196078431373],[177.450980392157,127.450980392157,85.2941176470588],[122.549019607843,74.5098039215686,34.3137254901961],[125.490196078431,77.4509803921569,35.2941176470588],[151.960784313725,105.882352941176,64.7058823529412],[151.960784313725,104.901960784314,67.6470588235294],[156.862745098039,111.764705882353,78.4313725490196],[132.352941176471,90.1960784313725,56.8627450980392],[113.725490196078,75.4901960784314,47.0588235294118],[117.647058823529,86.2745098039216,63.7254901960784],[83.3333333333333,56.8627450980392,36.2745098039216],[76.4705882352941,56.8627450980392,33.3333333333333],[110.78431372549,95.0980392156863,70.5882352941177],[67.6470588235294,52.9411764705882,32.3529411764706],[65.6862745098039,53.921568627451,32.3529411764706],[65.6862745098039,50.9803921568627,28.4313725490196],[70.5882352941177,54.9019607843137,30.3921568627451],[90.1960784313725,72.5490196078431,49.0196078431373],[50,34.3137254901961,9.80392156862745],[31.3725490196078,19.6078431372549,0],[84.3137254901961,74.5098039215686,50],[68.6274509803922,60.7843137254902,38.2352941176471],[62.7450980392157,56.8627450980392,35.2941176470588],[47.0588235294118,40.1960784313726,21.5686274509804],[41.1764705882353,34.3137254901961,15.6862745098039],[59.8039215686275,52.9411764705882,34.3137254901961],[39.2156862745098,31.3725490196078,8.82352941176471],[79.4117647058823,67.6470588235294,44.1176470588235],[90.1960784313725,76.4705882352941,50.9803921568627],[41.1764705882353,25.4901960784314,0],[44.1176470588235,28.4313725490196,2.94117647058824],[50.9803921568627,37.2549019607843,11.7647058823529],[39.2156862745098,24.5098039215686,1.96078431372549],[36.2745098039216,24.5098039215686,2.94117647058824],[70.5882352941177,56.8627450980392,31.3725490196078],[91.1764705882353,70.5882352941177,40.1960784313726],[101.960784313725,77.4509803921569,47.0588235294118],[96.078431372549,71.5686274509804,41.1764705882353],[101.960784313725,77.4509803921569,48.0392156862745],[90.1960784313725,63.7254901960784,35.2941176470588],[51.9607843137255,25.4901960784314,0],[69.6078431372549,42.156862745098,18.6274509803922],[74.5098039215686,47.0588235294118,25.4901960784314],[83.3333333333333,55.8823529411765,34.3137254901961],[86.2745098039216,58.8235294117647,38.2352941176471],[100,69.6078431372549,50],[62.7450980392157,32.3529411764706,12.7450980392157],[40.1960784313726,9.80392156862745,0],[100.980392156863,70.5882352941177,50.9803921568627],[72.5490196078431,42.156862745098,21.5686274509804],[86.2745098039216,60.7843137254902,38.2352941176471],[99.0196078431373,79.4117647058823,55.8823529411765],[71.5686274509804,53.921568627451,32.3529411764706],[50,29.4117647058824,10.7843137254902],[66.6666666666667,46.078431372549,29.4117647058824],[59.8039215686275,38.2352941176471,24.5098039215686],[41.1764705882353,22.5490196078431,8.82352941176471],[54.9019607843137,37.2549019607843,25.4901960784314],[63.7254901960784,50,39.2156862745098],[52.9411764705882,40.1960784313726,31.3725490196078],[34.3137254901961,24.5098039215686,15.6862745098039],[26.4705882352941,17.6470588235294,8.82352941176471],[50.9803921568627,41.1764705882353,32.3529411764706],[84.3137254901961,69.6078431372549,62.7450980392157],[53.921568627451,35.2941176470588,29.4117647058824],[28.4313725490196,4.90196078431373,0.980392156862745],[39.2156862745098,18.6274509803922,17.6470588235294],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,7.84313725490196],[13.7254901960784,7.84313725490196,9.80392156862745],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,10.7843137254902,13.7254901960784]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,2.94117647058824,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[6.86274509803922,15.6862745098039,20.5882352941176],[6.86274509803922,13.7254901960784,19.6078431372549],[3.92156862745098,8.82352941176471,12.7450980392157],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[7.84313725490196,15.6862745098039,18.6274509803922],[6.86274509803922,15.6862745098039,20.5882352941176],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[14.7058823529412,22.5490196078431,24.5098039215686],[25.4901960784314,31.3725490196078,31.3725490196078],[27.4509803921569,33.3333333333333,31.3725490196078],[21.5686274509804,26.4705882352941,22.5490196078431],[20.5882352941176,21.5686274509804,15.6862745098039],[11.7647058823529,11.7647058823529,3.92156862745098],[15.6862745098039,12.7450980392157,3.92156862745098],[48.0392156862745,44.1176470588235,33.3333333333333],[77.4509803921569,71.5686274509804,57.843137254902],[70.5882352941177,62.7450980392157,44.1176470588235],[65.6862745098039,53.921568627451,32.3529411764706],[76.4705882352941,64.7058823529412,43.1372549019608],[60.7843137254902,49.0196078431373,27.4509803921569],[50.9803921568627,39.2156862745098,15.6862745098039],[93.1372549019608,81.3725490196078,55.8823529411765],[105.882352941176,92.156862745098,65.6862745098039],[71.5686274509804,57.843137254902,29.4117647058824],[67.6470588235294,54.9019607843137,23.5294117647059],[96.078431372549,81.3725490196078,49.0196078431373],[110.78431372549,97.0588235294118,62.7450980392157],[91.1764705882353,77.4509803921569,41.1764705882353],[123.529411764706,109.803921568627,71.5686274509804],[108.823529411765,96.078431372549,54.9019607843137],[139.21568627451,126.470588235294,83.3333333333333],[177.450980392157,170.588235294118,127.450980392157],[183.333333333333,188.235294117647,149.019607843137],[139.21568627451,150,116.666666666667],[121.56862745098,133.333333333333,109.803921568627],[159.803921568627,174.509803921569,155.882352941176],[91.1764705882353,108.823529411765,87.2549019607843],[77.4509803921569,97.0588235294118,70.5882352941177],[117.647058823529,138.235294117647,107.843137254902],[106.862745098039,125.490196078431,96.078431372549],[78.4313725490196,92.156862745098,66.6666666666667],[75.4901960784314,84.3137254901961,55.8823529411765],[130.392156862745,136.274509803922,100.980392156863],[160.78431372549,163.725490196078,119.607843137255],[167.647058823529,167.647058823529,114.705882352941],[155.882352941176,154.901960784314,100],[153.921568627451,150,102.941176470588],[150.980392156863,152.941176470588,106.862745098039],[86.2745098039216,98.0392156862745,52.9411764705882],[132.352941176471,145.098039215686,101.960784313725],[155.882352941176,163.725490196078,123.529411764706],[138.235294117647,143.137254901961,103.921568627451],[171.56862745098,172.549019607843,129.411764705882],[189.21568627451,186.274509803922,142.156862745098],[167.647058823529,165.686274509804,118.627450980392],[147.058823529412,146.078431372549,100.980392156863],[129.411764705882,131.372549019608,93.1372549019608],[160.78431372549,167.647058823529,134.313725490196],[200.980392156863,214.705882352941,180.392156862745],[162.745098039216,179.411764705882,146.078431372549],[154.901960784314,175.490196078431,143.137254901961],[109.803921568627,134.313725490196,104.901960784314],[92.156862745098,115.686274509804,94.1176470588235],[136.274509803922,158.823529411765,133.333333333333],[149.019607843137,165.686274509804,122.549019607843],[130.392156862745,143.137254901961,98.0392156862745],[99.0196078431373,107.843137254902,77.4509803921569],[132.352941176471,144.117647058824,122.549019607843],[59.8039215686275,77.4509803921569,61.7647058823529],[62.7450980392157,80.3921568627451,64.7058823529412],[177.450980392157,186.274509803922,169.607843137255],[216.666666666667,224.509803921569,203.921568627451],[157.843137254902,172.549019607843,144.117647058824],[154.901960784314,168.627450980392,136.274509803922],[177.450980392157,182.352941176471,150.980392156863],[198.039215686275,204.901960784314,172.549019607843],[119.607843137255,138.235294117647,108.823529411765],[79.4117647058823,103.921568627451,82.3529411764706],[130.392156862745,156.862745098039,148.039215686275],[116.666666666667,143.137254901961,138.235294117647],[103.921568627451,126.470588235294,118.627450980392],[137.254901960784,156.862745098039,146.078431372549],[97.0588235294118,109.803921568627,100],[106.862745098039,114.705882352941,103.921568627451],[165.686274509804,166.666666666667,152.941176470588],[204.901960784314,199.019607843137,183.333333333333],[143.137254901961,132.352941176471,114.705882352941],[146.078431372549,131.372549019608,108.823529411765],[216.666666666667,200,174.509803921569],[188.235294117647,167.647058823529,137.254901960784],[144.117647058824,120.588235294118,87.2549019607843],[199.019607843137,171.56862745098,135.294117647059],[221.56862745098,190.196078431373,152.941176470588],[187.254901960784,152.941176470588,115.686274509804],[148.039215686275,109.803921568627,71.5686274509804],[141.176470588235,103.921568627451,68.6274509803922],[126.470588235294,96.078431372549,67.6470588235294],[103.921568627451,78.4313725490196,51.9607843137255],[133.333333333333,111.764705882353,88.2352941176471],[104.901960784314,89.2156862745098,66.6666666666667],[105.882352941176,95.0980392156863,77.4509803921569],[66.6666666666667,51.9607843137255,31.3725490196078],[105.882352941176,80.3921568627451,48.0392156862745],[155.882352941176,126.470588235294,91.1764705882353],[100,74.5098039215686,42.156862745098],[97.0588235294118,63.7254901960784,27.4509803921569],[187.254901960784,140.196078431373,93.1372549019608],[212.745098039216,157.843137254902,107.843137254902],[214.705882352941,161.764705882353,115.686274509804],[208.823529411765,155.882352941176,112.745098039216],[189.21568627451,137.254901960784,96.078431372549],[120.588235294118,69.6078431372549,30.3921568627451],[119.607843137255,68.6274509803922,29.4117647058824],[115.686274509804,67.6470588235294,28.4313725490196],[102.941176470588,53.921568627451,19.6078431372549],[133.333333333333,85.2941176470588,52.9411764705882],[126.470588235294,83.3333333333333,49.0196078431373],[132.352941176471,92.156862745098,60.7843137254902],[105.882352941176,72.5490196078431,48.0392156862745],[75.4901960784314,48.0392156862745,26.4705882352941],[69.6078431372549,49.0196078431373,20.5882352941176],[92.156862745098,77.4509803921569,49.0196078431373],[64.7058823529412,50,27.4509803921569],[50,38.2352941176471,16.6666666666667],[57.843137254902,44.1176470588235,18.6274509803922],[35.2941176470588,21.5686274509804,0],[90.1960784313725,74.5098039215686,51.9607843137255],[55.8823529411765,40.1960784313726,17.6470588235294],[27.4509803921569,15.6862745098039,0],[39.2156862745098,29.4117647058824,4.90196078431373],[113.725490196078,105.882352941176,83.3333333333333],[61.7647058823529,55.8823529411765,34.3137254901961],[35.2941176470588,30.3921568627451,10.7843137254902],[40.1960784313726,35.2941176470588,16.6666666666667],[46.078431372549,39.2156862745098,20.5882352941176],[58.8235294117647,50.9803921568627,30.3921568627451],[49.0196078431373,38.2352941176471,16.6666666666667],[97.0588235294118,85.2941176470588,61.7647058823529],[79.4117647058823,64.7058823529412,42.156862745098],[58.8235294117647,47.0588235294118,23.5294117647059],[35.2941176470588,23.5294117647059,1.96078431372549],[38.2352941176471,27.4509803921569,7.84313725490196],[25.4901960784314,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[85.2941176470588,65.6862745098039,39.2156862745098],[81.3725490196078,56.8627450980392,27.4509803921569],[101.960784313725,77.4509803921569,48.0392156862745],[105.882352941176,80.3921568627451,53.921568627451],[75.4901960784314,50,23.5294117647059],[88.2352941176471,60.7843137254902,37.2549019607843],[75.4901960784314,48.0392156862745,26.4705882352941],[82.3529411764706,54.9019607843137,34.3137254901961],[82.3529411764706,54.9019607843137,34.3137254901961],[92.156862745098,64.7058823529412,44.1176470588235],[102.941176470588,72.5490196078431,52.9411764705882],[107.843137254902,77.4509803921569,57.843137254902],[102.941176470588,72.5490196078431,52.9411764705882],[80.3921568627451,50,30.3921568627451],[57.843137254902,27.4509803921569,6.86274509803922],[61.7647058823529,35.2941176470588,14.7058823529412],[51.9607843137255,31.3725490196078,10.7843137254902],[87.2549019607843,70.5882352941177,50.9803921568627],[46.078431372549,28.4313725490196,8.82352941176471],[55.8823529411765,37.2549019607843,20.5882352941176],[76.4705882352941,57.843137254902,43.1372549019608],[56.8627450980392,38.2352941176471,24.5098039215686],[47.0588235294118,29.4117647058824,17.6470588235294],[54.9019607843137,41.1764705882353,30.3921568627451],[40.1960784313726,27.4509803921569,18.6274509803922],[34.3137254901961,24.5098039215686,15.6862745098039],[58.8235294117647,50,43.1372549019608],[80.3921568627451,71.5686274509804,66.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[16.6666666666667,0.980392156862745,0.980392156862745],[34.3137254901961,15.6862745098039,17.6470588235294],[29.4117647058824,13.7254901960784,14.7058823529412],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,15.6862745098039,18.6274509803922],[7.84313725490196,15.6862745098039,18.6274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,11.7647058823529,14.7058823529412],[10.7843137254902,17.6470588235294,23.5294117647059],[12.7450980392157,19.6078431372549,25.4901960784314],[5.88235294117647,13.7254901960784,16.6666666666667],[0,5.88235294117647,8.82352941176471],[25.4901960784314,30.3921568627451,33.3333333333333],[18.6274509803922,22.5490196078431,21.5686274509804],[13.7254901960784,15.6862745098039,12.7450980392157],[30.3921568627451,31.3725490196078,26.4705882352941],[39.2156862745098,38.2352941176471,33.3333333333333],[36.2745098039216,33.3333333333333,24.5098039215686],[49.0196078431373,45.0980392156863,34.3137254901961],[64.7058823529412,58.8235294117647,47.0588235294118],[56.8627450980392,48.0392156862745,33.3333333333333],[64.7058823529412,52.9411764705882,37.2549019607843],[42.156862745098,31.3725490196078,13.7254901960784],[36.2745098039216,23.5294117647059,4.90196078431373],[43.1372549019608,31.3725490196078,9.80392156862745],[63.7254901960784,49.0196078431373,26.4705882352941],[93.1372549019608,77.4509803921569,51.9607843137255],[88.2352941176471,73.5294117647059,45.0980392156863],[112.745098039216,98.0392156862745,65.6862745098039],[105.882352941176,90.1960784313725,56.8627450980392],[80.3921568627451,65.6862745098039,27.4509803921569],[68.6274509803922,53.921568627451,13.7254901960784],[137.254901960784,122.549019607843,80.3921568627451],[192.156862745098,178.43137254902,134.313725490196],[228.43137254902,214.705882352941,170.588235294118],[204.901960784314,197.058823529412,151.960784313725],[184.313725490196,185.294117647059,144.117647058824],[130.392156862745,137.254901960784,103.921568627451],[115.686274509804,123.529411764706,100],[125.490196078431,137.254901960784,115.686274509804],[82.3529411764706,98.0392156862745,72.5490196078431],[69.6078431372549,88.2352941176471,58.8235294117647],[68.6274509803922,85.2941176470588,51.9607843137255],[118.627450980392,133.333333333333,100.980392156863],[100,110.78431372549,81.3725490196078],[91.1764705882353,98.0392156862745,67.6470588235294],[145.098039215686,149.019607843137,112.745098039216],[128.43137254902,130.392156862745,84.3137254901961],[120.588235294118,120.588235294118,67.6470588235294],[129.411764705882,128.43137254902,73.5294117647059],[122.549019607843,120.588235294118,72.5490196078431],[150,151.960784313725,103.921568627451],[141.176470588235,150.980392156863,99.0196078431373],[166.666666666667,179.411764705882,126.470588235294],[168.627450980392,176.470588235294,126.470588235294],[146.078431372549,148.039215686275,99.0196078431373],[142.156862745098,140.196078431373,90.1960784313725],[164.705882352941,161.764705882353,111.764705882353],[205.882352941176,200,150.980392156863],[145.098039215686,141.176470588235,95.0980392156863],[149.019607843137,150,108.823529411765],[158.823529411765,162.745098039216,126.470588235294],[155.882352941176,165.686274509804,131.372549019608],[180.392156862745,195.098039215686,162.745098039216],[116.666666666667,135.294117647059,103.921568627451],[79.4117647058823,99.0196078431373,71.5686274509804],[62.7450980392157,84.3137254901961,63.7254901960784],[140.196078431373,159.803921568627,132.352941176471],[143.137254901961,158.823529411765,112.745098039216],[143.137254901961,155.882352941176,103.921568627451],[128.43137254902,136.274509803922,98.0392156862745],[111.764705882353,120.588235294118,94.1176470588235],[59.8039215686275,74.5098039215686,55.8823529411765],[102.941176470588,114.705882352941,100.980392156863],[197.058823529412,198.039215686275,184.313725490196],[189.21568627451,191.176470588235,170.588235294118],[106.862745098039,116.666666666667,83.3333333333333],[165.686274509804,175.490196078431,139.21568627451],[193.137254901961,197.058823529412,160.78431372549],[232.352941176471,239.21568627451,205.882352941176],[122.549019607843,141.176470588235,111.764705882353],[184.313725490196,208.823529411765,188.235294117647],[225.490196078431,250,243.137254901961],[182.352941176471,206.862745098039,200.980392156863],[96.078431372549,112.745098039216,102.941176470588],[112.745098039216,126.470588235294,113.725490196078],[125.490196078431,133.333333333333,120.588235294118],[132.352941176471,134.313725490196,120.588235294118],[160.78431372549,157.843137254902,143.137254901961],[167.647058823529,158.823529411765,142.156862745098],[151.960784313725,139.21568627451,120.588235294118],[180.392156862745,164.705882352941,140.196078431373],[225.490196078431,208.823529411765,181.372549019608],[220.588235294118,200,169.607843137255],[202.941176470588,180.392156862745,147.058823529412],[210.78431372549,185.294117647059,149.019607843137],[182.352941176471,152.941176470588,115.686274509804],[159.803921568627,126.470588235294,89.2156862745098],[148.039215686275,110.78431372549,72.5490196078431],[124.509803921569,91.1764705882353,56.8627450980392],[137.254901960784,110.78431372549,84.3137254901961],[111.764705882353,86.2745098039216,61.7647058823529],[111.764705882353,83.3333333333333,53.921568627451],[91.1764705882353,65.6862745098039,39.2156862745098],[53.921568627451,41.1764705882353,22.5490196078431],[42.156862745098,31.3725490196078,13.7254901960784],[119.607843137255,100,73.5294117647059],[159.803921568627,134.313725490196,101.960784313725],[120.588235294118,91.1764705882353,55.8823529411765],[117.647058823529,79.4117647058823,39.2156862745098],[211.764705882353,160.78431372549,113.725490196078],[202.941176470588,150.980392156863,101.960784313725],[214.705882352941,168.627450980392,127.450980392157],[141.176470588235,94.1176470588235,54.9019607843137],[202.941176470588,150,106.862745098039],[175.490196078431,119.607843137255,77.4509803921569],[118.627450980392,66.6666666666667,27.4509803921569],[103.921568627451,52.9411764705882,16.6666666666667],[101.960784313725,50,18.6274509803922],[163.725490196078,114.705882352941,82.3529411764706],[122.549019607843,78.4313725490196,40.1960784313726],[116.666666666667,77.4509803921569,42.156862745098],[132.352941176471,97.0588235294118,71.5686274509804],[65.6862745098039,36.2745098039216,10.7843137254902],[53.921568627451,34.3137254901961,0],[90.1960784313725,74.5098039215686,41.1764705882353],[63.7254901960784,49.0196078431373,26.4705882352941],[37.2549019607843,25.4901960784314,3.92156862745098],[66.6666666666667,52.9411764705882,27.4509803921569],[81.3725490196078,65.6862745098039,41.1764705882353],[83.3333333333333,65.6862745098039,46.078431372549],[69.6078431372549,52.9411764705882,33.3333333333333],[38.2352941176471,24.5098039215686,0],[53.921568627451,42.156862745098,16.6666666666667],[127.450980392157,119.607843137255,97.0588235294118],[79.4117647058823,71.5686274509804,50.9803921568627],[42.156862745098,35.2941176470588,16.6666666666667],[32.3529411764706,25.4901960784314,6.86274509803922],[33.3333333333333,26.4705882352941,7.84313725490196],[32.3529411764706,24.5098039215686,5.88235294117647],[50.9803921568627,40.1960784313726,20.5882352941176],[49.0196078431373,37.2549019607843,15.6862745098039],[75.4901960784314,63.7254901960784,42.156862745098],[72.5490196078431,59.8039215686275,41.1764705882353],[43.1372549019608,30.3921568627451,13.7254901960784],[77.4509803921569,65.6862745098039,51.9607843137255],[34.3137254901961,26.4705882352941,13.7254901960784],[29.4117647058824,17.6470588235294,1.96078431372549],[61.7647058823529,42.156862745098,18.6274509803922],[89.2156862745098,65.6862745098039,40.1960784313726],[62.7450980392157,39.2156862745098,13.7254901960784],[70.5882352941177,45.0980392156863,22.5490196078431],[67.6470588235294,42.156862745098,19.6078431372549],[67.6470588235294,41.1764705882353,20.5882352941176],[69.6078431372549,43.1372549019608,22.5490196078431],[85.2941176470588,58.8235294117647,40.1960784313726],[41.1764705882353,12.7450980392157,0],[73.5294117647059,45.0980392156863,27.4509803921569],[62.7450980392157,34.3137254901961,16.6666666666667],[74.5098039215686,46.078431372549,28.4313725490196],[119.607843137255,89.2156862745098,71.5686274509804],[83.3333333333333,52.9411764705882,35.2941176470588],[55.8823529411765,25.4901960784314,5.88235294117647],[46.078431372549,19.6078431372549,0.980392156862745],[100,82.3529411764706,62.7450980392157],[129.411764705882,112.745098039216,97.0588235294118],[70.5882352941177,53.921568627451,38.2352941176471],[58.8235294117647,40.1960784313726,25.4901960784314],[67.6470588235294,49.0196078431373,35.2941176470588],[62.7450980392157,45.0980392156863,31.3725490196078],[43.1372549019608,27.4509803921569,14.7058823529412],[35.2941176470588,21.5686274509804,10.7843137254902],[23.5294117647059,10.7843137254902,1.96078431372549],[47.0588235294118,36.2745098039216,30.3921568627451],[90.1960784313725,81.3725490196078,76.4705882352941],[50,40.1960784313726,38.2352941176471],[6.86274509803922,0,0],[18.6274509803922,8.82352941176471,9.80392156862745],[11.7647058823529,0,3.92156862745098],[23.5294117647059,12.7450980392157,16.6666666666667],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[22.5490196078431,20.5882352941176,21.5686274509804],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[38.2352941176471,34.3137254901961,35.2941176470588],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[4.90196078431373,9.80392156862745,13.7254901960784],[2.94117647058824,10.7843137254902,13.7254901960784],[4.90196078431373,12.7450980392157,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[6.86274509803922,14.7058823529412,17.6470588235294],[19.6078431372549,27.4509803921569,30.3921568627451],[13.7254901960784,18.6274509803922,21.5686274509804],[7.84313725490196,11.7647058823529,12.7450980392157],[18.6274509803922,20.5882352941176,19.6078431372549],[51.9607843137255,52.9411764705882,48.0392156862745],[53.921568627451,52.9411764705882,48.0392156862745],[27.4509803921569,24.5098039215686,17.6470588235294],[32.3529411764706,28.4313725490196,19.6078431372549],[57.843137254902,50.9803921568627,41.1764705882353],[31.3725490196078,23.5294117647059,12.7450980392157],[25.4901960784314,17.6470588235294,4.90196078431373],[31.3725490196078,22.5490196078431,7.84313725490196],[31.3725490196078,19.6078431372549,3.92156862745098],[43.1372549019608,30.3921568627451,13.7254901960784],[66.6666666666667,51.9607843137255,31.3725490196078],[87.2549019607843,73.5294117647059,48.0392156862745],[120.588235294118,105.882352941176,77.4509803921569],[81.3725490196078,66.6666666666667,34.3137254901961],[138.235294117647,122.549019607843,89.2156862745098],[145.098039215686,130.392156862745,92.156862745098],[117.647058823529,102.941176470588,62.7450980392157],[131.372549019608,116.666666666667,74.5098039215686],[158.823529411765,145.098039215686,100.980392156863],[186.274509803922,172.549019607843,128.43137254902],[160.78431372549,150,105.882352941176],[159.803921568627,156.862745098039,114.705882352941],[128.43137254902,130.392156862745,94.1176470588235],[116.666666666667,120.588235294118,94.1176470588235],[129.411764705882,137.254901960784,113.725490196078],[81.3725490196078,94.1176470588235,66.6666666666667],[83.3333333333333,98.0392156862745,65.6862745098039],[122.549019607843,138.235294117647,102.941176470588],[125.490196078431,139.21568627451,104.901960784314],[130.392156862745,141.176470588235,109.803921568627],[119.607843137255,126.470588235294,94.1176470588235],[161.764705882353,165.686274509804,129.411764705882],[177.450980392157,178.43137254902,135.294117647059],[139.21568627451,142.156862745098,90.1960784313725],[142.156862745098,142.156862745098,91.1764705882353],[185.294117647059,184.313725490196,139.21568627451],[147.058823529412,150,105.882352941176],[153.921568627451,162.745098039216,110.78431372549],[112.745098039216,121.56862745098,67.6470588235294],[149.019607843137,153.921568627451,100.980392156863],[136.274509803922,136.274509803922,85.2941176470588],[152.941176470588,147.058823529412,98.0392156862745],[181.372549019608,173.529411764706,125.490196078431],[183.333333333333,175.490196078431,129.411764705882],[175.490196078431,168.627450980392,123.529411764706],[126.470588235294,123.529411764706,81.3725490196078],[177.450980392157,179.411764705882,140.196078431373],[132.352941176471,140.196078431373,101.960784313725],[178.43137254902,190.196078431373,154.901960784314],[197.058823529412,212.745098039216,177.450980392157],[86.2745098039216,104.901960784314,73.5294117647059],[106.862745098039,126.470588235294,99.0196078431373],[89.2156862745098,108.823529411765,72.5490196078431],[87.2549019607843,103.921568627451,50],[142.156862745098,154.901960784314,100],[201.960784313725,207.843137254902,170.588235294118],[160.78431372549,166.666666666667,139.21568627451],[84.3137254901961,96.078431372549,74.5098039215686],[117.647058823529,124.509803921569,108.823529411765],[226.470588235294,223.529411764706,206.862745098039],[89.2156862745098,84.3137254901961,62.7450980392157],[93.1372549019608,98.0392156862745,66.6666666666667],[171.56862745098,179.411764705882,141.176470588235],[189.21568627451,191.176470588235,152.941176470588],[215.686274509804,221.56862745098,184.313725490196],[91.1764705882353,110.78431372549,76.4705882352941],[148.039215686275,173.529411764706,147.058823529412],[153.921568627451,181.372549019608,169.607843137255],[109.803921568627,132.352941176471,124.509803921569],[119.607843137255,133.333333333333,118.627450980392],[138.235294117647,145.098039215686,127.450980392157],[110.78431372549,113.725490196078,95.0980392156863],[100.980392156863,100,80.3921568627451],[121.56862745098,114.705882352941,96.078431372549],[118.627450980392,105.882352941176,87.2549019607843],[135.294117647059,120.588235294118,98.0392156862745],[175.490196078431,158.823529411765,133.333333333333],[150,133.333333333333,103.921568627451],[157.843137254902,139.21568627451,106.862745098039],[136.274509803922,116.666666666667,82.3529411764706],[198.039215686275,174.509803921569,137.254901960784],[175.490196078431,148.039215686275,109.803921568627],[165.686274509804,137.254901960784,98.0392156862745],[135.294117647059,101.960784313725,64.7058823529412],[155.882352941176,123.529411764706,89.2156862745098],[143.137254901961,117.647058823529,91.1764705882353],[87.2549019607843,63.7254901960784,38.2352941176471],[112.745098039216,86.2745098039216,56.8627450980392],[82.3529411764706,58.8235294117647,31.3725490196078],[21.5686274509804,8.82352941176471,0],[61.7647058823529,50.9803921568627,31.3725490196078],[145.098039215686,125.490196078431,99.0196078431373],[120.588235294118,97.0588235294118,63.7254901960784],[120.588235294118,91.1764705882353,55.8823529411765],[112.745098039216,76.4705882352941,35.2941176470588],[152.941176470588,103.921568627451,55.8823529411765],[194.117647058824,143.137254901961,94.1176470588235],[148.039215686275,103.921568627451,63.7254901960784],[93.1372549019608,49.0196078431373,10.7843137254902],[169.607843137255,119.607843137255,77.4509803921569],[169.607843137255,116.666666666667,73.5294117647059],[133.333333333333,81.3725490196078,42.156862745098],[122.549019607843,71.5686274509804,35.2941176470588],[125.490196078431,73.5294117647059,42.156862745098],[158.823529411765,109.803921568627,77.4509803921569],[167.647058823529,123.529411764706,82.3529411764706],[151.960784313725,110.78431372549,69.6078431372549],[101.960784313725,65.6862745098039,37.2549019607843],[82.3529411764706,53.921568627451,24.5098039215686],[83.3333333333333,61.7647058823529,21.5686274509804],[108.823529411765,94.1176470588235,55.8823529411765],[59.8039215686275,46.078431372549,20.5882352941176],[54.9019607843137,43.1372549019608,21.5686274509804],[75.4901960784314,61.7647058823529,35.2941176470588],[103.921568627451,90.1960784313725,63.7254901960784],[45.0980392156863,28.4313725490196,8.82352941176471],[125.490196078431,108.823529411765,89.2156862745098],[41.1764705882353,25.4901960784314,0.980392156862745],[48.0392156862745,34.3137254901961,7.84313725490196],[87.2549019607843,77.4509803921569,52.9411764705882],[72.5490196078431,64.7058823529412,42.156862745098],[50,42.156862745098,21.5686274509804],[59.8039215686275,51.9607843137255,33.3333333333333],[35.2941176470588,27.4509803921569,8.82352941176471],[45.0980392156863,37.2549019607843,18.6274509803922],[58.8235294117647,46.078431372549,27.4509803921569],[19.6078431372549,6.86274509803922,0],[85.2941176470588,72.5490196078431,53.921568627451],[101.960784313725,89.2156862745098,72.5490196078431],[21.5686274509804,8.82352941176471,0],[42.156862745098,30.3921568627451,18.6274509803922],[20.5882352941176,12.7450980392157,1.96078431372549],[30.3921568627451,18.6274509803922,4.90196078431373],[54.9019607843137,37.2549019607843,15.6862745098039],[73.5294117647059,51.9607843137255,28.4313725490196],[70.5882352941177,49.0196078431373,26.4705882352941],[90.1960784313725,65.6862745098039,44.1176470588235],[80.3921568627451,55.8823529411765,34.3137254901961],[51.9607843137255,27.4509803921569,7.84313725490196],[87.2549019607843,62.7450980392157,43.1372549019608],[56.8627450980392,30.3921568627451,13.7254901960784],[40.1960784313726,13.7254901960784,0],[69.6078431372549,41.1764705882353,25.4901960784314],[71.5686274509804,43.1372549019608,27.4509803921569],[85.2941176470588,56.8627450980392,41.1764705882353],[111.764705882353,83.3333333333333,67.6470588235294],[96.078431372549,67.6470588235294,50],[62.7450980392157,34.3137254901961,16.6666666666667],[49.0196078431373,22.5490196078431,5.88235294117647],[75.4901960784314,56.8627450980392,42.156862745098],[76.4705882352941,58.8235294117647,45.0980392156863],[51.9607843137255,34.3137254901961,22.5490196078431],[50.9803921568627,33.3333333333333,21.5686274509804],[30.3921568627451,12.7450980392157,0.980392156862745],[49.0196078431373,31.3725490196078,19.6078431372549],[47.0588235294118,30.3921568627451,20.5882352941176],[24.5098039215686,7.84313725490196,0],[34.3137254901961,19.6078431372549,12.7450980392157],[27.4509803921569,14.7058823529412,8.82352941176471],[17.6470588235294,6.86274509803922,2.94117647058824],[24.5098039215686,14.7058823529412,12.7450980392157],[17.6470588235294,9.80392156862745,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[16.6666666666667,10.7843137254902,12.7450980392157],[13.7254901960784,7.84313725490196,9.80392156862745],[15.6862745098039,9.80392156862745,11.7647058823529],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[17.6470588235294,13.7254901960784,14.7058823529412],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[33.3333333333333,31.3725490196078,32.3529411764706],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[54.9019607843137,50.9803921568627,51.9607843137255],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0.980392156862745,5.88235294117647,8.82352941176471],[17.6470588235294,21.5686274509804,22.5490196078431],[23.5294117647059,25.4901960784314,24.5098039215686],[19.6078431372549,20.5882352941176,15.6862745098039],[8.82352941176471,7.84313725490196,2.94117647058824],[12.7450980392157,7.84313725490196,1.96078431372549],[31.3725490196078,24.5098039215686,16.6666666666667],[34.3137254901961,27.4509803921569,19.6078431372549],[43.1372549019608,36.2745098039216,28.4313725490196],[16.6666666666667,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[76.4705882352941,68.6274509803922,55.8823529411765],[114.705882352941,102.941176470588,87.2549019607843],[135.294117647059,122.549019607843,103.921568627451],[100.980392156863,86.2745098039216,63.7254901960784],[83.3333333333333,67.6470588235294,42.156862745098],[68.6274509803922,53.921568627451,23.5294117647059],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,55.8823529411765],[107.843137254902,93.1372549019608,54.9019607843137],[122.549019607843,107.843137254902,69.6078431372549],[108.823529411765,94.1176470588235,53.921568627451],[109.803921568627,95.0980392156863,54.9019607843137],[192.156862745098,180.392156862745,139.21568627451],[185.294117647059,178.43137254902,135.294117647059],[150,146.078431372549,108.823529411765],[118.627450980392,117.647058823529,88.2352941176471],[101.960784313725,104.901960784314,78.4313725490196],[82.3529411764706,91.1764705882353,60.7843137254902],[102.941176470588,113.725490196078,80.3921568627451],[144.117647058824,155.882352941176,120.588235294118],[177.450980392157,189.21568627451,153.921568627451],[142.156862745098,150.980392156863,122.549019607843],[131.372549019608,138.235294117647,107.843137254902],[154.901960784314,160.78431372549,125.490196078431],[186.274509803922,191.176470588235,150.980392156863],[151.960784313725,157.843137254902,110.78431372549],[186.274509803922,192.156862745098,145.098039215686],[171.56862745098,176.470588235294,137.254901960784],[125.490196078431,132.352941176471,92.156862745098],[123.529411764706,130.392156862745,87.2549019607843],[97.0588235294118,102.941176470588,57.843137254902],[162.745098039216,161.764705882353,116.666666666667],[150.980392156863,147.058823529412,100.980392156863],[194.117647058824,186.274509803922,141.176470588235],[143.137254901961,131.372549019608,90.1960784313725],[145.098039215686,133.333333333333,92.156862745098],[182.352941176471,173.529411764706,131.372549019608],[191.176470588235,187.254901960784,143.137254901961],[184.313725490196,185.294117647059,142.156862745098],[109.803921568627,115.686274509804,72.5490196078431],[112.745098039216,123.529411764706,81.3725490196078],[169.607843137255,182.352941176471,140.196078431373],[131.372549019608,146.078431372549,103.921568627451],[128.43137254902,145.098039215686,103.921568627451],[130.392156862745,148.039215686275,99.0196078431373],[112.745098039216,131.372549019608,68.6274509803922],[145.098039215686,158.823529411765,100.980392156863],[195.098039215686,200.980392156863,167.647058823529],[151.960784313725,154.901960784314,134.313725490196],[96.078431372549,103.921568627451,81.3725490196078],[135.294117647059,139.21568627451,116.666666666667],[155.882352941176,150,124.509803921569],[115.686274509804,108.823529411765,81.3725490196078],[126.470588235294,129.411764705882,100.980392156863],[152.941176470588,157.843137254902,126.470588235294],[163.725490196078,163.725490196078,128.43137254902],[169.607843137255,176.470588235294,136.274509803922],[153.921568627451,175.490196078431,130.392156862745],[167.647058823529,194.117647058824,159.803921568627],[109.803921568627,133.333333333333,120.588235294118],[64.7058823529412,83.3333333333333,77.4509803921569],[111.764705882353,120.588235294118,101.960784313725],[232.352941176471,234.313725490196,210.78431372549],[135.294117647059,133.333333333333,108.823529411765],[92.156862745098,86.2745098039216,62.7450980392157],[147.058823529412,137.254901960784,112.745098039216],[109.803921568627,96.078431372549,70.5882352941177],[114.705882352941,99.0196078431373,73.5294117647059],[142.156862745098,125.490196078431,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[102.941176470588,87.2549019607843,53.921568627451],[123.529411764706,105.882352941176,70.5882352941177],[191.176470588235,171.56862745098,135.294117647059],[199.019607843137,177.450980392157,139.21568627451],[162.745098039216,138.235294117647,99.0196078431373],[97.0588235294118,67.6470588235294,30.3921568627451],[140.196078431373,110.78431372549,75.4901960784314],[140.196078431373,111.764705882353,80.3921568627451],[72.5490196078431,48.0392156862745,18.6274509803922],[68.6274509803922,49.0196078431373,24.5098039215686],[49.0196078431373,34.3137254901961,11.7647058823529],[46.078431372549,38.2352941176471,19.6078431372549],[106.862745098039,95.0980392156863,71.5686274509804],[126.470588235294,102.941176470588,69.6078431372549],[153.921568627451,126.470588235294,88.2352941176471],[89.2156862745098,66.6666666666667,35.2941176470588],[91.1764705882353,63.7254901960784,27.4509803921569],[142.156862745098,100.980392156863,53.921568627451],[186.274509803922,137.254901960784,87.2549019607843],[175.490196078431,125.490196078431,79.4117647058823],[141.176470588235,93.1372549019608,50.9803921568627],[135.294117647059,88.2352941176471,49.0196078431373],[160.78431372549,113.725490196078,74.5098039215686],[165.686274509804,117.647058823529,77.4509803921569],[133.333333333333,82.3529411764706,44.1176470588235],[103.921568627451,51.9607843137255,18.6274509803922],[107.843137254902,58.8235294117647,24.5098039215686],[133.333333333333,87.2549019607843,44.1176470588235],[156.862745098039,116.666666666667,73.5294117647059],[75.4901960784314,40.1960784313726,8.82352941176471],[69.6078431372549,39.2156862745098,8.82352941176471],[140.196078431373,117.647058823529,74.5098039215686],[109.803921568627,93.1372549019608,50.9803921568627],[41.1764705882353,26.4705882352941,0],[58.8235294117647,44.1176470588235,21.5686274509804],[62.7450980392157,49.0196078431373,20.5882352941176],[62.7450980392157,49.0196078431373,22.5490196078431],[113.725490196078,97.0588235294118,77.4509803921569],[95.0980392156863,78.4313725490196,58.8235294117647],[68.6274509803922,52.9411764705882,28.4313725490196],[46.078431372549,30.3921568627451,4.90196078431373],[40.1960784313726,26.4705882352941,0.980392156862745],[63.7254901960784,51.9607843137255,28.4313725490196],[50.9803921568627,40.1960784313726,20.5882352941176],[48.0392156862745,37.2549019607843,17.6470588235294],[71.5686274509804,60.7843137254902,43.1372549019608],[49.0196078431373,36.2745098039216,19.6078431372549],[65.6862745098039,52.9411764705882,34.3137254901961],[52.9411764705882,38.2352941176471,19.6078431372549],[70.5882352941177,55.8823529411765,37.2549019607843],[71.5686274509804,55.8823529411765,40.1960784313726],[67.6470588235294,54.9019607843137,39.2156862745098],[64.7058823529412,52.9411764705882,41.1764705882353],[55.8823529411765,46.078431372549,36.2745098039216],[51.9607843137255,40.1960784313726,28.4313725490196],[69.6078431372549,52.9411764705882,35.2941176470588],[82.3529411764706,61.7647058823529,41.1764705882353],[87.2549019607843,66.6666666666667,46.078431372549],[92.156862745098,69.6078431372549,51.9607843137255],[88.2352941176471,65.6862745098039,48.0392156862745],[70.5882352941177,48.0392156862745,32.3529411764706],[67.6470588235294,45.0980392156863,29.4117647058824],[47.0588235294118,21.5686274509804,6.86274509803922],[64.7058823529412,39.2156862745098,24.5098039215686],[64.7058823529412,37.2549019607843,23.5294117647059],[52.9411764705882,25.4901960784314,11.7647058823529],[80.3921568627451,52.9411764705882,39.2156862745098],[97.0588235294118,69.6078431372549,55.8823529411765],[96.078431372549,67.6470588235294,51.9607843137255],[96.078431372549,67.6470588235294,51.9607843137255],[53.921568627451,28.4313725490196,13.7254901960784],[32.3529411764706,10.7843137254902,0],[34.3137254901961,16.6666666666667,6.86274509803922],[58.8235294117647,41.1764705882353,31.3725490196078],[43.1372549019608,25.4901960784314,15.6862745098039],[43.1372549019608,25.4901960784314,15.6862745098039],[49.0196078431373,31.3725490196078,21.5686274509804],[52.9411764705882,36.2745098039216,28.4313725490196],[54.9019607843137,38.2352941176471,30.3921568627451],[50,35.2941176470588,28.4313725490196],[32.3529411764706,19.6078431372549,13.7254901960784],[14.7058823529412,3.92156862745098,0],[30.3921568627451,22.5490196078431,19.6078431372549],[20.5882352941176,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,8.82352941176471,9.80392156862745],[15.6862745098039,13.7254901960784,14.7058823529412],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[11.7647058823529,9.80392156862745,12.7450980392157],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,6.86274509803922],[0,4.90196078431373,10.7843137254902],[6.86274509803922,14.7058823529412,17.6470588235294],[5.88235294117647,13.7254901960784,16.6666666666667],[7.84313725490196,12.7450980392157,15.6862745098039],[8.82352941176471,12.7450980392157,13.7254901960784],[6.86274509803922,8.82352941176471,7.84313725490196],[11.7647058823529,10.7843137254902,6.86274509803922],[15.6862745098039,12.7450980392157,7.84313725490196],[20.5882352941176,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,18.6274509803922],[31.3725490196078,24.5098039215686,16.6666666666667],[33.3333333333333,28.4313725490196,22.5490196078431],[13.7254901960784,8.82352941176471,2.94117647058824],[50.9803921568627,47.0588235294118,38.2352941176471],[85.2941176470588,79.4117647058823,67.6470588235294],[96.078431372549,87.2549019607843,72.5490196078431],[87.2549019607843,76.4705882352941,58.8235294117647],[45.0980392156863,33.3333333333333,11.7647058823529],[27.4509803921569,13.7254901960784,0],[61.7647058823529,48.0392156862745,19.6078431372549],[58.8235294117647,46.078431372549,14.7058823529412],[84.3137254901961,71.5686274509804,38.2352941176471],[85.2941176470588,72.5490196078431,38.2352941176471],[106.862745098039,95.0980392156863,57.843137254902],[124.509803921569,112.745098039216,75.4901960784314],[100,88.2352941176471,50.9803921568627],[117.647058823529,105.882352941176,66.6666666666667],[137.254901960784,128.43137254902,86.2745098039216],[134.313725490196,126.470588235294,88.2352941176471],[139.21568627451,134.313725490196,104.901960784314],[91.1764705882353,90.1960784313725,62.7450980392157],[104.901960784314,109.803921568627,78.4313725490196],[91.1764705882353,98.0392156862745,64.7058823529412],[96.078431372549,105.882352941176,69.6078431372549],[140.196078431373,150,115.686274509804],[138.235294117647,147.058823529412,118.627450980392],[129.411764705882,135.294117647059,107.843137254902],[160.78431372549,167.647058823529,134.313725490196],[113.725490196078,119.607843137255,82.3529411764706],[177.450980392157,186.274509803922,142.156862745098],[172.549019607843,181.372549019608,139.21568627451],[102.941176470588,112.745098039216,78.4313725490196],[111.764705882353,118.627450980392,85.2941176470588],[153.921568627451,158.823529411765,119.607843137255],[167.647058823529,168.627450980392,127.450980392157],[140.196078431373,137.254901960784,93.1372549019608],[144.117647058824,137.254901960784,94.1176470588235],[136.274509803922,127.450980392157,87.2549019607843],[102.941176470588,91.1764705882353,53.921568627451],[100,88.2352941176471,50.9803921568627],[167.647058823529,158.823529411765,120.588235294118],[150,147.058823529412,102.941176470588],[124.509803921569,126.470588235294,80.3921568627451],[124.509803921569,130.392156862745,85.2941176470588],[150,158.823529411765,114.705882352941],[102.941176470588,113.725490196078,71.5686274509804],[156.862745098039,169.607843137255,126.470588235294],[164.705882352941,177.450980392157,132.352941176471],[160.78431372549,177.450980392157,124.509803921569],[173.529411764706,189.21568627451,127.450980392157],[228.43137254902,241.176470588235,186.274509803922],[149.019607843137,151.960784313725,123.529411764706],[109.803921568627,110.78431372549,93.1372549019608],[173.529411764706,178.43137254902,155.882352941176],[198.039215686275,200.980392156863,174.509803921569],[152.941176470588,144.117647058824,113.725490196078],[136.274509803922,127.450980392157,97.0588235294118],[109.803921568627,109.803921568627,84.3137254901961],[131.372549019608,134.313725490196,107.843137254902],[234.313725490196,234.313725490196,200.980392156863],[142.156862745098,147.058823529412,107.843137254902],[126.470588235294,146.078431372549,98.0392156862745],[160.78431372549,185.294117647059,146.078431372549],[113.725490196078,136.274509803922,118.627450980392],[71.5686274509804,87.2549019607843,76.4705882352941],[60.7843137254902,64.7058823529412,42.156862745098],[228.43137254902,224.509803921569,196.078431372549],[154.901960784314,150,121.56862745098],[105.882352941176,97.0588235294118,68.6274509803922],[142.156862745098,131.372549019608,103.921568627451],[119.607843137255,104.901960784314,76.4705882352941],[100.980392156863,86.2745098039216,57.843137254902],[156.862745098039,140.196078431373,110.78431372549],[117.647058823529,100.980392156863,71.5686274509804],[87.2549019607843,72.5490196078431,40.1960784313726],[104.901960784314,91.1764705882353,54.9019607843137],[153.921568627451,139.21568627451,100.980392156863],[166.666666666667,147.058823529412,110.78431372549],[147.058823529412,125.490196078431,87.2549019607843],[125.490196078431,101.960784313725,64.7058823529412],[117.647058823529,92.156862745098,55.8823529411765],[133.333333333333,104.901960784314,73.5294117647059],[104.901960784314,80.3921568627451,50.9803921568627],[110.78431372549,91.1764705882353,64.7058823529412],[84.3137254901961,69.6078431372549,47.0588235294118],[51.9607843137255,44.1176470588235,23.5294117647059],[82.3529411764706,70.5882352941177,47.0588235294118],[70.5882352941177,47.0588235294118,11.7647058823529],[151.960784313725,126.470588235294,90.1960784313725],[101.960784313725,82.3529411764706,50],[141.176470588235,117.647058823529,82.3529411764706],[173.529411764706,133.333333333333,88.2352941176471],[147.058823529412,100,51.9607843137255],[129.411764705882,83.3333333333333,38.2352941176471],[110.78431372549,66.6666666666667,25.4901960784314],[116.666666666667,73.5294117647059,35.2941176470588],[128.43137254902,85.2941176470588,47.0588235294118],[129.411764705882,83.3333333333333,42.156862745098],[138.235294117647,90.1960784313725,50],[111.764705882353,62.7450980392157,26.4705882352941],[106.862745098039,57.843137254902,21.5686274509804],[141.176470588235,98.0392156862745,51.9607843137255],[146.078431372549,105.882352941176,62.7450980392157],[104.901960784314,69.6078431372549,34.3137254901961],[86.2745098039216,56.8627450980392,21.5686274509804],[130.392156862745,107.843137254902,64.7058823529412],[120.588235294118,103.921568627451,60.7843137254902],[39.2156862745098,24.5098039215686,0],[58.8235294117647,45.0980392156863,18.6274509803922],[34.3137254901961,20.5882352941176,0],[84.3137254901961,70.5882352941177,44.1176470588235],[117.647058823529,101.960784313725,79.4117647058823],[84.3137254901961,66.6666666666667,47.0588235294118],[93.1372549019608,76.4705882352941,50.9803921568627],[60.7843137254902,44.1176470588235,18.6274509803922],[34.3137254901961,18.6274509803922,0],[54.9019607843137,40.1960784313726,17.6470588235294],[68.6274509803922,56.8627450980392,35.2941176470588],[39.2156862745098,28.4313725490196,8.82352941176471],[29.4117647058824,16.6666666666667,0],[51.9607843137255,36.2745098039216,20.5882352941176],[69.6078431372549,54.9019607843137,36.2745098039216],[59.8039215686275,43.1372549019608,25.4901960784314],[59.8039215686275,43.1372549019608,25.4901960784314],[71.5686274509804,54.9019607843137,39.2156862745098],[36.2745098039216,20.5882352941176,5.88235294117647],[50,36.2745098039216,23.5294117647059],[36.2745098039216,23.5294117647059,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[67.6470588235294,51.9607843137255,36.2745098039216],[53.921568627451,37.2549019607843,19.6078431372549],[66.6666666666667,48.0392156862745,31.3725490196078],[113.725490196078,95.0980392156863,78.4313725490196],[80.3921568627451,61.7647058823529,47.0588235294118],[46.078431372549,27.4509803921569,12.7450980392157],[50,28.4313725490196,15.6862745098039],[65.6862745098039,44.1176470588235,31.3725490196078],[51.9607843137255,28.4313725490196,16.6666666666667],[52.9411764705882,29.4117647058824,17.6470588235294],[46.078431372549,19.6078431372549,8.82352941176471],[38.2352941176471,12.7450980392157,0],[45.0980392156863,19.6078431372549,6.86274509803922],[67.6470588235294,42.156862745098,27.4509803921569],[80.3921568627451,54.9019607843137,40.1960784313726],[72.5490196078431,47.0588235294118,34.3137254901961],[51.9607843137255,28.4313725490196,18.6274509803922],[25.4901960784314,2.94117647058824,0],[58.8235294117647,39.2156862745098,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[27.4509803921569,8.82352941176471,1.96078431372549],[37.2549019607843,20.5882352941176,12.7450980392157],[47.0588235294118,30.3921568627451,22.5490196078431],[69.6078431372549,54.9019607843137,48.0392156862745],[53.921568627451,39.2156862745098,32.3529411764706],[50,37.2549019607843,31.3725490196078],[50,39.2156862745098,35.2941176470588],[34.3137254901961,26.4705882352941,23.5294117647059],[3.92156862745098,0,0],[28.4313725490196,27.4509803921569,23.5294117647059],[63.7254901960784,64.7058823529412,59.8039215686275],[3.92156862745098,5.88235294117647,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,13.7254901960784],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[14.7058823529412,12.7450980392157,15.6862745098039],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[18.6274509803922,16.6666666666667,19.6078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[5.88235294117647,10.7843137254902,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,4.90196078431373,8.82352941176471],[10.7843137254902,17.6470588235294,23.5294117647059],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,10.7843137254902,16.6666666666667],[1.96078431372549,9.80392156862745,12.7450980392157],[7.84313725490196,12.7450980392157,15.6862745098039],[6.86274509803922,10.7843137254902,11.7647058823529],[10.7843137254902,12.7450980392157,11.7647058823529],[29.4117647058824,28.4313725490196,26.4705882352941],[37.2549019607843,33.3333333333333,30.3921568627451],[30.3921568627451,25.4901960784314,19.6078431372549],[27.4509803921569,20.5882352941176,12.7450980392157],[16.6666666666667,9.80392156862745,3.92156862745098],[7.84313725490196,2.94117647058824,0],[16.6666666666667,11.7647058823529,8.82352941176471],[49.0196078431373,44.1176470588235,38.2352941176471],[41.1764705882353,34.3137254901961,26.4705882352941],[17.6470588235294,9.80392156862745,0],[25.4901960784314,16.6666666666667,0],[26.4705882352941,15.6862745098039,0],[20.5882352941176,8.82352941176471,0],[58.8235294117647,48.0392156862745,20.5882352941176],[75.4901960784314,61.7647058823529,33.3333333333333],[58.8235294117647,46.078431372549,14.7058823529412],[68.6274509803922,57.843137254902,26.4705882352941],[82.3529411764706,71.5686274509804,40.1960784313726],[70.5882352941177,59.8039215686275,28.4313725490196],[79.4117647058823,70.5882352941177,38.2352941176471],[85.2941176470588,75.4901960784314,40.1960784313726],[127.450980392157,115.686274509804,74.5098039215686],[84.3137254901961,72.5490196078431,33.3333333333333],[77.4509803921569,68.6274509803922,40.1960784313726],[77.4509803921569,71.5686274509804,46.078431372549],[105.882352941176,106.862745098039,76.4705882352941],[110.78431372549,116.666666666667,83.3333333333333],[147.058823529412,154.901960784314,118.627450980392],[142.156862745098,149.019607843137,115.686274509804],[121.56862745098,127.450980392157,100],[148.039215686275,153.921568627451,126.470588235294],[152.941176470588,159.803921568627,127.450980392157],[96.078431372549,103.921568627451,67.6470588235294],[107.843137254902,118.627450980392,77.4509803921569],[107.843137254902,119.607843137255,80.3921568627451],[74.5098039215686,88.2352941176471,55.8823529411765],[99.0196078431373,107.843137254902,77.4509803921569],[141.176470588235,145.098039215686,108.823529411765],[143.137254901961,144.117647058824,100.980392156863],[145.098039215686,143.137254901961,96.078431372549],[132.352941176471,128.43137254902,84.3137254901961],[84.3137254901961,76.4705882352941,38.2352941176471],[160.78431372549,150.980392156863,115.686274509804],[186.274509803922,177.450980392157,145.098039215686],[192.156862745098,186.274509803922,150.980392156863],[142.156862745098,140.196078431373,100],[89.2156862745098,92.156862745098,50],[122.549019607843,129.411764705882,88.2352941176471],[155.882352941176,163.725490196078,125.490196078431],[123.529411764706,130.392156862745,97.0588235294118],[152.941176470588,159.803921568627,126.470588235294],[114.705882352941,122.549019607843,82.3529411764706],[100.980392156863,112.745098039216,67.6470588235294],[121.56862745098,136.274509803922,82.3529411764706],[119.607843137255,131.372549019608,84.3137254901961],[104.901960784314,107.843137254902,79.4117647058823],[77.4509803921569,79.4117647058823,58.8235294117647],[122.549019607843,126.470588235294,101.960784313725],[153.921568627451,153.921568627451,126.470588235294],[159.803921568627,150.980392156863,120.588235294118],[223.529411764706,214.705882352941,184.313725490196],[135.294117647059,135.294117647059,109.803921568627],[131.372549019608,134.313725490196,107.843137254902],[225.490196078431,224.509803921569,194.117647058824],[126.470588235294,130.392156862745,94.1176470588235],[95.0980392156863,111.764705882353,67.6470588235294],[138.235294117647,160.78431372549,119.607843137255],[95.0980392156863,112.745098039216,91.1764705882353],[76.4705882352941,87.2549019607843,70.5882352941177],[63.7254901960784,66.6666666666667,40.1960784313726],[138.235294117647,133.333333333333,103.921568627451],[168.627450980392,161.764705882353,133.333333333333],[167.647058823529,156.862745098039,127.450980392157],[191.176470588235,177.450980392157,149.019607843137],[146.078431372549,131.372549019608,102.941176470588],[131.372549019608,116.666666666667,88.2352941176471],[123.529411764706,108.823529411765,78.4313725490196],[100.980392156863,86.2745098039216,55.8823529411765],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,57.843137254902],[134.313725490196,120.588235294118,84.3137254901961],[135.294117647059,119.607843137255,84.3137254901961],[112.745098039216,93.1372549019608,56.8627450980392],[150,128.43137254902,92.156862745098],[138.235294117647,114.705882352941,81.3725490196078],[128.43137254902,105.882352941176,75.4901960784314],[116.666666666667,92.156862745098,62.7450980392157],[119.607843137255,94.1176470588235,61.7647058823529],[67.6470588235294,47.0588235294118,16.6666666666667],[59.8039215686275,49.0196078431373,27.4509803921569],[73.5294117647059,65.6862745098039,45.0980392156863],[61.7647058823529,47.0588235294118,18.6274509803922],[90.1960784313725,70.5882352941177,38.2352941176471],[165.686274509804,143.137254901961,109.803921568627],[155.882352941176,127.450980392157,88.2352941176471],[156.862745098039,115.686274509804,68.6274509803922],[122.549019607843,79.4117647058823,33.3333333333333],[89.2156862745098,51.9607843137255,13.7254901960784],[117.647058823529,83.3333333333333,46.078431372549],[132.352941176471,91.1764705882353,51.9607843137255],[110.78431372549,66.6666666666667,25.4901960784314],[96.078431372549,50,6.86274509803922],[139.21568627451,91.1764705882353,49.0196078431373],[128.43137254902,80.3921568627451,41.1764705882353],[137.254901960784,90.1960784313725,50.9803921568627],[122.549019607843,79.4117647058823,35.2941176470588],[137.254901960784,97.0588235294118,53.921568627451],[154.901960784314,119.607843137255,84.3137254901961],[113.725490196078,84.3137254901961,49.0196078431373],[150,127.450980392157,86.2745098039216],[115.686274509804,97.0588235294118,55.8823529411765],[55.8823529411765,40.1960784313726,7.84313725490196],[105.882352941176,90.1960784313725,64.7058823529412],[83.3333333333333,69.6078431372549,41.1764705882353],[78.4313725490196,64.7058823529412,38.2352941176471],[83.3333333333333,67.6470588235294,45.0980392156863],[76.4705882352941,58.8235294117647,37.2549019607843],[71.5686274509804,51.9607843137255,28.4313725490196],[74.5098039215686,54.9019607843137,30.3921568627451],[54.9019607843137,39.2156862745098,14.7058823529412],[76.4705882352941,61.7647058823529,41.1764705882353],[73.5294117647059,60.7843137254902,42.156862745098],[38.2352941176471,25.4901960784314,8.82352941176471],[44.1176470588235,28.4313725490196,12.7450980392157],[49.0196078431373,33.3333333333333,17.6470588235294],[40.1960784313726,23.5294117647059,5.88235294117647],[28.4313725490196,9.80392156862745,0],[78.4313725490196,59.8039215686275,43.1372549019608],[122.549019607843,105.882352941176,90.1960784313725],[49.0196078431373,33.3333333333333,18.6274509803922],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,24.5098039215686,15.6862745098039],[33.3333333333333,21.5686274509804,9.80392156862745],[32.3529411764706,18.6274509803922,5.88235294117647],[26.4705882352941,10.7843137254902,0],[31.3725490196078,15.6862745098039,0.980392156862745],[88.2352941176471,72.5490196078431,57.843137254902],[58.8235294117647,41.1764705882353,29.4117647058824],[42.156862745098,24.5098039215686,12.7450980392157],[40.1960784313726,20.5882352941176,9.80392156862745],[68.6274509803922,49.0196078431373,38.2352941176471],[49.0196078431373,27.4509803921569,16.6666666666667],[47.0588235294118,25.4901960784314,14.7058823529412],[67.6470588235294,44.1176470588235,34.3137254901961],[35.2941176470588,11.7647058823529,0],[29.4117647058824,5.88235294117647,0],[50.9803921568627,28.4313725490196,14.7058823529412],[41.1764705882353,18.6274509803922,4.90196078431373],[69.6078431372549,43.1372549019608,32.3529411764706],[84.3137254901961,57.843137254902,49.0196078431373],[36.2745098039216,9.80392156862745,2.94117647058824],[60.7843137254902,36.2745098039216,29.4117647058824],[57.843137254902,35.2941176470588,27.4509803921569],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,13.7254901960784,5.88235294117647],[37.2549019607843,20.5882352941176,13.7254901960784],[33.3333333333333,18.6274509803922,13.7254901960784],[38.2352941176471,23.5294117647059,18.6274509803922],[28.4313725490196,14.7058823529412,11.7647058823529],[51.9607843137255,41.1764705882353,37.2549019607843],[57.843137254902,48.0392156862745,46.078431372549],[11.7647058823529,6.86274509803922,2.94117647058824],[24.5098039215686,23.5294117647059,18.6274509803922],[52.9411764705882,55.8823529411765,49.0196078431373],[0,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[11.7647058823529,11.7647058823529,13.7254901960784],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[6.86274509803922,11.7647058823529,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,7.84313725490196,10.7843137254902],[11.7647058823529,12.7450980392157,14.7058823529412],[30.3921568627451,29.4117647058824,27.4509803921569],[34.3137254901961,30.3921568627451,27.4509803921569],[26.4705882352941,21.5686274509804,17.6470588235294],[33.3333333333333,26.4705882352941,20.5882352941176],[35.2941176470588,28.4313725490196,22.5490196078431],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[41.1764705882353,36.2745098039216,30.3921568627451],[40.1960784313726,33.3333333333333,25.4901960784314],[21.5686274509804,13.7254901960784,2.94117647058824],[30.3921568627451,21.5686274509804,6.86274509803922],[39.2156862745098,28.4313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,0],[29.4117647058824,17.6470588235294,0],[57.843137254902,47.0588235294118,19.6078431372549],[57.843137254902,47.0588235294118,19.6078431372549],[114.705882352941,105.882352941176,77.4509803921569],[132.352941176471,123.529411764706,95.0980392156863],[72.5490196078431,65.6862745098039,37.2549019607843],[76.4705882352941,71.5686274509804,42.156862745098],[106.862745098039,98.0392156862745,65.6862745098039],[143.137254901961,129.411764705882,91.1764705882353],[124.509803921569,110.78431372549,72.5490196078431],[96.078431372549,85.2941176470588,57.843137254902],[67.6470588235294,60.7843137254902,35.2941176470588],[67.6470588235294,63.7254901960784,35.2941176470588],[101.960784313725,102.941176470588,69.6078431372549],[111.764705882353,117.647058823529,80.3921568627451],[120.588235294118,126.470588235294,91.1764705882353],[123.529411764706,128.43137254902,99.0196078431373],[127.450980392157,131.372549019608,104.901960784314],[97.0588235294118,101.960784313725,70.5882352941177],[99.0196078431373,105.882352941176,72.5490196078431],[87.2549019607843,98.0392156862745,58.8235294117647],[89.2156862745098,100.980392156863,63.7254901960784],[65.6862745098039,78.4313725490196,49.0196078431373],[138.235294117647,149.019607843137,119.607843137255],[106.862745098039,110.78431372549,74.5098039215686],[115.686274509804,116.666666666667,73.5294117647059],[169.607843137255,168.627450980392,121.56862745098],[108.823529411765,105.882352941176,61.7647058823529],[116.666666666667,112.745098039216,75.4901960784314],[122.549019607843,118.627450980392,84.3137254901961],[129.411764705882,124.509803921569,96.078431372549],[98.0392156862745,97.0588235294118,67.6470588235294],[103.921568627451,107.843137254902,71.5686274509804],[105.882352941176,111.764705882353,74.5098039215686],[36.2745098039216,43.1372549019608,9.80392156862745],[86.2745098039216,95.0980392156863,64.7058823529412],[68.6274509803922,73.5294117647059,50.9803921568627],[78.4313725490196,83.3333333333333,60.7843137254902],[92.156862745098,97.0588235294118,67.6470588235294],[115.686274509804,123.529411764706,87.2549019607843],[115.686274509804,128.43137254902,86.2745098039216],[87.2549019607843,99.0196078431373,59.8039215686275],[104.901960784314,108.823529411765,82.3529411764706],[92.156862745098,94.1176470588235,70.5882352941177],[104.901960784314,108.823529411765,82.3529411764706],[140.196078431373,140.196078431373,112.745098039216],[211.764705882353,202.941176470588,174.509803921569],[201.960784313725,193.137254901961,164.705882352941],[178.43137254902,178.43137254902,150.980392156863],[164.705882352941,167.647058823529,139.21568627451],[162.745098039216,161.764705882353,131.372549019608],[194.117647058824,195.098039215686,161.764705882353],[147.058823529412,159.803921568627,117.647058823529],[134.313725490196,151.960784313725,112.745098039216],[150,164.705882352941,134.313725490196],[103.921568627451,112.745098039216,86.2745098039216],[83.3333333333333,83.3333333333333,55.8823529411765],[109.803921568627,106.862745098039,76.4705882352941],[157.843137254902,152.941176470588,123.529411764706],[133.333333333333,124.509803921569,96.078431372549],[151.960784313725,141.176470588235,113.725490196078],[96.078431372549,82.3529411764706,55.8823529411765],[84.3137254901961,70.5882352941177,42.156862745098],[87.2549019607843,73.5294117647059,45.0980392156863],[95.0980392156863,81.3725490196078,52.9411764705882],[98.0392156862745,85.2941176470588,53.921568627451],[83.3333333333333,70.5882352941177,37.2549019607843],[75.4901960784314,61.7647058823529,27.4509803921569],[109.803921568627,94.1176470588235,58.8235294117647],[144.117647058824,126.470588235294,91.1764705882353],[176.470588235294,154.901960784314,118.627450980392],[120.588235294118,97.0588235294118,63.7254901960784],[135.294117647059,110.78431372549,81.3725490196078],[138.235294117647,111.764705882353,82.3529411764706],[126.470588235294,97.0588235294118,63.7254901960784],[95.0980392156863,70.5882352941177,40.1960784313726],[62.7450980392157,50.9803921568627,29.4117647058824],[61.7647058823529,53.921568627451,33.3333333333333],[87.2549019607843,71.5686274509804,46.078431372549],[65.6862745098039,46.078431372549,13.7254901960784],[122.549019607843,99.0196078431373,65.6862745098039],[110.78431372549,82.3529411764706,43.1372549019608],[136.274509803922,96.078431372549,50.9803921568627],[118.627450980392,76.4705882352941,32.3529411764706],[55.8823529411765,22.5490196078431,0],[120.588235294118,87.2549019607843,52.9411764705882],[142.156862745098,102.941176470588,67.6470588235294],[143.137254901961,99.0196078431373,58.8235294117647],[157.843137254902,114.705882352941,70.5882352941177],[145.098039215686,99.0196078431373,55.8823529411765],[100,53.921568627451,12.7450980392157],[166.666666666667,122.549019607843,82.3529411764706],[115.686274509804,73.5294117647059,32.3529411764706],[106.862745098039,65.6862745098039,26.4705882352941],[116.666666666667,82.3529411764706,45.0980392156863],[105.882352941176,76.4705882352941,41.1764705882353],[101.960784313725,78.4313725490196,41.1764705882353],[78.4313725490196,58.8235294117647,24.5098039215686],[30.3921568627451,13.7254901960784,0],[74.5098039215686,59.8039215686275,31.3725490196078],[74.5098039215686,60.7843137254902,34.3137254901961],[87.2549019607843,71.5686274509804,47.0588235294118],[82.3529411764706,64.7058823529412,43.1372549019608],[78.4313725490196,60.7843137254902,39.2156862745098],[93.1372549019608,73.5294117647059,50],[97.0588235294118,77.4509803921569,53.921568627451],[61.7647058823529,46.078431372549,23.5294117647059],[115.686274509804,100.980392156863,82.3529411764706],[101.960784313725,89.2156862745098,72.5490196078431],[28.4313725490196,15.6862745098039,0],[43.1372549019608,30.3921568627451,14.7058823529412],[23.5294117647059,7.84313725490196,0],[33.3333333333333,16.6666666666667,0.980392156862745],[43.1372549019608,24.5098039215686,7.84313725490196],[87.2549019607843,68.6274509803922,51.9607843137255],[100,83.3333333333333,67.6470588235294],[78.4313725490196,62.7450980392157,48.0392156862745],[60.7843137254902,47.0588235294118,34.3137254901961],[55.8823529411765,44.1176470588235,32.3529411764706],[35.2941176470588,22.5490196078431,13.7254901960784],[16.6666666666667,4.90196078431373,0],[60.7843137254902,49.0196078431373,37.2549019607843],[62.7450980392157,50.9803921568627,39.2156862745098],[59.8039215686275,48.0392156862745,36.2745098039216],[42.156862745098,28.4313725490196,17.6470588235294],[51.9607843137255,38.2352941176471,29.4117647058824],[41.1764705882353,24.5098039215686,16.6666666666667],[46.078431372549,29.4117647058824,21.5686274509804],[47.0588235294118,28.4313725490196,21.5686274509804],[52.9411764705882,35.2941176470588,25.4901960784314],[34.3137254901961,14.7058823529412,5.88235294117647],[48.0392156862745,28.4313725490196,17.6470588235294],[60.7843137254902,41.1764705882353,30.3921568627451],[43.1372549019608,21.5686274509804,8.82352941176471],[40.1960784313726,18.6274509803922,5.88235294117647],[39.2156862745098,12.7450980392157,1.96078431372549],[61.7647058823529,32.3529411764706,21.5686274509804],[77.4509803921569,46.078431372549,35.2941176470588],[52.9411764705882,25.4901960784314,14.7058823529412],[36.2745098039216,12.7450980392157,2.94117647058824],[50,32.3529411764706,22.5490196078431],[29.4117647058824,12.7450980392157,4.90196078431373],[29.4117647058824,14.7058823529412,9.80392156862745],[33.3333333333333,19.6078431372549,16.6666666666667],[34.3137254901961,20.5882352941176,17.6470588235294],[15.6862745098039,1.96078431372549,0.980392156862745],[22.5490196078431,11.7647058823529,9.80392156862745],[44.1176470588235,34.3137254901961,33.3333333333333],[18.6274509803922,13.7254901960784,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,10.7843137254902,3.92156862745098],[6.86274509803922,8.82352941176471,3.92156862745098],[6.86274509803922,6.86274509803922,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[10.7843137254902,10.7843137254902,12.7450980392157],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,8.82352941176471],[0,3.92156862745098,9.80392156862745],[8.82352941176471,13.7254901960784,19.6078431372549],[1.96078431372549,6.86274509803922,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[10.7843137254902,11.7647058823529,15.6862745098039],[14.7058823529412,14.7058823529412,16.6666666666667],[22.5490196078431,21.5686274509804,19.6078431372549],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,2.94117647058824,0],[22.5490196078431,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,20.5882352941176],[10.7843137254902,5.88235294117647,2.94117647058824],[22.5490196078431,17.6470588235294,14.7058823529412],[32.3529411764706,25.4901960784314,19.6078431372549],[22.5490196078431,15.6862745098039,5.88235294117647],[14.7058823529412,6.86274509803922,0],[44.1176470588235,35.2941176470588,18.6274509803922],[66.6666666666667,55.8823529411765,36.2745098039216],[44.1176470588235,34.3137254901961,9.80392156862745],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[80.3921568627451,70.5882352941177,44.1176470588235],[119.607843137255,112.745098039216,85.2941176470588],[132.352941176471,126.470588235294,100.980392156863],[93.1372549019608,89.2156862745098,62.7450980392157],[50,48.0392156862745,23.5294117647059],[82.3529411764706,77.4509803921569,49.0196078431373],[129.411764705882,115.686274509804,79.4117647058823],[130.392156862745,112.745098039216,77.4509803921569],[78.4313725490196,62.7450980392157,37.2549019607843],[100,90.1960784313725,65.6862745098039],[92.156862745098,87.2549019607843,58.8235294117647],[71.5686274509804,71.5686274509804,38.2352941176471],[113.725490196078,115.686274509804,79.4117647058823],[105.882352941176,109.803921568627,75.4901960784314],[100,100,72.5490196078431],[153.921568627451,153.921568627451,126.470588235294],[97.0588235294118,100.980392156863,68.6274509803922],[66.6666666666667,70.5882352941177,36.2745098039216],[75.4901960784314,82.3529411764706,42.156862745098],[76.4705882352941,84.3137254901961,48.0392156862745],[97.0588235294118,105.882352941176,77.4509803921569],[71.5686274509804,80.3921568627451,51.9607843137255],[91.1764705882353,97.0588235294118,61.7647058823529],[148.039215686275,150.980392156863,108.823529411765],[120.588235294118,124.509803921569,75.4901960784314],[100,101.960784313725,55.8823529411765],[92.156862745098,92.156862745098,56.8627450980392],[75.4901960784314,75.4901960784314,48.0392156862745],[50,51.9607843137255,30.3921568627451],[52.9411764705882,55.8823529411765,35.2941176470588],[100,108.823529411765,80.3921568627451],[94.1176470588235,104.901960784314,75.4901960784314],[51.9607843137255,63.7254901960784,40.1960784313726],[68.6274509803922,77.4509803921569,60.7843137254902],[64.7058823529412,70.5882352941177,60.7843137254902],[85.2941176470588,88.2352941176471,79.4117647058823],[92.156862745098,95.0980392156863,78.4313725490196],[79.4117647058823,84.3137254901961,61.7647058823529],[50.9803921568627,60.7843137254902,34.3137254901961],[95.0980392156863,105.882352941176,76.4705882352941],[112.745098039216,116.666666666667,90.1960784313725],[96.078431372549,99.0196078431373,72.5490196078431],[133.333333333333,138.235294117647,108.823529411765],[196.078431372549,196.078431372549,168.627450980392],[184.313725490196,174.509803921569,150],[99.0196078431373,89.2156862745098,64.7058823529412],[136.274509803922,136.274509803922,108.823529411765],[111.764705882353,114.705882352941,84.3137254901961],[123.529411764706,122.549019607843,93.1372549019608],[174.509803921569,173.529411764706,143.137254901961],[117.647058823529,127.450980392157,93.1372549019608],[100,111.764705882353,74.5098039215686],[110.78431372549,120.588235294118,84.3137254901961],[101.960784313725,108.823529411765,75.4901960784314],[128.43137254902,131.372549019608,102.941176470588],[99.0196078431373,99.0196078431373,73.5294117647059],[67.6470588235294,65.6862745098039,41.1764705882353],[61.7647058823529,55.8823529411765,32.3529411764706],[126.470588235294,118.627450980392,96.078431372549],[123.529411764706,112.745098039216,91.1764705882353],[84.3137254901961,72.5490196078431,49.0196078431373],[101.960784313725,90.1960784313725,64.7058823529412],[144.117647058824,132.352941176471,106.862745098039],[101.960784313725,91.1764705882353,63.7254901960784],[83.3333333333333,70.5882352941177,39.2156862745098],[98.0392156862745,83.3333333333333,50.9803921568627],[116.666666666667,98.0392156862745,65.6862745098039],[126.470588235294,106.862745098039,72.5490196078431],[149.019607843137,125.490196078431,90.1960784313725],[154.901960784314,129.411764705882,95.0980392156863],[117.647058823529,88.2352941176471,54.9019607843137],[114.705882352941,84.3137254901961,53.921568627451],[64.7058823529412,38.2352941176471,8.82352941176471],[94.1176470588235,73.5294117647059,47.0588235294118],[46.078431372549,34.3137254901961,12.7450980392157],[57.843137254902,43.1372549019608,22.5490196078431],[99.0196078431373,76.4705882352941,46.078431372549],[138.235294117647,112.745098039216,80.3921568627451],[103.921568627451,80.3921568627451,52.9411764705882],[65.6862745098039,40.1960784313726,7.84313725490196],[106.862745098039,68.6274509803922,26.4705882352941],[108.823529411765,66.6666666666667,24.5098039215686],[78.4313725490196,40.1960784313726,1.96078431372549],[77.4509803921569,40.1960784313726,4.90196078431373],[67.6470588235294,29.4117647058824,0],[110.78431372549,71.5686274509804,37.2549019607843],[152.941176470588,110.78431372549,69.6078431372549],[151.960784313725,107.843137254902,66.6666666666667],[113.725490196078,69.6078431372549,28.4313725490196],[164.705882352941,120.588235294118,80.3921568627451],[131.372549019608,88.2352941176471,51.9607843137255],[100.980392156863,61.7647058823529,27.4509803921569],[75.4901960784314,40.1960784313726,4.90196078431373],[88.2352941176471,55.8823529411765,23.5294117647059],[104.901960784314,78.4313725490196,49.0196078431373],[97.0588235294118,76.4705882352941,48.0392156862745],[50,33.3333333333333,5.88235294117647],[87.2549019607843,71.5686274509804,46.078431372549],[50.9803921568627,35.2941176470588,12.7450980392157],[102.941176470588,86.2745098039216,66.6666666666667],[74.5098039215686,56.8627450980392,37.2549019607843],[53.921568627451,36.2745098039216,16.6666666666667],[100,82.3529411764706,62.7450980392157],[83.3333333333333,64.7058823529412,48.0392156862745],[13.7254901960784,0,0],[48.0392156862745,32.3529411764706,17.6470588235294],[72.5490196078431,58.8235294117647,46.078431372549],[30.3921568627451,16.6666666666667,3.92156862745098],[43.1372549019608,29.4117647058824,16.6666666666667],[24.5098039215686,8.82352941176471,0],[40.1960784313726,23.5294117647059,7.84313725490196],[24.5098039215686,7.84313725490196,0],[50.9803921568627,34.3137254901961,18.6274509803922],[68.6274509803922,51.9607843137255,36.2745098039216],[48.0392156862745,32.3529411764706,17.6470588235294],[40.1960784313726,26.4705882352941,13.7254901960784],[60.7843137254902,49.0196078431373,37.2549019607843],[50,40.1960784313726,30.3921568627451],[21.5686274509804,11.7647058823529,1.96078431372549],[20.5882352941176,10.7843137254902,0.980392156862745],[25.4901960784314,15.6862745098039,5.88235294117647],[42.156862745098,32.3529411764706,23.5294117647059],[58.8235294117647,46.078431372549,38.2352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[24.5098039215686,9.80392156862745,2.94117647058824],[34.3137254901961,19.6078431372549,12.7450980392157],[34.3137254901961,17.6470588235294,10.7843137254902],[24.5098039215686,7.84313725490196,0.980392156862745],[28.4313725490196,9.80392156862745,3.92156862745098],[27.4509803921569,8.82352941176471,1.96078431372549],[40.1960784313726,22.5490196078431,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[32.3529411764706,12.7450980392157,3.92156862745098],[66.6666666666667,43.1372549019608,31.3725490196078],[62.7450980392157,30.3921568627451,15.6862745098039],[81.3725490196078,46.078431372549,30.3921568627451],[55.8823529411765,24.5098039215686,9.80392156862745],[27.4509803921569,1.96078431372549,0],[42.156862745098,22.5490196078431,11.7647058823529],[45.0980392156863,31.3725490196078,22.5490196078431],[46.078431372549,33.3333333333333,27.4509803921569],[16.6666666666667,2.94117647058824,0],[32.3529411764706,18.6274509803922,18.6274509803922],[32.3529411764706,17.6470588235294,20.5882352941176],[19.6078431372549,7.84313725490196,9.80392156862745],[17.6470588235294,7.84313725490196,8.82352941176471],[16.6666666666667,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[0,0.980392156862745,0],[13.7254901960784,15.6862745098039,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[17.6470588235294,18.6274509803922,20.5882352941176],[2.94117647058824,3.92156862745098,5.88235294117647],[9.80392156862745,10.7843137254902,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[10.7843137254902,11.7647058823529,13.7254901960784],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[121.56862745098,122.549019607843,124.509803921569],[132.352941176471,133.333333333333,135.294117647059],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[0,2.94117647058824,8.82352941176471],[0,4.90196078431373,10.7843137254902],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[11.7647058823529,10.7843137254902,8.82352941176471],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,3.92156862745098,0],[25.4901960784314,18.6274509803922,12.7450980392157],[31.3725490196078,22.5490196078431,17.6470588235294],[13.7254901960784,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,5.88235294117647],[23.5294117647059,16.6666666666667,8.82352941176471],[48.0392156862745,40.1960784313726,29.4117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[65.6862745098039,53.921568627451,38.2352941176471],[100,89.2156862745098,69.6078431372549],[106.862745098039,97.0588235294118,72.5490196078431],[144.117647058824,134.313725490196,107.843137254902],[50,40.1960784313726,13.7254901960784],[57.843137254902,50.9803921568627,25.4901960784314],[78.4313725490196,72.5490196078431,49.0196078431373],[62.7450980392157,58.8235294117647,34.3137254901961],[80.3921568627451,78.4313725490196,55.8823529411765],[83.3333333333333,82.3529411764706,61.7647058823529],[62.7450980392157,58.8235294117647,34.3137254901961],[89.2156862745098,74.5098039215686,42.156862745098],[104.901960784314,86.2745098039216,53.921568627451],[93.1372549019608,77.4509803921569,52.9411764705882],[68.6274509803922,56.8627450980392,33.3333333333333],[80.3921568627451,73.5294117647059,46.078431372549],[66.6666666666667,63.7254901960784,31.3725490196078],[116.666666666667,116.666666666667,81.3725490196078],[135.294117647059,135.294117647059,100],[74.5098039215686,73.5294117647059,44.1176470588235],[126.470588235294,122.549019607843,94.1176470588235],[134.313725490196,134.313725490196,100.980392156863],[59.8039215686275,59.8039215686275,22.5490196078431],[63.7254901960784,65.6862745098039,26.4705882352941],[79.4117647058823,84.3137254901961,45.0980392156863],[77.4509803921569,82.3529411764706,52.9411764705882],[69.6078431372549,73.5294117647059,47.0588235294118],[104.901960784314,109.803921568627,80.3921568627451],[103.921568627451,107.843137254902,73.5294117647059],[90.1960784313725,95.0980392156863,54.9019607843137],[83.3333333333333,88.2352941176471,49.0196078431373],[91.1764705882353,96.078431372549,66.6666666666667],[78.4313725490196,83.3333333333333,61.7647058823529],[69.6078431372549,75.4901960784314,61.7647058823529],[63.7254901960784,71.5686274509804,56.8627450980392],[79.4117647058823,93.1372549019608,70.5882352941177],[48.0392156862745,63.7254901960784,38.2352941176471],[83.3333333333333,98.0392156862745,79.4117647058823],[62.7450980392157,74.5098039215686,62.7450980392157],[63.7254901960784,69.6078431372549,65.6862745098039],[58.8235294117647,63.7254901960784,57.843137254902],[76.4705882352941,78.4313725490196,65.6862745098039],[58.8235294117647,63.7254901960784,44.1176470588235],[67.6470588235294,79.4117647058823,57.843137254902],[40.1960784313726,51.9607843137255,30.3921568627451],[100.980392156863,103.921568627451,83.3333333333333],[136.274509803922,138.235294117647,114.705882352941],[83.3333333333333,90.1960784313725,59.8039215686275],[164.705882352941,167.647058823529,137.254901960784],[159.803921568627,152.941176470588,125.490196078431],[91.1764705882353,84.3137254901961,56.8627450980392],[132.352941176471,135.294117647059,108.823529411765],[117.647058823529,121.56862745098,95.0980392156863],[101.960784313725,100,75.4901960784314],[102.941176470588,101.960784313725,72.5490196078431],[120.588235294118,128.43137254902,92.156862745098],[170.588235294118,181.372549019608,142.156862745098],[82.3529411764706,89.2156862745098,49.0196078431373],[95.0980392156863,100.980392156863,63.7254901960784],[74.5098039215686,80.3921568627451,52.9411764705882],[85.2941176470588,88.2352941176471,67.6470588235294],[80.3921568627451,82.3529411764706,61.7647058823529],[40.1960784313726,38.2352941176471,17.6470588235294],[71.5686274509804,66.6666666666667,47.0588235294118],[114.705882352941,106.862745098039,88.2352941176471],[119.607843137255,111.764705882353,91.1764705882353],[103.921568627451,93.1372549019608,71.5686274509804],[100,90.1960784313725,65.6862745098039],[65.6862745098039,53.921568627451,28.4313725490196],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,99.0196078431373,66.6666666666667],[117.647058823529,98.0392156862745,65.6862745098039],[112.745098039216,89.2156862745098,55.8823529411765],[105.882352941176,80.3921568627451,46.078431372549],[108.823529411765,79.4117647058823,46.078431372549],[148.039215686275,113.725490196078,82.3529411764706],[136.274509803922,101.960784313725,72.5490196078431],[85.2941176470588,55.8823529411765,28.4313725490196],[81.3725490196078,57.843137254902,34.3137254901961],[63.7254901960784,47.0588235294118,27.4509803921569],[62.7450980392157,47.0588235294118,24.5098039215686],[88.2352941176471,61.7647058823529,32.3529411764706],[150.980392156863,122.549019607843,91.1764705882353],[76.4705882352941,52.9411764705882,25.4901960784314],[44.1176470588235,17.6470588235294,0],[118.627450980392,80.3921568627451,42.156862745098],[135.294117647059,91.1764705882353,50.9803921568627],[151.960784313725,110.78431372549,73.5294117647059],[112.745098039216,74.5098039215686,42.156862745098],[90.1960784313725,53.921568627451,25.4901960784314],[84.3137254901961,46.078431372549,15.6862745098039],[123.529411764706,82.3529411764706,43.1372549019608],[146.078431372549,103.921568627451,61.7647058823529],[151.960784313725,109.803921568627,65.6862745098039],[117.647058823529,75.4901960784314,34.3137254901961],[96.078431372549,53.921568627451,20.5882352941176],[88.2352941176471,48.0392156862745,18.6274509803922],[94.1176470588235,58.8235294117647,25.4901960784314],[81.3725490196078,50.9803921568627,20.5882352941176],[112.745098039216,87.2549019607843,64.7058823529412],[68.6274509803922,47.0588235294118,24.5098039215686],[58.8235294117647,42.156862745098,16.6666666666667],[100,84.3137254901961,58.8235294117647],[51.9607843137255,35.2941176470588,15.6862745098039],[75.4901960784314,58.8235294117647,43.1372549019608],[53.921568627451,35.2941176470588,18.6274509803922],[34.3137254901961,15.6862745098039,0],[49.0196078431373,30.3921568627451,15.6862745098039],[43.1372549019608,26.4705882352941,10.7843137254902],[34.3137254901961,18.6274509803922,3.92156862745098],[39.2156862745098,25.4901960784314,12.7450980392157],[37.2549019607843,25.4901960784314,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[57.843137254902,46.078431372549,34.3137254901961],[57.843137254902,44.1176470588235,31.3725490196078],[38.2352941176471,22.5490196078431,7.84313725490196],[71.5686274509804,54.9019607843137,39.2156862745098],[46.078431372549,29.4117647058824,13.7254901960784],[36.2745098039216,20.5882352941176,5.88235294117647],[15.6862745098039,0,0],[27.4509803921569,13.7254901960784,2.94117647058824],[24.5098039215686,14.7058823529412,4.90196078431373],[46.078431372549,37.2549019607843,28.4313725490196],[51.9607843137255,43.1372549019608,34.3137254901961],[21.5686274509804,14.7058823529412,4.90196078431373],[25.4901960784314,18.6274509803922,8.82352941176471],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,13.7254901960784,6.86274509803922],[18.6274509803922,7.84313725490196,1.96078431372549],[28.4313725490196,17.6470588235294,11.7647058823529],[37.2549019607843,24.5098039215686,18.6274509803922],[34.3137254901961,21.5686274509804,15.6862745098039],[36.2745098039216,21.5686274509804,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[34.3137254901961,17.6470588235294,10.7843137254902],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,11.7647058823529,1.96078431372549],[49.0196078431373,26.4705882352941,12.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[110.78431372549,73.5294117647059,50.9803921568627],[93.1372549019608,61.7647058823529,41.1764705882353],[22.5490196078431,0,0],[26.4705882352941,7.84313725490196,0],[45.0980392156863,31.3725490196078,20.5882352941176],[34.3137254901961,21.5686274509804,15.6862745098039],[38.2352941176471,27.4509803921569,25.4901960784314],[20.5882352941176,8.82352941176471,10.7843137254902],[30.3921568627451,15.6862745098039,20.5882352941176],[24.5098039215686,12.7450980392157,16.6666666666667],[15.6862745098039,4.90196078431373,8.82352941176471],[17.6470588235294,8.82352941176471,11.7647058823529],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,4.90196078431373,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[10.7843137254902,11.7647058823529,13.7254901960784],[13.7254901960784,14.7058823529412,16.6666666666667],[97.0588235294118,98.0392156862745,100],[90.1960784313725,91.1764705882353,93.1372549019608],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[22.5490196078431,23.5294117647059,25.4901960784314],[17.6470588235294,18.6274509803922,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[15.6862745098039,18.6274509803922,23.5294117647059],[17.6470588235294,18.6274509803922,22.5490196078431],[7.84313725490196,7.84313725490196,9.80392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[26.4705882352941,16.6666666666667,14.7058823529412],[22.5490196078431,13.7254901960784,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,23.5294117647059,18.6274509803922],[11.7647058823529,2.94117647058824,0],[23.5294117647059,13.7254901960784,3.92156862745098],[46.078431372549,34.3137254901961,20.5882352941176],[63.7254901960784,50.9803921568627,34.3137254901961],[76.4705882352941,64.7058823529412,43.1372549019608],[50,38.2352941176471,14.7058823529412],[54.9019607843137,43.1372549019608,17.6470588235294],[71.5686274509804,61.7647058823529,35.2941176470588],[56.8627450980392,50,24.5098039215686],[55.8823529411765,50,26.4705882352941],[64.7058823529412,59.8039215686275,38.2352941176471],[47.0588235294118,45.0980392156863,24.5098039215686],[56.8627450980392,55.8823529411765,38.2352941176471],[100.980392156863,96.078431372549,74.5098039215686],[125.490196078431,110.78431372549,80.3921568627451],[119.607843137255,103.921568627451,71.5686274509804],[115.686274509804,100,75.4901960784314],[83.3333333333333,71.5686274509804,50],[63.7254901960784,56.8627450980392,29.4117647058824],[69.6078431372549,64.7058823529412,33.3333333333333],[145.098039215686,141.176470588235,104.901960784314],[124.509803921569,120.588235294118,86.2745098039216],[77.4509803921569,72.5490196078431,43.1372549019608],[135.294117647059,130.392156862745,100.980392156863],[136.274509803922,130.392156862745,97.0588235294118],[104.901960784314,100.980392156863,63.7254901960784],[110.78431372549,109.803921568627,66.6666666666667],[105.882352941176,103.921568627451,63.7254901960784],[82.3529411764706,81.3725490196078,50.9803921568627],[114.705882352941,114.705882352941,91.1764705882353],[99.0196078431373,101.960784313725,83.3333333333333],[53.921568627451,58.8235294117647,39.2156862745098],[41.1764705882353,47.0588235294118,19.6078431372549],[73.5294117647059,79.4117647058823,53.921568627451],[76.4705882352941,83.3333333333333,65.6862745098039],[70.5882352941177,80.3921568627451,69.6078431372549],[41.1764705882353,51.9607843137255,46.078431372549],[71.5686274509804,87.2549019607843,77.4509803921569],[67.6470588235294,86.2745098039216,66.6666666666667],[58.8235294117647,77.4509803921569,55.8823529411765],[37.2549019607843,55.8823529411765,36.2745098039216],[54.9019607843137,71.5686274509804,55.8823529411765],[28.4313725490196,39.2156862745098,31.3725490196078],[25.4901960784314,30.3921568627451,23.5294117647059],[89.2156862745098,92.156862745098,73.5294117647059],[83.3333333333333,88.2352941176471,66.6666666666667],[83.3333333333333,95.0980392156863,75.4901960784314],[51.9607843137255,62.7450980392157,46.078431372549],[62.7450980392157,64.7058823529412,53.921568627451],[126.470588235294,127.450980392157,113.725490196078],[110.78431372549,116.666666666667,89.2156862745098],[116.666666666667,120.588235294118,86.2745098039216],[134.313725490196,128.43137254902,93.1372549019608],[121.56862745098,114.705882352941,86.2745098039216],[83.3333333333333,86.2745098039216,65.6862745098039],[76.4705882352941,80.3921568627451,63.7254901960784],[54.9019607843137,51.9607843137255,33.3333333333333],[114.705882352941,112.745098039216,88.2352941176471],[171.56862745098,178.43137254902,138.235294117647],[141.176470588235,149.019607843137,102.941176470588],[55.8823529411765,58.8235294117647,16.6666666666667],[63.7254901960784,67.6470588235294,33.3333333333333],[38.2352941176471,46.078431372549,23.5294117647059],[82.3529411764706,91.1764705882353,74.5098039215686],[88.2352941176471,92.156862745098,77.4509803921569],[38.2352941176471,39.2156862745098,23.5294117647059],[54.9019607843137,51.9607843137255,37.2549019607843],[63.7254901960784,57.843137254902,42.156862745098],[92.156862745098,85.2941176470588,67.6470588235294],[100,92.156862745098,73.5294117647059],[50,39.2156862745098,17.6470588235294],[56.8627450980392,45.0980392156863,21.5686274509804],[106.862745098039,91.1764705882353,65.6862745098039],[124.509803921569,105.882352941176,76.4705882352941],[154.901960784314,132.352941176471,100.980392156863],[142.156862745098,116.666666666667,84.3137254901961],[131.372549019608,101.960784313725,68.6274509803922],[114.705882352941,80.3921568627451,49.0196078431373],[144.117647058824,108.823529411765,77.4509803921569],[128.43137254902,92.156862745098,63.7254901960784],[121.56862745098,87.2549019607843,57.843137254902],[76.4705882352941,47.0588235294118,21.5686274509804],[94.1176470588235,76.4705882352941,56.8627450980392],[90.1960784313725,72.5490196078431,52.9411764705882],[116.666666666667,91.1764705882353,64.7058823529412],[89.2156862745098,60.7843137254902,31.3725490196078],[95.0980392156863,69.6078431372549,43.1372549019608],[69.6078431372549,39.2156862745098,10.7843137254902],[102.941176470588,61.7647058823529,24.5098039215686],[132.352941176471,88.2352941176471,50],[112.745098039216,72.5490196078431,41.1764705882353],[61.7647058823529,25.4901960784314,0],[100.980392156863,62.7450980392157,34.3137254901961],[122.549019607843,82.3529411764706,50.9803921568627],[138.235294117647,100,61.7647058823529],[111.764705882353,71.5686274509804,28.4313725490196],[136.274509803922,96.078431372549,50.9803921568627],[111.764705882353,70.5882352941177,31.3725490196078],[94.1176470588235,50.9803921568627,24.5098039215686],[69.6078431372549,30.3921568627451,4.90196078431373],[81.3725490196078,47.0588235294118,15.6862745098039],[59.8039215686275,29.4117647058824,0.980392156862745],[44.1176470588235,17.6470588235294,0.980392156862745],[35.2941176470588,12.7450980392157,0],[86.2745098039216,68.6274509803922,45.0980392156863],[94.1176470588235,78.4313725490196,53.921568627451],[41.1764705882353,24.5098039215686,8.82352941176471],[28.4313725490196,10.7843137254902,0],[36.2745098039216,17.6470588235294,2.94117647058824],[46.078431372549,27.4509803921569,12.7450980392157],[70.5882352941177,52.9411764705882,39.2156862745098],[20.5882352941176,3.92156862745098,0],[30.3921568627451,17.6470588235294,8.82352941176471],[44.1176470588235,34.3137254901961,24.5098039215686],[30.3921568627451,20.5882352941176,11.7647058823529],[27.4509803921569,17.6470588235294,8.82352941176471],[32.3529411764706,22.5490196078431,13.7254901960784],[48.0392156862745,35.2941176470588,26.4705882352941],[72.5490196078431,58.8235294117647,46.078431372549],[72.5490196078431,56.8627450980392,42.156862745098],[32.3529411764706,16.6666666666667,1.96078431372549],[43.1372549019608,27.4509803921569,12.7450980392157],[29.4117647058824,15.6862745098039,2.94117647058824],[39.2156862745098,27.4509803921569,15.6862745098039],[35.2941176470588,25.4901960784314,15.6862745098039],[50.9803921568627,42.156862745098,33.3333333333333],[55.8823529411765,51.9607843137255,43.1372549019608],[20.5882352941176,15.6862745098039,9.80392156862745],[24.5098039215686,19.6078431372549,13.7254901960784],[42.156862745098,35.2941176470588,29.4117647058824],[28.4313725490196,21.5686274509804,15.6862745098039],[28.4313725490196,18.6274509803922,16.6666666666667],[24.5098039215686,14.7058823529412,12.7450980392157],[31.3725490196078,20.5882352941176,16.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[34.3137254901961,20.5882352941176,17.6470588235294],[41.1764705882353,28.4313725490196,22.5490196078431],[31.3725490196078,16.6666666666667,9.80392156862745],[29.4117647058824,14.7058823529412,7.84313725490196],[38.2352941176471,21.5686274509804,13.7254901960784],[44.1176470588235,27.4509803921569,19.6078431372549],[87.2549019607843,65.6862745098039,51.9607843137255],[113.725490196078,78.4313725490196,52.9411764705882],[93.1372549019608,52.9411764705882,23.5294117647059],[106.862745098039,73.5294117647059,46.078431372549],[69.6078431372549,44.1176470588235,19.6078431372549],[60.7843137254902,43.1372549019608,23.5294117647059],[66.6666666666667,52.9411764705882,40.1960784313726],[39.2156862745098,29.4117647058824,20.5882352941176],[26.4705882352941,15.6862745098039,13.7254901960784],[22.5490196078431,10.7843137254902,12.7450980392157],[15.6862745098039,2.94117647058824,9.80392156862745],[18.6274509803922,3.92156862745098,10.7843137254902],[15.6862745098039,2.94117647058824,9.80392156862745],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[61.7647058823529,62.7450980392157,64.7058823529412],[249.019607843137,250,250],[247.058823529412,248.039215686275,250],[65.6862745098039,66.6666666666667,68.6274509803922],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,3.92156862745098],[88.2352941176471,92.156862745098,95.0980392156863],[87.2549019607843,90.1960784313725,95.0980392156863],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[10.7843137254902,13.7254901960784,18.6274509803922],[0,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,6.86274509803922,3.92156862745098],[11.7647058823529,6.86274509803922,2.94117647058824],[18.6274509803922,11.7647058823529,5.88235294117647],[21.5686274509804,12.7450980392157,5.88235294117647],[6.86274509803922,0,0],[26.4705882352941,17.6470588235294,10.7843137254902],[44.1176470588235,35.2941176470588,28.4313725490196],[21.5686274509804,11.7647058823529,2.94117647058824],[27.4509803921569,17.6470588235294,5.88235294117647],[56.8627450980392,45.0980392156863,31.3725490196078],[79.4117647058823,66.6666666666667,50.9803921568627],[90.1960784313725,77.4509803921569,60.7843137254902],[53.921568627451,41.1764705882353,22.5490196078431],[72.5490196078431,59.8039215686275,41.1764705882353],[37.2549019607843,26.4705882352941,6.86274509803922],[42.156862745098,34.3137254901961,13.7254901960784],[50,43.1372549019608,24.5098039215686],[50,45.0980392156863,26.4705882352941],[39.2156862745098,38.2352941176471,18.6274509803922],[27.4509803921569,28.4313725490196,10.7843137254902],[58.8235294117647,53.921568627451,34.3137254901961],[99.0196078431373,85.2941176470588,56.8627450980392],[127.450980392157,111.764705882353,79.4117647058823],[112.745098039216,99.0196078431373,72.5490196078431],[58.8235294117647,47.0588235294118,21.5686274509804],[64.7058823529412,58.8235294117647,27.4509803921569],[125.490196078431,121.56862745098,87.2549019607843],[112.745098039216,108.823529411765,72.5490196078431],[73.5294117647059,67.6470588235294,32.3529411764706],[96.078431372549,87.2549019607843,56.8627450980392],[128.43137254902,117.647058823529,86.2745098039216],[176.470588235294,166.666666666667,131.372549019608],[159.803921568627,152.941176470588,111.764705882353],[119.607843137255,116.666666666667,72.5490196078431],[128.43137254902,126.470588235294,86.2745098039216],[119.607843137255,120.588235294118,89.2156862745098],[109.803921568627,111.764705882353,90.1960784313725],[75.4901960784314,79.4117647058823,65.6862745098039],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,54.9019607843137,35.2941176470588],[73.5294117647059,85.2941176470588,65.6862745098039],[46.078431372549,57.843137254902,46.078431372549],[51.9607843137255,64.7058823529412,57.843137254902],[67.6470588235294,84.3137254901961,78.4313725490196],[72.5490196078431,92.156862745098,83.3333333333333],[73.5294117647059,94.1176470588235,77.4509803921569],[43.1372549019608,64.7058823529412,44.1176470588235],[72.5490196078431,91.1764705882353,72.5490196078431],[50,66.6666666666667,50.9803921568627],[36.2745098039216,48.0392156862745,38.2352941176471],[61.7647058823529,69.6078431372549,58.8235294117647],[88.2352941176471,92.156862745098,75.4901960784314],[56.8627450980392,64.7058823529412,44.1176470588235],[20.5882352941176,31.3725490196078,15.6862745098039],[40.1960784313726,48.0392156862745,37.2549019607843],[89.2156862745098,90.1960784313725,84.3137254901961],[71.5686274509804,71.5686274509804,59.8039215686275],[100.980392156863,104.901960784314,78.4313725490196],[98.0392156862745,101.960784313725,65.6862745098039],[107.843137254902,103.921568627451,66.6666666666667],[106.862745098039,102.941176470588,66.6666666666667],[89.2156862745098,91.1764705882353,67.6470588235294],[46.078431372549,47.0588235294118,29.4117647058824],[116.666666666667,111.764705882353,92.156862745098],[84.3137254901961,80.3921568627451,53.921568627451],[113.725490196078,115.686274509804,76.4705882352941],[90.1960784313725,93.1372549019608,50.9803921568627],[86.2745098039216,84.3137254901961,47.0588235294118],[55.8823529411765,54.9019607843137,27.4509803921569],[51.9607843137255,55.8823529411765,39.2156862745098],[100,107.843137254902,93.1372549019608],[79.4117647058823,83.3333333333333,69.6078431372549],[61.7647058823529,63.7254901960784,50.9803921568627],[42.156862745098,40.1960784313726,27.4509803921569],[47.0588235294118,44.1176470588235,29.4117647058824],[57.843137254902,51.9607843137255,36.2745098039216],[76.4705882352941,69.6078431372549,51.9607843137255],[79.4117647058823,71.5686274509804,52.9411764705882],[66.6666666666667,55.8823529411765,34.3137254901961],[78.4313725490196,64.7058823529412,39.2156862745098],[74.5098039215686,54.9019607843137,28.4313725490196],[132.352941176471,109.803921568627,79.4117647058823],[99.0196078431373,73.5294117647059,41.1764705882353],[131.372549019608,101.960784313725,66.6666666666667],[172.549019607843,140.196078431373,105.882352941176],[127.450980392157,93.1372549019608,61.7647058823529],[126.470588235294,91.1764705882353,59.8039215686275],[151.960784313725,113.725490196078,81.3725490196078],[105.882352941176,71.5686274509804,42.156862745098],[59.8039215686275,34.3137254901961,9.80392156862745],[54.9019607843137,33.3333333333333,9.80392156862745],[137.254901960784,111.764705882353,85.2941176470588],[65.6862745098039,39.2156862745098,10.7843137254902],[59.8039215686275,33.3333333333333,6.86274509803922],[80.3921568627451,50,21.5686274509804],[57.843137254902,18.6274509803922,0],[139.21568627451,97.0588235294118,62.7450980392157],[125.490196078431,89.2156862745098,60.7843137254902],[78.4313725490196,43.1372549019608,17.6470588235294],[65.6862745098039,30.3921568627451,4.90196078431373],[74.5098039215686,39.2156862745098,7.84313725490196],[116.666666666667,78.4313725490196,40.1960784313726],[95.0980392156863,57.843137254902,13.7254901960784],[112.745098039216,75.4901960784314,31.3725490196078],[120.588235294118,82.3529411764706,44.1176470588235],[112.745098039216,74.5098039215686,46.078431372549],[91.1764705882353,54.9019607843137,29.4117647058824],[95.0980392156863,62.7450980392157,32.3529411764706],[103.921568627451,73.5294117647059,45.0980392156863],[75.4901960784314,47.0588235294118,29.4117647058824],[57.843137254902,31.3725490196078,14.7058823529412],[59.8039215686275,38.2352941176471,14.7058823529412],[63.7254901960784,44.1176470588235,19.6078431372549],[25.4901960784314,6.86274509803922,0],[32.3529411764706,14.7058823529412,2.94117647058824],[18.6274509803922,0.980392156862745,0],[53.921568627451,38.2352941176471,23.5294117647059],[54.9019607843137,38.2352941176471,28.4313725490196],[38.2352941176471,23.5294117647059,16.6666666666667],[28.4313725490196,15.6862745098039,7.84313725490196],[28.4313725490196,17.6470588235294,11.7647058823529],[33.3333333333333,22.5490196078431,16.6666666666667],[28.4313725490196,17.6470588235294,11.7647058823529],[30.3921568627451,20.5882352941176,11.7647058823529],[56.8627450980392,44.1176470588235,35.2941176470588],[50.9803921568627,37.2549019607843,26.4705882352941],[58.8235294117647,45.0980392156863,34.3137254901961],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,40.1960784313726,31.3725490196078],[31.3725490196078,21.5686274509804,11.7647058823529],[26.4705882352941,17.6470588235294,8.82352941176471],[33.3333333333333,26.4705882352941,16.6666666666667],[48.0392156862745,41.1764705882353,31.3725490196078],[30.3921568627451,23.5294117647059,13.7254901960784],[23.5294117647059,16.6666666666667,8.82352941176471],[43.1372549019608,36.2745098039216,28.4313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[42.156862745098,32.3529411764706,30.3921568627451],[39.2156862745098,29.4117647058824,27.4509803921569],[74.5098039215686,63.7254901960784,59.8039215686275],[45.0980392156863,34.3137254901961,28.4313725490196],[40.1960784313726,29.4117647058824,23.5294117647059],[18.6274509803922,5.88235294117647,0],[49.0196078431373,36.2745098039216,27.4509803921569],[53.921568627451,40.1960784313726,31.3725490196078],[27.4509803921569,13.7254901960784,4.90196078431373],[52.9411764705882,39.2156862745098,30.3921568627451],[69.6078431372549,48.0392156862745,35.2941176470588],[97.0588235294118,63.7254901960784,39.2156862745098],[84.3137254901961,48.0392156862745,21.5686274509804],[97.0588235294118,65.6862745098039,41.1764705882353],[102.941176470588,77.4509803921569,54.9019607843137],[109.803921568627,91.1764705882353,74.5098039215686],[72.5490196078431,58.8235294117647,46.078431372549],[26.4705882352941,15.6862745098039,9.80392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,10.7843137254902],[14.7058823529412,3.92156862745098,9.80392156862745],[19.6078431372549,8.82352941176471,16.6666666666667],[15.6862745098039,4.90196078431373,12.7450980392157],[9.80392156862745,2.94117647058824,9.80392156862745],[11.7647058823529,6.86274509803922,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[38.2352941176471,39.2156862745098,41.1764705882353],[238.235294117647,239.21568627451,241.176470588235],[248.039215686275,249.019607843137,250],[58.8235294117647,59.8039215686275,61.7647058823529],[0.980392156862745,1.96078431372549,3.92156862745098],[11.7647058823529,12.7450980392157,14.7058823529412],[8.82352941176471,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0.980392156862745,2.94117647058824],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,3.92156862745098,4.90196078431373],[7.84313725490196,11.7647058823529,12.7450980392157],[51.9607843137255,55.8823529411765,56.8627450980392],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,11.7647058823529,6.86274509803922],[15.6862745098039,11.7647058823529,2.94117647058824],[21.5686274509804,17.6470588235294,6.86274509803922],[14.7058823529412,8.82352941176471,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,8.82352941176471,0],[21.5686274509804,11.7647058823529,1.96078431372549],[23.5294117647059,13.7254901960784,4.90196078431373],[37.2549019607843,27.4509803921569,17.6470588235294],[39.2156862745098,29.4117647058824,19.6078431372549],[75.4901960784314,62.7450980392157,53.921568627451],[50,37.2549019607843,28.4313725490196],[25.4901960784314,12.7450980392157,3.92156862745098],[25.4901960784314,12.7450980392157,3.92156862745098],[44.1176470588235,31.3725490196078,22.5490196078431],[28.4313725490196,18.6274509803922,6.86274509803922],[29.4117647058824,19.6078431372549,7.84313725490196],[42.156862745098,34.3137254901961,21.5686274509804],[66.6666666666667,60.7843137254902,47.0588235294118],[49.0196078431373,46.078431372549,31.3725490196078],[41.1764705882353,39.2156862745098,24.5098039215686],[53.921568627451,49.0196078431373,30.3921568627451],[79.4117647058823,63.7254901960784,39.2156862745098],[84.3137254901961,67.6470588235294,38.2352941176471],[100,87.2549019607843,53.921568627451],[79.4117647058823,71.5686274509804,35.2941176470588],[121.56862745098,118.627450980392,78.4313725490196],[108.823529411765,105.882352941176,65.6862745098039],[62.7450980392157,56.8627450980392,21.5686274509804],[99.0196078431373,89.2156862745098,54.9019607843137],[90.1960784313725,75.4901960784314,43.1372549019608],[109.803921568627,94.1176470588235,58.8235294117647],[195.098039215686,180.392156862745,138.235294117647],[150,139.21568627451,94.1176470588235],[136.274509803922,134.313725490196,87.2549019607843],[134.313725490196,137.254901960784,95.0980392156863],[120.588235294118,127.450980392157,94.1176470588235],[96.078431372549,105.882352941176,81.3725490196078],[80.3921568627451,93.1372549019608,75.4901960784314],[78.4313725490196,92.156862745098,77.4509803921569],[47.0588235294118,63.7254901960784,46.078431372549],[71.5686274509804,89.2156862745098,73.5294117647059],[57.843137254902,77.4509803921569,65.6862745098039],[70.5882352941177,90.1960784313725,78.4313725490196],[55.8823529411765,75.4901960784314,64.7058823529412],[44.1176470588235,63.7254901960784,51.9607843137255],[84.3137254901961,101.960784313725,86.2745098039216],[74.5098039215686,91.1764705882353,73.5294117647059],[64.7058823529412,78.4313725490196,61.7647058823529],[50,61.7647058823529,48.0392156862745],[48.0392156862745,57.843137254902,49.0196078431373],[52.9411764705882,62.7450980392157,53.921568627451],[55.8823529411765,65.6862745098039,54.9019607843137],[47.0588235294118,53.921568627451,46.078431372549],[34.3137254901961,41.1764705882353,34.3137254901961],[55.8823529411765,57.843137254902,52.9411764705882],[94.1176470588235,95.0980392156863,89.2156862745098],[96.078431372549,97.0588235294118,83.3333333333333],[111.764705882353,111.764705882353,88.2352941176471],[97.0588235294118,96.078431372549,65.6862745098039],[99.0196078431373,95.0980392156863,57.843137254902],[134.313725490196,130.392156862745,93.1372549019608],[129.411764705882,125.490196078431,89.2156862745098],[128.43137254902,124.509803921569,90.1960784313725],[91.1764705882353,85.2941176470588,53.921568627451],[93.1372549019608,87.2549019607843,55.8823529411765],[65.6862745098039,60.7843137254902,29.4117647058824],[55.8823529411765,50.9803921568627,22.5490196078431],[49.0196078431373,41.1764705882353,18.6274509803922],[33.3333333333333,26.4705882352941,8.82352941176471],[43.1372549019608,41.1764705882353,26.4705882352941],[104.901960784314,104.901960784314,93.1372549019608],[83.3333333333333,83.3333333333333,71.5686274509804],[78.4313725490196,76.4705882352941,64.7058823529412],[55.8823529411765,53.921568627451,41.1764705882353],[29.4117647058824,25.4901960784314,13.7254901960784],[68.6274509803922,65.6862745098039,50.9803921568627],[58.8235294117647,52.9411764705882,37.2549019607843],[74.5098039215686,67.6470588235294,50],[74.5098039215686,63.7254901960784,46.078431372549],[65.6862745098039,50.9803921568627,30.3921568627451],[52.9411764705882,37.2549019607843,12.7450980392157],[103.921568627451,85.2941176470588,55.8823529411765],[146.078431372549,123.529411764706,90.1960784313725],[131.372549019608,108.823529411765,68.6274509803922],[103.921568627451,79.4117647058823,39.2156862745098],[137.254901960784,107.843137254902,72.5490196078431],[127.450980392157,95.0980392156863,60.7843137254902],[129.411764705882,92.156862745098,55.8823529411765],[144.117647058824,106.862745098039,70.5882352941177],[69.6078431372549,36.2745098039216,1.96078431372549],[67.6470588235294,37.2549019607843,8.82352941176471],[124.509803921569,98.0392156862745,71.5686274509804],[69.6078431372549,44.1176470588235,19.6078431372549],[53.921568627451,28.4313725490196,5.88235294117647],[52.9411764705882,26.4705882352941,0],[40.1960784313726,5.88235294117647,0],[118.627450980392,83.3333333333333,51.9607843137255],[119.607843137255,85.2941176470588,55.8823529411765],[76.4705882352941,46.078431372549,18.6274509803922],[46.078431372549,18.6274509803922,0],[30.3921568627451,0.980392156862745,0],[91.1764705882353,53.921568627451,15.6862745098039],[125.490196078431,85.2941176470588,42.156862745098],[121.56862745098,85.2941176470588,44.1176470588235],[113.725490196078,79.4117647058823,42.156862745098],[75.4901960784314,41.1764705882353,9.80392156862745],[111.764705882353,78.4313725490196,50.9803921568627],[80.3921568627451,48.0392156862745,17.6470588235294],[107.843137254902,77.4509803921569,47.0588235294118],[132.352941176471,101.960784313725,74.5098039215686],[57.843137254902,27.4509803921569,0],[63.7254901960784,34.3137254901961,6.86274509803922],[92.156862745098,66.6666666666667,42.156862745098],[61.7647058823529,39.2156862745098,21.5686274509804],[61.7647058823529,44.1176470588235,30.3921568627451],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,12.7450980392157,4.90196078431373],[11.7647058823529,0,0],[36.2745098039216,22.5490196078431,19.6078431372549],[45.0980392156863,31.3725490196078,28.4313725490196],[40.1960784313726,26.4705882352941,23.5294117647059],[26.4705882352941,13.7254901960784,7.84313725490196],[19.6078431372549,6.86274509803922,0.980392156862745],[32.3529411764706,19.6078431372549,11.7647058823529],[41.1764705882353,26.4705882352941,19.6078431372549],[45.0980392156863,31.3725490196078,22.5490196078431],[38.2352941176471,24.5098039215686,15.6862745098039],[22.5490196078431,7.84313725490196,0.980392156862745],[23.5294117647059,10.7843137254902,2.94117647058824],[16.6666666666667,5.88235294117647,0],[24.5098039215686,15.6862745098039,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[44.1176470588235,35.2941176470588,28.4313725490196],[57.843137254902,49.0196078431373,34.3137254901961],[27.4509803921569,15.6862745098039,0],[40.1960784313726,28.4313725490196,16.6666666666667],[50,37.2549019607843,29.4117647058824],[30.3921568627451,19.6078431372549,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[47.0588235294118,36.2745098039216,34.3137254901961],[65.6862745098039,51.9607843137255,49.0196078431373],[74.5098039215686,61.7647058823529,53.921568627451],[42.156862745098,30.3921568627451,18.6274509803922],[26.4705882352941,12.7450980392157,0],[44.1176470588235,30.3921568627451,17.6470588235294],[46.078431372549,30.3921568627451,17.6470588235294],[47.0588235294118,30.3921568627451,20.5882352941176],[66.6666666666667,50,42.156862745098],[63.7254901960784,44.1176470588235,35.2941176470588],[68.6274509803922,40.1960784313726,26.4705882352941],[76.4705882352941,46.078431372549,28.4313725490196],[77.4509803921569,49.0196078431373,35.2941176470588],[73.5294117647059,47.0588235294118,36.2745098039216],[57.843137254902,38.2352941176471,29.4117647058824],[23.5294117647059,5.88235294117647,1.96078431372549],[24.5098039215686,10.7843137254902,9.80392156862745],[15.6862745098039,5.88235294117647,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[8.82352941176471,2.94117647058824,6.86274509803922],[15.6862745098039,8.82352941176471,15.6862745098039],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,12.7450980392157,14.7058823529412],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,6.86274509803922,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[17.6470588235294,17.6470588235294,17.6470588235294],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[14.7058823529412,14.7058823529412,14.7058823529412],[25.4901960784314,25.4901960784314,25.4901960784314],[22.5490196078431,22.5490196078431,22.5490196078431],[9.80392156862745,9.80392156862745,9.80392156862745],[15.6862745098039,15.6862745098039,15.6862745098039],[100.980392156863,100.980392156863,100.980392156863],[35.2941176470588,35.2941176470588,35.2941176470588],[0,0,0],[15.6862745098039,15.6862745098039,15.6862745098039],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[27.4509803921569,28.4313725490196,30.3921568627451],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[25.4901960784314,20.5882352941176,14.7058823529412],[40.1960784313726,36.2745098039216,25.4901960784314],[17.6470588235294,11.7647058823529,0],[10.7843137254902,4.90196078431373,0],[57.843137254902,50.9803921568627,33.3333333333333],[109.803921568627,102.941176470588,85.2941176470588],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,10.7843137254902],[49.0196078431373,39.2156862745098,27.4509803921569],[12.7450980392157,2.94117647058824,0],[45.0980392156863,32.3529411764706,23.5294117647059],[46.078431372549,33.3333333333333,25.4901960784314],[22.5490196078431,9.80392156862745,1.96078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[41.1764705882353,30.3921568627451,24.5098039215686],[46.078431372549,35.2941176470588,29.4117647058824],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,15.6862745098039,5.88235294117647],[47.0588235294118,43.1372549019608,32.3529411764706],[28.4313725490196,26.4705882352941,14.7058823529412],[29.4117647058824,30.3921568627451,16.6666666666667],[42.156862745098,36.2745098039216,20.5882352941176],[49.0196078431373,34.3137254901961,13.7254901960784],[108.823529411765,92.156862745098,66.6666666666667],[84.3137254901961,74.5098039215686,40.1960784313726],[115.686274509804,110.78431372549,71.5686274509804],[91.1764705882353,89.2156862745098,49.0196078431373],[35.2941176470588,33.3333333333333,0],[87.2549019607843,81.3725490196078,48.0392156862745],[104.901960784314,96.078431372549,63.7254901960784],[79.4117647058823,64.7058823529412,32.3529411764706],[110.78431372549,96.078431372549,57.843137254902],[220.588235294118,206.862745098039,162.745098039216],[223.529411764706,212.745098039216,167.647058823529],[141.176470588235,140.196078431373,95.0980392156863],[136.274509803922,143.137254901961,102.941176470588],[100.980392156863,114.705882352941,82.3529411764706],[36.2745098039216,51.9607843137255,26.4705882352941],[57.843137254902,72.5490196078431,53.921568627451],[66.6666666666667,83.3333333333333,67.6470588235294],[53.921568627451,71.5686274509804,57.843137254902],[59.8039215686275,80.3921568627451,65.6862745098039],[81.3725490196078,102.941176470588,90.1960784313725],[66.6666666666667,88.2352941176471,75.4901960784314],[52.9411764705882,73.5294117647059,58.8235294117647],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,74.5098039215686,57.843137254902],[101.960784313725,114.705882352941,97.0588235294118],[74.5098039215686,85.2941176470588,68.6274509803922],[67.6470588235294,76.4705882352941,59.8039215686275],[32.3529411764706,40.1960784313726,25.4901960784314],[30.3921568627451,38.2352941176471,25.4901960784314],[50,59.8039215686275,49.0196078431373],[42.156862745098,49.0196078431373,41.1764705882353],[51.9607843137255,56.8627450980392,50.9803921568627],[53.921568627451,56.8627450980392,50],[62.7450980392157,64.7058823529412,53.921568627451],[76.4705882352941,74.5098039215686,59.8039215686275],[82.3529411764706,80.3921568627451,55.8823529411765],[82.3529411764706,79.4117647058823,49.0196078431373],[144.117647058824,140.196078431373,102.941176470588],[123.529411764706,118.627450980392,77.4509803921569],[149.019607843137,142.156862745098,99.0196078431373],[126.470588235294,119.607843137255,78.4313725490196],[86.2745098039216,78.4313725490196,42.156862745098],[96.078431372549,87.2549019607843,56.8627450980392],[90.1960784313725,80.3921568627451,53.921568627451],[39.2156862745098,28.4313725490196,8.82352941176471],[64.7058823529412,52.9411764705882,37.2549019607843],[79.4117647058823,69.6078431372549,57.843137254902],[33.3333333333333,27.4509803921569,15.6862745098039],[68.6274509803922,66.6666666666667,53.921568627451],[68.6274509803922,66.6666666666667,53.921568627451],[67.6470588235294,65.6862745098039,52.9411764705882],[56.8627450980392,54.9019607843137,40.1960784313726],[49.0196078431373,48.0392156862745,30.3921568627451],[68.6274509803922,65.6862745098039,49.0196078431373],[62.7450980392157,57.843137254902,39.2156862745098],[44.1176470588235,37.2549019607843,19.6078431372549],[72.5490196078431,64.7058823529412,46.078431372549],[81.3725490196078,69.6078431372549,48.0392156862745],[34.3137254901961,18.6274509803922,0],[91.1764705882353,74.5098039215686,45.0980392156863],[108.823529411765,91.1764705882353,53.921568627451],[109.803921568627,91.1764705882353,49.0196078431373],[94.1176470588235,71.5686274509804,30.3921568627451],[98.0392156862745,72.5490196078431,36.2745098039216],[137.254901960784,107.843137254902,72.5490196078431],[138.235294117647,103.921568627451,66.6666666666667],[171.56862745098,134.313725490196,96.078431372549],[134.313725490196,97.0588235294118,60.7843137254902],[68.6274509803922,35.2941176470588,0.980392156862745],[83.3333333333333,53.921568627451,28.4313725490196],[72.5490196078431,47.0588235294118,24.5098039215686],[111.764705882353,88.2352941176471,64.7058823529412],[53.921568627451,26.4705882352941,2.94117647058824],[77.4509803921569,44.1176470588235,17.6470588235294],[156.862745098039,122.549019607843,93.1372549019608],[108.823529411765,75.4901960784314,48.0392156862745],[75.4901960784314,46.078431372549,20.5882352941176],[56.8627450980392,35.2941176470588,12.7450980392157],[44.1176470588235,18.6274509803922,0],[59.8039215686275,25.4901960784314,0],[135.294117647059,97.0588235294118,54.9019607843137],[122.549019607843,88.2352941176471,50.9803921568627],[68.6274509803922,35.2941176470588,0.980392156862745],[85.2941176470588,54.9019607843137,24.5098039215686],[126.470588235294,96.078431372549,67.6470588235294],[62.7450980392157,32.3529411764706,3.92156862745098],[78.4313725490196,48.0392156862745,17.6470588235294],[94.1176470588235,61.7647058823529,31.3725490196078],[53.921568627451,21.5686274509804,0],[69.6078431372549,39.2156862745098,10.7843137254902],[104.901960784314,77.4509803921569,53.921568627451],[74.5098039215686,51.9607843137255,34.3137254901961],[56.8627450980392,39.2156862745098,25.4901960784314],[33.3333333333333,20.5882352941176,11.7647058823529],[33.3333333333333,24.5098039215686,17.6470588235294],[21.5686274509804,10.7843137254902,8.82352941176471],[21.5686274509804,9.80392156862745,9.80392156862745],[26.4705882352941,15.6862745098039,13.7254901960784],[45.0980392156863,31.3725490196078,30.3921568627451],[41.1764705882353,27.4509803921569,24.5098039215686],[28.4313725490196,13.7254901960784,8.82352941176471],[35.2941176470588,20.5882352941176,13.7254901960784],[46.078431372549,31.3725490196078,24.5098039215686],[41.1764705882353,26.4705882352941,19.6078431372549],[43.1372549019608,30.3921568627451,22.5490196078431],[35.2941176470588,22.5490196078431,16.6666666666667],[36.2745098039216,25.4901960784314,19.6078431372549],[25.4901960784314,16.6666666666667,11.7647058823529],[31.3725490196078,24.5098039215686,18.6274509803922],[40.1960784313726,32.3529411764706,29.4117647058824],[63.7254901960784,54.9019607843137,48.0392156862745],[72.5490196078431,60.7843137254902,45.0980392156863],[36.2745098039216,23.5294117647059,4.90196078431373],[38.2352941176471,24.5098039215686,11.7647058823529],[43.1372549019608,30.3921568627451,21.5686274509804],[32.3529411764706,18.6274509803922,15.6862745098039],[27.4509803921569,13.7254901960784,12.7450980392157],[27.4509803921569,13.7254901960784,12.7450980392157],[35.2941176470588,21.5686274509804,18.6274509803922],[40.1960784313726,27.4509803921569,19.6078431372549],[48.0392156862745,36.2745098039216,24.5098039215686],[54.9019607843137,43.1372549019608,27.4509803921569],[59.8039215686275,47.0588235294118,31.3725490196078],[38.2352941176471,24.5098039215686,11.7647058823529],[31.3725490196078,14.7058823529412,4.90196078431373],[53.921568627451,37.2549019607843,30.3921568627451],[61.7647058823529,43.1372549019608,36.2745098039216],[86.2745098039216,62.7450980392157,52.9411764705882],[83.3333333333333,56.8627450980392,46.078431372549],[59.8039215686275,36.2745098039216,26.4705882352941],[41.1764705882353,18.6274509803922,10.7843137254902],[39.2156862745098,20.5882352941176,14.7058823529412],[14.7058823529412,0,0],[15.6862745098039,3.92156862745098,3.92156862745098],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,13.7254901960784,17.6470588235294],[13.7254901960784,8.82352941176471,12.7450980392157],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0,0],[204.901960784314,204.901960784314,204.901960784314],[164.705882352941,164.705882352941,164.705882352941],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[13.7254901960784,13.7254901960784,13.7254901960784],[10.7843137254902,10.7843137254902,10.7843137254902],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[27.4509803921569,27.4509803921569,27.4509803921569],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[21.5686274509804,16.6666666666667,12.7450980392157],[52.9411764705882,49.0196078431373,40.1960784313726],[38.2352941176471,32.3529411764706,20.5882352941176],[18.6274509803922,12.7450980392157,0],[43.1372549019608,37.2549019607843,21.5686274509804],[79.4117647058823,72.5490196078431,54.9019607843137],[34.3137254901961,27.4509803921569,9.80392156862745],[24.5098039215686,17.6470588235294,0],[83.3333333333333,74.5098039215686,59.8039215686275],[77.4509803921569,68.6274509803922,53.921568627451],[40.1960784313726,30.3921568627451,18.6274509803922],[28.4313725490196,18.6274509803922,8.82352941176471],[40.1960784313726,30.3921568627451,21.5686274509804],[53.921568627451,44.1176470588235,35.2941176470588],[46.078431372549,35.2941176470588,29.4117647058824],[34.3137254901961,23.5294117647059,17.6470588235294],[12.7450980392157,3.92156862745098,0],[36.2745098039216,29.4117647058824,21.5686274509804],[56.8627450980392,52.9411764705882,44.1176470588235],[20.5882352941176,16.6666666666667,7.84313725490196],[29.4117647058824,26.4705882352941,17.6470588235294],[39.2156862745098,35.2941176470588,24.5098039215686],[60.7843137254902,47.0588235294118,34.3137254901961],[62.7450980392157,48.0392156862745,27.4509803921569],[75.4901960784314,66.6666666666667,38.2352941176471],[99.0196078431373,95.0980392156863,60.7843137254902],[81.3725490196078,81.3725490196078,44.1176470588235],[107.843137254902,107.843137254902,72.5490196078431],[100.980392156863,98.0392156862745,65.6862745098039],[71.5686274509804,64.7058823529412,36.2745098039216],[143.137254901961,129.411764705882,100.980392156863],[141.176470588235,126.470588235294,94.1176470588235],[173.529411764706,161.764705882353,122.549019607843],[206.862745098039,200,156.862745098039],[124.509803921569,125.490196078431,86.2745098039216],[110.78431372549,118.627450980392,82.3529411764706],[66.6666666666667,80.3921568627451,54.9019607843137],[85.2941176470588,102.941176470588,81.3725490196078],[85.2941176470588,98.0392156862745,81.3725490196078],[58.8235294117647,70.5882352941177,56.8627450980392],[56.8627450980392,70.5882352941177,57.843137254902],[92.156862745098,107.843137254902,97.0588235294118],[83.3333333333333,100.980392156863,89.2156862745098],[68.6274509803922,86.2745098039216,72.5490196078431],[51.9607843137255,68.6274509803922,52.9411764705882],[59.8039215686275,73.5294117647059,56.8627450980392],[67.6470588235294,79.4117647058823,59.8039215686275],[53.921568627451,61.7647058823529,41.1764705882353],[54.9019607843137,59.8039215686275,38.2352941176471],[31.3725490196078,36.2745098039216,14.7058823529412],[41.1764705882353,44.1176470588235,25.4901960784314],[50,52.9411764705882,36.2745098039216],[67.6470588235294,71.5686274509804,56.8627450980392],[38.2352941176471,42.156862745098,28.4313725490196],[46.078431372549,49.0196078431373,38.2352941176471],[88.2352941176471,90.1960784313725,79.4117647058823],[61.7647058823529,62.7450980392157,49.0196078431373],[49.0196078431373,48.0392156862745,27.4509803921569],[52.9411764705882,49.0196078431373,22.5490196078431],[128.43137254902,124.509803921569,90.1960784313725],[140.196078431373,132.352941176471,96.078431372549],[72.5490196078431,63.7254901960784,23.5294117647059],[103.921568627451,95.0980392156863,52.9411764705882],[104.901960784314,93.1372549019608,53.921568627451],[60.7843137254902,48.0392156862745,14.7058823529412],[120.588235294118,109.803921568627,80.3921568627451],[102.941176470588,93.1372549019608,68.6274509803922],[72.5490196078431,61.7647058823529,44.1176470588235],[63.7254901960784,54.9019607843137,40.1960784313726],[46.078431372549,36.2745098039216,24.5098039215686],[30.3921568627451,23.5294117647059,13.7254901960784],[22.5490196078431,18.6274509803922,7.84313725490196],[50,47.0588235294118,32.3529411764706],[50.9803921568627,48.0392156862745,31.3725490196078],[33.3333333333333,30.3921568627451,11.7647058823529],[53.921568627451,50.9803921568627,32.3529411764706],[63.7254901960784,58.8235294117647,40.1960784313726],[37.2549019607843,32.3529411764706,13.7254901960784],[67.6470588235294,60.7843137254902,43.1372549019608],[60.7843137254902,50,30.3921568627451],[74.5098039215686,62.7450980392157,37.2549019607843],[94.1176470588235,79.4117647058823,49.0196078431373],[72.5490196078431,56.8627450980392,21.5686274509804],[76.4705882352941,57.843137254902,18.6274509803922],[131.372549019608,109.803921568627,69.6078431372549],[119.607843137255,98.0392156862745,59.8039215686275],[104.901960784314,81.3725490196078,48.0392156862745],[89.2156862745098,63.7254901960784,31.3725490196078],[106.862745098039,73.5294117647059,37.2549019607843],[121.56862745098,84.3137254901961,48.0392156862745],[182.352941176471,145.098039215686,108.823529411765],[129.411764705882,95.0980392156863,63.7254901960784],[93.1372549019608,63.7254901960784,36.2745098039216],[95.0980392156863,67.6470588235294,46.078431372549],[63.7254901960784,38.2352941176471,15.6862745098039],[74.5098039215686,47.0588235294118,23.5294117647059],[137.254901960784,103.921568627451,77.4509803921569],[131.372549019608,97.0588235294118,69.6078431372549],[97.0588235294118,63.7254901960784,37.2549019607843],[51.9607843137255,22.5490196078431,0],[74.5098039215686,52.9411764705882,32.3529411764706],[56.8627450980392,32.3529411764706,10.7843137254902],[56.8627450980392,23.5294117647059,0],[119.607843137255,80.3921568627451,45.0980392156863],[130.392156862745,95.0980392156863,61.7647058823529],[97.0588235294118,64.7058823529412,34.3137254901961],[88.2352941176471,57.843137254902,29.4117647058824],[92.156862745098,62.7450980392157,35.2941176470588],[71.5686274509804,42.156862745098,14.7058823529412],[60.7843137254902,30.3921568627451,2.94117647058824],[72.5490196078431,39.2156862745098,12.7450980392157],[79.4117647058823,46.078431372549,19.6078431372549],[106.862745098039,75.4901960784314,50.9803921568627],[100,69.6078431372549,49.0196078431373],[34.3137254901961,8.82352941176471,0],[31.3725490196078,13.7254901960784,1.96078431372549],[42.156862745098,29.4117647058824,21.5686274509804],[29.4117647058824,18.6274509803922,14.7058823529412],[32.3529411764706,22.5490196078431,20.5882352941176],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,3.92156862745098,1.96078431372549],[38.2352941176471,24.5098039215686,23.5294117647059],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,10.7843137254902,7.84313725490196],[24.5098039215686,11.7647058823529,5.88235294117647],[23.5294117647059,10.7843137254902,4.90196078431373],[54.9019607843137,42.156862745098,36.2745098039216],[50.9803921568627,38.2352941176471,32.3529411764706],[36.2745098039216,23.5294117647059,17.6470588235294],[35.2941176470588,24.5098039215686,18.6274509803922],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,17.6470588235294,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[24.5098039215686,17.6470588235294,9.80392156862745],[79.4117647058823,70.5882352941177,53.921568627451],[84.3137254901961,73.5294117647059,55.8823529411765],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,18.6274509803922],[40.1960784313726,26.4705882352941,23.5294117647059],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,18.6274509803922,16.6666666666667],[32.3529411764706,21.5686274509804,17.6470588235294],[23.5294117647059,13.7254901960784,4.90196078431373],[31.3725490196078,21.5686274509804,11.7647058823529],[31.3725490196078,21.5686274509804,9.80392156862745],[38.2352941176471,26.4705882352941,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[40.1960784313726,26.4705882352941,17.6470588235294],[40.1960784313726,25.4901960784314,20.5882352941176],[29.4117647058824,12.7450980392157,5.88235294117647],[46.078431372549,26.4705882352941,17.6470588235294],[57.843137254902,38.2352941176471,27.4509803921569],[48.0392156862745,28.4313725490196,19.6078431372549],[31.3725490196078,14.7058823529412,7.84313725490196],[37.2549019607843,22.5490196078431,19.6078431372549],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,3.92156862745098,7.84313725490196],[14.7058823529412,14.7058823529412,16.6666666666667],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[92.156862745098,93.1372549019608,95.0980392156863],[93.1372549019608,97.0588235294118,98.0392156862745],[0,1.96078431372549,0.980392156862745],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[8.82352941176471,8.82352941176471,8.82352941176471],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[37.2549019607843,37.2549019607843,37.2549019607843],[40.1960784313726,40.1960784313726,40.1960784313726],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,11.7647058823529,6.86274509803922],[27.4509803921569,22.5490196078431,16.6666666666667],[36.2745098039216,32.3529411764706,21.5686274509804],[36.2745098039216,30.3921568627451,18.6274509803922],[63.7254901960784,57.843137254902,44.1176470588235],[115.686274509804,109.803921568627,94.1176470588235],[82.3529411764706,75.4901960784314,56.8627450980392],[87.2549019607843,80.3921568627451,61.7647058823529],[101.960784313725,94.1176470588235,75.4901960784314],[57.843137254902,49.0196078431373,32.3529411764706],[9.80392156862745,0.980392156862745,0],[22.5490196078431,12.7450980392157,0.980392156862745],[52.9411764705882,43.1372549019608,33.3333333333333],[58.8235294117647,49.0196078431373,40.1960784313726],[38.2352941176471,27.4509803921569,21.5686274509804],[11.7647058823529,2.94117647058824,0],[19.6078431372549,12.7450980392157,6.86274509803922],[46.078431372549,41.1764705882353,37.2549019607843],[43.1372549019608,38.2352941176471,34.3137254901961],[15.6862745098039,12.7450980392157,7.84313725490196],[42.156862745098,39.2156862745098,34.3137254901961],[55.8823529411765,50.9803921568627,45.0980392156863],[54.9019607843137,42.156862745098,34.3137254901961],[73.5294117647059,59.8039215686275,47.0588235294118],[77.4509803921569,69.6078431372549,47.0588235294118],[66.6666666666667,62.7450980392157,34.3137254901961],[90.1960784313725,91.1764705882353,59.8039215686275],[119.607843137255,120.588235294118,89.2156862745098],[77.4509803921569,76.4705882352941,47.0588235294118],[89.2156862745098,84.3137254901961,55.8823529411765],[129.411764705882,120.588235294118,92.156862745098],[101.960784313725,91.1764705882353,59.8039215686275],[129.411764705882,121.56862745098,83.3333333333333],[178.43137254902,175.490196078431,135.294117647059],[102.941176470588,106.862745098039,70.5882352941177],[100,110.78431372549,79.4117647058823],[113.725490196078,131.372549019608,109.803921568627],[240.196078431373,250,241.176470588235],[219.607843137255,231.372549019608,217.647058823529],[82.3529411764706,93.1372549019608,79.4117647058823],[71.5686274509804,83.3333333333333,71.5686274509804],[119.607843137255,132.352941176471,122.549019607843],[77.4509803921569,93.1372549019608,82.3529411764706],[72.5490196078431,88.2352941176471,75.4901960784314],[50.9803921568627,64.7058823529412,48.0392156862745],[50,61.7647058823529,42.156862745098],[70.5882352941177,78.4313725490196,55.8823529411765],[55.8823529411765,59.8039215686275,35.2941176470588],[80.3921568627451,83.3333333333333,56.8627450980392],[49.0196078431373,51.9607843137255,25.4901960784314],[95.0980392156863,95.0980392156863,69.6078431372549],[83.3333333333333,83.3333333333333,59.8039215686275],[72.5490196078431,74.5098039215686,52.9411764705882],[48.0392156862745,50,29.4117647058824],[42.156862745098,46.078431372549,29.4117647058824],[111.764705882353,115.686274509804,99.0196078431373],[66.6666666666667,68.6274509803922,48.0392156862745],[50,50,24.5098039215686],[71.5686274509804,68.6274509803922,38.2352941176471],[136.274509803922,130.392156862745,95.0980392156863],[133.333333333333,124.509803921569,86.2745098039216],[132.352941176471,120.588235294118,81.3725490196078],[119.607843137255,106.862745098039,65.6862745098039],[130.392156862745,116.666666666667,78.4313725490196],[80.3921568627451,65.6862745098039,33.3333333333333],[142.156862745098,128.43137254902,100],[123.529411764706,111.764705882353,88.2352941176471],[33.3333333333333,22.5490196078431,4.90196078431373],[50,41.1764705882353,26.4705882352941],[16.6666666666667,8.82352941176471,0],[8.82352941176471,0,0],[15.6862745098039,8.82352941176471,0],[62.7450980392157,57.843137254902,39.2156862745098],[52.9411764705882,50.9803921568627,28.4313725490196],[19.6078431372549,17.6470588235294,0],[35.2941176470588,33.3333333333333,8.82352941176471],[51.9607843137255,47.0588235294118,27.4509803921569],[55.8823529411765,49.0196078431373,31.3725490196078],[55.8823529411765,48.0392156862745,29.4117647058824],[125.490196078431,115.686274509804,91.1764705882353],[74.5098039215686,63.7254901960784,32.3529411764706],[69.6078431372549,55.8823529411765,19.6078431372549],[83.3333333333333,68.6274509803922,28.4313725490196],[100,83.3333333333333,41.1764705882353],[119.607843137255,100.980392156863,61.7647058823529],[96.078431372549,76.4705882352941,40.1960784313726],[108.823529411765,88.2352941176471,57.843137254902],[84.3137254901961,59.8039215686275,30.3921568627451],[81.3725490196078,51.9607843137255,16.6666666666667],[120.588235294118,85.2941176470588,50],[154.901960784314,119.607843137255,84.3137254901961],[181.372549019608,147.058823529412,115.686274509804],[112.745098039216,82.3529411764706,54.9019607843137],[96.078431372549,68.6274509803922,45.0980392156863],[50.9803921568627,23.5294117647059,1.96078431372549],[92.156862745098,62.7450980392157,39.2156862745098],[114.705882352941,81.3725490196078,54.9019607843137],[104.901960784314,70.5882352941177,43.1372549019608],[108.823529411765,78.4313725490196,50.9803921568627],[21.5686274509804,0,0],[42.156862745098,21.5686274509804,4.90196078431373],[54.9019607843137,32.3529411764706,14.7058823529412],[88.2352941176471,54.9019607843137,27.4509803921569],[111.764705882353,76.4705882352941,45.0980392156863],[78.4313725490196,46.078431372549,15.6862745098039],[102.941176470588,72.5490196078431,45.0980392156863],[102.941176470588,73.5294117647059,48.0392156862745],[81.3725490196078,51.9607843137255,28.4313725490196],[92.156862745098,62.7450980392157,39.2156862745098],[48.0392156862745,18.6274509803922,0],[76.4705882352941,45.0980392156863,20.5882352941176],[97.0588235294118,65.6862745098039,41.1764705882353],[112.745098039216,81.3725490196078,58.8235294117647],[76.4705882352941,48.0392156862745,30.3921568627451],[35.2941176470588,12.7450980392157,0],[48.0392156862745,28.4313725490196,19.6078431372549],[39.2156862745098,24.5098039215686,19.6078431372549],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,10.7843137254902,8.82352941176471],[24.5098039215686,13.7254901960784,9.80392156862745],[26.4705882352941,15.6862745098039,11.7647058823529],[30.3921568627451,19.6078431372549,13.7254901960784],[15.6862745098039,4.90196078431373,0],[28.4313725490196,17.6470588235294,11.7647058823529],[27.4509803921569,16.6666666666667,10.7843137254902],[15.6862745098039,4.90196078431373,0],[23.5294117647059,14.7058823529412,7.84313725490196],[24.5098039215686,17.6470588235294,11.7647058823529],[23.5294117647059,18.6274509803922,12.7450980392157],[11.7647058823529,6.86274509803922,2.94117647058824],[19.6078431372549,12.7450980392157,4.90196078431373],[34.3137254901961,25.4901960784314,10.7843137254902],[57.843137254902,46.078431372549,30.3921568627451],[50.9803921568627,39.2156862745098,27.4509803921569],[44.1176470588235,34.3137254901961,25.4901960784314],[44.1176470588235,33.3333333333333,29.4117647058824],[45.0980392156863,35.2941176470588,33.3333333333333],[45.0980392156863,35.2941176470588,33.3333333333333],[17.6470588235294,7.84313725490196,5.88235294117647],[36.2745098039216,27.4509803921569,20.5882352941176],[38.2352941176471,29.4117647058824,20.5882352941176],[27.4509803921569,19.6078431372549,8.82352941176471],[23.5294117647059,13.7254901960784,3.92156862745098],[30.3921568627451,20.5882352941176,11.7647058823529],[38.2352941176471,25.4901960784314,19.6078431372549],[36.2745098039216,22.5490196078431,19.6078431372549],[30.3921568627451,17.6470588235294,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,5.88235294117647,0],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[16.6666666666667,8.82352941176471,6.86274509803922],[13.7254901960784,7.84313725490196,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[205.882352941176,209.803921568627,210.78431372549],[233.333333333333,237.254901960784,238.235294117647],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[6.86274509803922,6.86274509803922,6.86274509803922],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,3.92156862745098,0],[33.3333333333333,28.4313725490196,22.5490196078431],[25.4901960784314,21.5686274509804,12.7450980392157],[10.7843137254902,6.86274509803922,0],[28.4313725490196,22.5490196078431,8.82352941176471],[22.5490196078431,15.6862745098039,0],[50.9803921568627,45.0980392156863,23.5294117647059],[90.1960784313725,84.3137254901961,62.7450980392157],[46.078431372549,39.2156862745098,20.5882352941176],[16.6666666666667,9.80392156862745,0],[58.8235294117647,50.9803921568627,38.2352941176471],[53.921568627451,46.078431372549,35.2941176470588],[37.2549019607843,28.4313725490196,19.6078431372549],[10.7843137254902,1.96078431372549,0],[16.6666666666667,7.84313725490196,2.94117647058824],[57.843137254902,50,47.0588235294118],[48.0392156862745,43.1372549019608,40.1960784313726],[26.4705882352941,21.5686274509804,18.6274509803922],[22.5490196078431,18.6274509803922,15.6862745098039],[37.2549019607843,33.3333333333333,30.3921568627451],[40.1960784313726,35.2941176470588,32.3529411764706],[64.7058823529412,53.921568627451,51.9607843137255],[74.5098039215686,63.7254901960784,57.843137254902],[65.6862745098039,59.8039215686275,44.1176470588235],[47.0588235294118,45.0980392156863,22.5490196078431],[101.960784313725,104.901960784314,76.4705882352941],[136.274509803922,139.21568627451,110.78431372549],[108.823529411765,108.823529411765,83.3333333333333],[71.5686274509804,67.6470588235294,43.1372549019608],[72.5490196078431,65.6862745098039,38.2352941176471],[107.843137254902,101.960784313725,70.5882352941177],[156.862745098039,152.941176470588,116.666666666667],[131.372549019608,131.372549019608,96.078431372549],[94.1176470588235,99.0196078431373,67.6470588235294],[132.352941176471,145.098039215686,119.607843137255],[138.235294117647,155.882352941176,140.196078431373],[215.686274509804,233.333333333333,221.56862745098],[208.823529411765,218.627450980392,207.843137254902],[69.6078431372549,75.4901960784314,63.7254901960784],[91.1764705882353,99.0196078431373,88.2352941176471],[84.3137254901961,94.1176470588235,83.3333333333333],[56.8627450980392,68.6274509803922,56.8627450980392],[50.9803921568627,61.7647058823529,48.0392156862745],[54.9019607843137,63.7254901960784,47.0588235294118],[69.6078431372549,77.4509803921569,56.8627450980392],[56.8627450980392,60.7843137254902,36.2745098039216],[87.2549019607843,87.2549019607843,59.8039215686275],[77.4509803921569,76.4705882352941,47.0588235294118],[101.960784313725,99.0196078431373,68.6274509803922],[165.686274509804,160.78431372549,131.372549019608],[134.313725490196,129.411764705882,100],[87.2549019607843,83.3333333333333,54.9019607843137],[59.8039215686275,59.8039215686275,32.3529411764706],[73.5294117647059,77.4509803921569,54.9019607843137],[100.980392156863,105.882352941176,84.3137254901961],[58.8235294117647,60.7843137254902,37.2549019607843],[53.921568627451,52.9411764705882,23.5294117647059],[95.0980392156863,91.1764705882353,56.8627450980392],[103.921568627451,96.078431372549,59.8039215686275],[150,138.235294117647,99.0196078431373],[146.078431372549,131.372549019608,91.1764705882353],[108.823529411765,91.1764705882353,51.9607843137255],[117.647058823529,100,62.7450980392157],[140.196078431373,124.509803921569,92.156862745098],[113.725490196078,99.0196078431373,70.5882352941177],[64.7058823529412,52.9411764705882,29.4117647058824],[30.3921568627451,19.6078431372549,0],[14.7058823529412,5.88235294117647,0],[63.7254901960784,55.8823529411765,43.1372549019608],[44.1176470588235,35.2941176470588,28.4313725490196],[34.3137254901961,26.4705882352941,15.6862745098039],[39.2156862745098,32.3529411764706,13.7254901960784],[44.1176470588235,40.1960784313726,13.7254901960784],[50.9803921568627,48.0392156862745,17.6470588235294],[50.9803921568627,47.0588235294118,18.6274509803922],[50.9803921568627,45.0980392156863,23.5294117647059],[69.6078431372549,62.7450980392157,44.1176470588235],[65.6862745098039,57.843137254902,37.2549019607843],[110.78431372549,100.980392156863,74.5098039215686],[97.0588235294118,88.2352941176471,50],[81.3725490196078,68.6274509803922,24.5098039215686],[117.647058823529,103.921568627451,57.843137254902],[126.470588235294,109.803921568627,66.6666666666667],[122.549019607843,102.941176470588,66.6666666666667],[83.3333333333333,62.7450980392157,32.3529411764706],[75.4901960784314,58.8235294117647,33.3333333333333],[89.2156862745098,69.6078431372549,43.1372549019608],[59.8039215686275,31.3725490196078,0],[94.1176470588235,61.7647058823529,27.4509803921569],[114.705882352941,79.4117647058823,46.078431372549],[137.254901960784,102.941176470588,71.5686274509804],[120.588235294118,90.1960784313725,62.7450980392157],[82.3529411764706,52.9411764705882,29.4117647058824],[40.1960784313726,9.80392156862745,0],[102.941176470588,71.5686274509804,49.0196078431373],[90.1960784313725,54.9019607843137,29.4117647058824],[95.0980392156863,59.8039215686275,34.3137254901961],[82.3529411764706,50.9803921568627,26.4705882352941],[56.8627450980392,30.3921568627451,9.80392156862745],[58.8235294117647,40.1960784313726,26.4705882352941],[61.7647058823529,43.1372549019608,28.4313725490196],[77.4509803921569,48.0392156862745,24.5098039215686],[100.980392156863,67.6470588235294,41.1764705882353],[65.6862745098039,36.2745098039216,10.7843137254902],[96.078431372549,68.6274509803922,45.0980392156863],[61.7647058823529,34.3137254901961,12.7450980392157],[59.8039215686275,32.3529411764706,11.7647058823529],[100,72.5490196078431,51.9607843137255],[51.9607843137255,21.5686274509804,1.96078431372549],[57.843137254902,26.4705882352941,5.88235294117647],[74.5098039215686,42.156862745098,23.5294117647059],[74.5098039215686,44.1176470588235,26.4705882352941],[42.156862745098,15.6862745098039,0],[49.0196078431373,25.4901960784314,13.7254901960784],[44.1176470588235,24.5098039215686,17.6470588235294],[13.7254901960784,0,0],[20.5882352941176,6.86274509803922,3.92156862745098],[22.5490196078431,12.7450980392157,10.7843137254902],[25.4901960784314,17.6470588235294,14.7058823529412],[22.5490196078431,14.7058823529412,11.7647058823529],[21.5686274509804,11.7647058823529,9.80392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[27.4509803921569,16.6666666666667,12.7450980392157],[36.2745098039216,25.4901960784314,21.5686274509804],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,8.82352941176471,4.90196078431373],[28.4313725490196,19.6078431372549,14.7058823529412],[24.5098039215686,15.6862745098039,10.7843137254902],[27.4509803921569,20.5882352941176,14.7058823529412],[19.6078431372549,11.7647058823529,8.82352941176471],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,6.86274509803922],[34.3137254901961,29.4117647058824,23.5294117647059],[105.882352941176,98.0392156862745,85.2941176470588],[23.5294117647059,14.7058823529412,0],[40.1960784313726,30.3921568627451,20.5882352941176],[56.8627450980392,48.0392156862745,41.1764705882353],[37.2549019607843,27.4509803921569,25.4901960784314],[43.1372549019608,33.3333333333333,32.3529411764706],[38.2352941176471,28.4313725490196,27.4509803921569],[34.3137254901961,24.5098039215686,23.5294117647059],[32.3529411764706,22.5490196078431,20.5882352941176],[40.1960784313726,31.3725490196078,26.4705882352941],[43.1372549019608,34.3137254901961,27.4509803921569],[40.1960784313726,31.3725490196078,24.5098039215686],[37.2549019607843,28.4313725490196,23.5294117647059],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,5.88235294117647,0],[23.5294117647059,14.7058823529412,7.84313725490196],[36.2745098039216,29.4117647058824,23.5294117647059],[16.6666666666667,11.7647058823529,7.84313725490196],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[16.6666666666667,16.6666666666667,18.6274509803922],[10.7843137254902,9.80392156862745,14.7058823529412],[6.86274509803922,7.84313725490196,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,10.7843137254902],[12.7450980392157,16.6666666666667,17.6470588235294],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[17.6470588235294,17.6470588235294,19.6078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[10.7843137254902,10.7843137254902,12.7450980392157],[17.6470588235294,17.6470588235294,19.6078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[6.86274509803922,1.96078431372549,0],[4.90196078431373,0,0],[12.7450980392157,8.82352941176471,0],[15.6862745098039,10.7843137254902,0],[53.921568627451,48.0392156862745,26.4705882352941],[91.1764705882353,84.3137254901961,65.6862745098039],[31.3725490196078,24.5098039215686,6.86274509803922],[24.5098039215686,17.6470588235294,1.96078431372549],[82.3529411764706,74.5098039215686,61.7647058823529],[28.4313725490196,19.6078431372549,10.7843137254902],[14.7058823529412,5.88235294117647,0],[46.078431372549,37.2549019607843,32.3529411764706],[39.2156862745098,31.3725490196078,28.4313725490196],[58.8235294117647,53.921568627451,50.9803921568627],[34.3137254901961,29.4117647058824,26.4705882352941],[31.3725490196078,27.4509803921569,26.4705882352941],[34.3137254901961,30.3921568627451,29.4117647058824],[26.4705882352941,22.5490196078431,21.5686274509804],[37.2549019607843,31.3725490196078,31.3725490196078],[73.5294117647059,63.7254901960784,64.7058823529412],[45.0980392156863,35.2941176470588,33.3333333333333],[36.2745098039216,30.3921568627451,18.6274509803922],[36.2745098039216,35.2941176470588,15.6862745098039],[120.588235294118,122.549019607843,99.0196078431373],[129.411764705882,132.352941176471,105.882352941176],[81.3725490196078,81.3725490196078,57.843137254902],[74.5098039215686,72.5490196078431,48.0392156862745],[99.0196078431373,93.1372549019608,67.6470588235294],[95.0980392156863,90.1960784313725,60.7843137254902],[130.392156862745,127.450980392157,93.1372549019608],[110.78431372549,111.764705882353,78.4313725490196],[131.372549019608,138.235294117647,107.843137254902],[111.764705882353,125.490196078431,102.941176470588],[46.078431372549,63.7254901960784,51.9607843137255],[50.9803921568627,65.6862745098039,58.8235294117647],[74.5098039215686,82.3529411764706,71.5686274509804],[63.7254901960784,69.6078431372549,57.843137254902],[108.823529411765,116.666666666667,103.921568627451],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,53.921568627451,40.1960784313726],[49.0196078431373,56.8627450980392,44.1176470588235],[56.8627450980392,63.7254901960784,48.0392156862745],[110.78431372549,115.686274509804,96.078431372549],[101.960784313725,103.921568627451,80.3921568627451],[60.7843137254902,59.8039215686275,30.3921568627451],[67.6470588235294,62.7450980392157,33.3333333333333],[100,94.1176470588235,62.7450980392157],[112.745098039216,106.862745098039,73.5294117647059],[57.843137254902,51.9607843137255,18.6274509803922],[46.078431372549,40.1960784313726,8.82352941176471],[73.5294117647059,69.6078431372549,41.1764705882353],[93.1372549019608,97.0588235294118,72.5490196078431],[34.3137254901961,40.1960784313726,14.7058823529412],[36.2745098039216,39.2156862745098,12.7450980392157],[70.5882352941177,66.6666666666667,38.2352941176471],[84.3137254901961,78.4313725490196,45.0980392156863],[124.509803921569,111.764705882353,77.4509803921569],[147.058823529412,132.352941176471,94.1176470588235],[107.843137254902,90.1960784313725,50.9803921568627],[113.725490196078,95.0980392156863,55.8823529411765],[127.450980392157,107.843137254902,71.5686274509804],[157.843137254902,139.21568627451,106.862745098039],[84.3137254901961,69.6078431372549,41.1764705882353],[63.7254901960784,51.9607843137255,26.4705882352941],[101.960784313725,94.1176470588235,71.5686274509804],[6.86274509803922,0,0],[83.3333333333333,75.4901960784314,62.7450980392157],[55.8823529411765,45.0980392156863,39.2156862745098],[28.4313725490196,18.6274509803922,8.82352941176471],[65.6862745098039,59.8039215686275,36.2745098039216],[113.725490196078,108.823529411765,77.4509803921569],[100,96.078431372549,61.7647058823529],[72.5490196078431,67.6470588235294,36.2745098039216],[57.843137254902,51.9607843137255,30.3921568627451],[42.156862745098,35.2941176470588,16.6666666666667],[60.7843137254902,52.9411764705882,32.3529411764706],[115.686274509804,106.862745098039,76.4705882352941],[147.058823529412,139.21568627451,94.1176470588235],[103.921568627451,94.1176470588235,42.156862745098],[108.823529411765,97.0588235294118,46.078431372549],[136.274509803922,122.549019607843,76.4705882352941],[85.2941176470588,67.6470588235294,32.3529411764706],[88.2352941176471,68.6274509803922,42.156862745098],[50.9803921568627,36.2745098039216,13.7254901960784],[70.5882352941177,54.9019607843137,30.3921568627451],[62.7450980392157,38.2352941176471,8.82352941176471],[53.921568627451,23.5294117647059,0],[123.529411764706,89.2156862745098,57.843137254902],[116.666666666667,82.3529411764706,52.9411764705882],[129.411764705882,99.0196078431373,71.5686274509804],[106.862745098039,77.4509803921569,53.921568627451],[45.0980392156863,14.7058823529412,0],[80.3921568627451,49.0196078431373,26.4705882352941],[78.4313725490196,43.1372549019608,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[91.1764705882353,59.8039215686275,39.2156862745098],[81.3725490196078,55.8823529411765,39.2156862745098],[53.921568627451,36.2745098039216,26.4705882352941],[60.7843137254902,43.1372549019608,31.3725490196078],[47.0588235294118,22.5490196078431,2.94117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,68.6274509803922,48.0392156862745],[54.9019607843137,28.4313725490196,9.80392156862745],[60.7843137254902,34.3137254901961,15.6862745098039],[82.3529411764706,55.8823529411765,37.2549019607843],[53.921568627451,25.4901960784314,7.84313725490196],[60.7843137254902,30.3921568627451,12.7450980392157],[75.4901960784314,45.0980392156863,27.4509803921569],[81.3725490196078,52.9411764705882,37.2549019607843],[49.0196078431373,21.5686274509804,9.80392156862745],[44.1176470588235,20.5882352941176,10.7843137254902],[39.2156862745098,19.6078431372549,12.7450980392157],[32.3529411764706,14.7058823529412,10.7843137254902],[27.4509803921569,13.7254901960784,10.7843137254902],[34.3137254901961,24.5098039215686,22.5490196078431],[38.2352941176471,30.3921568627451,27.4509803921569],[31.3725490196078,23.5294117647059,20.5882352941176],[25.4901960784314,17.6470588235294,14.7058823529412],[17.6470588235294,10.7843137254902,4.90196078431373],[15.6862745098039,8.82352941176471,2.94117647058824],[27.4509803921569,20.5882352941176,14.7058823529412],[29.4117647058824,22.5490196078431,16.6666666666667],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,24.5098039215686,18.6274509803922],[18.6274509803922,11.7647058823529,5.88235294117647],[20.5882352941176,15.6862745098039,9.80392156862745],[18.6274509803922,13.7254901960784,9.80392156862745],[19.6078431372549,16.6666666666667,11.7647058823529],[15.6862745098039,11.7647058823529,8.82352941176471],[33.3333333333333,28.4313725490196,22.5490196078431],[47.0588235294118,39.2156862745098,26.4705882352941],[24.5098039215686,17.6470588235294,1.96078431372549],[36.2745098039216,28.4313725490196,17.6470588235294],[46.078431372549,39.2156862745098,31.3725490196078],[26.4705882352941,18.6274509803922,15.6862745098039],[28.4313725490196,23.5294117647059,20.5882352941176],[42.156862745098,36.2745098039216,36.2745098039216],[21.5686274509804,15.6862745098039,15.6862745098039],[31.3725490196078,26.4705882352941,23.5294117647059],[20.5882352941176,15.6862745098039,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[23.5294117647059,15.6862745098039,13.7254901960784],[21.5686274509804,13.7254901960784,11.7647058823529],[9.80392156862745,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,11.7647058823529,4.90196078431373],[31.3725490196078,30.3921568627451,25.4901960784314],[16.6666666666667,15.6862745098039,11.7647058823529],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,4.90196078431373],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,6.86274509803922],[21.5686274509804,17.6470588235294,14.7058823529412],[19.6078431372549,15.6862745098039,6.86274509803922],[30.3921568627451,24.5098039215686,10.7843137254902],[45.0980392156863,40.1960784313726,21.5686274509804],[96.078431372549,90.1960784313725,74.5098039215686],[76.4705882352941,70.5882352941177,54.9019607843137],[7.84313725490196,1.96078431372549,0],[17.6470588235294,11.7647058823529,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,9.80392156862745,1.96078431372549],[50.9803921568627,44.1176470588235,38.2352941176471],[33.3333333333333,28.4313725490196,24.5098039215686],[44.1176470588235,39.2156862745098,36.2745098039216],[38.2352941176471,33.3333333333333,30.3921568627451],[45.0980392156863,41.1764705882353,38.2352941176471],[33.3333333333333,29.4117647058824,26.4705882352941],[24.5098039215686,20.5882352941176,17.6470588235294],[35.2941176470588,29.4117647058824,29.4117647058824],[52.9411764705882,44.1176470588235,47.0588235294118],[42.156862745098,32.3529411764706,31.3725490196078],[27.4509803921569,20.5882352941176,10.7843137254902],[39.2156862745098,36.2745098039216,17.6470588235294],[51.9607843137255,51.9607843137255,28.4313725490196],[51.9607843137255,51.9607843137255,26.4705882352941],[68.6274509803922,68.6274509803922,45.0980392156863],[62.7450980392157,60.7843137254902,36.2745098039216],[67.6470588235294,62.7450980392157,34.3137254901961],[56.8627450980392,51.9607843137255,20.5882352941176],[113.725490196078,110.78431372549,76.4705882352941],[102.941176470588,103.921568627451,70.5882352941177],[96.078431372549,102.941176470588,72.5490196078431],[64.7058823529412,76.4705882352941,54.9019607843137],[68.6274509803922,84.3137254901961,73.5294117647059],[54.9019607843137,70.5882352941177,60.7843137254902],[35.2941176470588,43.1372549019608,30.3921568627451],[82.3529411764706,86.2745098039216,71.5686274509804],[91.1764705882353,97.0588235294118,83.3333333333333],[53.921568627451,61.7647058823529,49.0196078431373],[42.156862745098,50,37.2549019607843],[50,57.843137254902,43.1372549019608],[52.9411764705882,59.8039215686275,44.1176470588235],[96.078431372549,99.0196078431373,80.3921568627451],[123.529411764706,123.529411764706,100],[91.1764705882353,87.2549019607843,60.7843137254902],[144.117647058824,137.254901960784,108.823529411765],[121.56862745098,112.745098039216,82.3529411764706],[98.0392156862745,89.2156862745098,58.8235294117647],[97.0588235294118,88.2352941176471,57.843137254902],[93.1372549019608,84.3137254901961,55.8823529411765],[69.6078431372549,64.7058823529412,36.2745098039216],[69.6078431372549,73.5294117647059,49.0196078431373],[44.1176470588235,50,24.5098039215686],[77.4509803921569,77.4509803921569,51.9607843137255],[83.3333333333333,79.4117647058823,50.9803921568627],[83.3333333333333,74.5098039215686,44.1176470588235],[221.56862745098,206.862745098039,174.509803921569],[192.156862745098,174.509803921569,139.21568627451],[143.137254901961,121.56862745098,85.2941176470588],[132.352941176471,110.78431372549,74.5098039215686],[102.941176470588,81.3725490196078,45.0980392156863],[124.509803921569,105.882352941176,73.5294117647059],[115.686274509804,99.0196078431373,69.6078431372549],[65.6862745098039,54.9019607843137,27.4509803921569],[48.0392156862745,41.1764705882353,15.6862745098039],[65.6862745098039,59.8039215686275,36.2745098039216],[54.9019607843137,48.0392156862745,30.3921568627451],[7.84313725490196,0,0],[9.80392156862745,0,0],[100.980392156863,94.1176470588235,68.6274509803922],[142.156862745098,136.274509803922,102.941176470588],[81.3725490196078,75.4901960784314,40.1960784313726],[72.5490196078431,68.6274509803922,34.3137254901961],[100,94.1176470588235,70.5882352941177],[95.0980392156863,88.2352941176471,69.6078431372549],[39.2156862745098,31.3725490196078,8.82352941176471],[93.1372549019608,84.3137254901961,51.9607843137255],[135.294117647059,127.450980392157,79.4117647058823],[110.78431372549,100,45.0980392156863],[88.2352941176471,75.4901960784314,21.5686274509804],[134.313725490196,118.627450980392,70.5882352941177],[60.7843137254902,41.1764705882353,8.82352941176471],[68.6274509803922,50.9803921568627,27.4509803921569],[53.921568627451,43.1372549019608,23.5294117647059],[65.6862745098039,52.9411764705882,34.3137254901961],[62.7450980392157,42.156862745098,15.6862745098039],[50.9803921568627,24.5098039215686,0],[78.4313725490196,46.078431372549,15.6862745098039],[106.862745098039,73.5294117647059,46.078431372549],[103.921568627451,72.5490196078431,48.0392156862745],[122.549019607843,93.1372549019608,69.6078431372549],[55.8823529411765,25.4901960784314,4.90196078431373],[71.5686274509804,40.1960784313726,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[106.862745098039,71.5686274509804,50],[94.1176470588235,63.7254901960784,44.1176470588235],[28.4313725490196,2.94117647058824,0],[12.7450980392157,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[43.1372549019608,22.5490196078431,5.88235294117647],[76.4705882352941,51.9607843137255,32.3529411764706],[72.5490196078431,47.0588235294118,30.3921568627451],[80.3921568627451,54.9019607843137,38.2352941176471],[93.1372549019608,67.6470588235294,50.9803921568627],[54.9019607843137,28.4313725490196,11.7647058823529],[26.4705882352941,0,0],[38.2352941176471,11.7647058823529,0],[64.7058823529412,36.2745098039216,20.5882352941176],[88.2352941176471,61.7647058823529,45.0980392156863],[78.4313725490196,50.9803921568627,37.2549019607843],[53.921568627451,28.4313725490196,15.6862745098039],[50.9803921568627,29.4117647058824,18.6274509803922],[43.1372549019608,23.5294117647059,16.6666666666667],[56.8627450980392,40.1960784313726,33.3333333333333],[13.7254901960784,0.980392156862745,0],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,27.4509803921569,23.5294117647059],[21.5686274509804,16.6666666666667,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[17.6470588235294,12.7450980392157,8.82352941176471],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,16.6666666666667,13.7254901960784],[35.2941176470588,27.4509803921569,24.5098039215686],[31.3725490196078,23.5294117647059,20.5882352941176],[27.4509803921569,22.5490196078431,18.6274509803922],[8.82352941176471,3.92156862745098,0],[16.6666666666667,13.7254901960784,8.82352941176471],[26.4705882352941,22.5490196078431,19.6078431372549],[27.4509803921569,23.5294117647059,20.5882352941176],[10.7843137254902,6.86274509803922,3.92156862745098],[15.6862745098039,12.7450980392157,5.88235294117647],[24.5098039215686,18.6274509803922,6.86274509803922],[27.4509803921569,21.5686274509804,7.84313725490196],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,14.7058823529412,8.82352941176471],[22.5490196078431,17.6470588235294,13.7254901960784],[42.156862745098,37.2549019607843,34.3137254901961],[55.8823529411765,50,50],[20.5882352941176,16.6666666666667,17.6470588235294],[16.6666666666667,12.7450980392157,13.7254901960784],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,9.80392156862745,9.80392156862745],[19.6078431372549,13.7254901960784,15.6862745098039],[13.7254901960784,7.84313725490196,9.80392156862745],[18.6274509803922,12.7450980392157,14.7058823529412],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,12.7450980392157,7.84313725490196],[28.4313725490196,28.4313725490196,26.4705882352941],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,5.88235294117647,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[20.5882352941176,20.5882352941176,22.5490196078431],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[25.4901960784314,21.5686274509804,20.5882352941176],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[48.0392156862745,42.156862745098,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[23.5294117647059,16.6666666666667,6.86274509803922],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[41.1764705882353,36.2745098039216,32.3529411764706],[29.4117647058824,26.4705882352941,21.5686274509804],[12.7450980392157,9.80392156862745,4.90196078431373],[9.80392156862745,6.86274509803922,1.96078431372549],[37.2549019607843,34.3137254901961,29.4117647058824],[41.1764705882353,36.2745098039216,33.3333333333333],[25.4901960784314,16.6666666666667,19.6078431372549],[42.156862745098,34.3137254901961,32.3529411764706],[31.3725490196078,24.5098039215686,14.7058823529412],[49.0196078431373,46.078431372549,27.4509803921569],[29.4117647058824,27.4509803921569,4.90196078431373],[24.5098039215686,22.5490196078431,0],[48.0392156862745,46.078431372549,21.5686274509804],[76.4705882352941,72.5490196078431,48.0392156862745],[90.1960784313725,85.2941176470588,56.8627450980392],[121.56862745098,116.666666666667,85.2941176470588],[132.352941176471,130.392156862745,93.1372549019608],[88.2352941176471,90.1960784313725,53.921568627451],[103.921568627451,110.78431372549,78.4313725490196],[81.3725490196078,91.1764705882353,67.6470588235294],[85.2941176470588,99.0196078431373,86.2745098039216],[45.0980392156863,57.843137254902,48.0392156862745],[64.7058823529412,73.5294117647059,56.8627450980392],[79.4117647058823,86.2745098039216,68.6274509803922],[75.4901960784314,84.3137254901961,67.6470588235294],[45.0980392156863,53.921568627451,37.2549019607843],[57.843137254902,65.6862745098039,50.9803921568627],[48.0392156862745,56.8627450980392,40.1960784313726],[104.901960784314,111.764705882353,96.078431372549],[129.411764705882,132.352941176471,113.725490196078],[73.5294117647059,72.5490196078431,51.9607843137255],[85.2941176470588,81.3725490196078,56.8627450980392],[93.1372549019608,86.2745098039216,58.8235294117647],[113.725490196078,104.901960784314,76.4705882352941],[104.901960784314,96.078431372549,67.6470588235294],[124.509803921569,112.745098039216,87.2549019607843],[99.0196078431373,87.2549019607843,61.7647058823529],[55.8823529411765,50,26.4705882352941],[51.9607843137255,53.921568627451,32.3529411764706],[70.5882352941177,75.4901960784314,52.9411764705882],[70.5882352941177,70.5882352941177,47.0588235294118],[62.7450980392157,58.8235294117647,32.3529411764706],[110.78431372549,101.960784313725,73.5294117647059],[220.588235294118,205.882352941176,175.490196078431],[156.862745098039,138.235294117647,105.882352941176],[112.745098039216,90.1960784313725,56.8627450980392],[110.78431372549,88.2352941176471,54.9019607843137],[110.78431372549,88.2352941176471,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[82.3529411764706,66.6666666666667,34.3137254901961],[62.7450980392157,51.9607843137255,20.5882352941176],[55.8823529411765,49.0196078431373,20.5882352941176],[32.3529411764706,27.4509803921569,0],[25.4901960784314,19.6078431372549,0],[41.1764705882353,31.3725490196078,22.5490196078431],[25.4901960784314,12.7450980392157,3.92156862745098],[61.7647058823529,54.9019607843137,29.4117647058824],[59.8039215686275,53.921568627451,18.6274509803922],[48.0392156862745,43.1372549019608,5.88235294117647],[83.3333333333333,77.4509803921569,44.1176470588235],[83.3333333333333,77.4509803921569,55.8823529411765],[61.7647058823529,54.9019607843137,37.2549019607843],[73.5294117647059,65.6862745098039,43.1372549019608],[65.6862745098039,56.8627450980392,24.5098039215686],[107.843137254902,100.980392156863,50],[124.509803921569,115.686274509804,57.843137254902],[123.529411764706,113.725490196078,55.8823529411765],[135.294117647059,121.56862745098,73.5294117647059],[74.5098039215686,55.8823529411765,24.5098039215686],[23.5294117647059,5.88235294117647,0],[59.8039215686275,50.9803921568627,34.3137254901961],[66.6666666666667,58.8235294117647,40.1960784313726],[69.6078431372549,51.9607843137255,28.4313725490196],[84.3137254901961,58.8235294117647,32.3529411764706],[78.4313725490196,48.0392156862745,19.6078431372549],[96.078431372549,62.7450980392157,36.2745098039216],[103.921568627451,74.5098039215686,50.9803921568627],[75.4901960784314,45.0980392156863,24.5098039215686],[50.9803921568627,20.5882352941176,0],[48.0392156862745,16.6666666666667,0],[54.9019607843137,19.6078431372549,0],[115.686274509804,81.3725490196078,61.7647058823529],[78.4313725490196,48.0392156862745,30.3921568627451],[20.5882352941176,0,0],[21.5686274509804,6.86274509803922,1.96078431372549],[17.6470588235294,4.90196078431373,0],[29.4117647058824,11.7647058823529,0],[67.6470588235294,47.0588235294118,30.3921568627451],[67.6470588235294,47.0588235294118,30.3921568627451],[65.6862745098039,43.1372549019608,27.4509803921569],[92.156862745098,69.6078431372549,51.9607843137255],[50.9803921568627,25.4901960784314,8.82352941176471],[50.9803921568627,25.4901960784314,8.82352941176471],[39.2156862745098,13.7254901960784,0],[59.8039215686275,34.3137254901961,17.6470588235294],[112.745098039216,87.2549019607843,72.5490196078431],[59.8039215686275,37.2549019607843,23.5294117647059],[40.1960784313726,16.6666666666667,4.90196078431373],[66.6666666666667,47.0588235294118,36.2745098039216],[29.4117647058824,11.7647058823529,1.96078431372549],[64.7058823529412,48.0392156862745,40.1960784313726],[73.5294117647059,60.7843137254902,52.9411764705882],[33.3333333333333,26.4705882352941,20.5882352941176],[41.1764705882353,36.2745098039216,32.3529411764706],[22.5490196078431,17.6470588235294,13.7254901960784],[11.7647058823529,6.86274509803922,2.94117647058824],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,5.88235294117647],[16.6666666666667,11.7647058823529,7.84313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[16.6666666666667,13.7254901960784,8.82352941176471],[25.4901960784314,22.5490196078431,17.6470588235294],[18.6274509803922,15.6862745098039,10.7843137254902],[30.3921568627451,26.4705882352941,23.5294117647059],[36.2745098039216,32.3529411764706,29.4117647058824],[31.3725490196078,27.4509803921569,24.5098039215686],[9.80392156862745,8.82352941176471,4.90196078431373],[18.6274509803922,15.6862745098039,10.7843137254902],[25.4901960784314,21.5686274509804,10.7843137254902],[7.84313725490196,3.92156862745098,0],[93.1372549019608,89.2156862745098,80.3921568627451],[62.7450980392157,59.8039215686275,52.9411764705882],[7.84313725490196,3.92156862745098,0.980392156862745],[49.0196078431373,45.0980392156863,44.1176470588235],[35.2941176470588,31.3725490196078,32.3529411764706],[11.7647058823529,9.80392156862745,12.7450980392157],[17.6470588235294,15.6862745098039,18.6274509803922],[9.80392156862745,7.84313725490196,12.7450980392157],[18.6274509803922,16.6666666666667,19.6078431372549],[11.7647058823529,9.80392156862745,12.7450980392157],[8.82352941176471,6.86274509803922,9.80392156862745],[18.6274509803922,13.7254901960784,17.6470588235294],[11.7647058823529,6.86274509803922,10.7843137254902],[9.80392156862745,4.90196078431373,8.82352941176471],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,4.90196078431373,3.92156862745098],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,8.82352941176471],[6.86274509803922,7.84313725490196,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[0.980392156862745,0,4.90196078431373],[4.90196078431373,3.92156862745098,8.82352941176471],[7.84313725490196,5.88235294117647,10.7843137254902],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[28.4313725490196,28.4313725490196,30.3921568627451],[14.7058823529412,14.7058823529412,16.6666666666667],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[21.5686274509804,19.6078431372549,20.5882352941176],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[14.7058823529412,9.80392156862745,3.92156862745098],[9.80392156862745,4.90196078431373,0],[12.7450980392157,7.84313725490196,3.92156862745098],[26.4705882352941,21.5686274509804,17.6470588235294],[18.6274509803922,13.7254901960784,9.80392156862745],[7.84313725490196,2.94117647058824,0],[17.6470588235294,14.7058823529412,9.80392156862745],[17.6470588235294,14.7058823529412,9.80392156862745],[25.4901960784314,22.5490196078431,17.6470588235294],[35.2941176470588,32.3529411764706,27.4509803921569],[42.156862745098,39.2156862745098,32.3529411764706],[21.5686274509804,18.6274509803922,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[34.3137254901961,31.3725490196078,22.5490196078431],[41.1764705882353,36.2745098039216,30.3921568627451],[32.3529411764706,24.5098039215686,22.5490196078431],[19.6078431372549,11.7647058823529,8.82352941176471],[47.0588235294118,41.1764705882353,29.4117647058824],[44.1176470588235,39.2156862745098,19.6078431372549],[32.3529411764706,28.4313725490196,3.92156862745098],[41.1764705882353,37.2549019607843,10.7843137254902],[49.0196078431373,43.1372549019608,17.6470588235294],[81.3725490196078,75.4901960784314,50],[83.3333333333333,76.4705882352941,48.0392156862745],[107.843137254902,103.921568627451,69.6078431372549],[110.78431372549,108.823529411765,70.5882352941177],[125.490196078431,126.470588235294,87.2549019607843],[59.8039215686275,65.6862745098039,30.3921568627451],[84.3137254901961,93.1372549019608,66.6666666666667],[92.156862745098,102.941176470588,89.2156862745098],[50,59.8039215686275,49.0196078431373],[47.0588235294118,55.8823529411765,35.2941176470588],[86.2745098039216,94.1176470588235,71.5686274509804],[54.9019607843137,63.7254901960784,43.1372549019608],[52.9411764705882,64.7058823529412,45.0980392156863],[65.6862745098039,76.4705882352941,59.8039215686275],[91.1764705882353,100,83.3333333333333],[100,106.862745098039,91.1764705882353],[70.5882352941177,73.5294117647059,56.8627450980392],[50,49.0196078431373,31.3725490196078],[73.5294117647059,68.6274509803922,49.0196078431373],[76.4705882352941,68.6274509803922,48.0392156862745],[94.1176470588235,83.3333333333333,63.7254901960784],[110.78431372549,100,80.3921568627451],[93.1372549019608,82.3529411764706,62.7450980392157],[96.078431372549,85.2941176470588,65.6862745098039],[58.8235294117647,51.9607843137255,33.3333333333333],[51.9607843137255,52.9411764705882,35.2941176470588],[38.2352941176471,41.1764705882353,22.5490196078431],[63.7254901960784,62.7450980392157,43.1372549019608],[100,95.0980392156863,73.5294117647059],[76.4705882352941,66.6666666666667,42.156862745098],[93.1372549019608,77.4509803921569,51.9607843137255],[123.529411764706,104.901960784314,75.4901960784314],[111.764705882353,89.2156862745098,58.8235294117647],[110.78431372549,88.2352941176471,56.8627450980392],[103.921568627451,81.3725490196078,50],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,59.8039215686275,25.4901960784314],[123.529411764706,113.725490196078,79.4117647058823],[70.5882352941177,64.7058823529412,31.3725490196078],[32.3529411764706,27.4509803921569,0],[43.1372549019608,37.2549019607843,13.7254901960784],[51.9607843137255,42.156862745098,32.3529411764706],[40.1960784313726,27.4509803921569,18.6274509803922],[46.078431372549,39.2156862745098,13.7254901960784],[69.6078431372549,63.7254901960784,30.3921568627451],[69.6078431372549,63.7254901960784,28.4313725490196],[59.8039215686275,52.9411764705882,24.5098039215686],[88.2352941176471,81.3725490196078,63.7254901960784],[41.1764705882353,32.3529411764706,17.6470588235294],[59.8039215686275,49.0196078431373,29.4117647058824],[86.2745098039216,75.4901960784314,44.1176470588235],[107.843137254902,98.0392156862745,48.0392156862745],[127.450980392157,117.647058823529,59.8039215686275],[140.196078431373,127.450980392157,73.5294117647059],[120.588235294118,103.921568627451,58.8235294117647],[150,129.411764705882,100.980392156863],[60.7843137254902,42.156862745098,25.4901960784314],[44.1176470588235,34.3137254901961,22.5490196078431],[70.5882352941177,61.7647058823529,47.0588235294118],[65.6862745098039,48.0392156862745,28.4313725490196],[95.0980392156863,69.6078431372549,47.0588235294118],[69.6078431372549,40.1960784313726,14.7058823529412],[105.882352941176,74.5098039215686,50],[99.0196078431373,71.5686274509804,50],[35.2941176470588,6.86274509803922,0],[37.2549019607843,8.82352941176471,0],[42.156862745098,11.7647058823529,0],[64.7058823529412,30.3921568627451,10.7843137254902],[110.78431372549,78.4313725490196,59.8039215686275],[45.0980392156863,16.6666666666667,0.980392156862745],[28.4313725490196,6.86274509803922,0],[12.7450980392157,0,0],[14.7058823529412,3.92156862745098,0],[33.3333333333333,16.6666666666667,6.86274509803922],[65.6862745098039,48.0392156862745,34.3137254901961],[39.2156862745098,20.5882352941176,5.88235294117647],[49.0196078431373,28.4313725490196,11.7647058823529],[88.2352941176471,65.6862745098039,48.0392156862745],[60.7843137254902,38.2352941176471,20.5882352941176],[37.2549019607843,14.7058823529412,0],[62.7450980392157,40.1960784313726,22.5490196078431],[91.1764705882353,68.6274509803922,52.9411764705882],[60.7843137254902,38.2352941176471,22.5490196078431],[29.4117647058824,7.84313725490196,0],[23.5294117647059,4.90196078431373,0],[33.3333333333333,13.7254901960784,2.94117647058824],[36.2745098039216,18.6274509803922,8.82352941176471],[48.0392156862745,31.3725490196078,21.5686274509804],[69.6078431372549,55.8823529411765,47.0588235294118],[26.4705882352941,17.6470588235294,10.7843137254902],[25.4901960784314,20.5882352941176,14.7058823529412],[5.88235294117647,2.94117647058824,0],[9.80392156862745,6.86274509803922,1.96078431372549],[17.6470588235294,14.7058823529412,9.80392156862745],[13.7254901960784,10.7843137254902,5.88235294117647],[20.5882352941176,16.6666666666667,13.7254901960784],[15.6862745098039,11.7647058823529,8.82352941176471],[20.5882352941176,16.6666666666667,13.7254901960784],[21.5686274509804,20.5882352941176,16.6666666666667],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,18.6274509803922,16.6666666666667],[22.5490196078431,18.6274509803922,15.6862745098039],[20.5882352941176,15.6862745098039,9.80392156862745],[9.80392156862745,5.88235294117647,0],[84.3137254901961,79.4117647058823,73.5294117647059],[61.7647058823529,58.8235294117647,53.921568627451],[2.94117647058824,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,16.6666666666667,18.6274509803922],[13.7254901960784,12.7450980392157,18.6274509803922],[19.6078431372549,18.6274509803922,24.5098039215686],[20.5882352941176,19.6078431372549,25.4901960784314],[0.980392156862745,0,4.90196078431373],[13.7254901960784,11.7647058823529,16.6666666666667],[18.6274509803922,16.6666666666667,21.5686274509804],[19.6078431372549,17.6470588235294,20.5882352941176],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[19.6078431372549,19.6078431372549,21.5686274509804],[18.6274509803922,18.6274509803922,20.5882352941176],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,0.980392156862745,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[18.6274509803922,14.7058823529412,13.7254901960784],[14.7058823529412,10.7843137254902,9.80392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,13.7254901960784,9.80392156862745],[20.5882352941176,19.6078431372549,15.6862745098039],[30.3921568627451,29.4117647058824,24.5098039215686],[31.3725490196078,30.3921568627451,25.4901960784314],[20.5882352941176,20.5882352941176,12.7450980392157],[16.6666666666667,13.7254901960784,4.90196078431373],[20.5882352941176,17.6470588235294,8.82352941176471],[28.4313725490196,26.4705882352941,14.7058823529412],[34.3137254901961,31.3725490196078,22.5490196078431],[50.9803921568627,46.078431372549,42.156862745098],[29.4117647058824,24.5098039215686,20.5882352941176],[85.2941176470588,79.4117647058823,65.6862745098039],[48.0392156862745,43.1372549019608,23.5294117647059],[22.5490196078431,18.6274509803922,0],[70.5882352941177,64.7058823529412,41.1764705882353],[82.3529411764706,74.5098039215686,51.9607843137255],[135.294117647059,128.43137254902,102.941176470588],[81.3725490196078,74.5098039215686,46.078431372549],[65.6862745098039,59.8039215686275,26.4705882352941],[137.254901960784,133.333333333333,96.078431372549],[139.21568627451,140.196078431373,100.980392156863],[72.5490196078431,74.5098039215686,38.2352941176471],[67.6470588235294,71.5686274509804,45.0980392156863],[39.2156862745098,46.078431372549,30.3921568627451],[22.5490196078431,30.3921568627451,15.6862745098039],[40.1960784313726,48.0392156862745,25.4901960784314],[51.9607843137255,61.7647058823529,35.2941176470588],[33.3333333333333,45.0980392156863,21.5686274509804],[70.5882352941177,82.3529411764706,60.7843137254902],[61.7647058823529,73.5294117647059,53.921568627451],[75.4901960784314,86.2745098039216,69.6078431372549],[90.1960784313725,99.0196078431373,82.3529411764706],[44.1176470588235,48.0392156862745,33.3333333333333],[49.0196078431373,47.0588235294118,32.3529411764706],[66.6666666666667,63.7254901960784,47.0588235294118],[79.4117647058823,72.5490196078431,54.9019607843137],[106.862745098039,98.0392156862745,81.3725490196078],[117.647058823529,108.823529411765,92.156862745098],[61.7647058823529,50,34.3137254901961],[49.0196078431373,37.2549019607843,23.5294117647059],[58.8235294117647,50.9803921568627,38.2352941176471],[50.9803921568627,51.9607843137255,36.2745098039216],[33.3333333333333,36.2745098039216,19.6078431372549],[88.2352941176471,87.2549019607843,69.6078431372549],[104.901960784314,100,81.3725490196078],[74.5098039215686,66.6666666666667,46.078431372549],[105.882352941176,91.1764705882353,68.6274509803922],[103.921568627451,87.2549019607843,61.7647058823529],[96.078431372549,76.4705882352941,50],[68.6274509803922,48.0392156862745,19.6078431372549],[85.2941176470588,66.6666666666667,35.2941176470588],[81.3725490196078,65.6862745098039,33.3333333333333],[80.3921568627451,67.6470588235294,34.3137254901961],[131.372549019608,121.56862745098,87.2549019607843],[107.843137254902,101.960784313725,66.6666666666667],[65.6862745098039,61.7647058823529,27.4509803921569],[52.9411764705882,48.0392156862745,19.6078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[101.960784313725,95.0980392156863,69.6078431372549],[177.450980392157,171.56862745098,140.196078431373],[32.3529411764706,25.4901960784314,0],[19.6078431372549,13.7254901960784,0],[39.2156862745098,32.3529411764706,16.6666666666667],[88.2352941176471,80.3921568627451,67.6470588235294],[43.1372549019608,35.2941176470588,16.6666666666667],[46.078431372549,37.2549019607843,6.86274509803922],[81.3725490196078,73.5294117647059,27.4509803921569],[100,91.1764705882353,35.2941176470588],[100,89.2156862745098,36.2745098039216],[80.3921568627451,66.6666666666667,22.5490196078431],[111.764705882353,92.156862745098,65.6862745098039],[65.6862745098039,47.0588235294118,32.3529411764706],[38.2352941176471,28.4313725490196,18.6274509803922],[83.3333333333333,73.5294117647059,61.7647058823529],[79.4117647058823,60.7843137254902,44.1176470588235],[45.0980392156863,20.5882352941176,0],[51.9607843137255,24.5098039215686,0.980392156862745],[71.5686274509804,41.1764705882353,20.5882352941176],[96.078431372549,69.6078431372549,50.9803921568627],[50,24.5098039215686,7.84313725490196],[47.0588235294118,19.6078431372549,5.88235294117647],[71.5686274509804,43.1372549019608,27.4509803921569],[92.156862745098,61.7647058823529,44.1176470588235],[99.0196078431373,68.6274509803922,50.9803921568627],[23.5294117647059,0,0],[19.6078431372549,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,7.84313725490196,5.88235294117647],[30.3921568627451,17.6470588235294,9.80392156862745],[38.2352941176471,22.5490196078431,9.80392156862745],[38.2352941176471,20.5882352941176,6.86274509803922],[57.843137254902,39.2156862745098,24.5098039215686],[69.6078431372549,49.0196078431373,32.3529411764706],[43.1372549019608,20.5882352941176,2.94117647058824],[38.2352941176471,15.6862745098039,0],[64.7058823529412,44.1176470588235,25.4901960784314],[55.8823529411765,35.2941176470588,18.6274509803922],[24.5098039215686,5.88235294117647,0],[14.7058823529412,0,0],[27.4509803921569,9.80392156862745,0],[32.3529411764706,16.6666666666667,3.92156862745098],[33.3333333333333,16.6666666666667,6.86274509803922],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,15.6862745098039,6.86274509803922],[16.6666666666667,9.80392156862745,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[39.2156862745098,36.2745098039216,31.3725490196078],[11.7647058823529,8.82352941176471,3.92156862745098],[22.5490196078431,19.6078431372549,14.7058823529412],[43.1372549019608,42.156862745098,37.2549019607843],[1.96078431372549,0.980392156862745,0],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[16.6666666666667,15.6862745098039,13.7254901960784],[17.6470588235294,16.6666666666667,14.7058823529412],[14.7058823529412,13.7254901960784,11.7647058823529],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[18.6274509803922,17.6470588235294,15.6862745098039],[19.6078431372549,18.6274509803922,14.7058823529412],[14.7058823529412,11.7647058823529,6.86274509803922],[8.82352941176471,5.88235294117647,0.980392156862745],[20.5882352941176,17.6470588235294,12.7450980392157],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,19.6078431372549,19.6078431372549],[13.7254901960784,13.7254901960784,15.6862745098039],[9.80392156862745,10.7843137254902,14.7058823529412],[4.90196078431373,4.90196078431373,12.7450980392157],[12.7450980392157,12.7450980392157,20.5882352941176],[0,0,6.86274509803922],[15.6862745098039,14.7058823529412,22.5490196078431],[0,0,6.86274509803922],[18.6274509803922,17.6470588235294,23.5294117647059],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[7.84313725490196,7.84313725490196,9.80392156862745],[17.6470588235294,17.6470588235294,19.6078431372549],[16.6666666666667,16.6666666666667,18.6274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,4.90196078431373],[2.94117647058824,0,3.92156862745098],[4.90196078431373,0,5.88235294117647],[9.80392156862745,4.90196078431373,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[21.5686274509804,20.5882352941176,18.6274509803922],[51.9607843137255,50.9803921568627,47.0588235294118],[16.6666666666667,15.6862745098039,10.7843137254902],[15.6862745098039,15.6862745098039,7.84313725490196],[9.80392156862745,9.80392156862745,0],[9.80392156862745,9.80392156862745,0],[54.9019607843137,52.9411764705882,41.1764705882353],[30.3921568627451,27.4509803921569,18.6274509803922],[27.4509803921569,24.5098039215686,19.6078431372549],[73.5294117647059,70.5882352941177,63.7254901960784],[45.0980392156863,41.1764705882353,29.4117647058824],[37.2549019607843,32.3529411764706,13.7254901960784],[50.9803921568627,45.0980392156863,23.5294117647059],[60.7843137254902,52.9411764705882,32.3529411764706],[90.1960784313725,82.3529411764706,61.7647058823529],[82.3529411764706,71.5686274509804,50],[62.7450980392157,52.9411764705882,26.4705882352941],[105.882352941176,100,68.6274509803922],[143.137254901961,139.21568627451,101.960784313725],[98.0392156862745,96.078431372549,57.843137254902],[74.5098039215686,74.5098039215686,39.2156862745098],[50.9803921568627,50.9803921568627,23.5294117647059],[95.0980392156863,98.0392156862745,81.3725490196078],[24.5098039215686,28.4313725490196,13.7254901960784],[25.4901960784314,33.3333333333333,9.80392156862745],[64.7058823529412,73.5294117647059,45.0980392156863],[51.9607843137255,61.7647058823529,37.2549019607843],[115.686274509804,127.450980392157,103.921568627451],[73.5294117647059,86.2745098039216,66.6666666666667],[69.6078431372549,80.3921568627451,63.7254901960784],[102.941176470588,110.78431372549,96.078431372549],[35.2941176470588,39.2156862745098,25.4901960784314],[52.9411764705882,52.9411764705882,41.1764705882353],[54.9019607843137,50.9803921568627,39.2156862745098],[71.5686274509804,63.7254901960784,50.9803921568627],[97.0588235294118,87.2549019607843,75.4901960784314],[109.803921568627,100,90.1960784313725],[54.9019607843137,45.0980392156863,35.2941176470588],[36.2745098039216,26.4705882352941,17.6470588235294],[62.7450980392157,55.8823529411765,46.078431372549],[40.1960784313726,38.2352941176471,26.4705882352941],[43.1372549019608,44.1176470588235,30.3921568627451],[53.921568627451,51.9607843137255,37.2549019607843],[71.5686274509804,65.6862745098039,50],[71.5686274509804,62.7450980392157,46.078431372549],[105.882352941176,95.0980392156863,75.4901960784314],[113.725490196078,99.0196078431373,78.4313725490196],[89.2156862745098,73.5294117647059,49.0196078431373],[52.9411764705882,36.2745098039216,10.7843137254902],[75.4901960784314,60.7843137254902,32.3529411764706],[74.5098039215686,61.7647058823529,30.3921568627451],[41.1764705882353,30.3921568627451,0],[77.4509803921569,68.6274509803922,36.2745098039216],[110.78431372549,104.901960784314,71.5686274509804],[113.725490196078,109.803921568627,75.4901960784314],[117.647058823529,112.745098039216,84.3137254901961],[39.2156862745098,30.3921568627451,13.7254901960784],[34.3137254901961,25.4901960784314,10.7843137254902],[90.1960784313725,82.3529411764706,61.7647058823529],[124.509803921569,118.627450980392,93.1372549019608],[6.86274509803922,0.980392156862745,0],[17.6470588235294,10.7843137254902,0],[23.5294117647059,14.7058823529412,5.88235294117647],[33.3333333333333,24.5098039215686,15.6862745098039],[40.1960784313726,31.3725490196078,14.7058823529412],[53.921568627451,44.1176470588235,17.6470588235294],[76.4705882352941,67.6470588235294,25.4901960784314],[83.3333333333333,71.5686274509804,22.5490196078431],[111.764705882353,98.0392156862745,51.9607843137255],[82.3529411764706,64.7058823529412,25.4901960784314],[52.9411764705882,31.3725490196078,7.84313725490196],[30.3921568627451,11.7647058823529,0],[13.7254901960784,3.92156862745098,0],[74.5098039215686,64.7058823529412,54.9019607843137],[117.647058823529,99.0196078431373,84.3137254901961],[49.0196078431373,24.5098039215686,4.90196078431373],[60.7843137254902,33.3333333333333,12.7450980392157],[43.1372549019608,14.7058823529412,0],[84.3137254901961,58.8235294117647,44.1176470588235],[53.921568627451,30.3921568627451,18.6274509803922],[38.2352941176471,14.7058823529412,2.94117647058824],[71.5686274509804,46.078431372549,33.3333333333333],[47.0588235294118,18.6274509803922,2.94117647058824],[72.5490196078431,44.1176470588235,28.4313725490196],[70.5882352941177,45.0980392156863,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[14.7058823529412,3.92156862745098,1.96078431372549],[30.3921568627451,22.5490196078431,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[12.7450980392157,0,0],[23.5294117647059,7.84313725490196,0],[45.0980392156863,27.4509803921569,13.7254901960784],[59.8039215686275,39.2156862745098,22.5490196078431],[54.9019607843137,32.3529411764706,14.7058823529412],[54.9019607843137,34.3137254901961,15.6862745098039],[78.4313725490196,57.843137254902,41.1764705882353],[68.6274509803922,50,35.2941176470588],[32.3529411764706,14.7058823529412,0.980392156862745],[25.4901960784314,8.82352941176471,0],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,11.7647058823529,0.980392156862745],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,39.2156862745098,28.4313725490196],[45.0980392156863,32.3529411764706,23.5294117647059],[55.8823529411765,49.0196078431373,41.1764705882353],[55.8823529411765,50.9803921568627,45.0980392156863],[42.156862745098,39.2156862745098,34.3137254901961],[12.7450980392157,9.80392156862745,4.90196078431373],[18.6274509803922,17.6470588235294,13.7254901960784],[26.4705882352941,25.4901960784314,21.5686274509804],[7.84313725490196,6.86274509803922,4.90196078431373],[18.6274509803922,18.6274509803922,16.6666666666667],[9.80392156862745,9.80392156862745,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,11.7647058823529,11.7647058823529],[11.7647058823529,10.7843137254902,8.82352941176471],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[18.6274509803922,14.7058823529412,11.7647058823529],[24.5098039215686,20.5882352941176,17.6470588235294],[16.6666666666667,12.7450980392157,9.80392156862745],[18.6274509803922,17.6470588235294,15.6862745098039],[23.5294117647059,22.5490196078431,20.5882352941176],[10.7843137254902,10.7843137254902,10.7843137254902],[11.7647058823529,11.7647058823529,13.7254901960784],[22.5490196078431,23.5294117647059,28.4313725490196],[1.96078431372549,1.96078431372549,11.7647058823529],[65.6862745098039,67.6470588235294,79.4117647058823],[149.019607843137,150.980392156863,162.745098039216],[55.8823529411765,55.8823529411765,65.6862745098039],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[22.5490196078431,22.5490196078431,22.5490196078431],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,6.86274509803922],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[29.4117647058824,29.4117647058824,27.4509803921569],[2.94117647058824,3.92156862745098,0],[17.6470588235294,16.6666666666667,11.7647058823529],[5.88235294117647,5.88235294117647,0],[17.6470588235294,17.6470588235294,9.80392156862745],[92.156862745098,89.2156862745098,80.3921568627451],[54.9019607843137,54.9019607843137,45.0980392156863],[39.2156862745098,40.1960784313726,35.2941176470588],[57.843137254902,56.8627450980392,51.9607843137255],[13.7254901960784,11.7647058823529,0],[12.7450980392157,9.80392156862745,0],[58.8235294117647,51.9607843137255,34.3137254901961],[75.4901960784314,66.6666666666667,50],[84.3137254901961,75.4901960784314,60.7843137254902],[78.4313725490196,66.6666666666667,50.9803921568627],[48.0392156862745,37.2549019607843,17.6470588235294],[100,93.1372549019608,65.6862745098039],[107.843137254902,103.921568627451,69.6078431372549],[63.7254901960784,61.7647058823529,24.5098039215686],[45.0980392156863,45.0980392156863,11.7647058823529],[149.019607843137,148.039215686275,120.588235294118],[128.43137254902,126.470588235294,111.764705882353],[10.7843137254902,11.7647058823529,0],[97.0588235294118,102.941176470588,77.4509803921569],[108.823529411765,117.647058823529,89.2156862745098],[49.0196078431373,58.8235294117647,32.3529411764706],[63.7254901960784,75.4901960784314,51.9607843137255],[43.1372549019608,54.9019607843137,35.2941176470588],[59.8039215686275,70.5882352941177,54.9019607843137],[78.4313725490196,84.3137254901961,72.5490196078431],[62.7450980392157,65.6862745098039,54.9019607843137],[58.8235294117647,58.8235294117647,47.0588235294118],[54.9019607843137,50.9803921568627,40.1960784313726],[72.5490196078431,66.6666666666667,54.9019607843137],[65.6862745098039,57.843137254902,47.0588235294118],[63.7254901960784,53.921568627451,44.1176470588235],[49.0196078431373,39.2156862745098,30.3921568627451],[48.0392156862745,39.2156862745098,30.3921568627451],[64.7058823529412,57.843137254902,48.0392156862745],[69.6078431372549,67.6470588235294,55.8823529411765],[60.7843137254902,58.8235294117647,46.078431372549],[64.7058823529412,62.7450980392157,48.0392156862745],[47.0588235294118,44.1176470588235,27.4509803921569],[64.7058823529412,57.843137254902,40.1960784313726],[110.78431372549,102.941176470588,84.3137254901961],[84.3137254901961,73.5294117647059,53.921568627451],[94.1176470588235,82.3529411764706,60.7843137254902],[51.9607843137255,40.1960784313726,16.6666666666667],[46.078431372549,34.3137254901961,8.82352941176471],[66.6666666666667,54.9019607843137,29.4117647058824],[65.6862745098039,56.8627450980392,28.4313725490196],[67.6470588235294,60.7843137254902,32.3529411764706],[66.6666666666667,61.7647058823529,32.3529411764706],[77.4509803921569,72.5490196078431,43.1372549019608],[126.470588235294,120.588235294118,95.0980392156863],[62.7450980392157,55.8823529411765,37.2549019607843],[42.156862745098,35.2941176470588,17.6470588235294],[38.2352941176471,31.3725490196078,12.7450980392157],[25.4901960784314,20.5882352941176,0.980392156862745],[18.6274509803922,12.7450980392157,0],[20.5882352941176,13.7254901960784,3.92156862745098],[32.3529411764706,24.5098039215686,21.5686274509804],[19.6078431372549,10.7843137254902,5.88235294117647],[30.3921568627451,20.5882352941176,8.82352941176471],[80.3921568627451,70.5882352941177,46.078431372549],[92.156862745098,83.3333333333333,45.0980392156863],[69.6078431372549,56.8627450980392,13.7254901960784],[96.078431372549,81.3725490196078,39.2156862745098],[83.3333333333333,65.6862745098039,30.3921568627451],[59.8039215686275,38.2352941176471,14.7058823529412],[52.9411764705882,34.3137254901961,19.6078431372549],[24.5098039215686,11.7647058823529,2.94117647058824],[40.1960784313726,27.4509803921569,19.6078431372549],[104.901960784314,86.2745098039216,72.5490196078431],[60.7843137254902,35.2941176470588,18.6274509803922],[53.921568627451,27.4509803921569,8.82352941176471],[46.078431372549,19.6078431372549,2.94117647058824],[69.6078431372549,48.0392156862745,35.2941176470588],[51.9607843137255,32.3529411764706,23.5294117647059],[15.6862745098039,0,0],[83.3333333333333,61.7647058823529,50.9803921568627],[31.3725490196078,5.88235294117647,0],[32.3529411764706,6.86274509803922,0],[55.8823529411765,32.3529411764706,20.5882352941176],[26.4705882352941,7.84313725490196,0.980392156862745],[21.5686274509804,11.7647058823529,9.80392156862745],[30.3921568627451,22.5490196078431,20.5882352941176],[18.6274509803922,9.80392156862745,4.90196078431373],[15.6862745098039,5.88235294117647,0],[18.6274509803922,4.90196078431373,0],[31.3725490196078,13.7254901960784,1.96078431372549],[73.5294117647059,51.9607843137255,38.2352941176471],[86.2745098039216,63.7254901960784,48.0392156862745],[55.8823529411765,35.2941176470588,18.6274509803922],[51.9607843137255,33.3333333333333,18.6274509803922],[56.8627450980392,39.2156862745098,25.4901960784314],[32.3529411764706,18.6274509803922,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[25.4901960784314,12.7450980392157,4.90196078431373],[48.0392156862745,35.2941176470588,26.4705882352941],[48.0392156862745,35.2941176470588,27.4509803921569],[52.9411764705882,46.078431372549,38.2352941176471],[53.921568627451,49.0196078431373,43.1372549019608],[12.7450980392157,9.80392156862745,4.90196078431373],[16.6666666666667,13.7254901960784,8.82352941176471],[20.5882352941176,19.6078431372549,15.6862745098039],[2.94117647058824,1.96078431372549,0],[14.7058823529412,14.7058823529412,12.7450980392157],[8.82352941176471,8.82352941176471,6.86274509803922],[12.7450980392157,12.7450980392157,12.7450980392157],[14.7058823529412,14.7058823529412,14.7058823529412],[15.6862745098039,15.6862745098039,15.6862745098039],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,10.7843137254902],[15.6862745098039,14.7058823529412,12.7450980392157],[27.4509803921569,23.5294117647059,24.5098039215686],[18.6274509803922,14.7058823529412,15.6862745098039],[22.5490196078431,21.5686274509804,19.6078431372549],[18.6274509803922,17.6470588235294,15.6862745098039],[11.7647058823529,11.7647058823529,9.80392156862745],[10.7843137254902,10.7843137254902,10.7843137254902],[3.92156862745098,4.90196078431373,6.86274509803922],[8.82352941176471,9.80392156862745,14.7058823529412],[0,0.980392156862745,9.80392156862745],[167.647058823529,169.607843137255,181.372549019608],[247.058823529412,249.019607843137,250],[158.823529411765,160.78431372549,172.549019607843],[5.88235294117647,5.88235294117647,13.7254901960784],[8.82352941176471,9.80392156862745,14.7058823529412],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,0],[4.90196078431373,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[21.5686274509804,21.5686274509804,21.5686274509804],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,6.86274509803922],[3.92156862745098,2.94117647058824,0],[34.3137254901961,33.3333333333333,29.4117647058824],[63.7254901960784,60.7843137254902,55.8823529411765],[55.8823529411765,54.9019607843137,50.9803921568627],[49.0196078431373,50.9803921568627,48.0392156862745],[5.88235294117647,7.84313725490196,4.90196078431373],[15.6862745098039,16.6666666666667,8.82352941176471],[19.6078431372549,17.6470588235294,5.88235294117647],[30.3921568627451,24.5098039215686,12.7450980392157],[59.8039215686275,50,40.1960784313726],[65.6862745098039,55.8823529411765,47.0588235294118],[87.2549019607843,77.4509803921569,68.6274509803922],[58.8235294117647,49.0196078431373,37.2549019607843],[29.4117647058824,21.5686274509804,2.94117647058824],[87.2549019607843,82.3529411764706,53.921568627451],[95.0980392156863,92.156862745098,61.7647058823529],[36.2745098039216,35.2941176470588,5.88235294117647],[109.803921568627,107.843137254902,85.2941176470588],[52.9411764705882,50,35.2941176470588],[27.4509803921569,25.4901960784314,12.7450980392157],[83.3333333333333,85.2941176470588,61.7647058823529],[45.0980392156863,49.0196078431373,22.5490196078431],[67.6470588235294,72.5490196078431,50],[82.3529411764706,90.1960784313725,69.6078431372549],[39.2156862745098,48.0392156862745,31.3725490196078],[67.6470588235294,75.4901960784314,60.7843137254902],[56.8627450980392,62.7450980392157,50.9803921568627],[54.9019607843137,56.8627450980392,46.078431372549],[50.9803921568627,49.0196078431373,37.2549019607843],[47.0588235294118,43.1372549019608,32.3529411764706],[68.6274509803922,62.7450980392157,50.9803921568627],[63.7254901960784,55.8823529411765,43.1372549019608],[76.4705882352941,66.6666666666667,54.9019607843137],[75.4901960784314,65.6862745098039,55.8823529411765],[58.8235294117647,50.9803921568627,40.1960784313726],[53.921568627451,48.0392156862745,36.2745098039216],[95.0980392156863,92.156862745098,77.4509803921569],[52.9411764705882,50.9803921568627,36.2745098039216],[50.9803921568627,50,32.3529411764706],[61.7647058823529,58.8235294117647,42.156862745098],[85.2941176470588,82.3529411764706,63.7254901960784],[107.843137254902,102.941176470588,84.3137254901961],[55.8823529411765,49.0196078431373,30.3921568627451],[57.843137254902,50,31.3725490196078],[43.1372549019608,35.2941176470588,16.6666666666667],[27.4509803921569,19.6078431372549,0],[60.7843137254902,52.9411764705882,32.3529411764706],[85.2941176470588,77.4509803921569,54.9019607843137],[73.5294117647059,67.6470588235294,44.1176470588235],[53.921568627451,48.0392156862745,24.5098039215686],[44.1176470588235,38.2352941176471,14.7058823529412],[84.3137254901961,78.4313725490196,56.8627450980392],[85.2941176470588,78.4313725490196,59.8039215686275],[53.921568627451,49.0196078431373,30.3921568627451],[23.5294117647059,17.6470588235294,1.96078431372549],[14.7058823529412,10.7843137254902,0],[27.4509803921569,22.5490196078431,16.6666666666667],[25.4901960784314,17.6470588235294,15.6862745098039],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[8.82352941176471,0,0],[68.6274509803922,57.843137254902,38.2352941176471],[92.156862745098,81.3725490196078,51.9607843137255],[86.2745098039216,72.5490196078431,38.2352941176471],[89.2156862745098,73.5294117647059,40.1960784313726],[91.1764705882353,72.5490196078431,41.1764705882353],[89.2156862745098,67.6470588235294,45.0980392156863],[45.0980392156863,23.5294117647059,9.80392156862745],[22.5490196078431,8.82352941176471,0],[13.7254901960784,0,0],[73.5294117647059,51.9607843137255,39.2156862745098],[64.7058823529412,39.2156862745098,24.5098039215686],[25.4901960784314,0,0],[53.921568627451,28.4313725490196,15.6862745098039],[51.9607843137255,32.3529411764706,23.5294117647059],[62.7450980392157,46.078431372549,39.2156862745098],[50.9803921568627,33.3333333333333,29.4117647058824],[64.7058823529412,46.078431372549,39.2156862745098],[42.156862745098,18.6274509803922,8.82352941176471],[40.1960784313726,16.6666666666667,4.90196078431373],[59.8039215686275,38.2352941176471,27.4509803921569],[42.156862745098,25.4901960784314,17.6470588235294],[33.3333333333333,24.5098039215686,19.6078431372549],[8.82352941176471,3.92156862745098,0.980392156862745],[24.5098039215686,16.6666666666667,13.7254901960784],[21.5686274509804,10.7843137254902,6.86274509803922],[11.7647058823529,0,0],[13.7254901960784,0,0],[61.7647058823529,40.1960784313726,27.4509803921569],[86.2745098039216,63.7254901960784,50],[55.8823529411765,34.3137254901961,20.5882352941176],[47.0588235294118,28.4313725490196,14.7058823529412],[34.3137254901961,17.6470588235294,9.80392156862745],[26.4705882352941,13.7254901960784,7.84313725490196],[26.4705882352941,15.6862745098039,11.7647058823529],[24.5098039215686,14.7058823529412,12.7450980392157],[15.6862745098039,6.86274509803922,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[31.3725490196078,18.6274509803922,12.7450980392157],[36.2745098039216,25.4901960784314,19.6078431372549],[31.3725490196078,24.5098039215686,18.6274509803922],[16.6666666666667,11.7647058823529,5.88235294117647],[15.6862745098039,10.7843137254902,6.86274509803922],[18.6274509803922,15.6862745098039,10.7843137254902],[13.7254901960784,12.7450980392157,8.82352941176471],[10.7843137254902,9.80392156862745,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[12.7450980392157,12.7450980392157,14.7058823529412],[13.7254901960784,13.7254901960784,15.6862745098039],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[16.6666666666667,12.7450980392157,13.7254901960784],[15.6862745098039,10.7843137254902,14.7058823529412],[13.7254901960784,8.82352941176471,12.7450980392157],[20.5882352941176,18.6274509803922,19.6078431372549],[14.7058823529412,12.7450980392157,13.7254901960784],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[6.86274509803922,7.84313725490196,12.7450980392157],[0.980392156862745,2.94117647058824,14.7058823529412],[74.5098039215686,76.4705882352941,89.2156862745098],[170.588235294118,172.549019607843,185.294117647059],[84.3137254901961,86.2745098039216,98.0392156862745],[0,1.96078431372549,8.82352941176471],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,2.94117647058824],[10.7843137254902,12.7450980392157,11.7647058823529],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,6.86274509803922,11.7647058823529],[10.7843137254902,9.80392156862745,14.7058823529412],[8.82352941176471,7.84313725490196,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,6.86274509803922,3.92156862745098],[0,0.980392156862745,0],[97.0588235294118,99.0196078431373,96.078431372549],[36.2745098039216,38.2352941176471,35.2941176470588],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[12.7450980392157,10.7843137254902,11.7647058823529],[20.5882352941176,18.6274509803922,19.6078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[16.6666666666667,16.6666666666667,16.6666666666667],[0,1.96078431372549,1.96078431372549],[12.7450980392157,18.6274509803922,16.6666666666667],[24.5098039215686,26.4705882352941,21.5686274509804],[18.6274509803922,18.6274509803922,10.7843137254902],[14.7058823529412,9.80392156862745,3.92156862745098],[34.3137254901961,24.5098039215686,22.5490196078431],[42.156862745098,32.3529411764706,31.3725490196078],[16.6666666666667,4.90196078431373,4.90196078431373],[35.2941176470588,24.5098039215686,20.5882352941176],[22.5490196078431,14.7058823529412,3.92156862745098],[56.8627450980392,51.9607843137255,32.3529411764706],[54.9019607843137,50.9803921568627,26.4705882352941],[51.9607843137255,50,25.4901960784314],[61.7647058823529,59.8039215686275,39.2156862745098],[50.9803921568627,47.0588235294118,36.2745098039216],[53.921568627451,50,38.2352941176471],[60.7843137254902,59.8039215686275,39.2156862745098],[91.1764705882353,94.1176470588235,67.6470588235294],[76.4705882352941,80.3921568627451,57.843137254902],[46.078431372549,50.9803921568627,31.3725490196078],[36.2745098039216,43.1372549019608,27.4509803921569],[49.0196078431373,54.9019607843137,41.1764705882353],[48.0392156862745,50.9803921568627,40.1960784313726],[53.921568627451,55.8823529411765,45.0980392156863],[52.9411764705882,50.9803921568627,39.2156862745098],[65.6862745098039,59.8039215686275,48.0392156862745],[83.3333333333333,75.4901960784314,62.7450980392157],[74.5098039215686,67.6470588235294,51.9607843137255],[82.3529411764706,73.5294117647059,58.8235294117647],[55.8823529411765,47.0588235294118,32.3529411764706],[36.2745098039216,28.4313725490196,15.6862745098039],[57.843137254902,51.9607843137255,36.2745098039216],[65.6862745098039,62.7450980392157,44.1176470588235],[30.3921568627451,29.4117647058824,9.80392156862745],[36.2745098039216,35.2941176470588,15.6862745098039],[89.2156862745098,88.2352941176471,68.6274509803922],[88.2352941176471,87.2549019607843,67.6470588235294],[67.6470588235294,64.7058823529412,46.078431372549],[44.1176470588235,41.1764705882353,22.5490196078431],[37.2549019607843,34.3137254901961,17.6470588235294],[83.3333333333333,77.4509803921569,61.7647058823529],[36.2745098039216,30.3921568627451,14.7058823529412],[40.1960784313726,34.3137254901961,18.6274509803922],[78.4313725490196,71.5686274509804,55.8823529411765],[67.6470588235294,60.7843137254902,45.0980392156863],[40.1960784313726,33.3333333333333,17.6470588235294],[21.5686274509804,14.7058823529412,0],[50.9803921568627,44.1176470588235,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[50.9803921568627,49.0196078431373,28.4313725490196],[52.9411764705882,50,35.2941176470588],[30.3921568627451,25.4901960784314,19.6078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[33.3333333333333,27.4509803921569,31.3725490196078],[28.4313725490196,22.5490196078431,26.4705882352941],[13.7254901960784,4.90196078431373,5.88235294117647],[19.6078431372549,10.7843137254902,3.92156862745098],[71.5686274509804,59.8039215686275,44.1176470588235],[69.6078431372549,57.843137254902,34.3137254901961],[80.3921568627451,65.6862745098039,37.2549019607843],[88.2352941176471,71.5686274509804,42.156862745098],[85.2941176470588,65.6862745098039,39.2156862745098],[86.2745098039216,64.7058823529412,42.156862745098],[42.156862745098,21.5686274509804,4.90196078431373],[29.4117647058824,12.7450980392157,4.90196078431373],[17.6470588235294,0.980392156862745,0],[40.1960784313726,18.6274509803922,5.88235294117647],[60.7843137254902,35.2941176470588,22.5490196078431],[32.3529411764706,4.90196078431373,0],[84.3137254901961,60.7843137254902,49.0196078431373],[50,33.3333333333333,26.4705882352941],[53.921568627451,40.1960784313726,37.2549019607843],[42.156862745098,28.4313725490196,25.4901960784314],[26.4705882352941,8.82352941176471,4.90196078431373],[49.0196078431373,29.4117647058824,20.5882352941176],[29.4117647058824,7.84313725490196,0],[44.1176470588235,24.5098039215686,13.7254901960784],[37.2549019607843,20.5882352941176,12.7450980392157],[13.7254901960784,4.90196078431373,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[6.86274509803922,0,0],[13.7254901960784,0,0],[29.4117647058824,10.7843137254902,3.92156862745098],[47.0588235294118,25.4901960784314,14.7058823529412],[55.8823529411765,32.3529411764706,22.5490196078431],[48.0392156862745,26.4705882352941,15.6862745098039],[42.156862745098,24.5098039215686,14.7058823529412],[33.3333333333333,18.6274509803922,11.7647058823529],[27.4509803921569,16.6666666666667,14.7058823529412],[19.6078431372549,11.7647058823529,9.80392156862745],[19.6078431372549,10.7843137254902,11.7647058823529],[24.5098039215686,16.6666666666667,14.7058823529412],[25.4901960784314,15.6862745098039,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[38.2352941176471,27.4509803921569,23.5294117647059],[26.4705882352941,19.6078431372549,13.7254901960784],[14.7058823529412,9.80392156862745,3.92156862745098],[28.4313725490196,23.5294117647059,19.6078431372549],[18.6274509803922,15.6862745098039,10.7843137254902],[1.96078431372549,0.980392156862745,0],[9.80392156862745,8.82352941176471,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[10.7843137254902,10.7843137254902,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,8.82352941176471,9.80392156862745],[16.6666666666667,11.7647058823529,15.6862745098039],[14.7058823529412,9.80392156862745,15.6862745098039],[26.4705882352941,21.5686274509804,27.4509803921569],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,8.82352941176471,8.82352941176471],[19.6078431372549,20.5882352941176,22.5490196078431],[7.84313725490196,8.82352941176471,13.7254901960784],[3.92156862745098,5.88235294117647,17.6470588235294],[0,0,12.7450980392157],[8.82352941176471,10.7843137254902,23.5294117647059],[6.86274509803922,8.82352941176471,20.5882352941176],[0,0,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[7.84313725490196,11.7647058823529,10.7843137254902],[0,1.96078431372549,0],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[7.84313725490196,6.86274509803922,11.7647058823529],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[9.80392156862745,11.7647058823529,6.86274509803922],[0,1.96078431372549,0],[48.0392156862745,52.9411764705882,47.0588235294118],[1.96078431372549,6.86274509803922,0.980392156862745],[0,2.94117647058824,0],[3.92156862745098,5.88235294117647,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[2.94117647058824,1.96078431372549,7.84313725490196],[16.6666666666667,13.7254901960784,20.5882352941176],[6.86274509803922,3.92156862745098,10.7843137254902],[10.7843137254902,5.88235294117647,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,10.7843137254902,13.7254901960784],[0,8.82352941176471,9.80392156862745],[4.90196078431373,10.7843137254902,8.82352941176471],[21.5686274509804,21.5686274509804,19.6078431372549],[34.3137254901961,30.3921568627451,29.4117647058824],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,0,5.88235294117647],[21.5686274509804,10.7843137254902,18.6274509803922],[23.5294117647059,12.7450980392157,16.6666666666667],[31.3725490196078,23.5294117647059,20.5882352941176],[32.3529411764706,26.4705882352941,12.7450980392157],[37.2549019607843,35.2941176470588,14.7058823529412],[47.0588235294118,45.0980392156863,24.5098039215686],[60.7843137254902,57.843137254902,41.1764705882353],[33.3333333333333,26.4705882352941,18.6274509803922],[58.8235294117647,54.9019607843137,46.078431372549],[88.2352941176471,85.2941176470588,66.6666666666667],[78.4313725490196,78.4313725490196,54.9019607843137],[29.4117647058824,31.3725490196078,10.7843137254902],[38.2352941176471,41.1764705882353,24.5098039215686],[65.6862745098039,69.6078431372549,55.8823529411765],[26.4705882352941,29.4117647058824,18.6274509803922],[40.1960784313726,42.156862745098,31.3725490196078],[51.9607843137255,51.9607843137255,40.1960784313726],[67.6470588235294,63.7254901960784,51.9607843137255],[71.5686274509804,65.6862745098039,51.9607843137255],[64.7058823529412,57.843137254902,40.1960784313726],[46.078431372549,37.2549019607843,20.5882352941176],[54.9019607843137,47.0588235294118,28.4313725490196],[44.1176470588235,36.2745098039216,17.6470588235294],[48.0392156862745,41.1764705882353,23.5294117647059],[76.4705882352941,71.5686274509804,52.9411764705882],[68.6274509803922,66.6666666666667,46.078431372549],[44.1176470588235,42.156862745098,19.6078431372549],[66.6666666666667,65.6862745098039,45.0980392156863],[86.2745098039216,85.2941176470588,64.7058823529412],[76.4705882352941,75.4901960784314,55.8823529411765],[67.6470588235294,66.6666666666667,47.0588235294118],[24.5098039215686,23.5294117647059,5.88235294117647],[31.3725490196078,29.4117647058824,14.7058823529412],[58.8235294117647,56.8627450980392,44.1176470588235],[44.1176470588235,42.156862745098,29.4117647058824],[39.2156862745098,35.2941176470588,23.5294117647059],[61.7647058823529,54.9019607843137,45.0980392156863],[51.9607843137255,43.1372549019608,34.3137254901961],[52.9411764705882,44.1176470588235,35.2941176470588],[32.3529411764706,22.5490196078431,13.7254901960784],[19.6078431372549,11.7647058823529,0],[36.2745098039216,34.3137254901961,11.7647058823529],[16.6666666666667,15.6862745098039,0],[50.9803921568627,49.0196078431373,37.2549019607843],[45.0980392156863,41.1764705882353,38.2352941176471],[17.6470588235294,12.7450980392157,18.6274509803922],[13.7254901960784,5.88235294117647,16.6666666666667],[35.2941176470588,28.4313725490196,36.2745098039216],[30.3921568627451,21.5686274509804,24.5098039215686],[38.2352941176471,29.4117647058824,24.5098039215686],[56.8627450980392,47.0588235294118,35.2941176470588],[20.5882352941176,7.84313725490196,0],[45.0980392156863,29.4117647058824,4.90196078431373],[88.2352941176471,71.5686274509804,46.078431372549],[89.2156862745098,67.6470588235294,44.1176470588235],[73.5294117647059,49.0196078431373,27.4509803921569],[42.156862745098,19.6078431372549,3.92156862745098],[39.2156862745098,20.5882352941176,13.7254901960784],[38.2352941176471,19.6078431372549,13.7254901960784],[34.3137254901961,10.7843137254902,0.980392156862745],[56.8627450980392,29.4117647058824,17.6470588235294],[37.2549019607843,11.7647058823529,0],[66.6666666666667,45.0980392156863,34.3137254901961],[55.8823529411765,41.1764705882353,36.2745098039216],[49.0196078431373,37.2549019607843,37.2549019607843],[27.4509803921569,15.6862745098039,15.6862745098039],[9.80392156862745,0,0],[50.9803921568627,32.3529411764706,25.4901960784314],[45.0980392156863,25.4901960784314,14.7058823529412],[61.7647058823529,42.156862745098,31.3725490196078],[23.5294117647059,6.86274509803922,0],[6.86274509803922,0,0],[21.5686274509804,13.7254901960784,11.7647058823529],[29.4117647058824,23.5294117647059,25.4901960784314],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,8.82352941176471,7.84313725490196],[41.1764705882353,23.5294117647059,19.6078431372549],[31.3725490196078,8.82352941176471,2.94117647058824],[21.5686274509804,0,0],[35.2941176470588,12.7450980392157,4.90196078431373],[36.2745098039216,17.6470588235294,11.7647058823529],[24.5098039215686,9.80392156862745,6.86274509803922],[14.7058823529412,2.94117647058824,2.94117647058824],[8.82352941176471,0,2.94117647058824],[16.6666666666667,7.84313725490196,12.7450980392157],[25.4901960784314,16.6666666666667,19.6078431372549],[20.5882352941176,10.7843137254902,11.7647058823529],[15.6862745098039,3.92156862745098,3.92156862745098],[18.6274509803922,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[15.6862745098039,8.82352941176471,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,11.7647058823529,8.82352941176471],[5.88235294117647,4.90196078431373,2.94117647058824],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[9.80392156862745,7.84313725490196,8.82352941176471],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,7.84313725490196,8.82352941176471],[15.6862745098039,10.7843137254902,14.7058823529412],[6.86274509803922,1.96078431372549,8.82352941176471],[23.5294117647059,18.6274509803922,25.4901960784314],[12.7450980392157,10.7843137254902,13.7254901960784],[9.80392156862745,7.84313725490196,8.82352941176471],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,6.86274509803922,8.82352941176471],[12.7450980392157,13.7254901960784,18.6274509803922],[3.92156862745098,5.88235294117647,17.6470588235294],[5.88235294117647,7.84313725490196,20.5882352941176],[31.3725490196078,33.3333333333333,48.0392156862745],[29.4117647058824,31.3725490196078,44.1176470588235],[3.92156862745098,6.86274509803922,13.7254901960784],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,0],[3.92156862745098,8.82352941176471,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0],[1.96078431372549,6.86274509803922,0.980392156862745],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,8.82352941176471,13.7254901960784],[2.94117647058824,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,7.84313725490196],[10.7843137254902,7.84313725490196,14.7058823529412],[5.88235294117647,2.94117647058824,9.80392156862745],[9.80392156862745,10.7843137254902,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0,9.80392156862745,11.7647058823529],[1.96078431372549,7.84313725490196,7.84313725490196],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[8.82352941176471,3.92156862745098,9.80392156862745],[17.6470588235294,10.7843137254902,18.6274509803922],[17.6470588235294,7.84313725490196,16.6666666666667],[18.6274509803922,11.7647058823529,18.6274509803922],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,24.5098039215686,15.6862745098039],[46.078431372549,44.1176470588235,31.3725490196078],[25.4901960784314,23.5294117647059,10.7843137254902],[11.7647058823529,9.80392156862745,0],[22.5490196078431,19.6078431372549,14.7058823529412],[39.2156862745098,36.2745098039216,31.3725490196078],[33.3333333333333,34.3137254901961,20.5882352941176],[20.5882352941176,21.5686274509804,3.92156862745098],[44.1176470588235,47.0588235294118,30.3921568627451],[48.0392156862745,50,36.2745098039216],[91.1764705882353,95.0980392156863,81.3725490196078],[73.5294117647059,76.4705882352941,65.6862745098039],[46.078431372549,48.0392156862745,35.2941176470588],[38.2352941176471,38.2352941176471,26.4705882352941],[60.7843137254902,57.843137254902,43.1372549019608],[79.4117647058823,73.5294117647059,57.843137254902],[84.3137254901961,77.4509803921569,59.8039215686275],[54.9019607843137,48.0392156862745,29.4117647058824],[50,43.1372549019608,24.5098039215686],[55.8823529411765,49.0196078431373,30.3921568627451],[74.5098039215686,67.6470588235294,49.0196078431373],[72.5490196078431,67.6470588235294,48.0392156862745],[52.9411764705882,48.0392156862745,28.4313725490196],[96.078431372549,94.1176470588235,73.5294117647059],[91.1764705882353,89.2156862745098,68.6274509803922],[82.3529411764706,81.3725490196078,61.7647058823529],[67.6470588235294,68.6274509803922,50.9803921568627],[50,50.9803921568627,35.2941176470588],[27.4509803921569,28.4313725490196,14.7058823529412],[26.4705882352941,28.4313725490196,15.6862745098039],[46.078431372549,48.0392156862745,37.2549019607843],[49.0196078431373,50.9803921568627,40.1960784313726],[36.2745098039216,36.2745098039216,28.4313725490196],[43.1372549019608,40.1960784313726,33.3333333333333],[23.5294117647059,18.6274509803922,14.7058823529412],[35.2941176470588,30.3921568627451,26.4705882352941],[32.3529411764706,24.5098039215686,21.5686274509804],[17.6470588235294,13.7254901960784,4.90196078431373],[9.80392156862745,10.7843137254902,0],[18.6274509803922,19.6078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,0.980392156862745],[29.4117647058824,27.4509803921569,28.4313725490196],[24.5098039215686,21.5686274509804,28.4313725490196],[19.6078431372549,16.6666666666667,25.4901960784314],[50,45.0980392156863,51.9607843137255],[44.1176470588235,40.1960784313726,41.1764705882353],[26.4705882352941,21.5686274509804,17.6470588235294],[29.4117647058824,22.5490196078431,12.7450980392157],[8.82352941176471,0,0],[33.3333333333333,22.5490196078431,4.90196078431373],[51.9607843137255,36.2745098039216,20.5882352941176],[56.8627450980392,40.1960784313726,22.5490196078431],[52.9411764705882,36.2745098039216,18.6274509803922],[32.3529411764706,14.7058823529412,0.980392156862745],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,15.6862745098039,9.80392156862745],[23.5294117647059,0.980392156862745,0],[51.9607843137255,28.4313725490196,18.6274509803922],[43.1372549019608,21.5686274509804,10.7843137254902],[36.2745098039216,16.6666666666667,9.80392156862745],[50.9803921568627,36.2745098039216,33.3333333333333],[18.6274509803922,6.86274509803922,6.86274509803922],[18.6274509803922,8.82352941176471,7.84313725490196],[13.7254901960784,2.94117647058824,0.980392156862745],[46.078431372549,31.3725490196078,26.4705882352941],[28.4313725490196,11.7647058823529,4.90196078431373],[34.3137254901961,20.5882352941176,11.7647058823529],[33.3333333333333,20.5882352941176,12.7450980392157],[65.6862745098039,57.843137254902,54.9019607843137],[19.6078431372549,11.7647058823529,9.80392156862745],[27.4509803921569,18.6274509803922,19.6078431372549],[21.5686274509804,11.7647058823529,12.7450980392157],[26.4705882352941,12.7450980392157,11.7647058823529],[50,32.3529411764706,28.4313725490196],[40.1960784313726,19.6078431372549,14.7058823529412],[21.5686274509804,1.96078431372549,0],[33.3333333333333,14.7058823529412,8.82352941176471],[32.3529411764706,14.7058823529412,10.7843137254902],[32.3529411764706,18.6274509803922,17.6470588235294],[15.6862745098039,5.88235294117647,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[13.7254901960784,7.84313725490196,11.7647058823529],[16.6666666666667,10.7843137254902,14.7058823529412],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[21.5686274509804,13.7254901960784,10.7843137254902],[14.7058823529412,9.80392156862745,5.88235294117647],[5.88235294117647,0.980392156862745,0],[23.5294117647059,19.6078431372549,16.6666666666667],[27.4509803921569,26.4705882352941,24.5098039215686],[15.6862745098039,14.7058823529412,12.7450980392157],[20.5882352941176,20.5882352941176,20.5882352941176],[20.5882352941176,20.5882352941176,20.5882352941176],[8.82352941176471,8.82352941176471,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[16.6666666666667,14.7058823529412,19.6078431372549],[0.980392156862745,0,4.90196078431373],[9.80392156862745,7.84313725490196,12.7450980392157],[6.86274509803922,4.90196078431373,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0.980392156862745,2.94117647058824],[7.84313725490196,8.82352941176471,13.7254901960784],[6.86274509803922,6.86274509803922,16.6666666666667],[0,0.980392156862745,12.7450980392157],[1.96078431372549,3.92156862745098,15.6862745098039],[5.88235294117647,8.82352941176471,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,1.96078431372549],[3.92156862745098,8.82352941176471,4.90196078431373],[4.90196078431373,6.86274509803922,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,0,4.90196078431373],[7.84313725490196,6.86274509803922,11.7647058823529],[27.4509803921569,28.4313725490196,32.3529411764706],[23.5294117647059,28.4313725490196,32.3529411764706],[5.88235294117647,10.7843137254902,14.7058823529412],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,4.90196078431373,11.7647058823529],[11.7647058823529,9.80392156862745,14.7058823529412],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[21.5686274509804,21.5686274509804,19.6078431372549],[30.3921568627451,31.3725490196078,26.4705882352941],[34.3137254901961,36.2745098039216,31.3725490196078],[15.6862745098039,17.6470588235294,12.7450980392157],[9.80392156862745,11.7647058823529,8.82352941176471],[68.6274509803922,70.5882352941177,67.6470588235294],[84.3137254901961,89.2156862745098,82.3529411764706],[0.980392156862745,6.86274509803922,0],[40.1960784313726,46.078431372549,36.2745098039216],[27.4509803921569,33.3333333333333,21.5686274509804],[61.7647058823529,67.6470588235294,55.8823529411765],[59.8039215686275,63.7254901960784,50],[63.7254901960784,67.6470588235294,52.9411764705882],[59.8039215686275,62.7450980392157,46.078431372549],[46.078431372549,47.0588235294118,31.3725490196078],[58.8235294117647,57.843137254902,40.1960784313726],[46.078431372549,43.1372549019608,24.5098039215686],[34.3137254901961,31.3725490196078,12.7450980392157],[78.4313725490196,73.5294117647059,54.9019607843137],[56.8627450980392,51.9607843137255,33.3333333333333],[75.4901960784314,70.5882352941177,51.9607843137255],[77.4509803921569,71.5686274509804,55.8823529411765],[59.8039215686275,53.921568627451,38.2352941176471],[104.901960784314,99.0196078431373,85.2941176470588],[54.9019607843137,51.9607843137255,37.2549019607843],[54.9019607843137,52.9411764705882,40.1960784313726],[41.1764705882353,42.156862745098,28.4313725490196],[38.2352941176471,38.2352941176471,26.4705882352941],[22.5490196078431,24.5098039215686,13.7254901960784],[53.921568627451,56.8627450980392,48.0392156862745],[51.9607843137255,56.8627450980392,50],[25.4901960784314,30.3921568627451,23.5294117647059],[23.5294117647059,28.4313725490196,22.5490196078431],[24.5098039215686,29.4117647058824,25.4901960784314],[24.5098039215686,26.4705882352941,25.4901960784314],[8.82352941176471,10.7843137254902,9.80392156862745],[26.4705882352941,28.4313725490196,27.4509803921569],[13.7254901960784,15.6862745098039,12.7450980392157],[0.980392156862745,2.94117647058824,0],[13.7254901960784,18.6274509803922,14.7058823529412],[8.82352941176471,12.7450980392157,11.7647058823529],[0.980392156862745,4.90196078431373,5.88235294117647],[9.80392156862745,10.7843137254902,14.7058823529412],[20.5882352941176,21.5686274509804,25.4901960784314],[26.4705882352941,26.4705882352941,28.4313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[17.6470588235294,17.6470588235294,15.6862745098039],[16.6666666666667,15.6862745098039,10.7843137254902],[12.7450980392157,9.80392156862745,2.94117647058824],[15.6862745098039,11.7647058823529,2.94117647058824],[24.5098039215686,20.5882352941176,11.7647058823529],[28.4313725490196,21.5686274509804,13.7254901960784],[24.5098039215686,17.6470588235294,9.80392156862745],[27.4509803921569,18.6274509803922,11.7647058823529],[32.3529411764706,17.6470588235294,14.7058823529412],[41.1764705882353,23.5294117647059,19.6078431372549],[41.1764705882353,22.5490196078431,18.6274509803922],[41.1764705882353,22.5490196078431,18.6274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[25.4901960784314,10.7843137254902,7.84313725490196],[30.3921568627451,16.6666666666667,15.6862745098039],[27.4509803921569,15.6862745098039,15.6862745098039],[23.5294117647059,13.7254901960784,12.7450980392157],[8.82352941176471,0.980392156862745,0],[40.1960784313726,30.3921568627451,29.4117647058824],[53.921568627451,44.1176470588235,42.156862745098],[20.5882352941176,12.7450980392157,10.7843137254902],[22.5490196078431,17.6470588235294,14.7058823529412],[38.2352941176471,34.3137254901961,33.3333333333333],[11.7647058823529,6.86274509803922,3.92156862745098],[25.4901960784314,14.7058823529412,12.7450980392157],[12.7450980392157,0,0],[29.4117647058824,14.7058823529412,9.80392156862745],[39.2156862745098,21.5686274509804,17.6470588235294],[43.1372549019608,25.4901960784314,21.5686274509804],[38.2352941176471,23.5294117647059,18.6274509803922],[21.5686274509804,6.86274509803922,3.92156862745098],[34.3137254901961,20.5882352941176,19.6078431372549],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[22.5490196078431,18.6274509803922,17.6470588235294],[22.5490196078431,20.5882352941176,21.5686274509804],[15.6862745098039,13.7254901960784,14.7058823529412],[20.5882352941176,18.6274509803922,19.6078431372549],[20.5882352941176,18.6274509803922,19.6078431372549],[10.7843137254902,8.82352941176471,9.80392156862745],[1.96078431372549,0,0.980392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[11.7647058823529,11.7647058823529,11.7647058823529],[24.5098039215686,24.5098039215686,24.5098039215686],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[24.5098039215686,24.5098039215686,26.4705882352941],[30.3921568627451,30.3921568627451,32.3529411764706],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,10.7843137254902],[5.88235294117647,4.90196078431373,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[25.4901960784314,25.4901960784314,27.4509803921569],[24.5098039215686,24.5098039215686,26.4705882352941],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[51.9607843137255,52.9411764705882,54.9019607843137],[47.0588235294118,48.0392156862745,50],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[10.7843137254902,11.7647058823529,16.6666666666667],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,8.82352941176471],[18.6274509803922,18.6274509803922,18.6274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,10.7843137254902,13.7254901960784],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[11.7647058823529,12.7450980392157,14.7058823529412],[14.7058823529412,18.6274509803922,17.6470588235294],[5.88235294117647,9.80392156862745,8.82352941176471],[2.94117647058824,8.82352941176471,6.86274509803922],[53.921568627451,59.8039215686275,57.843137254902],[159.803921568627,168.627450980392,165.686274509804],[19.6078431372549,28.4313725490196,23.5294117647059],[6.86274509803922,13.7254901960784,6.86274509803922],[23.5294117647059,30.3921568627451,22.5490196078431],[62.7450980392157,68.6274509803922,58.8235294117647],[35.2941176470588,41.1764705882353,29.4117647058824],[29.4117647058824,35.2941176470588,21.5686274509804],[50.9803921568627,54.9019607843137,40.1960784313726],[45.0980392156863,48.0392156862745,31.3725490196078],[42.156862745098,43.1372549019608,27.4509803921569],[36.2745098039216,37.2549019607843,19.6078431372549],[42.156862745098,41.1764705882353,23.5294117647059],[64.7058823529412,63.7254901960784,46.078431372549],[23.5294117647059,20.5882352941176,5.88235294117647],[52.9411764705882,50,35.2941176470588],[84.3137254901961,80.3921568627451,68.6274509803922],[58.8235294117647,52.9411764705882,41.1764705882353],[62.7450980392157,58.8235294117647,48.0392156862745],[20.5882352941176,18.6274509803922,6.86274509803922],[31.3725490196078,31.3725490196078,21.5686274509804],[64.7058823529412,66.6666666666667,55.8823529411765],[50,52.9411764705882,44.1176470588235],[27.4509803921569,32.3529411764706,25.4901960784314],[28.4313725490196,33.3333333333333,26.4705882352941],[41.1764705882353,48.0392156862745,41.1764705882353],[18.6274509803922,27.4509803921569,22.5490196078431],[14.7058823529412,23.5294117647059,20.5882352941176],[14.7058823529412,23.5294117647059,20.5882352941176],[6.86274509803922,15.6862745098039,14.7058823529412],[6.86274509803922,15.6862745098039,14.7058823529412],[2.94117647058824,11.7647058823529,10.7843137254902],[7.84313725490196,13.7254901960784,13.7254901960784],[19.6078431372549,24.5098039215686,27.4509803921569],[5.88235294117647,10.7843137254902,13.7254901960784],[0,2.94117647058824,2.94117647058824],[10.7843137254902,16.6666666666667,16.6666666666667],[0,0.980392156862745,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[11.7647058823529,15.6862745098039,14.7058823529412],[5.88235294117647,7.84313725490196,6.86274509803922],[9.80392156862745,11.7647058823529,8.82352941176471],[15.6862745098039,17.6470588235294,14.7058823529412],[13.7254901960784,14.7058823529412,9.80392156862745],[10.7843137254902,11.7647058823529,6.86274509803922],[14.7058823529412,15.6862745098039,10.7843137254902],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[11.7647058823529,6.86274509803922,3.92156862745098],[26.4705882352941,15.6862745098039,13.7254901960784],[47.0588235294118,32.3529411764706,29.4117647058824],[40.1960784313726,25.4901960784314,22.5490196078431],[29.4117647058824,15.6862745098039,12.7450980392157],[30.3921568627451,16.6666666666667,15.6862745098039],[28.4313725490196,17.6470588235294,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[26.4705882352941,16.6666666666667,14.7058823529412],[17.6470588235294,9.80392156862745,7.84313725490196],[15.6862745098039,10.7843137254902,7.84313725490196],[21.5686274509804,15.6862745098039,15.6862745098039],[20.5882352941176,16.6666666666667,15.6862745098039],[12.7450980392157,8.82352941176471,9.80392156862745],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,2.94117647058824,2.94117647058824],[39.2156862745098,25.4901960784314,22.5490196078431],[18.6274509803922,3.92156862745098,0],[27.4509803921569,12.7450980392157,7.84313725490196],[39.2156862745098,24.5098039215686,19.6078431372549],[52.9411764705882,39.2156862745098,36.2745098039216],[50,39.2156862745098,35.2941176470588],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[13.7254901960784,11.7647058823529,12.7450980392157],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[20.5882352941176,16.6666666666667,17.6470588235294],[17.6470588235294,15.6862745098039,16.6666666666667],[14.7058823529412,12.7450980392157,13.7254901960784],[24.5098039215686,22.5490196078431,23.5294117647059],[28.4313725490196,26.4705882352941,27.4509803921569],[21.5686274509804,19.6078431372549,20.5882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[15.6862745098039,15.6862745098039,15.6862745098039],[29.4117647058824,29.4117647058824,29.4117647058824],[11.7647058823529,11.7647058823529,11.7647058823529],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[9.80392156862745,9.80392156862745,11.7647058823529],[13.7254901960784,13.7254901960784,15.6862745098039],[2.94117647058824,2.94117647058824,4.90196078431373],[10.7843137254902,10.7843137254902,12.7450980392157],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[8.82352941176471,8.82352941176471,10.7843137254902],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[8.82352941176471,9.80392156862745,11.7647058823529],[13.7254901960784,14.7058823529412,16.6666666666667],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,4.90196078431373],[13.7254901960784,14.7058823529412,19.6078431372549],[9.80392156862745,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[5.88235294117647,6.86274509803922,11.7647058823529],[0.980392156862745,1.96078431372549,6.86274509803922],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,3.92156862745098],[7.84313725490196,7.84313725490196,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[9.80392156862745,13.7254901960784,12.7450980392157],[3.92156862745098,7.84313725490196,6.86274509803922],[0,1.96078431372549,0],[25.4901960784314,31.3725490196078,29.4117647058824],[0,7.84313725490196,6.86274509803922],[0,2.94117647058824,1.96078431372549],[20.5882352941176,26.4705882352941,24.5098039215686],[17.6470588235294,23.5294117647059,19.6078431372549],[21.5686274509804,28.4313725490196,21.5686274509804],[22.5490196078431,27.4509803921569,20.5882352941176],[23.5294117647059,29.4117647058824,19.6078431372549],[22.5490196078431,25.4901960784314,16.6666666666667],[60.7843137254902,63.7254901960784,52.9411764705882],[66.6666666666667,68.6274509803922,57.843137254902],[47.0588235294118,49.0196078431373,36.2745098039216],[23.5294117647059,23.5294117647059,11.7647058823529],[52.9411764705882,52.9411764705882,41.1764705882353],[58.8235294117647,55.8823529411765,47.0588235294118],[66.6666666666667,63.7254901960784,54.9019607843137],[36.2745098039216,33.3333333333333,24.5098039215686],[30.3921568627451,30.3921568627451,20.5882352941176],[27.4509803921569,27.4509803921569,17.6470588235294],[22.5490196078431,24.5098039215686,13.7254901960784],[29.4117647058824,30.3921568627451,22.5490196078431],[67.6470588235294,70.5882352941177,61.7647058823529],[28.4313725490196,33.3333333333333,26.4705882352941],[26.4705882352941,33.3333333333333,25.4901960784314],[23.5294117647059,33.3333333333333,25.4901960784314],[32.3529411764706,43.1372549019608,37.2549019607843],[9.80392156862745,20.5882352941176,14.7058823529412],[22.5490196078431,33.3333333333333,29.4117647058824],[6.86274509803922,17.6470588235294,13.7254901960784],[5.88235294117647,15.6862745098039,14.7058823529412],[9.80392156862745,19.6078431372549,18.6274509803922],[10.7843137254902,20.5882352941176,19.6078431372549],[11.7647058823529,20.5882352941176,19.6078431372549],[5.88235294117647,10.7843137254902,13.7254901960784],[10.7843137254902,15.6862745098039,18.6274509803922],[9.80392156862745,14.7058823529412,17.6470588235294],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,8.82352941176471,8.82352941176471],[0,0.980392156862745,1.96078431372549],[8.82352941176471,12.7450980392157,13.7254901960784],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,7.84313725490196,6.86274509803922],[15.6862745098039,17.6470588235294,16.6666666666667],[14.7058823529412,16.6666666666667,13.7254901960784],[7.84313725490196,7.84313725490196,5.88235294117647],[9.80392156862745,9.80392156862745,7.84313725490196],[13.7254901960784,13.7254901960784,11.7647058823529],[10.7843137254902,11.7647058823529,6.86274509803922],[5.88235294117647,1.96078431372549,0],[15.6862745098039,5.88235294117647,3.92156862745098],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,21.5686274509804,20.5882352941176],[30.3921568627451,19.6078431372549,17.6470588235294],[38.2352941176471,26.4705882352941,26.4705882352941],[28.4313725490196,18.6274509803922,17.6470588235294],[18.6274509803922,8.82352941176471,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[17.6470588235294,8.82352941176471,9.80392156862745],[21.5686274509804,15.6862745098039,15.6862745098039],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[21.5686274509804,6.86274509803922,3.92156862745098],[44.1176470588235,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,27.4509803921569],[34.3137254901961,20.5882352941176,19.6078431372549],[23.5294117647059,12.7450980392157,10.7843137254902],[8.82352941176471,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[9.80392156862745,0.980392156862745,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,7.84313725490196,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[12.7450980392157,10.7843137254902,11.7647058823529],[10.7843137254902,8.82352941176471,9.80392156862745],[22.5490196078431,20.5882352941176,21.5686274509804],[24.5098039215686,22.5490196078431,23.5294117647059],[21.5686274509804,19.6078431372549,20.5882352941176],[10.7843137254902,8.82352941176471,9.80392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[9.80392156862745,9.80392156862745,9.80392156862745],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[14.7058823529412,15.6862745098039,17.6470588235294],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,5.88235294117647],[12.7450980392157,13.7254901960784,18.6274509803922],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[10.7843137254902,14.7058823529412,13.7254901960784],[8.82352941176471,12.7450980392157,11.7647058823529],[0,1.96078431372549,0],[2.94117647058824,8.82352941176471,8.82352941176471],[8.82352941176471,16.6666666666667,18.6274509803922],[4.90196078431373,12.7450980392157,14.7058823529412],[5.88235294117647,11.7647058823529,11.7647058823529],[12.7450980392157,18.6274509803922,16.6666666666667],[18.6274509803922,24.5098039215686,20.5882352941176],[30.3921568627451,36.2745098039216,32.3529411764706],[31.3725490196078,36.2745098039216,30.3921568627451],[30.3921568627451,35.2941176470588,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[49.0196078431373,51.9607843137255,45.0980392156863],[41.1764705882353,44.1176470588235,37.2549019607843],[27.4509803921569,28.4313725490196,22.5490196078431],[40.1960784313726,41.1764705882353,35.2941176470588],[38.2352941176471,39.2156862745098,34.3137254901961],[42.156862745098,43.1372549019608,38.2352941176471],[15.6862745098039,16.6666666666667,11.7647058823529],[22.5490196078431,25.4901960784314,18.6274509803922],[16.6666666666667,21.5686274509804,14.7058823529412],[27.4509803921569,32.3529411764706,25.4901960784314],[29.4117647058824,36.2745098039216,28.4313725490196],[50.9803921568627,60.7843137254902,52.9411764705882],[13.7254901960784,23.5294117647059,15.6862745098039],[20.5882352941176,31.3725490196078,23.5294117647059],[17.6470588235294,30.3921568627451,23.5294117647059],[28.4313725490196,41.1764705882353,34.3137254901961],[13.7254901960784,28.4313725490196,23.5294117647059],[4.90196078431373,19.6078431372549,14.7058823529412],[3.92156862745098,15.6862745098039,11.7647058823529],[20.5882352941176,32.3529411764706,30.3921568627451],[7.84313725490196,19.6078431372549,17.6470588235294],[0,9.80392156862745,7.84313725490196],[11.7647058823529,21.5686274509804,20.5882352941176],[0,2.94117647058824,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[3.92156862745098,8.82352941176471,11.7647058823529],[3.92156862745098,8.82352941176471,11.7647058823529],[11.7647058823529,17.6470588235294,17.6470588235294],[7.84313725490196,13.7254901960784,13.7254901960784],[5.88235294117647,9.80392156862745,10.7843137254902],[0.980392156862745,4.90196078431373,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[8.82352941176471,10.7843137254902,9.80392156862745],[6.86274509803922,8.82352941176471,7.84313725490196],[1.96078431372549,3.92156862745098,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[10.7843137254902,10.7843137254902,8.82352941176471],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,7.84313725490196,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[20.5882352941176,10.7843137254902,8.82352941176471],[18.6274509803922,8.82352941176471,6.86274509803922],[31.3725490196078,21.5686274509804,20.5882352941176],[36.2745098039216,28.4313725490196,26.4705882352941],[17.6470588235294,9.80392156862745,7.84313725490196],[6.86274509803922,1.96078431372549,0],[10.7843137254902,4.90196078431373,4.90196078431373],[16.6666666666667,10.7843137254902,10.7843137254902],[13.7254901960784,9.80392156862745,8.82352941176471],[12.7450980392157,8.82352941176471,9.80392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,14.7058823529412],[24.5098039215686,13.7254901960784,11.7647058823529],[16.6666666666667,6.86274509803922,4.90196078431373],[14.7058823529412,4.90196078431373,3.92156862745098],[6.86274509803922,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,11.7647058823529,12.7450980392157],[15.6862745098039,13.7254901960784,14.7058823529412],[9.80392156862745,7.84313725490196,8.82352941176471],[6.86274509803922,4.90196078431373,5.88235294117647],[13.7254901960784,11.7647058823529,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[9.80392156862745,8.82352941176471,13.7254901960784],[6.86274509803922,5.88235294117647,10.7843137254902],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[22.5490196078431,23.5294117647059,28.4313725490196],[23.5294117647059,24.5098039215686,29.4117647058824],[1.96078431372549,2.94117647058824,7.84313725490196],[9.80392156862745,10.7843137254902,15.6862745098039],[1.96078431372549,2.94117647058824,7.84313725490196],[7.84313725490196,8.82352941176471,13.7254901960784],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[9.80392156862745,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[0,5.88235294117647,5.88235294117647],[0,7.84313725490196,10.7843137254902],[10.7843137254902,18.6274509803922,21.5686274509804],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,12.7450980392157,15.6862745098039],[0.980392156862745,6.86274509803922,6.86274509803922],[13.7254901960784,19.6078431372549,19.6078431372549],[19.6078431372549,25.4901960784314,25.4901960784314],[27.4509803921569,33.3333333333333,33.3333333333333],[11.7647058823529,17.6470588235294,15.6862745098039],[7.84313725490196,11.7647058823529,10.7843137254902],[17.6470588235294,21.5686274509804,20.5882352941176],[28.4313725490196,30.3921568627451,29.4117647058824],[21.5686274509804,23.5294117647059,22.5490196078431],[2.94117647058824,3.92156862745098,5.88235294117647],[14.7058823529412,15.6862745098039,17.6470588235294],[23.5294117647059,27.4509803921569,28.4313725490196],[17.6470588235294,23.5294117647059,21.5686274509804],[16.6666666666667,25.4901960784314,20.5882352941176],[23.5294117647059,32.3529411764706,27.4509803921569],[25.4901960784314,36.2745098039216,30.3921568627451],[23.5294117647059,36.2745098039216,29.4117647058824],[9.80392156862745,21.5686274509804,17.6470588235294],[12.7450980392157,27.4509803921569,22.5490196078431],[10.7843137254902,25.4901960784314,20.5882352941176],[9.80392156862745,24.5098039215686,19.6078431372549],[19.6078431372549,34.3137254901961,31.3725490196078],[9.80392156862745,24.5098039215686,21.5686274509804],[1.96078431372549,16.6666666666667,13.7254901960784],[0,4.90196078431373,1.96078431372549],[0,4.90196078431373,1.96078431372549],[8.82352941176471,22.5490196078431,22.5490196078431],[0,9.80392156862745,9.80392156862745],[13.7254901960784,21.5686274509804,24.5098039215686],[10.7843137254902,18.6274509803922,21.5686274509804],[0,6.86274509803922,9.80392156862745],[14.7058823529412,22.5490196078431,25.4901960784314],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[3.92156862745098,8.82352941176471,11.7647058823529],[14.7058823529412,18.6274509803922,21.5686274509804],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,2.94117647058824],[0,0.980392156862745,1.96078431372549],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[7.84313725490196,9.80392156862745,8.82352941176471],[8.82352941176471,10.7843137254902,9.80392156862745],[9.80392156862745,9.80392156862745,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[17.6470588235294,11.7647058823529,11.7647058823529],[14.7058823529412,8.82352941176471,8.82352941176471],[4.90196078431373,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,13.7254901960784,13.7254901960784],[11.7647058823529,5.88235294117647,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[11.7647058823529,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[11.7647058823529,9.80392156862745,12.7450980392157],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[1.96078431372549,0,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[8.82352941176471,8.82352941176471,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[11.7647058823529,10.7843137254902,15.6862745098039],[7.84313725490196,6.86274509803922,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[24.5098039215686,27.4509803921569,32.3529411764706],[36.2745098039216,39.2156862745098,44.1176470588235],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,1.96078431372549,5.88235294117647],[0,2.94117647058824,8.82352941176471],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[8.82352941176471,13.7254901960784,16.6666666666667],[14.7058823529412,19.6078431372549,22.5490196078431],[4.90196078431373,9.80392156862745,12.7450980392157],[1.96078431372549,6.86274509803922,9.80392156862745],[4.90196078431373,9.80392156862745,12.7450980392157],[6.86274509803922,11.7647058823529,14.7058823529412],[8.82352941176471,13.7254901960784,16.6666666666667],[6.86274509803922,11.7647058823529,15.6862745098039],[4.90196078431373,9.80392156862745,13.7254901960784],[12.7450980392157,17.6470588235294,21.5686274509804],[16.6666666666667,21.5686274509804,25.4901960784314],[8.82352941176471,16.6666666666667,19.6078431372549],[15.6862745098039,25.4901960784314,26.4705882352941],[8.82352941176471,20.5882352941176,18.6274509803922],[0.980392156862745,12.7450980392157,10.7843137254902],[8.82352941176471,23.5294117647059,20.5882352941176],[4.90196078431373,19.6078431372549,16.6666666666667],[17.6470588235294,32.3529411764706,29.4117647058824],[8.82352941176471,24.5098039215686,21.5686274509804],[0,15.6862745098039,12.7450980392157],[10.7843137254902,26.4705882352941,23.5294117647059],[19.6078431372549,35.2941176470588,32.3529411764706],[0,15.6862745098039,12.7450980392157],[18.6274509803922,33.3333333333333,30.3921568627451],[129.411764705882,144.117647058824,141.176470588235],[15.6862745098039,30.3921568627451,27.4509803921569],[0,3.92156862745098,3.92156862745098],[12.7450980392157,24.5098039215686,24.5098039215686],[1.96078431372549,11.7647058823529,13.7254901960784],[9.80392156862745,17.6470588235294,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[0,1.96078431372549,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[0,3.92156862745098,6.86274509803922],[7.84313725490196,12.7450980392157,15.6862745098039],[2.94117647058824,7.84313725490196,10.7843137254902],[8.82352941176471,12.7450980392157,13.7254901960784],[0.980392156862745,4.90196078431373,5.88235294117647],[2.94117647058824,6.86274509803922,7.84313725490196],[11.7647058823529,15.6862745098039,16.6666666666667],[15.6862745098039,17.6470588235294,16.6666666666667],[11.7647058823529,13.7254901960784,12.7450980392157],[8.82352941176471,10.7843137254902,9.80392156862745],[7.84313725490196,9.80392156862745,8.82352941176471],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,0,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[12.7450980392157,8.82352941176471,9.80392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[10.7843137254902,8.82352941176471,11.7647058823529],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745],[13.7254901960784,16.6666666666667,21.5686274509804],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[3.92156862745098,6.86274509803922,11.7647058823529],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,4.90196078431373,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,1.96078431372549],[2.94117647058824,7.84313725490196,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[11.7647058823529,16.6666666666667,20.5882352941176],[7.84313725490196,12.7450980392157,16.6666666666667],[5.88235294117647,10.7843137254902,14.7058823529412],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,9.80392156862745,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[5.88235294117647,13.7254901960784,16.6666666666667],[4.90196078431373,11.7647058823529,17.6470588235294],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[0,4.90196078431373,10.7843137254902],[3.92156862745098,10.7843137254902,18.6274509803922],[3.92156862745098,10.7843137254902,18.6274509803922],[8.82352941176471,17.6470588235294,24.5098039215686],[0.980392156862745,11.7647058823529,15.6862745098039],[1.96078431372549,15.6862745098039,16.6666666666667],[3.92156862745098,17.6470588235294,18.6274509803922],[6.86274509803922,22.5490196078431,22.5490196078431],[0,8.82352941176471,7.84313725490196],[1.96078431372549,17.6470588235294,16.6666666666667],[2.94117647058824,16.6666666666667,16.6666666666667],[8.82352941176471,22.5490196078431,22.5490196078431],[1.96078431372549,15.6862745098039,15.6862745098039],[0,10.7843137254902,10.7843137254902],[0,10.7843137254902,10.7843137254902],[5.88235294117647,17.6470588235294,17.6470588235294],[117.647058823529,129.411764705882,129.411764705882],[13.7254901960784,25.4901960784314,25.4901960784314],[0,8.82352941176471,6.86274509803922],[8.82352941176471,18.6274509803922,19.6078431372549],[11.7647058823529,19.6078431372549,22.5490196078431],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0.980392156862745,8.82352941176471,11.7647058823529],[0.980392156862745,8.82352941176471,11.7647058823529],[0,6.86274509803922,9.80392156862745],[10.7843137254902,15.6862745098039,19.6078431372549],[0,1.96078431372549,5.88235294117647],[7.84313725490196,12.7450980392157,15.6862745098039],[3.92156862745098,8.82352941176471,11.7647058823529],[7.84313725490196,11.7647058823529,14.7058823529412],[12.7450980392157,16.6666666666667,19.6078431372549],[9.80392156862745,13.7254901960784,14.7058823529412],[7.84313725490196,11.7647058823529,12.7450980392157],[6.86274509803922,10.7843137254902,11.7647058823529],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,10.7843137254902,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,11.7647058823529,15.6862745098039],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[25.4901960784314,28.4313725490196,33.3333333333333],[201.960784313725,204.901960784314,209.803921568627],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[2.94117647058824,7.84313725490196,10.7843137254902],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[3.92156862745098,10.7843137254902,16.6666666666667],[0,6.86274509803922,12.7450980392157],[1.96078431372549,8.82352941176471,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,5.88235294117647,12.7450980392157],[7.84313725490196,16.6666666666667,23.5294117647059],[2.94117647058824,11.7647058823529,18.6274509803922],[8.82352941176471,19.6078431372549,25.4901960784314],[5.88235294117647,18.6274509803922,24.5098039215686],[0,11.7647058823529,14.7058823529412],[0,14.7058823529412,17.6470588235294],[3.92156862745098,17.6470588235294,20.5882352941176],[2.94117647058824,16.6666666666667,17.6470588235294],[4.90196078431373,18.6274509803922,19.6078431372549],[0.980392156862745,14.7058823529412,15.6862745098039],[4.90196078431373,15.6862745098039,17.6470588235294],[5.88235294117647,17.6470588235294,17.6470588235294],[2.94117647058824,14.7058823529412,14.7058823529412],[0,6.86274509803922,7.84313725490196],[0,3.92156862745098,4.90196078431373],[0,2.94117647058824,3.92156862745098],[0,7.84313725490196,8.82352941176471],[10.7843137254902,19.6078431372549,18.6274509803922],[0.980392156862745,9.80392156862745,8.82352941176471],[3.92156862745098,11.7647058823529,13.7254901960784],[0,1.96078431372549,4.90196078431373],[41.1764705882353,49.0196078431373,51.9607843137255],[164.705882352941,172.549019607843,175.490196078431],[5.88235294117647,13.7254901960784,16.6666666666667],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0,1.96078431372549,2.94117647058824],[1.96078431372549,5.88235294117647,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0.980392156862745,4.90196078431373,3.92156862745098],[2.94117647058824,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[0,0,3.92156862745098],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,5.88235294117647,10.7843137254902],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[9.80392156862745,7.84313725490196,10.7843137254902],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[4.90196078431373,7.84313725490196,12.7450980392157],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[6.86274509803922,9.80392156862745,14.7058823529412],[66.6666666666667,69.6078431372549,74.5098039215686],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[2.94117647058824,1.96078431372549,7.84313725490196],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,2.94117647058824,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,1.96078431372549,2.94117647058824],[0.980392156862745,4.90196078431373,5.88235294117647],[0.980392156862745,4.90196078431373,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,7.84313725490196],[0,5.88235294117647,8.82352941176471],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[0,5.88235294117647,10.7843137254902],[0,5.88235294117647,10.7843137254902],[0,9.80392156862745,13.7254901960784],[1.96078431372549,12.7450980392157,18.6274509803922],[4.90196078431373,15.6862745098039,21.5686274509804],[5.88235294117647,16.6666666666667,22.5490196078431],[3.92156862745098,14.7058823529412,20.5882352941176],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[2.94117647058824,13.7254901960784,19.6078431372549],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,14.7058823529412,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[1.96078431372549,10.7843137254902,15.6862745098039],[0.980392156862745,8.82352941176471,11.7647058823529],[0,3.92156862745098,6.86274509803922],[0,5.88235294117647,7.84313725490196],[1.96078431372549,9.80392156862745,11.7647058823529],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,2.94117647058824],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[0,1.96078431372549,4.90196078431373],[11.7647058823529,19.6078431372549,22.5490196078431],[25.4901960784314,33.3333333333333,36.2745098039216],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,2.94117647058824,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[4.90196078431373,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[12.7450980392157,16.6666666666667,19.6078431372549],[0,0.980392156862745,3.92156862745098],[1.96078431372549,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[12.7450980392157,13.7254901960784,17.6470588235294],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[0,1.96078431372549,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[7.84313725490196,10.7843137254902,15.6862745098039]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,14.7058823529412],[0,0,4.90196078431373],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,0],[0,3.92156862745098,2.94117647058824],[0,3.92156862745098,2.94117647058824],[0,1.96078431372549,2.94117647058824],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,11.7647058823529],[0,7.84313725490196,12.7450980392157],[0.980392156862745,9.80392156862745,14.7058823529412],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,17.6470588235294],[2.94117647058824,13.7254901960784,17.6470588235294],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[1.96078431372549,12.7450980392157,18.6274509803922],[3.92156862745098,12.7450980392157,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[4.90196078431373,11.7647058823529,17.6470588235294],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[0,4.90196078431373,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[4.90196078431373,8.82352941176471,11.7647058823529],[44.1176470588235,48.0392156862745,50.9803921568627],[47.0588235294118,50.9803921568627,51.9607843137255],[0,3.92156862745098,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,5.88235294117647,8.82352941176471],[3.92156862745098,11.7647058823529,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[9.80392156862745,7.84313725490196,10.7843137254902],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[150,150.980392156863,152.941176470588],[42.156862745098,43.1372549019608,47.0588235294118],[15.6862745098039,16.6666666666667,20.5882352941176],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[9.80392156862745,10.7843137254902,14.7058823529412],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,7.84313725490196,12.7450980392157],[0,1.96078431372549,6.86274509803922],[0,2.94117647058824,7.84313725490196],[8.82352941176471,11.7647058823529,16.6666666666667],[6.86274509803922,9.80392156862745,14.7058823529412],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[10.7843137254902,13.7254901960784,18.6274509803922],[7.84313725490196,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0.980392156862745,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,8.82352941176471],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[1.96078431372549,9.80392156862745,12.7450980392157],[1.96078431372549,11.7647058823529,13.7254901960784],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[1.96078431372549,10.7843137254902,15.6862745098039],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,9.80392156862745,17.6470588235294],[1.96078431372549,8.82352941176471,14.7058823529412],[2.94117647058824,7.84313725490196,13.7254901960784],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[23.5294117647059,24.5098039215686,26.4705882352941],[0,0.980392156862745,3.92156862745098],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[5.88235294117647,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,4.90196078431373],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[5.88235294117647,9.80392156862745,12.7450980392157],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[31.3725490196078,32.3529411764706,34.3137254901961],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[22.5490196078431,23.5294117647059,27.4509803921569],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[9.80392156862745,12.7450980392157,17.6470588235294],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0,4.90196078431373],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[4.90196078431373,7.84313725490196,12.7450980392157],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[2.94117647058824,5.88235294117647,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,6.86274509803922],[0,0,6.86274509803922],[3.92156862745098,2.94117647058824,8.82352941176471],[1.96078431372549,0.980392156862745,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[4.90196078431373,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0,0,0],[0,0,1.96078431372549],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,7.84313725490196],[0,7.84313725490196,9.80392156862745],[3.92156862745098,11.7647058823529,13.7254901960784],[6.86274509803922,16.6666666666667,17.6470588235294],[0,8.82352941176471,13.7254901960784],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,9.80392156862745,15.6862745098039],[1.96078431372549,8.82352941176471,14.7058823529412],[0.980392156862745,5.88235294117647,11.7647058823529],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,5.88235294117647,6.86274509803922],[0,1.96078431372549,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[0,2.94117647058824,5.88235294117647],[3.92156862745098,7.84313725490196,10.7843137254902],[0,2.94117647058824,5.88235294117647],[8.82352941176471,12.7450980392157,15.6862745098039],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[6.86274509803922,10.7843137254902,13.7254901960784],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[7.84313725490196,8.82352941176471,10.7843137254902],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[123.529411764706,124.509803921569,128.43137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,10.7843137254902,15.6862745098039],[5.88235294117647,8.82352941176471,13.7254901960784],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[0.980392156862745,0,7.84313725490196],[0,0,8.82352941176471],[8.82352941176471,6.86274509803922,17.6470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[1.96078431372549,3.92156862745098,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[9.80392156862745,11.7647058823529,10.7843137254902],[35.2941176470588,37.2549019607843,36.2745098039216],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[6.86274509803922,7.84313725490196,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,4.90196078431373,7.84313725490196],[4.90196078431373,10.7843137254902,10.7843137254902],[7.84313725490196,15.6862745098039,17.6470588235294],[0,7.84313725490196,10.7843137254902],[0.980392156862745,7.84313725490196,13.7254901960784],[2.94117647058824,7.84313725490196,13.7254901960784],[1.96078431372549,6.86274509803922,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[9.80392156862745,11.7647058823529,10.7843137254902],[4.90196078431373,6.86274509803922,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[2.94117647058824,6.86274509803922,9.80392156862745],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[13.7254901960784,17.6470588235294,20.5882352941176],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[3.92156862745098,7.84313725490196,10.7843137254902],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[7.84313725490196,8.82352941176471,12.7450980392157],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,4.90196078431373,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,3.92156862745098],[0,0,4.90196078431373],[0,0,6.86274509803922],[24.5098039215686,22.5490196078431,33.3333333333333],[246.078431372549,244.117647058824,250],[207.843137254902,207.843137254902,215.686274509804],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[0,1.96078431372549,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[32.3529411764706,34.3137254901961,33.3333333333333],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,6.86274509803922,7.84313725490196],[3.92156862745098,9.80392156862745,9.80392156862745],[0,5.88235294117647,7.84313725490196],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[36.2745098039216,40.1960784313726,43.1372549019608],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[66.6666666666667,70.5882352941177,73.5294117647059],[6.86274509803922,10.7843137254902,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[1.96078431372549,6.86274509803922,10.7843137254902],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[4.90196078431373,9.80392156862745,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[0.980392156862745,0,7.84313725490196],[9.80392156862745,7.84313725490196,18.6274509803922],[250,248.039215686275,250],[218.627450980392,218.627450980392,226.470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,0.980392156862745,0],[114.705882352941,116.666666666667,111.764705882353],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[38.2352941176471,40.1960784313726,39.2156862745098],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[0,0,6.86274509803922],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,6.86274509803922],[0,3.92156862745098,5.88235294117647],[0,2.94117647058824,2.94117647058824],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,9.80392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[4.90196078431373,8.82352941176471,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[195.098039215686,196.078431372549,198.039215686275],[22.5490196078431,23.5294117647059,27.4509803921569],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[75.4901960784314,79.4117647058823,82.3529411764706],[13.7254901960784,17.6470588235294,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,13.7254901960784],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[15.6862745098039,20.5882352941176,24.5098039215686],[0,0.980392156862745,4.90196078431373],[7.84313725490196,12.7450980392157,16.6666666666667],[120.588235294118,125.490196078431,129.411764705882],[50.9803921568627,55.8823529411765,59.8039215686275],[13.7254901960784,18.6274509803922,22.5490196078431],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[0,3.92156862745098,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[7.84313725490196,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[6.86274509803922,5.88235294117647,13.7254901960784],[0,0,8.82352941176471],[5.88235294117647,3.92156862745098,14.7058823529412],[0.980392156862745,0.980392156862745,8.82352941176471],[0,0,6.86274509803922],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,12.7450980392157],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,4.90196078431373],[9.80392156862745,11.7647058823529,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[1.96078431372549,0.980392156862745,8.82352941176471],[0.980392156862745,0,7.84313725490196],[0,0,4.90196078431373],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,2.94117647058824,3.92156862745098],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,5.88235294117647],[0,2.94117647058824,1.96078431372549],[0,2.94117647058824,1.96078431372549],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,5.88235294117647,4.90196078431373],[2.94117647058824,6.86274509803922,5.88235294117647],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0,1.96078431372549,0.980392156862745],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[7.84313725490196,11.7647058823529,14.7058823529412],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[23.5294117647059,24.5098039215686,26.4705882352941],[162.745098039216,163.725490196078,165.686274509804],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[7.84313725490196,12.7450980392157,16.6666666666667],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[10.7843137254902,15.6862745098039,19.6078431372549],[0,0.980392156862745,4.90196078431373],[0,4.90196078431373,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,2.94117647058824,6.86274509803922],[7.84313725490196,12.7450980392157,16.6666666666667]]],"zmin":[10,0,0],"zmax":[200,250,250],"type":"image","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
Set Ticks and Margins
library(plotly)
library(EBImage)
img = readImage('https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Crab_Nebula.jpg/240px-Crab_Nebula.jpg')
fig <- plot_ly(type="image", z=img*250)
fig <- fig %>% layout(margin=list(l=10, r=10, b=0, t=0),
xaxis=list(showticklabels=FALSE, ticks=""),
yaxis=list(showticklabels=FALSE, ticks=""))
fig
<div id="htmlwidget-61dd50892429b19a7374" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-61dd50892429b19a7374">{"x":{"visdat":{"26e165aced6e":["function () ","plotlyVisDat"]},"cur_data":"26e165aced6e","attrs":{"26e165aced6e":{"z":[[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[40.1960784313726,36.2745098039216,37.2549019607843],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[14.7058823529412,9.80392156862745,13.7254901960784],[77.4509803921569,72.5490196078431,76.4705882352941],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0],[94.1176470588235,90.1960784313725,87.2549019607843],[13.7254901960784,10.7843137254902,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[114.705882352941,110.78431372549,111.764705882353],[113.725490196078,109.803921568627,110.78431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[15.6862745098039,10.7843137254902,6.86274509803922],[23.5294117647059,20.5882352941176,13.7254901960784],[19.6078431372549,19.6078431372549,7.84313725490196],[2.94117647058824,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[3.92156862745098,0,0],[15.6862745098039,7.84313725490196,4.90196078431373],[14.7058823529412,2.94117647058824,4.90196078431373],[11.7647058823529,0,1.96078431372549],[15.6862745098039,0.980392156862745,7.84313725490196],[20.5882352941176,4.90196078431373,14.7058823529412],[9.80392156862745,0,3.92156862745098],[14.7058823529412,1.96078431372549,10.7843137254902],[13.7254901960784,3.92156862745098,11.7647058823529],[3.92156862745098,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,14.7058823529412],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[55.8823529411765,50.9803921568627,54.9019607843137],[244.117647058824,239.21568627451,243.137254901961],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[51.9607843137255,48.0392156862745,45.0980392156863],[5.88235294117647,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[11.7647058823529,3.92156862745098,0.980392156862745],[16.6666666666667,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[16.6666666666667,8.82352941176471,5.88235294117647],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,2.94117647058824,0],[13.7254901960784,13.7254901960784,1.96078431372549],[27.4509803921569,28.4313725490196,14.7058823529412],[37.2549019607843,35.2941176470588,23.5294117647059],[21.5686274509804,17.6470588235294,8.82352941176471],[22.5490196078431,15.6862745098039,9.80392156862745],[39.2156862745098,29.4117647058824,27.4509803921569],[21.5686274509804,9.80392156862745,9.80392156862745],[13.7254901960784,0,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,6.86274509803922,11.7647058823529],[7.84313725490196,0,0],[8.82352941176471,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[43.1372549019608,41.1764705882353,42.156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0,0],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,7.84313725490196,3.92156862745098],[6.86274509803922,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[5.88235294117647,0,0],[12.7450980392157,7.84313725490196,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[9.80392156862745,4.90196078431373,0],[13.7254901960784,8.82352941176471,2.94117647058824],[15.6862745098039,10.7843137254902,4.90196078431373],[28.4313725490196,25.4901960784314,16.6666666666667],[35.2941176470588,36.2745098039216,22.5490196078431],[20.5882352941176,21.5686274509804,5.88235294117647],[32.3529411764706,30.3921568627451,15.6862745098039],[56.8627450980392,53.921568627451,39.2156862745098],[32.3529411764706,26.4705882352941,14.7058823529412],[41.1764705882353,31.3725490196078,22.5490196078431],[31.3725490196078,18.6274509803922,12.7450980392157],[26.4705882352941,13.7254901960784,7.84313725490196],[43.1372549019608,29.4117647058824,26.4705882352941],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[22.5490196078431,20.5882352941176,21.5686274509804],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[43.1372549019608,43.1372549019608,43.1372549019608],[138.235294117647,138.235294117647,138.235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,2.94117647058824],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[59.8039215686275,53.921568627451,55.8823529411765],[41.1764705882353,35.2941176470588,37.2549019607843],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[16.6666666666667,10.7843137254902,10.7843137254902],[10.7843137254902,5.88235294117647,2.94117647058824],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,0.980392156862745],[20.5882352941176,15.6862745098039,9.80392156862745],[12.7450980392157,7.84313725490196,1.96078431372549],[6.86274509803922,1.96078431372549,0],[29.4117647058824,24.5098039215686,18.6274509803922],[19.6078431372549,15.6862745098039,6.86274509803922],[9.80392156862745,5.88235294117647,0],[17.6470588235294,15.6862745098039,3.92156862745098],[41.1764705882353,42.156862745098,26.4705882352941],[45.0980392156863,47.0588235294118,26.4705882352941],[24.5098039215686,23.5294117647059,3.92156862745098],[16.6666666666667,13.7254901960784,0],[10.7843137254902,5.88235294117647,0],[14.7058823529412,7.84313725490196,0],[14.7058823529412,5.88235294117647,0],[34.3137254901961,22.5490196078431,8.82352941176471],[36.2745098039216,24.5098039215686,12.7450980392157],[16.6666666666667,3.92156862745098,0],[7.84313725490196,0,0],[18.6274509803922,8.82352941176471,0],[16.6666666666667,7.84313725490196,0.980392156862745],[9.80392156862745,2.94117647058824,0],[37.2549019607843,30.3921568627451,24.5098039215686],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,1.96078431372549,0],[3.92156862745098,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[64.7058823529412,64.7058823529412,64.7058823529412],[187.254901960784,187.254901960784,187.254901960784],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[17.6470588235294,15.6862745098039,16.6666666666667],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[10.7843137254902,5.88235294117647,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0],[25.4901960784314,21.5686274509804,22.5490196078431],[18.6274509803922,14.7058823529412,15.6862745098039],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0],[44.1176470588235,41.1764705882353,34.3137254901961],[29.4117647058824,26.4705882352941,17.6470588235294],[4.90196078431373,1.96078431372549,0],[32.3529411764706,29.4117647058824,20.5882352941176],[23.5294117647059,21.5686274509804,9.80392156862745],[21.5686274509804,17.6470588235294,6.86274509803922],[10.7843137254902,6.86274509803922,0],[56.8627450980392,55.8823529411765,38.2352941176471],[42.156862745098,44.1176470588235,22.5490196078431],[30.3921568627451,30.3921568627451,6.86274509803922],[23.5294117647059,21.5686274509804,0],[32.3529411764706,28.4313725490196,3.92156862745098],[40.1960784313726,32.3529411764706,9.80392156862745],[59.8039215686275,50,25.4901960784314],[35.2941176470588,24.5098039215686,2.94117647058824],[19.6078431372549,7.84313725490196,0],[31.3725490196078,18.6274509803922,0],[18.6274509803922,7.84313725490196,0],[33.3333333333333,21.5686274509804,7.84313725490196],[37.2549019607843,27.4509803921569,15.6862745098039],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0.980392156862745,0],[9.80392156862745,2.94117647058824,0],[8.82352941176471,1.96078431372549,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,10.7843137254902,6.86274509803922],[15.6862745098039,10.7843137254902,6.86274509803922],[31.3725490196078,28.4313725490196,21.5686274509804],[18.6274509803922,15.6862745098039,8.82352941176471],[11.7647058823529,8.82352941176471,0],[24.5098039215686,22.5490196078431,10.7843137254902],[63.7254901960784,61.7647058823529,50],[31.3725490196078,29.4117647058824,16.6666666666667],[19.6078431372549,15.6862745098039,3.92156862745098],[10.7843137254902,8.82352941176471,0],[106.862745098039,105.882352941176,86.2745098039216],[94.1176470588235,93.1372549019608,72.5490196078431],[47.0588235294118,47.0588235294118,21.5686274509804],[20.5882352941176,19.6078431372549,0],[48.0392156862745,44.1176470588235,15.6862745098039],[44.1176470588235,39.2156862745098,9.80392156862745],[64.7058823529412,58.8235294117647,27.4509803921569],[51.9607843137255,43.1372549019608,12.7450980392157],[34.3137254901961,25.4901960784314,0],[57.843137254902,47.0588235294118,19.6078431372549],[78.4313725490196,68.6274509803922,44.1176470588235],[61.7647058823529,50.9803921568627,31.3725490196078],[25.4901960784314,13.7254901960784,0],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,4.90196078431373,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,1.96078431372549,0],[11.7647058823529,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[35.2941176470588,31.3725490196078,32.3529411764706],[25.4901960784314,21.5686274509804,22.5490196078431],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[95.0980392156863,93.1372549019608,96.078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,6.86274509803922,1.96078431372549],[9.80392156862745,6.86274509803922,1.96078431372549],[16.6666666666667,13.7254901960784,8.82352941176471],[33.3333333333333,30.3921568627451,25.4901960784314],[52.9411764705882,50,43.1372549019608],[44.1176470588235,41.1764705882353,34.3137254901961],[49.0196078431373,46.078431372549,37.2549019607843],[16.6666666666667,14.7058823529412,2.94117647058824],[53.921568627451,51.9607843137255,39.2156862745098],[53.921568627451,51.9607843137255,37.2549019607843],[46.078431372549,44.1176470588235,29.4117647058824],[57.843137254902,56.8627450980392,39.2156862745098],[43.1372549019608,42.156862745098,22.5490196078431],[86.2745098039216,85.2941176470588,64.7058823529412],[108.823529411765,108.823529411765,83.3333333333333],[100.980392156863,100,70.5882352941177],[61.7647058823529,58.8235294117647,26.4705882352941],[60.7843137254902,56.8627450980392,20.5882352941176],[105.882352941176,101.960784313725,64.7058823529412],[80.3921568627451,75.4901960784314,38.2352941176471],[66.6666666666667,58.8235294117647,22.5490196078431],[64.7058823529412,56.8627450980392,21.5686274509804],[82.3529411764706,71.5686274509804,42.156862745098],[122.549019607843,110.78431372549,87.2549019607843],[42.156862745098,29.4117647058824,10.7843137254902],[34.3137254901961,21.5686274509804,5.88235294117647],[53.921568627451,40.1960784313726,29.4117647058824],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,15.6862745098039,5.88235294117647],[22.5490196078431,12.7450980392157,3.92156862745098],[15.6862745098039,5.88235294117647,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[17.6470588235294,12.7450980392157,16.6666666666667],[15.6862745098039,13.7254901960784,16.6666666666667],[42.156862745098,40.1960784313726,43.1372549019608],[247.058823529412,245.098039215686,248.039215686275],[74.5098039215686,72.5490196078431,75.4901960784314],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,6.86274509803922,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[26.4705882352941,23.5294117647059,16.6666666666667],[6.86274509803922,3.92156862745098,0],[9.80392156862745,6.86274509803922,1.96078431372549],[47.0588235294118,44.1176470588235,39.2156862745098],[18.6274509803922,15.6862745098039,8.82352941176471],[2.94117647058824,0,0],[36.2745098039216,33.3333333333333,24.5098039215686],[26.4705882352941,24.5098039215686,12.7450980392157],[80.3921568627451,78.4313725490196,65.6862745098039],[54.9019607843137,52.9411764705882,38.2352941176471],[20.5882352941176,19.6078431372549,1.96078431372549],[83.3333333333333,82.3529411764706,64.7058823529412],[91.1764705882353,90.1960784313725,72.5490196078431],[67.6470588235294,66.6666666666667,47.0588235294118],[49.0196078431373,49.0196078431373,25.4901960784314],[99.0196078431373,100,69.6078431372549],[89.2156862745098,89.2156862745098,55.8823529411765],[93.1372549019608,91.1764705882353,52.9411764705882],[100,98.0392156862745,57.843137254902],[54.9019607843137,51.9607843137255,9.80392156862745],[67.6470588235294,62.7450980392157,23.5294117647059],[41.1764705882353,33.3333333333333,0],[74.5098039215686,65.6862745098039,33.3333333333333],[126.470588235294,115.686274509804,88.2352941176471],[43.1372549019608,31.3725490196078,9.80392156862745],[36.2745098039216,23.5294117647059,7.84313725490196],[19.6078431372549,5.88235294117647,0],[55.8823529411765,42.156862745098,33.3333333333333],[82.3529411764706,69.6078431372549,60.7843137254902],[68.6274509803922,58.8235294117647,49.0196078431373],[47.0588235294118,37.2549019607843,28.4313725490196],[26.4705882352941,16.6666666666667,7.84313725490196],[14.7058823529412,5.88235294117647,0],[13.7254901960784,4.90196078431373,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[128.43137254902,126.470588235294,127.450980392157],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[17.6470588235294,2.94117647058824,0],[10.7843137254902,0,0],[22.5490196078431,9.80392156862745,3.92156862745098],[13.7254901960784,0.980392156862745,0],[14.7058823529412,3.92156862745098,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[31.3725490196078,25.4901960784314,27.4509803921569],[45.0980392156863,41.1764705882353,42.156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[29.4117647058824,25.4901960784314,26.4705882352941],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[13.7254901960784,7.84313725490196,7.84313725490196],[5.88235294117647,0,0],[5.88235294117647,0,0],[17.6470588235294,10.7843137254902,4.90196078431373],[48.0392156862745,39.2156862745098,30.3921568627451],[10.7843137254902,2.94117647058824,0],[6.86274509803922,0,0],[58.8235294117647,51.9607843137255,44.1176470588235],[69.6078431372549,64.7058823529412,58.8235294117647],[39.2156862745098,34.3137254901961,28.4313725490196],[74.5098039215686,71.5686274509804,66.6666666666667],[35.2941176470588,32.3529411764706,27.4509803921569],[36.2745098039216,35.2941176470588,30.3921568627451],[0.980392156862745,0.980392156862745,0],[9.80392156862745,6.86274509803922,0],[17.6470588235294,15.6862745098039,3.92156862745098],[50.9803921568627,49.0196078431373,36.2745098039216],[29.4117647058824,27.4509803921569,12.7450980392157],[3.92156862745098,0.980392156862745,0],[12.7450980392157,9.80392156862745,0],[82.3529411764706,80.3921568627451,65.6862745098039],[23.5294117647059,22.5490196078431,4.90196078431373],[6.86274509803922,5.88235294117647,0],[80.3921568627451,80.3921568627451,52.9411764705882],[46.078431372549,47.0588235294118,13.7254901960784],[139.21568627451,139.21568627451,101.960784313725],[86.2745098039216,87.2549019607843,46.078431372549],[36.2745098039216,35.2941176470588,0],[34.3137254901961,33.3333333333333,0],[41.1764705882353,38.2352941176471,0],[86.2745098039216,80.3921568627451,45.0980392156863],[78.4313725490196,69.6078431372549,41.1764705882353],[29.4117647058824,17.6470588235294,0],[50,37.2549019607843,21.5686274509804],[28.4313725490196,14.7058823529412,5.88235294117647],[27.4509803921569,12.7450980392157,5.88235294117647],[57.843137254902,45.0980392156863,36.2745098039216],[72.5490196078431,59.8039215686275,50.9803921568627],[56.8627450980392,47.0588235294118,38.2352941176471],[17.6470588235294,7.84313725490196,0],[13.7254901960784,2.94117647058824,0],[29.4117647058824,18.6274509803922,14.7058823529412],[20.5882352941176,10.7843137254902,8.82352941176471],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[88.2352941176471,86.2745098039216,87.2549019607843],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[85.2941176470588,81.3725490196078,82.3529411764706],[97.0588235294118,93.1372549019608,94.1176470588235],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[101.960784313725,100,100.980392156863],[106.862745098039,104.901960784314,105.882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[8.82352941176471,4.90196078431373,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[8.82352941176471,10.7843137254902,7.84313725490196],[4.90196078431373,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,2.94117647058824,0],[18.6274509803922,1.96078431372549,0],[17.6470588235294,0,0],[31.3725490196078,12.7450980392157,5.88235294117647],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,23.5294117647059,13.7254901960784],[29.4117647058824,11.7647058823529,1.96078431372549],[27.4509803921569,10.7843137254902,2.94117647058824],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[29.4117647058824,22.5490196078431,16.6666666666667],[32.3529411764706,23.5294117647059,16.6666666666667],[48.0392156862745,40.1960784313726,27.4509803921569],[30.3921568627451,22.5490196078431,9.80392156862745],[32.3529411764706,24.5098039215686,13.7254901960784],[20.5882352941176,13.7254901960784,3.92156862745098],[23.5294117647059,16.6666666666667,8.82352941176471],[30.3921568627451,25.4901960784314,19.6078431372549],[28.4313725490196,25.4901960784314,20.5882352941176],[14.7058823529412,11.7647058823529,6.86274509803922],[3.92156862745098,2.94117647058824,0],[38.2352941176471,37.2549019607843,32.3529411764706],[57.843137254902,54.9019607843137,48.0392156862745],[32.3529411764706,29.4117647058824,20.5882352941176],[28.4313725490196,26.4705882352941,13.7254901960784],[15.6862745098039,13.7254901960784,0],[10.7843137254902,7.84313725490196,0],[26.4705882352941,23.5294117647059,8.82352941176471],[49.0196078431373,47.0588235294118,34.3137254901961],[34.3137254901961,32.3529411764706,17.6470588235294],[17.6470588235294,16.6666666666667,0],[56.8627450980392,56.8627450980392,31.3725490196078],[100,100.980392156863,69.6078431372549],[120.588235294118,122.549019607843,84.3137254901961],[130.392156862745,133.333333333333,91.1764705882353],[68.6274509803922,71.5686274509804,27.4509803921569],[60.7843137254902,61.7647058823529,18.6274509803922],[79.4117647058823,77.4509803921569,37.2549019607843],[84.3137254901961,80.3921568627451,44.1176470588235],[25.4901960784314,18.6274509803922,0],[16.6666666666667,5.88235294117647,0],[69.6078431372549,57.843137254902,42.156862745098],[31.3725490196078,17.6470588235294,8.82352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[41.1764705882353,28.4313725490196,19.6078431372549],[75.4901960784314,65.6862745098039,55.8823529411765],[54.9019607843137,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,18.6274509803922],[27.4509803921569,16.6666666666667,10.7843137254902],[6.86274509803922,0,0],[8.82352941176471,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[32.3529411764706,32.3529411764706,32.3529411764706],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[244.117647058824,240.196078431373,241.176470588235],[250,249.019607843137,250],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[20.5882352941176,16.6666666666667,17.6470588235294],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[0,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0,0],[2.94117647058824,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,1.96078431372549,0],[24.5098039215686,5.88235294117647,0],[33.3333333333333,13.7254901960784,4.90196078431373],[38.2352941176471,16.6666666666667,5.88235294117647],[32.3529411764706,10.7843137254902,0],[50,26.4705882352941,14.7058823529412],[55.8823529411765,32.3529411764706,20.5882352941176],[50,26.4705882352941,14.7058823529412],[34.3137254901961,12.7450980392157,0],[25.4901960784314,9.80392156862745,0],[24.5098039215686,10.7843137254902,0],[19.6078431372549,6.86274509803922,0],[29.4117647058824,16.6666666666667,8.82352941176471],[12.7450980392157,1.96078431372549,0],[18.6274509803922,7.84313725490196,3.92156862745098],[6.86274509803922,0,0],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[12.7450980392157,5.88235294117647,0],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[26.4705882352941,16.6666666666667,6.86274509803922],[43.1372549019608,34.3137254901961,19.6078431372549],[44.1176470588235,35.2941176470588,18.6274509803922],[36.2745098039216,27.4509803921569,12.7450980392157],[6.86274509803922,0,0],[5.88235294117647,0,0],[22.5490196078431,17.6470588235294,11.7647058823529],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,5.88235294117647],[8.82352941176471,7.84313725490196,3.92156862745098],[19.6078431372549,18.6274509803922,13.7254901960784],[31.3725490196078,28.4313725490196,21.5686274509804],[38.2352941176471,35.2941176470588,26.4705882352941],[21.5686274509804,17.6470588235294,6.86274509803922],[13.7254901960784,9.80392156862745,0],[33.3333333333333,27.4509803921569,13.7254901960784],[75.4901960784314,72.5490196078431,57.843137254902],[43.1372549019608,41.1764705882353,29.4117647058824],[11.7647058823529,9.80392156862745,0],[26.4705882352941,27.4509803921569,9.80392156862745],[71.5686274509804,73.5294117647059,50],[77.4509803921569,80.3921568627451,50],[90.1960784313725,94.1176470588235,59.8039215686275],[97.0588235294118,101.960784313725,62.7450980392157],[40.1960784313726,45.0980392156863,4.90196078431373],[47.0588235294118,49.0196078431373,9.80392156862745],[106.862745098039,108.823529411765,70.5882352941177],[91.1764705882353,91.1764705882353,57.843137254902],[54.9019607843137,50.9803921568627,22.5490196078431],[35.2941176470588,29.4117647058824,7.84313725490196],[44.1176470588235,35.2941176470588,18.6274509803922],[41.1764705882353,28.4313725490196,19.6078431372549],[29.4117647058824,16.6666666666667,8.82352941176471],[57.843137254902,48.0392156862745,39.2156862745098],[50,41.1764705882353,32.3529411764706],[13.7254901960784,4.90196078431373,0],[24.5098039215686,15.6862745098039,8.82352941176471],[38.2352941176471,29.4117647058824,24.5098039215686],[15.6862745098039,6.86274509803922,1.96078431372549],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[1.96078431372549,1.96078431372549,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[79.4117647058823,75.4901960784314,76.4705882352941],[99.0196078431373,95.0980392156863,96.078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[63.7254901960784,61.7647058823529,62.7450980392157],[51.9607843137255,50,50.9803921568627],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,3.92156862745098,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,1.96078431372549,0],[16.6666666666667,6.86274509803922,0],[24.5098039215686,10.7843137254902,1.96078431372549],[21.5686274509804,3.92156862745098,0],[37.2549019607843,15.6862745098039,2.94117647058824],[44.1176470588235,21.5686274509804,7.84313725490196],[50,27.4509803921569,11.7647058823529],[37.2549019607843,11.7647058823529,0],[55.8823529411765,30.3921568627451,13.7254901960784],[51.9607843137255,27.4509803921569,7.84313725490196],[63.7254901960784,39.2156862745098,19.6078431372549],[61.7647058823529,39.2156862745098,21.5686274509804],[57.843137254902,37.2549019607843,18.6274509803922],[73.5294117647059,54.9019607843137,38.2352941176471],[40.1960784313726,23.5294117647059,7.84313725490196],[31.3725490196078,13.7254901960784,0],[29.4117647058824,13.7254901960784,0.980392156862745],[30.3921568627451,13.7254901960784,3.92156862745098],[21.5686274509804,7.84313725490196,0],[17.6470588235294,4.90196078431373,0],[21.5686274509804,8.82352941176471,0.980392156862745],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[13.7254901960784,0.980392156862745,0],[32.3529411764706,19.6078431372549,10.7843137254902],[31.3725490196078,19.6078431372549,7.84313725490196],[25.4901960784314,13.7254901960784,1.96078431372549],[12.7450980392157,0.980392156862745,0],[48.0392156862745,37.2549019607843,19.6078431372549],[75.4901960784314,64.7058823529412,47.0588235294118],[49.0196078431373,37.2549019607843,21.5686274509804],[26.4705882352941,16.6666666666667,4.90196078431373],[11.7647058823529,2.94117647058824,0],[33.3333333333333,26.4705882352941,20.5882352941176],[22.5490196078431,17.6470588235294,13.7254901960784],[6.86274509803922,2.94117647058824,0],[9.80392156862745,8.82352941176471,4.90196078431373],[10.7843137254902,9.80392156862745,5.88235294117647],[31.3725490196078,28.4313725490196,23.5294117647059],[30.3921568627451,27.4509803921569,20.5882352941176],[3.92156862745098,0,0],[22.5490196078431,18.6274509803922,7.84313725490196],[35.2941176470588,29.4117647058824,17.6470588235294],[42.156862745098,36.2745098039216,24.5098039215686],[33.3333333333333,29.4117647058824,18.6274509803922],[14.7058823529412,12.7450980392157,0.980392156862745],[33.3333333333333,34.3137254901961,16.6666666666667],[15.6862745098039,19.6078431372549,0],[42.156862745098,47.0588235294118,17.6470588235294],[57.843137254902,65.6862745098039,29.4117647058824],[55.8823529411765,63.7254901960784,23.5294117647059],[20.5882352941176,29.4117647058824,0],[24.5098039215686,31.3725490196078,0],[120.588235294118,125.490196078431,86.2745098039216],[118.627450980392,119.607843137255,86.2745098039216],[48.0392156862745,47.0588235294118,17.6470588235294],[38.2352941176471,33.3333333333333,11.7647058823529],[36.2745098039216,29.4117647058824,11.7647058823529],[8.82352941176471,0,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50.9803921568627,42.156862745098,33.3333333333333],[14.7058823529412,5.88235294117647,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,0],[20.5882352941176,11.7647058823529,6.86274509803922],[21.5686274509804,13.7254901960784,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[65.6862745098039,63.7254901960784,64.7058823529412],[53.921568627451,51.9607843137255,52.9411764705882],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[35.2941176470588,31.3725490196078,28.4313725490196],[40.1960784313726,36.2745098039216,33.3333333333333],[13.7254901960784,9.80392156862745,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[36.2745098039216,32.3529411764706,33.3333333333333],[46.078431372549,42.156862745098,43.1372549019608],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[17.6470588235294,8.82352941176471,9.80392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[10.7843137254902,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[9.80392156862745,0,0],[8.82352941176471,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,0,0],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[22.5490196078431,5.88235294117647,0],[38.2352941176471,20.5882352941176,8.82352941176471],[42.156862745098,20.5882352941176,6.86274509803922],[59.8039215686275,37.2549019607843,21.5686274509804],[48.0392156862745,22.5490196078431,5.88235294117647],[50.9803921568627,26.4705882352941,4.90196078431373],[52.9411764705882,27.4509803921569,4.90196078431373],[68.6274509803922,43.1372549019608,20.5882352941176],[47.0588235294118,21.5686274509804,0],[63.7254901960784,40.1960784313726,16.6666666666667],[91.1764705882353,67.6470588235294,42.156862745098],[55.8823529411765,30.3921568627451,5.88235294117647],[77.4509803921569,50,26.4705882352941],[53.921568627451,28.4313725490196,5.88235294117647],[41.1764705882353,16.6666666666667,0],[62.7450980392157,41.1764705882353,20.5882352941176],[39.2156862745098,16.6666666666667,0],[30.3921568627451,9.80392156862745,0],[31.3725490196078,12.7450980392157,0],[32.3529411764706,13.7254901960784,0],[38.2352941176471,20.5882352941176,8.82352941176471],[25.4901960784314,7.84313725490196,0],[29.4117647058824,11.7647058823529,0],[49.0196078431373,31.3725490196078,17.6470588235294],[26.4705882352941,9.80392156862745,0],[29.4117647058824,12.7450980392157,0],[30.3921568627451,15.6862745098039,0],[50,35.2941176470588,14.7058823529412],[50,38.2352941176471,16.6666666666667],[31.3725490196078,20.5882352941176,2.94117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[28.4313725490196,20.5882352941176,9.80392156862745],[17.6470588235294,10.7843137254902,2.94117647058824],[21.5686274509804,16.6666666666667,12.7450980392157],[18.6274509803922,13.7254901960784,10.7843137254902],[21.5686274509804,17.6470588235294,16.6666666666667],[14.7058823529412,10.7843137254902,9.80392156862745],[33.3333333333333,28.4313725490196,25.4901960784314],[23.5294117647059,18.6274509803922,14.7058823529412],[8.82352941176471,1.96078431372549,0],[62.7450980392157,55.8823529411765,48.0392156862745],[49.0196078431373,41.1764705882353,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[12.7450980392157,8.82352941176471,0],[23.5294117647059,21.5686274509804,8.82352941176471],[37.2549019607843,38.2352941176471,22.5490196078431],[30.3921568627451,34.3137254901961,11.7647058823529],[81.3725490196078,87.2549019607843,59.8039215686275],[67.6470588235294,77.4509803921569,44.1176470588235],[67.6470588235294,77.4509803921569,41.1764705882353],[60.7843137254902,71.5686274509804,32.3529411764706],[139.21568627451,147.058823529412,108.823529411765],[106.862745098039,114.705882352941,76.4705882352941],[58.8235294117647,64.7058823529412,31.3725490196078],[31.3725490196078,34.3137254901961,5.88235294117647],[45.0980392156863,45.0980392156863,21.5686274509804],[22.5490196078431,19.6078431372549,0.980392156862745],[5.88235294117647,0,0],[50,42.156862745098,31.3725490196078],[18.6274509803922,11.7647058823529,3.92156862745098],[8.82352941176471,1.96078431372549,0],[18.6274509803922,11.7647058823529,5.88235294117647],[16.6666666666667,9.80392156862745,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[69.6078431372549,67.6470588235294,68.6274509803922],[61.7647058823529,59.8039215686275,60.7843137254902],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,9.80392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[25.4901960784314,11.7647058823529,8.82352941176471],[25.4901960784314,11.7647058823529,8.82352941176471],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[8.82352941176471,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[10.7843137254902,0,0],[10.7843137254902,0,0],[20.5882352941176,3.92156862745098,0],[36.2745098039216,16.6666666666667,5.88235294117647],[54.9019607843137,33.3333333333333,19.6078431372549],[78.4313725490196,55.8823529411765,38.2352941176471],[71.5686274509804,45.0980392156863,26.4705882352941],[66.6666666666667,41.1764705882353,18.6274509803922],[60.7843137254902,35.2941176470588,10.7843137254902],[56.8627450980392,31.3725490196078,4.90196078431373],[67.6470588235294,43.1372549019608,13.7254901960784],[55.8823529411765,33.3333333333333,2.94117647058824],[58.8235294117647,36.2745098039216,5.88235294117647],[75.4901960784314,50.9803921568627,20.5882352941176],[63.7254901960784,33.3333333333333,2.94117647058824],[101.960784313725,69.6078431372549,37.2549019607843],[104.901960784314,72.5490196078431,42.156862745098],[58.8235294117647,28.4313725490196,0.980392156862745],[80.3921568627451,50.9803921568627,25.4901960784314],[75.4901960784314,48.0392156862745,24.5098039215686],[55.8823529411765,29.4117647058824,8.82352941176471],[42.156862745098,17.6470588235294,0],[50.9803921568627,25.4901960784314,8.82352941176471],[72.5490196078431,50,32.3529411764706],[38.2352941176471,17.6470588235294,0],[50.9803921568627,30.3921568627451,11.7647058823529],[69.6078431372549,49.0196078431373,30.3921568627451],[24.5098039215686,3.92156862745098,0],[36.2745098039216,15.6862745098039,0],[29.4117647058824,11.7647058823529,0],[35.2941176470588,19.6078431372549,0],[32.3529411764706,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[41.1764705882353,29.4117647058824,13.7254901960784],[18.6274509803922,8.82352941176471,0],[18.6274509803922,11.7647058823529,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[45.0980392156863,41.1764705882353,42.156862745098],[15.6862745098039,11.7647058823529,12.7450980392157],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,18.6274509803922,15.6862745098039],[33.3333333333333,26.4705882352941,20.5882352941176],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,0],[15.6862745098039,11.7647058823529,0],[55.8823529411765,56.8627450980392,43.1372549019608],[81.3725490196078,84.3137254901961,65.6862745098039],[37.2549019607843,42.156862745098,20.5882352941176],[78.4313725490196,87.2549019607843,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[66.6666666666667,78.4313725490196,41.1764705882353],[79.4117647058823,91.1764705882353,51.9607843137255],[157.843137254902,169.607843137255,130.392156862745],[165.686274509804,175.490196078431,139.21568627451],[87.2549019607843,97.0588235294118,62.7450980392157],[4.90196078431373,11.7647058823529,0],[26.4705882352941,28.4313725490196,4.90196078431373],[20.5882352941176,19.6078431372549,0],[5.88235294117647,2.94117647058824,0],[33.3333333333333,30.3921568627451,15.6862745098039],[7.84313725490196,3.92156862745098,0],[28.4313725490196,23.5294117647059,17.6470588235294],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[134.313725490196,132.352941176471,133.333333333333],[118.627450980392,116.666666666667,117.647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[52.9411764705882,52.9411764705882,52.9411764705882],[245.098039215686,245.098039215686,245.098039215686],[93.1372549019608,93.1372549019608,93.1372549019608],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[7.84313725490196,0,0],[17.6470588235294,3.92156862745098,0.980392156862745],[29.4117647058824,16.6666666666667,10.7843137254902],[28.4313725490196,13.7254901960784,8.82352941176471],[32.3529411764706,17.6470588235294,12.7450980392157],[33.3333333333333,18.6274509803922,13.7254901960784],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[21.5686274509804,5.88235294117647,5.88235294117647],[24.5098039215686,6.86274509803922,4.90196078431373],[30.3921568627451,11.7647058823529,5.88235294117647],[47.0588235294118,27.4509803921569,18.6274509803922],[59.8039215686275,36.2745098039216,24.5098039215686],[69.6078431372549,44.1176470588235,29.4117647058824],[84.3137254901961,57.843137254902,39.2156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[71.5686274509804,45.0980392156863,18.6274509803922],[59.8039215686275,35.2941176470588,5.88235294117647],[62.7450980392157,38.2352941176471,7.84313725490196],[67.6470588235294,45.0980392156863,11.7647058823529],[67.6470588235294,48.0392156862745,13.7254901960784],[58.8235294117647,39.2156862745098,4.90196078431373],[70.5882352941177,47.0588235294118,11.7647058823529],[86.2745098039216,51.9607843137255,14.7058823529412],[111.764705882353,72.5490196078431,37.2549019607843],[120.588235294118,81.3725490196078,47.0588235294118],[122.549019607843,84.3137254901961,51.9607843137255],[123.529411764706,89.2156862745098,57.843137254902],[106.862745098039,73.5294117647059,46.078431372549],[88.2352941176471,56.8627450980392,32.3529411764706],[71.5686274509804,42.156862745098,18.6274509803922],[77.4509803921569,50,28.4313725490196],[78.4313725490196,50.9803921568627,30.3921568627451],[53.921568627451,27.4509803921569,6.86274509803922],[64.7058823529412,39.2156862745098,16.6666666666667],[98.0392156862745,74.5098039215686,50.9803921568627],[72.5490196078431,49.0196078431373,23.5294117647059],[54.9019607843137,31.3725490196078,5.88235294117647],[32.3529411764706,11.7647058823529,0],[62.7450980392157,46.078431372549,20.5882352941176],[55.8823529411765,42.156862745098,16.6666666666667],[62.7450980392157,50.9803921568627,29.4117647058824],[37.2549019607843,25.4901960784314,9.80392156862745],[35.2941176470588,25.4901960784314,15.6862745098039],[28.4313725490196,19.6078431372549,12.7450980392157],[8.82352941176471,0.980392156862745,0],[19.6078431372549,13.7254901960784,13.7254901960784],[8.82352941176471,4.90196078431373,5.88235294117647],[25.4901960784314,21.5686274509804,22.5490196078431],[21.5686274509804,15.6862745098039,17.6470588235294],[15.6862745098039,9.80392156862745,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[21.5686274509804,12.7450980392157,7.84313725490196],[22.5490196078431,11.7647058823529,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[2.94117647058824,0.980392156862745,0],[77.4509803921569,78.4313725490196,62.7450980392157],[121.56862745098,124.509803921569,105.882352941176],[49.0196078431373,53.921568627451,31.3725490196078],[94.1176470588235,102.941176470588,74.5098039215686],[59.8039215686275,70.5882352941177,37.2549019607843],[2.94117647058824,16.6666666666667,0],[50,64.7058823529412,26.4705882352941],[110.78431372549,125.490196078431,87.2549019607843],[92.156862745098,106.862745098039,68.6274509803922],[114.705882352941,126.470588235294,91.1764705882353],[12.7450980392157,22.5490196078431,0],[13.7254901960784,17.6470588235294,0],[74.5098039215686,76.4705882352941,52.9411764705882],[31.3725490196078,30.3921568627451,9.80392156862745],[3.92156862745098,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[29.4117647058824,24.5098039215686,20.5882352941176],[8.82352941176471,3.92156862745098,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[202.941176470588,202.941176470588,202.941176470588],[42.156862745098,42.156862745098,42.156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[13.7254901960784,0,0],[26.4705882352941,10.7843137254902,10.7843137254902],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[39.2156862745098,28.4313725490196,24.5098039215686],[61.7647058823529,49.0196078431373,43.1372549019608],[39.2156862745098,24.5098039215686,17.6470588235294],[49.0196078431373,32.3529411764706,25.4901960784314],[47.0588235294118,28.4313725490196,22.5490196078431],[16.6666666666667,0,0],[19.6078431372549,2.94117647058824,0],[33.3333333333333,18.6274509803922,11.7647058823529],[16.6666666666667,1.96078431372549,0],[14.7058823529412,0,0],[12.7450980392157,0,0],[27.4509803921569,8.82352941176471,4.90196078431373],[47.0588235294118,26.4705882352941,21.5686274509804],[54.9019607843137,32.3529411764706,24.5098039215686],[58.8235294117647,36.2745098039216,22.5490196078431],[53.921568627451,28.4313725490196,11.7647058823529],[37.2549019607843,11.7647058823529,0],[57.843137254902,32.3529411764706,5.88235294117647],[47.0588235294118,22.5490196078431,0],[41.1764705882353,17.6470588235294,0],[83.3333333333333,61.7647058823529,23.5294117647059],[87.2549019607843,68.6274509803922,27.4509803921569],[71.5686274509804,54.9019607843137,11.7647058823529],[62.7450980392157,46.078431372549,2.94117647058824],[108.823529411765,88.2352941176471,46.078431372549],[114.705882352941,86.2745098039216,43.1372549019608],[123.529411764706,91.1764705882353,49.0196078431373],[97.0588235294118,63.7254901960784,26.4705882352941],[138.235294117647,104.901960784314,70.5882352941177],[121.56862745098,89.2156862745098,54.9019607843137],[100,70.5882352941177,37.2549019607843],[108.823529411765,80.3921568627451,49.0196078431373],[81.3725490196078,54.9019607843137,25.4901960784314],[70.5882352941177,45.0980392156863,18.6274509803922],[64.7058823529412,41.1764705882353,13.7254901960784],[94.1176470588235,71.5686274509804,41.1764705882353],[77.4509803921569,54.9019607843137,21.5686274509804],[97.0588235294118,75.4901960784314,37.2549019607843],[105.882352941176,83.3333333333333,43.1372549019608],[77.4509803921569,53.921568627451,16.6666666666667],[89.2156862745098,65.6862745098039,32.3529411764706],[64.7058823529412,46.078431372549,16.6666666666667],[85.2941176470588,69.6078431372549,44.1176470588235],[74.5098039215686,60.7843137254902,35.2941176470588],[20.5882352941176,7.84313725490196,0],[47.0588235294118,37.2549019607843,25.4901960784314],[47.0588235294118,38.2352941176471,31.3725490196078],[21.5686274509804,13.7254901960784,11.7647058823529],[12.7450980392157,6.86274509803922,6.86274509803922],[32.3529411764706,28.4313725490196,27.4509803921569],[54.9019607843137,50.9803921568627,51.9607843137255],[24.5098039215686,19.6078431372549,23.5294117647059],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[16.6666666666667,9.80392156862745,0],[48.0392156862745,41.1764705882353,31.3725490196078],[23.5294117647059,17.6470588235294,5.88235294117647],[40.1960784313726,39.2156862745098,19.6078431372549],[125.490196078431,129.411764705882,106.862745098039],[101.960784313725,105.882352941176,83.3333333333333],[66.6666666666667,71.5686274509804,49.0196078431373],[14.7058823529412,24.5098039215686,0],[36.2745098039216,49.0196078431373,19.6078431372549],[40.1960784313726,55.8823529411765,20.5882352941176],[84.3137254901961,100,63.7254901960784],[134.313725490196,150,113.725490196078],[24.5098039215686,39.2156862745098,0.980392156862745],[62.7450980392157,74.5098039215686,37.2549019607843],[63.7254901960784,73.5294117647059,39.2156862745098],[70.5882352941177,75.4901960784314,46.078431372549],[79.4117647058823,81.3725490196078,57.843137254902],[36.2745098039216,35.2941176470588,15.6862745098039],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,5.88235294117647,5.88235294117647],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[39.2156862745098,35.2941176470588,36.2745098039216],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[27.4509803921569,26.4705882352941,24.5098039215686],[20.5882352941176,19.6078431372549,17.6470588235294],[10.7843137254902,9.80392156862745,7.84313725490196],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[13.7254901960784,1.96078431372549,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,8.82352941176471],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[47.0588235294118,43.1372549019608,40.1960784313726],[136.274509803922,131.372549019608,127.450980392157],[13.7254901960784,2.94117647058824,0],[12.7450980392157,0,0],[29.4117647058824,5.88235294117647,3.92156862745098],[44.1176470588235,18.6274509803922,17.6470588235294],[42.156862745098,16.6666666666667,17.6470588235294],[33.3333333333333,9.80392156862745,7.84313725490196],[33.3333333333333,16.6666666666667,9.80392156862745],[56.8627450980392,43.1372549019608,34.3137254901961],[66.6666666666667,50,40.1960784313726],[29.4117647058824,9.80392156862745,0],[78.4313725490196,51.9607843137255,43.1372549019608],[82.3529411764706,52.9411764705882,45.0980392156863],[33.3333333333333,4.90196078431373,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[43.1372549019608,30.3921568627451,21.5686274509804],[20.5882352941176,5.88235294117647,0],[12.7450980392157,0,0],[39.2156862745098,20.5882352941176,14.7058823529412],[57.843137254902,38.2352941176471,31.3725490196078],[66.6666666666667,45.0980392156863,34.3137254901961],[58.8235294117647,36.2745098039216,22.5490196078431],[56.8627450980392,32.3529411764706,12.7450980392157],[66.6666666666667,41.1764705882353,16.6666666666667],[50,26.4705882352941,0],[68.6274509803922,46.078431372549,5.88235294117647],[63.7254901960784,43.1372549019608,0],[115.686274509804,98.0392156862745,49.0196078431373],[94.1176470588235,78.4313725490196,27.4509803921569],[90.1960784313725,77.4509803921569,25.4901960784314],[123.529411764706,110.78431372549,58.8235294117647],[120.588235294118,107.843137254902,55.8823529411765],[93.1372549019608,80.3921568627451,29.4117647058824],[67.6470588235294,53.921568627451,9.80392156862745],[85.2941176470588,67.6470588235294,32.3529411764706],[55.8823529411765,35.2941176470588,4.90196078431373],[53.921568627451,34.3137254901961,0],[70.5882352941177,51.9607843137255,12.7450980392157],[98.0392156862745,81.3725490196078,39.2156862745098],[114.705882352941,100,59.8039215686275],[69.6078431372549,56.8627450980392,22.5490196078431],[93.1372549019608,83.3333333333333,48.0392156862745],[97.0588235294118,89.2156862745098,44.1176470588235],[91.1764705882353,79.4117647058823,28.4313725490196],[107.843137254902,94.1176470588235,34.3137254901961],[127.450980392157,109.803921568627,49.0196078431373],[134.313725490196,112.745098039216,56.8627450980392],[128.43137254902,104.901960784314,57.843137254902],[80.3921568627451,57.843137254902,24.5098039215686],[52.9411764705882,34.3137254901961,4.90196078431373],[56.8627450980392,40.1960784313726,12.7450980392157],[59.8039215686275,45.0980392156863,22.5490196078431],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,5.88235294117647,0],[23.5294117647059,15.6862745098039,13.7254901960784],[7.84313725490196,1.96078431372549,1.96078431372549],[45.0980392156863,42.156862745098,35.2941176470588],[25.4901960784314,24.5098039215686,20.5882352941176],[7.84313725490196,4.90196078431373,11.7647058823529],[0.980392156862745,0,1.96078431372549],[51.9607843137255,52.9411764705882,37.2549019607843],[35.2941176470588,37.2549019607843,15.6862745098039],[15.6862745098039,16.6666666666667,0],[70.5882352941177,72.5490196078431,51.9607843137255],[137.254901960784,141.176470588235,108.823529411765],[115.686274509804,121.56862745098,86.2745098039216],[93.1372549019608,100,69.6078431372549],[64.7058823529412,73.5294117647059,47.0588235294118],[4.90196078431373,16.6666666666667,0],[56.8627450980392,70.5882352941177,46.078431372549],[66.6666666666667,80.3921568627451,54.9019607843137],[58.8235294117647,75.4901960784314,44.1176470588235],[90.1960784313725,105.882352941176,70.5882352941177],[43.1372549019608,57.843137254902,19.6078431372549],[80.3921568627451,92.156862745098,54.9019607843137],[83.3333333333333,90.1960784313725,56.8627450980392],[78.4313725490196,81.3725490196078,52.9411764705882],[17.6470588235294,16.6666666666667,0],[21.5686274509804,15.6862745098039,1.96078431372549],[7.84313725490196,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,0,1.96078431372549],[8.82352941176471,0,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[13.7254901960784,3.92156862745098,11.7647058823529],[4.90196078431373,0,4.90196078431373],[6.86274509803922,0,6.86274509803922],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[13.7254901960784,8.82352941176471,5.88235294117647],[3.92156862745098,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[15.6862745098039,7.84313725490196,4.90196078431373],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[18.6274509803922,17.6470588235294,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[13.7254901960784,9.80392156862745,10.7843137254902],[52.9411764705882,49.0196078431373,50],[28.4313725490196,24.5098039215686,25.4901960784314],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,3.92156862745098],[8.82352941176471,0,5.88235294117647],[12.7450980392157,2.94117647058824,10.7843137254902],[5.88235294117647,0,3.92156862745098],[9.80392156862745,0.980392156862745,5.88235294117647],[10.7843137254902,1.96078431372549,4.90196078431373],[5.88235294117647,0,0],[56.8627450980392,47.0588235294118,45.0980392156863],[168.627450980392,157.843137254902,151.960784313725],[10.7843137254902,0,0],[14.7058823529412,0,0],[35.2941176470588,6.86274509803922,0.980392156862745],[74.5098039215686,44.1176470588235,41.1764705882353],[42.156862745098,11.7647058823529,8.82352941176471],[19.6078431372549,0,0],[49.0196078431373,31.3725490196078,21.5686274509804],[28.4313725490196,12.7450980392157,0],[13.7254901960784,0,0],[22.5490196078431,0,0],[51.9607843137255,20.5882352941176,9.80392156862745],[100,63.7254901960784,54.9019607843137],[56.8627450980392,23.5294117647059,13.7254901960784],[19.6078431372549,0,0],[26.4705882352941,13.7254901960784,0],[22.5490196078431,10.7843137254902,0],[15.6862745098039,0,0],[25.4901960784314,5.88235294117647,0],[40.1960784313726,18.6274509803922,7.84313725490196],[73.5294117647059,50,38.2352941176471],[78.4313725490196,52.9411764705882,40.1960784313726],[75.4901960784314,50,33.3333333333333],[68.6274509803922,43.1372549019608,20.5882352941176],[65.6862745098039,41.1764705882353,10.7843137254902],[55.8823529411765,32.3529411764706,0],[87.2549019607843,66.6666666666667,20.5882352941176],[96.078431372549,79.4117647058823,28.4313725490196],[125.490196078431,110.78431372549,54.9019607843137],[129.411764705882,117.647058823529,60.7843137254902],[133.333333333333,123.529411764706,65.6862745098039],[179.411764705882,170.588235294118,112.745098039216],[123.529411764706,117.647058823529,60.7843137254902],[110.78431372549,108.823529411765,52.9411764705882],[90.1960784313725,87.2549019607843,37.2549019607843],[63.7254901960784,55.8823529411765,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[57.843137254902,44.1176470588235,5.88235294117647],[61.7647058823529,49.0196078431373,5.88235294117647],[129.411764705882,119.607843137255,71.5686274509804],[140.196078431373,134.313725490196,87.2549019607843],[98.0392156862745,95.0980392156863,52.9411764705882],[115.686274509804,112.745098039216,68.6274509803922],[119.607843137255,118.627450980392,65.6862745098039],[74.5098039215686,70.5882352941177,8.82352941176471],[126.470588235294,118.627450980392,48.0392156862745],[135.294117647059,121.56862745098,50],[165.686274509804,145.098039215686,79.4117647058823],[149.019607843137,127.450980392157,71.5686274509804],[88.2352941176471,65.6862745098039,22.5490196078431],[82.3529411764706,63.7254901960784,24.5098039215686],[91.1764705882353,73.5294117647059,34.3137254901961],[111.764705882353,98.0392156862745,63.7254901960784],[60.7843137254902,46.078431372549,23.5294117647059],[47.0588235294118,35.2941176470588,21.5686274509804],[23.5294117647059,14.7058823529412,5.88235294117647],[10.7843137254902,3.92156862745098,0],[26.4705882352941,25.4901960784314,5.88235294117647],[17.6470588235294,18.6274509803922,2.94117647058824],[23.5294117647059,22.5490196078431,20.5882352941176],[20.5882352941176,21.5686274509804,15.6862745098039],[69.6078431372549,76.4705882352941,46.078431372549],[89.2156862745098,97.0588235294118,60.7843137254902],[30.3921568627451,36.2745098039216,8.82352941176471],[105.882352941176,110.78431372549,81.3725490196078],[89.2156862745098,96.078431372549,55.8823529411765],[127.450980392157,135.294117647059,95.0980392156863],[100.980392156863,110.78431372549,76.4705882352941],[54.9019607843137,64.7058823529412,38.2352941176471],[18.6274509803922,30.3921568627451,8.82352941176471],[37.2549019607843,50,30.3921568627451],[43.1372549019608,57.843137254902,35.2941176470588],[0,7.84313725490196,0],[64.7058823529412,79.4117647058823,47.0588235294118],[61.7647058823529,75.4901960784314,40.1960784313726],[78.4313725490196,90.1960784313725,52.9411764705882],[60.7843137254902,67.6470588235294,34.3137254901961],[48.0392156862745,50.9803921568627,22.5490196078431],[57.843137254902,55.8823529411765,35.2941176470588],[16.6666666666667,10.7843137254902,0],[6.86274509803922,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[17.6470588235294,7.84313725490196,8.82352941176471],[6.86274509803922,0,1.96078431372549],[14.7058823529412,4.90196078431373,12.7450980392157],[24.5098039215686,14.7058823529412,22.5490196078431],[3.92156862745098,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,8.82352941176471,2.94117647058824],[22.5490196078431,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[15.6862745098039,13.7254901960784,16.6666666666667],[20.5882352941176,18.6274509803922,21.5686274509804],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[46.078431372549,38.2352941176471,36.2745098039216],[44.1176470588235,39.2156862745098,36.2745098039216],[11.7647058823529,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,0],[14.7058823529412,2.94117647058824,4.90196078431373],[25.4901960784314,9.80392156862745,9.80392156862745],[26.4705882352941,5.88235294117647,4.90196078431373],[28.4313725490196,7.84313725490196,2.94117647058824],[26.4705882352941,6.86274509803922,0],[52.9411764705882,31.3725490196078,20.5882352941176],[35.2941176470588,6.86274509803922,0],[56.8627450980392,24.5098039215686,15.6862745098039],[72.5490196078431,43.1372549019608,33.3333333333333],[50.9803921568627,24.5098039215686,13.7254901960784],[41.1764705882353,22.5490196078431,7.84313725490196],[17.6470588235294,0.980392156862745,0],[22.5490196078431,3.92156862745098,0],[53.921568627451,28.4313725490196,13.7254901960784],[46.078431372549,12.7450980392157,0.980392156862745],[94.1176470588235,58.8235294117647,47.0588235294118],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0.980392156862745,0],[34.3137254901961,19.6078431372549,0.980392156862745],[12.7450980392157,0,0],[25.4901960784314,2.94117647058824,0],[36.2745098039216,9.80392156862745,0],[31.3725490196078,2.94117647058824,0],[62.7450980392157,34.3137254901961,16.6666666666667],[71.5686274509804,41.1764705882353,21.5686274509804],[71.5686274509804,42.156862745098,18.6274509803922],[55.8823529411765,29.4117647058824,0],[74.5098039215686,49.0196078431373,12.7450980392157],[72.5490196078431,50,6.86274509803922],[78.4313725490196,58.8235294117647,9.80392156862745],[73.5294117647059,56.8627450980392,3.92156862745098],[117.647058823529,104.901960784314,50.9803921568627],[128.43137254902,117.647058823529,62.7450980392157],[128.43137254902,121.56862745098,67.6470588235294],[141.176470588235,136.274509803922,82.3529411764706],[154.901960784314,151.960784313725,98.0392156862745],[144.117647058824,144.117647058824,85.2941176470588],[163.725490196078,163.725490196078,104.901960784314],[124.509803921569,121.56862745098,71.5686274509804],[62.7450980392157,56.8627450980392,9.80392156862745],[60.7843137254902,52.9411764705882,4.90196078431373],[113.725490196078,106.862745098039,55.8823529411765],[155.882352941176,150.980392156863,97.0588235294118],[92.156862745098,89.2156862745098,37.2549019607843],[107.843137254902,107.843137254902,58.8235294117647],[50,50,0],[89.2156862745098,90.1960784313725,33.3333333333333],[114.705882352941,113.725490196078,50.9803921568627],[133.333333333333,129.411764705882,57.843137254902],[124.509803921569,114.705882352941,44.1176470588235],[166.666666666667,150,82.3529411764706],[153.921568627451,134.313725490196,72.5490196078431],[129.411764705882,110.78431372549,55.8823529411765],[104.901960784314,88.2352941176471,37.2549019607843],[57.843137254902,42.156862745098,0],[96.078431372549,82.3529411764706,34.3137254901961],[109.803921568627,96.078431372549,57.843137254902],[104.901960784314,92.156862745098,60.7843137254902],[58.8235294117647,49.0196078431373,24.5098039215686],[35.2941176470588,28.4313725490196,2.94117647058824],[73.5294117647059,70.5882352941177,36.2745098039216],[56.8627450980392,55.8823529411765,25.4901960784314],[50.9803921568627,51.9607843137255,34.3137254901961],[35.2941176470588,39.2156862745098,16.6666666666667],[56.8627450980392,65.6862745098039,21.5686274509804],[172.549019607843,182.352941176471,131.372549019608],[100,107.843137254902,67.6470588235294],[92.156862745098,100,61.7647058823529],[99.0196078431373,105.882352941176,65.6862745098039],[72.5490196078431,78.4313725490196,41.1764705882353],[33.3333333333333,40.1960784313726,7.84313725490196],[26.4705882352941,36.2745098039216,9.80392156862745],[0,10.7843137254902,0],[0,5.88235294117647,0],[15.6862745098039,29.4117647058824,6.86274509803922],[119.607843137255,133.333333333333,107.843137254902],[141.176470588235,154.901960784314,122.549019607843],[32.3529411764706,44.1176470588235,8.82352941176471],[52.9411764705882,62.7450980392157,26.4705882352941],[20.5882352941176,26.4705882352941,0],[56.8627450980392,56.8627450980392,29.4117647058824],[62.7450980392157,60.7843137254902,40.1960784313726],[31.3725490196078,25.4901960784314,11.7647058823529],[13.7254901960784,5.88235294117647,0],[20.5882352941176,10.7843137254902,0.980392156862745],[18.6274509803922,8.82352941176471,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,1.96078431372549,0],[155.882352941176,147.058823529412,148.039215686275],[67.6470588235294,62.7450980392157,59.8039215686275],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,0,0],[16.6666666666667,9.80392156862745,3.92156862745098],[23.5294117647059,15.6862745098039,12.7450980392157],[8.82352941176471,0.980392156862745,0],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[34.3137254901961,32.3529411764706,33.3333333333333],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[191.176470588235,189.21568627451,192.156862745098],[200.980392156863,199.019607843137,201.960784313725],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[13.7254901960784,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,0.980392156862745,0],[43.1372549019608,25.4901960784314,23.5294117647059],[23.5294117647059,0,0],[50.9803921568627,22.5490196078431,18.6274509803922],[77.4509803921569,49.0196078431373,43.1372549019608],[48.0392156862745,24.5098039215686,14.7058823529412],[48.0392156862745,24.5098039215686,12.7450980392157],[60.7843137254902,32.3529411764706,18.6274509803922],[50.9803921568627,19.6078431372549,4.90196078431373],[52.9411764705882,24.5098039215686,6.86274509803922],[77.4509803921569,50.9803921568627,32.3529411764706],[68.6274509803922,48.0392156862745,27.4509803921569],[49.0196078431373,31.3725490196078,11.7647058823529],[22.5490196078431,1.96078431372549,0],[51.9607843137255,24.5098039215686,10.7843137254902],[57.843137254902,24.5098039215686,12.7450980392157],[82.3529411764706,47.0588235294118,33.3333333333333],[83.3333333333333,50.9803921568627,34.3137254901961],[33.3333333333333,6.86274509803922,0],[37.2549019607843,21.5686274509804,0],[51.9607843137255,36.2745098039216,10.7843137254902],[72.5490196078431,45.0980392156863,21.5686274509804],[96.078431372549,62.7450980392157,38.2352941176471],[81.3725490196078,48.0392156862745,23.5294117647059],[65.6862745098039,32.3529411764706,5.88235294117647],[85.2941176470588,51.9607843137255,24.5098039215686],[88.2352941176471,55.8823529411765,25.4901960784314],[66.6666666666667,37.2549019607843,0],[92.156862745098,65.6862745098039,23.5294117647059],[60.7843137254902,39.2156862745098,0],[78.4313725490196,58.8235294117647,6.86274509803922],[98.0392156862745,83.3333333333333,27.4509803921569],[124.509803921569,113.725490196078,58.8235294117647],[136.274509803922,129.411764705882,75.4901960784314],[133.333333333333,130.392156862745,78.4313725490196],[82.3529411764706,80.3921568627451,32.3529411764706],[151.960784313725,151.960784313725,100.980392156863],[182.352941176471,186.274509803922,128.43137254902],[125.490196078431,129.411764705882,69.6078431372549],[143.137254901961,144.117647058824,88.2352941176471],[147.058823529412,145.098039215686,95.0980392156863],[140.196078431373,137.254901960784,87.2549019607843],[180.392156862745,177.450980392157,127.450980392157],[187.254901960784,185.294117647059,135.294117647059],[138.235294117647,138.235294117647,87.2549019607843],[103.921568627451,105.882352941176,56.8627450980392],[83.3333333333333,88.2352941176471,35.2941176470588],[75.4901960784314,78.4313725490196,22.5490196078431],[109.803921568627,110.78431372549,51.9607843137255],[190.196078431373,186.274509803922,124.509803921569],[153.921568627451,146.078431372549,82.3529411764706],[161.764705882353,150.980392156863,88.2352941176471],[188.235294117647,172.549019607843,111.764705882353],[122.549019607843,106.862745098039,49.0196078431373],[87.2549019607843,71.5686274509804,13.7254901960784],[113.725490196078,99.0196078431373,41.1764705882353],[94.1176470588235,79.4117647058823,25.4901960784314],[100,86.2745098039216,40.1960784313726],[140.196078431373,127.450980392157,86.2745098039216],[125.490196078431,112.745098039216,79.4117647058823],[113.725490196078,105.882352941176,70.5882352941177],[134.313725490196,129.411764705882,88.2352941176471],[145.098039215686,143.137254901961,104.901960784314],[35.2941176470588,35.2941176470588,9.80392156862745],[0.980392156862745,3.92156862745098,0],[59.8039215686275,67.6470588235294,19.6078431372549],[176.470588235294,186.274509803922,134.313725490196],[61.7647058823529,73.5294117647059,28.4313725490196],[80.3921568627451,91.1764705882353,51.9607843137255],[90.1960784313725,98.0392156862745,59.8039215686275],[4.90196078431373,12.7450980392157,0],[6.86274509803922,15.6862745098039,0],[0,4.90196078431373,0],[114.705882352941,123.529411764706,102.941176470588],[166.666666666667,178.43137254902,158.823529411765],[103.921568627451,116.666666666667,97.0588235294118],[148.039215686275,161.764705882353,137.254901960784],[77.4509803921569,90.1960784313725,60.7843137254902],[29.4117647058824,40.1960784313726,6.86274509803922],[0.980392156862745,10.7843137254902,0],[14.7058823529412,20.5882352941176,0],[88.2352941176471,88.2352941176471,60.7843137254902],[109.803921568627,107.843137254902,85.2941176470588],[51.9607843137255,46.078431372549,30.3921568627451],[25.4901960784314,18.6274509803922,2.94117647058824],[63.7254901960784,54.9019607843137,38.2352941176471],[33.3333333333333,24.5098039215686,7.84313725490196],[25.4901960784314,18.6274509803922,2.94117647058824],[28.4313725490196,20.5882352941176,9.80392156862745],[7.84313725490196,0.980392156862745,0],[85.2941176470588,78.4313725490196,70.5882352941177],[40.1960784313726,35.2941176470588,29.4117647058824],[6.86274509803922,1.96078431372549,0],[8.82352941176471,4.90196078431373,0],[12.7450980392157,8.82352941176471,0],[8.82352941176471,1.96078431372549,0],[23.5294117647059,16.6666666666667,10.7843137254902],[30.3921568627451,22.5490196078431,19.6078431372549],[17.6470588235294,8.82352941176471,9.80392156862745],[14.7058823529412,3.92156862745098,7.84313725490196],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[14.7058823529412,10.7843137254902,9.80392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[64.7058823529412,62.7450980392157,63.7254901960784],[64.7058823529412,62.7450980392157,63.7254901960784],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[16.6666666666667,14.7058823529412,17.6470588235294],[26.4705882352941,24.5098039215686,25.4901960784314],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[11.7647058823529,0,0],[12.7450980392157,0,0],[7.84313725490196,0,0],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[0,0,0],[0,2.94117647058824,0],[0,3.92156862745098,0],[0,1.96078431372549,0],[1.96078431372549,2.94117647058824,0],[3.92156862745098,0,0],[19.6078431372549,6.86274509803922,0.980392156862745],[50.9803921568627,31.3725490196078,24.5098039215686],[53.921568627451,25.4901960784314,19.6078431372549],[37.2549019607843,2.94117647058824,0],[84.3137254901961,50.9803921568627,42.156862745098],[73.5294117647059,46.078431372549,35.2941176470588],[54.9019607843137,27.4509803921569,15.6862745098039],[90.1960784313725,58.8235294117647,44.1176470588235],[75.4901960784314,44.1176470588235,23.5294117647059],[51.9607843137255,22.5490196078431,0],[64.7058823529412,38.2352941176471,11.7647058823529],[46.078431372549,25.4901960784314,0],[35.2941176470588,13.7254901960784,0],[19.6078431372549,0,0],[56.8627450980392,28.4313725490196,12.7450980392157],[78.4313725490196,43.1372549019608,31.3725490196078],[78.4313725490196,43.1372549019608,29.4117647058824],[117.647058823529,85.2941176470588,66.6666666666667],[76.4705882352941,50.9803921568627,26.4705882352941],[69.6078431372549,53.921568627451,21.5686274509804],[79.4117647058823,60.7843137254902,28.4313725490196],[99.0196078431373,66.6666666666667,36.2745098039216],[125.490196078431,87.2549019607843,56.8627450980392],[107.843137254902,69.6078431372549,39.2156862745098],[89.2156862745098,50.9803921568627,18.6274509803922],[131.372549019608,96.078431372549,60.7843137254902],[90.1960784313725,57.843137254902,17.6470588235294],[85.2941176470588,54.9019607843137,9.80392156862745],[115.686274509804,90.1960784313725,40.1960784313726],[111.764705882353,91.1764705882353,35.2941176470588],[112.745098039216,97.0588235294118,39.2156862745098],[159.803921568627,148.039215686275,91.1764705882353],[149.019607843137,140.196078431373,84.3137254901961],[139.21568627451,136.274509803922,84.3137254901961],[98.0392156862745,98.0392156862745,49.0196078431373],[38.2352941176471,40.1960784313726,0],[80.3921568627451,83.3333333333333,39.2156862745098],[126.470588235294,133.333333333333,83.3333333333333],[62.7450980392157,69.6078431372549,18.6274509803922],[105.882352941176,109.803921568627,59.8039215686275],[148.039215686275,150,100.980392156863],[101.960784313725,103.921568627451,57.843137254902],[135.294117647059,136.274509803922,95.0980392156863],[164.705882352941,165.686274509804,126.470588235294],[84.3137254901961,87.2549019607843,45.0980392156863],[55.8823529411765,61.7647058823529,16.6666666666667],[45.0980392156863,52.9411764705882,4.90196078431373],[126.470588235294,132.352941176471,85.2941176470588],[93.1372549019608,97.0588235294118,48.0392156862745],[201.960784313725,201.960784313725,152.941176470588],[229.411764705882,226.470588235294,176.470588235294],[188.235294117647,181.372549019608,128.43137254902],[139.21568627451,128.43137254902,75.4901960784314],[80.3921568627451,64.7058823529412,13.7254901960784],[103.921568627451,88.2352941176471,37.2549019607843],[123.529411764706,107.843137254902,56.8627450980392],[137.254901960784,121.56862745098,71.5686274509804],[121.56862745098,104.901960784314,59.8039215686275],[74.5098039215686,59.8039215686275,19.6078431372549],[71.5686274509804,56.8627450980392,24.5098039215686],[73.5294117647059,60.7843137254902,27.4509803921569],[95.0980392156863,86.2745098039216,46.078431372549],[100,95.0980392156863,57.843137254902],[33.3333333333333,29.4117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,0],[26.4705882352941,33.3333333333333,0],[161.764705882353,170.588235294118,126.470588235294],[72.5490196078431,82.3529411764706,46.078431372549],[60.7843137254902,70.5882352941177,37.2549019607843],[86.2745098039216,93.1372549019608,59.8039215686275],[65.6862745098039,70.5882352941177,39.2156862745098],[63.7254901960784,69.6078431372549,42.156862745098],[19.6078431372549,27.4509803921569,4.90196078431373],[76.4705882352941,85.2941176470588,66.6666666666667],[148.039215686275,156.862745098039,140.196078431373],[60.7843137254902,72.5490196078431,52.9411764705882],[84.3137254901961,96.078431372549,72.5490196078431],[74.5098039215686,85.2941176470588,55.8823529411765],[100,109.803921568627,76.4705882352941],[38.2352941176471,45.0980392156863,11.7647058823529],[4.90196078431373,8.82352941176471,0],[42.156862745098,43.1372549019608,12.7450980392157],[73.5294117647059,69.6078431372549,45.0980392156863],[45.0980392156863,38.2352941176471,20.5882352941176],[13.7254901960784,6.86274509803922,0],[62.7450980392157,56.8627450980392,31.3725490196078],[48.0392156862745,42.156862745098,16.6666666666667],[8.82352941176471,2.94117647058824,0],[20.5882352941176,13.7254901960784,0],[11.7647058823529,5.88235294117647,0],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,0],[14.7058823529412,8.82352941176471,0],[13.7254901960784,7.84313725490196,0],[5.88235294117647,0,0],[10.7843137254902,3.92156862745098,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,2.94117647058824,6.86274509803922],[6.86274509803922,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[13.7254901960784,9.80392156862745,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[85.2941176470588,83.3333333333333,84.3137254901961],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[117.647058823529,113.725490196078,112.745098039216],[23.5294117647059,19.6078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[8.82352941176471,0,0],[4.90196078431373,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[139.21568627451,139.21568627451,131.372549019608],[230.392156862745,226.470588235294,217.647058823529],[34.3137254901961,21.5686274509804,12.7450980392157],[33.3333333333333,15.6862745098039,5.88235294117647],[50,23.5294117647059,12.7450980392157],[50,18.6274509803922,7.84313725490196],[69.6078431372549,34.3137254901961,22.5490196078431],[49.0196078431373,13.7254901960784,1.96078431372549],[58.8235294117647,27.4509803921569,16.6666666666667],[68.6274509803922,40.1960784313726,26.4705882352941],[68.6274509803922,38.2352941176471,18.6274509803922],[78.4313725490196,47.0588235294118,22.5490196078431],[89.2156862745098,60.7843137254902,31.3725490196078],[55.8823529411765,29.4117647058824,0],[36.2745098039216,11.7647058823529,0],[66.6666666666667,43.1372549019608,15.6862745098039],[52.9411764705882,26.4705882352941,5.88235294117647],[51.9607843137255,21.5686274509804,3.92156862745098],[55.8823529411765,20.5882352941176,6.86274509803922],[102.941176470588,67.6470588235294,53.921568627451],[126.470588235294,96.078431372549,75.4901960784314],[30.3921568627451,5.88235294117647,0],[47.0588235294118,31.3725490196078,0],[107.843137254902,89.2156862745098,50],[108.823529411765,75.4901960784314,39.2156862745098],[148.039215686275,108.823529411765,73.5294117647059],[122.549019607843,83.3333333333333,48.0392156862745],[101.960784313725,63.7254901960784,25.4901960784314],[154.901960784314,118.627450980392,77.4509803921569],[105.882352941176,74.5098039215686,28.4313725490196],[128.43137254902,99.0196078431373,48.0392156862745],[128.43137254902,103.921568627451,49.0196078431373],[150,132.352941176471,71.5686274509804],[150,136.274509803922,74.5098039215686],[173.529411764706,165.686274509804,104.901960784314],[163.725490196078,158.823529411765,103.921568627451],[114.705882352941,112.745098039216,62.7450980392157],[93.1372549019608,95.0980392156863,49.0196078431373],[59.8039215686275,64.7058823529412,24.5098039215686],[33.3333333333333,40.1960784313726,0],[95.0980392156863,103.921568627451,61.7647058823529],[88.2352941176471,97.0588235294118,52.9411764705882],[74.5098039215686,84.3137254901961,35.2941176470588],[153.921568627451,161.764705882353,115.686274509804],[128.43137254902,135.294117647059,95.0980392156863],[70.5882352941177,76.4705882352941,41.1764705882353],[102.941176470588,108.823529411765,75.4901960784314],[95.0980392156863,101.960784313725,68.6274509803922],[68.6274509803922,76.4705882352941,36.2745098039216],[88.2352941176471,97.0588235294118,54.9019607843137],[102.941176470588,111.764705882353,69.6078431372549],[121.56862745098,128.43137254902,87.2549019607843],[216.666666666667,218.627450980392,180.392156862745],[243.137254901961,241.176470588235,202.941176470588],[250,250,207.843137254902],[159.803921568627,151.960784313725,103.921568627451],[92.156862745098,80.3921568627451,33.3333333333333],[120.588235294118,103.921568627451,58.8235294117647],[144.117647058824,127.450980392157,82.3529411764706],[175.490196078431,158.823529411765,115.686274509804],[106.862745098039,90.1960784313725,47.0588235294118],[83.3333333333333,65.6862745098039,28.4313725490196],[85.2941176470588,66.6666666666667,35.2941176470588],[84.3137254901961,67.6470588235294,38.2352941176471],[84.3137254901961,72.5490196078431,35.2941176470588],[50.9803921568627,43.1372549019608,7.84313725490196],[36.2745098039216,30.3921568627451,8.82352941176471],[16.6666666666667,14.7058823529412,0],[0,5.88235294117647,0],[159.803921568627,167.647058823529,131.372549019608],[114.705882352941,123.529411764706,95.0980392156863],[99.0196078431373,107.843137254902,81.3725490196078],[99.0196078431373,105.882352941176,75.4901960784314],[91.1764705882353,98.0392156862745,67.6470588235294],[87.2549019607843,93.1372549019608,67.6470588235294],[72.5490196078431,80.3921568627451,59.8039215686275],[50,58.8235294117647,42.156862745098],[12.7450980392157,20.5882352941176,5.88235294117647],[85.2941176470588,94.1176470588235,77.4509803921569],[194.117647058824,202.941176470588,182.352941176471],[111.764705882353,121.56862745098,95.0980392156863],[69.6078431372549,78.4313725490196,48.0392156862745],[107.843137254902,113.725490196078,80.3921568627451],[5.88235294117647,9.80392156862745,0],[63.7254901960784,64.7058823529412,34.3137254901961],[64.7058823529412,62.7450980392157,38.2352941176471],[35.2941176470588,30.3921568627451,8.82352941176471],[21.5686274509804,15.6862745098039,0],[24.5098039215686,19.6078431372549,0],[46.078431372549,41.1764705882353,11.7647058823529],[19.6078431372549,14.7058823529412,0],[45.0980392156863,39.2156862745098,15.6862745098039],[22.5490196078431,17.6470588235294,0],[31.3725490196078,26.4705882352941,7.84313725490196],[34.3137254901961,31.3725490196078,14.7058823529412],[23.5294117647059,20.5882352941176,3.92156862745098],[10.7843137254902,4.90196078431373,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[6.86274509803922,0,0],[16.6666666666667,4.90196078431373,8.82352941176471],[15.6862745098039,4.90196078431373,8.82352941176471],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[10.7843137254902,6.86274509803922,5.88235294117647],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[249.019607843137,247.058823529412,248.039215686275],[85.2941176470588,83.3333333333333,84.3137254901961],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0,0],[10.7843137254902,3.92156862745098,0],[166.666666666667,156.862745098039,148.039215686275],[250,243.137254901961,233.333333333333],[51.9607843137255,33.3333333333333,19.6078431372549],[35.2941176470588,9.80392156862745,0],[76.4705882352941,48.0392156862745,32.3529411764706],[58.8235294117647,26.4705882352941,9.80392156862745],[50.9803921568627,18.6274509803922,1.96078431372549],[59.8039215686275,27.4509803921569,10.7843137254902],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,27.4509803921569,14.7058823529412],[64.7058823529412,33.3333333333333,12.7450980392157],[100.980392156863,70.5882352941177,43.1372549019608],[91.1764705882353,62.7450980392157,29.4117647058824],[54.9019607843137,26.4705882352941,0],[77.4509803921569,51.9607843137255,19.6078431372549],[103.921568627451,77.4509803921569,49.0196078431373],[91.1764705882353,63.7254901960784,42.156862745098],[61.7647058823529,30.3921568627451,15.6862745098039],[40.1960784313726,4.90196078431373,0],[108.823529411765,73.5294117647059,59.8039215686275],[108.823529411765,78.4313725490196,57.843137254902],[43.1372549019608,18.6274509803922,0],[65.6862745098039,48.0392156862745,8.82352941176471],[117.647058823529,96.078431372549,55.8823529411765],[108.823529411765,75.4901960784314,38.2352941176471],[150,112.745098039216,76.4705882352941],[137.254901960784,100,61.7647058823529],[81.3725490196078,47.0588235294118,5.88235294117647],[119.607843137255,88.2352941176471,42.156862745098],[136.274509803922,106.862745098039,57.843137254902],[146.078431372549,121.56862745098,66.6666666666667],[102.941176470588,83.3333333333333,23.5294117647059],[149.019607843137,134.313725490196,70.5882352941177],[136.274509803922,125.490196078431,62.7450980392157],[109.803921568627,103.921568627451,43.1372549019608],[128.43137254902,126.470588235294,70.5882352941177],[97.0588235294118,97.0588235294118,48.0392156862745],[97.0588235294118,100,55.8823529411765],[81.3725490196078,88.2352941176471,48.0392156862745],[85.2941176470588,92.156862745098,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[82.3529411764706,94.1176470588235,58.8235294117647],[100.980392156863,113.725490196078,71.5686274509804],[153.921568627451,166.666666666667,124.509803921569],[98.0392156862745,109.803921568627,74.5098039215686],[80.3921568627451,91.1764705882353,61.7647058823529],[116.666666666667,126.470588235294,101.960784313725],[94.1176470588235,104.901960784314,75.4901960784314],[82.3529411764706,94.1176470588235,56.8627450980392],[97.0588235294118,109.803921568627,67.6470588235294],[87.2549019607843,98.0392156862745,58.8235294117647],[143.137254901961,150.980392156863,114.705882352941],[189.21568627451,194.117647058824,162.745098039216],[204.901960784314,205.882352941176,172.549019607843],[224.509803921569,225.490196078431,184.313725490196],[157.843137254902,154.901960784314,110.78431372549],[148.039215686275,136.274509803922,95.0980392156863],[125.490196078431,110.78431372549,72.5490196078431],[58.8235294117647,44.1176470588235,5.88235294117647],[98.0392156862745,80.3921568627451,43.1372549019608],[110.78431372549,93.1372549019608,55.8823529411765],[115.686274509804,96.078431372549,61.7647058823529],[107.843137254902,86.2745098039216,62.7450980392157],[99.0196078431373,79.4117647058823,54.9019607843137],[40.1960784313726,25.4901960784314,0],[43.1372549019608,32.3529411764706,2.94117647058824],[61.7647058823529,52.9411764705882,36.2745098039216],[40.1960784313726,34.3137254901961,20.5882352941176],[34.3137254901961,36.2745098039216,12.7450980392157],[157.843137254902,163.725490196078,138.235294117647],[103.921568627451,110.78431372549,93.1372549019608],[56.8627450980392,63.7254901960784,46.078431372549],[26.4705882352941,32.3529411764706,6.86274509803922],[44.1176470588235,50,22.5490196078431],[38.2352941176471,43.1372549019608,20.5882352941176],[97.0588235294118,101.960784313725,82.3529411764706],[48.0392156862745,54.9019607843137,39.2156862745098],[33.3333333333333,39.2156862745098,25.4901960784314],[95.0980392156863,101.960784313725,86.2745098039216],[137.254901960784,144.117647058824,126.470588235294],[0,4.90196078431373,0],[63.7254901960784,69.6078431372549,42.156862745098],[169.607843137255,174.509803921569,143.137254901961],[49.0196078431373,51.9607843137255,21.5686274509804],[67.6470588235294,67.6470588235294,40.1960784313726],[106.862745098039,102.941176470588,76.4705882352941],[46.078431372549,40.1960784313726,16.6666666666667],[49.0196078431373,43.1372549019608,19.6078431372549],[28.4313725490196,23.5294117647059,0],[42.156862745098,37.2549019607843,8.82352941176471],[103.921568627451,100,73.5294117647059],[121.56862745098,116.666666666667,95.0980392156863],[74.5098039215686,69.6078431372549,50],[40.1960784313726,35.2941176470588,16.6666666666667],[66.6666666666667,61.7647058823529,43.1372549019608],[69.6078431372549,63.7254901960784,48.0392156862745],[35.2941176470588,29.4117647058824,13.7254901960784],[10.7843137254902,4.90196078431373,0],[12.7450980392157,4.90196078431373,0],[57.843137254902,50,39.2156862745098],[58.8235294117647,48.0392156862745,42.156862745098],[21.5686274509804,10.7843137254902,8.82352941176471],[14.7058823529412,0,2.94117647058824],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,1.96078431372549,0],[9.80392156862745,0,0],[38.2352941176471,20.5882352941176,10.7843137254902],[39.2156862745098,15.6862745098039,3.92156862745098],[54.9019607843137,27.4509803921569,13.7254901960784],[72.5490196078431,42.156862745098,24.5098039215686],[81.3725490196078,50,29.4117647058824],[72.5490196078431,38.2352941176471,18.6274509803922],[59.8039215686275,25.4901960784314,3.92156862745098],[50,15.6862745098039,0],[59.8039215686275,24.5098039215686,10.7843137254902],[46.078431372549,13.7254901960784,0],[78.4313725490196,47.0588235294118,26.4705882352941],[135.294117647059,105.882352941176,78.4313725490196],[116.666666666667,88.2352941176471,54.9019607843137],[84.3137254901961,56.8627450980392,20.5882352941176],[89.2156862745098,60.7843137254902,27.4509803921569],[57.843137254902,28.4313725490196,0.980392156862745],[75.4901960784314,45.0980392156863,24.5098039215686],[64.7058823529412,32.3529411764706,15.6862745098039],[50.9803921568627,18.6274509803922,3.92156862745098],[107.843137254902,77.4509803921569,59.8039215686275],[80.3921568627451,52.9411764705882,29.4117647058824],[79.4117647058823,56.8627450980392,25.4901960784314],[86.2745098039216,68.6274509803922,29.4117647058824],[100.980392156863,82.3529411764706,40.1960784313726],[111.764705882353,84.3137254901961,46.078431372549],[84.3137254901961,52.9411764705882,15.6862745098039],[109.803921568627,78.4313725490196,40.1960784313726],[89.2156862745098,60.7843137254902,17.6470588235294],[117.647058823529,91.1764705882353,45.0980392156863],[149.019607843137,126.470588235294,75.4901960784314],[127.450980392157,108.823529411765,51.9607843137255],[124.509803921569,110.78431372549,49.0196078431373],[160.78431372549,151.960784313725,86.2745098039216],[178.43137254902,173.529411764706,108.823529411765],[142.156862745098,141.176470588235,78.4313725490196],[102.941176470588,103.921568627451,47.0588235294118],[126.470588235294,130.392156862745,80.3921568627451],[115.686274509804,121.56862745098,78.4313725490196],[68.6274509803922,76.4705882352941,38.2352941176471],[79.4117647058823,89.2156862745098,55.8823529411765],[71.5686274509804,84.3137254901961,56.8627450980392],[79.4117647058823,94.1176470588235,63.7254901960784],[116.666666666667,133.333333333333,92.156862745098],[86.2745098039216,102.941176470588,61.7647058823529],[61.7647058823529,77.4509803921569,42.156862745098],[114.705882352941,129.411764705882,100.980392156863],[84.3137254901961,98.0392156862745,73.5294117647059],[86.2745098039216,99.0196078431373,71.5686274509804],[83.3333333333333,98.0392156862745,57.843137254902],[94.1176470588235,109.803921568627,63.7254901960784],[112.745098039216,125.490196078431,82.3529411764706],[95.0980392156863,105.882352941176,66.6666666666667],[125.490196078431,132.352941176471,99.0196078431373],[173.529411764706,179.411764705882,144.117647058824],[212.745098039216,218.627450980392,171.56862745098],[155.882352941176,157.843137254902,108.823529411765],[150.980392156863,144.117647058824,99.0196078431373],[112.745098039216,100.980392156863,59.8039215686275],[97.0588235294118,83.3333333333333,47.0588235294118],[71.5686274509804,56.8627450980392,18.6274509803922],[107.843137254902,91.1764705882353,49.0196078431373],[134.313725490196,115.686274509804,76.4705882352941],[91.1764705882353,70.5882352941177,42.156862745098],[72.5490196078431,52.9411764705882,26.4705882352941],[49.0196078431373,33.3333333333333,0],[53.921568627451,41.1764705882353,7.84313725490196],[51.9607843137255,41.1764705882353,21.5686274509804],[52.9411764705882,46.078431372549,28.4313725490196],[45.0980392156863,45.0980392156863,21.5686274509804],[68.6274509803922,72.5490196078431,50],[19.6078431372549,26.4705882352941,8.82352941176471],[5.88235294117647,12.7450980392157,0],[8.82352941176471,13.7254901960784,0],[2.94117647058824,8.82352941176471,0],[18.6274509803922,23.5294117647059,1.96078431372549],[53.921568627451,57.843137254902,41.1764705882353],[0.980392156862745,4.90196078431373,0],[7.84313725490196,11.7647058823529,0],[21.5686274509804,25.4901960784314,10.7843137254902],[1.96078431372549,5.88235294117647,0],[1.96078431372549,6.86274509803922,0],[61.7647058823529,65.6862745098039,43.1372549019608],[128.43137254902,131.372549019608,104.901960784314],[140.196078431373,140.196078431373,112.745098039216],[68.6274509803922,67.6470588235294,40.1960784313726],[29.4117647058824,25.4901960784314,0],[19.6078431372549,15.6862745098039,0],[42.156862745098,36.2745098039216,12.7450980392157],[37.2549019607843,31.3725490196078,5.88235294117647],[33.3333333333333,27.4509803921569,3.92156862745098],[29.4117647058824,24.5098039215686,2.94117647058824],[11.7647058823529,6.86274509803922,0],[23.5294117647059,18.6274509803922,0],[133.333333333333,127.450980392157,111.764705882353],[122.549019607843,116.666666666667,100.980392156863],[81.3725490196078,76.4705882352941,57.843137254902],[109.803921568627,104.901960784314,86.2745098039216],[44.1176470588235,39.2156862745098,20.5882352941176],[13.7254901960784,6.86274509803922,0],[55.8823529411765,48.0392156862745,35.2941176470588],[59.8039215686275,50,40.1960784313726],[16.6666666666667,5.88235294117647,0],[10.7843137254902,0,0],[10.7843137254902,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,0,0],[28.4313725490196,13.7254901960784,6.86274509803922],[57.843137254902,36.2745098039216,25.4901960784314],[53.921568627451,26.4705882352941,12.7450980392157],[51.9607843137255,19.6078431372549,0.980392156862745],[86.2745098039216,50.9803921568627,29.4117647058824],[74.5098039215686,37.2549019607843,14.7058823529412],[40.1960784313726,3.92156862745098,0],[63.7254901960784,28.4313725490196,2.94117647058824],[79.4117647058823,44.1176470588235,22.5490196078431],[77.4509803921569,41.1764705882353,25.4901960784314],[30.3921568627451,0,0],[34.3137254901961,2.94117647058824,0],[89.2156862745098,59.8039215686275,32.3529411764706],[119.607843137255,91.1764705882353,59.8039215686275],[104.901960784314,76.4705882352941,43.1372549019608],[110.78431372549,82.3529411764706,50.9803921568627],[99.0196078431373,68.6274509803922,41.1764705882353],[73.5294117647059,42.156862745098,21.5686274509804],[68.6274509803922,36.2745098039216,19.6078431372549],[68.6274509803922,38.2352941176471,20.5882352941176],[89.2156862745098,61.7647058823529,41.1764705882353],[84.3137254901961,58.8235294117647,34.3137254901961],[73.5294117647059,53.921568627451,21.5686274509804],[75.4901960784314,57.843137254902,18.6274509803922],[77.4509803921569,59.8039215686275,20.5882352941176],[100.980392156863,79.4117647058823,43.1372549019608],[61.7647058823529,40.1960784313726,3.92156862745098],[76.4705882352941,54.9019607843137,16.6666666666667],[92.156862745098,70.5882352941177,30.3921568627451],[77.4509803921569,59.8039215686275,14.7058823529412],[86.2745098039216,70.5882352941177,20.5882352941176],[137.254901960784,127.450980392157,69.6078431372549],[130.392156862745,122.549019607843,61.7647058823529],[138.235294117647,134.313725490196,71.5686274509804],[152.941176470588,151.960784313725,88.2352941176471],[160.78431372549,162.745098039216,100.980392156863],[136.274509803922,141.176470588235,84.3137254901961],[123.529411764706,130.392156862745,80.3921568627451],[100.980392156863,107.843137254902,64.7058823529412],[95.0980392156863,102.941176470588,64.7058823529412],[55.8823529411765,66.6666666666667,33.3333333333333],[46.078431372549,60.7843137254902,32.3529411764706],[51.9607843137255,68.6274509803922,37.2549019607843],[124.509803921569,142.156862745098,100.980392156863],[100.980392156863,119.607843137255,75.4901960784314],[53.921568627451,71.5686274509804,34.3137254901961],[54.9019607843137,71.5686274509804,38.2352941176471],[61.7647058823529,78.4313725490196,47.0588235294118],[74.5098039215686,90.1960784313725,53.921568627451],[71.5686274509804,87.2549019607843,39.2156862745098],[108.823529411765,123.529411764706,69.6078431372549],[112.745098039216,125.490196078431,73.5294117647059],[71.5686274509804,83.3333333333333,34.3137254901961],[125.490196078431,137.254901960784,92.156862745098],[177.450980392157,186.274509803922,140.196078431373],[203.921568627451,214.705882352941,157.843137254902],[135.294117647059,143.137254901961,84.3137254901961],[112.745098039216,111.764705882353,56.8627450980392],[149.019607843137,143.137254901961,92.156862745098],[140.196078431373,132.352941176471,86.2745098039216],[83.3333333333333,73.5294117647059,25.4901960784314],[114.705882352941,101.960784313725,48.0392156862745],[152.941176470588,137.254901960784,86.2745098039216],[126.470588235294,109.803921568627,67.6470588235294],[74.5098039215686,56.8627450980392,17.6470588235294],[68.6274509803922,54.9019607843137,8.82352941176471],[72.5490196078431,59.8039215686275,16.6666666666667],[52.9411764705882,42.156862745098,10.7843137254902],[40.1960784313726,33.3333333333333,5.88235294117647],[48.0392156862745,47.0588235294118,16.6666666666667],[54.9019607843137,55.8823529411765,25.4901960784314],[21.5686274509804,25.4901960784314,0.980392156862745],[30.3921568627451,35.2941176470588,12.7450980392157],[25.4901960784314,30.3921568627451,7.84313725490196],[24.5098039215686,29.4117647058824,6.86274509803922],[24.5098039215686,29.4117647058824,7.84313725490196],[0.980392156862745,4.90196078431373,0],[9.80392156862745,13.7254901960784,0],[2.94117647058824,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[4.90196078431373,5.88235294117647,0],[41.1764705882353,42.156862745098,24.5098039215686],[87.2549019607843,86.2745098039216,66.6666666666667],[43.1372549019608,42.156862745098,21.5686274509804],[116.666666666667,114.705882352941,92.156862745098],[81.3725490196078,79.4117647058823,54.9019607843137],[36.2745098039216,32.3529411764706,7.84313725490196],[15.6862745098039,11.7647058823529,0],[31.3725490196078,26.4705882352941,4.90196078431373],[69.6078431372549,64.7058823529412,46.078431372549],[63.7254901960784,57.843137254902,42.156862745098],[12.7450980392157,6.86274509803922,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,0],[57.843137254902,51.9607843137255,40.1960784313726],[26.4705882352941,20.5882352941176,6.86274509803922],[12.7450980392157,6.86274509803922,0],[72.5490196078431,65.6862745098039,48.0392156862745],[122.549019607843,115.686274509804,97.0588235294118],[25.4901960784314,16.6666666666667,0],[7.84313725490196,0,0],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,17.6470588235294],[10.7843137254902,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[8.82352941176471,0,0],[26.4705882352941,11.7647058823529,4.90196078431373],[58.8235294117647,37.2549019607843,24.5098039215686],[51.9607843137255,23.5294117647059,5.88235294117647],[53.921568627451,18.6274509803922,0],[97.0588235294118,57.843137254902,32.3529411764706],[94.1176470588235,53.921568627451,26.4705882352941],[56.8627450980392,13.7254901960784,0],[76.4705882352941,36.2745098039216,8.82352941176471],[108.823529411765,67.6470588235294,44.1176470588235],[90.1960784313725,49.0196078431373,33.3333333333333],[81.3725490196078,45.0980392156863,29.4117647058824],[64.7058823529412,33.3333333333333,10.7843137254902],[75.4901960784314,49.0196078431373,20.5882352941176],[44.1176470588235,17.6470588235294,0],[62.7450980392157,37.2549019607843,4.90196078431373],[72.5490196078431,44.1176470588235,12.7450980392157],[105.882352941176,75.4901960784314,48.0392156862745],[82.3529411764706,48.0392156862745,26.4705882352941],[71.5686274509804,40.1960784313726,19.6078431372549],[72.5490196078431,45.0980392156863,23.5294117647059],[59.8039215686275,36.2745098039216,12.7450980392157],[57.843137254902,37.2549019607843,8.82352941176471],[58.8235294117647,40.1960784313726,7.84313725490196],[51.9607843137255,34.3137254901961,0],[79.4117647058823,64.7058823529412,26.4705882352941],[96.078431372549,82.3529411764706,48.0392156862745],[58.8235294117647,45.0980392156863,10.7843137254902],[71.5686274509804,57.843137254902,21.5686274509804],[69.6078431372549,55.8823529411765,17.6470588235294],[42.156862745098,31.3725490196078,0],[98.0392156862745,90.1960784313725,42.156862745098],[152.941176470588,148.039215686275,93.1372549019608],[169.607843137255,167.647058823529,109.803921568627],[161.764705882353,163.725490196078,101.960784313725],[152.941176470588,157.843137254902,95.0980392156863],[179.411764705882,185.294117647059,124.509803921569],[149.019607843137,156.862745098039,100.980392156863],[56.8627450980392,64.7058823529412,14.7058823529412],[88.2352941176471,97.0588235294118,54.9019607843137],[107.843137254902,117.647058823529,81.3725490196078],[106.862745098039,117.647058823529,86.2745098039216],[89.2156862745098,102.941176470588,77.4509803921569],[61.7647058823529,77.4509803921569,50.9803921568627],[116.666666666667,137.254901960784,99.0196078431373],[129.411764705882,150,109.803921568627],[156.862745098039,176.470588235294,140.196078431373],[103.921568627451,123.529411764706,89.2156862745098],[47.0588235294118,63.7254901960784,30.3921568627451],[28.4313725490196,44.1176470588235,5.88235294117647],[70.5882352941177,87.2549019607843,36.2745098039216],[65.6862745098039,80.3921568627451,24.5098039215686],[61.7647058823529,74.5098039215686,19.6078431372549],[92.156862745098,104.901960784314,51.9607843137255],[117.647058823529,129.411764705882,80.3921568627451],[146.078431372549,158.823529411765,106.862745098039],[183.333333333333,197.058823529412,136.274509803922],[135.294117647059,146.078431372549,81.3725490196078],[111.764705882353,116.666666666667,53.921568627451],[126.470588235294,126.470588235294,67.6470588235294],[100,97.0588235294118,43.1372549019608],[64.7058823529412,59.8039215686275,4.90196078431373],[130.392156862745,122.549019607843,58.8235294117647],[179.411764705882,170.588235294118,106.862745098039],[141.176470588235,128.43137254902,77.4509803921569],[115.686274509804,101.960784313725,55.8823529411765],[69.6078431372549,58.8235294117647,5.88235294117647],[100,90.1960784313725,38.2352941176471],[109.803921568627,100.980392156863,58.8235294117647],[114.705882352941,109.803921568627,72.5490196078431],[95.0980392156863,91.1764705882353,54.9019607843137],[84.3137254901961,84.3137254901961,49.0196078431373],[86.2745098039216,87.2549019607843,55.8823529411765],[96.078431372549,99.0196078431373,70.5882352941177],[82.3529411764706,86.2745098039216,61.7647058823529],[101.960784313725,106.862745098039,84.3137254901961],[119.607843137255,124.509803921569,102.941176470588],[94.1176470588235,99.0196078431373,79.4117647058823],[34.3137254901961,37.2549019607843,20.5882352941176],[23.5294117647059,24.5098039215686,10.7843137254902],[28.4313725490196,29.4117647058824,15.6862745098039],[4.90196078431373,2.94117647058824,0],[20.5882352941176,18.6274509803922,3.92156862745098],[3.92156862745098,0.980392156862745,0],[23.5294117647059,20.5882352941176,1.96078431372549],[49.0196078431373,47.0588235294118,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[88.2352941176471,83.3333333333333,61.7647058823529],[36.2745098039216,32.3529411764706,7.84313725490196],[62.7450980392157,57.843137254902,38.2352941176471],[30.3921568627451,24.5098039215686,12.7450980392157],[31.3725490196078,24.5098039215686,16.6666666666667],[21.5686274509804,14.7058823529412,6.86274509803922],[27.4509803921569,20.5882352941176,12.7450980392157],[15.6862745098039,8.82352941176471,0.980392156862745],[11.7647058823529,4.90196078431373,0],[5.88235294117647,0,0],[13.7254901960784,7.84313725490196,0],[8.82352941176471,1.96078431372549,0],[98.0392156862745,91.1764705882353,72.5490196078431],[113.725490196078,105.882352941176,87.2549019607843],[24.5098039215686,13.7254901960784,0],[23.5294117647059,11.7647058823529,0],[37.2549019607843,23.5294117647059,12.7450980392157],[20.5882352941176,6.86274509803922,0],[14.7058823529412,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[33.3333333333333,29.4117647058824,30.3921568627451],[130.392156862745,126.470588235294,127.450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50,31.3725490196078,16.6666666666667],[49.0196078431373,21.5686274509804,0.980392156862745],[67.6470588235294,32.3529411764706,6.86274509803922],[101.960784313725,58.8235294117647,32.3529411764706],[100,53.921568627451,26.4705882352941],[103.921568627451,55.8823529411765,26.4705882352941],[109.803921568627,59.8039215686275,33.3333333333333],[66.6666666666667,19.6078431372549,0],[73.5294117647059,29.4117647058824,10.7843137254902],[90.1960784313725,52.9411764705882,34.3137254901961],[94.1176470588235,64.7058823529412,41.1764705882353],[79.4117647058823,53.921568627451,27.4509803921569],[58.8235294117647,36.2745098039216,5.88235294117647],[86.2745098039216,61.7647058823529,32.3529411764706],[95.0980392156863,65.6862745098039,38.2352941176471],[63.7254901960784,33.3333333333333,5.88235294117647],[123.529411764706,90.1960784313725,65.6862745098039],[66.6666666666667,35.2941176470588,10.7843137254902],[84.3137254901961,58.8235294117647,32.3529411764706],[92.156862745098,71.5686274509804,41.1764705882353],[34.3137254901961,18.6274509803922,0],[74.5098039215686,60.7843137254902,26.4705882352941],[71.5686274509804,55.8823529411765,20.5882352941176],[71.5686274509804,57.843137254902,21.5686274509804],[64.7058823529412,56.8627450980392,21.5686274509804],[64.7058823529412,58.8235294117647,23.5294117647059],[40.1960784313726,34.3137254901961,0],[82.3529411764706,77.4509803921569,38.2352941176471],[70.5882352941177,67.6470588235294,25.4901960784314],[100.980392156863,100,52.9411764705882],[181.372549019608,181.372549019608,130.392156862745],[150.980392156863,153.921568627451,98.0392156862745],[167.647058823529,173.529411764706,114.705882352941],[104.901960784314,112.745098039216,53.921568627451],[155.882352941176,165.686274509804,106.862745098039],[163.725490196078,174.509803921569,119.607843137255],[116.666666666667,126.470588235294,77.4509803921569],[98.0392156862745,108.823529411765,66.6666666666667],[59.8039215686275,69.6078431372549,33.3333333333333],[67.6470588235294,78.4313725490196,47.0588235294118],[122.549019607843,136.274509803922,113.725490196078],[49.0196078431373,63.7254901960784,41.1764705882353],[102.941176470588,121.56862745098,92.156862745098],[82.3529411764706,100.980392156863,69.6078431372549],[113.725490196078,134.313725490196,101.960784313725],[179.411764705882,198.039215686275,166.666666666667],[87.2549019607843,103.921568627451,70.5882352941177],[74.5098039215686,90.1960784313725,51.9607843137255],[59.8039215686275,73.5294117647059,25.4901960784314],[68.6274509803922,81.3725490196078,29.4117647058824],[76.4705882352941,86.2745098039216,35.2941176470588],[101.960784313725,111.764705882353,60.7843137254902],[65.6862745098039,75.4901960784314,26.4705882352941],[83.3333333333333,96.078431372549,44.1176470588235],[227.450980392157,241.176470588235,183.333333333333],[169.607843137255,181.372549019608,118.627450980392],[108.823529411765,115.686274509804,49.0196078431373],[106.862745098039,111.764705882353,46.078431372549],[95.0980392156863,96.078431372549,39.2156862745098],[108.823529411765,108.823529411765,50],[152.941176470588,150,80.3921568627451],[130.392156862745,126.470588235294,56.8627450980392],[128.43137254902,119.607843137255,63.7254901960784],[155.882352941176,146.078431372549,94.1176470588235],[126.470588235294,117.647058823529,59.8039215686275],[112.745098039216,103.921568627451,48.0392156862745],[111.764705882353,103.921568627451,55.8823529411765],[140.196078431373,133.333333333333,90.1960784313725],[87.2549019607843,82.3529411764706,41.1764705882353],[57.843137254902,53.921568627451,16.6666666666667],[83.3333333333333,81.3725490196078,44.1176470588235],[79.4117647058823,79.4117647058823,46.078431372549],[100.980392156863,105.882352941176,76.4705882352941],[175.490196078431,180.392156862745,157.843137254902],[66.6666666666667,69.6078431372549,49.0196078431373],[31.3725490196078,34.3137254901961,15.6862745098039],[66.6666666666667,67.6470588235294,51.9607843137255],[59.8039215686275,60.7843137254902,47.0588235294118],[34.3137254901961,32.3529411764706,19.6078431372549],[19.6078431372549,15.6862745098039,4.90196078431373],[7.84313725490196,3.92156862745098,0],[10.7843137254902,4.90196078431373,0],[18.6274509803922,12.7450980392157,0],[39.2156862745098,33.3333333333333,17.6470588235294],[20.5882352941176,15.6862745098039,0],[41.1764705882353,36.2745098039216,16.6666666666667],[121.56862745098,116.666666666667,95.0980392156863],[50.9803921568627,46.078431372549,27.4509803921569],[11.7647058823529,6.86274509803922,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,10.7843137254902,4.90196078431373],[18.6274509803922,11.7647058823529,1.96078431372549],[9.80392156862745,3.92156862745098,0],[6.86274509803922,0,0],[59.8039215686275,52.9411764705882,34.3137254901961],[82.3529411764706,74.5098039215686,53.921568627451],[74.5098039215686,63.7254901960784,44.1176470588235],[28.4313725490196,15.6862745098039,0],[43.1372549019608,27.4509803921569,12.7450980392157],[12.7450980392157,0,0],[11.7647058823529,0,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[39.2156862745098,35.2941176470588,36.2745098039216],[151.960784313725,148.039215686275,149.019607843137],[11.7647058823529,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[13.7254901960784,0,0],[13.7254901960784,0,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[9.80392156862745,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[10.7843137254902,5.88235294117647,1.96078431372549],[32.3529411764706,19.6078431372549,10.7843137254902],[47.0588235294118,26.4705882352941,9.80392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[62.7450980392157,24.5098039215686,0],[69.6078431372549,25.4901960784314,0],[107.843137254902,57.843137254902,27.4509803921569],[127.450980392157,75.4901960784314,45.0980392156863],[132.352941176471,79.4117647058823,51.9607843137255],[139.21568627451,88.2352941176471,64.7058823529412],[85.2941176470588,40.1960784313726,16.6666666666667],[83.3333333333333,47.0588235294118,21.5686274509804],[81.3725490196078,51.9607843137255,26.4705882352941],[62.7450980392157,39.2156862745098,13.7254901960784],[65.6862745098039,45.0980392156863,18.6274509803922],[54.9019607843137,31.3725490196078,5.88235294117647],[101.960784313725,72.5490196078431,47.0588235294118],[109.803921568627,79.4117647058823,51.9607843137255],[108.823529411765,75.4901960784314,48.0392156862745],[77.4509803921569,49.0196078431373,17.6470588235294],[91.1764705882353,69.6078431372549,33.3333333333333],[72.5490196078431,57.843137254902,19.6078431372549],[78.4313725490196,66.6666666666667,29.4117647058824],[56.8627450980392,45.0980392156863,7.84313725490196],[66.6666666666667,52.9411764705882,18.6274509803922],[76.4705882352941,63.7254901960784,29.4117647058824],[33.3333333333333,29.4117647058824,0],[6.86274509803922,4.90196078431373,0],[98.0392156862745,96.078431372549,58.8235294117647],[110.78431372549,111.764705882353,72.5490196078431],[118.627450980392,119.607843137255,78.4313725490196],[80.3921568627451,83.3333333333333,37.2549019607843],[167.647058823529,171.56862745098,122.549019607843],[54.9019607843137,61.7647058823529,8.82352941176471],[153.921568627451,162.745098039216,106.862745098039],[192.156862745098,202.941176470588,144.117647058824],[143.137254901961,156.862745098039,99.0196078431373],[182.352941176471,195.098039215686,142.156862745098],[116.666666666667,130.392156862745,82.3529411764706],[83.3333333333333,96.078431372549,53.921568627451],[9.80392156862745,21.5686274509804,0],[59.8039215686275,73.5294117647059,41.1764705882353],[67.6470588235294,79.4117647058823,57.843137254902],[41.1764705882353,53.921568627451,36.2745098039216],[34.3137254901961,49.0196078431373,28.4313725490196],[29.4117647058824,47.0588235294118,21.5686274509804],[13.7254901960784,32.3529411764706,4.90196078431373],[135.294117647059,153.921568627451,122.549019607843],[191.176470588235,207.843137254902,174.509803921569],[90.1960784313725,104.901960784314,66.6666666666667],[39.2156862745098,50,8.82352941176471],[58.8235294117647,67.6470588235294,23.5294117647059],[83.3333333333333,91.1764705882353,45.0980392156863],[88.2352941176471,96.078431372549,50],[63.7254901960784,71.5686274509804,25.4901960784314],[150,159.803921568627,110.78431372549],[201.960784313725,214.705882352941,161.764705882353],[217.647058823529,231.372549019608,171.56862745098],[119.607843137255,130.392156862745,62.7450980392157],[89.2156862745098,99.0196078431373,31.3725490196078],[111.764705882353,117.647058823529,58.8235294117647],[150,155.882352941176,95.0980392156863],[135.294117647059,139.21568627451,64.7058823529412],[146.078431372549,148.039215686275,76.4705882352941],[129.411764705882,127.450980392157,71.5686274509804],[119.607843137255,113.725490196078,62.7450980392157],[154.901960784314,150,93.1372549019608],[174.509803921569,169.607843137255,112.745098039216],[133.333333333333,126.470588235294,75.4901960784314],[100,92.156862745098,47.0588235294118],[71.5686274509804,64.7058823529412,23.5294117647059],[71.5686274509804,63.7254901960784,25.4901960784314],[77.4509803921569,69.6078431372549,31.3725490196078],[59.8039215686275,55.8823529411765,19.6078431372549],[93.1372549019608,96.078431372549,65.6862745098039],[62.7450980392157,68.6274509803922,43.1372549019608],[16.6666666666667,20.5882352941176,0],[37.2549019607843,40.1960784313726,19.6078431372549],[48.0392156862745,49.0196078431373,31.3725490196078],[29.4117647058824,27.4509803921569,12.7450980392157],[13.7254901960784,9.80392156862745,0],[19.6078431372549,15.6862745098039,4.90196078431373],[23.5294117647059,16.6666666666667,6.86274509803922],[18.6274509803922,11.7647058823529,1.96078431372549],[30.3921568627451,23.5294117647059,13.7254901960784],[18.6274509803922,12.7450980392157,0.980392156862745],[23.5294117647059,17.6470588235294,1.96078431372549],[81.3725490196078,76.4705882352941,57.843137254902],[82.3529411764706,77.4509803921569,57.843137254902],[22.5490196078431,16.6666666666667,0.980392156862745],[8.82352941176471,3.92156862745098,0],[4.90196078431373,0,0.980392156862745],[12.7450980392157,6.86274509803922,8.82352941176471],[7.84313725490196,1.96078431372549,1.96078431372549],[16.6666666666667,11.7647058823529,8.82352941176471],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[18.6274509803922,12.7450980392157,0],[33.3333333333333,26.4705882352941,8.82352941176471],[76.4705882352941,68.6274509803922,48.0392156862745],[83.3333333333333,72.5490196078431,50.9803921568627],[53.921568627451,43.1372549019608,21.5686274509804],[76.4705882352941,64.7058823529412,43.1372549019608],[35.2941176470588,20.5882352941176,1.96078431372549],[17.6470588235294,0,0],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,0.980392156862745,0.980392156862745],[15.6862745098039,0,0],[22.5490196078431,1.96078431372549,0.980392156862745],[16.6666666666667,0.980392156862745,1.96078431372549],[9.80392156862745,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[39.2156862745098,22.5490196078431,14.7058823529412],[57.843137254902,31.3725490196078,14.7058823529412],[78.4313725490196,43.1372549019608,21.5686274509804],[74.5098039215686,31.3725490196078,4.90196078431373],[77.4509803921569,27.4509803921569,0],[116.666666666667,64.7058823529412,34.3137254901961],[136.274509803922,84.3137254901961,53.921568627451],[135.294117647059,82.3529411764706,54.9019607843137],[154.901960784314,106.862745098039,77.4509803921569],[104.901960784314,62.7450980392157,31.3725490196078],[95.0980392156863,59.8039215686275,28.4313725490196],[70.5882352941177,44.1176470588235,14.7058823529412],[29.4117647058824,8.82352941176471,0],[45.0980392156863,25.4901960784314,0.980392156862745],[50,28.4313725490196,4.90196078431373],[68.6274509803922,41.1764705882353,17.6470588235294],[118.627450980392,88.2352941176471,59.8039215686275],[110.78431372549,78.4313725490196,46.078431372549],[131.372549019608,103.921568627451,65.6862745098039],[89.2156862745098,70.5882352941177,28.4313725490196],[83.3333333333333,70.5882352941177,26.4705882352941],[100,92.156862745098,47.0588235294118],[47.0588235294118,38.2352941176471,0],[57.843137254902,45.0980392156863,10.7843137254902],[107.843137254902,95.0980392156863,61.7647058823529],[65.6862745098039,61.7647058823529,24.5098039215686],[59.8039215686275,60.7843137254902,19.6078431372549],[130.392156862745,131.372549019608,90.1960784313725],[126.470588235294,129.411764705882,87.2549019607843],[68.6274509803922,71.5686274509804,29.4117647058824],[76.4705882352941,82.3529411764706,37.2549019607843],[124.509803921569,132.352941176471,84.3137254901961],[77.4509803921569,87.2549019607843,36.2745098039216],[87.2549019607843,100,47.0588235294118],[199.019607843137,211.764705882353,156.862745098039],[177.450980392157,192.156862745098,138.235294117647],[171.56862745098,185.294117647059,135.294117647059],[197.058823529412,212.745098039216,166.666666666667],[92.156862745098,106.862745098039,64.7058823529412],[88.2352941176471,102.941176470588,64.7058823529412],[103.921568627451,116.666666666667,87.2549019607843],[49.0196078431373,57.843137254902,39.2156862745098],[40.1960784313726,48.0392156862745,33.3333333333333],[53.921568627451,66.6666666666667,50],[24.5098039215686,39.2156862745098,20.5882352941176],[19.6078431372549,37.2549019607843,11.7647058823529],[67.6470588235294,86.2745098039216,56.8627450980392],[154.901960784314,170.588235294118,135.294117647059],[145.098039215686,156.862745098039,121.56862745098],[83.3333333333333,90.1960784313725,56.8627450980392],[82.3529411764706,86.2745098039216,51.9607843137255],[130.392156862745,132.352941176471,96.078431372549],[70.5882352941177,72.5490196078431,34.3137254901961],[67.6470588235294,74.5098039215686,31.3725490196078],[159.803921568627,168.627450980392,124.509803921569],[192.156862745098,202.941176470588,160.78431372549],[188.235294117647,200,150.980392156863],[167.647058823529,179.411764705882,116.666666666667],[109.803921568627,121.56862745098,56.8627450980392],[134.313725490196,145.098039215686,90.1960784313725],[137.254901960784,146.078431372549,90.1960784313725],[86.2745098039216,96.078431372549,26.4705882352941],[201.960784313725,208.823529411765,140.196078431373],[147.058823529412,150,98.0392156862745],[60.7843137254902,59.8039215686275,14.7058823529412],[88.2352941176471,87.2549019607843,34.3137254901961],[126.470588235294,123.529411764706,71.5686274509804],[92.156862745098,86.2745098039216,39.2156862745098],[88.2352941176471,79.4117647058823,37.2549019607843],[108.823529411765,96.078431372549,61.7647058823529],[70.5882352941177,57.843137254902,24.5098039215686],[19.6078431372549,6.86274509803922,0],[41.1764705882353,33.3333333333333,0],[22.5490196078431,23.5294117647059,0],[5.88235294117647,11.7647058823529,0],[55.8823529411765,59.8039215686275,33.3333333333333],[121.56862745098,125.490196078431,100.980392156863],[79.4117647058823,81.3725490196078,60.7843137254902],[2.94117647058824,1.96078431372549,0],[14.7058823529412,10.7843137254902,0],[9.80392156862745,2.94117647058824,0],[23.5294117647059,14.7058823529412,7.84313725490196],[28.4313725490196,19.6078431372549,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[22.5490196078431,13.7254901960784,6.86274509803922],[56.8627450980392,49.0196078431373,38.2352941176471],[59.8039215686275,51.9607843137255,39.2156862745098],[28.4313725490196,23.5294117647059,4.90196078431373],[17.6470588235294,11.7647058823529,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[7.84313725490196,2.94117647058824,0],[9.80392156862745,2.94117647058824,0],[98.0392156862745,92.156862745098,78.4313725490196],[134.313725490196,127.450980392157,109.803921568627],[7.84313725490196,0,0],[29.4117647058824,19.6078431372549,0],[34.3137254901961,22.5490196078431,0],[93.1372549019608,78.4313725490196,57.843137254902],[56.8627450980392,42.156862745098,23.5294117647059],[39.2156862745098,21.5686274509804,7.84313725490196],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[50,48.0392156862745,49.0196078431373],[152.941176470588,150.980392156863,151.960784313725],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,0.980392156862745],[16.6666666666667,1.96078431372549,0],[21.5686274509804,6.86274509803922,1.96078431372549],[16.6666666666667,4.90196078431373,4.90196078431373],[11.7647058823529,0.980392156862745,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0,0],[17.6470588235294,1.96078431372549,1.96078431372549],[43.1372549019608,18.6274509803922,13.7254901960784],[64.7058823529412,29.4117647058824,15.6862745098039],[67.6470588235294,23.5294117647059,2.94117647058824],[98.0392156862745,48.0392156862745,21.5686274509804],[113.725490196078,61.7647058823529,30.3921568627451],[127.450980392157,75.4901960784314,44.1176470588235],[145.098039215686,96.078431372549,63.7254901960784],[133.333333333333,88.2352941176471,55.8823529411765],[122.549019607843,78.4313725490196,46.078431372549],[139.21568627451,98.0392156862745,60.7843137254902],[126.470588235294,93.1372549019608,55.8823529411765],[154.901960784314,131.372549019608,98.0392156862745],[54.9019607843137,36.2745098039216,6.86274509803922],[24.5098039215686,6.86274509803922,0],[53.921568627451,34.3137254901961,10.7843137254902],[64.7058823529412,37.2549019607843,13.7254901960784],[96.078431372549,65.6862745098039,37.2549019607843],[150,118.627450980392,81.3725490196078],[121.56862745098,98.0392156862745,52.9411764705882],[103.921568627451,88.2352941176471,37.2549019607843],[96.078431372549,89.2156862745098,35.2941176470588],[117.647058823529,114.705882352941,64.7058823529412],[66.6666666666667,59.8039215686275,16.6666666666667],[122.549019607843,109.803921568627,75.4901960784314],[129.411764705882,119.607843137255,85.2941176470588],[106.862745098039,103.921568627451,61.7647058823529],[120.588235294118,122.549019607843,76.4705882352941],[148.039215686275,149.019607843137,105.882352941176],[140.196078431373,143.137254901961,99.0196078431373],[59.8039215686275,65.6862745098039,22.5490196078431],[111.764705882353,119.607843137255,73.5294117647059],[124.509803921569,133.333333333333,87.2549019607843],[104.901960784314,116.666666666667,67.6470588235294],[65.6862745098039,79.4117647058823,27.4509803921569],[128.43137254902,145.098039215686,92.156862745098],[165.686274509804,182.352941176471,129.411764705882],[129.411764705882,147.058823529412,98.0392156862745],[164.705882352941,181.372549019608,137.254901960784],[155.882352941176,173.529411764706,132.352941176471],[149.019607843137,166.666666666667,129.411764705882],[154.901960784314,169.607843137255,137.254901960784],[70.5882352941177,80.3921568627451,55.8823529411765],[8.82352941176471,17.6470588235294,0],[15.6862745098039,26.4705882352941,9.80392156862745],[45.0980392156863,57.843137254902,38.2352941176471],[60.7843137254902,76.4705882352941,48.0392156862745],[33.3333333333333,50,14.7058823529412],[112.745098039216,129.411764705882,88.2352941176471],[193.137254901961,203.921568627451,164.705882352941],[173.529411764706,179.411764705882,146.078431372549],[132.352941176471,133.333333333333,101.960784313725],[101.960784313725,101.960784313725,66.6666666666667],[81.3725490196078,82.3529411764706,43.1372549019608],[57.843137254902,63.7254901960784,18.6274509803922],[172.549019607843,180.392156862745,134.313725490196],[247.058823529412,250,216.666666666667],[178.43137254902,192.156862745098,144.117647058824],[154.901960784314,170.588235294118,106.862745098039],[126.470588235294,143.137254901961,76.4705882352941],[110.78431372549,125.490196078431,71.5686274509804],[106.862745098039,119.607843137255,64.7058823529412],[149.019607843137,161.764705882353,93.1372549019608],[154.901960784314,167.647058823529,99.0196078431373],[88.2352941176471,96.078431372549,46.078431372549],[39.2156862745098,42.156862745098,0],[92.156862745098,94.1176470588235,45.0980392156863],[100,98.0392156862745,48.0392156862745],[153.921568627451,147.058823529412,101.960784313725],[164.705882352941,155.882352941176,115.686274509804],[81.3725490196078,67.6470588235294,33.3333333333333],[73.5294117647059,57.843137254902,25.4901960784314],[95.0980392156863,76.4705882352941,44.1176470588235],[56.8627450980392,44.1176470588235,10.7843137254902],[41.1764705882353,42.156862745098,10.7843137254902],[60.7843137254902,67.6470588235294,37.2549019607843],[102.941176470588,107.843137254902,78.4313725490196],[80.3921568627451,83.3333333333333,56.8627450980392],[81.3725490196078,80.3921568627451,59.8039215686275],[35.2941176470588,32.3529411764706,15.6862745098039],[5.88235294117647,0,0],[34.3137254901961,27.4509803921569,19.6078431372549],[32.3529411764706,23.5294117647059,18.6274509803922],[17.6470588235294,7.84313725490196,5.88235294117647],[32.3529411764706,22.5490196078431,20.5882352941176],[19.6078431372549,10.7843137254902,5.88235294117647],[32.3529411764706,23.5294117647059,14.7058823529412],[11.7647058823529,3.92156862745098,0],[34.3137254901961,28.4313725490196,12.7450980392157],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,22.5490196078431,19.6078431372549],[30.3921568627451,25.4901960784314,19.6078431372549],[15.6862745098039,8.82352941176471,0],[89.2156862745098,83.3333333333333,67.6470588235294],[124.509803921569,117.647058823529,99.0196078431373],[39.2156862745098,31.3725490196078,8.82352941176471],[30.3921568627451,20.5882352941176,0],[92.156862745098,80.3921568627451,54.9019607843137],[53.921568627451,39.2156862745098,16.6666666666667],[52.9411764705882,38.2352941176471,19.6078431372549],[54.9019607843137,38.2352941176471,22.5490196078431],[32.3529411764706,18.6274509803922,7.84313725490196],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[136.274509803922,134.313725490196,135.294117647059],[247.058823529412,245.098039215686,246.078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[13.7254901960784,4.90196078431373,0],[15.6862745098039,8.82352941176471,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,2.94117647058824,5.88235294117647],[14.7058823529412,3.92156862745098,9.80392156862745],[15.6862745098039,0,6.86274509803922],[26.4705882352941,0,4.90196078431373],[49.0196078431373,14.7058823529412,12.7450980392157],[72.5490196078431,25.4901960784314,13.7254901960784],[84.3137254901961,30.3921568627451,10.7843137254902],[101.960784313725,46.078431372549,19.6078431372549],[112.745098039216,57.843137254902,25.4901960784314],[141.176470588235,89.2156862745098,55.8823529411765],[139.21568627451,94.1176470588235,60.7843137254902],[129.411764705882,92.156862745098,56.8627450980392],[186.274509803922,151.960784313725,114.705882352941],[118.627450980392,82.3529411764706,39.2156862745098],[110.78431372549,78.4313725490196,36.2745098039216],[183.333333333333,161.764705882353,125.490196078431],[136.274509803922,119.607843137255,90.1960784313725],[79.4117647058823,63.7254901960784,39.2156862745098],[70.5882352941177,50,29.4117647058824],[64.7058823529412,37.2549019607843,13.7254901960784],[81.3725490196078,50.9803921568627,20.5882352941176],[143.137254901961,114.705882352941,73.5294117647059],[117.647058823529,95.0980392156863,44.1176470588235],[108.823529411765,97.0588235294118,38.2352941176471],[134.313725490196,128.43137254902,69.6078431372549],[128.43137254902,125.490196078431,71.5686274509804],[133.333333333333,129.411764705882,83.3333333333333],[130.392156862745,120.588235294118,86.2745098039216],[146.078431372549,136.274509803922,101.960784313725],[167.647058823529,163.725490196078,117.647058823529],[93.1372549019608,93.1372549019608,44.1176470588235],[114.705882352941,113.725490196078,66.6666666666667],[195.098039215686,197.058823529412,150.980392156863],[103.921568627451,106.862745098039,62.7450980392157],[127.450980392157,133.333333333333,88.2352941176471],[93.1372549019608,100.980392156863,54.9019607843137],[96.078431372549,107.843137254902,60.7843137254902],[57.843137254902,71.5686274509804,21.5686274509804],[107.843137254902,123.529411764706,75.4901960784314],[176.470588235294,194.117647058824,145.098039215686],[86.2745098039216,105.882352941176,57.843137254902],[42.156862745098,60.7843137254902,16.6666666666667],[128.43137254902,149.019607843137,108.823529411765],[145.098039215686,164.705882352941,128.43137254902],[153.921568627451,170.588235294118,135.294117647059],[192.156862745098,202.941176470588,169.607843137255],[104.901960784314,113.725490196078,83.3333333333333],[75.4901960784314,85.2941176470588,60.7843137254902],[99.0196078431373,113.725490196078,85.2941176470588],[117.647058823529,135.294117647059,96.078431372549],[94.1176470588235,111.764705882353,64.7058823529412],[138.235294117647,154.901960784314,101.960784313725],[143.137254901961,154.901960784314,105.882352941176],[165.686274509804,170.588235294118,130.392156862745],[104.901960784314,104.901960784314,67.6470588235294],[69.6078431372549,67.6470588235294,27.4509803921569],[67.6470588235294,66.6666666666667,21.5686274509804],[116.666666666667,121.56862745098,68.6274509803922],[148.039215686275,154.901960784314,103.921568627451],[216.666666666667,225.490196078431,181.372549019608],[206.862745098039,220.588235294118,172.549019607843],[164.705882352941,183.333333333333,118.627450980392],[94.1176470588235,113.725490196078,46.078431372549],[119.607843137255,136.274509803922,82.3529411764706],[164.705882352941,182.352941176471,125.490196078431],[204.901960784314,222.549019607843,150],[132.352941176471,148.039215686275,78.4313725490196],[100.980392156863,110.78431372549,59.8039215686275],[47.0588235294118,53.921568627451,10.7843137254902],[81.3725490196078,85.2941176470588,36.2745098039216],[125.490196078431,125.490196078431,74.5098039215686],[148.039215686275,144.117647058824,97.0588235294118],[145.098039215686,136.274509803922,94.1176470588235],[87.2549019607843,73.5294117647059,39.2156862745098],[83.3333333333333,64.7058823529412,32.3529411764706],[96.078431372549,76.4705882352941,40.1960784313726],[48.0392156862745,34.3137254901961,0],[51.9607843137255,51.9607843137255,18.6274509803922],[51.9607843137255,58.8235294117647,28.4313725490196],[64.7058823529412,69.6078431372549,40.1960784313726],[63.7254901960784,66.6666666666667,40.1960784313726],[56.8627450980392,55.8823529411765,35.2941176470588],[43.1372549019608,40.1960784313726,21.5686274509804],[38.2352941176471,32.3529411764706,20.5882352941176],[36.2745098039216,27.4509803921569,20.5882352941176],[11.7647058823529,0.980392156862745,0],[29.4117647058824,17.6470588235294,17.6470588235294],[26.4705882352941,14.7058823529412,14.7058823529412],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,20.5882352941176,13.7254901960784],[10.7843137254902,1.96078431372549,0],[42.156862745098,36.2745098039216,22.5490196078431],[13.7254901960784,7.84313725490196,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,11.7647058823529],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[30.3921568627451,25.4901960784314,19.6078431372549],[23.5294117647059,19.6078431372549,10.7843137254902],[20.5882352941176,14.7058823529412,2.94117647058824],[47.0588235294118,40.1960784313726,22.5490196078431],[51.9607843137255,44.1176470588235,23.5294117647059],[27.4509803921569,20.5882352941176,0],[136.274509803922,126.470588235294,100],[148.039215686275,136.274509803922,112.745098039216],[48.0392156862745,33.3333333333333,12.7450980392157],[72.5490196078431,55.8823529411765,38.2352941176471],[49.0196078431373,30.3921568627451,15.6862745098039],[25.4901960784314,8.82352941176471,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[10.7843137254902,5.88235294117647,1.96078431372549],[7.84313725490196,2.94117647058824,0],[11.7647058823529,2.94117647058824,3.92156862745098],[20.5882352941176,8.82352941176471,10.7843137254902],[24.5098039215686,5.88235294117647,7.84313725490196],[33.3333333333333,3.92156862745098,3.92156862745098],[53.921568627451,13.7254901960784,7.84313725490196],[87.2549019607843,35.2941176470588,21.5686274509804],[112.745098039216,51.9607843137255,31.3725490196078],[127.450980392157,64.7058823529412,37.2549019607843],[110.78431372549,50.9803921568627,20.5882352941176],[132.352941176471,80.3921568627451,47.0588235294118],[146.078431372549,103.921568627451,69.6078431372549],[122.549019607843,89.2156862745098,52.9411764705882],[146.078431372549,116.666666666667,79.4117647058823],[56.8627450980392,28.4313725490196,0],[88.2352941176471,60.7843137254902,21.5686274509804],[84.3137254901961,64.7058823529412,28.4313725490196],[104.901960784314,90.1960784313725,57.843137254902],[77.4509803921569,62.7450980392157,34.3137254901961],[107.843137254902,89.2156862745098,59.8039215686275],[97.0588235294118,72.5490196078431,42.156862745098],[137.254901960784,111.764705882353,75.4901960784314],[110.78431372549,87.2549019607843,42.156862745098],[97.0588235294118,80.3921568627451,27.4509803921569],[135.294117647059,126.470588235294,68.6274509803922],[143.137254901961,141.176470588235,83.3333333333333],[101.960784313725,101.960784313725,49.0196078431373],[111.764705882353,110.78431372549,63.7254901960784],[58.8235294117647,53.921568627451,16.6666666666667],[82.3529411764706,77.4509803921569,40.1960784313726],[166.666666666667,164.705882352941,117.647058823529],[159.803921568627,159.803921568627,110.78431372549],[109.803921568627,111.764705882353,63.7254901960784],[148.039215686275,150,103.921568627451],[164.705882352941,170.588235294118,127.450980392157],[94.1176470588235,100.980392156863,57.843137254902],[100.980392156863,109.803921568627,65.6862745098039],[53.921568627451,65.6862745098039,20.5882352941176],[55.8823529411765,69.6078431372549,21.5686274509804],[111.764705882353,127.450980392157,79.4117647058823],[178.43137254902,196.078431372549,149.019607843137],[115.686274509804,134.313725490196,89.2156862745098],[65.6862745098039,84.3137254901961,40.1960784313726],[58.8235294117647,79.4117647058823,39.2156862745098],[105.882352941176,125.490196078431,89.2156862745098],[57.843137254902,77.4509803921569,41.1764705882353],[159.803921568627,175.490196078431,137.254901960784],[222.549019607843,237.254901960784,199.019607843137],[162.745098039216,177.450980392157,145.098039215686],[56.8627450980392,72.5490196078431,37.2549019607843],[173.529411764706,190.196078431373,149.019607843137],[154.901960784314,172.549019607843,123.529411764706],[152.941176470588,169.607843137255,116.666666666667],[145.098039215686,157.843137254902,105.882352941176],[106.862745098039,113.725490196078,70.5882352941177],[118.627450980392,123.529411764706,83.3333333333333],[76.4705882352941,82.3529411764706,37.2549019607843],[111.764705882353,118.627450980392,68.6274509803922],[156.862745098039,165.686274509804,111.764705882353],[134.313725490196,144.117647058824,92.156862745098],[222.549019607843,234.313725490196,189.21568627451],[230.392156862745,244.117647058824,196.078431372549],[179.411764705882,199.019607843137,137.254901960784],[134.313725490196,153.921568627451,92.156862745098],[158.823529411765,176.470588235294,125.490196078431],[150,168.627450980392,114.705882352941],[147.058823529412,165.686274509804,102.941176470588],[154.901960784314,173.529411764706,110.78431372549],[86.2745098039216,99.0196078431373,53.921568627451],[95.0980392156863,102.941176470588,62.7450980392157],[79.4117647058823,85.2941176470588,40.1960784313726],[117.647058823529,119.607843137255,73.5294117647059],[99.0196078431373,95.0980392156863,50.9803921568627],[129.411764705882,120.588235294118,80.3921568627451],[123.529411764706,107.843137254902,74.5098039215686],[88.2352941176471,68.6274509803922,34.3137254901961],[89.2156862745098,65.6862745098039,28.4313725490196],[75.4901960784314,57.843137254902,20.5882352941176],[28.4313725490196,23.5294117647059,0],[51.9607843137255,51.9607843137255,24.5098039215686],[37.2549019607843,40.1960784313726,11.7647058823529],[26.4705882352941,29.4117647058824,2.94117647058824],[43.1372549019608,42.156862745098,21.5686274509804],[67.6470588235294,64.7058823529412,50],[34.3137254901961,27.4509803921569,17.6470588235294],[26.4705882352941,19.6078431372549,13.7254901960784],[30.3921568627451,21.5686274509804,16.6666666666667],[35.2941176470588,24.5098039215686,20.5882352941176],[9.80392156862745,0,0],[35.2941176470588,24.5098039215686,20.5882352941176],[37.2549019607843,28.4313725490196,21.5686274509804],[32.3529411764706,26.4705882352941,14.7058823529412],[23.5294117647059,20.5882352941176,1.96078431372549],[14.7058823529412,11.7647058823529,0],[10.7843137254902,6.86274509803922,0],[13.7254901960784,8.82352941176471,2.94117647058824],[5.88235294117647,0.980392156862745,0],[12.7450980392157,7.84313725490196,3.92156862745098],[66.6666666666667,63.7254901960784,54.9019607843137],[25.4901960784314,23.5294117647059,10.7843137254902],[31.3725490196078,28.4313725490196,11.7647058823529],[29.4117647058824,24.5098039215686,5.88235294117647],[12.7450980392157,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[23.5294117647059,12.7450980392157,0],[40.1960784313726,28.4313725490196,6.86274509803922],[45.0980392156863,30.3921568627451,9.80392156862745],[67.6470588235294,52.9411764705882,34.3137254901961],[85.2941176470588,69.6078431372549,54.9019607843137],[29.4117647058824,15.6862745098039,6.86274509803922],[8.82352941176471,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,3.92156862745098],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,0.980392156862745,0.980392156862745],[11.7647058823529,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0,1.96078431372549],[14.7058823529412,2.94117647058824,6.86274509803922],[12.7450980392157,0.980392156862745,2.94117647058824],[10.7843137254902,0.980392156862745,0],[17.6470588235294,7.84313725490196,5.88235294117647],[37.2549019607843,28.4313725490196,21.5686274509804],[44.1176470588235,30.3921568627451,21.5686274509804],[48.0392156862745,22.5490196078431,9.80392156862745],[77.4509803921569,40.1960784313726,21.5686274509804],[103.921568627451,49.0196078431373,24.5098039215686],[146.078431372549,82.3529411764706,54.9019607843137],[124.509803921569,59.8039215686275,28.4313725490196],[110.78431372549,49.0196078431373,16.6666666666667],[120.588235294118,68.6274509803922,37.2549019607843],[160.78431372549,118.627450980392,85.2941176470588],[100,70.5882352941177,35.2941176470588],[51.9607843137255,30.3921568627451,0],[79.4117647058823,60.7843137254902,29.4117647058824],[52.9411764705882,38.2352941176471,5.88235294117647],[50.9803921568627,37.2549019607843,2.94117647058824],[92.156862745098,78.4313725490196,42.156862745098],[63.7254901960784,49.0196078431373,8.82352941176471],[130.392156862745,113.725490196078,71.5686274509804],[141.176470588235,123.529411764706,78.4313725490196],[118.627450980392,100.980392156863,53.921568627451],[72.5490196078431,58.8235294117647,10.7843137254902],[134.313725490196,124.509803921569,74.5098039215686],[120.588235294118,117.647058823529,67.6470588235294],[105.882352941176,107.843137254902,58.8235294117647],[67.6470588235294,70.5882352941177,24.5098039215686],[63.7254901960784,69.6078431372549,24.5098039215686],[51.9607843137255,57.843137254902,14.7058823529412],[19.6078431372549,22.5490196078431,0],[91.1764705882353,94.1176470588235,48.0392156862745],[130.392156862745,133.333333333333,87.2549019607843],[81.3725490196078,84.3137254901961,42.156862745098],[76.4705882352941,81.3725490196078,41.1764705882353],[163.725490196078,168.627450980392,129.411764705882],[108.823529411765,114.705882352941,77.4509803921569],[127.450980392157,135.294117647059,95.0980392156863],[125.490196078431,136.274509803922,94.1176470588235],[100,112.745098039216,67.6470588235294],[128.43137254902,144.117647058824,98.0392156862745],[222.549019607843,238.235294117647,192.156862745098],[211.764705882353,228.43137254902,184.313725490196],[116.666666666667,133.333333333333,90.1960784313725],[66.6666666666667,84.3137254901961,45.0980392156863],[89.2156862745098,105.882352941176,70.5882352941177],[84.3137254901961,103.921568627451,67.6470588235294],[96.078431372549,120.588235294118,81.3725490196078],[188.235294117647,212.745098039216,173.529411764706],[138.235294117647,157.843137254902,121.56862745098],[70.5882352941177,86.2745098039216,50.9803921568627],[72.5490196078431,86.2745098039216,50.9803921568627],[38.2352941176471,50,10.7843137254902],[32.3529411764706,45.0980392156863,1.96078431372549],[138.235294117647,150.980392156863,107.843137254902],[135.294117647059,150.980392156863,106.862745098039],[97.0588235294118,114.705882352941,67.6470588235294],[55.8823529411765,73.5294117647059,24.5098039215686],[154.901960784314,172.549019607843,121.56862745098],[114.705882352941,131.372549019608,80.3921568627451],[123.529411764706,139.21568627451,91.1764705882353],[198.039215686275,210.78431372549,167.647058823529],[159.803921568627,172.549019607843,129.411764705882],[200,217.647058823529,168.627450980392],[151.960784313725,171.56862745098,121.56862745098],[140.196078431373,156.862745098039,113.725490196078],[119.607843137255,136.274509803922,93.1372549019608],[96.078431372549,111.764705882353,67.6470588235294],[137.254901960784,150,107.843137254902],[59.8039215686275,69.6078431372549,33.3333333333333],[104.901960784314,111.764705882353,78.4313725490196],[123.529411764706,124.509803921569,91.1764705882353],[85.2941176470588,82.3529411764706,48.0392156862745],[67.6470588235294,59.8039215686275,24.5098039215686],[88.2352941176471,75.4901960784314,41.1764705882353],[108.823529411765,90.1960784313725,57.843137254902],[90.1960784313725,67.6470588235294,34.3137254901961],[106.862745098039,81.3725490196078,45.0980392156863],[80.3921568627451,57.843137254902,24.5098039215686],[65.6862745098039,50,25.4901960784314],[68.6274509803922,60.7843137254902,38.2352941176471],[105.882352941176,101.960784313725,75.4901960784314],[12.7450980392157,12.7450980392157,0],[24.5098039215686,25.4901960784314,7.84313725490196],[40.1960784313726,40.1960784313726,28.4313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[37.2549019607843,32.3529411764706,28.4313725490196],[5.88235294117647,0,0],[21.5686274509804,13.7254901960784,2.94117647058824],[9.80392156862745,0,0],[28.4313725490196,20.5882352941176,9.80392156862745],[52.9411764705882,47.0588235294118,35.2941176470588],[37.2549019607843,34.3137254901961,17.6470588235294],[88.2352941176471,88.2352941176471,60.7843137254902],[19.6078431372549,19.6078431372549,0],[13.7254901960784,7.84313725490196,0],[22.5490196078431,15.6862745098039,7.84313725490196],[13.7254901960784,8.82352941176471,4.90196078431373],[22.5490196078431,19.6078431372549,14.7058823529412],[62.7450980392157,62.7450980392157,50.9803921568627],[66.6666666666667,67.6470588235294,51.9607843137255],[19.6078431372549,18.6274509803922,0],[50.9803921568627,50,30.3921568627451],[43.1372549019608,37.2549019607843,23.5294117647059],[38.2352941176471,30.3921568627451,17.6470588235294],[30.3921568627451,18.6274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,0],[23.5294117647059,12.7450980392157,0],[54.9019607843137,44.1176470588235,24.5098039215686],[83.3333333333333,71.5686274509804,57.843137254902],[33.3333333333333,23.5294117647059,14.7058823529412],[7.84313725490196,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[32.3529411764706,30.3921568627451,31.3725490196078],[64.7058823529412,62.7450980392157,63.7254901960784],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[10.7843137254902,0,0],[21.5686274509804,7.84313725490196,4.90196078431373],[21.5686274509804,7.84313725490196,4.90196078431373],[18.6274509803922,7.84313725490196,5.88235294117647],[18.6274509803922,7.84313725490196,5.88235294117647],[17.6470588235294,5.88235294117647,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,3.92156862745098,5.88235294117647],[11.7647058823529,0,1.96078431372549],[11.7647058823529,0,1.96078431372549],[10.7843137254902,0,0],[12.7450980392157,3.92156862745098,0],[24.5098039215686,14.7058823529412,4.90196078431373],[48.0392156862745,32.3529411764706,16.6666666666667],[56.8627450980392,30.3921568627451,9.80392156862745],[50,10.7843137254902,0],[105.882352941176,51.9607843137255,22.5490196078431],[141.176470588235,77.4509803921569,46.078431372549],[141.176470588235,76.4705882352941,43.1372549019608],[127.450980392157,65.6862745098039,31.3725490196078],[120.588235294118,68.6274509803922,35.2941176470588],[128.43137254902,86.2745098039216,51.9607843137255],[99.0196078431373,69.6078431372549,32.3529411764706],[63.7254901960784,44.1176470588235,9.80392156862745],[56.8627450980392,43.1372549019608,14.7058823529412],[38.2352941176471,28.4313725490196,1.96078431372549],[40.1960784313726,26.4705882352941,0],[110.78431372549,96.078431372549,63.7254901960784],[46.078431372549,28.4313725490196,0],[58.8235294117647,40.1960784313726,0],[92.156862745098,75.4901960784314,30.3921568627451],[97.0588235294118,83.3333333333333,35.2941176470588],[78.4313725490196,68.6274509803922,18.6274509803922],[86.2745098039216,80.3921568627451,29.4117647058824],[125.490196078431,125.490196078431,76.4705882352941],[95.0980392156863,99.0196078431373,50],[119.607843137255,125.490196078431,80.3921568627451],[81.3725490196078,88.2352941176471,45.0980392156863],[89.2156862745098,98.0392156862745,55.8823529411765],[89.2156862745098,96.078431372549,54.9019607843137],[88.2352941176471,95.0980392156863,51.9607843137255],[122.549019607843,128.43137254902,85.2941176470588],[122.549019607843,127.450980392157,87.2549019607843],[31.3725490196078,38.2352941176471,0],[120.588235294118,127.450980392157,87.2549019607843],[101.960784313725,109.803921568627,71.5686274509804],[83.3333333333333,94.1176470588235,54.9019607843137],[105.882352941176,118.627450980392,76.4705882352941],[118.627450980392,131.372549019608,89.2156862745098],[201.960784313725,216.666666666667,174.509803921569],[195.098039215686,209.803921568627,167.647058823529],[225.490196078431,242.156862745098,199.019607843137],[196.078431372549,213.725490196078,172.549019607843],[129.411764705882,147.058823529412,107.843137254902],[115.686274509804,133.333333333333,96.078431372549],[137.254901960784,158.823529411765,121.56862745098],[160.78431372549,188.235294117647,148.039215686275],[154.901960784314,185.294117647059,144.117647058824],[109.803921568627,134.313725490196,96.078431372549],[77.4509803921569,94.1176470588235,58.8235294117647],[73.5294117647059,87.2549019607843,52.9411764705882],[52.9411764705882,64.7058823529412,29.4117647058824],[55.8823529411765,67.6470588235294,30.3921568627451],[133.333333333333,148.039215686275,105.882352941176],[165.686274509804,184.313725490196,139.21568627451],[99.0196078431373,122.549019607843,73.5294117647059],[45.0980392156863,71.5686274509804,19.6078431372549],[86.2745098039216,109.803921568627,58.8235294117647],[90.1960784313725,111.764705882353,63.7254901960784],[143.137254901961,161.764705882353,116.666666666667],[186.274509803922,200.980392156863,158.823529411765],[171.56862745098,186.274509803922,144.117647058824],[234.313725490196,250,207.843137254902],[152.941176470588,171.56862745098,126.470588235294],[91.1764705882353,109.803921568627,65.6862745098039],[102.941176470588,120.588235294118,79.4117647058823],[74.5098039215686,91.1764705882353,50],[86.2745098039216,100.980392156863,62.7450980392157],[52.9411764705882,64.7058823529412,27.4509803921569],[65.6862745098039,73.5294117647059,37.2549019607843],[93.1372549019608,97.0588235294118,62.7450980392157],[71.5686274509804,71.5686274509804,36.2745098039216],[80.3921568627451,74.5098039215686,39.2156862745098],[92.156862745098,82.3529411764706,47.0588235294118],[91.1764705882353,76.4705882352941,38.2352941176471],[136.274509803922,117.647058823529,78.4313725490196],[148.039215686275,125.490196078431,85.2941176470588],[84.3137254901961,62.7450980392157,26.4705882352941],[76.4705882352941,59.8039215686275,32.3529411764706],[68.6274509803922,54.9019607843137,29.4117647058824],[32.3529411764706,25.4901960784314,0],[20.5882352941176,19.6078431372549,0],[58.8235294117647,60.7843137254902,40.1960784313726],[59.8039215686275,61.7647058823529,48.0392156862745],[34.3137254901961,34.3137254901961,24.5098039215686],[35.2941176470588,32.3529411764706,25.4901960784314],[66.6666666666667,59.8039215686275,50],[43.1372549019608,35.2941176470588,24.5098039215686],[31.3725490196078,21.5686274509804,11.7647058823529],[7.84313725490196,0,0],[5.88235294117647,0,0],[44.1176470588235,41.1764705882353,22.5490196078431],[74.5098039215686,77.4509803921569,50.9803921568627],[40.1960784313726,40.1960784313726,14.7058823529412],[14.7058823529412,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[19.6078431372549,14.7058823529412,11.7647058823529],[29.4117647058824,26.4705882352941,21.5686274509804],[52.9411764705882,52.9411764705882,41.1764705882353],[59.8039215686275,60.7843137254902,43.1372549019608],[13.7254901960784,15.6862745098039,0],[15.6862745098039,14.7058823529412,0],[19.6078431372549,13.7254901960784,1.96078431372549],[38.2352941176471,29.4117647058824,20.5882352941176],[17.6470588235294,4.90196078431373,0],[62.7450980392157,50.9803921568627,35.2941176470588],[68.6274509803922,57.843137254902,36.2745098039216],[58.8235294117647,50.9803921568627,30.3921568627451],[28.4313725490196,19.6078431372549,4.90196078431373],[29.4117647058824,18.6274509803922,12.7450980392157],[7.84313725490196,0,0],[12.7450980392157,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[49.0196078431373,47.0588235294118,48.0392156862745],[42.156862745098,40.1960784313726,41.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[21.5686274509804,10.7843137254902,8.82352941176471],[18.6274509803922,7.84313725490196,5.88235294117647],[14.7058823529412,3.92156862745098,0],[16.6666666666667,2.94117647058824,0],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[17.6470588235294,2.94117647058824,5.88235294117647],[21.5686274509804,6.86274509803922,9.80392156862745],[9.80392156862745,0,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0],[50.9803921568627,28.4313725490196,10.7843137254902],[78.4313725490196,45.0980392156863,20.5882352941176],[51.9607843137255,8.82352941176471,0],[99.0196078431373,47.0588235294118,16.6666666666667],[127.450980392157,69.6078431372549,38.2352941176471],[129.411764705882,67.6470588235294,33.3333333333333],[135.294117647059,76.4705882352941,40.1960784313726],[144.117647058824,92.156862745098,52.9411764705882],[92.156862745098,48.0392156862745,9.80392156862745],[72.5490196078431,39.2156862745098,1.96078431372549],[86.2745098039216,62.7450980392157,27.4509803921569],[63.7254901960784,49.0196078431373,20.5882352941176],[62.7450980392157,50.9803921568627,25.4901960784314],[52.9411764705882,38.2352941176471,15.6862745098039],[85.2941176470588,69.6078431372549,47.0588235294118],[100,80.3921568627451,56.8627450980392],[60.7843137254902,41.1764705882353,14.7058823529412],[68.6274509803922,50,17.6470588235294],[93.1372549019608,78.4313725490196,38.2352941176471],[101.960784313725,92.156862745098,44.1176470588235],[69.6078431372549,64.7058823529412,10.7843137254902],[106.862745098039,105.882352941176,50.9803921568627],[126.470588235294,129.411764705882,75.4901960784314],[147.058823529412,150,103.921568627451],[129.411764705882,134.313725490196,94.1176470588235],[91.1764705882353,97.0588235294118,61.7647058823529],[101.960784313725,107.843137254902,74.5098039215686],[24.5098039215686,30.3921568627451,0],[107.843137254902,113.725490196078,76.4705882352941],[196.078431372549,202.941176470588,162.745098039216],[192.156862745098,200.980392156863,158.823529411765],[105.882352941176,114.705882352941,72.5490196078431],[99.0196078431373,109.803921568627,67.6470588235294],[96.078431372549,106.862745098039,64.7058823529412],[120.588235294118,133.333333333333,91.1764705882353],[88.2352941176471,102.941176470588,64.7058823529412],[185.294117647059,200.980392156863,164.705882352941],[214.705882352941,231.372549019608,196.078431372549],[175.490196078431,192.156862745098,156.862745098039],[187.254901960784,207.843137254902,169.607843137255],[161.764705882353,182.352941176471,144.117647058824],[133.333333333333,153.921568627451,113.725490196078],[106.862745098039,131.372549019608,90.1960784313725],[128.43137254902,158.823529411765,117.647058823529],[142.156862745098,172.549019607843,131.372549019608],[132.352941176471,156.862745098039,118.627450980392],[101.960784313725,121.56862745098,85.2941176470588],[85.2941176470588,100.980392156863,65.6862745098039],[89.2156862745098,102.941176470588,67.6470588235294],[102.941176470588,117.647058823529,79.4117647058823],[110.78431372549,127.450980392157,86.2745098039216],[162.745098039216,181.372549019608,136.274509803922],[102.941176470588,124.509803921569,76.4705882352941],[96.078431372549,119.607843137255,68.6274509803922],[135.294117647059,158.823529411765,107.843137254902],[154.901960784314,176.470588235294,128.43137254902],[182.352941176471,200.980392156863,155.882352941176],[207.843137254902,222.549019607843,180.392156862745],[211.764705882353,228.43137254902,185.294117647059],[122.549019607843,145.098039215686,94.1176470588235],[128.43137254902,150.980392156863,98.0392156862745],[106.862745098039,129.411764705882,78.4313725490196],[150.980392156863,173.529411764706,122.549019607843],[99.0196078431373,118.627450980392,68.6274509803922],[100.980392156863,120.588235294118,72.5490196078431],[85.2941176470588,100.980392156863,54.9019607843137],[86.2745098039216,98.0392156862745,52.9411764705882],[94.1176470588235,100.980392156863,57.843137254902],[100,102.941176470588,58.8235294117647],[73.5294117647059,70.5882352941177,26.4705882352941],[65.6862745098039,58.8235294117647,13.7254901960784],[97.0588235294118,84.3137254901961,41.1764705882353],[159.803921568627,143.137254901961,100],[128.43137254902,110.78431372549,65.6862745098039],[93.1372549019608,74.5098039215686,32.3529411764706],[70.5882352941177,55.8823529411765,15.6862745098039],[82.3529411764706,70.5882352941177,33.3333333333333],[37.2549019607843,31.3725490196078,0],[36.2745098039216,32.3529411764706,3.92156862745098],[73.5294117647059,73.5294117647059,46.078431372549],[106.862745098039,109.803921568627,83.3333333333333],[37.2549019607843,36.2745098039216,15.6862745098039],[7.84313725490196,4.90196078431373,0],[87.2549019607843,80.3921568627451,72.5490196078431],[61.7647058823529,52.9411764705882,48.0392156862745],[47.0588235294118,36.2745098039216,32.3529411764706],[51.9607843137255,42.156862745098,33.3333333333333],[56.8627450980392,49.0196078431373,36.2745098039216],[75.4901960784314,69.6078431372549,55.8823529411765],[53.921568627451,51.9607843137255,39.2156862745098],[31.3725490196078,27.4509803921569,16.6666666666667],[17.6470588235294,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,6.86274509803922,4.90196078431373],[5.88235294117647,0.980392156862745,0],[17.6470588235294,14.7058823529412,5.88235294117647],[60.7843137254902,58.8235294117647,44.1176470588235],[47.0588235294118,46.078431372549,25.4901960784314],[21.5686274509804,18.6274509803922,0],[15.6862745098039,7.84313725490196,0],[13.7254901960784,3.92156862745098,0],[9.80392156862745,0,0],[50,37.2549019607843,21.5686274509804],[81.3725490196078,69.6078431372549,48.0392156862745],[56.8627450980392,46.078431372549,26.4705882352941],[32.3529411764706,20.5882352941176,6.86274509803922],[30.3921568627451,19.6078431372549,13.7254901960784],[22.5490196078431,10.7843137254902,10.7843137254902],[6.86274509803922,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0,0,0],[10.7843137254902,10.7843137254902,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[23.5294117647059,12.7450980392157,10.7843137254902],[23.5294117647059,12.7450980392157,10.7843137254902],[20.5882352941176,9.80392156862745,5.88235294117647],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,0,0],[13.7254901960784,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,1.96078431372549,0],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,0.980392156862745,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,0],[13.7254901960784,0,0],[25.4901960784314,11.7647058823529,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,3.92156862745098,0],[25.4901960784314,7.84313725490196,0],[64.7058823529412,37.2549019607843,15.6862745098039],[108.823529411765,70.5882352941177,42.156862745098],[86.2745098039216,41.1764705882353,8.82352941176471],[115.686274509804,67.6470588235294,36.2745098039216],[129.411764705882,77.4509803921569,44.1176470588235],[109.803921568627,54.9019607843137,18.6274509803922],[126.470588235294,72.5490196078431,32.3529411764706],[135.294117647059,83.3333333333333,40.1960784313726],[94.1176470588235,48.0392156862745,4.90196078431373],[85.2941176470588,50.9803921568627,9.80392156862745],[100.980392156863,75.4901960784314,39.2156862745098],[78.4313725490196,61.7647058823529,32.3529411764706],[49.0196078431373,35.2941176470588,9.80392156862745],[19.6078431372549,2.94117647058824,0],[34.3137254901961,17.6470588235294,0],[125.490196078431,106.862745098039,90.1960784313725],[90.1960784313725,72.5490196078431,50.9803921568627],[46.078431372549,29.4117647058824,0],[88.2352941176471,74.5098039215686,36.2745098039216],[113.725490196078,105.882352941176,57.843137254902],[114.705882352941,109.803921568627,54.9019607843137],[167.647058823529,167.647058823529,108.823529411765],[181.372549019608,185.294117647059,127.450980392157],[67.6470588235294,74.5098039215686,23.5294117647059],[61.7647058823529,68.6274509803922,25.4901960784314],[111.764705882353,117.647058823529,84.3137254901961],[68.6274509803922,73.5294117647059,44.1176470588235],[40.1960784313726,47.0588235294118,16.6666666666667],[58.8235294117647,65.6862745098039,32.3529411764706],[106.862745098039,114.705882352941,76.4705882352941],[108.823529411765,119.607843137255,77.4509803921569],[145.098039215686,156.862745098039,109.803921568627],[110.78431372549,124.509803921569,76.4705882352941],[119.607843137255,135.294117647059,89.2156862745098],[104.901960784314,119.607843137255,79.4117647058823],[114.705882352941,130.392156862745,95.0980392156863],[118.627450980392,135.294117647059,103.921568627451],[130.392156862745,149.019607843137,121.56862745098],[114.705882352941,135.294117647059,104.901960784314],[165.686274509804,189.21568627451,155.882352941176],[191.176470588235,215.686274509804,177.450980392157],[213.725490196078,238.235294117647,197.058823529412],[150.980392156863,177.450980392157,133.333333333333],[140.196078431373,170.588235294118,127.450980392157],[191.176470588235,221.56862745098,180.392156862745],[153.921568627451,178.43137254902,140.196078431373],[123.529411764706,143.137254901961,106.862745098039],[155.882352941176,171.56862745098,136.274509803922],[131.372549019608,147.058823529412,111.764705882353],[102.941176470588,118.627450980392,82.3529411764706],[95.0980392156863,111.764705882353,70.5882352941177],[127.450980392157,149.019607843137,102.941176470588],[125.490196078431,149.019607843137,100],[159.803921568627,186.274509803922,134.313725490196],[181.372549019608,207.843137254902,157.843137254902],[167.647058823529,191.176470588235,142.156862745098],[178.43137254902,197.058823529412,151.960784313725],[243.137254901961,250,218.627450980392],[238.235294117647,250,211.764705882353],[197.058823529412,219.607843137255,168.627450980392],[134.313725490196,161.764705882353,104.901960784314],[115.686274509804,143.137254901961,86.2745098039216],[144.117647058824,168.627450980392,112.745098039216],[107.843137254902,132.352941176471,76.4705882352941],[108.823529411765,131.372549019608,76.4705882352941],[108.823529411765,127.450980392157,73.5294117647059],[88.2352941176471,104.901960784314,51.9607843137255],[108.823529411765,121.56862745098,68.6274509803922],[109.803921568627,118.627450980392,66.6666666666667],[64.7058823529412,66.6666666666667,17.6470588235294],[77.4509803921569,75.4901960784314,27.4509803921569],[121.56862745098,113.725490196078,65.6862745098039],[100.980392156863,91.1764705882353,43.1372549019608],[72.5490196078431,58.8235294117647,12.7450980392157],[138.235294117647,124.509803921569,78.4313725490196],[93.1372549019608,80.3921568627451,36.2745098039216],[109.803921568627,98.0392156862745,58.8235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[55.8823529411765,50.9803921568627,22.5490196078431],[39.2156862745098,38.2352941176471,7.84313725490196],[103.921568627451,104.901960784314,74.5098039215686],[97.0588235294118,97.0588235294118,69.6078431372549],[29.4117647058824,27.4509803921569,6.86274509803922],[7.84313725490196,0,0],[29.4117647058824,18.6274509803922,14.7058823529412],[24.5098039215686,10.7843137254902,7.84313725490196],[32.3529411764706,19.6078431372549,11.7647058823529],[88.2352941176471,79.4117647058823,64.7058823529412],[72.5490196078431,65.6862745098039,50],[3.92156862745098,0,0],[14.7058823529412,7.84313725490196,1.96078431372549],[31.3725490196078,20.5882352941176,14.7058823529412],[18.6274509803922,7.84313725490196,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[21.5686274509804,13.7254901960784,11.7647058823529],[18.6274509803922,14.7058823529412,5.88235294117647],[40.1960784313726,38.2352941176471,23.5294117647059],[36.2745098039216,34.3137254901961,13.7254901960784],[23.5294117647059,18.6274509803922,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[17.6470588235294,3.92156862745098,0],[36.2745098039216,23.5294117647059,7.84313725490196],[56.8627450980392,45.0980392156863,23.5294117647059],[49.0196078431373,36.2745098039216,17.6470588235294],[34.3137254901961,22.5490196078431,8.82352941176471],[7.84313725490196,0,0],[21.5686274509804,11.7647058823529,10.7843137254902],[5.88235294117647,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,7.84313725490196],[1.96078431372549,1.96078431372549,0],[0,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,7.84313725490196],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[10.7843137254902,0.980392156862745,0],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,1.96078431372549],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,4.90196078431373,0.980392156862745],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[15.6862745098039,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,0,0],[68.6274509803922,35.2941176470588,10.7843137254902],[115.686274509804,71.5686274509804,39.2156862745098],[70.5882352941177,23.5294117647059,0],[116.666666666667,72.5490196078431,40.1960784313726],[117.647058823529,74.5098039215686,40.1960784313726],[107.843137254902,60.7843137254902,21.5686274509804],[138.235294117647,88.2352941176471,44.1176470588235],[121.56862745098,69.6078431372549,20.5882352941176],[141.176470588235,92.156862745098,44.1176470588235],[141.176470588235,102.941176470588,60.7843137254902],[99.0196078431373,71.5686274509804,35.2941176470588],[77.4509803921569,61.7647058823529,29.4117647058824],[88.2352941176471,74.5098039215686,48.0392156862745],[77.4509803921569,61.7647058823529,39.2156862745098],[61.7647058823529,45.0980392156863,25.4901960784314],[41.1764705882353,24.5098039215686,4.90196078431373],[46.078431372549,30.3921568627451,7.84313725490196],[48.0392156862745,33.3333333333333,2.94117647058824],[114.705882352941,102.941176470588,63.7254901960784],[99.0196078431373,93.1372549019608,44.1176470588235],[75.4901960784314,73.5294117647059,17.6470588235294],[191.176470588235,193.137254901961,131.372549019608],[159.803921568627,163.725490196078,103.921568627451],[103.921568627451,110.78431372549,57.843137254902],[72.5490196078431,80.3921568627451,34.3137254901961],[103.921568627451,109.803921568627,72.5490196078431],[95.0980392156863,101.960784313725,69.6078431372549],[107.843137254902,116.666666666667,88.2352941176471],[40.1960784313726,49.0196078431373,20.5882352941176],[68.6274509803922,78.4313725490196,42.156862745098],[75.4901960784314,88.2352941176471,45.0980392156863],[100,115.686274509804,67.6470588235294],[138.235294117647,154.901960784314,103.921568627451],[132.352941176471,150,102.941176470588],[99.0196078431373,116.666666666667,75.4901960784314],[141.176470588235,159.803921568627,128.43137254902],[147.058823529412,166.666666666667,142.156862745098],[144.117647058824,165.686274509804,145.098039215686],[168.627450980392,190.196078431373,169.607843137255],[172.549019607843,197.058823529412,168.627450980392],[222.549019607843,248.039215686275,213.725490196078],[161.764705882353,190.196078431373,147.058823529412],[135.294117647059,163.725490196078,118.627450980392],[133.333333333333,163.725490196078,120.588235294118],[158.823529411765,189.21568627451,148.039215686275],[205.882352941176,231.372549019608,193.137254901961],[217.647058823529,239.21568627451,203.921568627451],[200.980392156863,217.647058823529,184.313725490196],[130.392156862745,146.078431372549,110.78431372549],[118.627450980392,134.313725490196,98.0392156862745],[161.764705882353,179.411764705882,138.235294117647],[183.333333333333,204.901960784314,159.803921568627],[160.78431372549,184.313725490196,137.254901960784],[150,176.470588235294,126.470588235294],[129.411764705882,152.941176470588,103.921568627451],[119.607843137255,141.176470588235,95.0980392156863],[148.039215686275,166.666666666667,122.549019607843],[227.450980392157,244.117647058824,202.941176470588],[200,218.627450980392,174.509803921569],[175.490196078431,199.019607843137,150],[190.196078431373,216.666666666667,162.745098039216],[148.039215686275,175.490196078431,118.627450980392],[93.1372549019608,120.588235294118,63.7254901960784],[153.921568627451,181.372549019608,123.529411764706],[169.607843137255,195.098039215686,135.294117647059],[168.627450980392,192.156862745098,133.333333333333],[144.117647058824,163.725490196078,103.921568627451],[120.588235294118,135.294117647059,77.4509803921569],[96.078431372549,106.862745098039,50],[72.5490196078431,79.4117647058823,26.4705882352941],[96.078431372549,99.0196078431373,47.0588235294118],[118.627450980392,116.666666666667,68.6274509803922],[82.3529411764706,76.4705882352941,29.4117647058824],[94.1176470588235,83.3333333333333,39.2156862745098],[118.627450980392,106.862745098039,65.6862745098039],[85.2941176470588,71.5686274509804,33.3333333333333],[89.2156862745098,76.4705882352941,43.1372549019608],[86.2745098039216,76.4705882352941,51.9607843137255],[83.3333333333333,75.4901960784314,52.9411764705882],[98.0392156862745,94.1176470588235,67.6470588235294],[105.882352941176,104.901960784314,75.4901960784314],[50.9803921568627,50,19.6078431372549],[17.6470588235294,13.7254901960784,0],[29.4117647058824,20.5882352941176,5.88235294117647],[23.5294117647059,10.7843137254902,1.96078431372549],[81.3725490196078,69.6078431372549,57.843137254902],[32.3529411764706,20.5882352941176,4.90196078431373],[27.4509803921569,16.6666666666667,0],[44.1176470588235,36.2745098039216,15.6862745098039],[14.7058823529412,6.86274509803922,0],[6.86274509803922,0,0],[28.4313725490196,15.6862745098039,9.80392156862745],[21.5686274509804,7.84313725490196,6.86274509803922],[15.6862745098039,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[21.5686274509804,18.6274509803922,3.92156862745098],[18.6274509803922,13.7254901960784,0],[24.5098039215686,17.6470588235294,0],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,23.5294117647059,14.7058823529412],[10.7843137254902,0,0],[27.4509803921569,11.7647058823529,0],[37.2549019607843,22.5490196078431,1.96078431372549],[62.7450980392157,50,31.3725490196078],[31.3725490196078,19.6078431372549,7.84313725490196],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,10.7843137254902],[3.92156862745098,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[41.1764705882353,39.2156862745098,40.1960784313726],[27.4509803921569,25.4901960784314,26.4705882352941],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,0,0],[13.7254901960784,4.90196078431373,0],[18.6274509803922,7.84313725490196,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[14.7058823529412,3.92156862745098,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[14.7058823529412,3.92156862745098,0],[15.6862745098039,4.90196078431373,0.980392156862745],[14.7058823529412,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,3.92156862745098,1.96078431372549],[14.7058823529412,4.90196078431373,2.94117647058824],[17.6470588235294,4.90196078431373,0],[7.84313725490196,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,1.96078431372549,0],[20.5882352941176,0,0],[89.2156862745098,50,24.5098039215686],[135.294117647059,86.2745098039216,50],[60.7843137254902,12.7450980392157,0],[97.0588235294118,59.8039215686275,24.5098039215686],[90.1960784313725,54.9019607843137,21.5686274509804],[74.5098039215686,36.2745098039216,0],[118.627450980392,75.4901960784314,29.4117647058824],[127.450980392157,75.4901960784314,22.5490196078431],[160.78431372549,110.78431372549,58.8235294117647],[153.921568627451,116.666666666667,72.5490196078431],[133.333333333333,105.882352941176,67.6470588235294],[110.78431372549,92.156862745098,59.8039215686275],[100.980392156863,87.2549019607843,58.8235294117647],[83.3333333333333,69.6078431372549,43.1372549019608],[71.5686274509804,57.843137254902,31.3725490196078],[46.078431372549,32.3529411764706,3.92156862745098],[33.3333333333333,22.5490196078431,0],[86.2745098039216,77.4509803921569,39.2156862745098],[151.960784313725,145.098039215686,100],[185.294117647059,182.352941176471,130.392156862745],[85.2941176470588,86.2745098039216,29.4117647058824],[129.411764705882,133.333333333333,73.5294117647059],[125.490196078431,133.333333333333,74.5098039215686],[130.392156862745,139.21568627451,83.3333333333333],[166.666666666667,176.470588235294,125.490196078431],[127.450980392157,139.21568627451,94.1176470588235],[134.313725490196,144.117647058824,107.843137254902],[107.843137254902,117.647058823529,91.1764705882353],[16.6666666666667,29.4117647058824,1.96078431372549],[43.1372549019608,56.8627450980392,21.5686274509804],[79.4117647058823,94.1176470588235,51.9607843137255],[150.980392156863,168.627450980392,121.56862745098],[180.392156862745,200,150],[169.607843137255,191.176470588235,145.098039215686],[141.176470588235,161.764705882353,123.529411764706],[119.607843137255,139.21568627451,111.764705882353],[180.392156862745,201.960784313725,181.372549019608],[164.705882352941,187.254901960784,169.607843137255],[110.78431372549,135.294117647059,116.666666666667],[63.7254901960784,91.1764705882353,66.6666666666667],[163.725490196078,192.156862745098,161.764705882353],[121.56862745098,152.941176470588,112.745098039216],[150,182.352941176471,138.235294117647],[150,182.352941176471,140.196078431373],[98.0392156862745,128.43137254902,88.2352941176471],[158.823529411765,184.313725490196,148.039215686275],[172.549019607843,196.078431372549,160.78431372549],[199.019607843137,220.588235294118,185.294117647059],[210.78431372549,230.392156862745,196.078431372549],[185.294117647059,205.882352941176,167.647058823529],[172.549019607843,193.137254901961,152.941176470588],[148.039215686275,170.588235294118,125.490196078431],[164.705882352941,188.235294117647,141.176470588235],[163.725490196078,189.21568627451,142.156862745098],[94.1176470588235,119.607843137255,72.5490196078431],[103.921568627451,126.470588235294,81.3725490196078],[159.803921568627,180.392156862745,138.235294117647],[174.509803921569,192.156862745098,152.941176470588],[124.509803921569,145.098039215686,104.901960784314],[90.1960784313725,115.686274509804,69.6078431372549],[180.392156862745,207.843137254902,159.803921568627],[133.333333333333,160.78431372549,110.78431372549],[124.509803921569,152.941176470588,98.0392156862745],[156.862745098039,184.313725490196,127.450980392157],[137.254901960784,164.705882352941,106.862745098039],[152.941176470588,178.43137254902,118.627450980392],[160.78431372549,182.352941176471,121.56862745098],[149.019607843137,166.666666666667,107.843137254902],[126.470588235294,139.21568627451,84.3137254901961],[117.647058823529,126.470588235294,74.5098039215686],[118.627450980392,122.549019607843,73.5294117647059],[117.647058823529,116.666666666667,71.5686274509804],[102.941176470588,100,57.843137254902],[126.470588235294,118.627450980392,80.3921568627451],[80.3921568627451,70.5882352941177,35.2941176470588],[37.2549019607843,24.5098039215686,0],[105.882352941176,92.156862745098,65.6862745098039],[104.901960784314,93.1372549019608,69.6078431372549],[117.647058823529,110.78431372549,85.2941176470588],[101.960784313725,97.0588235294118,68.6274509803922],[15.6862745098039,11.7647058823529,0],[31.3725490196078,28.4313725490196,0],[50,45.0980392156863,16.6666666666667],[30.3921568627451,22.5490196078431,1.96078431372549],[32.3529411764706,21.5686274509804,3.92156862745098],[54.9019607843137,42.156862745098,23.5294117647059],[10.7843137254902,0,0],[21.5686274509804,11.7647058823529,0],[34.3137254901961,24.5098039215686,0],[50.9803921568627,43.1372549019608,22.5490196078431],[40.1960784313726,31.3725490196078,16.6666666666667],[30.3921568627451,17.6470588235294,9.80392156862745],[9.80392156862745,0,0],[18.6274509803922,6.86274509803922,10.7843137254902],[31.3725490196078,22.5490196078431,23.5294117647059],[22.5490196078431,18.6274509803922,9.80392156862745],[18.6274509803922,15.6862745098039,0],[11.7647058823529,9.80392156862745,0],[64.7058823529412,59.8039215686275,40.1960784313726],[56.8627450980392,47.0588235294118,35.2941176470588],[36.2745098039216,23.5294117647059,14.7058823529412],[37.2549019607843,23.5294117647059,10.7843137254902],[76.4705882352941,60.7843137254902,46.078431372549],[75.4901960784314,60.7843137254902,40.1960784313726],[65.6862745098039,52.9411764705882,34.3137254901961],[33.3333333333333,21.5686274509804,9.80392156862745],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,2.94117647058824],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0,0,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,23.5294117647059,24.5098039215686],[30.3921568627451,28.4313725490196,29.4117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[58.8235294117647,56.8627450980392,57.843137254902],[36.2745098039216,34.3137254901961,35.2941176470588],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[49.0196078431373,45.0980392156863,44.1176470588235],[22.5490196078431,18.6274509803922,17.6470588235294],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[18.6274509803922,7.84313725490196,3.92156862745098],[16.6666666666667,5.88235294117647,0],[13.7254901960784,2.94117647058824,0],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[19.6078431372549,8.82352941176471,4.90196078431373],[12.7450980392157,1.96078431372549,0],[13.7254901960784,2.94117647058824,0],[13.7254901960784,4.90196078431373,0],[13.7254901960784,3.92156862745098,1.96078431372549],[11.7647058823529,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,3.92156862745098,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[22.5490196078431,9.80392156862745,0.980392156862745],[11.7647058823529,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[49.0196078431373,20.5882352941176,4.90196078431373],[137.254901960784,94.1176470588235,67.6470588235294],[172.549019607843,119.607843137255,82.3529411764706],[108.823529411765,60.7843137254902,21.5686274509804],[73.5294117647059,39.2156862745098,7.84313725490196],[79.4117647058823,53.921568627451,21.5686274509804],[63.7254901960784,32.3529411764706,0],[103.921568627451,66.6666666666667,18.6274509803922],[160.78431372549,110.78431372549,54.9019607843137],[159.803921568627,109.803921568627,55.8823529411765],[118.627450980392,78.4313725490196,35.2941176470588],[132.352941176471,102.941176470588,65.6862745098039],[99.0196078431373,79.4117647058823,45.0980392156863],[80.3921568627451,67.6470588235294,33.3333333333333],[59.8039215686275,48.0392156862745,10.7843137254902],[18.6274509803922,9.80392156862745,0],[86.2745098039216,79.4117647058823,34.3137254901961],[76.4705882352941,73.5294117647059,23.5294117647059],[108.823529411765,107.843137254902,54.9019607843137],[126.470588235294,127.450980392157,71.5686274509804],[191.176470588235,194.117647058824,138.235294117647],[196.078431372549,200.980392156863,144.117647058824],[111.764705882353,119.607843137255,61.7647058823529],[143.137254901961,151.960784313725,96.078431372549],[118.627450980392,129.411764705882,74.5098039215686],[152.941176470588,167.647058823529,113.725490196078],[143.137254901961,159.803921568627,105.882352941176],[142.156862745098,157.843137254902,111.764705882353],[117.647058823529,132.352941176471,101.960784313725],[71.5686274509804,85.2941176470588,59.8039215686275],[45.0980392156863,59.8039215686275,27.4509803921569],[84.3137254901961,101.960784313725,64.7058823529412],[142.156862745098,162.745098039216,120.588235294118],[140.196078431373,160.78431372549,118.627450980392],[168.627450980392,190.196078431373,151.960784313725],[170.588235294118,194.117647058824,160.78431372549],[190.196078431373,213.725490196078,188.235294117647],[199.019607843137,223.529411764706,202.941176470588],[77.4509803921569,103.921568627451,87.2549019607843],[23.5294117647059,50,33.3333333333333],[83.3333333333333,112.745098039216,89.2156862745098],[149.019607843137,178.43137254902,150.980392156863],[177.450980392157,210.78431372549,174.509803921569],[108.823529411765,143.137254901961,101.960784313725],[131.372549019608,162.745098039216,122.549019607843],[135.294117647059,165.686274509804,125.490196078431],[130.392156862745,157.843137254902,120.588235294118],[79.4117647058823,104.901960784314,70.5882352941177],[164.705882352941,188.235294117647,154.901960784314],[216.666666666667,240.196078431373,204.901960784314],[197.058823529412,218.627450980392,181.372549019608],[195.098039215686,216.666666666667,178.43137254902],[133.333333333333,158.823529411765,114.705882352941],[118.627450980392,144.117647058824,98.0392156862745],[124.509803921569,150,103.921568627451],[96.078431372549,121.56862745098,75.4901960784314],[130.392156862745,152.941176470588,109.803921568627],[155.882352941176,178.43137254902,137.254901960784],[118.627450980392,139.21568627451,100.980392156863],[110.78431372549,132.352941176471,95.0980392156863],[83.3333333333333,108.823529411765,70.5882352941177],[138.235294117647,165.686274509804,126.470588235294],[72.5490196078431,99.0196078431373,56.8627450980392],[144.117647058824,171.56862745098,124.509803921569],[147.058823529412,173.529411764706,123.529411764706],[30.3921568627451,53.921568627451,2.94117647058824],[59.8039215686275,82.3529411764706,27.4509803921569],[154.901960784314,175.490196078431,119.607843137255],[127.450980392157,146.078431372549,91.1764705882353],[137.254901960784,150.980392156863,99.0196078431373],[129.411764705882,139.21568627451,90.1960784313725],[117.647058823529,123.529411764706,80.3921568627451],[107.843137254902,108.823529411765,69.6078431372549],[89.2156862745098,86.2745098039216,51.9607843137255],[74.5098039215686,69.6078431372549,38.2352941176471],[46.078431372549,36.2745098039216,9.80392156862745],[53.921568627451,42.156862745098,18.6274509803922],[65.6862745098039,50.9803921568627,28.4313725490196],[118.627450980392,107.843137254902,80.3921568627451],[141.176470588235,132.352941176471,103.921568627451],[82.3529411764706,75.4901960784314,48.0392156862745],[36.2745098039216,29.4117647058824,1.96078431372549],[66.6666666666667,59.8039215686275,34.3137254901961],[45.0980392156863,38.2352941176471,10.7843137254902],[61.7647058823529,52.9411764705882,22.5490196078431],[82.3529411764706,73.5294117647059,43.1372549019608],[61.7647058823529,50.9803921568627,23.5294117647059],[51.9607843137255,40.1960784313726,14.7058823529412],[34.3137254901961,22.5490196078431,0],[17.6470588235294,5.88235294117647,0],[88.2352941176471,78.4313725490196,51.9607843137255],[86.2745098039216,75.4901960784314,53.921568627451],[68.6274509803922,55.8823529411765,47.0588235294118],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,23.5294117647059,25.4901960784314],[10.7843137254902,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[20.5882352941176,17.6470588235294,0],[33.3333333333333,31.3725490196078,6.86274509803922],[107.843137254902,103.921568627451,79.4117647058823],[68.6274509803922,59.8039215686275,45.0980392156863],[48.0392156862745,36.2745098039216,24.5098039215686],[77.4509803921569,63.7254901960784,50.9803921568627],[103.921568627451,91.1764705882353,74.5098039215686],[88.2352941176471,76.4705882352941,54.9019607843137],[36.2745098039216,25.4901960784314,5.88235294117647],[19.6078431372549,6.86274509803922,0],[19.6078431372549,8.82352941176471,6.86274509803922],[28.4313725490196,17.6470588235294,21.5686274509804],[11.7647058823529,4.90196078431373,11.7647058823529],[4.90196078431373,0,5.88235294117647],[10.7843137254902,8.82352941176471,13.7254901960784],[87.2549019607843,87.2549019607843,89.2156862745098],[249.019607843137,250,250],[111.764705882353,112.745098039216,114.705882352941],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[25.4901960784314,23.5294117647059,24.5098039215686],[32.3529411764706,30.3921568627451,31.3725490196078],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[40.1960784313726,38.2352941176471,39.2156862745098],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[52.9411764705882,49.0196078431373,48.0392156862745],[105.882352941176,101.960784313725,100.980392156863],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[10.7843137254902,1.96078431372549,0],[11.7647058823529,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[18.6274509803922,9.80392156862745,4.90196078431373],[16.6666666666667,7.84313725490196,2.94117647058824],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[19.6078431372549,8.82352941176471,2.94117647058824],[21.5686274509804,9.80392156862745,0],[20.5882352941176,12.7450980392157,1.96078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[22.5490196078431,11.7647058823529,7.84313725490196],[83.3333333333333,52.9411764705882,35.2941176470588],[152.941176470588,106.862745098039,77.4509803921569],[159.803921568627,107.843137254902,68.6274509803922],[127.450980392157,79.4117647058823,39.2156862745098],[87.2549019607843,58.8235294117647,27.4509803921569],[103.921568627451,84.3137254901961,51.9607843137255],[95.0980392156863,70.5882352941177,31.3725490196078],[96.078431372549,62.7450980392157,15.6862745098039],[162.745098039216,114.705882352941,57.843137254902],[160.78431372549,110.78431372549,54.9019607843137],[105.882352941176,65.6862745098039,22.5490196078431],[93.1372549019608,63.7254901960784,26.4705882352941],[61.7647058823529,42.156862745098,5.88235294117647],[62.7450980392157,50,8.82352941176471],[78.4313725490196,70.5882352941177,24.5098039215686],[39.2156862745098,33.3333333333333,0],[110.78431372549,109.803921568627,54.9019607843137],[120.588235294118,124.509803921569,66.6666666666667],[124.509803921569,130.392156862745,71.5686274509804],[150,157.843137254902,99.0196078431373],[164.705882352941,172.549019607843,116.666666666667],[146.078431372549,154.901960784314,100.980392156863],[135.294117647059,145.098039215686,93.1372549019608],[168.627450980392,181.372549019608,129.411764705882],[116.666666666667,130.392156862745,78.4313725490196],[70.5882352941177,89.2156862745098,35.2941176470588],[89.2156862745098,109.803921568627,53.921568627451],[95.0980392156863,116.666666666667,68.6274509803922],[125.490196078431,144.117647058824,112.745098039216],[92.156862745098,109.803921568627,84.3137254901961],[29.4117647058824,48.0392156862745,18.6274509803922],[82.3529411764706,100.980392156863,69.6078431372549],[147.058823529412,168.627450980392,133.333333333333],[183.333333333333,206.862745098039,171.56862745098],[168.627450980392,192.156862745098,158.823529411765],[117.647058823529,142.156862745098,113.725490196078],[125.490196078431,150,128.43137254902],[200.980392156863,227.450980392157,208.823529411765],[139.21568627451,167.647058823529,150],[51.9607843137255,83.3333333333333,62.7450980392157],[87.2549019607843,118.627450980392,96.078431372549],[60.7843137254902,94.1176470588235,67.6470588235294],[137.254901960784,171.56862745098,140.196078431373],[97.0588235294118,130.392156862745,96.078431372549],[85.2941176470588,116.666666666667,78.4313725490196],[109.803921568627,139.21568627451,101.960784313725],[106.862745098039,136.274509803922,100.980392156863],[113.725490196078,140.196078431373,105.882352941176],[208.823529411765,235.294117647059,200.980392156863],[215.686274509804,242.156862745098,207.843137254902],[201.960784313725,227.450980392157,191.176470588235],[176.470588235294,201.960784313725,163.725490196078],[171.56862745098,198.039215686275,155.882352941176],[116.666666666667,142.156862745098,98.0392156862745],[107.843137254902,133.333333333333,89.2156862745098],[120.588235294118,146.078431372549,101.960784313725],[142.156862745098,166.666666666667,125.490196078431],[115.686274509804,140.196078431373,100.980392156863],[62.7450980392157,87.2549019607843,49.0196078431373],[88.2352941176471,111.764705882353,78.4313725490196],[147.058823529412,171.56862745098,140.196078431373],[172.549019607843,199.019607843137,166.666666666667],[125.490196078431,150.980392156863,114.705882352941],[109.803921568627,136.274509803922,96.078431372549],[138.235294117647,163.725490196078,117.647058823529],[62.7450980392157,86.2745098039216,37.2549019607843],[139.21568627451,161.764705882353,108.823529411765],[118.627450980392,139.21568627451,84.3137254901961],[28.4313725490196,47.0588235294118,0],[154.901960784314,168.627450980392,116.666666666667],[191.176470588235,200,153.921568627451],[126.470588235294,131.372549019608,91.1764705882353],[70.5882352941177,72.5490196078431,36.2745098039216],[78.4313725490196,77.4509803921569,47.0588235294118],[53.921568627451,50,21.5686274509804],[46.078431372549,39.2156862745098,13.7254901960784],[56.8627450980392,47.0588235294118,22.5490196078431],[70.5882352941177,59.8039215686275,32.3529411764706],[126.470588235294,118.627450980392,82.3529411764706],[140.196078431373,132.352941176471,94.1176470588235],[75.4901960784314,69.6078431372549,36.2745098039216],[36.2745098039216,30.3921568627451,0],[48.0392156862745,41.1764705882353,13.7254901960784],[46.078431372549,39.2156862745098,10.7843137254902],[82.3529411764706,74.5098039215686,38.2352941176471],[101.960784313725,94.1176470588235,57.843137254902],[64.7058823529412,55.8823529411765,23.5294117647059],[57.843137254902,47.0588235294118,19.6078431372549],[49.0196078431373,36.2745098039216,17.6470588235294],[58.8235294117647,46.078431372549,27.4509803921569],[89.2156862745098,77.4509803921569,51.9607843137255],[63.7254901960784,51.9607843137255,30.3921568627451],[24.5098039215686,12.7450980392157,0.980392156862745],[9.80392156862745,0,0],[42.156862745098,32.3529411764706,31.3725490196078],[31.3725490196078,23.5294117647059,20.5882352941176],[7.84313725490196,5.88235294117647,0],[17.6470588235294,16.6666666666667,0],[2.94117647058824,2.94117647058824,0],[58.8235294117647,57.843137254902,30.3921568627451],[80.3921568627451,73.5294117647059,54.9019607843137],[66.6666666666667,57.843137254902,43.1372549019608],[30.3921568627451,18.6274509803922,2.94117647058824],[53.921568627451,43.1372549019608,25.4901960784314],[71.5686274509804,60.7843137254902,39.2156862745098],[49.0196078431373,41.1764705882353,22.5490196078431],[7.84313725490196,0,0],[33.3333333333333,23.5294117647059,21.5686274509804],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,1.96078431372549,8.82352941176471],[2.94117647058824,0,3.92156862745098],[60.7843137254902,59.8039215686275,64.7058823529412],[243.137254901961,244.117647058824,246.078431372549],[185.294117647059,186.274509803922,188.235294117647],[79.4117647058823,80.3921568627451,82.3529411764706],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[124.509803921569,120.588235294118,119.607843137255],[114.705882352941,110.78431372549,109.803921568627],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[17.6470588235294,7.84313725490196,5.88235294117647],[20.5882352941176,10.7843137254902,8.82352941176471],[25.4901960784314,16.6666666666667,11.7647058823529],[20.5882352941176,11.7647058823529,6.86274509803922],[10.7843137254902,0,0],[8.82352941176471,0,0],[14.7058823529412,1.96078431372549,0],[19.6078431372549,6.86274509803922,0],[32.3529411764706,19.6078431372549,11.7647058823529],[28.4313725490196,15.6862745098039,7.84313725490196],[37.2549019607843,26.4705882352941,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[10.7843137254902,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,0],[20.5882352941176,9.80392156862745,3.92156862745098],[30.3921568627451,19.6078431372549,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[20.5882352941176,9.80392156862745,5.88235294117647],[21.5686274509804,11.7647058823529,2.94117647058824],[30.3921568627451,18.6274509803922,6.86274509803922],[19.6078431372549,11.7647058823529,0.980392156862745],[15.6862745098039,11.7647058823529,8.82352941176471],[34.3137254901961,21.5686274509804,15.6862745098039],[66.6666666666667,34.3137254901961,15.6862745098039],[119.607843137255,74.5098039215686,42.156862745098],[138.235294117647,86.2745098039216,45.0980392156863],[97.0588235294118,50.9803921568627,9.80392156862745],[43.1372549019608,17.6470588235294,0],[68.6274509803922,50,18.6274509803922],[82.3529411764706,60.7843137254902,22.5490196078431],[91.1764705882353,60.7843137254902,15.6862745098039],[149.019607843137,104.901960784314,49.0196078431373],[143.137254901961,95.0980392156863,40.1960784313726],[139.21568627451,99.0196078431373,55.8823529411765],[149.019607843137,117.647058823529,79.4117647058823],[100.980392156863,80.3921568627451,38.2352941176471],[50.9803921568627,38.2352941176471,0],[90.1960784313725,83.3333333333333,32.3529411764706],[164.705882352941,161.764705882353,107.843137254902],[171.56862745098,175.490196078431,117.647058823529],[96.078431372549,103.921568627451,45.0980392156863],[106.862745098039,117.647058823529,58.8235294117647],[147.058823529412,160.78431372549,102.941176470588],[106.862745098039,119.607843137255,66.6666666666667],[115.686274509804,127.450980392157,78.4313725490196],[97.0588235294118,109.803921568627,64.7058823529412],[95.0980392156863,110.78431372549,66.6666666666667],[80.3921568627451,99.0196078431373,54.9019607843137],[79.4117647058823,100.980392156863,55.8823529411765],[117.647058823529,143.137254901961,96.078431372549],[105.882352941176,131.372549019608,87.2549019607843],[153.921568627451,177.450980392157,144.117647058824],[83.3333333333333,102.941176470588,76.4705882352941],[81.3725490196078,100.980392156863,74.5098039215686],[160.78431372549,183.333333333333,157.843137254902],[237.254901960784,250,234.313725490196],[212.745098039216,236.274509803922,210.78431372549],[174.509803921569,200,175.490196078431],[86.2745098039216,113.725490196078,91.1764705882353],[24.5098039215686,51.9607843137255,30.3921568627451],[109.803921568627,138.235294117647,116.666666666667],[136.274509803922,167.647058823529,147.058823529412],[33.3333333333333,65.6862745098039,45.0980392156863],[68.6274509803922,101.960784313725,78.4313725490196],[50,84.3137254901961,60.7843137254902],[98.0392156862745,133.333333333333,107.843137254902],[90.1960784313725,124.509803921569,95.0980392156863],[114.705882352941,145.098039215686,111.764705882353],[103.921568627451,133.333333333333,98.0392156862745],[106.862745098039,136.274509803922,102.941176470588],[182.352941176471,210.78431372549,180.392156862745],[156.862745098039,185.294117647059,154.901960784314],[106.862745098039,136.274509803922,102.941176470588],[79.4117647058823,105.882352941176,71.5686274509804],[126.470588235294,153.921568627451,116.666666666667],[175.490196078431,202.941176470588,162.745098039216],[137.254901960784,163.725490196078,121.56862745098],[127.450980392157,153.921568627451,111.764705882353],[107.843137254902,134.313725490196,92.156862745098],[157.843137254902,184.313725490196,144.117647058824],[127.450980392157,151.960784313725,113.725490196078],[121.56862745098,145.098039215686,111.764705882353],[130.392156862745,154.901960784314,123.529411764706],[108.823529411765,134.313725490196,105.882352941176],[201.960784313725,227.450980392157,199.019607843137],[172.549019607843,197.058823529412,165.686274509804],[127.450980392157,152.941176470588,114.705882352941],[130.392156862745,155.882352941176,111.764705882353],[96.078431372549,119.607843137255,72.5490196078431],[122.549019607843,145.098039215686,92.156862745098],[110.78431372549,129.411764705882,75.4901960784314],[100,116.666666666667,62.7450980392157],[152.941176470588,165.686274509804,113.725490196078],[151.960784313725,160.78431372549,114.705882352941],[156.862745098039,162.745098039216,119.607843137255],[59.8039215686275,61.7647058823529,23.5294117647059],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,58.8235294117647,30.3921568627451],[40.1960784313726,35.2941176470588,5.88235294117647],[52.9411764705882,47.0588235294118,11.7647058823529],[121.56862745098,114.705882352941,71.5686274509804],[88.2352941176471,82.3529411764706,33.3333333333333],[147.058823529412,141.176470588235,92.156862745098],[137.254901960784,130.392156862745,87.2549019607843],[66.6666666666667,58.8235294117647,22.5490196078431],[67.6470588235294,58.8235294117647,26.4705882352941],[51.9607843137255,43.1372549019608,10.7843137254902],[84.3137254901961,79.4117647058823,42.156862745098],[52.9411764705882,45.0980392156863,8.82352941176471],[46.078431372549,37.2549019607843,6.86274509803922],[32.3529411764706,20.5882352941176,0],[15.6862745098039,2.94117647058824,0],[42.156862745098,26.4705882352941,13.7254901960784],[106.862745098039,91.1764705882353,75.4901960784314],[39.2156862745098,23.5294117647059,7.84313725490196],[15.6862745098039,3.92156862745098,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,1.96078431372549,0],[33.3333333333333,29.4117647058824,20.5882352941176],[56.8627450980392,55.8823529411765,36.2745098039216],[56.8627450980392,59.8039215686275,33.3333333333333],[46.078431372549,50,17.6470588235294],[83.3333333333333,84.3137254901961,53.921568627451],[89.2156862745098,84.3137254901961,62.7450980392157],[20.5882352941176,13.7254901960784,0],[9.80392156862745,1.96078431372549,0],[31.3725490196078,23.5294117647059,4.90196078431373],[68.6274509803922,60.7843137254902,38.2352941176471],[30.3921568627451,23.5294117647059,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[28.4313725490196,19.6078431372549,24.5098039215686],[5.88235294117647,0,5.88235294117647],[7.84313725490196,2.94117647058824,8.82352941176471],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[47.0588235294118,45.0980392156863,46.078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[20.5882352941176,12.7450980392157,10.7843137254902],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[9.80392156862745,0,0],[32.3529411764706,23.5294117647059,18.6274509803922],[55.8823529411765,47.0588235294118,42.156862745098],[50,39.2156862745098,35.2941176470588],[21.5686274509804,10.7843137254902,6.86274509803922],[22.5490196078431,11.7647058823529,5.88235294117647],[19.6078431372549,6.86274509803922,0],[39.2156862745098,26.4705882352941,18.6274509803922],[17.6470588235294,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[34.3137254901961,23.5294117647059,17.6470588235294],[41.1764705882353,30.3921568627451,24.5098039215686],[38.2352941176471,27.4509803921569,21.5686274509804],[25.4901960784314,14.7058823529412,8.82352941176471],[16.6666666666667,5.88235294117647,0],[26.4705882352941,15.6862745098039,9.80392156862745],[32.3529411764706,21.5686274509804,15.6862745098039],[19.6078431372549,8.82352941176471,2.94117647058824],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,2.94117647058824],[15.6862745098039,2.94117647058824,0],[18.6274509803922,4.90196078431373,0],[26.4705882352941,14.7058823529412,2.94117647058824],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,17.6470588235294,8.82352941176471],[41.1764705882353,9.80392156862745,0],[115.686274509804,70.5882352941177,37.2549019607843],[125.490196078431,75.4901960784314,33.3333333333333],[90.1960784313725,46.078431372549,4.90196078431373],[80.3921568627451,54.9019607843137,22.5490196078431],[42.156862745098,23.5294117647059,0],[46.078431372549,24.5098039215686,0],[52.9411764705882,22.5490196078431,0],[149.019607843137,103.921568627451,52.9411764705882],[160.78431372549,114.705882352941,61.7647058823529],[80.3921568627451,40.1960784313726,0],[117.647058823529,86.2745098039216,46.078431372549],[123.529411764706,101.960784313725,55.8823529411765],[75.4901960784314,59.8039215686275,11.7647058823529],[111.764705882353,101.960784313725,51.9607843137255],[102.941176470588,100,48.0392156862745],[80.3921568627451,85.2941176470588,32.3529411764706],[101.960784313725,111.764705882353,59.8039215686275],[103.921568627451,117.647058823529,65.6862745098039],[80.3921568627451,97.0588235294118,46.078431372549],[33.3333333333333,49.0196078431373,2.94117647058824],[101.960784313725,117.647058823529,73.5294117647059],[102.941176470588,117.647058823529,77.4509803921569],[56.8627450980392,74.5098039215686,35.2941176470588],[85.2941176470588,106.862745098039,69.6078431372549],[51.9607843137255,75.4901960784314,40.1960784313726],[157.843137254902,184.313725490196,150],[157.843137254902,184.313725490196,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[189.21568627451,212.745098039216,187.254901960784],[218.627450980392,242.156862745098,218.627450980392],[221.56862745098,244.117647058824,224.509803921569],[199.019607843137,221.56862745098,203.921568627451],[152.941176470588,176.470588235294,160.78431372549],[141.176470588235,167.647058823529,152.941176470588],[47.0588235294118,75.4901960784314,57.843137254902],[40.1960784313726,68.6274509803922,49.0196078431373],[104.901960784314,136.274509803922,115.686274509804],[163.725490196078,195.098039215686,172.549019607843],[48.0392156862745,81.3725490196078,57.843137254902],[38.2352941176471,72.5490196078431,49.0196078431373],[52.9411764705882,87.2549019607843,65.6862745098039],[41.1764705882353,75.4901960784314,55.8823529411765],[75.4901960784314,108.823529411765,85.2941176470588],[130.392156862745,160.78431372549,130.392156862745],[74.5098039215686,103.921568627451,70.5882352941177],[131.372549019608,161.764705882353,130.392156862745],[190.196078431373,222.549019607843,192.156862745098],[180.392156862745,212.745098039216,182.352941176471],[36.2745098039216,69.6078431372549,37.2549019607843],[50,80.3921568627451,47.0588235294118],[82.3529411764706,113.725490196078,77.4509803921569],[155.882352941176,186.274509803922,146.078431372549],[180.392156862745,207.843137254902,167.647058823529],[170.588235294118,197.058823529412,156.862745098039],[84.3137254901961,110.78431372549,70.5882352941177],[89.2156862745098,114.705882352941,76.4705882352941],[143.137254901961,168.627450980392,134.313725490196],[131.372549019608,155.882352941176,124.509803921569],[59.8039215686275,86.2745098039216,55.8823529411765],[66.6666666666667,92.156862745098,65.6862745098039],[134.313725490196,159.803921568627,131.372549019608],[187.254901960784,213.725490196078,181.372549019608],[150.980392156863,176.470588235294,140.196078431373],[139.21568627451,165.686274509804,121.56862745098],[150.980392156863,177.450980392157,127.450980392157],[136.274509803922,158.823529411765,103.921568627451],[135.294117647059,153.921568627451,99.0196078431373],[147.058823529412,164.705882352941,107.843137254902],[140.196078431373,152.941176470588,98.0392156862745],[118.627450980392,128.43137254902,76.4705882352941],[102.941176470588,108.823529411765,61.7647058823529],[87.2549019607843,90.1960784313725,48.0392156862745],[64.7058823529412,64.7058823529412,27.4509803921569],[32.3529411764706,29.4117647058824,0],[52.9411764705882,49.0196078431373,12.7450980392157],[67.6470588235294,64.7058823529412,20.5882352941176],[121.56862745098,118.627450980392,68.6274509803922],[84.3137254901961,81.3725490196078,27.4509803921569],[77.4509803921569,71.5686274509804,20.5882352941176],[119.607843137255,113.725490196078,66.6666666666667],[95.0980392156863,88.2352941176471,45.0980392156863],[84.3137254901961,76.4705882352941,38.2352941176471],[108.823529411765,103.921568627451,66.6666666666667],[123.529411764706,118.627450980392,79.4117647058823],[88.2352941176471,83.3333333333333,46.078431372549],[60.7843137254902,54.9019607843137,23.5294117647059],[45.0980392156863,35.2941176470588,8.82352941176471],[29.4117647058824,16.6666666666667,0],[53.921568627451,38.2352941176471,22.5490196078431],[57.843137254902,41.1764705882353,23.5294117647059],[52.9411764705882,38.2352941176471,19.6078431372549],[13.7254901960784,1.96078431372549,0],[20.5882352941176,13.7254901960784,0],[12.7450980392157,6.86274509803922,0],[10.7843137254902,8.82352941176471,0],[41.1764705882353,43.1372549019608,19.6078431372549],[6.86274509803922,10.7843137254902,0],[77.4509803921569,81.3725490196078,45.0980392156863],[94.1176470588235,96.078431372549,59.8039215686275],[66.6666666666667,65.6862745098039,38.2352941176471],[25.4901960784314,20.5882352941176,0],[6.86274509803922,0,0],[43.1372549019608,37.2549019607843,15.6862745098039],[62.7450980392157,56.8627450980392,35.2941176470588],[15.6862745098039,10.7843137254902,0],[8.82352941176471,4.90196078431373,0],[23.5294117647059,17.6470588235294,17.6470588235294],[22.5490196078431,13.7254901960784,18.6274509803922],[9.80392156862745,2.94117647058824,9.80392156862745],[2.94117647058824,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[26.4705882352941,24.5098039215686,25.4901960784314],[73.5294117647059,71.5686274509804,72.5490196078431],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[12.7450980392157,4.90196078431373,2.94117647058824],[7.84313725490196,0,0],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,20.5882352941176],[54.9019607843137,45.0980392156863,43.1372549019608],[51.9607843137255,41.1764705882353,37.2549019607843],[73.5294117647059,62.7450980392157,56.8627450980392],[45.0980392156863,35.2941176470588,26.4705882352941],[37.2549019607843,27.4509803921569,18.6274509803922],[19.6078431372549,9.80392156862745,0.980392156862745],[13.7254901960784,2.94117647058824,0],[16.6666666666667,5.88235294117647,0],[43.1372549019608,34.3137254901961,27.4509803921569],[59.8039215686275,50.9803921568627,44.1176470588235],[31.3725490196078,20.5882352941176,14.7058823529412],[35.2941176470588,24.5098039215686,18.6274509803922],[42.156862745098,29.4117647058824,21.5686274509804],[35.2941176470588,22.5490196078431,14.7058823529412],[20.5882352941176,7.84313725490196,0],[22.5490196078431,8.82352941176471,0],[30.3921568627451,16.6666666666667,7.84313725490196],[29.4117647058824,15.6862745098039,4.90196078431373],[24.5098039215686,6.86274509803922,0],[38.2352941176471,20.5882352941176,6.86274509803922],[34.3137254901961,21.5686274509804,12.7450980392157],[54.9019607843137,36.2745098039216,22.5490196078431],[50,16.6666666666667,0],[116.666666666667,73.5294117647059,37.2549019607843],[130.392156862745,82.3529411764706,40.1960784313726],[101.960784313725,57.843137254902,16.6666666666667],[65.6862745098039,37.2549019607843,3.92156862745098],[91.1764705882353,68.6274509803922,38.2352941176471],[44.1176470588235,18.6274509803922,0],[65.6862745098039,33.3333333333333,0],[157.843137254902,112.745098039216,64.7058823529412],[179.411764705882,132.352941176471,84.3137254901961],[112.745098039216,72.5490196078431,29.4117647058824],[50,16.6666666666667,0],[84.3137254901961,58.8235294117647,10.7843137254902],[100.980392156863,81.3725490196078,32.3529411764706],[108.823529411765,96.078431372549,51.9607843137255],[93.1372549019608,88.2352941176471,47.0588235294118],[67.6470588235294,69.6078431372549,31.3725490196078],[88.2352941176471,99.0196078431373,59.8039215686275],[126.470588235294,141.176470588235,102.941176470588],[156.862745098039,172.549019607843,134.313725490196],[33.3333333333333,49.0196078431373,10.7843137254902],[19.6078431372549,35.2941176470588,0],[102.941176470588,118.627450980392,82.3529411764706],[112.745098039216,129.411764705882,96.078431372549],[45.0980392156863,64.7058823529412,37.2549019607843],[54.9019607843137,80.3921568627451,55.8823529411765],[187.254901960784,215.686274509804,196.078431372549],[160.78431372549,189.21568627451,171.56862745098],[143.137254901961,167.647058823529,146.078431372549],[181.372549019608,206.862745098039,182.352941176471],[118.627450980392,143.137254901961,124.509803921569],[116.666666666667,140.196078431373,126.470588235294],[55.8823529411765,78.4313725490196,68.6274509803922],[28.4313725490196,53.921568627451,45.0980392156863],[63.7254901960784,89.2156862745098,80.3921568627451],[47.0588235294118,74.5098039215686,62.7450980392157],[54.9019607843137,82.3529411764706,67.6470588235294],[79.4117647058823,109.803921568627,92.156862745098],[188.235294117647,219.607843137255,199.019607843137],[74.5098039215686,105.882352941176,83.3333333333333],[46.078431372549,78.4313725490196,57.843137254902],[56.8627450980392,89.2156862745098,70.5882352941177],[44.1176470588235,76.4705882352941,59.8039215686275],[79.4117647058823,109.803921568627,92.156862745098],[110.78431372549,140.196078431373,112.745098039216],[83.3333333333333,113.725490196078,83.3333333333333],[121.56862745098,153.921568627451,123.529411764706],[117.647058823529,151.960784313725,122.549019607843],[84.3137254901961,120.588235294118,90.1960784313725],[25.4901960784314,61.7647058823529,31.3725490196078],[74.5098039215686,108.823529411765,77.4509803921569],[124.509803921569,157.843137254902,125.490196078431],[167.647058823529,199.019607843137,162.745098039216],[113.725490196078,141.176470588235,103.921568627451],[169.607843137255,195.098039215686,158.823529411765],[130.392156862745,155.882352941176,119.607843137255],[100,126.470588235294,92.156862745098],[176.470588235294,202.941176470588,172.549019607843],[68.6274509803922,94.1176470588235,65.6862745098039],[48.0392156862745,76.4705882352941,47.0588235294118],[45.0980392156863,75.4901960784314,45.0980392156863],[103.921568627451,134.313725490196,103.921568627451],[134.313725490196,163.725490196078,130.392156862745],[162.745098039216,190.196078431373,150.980392156863],[122.549019607843,150,102.941176470588],[160.78431372549,187.254901960784,133.333333333333],[144.117647058824,167.647058823529,108.823529411765],[122.549019607843,144.117647058824,81.3725490196078],[148.039215686275,166.666666666667,103.921568627451],[170.588235294118,184.313725490196,123.529411764706],[116.666666666667,127.450980392157,68.6274509803922],[94.1176470588235,101.960784313725,46.078431372549],[122.549019607843,127.450980392157,74.5098039215686],[88.2352941176471,90.1960784313725,42.156862745098],[35.2941176470588,34.3137254901961,0],[56.8627450980392,55.8823529411765,10.7843137254902],[95.0980392156863,95.0980392156863,44.1176470588235],[100,100,47.0588235294118],[84.3137254901961,82.3529411764706,34.3137254901961],[57.843137254902,53.921568627451,7.84313725490196],[91.1764705882353,84.3137254901961,39.2156862745098],[83.3333333333333,77.4509803921569,30.3921568627451],[69.6078431372549,65.6862745098039,19.6078431372549],[53.921568627451,50,5.88235294117647],[52.9411764705882,49.0196078431373,11.7647058823529],[49.0196078431373,45.0980392156863,10.7843137254902],[85.2941176470588,81.3725490196078,47.0588235294118],[83.3333333333333,77.4509803921569,44.1176470588235],[89.2156862745098,79.4117647058823,45.0980392156863],[68.6274509803922,55.8823529411765,24.5098039215686],[43.1372549019608,27.4509803921569,1.96078431372549],[38.2352941176471,22.5490196078431,0],[47.0588235294118,36.2745098039216,14.7058823529412],[28.4313725490196,21.5686274509804,2.94117647058824],[34.3137254901961,28.4313725490196,12.7450980392157],[71.5686274509804,69.6078431372549,49.0196078431373],[125.490196078431,126.470588235294,96.078431372549],[105.882352941176,110.78431372549,71.5686274509804],[117.647058823529,123.529411764706,80.3921568627451],[99.0196078431373,100.980392156863,61.7647058823529],[63.7254901960784,62.7450980392157,32.3529411764706],[68.6274509803922,64.7058823529412,40.1960784313726],[70.5882352941177,64.7058823529412,43.1372549019608],[78.4313725490196,72.5490196078431,50.9803921568627],[36.2745098039216,30.3921568627451,8.82352941176471],[7.84313725490196,1.96078431372549,0],[17.6470588235294,12.7450980392157,8.82352941176471],[22.5490196078431,16.6666666666667,18.6274509803922],[23.5294117647059,14.7058823529412,19.6078431372549],[5.88235294117647,0,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[6.86274509803922,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[90.1960784313725,79.4117647058823,73.5294117647059],[88.2352941176471,78.4313725490196,69.6078431372549],[45.0980392156863,35.2941176470588,26.4705882352941],[8.82352941176471,0,0],[15.6862745098039,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[29.4117647058824,20.5882352941176,13.7254901960784],[13.7254901960784,4.90196078431373,0],[19.6078431372549,8.82352941176471,2.94117647058824],[29.4117647058824,19.6078431372549,10.7843137254902],[48.0392156862745,35.2941176470588,27.4509803921569],[46.078431372549,33.3333333333333,24.5098039215686],[31.3725490196078,17.6470588235294,8.82352941176471],[33.3333333333333,19.6078431372549,8.82352941176471],[44.1176470588235,27.4509803921569,17.6470588235294],[40.1960784313726,22.5490196078431,8.82352941176471],[45.0980392156863,23.5294117647059,9.80392156862745],[80.3921568627451,57.843137254902,42.156862745098],[36.2745098039216,17.6470588235294,2.94117647058824],[44.1176470588235,19.6078431372549,0],[99.0196078431373,64.7058823529412,33.3333333333333],[148.039215686275,105.882352941176,64.7058823529412],[135.294117647059,89.2156862745098,44.1176470588235],[100,55.8823529411765,14.7058823529412],[73.5294117647059,40.1960784313726,5.88235294117647],[77.4509803921569,47.0588235294118,16.6666666666667],[57.843137254902,25.4901960784314,0],[88.2352941176471,50,11.7647058823529],[127.450980392157,80.3921568627451,35.2941176470588],[180.392156862745,130.392156862745,84.3137254901961],[166.666666666667,123.529411764706,79.4117647058823],[118.627450980392,81.3725490196078,35.2941176470588],[87.2549019607843,55.8823529411765,5.88235294117647],[93.1372549019608,67.6470588235294,19.6078431372549],[88.2352941176471,71.5686274509804,29.4117647058824],[119.607843137255,109.803921568627,74.5098039215686],[81.3725490196078,82.3529411764706,50.9803921568627],[35.2941176470588,44.1176470588235,13.7254901960784],[51.9607843137255,64.7058823529412,35.2941176470588],[119.607843137255,136.274509803922,102.941176470588],[125.490196078431,142.156862745098,106.862745098039],[45.0980392156863,62.7450980392157,25.4901960784314],[65.6862745098039,82.3529411764706,47.0588235294118],[134.313725490196,152.941176470588,121.56862745098],[130.392156862745,152.941176470588,127.450980392157],[155.882352941176,180.392156862745,161.764705882353],[150,179.411764705882,167.647058823529],[152.941176470588,182.352941176471,170.588235294118],[140.196078431373,166.666666666667,150],[22.5490196078431,49.0196078431373,30.3921568627451],[41.1764705882353,67.6470588235294,52.9411764705882],[65.6862745098039,91.1764705882353,80.3921568627451],[53.921568627451,78.4313725490196,72.5490196078431],[35.2941176470588,59.8039215686275,55.8823529411765],[58.8235294117647,85.2941176470588,80.3921568627451],[83.3333333333333,109.803921568627,102.941176470588],[34.3137254901961,63.7254901960784,51.9607843137255],[56.8627450980392,87.2549019607843,72.5490196078431],[199.019607843137,229.411764705882,211.764705882353],[146.078431372549,176.470588235294,158.823529411765],[64.7058823529412,95.0980392156863,77.4509803921569],[38.2352941176471,70.5882352941177,53.921568627451],[83.3333333333333,114.705882352941,100],[94.1176470588235,124.509803921569,106.862745098039],[101.960784313725,131.372549019608,105.882352941176],[152.941176470588,182.352941176471,154.901960784314],[140.196078431373,172.549019607843,144.117647058824],[39.2156862745098,74.5098039215686,47.0588235294118],[42.156862745098,80.3921568627451,51.9607843137255],[67.6470588235294,105.882352941176,77.4509803921569],[95.0980392156863,133.333333333333,102.941176470588],[174.509803921569,208.823529411765,177.450980392157],[177.450980392157,207.843137254902,174.509803921569],[97.0588235294118,126.470588235294,91.1764705882353],[144.117647058824,170.588235294118,136.274509803922],[103.921568627451,129.411764705882,95.0980392156863],[40.1960784313726,66.6666666666667,36.2745098039216],[89.2156862745098,114.705882352941,86.2745098039216],[65.6862745098039,94.1176470588235,66.6666666666667],[56.8627450980392,86.2745098039216,60.7843137254902],[65.6862745098039,100,70.5882352941177],[59.8039215686275,94.1176470588235,62.7450980392157],[66.6666666666667,100,65.6862745098039],[99.0196078431373,130.392156862745,90.1960784313725],[136.274509803922,167.647058823529,119.607843137255],[150,178.43137254902,125.490196078431],[170.588235294118,198.039215686275,140.196078431373],[144.117647058824,168.627450980392,104.901960784314],[137.254901960784,157.843137254902,94.1176470588235],[170.588235294118,186.274509803922,122.549019607843],[92.156862745098,103.921568627451,41.1764705882353],[79.4117647058823,89.2156862745098,29.4117647058824],[157.843137254902,162.745098039216,105.882352941176],[177.450980392157,180.392156862745,126.470588235294],[75.4901960784314,78.4313725490196,26.4705882352941],[79.4117647058823,82.3529411764706,30.3921568627451],[115.686274509804,118.627450980392,64.7058823529412],[110.78431372549,113.725490196078,61.7647058823529],[135.294117647059,134.313725490196,91.1764705882353],[77.4509803921569,74.5098039215686,34.3137254901961],[90.1960784313725,86.2745098039216,42.156862745098],[110.78431372549,106.862745098039,60.7843137254902],[53.921568627451,50,2.94117647058824],[49.0196078431373,46.078431372549,1.96078431372549],[12.7450980392157,10.7843137254902,0],[19.6078431372549,16.6666666666667,0],[78.4313725490196,76.4705882352941,38.2352941176471],[93.1372549019608,90.1960784313725,48.0392156862745],[99.0196078431373,92.156862745098,47.0588235294118],[76.4705882352941,65.6862745098039,21.5686274509804],[68.6274509803922,54.9019607843137,18.6274509803922],[19.6078431372549,4.90196078431373,0],[50.9803921568627,40.1960784313726,10.7843137254902],[27.4509803921569,20.5882352941176,0],[34.3137254901961,30.3921568627451,5.88235294117647],[15.6862745098039,14.7058823529412,0],[41.1764705882353,43.1372549019608,6.86274509803922],[96.078431372549,99.0196078431373,54.9019607843137],[101.960784313725,105.882352941176,56.8627450980392],[134.313725490196,137.254901960784,93.1372549019608],[96.078431372549,93.1372549019608,60.7843137254902],[55.8823529411765,50,24.5098039215686],[50.9803921568627,45.0980392156863,21.5686274509804],[50,44.1176470588235,22.5490196078431],[10.7843137254902,3.92156862745098,0],[30.3921568627451,24.5098039215686,10.7843137254902],[24.5098039215686,16.6666666666667,14.7058823529412],[7.84313725490196,0,3.92156862745098],[8.82352941176471,0,4.90196078431373],[5.88235294117647,0,3.92156862745098],[16.6666666666667,9.80392156862745,16.6666666666667],[1.96078431372549,0,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[25.4901960784314,16.6666666666667,17.6470588235294],[14.7058823529412,6.86274509803922,4.90196078431373],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[22.5490196078431,11.7647058823529,5.88235294117647],[51.9607843137255,42.156862745098,33.3333333333333],[55.8823529411765,47.0588235294118,40.1960784313726],[18.6274509803922,9.80392156862745,2.94117647058824],[14.7058823529412,5.88235294117647,0],[17.6470588235294,8.82352941176471,1.96078431372549],[20.5882352941176,11.7647058823529,4.90196078431373],[12.7450980392157,3.92156862745098,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[40.1960784313726,27.4509803921569,18.6274509803922],[64.7058823529412,50.9803921568627,40.1960784313726],[48.0392156862745,31.3725490196078,21.5686274509804],[39.2156862745098,23.5294117647059,10.7843137254902],[47.0588235294118,29.4117647058824,15.6862745098039],[43.1372549019608,21.5686274509804,7.84313725490196],[46.078431372549,17.6470588235294,1.96078431372549],[77.4509803921569,47.0588235294118,27.4509803921569],[76.4705882352941,49.0196078431373,27.4509803921569],[44.1176470588235,13.7254901960784,0],[95.0980392156863,57.843137254902,19.6078431372549],[150.980392156863,108.823529411765,64.7058823529412],[153.921568627451,108.823529411765,60.7843137254902],[107.843137254902,64.7058823529412,20.5882352941176],[119.607843137255,78.4313725490196,41.1764705882353],[85.2941176470588,46.078431372549,11.7647058823529],[106.862745098039,64.7058823529412,31.3725490196078],[135.294117647059,90.1960784313725,54.9019607843137],[120.588235294118,70.5882352941177,28.4313725490196],[155.882352941176,105.882352941176,59.8039215686275],[157.843137254902,110.78431372549,63.7254901960784],[149.019607843137,105.882352941176,57.843137254902],[132.352941176471,93.1372549019608,45.0980392156863],[134.313725490196,102.941176470588,56.8627450980392],[95.0980392156863,72.5490196078431,32.3529411764706],[59.8039215686275,46.078431372549,11.7647058823529],[72.5490196078431,68.6274509803922,40.1960784313726],[94.1176470588235,100,72.5490196078431],[58.8235294117647,71.5686274509804,44.1176470588235],[100.980392156863,115.686274509804,85.2941176470588],[99.0196078431373,114.705882352941,79.4117647058823],[80.3921568627451,96.078431372549,59.8039215686275],[56.8627450980392,72.5490196078431,36.2745098039216],[117.647058823529,134.313725490196,100.980392156863],[188.235294117647,210.78431372549,183.333333333333],[162.745098039216,187.254901960784,166.666666666667],[147.058823529412,177.450980392157,162.745098039216],[152.941176470588,182.352941176471,172.549019607843],[53.921568627451,81.3725490196078,69.6078431372549],[36.2745098039216,63.7254901960784,51.9607843137255],[54.9019607843137,81.3725490196078,72.5490196078431],[54.9019607843137,81.3725490196078,74.5098039215686],[50.9803921568627,77.4509803921569,72.5490196078431],[59.8039215686275,86.2745098039216,81.3725490196078],[47.0588235294118,72.5490196078431,69.6078431372549],[31.3725490196078,57.843137254902,52.9411764705882],[18.6274509803922,45.0980392156863,40.1960784313726],[56.8627450980392,83.3333333333333,76.4705882352941],[74.5098039215686,100.980392156863,92.156862745098],[87.2549019607843,114.705882352941,102.941176470588],[84.3137254901961,111.764705882353,98.0392156862745],[60.7843137254902,88.2352941176471,73.5294117647059],[64.7058823529412,93.1372549019608,75.4901960784314],[107.843137254902,136.274509803922,116.666666666667],[138.235294117647,165.686274509804,143.137254901961],[145.098039215686,174.509803921569,149.019607843137],[62.7450980392157,96.078431372549,69.6078431372549],[86.2745098039216,121.56862745098,96.078431372549],[39.2156862745098,78.4313725490196,51.9607843137255],[129.411764705882,168.627450980392,142.156862745098],[95.0980392156863,135.294117647059,105.882352941176],[152.941176470588,189.21568627451,158.823529411765],[170.588235294118,202.941176470588,172.549019607843],[179.411764705882,207.843137254902,177.450980392157],[187.254901960784,213.725490196078,183.333333333333],[77.4509803921569,101.960784313725,72.5490196078431],[63.7254901960784,89.2156862745098,60.7843137254902],[83.3333333333333,111.764705882353,84.3137254901961],[99.0196078431373,128.43137254902,104.901960784314],[58.8235294117647,92.156862745098,67.6470588235294],[64.7058823529412,102.941176470588,76.4705882352941],[83.3333333333333,121.56862745098,93.1372549019608],[43.1372549019608,79.4117647058823,47.0588235294118],[64.7058823529412,100,62.7450980392157],[142.156862745098,177.450980392157,134.313725490196],[158.823529411765,190.196078431373,141.176470588235],[192.156862745098,220.588235294118,165.686274509804],[143.137254901961,168.627450980392,108.823529411765],[185.294117647059,206.862745098039,144.117647058824],[163.725490196078,182.352941176471,119.607843137255],[151.960784313725,166.666666666667,102.941176470588],[126.470588235294,138.235294117647,75.4901960784314],[182.352941176471,190.196078431373,131.372549019608],[247.058823529412,250,194.117647058824],[134.313725490196,139.21568627451,82.3529411764706],[129.411764705882,134.313725490196,79.4117647058823],[136.274509803922,143.137254901961,90.1960784313725],[124.509803921569,131.372549019608,81.3725490196078],[91.1764705882353,91.1764705882353,53.921568627451],[59.8039215686275,56.8627450980392,22.5490196078431],[68.6274509803922,63.7254901960784,24.5098039215686],[108.823529411765,104.901960784314,60.7843137254902],[86.2745098039216,82.3529411764706,36.2745098039216],[64.7058823529412,61.7647058823529,17.6470588235294],[84.3137254901961,84.3137254901961,47.0588235294118],[86.2745098039216,86.2745098039216,49.0196078431373],[99.0196078431373,100,56.8627450980392],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,113.725490196078,57.843137254902],[126.470588235294,120.588235294118,63.7254901960784],[105.882352941176,94.1176470588235,43.1372549019608],[60.7843137254902,48.0392156862745,3.92156862745098],[56.8627450980392,45.0980392156863,7.84313725490196],[44.1176470588235,33.3333333333333,1.96078431372549],[41.1764705882353,34.3137254901961,5.88235294117647],[16.6666666666667,11.7647058823529,0],[34.3137254901961,32.3529411764706,0],[66.6666666666667,68.6274509803922,20.5882352941176],[89.2156862745098,92.156862745098,40.1960784313726],[150.980392156863,150,102.941176470588],[95.0980392156863,91.1764705882353,54.9019607843137],[39.2156862745098,32.3529411764706,4.90196078431373],[30.3921568627451,20.5882352941176,0],[56.8627450980392,46.078431372549,26.4705882352941],[38.2352941176471,27.4509803921569,9.80392156862745],[37.2549019607843,27.4509803921569,17.6470588235294],[18.6274509803922,8.82352941176471,9.80392156862745],[25.4901960784314,14.7058823529412,20.5882352941176],[19.6078431372549,8.82352941176471,14.7058823529412],[15.6862745098039,6.86274509803922,11.7647058823529],[5.88235294117647,0,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[27.4509803921569,23.5294117647059,22.5490196078431],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[16.6666666666667,7.84313725490196,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,8.82352941176471,9.80392156862745],[32.3529411764706,23.5294117647059,24.5098039215686],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,0.980392156862745],[7.84313725490196,0,0],[12.7450980392157,3.92156862745098,0],[63.7254901960784,54.9019607843137,48.0392156862745],[33.3333333333333,24.5098039215686,17.6470588235294],[10.7843137254902,1.96078431372549,0],[15.6862745098039,6.86274509803922,0],[7.84313725490196,0,0],[22.5490196078431,13.7254901960784,6.86274509803922],[20.5882352941176,10.7843137254902,1.96078431372549],[21.5686274509804,11.7647058823529,1.96078431372549],[25.4901960784314,13.7254901960784,1.96078431372549],[48.0392156862745,34.3137254901961,21.5686274509804],[63.7254901960784,48.0392156862745,35.2941176470588],[40.1960784313726,22.5490196078431,8.82352941176471],[35.2941176470588,16.6666666666667,1.96078431372549],[74.5098039215686,49.0196078431373,34.3137254901961],[70.5882352941177,38.2352941176471,19.6078431372549],[76.4705882352941,41.1764705882353,19.6078431372549],[140.196078431373,105.882352941176,78.4313725490196],[84.3137254901961,49.0196078431373,13.7254901960784],[76.4705882352941,39.2156862745098,0],[100.980392156863,59.8039215686275,10.7843137254902],[117.647058823529,75.4901960784314,25.4901960784314],[129.411764705882,84.3137254901961,36.2745098039216],[116.666666666667,69.6078431372549,30.3921568627451],[131.372549019608,84.3137254901961,49.0196078431373],[123.529411764706,74.5098039215686,40.1960784313726],[155.882352941176,104.901960784314,68.6274509803922],[146.078431372549,94.1176470588235,54.9019607843137],[146.078431372549,95.0980392156863,49.0196078431373],[173.529411764706,124.509803921569,76.4705882352941],[138.235294117647,91.1764705882353,43.1372549019608],[161.764705882353,115.686274509804,70.5882352941177],[145.098039215686,104.901960784314,61.7647058823529],[128.43137254902,100,60.7843137254902],[87.2549019607843,69.6078431372549,32.3529411764706],[32.3529411764706,28.4313725490196,0],[33.3333333333333,39.2156862745098,5.88235294117647],[42.156862745098,52.9411764705882,19.6078431372549],[51.9607843137255,67.6470588235294,32.3529411764706],[46.078431372549,61.7647058823529,25.4901960784314],[73.5294117647059,89.2156862745098,50.9803921568627],[109.803921568627,125.490196078431,89.2156862745098],[106.862745098039,123.529411764706,88.2352941176471],[119.607843137255,140.196078431373,109.803921568627],[132.352941176471,157.843137254902,129.411764705882],[163.725490196078,193.137254901961,169.607843137255],[143.137254901961,173.529411764706,155.882352941176],[51.9607843137255,81.3725490196078,73.5294117647059],[28.4313725490196,53.921568627451,50.9803921568627],[75.4901960784314,101.960784313725,97.0588235294118],[28.4313725490196,54.9019607843137,48.0392156862745],[44.1176470588235,70.5882352941177,63.7254901960784],[42.156862745098,68.6274509803922,61.7647058823529],[51.9607843137255,78.4313725490196,73.5294117647059],[38.2352941176471,63.7254901960784,60.7843137254902],[35.2941176470588,60.7843137254902,59.8039215686275],[37.2549019607843,62.7450980392157,61.7647058823529],[22.5490196078431,48.0392156862745,45.0980392156863],[53.921568627451,80.3921568627451,75.4901960784314],[85.2941176470588,111.764705882353,102.941176470588],[70.5882352941177,98.0392156862745,83.3333333333333],[72.5490196078431,100.980392156863,81.3725490196078],[118.627450980392,146.078431372549,123.529411764706],[134.313725490196,161.764705882353,139.21568627451],[75.4901960784314,104.901960784314,81.3725490196078],[18.6274509803922,51.9607843137255,27.4509803921569],[127.450980392157,164.705882352941,140.196078431373],[88.2352941176471,130.392156862745,103.921568627451],[125.490196078431,167.647058823529,141.176470588235],[127.450980392157,169.607843137255,142.156862745098],[167.647058823529,205.882352941176,177.450980392157],[189.21568627451,223.529411764706,194.117647058824],[144.117647058824,172.549019607843,143.137254901961],[143.137254901961,168.627450980392,140.196078431373],[141.176470588235,165.686274509804,137.254901960784],[62.7450980392157,88.2352941176471,61.7647058823529],[56.8627450980392,84.3137254901961,59.8039215686275],[99.0196078431373,130.392156862745,107.843137254902],[60.7843137254902,95.0980392156863,73.5294117647059],[49.0196078431373,90.1960784313725,68.6274509803922],[34.3137254901961,77.4509803921569,52.9411764705882],[50.9803921568627,93.1372549019608,65.6862745098039],[102.941176470588,142.156862745098,108.823529411765],[164.705882352941,201.960784313725,163.725490196078],[179.411764705882,214.705882352941,169.607843137255],[96.078431372549,127.450980392157,78.4313725490196],[129.411764705882,157.843137254902,102.941176470588],[196.078431372549,220.588235294118,163.725490196078],[143.137254901961,164.705882352941,103.921568627451],[202.941176470588,220.588235294118,159.803921568627],[159.803921568627,173.529411764706,112.745098039216],[132.352941176471,142.156862745098,82.3529411764706],[204.901960784314,212.745098039216,153.921568627451],[220.588235294118,228.43137254902,170.588235294118],[169.607843137255,177.450980392157,119.607843137255],[103.921568627451,112.745098039216,56.8627450980392],[42.156862745098,50.9803921568627,0],[47.0588235294118,50,5.88235294117647],[73.5294117647059,74.5098039215686,33.3333333333333],[77.4509803921569,74.5098039215686,32.3529411764706],[96.078431372549,93.1372549019608,50.9803921568627],[62.7450980392157,59.8039215686275,17.6470588235294],[88.2352941176471,87.2549019607843,44.1176470588235],[72.5490196078431,74.5098039215686,35.2941176470588],[101.960784313725,104.901960784314,62.7450980392157],[137.254901960784,140.196078431373,94.1176470588235],[142.156862745098,145.098039215686,93.1372549019608],[174.509803921569,173.529411764706,117.647058823529],[170.588235294118,164.705882352941,107.843137254902],[125.490196078431,114.705882352941,59.8039215686275],[121.56862745098,108.823529411765,57.843137254902],[117.647058823529,104.901960784314,61.7647058823529],[83.3333333333333,71.5686274509804,34.3137254901961],[81.3725490196078,73.5294117647059,38.2352941176471],[47.0588235294118,42.156862745098,4.90196078431373],[51.9607843137255,50,2.94117647058824],[105.882352941176,104.901960784314,51.9607843137255],[48.0392156862745,47.0588235294118,0],[100,98.0392156862745,48.0392156862745],[81.3725490196078,76.4705882352941,39.2156862745098],[58.8235294117647,50,21.5686274509804],[16.6666666666667,4.90196078431373,0],[35.2941176470588,22.5490196078431,3.92156862745098],[48.0392156862745,35.2941176470588,18.6274509803922],[27.4509803921569,14.7058823529412,5.88235294117647],[12.7450980392157,0.980392156862745,2.94117647058824],[19.6078431372549,6.86274509803922,15.6862745098039],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,4.90196078431373],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[0,0,1.96078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[31.3725490196078,27.4509803921569,26.4705882352941],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[21.5686274509804,13.7254901960784,11.7647058823529],[19.6078431372549,11.7647058823529,9.80392156862745],[17.6470588235294,9.80392156862745,7.84313725490196],[30.3921568627451,22.5490196078431,20.5882352941176],[39.2156862745098,30.3921568627451,31.3725490196078],[28.4313725490196,19.6078431372549,20.5882352941176],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[5.88235294117647,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[13.7254901960784,4.90196078431373,0],[39.2156862745098,30.3921568627451,23.5294117647059],[14.7058823529412,7.84313725490196,0],[21.5686274509804,14.7058823529412,8.82352941176471],[44.1176470588235,37.2549019607843,31.3725490196078],[32.3529411764706,23.5294117647059,16.6666666666667],[13.7254901960784,4.90196078431373,0],[35.2941176470588,25.4901960784314,16.6666666666667],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,11.7647058823529,0.980392156862745],[23.5294117647059,7.84313725490196,0],[53.921568627451,36.2745098039216,22.5490196078431],[47.0588235294118,28.4313725490196,13.7254901960784],[45.0980392156863,26.4705882352941,11.7647058823529],[97.0588235294118,70.5882352941177,53.921568627451],[110.78431372549,73.5294117647059,54.9019607843137],[89.2156862745098,45.0980392156863,22.5490196078431],[111.764705882353,69.6078431372549,36.2745098039216],[96.078431372549,54.9019607843137,13.7254901960784],[129.411764705882,88.2352941176471,39.2156862745098],[136.274509803922,96.078431372549,43.1372549019608],[113.725490196078,71.5686274509804,19.6078431372549],[125.490196078431,78.4313725490196,30.3921568627451],[120.588235294118,68.6274509803922,25.4901960784314],[142.156862745098,88.2352941176471,50],[138.235294117647,80.3921568627451,47.0588235294118],[158.823529411765,100.980392156863,67.6470588235294],[165.686274509804,111.764705882353,73.5294117647059],[130.392156862745,77.4509803921569,32.3529411764706],[136.274509803922,84.3137254901961,33.3333333333333],[126.470588235294,74.5098039215686,23.5294117647059],[164.705882352941,112.745098039216,69.6078431372549],[216.666666666667,172.549019607843,132.352941176471],[199.019607843137,166.666666666667,122.549019607843],[139.21568627451,118.627450980392,74.5098039215686],[93.1372549019608,87.2549019607843,40.1960784313726],[53.921568627451,56.8627450980392,10.7843137254902],[67.6470588235294,79.4117647058823,32.3529411764706],[89.2156862745098,101.960784313725,58.8235294117647],[48.0392156862745,60.7843137254902,18.6274509803922],[139.21568627451,150.980392156863,111.764705882353],[83.3333333333333,95.0980392156863,57.843137254902],[103.921568627451,119.607843137255,83.3333333333333],[104.901960784314,124.509803921569,88.2352941176471],[104.901960784314,130.392156862745,92.156862745098],[162.745098039216,194.117647058824,153.921568627451],[83.3333333333333,115.686274509804,85.2941176470588],[16.6666666666667,46.078431372549,38.2352941176471],[34.3137254901961,61.7647058823529,64.7058823529412],[27.4509803921569,55.8823529411765,51.9607843137255],[33.3333333333333,62.7450980392157,54.9019607843137],[50,79.4117647058823,67.6470588235294],[41.1764705882353,70.5882352941177,58.8235294117647],[42.156862745098,68.6274509803922,61.7647058823529],[38.2352941176471,63.7254901960784,60.7843137254902],[49.0196078431373,72.5490196078431,74.5098039215686],[47.0588235294118,69.6078431372549,75.4901960784314],[34.3137254901961,56.8627450980392,62.7450980392157],[37.2549019607843,60.7843137254902,62.7450980392157],[64.7058823529412,89.2156862745098,83.3333333333333],[40.1960784313726,66.6666666666667,51.9607843137255],[52.9411764705882,80.3921568627451,57.843137254902],[120.588235294118,146.078431372549,121.56862745098],[132.352941176471,157.843137254902,133.333333333333],[65.6862745098039,93.1372549019608,70.5882352941177],[55.8823529411765,89.2156862745098,65.6862745098039],[32.3529411764706,69.6078431372549,47.0588235294118],[120.588235294118,161.764705882353,138.235294117647],[53.921568627451,97.0588235294118,72.5490196078431],[126.470588235294,168.627450980392,142.156862745098],[216.666666666667,250,228.43137254902],[161.764705882353,196.078431372549,166.666666666667],[93.1372549019608,122.549019607843,95.0980392156863],[164.705882352941,190.196078431373,163.725490196078],[173.529411764706,197.058823529412,171.56862745098],[74.5098039215686,100,75.4901960784314],[126.470588235294,153.921568627451,131.372549019608],[55.8823529411765,87.2549019607843,66.6666666666667],[24.5098039215686,60.7843137254902,43.1372549019608],[29.4117647058824,71.5686274509804,54.9019607843137],[38.2352941176471,81.3725490196078,66.6666666666667],[88.2352941176471,130.392156862745,111.764705882353],[102.941176470588,144.117647058824,120.588235294118],[172.549019607843,210.78431372549,182.352941176471],[138.235294117647,173.529411764706,138.235294117647],[125.490196078431,156.862745098039,116.666666666667],[172.549019607843,200.980392156863,155.882352941176],[116.666666666667,143.137254901961,93.1372549019608],[132.352941176471,151.960784313725,100],[200,216.666666666667,162.745098039216],[188.235294117647,202.941176470588,147.058823529412],[142.156862745098,154.901960784314,100],[168.627450980392,179.411764705882,124.509803921569],[239.21568627451,248.039215686275,192.156862745098],[196.078431372549,204.901960784314,149.019607843137],[191.176470588235,202.941176470588,142.156862745098],[159.803921568627,171.56862745098,108.823529411765],[116.666666666667,125.490196078431,63.7254901960784],[91.1764705882353,94.1176470588235,38.2352941176471],[108.823529411765,106.862745098039,58.8235294117647],[119.607843137255,116.666666666667,74.5098039215686],[92.156862745098,88.2352941176471,50.9803921568627],[88.2352941176471,86.2745098039216,49.0196078431373],[37.2549019607843,40.1960784313726,0],[55.8823529411765,61.7647058823529,16.6666666666667],[78.4313725490196,84.3137254901961,39.2156862745098],[58.8235294117647,60.7843137254902,14.7058823529412],[100,97.0588235294118,52.9411764705882],[99.0196078431373,93.1372549019608,46.078431372549],[120.588235294118,108.823529411765,57.843137254902],[144.117647058824,131.372549019608,79.4117647058823],[104.901960784314,91.1764705882353,45.0980392156863],[157.843137254902,143.137254901961,100.980392156863],[132.352941176471,120.588235294118,83.3333333333333],[131.372549019608,122.549019607843,82.3529411764706],[101.960784313725,96.078431372549,47.0588235294118],[123.529411764706,121.56862745098,65.6862745098039],[106.862745098039,104.901960784314,47.0588235294118],[100,94.1176470588235,43.1372549019608],[68.6274509803922,59.8039215686275,21.5686274509804],[77.4509803921569,63.7254901960784,35.2941176470588],[50.9803921568627,35.2941176470588,12.7450980392157],[40.1960784313726,23.5294117647059,5.88235294117647],[58.8235294117647,41.1764705882353,27.4509803921569],[39.2156862745098,22.5490196078431,15.6862745098039],[22.5490196078431,5.88235294117647,11.7647058823529],[9.80392156862745,0,4.90196078431373],[7.84313725490196,0,3.92156862745098],[13.7254901960784,2.94117647058824,8.82352941176471],[22.5490196078431,13.7254901960784,18.6274509803922],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[7.84313725490196,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[21.5686274509804,16.6666666666667,13.7254901960784],[17.6470588235294,12.7450980392157,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[20.5882352941176,15.6862745098039,12.7450980392157],[48.0392156862745,42.156862745098,42.156862745098],[20.5882352941176,14.7058823529412,14.7058823529412],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[14.7058823529412,8.82352941176471,10.7843137254902],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[14.7058823529412,5.88235294117647,0.980392156862745],[31.3725490196078,22.5490196078431,17.6470588235294],[50,39.2156862745098,35.2941176470588],[26.4705882352941,15.6862745098039,9.80392156862745],[38.2352941176471,25.4901960784314,16.6666666666667],[35.2941176470588,22.5490196078431,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[41.1764705882353,27.4509803921569,16.6666666666667],[36.2745098039216,22.5490196078431,11.7647058823529],[23.5294117647059,7.84313725490196,0],[22.5490196078431,4.90196078431373,0],[52.9411764705882,34.3137254901961,20.5882352941176],[79.4117647058823,58.8235294117647,42.156862745098],[81.3725490196078,54.9019607843137,36.2745098039216],[93.1372549019608,55.8823529411765,33.3333333333333],[83.3333333333333,39.2156862745098,10.7843137254902],[125.490196078431,80.3921568627451,45.0980392156863],[149.019607843137,102.941176470588,59.8039215686275],[117.647058823529,70.5882352941177,22.5490196078431],[147.058823529412,100.980392156863,50],[183.333333333333,137.254901960784,86.2745098039216],[120.588235294118,73.5294117647059,25.4901960784314],[91.1764705882353,44.1176470588235,0],[126.470588235294,75.4901960784314,36.2745098039216],[130.392156862745,79.4117647058823,41.1764705882353],[147.058823529412,96.078431372549,57.843137254902],[169.607843137255,119.607843137255,77.4509803921569],[126.470588235294,73.5294117647059,28.4313725490196],[144.117647058824,88.2352941176471,36.2745098039216],[156.862745098039,100.980392156863,49.0196078431373],[144.117647058824,88.2352941176471,44.1176470588235],[204.901960784314,158.823529411765,115.686274509804],[181.372549019608,150,101.960784313725],[93.1372549019608,73.5294117647059,23.5294117647059],[143.137254901961,131.372549019608,84.3137254901961],[166.666666666667,164.705882352941,116.666666666667],[135.294117647059,142.156862745098,91.1764705882353],[138.235294117647,150,100.980392156863],[123.529411764706,136.274509803922,91.1764705882353],[125.490196078431,140.196078431373,100],[100.980392156863,115.686274509804,83.3333333333333],[92.156862745098,110.78431372549,81.3725490196078],[31.3725490196078,56.8627450980392,20.5882352941176],[82.3529411764706,112.745098039216,72.5490196078431],[189.21568627451,216.666666666667,176.470588235294],[149.019607843137,177.450980392157,147.058823529412],[28.4313725490196,54.9019607843137,48.0392156862745],[30.3921568627451,57.843137254902,60.7843137254902],[46.078431372549,74.5098039215686,72.5490196078431],[40.1960784313726,68.6274509803922,63.7254901960784],[26.4705882352941,55.8823529411765,46.078431372549],[36.2745098039216,65.6862745098039,55.8823529411765],[41.1764705882353,70.5882352941177,60.7843137254902],[44.1176470588235,72.5490196078431,67.6470588235294],[28.4313725490196,55.8823529411765,56.8627450980392],[43.1372549019608,70.5882352941177,74.5098039215686],[26.4705882352941,52.9411764705882,59.8039215686275],[53.921568627451,81.3725490196078,85.2941176470588],[48.0392156862745,73.5294117647059,70.5882352941177],[41.1764705882353,66.6666666666667,53.921568627451],[39.2156862745098,66.6666666666667,44.1176470588235],[97.0588235294118,125.490196078431,98.0392156862745],[182.352941176471,209.803921568627,185.294117647059],[101.960784313725,131.372549019608,107.843137254902],[30.3921568627451,62.7450980392157,42.156862745098],[50,87.2549019607843,66.6666666666667],[75.4901960784314,116.666666666667,97.0588235294118],[122.549019607843,164.705882352941,145.098039215686],[88.2352941176471,129.411764705882,107.843137254902],[197.058823529412,236.274509803922,210.78431372549],[116.666666666667,151.960784313725,124.509803921569],[54.9019607843137,87.2549019607843,58.8235294117647],[175.490196078431,203.921568627451,174.509803921569],[194.117647058824,222.549019607843,195.098039215686],[117.647058823529,145.098039215686,120.588235294118],[97.0588235294118,125.490196078431,103.921568627451],[33.3333333333333,63.7254901960784,46.078431372549],[47.0588235294118,80.3921568627451,64.7058823529412],[44.1176470588235,83.3333333333333,72.5490196078431],[51.9607843137255,92.156862745098,78.4313725490196],[59.8039215686275,100.980392156863,79.4117647058823],[62.7450980392157,101.960784313725,75.4901960784314],[154.901960784314,191.176470588235,160.78431372549],[124.509803921569,159.803921568627,124.509803921569],[134.313725490196,165.686274509804,127.450980392157],[106.862745098039,137.254901960784,94.1176470588235],[132.352941176471,159.803921568627,111.764705882353],[169.607843137255,194.117647058824,140.196078431373],[152.941176470588,173.529411764706,117.647058823529],[176.470588235294,196.078431372549,138.235294117647],[226.470588235294,243.137254901961,189.21568627451],[197.058823529412,211.764705882353,157.843137254902],[138.235294117647,150.980392156863,98.0392156862745],[162.745098039216,175.490196078431,120.588235294118],[191.176470588235,204.901960784314,145.098039215686],[142.156862745098,153.921568627451,91.1764705882353],[170.588235294118,181.372549019608,116.666666666667],[148.039215686275,153.921568627451,93.1372549019608],[126.470588235294,129.411764705882,77.4509803921569],[115.686274509804,114.705882352941,71.5686274509804],[78.4313725490196,76.4705882352941,38.2352941176471],[41.1764705882353,41.1764705882353,3.92156862745098],[105.882352941176,108.823529411765,64.7058823529412],[101.960784313725,104.901960784314,58.8235294117647],[66.6666666666667,69.6078431372549,25.4901960784314],[57.843137254902,58.8235294117647,15.6862745098039],[54.9019607843137,51.9607843137255,11.7647058823529],[83.3333333333333,78.4313725490196,37.2549019607843],[144.117647058824,136.274509803922,88.2352941176471],[140.196078431373,128.43137254902,77.4509803921569],[87.2549019607843,75.4901960784314,26.4705882352941],[65.6862745098039,53.921568627451,6.86274509803922],[110.78431372549,102.941176470588,57.843137254902],[121.56862745098,114.705882352941,69.6078431372549],[123.529411764706,117.647058823529,66.6666666666667],[101.960784313725,97.0588235294118,40.1960784313726],[78.4313725490196,74.5098039215686,14.7058823529412],[119.607843137255,110.78431372549,54.9019607843137],[95.0980392156863,83.3333333333333,36.2745098039216],[85.2941176470588,67.6470588235294,30.3921568627451],[95.0980392156863,74.5098039215686,44.1176470588235],[64.7058823529412,43.1372549019608,19.6078431372549],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,8.82352941176471],[21.5686274509804,2.94117647058824,6.86274509803922],[18.6274509803922,1.96078431372549,11.7647058823529],[13.7254901960784,0.980392156862745,7.84313725490196],[8.82352941176471,0,2.94117647058824],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,11.7647058823529],[7.84313725490196,5.88235294117647,6.86274509803922],[131.372549019608,129.411764705882,130.392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,2.94117647058824],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[24.5098039215686,22.5490196078431,23.5294117647059],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[18.6274509803922,13.7254901960784,10.7843137254902],[19.6078431372549,14.7058823529412,11.7647058823529],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,6.86274509803922,4.90196078431373],[12.7450980392157,2.94117647058824,1.96078431372549],[21.5686274509804,9.80392156862745,9.80392156862745],[41.1764705882353,25.4901960784314,26.4705882352941],[67.6470588235294,50,48.0392156862745],[21.5686274509804,2.94117647058824,0],[66.6666666666667,48.0392156862745,34.3137254901961],[63.7254901960784,45.0980392156863,28.4313725490196],[60.7843137254902,42.156862745098,27.4509803921569],[52.9411764705882,35.2941176470588,21.5686274509804],[43.1372549019608,25.4901960784314,15.6862745098039],[31.3725490196078,12.7450980392157,5.88235294117647],[29.4117647058824,9.80392156862745,2.94117647058824],[36.2745098039216,16.6666666666667,5.88235294117647],[50,29.4117647058824,12.7450980392157],[65.6862745098039,40.1960784313726,17.6470588235294],[121.56862745098,87.2549019607843,59.8039215686275],[119.607843137255,77.4509803921569,44.1176470588235],[142.156862745098,93.1372549019608,56.8627450980392],[168.627450980392,114.705882352941,74.5098039215686],[125.490196078431,65.6862745098039,22.5490196078431],[172.549019607843,114.705882352941,71.5686274509804],[164.705882352941,111.764705882353,66.6666666666667],[97.0588235294118,50.9803921568627,5.88235294117647],[80.3921568627451,43.1372549019608,0],[82.3529411764706,50,5.88235294117647],[104.901960784314,74.5098039215686,31.3725490196078],[143.137254901961,110.78431372549,66.6666666666667],[174.509803921569,134.313725490196,89.2156862745098],[182.352941176471,133.333333333333,85.2941176470588],[167.647058823529,106.862745098039,56.8627450980392],[162.745098039216,100.980392156863,49.0196078431373],[158.823529411765,103.921568627451,53.921568627451],[176.470588235294,134.313725490196,82.3529411764706],[193.137254901961,167.647058823529,111.764705882353],[91.1764705882353,71.5686274509804,21.5686274509804],[73.5294117647059,51.9607843137255,13.7254901960784],[109.803921568627,94.1176470588235,58.8235294117647],[121.56862745098,117.647058823529,70.5882352941177],[126.470588235294,130.392156862745,80.3921568627451],[123.529411764706,137.254901960784,89.2156862745098],[150.980392156863,171.56862745098,133.333333333333],[107.843137254902,129.411764705882,106.862745098039],[84.3137254901961,112.745098039216,93.1372549019608],[66.6666666666667,106.862745098039,77.4509803921569],[106.862745098039,143.137254901961,112.745098039216],[104.901960784314,127.450980392157,101.960784313725],[120.588235294118,137.254901960784,118.627450980392],[59.8039215686275,85.2941176470588,74.5098039215686],[37.2549019607843,67.6470588235294,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[39.2156862745098,66.6666666666667,67.6470588235294],[34.3137254901961,63.7254901960784,63.7254901960784],[35.2941176470588,65.6862745098039,60.7843137254902],[46.078431372549,78.4313725490196,69.6078431372549],[43.1372549019608,75.4901960784314,66.6666666666667],[50.9803921568627,85.2941176470588,78.4313725490196],[38.2352941176471,73.5294117647059,69.6078431372549],[43.1372549019608,76.4705882352941,78.4313725490196],[77.4509803921569,107.843137254902,110.78431372549],[74.5098039215686,103.921568627451,101.960784313725],[46.078431372549,75.4901960784314,63.7254901960784],[60.7843137254902,88.2352941176471,65.6862745098039],[97.0588235294118,126.470588235294,99.0196078431373],[157.843137254902,191.176470588235,164.705882352941],[166.666666666667,200.980392156863,177.450980392157],[32.3529411764706,66.6666666666667,47.0588235294118],[46.078431372549,82.3529411764706,65.6862745098039],[29.4117647058824,66.6666666666667,53.921568627451],[116.666666666667,156.862745098039,143.137254901961],[181.372549019608,219.607843137255,201.960784313725],[131.372549019608,169.607843137255,149.019607843137],[42.156862745098,80.3921568627451,53.921568627451],[105.882352941176,142.156862745098,109.803921568627],[148.039215686275,182.352941176471,150],[196.078431372549,228.43137254902,198.039215686275],[106.862745098039,139.21568627451,112.745098039216],[75.4901960784314,106.862745098039,86.2745098039216],[49.0196078431373,79.4117647058823,64.7058823529412],[96.078431372549,125.490196078431,113.725490196078],[96.078431372549,122.549019607843,113.725490196078],[75.4901960784314,103.921568627451,86.2745098039216],[52.9411764705882,83.3333333333333,51.9607843137255],[38.2352941176471,69.6078431372549,29.4117647058824],[92.156862745098,123.529411764706,83.3333333333333],[109.803921568627,140.196078431373,100],[81.3725490196078,111.764705882353,71.5686274509804],[87.2549019607843,115.686274509804,72.5490196078431],[105.882352941176,134.313725490196,81.3725490196078],[123.529411764706,151.960784313725,89.2156862745098],[109.803921568627,136.274509803922,68.6274509803922],[121.56862745098,146.078431372549,79.4117647058823],[152.941176470588,174.509803921569,113.725490196078],[189.21568627451,209.803921568627,154.901960784314],[134.313725490196,151.960784313725,102.941176470588],[159.803921568627,175.490196078431,127.450980392157],[99.0196078431373,111.764705882353,59.8039215686275],[41.1764705882353,50.9803921568627,0],[67.6470588235294,76.4705882352941,24.5098039215686],[94.1176470588235,102.941176470588,50.9803921568627],[194.117647058824,200,152.941176470588],[135.294117647059,138.235294117647,94.1176470588235],[81.3725490196078,84.3137254901961,42.156862745098],[126.470588235294,127.450980392157,86.2745098039216],[182.352941176471,183.333333333333,140.196078431373],[117.647058823529,118.627450980392,75.4901960784314],[66.6666666666667,67.6470588235294,24.5098039215686],[31.3725490196078,30.3921568627451,0],[96.078431372549,95.0980392156863,51.9607843137255],[109.803921568627,106.862745098039,64.7058823529412],[90.1960784313725,87.2549019607843,43.1372549019608],[116.666666666667,112.745098039216,65.6862745098039],[103.921568627451,98.0392156862745,47.0588235294118],[68.6274509803922,63.7254901960784,9.80392156862745],[30.3921568627451,27.4509803921569,0],[97.0588235294118,95.0980392156863,45.0980392156863],[84.3137254901961,83.3333333333333,28.4313725490196],[95.0980392156863,93.1372549019608,35.2941176470588],[109.803921568627,103.921568627451,43.1372549019608],[177.450980392157,166.666666666667,105.882352941176],[139.21568627451,120.588235294118,62.7450980392157],[124.509803921569,102.941176470588,47.0588235294118],[105.882352941176,80.3921568627451,32.3529411764706],[92.156862745098,64.7058823529412,26.4705882352941],[93.1372549019608,67.6470588235294,43.1372549019608],[71.5686274509804,49.0196078431373,35.2941176470588],[38.2352941176471,17.6470588235294,16.6666666666667],[56.8627450980392,41.1764705882353,44.1176470588235],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,6.86274509803922,6.86274509803922],[31.3725490196078,25.4901960784314,25.4901960784314],[3.92156862745098,0,0],[29.4117647058824,25.4901960784314,26.4705882352941],[198.039215686275,194.117647058824,195.098039215686],[27.4509803921569,22.5490196078431,26.4705882352941],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[9.80392156862745,3.92156862745098,7.84313725490196],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549]],[[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[10.7843137254902,6.86274509803922,3.92156862745098],[14.7058823529412,10.7843137254902,7.84313725490196],[12.7450980392157,8.82352941176471,5.88235294117647],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,0.980392156862745,0],[23.5294117647059,18.6274509803922,14.7058823529412],[44.1176470588235,39.2156862745098,35.2941176470588],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[15.6862745098039,9.80392156862745,11.7647058823529],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[39.2156862745098,33.3333333333333,35.2941176470588],[85.2941176470588,77.4509803921569,74.5098039215686],[6.86274509803922,0,0],[9.80392156862745,0,0],[35.2941176470588,17.6470588235294,17.6470588235294],[42.156862745098,21.5686274509804,18.6274509803922],[28.4313725490196,6.86274509803922,0],[64.7058823529412,44.1176470588235,25.4901960784314],[97.0588235294118,75.4901960784314,52.9411764705882],[74.5098039215686,54.9019607843137,31.3725490196078],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,4.90196078431373],[16.6666666666667,0,0],[43.1372549019608,23.5294117647059,14.7058823529412],[57.843137254902,39.2156862745098,25.4901960784314],[52.9411764705882,32.3529411764706,11.7647058823529],[94.1176470588235,68.6274509803922,42.156862745098],[111.764705882353,79.4117647058823,45.0980392156863],[116.666666666667,75.4901960784314,38.2352941176471],[128.43137254902,77.4509803921569,38.2352941176471],[180.392156862745,122.549019607843,81.3725490196078],[150.980392156863,87.2549019607843,46.078431372549],[190.196078431373,128.43137254902,85.2941176470588],[177.450980392157,121.56862745098,77.4509803921569],[108.823529411765,62.7450980392157,17.6470588235294],[102.941176470588,71.5686274509804,23.5294117647059],[209.803921568627,187.254901960784,138.235294117647],[113.725490196078,92.156862745098,44.1176470588235],[109.803921568627,84.3137254901961,36.2745098039216],[147.058823529412,111.764705882353,62.7450980392157],[189.21568627451,143.137254901961,92.156862745098],[200.980392156863,140.196078431373,90.1960784313725],[204.901960784314,143.137254901961,91.1764705882353],[206.862745098039,155.882352941176,100],[177.450980392157,139.21568627451,81.3725490196078],[158.823529411765,139.21568627451,81.3725490196078],[138.235294117647,122.549019607843,72.5490196078431],[90.1960784313725,66.6666666666667,33.3333333333333],[95.0980392156863,75.4901960784314,43.1372549019608],[118.627450980392,110.78431372549,65.6862745098039],[140.196078431373,144.117647058824,94.1176470588235],[123.529411764706,137.254901960784,89.2156862745098],[104.901960784314,126.470588235294,89.2156862745098],[173.529411764706,198.039215686275,179.411764705882],[138.235294117647,169.607843137255,156.862745098039],[49.0196078431373,92.156862745098,69.6078431372549],[17.6470588235294,56.8627450980392,31.3725490196078],[51.9607843137255,68.6274509803922,50.9803921568627],[50.9803921568627,62.7450980392157,49.0196078431373],[49.0196078431373,74.5098039215686,61.7647058823529],[40.1960784313726,70.5882352941177,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[36.2745098039216,63.7254901960784,67.6470588235294],[36.2745098039216,64.7058823529412,68.6274509803922],[34.3137254901961,65.6862745098039,64.7058823529412],[50.9803921568627,86.2745098039216,76.4705882352941],[63.7254901960784,100.980392156863,88.2352941176471],[50,89.2156862745098,78.4313725490196],[37.2549019607843,77.4509803921569,69.6078431372549],[62.7450980392157,100.980392156863,100],[71.5686274509804,106.862745098039,106.862745098039],[61.7647058823529,93.1372549019608,90.1960784313725],[78.4313725490196,107.843137254902,98.0392156862745],[65.6862745098039,95.0980392156863,71.5686274509804],[88.2352941176471,118.627450980392,88.2352941176471],[119.607843137255,155.882352941176,125.490196078431],[127.450980392157,165.686274509804,139.21568627451],[121.56862745098,158.823529411765,138.235294117647],[27.4509803921569,64.7058823529412,50],[29.4117647058824,66.6666666666667,55.8823529411765],[52.9411764705882,92.156862745098,81.3725490196078],[151.960784313725,192.156862745098,178.43137254902],[41.1764705882353,79.4117647058823,60.7843137254902],[31.3725490196078,70.5882352941177,44.1176470588235],[114.705882352941,153.921568627451,120.588235294118],[125.490196078431,161.764705882353,128.43137254902],[197.058823529412,231.372549019608,199.019607843137],[100,132.352941176471,103.921568627451],[65.6862745098039,94.1176470588235,72.5490196078431],[72.5490196078431,100,85.2941176470588],[88.2352941176471,113.725490196078,102.941176470588],[94.1176470588235,117.647058823529,104.901960784314],[61.7647058823529,86.2745098039216,64.7058823529412],[40.1960784313726,67.6470588235294,28.4313725490196],[58.8235294117647,87.2549019607843,42.156862745098],[79.4117647058823,107.843137254902,64.7058823529412],[100.980392156863,131.372549019608,91.1764705882353],[84.3137254901961,113.725490196078,78.4313725490196],[89.2156862745098,116.666666666667,76.4705882352941],[92.156862745098,121.56862745098,68.6274509803922],[145.098039215686,174.509803921569,111.764705882353],[198.039215686275,228.43137254902,159.803921568627],[157.843137254902,187.254901960784,118.627450980392],[168.627450980392,194.117647058824,134.313725490196],[110.78431372549,135.294117647059,81.3725490196078],[128.43137254902,151.960784313725,100.980392156863],[105.882352941176,125.490196078431,77.4509803921569],[88.2352941176471,100.980392156863,55.8823529411765],[75.4901960784314,87.2549019607843,42.156862745098],[63.7254901960784,75.4901960784314,30.3921568627451],[68.6274509803922,77.4509803921569,33.3333333333333],[172.549019607843,179.411764705882,136.274509803922],[178.43137254902,185.294117647059,142.156862745098],[159.803921568627,165.686274509804,122.549019607843],[99.0196078431373,101.960784313725,57.843137254902],[131.372549019608,134.313725490196,90.1960784313725],[96.078431372549,97.0588235294118,53.921568627451],[93.1372549019608,94.1176470588235,50.9803921568627],[80.3921568627451,79.4117647058823,36.2745098039216],[70.5882352941177,69.6078431372549,26.4705882352941],[30.3921568627451,29.4117647058824,0],[66.6666666666667,65.6862745098039,22.5490196078431],[89.2156862745098,87.2549019607843,40.1960784313726],[97.0588235294118,94.1176470588235,40.1960784313726],[135.294117647059,133.333333333333,77.4509803921569],[63.7254901960784,62.7450980392157,7.84313725490196],[89.2156862745098,88.2352941176471,33.3333333333333],[128.43137254902,127.450980392157,72.5490196078431],[108.823529411765,106.862745098039,50.9803921568627],[103.921568627451,95.0980392156863,37.2549019607843],[137.254901960784,126.470588235294,65.6862745098039],[121.56862745098,101.960784313725,40.1960784313726],[148.039215686275,124.509803921569,63.7254901960784],[139.21568627451,112.745098039216,58.8235294117647],[127.450980392157,99.0196078431373,55.8823529411765],[100.980392156863,74.5098039215686,45.0980392156863],[74.5098039215686,51.9607843137255,34.3137254901961],[42.156862745098,21.5686274509804,16.6666666666667],[33.3333333333333,17.6470588235294,17.6470588235294],[12.7450980392157,4.90196078431373,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[27.4509803921569,21.5686274509804,21.5686274509804],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,13.7254901960784],[9.80392156862745,3.92156862745098,7.84313725490196],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[9.80392156862745,7.84313725490196,10.7843137254902]],[[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[11.7647058823529,6.86274509803922,3.92156862745098],[27.4509803921569,22.5490196078431,18.6274509803922],[17.6470588235294,10.7843137254902,4.90196078431373],[35.2941176470588,28.4313725490196,22.5490196078431],[50,43.1372549019608,37.2549019607843],[15.6862745098039,6.86274509803922,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[15.6862745098039,5.88235294117647,3.92156862745098],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,17.6470588235294,21.5686274509804],[26.4705882352941,16.6666666666667,15.6862745098039],[23.5294117647059,16.6666666666667,6.86274509803922],[33.3333333333333,25.4901960784314,14.7058823529412],[17.6470588235294,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[41.1764705882353,23.5294117647059,13.7254901960784],[51.9607843137255,31.3725490196078,14.7058823529412],[39.2156862745098,19.6078431372549,0],[71.5686274509804,52.9411764705882,23.5294117647059],[74.5098039215686,55.8823529411765,26.4705882352941],[78.4313725490196,58.8235294117647,34.3137254901961],[42.156862745098,24.5098039215686,4.90196078431373],[51.9607843137255,33.3333333333333,18.6274509803922],[73.5294117647059,51.9607843137255,38.2352941176471],[57.843137254902,37.2549019607843,18.6274509803922],[78.4313725490196,57.843137254902,31.3725490196078],[112.745098039216,89.2156862745098,55.8823529411765],[99.0196078431373,65.6862745098039,28.4313725490196],[86.2745098039216,44.1176470588235,2.94117647058824],[87.2549019607843,37.2549019607843,0],[188.235294117647,132.352941176471,88.2352941176471],[183.333333333333,121.56862745098,78.4313725490196],[176.470588235294,116.666666666667,70.5882352941177],[166.666666666667,113.725490196078,67.6470588235294],[134.313725490196,89.2156862745098,41.1764705882353],[139.21568627451,103.921568627451,54.9019607843137],[250,237.254901960784,188.235294117647],[166.666666666667,139.21568627451,90.1960784313725],[125.490196078431,96.078431372549,45.0980392156863],[116.666666666667,80.3921568627451,28.4313725490196],[142.156862745098,96.078431372549,43.1372549019608],[181.372549019608,125.490196078431,71.5686274509804],[192.156862745098,137.254901960784,81.3725490196078],[229.411764705882,185.294117647059,127.450980392157],[208.823529411765,177.450980392157,121.56862745098],[110.78431372549,94.1176470588235,39.2156862745098],[130.392156862745,118.627450980392,69.6078431372549],[102.941176470588,85.2941176470588,50],[77.4509803921569,61.7647058823529,28.4313725490196],[122.549019607843,118.627450980392,74.5098039215686],[123.529411764706,129.411764705882,84.3137254901961],[88.2352941176471,102.941176470588,60.7843137254902],[174.509803921569,196.078431372549,160.78431372549],[96.078431372549,120.588235294118,101.960784313725],[62.7450980392157,93.1372549019608,78.4313725490196],[155.882352941176,197.058823529412,177.450980392157],[78.4313725490196,112.745098039216,93.1372549019608],[48.0392156862745,64.7058823529412,49.0196078431373],[48.0392156862745,59.8039215686275,46.078431372549],[56.8627450980392,82.3529411764706,69.6078431372549],[42.156862745098,72.5490196078431,64.7058823529412],[54.9019607843137,83.3333333333333,81.3725490196078],[68.6274509803922,96.078431372549,99.0196078431373],[35.2941176470588,64.7058823529412,66.6666666666667],[29.4117647058824,58.8235294117647,58.8235294117647],[61.7647058823529,94.1176470588235,85.2941176470588],[52.9411764705882,90.1960784313725,77.4509803921569],[46.078431372549,85.2941176470588,74.5098039215686],[47.0588235294118,86.2745098039216,78.4313725490196],[52.9411764705882,91.1764705882353,90.1960784313725],[63.7254901960784,99.0196078431373,99.0196078431373],[65.6862745098039,97.0588235294118,94.1176470588235],[67.6470588235294,97.0588235294118,85.2941176470588],[64.7058823529412,94.1176470588235,70.5882352941177],[114.705882352941,145.098039215686,114.705882352941],[127.450980392157,163.725490196078,131.372549019608],[112.745098039216,152.941176470588,123.529411764706],[186.274509803922,225.490196078431,201.960784313725],[128.43137254902,168.627450980392,150.980392156863],[45.0980392156863,85.2941176470588,71.5686274509804],[22.5490196078431,61.7647058823529,50.9803921568627],[74.5098039215686,114.705882352941,100.980392156863],[94.1176470588235,135.294117647059,115.686274509804],[54.9019607843137,94.1176470588235,68.6274509803922],[138.235294117647,176.470588235294,146.078431372549],[158.823529411765,193.137254901961,160.78431372549],[183.333333333333,216.666666666667,184.313725490196],[130.392156862745,158.823529411765,131.372549019608],[56.8627450980392,81.3725490196078,59.8039215686275],[43.1372549019608,63.7254901960784,49.0196078431373],[63.7254901960784,84.3137254901961,69.6078431372549],[108.823529411765,133.333333333333,114.705882352941],[96.078431372549,124.509803921569,97.0588235294118],[69.6078431372549,100,59.8039215686275],[86.2745098039216,116.666666666667,75.4901960784314],[139.21568627451,168.627450980392,131.372549019608],[88.2352941176471,117.647058823529,84.3137254901961],[110.78431372549,139.21568627451,109.803921568627],[103.921568627451,133.333333333333,100],[157.843137254902,189.21568627451,143.137254901961],[155.882352941176,186.274509803922,130.392156862745],[157.843137254902,189.21568627451,127.450980392157],[136.274509803922,165.686274509804,104.901960784314],[139.21568627451,167.647058823529,112.745098039216],[141.176470588235,167.647058823529,115.686274509804],[170.588235294118,197.058823529412,143.137254901961],[141.176470588235,163.725490196078,112.745098039216],[59.8039215686275,76.4705882352941,32.3529411764706],[100,114.705882352941,72.5490196078431],[92.156862745098,104.901960784314,62.7450980392157],[54.9019607843137,67.6470588235294,25.4901960784314],[68.6274509803922,79.4117647058823,37.2549019607843],[52.9411764705882,63.7254901960784,21.5686274509804],[97.0588235294118,105.882352941176,63.7254901960784],[72.5490196078431,79.4117647058823,36.2745098039216],[82.3529411764706,88.2352941176471,45.0980392156863],[121.56862745098,124.509803921569,82.3529411764706],[139.21568627451,140.196078431373,97.0588235294118],[65.6862745098039,66.6666666666667,23.5294117647059],[53.921568627451,52.9411764705882,9.80392156862745],[54.9019607843137,53.921568627451,10.7843137254902],[107.843137254902,106.862745098039,61.7647058823529],[90.1960784313725,88.2352941176471,40.1960784313726],[159.803921568627,154.901960784314,100],[175.490196078431,170.588235294118,113.725490196078],[128.43137254902,126.470588235294,70.5882352941177],[119.607843137255,116.666666666667,64.7058823529412],[123.529411764706,120.588235294118,68.6274509803922],[140.196078431373,134.313725490196,83.3333333333333],[153.921568627451,147.058823529412,93.1372549019608],[81.3725490196078,68.6274509803922,14.7058823529412],[66.6666666666667,50.9803921568627,0],[106.862745098039,86.2745098039216,30.3921568627451],[136.274509803922,113.725490196078,62.7450980392157],[163.725490196078,141.176470588235,98.0392156862745],[103.921568627451,83.3333333333333,52.9411764705882],[33.3333333333333,16.6666666666667,0],[19.6078431372549,5.88235294117647,0],[35.2941176470588,24.5098039215686,20.5882352941176],[17.6470588235294,9.80392156862745,6.86274509803922],[3.92156862745098,0,0],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,20.5882352941176,20.5882352941176],[40.1960784313726,31.3725490196078,32.3529411764706],[20.5882352941176,11.7647058823529,14.7058823529412],[32.3529411764706,23.5294117647059,26.4705882352941],[12.7450980392157,3.92156862745098,8.82352941176471],[16.6666666666667,7.84313725490196,12.7450980392157],[9.80392156862745,0.980392156862745,5.88235294117647],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[5.88235294117647,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[31.3725490196078,22.5490196078431,17.6470588235294],[33.3333333333333,24.5098039215686,17.6470588235294],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[11.7647058823529,0,0],[15.6862745098039,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[20.5882352941176,7.84313725490196,1.96078431372549],[14.7058823529412,0.980392156862745,0],[21.5686274509804,7.84313725490196,6.86274509803922],[36.2745098039216,22.5490196078431,21.5686274509804],[20.5882352941176,6.86274509803922,3.92156862745098],[32.3529411764706,24.5098039215686,11.7647058823529],[35.2941176470588,28.4313725490196,12.7450980392157],[39.2156862745098,29.4117647058824,19.6078431372549],[91.1764705882353,77.4509803921569,68.6274509803922],[110.78431372549,93.1372549019608,81.3725490196078],[46.078431372549,28.4313725490196,8.82352941176471],[39.2156862745098,22.5490196078431,0],[50.9803921568627,32.3529411764706,0.980392156862745],[78.4313725490196,59.8039215686275,28.4313725490196],[83.3333333333333,64.7058823529412,35.2941176470588],[78.4313725490196,58.8235294117647,35.2941176470588],[97.0588235294118,76.4705882352941,57.843137254902],[65.6862745098039,45.0980392156863,26.4705882352941],[34.3137254901961,14.7058823529412,0],[100.980392156863,80.3921568627451,50],[162.745098039216,137.254901960784,100.980392156863],[128.43137254902,94.1176470588235,52.9411764705882],[144.117647058824,101.960784313725,57.843137254902],[137.254901960784,87.2549019607843,41.1764705882353],[183.333333333333,131.372549019608,82.3529411764706],[180.392156862745,123.529411764706,74.5098039215686],[155.882352941176,100,48.0392156862745],[163.725490196078,111.764705882353,60.7843137254902],[122.549019607843,76.4705882352941,25.4901960784314],[116.666666666667,77.4509803921569,26.4705882352941],[94.1176470588235,58.8235294117647,7.84313725490196],[159.803921568627,129.411764705882,76.4705882352941],[164.705882352941,132.352941176471,80.3921568627451],[152.941176470588,114.705882352941,60.7843137254902],[169.607843137255,125.490196078431,69.6078431372549],[185.294117647059,136.274509803922,78.4313725490196],[146.078431372549,98.0392156862745,40.1960784313726],[122.549019607843,85.2941176470588,24.5098039215686],[156.862745098039,131.372549019608,73.5294117647059],[85.2941176470588,72.5490196078431,20.5882352941176],[155.882352941176,148.039215686275,101.960784313725],[111.764705882353,98.0392156862745,59.8039215686275],[56.8627450980392,45.0980392156863,7.84313725490196],[111.764705882353,108.823529411765,66.6666666666667],[137.254901960784,144.117647058824,100.980392156863],[91.1764705882353,107.843137254902,66.6666666666667],[157.843137254902,178.43137254902,146.078431372549],[27.4509803921569,51.9607843137255,30.3921568627451],[0,10.7843137254902,0],[24.5098039215686,60.7843137254902,44.1176470588235],[28.4313725490196,60.7843137254902,44.1176470588235],[50.9803921568627,64.7058823529412,50],[50,61.7647058823529,48.0392156862745],[48.0392156862745,73.5294117647059,60.7843137254902],[28.4313725490196,58.8235294117647,50.9803921568627],[47.0588235294118,75.4901960784314,73.5294117647059],[70.5882352941177,98.0392156862745,99.0196078431373],[46.078431372549,75.4901960784314,75.4901960784314],[46.078431372549,76.4705882352941,71.5686274509804],[71.5686274509804,103.921568627451,93.1372549019608],[47.0588235294118,82.3529411764706,68.6274509803922],[51.9607843137255,89.2156862745098,76.4705882352941],[65.6862745098039,104.901960784314,96.078431372549],[58.8235294117647,97.0588235294118,94.1176470588235],[55.8823529411765,91.1764705882353,89.2156862745098],[78.4313725490196,109.803921568627,104.901960784314],[50,79.4117647058823,67.6470588235294],[64.7058823529412,94.1176470588235,70.5882352941177],[153.921568627451,186.274509803922,155.882352941176],[150.980392156863,190.196078431373,156.862745098039],[89.2156862745098,132.352941176471,100],[106.862745098039,149.019607843137,122.549019607843],[170.588235294118,212.745098039216,193.137254901961],[119.607843137255,160.78431372549,147.058823529412],[47.0588235294118,90.1960784313725,77.4509803921569],[40.1960784313726,83.3333333333333,68.6274509803922],[67.6470588235294,109.803921568627,91.1764705882353],[87.2549019607843,129.411764705882,102.941176470588],[122.549019607843,160.78431372549,130.392156862745],[167.647058823529,201.960784313725,169.607843137255],[195.098039215686,225.490196078431,194.117647058824],[137.254901960784,161.764705882353,133.333333333333],[62.7450980392157,81.3725490196078,59.8039215686275],[51.9607843137255,68.6274509803922,50.9803921568627],[88.2352941176471,106.862745098039,88.2352941176471],[86.2745098039216,111.764705882353,87.2549019607843],[71.5686274509804,101.960784313725,70.5882352941177],[113.725490196078,145.098039215686,106.862745098039],[104.901960784314,139.21568627451,100],[128.43137254902,161.764705882353,129.411764705882],[90.1960784313725,122.549019607843,96.078431372549],[134.313725490196,165.686274509804,142.156862745098],[157.843137254902,187.254901960784,159.803921568627],[130.392156862745,161.764705882353,121.56862745098],[138.235294117647,169.607843137255,121.56862745098],[134.313725490196,166.666666666667,114.705882352941],[158.823529411765,188.235294117647,137.254901960784],[137.254901960784,166.666666666667,117.647058823529],[93.1372549019608,120.588235294118,72.5490196078431],[210.78431372549,239.21568627451,184.313725490196],[151.960784313725,178.43137254902,124.509803921569],[65.6862745098039,87.2549019607843,42.156862745098],[94.1176470588235,111.764705882353,72.5490196078431],[88.2352941176471,103.921568627451,65.6862745098039],[40.1960784313726,55.8823529411765,17.6470588235294],[50,64.7058823529412,24.5098039215686],[9.80392156862745,22.5490196078431,0],[0,8.82352941176471,0],[61.7647058823529,70.5882352941177,28.4313725490196],[44.1176470588235,50.9803921568627,7.84313725490196],[87.2549019607843,93.1372549019608,50],[100,102.941176470588,58.8235294117647],[85.2941176470588,86.2745098039216,43.1372549019608],[101.960784313725,100.980392156863,55.8823529411765],[58.8235294117647,57.843137254902,12.7450980392157],[106.862745098039,105.882352941176,58.8235294117647],[81.3725490196078,79.4117647058823,29.4117647058824],[84.3137254901961,80.3921568627451,20.5882352941176],[70.5882352941177,64.7058823529412,3.92156862745098],[100.980392156863,96.078431372549,39.2156862745098],[117.647058823529,114.705882352941,60.7843137254902],[96.078431372549,93.1372549019608,43.1372549019608],[121.56862745098,115.686274509804,66.6666666666667],[48.0392156862745,41.1764705882353,0],[80.3921568627451,68.6274509803922,17.6470588235294],[128.43137254902,112.745098039216,61.7647058823529],[89.2156862745098,72.5490196078431,21.5686274509804],[99.0196078431373,79.4117647058823,30.3921568627451],[128.43137254902,109.803921568627,68.6274509803922],[89.2156862745098,74.5098039215686,42.156862745098],[13.7254901960784,1.96078431372549,0],[16.6666666666667,7.84313725490196,0],[43.1372549019608,34.3137254901961,25.4901960784314],[28.4313725490196,21.5686274509804,15.6862745098039],[8.82352941176471,3.92156862745098,0],[15.6862745098039,10.7843137254902,6.86274509803922],[11.7647058823529,6.86274509803922,3.92156862745098],[34.3137254901961,26.4705882352941,24.5098039215686],[49.0196078431373,40.1960784313726,41.1764705882353],[12.7450980392157,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,10.7843137254902,13.7254901960784],[13.7254901960784,4.90196078431373,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,3.92156862745098,0],[10.7843137254902,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[44.1176470588235,27.4509803921569,17.6470588235294],[55.8823529411765,39.2156862745098,29.4117647058824],[19.6078431372549,1.96078431372549,0],[15.6862745098039,0,0],[24.5098039215686,6.86274509803922,0],[24.5098039215686,5.88235294117647,0],[22.5490196078431,3.92156862745098,0],[18.6274509803922,0,0],[18.6274509803922,0,0],[39.2156862745098,22.5490196078431,15.6862745098039],[27.4509803921569,15.6862745098039,0],[35.2941176470588,26.4705882352941,9.80392156862745],[69.6078431372549,57.843137254902,46.078431372549],[115.686274509804,101.960784313725,93.1372549019608],[110.78431372549,95.0980392156863,82.3529411764706],[26.4705882352941,9.80392156862745,0],[73.5294117647059,56.8627450980392,31.3725490196078],[88.2352941176471,71.5686274509804,42.156862745098],[67.6470588235294,49.0196078431373,17.6470588235294],[65.6862745098039,47.0588235294118,17.6470588235294],[106.862745098039,87.2549019607843,63.7254901960784],[91.1764705882353,69.6078431372549,49.0196078431373],[60.7843137254902,39.2156862745098,18.6274509803922],[81.3725490196078,59.8039215686275,36.2745098039216],[101.960784313725,79.4117647058823,49.0196078431373],[133.333333333333,105.882352941176,67.6470588235294],[138.235294117647,101.960784313725,57.843137254902],[176.470588235294,133.333333333333,85.2941176470588],[173.529411764706,127.450980392157,76.4705882352941],[166.666666666667,116.666666666667,64.7058823529412],[170.588235294118,118.627450980392,65.6862745098039],[148.039215686275,94.1176470588235,39.2156862745098],[179.411764705882,127.450980392157,74.5098039215686],[145.098039215686,97.0588235294118,42.156862745098],[136.274509803922,92.156862745098,38.2352941176471],[151.960784313725,111.764705882353,58.8235294117647],[164.705882352941,125.490196078431,74.5098039215686],[142.156862745098,103.921568627451,50],[186.274509803922,146.078431372549,91.1764705882353],[196.078431372549,154.901960784314,98.0392156862745],[233.333333333333,190.196078431373,130.392156862745],[136.274509803922,97.0588235294118,36.2745098039216],[109.803921568627,78.4313725490196,18.6274509803922],[154.901960784314,133.333333333333,76.4705882352941],[153.921568627451,142.156862745098,91.1764705882353],[153.921568627451,147.058823529412,101.960784313725],[210.78431372549,201.960784313725,159.803921568627],[104.901960784314,97.0588235294118,58.8235294117647],[73.5294117647059,74.5098039215686,35.2941176470588],[86.2745098039216,94.1176470588235,53.921568627451],[54.9019607843137,70.5882352941177,34.3137254901961],[133.333333333333,153.921568627451,123.529411764706],[71.5686274509804,95.0980392156863,71.5686274509804],[50,78.4313725490196,60.7843137254902],[30.3921568627451,63.7254901960784,50],[30.3921568627451,57.843137254902,46.078431372549],[47.0588235294118,60.7843137254902,48.0392156862745],[58.8235294117647,72.5490196078431,57.843137254902],[53.921568627451,79.4117647058823,66.6666666666667],[45.0980392156863,75.4901960784314,67.6470588235294],[38.2352941176471,66.6666666666667,62.7450980392157],[51.9607843137255,80.3921568627451,78.4313725490196],[77.4509803921569,105.882352941176,101.960784313725],[85.2941176470588,115.686274509804,109.803921568627],[74.5098039215686,107.843137254902,94.1176470588235],[62.7450980392157,98.0392156862745,84.3137254901961],[59.8039215686275,97.0588235294118,84.3137254901961],[67.6470588235294,106.862745098039,96.078431372549],[79.4117647058823,114.705882352941,110.78431372549],[44.1176470588235,78.4313725490196,74.5098039215686],[57.843137254902,90.1960784313725,83.3333333333333],[44.1176470588235,74.5098039215686,59.8039215686275],[101.960784313725,130.392156862745,108.823529411765],[180.392156862745,212.745098039216,184.313725490196],[139.21568627451,178.43137254902,145.098039215686],[70.5882352941177,113.725490196078,81.3725490196078],[66.6666666666667,109.803921568627,83.3333333333333],[123.529411764706,167.647058823529,147.058823529412],[63.7254901960784,109.803921568627,94.1176470588235],[15.6862745098039,60.7843137254902,48.0392156862745],[18.6274509803922,64.7058823529412,49.0196078431373],[82.3529411764706,128.43137254902,108.823529411765],[132.352941176471,175.490196078431,150.980392156863],[159.803921568627,199.019607843137,172.549019607843],[128.43137254902,162.745098039216,133.333333333333],[169.607843137255,198.039215686275,168.627450980392],[121.56862745098,144.117647058824,116.666666666667],[116.666666666667,134.313725490196,110.78431372549],[78.4313725490196,91.1764705882353,73.5294117647059],[67.6470588235294,82.3529411764706,61.7647058823529],[81.3725490196078,107.843137254902,77.4509803921569],[93.1372549019608,126.470588235294,90.1960784313725],[93.1372549019608,127.450980392157,88.2352941176471],[152.941176470588,186.274509803922,151.960784313725],[95.0980392156863,126.470588235294,102.941176470588],[70.5882352941177,101.960784313725,81.3725490196078],[109.803921568627,140.196078431373,122.549019607843],[218.627450980392,250,227.450980392157],[154.901960784314,188.235294117647,153.921568627451],[152.941176470588,185.294117647059,143.137254901961],[112.745098039216,145.098039215686,102.941176470588],[50,80.3921568627451,39.2156862745098],[20.5882352941176,50.9803921568627,10.7843137254902],[41.1764705882353,69.6078431372549,24.5098039215686],[220.588235294118,250,195.098039215686],[168.627450980392,197.058823529412,142.156862745098],[158.823529411765,183.333333333333,142.156862745098],[132.352941176471,153.921568627451,118.627450980392],[68.6274509803922,88.2352941176471,51.9607843137255],[50,69.6078431372549,33.3333333333333],[23.5294117647059,41.1764705882353,3.92156862745098],[16.6666666666667,32.3529411764706,0],[83.3333333333333,98.0392156862745,57.843137254902],[84.3137254901961,97.0588235294118,54.9019607843137],[44.1176470588235,52.9411764705882,10.7843137254902],[55.8823529411765,62.7450980392157,19.6078431372549],[80.3921568627451,83.3333333333333,39.2156862745098],[68.6274509803922,70.5882352941177,24.5098039215686],[83.3333333333333,82.3529411764706,35.2941176470588],[64.7058823529412,63.7254901960784,16.6666666666667],[108.823529411765,106.862745098039,58.8235294117647],[107.843137254902,104.901960784314,52.9411764705882],[82.3529411764706,76.4705882352941,15.6862745098039],[103.921568627451,99.0196078431373,36.2745098039216],[146.078431372549,142.156862745098,82.3529411764706],[97.0588235294118,92.156862745098,38.2352941176471],[129.411764705882,123.529411764706,74.5098039215686],[103.921568627451,98.0392156862745,50.9803921568627],[67.6470588235294,59.8039215686275,11.7647058823529],[104.901960784314,95.0980392156863,47.0588235294118],[106.862745098039,95.0980392156863,46.078431372549],[45.0980392156863,31.3725490196078,0],[64.7058823529412,50.9803921568627,4.90196078431373],[69.6078431372549,56.8627450980392,15.6862745098039],[59.8039215686275,49.0196078431373,17.6470588235294],[11.7647058823529,4.90196078431373,0],[15.6862745098039,10.7843137254902,0],[12.7450980392157,8.82352941176471,0],[22.5490196078431,15.6862745098039,7.84313725490196],[32.3529411764706,25.4901960784314,19.6078431372549],[16.6666666666667,9.80392156862745,3.92156862745098],[8.82352941176471,0.980392156862745,0],[21.5686274509804,11.7647058823529,9.80392156862745],[43.1372549019608,33.3333333333333,32.3529411764706],[13.7254901960784,3.92156862745098,2.94117647058824],[19.6078431372549,9.80392156862745,10.7843137254902],[18.6274509803922,8.82352941176471,9.80392156862745],[15.6862745098039,4.90196078431373,8.82352941176471],[14.7058823529412,5.88235294117647,8.82352941176471],[13.7254901960784,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[205.882352941176,203.921568627451,204.901960784314],[105.882352941176,103.921568627451,104.901960784314],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[36.2745098039216,22.5490196078431,21.5686274509804],[29.4117647058824,14.7058823529412,11.7647058823529],[18.6274509803922,0.980392156862745,0],[29.4117647058824,12.7450980392157,5.88235294117647],[17.6470588235294,0,0],[44.1176470588235,24.5098039215686,13.7254901960784],[58.8235294117647,40.1960784313726,26.4705882352941],[75.4901960784314,53.921568627451,41.1764705882353],[84.3137254901961,62.7450980392157,50],[27.4509803921569,5.88235294117647,0],[33.3333333333333,11.7647058823529,0],[47.0588235294118,25.4901960784314,12.7450980392157],[25.4901960784314,3.92156862745098,0],[16.6666666666667,0,0],[16.6666666666667,0,0],[36.2745098039216,16.6666666666667,5.88235294117647],[26.4705882352941,13.7254901960784,0],[48.0392156862745,36.2745098039216,20.5882352941176],[48.0392156862745,35.2941176470588,26.4705882352941],[19.6078431372549,6.86274509803922,0],[65.6862745098039,51.9607843137255,43.1372549019608],[40.1960784313726,24.5098039215686,11.7647058823529],[93.1372549019608,77.4509803921569,54.9019607843137],[162.745098039216,146.078431372549,120.588235294118],[85.2941176470588,65.6862745098039,39.2156862745098],[55.8823529411765,36.2745098039216,11.7647058823529],[87.2549019607843,65.6862745098039,45.0980392156863],[118.627450980392,96.078431372549,78.4313725490196],[109.803921568627,87.2549019607843,69.6078431372549],[69.6078431372549,45.0980392156863,23.5294117647059],[32.3529411764706,8.82352941176471,0],[59.8039215686275,32.3529411764706,0],[178.43137254902,141.176470588235,95.0980392156863],[191.176470588235,146.078431372549,95.0980392156863],[174.509803921569,128.43137254902,75.4901960784314],[146.078431372549,98.0392156862745,43.1372549019608],[173.529411764706,125.490196078431,68.6274509803922],[175.490196078431,125.490196078431,69.6078431372549],[194.117647058824,144.117647058824,88.2352941176471],[161.764705882353,113.725490196078,58.8235294117647],[140.196078431373,92.156862745098,37.2549019607843],[162.745098039216,116.666666666667,63.7254901960784],[180.392156862745,136.274509803922,82.3529411764706],[131.372549019608,89.2156862745098,35.2941176470588],[131.372549019608,92.156862745098,34.3137254901961],[168.627450980392,131.372549019608,70.5882352941177],[205.882352941176,168.627450980392,106.862745098039],[170.588235294118,137.254901960784,75.4901960784314],[185.294117647059,157.843137254902,96.078431372549],[141.176470588235,120.588235294118,64.7058823529412],[144.117647058824,132.352941176471,83.3333333333333],[138.235294117647,130.392156862745,85.2941176470588],[193.137254901961,185.294117647059,140.196078431373],[142.156862745098,138.235294117647,94.1176470588235],[200.980392156863,201.960784313725,162.745098039216],[104.901960784314,112.745098039216,76.4705882352941],[104.901960784314,120.588235294118,85.2941176470588],[137.254901960784,155.882352941176,126.470588235294],[54.9019607843137,77.4509803921569,50],[17.6470588235294,42.156862745098,21.5686274509804],[68.6274509803922,99.0196078431373,84.3137254901961],[87.2549019607843,112.745098039216,101.960784313725],[62.7450980392157,79.4117647058823,63.7254901960784],[39.2156862745098,55.8823529411765,40.1960784313726],[39.2156862745098,64.7058823529412,51.9607843137255],[45.0980392156863,76.4705882352941,65.6862745098039],[58.8235294117647,88.2352941176471,80.3921568627451],[50.9803921568627,79.4117647058823,74.5098039215686],[58.8235294117647,88.2352941176471,80.3921568627451],[66.6666666666667,96.078431372549,86.2745098039216],[50.9803921568627,82.3529411764706,69.6078431372549],[51.9607843137255,88.2352941176471,71.5686274509804],[76.4705882352941,113.725490196078,99.0196078431373],[60.7843137254902,100,89.2156862745098],[45.0980392156863,81.3725490196078,73.5294117647059],[38.2352941176471,72.5490196078431,65.6862745098039],[27.4509803921569,59.8039215686275,50.9803921568627],[18.6274509803922,50,35.2941176470588],[127.450980392157,155.882352941176,134.313725490196],[142.156862745098,174.509803921569,148.039215686275],[150,189.21568627451,155.882352941176],[172.549019607843,216.666666666667,184.313725490196],[49.0196078431373,94.1176470588235,66.6666666666667],[51.9607843137255,99.0196078431373,77.4509803921569],[29.4117647058824,76.4705882352941,60.7843137254902],[29.4117647058824,79.4117647058823,64.7058823529412],[27.4509803921569,77.4509803921569,62.7450980392157],[80.3921568627451,128.43137254902,109.803921568627],[167.647058823529,214.705882352941,193.137254901961],[90.1960784313725,133.333333333333,106.862745098039],[74.5098039215686,112.745098039216,84.3137254901961],[136.274509803922,168.627450980392,140.196078431373],[97.0588235294118,120.588235294118,95.0980392156863],[125.490196078431,143.137254901961,119.607843137255],[107.843137254902,120.588235294118,100.980392156863],[76.4705882352941,94.1176470588235,70.5882352941177],[97.0588235294118,126.470588235294,91.1764705882353],[74.5098039215686,108.823529411765,69.6078431372549],[158.823529411765,194.117647058824,156.862745098039],[134.313725490196,168.627450980392,137.254901960784],[79.4117647058823,111.764705882353,91.1764705882353],[61.7647058823529,94.1176470588235,77.4509803921569],[75.4901960784314,107.843137254902,91.1764705882353],[86.2745098039216,119.607843137255,96.078431372549],[106.862745098039,140.196078431373,105.882352941176],[105.882352941176,140.196078431373,100.980392156863],[69.6078431372549,100.980392156863,64.7058823529412],[71.5686274509804,102.941176470588,66.6666666666667],[135.294117647059,164.705882352941,131.372549019608],[207.843137254902,238.235294117647,198.039215686275],[223.529411764706,250,200],[200.980392156863,230.392156862745,177.450980392157],[93.1372549019608,119.607843137255,79.4117647058823],[45.0980392156863,70.5882352941177,36.2745098039216],[111.764705882353,135.294117647059,101.960784313725],[127.450980392157,149.019607843137,113.725490196078],[41.1764705882353,60.7843137254902,24.5098039215686],[73.5294117647059,91.1764705882353,53.921568627451],[107.843137254902,124.509803921569,83.3333333333333],[76.4705882352941,89.2156862745098,47.0588235294118],[83.3333333333333,95.0980392156863,50],[93.1372549019608,100.980392156863,54.9019607843137],[53.921568627451,59.8039215686275,12.7450980392157],[57.843137254902,59.8039215686275,11.7647058823529],[125.490196078431,125.490196078431,76.4705882352941],[141.176470588235,139.21568627451,89.2156862745098],[170.588235294118,169.607843137255,116.666666666667],[163.725490196078,161.764705882353,105.882352941176],[143.137254901961,138.235294117647,75.4901960784314],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,158.823529411765,97.0588235294118],[181.372549019608,176.470588235294,121.56862745098],[95.0980392156863,89.2156862745098,38.2352941176471],[94.1176470588235,88.2352941176471,39.2156862745098],[129.411764705882,121.56862745098,73.5294117647059],[143.137254901961,136.274509803922,85.2941176470588],[87.2549019607843,77.4509803921569,27.4509803921569],[54.9019607843137,43.1372549019608,0],[104.901960784314,92.156862745098,48.0392156862745],[98.0392156862745,86.2745098039216,47.0588235294118],[59.8039215686275,50.9803921568627,18.6274509803922],[11.7647058823529,5.88235294117647,0],[20.5882352941176,15.6862745098039,0],[24.5098039215686,21.5686274509804,6.86274509803922],[21.5686274509804,15.6862745098039,3.92156862745098],[13.7254901960784,6.86274509803922,0],[20.5882352941176,13.7254901960784,5.88235294117647],[22.5490196078431,15.6862745098039,7.84313725490196],[29.4117647058824,20.5882352941176,15.6862745098039],[18.6274509803922,8.82352941176471,6.86274509803922],[8.82352941176471,0,0],[22.5490196078431,12.7450980392157,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,6.86274509803922],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[21.5686274509804,19.6078431372549,20.5882352941176],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[18.6274509803922,8.82352941176471,7.84313725490196],[33.3333333333333,18.6274509803922,13.7254901960784],[22.5490196078431,3.92156862745098,0],[26.4705882352941,6.86274509803922,0],[32.3529411764706,12.7450980392157,3.92156862745098],[25.4901960784314,3.92156862745098,0],[45.0980392156863,21.5686274509804,9.80392156862745],[70.5882352941177,45.0980392156863,32.3529411764706],[74.5098039215686,47.0588235294118,33.3333333333333],[125.490196078431,99.0196078431373,82.3529411764706],[59.8039215686275,31.3725490196078,15.6862745098039],[37.2549019607843,8.82352941176471,0],[57.843137254902,30.3921568627451,16.6666666666667],[70.5882352941177,43.1372549019608,29.4117647058824],[71.5686274509804,44.1176470588235,32.3529411764706],[63.7254901960784,38.2352941176471,25.4901960784314],[49.0196078431373,27.4509803921569,14.7058823529412],[25.4901960784314,9.80392156862745,0],[56.8627450980392,45.0980392156863,31.3725490196078],[91.1764705882353,78.4313725490196,72.5490196078431],[55.8823529411765,42.156862745098,41.1764705882353],[73.5294117647059,59.8039215686275,56.8627450980392],[69.6078431372549,54.9019607843137,48.0392156862745],[78.4313725490196,62.7450980392157,48.0392156862745],[112.745098039216,96.078431372549,76.4705882352941],[66.6666666666667,49.0196078431373,27.4509803921569],[59.8039215686275,39.2156862745098,20.5882352941176],[65.6862745098039,43.1372549019608,29.4117647058824],[119.607843137255,93.1372549019608,82.3529411764706],[109.803921568627,84.3137254901961,71.5686274509804],[35.2941176470588,8.82352941176471,0],[35.2941176470588,9.80392156862745,0],[85.2941176470588,54.9019607843137,24.5098039215686],[136.274509803922,96.078431372549,52.9411764705882],[151.960784313725,106.862745098039,57.843137254902],[180.392156862745,135.294117647059,84.3137254901961],[197.058823529412,152.941176470588,99.0196078431373],[196.078431372549,151.960784313725,96.078431372549],[175.490196078431,129.411764705882,74.5098039215686],[173.529411764706,125.490196078431,70.5882352941177],[205.882352941176,155.882352941176,101.960784313725],[132.352941176471,82.3529411764706,28.4313725490196],[163.725490196078,113.725490196078,61.7647058823529],[165.686274509804,116.666666666667,64.7058823529412],[136.274509803922,90.1960784313725,37.2549019607843],[105.882352941176,66.6666666666667,8.82352941176471],[135.294117647059,100,41.1764705882353],[176.470588235294,146.078431372549,83.3333333333333],[174.509803921569,147.058823529412,85.2941176470588],[172.549019607843,147.058823529412,87.2549019607843],[142.156862745098,120.588235294118,64.7058823529412],[115.686274509804,99.0196078431373,53.921568627451],[106.862745098039,94.1176470588235,50.9803921568627],[190.196078431373,180.392156862745,132.352941176471],[202.941176470588,199.019607843137,151.960784313725],[93.1372549019608,94.1176470588235,52.9411764705882],[107.843137254902,115.686274509804,79.4117647058823],[127.450980392157,141.176470588235,108.823529411765],[147.058823529412,162.745098039216,134.313725490196],[114.705882352941,135.294117647059,104.901960784314],[1.96078431372549,25.4901960784314,0],[7.84313725490196,31.3725490196078,17.6470588235294],[61.7647058823529,85.2941176470588,72.5490196078431],[63.7254901960784,82.3529411764706,63.7254901960784],[61.7647058823529,80.3921568627451,61.7647058823529],[48.0392156862745,75.4901960784314,61.7647058823529],[31.3725490196078,62.7450980392157,51.9607843137255],[57.843137254902,87.2549019607843,77.4509803921569],[49.0196078431373,75.4901960784314,66.6666666666667],[56.8627450980392,84.3137254901961,72.5490196078431],[85.2941176470588,114.705882352941,102.941176470588],[54.9019607843137,86.2745098039216,71.5686274509804],[37.2549019607843,70.5882352941177,54.9019607843137],[58.8235294117647,94.1176470588235,80.3921568627451],[62.7450980392157,100,87.2549019607843],[34.3137254901961,71.5686274509804,60.7843137254902],[33.3333333333333,68.6274509803922,58.8235294117647],[27.4509803921569,59.8039215686275,49.0196078431373],[70.5882352941177,101.960784313725,87.2549019607843],[170.588235294118,199.019607843137,179.411764705882],[199.019607843137,230.392156862745,206.862745098039],[146.078431372549,184.313725490196,155.882352941176],[97.0588235294118,141.176470588235,112.745098039216],[51.9607843137255,96.078431372549,73.5294117647059],[47.0588235294118,93.1372549019608,75.4901960784314],[28.4313725490196,78.4313725490196,63.7254901960784],[30.3921568627451,81.3725490196078,68.6274509803922],[17.6470588235294,70.5882352941177,56.8627450980392],[32.3529411764706,84.3137254901961,68.6274509803922],[50,100,81.3725490196078],[52.9411764705882,100,78.4313725490196],[117.647058823529,159.803921568627,133.333333333333],[151.960784313725,187.254901960784,161.764705882353],[156.862745098039,186.274509803922,160.78431372549],[168.627450980392,192.156862745098,168.627450980392],[150,168.627450980392,147.058823529412],[130.392156862745,152.941176470588,127.450980392157],[131.372549019608,160.78431372549,125.490196078431],[118.627450980392,152.941176470588,113.725490196078],[117.647058823529,150.980392156863,116.666666666667],[83.3333333333333,115.686274509804,89.2156862745098],[50,80.3921568627451,62.7450980392157],[60.7843137254902,91.1764705882353,76.4705882352941],[54.9019607843137,85.2941176470588,67.6470588235294],[49.0196078431373,81.3725490196078,54.9019607843137],[93.1372549019608,126.470588235294,90.1960784313725],[139.21568627451,173.529411764706,132.352941176471],[135.294117647059,165.686274509804,132.352941176471],[194.117647058824,222.549019607843,193.137254901961],[235.294117647059,250,234.313725490196],[153.921568627451,180.392156862745,148.039215686275],[122.549019607843,150,102.941176470588],[106.862745098039,134.313725490196,86.2745098039216],[9.80392156862745,37.2549019607843,0],[0,19.6078431372549,0],[55.8823529411765,80.3921568627451,49.0196078431373],[112.745098039216,136.274509803922,102.941176470588],[82.3529411764706,103.921568627451,66.6666666666667],[88.2352941176471,108.823529411765,70.5882352941177],[75.4901960784314,92.156862745098,50.9803921568627],[77.4509803921569,93.1372549019608,49.0196078431373],[47.0588235294118,58.8235294117647,11.7647058823529],[149.019607843137,156.862745098039,108.823529411765],[89.2156862745098,93.1372549019608,43.1372549019608],[117.647058823529,120.588235294118,68.6274509803922],[153.921568627451,152.941176470588,100],[121.56862745098,118.627450980392,64.7058823529412],[191.176470588235,186.274509803922,131.372549019608],[213.725490196078,209.803921568627,150],[154.901960784314,150.980392156863,88.2352941176471],[79.4117647058823,75.4901960784314,12.7450980392157],[122.549019607843,118.627450980392,56.8627450980392],[168.627450980392,164.705882352941,104.901960784314],[79.4117647058823,74.5098039215686,19.6078431372549],[98.0392156862745,93.1372549019608,38.2352941176471],[99.0196078431373,92.156862745098,38.2352941176471],[102.941176470588,96.078431372549,42.156862745098],[126.470588235294,117.647058823529,63.7254901960784],[81.3725490196078,71.5686274509804,19.6078431372549],[85.2941176470588,75.4901960784314,27.4509803921569],[92.156862745098,80.3921568627451,39.2156862745098],[39.2156862745098,30.3921568627451,0],[13.7254901960784,6.86274509803922,0],[27.4509803921569,20.5882352941176,1.96078431372549],[39.2156862745098,32.3529411764706,16.6666666666667],[32.3529411764706,26.4705882352941,12.7450980392157],[23.5294117647059,17.6470588235294,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[20.5882352941176,11.7647058823529,2.94117647058824],[31.3725490196078,22.5490196078431,15.6862745098039],[37.2549019607843,28.4313725490196,21.5686274509804],[34.3137254901961,23.5294117647059,19.6078431372549],[25.4901960784314,14.7058823529412,12.7450980392157],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[14.7058823529412,4.90196078431373,5.88235294117647],[15.6862745098039,5.88235294117647,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[21.5686274509804,10.7843137254902,8.82352941176471],[39.2156862745098,20.5882352941176,14.7058823529412],[31.3725490196078,8.82352941176471,0.980392156862745],[49.0196078431373,25.4901960784314,15.6862745098039],[33.3333333333333,9.80392156862745,0],[28.4313725490196,2.94117647058824,0],[42.156862745098,14.7058823529412,0.980392156862745],[74.5098039215686,46.078431372549,30.3921568627451],[60.7843137254902,30.3921568627451,12.7450980392157],[83.3333333333333,50.9803921568627,32.3529411764706],[135.294117647059,102.941176470588,84.3137254901961],[106.862745098039,74.5098039215686,57.843137254902],[74.5098039215686,44.1176470588235,26.4705882352941],[84.3137254901961,53.921568627451,36.2745098039216],[67.6470588235294,39.2156862745098,21.5686274509804],[66.6666666666667,38.2352941176471,22.5490196078431],[92.156862745098,66.6666666666667,51.9607843137255],[76.4705882352941,59.8039215686275,42.156862745098],[68.6274509803922,54.9019607843137,42.156862745098],[75.4901960784314,60.7843137254902,55.8823529411765],[45.0980392156863,31.3725490196078,31.3725490196078],[36.2745098039216,22.5490196078431,22.5490196078431],[43.1372549019608,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,19.6078431372549],[61.7647058823529,46.078431372549,31.3725490196078],[82.3529411764706,63.7254901960784,47.0588235294118],[59.8039215686275,37.2549019607843,21.5686274509804],[60.7843137254902,35.2941176470588,22.5490196078431],[92.156862745098,64.7058823529412,53.921568627451],[88.2352941176471,60.7843137254902,49.0196078431373],[49.0196078431373,21.5686274509804,7.84313725490196],[58.8235294117647,32.3529411764706,11.7647058823529],[115.686274509804,85.2941176470588,54.9019607843137],[159.803921568627,119.607843137255,76.4705882352941],[186.274509803922,144.117647058824,94.1176470588235],[210.78431372549,168.627450980392,116.666666666667],[211.764705882353,171.56862745098,118.627450980392],[184.313725490196,144.117647058824,89.2156862745098],[198.039215686275,155.882352941176,101.960784313725],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,164.705882352941,112.745098039216],[172.549019607843,120.588235294118,69.6078431372549],[160.78431372549,108.823529411765,57.843137254902],[167.647058823529,117.647058823529,65.6862745098039],[166.666666666667,120.588235294118,67.6470588235294],[117.647058823529,77.4509803921569,22.5490196078431],[124.509803921569,90.1960784313725,33.3333333333333],[189.21568627451,160.78431372549,101.960784313725],[192.156862745098,166.666666666667,106.862745098039],[144.117647058824,115.686274509804,56.8627450980392],[145.098039215686,118.627450980392,64.7058823529412],[100.980392156863,79.4117647058823,33.3333333333333],[71.5686274509804,52.9411764705882,10.7843137254902],[185.294117647059,173.529411764706,122.549019607843],[203.921568627451,198.039215686275,147.058823529412],[114.705882352941,115.686274509804,74.5098039215686],[94.1176470588235,100,64.7058823529412],[109.803921568627,120.588235294118,89.2156862745098],[173.529411764706,188.235294117647,157.843137254902],[147.058823529412,166.666666666667,130.392156862745],[75.4901960784314,96.078431372549,65.6862745098039],[22.5490196078431,43.1372549019608,26.4705882352941],[37.2549019607843,56.8627450980392,45.0980392156863],[82.3529411764706,100.980392156863,81.3725490196078],[51.9607843137255,74.5098039215686,54.9019607843137],[42.156862745098,69.6078431372549,55.8823529411765],[44.1176470588235,73.5294117647059,61.7647058823529],[71.5686274509804,99.0196078431373,85.2941176470588],[37.2549019607843,64.7058823529412,50],[47.0588235294118,74.5098039215686,59.8039215686275],[80.3921568627451,107.843137254902,93.1372549019608],[47.0588235294118,77.4509803921569,61.7647058823529],[57.843137254902,91.1764705882353,74.5098039215686],[62.7450980392157,99.0196078431373,82.3529411764706],[70.5882352941177,107.843137254902,93.1372549019608],[60.7843137254902,98.0392156862745,85.2941176470588],[12.7450980392157,50,37.2549019607843],[60.7843137254902,96.078431372549,82.3529411764706],[175.490196078431,208.823529411765,193.137254901961],[92.156862745098,122.549019607843,104.901960784314],[95.0980392156863,127.450980392157,106.862745098039],[79.4117647058823,116.666666666667,92.156862745098],[53.921568627451,97.0588235294118,72.5490196078431],[40.1960784313726,84.3137254901961,64.7058823529412],[35.2941176470588,82.3529411764706,66.6666666666667],[40.1960784313726,89.2156862745098,78.4313725490196],[47.0588235294118,99.0196078431373,89.2156862745098],[48.0392156862745,102.941176470588,92.156862745098],[113.725490196078,168.627450980392,155.882352941176],[109.803921568627,165.686274509804,149.019607843137],[181.372549019608,233.333333333333,213.725490196078],[177.450980392157,224.509803921569,202.941176470588],[163.725490196078,206.862745098039,182.352941176471],[165.686274509804,202.941176470588,178.43137254902],[200.980392156863,232.352941176471,208.823529411765],[225.490196078431,250,230.392156862745],[192.156862745098,217.647058823529,191.176470588235],[103.921568627451,134.313725490196,100.980392156863],[95.0980392156863,128.43137254902,92.156862745098],[116.666666666667,150,117.647058823529],[77.4509803921569,109.803921568627,83.3333333333333],[80.3921568627451,110.78431372549,93.1372549019608],[58.8235294117647,89.2156862745098,71.5686274509804],[44.1176470588235,75.4901960784314,51.9607843137255],[46.078431372549,79.4117647058823,47.0588235294118],[92.156862745098,127.450980392157,84.3137254901961],[183.333333333333,215.686274509804,171.56862745098],[217.647058823529,247.058823529412,211.764705882353],[171.56862745098,197.058823529412,170.588235294118],[81.3725490196078,105.882352941176,85.2941176470588],[23.5294117647059,47.0588235294118,21.5686274509804],[81.3725490196078,107.843137254902,67.6470588235294],[41.1764705882353,67.6470588235294,23.5294117647059],[34.3137254901961,59.8039215686275,25.4901960784314],[28.4313725490196,54.9019607843137,24.5098039215686],[78.4313725490196,102.941176470588,71.5686274509804],[171.56862745098,195.098039215686,161.764705882353],[145.098039215686,166.666666666667,129.411764705882],[133.333333333333,153.921568627451,115.686274509804],[137.254901960784,154.901960784314,113.725490196078],[140.196078431373,155.882352941176,109.803921568627],[69.6078431372549,81.3725490196078,32.3529411764706],[97.0588235294118,105.882352941176,53.921568627451],[107.843137254902,112.745098039216,59.8039215686275],[142.156862745098,143.137254901961,87.2549019607843],[157.843137254902,156.862745098039,100.980392156863],[144.117647058824,140.196078431373,80.3921568627451],[114.705882352941,108.823529411765,48.0392156862745],[149.019607843137,143.137254901961,82.3529411764706],[174.509803921569,173.529411764706,110.78431372549],[129.411764705882,128.43137254902,65.6862745098039],[80.3921568627451,79.4117647058823,16.6666666666667],[119.607843137255,118.627450980392,55.8823529411765],[83.3333333333333,79.4117647058823,17.6470588235294],[109.803921568627,105.882352941176,44.1176470588235],[147.058823529412,142.156862745098,79.4117647058823],[109.803921568627,104.901960784314,42.156862745098],[148.039215686275,140.196078431373,79.4117647058823],[112.745098039216,103.921568627451,48.0392156862745],[78.4313725490196,68.6274509803922,18.6274509803922],[107.843137254902,96.078431372549,54.9019607843137],[61.7647058823529,49.0196078431373,17.6470588235294],[62.7450980392157,50.9803921568627,27.4509803921569],[51.9607843137255,39.2156862745098,23.5294117647059],[23.5294117647059,11.7647058823529,0],[40.1960784313726,33.3333333333333,17.6470588235294],[44.1176470588235,38.2352941176471,24.5098039215686],[17.6470588235294,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[44.1176470588235,36.2745098039216,25.4901960784314],[21.5686274509804,12.7450980392157,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[24.5098039215686,13.7254901960784,9.80392156862745],[22.5490196078431,11.7647058823529,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,0,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,1.96078431372549,0],[62.7450980392157,40.1960784313726,34.3137254901961],[70.5882352941177,44.1176470588235,33.3333333333333],[64.7058823529412,37.2549019607843,25.4901960784314],[60.7843137254902,32.3529411764706,18.6274509803922],[54.9019607843137,23.5294117647059,8.82352941176471],[25.4901960784314,0,0],[67.6470588235294,33.3333333333333,14.7058823529412],[81.3725490196078,47.0588235294118,28.4313725490196],[72.5490196078431,36.2745098039216,17.6470588235294],[127.450980392157,91.1764705882353,72.5490196078431],[131.372549019608,97.0588235294118,77.4509803921569],[123.529411764706,89.2156862745098,69.6078431372549],[80.3921568627451,48.0392156862745,29.4117647058824],[88.2352941176471,57.843137254902,38.2352941176471],[66.6666666666667,36.2745098039216,18.6274509803922],[46.078431372549,19.6078431372549,0.980392156862745],[82.3529411764706,61.7647058823529,41.1764705882353],[89.2156862745098,72.5490196078431,56.8627450980392],[43.1372549019608,28.4313725490196,21.5686274509804],[47.0588235294118,33.3333333333333,32.3529411764706],[45.0980392156863,33.3333333333333,33.3333333333333],[23.5294117647059,12.7450980392157,10.7843137254902],[60.7843137254902,48.0392156862745,39.2156862745098],[67.6470588235294,51.9607843137255,37.2549019607843],[77.4509803921569,58.8235294117647,42.156862745098],[36.2745098039216,13.7254901960784,0],[61.7647058823529,34.3137254901961,20.5882352941176],[99.0196078431373,69.6078431372549,58.8235294117647],[90.1960784313725,61.7647058823529,48.0392156862745],[62.7450980392157,36.2745098039216,17.6470588235294],[38.2352941176471,12.7450980392157,0],[112.745098039216,84.3137254901961,50.9803921568627],[141.176470588235,102.941176470588,60.7843137254902],[159.803921568627,118.627450980392,69.6078431372549],[178.43137254902,139.21568627451,89.2156862745098],[164.705882352941,125.490196078431,75.4901960784314],[168.627450980392,132.352941176471,81.3725490196078],[210.78431372549,171.56862745098,120.588235294118],[166.666666666667,124.509803921569,74.5098039215686],[170.588235294118,124.509803921569,73.5294117647059],[198.039215686275,147.058823529412,98.0392156862745],[190.196078431373,138.235294117647,89.2156862745098],[177.450980392157,126.470588235294,77.4509803921569],[173.529411764706,127.450980392157,76.4705882352941],[125.490196078431,85.2941176470588,32.3529411764706],[89.2156862745098,57.843137254902,1.96078431372549],[166.666666666667,141.176470588235,85.2941176470588],[216.666666666667,192.156862745098,136.274509803922],[202.941176470588,172.549019607843,116.666666666667],[146.078431372549,115.686274509804,61.7647058823529],[130.392156862745,100,54.9019607843137],[74.5098039215686,48.0392156862745,3.92156862745098],[102.941176470588,88.2352941176471,34.3137254901961],[126.470588235294,116.666666666667,64.7058823529412],[157.843137254902,154.901960784314,114.705882352941],[138.235294117647,139.21568627451,105.882352941176],[162.745098039216,169.607843137255,139.21568627451],[177.450980392157,191.176470588235,158.823529411765],[200,217.647058823529,180.392156862745],[127.450980392157,147.058823529412,112.745098039216],[74.5098039215686,91.1764705882353,72.5490196078431],[110.78431372549,128.43137254902,112.745098039216],[76.4705882352941,98.0392156862745,77.4509803921569],[66.6666666666667,91.1764705882353,69.6078431372549],[29.4117647058824,56.8627450980392,42.156862745098],[27.4509803921569,54.9019607843137,41.1764705882353],[52.9411764705882,81.3725490196078,63.7254901960784],[59.8039215686275,86.2745098039216,67.6470588235294],[62.7450980392157,89.2156862745098,70.5882352941177],[67.6470588235294,94.1176470588235,75.4901960784314],[50.9803921568627,82.3529411764706,61.7647058823529],[62.7450980392157,95.0980392156863,76.4705882352941],[55.8823529411765,89.2156862745098,73.5294117647059],[30.3921568627451,68.6274509803922,50.9803921568627],[136.274509803922,173.529411764706,158.823529411765],[110.78431372549,148.039215686275,133.333333333333],[101.960784313725,138.235294117647,121.56862745098],[60.7843137254902,94.1176470588235,78.4313725490196],[65.6862745098039,98.0392156862745,81.3725490196078],[50,82.3529411764706,65.6862745098039],[52.9411764705882,89.2156862745098,71.5686274509804],[65.6862745098039,105.882352941176,88.2352941176471],[56.8627450980392,100,85.2941176470588],[45.0980392156863,92.156862745098,80.3921568627451],[45.0980392156863,95.0980392156863,86.2745098039216],[63.7254901960784,118.627450980392,109.803921568627],[93.1372549019608,149.019607843137,140.196078431373],[108.823529411765,167.647058823529,157.843137254902],[156.862745098039,216.666666666667,201.960784313725],[150.980392156863,207.843137254902,193.137254901961],[112.745098039216,166.666666666667,148.039215686275],[123.529411764706,174.509803921569,152.941176470588],[159.803921568627,203.921568627451,181.372549019608],[216.666666666667,250,236.274509803922],[223.529411764706,250,238.235294117647],[161.764705882353,195.098039215686,170.588235294118],[118.627450980392,149.019607843137,118.627450980392],[107.843137254902,136.274509803922,105.882352941176],[131.372549019608,159.803921568627,130.392156862745],[123.529411764706,150.980392156863,126.470588235294],[104.901960784314,131.372549019608,112.745098039216],[75.4901960784314,102.941176470588,81.3725490196078],[78.4313725490196,106.862745098039,77.4509803921569],[133.333333333333,163.725490196078,123.529411764706],[178.43137254902,209.803921568627,160.78431372549],[146.078431372549,177.450980392157,128.43137254902],[161.764705882353,189.21568627451,151.960784313725],[56.8627450980392,80.3921568627451,54.9019607843137],[0,16.6666666666667,0],[34.3137254901961,54.9019607843137,36.2745098039216],[60.7843137254902,84.3137254901961,50.9803921568627],[52.9411764705882,77.4509803921569,39.2156862745098],[31.3725490196078,55.8823529411765,24.5098039215686],[85.2941176470588,109.803921568627,80.3921568627451],[77.4509803921569,100.980392156863,69.6078431372549],[98.0392156862745,121.56862745098,88.2352941176471],[175.490196078431,197.058823529412,159.803921568627],[177.450980392157,198.039215686275,157.843137254902],[160.78431372549,179.411764705882,135.294117647059],[136.274509803922,151.960784313725,103.921568627451],[86.2745098039216,99.0196078431373,47.0588235294118],[86.2745098039216,95.0980392156863,41.1764705882353],[173.529411764706,178.43137254902,121.56862745098],[125.490196078431,126.470588235294,67.6470588235294],[162.745098039216,160.78431372549,100.980392156863],[170.588235294118,166.666666666667,104.901960784314],[96.078431372549,91.1764705882353,28.4313725490196],[102.941176470588,99.0196078431373,36.2745098039216],[152.941176470588,152.941176470588,90.1960784313725],[182.352941176471,184.313725490196,120.588235294118],[132.352941176471,134.313725490196,70.5882352941177],[107.843137254902,108.823529411765,44.1176470588235],[107.843137254902,107.843137254902,39.2156862745098],[105.882352941176,102.941176470588,33.3333333333333],[133.333333333333,129.411764705882,57.843137254902],[112.745098039216,105.882352941176,37.2549019607843],[149.019607843137,140.196078431373,74.5098039215686],[142.156862745098,132.352941176471,72.5490196078431],[124.509803921569,112.745098039216,61.7647058823529],[121.56862745098,106.862745098039,64.7058823529412],[84.3137254901961,67.6470588235294,38.2352941176471],[57.843137254902,40.1960784313726,20.5882352941176],[29.4117647058824,9.80392156862745,0],[29.4117647058824,12.7450980392157,2.94117647058824],[96.078431372549,87.2549019607843,72.5490196078431],[58.8235294117647,52.9411764705882,37.2549019607843],[48.0392156862745,41.1764705882353,25.4901960784314],[53.921568627451,47.0588235294118,31.3725490196078],[63.7254901960784,55.8823529411765,43.1372549019608],[35.2941176470588,27.4509803921569,16.6666666666667],[14.7058823529412,4.90196078431373,0],[38.2352941176471,28.4313725490196,19.6078431372549],[27.4509803921569,16.6666666666667,10.7843137254902],[23.5294117647059,12.7450980392157,8.82352941176471],[25.4901960784314,14.7058823529412,12.7450980392157],[19.6078431372549,7.84313725490196,7.84313725490196],[14.7058823529412,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0,0.980392156862745],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[123.529411764706,122.549019607843,120.588235294118],[131.372549019608,130.392156862745,128.43137254902],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[16.6666666666667,7.84313725490196,8.82352941176471],[5.88235294117647,0,0],[23.5294117647059,13.7254901960784,12.7450980392157],[30.3921568627451,20.5882352941176,19.6078431372549],[6.86274509803922,0,0],[32.3529411764706,17.6470588235294,14.7058823529412],[61.7647058823529,38.2352941176471,28.4313725490196],[68.6274509803922,39.2156862745098,28.4313725490196],[87.2549019607843,58.8235294117647,45.0980392156863],[89.2156862745098,57.843137254902,43.1372549019608],[100,67.6470588235294,50.9803921568627],[61.7647058823529,27.4509803921569,8.82352941176471],[37.2549019607843,0.980392156862745,0],[172.549019607843,135.294117647059,114.705882352941],[135.294117647059,98.0392156862745,77.4509803921569],[95.0980392156863,57.843137254902,37.2549019607843],[119.607843137255,84.3137254901961,62.7450980392157],[109.803921568627,75.4901960784314,53.921568627451],[103.921568627451,72.5490196078431,50],[92.156862745098,60.7843137254902,40.1960784313726],[80.3921568627451,50,29.4117647058824],[84.3137254901961,56.8627450980392,35.2941176470588],[73.5294117647059,52.9411764705882,26.4705882352941],[90.1960784313725,72.5490196078431,49.0196078431373],[34.3137254901961,18.6274509803922,5.88235294117647],[24.5098039215686,9.80392156862745,4.90196078431373],[47.0588235294118,36.2745098039216,34.3137254901961],[25.4901960784314,16.6666666666667,11.7647058823529],[103.921568627451,94.1176470588235,82.3529411764706],[57.843137254902,45.0980392156863,28.4313725490196],[106.862745098039,89.2156862745098,67.6470588235294],[113.725490196078,92.156862745098,69.6078431372549],[49.0196078431373,22.5490196078431,3.92156862745098],[64.7058823529412,37.2549019607843,16.6666666666667],[99.0196078431373,71.5686274509804,50.9803921568627],[129.411764705882,103.921568627451,79.4117647058823],[94.1176470588235,71.5686274509804,40.1960784313726],[150,124.509803921569,88.2352941176471],[185.294117647059,151.960784313725,107.843137254902],[154.901960784314,117.647058823529,71.5686274509804],[167.647058823529,132.352941176471,85.2941176470588],[170.588235294118,135.294117647059,88.2352941176471],[153.921568627451,118.627450980392,71.5686274509804],[196.078431372549,158.823529411765,110.78431372549],[150,108.823529411765,59.8039215686275],[176.470588235294,131.372549019608,82.3529411764706],[222.549019607843,173.529411764706,125.490196078431],[166.666666666667,115.686274509804,66.6666666666667],[195.098039215686,146.078431372549,96.078431372549],[188.235294117647,143.137254901961,92.156862745098],[176.470588235294,137.254901960784,86.2745098039216],[111.764705882353,79.4117647058823,27.4509803921569],[115.686274509804,91.1764705882353,36.2745098039216],[156.862745098039,132.352941176471,77.4509803921569],[201.960784313725,171.56862745098,117.647058823529],[135.294117647059,100,49.0196078431373],[116.666666666667,80.3921568627451,36.2745098039216],[121.56862745098,91.1764705882353,45.0980392156863],[149.019607843137,130.392156862745,75.4901960784314],[147.058823529412,138.235294117647,84.3137254901961],[156.862745098039,151.960784313725,110.78431372549],[172.549019607843,172.549019607843,139.21568627451],[197.058823529412,201.960784313725,172.549019607843],[137.254901960784,146.078431372549,115.686274509804],[174.509803921569,189.21568627451,150.980392156863],[127.450980392157,143.137254901961,106.862745098039],[47.0588235294118,60.7843137254902,36.2745098039216],[84.3137254901961,99.0196078431373,80.3921568627451],[85.2941176470588,108.823529411765,85.2941176470588],[57.843137254902,85.2941176470588,62.7450980392157],[26.4705882352941,52.9411764705882,38.2352941176471],[9.80392156862745,36.2745098039216,21.5686274509804],[33.3333333333333,60.7843137254902,39.2156862745098],[56.8627450980392,82.3529411764706,57.843137254902],[53.921568627451,79.4117647058823,54.9019607843137],[40.1960784313726,65.6862745098039,41.1764705882353],[44.1176470588235,72.5490196078431,50.9803921568627],[29.4117647058824,59.8039215686275,42.156862745098],[60.7843137254902,94.1176470588235,77.4509803921569],[99.0196078431373,137.254901960784,119.607843137255],[170.588235294118,210.78431372549,193.137254901961],[206.862745098039,247.058823529412,229.411764705882],[105.882352941176,144.117647058824,126.470588235294],[76.4705882352941,112.745098039216,96.078431372549],[88.2352941176471,121.56862745098,107.843137254902],[103.921568627451,137.254901960784,123.529411764706],[100,137.254901960784,124.509803921569],[91.1764705882353,130.392156862745,119.607843137255],[51.9607843137255,94.1176470588235,84.3137254901961],[68.6274509803922,114.705882352941,106.862745098039],[70.5882352941177,120.588235294118,113.725490196078],[91.1764705882353,145.098039215686,139.21568627451],[90.1960784313725,149.019607843137,141.176470588235],[92.156862745098,151.960784313725,144.117647058824],[163.725490196078,224.509803921569,213.725490196078],[140.196078431373,200,185.294117647059],[75.4901960784314,132.352941176471,117.647058823529],[62.7450980392157,116.666666666667,98.0392156862745],[181.372549019608,231.372549019608,212.745098039216],[206.862745098039,250,234.313725490196],[167.647058823529,211.764705882353,191.176470588235],[149.019607843137,190.196078431373,166.666666666667],[135.294117647059,166.666666666667,143.137254901961],[97.0588235294118,125.490196078431,98.0392156862745],[106.862745098039,135.294117647059,107.843137254902],[118.627450980392,146.078431372549,121.56862745098],[100,127.450980392157,104.901960784314],[60.7843137254902,88.2352941176471,63.7254901960784],[143.137254901961,172.549019607843,139.21568627451],[205.882352941176,236.274509803922,195.098039215686],[185.294117647059,217.647058823529,165.686274509804],[166.666666666667,196.078431372549,145.098039215686],[128.43137254902,154.901960784314,114.705882352941],[77.4509803921569,101.960784313725,73.5294117647059],[24.5098039215686,45.0980392156863,28.4313725490196],[47.0588235294118,67.6470588235294,50.9803921568627],[59.8039215686275,79.4117647058823,52.9411764705882],[45.0980392156863,65.6862745098039,35.2941176470588],[32.3529411764706,55.8823529411765,24.5098039215686],[13.7254901960784,37.2549019607843,5.88235294117647],[15.6862745098039,39.2156862745098,5.88235294117647],[72.5490196078431,94.1176470588235,58.8235294117647],[181.372549019608,202.941176470588,165.686274509804],[144.117647058824,164.705882352941,124.509803921569],[120.588235294118,139.21568627451,94.1176470588235],[118.627450980392,134.313725490196,86.2745098039216],[118.627450980392,131.372549019608,78.4313725490196],[158.823529411765,169.607843137255,112.745098039216],[205.882352941176,213.725490196078,154.901960784314],[153.921568627451,158.823529411765,96.078431372549],[163.725490196078,163.725490196078,100.980392156863],[150.980392156863,148.039215686275,82.3529411764706],[131.372549019608,126.470588235294,59.8039215686275],[129.411764705882,128.43137254902,62.7450980392157],[124.509803921569,129.411764705882,64.7058823529412],[132.352941176471,139.21568627451,73.5294117647059],[174.509803921569,179.411764705882,113.725490196078],[166.666666666667,169.607843137255,100],[171.56862745098,171.56862745098,99.0196078431373],[161.764705882353,159.803921568627,86.2745098039216],[140.196078431373,137.254901960784,61.7647058823529],[142.156862745098,136.274509803922,63.7254901960784],[183.333333333333,176.470588235294,105.882352941176],[143.137254901961,134.313725490196,70.5882352941177],[90.1960784313725,79.4117647058823,26.4705882352941],[84.3137254901961,69.6078431372549,27.4509803921569],[75.4901960784314,56.8627450980392,27.4509803921569],[24.5098039215686,1.96078431372549,0],[42.156862745098,18.6274509803922,8.82352941176471],[26.4705882352941,6.86274509803922,0],[108.823529411765,100,83.3333333333333],[72.5490196078431,67.6470588235294,48.0392156862745],[40.1960784313726,35.2941176470588,15.6862745098039],[55.8823529411765,49.0196078431373,31.3725490196078],[60.7843137254902,53.921568627451,38.2352941176471],[16.6666666666667,8.82352941176471,0],[50,40.1960784313726,28.4313725490196],[68.6274509803922,58.8235294117647,49.0196078431373],[33.3333333333333,23.5294117647059,14.7058823529412],[14.7058823529412,3.92156862745098,0],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[62.7450980392157,60.7843137254902,61.7647058823529],[92.156862745098,90.1960784313725,91.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0.980392156862745],[25.4901960784314,15.6862745098039,14.7058823529412],[29.4117647058824,17.6470588235294,17.6470588235294],[16.6666666666667,5.88235294117647,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[25.4901960784314,10.7843137254902,5.88235294117647],[54.9019607843137,28.4313725490196,17.6470588235294],[69.6078431372549,38.2352941176471,23.5294117647059],[58.8235294117647,26.4705882352941,9.80392156862745],[100.980392156863,66.6666666666667,48.0392156862745],[123.529411764706,87.2549019607843,68.6274509803922],[90.1960784313725,52.9411764705882,32.3529411764706],[45.0980392156863,4.90196078431373,0],[94.1176470588235,53.921568627451,32.3529411764706],[101.960784313725,61.7647058823529,40.1960784313726],[89.2156862745098,51.9607843137255,29.4117647058824],[107.843137254902,72.5490196078431,49.0196078431373],[86.2745098039216,50.9803921568627,29.4117647058824],[101.960784313725,67.6470588235294,46.078431372549],[113.725490196078,82.3529411764706,61.7647058823529],[67.6470588235294,37.2549019607843,16.6666666666667],[109.803921568627,83.3333333333333,56.8627450980392],[62.7450980392157,39.2156862745098,3.92156862745098],[84.3137254901961,64.7058823529412,30.3921568627451],[81.3725490196078,63.7254901960784,42.156862745098],[41.1764705882353,27.4509803921569,14.7058823529412],[46.078431372549,36.2745098039216,26.4705882352941],[27.4509803921569,19.6078431372549,8.82352941176471],[58.8235294117647,50.9803921568627,32.3529411764706],[73.5294117647059,61.7647058823529,36.2745098039216],[135.294117647059,118.627450980392,89.2156862745098],[124.509803921569,103.921568627451,73.5294117647059],[76.4705882352941,51.9607843137255,22.5490196078431],[57.843137254902,31.3725490196078,2.94117647058824],[65.6862745098039,39.2156862745098,9.80392156862745],[145.098039215686,121.56862745098,86.2745098039216],[141.176470588235,119.607843137255,79.4117647058823],[165.686274509804,143.137254901961,100],[148.039215686275,117.647058823529,74.5098039215686],[109.803921568627,76.4705882352941,32.3529411764706],[169.607843137255,137.254901960784,95.0980392156863],[162.745098039216,130.392156862745,88.2352941176471],[179.411764705882,147.058823529412,102.941176470588],[184.313725490196,150.980392156863,105.882352941176],[162.745098039216,125.490196078431,79.4117647058823],[147.058823529412,105.882352941176,58.8235294117647],[159.803921568627,117.647058823529,67.6470588235294],[172.549019607843,127.450980392157,78.4313725490196],[218.627450980392,173.529411764706,122.549019607843],[204.901960784314,162.745098039216,110.78431372549],[177.450980392157,141.176470588235,89.2156862745098],[182.352941176471,151.960784313725,99.0196078431373],[141.176470588235,113.725490196078,64.7058823529412],[146.078431372549,118.627450980392,69.6078431372549],[158.823529411765,127.450980392157,77.4509803921569],[140.196078431373,104.901960784314,55.8823529411765],[167.647058823529,130.392156862745,84.3137254901961],[146.078431372549,112.745098039216,65.6862745098039],[196.078431372549,177.450980392157,122.549019607843],[177.450980392157,167.647058823529,115.686274509804],[88.2352941176471,83.3333333333333,44.1176470588235],[137.254901960784,137.254901960784,103.921568627451],[102.941176470588,105.882352941176,77.4509803921569],[56.8627450980392,63.7254901960784,33.3333333333333],[110.78431372549,120.588235294118,84.3137254901961],[102.941176470588,114.705882352941,79.4117647058823],[18.6274509803922,27.4509803921569,0.980392156862745],[4.90196078431373,16.6666666666667,0],[28.4313725490196,51.9607843137255,26.4705882352941],[130.392156862745,157.843137254902,135.294117647059],[149.019607843137,175.490196078431,158.823529411765],[50.9803921568627,74.5098039215686,58.8235294117647],[28.4313725490196,51.9607843137255,28.4313725490196],[27.4509803921569,51.9607843137255,23.5294117647059],[24.5098039215686,49.0196078431373,19.6078431372549],[109.803921568627,134.313725490196,105.882352941176],[77.4509803921569,104.901960784314,82.3529411764706],[84.3137254901961,115.686274509804,95.0980392156863],[119.607843137255,152.941176470588,136.274509803922],[169.607843137255,207.843137254902,190.196078431373],[213.725490196078,250,235.294117647059],[115.686274509804,157.843137254902,138.235294117647],[62.7450980392157,103.921568627451,84.3137254901961],[102.941176470588,143.137254901961,125.490196078431],[86.2745098039216,123.529411764706,110.78431372549],[73.5294117647059,109.803921568627,101.960784313725],[105.882352941176,145.098039215686,137.254901960784],[135.294117647059,175.490196078431,169.607843137255],[100,144.117647058824,139.21568627451],[82.3529411764706,130.392156862745,124.509803921569],[67.6470588235294,117.647058823529,112.745098039216],[50,103.921568627451,98.0392156862745],[71.5686274509804,127.450980392157,120.588235294118],[109.803921568627,168.627450980392,160.78431372549],[139.21568627451,200,189.21568627451],[103.921568627451,164.705882352941,151.960784313725],[84.3137254901961,144.117647058824,129.411764705882],[143.137254901961,200,185.294117647059],[194.117647058824,247.058823529412,231.372549019608],[175.490196078431,227.450980392157,209.803921568627],[142.156862745098,194.117647058824,174.509803921569],[140.196078431373,184.313725490196,163.725490196078],[125.490196078431,156.862745098039,136.274509803922],[100.980392156863,125.490196078431,103.921568627451],[95.0980392156863,120.588235294118,94.1176470588235],[58.8235294117647,84.3137254901961,57.843137254902],[90.1960784313725,117.647058823529,93.1372549019608],[78.4313725490196,106.862745098039,79.4117647058823],[149.019607843137,178.43137254902,145.098039215686],[111.764705882353,142.156862745098,100.980392156863],[106.862745098039,136.274509803922,85.2941176470588],[147.058823529412,176.470588235294,123.529411764706],[83.3333333333333,109.803921568627,67.6470588235294],[103.921568627451,128.43137254902,99.0196078431373],[10.7843137254902,31.3725490196078,12.7450980392157],[20.5882352941176,41.1764705882353,26.4705882352941],[42.156862745098,60.7843137254902,39.2156862745098],[31.3725490196078,50.9803921568627,24.5098039215686],[48.0392156862745,67.6470588235294,40.1960784313726],[24.5098039215686,45.0980392156863,14.7058823529412],[99.0196078431373,119.607843137255,87.2549019607843],[127.450980392157,149.019607843137,113.725490196078],[50.9803921568627,72.5490196078431,34.3137254901961],[69.6078431372549,90.1960784313725,48.0392156862745],[132.352941176471,150.980392156863,105.882352941176],[152.941176470588,170.588235294118,121.56862745098],[150,164.705882352941,110.78431372549],[180.392156862745,194.117647058824,136.274509803922],[169.607843137255,179.411764705882,119.607843137255],[158.823529411765,164.705882352941,101.960784313725],[162.745098039216,165.686274509804,100],[162.745098039216,163.725490196078,97.0588235294118],[160.78431372549,160.78431372549,92.156862745098],[133.333333333333,134.313725490196,67.6470588235294],[110.78431372549,117.647058823529,50.9803921568627],[150.980392156863,161.764705882353,94.1176470588235],[165.686274509804,172.549019607843,103.921568627451],[124.509803921569,130.392156862745,57.843137254902],[140.196078431373,143.137254901961,67.6470588235294],[121.56862745098,119.607843137255,44.1176470588235],[139.21568627451,136.274509803922,60.7843137254902],[154.901960784314,151.960784313725,76.4705882352941],[128.43137254902,124.509803921569,54.9019607843137],[69.6078431372549,61.7647058823529,0],[79.4117647058823,69.6078431372549,17.6470588235294],[75.4901960784314,62.7450980392157,21.5686274509804],[80.3921568627451,61.7647058823529,32.3529411764706],[56.8627450980392,34.3137254901961,16.6666666666667],[40.1960784313726,12.7450980392157,1.96078431372549],[53.921568627451,32.3529411764706,21.5686274509804],[69.6078431372549,61.7647058823529,43.1372549019608],[35.2941176470588,30.3921568627451,10.7843137254902],[45.0980392156863,40.1960784313726,20.5882352941176],[47.0588235294118,42.156862745098,22.5490196078431],[20.5882352941176,13.7254901960784,0],[93.1372549019608,86.2745098039216,68.6274509803922],[104.901960784314,96.078431372549,81.3725490196078],[72.5490196078431,62.7450980392157,50.9803921568627],[59.8039215686275,50,40.1960784313726],[30.3921568627451,20.5882352941176,11.7647058823529],[30.3921568627451,19.6078431372549,15.6862745098039],[31.3725490196078,20.5882352941176,18.6274509803922],[13.7254901960784,3.92156862745098,2.94117647058824],[8.82352941176471,0,0],[8.82352941176471,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[60.7843137254902,58.8235294117647,59.8039215686275],[88.2352941176471,86.2745098039216,87.2549019607843],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[16.6666666666667,5.88235294117647,3.92156862745098],[36.2745098039216,25.4901960784314,23.5294117647059],[16.6666666666667,0,0],[33.3333333333333,5.88235294117647,0],[70.5882352941177,38.2352941176471,21.5686274509804],[55.8823529411765,21.5686274509804,2.94117647058824],[87.2549019607843,50.9803921568627,32.3529411764706],[120.588235294118,83.3333333333333,62.7450980392157],[89.2156862745098,49.0196078431373,27.4509803921569],[54.9019607843137,13.7254901960784,0],[89.2156862745098,48.0392156862745,24.5098039215686],[86.2745098039216,47.0588235294118,22.5490196078431],[57.843137254902,21.5686274509804,0],[123.529411764706,88.2352941176471,64.7058823529412],[117.647058823529,84.3137254901961,59.8039215686275],[80.3921568627451,49.0196078431373,26.4705882352941],[145.098039215686,115.686274509804,92.156862745098],[90.1960784313725,62.7450980392157,41.1764705882353],[79.4117647058823,52.9411764705882,24.5098039215686],[108.823529411765,84.3137254901961,44.1176470588235],[100,77.4509803921569,37.2549019607843],[71.5686274509804,51.9607843137255,25.4901960784314],[73.5294117647059,58.8235294117647,40.1960784313726],[62.7450980392157,53.921568627451,39.2156862745098],[60.7843137254902,54.9019607843137,39.2156862745098],[55.8823529411765,50,26.4705882352941],[60.7843137254902,51.9607843137255,21.5686274509804],[70.5882352941177,56.8627450980392,22.5490196078431],[153.921568627451,134.313725490196,98.0392156862745],[109.803921568627,86.2745098039216,50.9803921568627],[67.6470588235294,42.156862745098,7.84313725490196],[100.980392156863,75.4901960784314,39.2156862745098],[161.764705882353,139.21568627451,98.0392156862745],[219.607843137255,201.960784313725,154.901960784314],[198.039215686275,178.43137254902,129.411764705882],[121.56862745098,95.0980392156863,50.9803921568627],[56.8627450980392,28.4313725490196,0],[124.509803921569,96.078431372549,54.9019607843137],[218.627450980392,187.254901960784,147.058823529412],[250,221.56862745098,181.372549019608],[197.058823529412,164.705882352941,122.549019607843],[149.019607843137,115.686274509804,70.5882352941177],[146.078431372549,108.823529411765,60.7843137254902],[147.058823529412,107.843137254902,57.843137254902],[218.627450980392,180.392156862745,126.470588235294],[204.901960784314,166.666666666667,112.745098039216],[183.333333333333,147.058823529412,93.1372549019608],[195.098039215686,160.78431372549,107.843137254902],[177.450980392157,146.078431372549,96.078431372549],[164.705882352941,135.294117647059,86.2745098039216],[136.274509803922,108.823529411765,61.7647058823529],[142.156862745098,111.764705882353,65.6862745098039],[138.235294117647,106.862745098039,58.8235294117647],[114.705882352941,77.4509803921569,29.4117647058824],[144.117647058824,112.745098039216,62.7450980392157],[165.686274509804,150.980392156863,97.0588235294118],[209.803921568627,203.921568627451,152.941176470588],[68.6274509803922,65.6862745098039,25.4901960784314],[46.078431372549,45.0980392156863,14.7058823529412],[30.3921568627451,30.3921568627451,2.94117647058824],[45.0980392156863,50,20.5882352941176],[64.7058823529412,71.5686274509804,38.2352941176471],[67.6470588235294,74.5098039215686,42.156862745098],[30.3921568627451,33.3333333333333,6.86274509803922],[0,4.90196078431373,0],[53.921568627451,75.4901960784314,52.9411764705882],[51.9607843137255,79.4117647058823,57.843137254902],[131.372549019608,154.901960784314,139.21568627451],[157.843137254902,180.392156862745,160.78431372549],[128.43137254902,150.980392156863,123.529411764706],[149.019607843137,172.549019607843,139.21568627451],[126.470588235294,150,114.705882352941],[111.764705882353,135.294117647059,103.921568627451],[134.313725490196,159.803921568627,135.294117647059],[140.196078431373,168.627450980392,149.019607843137],[83.3333333333333,116.666666666667,100],[75.4901960784314,113.725490196078,95.0980392156863],[167.647058823529,208.823529411765,187.254901960784],[42.156862745098,85.2941176470588,62.7450980392157],[46.078431372549,88.2352941176471,68.6274509803922],[70.5882352941177,112.745098039216,96.078431372549],[73.5294117647059,112.745098039216,103.921568627451],[84.3137254901961,122.549019607843,117.647058823529],[55.8823529411765,97.0588235294118,95.0980392156863],[98.0392156862745,141.176470588235,140.196078431373],[121.56862745098,166.666666666667,163.725490196078],[103.921568627451,151.960784313725,148.039215686275],[108.823529411765,158.823529411765,153.921568627451],[59.8039215686275,111.764705882353,103.921568627451],[82.3529411764706,138.235294117647,129.411764705882],[79.4117647058823,135.294117647059,126.470588235294],[130.392156862745,189.21568627451,177.450980392157],[77.4509803921569,136.274509803922,124.509803921569],[67.6470588235294,124.509803921569,110.78431372549],[151.960784313725,208.823529411765,194.117647058824],[102.941176470588,158.823529411765,144.117647058824],[93.1372549019608,146.078431372549,130.392156862745],[143.137254901961,197.058823529412,178.43137254902],[73.5294117647059,119.607843137255,100],[133.333333333333,165.686274509804,147.058823529412],[90.1960784313725,117.647058823529,96.078431372549],[103.921568627451,132.352941176471,104.901960784314],[117.647058823529,146.078431372549,116.666666666667],[124.509803921569,152.941176470588,125.490196078431],[111.764705882353,141.176470588235,115.686274509804],[149.019607843137,179.411764705882,149.019607843137],[140.196078431373,169.607843137255,134.313725490196],[106.862745098039,138.235294117647,90.1960784313725],[73.5294117647059,102.941176470588,53.921568627451],[61.7647058823529,89.2156862745098,49.0196078431373],[103.921568627451,128.43137254902,97.0588235294118],[27.4509803921569,50.9803921568627,29.4117647058824],[38.2352941176471,58.8235294117647,42.156862745098],[65.6862745098039,87.2549019607843,66.6666666666667],[138.235294117647,157.843137254902,133.333333333333],[93.1372549019608,112.745098039216,85.2941176470588],[69.6078431372549,90.1960784313725,59.8039215686275],[65.6862745098039,86.2745098039216,55.8823529411765],[84.3137254901961,107.843137254902,72.5490196078431],[86.2745098039216,110.78431372549,71.5686274509804],[87.2549019607843,109.803921568627,66.6666666666667],[163.725490196078,185.294117647059,139.21568627451],[203.921568627451,223.529411764706,173.529411764706],[197.058823529412,215.686274509804,161.764705882353],[145.098039215686,162.745098039216,105.882352941176],[122.549019607843,136.274509803922,76.4705882352941],[172.549019607843,182.352941176471,120.588235294118],[189.21568627451,196.078431372549,130.392156862745],[125.490196078431,130.392156862745,64.7058823529412],[140.196078431373,143.137254901961,75.4901960784314],[162.745098039216,168.627450980392,100],[137.254901960784,149.019607843137,78.4313725490196],[147.058823529412,158.823529411765,88.2352941176471],[116.666666666667,127.450980392157,52.9411764705882],[108.823529411765,115.686274509804,40.1960784313726],[141.176470588235,144.117647058824,68.6274509803922],[92.156862745098,93.1372549019608,18.6274509803922],[140.196078431373,138.235294117647,64.7058823529412],[136.274509803922,133.333333333333,63.7254901960784],[100.980392156863,97.0588235294118,34.3137254901961],[80.3921568627451,75.4901960784314,18.6274509803922],[70.5882352941177,64.7058823529412,15.6862745098039],[69.6078431372549,60.7843137254902,20.5882352941176],[80.3921568627451,65.6862745098039,37.2549019607843],[107.843137254902,87.2549019607843,66.6666666666667],[65.6862745098039,40.1960784313726,25.4901960784314],[50,28.4313725490196,14.7058823529412],[34.3137254901961,26.4705882352941,5.88235294117647],[6.86274509803922,4.90196078431373,0],[26.4705882352941,24.5098039215686,0],[12.7450980392157,7.84313725490196,0],[5.88235294117647,0.980392156862745,0],[74.5098039215686,67.6470588235294,49.0196078431373],[40.1960784313726,33.3333333333333,15.6862745098039],[57.843137254902,49.0196078431373,34.3137254901961],[34.3137254901961,24.5098039215686,12.7450980392157],[19.6078431372549,9.80392156862745,0],[24.5098039215686,13.7254901960784,7.84313725490196],[24.5098039215686,13.7254901960784,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[12.7450980392157,1.96078431372549,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[16.6666666666667,4.90196078431373,4.90196078431373],[20.5882352941176,9.80392156862745,7.84313725490196],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,0,0],[22.5490196078431,8.82352941176471,5.88235294117647],[21.5686274509804,6.86274509803922,3.92156862745098],[10.7843137254902,0,0],[20.5882352941176,1.96078431372549,0],[24.5098039215686,0,0],[65.6862745098039,31.3725490196078,12.7450980392157],[51.9607843137255,15.6862745098039,0],[68.6274509803922,31.3725490196078,10.7843137254902],[107.843137254902,67.6470588235294,48.0392156862745],[79.4117647058823,38.2352941176471,16.6666666666667],[85.2941176470588,44.1176470588235,22.5490196078431],[94.1176470588235,52.9411764705882,29.4117647058824],[134.313725490196,95.0980392156863,70.5882352941177],[97.0588235294118,60.7843137254902,35.2941176470588],[114.705882352941,79.4117647058823,55.8823529411765],[148.039215686275,114.705882352941,90.1960784313725],[84.3137254901961,54.9019607843137,31.3725490196078],[85.2941176470588,57.843137254902,34.3137254901961],[132.352941176471,106.862745098039,84.3137254901961],[99.0196078431373,74.5098039215686,45.0980392156863],[113.725490196078,87.2549019607843,45.0980392156863],[119.607843137255,96.078431372549,52.9411764705882],[84.3137254901961,63.7254901960784,33.3333333333333],[104.901960784314,90.1960784313725,69.6078431372549],[111.764705882353,102.941176470588,86.2745098039216],[93.1372549019608,88.2352941176471,69.6078431372549],[67.6470588235294,61.7647058823529,38.2352941176471],[92.156862745098,83.3333333333333,52.9411764705882],[122.549019607843,108.823529411765,72.5490196078431],[135.294117647059,117.647058823529,78.4313725490196],[108.823529411765,85.2941176470588,48.0392156862745],[113.725490196078,89.2156862745098,50],[129.411764705882,106.862745098039,66.6666666666667],[111.764705882353,89.2156862745098,46.078431372549],[160.78431372549,143.137254901961,94.1176470588235],[205.882352941176,189.21568627451,138.235294117647],[151.960784313725,130.392156862745,84.3137254901961],[131.372549019608,107.843137254902,64.7058823529412],[189.21568627451,164.705882352941,124.509803921569],[191.176470588235,163.725490196078,124.509803921569],[181.372549019608,152.941176470588,113.725490196078],[142.156862745098,110.78431372549,70.5882352941177],[144.117647058824,111.764705882353,67.6470588235294],[192.156862745098,160.78431372549,112.745098039216],[209.803921568627,177.450980392157,124.509803921569],[207.843137254902,176.470588235294,120.588235294118],[206.862745098039,175.490196078431,117.647058823529],[179.411764705882,148.039215686275,90.1960784313725],[150.980392156863,120.588235294118,66.6666666666667],[199.019607843137,168.627450980392,115.686274509804],[204.901960784314,173.529411764706,127.450980392157],[187.254901960784,156.862745098039,111.764705882353],[198.039215686275,174.509803921569,129.411764705882],[171.56862745098,148.039215686275,100.980392156863],[121.56862745098,90.1960784313725,40.1960784313726],[136.274509803922,109.803921568627,57.843137254902],[179.411764705882,167.647058823529,116.666666666667],[213.725490196078,211.764705882353,164.705882352941],[68.6274509803922,68.6274509803922,31.3725490196078],[19.6078431372549,20.5882352941176,0],[54.9019607843137,57.843137254902,31.3725490196078],[62.7450980392157,64.7058823529412,41.1764705882353],[88.2352941176471,92.156862745098,65.6862745098039],[54.9019607843137,54.9019607843137,27.4509803921569],[58.8235294117647,54.9019607843137,28.4313725490196],[0.980392156862745,2.94117647058824,0],[22.5490196078431,41.1764705882353,21.5686274509804],[21.5686274509804,45.0980392156863,29.4117647058824],[0,18.6274509803922,2.94117647058824],[16.6666666666667,35.2941176470588,15.6862745098039],[75.4901960784314,96.078431372549,65.6862745098039],[189.21568627451,208.823529411765,172.549019607843],[137.254901960784,157.843137254902,119.607843137255],[162.745098039216,184.313725490196,149.019607843137],[115.686274509804,140.196078431373,111.764705882353],[88.2352941176471,116.666666666667,95.0980392156863],[24.5098039215686,57.843137254902,41.1764705882353],[107.843137254902,146.078431372549,127.450980392157],[150,193.137254901961,170.588235294118],[97.0588235294118,141.176470588235,118.627450980392],[86.2745098039216,130.392156862745,109.803921568627],[85.2941176470588,128.43137254902,113.725490196078],[83.3333333333333,125.490196078431,116.666666666667],[133.333333333333,174.509803921569,172.549019607843],[61.7647058823529,106.862745098039,106.862745098039],[61.7647058823529,108.823529411765,108.823529411765],[94.1176470588235,142.156862745098,139.21568627451],[89.2156862745098,139.21568627451,134.313725490196],[88.2352941176471,138.235294117647,131.372549019608],[74.5098039215686,126.470588235294,116.666666666667],[142.156862745098,195.098039215686,182.352941176471],[137.254901960784,192.156862745098,179.411764705882],[120.588235294118,175.490196078431,162.745098039216],[53.921568627451,108.823529411765,96.078431372549],[111.764705882353,167.647058823529,152.941176470588],[66.6666666666667,119.607843137255,105.882352941176],[44.1176470588235,97.0588235294118,83.3333333333333],[119.607843137255,171.56862745098,155.882352941176],[111.764705882353,163.725490196078,148.039215686275],[38.2352941176471,84.3137254901961,66.6666666666667],[111.764705882353,145.098039215686,128.43137254902],[144.117647058824,171.56862745098,150],[158.823529411765,187.254901960784,157.843137254902],[161.764705882353,192.156862745098,160.78431372549],[91.1764705882353,120.588235294118,95.0980392156863],[135.294117647059,164.705882352941,141.176470588235],[150.980392156863,179.411764705882,157.843137254902],[115.686274509804,145.098039215686,119.607843137255],[87.2549019607843,118.627450980392,82.3529411764706],[61.7647058823529,92.156862745098,51.9607843137255],[60.7843137254902,91.1764705882353,50.9803921568627],[84.3137254901961,110.78431372549,78.4313725490196],[55.8823529411765,79.4117647058823,57.843137254902],[26.4705882352941,49.0196078431373,29.4117647058824],[93.1372549019608,116.666666666667,95.0980392156863],[152.941176470588,174.509803921569,151.960784313725],[101.960784313725,124.509803921569,97.0588235294118],[80.3921568627451,102.941176470588,74.5098039215686],[71.5686274509804,95.0980392156863,63.7254901960784],[80.3921568627451,103.921568627451,70.5882352941177],[112.745098039216,137.254901960784,99.0196078431373],[96.078431372549,120.588235294118,81.3725490196078],[89.2156862745098,114.705882352941,70.5882352941177],[157.843137254902,181.372549019608,132.352941176471],[190.196078431373,212.745098039216,159.803921568627],[192.156862745098,212.745098039216,156.862745098039],[165.686274509804,183.333333333333,124.509803921569],[163.725490196078,179.411764705882,117.647058823529],[202.941176470588,214.705882352941,151.960784313725],[142.156862745098,152.941176470588,88.2352941176471],[176.470588235294,185.294117647059,119.607843137255],[179.411764705882,189.21568627451,119.607843137255],[158.823529411765,172.549019607843,97.0588235294118],[127.450980392157,141.176470588235,63.7254901960784],[165.686274509804,176.470588235294,100],[164.705882352941,171.56862745098,96.078431372549],[150.980392156863,154.901960784314,82.3529411764706],[111.764705882353,112.745098039216,44.1176470588235],[143.137254901961,142.156862745098,78.4313725490196],[108.823529411765,108.823529411765,48.0392156862745],[71.5686274509804,72.5490196078431,16.6666666666667],[99.0196078431373,98.0392156862745,50.9803921568627],[74.5098039215686,72.5490196078431,32.3529411764706],[53.921568627451,50,13.7254901960784],[67.6470588235294,58.8235294117647,28.4313725490196],[109.803921568627,96.078431372549,70.5882352941177],[92.156862745098,74.5098039215686,50.9803921568627],[64.7058823529412,49.0196078431373,26.4705882352941],[21.5686274509804,15.6862745098039,0],[10.7843137254902,8.82352941176471,0],[18.6274509803922,16.6666666666667,0],[5.88235294117647,1.96078431372549,0],[17.6470588235294,13.7254901960784,0],[10.7843137254902,4.90196078431373,0],[50,43.1372549019608,24.5098039215686],[65.6862745098039,58.8235294117647,41.1764705882353],[26.4705882352941,16.6666666666667,4.90196078431373],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,27.4509803921569,20.5882352941176],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[23.5294117647059,13.7254901960784,14.7058823529412],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[12.7450980392157,11.7647058823529,7.84313725490196],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,13.7254901960784],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[39.2156862745098,24.5098039215686,21.5686274509804],[57.843137254902,43.1372549019608,38.2352941176471],[57.843137254902,38.2352941176471,29.4117647058824],[37.2549019607843,8.82352941176471,0],[60.7843137254902,24.5098039215686,5.88235294117647],[48.0392156862745,10.7843137254902,0],[50.9803921568627,13.7254901960784,0],[79.4117647058823,39.2156862745098,17.6470588235294],[67.6470588235294,26.4705882352941,2.94117647058824],[103.921568627451,62.7450980392157,39.2156862745098],[104.901960784314,63.7254901960784,40.1960784313726],[120.588235294118,81.3725490196078,55.8823529411765],[109.803921568627,73.5294117647059,47.0588235294118],[130.392156862745,95.0980392156863,69.6078431372549],[126.470588235294,95.0980392156863,70.5882352941177],[107.843137254902,80.3921568627451,56.8627450980392],[86.2745098039216,60.7843137254902,36.2745098039216],[49.0196078431373,25.4901960784314,1.96078431372549],[121.56862745098,97.0588235294118,67.6470588235294],[123.529411764706,95.0980392156863,53.921568627451],[106.862745098039,80.3921568627451,38.2352941176471],[113.725490196078,93.1372549019608,62.7450980392157],[151.960784313725,135.294117647059,115.686274509804],[148.039215686275,138.235294117647,126.470588235294],[80.3921568627451,74.5098039215686,60.7843137254902],[70.5882352941177,64.7058823529412,43.1372549019608],[123.529411764706,116.666666666667,89.2156862745098],[163.725490196078,150.980392156863,117.647058823529],[94.1176470588235,76.4705882352941,39.2156862745098],[142.156862745098,118.627450980392,83.3333333333333],[174.509803921569,149.019607843137,112.745098039216],[110.78431372549,88.2352941176471,48.0392156862745],[101.960784313725,81.3725490196078,39.2156862745098],[112.745098039216,95.0980392156863,46.078431372549],[170.588235294118,154.901960784314,104.901960784314],[172.549019607843,154.901960784314,107.843137254902],[145.098039215686,124.509803921569,80.3921568627451],[164.705882352941,142.156862745098,100.980392156863],[73.5294117647059,49.0196078431373,9.80392156862745],[100,72.5490196078431,34.3137254901961],[122.549019607843,94.1176470588235,54.9019607843137],[168.627450980392,141.176470588235,95.0980392156863],[236.274509803922,208.823529411765,159.803921568627],[185.294117647059,159.803921568627,103.921568627451],[196.078431372549,170.588235294118,110.78431372549],[221.56862745098,197.058823529412,134.313725490196],[172.549019607843,148.039215686275,85.2941176470588],[183.333333333333,154.901960784314,98.0392156862745],[187.254901960784,156.862745098039,103.921568627451],[250,223.529411764706,176.470588235294],[147.058823529412,116.666666666667,73.5294117647059],[180.392156862745,161.764705882353,119.607843137255],[237.254901960784,220.588235294118,175.490196078431],[134.313725490196,109.803921568627,56.8627450980392],[162.745098039216,142.156862745098,88.2352941176471],[165.686274509804,159.803921568627,110.78431372549],[154.901960784314,157.843137254902,113.725490196078],[71.5686274509804,75.4901960784314,39.2156862745098],[1.96078431372549,6.86274509803922,0],[53.921568627451,55.8823529411765,32.3529411764706],[112.745098039216,114.705882352941,93.1372549019608],[60.7843137254902,62.7450980392157,41.1764705882353],[46.078431372549,44.1176470588235,21.5686274509804],[92.156862745098,82.3529411764706,57.843137254902],[69.6078431372549,67.6470588235294,45.0980392156863],[36.2745098039216,52.9411764705882,37.2549019607843],[57.843137254902,81.3725490196078,67.6470588235294],[0,10.7843137254902,0],[0,16.6666666666667,0],[0,19.6078431372549,0],[132.352941176471,152.941176470588,112.745098039216],[100.980392156863,121.56862745098,81.3725490196078],[181.372549019608,202.941176470588,165.686274509804],[82.3529411764706,106.862745098039,77.4509803921569],[141.176470588235,168.627450980392,146.078431372549],[30.3921568627451,62.7450980392157,44.1176470588235],[114.705882352941,152.941176470588,134.313725490196],[191.176470588235,234.313725490196,211.764705882353],[151.960784313725,199.019607843137,175.490196078431],[130.392156862745,177.450980392157,155.882352941176],[70.5882352941177,116.666666666667,100.980392156863],[94.1176470588235,138.235294117647,131.372549019608],[93.1372549019608,138.235294117647,136.274509803922],[75.4901960784314,124.509803921569,125.490196078431],[72.5490196078431,122.549019607843,125.490196078431],[65.6862745098039,116.666666666667,114.705882352941],[84.3137254901961,134.313725490196,129.411764705882],[77.4509803921569,127.450980392157,118.627450980392],[69.6078431372549,120.588235294118,108.823529411765],[88.2352941176471,139.21568627451,126.470588235294],[126.470588235294,178.43137254902,162.745098039216],[133.333333333333,185.294117647059,169.607843137255],[95.0980392156863,147.058823529412,131.372549019608],[103.921568627451,154.901960784314,142.156862745098],[56.8627450980392,107.843137254902,95.0980392156863],[81.3725490196078,130.392156862745,118.627450980392],[162.745098039216,211.764705882353,200],[118.627450980392,168.627450980392,153.921568627451],[48.0392156862745,94.1176470588235,78.4313725490196],[93.1372549019608,126.470588235294,109.803921568627],[160.78431372549,192.156862745098,168.627450980392],[168.627450980392,201.960784313725,169.607843137255],[162.745098039216,196.078431372549,161.764705882353],[145.098039215686,177.450980392157,150.980392156863],[150,182.352941176471,161.764705882353],[163.725490196078,195.098039215686,180.392156862745],[134.313725490196,164.705882352941,149.019607843137],[134.313725490196,166.666666666667,140.196078431373],[150,180.392156862745,149.019607843137],[105.882352941176,137.254901960784,100.980392156863],[66.6666666666667,96.078431372549,62.7450980392157],[26.4705882352941,51.9607843137255,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[60.7843137254902,84.3137254901961,60.7843137254902],[90.1960784313725,113.725490196078,88.2352941176471],[71.5686274509804,96.078431372549,67.6470588235294],[42.156862745098,66.6666666666667,37.2549019607843],[37.2549019607843,61.7647058823529,30.3921568627451],[35.2941176470588,62.7450980392157,25.4901960784314],[73.5294117647059,100.980392156863,61.7647058823529],[55.8823529411765,84.3137254901961,41.1764705882353],[97.0588235294118,124.509803921569,77.4509803921569],[136.274509803922,162.745098039216,112.745098039216],[202.941176470588,227.450980392157,173.529411764706],[141.176470588235,164.705882352941,107.843137254902],[143.137254901961,162.745098039216,102.941176470588],[141.176470588235,158.823529411765,98.0392156862745],[115.686274509804,131.372549019608,67.6470588235294],[154.901960784314,169.607843137255,103.921568627451],[187.254901960784,200,131.372549019608],[146.078431372549,162.745098039216,84.3137254901961],[135.294117647059,150,68.6274509803922],[177.450980392157,189.21568627451,108.823529411765],[149.019607843137,155.882352941176,80.3921568627451],[107.843137254902,110.78431372549,41.1764705882353],[85.2941176470588,85.2941176470588,22.5490196078431],[110.78431372549,109.803921568627,53.921568627451],[85.2941176470588,85.2941176470588,36.2745098039216],[67.6470588235294,70.5882352941177,26.4705882352941],[82.3529411764706,87.2549019607843,48.0392156862745],[80.3921568627451,84.3137254901961,50],[76.4705882352941,80.3921568627451,48.0392156862745],[84.3137254901961,83.3333333333333,52.9411764705882],[49.0196078431373,44.1176470588235,12.7450980392157],[62.7450980392157,51.9607843137255,22.5490196078431],[67.6470588235294,58.8235294117647,28.4313725490196],[72.5490196078431,68.6274509803922,40.1960784313726],[56.8627450980392,56.8627450980392,29.4117647058824],[41.1764705882353,40.1960784313726,12.7450980392157],[38.2352941176471,37.2549019607843,9.80392156862745],[54.9019607843137,50.9803921568627,24.5098039215686],[68.6274509803922,64.7058823529412,40.1960784313726],[106.862745098039,100.980392156863,79.4117647058823],[24.5098039215686,17.6470588235294,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,16.6666666666667,6.86274509803922],[28.4313725490196,19.6078431372549,10.7843137254902],[16.6666666666667,7.84313725490196,2.94117647058824],[23.5294117647059,13.7254901960784,12.7450980392157],[27.4509803921569,17.6470588235294,18.6274509803922],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[15.6862745098039,1.96078431372549,0.980392156862745],[32.3529411764706,18.6274509803922,15.6862745098039],[31.3725490196078,16.6666666666667,13.7254901960784],[53.921568627451,39.2156862745098,34.3137254901961],[31.3725490196078,13.7254901960784,9.80392156862745],[28.4313725490196,10.7843137254902,6.86274509803922],[115.686274509804,98.0392156862745,94.1176470588235],[150.980392156863,128.43137254902,120.588235294118],[85.2941176470588,53.921568627451,39.2156862745098],[78.4313725490196,42.156862745098,23.5294117647059],[85.2941176470588,48.0392156862745,27.4509803921569],[76.4705882352941,36.2745098039216,14.7058823529412],[110.78431372549,69.6078431372549,48.0392156862745],[105.882352941176,64.7058823529412,41.1764705882353],[68.6274509803922,24.5098039215686,1.96078431372549],[115.686274509804,74.5098039215686,50],[143.137254901961,103.921568627451,78.4313725490196],[120.588235294118,84.3137254901961,58.8235294117647],[101.960784313725,68.6274509803922,44.1176470588235],[69.6078431372549,40.1960784313726,14.7058823529412],[95.0980392156863,69.6078431372549,45.0980392156863],[86.2745098039216,62.7450980392157,39.2156862745098],[38.2352941176471,16.6666666666667,0],[111.764705882353,86.2745098039216,59.8039215686275],[169.607843137255,138.235294117647,100],[121.56862745098,90.1960784313725,52.9411764705882],[137.254901960784,111.764705882353,89.2156862745098],[187.254901960784,169.607843137255,155.882352941176],[122.549019607843,111.764705882353,105.882352941176],[52.9411764705882,46.078431372549,40.1960784313726],[89.2156862745098,83.3333333333333,69.6078431372549],[115.686274509804,107.843137254902,87.2549019607843],[111.764705882353,98.0392156862745,71.5686274509804],[118.627450980392,100,68.6274509803922],[151.960784313725,127.450980392157,97.0588235294118],[190.196078431373,163.725490196078,134.313725490196],[149.019607843137,125.490196078431,92.156862745098],[123.529411764706,101.960784313725,65.6862745098039],[129.411764705882,112.745098039216,69.6078431372549],[134.313725490196,120.588235294118,74.5098039215686],[120.588235294118,106.862745098039,60.7843137254902],[150.980392156863,134.313725490196,91.1764705882353],[164.705882352941,143.137254901961,102.941176470588],[140.196078431373,117.647058823529,77.4509803921569],[144.117647058824,116.666666666667,78.4313725490196],[152.941176470588,124.509803921569,85.2941176470588],[156.862745098039,129.411764705882,83.3333333333333],[201.960784313725,177.450980392157,124.509803921569],[181.372549019608,159.803921568627,100.980392156863],[153.921568627451,135.294117647059,70.5882352941177],[118.627450980392,100,33.3333333333333],[118.627450980392,98.0392156862745,32.3529411764706],[191.176470588235,165.686274509804,105.882352941176],[176.470588235294,146.078431372549,93.1372549019608],[174.509803921569,139.21568627451,92.156862745098],[221.56862745098,191.176470588235,148.039215686275],[171.56862745098,158.823529411765,117.647058823529],[157.843137254902,150,104.901960784314],[172.549019607843,153.921568627451,99.0196078431373],[164.705882352941,150,96.078431372549],[184.313725490196,183.333333333333,136.274509803922],[191.176470588235,199.019607843137,158.823529411765],[180.392156862745,190.196078431373,155.882352941176],[52.9411764705882,58.8235294117647,31.3725490196078],[28.4313725490196,32.3529411764706,9.80392156862745],[64.7058823529412,65.6862745098039,48.0392156862745],[24.5098039215686,23.5294117647059,5.88235294117647],[14.7058823529412,7.84313725490196,0],[36.2745098039216,21.5686274509804,0],[111.764705882353,105.882352941176,84.3137254901961],[48.0392156862745,59.8039215686275,50],[0,11.7647058823529,2.94117647058824],[9.80392156862745,27.4509803921569,11.7647058823529],[89.2156862745098,106.862745098039,83.3333333333333],[143.137254901961,159.803921568627,124.509803921569],[129.411764705882,147.058823529412,105.882352941176],[90.1960784313725,108.823529411765,64.7058823529412],[100.980392156863,121.56862745098,81.3725490196078],[27.4509803921569,50,21.5686274509804],[39.2156862745098,66.6666666666667,44.1176470588235],[80.3921568627451,112.745098039216,94.1176470588235],[90.1960784313725,128.43137254902,109.803921568627],[84.3137254901961,128.43137254902,105.882352941176],[93.1372549019608,140.196078431373,116.666666666667],[71.5686274509804,118.627450980392,97.0588235294118],[98.0392156862745,145.098039215686,129.411764705882],[80.3921568627451,126.470588235294,120.588235294118],[106.862745098039,153.921568627451,155.882352941176],[89.2156862745098,141.176470588235,145.098039215686],[91.1764705882353,146.078431372549,147.058823529412],[56.8627450980392,110.78431372549,107.843137254902],[60.7843137254902,112.745098039216,106.862745098039],[65.6862745098039,116.666666666667,104.901960784314],[70.5882352941177,120.588235294118,105.882352941176],[80.3921568627451,127.450980392157,111.764705882353],[173.529411764706,221.56862745098,202.941176470588],[144.117647058824,190.196078431373,174.509803921569],[120.588235294118,166.666666666667,150.980392156863],[110.78431372549,155.882352941176,143.137254901961],[110.78431372549,155.882352941176,143.137254901961],[92.156862745098,137.254901960784,124.509803921569],[116.666666666667,161.764705882353,149.019607843137],[89.2156862745098,136.274509803922,122.549019607843],[69.6078431372549,112.745098039216,98.0392156862745],[74.5098039215686,110.78431372549,93.1372549019608],[122.549019607843,155.882352941176,131.372549019608],[115.686274509804,150.980392156863,115.686274509804],[87.2549019607843,122.549019607843,87.2549019607843],[154.901960784314,188.235294117647,163.725490196078],[177.450980392157,208.823529411765,194.117647058824],[169.607843137255,200,195.098039215686],[110.78431372549,141.176470588235,136.274509803922],[72.5490196078431,103.921568627451,89.2156862745098],[139.21568627451,170.588235294118,147.058823529412],[100,133.333333333333,100.980392156863],[123.529411764706,153.921568627451,122.549019607843],[83.3333333333333,112.745098039216,85.2941176470588],[58.8235294117647,86.2745098039216,61.7647058823529],[50,77.4509803921569,52.9411764705882],[92.156862745098,117.647058823529,91.1764705882353],[118.627450980392,142.156862745098,116.666666666667],[115.686274509804,140.196078431373,111.764705882353],[0.980392156862745,25.4901960784314,0],[12.7450980392157,39.2156862745098,8.82352941176471],[89.2156862745098,118.627450980392,83.3333333333333],[67.6470588235294,97.0588235294118,59.8039215686275],[82.3529411764706,112.745098039216,71.5686274509804],[101.960784313725,133.333333333333,87.2549019607843],[171.56862745098,200.980392156863,151.960784313725],[155.882352941176,184.313725490196,131.372549019608],[72.5490196078431,100,43.1372549019608],[110.78431372549,134.313725490196,77.4509803921569],[96.078431372549,116.666666666667,58.8235294117647],[98.0392156862745,117.647058823529,57.843137254902],[136.274509803922,153.921568627451,93.1372549019608],[205.882352941176,222.549019607843,153.921568627451],[143.137254901961,160.78431372549,78.4313725490196],[158.823529411765,172.549019607843,86.2745098039216],[159.803921568627,168.627450980392,87.2549019607843],[148.039215686275,154.901960784314,79.4117647058823],[120.588235294118,123.529411764706,57.843137254902],[76.4705882352941,75.4901960784314,19.6078431372549],[103.921568627451,102.941176470588,55.8823529411765],[114.705882352941,116.666666666667,77.4509803921569],[35.2941176470588,41.1764705882353,7.84313725490196],[35.2941176470588,42.156862745098,11.7647058823529],[14.7058823529412,23.5294117647059,0],[67.6470588235294,76.4705882352941,46.078431372549],[79.4117647058823,85.2941176470588,51.9607843137255],[12.7450980392157,14.7058823529412,0],[54.9019607843137,50.9803921568627,13.7254901960784],[48.0392156862745,44.1176470588235,7.84313725490196],[112.745098039216,111.764705882353,81.3725490196078],[120.588235294118,121.56862745098,91.1764705882353],[97.0588235294118,98.0392156862745,67.6470588235294],[95.0980392156863,94.1176470588235,66.6666666666667],[85.2941176470588,81.3725490196078,54.9019607843137],[96.078431372549,92.156862745098,67.6470588235294],[74.5098039215686,68.6274509803922,47.0588235294118],[31.3725490196078,24.5098039215686,5.88235294117647],[25.4901960784314,18.6274509803922,2.94117647058824],[23.5294117647059,15.6862745098039,2.94117647058824],[20.5882352941176,11.7647058823529,2.94117647058824],[15.6862745098039,6.86274509803922,1.96078431372549],[29.4117647058824,19.6078431372549,18.6274509803922],[40.1960784313726,29.4117647058824,33.3333333333333],[24.5098039215686,15.6862745098039,20.5882352941176],[12.7450980392157,3.92156862745098,8.82352941176471],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[14.7058823529412,4.90196078431373,2.94117647058824],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[14.7058823529412,0.980392156862745,0],[20.5882352941176,6.86274509803922,3.92156862745098],[25.4901960784314,12.7450980392157,6.86274509803922],[41.1764705882353,26.4705882352941,19.6078431372549],[38.2352941176471,21.5686274509804,14.7058823529412],[14.7058823529412,0,0],[18.6274509803922,0,0],[43.1372549019608,21.5686274509804,8.82352941176471],[85.2941176470588,54.9019607843137,37.2549019607843],[97.0588235294118,62.7450980392157,43.1372549019608],[94.1176470588235,58.8235294117647,37.2549019607843],[94.1176470588235,56.8627450980392,36.2745098039216],[94.1176470588235,53.921568627451,34.3137254901961],[129.411764705882,89.2156862745098,67.6470588235294],[122.549019607843,81.3725490196078,57.843137254902],[105.882352941176,66.6666666666667,41.1764705882353],[155.882352941176,119.607843137255,93.1372549019608],[132.352941176471,98.0392156862745,70.5882352941177],[120.588235294118,90.1960784313725,61.7647058823529],[75.4901960784314,46.078431372549,18.6274509803922],[138.235294117647,112.745098039216,86.2745098039216],[70.5882352941177,47.0588235294118,21.5686274509804],[64.7058823529412,41.1764705882353,17.6470588235294],[87.2549019607843,61.7647058823529,35.2941176470588],[179.411764705882,147.058823529412,112.745098039216],[166.666666666667,134.313725490196,101.960784313725],[177.450980392157,151.960784313725,129.411764705882],[158.823529411765,140.196078431373,125.490196078431],[115.686274509804,102.941176470588,94.1176470588235],[116.666666666667,106.862745098039,98.0392156862745],[48.0392156862745,36.2745098039216,24.5098039215686],[104.901960784314,92.156862745098,75.4901960784314],[143.137254901961,127.450980392157,102.941176470588],[151.960784313725,135.294117647059,107.843137254902],[151.960784313725,135.294117647059,107.843137254902],[156.862745098039,140.196078431373,110.78431372549],[181.372549019608,165.686274509804,132.352941176471],[141.176470588235,125.490196078431,90.1960784313725],[145.098039215686,132.352941176471,91.1764705882353],[143.137254901961,130.392156862745,87.2549019607843],[147.058823529412,139.21568627451,93.1372549019608],[150.980392156863,140.196078431373,95.0980392156863],[96.078431372549,77.4509803921569,36.2745098039216],[81.3725490196078,57.843137254902,20.5882352941176],[118.627450980392,91.1764705882353,54.9019607843137],[121.56862745098,94.1176470588235,55.8823529411765],[203.921568627451,182.352941176471,136.274509803922],[250,232.352941176471,180.392156862745],[198.039215686275,179.411764705882,121.56862745098],[184.313725490196,164.705882352941,102.941176470588],[161.764705882353,139.21568627451,73.5294117647059],[110.78431372549,83.3333333333333,19.6078431372549],[142.156862745098,112.745098039216,53.921568627451],[182.352941176471,151.960784313725,96.078431372549],[128.43137254902,99.0196078431373,46.078431372549],[216.666666666667,195.098039215686,146.078431372549],[190.196078431373,180.392156862745,132.352941176471],[107.843137254902,100,51.9607843137255],[172.549019607843,157.843137254902,100],[162.745098039216,152.941176470588,93.1372549019608],[198.039215686275,202.941176470588,150],[201.960784313725,210.78431372549,168.627450980392],[185.294117647059,190.196078431373,160.78431372549],[31.3725490196078,33.3333333333333,11.7647058823529],[18.6274509803922,17.6470588235294,0],[50.9803921568627,49.0196078431373,34.3137254901961],[41.1764705882353,43.1372549019608,29.4117647058824],[6.86274509803922,5.88235294117647,0],[17.6470588235294,5.88235294117647,0],[110.78431372549,100.980392156863,76.4705882352941],[159.803921568627,161.764705882353,148.039215686275],[27.4509803921569,38.2352941176471,24.5098039215686],[54.9019607843137,66.6666666666667,43.1372549019608],[58.8235294117647,73.5294117647059,43.1372549019608],[93.1372549019608,108.823529411765,72.5490196078431],[44.1176470588235,61.7647058823529,22.5490196078431],[50.9803921568627,71.5686274509804,31.3725490196078],[38.2352941176471,59.8039215686275,22.5490196078431],[30.3921568627451,54.9019607843137,25.4901960784314],[70.5882352941177,98.0392156862745,73.5294117647059],[97.0588235294118,129.411764705882,108.823529411765],[40.1960784313726,76.4705882352941,58.8235294117647],[40.1960784313726,81.3725490196078,61.7647058823529],[80.3921568627451,122.549019607843,103.921568627451],[52.9411764705882,96.078431372549,81.3725490196078],[58.8235294117647,103.921568627451,94.1176470588235],[50.9803921568627,96.078431372549,93.1372549019608],[71.5686274509804,118.627450980392,120.588235294118],[59.8039215686275,109.803921568627,112.745098039216],[59.8039215686275,109.803921568627,112.745098039216],[74.5098039215686,125.490196078431,123.529411764706],[72.5490196078431,124.509803921569,118.627450980392],[68.6274509803922,119.607843137255,107.843137254902],[68.6274509803922,120.588235294118,104.901960784314],[88.2352941176471,138.235294117647,121.56862745098],[159.803921568627,206.862745098039,191.176470588235],[163.725490196078,209.803921568627,194.117647058824],[148.039215686275,191.176470588235,176.470588235294],[126.470588235294,169.607843137255,156.862745098039],[132.352941176471,173.529411764706,159.803921568627],[107.843137254902,149.019607843137,135.294117647059],[71.5686274509804,113.725490196078,97.0588235294118],[108.823529411765,151.960784313725,135.294117647059],[96.078431372549,138.235294117647,118.627450980392],[90.1960784313725,129.411764705882,105.882352941176],[112.745098039216,148.039215686275,120.588235294118],[121.56862745098,158.823529411765,122.549019607843],[93.1372549019608,127.450980392157,95.0980392156863],[82.3529411764706,113.725490196078,91.1764705882353],[147.058823529412,176.470588235294,164.705882352941],[100.980392156863,135.294117647059,131.372549019608],[28.4313725490196,63.7254901960784,59.8039215686275],[76.4705882352941,113.725490196078,100.980392156863],[127.450980392157,164.705882352941,144.117647058824],[167.647058823529,200.980392156863,174.509803921569],[180.392156862745,212.745098039216,182.352941176471],[173.529411764706,207.843137254902,176.470588235294],[102.941176470588,137.254901960784,105.882352941176],[49.0196078431373,81.3725490196078,50.9803921568627],[46.078431372549,76.4705882352941,45.0980392156863],[81.3725490196078,109.803921568627,79.4117647058823],[64.7058823529412,90.1960784313725,61.7647058823529],[61.7647058823529,90.1960784313725,60.7843137254902],[89.2156862745098,119.607843137255,88.2352941176471],[46.078431372549,79.4117647058823,45.0980392156863],[60.7843137254902,94.1176470588235,57.843137254902],[109.803921568627,144.117647058824,102.941176470588],[179.411764705882,211.764705882353,167.647058823529],[136.274509803922,167.647058823529,121.56862745098],[66.6666666666667,96.078431372549,47.0588235294118],[102.941176470588,129.411764705882,79.4117647058823],[155.882352941176,178.43137254902,125.490196078431],[167.647058823529,188.235294117647,130.392156862745],[133.333333333333,153.921568627451,90.1960784313725],[151.960784313725,171.56862745098,101.960784313725],[185.294117647059,201.960784313725,125.490196078431],[161.764705882353,175.490196078431,92.156862745098],[157.843137254902,167.647058823529,83.3333333333333],[136.274509803922,143.137254901961,64.7058823529412],[136.274509803922,140.196078431373,67.6470588235294],[143.137254901961,145.098039215686,83.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[121.56862745098,123.529411764706,77.4509803921569],[80.3921568627451,85.2941176470588,46.078431372549],[42.156862745098,49.0196078431373,18.6274509803922],[42.156862745098,51.9607843137255,25.4901960784314],[55.8823529411765,66.6666666666667,37.2549019607843],[67.6470588235294,78.4313725490196,47.0588235294118],[41.1764705882353,50.9803921568627,16.6666666666667],[49.0196078431373,54.9019607843137,19.6078431372549],[37.2549019607843,39.2156862745098,0],[23.5294117647059,23.5294117647059,0],[45.0980392156863,46.078431372549,14.7058823529412],[45.0980392156863,46.078431372549,15.6862745098039],[43.1372549019608,43.1372549019608,15.6862745098039],[51.9607843137255,50,25.4901960784314],[46.078431372549,44.1176470588235,19.6078431372549],[63.7254901960784,58.8235294117647,37.2549019607843],[76.4705882352941,71.5686274509804,50],[53.921568627451,49.0196078431373,29.4117647058824],[41.1764705882353,36.2745098039216,16.6666666666667],[18.6274509803922,11.7647058823529,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,17.6470588235294,12.7450980392157],[41.1764705882353,31.3725490196078,30.3921568627451],[27.4509803921569,18.6274509803922,21.5686274509804],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[25.4901960784314,24.5098039215686,22.5490196078431],[17.6470588235294,16.6666666666667,12.7450980392157],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[18.6274509803922,10.7843137254902,7.84313725490196],[12.7450980392157,2.94117647058824,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[16.6666666666667,5.88235294117647,1.96078431372549],[56.8627450980392,43.1372549019608,40.1960784313726],[21.5686274509804,8.82352941176471,2.94117647058824],[24.5098039215686,9.80392156862745,2.94117647058824],[50,32.3529411764706,22.5490196078431],[33.3333333333333,14.7058823529412,0.980392156862745],[35.2941176470588,14.7058823529412,0],[30.3921568627451,4.90196078431373,0],[49.0196078431373,21.5686274509804,0.980392156862745],[66.6666666666667,36.2745098039216,16.6666666666667],[56.8627450980392,24.5098039215686,7.84313725490196],[100,64.7058823529412,49.0196078431373],[68.6274509803922,32.3529411764706,16.6666666666667],[84.3137254901961,46.078431372549,29.4117647058824],[111.764705882353,76.4705882352941,54.9019607843137],[127.450980392157,92.156862745098,66.6666666666667],[110.78431372549,78.4313725490196,48.0392156862745],[166.666666666667,137.254901960784,103.921568627451],[191.176470588235,165.686274509804,131.372549019608],[123.529411764706,98.0392156862745,63.7254901960784],[133.333333333333,106.862745098039,77.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[57.843137254902,27.4509803921569,6.86274509803922],[76.4705882352941,45.0980392156863,22.5490196078431],[114.705882352941,80.3921568627451,50.9803921568627],[127.450980392157,97.0588235294118,66.6666666666667],[134.313725490196,110.78431372549,85.2941176470588],[125.490196078431,105.882352941176,82.3529411764706],[94.1176470588235,78.4313725490196,53.921568627451],[107.843137254902,91.1764705882353,71.5686274509804],[120.588235294118,99.0196078431373,86.2745098039216],[107.843137254902,86.2745098039216,72.5490196078431],[109.803921568627,92.156862745098,68.6274509803922],[171.56862745098,160.78431372549,131.372549019608],[204.901960784314,200.980392156863,172.549019607843],[185.294117647059,186.274509803922,154.901960784314],[218.627450980392,220.588235294118,181.372549019608],[182.352941176471,181.372549019608,138.235294117647],[183.333333333333,176.470588235294,135.294117647059],[115.686274509804,108.823529411765,65.6862745098039],[185.294117647059,182.352941176471,138.235294117647],[158.823529411765,154.901960784314,110.78431372549],[143.137254901961,125.490196078431,88.2352941176471],[118.627450980392,95.0980392156863,59.8039215686275],[153.921568627451,125.490196078431,92.156862745098],[116.666666666667,93.1372549019608,55.8823529411765],[94.1176470588235,80.3921568627451,36.2745098039216],[200,188.235294117647,137.254901960784],[205.882352941176,191.176470588235,135.294117647059],[163.725490196078,142.156862745098,85.2941176470588],[164.705882352941,129.411764705882,72.5490196078431],[135.294117647059,96.078431372549,38.2352941176471],[150,111.764705882353,53.921568627451],[169.607843137255,142.156862745098,80.3921568627451],[164.705882352941,153.921568627451,89.2156862745098],[192.156862745098,184.313725490196,122.549019607843],[238.235294117647,226.470588235294,167.647058823529],[167.647058823529,152.941176470588,95.0980392156863],[150.980392156863,140.196078431373,77.4509803921569],[200.980392156863,196.078431372549,131.372549019608],[191.176470588235,198.039215686275,132.352941176471],[158.823529411765,162.745098039216,112.745098039216],[79.4117647058823,71.5686274509804,49.0196078431373],[13.7254901960784,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,2.94117647058824,0],[40.1960784313726,50.9803921568627,35.2941176470588],[47.0588235294118,58.8235294117647,37.2549019607843],[59.8039215686275,59.8039215686275,26.4705882352941],[76.4705882352941,66.6666666666667,32.3529411764706],[106.862745098039,93.1372549019608,67.6470588235294],[57.843137254902,47.0588235294118,19.6078431372549],[69.6078431372549,70.5882352941177,31.3725490196078],[65.6862745098039,74.5098039215686,32.3529411764706],[41.1764705882353,52.9411764705882,15.6862745098039],[18.6274509803922,35.2941176470588,0],[29.4117647058824,50,19.6078431372549],[48.0392156862745,74.5098039215686,44.1176470588235],[60.7843137254902,89.2156862745098,59.8039215686275],[73.5294117647059,102.941176470588,75.4901960784314],[96.078431372549,127.450980392157,104.901960784314],[45.0980392156863,75.4901960784314,59.8039215686275],[63.7254901960784,94.1176470588235,86.2745098039216],[74.5098039215686,105.882352941176,102.941176470588],[61.7647058823529,97.0588235294118,97.0588235294118],[65.6862745098039,104.901960784314,104.901960784314],[54.9019607843137,98.0392156862745,97.0588235294118],[56.8627450980392,101.960784313725,101.960784313725],[65.6862745098039,108.823529411765,111.764705882353],[71.5686274509804,114.705882352941,117.647058823529],[88.2352941176471,133.333333333333,133.333333333333],[69.6078431372549,117.647058823529,113.725490196078],[78.4313725490196,128.43137254902,121.56862745098],[95.0980392156863,147.058823529412,137.254901960784],[117.647058823529,168.627450980392,156.862745098039],[140.196078431373,189.21568627451,177.450980392157],[126.470588235294,173.529411764706,161.764705882353],[106.862745098039,151.960784313725,141.176470588235],[145.098039215686,186.274509803922,174.509803921569],[173.529411764706,213.725490196078,200],[176.470588235294,214.705882352941,197.058823529412],[164.705882352941,202.941176470588,184.313725490196],[145.098039215686,184.313725490196,160.78431372549],[103.921568627451,146.078431372549,118.627450980392],[118.627450980392,161.764705882353,129.411764705882],[89.2156862745098,132.352941176471,98.0392156862745],[126.470588235294,165.686274509804,132.352941176471],[190.196078431373,222.549019607843,196.078431372549],[113.725490196078,134.313725490196,117.647058823529],[130.392156862745,151.960784313725,139.21568627451],[115.686274509804,150.980392156863,139.21568627451],[31.3725490196078,76.4705882352941,63.7254901960784],[73.5294117647059,123.529411764706,104.901960784314],[149.019607843137,197.058823529412,175.490196078431],[137.254901960784,174.509803921569,150],[95.0980392156863,130.392156862745,102.941176470588],[95.0980392156863,138.235294117647,103.921568627451],[96.078431372549,141.176470588235,104.901960784314],[97.0588235294118,138.235294117647,99.0196078431373],[76.4705882352941,113.725490196078,75.4901960784314],[49.0196078431373,80.3921568627451,44.1176470588235],[108.823529411765,140.196078431373,103.921568627451],[111.764705882353,145.098039215686,112.745098039216],[150.980392156863,185.294117647059,153.921568627451],[103.921568627451,143.137254901961,108.823529411765],[116.666666666667,156.862745098039,117.647058823529],[135.294117647059,173.529411764706,130.392156862745],[118.627450980392,154.901960784314,111.764705882353],[67.6470588235294,98.0392156862745,56.8627450980392],[61.7647058823529,88.2352941176471,48.0392156862745],[133.333333333333,153.921568627451,113.725490196078],[191.176470588235,207.843137254902,163.725490196078],[181.372549019608,196.078431372549,140.196078431373],[188.235294117647,203.921568627451,134.313725490196],[158.823529411765,174.509803921569,88.2352941176471],[178.43137254902,191.176470588235,102.941176470588],[161.764705882353,164.705882352941,87.2549019607843],[94.1176470588235,94.1176470588235,21.5686274509804],[120.588235294118,120.588235294118,48.0392156862745],[137.254901960784,138.235294117647,71.5686274509804],[90.1960784313725,94.1176470588235,36.2745098039216],[142.156862745098,147.058823529412,94.1176470588235],[53.921568627451,60.7843137254902,7.84313725490196],[61.7647058823529,71.5686274509804,22.5490196078431],[70.5882352941177,80.3921568627451,44.1176470588235],[80.3921568627451,91.1764705882353,57.843137254902],[90.1960784313725,101.960784313725,64.7058823529412],[93.1372549019608,104.901960784314,65.6862745098039],[31.3725490196078,41.1764705882353,6.86274509803922],[41.1764705882353,48.0392156862745,14.7058823529412],[42.156862745098,48.0392156862745,12.7450980392157],[26.4705882352941,30.3921568627451,0],[7.84313725490196,8.82352941176471,0],[57.843137254902,55.8823529411765,31.3725490196078],[52.9411764705882,50.9803921568627,28.4313725490196],[22.5490196078431,20.5882352941176,0],[43.1372549019608,40.1960784313726,23.5294117647059],[70.5882352941177,69.6078431372549,51.9607843137255],[86.2745098039216,85.2941176470588,65.6862745098039],[34.3137254901961,33.3333333333333,12.7450980392157],[44.1176470588235,42.156862745098,17.6470588235294],[26.4705882352941,22.5490196078431,0],[26.4705882352941,18.6274509803922,0],[29.4117647058824,21.5686274509804,2.94117647058824],[32.3529411764706,22.5490196078431,10.7843137254902],[12.7450980392157,3.92156862745098,0],[24.5098039215686,18.6274509803922,18.6274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[64.7058823529412,64.7058823529412,64.7058823529412],[46.078431372549,46.078431372549,46.078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[25.4901960784314,14.7058823529412,10.7843137254902],[40.1960784313726,29.4117647058824,25.4901960784314],[18.6274509803922,5.88235294117647,0],[21.5686274509804,7.84313725490196,0],[40.1960784313726,22.5490196078431,10.7843137254902],[51.9607843137255,30.3921568627451,16.6666666666667],[71.5686274509804,50,29.4117647058824],[63.7254901960784,39.2156862745098,17.6470588235294],[68.6274509803922,44.1176470588235,24.5098039215686],[58.8235294117647,34.3137254901961,14.7058823529412],[57.843137254902,29.4117647058824,13.7254901960784],[100,67.6470588235294,52.9411764705882],[70.5882352941177,35.2941176470588,21.5686274509804],[47.0588235294118,10.7843137254902,0],[119.607843137255,83.3333333333333,64.7058823529412],[139.21568627451,103.921568627451,80.3921568627451],[103.921568627451,71.5686274509804,41.1764705882353],[86.2745098039216,56.8627450980392,23.5294117647059],[205.882352941176,180.392156862745,144.117647058824],[162.745098039216,139.21568627451,103.921568627451],[139.21568627451,114.705882352941,84.3137254901961],[136.274509803922,109.803921568627,83.3333333333333],[110.78431372549,83.3333333333333,61.7647058823529],[152.941176470588,123.529411764706,100],[165.686274509804,135.294117647059,106.862745098039],[147.058823529412,118.627450980392,89.2156862745098],[136.274509803922,115.686274509804,89.2156862745098],[78.4313725490196,61.7647058823529,34.3137254901961],[119.607843137255,104.901960784314,74.5098039215686],[94.1176470588235,77.4509803921569,50],[115.686274509804,93.1372549019608,77.4509803921569],[148.039215686275,126.470588235294,112.745098039216],[100,86.2745098039216,59.8039215686275],[143.137254901961,138.235294117647,108.823529411765],[182.352941176471,186.274509803922,159.803921568627],[214.705882352941,223.529411764706,193.137254901961],[202.941176470588,210.78431372549,170.588235294118],[198.039215686275,203.921568627451,160.78431372549],[131.372549019608,126.470588235294,87.2549019607843],[152.941176470588,145.098039215686,106.862745098039],[172.549019607843,170.588235294118,130.392156862745],[95.0980392156863,91.1764705882353,53.921568627451],[141.176470588235,127.450980392157,93.1372549019608],[138.235294117647,118.627450980392,86.2745098039216],[150,127.450980392157,96.078431372549],[98.0392156862745,78.4313725490196,44.1176470588235],[87.2549019607843,74.5098039215686,33.3333333333333],[120.588235294118,108.823529411765,61.7647058823529],[209.803921568627,193.137254901961,142.156862745098],[150.980392156863,124.509803921569,72.5490196078431],[123.529411764706,85.2941176470588,31.3725490196078],[169.607843137255,127.450980392157,73.5294117647059],[170.588235294118,132.352941176471,74.5098039215686],[155.882352941176,131.372549019608,68.6274509803922],[197.058823529412,190.196078431373,121.56862745098],[133.333333333333,130.392156862745,62.7450980392157],[167.647058823529,153.921568627451,94.1176470588235],[222.549019607843,203.921568627451,146.078431372549],[154.901960784314,139.21568627451,78.4313725490196],[201.960784313725,193.137254901961,129.411764705882],[246.078431372549,247.058823529412,182.352941176471],[172.549019607843,170.588235294118,120.588235294118],[147.058823529412,132.352941176471,109.803921568627],[77.4509803921569,58.8235294117647,51.9607843137255],[15.6862745098039,2.94117647058824,0],[21.5686274509804,22.5490196078431,6.86274509803922],[19.6078431372549,34.3137254901961,11.7647058823529],[96.078431372549,110.78431372549,80.3921568627451],[20.5882352941176,22.5490196078431,0],[90.1960784313725,81.3725490196078,39.2156862745098],[111.764705882353,94.1176470588235,54.9019607843137],[41.1764705882353,26.4705882352941,0],[86.2745098039216,83.3333333333333,31.3725490196078],[91.1764705882353,98.0392156862745,47.0588235294118],[155.882352941176,166.666666666667,127.450980392157],[85.2941176470588,101.960784313725,70.5882352941177],[34.3137254901961,57.843137254902,32.3529411764706],[75.4901960784314,102.941176470588,80.3921568627451],[67.6470588235294,99.0196078431373,75.4901960784314],[111.764705882353,143.137254901961,120.588235294118],[92.156862745098,123.529411764706,102.941176470588],[76.4705882352941,105.882352941176,94.1176470588235],[95.0980392156863,123.529411764706,119.607843137255],[60.7843137254902,89.2156862745098,93.1372549019608],[21.5686274509804,53.921568627451,58.8235294117647],[44.1176470588235,81.3725490196078,84.3137254901961],[58.8235294117647,102.941176470588,100],[65.6862745098039,109.803921568627,106.862745098039],[87.2549019607843,127.450980392157,131.372549019608],[82.3529411764706,122.549019607843,128.43137254902],[76.4705882352941,121.56862745098,121.56862745098],[80.3921568627451,128.43137254902,124.509803921569],[86.2745098039216,138.235294117647,128.43137254902],[99.0196078431373,153.921568627451,141.176470588235],[128.43137254902,183.333333333333,170.588235294118],[86.2745098039216,138.235294117647,128.43137254902],[90.1960784313725,140.196078431373,133.333333333333],[100.980392156863,147.058823529412,141.176470588235],[126.470588235294,168.627450980392,161.764705882353],[184.313725490196,225.490196078431,215.686274509804],[191.176470588235,231.372549019608,215.686274509804],[179.411764705882,217.647058823529,197.058823529412],[188.235294117647,227.450980392157,200.980392156863],[171.56862745098,211.764705882353,180.392156862745],[82.3529411764706,122.549019607843,89.2156862745098],[91.1764705882353,131.372549019608,98.0392156862745],[77.4509803921569,112.745098039216,85.2941176470588],[133.333333333333,160.78431372549,138.235294117647],[142.156862745098,155.882352941176,141.176470588235],[119.607843137255,135.294117647059,122.549019607843],[100.980392156863,134.313725490196,117.647058823529],[77.4509803921569,124.509803921569,102.941176470588],[114.705882352941,167.647058823529,144.117647058824],[85.2941176470588,134.313725490196,109.803921568627],[46.078431372549,80.3921568627451,56.8627450980392],[90.1960784313725,123.529411764706,97.0588235294118],[138.235294117647,181.372549019608,147.058823529412],[107.843137254902,152.941176470588,114.705882352941],[100,140.196078431373,100.980392156863],[87.2549019607843,123.529411764706,83.3333333333333],[102.941176470588,137.254901960784,96.078431372549],[100,131.372549019608,91.1764705882353],[123.529411764706,158.823529411765,121.56862745098],[111.764705882353,149.019607843137,112.745098039216],[82.3529411764706,121.56862745098,85.2941176470588],[132.352941176471,172.549019607843,131.372549019608],[167.647058823529,205.882352941176,161.764705882353],[88.2352941176471,123.529411764706,78.4313725490196],[63.7254901960784,92.156862745098,49.0196078431373],[139.21568627451,164.705882352941,120.588235294118],[158.823529411765,177.450980392157,133.333333333333],[147.058823529412,160.78431372549,110.78431372549],[144.117647058824,157.843137254902,97.0588235294118],[185.294117647059,198.039215686275,120.588235294118],[184.313725490196,198.039215686275,104.901960784314],[162.745098039216,171.56862745098,80.3921568627451],[108.823529411765,108.823529411765,36.2745098039216],[98.0392156862745,94.1176470588235,31.3725490196078],[164.705882352941,163.725490196078,100],[169.607843137255,171.56862745098,109.803921568627],[107.843137254902,112.745098039216,57.843137254902],[172.549019607843,179.411764705882,128.43137254902],[137.254901960784,147.058823529412,95.0980392156863],[140.196078431373,151.960784313725,102.941176470588],[120.588235294118,133.333333333333,91.1764705882353],[40.1960784313726,51.9607843137255,14.7058823529412],[31.3725490196078,43.1372549019608,3.92156862745098],[123.529411764706,135.294117647059,96.078431372549],[88.2352941176471,100,64.7058823529412],[60.7843137254902,70.5882352941177,36.2745098039216],[50.9803921568627,57.843137254902,24.5098039215686],[50,55.8823529411765,22.5490196078431],[28.4313725490196,31.3725490196078,2.94117647058824],[55.8823529411765,55.8823529411765,32.3529411764706],[62.7450980392157,57.843137254902,38.2352941176471],[41.1764705882353,34.3137254901961,16.6666666666667],[45.0980392156863,39.2156862745098,23.5294117647059],[18.6274509803922,17.6470588235294,0],[54.9019607843137,57.843137254902,37.2549019607843],[39.2156862745098,45.0980392156863,19.6078431372549],[59.8039215686275,62.7450980392157,34.3137254901961],[89.2156862745098,88.2352941176471,60.7843137254902],[59.8039215686275,50,25.4901960784314],[33.3333333333333,20.5882352941176,1.96078431372549],[39.2156862745098,25.4901960784314,12.7450980392157],[57.843137254902,48.0392156862745,39.2156862745098],[21.5686274509804,18.6274509803922,13.7254901960784],[1.96078431372549,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[249.019607843137,249.019607843137,249.019607843137],[200.980392156863,200.980392156863,200.980392156863],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,6.86274509803922],[16.6666666666667,5.88235294117647,3.92156862745098],[22.5490196078431,8.82352941176471,7.84313725490196],[26.4705882352941,12.7450980392157,11.7647058823529],[34.3137254901961,20.5882352941176,19.6078431372549],[27.4509803921569,13.7254901960784,12.7450980392157],[21.5686274509804,7.84313725490196,4.90196078431373],[14.7058823529412,0,0],[14.7058823529412,0,0],[16.6666666666667,0,0],[47.0588235294118,24.5098039215686,10.7843137254902],[86.2745098039216,60.7843137254902,44.1176470588235],[83.3333333333333,61.7647058823529,41.1764705882353],[48.0392156862745,30.3921568627451,10.7843137254902],[51.9607843137255,33.3333333333333,16.6666666666667],[78.4313725490196,55.8823529411765,40.1960784313726],[104.901960784314,76.4705882352941,60.7843137254902],[72.5490196078431,37.2549019607843,23.5294117647059],[50,11.7647058823529,0],[120.588235294118,80.3921568627451,62.7450980392157],[158.823529411765,118.627450980392,97.0588235294118],[150.980392156863,114.705882352941,89.2156862745098],[100.980392156863,66.6666666666667,39.2156862745098],[100.980392156863,70.5882352941177,42.156862745098],[157.843137254902,131.372549019608,101.960784313725],[111.764705882353,88.2352941176471,60.7843137254902],[152.941176470588,133.333333333333,106.862745098039],[150.980392156863,134.313725490196,108.823529411765],[156.862745098039,137.254901960784,112.745098039216],[152.941176470588,130.392156862745,100],[175.490196078431,152.941176470588,122.549019607843],[195.098039215686,175.490196078431,150.980392156863],[151.960784313725,136.274509803922,110.78431372549],[137.254901960784,124.509803921569,93.1372549019608],[195.098039215686,184.313725490196,156.862745098039],[163.725490196078,150.980392156863,134.313725490196],[119.607843137255,108.823529411765,91.1764705882353],[127.450980392157,122.549019607843,93.1372549019608],[190.196078431373,189.21568627451,158.823529411765],[228.43137254902,232.352941176471,205.882352941176],[187.254901960784,193.137254901961,165.686274509804],[177.450980392157,183.333333333333,146.078431372549],[185.294117647059,185.294117647059,148.039215686275],[146.078431372549,138.235294117647,102.941176470588],[142.156862745098,131.372549019608,100],[164.705882352941,158.823529411765,125.490196078431],[123.529411764706,117.647058823529,86.2745098039216],[131.372549019608,120.588235294118,91.1764705882353],[106.862745098039,93.1372549019608,64.7058823529412],[111.764705882353,97.0588235294118,66.6666666666667],[75.4901960784314,60.7843137254902,28.4313725490196],[117.647058823529,103.921568627451,67.6470588235294],[172.549019607843,154.901960784314,115.686274509804],[201.960784313725,179.411764705882,136.274509803922],[141.176470588235,113.725490196078,66.6666666666667],[110.78431372549,75.4901960784314,24.5098039215686],[154.901960784314,120.588235294118,67.6470588235294],[177.450980392157,147.058823529412,91.1764705882353],[185.294117647059,161.764705882353,100.980392156863],[233.333333333333,218.627450980392,154.901960784314],[189.21568627451,178.43137254902,117.647058823529],[123.529411764706,107.843137254902,56.8627450980392],[216.666666666667,197.058823529412,148.039215686275],[212.745098039216,187.254901960784,137.254901960784],[191.176470588235,168.627450980392,117.647058823529],[242.156862745098,229.411764705882,178.43137254902],[157.843137254902,146.078431372549,104.901960784314],[60.7843137254902,47.0588235294118,18.6274509803922],[52.9411764705882,41.1764705882353,19.6078431372549],[21.5686274509804,14.7058823529412,0],[0.980392156862745,2.94117647058824,0],[0.980392156862745,11.7647058823529,0],[30.3921568627451,41.1764705882353,0],[78.4313725490196,76.4705882352941,29.4117647058824],[105.882352941176,99.0196078431373,48.0392156862745],[89.2156862745098,82.3529411764706,28.4313725490196],[149.019607843137,144.117647058824,87.2549019607843],[207.843137254902,208.823529411765,151.960784313725],[226.470588235294,233.333333333333,182.352941176471],[209.803921568627,220.588235294118,181.372549019608],[114.705882352941,130.392156862745,101.960784313725],[69.6078431372549,92.156862745098,72.5490196078431],[68.6274509803922,96.078431372549,81.3725490196078],[63.7254901960784,95.0980392156863,80.3921568627451],[117.647058823529,149.019607843137,136.274509803922],[75.4901960784314,106.862745098039,96.078431372549],[49.0196078431373,77.4509803921569,72.5490196078431],[65.6862745098039,93.1372549019608,96.078431372549],[62.7450980392157,91.1764705882353,95.0980392156863],[48.0392156862745,81.3725490196078,83.3333333333333],[52.9411764705882,91.1764705882353,88.2352941176471],[53.921568627451,96.078431372549,86.2745098039216],[65.6862745098039,109.803921568627,102.941176470588],[68.6274509803922,107.843137254902,115.686274509804],[85.2941176470588,126.470588235294,138.235294117647],[76.4705882352941,123.529411764706,123.529411764706],[65.6862745098039,115.686274509804,108.823529411765],[106.862745098039,162.745098039216,148.039215686275],[108.823529411765,166.666666666667,149.019607843137],[100,156.862745098039,142.156862745098],[116.666666666667,173.529411764706,161.764705882353],[118.627450980392,172.549019607843,169.607843137255],[83.3333333333333,131.372549019608,135.294117647059],[67.6470588235294,114.705882352941,118.627450980392],[87.2549019607843,130.392156862745,131.372549019608],[94.1176470588235,136.274509803922,129.411764705882],[119.607843137255,162.745098039216,148.039215686275],[123.529411764706,168.627450980392,143.137254901961],[166.666666666667,208.823529411765,179.411764705882],[129.411764705882,162.745098039216,138.235294117647],[113.725490196078,142.156862745098,120.588235294118],[106.862745098039,135.294117647059,113.725490196078],[119.607843137255,142.156862745098,122.549019607843],[102.941176470588,113.725490196078,98.0392156862745],[100.980392156863,112.745098039216,99.0196078431373],[114.705882352941,143.137254901961,123.529411764706],[87.2549019607843,126.470588235294,100.980392156863],[142.156862745098,185.294117647059,158.823529411765],[104.901960784314,147.058823529412,119.607843137255],[88.2352941176471,117.647058823529,92.156862745098],[142.156862745098,170.588235294118,143.137254901961],[162.745098039216,197.058823529412,165.686274509804],[196.078431372549,230.392156862745,199.019607843137],[139.21568627451,167.647058823529,137.254901960784],[141.176470588235,167.647058823529,133.333333333333],[140.196078431373,170.588235294118,129.411764705882],[95.0980392156863,127.450980392157,83.3333333333333],[48.0392156862745,83.3333333333333,40.1960784313726],[51.9607843137255,88.2352941176471,45.0980392156863],[62.7450980392157,99.0196078431373,55.8823529411765],[140.196078431373,176.470588235294,133.333333333333],[174.509803921569,209.803921568627,164.705882352941],[113.725490196078,145.098039215686,97.0588235294118],[142.156862745098,168.627450980392,118.627450980392],[186.274509803922,208.823529411765,153.921568627451],[193.137254901961,210.78431372549,151.960784313725],[165.686274509804,180.392156862745,114.705882352941],[186.274509803922,200,126.470588235294],[158.823529411765,171.56862745098,91.1764705882353],[153.921568627451,166.666666666667,80.3921568627451],[141.176470588235,150,68.6274509803922],[110.78431372549,111.764705882353,45.0980392156863],[132.352941176471,132.352941176471,73.5294117647059],[139.21568627451,140.196078431373,84.3137254901961],[158.823529411765,161.764705882353,107.843137254902],[136.274509803922,144.117647058824,88.2352941176471],[146.078431372549,155.882352941176,104.901960784314],[55.8823529411765,66.6666666666667,24.5098039215686],[32.3529411764706,45.0980392156863,2.94117647058824],[125.490196078431,141.176470588235,97.0588235294118],[15.6862745098039,30.3921568627451,0],[24.5098039215686,38.2352941176471,2.94117647058824],[110.78431372549,122.549019607843,87.2549019607843],[148.039215686275,159.803921568627,122.549019607843],[84.3137254901961,94.1176470588235,57.843137254902],[34.3137254901961,44.1176470588235,7.84313725490196],[141.176470588235,148.039215686275,115.686274509804],[150.980392156863,156.862745098039,131.372549019608],[28.4313725490196,30.3921568627451,9.80392156862745],[27.4509803921569,18.6274509803922,1.96078431372549],[37.2549019607843,24.5098039215686,8.82352941176471],[51.9607843137255,40.1960784313726,24.5098039215686],[38.2352941176471,33.3333333333333,13.7254901960784],[67.6470588235294,73.5294117647059,48.0392156862745],[34.3137254901961,45.0980392156863,15.6862745098039],[61.7647058823529,70.5882352941177,42.156862745098],[96.078431372549,96.078431372549,70.5882352941177],[63.7254901960784,49.0196078431373,30.3921568627451],[36.2745098039216,14.7058823529412,1.96078431372549],[26.4705882352941,3.92156862745098,0],[32.3529411764706,17.6470588235294,10.7843137254902],[8.82352941176471,8.82352941176471,0.980392156862745],[2.94117647058824,4.90196078431373,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[27.4509803921569,27.4509803921569,27.4509803921569],[3.92156862745098,3.92156862745098,3.92156862745098],[39.2156862745098,39.2156862745098,39.2156862745098],[28.4313725490196,28.4313725490196,28.4313725490196],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,0],[10.7843137254902,0.980392156862745,0],[20.5882352941176,8.82352941176471,8.82352941176471],[30.3921568627451,16.6666666666667,15.6862745098039],[31.3725490196078,17.6470588235294,16.6666666666667],[26.4705882352941,12.7450980392157,11.7647058823529],[24.5098039215686,10.7843137254902,9.80392156862745],[18.6274509803922,4.90196078431373,3.92156862745098],[11.7647058823529,0,0],[18.6274509803922,3.92156862745098,0],[16.6666666666667,0,0],[14.7058823529412,0,0],[45.0980392156863,22.5490196078431,8.82352941176471],[89.2156862745098,63.7254901960784,47.0588235294118],[115.686274509804,90.1960784313725,73.5294117647059],[43.1372549019608,24.5098039215686,9.80392156862745],[48.0392156862745,29.4117647058824,14.7058823529412],[76.4705882352941,53.921568627451,38.2352941176471],[97.0588235294118,70.5882352941177,53.921568627451],[95.0980392156863,64.7058823529412,47.0588235294118],[127.450980392157,93.1372549019608,74.5098039215686],[119.607843137255,83.3333333333333,64.7058823529412],[144.117647058824,108.823529411765,87.2549019607843],[145.098039215686,111.764705882353,87.2549019607843],[70.5882352941177,39.2156862745098,14.7058823529412],[98.0392156862745,71.5686274509804,45.0980392156863],[99.0196078431373,73.5294117647059,49.0196078431373],[144.117647058824,123.529411764706,97.0588235294118],[131.372549019608,114.705882352941,89.2156862745098],[118.627450980392,102.941176470588,77.4509803921569],[132.352941176471,116.666666666667,91.1764705882353],[105.882352941176,93.1372549019608,61.7647058823529],[72.5490196078431,58.8235294117647,30.3921568627451],[133.333333333333,121.56862745098,96.078431372549],[162.745098039216,150.980392156863,125.490196078431],[195.098039215686,184.313725490196,152.941176470588],[249.019607843137,240.196078431373,209.803921568627],[200,189.21568627451,169.607843137255],[130.392156862745,122.549019607843,103.921568627451],[197.058823529412,194.117647058824,163.725490196078],[184.313725490196,185.294117647059,153.921568627451],[105.882352941176,109.803921568627,85.2941176470588],[120.588235294118,124.509803921569,100],[121.56862745098,125.490196078431,93.1372549019608],[165.686274509804,166.666666666667,133.333333333333],[162.745098039216,159.803921568627,129.411764705882],[129.411764705882,122.549019607843,95.0980392156863],[150,140.196078431373,113.725490196078],[122.549019607843,112.745098039216,86.2745098039216],[135.294117647059,128.43137254902,100.980392156863],[144.117647058824,137.254901960784,109.803921568627],[123.529411764706,114.705882352941,86.2745098039216],[108.823529411765,98.0392156862745,68.6274509803922],[138.235294117647,125.490196078431,92.156862745098],[216.666666666667,199.019607843137,163.725490196078],[177.450980392157,154.901960784314,114.705882352941],[122.549019607843,94.1176470588235,50.9803921568627],[105.882352941176,76.4705882352941,27.4509803921569],[122.549019607843,91.1764705882353,41.1764705882353],[162.745098039216,134.313725490196,79.4117647058823],[182.352941176471,158.823529411765,100],[211.764705882353,190.196078431373,131.372549019608],[236.274509803922,217.647058823529,159.803921568627],[160.78431372549,141.176470588235,91.1764705882353],[157.843137254902,136.274509803922,88.2352941176471],[213.725490196078,184.313725490196,135.294117647059],[221.56862745098,194.117647058824,147.058823529412],[204.901960784314,187.254901960784,142.156862745098],[178.43137254902,163.725490196078,121.56862745098],[115.686274509804,100.980392156863,62.7450980392157],[29.4117647058824,15.6862745098039,0],[59.8039215686275,50.9803921568627,22.5490196078431],[100.980392156863,100,69.6078431372549],[76.4705882352941,85.2941176470588,43.1372549019608],[61.7647058823529,71.5686274509804,22.5490196078431],[110.78431372549,108.823529411765,61.7647058823529],[156.862745098039,150.980392156863,100],[177.450980392157,175.490196078431,115.686274509804],[189.21568627451,191.176470588235,129.411764705882],[185.294117647059,189.21568627451,131.372549019608],[214.705882352941,221.56862745098,171.56862745098],[117.647058823529,127.450980392157,93.1372549019608],[35.2941176470588,52.9411764705882,27.4509803921569],[50,73.5294117647059,57.843137254902],[43.1372549019608,72.5490196078431,62.7450980392157],[32.3529411764706,64.7058823529412,55.8823529411765],[48.0392156862745,82.3529411764706,75.4901960784314],[55.8823529411765,87.2549019607843,82.3529411764706],[45.0980392156863,76.4705882352941,73.5294117647059],[53.921568627451,82.3529411764706,86.2745098039216],[48.0392156862745,78.4313725490196,81.3725490196078],[41.1764705882353,74.5098039215686,75.4901960784314],[33.3333333333333,71.5686274509804,66.6666666666667],[29.4117647058824,72.5490196078431,57.843137254902],[57.843137254902,102.941176470588,92.156862745098],[76.4705882352941,118.627450980392,124.509803921569],[78.4313725490196,121.56862745098,130.392156862745],[79.4117647058823,128.43137254902,127.450980392157],[86.2745098039216,138.235294117647,130.392156862745],[131.372549019608,188.235294117647,174.509803921569],[100,159.803921568627,145.098039215686],[73.5294117647059,132.352941176471,120.588235294118],[138.235294117647,197.058823529412,189.21568627451],[92.156862745098,147.058823529412,148.039215686275],[59.8039215686275,111.764705882353,117.647058823529],[50.9803921568627,100,106.862745098039],[57.843137254902,105.882352941176,110.78431372549],[57.843137254902,105.882352941176,102.941176470588],[83.3333333333333,129.411764705882,119.607843137255],[44.1176470588235,92.156862745098,71.5686274509804],[95.0980392156863,136.274509803922,114.705882352941],[160.78431372549,187.254901960784,172.549019607843],[201.960784313725,221.56862745098,209.803921568627],[143.137254901961,166.666666666667,150.980392156863],[121.56862745098,142.156862745098,127.450980392157],[104.901960784314,116.666666666667,102.941176470588],[139.21568627451,152.941176470588,136.274509803922],[182.352941176471,206.862745098039,185.294117647059],[100,133.333333333333,106.862745098039],[125.490196078431,163.725490196078,133.333333333333],[138.235294117647,174.509803921569,144.117647058824],[121.56862745098,150,122.549019607843],[97.0588235294118,122.549019607843,96.078431372549],[86.2745098039216,118.627450980392,90.1960784313725],[203.921568627451,233.333333333333,205.882352941176],[176.470588235294,196.078431372549,171.56862745098],[151.960784313725,169.607843137255,144.117647058824],[117.647058823529,144.117647058824,109.803921568627],[83.3333333333333,114.705882352941,74.5098039215686],[65.6862745098039,98.0392156862745,55.8823529411765],[104.901960784314,137.254901960784,95.0980392156863],[90.1960784313725,121.56862745098,81.3725490196078],[133.333333333333,163.725490196078,123.529411764706],[162.745098039216,190.196078431373,150],[224.509803921569,250,205.882352941176],[240.196078431373,250,213.725490196078],[214.705882352941,234.313725490196,176.470588235294],[162.745098039216,179.411764705882,112.745098039216],[155.882352941176,169.607843137255,96.078431372549],[180.392156862745,194.117647058824,116.666666666667],[226.470588235294,239.21568627451,161.764705882353],[142.156862745098,153.921568627451,79.4117647058823],[113.725490196078,123.529411764706,55.8823529411765],[192.156862745098,196.078431372549,138.235294117647],[162.745098039216,165.686274509804,113.725490196078],[51.9607843137255,55.8823529411765,6.86274509803922],[69.6078431372549,75.4901960784314,28.4313725490196],[115.686274509804,125.490196078431,73.5294117647059],[56.8627450980392,68.6274509803922,19.6078431372549],[12.7450980392157,24.5098039215686,0],[20.5882352941176,34.3137254901961,0],[60.7843137254902,77.4509803921569,33.3333333333333],[100.980392156863,117.647058823529,74.5098039215686],[42.156862745098,57.843137254902,22.5490196078431],[69.6078431372549,83.3333333333333,50.9803921568627],[86.2745098039216,100.980392156863,60.7843137254902],[119.607843137255,132.352941176471,90.1960784313725],[41.1764705882353,52.9411764705882,15.6862745098039],[31.3725490196078,41.1764705882353,7.84313725490196],[54.9019607843137,60.7843137254902,35.2941176470588],[27.4509803921569,29.4117647058824,8.82352941176471],[44.1176470588235,35.2941176470588,18.6274509803922],[50,38.2352941176471,24.5098039215686],[57.843137254902,49.0196078431373,34.3137254901961],[28.4313725490196,22.5490196078431,6.86274509803922],[33.3333333333333,38.2352941176471,15.6862745098039],[19.6078431372549,28.4313725490196,1.96078431372549],[8.82352941176471,15.6862745098039,0],[69.6078431372549,68.6274509803922,41.1764705882353],[62.7450980392157,48.0392156862745,27.4509803921569],[46.078431372549,24.5098039215686,10.7843137254902],[65.6862745098039,46.078431372549,35.2941176470588],[23.5294117647059,8.82352941176471,1.96078431372549],[8.82352941176471,5.88235294117647,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,0.980392156862745,3.92156862745098],[60.7843137254902,51.9607843137255,54.9019607843137],[48.0392156862745,38.2352941176471,39.2156862745098],[18.6274509803922,6.86274509803922,6.86274509803922],[38.2352941176471,24.5098039215686,23.5294117647059],[40.1960784313726,24.5098039215686,24.5098039215686],[16.6666666666667,0.980392156862745,0.980392156862745],[14.7058823529412,0,0],[25.4901960784314,9.80392156862745,9.80392156862745],[24.5098039215686,8.82352941176471,8.82352941176471],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,9.80392156862745,3.92156862745098],[30.3921568627451,8.82352941176471,0],[43.1372549019608,17.6470588235294,4.90196078431373],[68.6274509803922,42.156862745098,25.4901960784314],[112.745098039216,84.3137254901961,68.6274509803922],[50,22.5490196078431,11.7647058823529],[99.0196078431373,71.5686274509804,60.7843137254902],[126.470588235294,99.0196078431373,87.2549019607843],[80.3921568627451,53.921568627451,37.2549019607843],[87.2549019607843,60.7843137254902,40.1960784313726],[171.56862745098,148.039215686275,124.509803921569],[133.333333333333,109.803921568627,84.3137254901961],[68.6274509803922,48.0392156862745,21.5686274509804],[121.56862745098,100,76.4705882352941],[94.1176470588235,74.5098039215686,50],[50.9803921568627,31.3725490196078,7.84313725490196],[77.4509803921569,55.8823529411765,33.3333333333333],[125.490196078431,103.921568627451,81.3725490196078],[125.490196078431,103.921568627451,80.3921568627451],[129.411764705882,105.882352941176,82.3529411764706],[153.921568627451,139.21568627451,110.78431372549],[175.490196078431,175.490196078431,142.156862745098],[38.2352941176471,44.1176470588235,10.7843137254902],[102.941176470588,101.960784313725,74.5098039215686],[152.941176470588,146.078431372549,120.588235294118],[171.56862745098,160.78431372549,131.372549019608],[176.470588235294,162.745098039216,134.313725490196],[212.745098039216,198.039215686275,179.411764705882],[217.647058823529,206.862745098039,187.254901960784],[217.647058823529,210.78431372549,182.352941176471],[150,147.058823529412,116.666666666667],[55.8823529411765,53.921568627451,31.3725490196078],[114.705882352941,113.725490196078,93.1372549019608],[73.5294117647059,76.4705882352941,48.0392156862745],[141.176470588235,146.078431372549,114.705882352941],[172.549019607843,181.372549019608,152.941176470588],[181.372549019608,185.294117647059,160.78431372549],[131.372549019608,125.490196078431,103.921568627451],[98.0392156862745,87.2549019607843,67.6470588235294],[124.509803921569,116.666666666667,96.078431372549],[112.745098039216,106.862745098039,83.3333333333333],[96.078431372549,92.156862745098,65.6862745098039],[123.529411764706,118.627450980392,90.1960784313725],[108.823529411765,98.0392156862745,68.6274509803922],[149.019607843137,134.313725490196,101.960784313725],[145.098039215686,125.490196078431,89.2156862745098],[138.235294117647,113.725490196078,74.5098039215686],[121.56862745098,95.0980392156863,50.9803921568627],[113.725490196078,86.2745098039216,39.2156862745098],[137.254901960784,107.843137254902,56.8627450980392],[175.490196078431,146.078431372549,93.1372549019608],[213.725490196078,188.235294117647,132.352941176471],[176.470588235294,150.980392156863,95.0980392156863],[165.686274509804,139.21568627451,85.2941176470588],[195.098039215686,168.627450980392,114.705882352941],[189.21568627451,160.78431372549,105.882352941176],[208.823529411765,184.313725490196,131.372549019608],[224.509803921569,206.862745098039,159.803921568627],[217.647058823529,200.980392156863,155.882352941176],[153.921568627451,131.372549019608,82.3529411764706],[70.5882352941177,47.0588235294118,1.96078431372549],[121.56862745098,101.960784313725,69.6078431372549],[176.470588235294,167.647058823529,135.294117647059],[175.490196078431,184.313725490196,138.235294117647],[95.0980392156863,106.862745098039,59.8039215686275],[67.6470588235294,70.5882352941177,28.4313725490196],[161.764705882353,160.78431372549,117.647058823529],[96.078431372549,95.0980392156863,42.156862745098],[94.1176470588235,93.1372549019608,38.2352941176471],[119.607843137255,119.607843137255,70.5882352941177],[165.686274509804,170.588235294118,130.392156862745],[62.7450980392157,73.5294117647059,44.1176470588235],[32.3529411764706,49.0196078431373,30.3921568627451],[47.0588235294118,72.5490196078431,61.7647058823529],[50,80.3921568627451,74.5098039215686],[90.1960784313725,124.509803921569,117.647058823529],[33.3333333333333,69.6078431372549,62.7450980392157],[47.0588235294118,81.3725490196078,75.4901960784314],[48.0392156862745,81.3725490196078,80.3921568627451],[50.9803921568627,81.3725490196078,84.3137254901961],[49.0196078431373,79.4117647058823,82.3529411764706],[50,83.3333333333333,84.3137254901961],[31.3725490196078,70.5882352941177,62.7450980392157],[33.3333333333333,74.5098039215686,60.7843137254902],[89.2156862745098,132.352941176471,119.607843137255],[85.2941176470588,130.392156862745,127.450980392157],[75.4901960784314,122.549019607843,122.549019607843],[78.4313725490196,127.450980392157,126.470588235294],[84.3137254901961,135.294117647059,133.333333333333],[69.6078431372549,124.509803921569,121.56862745098],[59.8039215686275,117.647058823529,115.686274509804],[91.1764705882353,150,148.039215686275],[71.5686274509804,130.392156862745,130.392156862745],[67.6470588235294,126.470588235294,127.450980392157],[78.4313725490196,137.254901960784,138.235294117647],[57.843137254902,114.705882352941,116.666666666667],[75.4901960784314,130.392156862745,131.372549019608],[65.6862745098039,119.607843137255,116.666666666667],[71.5686274509804,122.549019607843,118.627450980392],[54.9019607843137,104.901960784314,100],[93.1372549019608,133.333333333333,127.450980392157],[205.882352941176,227.450980392157,225.490196078431],[239.21568627451,250,250],[199.019607843137,221.56862745098,213.725490196078],[194.117647058824,217.647058823529,204.901960784314],[163.725490196078,181.372549019608,167.647058823529],[169.607843137255,188.235294117647,169.607843137255],[154.901960784314,180.392156862745,155.882352941176],[135.294117647059,167.647058823529,139.21568627451],[121.56862745098,157.843137254902,125.490196078431],[150.980392156863,187.254901960784,154.901960784314],[107.843137254902,138.235294117647,107.843137254902],[66.6666666666667,96.078431372549,68.6274509803922],[134.313725490196,166.666666666667,140.196078431373],[212.745098039216,240.196078431373,217.647058823529],[228.43137254902,243.137254901961,224.509803921569],[139.21568627451,153.921568627451,135.294117647059],[123.529411764706,147.058823529412,125.490196078431],[118.627450980392,147.058823529412,119.607843137255],[110.78431372549,139.21568627451,108.823529411765],[135.294117647059,161.764705882353,129.411764705882],[111.764705882353,138.235294117647,105.882352941176],[150,173.529411764706,142.156862745098],[206.862745098039,226.470588235294,199.019607843137],[214.705882352941,231.372549019608,198.039215686275],[212.745098039216,229.411764705882,186.274509803922],[191.176470588235,204.901960784314,152.941176470588],[182.352941176471,197.058823529412,131.372549019608],[192.156862745098,205.882352941176,132.352941176471],[173.529411764706,186.274509803922,115.686274509804],[166.666666666667,178.43137254902,113.725490196078],[101.960784313725,112.745098039216,57.843137254902],[160.78431372549,168.627450980392,120.588235294118],[230.392156862745,237.254901960784,187.254901960784],[92.156862745098,98.0392156862745,52.9411764705882],[39.2156862745098,46.078431372549,4.90196078431373],[17.6470588235294,26.4705882352941,0],[100.980392156863,112.745098039216,65.6862745098039],[92.156862745098,104.901960784314,61.7647058823529],[54.9019607843137,68.6274509803922,34.3137254901961],[103.921568627451,118.627450980392,86.2745098039216],[80.3921568627451,97.0588235294118,55.8823529411765],[108.823529411765,125.490196078431,84.3137254901961],[105.882352941176,120.588235294118,88.2352941176471],[95.0980392156863,108.823529411765,76.4705882352941],[47.0588235294118,61.7647058823529,21.5686274509804],[128.43137254902,143.137254901961,100.980392156863],[105.882352941176,120.588235294118,82.3529411764706],[0,7.84313725490196,0],[37.2549019607843,40.1960784313726,9.80392156862745],[60.7843137254902,58.8235294117647,34.3137254901961],[37.2549019607843,34.3137254901961,15.6862745098039],[56.8627450980392,52.9411764705882,41.1764705882353],[44.1176470588235,41.1764705882353,32.3529411764706],[5.88235294117647,2.94117647058824,0],[22.5490196078431,20.5882352941176,7.84313725490196],[30.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,76.4705882352941,48.0392156862745],[62.7450980392157,56.8627450980392,25.4901960784314],[83.3333333333333,72.5490196078431,43.1372549019608],[87.2549019607843,73.5294117647059,48.0392156862745],[63.7254901960784,50.9803921568627,34.3137254901961],[17.6470588235294,4.90196078431373,0],[13.7254901960784,3.92156862745098,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,0,0],[37.2549019607843,27.4509803921569,28.4313725490196],[22.5490196078431,10.7843137254902,10.7843137254902],[9.80392156862745,0,0],[30.3921568627451,14.7058823529412,14.7058823529412],[40.1960784313726,25.4901960784314,22.5490196078431],[27.4509803921569,12.7450980392157,9.80392156862745],[12.7450980392157,0,0],[14.7058823529412,0,0],[26.4705882352941,11.7647058823529,8.82352941176471],[44.1176470588235,26.4705882352941,22.5490196078431],[51.9607843137255,33.3333333333333,26.4705882352941],[53.921568627451,32.3529411764706,19.6078431372549],[46.078431372549,20.5882352941176,5.88235294117647],[43.1372549019608,16.6666666666667,0],[63.7254901960784,35.2941176470588,19.6078431372549],[78.4313725490196,46.078431372549,37.2549019607843],[111.764705882353,82.3529411764706,74.5098039215686],[130.392156862745,101.960784313725,88.2352941176471],[44.1176470588235,17.6470588235294,0],[44.1176470588235,20.5882352941176,0],[111.764705882353,91.1764705882353,62.7450980392157],[127.450980392157,108.823529411765,79.4117647058823],[25.4901960784314,5.88235294117647,0],[44.1176470588235,27.4509803921569,1.96078431372549],[90.1960784313725,72.5490196078431,49.0196078431373],[92.156862745098,71.5686274509804,50.9803921568627],[61.7647058823529,41.1764705882353,20.5882352941176],[65.6862745098039,44.1176470588235,21.5686274509804],[110.78431372549,89.2156862745098,65.6862745098039],[109.803921568627,86.2745098039216,60.7843137254902],[123.529411764706,109.803921568627,81.3725490196078],[207.843137254902,214.705882352941,181.372549019608],[62.7450980392157,76.4705882352941,42.156862745098],[55.8823529411765,58.8235294117647,32.3529411764706],[102.941176470588,96.078431372549,70.5882352941177],[111.764705882353,98.0392156862745,69.6078431372549],[183.333333333333,168.627450980392,140.196078431373],[232.352941176471,217.647058823529,199.019607843137],[212.745098039216,200,181.372549019608],[185.294117647059,178.43137254902,150],[153.921568627451,149.019607843137,119.607843137255],[163.725490196078,156.862745098039,138.235294117647],[113.725490196078,110.78431372549,92.156862745098],[63.7254901960784,66.6666666666667,40.1960784313726],[139.21568627451,148.039215686275,119.607843137255],[164.705882352941,178.43137254902,152.941176470588],[132.352941176471,144.117647058824,120.588235294118],[110.78431372549,107.843137254902,91.1764705882353],[97.0588235294118,88.2352941176471,73.5294117647059],[127.450980392157,120.588235294118,102.941176470588],[130.392156862745,125.490196078431,105.882352941176],[116.666666666667,111.764705882353,90.1960784313725],[103.921568627451,100,73.5294117647059],[136.274509803922,131.372549019608,101.960784313725],[150,141.176470588235,108.823529411765],[139.21568627451,125.490196078431,91.1764705882353],[163.725490196078,144.117647058824,107.843137254902],[147.058823529412,122.549019607843,82.3529411764706],[115.686274509804,87.2549019607843,44.1176470588235],[110.78431372549,80.3921568627451,34.3137254901961],[144.117647058824,112.745098039216,62.7450980392157],[194.117647058824,163.725490196078,109.803921568627],[146.078431372549,115.686274509804,59.8039215686275],[158.823529411765,129.411764705882,70.5882352941177],[171.56862745098,143.137254901961,84.3137254901961],[157.843137254902,132.352941176471,72.5490196078431],[192.156862745098,170.588235294118,113.725490196078],[239.21568627451,226.470588235294,174.509803921569],[241.176470588235,225.490196078431,174.509803921569],[169.607843137255,141.176470588235,84.3137254901961],[159.803921568627,129.411764705882,75.4901960784314],[109.803921568627,82.3529411764706,43.1372549019608],[54.9019607843137,39.2156862745098,3.92156862745098],[58.8235294117647,64.7058823529412,19.6078431372549],[126.470588235294,139.21568627451,94.1176470588235],[64.7058823529412,70.5882352941177,35.2941176470588],[87.2549019607843,87.2549019607843,53.921568627451],[93.1372549019608,90.1960784313725,48.0392156862745],[54.9019607843137,51.9607843137255,7.84313725490196],[66.6666666666667,67.6470588235294,28.4313725490196],[55.8823529411765,58.8235294117647,28.4313725490196],[51.9607843137255,60.7843137254902,40.1960784313726],[32.3529411764706,50,38.2352941176471],[38.2352941176471,64.7058823529412,57.843137254902],[56.8627450980392,91.1764705882353,85.2941176470588],[45.0980392156863,84.3137254901961,75.4901960784314],[42.156862745098,83.3333333333333,73.5294117647059],[69.6078431372549,108.823529411765,100],[55.8823529411765,92.156862745098,85.2941176470588],[45.0980392156863,78.4313725490196,79.4117647058823],[57.843137254902,91.1764705882353,93.1372549019608],[74.5098039215686,109.803921568627,109.803921568627],[50,88.2352941176471,83.3333333333333],[36.2745098039216,77.4509803921569,65.6862745098039],[76.4705882352941,119.607843137255,106.862745098039],[135.294117647059,181.372549019608,173.529411764706],[87.2549019607843,135.294117647059,131.372549019608],[69.6078431372549,118.627450980392,115.686274509804],[87.2549019607843,138.235294117647,136.274509803922],[108.823529411765,163.725490196078,162.745098039216],[96.078431372549,152.941176470588,153.921568627451],[86.2745098039216,145.098039215686,146.078431372549],[64.7058823529412,124.509803921569,125.490196078431],[72.5490196078431,132.352941176471,135.294117647059],[71.5686274509804,131.372549019608,134.313725490196],[52.9411764705882,112.745098039216,115.686274509804],[53.921568627451,112.745098039216,113.725490196078],[53.921568627451,110.78431372549,112.745098039216],[73.5294117647059,128.43137254902,129.411764705882],[69.6078431372549,122.549019607843,122.549019607843],[105.882352941176,147.058823529412,146.078431372549],[225.490196078431,246.078431372549,250],[204.901960784314,222.549019607843,224.509803921569],[128.43137254902,154.901960784314,150],[178.43137254902,209.803921568627,199.019607843137],[138.235294117647,165.686274509804,151.960784313725],[98.0392156862745,126.470588235294,106.862745098039],[95.0980392156863,126.470588235294,102.941176470588],[94.1176470588235,130.392156862745,100],[85.2941176470588,123.529411764706,93.1372549019608],[95.0980392156863,133.333333333333,102.941176470588],[73.5294117647059,111.764705882353,81.3725490196078],[68.6274509803922,103.921568627451,76.4705882352941],[147.058823529412,185.294117647059,158.823529411765],[194.117647058824,225.490196078431,202.941176470588],[219.607843137255,236.274509803922,220.588235294118],[156.862745098039,170.588235294118,155.882352941176],[144.117647058824,167.647058823529,151.960784313725],[153.921568627451,182.352941176471,160.78431372549],[190.196078431373,218.627450980392,191.176470588235],[231.372549019608,250,227.450980392157],[204.901960784314,228.43137254902,197.058823529412],[213.725490196078,232.352941176471,202.941176470588],[200,214.705882352941,186.274509803922],[184.313725490196,198.039215686275,163.725490196078],[149.019607843137,161.764705882353,118.627450980392],[142.156862745098,156.862745098039,100.980392156863],[164.705882352941,179.411764705882,111.764705882353],[168.627450980392,184.313725490196,112.745098039216],[161.764705882353,177.450980392157,107.843137254902],[64.7058823529412,78.4313725490196,18.6274509803922],[73.5294117647059,85.2941176470588,40.1960784313726],[179.411764705882,190.196078431373,149.019607843137],[163.725490196078,172.549019607843,130.392156862745],[84.3137254901961,93.1372549019608,49.0196078431373],[25.4901960784314,33.3333333333333,0],[36.2745098039216,47.0588235294118,7.84313725490196],[68.6274509803922,81.3725490196078,39.2156862745098],[80.3921568627451,92.156862745098,52.9411764705882],[33.3333333333333,47.0588235294118,12.7450980392157],[45.0980392156863,59.8039215686275,27.4509803921569],[130.392156862745,146.078431372549,109.803921568627],[150.980392156863,166.666666666667,128.43137254902],[14.7058823529412,30.3921568627451,0],[50,65.6862745098039,30.3921568627451],[3.92156862745098,18.6274509803922,0],[87.2549019607843,101.960784313725,61.7647058823529],[155.882352941176,170.588235294118,130.392156862745],[87.2549019607843,97.0588235294118,62.7450980392157],[85.2941176470588,88.2352941176471,57.843137254902],[76.4705882352941,74.5098039215686,50],[33.3333333333333,32.3529411764706,12.7450980392157],[17.6470588235294,15.6862745098039,0.980392156862745],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,47.0588235294118,35.2941176470588],[27.4509803921569,25.4901960784314,10.7843137254902],[37.2549019607843,35.2941176470588,14.7058823529412],[27.4509803921569,21.5686274509804,0],[43.1372549019608,36.2745098039216,7.84313725490196],[92.156862745098,81.3725490196078,53.921568627451],[86.2745098039216,74.5098039215686,50.9803921568627],[51.9607843137255,39.2156862745098,23.5294117647059],[54.9019607843137,42.156862745098,34.3137254901961],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,8.82352941176471],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[10.7843137254902,0.980392156862745,0],[13.7254901960784,2.94117647058824,0.980392156862745],[26.4705882352941,12.7450980392157,9.80392156862745],[21.5686274509804,6.86274509803922,1.96078431372549],[31.3725490196078,13.7254901960784,9.80392156862745],[50.9803921568627,33.3333333333333,29.4117647058824],[36.2745098039216,18.6274509803922,14.7058823529412],[25.4901960784314,7.84313725490196,3.92156862745098],[27.4509803921569,10.7843137254902,3.92156862745098],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,21.5686274509804,12.7450980392157],[36.2745098039216,14.7058823529412,0.980392156862745],[54.9019607843137,29.4117647058824,12.7450980392157],[84.3137254901961,56.8627450980392,36.2745098039216],[90.1960784313725,61.7647058823529,44.1176470588235],[21.5686274509804,0,0],[19.6078431372549,0,0],[82.3529411764706,56.8627450980392,40.1960784313726],[96.078431372549,69.6078431372549,49.0196078431373],[93.1372549019608,67.6470588235294,41.1764705882353],[78.4313725490196,53.921568627451,24.5098039215686],[105.882352941176,81.3725490196078,51.9607843137255],[75.4901960784314,50,23.5294117647059],[62.7450980392157,35.2941176470588,13.7254901960784],[83.3333333333333,55.8823529411765,35.2941176470588],[100,73.5294117647059,54.9019607843137],[76.4705882352941,51.9607843137255,32.3529411764706],[95.0980392156863,73.5294117647059,50.9803921568627],[91.1764705882353,74.5098039215686,47.0588235294118],[97.0588235294118,82.3529411764706,50],[157.843137254902,151.960784313725,116.666666666667],[133.333333333333,145.098039215686,109.803921568627],[92.156862745098,105.882352941176,73.5294117647059],[80.3921568627451,78.4313725490196,55.8823529411765],[97.0588235294118,85.2941176470588,63.7254901960784],[142.156862745098,125.490196078431,100],[190.196078431373,173.529411764706,148.039215686275],[241.176470588235,226.470588235294,205.882352941176],[236.274509803922,225.490196078431,203.921568627451],[152.941176470588,148.039215686275,116.666666666667],[109.803921568627,106.862745098039,76.4705882352941],[155.882352941176,149.019607843137,130.392156862745],[160.78431372549,154.901960784314,139.21568627451],[129.411764705882,129.411764705882,105.882352941176],[130.392156862745,139.21568627451,112.745098039216],[129.411764705882,147.058823529412,123.529411764706],[131.372549019608,146.078431372549,125.490196078431],[98.0392156862745,100,86.2745098039216],[92.156862745098,86.2745098039216,72.5490196078431],[114.705882352941,107.843137254902,92.156862745098],[149.019607843137,140.196078431373,123.529411764706],[147.058823529412,139.21568627451,118.627450980392],[157.843137254902,153.921568627451,129.411764705882],[194.117647058824,195.098039215686,164.705882352941],[134.313725490196,135.294117647059,103.921568627451],[181.372549019608,177.450980392157,143.137254901961],[151.960784313725,139.21568627451,104.901960784314],[119.607843137255,96.078431372549,58.8235294117647],[120.588235294118,89.2156862745098,50.9803921568627],[138.235294117647,101.960784313725,58.8235294117647],[141.176470588235,105.882352941176,56.8627450980392],[173.529411764706,143.137254901961,89.2156862745098],[170.588235294118,141.176470588235,82.3529411764706],[175.490196078431,147.058823529412,82.3529411764706],[183.333333333333,156.862745098039,89.2156862745098],[139.21568627451,116.666666666667,50.9803921568627],[126.470588235294,108.823529411765,46.078431372549],[197.058823529412,187.254901960784,129.411764705882],[250,239.21568627451,181.372549019608],[213.725490196078,183.333333333333,119.607843137255],[151.960784313725,114.705882352941,53.921568627451],[115.686274509804,82.3529411764706,35.2941176470588],[58.8235294117647,38.2352941176471,0],[40.1960784313726,43.1372549019608,0],[220.588235294118,231.372549019608,192.156862745098],[151.960784313725,155.882352941176,129.411764705882],[110.78431372549,108.823529411765,86.2745098039216],[115.686274509804,110.78431372549,79.4117647058823],[40.1960784313726,35.2941176470588,3.92156862745098],[82.3529411764706,80.3921568627451,57.843137254902],[48.0392156862745,50.9803921568627,34.3137254901961],[34.3137254901961,44.1176470588235,35.2941176470588],[28.4313725490196,47.0588235294118,43.1372549019608],[41.1764705882353,71.5686274509804,66.6666666666667],[39.2156862745098,75.4901960784314,67.6470588235294],[23.5294117647059,64.7058823529412,50.9803921568627],[61.7647058823529,105.882352941176,86.2745098039216],[63.7254901960784,105.882352941176,87.2549019607843],[57.843137254902,99.0196078431373,85.2941176470588],[50,86.2745098039216,79.4117647058823],[40.1960784313726,75.4901960784314,75.4901960784314],[45.0980392156863,79.4117647058823,81.3725490196078],[49.0196078431373,84.3137254901961,84.3137254901961],[46.078431372549,84.3137254901961,81.3725490196078],[51.9607843137255,93.1372549019608,89.2156862745098],[47.0588235294118,92.156862745098,90.1960784313725],[59.8039215686275,107.843137254902,104.901960784314],[62.7450980392157,110.78431372549,106.862745098039],[59.8039215686275,109.803921568627,102.941176470588],[123.529411764706,178.43137254902,169.607843137255],[118.627450980392,174.509803921569,167.647058823529],[65.6862745098039,125.490196078431,120.588235294118],[84.3137254901961,144.117647058824,145.098039215686],[92.156862745098,150.980392156863,158.823529411765],[64.7058823529412,125.490196078431,136.274509803922],[60.7843137254902,121.56862745098,134.313725490196],[48.0392156862745,106.862745098039,117.647058823529],[51.9607843137255,107.843137254902,116.666666666667],[66.6666666666667,120.588235294118,123.529411764706],[50,103.921568627451,100.980392156863],[69.6078431372549,112.745098039216,111.764705882353],[189.21568627451,216.666666666667,219.607843137255],[177.450980392157,200.980392156863,202.941176470588],[94.1176470588235,129.411764705882,125.490196078431],[69.6078431372549,111.764705882353,101.960784313725],[54.9019607843137,98.0392156862745,83.3333333333333],[62.7450980392157,104.901960784314,86.2745098039216],[53.921568627451,95.0980392156863,73.5294117647059],[67.6470588235294,108.823529411765,85.2941176470588],[46.078431372549,89.2156862745098,62.7450980392157],[70.5882352941177,115.686274509804,87.2549019607843],[33.3333333333333,81.3725490196078,51.9607843137255],[50,98.0392156862745,68.6274509803922],[172.549019607843,217.647058823529,190.196078431373],[181.372549019608,218.627450980392,196.078431372549],[146.078431372549,168.627450980392,150.980392156863],[193.137254901961,213.725490196078,197.058823529412],[172.549019607843,200.980392156863,181.372549019608],[144.117647058824,175.490196078431,152.941176470588],[188.235294117647,218.627450980392,188.235294117647],[165.686274509804,191.176470588235,156.862745098039],[159.803921568627,181.372549019608,144.117647058824],[179.411764705882,197.058823529412,157.843137254902],[96.078431372549,110.78431372549,70.5882352941177],[118.627450980392,131.372549019608,86.2745098039216],[147.058823529412,161.764705882353,107.843137254902],[139.21568627451,153.921568627451,90.1960784313725],[115.686274509804,133.333333333333,60.7843137254902],[166.666666666667,184.313725490196,109.803921568627],[161.764705882353,178.43137254902,109.803921568627],[95.0980392156863,110.78431372549,50],[88.2352941176471,103.921568627451,55.8823529411765],[153.921568627451,166.666666666667,124.509803921569],[102.941176470588,113.725490196078,71.5686274509804],[140.196078431373,150.980392156863,108.823529411765],[85.2941176470588,96.078431372549,53.921568627451],[28.4313725490196,41.1764705882353,0],[28.4313725490196,40.1960784313726,4.90196078431373],[127.450980392157,139.21568627451,103.921568627451],[79.4117647058823,94.1176470588235,55.8823529411765],[64.7058823529412,78.4313725490196,43.1372549019608],[161.764705882353,175.490196078431,143.137254901961],[33.3333333333333,47.0588235294118,14.7058823529412],[16.6666666666667,30.3921568627451,0],[0,13.7254901960784,0],[8.82352941176471,20.5882352941176,0],[131.372549019608,143.137254901961,107.843137254902],[136.274509803922,148.039215686275,110.78431372549],[119.607843137255,129.411764705882,95.0980392156863],[58.8235294117647,63.7254901960784,41.1764705882353],[0.980392156862745,1.96078431372549,0],[29.4117647058824,24.5098039215686,5.88235294117647],[32.3529411764706,25.4901960784314,7.84313725490196],[11.7647058823529,4.90196078431373,0],[46.078431372549,44.1176470588235,23.5294117647059],[36.2745098039216,38.2352941176471,14.7058823529412],[34.3137254901961,37.2549019607843,10.7843137254902],[37.2549019607843,35.2941176470588,10.7843137254902],[24.5098039215686,16.6666666666667,0],[62.7450980392157,46.078431372549,30.3921568627451],[76.4705882352941,54.9019607843137,42.156862745098],[36.2745098039216,16.6666666666667,7.84313725490196],[30.3921568627451,16.6666666666667,7.84313725490196],[5.88235294117647,0,0],[12.7450980392157,9.80392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,14.7058823529412,15.6862745098039],[108.823529411765,106.862745098039,107.843137254902],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[19.6078431372549,15.6862745098039,16.6666666666667],[14.7058823529412,10.7843137254902,11.7647058823529],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,5.88235294117647],[12.7450980392157,1.96078431372549,0],[17.6470588235294,4.90196078431373,0],[22.5490196078431,7.84313725490196,0.980392156862745],[45.0980392156863,28.4313725490196,20.5882352941176],[64.7058823529412,48.0392156862745,40.1960784313726],[43.1372549019608,26.4705882352941,18.6274509803922],[23.5294117647059,6.86274509803922,0],[21.5686274509804,4.90196078431373,0],[39.2156862745098,21.5686274509804,11.7647058823529],[40.1960784313726,21.5686274509804,7.84313725490196],[20.5882352941176,0,0],[58.8235294117647,34.3137254901961,12.7450980392157],[115.686274509804,88.2352941176471,64.7058823529412],[103.921568627451,76.4705882352941,54.9019607843137],[100.980392156863,73.5294117647059,59.8039215686275],[41.1764705882353,15.6862745098039,0.980392156862745],[64.7058823529412,40.1960784313726,20.5882352941176],[95.0980392156863,69.6078431372549,45.0980392156863],[103.921568627451,79.4117647058823,50],[117.647058823529,91.1764705882353,61.7647058823529],[124.509803921569,96.078431372549,66.6666666666667],[142.156862745098,111.764705882353,84.3137254901961],[136.274509803922,104.901960784314,82.3529411764706],[155.882352941176,123.529411764706,104.901960784314],[107.843137254902,77.4509803921569,59.8039215686275],[70.5882352941177,44.1176470588235,23.5294117647059],[136.274509803922,114.705882352941,91.1764705882353],[80.3921568627451,63.7254901960784,34.3137254901961],[84.3137254901961,71.5686274509804,37.2549019607843],[111.764705882353,105.882352941176,70.5882352941177],[107.843137254902,111.764705882353,79.4117647058823],[96.078431372549,96.078431372549,70.5882352941177],[100.980392156863,90.1960784313725,70.5882352941177],[123.529411764706,105.882352941176,86.2745098039216],[136.274509803922,116.666666666667,92.156862745098],[152.941176470588,137.254901960784,111.764705882353],[220.588235294118,214.705882352941,191.176470588235],[218.627450980392,218.627450980392,193.137254901961],[125.490196078431,131.372549019608,96.078431372549],[102.941176470588,108.823529411765,75.4901960784314],[109.803921568627,107.843137254902,87.2549019607843],[139.21568627451,133.333333333333,117.647058823529],[146.078431372549,144.117647058824,123.529411764706],[107.843137254902,111.764705882353,89.2156862745098],[125.490196078431,137.254901960784,117.647058823529],[97.0588235294118,107.843137254902,91.1764705882353],[105.882352941176,109.803921568627,96.078431372549],[108.823529411765,106.862745098039,94.1176470588235],[115.686274509804,108.823529411765,93.1372549019608],[122.549019607843,113.725490196078,97.0588235294118],[144.117647058824,136.274509803922,115.686274509804],[179.411764705882,175.490196078431,150.980392156863],[115.686274509804,120.588235294118,91.1764705882353],[117.647058823529,123.529411764706,90.1960784313725],[108.823529411765,109.803921568627,76.4705882352941],[114.705882352941,108.823529411765,73.5294117647059],[100,80.3921568627451,46.078431372549],[112.745098039216,83.3333333333333,46.078431372549],[111.764705882353,77.4509803921569,36.2745098039216],[125.490196078431,90.1960784313725,43.1372549019608],[203.921568627451,173.529411764706,119.607843137255],[188.235294117647,160.78431372549,99.0196078431373],[200,173.529411764706,105.882352941176],[178.43137254902,154.901960784314,86.2745098039216],[150,126.470588235294,63.7254901960784],[116.666666666667,99.0196078431373,38.2352941176471],[207.843137254902,198.039215686275,138.235294117647],[250,250,190.196078431373],[218.627450980392,188.235294117647,124.509803921569],[173.529411764706,136.274509803922,74.5098039215686],[121.56862745098,87.2549019607843,32.3529411764706],[106.862745098039,83.3333333333333,36.2745098039216],[90.1960784313725,87.2549019607843,45.0980392156863],[154.901960784314,158.823529411765,126.470588235294],[126.470588235294,124.509803921569,101.960784313725],[90.1960784313725,85.2941176470588,65.6862745098039],[36.2745098039216,30.3921568627451,4.90196078431373],[14.7058823529412,9.80392156862745,0],[59.8039215686275,57.843137254902,45.0980392156863],[48.0392156862745,50.9803921568627,44.1176470588235],[35.2941176470588,47.0588235294118,45.0980392156863],[25.4901960784314,45.0980392156863,44.1176470588235],[34.3137254901961,65.6862745098039,62.7450980392157],[40.1960784313726,80.3921568627451,72.5490196078431],[31.3725490196078,77.4509803921569,59.8039215686275],[48.0392156862745,95.0980392156863,73.5294117647059],[62.7450980392157,109.803921568627,86.2745098039216],[37.2549019607843,81.3725490196078,61.7647058823529],[37.2549019607843,76.4705882352941,67.6470588235294],[52.9411764705882,88.2352941176471,86.2745098039216],[47.0588235294118,81.3725490196078,83.3333333333333],[38.2352941176471,75.4901960784314,76.4705882352941],[46.078431372549,85.2941176470588,84.3137254901961],[54.9019607843137,96.078431372549,95.0980392156863],[33.3333333333333,78.4313725490196,78.4313725490196],[81.3725490196078,129.411764705882,126.470588235294],[80.3921568627451,128.43137254902,122.549019607843],[60.7843137254902,109.803921568627,99.0196078431373],[80.3921568627451,131.372549019608,118.627450980392],[80.3921568627451,135.294117647059,122.549019607843],[83.3333333333333,139.21568627451,132.352941176471],[68.6274509803922,127.450980392157,127.450980392157],[71.5686274509804,130.392156862745,140.196078431373],[68.6274509803922,129.411764705882,144.117647058824],[61.7647058823529,121.56862745098,139.21568627451],[71.5686274509804,129.411764705882,145.098039215686],[69.6078431372549,125.490196078431,136.274509803922],[50.9803921568627,104.901960784314,109.803921568627],[70.5882352941177,121.56862745098,119.607843137255],[68.6274509803922,112.745098039216,109.803921568627],[139.21568627451,169.607843137255,171.56862745098],[130.392156862745,159.803921568627,161.764705882353],[71.5686274509804,112.745098039216,108.823529411765],[57.843137254902,107.843137254902,99.0196078431373],[70.5882352941177,123.529411764706,110.78431372549],[69.6078431372549,122.549019607843,108.823529411765],[62.7450980392157,109.803921568627,96.078431372549],[46.078431372549,92.156862745098,74.5098039215686],[45.0980392156863,91.1764705882353,71.5686274509804],[24.5098039215686,75.4901960784314,52.9411764705882],[49.0196078431373,103.921568627451,77.4509803921569],[108.823529411765,163.725490196078,137.254901960784],[154.901960784314,206.862745098039,179.411764705882],[101.960784313725,145.098039215686,120.588235294118],[151.960784313725,180.392156862745,160.78431372549],[205.882352941176,232.352941176471,213.725490196078],[152.941176470588,185.294117647059,164.705882352941],[168.627450980392,202.941176470588,179.411764705882],[192.156862745098,224.509803921569,196.078431372549],[140.196078431373,166.666666666667,132.352941176471],[125.490196078431,147.058823529412,108.823529411765],[59.8039215686275,78.4313725490196,33.3333333333333],[117.647058823529,134.313725490196,83.3333333333333],[155.882352941176,170.588235294118,114.705882352941],[141.176470588235,156.862745098039,95.0980392156863],[148.039215686275,167.647058823529,100],[138.235294117647,159.803921568627,89.2156862745098],[168.627450980392,190.196078431373,119.607843137255],[135.294117647059,155.882352941176,90.1960784313725],[95.0980392156863,114.705882352941,54.9019607843137],[86.2745098039216,103.921568627451,52.9411764705882],[100.980392156863,118.627450980392,71.5686274509804],[17.6470588235294,30.3921568627451,0],[83.3333333333333,95.0980392156863,50],[134.313725490196,148.039215686275,100],[56.8627450980392,69.6078431372549,26.4705882352941],[26.4705882352941,38.2352941176471,2.94117647058824],[49.0196078431373,59.8039215686275,26.4705882352941],[59.8039215686275,72.5490196078431,30.3921568627451],[118.627450980392,130.392156862745,91.1764705882353],[26.4705882352941,37.2549019607843,7.84313725490196],[3.92156862745098,13.7254901960784,0],[7.84313725490196,19.6078431372549,0],[7.84313725490196,19.6078431372549,0],[14.7058823529412,25.4901960784314,0],[50,60.7843137254902,27.4509803921569],[75.4901960784314,87.2549019607843,50],[94.1176470588235,105.882352941176,70.5882352941177],[8.82352941176471,18.6274509803922,0],[35.2941176470588,38.2352941176471,17.6470588235294],[53.921568627451,49.0196078431373,29.4117647058824],[62.7450980392157,54.9019607843137,36.2745098039216],[52.9411764705882,45.0980392156863,26.4705882352941],[33.3333333333333,28.4313725490196,6.86274509803922],[54.9019607843137,57.843137254902,31.3725490196078],[49.0196078431373,52.9411764705882,26.4705882352941],[63.7254901960784,66.6666666666667,40.1960784313726],[43.1372549019608,37.2549019607843,13.7254901960784],[39.2156862745098,20.5882352941176,3.92156862745098],[70.5882352941177,44.1176470588235,33.3333333333333],[91.1764705882353,66.6666666666667,59.8039215686275],[35.2941176470588,18.6274509803922,10.7843137254902],[10.7843137254902,6.86274509803922,0],[0,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[19.6078431372549,15.6862745098039,16.6666666666667],[20.5882352941176,16.6666666666667,17.6470588235294],[9.80392156862745,3.92156862745098,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[13.7254901960784,7.84313725490196,9.80392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,13.7254901960784],[13.7254901960784,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[19.6078431372549,4.90196078431373,0],[27.4509803921569,10.7843137254902,2.94117647058824],[25.4901960784314,8.82352941176471,0.980392156862745],[21.5686274509804,4.90196078431373,0],[50.9803921568627,34.3137254901961,26.4705882352941],[45.0980392156863,28.4313725490196,20.5882352941176],[30.3921568627451,13.7254901960784,3.92156862745098],[43.1372549019608,25.4901960784314,11.7647058823529],[45.0980392156863,26.4705882352941,11.7647058823529],[38.2352941176471,16.6666666666667,0],[49.0196078431373,23.5294117647059,0.980392156862745],[107.843137254902,81.3725490196078,54.9019607843137],[88.2352941176471,58.8235294117647,33.3333333333333],[76.4705882352941,48.0392156862745,30.3921568627451],[79.4117647058823,50.9803921568627,33.3333333333333],[73.5294117647059,46.078431372549,24.5098039215686],[73.5294117647059,48.0392156862745,21.5686274509804],[100.980392156863,76.4705882352941,46.078431372549],[111.764705882353,86.2745098039216,53.921568627451],[130.392156862745,101.960784313725,70.5882352941177],[85.2941176470588,54.9019607843137,26.4705882352941],[136.274509803922,102.941176470588,78.4313725490196],[145.098039215686,110.78431372549,89.2156862745098],[144.117647058824,109.803921568627,90.1960784313725],[152.941176470588,123.529411764706,100],[105.882352941176,80.3921568627451,53.921568627451],[130.392156862745,111.764705882353,80.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[125.490196078431,112.745098039216,78.4313725490196],[120.588235294118,104.901960784314,79.4117647058823],[130.392156862745,109.803921568627,91.1764705882353],[133.333333333333,105.882352941176,92.156862745098],[109.803921568627,83.3333333333333,66.6666666666667],[137.254901960784,117.647058823529,91.1764705882353],[198.039215686275,189.21568627451,158.823529411765],[231.372549019608,235.294117647059,208.823529411765],[189.21568627451,203.921568627451,173.529411764706],[128.43137254902,150.980392156863,109.803921568627],[88.2352941176471,108.823529411765,70.5882352941177],[104.901960784314,112.745098039216,89.2156862745098],[113.725490196078,114.705882352941,97.0588235294118],[114.705882352941,109.803921568627,90.1960784313725],[127.450980392157,120.588235294118,101.960784313725],[97.0588235294118,94.1176470588235,79.4117647058823],[68.6274509803922,66.6666666666667,53.921568627451],[81.3725490196078,82.3529411764706,68.6274509803922],[109.803921568627,107.843137254902,95.0980392156863],[117.647058823529,111.764705882353,96.078431372549],[134.313725490196,127.450980392157,109.803921568627],[134.313725490196,129.411764705882,107.843137254902],[181.372549019608,181.372549019608,155.882352941176],[130.392156862745,135.294117647059,105.882352941176],[110.78431372549,117.647058823529,85.2941176470588],[117.647058823529,121.56862745098,89.2156862745098],[136.274509803922,132.352941176471,98.0392156862745],[104.901960784314,89.2156862745098,55.8823529411765],[133.333333333333,109.803921568627,72.5490196078431],[123.529411764706,92.156862745098,51.9607843137255],[137.254901960784,103.921568627451,56.8627450980392],[183.333333333333,150.980392156863,98.0392156862745],[156.862745098039,128.43137254902,69.6078431372549],[162.745098039216,144.117647058824,77.4509803921569],[213.725490196078,195.098039215686,130.392156862745],[159.803921568627,135.294117647059,80.3921568627451],[161.764705882353,139.21568627451,88.2352941176471],[197.058823529412,181.372549019608,123.529411764706],[234.313725490196,216.666666666667,155.882352941176],[220.588235294118,193.137254901961,131.372549019608],[223.529411764706,193.137254901961,130.392156862745],[163.725490196078,134.313725490196,71.5686274509804],[145.098039215686,123.529411764706,67.6470588235294],[93.1372549019608,81.3725490196078,42.156862745098],[75.4901960784314,66.6666666666667,38.2352941176471],[78.4313725490196,66.6666666666667,45.0980392156863],[96.078431372549,85.2941176470588,65.6862745098039],[21.5686274509804,17.6470588235294,0],[31.3725490196078,33.3333333333333,12.7450980392157],[20.5882352941176,22.5490196078431,11.7647058823529],[40.1960784313726,44.1176470588235,43.1372549019608],[32.3529411764706,46.078431372549,47.0588235294118],[29.4117647058824,52.9411764705882,54.9019607843137],[48.0392156862745,81.3725490196078,80.3921568627451],[61.7647058823529,101.960784313725,94.1176470588235],[64.7058823529412,110.78431372549,93.1372549019608],[50.9803921568627,99.0196078431373,77.4509803921569],[57.843137254902,104.901960784314,81.3725490196078],[55.8823529411765,100,80.3921568627451],[39.2156862745098,78.4313725490196,69.6078431372549],[56.8627450980392,95.0980392156863,92.156862745098],[53.921568627451,91.1764705882353,92.156862745098],[50.9803921568627,88.2352941176471,91.1764705882353],[63.7254901960784,102.941176470588,102.941176470588],[77.4509803921569,118.627450980392,116.666666666667],[50.9803921568627,96.078431372549,94.1176470588235],[56.8627450980392,101.960784313725,99.0196078431373],[119.607843137255,165.686274509804,157.843137254902],[69.6078431372549,116.666666666667,104.901960784314],[85.2941176470588,135.294117647059,120.588235294118],[79.4117647058823,130.392156862745,117.647058823529],[103.921568627451,157.843137254902,151.960784313725],[146.078431372549,202.941176470588,203.921568627451],[64.7058823529412,121.56862745098,132.352941176471],[61.7647058823529,119.607843137255,135.294117647059],[64.7058823529412,122.549019607843,140.196078431373],[58.8235294117647,114.705882352941,131.372549019608],[63.7254901960784,116.666666666667,128.43137254902],[64.7058823529412,114.705882352941,118.627450980392],[61.7647058823529,109.803921568627,106.862745098039],[92.156862745098,133.333333333333,129.411764705882],[149.019607843137,182.352941176471,181.372549019608],[113.725490196078,147.058823529412,148.039215686275],[76.4705882352941,121.56862745098,118.627450980392],[73.5294117647059,127.450980392157,121.56862745098],[49.0196078431373,108.823529411765,101.960784313725],[48.0392156862745,105.882352941176,100],[59.8039215686275,111.764705882353,105.882352941176],[35.2941176470588,83.3333333333333,77.4509803921569],[25.4901960784314,74.5098039215686,65.6862745098039],[29.4117647058824,80.3921568627451,67.6470588235294],[64.7058823529412,122.549019607843,104.901960784314],[77.4509803921569,135.294117647059,113.725490196078],[66.6666666666667,121.56862745098,97.0588235294118],[75.4901960784314,122.549019607843,97.0588235294118],[119.607843137255,156.862745098039,132.352941176471],[118.627450980392,151.960784313725,128.43137254902],[59.8039215686275,98.0392156862745,77.4509803921569],[137.254901960784,175.490196078431,154.901960784314],[199.019607843137,232.352941176471,207.843137254902],[168.627450980392,197.058823529412,166.666666666667],[154.901960784314,176.470588235294,138.235294117647],[136.274509803922,155.882352941176,107.843137254902],[153.921568627451,171.56862745098,114.705882352941],[183.333333333333,201.960784313725,139.21568627451],[132.352941176471,152.941176470588,87.2549019607843],[126.470588235294,147.058823529412,83.3333333333333],[155.882352941176,177.450980392157,116.666666666667],[147.058823529412,170.588235294118,113.725490196078],[59.8039215686275,82.3529411764706,27.4509803921569],[75.4901960784314,98.0392156862745,43.1372549019608],[73.5294117647059,96.078431372549,41.1764705882353],[98.0392156862745,116.666666666667,62.7450980392157],[47.0588235294118,60.7843137254902,10.7843137254902],[49.0196078431373,60.7843137254902,13.7254901960784],[154.901960784314,166.666666666667,117.647058823529],[56.8627450980392,68.6274509803922,23.5294117647059],[47.0588235294118,56.8627450980392,20.5882352941176],[38.2352941176471,48.0392156862745,13.7254901960784],[127.450980392157,138.235294117647,97.0588235294118],[120.588235294118,131.372549019608,92.156862745098],[39.2156862745098,48.0392156862745,19.6078431372549],[9.80392156862745,18.6274509803922,0],[50,59.8039215686275,23.5294117647059],[50.9803921568627,61.7647058823529,22.5490196078431],[58.8235294117647,68.6274509803922,35.2941176470588],[25.4901960784314,35.2941176470588,1.96078431372549],[110.78431372549,120.588235294118,84.3137254901961],[110.78431372549,122.549019607843,83.3333333333333],[96.078431372549,107.843137254902,70.5882352941177],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,39.2156862745098,16.6666666666667],[52.9411764705882,46.078431372549,28.4313725490196],[58.8235294117647,49.0196078431373,37.2549019607843],[53.921568627451,48.0392156862745,36.2745098039216],[32.3529411764706,33.3333333333333,15.6862745098039],[16.6666666666667,20.5882352941176,0],[6.86274509803922,7.84313725490196,0],[31.3725490196078,25.4901960784314,0],[68.6274509803922,51.9607843137255,22.5490196078431],[82.3529411764706,57.843137254902,36.2745098039216],[87.2549019607843,64.7058823529412,50.9803921568627],[42.156862745098,23.5294117647059,17.6470588235294],[3.92156862745098,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[14.7058823529412,8.82352941176471,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[25.4901960784314,16.6666666666667,9.80392156862745],[36.2745098039216,26.4705882352941,17.6470588235294],[29.4117647058824,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,0],[25.4901960784314,8.82352941176471,0],[26.4705882352941,9.80392156862745,0],[31.3725490196078,14.7058823529412,4.90196078431373],[36.2745098039216,19.6078431372549,9.80392156862745],[45.0980392156863,29.4117647058824,16.6666666666667],[50,32.3529411764706,18.6274509803922],[55.8823529411765,37.2549019607843,20.5882352941176],[55.8823529411765,34.3137254901961,11.7647058823529],[51.9607843137255,26.4705882352941,1.96078431372549],[114.705882352941,88.2352941176471,59.8039215686275],[129.411764705882,99.0196078431373,71.5686274509804],[67.6470588235294,33.3333333333333,11.7647058823529],[69.6078431372549,35.2941176470588,15.6862745098039],[87.2549019607843,55.8823529411765,31.3725490196078],[93.1372549019608,66.6666666666667,38.2352941176471],[90.1960784313725,65.6862745098039,35.2941176470588],[82.3529411764706,59.8039215686275,28.4313725490196],[69.6078431372549,45.0980392156863,14.7058823529412],[96.078431372549,69.6078431372549,40.1960784313726],[84.3137254901961,53.921568627451,26.4705882352941],[171.56862745098,141.176470588235,113.725490196078],[202.941176470588,172.549019607843,145.098039215686],[135.294117647059,104.901960784314,77.4509803921569],[93.1372549019608,66.6666666666667,38.2352941176471],[106.862745098039,84.3137254901961,52.9411764705882],[131.372549019608,113.725490196078,78.4313725490196],[150,130.392156862745,98.0392156862745],[125.490196078431,98.0392156862745,76.4705882352941],[152.941176470588,120.588235294118,103.921568627451],[165.686274509804,130.392156862745,118.627450980392],[172.549019607843,141.176470588235,126.470588235294],[172.549019607843,152.941176470588,126.470588235294],[206.862745098039,200.980392156863,169.607843137255],[200,210.78431372549,181.372549019608],[143.137254901961,163.725490196078,131.372549019608],[100.980392156863,129.411764705882,86.2745098039216],[91.1764705882353,115.686274509804,76.4705882352941],[100,112.745098039216,87.2549019607843],[120.588235294118,123.529411764706,102.941176470588],[124.509803921569,118.627450980392,97.0588235294118],[142.156862745098,131.372549019608,111.764705882353],[117.647058823529,105.882352941176,92.156862745098],[78.4313725490196,68.6274509803922,56.8627450980392],[65.6862745098039,59.8039215686275,46.078431372549],[123.529411764706,120.588235294118,105.882352941176],[115.686274509804,112.745098039216,94.1176470588235],[124.509803921569,122.549019607843,101.960784313725],[143.137254901961,143.137254901961,117.647058823529],[209.803921568627,212.745098039216,184.313725490196],[137.254901960784,142.156862745098,110.78431372549],[139.21568627451,142.156862745098,111.764705882353],[144.117647058824,145.098039215686,114.705882352941],[121.56862745098,118.627450980392,88.2352941176471],[117.647058823529,108.823529411765,76.4705882352941],[125.490196078431,109.803921568627,74.5098039215686],[143.137254901961,120.588235294118,79.4117647058823],[145.098039215686,117.647058823529,70.5882352941177],[144.117647058824,111.764705882353,59.8039215686275],[153.921568627451,123.529411764706,67.6470588235294],[132.352941176471,113.725490196078,47.0588235294118],[200.980392156863,183.333333333333,118.627450980392],[170.588235294118,146.078431372549,93.1372549019608],[165.686274509804,140.196078431373,90.1960784313725],[193.137254901961,177.450980392157,116.666666666667],[197.058823529412,179.411764705882,114.705882352941],[232.352941176471,208.823529411765,148.039215686275],[226.470588235294,199.019607843137,135.294117647059],[181.372549019608,154.901960784314,87.2549019607843],[151.960784313725,130.392156862745,71.5686274509804],[74.5098039215686,59.8039215686275,21.5686274509804],[81.3725490196078,67.6470588235294,42.156862745098],[54.9019607843137,37.2549019607843,17.6470588235294],[43.1372549019608,27.4509803921569,11.7647058823529],[30.3921568627451,27.4509803921569,8.82352941176471],[26.4705882352941,28.4313725490196,14.7058823529412],[18.6274509803922,24.5098039215686,14.7058823529412],[48.0392156862745,56.8627450980392,51.9607843137255],[24.5098039215686,42.156862745098,42.156862745098],[22.5490196078431,47.0588235294118,50.9803921568627],[54.9019607843137,90.1960784313725,90.1960784313725],[29.4117647058824,70.5882352941177,66.6666666666667],[57.843137254902,104.901960784314,91.1764705882353],[47.0588235294118,95.0980392156863,76.4705882352941],[47.0588235294118,93.1372549019608,73.5294117647059],[64.7058823529412,107.843137254902,91.1764705882353],[71.5686274509804,111.764705882353,103.921568627451],[77.4509803921569,115.686274509804,112.745098039216],[62.7450980392157,100,100.980392156863],[52.9411764705882,92.156862745098,91.1764705882353],[47.0588235294118,88.2352941176471,84.3137254901961],[71.5686274509804,115.686274509804,108.823529411765],[54.9019607843137,100.980392156863,93.1372549019608],[68.6274509803922,114.705882352941,106.862745098039],[112.745098039216,157.843137254902,148.039215686275],[78.4313725490196,123.529411764706,112.745098039216],[83.3333333333333,128.43137254902,117.647058823529],[81.3725490196078,127.450980392157,119.607843137255],[82.3529411764706,131.372549019608,128.43137254902],[107.843137254902,160.78431372549,162.745098039216],[68.6274509803922,124.509803921569,133.333333333333],[56.8627450980392,115.686274509804,126.470588235294],[66.6666666666667,124.509803921569,138.235294117647],[43.1372549019608,98.0392156862745,110.78431372549],[59.8039215686275,111.764705882353,119.607843137255],[71.5686274509804,119.607843137255,123.529411764706],[57.843137254902,100.980392156863,100],[133.333333333333,173.529411764706,169.607843137255],[161.764705882353,195.098039215686,194.117647058824],[86.2745098039216,121.56862745098,119.607843137255],[80.3921568627451,124.509803921569,121.56862745098],[72.5490196078431,123.529411764706,121.56862745098],[76.4705882352941,135.294117647059,133.333333333333],[49.0196078431373,107.843137254902,107.843137254902],[47.0588235294118,97.0588235294118,100],[37.2549019607843,84.3137254901961,86.2745098039216],[47.0588235294118,92.156862745098,92.156862745098],[56.8627450980392,104.901960784314,100.980392156863],[63.7254901960784,120.588235294118,108.823529411765],[93.1372549019608,150.980392156863,133.333333333333],[69.6078431372549,122.549019607843,100],[91.1764705882353,138.235294117647,114.705882352941],[121.56862745098,163.725490196078,137.254901960784],[48.0392156862745,87.2549019607843,63.7254901960784],[41.1764705882353,83.3333333333333,64.7058823529412],[141.176470588235,183.333333333333,164.705882352941],[188.235294117647,222.549019607843,202.941176470588],[188.235294117647,217.647058823529,192.156862745098],[126.470588235294,150,114.705882352941],[154.901960784314,176.470588235294,130.392156862745],[140.196078431373,159.803921568627,101.960784313725],[156.862745098039,177.450980392157,113.725490196078],[167.647058823529,189.21568627451,126.470588235294],[120.588235294118,145.098039215686,88.2352941176471],[141.176470588235,167.647058823529,117.647058823529],[86.2745098039216,111.764705882353,67.6470588235294],[52.9411764705882,78.4313725490196,34.3137254901961],[68.6274509803922,92.156862745098,45.0980392156863],[66.6666666666667,89.2156862745098,34.3137254901961],[114.705882352941,135.294117647059,79.4117647058823],[44.1176470588235,57.843137254902,5.88235294117647],[53.921568627451,65.6862745098039,16.6666666666667],[128.43137254902,140.196078431373,91.1764705882353],[81.3725490196078,93.1372549019608,48.0392156862745],[65.6862745098039,73.5294117647059,35.2941176470588],[127.450980392157,135.294117647059,97.0588235294118],[50,57.843137254902,17.6470588235294],[70.5882352941177,78.4313725490196,40.1960784313726],[34.3137254901961,41.1764705882353,8.82352941176471],[66.6666666666667,73.5294117647059,41.1764705882353],[21.5686274509804,29.4117647058824,0],[14.7058823529412,22.5490196078431,0],[26.4705882352941,36.2745098039216,1.96078431372549],[34.3137254901961,44.1176470588235,9.80392156862745],[117.647058823529,127.450980392157,91.1764705882353],[58.8235294117647,70.5882352941177,31.3725490196078],[69.6078431372549,81.3725490196078,42.156862745098],[72.5490196078431,82.3529411764706,46.078431372549],[4.90196078431373,7.84313725490196,0],[5.88235294117647,3.92156862745098,0],[16.6666666666667,10.7843137254902,0],[80.3921568627451,77.4509803921569,62.7450980392157],[47.0588235294118,49.0196078431373,28.4313725490196],[18.6274509803922,21.5686274509804,0],[17.6470588235294,16.6666666666667,0],[68.6274509803922,62.7450980392157,29.4117647058824],[79.4117647058823,64.7058823529412,34.3137254901961],[51.9607843137255,32.3529411764706,7.84313725490196],[71.5686274509804,50,36.2745098039216],[46.078431372549,29.4117647058824,22.5490196078431],[5.88235294117647,0,0],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,7.84313725490196,9.80392156862745],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[18.6274509803922,9.80392156862745,10.7843137254902],[22.5490196078431,12.7450980392157,10.7843137254902],[21.5686274509804,10.7843137254902,6.86274509803922],[19.6078431372549,6.86274509803922,0.980392156862745],[21.5686274509804,6.86274509803922,0],[26.4705882352941,9.80392156862745,1.96078431372549],[36.2745098039216,19.6078431372549,9.80392156862745],[39.2156862745098,22.5490196078431,12.7450980392157],[18.6274509803922,1.96078431372549,0],[28.4313725490196,12.7450980392157,0],[46.078431372549,30.3921568627451,17.6470588235294],[50,32.3529411764706,18.6274509803922],[65.6862745098039,47.0588235294118,30.3921568627451],[81.3725490196078,59.8039215686275,37.2549019607843],[78.4313725490196,52.9411764705882,26.4705882352941],[114.705882352941,88.2352941176471,58.8235294117647],[116.666666666667,83.3333333333333,55.8823529411765],[109.803921568627,68.6274509803922,44.1176470588235],[90.1960784313725,46.078431372549,23.5294117647059],[92.156862745098,55.8823529411765,30.3921568627451],[98.0392156862745,68.6274509803922,41.1764705882353],[84.3137254901961,61.7647058823529,31.3725490196078],[99.0196078431373,80.3921568627451,49.0196078431373],[69.6078431372549,53.921568627451,21.5686274509804],[85.2941176470588,66.6666666666667,34.3137254901961],[76.4705882352941,53.921568627451,20.5882352941176],[113.725490196078,90.1960784313725,56.8627450980392],[160.78431372549,132.352941176471,100.980392156863],[147.058823529412,118.627450980392,87.2549019607843],[128.43137254902,100,68.6274509803922],[93.1372549019608,67.6470588235294,35.2941176470588],[124.509803921569,100.980392156863,67.6470588235294],[144.117647058824,117.647058823529,89.2156862745098],[126.470588235294,92.156862745098,70.5882352941177],[145.098039215686,108.823529411765,91.1764705882353],[146.078431372549,110.78431372549,97.0588235294118],[160.78431372549,130.392156862745,112.745098039216],[203.921568627451,185.294117647059,155.882352941176],[220.588235294118,214.705882352941,181.372549019608],[171.56862745098,177.450980392157,150],[180.392156862745,195.098039215686,164.705882352941],[135.294117647059,157.843137254902,116.666666666667],[159.803921568627,180.392156862745,140.196078431373],[130.392156862745,143.137254901961,115.686274509804],[127.450980392157,131.372549019608,108.823529411765],[150,144.117647058824,118.627450980392],[163.725490196078,151.960784313725,128.43137254902],[143.137254901961,128.43137254902,109.803921568627],[127.450980392157,111.764705882353,97.0588235294118],[104.901960784314,93.1372549019608,81.3725490196078],[125.490196078431,119.607843137255,103.921568627451],[113.725490196078,115.686274509804,94.1176470588235],[76.4705882352941,82.3529411764706,56.8627450980392],[134.313725490196,143.137254901961,112.745098039216],[184.313725490196,191.176470588235,158.823529411765],[155.882352941176,156.862745098039,126.470588235294],[148.039215686275,144.117647058824,115.686274509804],[139.21568627451,133.333333333333,107.843137254902],[138.235294117647,134.313725490196,105.882352941176],[134.313725490196,133.333333333333,102.941176470588],[137.254901960784,135.294117647059,98.0392156862745],[164.705882352941,155.882352941176,113.725490196078],[133.333333333333,112.745098039216,66.6666666666667],[141.176470588235,107.843137254902,60.7843137254902],[165.686274509804,131.372549019608,76.4705882352941],[140.196078431373,117.647058823529,50.9803921568627],[134.313725490196,115.686274509804,48.0392156862745],[150.980392156863,129.411764705882,70.5882352941177],[163.725490196078,144.117647058824,84.3137254901961],[182.352941176471,172.549019607843,101.960784313725],[164.705882352941,152.941176470588,82.3529411764706],[109.803921568627,86.2745098039216,25.4901960784314],[201.960784313725,172.549019607843,113.725490196078],[227.450980392157,199.019607843137,132.352941176471],[177.450980392157,153.921568627451,95.0980392156863],[54.9019607843137,40.1960784313726,1.96078431372549],[32.3529411764706,20.5882352941176,0],[66.6666666666667,51.9607843137255,33.3333333333333],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,32.3529411764706,26.4705882352941],[10.7843137254902,11.7647058823529,5.88235294117647],[18.6274509803922,26.4705882352941,13.7254901960784],[37.2549019607843,52.9411764705882,40.1960784313726],[34.3137254901961,54.9019607843137,50],[29.4117647058824,56.8627450980392,57.843137254902],[56.8627450980392,94.1176470588235,95.0980392156863],[53.921568627451,95.0980392156863,94.1176470588235],[46.078431372549,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,87.2549019607843],[43.1372549019608,88.2352941176471,77.4509803921569],[43.1372549019608,85.2941176470588,76.4705882352941],[66.6666666666667,106.862745098039,102.941176470588],[84.3137254901961,122.549019607843,121.56862745098],[72.5490196078431,111.764705882353,110.78431372549],[70.5882352941177,112.745098039216,105.882352941176],[66.6666666666667,113.725490196078,100],[105.882352941176,155.882352941176,139.21568627451],[149.019607843137,199.019607843137,184.313725490196],[86.2745098039216,136.274509803922,121.56862745098],[71.5686274509804,118.627450980392,106.862745098039],[64.7058823529412,108.823529411765,101.960784313725],[56.8627450980392,100.980392156863,98.0392156862745],[63.7254901960784,106.862745098039,107.843137254902],[63.7254901960784,110.78431372549,112.745098039216],[64.7058823529412,114.705882352941,118.627450980392],[68.6274509803922,122.549019607843,127.450980392157],[64.7058823529412,121.56862745098,125.490196078431],[54.9019607843137,111.764705882353,115.686274509804],[65.6862745098039,119.607843137255,122.549019607843],[68.6274509803922,116.666666666667,120.588235294118],[64.7058823529412,108.823529411765,111.764705882353],[111.764705882353,150.980392156863,152.941176470588],[174.509803921569,208.823529411765,210.78431372549],[105.882352941176,139.21568627451,138.235294117647],[86.2745098039216,119.607843137255,118.627450980392],[108.823529411765,147.058823529412,146.078431372549],[87.2549019607843,130.392156862745,131.372549019608],[81.3725490196078,134.313725490196,136.274509803922],[59.8039215686275,113.725490196078,116.666666666667],[71.5686274509804,117.647058823529,125.490196078431],[79.4117647058823,121.56862745098,128.43137254902],[58.8235294117647,99.0196078431373,104.901960784314],[80.3921568627451,123.529411764706,124.509803921569],[114.705882352941,164.705882352941,159.803921568627],[95.0980392156863,146.078431372549,134.313725490196],[131.372549019608,174.509803921569,157.843137254902],[130.392156862745,173.529411764706,150.980392156863],[135.294117647059,177.450980392157,150.980392156863],[118.627450980392,161.764705882353,137.254901960784],[112.745098039216,158.823529411765,143.137254901961],[161.764705882353,204.901960784314,192.156862745098],[170.588235294118,205.882352941176,194.117647058824],[209.803921568627,240.196078431373,222.549019607843],[211.764705882353,236.274509803922,207.843137254902],[170.588235294118,192.156862745098,153.921568627451],[91.1764705882353,113.725490196078,62.7450980392157],[95.0980392156863,117.647058823529,62.7450980392157],[76.4705882352941,100.980392156863,47.0588235294118],[110.78431372549,136.274509803922,90.1960784313725],[100,125.490196078431,91.1764705882353],[31.3725490196078,57.843137254902,27.4509803921569],[56.8627450980392,81.3725490196078,50],[86.2745098039216,110.78431372549,72.5490196078431],[131.372549019608,152.941176470588,104.901960784314],[64.7058823529412,83.3333333333333,29.4117647058824],[93.1372549019608,109.803921568627,58.8235294117647],[72.5490196078431,86.2745098039216,38.2352941176471],[100.980392156863,111.764705882353,69.6078431372549],[115.686274509804,126.470588235294,84.3137254901961],[80.3921568627451,89.2156862745098,45.0980392156863],[102.941176470588,109.803921568627,69.6078431372549],[16.6666666666667,22.5490196078431,0],[39.2156862745098,45.0980392156863,11.7647058823529],[48.0392156862745,53.921568627451,16.6666666666667],[148.039215686275,153.921568627451,118.627450980392],[52.9411764705882,59.8039215686275,27.4509803921569],[48.0392156862745,54.9019607843137,21.5686274509804],[69.6078431372549,80.3921568627451,41.1764705882353],[12.7450980392157,23.5294117647059,0],[65.6862745098039,77.4509803921569,38.2352941176471],[3.92156862745098,15.6862745098039,0],[35.2941176470588,45.0980392156863,10.7843137254902],[100.980392156863,110.78431372549,77.4509803921569],[76.4705882352941,83.3333333333333,50.9803921568627],[93.1372549019608,100,67.6470588235294],[111.764705882353,116.666666666667,85.2941176470588],[159.803921568627,162.745098039216,132.352941176471],[56.8627450980392,57.843137254902,27.4509803921569],[6.86274509803922,2.94117647058824,0],[23.5294117647059,16.6666666666667,0],[16.6666666666667,6.86274509803922,0],[59.8039215686275,45.0980392156863,24.5098039215686],[66.6666666666667,50.9803921568627,35.2941176470588],[38.2352941176471,24.5098039215686,13.7254901960784],[13.7254901960784,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[24.5098039215686,20.5882352941176,21.5686274509804],[19.6078431372549,13.7254901960784,15.6862745098039],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[19.6078431372549,13.7254901960784,15.6862745098039],[14.7058823529412,8.82352941176471,8.82352941176471],[15.6862745098039,7.84313725490196,5.88235294117647],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0,0],[25.4901960784314,12.7450980392157,4.90196078431373],[32.3529411764706,18.6274509803922,9.80392156862745],[28.4313725490196,11.7647058823529,3.92156862745098],[37.2549019607843,20.5882352941176,12.7450980392157],[32.3529411764706,15.6862745098039,5.88235294117647],[41.1764705882353,24.5098039215686,14.7058823529412],[31.3725490196078,15.6862745098039,2.94117647058824],[43.1372549019608,27.4509803921569,12.7450980392157],[70.5882352941177,51.9607843137255,35.2941176470588],[87.2549019607843,65.6862745098039,43.1372549019608],[94.1176470588235,70.5882352941177,45.0980392156863],[109.803921568627,83.3333333333333,54.9019607843137],[108.823529411765,76.4705882352941,46.078431372549],[126.470588235294,86.2745098039216,56.8627450980392],[118.627450980392,75.4901960784314,49.0196078431373],[82.3529411764706,47.0588235294118,21.5686274509804],[64.7058823529412,35.2941176470588,9.80392156862745],[61.7647058823529,41.1764705882353,14.7058823529412],[75.4901960784314,58.8235294117647,31.3725490196078],[69.6078431372549,52.9411764705882,25.4901960784314],[90.1960784313725,71.5686274509804,40.1960784313726],[117.647058823529,95.0980392156863,61.7647058823529],[147.058823529412,121.56862745098,85.2941176470588],[140.196078431373,112.745098039216,74.5098039215686],[142.156862745098,112.745098039216,75.4901960784314],[163.725490196078,136.274509803922,100],[124.509803921569,100.980392156863,67.6470588235294],[102.941176470588,82.3529411764706,51.9607843137255],[108.823529411765,85.2941176470588,57.843137254902],[129.411764705882,102.941176470588,76.4705882352941],[135.294117647059,105.882352941176,82.3529411764706],[163.725490196078,136.274509803922,115.686274509804],[138.235294117647,113.725490196078,92.156862745098],[229.411764705882,212.745098039216,183.333333333333],[156.862745098039,148.039215686275,115.686274509804],[167.647058823529,165.686274509804,141.176470588235],[175.490196078431,181.372549019608,153.921568627451],[185.294117647059,197.058823529412,159.803921568627],[200.980392156863,212.745098039216,175.490196078431],[154.901960784314,163.725490196078,135.294117647059],[122.549019607843,124.509803921569,100.980392156863],[154.901960784314,151.960784313725,121.56862745098],[127.450980392157,118.627450980392,90.1960784313725],[97.0588235294118,83.3333333333333,57.843137254902],[119.607843137255,102.941176470588,85.2941176470588],[127.450980392157,111.764705882353,99.0196078431373],[87.2549019607843,80.3921568627451,64.7058823529412],[110.78431372549,114.705882352941,92.156862745098],[130.392156862745,141.176470588235,111.764705882353],[111.764705882353,125.490196078431,91.1764705882353],[163.725490196078,170.588235294118,138.235294117647],[199.019607843137,195.098039215686,166.666666666667],[159.803921568627,150,125.490196078431],[154.901960784314,147.058823529412,126.470588235294],[169.607843137255,164.705882352941,143.137254901961],[167.647058823529,172.549019607843,143.137254901961],[104.901960784314,110.78431372549,77.4509803921569],[109.803921568627,107.843137254902,69.6078431372549],[120.588235294118,107.843137254902,64.7058823529412],[112.745098039216,82.3529411764706,37.2549019607843],[137.254901960784,100.980392156863,49.0196078431373],[153.921568627451,125.490196078431,58.8235294117647],[162.745098039216,139.21568627451,68.6274509803922],[175.490196078431,152.941176470588,87.2549019607843],[212.745098039216,199.019607843137,129.411764705882],[188.235294117647,183.333333333333,103.921568627451],[140.196078431373,133.333333333333,56.8627450980392],[121.56862745098,98.0392156862745,35.2941176470588],[186.274509803922,154.901960784314,97.0588235294118],[220.588235294118,190.196078431373,126.470588235294],[166.666666666667,143.137254901961,84.3137254901961],[63.7254901960784,51.9607843137255,10.7843137254902],[48.0392156862745,43.1372549019608,14.7058823529412],[16.6666666666667,8.82352941176471,0],[29.4117647058824,21.5686274509804,10.7843137254902],[26.4705882352941,20.5882352941176,22.5490196078431],[2.94117647058824,4.90196078431373,3.92156862745098],[22.5490196078431,35.2941176470588,18.6274509803922],[49.0196078431373,69.6078431372549,50.9803921568627],[58.8235294117647,84.3137254901961,75.4901960784314],[43.1372549019608,74.5098039215686,71.5686274509804],[45.0980392156863,82.3529411764706,83.3333333333333],[119.607843137255,159.803921568627,161.764705882353],[96.078431372549,140.196078431373,137.254901960784],[130.392156862745,174.509803921569,167.647058823529],[87.2549019607843,129.411764705882,120.588235294118],[57.843137254902,98.0392156862745,92.156862745098],[54.9019607843137,93.1372549019608,92.156862745098],[69.6078431372549,107.843137254902,106.862745098039],[60.7843137254902,101.960784313725,98.0392156862745],[75.4901960784314,120.588235294118,110.78431372549],[81.3725490196078,131.372549019608,114.705882352941],[98.0392156862745,150,130.392156862745],[96.078431372549,149.019607843137,133.333333333333],[91.1764705882353,142.156862745098,129.411764705882],[68.6274509803922,114.705882352941,104.901960784314],[43.1372549019608,87.2549019607843,80.3921568627451],[53.921568627451,95.0980392156863,93.1372549019608],[64.7058823529412,107.843137254902,106.862745098039],[66.6666666666667,110.78431372549,113.725490196078],[68.6274509803922,116.666666666667,120.588235294118],[72.5490196078431,126.470588235294,131.372549019608],[102.941176470588,159.803921568627,163.725490196078],[73.5294117647059,130.392156862745,134.313725490196],[73.5294117647059,125.490196078431,129.411764705882],[66.6666666666667,113.725490196078,115.686274509804],[68.6274509803922,109.803921568627,108.823529411765],[141.176470588235,176.470588235294,176.470588235294],[169.607843137255,200.980392156863,200],[117.647058823529,150.980392156863,150],[123.529411764706,156.862745098039,155.882352941176],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,121.56862745098,123.529411764706],[73.5294117647059,122.549019607843,123.529411764706],[73.5294117647059,123.529411764706,126.470588235294],[92.156862745098,136.274509803922,142.156862745098],[106.862745098039,144.117647058824,152.941176470588],[69.6078431372549,105.882352941176,113.725490196078],[70.5882352941177,109.803921568627,111.764705882353],[50.9803921568627,96.078431372549,93.1372549019608],[100.980392156863,146.078431372549,136.274509803922],[109.803921568627,150,136.274509803922],[91.1764705882353,132.352941176471,112.745098039216],[106.862745098039,151.960784313725,126.470588235294],[143.137254901961,192.156862745098,165.686274509804],[121.56862745098,169.607843137255,149.019607843137],[171.56862745098,214.705882352941,198.039215686275],[173.529411764706,211.764705882353,194.117647058824],[208.823529411765,240.196078431373,219.607843137255],[200,225.490196078431,197.058823529412],[157.843137254902,182.352941176471,144.117647058824],[114.705882352941,138.235294117647,91.1764705882353],[92.156862745098,115.686274509804,66.6666666666667],[129.411764705882,156.862745098039,108.823529411765],[134.313725490196,162.745098039216,119.607843137255],[100.980392156863,130.392156862745,97.0588235294118],[54.9019607843137,83.3333333333333,52.9411764705882],[71.5686274509804,96.078431372549,64.7058823529412],[81.3725490196078,102.941176470588,65.6862745098039],[103.921568627451,123.529411764706,75.4901960784314],[67.6470588235294,85.2941176470588,34.3137254901961],[71.5686274509804,87.2549019607843,39.2156862745098],[101.960784313725,114.705882352941,71.5686274509804],[82.3529411764706,94.1176470588235,56.8627450980392],[28.4313725490196,39.2156862745098,0],[96.078431372549,104.901960784314,62.7450980392157],[59.8039215686275,66.6666666666667,26.4705882352941],[56.8627450980392,61.7647058823529,30.3921568627451],[55.8823529411765,60.7843137254902,31.3725490196078],[31.3725490196078,38.2352941176471,0],[36.2745098039216,44.1176470588235,3.92156862745098],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,50.9803921568627,16.6666666666667],[101.960784313725,114.705882352941,71.5686274509804],[96.078431372549,111.764705882353,65.6862745098039],[89.2156862745098,105.882352941176,61.7647058823529],[3.92156862745098,20.5882352941176,0],[18.6274509803922,33.3333333333333,0],[67.6470588235294,79.4117647058823,42.156862745098],[61.7647058823529,71.5686274509804,35.2941176470588],[100,107.843137254902,71.5686274509804],[141.176470588235,147.058823529412,111.764705882353],[121.56862745098,127.450980392157,94.1176470588235],[71.5686274509804,75.4901960784314,43.1372549019608],[46.078431372549,45.0980392156863,14.7058823529412],[22.5490196078431,17.6470588235294,0],[36.2745098039216,26.4705882352941,1.96078431372549],[68.6274509803922,53.921568627451,35.2941176470588],[75.4901960784314,59.8039215686275,45.0980392156863],[65.6862745098039,51.9607843137255,41.1764705882353],[17.6470588235294,4.90196078431373,0],[12.7450980392157,3.92156862745098,0],[56.8627450980392,51.9607843137255,49.0196078431373],[20.5882352941176,16.6666666666667,17.6470588235294],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[23.5294117647059,19.6078431372549,20.5882352941176],[16.6666666666667,10.7843137254902,12.7450980392157],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[16.6666666666667,10.7843137254902,12.7450980392157],[11.7647058823529,5.88235294117647,7.84313725490196],[17.6470588235294,8.82352941176471,9.80392156862745],[22.5490196078431,12.7450980392157,11.7647058823529],[12.7450980392157,1.96078431372549,0],[34.3137254901961,20.5882352941176,17.6470588235294],[49.0196078431373,34.3137254901961,29.4117647058824],[30.3921568627451,13.7254901960784,6.86274509803922],[24.5098039215686,7.84313725490196,0.980392156862745],[27.4509803921569,10.7843137254902,3.92156862745098],[18.6274509803922,3.92156862745098,0],[12.7450980392157,0,0],[49.0196078431373,32.3529411764706,22.5490196078431],[65.6862745098039,48.0392156862745,34.3137254901961],[46.078431372549,25.4901960784314,6.86274509803922],[41.1764705882353,17.6470588235294,0],[71.5686274509804,45.0980392156863,18.6274509803922],[141.176470588235,112.745098039216,83.3333333333333],[139.21568627451,106.862745098039,72.5490196078431],[107.843137254902,75.4901960784314,41.1764705882353],[107.843137254902,78.4313725490196,50.9803921568627],[103.921568627451,78.4313725490196,55.8823529411765],[104.901960784314,83.3333333333333,62.7450980392157],[98.0392156862745,75.4901960784314,57.843137254902],[92.156862745098,67.6470588235294,46.078431372549],[76.4705882352941,49.0196078431373,25.4901960784314],[92.156862745098,59.8039215686275,29.4117647058824],[172.549019607843,139.21568627451,102.941176470588],[201.960784313725,169.607843137255,129.411764705882],[176.470588235294,148.039215686275,106.862745098039],[168.627450980392,145.098039215686,107.843137254902],[123.529411764706,107.843137254902,74.5098039215686],[114.705882352941,105.882352941176,75.4901960784314],[114.705882352941,105.882352941176,75.4901960784314],[127.450980392157,112.745098039216,80.3921568627451],[124.509803921569,108.823529411765,76.4705882352941],[132.352941176471,116.666666666667,91.1764705882353],[165.686274509804,150,124.509803921569],[217.647058823529,204.901960784314,171.56862745098],[137.254901960784,126.470588235294,95.0980392156863],[99.0196078431373,88.2352941176471,66.6666666666667],[193.137254901961,185.294117647059,162.745098039216],[137.254901960784,134.313725490196,100],[180.392156862745,180.392156862745,145.098039215686],[211.764705882353,211.764705882353,184.313725490196],[143.137254901961,143.137254901961,115.686274509804],[134.313725490196,134.313725490196,99.0196078431373],[126.470588235294,122.549019607843,86.2745098039216],[129.411764705882,118.627450980392,87.2549019607843],[125.490196078431,111.764705882353,86.2745098039216],[149.019607843137,136.274509803922,120.588235294118],[96.078431372549,89.2156862745098,73.5294117647059],[81.3725490196078,87.2549019607843,61.7647058823529],[103.921568627451,116.666666666667,87.2549019607843],[101.960784313725,112.745098039216,79.4117647058823],[133.333333333333,138.235294117647,106.862745098039],[191.176470588235,185.294117647059,159.803921568627],[163.725490196078,150.980392156863,132.352941176471],[152.941176470588,141.176470588235,125.490196078431],[145.098039215686,140.196078431373,121.56862745098],[133.333333333333,141.176470588235,118.627450980392],[129.411764705882,140.196078431373,110.78431372549],[127.450980392157,131.372549019608,97.0588235294118],[132.352941176471,124.509803921569,86.2745098039216],[124.509803921569,97.0588235294118,57.843137254902],[155.882352941176,118.627450980392,70.5882352941177],[153.921568627451,116.666666666667,52.9411764705882],[174.509803921569,141.176470588235,68.6274509803922],[203.921568627451,181.372549019608,106.862745098039],[153.921568627451,141.176470588235,63.7254901960784],[174.509803921569,174.509803921569,90.1960784313725],[159.803921568627,154.901960784314,74.5098039215686],[128.43137254902,103.921568627451,38.2352941176471],[183.333333333333,150,90.1960784313725],[242.156862745098,208.823529411765,149.019607843137],[171.56862745098,147.058823529412,92.156862745098],[98.0392156862745,94.1176470588235,47.0588235294118],[73.5294117647059,80.3921568627451,40.1960784313726],[38.2352941176471,40.1960784313726,16.6666666666667],[30.3921568627451,30.3921568627451,20.5882352941176],[28.4313725490196,26.4705882352941,31.3725490196078],[20.5882352941176,21.5686274509804,26.4705882352941],[44.1176470588235,60.7843137254902,45.0980392156863],[50.9803921568627,75.4901960784314,54.9019607843137],[31.3725490196078,60.7843137254902,50.9803921568627],[52.9411764705882,87.2549019607843,83.3333333333333],[69.6078431372549,108.823529411765,108.823529411765],[144.117647058824,185.294117647059,184.313725490196],[111.764705882353,152.941176470588,149.019607843137],[42.156862745098,84.3137254901961,75.4901960784314],[73.5294117647059,113.725490196078,105.882352941176],[77.4509803921569,116.666666666667,108.823529411765],[58.8235294117647,97.0588235294118,94.1176470588235],[67.6470588235294,105.882352941176,104.901960784314],[72.5490196078431,113.725490196078,109.803921568627],[84.3137254901961,133.333333333333,122.549019607843],[76.4705882352941,130.392156862745,111.764705882353],[53.921568627451,109.803921568627,93.1372549019608],[42.156862745098,98.0392156862745,91.1764705882353],[60.7843137254902,114.705882352941,111.764705882353],[92.156862745098,142.156862745098,135.294117647059],[84.3137254901961,130.392156862745,120.588235294118],[81.3725490196078,126.470588235294,115.686274509804],[66.6666666666667,111.764705882353,101.960784313725],[76.4705882352941,121.56862745098,118.627450980392],[62.7450980392157,110.78431372549,114.705882352941],[119.607843137255,172.549019607843,182.352941176471],[208.823529411765,250,250],[98.0392156862745,152.941176470588,167.647058823529],[66.6666666666667,117.647058823529,130.392156862745],[68.6274509803922,112.745098039216,117.647058823529],[60.7843137254902,100,99.0196078431373],[162.745098039216,195.098039215686,186.274509803922],[150,181.372549019608,170.588235294118],[126.470588235294,161.764705882353,157.843137254902],[130.392156862745,168.627450980392,167.647058823529],[84.3137254901961,114.705882352941,117.647058823529],[61.7647058823529,96.078431372549,98.0392156862745],[70.5882352941177,117.647058823529,117.647058823529],[83.3333333333333,132.352941176471,131.372549019608],[85.2941176470588,128.43137254902,129.411764705882],[82.3529411764706,121.56862745098,123.529411764706],[68.6274509803922,105.882352941176,106.862745098039],[50.9803921568627,89.2156862745098,88.2352941176471],[39.2156862745098,81.3725490196078,74.5098039215686],[146.078431372549,187.254901960784,177.450980392157],[143.137254901961,178.43137254902,166.666666666667],[98.0392156862745,138.235294117647,120.588235294118],[96.078431372549,149.019607843137,125.490196078431],[171.56862745098,226.470588235294,198.039215686275],[190.196078431373,242.156862745098,212.745098039216],[179.411764705882,224.509803921569,196.078431372549],[147.058823529412,185.294117647059,156.862745098039],[135.294117647059,167.647058823529,139.21568627451],[165.686274509804,192.156862745098,159.803921568627],[84.3137254901961,108.823529411765,70.5882352941177],[144.117647058824,166.666666666667,123.529411764706],[178.43137254902,203.921568627451,156.862745098039],[141.176470588235,170.588235294118,121.56862745098],[117.647058823529,149.019607843137,100.980392156863],[132.352941176471,162.745098039216,119.607843137255],[162.745098039216,193.137254901961,150],[89.2156862745098,115.686274509804,71.5686274509804],[62.7450980392157,84.3137254901961,38.2352941176471],[68.6274509803922,85.2941176470588,34.3137254901961],[59.8039215686275,73.5294117647059,23.5294117647059],[22.5490196078431,37.2549019607843,0],[59.8039215686275,73.5294117647059,38.2352941176471],[34.3137254901961,48.0392156862745,15.6862745098039],[0,6.86274509803922,0],[33.3333333333333,43.1372549019608,6.86274509803922],[41.1764705882353,49.0196078431373,12.7450980392157],[53.921568627451,59.8039215686275,32.3529411764706],[75.4901960784314,81.3725490196078,53.921568627451],[61.7647058823529,69.6078431372549,31.3725490196078],[71.5686274509804,79.4117647058823,39.2156862745098],[101.960784313725,111.764705882353,77.4509803921569],[52.9411764705882,64.7058823529412,27.4509803921569],[68.6274509803922,84.3137254901961,36.2745098039216],[108.823529411765,126.470588235294,75.4901960784314],[127.450980392157,147.058823529412,97.0588235294118],[55.8823529411765,78.4313725490196,27.4509803921569],[44.1176470588235,68.6274509803922,14.7058823529412],[104.901960784314,124.509803921569,74.5098039215686],[68.6274509803922,75.4901960784314,35.2941176470588],[27.4509803921569,26.4705882352941,0],[14.7058823529412,10.7843137254902,0],[3.92156862745098,3.92156862745098,0],[112.745098039216,119.607843137255,89.2156862745098],[137.254901960784,147.058823529412,112.745098039216],[103.921568627451,109.803921568627,72.5490196078431],[78.4313725490196,75.4901960784314,41.1764705882353],[106.862745098039,90.1960784313725,64.7058823529412],[120.588235294118,96.078431372549,76.4705882352941],[88.2352941176471,64.7058823529412,52.9411764705882],[25.4901960784314,7.84313725490196,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,10.7843137254902,12.7450980392157],[16.6666666666667,14.7058823529412,17.6470588235294],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,11.7647058823529],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[21.5686274509804,12.7450980392157,17.6470588235294],[23.5294117647059,14.7058823529412,17.6470588235294],[8.82352941176471,0,0],[20.5882352941176,6.86274509803922,5.88235294117647],[46.078431372549,31.3725490196078,28.4313725490196],[39.2156862745098,21.5686274509804,19.6078431372549],[21.5686274509804,3.92156862745098,1.96078431372549],[20.5882352941176,2.94117647058824,0.980392156862745],[19.6078431372549,4.90196078431373,0],[37.2549019607843,22.5490196078431,15.6862745098039],[56.8627450980392,40.1960784313726,32.3529411764706],[49.0196078431373,31.3725490196078,19.6078431372549],[48.0392156862745,27.4509803921569,10.7843137254902],[71.5686274509804,47.0588235294118,27.4509803921569],[65.6862745098039,40.1960784313726,17.6470588235294],[100,71.5686274509804,42.156862745098],[133.333333333333,103.921568627451,66.6666666666667],[144.117647058824,116.666666666667,78.4313725490196],[170.588235294118,146.078431372549,116.666666666667],[100,75.4901960784314,53.921568627451],[57.843137254902,36.2745098039216,22.5490196078431],[57.843137254902,36.2745098039216,23.5294117647059],[83.3333333333333,57.843137254902,43.1372549019608],[112.745098039216,85.2941176470588,63.7254901960784],[96.078431372549,65.6862745098039,35.2941176470588],[122.549019607843,89.2156862745098,51.9607843137255],[126.470588235294,94.1176470588235,51.9607843137255],[121.56862745098,93.1372549019608,50],[180.392156862745,161.764705882353,122.549019607843],[86.2745098039216,73.5294117647059,40.1960784313726],[67.6470588235294,62.7450980392157,34.3137254901961],[131.372549019608,127.450980392157,99.0196078431373],[150,142.156862745098,106.862745098039],[105.882352941176,98.0392156862745,61.7647058823529],[81.3725490196078,75.4901960784314,42.156862745098],[181.372549019608,176.470588235294,145.098039215686],[209.803921568627,203.921568627451,168.627450980392],[191.176470588235,182.352941176471,150],[134.313725490196,122.549019607843,100.980392156863],[148.039215686275,133.333333333333,112.745098039216],[160.78431372549,151.960784313725,119.607843137255],[152.941176470588,149.019607843137,114.705882352941],[206.862745098039,205.882352941176,176.470588235294],[150.980392156863,151.960784313725,121.56862745098],[120.588235294118,121.56862745098,82.3529411764706],[166.666666666667,161.764705882353,122.549019607843],[200,186.274509803922,151.960784313725],[136.274509803922,121.56862745098,93.1372549019608],[138.235294117647,125.490196078431,108.823529411765],[113.725490196078,107.843137254902,92.156862745098],[84.3137254901961,88.2352941176471,63.7254901960784],[80.3921568627451,89.2156862745098,58.8235294117647],[116.666666666667,126.470588235294,93.1372549019608],[112.745098039216,115.686274509804,85.2941176470588],[163.725490196078,155.882352941176,133.333333333333],[169.607843137255,158.823529411765,141.176470588235],[144.117647058824,135.294117647059,120.588235294118],[133.333333333333,129.411764705882,117.647058823529],[119.607843137255,126.470588235294,108.823529411765],[182.352941176471,192.156862745098,168.627450980392],[166.666666666667,171.56862745098,140.196078431373],[129.411764705882,123.529411764706,88.2352941176471],[134.313725490196,112.745098039216,74.5098039215686],[155.882352941176,122.549019607843,77.4509803921569],[126.470588235294,85.2941176470588,28.4313725490196],[171.56862745098,133.333333333333,65.6862745098039],[203.921568627451,177.450980392157,101.960784313725],[154.901960784314,138.235294117647,59.8039215686275],[177.450980392157,175.490196078431,94.1176470588235],[221.56862745098,216.666666666667,137.254901960784],[208.823529411765,186.274509803922,117.647058823529],[189.21568627451,157.843137254902,98.0392156862745],[250,220.588235294118,164.705882352941],[208.823529411765,188.235294117647,132.352941176471],[103.921568627451,104.901960784314,46.078431372549],[101.960784313725,111.764705882353,60.7843137254902],[22.5490196078431,29.4117647058824,0],[0.980392156862745,7.84313725490196,0],[0,0.980392156862745,0],[41.1764705882353,50.9803921568627,50],[57.843137254902,78.4313725490196,63.7254901960784],[23.5294117647059,51.9607843137255,32.3529411764706],[55.8823529411765,87.2549019607843,76.4705882352941],[94.1176470588235,129.411764705882,125.490196078431],[112.745098039216,151.960784313725,150.980392156863],[87.2549019607843,128.43137254902,124.509803921569],[51.9607843137255,94.1176470588235,84.3137254901961],[38.2352941176471,79.4117647058823,65.6862745098039],[91.1764705882353,131.372549019608,117.647058823529],[89.2156862745098,126.470588235294,115.686274509804],[50.9803921568627,86.2745098039216,82.3529411764706],[66.6666666666667,104.901960784314,101.960784313725],[72.5490196078431,116.666666666667,113.725490196078],[49.0196078431373,99.0196078431373,92.156862745098],[44.1176470588235,99.0196078431373,86.2745098039216],[65.6862745098039,124.509803921569,112.745098039216],[49.0196078431373,106.862745098039,104.901960784314],[53.921568627451,110.78431372549,111.764705882353],[72.5490196078431,123.529411764706,119.607843137255],[87.2549019607843,136.274509803922,127.450980392157],[123.529411764706,168.627450980392,158.823529411765],[82.3529411764706,127.450980392157,117.647058823529],[56.8627450980392,104.901960784314,100.980392156863],[66.6666666666667,116.666666666667,119.607843137255],[91.1764705882353,144.117647058824,155.882352941176],[115.686274509804,170.588235294118,185.294117647059],[79.4117647058823,134.313725490196,150.980392156863],[81.3725490196078,132.352941176471,145.098039215686],[94.1176470588235,138.235294117647,143.137254901961],[100.980392156863,139.21568627451,136.274509803922],[157.843137254902,189.21568627451,176.470588235294],[174.509803921569,205.882352941176,193.137254901961],[113.725490196078,153.921568627451,148.039215686275],[80.3921568627451,121.56862745098,120.588235294118],[103.921568627451,134.313725490196,137.254901960784],[108.823529411765,142.156862745098,143.137254901961],[123.529411764706,171.56862745098,167.647058823529],[73.5294117647059,125.490196078431,117.647058823529],[57.843137254902,105.882352941176,100],[83.3333333333333,127.450980392157,120.588235294118],[88.2352941176471,128.43137254902,120.588235294118],[56.8627450980392,98.0392156862745,88.2352941176471],[67.6470588235294,110.78431372549,98.0392156862745],[129.411764705882,170.588235294118,156.862745098039],[141.176470588235,176.470588235294,164.705882352941],[85.2941176470588,127.450980392157,110.78431372549],[57.843137254902,118.627450980392,94.1176470588235],[126.470588235294,190.196078431373,160.78431372549],[152.941176470588,206.862745098039,175.490196078431],[134.313725490196,180.392156862745,145.098039215686],[128.43137254902,167.647058823529,134.313725490196],[171.56862745098,201.960784313725,170.588235294118],[125.490196078431,150,118.627450980392],[52.9411764705882,76.4705882352941,43.1372549019608],[71.5686274509804,93.1372549019608,57.843137254902],[76.4705882352941,100.980392156863,62.7450980392157],[86.2745098039216,113.725490196078,73.5294117647059],[154.901960784314,186.274509803922,140.196078431373],[179.411764705882,212.745098039216,163.725490196078],[136.274509803922,167.647058823529,118.627450980392],[76.4705882352941,102.941176470588,52.9411764705882],[71.5686274509804,91.1764705882353,43.1372549019608],[0,12.7450980392157,0],[46.078431372549,56.8627450980392,15.6862745098039],[125.490196078431,139.21568627451,104.901960784314],[55.8823529411765,70.5882352941177,42.156862745098],[0,6.86274509803922,0],[4.90196078431373,17.6470588235294,0],[19.6078431372549,30.3921568627451,0.980392156862745],[7.84313725490196,16.6666666666667,0],[12.7450980392157,21.5686274509804,0],[50.9803921568627,56.8627450980392,29.4117647058824],[117.647058823529,125.490196078431,89.2156862745098],[85.2941176470588,96.078431372549,56.8627450980392],[86.2745098039216,98.0392156862745,58.8235294117647],[71.5686274509804,88.2352941176471,45.0980392156863],[100.980392156863,120.588235294118,68.6274509803922],[150.980392156863,174.509803921569,117.647058823529],[119.607843137255,144.117647058824,87.2549019607843],[111.764705882353,139.21568627451,81.3725490196078],[56.8627450980392,86.2745098039216,27.4509803921569],[48.0392156862745,70.5882352941177,15.6862745098039],[20.5882352941176,29.4117647058824,0],[13.7254901960784,13.7254901960784,0],[27.4509803921569,23.5294117647059,0],[49.0196078431373,49.0196078431373,21.5686274509804],[100,109.803921568627,76.4705882352941],[125.490196078431,137.254901960784,101.960784313725],[58.8235294117647,66.6666666666667,28.4313725490196],[92.156862745098,90.1960784313725,52.9411764705882],[109.803921568627,93.1372549019608,63.7254901960784],[57.843137254902,33.3333333333333,11.7647058823529],[22.5490196078431,0,0],[12.7450980392157,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[8.82352941176471,2.94117647058824,4.90196078431373],[12.7450980392157,6.86274509803922,8.82352941176471],[15.6862745098039,9.80392156862745,13.7254901960784],[12.7450980392157,2.94117647058824,10.7843137254902],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,5.88235294117647,12.7450980392157],[15.6862745098039,0.980392156862745,5.88235294117647],[24.5098039215686,8.82352941176471,11.7647058823529],[26.4705882352941,10.7843137254902,11.7647058823529],[17.6470588235294,1.96078431372549,1.96078431372549],[27.4509803921569,11.7647058823529,11.7647058823529],[31.3725490196078,15.6862745098039,15.6862745098039],[29.4117647058824,14.7058823529412,11.7647058823529],[27.4509803921569,9.80392156862745,5.88235294117647],[54.9019607843137,36.2745098039216,29.4117647058824],[63.7254901960784,42.156862745098,29.4117647058824],[66.6666666666667,41.1764705882353,24.5098039215686],[50,23.5294117647059,2.94117647058824],[64.7058823529412,35.2941176470588,7.84313725490196],[134.313725490196,100.980392156863,63.7254901960784],[191.176470588235,157.843137254902,121.56862745098],[152.941176470588,126.470588235294,100],[44.1176470588235,21.5686274509804,3.92156862745098],[18.6274509803922,0.980392156862745,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[64.7058823529412,47.0588235294118,25.4901960784314],[91.1764705882353,71.5686274509804,37.2549019607843],[104.901960784314,82.3529411764706,41.1764705882353],[136.274509803922,109.803921568627,63.7254901960784],[121.56862745098,98.0392156862745,52.9411764705882],[154.901960784314,136.274509803922,97.0588235294118],[116.666666666667,101.960784313725,71.5686274509804],[85.2941176470588,74.5098039215686,54.9019607843137],[57.843137254902,50,27.4509803921569],[150,142.156862745098,105.882352941176],[224.509803921569,219.607843137255,178.43137254902],[137.254901960784,137.254901960784,100],[180.392156862745,182.352941176471,146.078431372549],[178.43137254902,180.392156862745,141.176470588235],[227.450980392157,227.450980392157,192.156862745098],[204.901960784314,197.058823529412,174.509803921569],[149.019607843137,138.235294117647,116.666666666667],[154.901960784314,146.078431372549,113.725490196078],[107.843137254902,103.921568627451,69.6078431372549],[142.156862745098,143.137254901961,112.745098039216],[172.549019607843,173.529411764706,142.156862745098],[144.117647058824,142.156862745098,101.960784313725],[160.78431372549,151.960784313725,109.803921568627],[179.411764705882,157.843137254902,121.56862745098],[149.019607843137,128.43137254902,100],[124.509803921569,116.666666666667,98.0392156862745],[126.470588235294,125.490196078431,107.843137254902],[111.764705882353,113.725490196078,92.156862745098],[106.862745098039,109.803921568627,83.3333333333333],[112.745098039216,112.745098039216,85.2941176470588],[197.058823529412,196.078431372549,168.627450980392],[207.843137254902,201.960784313725,180.392156862745],[151.960784313725,145.098039215686,127.450980392157],[145.098039215686,141.176470588235,129.411764705882],[131.372549019608,131.372549019608,119.607843137255],[146.078431372549,151.960784313725,138.235294117647],[136.274509803922,143.137254901961,125.490196078431],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,136.274509803922,106.862745098039],[130.392156862745,114.705882352941,79.4117647058823],[137.254901960784,108.823529411765,69.6078431372549],[183.333333333333,141.176470588235,97.0588235294118],[193.137254901961,149.019607843137,95.0980392156863],[169.607843137255,131.372549019608,65.6862745098039],[188.235294117647,160.78431372549,89.2156862745098],[235.294117647059,221.56862745098,151.960784313725],[237.254901960784,227.450980392157,156.862745098039],[213.725490196078,195.098039215686,127.450980392157],[216.666666666667,194.117647058824,128.43137254902],[250,236.274509803922,179.411764705882],[207.843137254902,194.117647058824,134.313725490196],[138.235294117647,142.156862745098,69.6078431372549],[100.980392156863,111.764705882353,44.1176470588235],[25.4901960784314,33.3333333333333,0],[0.980392156862745,11.7647058823529,0],[28.4313725490196,45.0980392156863,26.4705882352941],[35.2941176470588,56.8627450980392,44.1176470588235],[58.8235294117647,85.2941176470588,70.5882352941177],[81.3725490196078,110.78431372549,99.0196078431373],[74.5098039215686,106.862745098039,100],[80.3921568627451,115.686274509804,111.764705882353],[63.7254901960784,103.921568627451,98.0392156862745],[96.078431372549,138.235294117647,128.43137254902],[204.901960784314,247.058823529412,228.43137254902],[83.3333333333333,126.470588235294,101.960784313725],[85.2941176470588,124.509803921569,100.980392156863],[96.078431372549,134.313725490196,115.686274509804],[73.5294117647059,110.78431372549,100],[60.7843137254902,99.0196078431373,94.1176470588235],[51.9607843137255,95.0980392156863,94.1176470588235],[53.921568627451,102.941176470588,101.960784313725],[48.0392156862745,103.921568627451,98.0392156862745],[57.843137254902,117.647058823529,110.78431372549],[50.9803921568627,111.764705882353,106.862745098039],[54.9019607843137,113.725490196078,111.764705882353],[77.4509803921569,131.372549019608,128.43137254902],[85.2941176470588,134.313725490196,133.333333333333],[86.2745098039216,131.372549019608,131.372549019608],[83.3333333333333,127.450980392157,130.392156862745],[62.7450980392157,109.803921568627,113.725490196078],[50,99.0196078431373,105.882352941176],[64.7058823529412,117.647058823529,127.450980392157],[66.6666666666667,123.529411764706,134.313725490196],[66.6666666666667,122.549019607843,131.372549019608],[76.4705882352941,128.43137254902,134.313725490196],[84.3137254901961,127.450980392157,128.43137254902],[140.196078431373,175.490196078431,173.529411764706],[206.862745098039,236.274509803922,228.43137254902],[173.529411764706,203.921568627451,198.039215686275],[113.725490196078,158.823529411765,155.882352941176],[58.8235294117647,105.882352941176,105.882352941176],[92.156862745098,126.470588235294,128.43137254902],[103.921568627451,139.21568627451,139.21568627451],[99.0196078431373,149.019607843137,140.196078431373],[56.8627450980392,113.725490196078,100],[59.8039215686275,112.745098039216,97.0588235294118],[70.5882352941177,122.549019607843,104.901960784314],[57.843137254902,105.882352941176,87.2549019607843],[73.5294117647059,119.607843137255,101.960784313725],[60.7843137254902,106.862745098039,87.2549019607843],[99.0196078431373,142.156862745098,125.490196078431],[78.4313725490196,118.627450980392,102.941176470588],[69.6078431372549,115.686274509804,100],[114.705882352941,183.333333333333,159.803921568627],[149.019607843137,220.588235294118,192.156862745098],[114.705882352941,170.588235294118,139.21568627451],[150,194.117647058824,163.725490196078],[179.411764705882,215.686274509804,185.294117647059],[165.686274509804,195.098039215686,167.647058823529],[127.450980392157,150.980392156863,129.411764705882],[37.2549019607843,55.8823529411765,37.2549019607843],[14.7058823529412,32.3529411764706,16.6666666666667],[54.9019607843137,75.4901960784314,56.8627450980392],[102.941176470588,131.372549019608,103.921568627451],[187.254901960784,218.627450980392,180.392156862745],[186.274509803922,219.607843137255,170.588235294118],[79.4117647058823,108.823529411765,57.843137254902],[51.9607843137255,75.4901960784314,26.4705882352941],[87.2549019607843,101.960784313725,59.8039215686275],[56.8627450980392,63.7254901960784,30.3921568627451],[64.7058823529412,70.5882352941177,45.0980392156863],[98.0392156862745,111.764705882353,89.2156862745098],[0,7.84313725490196,0],[7.84313725490196,22.5490196078431,0],[31.3725490196078,45.0980392156863,22.5490196078431],[38.2352941176471,47.0588235294118,28.4313725490196],[20.5882352941176,28.4313725490196,7.84313725490196],[76.4705882352941,85.2941176470588,58.8235294117647],[15.6862745098039,24.5098039215686,0],[61.7647058823529,70.5882352941177,40.1960784313726],[107.843137254902,119.607843137255,84.3137254901961],[96.078431372549,112.745098039216,68.6274509803922],[87.2549019607843,106.862745098039,54.9019607843137],[74.5098039215686,97.0588235294118,44.1176470588235],[127.450980392157,154.901960784314,98.0392156862745],[175.490196078431,204.901960784314,144.117647058824],[125.490196078431,154.901960784314,92.156862745098],[135.294117647059,162.745098039216,104.901960784314],[121.56862745098,141.176470588235,89.2156862745098],[93.1372549019608,105.882352941176,60.7843137254902],[59.8039215686275,67.6470588235294,27.4509803921569],[55.8823529411765,61.7647058823529,24.5098039215686],[66.6666666666667,72.5490196078431,37.2549019607843],[37.2549019607843,45.0980392156863,8.82352941176471],[41.1764705882353,47.0588235294118,11.7647058823529],[14.7058823529412,16.6666666666667,0],[51.9607843137255,46.078431372549,12.7450980392157],[54.9019607843137,39.2156862745098,13.7254901960784],[14.7058823529412,0,0],[17.6470588235294,1.96078431372549,0],[15.6862745098039,2.94117647058824,0],[4.90196078431373,0,0],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[39.2156862745098,37.2549019607843,38.2352941176471],[182.352941176471,180.392156862745,183.333333333333],[35.2941176470588,33.3333333333333,36.2745098039216],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[16.6666666666667,10.7843137254902,14.7058823529412],[10.7843137254902,4.90196078431373,8.82352941176471],[9.80392156862745,0.980392156862745,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,2.94117647058824,0],[25.4901960784314,16.6666666666667,17.6470588235294],[13.7254901960784,4.90196078431373,7.84313725490196],[19.6078431372549,9.80392156862745,10.7843137254902],[20.5882352941176,8.82352941176471,8.82352941176471],[28.4313725490196,14.7058823529412,13.7254901960784],[30.3921568627451,16.6666666666667,13.7254901960784],[12.7450980392157,0,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[39.2156862745098,21.5686274509804,19.6078431372549],[26.4705882352941,7.84313725490196,3.92156862745098],[38.2352941176471,15.6862745098039,9.80392156862745],[26.4705882352941,0.980392156862745,0],[59.8039215686275,33.3333333333333,16.6666666666667],[83.3333333333333,55.8823529411765,34.3137254901961],[59.8039215686275,29.4117647058824,1.96078431372549],[99.0196078431373,63.7254901960784,28.4313725490196],[143.137254901961,107.843137254902,72.5490196078431],[145.098039215686,115.686274509804,82.3529411764706],[135.294117647059,109.803921568627,83.3333333333333],[81.3725490196078,62.7450980392157,46.078431372549],[88.2352941176471,70.5882352941177,56.8627450980392],[109.803921568627,93.1372549019608,75.4901960784314],[90.1960784313725,73.5294117647059,48.0392156862745],[92.156862745098,74.5098039215686,37.2549019607843],[82.3529411764706,61.7647058823529,19.6078431372549],[116.666666666667,94.1176470588235,50.9803921568627],[129.411764705882,108.823529411765,66.6666666666667],[100.980392156863,83.3333333333333,46.078431372549],[104.901960784314,90.1960784313725,57.843137254902],[105.882352941176,94.1176470588235,70.5882352941177],[105.882352941176,97.0588235294118,68.6274509803922],[110.78431372549,99.0196078431373,57.843137254902],[164.705882352941,157.843137254902,112.745098039216],[199.019607843137,200,158.823529411765],[121.56862745098,123.529411764706,84.3137254901961],[155.882352941176,156.862745098039,115.686274509804],[212.745098039216,210.78431372549,173.529411764706],[171.56862745098,161.764705882353,135.294117647059],[149.019607843137,137.254901960784,111.764705882353],[124.509803921569,118.627450980392,87.2549019607843],[126.470588235294,121.56862745098,90.1960784313725],[112.745098039216,111.764705882353,82.3529411764706],[158.823529411765,157.843137254902,127.450980392157],[154.901960784314,150.980392156863,113.725490196078],[180.392156862745,168.627450980392,129.411764705882],[179.411764705882,160.78431372549,128.43137254902],[188.235294117647,171.56862745098,144.117647058824],[162.745098039216,157.843137254902,136.274509803922],[126.470588235294,128.43137254902,107.843137254902],[121.56862745098,121.56862745098,98.0392156862745],[127.450980392157,125.490196078431,100.980392156863],[160.78431372549,156.862745098039,128.43137254902],[176.470588235294,172.549019607843,144.117647058824],[143.137254901961,139.21568627451,114.705882352941],[141.176470588235,139.21568627451,118.627450980392],[150,150.980392156863,133.333333333333],[119.607843137255,123.529411764706,108.823529411765],[117.647058823529,124.509803921569,108.823529411765],[114.705882352941,122.549019607843,101.960784313725],[143.137254901961,145.098039215686,121.56862745098],[158.823529411765,154.901960784314,126.470588235294],[173.529411764706,163.725490196078,129.411764705882],[165.686274509804,144.117647058824,105.882352941176],[156.862745098039,122.549019607843,81.3725490196078],[147.058823529412,106.862745098039,55.8823529411765],[167.647058823529,129.411764705882,65.6862745098039],[199.019607843137,168.627450980392,102.941176470588],[238.235294117647,223.529411764706,159.803921568627],[175.490196078431,164.705882352941,100],[155.882352941176,142.156862745098,72.5490196078431],[165.686274509804,150.980392156863,83.3333333333333],[233.333333333333,217.647058823529,158.823529411765],[215.686274509804,207.843137254902,146.078431372549],[154.901960784314,157.843137254902,88.2352941176471],[91.1764705882353,102.941176470588,32.3529411764706],[64.7058823529412,73.5294117647059,17.6470588235294],[82.3529411764706,95.0980392156863,50],[65.6862745098039,91.1764705882353,56.8627450980392],[37.2549019607843,66.6666666666667,41.1764705882353],[63.7254901960784,94.1176470588235,76.4705882352941],[87.2549019607843,120.588235294118,106.862745098039],[54.9019607843137,89.2156862745098,82.3529411764706],[51.9607843137255,87.2549019607843,83.3333333333333],[70.5882352941177,109.803921568627,101.960784313725],[76.4705882352941,116.666666666667,102.941176470588],[122.549019607843,164.705882352941,138.235294117647],[157.843137254902,198.039215686275,168.627450980392],[105.882352941176,144.117647058824,117.647058823529],[69.6078431372549,106.862745098039,86.2745098039216],[75.4901960784314,109.803921568627,102.941176470588],[90.1960784313725,128.43137254902,125.490196078431],[63.7254901960784,107.843137254902,104.901960784314],[50.9803921568627,100,97.0588235294118],[38.2352941176471,96.078431372549,94.1176470588235],[58.8235294117647,117.647058823529,115.686274509804],[66.6666666666667,124.509803921569,118.627450980392],[70.5882352941177,126.470588235294,120.588235294118],[79.4117647058823,133.333333333333,130.392156862745],[89.2156862745098,143.137254901961,140.196078431373],[67.6470588235294,117.647058823529,118.627450980392],[80.3921568627451,130.392156862745,133.333333333333],[60.7843137254902,113.725490196078,115.686274509804],[74.5098039215686,128.43137254902,131.372549019608],[113.725490196078,170.588235294118,172.549019607843],[69.6078431372549,126.470588235294,127.450980392157],[60.7843137254902,115.686274509804,114.705882352941],[68.6274509803922,119.607843137255,117.647058823529],[75.4901960784314,119.607843137255,116.666666666667],[125.490196078431,160.78431372549,156.862745098039],[176.470588235294,206.862745098039,201.960784313725],[171.56862745098,205.882352941176,201.960784313725],[82.3529411764706,131.372549019608,130.392156862745],[57.843137254902,107.843137254902,108.823529411765],[97.0588235294118,137.254901960784,139.21568627451],[154.901960784314,196.078431372549,194.117647058824],[114.705882352941,166.666666666667,156.862745098039],[75.4901960784314,132.352941176471,117.647058823529],[71.5686274509804,127.450980392157,108.823529411765],[46.078431372549,98.0392156862745,78.4313725490196],[88.2352941176471,134.313725490196,114.705882352941],[128.43137254902,172.549019607843,151.960784313725],[119.607843137255,163.725490196078,143.137254901961],[57.843137254902,100,80.3921568627451],[102.941176470588,141.176470588235,123.529411764706],[85.2941176470588,131.372549019608,113.725490196078],[106.862745098039,170.588235294118,147.058823529412],[136.274509803922,200.980392156863,174.509803921569],[105.882352941176,154.901960784314,128.43137254902],[110.78431372549,149.019607843137,122.549019607843],[110.78431372549,140.196078431373,114.705882352941],[75.4901960784314,100.980392156863,76.4705882352941],[100,121.56862745098,100.980392156863],[62.7450980392157,80.3921568627451,64.7058823529412],[31.3725490196078,50.9803921568627,40.1960784313726],[115.686274509804,139.21568627451,125.490196078431],[227.450980392157,250,229.411764705882],[116.666666666667,150.980392156863,111.764705882353],[166.666666666667,199.019607843137,152.941176470588],[95.0980392156863,124.509803921569,75.4901960784314],[80.3921568627451,103.921568627451,56.8627450980392],[66.6666666666667,85.2941176470588,41.1764705882353],[21.5686274509804,35.2941176470588,0.980392156862745],[97.0588235294118,109.803921568627,82.3529411764706],[83.3333333333333,98.0392156862745,75.4901960784314],[47.0588235294118,64.7058823529412,41.1764705882353],[31.3725490196078,49.0196078431373,23.5294117647059],[64.7058823529412,79.4117647058823,56.8627450980392],[23.5294117647059,34.3137254901961,18.6274509803922],[95.0980392156863,103.921568627451,85.2941176470588],[65.6862745098039,75.4901960784314,49.0196078431373],[8.82352941176471,19.6078431372549,0],[32.3529411764706,46.078431372549,13.7254901960784],[118.627450980392,132.352941176471,97.0588235294118],[116.666666666667,134.313725490196,85.2941176470588],[83.3333333333333,103.921568627451,48.0392156862745],[92.156862745098,112.745098039216,57.843137254902],[99.0196078431373,122.549019607843,65.6862745098039],[120.588235294118,144.117647058824,83.3333333333333],[32.3529411764706,53.921568627451,0],[62.7450980392157,79.4117647058823,25.4901960784314],[124.509803921569,138.235294117647,88.2352941176471],[89.2156862745098,100.980392156863,51.9607843137255],[61.7647058823529,70.5882352941177,24.5098039215686],[71.5686274509804,77.4509803921569,32.3529411764706],[56.8627450980392,57.843137254902,16.6666666666667],[73.5294117647059,71.5686274509804,33.3333333333333],[57.843137254902,53.921568627451,19.6078431372549],[58.8235294117647,53.921568627451,22.5490196078431],[49.0196078431373,42.156862745098,14.7058823529412],[33.3333333333333,20.5882352941176,1.96078431372549],[17.6470588235294,1.96078431372549,0],[42.156862745098,25.4901960784314,17.6470588235294],[26.4705882352941,12.7450980392157,9.80392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[15.6862745098039,15.6862745098039,15.6862745098039],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,3.92156862745098],[75.4901960784314,73.5294117647059,78.4313725490196],[250,249.019607843137,250],[68.6274509803922,66.6666666666667,71.5686274509804],[0.980392156862745,0,3.92156862745098],[13.7254901960784,8.82352941176471,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[5.88235294117647,4.90196078431373,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,9.80392156862745],[5.88235294117647,0,9.80392156862745],[11.7647058823529,5.88235294117647,17.6470588235294],[8.82352941176471,0.980392156862745,11.7647058823529],[15.6862745098039,5.88235294117647,13.7254901960784],[7.84313725490196,0,0],[15.6862745098039,4.90196078431373,0],[35.2941176470588,23.5294117647059,9.80392156862745],[27.4509803921569,14.7058823529412,0],[17.6470588235294,6.86274509803922,0],[25.4901960784314,16.6666666666667,7.84313725490196],[9.80392156862745,5.88235294117647,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,13.7254901960784,0],[15.6862745098039,8.82352941176471,0],[37.2549019607843,28.4313725490196,13.7254901960784],[27.4509803921569,15.6862745098039,3.92156862745098],[37.2549019607843,23.5294117647059,14.7058823529412],[38.2352941176471,19.6078431372549,13.7254901960784],[37.2549019607843,13.7254901960784,9.80392156862745],[60.7843137254902,36.2745098039216,31.3725490196078],[45.0980392156863,16.6666666666667,8.82352941176471],[43.1372549019608,11.7647058823529,0],[82.3529411764706,50.9803921568627,30.3921568627451],[82.3529411764706,49.0196078431373,22.5490196078431],[62.7450980392157,28.4313725490196,0],[93.1372549019608,56.8627450980392,28.4313725490196],[105.882352941176,70.5882352941177,35.2941176470588],[118.627450980392,88.2352941176471,42.156862745098],[193.137254901961,164.705882352941,121.56862745098],[147.058823529412,120.588235294118,92.156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[66.6666666666667,41.1764705882353,14.7058823529412],[104.901960784314,80.3921568627451,50],[125.490196078431,100.980392156863,60.7843137254902],[72.5490196078431,50,8.82352941176471],[55.8823529411765,31.3725490196078,0.980392156862745],[82.3529411764706,61.7647058823529,31.3725490196078],[113.725490196078,98.0392156862745,64.7058823529412],[101.960784313725,90.1960784313725,52.9411764705882],[82.3529411764706,74.5098039215686,38.2352941176471],[135.294117647059,128.43137254902,85.2941176470588],[168.627450980392,156.862745098039,105.882352941176],[161.764705882353,150,99.0196078431373],[140.196078431373,136.274509803922,92.156862745098],[151.960784313725,147.058823529412,107.843137254902],[166.666666666667,157.843137254902,117.647058823529],[161.764705882353,148.039215686275,109.803921568627],[160.78431372549,145.098039215686,111.764705882353],[111.764705882353,96.078431372549,63.7254901960784],[109.803921568627,100.980392156863,70.5882352941177],[168.627450980392,163.725490196078,135.294117647059],[172.549019607843,167.647058823529,139.21568627451],[200,195.098039215686,165.686274509804],[144.117647058824,135.294117647059,102.941176470588],[148.039215686275,139.21568627451,106.862745098039],[178.43137254902,171.56862745098,146.078431372549],[141.176470588235,136.274509803922,114.705882352941],[132.352941176471,131.372549019608,110.78431372549],[110.78431372549,110.78431372549,87.2549019607843],[142.156862745098,140.196078431373,115.686274509804],[203.921568627451,200,173.529411764706],[183.333333333333,180.392156862745,150],[114.705882352941,111.764705882353,81.3725490196078],[131.372549019608,130.392156862745,100],[148.039215686275,149.019607843137,118.627450980392],[157.843137254902,163.725490196078,136.274509803922],[123.529411764706,133.333333333333,106.862745098039],[134.313725490196,147.058823529412,119.607843137255],[131.372549019608,141.176470588235,114.705882352941],[128.43137254902,133.333333333333,103.921568627451],[130.392156862745,131.372549019608,100.980392156863],[152.941176470588,148.039215686275,116.666666666667],[179.411764705882,165.686274509804,129.411764705882],[164.705882352941,143.137254901961,97.0588235294118],[185.294117647059,156.862745098039,101.960784313725],[150,123.529411764706,55.8823529411765],[161.764705882353,142.156862745098,72.5490196078431],[212.745098039216,202.941176470588,142.156862745098],[210.78431372549,204.901960784314,144.117647058824],[162.745098039216,154.901960784314,84.3137254901961],[166.666666666667,156.862745098039,86.2745098039216],[222.549019607843,212.745098039216,145.098039215686],[215.686274509804,209.803921568627,149.019607843137],[186.274509803922,189.21568627451,133.333333333333],[108.823529411765,117.647058823529,61.7647058823529],[139.21568627451,149.019607843137,90.1960784313725],[172.549019607843,189.21568627451,135.294117647059],[125.490196078431,153.921568627451,108.823529411765],[102.941176470588,138.235294117647,102.941176470588],[85.2941176470588,120.588235294118,95.0980392156863],[50,86.2745098039216,68.6274509803922],[63.7254901960784,96.078431372549,85.2941176470588],[86.2745098039216,118.627450980392,111.764705882353],[69.6078431372549,100.980392156863,96.078431372549],[70.5882352941177,102.941176470588,92.156862745098],[75.4901960784314,113.725490196078,85.2941176470588],[100,138.235294117647,107.843137254902],[101.960784313725,136.274509803922,114.705882352941],[72.5490196078431,104.901960784314,96.078431372549],[85.2941176470588,115.686274509804,118.627450980392],[87.2549019607843,119.607843137255,124.509803921569],[63.7254901960784,105.882352941176,97.0588235294118],[58.8235294117647,109.803921568627,98.0392156862745],[53.921568627451,111.764705882353,109.803921568627],[53.921568627451,108.823529411765,109.803921568627],[69.6078431372549,117.647058823529,113.725490196078],[66.6666666666667,112.745098039216,106.862745098039],[78.4313725490196,128.43137254902,123.529411764706],[92.156862745098,148.039215686275,141.176470588235],[79.4117647058823,141.176470588235,133.333333333333],[65.6862745098039,129.411764705882,121.56862745098],[71.5686274509804,137.254901960784,128.43137254902],[80.3921568627451,145.098039215686,135.294117647059],[72.5490196078431,134.313725490196,123.529411764706],[88.2352941176471,147.058823529412,137.254901960784],[82.3529411764706,134.313725490196,124.509803921569],[92.156862745098,138.235294117647,130.392156862745],[92.156862745098,134.313725490196,127.450980392157],[165.686274509804,203.921568627451,199.019607843137],[177.450980392157,212.745098039216,208.823529411765],[151.960784313725,191.176470588235,190.196078431373],[57.843137254902,106.862745098039,107.843137254902],[115.686274509804,167.647058823529,171.56862745098],[143.137254901961,193.137254901961,196.078431372549],[128.43137254902,179.411764705882,177.450980392157],[72.5490196078431,128.43137254902,122.549019607843],[36.2745098039216,92.156862745098,83.3333333333333],[54.9019607843137,105.882352941176,94.1176470588235],[73.5294117647059,118.627450980392,105.882352941176],[108.823529411765,149.019607843137,133.333333333333],[125.490196078431,161.764705882353,145.098039215686],[122.549019607843,154.901960784314,138.235294117647],[40.1960784313726,72.5490196078431,53.921568627451],[111.764705882353,144.117647058824,125.490196078431],[168.627450980392,207.843137254902,184.313725490196],[22.5490196078431,71.5686274509804,45.0980392156863],[76.4705882352941,123.529411764706,98.0392156862745],[52.9411764705882,87.2549019607843,63.7254901960784],[50.9803921568627,75.4901960784314,53.921568627451],[85.2941176470588,103.921568627451,82.3529411764706],[67.6470588235294,85.2941176470588,61.7647058823529],[60.7843137254902,78.4313725490196,52.9411764705882],[46.078431372549,67.6470588235294,47.0588235294118],[27.4509803921569,52.9411764705882,40.1960784313726],[118.627450980392,150,129.411764705882],[190.196078431373,226.470588235294,186.274509803922],[76.4705882352941,113.725490196078,65.6862745098039],[163.725490196078,196.078431372549,153.921568627451],[160.78431372549,191.176470588235,150],[117.647058823529,146.078431372549,100.980392156863],[74.5098039215686,102.941176470588,55.8823529411765],[46.078431372549,79.4117647058823,30.3921568627451],[35.2941176470588,66.6666666666667,20.5882352941176],[12.7450980392157,38.2352941176471,0],[55.8823529411765,76.4705882352941,44.1176470588235],[101.960784313725,120.588235294118,91.1764705882353],[20.5882352941176,36.2745098039216,9.80392156862745],[0,6.86274509803922,0],[90.1960784313725,101.960784313725,80.3921568627451],[61.7647058823529,74.5098039215686,49.0196078431373],[36.2745098039216,50,17.6470588235294],[46.078431372549,61.7647058823529,25.4901960784314],[71.5686274509804,88.2352941176471,44.1176470588235],[85.2941176470588,103.921568627451,50],[85.2941176470588,102.941176470588,46.078431372549],[89.2156862745098,103.921568627451,48.0392156862745],[87.2549019607843,100,45.0980392156863],[78.4313725490196,87.2549019607843,31.3725490196078],[56.8627450980392,63.7254901960784,12.7450980392157],[27.4509803921569,29.4117647058824,0],[83.3333333333333,84.3137254901961,41.1764705882353],[67.6470588235294,74.5098039215686,24.5098039215686],[61.7647058823529,65.6862745098039,15.6862745098039],[73.5294117647059,69.6078431372549,22.5490196078431],[105.882352941176,95.0980392156863,50],[128.43137254902,110.78431372549,73.5294117647059],[37.2549019607843,21.5686274509804,0],[28.4313725490196,16.6666666666667,0],[21.5686274509804,9.80392156862745,0],[10.7843137254902,0,0],[21.5686274509804,3.92156862745098,0],[56.8627450980392,37.2549019607843,36.2745098039216],[29.4117647058824,14.7058823529412,11.7647058823529],[15.6862745098039,8.82352941176471,0.980392156862745],[0.980392156862745,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[17.6470588235294,16.6666666666667,14.7058823529412],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[190.196078431373,192.156862745098,191.176470588235],[113.725490196078,115.686274509804,114.705882352941],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0.980392156862745,0,3.92156862745098],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[9.80392156862745,8.82352941176471,4.90196078431373],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[10.7843137254902,3.92156862745098,11.7647058823529],[5.88235294117647,0,4.90196078431373],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,6.86274509803922,8.82352941176471],[13.7254901960784,0,0],[19.6078431372549,3.92156862745098,0],[32.3529411764706,16.6666666666667,0],[53.921568627451,39.2156862745098,16.6666666666667],[77.4509803921569,65.6862745098039,51.9607843137255],[39.2156862745098,29.4117647058824,19.6078431372549],[7.84313725490196,0,0],[16.6666666666667,4.90196078431373,0],[17.6470588235294,6.86274509803922,0],[31.3725490196078,18.6274509803922,1.96078431372549],[51.9607843137255,35.2941176470588,17.6470588235294],[68.6274509803922,48.0392156862745,31.3725490196078],[67.6470588235294,42.156862745098,27.4509803921569],[79.4117647058823,51.9607843137255,38.2352941176471],[73.5294117647059,45.0980392156863,29.4117647058824],[80.3921568627451,51.9607843137255,34.3137254901961],[86.2745098039216,58.8235294117647,35.2941176470588],[98.0392156862745,71.5686274509804,43.1372549019608],[101.960784313725,77.4509803921569,47.0588235294118],[111.764705882353,86.2745098039216,53.921568627451],[78.4313725490196,45.0980392156863,17.6470588235294],[128.43137254902,93.1372549019608,57.843137254902],[131.372549019608,99.0196078431373,47.0588235294118],[153.921568627451,123.529411764706,69.6078431372549],[184.313725490196,150.980392156863,113.725490196078],[129.411764705882,97.0588235294118,66.6666666666667],[73.5294117647059,41.1764705882353,8.82352941176471],[102.941176470588,73.5294117647059,36.2745098039216],[109.803921568627,83.3333333333333,39.2156862745098],[148.039215686275,123.529411764706,83.3333333333333],[110.78431372549,88.2352941176471,57.843137254902],[76.4705882352941,56.8627450980392,30.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[111.764705882353,102.941176470588,60.7843137254902],[126.470588235294,119.607843137255,74.5098039215686],[167.647058823529,161.764705882353,112.745098039216],[183.333333333333,176.470588235294,123.529411764706],[189.21568627451,183.333333333333,132.352941176471],[130.392156862745,131.372549019608,92.156862745098],[161.764705882353,161.764705882353,128.43137254902],[84.3137254901961,75.4901960784314,45.0980392156863],[145.098039215686,132.352941176471,100.980392156863],[169.607843137255,153.921568627451,121.56862745098],[117.647058823529,102.941176470588,72.5490196078431],[157.843137254902,150.980392156863,122.549019607843],[155.882352941176,151.960784313725,123.529411764706],[175.490196078431,170.588235294118,139.21568627451],[238.235294117647,229.411764705882,197.058823529412],[147.058823529412,134.313725490196,100.980392156863],[82.3529411764706,73.5294117647059,43.1372549019608],[100.980392156863,99.0196078431373,78.4313725490196],[132.352941176471,133.333333333333,115.686274509804],[95.0980392156863,97.0588235294118,75.4901960784314],[123.529411764706,125.490196078431,101.960784313725],[142.156862745098,140.196078431373,115.686274509804],[138.235294117647,137.254901960784,109.803921568627],[148.039215686275,144.117647058824,115.686274509804],[138.235294117647,135.294117647059,104.901960784314],[140.196078431373,141.176470588235,109.803921568627],[181.372549019608,187.254901960784,153.921568627451],[163.725490196078,173.529411764706,140.196078431373],[155.882352941176,169.607843137255,137.254901960784],[202.941176470588,217.647058823529,185.294117647059],[182.352941176471,196.078431372549,163.725490196078],[163.725490196078,170.588235294118,138.235294117647],[145.098039215686,148.039215686275,117.647058823529],[132.352941176471,129.411764705882,99.0196078431373],[170.588235294118,162.745098039216,127.450980392157],[211.764705882353,195.098039215686,151.960784313725],[184.313725490196,164.705882352941,112.745098039216],[165.686274509804,147.058823529412,89.2156862745098],[224.509803921569,210.78431372549,149.019607843137],[221.56862745098,216.666666666667,153.921568627451],[250,250,188.235294117647],[244.117647058824,240.196078431373,170.588235294118],[227.450980392157,220.588235294118,150],[186.274509803922,179.411764705882,110.78431372549],[228.43137254902,224.509803921569,161.764705882353],[121.56862745098,122.549019607843,66.6666666666667],[93.1372549019608,100,47.0588235294118],[140.196078431373,150.980392156863,96.078431372549],[138.235294117647,156.862745098039,102.941176470588],[82.3529411764706,110.78431372549,63.7254901960784],[109.803921568627,144.117647058824,102.941176470588],[86.2745098039216,120.588235294118,89.2156862745098],[82.3529411764706,116.666666666667,95.0980392156863],[82.3529411764706,115.686274509804,101.960784313725],[96.078431372549,128.43137254902,121.56862745098],[85.2941176470588,116.666666666667,113.725490196078],[109.803921568627,140.196078431373,132.352941176471],[113.725490196078,148.039215686275,118.627450980392],[111.764705882353,146.078431372549,113.725490196078],[63.7254901960784,95.0980392156863,72.5490196078431],[58.8235294117647,88.2352941176471,80.3921568627451],[74.5098039215686,103.921568627451,113.725490196078],[76.4705882352941,109.803921568627,118.627450980392],[52.9411764705882,95.0980392156863,88.2352941176471],[51.9607843137255,100.980392156863,90.1960784313725],[68.6274509803922,122.549019607843,119.607843137255],[69.6078431372549,120.588235294118,118.627450980392],[81.3725490196078,123.529411764706,116.666666666667],[75.4901960784314,117.647058823529,107.843137254902],[66.6666666666667,115.686274509804,106.862745098039],[95.0980392156863,150.980392156863,142.156862745098],[106.862745098039,171.56862745098,161.764705882353],[94.1176470588235,162.745098039216,152.941176470588],[89.2156862745098,159.803921568627,148.039215686275],[69.6078431372549,138.235294117647,127.450980392157],[93.1372549019608,154.901960784314,144.117647058824],[113.725490196078,170.588235294118,158.823529411765],[87.2549019607843,138.235294117647,126.470588235294],[90.1960784313725,135.294117647059,125.490196078431],[91.1764705882353,133.333333333333,124.509803921569],[166.666666666667,208.823529411765,201.960784313725],[178.43137254902,218.627450980392,212.745098039216],[103.921568627451,148.039215686275,145.098039215686],[71.5686274509804,120.588235294118,121.56862745098],[129.411764705882,182.352941176471,184.313725490196],[72.5490196078431,127.450980392157,126.470588235294],[50,104.901960784314,101.960784313725],[59.8039215686275,115.686274509804,109.803921568627],[52.9411764705882,107.843137254902,99.0196078431373],[23.5294117647059,72.5490196078431,61.7647058823529],[21.5686274509804,62.7450980392157,50.9803921568627],[28.4313725490196,63.7254901960784,50],[80.3921568627451,110.78431372549,95.0980392156863],[124.509803921569,152.941176470588,135.294117647059],[131.372549019608,159.803921568627,138.235294117647],[67.6470588235294,99.0196078431373,75.4901960784314],[117.647058823529,152.941176470588,127.450980392157],[65.6862745098039,107.843137254902,78.4313725490196],[128.43137254902,166.666666666667,138.235294117647],[174.509803921569,201.960784313725,177.450980392157],[168.627450980392,190.196078431373,167.647058823529],[165.686274509804,180.392156862745,157.843137254902],[87.2549019607843,100.980392156863,76.4705882352941],[60.7843137254902,76.4705882352941,48.0392156862745],[86.2745098039216,108.823529411765,81.3725490196078],[62.7450980392157,91.1764705882353,71.5686274509804],[128.43137254902,163.725490196078,136.274509803922],[134.313725490196,175.490196078431,126.470588235294],[109.803921568627,150,95.0980392156863],[135.294117647059,166.666666666667,126.470588235294],[174.509803921569,203.921568627451,168.627450980392],[113.725490196078,144.117647058824,103.921568627451],[144.117647058824,176.470588235294,130.392156862745],[161.764705882353,203.921568627451,149.019607843137],[110.78431372549,152.941176470588,98.0392156862745],[75.4901960784314,108.823529411765,59.8039215686275],[68.6274509803922,95.0980392156863,54.9019607843137],[72.5490196078431,96.078431372549,60.7843137254902],[34.3137254901961,54.9019607843137,22.5490196078431],[57.843137254902,76.4705882352941,49.0196078431373],[98.0392156862745,113.725490196078,87.2549019607843],[107.843137254902,123.529411764706,95.0980392156863],[64.7058823529412,81.3725490196078,46.078431372549],[42.156862745098,60.7843137254902,16.6666666666667],[84.3137254901961,101.960784313725,52.9411764705882],[97.0588235294118,113.725490196078,59.8039215686275],[72.5490196078431,87.2549019607843,29.4117647058824],[68.6274509803922,77.4509803921569,21.5686274509804],[71.5686274509804,76.4705882352941,21.5686274509804],[81.3725490196078,81.3725490196078,28.4313725490196],[85.2941176470588,83.3333333333333,35.2941176470588],[58.8235294117647,51.9607843137255,8.82352941176471],[92.156862745098,88.2352941176471,44.1176470588235],[148.039215686275,150,100.980392156863],[86.2745098039216,86.2745098039216,33.3333333333333],[64.7058823529412,54.9019607843137,4.90196078431373],[95.0980392156863,78.4313725490196,33.3333333333333],[89.2156862745098,65.6862745098039,28.4313725490196],[38.2352941176471,15.6862745098039,0],[34.3137254901961,18.6274509803922,0],[13.7254901960784,0,0],[45.0980392156863,30.3921568627451,23.5294117647059],[57.843137254902,40.1960784313726,38.2352941176471],[38.2352941176471,16.6666666666667,18.6274509803922],[24.5098039215686,6.86274509803922,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,11.7647058823529,2.94117647058824],[5.88235294117647,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[16.6666666666667,18.6274509803922,15.6862745098039],[5.88235294117647,7.84313725490196,4.90196078431373],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[15.6862745098039,10.7843137254902,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[8.82352941176471,3.92156862745098,10.7843137254902],[10.7843137254902,4.90196078431373,16.6666666666667],[12.7450980392157,4.90196078431373,15.6862745098039],[12.7450980392157,5.88235294117647,12.7450980392157],[10.7843137254902,4.90196078431373,6.86274509803922],[8.82352941176471,3.92156862745098,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,0],[17.6470588235294,12.7450980392157,6.86274509803922],[18.6274509803922,10.7843137254902,7.84313725490196],[16.6666666666667,6.86274509803922,5.88235294117647],[21.5686274509804,9.80392156862745,9.80392156862745],[19.6078431372549,5.88235294117647,4.90196078431373],[31.3725490196078,16.6666666666667,13.7254901960784],[60.7843137254902,44.1176470588235,37.2549019607843],[66.6666666666667,49.0196078431373,37.2549019607843],[57.843137254902,38.2352941176471,27.4509803921569],[52.9411764705882,30.3921568627451,24.5098039215686],[71.5686274509804,47.0588235294118,43.1372549019608],[58.8235294117647,34.3137254901961,29.4117647058824],[40.1960784313726,15.6862745098039,8.82352941176471],[24.5098039215686,0,0],[54.9019607843137,27.4509803921569,15.6862745098039],[81.3725490196078,50.9803921568627,33.3333333333333],[77.4509803921569,46.078431372549,23.5294117647059],[104.901960784314,70.5882352941177,43.1372549019608],[136.274509803922,101.960784313725,70.5882352941177],[105.882352941176,76.4705882352941,41.1764705882353],[104.901960784314,79.4117647058823,43.1372549019608],[124.509803921569,106.862745098039,69.6078431372549],[118.627450980392,105.882352941176,71.5686274509804],[62.7450980392157,56.8627450980392,21.5686274509804],[66.6666666666667,53.921568627451,20.5882352941176],[66.6666666666667,40.1960784313726,10.7843137254902],[112.745098039216,78.4313725490196,41.1764705882353],[186.274509803922,153.921568627451,101.960784313725],[180.392156862745,145.098039215686,94.1176470588235],[137.254901960784,100,61.7647058823529],[162.745098039216,127.450980392157,92.156862745098],[126.470588235294,92.156862745098,52.9411764705882],[86.2745098039216,55.8823529411765,10.7843137254902],[106.862745098039,81.3725490196078,33.3333333333333],[177.450980392157,155.882352941176,109.803921568627],[141.176470588235,121.56862745098,87.2549019607843],[122.549019607843,106.862745098039,73.5294117647059],[115.686274509804,102.941176470588,59.8039215686275],[95.0980392156863,84.3137254901961,39.2156862745098],[133.333333333333,125.490196078431,79.4117647058823],[149.019607843137,145.098039215686,99.0196078431373],[109.803921568627,116.666666666667,66.6666666666667],[154.901960784314,167.647058823529,125.490196078431],[165.686274509804,181.372549019608,154.901960784314],[93.1372549019608,105.882352941176,88.2352941176471],[56.8627450980392,60.7843137254902,46.078431372549],[126.470588235294,124.509803921569,109.803921568627],[116.666666666667,110.78431372549,89.2156862745098],[88.2352941176471,82.3529411764706,56.8627450980392],[138.235294117647,137.254901960784,107.843137254902],[127.450980392157,128.43137254902,95.0980392156863],[166.666666666667,164.705882352941,124.509803921569],[199.019607843137,192.156862745098,149.019607843137],[160.78431372549,150,105.882352941176],[147.058823529412,134.313725490196,100],[155.882352941176,150,126.470588235294],[116.666666666667,115.686274509804,96.078431372549],[174.509803921569,177.450980392157,156.862745098039],[153.921568627451,156.862745098039,136.274509803922],[150.980392156863,152.941176470588,131.372549019608],[172.549019607843,172.549019607843,149.019607843137],[191.176470588235,189.21568627451,164.705882352941],[201.960784313725,201.960784313725,174.509803921569],[178.43137254902,181.372549019608,150.980392156863],[163.725490196078,170.588235294118,140.196078431373],[183.333333333333,194.117647058824,162.745098039216],[195.098039215686,207.843137254902,178.43137254902],[205.882352941176,220.588235294118,190.196078431373],[185.294117647059,198.039215686275,168.627450980392],[169.607843137255,176.470588235294,146.078431372549],[159.803921568627,162.745098039216,134.313725490196],[175.490196078431,174.509803921569,145.098039215686],[172.549019607843,166.666666666667,135.294117647059],[209.803921568627,196.078431372549,161.764705882353],[214.705882352941,199.019607843137,163.725490196078],[218.627450980392,208.823529411765,173.529411764706],[249.019607843137,243.137254901961,196.078431372549],[202.941176470588,198.039215686275,133.333333333333],[182.352941176471,178.43137254902,105.882352941176],[243.137254901961,241.176470588235,168.627450980392],[159.803921568627,159.803921568627,89.2156862745098],[171.56862745098,168.627450980392,100.980392156863],[247.058823529412,244.117647058824,176.470588235294],[170.588235294118,167.647058823529,98.0392156862745],[136.274509803922,138.235294117647,76.4705882352941],[137.254901960784,148.039215686275,105.882352941176],[109.803921568627,130.392156862745,92.156862745098],[104.901960784314,129.411764705882,88.2352941176471],[124.509803921569,150,111.764705882353],[142.156862745098,168.627450980392,138.235294117647],[111.764705882353,143.137254901961,120.588235294118],[68.6274509803922,103.921568627451,90.1960784313725],[51.9607843137255,90.1960784313725,85.2941176470588],[50.9803921568627,88.2352941176471,89.2156862745098],[100.980392156863,135.294117647059,129.411764705882],[140.196078431373,172.549019607843,146.078431372549],[148.039215686275,177.450980392157,144.117647058824],[125.490196078431,150.980392156863,124.509803921569],[104.901960784314,132.352941176471,120.588235294118],[83.3333333333333,115.686274509804,124.509803921569],[67.6470588235294,106.862745098039,118.627450980392],[66.6666666666667,114.705882352941,111.764705882353],[64.7058823529412,114.705882352941,107.843137254902],[65.6862745098039,113.725490196078,109.803921568627],[98.0392156862745,144.117647058824,138.235294117647],[144.117647058824,187.254901960784,174.509803921569],[81.3725490196078,127.450980392157,111.764705882353],[105.882352941176,156.862745098039,144.117647058824],[140.196078431373,196.078431372549,187.254901960784],[100,161.764705882353,153.921568627451],[71.5686274509804,136.274509803922,132.352941176471],[71.5686274509804,136.274509803922,134.313725490196],[59.8039215686275,122.549019607843,121.56862745098],[73.5294117647059,131.372549019608,129.411764705882],[74.5098039215686,128.43137254902,125.490196078431],[69.6078431372549,117.647058823529,114.705882352941],[132.352941176471,177.450980392157,174.509803921569],[169.607843137255,213.725490196078,208.823529411765],[175.490196078431,219.607843137255,212.745098039216],[136.274509803922,182.352941176471,174.509803921569],[115.686274509804,163.725490196078,157.843137254902],[115.686274509804,164.705882352941,163.725490196078],[83.3333333333333,136.274509803922,136.274509803922],[64.7058823529412,118.627450980392,115.686274509804],[63.7254901960784,117.647058823529,111.764705882353],[50.9803921568627,102.941176470588,93.1372549019608],[81.3725490196078,130.392156862745,118.627450980392],[42.156862745098,85.2941176470588,70.5882352941177],[44.1176470588235,82.3529411764706,64.7058823529412],[75.4901960784314,107.843137254902,91.1764705882353],[104.901960784314,133.333333333333,113.725490196078],[133.333333333333,160.78431372549,139.21568627451],[150,177.450980392157,154.901960784314],[39.2156862745098,68.6274509803922,43.1372549019608],[52.9411764705882,87.2549019607843,57.843137254902],[101.960784313725,142.156862745098,108.823529411765],[150,189.21568627451,155.882352941176],[214.705882352941,243.137254901961,213.725490196078],[157.843137254902,180.392156862745,151.960784313725],[93.1372549019608,108.823529411765,80.3921568627451],[53.921568627451,68.6274509803922,38.2352941176471],[18.6274509803922,35.2941176470588,3.92156862745098],[65.6862745098039,89.2156862745098,57.843137254902],[70.5882352941177,100,72.5490196078431],[12.7450980392157,48.0392156862745,12.7450980392157],[28.4313725490196,67.6470588235294,15.6862745098039],[100.980392156863,141.176470588235,86.2745098039216],[146.078431372549,177.450980392157,137.254901960784],[211.764705882353,238.235294117647,203.921568627451],[122.549019607843,149.019607843137,114.705882352941],[63.7254901960784,95.0980392156863,54.9019607843137],[89.2156862745098,128.43137254902,77.4509803921569],[112.745098039216,151.960784313725,100],[158.823529411765,194.117647058824,147.058823529412],[112.745098039216,145.098039215686,100.980392156863],[147.058823529412,174.509803921569,135.294117647059],[137.254901960784,162.745098039216,126.470588235294],[35.2941176470588,58.8235294117647,25.4901960784314],[26.4705882352941,47.0588235294118,14.7058823529412],[69.6078431372549,89.2156862745098,54.9019607843137],[48.0392156862745,65.6862745098039,26.4705882352941],[100.980392156863,119.607843137255,74.5098039215686],[132.352941176471,150.980392156863,97.0588235294118],[85.2941176470588,102.941176470588,46.078431372549],[41.1764705882353,54.9019607843137,0],[91.1764705882353,99.0196078431373,41.1764705882353],[106.862745098039,109.803921568627,53.921568627451],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,114.705882352941,65.6862745098039],[90.1960784313725,84.3137254901961,37.2549019607843],[90.1960784313725,86.2745098039216,39.2156862745098],[162.745098039216,160.78431372549,110.78431372549],[115.686274509804,112.745098039216,60.7843137254902],[128.43137254902,118.627450980392,68.6274509803922],[145.098039215686,128.43137254902,85.2941176470588],[100,78.4313725490196,40.1960784313726],[59.8039215686275,37.2549019607843,6.86274509803922],[49.0196078431373,31.3725490196078,9.80392156862745],[74.5098039215686,57.843137254902,42.156862745098],[83.3333333333333,65.6862745098039,55.8823529411765],[97.0588235294118,78.4313725490196,74.5098039215686],[59.8039215686275,40.1960784313726,39.2156862745098],[29.4117647058824,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[10.7843137254902,7.84313725490196,0.980392156862745],[4.90196078431373,0.980392156862745,0],[16.6666666666667,12.7450980392157,11.7647058823529],[16.6666666666667,12.7450980392157,11.7647058823529],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[25.4901960784314,21.5686274509804,18.6274509803922],[34.3137254901961,30.3921568627451,27.4509803921569],[5.88235294117647,1.96078431372549,0]],[[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[26.4705882352941,26.4705882352941,24.5098039215686],[116.666666666667,116.666666666667,114.705882352941],[0,1.96078431372549,0],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[16.6666666666667,15.6862745098039,13.7254901960784],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,9.80392156862745],[17.6470588235294,9.80392156862745,22.5490196078431],[11.7647058823529,4.90196078431373,11.7647058823529],[5.88235294117647,0,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[17.6470588235294,10.7843137254902,2.94117647058824],[15.6862745098039,8.82352941176471,0],[27.4509803921569,20.5882352941176,10.7843137254902],[29.4117647058824,20.5882352941176,13.7254901960784],[16.6666666666667,5.88235294117647,1.96078431372549],[20.5882352941176,6.86274509803922,5.88235294117647],[21.5686274509804,5.88235294117647,5.88235294117647],[21.5686274509804,3.92156862745098,1.96078431372549],[40.1960784313726,23.5294117647059,16.6666666666667],[71.5686274509804,52.9411764705882,46.078431372549],[91.1764705882353,67.6470588235294,57.843137254902],[81.3725490196078,48.0392156862745,36.2745098039216],[97.0588235294118,59.8039215686275,47.0588235294118],[102.941176470588,65.6862745098039,54.9019607843137],[64.7058823529412,27.4509803921569,18.6274509803922],[47.0588235294118,9.80392156862745,0.980392156862745],[100,62.7450980392157,50],[106.862745098039,70.5882352941177,51.9607843137255],[101.960784313725,66.6666666666667,41.1764705882353],[75.4901960784314,42.156862745098,7.84313725490196],[83.3333333333333,51.9607843137255,13.7254901960784],[122.549019607843,96.078431372549,53.921568627451],[120.588235294118,100,55.8823529411765],[70.5882352941177,55.8823529411765,13.7254901960784],[75.4901960784314,66.6666666666667,28.4313725490196],[43.1372549019608,39.2156862745098,4.90196078431373],[60.7843137254902,51.9607843137255,19.6078431372549],[117.647058823529,94.1176470588235,60.7843137254902],[129.411764705882,97.0588235294118,56.8627450980392],[137.254901960784,101.960784313725,52.9411764705882],[186.274509803922,150,99.0196078431373],[160.78431372549,120.588235294118,77.4509803921569],[179.411764705882,138.235294117647,97.0588235294118],[173.529411764706,138.235294117647,89.2156862745098],[138.235294117647,107.843137254902,54.9019607843137],[170.588235294118,146.078431372549,91.1764705882353],[112.745098039216,93.1372549019608,43.1372549019608],[100,85.2941176470588,43.1372549019608],[107.843137254902,97.0588235294118,52.9411764705882],[179.411764705882,169.607843137255,119.607843137255],[143.137254901961,133.333333333333,81.3725490196078],[107.843137254902,98.0392156862745,50],[150,147.058823529412,102.941176470588],[122.549019607843,137.254901960784,95.0980392156863],[62.7450980392157,88.2352941176471,53.921568627451],[118.627450980392,147.058823529412,125.490196078431],[138.235294117647,163.725490196078,150.980392156863],[59.8039215686275,77.4509803921569,65.6862745098039],[66.6666666666667,77.4509803921569,63.7254901960784],[81.3725490196078,84.3137254901961,67.6470588235294],[96.078431372549,98.0392156862745,76.4705882352941],[51.9607843137255,57.843137254902,32.3529411764706],[86.2745098039216,93.1372549019608,60.7843137254902],[132.352941176471,134.313725490196,96.078431372549],[138.235294117647,135.294117647059,93.1372549019608],[171.56862745098,162.745098039216,120.588235294118],[148.039215686275,140.196078431373,103.921568627451],[165.686274509804,161.764705882353,137.254901960784],[145.098039215686,147.058823529412,126.470588235294],[194.117647058824,199.019607843137,179.411764705882],[183.333333333333,190.196078431373,172.549019607843],[181.372549019608,186.274509803922,166.666666666667],[208.823529411765,211.764705882353,191.176470588235],[194.117647058824,198.039215686275,175.490196078431],[210.78431372549,214.705882352941,190.196078431373],[221.56862745098,227.450980392157,201.960784313725],[170.588235294118,179.411764705882,152.941176470588],[184.313725490196,197.058823529412,169.607843137255],[161.764705882353,176.470588235294,148.039215686275],[149.019607843137,163.725490196078,135.294117647059],[160.78431372549,173.529411764706,144.117647058824],[151.960784313725,160.78431372549,132.352941176471],[149.019607843137,153.921568627451,124.509803921569],[202.941176470588,202.941176470588,175.490196078431],[186.274509803922,181.372549019608,152.941176470588],[191.176470588235,180.392156862745,150.980392156863],[227.450980392157,218.627450980392,190.196078431373],[232.352941176471,230.392156862745,205.882352941176],[242.156862745098,242.156862745098,206.862745098039],[212.745098039216,208.823529411765,149.019607843137],[173.529411764706,169.607843137255,98.0392156862745],[157.843137254902,156.862745098039,91.1764705882353],[174.509803921569,174.509803921569,111.764705882353],[228.43137254902,229.411764705882,164.705882352941],[250,250,184.313725490196],[232.352941176471,228.43137254902,156.862745098039],[206.862745098039,206.862745098039,146.078431372549],[156.862745098039,169.607843137255,127.450980392157],[111.764705882353,131.372549019608,97.0588235294118],[105.882352941176,126.470588235294,88.2352941176471],[111.764705882353,133.333333333333,96.078431372549],[162.745098039216,187.254901960784,158.823529411765],[117.647058823529,146.078431372549,124.509803921569],[104.901960784314,138.235294117647,122.549019607843],[81.3725490196078,117.647058823529,109.803921568627],[73.5294117647059,108.823529411765,108.823529411765],[73.5294117647059,107.843137254902,101.960784313725],[94.1176470588235,127.450980392157,103.921568627451],[94.1176470588235,126.470588235294,98.0392156862745],[66.6666666666667,96.078431372549,70.5882352941177],[102.941176470588,133.333333333333,117.647058823529],[127.450980392157,160.78431372549,162.745098039216],[91.1764705882353,128.43137254902,137.254901960784],[83.3333333333333,126.470588235294,127.450980392157],[95.0980392156863,140.196078431373,137.254901960784],[74.5098039215686,119.607843137255,116.666666666667],[88.2352941176471,132.352941176471,125.490196078431],[144.117647058824,190.196078431373,172.549019607843],[146.078431372549,194.117647058824,173.529411764706],[135.294117647059,187.254901960784,171.56862745098],[86.2745098039216,141.176470588235,130.392156862745],[54.9019607843137,114.705882352941,107.843137254902],[75.4901960784314,136.274509803922,135.294117647059],[82.3529411764706,140.196078431373,144.117647058824],[68.6274509803922,124.509803921569,131.372549019608],[79.4117647058823,131.372549019608,139.21568627451],[73.5294117647059,121.56862745098,128.43137254902],[97.0588235294118,143.137254901961,149.019607843137],[139.21568627451,183.333333333333,186.274509803922],[159.803921568627,207.843137254902,204.901960784314],[144.117647058824,192.156862745098,188.235294117647],[74.5098039215686,124.509803921569,117.647058823529],[89.2156862745098,141.176470588235,133.333333333333],[118.627450980392,170.588235294118,164.705882352941],[85.2941176470588,137.254901960784,131.372549019608],[82.3529411764706,134.313725490196,126.470588235294],[68.6274509803922,118.627450980392,109.803921568627],[67.6470588235294,116.666666666667,104.901960784314],[91.1764705882353,137.254901960784,121.56862745098],[52.9411764705882,93.1372549019608,75.4901960784314],[81.3725490196078,115.686274509804,96.078431372549],[89.2156862745098,117.647058823529,98.0392156862745],[69.6078431372549,94.1176470588235,72.5490196078431],[72.5490196078431,98.0392156862745,71.5686274509804],[59.8039215686275,85.2941176470588,56.8627450980392],[72.5490196078431,102.941176470588,71.5686274509804],[57.843137254902,93.1372549019608,57.843137254902],[115.686274509804,154.901960784314,118.627450980392],[126.470588235294,163.725490196078,125.490196078431],[167.647058823529,197.058823529412,161.764705882353],[106.862745098039,130.392156862745,95.0980392156863],[41.1764705882353,60.7843137254902,24.5098039215686],[38.2352941176471,54.9019607843137,19.6078431372549],[36.2745098039216,54.9019607843137,23.5294117647059],[15.6862745098039,39.2156862745098,5.88235294117647],[0,31.3725490196078,0],[108.823529411765,146.078431372549,100],[173.529411764706,213.725490196078,156.862745098039],[150,188.235294117647,134.313725490196],[100,130.392156862745,89.2156862745098],[73.5294117647059,100,67.6470588235294],[124.509803921569,150,121.56862745098],[183.333333333333,211.764705882353,181.372549019608],[116.666666666667,153.921568627451,107.843137254902],[125.490196078431,167.647058823529,115.686274509804],[99.0196078431373,141.176470588235,89.2156862745098],[79.4117647058823,118.627450980392,69.6078431372549],[108.823529411765,144.117647058824,100.980392156863],[142.156862745098,172.549019607843,132.352941176471],[126.470588235294,153.921568627451,114.705882352941],[27.4509803921569,51.9607843137255,13.7254901960784],[76.4705882352941,99.0196078431373,57.843137254902],[125.490196078431,147.058823529412,101.960784313725],[112.745098039216,132.352941176471,82.3529411764706],[57.843137254902,76.4705882352941,21.5686274509804],[121.56862745098,139.21568627451,80.3921568627451],[95.0980392156863,106.862745098039,46.078431372549],[66.6666666666667,72.5490196078431,13.7254901960784],[49.0196078431373,50,0],[45.0980392156863,42.156862745098,0],[139.21568627451,133.333333333333,82.3529411764706],[123.529411764706,117.647058823529,66.6666666666667],[87.2549019607843,81.3725490196078,30.3921568627451],[103.921568627451,98.0392156862745,47.0588235294118],[144.117647058824,137.254901960784,86.2745098039216],[127.450980392157,115.686274509804,68.6274509803922],[76.4705882352941,59.8039215686275,17.6470588235294],[77.4509803921569,57.843137254902,21.5686274509804],[36.2745098039216,13.7254901960784,0],[39.2156862745098,17.6470588235294,0],[57.843137254902,37.2549019607843,18.6274509803922],[28.4313725490196,9.80392156862745,0],[25.4901960784314,6.86274509803922,0],[17.6470588235294,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[23.5294117647059,19.6078431372549,16.6666666666667],[31.3725490196078,27.4509803921569,24.5098039215686],[5.88235294117647,1.96078431372549,0]],[[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,6.86274509803922],[52.9411764705882,52.9411764705882,50.9803921568627],[53.921568627451,54.9019607843137,50],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,1.96078431372549],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[7.84313725490196,0,5.88235294117647],[16.6666666666667,5.88235294117647,13.7254901960784],[15.6862745098039,4.90196078431373,10.7843137254902],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,3.92156862745098,1.96078431372549],[20.5882352941176,11.7647058823529,6.86274509803922],[20.5882352941176,11.7647058823529,4.90196078431373],[19.6078431372549,8.82352941176471,4.90196078431373],[20.5882352941176,9.80392156862745,5.88235294117647],[26.4705882352941,12.7450980392157,11.7647058823529],[41.1764705882353,25.4901960784314,25.4901960784314],[37.2549019607843,19.6078431372549,17.6470588235294],[12.7450980392157,0,0],[20.5882352941176,1.96078431372549,0],[63.7254901960784,44.1176470588235,35.2941176470588],[92.156862745098,65.6862745098039,47.0588235294118],[129.411764705882,87.2549019607843,55.8823529411765],[106.862745098039,57.843137254902,23.5294117647059],[114.705882352941,66.6666666666667,37.2549019607843],[120.588235294118,73.5294117647059,50.9803921568627],[108.823529411765,62.7450980392157,43.1372549019608],[111.764705882353,69.6078431372549,50.9803921568627],[81.3725490196078,44.1176470588235,23.5294117647059],[76.4705882352941,43.1372549019608,18.6274509803922],[54.9019607843137,26.4705882352941,0],[74.5098039215686,50.9803921568627,15.6862745098039],[115.686274509804,97.0588235294118,55.8823529411765],[96.078431372549,79.4117647058823,37.2549019607843],[62.7450980392157,48.0392156862745,7.84313725490196],[83.3333333333333,67.6470588235294,32.3529411764706],[56.8627450980392,41.1764705882353,7.84313725490196],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,48.0392156862745,11.7647058823529],[89.2156862745098,57.843137254902,17.6470588235294],[90.1960784313725,53.921568627451,9.80392156862745],[113.725490196078,72.5490196078431,25.4901960784314],[152.941176470588,106.862745098039,63.7254901960784],[159.803921568627,116.666666666667,68.6274509803922],[182.352941176471,144.117647058824,88.2352941176471],[235.294117647059,203.921568627451,144.117647058824],[184.313725490196,162.745098039216,103.921568627451],[131.372549019608,116.666666666667,60.7843137254902],[152.941176470588,143.137254901961,93.1372549019608],[141.176470588235,135.294117647059,84.3137254901961],[212.745098039216,207.843137254902,150.980392156863],[185.294117647059,179.411764705882,122.549019607843],[193.137254901961,181.372549019608,132.352941176471],[176.470588235294,173.529411764706,133.333333333333],[90.1960784313725,106.862745098039,73.5294117647059],[100.980392156863,133.333333333333,104.901960784314],[78.4313725490196,115.686274509804,93.1372549019608],[147.058823529412,184.313725490196,163.725490196078],[99.0196078431373,127.450980392157,105.882352941176],[66.6666666666667,88.2352941176471,65.6862745098039],[120.588235294118,134.313725490196,109.803921568627],[73.5294117647059,85.2941176470588,63.7254901960784],[53.921568627451,66.6666666666667,49.0196078431373],[81.3725490196078,92.156862745098,75.4901960784314],[111.764705882353,116.666666666667,95.0980392156863],[148.039215686275,148.039215686275,124.509803921569],[149.019607843137,145.098039215686,116.666666666667],[116.666666666667,112.745098039216,84.3137254901961],[165.686274509804,169.607843137255,145.098039215686],[199.019607843137,207.843137254902,187.254901960784],[155.882352941176,168.627450980392,150.980392156863],[201.960784313725,214.705882352941,198.039215686275],[202.941176470588,213.725490196078,197.058823529412],[208.823529411765,217.647058823529,199.019607843137],[199.019607843137,207.843137254902,189.21568627451],[175.490196078431,184.313725490196,163.725490196078],[186.274509803922,198.039215686275,176.470588235294],[205.882352941176,219.607843137255,195.098039215686],[176.470588235294,192.156862745098,166.666666666667],[151.960784313725,169.607843137255,144.117647058824],[164.705882352941,183.333333333333,155.882352941176],[157.843137254902,171.56862745098,146.078431372549],[148.039215686275,157.843137254902,131.372549019608],[166.666666666667,172.549019607843,145.098039215686],[198.039215686275,200.980392156863,174.509803921569],[187.254901960784,185.294117647059,160.78431372549],[200.980392156863,197.058823529412,172.549019607843],[223.529411764706,221.56862745098,197.058823529412],[225.490196078431,229.411764705882,204.901960784314],[248.039215686275,250,220.588235294118],[247.058823529412,245.098039215686,198.039215686275],[202.941176470588,200,146.078431372549],[177.450980392157,177.450980392157,124.509803921569],[189.21568627451,189.21568627451,136.274509803922],[214.705882352941,215.686274509804,159.803921568627],[228.43137254902,227.450980392157,171.56862745098],[200.980392156863,196.078431372549,139.21568627451],[207.843137254902,206.862745098039,151.960784313725],[195.098039215686,207.843137254902,164.705882352941],[194.117647058824,211.764705882353,172.549019607843],[145.098039215686,163.725490196078,119.607843137255],[149.019607843137,170.588235294118,133.333333333333],[154.901960784314,182.352941176471,160.78431372549],[111.764705882353,142.156862745098,126.470588235294],[138.235294117647,169.607843137255,149.019607843137],[91.1764705882353,121.56862745098,103.921568627451],[80.3921568627451,109.803921568627,101.960784313725],[50,82.3529411764706,75.4901960784314],[62.7450980392157,100,85.2941176470588],[56.8627450980392,98.0392156862745,78.4313725490196],[59.8039215686275,98.0392156862745,77.4509803921569],[76.4705882352941,112.745098039216,96.078431372549],[99.0196078431373,130.392156862745,125.490196078431],[108.823529411765,140.196078431373,139.21568627451],[113.725490196078,148.039215686275,144.117647058824],[114.705882352941,152.941176470588,150],[97.0588235294118,142.156862745098,142.156862745098],[75.4901960784314,123.529411764706,119.607843137255],[144.117647058824,194.117647058824,175.490196078431],[141.176470588235,193.137254901961,167.647058823529],[84.3137254901961,136.274509803922,116.666666666667],[45.0980392156863,100,87.2549019607843],[56.8627450980392,111.764705882353,108.823529411765],[69.6078431372549,123.529411764706,126.470588235294],[73.5294117647059,124.509803921569,137.254901960784],[71.5686274509804,119.607843137255,136.274509803922],[82.3529411764706,128.43137254902,146.078431372549],[76.4705882352941,120.588235294118,139.21568627451],[115.686274509804,160.78431372549,175.490196078431],[119.607843137255,165.686274509804,175.490196078431],[100,148.039215686275,151.960784313725],[109.803921568627,163.725490196078,158.823529411765],[86.2745098039216,142.156862745098,135.294117647059],[77.4509803921569,133.333333333333,124.509803921569],[78.4313725490196,130.392156862745,120.588235294118],[124.509803921569,173.529411764706,164.705882352941],[108.823529411765,157.843137254902,147.058823529412],[74.5098039215686,121.56862745098,107.843137254902],[91.1764705882353,134.313725490196,119.607843137255],[76.4705882352941,116.666666666667,99.0196078431373],[88.2352941176471,122.549019607843,102.941176470588],[98.0392156862745,126.470588235294,104.901960784314],[53.921568627451,79.4117647058823,54.9019607843137],[35.2941176470588,57.843137254902,32.3529411764706],[60.7843137254902,83.3333333333333,54.9019607843137],[60.7843137254902,85.2941176470588,53.921568627451],[132.352941176471,161.764705882353,126.470588235294],[133.333333333333,167.647058823529,128.43137254902],[160.78431372549,198.039215686275,157.843137254902],[190.196078431373,228.43137254902,185.294117647059],[158.823529411765,189.21568627451,149.019607843137],[140.196078431373,164.705882352941,125.490196078431],[125.490196078431,146.078431372549,105.882352941176],[119.607843137255,137.254901960784,100],[120.588235294118,140.196078431373,105.882352941176],[101.960784313725,125.490196078431,90.1960784313725],[44.1176470588235,76.4705882352941,30.3921568627451],[90.1960784313725,128.43137254902,74.5098039215686],[129.411764705882,169.607843137255,110.78431372549],[171.56862745098,209.803921568627,155.882352941176],[81.3725490196078,108.823529411765,68.6274509803922],[55.8823529411765,78.4313725490196,50],[96.078431372549,117.647058823529,97.0588235294118],[121.56862745098,147.058823529412,122.549019607843],[92.156862745098,126.470588235294,87.2549019607843],[151.960784313725,191.176470588235,142.156862745098],[164.705882352941,207.843137254902,157.843137254902],[59.8039215686275,105.882352941176,54.9019607843137],[74.5098039215686,115.686274509804,66.6666666666667],[66.6666666666667,103.921568627451,57.843137254902],[91.1764705882353,121.56862745098,78.4313725490196],[70.5882352941177,99.0196078431373,55.8823529411765],[85.2941176470588,110.78431372549,64.7058823529412],[135.294117647059,158.823529411765,109.803921568627],[117.647058823529,140.196078431373,85.2941176470588],[86.2745098039216,105.882352941176,48.0392156862745],[137.254901960784,152.941176470588,92.156862745098],[94.1176470588235,105.882352941176,43.1372549019608],[54.9019607843137,60.7843137254902,0],[61.7647058823529,60.7843137254902,4.90196078431373],[100.980392156863,96.078431372549,42.156862745098],[128.43137254902,121.56862745098,68.6274509803922],[133.333333333333,128.43137254902,71.5686274509804],[149.019607843137,144.117647058824,89.2156862745098],[154.901960784314,145.098039215686,93.1372549019608],[112.745098039216,99.0196078431373,52.9411764705882],[71.5686274509804,57.843137254902,13.7254901960784],[59.8039215686275,42.156862745098,2.94117647058824],[27.4509803921569,7.84313725490196,0],[81.3725490196078,60.7843137254902,30.3921568627451],[42.156862745098,18.6274509803922,0],[19.6078431372549,0,0],[55.8823529411765,35.2941176470588,18.6274509803922],[58.8235294117647,41.1764705882353,29.4117647058824],[39.2156862745098,26.4705882352941,17.6470588235294],[20.5882352941176,9.80392156862745,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0]],[[35.2941176470588,33.3333333333333,36.2745098039216],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[6.86274509803922,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[13.7254901960784,14.7058823529412,9.80392156862745],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,10.7843137254902],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,10.7843137254902,11.7647058823529],[10.7843137254902,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,8.82352941176471],[22.5490196078431,11.7647058823529,9.80392156862745],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[22.5490196078431,11.7647058823529,7.84313725490196],[10.7843137254902,0,0],[13.7254901960784,0,0],[27.4509803921569,12.7450980392157,9.80392156862745],[40.1960784313726,22.5490196078431,20.5882352941176],[34.3137254901961,16.6666666666667,12.7450980392157],[24.5098039215686,5.88235294117647,0],[50.9803921568627,33.3333333333333,21.5686274509804],[84.3137254901961,65.6862745098039,51.9607843137255],[75.4901960784314,50,27.4509803921569],[73.5294117647059,35.2941176470588,0],[104.901960784314,58.8235294117647,13.7254901960784],[125.490196078431,79.4117647058823,38.2352941176471],[154.901960784314,105.882352941176,69.6078431372549],[163.725490196078,115.686274509804,83.3333333333333],[176.470588235294,130.392156862745,100.980392156863],[135.294117647059,95.0980392156863,65.6862745098039],[62.7450980392157,28.4313725490196,0],[61.7647058823529,33.3333333333333,0],[47.0588235294118,25.4901960784314,0],[73.5294117647059,53.921568627451,17.6470588235294],[82.3529411764706,64.7058823529412,27.4509803921569],[78.4313725490196,58.8235294117647,24.5098039215686],[88.2352941176471,65.6862745098039,34.3137254901961],[106.862745098039,82.3529411764706,52.9411764705882],[129.411764705882,103.921568627451,71.5686274509804],[84.3137254901961,59.8039215686275,20.5882352941176],[51.9607843137255,23.5294117647059,0],[79.4117647058823,43.1372549019608,0],[93.1372549019608,50.9803921568627,6.86274509803922],[160.78431372549,113.725490196078,66.6666666666667],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,175.490196078431,111.764705882353],[176.470588235294,146.078431372549,80.3921568627451],[125.490196078431,105.882352941176,44.1176470588235],[155.882352941176,146.078431372549,86.2745098039216],[181.372549019608,179.411764705882,123.529411764706],[148.039215686275,147.058823529412,91.1764705882353],[151.960784313725,150.980392156863,87.2549019607843],[149.019607843137,145.098039215686,83.3333333333333],[153.921568627451,142.156862745098,93.1372549019608],[228.43137254902,223.529411764706,184.313725490196],[117.647058823529,133.333333333333,98.0392156862745],[53.921568627451,83.3333333333333,55.8823529411765],[94.1176470588235,131.372549019608,108.823529411765],[142.156862745098,181.372549019608,157.843137254902],[137.254901960784,170.588235294118,146.078431372549],[72.5490196078431,100,75.4901960784314],[100,119.607843137255,95.0980392156863],[79.4117647058823,97.0588235294118,75.4901960784314],[51.9607843137255,72.5490196078431,55.8823529411765],[81.3725490196078,99.0196078431373,85.2941176470588],[53.921568627451,66.6666666666667,50],[99.0196078431373,107.843137254902,89.2156862745098],[99.0196078431373,103.921568627451,81.3725490196078],[131.372549019608,139.21568627451,115.686274509804],[148.039215686275,162.745098039216,142.156862745098],[153.921568627451,172.549019607843,153.921568627451],[149.019607843137,169.607843137255,152.941176470588],[176.470588235294,194.117647058824,180.392156862745],[184.313725490196,201.960784313725,188.235294117647],[191.176470588235,207.843137254902,192.156862745098],[229.411764705882,246.078431372549,230.392156862745],[184.313725490196,200.980392156863,183.333333333333],[153.921568627451,172.549019607843,153.921568627451],[201.960784313725,220.588235294118,200.980392156863],[194.117647058824,215.686274509804,193.137254901961],[167.647058823529,189.21568627451,166.666666666667],[156.862745098039,176.470588235294,151.960784313725],[156.862745098039,174.509803921569,149.019607843137],[158.823529411765,172.549019607843,147.058823529412],[147.058823529412,156.862745098039,132.352941176471],[170.588235294118,175.490196078431,152.941176470588],[179.411764705882,183.333333333333,160.78431372549],[203.921568627451,205.882352941176,185.294117647059],[244.117647058824,246.078431372549,224.509803921569],[232.352941176471,238.235294117647,212.745098039216],[233.333333333333,238.235294117647,208.823529411765],[227.450980392157,228.43137254902,195.098039215686],[170.588235294118,168.627450980392,131.372549019608],[233.333333333333,232.352941176471,189.21568627451],[220.588235294118,219.607843137255,174.509803921569],[214.705882352941,213.725490196078,166.666666666667],[246.078431372549,245.098039215686,198.039215686275],[215.686274509804,213.725490196078,166.666666666667],[191.176470588235,193.137254901961,147.058823529412],[200.980392156863,212.745098039216,165.686274509804],[186.274509803922,202.941176470588,158.823529411765],[165.686274509804,184.313725490196,140.196078431373],[161.764705882353,185.294117647059,150],[173.529411764706,201.960784313725,182.352941176471],[129.411764705882,159.803921568627,145.098039215686],[124.509803921569,153.921568627451,130.392156862745],[56.8627450980392,85.2941176470588,63.7254901960784],[68.6274509803922,100,87.2549019607843],[54.9019607843137,89.2156862745098,82.3529411764706],[59.8039215686275,100.980392156863,91.1764705882353],[33.3333333333333,76.4705882352941,63.7254901960784],[40.1960784313726,84.3137254901961,63.7254901960784],[69.6078431372549,110.78431372549,91.1764705882353],[57.843137254902,90.1960784313725,79.4117647058823],[101.960784313725,132.352941176471,127.450980392157],[117.647058823529,149.019607843137,146.078431372549],[65.6862745098039,100.980392156863,100.980392156863],[78.4313725490196,121.56862745098,122.549019607843],[112.745098039216,160.78431372549,154.901960784314],[166.666666666667,217.647058823529,196.078431372549],[135.294117647059,188.235294117647,162.745098039216],[116.666666666667,169.607843137255,147.058823529412],[69.6078431372549,122.549019607843,108.823529411765],[58.8235294117647,109.803921568627,105.882352941176],[67.6470588235294,115.686274509804,120.588235294118],[55.8823529411765,100.980392156863,115.686274509804],[91.1764705882353,133.333333333333,151.960784313725],[87.2549019607843,128.43137254902,151.960784313725],[88.2352941176471,129.411764705882,152.941176470588],[96.078431372549,140.196078431373,158.823529411765],[102.941176470588,150,163.725490196078],[84.3137254901961,136.274509803922,142.156862745098],[81.3725490196078,139.21568627451,137.254901960784],[99.0196078431373,160.78431372549,152.941176470588],[91.1764705882353,151.960784313725,141.176470588235],[112.745098039216,164.705882352941,154.901960784314],[102.941176470588,150,138.235294117647],[119.607843137255,166.666666666667,152.941176470588],[131.372549019608,174.509803921569,159.803921568627],[120.588235294118,160.78431372549,143.137254901961],[50,83.3333333333333,66.6666666666667],[71.5686274509804,100,80.3921568627451],[92.156862745098,116.666666666667,95.0980392156863],[130.392156862745,150,125.490196078431],[95.0980392156863,113.725490196078,86.2745098039216],[100,120.588235294118,88.2352941176471],[128.43137254902,151.960784313725,116.666666666667],[142.156862745098,169.607843137255,130.392156862745],[177.450980392157,209.803921568627,167.647058823529],[151.960784313725,188.235294117647,145.098039215686],[190.196078431373,226.470588235294,183.333333333333],[103.921568627451,134.313725490196,93.1372549019608],[117.647058823529,144.117647058824,101.960784313725],[123.529411764706,144.117647058824,101.960784313725],[144.117647058824,161.764705882353,122.549019607843],[182.352941176471,200.980392156863,169.607843137255],[155.882352941176,179.411764705882,144.117647058824],[71.5686274509804,105.882352941176,52.9411764705882],[10.7843137254902,50,0],[81.3725490196078,122.549019607843,60.7843137254902],[180.392156862745,216.666666666667,163.725490196078],[63.7254901960784,92.156862745098,49.0196078431373],[78.4313725490196,100.980392156863,72.5490196078431],[168.627450980392,189.21568627451,174.509803921569],[89.2156862745098,111.764705882353,94.1176470588235],[61.7647058823529,93.1372549019608,56.8627450980392],[107.843137254902,146.078431372549,100],[163.725490196078,209.803921568627,158.823529411765],[106.862745098039,154.901960784314,100.980392156863],[82.3529411764706,125.490196078431,75.4901960784314],[75.4901960784314,114.705882352941,65.6862745098039],[57.843137254902,90.1960784313725,44.1176470588235],[51.9607843137255,80.3921568627451,33.3333333333333],[83.3333333333333,110.78431372549,60.7843137254902],[148.039215686275,172.549019607843,118.627450980392],[153.921568627451,177.450980392157,120.588235294118],[127.450980392157,147.058823529412,87.2549019607843],[134.313725490196,150,88.2352941176471],[78.4313725490196,90.1960784313725,27.4509803921569],[93.1372549019608,99.0196078431373,38.2352941176471],[98.0392156862745,99.0196078431373,42.156862745098],[97.0588235294118,92.156862745098,38.2352941176471],[88.2352941176471,83.3333333333333,28.4313725490196],[116.666666666667,115.686274509804,52.9411764705882],[163.725490196078,157.843137254902,97.0588235294118],[114.705882352941,101.960784313725,50],[73.5294117647059,55.8823529411765,10.7843137254902],[56.8627450980392,40.1960784313726,0],[87.2549019607843,69.6078431372549,32.3529411764706],[70.5882352941177,51.9607843137255,19.6078431372549],[86.2745098039216,65.6862745098039,37.2549019607843],[99.0196078431373,73.5294117647059,47.0588235294118],[35.2941176470588,9.80392156862745,0],[40.1960784313726,18.6274509803922,0],[64.7058823529412,49.0196078431373,33.3333333333333],[65.6862745098039,55.8823529411765,44.1176470588235],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[11.7647058823529,0.980392156862745,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[141.176470588235,139.21568627451,144.117647058824],[13.7254901960784,11.7647058823529,16.6666666666667],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[22.5490196078431,18.6274509803922,15.6862745098039],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[21.5686274509804,16.6666666666667,13.7254901960784],[12.7450980392157,7.84313725490196,4.90196078431373],[13.7254901960784,5.88235294117647,2.94117647058824],[31.3725490196078,20.5882352941176,16.6666666666667],[18.6274509803922,4.90196078431373,1.96078431372549],[24.5098039215686,11.7647058823529,5.88235294117647],[35.2941176470588,22.5490196078431,16.6666666666667],[24.5098039215686,11.7647058823529,5.88235294117647],[16.6666666666667,3.92156862745098,0],[22.5490196078431,9.80392156862745,3.92156862745098],[27.4509803921569,12.7450980392157,7.84313725490196],[25.4901960784314,10.7843137254902,5.88235294117647],[22.5490196078431,5.88235294117647,0],[32.3529411764706,15.6862745098039,8.82352941176471],[50,32.3529411764706,22.5490196078431],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,7.84313725490196],[53.921568627451,33.3333333333333,16.6666666666667],[30.3921568627451,8.82352941176471,0],[53.921568627451,30.3921568627451,0],[63.7254901960784,37.2549019607843,0],[87.2549019607843,53.921568627451,8.82352941176471],[135.294117647059,94.1176470588235,47.0588235294118],[153.921568627451,106.862745098039,59.8039215686275],[176.470588235294,126.470588235294,80.3921568627451],[166.666666666667,119.607843137255,74.5098039215686],[130.392156862745,88.2352941176471,46.078431372549],[134.313725490196,100,58.8235294117647],[131.372549019608,101.960784313725,64.7058823529412],[119.607843137255,96.078431372549,62.7450980392157],[77.4509803921569,54.9019607843137,24.5098039215686],[109.803921568627,84.3137254901961,57.843137254902],[97.0588235294118,69.6078431372549,46.078431372549],[84.3137254901961,50,28.4313725490196],[100.980392156863,70.5882352941177,43.1372549019608],[99.0196078431373,75.4901960784314,38.2352941176471],[85.2941176470588,60.7843137254902,20.5882352941176],[90.1960784313725,56.8627450980392,19.6078431372549],[161.764705882353,120.588235294118,79.4117647058823],[189.21568627451,144.117647058824,95.0980392156863],[146.078431372549,100.980392156863,43.1372549019608],[222.549019607843,185.294117647059,115.686274509804],[160.78431372549,133.333333333333,61.7647058823529],[126.470588235294,111.764705882353,46.078431372549],[131.372549019608,127.450980392157,65.6862745098039],[100.980392156863,104.901960784314,45.0980392156863],[125.490196078431,131.372549019608,68.6274509803922],[142.156862745098,148.039215686275,79.4117647058823],[193.137254901961,192.156862745098,129.411764705882],[184.313725490196,174.509803921569,126.470588235294],[173.529411764706,166.666666666667,125.490196078431],[133.333333333333,141.176470588235,100.980392156863],[106.862745098039,126.470588235294,92.156862745098],[95.0980392156863,122.549019607843,98.0392156862745],[82.3529411764706,112.745098039216,95.0980392156863],[45.0980392156863,73.5294117647059,55.8823529411765],[68.6274509803922,93.1372549019608,74.5098039215686],[146.078431372549,167.647058823529,147.058823529412],[109.803921568627,131.372549019608,110.78431372549],[91.1764705882353,115.686274509804,97.0588235294118],[124.509803921569,149.019607843137,130.392156862745],[56.8627450980392,78.4313725490196,57.843137254902],[76.4705882352941,96.078431372549,71.5686274509804],[131.372549019608,149.019607843137,123.529411764706],[173.529411764706,195.098039215686,174.509803921569],[146.078431372549,176.470588235294,161.764705882353],[173.529411764706,205.882352941176,195.098039215686],[199.019607843137,226.470588235294,212.745098039216],[180.392156862745,205.882352941176,193.137254901961],[194.117647058824,219.607843137255,206.862745098039],[184.313725490196,209.803921568627,197.058823529412],[205.882352941176,231.372549019608,218.627450980392],[158.823529411765,184.313725490196,171.56862745098],[142.156862745098,167.647058823529,154.901960784314],[140.196078431373,166.666666666667,150],[175.490196078431,201.960784313725,183.333333333333],[178.43137254902,202.941176470588,181.372549019608],[159.803921568627,183.333333333333,159.803921568627],[167.647058823529,190.196078431373,164.705882352941],[180.392156862745,198.039215686275,174.509803921569],[166.666666666667,180.392156862745,155.882352941176],[184.313725490196,196.078431372549,172.549019607843],[165.686274509804,174.509803921569,153.921568627451],[214.705882352941,221.56862745098,205.882352941176],[249.019607843137,250,234.313725490196],[222.549019607843,225.490196078431,197.058823529412],[218.627450980392,219.607843137255,189.21568627451],[242.156862745098,245.098039215686,224.509803921569],[201.960784313725,203.921568627451,182.352941176471],[173.529411764706,173.529411764706,140.196078431373],[227.450980392157,224.509803921569,184.313725490196],[250,249.019607843137,206.862745098039],[236.274509803922,237.254901960784,198.039215686275],[240.196078431373,246.078431372549,212.745098039216],[210.78431372549,218.627450980392,182.352941176471],[206.862745098039,218.627450980392,171.56862745098],[148.039215686275,164.705882352941,113.725490196078],[175.490196078431,198.039215686275,154.901960784314],[182.352941176471,206.862745098039,175.490196078431],[136.274509803922,160.78431372549,140.196078431373],[140.196078431373,166.666666666667,150],[107.843137254902,139.21568627451,116.666666666667],[60.7843137254902,98.0392156862745,77.4509803921569],[65.6862745098039,104.901960784314,96.078431372549],[41.1764705882353,81.3725490196078,75.4901960784314],[56.8627450980392,97.0588235294118,89.2156862745098],[61.7647058823529,102.941176470588,89.2156862745098],[72.5490196078431,115.686274509804,91.1764705882353],[112.745098039216,153.921568627451,130.392156862745],[66.6666666666667,106.862745098039,93.1372549019608],[60.7843137254902,99.0196078431373,94.1176470588235],[92.156862745098,129.411764705882,132.352941176471],[72.5490196078431,110.78431372549,115.686274509804],[73.5294117647059,112.745098039216,112.745098039216],[94.1176470588235,136.274509803922,127.450980392157],[154.901960784314,205.882352941176,184.313725490196],[135.294117647059,188.235294117647,162.745098039216],[105.882352941176,158.823529411765,136.274509803922],[59.8039215686275,109.803921568627,95.0980392156863],[88.2352941176471,134.313725490196,128.43137254902],[115.686274509804,158.823529411765,161.764705882353],[90.1960784313725,129.411764705882,139.21568627451],[120.588235294118,158.823529411765,175.490196078431],[100.980392156863,138.235294117647,158.823529411765],[105.882352941176,146.078431372549,167.647058823529],[82.3529411764706,123.529411764706,145.098039215686],[68.6274509803922,114.705882352941,130.392156862745],[68.6274509803922,121.56862745098,131.372549019608],[66.6666666666667,126.470588235294,129.411764705882],[90.1960784313725,154.901960784314,152.941176470588],[89.2156862745098,150.980392156863,143.137254901961],[108.823529411765,160.78431372549,150.980392156863],[88.2352941176471,135.294117647059,123.529411764706],[97.0588235294118,140.196078431373,127.450980392157],[94.1176470588235,134.313725490196,120.588235294118],[121.56862745098,157.843137254902,141.176470588235],[101.960784313725,132.352941176471,114.705882352941],[81.3725490196078,105.882352941176,85.2941176470588],[81.3725490196078,100,78.4313725490196],[82.3529411764706,100,74.5098039215686],[72.5490196078431,88.2352941176471,61.7647058823529],[86.2745098039216,104.901960784314,73.5294117647059],[123.529411764706,145.098039215686,109.803921568627],[115.686274509804,141.176470588235,102.941176470588],[155.882352941176,186.274509803922,145.098039215686],[140.196078431373,175.490196078431,132.352941176471],[169.607843137255,204.901960784314,161.764705882353],[116.666666666667,147.058823529412,106.862745098039],[64.7058823529412,91.1764705882353,50.9803921568627],[53.921568627451,74.5098039215686,34.3137254901961],[32.3529411764706,48.0392156862745,11.7647058823529],[68.6274509803922,84.3137254901961,57.843137254902],[76.4705882352941,97.0588235294118,64.7058823529412],[87.2549019607843,119.607843137255,65.6862745098039],[120.588235294118,158.823529411765,95.0980392156863],[129.411764705882,168.627450980392,107.843137254902],[180.392156862745,214.705882352941,161.764705882353],[118.627450980392,145.098039215686,102.941176470588],[84.3137254901961,103.921568627451,76.4705882352941],[173.529411764706,191.176470588235,179.411764705882],[105.882352941176,125.490196078431,113.725490196078],[35.2941176470588,65.6862745098039,32.3529411764706],[87.2549019607843,125.490196078431,79.4117647058823],[76.4705882352941,122.549019607843,71.5686274509804],[106.862745098039,152.941176470588,101.960784313725],[114.705882352941,155.882352941176,106.862745098039],[70.5882352941177,107.843137254902,59.8039215686275],[82.3529411764706,115.686274509804,66.6666666666667],[76.4705882352941,105.882352941176,56.8627450980392],[79.4117647058823,107.843137254902,54.9019607843137],[82.3529411764706,106.862745098039,52.9411764705882],[135.294117647059,158.823529411765,101.960784313725],[110.78431372549,132.352941176471,71.5686274509804],[103.921568627451,121.56862745098,60.7843137254902],[88.2352941176471,101.960784313725,42.156862745098],[87.2549019607843,97.0588235294118,38.2352941176471],[50.9803921568627,53.921568627451,0],[100,99.0196078431373,44.1176470588235],[94.1176470588235,92.156862745098,34.3137254901961],[91.1764705882353,90.1960784313725,24.5098039215686],[109.803921568627,104.901960784314,40.1960784313726],[70.5882352941177,53.921568627451,0.980392156862745],[68.6274509803922,47.0588235294118,0.980392156862745],[84.3137254901961,65.6862745098039,26.4705882352941],[82.3529411764706,64.7058823529412,29.4117647058824],[55.8823529411765,40.1960784313726,7.84313725490196],[100,81.3725490196078,51.9607843137255],[157.843137254902,131.372549019608,104.901960784314],[84.3137254901961,54.9019607843137,29.4117647058824],[17.6470588235294,0,0],[36.2745098039216,21.5686274509804,0.980392156862745],[50.9803921568627,45.0980392156863,31.3725490196078],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0]],[[110.78431372549,108.823529411765,113.725490196078],[0.980392156862745,0,3.92156862745098],[10.7843137254902,8.82352941176471,13.7254901960784],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,0.980392156862745],[3.92156862745098,2.94117647058824,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,9.80392156862745,6.86274509803922],[33.3333333333333,22.5490196078431,18.6274509803922],[31.3725490196078,18.6274509803922,12.7450980392157],[25.4901960784314,12.7450980392157,4.90196078431373],[40.1960784313726,26.4705882352941,17.6470588235294],[48.0392156862745,34.3137254901961,23.5294117647059],[24.5098039215686,10.7843137254902,0],[20.5882352941176,6.86274509803922,0],[57.843137254902,42.156862745098,29.4117647058824],[31.3725490196078,15.6862745098039,0.980392156862745],[25.4901960784314,9.80392156862745,0],[20.5882352941176,2.94117647058824,0],[20.5882352941176,3.92156862745098,0],[20.5882352941176,1.96078431372549,0],[46.078431372549,27.4509803921569,12.7450980392157],[63.7254901960784,43.1372549019608,26.4705882352941],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,0],[53.921568627451,36.2745098039216,0],[115.686274509804,89.2156862745098,47.0588235294118],[125.490196078431,92.156862745098,45.0980392156863],[109.803921568627,67.6470588235294,17.6470588235294],[148.039215686275,101.960784313725,49.0196078431373],[168.627450980392,122.549019607843,69.6078431372549],[191.176470588235,146.078431372549,97.0588235294118],[182.352941176471,145.098039215686,99.0196078431373],[144.117647058824,111.764705882353,71.5686274509804],[133.333333333333,105.882352941176,69.6078431372549],[60.7843137254902,34.3137254901961,4.90196078431373],[110.78431372549,84.3137254901961,55.8823529411765],[118.627450980392,88.2352941176471,60.7843137254902],[89.2156862745098,53.921568627451,28.4313725490196],[100,69.6078431372549,41.1764705882353],[110.78431372549,92.156862745098,52.9411764705882],[121.56862745098,102.941176470588,61.7647058823529],[165.686274509804,136.274509803922,100.980392156863],[198.039215686275,160.78431372549,122.549019607843],[149.019607843137,106.862745098039,56.8627450980392],[145.098039215686,104.901960784314,44.1176470588235],[190.196078431373,156.862745098039,86.2745098039216],[227.450980392157,203.921568627451,131.372549019608],[165.686274509804,156.862745098039,91.1764705882353],[128.43137254902,128.43137254902,65.6862745098039],[133.333333333333,144.117647058824,79.4117647058823],[120.588235294118,132.352941176471,67.6470588235294],[170.588235294118,180.392156862745,110.78431372549],[219.607843137255,221.56862745098,157.843137254902],[231.372549019608,223.529411764706,175.490196078431],[217.647058823529,208.823529411765,168.627450980392],[215.686274509804,216.666666666667,175.490196078431],[195.098039215686,206.862745098039,169.607843137255],[202.941176470588,225.490196078431,200],[171.56862745098,195.098039215686,179.411764705882],[94.1176470588235,117.647058823529,103.921568627451],[103.921568627451,126.470588235294,110.78431372549],[128.43137254902,149.019607843137,130.392156862745],[137.254901960784,160.78431372549,139.21568627451],[110.78431372549,139.21568627451,117.647058823529],[107.843137254902,137.254901960784,113.725490196078],[130.392156862745,158.823529411765,131.372549019608],[167.647058823529,193.137254901961,164.705882352941],[211.764705882353,237.254901960784,208.823529411765],[220.588235294118,250,228.43137254902],[198.039215686275,239.21568627451,225.490196078431],[186.274509803922,228.43137254902,218.627450980392],[152.941176470588,188.235294117647,176.470588235294],[101.960784313725,135.294117647059,121.56862745098],[131.372549019608,163.725490196078,152.941176470588],[169.607843137255,201.960784313725,193.137254901961],[179.411764705882,211.764705882353,202.941176470588],[99.0196078431373,131.372549019608,122.549019607843],[131.372549019608,163.725490196078,154.901960784314],[128.43137254902,159.803921568627,147.058823529412],[109.803921568627,142.156862745098,125.490196078431],[119.607843137255,150.980392156863,130.392156862745],[181.372549019608,208.823529411765,186.274509803922],[205.882352941176,231.372549019608,206.862745098039],[209.803921568627,231.372549019608,208.823529411765],[197.058823529412,215.686274509804,194.117647058824],[177.450980392157,192.156862745098,171.56862745098],[157.843137254902,170.588235294118,152.941176470588],[184.313725490196,194.117647058824,183.333333333333],[227.450980392157,233.333333333333,219.607843137255],[230.392156862745,230.392156862745,206.862745098039],[199.019607843137,197.058823529412,172.549019607843],[234.313725490196,239.21568627451,219.607843137255],[200,202.941176470588,182.352941176471],[182.352941176471,179.411764705882,147.058823529412],[192.156862745098,188.235294117647,150.980392156863],[233.333333333333,230.392156862745,190.196078431373],[191.176470588235,193.137254901961,154.901960784314],[193.137254901961,203.921568627451,172.549019607843],[173.529411764706,187.254901960784,154.901960784314],[169.607843137255,182.352941176471,140.196078431373],[151.960784313725,166.666666666667,124.509803921569],[156.862745098039,180.392156862745,145.098039215686],[141.176470588235,166.666666666667,140.196078431373],[116.666666666667,139.21568627451,119.607843137255],[131.372549019608,157.843137254902,139.21568627451],[61.7647058823529,94.1176470588235,73.5294117647059],[63.7254901960784,104.901960784314,85.2941176470588],[77.4509803921569,119.607843137255,110.78431372549],[28.4313725490196,72.5490196078431,67.6470588235294],[28.4313725490196,70.5882352941177,63.7254901960784],[53.921568627451,95.0980392156863,83.3333333333333],[112.745098039216,155.882352941176,131.372549019608],[123.529411764706,166.666666666667,140.196078431373],[121.56862745098,165.686274509804,146.078431372549],[76.4705882352941,118.627450980392,111.764705882353],[58.8235294117647,99.0196078431373,102.941176470588],[73.5294117647059,113.725490196078,119.607843137255],[69.6078431372549,107.843137254902,106.862745098039],[67.6470588235294,108.823529411765,99.0196078431373],[103.921568627451,154.901960784314,133.333333333333],[130.392156862745,183.333333333333,159.803921568627],[100,150.980392156863,129.411764705882],[123.529411764706,169.607843137255,153.921568627451],[140.196078431373,182.352941176471,173.529411764706],[153.921568627451,193.137254901961,192.156862745098],[200,236.274509803922,242.156862745098],[152.941176470588,188.235294117647,200],[117.647058823529,153.921568627451,171.56862745098],[88.2352941176471,125.490196078431,144.117647058824],[83.3333333333333,125.490196078431,144.117647058824],[78.4313725490196,126.470588235294,143.137254901961],[70.5882352941177,126.470588235294,137.254901960784],[69.6078431372549,131.372549019608,138.235294117647],[86.2745098039216,152.941176470588,153.921568627451],[88.2352941176471,151.960784313725,148.039215686275],[114.705882352941,166.666666666667,158.823529411765],[106.862745098039,151.960784313725,141.176470588235],[75.4901960784314,116.666666666667,104.901960784314],[79.4117647058823,116.666666666667,103.921568627451],[113.725490196078,145.098039215686,130.392156862745],[127.450980392157,153.921568627451,137.254901960784],[131.372549019608,151.960784313725,133.333333333333],[120.588235294118,137.254901960784,118.627450980392],[64.7058823529412,79.4117647058823,56.8627450980392],[79.4117647058823,95.0980392156863,68.6274509803922],[100,118.627450980392,87.2549019607843],[96.078431372549,117.647058823529,82.3529411764706],[127.450980392157,152.941176470588,114.705882352941],[133.333333333333,160.78431372549,120.588235294118],[148.039215686275,178.43137254902,137.254901960784],[149.019607843137,179.411764705882,139.21568627451],[57.843137254902,84.3137254901961,50],[42.156862745098,65.6862745098039,32.3529411764706],[62.7450980392157,80.3921568627451,43.1372549019608],[78.4313725490196,93.1372549019608,60.7843137254902],[83.3333333333333,97.0588235294118,74.5098039215686],[35.2941176470588,55.8823529411765,25.4901960784314],[106.862745098039,139.21568627451,85.2941176470588],[140.196078431373,178.43137254902,116.666666666667],[100.980392156863,140.196078431373,81.3725490196078],[170.588235294118,204.901960784314,151.960784313725],[142.156862745098,168.627450980392,124.509803921569],[87.2549019607843,107.843137254902,77.4509803921569],[33.3333333333333,49.0196078431373,39.2156862745098],[22.5490196078431,42.156862745098,31.3725490196078],[37.2549019607843,65.6862745098039,35.2941176470588],[85.2941176470588,121.56862745098,78.4313725490196],[51.9607843137255,95.0980392156863,47.0588235294118],[158.823529411765,201.960784313725,151.960784313725],[124.509803921569,163.725490196078,114.705882352941],[87.2549019607843,123.529411764706,73.5294117647059],[59.8039215686275,91.1764705882353,42.156862745098],[72.5490196078431,100,50],[118.627450980392,145.098039215686,93.1372549019608],[121.56862745098,146.078431372549,92.156862745098],[110.78431372549,135.294117647059,79.4117647058823],[105.882352941176,129.411764705882,70.5882352941177],[110.78431372549,130.392156862745,70.5882352941177],[59.8039215686275,77.4509803921569,18.6274509803922],[63.7254901960784,77.4509803921569,19.6078431372549],[39.2156862745098,49.0196078431373,0],[96.078431372549,100.980392156863,44.1176470588235],[154.901960784314,155.882352941176,97.0588235294118],[151.960784313725,152.941176470588,84.3137254901961],[133.333333333333,126.470588235294,59.8039215686275],[112.745098039216,94.1176470588235,39.2156862745098],[99.0196078431373,75.4901960784314,30.3921568627451],[82.3529411764706,63.7254901960784,24.5098039215686],[66.6666666666667,49.0196078431373,13.7254901960784],[43.1372549019608,27.4509803921569,0],[33.3333333333333,14.7058823529412,0],[72.5490196078431,43.1372549019608,15.6862745098039],[48.0392156862745,18.6274509803922,0],[56.8627450980392,33.3333333333333,7.84313725490196],[61.7647058823529,47.0588235294118,26.4705882352941],[13.7254901960784,7.84313725490196,0],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,1.96078431372549],[12.7450980392157,0,8.82352941176471],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[15.6862745098039,6.86274509803922,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,10.7843137254902,9.80392156862745],[18.6274509803922,8.82352941176471,7.84313725490196],[17.6470588235294,7.84313725490196,6.86274509803922],[22.5490196078431,8.82352941176471,7.84313725490196],[18.6274509803922,3.92156862745098,0.980392156862745],[35.2941176470588,20.5882352941176,13.7254901960784],[34.3137254901961,17.6470588235294,7.84313725490196],[54.9019607843137,39.2156862745098,23.5294117647059],[66.6666666666667,51.9607843137255,31.3725490196078],[21.5686274509804,7.84313725490196,0],[56.8627450980392,42.156862745098,13.7254901960784],[72.5490196078431,57.843137254902,27.4509803921569],[45.0980392156863,30.3921568627451,1.96078431372549],[44.1176470588235,27.4509803921569,1.96078431372549],[53.921568627451,36.2745098039216,14.7058823529412],[46.078431372549,27.4509803921569,10.7843137254902],[65.6862745098039,47.0588235294118,33.3333333333333],[50,30.3921568627451,21.5686274509804],[25.4901960784314,5.88235294117647,0],[32.3529411764706,16.6666666666667,0.980392156862745],[44.1176470588235,28.4313725490196,5.88235294117647],[127.450980392157,106.862745098039,76.4705882352941],[117.647058823529,90.1960784313725,51.9607843137255],[100.980392156863,69.6078431372549,23.5294117647059],[148.039215686275,111.764705882353,60.7843137254902],[133.333333333333,93.1372549019608,42.156862745098],[160.78431372549,120.588235294118,69.6078431372549],[186.274509803922,147.058823529412,99.0196078431373],[136.274509803922,100,55.8823529411765],[117.647058823529,85.2941176470588,45.0980392156863],[112.745098039216,81.3725490196078,43.1372549019608],[123.529411764706,94.1176470588235,56.8627450980392],[110.78431372549,81.3725490196078,44.1176470588235],[130.392156862745,101.960784313725,62.7450980392157],[146.078431372549,121.56862745098,81.3725490196078],[131.372549019608,118.627450980392,75.4901960784314],[124.509803921569,111.764705882353,70.5882352941177],[199.019607843137,173.529411764706,141.176470588235],[144.117647058824,110.78431372549,74.5098039215686],[129.411764705882,90.1960784313725,40.1960784313726],[163.725490196078,126.470588235294,64.7058823529412],[182.352941176471,152.941176470588,82.3529411764706],[203.921568627451,184.313725490196,112.745098039216],[195.098039215686,190.196078431373,125.490196078431],[204.901960784314,210.78431372549,148.039215686275],[172.549019607843,187.254901960784,121.56862745098],[132.352941176471,149.019607843137,82.3529411764706],[122.549019607843,135.294117647059,67.6470588235294],[223.529411764706,229.411764705882,168.627450980392],[205.882352941176,201.960784313725,155.882352941176],[228.43137254902,220.588235294118,182.352941176471],[243.137254901961,238.235294117647,200.980392156863],[218.627450980392,222.549019607843,190.196078431373],[209.803921568627,222.549019607843,202.941176470588],[188.235294117647,208.823529411765,194.117647058824],[169.607843137255,189.21568627451,177.450980392157],[117.647058823529,138.235294117647,123.529411764706],[98.0392156862745,116.666666666667,97.0588235294118],[147.058823529412,168.627450980392,146.078431372549],[91.1764705882353,118.627450980392,96.078431372549],[94.1176470588235,123.529411764706,96.078431372549],[158.823529411765,187.254901960784,156.862745098039],[196.078431372549,225.490196078431,190.196078431373],[148.039215686275,177.450980392157,142.156862745098],[194.117647058824,230.392156862745,198.039215686275],[169.607843137255,216.666666666667,195.098039215686],[118.627450980392,168.627450980392,151.960784313725],[105.882352941176,149.019607843137,132.352941176471],[109.803921568627,150,136.274509803922],[163.725490196078,204.901960784314,193.137254901961],[206.862745098039,247.058823529412,239.21568627451],[139.21568627451,179.411764705882,173.529411764706],[126.470588235294,166.666666666667,160.78431372549],[139.21568627451,178.43137254902,170.588235294118],[153.921568627451,193.137254901961,184.313725490196],[86.2745098039216,121.56862745098,107.843137254902],[132.352941176471,165.686274509804,149.019607843137],[180.392156862745,211.764705882353,191.176470588235],[186.274509803922,215.686274509804,192.156862745098],[169.607843137255,194.117647058824,172.549019607843],[167.647058823529,191.176470588235,169.607843137255],[178.43137254902,200,179.411764705882],[159.803921568627,176.470588235294,160.78431372549],[214.705882352941,225.490196078431,219.607843137255],[210.78431372549,215.686274509804,209.803921568627],[241.176470588235,237.254901960784,226.470588235294],[235.294117647059,232.352941176471,215.686274509804],[200.980392156863,202.941176470588,181.372549019608],[151.960784313725,154.901960784314,124.509803921569],[219.607843137255,215.686274509804,178.43137254902],[212.745098039216,207.843137254902,166.666666666667],[207.843137254902,206.862745098039,163.725490196078],[211.764705882353,217.647058823529,174.509803921569],[156.862745098039,171.56862745098,133.333333333333],[186.274509803922,202.941176470588,167.647058823529],[176.470588235294,191.176470588235,160.78431372549],[187.254901960784,202.941176470588,177.450980392157],[189.21568627451,213.725490196078,192.156862745098],[91.1764705882353,117.647058823529,99.0196078431373],[120.588235294118,143.137254901961,125.490196078431],[99.0196078431373,123.529411764706,104.901960784314],[62.7450980392157,97.0588235294118,75.4901960784314],[106.862745098039,148.039215686275,128.43137254902],[65.6862745098039,107.843137254902,98.0392156862745],[45.0980392156863,89.2156862745098,84.3137254901961],[38.2352941176471,82.3529411764706,79.4117647058823],[54.9019607843137,97.0588235294118,88.2352941176471],[71.5686274509804,115.686274509804,93.1372549019608],[117.647058823529,162.745098039216,135.294117647059],[112.745098039216,156.862745098039,136.274509803922],[80.3921568627451,125.490196078431,114.705882352941],[68.6274509803922,111.764705882353,114.705882352941],[76.4705882352941,116.666666666667,122.549019607843],[88.2352941176471,125.490196078431,126.470588235294],[81.3725490196078,121.56862745098,113.725490196078],[110.78431372549,157.843137254902,142.156862745098],[92.156862745098,142.156862745098,123.529411764706],[107.843137254902,153.921568627451,134.313725490196],[158.823529411765,201.960784313725,185.294117647059],[164.705882352941,204.901960784314,191.176470588235],[157.843137254902,195.098039215686,184.313725490196],[176.470588235294,211.764705882353,207.843137254902],[109.803921568627,144.117647058824,146.078431372549],[82.3529411764706,118.627450980392,126.470588235294],[95.0980392156863,134.313725490196,146.078431372549],[88.2352941176471,133.333333333333,148.039215686275],[83.3333333333333,134.313725490196,148.039215686275],[84.3137254901961,141.176470588235,152.941176470588],[71.5686274509804,133.333333333333,142.156862745098],[67.6470588235294,133.333333333333,139.21568627451],[93.1372549019608,155.882352941176,155.882352941176],[116.666666666667,165.686274509804,162.745098039216],[102.941176470588,145.098039215686,138.235294117647],[86.2745098039216,125.490196078431,117.647058823529],[124.509803921569,159.803921568627,150],[118.627450980392,148.039215686275,136.274509803922],[113.725490196078,137.254901960784,124.509803921569],[87.2549019607843,107.843137254902,93.1372549019608],[103.921568627451,120.588235294118,102.941176470588],[114.705882352941,129.411764705882,108.823529411765],[85.2941176470588,100,77.4509803921569],[98.0392156862745,116.666666666667,89.2156862745098],[160.78431372549,181.372549019608,150.980392156863],[141.176470588235,164.705882352941,131.372549019608],[159.803921568627,185.294117647059,149.019607843137],[101.960784313725,129.411764705882,92.156862745098],[62.7450980392157,89.2156862745098,54.9019607843137],[49.0196078431373,72.5490196078431,47.0588235294118],[44.1176470588235,63.7254901960784,39.2156862745098],[38.2352941176471,52.9411764705882,24.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[72.5490196078431,85.2941176470588,67.6470588235294],[83.3333333333333,100.980392156863,75.4901960784314],[133.333333333333,161.764705882353,114.705882352941],[98.0392156862745,132.352941176471,75.4901960784314],[99.0196078431373,135.294117647059,82.3529411764706],[124.509803921569,157.843137254902,108.823529411765],[88.2352941176471,114.705882352941,70.5882352941177],[77.4509803921569,98.0392156862745,65.6862745098039],[4.90196078431373,22.5490196078431,8.82352941176471],[54.9019607843137,74.5098039215686,62.7450980392157],[44.1176470588235,72.5490196078431,42.156862745098],[132.352941176471,168.627450980392,125.490196078431],[211.764705882353,250,203.921568627451],[164.705882352941,201.960784313725,153.921568627451],[130.392156862745,165.686274509804,118.627450980392],[82.3529411764706,113.725490196078,65.6862745098039],[77.4509803921569,104.901960784314,56.8627450980392],[84.3137254901961,109.803921568627,62.7450980392157],[143.137254901961,166.666666666667,117.647058823529],[155.882352941176,179.411764705882,128.43137254902],[115.686274509804,140.196078431373,86.2745098039216],[98.0392156862745,120.588235294118,67.6470588235294],[78.4313725490196,100.980392156863,46.078431372549],[65.6862745098039,86.2745098039216,30.3921568627451],[113.725490196078,131.372549019608,74.5098039215686],[145.098039215686,159.803921568627,101.960784313725],[183.333333333333,194.117647058824,135.294117647059],[152.941176470588,158.823529411765,98.0392156862745],[163.725490196078,164.705882352941,96.078431372549],[179.411764705882,170.588235294118,102.941176470588],[107.843137254902,87.2549019607843,31.3725490196078],[83.3333333333333,56.8627450980392,10.7843137254902],[84.3137254901961,62.7450980392157,22.5490196078431],[62.7450980392157,45.0980392156863,9.80392156862745],[77.4509803921569,61.7647058823529,29.4117647058824],[68.6274509803922,48.0392156862745,17.6470588235294],[52.9411764705882,23.5294117647059,0],[26.4705882352941,0,0],[50.9803921568627,27.4509803921569,3.92156862745098],[39.2156862745098,24.5098039215686,3.92156862745098],[7.84313725490196,1.96078431372549,0],[3.92156862745098,0,0],[17.6470588235294,4.90196078431373,13.7254901960784],[7.84313725490196,0,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[28.4313725490196,24.5098039215686,21.5686274509804],[49.0196078431373,45.0980392156863,42.156862745098],[19.6078431372549,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,2.94117647058824]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0],[4.90196078431373,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[18.6274509803922,9.80392156862745,12.7450980392157],[19.6078431372549,10.7843137254902,11.7647058823529],[12.7450980392157,3.92156862745098,4.90196078431373],[16.6666666666667,7.84313725490196,8.82352941176471],[22.5490196078431,12.7450980392157,11.7647058823529],[22.5490196078431,12.7450980392157,11.7647058823529],[21.5686274509804,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,8.82352941176471],[26.4705882352941,15.6862745098039,13.7254901960784],[29.4117647058824,15.6862745098039,12.7450980392157],[18.6274509803922,3.92156862745098,0],[32.3529411764706,15.6862745098039,7.84313725490196],[23.5294117647059,7.84313725490196,0],[36.2745098039216,21.5686274509804,2.94117647058824],[83.3333333333333,69.6078431372549,44.1176470588235],[102.941176470588,88.2352941176471,57.843137254902],[52.9411764705882,39.2156862745098,4.90196078431373],[137.254901960784,123.529411764706,87.2549019607843],[60.7843137254902,47.0588235294118,12.7450980392157],[75.4901960784314,59.8039215686275,27.4509803921569],[71.5686274509804,54.9019607843137,29.4117647058824],[70.5882352941177,52.9411764705882,33.3333333333333],[49.0196078431373,31.3725490196078,17.6470588235294],[36.2745098039216,18.6274509803922,8.82352941176471],[39.2156862745098,19.6078431372549,10.7843137254902],[41.1764705882353,17.6470588235294,5.88235294117647],[56.8627450980392,34.3137254901961,16.6666666666667],[70.5882352941177,47.0588235294118,21.5686274509804],[143.137254901961,120.588235294118,89.2156862745098],[92.156862745098,69.6078431372549,29.4117647058824],[72.5490196078431,46.078431372549,1.96078431372549],[106.862745098039,77.4509803921569,28.4313725490196],[139.21568627451,107.843137254902,57.843137254902],[140.196078431373,104.901960784314,57.843137254902],[205.882352941176,170.588235294118,123.529411764706],[112.745098039216,76.4705882352941,32.3529411764706],[94.1176470588235,61.7647058823529,17.6470588235294],[126.470588235294,98.0392156862745,54.9019607843137],[147.058823529412,123.529411764706,78.4313725490196],[120.588235294118,99.0196078431373,52.9411764705882],[124.509803921569,107.843137254902,62.7450980392157],[58.8235294117647,50.9803921568627,5.88235294117647],[87.2549019607843,78.4313725490196,38.2352941176471],[106.862745098039,87.2549019607843,54.9019607843137],[75.4901960784314,48.0392156862745,11.7647058823529],[108.823529411765,76.4705882352941,24.5098039215686],[163.725490196078,133.333333333333,70.5882352941177],[162.745098039216,139.21568627451,70.5882352941177],[189.21568627451,175.490196078431,105.882352941176],[145.098039215686,144.117647058824,81.3725490196078],[111.764705882353,120.588235294118,58.8235294117647],[169.607843137255,185.294117647059,121.56862745098],[190.196078431373,208.823529411765,144.117647058824],[153.921568627451,167.647058823529,106.862745098039],[199.019607843137,207.843137254902,151.960784313725],[164.705882352941,163.725490196078,118.627450980392],[189.21568627451,184.313725490196,145.098039215686],[216.666666666667,211.764705882353,174.509803921569],[250,250,219.607843137255],[191.176470588235,204.901960784314,180.392156862745],[185.294117647059,205.882352941176,187.254901960784],[193.137254901961,215.686274509804,196.078431372549],[158.823529411765,182.352941176471,160.78431372549],[142.156862745098,164.705882352941,139.21568627451],[123.529411764706,147.058823529412,121.56862745098],[147.058823529412,174.509803921569,151.960784313725],[182.352941176471,211.764705882353,186.274509803922],[197.058823529412,222.549019607843,194.117647058824],[159.803921568627,186.274509803922,155.882352941176],[138.235294117647,164.705882352941,132.352941176471],[217.647058823529,250,220.588235294118],[140.196078431373,187.254901960784,163.725490196078],[78.4313725490196,128.43137254902,109.803921568627],[144.117647058824,190.196078431373,172.549019607843],[190.196078431373,236.274509803922,220.588235294118],[182.352941176471,227.450980392157,216.666666666667],[173.529411764706,219.607843137255,211.764705882353],[103.921568627451,149.019607843137,146.078431372549],[155.882352941176,200.980392156863,198.039215686275],[126.470588235294,170.588235294118,165.686274509804],[171.56862745098,213.725490196078,206.862745098039],[168.627450980392,207.843137254902,197.058823529412],[118.627450980392,154.901960784314,138.235294117647],[158.823529411765,191.176470588235,172.549019607843],[150.980392156863,182.352941176471,159.803921568627],[120.588235294118,149.019607843137,127.450980392157],[160.78431372549,188.235294117647,166.666666666667],[187.254901960784,211.764705882353,191.176470588235],[174.509803921569,195.098039215686,180.392156862745],[239.21568627451,250,244.117647058824],[230.392156862745,235.294117647059,231.372549019608],[242.156862745098,241.176470588235,236.274509803922],[227.450980392157,223.529411764706,211.764705882353],[187.254901960784,186.274509803922,158.823529411765],[153.921568627451,150.980392156863,116.666666666667],[159.803921568627,154.901960784314,117.647058823529],[193.137254901961,190.196078431373,148.039215686275],[224.509803921569,225.490196078431,182.352941176471],[221.56862745098,228.43137254902,185.294117647059],[200,214.705882352941,172.549019607843],[148.039215686275,167.647058823529,131.372549019608],[146.078431372549,163.725490196078,140.196078431373],[177.450980392157,198.039215686275,181.372549019608],[133.333333333333,159.803921568627,143.137254901961],[77.4509803921569,103.921568627451,89.2156862745098],[74.5098039215686,98.0392156862745,82.3529411764706],[108.823529411765,132.352941176471,116.666666666667],[90.1960784313725,121.56862745098,100.980392156863],[87.2549019607843,124.509803921569,103.921568627451],[31.3725490196078,72.5490196078431,58.8235294117647],[40.1960784313726,82.3529411764706,75.4901960784314],[50,93.1372549019608,92.156862745098],[66.6666666666667,110.78431372549,105.882352941176],[80.3921568627451,126.470588235294,108.823529411765],[101.960784313725,147.058823529412,121.56862745098],[124.509803921569,167.647058823529,143.137254901961],[75.4901960784314,117.647058823529,99.0196078431373],[71.5686274509804,110.78431372549,109.803921568627],[101.960784313725,140.196078431373,145.098039215686],[74.5098039215686,113.725490196078,115.686274509804],[75.4901960784314,116.666666666667,114.705882352941],[115.686274509804,160.78431372549,150.980392156863],[59.8039215686275,105.882352941176,90.1960784313725],[100.980392156863,144.117647058824,127.450980392157],[150.980392156863,191.176470588235,173.529411764706],[159.803921568627,196.078431372549,178.43137254902],[145.098039215686,181.372549019608,164.705882352941],[93.1372549019608,128.43137254902,118.627450980392],[64.7058823529412,100,96.078431372549],[76.4705882352941,115.686274509804,115.686274509804],[82.3529411764706,124.509803921569,130.392156862745],[85.2941176470588,132.352941176471,142.156862745098],[88.2352941176471,139.21568627451,151.960784313725],[93.1372549019608,148.039215686275,160.78431372549],[91.1764705882353,150,160.78431372549],[85.2941176470588,148.039215686275,156.862745098039],[90.1960784313725,150,154.901960784314],[121.56862745098,170.588235294118,169.607843137255],[145.098039215686,186.274509803922,182.352941176471],[164.705882352941,202.941176470588,198.039215686275],[141.176470588235,175.490196078431,169.607843137255],[107.843137254902,137.254901960784,129.411764705882],[70.5882352941177,93.1372549019608,83.3333333333333],[71.5686274509804,91.1764705882353,79.4117647058823],[80.3921568627451,98.0392156862745,82.3529411764706],[59.8039215686275,76.4705882352941,58.8235294117647],[57.843137254902,75.4901960784314,53.921568627451],[118.627450980392,138.235294117647,111.764705882353],[97.0588235294118,116.666666666667,89.2156862745098],[58.8235294117647,79.4117647058823,49.0196078431373],[100,123.529411764706,90.1960784313725],[78.4313725490196,101.960784313725,68.6274509803922],[42.156862745098,61.7647058823529,34.3137254901961],[59.8039215686275,78.4313725490196,59.8039215686275],[87.2549019607843,100.980392156863,84.3137254901961],[63.7254901960784,73.5294117647059,49.0196078431373],[28.4313725490196,38.2352941176471,13.7254901960784],[47.0588235294118,57.843137254902,41.1764705882353],[106.862745098039,121.56862745098,99.0196078431373],[48.0392156862745,74.5098039215686,34.3137254901961],[113.725490196078,147.058823529412,98.0392156862745],[159.803921568627,193.137254901961,144.117647058824],[35.2941176470588,66.6666666666667,20.5882352941176],[64.7058823529412,91.1764705882353,47.0588235294118],[74.5098039215686,96.078431372549,60.7843137254902],[52.9411764705882,71.5686274509804,52.9411764705882],[27.4509803921569,50,32.3529411764706],[45.0980392156863,75.4901960784314,44.1176470588235],[153.921568627451,188.235294117647,147.058823529412],[189.21568627451,224.509803921569,179.411764705882],[151.960784313725,184.313725490196,138.235294117647],[116.666666666667,148.039215686275,100],[68.6274509803922,96.078431372549,48.0392156862745],[108.823529411765,132.352941176471,85.2941176470588],[114.705882352941,136.274509803922,90.1960784313725],[121.56862745098,143.137254901961,95.0980392156863],[101.960784313725,123.529411764706,75.4901960784314],[125.490196078431,147.058823529412,99.0196078431373],[84.3137254901961,107.843137254902,56.8627450980392],[50.9803921568627,73.5294117647059,20.5882352941176],[72.5490196078431,95.0980392156863,40.1960784313726],[84.3137254901961,104.901960784314,47.0588235294118],[115.686274509804,135.294117647059,75.4901960784314],[150,165.686274509804,104.901960784314],[128.43137254902,139.21568627451,74.5098039215686],[117.647058823529,119.607843137255,48.0392156862745],[147.058823529412,138.235294117647,70.5882352941177],[135.294117647059,114.705882352941,58.8235294117647],[91.1764705882353,68.6274509803922,19.6078431372549],[67.6470588235294,47.0588235294118,4.90196078431373],[34.3137254901961,14.7058823529412,0],[65.6862745098039,47.0588235294118,14.7058823529412],[76.4705882352941,55.8823529411765,25.4901960784314],[54.9019607843137,25.4901960784314,0],[49.0196078431373,19.6078431372549,0],[100,78.4313725490196,55.8823529411765],[61.7647058823529,47.0588235294118,28.4313725490196],[11.7647058823529,5.88235294117647,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,0,3.92156862745098],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[14.7058823529412,10.7843137254902,7.84313725490196],[26.4705882352941,22.5490196078431,19.6078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549]],[[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,1.96078431372549],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,10.7843137254902],[11.7647058823529,1.96078431372549,2.94117647058824],[17.6470588235294,5.88235294117647,7.84313725490196],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[16.6666666666667,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[20.5882352941176,6.86274509803922,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[22.5490196078431,8.82352941176471,0],[26.4705882352941,12.7450980392157,0],[49.0196078431373,33.3333333333333,18.6274509803922],[33.3333333333333,17.6470588235294,1.96078431372549],[28.4313725490196,13.7254901960784,0],[66.6666666666667,51.9607843137255,29.4117647058824],[140.196078431373,124.509803921569,99.0196078431373],[119.607843137255,104.901960784314,74.5098039215686],[120.588235294118,105.882352941176,73.5294117647059],[90.1960784313725,75.4901960784314,43.1372549019608],[59.8039215686275,45.0980392156863,14.7058823529412],[60.7843137254902,46.078431372549,17.6470588235294],[55.8823529411765,40.1960784313726,17.6470588235294],[54.9019607843137,38.2352941176471,20.5882352941176],[55.8823529411765,38.2352941176471,24.5098039215686],[49.0196078431373,26.4705882352941,12.7450980392157],[72.5490196078431,36.2745098039216,17.6470588235294],[67.6470588235294,28.4313725490196,3.92156862745098],[79.4117647058823,50,22.5490196078431],[95.0980392156863,72.5490196078431,42.156862745098],[84.3137254901961,70.5882352941177,36.2745098039216],[88.2352941176471,76.4705882352941,39.2156862745098],[96.078431372549,81.3725490196078,41.1764705882353],[123.529411764706,104.901960784314,62.7450980392157],[129.411764705882,102.941176470588,56.8627450980392],[197.058823529412,165.686274509804,119.607843137255],[144.117647058824,108.823529411765,61.7647058823529],[113.725490196078,80.3921568627451,35.2941176470588],[101.960784313725,75.4901960784314,29.4117647058824],[132.352941176471,114.705882352941,67.6470588235294],[139.21568627451,128.43137254902,83.3333333333333],[119.607843137255,112.745098039216,67.6470588235294],[97.0588235294118,93.1372549019608,49.0196078431373],[112.745098039216,104.901960784314,66.6666666666667],[66.6666666666667,50.9803921568627,17.6470588235294],[69.6078431372549,46.078431372549,8.82352941176471],[78.4313725490196,53.921568627451,0.980392156862745],[158.823529411765,134.313725490196,71.5686274509804],[144.117647058824,125.490196078431,60.7843137254902],[197.058823529412,186.274509803922,121.56862745098],[139.21568627451,139.21568627451,78.4313725490196],[77.4509803921569,85.2941176470588,26.4705882352941],[162.745098039216,178.43137254902,114.705882352941],[197.058823529412,215.686274509804,152.941176470588],[151.960784313725,166.666666666667,110.78431372549],[193.137254901961,202.941176470588,151.960784313725],[192.156862745098,195.098039215686,149.019607843137],[191.176470588235,192.156862745098,150.980392156863],[156.862745098039,157.843137254902,116.666666666667],[221.56862745098,227.450980392157,190.196078431373],[215.686274509804,236.274509803922,203.921568627451],[138.235294117647,166.666666666667,136.274509803922],[191.176470588235,222.549019607843,186.274509803922],[206.862745098039,238.235294117647,201.960784313725],[201.960784313725,228.43137254902,194.117647058824],[189.21568627451,215.686274509804,185.294117647059],[197.058823529412,224.509803921569,202.941176470588],[203.921568627451,227.450980392157,211.764705882353],[201.960784313725,222.549019607843,207.843137254902],[215.686274509804,233.333333333333,217.647058823529],[177.450980392157,196.078431372549,176.470588235294],[216.666666666667,244.117647058824,222.549019607843],[142.156862745098,182.352941176471,164.705882352941],[85.2941176470588,131.372549019608,115.686274509804],[166.666666666667,212.745098039216,195.098039215686],[129.411764705882,175.490196078431,159.803921568627],[155.882352941176,201.960784313725,192.156862745098],[179.411764705882,227.450980392157,223.529411764706],[108.823529411765,157.843137254902,156.862745098039],[68.6274509803922,117.647058823529,118.627450980392],[75.4901960784314,122.549019607843,122.549019607843],[95.0980392156863,139.21568627451,136.274509803922],[160.78431372549,200.980392156863,193.137254901961],[162.745098039216,200,187.254901960784],[140.196078431373,173.529411764706,156.862745098039],[154.901960784314,186.274509803922,165.686274509804],[128.43137254902,156.862745098039,137.254901960784],[161.764705882353,190.196078431373,170.588235294118],[198.039215686275,224.509803921569,205.882352941176],[162.745098039216,185.294117647059,169.607843137255],[220.588235294118,230.392156862745,219.607843137255],[242.156862745098,247.058823529412,240.196078431373],[237.254901960784,240.196078431373,233.333333333333],[225.490196078431,226.470588235294,212.745098039216],[189.21568627451,182.352941176471,154.901960784314],[184.313725490196,174.509803921569,140.196078431373],[146.078431372549,140.196078431373,104.901960784314],[156.862745098039,153.921568627451,119.607843137255],[222.549019607843,224.509803921569,188.235294117647],[226.470588235294,233.333333333333,193.137254901961],[200.980392156863,211.764705882353,170.588235294118],[133.333333333333,149.019607843137,112.745098039216],[94.1176470588235,115.686274509804,93.1372549019608],[112.745098039216,139.21568627451,122.549019607843],[86.2745098039216,110.78431372549,92.156862745098],[89.2156862745098,112.745098039216,97.0588235294118],[108.823529411765,135.294117647059,120.588235294118],[84.3137254901961,110.78431372549,96.078431372549],[139.21568627451,163.725490196078,145.098039215686],[86.2745098039216,112.745098039216,94.1176470588235],[65.6862745098039,98.0392156862745,81.3725490196078],[50.9803921568627,87.2549019607843,79.4117647058823],[51.9607843137255,95.0980392156863,98.0392156862745],[63.7254901960784,107.843137254902,112.745098039216],[88.2352941176471,134.313725490196,126.470588235294],[92.156862745098,136.274509803922,116.666666666667],[138.235294117647,178.43137254902,149.019607843137],[108.823529411765,144.117647058824,118.627450980392],[69.6078431372549,104.901960784314,95.0980392156863],[80.3921568627451,115.686274509804,115.686274509804],[60.7843137254902,102.941176470588,108.823529411765],[68.6274509803922,112.745098039216,117.647058823529],[82.3529411764706,123.529411764706,119.607843137255],[67.6470588235294,106.862745098039,98.0392156862745],[122.549019607843,159.803921568627,147.058823529412],[173.529411764706,209.803921568627,193.137254901961],[175.490196078431,209.803921568627,190.196078431373],[133.333333333333,167.647058823529,148.039215686275],[83.3333333333333,119.607843137255,102.941176470588],[97.0588235294118,136.274509803922,125.490196078431],[84.3137254901961,125.490196078431,121.56862745098],[88.2352941176471,132.352941176471,135.294117647059],[98.0392156862745,147.058823529412,153.921568627451],[99.0196078431373,150,162.745098039216],[89.2156862745098,144.117647058824,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[90.1960784313725,147.058823529412,157.843137254902],[86.2745098039216,140.196078431373,147.058823529412],[94.1176470588235,141.176470588235,143.137254901961],[172.549019607843,213.725490196078,212.745098039216],[188.235294117647,226.470588235294,225.490196078431],[147.058823529412,181.372549019608,177.450980392157],[96.078431372549,124.509803921569,120.588235294118],[83.3333333333333,107.843137254902,101.960784313725],[67.6470588235294,88.2352941176471,79.4117647058823],[67.6470588235294,87.2549019607843,75.4901960784314],[48.0392156862745,68.6274509803922,51.9607843137255],[66.6666666666667,87.2549019607843,68.6274509803922],[122.549019607843,144.117647058824,121.56862745098],[84.3137254901961,106.862745098039,81.3725490196078],[25.4901960784314,45.0980392156863,18.6274509803922],[83.3333333333333,101.960784313725,74.5098039215686],[53.921568627451,69.6078431372549,43.1372549019608],[34.3137254901961,48.0392156862745,25.4901960784314],[34.3137254901961,46.078431372549,34.3137254901961],[56.8627450980392,66.6666666666667,55.8823529411765],[59.8039215686275,64.7058823529412,43.1372549019608],[56.8627450980392,61.7647058823529,39.2156862745098],[128.43137254902,135.294117647059,117.647058823529],[17.6470588235294,31.3725490196078,8.82352941176471],[35.2941176470588,58.8235294117647,27.4509803921569],[169.607843137255,199.019607843137,161.764705882353],[162.745098039216,195.098039215686,152.941176470588],[91.1764705882353,121.56862745098,78.4313725490196],[50.9803921568627,77.4509803921569,33.3333333333333],[69.6078431372549,94.1176470588235,55.8823529411765],[41.1764705882353,63.7254901960784,38.2352941176471],[63.7254901960784,87.2549019607843,63.7254901960784],[93.1372549019608,126.470588235294,92.156862745098],[198.039215686275,232.352941176471,191.176470588235],[197.058823529412,228.43137254902,182.352941176471],[153.921568627451,181.372549019608,133.333333333333],[103.921568627451,129.411764705882,82.3529411764706],[78.4313725490196,101.960784313725,52.9411764705882],[109.803921568627,129.411764705882,81.3725490196078],[39.2156862745098,58.8235294117647,10.7843137254902],[9.80392156862745,28.4313725490196,0],[98.0392156862745,116.666666666667,71.5686274509804],[159.803921568627,181.372549019608,136.274509803922],[71.5686274509804,93.1372549019608,47.0588235294118],[30.3921568627451,53.921568627451,4.90196078431373],[36.2745098039216,58.8235294117647,5.88235294117647],[146.078431372549,169.607843137255,112.745098039216],[115.686274509804,137.254901960784,74.5098039215686],[110.78431372549,131.372549019608,65.6862745098039],[151.960784313725,164.705882352941,96.078431372549],[122.549019607843,122.549019607843,51.9607843137255],[131.372549019608,121.56862745098,53.921568627451],[106.862745098039,88.2352941176471,30.3921568627451],[141.176470588235,120.588235294118,68.6274509803922],[150,129.411764705882,83.3333333333333],[93.1372549019608,71.5686274509804,31.3725490196078],[140.196078431373,120.588235294118,84.3137254901961],[71.5686274509804,49.0196078431373,17.6470588235294],[86.2745098039216,59.8039215686275,33.3333333333333],[62.7450980392157,37.2549019607843,14.7058823529412],[84.3137254901961,61.7647058823529,44.1176470588235],[38.2352941176471,22.5490196078431,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0,3.92156862745098],[11.7647058823529,1.96078431372549,9.80392156862745],[5.88235294117647,0,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[31.3725490196078,21.5686274509804,20.5882352941176],[10.7843137254902,0.980392156862745,0],[14.7058823529412,2.94117647058824,2.94117647058824],[27.4509803921569,15.6862745098039,15.6862745098039],[18.6274509803922,7.84313725490196,5.88235294117647],[10.7843137254902,0,0],[13.7254901960784,0,0],[23.5294117647059,8.82352941176471,5.88235294117647],[33.3333333333333,18.6274509803922,15.6862745098039],[36.2745098039216,21.5686274509804,14.7058823529412],[36.2745098039216,23.5294117647059,6.86274509803922],[34.3137254901961,22.5490196078431,0.980392156862745],[43.1372549019608,30.3921568627451,11.7647058823529],[24.5098039215686,8.82352941176471,0],[12.7450980392157,0,0],[30.3921568627451,14.7058823529412,0],[67.6470588235294,50.9803921568627,33.3333333333333],[69.6078431372549,53.921568627451,31.3725490196078],[62.7450980392157,47.0588235294118,22.5490196078431],[64.7058823529412,49.0196078431373,23.5294117647059],[30.3921568627451,15.6862745098039,0],[36.2745098039216,22.5490196078431,0],[42.156862745098,28.4313725490196,2.94117647058824],[57.843137254902,46.078431372549,22.5490196078431],[58.8235294117647,46.078431372549,27.4509803921569],[67.6470588235294,47.0588235294118,26.4705882352941],[104.901960784314,68.6274509803922,43.1372549019608],[126.470588235294,86.2745098039216,58.8235294117647],[100,69.6078431372549,41.1764705882353],[76.4705882352941,56.8627450980392,24.5098039215686],[103.921568627451,91.1764705882353,56.8627450980392],[92.156862745098,83.3333333333333,45.0980392156863],[78.4313725490196,66.6666666666667,25.4901960784314],[65.6862745098039,48.0392156862745,2.94117647058824],[151.960784313725,126.470588235294,78.4313725490196],[168.627450980392,137.254901960784,87.2549019607843],[166.666666666667,134.313725490196,84.3137254901961],[129.411764705882,99.0196078431373,52.9411764705882],[97.0588235294118,76.4705882352941,32.3529411764706],[82.3529411764706,70.5882352941177,29.4117647058824],[81.3725490196078,79.4117647058823,42.156862745098],[134.313725490196,136.274509803922,100],[127.450980392157,125.490196078431,85.2941176470588],[111.764705882353,104.901960784314,63.7254901960784],[121.56862745098,107.843137254902,71.5686274509804],[62.7450980392157,46.078431372549,3.92156862745098],[118.627450980392,100,45.0980392156863],[161.764705882353,142.156862745098,80.3921568627451],[124.509803921569,108.823529411765,48.0392156862745],[189.21568627451,179.411764705882,119.607843137255],[168.627450980392,167.647058823529,111.764705882353],[135.294117647059,143.137254901961,84.3137254901961],[178.43137254902,190.196078431373,127.450980392157],[187.254901960784,200.980392156863,141.176470588235],[162.745098039216,174.509803921569,125.490196078431],[183.333333333333,192.156862745098,146.078431372549],[200,205.882352941176,158.823529411765],[183.333333333333,189.21568627451,142.156862745098],[136.274509803922,143.137254901961,93.1372549019608],[188.235294117647,200.980392156863,155.882352941176],[170.588235294118,198.039215686275,157.843137254902],[129.411764705882,164.705882352941,127.450980392157],[223.529411764706,250,220.588235294118],[182.352941176471,219.607843137255,179.411764705882],[155.882352941176,187.254901960784,150.980392156863],[218.627450980392,247.058823529412,217.647058823529],[187.254901960784,215.686274509804,196.078431372549],[213.725490196078,237.254901960784,224.509803921569],[193.137254901961,212.745098039216,201.960784313725],[201.960784313725,217.647058823529,206.862745098039],[183.333333333333,199.019607843137,186.274509803922],[196.078431372549,219.607843137255,206.862745098039],[91.1764705882353,127.450980392157,120.588235294118],[81.3725490196078,123.529411764706,116.666666666667],[167.647058823529,210.78431372549,196.078431372549],[108.823529411765,154.901960784314,139.21568627451],[113.725490196078,159.803921568627,150],[123.529411764706,171.56862745098,167.647058823529],[100.980392156863,150,150.980392156863],[73.5294117647059,121.56862745098,125.490196078431],[88.2352941176471,135.294117647059,137.254901960784],[90.1960784313725,133.333333333333,132.352941176471],[83.3333333333333,123.529411764706,117.647058823529],[158.823529411765,194.117647058824,184.313725490196],[185.294117647059,216.666666666667,201.960784313725],[183.333333333333,213.725490196078,196.078431372549],[174.509803921569,202.941176470588,183.333333333333],[168.627450980392,197.058823529412,179.411764705882],[159.803921568627,188.235294117647,170.588235294118],[125.490196078431,148.039215686275,132.352941176471],[156.862745098039,168.627450980392,154.901960784314],[243.137254901961,250,238.235294117647],[213.725490196078,221.56862745098,208.823529411765],[244.117647058824,247.058823529412,230.392156862745],[242.156862745098,232.352941176471,207.843137254902],[178.43137254902,163.725490196078,135.294117647059],[153.921568627451,145.098039215686,114.705882352941],[229.411764705882,226.470588235294,196.078431372549],[191.176470588235,195.098039215686,160.78431372549],[202.941176470588,208.823529411765,173.529411764706],[237.254901960784,243.137254901961,205.882352941176],[219.607843137255,233.333333333333,198.039215686275],[143.137254901961,167.647058823529,139.21568627451],[128.43137254902,155.882352941176,133.333333333333],[88.2352941176471,111.764705882353,88.2352941176471],[137.254901960784,158.823529411765,138.235294117647],[135.294117647059,157.843137254902,140.196078431373],[142.156862745098,164.705882352941,149.019607843137],[111.764705882353,134.313725490196,118.627450980392],[96.078431372549,119.607843137255,105.882352941176],[113.725490196078,141.176470588235,126.470588235294],[75.4901960784314,107.843137254902,99.0196078431373],[57.843137254902,95.0980392156863,98.0392156862745],[75.4901960784314,113.725490196078,120.588235294118],[81.3725490196078,119.607843137255,116.666666666667],[96.078431372549,133.333333333333,118.627450980392],[157.843137254902,194.117647058824,163.725490196078],[109.803921568627,144.117647058824,114.705882352941],[77.4509803921569,110.78431372549,97.0588235294118],[96.078431372549,131.372549019608,129.411764705882],[63.7254901960784,103.921568627451,109.803921568627],[84.3137254901961,124.509803921569,130.392156862745],[70.5882352941177,108.823529411765,107.843137254902],[75.4901960784314,109.803921568627,103.921568627451],[107.843137254902,140.196078431373,129.411764705882],[147.058823529412,178.43137254902,163.725490196078],[203.921568627451,236.274509803922,217.647058823529],[158.823529411765,193.137254901961,173.529411764706],[95.0980392156863,133.333333333333,115.686274509804],[83.3333333333333,124.509803921569,112.745098039216],[90.1960784313725,136.274509803922,130.392156862745],[94.1176470588235,143.137254901961,144.117647058824],[108.823529411765,160.78431372549,168.627450980392],[121.56862745098,174.509803921569,186.274509803922],[121.56862745098,174.509803921569,186.274509803922],[115.686274509804,168.627450980392,180.392156862745],[106.862745098039,157.843137254902,168.627450980392],[96.078431372549,145.098039215686,151.960784313725],[76.4705882352941,120.588235294118,125.490196078431],[159.803921568627,200,201.960784313725],[177.450980392157,214.705882352941,215.686274509804],[101.960784313725,135.294117647059,136.274509803922],[99.0196078431373,128.43137254902,126.470588235294],[80.3921568627451,106.862745098039,101.960784313725],[68.6274509803922,94.1176470588235,85.2941176470588],[53.921568627451,77.4509803921569,64.7058823529412],[73.5294117647059,97.0588235294118,81.3725490196078],[84.3137254901961,108.823529411765,90.1960784313725],[95.0980392156863,119.607843137255,98.0392156862745],[128.43137254902,151.960784313725,128.43137254902],[52.9411764705882,72.5490196078431,48.0392156862745],[70.5882352941177,86.2745098039216,60.7843137254902],[106.862745098039,118.627450980392,95.0980392156863],[64.7058823529412,73.5294117647059,54.9019607843137],[11.7647058823529,18.6274509803922,10.7843137254902],[23.5294117647059,29.4117647058824,19.6078431372549],[55.8823529411765,57.843137254902,36.2745098039216],[112.745098039216,115.686274509804,87.2549019607843],[71.5686274509804,77.4509803921569,51.9607843137255],[19.6078431372549,31.3725490196078,7.84313725490196],[48.0392156862745,67.6470588235294,43.1372549019608],[128.43137254902,153.921568627451,125.490196078431],[130.392156862745,159.803921568627,122.549019607843],[152.941176470588,183.333333333333,142.156862745098],[95.0980392156863,121.56862745098,79.4117647058823],[123.529411764706,148.039215686275,108.823529411765],[34.3137254901961,58.8235294117647,27.4509803921569],[0,14.7058823529412,0],[66.6666666666667,101.960784313725,66.6666666666667],[200.980392156863,237.254901960784,195.098039215686],[145.098039215686,176.470588235294,128.43137254902],[127.450980392157,153.921568627451,101.960784313725],[153.921568627451,177.450980392157,126.470588235294],[57.843137254902,77.4509803921569,27.4509803921569],[62.7450980392157,80.3921568627451,31.3725490196078],[37.2549019607843,54.9019607843137,7.84313725490196],[20.5882352941176,37.2549019607843,0],[97.0588235294118,113.725490196078,70.5882352941177],[128.43137254902,146.078431372549,104.901960784314],[12.7450980392157,33.3333333333333,0],[40.1960784313726,61.7647058823529,15.6862745098039],[98.0392156862745,120.588235294118,67.6470588235294],[110.78431372549,134.313725490196,75.4901960784314],[136.274509803922,157.843137254902,94.1176470588235],[170.588235294118,192.156862745098,121.56862745098],[214.705882352941,227.450980392157,156.862745098039],[139.21568627451,136.274509803922,68.6274509803922],[94.1176470588235,83.3333333333333,18.6274509803922],[113.725490196078,98.0392156862745,39.2156862745098],[85.2941176470588,66.6666666666667,11.7647058823529],[85.2941176470588,65.6862745098039,15.6862745098039],[140.196078431373,119.607843137255,75.4901960784314],[154.901960784314,131.372549019608,94.1176470588235],[108.823529411765,84.3137254901961,53.921568627451],[113.725490196078,88.2352941176471,63.7254901960784],[70.5882352941177,46.078431372549,26.4705882352941],[41.1764705882353,19.6078431372549,5.88235294117647],[15.6862745098039,0,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,0,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[18.6274509803922,9.80392156862745,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,7.84313725490196,6.86274509803922],[33.3333333333333,22.5490196078431,20.5882352941176],[12.7450980392157,1.96078431372549,0],[14.7058823529412,0.980392156862745,0],[19.6078431372549,5.88235294117647,2.94117647058824],[11.7647058823529,0,0],[14.7058823529412,0,0],[16.6666666666667,1.96078431372549,0],[16.6666666666667,0,0],[29.4117647058824,12.7450980392157,5.88235294117647],[36.2745098039216,20.5882352941176,7.84313725490196],[54.9019607843137,43.1372549019608,17.6470588235294],[64.7058823529412,53.921568627451,26.4705882352941],[48.0392156862745,36.2745098039216,12.7450980392157],[37.2549019607843,24.5098039215686,7.84313725490196],[16.6666666666667,0.980392156862745,0],[63.7254901960784,47.0588235294118,39.2156862745098],[56.8627450980392,38.2352941176471,31.3725490196078],[17.6470588235294,0,0],[81.3725490196078,65.6862745098039,50.9803921568627],[45.0980392156863,30.3921568627451,11.7647058823529],[61.7647058823529,47.0588235294118,26.4705882352941],[20.5882352941176,6.86274509803922,0],[54.9019607843137,43.1372549019608,17.6470588235294],[104.901960784314,95.0980392156863,68.6274509803922],[81.3725490196078,71.5686274509804,47.0588235294118],[76.4705882352941,60.7843137254902,36.2745098039216],[79.4117647058823,53.921568627451,27.4509803921569],[125.490196078431,97.0588235294118,67.6470588235294],[98.0392156862745,75.4901960784314,42.156862745098],[127.450980392157,107.843137254902,71.5686274509804],[132.352941176471,115.686274509804,73.5294117647059],[100,82.3529411764706,35.2941176470588],[96.078431372549,73.5294117647059,22.5490196078431],[110.78431372549,84.3137254901961,30.3921568627451],[167.647058823529,133.333333333333,78.4313725490196],[192.156862745098,157.843137254902,102.941176470588],[183.333333333333,150.980392156863,99.0196078431373],[121.56862745098,95.0980392156863,50.9803921568627],[85.2941176470588,71.5686274509804,37.2549019607843],[80.3921568627451,76.4705882352941,50],[32.3529411764706,39.2156862745098,21.5686274509804],[89.2156862745098,97.0588235294118,74.5098039215686],[106.862745098039,103.921568627451,69.6078431372549],[59.8039215686275,52.9411764705882,11.7647058823529],[93.1372549019608,81.3725490196078,42.156862745098],[126.470588235294,113.725490196078,69.6078431372549],[168.627450980392,153.921568627451,96.078431372549],[152.941176470588,139.21568627451,79.4117647058823],[183.333333333333,170.588235294118,116.666666666667],[184.313725490196,175.490196078431,121.56862745098],[207.843137254902,204.901960784314,150.980392156863],[191.176470588235,194.117647058824,138.235294117647],[195.098039215686,202.941176470588,144.117647058824],[198.039215686275,206.862745098039,150.980392156863],[219.607843137255,226.470588235294,185.294117647059],[204.901960784314,211.764705882353,171.56862745098],[186.274509803922,194.117647058824,146.078431372549],[183.333333333333,192.156862745098,138.235294117647],[159.803921568627,173.529411764706,112.745098039216],[198.039215686275,218.627450980392,160.78431372549],[191.176470588235,226.470588235294,181.372549019608],[186.274509803922,230.392156862745,192.156862745098],[193.137254901961,237.254901960784,204.901960784314],[182.352941176471,224.509803921569,195.098039215686],[127.450980392157,162.745098039216,135.294117647059],[141.176470588235,174.509803921569,150.980392156863],[170.588235294118,200.980392156863,183.333333333333],[190.196078431373,217.647058823529,202.941176470588],[148.039215686275,168.627450980392,153.921568627451],[214.705882352941,232.352941176471,220.588235294118],[213.725490196078,228.43137254902,221.56862745098],[160.78431372549,180.392156862745,181.372549019608],[81.3725490196078,112.745098039216,125.490196078431],[99.0196078431373,136.274509803922,145.098039215686],[139.21568627451,178.43137254902,169.607843137255],[147.058823529412,189.21568627451,172.549019607843],[135.294117647059,180.392156862745,170.588235294118],[81.3725490196078,126.470588235294,123.529411764706],[94.1176470588235,142.156862745098,146.078431372549],[103.921568627451,151.960784313725,156.862745098039],[100.980392156863,145.098039215686,150.980392156863],[95.0980392156863,135.294117647059,137.254901960784],[73.5294117647059,108.823529411765,106.862745098039],[130.392156862745,162.745098039216,153.921568627451],[214.705882352941,242.156862745098,228.43137254902],[186.274509803922,212.745098039216,196.078431372549],[160.78431372549,187.254901960784,170.588235294118],[126.470588235294,152.941176470588,136.274509803922],[143.137254901961,169.607843137255,154.901960784314],[146.078431372549,168.627450980392,152.941176470588],[209.803921568627,226.470588235294,208.823529411765],[243.137254901961,250,236.274509803922],[163.725490196078,177.450980392157,154.901960784314],[190.196078431373,195.098039215686,173.529411764706],[250,244.117647058824,224.509803921569],[230.392156862745,213.725490196078,194.117647058824],[208.823529411765,199.019607843137,174.509803921569],[200,195.098039215686,166.666666666667],[151.960784313725,152.941176470588,121.56862745098],[213.725490196078,217.647058823529,185.294117647059],[240.196078431373,244.117647058824,211.764705882353],[226.470588235294,236.274509803922,202.941176470588],[184.313725490196,205.882352941176,170.588235294118],[156.862745098039,182.352941176471,148.039215686275],[154.901960784314,173.529411764706,142.156862745098],[136.274509803922,150.980392156863,122.549019607843],[185.294117647059,198.039215686275,172.549019607843],[198.039215686275,210.78431372549,193.137254901961],[146.078431372549,164.705882352941,158.823529411765],[112.745098039216,137.254901960784,134.313725490196],[110.78431372549,140.196078431373,132.352941176471],[127.450980392157,155.882352941176,150.980392156863],[110.78431372549,135.294117647059,139.21568627451],[84.3137254901961,107.843137254902,111.764705882353],[110.78431372549,135.294117647059,132.352941176471],[137.254901960784,164.705882352941,152.941176470588],[116.666666666667,151.960784313725,126.470588235294],[117.647058823529,156.862745098039,130.392156862745],[122.549019607843,161.764705882353,150.980392156863],[88.2352941176471,126.470588235294,125.490196078431],[75.4901960784314,111.764705882353,117.647058823529],[89.2156862745098,121.56862745098,128.43137254902],[91.1764705882353,120.588235294118,120.588235294118],[96.078431372549,124.509803921569,119.607843137255],[132.352941176471,158.823529411765,150],[122.549019607843,150,136.274509803922],[196.078431372549,226.470588235294,210.78431372549],[162.745098039216,196.078431372549,180.392156862745],[102.941176470588,140.196078431373,127.450980392157],[98.0392156862745,140.196078431373,133.333333333333],[92.156862745098,139.21568627451,139.21568627451],[77.4509803921569,129.411764705882,135.294117647059],[74.5098039215686,127.450980392157,139.21568627451],[90.1960784313725,142.156862745098,155.882352941176],[109.803921568627,160.78431372549,173.529411764706],[115.686274509804,162.745098039216,174.509803921569],[107.843137254902,150.980392156863,159.803921568627],[100,142.156862745098,149.019607843137],[109.803921568627,153.921568627451,158.823529411765],[130.392156862745,173.529411764706,176.470588235294],[123.529411764706,162.745098039216,164.705882352941],[76.4705882352941,110.78431372549,112.745098039216],[100.980392156863,132.352941176471,131.372549019608],[89.2156862745098,118.627450980392,116.666666666667],[73.5294117647059,101.960784313725,97.0588235294118],[46.078431372549,75.4901960784314,65.6862745098039],[95.0980392156863,125.490196078431,110.78431372549],[70.5882352941177,100.980392156863,83.3333333333333],[63.7254901960784,92.156862745098,70.5882352941177],[72.5490196078431,97.0588235294118,75.4901960784314],[91.1764705882353,109.803921568627,88.2352941176471],[83.3333333333333,97.0588235294118,74.5098039215686],[93.1372549019608,100.980392156863,80.3921568627451],[102.941176470588,106.862745098039,90.1960784313725],[41.1764705882353,44.1176470588235,35.2941176470588],[19.6078431372549,21.5686274509804,8.82352941176471],[111.764705882353,111.764705882353,84.3137254901961],[127.450980392157,127.450980392157,92.156862745098],[26.4705882352941,30.3921568627451,0],[1.96078431372549,10.7843137254902,0],[5.88235294117647,24.5098039215686,4.90196078431373],[0.980392156862745,25.4901960784314,4.90196078431373],[24.5098039215686,53.921568627451,20.5882352941176],[181.372549019608,211.764705882353,171.56862745098],[57.843137254902,86.2745098039216,43.1372549019608],[95.0980392156863,121.56862745098,79.4117647058823],[68.6274509803922,96.078431372549,56.8627450980392],[36.2745098039216,67.6470588235294,31.3725490196078],[132.352941176471,169.607843137255,133.333333333333],[213.725490196078,250,210.78431372549],[150,182.352941176471,130.392156862745],[132.352941176471,159.803921568627,101.960784313725],[133.333333333333,157.843137254902,100.980392156863],[68.6274509803922,89.2156862745098,34.3137254901961],[122.549019607843,139.21568627451,86.2745098039216],[64.7058823529412,78.4313725490196,30.3921568627451],[58.8235294117647,71.5686274509804,28.4313725490196],[71.5686274509804,86.2745098039216,44.1176470588235],[122.549019607843,138.235294117647,100],[38.2352941176471,55.8823529411765,16.6666666666667],[91.1764705882353,109.803921568627,65.6862745098039],[167.647058823529,187.254901960784,137.254901960784],[119.607843137255,141.176470588235,80.3921568627451],[143.137254901961,163.725490196078,96.078431372549],[150.980392156863,171.56862745098,96.078431372549],[150.980392156863,162.745098039216,88.2352941176471],[127.450980392157,122.549019607843,55.8823529411765],[120.588235294118,109.803921568627,47.0588235294118],[106.862745098039,96.078431372549,35.2941176470588],[93.1372549019608,78.4313725490196,20.5882352941176],[82.3529411764706,62.7450980392157,10.7843137254902],[136.274509803922,114.705882352941,66.6666666666667],[139.21568627451,114.705882352941,75.4901960784314],[95.0980392156863,70.5882352941177,40.1960784313726],[63.7254901960784,42.156862745098,18.6274509803922],[40.1960784313726,19.6078431372549,2.94117647058824],[25.4901960784314,7.84313725490196,0],[18.6274509803922,0.980392156862745,0],[19.6078431372549,5.88235294117647,4.90196078431373],[6.86274509803922,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[13.7254901960784,5.88235294117647,2.94117647058824],[20.5882352941176,11.7647058823529,6.86274509803922],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,5.88235294117647],[13.7254901960784,0.980392156862745,0],[11.7647058823529,0,0],[16.6666666666667,2.94117647058824,0],[50.9803921568627,34.3137254901961,26.4705882352941],[50.9803921568627,34.3137254901961,24.5098039215686],[23.5294117647059,6.86274509803922,0],[25.4901960784314,7.84313725490196,0],[27.4509803921569,11.7647058823529,0],[60.7843137254902,49.0196078431373,23.5294117647059],[97.0588235294118,88.2352941176471,59.8039215686275],[37.2549019607843,26.4705882352941,4.90196078431373],[42.156862745098,29.4117647058824,13.7254901960784],[36.2745098039216,22.5490196078431,13.7254901960784],[70.5882352941177,53.921568627451,47.0588235294118],[49.0196078431373,31.3725490196078,27.4509803921569],[21.5686274509804,2.94117647058824,0],[29.4117647058824,12.7450980392157,2.94117647058824],[30.3921568627451,14.7058823529412,0],[101.960784313725,87.2549019607843,68.6274509803922],[80.3921568627451,68.6274509803922,45.0980392156863],[58.8235294117647,49.0196078431373,24.5098039215686],[88.2352941176471,81.3725490196078,55.8823529411765],[57.843137254902,50,27.4509803921569],[33.3333333333333,23.5294117647059,0],[48.0392156862745,32.3529411764706,6.86274509803922],[73.5294117647059,57.843137254902,25.4901960784314],[110.78431372549,93.1372549019608,57.843137254902],[97.0588235294118,78.4313725490196,37.2549019607843],[117.647058823529,96.078431372549,50],[156.862745098039,131.372549019608,81.3725490196078],[175.490196078431,147.058823529412,92.156862745098],[197.058823529412,167.647058823529,108.823529411765],[197.058823529412,165.686274509804,107.843137254902],[175.490196078431,147.058823529412,90.1960784313725],[158.823529411765,136.274509803922,85.2941176470588],[114.705882352941,96.078431372549,53.921568627451],[70.5882352941177,59.8039215686275,28.4313725490196],[40.1960784313726,35.2941176470588,13.7254901960784],[41.1764705882353,44.1176470588235,27.4509803921569],[88.2352941176471,90.1960784313725,69.6078431372549],[146.078431372549,142.156862745098,107.843137254902],[134.313725490196,125.490196078431,83.3333333333333],[89.2156862745098,78.4313725490196,34.3137254901961],[171.56862745098,161.764705882353,111.764705882353],[186.274509803922,176.470588235294,116.666666666667],[164.705882352941,154.901960784314,94.1176470588235],[181.372549019608,171.56862745098,119.607843137255],[137.254901960784,130.392156862745,79.4117647058823],[218.627450980392,213.725490196078,159.803921568627],[212.745098039216,211.764705882353,155.882352941176],[177.450980392157,178.43137254902,119.607843137255],[161.764705882353,164.705882352941,112.745098039216],[247.058823529412,250,214.705882352941],[240.196078431373,246.078431372549,210.78431372549],[154.901960784314,162.745098039216,112.745098039216],[164.705882352941,175.490196078431,118.627450980392],[219.607843137255,234.313725490196,176.470588235294],[181.372549019608,205.882352941176,151.960784313725],[187.254901960784,224.509803921569,184.313725490196],[197.058823529412,243.137254901961,211.764705882353],[181.372549019608,228.43137254902,202.941176470588],[202.941176470588,247.058823529412,224.509803921569],[193.137254901961,231.372549019608,210.78431372549],[190.196078431373,227.450980392157,206.862745098039],[217.647058823529,250,235.294117647059],[211.764705882353,243.137254901961,228.43137254902],[152.941176470588,176.470588235294,162.745098039216],[190.196078431373,209.803921568627,199.019607843137],[201.960784313725,220.588235294118,214.705882352941],[153.921568627451,179.411764705882,180.392156862745],[91.1764705882353,128.43137254902,141.176470588235],[112.745098039216,154.901960784314,163.725490196078],[149.019607843137,188.235294117647,179.411764705882],[201.960784313725,240.196078431373,222.549019607843],[106.862745098039,148.039215686275,138.235294117647],[77.4509803921569,121.56862745098,118.627450980392],[134.313725490196,181.372549019608,185.294117647059],[91.1764705882353,137.254901960784,145.098039215686],[99.0196078431373,141.176470588235,148.039215686275],[144.117647058824,182.352941176471,187.254901960784],[131.372549019608,164.705882352941,163.725490196078],[136.274509803922,165.686274509804,157.843137254902],[141.176470588235,166.666666666667,153.921568627451],[116.666666666667,139.21568627451,123.529411764706],[124.509803921569,147.058823529412,131.372549019608],[171.56862745098,195.098039215686,181.372549019608],[133.333333333333,156.862745098039,144.117647058824],[114.705882352941,138.235294117647,124.509803921569],[229.411764705882,250,235.294117647059],[221.56862745098,238.235294117647,219.607843137255],[159.803921568627,173.529411764706,150.980392156863],[177.450980392157,182.352941176471,159.803921568627],[247.058823529412,240.196078431373,221.56862745098],[197.058823529412,184.313725490196,165.686274509804],[168.627450980392,158.823529411765,132.352941176471],[197.058823529412,191.176470588235,159.803921568627],[206.862745098039,206.862745098039,171.56862745098],[204.901960784314,206.862745098039,170.588235294118],[232.352941176471,238.235294117647,202.941176470588],[173.529411764706,183.333333333333,149.019607843137],[198.039215686275,213.725490196078,175.490196078431],[177.450980392157,195.098039215686,155.882352941176],[158.823529411765,174.509803921569,139.21568627451],[141.176470588235,151.960784313725,120.588235294118],[131.372549019608,137.254901960784,109.803921568627],[154.901960784314,163.725490196078,147.058823529412],[234.313725490196,248.039215686275,248.039215686275],[181.372549019608,200,203.921568627451],[92.156862745098,113.725490196078,110.78431372549],[120.588235294118,143.137254901961,137.254901960784],[133.333333333333,150.980392156863,152.941176470588],[118.627450980392,133.333333333333,138.235294117647],[142.156862745098,156.862745098039,159.803921568627],[135.294117647059,155.882352941176,149.019607843137],[135.294117647059,164.705882352941,141.176470588235],[127.450980392157,162.745098039216,137.254901960784],[108.823529411765,146.078431372549,131.372549019608],[97.0588235294118,132.352941176471,130.392156862745],[84.3137254901961,116.666666666667,123.529411764706],[73.5294117647059,102.941176470588,110.78431372549],[94.1176470588235,119.607843137255,120.588235294118],[125.490196078431,150,146.078431372549],[166.666666666667,192.156862745098,183.333333333333],[160.78431372549,186.274509803922,175.490196078431],[187.254901960784,214.705882352941,200.980392156863],[118.627450980392,150.980392156863,140.196078431373],[85.2941176470588,124.509803921569,116.666666666667],[70.5882352941177,115.686274509804,113.725490196078],[79.4117647058823,128.43137254902,135.294117647059],[75.4901960784314,128.43137254902,140.196078431373],[77.4509803921569,132.352941176471,147.058823529412],[92.156862745098,144.117647058824,159.803921568627],[107.843137254902,155.882352941176,169.607843137255],[114.705882352941,157.843137254902,166.666666666667],[116.666666666667,154.901960784314,161.764705882353],[117.647058823529,155.882352941176,160.78431372549],[105.882352941176,148.039215686275,153.921568627451],[97.0588235294118,139.21568627451,145.098039215686],[96.078431372549,134.313725490196,139.21568627451],[109.803921568627,147.058823529412,148.039215686275],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,113.725490196078,110.78431372549],[60.7843137254902,93.1372549019608,86.2745098039216],[52.9411764705882,85.2941176470588,74.5098039215686],[106.862745098039,143.137254901961,126.470588235294],[85.2941176470588,119.607843137255,100],[86.2745098039216,117.647058823529,97.0588235294118],[52.9411764705882,80.3921568627451,57.843137254902],[50.9803921568627,69.6078431372549,48.0392156862745],[53.921568627451,65.6862745098039,46.078431372549],[33.3333333333333,38.2352941176471,18.6274509803922],[55.8823529411765,56.8627450980392,41.1764705882353],[60.7843137254902,60.7843137254902,50.9803921568627],[59.8039215686275,58.8235294117647,41.1764705882353],[94.1176470588235,91.1764705882353,58.8235294117647],[144.117647058824,143.137254901961,100],[64.7058823529412,67.6470588235294,25.4901960784314],[41.1764705882353,48.0392156862745,14.7058823529412],[5.88235294117647,22.5490196078431,6.86274509803922],[0,22.5490196078431,8.82352941176471],[55.8823529411765,84.3137254901961,54.9019607843137],[90.1960784313725,120.588235294118,80.3921568627451],[65.6862745098039,94.1176470588235,50.9803921568627],[128.43137254902,156.862745098039,111.764705882353],[61.7647058823529,92.156862745098,49.0196078431373],[95.0980392156863,129.411764705882,88.2352941176471],[58.8235294117647,100,64.7058823529412],[170.588235294118,210.78431372549,169.607843137255],[187.254901960784,221.56862745098,164.705882352941],[115.686274509804,145.098039215686,82.3529411764706],[129.411764705882,154.901960784314,93.1372549019608],[66.6666666666667,87.2549019607843,29.4117647058824],[100.980392156863,117.647058823529,63.7254901960784],[193.137254901961,206.862745098039,156.862745098039],[130.392156862745,143.137254901961,98.0392156862745],[97.0588235294118,108.823529411765,69.6078431372549],[99.0196078431373,113.725490196078,75.4901960784314],[182.352941176471,198.039215686275,159.803921568627],[135.294117647059,151.960784313725,108.823529411765],[143.137254901961,160.78431372549,109.803921568627],[90.1960784313725,107.843137254902,47.0588235294118],[176.470588235294,196.078431372549,125.490196078431],[180.392156862745,199.019607843137,119.607843137255],[106.862745098039,117.647058823529,40.1960784313726],[86.2745098039216,78.4313725490196,14.7058823529412],[119.607843137255,105.882352941176,46.078431372549],[70.5882352941177,60.7843137254902,0],[48.0392156862745,37.2549019607843,0],[65.6862745098039,47.0588235294118,0],[141.176470588235,118.627450980392,67.6470588235294],[118.627450980392,92.156862745098,50],[58.8235294117647,33.3333333333333,0.980392156862745],[30.3921568627451,10.7843137254902,0],[13.7254901960784,0,0],[30.3921568627451,13.7254901960784,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0,0],[15.6862745098039,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[44.1176470588235,40.1960784313726,39.2156862745098],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0]],[[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,4.90196078431373,2.94117647058824],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[22.5490196078431,11.7647058823529,5.88235294117647],[14.7058823529412,3.92156862745098,0],[9.80392156862745,0,0],[30.3921568627451,17.6470588235294,9.80392156862745],[31.3725490196078,17.6470588235294,8.82352941176471],[28.4313725490196,11.7647058823529,3.92156862745098],[39.2156862745098,22.5490196078431,12.7450980392157],[82.3529411764706,64.7058823529412,54.9019607843137],[80.3921568627451,62.7450980392157,50.9803921568627],[50,32.3529411764706,20.5882352941176],[50,31.3725490196078,17.6470588235294],[39.2156862745098,22.5490196078431,6.86274509803922],[57.843137254902,47.0588235294118,27.4509803921569],[76.4705882352941,65.6862745098039,46.078431372549],[11.7647058823529,0,0],[26.4705882352941,12.7450980392157,1.96078431372549],[51.9607843137255,38.2352941176471,29.4117647058824],[64.7058823529412,48.0392156862745,41.1764705882353],[30.3921568627451,13.7254901960784,5.88235294117647],[28.4313725490196,12.7450980392157,0],[30.3921568627451,14.7058823529412,0],[24.5098039215686,9.80392156862745,0],[61.7647058823529,50,28.4313725490196],[99.0196078431373,87.2549019607843,65.6862745098039],[57.843137254902,47.0588235294118,27.4509803921569],[46.078431372549,37.2549019607843,20.5882352941176],[26.4705882352941,16.6666666666667,4.90196078431373],[22.5490196078431,15.6862745098039,0],[27.4509803921569,21.5686274509804,0],[30.3921568627451,21.5686274509804,0],[77.4509803921569,61.7647058823529,28.4313725490196],[85.2941176470588,62.7450980392157,22.5490196078431],[113.725490196078,83.3333333333333,38.2352941176471],[113.725490196078,81.3725490196078,31.3725490196078],[194.117647058824,163.725490196078,109.803921568627],[249.019607843137,223.529411764706,167.647058823529],[232.352941176471,211.764705882353,157.843137254902],[177.450980392157,161.764705882353,110.78431372549],[136.274509803922,126.470588235294,78.4313725490196],[123.529411764706,116.666666666667,73.5294117647059],[121.56862745098,111.764705882353,76.4705882352941],[86.2745098039216,73.5294117647059,42.156862745098],[91.1764705882353,74.5098039215686,49.0196078431373],[101.960784313725,85.2941176470588,55.8823529411765],[122.549019607843,108.823529411765,70.5882352941177],[145.098039215686,134.313725490196,90.1960784313725],[185.294117647059,175.490196078431,127.450980392157],[176.470588235294,167.647058823529,113.725490196078],[183.333333333333,175.490196078431,113.725490196078],[220.588235294118,212.745098039216,151.960784313725],[219.607843137255,212.745098039216,161.764705882353],[171.56862745098,163.725490196078,117.647058823529],[197.058823529412,190.196078431373,137.254901960784],[178.43137254902,173.529411764706,118.627450980392],[177.450980392157,175.490196078431,117.647058823529],[186.274509803922,184.313725490196,134.313725490196],[225.490196078431,225.490196078431,192.156862745098],[250,250,222.549019607843],[202.941176470588,210.78431372549,160.78431372549],[168.627450980392,178.43137254902,126.470588235294],[208.823529411765,220.588235294118,181.372549019608],[200,218.627450980392,189.21568627451],[176.470588235294,210.78431372549,187.254901960784],[167.647058823529,211.764705882353,192.156862745098],[194.117647058824,242.156862745098,221.56862745098],[159.803921568627,205.882352941176,186.274509803922],[187.254901960784,229.411764705882,209.803921568627],[208.823529411765,249.019607843137,231.372549019608],[151.960784313725,191.176470588235,180.392156862745],[128.43137254902,162.745098039216,155.882352941176],[203.921568627451,233.333333333333,223.529411764706],[223.529411764706,250,239.21568627451],[167.647058823529,195.098039215686,183.333333333333],[139.21568627451,173.529411764706,166.666666666667],[94.1176470588235,142.156862745098,139.21568627451],[104.901960784314,154.901960784314,150],[200.980392156863,238.235294117647,223.529411764706],[199.019607843137,232.352941176471,216.666666666667],[72.5490196078431,111.764705882353,102.941176470588],[105.882352941176,145.098039215686,144.117647058824],[96.078431372549,138.235294117647,144.117647058824],[71.5686274509804,113.725490196078,122.549019607843],[86.2745098039216,125.490196078431,133.333333333333],[98.0392156862745,134.313725490196,140.196078431373],[121.56862745098,150.980392156863,150.980392156863],[124.509803921569,149.019607843137,143.137254901961],[153.921568627451,175.490196078431,163.725490196078],[151.960784313725,172.549019607843,157.843137254902],[162.745098039216,183.333333333333,168.627450980392],[199.019607843137,218.627450980392,206.862745098039],[115.686274509804,137.254901960784,125.490196078431],[190.196078431373,212.745098039216,202.941176470588],[229.411764705882,250,246.078431372549],[141.176470588235,162.745098039216,150.980392156863],[126.470588235294,137.254901960784,121.56862745098],[181.372549019608,184.313725490196,165.686274509804],[221.56862745098,221.56862745098,198.039215686275],[191.176470588235,186.274509803922,157.843137254902],[182.352941176471,172.549019607843,138.235294117647],[196.078431372549,187.254901960784,147.058823529412],[233.333333333333,229.411764705882,183.333333333333],[186.274509803922,188.235294117647,142.156862745098],[181.372549019608,190.196078431373,146.078431372549],[191.176470588235,201.960784313725,160.78431372549],[212.745098039216,220.588235294118,182.352941176471],[150,156.862745098039,123.529411764706],[148.039215686275,156.862745098039,126.470588235294],[140.196078431373,149.019607843137,122.549019607843],[151.960784313725,159.803921568627,136.274509803922],[183.333333333333,189.21568627451,175.490196078431],[170.588235294118,175.490196078431,178.43137254902],[190.196078431373,198.039215686275,200.980392156863],[136.274509803922,147.058823529412,139.21568627451],[134.313725490196,147.058823529412,140.196078431373],[126.470588235294,139.21568627451,145.098039215686],[141.176470588235,154.901960784314,165.686274509804],[143.137254901961,156.862745098039,167.647058823529],[110.78431372549,126.470588235294,126.470588235294],[140.196078431373,162.745098039216,137.254901960784],[155.882352941176,182.352941176471,151.960784313725],[103.921568627451,132.352941176471,112.745098039216],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,131.372549019608,141.176470588235],[90.1960784313725,121.56862745098,134.313725490196],[110.78431372549,134.313725490196,136.274509803922],[145.098039215686,165.686274509804,160.78431372549],[179.411764705882,200,193.137254901961],[198.039215686275,220.588235294118,210.78431372549],[154.901960784314,181.372549019608,172.549019607843],[98.0392156862745,130.392156862745,123.529411764706],[106.862745098039,146.078431372549,145.098039215686],[93.1372549019608,139.21568627451,145.098039215686],[70.5882352941177,121.56862745098,135.294117647059],[73.5294117647059,127.450980392157,147.058823529412],[86.2745098039216,142.156862745098,161.764705882353],[95.0980392156863,147.058823529412,164.705882352941],[100.980392156863,146.078431372549,160.78431372549],[124.509803921569,163.725490196078,171.56862745098],[146.078431372549,180.392156862745,182.352941176471],[144.117647058824,178.43137254902,180.392156862745],[133.333333333333,173.529411764706,177.450980392157],[100.980392156863,143.137254901961,149.019607843137],[91.1764705882353,131.372549019608,135.294117647059],[84.3137254901961,121.56862745098,124.509803921569],[84.3137254901961,119.607843137255,119.607843137255],[62.7450980392157,97.0588235294118,93.1372549019608],[62.7450980392157,97.0588235294118,90.1960784313725],[62.7450980392157,98.0392156862745,86.2745098039216],[98.0392156862745,136.274509803922,118.627450980392],[91.1764705882353,128.43137254902,107.843137254902],[47.0588235294118,79.4117647058823,58.8235294117647],[105.882352941176,133.333333333333,111.764705882353],[102.941176470588,121.56862745098,101.960784313725],[37.2549019607843,46.078431372549,27.4509803921569],[32.3529411764706,35.2941176470588,16.6666666666667],[55.8823529411765,53.921568627451,39.2156862745098],[68.6274509803922,66.6666666666667,53.921568627451],[139.21568627451,137.254901960784,116.666666666667],[124.509803921569,121.56862745098,81.3725490196078],[115.686274509804,113.725490196078,65.6862745098039],[76.4705882352941,79.4117647058823,27.4509803921569],[104.901960784314,110.78431372549,73.5294117647059],[33.3333333333333,47.0588235294118,34.3137254901961],[16.6666666666667,37.2549019607843,28.4313725490196],[65.6862745098039,94.1176470588235,64.7058823529412],[50.9803921568627,81.3725490196078,41.1764705882353],[99.0196078431373,126.470588235294,86.2745098039216],[159.803921568627,188.235294117647,143.137254901961],[135.294117647059,166.666666666667,118.627450980392],[144.117647058824,181.372549019608,135.294117647059],[98.0392156862745,141.176470588235,106.862745098039],[161.764705882353,202.941176470588,165.686274509804],[120.588235294118,157.843137254902,100],[116.666666666667,149.019607843137,81.3725490196078],[128.43137254902,156.862745098039,91.1764705882353],[110.78431372549,135.294117647059,71.5686274509804],[88.2352941176471,107.843137254902,50],[146.078431372549,159.803921568627,107.843137254902],[84.3137254901961,97.0588235294118,51.9607843137255],[90.1960784313725,102.941176470588,60.7843137254902],[67.6470588235294,79.4117647058823,42.156862745098],[50,64.7058823529412,26.4705882352941],[112.745098039216,128.43137254902,84.3137254901961],[142.156862745098,155.882352941176,103.921568627451],[121.56862745098,135.294117647059,74.5098039215686],[176.470588235294,192.156862745098,118.627450980392],[162.745098039216,177.450980392157,96.078431372549],[101.960784313725,108.823529411765,30.3921568627451],[104.901960784314,95.0980392156863,34.3137254901961],[120.588235294118,105.882352941176,50],[109.803921568627,101.960784313725,40.1960784313726],[83.3333333333333,74.5098039215686,10.7843137254902],[83.3333333333333,64.7058823529412,6.86274509803922],[130.392156862745,105.882352941176,52.9411764705882],[87.2549019607843,58.8235294117647,15.6862745098039],[48.0392156862745,19.6078431372549,0],[46.078431372549,28.4313725490196,4.90196078431373],[24.5098039215686,8.82352941176471,0],[31.3725490196078,16.6666666666667,13.7254901960784],[14.7058823529412,0,0],[13.7254901960784,0,0.980392156862745],[15.6862745098039,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[42.156862745098,38.2352941176471,37.2549019607843],[18.6274509803922,14.7058823529412,13.7254901960784],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[23.5294117647059,15.6862745098039,12.7450980392157],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,1.96078431372549,0],[21.5686274509804,10.7843137254902,4.90196078431373],[34.3137254901961,24.5098039215686,15.6862745098039],[27.4509803921569,14.7058823529412,6.86274509803922],[33.3333333333333,20.5882352941176,12.7450980392157],[31.3725490196078,17.6470588235294,8.82352941176471],[24.5098039215686,10.7843137254902,1.96078431372549],[26.4705882352941,9.80392156862745,1.96078431372549],[51.9607843137255,35.2941176470588,25.4901960784314],[49.0196078431373,32.3529411764706,22.5490196078431],[42.156862745098,25.4901960784314,15.6862745098039],[56.8627450980392,41.1764705882353,28.4313725490196],[37.2549019607843,23.5294117647059,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[33.3333333333333,21.5686274509804,7.84313725490196],[26.4705882352941,14.7058823529412,2.94117647058824],[32.3529411764706,20.5882352941176,8.82352941176471],[48.0392156862745,34.3137254901961,25.4901960784314],[69.6078431372549,55.8823529411765,45.0980392156863],[36.2745098039216,20.5882352941176,7.84313725490196],[20.5882352941176,4.90196078431373,0],[61.7647058823529,49.0196078431373,30.3921568627451],[24.5098039215686,12.7450980392157,0],[38.2352941176471,27.4509803921569,7.84313725490196],[21.5686274509804,13.7254901960784,0],[29.4117647058824,22.5490196078431,6.86274509803922],[31.3725490196078,25.4901960784314,13.7254901960784],[13.7254901960784,6.86274509803922,0],[22.5490196078431,18.6274509803922,7.84313725490196],[43.1372549019608,42.156862745098,22.5490196078431],[37.2549019607843,33.3333333333333,6.86274509803922],[40.1960784313726,25.4901960784314,0],[82.3529411764706,58.8235294117647,21.5686274509804],[120.588235294118,90.1960784313725,47.0588235294118],[117.647058823529,86.2745098039216,40.1960784313726],[150.980392156863,123.529411764706,76.4705882352941],[177.450980392157,155.882352941176,106.862745098039],[250,244.117647058824,193.137254901961],[183.333333333333,176.470588235294,125.490196078431],[128.43137254902,125.490196078431,75.4901960784314],[146.078431372549,140.196078431373,93.1372549019608],[85.2941176470588,72.5490196078431,31.3725490196078],[87.2549019607843,69.6078431372549,32.3529411764706],[103.921568627451,80.3921568627451,45.0980392156863],[137.254901960784,113.725490196078,76.4705882352941],[139.21568627451,122.549019607843,80.3921568627451],[159.803921568627,150,101.960784313725],[136.274509803922,130.392156862745,79.4117647058823],[147.058823529412,142.156862745098,87.2549019607843],[170.588235294118,166.666666666667,106.862745098039],[176.470588235294,171.56862745098,114.705882352941],[150,146.078431372549,99.0196078431373],[114.705882352941,111.764705882353,67.6470588235294],[145.098039215686,141.176470588235,94.1176470588235],[209.803921568627,206.862745098039,156.862745098039],[184.313725490196,181.372549019608,131.372549019608],[188.235294117647,187.254901960784,144.117647058824],[224.509803921569,227.450980392157,199.019607843137],[201.960784313725,207.843137254902,180.392156862745],[172.549019607843,183.333333333333,142.156862745098],[221.56862745098,232.352941176471,190.196078431373],[219.607843137255,226.470588235294,193.137254901961],[185.294117647059,199.019607843137,174.509803921569],[186.274509803922,214.705882352941,195.098039215686],[125.490196078431,163.725490196078,146.078431372549],[129.411764705882,173.529411764706,153.921568627451],[162.745098039216,208.823529411765,189.21568627451],[150,196.078431372549,178.43137254902],[146.078431372549,189.21568627451,176.470588235294],[145.098039215686,184.313725490196,176.470588235294],[140.196078431373,171.56862745098,168.627450980392],[152.941176470588,181.372549019608,176.470588235294],[223.529411764706,250,243.137254901961],[181.372549019608,218.627450980392,205.882352941176],[90.1960784313725,135.294117647059,124.509803921569],[106.862745098039,161.764705882353,150.980392156863],[89.2156862745098,144.117647058824,133.333333333333],[110.78431372549,155.882352941176,143.137254901961],[89.2156862745098,128.43137254902,117.647058823529],[97.0588235294118,137.254901960784,131.372549019608],[88.2352941176471,129.411764705882,127.450980392157],[84.3137254901961,124.509803921569,128.43137254902],[63.7254901960784,105.882352941176,111.764705882353],[68.6274509803922,112.745098039216,115.686274509804],[88.2352941176471,128.43137254902,130.392156862745],[89.2156862745098,120.588235294118,119.607843137255],[156.862745098039,181.372549019608,177.450980392157],[197.058823529412,217.647058823529,208.823529411765],[155.882352941176,175.490196078431,164.705882352941],[178.43137254902,198.039215686275,187.254901960784],[156.862745098039,176.470588235294,165.686274509804],[148.039215686275,170.588235294118,160.78431372549],[179.411764705882,201.960784313725,194.117647058824],[155.882352941176,177.450980392157,174.509803921569],[122.549019607843,141.176470588235,135.294117647059],[156.862745098039,168.627450980392,156.862745098039],[209.803921568627,216.666666666667,199.019607843137],[215.686274509804,221.56862745098,196.078431372549],[209.803921568627,210.78431372549,179.411764705882],[200.980392156863,193.137254901961,156.862745098039],[167.647058823529,155.882352941176,114.705882352941],[192.156862745098,185.294117647059,140.196078431373],[188.235294117647,190.196078431373,142.156862745098],[163.725490196078,172.549019607843,126.470588235294],[161.764705882353,172.549019607843,131.372549019608],[130.392156862745,136.274509803922,100.980392156863],[151.960784313725,156.862745098039,125.490196078431],[178.43137254902,187.254901960784,160.78431372549],[143.137254901961,152.941176470588,129.411764705882],[171.56862745098,176.470588235294,156.862745098039],[177.450980392157,177.450980392157,165.686274509804],[146.078431372549,142.156862745098,143.137254901961],[166.666666666667,161.764705882353,165.686274509804],[179.411764705882,178.43137254902,173.529411764706],[132.352941176471,137.254901960784,130.392156862745],[118.627450980392,126.470588235294,128.43137254902],[151.960784313725,162.745098039216,168.627450980392],[150,158.823529411765,167.647058823529],[114.705882352941,124.509803921569,125.490196078431],[162.745098039216,177.450980392157,158.823529411765],[144.117647058824,166.666666666667,139.21568627451],[106.862745098039,135.294117647059,115.686274509804],[104.901960784314,137.254901960784,128.43137254902],[79.4117647058823,113.725490196078,119.607843137255],[109.803921568627,142.156862745098,150.980392156863],[153.921568627451,174.509803921569,175.490196078431],[141.176470588235,159.803921568627,155.882352941176],[184.313725490196,204.901960784314,200],[194.117647058824,218.627450980392,212.745098039216],[111.764705882353,140.196078431373,136.274509803922],[111.764705882353,145.098039215686,144.117647058824],[111.764705882353,151.960784313725,153.921568627451],[111.764705882353,159.803921568627,166.666666666667],[78.4313725490196,130.392156862745,144.117647058824],[72.5490196078431,127.450980392157,144.117647058824],[87.2549019607843,142.156862745098,158.823529411765],[98.0392156862745,148.039215686275,164.705882352941],[107.843137254902,150.980392156863,163.725490196078],[139.21568627451,176.470588235294,185.294117647059],[148.039215686275,180.392156862745,185.294117647059],[111.764705882353,146.078431372549,148.039215686275],[127.450980392157,170.588235294118,173.529411764706],[138.235294117647,185.294117647059,187.254901960784],[107.843137254902,150.980392156863,153.921568627451],[103.921568627451,143.137254901961,145.098039215686],[90.1960784313725,127.450980392157,128.43137254902],[96.078431372549,131.372549019608,129.411764705882],[71.5686274509804,105.882352941176,99.0196078431373],[85.2941176470588,120.588235294118,106.862745098039],[81.3725490196078,118.627450980392,96.078431372549],[72.5490196078431,105.882352941176,79.4117647058823],[106.862745098039,137.254901960784,106.862745098039],[128.43137254902,150.980392156863,122.549019607843],[122.549019607843,136.274509803922,111.764705882353],[93.1372549019608,100.980392156863,78.4313725490196],[100,100.980392156863,83.3333333333333],[63.7254901960784,62.7450980392157,45.0980392156863],[82.3529411764706,79.4117647058823,62.7450980392157],[135.294117647059,130.392156862745,108.823529411765],[56.8627450980392,51.9607843137255,14.7058823529412],[41.1764705882353,39.2156862745098,0],[69.6078431372549,71.5686274509804,23.5294117647059],[125.490196078431,132.352941176471,92.156862745098],[98.0392156862745,112.745098039216,92.156862745098],[73.5294117647059,96.078431372549,76.4705882352941],[111.764705882353,141.176470588235,107.843137254902],[66.6666666666667,97.0588235294118,55.8823529411765],[58.8235294117647,87.2549019607843,42.156862745098],[105.882352941176,135.294117647059,86.2745098039216],[104.901960784314,136.274509803922,87.2549019607843],[101.960784313725,137.254901960784,90.1960784313725],[166.666666666667,207.843137254902,168.627450980392],[137.254901960784,177.450980392157,136.274509803922],[109.803921568627,144.117647058824,87.2549019607843],[112.745098039216,141.176470588235,78.4313725490196],[116.666666666667,142.156862745098,78.4313725490196],[139.21568627451,160.78431372549,100],[128.43137254902,148.039215686275,90.1960784313725],[73.5294117647059,88.2352941176471,34.3137254901961],[64.7058823529412,78.4313725490196,28.4313725490196],[39.2156862745098,51.9607843137255,6.86274509803922],[26.4705882352941,39.2156862745098,0],[57.843137254902,70.5882352941177,27.4509803921569],[14.7058823529412,28.4313725490196,0],[133.333333333333,146.078431372549,93.1372549019608],[164.705882352941,176.470588235294,113.725490196078],[176.470588235294,188.235294117647,115.686274509804],[170.588235294118,182.352941176471,101.960784313725],[114.705882352941,117.647058823529,40.1960784313726],[160.78431372549,150.980392156863,90.1960784313725],[124.509803921569,112.745098039216,55.8823529411765],[140.196078431373,132.352941176471,70.5882352941177],[113.725490196078,105.882352941176,42.156862745098],[114.705882352941,99.0196078431373,38.2352941176471],[162.745098039216,142.156862745098,88.2352941176471],[113.725490196078,90.1960784313725,45.0980392156863],[44.1176470588235,20.5882352941176,0],[23.5294117647059,7.84313725490196,0],[11.7647058823529,0,0],[14.7058823529412,0,0],[24.5098039215686,7.84313725490196,13.7254901960784],[22.5490196078431,5.88235294117647,11.7647058823529],[7.84313725490196,0,0],[11.7647058823529,7.84313725490196,4.90196078431373],[1.96078431372549,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[16.6666666666667,12.7450980392157,9.80392156862745],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,1.96078431372549],[32.3529411764706,24.5098039215686,21.5686274509804],[23.5294117647059,13.7254901960784,11.7647058823529],[29.4117647058824,18.6274509803922,16.6666666666667],[22.5490196078431,11.7647058823529,7.84313725490196],[11.7647058823529,0.980392156862745,0],[19.6078431372549,8.82352941176471,2.94117647058824],[25.4901960784314,14.7058823529412,8.82352941176471],[24.5098039215686,13.7254901960784,7.84313725490196],[13.7254901960784,0.980392156862745,0],[9.80392156862745,0,0],[14.7058823529412,3.92156862745098,0],[21.5686274509804,10.7843137254902,4.90196078431373],[20.5882352941176,9.80392156862745,3.92156862745098],[26.4705882352941,17.6470588235294,10.7843137254902],[32.3529411764706,23.5294117647059,18.6274509803922],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,6.86274509803922,0.980392156862745],[22.5490196078431,7.84313725490196,0.980392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[10.7843137254902,0,0],[60.7843137254902,47.0588235294118,34.3137254901961],[35.2941176470588,22.5490196078431,6.86274509803922],[26.4705882352941,13.7254901960784,0],[47.0588235294118,34.3137254901961,17.6470588235294],[34.3137254901961,22.5490196078431,6.86274509803922],[14.7058823529412,5.88235294117647,0],[24.5098039215686,16.6666666666667,3.92156862745098],[8.82352941176471,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[16.6666666666667,16.6666666666667,8.82352941176471],[7.84313725490196,7.84313725490196,0],[21.5686274509804,22.5490196078431,6.86274509803922],[49.0196078431373,47.0588235294118,24.5098039215686],[73.5294117647059,62.7450980392157,33.3333333333333],[94.1176470588235,76.4705882352941,41.1764705882353],[107.843137254902,86.2745098039216,48.0392156862745],[126.470588235294,104.901960784314,64.7058823529412],[125.490196078431,107.843137254902,70.5882352941177],[138.235294117647,125.490196078431,84.3137254901961],[201.960784313725,194.117647058824,146.078431372549],[150.980392156863,144.117647058824,90.1960784313725],[139.21568627451,129.411764705882,71.5686274509804],[146.078431372549,131.372549019608,75.4901960784314],[73.5294117647059,53.921568627451,4.90196078431373],[82.3529411764706,59.8039215686275,16.6666666666667],[111.764705882353,91.1764705882353,49.0196078431373],[143.137254901961,124.509803921569,82.3529411764706],[209.803921568627,196.078431372549,148.039215686275],[125.490196078431,118.627450980392,65.6862745098039],[104.901960784314,104.901960784314,51.9607843137255],[100.980392156863,103.921568627451,50],[116.666666666667,115.686274509804,62.7450980392157],[178.43137254902,176.470588235294,128.43137254902],[106.862745098039,112.745098039216,67.6470588235294],[127.450980392157,136.274509803922,94.1176470588235],[215.686274509804,223.529411764706,183.333333333333],[160.78431372549,166.666666666667,131.372549019608],[205.882352941176,204.901960784314,175.490196078431],[237.254901960784,239.21568627451,215.686274509804],[209.803921568627,222.549019607843,202.941176470588],[214.705882352941,231.372549019608,212.745098039216],[221.56862745098,234.313725490196,214.705882352941],[210.78431372549,219.607843137255,193.137254901961],[191.176470588235,195.098039215686,158.823529411765],[176.470588235294,182.352941176471,145.098039215686],[169.607843137255,185.294117647059,158.823529411765],[144.117647058824,171.56862745098,149.019607843137],[123.529411764706,160.78431372549,138.235294117647],[126.470588235294,170.588235294118,150.980392156863],[166.666666666667,217.647058823529,204.901960784314],[152.941176470588,199.019607843137,193.137254901961],[140.196078431373,173.529411764706,174.509803921569],[145.098039215686,168.627450980392,170.588235294118],[141.176470588235,161.764705882353,156.862745098039],[195.098039215686,224.509803921569,216.666666666667],[144.117647058824,193.137254901961,184.313725490196],[88.2352941176471,147.058823529412,137.254901960784],[99.0196078431373,157.843137254902,148.039215686275],[100,158.823529411765,149.019607843137],[100,155.882352941176,150],[87.2549019607843,141.176470588235,138.235294117647],[122.549019607843,171.56862745098,168.627450980392],[94.1176470588235,139.21568627451,137.254901960784],[119.607843137255,160.78431372549,159.803921568627],[117.647058823529,162.745098039216,159.803921568627],[89.2156862745098,145.098039215686,136.274509803922],[88.2352941176471,140.196078431373,132.352941176471],[118.627450980392,152.941176470588,149.019607843137],[145.098039215686,169.607843137255,166.666666666667],[148.039215686275,172.549019607843,168.627450980392],[155.882352941176,180.392156862745,176.470588235294],[161.764705882353,182.352941176471,177.450980392157],[145.098039215686,165.686274509804,158.823529411765],[150,175.490196078431,166.666666666667],[130.392156862745,152.941176470588,145.098039215686],[141.176470588235,152.941176470588,150.980392156863],[163.725490196078,172.549019607843,169.607843137255],[173.529411764706,189.21568627451,178.43137254902],[198.039215686275,214.705882352941,197.058823529412],[198.039215686275,209.803921568627,186.274509803922],[195.098039215686,200,170.588235294118],[194.117647058824,188.235294117647,154.901960784314],[190.196078431373,180.392156862745,145.098039215686],[229.411764705882,224.509803921569,185.294117647059],[208.823529411765,209.803921568627,170.588235294118],[189.21568627451,197.058823529412,158.823529411765],[176.470588235294,186.274509803922,151.960784313725],[113.725490196078,119.607843137255,92.156862745098],[154.901960784314,162.745098039216,139.21568627451],[177.450980392157,191.176470588235,168.627450980392],[141.176470588235,152.941176470588,133.333333333333],[123.529411764706,124.509803921569,108.823529411765],[174.509803921569,165.686274509804,156.862745098039],[158.823529411765,140.196078431373,142.156862745098],[138.235294117647,117.647058823529,122.549019607843],[184.313725490196,170.588235294118,170.588235294118],[177.450980392157,169.607843137255,166.666666666667],[166.666666666667,167.647058823529,159.803921568627],[149.019607843137,150,142.156862745098],[181.372549019608,181.372549019608,173.529411764706],[143.137254901961,144.117647058824,138.235294117647],[150.980392156863,162.745098039216,152.941176470588],[152.941176470588,174.509803921569,162.745098039216],[156.862745098039,189.21568627451,180.392156862745],[110.78431372549,150,141.176470588235],[104.901960784314,144.117647058824,136.274509803922],[121.56862745098,152.941176470588,148.039215686275],[174.509803921569,199.019607843137,196.078431372549],[170.588235294118,192.156862745098,190.196078431373],[164.705882352941,188.235294117647,188.235294117647],[160.78431372549,188.235294117647,189.21568627451],[113.725490196078,147.058823529412,149.019607843137],[113.725490196078,151.960784313725,156.862745098039],[117.647058823529,159.803921568627,165.686274509804],[110.78431372549,158.823529411765,163.725490196078],[111.764705882353,160.78431372549,169.607843137255],[100,151.960784313725,159.803921568627],[117.647058823529,166.666666666667,175.490196078431],[111.764705882353,157.843137254902,167.647058823529],[130.392156862745,171.56862745098,183.333333333333],[187.254901960784,222.549019607843,236.274509803922],[150.980392156863,182.352941176471,195.098039215686],[115.686274509804,151.960784313725,160.78431372549],[130.392156862745,179.411764705882,178.43137254902],[119.607843137255,170.588235294118,166.666666666667],[123.529411764706,170.588235294118,170.588235294118],[108.823529411765,149.019607843137,152.941176470588],[82.3529411764706,116.666666666667,122.549019607843],[94.1176470588235,127.450980392157,129.411764705882],[102.941176470588,134.313725490196,129.411764705882],[72.5490196078431,102.941176470588,85.2941176470588],[69.6078431372549,98.0392156862745,67.6470588235294],[111.764705882353,138.235294117647,98.0392156862745],[137.254901960784,155.882352941176,111.764705882353],[134.313725490196,147.058823529412,104.901960784314],[100,106.862745098039,73.5294117647059],[82.3529411764706,86.2745098039216,61.7647058823529],[60.7843137254902,61.7647058823529,44.1176470588235],[78.4313725490196,76.4705882352941,61.7647058823529],[67.6470588235294,64.7058823529412,48.0392156862745],[85.2941176470588,80.3921568627451,58.8235294117647],[116.666666666667,111.764705882353,82.3529411764706],[62.7450980392157,58.8235294117647,24.5098039215686],[49.0196078431373,49.0196078431373,13.7254901960784],[61.7647058823529,69.6078431372549,31.3725490196078],[57.843137254902,74.5098039215686,33.3333333333333],[44.1176470588235,66.6666666666667,23.5294117647059],[95.0980392156863,121.56862745098,77.4509803921569],[111.764705882353,140.196078431373,93.1372549019608],[150,178.43137254902,123.529411764706],[148.039215686275,176.470588235294,121.56862745098],[78.4313725490196,105.882352941176,55.8823529411765],[124.509803921569,155.882352941176,106.862745098039],[155.882352941176,193.137254901961,143.137254901961],[120.588235294118,156.862745098039,106.862745098039],[73.5294117647059,99.0196078431373,51.9607843137255],[56.8627450980392,76.4705882352941,26.4705882352941],[68.6274509803922,86.2745098039216,35.2941176470588],[96.078431372549,112.745098039216,59.8039215686275],[79.4117647058823,94.1176470588235,40.1960784313726],[70.5882352941177,85.2941176470588,31.3725490196078],[79.4117647058823,94.1176470588235,40.1960784313726],[50,66.6666666666667,13.7254901960784],[44.1176470588235,60.7843137254902,7.84313725490196],[121.56862745098,138.235294117647,85.2941176470588],[62.7450980392157,77.4509803921569,21.5686274509804],[170.588235294118,181.372549019608,122.549019607843],[166.666666666667,175.490196078431,111.764705882353],[141.176470588235,147.058823529412,78.4313725490196],[235.294117647059,237.254901960784,165.686274509804],[198.039215686275,195.098039215686,125.490196078431],[160.78431372549,152.941176470588,92.156862745098],[90.1960784313725,80.3921568627451,20.5882352941176],[90.1960784313725,82.3529411764706,20.5882352941176],[107.843137254902,100,36.2745098039216],[71.5686274509804,61.7647058823529,0.980392156862745],[64.7058823529412,52.9411764705882,0],[63.7254901960784,47.0588235294118,1.96078431372549],[64.7058823529412,49.0196078431373,15.6862745098039],[32.3529411764706,17.6470588235294,0],[29.4117647058824,15.6862745098039,6.86274509803922],[9.80392156862745,0,0],[32.3529411764706,20.5882352941176,24.5098039215686],[20.5882352941176,8.82352941176471,12.7450980392157],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,4.90196078431373,1.96078431372549],[14.7058823529412,9.80392156862745,6.86274509803922],[12.7450980392157,7.84313725490196,4.90196078431373],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,7.84313725490196,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,1.96078431372549],[6.86274509803922,5.88235294117647,0.980392156862745],[18.6274509803922,15.6862745098039,8.82352941176471],[28.4313725490196,21.5686274509804,15.6862745098039],[10.7843137254902,0,0],[23.5294117647059,12.7450980392157,8.82352941176471],[46.078431372549,35.2941176470588,31.3725490196078],[46.078431372549,35.2941176470588,31.3725490196078],[32.3529411764706,21.5686274509804,15.6862745098039],[24.5098039215686,13.7254901960784,7.84313725490196],[35.2941176470588,24.5098039215686,18.6274509803922],[28.4313725490196,17.6470588235294,11.7647058823529],[15.6862745098039,4.90196078431373,0],[13.7254901960784,2.94117647058824,0],[23.5294117647059,14.7058823529412,9.80392156862745],[23.5294117647059,14.7058823529412,9.80392156862745],[15.6862745098039,8.82352941176471,2.94117647058824],[15.6862745098039,8.82352941176471,2.94117647058824],[13.7254901960784,3.92156862745098,1.96078431372549],[23.5294117647059,9.80392156862745,8.82352941176471],[25.4901960784314,10.7843137254902,7.84313725490196],[25.4901960784314,10.7843137254902,3.92156862745098],[19.6078431372549,5.88235294117647,0],[32.3529411764706,19.6078431372549,2.94117647058824],[88.2352941176471,76.4705882352941,54.9019607843137],[62.7450980392157,50.9803921568627,29.4117647058824],[39.2156862745098,28.4313725490196,6.86274509803922],[48.0392156862745,40.1960784313726,21.5686274509804],[33.3333333333333,26.4705882352941,10.7843137254902],[7.84313725490196,0.980392156862745,0],[18.6274509803922,13.7254901960784,7.84313725490196],[23.5294117647059,20.5882352941176,15.6862745098039],[10.7843137254902,9.80392156862745,5.88235294117647],[17.6470588235294,18.6274509803922,13.7254901960784],[33.3333333333333,34.3137254901961,26.4705882352941],[17.6470588235294,15.6862745098039,0.980392156862745],[39.2156862745098,33.3333333333333,11.7647058823529],[84.3137254901961,68.6274509803922,43.1372549019608],[100.980392156863,80.3921568627451,50],[107.843137254902,85.2941176470588,51.9607843137255],[139.21568627451,116.666666666667,83.3333333333333],[137.254901960784,121.56862745098,86.2745098039216],[96.078431372549,84.3137254901961,45.0980392156863],[149.019607843137,138.235294117647,93.1372549019608],[229.411764705882,217.647058823529,166.666666666667],[108.823529411765,93.1372549019608,35.2941176470588],[120.588235294118,100.980392156863,43.1372549019608],[180.392156862745,158.823529411765,102.941176470588],[170.588235294118,149.019607843137,100],[139.21568627451,120.588235294118,79.4117647058823],[149.019607843137,134.313725490196,94.1176470588235],[174.509803921569,163.725490196078,119.607843137255],[187.254901960784,185.294117647059,138.235294117647],[132.352941176471,139.21568627451,89.2156862745098],[107.843137254902,115.686274509804,67.6470588235294],[116.666666666667,117.647058823529,74.5098039215686],[196.078431372549,197.058823529412,155.882352941176],[119.607843137255,127.450980392157,87.2549019607843],[110.78431372549,122.549019607843,83.3333333333333],[153.921568627451,165.686274509804,130.392156862745],[142.156862745098,149.019607843137,118.627450980392],[204.901960784314,206.862745098039,183.333333333333],[234.313725490196,239.21568627451,217.647058823529],[197.058823529412,214.705882352941,193.137254901961],[207.843137254902,229.411764705882,208.823529411765],[208.823529411765,225.490196078431,207.843137254902],[153.921568627451,165.686274509804,142.156862745098],[189.21568627451,197.058823529412,156.862745098039],[244.117647058824,250,211.764705882353],[228.43137254902,244.117647058824,215.686274509804],[193.137254901961,216.666666666667,195.098039215686],[173.529411764706,204.901960784314,182.352941176471],[154.901960784314,193.137254901961,174.509803921569],[137.254901960784,183.333333333333,173.529411764706],[163.725490196078,207.843137254902,204.901960784314],[129.411764705882,158.823529411765,160.78431372549],[151.960784313725,172.549019607843,173.529411764706],[163.725490196078,182.352941176471,176.470588235294],[183.333333333333,212.745098039216,204.901960784314],[144.117647058824,196.078431372549,190.196078431373],[96.078431372549,157.843137254902,150],[96.078431372549,151.960784313725,145.098039215686],[87.2549019607843,145.098039215686,139.21568627451],[90.1960784313725,152.941176470588,151.960784313725],[106.862745098039,169.607843137255,169.607843137255],[104.901960784314,159.803921568627,158.823529411765],[106.862745098039,153.921568627451,153.921568627451],[134.313725490196,172.549019607843,171.56862745098],[129.411764705882,170.588235294118,166.666666666667],[93.1372549019608,149.019607843137,140.196078431373],[118.627450980392,175.490196078431,163.725490196078],[135.294117647059,176.470588235294,172.549019607843],[153.921568627451,187.254901960784,186.274509803922],[124.509803921569,157.843137254902,156.862745098039],[117.647058823529,147.058823529412,147.058823529412],[120.588235294118,140.196078431373,141.176470588235],[145.098039215686,164.705882352941,162.745098039216],[128.43137254902,154.901960784314,148.039215686275],[120.588235294118,143.137254901961,137.254901960784],[154.901960784314,164.705882352941,163.725490196078],[135.294117647059,144.117647058824,141.176470588235],[141.176470588235,160.78431372549,150],[133.333333333333,153.921568627451,137.254901960784],[186.274509803922,200,177.450980392157],[223.529411764706,229.411764705882,203.921568627451],[218.627450980392,214.705882352941,186.274509803922],[226.470588235294,220.588235294118,189.21568627451],[229.411764705882,229.411764705882,196.078431372549],[200.980392156863,204.901960784314,170.588235294118],[200.980392156863,205.882352941176,174.509803921569],[167.647058823529,173.529411764706,146.078431372549],[176.470588235294,181.372549019608,158.823529411765],[144.117647058824,152.941176470588,134.313725490196],[146.078431372549,164.705882352941,146.078431372549],[135.294117647059,151.960784313725,134.313725490196],[132.352941176471,139.21568627451,123.529411764706],[150.980392156863,147.058823529412,136.274509803922],[156.862745098039,141.176470588235,141.176470588235],[167.647058823529,149.019607843137,150.980392156863],[173.529411764706,161.764705882353,161.764705882353],[171.56862745098,164.705882352941,158.823529411765],[181.372549019608,179.411764705882,166.666666666667],[150.980392156863,150,132.352941176471],[201.960784313725,196.078431372549,182.352941176471],[180.392156862745,178.43137254902,166.666666666667],[122.549019607843,128.43137254902,124.509803921569],[152.941176470588,171.56862745098,167.647058823529],[131.372549019608,161.764705882353,156.862745098039],[111.764705882353,146.078431372549,139.21568627451],[159.803921568627,193.137254901961,179.411764705882],[151.960784313725,179.411764705882,167.647058823529],[204.901960784314,226.470588235294,223.529411764706],[212.745098039216,232.352941176471,233.333333333333],[171.56862745098,195.098039215686,197.058823529412],[139.21568627451,166.666666666667,170.588235294118],[138.235294117647,170.588235294118,177.450980392157],[128.43137254902,166.666666666667,173.529411764706],[126.470588235294,168.627450980392,175.490196078431],[112.745098039216,158.823529411765,164.705882352941],[107.843137254902,155.882352941176,159.803921568627],[113.725490196078,161.764705882353,165.686274509804],[122.549019607843,169.607843137255,173.529411764706],[125.490196078431,169.607843137255,174.509803921569],[133.333333333333,172.549019607843,180.392156862745],[155.882352941176,191.176470588235,202.941176470588],[134.313725490196,166.666666666667,181.372549019608],[123.529411764706,158.823529411765,170.588235294118],[111.764705882353,155.882352941176,160.78431372549],[106.862745098039,153.921568627451,155.882352941176],[101.960784313725,146.078431372549,150.980392156863],[87.2549019607843,127.450980392157,133.333333333333],[75.4901960784314,109.803921568627,115.686274509804],[85.2941176470588,113.725490196078,117.647058823529],[91.1764705882353,117.647058823529,112.745098039216],[80.3921568627451,102.941176470588,87.2549019607843],[82.3529411764706,101.960784313725,75.4901960784314],[121.56862745098,138.235294117647,102.941176470588],[124.509803921569,139.21568627451,100.980392156863],[123.529411764706,133.333333333333,97.0588235294118],[163.725490196078,170.588235294118,138.235294117647],[97.0588235294118,100.980392156863,76.4705882352941],[53.921568627451,54.9019607843137,37.2549019607843],[59.8039215686275,61.7647058823529,48.0392156862745],[63.7254901960784,67.6470588235294,50.9803921568627],[46.078431372549,49.0196078431373,30.3921568627451],[100,98.0392156862745,75.4901960784314],[57.843137254902,53.921568627451,29.4117647058824],[15.6862745098039,13.7254901960784,0],[28.4313725490196,33.3333333333333,3.92156862745098],[47.0588235294118,63.7254901960784,19.6078431372549],[113.725490196078,137.254901960784,86.2745098039216],[169.607843137255,196.078431372549,151.960784313725],[88.2352941176471,113.725490196078,67.6470588235294],[100.980392156863,123.529411764706,70.5882352941177],[110.78431372549,131.372549019608,76.4705882352941],[91.1764705882353,112.745098039216,66.6666666666667],[81.3725490196078,108.823529411765,61.7647058823529],[150.980392156863,187.254901960784,136.274509803922],[148.039215686275,184.313725490196,133.333333333333],[49.0196078431373,74.5098039215686,28.4313725490196],[90.1960784313725,107.843137254902,66.6666666666667],[93.1372549019608,107.843137254902,65.6862745098039],[74.5098039215686,87.2549019607843,44.1176470588235],[93.1372549019608,104.901960784314,59.8039215686275],[97.0588235294118,108.823529411765,61.7647058823529],[178.43137254902,191.176470588235,139.21568627451],[183.333333333333,196.078431372549,143.137254901961],[154.901960784314,169.607843137255,111.764705882353],[187.254901960784,202.941176470588,142.156862745098],[113.725490196078,128.43137254902,64.7058823529412],[107.843137254902,120.588235294118,52.9411764705882],[110.78431372549,120.588235294118,52.9411764705882],[120.588235294118,126.470588235294,55.8823529411765],[157.843137254902,159.803921568627,88.2352941176471],[183.333333333333,183.333333333333,114.705882352941],[187.254901960784,183.333333333333,120.588235294118],[131.372549019608,125.490196078431,64.7058823529412],[72.5490196078431,67.6470588235294,4.90196078431373],[73.5294117647059,68.6274509803922,3.92156862745098],[96.078431372549,88.2352941176471,26.4705882352941],[100,91.1764705882353,33.3333333333333],[138.235294117647,126.470588235294,79.4117647058823],[67.6470588235294,54.9019607843137,20.5882352941176],[38.2352941176471,23.5294117647059,2.94117647058824],[30.3921568627451,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,7.84313725490196],[24.5098039215686,12.7450980392157,16.6666666666667],[13.7254901960784,2.94117647058824,6.86274509803922],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[14.7058823529412,9.80392156862745,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[13.7254901960784,7.84313725490196,7.84313725490196],[27.4509803921569,21.5686274509804,21.5686274509804],[27.4509803921569,21.5686274509804,21.5686274509804],[13.7254901960784,7.84313725490196,7.84313725490196],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,3.92156862745098],[6.86274509803922,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[4.90196078431373,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[9.80392156862745,4.90196078431373,0.980392156862745],[6.86274509803922,1.96078431372549,0],[16.6666666666667,11.7647058823529,5.88235294117647],[25.4901960784314,20.5882352941176,14.7058823529412],[36.2745098039216,29.4117647058824,23.5294117647059],[30.3921568627451,19.6078431372549,15.6862745098039],[15.6862745098039,1.96078431372549,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[22.5490196078431,7.84313725490196,2.94117647058824],[25.4901960784314,10.7843137254902,3.92156862745098],[21.5686274509804,6.86274509803922,0],[28.4313725490196,13.7254901960784,6.86274509803922],[21.5686274509804,7.84313725490196,0],[9.80392156862745,0,0],[13.7254901960784,0.980392156862745,0],[36.2745098039216,26.4705882352941,16.6666666666667],[37.2549019607843,27.4509803921569,17.6470588235294],[21.5686274509804,13.7254901960784,2.94117647058824],[18.6274509803922,10.7843137254902,0],[11.7647058823529,2.94117647058824,0],[36.2745098039216,22.5490196078431,19.6078431372549],[47.0588235294118,33.3333333333333,30.3921568627451],[27.4509803921569,14.7058823529412,5.88235294117647],[80.3921568627451,68.6274509803922,52.9411764705882],[88.2352941176471,76.4705882352941,54.9019607843137],[73.5294117647059,61.7647058823529,36.2745098039216],[64.7058823529412,55.8823529411765,27.4509803921569],[27.4509803921569,17.6470588235294,0],[50,42.156862745098,19.6078431372549],[77.4509803921569,70.5882352941177,52.9411764705882],[15.6862745098039,9.80392156862745,0],[12.7450980392157,7.84313725490196,1.96078431372549],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,10.7843137254902,14.7058823529412],[31.3725490196078,28.4313725490196,35.2941176470588],[47.0588235294118,43.1372549019608,44.1176470588235],[41.1764705882353,33.3333333333333,20.5882352941176],[46.078431372549,31.3725490196078,12.7450980392157],[60.7843137254902,36.2745098039216,16.6666666666667],[92.156862745098,62.7450980392157,39.2156862745098],[117.647058823529,87.2549019607843,59.8039215686275],[105.882352941176,76.4705882352941,43.1372549019608],[94.1176470588235,71.5686274509804,31.3725490196078],[109.803921568627,91.1764705882353,50],[128.43137254902,110.78431372549,71.5686274509804],[203.921568627451,185.294117647059,143.137254901961],[134.313725490196,112.745098039216,64.7058823529412],[56.8627450980392,34.3137254901961,0],[156.862745098039,135.294117647059,78.4313725490196],[159.803921568627,140.196078431373,88.2352941176471],[153.921568627451,138.235294117647,102.941176470588],[153.921568627451,143.137254901961,115.686274509804],[142.156862745098,137.254901960784,107.843137254902],[146.078431372549,147.058823529412,115.686274509804],[130.392156862745,137.254901960784,103.921568627451],[124.509803921569,131.372549019608,98.0392156862745],[169.607843137255,170.588235294118,139.21568627451],[171.56862745098,172.549019607843,141.176470588235],[97.0588235294118,100.980392156863,68.6274509803922],[128.43137254902,134.313725490196,100.980392156863],[99.0196078431373,104.901960784314,71.5686274509804],[191.176470588235,194.117647058824,163.725490196078],[241.176470588235,242.156862745098,211.764705882353],[220.588235294118,225.490196078431,196.078431372549],[188.235294117647,204.901960784314,173.529411764706],[157.843137254902,181.372549019608,150],[161.764705882353,185.294117647059,153.921568627451],[210.78431372549,231.372549019608,199.019607843137],[211.764705882353,232.352941176471,194.117647058824],[218.627450980392,238.235294117647,203.921568627451],[231.372549019608,250,233.333333333333],[151.960784313725,175.490196078431,159.803921568627],[130.392156862745,154.901960784314,136.274509803922],[158.823529411765,186.274509803922,171.56862745098],[135.294117647059,172.549019607843,161.764705882353],[175.490196078431,211.764705882353,204.901960784314],[150.980392156863,181.372549019608,176.470588235294],[126.470588235294,152.941176470588,146.078431372549],[145.098039215686,170.588235294118,157.843137254902],[178.43137254902,211.764705882353,198.039215686275],[116.666666666667,166.666666666667,161.764705882353],[88.2352941176471,143.137254901961,140.196078431373],[100,149.019607843137,146.078431372549],[100,150.980392156863,149.019607843137],[92.156862745098,151.960784313725,152.941176470588],[100,162.745098039216,164.705882352941],[84.3137254901961,143.137254901961,143.137254901961],[107.843137254902,156.862745098039,157.843137254902],[132.352941176471,164.705882352941,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[128.43137254902,167.647058823529,167.647058823529],[142.156862745098,190.196078431373,187.254901960784],[160.78431372549,211.764705882353,209.803921568627],[147.058823529412,198.039215686275,196.078431372549],[139.21568627451,186.274509803922,186.274509803922],[117.647058823529,154.901960784314,155.882352941176],[154.901960784314,175.490196078431,180.392156862745],[151.960784313725,169.607843137255,171.56862745098],[139.21568627451,163.725490196078,160.78431372549],[138.235294117647,162.745098039216,159.803921568627],[130.392156862745,146.078431372549,146.078431372549],[123.529411764706,137.254901960784,137.254901960784],[149.019607843137,165.686274509804,159.803921568627],[170.588235294118,186.274509803922,175.490196078431],[218.627450980392,227.450980392157,210.78431372549],[243.137254901961,246.078431372549,225.490196078431],[215.686274509804,215.686274509804,192.156862745098],[238.235294117647,238.235294117647,210.78431372549],[215.686274509804,222.549019607843,192.156862745098],[209.803921568627,216.666666666667,186.274509803922],[193.137254901961,196.078431372549,169.607843137255],[162.745098039216,161.764705882353,141.176470588235],[184.313725490196,183.333333333333,165.686274509804],[171.56862745098,178.43137254902,162.745098039216],[150.980392156863,171.56862745098,154.901960784314],[171.56862745098,198.039215686275,179.411764705882],[147.058823529412,167.647058823529,150.980392156863],[147.058823529412,160.78431372549,148.039215686275],[158.823529411765,163.725490196078,157.843137254902],[153.921568627451,153.921568627451,151.960784313725],[125.490196078431,125.490196078431,123.529411764706],[132.352941176471,133.333333333333,127.450980392157],[149.019607843137,150.980392156863,138.235294117647],[173.529411764706,174.509803921569,158.823529411765],[146.078431372549,143.137254901961,128.43137254902],[240.196078431373,236.274509803922,225.490196078431],[180.392156862745,181.372549019608,176.470588235294],[141.176470588235,150,149.019607843137],[168.627450980392,184.313725490196,181.372549019608],[174.509803921569,195.098039215686,190.196078431373],[167.647058823529,187.254901960784,176.470588235294],[207.843137254902,224.509803921569,216.666666666667],[206.862745098039,220.588235294118,220.588235294118],[183.333333333333,196.078431372549,201.960784313725],[188.235294117647,204.901960784314,211.764705882353],[162.745098039216,185.294117647059,193.137254901961],[160.78431372549,189.21568627451,197.058823529412],[135.294117647059,168.627450980392,177.450980392157],[122.549019607843,160.78431372549,167.647058823529],[127.450980392157,169.607843137255,175.490196078431],[101.960784313725,146.078431372549,149.019607843137],[122.549019607843,169.607843137255,171.56862745098],[122.549019607843,167.647058823529,167.647058823529],[134.313725490196,177.450980392157,178.43137254902],[141.176470588235,181.372549019608,185.294117647059],[145.098039215686,181.372549019608,189.21568627451],[136.274509803922,169.607843137255,178.43137254902],[142.156862745098,173.529411764706,186.274509803922],[106.862745098039,137.254901960784,154.901960784314],[104.901960784314,135.294117647059,154.901960784314],[98.0392156862745,133.333333333333,149.019607843137],[90.1960784313725,125.490196078431,137.254901960784],[84.3137254901961,117.647058823529,119.607843137255],[89.2156862745098,114.705882352941,111.764705882353],[95.0980392156863,111.764705882353,105.882352941176],[95.0980392156863,105.882352941176,98.0392156862745],[76.4705882352941,83.3333333333333,76.4705882352941],[93.1372549019608,100,92.156862745098],[56.8627450980392,68.6274509803922,54.9019607843137],[74.5098039215686,87.2549019607843,69.6078431372549],[93.1372549019608,104.901960784314,83.3333333333333],[73.5294117647059,81.3725490196078,60.7843137254902],[82.3529411764706,83.3333333333333,67.6470588235294],[82.3529411764706,86.2745098039216,72.5490196078431],[33.3333333333333,53.921568627451,39.2156862745098],[12.7450980392157,33.3333333333333,16.6666666666667],[48.0392156862745,51.9607843137255,35.2941176470588],[44.1176470588235,41.1764705882353,24.5098039215686],[31.3725490196078,25.4901960784314,13.7254901960784],[44.1176470588235,43.1372549019608,25.4901960784314],[36.2745098039216,51.9607843137255,16.6666666666667],[95.0980392156863,116.666666666667,78.4313725490196],[136.274509803922,156.862745098039,124.509803921569],[81.3725490196078,98.0392156862745,64.7058823529412],[112.745098039216,123.529411764706,82.3529411764706],[105.882352941176,112.745098039216,71.5686274509804],[84.3137254901961,94.1176470588235,57.843137254902],[74.5098039215686,95.0980392156863,56.8627450980392],[156.862745098039,194.117647058824,146.078431372549],[116.666666666667,158.823529411765,106.862745098039],[100.980392156863,132.352941176471,86.2745098039216],[98.0392156862745,120.588235294118,79.4117647058823],[79.4117647058823,97.0588235294118,59.8039215686275],[35.2941176470588,46.078431372549,12.7450980392157],[71.5686274509804,78.4313725490196,46.078431372549],[111.764705882353,115.686274509804,81.3725490196078],[100.980392156863,102.941176470588,63.7254901960784],[115.686274509804,119.607843137255,70.5882352941177],[111.764705882353,119.607843137255,61.7647058823529],[136.274509803922,145.098039215686,79.4117647058823],[116.666666666667,128.43137254902,53.921568627451],[171.56862745098,184.313725490196,105.882352941176],[128.43137254902,141.176470588235,62.7450980392157],[139.21568627451,151.960784313725,73.5294117647059],[177.450980392157,190.196078431373,112.745098039216],[168.627450980392,176.470588235294,104.901960784314],[180.392156862745,183.333333333333,117.647058823529],[135.294117647059,134.313725490196,71.5686274509804],[108.823529411765,107.843137254902,44.1176470588235],[136.274509803922,133.333333333333,67.6470588235294],[139.21568627451,134.313725490196,71.5686274509804],[155.882352941176,145.098039215686,90.1960784313725],[115.686274509804,101.960784313725,57.843137254902],[76.4705882352941,60.7843137254902,27.4509803921569],[39.2156862745098,21.5686274509804,1.96078431372549],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,14.7058823529412,15.6862745098039],[12.7450980392157,0,2.94117647058824],[12.7450980392157,1.96078431372549,5.88235294117647],[10.7843137254902,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0]],[[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,4.90196078431373],[11.7647058823529,6.86274509803922,0.980392156862745],[7.84313725490196,2.94117647058824,0],[24.5098039215686,17.6470588235294,9.80392156862745],[38.2352941176471,31.3725490196078,23.5294117647059],[37.2549019607843,28.4313725490196,19.6078431372549],[16.6666666666667,3.92156862745098,0],[18.6274509803922,3.92156862745098,0],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[22.5490196078431,5.88235294117647,0],[33.3333333333333,16.6666666666667,8.82352941176471],[21.5686274509804,4.90196078431373,0],[14.7058823529412,0,0],[41.1764705882353,25.4901960784314,12.7450980392157],[50,36.2745098039216,23.5294117647059],[21.5686274509804,8.82352941176471,0],[22.5490196078431,10.7843137254902,0],[48.0392156862745,36.2745098039216,20.5882352941176],[27.4509803921569,18.6274509803922,1.96078431372549],[7.84313725490196,0,0],[10.7843137254902,1.96078431372549,0],[17.6470588235294,7.84313725490196,0],[33.3333333333333,20.5882352941176,11.7647058823529],[36.2745098039216,24.5098039215686,10.7843137254902],[68.6274509803922,57.843137254902,40.1960784313726],[94.1176470588235,83.3333333333333,61.7647058823529],[52.9411764705882,41.1764705882353,17.6470588235294],[14.7058823529412,4.90196078431373,0],[29.4117647058824,18.6274509803922,0],[27.4509803921569,19.6078431372549,0.980392156862745],[89.2156862745098,79.4117647058823,67.6470588235294],[35.2941176470588,26.4705882352941,19.6078431372549],[28.4313725490196,20.5882352941176,17.6470588235294],[18.6274509803922,9.80392156862745,10.7843137254902],[24.5098039215686,18.6274509803922,20.5882352941176],[27.4509803921569,22.5490196078431,26.4705882352941],[31.3725490196078,23.5294117647059,21.5686274509804],[46.078431372549,34.3137254901961,22.5490196078431],[65.6862745098039,49.0196078431373,31.3725490196078],[95.0980392156863,68.6274509803922,48.0392156862745],[116.666666666667,85.2941176470588,60.7843137254902],[76.4705882352941,43.1372549019608,15.6862745098039],[78.4313725490196,49.0196078431373,15.6862745098039],[86.2745098039216,63.7254901960784,23.5294117647059],[83.3333333333333,64.7058823529412,23.5294117647059],[92.156862745098,75.4901960784314,33.3333333333333],[111.764705882353,95.0980392156863,51.9607843137255],[159.803921568627,142.156862745098,95.0980392156863],[137.254901960784,120.588235294118,69.6078431372549],[148.039215686275,133.333333333333,79.4117647058823],[106.862745098039,97.0588235294118,49.0196078431373],[92.156862745098,87.2549019607843,55.8823529411765],[130.392156862745,128.43137254902,103.921568627451],[204.901960784314,204.901960784314,181.372549019608],[188.235294117647,192.156862745098,169.607843137255],[79.4117647058823,85.2941176470588,59.8039215686275],[99.0196078431373,107.843137254902,81.3725490196078],[138.235294117647,144.117647058824,116.666666666667],[160.78431372549,166.666666666667,139.21568627451],[144.117647058824,150.980392156863,120.588235294118],[131.372549019608,138.235294117647,107.843137254902],[127.450980392157,132.352941176471,100.980392156863],[218.627450980392,223.529411764706,192.156862745098],[250,250,223.529411764706],[206.862745098039,213.725490196078,181.372549019608],[158.823529411765,172.549019607843,140.196078431373],[158.823529411765,175.490196078431,142.156862745098],[164.705882352941,184.313725490196,150],[186.274509803922,209.803921568627,176.470588235294],[180.392156862745,204.901960784314,173.529411764706],[200,228.43137254902,200.980392156863],[200.980392156863,231.372549019608,215.686274509804],[130.392156862745,157.843137254902,146.078431372549],[146.078431372549,167.647058823529,154.901960784314],[135.294117647059,156.862745098039,144.117647058824],[152.941176470588,179.411764705882,170.588235294118],[164.705882352941,195.098039215686,187.254901960784],[162.745098039216,194.117647058824,183.333333333333],[121.56862745098,150.980392156863,139.21568627451],[151.960784313725,180.392156862745,162.745098039216],[174.509803921569,207.843137254902,192.156862745098],[102.941176470588,148.039215686275,145.098039215686],[111.764705882353,161.764705882353,162.745098039216],[103.921568627451,148.039215686275,150.980392156863],[116.666666666667,164.705882352941,168.627450980392],[109.803921568627,167.647058823529,171.56862745098],[106.862745098039,166.666666666667,169.607843137255],[108.823529411765,162.745098039216,165.686274509804],[115.686274509804,159.803921568627,164.705882352941],[148.039215686275,180.392156862745,187.254901960784],[122.549019607843,150.980392156863,158.823529411765],[132.352941176471,168.627450980392,174.509803921569],[121.56862745098,165.686274509804,170.588235294118],[110.78431372549,165.686274509804,166.666666666667],[129.411764705882,186.274509803922,188.235294117647],[123.529411764706,173.529411764706,177.450980392157],[112.745098039216,150.980392156863,157.843137254902],[133.333333333333,157.843137254902,164.705882352941],[180.392156862745,200,206.862745098039],[180.392156862745,207.843137254902,208.823529411765],[170.588235294118,199.019607843137,197.058823529412],[182.352941176471,200.980392156863,204.901960784314],[177.450980392157,195.098039215686,197.058823529412],[144.117647058824,162.745098039216,158.823529411765],[203.921568627451,218.627450980392,211.764705882353],[200,207.843137254902,197.058823529412],[207.843137254902,209.803921568627,197.058823529412],[193.137254901961,196.078431372549,177.450980392157],[223.529411764706,228.43137254902,206.862745098039],[209.803921568627,219.607843137255,195.098039215686],[199.019607843137,206.862745098039,183.333333333333],[175.490196078431,177.450980392157,156.862745098039],[181.372549019608,178.43137254902,161.764705882353],[173.529411764706,169.607843137255,157.843137254902],[190.196078431373,194.117647058824,180.392156862745],[134.313725490196,156.862745098039,141.176470588235],[147.058823529412,179.411764705882,160.78431372549],[160.78431372549,191.176470588235,173.529411764706],[149.019607843137,175.490196078431,160.78431372549],[157.843137254902,178.43137254902,169.607843137255],[128.43137254902,145.098039215686,139.21568627451],[112.745098039216,124.509803921569,120.588235294118],[167.647058823529,177.450980392157,169.607843137255],[158.823529411765,164.705882352941,150.980392156863],[180.392156862745,183.333333333333,166.666666666667],[188.235294117647,189.21568627451,173.529411764706],[221.56862745098,219.607843137255,207.843137254902],[244.117647058824,245.098039215686,240.196078431373],[204.901960784314,208.823529411765,209.803921568627],[208.823529411765,217.647058823529,216.666666666667],[216.666666666667,227.450980392157,223.529411764706],[194.117647058824,204.901960784314,197.058823529412],[192.156862745098,204.901960784314,198.039215686275],[174.509803921569,185.294117647059,187.254901960784],[188.235294117647,200.980392156863,208.823529411765],[200.980392156863,217.647058823529,225.490196078431],[195.098039215686,217.647058823529,225.490196078431],[179.411764705882,205.882352941176,216.666666666667],[161.764705882353,194.117647058824,202.941176470588],[171.56862745098,207.843137254902,215.686274509804],[141.176470588235,181.372549019608,185.294117647059],[128.43137254902,171.56862745098,172.549019607843],[141.176470588235,184.313725490196,183.333333333333],[133.333333333333,174.509803921569,172.549019607843],[134.313725490196,173.529411764706,172.549019607843],[137.254901960784,175.490196078431,174.509803921569],[149.019607843137,182.352941176471,184.313725490196],[141.176470588235,171.56862745098,174.509803921569],[146.078431372549,172.549019607843,179.411764705882],[137.254901960784,158.823529411765,171.56862745098],[131.372549019608,152.941176470588,165.686274509804],[131.372549019608,154.901960784314,164.705882352941],[133.333333333333,157.843137254902,161.764705882353],[126.470588235294,150.980392156863,147.058823529412],[123.529411764706,143.137254901961,134.313725490196],[127.450980392157,139.21568627451,127.450980392157],[128.43137254902,136.274509803922,125.490196078431],[123.529411764706,129.411764705882,119.607843137255],[110.78431372549,116.666666666667,106.862745098039],[75.4901960784314,86.2745098039216,72.5490196078431],[103.921568627451,114.705882352941,98.0392156862745],[154.901960784314,166.666666666667,143.137254901961],[80.3921568627451,90.1960784313725,63.7254901960784],[85.2941176470588,89.2156862745098,64.7058823529412],[54.9019607843137,64.7058823529412,41.1764705882353],[50,72.5490196078431,54.9019607843137],[17.6470588235294,37.2549019607843,25.4901960784314],[6.86274509803922,12.7450980392157,0],[47.0588235294118,45.0980392156863,32.3529411764706],[27.4509803921569,23.5294117647059,14.7058823529412],[43.1372549019608,44.1176470588235,30.3921568627451],[100.980392156863,115.686274509804,87.2549019607843],[145.098039215686,165.686274509804,133.333333333333],[40.1960784313726,59.8039215686275,33.3333333333333],[52.9411764705882,68.6274509803922,40.1960784313726],[81.3725490196078,89.2156862745098,52.9411764705882],[95.0980392156863,100,60.7843137254902],[72.5490196078431,79.4117647058823,46.078431372549],[102.941176470588,118.627450980392,82.3529411764706],[182.352941176471,214.705882352941,168.627450980392],[167.647058823529,204.901960784314,154.901960784314],[94.1176470588235,120.588235294118,76.4705882352941],[80.3921568627451,100.980392156863,60.7843137254902],[54.9019607843137,70.5882352941177,34.3137254901961],[11.7647058823529,23.5294117647059,0],[33.3333333333333,40.1960784313726,6.86274509803922],[87.2549019607843,91.1764705882353,54.9019607843137],[62.7450980392157,65.6862745098039,23.5294117647059],[52.9411764705882,56.8627450980392,7.84313725490196],[60.7843137254902,68.6274509803922,10.7843137254902],[82.3529411764706,93.1372549019608,26.4705882352941],[91.1764705882353,104.901960784314,31.3725490196078],[125.490196078431,139.21568627451,61.7647058823529],[217.647058823529,231.372549019608,153.921568627451],[176.470588235294,189.21568627451,111.764705882353],[151.960784313725,164.705882352941,87.2549019607843],[113.725490196078,124.509803921569,50],[90.1960784313725,97.0588235294118,30.3921568627451],[142.156862745098,147.058823529412,81.3725490196078],[111.764705882353,114.705882352941,47.0588235294118],[137.254901960784,136.274509803922,70.5882352941177],[119.607843137255,114.705882352941,51.9607843137255],[55.8823529411765,45.0980392156863,0],[97.0588235294118,80.3921568627451,37.2549019607843],[56.8627450980392,37.2549019607843,4.90196078431373],[20.5882352941176,0,0],[26.4705882352941,6.86274509803922,0],[29.4117647058824,11.7647058823529,11.7647058823529],[9.80392156862745,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[49.0196078431373,40.1960784313726,31.3725490196078],[37.2549019607843,27.4509803921569,18.6274509803922],[15.6862745098039,0.980392156862745,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[28.4313725490196,10.7843137254902,0.980392156862745],[34.3137254901961,16.6666666666667,4.90196078431373],[30.3921568627451,12.7450980392157,0],[40.1960784313726,22.5490196078431,8.82352941176471],[34.3137254901961,17.6470588235294,1.96078431372549],[69.6078431372549,52.9411764705882,35.2941176470588],[76.4705882352941,59.8039215686275,40.1960784313726],[66.6666666666667,51.9607843137255,31.3725490196078],[47.0588235294118,32.3529411764706,9.80392156862745],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,47.0588235294118,21.5686274509804],[55.8823529411765,46.078431372549,21.5686274509804],[10.7843137254902,0,0],[42.156862745098,34.3137254901961,15.6862745098039],[27.4509803921569,19.6078431372549,0],[16.6666666666667,5.88235294117647,0],[25.4901960784314,14.7058823529412,0],[49.0196078431373,37.2549019607843,21.5686274509804],[19.6078431372549,7.84313725490196,0],[26.4705882352941,13.7254901960784,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[52.9411764705882,41.1764705882353,41.1764705882353],[25.4901960784314,13.7254901960784,13.7254901960784],[42.156862745098,32.3529411764706,30.3921568627451],[28.4313725490196,19.6078431372549,14.7058823529412],[28.4313725490196,21.5686274509804,13.7254901960784],[22.5490196078431,16.6666666666667,4.90196078431373],[38.2352941176471,30.3921568627451,17.6470588235294],[43.1372549019608,33.3333333333333,21.5686274509804],[63.7254901960784,49.0196078431373,30.3921568627451],[105.882352941176,82.3529411764706,54.9019607843137],[161.764705882353,136.274509803922,101.960784313725],[79.4117647058823,50.9803921568627,17.6470588235294],[52.9411764705882,27.4509803921569,0],[50,30.3921568627451,0],[59.8039215686275,45.0980392156863,6.86274509803922],[101.960784313725,92.156862745098,44.1176470588235],[119.607843137255,109.803921568627,57.843137254902],[213.725490196078,204.901960784314,149.019607843137],[139.21568627451,132.352941176471,79.4117647058823],[104.901960784314,100.980392156863,56.8627450980392],[65.6862745098039,67.6470588235294,31.3725490196078],[50,60.7843137254902,27.4509803921569],[180.392156862745,193.137254901961,165.686274509804],[160.78431372549,164.705882352941,142.156862745098],[116.666666666667,118.627450980392,97.0588235294118],[61.7647058823529,65.6862745098039,43.1372549019608],[94.1176470588235,101.960784313725,78.4313725490196],[85.2941176470588,100,71.5686274509804],[102.941176470588,118.627450980392,90.1960784313725],[129.411764705882,144.117647058824,113.725490196078],[135.294117647059,150,119.607843137255],[156.862745098039,169.607843137255,140.196078431373],[177.450980392157,188.235294117647,158.823529411765],[239.21568627451,249.019607843137,222.549019607843],[209.803921568627,219.607843137255,193.137254901961],[157.843137254902,165.686274509804,142.156862745098],[187.254901960784,195.098039215686,171.56862745098],[204.901960784314,214.705882352941,190.196078431373],[195.098039215686,209.803921568627,187.254901960784],[180.392156862745,204.901960784314,183.333333333333],[164.705882352941,197.058823529412,178.43137254902],[195.098039215686,232.352941176471,221.56862745098],[176.470588235294,210.78431372549,203.921568627451],[187.254901960784,210.78431372549,198.039215686275],[160.78431372549,180.392156862745,169.607843137255],[154.901960784314,177.450980392157,169.607843137255],[144.117647058824,169.607843137255,160.78431372549],[172.549019607843,201.960784313725,190.196078431373],[175.490196078431,205.882352941176,190.196078431373],[142.156862745098,168.627450980392,150],[152.941176470588,183.333333333333,168.627450980392],[117.647058823529,156.862745098039,155.882352941176],[66.6666666666667,110.78431372549,116.666666666667],[103.921568627451,146.078431372549,152.941176470588],[116.666666666667,162.745098039216,170.588235294118],[120.588235294118,172.549019607843,180.392156862745],[126.470588235294,175.490196078431,184.313725490196],[120.588235294118,162.745098039216,171.56862745098],[97.0588235294118,133.333333333333,142.156862745098],[139.21568627451,175.490196078431,184.313725490196],[124.509803921569,161.764705882353,170.588235294118],[115.686274509804,157.843137254902,166.666666666667],[116.666666666667,163.725490196078,173.529411764706],[99.0196078431373,151.960784313725,161.764705882353],[117.647058823529,168.627450980392,179.411764705882],[114.705882352941,155.882352941176,169.607843137255],[119.607843137255,151.960784313725,166.666666666667],[112.745098039216,144.117647058824,154.901960784314],[141.176470588235,170.588235294118,180.392156862745],[161.764705882353,194.117647058824,199.019607843137],[143.137254901961,173.529411764706,176.470588235294],[155.882352941176,179.411764705882,183.333333333333],[183.333333333333,201.960784313725,205.882352941176],[162.745098039216,182.352941176471,183.333333333333],[221.56862745098,237.254901960784,236.274509803922],[194.117647058824,202.941176470588,198.039215686275],[201.960784313725,204.901960784314,198.039215686275],[212.745098039216,215.686274509804,204.901960784314],[225.490196078431,231.372549019608,217.647058823529],[210.78431372549,221.56862745098,204.901960784314],[178.43137254902,187.254901960784,168.627450980392],[181.372549019608,182.352941176471,168.627450980392],[179.411764705882,175.490196078431,163.725490196078],[174.509803921569,167.647058823529,159.803921568627],[158.823529411765,161.764705882353,152.941176470588],[149.019607843137,171.56862745098,155.882352941176],[188.235294117647,221.56862745098,204.901960784314],[200,236.274509803922,218.627450980392],[129.411764705882,164.705882352941,150.980392156863],[111.764705882353,144.117647058824,135.294117647059],[112.745098039216,139.21568627451,134.313725490196],[98.0392156862745,116.666666666667,112.745098039216],[143.137254901961,155.882352941176,149.019607843137],[160.78431372549,168.627450980392,155.882352941176],[193.137254901961,199.019607843137,185.294117647059],[208.823529411765,212.745098039216,199.019607843137],[231.372549019608,234.313725490196,223.529411764706],[243.137254901961,245.098039215686,242.156862745098],[241.176470588235,242.156862745098,244.117647058824],[231.372549019608,232.352941176471,236.274509803922],[223.529411764706,229.411764705882,229.411764705882],[223.529411764706,234.313725490196,228.43137254902],[200,214.705882352941,209.803921568627],[213.725490196078,231.372549019608,235.294117647059],[205.882352941176,223.529411764706,233.333333333333],[207.843137254902,229.411764705882,240.196078431373],[186.274509803922,212.745098039216,223.529411764706],[177.450980392157,206.862745098039,217.647058823529],[200.980392156863,232.352941176471,243.137254901961],[163.725490196078,200,207.843137254902],[153.921568627451,192.156862745098,197.058823529412],[138.235294117647,177.450980392157,177.450980392157],[134.313725490196,172.549019607843,171.56862745098],[138.235294117647,173.529411764706,169.607843137255],[140.196078431373,174.509803921569,168.627450980392],[144.117647058824,172.549019607843,168.627450980392],[170.588235294118,196.078431372549,195.098039215686],[175.490196078431,196.078431372549,197.058823529412],[195.098039215686,214.705882352941,213.725490196078],[200.980392156863,220.588235294118,211.764705882353],[196.078431372549,213.725490196078,201.960784313725],[183.333333333333,196.078431372549,179.411764705882],[169.607843137255,180.392156862745,163.725490196078],[158.823529411765,166.666666666667,151.960784313725],[133.333333333333,141.176470588235,126.470588235294],[111.764705882353,122.549019607843,105.882352941176],[113.725490196078,126.470588235294,100.980392156863],[151.960784313725,165.686274509804,130.392156862745],[159.803921568627,170.588235294118,129.411764705882],[157.843137254902,164.705882352941,123.529411764706],[164.705882352941,169.607843137255,130.392156862745],[168.627450980392,172.549019607843,136.274509803922],[108.823529411765,115.686274509804,75.4901960784314],[142.156862745098,154.901960784314,109.803921568627],[100.980392156863,115.686274509804,75.4901960784314],[54.9019607843137,66.6666666666667,45.0980392156863],[54.9019607843137,60.7843137254902,49.0196078431373],[40.1960784313726,41.1764705882353,27.4509803921569],[57.843137254902,55.8823529411765,43.1372549019608],[28.4313725490196,28.4313725490196,18.6274509803922],[91.1764705882353,97.0588235294118,83.3333333333333],[137.254901960784,152.941176470588,126.470588235294],[41.1764705882353,61.7647058823529,29.4117647058824],[11.7647058823529,34.3137254901961,6.86274509803922],[0,8.82352941176471,0],[33.3333333333333,48.0392156862745,9.80392156862745],[125.490196078431,138.235294117647,96.078431372549],[100.980392156863,112.745098039216,75.4901960784314],[122.549019607843,137.254901960784,99.0196078431373],[193.137254901961,214.705882352941,168.627450980392],[193.137254901961,214.705882352941,168.627450980392],[166.666666666667,178.43137254902,139.21568627451],[94.1176470588235,101.960784313725,63.7254901960784],[68.6274509803922,77.4509803921569,35.2941176470588],[45.0980392156863,52.9411764705882,6.86274509803922],[100.980392156863,108.823529411765,58.8235294117647],[54.9019607843137,65.6862745098039,10.7843137254902],[18.6274509803922,31.3725490196078,0],[120.588235294118,135.294117647059,77.4509803921569],[166.666666666667,186.274509803922,128.43137254902],[100.980392156863,120.588235294118,62.7450980392157],[55.8823529411765,73.5294117647059,14.7058823529412],[80.3921568627451,96.078431372549,34.3137254901961],[168.627450980392,180.392156862745,115.686274509804],[111.764705882353,118.627450980392,51.9607843137255],[101.960784313725,104.901960784314,35.2941176470588],[76.4705882352941,82.3529411764706,11.7647058823529],[106.862745098039,117.647058823529,50],[160.78431372549,171.56862745098,104.901960784314],[138.235294117647,145.098039215686,78.4313725490196],[148.039215686275,149.019607843137,82.3529411764706],[131.372549019608,126.470588235294,63.7254901960784],[58.8235294117647,46.078431372549,0],[73.5294117647059,52.9411764705882,10.7843137254902],[57.843137254902,33.3333333333333,2.94117647058824],[56.8627450980392,30.3921568627451,11.7647058823529],[49.0196078431373,24.5098039215686,17.6470588235294],[23.5294117647059,2.94117647058824,1.96078431372549],[10.7843137254902,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[2.94117647058824,1.96078431372549,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,1.96078431372549],[13.7254901960784,4.90196078431373,0],[11.7647058823529,2.94117647058824,0],[15.6862745098039,6.86274509803922,0],[28.4313725490196,18.6274509803922,8.82352941176471],[32.3529411764706,22.5490196078431,12.7450980392157],[11.7647058823529,0,0],[31.3725490196078,14.7058823529412,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,25.4901960784314,14.7058823529412],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,8.82352941176471],[30.3921568627451,11.7647058823529,0],[25.4901960784314,6.86274509803922,0],[34.3137254901961,16.6666666666667,0],[69.6078431372549,51.9607843137255,28.4313725490196],[92.156862745098,75.4901960784314,50],[82.3529411764706,67.6470588235294,39.2156862745098],[38.2352941176471,23.5294117647059,0],[49.0196078431373,36.2745098039216,4.90196078431373],[110.78431372549,98.0392156862745,64.7058823529412],[108.823529411765,98.0392156862745,68.6274509803922],[87.2549019607843,79.4117647058823,56.8627450980392],[69.6078431372549,61.7647058823529,43.1372549019608],[27.4509803921569,19.6078431372549,0.980392156862745],[19.6078431372549,10.7843137254902,0],[17.6470588235294,8.82352941176471,0],[38.2352941176471,25.4901960784314,16.6666666666667],[50.9803921568627,38.2352941176471,32.3529411764706],[21.5686274509804,7.84313725490196,6.86274509803922],[9.80392156862745,0,0],[18.6274509803922,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[45.0980392156863,34.3137254901961,30.3921568627451],[43.1372549019608,33.3333333333333,23.5294117647059],[48.0392156862745,39.2156862745098,22.5490196078431],[34.3137254901961,26.4705882352941,5.88235294117647],[34.3137254901961,26.4705882352941,5.88235294117647],[58.8235294117647,50,33.3333333333333],[50,38.2352941176471,16.6666666666667],[58.8235294117647,40.1960784313726,8.82352941176471],[124.509803921569,100.980392156863,63.7254901960784],[85.2941176470588,60.7843137254902,21.5686274509804],[90.1960784313725,67.6470588235294,27.4509803921569],[82.3529411764706,66.6666666666667,31.3725490196078],[66.6666666666667,54.9019607843137,15.6862745098039],[81.3725490196078,73.5294117647059,25.4901960784314],[150.980392156863,146.078431372549,91.1764705882353],[177.450980392157,172.549019607843,115.686274509804],[113.725490196078,112.745098039216,59.8039215686275],[102.941176470588,104.901960784314,65.6862745098039],[75.4901960784314,86.2745098039216,52.9411764705882],[123.529411764706,147.058823529412,115.686274509804],[166.666666666667,189.21568627451,160.78431372549],[112.745098039216,125.490196078431,98.0392156862745],[37.2549019607843,46.078431372549,19.6078431372549],[102.941176470588,108.823529411765,83.3333333333333],[118.627450980392,128.43137254902,101.960784313725],[101.960784313725,120.588235294118,91.1764705882353],[119.607843137255,140.196078431373,109.803921568627],[129.411764705882,144.117647058824,115.686274509804],[156.862745098039,169.607843137255,142.156862745098],[207.843137254902,217.647058823529,193.137254901961],[187.254901960784,197.058823529412,172.549019607843],[203.921568627451,215.686274509804,192.156862745098],[200.980392156863,209.803921568627,189.21568627451],[195.098039215686,200,180.392156862745],[203.921568627451,207.843137254902,191.176470588235],[191.176470588235,201.960784313725,185.294117647059],[193.137254901961,209.803921568627,192.156862745098],[164.705882352941,187.254901960784,169.607843137255],[127.450980392157,158.823529411765,144.117647058824],[170.588235294118,210.78431372549,202.941176470588],[163.725490196078,203.921568627451,196.078431372549],[134.313725490196,161.764705882353,150],[147.058823529412,168.627450980392,156.862745098039],[104.901960784314,127.450980392157,119.607843137255],[160.78431372549,187.254901960784,178.43137254902],[144.117647058824,175.490196078431,162.745098039216],[148.039215686275,178.43137254902,162.745098039216],[192.156862745098,215.686274509804,200],[113.725490196078,139.21568627451,128.43137254902],[105.882352941176,138.235294117647,143.137254901961],[88.2352941176471,127.450980392157,137.254901960784],[100.980392156863,142.156862745098,153.921568627451],[109.803921568627,155.882352941176,165.686274509804],[100.980392156863,148.039215686275,157.843137254902],[115.686274509804,157.843137254902,166.666666666667],[126.470588235294,154.901960784314,168.627450980392],[109.803921568627,138.235294117647,151.960784313725],[114.705882352941,151.960784313725,162.745098039216],[134.313725490196,177.450980392157,188.235294117647],[110.78431372549,155.882352941176,168.627450980392],[106.862745098039,154.901960784314,168.627450980392],[138.235294117647,189.21568627451,202.941176470588],[121.56862745098,165.686274509804,184.313725490196],[126.470588235294,157.843137254902,178.43137254902],[137.254901960784,164.705882352941,185.294117647059],[132.352941176471,167.647058823529,183.333333333333],[111.764705882353,149.019607843137,159.803921568627],[151.960784313725,190.196078431373,197.058823529412],[146.078431372549,178.43137254902,185.294117647059],[136.274509803922,158.823529411765,166.666666666667],[175.490196078431,195.098039215686,201.960784313725],[204.901960784314,228.43137254902,230.392156862745],[200,220.588235294118,221.56862745098],[181.372549019608,193.137254901961,193.137254901961],[193.137254901961,199.019607843137,197.058823529412],[214.705882352941,216.666666666667,211.764705882353],[215.686274509804,216.666666666667,210.78431372549],[223.529411764706,229.411764705882,219.607843137255],[201.960784313725,207.843137254902,196.078431372549],[193.137254901961,195.098039215686,184.313725490196],[164.705882352941,161.764705882353,152.941176470588],[172.549019607843,169.607843137255,162.745098039216],[143.137254901961,146.078431372549,137.254901960784],[132.352941176471,151.960784313725,140.196078431373],[158.823529411765,186.274509803922,171.56862745098],[165.686274509804,197.058823529412,182.352941176471],[121.56862745098,153.921568627451,143.137254901961],[95.0980392156863,129.411764705882,122.549019607843],[137.254901960784,167.647058823529,162.745098039216],[147.058823529412,166.666666666667,164.705882352941],[129.411764705882,141.176470588235,137.254901960784],[143.137254901961,150,142.156862745098],[171.56862745098,177.450980392157,165.686274509804],[188.235294117647,199.019607843137,185.294117647059],[229.411764705882,241.176470588235,231.372549019608],[211.764705882353,220.588235294118,219.607843137255],[232.352941176471,239.21568627451,245.098039215686],[209.803921568627,213.725490196078,222.549019607843],[222.549019607843,231.372549019608,236.274509803922],[206.862745098039,225.490196078431,221.56862745098],[196.078431372549,220.588235294118,217.647058823529],[227.450980392157,250,250],[199.019607843137,228.43137254902,238.235294117647],[178.43137254902,209.803921568627,220.588235294118],[195.098039215686,228.43137254902,240.196078431373],[178.43137254902,213.725490196078,227.450980392157],[196.078431372549,233.333333333333,246.078431372549],[198.039215686275,237.254901960784,245.098039215686],[192.156862745098,230.392156862745,237.254901960784],[194.117647058824,231.372549019608,232.352941176471],[176.470588235294,209.803921568627,208.823529411765],[174.509803921569,204.901960784314,200],[170.588235294118,197.058823529412,192.156862745098],[156.862745098039,176.470588235294,174.509803921569],[172.549019607843,186.274509803922,186.274509803922],[187.254901960784,197.058823529412,198.039215686275],[229.411764705882,240.196078431373,234.313725490196],[234.313725490196,247.058823529412,229.411764705882],[230.392156862745,242.156862745098,218.627450980392],[199.019607843137,204.901960784314,179.411764705882],[173.529411764706,175.490196078431,151.960784313725],[171.56862745098,173.529411764706,152.941176470588],[150,152.941176470588,132.352941176471],[127.450980392157,136.274509803922,109.803921568627],[140.196078431373,150.980392156863,117.647058823529],[163.725490196078,176.470588235294,131.372549019608],[213.725490196078,223.529411764706,172.549019607843],[145.098039215686,150,97.0588235294118],[114.705882352941,117.647058823529,65.6862745098039],[134.313725490196,137.254901960784,85.2941176470588],[99.0196078431373,105.882352941176,52.9411764705882],[115.686274509804,129.411764705882,69.6078431372549],[188.235294117647,198.039215686275,147.058823529412],[231.372549019608,227.450980392157,199.019607843137],[131.372549019608,123.529411764706,104.901960784314],[45.0980392156863,39.2156862745098,17.6470588235294],[27.4509803921569,25.4901960784314,2.94117647058824],[20.5882352941176,23.5294117647059,6.86274509803922],[49.0196078431373,57.843137254902,37.2549019607843],[59.8039215686275,74.5098039215686,42.156862745098],[23.5294117647059,43.1372549019608,6.86274509803922],[51.9607843137255,72.5490196078431,42.156862745098],[105.882352941176,126.470588235294,94.1176470588235],[117.647058823529,139.21568627451,94.1176470588235],[123.529411764706,143.137254901961,93.1372549019608],[150.980392156863,167.647058823529,123.529411764706],[150,167.647058823529,120.588235294118],[142.156862745098,158.823529411765,107.843137254902],[108.823529411765,122.549019607843,72.5490196078431],[93.1372549019608,101.960784313725,57.843137254902],[84.3137254901961,90.1960784313725,47.0588235294118],[153.921568627451,160.78431372549,110.78431372549],[164.705882352941,171.56862745098,118.627450980392],[199.019607843137,208.823529411765,150],[181.372549019608,193.137254901961,132.352941176471],[121.56862745098,135.294117647059,75.4901960784314],[168.627450980392,186.274509803922,127.450980392157],[199.019607843137,218.627450980392,160.78431372549],[144.117647058824,162.745098039216,107.843137254902],[122.549019607843,141.176470588235,87.2549019607843],[166.666666666667,181.372549019608,127.450980392157],[114.705882352941,125.490196078431,68.6274509803922],[84.3137254901961,92.156862745098,33.3333333333333],[90.1960784313725,95.0980392156863,32.3529411764706],[57.843137254902,64.7058823529412,0],[91.1764705882353,105.882352941176,38.2352941176471],[140.196078431373,156.862745098039,88.2352941176471],[78.4313725490196,89.2156862745098,21.5686274509804],[129.411764705882,132.352941176471,66.6666666666667],[144.117647058824,138.235294117647,77.4509803921569],[94.1176470588235,78.4313725490196,27.4509803921569],[81.3725490196078,58.8235294117647,17.6470588235294],[65.6862745098039,37.2549019607843,7.84313725490196],[58.8235294117647,28.4313725490196,10.7843137254902],[49.0196078431373,20.5882352941176,12.7450980392157],[19.6078431372549,0,0],[22.5490196078431,6.86274509803922,7.84313725490196],[9.80392156862745,0.980392156862745,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,1.96078431372549,0],[1.96078431372549,7.84313725490196,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0,0],[13.7254901960784,4.90196078431373,0],[9.80392156862745,0,0],[18.6274509803922,5.88235294117647,0],[27.4509803921569,14.7058823529412,6.86274509803922],[29.4117647058824,16.6666666666667,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[16.6666666666667,2.94117647058824,0],[31.3725490196078,13.7254901960784,3.92156862745098],[49.0196078431373,29.4117647058824,20.5882352941176],[70.5882352941177,50.9803921568627,42.156862745098],[63.7254901960784,42.156862745098,31.3725490196078],[54.9019607843137,33.3333333333333,20.5882352941176],[63.7254901960784,41.1764705882353,27.4509803921569],[58.8235294117647,36.2745098039216,18.6274509803922],[46.078431372549,24.5098039215686,3.92156862745098],[68.6274509803922,47.0588235294118,24.5098039215686],[91.1764705882353,71.5686274509804,45.0980392156863],[72.5490196078431,53.921568627451,24.5098039215686],[69.6078431372549,53.921568627451,21.5686274509804],[68.6274509803922,52.9411764705882,17.6470588235294],[54.9019607843137,41.1764705882353,4.90196078431373],[66.6666666666667,52.9411764705882,14.7058823529412],[59.8039215686275,47.0588235294118,15.6862745098039],[33.3333333333333,21.5686274509804,5.88235294117647],[15.6862745098039,6.86274509803922,0],[24.5098039215686,16.6666666666667,5.88235294117647],[27.4509803921569,17.6470588235294,7.84313725490196],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[24.5098039215686,11.7647058823529,5.88235294117647],[22.5490196078431,9.80392156862745,1.96078431372549],[19.6078431372549,7.84313725490196,0],[26.4705882352941,14.7058823529412,0],[51.9607843137255,41.1764705882353,19.6078431372549],[59.8039215686275,50,23.5294117647059],[40.1960784313726,30.3921568627451,3.92156862745098],[54.9019607843137,50,21.5686274509804],[109.803921568627,100.980392156863,72.5490196078431],[75.4901960784314,58.8235294117647,29.4117647058824],[65.6862745098039,46.078431372549,11.7647058823529],[100,79.4117647058823,35.2941176470588],[96.078431372549,78.4313725490196,29.4117647058824],[87.2549019607843,73.5294117647059,29.4117647058824],[111.764705882353,100.980392156863,56.8627450980392],[90.1960784313725,82.3529411764706,37.2549019607843],[158.823529411765,152.941176470588,103.921568627451],[163.725490196078,161.764705882353,105.882352941176],[158.823529411765,159.803921568627,103.921568627451],[73.5294117647059,80.3921568627451,37.2549019607843],[49.0196078431373,64.7058823529412,29.4117647058824],[83.3333333333333,111.764705882353,82.3529411764706],[165.686274509804,198.039215686275,169.607843137255],[184.313725490196,210.78431372549,178.43137254902],[112.745098039216,131.372549019608,100],[93.1372549019608,105.882352941176,76.4705882352941],[117.647058823529,130.392156862745,100.980392156863],[103.921568627451,122.549019607843,91.1764705882353],[152.941176470588,168.627450980392,140.196078431373],[157.843137254902,163.725490196078,138.235294117647],[153.921568627451,152.941176470588,132.352941176471],[198.039215686275,195.098039215686,176.470588235294],[217.647058823529,215.686274509804,200.980392156863],[203.921568627451,210.78431372549,195.098039215686],[186.274509803922,194.117647058824,179.411764705882],[199.019607843137,201.960784313725,191.176470588235],[218.627450980392,226.470588235294,215.686274509804],[191.176470588235,210.78431372549,199.019607843137],[136.274509803922,157.843137254902,145.098039215686],[163.725490196078,179.411764705882,166.666666666667],[138.235294117647,161.764705882353,149.019607843137],[146.078431372549,186.274509803922,178.43137254902],[170.588235294118,215.686274509804,205.882352941176],[116.666666666667,151.960784313725,140.196078431373],[149.019607843137,178.43137254902,166.666666666667],[142.156862745098,171.56862745098,163.725490196078],[143.137254901961,173.529411764706,167.647058823529],[97.0588235294118,132.352941176471,122.549019607843],[84.3137254901961,115.686274509804,102.941176470588],[146.078431372549,167.647058823529,155.882352941176],[126.470588235294,147.058823529412,142.156862745098],[117.647058823529,145.098039215686,155.882352941176],[93.1372549019608,128.43137254902,144.117647058824],[106.862745098039,151.960784313725,166.666666666667],[122.549019607843,169.607843137255,183.333333333333],[117.647058823529,158.823529411765,170.588235294118],[130.392156862745,163.725490196078,175.490196078431],[161.764705882353,180.392156862745,197.058823529412],[139.21568627451,159.803921568627,176.470588235294],[103.921568627451,141.176470588235,151.960784313725],[124.509803921569,170.588235294118,180.392156862745],[123.529411764706,170.588235294118,184.313725490196],[108.823529411765,154.901960784314,170.588235294118],[99.0196078431373,146.078431372549,165.686274509804],[116.666666666667,156.862745098039,178.43137254902],[121.56862745098,147.058823529412,173.529411764706],[133.333333333333,156.862745098039,182.352941176471],[102.941176470588,139.21568627451,156.862745098039],[118.627450980392,161.764705882353,172.549019607843],[128.43137254902,167.647058823529,177.450980392157],[119.607843137255,151.960784313725,160.78431372549],[137.254901960784,156.862745098039,167.647058823529],[141.176470588235,158.823529411765,168.627450980392],[165.686274509804,194.117647058824,198.039215686275],[142.156862745098,171.56862745098,171.56862745098],[153.921568627451,173.529411764706,174.509803921569],[183.333333333333,193.137254901961,194.117647058824],[210.78431372549,208.823529411765,211.764705882353],[234.313725490196,228.43137254902,228.43137254902],[207.843137254902,206.862745098039,202.941176470588],[228.43137254902,229.411764705882,223.529411764706],[201.960784313725,202.941176470588,195.098039215686],[178.43137254902,179.411764705882,171.56862745098],[192.156862745098,193.137254901961,187.254901960784],[183.333333333333,188.235294117647,181.372549019608],[157.843137254902,170.588235294118,160.78431372549],[170.588235294118,188.235294117647,176.470588235294],[163.725490196078,183.333333333333,172.549019607843],[182.352941176471,204.901960784314,197.058823529412],[165.686274509804,194.117647058824,190.196078431373],[141.176470588235,166.666666666667,165.686274509804],[146.078431372549,160.78431372549,163.725490196078],[138.235294117647,148.039215686275,149.019607843137],[163.725490196078,168.627450980392,164.705882352941],[195.098039215686,201.960784313725,194.117647058824],[156.862745098039,172.549019607843,162.745098039216],[183.333333333333,203.921568627451,199.019607843137],[181.372549019608,200,203.921568627451],[201.960784313725,219.607843137255,229.411764705882],[176.470588235294,192.156862745098,204.901960784314],[179.411764705882,200.980392156863,211.764705882353],[147.058823529412,180.392156862745,181.372549019608],[196.078431372549,237.254901960784,236.274509803922],[212.745098039216,250,250],[142.156862745098,189.21568627451,200.980392156863],[138.235294117647,185.294117647059,199.019607843137],[141.176470588235,188.235294117647,201.960784313725],[153.921568627451,200,215.686274509804],[199.019607843137,246.078431372549,250],[181.372549019608,227.450980392157,237.254901960784],[150.980392156863,193.137254901961,200],[184.313725490196,221.56862745098,224.509803921569],[192.156862745098,222.549019607843,224.509803921569],[195.098039215686,218.627450980392,218.627450980392],[219.607843137255,235.294117647059,234.313725490196],[219.607843137255,229.411764705882,230.392156862745],[217.647058823529,218.627450980392,220.588235294118],[217.647058823529,215.686274509804,218.627450980392],[246.078431372549,242.156862745098,239.21568627451],[237.254901960784,238.235294117647,222.549019607843],[233.333333333333,236.274509803922,215.686274509804],[220.588235294118,223.529411764706,206.862745098039],[204.901960784314,207.843137254902,191.176470588235],[190.196078431373,194.117647058824,171.56862745098],[168.627450980392,171.56862745098,143.137254901961],[140.196078431373,144.117647058824,109.803921568627],[124.509803921569,126.470588235294,90.1960784313725],[149.019607843137,150.980392156863,114.705882352941],[130.392156862745,132.352941176471,94.1176470588235],[132.352941176471,135.294117647059,89.2156862745098],[126.470588235294,131.372549019608,76.4705882352941],[159.803921568627,165.686274509804,102.941176470588],[195.098039215686,201.960784313725,135.294117647059],[228.43137254902,235.294117647059,169.607843137255],[188.235294117647,186.274509803922,130.392156862745],[152.941176470588,129.411764705882,94.1176470588235],[121.56862745098,93.1372549019608,63.7254901960784],[109.803921568627,92.156862745098,56.8627450980392],[84.3137254901961,76.4705882352941,40.1960784313726],[88.2352941176471,87.2549019607843,56.8627450980392],[78.4313725490196,85.2941176470588,51.9607843137255],[50,62.7450980392157,17.6470588235294],[58.8235294117647,76.4705882352941,29.4117647058824],[83.3333333333333,103.921568627451,63.7254901960784],[81.3725490196078,106.862745098039,62.7450980392157],[107.843137254902,136.274509803922,79.4117647058823],[109.803921568627,139.21568627451,78.4313725490196],[124.509803921569,151.960784313725,95.0980392156863],[127.450980392157,150.980392156863,94.1176470588235],[144.117647058824,161.764705882353,100.980392156863],[100.980392156863,114.705882352941,53.921568627451],[114.705882352941,128.43137254902,70.5882352941177],[94.1176470588235,107.843137254902,50],[114.705882352941,123.529411764706,67.6470588235294],[158.823529411765,166.666666666667,110.78431372549],[105.882352941176,110.78431372549,55.8823529411765],[100.980392156863,103.921568627451,50],[159.803921568627,164.705882352941,109.803921568627],[147.058823529412,154.901960784314,99.0196078431373],[170.588235294118,179.411764705882,123.529411764706],[190.196078431373,203.921568627451,146.078431372549],[193.137254901961,207.843137254902,150],[114.705882352941,129.411764705882,71.5686274509804],[102.941176470588,117.647058823529,61.7647058823529],[93.1372549019608,105.882352941176,50.9803921568627],[40.1960784313726,52.9411764705882,0],[34.3137254901961,48.0392156862745,0],[59.8039215686275,80.3921568627451,14.7058823529412],[169.607843137255,189.21568627451,119.607843137255],[134.313725490196,147.058823529412,79.4117647058823],[124.509803921569,129.411764705882,64.7058823529412],[131.372549019608,125.490196078431,66.6666666666667],[47.0588235294118,31.3725490196078,0],[75.4901960784314,50.9803921568627,11.7647058823529],[62.7450980392157,32.3529411764706,3.92156862745098],[43.1372549019608,10.7843137254902,0],[50,20.5882352941176,10.7843137254902],[33.3333333333333,8.82352941176471,4.90196078431373],[27.4509803921569,11.7647058823529,11.7647058823529],[5.88235294117647,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,2.94117647058824,0],[0,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[13.7254901960784,5.88235294117647,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,5.88235294117647],[9.80392156862745,0,0],[11.7647058823529,0,0],[23.5294117647059,10.7843137254902,1.96078431372549],[23.5294117647059,10.7843137254902,1.96078431372549],[34.3137254901961,20.5882352941176,9.80392156862745],[38.2352941176471,21.5686274509804,11.7647058823529],[32.3529411764706,14.7058823529412,4.90196078431373],[21.5686274509804,1.96078431372549,0],[40.1960784313726,18.6274509803922,7.84313725490196],[49.0196078431373,27.4509803921569,14.7058823529412],[37.2549019607843,15.6862745098039,1.96078431372549],[31.3725490196078,8.82352941176471,0],[37.2549019607843,14.7058823529412,0],[50,28.4313725490196,5.88235294117647],[101.960784313725,80.3921568627451,56.8627450980392],[75.4901960784314,54.9019607843137,26.4705882352941],[82.3529411764706,63.7254901960784,32.3529411764706],[108.823529411765,91.1764705882353,55.8823529411765],[62.7450980392157,48.0392156862745,7.84313725490196],[45.0980392156863,30.3921568627451,0],[75.4901960784314,60.7843137254902,18.6274509803922],[34.3137254901961,21.5686274509804,0],[96.078431372549,87.2549019607843,70.5882352941177],[137.254901960784,128.43137254902,121.56862745098],[39.2156862745098,30.3921568627451,21.5686274509804],[38.2352941176471,30.3921568627451,19.6078431372549],[23.5294117647059,13.7254901960784,1.96078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[18.6274509803922,6.86274509803922,0],[26.4705882352941,14.7058823529412,2.94117647058824],[36.2745098039216,24.5098039215686,12.7450980392157],[27.4509803921569,13.7254901960784,0.980392156862745],[12.7450980392157,0,0],[18.6274509803922,5.88235294117647,0],[37.2549019607843,22.5490196078431,0],[63.7254901960784,50,23.5294117647059],[45.0980392156863,34.3137254901961,4.90196078431373],[37.2549019607843,28.4313725490196,0],[97.0588235294118,86.2745098039216,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[61.7647058823529,40.1960784313726,1.96078431372549],[130.392156862745,108.823529411765,62.7450980392157],[114.705882352941,93.1372549019608,44.1176470588235],[105.882352941176,90.1960784313725,40.1960784313726],[111.764705882353,98.0392156862745,50],[94.1176470588235,82.3529411764706,35.2941176470588],[159.803921568627,148.039215686275,100.980392156863],[159.803921568627,148.039215686275,97.0588235294118],[183.333333333333,177.450980392157,126.470588235294],[152.941176470588,154.901960784314,108.823529411765],[61.7647058823529,73.5294117647059,36.2745098039216],[0,20.5882352941176,0],[76.4705882352941,104.901960784314,83.3333333333333],[137.254901960784,163.725490196078,133.333333333333],[137.254901960784,155.882352941176,124.509803921569],[150.980392156863,161.764705882353,132.352941176471],[111.764705882353,122.549019607843,93.1372549019608],[85.2941176470588,105.882352941176,75.4901960784314],[110.78431372549,129.411764705882,100],[128.43137254902,136.274509803922,112.745098039216],[125.490196078431,124.509803921569,104.901960784314],[163.725490196078,160.78431372549,144.117647058824],[224.509803921569,222.549019607843,207.843137254902],[183.333333333333,191.176470588235,176.470588235294],[166.666666666667,177.450980392157,163.725490196078],[211.764705882353,217.647058823529,207.843137254902],[232.352941176471,242.156862745098,233.333333333333],[206.862745098039,228.43137254902,216.666666666667],[139.21568627451,160.78431372549,148.039215686275],[132.352941176471,143.137254901961,127.450980392157],[168.627450980392,184.313725490196,171.56862745098],[166.666666666667,205.882352941176,195.098039215686],[157.843137254902,204.901960784314,193.137254901961],[157.843137254902,195.098039215686,182.352941176471],[180.392156862745,212.745098039216,201.960784313725],[134.313725490196,168.627450980392,162.745098039216],[115.686274509804,150.980392156863,147.058823529412],[90.1960784313725,130.392156862745,124.509803921569],[108.823529411765,143.137254901961,136.274509803922],[125.490196078431,150,144.117647058824],[201.960784313725,222.549019607843,223.529411764706],[190.196078431373,215.686274509804,230.392156862745],[122.549019607843,156.862745098039,176.470588235294],[106.862745098039,151.960784313725,167.647058823529],[124.509803921569,169.607843137255,184.313725490196],[109.803921568627,149.019607843137,160.78431372549],[148.039215686275,176.470588235294,190.196078431373],[191.176470588235,206.862745098039,222.549019607843],[152.941176470588,168.627450980392,184.313725490196],[138.235294117647,169.607843137255,182.352941176471],[124.509803921569,161.764705882353,174.509803921569],[135.294117647059,171.56862745098,189.21568627451],[122.549019607843,162.745098039216,180.392156862745],[104.901960784314,151.960784313725,171.56862745098],[112.745098039216,156.862745098039,179.411764705882],[139.21568627451,165.686274509804,194.117647058824],[123.529411764706,147.058823529412,174.509803921569],[112.745098039216,149.019607843137,167.647058823529],[120.588235294118,161.764705882353,177.450980392157],[136.274509803922,175.490196078431,187.254901960784],[142.156862745098,173.529411764706,186.274509803922],[145.098039215686,163.725490196078,177.450980392157],[136.274509803922,153.921568627451,165.686274509804],[142.156862745098,172.549019607843,177.450980392157],[144.117647058824,177.450980392157,179.411764705882],[140.196078431373,163.725490196078,165.686274509804],[154.901960784314,165.686274509804,169.607843137255],[183.333333333333,181.372549019608,186.274509803922],[250,247.058823529412,250],[228.43137254902,222.549019607843,222.549019607843],[229.411764705882,228.43137254902,224.509803921569],[186.274509803922,189.21568627451,182.352941176471],[189.21568627451,192.156862745098,185.294117647059],[225.490196078431,228.43137254902,221.56862745098],[210.78431372549,213.725490196078,206.862745098039],[171.56862745098,178.43137254902,170.588235294118],[171.56862745098,183.333333333333,173.529411764706],[195.098039215686,205.882352941176,198.039215686275],[155.882352941176,170.588235294118,167.647058823529],[170.588235294118,191.176470588235,192.156862745098],[139.21568627451,157.843137254902,161.764705882353],[139.21568627451,150,155.882352941176],[151.960784313725,156.862745098039,160.78431372549],[180.392156862745,181.372549019608,183.333333333333],[221.56862745098,230.392156862745,227.450980392157],[176.470588235294,197.058823529412,192.156862745098],[174.509803921569,202.941176470588,200.980392156863],[157.843137254902,186.274509803922,194.117647058824],[144.117647058824,171.56862745098,185.294117647059],[135.294117647059,161.764705882353,180.392156862745],[144.117647058824,176.470588235294,193.137254901961],[124.509803921569,172.549019607843,177.450980392157],[129.411764705882,186.274509803922,190.196078431373],[179.411764705882,236.274509803922,248.039215686275],[126.470588235294,184.313725490196,200],[117.647058823529,175.490196078431,191.176470588235],[121.56862745098,177.450980392157,196.078431372549],[150.980392156863,206.862745098039,225.490196078431],[141.176470588235,193.137254901961,208.823529411765],[132.352941176471,180.392156862745,194.117647058824],[149.019607843137,192.156862745098,202.941176470588],[187.254901960784,225.490196078431,232.352941176471],[206.862745098039,235.294117647059,239.21568627451],[184.313725490196,204.901960784314,207.843137254902],[210.78431372549,224.509803921569,225.490196078431],[238.235294117647,243.137254901961,246.078431372549],[245.098039215686,243.137254901961,248.039215686275],[250,242.156862745098,250],[250,247.058823529412,248.039215686275],[250,249.019607843137,238.235294117647],[228.43137254902,229.411764705882,213.725490196078],[235.294117647059,238.235294117647,227.450980392157],[238.235294117647,241.176470588235,232.352941176471],[215.686274509804,219.607843137255,204.901960784314],[224.509803921569,227.450980392157,206.862745098039],[231.372549019608,231.372549019608,205.882352941176],[199.019607843137,196.078431372549,165.686274509804],[113.725490196078,108.823529411765,77.4509803921569],[150,148.039215686275,109.803921568627],[137.254901960784,139.21568627451,90.1960784313725],[130.392156862745,136.274509803922,77.4509803921569],[156.862745098039,163.725490196078,97.0588235294118],[191.176470588235,197.058823529412,126.470588235294],[163.725490196078,164.705882352941,100],[164.705882352941,154.901960784314,97.0588235294118],[115.686274509804,88.2352941176471,41.1764705882353],[92.156862745098,59.8039215686275,15.6862745098039],[126.470588235294,104.901960784314,55.8823529411765],[121.56862745098,108.823529411765,57.843137254902],[138.235294117647,131.372549019608,88.2352941176471],[155.882352941176,154.901960784314,109.803921568627],[153.921568627451,161.764705882353,105.882352941176],[147.058823529412,157.843137254902,102.941176470588],[129.411764705882,145.098039215686,97.0588235294118],[40.1960784313726,59.8039215686275,9.80392156862745],[97.0588235294118,122.549019607843,58.8235294117647],[143.137254901961,171.56862745098,105.882352941176],[94.1176470588235,119.607843137255,55.8823529411765],[105.882352941176,130.392156862745,66.6666666666667],[143.137254901961,163.725490196078,96.078431372549],[58.8235294117647,78.4313725490196,10.7843137254902],[145.098039215686,163.725490196078,100.980392156863],[130.392156862745,145.098039215686,87.2549019607843],[64.7058823529412,75.4901960784314,20.5882352941176],[70.5882352941177,77.4509803921569,26.4705882352941],[138.235294117647,140.196078431373,91.1764705882353],[113.725490196078,113.725490196078,64.7058823529412],[117.647058823529,117.647058823529,68.6274509803922],[96.078431372549,99.0196078431373,45.0980392156863],[101.960784313725,106.862745098039,50],[137.254901960784,147.058823529412,87.2549019607843],[161.764705882353,175.490196078431,114.705882352941],[167.647058823529,183.333333333333,121.56862745098],[165.686274509804,183.333333333333,122.549019607843],[123.529411764706,141.176470588235,84.3137254901961],[82.3529411764706,99.0196078431373,45.0980392156863],[46.078431372549,65.6862745098039,7.84313725490196],[98.0392156862745,120.588235294118,53.921568627451],[167.647058823529,188.235294117647,120.588235294118],[104.901960784314,119.607843137255,53.921568627451],[127.450980392157,132.352941176471,69.6078431372549],[149.019607843137,143.137254901961,86.2745098039216],[84.3137254901961,66.6666666666667,19.6078431372549],[71.5686274509804,47.0588235294118,7.84313725490196],[73.5294117647059,43.1372549019608,15.6862745098039],[76.4705882352941,42.156862745098,23.5294117647059],[63.7254901960784,31.3725490196078,22.5490196078431],[27.4509803921569,2.94117647058824,0],[16.6666666666667,0,0],[6.86274509803922,0,0],[87.2549019607843,89.2156862745098,88.2352941176471],[32.3529411764706,41.1764705882353,38.2352941176471],[0,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[19.6078431372549,8.82352941176471,4.90196078431373],[26.4705882352941,13.7254901960784,7.84313725490196],[35.2941176470588,22.5490196078431,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[25.4901960784314,11.7647058823529,2.94117647058824],[36.2745098039216,19.6078431372549,9.80392156862745],[43.1372549019608,26.4705882352941,16.6666666666667],[48.0392156862745,30.3921568627451,20.5882352941176],[58.8235294117647,39.2156862745098,30.3921568627451],[50,30.3921568627451,19.6078431372549],[38.2352941176471,16.6666666666667,5.88235294117647],[56.8627450980392,35.2941176470588,22.5490196078431],[67.6470588235294,47.0588235294118,30.3921568627451],[48.0392156862745,25.4901960784314,7.84313725490196],[40.1960784313726,18.6274509803922,0],[25.4901960784314,3.92156862745098,0],[65.6862745098039,45.0980392156863,16.6666666666667],[104.901960784314,86.2745098039216,53.921568627451],[125.490196078431,107.843137254902,72.5490196078431],[136.274509803922,118.627450980392,79.4117647058823],[32.3529411764706,15.6862745098039,0],[70.5882352941177,56.8627450980392,12.7450980392157],[42.156862745098,30.3921568627451,0],[39.2156862745098,31.3725490196078,8.82352941176471],[76.4705882352941,70.5882352941177,54.9019607843137],[58.8235294117647,51.9607843137255,36.2745098039216],[43.1372549019608,36.2745098039216,18.6274509803922],[9.80392156862745,2.94117647058824,0],[25.4901960784314,16.6666666666667,0],[45.0980392156863,36.2745098039216,19.6078431372549],[22.5490196078431,10.7843137254902,0],[30.3921568627451,18.6274509803922,6.86274509803922],[58.8235294117647,45.0980392156863,34.3137254901961],[63.7254901960784,48.0392156862745,35.2941176470588],[26.4705882352941,10.7843137254902,0],[43.1372549019608,28.4313725490196,7.84313725490196],[65.6862745098039,50,25.4901960784314],[53.921568627451,39.2156862745098,10.7843137254902],[71.5686274509804,56.8627450980392,26.4705882352941],[61.7647058823529,47.0588235294118,16.6666666666667],[106.862745098039,89.2156862745098,53.921568627451],[116.666666666667,95.0980392156863,49.0196078431373],[124.509803921569,97.0588235294118,50],[156.862745098039,125.490196078431,85.2941176470588],[167.647058823529,139.21568627451,96.078431372549],[159.803921568627,137.254901960784,86.2745098039216],[109.803921568627,89.2156862745098,35.2941176470588],[99.0196078431373,77.4509803921569,28.4313725490196],[143.137254901961,119.607843137255,74.5098039215686],[218.627450980392,194.117647058824,153.921568627451],[171.56862745098,150.980392156863,108.823529411765],[152.941176470588,143.137254901961,93.1372549019608],[118.627450980392,119.607843137255,78.4313725490196],[65.6862745098039,77.4509803921569,57.843137254902],[22.5490196078431,36.2745098039216,23.5294117647059],[14.7058823529412,26.4705882352941,4.90196078431373],[90.1960784313725,95.0980392156863,72.5490196078431],[150,151.960784313725,130.392156862745],[75.4901960784314,80.3921568627451,57.843137254902],[82.3529411764706,101.960784313725,74.5098039215686],[107.843137254902,130.392156862745,101.960784313725],[160.78431372549,176.470588235294,150.980392156863],[138.235294117647,150,126.470588235294],[143.137254901961,151.960784313725,131.372549019608],[225.490196078431,237.254901960784,217.647058823529],[158.823529411765,176.470588235294,154.901960784314],[150,166.666666666667,148.039215686275],[179.411764705882,185.294117647059,171.56862745098],[209.803921568627,215.686274509804,203.921568627451],[240.196078431373,250,243.137254901961],[180.392156862745,194.117647058824,177.450980392157],[158.823529411765,163.725490196078,144.117647058824],[129.411764705882,141.176470588235,121.56862745098],[128.43137254902,161.764705882353,146.078431372549],[151.960784313725,195.098039215686,182.352941176471],[176.470588235294,213.725490196078,200.980392156863],[143.137254901961,177.450980392157,170.588235294118],[113.725490196078,151.960784313725,150.980392156863],[109.803921568627,150,151.960784313725],[90.1960784313725,135.294117647059,135.294117647059],[87.2549019607843,130.392156862745,129.411764705882],[139.21568627451,168.627450980392,166.666666666667],[164.705882352941,189.21568627451,194.117647058824],[159.803921568627,188.235294117647,205.882352941176],[137.254901960784,170.588235294118,195.098039215686],[121.56862745098,162.745098039216,184.313725490196],[129.411764705882,171.56862745098,188.235294117647],[135.294117647059,172.549019607843,185.294117647059],[152.941176470588,180.392156862745,194.117647058824],[161.764705882353,178.43137254902,194.117647058824],[178.43137254902,191.176470588235,207.843137254902],[166.666666666667,183.333333333333,199.019607843137],[131.372549019608,148.039215686275,165.686274509804],[151.960784313725,167.647058823529,190.196078431373],[133.333333333333,159.803921568627,180.392156862745],[110.78431372549,160.78431372549,177.450980392157],[108.823529411765,160.78431372549,178.43137254902],[126.470588235294,161.764705882353,187.254901960784],[119.607843137255,149.019607843137,174.509803921569],[121.56862745098,152.941176470588,175.490196078431],[150,184.313725490196,203.921568627451],[135.294117647059,171.56862745098,187.254901960784],[152.941176470588,184.313725490196,199.019607843137],[143.137254901961,161.764705882353,178.43137254902],[149.019607843137,167.647058823529,182.352941176471],[143.137254901961,175.490196078431,184.313725490196],[123.529411764706,155.882352941176,160.78431372549],[141.176470588235,164.705882352941,168.627450980392],[149.019607843137,159.803921568627,165.686274509804],[187.254901960784,182.352941176471,189.21568627451],[212.745098039216,201.960784313725,207.843137254902],[250,244.117647058824,247.058823529412],[247.058823529412,243.137254901961,240.196078431373],[198.039215686275,199.019607843137,193.137254901961],[200.980392156863,201.960784313725,196.078431372549],[234.313725490196,233.333333333333,228.43137254902],[207.843137254902,208.823529411765,202.941176470588],[163.725490196078,168.627450980392,161.764705882353],[149.019607843137,153.921568627451,148.039215686275],[156.862745098039,161.764705882353,157.843137254902],[130.392156862745,139.21568627451,138.235294117647],[147.058823529412,161.764705882353,164.705882352941],[163.725490196078,178.43137254902,185.294117647059],[169.607843137255,176.470588235294,186.274509803922],[186.274509803922,189.21568627451,198.039215686275],[208.823529411765,209.803921568627,214.705882352941],[185.294117647059,193.137254901961,196.078431372549],[218.627450980392,242.156862745098,244.117647058824],[222.549019607843,250,250],[144.117647058824,179.411764705882,195.098039215686],[127.450980392157,162.745098039216,186.274509803922],[143.137254901961,177.450980392157,204.901960784314],[129.411764705882,172.549019607843,197.058823529412],[132.352941176471,190.196078431373,205.882352941176],[99.0196078431373,165.686274509804,178.43137254902],[109.803921568627,173.529411764706,191.176470588235],[116.666666666667,180.392156862745,201.960784313725],[117.647058823529,181.372549019608,202.941176470588],[121.56862745098,182.352941176471,204.901960784314],[111.764705882353,170.588235294118,194.117647058824],[102.941176470588,159.803921568627,181.372549019608],[118.627450980392,169.607843137255,190.196078431373],[134.313725490196,180.392156862745,196.078431372549],[167.647058823529,206.862745098039,216.666666666667],[204.901960784314,237.254901960784,246.078431372549],[216.666666666667,239.21568627451,245.098039215686],[213.725490196078,226.470588235294,234.313725490196],[244.117647058824,248.039215686275,250],[250,249.019607843137,250],[240.196078431373,234.313725490196,244.117647058824],[250,247.058823529412,250],[250,250,248.039215686275],[243.137254901961,246.078431372549,239.21568627451],[246.078431372549,250,246.078431372549],[237.254901960784,243.137254901961,241.176470588235],[246.078431372549,250,250],[243.137254901961,244.117647058824,248.039215686275],[249.019607843137,248.039215686275,246.078431372549],[237.254901960784,233.333333333333,221.56862745098],[210.78431372549,207.843137254902,173.529411764706],[173.529411764706,171.56862745098,123.529411764706],[147.058823529412,148.039215686275,89.2156862745098],[154.901960784314,156.862745098039,93.1372549019608],[161.764705882353,162.745098039216,103.921568627451],[180.392156862745,178.43137254902,120.588235294118],[168.627450980392,162.745098039216,105.882352941176],[169.607843137255,157.843137254902,99.0196078431373],[145.098039215686,127.450980392157,64.7058823529412],[116.666666666667,98.0392156862745,33.3333333333333],[143.137254901961,122.549019607843,56.8627450980392],[173.529411764706,153.921568627451,92.156862745098],[145.098039215686,128.43137254902,75.4901960784314],[106.862745098039,96.078431372549,43.1372549019608],[165.686274509804,161.764705882353,100],[174.509803921569,179.411764705882,116.666666666667],[102.941176470588,109.803921568627,56.8627450980392],[90.1960784313725,100.980392156863,46.078431372549],[146.078431372549,157.843137254902,95.0980392156863],[127.450980392157,142.156862745098,74.5098039215686],[116.666666666667,132.352941176471,70.5882352941177],[100.980392156863,121.56862745098,57.843137254902],[137.254901960784,162.745098039216,91.1764705882353],[126.470588235294,150.980392156863,84.3137254901961],[134.313725490196,152.941176470588,99.0196078431373],[119.607843137255,131.372549019608,84.3137254901961],[20.5882352941176,27.4509803921569,0],[36.2745098039216,39.2156862745098,0],[61.7647058823529,59.8039215686275,19.6078431372549],[91.1764705882353,88.2352941176471,46.078431372549],[53.921568627451,51.9607843137255,4.90196078431373],[62.7450980392157,62.7450980392157,11.7647058823529],[61.7647058823529,67.6470588235294,8.82352941176471],[123.529411764706,134.313725490196,69.6078431372549],[206.862745098039,221.56862745098,153.921568627451],[144.117647058824,160.78431372549,92.156862745098],[163.725490196078,183.333333333333,115.686274509804],[158.823529411765,179.411764705882,113.725490196078],[115.686274509804,136.274509803922,72.5490196078431],[127.450980392157,148.039215686275,84.3137254901961],[138.235294117647,159.803921568627,96.078431372549],[99.0196078431373,117.647058823529,52.9411764705882],[84.3137254901961,96.078431372549,33.3333333333333],[114.705882352941,118.627450980392,60.7843137254902],[118.627450980392,111.764705882353,58.8235294117647],[100,82.3529411764706,37.2549019607843],[106.862745098039,81.3725490196078,45.0980392156863],[110.78431372549,80.3921568627451,52.9411764705882],[86.2745098039216,53.921568627451,35.2941176470588],[79.4117647058823,48.0392156862745,37.2549019607843],[38.2352941176471,13.7254901960784,8.82352941176471],[16.6666666666667,0,0],[5.88235294117647,0,0],[159.803921568627,159.803921568627,159.803921568627],[70.5882352941177,76.4705882352941,74.5098039215686],[0,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,4.90196078431373,1.96078431372549],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,12.7450980392157,10.7843137254902],[35.2941176470588,25.4901960784314,23.5294117647059],[34.3137254901961,23.5294117647059,19.6078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[39.2156862745098,26.4705882352941,20.5882352941176],[32.3529411764706,17.6470588235294,10.7843137254902],[29.4117647058824,15.6862745098039,6.86274509803922],[27.4509803921569,10.7843137254902,0.980392156862745],[37.2549019607843,20.5882352941176,10.7843137254902],[34.3137254901961,16.6666666666667,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[26.4705882352941,8.82352941176471,0],[16.6666666666667,0,0],[36.2745098039216,17.6470588235294,3.92156862745098],[55.8823529411765,37.2549019607843,22.5490196078431],[60.7843137254902,40.1960784313726,23.5294117647059],[58.8235294117647,38.2352941176471,19.6078431372549],[48.0392156862745,28.4313725490196,4.90196078431373],[48.0392156862745,28.4313725490196,1.96078431372549],[79.4117647058823,60.7843137254902,29.4117647058824],[59.8039215686275,44.1176470588235,8.82352941176471],[56.8627450980392,42.156862745098,3.92156862745098],[50.9803921568627,36.2745098039216,0],[107.843137254902,94.1176470588235,50],[38.2352941176471,26.4705882352941,0],[47.0588235294118,41.1764705882353,9.80392156862745],[21.5686274509804,17.6470588235294,0],[17.6470588235294,11.7647058823529,0],[51.9607843137255,46.078431372549,20.5882352941176],[73.5294117647059,67.6470588235294,44.1176470588235],[6.86274509803922,0.980392156862745,0],[22.5490196078431,13.7254901960784,0],[25.4901960784314,16.6666666666667,1.96078431372549],[85.2941176470588,72.5490196078431,63.7254901960784],[61.7647058823529,48.0392156862745,39.2156862745098],[30.3921568627451,13.7254901960784,3.92156862745098],[41.1764705882353,25.4901960784314,10.7843137254902],[31.3725490196078,14.7058823529412,0],[60.7843137254902,45.0980392156863,20.5882352941176],[78.4313725490196,61.7647058823529,32.3529411764706],[105.882352941176,90.1960784313725,57.843137254902],[83.3333333333333,64.7058823529412,32.3529411764706],[93.1372549019608,74.5098039215686,35.2941176470588],[109.803921568627,87.2549019607843,38.2352941176471],[116.666666666667,90.1960784313725,38.2352941176471],[115.686274509804,85.2941176470588,39.2156862745098],[153.921568627451,123.529411764706,78.4313725490196],[154.901960784314,129.411764705882,81.3725490196078],[141.176470588235,118.627450980392,67.6470588235294],[140.196078431373,114.705882352941,64.7058823529412],[178.43137254902,150.980392156863,103.921568627451],[199.019607843137,166.666666666667,124.509803921569],[212.745098039216,184.313725490196,143.137254901961],[107.843137254902,89.2156862745098,47.0588235294118],[86.2745098039216,78.4313725490196,42.156862745098],[116.666666666667,119.607843137255,99.0196078431373],[61.7647058823529,70.5882352941177,53.921568627451],[50.9803921568627,55.8823529411765,33.3333333333333],[110.78431372549,113.725490196078,87.2549019607843],[138.235294117647,136.274509803922,111.764705882353],[80.3921568627451,84.3137254901961,57.843137254902],[69.6078431372549,85.2941176470588,56.8627450980392],[60.7843137254902,81.3725490196078,50.9803921568627],[155.882352941176,169.607843137255,144.117647058824],[238.235294117647,248.039215686275,223.529411764706],[158.823529411765,168.627450980392,145.098039215686],[209.803921568627,221.56862745098,200],[192.156862745098,210.78431372549,189.21568627451],[162.745098039216,181.372549019608,162.745098039216],[167.647058823529,178.43137254902,164.705882352941],[200.980392156863,210.78431372549,200],[213.725490196078,234.313725490196,219.607843137255],[149.019607843137,167.647058823529,149.019607843137],[139.21568627451,147.058823529412,123.529411764706],[129.411764705882,141.176470588235,117.647058823529],[133.333333333333,165.686274509804,147.058823529412],[146.078431372549,186.274509803922,172.549019607843],[163.725490196078,196.078431372549,185.294117647059],[139.21568627451,171.56862745098,164.705882352941],[123.529411764706,160.78431372549,161.764705882353],[125.490196078431,169.607843137255,174.509803921569],[75.4901960784314,125.490196078431,128.43137254902],[84.3137254901961,133.333333333333,134.313725490196],[107.843137254902,147.058823529412,147.058823529412],[128.43137254902,160.78431372549,167.647058823529],[91.1764705882353,122.549019607843,143.137254901961],[123.529411764706,158.823529411765,184.313725490196],[115.686274509804,151.960784313725,177.450980392157],[116.666666666667,153.921568627451,174.509803921569],[126.470588235294,161.764705882353,177.450980392157],[143.137254901961,170.588235294118,184.313725490196],[162.745098039216,179.411764705882,197.058823529412],[185.294117647059,196.078431372549,213.725490196078],[155.882352941176,163.725490196078,182.352941176471],[160.78431372549,168.627450980392,189.21568627451],[155.882352941176,161.764705882353,185.294117647059],[136.274509803922,156.862745098039,177.450980392157],[116.666666666667,162.745098039216,178.43137254902],[121.56862745098,173.529411764706,191.176470588235],[125.490196078431,161.764705882353,187.254901960784],[124.509803921569,154.901960784314,182.352941176471],[150.980392156863,182.352941176471,206.862745098039],[166.666666666667,198.039215686275,220.588235294118],[117.647058823529,153.921568627451,172.549019607843],[123.529411764706,157.843137254902,176.470588235294],[140.196078431373,161.764705882353,182.352941176471],[146.078431372549,168.627450980392,186.274509803922],[121.56862745098,152.941176470588,163.725490196078],[117.647058823529,150,158.823529411765],[131.372549019608,153.921568627451,161.764705882353],[166.666666666667,177.450980392157,183.333333333333],[203.921568627451,202.941176470588,208.823529411765],[211.764705882353,205.882352941176,209.803921568627],[245.098039215686,241.176470588235,242.156862745098],[249.019607843137,248.039215686275,246.078431372549],[220.588235294118,219.607843137255,215.686274509804],[208.823529411765,205.882352941176,200.980392156863],[213.725490196078,208.823529411765,204.901960784314],[211.764705882353,208.823529411765,203.921568627451],[197.058823529412,201.960784313725,195.098039215686],[169.607843137255,176.470588235294,169.607843137255],[189.21568627451,194.117647058824,190.196078431373],[188.235294117647,197.058823529412,196.078431372549],[150,163.725490196078,166.666666666667],[149.019607843137,161.764705882353,170.588235294118],[191.176470588235,197.058823529412,208.823529411765],[204.901960784314,208.823529411765,220.588235294118],[191.176470588235,194.117647058824,202.941176470588],[187.254901960784,198.039215686275,203.921568627451],[207.843137254902,232.352941176471,239.21568627451],[161.764705882353,195.098039215686,206.862745098039],[132.352941176471,167.647058823529,191.176470588235],[138.235294117647,176.470588235294,206.862745098039],[142.156862745098,181.372549019608,215.686274509804],[127.450980392157,175.490196078431,207.843137254902],[119.607843137255,180.392156862745,204.901960784314],[114.705882352941,181.372549019608,201.960784313725],[122.549019607843,187.254901960784,210.78431372549],[126.470588235294,189.21568627451,215.686274509804],[122.549019607843,185.294117647059,212.745098039216],[124.509803921569,184.313725490196,212.745098039216],[115.686274509804,175.490196078431,202.941176470588],[111.764705882353,167.647058823529,194.117647058824],[125.490196078431,178.43137254902,201.960784313725],[136.274509803922,183.333333333333,204.901960784314],[193.137254901961,235.294117647059,250],[213.725490196078,249.019607843137,250],[215.686274509804,243.137254901961,250],[230.392156862745,250,250],[237.254901960784,250,250],[231.372549019608,238.235294117647,248.039215686275],[243.137254901961,245.098039215686,250],[242.156862745098,244.117647058824,250],[234.313725490196,243.137254901961,248.039215686275],[237.254901960784,248.039215686275,250],[232.352941176471,244.117647058824,242.156862745098],[236.274509803922,246.078431372549,245.098039215686],[234.313725490196,242.156862745098,244.117647058824],[246.078431372549,250,250],[247.058823529412,249.019607843137,244.117647058824],[243.137254901961,246.078431372549,229.411764705882],[222.549019607843,223.529411764706,190.196078431373],[220.588235294118,222.549019607843,174.509803921569],[215.686274509804,214.705882352941,158.823529411765],[191.176470588235,189.21568627451,129.411764705882],[195.098039215686,191.176470588235,131.372549019608],[182.352941176471,176.470588235294,115.686274509804],[198.039215686275,190.196078431373,126.470588235294],[185.294117647059,176.470588235294,108.823529411765],[139.21568627451,130.392156862745,56.8627450980392],[127.450980392157,115.686274509804,41.1764705882353],[145.098039215686,132.352941176471,55.8823529411765],[153.921568627451,137.254901960784,68.6274509803922],[151.960784313725,136.274509803922,77.4509803921569],[135.294117647059,120.588235294118,62.7450980392157],[151.960784313725,145.098039215686,78.4313725490196],[153.921568627451,150,87.2549019607843],[115.686274509804,114.705882352941,59.8039215686275],[196.078431372549,196.078431372549,143.137254901961],[165.686274509804,167.647058823529,105.882352941176],[142.156862745098,147.058823529412,82.3529411764706],[74.5098039215686,82.3529411764706,23.5294117647059],[80.3921568627451,94.1176470588235,34.3137254901961],[144.117647058824,164.705882352941,99.0196078431373],[88.2352941176471,107.843137254902,46.078431372549],[123.529411764706,135.294117647059,90.1960784313725],[165.686274509804,171.56862745098,134.313725490196],[99.0196078431373,103.921568627451,64.7058823529412],[102.941176470588,103.921568627451,64.7058823529412],[117.647058823529,116.666666666667,73.5294117647059],[113.725490196078,112.745098039216,65.6862745098039],[150.980392156863,150.980392156863,100],[111.764705882353,116.666666666667,61.7647058823529],[102.941176470588,112.745098039216,52.9411764705882],[84.3137254901961,99.0196078431373,35.2941176470588],[119.607843137255,136.274509803922,69.6078431372549],[146.078431372549,165.686274509804,96.078431372549],[131.372549019608,150.980392156863,81.3725490196078],[140.196078431373,159.803921568627,90.1960784313725],[150,169.607843137255,100],[125.490196078431,145.098039215686,77.4509803921569],[89.2156862745098,107.843137254902,45.0980392156863],[89.2156862745098,104.901960784314,44.1176470588235],[69.6078431372549,79.4117647058823,20.5882352941176],[102.941176470588,102.941176470588,50],[97.0588235294118,89.2156862745098,41.1764705882353],[106.862745098039,90.1960784313725,48.0392156862745],[106.862745098039,81.3725490196078,49.0196078431373],[102.941176470588,73.5294117647059,48.0392156862745],[86.2745098039216,55.8823529411765,36.2745098039216],[40.1960784313726,10.7843137254902,0],[27.4509803921569,2.94117647058824,0],[20.5882352941176,2.94117647058824,0],[6.86274509803922,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0.980392156862745,1.96078431372549],[0,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,9.80392156862745,8.82352941176471],[27.4509803921569,16.6666666666667,14.7058823529412],[20.5882352941176,9.80392156862745,7.84313725490196],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,11.7647058823529,5.88235294117647],[18.6274509803922,3.92156862745098,0],[28.4313725490196,13.7254901960784,6.86274509803922],[18.6274509803922,4.90196078431373,0],[31.3725490196078,17.6470588235294,8.82352941176471],[23.5294117647059,9.80392156862745,0.980392156862745],[43.1372549019608,29.4117647058824,20.5882352941176],[44.1176470588235,27.4509803921569,19.6078431372549],[38.2352941176471,21.5686274509804,11.7647058823529],[20.5882352941176,2.94117647058824,0],[13.7254901960784,0,0],[31.3725490196078,12.7450980392157,0],[48.0392156862745,29.4117647058824,14.7058823529412],[55.8823529411765,38.2352941176471,18.6274509803922],[47.0588235294118,29.4117647058824,5.88235294117647],[58.8235294117647,42.156862745098,14.7058823529412],[65.6862745098039,50.9803921568627,18.6274509803922],[54.9019607843137,41.1764705882353,6.86274509803922],[71.5686274509804,57.843137254902,19.6078431372549],[152.941176470588,140.196078431373,99.0196078431373],[91.1764705882353,83.3333333333333,38.2352941176471],[100,96.078431372549,50],[52.9411764705882,50,5.88235294117647],[49.0196078431373,46.078431372549,3.92156862745098],[117.647058823529,113.725490196078,77.4509803921569],[144.117647058824,137.254901960784,108.823529411765],[42.156862745098,34.3137254901961,11.7647058823529],[35.2941176470588,26.4705882352941,9.80392156862745],[34.3137254901961,21.5686274509804,12.7450980392157],[47.0588235294118,32.3529411764706,27.4509803921569],[46.078431372549,31.3725490196078,26.4705882352941],[14.7058823529412,0,0],[23.5294117647059,5.88235294117647,0],[38.2352941176471,19.6078431372549,2.94117647058824],[55.8823529411765,39.2156862745098,13.7254901960784],[107.843137254902,89.2156862745098,57.843137254902],[88.2352941176471,70.5882352941177,35.2941176470588],[100.980392156863,86.2745098039216,48.0392156862745],[114.705882352941,98.0392156862745,55.8823529411765],[98.0392156862745,76.4705882352941,30.3921568627451],[105.882352941176,83.3333333333333,32.3529411764706],[122.549019607843,100.980392156863,42.156862745098],[144.117647058824,122.549019607843,65.6862745098039],[155.882352941176,133.333333333333,90.1960784313725],[92.156862745098,69.6078431372549,29.4117647058824],[123.529411764706,100,54.9019607843137],[152.941176470588,125.490196078431,76.4705882352941],[137.254901960784,106.862745098039,50.9803921568627],[231.372549019608,203.921568627451,154.901960784314],[250,236.274509803922,208.823529411765],[55.8823529411765,43.1372549019608,24.5098039215686],[18.6274509803922,22.5490196078431,0],[125.490196078431,136.274509803922,104.901960784314],[154.901960784314,164.705882352941,128.43137254902],[167.647058823529,174.509803921569,134.313725490196],[132.352941176471,134.313725490196,98.0392156862745],[60.7843137254902,64.7058823529412,28.4313725490196],[56.8627450980392,66.6666666666667,30.3921568627451],[72.5490196078431,82.3529411764706,49.0196078431373],[141.176470588235,144.117647058824,115.686274509804],[226.470588235294,224.509803921569,201.960784313725],[248.039215686275,245.098039215686,226.470588235294],[231.372549019608,234.313725490196,217.647058823529],[244.117647058824,250,239.21568627451],[219.607843137255,235.294117647059,222.549019607843],[215.686274509804,232.352941176471,222.549019607843],[203.921568627451,226.470588235294,216.666666666667],[172.549019607843,204.901960784314,194.117647058824],[124.509803921569,156.862745098039,140.196078431373],[122.549019607843,142.156862745098,114.705882352941],[132.352941176471,151.960784313725,124.509803921569],[151.960784313725,184.313725490196,165.686274509804],[145.098039215686,178.43137254902,164.705882352941],[138.235294117647,163.725490196078,154.901960784314],[138.235294117647,163.725490196078,160.78431372549],[144.117647058824,178.43137254902,182.352941176471],[114.705882352941,157.843137254902,166.666666666667],[103.921568627451,157.843137254902,162.745098039216],[102.941176470588,159.803921568627,161.764705882353],[142.156862745098,189.21568627451,191.176470588235],[165.686274509804,207.843137254902,214.705882352941],[105.882352941176,147.058823529412,168.627450980392],[116.666666666667,154.901960784314,183.333333333333],[122.549019607843,155.882352941176,183.333333333333],[139.21568627451,168.627450980392,194.117647058824],[139.21568627451,169.607843137255,190.196078431373],[134.313725490196,160.78431372549,179.411764705882],[177.450980392157,194.117647058824,211.764705882353],[169.607843137255,180.392156862745,200],[157.843137254902,165.686274509804,184.313725490196],[176.470588235294,184.313725490196,202.941176470588],[168.627450980392,179.411764705882,199.019607843137],[144.117647058824,161.764705882353,183.333333333333],[125.490196078431,161.764705882353,180.392156862745],[115.686274509804,155.882352941176,175.490196078431],[150,181.372549019608,205.882352941176],[166.666666666667,196.078431372549,223.529411764706],[148.039215686275,178.43137254902,205.882352941176],[157.843137254902,193.137254901961,216.666666666667],[132.352941176471,172.549019607843,194.117647058824],[103.921568627451,144.117647058824,163.725490196078],[140.196078431373,171.56862745098,192.156862745098],[153.921568627451,184.313725490196,203.921568627451],[142.156862745098,173.529411764706,188.235294117647],[143.137254901961,170.588235294118,182.352941176471],[139.21568627451,156.862745098039,168.627450980392],[165.686274509804,175.490196078431,184.313725490196],[166.666666666667,169.607843137255,174.509803921569],[176.470588235294,177.450980392157,179.411764705882],[246.078431372549,250,249.019607843137],[240.196078431373,242.156862745098,239.21568627451],[227.450980392157,222.549019607843,219.607843137255],[235.294117647059,225.490196078431,224.509803921569],[241.176470588235,227.450980392157,227.450980392157],[233.333333333333,225.490196078431,223.529411764706],[214.705882352941,224.509803921569,216.666666666667],[179.411764705882,194.117647058824,187.254901960784],[191.176470588235,203.921568627451,197.058823529412],[197.058823529412,210.78431372549,210.78431372549],[135.294117647059,152.941176470588,156.862745098039],[145.098039215686,158.823529411765,167.647058823529],[192.156862745098,200.980392156863,215.686274509804],[216.666666666667,224.509803921569,237.254901960784],[204.901960784314,212.745098039216,223.529411764706],[218.627450980392,231.372549019608,240.196078431373],[224.509803921569,248.039215686275,250],[187.254901960784,217.647058823529,235.294117647059],[144.117647058824,177.450980392157,204.901960784314],[152.941176470588,187.254901960784,224.509803921569],[144.117647058824,182.352941176471,222.549019607843],[120.588235294118,164.705882352941,204.901960784314],[126.470588235294,184.313725490196,215.686274509804],[116.666666666667,176.470588235294,204.901960784314],[119.607843137255,177.450980392157,208.823529411765],[126.470588235294,181.372549019608,213.725490196078],[127.450980392157,182.352941176471,216.666666666667],[130.392156862745,185.294117647059,219.607843137255],[124.509803921569,179.411764705882,213.725490196078],[115.686274509804,168.627450980392,201.960784313725],[116.666666666667,168.627450980392,199.019607843137],[111.764705882353,160.78431372549,185.294117647059],[179.411764705882,225.490196078431,245.098039215686],[180.392156862745,221.56862745098,237.254901960784],[136.274509803922,171.56862745098,183.333333333333],[163.725490196078,193.137254901961,202.941176470588],[200.980392156863,224.509803921569,234.313725490196],[194.117647058824,213.725490196078,224.509803921569],[213.725490196078,229.411764705882,242.156862745098],[212.745098039216,228.43137254902,243.137254901961],[201.960784313725,223.529411764706,236.274509803922],[218.627450980392,241.176470588235,249.019607843137],[233.333333333333,248.039215686275,250],[223.529411764706,235.294117647059,231.372549019608],[237.254901960784,250,232.352941176471],[222.549019607843,237.254901960784,208.823529411765],[226.470588235294,243.137254901961,207.843137254902],[243.137254901961,250,222.549019607843],[243.137254901961,250,220.588235294118],[241.176470588235,245.098039215686,210.78431372549],[240.196078431373,236.274509803922,199.019607843137],[236.274509803922,226.470588235294,178.43137254902],[198.039215686275,189.21568627451,125.490196078431],[161.764705882353,153.921568627451,80.3921568627451],[137.254901960784,132.352941176471,50],[118.627450980392,116.666666666667,31.3725490196078],[90.1960784313725,87.2549019607843,7.84313725490196],[129.411764705882,126.470588235294,50.9803921568627],[189.21568627451,186.274509803922,108.823529411765],[180.392156862745,176.470588235294,103.921568627451],[171.56862745098,166.666666666667,103.921568627451],[189.21568627451,183.333333333333,122.549019607843],[194.117647058824,187.254901960784,120.588235294118],[161.764705882353,153.921568627451,92.156862745098],[155.882352941176,149.019607843137,98.0392156862745],[151.960784313725,146.078431372549,97.0588235294118],[120.588235294118,118.627450980392,62.7450980392157],[111.764705882353,110.78431372549,54.9019607843137],[62.7450980392157,62.7450980392157,11.7647058823529],[105.882352941176,105.882352941176,56.8627450980392],[134.313725490196,134.313725490196,81.3725490196078],[63.7254901960784,63.7254901960784,14.7058823529412],[69.6078431372549,69.6078431372549,34.3137254901961],[42.156862745098,42.156862745098,8.82352941176471],[140.196078431373,138.235294117647,100],[133.333333333333,132.352941176471,87.2549019607843],[87.2549019607843,87.2549019607843,36.2745098039216],[149.019607843137,151.960784313725,96.078431372549],[112.745098039216,120.588235294118,61.7647058823529],[144.117647058824,155.882352941176,95.0980392156863],[122.549019607843,138.235294117647,77.4509803921569],[70.5882352941177,88.2352941176471,29.4117647058824],[19.6078431372549,39.2156862745098,0],[129.411764705882,149.019607843137,89.2156862745098],[152.941176470588,168.627450980392,106.862745098039],[134.313725490196,149.019607843137,83.3333333333333],[204.901960784314,215.686274509804,148.039215686275],[158.823529411765,169.607843137255,102.941176470588],[118.627450980392,130.392156862745,69.6078431372549],[103.921568627451,112.745098039216,56.8627450980392],[62.7450980392157,67.6470588235294,14.7058823529412],[74.5098039215686,72.5490196078431,24.5098039215686],[139.21568627451,128.43137254902,84.3137254901961],[136.274509803922,118.627450980392,81.3725490196078],[106.862745098039,84.3137254901961,52.9411764705882],[58.8235294117647,31.3725490196078,7.84313725490196],[26.4705882352941,0,0],[37.2549019607843,11.7647058823529,0],[46.078431372549,23.5294117647059,15.6862745098039],[22.5490196078431,4.90196078431373,0.980392156862745],[16.6666666666667,6.86274509803922,4.90196078431373],[2.94117647058824,0,0],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,0,0],[25.4901960784314,14.7058823529412,10.7843137254902],[17.6470588235294,3.92156862745098,0.980392156862745],[14.7058823529412,1.96078431372549,0],[30.3921568627451,17.6470588235294,9.80392156862745],[29.4117647058824,16.6666666666667,8.82352941176471],[37.2549019607843,24.5098039215686,15.6862745098039],[32.3529411764706,19.6078431372549,10.7843137254902],[24.5098039215686,14.7058823529412,5.88235294117647],[18.6274509803922,5.88235294117647,0],[42.156862745098,29.4117647058824,21.5686274509804],[38.2352941176471,24.5098039215686,15.6862745098039],[13.7254901960784,0,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[20.5882352941176,4.90196078431373,0],[25.4901960784314,10.7843137254902,0],[44.1176470588235,30.3921568627451,4.90196078431373],[29.4117647058824,15.6862745098039,0],[53.921568627451,43.1372549019608,11.7647058823529],[85.2941176470588,75.4901960784314,41.1764705882353],[70.5882352941177,61.7647058823529,23.5294117647059],[60.7843137254902,51.9607843137255,11.7647058823529],[74.5098039215686,70.5882352941177,24.5098039215686],[63.7254901960784,61.7647058823529,14.7058823529412],[85.2941176470588,82.3529411764706,38.2352941176471],[101.960784313725,99.0196078431373,58.8235294117647],[67.6470588235294,61.7647058823529,26.4705882352941],[66.6666666666667,59.8039215686275,31.3725490196078],[35.2941176470588,27.4509803921569,4.90196078431373],[49.0196078431373,41.1764705882353,22.5490196078431],[19.6078431372549,7.84313725490196,0],[25.4901960784314,11.7647058823529,0.980392156862745],[52.9411764705882,37.2549019607843,24.5098039215686],[19.6078431372549,1.96078431372549,0],[30.3921568627451,12.7450980392157,0],[48.0392156862745,31.3725490196078,5.88235294117647],[69.6078431372549,50.9803921568627,19.6078431372549],[59.8039215686275,42.156862745098,6.86274509803922],[74.5098039215686,59.8039215686275,17.6470588235294],[111.764705882353,98.0392156862745,51.9607843137255],[69.6078431372549,51.9607843137255,4.90196078431373],[91.1764705882353,71.5686274509804,19.6078431372549],[132.352941176471,116.666666666667,55.8823529411765],[116.666666666667,100.980392156863,43.1372549019608],[113.725490196078,100,55.8823529411765],[64.7058823529412,50,9.80392156862745],[81.3725490196078,62.7450980392157,20.5882352941176],[115.686274509804,94.1176470588235,45.0980392156863],[150,124.509803921569,68.6274509803922],[200,174.509803921569,124.509803921569],[250,238.235294117647,207.843137254902],[87.2549019607843,76.4705882352941,54.9019607843137],[126.470588235294,133.333333333333,102.941176470588],[223.529411764706,235.294117647059,198.039215686275],[198.039215686275,203.921568627451,158.823529411765],[165.686274509804,167.647058823529,119.607843137255],[117.647058823529,119.607843137255,71.5686274509804],[72.5490196078431,74.5098039215686,28.4313725490196],[71.5686274509804,74.5098039215686,32.3529411764706],[100.980392156863,102.941176470588,64.7058823529412],[145.098039215686,142.156862745098,111.764705882353],[228.43137254902,224.509803921569,198.039215686275],[230.392156862745,228.43137254902,207.843137254902],[223.529411764706,224.509803921569,208.823529411765],[208.823529411765,216.666666666667,203.921568627451],[165.686274509804,181.372549019608,170.588235294118],[200.980392156863,223.529411764706,215.686274509804],[193.137254901961,223.529411764706,215.686274509804],[186.274509803922,225.490196078431,217.647058823529],[193.137254901961,233.333333333333,217.647058823529],[176.470588235294,208.823529411765,180.392156862745],[106.862745098039,139.21568627451,108.823529411765],[98.0392156862745,131.372549019608,114.705882352941],[134.313725490196,165.686274509804,154.901960784314],[156.862745098039,177.450980392157,170.588235294118],[150.980392156863,172.549019607843,170.588235294118],[153.921568627451,186.274509803922,191.176470588235],[126.470588235294,168.627450980392,175.490196078431],[126.470588235294,178.43137254902,182.352941176471],[117.647058823529,172.549019607843,173.529411764706],[170.588235294118,219.607843137255,218.627450980392],[148.039215686275,196.078431372549,200.980392156863],[125.490196078431,172.549019607843,192.156862745098],[106.862745098039,150,178.43137254902],[138.235294117647,168.627450980392,199.019607843137],[139.21568627451,165.686274509804,195.098039215686],[137.254901960784,166.666666666667,192.156862745098],[130.392156862745,155.882352941176,178.43137254902],[172.549019607843,188.235294117647,210.78431372549],[158.823529411765,169.607843137255,191.176470588235],[167.647058823529,175.490196078431,196.078431372549],[184.313725490196,197.058823529412,213.725490196078],[176.470588235294,193.137254901961,210.78431372549],[150,172.549019607843,190.196078431373],[144.117647058824,170.588235294118,191.176470588235],[144.117647058824,171.56862745098,195.098039215686],[147.058823529412,170.588235294118,198.039215686275],[147.058823529412,171.56862745098,200.980392156863],[130.392156862745,163.725490196078,191.176470588235],[136.274509803922,175.490196078431,200.980392156863],[125.490196078431,170.588235294118,194.117647058824],[122.549019607843,167.647058823529,191.176470588235],[124.509803921569,163.725490196078,188.235294117647],[124.509803921569,159.803921568627,183.333333333333],[127.450980392157,161.764705882353,181.372549019608],[131.372549019608,159.803921568627,175.490196078431],[150,168.627450980392,182.352941176471],[172.549019607843,185.294117647059,194.117647058824],[152.941176470588,161.764705882353,166.666666666667],[177.450980392157,187.254901960784,186.274509803922],[214.705882352941,226.470588235294,222.549019607843],[244.117647058824,250,246.078431372549],[248.039215686275,244.117647058824,241.176470588235],[250,239.21568627451,239.21568627451],[250,236.274509803922,239.21568627451],[234.313725490196,225.490196078431,226.470588235294],[206.862745098039,217.647058823529,213.725490196078],[171.56862745098,192.156862745098,185.294117647059],[143.137254901961,163.725490196078,158.823529411765],[151.960784313725,171.56862745098,170.588235294118],[143.137254901961,161.764705882353,167.647058823529],[186.274509803922,203.921568627451,215.686274509804],[181.372549019608,194.117647058824,209.803921568627],[204.901960784314,216.666666666667,232.352941176471],[213.725490196078,225.490196078431,237.254901960784],[210.78431372549,227.450980392157,237.254901960784],[199.019607843137,220.588235294118,234.313725490196],[215.686274509804,242.156862745098,250],[161.764705882353,191.176470588235,224.509803921569],[137.254901960784,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[137.254901960784,181.372549019608,222.549019607843],[146.078431372549,197.058823529412,233.333333333333],[127.450980392157,180.392156862745,213.725490196078],[136.274509803922,187.254901960784,223.529411764706],[138.235294117647,187.254901960784,223.529411764706],[132.352941176471,180.392156862745,219.607843137255],[128.43137254902,179.411764705882,217.647058823529],[121.56862745098,172.549019607843,210.78431372549],[118.627450980392,169.607843137255,205.882352941176],[125.490196078431,174.509803921569,206.862745098039],[117.647058823529,165.686274509804,195.098039215686],[150,197.058823529412,219.607843137255],[149.019607843137,193.137254901961,211.764705882353],[118.627450980392,159.803921568627,173.529411764706],[157.843137254902,195.098039215686,207.843137254902],[195.098039215686,228.43137254902,240.196078431373],[181.372549019608,210.78431372549,221.56862745098],[179.411764705882,204.901960784314,219.607843137255],[159.803921568627,185.294117647059,201.960784313725],[120.588235294118,149.019607843137,166.666666666667],[135.294117647059,161.764705882353,178.43137254902],[132.352941176471,154.901960784314,162.745098039216],[107.843137254902,128.43137254902,123.529411764706],[145.098039215686,167.647058823529,142.156862745098],[128.43137254902,152.941176470588,114.705882352941],[149.019607843137,174.509803921569,130.392156862745],[194.117647058824,214.705882352941,172.549019607843],[224.509803921569,239.21568627451,206.862745098039],[235.294117647059,242.156862745098,211.764705882353],[250,250,217.647058823529],[239.21568627451,232.352941176471,189.21568627451],[184.313725490196,176.470588235294,115.686274509804],[174.509803921569,168.627450980392,94.1176470588235],[151.960784313725,148.039215686275,62.7450980392157],[146.078431372549,144.117647058824,58.8235294117647],[150.980392156863,148.039215686275,72.5490196078431],[132.352941176471,130.392156862745,57.843137254902],[143.137254901961,147.058823529412,71.5686274509804],[179.411764705882,187.254901960784,111.764705882353],[190.196078431373,197.058823529412,131.372549019608],[146.078431372549,148.039215686275,84.3137254901961],[110.78431372549,105.882352941176,39.2156862745098],[112.745098039216,102.941176470588,42.156862745098],[127.450980392157,115.686274509804,66.6666666666667],[64.7058823529412,54.9019607843137,6.86274509803922],[88.2352941176471,86.2745098039216,30.3921568627451],[87.2549019607843,88.2352941176471,32.3529411764706],[33.3333333333333,31.3725490196078,0],[124.509803921569,117.647058823529,74.5098039215686],[130.392156862745,117.647058823529,73.5294117647059],[81.3725490196078,68.6274509803922,25.4901960784314],[91.1764705882353,87.2549019607843,50],[84.3137254901961,84.3137254901961,47.0588235294118],[46.078431372549,47.0588235294118,5.88235294117647],[83.3333333333333,82.3529411764706,35.2941176470588],[143.137254901961,143.137254901961,90.1960784313725],[75.4901960784314,78.4313725490196,22.5490196078431],[93.1372549019608,99.0196078431373,40.1960784313726],[145.098039215686,154.901960784314,95.0980392156863],[175.490196078431,189.21568627451,129.411764705882],[132.352941176471,147.058823529412,89.2156862745098],[37.2549019607843,54.9019607843137,0],[48.0392156862745,65.6862745098039,6.86274509803922],[140.196078431373,155.882352941176,95.0980392156863],[141.176470588235,154.901960784314,94.1176470588235],[177.450980392157,189.21568627451,126.470588235294],[194.117647058824,203.921568627451,142.156862745098],[116.666666666667,124.509803921569,68.6274509803922],[61.7647058823529,63.7254901960784,14.7058823529412],[63.7254901960784,62.7450980392157,15.6862745098039],[77.4509803921569,73.5294117647059,29.4117647058824],[92.156862745098,80.3921568627451,41.1764705882353],[94.1176470588235,78.4313725490196,45.0980392156863],[130.392156862745,109.803921568627,81.3725490196078],[68.6274509803922,45.0980392156863,21.5686274509804],[30.3921568627451,5.88235294117647,0],[39.2156862745098,16.6666666666667,0.980392156862745],[19.6078431372549,0,0],[18.6274509803922,3.92156862745098,0],[13.7254901960784,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[50.9803921568627,47.0588235294118,46.078431372549],[20.5882352941176,16.6666666666667,15.6862745098039],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0]],[[5.88235294117647,2.94117647058824,0],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,5.88235294117647,5.88235294117647],[19.6078431372549,8.82352941176471,6.86274509803922],[16.6666666666667,5.88235294117647,1.96078431372549],[12.7450980392157,1.96078431372549,0],[23.5294117647059,10.7843137254902,4.90196078431373],[34.3137254901961,21.5686274509804,15.6862745098039],[27.4509803921569,16.6666666666667,10.7843137254902],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[29.4117647058824,20.5882352941176,13.7254901960784],[26.4705882352941,15.6862745098039,9.80392156862745],[12.7450980392157,1.96078431372549,0],[36.2745098039216,23.5294117647059,15.6862745098039],[36.2745098039216,23.5294117647059,14.7058823529412],[20.5882352941176,6.86274509803922,0],[20.5882352941176,6.86274509803922,0],[61.7647058823529,49.0196078431373,32.3529411764706],[63.7254901960784,51.9607843137255,30.3921568627451],[27.4509803921569,17.6470588235294,0],[47.0588235294118,38.2352941176471,9.80392156862745],[87.2549019607843,78.4313725490196,46.078431372549],[100.980392156863,92.156862745098,59.8039215686275],[30.3921568627451,21.5686274509804,0],[21.5686274509804,15.6862745098039,0],[65.6862745098039,59.8039215686275,24.5098039215686],[93.1372549019608,88.2352941176471,50.9803921568627],[70.5882352941177,65.6862745098039,28.4313725490196],[111.764705882353,106.862745098039,69.6078431372549],[51.9607843137255,47.0588235294118,9.80392156862745],[96.078431372549,88.2352941176471,52.9411764705882],[87.2549019607843,76.4705882352941,47.0588235294118],[172.549019607843,158.823529411765,132.352941176471],[100,84.3137254901961,59.8039215686275],[28.4313725490196,12.7450980392157,0],[36.2745098039216,19.6078431372549,0],[49.0196078431373,29.4117647058824,2.94117647058824],[70.5882352941177,50,21.5686274509804],[67.6470588235294,49.0196078431373,16.6666666666667],[55.8823529411765,43.1372549019608,1.96078431372549],[72.5490196078431,60.7843137254902,13.7254901960784],[75.4901960784314,62.7450980392157,10.7843137254902],[100,87.2549019607843,33.3333333333333],[122.549019607843,110.78431372549,61.7647058823529],[67.6470588235294,57.843137254902,9.80392156862745],[56.8627450980392,50.9803921568627,0],[87.2549019607843,81.3725490196078,30.3921568627451],[81.3725490196078,70.5882352941177,25.4901960784314],[95.0980392156863,80.3921568627451,40.1960784313726],[85.2941176470588,63.7254901960784,25.4901960784314],[89.2156862745098,67.6470588235294,27.4509803921569],[150.980392156863,139.21568627451,90.1960784313725],[197.058823529412,196.078431372549,149.019607843137],[246.078431372549,250,227.450980392157],[126.470588235294,135.294117647059,104.901960784314],[135.294117647059,127.450980392157,81.3725490196078],[174.509803921569,161.764705882353,107.843137254902],[156.862745098039,148.039215686275,94.1176470588235],[129.411764705882,123.529411764706,72.5490196078431],[101.960784313725,98.0392156862745,50.9803921568627],[103.921568627451,102.941176470588,59.8039215686275],[146.078431372549,148.039215686275,109.803921568627],[218.627450980392,224.509803921569,191.176470588235],[156.862745098039,165.686274509804,139.21568627451],[193.137254901961,201.960784313725,181.372549019608],[220.588235294118,232.352941176471,218.627450980392],[195.098039215686,211.764705882353,201.960784313725],[177.450980392157,203.921568627451,197.058823529412],[163.725490196078,195.098039215686,190.196078431373],[198.039215686275,233.333333333333,231.372549019608],[151.960784313725,191.176470588235,182.352941176471],[141.176470588235,184.313725490196,159.803921568627],[159.803921568627,202.941176470588,178.43137254902],[108.823529411765,150,136.274509803922],[88.2352941176471,120.588235294118,113.725490196078],[151.960784313725,174.509803921569,168.627450980392],[145.098039215686,166.666666666667,163.725490196078],[124.509803921569,154.901960784314,156.862745098039],[139.21568627451,178.43137254902,180.392156862745],[111.764705882353,154.901960784314,155.882352941176],[147.058823529412,192.156862745098,192.156862745098],[207.843137254902,250,249.019607843137],[123.529411764706,170.588235294118,174.509803921569],[116.666666666667,168.627450980392,186.274509803922],[108.823529411765,154.901960784314,182.352941176471],[156.862745098039,190.196078431373,224.509803921569],[147.058823529412,175.490196078431,208.823529411765],[133.333333333333,166.666666666667,194.117647058824],[147.058823529412,176.470588235294,203.921568627451],[159.803921568627,174.509803921569,202.941176470588],[168.627450980392,178.43137254902,204.901960784314],[157.843137254902,169.607843137255,191.176470588235],[170.588235294118,189.21568627451,205.882352941176],[148.039215686275,175.490196078431,187.254901960784],[136.274509803922,163.725490196078,177.450980392157],[162.745098039216,178.43137254902,200.980392156863],[182.352941176471,193.137254901961,220.588235294118],[165.686274509804,180.392156862745,212.745098039216],[150.980392156863,173.529411764706,204.901960784314],[126.470588235294,160.78431372549,190.196078431373],[118.627450980392,162.745098039216,191.176470588235],[116.666666666667,169.607843137255,197.058823529412],[134.313725490196,187.254901960784,214.705882352941],[118.627450980392,162.745098039216,191.176470588235],[119.607843137255,159.803921568627,187.254901960784],[135.294117647059,174.509803921569,199.019607843137],[139.21568627451,173.529411764706,193.137254901961],[162.745098039216,185.294117647059,200.980392156863],[173.529411764706,191.176470588235,200.980392156863],[191.176470588235,205.882352941176,210.78431372549],[200,213.725490196078,213.725490196078],[177.450980392157,194.117647058824,188.235294117647],[208.823529411765,219.607843137255,213.725490196078],[226.470588235294,225.490196078431,223.529411764706],[250,240.196078431373,241.176470588235],[250,240.196078431373,244.117647058824],[221.56862745098,216.666666666667,220.588235294118],[193.137254901961,204.901960784314,204.901960784314],[167.647058823529,192.156862745098,189.21568627451],[145.098039215686,173.529411764706,169.607843137255],[143.137254901961,170.588235294118,171.56862745098],[158.823529411765,181.372549019608,189.21568627451],[209.803921568627,227.450980392157,241.176470588235],[183.333333333333,200,215.686274509804],[208.823529411765,225.490196078431,241.176470588235],[208.823529411765,226.470588235294,238.235294117647],[172.549019607843,192.156862745098,202.941176470588],[167.647058823529,186.274509803922,200.980392156863],[186.274509803922,207.843137254902,230.392156862745],[174.509803921569,200,232.352941176471],[135.294117647059,166.666666666667,204.901960784314],[149.019607843137,185.294117647059,226.470588235294],[162.745098039216,204.901960784314,246.078431372549],[141.176470588235,186.274509803922,221.56862745098],[150,195.098039215686,228.43137254902],[142.156862745098,189.21568627451,224.509803921569],[139.21568627451,186.274509803922,223.529411764706],[132.352941176471,179.411764705882,218.627450980392],[129.411764705882,177.450980392157,216.666666666667],[122.549019607843,170.588235294118,209.803921568627],[124.509803921569,173.529411764706,209.803921568627],[135.294117647059,184.313725490196,218.627450980392],[128.43137254902,178.43137254902,206.862745098039],[135.294117647059,184.313725490196,208.823529411765],[129.411764705882,176.470588235294,196.078431372549],[150,195.098039215686,210.78431372549],[170.588235294118,211.764705882353,227.450980392157],[153.921568627451,190.196078431373,205.882352941176],[152.941176470588,188.235294117647,203.921568627451],[168.627450980392,200.980392156863,217.647058823529],[147.058823529412,177.450980392157,197.058823529412],[133.333333333333,159.803921568627,186.274509803922],[128.43137254902,155.882352941176,177.450980392157],[124.509803921569,157.843137254902,166.666666666667],[143.137254901961,178.43137254902,174.509803921569],[121.56862745098,157.843137254902,141.176470588235],[69.6078431372549,100.980392156863,77.4509803921569],[70.5882352941177,94.1176470588235,68.6274509803922],[142.156862745098,157.843137254902,129.411764705882],[212.745098039216,226.470588235294,194.117647058824],[211.764705882353,221.56862745098,187.254901960784],[221.56862745098,232.352941176471,193.137254901961],[213.725490196078,220.588235294118,177.450980392157],[215.686274509804,219.607843137255,169.607843137255],[188.235294117647,188.235294117647,129.411764705882],[186.274509803922,179.411764705882,110.78431372549],[183.333333333333,173.529411764706,103.921568627451],[180.392156862745,169.607843137255,106.862745098039],[156.862745098039,151.960784313725,87.2549019607843],[162.745098039216,172.549019607843,100.980392156863],[190.196078431373,207.843137254902,135.294117647059],[150.980392156863,167.647058823529,100.980392156863],[131.372549019608,142.156862745098,77.4509803921569],[163.725490196078,160.78431372549,95.0980392156863],[156.862745098039,147.058823529412,86.2745098039216],[105.882352941176,93.1372549019608,42.156862745098],[18.6274509803922,8.82352941176471,0],[74.5098039215686,78.4313725490196,20.5882352941176],[83.3333333333333,89.2156862745098,30.3921568627451],[43.1372549019608,45.0980392156863,0],[177.450980392157,168.627450980392,126.470588235294],[112.745098039216,90.1960784313725,50],[144.117647058824,125.490196078431,83.3333333333333],[151.960784313725,155.882352941176,105.882352941176],[156.862745098039,169.607843137255,116.666666666667],[95.0980392156863,102.941176470588,52.9411764705882],[99.0196078431373,102.941176470588,53.921568627451],[132.352941176471,130.392156862745,83.3333333333333],[65.6862745098039,61.7647058823529,14.7058823529412],[111.764705882353,105.882352941176,56.8627450980392],[106.862745098039,103.921568627451,51.9607843137255],[140.196078431373,141.176470588235,84.3137254901961],[152.941176470588,158.823529411765,96.078431372549],[154.901960784314,165.686274509804,100.980392156863],[136.274509803922,150.980392156863,87.2549019607843],[140.196078431373,157.843137254902,97.0588235294118],[156.862745098039,176.470588235294,118.627450980392],[152.941176470588,173.529411764706,118.627450980392],[75.4901960784314,89.2156862745098,39.2156862745098],[41.1764705882353,43.1372549019608,0],[45.0980392156863,41.1764705882353,0],[94.1176470588235,87.2549019607843,46.078431372549],[130.392156862745,121.56862745098,83.3333333333333],[63.7254901960784,50.9803921568627,16.6666666666667],[45.0980392156863,30.3921568627451,0],[57.843137254902,41.1764705882353,13.7254901960784],[30.3921568627451,13.7254901960784,0],[33.3333333333333,15.6862745098039,0],[55.8823529411765,37.2549019607843,20.5882352941176],[40.1960784313726,24.5098039215686,9.80392156862745],[38.2352941176471,24.5098039215686,15.6862745098039],[18.6274509803922,7.84313725490196,3.92156862745098],[11.7647058823529,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0]],[[4.90196078431373,1.96078431372549,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,5.88235294117647,4.90196078431373],[12.7450980392157,2.94117647058824,0.980392156862745],[15.6862745098039,4.90196078431373,2.94117647058824],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[26.4705882352941,15.6862745098039,11.7647058823529],[14.7058823529412,5.88235294117647,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,12.7450980392157,6.86274509803922],[10.7843137254902,5.88235294117647,0],[12.7450980392157,4.90196078431373,1.96078431372549],[8.82352941176471,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[28.4313725490196,19.6078431372549,14.7058823529412],[22.5490196078431,11.7647058823529,5.88235294117647],[13.7254901960784,3.92156862745098,0],[45.0980392156863,35.2941176470588,25.4901960784314],[26.4705882352941,17.6470588235294,2.94117647058824],[58.8235294117647,50.9803921568627,32.3529411764706],[46.078431372549,38.2352941176471,17.6470588235294],[6.86274509803922,0.980392156862745,0],[56.8627450980392,51.9607843137255,23.5294117647059],[64.7058823529412,57.843137254902,30.3921568627451],[31.3725490196078,20.5882352941176,0],[75.4901960784314,64.7058823529412,43.1372549019608],[49.0196078431373,42.156862745098,14.7058823529412],[44.1176470588235,38.2352941176471,6.86274509803922],[45.0980392156863,39.2156862745098,3.92156862745098],[58.8235294117647,53.921568627451,16.6666666666667],[75.4901960784314,70.5882352941177,31.3725490196078],[69.6078431372549,61.7647058823529,23.5294117647059],[129.411764705882,120.588235294118,82.3529411764706],[158.823529411765,150,111.764705882353],[135.294117647059,122.549019607843,88.2352941176471],[106.862745098039,93.1372549019608,58.8235294117647],[113.725490196078,98.0392156862745,62.7450980392157],[145.098039215686,127.450980392157,90.1960784313725],[187.254901960784,168.627450980392,129.411764705882],[90.1960784313725,71.5686274509804,30.3921568627451],[59.8039215686275,43.1372549019608,0.980392156862745],[141.176470588235,124.509803921569,79.4117647058823],[144.117647058824,127.450980392157,74.5098039215686],[172.549019607843,156.862745098039,105.882352941176],[108.823529411765,96.078431372549,51.9607843137255],[47.0588235294118,39.2156862745098,0],[43.1372549019608,41.1764705882353,0],[136.274509803922,134.313725490196,84.3137254901961],[93.1372549019608,84.3137254901961,42.156862745098],[25.4901960784314,11.7647058823529,0],[67.6470588235294,48.0392156862745,15.6862745098039],[117.647058823529,99.0196078431373,59.8039215686275],[122.549019607843,113.725490196078,59.8039215686275],[186.274509803922,189.21568627451,137.254901960784],[230.392156862745,244.117647058824,211.764705882353],[150,156.862745098039,126.470588235294],[133.333333333333,119.607843137255,75.4901960784314],[219.607843137255,199.019607843137,147.058823529412],[192.156862745098,179.411764705882,127.450980392157],[195.098039215686,185.294117647059,133.333333333333],[190.196078431373,180.392156862745,132.352941176471],[147.058823529412,140.196078431373,95.0980392156863],[148.039215686275,149.019607843137,107.843137254902],[155.882352941176,163.725490196078,127.450980392157],[167.647058823529,178.43137254902,147.058823529412],[199.019607843137,211.764705882353,186.274509803922],[190.196078431373,202.941176470588,185.294117647059],[189.21568627451,209.803921568627,195.098039215686],[165.686274509804,199.019607843137,185.294117647059],[95.0980392156863,134.313725490196,123.529411764706],[155.882352941176,196.078431372549,188.235294117647],[212.745098039216,250,247.058823529412],[189.21568627451,242.156862745098,219.607843137255],[164.705882352941,218.627450980392,198.039215686275],[146.078431372549,192.156862745098,182.352941176471],[132.352941176471,170.588235294118,165.686274509804],[132.352941176471,158.823529411765,151.960784313725],[138.235294117647,162.745098039216,156.862745098039],[165.686274509804,197.058823529412,194.117647058824],[144.117647058824,179.411764705882,179.411764705882],[119.607843137255,152.941176470588,151.960784313725],[138.235294117647,171.56862745098,170.588235294118],[184.313725490196,218.627450980392,214.705882352941],[152.941176470588,193.137254901961,195.098039215686],[141.176470588235,193.137254901961,208.823529411765],[102.941176470588,152.941176470588,181.372549019608],[113.725490196078,150.980392156863,186.274509803922],[135.294117647059,168.627450980392,204.901960784314],[137.254901960784,175.490196078431,207.843137254902],[156.862745098039,191.176470588235,220.588235294118],[155.882352941176,178.43137254902,208.823529411765],[158.823529411765,173.529411764706,201.960784313725],[157.843137254902,169.607843137255,193.137254901961],[154.901960784314,171.56862745098,189.21568627451],[149.019607843137,178.43137254902,189.21568627451],[140.196078431373,167.647058823529,181.372549019608],[202.941176470588,217.647058823529,240.196078431373],[215.686274509804,226.470588235294,250],[151.960784313725,170.588235294118,201.960784313725],[132.352941176471,157.843137254902,190.196078431373],[141.176470588235,176.470588235294,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[101.960784313725,157.843137254902,187.254901960784],[117.647058823529,173.529411764706,202.941176470588],[129.411764705882,177.450980392157,209.803921568627],[123.529411764706,167.647058823529,200],[115.686274509804,161.764705882353,187.254901960784],[125.490196078431,166.666666666667,188.235294117647],[146.078431372549,178.43137254902,195.098039215686],[163.725490196078,187.254901960784,197.058823529412],[211.764705882353,229.411764705882,233.333333333333],[162.745098039216,178.43137254902,177.450980392157],[160.78431372549,177.450980392157,171.56862745098],[213.725490196078,226.470588235294,219.607843137255],[235.294117647059,240.196078431373,236.274509803922],[234.313725490196,232.352941176471,233.333333333333],[230.392156862745,223.529411764706,230.392156862745],[217.647058823529,216.666666666667,222.549019607843],[182.352941176471,196.078431372549,199.019607843137],[121.56862745098,145.098039215686,147.058823529412],[135.294117647059,166.666666666667,165.686274509804],[167.647058823529,197.058823529412,199.019607843137],[195.098039215686,216.666666666667,229.411764705882],[201.960784313725,218.627450980392,236.274509803922],[168.627450980392,187.254901960784,203.921568627451],[186.274509803922,204.901960784314,219.607843137255],[188.235294117647,209.803921568627,220.588235294118],[184.313725490196,205.882352941176,216.666666666667],[179.411764705882,196.078431372549,211.764705882353],[166.666666666667,184.313725490196,205.882352941176],[162.745098039216,185.294117647059,216.666666666667],[156.862745098039,186.274509803922,223.529411764706],[150.980392156863,189.21568627451,227.450980392157],[140.196078431373,183.333333333333,219.607843137255],[129.411764705882,171.56862745098,204.901960784314],[145.098039215686,189.21568627451,219.607843137255],[133.333333333333,178.43137254902,211.764705882353],[128.43137254902,175.490196078431,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[128.43137254902,176.470588235294,215.686274509804],[123.529411764706,171.56862745098,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[134.313725490196,183.333333333333,217.647058823529],[128.43137254902,178.43137254902,208.823529411765],[137.254901960784,186.274509803922,210.78431372549],[147.058823529412,194.117647058824,215.686274509804],[176.470588235294,220.588235294118,239.21568627451],[170.588235294118,210.78431372549,228.43137254902],[146.078431372549,183.333333333333,201.960784313725],[149.019607843137,183.333333333333,202.941176470588],[150.980392156863,182.352941176471,202.941176470588],[146.078431372549,177.450980392157,200],[127.450980392157,156.862745098039,184.313725490196],[129.411764705882,160.78431372549,185.294117647059],[145.098039215686,182.352941176471,193.137254901961],[131.372549019608,172.549019607843,171.56862745098],[100,141.176470588235,131.372549019608],[85.2941176470588,120.588235294118,106.862745098039],[94.1176470588235,120.588235294118,103.921568627451],[86.2745098039216,104.901960784314,83.3333333333333],[149.019607843137,164.705882352941,136.274509803922],[191.176470588235,206.862745098039,171.56862745098],[194.117647058824,209.803921568627,171.56862745098],[212.745098039216,225.490196078431,183.333333333333],[239.21568627451,248.039215686275,203.921568627451],[229.411764705882,231.372549019608,183.333333333333],[213.725490196078,208.823529411765,153.921568627451],[174.509803921569,165.686274509804,107.843137254902],[186.274509803922,177.450980392157,121.56862745098],[197.058823529412,195.098039215686,135.294117647059],[176.470588235294,187.254901960784,119.607843137255],[155.882352941176,175.490196078431,104.901960784314],[102.941176470588,118.627450980392,54.9019607843137],[101.960784313725,111.764705882353,50],[150,147.058823529412,79.4117647058823],[150,139.21568627451,76.4705882352941],[114.705882352941,99.0196078431373,48.0392156862745],[98.0392156862745,88.2352941176471,36.2745098039216],[93.1372549019608,98.0392156862745,35.2941176470588],[107.843137254902,117.647058823529,55.8823529411765],[113.725490196078,120.588235294118,67.6470588235294],[142.156862745098,140.196078431373,93.1372549019608],[93.1372549019608,76.4705882352941,33.3333333333333],[101.960784313725,89.2156862745098,45.0980392156863],[133.333333333333,140.196078431373,89.2156862745098],[116.666666666667,130.392156862745,78.4313725490196],[128.43137254902,138.235294117647,89.2156862745098],[117.647058823529,120.588235294118,76.4705882352941],[58.8235294117647,55.8823529411765,13.7254901960784],[39.2156862745098,32.3529411764706,0],[62.7450980392157,54.9019607843137,8.82352941176471],[68.6274509803922,62.7450980392157,11.7647058823529],[44.1176470588235,44.1176470588235,0],[142.156862745098,147.058823529412,82.3529411764706],[250,250,194.117647058824],[195.098039215686,209.803921568627,142.156862745098],[118.627450980392,137.254901960784,72.5490196078431],[161.764705882353,183.333333333333,120.588235294118],[71.5686274509804,95.0980392156863,38.2352941176471],[11.7647058823529,25.4901960784314,0],[78.4313725490196,75.4901960784314,33.3333333333333],[88.2352941176471,76.4705882352941,39.2156862745098],[78.4313725490196,64.7058823529412,30.3921568627451],[69.6078431372549,54.9019607843137,22.5490196078431],[43.1372549019608,28.4313725490196,0],[40.1960784313726,25.4901960784314,0],[24.5098039215686,10.7843137254902,0],[45.0980392156863,31.3725490196078,5.88235294117647],[40.1960784313726,25.4901960784314,2.94117647058824],[47.0588235294118,32.3529411764706,13.7254901960784],[39.2156862745098,26.4705882352941,10.7843137254902],[27.4509803921569,14.7058823529412,5.88235294117647],[23.5294117647059,9.80392156862745,6.86274509803922],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0]],[[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[11.7647058823529,1.96078431372549,0],[18.6274509803922,8.82352941176471,6.86274509803922],[23.5294117647059,13.7254901960784,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,2.94117647058824],[13.7254901960784,10.7843137254902,5.88235294117647],[10.7843137254902,7.84313725490196,2.94117647058824],[8.82352941176471,3.92156862745098,0.980392156862745],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,12.7450980392157,10.7843137254902],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[25.4901960784314,16.6666666666667,11.7647058823529],[28.4313725490196,19.6078431372549,12.7450980392157],[20.5882352941176,11.7647058823529,2.94117647058824],[10.7843137254902,2.94117647058824,0],[24.5098039215686,17.6470588235294,0],[21.5686274509804,16.6666666666667,0],[36.2745098039216,32.3529411764706,7.84313725490196],[25.4901960784314,19.6078431372549,0],[30.3921568627451,21.5686274509804,4.90196078431373],[78.4313725490196,66.6666666666667,52.9411764705882],[34.3137254901961,23.5294117647059,5.88235294117647],[26.4705882352941,15.6862745098039,0],[35.2941176470588,28.4313725490196,2.94117647058824],[31.3725490196078,24.5098039215686,0],[117.647058823529,108.823529411765,78.4313725490196],[78.4313725490196,69.6078431372549,37.2549019607843],[65.6862745098039,55.8823529411765,20.5882352941176],[68.6274509803922,56.8627450980392,19.6078431372549],[82.3529411764706,69.6078431372549,28.4313725490196],[136.274509803922,122.549019607843,76.4705882352941],[145.098039215686,129.411764705882,78.4313725490196],[85.2941176470588,70.5882352941177,12.7450980392157],[188.235294117647,172.549019607843,111.764705882353],[140.196078431373,121.56862745098,64.7058823529412],[107.843137254902,84.3137254901961,39.2156862745098],[109.803921568627,82.3529411764706,43.1372549019608],[129.411764705882,102.941176470588,58.8235294117647],[108.823529411765,85.2941176470588,38.2352941176471],[93.1372549019608,75.4901960784314,28.4313725490196],[46.078431372549,33.3333333333333,0],[135.294117647059,127.450980392157,89.2156862745098],[135.294117647059,127.450980392157,92.156862745098],[52.9411764705882,40.1960784313726,5.88235294117647],[35.2941176470588,17.6470588235294,0],[122.549019607843,100,58.8235294117647],[128.43137254902,105.882352941176,64.7058823529412],[141.176470588235,126.470588235294,88.2352941176471],[177.450980392157,171.56862745098,136.274509803922],[176.470588235294,183.333333333333,150.980392156863],[189.21568627451,193.137254901961,160.78431372549],[183.333333333333,164.705882352941,125.490196078431],[224.509803921569,200.980392156863,157.843137254902],[142.156862745098,128.43137254902,84.3137254901961],[96.078431372549,83.3333333333333,40.1960784313726],[138.235294117647,119.607843137255,80.3921568627451],[175.490196078431,160.78431372549,122.549019607843],[201.960784313725,197.058823529412,159.803921568627],[182.352941176471,184.313725490196,148.039215686275],[201.960784313725,208.823529411765,175.490196078431],[163.725490196078,172.549019607843,144.117647058824],[85.2941176470588,95.0980392156863,70.5882352941177],[67.6470588235294,90.1960784313725,64.7058823529412],[103.921568627451,143.137254901961,116.666666666667],[122.549019607843,171.56862745098,145.098039215686],[135.294117647059,184.313725490196,159.803921568627],[112.745098039216,165.686274509804,143.137254901961],[178.43137254902,240.196078431373,221.56862745098],[147.058823529412,207.843137254902,195.098039215686],[124.509803921569,178.43137254902,175.490196078431],[111.764705882353,156.862745098039,154.901960784314],[104.901960784314,141.176470588235,133.333333333333],[122.549019607843,154.901960784314,146.078431372549],[167.647058823529,203.921568627451,196.078431372549],[151.960784313725,183.333333333333,178.43137254902],[141.176470588235,162.745098039216,159.803921568627],[185.294117647059,203.921568627451,201.960784313725],[199.019607843137,219.607843137255,214.705882352941],[133.333333333333,163.725490196078,165.686274509804],[96.078431372549,146.078431372549,162.745098039216],[103.921568627451,158.823529411765,185.294117647059],[120.588235294118,165.686274509804,199.019607843137],[136.274509803922,177.450980392157,214.705882352941],[126.470588235294,171.56862745098,206.862745098039],[134.313725490196,176.470588235294,209.803921568627],[147.058823529412,181.372549019608,210.78431372549],[147.058823529412,167.647058823529,196.078431372549],[176.470588235294,181.372549019608,209.803921568627],[179.411764705882,183.333333333333,207.843137254902],[188.235294117647,204.901960784314,222.549019607843],[161.764705882353,184.313725490196,200],[175.490196078431,193.137254901961,214.705882352941],[171.56862745098,193.137254901961,216.666666666667],[131.372549019608,164.705882352941,191.176470588235],[141.176470588235,176.470588235294,207.843137254902],[138.235294117647,171.56862745098,207.843137254902],[130.392156862745,168.627450980392,206.862745098039],[121.56862745098,176.470588235294,210.78431372549],[106.862745098039,163.725490196078,200],[119.607843137255,163.725490196078,203.921568627451],[115.686274509804,160.78431372549,196.078431372549],[101.960784313725,156.862745098039,183.333333333333],[102.941176470588,156.862745098039,177.450980392157],[116.666666666667,158.823529411765,174.509803921569],[157.843137254902,190.196078431373,199.019607843137],[204.901960784314,223.529411764706,229.411764705882],[177.450980392157,191.176470588235,192.156862745098],[149.019607843137,163.725490196078,160.78431372549],[220.588235294118,232.352941176471,228.43137254902],[243.137254901961,250,250],[235.294117647059,244.117647058824,243.137254901961],[220.588235294118,223.529411764706,228.43137254902],[192.156862745098,196.078431372549,204.901960784314],[169.607843137255,182.352941176471,190.196078431373],[148.039215686275,167.647058823529,174.509803921569],[132.352941176471,161.764705882353,163.725490196078],[159.803921568627,188.235294117647,194.117647058824],[201.960784313725,218.627450980392,234.313725490196],[193.137254901961,207.843137254902,228.43137254902],[169.607843137255,186.274509803922,205.882352941176],[166.666666666667,187.254901960784,203.921568627451],[161.764705882353,185.294117647059,195.098039215686],[178.43137254902,200,210.78431372549],[185.294117647059,200.980392156863,215.686274509804],[166.666666666667,183.333333333333,202.941176470588],[150,173.529411764706,200.980392156863],[151.960784313725,184.313725490196,216.666666666667],[138.235294117647,182.352941176471,212.745098039216],[129.411764705882,177.450980392157,206.862745098039],[144.117647058824,187.254901960784,213.725490196078],[140.196078431373,184.313725490196,212.745098039216],[144.117647058824,194.117647058824,224.509803921569],[128.43137254902,181.372549019608,214.705882352941],[119.607843137255,172.549019607843,205.882352941176],[122.549019607843,175.490196078431,210.78431372549],[117.647058823529,170.588235294118,205.882352941176],[121.56862745098,172.549019607843,208.823529411765],[137.254901960784,189.21568627451,222.549019607843],[136.274509803922,186.274509803922,216.666666666667],[121.56862745098,167.647058823529,195.098039215686],[147.058823529412,192.156862745098,215.686274509804],[153.921568627451,195.098039215686,216.666666666667],[140.196078431373,177.450980392157,198.039215686275],[159.803921568627,191.176470588235,213.725490196078],[167.647058823529,197.058823529412,220.588235294118],[150.980392156863,178.43137254902,201.960784313725],[161.764705882353,191.176470588235,216.666666666667],[158.823529411765,193.137254901961,220.588235294118],[121.56862745098,158.823529411765,181.372549019608],[122.549019607843,158.823529411765,176.470588235294],[96.078431372549,132.352941176471,140.196078431373],[103.921568627451,139.21568627451,137.254901960784],[94.1176470588235,129.411764705882,119.607843137255],[95.0980392156863,127.450980392157,108.823529411765],[42.156862745098,71.5686274509804,48.0392156862745],[160.78431372549,186.274509803922,157.843137254902],[143.137254901961,163.725490196078,131.372549019608],[154.901960784314,170.588235294118,135.294117647059],[200.980392156863,210.78431372549,174.509803921569],[208.823529411765,215.686274509804,175.490196078431],[245.098039215686,248.039215686275,205.882352941176],[249.019607843137,250,206.862745098039],[248.039215686275,250,201.960784313725],[226.470588235294,229.411764705882,175.490196078431],[213.725490196078,219.607843137255,160.78431372549],[193.137254901961,203.921568627451,137.254901960784],[148.039215686275,158.823529411765,92.156862745098],[46.078431372549,51.9607843137255,0],[56.8627450980392,54.9019607843137,0],[135.294117647059,125.490196078431,57.843137254902],[167.647058823529,152.941176470588,87.2549019607843],[111.764705882353,95.0980392156863,40.1960784313726],[86.2745098039216,75.4901960784314,20.5882352941176],[99.0196078431373,100,35.2941176470588],[106.862745098039,113.725490196078,48.0392156862745],[116.666666666667,127.450980392157,68.6274509803922],[70.5882352941177,81.3725490196078,26.4705882352941],[91.1764705882353,99.0196078431373,43.1372549019608],[146.078431372549,152.941176470588,102.941176470588],[51.9607843137255,57.843137254902,20.5882352941176],[48.0392156862745,53.921568627451,20.5882352941176],[38.2352941176471,39.2156862745098,5.88235294117647],[51.9607843137255,51.9607843137255,14.7058823529412],[129.411764705882,128.43137254902,85.2941176470588],[72.5490196078431,70.5882352941177,23.5294117647059],[68.6274509803922,68.6274509803922,17.6470588235294],[172.549019607843,175.490196078431,119.607843137255],[168.627450980392,174.509803921569,113.725490196078],[138.235294117647,149.019607843137,84.3137254901961],[117.647058823529,130.392156862745,62.7450980392157],[150,166.666666666667,98.0392156862745],[168.627450980392,185.294117647059,115.686274509804],[179.411764705882,199.019607843137,128.43137254902],[103.921568627451,120.588235294118,50.9803921568627],[97.0588235294118,105.882352941176,44.1176470588235],[123.529411764706,115.686274509804,70.5882352941177],[74.5098039215686,55.8823529411765,23.5294117647059],[56.8627450980392,41.1764705882353,8.82352941176471],[43.1372549019608,26.4705882352941,0],[20.5882352941176,5.88235294117647,0],[50.9803921568627,37.2549019607843,10.7843137254902],[43.1372549019608,32.3529411764706,4.90196078431373],[48.0392156862745,36.2745098039216,10.7843137254902],[57.843137254902,48.0392156862745,23.5294117647059],[55.8823529411765,45.0980392156863,25.4901960784314],[36.2745098039216,24.5098039215686,8.82352941176471],[19.6078431372549,6.86274509803922,0],[22.5490196078431,8.82352941176471,5.88235294117647],[10.7843137254902,0,0],[17.6470588235294,0.980392156862745,8.82352941176471],[11.7647058823529,0,3.92156862745098],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0.980392156862745,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,5.88235294117647,0],[15.6862745098039,8.82352941176471,0.980392156862745],[17.6470588235294,12.7450980392157,6.86274509803922],[7.84313725490196,4.90196078431373,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,12.7450980392157,9.80392156862745],[11.7647058823529,2.94117647058824,0],[19.6078431372549,10.7843137254902,5.88235294117647],[26.4705882352941,18.6274509803922,15.6862745098039],[11.7647058823529,4.90196078431373,0],[13.7254901960784,6.86274509803922,0.980392156862745],[9.80392156862745,2.94117647058824,0],[29.4117647058824,23.5294117647059,7.84313725490196],[20.5882352941176,15.6862745098039,0],[48.0392156862745,44.1176470588235,15.6862745098039],[65.6862745098039,61.7647058823529,35.2941176470588],[20.5882352941176,15.6862745098039,0],[41.1764705882353,34.3137254901961,18.6274509803922],[85.2941176470588,75.4901960784314,63.7254901960784],[50.9803921568627,42.156862745098,27.4509803921569],[11.7647058823529,0.980392156862745,0],[23.5294117647059,12.7450980392157,0],[73.5294117647059,61.7647058823529,36.2745098039216],[54.9019607843137,44.1176470588235,16.6666666666667],[58.8235294117647,48.0392156862745,18.6274509803922],[37.2549019607843,27.4509803921569,0],[38.2352941176471,26.4705882352941,0],[101.960784313725,90.1960784313725,41.1764705882353],[106.862745098039,96.078431372549,35.2941176470588],[49.0196078431373,39.2156862745098,0],[124.509803921569,112.745098039216,40.1960784313726],[169.607843137255,154.901960784314,89.2156862745098],[116.666666666667,95.0980392156863,46.078431372549],[134.313725490196,106.862745098039,67.6470588235294],[74.5098039215686,47.0588235294118,7.84313725490196],[87.2549019607843,59.8039215686275,20.5882352941176],[145.098039215686,123.529411764706,77.4509803921569],[136.274509803922,117.647058823529,75.4901960784314],[59.8039215686275,44.1176470588235,10.7843137254902],[93.1372549019608,78.4313725490196,48.0392156862745],[100,86.2745098039216,51.9607843137255],[100,85.2941176470588,47.0588235294118],[126.470588235294,107.843137254902,65.6862745098039],[153.921568627451,136.274509803922,97.0588235294118],[226.470588235294,212.745098039216,184.313725490196],[241.176470588235,236.274509803922,207.843137254902],[189.21568627451,195.098039215686,159.803921568627],[190.196078431373,192.156862745098,152.941176470588],[153.921568627451,137.254901960784,95.0980392156863],[156.862745098039,136.274509803922,94.1176470588235],[136.274509803922,123.529411764706,80.3921568627451],[96.078431372549,87.2549019607843,47.0588235294118],[124.509803921569,110.78431372549,74.5098039215686],[166.666666666667,153.921568627451,119.607843137255],[197.058823529412,193.137254901961,158.823529411765],[217.647058823529,218.627450980392,187.254901960784],[234.313725490196,239.21568627451,207.843137254902],[210.78431372549,216.666666666667,189.21568627451],[167.647058823529,175.490196078431,151.960784313725],[119.607843137255,137.254901960784,111.764705882353],[104.901960784314,140.196078431373,112.745098039216],[136.274509803922,181.372549019608,152.941176470588],[100.980392156863,149.019607843137,120.588235294118],[28.4313725490196,81.3725490196078,57.843137254902],[84.3137254901961,142.156862745098,124.509803921569],[166.666666666667,225.490196078431,215.686274509804],[127.450980392157,182.352941176471,181.372549019608],[56.8627450980392,106.862745098039,107.843137254902],[86.2745098039216,132.352941176471,126.470588235294],[103.921568627451,146.078431372549,137.254901960784],[112.745098039216,152.941176470588,145.098039215686],[114.705882352941,147.058823529412,140.196078431373],[135.294117647059,153.921568627451,148.039215686275],[199.019607843137,209.803921568627,203.921568627451],[224.509803921569,235.294117647059,229.411764705882],[151.960784313725,171.56862745098,172.549019607843],[123.529411764706,160.78431372549,173.529411764706],[139.21568627451,184.313725490196,207.843137254902],[139.21568627451,183.333333333333,213.725490196078],[125.490196078431,164.705882352941,199.019607843137],[129.411764705882,167.647058823529,200],[137.254901960784,171.56862745098,202.941176470588],[146.078431372549,176.470588235294,206.862745098039],[165.686274509804,186.274509803922,216.666666666667],[180.392156862745,185.294117647059,216.666666666667],[209.803921568627,212.745098039216,243.137254901961],[186.274509803922,201.960784313725,226.470588235294],[141.176470588235,165.686274509804,187.254901960784],[169.607843137255,195.098039215686,217.647058823529],[186.274509803922,217.647058823529,242.156862745098],[132.352941176471,170.588235294118,199.019607843137],[132.352941176471,174.509803921569,205.882352941176],[150,184.313725490196,221.56862745098],[129.411764705882,167.647058823529,207.843137254902],[107.843137254902,160.78431372549,198.039215686275],[111.764705882353,168.627450980392,204.901960784314],[100.980392156863,151.960784313725,188.235294117647],[101.960784313725,150.980392156863,183.333333333333],[106.862745098039,161.764705882353,186.274509803922],[101.960784313725,155.882352941176,175.490196078431],[114.705882352941,159.803921568627,174.509803921569],[162.745098039216,196.078431372549,205.882352941176],[148.039215686275,167.647058823529,174.509803921569],[163.725490196078,174.509803921569,180.392156862745],[156.862745098039,164.705882352941,167.647058823529],[235.294117647059,243.137254901961,245.098039215686],[234.313725490196,244.117647058824,245.098039215686],[213.725490196078,223.529411764706,224.509803921569],[213.725490196078,224.509803921569,226.470588235294],[185.294117647059,199.019607843137,201.960784313725],[167.647058823529,182.352941176471,189.21568627451],[177.450980392157,196.078431372549,202.941176470588],[183.333333333333,211.764705882353,215.686274509804],[162.745098039216,191.176470588235,199.019607843137],[206.862745098039,225.490196078431,240.196078431373],[199.019607843137,215.686274509804,235.294117647059],[172.549019607843,190.196078431373,209.803921568627],[158.823529411765,179.411764705882,196.078431372549],[155.882352941176,181.372549019608,194.117647058824],[176.470588235294,200,211.764705882353],[184.313725490196,202.941176470588,217.647058823529],[174.509803921569,192.156862745098,213.725490196078],[180.392156862745,205.882352941176,230.392156862745],[141.176470588235,174.509803921569,201.960784313725],[136.274509803922,181.372549019608,206.862745098039],[177.450980392157,224.509803921569,247.058823529412],[164.705882352941,208.823529411765,231.372549019608],[149.019607843137,194.117647058824,217.647058823529],[145.098039215686,195.098039215686,223.529411764706],[128.43137254902,182.352941176471,212.745098039216],[121.56862745098,177.450980392157,206.862745098039],[130.392156862745,185.294117647059,217.647058823529],[127.450980392157,179.411764705882,212.745098039216],[125.490196078431,174.509803921569,206.862745098039],[130.392156862745,182.352941176471,212.745098039216],[123.529411764706,173.529411764706,201.960784313725],[130.392156862745,176.470588235294,201.960784313725],[150,191.176470588235,214.705882352941],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,171.56862745098,193.137254901961],[153.921568627451,187.254901960784,211.764705882353],[165.686274509804,199.019607843137,223.529411764706],[163.725490196078,194.117647058824,221.56862745098],[174.509803921569,204.901960784314,233.333333333333],[164.705882352941,200.980392156863,227.450980392157],[130.392156862745,170.588235294118,192.156862745098],[120.588235294118,154.901960784314,173.529411764706],[129.411764705882,162.745098039216,174.509803921569],[117.647058823529,153.921568627451,159.803921568627],[95.0980392156863,133.333333333333,130.392156862745],[85.2941176470588,123.529411764706,105.882352941176],[87.2549019607843,121.56862745098,98.0392156862745],[170.588235294118,201.960784313725,178.43137254902],[104.901960784314,129.411764705882,100.980392156863],[203.921568627451,216.666666666667,187.254901960784],[205.882352941176,211.764705882353,178.43137254902],[145.098039215686,150,110.78431372549],[163.725490196078,168.627450980392,128.43137254902],[194.117647058824,200.980392156863,159.803921568627],[224.509803921569,233.333333333333,187.254901960784],[220.588235294118,234.313725490196,176.470588235294],[186.274509803922,200.980392156863,135.294117647059],[180.392156862745,193.137254901961,124.509803921569],[182.352941176471,192.156862745098,122.549019607843],[135.294117647059,137.254901960784,73.5294117647059],[137.254901960784,133.333333333333,70.5882352941177],[149.019607843137,139.21568627451,71.5686274509804],[168.627450980392,153.921568627451,88.2352941176471],[111.764705882353,96.078431372549,38.2352941176471],[59.8039215686275,48.0392156862745,0],[71.5686274509804,66.6666666666667,3.92156862745098],[98.0392156862745,100.980392156863,35.2941176470588],[93.1372549019608,101.960784313725,40.1960784313726],[79.4117647058823,93.1372549019608,32.3529411764706],[112.745098039216,128.43137254902,64.7058823529412],[108.823529411765,123.529411764706,67.6470588235294],[0.980392156862745,11.7647058823529,0],[15.6862745098039,22.5490196078431,0],[30.3921568627451,36.2745098039216,0.980392156862745],[54.9019607843137,59.8039215686275,20.5882352941176],[124.509803921569,127.450980392157,83.3333333333333],[138.235294117647,140.196078431373,92.156862745098],[79.4117647058823,82.3529411764706,30.3921568627451],[119.607843137255,124.509803921569,69.6078431372549],[133.333333333333,138.235294117647,81.3725490196078],[120.588235294118,128.43137254902,70.5882352941177],[59.8039215686275,67.6470588235294,8.82352941176471],[87.2549019607843,97.0588235294118,37.2549019607843],[180.392156862745,190.196078431373,128.43137254902],[141.176470588235,151.960784313725,87.2549019607843],[49.0196078431373,59.8039215686275,0],[70.5882352941177,74.5098039215686,16.6666666666667],[86.2745098039216,74.5098039215686,35.2941176470588],[40.1960784313726,23.5294117647059,0],[39.2156862745098,24.5098039215686,0],[77.4509803921569,63.7254901960784,35.2941176470588],[30.3921568627451,19.6078431372549,0],[81.3725490196078,71.5686274509804,45.0980392156863],[35.2941176470588,25.4901960784314,0],[41.1764705882353,31.3725490196078,6.86274509803922],[55.8823529411765,44.1176470588235,22.5490196078431],[70.5882352941177,57.843137254902,41.1764705882353],[36.2745098039216,22.5490196078431,9.80392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[11.7647058823529,0,0],[9.80392156862745,0,0],[14.7058823529412,1.96078431372549,8.82352941176471],[6.86274509803922,0,1.96078431372549],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[24.5098039215686,20.5882352941176,19.6078431372549],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,17.6470588235294,10.7843137254902],[7.84313725490196,0,0],[32.3529411764706,22.5490196078431,12.7450980392157],[37.2549019607843,27.4509803921569,15.6862745098039],[30.3921568627451,20.5882352941176,8.82352941176471],[15.6862745098039,6.86274509803922,0],[21.5686274509804,13.7254901960784,0.980392156862745],[15.6862745098039,8.82352941176471,0],[20.5882352941176,13.7254901960784,7.84313725490196],[9.80392156862745,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[17.6470588235294,4.90196078431373,0],[14.7058823529412,4.90196078431373,0],[15.6862745098039,5.88235294117647,0],[12.7450980392157,3.92156862745098,0],[18.6274509803922,10.7843137254902,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[34.3137254901961,26.4705882352941,23.5294117647059],[16.6666666666667,10.7843137254902,0],[25.4901960784314,19.6078431372549,0],[80.3921568627451,75.4901960784314,38.2352941176471],[74.5098039215686,72.5490196078431,32.3529411764706],[30.3921568627451,34.3137254901961,1.96078431372549],[28.4313725490196,30.3921568627451,8.82352941176471],[129.411764705882,125.490196078431,114.705882352941],[105.882352941176,97.0588235294118,90.1960784313725],[18.6274509803922,5.88235294117647,0],[50,34.3137254901961,19.6078431372549],[48.0392156862745,32.3529411764706,9.80392156862745],[36.2745098039216,20.5882352941176,0],[50.9803921568627,36.2745098039216,15.6862745098039],[55.8823529411765,44.1176470588235,18.6274509803922],[63.7254901960784,53.921568627451,19.6078431372549],[42.156862745098,34.3137254901961,0],[36.2745098039216,28.4313725490196,0],[121.56862745098,113.725490196078,43.1372549019608],[141.176470588235,131.372549019608,61.7647058823529],[149.019607843137,138.235294117647,73.5294117647059],[131.372549019608,122.549019607843,64.7058823529412],[116.666666666667,104.901960784314,55.8823529411765],[142.156862745098,122.549019607843,88.2352941176471],[81.3725490196078,57.843137254902,24.5098039215686],[126.470588235294,99.0196078431373,59.8039215686275],[158.823529411765,132.352941176471,90.1960784313725],[45.0980392156863,22.5490196078431,0],[72.5490196078431,52.9411764705882,16.6666666666667],[100.980392156863,87.2549019607843,50.9803921568627],[87.2549019607843,79.4117647058823,41.1764705882353],[106.862745098039,103.921568627451,63.7254901960784],[138.235294117647,135.294117647059,100.980392156863],[242.156862745098,242.156862745098,216.666666666667],[146.078431372549,149.019607843137,122.549019607843],[104.901960784314,109.803921568627,69.6078431372549],[107.843137254902,109.803921568627,60.7843137254902],[86.2745098039216,76.4705882352941,26.4705882352941],[119.607843137255,107.843137254902,58.8235294117647],[158.823529411765,154.901960784314,108.823529411765],[182.352941176471,181.372549019608,138.235294117647],[182.352941176471,184.313725490196,146.078431372549],[175.490196078431,179.411764705882,147.058823529412],[154.901960784314,159.803921568627,130.392156862745],[168.627450980392,172.549019607843,148.039215686275],[202.941176470588,206.862745098039,184.313725490196],[240.196078431373,243.137254901961,224.509803921569],[243.137254901961,246.078431372549,229.411764705882],[206.862745098039,215.686274509804,199.019607843137],[172.549019607843,193.137254901961,176.470588235294],[150,178.43137254902,160.78431372549],[111.764705882353,148.039215686275,131.372549019608],[66.6666666666667,106.862745098039,91.1764705882353],[87.2549019607843,130.392156862745,117.647058823529],[119.607843137255,168.627450980392,157.843137254902],[182.352941176471,236.274509803922,231.372549019608],[96.078431372549,150.980392156863,151.960784313725],[95.0980392156863,150,150.980392156863],[80.3921568627451,130.392156862745,133.333333333333],[103.921568627451,147.058823529412,148.039215686275],[135.294117647059,168.627450980392,167.647058823529],[139.21568627451,157.843137254902,153.921568627451],[195.098039215686,204.901960784314,197.058823529412],[219.607843137255,222.549019607843,215.686274509804],[173.529411764706,177.450980392157,176.470588235294],[158.823529411765,172.549019607843,181.372549019608],[184.313725490196,209.803921568627,226.470588235294],[169.607843137255,200.980392156863,225.490196078431],[147.058823529412,175.490196078431,204.901960784314],[156.862745098039,171.56862745098,200],[181.372549019608,190.196078431373,218.627450980392],[171.56862745098,182.352941176471,211.764705882353],[183.333333333333,196.078431372549,229.411764705882],[212.745098039216,225.490196078431,250],[183.333333333333,199.019607843137,232.352941176471],[140.196078431373,163.725490196078,197.058823529412],[139.21568627451,169.607843137255,200],[134.313725490196,166.666666666667,199.019607843137],[190.196078431373,225.490196078431,250],[160.78431372549,200.980392156863,232.352941176471],[125.490196078431,167.647058823529,201.960784313725],[127.450980392157,168.627450980392,205.882352941176],[132.352941176471,175.490196078431,213.725490196078],[107.843137254902,155.882352941176,195.098039215686],[106.862745098039,161.764705882353,194.117647058824],[89.2156862745098,152.941176470588,174.509803921569],[91.1764705882353,150.980392156863,168.627450980392],[103.921568627451,151.960784313725,168.627450980392],[125.490196078431,163.725490196078,180.392156862745],[129.411764705882,161.764705882353,176.470588235294],[170.588235294118,198.039215686275,211.764705882353],[202.941176470588,221.56862745098,235.294117647059],[153.921568627451,163.725490196078,175.490196078431],[165.686274509804,165.686274509804,177.450980392157],[200,197.058823529412,207.843137254902],[225.490196078431,224.509803921569,230.392156862745],[222.549019607843,227.450980392157,230.392156862745],[217.647058823529,233.333333333333,232.352941176471],[208.823529411765,227.450980392157,225.490196078431],[192.156862745098,207.843137254902,206.862745098039],[187.254901960784,206.862745098039,207.843137254902],[176.470588235294,200.980392156863,205.882352941176],[193.137254901961,219.607843137255,228.43137254902],[205.882352941176,228.43137254902,242.156862745098],[210.78431372549,231.372549019608,248.039215686275],[157.843137254902,180.392156862745,198.039215686275],[144.117647058824,168.627450980392,188.235294117647],[156.862745098039,181.372549019608,200.980392156863],[171.56862745098,198.039215686275,216.666666666667],[173.529411764706,200,220.588235294118],[152.941176470588,178.43137254902,200.980392156863],[141.176470588235,170.588235294118,194.117647058824],[146.078431372549,181.372549019608,204.901960784314],[147.058823529412,187.254901960784,208.823529411765],[179.411764705882,223.529411764706,244.117647058824],[174.509803921569,216.666666666667,235.294117647059],[135.294117647059,176.470588235294,198.039215686275],[153.921568627451,197.058823529412,225.490196078431],[135.294117647059,183.333333333333,214.705882352941],[126.470588235294,182.352941176471,210.78431372549],[122.549019607843,178.43137254902,206.862745098039],[127.450980392157,175.490196078431,206.862745098039],[148.039215686275,194.117647058824,223.529411764706],[143.137254901961,192.156862745098,218.627450980392],[109.803921568627,158.823529411765,183.333333333333],[141.176470588235,186.274509803922,208.823529411765],[150.980392156863,187.254901960784,212.745098039216],[166.666666666667,196.078431372549,221.56862745098],[166.666666666667,198.039215686275,222.549019607843],[145.098039215686,189.21568627451,211.764705882353],[138.235294117647,184.313725490196,209.803921568627],[150,193.137254901961,221.56862745098],[159.803921568627,198.039215686275,228.43137254902],[150.980392156863,187.254901960784,215.686274509804],[149.019607843137,183.333333333333,204.901960784314],[147.058823529412,178.43137254902,191.176470588235],[136.274509803922,169.607843137255,179.411764705882],[103.921568627451,142.156862745098,156.862745098039],[100,142.156862745098,149.019607843137],[113.725490196078,152.941176470588,144.117647058824],[87.2549019607843,123.529411764706,105.882352941176],[29.4117647058824,63.7254901960784,44.1176470588235],[100,122.549019607843,102.941176470588],[240.196078431373,244.117647058824,221.56862745098],[167.647058823529,164.705882352941,134.313725490196],[199.019607843137,200.980392156863,161.764705882353],[168.627450980392,176.470588235294,130.392156862745],[163.725490196078,177.450980392157,127.450980392157],[168.627450980392,186.274509803922,129.411764705882],[171.56862745098,191.176470588235,120.588235294118],[144.117647058824,162.745098039216,85.2941176470588],[142.156862745098,158.823529411765,80.3921568627451],[153.921568627451,166.666666666667,89.2156862745098],[182.352941176471,190.196078431373,116.666666666667],[141.176470588235,143.137254901961,71.5686274509804],[129.411764705882,122.549019607843,55.8823529411765],[144.117647058824,133.333333333333,70.5882352941177],[103.921568627451,87.2549019607843,32.3529411764706],[98.0392156862745,81.3725490196078,28.4313725490196],[90.1960784313725,77.4509803921569,23.5294117647059],[93.1372549019608,84.3137254901961,28.4313725490196],[106.862745098039,104.901960784314,47.0588235294118],[177.450980392157,182.352941176471,119.607843137255],[168.627450980392,177.450980392157,111.764705882353],[84.3137254901961,99.0196078431373,35.2941176470588],[70.5882352941177,91.1764705882353,36.2745098039216],[83.3333333333333,104.901960784314,56.8627450980392],[100,119.607843137255,69.6078431372549],[135.294117647059,150.980392156863,102.941176470588],[122.549019607843,134.313725490196,85.2941176470588],[141.176470588235,148.039215686275,98.0392156862745],[167.647058823529,169.607843137255,121.56862745098],[106.862745098039,104.901960784314,57.843137254902],[48.0392156862745,41.1764705882353,0],[63.7254901960784,56.8627450980392,11.7647058823529],[90.1960784313725,83.3333333333333,40.1960784313726],[100.980392156863,94.1176470588235,50.9803921568627],[91.1764705882353,88.2352941176471,46.078431372549],[121.56862745098,120.588235294118,77.4509803921569],[9.80392156862745,10.7843137254902,0],[93.1372549019608,91.1764705882353,52.9411764705882],[88.2352941176471,77.4509803921569,48.0392156862745],[17.6470588235294,3.92156862745098,0],[59.8039215686275,50,23.5294117647059],[54.9019607843137,50,21.5686274509804],[82.3529411764706,78.4313725490196,50],[75.4901960784314,69.6078431372549,44.1176470588235],[32.3529411764706,24.5098039215686,1.96078431372549],[42.156862745098,29.4117647058824,10.7843137254902],[38.2352941176471,21.5686274509804,5.88235294117647],[73.5294117647059,53.921568627451,43.1372549019608],[54.9019607843137,35.2941176470588,28.4313725490196],[26.4705882352941,7.84313725490196,3.92156862745098],[55.8823529411765,42.156862745098,42.156862745098],[5.88235294117647,0,0],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,6.86274509803922,3.92156862745098],[12.7450980392157,3.92156862745098,0],[23.5294117647059,14.7058823529412,5.88235294117647],[20.5882352941176,10.7843137254902,0.980392156862745],[43.1372549019608,34.3137254901961,19.6078431372549],[48.0392156862745,39.2156862745098,22.5490196078431],[51.9607843137255,43.1372549019608,26.4705882352941],[29.4117647058824,21.5686274509804,2.94117647058824],[14.7058823529412,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[6.86274509803922,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[23.5294117647059,9.80392156862745,8.82352941176471],[24.5098039215686,11.7647058823529,5.88235294117647],[25.4901960784314,10.7843137254902,3.92156862745098],[10.7843137254902,0,0],[25.4901960784314,15.6862745098039,5.88235294117647],[23.5294117647059,14.7058823529412,7.84313725490196],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,11.7647058823529,14.7058823529412],[20.5882352941176,12.7450980392157,10.7843137254902],[12.7450980392157,3.92156862745098,0],[30.3921568627451,22.5490196078431,0],[68.6274509803922,60.7843137254902,22.5490196078431],[56.8627450980392,50,8.82352941176471],[22.5490196078431,19.6078431372549,0],[13.7254901960784,11.7647058823529,0],[19.6078431372549,11.7647058823529,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,16.6666666666667,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[90.1960784313725,75.4901960784314,52.9411764705882],[91.1764705882353,76.4705882352941,53.921568627451],[72.5490196078431,59.8039215686275,41.1764705882353],[66.6666666666667,54.9019607843137,31.3725490196078],[21.5686274509804,11.7647058823529,0],[68.6274509803922,60.7843137254902,12.7450980392157],[88.2352941176471,83.3333333333333,18.6274509803922],[144.117647058824,140.196078431373,68.6274509803922],[159.803921568627,154.901960784314,88.2352941176471],[129.411764705882,126.470588235294,60.7843137254902],[138.235294117647,137.254901960784,73.5294117647059],[80.3921568627451,75.4901960784314,18.6274509803922],[121.56862745098,106.862745098039,66.6666666666667],[168.627450980392,147.058823529412,108.823529411765],[146.078431372549,118.627450980392,72.5490196078431],[102.941176470588,73.5294117647059,24.5098039215686],[78.4313725490196,50.9803921568627,3.92156862745098],[95.0980392156863,73.5294117647059,25.4901960784314],[100.980392156863,89.2156862745098,42.156862745098],[82.3529411764706,78.4313725490196,32.3529411764706],[143.137254901961,146.078431372549,100],[175.490196078431,182.352941176471,141.176470588235],[198.039215686275,203.921568627451,170.588235294118],[190.196078431373,196.078431372549,160.78431372549],[177.450980392157,181.372549019608,131.372549019608],[132.352941176471,133.333333333333,77.4509803921569],[98.0392156862745,91.1764705882353,38.2352941176471],[91.1764705882353,85.2941176470588,36.2745098039216],[84.3137254901961,83.3333333333333,38.2352941176471],[156.862745098039,161.764705882353,121.56862745098],[198.039215686275,207.843137254902,171.56862745098],[165.686274509804,179.411764705882,147.058823529412],[164.705882352941,174.509803921569,148.039215686275],[195.098039215686,202.941176470588,180.392156862745],[213.725490196078,216.666666666667,198.039215686275],[215.686274509804,216.666666666667,200.980392156863],[241.176470588235,242.156862745098,228.43137254902],[248.039215686275,250,238.235294117647],[237.254901960784,247.058823529412,236.274509803922],[200.980392156863,218.627450980392,206.862745098039],[122.549019607843,148.039215686275,135.294117647059],[71.5686274509804,103.921568627451,93.1372549019608],[101.960784313725,141.176470588235,130.392156862745],[98.0392156862745,143.137254901961,133.333333333333],[136.274509803922,187.254901960784,183.333333333333],[166.666666666667,223.529411764706,224.509803921569],[136.274509803922,196.078431372549,200.980392156863],[99.0196078431373,155.882352941176,159.803921568627],[125.490196078431,172.549019607843,176.470588235294],[141.176470588235,176.470588235294,176.470588235294],[156.862745098039,177.450980392157,172.549019607843],[184.313725490196,193.137254901961,188.235294117647],[200,201.960784313725,197.058823529412],[191.176470588235,192.156862745098,194.117647058824],[184.313725490196,193.137254901961,201.960784313725],[175.490196078431,192.156862745098,207.843137254902],[161.764705882353,189.21568627451,212.745098039216],[170.588235294118,197.058823529412,225.490196078431],[177.450980392157,191.176470588235,219.607843137255],[186.274509803922,195.098039215686,225.490196078431],[182.352941176471,197.058823529412,229.411764705882],[176.470588235294,196.078431372549,230.392156862745],[161.764705882353,187.254901960784,223.529411764706],[149.019607843137,178.43137254902,215.686274509804],[144.117647058824,175.490196078431,212.745098039216],[140.196078431373,173.529411764706,209.803921568627],[149.019607843137,182.352941176471,216.666666666667],[162.745098039216,196.078431372549,230.392156862745],[164.705882352941,197.058823529412,229.411764705882],[135.294117647059,167.647058823529,200],[138.235294117647,170.588235294118,204.901960784314],[125.490196078431,158.823529411765,193.137254901961],[141.176470588235,174.509803921569,210.78431372549],[130.392156862745,170.588235294118,200],[130.392156862745,180.392156862745,199.019607843137],[147.058823529412,193.137254901961,208.823529411765],[147.058823529412,177.450980392157,197.058823529412],[138.235294117647,162.745098039216,182.352941176471],[152.941176470588,178.43137254902,195.098039215686],[123.529411764706,146.078431372549,161.764705882353],[196.078431372549,214.705882352941,229.411764705882],[205.882352941176,217.647058823529,231.372549019608],[171.56862745098,168.627450980392,185.294117647059],[219.607843137255,213.725490196078,227.450980392157],[240.196078431373,238.235294117647,249.019607843137],[226.470588235294,233.333333333333,239.21568627451],[226.470588235294,246.078431372549,245.098039215686],[219.607843137255,244.117647058824,241.176470588235],[202.941176470588,220.588235294118,220.588235294118],[207.843137254902,225.490196078431,227.450980392157],[207.843137254902,230.392156862745,236.274509803922],[165.686274509804,189.21568627451,199.019607843137],[156.862745098039,180.392156862745,192.156862745098],[193.137254901961,215.686274509804,229.411764705882],[200,222.549019607843,240.196078431373],[150,174.509803921569,194.117647058824],[141.176470588235,165.686274509804,187.254901960784],[171.56862745098,197.058823529412,219.607843137255],[171.56862745098,199.019607843137,222.549019607843],[152.941176470588,184.313725490196,208.823529411765],[128.43137254902,161.764705882353,186.274509803922],[151.960784313725,187.254901960784,210.78431372549],[163.725490196078,203.921568627451,223.529411764706],[184.313725490196,226.470588235294,245.098039215686],[181.372549019608,225.490196078431,244.117647058824],[150,194.117647058824,216.666666666667],[136.274509803922,176.470588235294,203.921568627451],[141.176470588235,185.294117647059,215.686274509804],[127.450980392157,183.333333333333,209.803921568627],[117.647058823529,173.529411764706,200],[131.372549019608,175.490196078431,205.882352941176],[142.156862745098,185.294117647059,213.725490196078],[143.137254901961,192.156862745098,216.666666666667],[147.058823529412,196.078431372549,218.627450980392],[140.196078431373,184.313725490196,206.862745098039],[150.980392156863,188.235294117647,210.78431372549],[193.137254901961,219.607843137255,246.078431372549],[192.156862745098,222.549019607843,250],[133.333333333333,179.411764705882,204.901960784314],[111.764705882353,164.705882352941,190.196078431373],[131.372549019608,181.372549019608,211.764705882353],[132.352941176471,176.470588235294,208.823529411765],[122.549019607843,160.78431372549,191.176470588235],[158.823529411765,194.117647058824,217.647058823529],[160.78431372549,193.137254901961,207.843137254902],[141.176470588235,176.470588235294,188.235294117647],[95.0980392156863,137.254901960784,153.921568627451],[64.7058823529412,107.843137254902,120.588235294118],[79.4117647058823,123.529411764706,118.627450980392],[81.3725490196078,121.56862745098,107.843137254902],[82.3529411764706,115.686274509804,99.0196078431373],[103.921568627451,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,89.2156862745098],[92.156862745098,87.2549019607843,58.8235294117647],[188.235294117647,186.274509803922,146.078431372549],[161.764705882353,168.627450980392,117.647058823529],[137.254901960784,151.960784313725,98.0392156862745],[167.647058823529,187.254901960784,125.490196078431],[142.156862745098,163.725490196078,90.1960784313725],[157.843137254902,179.411764705882,99.0196078431373],[149.019607843137,166.666666666667,86.2745098039216],[142.156862745098,154.901960784314,76.4705882352941],[122.549019607843,131.372549019608,53.921568627451],[81.3725490196078,83.3333333333333,9.80392156862745],[127.450980392157,123.529411764706,53.921568627451],[150,141.176470588235,77.4509803921569],[145.098039215686,129.411764705882,71.5686274509804],[125.490196078431,108.823529411765,55.8823529411765],[57.843137254902,42.156862745098,0],[98.0392156862745,85.2941176470588,34.3137254901961],[116.666666666667,109.803921568627,55.8823529411765],[152.941176470588,150.980392156863,93.1372549019608],[122.549019607843,127.450980392157,64.7058823529412],[90.1960784313725,100,38.2352941176471],[100,114.705882352941,60.7843137254902],[66.6666666666667,84.3137254901961,33.3333333333333],[116.666666666667,133.333333333333,82.3529411764706],[99.0196078431373,112.745098039216,62.7450980392157],[49.0196078431373,58.8235294117647,9.80392156862745],[6.86274509803922,12.7450980392157,0],[88.2352941176471,90.1960784313725,44.1176470588235],[110.78431372549,107.843137254902,63.7254901960784],[86.2745098039216,79.4117647058823,38.2352941176471],[114.705882352941,102.941176470588,63.7254901960784],[88.2352941176471,76.4705882352941,39.2156862745098],[87.2549019607843,74.5098039215686,40.1960784313726],[52.9411764705882,45.0980392156863,9.80392156862745],[82.3529411764706,76.4705882352941,41.1764705882353],[70.5882352941177,67.6470588235294,33.3333333333333],[105.882352941176,100.980392156863,69.6078431372549],[64.7058823529412,52.9411764705882,29.4117647058824],[35.2941176470588,23.5294117647059,1.96078431372549],[60.7843137254902,53.921568627451,28.4313725490196],[59.8039215686275,55.8823529411765,29.4117647058824],[27.4509803921569,26.4705882352941,0],[29.4117647058824,25.4901960784314,0],[9.80392156862745,1.96078431372549,0],[55.8823529411765,41.1764705882353,22.5490196078431],[21.5686274509804,0,0],[47.0588235294118,22.5490196078431,15.6862745098039],[36.2745098039216,11.7647058823529,7.84313725490196],[56.8627450980392,36.2745098039216,35.2941176470588],[206.862745098039,193.137254901961,193.137254901961],[3.92156862745098,0,0],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,8.82352941176471,8.82352941176471],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[13.7254901960784,5.88235294117647,2.94117647058824],[13.7254901960784,4.90196078431373,0],[17.6470588235294,8.82352941176471,0],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,0],[33.3333333333333,21.5686274509804,7.84313725490196],[61.7647058823529,50,34.3137254901961],[43.1372549019608,32.3529411764706,14.7058823529412],[19.6078431372549,7.84313725490196,0],[26.4705882352941,17.6470588235294,8.82352941176471],[13.7254901960784,6.86274509803922,0.980392156862745],[21.5686274509804,11.7647058823529,12.7450980392157],[14.7058823529412,2.94117647058824,6.86274509803922],[24.5098039215686,9.80392156862745,14.7058823529412],[32.3529411764706,18.6274509803922,18.6274509803922],[15.6862745098039,1.96078431372549,0],[24.5098039215686,13.7254901960784,7.84313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[19.6078431372549,9.80392156862745,7.84313725490196],[17.6470588235294,7.84313725490196,8.82352941176471],[22.5490196078431,10.7843137254902,12.7450980392157],[31.3725490196078,17.6470588235294,14.7058823529412],[50.9803921568627,37.2549019607843,26.4705882352941],[63.7254901960784,49.0196078431373,26.4705882352941],[56.8627450980392,40.1960784313726,14.7058823529412],[62.7450980392157,41.1764705882353,20.5882352941176],[42.156862745098,19.6078431372549,3.92156862745098],[30.3921568627451,11.7647058823529,0],[12.7450980392157,0,0],[14.7058823529412,7.84313725490196,0],[68.6274509803922,63.7254901960784,34.3137254901961],[40.1960784313726,35.2941176470588,5.88235294117647],[64.7058823529412,57.843137254902,30.3921568627451],[62.7450980392157,51.9607843137255,30.3921568627451],[47.0588235294118,35.2941176470588,9.80392156862745],[65.6862745098039,53.921568627451,12.7450980392157],[121.56862745098,112.745098039216,54.9019607843137],[110.78431372549,108.823529411765,36.2745098039216],[157.843137254902,160.78431372549,85.2941176470588],[174.509803921569,179.411764705882,113.725490196078],[102.941176470588,107.843137254902,43.1372549019608],[115.686274509804,118.627450980392,49.0196078431373],[149.019607843137,148.039215686275,82.3529411764706],[125.490196078431,115.686274509804,57.843137254902],[129.411764705882,110.78431372549,55.8823529411765],[146.078431372549,120.588235294118,62.7450980392157],[99.0196078431373,71.5686274509804,9.80392156862745],[100,75.4901960784314,12.7450980392157],[172.549019607843,152.941176470588,91.1764705882353],[151.960784313725,141.176470588235,78.4313725490196],[157.843137254902,153.921568627451,92.156862745098],[163.725490196078,168.627450980392,105.882352941176],[137.254901960784,145.098039215686,86.2745098039216],[167.647058823529,174.509803921569,123.529411764706],[183.333333333333,188.235294117647,135.294117647059],[186.274509803922,191.176470588235,128.43137254902],[230.392156862745,230.392156862745,169.607843137255],[111.764705882353,105.882352941176,54.9019607843137],[129.411764705882,125.490196078431,81.3725490196078],[150,150.980392156863,109.803921568627],[119.607843137255,127.450980392157,89.2156862745098],[142.156862745098,155.882352941176,121.56862745098],[175.490196078431,190.196078431373,159.803921568627],[185.294117647059,198.039215686275,172.549019607843],[245.098039215686,250,233.333333333333],[249.019607843137,250,234.313725490196],[220.588235294118,221.56862745098,205.882352941176],[201.960784313725,202.941176470588,187.254901960784],[236.274509803922,238.235294117647,224.509803921569],[246.078431372549,250,239.21568627451],[235.294117647059,249.019607843137,234.313725490196],[211.764705882353,232.352941176471,217.647058823529],[137.254901960784,166.666666666667,154.901960784314],[88.2352941176471,130.392156862745,121.56862745098],[93.1372549019608,141.176470588235,137.254901960784],[79.4117647058823,128.43137254902,127.450980392157],[98.0392156862745,150,153.921568627451],[85.2941176470588,143.137254901961,147.058823529412],[102.941176470588,159.803921568627,163.725490196078],[132.352941176471,182.352941176471,185.294117647059],[124.509803921569,163.725490196078,163.725490196078],[171.56862745098,192.156862745098,193.137254901961],[168.627450980392,180.392156862745,180.392156862745],[150,159.803921568627,160.78431372549],[159.803921568627,170.588235294118,174.509803921569],[171.56862745098,191.176470588235,201.960784313725],[158.823529411765,184.313725490196,200.980392156863],[153.921568627451,183.333333333333,208.823529411765],[165.686274509804,198.039215686275,228.43137254902],[185.294117647059,218.627450980392,250],[167.647058823529,202.941176470588,238.235294117647],[151.960784313725,189.21568627451,225.490196078431],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,178.43137254902,217.647058823529],[141.176470588235,182.352941176471,221.56862745098],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,172.549019607843,207.843137254902],[154.901960784314,184.313725490196,217.647058823529],[146.078431372549,168.627450980392,200],[166.666666666667,183.333333333333,212.745098039216],[208.823529411765,222.549019607843,249.019607843137],[200,209.803921568627,236.274509803922],[179.411764705882,186.274509803922,213.725490196078],[194.117647058824,200.980392156863,228.43137254902],[217.647058823529,224.509803921569,250],[234.313725490196,244.117647058824,250],[226.470588235294,233.333333333333,250],[222.549019607843,226.470588235294,250],[181.372549019608,186.274509803922,214.705882352941],[166.666666666667,181.372549019608,201.960784313725],[185.294117647059,203.921568627451,220.588235294118],[200.980392156863,219.607843137255,233.333333333333],[208.823529411765,225.490196078431,235.294117647059],[220.588235294118,224.509803921569,236.274509803922],[214.705882352941,216.666666666667,229.411764705882],[201.960784313725,207.843137254902,219.607843137255],[200,213.725490196078,224.509803921569],[210.78431372549,235.294117647059,242.156862745098],[200,224.509803921569,229.411764705882],[185.294117647059,201.960784313725,209.803921568627],[201.960784313725,215.686274509804,224.509803921569],[226.470588235294,244.117647058824,250],[213.725490196078,235.294117647059,246.078431372549],[180.392156862745,201.960784313725,214.705882352941],[162.745098039216,184.313725490196,198.039215686275],[208.823529411765,229.411764705882,248.039215686275],[175.490196078431,197.058823529412,217.647058823529],[144.117647058824,168.627450980392,190.196078431373],[153.921568627451,179.411764705882,203.921568627451],[191.176470588235,217.647058823529,244.117647058824],[175.490196078431,205.882352941176,233.333333333333],[135.294117647059,170.588235294118,196.078431372549],[150.980392156863,187.254901960784,212.745098039216],[148.039215686275,189.21568627451,213.725490196078],[147.058823529412,192.156862745098,215.686274509804],[162.745098039216,209.803921568627,232.352941176471],[158.823529411765,203.921568627451,227.450980392157],[144.117647058824,184.313725490196,213.725490196078],[150,193.137254901961,221.56862745098],[130.392156862745,183.333333333333,208.823529411765],[119.607843137255,172.549019607843,198.039215686275],[138.235294117647,182.352941176471,210.78431372549],[148.039215686275,188.235294117647,217.647058823529],[147.058823529412,193.137254901961,218.627450980392],[159.803921568627,206.862745098039,229.411764705882],[142.156862745098,186.274509803922,208.823529411765],[132.352941176471,168.627450980392,194.117647058824],[154.901960784314,184.313725490196,211.764705882353],[161.764705882353,195.098039215686,222.549019607843],[129.411764705882,178.43137254902,204.901960784314],[124.509803921569,179.411764705882,205.882352941176],[133.333333333333,185.294117647059,216.666666666667],[119.607843137255,167.647058823529,200],[120.588235294118,164.705882352941,195.098039215686],[123.529411764706,163.725490196078,191.176470588235],[141.176470588235,183.333333333333,201.960784313725],[157.843137254902,200,216.666666666667],[107.843137254902,150,166.666666666667],[61.7647058823529,106.862745098039,119.607843137255],[70.5882352941177,120.588235294118,121.56862745098],[64.7058823529412,110.78431372549,100.980392156863],[94.1176470588235,124.509803921569,106.862745098039],[105.882352941176,122.549019607843,103.921568627451],[49.0196078431373,52.9411764705882,36.2745098039216],[150.980392156863,149.019607843137,124.509803921569],[204.901960784314,200.980392156863,156.862745098039],[171.56862745098,172.549019607843,116.666666666667],[123.529411764706,134.313725490196,79.4117647058823],[157.843137254902,173.529411764706,112.745098039216],[209.803921568627,226.470588235294,159.803921568627],[207.843137254902,223.529411764706,151.960784313725],[194.117647058824,207.843137254902,134.313725490196],[163.725490196078,174.509803921569,100],[113.725490196078,120.588235294118,45.0980392156863],[58.8235294117647,61.7647058823529,0],[172.549019607843,168.627450980392,97.0588235294118],[187.254901960784,176.470588235294,111.764705882353],[140.196078431373,124.509803921569,65.6862745098039],[125.490196078431,106.862745098039,51.9607843137255],[98.0392156862745,81.3725490196078,30.3921568627451],[96.078431372549,83.3333333333333,32.3529411764706],[131.372549019608,124.509803921569,73.5294117647059],[183.333333333333,180.392156862745,128.43137254902],[120.588235294118,123.529411764706,69.6078431372549],[77.4509803921569,79.4117647058823,30.3921568627451],[57.843137254902,54.9019607843137,12.7450980392157],[106.862745098039,102.941176470588,65.6862745098039],[101.960784313725,100,59.8039215686275],[47.0588235294118,45.0980392156863,4.90196078431373],[109.803921568627,110.78431372549,67.6470588235294],[66.6666666666667,67.6470588235294,24.5098039215686],[36.2745098039216,37.2549019607843,0],[82.3529411764706,81.3725490196078,38.2352941176471],[141.176470588235,138.235294117647,94.1176470588235],[104.901960784314,100.980392156863,56.8627450980392],[68.6274509803922,61.7647058823529,20.5882352941176],[80.3921568627451,73.5294117647059,32.3529411764706],[72.5490196078431,67.6470588235294,28.4313725490196],[94.1176470588235,91.1764705882353,50.9803921568627],[82.3529411764706,80.3921568627451,40.1960784313726],[80.3921568627451,76.4705882352941,40.1960784313726],[52.9411764705882,41.1764705882353,17.6470588235294],[55.8823529411765,41.1764705882353,22.5490196078431],[65.6862745098039,54.9019607843137,33.3333333333333],[35.2941176470588,29.4117647058824,5.88235294117647],[13.7254901960784,7.84313725490196,0],[30.3921568627451,23.5294117647059,0],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,49.0196078431373,29.4117647058824],[55.8823529411765,33.3333333333333,19.6078431372549],[51.9607843137255,25.4901960784314,16.6666666666667],[51.9607843137255,24.5098039215686,20.5882352941176],[29.4117647058824,5.88235294117647,5.88235294117647],[16.6666666666667,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[19.6078431372549,13.7254901960784,13.7254901960784],[18.6274509803922,14.7058823529412,13.7254901960784],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,2.94117647058824,0],[10.7843137254902,2.94117647058824,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,8.82352941176471,1.96078431372549],[14.7058823529412,5.88235294117647,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[24.5098039215686,12.7450980392157,0],[60.7843137254902,49.0196078431373,33.3333333333333],[47.0588235294118,34.3137254901961,17.6470588235294],[30.3921568627451,18.6274509803922,2.94117647058824],[29.4117647058824,23.5294117647059,7.84313725490196],[23.5294117647059,19.6078431372549,8.82352941176471],[8.82352941176471,0.980392156862745,0],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,9.80392156862745,16.6666666666667],[9.80392156862745,0,0],[24.5098039215686,10.7843137254902,7.84313725490196],[59.8039215686275,47.0588235294118,39.2156862745098],[37.2549019607843,27.4509803921569,17.6470588235294],[15.6862745098039,5.88235294117647,0],[16.6666666666667,5.88235294117647,1.96078431372549],[26.4705882352941,12.7450980392157,9.80392156862745],[41.1764705882353,26.4705882352941,21.5686274509804],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,26.4705882352941,9.80392156862745],[56.8627450980392,34.3137254901961,16.6666666666667],[90.1960784313725,61.7647058823529,48.0392156862745],[64.7058823529412,36.2745098039216,22.5490196078431],[63.7254901960784,41.1764705882353,27.4509803921569],[67.6470588235294,50,30.3921568627451],[41.1764705882353,30.3921568627451,0],[58.8235294117647,50.9803921568627,12.7450980392157],[116.666666666667,109.803921568627,66.6666666666667],[82.3529411764706,75.4901960784314,32.3529411764706],[63.7254901960784,51.9607843137255,14.7058823529412],[95.0980392156863,83.3333333333333,44.1176470588235],[151.960784313725,142.156862745098,90.1960784313725],[164.705882352941,158.823529411765,98.0392156862745],[141.176470588235,141.176470588235,70.5882352941177],[126.470588235294,132.352941176471,61.7647058823529],[135.294117647059,145.098039215686,83.3333333333333],[125.490196078431,135.294117647059,76.4705882352941],[81.3725490196078,86.2745098039216,21.5686274509804],[84.3137254901961,83.3333333333333,19.6078431372549],[83.3333333333333,73.5294117647059,12.7450980392157],[116.666666666667,100.980392156863,42.156862745098],[153.921568627451,130.392156862745,67.6470588235294],[128.43137254902,103.921568627451,39.2156862745098],[119.607843137255,97.0588235294118,31.3725490196078],[168.627450980392,150,83.3333333333333],[156.862745098039,147.058823529412,79.4117647058823],[173.529411764706,169.607843137255,100],[169.607843137255,170.588235294118,101.960784313725],[198.039215686275,202.941176470588,137.254901960784],[128.43137254902,133.333333333333,70.5882352941177],[156.862745098039,161.764705882353,99.0196078431373],[132.352941176471,134.313725490196,70.5882352941177],[174.509803921569,174.509803921569,115.686274509804],[150,146.078431372549,100],[165.686274509804,163.725490196078,125.490196078431],[126.470588235294,130.392156862745,94.1176470588235],[180.392156862745,190.196078431373,155.882352941176],[157.843137254902,172.549019607843,142.156862745098],[204.901960784314,223.529411764706,196.078431372549],[234.313725490196,249.019607843137,226.470588235294],[168.627450980392,181.372549019608,161.764705882353],[177.450980392157,184.313725490196,166.666666666667],[193.137254901961,196.078431372549,179.411764705882],[153.921568627451,154.901960784314,139.21568627451],[181.372549019608,182.352941176471,168.627450980392],[239.21568627451,243.137254901961,229.411764705882],[228.43137254902,239.21568627451,223.529411764706],[227.450980392157,241.176470588235,226.470588235294],[235.294117647059,250,248.039215686275],[218.627450980392,250,250],[165.686274509804,208.823529411765,207.843137254902],[123.529411764706,166.666666666667,167.647058823529],[89.2156862745098,133.333333333333,136.274509803922],[86.2745098039216,133.333333333333,137.254901960784],[104.901960784314,149.019607843137,153.921568627451],[115.686274509804,154.901960784314,156.862745098039],[133.333333333333,162.745098039216,164.705882352941],[141.176470588235,160.78431372549,161.764705882353],[169.607843137255,183.333333333333,186.274509803922],[159.803921568627,170.588235294118,176.470588235294],[158.823529411765,171.56862745098,180.392156862745],[168.627450980392,186.274509803922,200],[161.764705882353,183.333333333333,203.921568627451],[162.745098039216,188.235294117647,214.705882352941],[160.78431372549,189.21568627451,218.627450980392],[167.647058823529,200,230.392156862745],[153.921568627451,188.235294117647,219.607843137255],[155.882352941176,193.137254901961,228.43137254902],[155.882352941176,195.098039215686,230.392156862745],[144.117647058824,185.294117647059,222.549019607843],[143.137254901961,184.313725490196,221.56862745098],[140.196078431373,179.411764705882,214.705882352941],[134.313725490196,169.607843137255,204.901960784314],[171.56862745098,200,233.333333333333],[197.058823529412,219.607843137255,250],[204.901960784314,221.56862745098,250],[223.529411764706,237.254901960784,250],[201.960784313725,210.78431372549,239.21568627451],[185.294117647059,192.156862745098,220.588235294118],[174.509803921569,181.372549019608,209.803921568627],[188.235294117647,191.176470588235,221.56862745098],[228.43137254902,225.490196078431,250],[212.745098039216,202.941176470588,236.274509803922],[186.274509803922,176.470588235294,210.78431372549],[237.254901960784,231.372549019608,250],[221.56862745098,225.490196078431,250],[182.352941176471,193.137254901961,212.745098039216],[150,161.764705882353,175.490196078431],[181.372549019608,194.117647058824,202.941176470588],[209.803921568627,216.666666666667,226.470588235294],[194.117647058824,201.960784313725,212.745098039216],[181.372549019608,199.019607843137,212.745098039216],[175.490196078431,200.980392156863,215.686274509804],[170.588235294118,202.941176470588,217.647058823529],[163.725490196078,192.156862745098,205.882352941176],[168.627450980392,185.294117647059,200.980392156863],[196.078431372549,207.843137254902,221.56862745098],[217.647058823529,235.294117647059,245.098039215686],[233.333333333333,250,250],[203.921568627451,223.529411764706,234.313725490196],[187.254901960784,205.882352941176,220.588235294118],[233.333333333333,250,250],[204.901960784314,225.490196078431,246.078431372549],[163.725490196078,185.294117647059,207.843137254902],[194.117647058824,219.607843137255,244.117647058824],[220.588235294118,247.058823529412,250],[182.352941176471,212.745098039216,241.176470588235],[135.294117647059,169.607843137255,197.058823529412],[136.274509803922,174.509803921569,202.941176470588],[126.470588235294,169.607843137255,198.039215686275],[126.470588235294,172.549019607843,200],[128.43137254902,177.450980392157,203.921568627451],[123.529411764706,169.607843137255,197.058823529412],[139.21568627451,177.450980392157,207.843137254902],[143.137254901961,183.333333333333,210.78431372549],[133.333333333333,182.352941176471,206.862745098039],[123.529411764706,174.509803921569,198.039215686275],[131.372549019608,174.509803921569,200.980392156863],[141.176470588235,181.372549019608,208.823529411765],[139.21568627451,184.313725490196,207.843137254902],[135.294117647059,182.352941176471,204.901960784314],[145.098039215686,189.21568627451,211.764705882353],[143.137254901961,182.352941176471,206.862745098039],[138.235294117647,171.56862745098,199.019607843137],[129.411764705882,165.686274509804,194.117647058824],[120.588235294118,170.588235294118,199.019607843137],[120.588235294118,176.470588235294,204.901960784314],[133.333333333333,187.254901960784,217.647058823529],[150.980392156863,202.941176470588,236.274509803922],[116.666666666667,165.686274509804,198.039215686275],[120.588235294118,168.627450980392,198.039215686275],[126.470588235294,177.450980392157,199.019607843137],[128.43137254902,178.43137254902,197.058823529412],[135.294117647059,179.411764705882,198.039215686275],[139.21568627451,186.274509803922,200],[112.745098039216,169.607843137255,173.529411764706],[85.2941176470588,135.294117647059,130.392156862745],[99.0196078431373,129.411764705882,111.764705882353],[110.78431372549,128.43137254902,106.862745098039],[130.392156862745,136.274509803922,122.549019607843],[103.921568627451,103.921568627451,80.3921568627451],[155.882352941176,149.019607843137,103.921568627451],[213.725490196078,211.764705882353,155.882352941176],[183.333333333333,191.176470588235,135.294117647059],[190.196078431373,203.921568627451,146.078431372549],[168.627450980392,179.411764705882,120.588235294118],[218.627450980392,230.392156862745,167.647058823529],[180.392156862745,191.176470588235,124.509803921569],[177.450980392157,184.313725490196,115.686274509804],[117.647058823529,124.509803921569,49.0196078431373],[98.0392156862745,99.0196078431373,24.5098039215686],[122.549019607843,116.666666666667,44.1176470588235],[156.862745098039,147.058823529412,77.4509803921569],[150.980392156863,136.274509803922,72.5490196078431],[88.2352941176471,72.5490196078431,14.7058823529412],[91.1764705882353,75.4901960784314,24.5098039215686],[60.7843137254902,49.0196078431373,0],[122.549019607843,114.705882352941,66.6666666666667],[107.843137254902,103.921568627451,56.8627450980392],[70.5882352941177,72.5490196078431,24.5098039215686],[39.2156862745098,36.2745098039216,0],[13.7254901960784,0,0],[73.5294117647059,54.9019607843137,25.4901960784314],[70.5882352941177,55.8823529411765,23.5294117647059],[100,90.1960784313725,54.9019607843137],[128.43137254902,124.509803921569,87.2549019607843],[147.058823529412,148.039215686275,106.862745098039],[62.7450980392157,65.6862745098039,21.5686274509804],[119.607843137255,122.549019607843,78.4313725490196],[188.235294117647,190.196078431373,144.117647058824],[65.6862745098039,64.7058823529412,19.6078431372549],[43.1372549019608,40.1960784313726,0],[76.4705882352941,72.5490196078431,28.4313725490196],[99.0196078431373,92.156862745098,49.0196078431373],[97.0588235294118,90.1960784313725,47.0588235294118],[48.0392156862745,41.1764705882353,0],[64.7058823529412,54.9019607843137,19.6078431372549],[49.0196078431373,35.2941176470588,9.80392156862745],[108.823529411765,94.1176470588235,75.4901960784314],[25.4901960784314,13.7254901960784,0],[23.5294117647059,12.7450980392157,0],[9.80392156862745,2.94117647058824,0],[17.6470588235294,7.84313725490196,0],[51.9607843137255,36.2745098039216,13.7254901960784],[23.5294117647059,2.94117647058824,0],[64.7058823529412,37.2549019607843,23.5294117647059],[79.4117647058823,51.9607843137255,41.1764705882353],[58.8235294117647,30.3921568627451,24.5098039215686],[17.6470588235294,0,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,15.6862745098039,10.7843137254902],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,6.86274509803922,0],[9.80392156862745,0,0],[37.2549019607843,23.5294117647059,10.7843137254902],[48.0392156862745,35.2941176470588,19.6078431372549],[23.5294117647059,7.84313725490196,0],[14.7058823529412,3.92156862745098,0],[23.5294117647059,19.6078431372549,0],[25.4901960784314,20.5882352941176,0.980392156862745],[17.6470588235294,8.82352941176471,0],[10.7843137254902,0,0],[9.80392156862745,0,0],[14.7058823529412,0.980392156862745,0],[38.2352941176471,25.4901960784314,16.6666666666667],[47.0588235294118,35.2941176470588,19.6078431372549],[41.1764705882353,33.3333333333333,12.7450980392157],[21.5686274509804,13.7254901960784,0],[26.4705882352941,15.6862745098039,0],[31.3725490196078,17.6470588235294,4.90196078431373],[47.0588235294118,29.4117647058824,17.6470588235294],[53.921568627451,35.2941176470588,21.5686274509804],[49.0196078431373,26.4705882352941,10.7843137254902],[69.6078431372549,47.0588235294118,29.4117647058824],[61.7647058823529,41.1764705882353,24.5098039215686],[88.2352941176471,69.6078431372549,54.9019607843137],[40.1960784313726,18.6274509803922,7.84313725490196],[64.7058823529412,44.1176470588235,27.4509803921569],[98.0392156862745,77.4509803921569,47.0588235294118],[87.2549019607843,66.6666666666667,20.5882352941176],[152.941176470588,135.294117647059,72.5490196078431],[156.862745098039,140.196078431373,72.5490196078431],[141.176470588235,126.470588235294,62.7450980392157],[171.56862745098,157.843137254902,96.078431372549],[120.588235294118,110.78431372549,50.9803921568627],[100.980392156863,97.0588235294118,37.2549019607843],[98.0392156862745,100,38.2352941176471],[121.56862745098,127.450980392157,68.6274509803922],[146.078431372549,154.901960784314,100.980392156863],[150.980392156863,158.823529411765,108.823529411765],[106.862745098039,108.823529411765,60.7843137254902],[81.3725490196078,78.4313725490196,28.4313725490196],[43.1372549019608,34.3137254901961,0],[73.5294117647059,56.8627450980392,1.96078431372549],[116.666666666667,95.0980392156863,39.2156862745098],[134.313725490196,109.803921568627,53.921568627451],[134.313725490196,110.78431372549,51.9607843137255],[88.2352941176471,68.6274509803922,8.82352941176471],[90.1960784313725,76.4705882352941,14.7058823529412],[161.764705882353,153.921568627451,92.156862745098],[176.470588235294,175.490196078431,112.745098039216],[211.764705882353,211.764705882353,149.019607843137],[176.470588235294,178.43137254902,114.705882352941],[210.78431372549,210.78431372549,150],[200,197.058823529412,143.137254901961],[222.549019607843,218.627450980392,171.56862745098],[250,250,210.78431372549],[184.313725490196,185.294117647059,151.960784313725],[124.509803921569,131.372549019608,99.0196078431373],[142.156862745098,154.901960784314,125.490196078431],[186.274509803922,203.921568627451,178.43137254902],[225.490196078431,245.098039215686,220.588235294118],[180.392156862745,199.019607843137,179.411764705882],[133.333333333333,150,131.372549019608],[138.235294117647,149.019607843137,132.352941176471],[161.764705882353,168.627450980392,152.941176470588],[167.647058823529,169.607843137255,155.882352941176],[132.352941176471,134.313725490196,120.588235294118],[179.411764705882,181.372549019608,168.627450980392],[230.392156862745,236.274509803922,224.509803921569],[210.78431372549,220.588235294118,209.803921568627],[238.235294117647,250,246.078431372549],[233.333333333333,250,250],[210.78431372549,239.21568627451,243.137254901961],[204.901960784314,238.235294117647,239.21568627451],[149.019607843137,179.411764705882,181.372549019608],[109.803921568627,133.333333333333,137.254901960784],[150.980392156863,168.627450980392,172.549019607843],[165.686274509804,176.470588235294,180.392156862745],[174.509803921569,181.372549019608,187.254901960784],[158.823529411765,167.647058823529,172.549019607843],[191.176470588235,198.039215686275,205.882352941176],[180.392156862745,184.313725490196,195.098039215686],[168.627450980392,171.56862745098,186.274509803922],[178.43137254902,180.392156862745,200.980392156863],[181.372549019608,187.254901960784,212.745098039216],[180.392156862745,194.117647058824,220.588235294118],[172.549019607843,186.274509803922,211.764705882353],[192.156862745098,198.039215686275,219.607843137255],[177.450980392157,183.333333333333,204.901960784314],[184.313725490196,194.117647058824,218.627450980392],[183.333333333333,199.019607843137,224.509803921569],[186.274509803922,206.862745098039,237.254901960784],[213.725490196078,239.21568627451,250],[219.607843137255,249.019607843137,250],[204.901960784314,237.254901960784,250],[192.156862745098,224.509803921569,250],[180.392156862745,209.803921568627,245.098039215686],[149.019607843137,178.43137254902,213.725490196078],[120.588235294118,152.941176470588,187.254901960784],[144.117647058824,175.490196078431,212.745098039216],[139.21568627451,172.549019607843,209.803921568627],[145.098039215686,179.411764705882,218.627450980392],[147.058823529412,171.56862745098,210.78431372549],[169.607843137255,178.43137254902,208.823529411765],[157.843137254902,154.901960784314,185.294117647059],[166.666666666667,158.823529411765,197.058823529412],[227.450980392157,219.607843137255,250],[192.156862745098,185.294117647059,218.627450980392],[162.745098039216,156.862745098039,184.313725490196],[165.686274509804,161.764705882353,178.43137254902],[200.980392156863,199.019607843137,209.803921568627],[185.294117647059,189.21568627451,198.039215686275],[191.176470588235,207.843137254902,215.686274509804],[165.686274509804,198.039215686275,212.745098039216],[128.43137254902,170.588235294118,189.21568627451],[129.411764705882,175.490196078431,195.098039215686],[151.960784313725,189.21568627451,211.764705882353],[170.588235294118,188.235294117647,211.764705882353],[192.156862745098,203.921568627451,225.490196078431],[193.137254901961,208.823529411765,223.529411764706],[232.352941176471,250,250],[227.450980392157,246.078431372549,250],[209.803921568627,228.43137254902,243.137254901961],[214.705882352941,233.333333333333,250],[213.725490196078,234.313725490196,250],[174.509803921569,196.078431372549,219.607843137255],[175.490196078431,200.980392156863,227.450980392157],[176.470588235294,202.941176470588,231.372549019608],[141.176470588235,171.56862745098,200],[134.313725490196,169.607843137255,200.980392156863],[138.235294117647,178.43137254902,209.803921568627],[122.549019607843,166.666666666667,199.019607843137],[138.235294117647,183.333333333333,215.686274509804],[129.411764705882,177.450980392157,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[129.411764705882,167.647058823529,198.039215686275],[156.862745098039,193.137254901961,221.56862745098],[160.78431372549,205.882352941176,231.372549019608],[150,197.058823529412,219.607843137255],[149.019607843137,190.196078431373,214.705882352941],[150,189.21568627451,214.705882352941],[143.137254901961,187.254901960784,209.803921568627],[138.235294117647,183.333333333333,205.882352941176],[129.411764705882,172.549019607843,197.058823529412],[145.098039215686,186.274509803922,210.78431372549],[136.274509803922,172.549019607843,200.980392156863],[118.627450980392,158.823529411765,188.235294117647],[113.725490196078,165.686274509804,196.078431372549],[109.803921568627,167.647058823529,197.058823529412],[127.450980392157,182.352941176471,214.705882352941],[165.686274509804,220.588235294118,250],[121.56862745098,176.470588235294,210.78431372549],[113.725490196078,168.627450980392,200.980392156863],[146.078431372549,201.960784313725,228.43137254902],[133.333333333333,188.235294117647,210.78431372549],[109.803921568627,158.823529411765,181.372549019608],[116.666666666667,168.627450980392,184.313725490196],[110.78431372549,169.607843137255,177.450980392157],[124.509803921569,178.43137254902,175.490196078431],[157.843137254902,191.176470588235,175.490196078431],[148.039215686275,166.666666666667,147.058823529412],[141.176470588235,149.019607843137,136.274509803922],[111.764705882353,110.78431372549,90.1960784313725],[162.745098039216,155.882352941176,110.78431372549],[172.549019607843,167.647058823529,112.745098039216],[112.745098039216,117.647058823529,62.7450980392157],[122.549019607843,131.372549019608,77.4509803921569],[194.117647058824,200.980392156863,148.039215686275],[240.196078431373,248.039215686275,192.156862745098],[191.176470588235,197.058823529412,136.274509803922],[154.901960784314,159.803921568627,94.1176470588235],[151.960784313725,155.882352941176,83.3333333333333],[158.823529411765,159.803921568627,85.2941176470588],[113.725490196078,107.843137254902,35.2941176470588],[149.019607843137,139.21568627451,69.6078431372549],[118.627450980392,104.901960784314,41.1764705882353],[84.3137254901961,68.6274509803922,9.80392156862745],[115.686274509804,100.980392156863,47.0588235294118],[131.372549019608,119.607843137255,70.5882352941177],[164.705882352941,156.862745098039,111.764705882353],[29.4117647058824,26.4705882352941,0],[45.0980392156863,46.078431372549,4.90196078431373],[46.078431372549,40.1960784313726,4.90196078431373],[57.843137254902,34.3137254901961,8.82352941176471],[50.9803921568627,23.5294117647059,1.96078431372549],[34.3137254901961,13.7254901960784,0],[111.764705882353,99.0196078431373,67.6470588235294],[151.960784313725,148.039215686275,111.764705882353],[88.2352941176471,90.1960784313725,50.9803921568627],[94.1176470588235,100.980392156863,57.843137254902],[52.9411764705882,60.7843137254902,14.7058823529412],[46.078431372549,51.9607843137255,4.90196078431373],[138.235294117647,140.196078431373,92.156862745098],[73.5294117647059,69.6078431372549,23.5294117647059],[95.0980392156863,87.2549019607843,41.1764705882353],[126.470588235294,113.725490196078,69.6078431372549],[54.9019607843137,38.2352941176471,0],[71.5686274509804,52.9411764705882,10.7843137254902],[88.2352941176471,70.5882352941177,33.3333333333333],[68.6274509803922,50.9803921568627,27.4509803921569],[33.3333333333333,16.6666666666667,0],[16.6666666666667,1.96078431372549,0],[29.4117647058824,17.6470588235294,0],[21.5686274509804,6.86274509803922,0],[55.8823529411765,40.1960784313726,15.6862745098039],[37.2549019607843,17.6470588235294,0],[30.3921568627451,5.88235294117647,0],[79.4117647058823,50.9803921568627,35.2941176470588],[107.843137254902,76.4705882352941,65.6862745098039],[56.8627450980392,28.4313725490196,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[16.6666666666667,8.82352941176471,5.88235294117647],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,14.7058823529412,6.86274509803922],[30.3921568627451,17.6470588235294,8.82352941176471],[65.6862745098039,51.9607843137255,41.1764705882353],[50,36.2745098039216,23.5294117647059],[23.5294117647059,7.84313725490196,0],[20.5882352941176,7.84313725490196,0],[51.9607843137255,47.0588235294118,17.6470588235294],[26.4705882352941,22.5490196078431,0],[51.9607843137255,45.0980392156863,27.4509803921569],[41.1764705882353,31.3725490196078,21.5686274509804],[9.80392156862745,0,0],[23.5294117647059,10.7843137254902,2.94117647058824],[44.1176470588235,33.3333333333333,15.6862745098039],[60.7843137254902,50.9803921568627,26.4705882352941],[25.4901960784314,18.6274509803922,0],[27.4509803921569,20.5882352941176,0],[42.156862745098,32.3529411764706,7.84313725490196],[43.1372549019608,31.3725490196078,9.80392156862745],[52.9411764705882,36.2745098039216,20.5882352941176],[62.7450980392157,42.156862745098,25.4901960784314],[57.843137254902,32.3529411764706,15.6862745098039],[65.6862745098039,44.1176470588235,23.5294117647059],[65.6862745098039,50,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[58.8235294117647,41.1764705882353,21.5686274509804],[79.4117647058823,57.843137254902,35.2941176470588],[93.1372549019608,69.6078431372549,34.3137254901961],[111.764705882353,89.2156862745098,38.2352941176471],[111.764705882353,92.156862745098,24.5098039215686],[177.450980392157,161.764705882353,86.2745098039216],[149.019607843137,137.254901960784,62.7450980392157],[150,142.156862745098,71.5686274509804],[82.3529411764706,77.4509803921569,12.7450980392157],[102.941176470588,99.0196078431373,39.2156862745098],[82.3529411764706,80.3921568627451,22.5490196078431],[102.941176470588,101.960784313725,47.0588235294118],[64.7058823529412,62.7450980392157,14.7058823529412],[75.4901960784314,72.5490196078431,28.4313725490196],[80.3921568627451,78.4313725490196,40.1960784313726],[102.941176470588,98.0392156862745,56.8627450980392],[104.901960784314,95.0980392156863,43.1372549019608],[127.450980392157,112.745098039216,58.8235294117647],[97.0588235294118,76.4705882352941,24.5098039215686],[128.43137254902,105.882352941176,54.9019607843137],[202.941176470588,181.372549019608,125.490196078431],[107.843137254902,89.2156862745098,31.3725490196078],[78.4313725490196,64.7058823529412,4.90196078431373],[132.352941176471,122.549019607843,61.7647058823529],[177.450980392157,171.56862745098,110.78431372549],[162.745098039216,161.764705882353,98.0392156862745],[170.588235294118,169.607843137255,103.921568627451],[150.980392156863,150,87.2549019607843],[202.941176470588,197.058823529412,148.039215686275],[234.313725490196,229.411764705882,190.196078431373],[210.78431372549,207.843137254902,173.529411764706],[174.509803921569,177.450980392157,147.058823529412],[166.666666666667,175.490196078431,147.058823529412],[154.901960784314,168.627450980392,143.137254901961],[176.470588235294,195.098039215686,173.529411764706],[204.901960784314,228.43137254902,206.862745098039],[150,172.549019607843,152.941176470588],[133.333333333333,153.921568627451,137.254901960784],[134.313725490196,150.980392156863,135.294117647059],[117.647058823529,129.411764705882,115.686274509804],[159.803921568627,167.647058823529,154.901960784314],[133.333333333333,139.21568627451,127.450980392157],[99.0196078431373,104.901960784314,95.0980392156863],[143.137254901961,148.039215686275,141.176470588235],[164.705882352941,171.56862745098,164.705882352941],[165.686274509804,176.470588235294,172.549019607843],[231.372549019608,246.078431372549,249.019607843137],[215.686274509804,233.333333333333,237.254901960784],[193.137254901961,210.78431372549,212.745098039216],[202.941176470588,214.705882352941,214.705882352941],[173.529411764706,177.450980392157,178.43137254902],[201.960784313725,200,200.980392156863],[199.019607843137,193.137254901961,195.098039215686],[221.56862745098,215.686274509804,219.607843137255],[199.019607843137,197.058823529412,201.960784313725],[201.960784313725,200.980392156863,208.823529411765],[188.235294117647,187.254901960784,200.980392156863],[188.235294117647,187.254901960784,204.901960784314],[200.980392156863,197.058823529412,219.607843137255],[203.921568627451,201.960784313725,225.490196078431],[200.980392156863,202.941176470588,227.450980392157],[199.019607843137,200.980392156863,221.56862745098],[228.43137254902,225.490196078431,242.156862745098],[250,246.078431372549,250],[241.176470588235,242.156862745098,250],[210.78431372549,218.627450980392,241.176470588235],[223.529411764706,239.21568627451,250],[230.392156862745,250,250],[188.235294117647,213.725490196078,246.078431372549],[169.607843137255,199.019607843137,232.352941176471],[134.313725490196,167.647058823529,203.921568627451],[130.392156862745,164.705882352941,201.960784313725],[127.450980392157,164.705882352941,202.941176470588],[133.333333333333,174.509803921569,213.725490196078],[135.294117647059,177.450980392157,218.627450980392],[115.686274509804,161.764705882353,204.901960784314],[121.56862745098,168.627450980392,213.725490196078],[134.313725490196,175.490196078431,216.666666666667],[153.921568627451,180.392156862745,208.823529411765],[164.705882352941,179.411764705882,207.843137254902],[169.607843137255,178.43137254902,216.666666666667],[230.392156862745,233.333333333333,250],[217.647058823529,212.745098039216,250],[199.019607843137,192.156862745098,222.549019607843],[153.921568627451,143.137254901961,159.803921568627],[204.901960784314,198.039215686275,205.882352941176],[193.137254901961,196.078431372549,200.980392156863],[194.117647058824,213.725490196078,220.588235294118],[151.960784313725,193.137254901961,208.823529411765],[114.705882352941,165.686274509804,187.254901960784],[131.372549019608,184.313725490196,209.803921568627],[150.980392156863,194.117647058824,222.549019607843],[171.56862745098,192.156862745098,220.588235294118],[215.686274509804,229.411764705882,250],[200.980392156863,217.647058823529,233.333333333333],[203.921568627451,222.549019607843,236.274509803922],[231.372549019608,250,250],[233.333333333333,250,250],[173.529411764706,194.117647058824,212.745098039216],[169.607843137255,189.21568627451,212.745098039216],[162.745098039216,184.313725490196,207.843137254902],[170.588235294118,194.117647058824,221.56862745098],[153.921568627451,180.392156862745,208.823529411765],[133.333333333333,163.725490196078,194.117647058824],[156.862745098039,191.176470588235,222.549019607843],[154.901960784314,193.137254901961,225.490196078431],[123.529411764706,165.686274509804,199.019607843137],[137.254901960784,182.352941176471,215.686274509804],[128.43137254902,176.470588235294,208.823529411765],[135.294117647059,179.411764705882,211.764705882353],[142.156862745098,178.43137254902,206.862745098039],[174.509803921569,208.823529411765,236.274509803922],[173.529411764706,214.705882352941,239.21568627451],[162.745098039216,206.862745098039,229.411764705882],[175.490196078431,214.705882352941,239.21568627451],[168.627450980392,207.843137254902,232.352941176471],[146.078431372549,187.254901960784,210.78431372549],[140.196078431373,184.313725490196,206.862745098039],[135.294117647059,178.43137254902,202.941176470588],[133.333333333333,176.470588235294,202.941176470588],[129.411764705882,169.607843137255,199.019607843137],[124.509803921569,168.627450980392,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[113.725490196078,171.56862745098,200.980392156863],[110.78431372549,170.588235294118,200.980392156863],[117.647058823529,176.470588235294,209.803921568627],[111.764705882353,173.529411764706,207.843137254902],[112.745098039216,174.509803921569,206.862745098039],[129.411764705882,190.196078431373,214.705882352941],[124.509803921569,183.333333333333,206.862745098039],[119.607843137255,174.509803921569,199.019607843137],[70.5882352941177,126.470588235294,146.078431372549],[41.1764705882353,102.941176470588,111.764705882353],[133.333333333333,188.235294117647,185.294117647059],[161.764705882353,201.960784313725,188.235294117647],[152.941176470588,176.470588235294,160.78431372549],[166.666666666667,177.450980392157,163.725490196078],[188.235294117647,187.254901960784,166.666666666667],[138.235294117647,133.333333333333,92.156862745098],[119.607843137255,116.666666666667,64.7058823529412],[72.5490196078431,77.4509803921569,24.5098039215686],[181.372549019608,188.235294117647,137.254901960784],[224.509803921569,228.43137254902,178.43137254902],[161.764705882353,166.666666666667,113.725490196078],[206.862745098039,210.78431372549,152.941176470588],[179.411764705882,184.313725490196,119.607843137255],[157.843137254902,160.78431372549,91.1764705882353],[137.254901960784,137.254901960784,64.7058823529412],[161.764705882353,157.843137254902,85.2941176470588],[157.843137254902,150,79.4117647058823],[130.392156862745,119.607843137255,54.9019607843137],[78.4313725490196,64.7058823529412,4.90196078431373],[103.921568627451,91.1764705882353,37.2549019607843],[148.039215686275,138.235294117647,88.2352941176471],[151.960784313725,145.098039215686,100],[61.7647058823529,58.8235294117647,16.6666666666667],[61.7647058823529,62.7450980392157,21.5686274509804],[36.2745098039216,32.3529411764706,0],[54.9019607843137,35.2941176470588,8.82352941176471],[49.0196078431373,25.4901960784314,1.96078431372549],[34.3137254901961,17.6470588235294,0],[38.2352941176471,29.4117647058824,0],[69.6078431372549,69.6078431372549,32.3529411764706],[100.980392156863,107.843137254902,66.6666666666667],[101.960784313725,110.78431372549,64.7058823529412],[138.235294117647,148.039215686275,99.0196078431373],[75.4901960784314,82.3529411764706,32.3529411764706],[132.352941176471,131.372549019608,84.3137254901961],[145.098039215686,139.21568627451,92.156862745098],[133.333333333333,119.607843137255,75.4901960784314],[107.843137254902,87.2549019607843,43.1372549019608],[82.3529411764706,55.8823529411765,13.7254901960784],[92.156862745098,63.7254901960784,22.5490196078431],[116.666666666667,88.2352941176471,54.9019607843137],[74.5098039215686,50,28.4313725490196],[62.7450980392157,44.1176470588235,27.4509803921569],[46.078431372549,29.4117647058824,9.80392156862745],[45.0980392156863,29.4117647058824,6.86274509803922],[50.9803921568627,33.3333333333333,9.80392156862745],[36.2745098039216,16.6666666666667,0],[66.6666666666667,43.1372549019608,19.6078431372549],[68.6274509803922,41.1764705882353,20.5882352941176],[91.1764705882353,60.7843137254902,43.1372549019608],[71.5686274509804,40.1960784313726,27.4509803921569],[66.6666666666667,37.2549019607843,29.4117647058824],[20.5882352941176,0,0],[9.80392156862745,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[11.7647058823529,3.92156862745098,0.980392156862745],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[15.6862745098039,4.90196078431373,0],[12.7450980392157,0,0],[16.6666666666667,3.92156862745098,0],[53.921568627451,40.1960784313726,29.4117647058824],[48.0392156862745,32.3529411764706,19.6078431372549],[60.7843137254902,45.0980392156863,32.3529411764706],[74.5098039215686,61.7647058823529,43.1372549019608],[58.8235294117647,50,21.5686274509804],[66.6666666666667,59.8039215686275,31.3725490196078],[104.901960784314,94.1176470588235,74.5098039215686],[76.4705882352941,62.7450980392157,50],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,26.4705882352941,9.80392156862745],[42.156862745098,30.3921568627451,4.90196078431373],[35.2941176470588,26.4705882352941,0],[49.0196078431373,43.1372549019608,7.84313725490196],[57.843137254902,51.9607843137255,18.6274509803922],[70.5882352941177,63.7254901960784,35.2941176470588],[72.5490196078431,62.7450980392157,38.2352941176471],[70.5882352941177,55.8823529411765,35.2941176470588],[67.6470588235294,50,30.3921568627451],[61.7647058823529,40.1960784313726,16.6666666666667],[59.8039215686275,41.1764705882353,11.7647058823529],[70.5882352941177,56.8627450980392,22.5490196078431],[103.921568627451,90.1960784313725,53.921568627451],[126.470588235294,111.764705882353,73.5294117647059],[92.156862745098,73.5294117647059,32.3529411764706],[145.098039215686,124.509803921569,78.4313725490196],[171.56862745098,154.901960784314,100],[135.294117647059,124.509803921569,63.7254901960784],[102.941176470588,95.0980392156863,31.3725490196078],[94.1176470588235,90.1960784313725,27.4509803921569],[142.156862745098,141.176470588235,77.4509803921569],[102.941176470588,101.960784313725,38.2352941176471],[112.745098039216,108.823529411765,46.078431372549],[136.274509803922,126.470588235294,65.6862745098039],[161.764705882353,145.098039215686,90.1960784313725],[106.862745098039,83.3333333333333,36.2745098039216],[117.647058823529,96.078431372549,55.8823529411765],[122.549019607843,113.725490196078,81.3725490196078],[64.7058823529412,60.7843137254902,23.5294117647059],[90.1960784313725,83.3333333333333,30.3921568627451],[133.333333333333,121.56862745098,64.7058823529412],[115.686274509804,99.0196078431373,48.0392156862745],[133.333333333333,111.764705882353,62.7450980392157],[170.588235294118,150,96.078431372549],[143.137254901961,124.509803921569,66.6666666666667],[117.647058823529,103.921568627451,42.156862745098],[136.274509803922,127.450980392157,63.7254901960784],[153.921568627451,149.019607843137,84.3137254901961],[156.862745098039,153.921568627451,88.2352941176471],[185.294117647059,183.333333333333,110.78431372549],[239.21568627451,236.274509803922,170.588235294118],[247.058823529412,241.176470588235,194.117647058824],[210.78431372549,204.901960784314,169.607843137255],[239.21568627451,236.274509803922,205.882352941176],[241.176470588235,244.117647058824,217.647058823529],[175.490196078431,185.294117647059,160.78431372549],[199.019607843137,213.725490196078,191.176470588235],[179.411764705882,201.960784313725,182.352941176471],[233.333333333333,250,243.137254901961],[152.941176470588,179.411764705882,164.705882352941],[120.588235294118,147.058823529412,132.352941176471],[111.764705882353,133.333333333333,120.588235294118],[123.529411764706,140.196078431373,130.392156862745],[148.039215686275,163.725490196078,153.921568627451],[154.901960784314,167.647058823529,160.78431372549],[141.176470588235,151.960784313725,148.039215686275],[150,159.803921568627,158.823529411765],[160.78431372549,170.588235294118,171.56862745098],[139.21568627451,150,151.960784313725],[186.274509803922,200.980392156863,203.921568627451],[234.313725490196,245.098039215686,247.058823529412],[233.333333333333,231.372549019608,232.352941176471],[218.627450980392,208.823529411765,207.843137254902],[194.117647058824,181.372549019608,175.490196078431],[230.392156862745,215.686274509804,208.823529411765],[233.333333333333,220.588235294118,214.705882352941],[229.411764705882,215.686274509804,214.705882352941],[221.56862745098,204.901960784314,210.78431372549],[216.666666666667,203.921568627451,213.725490196078],[211.764705882353,203.921568627451,218.627450980392],[192.156862745098,189.21568627451,207.843137254902],[173.529411764706,174.509803921569,194.117647058824],[175.490196078431,173.529411764706,195.098039215686],[194.117647058824,186.274509803922,208.823529411765],[217.647058823529,207.843137254902,231.372549019608],[235.294117647059,232.352941176471,250],[233.333333333333,236.274509803922,250],[200.980392156863,208.823529411765,231.372549019608],[158.823529411765,172.549019607843,198.039215686275],[178.43137254902,199.019607843137,227.450980392157],[186.274509803922,212.745098039216,242.156862745098],[144.117647058824,173.529411764706,206.862745098039],[140.196078431373,173.529411764706,209.803921568627],[138.235294117647,171.56862745098,208.823529411765],[150.980392156863,185.294117647059,224.509803921569],[135.294117647059,172.549019607843,210.78431372549],[136.274509803922,177.450980392157,218.627450980392],[118.627450980392,160.78431372549,202.941176470588],[134.313725490196,177.450980392157,221.56862745098],[134.313725490196,180.392156862745,225.490196078431],[134.313725490196,182.352941176471,221.56862745098],[125.490196078431,171.56862745098,197.058823529412],[135.294117647059,179.411764705882,201.960784313725],[116.666666666667,153.921568627451,189.21568627451],[206.862745098039,234.313725490196,250],[198.039215686275,212.745098039216,250],[200,202.941176470588,233.333333333333],[203.921568627451,195.098039215686,211.764705882353],[186.274509803922,179.411764705882,187.254901960784],[195.098039215686,198.039215686275,202.941176470588],[151.960784313725,170.588235294118,177.450980392157],[112.745098039216,154.901960784314,171.56862745098],[117.647058823529,172.549019607843,197.058823529412],[145.098039215686,200.980392156863,230.392156862745],[147.058823529412,192.156862745098,224.509803921569],[153.921568627451,178.43137254902,208.823529411765],[192.156862745098,207.843137254902,233.333333333333],[189.21568627451,210.78431372549,231.372549019608],[162.745098039216,188.235294117647,204.901960784314],[211.764705882353,233.333333333333,250],[226.470588235294,248.039215686275,250],[170.588235294118,192.156862745098,214.705882352941],[158.823529411765,180.392156862745,203.921568627451],[180.392156862745,200.980392156863,227.450980392157],[202.941176470588,226.470588235294,250],[171.56862745098,196.078431372549,225.490196078431],[145.098039215686,173.529411764706,204.901960784314],[148.039215686275,180.392156862745,212.745098039216],[157.843137254902,193.137254901961,226.470588235294],[145.098039215686,182.352941176471,217.647058823529],[155.882352941176,195.098039215686,230.392156862745],[142.156862745098,184.313725490196,218.627450980392],[142.156862745098,181.372549019608,215.686274509804],[149.019607843137,183.333333333333,212.745098039216],[161.764705882353,195.098039215686,222.549019607843],[156.862745098039,193.137254901961,218.627450980392],[158.823529411765,199.019607843137,220.588235294118],[176.470588235294,213.725490196078,236.274509803922],[168.627450980392,205.882352941176,228.43137254902],[145.098039215686,184.313725490196,208.823529411765],[139.21568627451,180.392156862745,204.901960784314],[134.313725490196,177.450980392157,203.921568627451],[127.450980392157,171.56862745098,200],[130.392156862745,174.509803921569,206.862745098039],[132.352941176471,180.392156862745,212.745098039216],[123.529411764706,179.411764705882,208.823529411765],[118.627450980392,178.43137254902,208.823529411765],[117.647058823529,179.411764705882,209.803921568627],[113.725490196078,177.450980392157,208.823529411765],[111.764705882353,176.470588235294,209.803921568627],[104.901960784314,168.627450980392,198.039215686275],[105.882352941176,165.686274509804,186.274509803922],[114.705882352941,171.56862745098,191.176470588235],[121.56862745098,181.372549019608,208.823529411765],[101.960784313725,160.78431372549,184.313725490196],[74.5098039215686,132.352941176471,138.235294117647],[85.2941176470588,139.21568627451,134.313725490196],[94.1176470588235,140.196078431373,132.352941176471],[149.019607843137,180.392156862745,169.607843137255],[210.78431372549,221.56862745098,207.843137254902],[245.098039215686,244.117647058824,223.529411764706],[145.098039215686,143.137254901961,105.882352941176],[88.2352941176471,87.2549019607843,42.156862745098],[153.921568627451,157.843137254902,108.823529411765],[238.235294117647,242.156862745098,192.156862745098],[218.627450980392,222.549019607843,172.549019607843],[138.235294117647,141.176470588235,87.2549019607843],[171.56862745098,175.490196078431,117.647058823529],[178.43137254902,183.333333333333,118.627450980392],[94.1176470588235,97.0588235294118,29.4117647058824],[61.7647058823529,63.7254901960784,0],[145.098039215686,142.156862745098,72.5490196078431],[183.333333333333,176.470588235294,107.843137254902],[183.333333333333,174.509803921569,110.78431372549],[119.607843137255,109.803921568627,50],[105.882352941176,95.0980392156863,42.156862745098],[104.901960784314,95.0980392156863,45.0980392156863],[88.2352941176471,82.3529411764706,35.2941176470588],[70.5882352941177,68.6274509803922,21.5686274509804],[51.9607843137255,53.921568627451,7.84313725490196],[70.5882352941177,68.6274509803922,28.4313725490196],[47.0588235294118,39.2156862745098,3.92156862745098],[62.7450980392157,53.921568627451,21.5686274509804],[36.2745098039216,33.3333333333333,0],[44.1176470588235,49.0196078431373,9.80392156862745],[124.509803921569,135.294117647059,93.1372549019608],[121.56862745098,134.313725490196,89.2156862745098],[85.2941176470588,99.0196078431373,50.9803921568627],[211.764705882353,221.56862745098,172.549019607843],[209.803921568627,213.725490196078,164.705882352941],[193.137254901961,189.21568627451,143.137254901961],[202.941176470588,189.21568627451,145.098039215686],[164.705882352941,142.156862745098,100.980392156863],[109.803921568627,78.4313725490196,40.1960784313726],[115.686274509804,78.4313725490196,42.156862745098],[89.2156862745098,47.0588235294118,12.7450980392157],[82.3529411764706,44.1176470588235,13.7254901960784],[67.6470588235294,40.1960784313726,19.6078431372549],[64.7058823529412,42.156862745098,28.4313725490196],[35.2941176470588,14.7058823529412,0],[44.1176470588235,23.5294117647059,2.94117647058824],[46.078431372549,24.5098039215686,1.96078431372549],[64.7058823529412,41.1764705882353,17.6470588235294],[80.3921568627451,54.9019607843137,32.3529411764706],[74.5098039215686,44.1176470588235,24.5098039215686],[77.4509803921569,45.0980392156863,28.4313725490196],[59.8039215686275,28.4313725490196,15.6862745098039],[47.0588235294118,18.6274509803922,10.7843137254902],[28.4313725490196,4.90196078431373,0.980392156862745],[10.7843137254902,0,0],[4.90196078431373,0,0],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,1.96078431372549,0],[2.94117647058824,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[5.88235294117647,4.90196078431373,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,3.92156862745098,0],[10.7843137254902,2.94117647058824,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[44.1176470588235,30.3921568627451,21.5686274509804],[22.5490196078431,5.88235294117647,0],[37.2549019607843,20.5882352941176,10.7843137254902],[40.1960784313726,24.5098039215686,9.80392156862745],[55.8823529411765,44.1176470588235,20.5882352941176],[50,38.2352941176471,14.7058823529412],[22.5490196078431,6.86274509803922,0],[12.7450980392157,0,0],[34.3137254901961,18.6274509803922,3.92156862745098],[62.7450980392157,48.0392156862745,27.4509803921569],[65.6862745098039,54.9019607843137,27.4509803921569],[45.0980392156863,36.2745098039216,3.92156862745098],[52.9411764705882,47.0588235294118,13.7254901960784],[48.0392156862745,43.1372549019608,13.7254901960784],[51.9607843137255,46.078431372549,22.5490196078431],[58.8235294117647,50.9803921568627,32.3529411764706],[54.9019607843137,42.156862745098,25.4901960784314],[46.078431372549,29.4117647058824,9.80392156862745],[48.0392156862745,31.3725490196078,5.88235294117647],[53.921568627451,38.2352941176471,5.88235294117647],[28.4313725490196,14.7058823529412,0],[60.7843137254902,50,5.88235294117647],[88.2352941176471,76.4705882352941,27.4509803921569],[103.921568627451,91.1764705882353,39.2156862745098],[111.764705882353,100,43.1372549019608],[131.372549019608,119.607843137255,60.7843137254902],[124.509803921569,114.705882352941,54.9019607843137],[117.647058823529,109.803921568627,49.0196078431373],[88.2352941176471,82.3529411764706,21.5686274509804],[160.78431372549,155.882352941176,93.1372549019608],[150.980392156863,143.137254901961,79.4117647058823],[150,141.176470588235,77.4509803921569],[162.745098039216,147.058823529412,88.2352941176471],[146.078431372549,123.529411764706,70.5882352941177],[184.313725490196,156.862745098039,110.78431372549],[155.882352941176,132.352941176471,95.0980392156863],[75.4901960784314,64.7058823529412,35.2941176470588],[50,46.078431372549,11.7647058823529],[158.823529411765,153.921568627451,100],[128.43137254902,118.627450980392,60.7843137254902],[100.980392156863,85.2941176470588,35.2941176470588],[156.862745098039,139.21568627451,92.156862745098],[142.156862745098,125.490196078431,72.5490196078431],[200.980392156863,185.294117647059,127.450980392157],[154.901960784314,144.117647058824,81.3725490196078],[87.2549019607843,78.4313725490196,14.7058823529412],[126.470588235294,121.56862745098,56.8627450980392],[194.117647058824,191.176470588235,123.529411764706],[215.686274509804,213.725490196078,140.196078431373],[250,248.039215686275,182.352941176471],[229.411764705882,222.549019607843,177.450980392157],[178.43137254902,172.549019607843,141.176470588235],[192.156862745098,191.176470588235,161.764705882353],[229.411764705882,233.333333333333,208.823529411765],[231.372549019608,241.176470588235,217.647058823529],[207.843137254902,225.490196078431,203.921568627451],[150.980392156863,173.529411764706,155.882352941176],[200.980392156863,228.43137254902,213.725490196078],[226.470588235294,250,242.156862745098],[145.098039215686,174.509803921569,162.745098039216],[105.882352941176,132.352941176471,123.529411764706],[85.2941176470588,109.803921568627,103.921568627451],[121.56862745098,143.137254901961,140.196078431373],[144.117647058824,163.725490196078,162.745098039216],[139.21568627451,156.862745098039,158.823529411765],[142.156862745098,158.823529411765,165.686274509804],[147.058823529412,163.725490196078,171.56862745098],[161.764705882353,178.43137254902,188.235294117647],[132.352941176471,150.980392156863,156.862745098039],[165.686274509804,179.411764705882,182.352941176471],[250,249.019607843137,250],[250,242.156862745098,238.235294117647],[215.686274509804,199.019607843137,191.176470588235],[207.843137254902,190.196078431373,180.392156862745],[238.235294117647,224.509803921569,215.686274509804],[234.313725490196,220.588235294118,217.647058823529],[198.039215686275,186.274509803922,190.196078431373],[207.843137254902,200,210.78431372549],[227.450980392157,229.411764705882,244.117647058824],[210.78431372549,217.647058823529,235.294117647059],[199.019607843137,206.862745098039,225.490196078431],[215.686274509804,222.549019607843,241.176470588235],[232.352941176471,229.411764705882,250],[243.137254901961,240.196078431373,250],[184.313725490196,189.21568627451,210.78431372549],[166.666666666667,173.529411764706,200.980392156863],[199.019607843137,212.745098039216,241.176470588235],[194.117647058824,212.745098039216,244.117647058824],[155.882352941176,179.411764705882,214.705882352941],[152.941176470588,182.352941176471,217.647058823529],[150.980392156863,184.313725490196,221.56862745098],[146.078431372549,180.392156862745,219.607843137255],[150,187.254901960784,225.490196078431],[146.078431372549,184.313725490196,222.549019607843],[133.333333333333,174.509803921569,211.764705882353],[128.43137254902,171.56862745098,209.803921568627],[144.117647058824,188.235294117647,228.43137254902],[127.450980392157,173.529411764706,214.705882352941],[121.56862745098,171.56862745098,213.725490196078],[115.686274509804,168.627450980392,205.882352941176],[119.607843137255,175.490196078431,201.960784313725],[115.686274509804,172.549019607843,196.078431372549],[119.607843137255,177.450980392157,210.78431372549],[114.705882352941,162.745098039216,201.960784313725],[119.607843137255,153.921568627451,191.176470588235],[151.960784313725,172.549019607843,200.980392156863],[223.529411764706,226.470588235294,241.176470588235],[202.941176470588,200.980392156863,205.882352941176],[216.666666666667,220.588235294118,223.529411764706],[163.725490196078,177.450980392157,186.274509803922],[146.078431372549,181.372549019608,202.941176470588],[149.019607843137,195.098039215686,224.509803921569],[132.352941176471,181.372549019608,215.686274509804],[130.392156862745,173.529411764706,207.843137254902],[157.843137254902,184.313725490196,213.725490196078],[181.372549019608,201.960784313725,228.43137254902],[172.549019607843,200,223.529411764706],[152.941176470588,180.392156862745,203.921568627451],[190.196078431373,217.647058823529,241.176470588235],[183.333333333333,208.823529411765,233.333333333333],[174.509803921569,198.039215686275,223.529411764706],[170.588235294118,194.117647058824,219.607843137255],[174.509803921569,195.098039215686,223.529411764706],[168.627450980392,189.21568627451,217.647058823529],[173.529411764706,196.078431372549,226.470588235294],[158.823529411765,183.333333333333,213.725490196078],[149.019607843137,177.450980392157,208.823529411765],[168.627450980392,199.019607843137,229.411764705882],[162.745098039216,197.058823529412,228.43137254902],[158.823529411765,194.117647058824,227.450980392157],[149.019607843137,187.254901960784,219.607843137255],[152.941176470588,188.235294117647,221.56862745098],[157.843137254902,190.196078431373,220.588235294118],[154.901960784314,188.235294117647,215.686274509804],[168.627450980392,203.921568627451,229.411764705882],[183.333333333333,218.627450980392,242.156862745098],[181.372549019608,216.666666666667,238.235294117647],[176.470588235294,211.764705882353,233.333333333333],[178.43137254902,215.686274509804,238.235294117647],[180.392156862745,219.607843137255,245.098039215686],[148.039215686275,191.176470588235,217.647058823529],[135.294117647059,181.372549019608,210.78431372549],[124.509803921569,172.549019607843,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[111.764705882353,169.607843137255,200.980392156863],[108.823529411765,170.588235294118,200.980392156863],[110.78431372549,174.509803921569,203.921568627451],[112.745098039216,178.43137254902,206.862745098039],[109.803921568627,177.450980392157,207.843137254902],[118.627450980392,182.352941176471,209.803921568627],[114.705882352941,172.549019607843,190.196078431373],[117.647058823529,175.490196078431,193.137254901961],[105.882352941176,168.627450980392,196.078431372549],[90.1960784313725,150.980392156863,173.529411764706],[91.1764705882353,148.039215686275,151.960784313725],[76.4705882352941,127.450980392157,123.529411764706],[49.0196078431373,98.0392156862745,95.0980392156863],[100.980392156863,137.254901960784,130.392156862745],[145.098039215686,158.823529411765,146.078431372549],[195.098039215686,197.058823529412,176.470588235294],[157.843137254902,158.823529411765,127.450980392157],[171.56862745098,173.529411764706,134.313725490196],[192.156862745098,195.098039215686,150.980392156863],[173.529411764706,177.450980392157,128.43137254902],[195.098039215686,198.039215686275,144.117647058824],[210.78431372549,214.705882352941,156.862745098039],[161.764705882353,166.666666666667,103.921568627451],[145.098039215686,150,85.2941176470588],[169.607843137255,175.490196078431,106.862745098039],[102.941176470588,105.882352941176,36.2745098039216],[124.509803921569,124.509803921569,55.8823529411765],[193.137254901961,190.196078431373,124.509803921569],[161.764705882353,153.921568627451,93.1372549019608],[167.647058823529,158.823529411765,100.980392156863],[100,91.1764705882353,37.2549019607843],[98.0392156862745,91.1764705882353,38.2352941176471],[183.333333333333,177.450980392157,126.470588235294],[172.549019607843,171.56862745098,118.627450980392],[72.5490196078431,72.5490196078431,19.6078431372549],[44.1176470588235,48.0392156862745,0],[30.3921568627451,36.2745098039216,0],[74.5098039215686,81.3725490196078,40.1960784313726],[96.078431372549,106.862745098039,64.7058823529412],[98.0392156862745,110.78431372549,65.6862745098039],[78.4313725490196,94.1176470588235,46.078431372549],[157.843137254902,173.529411764706,125.490196078431],[186.274509803922,200,150],[171.56862745098,179.411764705882,129.411764705882],[167.647058823529,165.686274509804,118.627450980392],[141.176470588235,130.392156862745,86.2745098039216],[111.764705882353,90.1960784313725,50],[126.470588235294,97.0588235294118,59.8039215686275],[103.921568627451,66.6666666666667,31.3725490196078],[114.705882352941,70.5882352941177,38.2352941176471],[102.941176470588,57.843137254902,25.4901960784314],[63.7254901960784,20.5882352941176,0],[63.7254901960784,31.3725490196078,12.7450980392157],[56.8627450980392,29.4117647058824,15.6862745098039],[32.3529411764706,6.86274509803922,0],[25.4901960784314,0.980392156862745,0],[99.0196078431373,72.5490196078431,51.9607843137255],[77.4509803921569,51.9607843137255,29.4117647058824],[59.8039215686275,32.3529411764706,10.7843137254902],[70.5882352941177,40.1960784313726,20.5882352941176],[70.5882352941177,40.1960784313726,22.5490196078431],[61.7647058823529,33.3333333333333,19.6078431372549],[29.4117647058824,2.94117647058824,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[173.529411764706,173.529411764706,171.56862745098],[59.8039215686275,59.8039215686275,57.843137254902],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,3.92156862745098],[31.3725490196078,18.6274509803922,10.7843137254902],[31.3725490196078,17.6470588235294,8.82352941176471],[32.3529411764706,18.6274509803922,9.80392156862745],[40.1960784313726,23.5294117647059,13.7254901960784],[48.0392156862745,30.3921568627451,20.5882352941176],[35.2941176470588,17.6470588235294,7.84313725490196],[38.2352941176471,18.6274509803922,11.7647058823529],[51.9607843137255,32.3529411764706,25.4901960784314],[44.1176470588235,26.4705882352941,14.7058823529412],[40.1960784313726,24.5098039215686,8.82352941176471],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,49.0196078431373,24.5098039215686],[74.5098039215686,68.6274509803922,47.0588235294118],[51.9607843137255,46.078431372549,30.3921568627451],[35.2941176470588,28.4313725490196,18.6274509803922],[27.4509803921569,18.6274509803922,11.7647058823529],[29.4117647058824,19.6078431372549,10.7843137254902],[40.1960784313726,27.4509803921569,11.7647058823529],[53.921568627451,40.1960784313726,14.7058823529412],[67.6470588235294,52.9411764705882,20.5882352941176],[154.901960784314,143.137254901961,105.882352941176],[63.7254901960784,55.8823529411765,10.7843137254902],[100,93.1372549019608,40.1960784313726],[114.705882352941,108.823529411765,50],[112.745098039216,107.843137254902,43.1372549019608],[110.78431372549,101.960784313725,36.2745098039216],[141.176470588235,127.450980392157,63.7254901960784],[134.313725490196,116.666666666667,53.921568627451],[78.4313725490196,57.843137254902,0],[134.313725490196,110.78431372549,48.0392156862745],[113.725490196078,90.1960784313725,29.4117647058824],[127.450980392157,105.882352941176,49.0196078431373],[127.450980392157,107.843137254902,55.8823529411765],[79.4117647058823,63.7254901960784,15.6862745098039],[113.725490196078,100.980392156863,57.843137254902],[113.725490196078,103.921568627451,68.6274509803922],[60.7843137254902,55.8823529411765,26.4705882352941],[21.5686274509804,17.6470588235294,0],[76.4705882352941,70.5882352941177,21.5686274509804],[78.4313725490196,71.5686274509804,17.6470588235294],[84.3137254901961,72.5490196078431,25.4901960784314],[189.21568627451,175.490196078431,131.372549019608],[160.78431372549,145.098039215686,95.0980392156863],[186.274509803922,173.529411764706,119.607843137255],[178.43137254902,168.627450980392,108.823529411765],[109.803921568627,101.960784313725,40.1960784313726],[108.823529411765,103.921568627451,41.1764705882353],[124.509803921569,121.56862745098,55.8823529411765],[146.078431372549,144.117647058824,71.5686274509804],[209.803921568627,208.823529411765,146.078431372549],[240.196078431373,235.294117647059,194.117647058824],[198.039215686275,193.137254901961,163.725490196078],[185.294117647059,184.313725490196,156.862745098039],[213.725490196078,217.647058823529,191.176470588235],[196.078431372549,205.882352941176,182.352941176471],[215.686274509804,230.392156862745,209.803921568627],[193.137254901961,215.686274509804,198.039215686275],[184.313725490196,211.764705882353,198.039215686275],[222.549019607843,250,243.137254901961],[226.470588235294,250,250],[128.43137254902,159.803921568627,154.901960784314],[79.4117647058823,110.78431372549,107.843137254902],[89.2156862745098,118.627450980392,120.588235294118],[129.411764705882,155.882352941176,162.745098039216],[116.666666666667,143.137254901961,153.921568627451],[117.647058823529,140.196078431373,155.882352941176],[132.352941176471,153.921568627451,174.509803921569],[168.627450980392,194.117647058824,210.78431372549],[143.137254901961,170.588235294118,181.372549019608],[109.803921568627,134.313725490196,138.235294117647],[124.509803921569,144.117647058824,142.156862745098],[187.254901960784,197.058823529412,189.21568627451],[240.196078431373,236.274509803922,225.490196078431],[250,247.058823529412,238.235294117647],[250,245.098039215686,239.21568627451],[250,248.039215686275,245.098039215686],[238.235294117647,248.039215686275,249.019607843137],[235.294117647059,250,250],[225.490196078431,250,250],[226.470588235294,250,250],[233.333333333333,250,250],[201.960784313725,219.607843137255,241.176470588235],[219.607843137255,238.235294117647,250],[228.43137254902,244.117647058824,250],[212.745098039216,223.529411764706,250],[175.490196078431,187.254901960784,226.470588235294],[201.960784313725,216.666666666667,250],[198.039215686275,218.627450980392,250],[155.882352941176,182.352941176471,226.470588235294],[142.156862745098,172.549019607843,217.647058823529],[139.21568627451,172.549019607843,216.666666666667],[144.117647058824,182.352941176471,224.509803921569],[151.960784313725,193.137254901961,234.313725490196],[149.019607843137,190.196078431373,229.411764705882],[144.117647058824,187.254901960784,223.529411764706],[132.352941176471,179.411764705882,214.705882352941],[131.372549019608,183.333333333333,216.666666666667],[132.352941176471,185.294117647059,220.588235294118],[119.607843137255,177.450980392157,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[123.529411764706,175.490196078431,206.862745098039],[127.450980392157,182.352941176471,214.705882352941],[104.901960784314,171.56862745098,209.803921568627],[115.686274509804,183.333333333333,221.56862745098],[107.843137254902,166.666666666667,200],[120.588235294118,163.725490196078,188.235294117647],[217.647058823529,239.21568627451,250],[215.686274509804,223.529411764706,226.470588235294],[207.843137254902,208.823529411765,212.745098039216],[185.294117647059,191.176470588235,202.941176470588],[179.411764705882,199.019607843137,223.529411764706],[171.56862745098,200.980392156863,234.313725490196],[155.882352941176,190.196078431373,227.450980392157],[131.372549019608,166.666666666667,201.960784313725],[152.941176470588,182.352941176471,207.843137254902],[174.509803921569,201.960784313725,225.490196078431],[137.254901960784,170.588235294118,198.039215686275],[144.117647058824,178.43137254902,207.843137254902],[197.058823529412,230.392156862745,250],[152.941176470588,183.333333333333,211.764705882353],[157.843137254902,184.313725490196,212.745098039216],[158.823529411765,183.333333333333,212.745098039216],[156.862745098039,180.392156862745,207.843137254902],[173.529411764706,194.117647058824,222.549019607843],[177.450980392157,198.039215686275,226.470588235294],[165.686274509804,186.274509803922,216.666666666667],[173.529411764706,196.078431372549,226.470588235294],[180.392156862745,204.901960784314,234.313725490196],[166.666666666667,193.137254901961,222.549019607843],[160.78431372549,189.21568627451,220.588235294118],[167.647058823529,198.039215686275,228.43137254902],[169.607843137255,200,230.392156862745],[151.960784313725,184.313725490196,214.705882352941],[150.980392156863,184.313725490196,211.764705882353],[159.803921568627,190.196078431373,217.647058823529],[181.372549019608,212.745098039216,237.254901960784],[188.235294117647,222.549019607843,244.117647058824],[170.588235294118,205.882352941176,227.450980392157],[163.725490196078,199.019607843137,222.549019607843],[178.43137254902,217.647058823529,242.156862745098],[156.862745098039,200,228.43137254902],[141.176470588235,186.274509803922,218.627450980392],[137.254901960784,189.21568627451,220.588235294118],[111.764705882353,166.666666666667,199.019607843137],[89.2156862745098,147.058823529412,178.43137254902],[97.0588235294118,158.823529411765,189.21568627451],[100.980392156863,164.705882352941,192.156862745098],[101.960784313725,167.647058823529,194.117647058824],[116.666666666667,182.352941176471,208.823529411765],[132.352941176471,196.078431372549,217.647058823529],[138.235294117647,195.098039215686,208.823529411765],[113.725490196078,168.627450980392,183.333333333333],[100,158.823529411765,184.313725490196],[101.960784313725,160.78431372549,184.313725490196],[82.3529411764706,139.21568627451,143.137254901961],[57.843137254902,111.764705882353,106.862745098039],[60.7843137254902,111.764705882353,107.843137254902],[65.6862745098039,105.882352941176,100],[92.156862745098,108.823529411765,99.0196078431373],[212.745098039216,216.666666666667,200],[245.098039215686,250,220.588235294118],[214.705882352941,220.588235294118,183.333333333333],[200.980392156863,207.843137254902,167.647058823529],[202.941176470588,208.823529411765,161.764705882353],[193.137254901961,198.039215686275,141.176470588235],[166.666666666667,171.56862745098,106.862745098039],[183.333333333333,190.196078431373,124.509803921569],[140.196078431373,147.058823529412,80.3921568627451],[162.745098039216,169.607843137255,102.941176470588],[185.294117647059,190.196078431373,124.509803921569],[227.450980392157,229.411764705882,165.686274509804],[158.823529411765,156.862745098039,97.0588235294118],[114.705882352941,107.843137254902,53.921568627451],[138.235294117647,128.43137254902,76.4705882352941],[59.8039215686275,50,0],[126.470588235294,119.607843137255,65.6862745098039],[202.941176470588,198.039215686275,141.176470588235],[207.843137254902,205.882352941176,146.078431372549],[124.509803921569,124.509803921569,61.7647058823529],[55.8823529411765,61.7647058823529,0.980392156862745],[62.7450980392157,77.4509803921569,23.5294117647059],[102.941176470588,120.588235294118,69.6078431372549],[103.921568627451,123.529411764706,71.5686274509804],[89.2156862745098,109.803921568627,54.9019607843137],[158.823529411765,177.450980392157,123.529411764706],[175.490196078431,192.156862745098,139.21568627451],[104.901960784314,114.705882352941,63.7254901960784],[104.901960784314,106.862745098039,58.8235294117647],[136.274509803922,128.43137254902,83.3333333333333],[93.1372549019608,76.4705882352941,34.3137254901961],[87.2549019607843,59.8039215686275,21.5686274509804],[99.0196078431373,65.6862745098039,31.3725490196078],[87.2549019607843,47.0588235294118,15.6862745098039],[81.3725490196078,39.2156862745098,7.84313725490196],[100,55.8823529411765,27.4509803921569],[110.78431372549,69.6078431372549,45.0980392156863],[83.3333333333333,49.0196078431373,30.3921568627451],[62.7450980392157,34.3137254901961,16.6666666666667],[56.8627450980392,28.4313725490196,10.7843137254902],[37.2549019607843,9.80392156862745,0],[55.8823529411765,28.4313725490196,6.86274509803922],[50.9803921568627,23.5294117647059,1.96078431372549],[48.0392156862745,17.6470588235294,0],[34.3137254901961,3.92156862745098,0],[44.1176470588235,12.7450980392157,0],[60.7843137254902,33.3333333333333,21.5686274509804],[25.4901960784314,1.96078431372549,0],[18.6274509803922,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[3.92156862745098,0,0],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[19.6078431372549,19.6078431372549,17.6470588235294],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[18.6274509803922,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[25.4901960784314,12.7450980392157,4.90196078431373],[19.6078431372549,6.86274509803922,0],[17.6470588235294,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[35.2941176470588,14.7058823529412,11.7647058823529],[42.156862745098,18.6274509803922,16.6666666666667],[48.0392156862745,27.4509803921569,22.5490196078431],[45.0980392156863,27.4509803921569,15.6862745098039],[28.4313725490196,12.7450980392157,0],[22.5490196078431,11.7647058823529,0],[57.843137254902,50,29.4117647058824],[37.2549019607843,31.3725490196078,15.6862745098039],[20.5882352941176,16.6666666666667,5.88235294117647],[200.980392156863,197.058823529412,194.117647058824],[216.666666666667,210.78431372549,210.78431372549],[68.6274509803922,61.7647058823529,55.8823529411765],[21.5686274509804,12.7450980392157,0],[30.3921568627451,19.6078431372549,0],[86.2745098039216,74.5098039215686,35.2941176470588],[68.6274509803922,53.921568627451,11.7647058823529],[54.9019607843137,41.1764705882353,0],[152.941176470588,142.156862745098,87.2549019607843],[143.137254901961,135.294117647059,74.5098039215686],[101.960784313725,96.078431372549,35.2941176470588],[112.745098039216,104.901960784314,43.1372549019608],[143.137254901961,132.352941176471,71.5686274509804],[122.549019607843,106.862745098039,48.0392156862745],[106.862745098039,86.2745098039216,24.5098039215686],[136.274509803922,112.745098039216,53.921568627451],[118.627450980392,94.1176470588235,39.2156862745098],[72.5490196078431,50,0],[96.078431372549,78.4313725490196,31.3725490196078],[121.56862745098,108.823529411765,64.7058823529412],[96.078431372549,90.1960784313725,43.1372549019608],[71.5686274509804,68.6274509803922,26.4705882352941],[54.9019607843137,51.9607843137255,19.6078431372549],[71.5686274509804,67.6470588235294,33.3333333333333],[39.2156862745098,35.2941176470588,0],[35.2941176470588,29.4117647058824,0],[80.3921568627451,71.5686274509804,29.4117647058824],[92.156862745098,80.3921568627451,39.2156862745098],[104.901960784314,92.156862745098,48.0392156862745],[144.117647058824,134.313725490196,82.3529411764706],[148.039215686275,139.21568627451,83.3333333333333],[174.509803921569,168.627450980392,107.843137254902],[187.254901960784,183.333333333333,121.56862745098],[181.372549019608,180.392156862745,117.647058823529],[155.882352941176,156.862745098039,92.156862745098],[204.901960784314,203.921568627451,148.039215686275],[250,250,213.725490196078],[250,250,223.529411764706],[211.764705882353,211.764705882353,184.313725490196],[210.78431372549,214.705882352941,188.235294117647],[221.56862745098,231.372549019608,206.862745098039],[224.509803921569,239.21568627451,218.627450980392],[217.647058823529,238.235294117647,221.56862745098],[232.352941176471,250,246.078431372549],[227.450980392157,250,250],[219.607843137255,250,248.039215686275],[167.647058823529,202.941176470588,200.980392156863],[178.43137254902,212.745098039216,214.705882352941],[128.43137254902,162.745098039216,168.627450980392],[143.137254901961,176.470588235294,186.274509803922],[146.078431372549,178.43137254902,195.098039215686],[123.529411764706,154.901960784314,177.450980392157],[126.470588235294,156.862745098039,184.313725490196],[122.549019607843,153.921568627451,178.43137254902],[130.392156862745,166.666666666667,182.352941176471],[123.529411764706,159.803921568627,167.647058823529],[130.392156862745,159.803921568627,161.764705882353],[145.098039215686,163.725490196078,161.764705882353],[181.372549019608,186.274509803922,180.392156862745],[230.392156862745,227.450980392157,222.549019607843],[246.078431372549,242.156862745098,239.21568627451],[229.411764705882,233.333333333333,234.313725490196],[222.549019607843,243.137254901961,248.039215686275],[210.78431372549,244.117647058824,250],[170.588235294118,208.823529411765,225.490196078431],[172.549019607843,212.745098039216,232.352941176471],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,170.588235294118,195.098039215686],[118.627450980392,152.941176470588,174.509803921569],[165.686274509804,195.098039215686,220.588235294118],[214.705882352941,237.254901960784,250],[171.56862745098,193.137254901961,231.372549019608],[158.823529411765,181.372549019608,222.549019607843],[150,178.43137254902,221.56862745098],[144.117647058824,175.490196078431,221.56862745098],[150,185.294117647059,232.352941176471],[142.156862745098,182.352941176471,227.450980392157],[137.254901960784,177.450980392157,222.549019607843],[136.274509803922,178.43137254902,220.588235294118],[139.21568627451,181.372549019608,223.529411764706],[142.156862745098,186.274509803922,226.470588235294],[137.254901960784,184.313725490196,221.56862745098],[140.196078431373,188.235294117647,227.450980392157],[137.254901960784,190.196078431373,227.450980392157],[126.470588235294,180.392156862745,218.627450980392],[128.43137254902,180.392156862745,219.607843137255],[137.254901960784,184.313725490196,223.529411764706],[125.490196078431,176.470588235294,215.686274509804],[101.960784313725,167.647058823529,209.803921568627],[96.078431372549,165.686274509804,206.862745098039],[101.960784313725,164.705882352941,199.019607843137],[121.56862745098,167.647058823529,193.137254901961],[200,221.56862745098,234.313725490196],[225.490196078431,232.352941176471,240.196078431373],[208.823529411765,207.843137254902,213.725490196078],[179.411764705882,178.43137254902,192.156862745098],[186.274509803922,196.078431372549,222.549019607843],[182.352941176471,200.980392156863,233.333333333333],[163.725490196078,189.21568627451,225.490196078431],[160.78431372549,190.196078431373,223.529411764706],[173.529411764706,204.901960784314,227.450980392157],[142.156862745098,176.470588235294,198.039215686275],[118.627450980392,156.862745098039,187.254901960784],[126.470588235294,163.725490196078,199.019607843137],[153.921568627451,189.21568627451,222.549019607843],[145.098039215686,177.450980392157,209.803921568627],[149.019607843137,177.450980392157,208.823529411765],[158.823529411765,183.333333333333,213.725490196078],[188.235294117647,211.764705882353,239.21568627451],[178.43137254902,197.058823529412,226.470588235294],[186.274509803922,205.882352941176,232.352941176471],[189.21568627451,205.882352941176,233.333333333333],[180.392156862745,200,226.470588235294],[180.392156862745,200,226.470588235294],[173.529411764706,194.117647058824,222.549019607843],[171.56862745098,195.098039215686,222.549019607843],[185.294117647059,209.803921568627,239.21568627451],[184.313725490196,210.78431372549,240.196078431373],[160.78431372549,193.137254901961,223.529411764706],[159.803921568627,192.156862745098,222.549019607843],[170.588235294118,200,227.450980392157],[179.411764705882,208.823529411765,234.313725490196],[176.470588235294,210.78431372549,232.352941176471],[178.43137254902,212.745098039216,234.313725490196],[181.372549019608,216.666666666667,240.196078431373],[179.411764705882,215.686274509804,241.176470588235],[159.803921568627,202.941176470588,231.372549019608],[141.176470588235,189.21568627451,220.588235294118],[127.450980392157,181.372549019608,211.764705882353],[115.686274509804,173.529411764706,204.901960784314],[118.627450980392,176.470588235294,207.843137254902],[113.725490196078,173.529411764706,201.960784313725],[96.078431372549,160.78431372549,184.313725490196],[104.901960784314,171.56862745098,192.156862745098],[93.1372549019608,157.843137254902,179.411764705882],[85.2941176470588,147.058823529412,163.725490196078],[159.803921568627,215.686274509804,226.470588235294],[147.058823529412,199.019607843137,212.745098039216],[100,154.901960784314,177.450980392157],[103.921568627451,159.803921568627,179.411764705882],[93.1372549019608,150,153.921568627451],[121.56862745098,176.470588235294,173.529411764706],[61.7647058823529,113.725490196078,107.843137254902],[60.7843137254902,100.980392156863,95.0980392156863],[164.705882352941,185.294117647059,178.43137254902],[218.627450980392,229.411764705882,213.725490196078],[238.235294117647,244.117647058824,216.666666666667],[203.921568627451,209.803921568627,174.509803921569],[208.823529411765,214.705882352941,177.450980392157],[231.372549019608,237.254901960784,192.156862745098],[195.098039215686,200.980392156863,142.156862745098],[142.156862745098,147.058823529412,81.3725490196078],[131.372549019608,138.235294117647,71.5686274509804],[154.901960784314,161.764705882353,95.0980392156863],[132.352941176471,139.21568627451,73.5294117647059],[131.372549019608,137.254901960784,74.5098039215686],[127.450980392157,131.372549019608,71.5686274509804],[44.1176470588235,43.1372549019608,0],[127.450980392157,121.56862745098,70.5882352941177],[164.705882352941,154.901960784314,104.901960784314],[55.8823529411765,46.078431372549,0],[139.21568627451,130.392156862745,76.4705882352941],[195.098039215686,187.254901960784,126.470588235294],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,159.803921568627,90.1960784313725],[190.196078431373,193.137254901961,125.490196078431],[195.098039215686,208.823529411765,148.039215686275],[200.980392156863,220.588235294118,162.745098039216],[187.254901960784,206.862745098039,149.019607843137],[172.549019607843,190.196078431373,133.333333333333],[135.294117647059,150,94.1176470588235],[86.2745098039216,95.0980392156863,41.1764705882353],[100.980392156863,103.921568627451,51.9607843137255],[156.862745098039,150.980392156863,103.921568627451],[70.5882352941177,53.921568627451,10.7843137254902],[28.4313725490196,5.88235294117647,0],[67.6470588235294,38.2352941176471,2.94117647058824],[86.2745098039216,52.9411764705882,18.6274509803922],[77.4509803921569,42.156862745098,10.7843137254902],[74.5098039215686,36.2745098039216,7.84313725490196],[72.5490196078431,34.3137254901961,5.88235294117647],[127.450980392157,91.1764705882353,65.6862745098039],[68.6274509803922,34.3137254901961,12.7450980392157],[60.7843137254902,28.4313725490196,9.80392156862745],[108.823529411765,77.4509803921569,56.8627450980392],[48.0392156862745,16.6666666666667,0],[37.2549019607843,6.86274509803922,0],[71.5686274509804,41.1764705882353,21.5686274509804],[49.0196078431373,18.6274509803922,0.980392156862745],[39.2156862745098,10.7843137254902,0],[61.7647058823529,34.3137254901961,20.5882352941176],[54.9019607843137,31.3725490196078,19.6078431372549],[17.6470588235294,0,0],[12.7450980392157,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[12.7450980392157,11.7647058823529,9.80392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[14.7058823529412,5.88235294117647,0.980392156862745],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,3.92156862745098],[16.6666666666667,5.88235294117647,0],[15.6862745098039,2.94117647058824,0],[21.5686274509804,2.94117647058824,0],[25.4901960784314,4.90196078431373,3.92156862745098],[16.6666666666667,0,0],[20.5882352941176,0,0],[35.2941176470588,17.6470588235294,5.88235294117647],[29.4117647058824,16.6666666666667,0],[30.3921568627451,22.5490196078431,0],[56.8627450980392,50.9803921568627,29.4117647058824],[31.3725490196078,28.4313725490196,13.7254901960784],[50.9803921568627,48.0392156862745,39.2156862745098],[245.098039215686,244.117647058824,242.156862745098],[250,249.019607843137,248.039215686275],[86.2745098039216,82.3529411764706,71.5686274509804],[38.2352941176471,32.3529411764706,10.7843137254902],[56.8627450980392,49.0196078431373,10.7843137254902],[99.0196078431373,85.2941176470588,37.2549019607843],[111.764705882353,87.2549019607843,31.3725490196078],[130.392156862745,100,44.1176470588235],[127.450980392157,102.941176470588,47.0588235294118],[111.764705882353,92.156862745098,40.1960784313726],[123.529411764706,109.803921568627,61.7647058823529],[71.5686274509804,59.8039215686275,12.7450980392157],[64.7058823529412,54.9019607843137,6.86274509803922],[100,93.1372549019608,42.156862745098],[124.509803921569,117.647058823529,63.7254901960784],[119.607843137255,109.803921568627,57.843137254902],[132.352941176471,121.56862745098,76.4705882352941],[85.2941176470588,71.5686274509804,33.3333333333333],[48.0392156862745,36.2745098039216,0],[90.1960784313725,79.4117647058823,35.2941176470588],[100.980392156863,95.0980392156863,38.2352941176471],[73.5294117647059,68.6274509803922,13.7254901960784],[49.0196078431373,46.078431372549,5.88235294117647],[128.43137254902,126.470588235294,89.2156862745098],[105.882352941176,102.941176470588,58.8235294117647],[76.4705882352941,72.5490196078431,28.4313725490196],[60.7843137254902,52.9411764705882,14.7058823529412],[50,42.156862745098,5.88235294117647],[108.823529411765,101.960784313725,60.7843137254902],[199.019607843137,193.137254901961,146.078431372549],[112.745098039216,107.843137254902,53.921568627451],[120.588235294118,118.627450980392,62.7450980392157],[159.803921568627,158.823529411765,102.941176470588],[194.117647058824,195.098039215686,139.21568627451],[202.941176470588,205.882352941176,150],[216.666666666667,220.588235294118,171.56862745098],[240.196078431373,244.117647058824,211.764705882353],[250,250,227.450980392157],[250,250,225.490196078431],[234.313725490196,240.196078431373,212.745098039216],[220.588235294118,228.43137254902,204.901960784314],[225.490196078431,238.235294117647,218.627450980392],[211.764705882353,229.411764705882,213.725490196078],[215.686274509804,239.21568627451,226.470588235294],[196.078431372549,225.490196078431,217.647058823529],[165.686274509804,197.058823529412,192.156862745098],[223.529411764706,250,250],[174.509803921569,213.725490196078,215.686274509804],[121.56862745098,158.823529411765,167.647058823529],[125.490196078431,163.725490196078,178.43137254902],[139.21568627451,176.470588235294,197.058823529412],[136.274509803922,172.549019607843,199.019607843137],[114.705882352941,150,181.372549019608],[121.56862745098,159.803921568627,190.196078431373],[100.980392156863,148.039215686275,169.607843137255],[110.78431372549,155.882352941176,170.588235294118],[133.333333333333,162.745098039216,173.529411764706],[175.490196078431,193.137254901961,202.941176470588],[170.588235294118,179.411764705882,184.313725490196],[175.490196078431,183.333333333333,186.274509803922],[216.666666666667,227.450980392157,231.372549019608],[183.333333333333,200,206.862745098039],[211.764705882353,234.313725490196,248.039215686275],[213.725490196078,246.078431372549,250],[117.647058823529,162.745098039216,185.294117647059],[142.156862745098,195.098039215686,220.588235294118],[136.274509803922,191.176470588235,217.647058823529],[141.176470588235,193.137254901961,223.529411764706],[126.470588235294,170.588235294118,200.980392156863],[122.549019607843,160.78431372549,191.176470588235],[136.274509803922,172.549019607843,198.039215686275],[148.039215686275,184.313725490196,209.803921568627],[152.941176470588,191.176470588235,221.56862745098],[146.078431372549,188.235294117647,221.56862745098],[139.21568627451,183.333333333333,221.56862745098],[137.254901960784,183.333333333333,224.509803921569],[141.176470588235,187.254901960784,230.392156862745],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,232.352941176471],[143.137254901961,184.313725490196,231.372549019608],[147.058823529412,186.274509803922,236.274509803922],[144.117647058824,183.333333333333,233.333333333333],[147.058823529412,187.254901960784,238.235294117647],[148.039215686275,190.196078431373,242.156862745098],[136.274509803922,180.392156862745,234.313725490196],[137.254901960784,179.411764705882,231.372549019608],[141.176470588235,178.43137254902,226.470588235294],[126.470588235294,169.607843137255,213.725490196078],[118.627450980392,173.529411764706,219.607843137255],[104.901960784314,162.745098039216,205.882352941176],[122.549019607843,169.607843137255,208.823529411765],[145.098039215686,175.490196078431,205.882352941176],[198.039215686275,203.921568627451,225.490196078431],[250,242.156862745098,250],[229.411764705882,217.647058823529,231.372549019608],[209.803921568627,200.980392156863,217.647058823529],[189.21568627451,190.196078431373,217.647058823529],[174.509803921569,185.294117647059,216.666666666667],[183.333333333333,202.941176470588,235.294117647059],[169.607843137255,198.039215686275,227.450980392157],[158.823529411765,193.137254901961,212.745098039216],[142.156862745098,182.352941176471,201.960784313725],[109.803921568627,151.960784313725,183.333333333333],[131.372549019608,173.529411764706,207.843137254902],[179.411764705882,216.666666666667,250],[155.882352941176,189.21568627451,223.529411764706],[130.392156862745,160.78431372549,191.176470588235],[168.627450980392,195.098039215686,224.509803921569],[198.039215686275,218.627450980392,247.058823529412],[194.117647058824,213.725490196078,240.196078431373],[171.56862745098,187.254901960784,212.745098039216],[191.176470588235,206.862745098039,232.352941176471],[192.156862745098,207.843137254902,233.333333333333],[191.176470588235,206.862745098039,232.352941176471],[184.313725490196,200.980392156863,228.43137254902],[180.392156862745,197.058823529412,224.509803921569],[195.098039215686,213.725490196078,243.137254901961],[199.019607843137,221.56862745098,250],[165.686274509804,198.039215686275,230.392156862745],[159.803921568627,194.117647058824,225.490196078431],[177.450980392157,205.882352941176,235.294117647059],[184.313725490196,213.725490196078,239.21568627451],[168.627450980392,202.941176470588,224.509803921569],[171.56862745098,206.862745098039,228.43137254902],[186.274509803922,219.607843137255,244.117647058824],[179.411764705882,215.686274509804,242.156862745098],[137.254901960784,179.411764705882,210.78431372549],[151.960784313725,200,232.352941176471],[134.313725490196,192.156862745098,223.529411764706],[111.764705882353,171.56862745098,201.960784313725],[133.333333333333,191.176470588235,220.588235294118],[144.117647058824,202.941176470588,228.43137254902],[112.745098039216,176.470588235294,196.078431372549],[97.0588235294118,162.745098039216,179.411764705882],[104.901960784314,169.607843137255,183.333333333333],[72.5490196078431,133.333333333333,146.078431372549],[131.372549019608,188.235294117647,199.019607843137],[173.529411764706,226.470588235294,238.235294117647],[134.313725490196,182.352941176471,199.019607843137],[93.1372549019608,144.117647058824,157.843137254902],[94.1176470588235,151.960784313725,159.803921568627],[136.274509803922,194.117647058824,192.156862745098],[136.274509803922,185.294117647059,174.509803921569],[174.509803921569,211.764705882353,200.980392156863],[198.039215686275,224.509803921569,219.607843137255],[226.470588235294,242.156862745098,231.372549019608],[187.254901960784,194.117647058824,163.725490196078],[171.56862745098,175.490196078431,139.21568627451],[200.980392156863,206.862745098039,171.56862745098],[168.627450980392,175.490196078431,132.352941176471],[209.803921568627,213.725490196078,155.882352941176],[154.901960784314,159.803921568627,94.1176470588235],[80.3921568627451,87.2549019607843,21.5686274509804],[42.156862745098,49.0196078431373,0],[124.509803921569,133.333333333333,69.6078431372549],[75.4901960784314,81.3725490196078,20.5882352941176],[74.5098039215686,77.4509803921569,21.5686274509804],[61.7647058823529,60.7843137254902,7.84313725490196],[125.490196078431,117.647058823529,69.6078431372549],[171.56862745098,161.764705882353,113.725490196078],[122.549019607843,109.803921568627,58.8235294117647],[122.549019607843,109.803921568627,55.8823529411765],[153.921568627451,143.137254901961,82.3529411764706],[134.313725490196,124.509803921569,56.8627450980392],[152.941176470588,144.117647058824,70.5882352941177],[196.078431372549,192.156862745098,120.588235294118],[171.56862745098,176.470588235294,111.764705882353],[142.156862745098,151.960784313725,92.156862745098],[154.901960784314,162.745098039216,103.921568627451],[100,105.882352941176,47.0588235294118],[79.4117647058823,80.3921568627451,24.5098039215686],[117.647058823529,114.705882352941,60.7843137254902],[119.607843137255,109.803921568627,59.8039215686275],[158.823529411765,141.176470588235,94.1176470588235],[88.2352941176471,63.7254901960784,23.5294117647059],[87.2549019607843,57.843137254902,20.5882352941176],[63.7254901960784,31.3725490196078,0],[76.4705882352941,42.156862745098,10.7843137254902],[92.156862745098,59.8039215686275,29.4117647058824],[70.5882352941177,40.1960784313726,11.7647058823529],[69.6078431372549,41.1764705882353,11.7647058823529],[88.2352941176471,58.8235294117647,31.3725490196078],[127.450980392157,94.1176470588235,69.6078431372549],[87.2549019607843,51.9607843137255,28.4313725490196],[52.9411764705882,18.6274509803922,0],[40.1960784313726,5.88235294117647,0],[74.5098039215686,43.1372549019608,22.5490196078431],[78.4313725490196,48.0392156862745,30.3921568627451],[69.6078431372549,41.1764705882353,25.4901960784314],[84.3137254901961,56.8627450980392,45.0980392156863],[61.7647058823529,38.2352941176471,28.4313725490196],[36.2745098039216,17.6470588235294,10.7843137254902],[10.7843137254902,0,0],[10.7843137254902,0,0],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[15.6862745098039,14.7058823529412,12.7450980392157],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0]],[[7.84313725490196,7.84313725490196,5.88235294117647],[6.86274509803922,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[18.6274509803922,11.7647058823529,5.88235294117647],[23.5294117647059,12.7450980392157,6.86274509803922],[25.4901960784314,10.7843137254902,5.88235294117647],[24.5098039215686,7.84313725490196,0.980392156862745],[22.5490196078431,4.90196078431373,0.980392156862745],[19.6078431372549,2.94117647058824,0],[23.5294117647059,9.80392156862745,0],[28.4313725490196,17.6470588235294,0],[48.0392156862745,42.156862745098,20.5882352941176],[52.9411764705882,50.9803921568627,28.4313725490196],[32.3529411764706,33.3333333333333,15.6862745098039],[52.9411764705882,54.9019607843137,42.156862745098],[66.6666666666667,67.6470588235294,61.7647058823529],[116.666666666667,116.666666666667,108.823529411765],[78.4313725490196,75.4901960784314,58.8235294117647],[42.156862745098,37.2549019607843,8.82352941176471],[118.627450980392,111.764705882353,66.6666666666667],[133.333333333333,120.588235294118,66.6666666666667],[131.372549019608,105.882352941176,50],[150.980392156863,120.588235294118,64.7058823529412],[137.254901960784,108.823529411765,53.921568627451],[75.4901960784314,50.9803921568627,0],[109.803921568627,87.2549019607843,44.1176470588235],[130.392156862745,113.725490196078,71.5686274509804],[101.960784313725,89.2156862745098,48.0392156862745],[96.078431372549,89.2156862745098,46.078431372549],[148.039215686275,146.078431372549,96.078431372549],[106.862745098039,106.862745098039,57.843137254902],[72.5490196078431,71.5686274509804,28.4313725490196],[75.4901960784314,71.5686274509804,34.3137254901961],[42.156862745098,36.2745098039216,0.980392156862745],[76.4705882352941,68.6274509803922,30.3921568627451],[142.156862745098,135.294117647059,82.3529411764706],[111.764705882353,106.862745098039,51.9607843137255],[51.9607843137255,50,2.94117647058824],[118.627450980392,117.647058823529,74.5098039215686],[172.549019607843,171.56862745098,126.470588235294],[76.4705882352941,73.5294117647059,31.3725490196078],[60.7843137254902,56.8627450980392,19.6078431372549],[86.2745098039216,82.3529411764706,45.0980392156863],[51.9607843137255,49.0196078431373,6.86274509803922],[96.078431372549,94.1176470588235,47.0588235294118],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,121.56862745098,65.6862745098039],[139.21568627451,142.156862745098,86.2745098039216],[185.294117647059,190.196078431373,137.254901960784],[180.392156862745,188.235294117647,138.235294117647],[149.019607843137,157.843137254902,115.686274509804],[161.764705882353,171.56862745098,138.235294117647],[188.235294117647,197.058823529412,168.627450980392],[200,206.862745098039,174.509803921569],[190.196078431373,197.058823529412,166.666666666667],[211.764705882353,220.588235294118,194.117647058824],[232.352941176471,244.117647058824,222.549019607843],[213.725490196078,230.392156862745,214.705882352941],[206.862745098039,228.43137254902,216.666666666667],[183.333333333333,208.823529411765,200],[175.490196078431,205.882352941176,200.980392156863],[204.901960784314,240.196078431373,238.235294117647],[198.039215686275,237.254901960784,239.21568627451],[216.666666666667,250,250],[170.588235294118,211.764705882353,225.490196078431],[118.627450980392,158.823529411765,180.392156862745],[143.137254901961,183.333333333333,210.78431372549],[132.352941176471,170.588235294118,202.941176470588],[121.56862745098,163.725490196078,195.098039215686],[114.705882352941,163.725490196078,188.235294117647],[103.921568627451,150,169.607843137255],[137.254901960784,164.705882352941,185.294117647059],[163.725490196078,180.392156862745,198.039215686275],[195.098039215686,203.921568627451,218.627450980392],[226.470588235294,234.313725490196,247.058823529412],[208.823529411765,220.588235294118,232.352941176471],[176.470588235294,194.117647058824,207.843137254902],[185.294117647059,207.843137254902,225.490196078431],[157.843137254902,192.156862745098,213.725490196078],[130.392156862745,175.490196078431,200.980392156863],[118.627450980392,172.549019607843,201.960784313725],[126.470588235294,184.313725490196,215.686274509804],[134.313725490196,192.156862745098,225.490196078431],[125.490196078431,174.509803921569,210.78431372549],[138.235294117647,183.333333333333,216.666666666667],[125.490196078431,170.588235294118,194.117647058824],[135.294117647059,180.392156862745,202.941176470588],[133.333333333333,179.411764705882,204.901960784314],[138.235294117647,186.274509803922,217.647058823529],[147.058823529412,196.078431372549,232.352941176471],[144.117647058824,195.098039215686,234.313725490196],[143.137254901961,191.176470588235,233.333333333333],[135.294117647059,181.372549019608,226.470588235294],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,234.313725490196],[141.176470588235,180.392156862745,230.392156862745],[136.274509803922,172.549019607843,224.509803921569],[138.235294117647,176.470588235294,230.392156862745],[145.098039215686,183.333333333333,239.21568627451],[139.21568627451,178.43137254902,236.274509803922],[141.176470588235,179.411764705882,235.294117647059],[134.313725490196,171.56862745098,219.607843137255],[129.411764705882,169.607843137255,214.705882352941],[134.313725490196,181.372549019608,228.43137254902],[118.627450980392,161.764705882353,205.882352941176],[135.294117647059,163.725490196078,206.862745098039],[156.862745098039,168.627450980392,205.882352941176],[202.941176470588,194.117647058824,224.509803921569],[250,238.235294117647,250],[237.254901960784,222.549019607843,241.176470588235],[191.176470588235,183.333333333333,203.921568627451],[164.705882352941,166.666666666667,191.176470588235],[154.901960784314,165.686274509804,193.137254901961],[157.843137254902,176.470588235294,205.882352941176],[146.078431372549,171.56862745098,198.039215686275],[149.019607843137,183.333333333333,201.960784313725],[149.019607843137,189.21568627451,208.823529411765],[150.980392156863,193.137254901961,224.509803921569],[135.294117647059,176.470588235294,213.725490196078],[150,187.254901960784,222.549019607843],[151.960784313725,185.294117647059,219.607843137255],[163.725490196078,194.117647058824,224.509803921569],[207.843137254902,232.352941176471,250],[197.058823529412,217.647058823529,244.117647058824],[189.21568627451,205.882352941176,231.372549019608],[186.274509803922,200,225.490196078431],[179.411764705882,193.137254901961,218.627450980392],[188.235294117647,201.960784313725,227.450980392157],[195.098039215686,208.823529411765,234.313725490196],[190.196078431373,205.882352941176,231.372549019608],[182.352941176471,198.039215686275,223.529411764706],[176.470588235294,193.137254901961,220.588235294118],[174.509803921569,197.058823529412,227.450980392157],[152.941176470588,186.274509803922,220.588235294118],[144.117647058824,179.411764705882,212.745098039216],[168.627450980392,197.058823529412,228.43137254902],[188.235294117647,214.705882352941,243.137254901961],[165.686274509804,200,221.56862745098],[149.019607843137,184.313725490196,205.882352941176],[159.803921568627,193.137254901961,217.647058823529],[171.56862745098,205.882352941176,233.333333333333],[142.156862745098,182.352941176471,213.725490196078],[137.254901960784,185.294117647059,217.647058823529],[119.607843137255,179.411764705882,209.803921568627],[106.862745098039,168.627450980392,199.019607843137],[119.607843137255,175.490196078431,203.921568627451],[121.56862745098,178.43137254902,201.960784313725],[104.901960784314,166.666666666667,183.333333333333],[96.078431372549,160.78431372549,172.549019607843],[97.0588235294118,159.803921568627,169.607843137255],[97.0588235294118,155.882352941176,165.686274509804],[115.686274509804,173.529411764706,181.372549019608],[166.666666666667,217.647058823529,228.43137254902],[165.686274509804,210.78431372549,225.490196078431],[113.725490196078,160.78431372549,174.509803921569],[83.3333333333333,142.156862745098,150],[75.4901960784314,134.313725490196,134.313725490196],[94.1176470588235,139.21568627451,128.43137254902],[162.745098039216,198.039215686275,184.313725490196],[206.862745098039,233.333333333333,228.43137254902],[239.21568627451,250,245.098039215686],[181.372549019608,186.274509803922,154.901960784314],[194.117647058824,195.098039215686,155.882352941176],[186.274509803922,190.196078431373,153.921568627451],[160.78431372549,163.725490196078,121.56862745098],[189.21568627451,189.21568627451,136.274509803922],[200,201.960784313725,140.196078431373],[168.627450980392,173.529411764706,110.78431372549],[142.156862745098,148.039215686275,87.2549019607843],[194.117647058824,200,139.21568627451],[216.666666666667,222.549019607843,163.725490196078],[106.862745098039,106.862745098039,53.921568627451],[107.843137254902,104.901960784314,54.9019607843137],[210.78431372549,200.980392156863,152.941176470588],[182.352941176471,168.627450980392,120.588235294118],[167.647058823529,150,100.980392156863],[154.901960784314,136.274509803922,81.3725490196078],[175.490196078431,155.882352941176,96.078431372549],[176.470588235294,157.843137254902,91.1764705882353],[166.666666666667,149.019607843137,76.4705882352941],[138.235294117647,124.509803921569,54.9019607843137],[150,140.196078431373,79.4117647058823],[133.333333333333,127.450980392157,70.5882352941177],[121.56862745098,115.686274509804,58.8235294117647],[70.5882352941177,61.7647058823529,5.88235294117647],[84.3137254901961,71.5686274509804,17.6470588235294],[125.490196078431,108.823529411765,57.843137254902],[100.980392156863,79.4117647058823,30.3921568627451],[116.666666666667,90.1960784313725,44.1176470588235],[89.2156862745098,57.843137254902,17.6470588235294],[97.0588235294118,62.7450980392157,25.4901960784314],[51.9607843137255,16.6666666666667,0],[87.2549019607843,53.921568627451,19.6078431372549],[105.882352941176,75.4901960784314,45.0980392156863],[90.1960784313725,64.7058823529412,32.3529411764706],[116.666666666667,94.1176470588235,62.7450980392157],[81.3725490196078,54.9019607843137,25.4901960784314],[63.7254901960784,29.4117647058824,1.96078431372549],[104.901960784314,65.6862745098039,40.1960784313726],[73.5294117647059,37.2549019607843,11.7647058823529],[93.1372549019608,57.843137254902,34.3137254901961],[102.941176470588,71.5686274509804,50.9803921568627],[58.8235294117647,27.4509803921569,12.7450980392157],[64.7058823529412,37.2549019607843,25.4901960784314],[47.0588235294118,25.4901960784314,14.7058823529412],[33.3333333333333,14.7058823529412,7.84313725490196],[12.7450980392157,0,0],[10.7843137254902,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,8.82352941176471,0.980392156862745],[13.7254901960784,3.92156862745098,0],[18.6274509803922,6.86274509803922,0],[22.5490196078431,9.80392156862745,0.980392156862745],[18.6274509803922,8.82352941176471,0],[30.3921568627451,20.5882352941176,10.7843137254902],[23.5294117647059,17.6470588235294,3.92156862745098],[38.2352941176471,35.2941176470588,16.6666666666667],[28.4313725490196,30.3921568627451,9.80392156862745],[16.6666666666667,19.6078431372549,0.980392156862745],[7.84313725490196,10.7843137254902,0],[30.3921568627451,32.3529411764706,18.6274509803922],[43.1372549019608,41.1764705882353,26.4705882352941],[58.8235294117647,54.9019607843137,30.3921568627451],[70.5882352941177,64.7058823529412,29.4117647058824],[72.5490196078431,65.6862745098039,14.7058823529412],[110.78431372549,100,47.0588235294118],[100,83.3333333333333,41.1764705882353],[81.3725490196078,60.7843137254902,18.6274509803922],[75.4901960784314,52.9411764705882,0],[104.901960784314,80.3921568627451,24.5098039215686],[100.980392156863,73.5294117647059,24.5098039215686],[81.3725490196078,54.9019607843137,12.7450980392157],[120.588235294118,97.0588235294118,61.7647058823529],[129.411764705882,111.764705882353,74.5098039215686],[154.901960784314,147.058823529412,100.980392156863],[68.6274509803922,66.6666666666667,16.6666666666667],[61.7647058823529,63.7254901960784,14.7058823529412],[121.56862745098,124.509803921569,78.4313725490196],[53.921568627451,55.8823529411765,17.6470588235294],[42.156862745098,39.2156862745098,6.86274509803922],[88.2352941176471,84.3137254901961,50],[54.9019607843137,50,8.82352941176471],[66.6666666666667,65.6862745098039,12.7450980392157],[165.686274509804,166.666666666667,110.78431372549],[161.764705882353,160.78431372549,113.725490196078],[48.0392156862745,49.0196078431373,5.88235294117647],[95.0980392156863,96.078431372549,54.9019607843137],[79.4117647058823,80.3921568627451,37.2549019607843],[128.43137254902,130.392156862745,84.3137254901961],[131.372549019608,133.333333333333,84.3137254901961],[182.352941176471,187.254901960784,132.352941176471],[94.1176470588235,100,41.1764705882353],[134.313725490196,142.156862745098,83.3333333333333],[152.941176470588,163.725490196078,108.823529411765],[107.843137254902,120.588235294118,75.4901960784314],[100.980392156863,115.686274509804,75.4901960784314],[95.0980392156863,112.745098039216,75.4901960784314],[155.882352941176,171.56862745098,135.294117647059],[167.647058823529,179.411764705882,144.117647058824],[163.725490196078,173.529411764706,140.196078431373],[145.098039215686,155.882352941176,126.470588235294],[192.156862745098,203.921568627451,180.392156862745],[214.705882352941,228.43137254902,211.764705882353],[220.588235294118,238.235294117647,226.470588235294],[233.333333333333,250,245.098039215686],[221.56862745098,248.039215686275,243.137254901961],[219.607843137255,250,248.039215686275],[208.823529411765,243.137254901961,245.098039215686],[201.960784313725,240.196078431373,247.058823529412],[221.56862745098,250,250],[164.705882352941,204.901960784314,224.509803921569],[132.352941176471,171.56862745098,197.058823529412],[150,188.235294117647,218.627450980392],[122.549019607843,160.78431372549,193.137254901961],[119.607843137255,159.803921568627,187.254901960784],[145.098039215686,181.372549019608,206.862745098039],[142.156862745098,169.607843137255,191.176470588235],[151.960784313725,169.607843137255,191.176470588235],[198.039215686275,203.921568627451,225.490196078431],[206.862745098039,207.843137254902,227.450980392157],[191.176470588235,192.156862745098,211.764705882353],[199.019607843137,205.882352941176,224.509803921569],[178.43137254902,199.019607843137,219.607843137255],[110.78431372549,142.156862745098,164.705882352941],[125.490196078431,166.666666666667,191.176470588235],[128.43137254902,174.509803921569,203.921568627451],[146.078431372549,193.137254901961,228.43137254902],[140.196078431373,187.254901960784,226.470588235294],[117.647058823529,165.686274509804,205.882352941176],[128.43137254902,175.490196078431,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[135.294117647059,178.43137254902,206.862745098039],[131.372549019608,175.490196078431,207.843137254902],[138.235294117647,185.294117647059,222.549019607843],[140.196078431373,188.235294117647,228.43137254902],[140.196078431373,188.235294117647,230.392156862745],[147.058823529412,193.137254901961,238.235294117647],[139.21568627451,185.294117647059,230.392156862745],[146.078431372549,189.21568627451,235.294117647059],[145.098039215686,185.294117647059,230.392156862745],[150,187.254901960784,233.333333333333],[142.156862745098,179.411764705882,227.450980392157],[138.235294117647,177.450980392157,225.490196078431],[144.117647058824,183.333333333333,233.333333333333],[144.117647058824,184.313725490196,235.294117647059],[149.019607843137,190.196078431373,239.21568627451],[143.137254901961,183.333333333333,228.43137254902],[146.078431372549,183.333333333333,227.450980392157],[150,187.254901960784,231.372549019608],[142.156862745098,168.627450980392,212.745098039216],[156.862745098039,163.725490196078,208.823529411765],[180.392156862745,169.607843137255,211.764705882353],[230.392156862745,205.882352941176,244.117647058824],[250,232.352941176471,250],[246.078431372549,234.313725490196,250],[214.705882352941,215.686274509804,235.294117647059],[179.411764705882,190.196078431373,211.764705882353],[154.901960784314,172.549019607843,196.078431372549],[166.666666666667,186.274509803922,210.78431372549],[153.921568627451,177.450980392157,200.980392156863],[150.980392156863,181.372549019608,200.980392156863],[157.843137254902,193.137254901961,214.705882352941],[152.941176470588,193.137254901961,222.549019607843],[141.176470588235,180.392156862745,214.705882352941],[113.725490196078,149.019607843137,182.352941176471],[155.882352941176,188.235294117647,220.588235294118],[177.450980392157,205.882352941176,235.294117647059],[161.764705882353,185.294117647059,212.745098039216],[166.666666666667,186.274509803922,210.78431372549],[181.372549019608,197.058823529412,219.607843137255],[196.078431372549,207.843137254902,231.372549019608],[161.764705882353,173.529411764706,197.058823529412],[188.235294117647,200,223.529411764706],[199.019607843137,212.745098039216,238.235294117647],[181.372549019608,197.058823529412,222.549019607843],[171.56862745098,187.254901960784,212.745098039216],[163.725490196078,180.392156862745,207.843137254902],[177.450980392157,200,231.372549019608],[152.941176470588,188.235294117647,223.529411764706],[145.098039215686,182.352941176471,218.627450980392],[162.745098039216,191.176470588235,224.509803921569],[186.274509803922,212.745098039216,242.156862745098],[175.490196078431,210.78431372549,234.313725490196],[147.058823529412,184.313725490196,204.901960784314],[145.098039215686,178.43137254902,202.941176470588],[165.686274509804,200,227.450980392157],[150.980392156863,191.176470588235,222.549019607843],[123.529411764706,171.56862745098,203.921568627451],[106.862745098039,166.666666666667,197.058823529412],[99.0196078431373,161.764705882353,189.21568627451],[94.1176470588235,149.019607843137,175.490196078431],[110.78431372549,164.705882352941,185.294117647059],[126.470588235294,187.254901960784,200],[114.705882352941,177.450980392157,187.254901960784],[113.725490196078,176.470588235294,186.274509803922],[114.705882352941,175.490196078431,186.274509803922],[126.470588235294,183.333333333333,194.117647058824],[155.882352941176,206.862745098039,217.647058823529],[175.490196078431,217.647058823529,233.333333333333],[142.156862745098,187.254901960784,201.960784313725],[100,157.843137254902,165.686274509804],[99.0196078431373,156.862745098039,154.901960784314],[79.4117647058823,122.549019607843,109.803921568627],[157.843137254902,191.176470588235,175.490196078431],[209.803921568627,235.294117647059,226.470588235294],[175.490196078431,189.21568627451,174.509803921569],[159.803921568627,161.764705882353,125.490196078431],[155.882352941176,152.941176470588,108.823529411765],[195.098039215686,193.137254901961,152.941176470588],[174.509803921569,172.549019607843,132.352941176471],[185.294117647059,181.372549019608,135.294117647059],[198.039215686275,195.098039215686,145.098039215686],[149.019607843137,148.039215686275,95.0980392156863],[139.21568627451,140.196078431373,84.3137254901961],[199.019607843137,200,144.117647058824],[204.901960784314,205.882352941176,150],[174.509803921569,171.56862745098,117.647058823529],[153.921568627451,147.058823529412,96.078431372549],[220.588235294118,206.862745098039,158.823529411765],[209.803921568627,190.196078431373,141.176470588235],[209.803921568627,187.254901960784,138.235294117647],[152.941176470588,126.470588235294,74.5098039215686],[158.823529411765,130.392156862745,73.5294117647059],[133.333333333333,103.921568627451,43.1372549019608],[101.960784313725,73.5294117647059,8.82352941176471],[133.333333333333,105.882352941176,42.156862745098],[148.039215686275,122.549019607843,66.6666666666667],[165.686274509804,139.21568627451,87.2549019607843],[148.039215686275,121.56862745098,69.6078431372549],[116.666666666667,89.2156862745098,40.1960784313726],[128.43137254902,100.980392156863,51.9607843137255],[127.450980392157,97.0588235294118,50.9803921568627],[104.901960784314,71.5686274509804,26.4705882352941],[124.509803921569,88.2352941176471,45.0980392156863],[110.78431372549,72.5490196078431,32.3529411764706],[61.7647058823529,23.5294117647059,0],[82.3529411764706,43.1372549019608,7.84313725490196],[105.882352941176,68.6274509803922,33.3333333333333],[72.5490196078431,40.1960784313726,5.88235294117647],[79.4117647058823,50.9803921568627,17.6470588235294],[108.823529411765,85.2941176470588,51.9607843137255],[97.0588235294118,68.6274509803922,35.2941176470588],[77.4509803921569,39.2156862745098,8.82352941176471],[95.0980392156863,51.9607843137255,23.5294117647059],[87.2549019607843,46.078431372549,21.5686274509804],[87.2549019607843,50,27.4509803921569],[73.5294117647059,39.2156862745098,20.5882352941176],[77.4509803921569,49.0196078431373,35.2941176470588],[78.4313725490196,54.9019607843137,45.0980392156863],[25.4901960784314,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[58.8235294117647,57.843137254902,55.8823529411765],[238.235294117647,237.254901960784,235.294117647059],[13.7254901960784,12.7450980392157,10.7843137254902],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0,0],[5.88235294117647,2.94117647058824,0],[17.6470588235294,14.7058823529412,0],[17.6470588235294,13.7254901960784,4.90196078431373],[17.6470588235294,12.7450980392157,8.82352941176471],[43.1372549019608,38.2352941176471,35.2941176470588],[15.6862745098039,12.7450980392157,7.84313725490196],[29.4117647058824,29.4117647058824,19.6078431372549],[40.1960784313726,42.156862745098,28.4313725490196],[21.5686274509804,25.4901960784314,8.82352941176471],[23.5294117647059,26.4705882352941,9.80392156862745],[67.6470588235294,68.6274509803922,52.9411764705882],[73.5294117647059,72.5490196078431,52.9411764705882],[80.3921568627451,74.5098039215686,49.0196078431373],[75.4901960784314,67.6470588235294,32.3529411764706],[54.9019607843137,43.1372549019608,0],[107.843137254902,94.1176470588235,48.0392156862745],[87.2549019607843,73.5294117647059,39.2156862745098],[70.5882352941177,54.9019607843137,19.6078431372549],[91.1764705882353,74.5098039215686,23.5294117647059],[122.549019607843,101.960784313725,46.078431372549],[112.745098039216,90.1960784313725,41.1764705882353],[86.2745098039216,62.7450980392157,19.6078431372549],[90.1960784313725,68.6274509803922,32.3529411764706],[113.725490196078,98.0392156862745,62.7450980392157],[126.470588235294,118.627450980392,72.5490196078431],[85.2941176470588,82.3529411764706,32.3529411764706],[83.3333333333333,83.3333333333333,34.3137254901961],[89.2156862745098,90.1960784313725,47.0588235294118],[53.921568627451,50.9803921568627,20.5882352941176],[57.843137254902,53.921568627451,29.4117647058824],[44.1176470588235,36.2745098039216,13.7254901960784],[58.8235294117647,52.9411764705882,19.6078431372549],[111.764705882353,110.78431372549,55.8823529411765],[112.745098039216,113.725490196078,56.8627450980392],[81.3725490196078,82.3529411764706,41.1764705882353],[75.4901960784314,77.4509803921569,41.1764705882353],[133.333333333333,135.294117647059,99.0196078431373],[80.3921568627451,85.2941176470588,46.078431372549],[94.1176470588235,99.0196078431373,59.8039215686275],[102.941176470588,108.823529411765,65.6862745098039],[146.078431372549,151.960784313725,104.901960784314],[114.705882352941,123.529411764706,71.5686274509804],[142.156862745098,151.960784313725,100],[77.4509803921569,90.1960784313725,45.0980392156863],[145.098039215686,159.803921568627,127.450980392157],[119.607843137255,138.235294117647,108.823529411765],[72.5490196078431,93.1372549019608,60.7843137254902],[119.607843137255,141.176470588235,105.882352941176],[125.490196078431,141.176470588235,105.882352941176],[120.588235294118,134.313725490196,100],[136.274509803922,147.058823529412,117.647058823529],[156.862745098039,168.627450980392,145.098039215686],[202.941176470588,215.686274509804,198.039215686275],[236.274509803922,250,237.254901960784],[190.196078431373,206.862745098039,197.058823529412],[189.21568627451,211.764705882353,205.882352941176],[208.823529411765,237.254901960784,233.333333333333],[184.313725490196,215.686274509804,214.705882352941],[107.843137254902,142.156862745098,146.078431372549],[171.56862745098,208.823529411765,217.647058823529],[208.823529411765,247.058823529412,250],[160.78431372549,198.039215686275,220.588235294118],[150.980392156863,187.254901960784,213.725490196078],[141.176470588235,177.450980392157,205.882352941176],[158.823529411765,194.117647058824,219.607843137255],[138.235294117647,169.607843137255,192.156862745098],[158.823529411765,184.313725490196,206.862745098039],[154.901960784314,170.588235294118,193.137254901961],[191.176470588235,196.078431372549,217.647058823529],[221.56862745098,217.647058823529,240.196078431373],[182.352941176471,179.411764705882,200],[199.019607843137,200.980392156863,221.56862745098],[193.137254901961,209.803921568627,227.450980392157],[148.039215686275,176.470588235294,194.117647058824],[138.235294117647,175.490196078431,196.078431372549],[144.117647058824,184.313725490196,211.764705882353],[125.490196078431,167.647058823529,200.980392156863],[130.392156862745,174.509803921569,212.745098039216],[127.450980392157,175.490196078431,215.686274509804],[123.529411764706,170.588235294118,209.803921568627],[141.176470588235,184.313725490196,218.627450980392],[130.392156862745,172.549019607843,205.882352941176],[136.274509803922,179.411764705882,215.686274509804],[143.137254901961,187.254901960784,227.450980392157],[135.294117647059,181.372549019608,224.509803921569],[136.274509803922,183.333333333333,228.43137254902],[144.117647058824,189.21568627451,237.254901960784],[145.098039215686,188.235294117647,234.313725490196],[141.176470588235,183.333333333333,227.450980392157],[148.039215686275,188.235294117647,231.372549019608],[163.725490196078,200.980392156863,245.098039215686],[156.862745098039,195.098039215686,237.254901960784],[145.098039215686,182.352941176471,226.470588235294],[141.176470588235,181.372549019608,224.509803921569],[140.196078431373,180.392156862745,225.490196078431],[145.098039215686,185.294117647059,228.43137254902],[150.980392156863,184.313725490196,228.43137254902],[153.921568627451,186.274509803922,228.43137254902],[161.764705882353,190.196078431373,231.372549019608],[170.588235294118,189.21568627451,230.392156862745],[191.176470588235,190.196078431373,231.372549019608],[208.823529411765,194.117647058824,234.313725490196],[248.039215686275,226.470588235294,250],[243.137254901961,226.470588235294,250],[216.666666666667,216.666666666667,240.196078431373],[230.392156862745,243.137254901961,250],[194.117647058824,211.764705882353,231.372549019608],[153.921568627451,174.509803921569,195.098039215686],[190.196078431373,205.882352941176,230.392156862745],[180.392156862745,197.058823529412,222.549019607843],[143.137254901961,166.666666666667,190.196078431373],[133.333333333333,162.745098039216,188.235294117647],[120.588235294118,154.901960784314,184.313725490196],[150.980392156863,186.274509803922,217.647058823529],[159.803921568627,194.117647058824,223.529411764706],[178.43137254902,208.823529411765,237.254901960784],[180.392156862745,205.882352941176,232.352941176471],[146.078431372549,167.647058823529,191.176470588235],[152.941176470588,170.588235294118,192.156862745098],[170.588235294118,185.294117647059,205.882352941176],[201.960784313725,213.725490196078,235.294117647059],[151.960784313725,162.745098039216,184.313725490196],[173.529411764706,185.294117647059,208.823529411765],[196.078431372549,209.803921568627,235.294117647059],[190.196078431373,205.882352941176,231.372549019608],[187.254901960784,203.921568627451,231.372549019608],[175.490196078431,192.156862745098,221.56862745098],[173.529411764706,197.058823529412,230.392156862745],[158.823529411765,196.078431372549,232.352941176471],[157.843137254902,196.078431372549,234.313725490196],[161.764705882353,189.21568627451,225.490196078431],[174.509803921569,200.980392156863,230.392156862745],[181.372549019608,216.666666666667,240.196078431373],[160.78431372549,198.039215686275,220.588235294118],[146.078431372549,179.411764705882,205.882352941176],[158.823529411765,192.156862745098,219.607843137255],[154.901960784314,193.137254901961,225.490196078431],[128.43137254902,176.470588235294,208.823529411765],[113.725490196078,175.490196078431,205.882352941176],[108.823529411765,171.56862745098,199.019607843137],[98.0392156862745,150.980392156863,176.470588235294],[122.549019607843,173.529411764706,194.117647058824],[144.117647058824,202.941176470588,213.725490196078],[111.764705882353,174.509803921569,183.333333333333],[106.862745098039,172.549019607843,181.372549019608],[124.509803921569,187.254901960784,197.058823529412],[111.764705882353,169.607843137255,177.450980392157],[109.803921568627,160.78431372549,171.56862745098],[122.549019607843,167.647058823529,183.333333333333],[133.333333333333,178.43137254902,193.137254901961],[138.235294117647,192.156862745098,197.058823529412],[116.666666666667,170.588235294118,165.686274509804],[116.666666666667,161.764705882353,149.019607843137],[109.803921568627,143.137254901961,127.450980392157],[124.509803921569,146.078431372549,133.333333333333],[85.2941176470588,97.0588235294118,77.4509803921569],[163.725490196078,163.725490196078,126.470588235294],[163.725490196078,157.843137254902,110.78431372549],[170.588235294118,163.725490196078,118.627450980392],[137.254901960784,130.392156862745,89.2156862745098],[229.411764705882,220.588235294118,182.352941176471],[218.627450980392,210.78431372549,172.549019607843],[66.6666666666667,62.7450980392157,18.6274509803922],[74.5098039215686,72.5490196078431,24.5098039215686],[148.039215686275,147.058823529412,94.1176470588235],[176.470588235294,173.529411764706,119.607843137255],[203.921568627451,199.019607843137,144.117647058824],[208.823529411765,198.039215686275,145.098039215686],[177.450980392157,160.78431372549,109.803921568627],[171.56862745098,149.019607843137,100],[232.352941176471,202.941176470588,153.921568627451],[194.117647058824,161.764705882353,111.764705882353],[171.56862745098,135.294117647059,83.3333333333333],[166.666666666667,128.43137254902,72.5490196078431],[130.392156862745,92.156862745098,34.3137254901961],[105.882352941176,67.6470588235294,11.7647058823529],[106.862745098039,65.6862745098039,16.6666666666667],[140.196078431373,99.0196078431373,51.9607843137255],[129.411764705882,88.2352941176471,41.1764705882353],[119.607843137255,79.4117647058823,34.3137254901961],[138.235294117647,98.0392156862745,52.9411764705882],[145.098039215686,104.901960784314,59.8039215686275],[134.313725490196,92.156862745098,50],[113.725490196078,71.5686274509804,29.4117647058824],[118.627450980392,74.5098039215686,34.3137254901961],[97.0588235294118,52.9411764705882,14.7058823529412],[140.196078431373,95.0980392156863,59.8039215686275],[136.274509803922,93.1372549019608,58.8235294117647],[102.941176470588,63.7254901960784,29.4117647058824],[108.823529411765,73.5294117647059,38.2352941176471],[104.901960784314,72.5490196078431,38.2352941176471],[110.78431372549,77.4509803921569,41.1764705882353],[100.980392156863,58.8235294117647,24.5098039215686],[89.2156862745098,45.0980392156863,12.7450980392157],[72.5490196078431,29.4117647058824,0.980392156862745],[81.3725490196078,42.156862745098,17.6470588235294],[66.6666666666667,32.3529411764706,13.7254901960784],[58.8235294117647,31.3725490196078,19.6078431372549],[40.1960784313726,20.5882352941176,13.7254901960784],[12.7450980392157,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[152.941176470588,151.960784313725,150],[16.6666666666667,15.6862745098039,13.7254901960784],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[6.86274509803922,4.90196078431373,9.80392156862745],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[9.80392156862745,11.7647058823529,0.980392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,6.86274509803922],[14.7058823529412,10.7843137254902,24.5098039215686],[2.94117647058824,0,12.7450980392157],[101.960784313725,100.980392156863,106.862745098039],[196.078431372549,198.039215686275,197.058823529412],[119.607843137255,122.549019607843,115.686274509804],[59.8039215686275,61.7647058823529,50.9803921568627],[68.6274509803922,68.6274509803922,56.8627450980392],[44.1176470588235,41.1764705882353,26.4705882352941],[41.1764705882353,33.3333333333333,12.7450980392157],[84.3137254901961,70.5882352941177,44.1176470588235],[85.2941176470588,67.6470588235294,30.3921568627451],[114.705882352941,96.078431372549,56.8627450980392],[149.019607843137,130.392156862745,98.0392156862745],[118.627450980392,100.980392156863,65.6862745098039],[89.2156862745098,75.4901960784314,29.4117647058824],[106.862745098039,97.0588235294118,45.0980392156863],[70.5882352941177,62.7450980392157,16.6666666666667],[57.843137254902,50.9803921568627,7.84313725490196],[115.686274509804,107.843137254902,69.6078431372549],[126.470588235294,119.607843137255,76.4705882352941],[72.5490196078431,66.6666666666667,15.6862745098039],[113.725490196078,106.862745098039,55.8823529411765],[117.647058823529,105.882352941176,66.6666666666667],[80.3921568627451,66.6666666666667,38.2352941176471],[27.4509803921569,11.7647058823529,0],[61.7647058823529,46.078431372549,33.3333333333333],[50,35.2941176470588,14.7058823529412],[27.4509803921569,16.6666666666667,0],[113.725490196078,111.764705882353,63.7254901960784],[124.509803921569,123.529411764706,78.4313725490196],[97.0588235294118,95.0980392156863,70.5882352941177],[101.960784313725,100,85.2941176470588],[33.3333333333333,35.2941176470588,14.7058823529412],[30.3921568627451,34.3137254901961,11.7647058823529],[58.8235294117647,62.7450980392157,40.1960784313726],[67.6470588235294,71.5686274509804,47.0588235294118],[103.921568627451,108.823529411765,79.4117647058823],[95.0980392156863,101.960784313725,69.6078431372549],[73.5294117647059,84.3137254901961,50.9803921568627],[126.470588235294,139.21568627451,113.725490196078],[215.686274509804,228.43137254902,218.627450980392],[64.7058823529412,81.3725490196078,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[99.0196078431373,122.549019607843,99.0196078431373],[118.627450980392,137.254901960784,105.882352941176],[162.745098039216,178.43137254902,143.137254901961],[148.039215686275,160.78431372549,131.372549019608],[155.882352941176,168.627450980392,143.137254901961],[186.274509803922,198.039215686275,178.43137254902],[198.039215686275,209.803921568627,196.078431372549],[201.960784313725,214.705882352941,204.901960784314],[233.333333333333,250,242.156862745098],[202.941176470588,225.490196078431,219.607843137255],[142.156862745098,170.588235294118,166.666666666667],[124.509803921569,154.901960784314,156.862745098039],[172.549019607843,204.901960784314,211.764705882353],[151.960784313725,184.313725490196,199.019607843137],[134.313725490196,168.627450980392,188.235294117647],[152.941176470588,186.274509803922,210.78431372549],[144.117647058824,177.450980392157,201.960784313725],[168.627450980392,202.941176470588,221.56862745098],[158.823529411765,187.254901960784,204.901960784314],[159.803921568627,180.392156862745,199.019607843137],[164.705882352941,175.490196078431,195.098039215686],[200,202.941176470588,221.56862745098],[249.019607843137,248.039215686275,250],[236.274509803922,235.294117647059,250],[193.137254901961,196.078431372549,210.78431372549],[214.705882352941,228.43137254902,241.176470588235],[187.254901960784,210.78431372549,222.549019607843],[192.156862745098,224.509803921569,239.21568627451],[177.450980392157,217.647058823529,235.294117647059],[128.43137254902,173.529411764706,199.019607843137],[143.137254901961,191.176470588235,222.549019607843],[120.588235294118,167.647058823529,204.901960784314],[128.43137254902,172.549019607843,210.78431372549],[153.921568627451,196.078431372549,230.392156862745],[137.254901960784,179.411764705882,213.725490196078],[142.156862745098,185.294117647059,223.529411764706],[134.313725490196,178.43137254902,219.607843137255],[125.490196078431,171.56862745098,214.705882352941],[135.294117647059,181.372549019608,226.470588235294],[139.21568627451,182.352941176471,228.43137254902],[146.078431372549,189.21568627451,235.294117647059],[139.21568627451,179.411764705882,222.549019607843],[144.117647058824,182.352941176471,224.509803921569],[157.843137254902,194.117647058824,235.294117647059],[155.882352941176,192.156862745098,233.333333333333],[147.058823529412,183.333333333333,224.509803921569],[146.078431372549,184.313725490196,224.509803921569],[141.176470588235,182.352941176471,223.529411764706],[146.078431372549,180.392156862745,221.56862745098],[154.901960784314,178.43137254902,221.56862745098],[158.823529411765,177.450980392157,219.607843137255],[168.627450980392,192.156862745098,229.411764705882],[182.352941176471,200,235.294117647059],[201.960784313725,207.843137254902,243.137254901961],[200.980392156863,200.980392156863,234.313725490196],[211.764705882353,210.78431372549,241.176470588235],[199.019607843137,204.901960784314,230.392156862745],[151.960784313725,174.509803921569,192.156862745098],[176.470588235294,204.901960784314,220.588235294118],[203.921568627451,230.392156862745,247.058823529412],[192.156862745098,212.745098039216,231.372549019608],[183.333333333333,193.137254901961,217.647058823529],[169.607843137255,176.470588235294,203.921568627451],[166.666666666667,180.392156862745,208.823529411765],[155.882352941176,176.470588235294,204.901960784314],[139.21568627451,169.607843137255,198.039215686275],[160.78431372549,193.137254901961,223.529411764706],[191.176470588235,221.56862745098,250],[167.647058823529,194.117647058824,220.588235294118],[161.764705882353,185.294117647059,210.78431372549],[167.647058823529,187.254901960784,210.78431372549],[196.078431372549,212.745098039216,232.352941176471],[195.098039215686,207.843137254902,226.470588235294],[206.862745098039,217.647058823529,237.254901960784],[183.333333333333,194.117647058824,215.686274509804],[182.352941176471,194.117647058824,217.647058823529],[194.117647058824,207.843137254902,233.333333333333],[187.254901960784,201.960784313725,230.392156862745],[182.352941176471,199.019607843137,228.43137254902],[181.372549019608,200.980392156863,233.333333333333],[162.745098039216,190.196078431373,226.470588235294],[153.921568627451,192.156862745098,232.352941176471],[156.862745098039,195.098039215686,237.254901960784],[155.882352941176,183.333333333333,221.56862745098],[160.78431372549,186.274509803922,218.627450980392],[169.607843137255,205.882352941176,231.372549019608],[157.843137254902,195.098039215686,217.647058823529],[141.176470588235,174.509803921569,200.980392156863],[145.098039215686,177.450980392157,207.843137254902],[161.764705882353,199.019607843137,234.313725490196],[127.450980392157,175.490196078431,207.843137254902],[112.745098039216,174.509803921569,204.901960784314],[131.372549019608,194.117647058824,221.56862745098],[121.56862745098,171.56862745098,198.039215686275],[100.980392156863,150.980392156863,169.607843137255],[102.941176470588,161.764705882353,171.56862745098],[94.1176470588235,157.843137254902,163.725490196078],[102.941176470588,171.56862745098,181.372549019608],[109.803921568627,174.509803921569,186.274509803922],[102.941176470588,158.823529411765,165.686274509804],[121.56862745098,170.588235294118,181.372549019608],[118.627450980392,165.686274509804,187.254901960784],[105.882352941176,153.921568627451,170.588235294118],[125.490196078431,174.509803921569,175.490196078431],[121.56862745098,170.588235294118,161.764705882353],[118.627450980392,165.686274509804,153.921568627451],[118.627450980392,155.882352941176,141.176470588235],[91.1764705882353,107.843137254902,90.1960784313725],[132.352941176471,136.274509803922,111.764705882353],[208.823529411765,205.882352941176,165.686274509804],[177.450980392157,169.607843137255,123.529411764706],[195.098039215686,183.333333333333,136.274509803922],[175.490196078431,160.78431372549,118.627450980392],[137.254901960784,122.549019607843,92.156862745098],[221.56862745098,207.843137254902,179.411764705882],[215.686274509804,205.882352941176,171.56862745098],[144.117647058824,137.254901960784,96.078431372549],[104.901960784314,99.0196078431373,50],[196.078431372549,191.176470588235,137.254901960784],[171.56862745098,162.745098039216,108.823529411765],[131.372549019608,116.666666666667,62.7450980392157],[180.392156862745,159.803921568627,105.882352941176],[178.43137254902,149.019607843137,98.0392156862745],[169.607843137255,134.313725490196,85.2941176470588],[186.274509803922,147.058823529412,99.0196078431373],[196.078431372549,152.941176470588,104.901960784314],[180.392156862745,135.294117647059,87.2549019607843],[171.56862745098,124.509803921569,76.4705882352941],[114.705882352941,64.7058823529412,18.6274509803922],[124.509803921569,72.5490196078431,31.3725490196078],[150.980392156863,97.0588235294118,58.8235294117647],[114.705882352941,63.7254901960784,24.5098039215686],[139.21568627451,91.1764705882353,49.0196078431373],[143.137254901961,97.0588235294118,53.921568627451],[124.509803921569,78.4313725490196,35.2941176470588],[156.862745098039,110.78431372549,67.6470588235294],[117.647058823529,71.5686274509804,30.3921568627451],[128.43137254902,80.3921568627451,40.1960784313726],[150,99.0196078431373,60.7843137254902],[142.156862745098,91.1764705882353,52.9411764705882],[120.588235294118,69.6078431372549,33.3333333333333],[115.686274509804,66.6666666666667,32.3529411764706],[109.803921568627,62.7450980392157,27.4509803921569],[95.0980392156863,51.9607843137255,17.6470588235294],[95.0980392156863,51.9607843137255,17.6470588235294],[108.823529411765,63.7254901960784,28.4313725490196],[133.333333333333,88.2352941176471,52.9411764705882],[87.2549019607843,45.0980392156863,13.7254901960784],[82.3529411764706,43.1372549019608,18.6274509803922],[56.8627450980392,22.5490196078431,3.92156862745098],[25.4901960784314,0,0],[14.7058823529412,0,0],[8.82352941176471,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,0,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[8.82352941176471,9.80392156862745,4.90196078431373],[7.84313725490196,10.7843137254902,1.96078431372549],[0,1.96078431372549,0],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,8.82352941176471,19.6078431372549],[10.7843137254902,8.82352941176471,22.5490196078431],[0,0,11.7647058823529],[136.274509803922,136.274509803922,146.078431372549],[249.019607843137,250,250],[223.529411764706,225.490196078431,222.549019607843],[41.1764705882353,42.156862745098,36.2745098039216],[2.94117647058824,2.94117647058824,0],[26.4705882352941,22.5490196078431,11.7647058823529],[6.86274509803922,0,0],[45.0980392156863,34.3137254901961,14.7058823529412],[89.2156862745098,73.5294117647059,48.0392156862745],[77.4509803921569,60.7843137254902,31.3725490196078],[81.3725490196078,64.7058823529412,35.2941176470588],[98.0392156862745,84.3137254901961,50],[103.921568627451,95.0980392156863,52.9411764705882],[102.941176470588,96.078431372549,50.9803921568627],[50.9803921568627,48.0392156862745,5.88235294117647],[56.8627450980392,54.9019607843137,14.7058823529412],[117.647058823529,115.686274509804,75.4901960784314],[132.352941176471,129.411764705882,85.2941176470588],[67.6470588235294,61.7647058823529,12.7450980392157],[122.549019607843,111.764705882353,66.6666666666667],[84.3137254901961,70.5882352941177,34.3137254901961],[105.882352941176,89.2156862745098,63.7254901960784],[59.8039215686275,43.1372549019608,27.4509803921569],[42.156862745098,25.4901960784314,9.80392156862745],[81.3725490196078,67.6470588235294,42.156862745098],[91.1764705882353,81.3725490196078,47.0588235294118],[100,96.078431372549,51.9607843137255],[94.1176470588235,92.156862745098,53.921568627451],[113.725490196078,110.78431372549,92.156862745098],[128.43137254902,126.470588235294,114.705882352941],[48.0392156862745,50,36.2745098039216],[70.5882352941177,74.5098039215686,57.843137254902],[71.5686274509804,76.4705882352941,56.8627450980392],[81.3725490196078,89.2156862745098,66.6666666666667],[94.1176470588235,102.941176470588,74.5098039215686],[108.823529411765,117.647058823529,87.2549019607843],[75.4901960784314,86.2745098039216,54.9019607843137],[118.627450980392,130.392156862745,106.862745098039],[93.1372549019608,105.882352941176,97.0588235294118],[33.3333333333333,48.0392156862745,43.1372549019608],[55.8823529411765,75.4901960784314,64.7058823529412],[94.1176470588235,114.705882352941,96.078431372549],[145.098039215686,167.647058823529,140.196078431373],[188.235294117647,208.823529411765,178.43137254902],[139.21568627451,154.901960784314,129.411764705882],[144.117647058824,157.843137254902,135.294117647059],[173.529411764706,188.235294117647,169.607843137255],[166.666666666667,183.333333333333,167.647058823529],[188.235294117647,203.921568627451,193.137254901961],[235.294117647059,250,246.078431372549],[201.960784313725,224.509803921569,216.666666666667],[203.921568627451,232.352941176471,227.450980392157],[194.117647058824,225.490196078431,224.509803921569],[225.490196078431,250,250],[221.56862745098,250,250],[163.725490196078,196.078431372549,212.745098039216],[116.666666666667,152.941176470588,171.56862745098],[127.450980392157,161.764705882353,181.372549019608],[144.117647058824,175.490196078431,190.196078431373],[152.941176470588,178.43137254902,191.176470588235],[150.980392156863,169.607843137255,184.313725490196],[160.78431372549,173.529411764706,189.21568627451],[204.901960784314,213.725490196078,230.392156862745],[212.745098039216,218.627450980392,234.313725490196],[178.43137254902,184.313725490196,198.039215686275],[176.470588235294,182.352941176471,194.117647058824],[207.843137254902,217.647058823529,229.411764705882],[185.294117647059,202.941176470588,214.705882352941],[166.666666666667,192.156862745098,204.901960784314],[199.019607843137,231.372549019608,248.039215686275],[164.705882352941,204.901960784314,226.470588235294],[122.549019607843,167.647058823529,193.137254901961],[134.313725490196,180.392156862745,209.803921568627],[146.078431372549,190.196078431373,222.549019607843],[143.137254901961,185.294117647059,218.627450980392],[130.392156862745,169.607843137255,203.921568627451],[138.235294117647,177.450980392157,212.745098039216],[131.372549019608,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[160.78431372549,198.039215686275,242.156862745098],[150,186.274509803922,230.392156862745],[150.980392156863,187.254901960784,230.392156862745],[153.921568627451,188.235294117647,229.411764705882],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,185.294117647059,223.529411764706],[157.843137254902,189.21568627451,227.450980392157],[164.705882352941,196.078431372549,234.313725490196],[177.450980392157,208.823529411765,247.058823529412],[175.490196078431,206.862745098039,247.058823529412],[173.529411764706,200,242.156862745098],[181.372549019608,200,242.156862745098],[174.509803921569,191.176470588235,233.333333333333],[184.313725490196,205.882352941176,242.156862745098],[185.294117647059,204.901960784314,237.254901960784],[192.156862745098,207.843137254902,240.196078431373],[176.470588235294,189.21568627451,220.588235294118],[171.56862745098,180.392156862745,212.745098039216],[168.627450980392,185.294117647059,212.745098039216],[146.078431372549,180.392156862745,201.960784313725],[138.235294117647,178.43137254902,196.078431372549],[155.882352941176,192.156862745098,209.803921568627],[184.313725490196,208.823529411765,228.43137254902],[213.725490196078,217.647058823529,244.117647058824],[186.274509803922,183.333333333333,213.725490196078],[164.705882352941,171.56862745098,200],[165.686274509804,181.372549019608,206.862745098039],[169.607843137255,190.196078431373,216.666666666667],[152.941176470588,176.470588235294,201.960784313725],[152.941176470588,176.470588235294,201.960784313725],[163.725490196078,184.313725490196,210.78431372549],[170.588235294118,190.196078431373,214.705882352941],[158.823529411765,174.509803921569,199.019607843137],[204.901960784314,219.607843137255,240.196078431373],[151.960784313725,164.705882352941,183.333333333333],[213.725490196078,224.509803921569,242.156862745098],[209.803921568627,220.588235294118,238.235294117647],[175.490196078431,188.235294117647,206.862745098039],[175.490196078431,190.196078431373,210.78431372549],[178.43137254902,194.117647058824,218.627450980392],[182.352941176471,199.019607843137,226.470588235294],[199.019607843137,219.607843137255,250],[167.647058823529,193.137254901961,227.450980392157],[157.843137254902,192.156862745098,231.372549019608],[160.78431372549,195.098039215686,236.274509803922],[163.725490196078,188.235294117647,227.450980392157],[167.647058823529,193.137254901961,225.490196078431],[169.607843137255,204.901960784314,228.43137254902],[153.921568627451,191.176470588235,213.725490196078],[141.176470588235,174.509803921569,199.019607843137],[147.058823529412,181.372549019608,208.823529411765],[135.294117647059,177.450980392157,208.823529411765],[131.372549019608,180.392156862745,212.745098039216],[117.647058823529,177.450980392157,205.882352941176],[125.490196078431,185.294117647059,212.745098039216],[121.56862745098,175.490196078431,196.078431372549],[102.941176470588,152.941176470588,169.607843137255],[101.960784313725,159.803921568627,165.686274509804],[101.960784313725,163.725490196078,168.627450980392],[99.0196078431373,165.686274509804,174.509803921569],[91.1764705882353,156.862745098039,165.686274509804],[132.352941176471,186.274509803922,189.21568627451],[126.470588235294,178.43137254902,182.352941176471],[107.843137254902,162.745098039216,177.450980392157],[98.0392156862745,150,163.725490196078],[85.2941176470588,134.313725490196,133.333333333333],[134.313725490196,180.392156862745,170.588235294118],[156.862745098039,200,185.294117647059],[200.980392156863,233.333333333333,216.666666666667],[191.176470588235,202.941176470588,181.372549019608],[139.21568627451,139.21568627451,111.764705882353],[163.725490196078,159.803921568627,125.490196078431],[197.058823529412,188.235294117647,148.039215686275],[195.098039215686,178.43137254902,135.294117647059],[174.509803921569,157.843137254902,115.686274509804],[150,137.254901960784,103.921568627451],[200.980392156863,190.196078431373,160.78431372549],[234.313725490196,221.56862745098,187.254901960784],[217.647058823529,205.882352941176,164.705882352941],[107.843137254902,100,53.921568627451],[101.960784313725,95.0980392156863,44.1176470588235],[122.549019607843,110.78431372549,61.7647058823529],[150,132.352941176471,83.3333333333333],[198.039215686275,174.509803921569,127.450980392157],[193.137254901961,161.764705882353,115.686274509804],[173.529411764706,136.274509803922,90.1960784313725],[166.666666666667,123.529411764706,79.4117647058823],[198.039215686275,146.078431372549,102.941176470588],[212.745098039216,159.803921568627,116.666666666667],[190.196078431373,138.235294117647,95.0980392156863],[175.490196078431,122.549019607843,79.4117647058823],[197.058823529412,136.274509803922,98.0392156862745],[182.352941176471,119.607843137255,82.3529411764706],[169.607843137255,111.764705882353,72.5490196078431],[150,93.1372549019608,53.921568627451],[136.274509803922,84.3137254901961,41.1764705882353],[149.019607843137,97.0588235294118,53.921568627451],[156.862745098039,104.901960784314,61.7647058823529],[154.901960784314,101.960784313725,58.8235294117647],[137.254901960784,79.4117647058823,38.2352941176471],[133.333333333333,72.5490196078431,34.3137254901961],[133.333333333333,72.5490196078431,34.3137254901961],[136.274509803922,77.4509803921569,41.1764705882353],[129.411764705882,72.5490196078431,36.2745098039216],[118.627450980392,65.6862745098039,30.3921568627451],[120.588235294118,71.5686274509804,37.2549019607843],[123.529411764706,78.4313725490196,45.0980392156863],[114.705882352941,70.5882352941177,38.2352941176471],[104.901960784314,64.7058823529412,35.2941176470588],[57.843137254902,18.6274509803922,0],[55.8823529411765,21.5686274509804,1.96078431372549],[32.3529411764706,3.92156862745098,0],[22.5490196078431,0,0],[16.6666666666667,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[66.6666666666667,66.6666666666667,68.6274509803922],[178.43137254902,178.43137254902,178.43137254902],[138.235294117647,138.235294117647,138.235294117647],[31.3725490196078,31.3725490196078,29.4117647058824],[10.7843137254902,11.7647058823529,6.86274509803922],[18.6274509803922,17.6470588235294,12.7450980392157],[18.6274509803922,15.6862745098039,6.86274509803922],[28.4313725490196,24.5098039215686,12.7450980392157],[56.8627450980392,51.9607843137255,33.3333333333333],[66.6666666666667,60.7843137254902,37.2549019607843],[73.5294117647059,63.7254901960784,37.2549019607843],[86.2745098039216,77.4509803921569,45.0980392156863],[55.8823529411765,48.0392156862745,12.7450980392157],[80.3921568627451,72.5490196078431,36.2745098039216],[120.588235294118,112.745098039216,74.5098039215686],[90.1960784313725,82.3529411764706,44.1176470588235],[58.8235294117647,50.9803921568627,12.7450980392157],[43.1372549019608,35.2941176470588,0],[49.0196078431373,40.1960784313726,0],[78.4313725490196,69.6078431372549,31.3725490196078],[112.745098039216,102.941176470588,68.6274509803922],[111.764705882353,100.980392156863,69.6078431372549],[88.2352941176471,79.4117647058823,49.0196078431373],[33.3333333333333,24.5098039215686,0],[89.2156862745098,84.3137254901961,47.0588235294118],[83.3333333333333,78.4313725490196,39.2156862745098],[57.843137254902,50,13.7254901960784],[109.803921568627,103.921568627451,72.5490196078431],[96.078431372549,92.156862745098,67.6470588235294],[42.156862745098,41.1764705882353,21.5686274509804],[102.941176470588,105.882352941176,85.2941176470588],[70.5882352941177,75.4901960784314,52.9411764705882],[118.627450980392,129.411764705882,100],[201.960784313725,212.745098039216,179.411764705882],[78.4313725490196,90.1960784313725,50.9803921568627],[54.9019607843137,65.6862745098039,23.5294117647059],[74.5098039215686,86.2745098039216,41.1764705882353],[120.588235294118,132.352941176471,93.1372549019608],[55.8823529411765,65.6862745098039,39.2156862745098],[71.5686274509804,83.3333333333333,61.7647058823529],[82.3529411764706,95.0980392156863,77.4509803921569],[132.352941176471,149.019607843137,131.372549019608],[86.2745098039216,110.78431372549,90.1960784313725],[94.1176470588235,120.588235294118,101.960784313725],[110.78431372549,131.372549019608,114.705882352941],[144.117647058824,164.705882352941,148.039215686275],[174.509803921569,200.980392156863,184.313725490196],[132.352941176471,159.803921568627,145.098039215686],[141.176470588235,164.705882352941,151.960784313725],[160.78431372549,181.372549019608,172.549019607843],[185.294117647059,210.78431372549,201.960784313725],[226.470588235294,250,250],[185.294117647059,223.529411764706,220.588235294118],[135.294117647059,174.509803921569,176.470588235294],[209.803921568627,243.137254901961,250],[182.352941176471,217.647058823529,231.372549019608],[136.274509803922,178.43137254902,194.117647058824],[138.235294117647,176.470588235294,191.176470588235],[150,172.549019607843,186.274509803922],[154.901960784314,172.549019607843,186.274509803922],[155.882352941176,174.509803921569,188.235294117647],[161.764705882353,183.333333333333,196.078431372549],[205.882352941176,227.450980392157,240.196078431373],[220.588235294118,239.21568627451,250],[167.647058823529,183.333333333333,198.039215686275],[171.56862745098,183.333333333333,199.019607843137],[186.274509803922,194.117647058824,212.745098039216],[195.098039215686,205.882352941176,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[161.764705882353,183.333333333333,203.921568627451],[154.901960784314,185.294117647059,205.882352941176],[136.274509803922,171.56862745098,193.137254901961],[123.529411764706,164.705882352941,186.274509803922],[135.294117647059,179.411764705882,201.960784313725],[143.137254901961,186.274509803922,212.745098039216],[124.509803921569,164.705882352941,192.156862745098],[124.509803921569,159.803921568627,191.176470588235],[139.21568627451,171.56862745098,203.921568627451],[159.803921568627,185.294117647059,221.56862745098],[187.254901960784,209.803921568627,250],[192.156862745098,213.725490196078,250],[167.647058823529,189.21568627451,229.411764705882],[161.764705882353,184.313725490196,224.509803921569],[162.745098039216,186.274509803922,223.529411764706],[152.941176470588,176.470588235294,213.725490196078],[171.56862745098,193.137254901961,231.372549019608],[179.411764705882,198.039215686275,237.254901960784],[178.43137254902,196.078431372549,235.294117647059],[195.098039215686,209.803921568627,250],[184.313725490196,199.019607843137,241.176470588235],[184.313725490196,202.941176470588,245.098039215686],[180.392156862745,200.980392156863,243.137254901961],[178.43137254902,200.980392156863,241.176470588235],[172.549019607843,198.039215686275,234.313725490196],[162.745098039216,192.156862745098,225.490196078431],[168.627450980392,192.156862745098,227.450980392157],[183.333333333333,195.098039215686,234.313725490196],[187.254901960784,200.980392156863,239.21568627451],[146.078431372549,180.392156862745,211.764705882353],[138.235294117647,183.333333333333,208.823529411765],[118.627450980392,165.686274509804,188.235294117647],[141.176470588235,172.549019607843,197.058823529412],[209.803921568627,203.921568627451,237.254901960784],[221.56862745098,207.843137254902,240.196078431373],[170.588235294118,178.43137254902,200.980392156863],[166.666666666667,181.372549019608,200],[191.176470588235,201.960784313725,221.56862745098],[182.352941176471,193.137254901961,214.705882352941],[161.764705882353,171.56862745098,196.078431372549],[180.392156862745,192.156862745098,217.647058823529],[177.450980392157,191.176470588235,217.647058823529],[172.549019607843,186.274509803922,211.764705882353],[166.666666666667,178.43137254902,200],[156.862745098039,169.607843137255,186.274509803922],[193.137254901961,204.901960784314,216.666666666667],[215.686274509804,228.43137254902,237.254901960784],[160.78431372549,173.529411764706,181.372549019608],[186.274509803922,200,210.78431372549],[201.960784313725,217.647058823529,233.333333333333],[164.705882352941,182.352941176471,203.921568627451],[193.137254901961,212.745098039216,239.21568627451],[194.117647058824,213.725490196078,246.078431372549],[179.411764705882,201.960784313725,242.156862745098],[159.803921568627,182.352941176471,222.549019607843],[166.666666666667,189.21568627451,222.549019607843],[179.411764705882,203.921568627451,233.333333333333],[172.549019607843,201.960784313725,225.490196078431],[148.039215686275,182.352941176471,201.960784313725],[131.372549019608,168.627450980392,191.176470588235],[136.274509803922,177.450980392157,201.960784313725],[129.411764705882,177.450980392157,206.862745098039],[128.43137254902,182.352941176471,211.764705882353],[114.705882352941,173.529411764706,200.980392156863],[115.686274509804,174.509803921569,198.039215686275],[122.549019607843,178.43137254902,195.098039215686],[106.862745098039,162.745098039216,171.56862745098],[121.56862745098,178.43137254902,179.411764705882],[110.78431372549,169.607843137255,169.607843137255],[107.843137254902,169.607843137255,174.509803921569],[93.1372549019608,155.882352941176,157.843137254902],[126.470588235294,181.372549019608,178.43137254902],[95.0980392156863,150,147.058823529412],[124.509803921569,184.313725490196,187.254901960784],[105.882352941176,165.686274509804,166.666666666667],[86.2745098039216,144.117647058824,138.235294117647],[153.921568627451,200.980392156863,189.21568627451],[203.921568627451,236.274509803922,215.686274509804],[167.647058823529,187.254901960784,162.745098039216],[140.196078431373,148.039215686275,124.509803921569],[159.803921568627,159.803921568627,136.274509803922],[190.196078431373,188.235294117647,165.686274509804],[189.21568627451,179.411764705882,152.941176470588],[168.627450980392,146.078431372549,114.705882352941],[163.725490196078,144.117647058824,107.843137254902],[216.666666666667,211.764705882353,170.588235294118],[210.78431372549,209.803921568627,164.705882352941],[204.901960784314,192.156862745098,148.039215686275],[193.137254901961,179.411764705882,133.333333333333],[181.372549019608,173.529411764706,125.490196078431],[186.274509803922,178.43137254902,132.352941176471],[142.156862745098,127.450980392157,89.2156862745098],[194.117647058824,174.509803921569,140.196078431373],[203.921568627451,178.43137254902,146.078431372549],[200,166.666666666667,132.352941176471],[249.019607843137,210.78431372549,172.549019607843],[247.058823529412,200.980392156863,159.803921568627],[250,194.117647058824,154.901960784314],[221.56862745098,158.823529411765,121.56862745098],[200.980392156863,147.058823529412,108.823529411765],[206.862745098039,152.941176470588,114.705882352941],[174.509803921569,107.843137254902,69.6078431372549],[187.254901960784,119.607843137255,79.4117647058823],[198.039215686275,134.313725490196,93.1372549019608],[184.313725490196,124.509803921569,81.3725490196078],[164.705882352941,106.862745098039,63.7254901960784],[141.176470588235,84.3137254901961,39.2156862745098],[183.333333333333,121.56862745098,78.4313725490196],[195.098039215686,129.411764705882,85.2941176470588],[161.764705882353,90.1960784313725,48.0392156862745],[153.921568627451,80.3921568627451,39.2156862745098],[150.980392156863,77.4509803921569,39.2156862745098],[164.705882352941,94.1176470588235,56.8627450980392],[146.078431372549,83.3333333333333,48.0392156862745],[115.686274509804,60.7843137254902,26.4705882352941],[117.647058823529,68.6274509803922,36.2745098039216],[115.686274509804,72.5490196078431,44.1176470588235],[85.2941176470588,48.0392156862745,27.4509803921569],[65.6862745098039,33.3333333333333,16.6666666666667],[46.078431372549,18.6274509803922,4.90196078431373],[35.2941176470588,11.7647058823529,1.96078431372549],[24.5098039215686,5.88235294117647,0],[11.7647058823529,0,0],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[16.6666666666667,18.6274509803922,17.6470588235294],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,0],[14.7058823529412,13.7254901960784,11.7647058823529],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[28.4313725490196,28.4313725490196,26.4705882352941],[47.0588235294118,47.0588235294118,47.0588235294118],[18.6274509803922,18.6274509803922,16.6666666666667],[11.7647058823529,11.7647058823529,9.80392156862745],[26.4705882352941,25.4901960784314,21.5686274509804],[51.9607843137255,51.9607843137255,44.1176470588235],[40.1960784313726,40.1960784313726,30.3921568627451],[28.4313725490196,29.4117647058824,15.6862745098039],[22.5490196078431,19.6078431372549,0.980392156862745],[97.0588235294118,89.2156862745098,66.6666666666667],[69.6078431372549,57.843137254902,32.3529411764706],[40.1960784313726,29.4117647058824,0],[84.3137254901961,74.5098039215686,40.1960784313726],[77.4509803921569,68.6274509803922,30.3921568627451],[53.921568627451,42.156862745098,2.94117647058824],[69.6078431372549,60.7843137254902,20.5882352941176],[76.4705882352941,67.6470588235294,27.4509803921569],[56.8627450980392,49.0196078431373,10.7843137254902],[92.156862745098,84.3137254901961,48.0392156862745],[121.56862745098,116.666666666667,79.4117647058823],[129.411764705882,125.490196078431,89.2156862745098],[101.960784313725,100,61.7647058823529],[65.6862745098039,66.6666666666667,27.4509803921569],[97.0588235294118,98.0392156862745,56.8627450980392],[89.2156862745098,87.2549019607843,49.0196078431373],[103.921568627451,98.0392156862745,64.7058823529412],[83.3333333333333,76.4705882352941,48.0392156862745],[77.4509803921569,73.5294117647059,47.0588235294118],[80.3921568627451,80.3921568627451,56.8627450980392],[100.980392156863,105.882352941176,83.3333333333333],[100.980392156863,108.823529411765,85.2941176470588],[198.039215686275,210.78431372549,181.372549019608],[221.56862745098,235.294117647059,200],[95.0980392156863,109.803921568627,67.6470588235294],[69.6078431372549,82.3529411764706,37.2549019607843],[118.627450980392,132.352941176471,84.3137254901961],[190.196078431373,202.941176470588,159.803921568627],[234.313725490196,246.078431372549,210.78431372549],[210.78431372549,223.529411764706,194.117647058824],[182.352941176471,194.117647058824,172.549019607843],[134.313725490196,150.980392156863,133.333333333333],[74.5098039215686,100.980392156863,86.2745098039216],[102.941176470588,132.352941176471,120.588235294118],[102.941176470588,126.470588235294,113.725490196078],[133.333333333333,156.862745098039,144.117647058824],[175.490196078431,205.882352941176,191.176470588235],[182.352941176471,212.745098039216,198.039215686275],[196.078431372549,221.56862745098,210.78431372549],[160.78431372549,183.333333333333,175.490196078431],[166.666666666667,191.176470588235,185.294117647059],[175.490196078431,203.921568627451,200],[199.019607843137,234.313725490196,232.352941176471],[118.627450980392,152.941176470588,154.901960784314],[125.490196078431,154.901960784314,162.745098039216],[137.254901960784,168.627450980392,179.411764705882],[117.647058823529,156.862745098039,166.666666666667],[134.313725490196,169.607843137255,181.372549019608],[170.588235294118,194.117647058824,205.882352941176],[155.882352941176,173.529411764706,185.294117647059],[181.372549019608,199.019607843137,212.745098039216],[186.274509803922,204.901960784314,218.627450980392],[203.921568627451,222.549019607843,236.274509803922],[228.43137254902,246.078431372549,250],[192.156862745098,204.901960784314,221.56862745098],[178.43137254902,189.21568627451,206.862745098039],[184.313725490196,192.156862745098,212.745098039216],[174.509803921569,182.352941176471,204.901960784314],[180.392156862745,190.196078431373,214.705882352941],[185.294117647059,200,222.549019607843],[191.176470588235,208.823529411765,232.352941176471],[198.039215686275,222.549019607843,244.117647058824],[180.392156862745,210.78431372549,231.372549019608],[150,184.313725490196,205.882352941176],[161.764705882353,195.098039215686,221.56862745098],[172.549019607843,202.941176470588,231.372549019608],[183.333333333333,209.803921568627,239.21568627451],[180.392156862745,200,232.352941176471],[182.352941176471,198.039215686275,233.333333333333],[203.921568627451,217.647058823529,250],[201.960784313725,215.686274509804,250],[169.607843137255,184.313725490196,222.549019607843],[154.901960784314,172.549019607843,209.803921568627],[176.470588235294,196.078431372549,232.352941176471],[179.411764705882,200.980392156863,237.254901960784],[188.235294117647,206.862745098039,246.078431372549],[180.392156862745,198.039215686275,237.254901960784],[177.450980392157,190.196078431373,231.372549019608],[196.078431372549,204.901960784314,247.058823529412],[183.333333333333,195.098039215686,236.274509803922],[184.313725490196,202.941176470588,245.098039215686],[179.411764705882,203.921568627451,244.117647058824],[175.490196078431,200,240.196078431373],[165.686274509804,195.098039215686,232.352941176471],[158.823529411765,194.117647058824,229.411764705882],[170.588235294118,201.960784313725,239.21568627451],[194.117647058824,206.862745098039,250],[196.078431372549,208.823529411765,250],[153.921568627451,188.235294117647,225.490196078431],[138.235294117647,186.274509803922,217.647058823529],[125.490196078431,178.43137254902,203.921568627451],[159.803921568627,193.137254901961,220.588235294118],[193.137254901961,183.333333333333,219.607843137255],[227.450980392157,210.78431372549,244.117647058824],[193.137254901961,199.019607843137,220.588235294118],[185.294117647059,198.039215686275,213.725490196078],[205.882352941176,211.764705882353,227.450980392157],[196.078431372549,199.019607843137,217.647058823529],[191.176470588235,196.078431372549,217.647058823529],[196.078431372549,202.941176470588,228.43137254902],[204.901960784314,213.725490196078,242.156862745098],[197.058823529412,208.823529411765,234.313725490196],[149.019607843137,160.78431372549,182.352941176471],[166.666666666667,178.43137254902,194.117647058824],[175.490196078431,188.235294117647,196.078431372549],[197.058823529412,210.78431372549,213.725490196078],[193.137254901961,206.862745098039,207.843137254902],[212.745098039216,225.490196078431,231.372549019608],[192.156862745098,208.823529411765,218.627450980392],[151.960784313725,168.627450980392,186.274509803922],[175.490196078431,193.137254901961,216.666666666667],[192.156862745098,208.823529411765,238.235294117647],[176.470588235294,192.156862745098,227.450980392157],[159.803921568627,175.490196078431,210.78431372549],[167.647058823529,183.333333333333,215.686274509804],[175.490196078431,195.098039215686,221.56862745098],[162.745098039216,187.254901960784,208.823529411765],[153.921568627451,181.372549019608,201.960784313725],[145.098039215686,179.411764705882,200.980392156863],[137.254901960784,176.470588235294,200.980392156863],[137.254901960784,181.372549019608,209.803921568627],[147.058823529412,197.058823529412,225.490196078431],[118.627450980392,171.56862745098,199.019607843137],[117.647058823529,172.549019607843,195.098039215686],[155.882352941176,212.745098039216,226.470588235294],[140.196078431373,196.078431372549,202.941176470588],[147.058823529412,204.901960784314,202.941176470588],[162.745098039216,220.588235294118,216.666666666667],[131.372549019608,188.235294117647,189.21568627451],[141.176470588235,196.078431372549,195.098039215686],[127.450980392157,179.411764705882,171.56862745098],[149.019607843137,200.980392156863,191.176470588235],[137.254901960784,196.078431372549,188.235294117647],[109.803921568627,167.647058823529,161.764705882353],[120.588235294118,175.490196078431,166.666666666667],[146.078431372549,187.254901960784,173.529411764706],[176.470588235294,198.039215686275,175.490196078431],[167.647058823529,176.470588235294,148.039215686275],[164.705882352941,164.705882352941,137.254901960784],[183.333333333333,179.411764705882,152.941176470588],[209.803921568627,204.901960784314,183.333333333333],[185.294117647059,177.450980392157,154.901960784314],[187.254901960784,172.549019607843,144.117647058824],[188.235294117647,175.490196078431,141.176470588235],[208.823529411765,211.764705882353,167.647058823529],[177.450980392157,184.313725490196,134.313725490196],[162.745098039216,155.882352941176,104.901960784314],[126.470588235294,113.725490196078,62.7450980392157],[207.843137254902,196.078431372549,147.058823529412],[205.882352941176,193.137254901961,150],[189.21568627451,170.588235294118,138.235294117647],[202.941176470588,180.392156862745,150],[210.78431372549,181.372549019608,153.921568627451],[179.411764705882,145.098039215686,115.686274509804],[194.117647058824,151.960784313725,117.647058823529],[250,203.921568627451,164.705882352941],[227.450980392157,166.666666666667,130.392156862745],[177.450980392157,116.666666666667,80.3921568627451],[163.725490196078,111.764705882353,78.4313725490196],[181.372549019608,130.392156862745,94.1176470588235],[212.745098039216,150,112.745098039216],[176.470588235294,108.823529411765,68.6274509803922],[184.313725490196,118.627450980392,77.4509803921569],[171.56862745098,107.843137254902,66.6666666666667],[187.254901960784,123.529411764706,82.3529411764706],[184.313725490196,118.627450980392,76.4705882352941],[160.78431372549,94.1176470588235,50],[149.019607843137,77.4509803921569,35.2941176470588],[170.588235294118,95.0980392156863,51.9607843137255],[181.372549019608,103.921568627451,61.7647058823529],[167.647058823529,91.1764705882353,52.9411764705882],[160.78431372549,90.1960784313725,52.9411764705882],[149.019607843137,86.2745098039216,50.9803921568627],[121.56862745098,63.7254901960784,32.3529411764706],[96.078431372549,46.078431372549,15.6862745098039],[72.5490196078431,29.4117647058824,4.90196078431373],[64.7058823529412,29.4117647058824,13.7254901960784],[46.078431372549,18.6274509803922,7.84313725490196],[27.4509803921569,4.90196078431373,0],[17.6470588235294,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[25.4901960784314,27.4509803921569,26.4705882352941],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[16.6666666666667,16.6666666666667,14.7058823529412],[10.7843137254902,9.80392156862745,7.84313725490196],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,26.4705882352941],[27.4509803921569,26.4705882352941,21.5686274509804],[44.1176470588235,41.1764705882353,32.3529411764706],[45.0980392156863,41.1764705882353,30.3921568627451],[46.078431372549,43.1372549019608,28.4313725490196],[18.6274509803922,11.7647058823529,0],[42.156862745098,26.4705882352941,10.7843137254902],[54.9019607843137,37.2549019607843,17.6470588235294],[50.9803921568627,33.3333333333333,9.80392156862745],[60.7843137254902,44.1176470588235,14.7058823529412],[65.6862745098039,50,14.7058823529412],[60.7843137254902,48.0392156862745,6.86274509803922],[92.156862745098,81.3725490196078,37.2549019607843],[78.4313725490196,70.5882352941177,25.4901960784314],[74.5098039215686,67.6470588235294,24.5098039215686],[90.1960784313725,87.2549019607843,45.0980392156863],[125.490196078431,126.470588235294,87.2549019607843],[171.56862745098,173.529411764706,135.294117647059],[114.705882352941,120.588235294118,83.3333333333333],[100.980392156863,108.823529411765,72.5490196078431],[147.058823529412,156.862745098039,120.588235294118],[117.647058823529,125.490196078431,89.2156862745098],[101.960784313725,101.960784313725,66.6666666666667],[114.705882352941,114.705882352941,81.3725490196078],[106.862745098039,106.862745098039,79.4117647058823],[89.2156862745098,93.1372549019608,68.6274509803922],[90.1960784313725,98.0392156862745,77.4509803921569],[83.3333333333333,95.0980392156863,73.5294117647059],[110.78431372549,122.549019607843,99.0196078431373],[108.823529411765,121.56862745098,94.1176470588235],[129.411764705882,143.137254901961,108.823529411765],[79.4117647058823,94.1176470588235,55.8823529411765],[148.039215686275,162.745098039216,122.549019607843],[146.078431372549,160.78431372549,122.549019607843],[123.529411764706,139.21568627451,103.921568627451],[140.196078431373,155.882352941176,127.450980392157],[158.823529411765,176.470588235294,152.941176470588],[129.411764705882,150,131.372549019608],[111.764705882353,137.254901960784,126.470588235294],[86.2745098039216,112.745098039216,105.882352941176],[100.980392156863,125.490196078431,119.607843137255],[95.0980392156863,119.607843137255,113.725490196078],[107.843137254902,132.352941176471,126.470588235294],[204.901960784314,227.450980392157,221.56862745098],[218.627450980392,241.176470588235,235.294117647059],[157.843137254902,178.43137254902,173.529411764706],[168.627450980392,190.196078431373,187.254901960784],[175.490196078431,197.058823529412,195.098039215686],[200.980392156863,221.56862745098,222.549019607843],[177.450980392157,200.980392156863,202.941176470588],[164.705882352941,187.254901960784,193.137254901961],[150.980392156863,175.490196078431,182.352941176471],[195.098039215686,218.627450980392,228.43137254902],[230.392156862745,250,250],[224.509803921569,250,250],[203.921568627451,225.490196078431,238.235294117647],[207.843137254902,220.588235294118,236.274509803922],[241.176470588235,248.039215686275,250],[200.980392156863,203.921568627451,222.549019607843],[221.56862745098,222.549019607843,242.156862745098],[166.666666666667,168.627450980392,189.21568627451],[185.294117647059,190.196078431373,211.764705882353],[196.078431372549,201.960784313725,225.490196078431],[174.509803921569,182.352941176471,204.901960784314],[175.490196078431,182.352941176471,207.843137254902],[200.980392156863,207.843137254902,235.294117647059],[237.254901960784,244.117647058824,250],[228.43137254902,237.254901960784,250],[185.294117647059,199.019607843137,227.450980392157],[184.313725490196,197.058823529412,228.43137254902],[211.764705882353,224.509803921569,250],[203.921568627451,215.686274509804,250],[200,207.843137254902,246.078431372549],[195.098039215686,202.941176470588,241.176470588235],[189.21568627451,196.078431372549,237.254901960784],[189.21568627451,196.078431372549,237.254901960784],[184.313725490196,196.078431372549,237.254901960784],[173.529411764706,188.235294117647,228.43137254902],[155.882352941176,177.450980392157,215.686274509804],[190.196078431373,212.745098039216,250],[201.960784313725,226.470588235294,250],[196.078431372549,218.627450980392,250],[177.450980392157,196.078431372549,237.254901960784],[178.43137254902,193.137254901961,235.294117647059],[201.960784313725,212.745098039216,250],[196.078431372549,208.823529411765,250],[172.549019607843,193.137254901961,237.254901960784],[170.588235294118,197.058823529412,239.21568627451],[167.647058823529,194.117647058824,236.274509803922],[160.78431372549,189.21568627451,228.43137254902],[155.882352941176,190.196078431373,227.450980392157],[170.588235294118,201.960784313725,240.196078431373],[193.137254901961,204.901960784314,250],[192.156862745098,205.882352941176,250],[159.803921568627,192.156862745098,232.352941176471],[159.803921568627,204.901960784314,238.235294117647],[140.196078431373,190.196078431373,218.627450980392],[161.764705882353,192.156862745098,222.549019607843],[166.666666666667,155.882352941176,195.098039215686],[230.392156862745,210.78431372549,247.058823529412],[206.862745098039,210.78431372549,235.294117647059],[195.098039215686,205.882352941176,223.529411764706],[198.039215686275,203.921568627451,219.607843137255],[194.117647058824,197.058823529412,213.725490196078],[179.411764705882,184.313725490196,203.921568627451],[188.235294117647,196.078431372549,218.627450980392],[189.21568627451,199.019607843137,223.529411764706],[206.862745098039,216.666666666667,241.176470588235],[192.156862745098,202.941176470588,222.549019607843],[160.78431372549,172.549019607843,186.274509803922],[144.117647058824,153.921568627451,162.745098039216],[191.176470588235,200,204.901960784314],[234.313725490196,244.117647058824,246.078431372549],[224.509803921569,235.294117647059,241.176470588235],[191.176470588235,202.941176470588,214.705882352941],[181.372549019608,194.117647058824,212.745098039216],[178.43137254902,192.156862745098,217.647058823529],[167.647058823529,182.352941176471,212.745098039216],[177.450980392157,192.156862745098,224.509803921569],[181.372549019608,194.117647058824,227.450980392157],[191.176470588235,204.901960784314,233.333333333333],[195.098039215686,208.823529411765,234.313725490196],[189.21568627451,203.921568627451,224.509803921569],[181.372549019608,199.019607843137,220.588235294118],[167.647058823529,189.21568627451,212.745098039216],[149.019607843137,175.490196078431,201.960784313725],[154.901960784314,187.254901960784,217.647058823529],[151.960784313725,190.196078431373,222.549019607843],[113.725490196078,157.843137254902,188.235294117647],[114.705882352941,163.725490196078,188.235294117647],[170.588235294118,222.549019607843,238.235294117647],[163.725490196078,219.607843137255,226.470588235294],[151.960784313725,209.803921568627,207.843137254902],[149.019607843137,202.941176470588,200],[173.529411764706,222.549019607843,223.529411764706],[176.470588235294,219.607843137255,218.627450980392],[167.647058823529,208.823529411765,199.019607843137],[169.607843137255,210.78431372549,197.058823529412],[152.941176470588,196.078431372549,183.333333333333],[122.549019607843,164.705882352941,154.901960784314],[104.901960784314,144.117647058824,135.294117647059],[121.56862745098,151.960784313725,137.254901960784],[155.882352941176,169.607843137255,147.058823529412],[174.509803921569,174.509803921569,147.058823529412],[177.450980392157,168.627450980392,138.235294117647],[225.490196078431,214.705882352941,183.333333333333],[175.490196078431,168.627450980392,140.196078431373],[110.78431372549,107.843137254902,77.4509803921569],[81.3725490196078,81.3725490196078,48.0392156862745],[125.490196078431,129.411764705882,95.0980392156863],[195.098039215686,205.882352941176,166.666666666667],[181.372549019608,190.196078431373,146.078431372549],[158.823529411765,157.843137254902,110.78431372549],[178.43137254902,168.627450980392,120.588235294118],[157.843137254902,142.156862745098,94.1176470588235],[141.176470588235,122.549019607843,80.3921568627451],[174.509803921569,152.941176470588,116.666666666667],[186.274509803922,160.78431372549,128.43137254902],[152.941176470588,122.549019607843,92.156862745098],[187.254901960784,149.019607843137,116.666666666667],[174.509803921569,127.450980392157,90.1960784313725],[156.862745098039,103.921568627451,66.6666666666667],[125.490196078431,72.5490196078431,35.2941176470588],[128.43137254902,76.4705882352941,43.1372549019608],[128.43137254902,84.3137254901961,53.921568627451],[142.156862745098,96.078431372549,66.6666666666667],[174.509803921569,119.607843137255,83.3333333333333],[172.549019607843,111.764705882353,71.5686274509804],[189.21568627451,126.470588235294,89.2156862745098],[156.862745098039,90.1960784313725,53.921568627451],[156.862745098039,88.2352941176471,52.9411764705882],[178.43137254902,105.882352941176,71.5686274509804],[174.509803921569,100,64.7058823529412],[172.549019607843,99.0196078431373,60.7843137254902],[172.549019607843,100.980392156863,60.7843137254902],[164.705882352941,95.0980392156863,53.921568627451],[139.21568627451,73.5294117647059,32.3529411764706],[130.392156862745,66.6666666666667,29.4117647058824],[133.333333333333,71.5686274509804,37.2549019607843],[128.43137254902,70.5882352941177,41.1764705882353],[109.803921568627,53.921568627451,27.4509803921569],[74.5098039215686,24.5098039215686,3.92156862745098],[47.0588235294118,10.7843137254902,0],[32.3529411764706,4.90196078431373,0],[19.6078431372549,0,0],[13.7254901960784,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[47.0588235294118,45.0980392156863,48.0392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[25.4901960784314,25.4901960784314,23.5294117647059],[26.4705882352941,26.4705882352941,24.5098039215686],[24.5098039215686,23.5294117647059,21.5686274509804],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,24.5098039215686],[10.7843137254902,7.84313725490196,2.94117647058824],[12.7450980392157,8.82352941176471,0],[35.2941176470588,29.4117647058824,17.6470588235294],[53.921568627451,48.0392156862745,32.3529411764706],[36.2745098039216,27.4509803921569,10.7843137254902],[42.156862745098,25.4901960784314,9.80392156862745],[94.1176470588235,71.5686274509804,55.8823529411765],[105.882352941176,84.3137254901961,61.7647058823529],[79.4117647058823,60.7843137254902,31.3725490196078],[89.2156862745098,73.5294117647059,38.2352941176471],[128.43137254902,115.686274509804,74.5098039215686],[121.56862745098,110.78431372549,66.6666666666667],[73.5294117647059,66.6666666666667,21.5686274509804],[69.6078431372549,66.6666666666667,22.5490196078431],[90.1960784313725,89.2156862745098,46.078431372549],[76.4705882352941,78.4313725490196,39.2156862745098],[125.490196078431,131.372549019608,94.1176470588235],[102.941176470588,112.745098039216,76.4705882352941],[39.2156862745098,52.9411764705882,17.6470588235294],[59.8039215686275,75.4901960784314,40.1960784313726],[79.4117647058823,91.1764705882353,55.8823529411765],[38.2352941176471,44.1176470588235,6.86274509803922],[68.6274509803922,72.5490196078431,38.2352941176471],[95.0980392156863,101.960784313725,71.5686274509804],[71.5686274509804,79.4117647058823,55.8823529411765],[62.7450980392157,74.5098039215686,54.9019607843137],[71.5686274509804,84.3137254901961,66.6666666666667],[43.1372549019608,55.8823529411765,36.2745098039216],[47.0588235294118,60.7843137254902,38.2352941176471],[100.980392156863,113.725490196078,86.2745098039216],[101.960784313725,115.686274509804,83.3333333333333],[147.058823529412,162.745098039216,127.450980392157],[200,216.666666666667,181.372549019608],[172.549019607843,191.176470588235,159.803921568627],[84.3137254901961,106.862745098039,78.4313725490196],[93.1372549019608,116.666666666667,91.1764705882353],[133.333333333333,155.882352941176,136.274509803922],[173.529411764706,195.098039215686,183.333333333333],[125.490196078431,146.078431372549,139.21568627451],[69.6078431372549,94.1176470588235,88.2352941176471],[86.2745098039216,110.78431372549,104.901960784314],[89.2156862745098,108.823529411765,106.862745098039],[136.274509803922,154.901960784314,152.941176470588],[183.333333333333,204.901960784314,202.941176470588],[184.313725490196,208.823529411765,205.882352941176],[169.607843137255,193.137254901961,193.137254901961],[156.862745098039,177.450980392157,180.392156862745],[157.843137254902,175.490196078431,179.411764705882],[169.607843137255,188.235294117647,194.117647058824],[188.235294117647,210.78431372549,216.666666666667],[198.039215686275,222.549019607843,229.411764705882],[235.294117647059,250,250],[235.294117647059,250,250],[225.490196078431,249.019607843137,250],[178.43137254902,201.960784313725,213.725490196078],[158.823529411765,174.509803921569,189.21568627451],[233.333333333333,242.156862745098,250],[201.960784313725,206.862745098039,225.490196078431],[216.666666666667,219.607843137255,238.235294117647],[178.43137254902,180.392156862745,200.980392156863],[207.843137254902,213.725490196078,235.294117647059],[212.745098039216,223.529411764706,245.098039215686],[167.647058823529,179.411764705882,200.980392156863],[169.607843137255,184.313725490196,206.862745098039],[176.470588235294,192.156862745098,216.666666666667],[170.588235294118,186.274509803922,211.764705882353],[170.588235294118,185.294117647059,213.725490196078],[164.705882352941,179.411764705882,207.843137254902],[170.588235294118,185.294117647059,215.686274509804],[170.588235294118,186.274509803922,219.607843137255],[155.882352941176,169.607843137255,205.882352941176],[153.921568627451,165.686274509804,202.941176470588],[171.56862745098,183.333333333333,222.549019607843],[185.294117647059,197.058823529412,236.274509803922],[178.43137254902,191.176470588235,232.352941176471],[163.725490196078,178.43137254902,218.627450980392],[153.921568627451,172.549019607843,213.725490196078],[154.901960784314,177.450980392157,217.647058823529],[163.725490196078,191.176470588235,230.392156862745],[162.745098039216,190.196078431373,229.411764705882],[164.705882352941,189.21568627451,229.411764705882],[166.666666666667,189.21568627451,230.392156862745],[178.43137254902,196.078431372549,241.176470588235],[188.235294117647,201.960784313725,248.039215686275],[166.666666666667,183.333333333333,228.43137254902],[161.764705882353,185.294117647059,230.392156862745],[160.78431372549,189.21568627451,232.352941176471],[163.725490196078,192.156862745098,235.294117647059],[161.764705882353,193.137254901961,233.333333333333],[155.882352941176,193.137254901961,231.372549019608],[164.705882352941,196.078431372549,236.274509803922],[182.352941176471,196.078431372549,242.156862745098],[185.294117647059,199.019607843137,245.098039215686],[154.901960784314,187.254901960784,227.450980392157],[150,193.137254901961,229.411764705882],[148.039215686275,196.078431372549,227.450980392157],[206.862745098039,236.274509803922,250],[232.352941176471,221.56862745098,250],[240.196078431373,219.607843137255,250],[190.196078431373,191.176470588235,218.627450980392],[202.941176470588,213.725490196078,231.372549019608],[215.686274509804,222.549019607843,238.235294117647],[199.019607843137,204.901960784314,220.588235294118],[179.411764705882,186.274509803922,204.901960784314],[186.274509803922,194.117647058824,214.705882352941],[147.058823529412,157.843137254902,179.411764705882],[146.078431372549,156.862745098039,178.43137254902],[178.43137254902,189.21568627451,206.862745098039],[178.43137254902,188.235294117647,200],[177.450980392157,186.274509803922,193.137254901961],[172.549019607843,179.411764705882,185.294117647059],[200.980392156863,208.823529411765,211.764705882353],[220.588235294118,229.411764705882,236.274509803922],[209.803921568627,219.607843137255,231.372549019608],[181.372549019608,192.156862745098,209.803921568627],[172.549019607843,184.313725490196,209.803921568627],[202.941176470588,216.666666666667,245.098039215686],[177.450980392157,192.156862745098,220.588235294118],[190.196078431373,204.901960784314,233.333333333333],[187.254901960784,201.960784313725,224.509803921569],[187.254901960784,199.019607843137,220.588235294118],[195.098039215686,205.882352941176,225.490196078431],[194.117647058824,206.862745098039,225.490196078431],[187.254901960784,201.960784313725,224.509803921569],[179.411764705882,199.019607843137,223.529411764706],[182.352941176471,206.862745098039,236.274509803922],[166.666666666667,197.058823529412,227.450980392157],[158.823529411765,197.058823529412,225.490196078431],[132.352941176471,177.450980392157,200],[100,150.980392156863,163.725490196078],[94.1176470588235,150.980392156863,154.901960784314],[123.529411764706,183.333333333333,178.43137254902],[108.823529411765,164.705882352941,157.843137254902],[95.0980392156863,145.098039215686,140.196078431373],[122.549019607843,166.666666666667,161.764705882353],[141.176470588235,181.372549019608,173.529411764706],[114.705882352941,153.921568627451,143.137254901961],[197.058823529412,232.352941176471,222.549019607843],[200,231.372549019608,220.588235294118],[149.019607843137,172.549019607843,159.803921568627],[153.921568627451,170.588235294118,154.901960784314],[155.882352941176,160.78431372549,141.176470588235],[134.313725490196,132.352941176471,107.843137254902],[155.882352941176,149.019607843137,120.588235294118],[159.803921568627,152.941176470588,124.509803921569],[114.705882352941,113.725490196078,83.3333333333333],[54.9019607843137,57.843137254902,27.4509803921569],[87.2549019607843,97.0588235294118,63.7254901960784],[178.43137254902,192.156862745098,157.843137254902],[165.686274509804,181.372549019608,146.078431372549],[189.21568627451,203.921568627451,163.725490196078],[204.901960784314,210.78431372549,165.686274509804],[210.78431372549,204.901960784314,157.843137254902],[200.980392156863,183.333333333333,136.274509803922],[108.823529411765,85.2941176470588,42.156862745098],[186.274509803922,161.764705882353,122.549019607843],[153.921568627451,126.470588235294,90.1960784313725],[131.372549019608,100,62.7450980392157],[131.372549019608,92.156862745098,56.8627450980392],[146.078431372549,95.0980392156863,56.8627450980392],[120.588235294118,67.6470588235294,30.3921568627451],[122.549019607843,75.4901960784314,38.2352941176471],[111.764705882353,69.6078431372549,36.2745098039216],[90.1960784313725,50.9803921568627,25.4901960784314],[107.843137254902,66.6666666666667,42.156862745098],[89.2156862745098,40.1960784313726,5.88235294117647],[130.392156862745,76.4705882352941,38.2352941176471],[155.882352941176,94.1176470588235,59.8039215686275],[169.607843137255,104.901960784314,71.5686274509804],[164.705882352941,93.1372549019608,61.7647058823529],[145.098039215686,71.5686274509804,40.1960784313726],[158.823529411765,84.3137254901961,50.9803921568627],[153.921568627451,81.3725490196078,45.0980392156863],[159.803921568627,92.156862745098,51.9607843137255],[136.274509803922,70.5882352941177,29.4117647058824],[132.352941176471,70.5882352941177,30.3921568627451],[133.333333333333,74.5098039215686,38.2352941176471],[115.686274509804,57.843137254902,24.5098039215686],[113.725490196078,54.9019607843137,27.4509803921569],[117.647058823529,58.8235294117647,35.2941176470588],[92.156862745098,40.1960784313726,22.5490196078431],[51.9607843137255,14.7058823529412,1.96078431372549],[35.2941176470588,7.84313725490196,0],[22.5490196078431,0,0],[16.6666666666667,0,0],[11.7647058823529,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[7.84313725490196,9.80392156862745,8.82352941176471],[104.901960784314,106.862745098039,105.882352941176],[75.4901960784314,77.4509803921569,76.4705882352941],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[50,48.0392156862745,50.9803921568627],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,15.6862745098039,11.7647058823529],[10.7843137254902,9.80392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,6.86274509803922],[19.6078431372549,15.6862745098039,14.7058823529412],[3.92156862745098,0,0],[26.4705882352941,22.5490196078431,19.6078431372549],[16.6666666666667,11.7647058823529,5.88235294117647],[23.5294117647059,16.6666666666667,6.86274509803922],[29.4117647058824,21.5686274509804,8.82352941176471],[44.1176470588235,37.2549019607843,19.6078431372549],[91.1764705882353,80.3921568627451,60.7843137254902],[51.9607843137255,34.3137254901961,14.7058823529412],[60.7843137254902,40.1960784313726,19.6078431372549],[88.2352941176471,68.6274509803922,44.1176470588235],[87.2549019607843,70.5882352941177,41.1764705882353],[86.2745098039216,72.5490196078431,38.2352941176471],[137.254901960784,125.490196078431,86.2745098039216],[91.1764705882353,82.3529411764706,42.156862745098],[43.1372549019608,36.2745098039216,0],[53.921568627451,50.9803921568627,10.7843137254902],[102.941176470588,102.941176470588,65.6862745098039],[65.6862745098039,69.6078431372549,33.3333333333333],[33.3333333333333,41.1764705882353,4.90196078431373],[90.1960784313725,100,65.6862745098039],[98.0392156862745,108.823529411765,75.4901960784314],[64.7058823529412,78.4313725490196,44.1176470588235],[52.9411764705882,66.6666666666667,31.3725490196078],[85.2941176470588,95.0980392156863,58.8235294117647],[70.5882352941177,80.3921568627451,44.1176470588235],[120.588235294118,131.372549019608,100],[99.0196078431373,111.764705882353,86.2745098039216],[46.078431372549,58.8235294117647,39.2156862745098],[110.78431372549,123.529411764706,106.862745098039],[110.78431372549,123.529411764706,106.862745098039],[44.1176470588235,56.8627450980392,39.2156862745098],[55.8823529411765,69.6078431372549,47.0588235294118],[95.0980392156863,108.823529411765,83.3333333333333],[168.627450980392,184.313725490196,155.882352941176],[162.745098039216,181.372549019608,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[81.3725490196078,109.803921568627,82.3529411764706],[100.980392156863,130.392156862745,106.862745098039],[144.117647058824,171.56862745098,150],[199.019607843137,214.705882352941,201.960784313725],[190.196078431373,205.882352941176,195.098039215686],[73.5294117647059,97.0588235294118,84.3137254901961],[87.2549019607843,109.803921568627,101.960784313725],[168.627450980392,183.333333333333,180.392156862745],[166.666666666667,182.352941176471,182.352941176471],[132.352941176471,155.882352941176,155.882352941176],[159.803921568627,189.21568627451,191.176470588235],[144.117647058824,174.509803921569,177.450980392157],[119.607843137255,146.078431372549,154.901960784314],[201.960784313725,221.56862745098,232.352941176471],[168.627450980392,190.196078431373,202.941176470588],[112.745098039216,142.156862745098,151.960784313725],[134.313725490196,165.686274509804,176.470588235294],[163.725490196078,186.274509803922,200],[221.56862745098,240.196078431373,250],[233.333333333333,250,250],[177.450980392157,199.019607843137,209.803921568627],[144.117647058824,170.588235294118,179.411764705882],[155.882352941176,182.352941176471,191.176470588235],[155.882352941176,179.411764705882,191.176470588235],[153.921568627451,175.490196078431,188.235294117647],[191.176470588235,207.843137254902,223.529411764706],[205.882352941176,220.588235294118,239.21568627451],[197.058823529412,213.725490196078,233.333333333333],[171.56862745098,192.156862745098,212.745098039216],[165.686274509804,193.137254901961,213.725490196078],[149.019607843137,183.333333333333,201.960784313725],[146.078431372549,183.333333333333,201.960784313725],[171.56862745098,211.764705882353,231.372549019608],[167.647058823529,204.901960784314,227.450980392157],[138.235294117647,174.509803921569,200],[125.490196078431,165.686274509804,193.137254901961],[129.411764705882,169.607843137255,199.019607843137],[137.254901960784,172.549019607843,203.921568627451],[150,182.352941176471,216.666666666667],[171.56862745098,199.019607843137,235.294117647059],[182.352941176471,206.862745098039,246.078431372549],[168.627450980392,191.176470588235,231.372549019608],[144.117647058824,168.627450980392,208.823529411765],[149.019607843137,176.470588235294,215.686274509804],[152.941176470588,181.372549019608,222.549019607843],[158.823529411765,187.254901960784,228.43137254902],[166.666666666667,193.137254901961,237.254901960784],[170.588235294118,194.117647058824,239.21568627451],[174.509803921569,196.078431372549,242.156862745098],[177.450980392157,197.058823529412,246.078431372549],[163.725490196078,185.294117647059,233.333333333333],[158.823529411765,186.274509803922,233.333333333333],[155.882352941176,186.274509803922,232.352941176471],[162.745098039216,193.137254901961,239.21568627451],[168.627450980392,200.980392156863,245.098039215686],[161.764705882353,198.039215686275,241.176470588235],[161.764705882353,192.156862745098,235.294117647059],[177.450980392157,193.137254901961,241.176470588235],[185.294117647059,200.980392156863,250],[160.78431372549,193.137254901961,237.254901960784],[146.078431372549,189.21568627451,227.450980392157],[140.196078431373,185.294117647059,218.627450980392],[185.294117647059,212.745098039216,249.019607843137],[238.235294117647,229.411764705882,250],[242.156862745098,224.509803921569,250],[203.921568627451,202.941176470588,233.333333333333],[217.647058823529,225.490196078431,248.039215686275],[242.156862745098,250,250],[215.686274509804,224.509803921569,239.21568627451],[199.019607843137,206.862745098039,225.490196078431],[185.294117647059,196.078431372549,215.686274509804],[182.352941176471,193.137254901961,214.705882352941],[197.058823529412,207.843137254902,227.450980392157],[169.607843137255,181.372549019608,197.058823529412],[168.627450980392,178.43137254902,190.196078431373],[207.843137254902,214.705882352941,222.549019607843],[231.372549019608,236.274509803922,242.156862745098],[224.509803921569,229.411764705882,233.333333333333],[202.941176470588,206.862745098039,215.686274509804],[197.058823529412,202.941176470588,216.666666666667],[186.274509803922,193.137254901961,211.764705882353],[175.490196078431,185.294117647059,209.803921568627],[190.196078431373,203.921568627451,229.411764705882],[184.313725490196,205.882352941176,228.43137254902],[188.235294117647,209.803921568627,230.392156862745],[176.470588235294,197.058823529412,213.725490196078],[178.43137254902,195.098039215686,210.78431372549],[184.313725490196,197.058823529412,212.745098039216],[182.352941176471,193.137254901961,210.78431372549],[184.313725490196,197.058823529412,215.686274509804],[176.470588235294,192.156862745098,214.705882352941],[150.980392156863,171.56862745098,198.039215686275],[160.78431372549,190.196078431373,215.686274509804],[136.274509803922,173.529411764706,196.078431372549],[99.0196078431373,145.098039215686,162.745098039216],[100.980392156863,154.901960784314,161.764705882353],[76.4705882352941,135.294117647059,135.294117647059],[76.4705882352941,138.235294117647,129.411764705882],[99.0196078431373,161.764705882353,148.039215686275],[89.2156862745098,146.078431372549,134.313725490196],[141.176470588235,193.137254901961,185.294117647059],[144.117647058824,195.098039215686,193.137254901961],[77.4509803921569,122.549019607843,122.549019607843],[106.862745098039,140.196078431373,141.176470588235],[200,219.607843137255,217.647058823529],[246.078431372549,250,243.137254901961],[167.647058823529,168.627450980392,152.941176470588],[146.078431372549,145.098039215686,125.490196078431],[151.960784313725,153.921568627451,132.352941176471],[218.627450980392,223.529411764706,201.960784313725],[136.274509803922,146.078431372549,122.549019607843],[61.7647058823529,73.5294117647059,50],[61.7647058823529,74.5098039215686,49.0196078431373],[72.5490196078431,85.2941176470588,59.8039215686275],[68.6274509803922,82.3529411764706,56.8627450980392],[84.3137254901961,102.941176470588,73.5294117647059],[181.372549019608,197.058823529412,161.764705882353],[145.098039215686,155.882352941176,113.725490196078],[164.705882352941,162.745098039216,115.686274509804],[234.313725490196,211.764705882353,168.627450980392],[205.882352941176,175.490196078431,132.352941176471],[165.686274509804,139.21568627451,97.0588235294118],[123.529411764706,95.0980392156863,55.8823529411765],[165.686274509804,132.352941176471,95.0980392156863],[114.705882352941,73.5294117647059,36.2745098039216],[122.549019607843,67.6470588235294,31.3725490196078],[113.725490196078,58.8235294117647,22.5490196078431],[83.3333333333333,41.1764705882353,6.86274509803922],[69.6078431372549,35.2941176470588,3.92156862745098],[45.0980392156863,13.7254901960784,0],[33.3333333333333,0,0],[74.5098039215686,30.3921568627451,0],[140.196078431373,88.2352941176471,54.9019607843137],[153.921568627451,96.078431372549,64.7058823529412],[170.588235294118,108.823529411765,78.4313725490196],[143.137254901961,75.4901960784314,47.0588235294118],[106.862745098039,37.2549019607843,7.84313725490196],[136.274509803922,64.7058823529412,33.3333333333333],[144.117647058824,72.5490196078431,40.1960784313726],[130.392156862745,63.7254901960784,27.4509803921569],[102.941176470588,39.2156862745098,1.96078431372549],[114.705882352941,53.921568627451,15.6862745098039],[137.254901960784,78.4313725490196,43.1372549019608],[135.294117647059,77.4509803921569,46.078431372549],[132.352941176471,76.4705882352941,50],[126.470588235294,66.6666666666667,46.078431372549],[96.078431372549,44.1176470588235,26.4705882352941],[78.4313725490196,41.1764705882353,28.4313725490196],[48.0392156862745,20.5882352941176,9.80392156862745],[25.4901960784314,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[17.6470588235294,3.92156862745098,2.94117647058824],[7.84313725490196,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0.980392156862745,0],[89.2156862745098,91.1764705882353,90.1960784313725],[67.6470588235294,69.6078431372549,68.6274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,1.96078431372549],[11.7647058823529,10.7843137254902,6.86274509803922],[161.764705882353,160.78431372549,156.862745098039],[108.823529411765,104.901960784314,103.921568627451],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[12.7450980392157,5.88235294117647,0],[28.4313725490196,20.5882352941176,9.80392156862745],[35.2941176470588,26.4705882352941,9.80392156862745],[42.156862745098,34.3137254901961,13.7254901960784],[88.2352941176471,78.4313725490196,53.921568627451],[65.6862745098039,51.9607843137255,25.4901960784314],[45.0980392156863,31.3725490196078,2.94117647058824],[82.3529411764706,69.6078431372549,38.2352941176471],[79.4117647058823,69.6078431372549,35.2941176470588],[126.470588235294,116.666666666667,82.3529411764706],[148.039215686275,140.196078431373,104.901960784314],[109.803921568627,103.921568627451,70.5882352941177],[89.2156862745098,84.3137254901961,52.9411764705882],[36.2745098039216,33.3333333333333,2.94117647058824],[44.1176470588235,43.1372549019608,13.7254901960784],[84.3137254901961,85.2941176470588,54.9019607843137],[78.4313725490196,83.3333333333333,51.9607843137255],[115.686274509804,122.549019607843,90.1960784313725],[92.156862745098,101.960784313725,67.6470588235294],[59.8039215686275,69.6078431372549,33.3333333333333],[170.588235294118,182.352941176471,145.098039215686],[126.470588235294,141.176470588235,102.941176470588],[129.411764705882,143.137254901961,107.843137254902],[91.1764705882353,105.882352941176,75.4901960784314],[59.8039215686275,73.5294117647059,48.0392156862745],[50,64.7058823529412,44.1176470588235],[62.7450980392157,75.4901960784314,57.843137254902],[74.5098039215686,87.2549019607843,70.5882352941177],[98.0392156862745,110.78431372549,93.1372549019608],[105.882352941176,119.607843137255,97.0588235294118],[58.8235294117647,72.5490196078431,48.0392156862745],[178.43137254902,194.117647058824,168.627450980392],[153.921568627451,173.529411764706,147.058823529412],[49.0196078431373,74.5098039215686,48.0392156862745],[106.862745098039,138.235294117647,114.705882352941],[153.921568627451,188.235294117647,166.666666666667],[200,232.352941176471,213.725490196078],[183.333333333333,204.901960784314,193.137254901961],[115.686274509804,136.274509803922,127.450980392157],[62.7450980392157,93.1372549019608,85.2941176470588],[87.2549019607843,117.647058823529,111.764705882353],[149.019607843137,169.607843137255,170.588235294118],[168.627450980392,192.156862745098,196.078431372549],[120.588235294118,152.941176470588,157.843137254902],[106.862745098039,143.137254901961,149.019607843137],[141.176470588235,178.43137254902,187.254901960784],[137.254901960784,170.588235294118,180.392156862745],[146.078431372549,168.627450980392,182.352941176471],[182.352941176471,204.901960784314,218.627450980392],[178.43137254902,211.764705882353,220.588235294118],[164.705882352941,198.039215686275,206.862745098039],[199.019607843137,222.549019607843,232.352941176471],[214.705882352941,234.313725490196,245.098039215686],[223.529411764706,243.137254901961,250],[230.392156862745,250,250],[175.490196078431,203.921568627451,211.764705882353],[123.529411764706,155.882352941176,162.745098039216],[149.019607843137,181.372549019608,188.235294117647],[158.823529411765,186.274509803922,197.058823529412],[170.588235294118,194.117647058824,205.882352941176],[156.862745098039,178.43137254902,192.156862745098],[171.56862745098,192.156862745098,208.823529411765],[187.254901960784,209.803921568627,227.450980392157],[180.392156862745,206.862745098039,225.490196078431],[157.843137254902,190.196078431373,208.823529411765],[141.176470588235,178.43137254902,197.058823529412],[131.372549019608,171.56862745098,191.176470588235],[127.450980392157,168.627450980392,190.196078431373],[128.43137254902,171.56862745098,196.078431372549],[126.470588235294,175.490196078431,200],[124.509803921569,173.529411764706,200],[129.411764705882,175.490196078431,204.901960784314],[132.352941176471,176.470588235294,206.862745098039],[135.294117647059,174.509803921569,208.823529411765],[141.176470588235,178.43137254902,213.725490196078],[146.078431372549,183.333333333333,219.607843137255],[143.137254901961,180.392156862745,216.666666666667],[149.019607843137,186.274509803922,224.509803921569],[143.137254901961,179.411764705882,220.588235294118],[147.058823529412,183.333333333333,224.509803921569],[156.862745098039,190.196078431373,234.313725490196],[160.78431372549,191.176470588235,236.274509803922],[165.686274509804,193.137254901961,240.196078431373],[169.607843137255,192.156862745098,241.176470588235],[162.745098039216,188.235294117647,238.235294117647],[156.862745098039,188.235294117647,236.274509803922],[152.941176470588,186.274509803922,233.333333333333],[158.823529411765,190.196078431373,238.235294117647],[163.725490196078,197.058823529412,242.156862745098],[158.823529411765,195.098039215686,239.21568627451],[159.803921568627,192.156862745098,236.274509803922],[175.490196078431,195.098039215686,244.117647058824],[185.294117647059,204.901960784314,250],[157.843137254902,191.176470588235,235.294117647059],[150,192.156862745098,233.333333333333],[139.21568627451,182.352941176471,218.627450980392],[142.156862745098,169.607843137255,207.843137254902],[191.176470588235,185.294117647059,228.43137254902],[234.313725490196,219.607843137255,250],[213.725490196078,214.705882352941,245.098039215686],[187.254901960784,194.117647058824,219.607843137255],[185.294117647059,196.078431372549,215.686274509804],[192.156862745098,202.941176470588,222.549019607843],[187.254901960784,199.019607843137,220.588235294118],[178.43137254902,190.196078431373,211.764705882353],[179.411764705882,191.176470588235,212.745098039216],[213.725490196078,226.470588235294,245.098039215686],[200.980392156863,212.745098039216,228.43137254902],[169.607843137255,177.450980392157,190.196078431373],[186.274509803922,193.137254901961,200.980392156863],[246.078431372549,250,250],[246.078431372549,249.019607843137,250],[198.039215686275,200.980392156863,207.843137254902],[181.372549019608,185.294117647059,197.058823529412],[184.313725490196,191.176470588235,208.823529411765],[184.313725490196,192.156862745098,214.705882352941],[176.470588235294,191.176470588235,213.725490196078],[181.372549019608,201.960784313725,222.549019607843],[177.450980392157,200,217.647058823529],[172.549019607843,191.176470588235,205.882352941176],[181.372549019608,197.058823529412,211.764705882353],[184.313725490196,193.137254901961,207.843137254902],[183.333333333333,190.196078431373,207.843137254902],[192.156862745098,200,218.627450980392],[175.490196078431,186.274509803922,205.882352941176],[151.960784313725,167.647058823529,190.196078431373],[141.176470588235,162.745098039216,185.294117647059],[135.294117647059,165.686274509804,185.294117647059],[123.529411764706,162.745098039216,174.509803921569],[115.686274509804,162.745098039216,164.705882352941],[82.3529411764706,134.313725490196,128.43137254902],[73.5294117647059,128.43137254902,115.686274509804],[83.3333333333333,139.21568627451,124.509803921569],[80.3921568627451,136.274509803922,121.56862745098],[111.764705882353,168.627450980392,156.862745098039],[104.901960784314,159.803921568627,156.862745098039],[113.725490196078,160.78431372549,160.78431372549],[92.156862745098,123.529411764706,120.588235294118],[115.686274509804,132.352941176471,126.470588235294],[213.725490196078,215.686274509804,202.941176470588],[239.21568627451,236.274509803922,219.607843137255],[196.078431372549,195.098039215686,177.450980392157],[128.43137254902,129.411764705882,111.764705882353],[166.666666666667,169.607843137255,150.980392156863],[123.529411764706,128.43137254902,106.862745098039],[37.2549019607843,42.156862745098,19.6078431372549],[63.7254901960784,73.5294117647059,50],[50,64.7058823529412,46.078431372549],[64.7058823529412,82.3529411764706,60.7843137254902],[99.0196078431373,116.666666666667,91.1764705882353],[151.960784313725,168.627450980392,135.294117647059],[178.43137254902,189.21568627451,148.039215686275],[155.882352941176,154.901960784314,109.803921568627],[175.490196078431,152.941176470588,109.803921568627],[179.411764705882,149.019607843137,105.882352941176],[155.882352941176,129.411764705882,87.2549019607843],[140.196078431373,112.745098039216,73.5294117647059],[113.725490196078,82.3529411764706,44.1176470588235],[92.156862745098,50.9803921568627,13.7254901960784],[74.5098039215686,21.5686274509804,0],[113.725490196078,60.7843137254902,25.4901960784314],[71.5686274509804,34.3137254901961,0],[70.5882352941177,40.1960784313726,9.80392156862745],[49.0196078431373,21.5686274509804,0],[46.078431372549,11.7647058823529,0],[125.490196078431,81.3725490196078,52.9411764705882],[109.803921568627,59.8039215686275,29.4117647058824],[99.0196078431373,45.0980392156863,15.6862745098039],[135.294117647059,79.4117647058823,50.9803921568627],[134.313725490196,74.5098039215686,47.0588235294118],[104.901960784314,42.156862745098,14.7058823529412],[105.882352941176,41.1764705882353,9.80392156862745],[143.137254901961,78.4313725490196,45.0980392156863],[171.56862745098,106.862745098039,72.5490196078431],[154.901960784314,90.1960784313725,55.8823529411765],[139.21568627451,76.4705882352941,41.1764705882353],[123.529411764706,61.7647058823529,27.4509803921569],[121.56862745098,63.7254901960784,34.3137254901961],[127.450980392157,71.5686274509804,45.0980392156863],[122.549019607843,67.6470588235294,45.0980392156863],[117.647058823529,70.5882352941177,50.9803921568627],[93.1372549019608,57.843137254902,44.1176470588235],[54.9019607843137,27.4509803921569,16.6666666666667],[23.5294117647059,0.980392156862745,0],[14.7058823529412,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[14.7058823529412,13.7254901960784,11.7647058823529],[2.94117647058824,0,0],[94.1176470588235,90.1960784313725,89.2156862745098],[92.156862745098,86.2745098039216,86.2745098039216],[4.90196078431373,0,0],[20.5882352941176,13.7254901960784,7.84313725490196],[36.2745098039216,27.4509803921569,18.6274509803922],[32.3529411764706,22.5490196078431,10.7843137254902],[33.3333333333333,22.5490196078431,4.90196078431373],[42.156862745098,31.3725490196078,9.80392156862745],[57.843137254902,49.0196078431373,20.5882352941176],[94.1176470588235,91.1764705882353,50.9803921568627],[83.3333333333333,82.3529411764706,39.2156862745098],[77.4509803921569,75.4901960784314,35.2941176470588],[60.7843137254902,58.8235294117647,20.5882352941176],[85.2941176470588,82.3529411764706,48.0392156862745],[91.1764705882353,88.2352941176471,57.843137254902],[64.7058823529412,60.7843137254902,36.2745098039216],[66.6666666666667,61.7647058823529,42.156862745098],[50,45.0980392156863,26.4705882352941],[48.0392156862745,43.1372549019608,24.5098039215686],[54.9019607843137,51.9607843137255,33.3333333333333],[47.0588235294118,45.0980392156863,22.5490196078431],[95.0980392156863,96.078431372549,64.7058823529412],[105.882352941176,107.843137254902,69.6078431372549],[61.7647058823529,64.7058823529412,22.5490196078431],[187.254901960784,194.117647058824,150.980392156863],[115.686274509804,127.450980392157,90.1960784313725],[97.0588235294118,111.764705882353,79.4117647058823],[59.8039215686275,76.4705882352941,45.0980392156863],[47.0588235294118,62.7450980392157,36.2745098039216],[55.8823529411765,69.6078431372549,47.0588235294118],[56.8627450980392,69.6078431372549,50],[70.5882352941177,82.3529411764706,60.7843137254902],[81.3725490196078,90.1960784313725,69.6078431372549],[103.921568627451,113.725490196078,90.1960784313725],[151.960784313725,163.725490196078,140.196078431373],[217.647058823529,233.333333333333,207.843137254902],[188.235294117647,210.78431372549,185.294117647059],[98.0392156862745,125.490196078431,102.941176470588],[159.803921568627,192.156862745098,171.56862745098],[165.686274509804,203.921568627451,185.294117647059],[134.313725490196,174.509803921569,160.78431372549],[126.470588235294,164.705882352941,159.803921568627],[132.352941176471,171.56862745098,171.56862745098],[98.0392156862745,145.098039215686,145.098039215686],[65.6862745098039,112.745098039216,114.705882352941],[97.0588235294118,136.274509803922,144.117647058824],[113.725490196078,152.941176470588,162.745098039216],[104.901960784314,150,162.745098039216],[102.941176470588,150,161.764705882353],[127.450980392157,172.549019607843,185.294117647059],[143.137254901961,182.352941176471,194.117647058824],[153.921568627451,183.333333333333,194.117647058824],[147.058823529412,175.490196078431,183.333333333333],[170.588235294118,200.980392156863,203.921568627451],[183.333333333333,212.745098039216,212.745098039216],[149.019607843137,168.627450980392,169.607843137255],[158.823529411765,178.43137254902,179.411764705882],[168.627450980392,196.078431372549,200],[228.43137254902,250,250],[208.823529411765,235.294117647059,242.156862745098],[143.137254901961,167.647058823529,174.509803921569],[145.098039215686,169.607843137255,176.470588235294],[173.529411764706,200,208.823529411765],[163.725490196078,190.196078431373,199.019607843137],[164.705882352941,188.235294117647,200],[183.333333333333,201.960784313725,216.666666666667],[184.313725490196,197.058823529412,215.686274509804],[205.882352941176,212.745098039216,238.235294117647],[236.274509803922,241.176470588235,250],[200.980392156863,211.764705882353,239.21568627451],[158.823529411765,175.490196078431,202.941176470588],[161.764705882353,188.235294117647,214.705882352941],[152.941176470588,186.274509803922,212.745098039216],[138.235294117647,173.529411764706,204.901960784314],[125.490196078431,163.725490196078,196.078431372549],[134.313725490196,173.529411764706,207.843137254902],[144.117647058824,186.274509803922,219.607843137255],[133.333333333333,178.43137254902,210.78431372549],[125.490196078431,175.490196078431,205.882352941176],[134.313725490196,188.235294117647,218.627450980392],[141.176470588235,197.058823529412,226.470588235294],[132.352941176471,187.254901960784,219.607843137255],[133.333333333333,188.235294117647,222.549019607843],[144.117647058824,195.098039215686,233.333333333333],[147.058823529412,191.176470588235,232.352941176471],[142.156862745098,179.411764705882,225.490196078431],[149.019607843137,180.392156862745,230.392156862745],[161.764705882353,188.235294117647,240.196078431373],[169.607843137255,196.078431372549,248.039215686275],[152.941176470588,188.235294117647,237.254901960784],[151.960784313725,189.21568627451,237.254901960784],[153.921568627451,189.21568627451,238.235294117647],[152.941176470588,188.235294117647,235.294117647059],[151.960784313725,189.21568627451,233.333333333333],[161.764705882353,195.098039215686,240.196078431373],[176.470588235294,198.039215686275,247.058823529412],[176.470588235294,199.019607843137,248.039215686275],[164.705882352941,200.980392156863,245.098039215686],[146.078431372549,188.235294117647,229.411764705882],[137.254901960784,180.392156862745,218.627450980392],[165.686274509804,194.117647058824,233.333333333333],[193.137254901961,192.156862745098,235.294117647059],[224.509803921569,213.725490196078,250],[196.078431372549,196.078431372549,231.372549019608],[174.509803921569,183.333333333333,211.764705882353],[173.529411764706,187.254901960784,212.745098039216],[169.607843137255,185.294117647059,209.803921568627],[163.725490196078,179.411764705882,204.901960784314],[185.294117647059,200.980392156863,225.490196078431],[158.823529411765,174.509803921569,199.019607843137],[159.803921568627,174.509803921569,195.098039215686],[195.098039215686,205.882352941176,223.529411764706],[195.098039215686,202.941176470588,215.686274509804],[189.21568627451,193.137254901961,201.960784313725],[220.588235294118,223.529411764706,230.392156862745],[239.21568627451,240.196078431373,245.098039215686],[203.921568627451,206.862745098039,213.725490196078],[175.490196078431,179.411764705882,190.196078431373],[181.372549019608,188.235294117647,203.921568627451],[185.294117647059,193.137254901961,211.764705882353],[173.529411764706,184.313725490196,205.882352941176],[195.098039215686,206.862745098039,228.43137254902],[201.960784313725,213.725490196078,235.294117647059],[175.490196078431,183.333333333333,201.960784313725],[171.56862745098,176.470588235294,195.098039215686],[183.333333333333,184.313725490196,201.960784313725],[182.352941176471,181.372549019608,199.019607843137],[187.254901960784,185.294117647059,205.882352941176],[178.43137254902,179.411764705882,200],[180.392156862745,186.274509803922,207.843137254902],[170.588235294118,181.372549019608,200.980392156863],[165.686274509804,182.352941176471,198.039215686275],[148.039215686275,169.607843137255,180.392156862745],[140.196078431373,167.647058823529,168.627450980392],[113.725490196078,144.117647058824,138.235294117647],[106.862745098039,140.196078431373,126.470588235294],[112.745098039216,150,135.294117647059],[66.6666666666667,115.686274509804,103.921568627451],[66.6666666666667,121.56862745098,110.78431372549],[69.6078431372549,124.509803921569,115.686274509804],[102.941176470588,149.019607843137,139.21568627451],[108.823529411765,142.156862745098,126.470588235294],[131.372549019608,151.960784313725,133.333333333333],[183.333333333333,195.098039215686,175.490196078431],[199.019607843137,201.960784313725,185.294117647059],[135.294117647059,135.294117647059,123.529411764706],[144.117647058824,138.235294117647,126.470588235294],[200,185.294117647059,166.666666666667],[150.980392156863,133.333333333333,109.803921568627],[108.823529411765,92.156862745098,66.6666666666667],[133.333333333333,127.450980392157,103.921568627451],[74.5098039215686,88.2352941176471,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[138.235294117647,155.882352941176,130.392156862745],[182.352941176471,196.078431372549,161.764705882353],[229.411764705882,236.274509803922,195.098039215686],[181.372549019608,177.450980392157,133.333333333333],[216.666666666667,194.117647058824,152.941176470588],[172.549019607843,144.117647058824,102.941176470588],[140.196078431373,115.686274509804,76.4705882352941],[168.627450980392,141.176470588235,104.901960784314],[118.627450980392,86.2745098039216,51.9607843137255],[133.333333333333,96.078431372549,60.7843137254902],[103.921568627451,54.9019607843137,20.5882352941176],[123.529411764706,74.5098039215686,40.1960784313726],[95.0980392156863,57.843137254902,22.5490196078431],[105.882352941176,75.4901960784314,45.0980392156863],[76.4705882352941,49.0196078431373,27.4509803921569],[85.2941176470588,50.9803921568627,31.3725490196078],[140.196078431373,93.1372549019608,70.5882352941177],[132.352941176471,79.4117647058823,51.9607843137255],[121.56862745098,71.5686274509804,43.1372549019608],[118.627450980392,70.5882352941177,41.1764705882353],[97.0588235294118,49.0196078431373,19.6078431372549],[90.1960784313725,40.1960784313726,11.7647058823529],[88.2352941176471,34.3137254901961,3.92156862745098],[148.039215686275,88.2352941176471,57.843137254902],[164.705882352941,100,66.6666666666667],[156.862745098039,87.2549019607843,55.8823529411765],[140.196078431373,70.5882352941177,39.2156862745098],[115.686274509804,50.9803921568627,19.6078431372549],[114.705882352941,54.9019607843137,24.5098039215686],[115.686274509804,61.7647058823529,32.3529411764706],[87.2549019607843,38.2352941176471,11.7647058823529],[72.5490196078431,28.4313725490196,5.88235294117647],[73.5294117647059,38.2352941176471,22.5490196078431],[51.9607843137255,24.5098039215686,13.7254901960784],[28.4313725490196,5.88235294117647,0],[14.7058823529412,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[25.4901960784314,23.5294117647059,24.5098039215686],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[9.80392156862745,9.80392156862745,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[19.6078431372549,13.7254901960784,13.7254901960784],[20.5882352941176,12.7450980392157,10.7843137254902],[48.0392156862745,39.2156862745098,34.3137254901961],[41.1764705882353,31.3725490196078,22.5490196078431],[36.2745098039216,24.5098039215686,10.7843137254902],[28.4313725490196,17.6470588235294,0],[45.0980392156863,33.3333333333333,9.80392156862745],[68.6274509803922,59.8039215686275,27.4509803921569],[112.745098039216,111.764705882353,64.7058823529412],[116.666666666667,121.56862745098,68.6274509803922],[77.4509803921569,81.3725490196078,32.3529411764706],[128.43137254902,131.372549019608,89.2156862745098],[49.0196078431373,49.0196078431373,13.7254901960784],[82.3529411764706,81.3725490196078,53.921568627451],[39.2156862745098,37.2549019607843,16.6666666666667],[47.0588235294118,44.1176470588235,29.4117647058824],[52.9411764705882,47.0588235294118,35.2941176470588],[79.4117647058823,73.5294117647059,61.7647058823529],[82.3529411764706,76.4705882352941,62.7450980392157],[63.7254901960784,58.8235294117647,39.2156862745098],[50,47.0588235294118,16.6666666666667],[98.0392156862745,96.078431372549,57.843137254902],[62.7450980392157,61.7647058823529,16.6666666666667],[87.2549019607843,90.1960784313725,46.078431372549],[98.0392156862745,109.803921568627,74.5098039215686],[79.4117647058823,96.078431372549,64.7058823529412],[100,115.686274509804,87.2549019607843],[92.156862745098,106.862745098039,78.4313725490196],[74.5098039215686,88.2352941176471,62.7450980392157],[57.843137254902,70.5882352941177,45.0980392156863],[76.4705882352941,86.2745098039216,59.8039215686275],[108.823529411765,117.647058823529,91.1764705882353],[153.921568627451,162.745098039216,134.313725490196],[211.764705882353,221.56862745098,195.098039215686],[221.56862745098,235.294117647059,209.803921568627],[169.607843137255,189.21568627451,164.705882352941],[176.470588235294,203.921568627451,182.352941176471],[170.588235294118,202.941176470588,186.274509803922],[118.627450980392,155.882352941176,143.137254901961],[87.2549019607843,127.450980392157,119.607843137255],[82.3529411764706,123.529411764706,121.56862745098],[81.3725490196078,126.470588235294,126.470588235294],[140.196078431373,188.235294117647,192.156862745098],[92.156862745098,142.156862745098,146.078431372549],[97.0588235294118,146.078431372549,154.901960784314],[122.549019607843,170.588235294118,184.313725490196],[93.1372549019608,145.098039215686,160.78431372549],[107.843137254902,159.803921568627,177.450980392157],[128.43137254902,178.43137254902,195.098039215686],[114.705882352941,160.78431372549,176.470588235294],[117.647058823529,155.882352941176,170.588235294118],[135.294117647059,170.588235294118,182.352941176471],[160.78431372549,195.098039215686,200.980392156863],[177.450980392157,207.843137254902,210.78431372549],[150,175.490196078431,176.470588235294],[144.117647058824,167.647058823529,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[151.960784313725,178.43137254902,185.294117647059],[214.705882352941,237.254901960784,243.137254901961],[162.745098039216,181.372549019608,188.235294117647],[140.196078431373,156.862745098039,164.705882352941],[172.549019607843,190.196078431373,200],[192.156862745098,211.764705882353,220.588235294118],[173.529411764706,191.176470588235,202.941176470588],[160.78431372549,176.470588235294,191.176470588235],[175.490196078431,188.235294117647,204.901960784314],[177.450980392157,185.294117647059,207.843137254902],[214.705882352941,220.588235294118,246.078431372549],[218.627450980392,225.490196078431,250],[179.411764705882,190.196078431373,217.647058823529],[176.470588235294,196.078431372549,222.549019607843],[173.529411764706,200,228.43137254902],[141.176470588235,175.490196078431,206.862745098039],[134.313725490196,172.549019607843,204.901960784314],[140.196078431373,179.411764705882,213.725490196078],[136.274509803922,180.392156862745,212.745098039216],[127.450980392157,172.549019607843,204.901960784314],[137.254901960784,187.254901960784,217.647058823529],[142.156862745098,194.117647058824,224.509803921569],[123.529411764706,177.450980392157,207.843137254902],[125.490196078431,178.43137254902,211.764705882353],[127.450980392157,178.43137254902,214.705882352941],[140.196078431373,187.254901960784,226.470588235294],[142.156862745098,184.313725490196,226.470588235294],[144.117647058824,179.411764705882,226.470588235294],[153.921568627451,185.294117647059,235.294117647059],[156.862745098039,183.333333333333,235.294117647059],[150.980392156863,180.392156862745,233.333333333333],[150.980392156863,190.196078431373,240.196078431373],[153.921568627451,195.098039215686,244.117647058824],[153.921568627451,193.137254901961,241.176470588235],[147.058823529412,187.254901960784,232.352941176471],[150,190.196078431373,233.333333333333],[166.666666666667,202.941176470588,247.058823529412],[175.490196078431,202.941176470588,250],[164.705882352941,192.156862745098,239.21568627451],[145.098039215686,182.352941176471,226.470588235294],[146.078431372549,188.235294117647,229.411764705882],[144.117647058824,187.254901960784,225.490196078431],[196.078431372549,224.509803921569,250],[209.803921568627,212.745098039216,250],[235.294117647059,230.392156862745,250],[186.274509803922,189.21568627451,223.529411764706],[173.529411764706,182.352941176471,212.745098039216],[170.588235294118,185.294117647059,215.686274509804],[166.666666666667,185.294117647059,216.666666666667],[173.529411764706,192.156862745098,223.529411764706],[182.352941176471,199.019607843137,228.43137254902],[168.627450980392,185.294117647059,210.78431372549],[158.823529411765,173.529411764706,196.078431372549],[141.176470588235,151.960784313725,171.56862745098],[166.666666666667,173.529411764706,189.21568627451],[204.901960784314,208.823529411765,219.607843137255],[196.078431372549,199.019607843137,205.882352941176],[239.21568627451,240.196078431373,245.098039215686],[239.21568627451,242.156862745098,249.019607843137],[210.78431372549,217.647058823529,227.450980392157],[219.607843137255,227.450980392157,240.196078431373],[204.901960784314,216.666666666667,232.352941176471],[174.509803921569,187.254901960784,205.882352941176],[183.333333333333,195.098039215686,216.666666666667],[222.549019607843,233.333333333333,250],[182.352941176471,190.196078431373,210.78431372549],[167.647058823529,174.509803921569,193.137254901961],[204.901960784314,207.843137254902,226.470588235294],[193.137254901961,196.078431372549,214.705882352941],[175.490196078431,178.43137254902,197.058823529412],[177.450980392157,182.352941176471,200.980392156863],[166.666666666667,173.529411764706,191.176470588235],[172.549019607843,182.352941176471,194.117647058824],[179.411764705882,192.156862745098,200],[156.862745098039,171.56862745098,174.509803921569],[152.941176470588,171.56862745098,165.686274509804],[149.019607843137,166.666666666667,154.901960784314],[142.156862745098,160.78431372549,142.156862745098],[130.392156862745,154.901960784314,134.313725490196],[99.0196078431373,136.274509803922,115.686274509804],[99.0196078431373,143.137254901961,123.529411764706],[115.686274509804,161.764705882353,146.078431372549],[143.137254901961,181.372549019608,163.725490196078],[146.078431372549,170.588235294118,149.019607843137],[102.941176470588,115.686274509804,90.1960784313725],[177.450980392157,180.392156862745,151.960784313725],[224.509803921569,220.588235294118,194.117647058824],[155.882352941176,150.980392156863,131.372549019608],[169.607843137255,158.823529411765,141.176470588235],[139.21568627451,119.607843137255,95.0980392156863],[159.803921568627,135.294117647059,105.882352941176],[174.509803921569,149.019607843137,116.666666666667],[220.588235294118,200.980392156863,174.509803921569],[85.2941176470588,83.3333333333333,68.6274509803922],[105.882352941176,114.705882352941,98.0392156862745],[123.529411764706,133.333333333333,106.862745098039],[153.921568627451,161.764705882353,125.490196078431],[200.980392156863,199.019607843137,158.823529411765],[165.686274509804,153.921568627451,112.745098039216],[203.921568627451,183.333333333333,141.176470588235],[170.588235294118,146.078431372549,106.862745098039],[178.43137254902,154.901960784314,119.607843137255],[175.490196078431,150.980392156863,120.588235294118],[141.176470588235,112.745098039216,83.3333333333333],[161.764705882353,126.470588235294,95.0980392156863],[176.470588235294,132.352941176471,100],[135.294117647059,90.1960784313725,56.8627450980392],[81.3725490196078,42.156862745098,7.84313725490196],[93.1372549019608,58.8235294117647,27.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[111.764705882353,77.4509803921569,55.8823529411765],[116.666666666667,71.5686274509804,48.0392156862745],[120.588235294118,69.6078431372549,46.078431372549],[107.843137254902,61.7647058823529,36.2745098039216],[103.921568627451,60.7843137254902,34.3137254901961],[88.2352941176471,48.0392156862745,20.5882352941176],[97.0588235294118,53.921568627451,25.4901960784314],[92.156862745098,44.1176470588235,12.7450980392157],[136.274509803922,82.3529411764706,51.9607843137255],[125.490196078431,61.7647058823529,30.3921568627451],[124.509803921569,56.8627450980392,24.5098039215686],[138.235294117647,68.6274509803922,37.2549019607843],[131.372549019608,63.7254901960784,31.3725490196078],[117.647058823529,57.843137254902,27.4509803921569],[112.745098039216,58.8235294117647,28.4313725490196],[86.2745098039216,40.1960784313726,10.7843137254902],[66.6666666666667,27.4509803921569,1.96078431372549],[41.1764705882353,8.82352941176471,0],[45.0980392156863,17.6470588235294,6.86274509803922],[38.2352941176471,15.6862745098039,7.84313725490196],[19.6078431372549,2.94117647058824,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[15.6862745098039,9.80392156862745,9.80392156862745],[20.5882352941176,12.7450980392157,10.7843137254902],[39.2156862745098,30.3921568627451,25.4901960784314],[25.4901960784314,15.6862745098039,6.86274509803922],[32.3529411764706,20.5882352941176,6.86274509803922],[44.1176470588235,31.3725490196078,12.7450980392157],[75.4901960784314,60.7843137254902,38.2352941176471],[66.6666666666667,58.8235294117647,23.5294117647059],[137.254901960784,137.254901960784,88.2352941176471],[166.666666666667,171.56862745098,118.627450980392],[69.6078431372549,73.5294117647059,24.5098039215686],[78.4313725490196,81.3725490196078,37.2549019607843],[99.0196078431373,100.980392156863,64.7058823529412],[105.882352941176,105.882352941176,78.4313725490196],[54.9019607843137,51.9607843137255,33.3333333333333],[50,46.078431372549,34.3137254901961],[58.8235294117647,51.9607843137255,42.156862745098],[30.3921568627451,23.5294117647059,13.7254901960784],[79.4117647058823,71.5686274509804,58.8235294117647],[97.0588235294118,90.1960784313725,71.5686274509804],[91.1764705882353,86.2745098039216,56.8627450980392],[130.392156862745,125.490196078431,88.2352941176471],[149.019607843137,145.098039215686,99.0196078431373],[81.3725490196078,82.3529411764706,39.2156862745098],[97.0588235294118,106.862745098039,73.5294117647059],[99.0196078431373,111.764705882353,86.2745098039216],[112.745098039216,125.490196078431,98.0392156862745],[120.588235294118,133.333333333333,103.921568627451],[70.5882352941177,84.3137254901961,51.9607843137255],[83.3333333333333,94.1176470588235,60.7843137254902],[100.980392156863,110.78431372549,76.4705882352941],[143.137254901961,150.980392156863,114.705882352941],[181.372549019608,188.235294117647,154.901960784314],[179.411764705882,189.21568627451,155.882352941176],[139.21568627451,151.960784313725,124.509803921569],[183.333333333333,200.980392156863,177.450980392157],[179.411764705882,202.941176470588,187.254901960784],[147.058823529412,176.470588235294,166.666666666667],[140.196078431373,176.470588235294,169.607843137255],[101.960784313725,140.196078431373,137.254901960784],[74.5098039215686,110.78431372549,103.921568627451],[122.549019607843,157.843137254902,153.921568627451],[140.196078431373,178.43137254902,177.450980392157],[90.1960784313725,130.392156862745,134.313725490196],[116.666666666667,164.705882352941,171.56862745098],[124.509803921569,175.490196078431,188.235294117647],[86.2745098039216,136.274509803922,154.901960784314],[108.823529411765,159.803921568627,181.372549019608],[110.78431372549,161.764705882353,185.294117647059],[112.745098039216,163.725490196078,187.254901960784],[102.941176470588,153.921568627451,175.490196078431],[104.901960784314,151.960784313725,171.56862745098],[127.450980392157,167.647058823529,185.294117647059],[155.882352941176,192.156862745098,207.843137254902],[172.549019607843,209.803921568627,220.588235294118],[168.627450980392,200.980392156863,209.803921568627],[178.43137254902,200.980392156863,208.823529411765],[194.117647058824,210.78431372549,218.627450980392],[207.843137254902,221.56862745098,230.392156862745],[201.960784313725,211.764705882353,221.56862745098],[186.274509803922,192.156862745098,203.921568627451],[183.333333333333,185.294117647059,198.039215686275],[215.686274509804,214.705882352941,228.43137254902],[196.078431372549,199.019607843137,213.725490196078],[169.607843137255,178.43137254902,193.137254901961],[164.705882352941,183.333333333333,197.058823529412],[143.137254901961,170.588235294118,184.313725490196],[156.862745098039,188.235294117647,202.941176470588],[167.647058823529,198.039215686275,217.647058823529],[163.725490196078,187.254901960784,210.78431372549],[178.43137254902,193.137254901961,221.56862745098],[169.607843137255,190.196078431373,220.588235294118],[138.235294117647,176.470588235294,206.862745098039],[128.43137254902,174.509803921569,203.921568627451],[139.21568627451,185.294117647059,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[144.117647058824,186.274509803922,217.647058823529],[142.156862745098,179.411764705882,214.705882352941],[145.098039215686,180.392156862745,215.686274509804],[154.901960784314,188.235294117647,225.490196078431],[140.196078431373,171.56862745098,209.803921568627],[148.039215686275,174.509803921569,216.666666666667],[171.56862745098,195.098039215686,242.156862745098],[161.764705882353,184.313725490196,233.333333333333],[150,172.549019607843,223.529411764706],[161.764705882353,184.313725490196,237.254901960784],[160.78431372549,183.333333333333,236.274509803922],[156.862745098039,186.274509803922,239.21568627451],[150,191.176470588235,240.196078431373],[146.078431372549,191.176470588235,239.21568627451],[150,193.137254901961,239.21568627451],[150.980392156863,192.156862745098,239.21568627451],[141.176470588235,183.333333333333,227.450980392157],[150.980392156863,188.235294117647,232.352941176471],[170.588235294118,200.980392156863,247.058823529412],[155.882352941176,187.254901960784,233.333333333333],[140.196078431373,177.450980392157,221.56862745098],[146.078431372549,188.235294117647,229.411764705882],[149.019607843137,190.196078431373,229.411764705882],[158.823529411765,190.196078431373,228.43137254902],[188.235294117647,197.058823529412,239.21568627451],[202.941176470588,201.960784313725,243.137254901961],[191.176470588235,195.098039215686,229.411764705882],[175.490196078431,185.294117647059,219.607843137255],[164.705882352941,179.411764705882,217.647058823529],[147.058823529412,165.686274509804,204.901960784314],[151.960784313725,171.56862745098,207.843137254902],[164.705882352941,183.333333333333,215.686274509804],[180.392156862745,197.058823529412,226.470588235294],[161.764705882353,177.450980392157,201.960784313725],[150,160.78431372549,180.392156862745],[161.764705882353,168.627450980392,184.313725490196],[217.647058823529,221.56862745098,232.352941176471],[227.450980392157,230.392156862745,239.21568627451],[246.078431372549,249.019607843137,250],[210.78431372549,213.725490196078,220.588235294118],[205.882352941176,212.745098039216,222.549019607843],[217.647058823529,227.450980392157,237.254901960784],[208.823529411765,222.549019607843,233.333333333333],[200,215.686274509804,231.372549019608],[188.235294117647,205.882352941176,227.450980392157],[193.137254901961,212.745098039216,236.274509803922],[166.666666666667,184.313725490196,205.882352941176],[182.352941176471,199.019607843137,218.627450980392],[178.43137254902,195.098039215686,212.745098039216],[169.607843137255,186.274509803922,201.960784313725],[155.882352941176,173.529411764706,187.254901960784],[161.764705882353,179.411764705882,191.176470588235],[155.882352941176,175.490196078431,182.352941176471],[147.058823529412,167.647058823529,170.588235294118],[157.843137254902,177.450980392157,175.490196078431],[162.745098039216,182.352941176471,173.529411764706],[150.980392156863,167.647058823529,151.960784313725],[167.647058823529,180.392156862745,160.78431372549],[155.882352941176,165.686274509804,142.156862745098],[172.549019607843,185.294117647059,155.882352941176],[207.843137254902,227.450980392157,191.176470588235],[154.901960784314,180.392156862745,146.078431372549],[141.176470588235,169.607843137255,148.039215686275],[151.960784313725,174.509803921569,154.901960784314],[147.058823529412,151.960784313725,129.411764705882],[169.607843137255,160.78431372549,130.392156862745],[176.470588235294,154.901960784314,114.705882352941],[179.411764705882,156.862745098039,115.686274509804],[179.411764705882,164.705882352941,126.470588235294],[114.705882352941,102.941176470588,65.6862745098039],[125.490196078431,113.725490196078,76.4705882352941],[162.745098039216,148.039215686275,109.803921568627],[159.803921568627,135.294117647059,96.078431372549],[131.372549019608,101.960784313725,68.6274509803922],[150,120.588235294118,95.0980392156863],[103.921568627451,83.3333333333333,56.8627450980392],[128.43137254902,124.509803921569,90.1960784313725],[193.137254901961,191.176470588235,152.941176470588],[131.372549019608,118.627450980392,77.4509803921569],[141.176470588235,122.549019607843,81.3725490196078],[173.529411764706,154.901960784314,113.725490196078],[133.333333333333,111.764705882353,75.4901960784314],[127.450980392157,103.921568627451,76.4705882352941],[168.627450980392,145.098039215686,119.607843137255],[146.078431372549,118.627450980392,95.0980392156863],[66.6666666666667,35.2941176470588,10.7843137254902],[130.392156862745,95.0980392156863,63.7254901960784],[106.862745098039,67.6470588235294,33.3333333333333],[135.294117647059,91.1764705882353,58.8235294117647],[108.823529411765,66.6666666666667,35.2941176470588],[69.6078431372549,36.2745098039216,8.82352941176471],[93.1372549019608,57.843137254902,32.3529411764706],[83.3333333333333,40.1960784313726,15.6862745098039],[53.921568627451,8.82352941176471,0],[65.6862745098039,24.5098039215686,0],[88.2352941176471,51.9607843137255,25.4901960784314],[79.4117647058823,43.1372549019608,16.6666666666667],[129.411764705882,91.1764705882353,62.7450980392157],[166.666666666667,122.549019607843,92.156862745098],[145.098039215686,95.0980392156863,64.7058823529412],[142.156862745098,82.3529411764706,51.9607843137255],[137.254901960784,72.5490196078431,39.2156862745098],[155.882352941176,88.2352941176471,55.8823529411765],[147.058823529412,82.3529411764706,49.0196078431373],[120.588235294118,61.7647058823529,28.4313725490196],[103.921568627451,51.9607843137255,18.6274509803922],[87.2549019607843,43.1372549019608,10.7843137254902],[86.2745098039216,50,23.5294117647059],[64.7058823529412,32.3529411764706,15.6862745098039],[43.1372549019608,15.6862745098039,4.90196078431373],[27.4509803921569,4.90196078431373,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[8.82352941176471,7.84313725490196,5.88235294117647],[13.7254901960784,9.80392156862745,8.82352941176471],[17.6470588235294,13.7254901960784,12.7450980392157],[17.6470588235294,11.7647058823529,11.7647058823529],[21.5686274509804,13.7254901960784,11.7647058823529],[16.6666666666667,7.84313725490196,2.94117647058824],[38.2352941176471,28.4313725490196,19.6078431372549],[103.921568627451,92.156862745098,78.4313725490196],[80.3921568627451,67.6470588235294,49.0196078431373],[63.7254901960784,51.9607843137255,26.4705882352941],[96.078431372549,85.2941176470588,53.921568627451],[125.490196078431,121.56862745098,77.4509803921569],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,114.705882352941,67.6470588235294],[63.7254901960784,62.7450980392157,19.6078431372549],[47.0588235294118,45.0980392156863,7.84313725490196],[62.7450980392157,61.7647058823529,31.3725490196078],[22.5490196078431,20.5882352941176,0],[35.2941176470588,30.3921568627451,11.7647058823529],[58.8235294117647,52.9411764705882,37.2549019607843],[77.4509803921569,71.5686274509804,57.843137254902],[50,45.0980392156863,26.4705882352941],[56.8627450980392,51.9607843137255,30.3921568627451],[68.6274509803922,63.7254901960784,34.3137254901961],[84.3137254901961,80.3921568627451,44.1176470588235],[141.176470588235,138.235294117647,94.1176470588235],[80.3921568627451,81.3725490196078,40.1960784313726],[82.3529411764706,89.2156862745098,58.8235294117647],[81.3725490196078,91.1764705882353,66.6666666666667],[95.0980392156863,105.882352941176,76.4705882352941],[169.607843137255,180.392156862745,147.058823529412],[175.490196078431,187.254901960784,150],[156.862745098039,167.647058823529,128.43137254902],[138.235294117647,146.078431372549,105.882352941176],[174.509803921569,182.352941176471,142.156862745098],[204.901960784314,210.78431372549,173.529411764706],[227.450980392157,234.313725490196,200.980392156863],[163.725490196078,176.470588235294,149.019607843137],[200,217.647058823529,196.078431372549],[154.901960784314,176.470588235294,163.725490196078],[130.392156862745,156.862745098039,150],[124.509803921569,157.843137254902,156.862745098039],[105.882352941176,141.176470588235,141.176470588235],[92.156862745098,126.470588235294,122.549019607843],[132.352941176471,163.725490196078,160.78431372549],[127.450980392157,155.882352941176,159.803921568627],[126.470588235294,159.803921568627,168.627450980392],[124.509803921569,170.588235294118,180.392156862745],[90.1960784313725,141.176470588235,154.901960784314],[111.764705882353,158.823529411765,180.392156862745],[117.647058823529,162.745098039216,188.235294117647],[118.627450980392,164.705882352941,192.156862745098],[128.43137254902,177.450980392157,203.921568627451],[117.647058823529,168.627450980392,192.156862745098],[114.705882352941,161.764705882353,184.313725490196],[120.588235294118,155.882352941176,177.450980392157],[123.529411764706,155.882352941176,174.509803921569],[149.019607843137,184.313725490196,200],[186.274509803922,217.647058823529,230.392156862745],[198.039215686275,219.607843137255,230.392156862745],[209.803921568627,223.529411764706,234.313725490196],[205.882352941176,215.686274509804,227.450980392157],[218.627450980392,224.509803921569,236.274509803922],[211.764705882353,210.78431372549,224.509803921569],[225.490196078431,221.56862745098,236.274509803922],[220.588235294118,216.666666666667,231.372549019608],[235.294117647059,234.313725490196,250],[191.176470588235,200,214.705882352941],[180.392156862745,199.019607843137,212.745098039216],[156.862745098039,186.274509803922,197.058823529412],[151.960784313725,184.313725490196,199.019607843137],[168.627450980392,197.058823529412,214.705882352941],[189.21568627451,210.78431372549,234.313725490196],[200,208.823529411765,239.21568627451],[174.509803921569,184.313725490196,218.627450980392],[168.627450980392,197.058823529412,228.43137254902],[140.196078431373,175.490196078431,206.862745098039],[136.274509803922,171.56862745098,202.941176470588],[133.333333333333,167.647058823529,199.019607843137],[141.176470588235,173.529411764706,205.882352941176],[150,179.411764705882,212.745098039216],[153.921568627451,181.372549019608,217.647058823529],[153.921568627451,179.411764705882,215.686274509804],[181.372549019608,203.921568627451,244.117647058824],[161.764705882353,182.352941176471,224.509803921569],[152.941176470588,173.529411764706,217.647058823529],[165.686274509804,187.254901960784,233.333333333333],[155.882352941176,179.411764705882,226.470588235294],[152.941176470588,178.43137254902,226.470588235294],[172.549019607843,201.960784313725,250],[156.862745098039,192.156862745098,241.176470588235],[141.176470588235,184.313725490196,232.352941176471],[150,197.058823529412,244.117647058824],[145.098039215686,191.176470588235,236.274509803922],[148.039215686275,190.196078431373,234.313725490196],[150.980392156863,193.137254901961,235.294117647059],[148.039215686275,186.274509803922,228.43137254902],[147.058823529412,180.392156862745,224.509803921569],[143.137254901961,176.470588235294,220.588235294118],[151.960784313725,190.196078431373,232.352941176471],[136.274509803922,177.450980392157,218.627450980392],[150,188.235294117647,226.470588235294],[169.607843137255,200.980392156863,238.235294117647],[178.43137254902,192.156862745098,230.392156862745],[192.156862745098,196.078431372549,233.333333333333],[191.176470588235,195.098039215686,229.411764705882],[158.823529411765,168.627450980392,202.941176470588],[179.411764705882,197.058823529412,236.274509803922],[174.509803921569,193.137254901961,234.313725490196],[151.960784313725,170.588235294118,209.803921568627],[173.529411764706,191.176470588235,226.470588235294],[173.529411764706,190.196078431373,219.607843137255],[151.960784313725,165.686274509804,191.176470588235],[143.137254901961,153.921568627451,173.529411764706],[204.901960784314,210.78431372549,226.470588235294],[247.058823529412,249.019607843137,250],[215.686274509804,218.627450980392,227.450980392157],[247.058823529412,250,250],[223.529411764706,227.450980392157,236.274509803922],[182.352941176471,189.21568627451,199.019607843137],[174.509803921569,184.313725490196,193.137254901961],[204.901960784314,218.627450980392,227.450980392157],[208.823529411765,226.470588235294,240.196078431373],[203.921568627451,221.56862745098,243.137254901961],[188.235294117647,207.843137254902,232.352941176471],[170.588235294118,188.235294117647,211.764705882353],[187.254901960784,204.901960784314,226.470588235294],[176.470588235294,194.117647058824,213.725490196078],[155.882352941176,177.450980392157,191.176470588235],[158.823529411765,180.392156862745,193.137254901961],[164.705882352941,187.254901960784,195.098039215686],[162.745098039216,186.274509803922,188.235294117647],[171.56862745098,193.137254901961,190.196078431373],[154.901960784314,174.509803921569,165.686274509804],[159.803921568627,176.470588235294,160.78431372549],[184.313725490196,193.137254901961,172.549019607843],[191.176470588235,195.098039215686,172.549019607843],[208.823529411765,207.843137254902,180.392156862745],[206.862745098039,203.921568627451,171.56862745098],[185.294117647059,187.254901960784,148.039215686275],[179.411764705882,187.254901960784,149.019607843137],[180.392156862745,190.196078431373,165.686274509804],[175.490196078431,180.392156862745,158.823529411765],[175.490196078431,170.588235294118,142.156862745098],[230.392156862745,214.705882352941,181.372549019608],[247.058823529412,220.588235294118,176.470588235294],[220.588235294118,195.098039215686,147.058823529412],[219.607843137255,203.921568627451,155.882352941176],[159.803921568627,149.019607843137,103.921568627451],[156.862745098039,146.078431372549,100.980392156863],[120.588235294118,106.862745098039,60.7843137254902],[140.196078431373,116.666666666667,71.5686274509804],[198.039215686275,166.666666666667,126.470588235294],[168.627450980392,133.333333333333,100],[235.294117647059,206.862745098039,175.490196078431],[250,250,213.725490196078],[174.509803921569,165.686274509804,125.490196078431],[143.137254901961,120.588235294118,79.4117647058823],[151.960784313725,127.450980392157,87.2549019607843],[98.0392156862745,79.4117647058823,38.2352941176471],[121.56862745098,103.921568627451,68.6274509803922],[90.1960784313725,69.6078431372549,43.1372549019608],[135.294117647059,110.78431372549,89.2156862745098],[121.56862745098,94.1176470588235,73.5294117647059],[70.5882352941177,41.1764705882353,17.6470588235294],[86.2745098039216,53.921568627451,23.5294117647059],[107.843137254902,70.5882352941177,35.2941176470588],[141.176470588235,93.1372549019608,60.7843137254902],[155.882352941176,107.843137254902,76.4705882352941],[120.588235294118,85.2941176470588,53.921568627451],[114.705882352941,81.3725490196078,53.921568627451],[76.4705882352941,40.1960784313726,14.7058823529412],[89.2156862745098,52.9411764705882,27.4509803921569],[106.862745098039,71.5686274509804,48.0392156862745],[88.2352941176471,54.9019607843137,30.3921568627451],[106.862745098039,71.5686274509804,46.078431372549],[157.843137254902,121.56862745098,95.0980392156863],[115.686274509804,72.5490196078431,46.078431372549],[118.627450980392,70.5882352941177,41.1764705882353],[107.843137254902,53.921568627451,23.5294117647059],[137.254901960784,78.4313725490196,45.0980392156863],[148.039215686275,86.2745098039216,51.9607843137255],[130.392156862745,71.5686274509804,36.2745098039216],[111.764705882353,56.8627450980392,22.5490196078431],[106.862745098039,54.9019607843137,21.5686274509804],[97.0588235294118,51.9607843137255,18.6274509803922],[75.4901960784314,35.2941176470588,7.84313725490196],[58.8235294117647,26.4705882352941,9.80392156862745],[72.5490196078431,45.0980392156863,34.3137254901961],[46.078431372549,23.5294117647059,15.6862745098039],[15.6862745098039,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,6.86274509803922,7.84313725490196],[13.7254901960784,9.80392156862745,10.7843137254902],[19.6078431372549,15.6862745098039,16.6666666666667],[4.90196078431373,0,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,1.96078431372549,0],[31.3725490196078,20.5882352941176,14.7058823529412],[81.3725490196078,69.6078431372549,55.8823529411765],[66.6666666666667,53.921568627451,35.2941176470588],[52.9411764705882,41.1764705882353,15.6862745098039],[75.4901960784314,61.7647058823529,33.3333333333333],[66.6666666666667,53.921568627451,19.6078431372549],[69.6078431372549,57.843137254902,20.5882352941176],[100.980392156863,92.156862745098,51.9607843137255],[106.862745098039,98.0392156862745,59.8039215686275],[107.843137254902,100,63.7254901960784],[68.6274509803922,62.7450980392157,27.4509803921569],[98.0392156862745,93.1372549019608,61.7647058823529],[68.6274509803922,64.7058823529412,36.2745098039216],[98.0392156862745,94.1176470588235,67.6470588235294],[101.960784313725,100,75.4901960784314],[67.6470588235294,65.6862745098039,41.1764705882353],[62.7450980392157,61.7647058823529,34.3137254901961],[84.3137254901961,85.2941176470588,53.921568627451],[70.5882352941177,72.5490196078431,36.2745098039216],[100.980392156863,102.941176470588,63.7254901960784],[124.509803921569,128.43137254902,92.156862745098],[84.3137254901961,90.1960784313725,62.7450980392157],[144.117647058824,152.941176470588,126.470588235294],[127.450980392157,136.274509803922,105.882352941176],[165.686274509804,175.490196078431,141.176470588235],[147.058823529412,157.843137254902,118.627450980392],[137.254901960784,146.078431372549,103.921568627451],[142.156862745098,150.980392156863,106.862745098039],[182.352941176471,189.21568627451,148.039215686275],[157.843137254902,164.705882352941,124.509803921569],[191.176470588235,198.039215686275,164.705882352941],[161.764705882353,171.56862745098,145.098039215686],[166.666666666667,181.372549019608,162.745098039216],[156.862745098039,176.470588235294,165.686274509804],[147.058823529412,173.529411764706,168.627450980392],[95.0980392156863,124.509803921569,126.470588235294],[129.411764705882,161.764705882353,166.666666666667],[127.450980392157,161.764705882353,167.647058823529],[124.509803921569,157.843137254902,166.666666666667],[147.058823529412,174.509803921569,188.235294117647],[150,180.392156862745,198.039215686275],[131.372549019608,175.490196078431,194.117647058824],[115.686274509804,160.78431372549,183.333333333333],[134.313725490196,172.549019607843,200.980392156863],[137.254901960784,172.549019607843,203.921568627451],[141.176470588235,175.490196078431,206.862745098039],[143.137254901961,179.411764705882,207.843137254902],[137.254901960784,176.470588235294,200.980392156863],[147.058823529412,181.372549019608,202.941176470588],[156.862745098039,177.450980392157,198.039215686275],[156.862745098039,171.56862745098,190.196078431373],[173.529411764706,192.156862745098,205.882352941176],[192.156862745098,215.686274509804,225.490196078431],[156.862745098039,184.313725490196,195.098039215686],[146.078431372549,169.607843137255,181.372549019608],[172.549019607843,184.313725490196,198.039215686275],[198.039215686275,200.980392156863,217.647058823529],[238.235294117647,233.333333333333,250],[250,247.058823529412,250],[243.137254901961,242.156862745098,250],[238.235294117647,244.117647058824,250],[215.686274509804,227.450980392157,241.176470588235],[190.196078431373,205.882352941176,220.588235294118],[200.980392156863,213.725490196078,230.392156862745],[208.823529411765,219.607843137255,241.176470588235],[190.196078431373,195.098039215686,223.529411764706],[203.921568627451,204.901960784314,235.294117647059],[231.372549019608,227.450980392157,250],[212.745098039216,210.78431372549,249.019607843137],[218.627450980392,220.588235294118,250],[189.21568627451,194.117647058824,235.294117647059],[179.411764705882,188.235294117647,228.43137254902],[171.56862745098,185.294117647059,221.56862745098],[152.941176470588,172.549019607843,206.862745098039],[145.098039215686,168.627450980392,201.960784313725],[143.137254901961,171.56862745098,202.941176470588],[150,180.392156862745,210.78431372549],[155.882352941176,188.235294117647,220.588235294118],[194.117647058824,227.450980392157,250],[176.470588235294,209.803921568627,246.078431372549],[145.098039215686,179.411764705882,218.627450980392],[143.137254901961,181.372549019608,221.56862745098],[156.862745098039,198.039215686275,237.254901960784],[160.78431372549,202.941176470588,244.117647058824],[137.254901960784,180.392156862745,224.509803921569],[150,197.058823529412,242.156862745098],[157.843137254902,202.941176470588,250],[144.117647058824,187.254901960784,231.372549019608],[141.176470588235,183.333333333333,225.490196078431],[150.980392156863,189.21568627451,231.372549019608],[146.078431372549,182.352941176471,223.529411764706],[148.039215686275,180.392156862745,222.549019607843],[152.941176470588,187.254901960784,228.43137254902],[153.921568627451,192.156862745098,232.352941176471],[150.980392156863,189.21568627451,227.450980392157],[149.019607843137,186.274509803922,222.549019607843],[164.705882352941,194.117647058824,231.372549019608],[196.078431372549,210.78431372549,249.019607843137],[211.764705882353,219.607843137255,250],[199.019607843137,203.921568627451,235.294117647059],[178.43137254902,184.313725490196,217.647058823529],[172.549019607843,185.294117647059,226.470588235294],[166.666666666667,183.333333333333,225.490196078431],[189.21568627451,206.862745098039,244.117647058824],[185.294117647059,200.980392156863,234.313725490196],[164.705882352941,178.43137254902,204.901960784314],[183.333333333333,194.117647058824,215.686274509804],[186.274509803922,193.137254901961,210.78431372549],[207.843137254902,210.78431372549,225.490196078431],[219.607843137255,219.607843137255,231.372549019608],[202.941176470588,202.941176470588,212.745098039216],[241.176470588235,241.176470588235,250],[225.490196078431,228.43137254902,237.254901960784],[206.862745098039,215.686274509804,224.509803921569],[164.705882352941,177.450980392157,185.294117647059],[176.470588235294,193.137254901961,200.980392156863],[201.960784313725,217.647058823529,230.392156862745],[188.235294117647,200,223.529411764706],[206.862745098039,217.647058823529,245.098039215686],[182.352941176471,194.117647058824,219.607843137255],[185.294117647059,197.058823529412,220.588235294118],[232.352941176471,244.117647058824,250],[222.549019607843,237.254901960784,250],[202.941176470588,218.627450980392,231.372549019608],[193.137254901961,209.803921568627,217.647058823529],[189.21568627451,206.862745098039,208.823529411765],[186.274509803922,200.980392156863,196.078431372549],[177.450980392157,187.254901960784,176.470588235294],[182.352941176471,184.313725490196,170.588235294118],[207.843137254902,202.941176470588,183.333333333333],[220.588235294118,208.823529411765,185.294117647059],[250,247.058823529412,222.549019607843],[249.019607843137,229.411764705882,202.941176470588],[209.803921568627,195.098039215686,166.666666666667],[195.098039215686,184.313725490196,156.862745098039],[200,190.196078431373,163.725490196078],[228.43137254902,219.607843137255,191.176470588235],[222.549019607843,209.803921568627,176.470588235294],[240.196078431373,226.470588235294,190.196078431373],[250,244.117647058824,205.882352941176],[244.117647058824,232.352941176471,191.176470588235],[250,244.117647058824,200.980392156863],[241.176470588235,233.333333333333,188.235294117647],[210.78431372549,195.098039215686,145.098039215686],[211.764705882353,191.176470588235,139.21568627451],[153.921568627451,129.411764705882,76.4705882352941],[212.745098039216,190.196078431373,141.176470588235],[214.705882352941,197.058823529412,157.843137254902],[204.901960784314,193.137254901961,155.882352941176],[230.392156862745,218.627450980392,177.450980392157],[156.862745098039,140.196078431373,97.0588235294118],[156.862745098039,125.490196078431,85.2941176470588],[119.607843137255,87.2549019607843,47.0588235294118],[60.7843137254902,38.2352941176471,0],[103.921568627451,84.3137254901961,50],[126.470588235294,102.941176470588,77.4509803921569],[85.2941176470588,58.8235294117647,40.1960784313726],[81.3725490196078,52.9411764705882,35.2941176470588],[95.0980392156863,64.7058823529412,44.1176470588235],[63.7254901960784,33.3333333333333,2.94117647058824],[83.3333333333333,46.078431372549,10.7843137254902],[182.352941176471,133.333333333333,99.0196078431373],[161.764705882353,109.803921568627,78.4313725490196],[79.4117647058823,39.2156862745098,7.84313725490196],[78.4313725490196,46.078431372549,15.6862745098039],[123.529411764706,94.1176470588235,68.6274509803922],[122.549019607843,95.0980392156863,71.5686274509804],[79.4117647058823,49.0196078431373,28.4313725490196],[88.2352941176471,53.921568627451,34.3137254901961],[134.313725490196,97.0588235294118,76.4705882352941],[104.901960784314,63.7254901960784,42.156862745098],[156.862745098039,111.764705882353,88.2352941176471],[96.078431372549,50,22.5490196078431],[70.5882352941177,22.5490196078431,0],[94.1176470588235,45.0980392156863,10.7843137254902],[135.294117647059,84.3137254901961,48.0392156862745],[157.843137254902,106.862745098039,70.5882352941177],[123.529411764706,72.5490196078431,36.2745098039216],[111.764705882353,59.8039215686275,26.4705882352941],[129.411764705882,80.3921568627451,48.0392156862745],[97.0588235294118,51.9607843137255,26.4705882352941],[66.6666666666667,31.3725490196078,15.6862745098039],[72.5490196078431,45.0980392156863,34.3137254901961],[52.9411764705882,30.3921568627451,22.5490196078431],[22.5490196078431,3.92156862745098,0],[11.7647058823529,0,0],[6.86274509803922,0,0],[2.94117647058824,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[14.7058823529412,9.80392156862745,13.7254901960784],[12.7450980392157,6.86274509803922,8.82352941176471],[22.5490196078431,14.7058823529412,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[29.4117647058824,19.6078431372549,7.84313725490196],[35.2941176470588,24.5098039215686,6.86274509803922],[48.0392156862745,38.2352941176471,13.7254901960784],[54.9019607843137,41.1764705882353,14.7058823529412],[76.4705882352941,59.8039215686275,30.3921568627451],[97.0588235294118,78.4313725490196,46.078431372549],[142.156862745098,126.470588235294,91.1764705882353],[116.666666666667,102.941176470588,66.6666666666667],[127.450980392157,115.686274509804,78.4313725490196],[116.666666666667,107.843137254902,69.6078431372549],[139.21568627451,134.313725490196,97.0588235294118],[103.921568627451,100,63.7254901960784],[51.9607843137255,49.0196078431373,14.7058823529412],[64.7058823529412,64.7058823529412,31.3725490196078],[90.1960784313725,89.2156862745098,58.8235294117647],[85.2941176470588,86.2745098039216,54.9019607843137],[103.921568627451,104.901960784314,73.5294117647059],[81.3725490196078,85.2941176470588,50.9803921568627],[89.2156862745098,94.1176470588235,54.9019607843137],[176.470588235294,182.352941176471,145.098039215686],[131.372549019608,136.274509803922,106.862745098039],[115.686274509804,121.56862745098,94.1176470588235],[135.294117647059,142.156862745098,109.803921568627],[117.647058823529,125.490196078431,89.2156862745098],[127.450980392157,135.294117647059,95.0980392156863],[132.352941176471,141.176470588235,99.0196078431373],[153.921568627451,162.745098039216,120.588235294118],[234.313725490196,242.156862745098,201.960784313725],[202.941176470588,210.78431372549,174.509803921569],[208.823529411765,217.647058823529,189.21568627451],[208.823529411765,217.647058823529,197.058823529412],[188.235294117647,201.960784313725,187.254901960784],[213.725490196078,233.333333333333,224.509803921569],[199.019607843137,223.529411764706,219.607843137255],[142.156862745098,169.607843137255,170.588235294118],[168.627450980392,199.019607843137,201.960784313725],[169.607843137255,200,204.901960784314],[140.196078431373,167.647058823529,178.43137254902],[167.647058823529,189.21568627451,202.941176470588],[131.372549019608,155.882352941176,175.490196078431],[123.529411764706,159.803921568627,178.43137254902],[151.960784313725,189.21568627451,211.764705882353],[144.117647058824,174.509803921569,202.941176470588],[137.254901960784,165.686274509804,195.098039215686],[133.333333333333,159.803921568627,189.21568627451],[128.43137254902,156.862745098039,186.274509803922],[145.098039215686,176.470588235294,200.980392156863],[172.549019607843,200,223.529411764706],[185.294117647059,200,222.549019607843],[197.058823529412,207.843137254902,227.450980392157],[196.078431372549,211.764705882353,227.450980392157],[159.803921568627,181.372549019608,194.117647058824],[144.117647058824,172.549019607843,186.274509803922],[152.941176470588,181.372549019608,195.098039215686],[206.862745098039,225.490196078431,242.156862745098],[202.941176470588,215.686274509804,232.352941176471],[208.823529411765,215.686274509804,234.313725490196],[232.352941176471,239.21568627451,250],[240.196078431373,250,250],[213.725490196078,229.411764705882,242.156862745098],[202.941176470588,221.56862745098,235.294117647059],[209.803921568627,228.43137254902,243.137254901961],[215.686274509804,232.352941176471,250],[213.725490196078,225.490196078431,249.019607843137],[184.313725490196,191.176470588235,219.607843137255],[174.509803921569,180.392156862745,211.764705882353],[196.078431372549,201.960784313725,235.294117647059],[185.294117647059,189.21568627451,225.490196078431],[180.392156862745,179.411764705882,218.627450980392],[197.058823529412,199.019607843137,237.254901960784],[209.803921568627,214.705882352941,250],[200,209.803921568627,245.098039215686],[179.411764705882,195.098039215686,227.450980392157],[176.470588235294,199.019607843137,229.411764705882],[158.823529411765,183.333333333333,212.745098039216],[147.058823529412,173.529411764706,201.960784313725],[132.352941176471,160.78431372549,190.196078431373],[160.78431372549,193.137254901961,223.529411764706],[169.607843137255,203.921568627451,235.294117647059],[146.078431372549,184.313725490196,216.666666666667],[149.019607843137,191.176470588235,224.509803921569],[149.019607843137,194.117647058824,227.450980392157],[127.450980392157,176.470588235294,210.78431372549],[145.098039215686,193.137254901961,232.352941176471],[136.274509803922,182.352941176471,225.490196078431],[138.235294117647,181.372549019608,227.450980392157],[136.274509803922,178.43137254902,220.588235294118],[145.098039215686,183.333333333333,225.490196078431],[147.058823529412,181.372549019608,222.549019607843],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,187.254901960784,224.509803921569],[153.921568627451,187.254901960784,224.509803921569],[152.941176470588,187.254901960784,224.509803921569],[166.666666666667,200.980392156863,238.235294117647],[145.098039215686,176.470588235294,213.725490196078],[138.235294117647,163.725490196078,198.039215686275],[180.392156862745,196.078431372549,229.411764705882],[200,210.78431372549,242.156862745098],[191.176470588235,196.078431372549,225.490196078431],[189.21568627451,194.117647058824,225.490196078431],[154.901960784314,166.666666666667,203.921568627451],[162.745098039216,177.450980392157,215.686274509804],[221.56862745098,235.294117647059,250],[179.411764705882,193.137254901961,221.56862745098],[199.019607843137,209.803921568627,231.372549019608],[208.823529411765,215.686274509804,233.333333333333],[185.294117647059,188.235294117647,202.941176470588],[190.196078431373,190.196078431373,201.960784313725],[186.274509803922,184.313725490196,195.098039215686],[211.764705882353,208.823529411765,219.607843137255],[239.21568627451,237.254901960784,248.039215686275],[211.764705882353,213.725490196078,225.490196078431],[225.490196078431,232.352941176471,242.156862745098],[169.607843137255,182.352941176471,191.176470588235],[148.039215686275,164.705882352941,172.549019607843],[162.745098039216,178.43137254902,193.137254901961],[177.450980392157,192.156862745098,212.745098039216],[203.921568627451,215.686274509804,241.176470588235],[210.78431372549,222.549019607843,248.039215686275],[196.078431372549,207.843137254902,231.372549019608],[202.941176470588,214.705882352941,236.274509803922],[196.078431372549,208.823529411765,227.450980392157],[217.647058823529,231.372549019608,244.117647058824],[207.843137254902,222.549019607843,229.411764705882],[200.980392156863,216.666666666667,216.666666666667],[178.43137254902,191.176470588235,184.313725490196],[188.235294117647,196.078431372549,183.333333333333],[198.039215686275,199.019607843137,181.372549019608],[189.21568627451,183.333333333333,161.764705882353],[181.372549019608,165.686274509804,141.176470588235],[222.549019607843,201.960784313725,175.490196078431],[242.156862745098,221.56862745098,195.098039215686],[202.941176470588,187.254901960784,162.745098039216],[160.78431372549,147.058823529412,121.56862745098],[162.745098039216,147.058823529412,122.549019607843],[204.901960784314,189.21568627451,163.725490196078],[238.235294117647,223.529411764706,195.098039215686],[232.352941176471,219.607843137255,188.235294117647],[174.509803921569,168.627450980392,135.294117647059],[176.470588235294,172.549019607843,136.274509803922],[178.43137254902,176.470588235294,138.235294117647],[175.490196078431,172.549019607843,128.43137254902],[176.470588235294,169.607843137255,118.627450980392],[196.078431372549,185.294117647059,132.352941176471],[182.352941176471,171.56862745098,116.666666666667],[190.196078431373,180.392156862745,128.43137254902],[199.019607843137,195.098039215686,149.019607843137],[175.490196078431,170.588235294118,129.411764705882],[244.117647058824,233.333333333333,189.21568627451],[196.078431372549,175.490196078431,133.333333333333],[138.235294117647,105.882352941176,63.7254901960784],[122.549019607843,88.2352941176471,47.0588235294118],[103.921568627451,77.4509803921569,35.2941176470588],[93.1372549019608,69.6078431372549,32.3529411764706],[103.921568627451,77.4509803921569,50.9803921568627],[107.843137254902,77.4509803921569,56.8627450980392],[98.0392156862745,66.6666666666667,46.078431372549],[108.823529411765,75.4901960784314,50.9803921568627],[122.549019607843,88.2352941176471,56.8627450980392],[125.490196078431,86.2745098039216,50.9803921568627],[194.117647058824,142.156862745098,108.823529411765],[210.78431372549,158.823529411765,125.490196078431],[142.156862745098,101.960784313725,70.5882352941177],[139.21568627451,108.823529411765,80.3921568627451],[134.313725490196,110.78431372549,87.2549019607843],[61.7647058823529,40.1960784313726,19.6078431372549],[58.8235294117647,32.3529411764706,13.7254901960784],[94.1176470588235,61.7647058823529,45.0980392156863],[80.3921568627451,42.156862745098,27.4509803921569],[61.7647058823529,19.6078431372549,2.94117647058824],[85.2941176470588,41.1764705882353,20.5882352941176],[100,54.9019607843137,31.3725490196078],[97.0588235294118,52.9411764705882,24.5098039215686],[99.0196078431373,54.9019607843137,22.5490196078431],[83.3333333333333,40.1960784313726,5.88235294117647],[95.0980392156863,50,14.7058823529412],[115.686274509804,67.6470588235294,35.2941176470588],[109.803921568627,60.7843137254902,28.4313725490196],[107.843137254902,55.8823529411765,25.4901960784314],[106.862745098039,59.8039215686275,37.2549019607843],[81.3725490196078,46.078431372549,30.3921568627451],[59.8039215686275,32.3529411764706,21.5686274509804],[38.2352941176471,15.6862745098039,7.84313725490196],[18.6274509803922,1.96078431372549,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0,3.92156862745098],[12.7450980392157,7.84313725490196,13.7254901960784],[16.6666666666667,10.7843137254902,14.7058823529412],[30.3921568627451,21.5686274509804,22.5490196078431],[57.843137254902,49.0196078431373,44.1176470588235],[62.7450980392157,52.9411764705882,43.1372549019608],[45.0980392156863,34.3137254901961,16.6666666666667],[41.1764705882353,30.3921568627451,8.82352941176471],[70.5882352941177,56.8627450980392,30.3921568627451],[78.4313725490196,61.7647058823529,32.3529411764706],[92.156862745098,73.5294117647059,42.156862745098],[138.235294117647,119.607843137255,87.2549019607843],[102.941176470588,87.2549019607843,51.9607843137255],[86.2745098039216,74.5098039215686,35.2941176470588],[97.0588235294118,88.2352941176471,48.0392156862745],[88.2352941176471,81.3725490196078,40.1960784313726],[85.2941176470588,80.3921568627451,41.1764705882353],[69.6078431372549,65.6862745098039,28.4313725490196],[61.7647058823529,59.8039215686275,22.5490196078431],[58.8235294117647,55.8823529411765,21.5686274509804],[85.2941176470588,85.2941176470588,51.9607843137255],[108.823529411765,108.823529411765,75.4901960784314],[69.6078431372549,71.5686274509804,35.2941176470588],[97.0588235294118,99.0196078431373,60.7843137254902],[166.666666666667,168.627450980392,130.392156862745],[120.588235294118,124.509803921569,90.1960784313725],[89.2156862745098,95.0980392156863,61.7647058823529],[89.2156862745098,95.0980392156863,59.8039215686275],[149.019607843137,156.862745098039,118.627450980392],[166.666666666667,174.509803921569,136.274509803922],[184.313725490196,195.098039215686,155.882352941176],[204.901960784314,214.705882352941,178.43137254902],[230.392156862745,240.196078431373,206.862745098039],[217.647058823529,226.470588235294,200],[216.666666666667,225.490196078431,204.901960784314],[229.411764705882,240.196078431373,226.470588235294],[240.196078431373,250,243.137254901961],[227.450980392157,246.078431372549,240.196078431373],[221.56862745098,243.137254901961,240.196078431373],[232.352941176471,250,250],[198.039215686275,223.529411764706,222.549019607843],[187.254901960784,206.862745098039,205.882352941176],[145.098039215686,159.803921568627,162.745098039216],[139.21568627451,151.960784313725,159.803921568627],[161.764705882353,175.490196078431,186.274509803922],[174.509803921569,196.078431372549,209.803921568627],[147.058823529412,171.56862745098,191.176470588235],[145.098039215686,166.666666666667,190.196078431373],[158.823529411765,179.411764705882,207.843137254902],[149.019607843137,171.56862745098,201.960784313725],[145.098039215686,169.607843137255,199.019607843137],[154.901960784314,181.372549019608,209.803921568627],[162.745098039216,189.21568627451,217.647058823529],[154.901960784314,175.490196078431,203.921568627451],[164.705882352941,184.313725490196,210.78431372549],[172.549019607843,194.117647058824,217.647058823529],[142.156862745098,165.686274509804,189.21568627451],[157.843137254902,185.294117647059,206.862745098039],[187.254901960784,218.627450980392,239.21568627451],[203.921568627451,236.274509803922,250],[184.313725490196,216.666666666667,233.333333333333],[119.607843137255,150.980392156863,165.686274509804],[154.901960784314,186.274509803922,200.980392156863],[211.764705882353,240.196078431373,250],[212.745098039216,241.176470588235,250],[152.941176470588,184.313725490196,199.019607843137],[172.549019607843,204.901960784314,219.607843137255],[144.117647058824,179.411764705882,195.098039215686],[159.803921568627,196.078431372549,214.705882352941],[175.490196078431,210.78431372549,232.352941176471],[144.117647058824,179.411764705882,204.901960784314],[147.058823529412,180.392156862745,207.843137254902],[162.745098039216,191.176470588235,222.549019607843],[157.843137254902,182.352941176471,212.745098039216],[160.78431372549,183.333333333333,213.725490196078],[167.647058823529,192.156862745098,221.56862745098],[193.137254901961,217.647058823529,247.058823529412],[194.117647058824,217.647058823529,245.098039215686],[189.21568627451,209.803921568627,238.235294117647],[165.686274509804,185.294117647059,211.764705882353],[180.392156862745,197.058823529412,224.509803921569],[182.352941176471,197.058823529412,227.450980392157],[155.882352941176,171.56862745098,203.921568627451],[165.686274509804,185.294117647059,217.647058823529],[172.549019607843,198.039215686275,230.392156862745],[156.862745098039,191.176470588235,222.549019607843],[140.196078431373,180.392156862745,211.764705882353],[124.509803921569,172.549019607843,203.921568627451],[140.196078431373,187.254901960784,222.549019607843],[159.803921568627,203.921568627451,245.098039215686],[157.843137254902,198.039215686275,243.137254901961],[152.941176470588,189.21568627451,232.352941176471],[153.921568627451,186.274509803922,228.43137254902],[148.039215686275,176.470588235294,215.686274509804],[144.117647058824,172.549019607843,211.764705882353],[154.901960784314,184.313725490196,221.56862745098],[153.921568627451,185.294117647059,222.549019607843],[147.058823529412,178.43137254902,215.686274509804],[162.745098039216,192.156862745098,227.450980392157],[163.725490196078,189.21568627451,225.490196078431],[163.725490196078,185.294117647059,221.56862745098],[183.333333333333,199.019607843137,232.352941176471],[198.039215686275,206.862745098039,239.21568627451],[200,200.980392156863,231.372549019608],[199.019607843137,200,229.411764705882],[171.56862745098,177.450980392157,208.823529411765],[173.529411764706,184.313725490196,213.725490196078],[217.647058823529,227.450980392157,250],[202.941176470588,210.78431372549,231.372549019608],[204.901960784314,210.78431372549,226.470588235294],[191.176470588235,193.137254901961,204.901960784314],[182.352941176471,181.372549019608,189.21568627451],[193.137254901961,187.254901960784,197.058823529412],[196.078431372549,188.235294117647,199.019607843137],[220.588235294118,212.745098039216,223.529411764706],[243.137254901961,237.254901960784,249.019607843137],[200,198.039215686275,210.78431372549],[187.254901960784,190.196078431373,204.901960784314],[162.745098039216,171.56862745098,186.274509803922],[169.607843137255,183.333333333333,196.078431372549],[168.627450980392,186.274509803922,200],[150.980392156863,171.56862745098,188.235294117647],[150,170.588235294118,189.21568627451],[170.588235294118,191.176470588235,209.803921568627],[195.098039215686,212.745098039216,232.352941176471],[204.901960784314,221.56862745098,241.176470588235],[167.647058823529,184.313725490196,200],[168.627450980392,186.274509803922,198.039215686275],[153.921568627451,170.588235294118,177.450980392157],[200.980392156863,219.607843137255,217.647058823529],[200,215.686274509804,205.882352941176],[175.490196078431,188.235294117647,171.56862745098],[159.803921568627,167.647058823529,147.058823529412],[146.078431372549,146.078431372549,122.549019607843],[174.509803921569,168.627450980392,143.137254901961],[205.882352941176,195.098039215686,167.647058823529],[212.745098039216,203.921568627451,175.490196078431],[137.254901960784,136.274509803922,108.823529411765],[131.372549019608,129.411764705882,106.862745098039],[177.450980392157,170.588235294118,151.960784313725],[163.725490196078,154.901960784314,138.235294117647],[156.862745098039,145.098039215686,129.411764705882],[232.352941176471,220.588235294118,204.901960784314],[198.039215686275,190.196078431373,169.607843137255],[116.666666666667,111.764705882353,83.3333333333333],[147.058823529412,147.058823529412,109.803921568627],[195.098039215686,201.960784313725,158.823529411765],[224.509803921569,236.274509803922,189.21568627451],[215.686274509804,229.411764705882,181.372549019608],[210.78431372549,224.509803921569,176.470588235294],[223.529411764706,231.372549019608,183.333333333333],[190.196078431373,189.21568627451,142.156862745098],[193.137254901961,185.294117647059,139.21568627451],[237.254901960784,224.509803921569,183.333333333333],[207.843137254902,186.274509803922,146.078431372549],[159.803921568627,127.450980392157,85.2941176470588],[153.921568627451,117.647058823529,74.5098039215686],[107.843137254902,73.5294117647059,32.3529411764706],[65.6862745098039,32.3529411764706,0],[172.549019607843,138.235294117647,108.823529411765],[150.980392156863,115.686274509804,90.1960784313725],[98.0392156862745,61.7647058823529,36.2745098039216],[120.588235294118,81.3725490196078,55.8823529411765],[101.960784313725,59.8039215686275,26.4705882352941],[159.803921568627,114.705882352941,81.3725490196078],[100,50.9803921568627,16.6666666666667],[80.3921568627451,32.3529411764706,0],[131.372549019608,93.1372549019608,62.7450980392157],[168.627450980392,139.21568627451,113.725490196078],[241.176470588235,220.588235294118,200],[217.647058823529,199.019607843137,184.313725490196],[143.137254901961,117.647058823529,104.901960784314],[97.0588235294118,67.6470588235294,56.8627450980392],[62.7450980392157,26.4705882352941,17.6470588235294],[51.9607843137255,12.7450980392157,2.94117647058824],[40.1960784313726,0,0],[55.8823529411765,13.7254901960784,0],[113.725490196078,70.5882352941177,46.078431372549],[104.901960784314,61.7647058823529,33.3333333333333],[80.3921568627451,38.2352941176471,6.86274509803922],[66.6666666666667,22.5490196078431,0],[98.0392156862745,50,18.6274509803922],[113.725490196078,63.7254901960784,35.2941176470588],[92.156862745098,39.2156862745098,11.7647058823529],[84.3137254901961,35.2941176470588,12.7450980392157],[92.156862745098,55.8823529411765,40.1960784313726],[59.8039215686275,32.3529411764706,21.5686274509804],[21.5686274509804,0,0],[13.7254901960784,0,0],[22.5490196078431,8.82352941176471,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[9.80392156862745,4.90196078431373,10.7843137254902],[15.6862745098039,10.7843137254902,14.7058823529412],[18.6274509803922,12.7450980392157,12.7450980392157],[38.2352941176471,31.3725490196078,25.4901960784314],[31.3725490196078,23.5294117647059,12.7450980392157],[22.5490196078431,13.7254901960784,0],[32.3529411764706,24.5098039215686,1.96078431372549],[78.4313725490196,67.6470588235294,40.1960784313726],[100,85.2941176470588,52.9411764705882],[88.2352941176471,72.5490196078431,37.2549019607843],[62.7450980392157,49.0196078431373,10.7843137254902],[115.686274509804,101.960784313725,63.7254901960784],[109.803921568627,98.0392156862745,58.8235294117647],[105.882352941176,97.0588235294118,56.8627450980392],[92.156862745098,84.3137254901961,46.078431372549],[64.7058823529412,59.8039215686275,22.5490196078431],[77.4509803921569,71.5686274509804,36.2745098039216],[81.3725490196078,75.4901960784314,42.156862745098],[63.7254901960784,57.843137254902,24.5098039215686],[71.5686274509804,67.6470588235294,33.3333333333333],[108.823529411765,104.901960784314,68.6274509803922],[117.647058823529,112.745098039216,75.4901960784314],[147.058823529412,142.156862745098,100.980392156863],[152.941176470588,150,109.803921568627],[134.313725490196,136.274509803922,97.0588235294118],[113.725490196078,118.627450980392,79.4117647058823],[118.627450980392,125.490196078431,85.2941176470588],[158.823529411765,166.666666666667,128.43137254902],[167.647058823529,177.450980392157,141.176470588235],[221.56862745098,232.352941176471,199.019607843137],[210.78431372549,221.56862745098,192.156862745098],[162.745098039216,172.549019607843,149.019607843137],[218.627450980392,227.450980392157,210.78431372549],[193.137254901961,202.941176470588,192.156862745098],[189.21568627451,200,192.156862745098],[181.372549019608,196.078431372549,191.176470588235],[120.588235294118,139.21568627451,135.294117647059],[160.78431372549,183.333333333333,177.450980392157],[214.705882352941,241.176470588235,234.313725490196],[201.960784313725,226.470588235294,220.588235294118],[169.607843137255,184.313725490196,181.372549019608],[162.745098039216,174.509803921569,172.549019607843],[156.862745098039,170.588235294118,171.56862745098],[172.549019607843,187.254901960784,192.156862745098],[184.313725490196,200.980392156863,210.78431372549],[156.862745098039,173.529411764706,189.21568627451],[158.823529411765,176.470588235294,198.039215686275],[157.843137254902,179.411764705882,202.941176470588],[154.901960784314,178.43137254902,203.921568627451],[156.862745098039,182.352941176471,208.823529411765],[158.823529411765,184.313725490196,210.78431372549],[167.647058823529,193.137254901961,219.607843137255],[165.686274509804,191.176470588235,217.647058823529],[163.725490196078,189.21568627451,213.725490196078],[179.411764705882,204.901960784314,229.411764705882],[186.274509803922,213.725490196078,237.254901960784],[154.901960784314,188.235294117647,214.705882352941],[136.274509803922,172.549019607843,198.039215686275],[138.235294117647,175.490196078431,198.039215686275],[186.274509803922,223.529411764706,244.117647058824],[181.372549019608,218.627450980392,237.254901960784],[151.960784313725,188.235294117647,205.882352941176],[174.509803921569,206.862745098039,223.529411764706],[199.019607843137,234.313725490196,250],[204.901960784314,241.176470588235,250],[210.78431372549,250,250],[161.764705882353,207.843137254902,223.529411764706],[136.274509803922,183.333333333333,202.941176470588],[136.274509803922,183.333333333333,204.901960784314],[137.254901960784,182.352941176471,207.843137254902],[153.921568627451,192.156862745098,222.549019607843],[146.078431372549,181.372549019608,212.745098039216],[145.098039215686,178.43137254902,205.882352941176],[146.078431372549,179.411764705882,203.921568627451],[146.078431372549,177.450980392157,201.960784313725],[166.666666666667,196.078431372549,219.607843137255],[158.823529411765,184.313725490196,208.823529411765],[166.666666666667,186.274509803922,210.78431372549],[158.823529411765,172.549019607843,198.039215686275],[188.235294117647,195.098039215686,222.549019607843],[200,202.941176470588,233.333333333333],[209.803921568627,212.745098039216,245.098039215686],[195.098039215686,199.019607843137,233.333333333333],[185.294117647059,195.098039215686,229.411764705882],[172.549019607843,192.156862745098,224.509803921569],[154.901960784314,183.333333333333,214.705882352941],[150,185.294117647059,216.666666666667],[136.274509803922,175.490196078431,209.803921568627],[157.843137254902,196.078431372549,238.235294117647],[160.78431372549,197.058823529412,241.176470588235],[147.058823529412,179.411764705882,221.56862745098],[143.137254901961,171.56862745098,212.745098039216],[148.039215686275,172.549019607843,211.764705882353],[150.980392156863,174.509803921569,211.764705882353],[163.725490196078,189.21568627451,225.490196078431],[172.549019607843,200.980392156863,234.313725490196],[200.980392156863,229.411764705882,250],[188.235294117647,213.725490196078,248.039215686275],[161.764705882353,183.333333333333,219.607843137255],[162.745098039216,181.372549019608,213.725490196078],[195.098039215686,209.803921568627,240.196078431373],[209.803921568627,215.686274509804,247.058823529412],[203.921568627451,200.980392156863,231.372549019608],[203.921568627451,200.980392156863,229.411764705882],[198.039215686275,201.960784313725,228.43137254902],[242.156862745098,250,250],[231.372549019608,238.235294117647,250],[206.862745098039,212.745098039216,224.509803921569],[141.176470588235,144.117647058824,150.980392156863],[185.294117647059,184.313725490196,189.21568627451],[224.509803921569,219.607843137255,223.529411764706],[194.117647058824,185.294117647059,190.196078431373],[208.823529411765,198.039215686275,205.882352941176],[239.21568627451,227.450980392157,237.254901960784],[250,243.137254901961,250],[211.764705882353,207.843137254902,222.549019607843],[173.529411764706,174.509803921569,192.156862745098],[161.764705882353,168.627450980392,186.274509803922],[178.43137254902,189.21568627451,206.862745098039],[182.352941176471,199.019607843137,214.705882352941],[173.529411764706,196.078431372549,209.803921568627],[175.490196078431,200.980392156863,213.725490196078],[166.666666666667,189.21568627451,204.901960784314],[187.254901960784,205.882352941176,222.549019607843],[212.745098039216,229.411764705882,247.058823529412],[178.43137254902,194.117647058824,209.803921568627],[153.921568627451,167.647058823529,180.392156862745],[142.156862745098,154.901960784314,162.745098039216],[166.666666666667,180.392156862745,180.392156862745],[199.019607843137,211.764705882353,202.941176470588],[197.058823529412,209.803921568627,193.137254901961],[189.21568627451,198.039215686275,177.450980392157],[132.352941176471,137.254901960784,114.705882352941],[168.627450980392,171.56862745098,145.098039215686],[220.588235294118,219.607843137255,192.156862745098],[187.254901960784,187.254901960784,159.803921568627],[217.647058823529,227.450980392157,200.980392156863],[165.686274509804,175.490196078431,150.980392156863],[123.529411764706,122.549019607843,101.960784313725],[142.156862745098,136.274509803922,120.588235294118],[102.941176470588,95.0980392156863,84.3137254901961],[146.078431372549,138.235294117647,127.450980392157],[243.137254901961,236.274509803922,220.588235294118],[204.901960784314,199.019607843137,177.450980392157],[211.764705882353,208.823529411765,174.509803921569],[206.862745098039,212.745098039216,169.607843137255],[197.058823529412,212.745098039216,166.666666666667],[200.980392156863,219.607843137255,174.509803921569],[208.823529411765,230.392156862745,184.313725490196],[221.56862745098,237.254901960784,189.21568627451],[224.509803921569,227.450980392157,175.490196078431],[211.764705882353,203.921568627451,155.882352941176],[169.607843137255,154.901960784314,114.705882352941],[173.529411764706,151.960784313725,113.725490196078],[226.470588235294,195.098039215686,154.901960784314],[167.647058823529,131.372549019608,88.2352941176471],[151.960784313725,109.803921568627,67.6470588235294],[113.725490196078,70.5882352941177,32.3529411764706],[156.862745098039,117.647058823529,83.3333333333333],[154.901960784314,114.705882352941,83.3333333333333],[97.0588235294118,53.921568627451,25.4901960784314],[108.823529411765,62.7450980392157,33.3333333333333],[128.43137254902,79.4117647058823,45.0980392156863],[150,99.0196078431373,62.7450980392157],[108.823529411765,61.7647058823529,26.4705882352941],[81.3725490196078,39.2156862745098,5.88235294117647],[90.1960784313725,55.8823529411765,26.4705882352941],[180.392156862745,152.941176470588,131.372549019608],[250,245.098039215686,231.372549019608],[250,241.176470588235,230.392156862745],[130.392156862745,107.843137254902,100],[66.6666666666667,40.1960784313726,33.3333333333333],[72.5490196078431,44.1176470588235,36.2745098039216],[45.0980392156863,12.7450980392157,3.92156862745098],[48.0392156862745,12.7450980392157,0.980392156862745],[53.921568627451,15.6862745098039,0],[114.705882352941,73.5294117647059,51.9607843137255],[91.1764705882353,48.0392156862745,23.5294117647059],[106.862745098039,61.7647058823529,36.2745098039216],[107.843137254902,61.7647058823529,34.3137254901961],[102.941176470588,53.921568627451,27.4509803921569],[117.647058823529,67.6470588235294,41.1764705882353],[110.78431372549,60.7843137254902,34.3137254901961],[94.1176470588235,49.0196078431373,26.4705882352941],[92.156862745098,56.8627450980392,41.1764705882353],[45.0980392156863,17.6470588235294,6.86274509803922],[16.6666666666667,0,0],[16.6666666666667,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,8.82352941176471],[8.82352941176471,6.86274509803922,11.7647058823529],[2.94117647058824,0,4.90196078431373],[14.7058823529412,9.80392156862745,15.6862745098039],[22.5490196078431,16.6666666666667,18.6274509803922],[36.2745098039216,28.4313725490196,25.4901960784314],[25.4901960784314,16.6666666666667,7.84313725490196],[48.0392156862745,39.2156862745098,24.5098039215686],[65.6862745098039,57.843137254902,37.2549019607843],[89.2156862745098,80.3921568627451,51.9607843137255],[80.3921568627451,72.5490196078431,34.3137254901961],[91.1764705882353,83.3333333333333,38.2352941176471],[46.078431372549,39.2156862745098,0],[79.4117647058823,72.5490196078431,29.4117647058824],[57.843137254902,52.9411764705882,11.7647058823529],[92.156862745098,87.2549019607843,50],[100,94.1176470588235,60.7843137254902],[100.980392156863,92.156862745098,61.7647058823529],[86.2745098039216,77.4509803921569,49.0196078431373],[81.3725490196078,70.5882352941177,43.1372549019608],[88.2352941176471,77.4509803921569,50],[89.2156862745098,76.4705882352941,45.0980392156863],[117.647058823529,103.921568627451,69.6078431372549],[115.686274509804,100.980392156863,60.7843137254902],[113.725490196078,100,55.8823529411765],[137.254901960784,127.450980392157,79.4117647058823],[105.882352941176,104.901960784314,59.8039215686275],[104.901960784314,110.78431372549,65.6862745098039],[143.137254901961,150,108.823529411765],[153.921568627451,161.764705882353,123.529411764706],[185.294117647059,197.058823529412,161.764705882353],[178.43137254902,191.176470588235,163.725490196078],[234.313725490196,246.078431372549,226.470588235294],[194.117647058824,204.901960784314,191.176470588235],[231.372549019608,240.196078431373,235.294117647059],[175.490196078431,185.294117647059,184.313725490196],[201.960784313725,213.725490196078,213.725490196078],[202.941176470588,218.627450980392,217.647058823529],[148.039215686275,168.627450980392,163.725490196078],[161.764705882353,187.254901960784,178.43137254902],[170.588235294118,198.039215686275,186.274509803922],[175.490196078431,200.980392156863,190.196078431373],[175.490196078431,194.117647058824,188.235294117647],[172.549019607843,188.235294117647,185.294117647059],[194.117647058824,215.686274509804,213.725490196078],[172.549019607843,196.078431372549,198.039215686275],[160.78431372549,177.450980392157,185.294117647059],[156.862745098039,172.549019607843,187.254901960784],[155.882352941176,176.470588235294,193.137254901961],[155.882352941176,180.392156862745,200],[151.960784313725,178.43137254902,199.019607843137],[158.823529411765,182.352941176471,205.882352941176],[171.56862745098,191.176470588235,215.686274509804],[192.156862745098,213.725490196078,237.254901960784],[187.254901960784,217.647058823529,238.235294117647],[169.607843137255,200,219.607843137255],[176.470588235294,202.941176470588,223.529411764706],[187.254901960784,217.647058823529,238.235294117647],[112.745098039216,153.921568627451,178.43137254902],[116.666666666667,160.78431372549,189.21568627451],[127.450980392157,163.725490196078,192.156862745098],[142.156862745098,172.549019607843,200.980392156863],[212.745098039216,236.274509803922,250],[222.549019607843,243.137254901961,250],[202.941176470588,228.43137254902,250],[170.588235294118,200.980392156863,221.56862745098],[141.176470588235,181.372549019608,199.019607843137],[134.313725490196,178.43137254902,197.058823529412],[137.254901960784,184.313725490196,203.921568627451],[134.313725490196,179.411764705882,202.941176470588],[136.274509803922,176.470588235294,203.921568627451],[150.980392156863,183.333333333333,217.647058823529],[159.803921568627,184.313725490196,223.529411764706],[164.705882352941,186.274509803922,224.509803921569],[154.901960784314,181.372549019608,210.78431372549],[149.019607843137,175.490196078431,201.960784313725],[162.745098039216,188.235294117647,212.745098039216],[199.019607843137,222.549019607843,246.078431372549],[175.490196078431,195.098039215686,218.627450980392],[181.372549019608,195.098039215686,220.588235294118],[180.392156862745,187.254901960784,212.745098039216],[209.803921568627,209.803921568627,237.254901960784],[226.470588235294,219.607843137255,250],[250,243.137254901961,250],[226.470588235294,214.705882352941,250],[221.56862745098,213.725490196078,250],[235.294117647059,233.333333333333,250],[200.980392156863,206.862745098039,242.156862745098],[172.549019607843,186.274509803922,220.588235294118],[175.490196078431,197.058823529412,235.294117647059],[147.058823529412,177.450980392157,220.588235294118],[149.019607843137,180.392156862745,226.470588235294],[147.058823529412,173.529411764706,217.647058823529],[150.980392156863,173.529411764706,216.666666666667],[156.862745098039,175.490196078431,216.666666666667],[160.78431372549,178.43137254902,217.647058823529],[165.686274509804,187.254901960784,223.529411764706],[159.803921568627,183.333333333333,218.627450980392],[164.705882352941,186.274509803922,222.549019607843],[180.392156862745,200,234.313725490196],[170.588235294118,188.235294117647,223.529411764706],[159.803921568627,173.529411764706,207.843137254902],[170.588235294118,183.333333333333,214.705882352941],[188.235294117647,193.137254901961,222.549019607843],[201.960784313725,197.058823529412,226.470588235294],[215.686274509804,209.803921568627,235.294117647059],[207.843137254902,208.823529411765,228.43137254902],[246.078431372549,250,250],[225.490196078431,228.43137254902,237.254901960784],[248.039215686275,249.019607843137,250],[184.313725490196,184.313725490196,184.313725490196],[186.274509803922,182.352941176471,181.372549019608],[191.176470588235,183.333333333333,181.372549019608],[206.862745098039,195.098039215686,197.058823529412],[236.274509803922,221.56862745098,228.43137254902],[250,238.235294117647,249.019607843137],[223.529411764706,211.764705882353,225.490196078431],[195.098039215686,186.274509803922,204.901960784314],[178.43137254902,176.470588235294,197.058823529412],[191.176470588235,196.078431372549,215.686274509804],[194.117647058824,204.901960784314,224.509803921569],[202.941176470588,219.607843137255,237.254901960784],[196.078431372549,219.607843137255,229.411764705882],[200,223.529411764706,233.333333333333],[185.294117647059,203.921568627451,217.647058823529],[200,215.686274509804,230.392156862745],[212.745098039216,221.56862745098,238.235294117647],[216.666666666667,221.56862745098,240.196078431373],[209.803921568627,212.745098039216,227.450980392157],[189.21568627451,193.137254901961,201.960784313725],[205.882352941176,210.78431372549,213.725490196078],[180.392156862745,187.254901960784,180.392156862745],[189.21568627451,197.058823529412,184.313725490196],[207.843137254902,214.705882352941,197.058823529412],[164.705882352941,172.549019607843,150],[161.764705882353,166.666666666667,144.117647058824],[186.274509803922,190.196078431373,165.686274509804],[150,158.823529411765,132.352941176471],[193.137254901961,212.745098039216,185.294117647059],[234.313725490196,250,223.529411764706],[161.764705882353,166.666666666667,137.254901960784],[145.098039215686,141.176470588235,116.666666666667],[98.0392156862745,92.156862745098,76.4705882352941],[50.9803921568627,45.0980392156863,33.3333333333333],[143.137254901961,139.21568627451,127.450980392157],[237.254901960784,232.352941176471,213.725490196078],[177.450980392157,168.627450980392,138.235294117647],[146.078431372549,141.176470588235,100],[180.392156862745,182.352941176471,136.274509803922],[146.078431372549,152.941176470588,102.941176470588],[184.313725490196,196.078431372549,149.019607843137],[152.941176470588,160.78431372549,110.78431372549],[166.666666666667,165.686274509804,110.78431372549],[129.411764705882,122.549019607843,69.6078431372549],[109.803921568627,94.1176470588235,58.8235294117647],[159.803921568627,137.254901960784,105.882352941176],[198.039215686275,170.588235294118,131.372549019608],[213.725490196078,177.450980392157,134.313725490196],[187.254901960784,136.274509803922,97.0588235294118],[170.588235294118,118.627450980392,79.4117647058823],[154.901960784314,107.843137254902,70.5882352941177],[123.529411764706,78.4313725490196,43.1372549019608],[123.529411764706,75.4901960784314,43.1372549019608],[136.274509803922,84.3137254901961,50.9803921568627],[177.450980392157,118.627450980392,83.3333333333333],[143.137254901961,86.2745098039216,50],[133.333333333333,88.2352941176471,52.9411764705882],[124.509803921569,89.2156862745098,55.8823529411765],[83.3333333333333,50,25.4901960784314],[67.6470588235294,37.2549019607843,19.6078431372549],[152.941176470588,124.509803921569,116.666666666667],[161.764705882353,137.254901960784,133.333333333333],[66.6666666666667,43.1372549019608,39.2156862745098],[51.9607843137255,31.3725490196078,26.4705882352941],[39.2156862745098,19.6078431372549,12.7450980392157],[33.3333333333333,10.7843137254902,2.94117647058824],[39.2156862745098,9.80392156862745,0],[31.3725490196078,0,0],[116.666666666667,71.5686274509804,56.8627450980392],[115.686274509804,65.6862745098039,47.0588235294118],[102.941176470588,49.0196078431373,28.4313725490196],[98.0392156862745,43.1372549019608,20.5882352941176],[112.745098039216,59.8039215686275,36.2745098039216],[109.803921568627,60.7843137254902,38.2352941176471],[100.980392156863,55.8823529411765,32.3529411764706],[113.725490196078,73.5294117647059,51.9607843137255],[74.5098039215686,42.156862745098,27.4509803921569],[31.3725490196078,3.92156862745098,0],[17.6470588235294,0,0],[21.5686274509804,2.94117647058824,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,1.96078431372549,0.980392156862745],[247.058823529412,249.019607843137,248.039215686275],[89.2156862745098,91.1764705882353,90.1960784313725],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[17.6470588235294,12.7450980392157,16.6666666666667],[24.5098039215686,18.6274509803922,20.5882352941176],[12.7450980392157,4.90196078431373,2.94117647058824],[32.3529411764706,25.4901960784314,17.6470588235294],[47.0588235294118,40.1960784313726,24.5098039215686],[60.7843137254902,52.9411764705882,32.3529411764706],[43.1372549019608,33.3333333333333,8.82352941176471],[49.0196078431373,40.1960784313726,7.84313725490196],[60.7843137254902,56.8627450980392,10.7843137254902],[119.607843137255,116.666666666667,66.6666666666667],[108.823529411765,106.862745098039,56.8627450980392],[168.627450980392,166.666666666667,118.627450980392],[140.196078431373,137.254901960784,93.1372549019608],[118.627450980392,114.705882352941,77.4509803921569],[76.4705882352941,71.5686274509804,40.1960784313726],[71.5686274509804,64.7058823529412,37.2549019607843],[98.0392156862745,87.2549019607843,65.6862745098039],[62.7450980392157,51.9607843137255,32.3529411764706],[34.3137254901961,22.5490196078431,0.980392156862745],[48.0392156862745,32.3529411764706,7.84313725490196],[104.901960784314,89.2156862745098,56.8627450980392],[104.901960784314,87.2549019607843,48.0392156862745],[100.980392156863,85.2941176470588,37.2549019607843],[131.372549019608,121.56862745098,71.5686274509804],[151.960784313725,153.921568627451,107.843137254902],[112.745098039216,121.56862745098,77.4509803921569],[105.882352941176,116.666666666667,74.5098039215686],[114.705882352941,126.470588235294,87.2549019607843],[122.549019607843,136.274509803922,101.960784313725],[174.509803921569,189.21568627451,160.78431372549],[205.882352941176,220.588235294118,200],[240.196078431373,250,243.137254901961],[223.529411764706,240.196078431373,234.313725490196],[115.686274509804,133.333333333333,133.333333333333],[153.921568627451,173.529411764706,174.509803921569],[200,220.588235294118,221.56862745098],[175.490196078431,200,196.078431372549],[145.098039215686,171.56862745098,164.705882352941],[173.529411764706,200.980392156863,189.21568627451],[148.039215686275,174.509803921569,165.686274509804],[150,174.509803921569,171.56862745098],[167.647058823529,191.176470588235,193.137254901961],[216.666666666667,246.078431372549,246.078431372549],[206.862745098039,232.352941176471,233.333333333333],[179.411764705882,193.137254901961,201.960784313725],[179.411764705882,193.137254901961,203.921568627451],[185.294117647059,206.862745098039,220.588235294118],[157.843137254902,183.333333333333,198.039215686275],[156.862745098039,183.333333333333,200],[151.960784313725,176.470588235294,196.078431372549],[165.686274509804,183.333333333333,206.862745098039],[174.509803921569,194.117647058824,217.647058823529],[146.078431372549,177.450980392157,198.039215686275],[129.411764705882,164.705882352941,186.274509803922],[155.882352941176,187.254901960784,211.764705882353],[168.627450980392,204.901960784314,231.372549019608],[136.274509803922,184.313725490196,213.725490196078],[174.509803921569,224.509803921569,250],[174.509803921569,214.705882352941,246.078431372549],[148.039215686275,180.392156862745,212.745098039216],[163.725490196078,189.21568627451,221.56862745098],[204.901960784314,229.411764705882,250],[179.411764705882,205.882352941176,234.313725490196],[163.725490196078,197.058823529412,221.56862745098],[150.980392156863,192.156862745098,213.725490196078],[153.921568627451,200,219.607843137255],[161.764705882353,206.862745098039,229.411764705882],[151.960784313725,196.078431372549,218.627450980392],[196.078431372549,230.392156862745,250],[212.745098039216,241.176470588235,250],[183.333333333333,202.941176470588,237.254901960784],[220.588235294118,240.196078431373,250],[167.647058823529,192.156862745098,222.549019607843],[154.901960784314,181.372549019608,207.843137254902],[162.745098039216,184.313725490196,207.843137254902],[187.254901960784,206.862745098039,230.392156862745],[161.764705882353,182.352941176471,202.941176470588],[200.980392156863,218.627450980392,240.196078431373],[203.921568627451,215.686274509804,241.176470588235],[198.039215686275,202.941176470588,231.372549019608],[206.862745098039,205.882352941176,237.254901960784],[193.137254901961,189.21568627451,223.529411764706],[187.254901960784,181.372549019608,216.666666666667],[204.901960784314,199.019607843137,234.313725490196],[245.098039215686,238.235294117647,250],[236.274509803922,234.313725490196,250],[191.176470588235,196.078431372549,237.254901960784],[194.117647058824,206.862745098039,250],[188.235294117647,210.78431372549,250],[171.56862745098,198.039215686275,242.156862745098],[177.450980392157,200,241.176470588235],[187.254901960784,205.882352941176,247.058823529412],[181.372549019608,196.078431372549,234.313725490196],[197.058823529412,210.78431372549,247.058823529412],[215.686274509804,231.372549019608,250],[192.156862745098,207.843137254902,240.196078431373],[159.803921568627,174.509803921569,206.862745098039],[164.705882352941,177.450980392157,208.823529411765],[181.372549019608,190.196078431373,222.549019607843],[169.607843137255,175.490196078431,206.862745098039],[157.843137254902,161.764705882353,190.196078431373],[204.901960784314,201.960784313725,230.392156862745],[236.274509803922,225.490196078431,250],[203.921568627451,192.156862745098,215.686274509804],[201.960784313725,200,213.725490196078],[182.352941176471,182.352941176471,192.156862745098],[201.960784313725,202.941176470588,207.843137254902],[247.058823529412,247.058823529412,249.019607843137],[201.960784313725,200.980392156863,199.019607843137],[204.901960784314,200,197.058823529412],[209.803921568627,198.039215686275,198.039215686275],[240.196078431373,226.470588235294,226.470588235294],[250,244.117647058824,250],[250,237.254901960784,249.019607843137],[204.901960784314,191.176470588235,205.882352941176],[200,191.176470588235,209.803921568627],[199.019607843137,197.058823529412,217.647058823529],[225.490196078431,231.372549019608,250],[192.156862745098,205.882352941176,231.372549019608],[156.862745098039,174.509803921569,196.078431372549],[161.764705882353,183.333333333333,196.078431372549],[188.235294117647,209.803921568627,220.588235294118],[157.843137254902,179.411764705882,192.156862745098],[191.176470588235,207.843137254902,223.529411764706],[230.392156862745,243.137254901961,250],[229.411764705882,237.254901960784,250],[210.78431372549,215.686274509804,234.313725490196],[235.294117647059,241.176470588235,250],[231.372549019608,240.196078431373,245.098039215686],[209.803921568627,219.607843137255,218.627450980392],[204.901960784314,214.705882352941,205.882352941176],[182.352941176471,190.196078431373,177.450980392157],[220.588235294118,224.509803921569,207.843137254902],[223.529411764706,226.470588235294,207.843137254902],[173.529411764706,178.43137254902,156.862745098039],[134.313725490196,144.117647058824,119.607843137255],[155.882352941176,174.509803921569,147.058823529412],[199.019607843137,214.705882352941,186.274509803922],[173.529411764706,178.43137254902,147.058823529412],[68.6274509803922,67.6470588235294,38.2352941176471],[63.7254901960784,60.7843137254902,42.156862745098],[129.411764705882,127.450980392157,114.705882352941],[150,150,140.196078431373],[248.039215686275,245.098039215686,230.392156862745],[215.686274509804,209.803921568627,178.43137254902],[181.372549019608,174.509803921569,131.372549019608],[199.019607843137,195.098039215686,149.019607843137],[238.235294117647,236.274509803922,189.21568627451],[193.137254901961,196.078431372549,150],[158.823529411765,160.78431372549,112.745098039216],[173.529411764706,170.588235294118,118.627450980392],[150,140.196078431373,92.156862745098],[119.607843137255,101.960784313725,64.7058823529412],[117.647058823529,94.1176470588235,58.8235294117647],[86.2745098039216,57.843137254902,18.6274509803922],[148.039215686275,109.803921568627,69.6078431372549],[201.960784313725,149.019607843137,111.764705882353],[197.058823529412,140.196078431373,102.941176470588],[164.705882352941,113.725490196078,75.4901960784314],[104.901960784314,57.843137254902,18.6274509803922],[102.941176470588,54.9019607843137,15.6862745098039],[130.392156862745,75.4901960784314,39.2156862745098],[179.411764705882,116.666666666667,81.3725490196078],[170.588235294118,111.764705882353,76.4705882352941],[126.470588235294,81.3725490196078,46.078431372549],[118.627450980392,83.3333333333333,51.9607843137255],[87.2549019607843,53.921568627451,29.4117647058824],[91.1764705882353,60.7843137254902,43.1372549019608],[143.137254901961,110.78431372549,101.960784313725],[93.1372549019608,62.7450980392157,57.843137254902],[62.7450980392157,38.2352941176471,33.3333333333333],[26.4705882352941,6.86274509803922,0],[49.0196078431373,30.3921568627451,23.5294117647059],[52.9411764705882,33.3333333333333,26.4705882352941],[60.7843137254902,34.3137254901961,25.4901960784314],[55.8823529411765,20.5882352941176,8.82352941176471],[55.8823529411765,10.7843137254902,0],[113.725490196078,61.7647058823529,44.1176470588235],[123.529411764706,67.6470588235294,48.0392156862745],[115.686274509804,58.8235294117647,37.2549019607843],[112.745098039216,57.843137254902,35.2941176470588],[106.862745098039,57.843137254902,35.2941176470588],[101.960784313725,57.843137254902,35.2941176470588],[82.3529411764706,45.0980392156863,26.4705882352941],[53.921568627451,22.5490196078431,9.80392156862745],[40.1960784313726,13.7254901960784,4.90196078431373],[16.6666666666667,0,0],[12.7450980392157,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[15.6862745098039,10.7843137254902,7.84313725490196],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[82.3529411764706,78.4313725490196,77.4509803921569],[83.3333333333333,79.4117647058823,78.4313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[62.7450980392157,62.7450980392157,64.7058823529412],[23.5294117647059,23.5294117647059,25.4901960784314],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[23.5294117647059,17.6470588235294,17.6470588235294],[29.4117647058824,21.5686274509804,19.6078431372549],[35.2941176470588,26.4705882352941,21.5686274509804],[33.3333333333333,23.5294117647059,13.7254901960784],[61.7647058823529,50,34.3137254901961],[75.4901960784314,63.7254901960784,40.1960784313726],[63.7254901960784,52.9411764705882,23.5294117647059],[90.1960784313725,77.4509803921569,44.1176470588235],[110.78431372549,99.0196078431373,61.7647058823529],[92.156862745098,86.2745098039216,39.2156862745098],[73.5294117647059,70.5882352941177,18.6274509803922],[159.803921568627,158.823529411765,105.882352941176],[180.392156862745,178.43137254902,128.43137254902],[182.352941176471,181.372549019608,134.313725490196],[59.8039215686275,57.843137254902,17.6470588235294],[41.1764705882353,38.2352941176471,5.88235294117647],[62.7450980392157,56.8627450980392,33.3333333333333],[82.3529411764706,75.4901960784314,59.8039215686275],[67.6470588235294,57.843137254902,46.078431372549],[82.3529411764706,70.5882352941177,58.8235294117647],[109.803921568627,99.0196078431373,81.3725490196078],[110.78431372549,99.0196078431373,73.5294117647059],[100.980392156863,88.2352941176471,53.921568627451],[92.156862745098,81.3725490196078,37.2549019607843],[113.725490196078,109.803921568627,63.7254901960784],[149.019607843137,159.803921568627,117.647058823529],[117.647058823529,133.333333333333,95.0980392156863],[116.666666666667,133.333333333333,92.156862745098],[78.4313725490196,94.1176470588235,55.8823529411765],[108.823529411765,124.509803921569,88.2352941176471],[158.823529411765,178.43137254902,144.117647058824],[174.509803921569,197.058823529412,169.607843137255],[168.627450980392,196.078431372549,174.509803921569],[143.137254901961,173.529411764706,158.823529411765],[119.607843137255,151.960784313725,143.137254901961],[135.294117647059,169.607843137255,165.686274509804],[127.450980392157,161.764705882353,157.843137254902],[108.823529411765,140.196078431373,137.254901960784],[157.843137254902,188.235294117647,182.352941176471],[176.470588235294,202.941176470588,196.078431372549],[157.843137254902,186.274509803922,182.352941176471],[130.392156862745,159.803921568627,169.607843137255],[149.019607843137,180.392156862745,193.137254901961],[182.352941176471,211.764705882353,219.607843137255],[154.901960784314,179.411764705882,184.313725490196],[179.411764705882,189.21568627451,198.039215686275],[225.490196078431,233.333333333333,244.117647058824],[171.56862745098,189.21568627451,202.941176470588],[154.901960784314,177.450980392157,193.137254901961],[149.019607843137,174.509803921569,191.176470588235],[169.607843137255,191.176470588235,211.764705882353],[211.764705882353,227.450980392157,250],[216.666666666667,236.274509803922,250],[158.823529411765,194.117647058824,219.607843137255],[116.666666666667,159.803921568627,188.235294117647],[129.411764705882,173.529411764706,211.764705882353],[147.058823529412,194.117647058824,233.333333333333],[145.098039215686,197.058823529412,230.392156862745],[147.058823529412,196.078431372549,228.43137254902],[150.980392156863,199.019607843137,230.392156862745],[150.980392156863,195.098039215686,227.450980392157],[141.176470588235,183.333333333333,214.705882352941],[139.21568627451,179.411764705882,208.823529411765],[148.039215686275,188.235294117647,215.686274509804],[157.843137254902,199.019607843137,223.529411764706],[159.803921568627,200.980392156863,224.509803921569],[172.549019607843,213.725490196078,235.294117647059],[177.450980392157,217.647058823529,237.254901960784],[215.686274509804,250,250],[199.019607843137,233.333333333333,250],[185.294117647059,215.686274509804,235.294117647059],[202.941176470588,229.411764705882,250],[192.156862745098,219.607843137255,243.137254901961],[163.725490196078,197.058823529412,224.509803921569],[152.941176470588,181.372549019608,210.78431372549],[182.352941176471,198.039215686275,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[163.725490196078,189.21568627451,203.921568627451],[178.43137254902,206.862745098039,224.509803921569],[171.56862745098,199.019607843137,222.549019607843],[149.019607843137,175.490196078431,204.901960784314],[163.725490196078,187.254901960784,222.549019607843],[154.901960784314,176.470588235294,212.745098039216],[152.941176470588,172.549019607843,206.862745098039],[166.666666666667,180.392156862745,216.666666666667],[184.313725490196,187.254901960784,227.450980392157],[206.862745098039,207.843137254902,250],[207.843137254902,217.647058823529,250],[177.450980392157,193.137254901961,241.176470588235],[170.588235294118,187.254901960784,230.392156862745],[174.509803921569,192.156862745098,231.372549019608],[185.294117647059,200,238.235294117647],[186.274509803922,200,236.274509803922],[216.666666666667,229.411764705882,250],[203.921568627451,214.705882352941,246.078431372549],[193.137254901961,203.921568627451,231.372549019608],[230.392156862745,237.254901960784,250],[202.941176470588,208.823529411765,234.313725490196],[200.980392156863,202.941176470588,227.450980392157],[208.823529411765,205.882352941176,232.352941176471],[194.117647058824,185.294117647059,211.764705882353],[192.156862745098,179.411764705882,204.901960784314],[214.705882352941,199.019607843137,225.490196078431],[228.43137254902,208.823529411765,235.294117647059],[217.647058823529,200,223.529411764706],[198.039215686275,192.156862745098,205.882352941176],[168.627450980392,167.647058823529,175.490196078431],[201.960784313725,200.980392156863,208.823529411765],[250,248.039215686275,250],[207.843137254902,202.941176470588,208.823529411765],[203.921568627451,195.098039215686,200],[219.607843137255,204.901960784314,211.764705882353],[250,240.196078431373,249.019607843137],[250,243.137254901961,250],[250,238.235294117647,250],[230.392156862745,213.725490196078,229.411764705882],[211.764705882353,202.941176470588,221.56862745098],[216.666666666667,218.627450980392,241.176470588235],[195.098039215686,206.862745098039,232.352941176471],[136.274509803922,155.882352941176,182.352941176471],[137.254901960784,157.843137254902,184.313725490196],[144.117647058824,159.803921568627,182.352941176471],[177.450980392157,195.098039215686,214.705882352941],[168.627450980392,195.098039215686,213.725490196078],[129.411764705882,156.862745098039,177.450980392157],[163.725490196078,187.254901960784,210.78431372549],[200,219.607843137255,244.117647058824],[169.607843137255,189.21568627451,212.745098039216],[167.647058823529,188.235294117647,206.862745098039],[176.470588235294,200,209.803921568627],[201.960784313725,222.549019607843,225.490196078431],[235.294117647059,250,248.039215686275],[215.686274509804,225.490196078431,217.647058823529],[196.078431372549,196.078431372549,186.274509803922],[212.745098039216,209.803921568627,195.098039215686],[235.294117647059,236.274509803922,218.627450980392],[181.372549019608,185.294117647059,162.745098039216],[203.921568627451,207.843137254902,183.333333333333],[180.392156862745,183.333333333333,156.862745098039],[116.666666666667,116.666666666667,89.2156862745098],[98.0392156862745,98.0392156862745,72.5490196078431],[81.3725490196078,83.3333333333333,62.7450980392157],[98.0392156862745,100,86.2745098039216],[113.725490196078,116.666666666667,109.803921568627],[76.4705882352941,78.4313725490196,64.7058823529412],[200.980392156863,202.941176470588,166.666666666667],[163.725490196078,162.745098039216,117.647058823529],[113.725490196078,110.78431372549,68.6274509803922],[204.901960784314,201.960784313725,161.764705882353],[178.43137254902,173.529411764706,136.274509803922],[89.2156862745098,84.3137254901961,47.0588235294118],[181.372549019608,172.549019607843,134.313725490196],[222.549019607843,208.823529411765,170.588235294118],[214.705882352941,196.078431372549,153.921568627451],[176.470588235294,150,107.843137254902],[99.0196078431373,61.7647058823529,23.5294117647059],[96.078431372549,50.9803921568627,17.6470588235294],[172.549019607843,120.588235294118,89.2156862745098],[148.039215686275,94.1176470588235,63.7254901960784],[133.333333333333,84.3137254901961,50],[121.56862745098,74.5098039215686,37.2549019607843],[96.078431372549,48.0392156862745,8.82352941176471],[113.725490196078,60.7843137254902,23.5294117647059],[172.549019607843,115.686274509804,79.4117647058823],[157.843137254902,100,66.6666666666667],[120.588235294118,70.5882352941177,40.1960784313726],[120.588235294118,77.4509803921569,50.9803921568627],[68.6274509803922,33.3333333333333,11.7647058823529],[120.588235294118,86.2745098039216,66.6666666666667],[103.921568627451,66.6666666666667,48.0392156862745],[105.882352941176,67.6470588235294,50.9803921568627],[77.4509803921569,44.1176470588235,32.3529411764706],[41.1764705882353,13.7254901960784,2.94117647058824],[34.3137254901961,9.80392156862745,2.94117647058824],[54.9019607843137,30.3921568627451,23.5294117647059],[42.156862745098,12.7450980392157,2.94117647058824],[75.4901960784314,40.1960784313726,26.4705882352941],[54.9019607843137,9.80392156862745,0],[68.6274509803922,17.6470588235294,0],[127.450980392157,72.5490196078431,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[108.823529411765,53.921568627451,29.4117647058824],[119.607843137255,68.6274509803922,47.0588235294118],[94.1176470588235,48.0392156862745,28.4313725490196],[85.2941176470588,47.0588235294118,30.3921568627451],[60.7843137254902,31.3725490196078,21.5686274509804],[48.0392156862745,23.5294117647059,18.6274509803922],[19.6078431372549,0,0],[10.7843137254902,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[18.6274509803922,13.7254901960784,10.7843137254902],[52.9411764705882,46.078431372549,40.1960784313726],[26.4705882352941,18.6274509803922,7.84313725490196],[38.2352941176471,29.4117647058824,12.7450980392157],[58.8235294117647,48.0392156862745,26.4705882352941],[116.666666666667,105.882352941176,78.4313725490196],[97.0588235294118,84.3137254901961,50.9803921568627],[96.078431372549,82.3529411764706,46.078431372549],[103.921568627451,92.156862745098,50.9803921568627],[122.549019607843,115.686274509804,70.5882352941177],[85.2941176470588,83.3333333333333,33.3333333333333],[87.2549019607843,86.2745098039216,33.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[158.823529411765,158.823529411765,107.843137254902],[93.1372549019608,95.0980392156863,47.0588235294118],[52.9411764705882,53.921568627451,14.7058823529412],[31.3725490196078,30.3921568627451,0],[46.078431372549,44.1176470588235,21.5686274509804],[48.0392156862745,42.156862745098,26.4705882352941],[93.1372549019608,86.2745098039216,70.5882352941177],[99.0196078431373,91.1764705882353,70.5882352941177],[55.8823529411765,49.0196078431373,20.5882352941176],[69.6078431372549,61.7647058823529,23.5294117647059],[69.6078431372549,63.7254901960784,16.6666666666667],[116.666666666667,115.686274509804,68.6274509803922],[162.745098039216,175.490196078431,133.333333333333],[112.745098039216,130.392156862745,91.1764705882353],[87.2549019607843,103.921568627451,62.7450980392157],[75.4901960784314,90.1960784313725,50],[118.627450980392,133.333333333333,93.1372549019608],[178.43137254902,194.117647058824,157.843137254902],[161.764705882353,182.352941176471,150],[149.019607843137,177.450980392157,150],[48.0392156862745,80.3921568627451,61.7647058823529],[82.3529411764706,119.607843137255,104.901960784314],[105.882352941176,145.098039215686,136.274509803922],[108.823529411765,147.058823529412,142.156862745098],[113.725490196078,148.039215686275,142.156862745098],[146.078431372549,176.470588235294,170.588235294118],[156.862745098039,181.372549019608,175.490196078431],[138.235294117647,162.745098039216,159.803921568627],[170.588235294118,197.058823529412,207.843137254902],[145.098039215686,172.549019607843,186.274509803922],[117.647058823529,147.058823529412,156.862745098039],[125.490196078431,150,156.862745098039],[185.294117647059,197.058823529412,208.823529411765],[200,208.823529411765,223.529411764706],[161.764705882353,178.43137254902,194.117647058824],[135.294117647059,157.843137254902,175.490196078431],[174.509803921569,199.019607843137,218.627450980392],[188.235294117647,211.764705882353,235.294117647059],[178.43137254902,198.039215686275,224.509803921569],[166.666666666667,191.176470588235,220.588235294118],[156.862745098039,197.058823529412,226.470588235294],[145.098039215686,193.137254901961,225.490196078431],[142.156862745098,190.196078431373,230.392156862745],[136.274509803922,184.313725490196,224.509803921569],[119.607843137255,170.588235294118,206.862745098039],[115.686274509804,167.647058823529,200.980392156863],[116.666666666667,168.627450980392,201.960784313725],[119.607843137255,171.56862745098,202.941176470588],[122.549019607843,171.56862745098,203.921568627451],[123.529411764706,173.529411764706,203.921568627451],[128.43137254902,176.470588235294,205.882352941176],[133.333333333333,179.411764705882,206.862745098039],[136.274509803922,179.411764705882,205.882352941176],[159.803921568627,200.980392156863,224.509803921569],[165.686274509804,202.941176470588,225.490196078431],[196.078431372549,232.352941176471,250],[189.21568627451,223.529411764706,242.156862745098],[171.56862745098,203.921568627451,220.588235294118],[171.56862745098,202.941176470588,217.647058823529],[178.43137254902,208.823529411765,229.411764705882],[144.117647058824,176.470588235294,206.862745098039],[154.901960784314,183.333333333333,214.705882352941],[172.549019607843,187.254901960784,215.686274509804],[175.490196078431,189.21568627451,214.705882352941],[185.294117647059,209.803921568627,229.411764705882],[194.117647058824,226.470588235294,245.098039215686],[172.549019607843,205.882352941176,230.392156862745],[149.019607843137,183.333333333333,212.745098039216],[140.196078431373,175.490196078431,208.823529411765],[142.156862745098,177.450980392157,210.78431372549],[143.137254901961,177.450980392157,208.823529411765],[155.882352941176,181.372549019608,215.686274509804],[196.078431372549,207.843137254902,247.058823529412],[216.666666666667,223.529411764706,250],[187.254901960784,203.921568627451,249.019607843137],[166.666666666667,184.313725490196,229.411764705882],[173.529411764706,188.235294117647,228.43137254902],[179.411764705882,193.137254901961,231.372549019608],[178.43137254902,190.196078431373,227.450980392157],[152.941176470588,165.686274509804,199.019607843137],[185.294117647059,198.039215686275,229.411764705882],[221.56862745098,232.352941176471,250],[211.764705882353,218.627450980392,246.078431372549],[176.470588235294,182.352941176471,205.882352941176],[203.921568627451,205.882352941176,228.43137254902],[217.647058823529,215.686274509804,237.254901960784],[209.803921568627,201.960784313725,224.509803921569],[208.823529411765,197.058823529412,218.627450980392],[200.980392156863,186.274509803922,208.823529411765],[236.274509803922,217.647058823529,239.21568627451],[240.196078431373,218.627450980392,241.176470588235],[223.529411764706,206.862745098039,225.490196078431],[214.705882352941,206.862745098039,219.607843137255],[247.058823529412,244.117647058824,250],[199.019607843137,196.078431372549,202.941176470588],[192.156862745098,189.21568627451,196.078431372549],[211.764705882353,206.862745098039,213.725490196078],[216.666666666667,206.862745098039,214.705882352941],[242.156862745098,226.470588235294,236.274509803922],[250,243.137254901961,250],[250,239.21568627451,248.039215686275],[226.470588235294,206.862745098039,218.627450980392],[211.764705882353,198.039215686275,212.745098039216],[216.666666666667,209.803921568627,227.450980392157],[220.588235294118,225.490196078431,247.058823529412],[150.980392156863,166.666666666667,191.176470588235],[140.196078431373,165.686274509804,192.156862745098],[139.21568627451,164.705882352941,191.176470588235],[149.019607843137,166.666666666667,190.196078431373],[176.470588235294,194.117647058824,215.686274509804],[163.725490196078,190.196078431373,210.78431372549],[141.176470588235,171.56862745098,192.156862745098],[150.980392156863,180.392156862745,203.921568627451],[174.509803921569,201.960784313725,225.490196078431],[175.490196078431,200.980392156863,223.529411764706],[156.862745098039,183.333333333333,203.921568627451],[133.333333333333,161.764705882353,175.490196078431],[163.725490196078,192.156862745098,198.039215686275],[187.254901960784,206.862745098039,207.843137254902],[221.56862745098,231.372549019608,230.392156862745],[186.274509803922,185.294117647059,180.392156862745],[210.78431372549,206.862745098039,196.078431372549],[220.588235294118,218.627450980392,203.921568627451],[242.156862745098,241.176470588235,220.588235294118],[221.56862745098,217.647058823529,191.176470588235],[199.019607843137,194.117647058824,164.705882352941],[144.117647058824,140.196078431373,111.764705882353],[115.686274509804,114.705882352941,87.2549019607843],[90.1960784313725,90.1960784313725,64.7058823529412],[132.352941176471,134.313725490196,112.745098039216],[151.960784313725,154.901960784314,138.235294117647],[76.4705882352941,79.4117647058823,58.8235294117647],[118.627450980392,122.549019607843,90.1960784313725],[139.21568627451,141.176470588235,104.901960784314],[118.627450980392,118.627450980392,85.2941176470588],[134.313725490196,129.411764705882,98.0392156862745],[136.274509803922,130.392156862745,99.0196078431373],[108.823529411765,100,67.6470588235294],[150,139.21568627451,107.843137254902],[189.21568627451,175.490196078431,139.21568627451],[178.43137254902,159.803921568627,117.647058823529],[207.843137254902,181.372549019608,139.21568627451],[88.2352941176471,50.9803921568627,15.6862745098039],[153.921568627451,109.803921568627,79.4117647058823],[150.980392156863,101.960784313725,75.4901960784314],[122.549019607843,72.5490196078431,46.078431372549],[112.745098039216,67.6470588235294,35.2941176470588],[145.098039215686,100,66.6666666666667],[131.372549019608,87.2549019607843,49.0196078431373],[83.3333333333333,36.2745098039216,0],[161.764705882353,110.78431372549,74.5098039215686],[107.843137254902,53.921568627451,23.5294117647059],[68.6274509803922,18.6274509803922,0],[60.7843137254902,16.6666666666667,0],[70.5882352941177,36.2745098039216,16.6666666666667],[87.2549019607843,52.9411764705882,33.3333333333333],[71.5686274509804,31.3725490196078,9.80392156862745],[87.2549019607843,46.078431372549,24.5098039215686],[71.5686274509804,36.2745098039216,20.5882352941176],[65.6862745098039,34.3137254901961,23.5294117647059],[79.4117647058823,52.9411764705882,44.1176470588235],[26.4705882352941,0,0],[47.0588235294118,17.6470588235294,7.84313725490196],[52.9411764705882,17.6470588235294,3.92156862745098],[59.8039215686275,17.6470588235294,0],[73.5294117647059,24.5098039215686,1.96078431372549],[106.862745098039,53.921568627451,28.4313725490196],[111.764705882353,56.8627450980392,30.3921568627451],[105.882352941176,54.9019607843137,31.3725490196078],[66.6666666666667,19.6078431372549,0],[48.0392156862745,3.92156862745098,0],[58.8235294117647,21.5686274509804,8.82352941176471],[61.7647058823529,33.3333333333333,25.4901960784314],[31.3725490196078,7.84313725490196,3.92156862745098],[34.3137254901961,15.6862745098039,11.7647058823529],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0.980392156862745,0],[22.5490196078431,17.6470588235294,14.7058823529412],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[13.7254901960784,15.6862745098039,12.7450980392157],[63.7254901960784,63.7254901960784,61.7647058823529],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[16.6666666666667,12.7450980392157,11.7647058823529],[13.7254901960784,8.82352941176471,4.90196078431373],[46.078431372549,39.2156862745098,31.3725490196078],[68.6274509803922,60.7843137254902,50],[35.2941176470588,26.4705882352941,9.80392156862745],[29.4117647058824,18.6274509803922,0],[60.7843137254902,50,22.5490196078431],[97.0588235294118,84.3137254901961,52.9411764705882],[103.921568627451,91.1764705882353,56.8627450980392],[102.941176470588,94.1176470588235,55.8823529411765],[76.4705882352941,71.5686274509804,30.3921568627451],[74.5098039215686,73.5294117647059,28.4313725490196],[76.4705882352941,76.4705882352941,27.4509803921569],[132.352941176471,135.294117647059,83.3333333333333],[196.078431372549,199.019607843137,143.137254901961],[150.980392156863,153.921568627451,98.0392156862745],[119.607843137255,122.549019607843,70.5882352941177],[84.3137254901961,86.2745098039216,40.1960784313726],[29.4117647058824,29.4117647058824,0],[86.2745098039216,86.2745098039216,52.9411764705882],[62.7450980392157,59.8039215686275,27.4509803921569],[35.2941176470588,31.3725490196078,0],[42.156862745098,39.2156862745098,0],[43.1372549019608,39.2156862745098,0],[75.4901960784314,72.5490196078431,18.6274509803922],[165.686274509804,165.686274509804,112.745098039216],[177.450980392157,186.274509803922,142.156862745098],[173.529411764706,185.294117647059,146.078431372549],[164.705882352941,172.549019607843,132.352941176471],[167.647058823529,176.470588235294,134.313725490196],[146.078431372549,152.941176470588,111.764705882353],[173.529411764706,181.372549019608,143.137254901961],[197.058823529412,210.78431372549,176.470588235294],[219.607843137255,238.235294117647,210.78431372549],[154.901960784314,179.411764705882,158.823529411765],[133.333333333333,163.725490196078,149.019607843137],[110.78431372549,143.137254901961,134.313725490196],[138.235294117647,170.588235294118,163.725490196078],[139.21568627451,169.607843137255,163.725490196078],[155.882352941176,182.352941176471,175.490196078431],[200.980392156863,223.529411764706,215.686274509804],[164.705882352941,183.333333333333,177.450980392157],[166.666666666667,178.43137254902,178.43137254902],[138.235294117647,152.941176470588,155.882352941176],[155.882352941176,180.392156862745,185.294117647059],[213.725490196078,240.196078431373,249.019607843137],[207.843137254902,224.509803921569,240.196078431373],[209.803921568627,226.470588235294,246.078431372549],[155.882352941176,178.43137254902,196.078431372549],[166.666666666667,193.137254901961,211.764705882353],[211.764705882353,241.176470588235,250],[142.156862745098,172.549019607843,200],[138.235294117647,167.647058823529,200.980392156863],[141.176470588235,176.470588235294,211.764705882353],[151.960784313725,200,232.352941176471],[180.392156862745,229.411764705882,250],[155.882352941176,198.039215686275,231.372549019608],[129.411764705882,171.56862745098,204.901960784314],[129.411764705882,178.43137254902,212.745098039216],[121.56862745098,174.509803921569,209.803921568627],[121.56862745098,172.549019607843,208.823529411765],[124.509803921569,176.470588235294,209.803921568627],[127.450980392157,176.470588235294,210.78431372549],[128.43137254902,177.450980392157,211.764705882353],[127.450980392157,175.490196078431,207.843137254902],[126.470588235294,171.56862745098,203.921568627451],[135.294117647059,177.450980392157,208.823529411765],[141.176470588235,181.372549019608,208.823529411765],[147.058823529412,183.333333333333,209.803921568627],[173.529411764706,208.823529411765,232.352941176471],[176.470588235294,210.78431372549,232.352941176471],[168.627450980392,200,222.549019607843],[154.901960784314,185.294117647059,205.882352941176],[162.745098039216,192.156862745098,217.647058823529],[154.901960784314,183.333333333333,214.705882352941],[150,173.529411764706,208.823529411765],[162.745098039216,176.470588235294,212.745098039216],[170.588235294118,185.294117647059,217.647058823529],[163.725490196078,184.313725490196,212.745098039216],[175.490196078431,202.941176470588,226.470588235294],[195.098039215686,224.509803921569,248.039215686275],[182.352941176471,213.725490196078,238.235294117647],[152.941176470588,186.274509803922,212.745098039216],[140.196078431373,174.509803921569,201.960784313725],[136.274509803922,168.627450980392,199.019607843137],[146.078431372549,171.56862745098,203.921568627451],[174.509803921569,190.196078431373,225.490196078431],[178.43137254902,192.156862745098,228.43137254902],[161.764705882353,181.372549019608,213.725490196078],[178.43137254902,198.039215686275,232.352941176471],[183.333333333333,198.039215686275,236.274509803922],[164.705882352941,178.43137254902,216.666666666667],[169.607843137255,183.333333333333,219.607843137255],[169.607843137255,182.352941176471,216.666666666667],[181.372549019608,194.117647058824,227.450980392157],[181.372549019608,192.156862745098,221.56862745098],[178.43137254902,187.254901960784,215.686274509804],[174.509803921569,181.372549019608,206.862745098039],[197.058823529412,200.980392156863,225.490196078431],[206.862745098039,207.843137254902,228.43137254902],[215.686274509804,212.745098039216,233.333333333333],[187.254901960784,179.411764705882,200],[200.980392156863,190.196078431373,206.862745098039],[223.529411764706,210.78431372549,228.43137254902],[250,241.176470588235,250],[225.490196078431,213.725490196078,227.450980392157],[182.352941176471,175.490196078431,183.333333333333],[184.313725490196,179.411764705882,186.274509803922],[175.490196078431,170.588235294118,177.450980392157],[223.529411764706,218.627450980392,224.509803921569],[247.058823529412,242.156862745098,248.039215686275],[219.607843137255,213.725490196078,217.647058823529],[250,243.137254901961,250],[250,245.098039215686,250],[250,237.254901960784,245.098039215686],[236.274509803922,219.607843137255,229.411764705882],[232.352941176471,220.588235294118,232.352941176471],[207.843137254902,203.921568627451,218.627450980392],[185.294117647059,192.156862745098,210.78431372549],[147.058823529412,162.745098039216,187.254901960784],[167.647058823529,193.137254901961,219.607843137255],[149.019607843137,176.470588235294,200],[154.901960784314,176.470588235294,197.058823529412],[184.313725490196,204.901960784314,221.56862745098],[164.705882352941,185.294117647059,201.960784313725],[152.941176470588,178.43137254902,195.098039215686],[150.980392156863,179.411764705882,195.098039215686],[163.725490196078,192.156862745098,209.803921568627],[196.078431372549,220.588235294118,240.196078431373],[174.509803921569,200,216.666666666667],[130.392156862745,158.823529411765,172.549019607843],[143.137254901961,169.607843137255,180.392156862745],[153.921568627451,170.588235294118,178.43137254902],[158.823529411765,167.647058823529,172.549019607843],[121.56862745098,127.450980392157,125.490196078431],[161.764705882353,164.705882352941,155.882352941176],[145.098039215686,141.176470588235,130.392156862745],[207.843137254902,200.980392156863,182.352941176471],[226.470588235294,221.56862745098,190.196078431373],[182.352941176471,178.43137254902,141.176470588235],[200,194.117647058824,158.823529411765],[165.686274509804,157.843137254902,122.549019607843],[129.411764705882,120.588235294118,88.2352941176471],[162.745098039216,156.862745098039,121.56862745098],[125.490196078431,121.56862745098,84.3137254901961],[100.980392156863,100.980392156863,67.6470588235294],[111.764705882353,110.78431372549,91.1764705882353],[89.2156862745098,90.1960784313725,76.4705882352941],[83.3333333333333,84.3137254901961,68.6274509803922],[207.843137254902,206.862745098039,187.254901960784],[113.725490196078,109.803921568627,85.2941176470588],[52.9411764705882,46.078431372549,17.6470588235294],[106.862745098039,97.0588235294118,62.7450980392157],[127.450980392157,113.725490196078,77.4509803921569],[164.705882352941,150,109.803921568627],[239.21568627451,215.686274509804,178.43137254902],[167.647058823529,135.294117647059,104.901960784314],[182.352941176471,141.176470588235,116.666666666667],[137.254901960784,92.156862745098,68.6274509803922],[103.921568627451,58.8235294117647,35.2941176470588],[94.1176470588235,53.921568627451,26.4705882352941],[136.274509803922,96.078431372549,66.6666666666667],[199.019607843137,159.803921568627,125.490196078431],[123.529411764706,79.4117647058823,47.0588235294118],[106.862745098039,58.8235294117647,27.4509803921569],[94.1176470588235,45.0980392156863,18.6274509803922],[70.5882352941177,25.4901960784314,1.96078431372549],[58.8235294117647,18.6274509803922,0],[49.0196078431373,18.6274509803922,0.980392156862745],[51.9607843137255,21.5686274509804,3.92156862745098],[92.156862745098,54.9019607843137,36.2745098039216],[76.4705882352941,39.2156862745098,20.5882352941176],[90.1960784313725,54.9019607843137,41.1764705882353],[100,70.5882352941177,60.7843137254902],[120.588235294118,94.1176470588235,87.2549019607843],[62.7450980392157,36.2745098039216,29.4117647058824],[56.8627450980392,27.4509803921569,17.6470588235294],[76.4705882352941,41.1764705882353,27.4509803921569],[86.2745098039216,44.1176470588235,27.4509803921569],[122.549019607843,75.4901960784314,53.921568627451],[138.235294117647,87.2549019607843,63.7254901960784],[124.509803921569,73.5294117647059,50],[97.0588235294118,50,28.4313725490196],[54.9019607843137,10.7843137254902,0],[65.6862745098039,24.5098039215686,10.7843137254902],[65.6862745098039,32.3529411764706,22.5490196078431],[36.2745098039216,9.80392156862745,2.94117647058824],[32.3529411764706,11.7647058823529,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,21.5686274509804,18.6274509803922],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,3.92156862745098,0.980392156862745],[25.4901960784314,27.4509803921569,22.5490196078431],[75.4901960784314,77.4509803921569,74.5098039215686],[1.96078431372549,1.96078431372549,0],[4.90196078431373,4.90196078431373,2.94117647058824],[15.6862745098039,14.7058823529412,10.7843137254902],[20.5882352941176,19.6078431372549,15.6862745098039],[11.7647058823529,8.82352941176471,3.92156862745098],[20.5882352941176,16.6666666666667,7.84313725490196],[60.7843137254902,54.9019607843137,43.1372549019608],[83.3333333333333,76.4705882352941,58.8235294117647],[12.7450980392157,4.90196078431373,0],[21.5686274509804,11.7647058823529,0],[38.2352941176471,29.4117647058824,0],[37.2549019607843,27.4509803921569,0],[65.6862745098039,55.8823529411765,20.5882352941176],[49.0196078431373,40.1960784313726,7.84313725490196],[61.7647058823529,55.8823529411765,20.5882352941176],[88.2352941176471,83.3333333333333,42.156862745098],[122.549019607843,120.588235294118,70.5882352941177],[98.0392156862745,97.0588235294118,41.1764705882353],[69.6078431372549,69.6078431372549,8.82352941176471],[144.117647058824,144.117647058824,83.3333333333333],[151.960784313725,150.980392156863,95.0980392156863],[152.941176470588,151.960784313725,99.0196078431373],[141.176470588235,139.21568627451,91.1764705882353],[107.843137254902,103.921568627451,57.843137254902],[82.3529411764706,75.4901960784314,30.3921568627451],[93.1372549019608,87.2549019607843,38.2352941176471],[100.980392156863,94.1176470588235,41.1764705882353],[128.43137254902,122.549019607843,63.7254901960784],[197.058823529412,195.098039215686,139.21568627451],[232.352941176471,238.235294117647,191.176470588235],[209.803921568627,216.666666666667,175.490196078431],[163.725490196078,169.607843137255,126.470588235294],[168.627450980392,169.607843137255,126.470588235294],[134.313725490196,135.294117647059,92.156862745098],[144.117647058824,145.098039215686,105.882352941176],[203.921568627451,209.803921568627,174.509803921569],[206.862745098039,216.666666666667,190.196078431373],[238.235294117647,250,234.313725490196],[136.274509803922,158.823529411765,143.137254901961],[138.235294117647,163.725490196078,152.941176470588],[156.862745098039,183.333333333333,176.470588235294],[147.058823529412,173.529411764706,166.666666666667],[149.019607843137,174.509803921569,165.686274509804],[166.666666666667,187.254901960784,178.43137254902],[186.274509803922,201.960784313725,192.156862745098],[170.588235294118,177.450980392157,170.588235294118],[187.254901960784,196.078431372549,195.098039215686],[191.176470588235,211.764705882353,216.666666666667],[191.176470588235,217.647058823529,228.43137254902],[167.647058823529,185.294117647059,204.901960784314],[190.196078431373,207.843137254902,229.411764705882],[150,172.549019607843,190.196078431373],[185.294117647059,211.764705882353,230.392156862745],[167.647058823529,197.058823529412,220.588235294118],[173.529411764706,206.862745098039,234.313725490196],[164.705882352941,199.019607843137,236.274509803922],[138.235294117647,181.372549019608,219.607843137255],[126.470588235294,179.411764705882,214.705882352941],[132.352941176471,184.313725490196,217.647058823529],[132.352941176471,174.509803921569,205.882352941176],[123.529411764706,163.725490196078,195.098039215686],[122.549019607843,171.56862745098,207.843137254902],[121.56862745098,174.509803921569,211.764705882353],[126.470588235294,177.450980392157,215.686274509804],[127.450980392157,178.43137254902,214.705882352941],[126.470588235294,177.450980392157,213.725490196078],[130.392156862745,179.411764705882,215.686274509804],[133.333333333333,182.352941176471,216.666666666667],[133.333333333333,181.372549019608,213.725490196078],[148.039215686275,192.156862745098,224.509803921569],[137.254901960784,179.411764705882,210.78431372549],[153.921568627451,192.156862745098,222.549019607843],[170.588235294118,206.862745098039,235.294117647059],[155.882352941176,190.196078431373,217.647058823529],[157.843137254902,191.176470588235,217.647058823529],[153.921568627451,184.313725490196,211.764705882353],[165.686274509804,196.078431372549,224.509803921569],[168.627450980392,200.980392156863,233.333333333333],[143.137254901961,172.549019607843,207.843137254902],[147.058823529412,171.56862745098,210.78431372549],[170.588235294118,194.117647058824,231.372549019608],[150.980392156863,176.470588235294,208.823529411765],[150,176.470588235294,204.901960784314],[182.352941176471,209.803921568627,231.372549019608],[172.549019607843,202.941176470588,222.549019607843],[180.392156862745,210.78431372549,231.372549019608],[169.607843137255,199.019607843137,222.549019607843],[163.725490196078,190.196078431373,218.627450980392],[161.764705882353,184.313725490196,215.686274509804],[160.78431372549,176.470588235294,208.823529411765],[160.78431372549,174.509803921569,202.941176470588],[161.764705882353,175.490196078431,200.980392156863],[163.725490196078,177.450980392157,202.941176470588],[192.156862745098,204.901960784314,238.235294117647],[180.392156862745,194.117647058824,230.392156862745],[175.490196078431,189.21568627451,223.529411764706],[164.705882352941,177.450980392157,210.78431372549],[171.56862745098,184.313725490196,215.686274509804],[160.78431372549,171.56862745098,200.980392156863],[166.666666666667,175.490196078431,203.921568627451],[182.352941176471,189.21568627451,214.705882352941],[189.21568627451,195.098039215686,218.627450980392],[183.333333333333,185.294117647059,205.882352941176],[236.274509803922,237.254901960784,250],[219.607843137255,216.666666666667,233.333333333333],[227.450980392157,223.529411764706,237.254901960784],[197.058823529412,191.176470588235,202.941176470588],[232.352941176471,224.509803921569,235.294117647059],[250,240.196078431373,249.019607843137],[235.294117647059,225.490196078431,233.333333333333],[184.313725490196,175.490196078431,180.392156862745],[222.549019607843,216.666666666667,220.588235294118],[250,248.039215686275,250],[218.627450980392,213.725490196078,217.647058823529],[224.509803921569,218.627450980392,220.588235294118],[250,247.058823529412,250],[250,242.156862745098,246.078431372549],[232.352941176471,220.588235294118,224.509803921569],[228.43137254902,215.686274509804,222.549019607843],[236.274509803922,229.411764705882,237.254901960784],[204.901960784314,203.921568627451,217.647058823529],[155.882352941176,163.725490196078,182.352941176471],[155.882352941176,171.56862745098,194.117647058824],[150.980392156863,176.470588235294,200.980392156863],[148.039215686275,177.450980392157,200.980392156863],[154.901960784314,183.333333333333,199.019607843137],[179.411764705882,204.901960784314,217.647058823529],[151.960784313725,170.588235294118,184.313725490196],[151.960784313725,170.588235294118,184.313725490196],[168.627450980392,192.156862745098,203.921568627451],[179.411764705882,205.882352941176,216.666666666667],[192.156862745098,219.607843137255,231.372549019608],[162.745098039216,190.196078431373,203.921568627451],[146.078431372549,173.529411764706,187.254901960784],[130.392156862745,152.941176470588,168.627450980392],[140.196078431373,158.823529411765,172.549019607843],[137.254901960784,153.921568627451,161.764705882353],[116.666666666667,130.392156862745,131.372549019608],[100,105.882352941176,101.960784313725],[117.647058823529,112.745098039216,106.862745098039],[160.78431372549,151.960784313725,135.294117647059],[193.137254901961,184.313725490196,153.921568627451],[192.156862745098,184.313725490196,146.078431372549],[210.78431372549,200.980392156863,165.686274509804],[225.490196078431,215.686274509804,180.392156862745],[225.490196078431,216.666666666667,178.43137254902],[196.078431372549,189.21568627451,146.078431372549],[114.705882352941,111.764705882353,57.843137254902],[100.980392156863,98.0392156862745,53.921568627451],[80.3921568627451,75.4901960784314,55.8823529411765],[29.4117647058824,25.4901960784314,14.7058823529412],[66.6666666666667,63.7254901960784,47.0588235294118],[177.450980392157,175.490196078431,154.901960784314],[179.411764705882,175.490196078431,150.980392156863],[40.1960784313726,36.2745098039216,7.84313725490196],[64.7058823529412,59.8039215686275,28.4313725490196],[125.490196078431,117.647058823529,82.3529411764706],[186.274509803922,172.549019607843,136.274509803922],[235.294117647059,212.745098039216,179.411764705882],[250,226.470588235294,198.039215686275],[152.941176470588,116.666666666667,91.1764705882353],[89.2156862745098,48.0392156862745,24.5098039215686],[76.4705882352941,35.2941176470588,11.7647058823529],[41.1764705882353,1.96078431372549,0],[68.6274509803922,32.3529411764706,3.92156862745098],[189.21568627451,150.980392156863,120.588235294118],[196.078431372549,155.882352941176,124.509803921569],[98.0392156862745,53.921568627451,25.4901960784314],[105.882352941176,59.8039215686275,34.3137254901961],[82.3529411764706,38.2352941176471,17.6470588235294],[88.2352941176471,50.9803921568627,32.3529411764706],[71.5686274509804,40.1960784313726,25.4901960784314],[47.0588235294118,18.6274509803922,2.94117647058824],[63.7254901960784,27.4509803921569,9.80392156862745],[63.7254901960784,27.4509803921569,9.80392156862745],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,29.4117647058824,19.6078431372549],[41.1764705882353,14.7058823529412,7.84313725490196],[51.9607843137255,25.4901960784314,18.6274509803922],[38.2352941176471,8.82352941176471,0],[63.7254901960784,28.4313725490196,14.7058823529412],[81.3725490196078,41.1764705882353,23.5294117647059],[115.686274509804,69.6078431372549,50],[138.235294117647,91.1764705882353,69.6078431372549],[140.196078431373,93.1372549019608,71.5686274509804],[85.2941176470588,41.1764705882353,22.5490196078431],[64.7058823529412,26.4705882352941,11.7647058823529],[71.5686274509804,35.2941176470588,26.4705882352941],[39.2156862745098,9.80392156862745,1.96078431372549],[44.1176470588235,19.6078431372549,14.7058823529412],[38.2352941176471,17.6470588235294,12.7450980392157],[24.5098039215686,6.86274509803922,2.94117647058824],[16.6666666666667,2.94117647058824,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[12.7450980392157,13.7254901960784,8.82352941176471],[5.88235294117647,4.90196078431373,0.980392156862745],[5.88235294117647,4.90196078431373,0.980392156862745],[4.90196078431373,1.96078431372549,0],[17.6470588235294,13.7254901960784,4.90196078431373],[41.1764705882353,35.2941176470588,23.5294117647059],[63.7254901960784,58.8235294117647,40.1960784313726],[77.4509803921569,71.5686274509804,50],[96.078431372549,90.1960784313725,64.7058823529412],[41.1764705882353,34.3137254901961,5.88235294117647],[18.6274509803922,9.80392156862745,0],[27.4509803921569,16.6666666666667,0],[54.9019607843137,39.2156862745098,14.7058823529412],[44.1176470588235,26.4705882352941,2.94117647058824],[91.1764705882353,75.4901960784314,42.156862745098],[116.666666666667,102.941176470588,58.8235294117647],[103.921568627451,91.1764705882353,37.2549019607843],[127.450980392157,117.647058823529,56.8627450980392],[89.2156862745098,80.3921568627451,14.7058823529412],[147.058823529412,138.235294117647,72.5490196078431],[166.666666666667,156.862745098039,96.078431372549],[156.862745098039,145.098039215686,86.2745098039216],[139.21568627451,126.470588235294,72.5490196078431],[200.980392156863,186.274509803922,132.352941176471],[189.21568627451,174.509803921569,120.588235294118],[196.078431372549,179.411764705882,124.509803921569],[181.372549019608,165.686274509804,107.843137254902],[190.196078431373,179.411764705882,124.509803921569],[250,250,204.901960784314],[208.823529411765,214.705882352941,169.607843137255],[174.509803921569,173.529411764706,128.43137254902],[166.666666666667,163.725490196078,119.607843137255],[165.686274509804,158.823529411765,115.686274509804],[155.882352941176,150.980392156863,111.764705882353],[186.274509803922,183.333333333333,149.019607843137],[170.588235294118,173.529411764706,145.098039215686],[217.647058823529,226.470588235294,205.882352941176],[234.313725490196,248.039215686275,233.333333333333],[209.803921568627,229.411764705882,220.588235294118],[159.803921568627,182.352941176471,174.509803921569],[151.960784313725,174.509803921569,166.666666666667],[140.196078431373,162.745098039216,154.901960784314],[162.745098039216,183.333333333333,174.509803921569],[179.411764705882,195.098039215686,185.294117647059],[237.254901960784,243.137254901961,239.21568627451],[221.56862745098,231.372549019608,232.352941176471],[214.705882352941,238.235294117647,242.156862745098],[211.764705882353,235.294117647059,245.098039215686],[197.058823529412,213.725490196078,231.372549019608],[166.666666666667,183.333333333333,200.980392156863],[199.019607843137,217.647058823529,232.352941176471],[194.117647058824,216.666666666667,232.352941176471],[191.176470588235,218.627450980392,239.21568627451],[177.450980392157,207.843137254902,235.294117647059],[184.313725490196,219.607843137255,250],[137.254901960784,180.392156862745,218.627450980392],[119.607843137255,176.470588235294,213.725490196078],[138.235294117647,195.098039215686,231.372549019608],[115.686274509804,162.745098039216,198.039215686275],[127.450980392157,172.549019607843,207.843137254902],[119.607843137255,170.588235294118,208.823529411765],[121.56862745098,173.529411764706,212.745098039216],[126.470588235294,178.43137254902,217.647058823529],[127.450980392157,178.43137254902,217.647058823529],[125.490196078431,176.470588235294,215.686274509804],[132.352941176471,180.392156862745,219.607843137255],[137.254901960784,185.294117647059,224.509803921569],[137.254901960784,184.313725490196,223.529411764706],[148.039215686275,191.176470588235,229.411764705882],[129.411764705882,170.588235294118,207.843137254902],[140.196078431373,179.411764705882,214.705882352941],[156.862745098039,194.117647058824,229.411764705882],[159.803921568627,193.137254901961,227.450980392157],[178.43137254902,210.78431372549,243.137254901961],[169.607843137255,201.960784313725,234.313725490196],[178.43137254902,212.745098039216,244.117647058824],[154.901960784314,197.058823529412,228.43137254902],[150,195.098039215686,228.43137254902],[145.098039215686,190.196078431373,225.490196078431],[153.921568627451,195.098039215686,232.352941176471],[142.156862745098,177.450980392157,212.745098039216],[130.392156862745,160.78431372549,189.21568627451],[155.882352941176,183.333333333333,203.921568627451],[169.607843137255,196.078431372549,212.745098039216],[186.274509803922,211.764705882353,228.43137254902],[204.901960784314,225.490196078431,246.078431372549],[192.156862745098,208.823529411765,238.235294117647],[177.450980392157,190.196078431373,223.529411764706],[177.450980392157,186.274509803922,216.666666666667],[197.058823529412,202.941176470588,228.43137254902],[214.705882352941,213.725490196078,231.372549019608],[187.254901960784,186.274509803922,203.921568627451],[174.509803921569,181.372549019608,208.823529411765],[190.196078431373,200.980392156863,232.352941176471],[194.117647058824,204.901960784314,236.274509803922],[170.588235294118,181.372549019608,212.745098039216],[166.666666666667,177.450980392157,206.862745098039],[161.764705882353,172.549019607843,201.960784313725],[172.549019607843,181.372549019608,209.803921568627],[173.529411764706,180.392156862745,205.882352941176],[146.078431372549,151.960784313725,175.490196078431],[185.294117647059,190.196078431373,209.803921568627],[246.078431372549,249.019607843137,250],[240.196078431373,242.156862745098,250],[228.43137254902,228.43137254902,238.235294117647],[195.098039215686,194.117647058824,200],[177.450980392157,175.490196078431,180.392156862745],[228.43137254902,222.549019607843,226.470588235294],[250,246.078431372549,250],[241.176470588235,228.43137254902,235.294117647059],[250,247.058823529412,250],[249.019607843137,243.137254901961,245.098039215686],[219.607843137255,215.686274509804,216.666666666667],[250,249.019607843137,250],[241.176470588235,235.294117647059,237.254901960784],[250,248.039215686275,248.039215686275],[195.098039215686,186.274509803922,187.254901960784],[179.411764705882,173.529411764706,177.450980392157],[191.176470588235,188.235294117647,195.098039215686],[195.098039215686,197.058823529412,208.823529411765],[164.705882352941,176.470588235294,192.156862745098],[137.254901960784,154.901960784314,174.509803921569],[115.686274509804,141.176470588235,163.725490196078],[135.294117647059,165.686274509804,186.274509803922],[148.039215686275,180.392156862745,195.098039215686],[181.372549019608,210.78431372549,220.588235294118],[187.254901960784,209.803921568627,217.647058823529],[184.313725490196,200.980392156863,208.823529411765],[184.313725490196,199.019607843137,205.882352941176],[178.43137254902,199.019607843137,203.921568627451],[164.705882352941,197.058823529412,201.960784313725],[142.156862745098,173.529411764706,184.313725490196],[155.882352941176,173.529411764706,193.137254901961],[169.607843137255,185.294117647059,207.843137254902],[150.980392156863,176.470588235294,193.137254901961],[147.058823529412,172.549019607843,185.294117647059],[151.960784313725,170.588235294118,176.470588235294],[121.56862745098,131.372549019608,132.352941176471],[194.117647058824,190.196078431373,187.254901960784],[175.490196078431,163.725490196078,151.960784313725],[183.333333333333,167.647058823529,143.137254901961],[227.450980392157,212.745098039216,182.352941176471],[215.686274509804,202.941176470588,171.56862745098],[215.686274509804,207.843137254902,172.549019607843],[239.21568627451,234.313725490196,197.058823529412],[223.529411764706,221.56862745098,174.509803921569],[163.725490196078,161.764705882353,103.921568627451],[152.941176470588,150,96.078431372549],[154.901960784314,146.078431372549,113.725490196078],[144.117647058824,132.352941176471,106.862745098039],[83.3333333333333,72.5490196078431,41.1764705882353],[51.9607843137255,44.1176470588235,8.82352941176471],[169.607843137255,164.705882352941,135.294117647059],[150.980392156863,150,122.549019607843],[150,151.960784313725,130.392156862745],[208.823529411765,206.862745098039,182.352941176471],[129.411764705882,116.666666666667,85.2941176470588],[153.921568627451,130.392156862745,97.0588235294118],[199.019607843137,165.686274509804,138.235294117647],[111.764705882353,72.5490196078431,48.0392156862745],[50.9803921568627,6.86274509803922,0],[100,55.8823529411765,33.3333333333333],[79.4117647058823,38.2352941176471,13.7254901960784],[106.862745098039,68.6274509803922,40.1960784313726],[95.0980392156863,54.9019607843137,25.4901960784314],[149.019607843137,106.862745098039,75.4901960784314],[124.509803921569,78.4313725490196,50.9803921568627],[130.392156862745,81.3725490196078,56.8627450980392],[112.745098039216,67.6470588235294,45.0980392156863],[91.1764705882353,50.9803921568627,31.3725490196078],[120.588235294118,88.2352941176471,69.6078431372549],[96.078431372549,65.6862745098039,48.0392156862745],[92.156862745098,57.843137254902,39.2156862745098],[48.0392156862745,11.7647058823529,0],[53.921568627451,20.5882352941176,10.7843137254902],[45.0980392156863,15.6862745098039,5.88235294117647],[20.5882352941176,0,0],[76.4705882352941,48.0392156862745,40.1960784313726],[31.3725490196078,0,0],[92.156862745098,56.8627450980392,43.1372549019608],[75.4901960784314,34.3137254901961,18.6274509803922],[83.3333333333333,39.2156862745098,20.5882352941176],[118.627450980392,72.5490196078431,52.9411764705882],[147.058823529412,102.941176470588,84.3137254901961],[63.7254901960784,25.4901960784314,10.7843137254902],[43.1372549019608,6.86274509803922,0],[34.3137254901961,3.92156862745098,0],[39.2156862745098,11.7647058823529,8.82352941176471],[40.1960784313726,16.6666666666667,12.7450980392157],[33.3333333333333,14.7058823529412,10.7843137254902],[10.7843137254902,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,7.84313725490196,3.92156862745098],[0,4.90196078431373,0],[0,1.96078431372549,0],[12.7450980392157,14.7058823529412,9.80392156862745],[17.6470588235294,19.6078431372549,14.7058823529412],[9.80392156862745,10.7843137254902,5.88235294117647],[12.7450980392157,11.7647058823529,7.84313725490196],[9.80392156862745,8.82352941176471,3.92156862745098],[19.6078431372549,16.6666666666667,7.84313725490196],[33.3333333333333,29.4117647058824,17.6470588235294],[44.1176470588235,41.1764705882353,24.5098039215686],[40.1960784313726,35.2941176470588,15.6862745098039],[54.9019607843137,50.9803921568627,26.4705882352941],[83.3333333333333,79.4117647058823,50.9803921568627],[55.8823529411765,50.9803921568627,21.5686274509804],[57.843137254902,48.0392156862745,21.5686274509804],[47.0588235294118,30.3921568627451,12.7450980392157],[47.0588235294118,26.4705882352941,7.84313725490196],[44.1176470588235,24.5098039215686,0],[93.1372549019608,78.4313725490196,38.2352941176471],[112.745098039216,100,49.0196078431373],[116.666666666667,105.882352941176,45.0980392156863],[128.43137254902,117.647058823529,52.9411764705882],[136.274509803922,126.470588235294,58.8235294117647],[109.803921568627,99.0196078431373,34.3137254901961],[119.607843137255,108.823529411765,46.078431372549],[144.117647058824,133.333333333333,72.5490196078431],[81.3725490196078,66.6666666666667,8.82352941176471],[150,135.294117647059,77.4509803921569],[202.941176470588,187.254901960784,129.411764705882],[180.392156862745,164.705882352941,105.882352941176],[212.745098039216,201.960784313725,147.058823529412],[225.490196078431,227.450980392157,179.411764705882],[200.980392156863,206.862745098039,161.764705882353],[207.843137254902,206.862745098039,161.764705882353],[171.56862745098,167.647058823529,123.529411764706],[165.686274509804,156.862745098039,114.705882352941],[157.843137254902,149.019607843137,108.823529411765],[186.274509803922,180.392156862745,147.058823529412],[237.254901960784,236.274509803922,208.823529411765],[226.470588235294,231.372549019608,211.764705882353],[230.392156862745,242.156862745098,228.43137254902],[199.019607843137,215.686274509804,207.843137254902],[130.392156862745,152.941176470588,147.058823529412],[153.921568627451,178.43137254902,172.549019607843],[157.843137254902,182.352941176471,176.470588235294],[161.764705882353,184.313725490196,176.470588235294],[181.372549019608,200,194.117647058824],[228.43137254902,237.254901960784,234.313725490196],[225.490196078431,235.294117647059,236.274509803922],[199.019607843137,219.607843137255,222.549019607843],[187.254901960784,209.803921568627,217.647058823529],[200.980392156863,216.666666666667,231.372549019608],[177.450980392157,194.117647058824,211.764705882353],[185.294117647059,207.843137254902,225.490196078431],[193.137254901961,220.588235294118,241.176470588235],[191.176470588235,225.490196078431,247.058823529412],[149.019607843137,183.333333333333,210.78431372549],[128.43137254902,163.725490196078,197.058823529412],[132.352941176471,174.509803921569,208.823529411765],[123.529411764706,176.470588235294,209.803921568627],[120.588235294118,178.43137254902,209.803921568627],[129.411764705882,178.43137254902,210.78431372549],[117.647058823529,164.705882352941,200],[120.588235294118,171.56862745098,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[122.549019607843,174.509803921569,213.725490196078],[132.352941176471,183.333333333333,222.549019607843],[133.333333333333,184.313725490196,223.529411764706],[128.43137254902,176.470588235294,216.666666666667],[142.156862745098,186.274509803922,226.470588235294],[148.039215686275,191.176470588235,229.411764705882],[150,191.176470588235,230.392156862745],[152.941176470588,191.176470588235,229.411764705882],[156.862745098039,191.176470588235,228.43137254902],[165.686274509804,199.019607843137,235.294117647059],[152.941176470588,186.274509803922,222.549019607843],[174.509803921569,209.803921568627,245.098039215686],[162.745098039216,206.862745098039,239.21568627451],[141.176470588235,190.196078431373,222.549019607843],[126.470588235294,181.372549019608,215.686274509804],[126.470588235294,177.450980392157,213.725490196078],[133.333333333333,170.588235294118,206.862745098039],[160.78431372549,191.176470588235,221.56862745098],[187.254901960784,213.725490196078,234.313725490196],[175.490196078431,198.039215686275,213.725490196078],[162.745098039216,183.333333333333,200],[181.372549019608,198.039215686275,217.647058823529],[171.56862745098,185.294117647059,211.764705882353],[161.764705882353,172.549019607843,201.960784313725],[158.823529411765,172.549019607843,198.039215686275],[173.529411764706,181.372549019608,200],[204.901960784314,200.980392156863,214.705882352941],[217.647058823529,213.725490196078,227.450980392157],[173.529411764706,178.43137254902,198.039215686275],[172.549019607843,182.352941176471,206.862745098039],[184.313725490196,194.117647058824,220.588235294118],[180.392156862745,190.196078431373,216.666666666667],[169.607843137255,179.411764705882,205.882352941176],[160.78431372549,167.647058823529,195.098039215686],[180.392156862745,187.254901960784,212.745098039216],[177.450980392157,183.333333333333,206.862745098039],[181.372549019608,186.274509803922,207.843137254902],[195.098039215686,200,218.627450980392],[219.607843137255,222.549019607843,237.254901960784],[212.745098039216,215.686274509804,224.509803921569],[245.098039215686,246.078431372549,250],[203.921568627451,202.941176470588,207.843137254902],[158.823529411765,158.823529411765,158.823529411765],[214.705882352941,210.78431372549,211.764705882353],[250,241.176470588235,246.078431372549],[250,244.117647058824,250],[249.019607843137,237.254901960784,241.176470588235],[245.098039215686,236.274509803922,239.21568627451],[244.117647058824,240.196078431373,241.176470588235],[241.176470588235,239.21568627451,240.196078431373],[176.470588235294,175.490196078431,173.529411764706],[208.823529411765,207.843137254902,205.882352941176],[215.686274509804,211.764705882353,210.78431372549],[212.745098039216,210.78431372549,211.764705882353],[204.901960784314,205.882352941176,210.78431372549],[176.470588235294,180.392156862745,191.176470588235],[175.490196078431,187.254901960784,200.980392156863],[148.039215686275,166.666666666667,183.333333333333],[157.843137254902,184.313725490196,204.901960784314],[129.411764705882,160.78431372549,181.372549019608],[145.098039215686,183.333333333333,198.039215686275],[154.901960784314,188.235294117647,198.039215686275],[184.313725490196,206.862745098039,214.705882352941],[188.235294117647,202.941176470588,207.843137254902],[166.666666666667,180.392156862745,181.372549019608],[151.960784313725,171.56862745098,172.549019607843],[130.392156862745,159.803921568627,161.764705882353],[108.823529411765,138.235294117647,146.078431372549],[139.21568627451,159.803921568627,178.43137254902],[150.980392156863,172.549019607843,196.078431372549],[163.725490196078,194.117647058824,214.705882352941],[153.921568627451,184.313725490196,201.960784313725],[146.078431372549,172.549019607843,181.372549019608],[184.313725490196,199.019607843137,203.921568627451],[232.352941176471,232.352941176471,232.352941176471],[166.666666666667,155.882352941176,150],[158.823529411765,148.039215686275,130.392156862745],[205.882352941176,194.117647058824,170.588235294118],[210.78431372549,201.960784313725,173.529411764706],[209.803921568627,200.980392156863,168.627450980392],[223.529411764706,218.627450980392,181.372549019608],[235.294117647059,231.372549019608,187.254901960784],[203.921568627451,198.039215686275,149.019607843137],[191.176470588235,183.333333333333,135.294117647059],[128.43137254902,116.666666666667,77.4509803921569],[180.392156862745,168.627450980392,131.372549019608],[186.274509803922,175.490196078431,131.372549019608],[101.960784313725,95.0980392156863,50],[143.137254901961,140.196078431373,100],[200.980392156863,200.980392156863,165.686274509804],[233.333333333333,236.274509803922,205.882352941176],[223.529411764706,220.588235294118,190.196078431373],[143.137254901961,127.450980392157,94.1176470588235],[193.137254901961,164.705882352941,131.372549019608],[175.490196078431,137.254901960784,106.862745098039],[111.764705882353,67.6470588235294,39.2156862745098],[62.7450980392157,16.6666666666667,0],[128.43137254902,82.3529411764706,56.8627450980392],[157.843137254902,113.725490196078,85.2941176470588],[137.254901960784,95.0980392156863,63.7254901960784],[127.450980392157,85.2941176470588,51.9607843137255],[101.960784313725,56.8627450980392,24.5098039215686],[92.156862745098,42.156862745098,11.7647058823529],[88.2352941176471,35.2941176470588,7.84313725490196],[125.490196078431,74.5098039215686,50.9803921568627],[94.1176470588235,49.0196078431373,26.4705882352941],[96.078431372549,58.8235294117647,36.2745098039216],[81.3725490196078,47.0588235294118,27.4509803921569],[58.8235294117647,22.5490196078431,4.90196078431373],[51.9607843137255,16.6666666666667,2.94117647058824],[71.5686274509804,38.2352941176471,28.4313725490196],[82.3529411764706,50,41.1764705882353],[54.9019607843137,25.4901960784314,15.6862745098039],[54.9019607843137,25.4901960784314,15.6862745098039],[55.8823529411765,22.5490196078431,10.7843137254902],[76.4705882352941,39.2156862745098,26.4705882352941],[96.078431372549,54.9019607843137,39.2156862745098],[86.2745098039216,44.1176470588235,27.4509803921569],[100.980392156863,58.8235294117647,42.156862745098],[120.588235294118,79.4117647058823,63.7254901960784],[73.5294117647059,38.2352941176471,26.4705882352941],[56.8627450980392,27.4509803921569,19.6078431372549],[25.4901960784314,0.980392156862745,0],[47.0588235294118,23.5294117647059,23.5294117647059],[38.2352941176471,17.6470588235294,14.7058823529412],[18.6274509803922,0,0],[69.6078431372549,54.9019607843137,51.9607843137255],[70.5882352941177,59.8039215686275,57.843137254902],[14.7058823529412,6.86274509803922,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[14.7058823529412,14.7058823529412,14.7058823529412],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[5.88235294117647,9.80392156862745,8.82352941176471],[0.980392156862745,4.90196078431373,3.92156862745098],[5.88235294117647,7.84313725490196,6.86274509803922],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[9.80392156862745,8.82352941176471,4.90196078431373],[3.92156862745098,2.94117647058824,0],[21.5686274509804,18.6274509803922,11.7647058823529],[31.3725490196078,29.4117647058824,17.6470588235294],[48.0392156862745,46.078431372549,31.3725490196078],[42.156862745098,39.2156862745098,20.5882352941176],[55.8823529411765,53.921568627451,33.3333333333333],[40.1960784313726,38.2352941176471,13.7254901960784],[79.4117647058823,78.4313725490196,50.9803921568627],[75.4901960784314,71.5686274509804,47.0588235294118],[62.7450980392157,53.921568627451,37.2549019607843],[93.1372549019608,82.3529411764706,64.7058823529412],[77.4509803921569,67.6470588235294,41.1764705882353],[73.5294117647059,68.6274509803922,31.3725490196078],[113.725490196078,109.803921568627,62.7450980392157],[94.1176470588235,92.156862745098,36.2745098039216],[126.470588235294,125.490196078431,62.7450980392157],[139.21568627451,138.235294117647,74.5098039215686],[127.450980392157,126.470588235294,62.7450980392157],[150,149.019607843137,86.2745098039216],[150,148.039215686275,88.2352941176471],[191.176470588235,186.274509803922,129.411764705882],[199.019607843137,194.117647058824,137.254901960784],[210.78431372549,204.901960784314,148.039215686275],[159.803921568627,153.921568627451,95.0980392156863],[202.941176470588,201.960784313725,147.058823529412],[220.588235294118,228.43137254902,180.392156862745],[187.254901960784,196.078431372549,153.921568627451],[185.294117647059,188.235294117647,144.117647058824],[175.490196078431,172.549019607843,130.392156862745],[155.882352941176,149.019607843137,107.843137254902],[143.137254901961,135.294117647059,99.0196078431373],[166.666666666667,161.764705882353,130.392156862745],[214.705882352941,214.705882352941,189.21568627451],[202.941176470588,209.803921568627,194.117647058824],[163.725490196078,176.470588235294,166.666666666667],[131.372549019608,151.960784313725,147.058823529412],[93.1372549019608,118.627450980392,115.686274509804],[113.725490196078,142.156862745098,138.235294117647],[129.411764705882,159.803921568627,154.901960784314],[176.470588235294,204.901960784314,200],[190.196078431373,211.764705882353,208.823529411765],[213.725490196078,225.490196078431,225.490196078431],[181.372549019608,189.21568627451,191.176470588235],[144.117647058824,159.803921568627,158.823529411765],[162.745098039216,180.392156862745,184.313725490196],[165.686274509804,179.411764705882,192.156862745098],[181.372549019608,199.019607843137,218.627450980392],[148.039215686275,181.372549019608,207.843137254902],[150.980392156863,194.117647058824,222.549019607843],[151.960784313725,197.058823529412,229.411764705882],[146.078431372549,189.21568627451,223.529411764706],[140.196078431373,178.43137254902,210.78431372549],[136.274509803922,174.509803921569,204.901960784314],[153.921568627451,200,225.490196078431],[150.980392156863,200,224.509803921569],[123.529411764706,167.647058823529,196.078431372549],[124.509803921569,169.607843137255,201.960784313725],[120.588235294118,171.56862745098,207.843137254902],[117.647058823529,172.549019607843,208.823529411765],[118.627450980392,173.529411764706,209.803921568627],[122.549019607843,175.490196078431,212.745098039216],[133.333333333333,185.294117647059,224.509803921569],[148.039215686275,199.019607843137,238.235294117647],[149.019607843137,200,239.21568627451],[140.196078431373,188.235294117647,228.43137254902],[138.235294117647,184.313725490196,225.490196078431],[150.980392156863,195.098039215686,235.294117647059],[144.117647058824,186.274509803922,227.450980392157],[145.098039215686,186.274509803922,225.490196078431],[152.941176470588,191.176470588235,231.372549019608],[163.725490196078,200.980392156863,239.21568627451],[154.901960784314,189.21568627451,228.43137254902],[166.666666666667,200.980392156863,238.235294117647],[166.666666666667,200.980392156863,238.235294117647],[136.274509803922,178.43137254902,212.745098039216],[140.196078431373,192.156862745098,225.490196078431],[140.196078431373,187.254901960784,222.549019607843],[140.196078431373,173.529411764706,209.803921568627],[189.21568627451,213.725490196078,244.117647058824],[214.705882352941,236.274509803922,250],[181.372549019608,201.960784313725,220.588235294118],[175.490196078431,194.117647058824,210.78431372549],[165.686274509804,183.333333333333,202.941176470588],[185.294117647059,200.980392156863,225.490196078431],[176.470588235294,196.078431372549,219.607843137255],[160.78431372549,187.254901960784,203.921568627451],[162.745098039216,186.274509803922,198.039215686275],[175.490196078431,184.313725490196,191.176470588235],[209.803921568627,212.745098039216,219.607843137255],[198.039215686275,201.960784313725,213.725490196078],[184.313725490196,190.196078431373,205.882352941176],[166.666666666667,171.56862745098,190.196078431373],[157.843137254902,159.803921568627,180.392156862745],[170.588235294118,172.549019607843,193.137254901961],[181.372549019608,183.333333333333,205.882352941176],[201.960784313725,203.921568627451,224.509803921569],[186.274509803922,188.235294117647,208.823529411765],[186.274509803922,187.254901960784,206.862745098039],[203.921568627451,204.901960784314,222.549019607843],[216.666666666667,215.686274509804,229.411764705882],[196.078431372549,194.117647058824,204.901960784314],[214.705882352941,213.725490196078,219.607843137255],[185.294117647059,183.333333333333,186.274509803922],[188.235294117647,187.254901960784,185.294117647059],[224.509803921569,218.627450980392,218.627450980392],[214.705882352941,198.039215686275,203.921568627451],[244.117647058824,223.529411764706,230.392156862745],[250,237.254901960784,244.117647058824],[250,244.117647058824,249.019607843137],[250,249.019607843137,250],[245.098039215686,245.098039215686,245.098039215686],[183.333333333333,185.294117647059,182.352941176471],[177.450980392157,179.411764705882,176.470588235294],[202.941176470588,202.941176470588,200.980392156863],[201.960784313725,203.921568627451,202.941176470588],[201.960784313725,205.882352941176,208.823529411765],[159.803921568627,166.666666666667,174.509803921569],[150,163.725490196078,176.470588235294],[157.843137254902,175.490196078431,195.098039215686],[191.176470588235,216.666666666667,239.21568627451],[140.196078431373,171.56862745098,194.117647058824],[137.254901960784,179.411764705882,196.078431372549],[134.313725490196,172.549019607843,187.254901960784],[166.666666666667,185.294117647059,199.019607843137],[185.294117647059,200,206.862745098039],[168.627450980392,186.274509803922,186.274509803922],[147.058823529412,166.666666666667,165.686274509804],[138.235294117647,158.823529411765,161.764705882353],[135.294117647059,158.823529411765,168.627450980392],[138.235294117647,168.627450980392,186.274509803922],[122.549019607843,156.862745098039,178.43137254902],[100.980392156863,132.352941176471,156.862745098039],[94.1176470588235,125.490196078431,148.039215686275],[149.019607843137,182.352941176471,194.117647058824],[177.450980392157,201.960784313725,206.862745098039],[175.490196078431,181.372549019608,181.372549019608],[201.960784313725,200.980392156863,196.078431372549],[146.078431372549,148.039215686275,137.254901960784],[173.529411764706,176.470588235294,157.843137254902],[146.078431372549,144.117647058824,119.607843137255],[186.274509803922,180.392156862745,149.019607843137],[207.843137254902,195.098039215686,161.764705882353],[231.372549019608,216.666666666667,184.313725490196],[250,248.039215686275,222.549019607843],[219.607843137255,204.901960784314,176.470588235294],[171.56862745098,162.745098039216,122.549019607843],[164.705882352941,160.78431372549,113.725490196078],[204.901960784314,204.901960784314,155.882352941176],[230.392156862745,233.333333333333,181.372549019608],[145.098039215686,148.039215686275,94.1176470588235],[157.843137254902,158.823529411765,102.941176470588],[138.235294117647,137.254901960784,82.3529411764706],[196.078431372549,186.274509803922,136.274509803922],[201.960784313725,178.43137254902,135.294117647059],[225.490196078431,188.235294117647,151.960784313725],[157.843137254902,109.803921568627,77.4509803921569],[137.254901960784,85.2941176470588,53.921568627451],[102.941176470588,49.0196078431373,18.6274509803922],[84.3137254901961,30.3921568627451,0],[115.686274509804,66.6666666666667,32.3529411764706],[123.529411764706,76.4705882352941,41.1764705882353],[100,52.9411764705882,15.6862745098039],[88.2352941176471,37.2549019607843,0.980392156862745],[98.0392156862745,40.1960784313726,6.86274509803922],[82.3529411764706,22.5490196078431,0],[138.235294117647,80.3921568627451,50.9803921568627],[128.43137254902,75.4901960784314,48.0392156862745],[101.960784313725,57.843137254902,29.4117647058824],[97.0588235294118,57.843137254902,32.3529411764706],[43.1372549019608,4.90196078431373,0],[63.7254901960784,26.4705882352941,13.7254901960784],[114.705882352941,79.4117647058823,67.6470588235294],[71.5686274509804,38.2352941176471,28.4313725490196],[38.2352941176471,4.90196078431373,0],[42.156862745098,8.82352941176471,0],[75.4901960784314,38.2352941176471,25.4901960784314],[86.2745098039216,48.0392156862745,33.3333333333333],[61.7647058823529,20.5882352941176,4.90196078431373],[77.4509803921569,35.2941176470588,18.6274509803922],[96.078431372549,54.9019607843137,39.2156862745098],[83.3333333333333,46.078431372549,33.3333333333333],[80.3921568627451,48.0392156862745,39.2156862745098],[63.7254901960784,35.2941176470588,31.3725490196078],[33.3333333333333,9.80392156862745,9.80392156862745],[37.2549019607843,17.6470588235294,18.6274509803922],[44.1176470588235,24.5098039215686,23.5294117647059],[15.6862745098039,0,0],[28.4313725490196,14.7058823529412,13.7254901960784],[21.5686274509804,11.7647058823529,9.80392156862745],[5.88235294117647,0.980392156862745,0],[11.7647058823529,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[31.3725490196078,31.3725490196078,31.3725490196078],[10.7843137254902,10.7843137254902,12.7450980392157],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,1.96078431372549],[0,0.980392156862745,1.96078431372549],[2.94117647058824,6.86274509803922,7.84313725490196],[15.6862745098039,16.6666666666667,18.6274509803922],[3.92156862745098,5.88235294117647,4.90196078431373],[10.7843137254902,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,8.82352941176471],[19.6078431372549,16.6666666666667,11.7647058823529],[21.5686274509804,18.6274509803922,11.7647058823529],[29.4117647058824,27.4509803921569,15.6862745098039],[45.0980392156863,43.1372549019608,28.4313725490196],[59.8039215686275,58.8235294117647,41.1764705882353],[74.5098039215686,76.4705882352941,55.8823529411765],[73.5294117647059,75.4901960784314,53.921568627451],[28.4313725490196,27.4509803921569,6.86274509803922],[64.7058823529412,61.7647058823529,45.0980392156863],[84.3137254901961,81.3725490196078,62.7450980392157],[90.1960784313725,90.1960784313725,64.7058823529412],[81.3725490196078,82.3529411764706,49.0196078431373],[86.2745098039216,89.2156862745098,47.0588235294118],[101.960784313725,105.882352941176,56.8627450980392],[100.980392156863,105.882352941176,52.9411764705882],[94.1176470588235,99.0196078431373,42.156862745098],[134.313725490196,139.21568627451,82.3529411764706],[143.137254901961,148.039215686275,93.1372549019608],[150.980392156863,155.882352941176,100.980392156863],[195.098039215686,200,147.058823529412],[220.588235294118,223.529411764706,171.56862745098],[178.43137254902,181.372549019608,127.450980392157],[153.921568627451,156.862745098039,102.941176470588],[163.725490196078,170.588235294118,119.607843137255],[198.039215686275,210.78431372549,167.647058823529],[173.529411764706,188.235294117647,148.039215686275],[182.352941176471,191.176470588235,149.019607843137],[248.039215686275,250,210.78431372549],[216.666666666667,214.705882352941,176.470588235294],[196.078431372549,193.137254901961,158.823529411765],[229.411764705882,228.43137254902,199.019607843137],[235.294117647059,239.21568627451,216.666666666667],[226.470588235294,237.254901960784,223.529411764706],[121.56862745098,138.235294117647,130.392156862745],[131.372549019608,156.862745098039,153.921568627451],[114.705882352941,146.078431372549,145.098039215686],[143.137254901961,176.470588235294,177.450980392157],[145.098039215686,180.392156862745,180.392156862745],[120.588235294118,155.882352941176,153.921568627451],[124.509803921569,154.901960784314,156.862745098039],[179.411764705882,201.960784313725,207.843137254902],[202.941176470588,221.56862745098,228.43137254902],[154.901960784314,175.490196078431,178.43137254902],[170.588235294118,189.21568627451,193.137254901961],[200,211.764705882353,223.529411764706],[210.78431372549,227.450980392157,245.098039215686],[188.235294117647,221.56862745098,246.078431372549],[149.019607843137,192.156862745098,218.627450980392],[122.549019607843,166.666666666667,197.058823529412],[125.490196078431,167.647058823529,199.019607843137],[153.921568627451,187.254901960784,214.705882352941],[199.019607843137,232.352941176471,250],[192.156862745098,236.274509803922,250],[150.980392156863,200,222.549019607843],[139.21568627451,187.254901960784,216.666666666667],[135.294117647059,187.254901960784,218.627450980392],[112.745098039216,165.686274509804,200.980392156863],[113.725490196078,168.627450980392,202.941176470588],[114.705882352941,169.607843137255,203.921568627451],[115.686274509804,170.588235294118,204.901960784314],[121.56862745098,176.470588235294,212.745098039216],[132.352941176471,185.294117647059,222.549019607843],[132.352941176471,185.294117647059,222.549019607843],[122.549019607843,173.529411764706,211.764705882353],[134.313725490196,182.352941176471,221.56862745098],[144.117647058824,191.176470588235,230.392156862745],[145.098039215686,189.21568627451,229.411764705882],[150,193.137254901961,231.372549019608],[142.156862745098,183.333333333333,222.549019607843],[158.823529411765,197.058823529412,237.254901960784],[166.666666666667,203.921568627451,242.156862745098],[171.56862745098,205.882352941176,245.098039215686],[186.274509803922,217.647058823529,250],[161.764705882353,196.078431372549,233.333333333333],[150.980392156863,199.019607843137,230.392156862745],[141.176470588235,187.254901960784,216.666666666667],[158.823529411765,189.21568627451,219.607843137255],[200.980392156863,221.56862745098,250],[200,219.607843137255,244.117647058824],[180.392156862745,200,223.529411764706],[188.235294117647,208.823529411765,229.411764705882],[155.882352941176,176.470588235294,197.058823529412],[192.156862745098,213.725490196078,234.313725490196],[171.56862745098,198.039215686275,216.666666666667],[158.823529411765,196.078431372549,206.862745098039],[200,236.274509803922,242.156862745098],[190.196078431373,208.823529411765,214.705882352941],[186.274509803922,193.137254901961,199.019607843137],[187.254901960784,192.156862745098,198.039215686275],[197.058823529412,200,206.862745098039],[181.372549019608,181.372549019608,191.176470588235],[172.549019607843,172.549019607843,184.313725490196],[191.176470588235,190.196078431373,203.921568627451],[183.333333333333,180.392156862745,197.058823529412],[195.098039215686,192.156862745098,208.823529411765],[203.921568627451,200.980392156863,217.647058823529],[200,197.058823529412,213.725490196078],[200,196.078431372549,210.78431372549],[196.078431372549,193.137254901961,203.921568627451],[243.137254901961,238.235294117647,245.098039215686],[223.529411764706,218.627450980392,224.509803921569],[210.78431372549,206.862745098039,207.843137254902],[222.549019607843,218.627450980392,217.647058823529],[231.372549019608,221.56862745098,222.549019607843],[216.666666666667,196.078431372549,202.941176470588],[215.686274509804,193.137254901961,202.941176470588],[250,244.117647058824,250],[250,246.078431372549,250],[247.058823529412,243.137254901961,244.117647058824],[239.21568627451,241.176470588235,240.196078431373],[204.901960784314,209.803921568627,205.882352941176],[198.039215686275,202.941176470588,199.019607843137],[207.843137254902,209.803921568627,206.862745098039],[156.862745098039,160.78431372549,159.803921568627],[187.254901960784,192.156862745098,195.098039215686],[204.901960784314,213.725490196078,220.588235294118],[148.039215686275,161.764705882353,174.509803921569],[133.333333333333,151.960784313725,168.627450980392],[139.21568627451,163.725490196078,185.294117647059],[134.313725490196,165.686274509804,188.235294117647],[128.43137254902,169.607843137255,191.176470588235],[115.686274509804,155.882352941176,173.529411764706],[123.529411764706,149.019607843137,163.725490196078],[174.509803921569,193.137254901961,200],[204.901960784314,222.549019607843,224.509803921569],[179.411764705882,197.058823529412,197.058823529412],[159.803921568627,177.450980392157,181.372549019608],[161.764705882353,183.333333333333,194.117647058824],[122.549019607843,157.843137254902,173.529411764706],[107.843137254902,148.039215686275,169.607843137255],[124.509803921569,160.78431372549,186.274509803922],[129.411764705882,166.666666666667,189.21568627451],[82.3529411764706,119.607843137255,132.352941176471],[70.5882352941177,99.0196078431373,104.901960784314],[195.098039215686,208.823529411765,208.823529411765],[239.21568627451,248.039215686275,243.137254901961],[233.333333333333,246.078431372549,237.254901960784],[220.588235294118,232.352941176471,220.588235294118],[168.627450980392,175.490196078431,159.803921568627],[138.235294117647,140.196078431373,119.607843137255],[125.490196078431,119.607843137255,96.078431372549],[190.196078431373,179.411764705882,157.843137254902],[250,236.274509803922,220.588235294118],[224.509803921569,210.78431372549,184.313725490196],[213.725490196078,206.862745098039,153.921568627451],[213.725490196078,209.803921568627,147.058823529412],[196.078431372549,196.078431372549,137.254901960784],[210.78431372549,209.803921568627,153.921568627451],[157.843137254902,157.843137254902,99.0196078431373],[118.627450980392,118.627450980392,57.843137254902],[162.745098039216,161.764705882353,98.0392156862745],[162.745098039216,150.980392156863,92.156862745098],[146.078431372549,115.686274509804,69.6078431372549],[203.921568627451,160.78431372549,122.549019607843],[143.137254901961,92.156862745098,55.8823529411765],[133.333333333333,75.4901960784314,42.156862745098],[121.56862745098,62.7450980392157,29.4117647058824],[126.470588235294,69.6078431372549,33.3333333333333],[128.43137254902,75.4901960784314,38.2352941176471],[157.843137254902,106.862745098039,68.6274509803922],[112.745098039216,61.7647058823529,23.5294117647059],[100,47.0588235294118,9.80392156862745],[140.196078431373,81.3725490196078,48.0392156862745],[146.078431372549,84.3137254901961,51.9607843137255],[187.254901960784,127.450980392157,97.0588235294118],[146.078431372549,90.1960784313725,60.7843137254902],[135.294117647059,87.2549019607843,54.9019607843137],[129.411764705882,86.2745098039216,57.843137254902],[81.3725490196078,44.1176470588235,25.4901960784314],[45.0980392156863,7.84313725490196,0],[74.5098039215686,37.2549019607843,24.5098039215686],[83.3333333333333,48.0392156862745,34.3137254901961],[71.5686274509804,36.2745098039216,22.5490196078431],[44.1176470588235,8.82352941176471,0],[62.7450980392157,26.4705882352941,10.7843137254902],[78.4313725490196,40.1960784313726,23.5294117647059],[48.0392156862745,6.86274509803922,0],[51.9607843137255,10.7843137254902,0],[68.6274509803922,30.3921568627451,15.6862745098039],[49.0196078431373,13.7254901960784,1.96078431372549],[83.3333333333333,53.921568627451,46.078431372549],[59.8039215686275,35.2941176470588,31.3725490196078],[50,30.3921568627451,29.4117647058824],[42.156862745098,24.5098039215686,24.5098039215686],[34.3137254901961,16.6666666666667,16.6666666666667],[29.4117647058824,14.7058823529412,11.7647058823529],[13.7254901960784,2.94117647058824,0.980392156862745],[8.82352941176471,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0,1.96078431372549,5.88235294117647],[4.90196078431373,8.82352941176471,11.7647058823529],[0,2.94117647058824,5.88235294117647],[10.7843137254902,11.7647058823529,15.6862745098039],[9.80392156862745,9.80392156862745,11.7647058823529],[1.96078431372549,0,0.980392156862745],[43.1372549019608,42.156862745098,40.1960784313726],[21.5686274509804,20.5882352941176,16.6666666666667],[26.4705882352941,25.4901960784314,20.5882352941176],[34.3137254901961,34.3137254901961,24.5098039215686],[39.2156862745098,39.2156862745098,27.4509803921569],[4.90196078431373,5.88235294117647,0],[49.0196078431373,51.9607843137255,35.2941176470588],[51.9607843137255,54.9019607843137,36.2745098039216],[64.7058823529412,67.6470588235294,49.0196078431373],[66.6666666666667,71.5686274509804,51.9607843137255],[55.8823529411765,60.7843137254902,39.2156862745098],[34.3137254901961,39.2156862745098,16.6666666666667],[61.7647058823529,67.6470588235294,40.1960784313726],[71.5686274509804,78.4313725490196,46.078431372549],[70.5882352941177,78.4313725490196,42.156862745098],[89.2156862745098,97.0588235294118,58.8235294117647],[94.1176470588235,101.960784313725,61.7647058823529],[95.0980392156863,102.941176470588,62.7450980392157],[104.901960784314,112.745098039216,72.5490196078431],[86.2745098039216,94.1176470588235,53.921568627451],[99.0196078431373,107.843137254902,65.6862745098039],[100,108.823529411765,66.6666666666667],[81.3725490196078,90.1960784313725,46.078431372549],[120.588235294118,132.352941176471,83.3333333333333],[154.901960784314,170.588235294118,124.509803921569],[109.803921568627,131.372549019608,93.1372549019608],[80.3921568627451,101.960784313725,66.6666666666667],[105.882352941176,121.56862745098,85.2941176470588],[159.803921568627,171.56862745098,134.313725490196],[194.117647058824,200,164.705882352941],[194.117647058824,199.019607843137,167.647058823529],[224.509803921569,230.392156862745,204.901960784314],[235.294117647059,244.117647058824,225.490196078431],[223.529411764706,240.196078431373,230.392156862745],[176.470588235294,200.980392156863,197.058823529412],[180.392156862745,213.725490196078,214.705882352941],[151.960784313725,190.196078431373,195.098039215686],[123.529411764706,166.666666666667,169.607843137255],[101.960784313725,146.078431372549,149.019607843137],[84.3137254901961,128.43137254902,131.372549019608],[89.2156862745098,133.333333333333,139.21568627451],[104.901960784314,147.058823529412,165.686274509804],[112.745098039216,150,172.549019607843],[127.450980392157,162.745098039216,176.470588235294],[144.117647058824,170.588235294118,181.372549019608],[178.43137254902,191.176470588235,200],[235.294117647059,247.058823529412,250],[227.450980392157,249.019607843137,250],[210.78431372549,238.235294117647,250],[160.78431372549,189.21568627451,204.901960784314],[154.901960784314,181.372549019608,200],[221.56862745098,243.137254901961,250],[209.803921568627,237.254901960784,250],[147.058823529412,191.176470588235,213.725490196078],[134.313725490196,189.21568627451,215.686274509804],[121.56862745098,182.352941176471,218.627450980392],[131.372549019608,192.156862745098,230.392156862745],[113.725490196078,172.549019607843,205.882352941176],[115.686274509804,173.529411764706,204.901960784314],[120.588235294118,178.43137254902,209.803921568627],[122.549019607843,177.450980392157,209.803921568627],[118.627450980392,173.529411764706,207.843137254902],[121.56862745098,176.470588235294,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[118.627450980392,171.56862745098,208.823529411765],[127.450980392157,178.43137254902,216.666666666667],[143.137254901961,192.156862745098,228.43137254902],[145.098039215686,192.156862745098,229.411764705882],[140.196078431373,184.313725490196,222.549019607843],[141.176470588235,184.313725490196,222.549019607843],[147.058823529412,188.235294117647,225.490196078431],[149.019607843137,190.196078431373,227.450980392157],[154.901960784314,192.156862745098,230.392156862745],[159.803921568627,188.235294117647,227.450980392157],[155.882352941176,189.21568627451,225.490196078431],[141.176470588235,187.254901960784,212.745098039216],[154.901960784314,200,222.549019607843],[187.254901960784,218.627450980392,241.176470588235],[187.254901960784,210.78431372549,236.274509803922],[186.274509803922,206.862745098039,235.294117647059],[206.862745098039,227.450980392157,250],[190.196078431373,213.725490196078,239.21568627451],[170.588235294118,196.078431372549,218.627450980392],[174.509803921569,202.941176470588,220.588235294118],[162.745098039216,198.039215686275,211.764705882353],[146.078431372549,192.156862745098,198.039215686275],[150.980392156863,195.098039215686,200],[153.921568627451,180.392156862745,191.176470588235],[163.725490196078,176.470588235294,185.294117647059],[182.352941176471,186.274509803922,187.254901960784],[202.941176470588,201.960784313725,200],[180.392156862745,176.470588235294,177.450980392157],[200.980392156863,196.078431372549,200],[194.117647058824,189.21568627451,195.098039215686],[197.058823529412,190.196078431373,198.039215686275],[186.274509803922,178.43137254902,189.21568627451],[177.450980392157,166.666666666667,180.392156862745],[210.78431372549,200,213.725490196078],[196.078431372549,186.274509803922,197.058823529412],[209.803921568627,200,208.823529411765],[232.352941176471,221.56862745098,229.411764705882],[248.039215686275,237.254901960784,243.137254901961],[238.235294117647,226.470588235294,230.392156862745],[224.509803921569,212.745098039216,214.705882352941],[215.686274509804,200.980392156863,203.921568627451],[222.549019607843,200,209.803921568627],[228.43137254902,204.901960784314,217.647058823529],[250,239.21568627451,249.019607843137],[237.254901960784,226.470588235294,234.313725490196],[214.705882352941,209.803921568627,213.725490196078],[211.764705882353,211.764705882353,211.764705882353],[240.196078431373,242.156862745098,239.21568627451],[223.529411764706,228.43137254902,224.509803921569],[194.117647058824,199.019607843137,195.098039215686],[167.647058823529,171.56862745098,170.588235294118],[184.313725490196,189.21568627451,192.156862745098],[216.666666666667,223.529411764706,231.372549019608],[192.156862745098,203.921568627451,215.686274509804],[155.882352941176,172.549019607843,190.196078431373],[133.333333333333,154.901960784314,177.450980392157],[140.196078431373,169.607843137255,195.098039215686],[122.549019607843,160.78431372549,189.21568627451],[126.470588235294,165.686274509804,191.176470588235],[109.803921568627,145.098039215686,160.78431372549],[140.196078431373,166.666666666667,177.450980392157],[177.450980392157,190.196078431373,196.078431372549],[146.078431372549,154.901960784314,159.803921568627],[159.803921568627,176.470588235294,183.333333333333],[131.372549019608,154.901960784314,164.705882352941],[112.745098039216,143.137254901961,160.78431372549],[130.392156862745,170.588235294118,192.156862745098],[110.78431372549,160.78431372549,181.372549019608],[109.803921568627,155.882352941176,175.490196078431],[137.254901960784,169.607843137255,184.313725490196],[171.56862745098,198.039215686275,204.901960784314],[180.392156862745,201.960784313725,200],[119.607843137255,140.196078431373,133.333333333333],[154.901960784314,174.509803921569,165.686274509804],[233.333333333333,250,244.117647058824],[227.450980392157,243.137254901961,243.137254901961],[229.411764705882,243.137254901961,243.137254901961],[193.137254901961,203.921568627451,196.078431372549],[194.117647058824,200,186.274509803922],[236.274509803922,236.274509803922,212.745098039216],[197.058823529412,195.098039215686,148.039215686275],[196.078431372549,190.196078431373,113.725490196078],[199.019607843137,192.156862745098,105.882352941176],[184.313725490196,172.549019607843,101.960784313725],[91.1764705882353,80.3921568627451,19.6078431372549],[206.862745098039,196.078431372549,141.176470588235],[150,143.137254901961,89.2156862745098],[200,198.039215686275,142.156862745098],[129.411764705882,118.627450980392,65.6862745098039],[129.411764705882,97.0588235294118,52.9411764705882],[218.627450980392,171.56862745098,134.313725490196],[203.921568627451,149.019607843137,112.745098039216],[172.549019607843,113.725490196078,78.4313725490196],[110.78431372549,49.0196078431373,14.7058823529412],[105.882352941176,47.0588235294118,11.7647058823529],[148.039215686275,95.0980392156863,57.843137254902],[155.882352941176,104.901960784314,66.6666666666667],[116.666666666667,65.6862745098039,29.4117647058824],[130.392156862745,75.4901960784314,41.1764705882353],[194.117647058824,132.352941176471,101.960784313725],[195.098039215686,131.372549019608,101.960784313725],[174.509803921569,111.764705882353,84.3137254901961],[135.294117647059,79.4117647058823,50],[103.921568627451,54.9019607843137,22.5490196078431],[112.745098039216,68.6274509803922,40.1960784313726],[93.1372549019608,52.9411764705882,33.3333333333333],[62.7450980392157,24.5098039215686,9.80392156862745],[51.9607843137255,13.7254901960784,0],[70.5882352941177,34.3137254901961,18.6274509803922],[84.3137254901961,48.0392156862745,32.3529411764706],[78.4313725490196,42.156862745098,26.4705882352941],[73.5294117647059,35.2941176470588,20.5882352941176],[73.5294117647059,35.2941176470588,18.6274509803922],[84.3137254901961,46.078431372549,29.4117647058824],[61.7647058823529,25.4901960784314,9.80392156862745],[42.156862745098,6.86274509803922,0],[23.5294117647059,0,0],[19.6078431372549,0,0],[56.8627450980392,33.3333333333333,29.4117647058824],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,12.7450980392157,12.7450980392157],[20.5882352941176,4.90196078431373,4.90196078431373],[18.6274509803922,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,10.7843137254902],[0,1.96078431372549,7.84313725490196],[2.94117647058824,5.88235294117647,12.7450980392157],[0,2.94117647058824,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[39.2156862745098,38.2352941176471,36.2745098039216],[22.5490196078431,21.5686274509804,17.6470588235294],[44.1176470588235,43.1372549019608,38.2352941176471],[19.6078431372549,19.6078431372549,11.7647058823529],[3.92156862745098,5.88235294117647,0],[31.3725490196078,33.3333333333333,20.5882352941176],[12.7450980392157,16.6666666666667,1.96078431372549],[49.0196078431373,52.9411764705882,36.2745098039216],[69.6078431372549,76.4705882352941,58.8235294117647],[31.3725490196078,39.2156862745098,18.6274509803922],[30.3921568627451,39.2156862745098,18.6274509803922],[50.9803921568627,60.7843137254902,37.2549019607843],[26.4705882352941,36.2745098039216,12.7450980392157],[44.1176470588235,53.921568627451,30.3921568627451],[72.5490196078431,82.3529411764706,57.843137254902],[92.156862745098,101.960784313725,77.4509803921569],[35.2941176470588,45.0980392156863,20.5882352941176],[96.078431372549,105.882352941176,79.4117647058823],[117.647058823529,127.450980392157,100.980392156863],[134.313725490196,145.098039215686,115.686274509804],[113.725490196078,124.509803921569,93.1372549019608],[62.7450980392157,73.5294117647059,40.1960784313726],[106.862745098039,118.627450980392,81.3725490196078],[142.156862745098,156.862745098039,116.666666666667],[171.56862745098,189.21568627451,150],[102.941176470588,129.411764705882,95.0980392156863],[63.7254901960784,93.1372549019608,59.8039215686275],[65.6862745098039,89.2156862745098,55.8823529411765],[130.392156862745,147.058823529412,113.725490196078],[173.529411764706,184.313725490196,152.941176470588],[224.509803921569,235.294117647059,205.882352941176],[241.176470588235,250,229.411764705882],[148.039215686275,164.705882352941,147.058823529412],[122.549019607843,145.098039215686,137.254901960784],[141.176470588235,172.549019607843,169.607843137255],[157.843137254902,197.058823529412,199.019607843137],[106.862745098039,150.980392156863,156.862745098039],[134.313725490196,182.352941176471,187.254901960784],[135.294117647059,185.294117647059,189.21568627451],[72.5490196078431,122.549019607843,126.470588235294],[91.1764705882353,140.196078431373,150.980392156863],[93.1372549019608,140.196078431373,162.745098039216],[100,145.098039215686,170.588235294118],[111.764705882353,153.921568627451,172.549019607843],[136.274509803922,168.627450980392,183.333333333333],[172.549019607843,190.196078431373,203.921568627451],[205.882352941176,217.647058823529,229.411764705882],[195.098039215686,211.764705882353,219.607843137255],[213.725490196078,233.333333333333,242.156862745098],[232.352941176471,250,250],[210.78431372549,232.352941176471,245.098039215686],[222.549019607843,243.137254901961,250],[212.745098039216,240.196078431373,250],[139.21568627451,186.274509803922,208.823529411765],[116.666666666667,175.490196078431,202.941176470588],[107.843137254902,168.627450980392,204.901960784314],[101.960784313725,162.745098039216,200.980392156863],[116.666666666667,176.470588235294,206.862745098039],[112.745098039216,171.56862745098,199.019607843137],[111.764705882353,170.588235294118,198.039215686275],[111.764705882353,169.607843137255,199.019607843137],[111.764705882353,169.607843137255,199.019607843137],[119.607843137255,174.509803921569,206.862745098039],[123.529411764706,178.43137254902,210.78431372549],[121.56862745098,176.470588235294,210.78431372549],[120.588235294118,173.529411764706,208.823529411765],[124.509803921569,175.490196078431,211.764705882353],[125.490196078431,174.509803921569,210.78431372549],[132.352941176471,179.411764705882,214.705882352941],[147.058823529412,192.156862745098,227.450980392157],[144.117647058824,187.254901960784,223.529411764706],[138.235294117647,181.372549019608,217.647058823529],[147.058823529412,186.274509803922,221.56862745098],[146.078431372549,179.411764705882,216.666666666667],[149.019607843137,184.313725490196,217.647058823529],[141.176470588235,188.235294117647,207.843137254902],[143.137254901961,189.21568627451,204.901960784314],[176.470588235294,210.78431372549,229.411764705882],[193.137254901961,220.588235294118,242.156862745098],[174.509803921569,199.019607843137,228.43137254902],[171.56862745098,196.078431372549,226.470588235294],[175.490196078431,201.960784313725,231.372549019608],[169.607843137255,199.019607843137,226.470588235294],[167.647058823529,200,218.627450980392],[149.019607843137,188.235294117647,200],[132.352941176471,182.352941176471,186.274509803922],[142.156862745098,188.235294117647,196.078431372549],[150,178.43137254902,194.117647058824],[146.078431372549,161.764705882353,174.509803921569],[176.470588235294,180.392156862745,179.411764705882],[229.411764705882,226.470588235294,219.607843137255],[210.78431372549,207.843137254902,202.941176470588],[208.823529411765,203.921568627451,200.980392156863],[202.941176470588,194.117647058824,195.098039215686],[208.823529411765,200,202.941176470588],[210.78431372549,200,205.882352941176],[182.352941176471,169.607843137255,178.43137254902],[209.803921568627,197.058823529412,205.882352941176],[210.78431372549,195.098039215686,204.901960784314],[201.960784313725,187.254901960784,194.117647058824],[227.450980392157,212.745098039216,219.607843137255],[234.313725490196,217.647058823529,223.529411764706],[238.235294117647,221.56862745098,227.450980392157],[224.509803921569,208.823529411765,211.764705882353],[222.549019607843,203.921568627451,209.803921568627],[224.509803921569,199.019607843137,209.803921568627],[235.294117647059,211.764705882353,224.509803921569],[250,244.117647058824,250],[229.411764705882,218.627450980392,226.470588235294],[178.43137254902,173.529411764706,177.450980392157],[209.803921568627,209.803921568627,209.803921568627],[237.254901960784,239.21568627451,236.274509803922],[215.686274509804,217.647058823529,214.705882352941],[201.960784313725,203.921568627451,199.019607843137],[163.725490196078,168.627450980392,164.705882352941],[168.627450980392,172.549019607843,173.529411764706],[174.509803921569,181.372549019608,187.254901960784],[167.647058823529,177.450980392157,187.254901960784],[163.725490196078,179.411764705882,194.117647058824],[162.745098039216,183.333333333333,201.960784313725],[150.980392156863,176.470588235294,200.980392156863],[123.529411764706,157.843137254902,187.254901960784],[111.764705882353,150,178.43137254902],[124.509803921569,161.764705882353,180.392156862745],[139.21568627451,168.627450980392,179.411764705882],[184.313725490196,197.058823529412,205.882352941176],[168.627450980392,175.490196078431,183.333333333333],[125.490196078431,140.196078431373,147.058823529412],[93.1372549019608,114.705882352941,125.490196078431],[101.960784313725,134.313725490196,149.019607843137],[92.156862745098,134.313725490196,150.980392156863],[90.1960784313725,140.196078431373,158.823529411765],[98.0392156862745,146.078431372549,160.78431372549],[124.509803921569,157.843137254902,169.607843137255],[136.274509803922,164.705882352941,170.588235294118],[104.901960784314,135.294117647059,130.392156862745],[65.6862745098039,96.078431372549,88.2352941176471],[100,128.43137254902,124.509803921569],[87.2549019607843,112.745098039216,111.764705882353],[133.333333333333,158.823529411765,157.843137254902],[158.823529411765,180.392156862745,178.43137254902],[212.745098039216,232.352941176471,221.56862745098],[243.137254901961,250,236.274509803922],[248.039215686275,250,222.549019607843],[219.607843137255,218.627450980392,171.56862745098],[193.137254901961,188.235294117647,121.56862745098],[190.196078431373,181.372549019608,105.882352941176],[147.058823529412,132.352941176471,64.7058823529412],[121.56862745098,105.882352941176,45.0980392156863],[196.078431372549,181.372549019608,125.490196078431],[167.647058823529,154.901960784314,100.980392156863],[118.627450980392,109.803921568627,55.8823529411765],[42.156862745098,24.5098039215686,0],[121.56862745098,87.2549019607843,48.0392156862745],[213.725490196078,166.666666666667,131.372549019608],[195.098039215686,142.156862745098,108.823529411765],[184.313725490196,125.490196078431,92.156862745098],[168.627450980392,109.803921568627,76.4705882352941],[123.529411764706,65.6862745098039,32.3529411764706],[120.588235294118,69.6078431372549,33.3333333333333],[144.117647058824,97.0588235294118,61.7647058823529],[109.803921568627,61.7647058823529,29.4117647058824],[128.43137254902,78.4313725490196,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[130.392156862745,69.6078431372549,45.0980392156863],[156.862745098039,98.0392156862745,72.5490196078431],[109.803921568627,56.8627450980392,29.4117647058824],[92.156862745098,46.078431372549,16.6666666666667],[120.588235294118,80.3921568627451,52.9411764705882],[132.352941176471,92.156862745098,72.5490196078431],[102.941176470588,64.7058823529412,48.0392156862745],[62.7450980392157,24.5098039215686,7.84313725490196],[36.2745098039216,0,0],[80.3921568627451,42.156862745098,27.4509803921569],[108.823529411765,72.5490196078431,56.8627450980392],[75.4901960784314,39.2156862745098,23.5294117647059],[77.4509803921569,41.1764705882353,25.4901960784314],[98.0392156862745,62.7450980392157,49.0196078431373],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0,0],[27.4509803921569,0.980392156862745,0],[32.3529411764706,9.80392156862745,3.92156862745098],[14.7058823529412,0,0],[26.4705882352941,8.82352941176471,6.86274509803922],[37.2549019607843,21.5686274509804,21.5686274509804],[16.6666666666667,2.94117647058824,1.96078431372549],[14.7058823529412,2.94117647058824,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,9.80392156862745,16.6666666666667],[3.92156862745098,6.86274509803922,15.6862745098039],[6.86274509803922,6.86274509803922,16.6666666666667],[5.88235294117647,5.88235294117647,13.7254901960784],[2.94117647058824,1.96078431372549,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[16.6666666666667,14.7058823529412,15.6862745098039],[26.4705882352941,25.4901960784314,23.5294117647059],[12.7450980392157,11.7647058823529,7.84313725490196],[19.6078431372549,18.6274509803922,13.7254901960784],[77.4509803921569,78.4313725490196,70.5882352941177],[38.2352941176471,40.1960784313726,29.4117647058824],[33.3333333333333,37.2549019607843,23.5294117647059],[12.7450980392157,18.6274509803922,4.90196078431373],[14.7058823529412,21.5686274509804,5.88235294117647],[25.4901960784314,32.3529411764706,14.7058823529412],[55.8823529411765,63.7254901960784,43.1372549019608],[15.6862745098039,23.5294117647059,2.94117647058824],[33.3333333333333,40.1960784313726,22.5490196078431],[27.4509803921569,34.3137254901961,18.6274509803922],[52.9411764705882,58.8235294117647,45.0980392156863],[54.9019607843137,57.843137254902,47.0588235294118],[55.8823529411765,58.8235294117647,48.0392156862745],[42.156862745098,45.0980392156863,34.3137254901961],[45.0980392156863,49.0196078431373,35.2941176470588],[36.2745098039216,43.1372549019608,27.4509803921569],[63.7254901960784,70.5882352941177,52.9411764705882],[91.1764705882353,99.0196078431373,78.4313725490196],[78.4313725490196,88.2352941176471,63.7254901960784],[79.4117647058823,90.1960784313725,60.7843137254902],[144.117647058824,157.843137254902,125.490196078431],[146.078431372549,164.705882352941,133.333333333333],[93.1372549019608,121.56862745098,92.156862745098],[80.3921568627451,109.803921568627,82.3529411764706],[114.705882352941,139.21568627451,109.803921568627],[138.235294117647,158.823529411765,128.43137254902],[187.254901960784,203.921568627451,172.549019607843],[161.764705882353,175.490196078431,150],[182.352941176471,200,178.43137254902],[150.980392156863,173.529411764706,157.843137254902],[132.352941176471,161.764705882353,153.921568627451],[98.0392156862745,136.274509803922,135.294117647059],[76.4705882352941,120.588235294118,125.490196078431],[77.4509803921569,126.470588235294,133.333333333333],[100,151.960784313725,159.803921568627],[100,153.921568627451,160.78431372549],[104.901960784314,158.823529411765,165.686274509804],[93.1372549019608,142.156862745098,150.980392156863],[118.627450980392,159.803921568627,175.490196078431],[110.78431372549,150.980392156863,168.627450980392],[102.941176470588,147.058823529412,165.686274509804],[112.745098039216,152.941176470588,170.588235294118],[135.294117647059,161.764705882353,180.392156862745],[162.745098039216,183.333333333333,200],[170.588235294118,192.156862745098,202.941176470588],[212.745098039216,235.294117647059,243.137254901961],[215.686274509804,237.254901960784,248.039215686275],[228.43137254902,250,250],[193.137254901961,218.627450980392,241.176470588235],[127.450980392157,162.745098039216,188.235294117647],[117.647058823529,167.647058823529,194.117647058824],[106.862745098039,162.745098039216,189.21568627451],[129.411764705882,181.372549019608,211.764705882353],[112.745098039216,164.705882352941,195.098039215686],[114.705882352941,170.588235294118,199.019607843137],[107.843137254902,166.666666666667,194.117647058824],[109.803921568627,169.607843137255,197.058823529412],[115.686274509804,175.490196078431,202.941176470588],[115.686274509804,175.490196078431,203.921568627451],[115.686274509804,173.529411764706,202.941176470588],[115.686274509804,173.529411764706,202.941176470588],[117.647058823529,172.549019607843,204.901960784314],[113.725490196078,168.627450980392,200.980392156863],[116.666666666667,169.607843137255,202.941176470588],[116.666666666667,168.627450980392,201.960784313725],[127.450980392157,176.470588235294,210.78431372549],[134.313725490196,183.333333333333,217.647058823529],[121.56862745098,169.607843137255,201.960784313725],[126.470588235294,171.56862745098,204.901960784314],[157.843137254902,200.980392156863,235.294117647059],[147.058823529412,186.274509803922,221.56862745098],[137.254901960784,180.392156862745,208.823529411765],[135.294117647059,185.294117647059,201.960784313725],[141.176470588235,192.156862745098,202.941176470588],[162.745098039216,203.921568627451,215.686274509804],[162.745098039216,199.019607843137,216.666666666667],[143.137254901961,176.470588235294,203.921568627451],[149.019607843137,181.372549019608,213.725490196078],[129.411764705882,162.745098039216,197.058823529412],[143.137254901961,177.450980392157,206.862745098039],[138.235294117647,173.529411764706,195.098039215686],[126.470588235294,164.705882352941,181.372549019608],[134.313725490196,180.392156862745,190.196078431373],[168.627450980392,209.803921568627,223.529411764706],[182.352941176471,209.803921568627,233.333333333333],[155.882352941176,172.549019607843,190.196078431373],[170.588235294118,176.470588235294,174.509803921569],[207.843137254902,207.843137254902,198.039215686275],[216.666666666667,216.666666666667,206.862745098039],[179.411764705882,176.470588235294,169.607843137255],[188.235294117647,183.333333333333,179.411764705882],[184.313725490196,176.470588235294,173.529411764706],[208.823529411765,199.019607843137,198.039215686275],[189.21568627451,177.450980392157,179.411764705882],[192.156862745098,177.450980392157,180.392156862745],[232.352941176471,216.666666666667,219.607843137255],[203.921568627451,185.294117647059,191.176470588235],[250,231.372549019608,237.254901960784],[247.058823529412,226.470588235294,231.372549019608],[241.176470588235,220.588235294118,225.490196078431],[241.176470588235,220.588235294118,225.490196078431],[230.392156862745,207.843137254902,215.686274509804],[238.235294117647,212.745098039216,223.529411764706],[247.058823529412,223.529411764706,236.274509803922],[246.078431372549,229.411764705882,239.21568627451],[213.725490196078,202.941176470588,210.78431372549],[170.588235294118,165.686274509804,169.607843137255],[222.549019607843,222.549019607843,222.549019607843],[243.137254901961,243.137254901961,241.176470588235],[233.333333333333,234.313725490196,229.411764705882],[164.705882352941,165.686274509804,159.803921568627],[156.862745098039,157.843137254902,152.941176470588],[172.549019607843,172.549019607843,172.549019607843],[155.882352941176,159.803921568627,162.745098039216],[160.78431372549,167.647058823529,175.490196078431],[154.901960784314,166.666666666667,180.392156862745],[151.960784313725,168.627450980392,186.274509803922],[131.372549019608,152.941176470588,175.490196078431],[122.549019607843,152.941176470588,181.372549019608],[103.921568627451,138.235294117647,165.686274509804],[121.56862745098,155.882352941176,175.490196078431],[123.529411764706,151.960784313725,165.686274509804],[157.843137254902,175.490196078431,185.294117647059],[164.705882352941,174.509803921569,183.333333333333],[141.176470588235,145.098039215686,155.882352941176],[134.313725490196,148.039215686275,158.823529411765],[109.803921568627,147.058823529412,157.843137254902],[112.745098039216,159.803921568627,171.56862745098],[139.21568627451,184.313725490196,199.019607843137],[108.823529411765,150,163.725490196078],[88.2352941176471,124.509803921569,133.333333333333],[94.1176470588235,128.43137254902,132.352941176471],[75.4901960784314,110.78431372549,106.862745098039],[86.2745098039216,124.509803921569,119.607843137255],[124.509803921569,164.705882352941,166.666666666667],[63.7254901960784,104.901960784314,102.941176470588],[37.2549019607843,73.5294117647059,56.8627450980392],[92.156862745098,121.56862745098,96.078431372549],[190.196078431373,210.78431372549,178.43137254902],[215.686274509804,227.450980392157,192.156862745098],[192.156862745098,196.078431372549,161.764705882353],[245.098039215686,242.156862745098,211.764705882353],[250,245.098039215686,222.549019607843],[235.294117647059,224.509803921569,197.058823529412],[181.372549019608,170.588235294118,125.490196078431],[162.745098039216,150.980392156863,94.1176470588235],[125.490196078431,109.803921568627,49.0196078431373],[93.1372549019608,73.5294117647059,13.7254901960784],[51.9607843137255,27.4509803921569,0],[52.9411764705882,22.5490196078431,0],[123.529411764706,86.2745098039216,50.9803921568627],[179.411764705882,133.333333333333,105.882352941176],[164.705882352941,111.764705882353,84.3137254901961],[157.843137254902,101.960784313725,73.5294117647059],[177.450980392157,121.56862745098,93.1372549019608],[147.058823529412,95.0980392156863,64.7058823529412],[136.274509803922,92.156862745098,59.8039215686275],[130.392156862745,88.2352941176471,56.8627450980392],[126.470588235294,86.2745098039216,58.8235294117647],[89.2156862745098,44.1176470588235,20.5882352941176],[80.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,25.4901960784314,8.82352941176471],[104.901960784314,53.921568627451,33.3333333333333],[88.2352941176471,41.1764705882353,19.6078431372549],[75.4901960784314,34.3137254901961,9.80392156862745],[110.78431372549,74.5098039215686,49.0196078431373],[173.529411764706,136.274509803922,117.647058823529],[123.529411764706,85.2941176470588,68.6274509803922],[118.627450980392,82.3529411764706,64.7058823529412],[70.5882352941177,34.3137254901961,16.6666666666667],[42.156862745098,5.88235294117647,0],[62.7450980392157,27.4509803921569,11.7647058823529],[53.921568627451,21.5686274509804,6.86274509803922],[75.4901960784314,44.1176470588235,31.3725490196078],[67.6470588235294,38.2352941176471,27.4509803921569],[49.0196078431373,21.5686274509804,10.7843137254902],[27.4509803921569,3.92156862745098,0],[39.2156862745098,16.6666666666667,10.7843137254902],[35.2941176470588,16.6666666666667,10.7843137254902],[16.6666666666667,0,0],[11.7647058823529,0,0],[14.7058823529412,0.980392156862745,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,3.92156862745098,12.7450980392157],[0,2.94117647058824,11.7647058823529],[1.96078431372549,1.96078431372549,11.7647058823529],[7.84313725490196,7.84313725490196,15.6862745098039],[5.88235294117647,4.90196078431373,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[27.4509803921569,26.4705882352941,24.5098039215686],[22.5490196078431,21.5686274509804,17.6470588235294],[19.6078431372549,18.6274509803922,13.7254901960784],[50.9803921568627,50.9803921568627,41.1764705882353],[55.8823529411765,57.843137254902,45.0980392156863],[21.5686274509804,25.4901960784314,11.7647058823529],[35.2941176470588,42.156862745098,26.4705882352941],[72.5490196078431,81.3725490196078,64.7058823529412],[48.0392156862745,56.8627450980392,38.2352941176471],[41.1764705882353,50,31.3725490196078],[19.6078431372549,31.3725490196078,11.7647058823529],[20.5882352941176,32.3529411764706,12.7450980392157],[27.4509803921569,38.2352941176471,21.5686274509804],[16.6666666666667,27.4509803921569,13.7254901960784],[18.6274509803922,26.4705882352941,15.6862745098039],[50,56.8627450980392,50],[50,56.8627450980392,50],[48.0392156862745,54.9019607843137,48.0392156862745],[33.3333333333333,40.1960784313726,32.3529411764706],[59.8039215686275,67.6470588235294,56.8627450980392],[60.7843137254902,71.5686274509804,55.8823529411765],[64.7058823529412,76.4705882352941,56.8627450980392],[62.7450980392157,76.4705882352941,53.921568627451],[56.8627450980392,70.5882352941177,45.0980392156863],[150.980392156863,166.666666666667,138.235294117647],[129.411764705882,149.019607843137,121.56862745098],[110.78431372549,140.196078431373,114.705882352941],[108.823529411765,138.235294117647,112.745098039216],[104.901960784314,130.392156862745,101.960784313725],[124.509803921569,144.117647058824,116.666666666667],[127.450980392157,143.137254901961,114.705882352941],[167.647058823529,183.333333333333,156.862745098039],[127.450980392157,146.078431372549,124.509803921569],[126.470588235294,150,134.313725490196],[179.411764705882,211.764705882353,202.941176470588],[151.960784313725,192.156862745098,188.235294117647],[145.098039215686,189.21568627451,192.156862745098],[116.666666666667,165.686274509804,172.549019607843],[116.666666666667,168.627450980392,176.470588235294],[115.686274509804,167.647058823529,175.490196078431],[113.725490196078,165.686274509804,171.56862745098],[125.490196078431,171.56862745098,179.411764705882],[174.509803921569,211.764705882353,224.509803921569],[161.764705882353,198.039215686275,213.725490196078],[151.960784313725,198.039215686275,213.725490196078],[142.156862745098,186.274509803922,204.901960784314],[135.294117647059,165.686274509804,186.274509803922],[165.686274509804,188.235294117647,205.882352941176],[182.352941176471,203.921568627451,214.705882352941],[211.764705882353,231.372549019608,238.235294117647],[223.529411764706,246.078431372549,250],[224.509803921569,250,250],[174.509803921569,203.921568627451,227.450980392157],[124.509803921569,162.745098039216,191.176470588235],[121.56862745098,175.490196078431,204.901960784314],[112.745098039216,168.627450980392,197.058823529412],[125.490196078431,175.490196078431,203.921568627451],[114.705882352941,163.725490196078,190.196078431373],[112.745098039216,168.627450980392,195.098039215686],[107.843137254902,166.666666666667,192.156862745098],[111.764705882353,172.549019607843,197.058823529412],[120.588235294118,180.392156862745,207.843137254902],[120.588235294118,180.392156862745,208.823529411765],[112.745098039216,172.549019607843,200.980392156863],[110.78431372549,168.627450980392,198.039215686275],[112.745098039216,170.588235294118,200],[115.686274509804,173.529411764706,204.901960784314],[116.666666666667,171.56862745098,203.921568627451],[116.666666666667,169.607843137255,202.941176470588],[137.254901960784,189.21568627451,222.549019607843],[155.882352941176,207.843137254902,239.21568627451],[138.235294117647,187.254901960784,219.607843137255],[122.549019607843,170.588235294118,202.941176470588],[141.176470588235,186.274509803922,219.607843137255],[135.294117647059,177.450980392157,210.78431372549],[159.803921568627,202.941176470588,229.411764705882],[164.705882352941,210.78431372549,228.43137254902],[154.901960784314,200,212.745098039216],[148.039215686275,191.176470588235,203.921568627451],[145.098039215686,185.294117647059,202.941176470588],[139.21568627451,178.43137254902,203.921568627451],[126.470588235294,166.666666666667,198.039215686275],[120.588235294118,162.745098039216,196.078431372549],[121.56862745098,165.686274509804,196.078431372549],[116.666666666667,161.764705882353,184.313725490196],[129.411764705882,175.490196078431,193.137254901961],[133.333333333333,180.392156862745,194.117647058824],[134.313725490196,179.411764705882,195.098039215686],[152.941176470588,190.196078431373,212.745098039216],[155.882352941176,182.352941176471,200.980392156863],[201.960784313725,213.725490196078,213.725490196078],[192.156862745098,197.058823529412,190.196078431373],[212.745098039216,215.686274509804,208.823529411765],[188.235294117647,189.21568627451,183.333333333333],[188.235294117647,187.254901960784,182.352941176471],[194.117647058824,189.21568627451,185.294117647059],[199.019607843137,191.176470588235,188.235294117647],[183.333333333333,172.549019607843,170.588235294118],[197.058823529412,183.333333333333,182.352941176471],[194.117647058824,178.43137254902,178.43137254902],[177.450980392157,158.823529411765,160.78431372549],[236.274509803922,216.666666666667,218.627450980392],[250,232.352941176471,234.313725490196],[235.294117647059,212.745098039216,218.627450980392],[217.647058823529,195.098039215686,200.980392156863],[233.333333333333,210.78431372549,216.666666666667],[229.411764705882,206.862745098039,216.666666666667],[249.019607843137,228.43137254902,237.254901960784],[250,239.21568627451,246.078431372549],[222.549019607843,211.764705882353,217.647058823529],[175.490196078431,171.56862745098,172.549019607843],[220.588235294118,219.607843137255,217.647058823529],[250,250,245.098039215686],[226.470588235294,226.470588235294,218.627450980392],[179.411764705882,176.470588235294,167.647058823529],[181.372549019608,178.43137254902,171.56862745098],[187.254901960784,186.274509803922,181.372549019608],[163.725490196078,163.725490196078,163.725490196078],[188.235294117647,193.137254901961,197.058823529412],[157.843137254902,166.666666666667,175.490196078431],[138.235294117647,151.960784313725,164.705882352941],[128.43137254902,149.019607843137,165.686274509804],[125.490196078431,152.941176470588,176.470588235294],[117.647058823529,149.019607843137,173.529411764706],[122.549019607843,152.941176470588,170.588235294118],[138.235294117647,163.725490196078,176.470588235294],[145.098039215686,163.725490196078,170.588235294118],[136.274509803922,147.058823529412,152.941176470588],[136.274509803922,139.21568627451,148.039215686275],[118.627450980392,128.43137254902,137.254901960784],[93.1372549019608,125.490196078431,132.352941176471],[103.921568627451,146.078431372549,151.960784313725],[118.627450980392,157.843137254902,165.686274509804],[73.5294117647059,109.803921568627,118.627450980392],[75.4901960784314,111.764705882353,117.647058823529],[115.686274509804,152.941176470588,153.921568627451],[85.2941176470588,125.490196078431,121.56862745098],[57.843137254902,101.960784313725,97.0588235294118],[46.078431372549,93.1372549019608,93.1372549019608],[52.9411764705882,98.0392156862745,95.0980392156863],[63.7254901960784,103.921568627451,86.2745098039216],[128.43137254902,162.745098039216,133.333333333333],[162.745098039216,186.274509803922,150.980392156863],[151.960784313725,167.647058823529,129.411764705882],[124.509803921569,133.333333333333,91.1764705882353],[145.098039215686,146.078431372549,112.745098039216],[205.882352941176,198.039215686275,187.254901960784],[228.43137254902,216.666666666667,204.901960784314],[248.039215686275,233.333333333333,202.941176470588],[223.529411764706,206.862745098039,161.764705882353],[163.725490196078,143.137254901961,91.1764705882353],[118.627450980392,92.156862745098,38.2352941176471],[122.549019607843,91.1764705882353,43.1372549019608],[126.470588235294,90.1960784313725,49.0196078431373],[116.666666666667,76.4705882352941,45.0980392156863],[137.254901960784,91.1764705882353,65.6862745098039],[134.313725490196,81.3725490196078,55.8823529411765],[137.254901960784,82.3529411764706,55.8823529411765],[162.745098039216,107.843137254902,81.3725490196078],[122.549019607843,74.5098039215686,45.0980392156863],[109.803921568627,66.6666666666667,38.2352941176471],[92.156862745098,55.8823529411765,27.4509803921569],[87.2549019607843,50.9803921568627,25.4901960784314],[38.2352941176471,0,0],[71.5686274509804,25.4901960784314,9.80392156862745],[85.2941176470588,37.2549019607843,22.5490196078431],[95.0980392156863,47.0588235294118,32.3529411764706],[91.1764705882353,47.0588235294118,28.4313725490196],[68.6274509803922,33.3333333333333,9.80392156862745],[77.4509803921569,44.1176470588235,19.6078431372549],[136.274509803922,100,81.3725490196078],[45.0980392156863,8.82352941176471,0],[71.5686274509804,37.2549019607843,18.6274509803922],[89.2156862745098,53.921568627451,38.2352941176471],[77.4509803921569,45.0980392156863,30.3921568627451],[105.882352941176,74.5098039215686,61.7647058823529],[79.4117647058823,50,39.2156862745098],[34.3137254901961,7.84313725490196,0],[58.8235294117647,34.3137254901961,27.4509803921569],[36.2745098039216,16.6666666666667,9.80392156862745],[29.4117647058824,10.7843137254902,4.90196078431373],[44.1176470588235,26.4705882352941,22.5490196078431],[24.5098039215686,9.80392156862745,4.90196078431373],[21.5686274509804,6.86274509803922,3.92156862745098],[13.7254901960784,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[9.80392156862745,9.80392156862745,17.6470588235294],[4.90196078431373,7.84313725490196,16.6666666666667],[4.90196078431373,4.90196078431373,12.7450980392157],[9.80392156862745,10.7843137254902,15.6862745098039],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[18.6274509803922,14.7058823529412,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[71.5686274509804,71.5686274509804,61.7647058823529],[50.9803921568627,50.9803921568627,39.2156862745098],[7.84313725490196,9.80392156862745,0],[23.5294117647059,27.4509803921569,10.7843137254902],[35.2941176470588,43.1372549019608,22.5490196078431],[56.8627450980392,65.6862745098039,45.0980392156863],[29.4117647058824,38.2352941176471,17.6470588235294],[32.3529411764706,46.078431372549,23.5294117647059],[13.7254901960784,31.3725490196078,9.80392156862745],[14.7058823529412,33.3333333333333,13.7254901960784],[19.6078431372549,37.2549019607843,21.5686274509804],[27.4509803921569,45.0980392156863,31.3725490196078],[33.3333333333333,49.0196078431373,38.2352941176471],[51.9607843137255,67.6470588235294,57.843137254902],[53.921568627451,66.6666666666667,57.843137254902],[39.2156862745098,51.9607843137255,42.156862745098],[54.9019607843137,70.5882352941177,57.843137254902],[68.6274509803922,85.2941176470588,69.6078431372549],[62.7450980392157,81.3725490196078,61.7647058823529],[92.156862745098,111.764705882353,87.2549019607843],[75.4901960784314,98.0392156862745,70.5882352941177],[96.078431372549,118.627450980392,90.1960784313725],[158.823529411765,183.333333333333,153.921568627451],[178.43137254902,203.921568627451,175.490196078431],[88.2352941176471,115.686274509804,91.1764705882353],[133.333333333333,158.823529411765,134.313725490196],[150.980392156863,173.529411764706,146.078431372549],[82.3529411764706,100.980392156863,73.5294117647059],[130.392156862745,145.098039215686,116.666666666667],[141.176470588235,154.901960784314,129.411764705882],[161.764705882353,179.411764705882,155.882352941176],[201.960784313725,224.509803921569,206.862745098039],[183.333333333333,214.705882352941,201.960784313725],[160.78431372549,199.019607843137,194.117647058824],[143.137254901961,186.274509803922,187.254901960784],[102.941176470588,150,153.921568627451],[99.0196078431373,147.058823529412,151.960784313725],[101.960784313725,150,156.862745098039],[127.450980392157,173.529411764706,179.411764705882],[179.411764705882,221.56862745098,228.43137254902],[197.058823529412,234.313725490196,245.098039215686],[171.56862745098,209.803921568627,224.509803921569],[149.019607843137,195.098039215686,210.78431372549],[143.137254901961,185.294117647059,201.960784313725],[151.960784313725,180.392156862745,198.039215686275],[190.196078431373,211.764705882353,225.490196078431],[194.117647058824,212.745098039216,218.627450980392],[198.039215686275,216.666666666667,220.588235294118],[230.392156862745,250,250],[191.176470588235,214.705882352941,226.470588235294],[167.647058823529,197.058823529412,220.588235294118],[209.803921568627,250,250],[113.725490196078,168.627450980392,200.980392156863],[106.862745098039,168.627450980392,200.980392156863],[96.078431372549,150.980392156863,183.333333333333],[125.490196078431,179.411764705882,209.803921568627],[119.607843137255,178.43137254902,205.882352941176],[107.843137254902,167.647058823529,195.098039215686],[102.941176470588,162.745098039216,190.196078431373],[110.78431372549,170.588235294118,198.039215686275],[117.647058823529,177.450980392157,205.882352941176],[113.725490196078,173.529411764706,201.960784313725],[109.803921568627,169.607843137255,200],[113.725490196078,171.56862745098,202.941176470588],[109.803921568627,167.647058823529,199.019607843137],[113.725490196078,168.627450980392,200.980392156863],[112.745098039216,167.647058823529,200],[129.411764705882,182.352941176471,215.686274509804],[149.019607843137,200.980392156863,232.352941176471],[137.254901960784,186.274509803922,218.627450980392],[118.627450980392,167.647058823529,200],[127.450980392157,172.549019607843,204.901960784314],[135.294117647059,175.490196078431,206.862745098039],[163.725490196078,198.039215686275,227.450980392157],[171.56862745098,204.901960784314,231.372549019608],[187.254901960784,221.56862745098,243.137254901961],[169.607843137255,204.901960784314,226.470588235294],[134.313725490196,174.509803921569,196.078431372549],[133.333333333333,176.470588235294,202.941176470588],[114.705882352941,162.745098039216,192.156862745098],[104.901960784314,156.862745098039,187.254901960784],[106.862745098039,162.745098039216,191.176470588235],[95.0980392156863,151.960784313725,175.490196078431],[101.960784313725,158.823529411765,180.392156862745],[111.764705882353,165.686274509804,185.294117647059],[117.647058823529,168.627450980392,189.21568627451],[123.529411764706,177.450980392157,197.058823529412],[117.647058823529,159.803921568627,175.490196078431],[143.137254901961,166.666666666667,170.588235294118],[203.921568627451,215.686274509804,213.725490196078],[179.411764705882,189.21568627451,188.235294117647],[190.196078431373,199.019607843137,196.078431372549],[247.058823529412,250,248.039215686275],[243.137254901961,244.117647058824,239.21568627451],[170.588235294118,167.647058823529,162.745098039216],[173.529411764706,166.666666666667,160.78431372549],[187.254901960784,176.470588235294,172.549019607843],[184.313725490196,170.588235294118,167.647058823529],[219.607843137255,204.901960784314,201.960784313725],[207.843137254902,190.196078431373,188.235294117647],[220.588235294118,200.980392156863,201.960784313725],[243.137254901961,223.529411764706,225.490196078431],[212.745098039216,191.176470588235,194.117647058824],[233.333333333333,210.78431372549,216.666666666667],[241.176470588235,220.588235294118,227.450980392157],[224.509803921569,205.882352941176,211.764705882353],[246.078431372549,234.313725490196,238.235294117647],[250,242.156862745098,243.137254901961],[182.352941176471,177.450980392157,174.509803921569],[154.901960784314,151.960784313725,147.058823529412],[226.470588235294,223.529411764706,214.705882352941],[229.411764705882,225.490196078431,214.705882352941],[188.235294117647,182.352941176471,170.588235294118],[160.78431372549,152.941176470588,142.156862745098],[160.78431372549,153.921568627451,144.117647058824],[161.764705882353,158.823529411765,151.960784313725],[203.921568627451,205.882352941176,202.941176470588],[160.78431372549,165.686274509804,168.627450980392],[130.392156862745,141.176470588235,147.058823529412],[125.490196078431,142.156862745098,151.960784313725],[131.372549019608,153.921568627451,169.607843137255],[123.529411764706,150,166.666666666667],[115.686274509804,143.137254901961,154.901960784314],[137.254901960784,159.803921568627,167.647058823529],[138.235294117647,150.980392156863,158.823529411765],[145.098039215686,153.921568627451,158.823529411765],[152.941176470588,161.764705882353,166.666666666667],[108.823529411765,122.549019607843,125.490196078431],[118.627450980392,139.21568627451,142.156862745098],[93.1372549019608,120.588235294118,124.509803921569],[84.3137254901961,116.666666666667,121.56862745098],[85.2941176470588,122.549019607843,125.490196078431],[102.941176470588,137.254901960784,141.176470588235],[102.941176470588,140.196078431373,141.176470588235],[69.6078431372549,113.725490196078,110.78431372549],[53.921568627451,98.0392156862745,93.1372549019608],[65.6862745098039,107.843137254902,99.0196078431373],[89.2156862745098,129.411764705882,121.56862745098],[87.2549019607843,125.490196078431,120.588235294118],[54.9019607843137,89.2156862745098,82.3529411764706],[99.0196078431373,126.470588235294,112.745098039216],[145.098039215686,167.647058823529,140.196078431373],[177.450980392157,195.098039215686,146.078431372549],[180.392156862745,188.235294117647,138.235294117647],[153.921568627451,149.019607843137,119.607843137255],[188.235294117647,172.549019607843,150],[240.196078431373,216.666666666667,189.21568627451],[250,229.411764705882,200],[250,220.588235294118,190.196078431373],[173.529411764706,140.196078431373,105.882352941176],[169.607843137255,135.294117647059,98.0392156862745],[148.039215686275,110.78431372549,74.5098039215686],[109.803921568627,65.6862745098039,37.2549019607843],[114.705882352941,65.6862745098039,41.1764705882353],[150,95.0980392156863,70.5882352941177],[149.019607843137,93.1372549019608,66.6666666666667],[130.392156862745,76.4705882352941,47.0588235294118],[111.764705882353,61.7647058823529,31.3725490196078],[123.529411764706,83.3333333333333,53.921568627451],[89.2156862745098,52.9411764705882,26.4705882352941],[61.7647058823529,24.5098039215686,1.96078431372549],[58.8235294117647,18.6274509803922,0.980392156862745],[61.7647058823529,16.6666666666667,3.92156862745098],[77.4509803921569,30.3921568627451,18.6274509803922],[100.980392156863,53.921568627451,40.1960784313726],[81.3725490196078,39.2156862745098,22.5490196078431],[70.5882352941177,37.2549019607843,12.7450980392157],[64.7058823529412,33.3333333333333,10.7843137254902],[50,17.6470588235294,0],[33.3333333333333,0,0],[70.5882352941177,38.2352941176471,21.5686274509804],[84.3137254901961,52.9411764705882,38.2352941176471],[67.6470588235294,39.2156862745098,25.4901960784314],[75.4901960784314,49.0196078431373,38.2352941176471],[62.7450980392157,40.1960784313726,32.3529411764706],[30.3921568627451,11.7647058823529,5.88235294117647],[30.3921568627451,15.6862745098039,12.7450980392157],[25.4901960784314,11.7647058823529,10.7843137254902],[39.2156862745098,27.4509803921569,27.4509803921569],[12.7450980392157,2.94117647058824,1.96078431372549],[25.4901960784314,13.7254901960784,13.7254901960784],[16.6666666666667,5.88235294117647,3.92156862745098],[16.6666666666667,2.94117647058824,0],[12.7450980392157,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,10.7843137254902],[0,1.96078431372549,8.82352941176471],[0.980392156862745,1.96078431372549,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,10.7843137254902,11.7647058823529],[11.7647058823529,10.7843137254902,6.86274509803922],[16.6666666666667,13.7254901960784,6.86274509803922],[28.4313725490196,26.4705882352941,14.7058823529412],[64.7058823529412,65.6862745098039,51.9607843137255],[55.8823529411765,56.8627450980392,39.2156862745098],[31.3725490196078,34.3137254901961,13.7254901960784],[42.156862745098,50,27.4509803921569],[77.4509803921569,87.2549019607843,62.7450980392157],[83.3333333333333,93.1372549019608,68.6274509803922],[53.921568627451,66.6666666666667,41.1764705882353],[37.2549019607843,50.9803921568627,26.4705882352941],[22.5490196078431,39.2156862745098,20.5882352941176],[31.3725490196078,50,31.3725490196078],[36.2745098039216,53.921568627451,40.1960784313726],[34.3137254901961,51.9607843137255,38.2352941176471],[84.3137254901961,100,89.2156862745098],[65.6862745098039,81.3725490196078,70.5882352941177],[68.6274509803922,82.3529411764706,69.6078431372549],[80.3921568627451,94.1176470588235,79.4117647058823],[68.6274509803922,85.2941176470588,66.6666666666667],[73.5294117647059,91.1764705882353,69.6078431372549],[52.9411764705882,72.5490196078431,46.078431372549],[92.156862745098,111.764705882353,84.3137254901961],[96.078431372549,119.607843137255,88.2352941176471],[120.588235294118,144.117647058824,112.745098039216],[141.176470588235,165.686274509804,136.274509803922],[114.705882352941,139.21568627451,110.78431372549],[127.450980392157,150.980392156863,125.490196078431],[170.588235294118,193.137254901961,167.647058823529],[135.294117647059,153.921568627451,126.470588235294],[109.803921568627,124.509803921569,96.078431372549],[156.862745098039,169.607843137255,140.196078431373],[126.470588235294,139.21568627451,109.803921568627],[138.235294117647,153.921568627451,128.43137254902],[199.019607843137,220.588235294118,200],[190.196078431373,220.588235294118,205.882352941176],[159.803921568627,194.117647058824,187.254901960784],[153.921568627451,193.137254901961,192.156862745098],[133.333333333333,176.470588235294,177.450980392157],[103.921568627451,147.058823529412,150],[112.745098039216,154.901960784314,160.78431372549],[175.490196078431,215.686274509804,219.607843137255],[192.156862745098,228.43137254902,234.313725490196],[172.549019607843,205.882352941176,214.705882352941],[174.509803921569,210.78431372549,219.607843137255],[167.647058823529,209.803921568627,218.627450980392],[162.745098039216,200,210.78431372549],[165.686274509804,191.176470588235,203.921568627451],[184.313725490196,202.941176470588,216.666666666667],[184.313725490196,206.862745098039,214.705882352941],[219.607843137255,244.117647058824,250],[209.803921568627,237.254901960784,248.039215686275],[171.56862745098,200,215.686274509804],[207.843137254902,239.21568627451,250],[148.039215686275,188.235294117647,217.647058823529],[118.627450980392,174.509803921569,203.921568627451],[98.0392156862745,159.803921568627,192.156862745098],[133.333333333333,190.196078431373,226.470588235294],[111.764705882353,169.607843137255,202.941176470588],[118.627450980392,178.43137254902,206.862745098039],[104.901960784314,164.705882352941,192.156862745098],[95.0980392156863,154.901960784314,182.352941176471],[102.941176470588,162.745098039216,191.176470588235],[116.666666666667,176.470588235294,204.901960784314],[115.686274509804,175.490196078431,205.882352941176],[107.843137254902,167.647058823529,198.039215686275],[104.901960784314,164.705882352941,195.098039215686],[101.960784313725,161.764705882353,192.156862745098],[107.843137254902,165.686274509804,197.058823529412],[106.862745098039,164.705882352941,196.078431372549],[111.764705882353,166.666666666667,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[117.647058823529,169.607843137255,200.980392156863],[130.392156862745,178.43137254902,209.803921568627],[140.196078431373,184.313725490196,212.745098039216],[130.392156862745,168.627450980392,197.058823529412],[141.176470588235,169.607843137255,200.980392156863],[187.254901960784,215.686274509804,247.058823529412],[170.588235294118,206.862745098039,233.333333333333],[115.686274509804,160.78431372549,184.313725490196],[114.705882352941,165.686274509804,189.21568627451],[115.686274509804,170.588235294118,195.098039215686],[97.0588235294118,157.843137254902,182.352941176471],[95.0980392156863,157.843137254902,184.313725490196],[92.156862745098,154.901960784314,181.372549019608],[100.980392156863,159.803921568627,187.254901960784],[101.960784313725,151.960784313725,178.43137254902],[91.1764705882353,142.156862745098,163.725490196078],[93.1372549019608,150.980392156863,168.627450980392],[105.882352941176,156.862745098039,169.607843137255],[104.901960784314,134.313725490196,142.156862745098],[180.392156862745,199.019607843137,204.901960784314],[174.509803921569,192.156862745098,194.117647058824],[156.862745098039,172.549019607843,172.549019607843],[200,211.764705882353,209.803921568627],[204.901960784314,210.78431372549,206.862745098039],[221.56862745098,224.509803921569,217.647058823529],[194.117647058824,191.176470588235,184.313725490196],[211.764705882353,204.901960784314,197.058823529412],[204.901960784314,196.078431372549,189.21568627451],[218.627450980392,205.882352941176,200],[200,185.294117647059,180.392156862745],[208.823529411765,191.176470588235,189.21568627451],[233.333333333333,215.686274509804,215.686274509804],[241.176470588235,221.56862745098,222.549019607843],[233.333333333333,213.725490196078,215.686274509804],[250,235.294117647059,239.21568627451],[246.078431372549,230.392156862745,233.333333333333],[249.019607843137,237.254901960784,237.254901960784],[250,245.098039215686,243.137254901961],[224.509803921569,219.607843137255,215.686274509804],[166.666666666667,162.745098039216,153.921568627451],[206.862745098039,202.941176470588,191.176470588235],[238.235294117647,232.352941176471,218.627450980392],[196.078431372549,187.254901960784,172.549019607843],[148.039215686275,139.21568627451,122.549019607843],[159.803921568627,150.980392156863,136.274509803922],[182.352941176471,176.470588235294,164.705882352941],[194.117647058824,194.117647058824,186.274509803922],[150.980392156863,155.882352941176,151.960784313725],[127.450980392157,137.254901960784,136.274509803922],[119.607843137255,134.313725490196,137.254901960784],[124.509803921569,144.117647058824,152.941176470588],[122.549019607843,144.117647058824,154.901960784314],[130.392156862745,150,156.862745098039],[125.490196078431,142.156862745098,149.019607843137],[116.666666666667,127.450980392157,131.372549019608],[156.862745098039,166.666666666667,168.627450980392],[154.901960784314,168.627450980392,168.627450980392],[115.686274509804,129.411764705882,129.411764705882],[140.196078431373,151.960784313725,151.960784313725],[119.607843137255,135.294117647059,135.294117647059],[92.156862745098,117.647058823529,116.666666666667],[80.3921568627451,113.725490196078,112.745098039216],[82.3529411764706,117.647058823529,117.647058823529],[80.3921568627451,119.607843137255,119.607843137255],[63.7254901960784,106.862745098039,107.843137254902],[35.2941176470588,79.4117647058823,76.4705882352941],[52.9411764705882,94.1176470588235,84.3137254901961],[83.3333333333333,122.549019607843,113.725490196078],[71.5686274509804,106.862745098039,104.901960784314],[83.3333333333333,116.666666666667,115.686274509804],[99.0196078431373,127.450980392157,122.549019607843],[69.6078431372549,92.156862745098,74.5098039215686],[99.0196078431373,116.666666666667,79.4117647058823],[160.78431372549,167.647058823529,124.509803921569],[231.372549019608,225.490196078431,190.196078431373],[216.666666666667,200,170.588235294118],[174.509803921569,148.039215686275,121.56862745098],[189.21568627451,155.882352941176,131.372549019608],[250,216.666666666667,194.117647058824],[244.117647058824,204.901960784314,179.411764705882],[217.647058823529,179.411764705882,147.058823529412],[173.529411764706,131.372549019608,98.0392156862745],[129.411764705882,81.3725490196078,51.9607843137255],[128.43137254902,73.5294117647059,47.0588235294118],[165.686274509804,105.882352941176,78.4313725490196],[178.43137254902,118.627450980392,90.1960784313725],[138.235294117647,80.3921568627451,49.0196078431373],[84.3137254901961,32.3529411764706,0],[84.3137254901961,40.1960784313726,7.84313725490196],[96.078431372549,57.843137254902,29.4117647058824],[94.1176470588235,54.9019607843137,30.3921568627451],[86.2745098039216,46.078431372549,28.4313725490196],[85.2941176470588,38.2352941176471,24.5098039215686],[72.5490196078431,24.5098039215686,10.7843137254902],[94.1176470588235,46.078431372549,31.3725490196078],[94.1176470588235,50,31.3725490196078],[76.4705882352941,41.1764705882353,15.6862745098039],[73.5294117647059,42.156862745098,17.6470588235294],[56.8627450980392,24.5098039215686,5.88235294117647],[50,18.6274509803922,3.92156862745098],[54.9019607843137,26.4705882352941,10.7843137254902],[59.8039215686275,32.3529411764706,20.5882352941176],[36.2745098039216,9.80392156862745,0],[19.6078431372549,0,0],[31.3725490196078,13.7254901960784,9.80392156862745],[31.3725490196078,20.5882352941176,18.6274509803922],[5.88235294117647,0,0],[116.666666666667,110.78431372549,114.705882352941],[232.352941176471,227.450980392157,231.372549019608],[26.4705882352941,21.5686274509804,25.4901960784314],[3.92156862745098,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[16.6666666666667,15.6862745098039,13.7254901960784],[15.6862745098039,12.7450980392157,7.84313725490196],[14.7058823529412,12.7450980392157,0.980392156862745],[54.9019607843137,52.9411764705882,38.2352941176471],[96.078431372549,95.0980392156863,77.4509803921569],[57.843137254902,59.8039215686275,39.2156862745098],[62.7450980392157,66.6666666666667,44.1176470588235],[102.941176470588,108.823529411765,83.3333333333333],[87.2549019607843,96.078431372549,69.6078431372549],[65.6862745098039,75.4901960784314,49.0196078431373],[121.56862745098,134.313725490196,106.862745098039],[111.764705882353,125.490196078431,100.980392156863],[34.3137254901961,45.0980392156863,28.4313725490196],[39.2156862745098,49.0196078431373,38.2352941176471],[54.9019607843137,62.7450980392157,51.9607843137255],[26.4705882352941,33.3333333333333,25.4901960784314],[48.0392156862745,53.921568627451,44.1176470588235],[26.4705882352941,32.3529411764706,20.5882352941176],[38.2352941176471,42.156862745098,27.4509803921569],[82.3529411764706,87.2549019607843,67.6470588235294],[85.2941176470588,93.1372549019608,69.6078431372549],[104.901960784314,113.725490196078,87.2549019607843],[85.2941176470588,96.078431372549,64.7058823529412],[107.843137254902,121.56862745098,89.2156862745098],[133.333333333333,148.039215686275,115.686274509804],[153.921568627451,168.627450980392,138.235294117647],[145.098039215686,160.78431372549,132.352941176471],[122.549019607843,138.235294117647,111.764705882353],[108.823529411765,124.509803921569,99.0196078431373],[109.803921568627,123.529411764706,99.0196078431373],[97.0588235294118,106.862745098039,80.3921568627451],[139.21568627451,148.039215686275,117.647058823529],[131.372549019608,138.235294117647,105.882352941176],[127.450980392157,136.274509803922,105.882352941176],[146.078431372549,160.78431372549,132.352941176471],[146.078431372549,165.686274509804,141.176470588235],[183.333333333333,209.803921568627,193.137254901961],[120.588235294118,151.960784313725,141.176470588235],[149.019607843137,184.313725490196,180.392156862745],[147.058823529412,184.313725490196,185.294117647059],[153.921568627451,191.176470588235,194.117647058824],[155.882352941176,190.196078431373,194.117647058824],[134.313725490196,167.647058823529,169.607843137255],[164.705882352941,193.137254901961,197.058823529412],[150.980392156863,178.43137254902,181.372549019608],[161.764705882353,189.21568627451,192.156862745098],[171.56862745098,202.941176470588,201.960784313725],[181.372549019608,210.78431372549,212.745098039216],[186.274509803922,205.882352941176,212.745098039216],[185.294117647059,206.862745098039,219.607843137255],[161.764705882353,194.117647058824,208.823529411765],[180.392156862745,220.588235294118,238.235294117647],[159.803921568627,203.921568627451,224.509803921569],[127.450980392157,168.627450980392,193.137254901961],[124.509803921569,160.78431372549,187.254901960784],[108.823529411765,149.019607843137,178.43137254902],[105.882352941176,158.823529411765,186.274509803922],[114.705882352941,172.549019607843,201.960784313725],[111.764705882353,168.627450980392,204.901960784314],[112.745098039216,169.607843137255,205.882352941176],[116.666666666667,176.470588235294,206.862745098039],[109.803921568627,169.607843137255,198.039215686275],[99.0196078431373,161.764705882353,189.21568627451],[100,161.764705882353,192.156862745098],[106.862745098039,168.627450980392,199.019607843137],[104.901960784314,166.666666666667,199.019607843137],[99.0196078431373,160.78431372549,193.137254901961],[102.941176470588,161.764705882353,195.098039215686],[107.843137254902,166.666666666667,200],[105.882352941176,163.725490196078,197.058823529412],[106.862745098039,164.705882352941,198.039215686275],[116.666666666667,171.56862745098,205.882352941176],[125.490196078431,178.43137254902,211.764705882353],[128.43137254902,180.392156862745,213.725490196078],[124.509803921569,176.470588235294,209.803921568627],[119.607843137255,171.56862745098,201.960784313725],[120.588235294118,177.450980392157,200.980392156863],[116.666666666667,166.666666666667,193.137254901961],[140.196078431373,175.490196078431,210.78431372549],[146.078431372549,179.411764705882,216.666666666667],[123.529411764706,168.627450980392,200.980392156863],[111.764705882353,166.666666666667,193.137254901961],[108.823529411765,168.627450980392,189.21568627451],[99.0196078431373,162.745098039216,182.352941176471],[92.156862745098,157.843137254902,176.470588235294],[91.1764705882353,155.882352941176,179.411764705882],[92.156862745098,153.921568627451,184.313725490196],[91.1764705882353,144.117647058824,179.411764705882],[102.941176470588,142.156862745098,177.450980392157],[108.823529411765,147.058823529412,177.450980392157],[96.078431372549,146.078431372549,162.745098039216],[96.078431372549,145.098039215686,155.882352941176],[139.21568627451,174.509803921569,186.274509803922],[128.43137254902,154.901960784314,165.686274509804],[132.352941176471,156.862745098039,163.725490196078],[141.176470588235,161.764705882353,166.666666666667],[163.725490196078,181.372549019608,181.372549019608],[135.294117647059,150,147.058823529412],[169.607843137255,179.411764705882,171.56862745098],[183.333333333333,186.274509803922,177.450980392157],[202.941176470588,202.941176470588,193.137254901961],[203.921568627451,200,189.21568627451],[191.176470588235,182.352941176471,173.529411764706],[197.058823529412,187.254901960784,178.43137254902],[182.352941176471,169.607843137255,163.725490196078],[207.843137254902,193.137254901961,190.196078431373],[249.019607843137,231.372549019608,229.411764705882],[223.529411764706,207.843137254902,207.843137254902],[241.176470588235,225.490196078431,225.490196078431],[236.274509803922,222.549019607843,222.549019607843],[220.588235294118,210.78431372549,208.823529411765],[226.470588235294,219.607843137255,213.725490196078],[238.235294117647,234.313725490196,225.490196078431],[195.098039215686,191.176470588235,180.392156862745],[174.509803921569,168.627450980392,154.901960784314],[213.725490196078,206.862745098039,189.21568627451],[218.627450980392,207.843137254902,190.196078431373],[172.549019607843,159.803921568627,141.176470588235],[171.56862745098,158.823529411765,142.156862745098],[176.470588235294,167.647058823529,152.941176470588],[155.882352941176,151.960784313725,141.176470588235],[135.294117647059,136.274509803922,130.392156862745],[127.450980392157,136.274509803922,131.372549019608],[124.509803921569,139.21568627451,136.274509803922],[100.980392156863,120.588235294118,119.607843137255],[114.705882352941,134.313725490196,135.294117647059],[146.078431372549,156.862745098039,160.78431372549],[141.176470588235,150.980392156863,152.941176470588],[125.490196078431,137.254901960784,137.254901960784],[159.803921568627,171.56862745098,169.607843137255],[129.411764705882,141.176470588235,137.254901960784],[100.980392156863,111.764705882353,107.843137254902],[134.313725490196,140.196078431373,138.235294117647],[115.686274509804,124.509803921569,121.56862745098],[100.980392156863,116.666666666667,115.686274509804],[87.2549019607843,112.745098039216,109.803921568627],[67.6470588235294,105.882352941176,102.941176470588],[67.6470588235294,108.823529411765,107.843137254902],[63.7254901960784,103.921568627451,107.843137254902],[42.156862745098,80.3921568627451,85.2941176470588],[40.1960784313726,77.4509803921569,78.4313725490196],[65.6862745098039,100.980392156863,99.0196078431373],[62.7450980392157,97.0588235294118,93.1372549019608],[92.156862745098,120.588235294118,115.686274509804],[55.8823529411765,78.4313725490196,70.5882352941177],[22.5490196078431,39.2156862745098,31.3725490196078],[38.2352941176471,48.0392156862745,40.1960784313726],[86.2745098039216,86.2745098039216,74.5098039215686],[193.137254901961,188.235294117647,159.803921568627],[190.196078431373,176.470588235294,142.156862745098],[183.333333333333,160.78431372549,129.411764705882],[228.43137254902,198.039215686275,167.647058823529],[250,215.686274509804,182.352941176471],[227.450980392157,188.235294117647,153.921568627451],[195.098039215686,150.980392156863,118.627450980392],[203.921568627451,154.901960784314,122.549019607843],[239.21568627451,183.333333333333,153.921568627451],[216.666666666667,154.901960784314,124.509803921569],[161.764705882353,94.1176470588235,61.7647058823529],[146.078431372549,79.4117647058823,45.0980392156863],[163.725490196078,100,62.7450980392157],[134.313725490196,75.4901960784314,39.2156862745098],[75.4901960784314,24.5098039215686,0],[85.2941176470588,40.1960784313726,6.86274509803922],[132.352941176471,89.2156862745098,62.7450980392157],[98.0392156862745,52.9411764705882,30.3921568627451],[114.705882352941,62.7450980392157,47.0588235294118],[82.3529411764706,27.4509803921569,12.7450980392157],[87.2549019607843,32.3529411764706,15.6862745098039],[112.745098039216,62.7450980392157,42.156862745098],[100,59.8039215686275,32.3529411764706],[97.0588235294118,61.7647058823529,36.2745098039216],[79.4117647058823,49.0196078431373,29.4117647058824],[46.078431372549,17.6470588235294,3.92156862745098],[35.2941176470588,7.84313725490196,0],[46.078431372549,19.6078431372549,8.82352941176471],[28.4313725490196,8.82352941176471,0],[12.7450980392157,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,8.82352941176471,10.7843137254902],[2.94117647058824,0.980392156862745,5.88235294117647],[50.9803921568627,50.9803921568627,58.8235294117647],[152.941176470588,152.941176470588,160.78431372549],[0,0,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[15.6862745098039,9.80392156862745,9.80392156862745],[6.86274509803922,0,0],[17.6470588235294,7.84313725490196,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[23.5294117647059,21.5686274509804,9.80392156862745],[23.5294117647059,21.5686274509804,6.86274509803922],[87.2549019607843,86.2745098039216,66.6666666666667],[120.588235294118,119.607843137255,99.0196078431373],[31.3725490196078,33.3333333333333,9.80392156862745],[47.0588235294118,52.9411764705882,27.4509803921569],[65.6862745098039,74.5098039215686,48.0392156862745],[50.9803921568627,60.7843137254902,36.2745098039216],[27.4509803921569,41.1764705882353,16.6666666666667],[21.5686274509804,37.2549019607843,11.7647058823529],[93.1372549019608,105.882352941176,86.2745098039216],[97.0588235294118,107.843137254902,92.156862745098],[47.0588235294118,54.9019607843137,44.1176470588235],[67.6470588235294,73.5294117647059,63.7254901960784],[50,55.8823529411765,44.1176470588235],[17.6470588235294,21.5686274509804,7.84313725490196],[55.8823529411765,59.8039215686275,45.0980392156863],[63.7254901960784,68.6274509803922,49.0196078431373],[55.8823529411765,60.7843137254902,39.2156862745098],[73.5294117647059,79.4117647058823,53.921568627451],[85.2941176470588,91.1764705882353,63.7254901960784],[83.3333333333333,90.1960784313725,59.8039215686275],[111.764705882353,120.588235294118,90.1960784313725],[127.450980392157,136.274509803922,105.882352941176],[170.588235294118,181.372549019608,150],[80.3921568627451,91.1764705882353,61.7647058823529],[136.274509803922,149.019607843137,121.56862745098],[107.843137254902,121.56862745098,96.078431372549],[88.2352941176471,100.980392156863,75.4901960784314],[136.274509803922,145.098039215686,118.627450980392],[156.862745098039,163.725490196078,133.333333333333],[145.098039215686,149.019607843137,116.666666666667],[117.647058823529,124.509803921569,92.156862745098],[157.843137254902,172.549019607843,144.117647058824],[155.882352941176,175.490196078431,150.980392156863],[148.039215686275,170.588235294118,150.980392156863],[134.313725490196,161.764705882353,148.039215686275],[152.941176470588,183.333333333333,178.43137254902],[131.372549019608,162.745098039216,161.764705882353],[135.294117647059,164.705882352941,164.705882352941],[136.274509803922,163.725490196078,164.705882352941],[113.725490196078,141.176470588235,142.156862745098],[109.803921568627,139.21568627451,139.21568627451],[135.294117647059,165.686274509804,167.647058823529],[124.509803921569,153.921568627451,155.882352941176],[140.196078431373,165.686274509804,166.666666666667],[166.666666666667,187.254901960784,192.156862745098],[183.333333333333,200,209.803921568627],[206.862745098039,225.490196078431,240.196078431373],[180.392156862745,212.745098039216,231.372549019608],[168.627450980392,208.823529411765,230.392156862745],[100.980392156863,146.078431372549,169.607843137255],[102.941176470588,149.019607843137,174.509803921569],[120.588235294118,163.725490196078,190.196078431373],[132.352941176471,175.490196078431,201.960784313725],[108.823529411765,154.901960784314,180.392156862745],[120.588235294118,170.588235294118,199.019607843137],[118.627450980392,168.627450980392,199.019607843137],[114.705882352941,168.627450980392,199.019607843137],[122.549019607843,181.372549019608,208.823529411765],[120.588235294118,181.372549019608,205.882352941176],[111.764705882353,170.588235294118,196.078431372549],[101.960784313725,157.843137254902,184.313725490196],[96.078431372549,150.980392156863,177.450980392157],[94.1176470588235,149.019607843137,175.490196078431],[101.960784313725,155.882352941176,185.294117647059],[116.666666666667,172.549019607843,201.960784313725],[107.843137254902,162.745098039216,195.098039215686],[104.901960784314,162.745098039216,196.078431372549],[109.803921568627,168.627450980392,201.960784313725],[112.745098039216,171.56862745098,204.901960784314],[105.882352941176,163.725490196078,195.098039215686],[107.843137254902,162.745098039216,195.098039215686],[118.627450980392,173.529411764706,205.882352941176],[126.470588235294,182.352941176471,210.78431372549],[114.705882352941,173.529411764706,197.058823529412],[112.745098039216,167.647058823529,192.156862745098],[155.882352941176,198.039215686275,232.352941176471],[138.235294117647,179.411764705882,216.666666666667],[101.960784313725,153.921568627451,187.254901960784],[104.901960784314,163.725490196078,191.176470588235],[95.0980392156863,158.823529411765,180.392156862745],[100,165.686274509804,184.313725490196],[93.1372549019608,158.823529411765,177.450980392157],[80.3921568627451,145.098039215686,168.627450980392],[87.2549019607843,150,177.450980392157],[93.1372549019608,146.078431372549,179.411764705882],[101.960784313725,144.117647058824,177.450980392157],[100.980392156863,139.21568627451,167.647058823529],[86.2745098039216,134.313725490196,149.019607843137],[100.980392156863,151.960784313725,162.745098039216],[125.490196078431,167.647058823529,183.333333333333],[141.176470588235,178.43137254902,191.176470588235],[172.549019607843,201.960784313725,209.803921568627],[176.470588235294,203.921568627451,207.843137254902],[114.705882352941,138.235294117647,140.196078431373],[151.960784313725,171.56862745098,170.588235294118],[134.313725490196,149.019607843137,146.078431372549],[168.627450980392,178.43137254902,170.588235294118],[203.921568627451,205.882352941176,195.098039215686],[155.882352941176,150,138.235294117647],[186.274509803922,176.470588235294,166.666666666667],[247.058823529412,232.352941176471,225.490196078431],[224.509803921569,209.803921568627,206.862745098039],[238.235294117647,222.549019607843,222.549019607843],[213.725490196078,199.019607843137,194.117647058824],[216.666666666667,201.960784313725,197.058823529412],[250,238.235294117647,232.352941176471],[237.254901960784,224.509803921569,218.627450980392],[222.549019607843,211.764705882353,207.843137254902],[192.156862745098,182.352941176471,180.392156862745],[177.450980392157,168.627450980392,163.725490196078],[208.823529411765,201.960784313725,194.117647058824],[187.254901960784,181.372549019608,167.647058823529],[197.058823529412,190.196078431373,172.549019607843],[203.921568627451,197.058823529412,178.43137254902],[168.627450980392,161.764705882353,143.137254901961],[150.980392156863,144.117647058824,128.43137254902],[149.019607843137,146.078431372549,131.372549019608],[143.137254901961,143.137254901961,133.333333333333],[157.843137254902,160.78431372549,151.960784313725],[155.882352941176,162.745098039216,154.901960784314],[151.960784313725,162.745098039216,156.862745098039],[149.019607843137,167.647058823529,165.686274509804],[141.176470588235,158.823529411765,158.823529411765],[131.372549019608,145.098039215686,145.098039215686],[134.313725490196,146.078431372549,146.078431372549],[136.274509803922,148.039215686275,146.078431372549],[159.803921568627,172.549019607843,165.686274509804],[128.43137254902,138.235294117647,130.392156862745],[114.705882352941,117.647058823529,110.78431372549],[151.960784313725,149.019607843137,142.156862745098],[118.627450980392,117.647058823529,112.745098039216],[105.882352941176,111.764705882353,107.843137254902],[85.2941176470588,105.882352941176,100.980392156863],[60.7843137254902,99.0196078431373,94.1176470588235],[65.6862745098039,110.78431372549,108.823529411765],[66.6666666666667,106.862745098039,112.745098039216],[50.9803921568627,89.2156862745098,96.078431372549],[45.0980392156863,84.3137254901961,86.2745098039216],[39.2156862745098,74.5098039215686,72.5490196078431],[69.6078431372549,101.960784313725,93.1372549019608],[40.1960784313726,67.6470588235294,55.8823529411765],[50.9803921568627,70.5882352941177,59.8039215686275],[39.2156862745098,51.9607843137255,45.0980392156863],[39.2156862745098,43.1372549019608,44.1176470588235],[157.843137254902,154.901960784314,150],[224.509803921569,216.666666666667,196.078431372549],[169.607843137255,156.862745098039,125.490196078431],[157.843137254902,138.235294117647,103.921568627451],[197.058823529412,171.56862745098,137.254901960784],[209.803921568627,176.470588235294,142.156862745098],[220.588235294118,182.352941176471,150],[213.725490196078,171.56862745098,140.196078431373],[238.235294117647,190.196078431373,158.823529411765],[250,217.647058823529,185.294117647059],[192.156862745098,130.392156862745,98.0392156862745],[156.862745098039,92.156862745098,57.843137254902],[166.666666666667,100,63.7254901960784],[145.098039215686,78.4313725490196,40.1960784313726],[167.647058823529,104.901960784314,67.6470588235294],[150.980392156863,94.1176470588235,56.8627450980392],[119.607843137255,66.6666666666667,31.3725490196078],[124.509803921569,74.5098039215686,44.1176470588235],[123.529411764706,72.5490196078431,49.0196078431373],[130.392156862745,76.4705882352941,56.8627450980392],[117.647058823529,61.7647058823529,43.1372549019608],[113.725490196078,59.8039215686275,40.1960784313726],[104.901960784314,55.8823529411765,33.3333333333333],[95.0980392156863,51.9607843137255,25.4901960784314],[68.6274509803922,33.3333333333333,9.80392156862745],[79.4117647058823,50.9803921568627,35.2941176470588],[64.7058823529412,38.2352941176471,27.4509803921569],[36.2745098039216,12.7450980392157,2.94117647058824],[14.7058823529412,0,0],[19.6078431372549,1.96078431372549,0],[23.5294117647059,12.7450980392157,10.7843137254902],[14.7058823529412,5.88235294117647,6.86274509803922],[3.92156862745098,0,2.94117647058824],[4.90196078431373,3.92156862745098,9.80392156862745],[0,0,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[12.7450980392157,10.7843137254902,13.7254901960784],[2.94117647058824,0,0],[20.5882352941176,12.7450980392157,10.7843137254902],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,15.6862745098039],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[36.2745098039216,34.3137254901961,22.5490196078431],[42.156862745098,39.2156862745098,22.5490196078431],[69.6078431372549,68.6274509803922,48.0392156862745],[132.352941176471,132.352941176471,108.823529411765],[118.627450980392,121.56862745098,95.0980392156863],[58.8235294117647,62.7450980392157,36.2745098039216],[68.6274509803922,76.4705882352941,52.9411764705882],[34.3137254901961,46.078431372549,22.5490196078431],[15.6862745098039,28.4313725490196,10.7843137254902],[39.2156862745098,52.9411764705882,38.2352941176471],[11.7647058823529,27.4509803921569,16.6666666666667],[20.5882352941176,36.2745098039216,25.4901960784314],[73.5294117647059,85.2941176470588,71.5686274509804],[74.5098039215686,85.2941176470588,69.6078431372549],[67.6470588235294,78.4313725490196,62.7450980392157],[85.2941176470588,96.078431372549,79.4117647058823],[69.6078431372549,81.3725490196078,61.7647058823529],[68.6274509803922,80.3921568627451,58.8235294117647],[68.6274509803922,80.3921568627451,58.8235294117647],[66.6666666666667,76.4705882352941,52.9411764705882],[96.078431372549,105.882352941176,82.3529411764706],[98.0392156862745,107.843137254902,84.3137254901961],[101.960784313725,111.764705882353,87.2549019607843],[63.7254901960784,71.5686274509804,48.0392156862745],[62.7450980392157,71.5686274509804,45.0980392156863],[159.803921568627,168.627450980392,140.196078431373],[150,158.823529411765,128.43137254902],[107.843137254902,118.627450980392,89.2156862745098],[100,114.705882352941,86.2745098039216],[128.43137254902,142.156862745098,116.666666666667],[156.862745098039,166.666666666667,142.156862745098],[125.490196078431,131.372549019608,103.921568627451],[149.019607843137,150,116.666666666667],[158.823529411765,164.705882352941,131.372549019608],[140.196078431373,157.843137254902,132.352941176471],[151.960784313725,175.490196078431,153.921568627451],[120.588235294118,139.21568627451,119.607843137255],[172.549019607843,193.137254901961,178.43137254902],[176.470588235294,201.960784313725,199.019607843137],[143.137254901961,168.627450980392,169.607843137255],[110.78431372549,130.392156862745,129.411764705882],[109.803921568627,129.411764705882,127.450980392157],[130.392156862745,155.882352941176,152.941176470588],[118.627450980392,151.960784313725,150.980392156863],[111.764705882353,154.901960784314,155.882352941176],[123.529411764706,162.745098039216,170.588235294118],[126.470588235294,151.960784313725,166.666666666667],[166.666666666667,181.372549019608,201.960784313725],[224.509803921569,236.274509803922,250],[160.78431372549,175.490196078431,196.078431372549],[149.019607843137,167.647058823529,184.313725490196],[130.392156862745,157.843137254902,171.56862745098],[149.019607843137,185.294117647059,200.980392156863],[153.921568627451,199.019607843137,214.705882352941],[103.921568627451,153.921568627451,174.509803921569],[92.156862745098,141.176470588235,165.686274509804],[113.725490196078,156.862745098039,183.333333333333],[142.156862745098,181.372549019608,206.862745098039],[147.058823529412,187.254901960784,208.823529411765],[142.156862745098,188.235294117647,207.843137254902],[94.1176470588235,150.980392156863,170.588235294118],[125.490196078431,185.294117647059,203.921568627451],[127.450980392157,182.352941176471,199.019607843137],[98.0392156862745,146.078431372549,162.745098039216],[94.1176470588235,136.274509803922,152.941176470588],[130.392156862745,170.588235294118,188.235294117647],[182.352941176471,222.549019607843,242.156862745098],[147.058823529412,191.176470588235,213.725490196078],[105.882352941176,155.882352941176,182.352941176471],[100,155.882352941176,184.313725490196],[97.0588235294118,158.823529411765,189.21568627451],[103.921568627451,167.647058823529,199.019607843137],[104.901960784314,168.627450980392,200],[101.960784313725,165.686274509804,195.098039215686],[113.725490196078,176.470588235294,203.921568627451],[134.313725490196,193.137254901961,220.588235294118],[108.823529411765,161.764705882353,187.254901960784],[123.529411764706,172.549019607843,199.019607843137],[132.352941176471,178.43137254902,207.843137254902],[139.21568627451,184.313725490196,216.666666666667],[115.686274509804,167.647058823529,198.039215686275],[97.0588235294118,155.882352941176,183.333333333333],[107.843137254902,168.627450980392,193.137254901961],[95.0980392156863,157.843137254902,182.352941176471],[85.2941176470588,148.039215686275,172.549019607843],[88.2352941176471,151.960784313725,173.529411764706],[81.3725490196078,142.156862745098,164.705882352941],[83.3333333333333,143.137254901961,163.725490196078],[90.1960784313725,144.117647058824,163.725490196078],[88.2352941176471,140.196078431373,155.882352941176],[93.1372549019608,146.078431372549,157.843137254902],[96.078431372549,151.960784313725,162.745098039216],[95.0980392156863,150.980392156863,167.647058823529],[110.78431372549,161.764705882353,174.509803921569],[110.78431372549,148.039215686275,150.980392156863],[172.549019607843,201.960784313725,201.960784313725],[154.901960784314,182.352941176471,186.274509803922],[122.549019607843,145.098039215686,150.980392156863],[152.941176470588,172.549019607843,179.411764705882],[183.333333333333,197.058823529412,198.039215686275],[200,200,190.196078431373],[194.117647058824,182.352941176471,170.588235294118],[205.882352941176,186.274509803922,179.411764705882],[205.882352941176,182.352941176471,182.352941176471],[250,237.254901960784,244.117647058824],[246.078431372549,227.450980392157,233.333333333333],[208.823529411765,192.156862745098,185.294117647059],[227.450980392157,213.725490196078,200.980392156863],[250,248.039215686275,234.313725490196],[219.607843137255,206.862745098039,198.039215686275],[212.745098039216,197.058823529412,197.058823529412],[218.627450980392,202.941176470588,205.882352941176],[159.803921568627,143.137254901961,149.019607843137],[228.43137254902,214.705882352941,214.705882352941],[202.941176470588,194.117647058824,187.254901960784],[186.274509803922,184.313725490196,171.56862745098],[194.117647058824,197.058823529412,180.392156862745],[154.901960784314,158.823529411765,144.117647058824],[128.43137254902,136.274509803922,125.490196078431],[128.43137254902,135.294117647059,128.43137254902],[147.058823529412,152.941176470588,149.019607843137],[161.764705882353,166.666666666667,162.745098039216],[141.176470588235,147.058823529412,137.254901960784],[111.764705882353,118.627450980392,111.764705882353],[130.392156862745,144.117647058824,145.098039215686],[130.392156862745,150.980392156863,151.960784313725],[117.647058823529,146.078431372549,142.156862745098],[88.2352941176471,114.705882352941,109.803921568627],[118.627450980392,135.294117647059,129.411764705882],[167.647058823529,174.509803921569,167.647058823529],[148.039215686275,145.098039215686,136.274509803922],[125.490196078431,115.686274509804,106.862745098039],[169.607843137255,155.882352941176,147.058823529412],[160.78431372549,150.980392156863,142.156862745098],[115.686274509804,115.686274509804,107.843137254902],[95.0980392156863,109.803921568627,102.941176470588],[63.7254901960784,101.960784313725,97.0588235294118],[62.7450980392157,109.803921568627,109.803921568627],[66.6666666666667,110.78431372549,116.666666666667],[48.0392156862745,90.1960784313725,96.078431372549],[53.921568627451,93.1372549019608,92.156862745098],[69.6078431372549,108.823529411765,100],[75.4901960784314,108.823529411765,93.1372549019608],[76.4705882352941,103.921568627451,89.2156862745098],[66.6666666666667,86.2745098039216,75.4901960784314],[62.7450980392157,72.5490196078431,63.7254901960784],[110.78431372549,113.725490196078,97.0588235294118],[147.058823529412,142.156862745098,123.529411764706],[140.196078431373,128.43137254902,112.745098039216],[160.78431372549,144.117647058824,124.509803921569],[151.960784313725,131.372549019608,102.941176470588],[185.294117647059,160.78431372549,130.392156862745],[250,230.392156862745,202.941176470588],[250,244.117647058824,216.666666666667],[247.058823529412,212.745098039216,183.333333333333],[205.882352941176,167.647058823529,135.294117647059],[232.352941176471,187.254901960784,153.921568627451],[208.823529411765,157.843137254902,121.56862745098],[183.333333333333,128.43137254902,94.1176470588235],[191.176470588235,132.352941176471,97.0588235294118],[154.901960784314,94.1176470588235,57.843137254902],[146.078431372549,83.3333333333333,48.0392156862745],[148.039215686275,85.2941176470588,50.9803921568627],[151.960784313725,90.1960784313725,57.843137254902],[131.372549019608,68.6274509803922,41.1764705882353],[111.764705882353,52.9411764705882,27.4509803921569],[120.588235294118,63.7254901960784,40.1960784313726],[129.411764705882,75.4901960784314,54.9019607843137],[126.470588235294,76.4705882352941,55.8823529411765],[83.3333333333333,39.2156862745098,18.6274509803922],[75.4901960784314,38.2352941176471,17.6470588235294],[66.6666666666667,34.3137254901961,15.6862745098039],[67.6470588235294,40.1960784313726,29.4117647058824],[56.8627450980392,34.3137254901961,28.4313725490196],[29.4117647058824,10.7843137254902,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[13.7254901960784,4.90196078431373,7.84313725490196],[4.90196078431373,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,3.92156862745098,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[4.90196078431373,0,0],[12.7450980392157,6.86274509803922,6.86274509803922],[4.90196078431373,0.980392156862745,0],[5.88235294117647,2.94117647058824,0],[2.94117647058824,0,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,3.92156862745098,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[20.5882352941176,18.6274509803922,23.5294117647059],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[19.6078431372549,17.6470588235294,20.5882352941176],[38.2352941176471,37.2549019607843,35.2941176470588],[34.3137254901961,31.3725490196078,24.5098039215686],[22.5490196078431,20.5882352941176,7.84313725490196],[77.4509803921569,74.5098039215686,57.843137254902],[60.7843137254902,59.8039215686275,39.2156862745098],[67.6470588235294,69.6078431372549,46.078431372549],[63.7254901960784,67.6470588235294,41.1764705882353],[32.3529411764706,38.2352941176471,12.7450980392157],[53.921568627451,63.7254901960784,40.1960784313726],[54.9019607843137,67.6470588235294,48.0392156862745],[24.5098039215686,38.2352941176471,23.5294117647059],[37.2549019607843,52.9411764705882,43.1372549019608],[54.9019607843137,71.5686274509804,65.6862745098039],[46.078431372549,62.7450980392157,54.9019607843137],[20.5882352941176,34.3137254901961,21.5686274509804],[48.0392156862745,60.7843137254902,43.1372549019608],[64.7058823529412,77.4509803921569,57.843137254902],[53.921568627451,67.6470588235294,45.0980392156863],[92.156862745098,105.882352941176,81.3725490196078],[108.823529411765,122.549019607843,98.0392156862745],[67.6470588235294,81.3725490196078,56.8627450980392],[77.4509803921569,91.1764705882353,68.6274509803922],[113.725490196078,127.450980392157,104.901960784314],[92.156862745098,103.921568627451,82.3529411764706],[104.901960784314,116.666666666667,95.0980392156863],[104.901960784314,113.725490196078,93.1372549019608],[87.2549019607843,97.0588235294118,72.5490196078431],[152.941176470588,161.764705882353,135.294117647059],[156.862745098039,165.686274509804,135.294117647059],[112.745098039216,123.529411764706,94.1176470588235],[100,114.705882352941,92.156862745098],[114.705882352941,132.352941176471,110.78431372549],[160.78431372549,178.43137254902,156.862745098039],[127.450980392157,143.137254901961,117.647058823529],[150,160.78431372549,129.411764705882],[167.647058823529,180.392156862745,150.980392156863],[148.039215686275,169.607843137255,147.058823529412],[159.803921568627,182.352941176471,164.705882352941],[145.098039215686,165.686274509804,149.019607843137],[141.176470588235,162.745098039216,150.980392156863],[134.313725490196,159.803921568627,158.823529411765],[144.117647058824,171.56862745098,174.509803921569],[151.960784313725,173.529411764706,171.56862745098],[140.196078431373,161.764705882353,158.823529411765],[146.078431372549,170.588235294118,167.647058823529],[159.803921568627,191.176470588235,188.235294117647],[130.392156862745,170.588235294118,172.549019607843],[193.137254901961,232.352941176471,240.196078431373],[210.78431372549,238.235294117647,250],[191.176470588235,211.764705882353,238.235294117647],[177.450980392157,197.058823529412,223.529411764706],[178.43137254902,196.078431372549,219.607843137255],[158.823529411765,177.450980392157,194.117647058824],[183.333333333333,206.862745098039,218.627450980392],[180.392156862745,212.745098039216,221.56862745098],[135.294117647059,174.509803921569,184.313725490196],[116.666666666667,162.745098039216,178.43137254902],[134.313725490196,179.411764705882,201.960784313725],[177.450980392157,218.627450980392,243.137254901961],[159.803921568627,200.980392156863,225.490196078431],[154.901960784314,197.058823529412,215.686274509804],[136.274509803922,184.313725490196,200.980392156863],[99.0196078431373,156.862745098039,172.549019607843],[137.254901960784,195.098039215686,210.78431372549],[138.235294117647,189.21568627451,201.960784313725],[118.627450980392,161.764705882353,172.549019607843],[139.21568627451,174.509803921569,186.274509803922],[190.196078431373,223.529411764706,235.294117647059],[220.588235294118,250,250],[151.960784313725,189.21568627451,207.843137254902],[99.0196078431373,146.078431372549,167.647058823529],[91.1764705882353,146.078431372549,170.588235294118],[100,159.803921568627,188.235294117647],[90.1960784313725,153.921568627451,183.333333333333],[84.3137254901961,150,178.43137254902],[109.803921568627,173.529411764706,200.980392156863],[121.56862745098,184.313725490196,208.823529411765],[120.588235294118,177.450980392157,200.980392156863],[125.490196078431,174.509803921569,200.980392156863],[129.411764705882,175.490196078431,202.941176470588],[138.235294117647,187.254901960784,213.725490196078],[130.392156862745,180.392156862745,208.823529411765],[109.803921568627,164.705882352941,191.176470588235],[104.901960784314,163.725490196078,191.176470588235],[104.901960784314,164.705882352941,192.156862745098],[99.0196078431373,159.803921568627,184.313725490196],[94.1176470588235,156.862745098039,181.372549019608],[95.0980392156863,158.823529411765,180.392156862745],[86.2745098039216,148.039215686275,165.686274509804],[82.3529411764706,144.117647058824,160.78431372549],[83.3333333333333,144.117647058824,156.862745098039],[89.2156862745098,148.039215686275,157.843137254902],[101.960784313725,159.803921568627,167.647058823529],[102.941176470588,159.803921568627,170.588235294118],[92.156862745098,150,165.686274509804],[98.0392156862745,152.941176470588,165.686274509804],[109.803921568627,152.941176470588,153.921568627451],[118.627450980392,153.921568627451,151.960784313725],[147.058823529412,177.450980392157,180.392156862745],[147.058823529412,171.56862745098,178.43137254902],[147.058823529412,166.666666666667,175.490196078431],[195.098039215686,203.921568627451,208.823529411765],[244.117647058824,240.196078431373,231.372549019608],[244.117647058824,227.450980392157,217.647058823529],[234.313725490196,210.78431372549,206.862745098039],[196.078431372549,171.56862745098,174.509803921569],[223.529411764706,201.960784313725,213.725490196078],[250,234.313725490196,242.156862745098],[230.392156862745,212.745098039216,208.823529411765],[225.490196078431,211.764705882353,199.019607843137],[233.333333333333,221.56862745098,205.882352941176],[184.313725490196,172.549019607843,158.823529411765],[199.019607843137,184.313725490196,181.372549019608],[226.470588235294,207.843137254902,211.764705882353],[203.921568627451,185.294117647059,191.176470588235],[247.058823529412,233.333333333333,233.333333333333],[208.823529411765,201.960784313725,194.117647058824],[156.862745098039,157.843137254902,144.117647058824],[189.21568627451,198.039215686275,181.372549019608],[140.196078431373,151.960784313725,138.235294117647],[132.352941176471,147.058823529412,142.156862745098],[128.43137254902,144.117647058824,144.117647058824],[130.392156862745,144.117647058824,145.098039215686],[146.078431372549,155.882352941176,154.901960784314],[111.764705882353,121.56862745098,112.745098039216],[111.764705882353,121.56862745098,113.725490196078],[73.5294117647059,87.2549019607843,87.2549019607843],[60.7843137254902,81.3725490196078,82.3529411764706],[89.2156862745098,125.490196078431,118.627450980392],[77.4509803921569,112.745098039216,102.941176470588],[95.0980392156863,115.686274509804,106.862745098039],[152.941176470588,159.803921568627,151.960784313725],[123.529411764706,119.607843137255,110.78431372549],[129.411764705882,116.666666666667,107.843137254902],[149.019607843137,132.352941176471,122.549019607843],[194.117647058824,181.372549019608,172.549019607843],[138.235294117647,135.294117647059,126.470588235294],[77.4509803921569,90.1960784313725,81.3725490196078],[55.8823529411765,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,91.1764705882353],[39.2156862745098,79.4117647058823,81.3725490196078],[48.0392156862745,87.2549019607843,89.2156862745098],[43.1372549019608,83.3333333333333,79.4117647058823],[58.8235294117647,99.0196078431373,85.2941176470588],[78.4313725490196,110.78431372549,90.1960784313725],[75.4901960784314,100,79.4117647058823],[88.2352941176471,101.960784313725,87.2549019607843],[88.2352941176471,92.156862745098,77.4509803921569],[99.0196078431373,98.0392156862745,70.5882352941177],[71.5686274509804,66.6666666666667,38.2352941176471],[112.745098039216,100.980392156863,87.2549019607843],[119.607843137255,103.921568627451,89.2156862745098],[131.372549019608,114.705882352941,89.2156862745098],[157.843137254902,137.254901960784,108.823529411765],[211.764705882353,186.274509803922,163.725490196078],[224.509803921569,195.098039215686,171.56862745098],[247.058823529412,214.705882352941,184.313725490196],[169.607843137255,134.313725490196,99.0196078431373],[164.705882352941,127.450980392157,91.1764705882353],[200,157.843137254902,123.529411764706],[195.098039215686,150,114.705882352941],[175.490196078431,124.509803921569,88.2352941176471],[154.901960784314,97.0588235294118,63.7254901960784],[182.352941176471,120.588235294118,86.2745098039216],[195.098039215686,130.392156862745,97.0588235294118],[155.882352941176,88.2352941176471,57.843137254902],[153.921568627451,86.2745098039216,57.843137254902],[148.039215686275,83.3333333333333,57.843137254902],[125.490196078431,66.6666666666667,41.1764705882353],[121.56862745098,68.6274509803922,45.0980392156863],[118.627450980392,71.5686274509804,50],[114.705882352941,72.5490196078431,53.921568627451],[93.1372549019608,56.8627450980392,38.2352941176471],[48.0392156862745,16.6666666666667,1.96078431372549],[48.0392156862745,21.5686274509804,14.7058823529412],[39.2156862745098,18.6274509803922,15.6862745098039],[23.5294117647059,5.88235294117647,3.92156862745098],[11.7647058823529,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,0,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[6.86274509803922,3.92156862745098,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[7.84313725490196,6.86274509803922,11.7647058823529],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[13.7254901960784,12.7450980392157,17.6470588235294],[0.980392156862745,0,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[55.8823529411765,52.9411764705882,48.0392156862745],[86.2745098039216,83.3333333333333,74.5098039215686],[59.8039215686275,57.843137254902,45.0980392156863],[53.921568627451,51.9607843137255,37.2549019607843],[43.1372549019608,42.156862745098,24.5098039215686],[57.843137254902,59.8039215686275,39.2156862745098],[13.7254901960784,18.6274509803922,0],[41.1764705882353,48.0392156862745,30.3921568627451],[54.9019607843137,65.6862745098039,50],[43.1372549019608,54.9019607843137,43.1372549019608],[32.3529411764706,48.0392156862745,38.2352941176471],[33.3333333333333,50,44.1176470588235],[86.2745098039216,100.980392156863,94.1176470588235],[51.9607843137255,65.6862745098039,52.9411764705882],[29.4117647058824,42.156862745098,25.4901960784314],[50.9803921568627,63.7254901960784,46.078431372549],[93.1372549019608,105.882352941176,86.2745098039216],[100,113.725490196078,91.1764705882353],[140.196078431373,153.921568627451,129.411764705882],[97.0588235294118,111.764705882353,89.2156862745098],[73.5294117647059,87.2549019607843,64.7058823529412],[52.9411764705882,65.6862745098039,46.078431372549],[87.2549019607843,99.0196078431373,79.4117647058823],[73.5294117647059,85.2941176470588,65.6862745098039],[122.549019607843,131.372549019608,110.78431372549],[119.607843137255,129.411764705882,105.882352941176],[153.921568627451,161.764705882353,138.235294117647],[212.745098039216,221.56862745098,193.137254901961],[130.392156862745,142.156862745098,118.627450980392],[96.078431372549,113.725490196078,100],[98.0392156862745,123.529411764706,112.745098039216],[132.352941176471,162.745098039216,147.058823529412],[131.372549019608,162.745098039216,142.156862745098],[118.627450980392,147.058823529412,125.490196078431],[167.647058823529,195.098039215686,173.529411764706],[142.156862745098,165.686274509804,150],[162.745098039216,184.313725490196,172.549019607843],[134.313725490196,156.862745098039,150.980392156863],[129.411764705882,154.901960784314,151.960784313725],[129.411764705882,162.745098039216,163.725490196078],[138.235294117647,175.490196078431,176.470588235294],[136.274509803922,170.588235294118,172.549019607843],[123.529411764706,153.921568627451,155.882352941176],[126.470588235294,151.960784313725,152.941176470588],[136.274509803922,159.803921568627,159.803921568627],[190.196078431373,215.686274509804,214.705882352941],[206.862745098039,237.254901960784,240.196078431373],[152.941176470588,188.235294117647,201.960784313725],[133.333333333333,168.627450980392,190.196078431373],[139.21568627451,172.549019607843,199.019607843137],[180.392156862745,209.803921568627,235.294117647059],[153.921568627451,184.313725490196,201.960784313725],[214.705882352941,244.117647058824,250],[200.980392156863,227.450980392157,234.313725490196],[179.411764705882,205.882352941176,214.705882352941],[222.549019607843,250,250],[223.529411764706,250,250],[140.196078431373,185.294117647059,208.823529411765],[114.705882352941,169.607843137255,194.117647058824],[123.529411764706,182.352941176471,207.843137254902],[102.941176470588,161.764705882353,185.294117647059],[117.647058823529,175.490196078431,193.137254901961],[130.392156862745,185.294117647059,200],[139.21568627451,186.274509803922,200],[132.352941176471,173.529411764706,185.294117647059],[181.372549019608,216.666666666667,228.43137254902],[226.470588235294,250,250],[207.843137254902,240.196078431373,250],[140.196078431373,178.43137254902,195.098039215686],[109.803921568627,155.882352941176,175.490196078431],[88.2352941176471,142.156862745098,162.745098039216],[92.156862745098,150.980392156863,174.509803921569],[89.2156862745098,151.960784313725,176.470588235294],[89.2156862745098,150,174.509803921569],[102.941176470588,161.764705882353,185.294117647059],[107.843137254902,164.705882352941,186.274509803922],[112.745098039216,166.666666666667,187.254901960784],[129.411764705882,176.470588235294,199.019607843137],[123.529411764706,168.627450980392,192.156862745098],[135.294117647059,181.372549019608,206.862745098039],[113.725490196078,163.725490196078,190.196078431373],[93.1372549019608,148.039215686275,172.549019607843],[102.941176470588,158.823529411765,185.294117647059],[96.078431372549,154.901960784314,180.392156862745],[93.1372549019608,153.921568627451,178.43137254902],[86.2745098039216,149.019607843137,173.529411764706],[88.2352941176471,151.960784313725,173.529411764706],[87.2549019607843,149.019607843137,166.666666666667],[87.2549019607843,148.039215686275,162.745098039216],[85.2941176470588,143.137254901961,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[98.0392156862745,153.921568627451,164.705882352941],[90.1960784313725,143.137254901961,154.901960784314],[87.2549019607843,137.254901960784,153.921568627451],[101.960784313725,150,163.725490196078],[111.764705882353,159.803921568627,163.725490196078],[99.0196078431373,144.117647058824,142.156862745098],[115.686274509804,150,151.960784313725],[119.607843137255,144.117647058824,149.019607843137],[158.823529411765,169.607843137255,175.490196078431],[170.588235294118,169.607843137255,174.509803921569],[249.019607843137,239.21568627451,237.254901960784],[250,241.176470588235,234.313725490196],[250,237.254901960784,234.313725490196],[249.019607843137,233.333333333333,234.313725490196],[250,238.235294117647,245.098039215686],[250,238.235294117647,245.098039215686],[232.352941176471,216.666666666667,217.647058823529],[249.019607843137,232.352941176471,225.490196078431],[220.588235294118,207.843137254902,192.156862745098],[222.549019607843,209.803921568627,194.117647058824],[199.019607843137,182.352941176471,175.490196078431],[225.490196078431,207.843137254902,205.882352941176],[239.21568627451,224.509803921569,221.56862745098],[209.803921568627,197.058823529412,191.176470588235],[187.254901960784,181.372549019608,167.647058823529],[153.921568627451,154.901960784314,137.254901960784],[142.156862745098,150.980392156863,134.313725490196],[122.549019607843,138.235294117647,127.450980392157],[109.803921568627,128.43137254902,126.470588235294],[116.666666666667,137.254901960784,140.196078431373],[71.5686274509804,92.156862745098,97.0588235294118],[110.78431372549,129.411764705882,133.333333333333],[169.607843137255,188.235294117647,184.313725490196],[154.901960784314,171.56862745098,163.725490196078],[124.509803921569,139.21568627451,136.274509803922],[83.3333333333333,102.941176470588,100.980392156863],[66.6666666666667,100.980392156863,94.1176470588235],[69.6078431372549,104.901960784314,95.0980392156863],[60.7843137254902,86.2745098039216,77.4509803921569],[110.78431372549,123.529411764706,116.666666666667],[107.843137254902,112.745098039216,105.882352941176],[92.156862745098,89.2156862745098,80.3921568627451],[123.529411764706,116.666666666667,106.862745098039],[127.450980392157,120.588235294118,110.78431372549],[95.0980392156863,95.0980392156863,83.3333333333333],[77.4509803921569,89.2156862745098,77.4509803921569],[53.921568627451,85.2941176470588,70.5882352941177],[60.7843137254902,98.0392156862745,85.2941176470588],[62.7450980392157,95.0980392156863,88.2352941176471],[45.0980392156863,76.4705882352941,73.5294117647059],[109.803921568627,150,146.078431372549],[135.294117647059,174.509803921569,165.686274509804],[111.764705882353,140.196078431373,120.588235294118],[101.960784313725,119.607843137255,96.078431372549],[96.078431372549,99.0196078431373,78.4313725490196],[104.901960784314,100.980392156863,76.4705882352941],[85.2941176470588,79.4117647058823,46.078431372549],[103.921568627451,95.0980392156863,64.7058823529412],[62.7450980392157,53.921568627451,39.2156862745098],[39.2156862745098,29.4117647058824,17.6470588235294],[51.9607843137255,41.1764705882353,19.6078431372549],[66.6666666666667,52.9411764705882,27.4509803921569],[169.607843137255,145.098039215686,123.529411764706],[195.098039215686,163.725490196078,139.21568627451],[209.803921568627,170.588235294118,135.294117647059],[138.235294117647,100,59.8039215686275],[69.6078431372549,40.1960784313726,2.94117647058824],[116.666666666667,87.2549019607843,51.9607843137255],[168.627450980392,133.333333333333,98.0392156862745],[139.21568627451,96.078431372549,61.7647058823529],[113.725490196078,62.7450980392157,26.4705882352941],[158.823529411765,100,66.6666666666667],[195.098039215686,130.392156862745,97.0588235294118],[154.901960784314,85.2941176470588,55.8823529411765],[165.686274509804,96.078431372549,68.6274509803922],[196.078431372549,127.450980392157,101.960784313725],[138.235294117647,75.4901960784314,50.9803921568627],[116.666666666667,61.7647058823529,39.2156862745098],[100,52.9411764705882,31.3725490196078],[78.4313725490196,38.2352941176471,18.6274509803922],[55.8823529411765,21.5686274509804,2.94117647058824],[65.6862745098039,37.2549019607843,23.5294117647059],[46.078431372549,19.6078431372549,10.7843137254902],[32.3529411764706,8.82352941176471,4.90196078431373],[22.5490196078431,4.90196078431373,2.94117647058824],[17.6470588235294,3.92156862745098,3.92156862745098],[10.7843137254902,1.96078431372549,4.90196078431373],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,9.80392156862745],[7.84313725490196,5.88235294117647,10.7843137254902],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,9.80392156862745],[11.7647058823529,4.90196078431373,12.7450980392157],[9.80392156862745,1.96078431372549,12.7450980392157],[3.92156862745098,0,6.86274509803922],[13.7254901960784,6.86274509803922,14.7058823529412],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,5.88235294117647],[18.6274509803922,17.6470588235294,15.6862745098039],[61.7647058823529,60.7843137254902,55.8823529411765],[28.4313725490196,25.4901960784314,16.6666666666667],[54.9019607843137,52.9411764705882,41.1764705882353],[34.3137254901961,35.2941176470588,21.5686274509804],[52.9411764705882,54.9019607843137,41.1764705882353],[47.0588235294118,50.9803921568627,36.2745098039216],[72.5490196078431,78.4313725490196,64.7058823529412],[48.0392156862745,57.843137254902,47.0588235294118],[29.4117647058824,41.1764705882353,31.3725490196078],[27.4509803921569,40.1960784313726,33.3333333333333],[22.5490196078431,37.2549019607843,32.3529411764706],[83.3333333333333,98.0392156862745,91.1764705882353],[58.8235294117647,70.5882352941177,58.8235294117647],[50,62.7450980392157,46.078431372549],[56.8627450980392,69.6078431372549,51.9607843137255],[87.2549019607843,100,80.3921568627451],[99.0196078431373,112.745098039216,90.1960784313725],[90.1960784313725,103.921568627451,81.3725490196078],[104.901960784314,119.607843137255,97.0588235294118],[68.6274509803922,83.3333333333333,62.7450980392157],[37.2549019607843,50,32.3529411764706],[75.4901960784314,88.2352941176471,70.5882352941177],[64.7058823529412,77.4509803921569,59.8039215686275],[73.5294117647059,85.2941176470588,65.6862745098039],[85.2941176470588,97.0588235294118,75.4901960784314],[127.450980392157,137.254901960784,113.725490196078],[167.647058823529,177.450980392157,150.980392156863],[118.627450980392,133.333333333333,112.745098039216],[89.2156862745098,114.705882352941,105.882352941176],[81.3725490196078,111.764705882353,106.862745098039],[124.509803921569,159.803921568627,148.039215686275],[114.705882352941,154.901960784314,139.21568627451],[88.2352941176471,129.411764705882,115.686274509804],[96.078431372549,133.333333333333,120.588235294118],[99.0196078431373,126.470588235294,112.745098039216],[107.843137254902,133.333333333333,124.509803921569],[135.294117647059,164.705882352941,164.705882352941],[116.666666666667,150,151.960784313725],[123.529411764706,158.823529411765,158.823529411765],[149.019607843137,186.274509803922,187.254901960784],[119.607843137255,159.803921568627,161.764705882353],[107.843137254902,145.098039215686,148.039215686275],[169.607843137255,197.058823529412,200],[201.960784313725,225.490196078431,225.490196078431],[168.627450980392,189.21568627451,190.196078431373],[137.254901960784,164.705882352941,167.647058823529],[116.666666666667,158.823529411765,167.647058823529],[115.686274509804,161.764705882353,179.411764705882],[160.78431372549,200,224.509803921569],[168.627450980392,201.960784313725,226.470588235294],[219.607843137255,250,250],[221.56862745098,249.019607843137,250],[183.333333333333,205.882352941176,211.764705882353],[195.098039215686,214.705882352941,223.529411764706],[191.176470588235,211.764705882353,228.43137254902],[149.019607843137,180.392156862745,200.980392156863],[101.960784313725,155.882352941176,176.470588235294],[143.137254901961,207.843137254902,231.372549019608],[131.372549019608,197.058823529412,222.549019607843],[95.0980392156863,157.843137254902,182.352941176471],[117.647058823529,174.509803921569,194.117647058824],[112.745098039216,162.745098039216,179.411764705882],[119.607843137255,164.705882352941,179.411764705882],[107.843137254902,147.058823529412,158.823529411765],[170.588235294118,205.882352941176,217.647058823529],[206.862745098039,240.196078431373,250],[156.862745098039,192.156862745098,203.921568627451],[127.450980392157,165.686274509804,180.392156862745],[90.1960784313725,136.274509803922,151.960784313725],[92.156862745098,144.117647058824,161.764705882353],[89.2156862745098,147.058823529412,164.705882352941],[102.941176470588,162.745098039216,181.372549019608],[118.627450980392,176.470588235294,194.117647058824],[113.725490196078,167.647058823529,187.254901960784],[109.803921568627,159.803921568627,178.43137254902],[114.705882352941,162.745098039216,179.411764705882],[116.666666666667,162.745098039216,182.352941176471],[112.745098039216,159.803921568627,181.372549019608],[118.627450980392,167.647058823529,190.196078431373],[103.921568627451,154.901960784314,176.470588235294],[90.1960784313725,145.098039215686,167.647058823529],[103.921568627451,160.78431372549,184.313725490196],[108.823529411765,167.647058823529,191.176470588235],[105.882352941176,166.666666666667,189.21568627451],[87.2549019607843,150.980392156863,172.549019607843],[85.2941176470588,149.019607843137,168.627450980392],[90.1960784313725,151.960784313725,169.607843137255],[97.0588235294118,157.843137254902,172.549019607843],[89.2156862745098,147.058823529412,160.78431372549],[87.2549019607843,144.117647058824,154.901960784314],[93.1372549019608,149.019607843137,157.843137254902],[83.3333333333333,134.313725490196,145.098039215686],[100,145.098039215686,159.803921568627],[89.2156862745098,134.313725490196,147.058823529412],[91.1764705882353,144.117647058824,146.078431372549],[125.490196078431,174.509803921569,173.529411764706],[128.43137254902,166.666666666667,165.686274509804],[116.666666666667,137.254901960784,140.196078431373],[174.509803921569,175.490196078431,179.411764705882],[182.352941176471,173.529411764706,176.470588235294],[195.098039215686,184.313725490196,182.352941176471],[250,238.235294117647,235.294117647059],[236.274509803922,225.490196078431,223.529411764706],[231.372549019608,219.607843137255,219.607843137255],[232.352941176471,220.588235294118,224.509803921569],[250,241.176470588235,248.039215686275],[250,238.235294117647,243.137254901961],[243.137254901961,229.411764705882,228.43137254902],[219.607843137255,207.843137254902,192.156862745098],[229.411764705882,218.627450980392,200.980392156863],[230.392156862745,216.666666666667,205.882352941176],[216.666666666667,200,192.156862745098],[245.098039215686,228.43137254902,218.627450980392],[227.450980392157,215.686274509804,201.960784313725],[162.745098039216,155.882352941176,137.254901960784],[157.843137254902,159.803921568627,138.235294117647],[128.43137254902,137.254901960784,118.627450980392],[107.843137254902,123.529411764706,112.745098039216],[88.2352941176471,109.803921568627,107.843137254902],[102.941176470588,127.450980392157,131.372549019608],[86.2745098039216,112.745098039216,119.607843137255],[81.3725490196078,108.823529411765,112.745098039216],[68.6274509803922,97.0588235294118,95.0980392156863],[104.901960784314,127.450980392157,121.56862745098],[137.254901960784,149.019607843137,145.098039215686],[123.529411764706,138.235294117647,131.372549019608],[73.5294117647059,100,91.1764705882353],[65.6862745098039,95.0980392156863,85.2941176470588],[61.7647058823529,82.3529411764706,75.4901960784314],[98.0392156862745,112.745098039216,107.843137254902],[110.78431372549,121.56862745098,113.725490196078],[112.745098039216,119.607843137255,111.764705882353],[111.764705882353,114.705882352941,103.921568627451],[94.1176470588235,94.1176470588235,82.3529411764706],[166.666666666667,166.666666666667,154.901960784314],[149.019607843137,154.901960784314,141.176470588235],[76.4705882352941,99.0196078431373,81.3725490196078],[111.764705882353,138.235294117647,121.56862745098],[91.1764705882353,112.745098039216,100],[39.2156862745098,64.7058823529412,53.921568627451],[112.745098039216,145.098039215686,138.235294117647],[184.313725490196,215.686274509804,204.901960784314],[206.862745098039,229.411764705882,209.803921568627],[195.098039215686,206.862745098039,183.333333333333],[154.901960784314,153.921568627451,133.333333333333],[164.705882352941,158.823529411765,133.333333333333],[145.098039215686,137.254901960784,101.960784313725],[144.117647058824,135.294117647059,102.941176470588],[90.1960784313725,82.3529411764706,63.7254901960784],[43.1372549019608,36.2745098039216,20.5882352941176],[56.8627450980392,49.0196078431373,26.4705882352941],[119.607843137255,105.882352941176,80.3921568627451],[165.686274509804,142.156862745098,118.627450980392],[151.960784313725,118.627450980392,92.156862745098],[198.039215686275,158.823529411765,123.529411764706],[118.627450980392,81.3725490196078,43.1372549019608],[44.1176470588235,22.5490196078431,0],[87.2549019607843,69.6078431372549,34.3137254901961],[164.705882352941,139.21568627451,104.901960784314],[125.490196078431,92.156862745098,55.8823529411765],[110.78431372549,65.6862745098039,32.3529411764706],[140.196078431373,85.2941176470588,50.9803921568627],[161.764705882353,98.0392156862745,66.6666666666667],[162.745098039216,93.1372549019608,63.7254901960784],[158.823529411765,89.2156862745098,59.8039215686275],[131.372549019608,62.7450980392157,37.2549019607843],[96.078431372549,33.3333333333333,8.82352941176471],[122.549019607843,65.6862745098039,44.1176470588235],[93.1372549019608,46.078431372549,24.5098039215686],[39.2156862745098,0,0],[38.2352941176471,5.88235294117647,0],[62.7450980392157,34.3137254901961,20.5882352941176],[58.8235294117647,32.3529411764706,23.5294117647059],[32.3529411764706,8.82352941176471,4.90196078431373],[19.6078431372549,1.96078431372549,0],[19.6078431372549,5.88235294117647,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[9.80392156862745,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,3.92156862745098,10.7843137254902],[7.84313725490196,0,14.7058823529412],[14.7058823529412,7.84313725490196,23.5294117647059],[2.94117647058824,0,11.7647058823529],[4.90196078431373,0,10.7843137254902],[12.7450980392157,6.86274509803922,16.6666666666667],[10.7843137254902,5.88235294117647,12.7450980392157],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,5.88235294117647,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,9.80392156862745,14.7058823529412],[12.7450980392157,12.7450980392157,14.7058823529412],[7.84313725490196,5.88235294117647,6.86274509803922],[17.6470588235294,16.6666666666667,14.7058823529412],[27.4509803921569,26.4705882352941,22.5490196078431],[18.6274509803922,17.6470588235294,12.7450980392157],[12.7450980392157,12.7450980392157,4.90196078431373],[21.5686274509804,22.5490196078431,14.7058823529412],[34.3137254901961,37.2549019607843,28.4313725490196],[42.156862745098,47.0588235294118,40.1960784313726],[40.1960784313726,47.0588235294118,39.2156862745098],[19.6078431372549,29.4117647058824,21.5686274509804],[21.5686274509804,34.3137254901961,27.4509803921569],[48.0392156862745,59.8039215686275,55.8823529411765],[43.1372549019608,55.8823529411765,49.0196078431373],[41.1764705882353,52.9411764705882,41.1764705882353],[66.6666666666667,77.4509803921569,61.7647058823529],[51.9607843137255,64.7058823529412,47.0588235294118],[114.705882352941,127.450980392157,107.843137254902],[73.5294117647059,88.2352941176471,67.6470588235294],[45.0980392156863,59.8039215686275,39.2156862745098],[82.3529411764706,97.0588235294118,76.4705882352941],[108.823529411765,123.529411764706,104.901960784314],[80.3921568627451,94.1176470588235,77.4509803921569],[73.5294117647059,86.2745098039216,69.6078431372549],[63.7254901960784,76.4705882352941,59.8039215686275],[65.6862745098039,76.4705882352941,60.7843137254902],[97.0588235294118,108.823529411765,89.2156862745098],[131.372549019608,143.137254901961,121.56862745098],[127.450980392157,140.196078431373,114.705882352941],[85.2941176470588,101.960784313725,83.3333333333333],[72.5490196078431,102.941176470588,97.0588235294118],[82.3529411764706,120.588235294118,117.647058823529],[102.941176470588,138.235294117647,128.43137254902],[132.352941176471,167.647058823529,157.843137254902],[64.7058823529412,104.901960784314,97.0588235294118],[71.5686274509804,110.78431372549,102.941176470588],[85.2941176470588,114.705882352941,102.941176470588],[105.882352941176,135.294117647059,125.490196078431],[100.980392156863,138.235294117647,139.21568627451],[119.607843137255,157.843137254902,162.745098039216],[142.156862745098,173.529411764706,172.549019607843],[158.823529411765,188.235294117647,188.235294117647],[121.56862745098,155.882352941176,159.803921568627],[143.137254901961,177.450980392157,181.372549019608],[207.843137254902,237.254901960784,239.21568627451],[156.862745098039,184.313725490196,185.294117647059],[134.313725490196,161.764705882353,164.705882352941],[161.764705882353,194.117647058824,200.980392156863],[125.490196078431,172.549019607843,182.352941176471],[110.78431372549,158.823529411765,172.549019607843],[131.372549019608,169.607843137255,186.274509803922],[150.980392156863,182.352941176471,197.058823529412],[196.078431372549,222.549019607843,233.333333333333],[206.862745098039,229.411764705882,237.254901960784],[197.058823529412,215.686274509804,222.549019607843],[173.529411764706,192.156862745098,205.882352941176],[174.509803921569,200.980392156863,221.56862745098],[138.235294117647,179.411764705882,202.941176470588],[113.725490196078,174.509803921569,199.019607843137],[93.1372549019608,161.764705882353,186.274509803922],[106.862745098039,173.529411764706,196.078431372549],[129.411764705882,190.196078431373,212.745098039216],[121.56862745098,172.549019607843,193.137254901961],[126.470588235294,172.549019607843,190.196078431373],[107.843137254902,150,166.666666666667],[100.980392156863,139.21568627451,153.921568627451],[173.529411764706,208.823529411765,222.549019607843],[191.176470588235,226.470588235294,238.235294117647],[154.901960784314,192.156862745098,202.941176470588],[147.058823529412,188.235294117647,200],[110.78431372549,157.843137254902,169.607843137255],[97.0588235294118,150,161.764705882353],[85.2941176470588,140.196078431373,152.941176470588],[128.43137254902,183.333333333333,198.039215686275],[137.254901960784,189.21568627451,202.941176470588],[102.941176470588,150.980392156863,164.705882352941],[116.666666666667,161.764705882353,174.509803921569],[138.235294117647,181.372549019608,194.117647058824],[114.705882352941,159.803921568627,175.490196078431],[113.725490196078,159.803921568627,177.450980392157],[107.843137254902,154.901960784314,174.509803921569],[101.960784313725,152.941176470588,173.529411764706],[88.2352941176471,142.156862745098,162.745098039216],[91.1764705882353,148.039215686275,169.607843137255],[107.843137254902,167.647058823529,188.235294117647],[100.980392156863,160.78431372549,181.372549019608],[97.0588235294118,157.843137254902,178.43137254902],[87.2549019607843,148.039215686275,168.627450980392],[85.2941176470588,145.098039215686,163.725490196078],[90.1960784313725,150.980392156863,165.686274509804],[81.3725490196078,139.21568627451,152.941176470588],[77.4509803921569,134.313725490196,146.078431372549],[90.1960784313725,146.078431372549,156.862745098039],[91.1764705882353,142.156862745098,152.941176470588],[105.882352941176,147.058823529412,158.823529411765],[100,141.176470588235,152.941176470588],[82.3529411764706,134.313725490196,138.235294117647],[101.960784313725,150.980392156863,151.960784313725],[140.196078431373,173.529411764706,172.549019607843],[198.039215686275,211.764705882353,211.764705882353],[220.588235294118,214.705882352941,214.705882352941],[222.549019607843,208.823529411765,207.843137254902],[204.901960784314,194.117647058824,192.156862745098],[216.666666666667,206.862745098039,204.901960784314],[179.411764705882,171.56862745098,168.627450980392],[217.647058823529,207.843137254902,206.862745098039],[228.43137254902,213.725490196078,218.627450980392],[237.254901960784,222.549019607843,229.411764705882],[250,245.098039215686,250],[246.078431372549,236.274509803922,237.254901960784],[248.039215686275,239.21568627451,222.549019607843],[206.862745098039,195.098039215686,173.529411764706],[202.941176470588,187.254901960784,171.56862745098],[192.156862745098,176.470588235294,161.764705882353],[192.156862745098,176.470588235294,160.78431372549],[217.647058823529,204.901960784314,186.274509803922],[186.274509803922,178.43137254902,155.882352941176],[144.117647058824,144.117647058824,120.588235294118],[154.901960784314,162.745098039216,142.156862745098],[135.294117647059,150.980392156863,138.235294117647],[100.980392156863,122.549019607843,119.607843137255],[72.5490196078431,100,103.921568627451],[62.7450980392157,92.156862745098,100],[83.3333333333333,115.686274509804,122.549019607843],[67.6470588235294,100.980392156863,102.941176470588],[70.5882352941177,99.0196078431373,97.0588235294118],[115.686274509804,126.470588235294,120.588235294118],[124.509803921569,131.372549019608,123.529411764706],[101.960784313725,117.647058823529,107.843137254902],[85.2941176470588,100,93.1372549019608],[94.1176470588235,104.901960784314,100.980392156863],[103.921568627451,114.705882352941,110.78431372549],[68.6274509803922,85.2941176470588,79.4117647058823],[99.0196078431373,115.686274509804,105.882352941176],[102.941176470588,114.705882352941,102.941176470588],[57.843137254902,60.7843137254902,50],[103.921568627451,96.078431372549,85.2941176470588],[175.490196078431,167.647058823529,154.901960784314],[149.019607843137,153.921568627451,134.313725490196],[108.823529411765,120.588235294118,99.0196078431373],[77.4509803921569,89.2156862745098,69.6078431372549],[77.4509803921569,90.1960784313725,72.5490196078431],[70.5882352941177,90.1960784313725,78.4313725490196],[89.2156862745098,108.823529411765,97.0588235294118],[140.196078431373,154.901960784314,136.274509803922],[157.843137254902,166.666666666667,146.078431372549],[187.254901960784,190.196078431373,171.56862745098],[165.686274509804,165.686274509804,142.156862745098],[177.450980392157,174.509803921569,142.156862745098],[177.450980392157,171.56862745098,140.196078431373],[150.980392156863,140.196078431373,118.627450980392],[152.941176470588,141.176470588235,119.607843137255],[170.588235294118,155.882352941176,127.450980392157],[156.862745098039,138.235294117647,106.862745098039],[135.294117647059,109.803921568627,83.3333333333333],[158.823529411765,128.43137254902,100],[150,114.705882352941,81.3725490196078],[79.4117647058823,50,14.7058823529412],[21.5686274509804,11.7647058823529,0],[125.490196078431,119.607843137255,86.2745098039216],[181.372549019608,167.647058823529,133.333333333333],[110.78431372549,85.2941176470588,52.9411764705882],[109.803921568627,72.5490196078431,37.2549019607843],[132.352941176471,83.3333333333333,50.9803921568627],[136.274509803922,77.4509803921569,44.1176470588235],[130.392156862745,65.6862745098039,34.3137254901961],[136.274509803922,66.6666666666667,37.2549019607843],[159.803921568627,92.156862745098,63.7254901960784],[160.78431372549,98.0392156862745,71.5686274509804],[143.137254901961,86.2745098039216,64.7058823529412],[108.823529411765,61.7647058823529,40.1960784313726],[55.8823529411765,15.6862745098039,0],[52.9411764705882,20.5882352941176,1.96078431372549],[45.0980392156863,17.6470588235294,3.92156862745098],[55.8823529411765,29.4117647058824,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[17.6470588235294,0,0],[19.6078431372549,3.92156862745098,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,1.96078431372549,9.80392156862745],[26.4705882352941,19.6078431372549,37.2549019607843],[135.294117647059,127.450980392157,150.980392156863],[116.666666666667,108.823529411765,129.411764705882],[2.94117647058824,0,13.7254901960784],[4.90196078431373,0,13.7254901960784],[3.92156862745098,0,9.80392156862745],[7.84313725490196,2.94117647058824,9.80392156862745],[3.92156862745098,0,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[5.88235294117647,9.80392156862745,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[13.7254901960784,14.7058823529412,16.6666666666667],[14.7058823529412,14.7058823529412,14.7058823529412],[22.5490196078431,22.5490196078431,22.5490196078431],[46.078431372549,46.078431372549,44.1176470588235],[47.0588235294118,47.0588235294118,45.0980392156863],[6.86274509803922,6.86274509803922,4.90196078431373],[25.4901960784314,26.4705882352941,21.5686274509804],[44.1176470588235,46.078431372549,41.1764705882353],[50.9803921568627,55.8823529411765,50],[43.1372549019608,50,43.1372549019608],[28.4313725490196,37.2549019607843,32.3529411764706],[31.3725490196078,42.156862745098,36.2745098039216],[47.0588235294118,59.8039215686275,52.9411764705882],[49.0196078431373,59.8039215686275,51.9607843137255],[56.8627450980392,68.6274509803922,56.8627450980392],[89.2156862745098,100,86.2745098039216],[61.7647058823529,74.5098039215686,57.843137254902],[59.8039215686275,72.5490196078431,54.9019607843137],[86.2745098039216,100.980392156863,82.3529411764706],[59.8039215686275,74.5098039215686,55.8823529411765],[56.8627450980392,71.5686274509804,52.9411764705882],[68.6274509803922,82.3529411764706,65.6862745098039],[89.2156862745098,102.941176470588,88.2352941176471],[93.1372549019608,106.862745098039,92.156862745098],[100.980392156863,114.705882352941,100],[88.2352941176471,100,86.2745098039216],[81.3725490196078,94.1176470588235,76.4705882352941],[111.764705882353,123.529411764706,101.960784313725],[147.058823529412,158.823529411765,135.294117647059],[92.156862745098,110.78431372549,91.1764705882353],[71.5686274509804,103.921568627451,95.0980392156863],[63.7254901960784,100,93.1372549019608],[77.4509803921569,106.862745098039,97.0588235294118],[96.078431372549,125.490196078431,115.686274509804],[89.2156862745098,125.490196078431,118.627450980392],[81.3725490196078,117.647058823529,109.803921568627],[114.705882352941,146.078431372549,131.372549019608],[103.921568627451,137.254901960784,123.529411764706],[97.0588235294118,138.235294117647,136.274509803922],[82.3529411764706,121.56862745098,121.56862745098],[98.0392156862745,123.529411764706,120.588235294118],[155.882352941176,177.450980392157,175.490196078431],[159.803921568627,189.21568627451,191.176470588235],[178.43137254902,208.823529411765,211.764705882353],[214.705882352941,244.117647058824,242.156862745098],[150,181.372549019608,180.392156862745],[156.862745098039,191.176470588235,195.098039215686],[122.549019607843,164.705882352941,171.56862745098],[103.921568627451,154.901960784314,165.686274509804],[129.411764705882,178.43137254902,189.21568627451],[123.529411764706,162.745098039216,174.509803921569],[155.882352941176,183.333333333333,195.098039215686],[181.372549019608,198.039215686275,205.882352941176],[240.196078431373,250,250],[214.705882352941,228.43137254902,237.254901960784],[156.862745098039,178.43137254902,192.156862745098],[138.235294117647,174.509803921569,193.137254901961],[127.450980392157,178.43137254902,200],[98.0392156862745,162.745098039216,186.274509803922],[89.2156862745098,155.882352941176,178.43137254902],[111.764705882353,171.56862745098,192.156862745098],[125.490196078431,179.411764705882,200],[143.137254901961,190.196078431373,211.764705882353],[149.019607843137,193.137254901961,213.725490196078],[113.725490196078,153.921568627451,171.56862745098],[146.078431372549,184.313725490196,200.980392156863],[194.117647058824,230.392156862745,246.078431372549],[135.294117647059,174.509803921569,186.274509803922],[113.725490196078,154.901960784314,166.666666666667],[120.588235294118,166.666666666667,176.470588235294],[117.647058823529,166.666666666667,175.490196078431],[109.803921568627,162.745098039216,172.549019607843],[114.705882352941,167.647058823529,177.450980392157],[138.235294117647,191.176470588235,200.980392156863],[119.607843137255,166.666666666667,176.470588235294],[106.862745098039,150,158.823529411765],[138.235294117647,177.450980392157,185.294117647059],[130.392156862745,169.607843137255,177.450980392157],[116.666666666667,161.764705882353,174.509803921569],[108.823529411765,156.862745098039,170.588235294118],[95.0980392156863,146.078431372549,159.803921568627],[100.980392156863,152.941176470588,168.627450980392],[89.2156862745098,144.117647058824,160.78431372549],[82.3529411764706,138.235294117647,156.862745098039],[101.960784313725,158.823529411765,178.43137254902],[94.1176470588235,153.921568627451,172.549019607843],[92.156862745098,151.960784313725,170.588235294118],[86.2745098039216,146.078431372549,164.705882352941],[82.3529411764706,142.156862745098,159.803921568627],[86.2745098039216,144.117647058824,159.803921568627],[77.4509803921569,134.313725490196,146.078431372549],[71.5686274509804,128.43137254902,139.21568627451],[85.2941176470588,141.176470588235,150],[93.1372549019608,142.156862745098,150.980392156863],[127.450980392157,169.607843137255,178.43137254902],[121.56862745098,161.764705882353,167.647058823529],[79.4117647058823,123.529411764706,126.470588235294],[76.4705882352941,115.686274509804,115.686274509804],[107.843137254902,132.352941176471,129.411764705882],[200.980392156863,206.862745098039,202.941176470588],[250,240.196078431373,238.235294117647],[250,240.196078431373,235.294117647059],[233.333333333333,222.549019607843,216.666666666667],[223.529411764706,214.705882352941,209.803921568627],[213.725490196078,203.921568627451,201.960784313725],[250,246.078431372549,246.078431372549],[245.098039215686,229.411764705882,232.352941176471],[229.411764705882,214.705882352941,221.56862745098],[250,243.137254901961,250],[232.352941176471,228.43137254902,227.450980392157],[242.156862745098,234.313725490196,215.686274509804],[212.745098039216,200.980392156863,175.490196078431],[209.803921568627,195.098039215686,172.549019607843],[235.294117647059,218.627450980392,199.019607843137],[199.019607843137,182.352941176471,162.745098039216],[176.470588235294,160.78431372549,138.235294117647],[209.803921568627,198.039215686275,172.549019607843],[184.313725490196,179.411764705882,150.980392156863],[168.627450980392,170.588235294118,147.058823529412],[135.294117647059,147.058823529412,127.450980392157],[113.725490196078,130.392156862745,120.588235294118],[101.960784313725,126.470588235294,123.529411764706],[86.2745098039216,114.705882352941,118.627450980392],[81.3725490196078,113.725490196078,120.588235294118],[91.1764705882353,125.490196078431,131.372549019608],[83.3333333333333,110.78431372549,111.764705882353],[106.862745098039,116.666666666667,108.823529411765],[96.078431372549,96.078431372549,86.2745098039216],[98.0392156862745,99.0196078431373,93.1372549019608],[109.803921568627,110.78431372549,105.882352941176],[106.862745098039,102.941176470588,103.921568627451],[93.1372549019608,95.0980392156863,94.1176470588235],[100,116.666666666667,108.823529411765],[107.843137254902,131.372549019608,118.627450980392],[92.156862745098,109.803921568627,96.078431372549],[76.4705882352941,80.3921568627451,66.6666666666667],[83.3333333333333,69.6078431372549,58.8235294117647],[153.921568627451,134.313725490196,123.529411764706],[170.588235294118,161.764705882353,145.098039215686],[127.450980392157,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,87.2549019607843],[143.137254901961,150.980392156863,130.392156862745],[115.686274509804,126.470588235294,109.803921568627],[85.2941176470588,98.0392156862745,81.3725490196078],[122.549019607843,134.313725490196,114.705882352941],[155.882352941176,164.705882352941,146.078431372549],[127.450980392157,134.313725490196,118.627450980392],[64.7058823529412,67.6470588235294,49.0196078431373],[103.921568627451,103.921568627451,76.4705882352941],[124.509803921569,121.56862745098,91.1764705882353],[197.058823529412,187.254901960784,162.745098039216],[243.137254901961,229.411764705882,202.941176470588],[206.862745098039,188.235294117647,155.882352941176],[175.490196078431,152.941176470588,119.607843137255],[155.882352941176,129.411764705882,100.980392156863],[217.647058823529,188.235294117647,160.78431372549],[175.490196078431,145.098039215686,116.666666666667],[65.6862745098039,43.1372549019608,12.7450980392157],[45.0980392156863,40.1960784313726,10.7843137254902],[81.3725490196078,82.3529411764706,51.9607843137255],[124.509803921569,115.686274509804,85.2941176470588],[154.901960784314,136.274509803922,104.901960784314],[162.745098039216,130.392156862745,98.0392156862745],[139.21568627451,95.0980392156863,62.7450980392157],[148.039215686275,95.0980392156863,61.7647058823529],[141.176470588235,82.3529411764706,49.0196078431373],[134.313725490196,70.5882352941177,39.2156862745098],[165.686274509804,103.921568627451,73.5294117647059],[146.078431372549,87.2549019607843,59.8039215686275],[104.901960784314,51.9607843137255,28.4313725490196],[116.666666666667,70.5882352941177,50.9803921568627],[77.4509803921569,40.1960784313726,21.5686274509804],[65.6862745098039,33.3333333333333,14.7058823529412],[84.3137254901961,56.8627450980392,43.1372549019608],[42.156862745098,15.6862745098039,6.86274509803922],[24.5098039215686,0.980392156862745,0],[20.5882352941176,1.96078431372549,0],[21.5686274509804,5.88235294117647,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0.980392156862745,7.84313725490196],[49.0196078431373,44.1176470588235,63.7254901960784],[250,245.098039215686,250],[240.196078431373,235.294117647059,250],[24.5098039215686,19.6078431372549,39.2156862745098],[4.90196078431373,0,13.7254901960784],[4.90196078431373,0,12.7450980392157],[18.6274509803922,12.7450980392157,22.5490196078431],[8.82352941176471,3.92156862745098,9.80392156862745],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[3.92156862745098,7.84313725490196,8.82352941176471],[8.82352941176471,12.7450980392157,11.7647058823529],[18.6274509803922,22.5490196078431,21.5686274509804],[22.5490196078431,24.5098039215686,23.5294117647059],[25.4901960784314,27.4509803921569,26.4705882352941],[36.2745098039216,36.2745098039216,36.2745098039216],[69.6078431372549,69.6078431372549,69.6078431372549],[39.2156862745098,41.1764705882353,40.1960784313726],[48.0392156862745,50,49.0196078431373],[69.6078431372549,71.5686274509804,70.5882352941177],[64.7058823529412,69.6078431372549,65.6862745098039],[25.4901960784314,31.3725490196078,27.4509803921569],[31.3725490196078,41.1764705882353,33.3333333333333],[62.7450980392157,72.5490196078431,64.7058823529412],[49.0196078431373,60.7843137254902,50.9803921568627],[37.2549019607843,49.0196078431373,39.2156862745098],[44.1176470588235,55.8823529411765,44.1176470588235],[48.0392156862745,59.8039215686275,46.078431372549],[42.156862745098,53.921568627451,40.1960784313726],[55.8823529411765,68.6274509803922,51.9607843137255],[37.2549019607843,50.9803921568627,34.3137254901961],[48.0392156862745,61.7647058823529,45.0980392156863],[43.1372549019608,59.8039215686275,44.1176470588235],[51.9607843137255,67.6470588235294,54.9019607843137],[44.1176470588235,59.8039215686275,47.0588235294118],[51.9607843137255,64.7058823529412,54.9019607843137],[110.78431372549,123.529411764706,113.725490196078],[91.1764705882353,104.901960784314,92.156862745098],[66.6666666666667,80.3921568627451,63.7254901960784],[113.725490196078,126.470588235294,106.862745098039],[150,163.725490196078,141.176470588235],[88.2352941176471,106.862745098039,85.2941176470588],[77.4509803921569,104.901960784314,90.1960784313725],[89.2156862745098,118.627450980392,106.862745098039],[97.0588235294118,119.607843137255,103.921568627451],[100,120.588235294118,105.882352941176],[89.2156862745098,116.666666666667,104.901960784314],[111.764705882353,141.176470588235,129.411764705882],[157.843137254902,186.274509803922,166.666666666667],[169.607843137255,201.960784313725,183.333333333333],[113.725490196078,150,142.156862745098],[121.56862745098,152.941176470588,148.039215686275],[161.764705882353,180.392156862745,174.509803921569],[208.823529411765,223.529411764706,218.627450980392],[198.039215686275,217.647058823529,216.666666666667],[167.647058823529,191.176470588235,191.176470588235],[173.529411764706,201.960784313725,197.058823529412],[176.470588235294,211.764705882353,207.843137254902],[121.56862745098,169.607843137255,174.509803921569],[105.882352941176,158.823529411765,170.588235294118],[163.725490196078,214.705882352941,228.43137254902],[109.803921568627,156.862745098039,170.588235294118],[153.921568627451,193.137254901961,204.901960784314],[152.941176470588,179.411764705882,190.196078431373],[174.509803921569,181.372549019608,191.176470588235],[204.901960784314,204.901960784314,214.705882352941],[164.705882352941,172.549019607843,183.333333333333],[152.941176470588,175.490196078431,189.21568627451],[91.1764705882353,141.176470588235,157.843137254902],[89.2156862745098,152.941176470588,172.549019607843],[102.941176470588,166.666666666667,188.235294117647],[116.666666666667,173.529411764706,195.098039215686],[108.823529411765,155.882352941176,175.490196078431],[129.411764705882,171.56862745098,190.196078431373],[118.627450980392,159.803921568627,183.333333333333],[102.941176470588,144.117647058824,167.647058823529],[86.2745098039216,126.470588235294,148.039215686275],[152.941176470588,193.137254901961,212.745098039216],[204.901960784314,245.098039215686,250],[136.274509803922,178.43137254902,194.117647058824],[102.941176470588,148.039215686275,160.78431372549],[98.0392156862745,147.058823529412,155.882352941176],[90.1960784313725,144.117647058824,150.980392156863],[82.3529411764706,136.274509803922,143.137254901961],[128.43137254902,182.352941176471,187.254901960784],[158.823529411765,210.78431372549,216.666666666667],[129.411764705882,175.490196078431,181.372549019608],[113.725490196078,155.882352941176,161.764705882353],[131.372549019608,167.647058823529,173.529411764706],[132.352941176471,170.588235294118,177.450980392157],[120.588235294118,163.725490196078,172.549019607843],[95.0980392156863,142.156862745098,151.960784313725],[90.1960784313725,139.21568627451,150],[101.960784313725,154.901960784314,166.666666666667],[98.0392156862745,152.941176470588,165.686274509804],[95.0980392156863,151.960784313725,165.686274509804],[106.862745098039,164.705882352941,180.392156862745],[111.764705882353,169.607843137255,187.254901960784],[86.2745098039216,144.117647058824,161.764705882353],[98.0392156862745,155.882352941176,173.529411764706],[96.078431372549,153.921568627451,171.56862745098],[92.156862745098,148.039215686275,164.705882352941],[84.3137254901961,141.176470588235,152.941176470588],[79.4117647058823,135.294117647059,146.078431372549],[85.2941176470588,138.235294117647,148.039215686275],[85.2941176470588,134.313725490196,143.137254901961],[88.2352941176471,130.392156862745,136.274509803922],[136.274509803922,173.529411764706,176.470588235294],[146.078431372549,179.411764705882,178.43137254902],[121.56862745098,146.078431372549,143.137254901961],[132.352941176471,141.176470588235,138.235294117647],[196.078431372549,193.137254901961,188.235294117647],[230.392156862745,219.607843137255,213.725490196078],[220.588235294118,207.843137254902,199.019607843137],[226.470588235294,218.627450980392,207.843137254902],[201.960784313725,194.117647058824,183.333333333333],[216.666666666667,203.921568627451,198.039215686275],[250,232.352941176471,232.352941176471],[250,243.137254901961,250],[250,234.313725490196,244.117647058824],[230.392156862745,227.450980392157,234.313725490196],[207.843137254902,206.862745098039,204.901960784314],[155.882352941176,148.039215686275,125.490196078431],[169.607843137255,156.862745098039,125.490196078431],[226.470588235294,209.803921568627,184.313725490196],[212.745098039216,193.137254901961,169.607843137255],[232.352941176471,212.745098039216,189.21568627451],[223.529411764706,203.921568627451,180.392156862745],[200,183.333333333333,155.882352941176],[185.294117647059,171.56862745098,143.137254901961],[192.156862745098,187.254901960784,157.843137254902],[93.1372549019608,96.078431372549,67.6470588235294],[127.450980392157,136.274509803922,115.686274509804],[94.1176470588235,109.803921568627,97.0588235294118],[64.7058823529412,86.2745098039216,83.3333333333333],[75.4901960784314,102.941176470588,105.882352941176],[82.3529411764706,110.78431372549,118.627450980392],[80.3921568627451,100.980392156863,105.882352941176],[102.941176470588,104.901960784314,100],[119.607843137255,110.78431372549,101.960784313725],[142.156862745098,128.43137254902,125.490196078431],[166.666666666667,149.019607843137,149.019607843137],[146.078431372549,126.470588235294,128.43137254902],[78.4313725490196,68.6274509803922,69.6078431372549],[100,112.745098039216,103.921568627451],[77.4509803921569,100.980392156863,87.2549019607843],[68.6274509803922,86.2745098039216,70.5882352941177],[82.3529411764706,84.3137254901961,71.5686274509804],[132.352941176471,107.843137254902,100.980392156863],[130.392156862745,96.078431372549,90.1960784313725],[137.254901960784,113.725490196078,103.921568627451],[146.078431372549,134.313725490196,120.588235294118],[84.3137254901961,85.2941176470588,67.6470588235294],[128.43137254902,135.294117647059,117.647058823529],[168.627450980392,172.549019607843,155.882352941176],[120.588235294118,127.450980392157,111.764705882353],[118.627450980392,127.450980392157,110.78431372549],[177.450980392157,185.294117647059,170.588235294118],[117.647058823529,128.43137254902,114.705882352941],[90.1960784313725,99.0196078431373,82.3529411764706],[139.21568627451,144.117647058824,121.56862745098],[150.980392156863,150.980392156863,125.490196078431],[197.058823529412,190.196078431373,162.745098039216],[208.823529411765,195.098039215686,166.666666666667],[149.019607843137,131.372549019608,96.078431372549],[109.803921568627,87.2549019607843,53.921568627451],[120.588235294118,96.078431372549,66.6666666666667],[186.274509803922,160.78431372549,134.313725490196],[137.254901960784,111.764705882353,87.2549019607843],[158.823529411765,142.156862745098,116.666666666667],[200,196.078431372549,171.56862745098],[61.7647058823529,59.8039215686275,35.2941176470588],[42.156862745098,35.2941176470588,7.84313725490196],[160.78431372549,144.117647058824,116.666666666667],[208.823529411765,182.352941176471,152.941176470588],[189.21568627451,153.921568627451,120.588235294118],[167.647058823529,124.509803921569,90.1960784313725],[166.666666666667,117.647058823529,83.3333333333333],[149.019607843137,96.078431372549,62.7450980392157],[143.137254901961,89.2156862745098,58.8235294117647],[129.411764705882,79.4117647058823,50.9803921568627],[100.980392156863,54.9019607843137,29.4117647058824],[96.078431372549,54.9019607843137,33.3333333333333],[93.1372549019608,56.8627450980392,38.2352941176471],[69.6078431372549,37.2549019607843,20.5882352941176],[52.9411764705882,24.5098039215686,10.7843137254902],[43.1372549019608,14.7058823529412,6.86274509803922],[29.4117647058824,4.90196078431373,0],[22.5490196078431,1.96078431372549,0],[19.6078431372549,3.92156862745098,3.92156862745098],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,5.88235294117647],[11.7647058823529,5.88235294117647,9.80392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,6.86274509803922],[28.4313725490196,24.5098039215686,41.1764705882353],[158.823529411765,155.882352941176,176.470588235294],[139.21568627451,134.313725490196,153.921568627451],[5.88235294117647,1.96078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,15.6862745098039],[0.980392156862745,0,8.82352941176471],[12.7450980392157,6.86274509803922,16.6666666666667],[2.94117647058824,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,6.86274509803922,9.80392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[5.88235294117647,10.7843137254902,6.86274509803922],[20.5882352941176,25.4901960784314,21.5686274509804],[31.3725490196078,35.2941176470588,34.3137254901961],[17.6470588235294,21.5686274509804,22.5490196078431],[50.9803921568627,54.9019607843137,55.8823529411765],[16.6666666666667,20.5882352941176,21.5686274509804],[18.6274509803922,22.5490196078431,23.5294117647059],[37.2549019607843,41.1764705882353,42.156862745098],[45.0980392156863,49.0196078431373,48.0392156862745],[39.2156862745098,45.0980392156863,41.1764705882353],[51.9607843137255,60.7843137254902,55.8823529411765],[54.9019607843137,64.7058823529412,56.8627450980392],[69.6078431372549,79.4117647058823,70.5882352941177],[98.0392156862745,109.803921568627,98.0392156862745],[71.5686274509804,83.3333333333333,71.5686274509804],[50.9803921568627,62.7450980392157,50.9803921568627],[61.7647058823529,73.5294117647059,61.7647058823529],[45.0980392156863,56.8627450980392,45.0980392156863],[37.2549019607843,50.9803921568627,36.2745098039216],[36.2745098039216,50,35.2941176470588],[38.2352941176471,54.9019607843137,39.2156862745098],[41.1764705882353,56.8627450980392,44.1176470588235],[49.0196078431373,64.7058823529412,53.921568627451],[41.1764705882353,56.8627450980392,46.078431372549],[50.9803921568627,66.6666666666667,55.8823529411765],[79.4117647058823,95.0980392156863,84.3137254901961],[112.745098039216,126.470588235294,113.725490196078],[95.0980392156863,108.823529411765,92.156862745098],[99.0196078431373,113.725490196078,93.1372549019608],[174.509803921569,188.235294117647,165.686274509804],[103.921568627451,118.627450980392,96.078431372549],[87.2549019607843,105.882352941176,86.2745098039216],[109.803921568627,130.392156862745,111.764705882353],[144.117647058824,160.78431372549,142.156862745098],[129.411764705882,148.039215686275,128.43137254902],[147.058823529412,169.607843137255,151.960784313725],[148.039215686275,174.509803921569,155.882352941176],[152.941176470588,179.411764705882,160.78431372549],[130.392156862745,158.823529411765,141.176470588235],[149.019607843137,178.43137254902,166.666666666667],[186.274509803922,211.764705882353,202.941176470588],[195.098039215686,211.764705882353,203.921568627451],[157.843137254902,172.549019607843,165.686274509804],[150,168.627450980392,164.705882352941],[155.882352941176,177.450980392157,174.509803921569],[147.058823529412,173.529411764706,166.666666666667],[163.725490196078,199.019607843137,197.058823529412],[119.607843137255,168.627450980392,175.490196078431],[102.941176470588,159.803921568627,171.56862745098],[178.43137254902,230.392156862745,248.039215686275],[126.470588235294,173.529411764706,193.137254901961],[124.509803921569,169.607843137255,185.294117647059],[143.137254901961,174.509803921569,189.21568627451],[183.333333333333,189.21568627451,202.941176470588],[198.039215686275,196.078431372549,208.823529411765],[178.43137254902,182.352941176471,193.137254901961],[202.941176470588,222.549019607843,233.333333333333],[151.960784313725,200.980392156863,211.764705882353],[93.1372549019608,153.921568627451,166.666666666667],[105.882352941176,161.764705882353,180.392156862745],[120.588235294118,167.647058823529,187.254901960784],[141.176470588235,181.372549019608,199.019607843137],[135.294117647059,171.56862745098,190.196078431373],[120.588235294118,159.803921568627,184.313725490196],[141.176470588235,182.352941176471,206.862745098039],[177.450980392157,218.627450980392,242.156862745098],[181.372549019608,222.549019607843,244.117647058824],[172.549019607843,216.666666666667,235.294117647059],[128.43137254902,174.509803921569,190.196078431373],[100.980392156863,149.019607843137,162.745098039216],[104.901960784314,157.843137254902,167.647058823529],[85.2941176470588,141.176470588235,150],[78.4313725490196,134.313725490196,141.176470588235],[135.294117647059,192.156862745098,196.078431372549],[146.078431372549,198.039215686275,201.960784313725],[117.647058823529,164.705882352941,168.627450980392],[114.705882352941,154.901960784314,160.78431372549],[115.686274509804,151.960784313725,157.843137254902],[140.196078431373,178.43137254902,183.333333333333],[134.313725490196,178.43137254902,183.333333333333],[91.1764705882353,139.21568627451,144.117647058824],[91.1764705882353,140.196078431373,147.058823529412],[98.0392156862745,149.019607843137,159.803921568627],[96.078431372549,149.019607843137,160.78431372549],[92.156862745098,147.058823529412,159.803921568627],[87.2549019607843,144.117647058824,157.843137254902],[99.0196078431373,156.862745098039,172.549019607843],[79.4117647058823,137.254901960784,152.941176470588],[103.921568627451,159.803921568627,176.470588235294],[100,155.882352941176,172.549019607843],[86.2745098039216,141.176470588235,155.882352941176],[77.4509803921569,133.333333333333,144.117647058824],[76.4705882352941,129.411764705882,139.21568627451],[77.4509803921569,130.392156862745,140.196078431373],[72.5490196078431,121.56862745098,128.43137254902],[74.5098039215686,117.647058823529,120.588235294118],[132.352941176471,165.686274509804,164.705882352941],[209.803921568627,232.352941176471,226.470588235294],[167.647058823529,178.43137254902,170.588235294118],[202.941176470588,201.960784313725,197.058823529412],[225.490196078431,216.666666666667,211.764705882353],[186.274509803922,176.470588235294,167.647058823529],[241.176470588235,231.372549019608,219.607843137255],[198.039215686275,189.21568627451,172.549019607843],[192.156862745098,180.392156862745,164.705882352941],[236.274509803922,219.607843137255,209.803921568627],[240.196078431373,220.588235294118,219.607843137255],[250,234.313725490196,241.176470588235],[207.843137254902,192.156862745098,201.960784313725],[158.823529411765,156.862745098039,161.764705882353],[186.274509803922,183.333333333333,176.470588235294],[84.3137254901961,74.5098039215686,48.0392156862745],[173.529411764706,157.843137254902,124.509803921569],[231.372549019608,212.745098039216,183.333333333333],[117.647058823529,96.078431372549,72.5490196078431],[173.529411764706,149.019607843137,127.450980392157],[236.274509803922,211.764705882353,190.196078431373],[240.196078431373,216.666666666667,191.176470588235],[187.254901960784,166.666666666667,136.274509803922],[151.960784313725,138.235294117647,101.960784313725],[161.764705882353,153.921568627451,117.647058823529],[165.686274509804,165.686274509804,132.352941176471],[64.7058823529412,70.5882352941177,45.0980392156863],[67.6470588235294,79.4117647058823,65.6862745098039],[76.4705882352941,92.156862745098,89.2156862745098],[78.4313725490196,97.0588235294118,103.921568627451],[84.3137254901961,97.0588235294118,102.941176470588],[113.725490196078,110.78431372549,105.882352941176],[156.862745098039,144.117647058824,136.274509803922],[171.56862745098,152.941176470588,149.019607843137],[152.941176470588,129.411764705882,129.411764705882],[191.176470588235,162.745098039216,164.705882352941],[106.862745098039,92.156862745098,89.2156862745098],[54.9019607843137,64.7058823529412,53.921568627451],[54.9019607843137,75.4901960784314,58.8235294117647],[85.2941176470588,101.960784313725,84.3137254901961],[135.294117647059,136.274509803922,122.549019607843],[130.392156862745,103.921568627451,97.0588235294118],[135.294117647059,100.980392156863,97.0588235294118],[129.411764705882,104.901960784314,100],[89.2156862745098,79.4117647058823,69.6078431372549],[60.7843137254902,64.7058823529412,50.9803921568627],[75.4901960784314,86.2745098039216,72.5490196078431],[98.0392156862745,103.921568627451,90.1960784313725],[187.254901960784,193.137254901961,179.411764705882],[124.509803921569,130.392156862745,116.666666666667],[104.901960784314,112.745098039216,98.0392156862745],[171.56862745098,179.411764705882,164.705882352941],[176.470588235294,185.294117647059,168.627450980392],[139.21568627451,144.117647058824,122.549019607843],[99.0196078431373,100.980392156863,77.4509803921569],[173.529411764706,169.607843137255,143.137254901961],[135.294117647059,126.470588235294,98.0392156862745],[105.882352941176,91.1764705882353,60.7843137254902],[124.509803921569,107.843137254902,78.4313725490196],[151.960784313725,132.352941176471,105.882352941176],[221.56862745098,200,176.470588235294],[141.176470588235,121.56862745098,97.0588235294118],[77.4509803921569,61.7647058823529,39.2156862745098],[73.5294117647059,66.6666666666667,48.0392156862745],[32.3529411764706,27.4509803921569,8.82352941176471],[41.1764705882353,30.3921568627451,8.82352941176471],[49.0196078431373,33.3333333333333,7.84313725490196],[81.3725490196078,58.8235294117647,28.4313725490196],[144.117647058824,115.686274509804,84.3137254901961],[100.980392156863,67.6470588235294,33.3333333333333],[98.0392156862745,60.7843137254902,25.4901960784314],[148.039215686275,105.882352941176,71.5686274509804],[132.352941176471,90.1960784313725,56.8627450980392],[111.764705882353,69.6078431372549,38.2352941176471],[93.1372549019608,52.9411764705882,25.4901960784314],[84.3137254901961,47.0588235294118,24.5098039215686],[104.901960784314,68.6274509803922,50],[73.5294117647059,41.1764705882353,24.5098039215686],[73.5294117647059,42.156862745098,29.4117647058824],[50.9803921568627,23.5294117647059,12.7450980392157],[34.3137254901961,9.80392156862745,4.90196078431373],[17.6470588235294,0,0],[12.7450980392157,0,0],[10.7843137254902,0,0.980392156862745],[11.7647058823529,2.94117647058824,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[0,0,10.7843137254902],[1.96078431372549,0,15.6862745098039],[6.86274509803922,2.94117647058824,17.6470588235294],[35.2941176470588,31.3725490196078,45.0980392156863],[50,47.0588235294118,57.843137254902],[4.90196078431373,1.96078431372549,10.7843137254902],[4.90196078431373,0,6.86274509803922],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,5.88235294117647,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,19.6078431372549,15.6862745098039],[8.82352941176471,14.7058823529412,10.7843137254902],[13.7254901960784,19.6078431372549,15.6862745098039],[41.1764705882353,47.0588235294118,45.0980392156863],[38.2352941176471,44.1176470588235,44.1176470588235],[20.5882352941176,24.5098039215686,25.4901960784314],[27.4509803921569,31.3725490196078,34.3137254901961],[28.4313725490196,32.3529411764706,35.2941176470588],[34.3137254901961,38.2352941176471,39.2156862745098],[33.3333333333333,39.2156862745098,39.2156862745098],[43.1372549019608,49.0196078431373,47.0588235294118],[59.8039215686275,69.6078431372549,61.7647058823529],[47.0588235294118,56.8627450980392,48.0392156862745],[39.2156862745098,50.9803921568627,39.2156862745098],[61.7647058823529,73.5294117647059,59.8039215686275],[56.8627450980392,68.6274509803922,54.9019607843137],[50.9803921568627,63.7254901960784,53.921568627451],[49.0196078431373,61.7647058823529,51.9607843137255],[50,62.7450980392157,52.9411764705882],[71.5686274509804,87.2549019607843,74.5098039215686],[89.2156862745098,104.901960784314,92.156862745098],[64.7058823529412,82.3529411764706,68.6274509803922],[39.2156862745098,56.8627450980392,45.0980392156863],[43.1372549019608,59.8039215686275,50],[42.156862745098,58.8235294117647,49.0196078431373],[61.7647058823529,77.4509803921569,67.6470588235294],[68.6274509803922,84.3137254901961,74.5098039215686],[87.2549019607843,102.941176470588,92.156862745098],[80.3921568627451,94.1176470588235,79.4117647058823],[67.6470588235294,82.3529411764706,63.7254901960784],[147.058823529412,161.764705882353,139.21568627451],[137.254901960784,149.019607843137,125.490196078431],[100,107.843137254902,85.2941176470588],[149.019607843137,158.823529411765,135.294117647059],[200,217.647058823529,194.117647058824],[149.019607843137,172.549019607843,147.058823529412],[118.627450980392,144.117647058824,117.647058823529],[144.117647058824,168.627450980392,147.058823529412],[138.235294117647,161.764705882353,146.078431372549],[150,171.56862745098,158.823529411765],[155.882352941176,173.529411764706,159.803921568627],[175.490196078431,193.137254901961,181.372549019608],[124.509803921569,150,141.176470588235],[87.2549019607843,113.725490196078,106.862745098039],[117.647058823529,144.117647058824,137.254901960784],[125.490196078431,151.960784313725,145.098039215686],[116.666666666667,143.137254901961,138.235294117647],[163.725490196078,197.058823529412,198.039215686275],[165.686274509804,209.803921568627,215.686274509804],[103.921568627451,155.882352941176,169.607843137255],[142.156862745098,197.058823529412,219.607843137255],[140.196078431373,196.078431372549,222.549019607843],[103.921568627451,160.78431372549,184.313725490196],[101.960784313725,146.078431372549,168.627450980392],[159.803921568627,176.470588235294,196.078431372549],[191.176470588235,193.137254901961,207.843137254902],[194.117647058824,194.117647058824,203.921568627451],[223.529411764706,234.313725490196,240.196078431373],[200,234.313725490196,236.274509803922],[109.803921568627,156.862745098039,160.78431372549],[101.960784313725,145.098039215686,155.882352941176],[147.058823529412,185.294117647059,201.960784313725],[180.392156862745,214.705882352941,233.333333333333],[114.705882352941,149.019607843137,168.627450980392],[143.137254901961,182.352941176471,206.862745098039],[198.039215686275,239.21568627451,250],[144.117647058824,185.294117647059,209.803921568627],[105.882352941176,149.019607843137,173.529411764706],[138.235294117647,183.333333333333,205.882352941176],[103.921568627451,153.921568627451,172.549019607843],[93.1372549019608,145.098039215686,160.78431372549],[93.1372549019608,150,161.764705882353],[82.3529411764706,141.176470588235,149.019607843137],[70.5882352941177,130.392156862745,135.294117647059],[148.039215686275,204.901960784314,208.823529411765],[135.294117647059,187.254901960784,191.176470588235],[94.1176470588235,142.156862745098,146.078431372549],[109.803921568627,151.960784313725,157.843137254902],[104.901960784314,143.137254901961,150],[134.313725490196,174.509803921569,178.43137254902],[149.019607843137,196.078431372549,198.039215686275],[83.3333333333333,131.372549019608,135.294117647059],[86.2745098039216,136.274509803922,140.196078431373],[76.4705882352941,128.43137254902,134.313725490196],[107.843137254902,159.803921568627,167.647058823529],[103.921568627451,156.862745098039,166.666666666667],[93.1372549019608,148.039215686275,160.78431372549],[84.3137254901961,139.21568627451,153.921568627451],[115.686274509804,170.588235294118,185.294117647059],[85.2941176470588,140.196078431373,154.901960784314],[86.2745098039216,141.176470588235,155.882352941176],[91.1764705882353,143.137254901961,156.862745098039],[91.1764705882353,144.117647058824,155.882352941176],[66.6666666666667,117.647058823529,128.43137254902],[70.5882352941177,122.549019607843,130.392156862745],[80.3921568627451,126.470588235294,132.352941176471],[93.1372549019608,132.352941176471,132.352941176471],[111.764705882353,140.196078431373,135.294117647059],[130.392156862745,142.156862745098,130.392156862745],[221.56862745098,222.549019607843,208.823529411765],[239.21568627451,230.392156862745,221.56862745098],[238.235294117647,225.490196078431,219.607843137255],[222.549019607843,209.803921568627,203.921568627451],[250,240.196078431373,231.372549019608],[216.666666666667,201.960784313725,181.372549019608],[204.901960784314,189.21568627451,166.666666666667],[221.56862745098,202.941176470588,189.21568627451],[233.333333333333,214.705882352941,208.823529411765],[204.901960784314,188.235294117647,194.117647058824],[148.039215686275,137.254901960784,145.098039215686],[169.607843137255,164.705882352941,161.764705882353],[235.294117647059,227.450980392157,214.705882352941],[98.0392156862745,83.3333333333333,52.9411764705882],[140.196078431373,120.588235294118,84.3137254901961],[197.058823529412,174.509803921569,144.117647058824],[157.843137254902,132.352941176471,109.803921568627],[129.411764705882,100.980392156863,83.3333333333333],[209.803921568627,179.411764705882,159.803921568627],[250,220.588235294118,198.039215686275],[250,242.156862745098,210.78431372549],[204.901960784314,180.392156862745,140.196078431373],[164.705882352941,144.117647058824,98.0392156862745],[149.019607843137,135.294117647059,89.2156862745098],[124.509803921569,115.686274509804,75.4901960784314],[141.176470588235,137.254901960784,110.78431372549],[125.490196078431,125.490196078431,113.725490196078],[133.333333333333,137.254901960784,140.196078431373],[101.960784313725,100.980392156863,106.862745098039],[138.235294117647,129.411764705882,124.509803921569],[136.274509803922,122.549019607843,113.725490196078],[130.392156862745,113.725490196078,106.862745098039],[115.686274509804,97.0588235294118,91.1764705882353],[150,126.470588235294,122.549019607843],[241.176470588235,224.509803921569,217.647058823529],[165.686274509804,169.607843137255,155.882352941176],[58.8235294117647,71.5686274509804,53.921568627451],[83.3333333333333,92.156862745098,73.5294117647059],[130.392156862745,128.43137254902,113.725490196078],[158.823529411765,136.274509803922,130.392156862745],[98.0392156862745,73.5294117647059,69.6078431372549],[89.2156862745098,78.4313725490196,74.5098039215686],[104.901960784314,105.882352941176,100.980392156863],[74.5098039215686,86.2745098039216,82.3529411764706],[73.5294117647059,90.1960784313725,84.3137254901961],[86.2745098039216,100.980392156863,94.1176470588235],[100.980392156863,111.764705882353,103.921568627451],[127.450980392157,135.294117647059,124.509803921569],[156.862745098039,162.745098039216,149.019607843137],[180.392156862745,183.333333333333,164.705882352941],[166.666666666667,168.627450980392,148.039215686275],[153.921568627451,155.882352941176,135.294117647059],[114.705882352941,116.666666666667,95.0980392156863],[167.647058823529,166.666666666667,146.078431372549],[124.509803921569,122.549019607843,101.960784313725],[91.1764705882353,86.2745098039216,66.6666666666667],[124.509803921569,118.627450980392,97.0588235294118],[81.3725490196078,69.6078431372549,48.0392156862745],[177.450980392157,161.764705882353,137.254901960784],[108.823529411765,89.2156862745098,64.7058823529412],[70.5882352941177,50,29.4117647058824],[61.7647058823529,46.078431372549,31.3725490196078],[72.5490196078431,58.8235294117647,46.078431372549],[83.3333333333333,67.6470588235294,51.9607843137255],[62.7450980392157,46.078431372549,26.4705882352941],[96.078431372549,76.4705882352941,51.9607843137255],[135.294117647059,114.705882352941,84.3137254901961],[95.0980392156863,71.5686274509804,38.2352941176471],[69.6078431372549,44.1176470588235,9.80392156862745],[96.078431372549,68.6274509803922,32.3529411764706],[100.980392156863,71.5686274509804,36.2745098039216],[67.6470588235294,35.2941176470588,2.94117647058824],[97.0588235294118,63.7254901960784,36.2745098039216],[120.588235294118,87.2549019607843,62.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[61.7647058823529,27.4509803921569,8.82352941176471],[97.0588235294118,63.7254901960784,51.9607843137255],[72.5490196078431,43.1372549019608,33.3333333333333],[72.5490196078431,46.078431372549,39.2156862745098],[48.0392156862745,27.4509803921569,22.5490196078431],[20.5882352941176,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[9.80392156862745,0.980392156862745,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[13.7254901960784,8.82352941176471,12.7450980392157],[4.90196078431373,1.96078431372549,8.82352941176471],[5.88235294117647,4.90196078431373,12.7450980392157],[3.92156862745098,0.980392156862745,7.84313725490196],[54.9019607843137,52.9411764705882,57.843137254902],[54.9019607843137,52.9411764705882,57.843137254902],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[84.3137254901961,86.2745098039216,85.2941176470588],[64.7058823529412,66.6666666666667,65.6862745098039],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,8.82352941176471,12.7450980392157],[11.7647058823529,16.6666666666667,19.6078431372549],[17.6470588235294,26.4705882352941,21.5686274509804],[22.5490196078431,32.3529411764706,24.5098039215686],[12.7450980392157,21.5686274509804,16.6666666666667],[28.4313725490196,37.2549019607843,34.3137254901961],[41.1764705882353,50,49.0196078431373],[21.5686274509804,30.3921568627451,29.4117647058824],[14.7058823529412,22.5490196078431,24.5098039215686],[24.5098039215686,32.3529411764706,34.3137254901961],[21.5686274509804,30.3921568627451,29.4117647058824],[33.3333333333333,42.156862745098,39.2156862745098],[45.0980392156863,53.921568627451,49.0196078431373],[52.9411764705882,63.7254901960784,55.8823529411765],[48.0392156862745,59.8039215686275,50],[44.1176470588235,57.843137254902,43.1372549019608],[46.078431372549,59.8039215686275,43.1372549019608],[38.2352941176471,51.9607843137255,37.2549019607843],[57.843137254902,70.5882352941177,60.7843137254902],[78.4313725490196,94.1176470588235,84.3137254901961],[127.450980392157,143.137254901961,133.333333333333],[130.392156862745,148.039215686275,136.274509803922],[101.960784313725,119.607843137255,107.843137254902],[76.4705882352941,94.1176470588235,82.3529411764706],[52.9411764705882,69.6078431372549,59.8039215686275],[61.7647058823529,78.4313725490196,68.6274509803922],[75.4901960784314,92.156862745098,84.3137254901961],[74.5098039215686,91.1764705882353,83.3333333333333],[57.843137254902,73.5294117647059,63.7254901960784],[59.8039215686275,75.4901960784314,64.7058823529412],[92.156862745098,105.882352941176,91.1764705882353],[105.882352941176,120.588235294118,101.960784313725],[129.411764705882,144.117647058824,121.56862745098],[136.274509803922,149.019607843137,123.529411764706],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,146.078431372549,123.529411764706],[200.980392156863,220.588235294118,196.078431372549],[162.745098039216,190.196078431373,165.686274509804],[128.43137254902,153.921568627451,127.450980392157],[167.647058823529,195.098039215686,172.549019607843],[166.666666666667,197.058823529412,182.352941176471],[112.745098039216,138.235294117647,129.411764705882],[188.235294117647,203.921568627451,191.176470588235],[145.098039215686,162.745098039216,150.980392156863],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,132.352941176471,126.470588235294],[135.294117647059,167.647058823529,160.78431372549],[121.56862745098,151.960784313725,146.078431372549],[165.686274509804,197.058823529412,196.078431372549],[142.156862745098,176.470588235294,180.392156862745],[147.058823529412,186.274509803922,196.078431372549],[97.0588235294118,145.098039215686,161.764705882353],[88.2352941176471,145.098039215686,168.627450980392],[93.1372549019608,155.882352941176,183.333333333333],[109.803921568627,173.529411764706,202.941176470588],[119.607843137255,172.549019607843,198.039215686275],[136.274509803922,163.725490196078,185.294117647059],[156.862745098039,168.627450980392,184.313725490196],[199.019607843137,201.960784313725,210.78431372549],[199.019607843137,205.882352941176,211.764705882353],[182.352941176471,202.941176470588,205.882352941176],[157.843137254902,188.235294117647,191.176470588235],[193.137254901961,226.470588235294,235.294117647059],[206.862745098039,240.196078431373,250],[137.254901960784,165.686274509804,179.411764705882],[155.882352941176,186.274509803922,203.921568627451],[183.333333333333,220.588235294118,243.137254901961],[143.137254901961,184.313725490196,208.823529411765],[129.411764705882,172.549019607843,197.058823529412],[152.941176470588,198.039215686275,223.529411764706],[129.411764705882,178.43137254902,200.980392156863],[90.1960784313725,141.176470588235,162.745098039216],[92.156862745098,148.039215686275,164.705882352941],[90.1960784313725,148.039215686275,161.764705882353],[81.3725490196078,143.137254901961,151.960784313725],[66.6666666666667,126.470588235294,131.372549019608],[92.156862745098,150,153.921568627451],[101.960784313725,155.882352941176,158.823529411765],[91.1764705882353,141.176470588235,145.098039215686],[91.1764705882353,137.254901960784,143.137254901961],[92.156862745098,134.313725490196,141.176470588235],[100,142.156862745098,148.039215686275],[131.372549019608,178.43137254902,178.43137254902],[92.156862745098,141.176470588235,140.196078431373],[81.3725490196078,130.392156862745,131.372549019608],[76.4705882352941,126.470588235294,129.411764705882],[87.2549019607843,136.274509803922,143.137254901961],[94.1176470588235,146.078431372549,153.921568627451],[90.1960784313725,143.137254901961,154.901960784314],[78.4313725490196,130.392156862745,144.117647058824],[100,151.960784313725,165.686274509804],[84.3137254901961,136.274509803922,150],[75.4901960784314,128.43137254902,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[78.4313725490196,129.411764705882,140.196078431373],[94.1176470588235,143.137254901961,151.960784313725],[50.9803921568627,100,106.862745098039],[127.450980392157,171.56862745098,176.470588235294],[123.529411764706,156.862745098039,157.843137254902],[109.803921568627,130.392156862745,123.529411764706],[169.607843137255,173.529411764706,156.862745098039],[195.098039215686,190.196078431373,170.588235294118],[200.980392156863,189.21568627451,177.450980392157],[235.294117647059,220.588235294118,215.686274509804],[240.196078431373,226.470588235294,223.529411764706],[240.196078431373,226.470588235294,217.647058823529],[229.411764705882,211.764705882353,188.235294117647],[192.156862745098,172.549019607843,146.078431372549],[212.745098039216,196.078431372549,176.470588235294],[193.137254901961,179.411764705882,170.588235294118],[170.588235294118,161.764705882353,164.705882352941],[190.196078431373,181.372549019608,186.274509803922],[208.823529411765,198.039215686275,192.156862745098],[200.980392156863,186.274509803922,167.647058823529],[122.549019607843,103.921568627451,71.5686274509804],[115.686274509804,94.1176470588235,57.843137254902],[128.43137254902,103.921568627451,73.5294117647059],[236.274509803922,208.823529411765,185.294117647059],[242.156862745098,209.803921568627,191.176470588235],[207.843137254902,173.529411764706,154.901960784314],[187.254901960784,150,127.450980392157],[201.960784313725,166.666666666667,135.294117647059],[232.352941176471,199.019607843137,154.901960784314],[194.117647058824,163.725490196078,110.78431372549],[155.882352941176,130.392156862745,74.5098039215686],[168.627450980392,148.039215686275,96.078431372549],[167.647058823529,152.941176470588,114.705882352941],[160.78431372549,149.019607843137,127.450980392157],[145.098039215686,134.313725490196,132.352941176471],[117.647058823529,105.882352941176,107.843137254902],[137.254901960784,119.607843137255,115.686274509804],[132.352941176471,118.627450980392,109.803921568627],[93.1372549019608,85.2941176470588,74.5098039215686],[106.862745098039,99.0196078431373,88.2352941176471],[85.2941176470588,71.5686274509804,62.7450980392157],[157.843137254902,148.039215686275,136.274509803922],[234.313725490196,235.294117647059,219.607843137255],[113.725490196078,118.627450980392,99.0196078431373],[93.1372549019608,96.078431372549,77.4509803921569],[157.843137254902,156.862745098039,139.21568627451],[140.196078431373,127.450980392157,118.627450980392],[100,91.1764705882353,84.3137254901961],[56.8627450980392,63.7254901960784,56.8627450980392],[98.0392156862745,113.725490196078,110.78431372549],[71.5686274509804,91.1764705882353,90.1960784313725],[53.921568627451,74.5098039215686,75.4901960784314],[79.4117647058823,98.0392156862745,94.1176470588235],[59.8039215686275,72.5490196078431,65.6862745098039],[67.6470588235294,77.4509803921569,69.6078431372549],[92.156862745098,98.0392156862745,86.2745098039216],[99.0196078431373,101.960784313725,83.3333333333333],[94.1176470588235,96.078431372549,75.4901960784314],[78.4313725490196,79.4117647058823,61.7647058823529],[80.3921568627451,81.3725490196078,63.7254901960784],[55.8823529411765,57.843137254902,37.2549019607843],[141.176470588235,143.137254901961,122.549019607843],[80.3921568627451,81.3725490196078,65.6862745098039],[3.92156862745098,0.980392156862745,0],[38.2352941176471,31.3725490196078,12.7450980392157],[115.686274509804,104.901960784314,83.3333333333333],[68.6274509803922,53.921568627451,31.3725490196078],[68.6274509803922,51.9607843137255,32.3529411764706],[86.2745098039216,66.6666666666667,55.8823529411765],[142.156862745098,122.549019607843,113.725490196078],[74.5098039215686,56.8627450980392,43.1372549019608],[56.8627450980392,40.1960784313726,22.5490196078431],[50,34.3137254901961,9.80392156862745],[123.529411764706,108.823529411765,80.3921568627451],[71.5686274509804,56.8627450980392,24.5098039215686],[46.078431372549,30.3921568627451,0],[117.647058823529,100,64.7058823529412],[97.0588235294118,77.4509803921569,43.1372549019608],[52.9411764705882,28.4313725490196,0],[77.4509803921569,50.9803921568627,22.5490196078431],[102.941176470588,71.5686274509804,47.0588235294118],[91.1764705882353,56.8627450980392,37.2549019607843],[69.6078431372549,33.3333333333333,15.6862745098039],[94.1176470588235,58.8235294117647,45.0980392156863],[60.7843137254902,28.4313725490196,19.6078431372549],[79.4117647058823,52.9411764705882,46.078431372549],[68.6274509803922,48.0392156862745,43.1372549019608],[36.2745098039216,18.6274509803922,16.6666666666667],[15.6862745098039,3.92156862745098,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,5.88235294117647,5.88235294117647],[22.5490196078431,18.6274509803922,19.6078431372549],[36.2745098039216,32.3529411764706,33.3333333333333],[7.84313725490196,5.88235294117647,6.86274509803922],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[233.333333333333,235.294117647059,234.313725490196],[233.333333333333,235.294117647059,234.313725490196],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,9.80392156862745,13.7254901960784],[11.7647058823529,16.6666666666667,19.6078431372549],[7.84313725490196,16.6666666666667,13.7254901960784],[15.6862745098039,24.5098039215686,19.6078431372549],[0.980392156862745,9.80392156862745,6.86274509803922],[11.7647058823529,20.5882352941176,17.6470588235294],[36.2745098039216,45.0980392156863,44.1176470588235],[27.4509803921569,36.2745098039216,35.2941176470588],[19.6078431372549,27.4509803921569,29.4117647058824],[28.4313725490196,38.2352941176471,39.2156862745098],[26.4705882352941,36.2745098039216,35.2941176470588],[28.4313725490196,39.2156862745098,35.2941176470588],[31.3725490196078,42.156862745098,36.2745098039216],[32.3529411764706,45.0980392156863,36.2745098039216],[48.0392156862745,60.7843137254902,50.9803921568627],[60.7843137254902,74.5098039215686,61.7647058823529],[61.7647058823529,75.4901960784314,60.7843137254902],[69.6078431372549,86.2745098039216,70.5882352941177],[66.6666666666667,83.3333333333333,73.5294117647059],[84.3137254901961,100.980392156863,93.1372549019608],[113.725490196078,130.392156862745,122.549019607843],[67.6470588235294,87.2549019607843,76.4705882352941],[35.2941176470588,54.9019607843137,44.1176470588235],[57.843137254902,77.4509803921569,66.6666666666667],[79.4117647058823,99.0196078431373,88.2352941176471],[122.549019607843,142.156862745098,133.333333333333],[75.4901960784314,94.1176470588235,88.2352941176471],[35.2941176470588,51.9607843137255,44.1176470588235],[58.8235294117647,74.5098039215686,64.7058823529412],[109.803921568627,125.490196078431,114.705882352941],[130.392156862745,144.117647058824,127.450980392157],[110.78431372549,125.490196078431,104.901960784314],[79.4117647058823,93.1372549019608,68.6274509803922],[125.490196078431,138.235294117647,110.78431372549],[124.509803921569,130.392156862745,104.901960784314],[162.745098039216,172.549019607843,149.019607843137],[148.039215686275,170.588235294118,150.980392156863],[101.960784313725,130.392156862745,110.78431372549],[193.137254901961,220.588235294118,198.039215686275],[194.117647058824,224.509803921569,206.862745098039],[101.960784313725,138.235294117647,131.372549019608],[100,134.313725490196,128.43137254902],[124.509803921569,147.058823529412,137.254901960784],[184.313725490196,206.862745098039,197.058823529412],[110.78431372549,144.117647058824,143.137254901961],[130.392156862745,169.607843137255,169.607843137255],[119.607843137255,154.901960784314,152.941176470588],[136.274509803922,171.56862745098,171.56862745098],[127.450980392157,167.647058823529,171.56862745098],[160.78431372549,200,209.803921568627],[109.803921568627,146.078431372549,163.725490196078],[119.607843137255,163.725490196078,186.274509803922],[89.2156862745098,149.019607843137,176.470588235294],[80.3921568627451,148.039215686275,176.470588235294],[99.0196078431373,164.705882352941,191.176470588235],[109.803921568627,164.705882352941,189.21568627451],[115.686274509804,152.941176470588,171.56862745098],[155.882352941176,181.372549019608,194.117647058824],[195.098039215686,207.843137254902,216.666666666667],[226.470588235294,233.333333333333,243.137254901961],[224.509803921569,232.352941176471,243.137254901961],[218.627450980392,232.352941176471,243.137254901961],[219.607843137255,246.078431372549,250],[165.686274509804,194.117647058824,200],[164.705882352941,189.21568627451,194.117647058824],[192.156862745098,218.627450980392,229.411764705882],[145.098039215686,181.372549019608,200],[140.196078431373,181.372549019608,204.901960784314],[204.901960784314,248.039215686275,250],[146.078431372549,193.137254901961,215.686274509804],[97.0588235294118,148.039215686275,171.56862745098],[103.921568627451,157.843137254902,178.43137254902],[100,157.843137254902,175.490196078431],[92.156862745098,152.941176470588,167.647058823529],[84.3137254901961,145.098039215686,155.882352941176],[75.4901960784314,134.313725490196,142.156862745098],[74.5098039215686,132.352941176471,138.235294117647],[76.4705882352941,133.333333333333,137.254901960784],[77.4509803921569,129.411764705882,135.294117647059],[81.3725490196078,130.392156862745,137.254901960784],[80.3921568627451,126.470588235294,134.313725490196],[69.6078431372549,115.686274509804,121.56862745098],[96.078431372549,143.137254901961,143.137254901961],[132.352941176471,180.392156862745,177.450980392157],[91.1764705882353,138.235294117647,138.235294117647],[72.5490196078431,121.56862745098,122.549019607843],[77.4509803921569,125.490196078431,130.392156862745],[76.4705882352941,125.490196078431,132.352941176471],[80.3921568627451,129.411764705882,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[87.2549019607843,138.235294117647,150.980392156863],[67.6470588235294,118.627450980392,131.372549019608],[76.4705882352941,127.450980392157,138.235294117647],[86.2745098039216,135.294117647059,144.117647058824],[79.4117647058823,128.43137254902,137.254901960784],[128.43137254902,176.470588235294,183.333333333333],[50.9803921568627,99.0196078431373,103.921568627451],[98.0392156862745,138.235294117647,142.156862745098],[129.411764705882,154.901960784314,155.882352941176],[135.294117647059,148.039215686275,139.21568627451],[224.509803921569,228.43137254902,205.882352941176],[182.352941176471,178.43137254902,153.921568627451],[182.352941176471,174.509803921569,161.764705882353],[250,247.058823529412,241.176470588235],[250,236.274509803922,236.274509803922],[250,241.176470588235,236.274509803922],[230.392156862745,205.882352941176,184.313725490196],[152.941176470588,132.352941176471,103.921568627451],[128.43137254902,116.666666666667,93.1372549019608],[149.019607843137,143.137254901961,127.450980392157],[135.294117647059,135.294117647059,133.333333333333],[133.333333333333,129.411764705882,128.43137254902],[154.901960784314,138.235294117647,128.43137254902],[139.21568627451,117.647058823529,95.0980392156863],[174.509803921569,150,119.607843137255],[146.078431372549,120.588235294118,86.2745098039216],[159.803921568627,131.372549019608,101.960784313725],[207.843137254902,177.450980392157,150],[250,222.549019607843,200.980392156863],[244.117647058824,206.862745098039,186.274509803922],[192.156862745098,150.980392156863,127.450980392157],[225.490196078431,183.333333333333,150],[196.078431372549,153.921568627451,109.803921568627],[182.352941176471,142.156862745098,89.2156862745098],[198.039215686275,160.78431372549,100],[185.294117647059,153.921568627451,96.078431372549],[170.588235294118,143.137254901961,97.0588235294118],[162.745098039216,138.235294117647,107.843137254902],[163.725490196078,140.196078431373,128.43137254902],[169.607843137255,146.078431372549,142.156862745098],[142.156862745098,119.607843137255,111.764705882353],[196.078431372549,182.352941176471,171.56862745098],[130.392156862745,134.313725490196,117.647058823529],[85.2941176470588,94.1176470588235,75.4901960784314],[102.941176470588,105.882352941176,89.2156862745098],[49.0196078431373,50,32.3529411764706],[140.196078431373,142.156862745098,121.56862745098],[146.078431372549,145.098039215686,125.490196078431],[102.941176470588,101.960784313725,82.3529411764706],[114.705882352941,113.725490196078,96.078431372549],[78.4313725490196,80.3921568627451,66.6666666666667],[75.4901960784314,87.2549019607843,73.5294117647059],[44.1176470588235,71.5686274509804,59.8039215686275],[34.3137254901961,66.6666666666667,59.8039215686275],[56.8627450980392,84.3137254901961,85.2941176470588],[43.1372549019608,63.7254901960784,64.7058823529412],[51.9607843137255,68.6274509803922,62.7450980392157],[67.6470588235294,80.3921568627451,71.5686274509804],[58.8235294117647,69.6078431372549,63.7254901960784],[87.2549019607843,97.0588235294118,88.2352941176471],[83.3333333333333,91.1764705882353,76.4705882352941],[87.2549019607843,94.1176470588235,78.4313725490196],[58.8235294117647,61.7647058823529,50.9803921568627],[101.960784313725,103.921568627451,91.1764705882353],[75.4901960784314,77.4509803921569,56.8627450980392],[94.1176470588235,93.1372549019608,73.5294117647059],[97.0588235294118,94.1176470588235,79.4117647058823],[24.5098039215686,21.5686274509804,6.86274509803922],[105.882352941176,100.980392156863,81.3725490196078],[113.725490196078,108.823529411765,87.2549019607843],[65.6862745098039,58.8235294117647,40.1960784313726],[40.1960784313726,28.4313725490196,14.7058823529412],[81.3725490196078,61.7647058823529,52.9411764705882],[106.862745098039,84.3137254901961,76.4705882352941],[61.7647058823529,42.156862745098,31.3725490196078],[27.4509803921569,10.7843137254902,0],[18.6274509803922,3.92156862745098,0],[96.078431372549,84.3137254901961,58.8235294117647],[102.941176470588,94.1176470588235,65.6862745098039],[94.1176470588235,85.2941176470588,54.9019607843137],[111.764705882353,100.980392156863,69.6078431372549],[120.588235294118,107.843137254902,76.4705882352941],[90.1960784313725,74.5098039215686,42.156862745098],[77.4509803921569,53.921568627451,26.4705882352941],[71.5686274509804,42.156862745098,18.6274509803922],[76.4705882352941,42.156862745098,20.5882352941176],[73.5294117647059,36.2745098039216,17.6470588235294],[76.4705882352941,40.1960784313726,24.5098039215686],[66.6666666666667,35.2941176470588,24.5098039215686],[90.1960784313725,61.7647058823529,55.8823529411765],[78.4313725490196,55.8823529411765,50],[35.2941176470588,16.6666666666667,12.7450980392157],[9.80392156862745,0,0],[7.84313725490196,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[14.7058823529412,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,4.90196078431373],[5.88235294117647,4.90196078431373,0],[3.92156862745098,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[8.82352941176471,4.90196078431373,1.96078431372549],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,25.4901960784314,25.4901960784314],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,22.5490196078431,21.5686274509804],[10.7843137254902,19.6078431372549,16.6666666666667],[2.94117647058824,12.7450980392157,11.7647058823529],[9.80392156862745,19.6078431372549,18.6274509803922],[22.5490196078431,32.3529411764706,31.3725490196078],[25.4901960784314,35.2941176470588,36.2745098039216],[23.5294117647059,33.3333333333333,34.3137254901961],[22.5490196078431,34.3137254901961,34.3137254901961],[44.1176470588235,55.8823529411765,53.921568627451],[29.4117647058824,44.1176470588235,39.2156862745098],[35.2941176470588,50,43.1372549019608],[42.156862745098,57.843137254902,48.0392156862745],[55.8823529411765,71.5686274509804,60.7843137254902],[56.8627450980392,74.5098039215686,60.7843137254902],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,78.4313725490196,64.7058823529412],[51.9607843137255,71.5686274509804,62.7450980392157],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,66.6666666666667],[40.1960784313726,60.7843137254902,51.9607843137255],[42.156862745098,62.7450980392157,53.921568627451],[42.156862745098,61.7647058823529,52.9411764705882],[44.1176470588235,63.7254901960784,54.9019607843137],[100.980392156863,120.588235294118,111.764705882353],[61.7647058823529,80.3921568627451,74.5098039215686],[43.1372549019608,62.7450980392157,53.921568627451],[120.588235294118,137.254901960784,127.450980392157],[146.078431372549,161.764705882353,149.019607843137],[86.2745098039216,100,83.3333333333333],[94.1176470588235,108.823529411765,86.2745098039216],[86.2745098039216,100,74.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[171.56862745098,184.313725490196,158.823529411765],[173.529411764706,188.235294117647,165.686274509804],[164.705882352941,189.21568627451,170.588235294118],[182.352941176471,209.803921568627,195.098039215686],[200,227.450980392157,212.745098039216],[140.196078431373,173.529411764706,159.803921568627],[122.549019607843,166.666666666667,161.764705882353],[86.2745098039216,130.392156862745,125.490196078431],[96.078431372549,126.470588235294,118.627450980392],[186.274509803922,215.686274509804,207.843137254902],[157.843137254902,193.137254901961,193.137254901961],[107.843137254902,145.098039215686,148.039215686275],[139.21568627451,174.509803921569,174.509803921569],[103.921568627451,141.176470588235,142.156862745098],[121.56862745098,167.647058823529,173.529411764706],[155.882352941176,200.980392156863,213.725490196078],[128.43137254902,163.725490196078,185.294117647059],[151.960784313725,193.137254901961,217.647058823529],[107.843137254902,168.627450980392,193.137254901961],[91.1764705882353,159.803921568627,185.294117647059],[89.2156862745098,153.921568627451,179.411764705882],[98.0392156862745,154.901960784314,176.470588235294],[98.0392156862745,146.078431372549,160.78431372549],[131.372549019608,168.627450980392,179.411764705882],[170.588235294118,194.117647058824,203.921568627451],[179.411764705882,193.137254901961,205.882352941176],[179.411764705882,186.274509803922,203.921568627451],[165.686274509804,174.509803921569,191.176470588235],[197.058823529412,218.627450980392,229.411764705882],[216.666666666667,244.117647058824,248.039215686275],[236.274509803922,250,250],[155.882352941176,179.411764705882,181.372549019608],[140.196078431373,172.549019607843,187.254901960784],[163.725490196078,203.921568627451,223.529411764706],[126.470588235294,170.588235294118,191.176470588235],[87.2549019607843,134.313725490196,155.882352941176],[105.882352941176,156.862745098039,178.43137254902],[94.1176470588235,148.039215686275,168.627450980392],[86.2745098039216,144.117647058824,161.764705882353],[77.4509803921569,135.294117647059,150.980392156863],[75.4901960784314,134.313725490196,145.098039215686],[54.9019607843137,113.725490196078,121.56862745098],[85.2941176470588,143.137254901961,147.058823529412],[90.1960784313725,147.058823529412,150.980392156863],[65.6862745098039,119.607843137255,124.509803921569],[70.5882352941177,122.549019607843,130.392156862745],[79.4117647058823,131.372549019608,139.21568627451],[87.2549019607843,136.274509803922,143.137254901961],[97.0588235294118,144.117647058824,144.117647058824],[87.2549019607843,135.294117647059,131.372549019608],[108.823529411765,156.862745098039,153.921568627451],[117.647058823529,164.705882352941,164.705882352941],[99.0196078431373,146.078431372549,150],[79.4117647058823,127.450980392157,132.352941176471],[70.5882352941177,117.647058823529,127.450980392157],[81.3725490196078,130.392156862745,141.176470588235],[78.4313725490196,127.450980392157,138.235294117647],[134.313725490196,181.372549019608,191.176470588235],[135.294117647059,182.352941176471,192.156862745098],[78.4313725490196,126.470588235294,133.333333333333],[57.843137254902,105.882352941176,112.745098039216],[93.1372549019608,139.21568627451,145.098039215686],[108.823529411765,155.882352941176,159.803921568627],[81.3725490196078,118.627450980392,119.607843137255],[114.705882352941,134.313725490196,133.333333333333],[176.470588235294,186.274509803922,177.450980392157],[200,201.960784313725,180.392156862745],[160.78431372549,158.823529411765,134.313725490196],[144.117647058824,138.235294117647,124.509803921569],[231.372549019608,220.588235294118,216.666666666667],[250,238.235294117647,240.196078431373],[250,230.392156862745,227.450980392157],[196.078431372549,174.509803921569,153.921568627451],[125.490196078431,108.823529411765,81.3725490196078],[118.627450980392,114.705882352941,88.2352941176471],[84.3137254901961,87.2549019607843,68.6274509803922],[130.392156862745,135.294117647059,128.43137254902],[113.725490196078,112.745098039216,107.843137254902],[92.156862745098,75.4901960784314,59.8039215686275],[146.078431372549,120.588235294118,98.0392156862745],[143.137254901961,113.725490196078,86.2745098039216],[185.294117647059,154.901960784314,126.470588235294],[214.705882352941,184.313725490196,153.921568627451],[219.607843137255,187.254901960784,156.862745098039],[225.490196078431,191.176470588235,163.725490196078],[217.647058823529,178.43137254902,152.941176470588],[173.529411764706,130.392156862745,103.921568627451],[205.882352941176,160.78431372549,127.450980392157],[155.882352941176,109.803921568627,66.6666666666667],[175.490196078431,129.411764705882,78.4313725490196],[219.607843137255,176.470588235294,116.666666666667],[217.647058823529,178.43137254902,118.627450980392],[161.764705882353,125.490196078431,74.5098039215686],[116.666666666667,83.3333333333333,46.078431372549],[165.686274509804,135.294117647059,114.705882352941],[180.392156862745,150.980392156863,140.196078431373],[117.647058823529,90.1960784313725,78.4313725490196],[151.960784313725,139.21568627451,123.529411764706],[206.862745098039,216.666666666667,193.137254901961],[104.901960784314,122.549019607843,97.0588235294118],[88.2352941176471,100,78.4313725490196],[93.1372549019608,98.0392156862745,78.4313725490196],[115.686274509804,114.705882352941,95.0980392156863],[166.666666666667,163.725490196078,145.098039215686],[82.3529411764706,77.4509803921569,58.8235294117647],[87.2549019607843,86.2745098039216,66.6666666666667],[115.686274509804,124.509803921569,105.882352941176],[95.0980392156863,115.686274509804,99.0196078431373],[22.5490196078431,58.8235294117647,42.156862745098],[18.6274509803922,58.8235294117647,45.0980392156863],[16.6666666666667,45.0980392156863,41.1764705882353],[82.3529411764706,100.980392156863,99.0196078431373],[65.6862745098039,78.4313725490196,68.6274509803922],[59.8039215686275,71.5686274509804,59.8039215686275],[80.3921568627451,93.1372549019608,86.2745098039216],[98.0392156862745,110.78431372549,103.921568627451],[77.4509803921569,90.1960784313725,80.3921568627451],[63.7254901960784,75.4901960784314,63.7254901960784],[60.7843137254902,65.6862745098039,59.8039215686275],[52.9411764705882,53.921568627451,46.078431372549],[110.78431372549,107.843137254902,89.2156862745098],[149.019607843137,143.137254901961,119.607843137255],[105.882352941176,97.0588235294118,80.3921568627451],[105.882352941176,99.0196078431373,81.3725490196078],[156.862745098039,151.960784313725,132.352941176471],[84.3137254901961,83.3333333333333,62.7450980392157],[63.7254901960784,65.6862745098039,51.9607843137255],[45.0980392156863,41.1764705882353,30.3921568627451],[80.3921568627451,63.7254901960784,55.8823529411765],[48.0392156862745,25.4901960784314,17.6470588235294],[81.3725490196078,61.7647058823529,50.9803921568627],[97.0588235294118,81.3725490196078,66.6666666666667],[65.6862745098039,54.9019607843137,37.2549019607843],[50,42.156862745098,19.6078431372549],[100,94.1176470588235,68.6274509803922],[90.1960784313725,85.2941176470588,56.8627450980392],[64.7058823529412,57.843137254902,30.3921568627451],[84.3137254901961,73.5294117647059,46.078431372549],[66.6666666666667,51.9607843137255,23.5294117647059],[50,29.4117647058824,2.94117647058824],[53.921568627451,26.4705882352941,2.94117647058824],[73.5294117647059,39.2156862745098,17.6470588235294],[78.4313725490196,41.1764705882353,20.5882352941176],[69.6078431372549,33.3333333333333,15.6862745098039],[38.2352941176471,6.86274509803922,0],[60.7843137254902,32.3529411764706,26.4705882352941],[56.8627450980392,34.3137254901961,28.4313725490196],[31.3725490196078,12.7450980392157,8.82352941176471],[18.6274509803922,4.90196078431373,4.90196078431373],[18.6274509803922,8.82352941176471,9.80392156862745],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,3.92156862745098,0],[7.84313725490196,7.84313725490196,0],[7.84313725490196,4.90196078431373,0],[7.84313725490196,4.90196078431373,0],[9.80392156862745,5.88235294117647,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,4.90196078431373,8.82352941176471],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[17.6470588235294,25.4901960784314,28.4313725490196],[15.6862745098039,25.4901960784314,27.4509803921569],[13.7254901960784,23.5294117647059,25.4901960784314],[14.7058823529412,24.5098039215686,26.4705882352941],[22.5490196078431,33.3333333333333,35.2941176470588],[29.4117647058824,41.1764705882353,41.1764705882353],[30.3921568627451,42.156862745098,42.156862745098],[30.3921568627451,44.1176470588235,44.1176470588235],[27.4509803921569,42.156862745098,39.2156862745098],[19.6078431372549,35.2941176470588,32.3529411764706],[36.2745098039216,52.9411764705882,47.0588235294118],[43.1372549019608,59.8039215686275,51.9607843137255],[44.1176470588235,60.7843137254902,52.9411764705882],[44.1176470588235,60.7843137254902,50.9803921568627],[38.2352941176471,55.8823529411765,44.1176470588235],[50.9803921568627,70.5882352941177,59.8039215686275],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,68.6274509803922],[45.0980392156863,65.6862745098039,58.8235294117647],[44.1176470588235,64.7058823529412,57.843137254902],[61.7647058823529,82.3529411764706,75.4901960784314],[56.8627450980392,77.4509803921569,70.5882352941177],[46.078431372549,66.6666666666667,59.8039215686275],[63.7254901960784,84.3137254901961,77.4509803921569],[64.7058823529412,83.3333333333333,77.4509803921569],[66.6666666666667,83.3333333333333,75.4901960784314],[95.0980392156863,110.78431372549,100.980392156863],[106.862745098039,122.549019607843,109.803921568627],[88.2352941176471,102.941176470588,84.3137254901961],[100,113.725490196078,89.2156862745098],[98.0392156862745,110.78431372549,83.3333333333333],[148.039215686275,162.745098039216,134.313725490196],[171.56862745098,189.21568627451,163.725490196078],[117.647058823529,139.21568627451,118.627450980392],[125.490196078431,147.058823529412,134.313725490196],[153.921568627451,179.411764705882,168.627450980392],[199.019607843137,228.43137254902,218.627450980392],[177.450980392157,213.725490196078,205.882352941176],[120.588235294118,168.627450980392,164.705882352941],[93.1372549019608,143.137254901961,138.235294117647],[110.78431372549,150.980392156863,143.137254901961],[144.117647058824,178.43137254902,172.549019607843],[82.3529411764706,111.764705882353,111.764705882353],[102.941176470588,132.352941176471,134.313725490196],[152.941176470588,182.352941176471,184.313725490196],[100.980392156863,135.294117647059,139.21568627451],[108.823529411765,156.862745098039,160.78431372549],[100.980392156863,150,158.823529411765],[128.43137254902,165.686274509804,186.274509803922],[114.705882352941,155.882352941176,180.392156862745],[79.4117647058823,136.274509803922,159.803921568627],[89.2156862745098,152.941176470588,174.509803921569],[86.2745098039216,146.078431372549,166.666666666667],[97.0588235294118,152.941176470588,171.56862745098],[96.078431372549,149.019607843137,160.78431372549],[103.921568627451,150,157.843137254902],[139.21568627451,174.509803921569,186.274509803922],[159.803921568627,185.294117647059,201.960784313725],[171.56862745098,186.274509803922,208.823529411765],[198.039215686275,212.745098039216,233.333333333333],[196.078431372549,217.647058823529,230.392156862745],[204.901960784314,225.490196078431,230.392156862745],[210.78431372549,225.490196078431,220.588235294118],[171.56862745098,187.254901960784,184.313725490196],[178.43137254902,207.843137254902,215.686274509804],[132.352941176471,170.588235294118,185.294117647059],[100.980392156863,143.137254901961,159.803921568627],[131.372549019608,175.490196078431,196.078431372549],[104.901960784314,151.960784313725,173.529411764706],[81.3725490196078,132.352941176471,152.941176470588],[97.0588235294118,150.980392156863,170.588235294118],[71.5686274509804,128.43137254902,142.156862745098],[43.1372549019608,100,110.78431372549],[117.647058823529,175.490196078431,183.333333333333],[118.627450980392,175.490196078431,179.411764705882],[66.6666666666667,123.529411764706,127.450980392157],[79.4117647058823,136.274509803922,140.196078431373],[84.3137254901961,140.196078431373,147.058823529412],[65.6862745098039,121.56862745098,132.352941176471],[98.0392156862745,150,157.843137254902],[107.843137254902,154.901960784314,154.901960784314],[100,145.098039215686,142.156862745098],[89.2156862745098,134.313725490196,132.352941176471],[106.862745098039,151.960784313725,151.960784313725],[127.450980392157,171.56862745098,176.470588235294],[103.921568627451,150,155.882352941176],[139.21568627451,185.294117647059,193.137254901961],[118.627450980392,164.705882352941,174.509803921569],[68.6274509803922,114.705882352941,124.509803921569],[104.901960784314,150.980392156863,160.78431372549],[154.901960784314,200.980392156863,208.823529411765],[92.156862745098,138.235294117647,144.117647058824],[77.4509803921569,124.509803921569,128.43137254902],[64.7058823529412,108.823529411765,111.764705882353],[74.5098039215686,118.627450980392,121.56862745098],[107.843137254902,143.137254901961,143.137254901961],[145.098039215686,160.78431372549,157.843137254902],[159.803921568627,165.686274509804,155.882352941176],[178.43137254902,181.372549019608,160.78431372549],[141.176470588235,140.196078431373,120.588235294118],[146.078431372549,139.21568627451,129.411764705882],[243.137254901961,232.352941176471,228.43137254902],[241.176470588235,225.490196078431,226.470588235294],[210.78431372549,193.137254901961,191.176470588235],[173.529411764706,157.843137254902,142.156862745098],[114.705882352941,106.862745098039,84.3137254901961],[120.588235294118,122.549019607843,99.0196078431373],[144.117647058824,151.960784313725,131.372549019608],[113.725490196078,119.607843137255,107.843137254902],[127.450980392157,125.490196078431,113.725490196078],[108.823529411765,92.156862745098,74.5098039215686],[150,124.509803921569,101.960784313725],[131.372549019608,100,79.4117647058823],[157.843137254902,122.549019607843,99.0196078431373],[152.941176470588,118.627450980392,89.2156862745098],[191.176470588235,157.843137254902,121.56862745098],[156.862745098039,123.529411764706,86.2745098039216],[210.78431372549,176.470588235294,139.21568627451],[171.56862745098,132.352941176471,98.0392156862745],[178.43137254902,135.294117647059,100.980392156863],[168.627450980392,120.588235294118,81.3725490196078],[204.901960784314,154.901960784314,110.78431372549],[180.392156862745,134.313725490196,81.3725490196078],[180.392156862745,136.274509803922,82.3529411764706],[191.176470588235,150,100.980392156863],[149.019607843137,110.78431372549,68.6274509803922],[101.960784313725,67.6470588235294,36.2745098039216],[139.21568627451,107.843137254902,85.2941176470588],[178.43137254902,148.039215686275,128.43137254902],[154.901960784314,138.235294117647,118.627450980392],[208.823529411765,214.705882352941,189.21568627451],[223.529411764706,239.21568627451,212.745098039216],[70.5882352941177,80.3921568627451,56.8627450980392],[78.4313725490196,83.3333333333333,63.7254901960784],[150.980392156863,150,132.352941176471],[195.098039215686,192.156862745098,175.490196078431],[130.392156862745,124.509803921569,108.823529411765],[88.2352941176471,87.2549019607843,69.6078431372549],[81.3725490196078,86.2745098039216,66.6666666666667],[109.803921568627,126.470588235294,107.843137254902],[130.392156862745,162.745098039216,142.156862745098],[90.1960784313725,123.529411764706,106.862745098039],[70.5882352941177,92.156862745098,80.3921568627451],[102.941176470588,115.686274509804,105.882352941176],[138.235294117647,147.058823529412,128.43137254902],[102.941176470588,113.725490196078,97.0588235294118],[69.6078431372549,82.3529411764706,75.4901960784314],[73.5294117647059,89.2156862745098,86.2745098039216],[53.921568627451,73.5294117647059,64.7058823529412],[83.3333333333333,98.0392156862745,93.1372549019608],[54.9019607843137,62.7450980392157,64.7058823529412],[94.1176470588235,93.1372549019608,89.2156862745098],[141.176470588235,133.333333333333,112.745098039216],[106.862745098039,93.1372549019608,66.6666666666667],[52.9411764705882,36.2745098039216,16.6666666666667],[153.921568627451,139.21568627451,120.588235294118],[114.705882352941,108.823529411765,85.2941176470588],[59.8039215686275,61.7647058823529,41.1764705882353],[63.7254901960784,73.5294117647059,62.7450980392157],[85.2941176470588,90.1960784313725,83.3333333333333],[72.5490196078431,62.7450980392157,52.9411764705882],[59.8039215686275,44.1176470588235,31.3725490196078],[57.843137254902,44.1176470588235,31.3725490196078],[69.6078431372549,57.843137254902,44.1176470588235],[20.5882352941176,11.7647058823529,0],[33.3333333333333,26.4705882352941,8.82352941176471],[80.3921568627451,73.5294117647059,54.9019607843137],[53.921568627451,46.078431372549,25.4901960784314],[57.843137254902,47.0588235294118,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[57.843137254902,40.1960784313726,16.6666666666667],[79.4117647058823,54.9019607843137,33.3333333333333],[104.901960784314,74.5098039215686,53.921568627451],[89.2156862745098,54.9019607843137,33.3333333333333],[69.6078431372549,34.3137254901961,12.7450980392157],[58.8235294117647,22.5490196078431,3.92156862745098],[27.4509803921569,0,0],[40.1960784313726,11.7647058823529,3.92156862745098],[40.1960784313726,15.6862745098039,10.7843137254902],[29.4117647058824,10.7843137254902,6.86274509803922],[25.4901960784314,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,4.90196078431373,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[9.80392156862745,5.88235294117647,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[1.96078431372549,6.86274509803922,10.7843137254902],[3.92156862745098,8.82352941176471,12.7450980392157],[6.86274509803922,13.7254901960784,19.6078431372549],[7.84313725490196,16.6666666666667,23.5294117647059],[16.6666666666667,25.4901960784314,32.3529411764706],[16.6666666666667,25.4901960784314,32.3529411764706],[11.7647058823529,22.5490196078431,26.4705882352941],[27.4509803921569,38.2352941176471,42.156862745098],[31.3725490196078,45.0980392156863,46.078431372549],[26.4705882352941,40.1960784313726,41.1764705882353],[40.1960784313726,55.8823529411765,54.9019607843137],[47.0588235294118,62.7450980392157,61.7647058823529],[54.9019607843137,73.5294117647059,69.6078431372549],[62.7450980392157,81.3725490196078,77.4509803921569],[48.0392156862745,66.6666666666667,60.7843137254902],[36.2745098039216,54.9019607843137,49.0196078431373],[44.1176470588235,64.7058823529412,57.843137254902],[56.8627450980392,77.4509803921569,68.6274509803922],[68.6274509803922,89.2156862745098,82.3529411764706],[54.9019607843137,77.4509803921569,71.5686274509804],[45.0980392156863,69.6078431372549,65.6862745098039],[38.2352941176471,62.7450980392157,56.8627450980392],[48.0392156862745,70.5882352941177,62.7450980392157],[53.921568627451,76.4705882352941,68.6274509803922],[49.0196078431373,71.5686274509804,63.7254901960784],[57.843137254902,80.3921568627451,72.5490196078431],[75.4901960784314,96.078431372549,89.2156862745098],[61.7647058823529,80.3921568627451,74.5098039215686],[68.6274509803922,88.2352941176471,79.4117647058823],[73.5294117647059,90.1960784313725,80.3921568627451],[71.5686274509804,88.2352941176471,72.5490196078431],[78.4313725490196,93.1372549019608,72.5490196078431],[116.666666666667,130.392156862745,104.901960784314],[158.823529411765,171.56862745098,142.156862745098],[207.843137254902,222.549019607843,192.156862745098],[145.098039215686,164.705882352941,140.196078431373],[139.21568627451,161.764705882353,142.156862745098],[100,121.56862745098,108.823529411765],[90.1960784313725,116.666666666667,107.843137254902],[133.333333333333,167.647058823529,161.764705882353],[129.411764705882,169.607843137255,163.725490196078],[82.3529411764706,128.43137254902,122.549019607843],[95.0980392156863,141.176470588235,133.333333333333],[127.450980392157,169.607843137255,162.745098039216],[98.0392156862745,134.313725490196,127.450980392157],[107.843137254902,134.313725490196,129.411764705882],[142.156862745098,166.666666666667,163.725490196078],[178.43137254902,205.882352941176,206.862745098039],[127.450980392157,160.78431372549,161.764705882353],[139.21568627451,182.352941176471,183.333333333333],[105.882352941176,152.941176470588,156.862745098039],[126.470588235294,164.705882352941,179.411764705882],[100.980392156863,143.137254901961,161.764705882353],[92.156862745098,143.137254901961,164.705882352941],[104.901960784314,161.764705882353,183.333333333333],[96.078431372549,152.941176470588,174.509803921569],[97.0588235294118,154.901960784314,172.549019607843],[98.0392156862745,156.862745098039,167.647058823529],[102.941176470588,155.882352941176,165.686274509804],[109.803921568627,155.882352941176,165.686274509804],[144.117647058824,180.392156862745,196.078431372549],[179.411764705882,203.921568627451,225.490196078431],[186.274509803922,203.921568627451,225.490196078431],[166.666666666667,185.294117647059,199.019607843137],[162.745098039216,179.411764705882,186.274509803922],[193.137254901961,204.901960784314,200.980392156863],[178.43137254902,194.117647058824,191.176470588235],[161.764705882353,190.196078431373,194.117647058824],[137.254901960784,172.549019607843,184.313725490196],[213.725490196078,250,250],[169.607843137255,211.764705882353,228.43137254902],[98.0392156862745,144.117647058824,163.725490196078],[94.1176470588235,144.117647058824,162.745098039216],[126.470588235294,178.43137254902,196.078431372549],[92.156862745098,144.117647058824,159.803921568627],[72.5490196078431,125.490196078431,137.254901960784],[127.450980392157,181.372549019608,188.235294117647],[113.725490196078,167.647058823529,170.588235294118],[77.4509803921569,134.313725490196,136.274509803922],[72.5490196078431,129.411764705882,133.333333333333],[69.6078431372549,125.490196078431,134.313725490196],[69.6078431372549,126.470588235294,137.254901960784],[71.5686274509804,125.490196078431,132.352941176471],[92.156862745098,139.21568627451,139.21568627451],[103.921568627451,148.039215686275,143.137254901961],[77.4509803921569,122.549019607843,119.607843137255],[104.901960784314,150,150],[162.745098039216,206.862745098039,209.803921568627],[115.686274509804,159.803921568627,164.705882352941],[143.137254901961,187.254901960784,193.137254901961],[145.098039215686,191.176470588235,199.019607843137],[112.745098039216,158.823529411765,166.666666666667],[70.5882352941177,113.725490196078,122.549019607843],[123.529411764706,167.647058823529,173.529411764706],[108.823529411765,152.941176470588,157.843137254902],[95.0980392156863,139.21568627451,142.156862745098],[76.4705882352941,119.607843137255,120.588235294118],[48.0392156862745,91.1764705882353,92.156862745098],[103.921568627451,137.254901960784,136.274509803922],[138.235294117647,154.901960784314,149.019607843137],[158.823529411765,164.705882352941,154.901960784314],[183.333333333333,187.254901960784,172.549019607843],[155.882352941176,156.862745098039,143.137254901961],[206.862745098039,198.039215686275,191.176470588235],[245.098039215686,231.372549019608,230.392156862745],[250,242.156862745098,242.156862745098],[235.294117647059,224.509803921569,222.549019607843],[155.882352941176,152.941176470588,138.235294117647],[98.0392156862745,100.980392156863,80.3921568627451],[90.1960784313725,98.0392156862745,77.4509803921569],[117.647058823529,125.490196078431,104.901960784314],[150.980392156863,152.941176470588,139.21568627451],[79.4117647058823,73.5294117647059,57.843137254902],[120.588235294118,108.823529411765,87.2549019607843],[151.960784313725,130.392156862745,107.843137254902],[196.078431372549,160.78431372549,145.098039215686],[180.392156862745,143.137254901961,124.509803921569],[169.607843137255,135.294117647059,103.921568627451],[217.647058823529,185.294117647059,145.098039215686],[183.333333333333,151.960784313725,105.882352941176],[226.470588235294,195.098039215686,149.019607843137],[177.450980392157,141.176470588235,100],[103.921568627451,62.7450980392157,25.4901960784314],[176.470588235294,128.43137254902,96.078431372549],[193.137254901961,144.117647058824,107.843137254902],[159.803921568627,111.764705882353,69.6078431372549],[144.117647058824,99.0196078431373,50.9803921568627],[191.176470588235,150,100.980392156863],[188.235294117647,150.980392156863,104.901960784314],[174.509803921569,140.196078431373,100.980392156863],[116.666666666667,84.3137254901961,51.9607843137255],[181.372549019608,150,125.490196078431],[250,229.411764705882,206.862745098039],[207.843137254902,205.882352941176,181.372549019608],[249.019607843137,250,231.372549019608],[149.019607843137,150,132.352941176471],[107.843137254902,105.882352941176,91.1764705882353],[184.313725490196,182.352941176471,169.607843137255],[192.156862745098,190.196078431373,177.450980392157],[213.725490196078,210.78431372549,196.078431372549],[87.2549019607843,84.3137254901961,67.6470588235294],[88.2352941176471,85.2941176470588,68.6274509803922],[117.647058823529,122.549019607843,102.941176470588],[160.78431372549,178.43137254902,154.901960784314],[130.392156862745,151.960784313725,129.411764705882],[161.764705882353,173.529411764706,153.921568627451],[146.078431372549,152.941176470588,135.294117647059],[75.4901960784314,85.2941176470588,61.7647058823529],[68.6274509803922,80.3921568627451,60.7843137254902],[45.0980392156863,57.843137254902,49.0196078431373],[45.0980392156863,61.7647058823529,55.8823529411765],[70.5882352941177,87.2549019607843,77.4509803921569],[100,112.745098039216,105.882352941176],[36.2745098039216,40.1960784313726,41.1764705882353],[146.078431372549,142.156862745098,139.21568627451],[242.156862745098,231.372549019608,209.803921568627],[224.509803921569,208.823529411765,183.333333333333],[174.509803921569,156.862745098039,137.254901960784],[113.725490196078,99.0196078431373,80.3921568627451],[62.7450980392157,56.8627450980392,33.3333333333333],[65.6862745098039,68.6274509803922,48.0392156862745],[36.2745098039216,48.0392156862745,36.2745098039216],[44.1176470588235,53.921568627451,45.0980392156863],[57.843137254902,55.8823529411765,43.1372549019608],[73.5294117647059,64.7058823529412,50],[72.5490196078431,63.7254901960784,49.0196078431373],[27.4509803921569,20.5882352941176,4.90196078431373],[28.4313725490196,21.5686274509804,5.88235294117647],[97.0588235294118,90.1960784313725,74.5098039215686],[50.9803921568627,42.156862745098,27.4509803921569],[29.4117647058824,17.6470588235294,1.96078431372549],[56.8627450980392,41.1764705882353,25.4901960784314],[51.9607843137255,33.3333333333333,16.6666666666667],[50,27.4509803921569,9.80392156862745],[70.5882352941177,44.1176470588235,25.4901960784314],[113.725490196078,83.3333333333333,63.7254901960784],[106.862745098039,72.5490196078431,50.9803921568627],[83.3333333333333,48.0392156862745,24.5098039215686],[50.9803921568627,14.7058823529412,0],[45.0980392156863,13.7254901960784,0.980392156862745],[49.0196078431373,20.5882352941176,12.7450980392157],[45.0980392156863,20.5882352941176,15.6862745098039],[39.2156862745098,20.5882352941176,16.6666666666667],[33.3333333333333,19.6078431372549,18.6274509803922],[17.6470588235294,7.84313725490196,6.86274509803922],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[11.7647058823529,3.92156862745098,1.96078431372549],[8.82352941176471,0.980392156862745,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,20.5882352941176],[6.86274509803922,15.6862745098039,24.5098039215686],[9.80392156862745,17.6470588235294,28.4313725490196],[16.6666666666667,26.4705882352941,35.2941176470588],[13.7254901960784,23.5294117647059,32.3529411764706],[20.5882352941176,31.3725490196078,37.2549019607843],[24.5098039215686,38.2352941176471,41.1764705882353],[20.5882352941176,34.3137254901961,37.2549019607843],[31.3725490196078,47.0588235294118,47.0588235294118],[34.3137254901961,51.9607843137255,51.9607843137255],[57.843137254902,77.4509803921569,75.4901960784314],[55.8823529411765,75.4901960784314,73.5294117647059],[44.1176470588235,64.7058823529412,59.8039215686275],[43.1372549019608,63.7254901960784,58.8235294117647],[45.0980392156863,65.6862745098039,60.7843137254902],[50.9803921568627,71.5686274509804,66.6666666666667],[52.9411764705882,75.4901960784314,69.6078431372549],[45.0980392156863,69.6078431372549,65.6862745098039],[45.0980392156863,69.6078431372549,65.6862745098039],[43.1372549019608,67.6470588235294,61.7647058823529],[29.4117647058824,53.921568627451,48.0392156862745],[36.2745098039216,60.7843137254902,54.9019607843137],[53.921568627451,76.4705882352941,70.5882352941177],[54.9019607843137,77.4509803921569,71.5686274509804],[64.7058823529412,85.2941176470588,80.3921568627451],[84.3137254901961,102.941176470588,97.0588235294118],[52.9411764705882,69.6078431372549,61.7647058823529],[80.3921568627451,96.078431372549,85.2941176470588],[97.0588235294118,110.78431372549,96.078431372549],[100,112.745098039216,93.1372549019608],[151.960784313725,165.686274509804,140.196078431373],[202.941176470588,216.666666666667,184.313725490196],[172.549019607843,185.294117647059,155.882352941176],[138.235294117647,151.960784313725,129.411764705882],[151.960784313725,168.627450980392,150.980392156863],[127.450980392157,151.960784313725,133.333333333333],[102.941176470588,134.313725490196,121.56862745098],[81.3725490196078,125.490196078431,118.627450980392],[106.862745098039,152.941176470588,147.058823529412],[126.470588235294,162.745098039216,154.901960784314],[196.078431372549,228.43137254902,219.607843137255],[183.333333333333,217.647058823529,211.764705882353],[114.705882352941,145.098039215686,139.21568627451],[170.588235294118,192.156862745098,179.411764705882],[154.901960784314,176.470588235294,163.725490196078],[127.450980392157,156.862745098039,149.019607843137],[117.647058823529,149.019607843137,146.078431372549],[152.941176470588,187.254901960784,183.333333333333],[140.196078431373,175.490196078431,173.529411764706],[113.725490196078,150.980392156863,151.960784313725],[130.392156862745,167.647058823529,178.43137254902],[134.313725490196,175.490196078431,197.058823529412],[96.078431372549,145.098039215686,171.56862745098],[87.2549019607843,147.058823529412,174.509803921569],[90.1960784313725,156.862745098039,179.411764705882],[87.2549019607843,150.980392156863,168.627450980392],[95.0980392156863,153.921568627451,164.705882352941],[91.1764705882353,143.137254901961,150.980392156863],[91.1764705882353,134.313725490196,143.137254901961],[168.627450980392,203.921568627451,215.686274509804],[154.901960784314,180.392156862745,193.137254901961],[174.509803921569,190.196078431373,202.941176470588],[186.274509803922,199.019607843137,207.843137254902],[177.450980392157,193.137254901961,193.137254901961],[165.686274509804,187.254901960784,185.294117647059],[146.078431372549,175.490196078431,177.450980392157],[188.235294117647,222.549019607843,228.43137254902],[190.196078431373,227.450980392157,238.235294117647],[127.450980392157,168.627450980392,182.352941176471],[117.647058823529,162.745098039216,178.43137254902],[123.529411764706,169.607843137255,187.254901960784],[131.372549019608,179.411764705882,196.078431372549],[113.725490196078,164.705882352941,178.43137254902],[82.3529411764706,133.333333333333,144.117647058824],[100.980392156863,152.941176470588,160.78431372549],[81.3725490196078,133.333333333333,137.254901960784],[59.8039215686275,113.725490196078,116.666666666667],[63.7254901960784,120.588235294118,124.509803921569],[63.7254901960784,121.56862745098,129.411764705882],[62.7450980392157,121.56862745098,131.372549019608],[70.5882352941177,126.470588235294,133.333333333333],[108.823529411765,155.882352941176,155.882352941176],[78.4313725490196,122.549019607843,119.607843137255],[114.705882352941,157.843137254902,156.862745098039],[121.56862745098,164.705882352941,165.686274509804],[145.098039215686,188.235294117647,191.176470588235],[157.843137254902,200,205.882352941176],[145.098039215686,187.254901960784,194.117647058824],[149.019607843137,191.176470588235,200],[152.941176470588,195.098039215686,203.921568627451],[114.705882352941,156.862745098039,165.686274509804],[104.901960784314,147.058823529412,153.921568627451],[145.098039215686,187.254901960784,193.137254901961],[123.529411764706,166.666666666667,169.607843137255],[68.6274509803922,108.823529411765,110.78431372549],[81.3725490196078,122.549019607843,121.56862745098],[91.1764705882353,125.490196078431,121.56862745098],[90.1960784313725,106.862745098039,97.0588235294118],[133.333333333333,141.176470588235,130.392156862745],[214.705882352941,220.588235294118,210.78431372549],[200,197.058823529412,190.196078431373],[238.235294117647,227.450980392157,225.490196078431],[230.392156862745,214.705882352941,215.686274509804],[208.823529411765,197.058823529412,197.058823529412],[240.196078431373,237.254901960784,232.352941176471],[188.235294117647,198.039215686275,187.254901960784],[107.843137254902,121.56862745098,104.901960784314],[103.921568627451,114.705882352941,98.0392156862745],[102.941176470588,106.862745098039,90.1960784313725],[115.686274509804,108.823529411765,91.1764705882353],[125.490196078431,114.705882352941,97.0588235294118],[104.901960784314,97.0588235294118,74.5098039215686],[120.588235294118,103.921568627451,84.3137254901961],[179.411764705882,143.137254901961,135.294117647059],[194.117647058824,152.941176470588,141.176470588235],[172.549019607843,137.254901960784,105.882352941176],[208.823529411765,177.450980392157,131.372549019608],[191.176470588235,162.745098039216,107.843137254902],[161.764705882353,133.333333333333,78.4313725490196],[213.725490196078,180.392156862745,135.294117647059],[177.450980392157,139.21568627451,100.980392156863],[111.764705882353,65.6862745098039,36.2745098039216],[194.117647058824,145.098039215686,118.627450980392],[204.901960784314,156.862745098039,124.509803921569],[176.470588235294,129.411764705882,90.1960784313725],[185.294117647059,143.137254901961,99.0196078431373],[135.294117647059,100,52.9411764705882],[242.156862745098,210.78431372549,164.705882352941],[184.313725490196,152.941176470588,112.745098039216],[94.1176470588235,61.7647058823529,31.3725490196078],[191.176470588235,163.725490196078,140.196078431373],[231.372549019608,215.686274509804,191.176470588235],[226.470588235294,213.725490196078,195.098039215686],[246.078431372549,229.411764705882,219.607843137255],[232.352941176471,219.607843137255,211.764705882353],[214.705882352941,211.764705882353,202.941176470588],[173.529411764706,173.529411764706,163.725490196078],[187.254901960784,185.294117647059,173.529411764706],[159.803921568627,151.960784313725,139.21568627451],[74.5098039215686,56.8627450980392,43.1372549019608],[131.372549019608,114.705882352941,99.0196078431373],[184.313725490196,179.411764705882,157.843137254902],[114.705882352941,114.705882352941,89.2156862745098],[98.0392156862745,96.078431372549,71.5686274509804],[103.921568627451,105.882352941176,82.3529411764706],[78.4313725490196,90.1960784313725,68.6274509803922],[96.078431372549,112.745098039216,95.0980392156863],[121.56862745098,137.254901960784,127.450980392157],[26.4705882352941,37.2549019607843,29.4117647058824],[54.9019607843137,62.7450980392157,48.0392156862745],[127.450980392157,129.411764705882,116.666666666667],[161.764705882353,156.862745098039,153.921568627451],[150.980392156863,142.156862745098,137.254901960784],[131.372549019608,120.588235294118,100.980392156863],[159.803921568627,148.039215686275,124.509803921569],[131.372549019608,117.647058823529,104.901960784314],[61.7647058823529,51.9607843137255,40.1960784313726],[70.5882352941177,68.6274509803922,48.0392156862745],[50,53.921568627451,31.3725490196078],[51.9607843137255,60.7843137254902,44.1176470588235],[56.8627450980392,64.7058823529412,50],[73.5294117647059,76.4705882352941,57.843137254902],[45.0980392156863,44.1176470588235,24.5098039215686],[59.8039215686275,58.8235294117647,41.1764705882353],[22.5490196078431,19.6078431372549,2.94117647058824],[76.4705882352941,70.5882352941177,56.8627450980392],[109.803921568627,100,88.2352941176471],[38.2352941176471,26.4705882352941,14.7058823529412],[57.843137254902,41.1764705882353,31.3725490196078],[58.8235294117647,39.2156862745098,28.4313725490196],[53.921568627451,30.3921568627451,18.6274509803922],[50.9803921568627,23.5294117647059,9.80392156862745],[56.8627450980392,25.4901960784314,10.7843137254902],[107.843137254902,75.4901960784314,56.8627450980392],[132.352941176471,98.0392156862745,76.4705882352941],[111.764705882353,76.4705882352941,52.9411764705882],[37.2549019607843,2.94117647058824,0],[41.1764705882353,7.84313725490196,0],[44.1176470588235,14.7058823529412,6.86274509803922],[43.1372549019608,18.6274509803922,11.7647058823529],[46.078431372549,25.4901960784314,20.5882352941176],[46.078431372549,30.3921568627451,30.3921568627451],[29.4117647058824,19.6078431372549,18.6274509803922],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,3.92156862745098,8.82352941176471],[7.84313725490196,1.96078431372549,5.88235294117647],[3.92156862745098,0,1.96078431372549],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[0,5.88235294117647,11.7647058823529],[0.980392156862745,9.80392156862745,16.6666666666667],[0,8.82352941176471,17.6470588235294],[0,1.96078431372549,11.7647058823529],[11.7647058823529,21.5686274509804,30.3921568627451],[17.6470588235294,30.3921568627451,38.2352941176471],[12.7450980392157,25.4901960784314,31.3725490196078],[26.4705882352941,41.1764705882353,44.1176470588235],[33.3333333333333,48.0392156862745,50.9803921568627],[31.3725490196078,49.0196078431373,49.0196078431373],[24.5098039215686,42.156862745098,42.156862745098],[48.0392156862745,67.6470588235294,66.6666666666667],[34.3137254901961,53.921568627451,51.9607843137255],[39.2156862745098,58.8235294117647,56.8627450980392],[58.8235294117647,80.3921568627451,77.4509803921569],[51.9607843137255,73.5294117647059,70.5882352941177],[48.0392156862745,69.6078431372549,66.6666666666667],[49.0196078431373,70.5882352941177,67.6470588235294],[47.0588235294118,71.5686274509804,68.6274509803922],[38.2352941176471,62.7450980392157,59.8039215686275],[36.2745098039216,60.7843137254902,56.8627450980392],[26.4705882352941,50.9803921568627,45.0980392156863],[59.8039215686275,82.3529411764706,76.4705882352941],[74.5098039215686,95.0980392156863,88.2352941176471],[46.078431372549,66.6666666666667,59.8039215686275],[73.5294117647059,93.1372549019608,84.3137254901961],[79.4117647058823,96.078431372549,86.2745098039216],[71.5686274509804,87.2549019607843,74.5098039215686],[53.921568627451,67.6470588235294,50.9803921568627],[59.8039215686275,74.5098039215686,53.921568627451],[149.019607843137,162.745098039216,138.235294117647],[165.686274509804,178.43137254902,149.019607843137],[152.941176470588,166.666666666667,132.352941176471],[163.725490196078,178.43137254902,148.039215686275],[195.098039215686,211.764705882353,194.117647058824],[195.098039215686,216.666666666667,203.921568627451],[98.0392156862745,125.490196078431,110.78431372549],[119.607843137255,156.862745098039,142.156862745098],[104.901960784314,150.980392156863,143.137254901961],[100,146.078431372549,138.235294117647],[138.235294117647,170.588235294118,161.764705882353],[177.450980392157,206.862745098039,197.058823529412],[151.960784313725,182.352941176471,176.470588235294],[136.274509803922,165.686274509804,157.843137254902],[143.137254901961,164.705882352941,151.960784313725],[159.803921568627,181.372549019608,168.627450980392],[180.392156862745,209.803921568627,200],[148.039215686275,180.392156862745,173.529411764706],[122.549019607843,152.941176470588,147.058823529412],[137.254901960784,167.647058823529,162.745098039216],[124.509803921569,159.803921568627,155.882352941176],[202.941176470588,242.156862745098,244.117647058824],[213.725490196078,250,250],[103.921568627451,149.019607843137,171.56862745098],[82.3529411764706,139.21568627451,162.745098039216],[86.2745098039216,149.019607843137,173.529411764706],[79.4117647058823,144.117647058824,165.686274509804],[94.1176470588235,155.882352941176,172.549019607843],[101.960784313725,154.901960784314,164.705882352941],[122.549019607843,170.588235294118,177.450980392157],[105.882352941176,149.019607843137,157.843137254902],[118.627450980392,151.960784313725,160.78431372549],[177.450980392157,195.098039215686,204.901960784314],[210.78431372549,220.588235294118,229.411764705882],[187.254901960784,201.960784313725,204.901960784314],[147.058823529412,166.666666666667,167.647058823529],[165.686274509804,193.137254901961,194.117647058824],[179.411764705882,211.764705882353,216.666666666667],[153.921568627451,193.137254901961,200.980392156863],[156.862745098039,200,210.78431372549],[88.2352941176471,130.392156862745,146.078431372549],[175.490196078431,217.647058823529,233.333333333333],[148.039215686275,185.294117647059,198.039215686275],[145.098039215686,180.392156862745,192.156862745098],[128.43137254902,166.666666666667,173.529411764706],[85.2941176470588,128.43137254902,131.372549019608],[70.5882352941177,120.588235294118,121.56862745098],[63.7254901960784,120.588235294118,121.56862745098],[77.4509803921569,135.294117647059,139.21568627451],[63.7254901960784,121.56862745098,125.490196078431],[48.0392156862745,101.960784313725,106.862745098039],[111.764705882353,161.764705882353,165.686274509804],[168.627450980392,215.686274509804,215.686274509804],[121.56862745098,166.666666666667,164.705882352941],[68.6274509803922,116.666666666667,113.725490196078],[103.921568627451,149.019607843137,149.019607843137],[118.627450980392,158.823529411765,160.78431372549],[105.882352941176,146.078431372549,150],[107.843137254902,151.960784313725,157.843137254902],[86.2745098039216,132.352941176471,140.196078431373],[98.0392156862745,141.176470588235,151.960784313725],[115.686274509804,158.823529411765,171.56862745098],[115.686274509804,161.764705882353,171.56862745098],[92.156862745098,136.274509803922,142.156862745098],[115.686274509804,158.823529411765,161.764705882353],[108.823529411765,148.039215686275,148.039215686275],[96.078431372549,134.313725490196,131.372549019608],[87.2549019607843,117.647058823529,111.764705882353],[132.352941176471,148.039215686275,138.235294117647],[142.156862745098,148.039215686275,138.235294117647],[188.235294117647,189.21568627451,183.333333333333],[227.450980392157,222.549019607843,218.627450980392],[244.117647058824,230.392156862745,229.411764705882],[225.490196078431,209.803921568627,209.803921568627],[195.098039215686,182.352941176471,176.470588235294],[177.450980392157,174.509803921569,165.686274509804],[191.176470588235,202.941176470588,189.21568627451],[140.196078431373,153.921568627451,137.254901960784],[132.352941176471,137.254901960784,117.647058823529],[167.647058823529,165.686274509804,145.098039215686],[135.294117647059,122.549019607843,103.921568627451],[211.764705882353,197.058823529412,174.509803921569],[112.745098039216,100.980392156863,75.4901960784314],[89.2156862745098,71.5686274509804,50],[168.627450980392,132.352941176471,123.529411764706],[220.588235294118,179.411764705882,165.686274509804],[224.509803921569,186.274509803922,153.921568627451],[204.901960784314,173.529411764706,127.450980392157],[179.411764705882,153.921568627451,98.0392156862745],[153.921568627451,128.43137254902,72.5490196078431],[182.352941176471,150.980392156863,102.941176470588],[221.56862745098,184.313725490196,146.078431372549],[145.098039215686,101.960784313725,73.5294117647059],[124.509803921569,79.4117647058823,53.921568627451],[199.019607843137,154.901960784314,124.509803921569],[189.21568627451,148.039215686275,110.78431372549],[195.098039215686,154.901960784314,111.764705882353],[164.705882352941,127.450980392157,79.4117647058823],[177.450980392157,146.078431372549,96.078431372549],[173.529411764706,146.078431372549,99.0196078431373],[145.098039215686,115.686274509804,78.4313725490196],[184.313725490196,157.843137254902,128.43137254902],[240.196078431373,216.666666666667,189.21568627451],[205.882352941176,184.313725490196,161.764705882353],[174.509803921569,151.960784313725,138.235294117647],[179.411764705882,159.803921568627,150.980392156863],[206.862745098039,199.019607843137,186.274509803922],[175.490196078431,172.549019607843,157.843137254902],[166.666666666667,160.78431372549,145.098039215686],[210.78431372549,198.039215686275,182.352941176471],[149.019607843137,123.529411764706,108.823529411765],[129.411764705882,102.941176470588,84.3137254901961],[169.607843137255,152.941176470588,127.450980392157],[125.490196078431,114.705882352941,85.2941176470588],[87.2549019607843,81.3725490196078,50],[45.0980392156863,48.0392156862745,17.6470588235294],[101.960784313725,117.647058823529,91.1764705882353],[121.56862745098,140.196078431373,120.588235294118],[108.823529411765,120.588235294118,106.862745098039],[68.6274509803922,74.5098039215686,60.7843137254902],[38.2352941176471,40.1960784313726,19.6078431372549],[121.56862745098,116.666666666667,97.0588235294118],[163.725490196078,155.882352941176,143.137254901961],[91.1764705882353,81.3725490196078,69.6078431372549],[77.4509803921569,66.6666666666667,47.0588235294118],[110.78431372549,100,80.3921568627451],[109.803921568627,97.0588235294118,89.2156862745098],[62.7450980392157,51.9607843137255,46.078431372549],[36.2745098039216,33.3333333333333,16.6666666666667],[47.0588235294118,49.0196078431373,28.4313725490196],[42.156862745098,50,27.4509803921569],[50.9803921568627,60.7843137254902,37.2549019607843],[71.5686274509804,76.4705882352941,53.921568627451],[59.8039215686275,63.7254901960784,41.1764705882353],[46.078431372549,45.0980392156863,24.5098039215686],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,74.5098039215686,57.843137254902],[81.3725490196078,68.6274509803922,52.9411764705882],[61.7647058823529,46.078431372549,33.3333333333333],[40.1960784313726,22.5490196078431,12.7450980392157],[67.6470588235294,48.0392156862745,39.2156862745098],[57.843137254902,36.2745098039216,25.4901960784314],[63.7254901960784,40.1960784313726,28.4313725490196],[60.7843137254902,33.3333333333333,19.6078431372549],[87.2549019607843,56.8627450980392,39.2156862745098],[109.803921568627,78.4313725490196,55.8823529411765],[124.509803921569,89.2156862745098,63.7254901960784],[70.5882352941177,35.2941176470588,11.7647058823529],[49.0196078431373,16.6666666666667,1.96078431372549],[41.1764705882353,13.7254901960784,2.94117647058824],[27.4509803921569,2.94117647058824,0],[23.5294117647059,4.90196078431373,0],[29.4117647058824,15.6862745098039,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,3.92156862745098,0.980392156862745],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,3.92156862745098],[8.82352941176471,2.94117647058824,6.86274509803922],[5.88235294117647,0,3.92156862745098],[12.7450980392157,6.86274509803922,10.7843137254902],[10.7843137254902,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,1.96078431372549,6.86274509803922],[0.980392156862745,5.88235294117647,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0.980392156862745,7.84313725490196,13.7254901960784],[0,1.96078431372549,6.86274509803922],[60.7843137254902,73.5294117647059,79.4117647058823],[109.803921568627,122.549019607843,128.43137254902],[0,2.94117647058824,8.82352941176471],[9.80392156862745,24.5098039215686,29.4117647058824],[24.5098039215686,39.2156862745098,42.156862745098],[29.4117647058824,47.0588235294118,49.0196078431373],[29.4117647058824,47.0588235294118,49.0196078431373],[31.3725490196078,49.0196078431373,49.0196078431373],[20.5882352941176,38.2352941176471,38.2352941176471],[49.0196078431373,67.6470588235294,65.6862745098039],[64.7058823529412,84.3137254901961,82.3529411764706],[62.7450980392157,82.3529411764706,80.3921568627451],[53.921568627451,73.5294117647059,71.5686274509804],[45.0980392156863,64.7058823529412,62.7450980392157],[48.0392156862745,68.6274509803922,63.7254901960784],[61.7647058823529,81.3725490196078,79.4117647058823],[50.9803921568627,71.5686274509804,72.5490196078431],[43.1372549019608,63.7254901960784,64.7058823529412],[44.1176470588235,63.7254901960784,61.7647058823529],[71.5686274509804,92.156862745098,87.2549019607843],[75.4901960784314,94.1176470588235,88.2352941176471],[69.6078431372549,86.2745098039216,78.4313725490196],[50.9803921568627,66.6666666666667,55.8823529411765],[53.921568627451,67.6470588235294,52.9411764705882],[51.9607843137255,66.6666666666667,48.0392156862745],[77.4509803921569,90.1960784313725,70.5882352941177],[83.3333333333333,95.0980392156863,71.5686274509804],[84.3137254901961,97.0588235294118,69.6078431372549],[136.274509803922,150,117.647058823529],[163.725490196078,177.450980392157,143.137254901961],[180.392156862745,194.117647058824,158.823529411765],[157.843137254902,176.470588235294,147.058823529412],[134.313725490196,161.764705882353,148.039215686275],[67.6470588235294,101.960784313725,96.078431372549],[75.4901960784314,111.764705882353,103.921568627451],[82.3529411764706,121.56862745098,110.78431372549],[102.941176470588,144.117647058824,134.313725490196],[100.980392156863,142.156862745098,132.352941176471],[124.509803921569,159.803921568627,150],[163.725490196078,194.117647058824,186.274509803922],[158.823529411765,187.254901960784,182.352941176471],[150.980392156863,177.450980392157,172.549019607843],[143.137254901961,165.686274509804,159.803921568627],[183.333333333333,207.843137254902,201.960784313725],[141.176470588235,169.607843137255,164.705882352941],[123.529411764706,154.901960784314,150],[166.666666666667,199.019607843137,192.156862745098],[147.058823529412,181.372549019608,175.490196078431],[127.450980392157,162.745098039216,158.823529411765],[135.294117647059,174.509803921569,174.509803921569],[124.509803921569,166.666666666667,175.490196078431],[109.803921568627,151.960784313725,167.647058823529],[134.313725490196,179.411764705882,194.117647058824],[104.901960784314,154.901960784314,171.56862745098],[82.3529411764706,141.176470588235,164.705882352941],[87.2549019607843,148.039215686275,168.627450980392],[116.666666666667,169.607843137255,181.372549019608],[101.960784313725,150.980392156863,159.803921568627],[89.2156862745098,140.196078431373,152.941176470588],[110.78431372549,153.921568627451,164.705882352941],[174.509803921569,199.019607843137,203.921568627451],[175.490196078431,190.196078431373,193.137254901961],[209.803921568627,220.588235294118,222.549019607843],[155.882352941176,169.607843137255,170.588235294118],[177.450980392157,196.078431372549,200],[192.156862745098,220.588235294118,226.470588235294],[162.745098039216,206.862745098039,212.745098039216],[111.764705882353,160.78431372549,169.607843137255],[81.3725490196078,127.450980392157,137.254901960784],[173.529411764706,209.803921568627,217.647058823529],[183.333333333333,201.960784313725,207.843137254902],[177.450980392157,188.235294117647,192.156862745098],[177.450980392157,191.176470588235,192.156862745098],[137.254901960784,165.686274509804,163.725490196078],[81.3725490196078,130.392156862745,127.450980392157],[89.2156862745098,152.941176470588,149.019607843137],[102.941176470588,167.647058823529,165.686274509804],[48.0392156862745,106.862745098039,104.901960784314],[67.6470588235294,110.78431372549,109.803921568627],[106.862745098039,146.078431372549,146.078431372549],[184.313725490196,227.450980392157,230.392156862745],[104.901960784314,152.941176470588,156.862745098039],[24.5098039215686,77.4509803921569,77.4509803921569],[89.2156862745098,138.235294117647,137.254901960784],[185.294117647059,217.647058823529,222.549019607843],[142.156862745098,175.490196078431,184.313725490196],[86.2745098039216,135.294117647059,142.156862745098],[84.3137254901961,137.254901960784,147.058823529412],[95.0980392156863,143.137254901961,159.803921568627],[84.3137254901961,131.372549019608,150.980392156863],[99.0196078431373,149.019607843137,165.686274509804],[77.4509803921569,125.490196078431,139.21568627451],[67.6470588235294,111.764705882353,117.647058823529],[103.921568627451,141.176470588235,142.156862745098],[79.4117647058823,109.803921568627,104.901960784314],[117.647058823529,136.274509803922,130.392156862745],[182.352941176471,188.235294117647,184.313725490196],[187.254901960784,184.313725490196,179.411764705882],[249.019607843137,242.156862745098,234.313725490196],[248.039215686275,237.254901960784,231.372549019608],[188.235294117647,177.450980392157,173.529411764706],[192.156862745098,179.411764705882,171.56862745098],[195.098039215686,179.411764705882,164.705882352941],[152.941176470588,142.156862745098,122.549019607843],[193.137254901961,192.156862745098,172.549019607843],[202.941176470588,201.960784313725,181.372549019608],[136.274509803922,126.470588235294,100],[153.921568627451,140.196078431373,111.764705882353],[237.254901960784,221.56862745098,196.078431372549],[208.823529411765,189.21568627451,164.705882352941],[141.176470588235,120.588235294118,92.156862745098],[151.960784313725,125.490196078431,99.0196078431373],[98.0392156862745,66.6666666666667,46.078431372549],[171.56862745098,134.313725490196,113.725490196078],[234.313725490196,194.117647058824,164.705882352941],[225.490196078431,188.235294117647,150],[223.529411764706,196.078431372549,150],[181.372549019608,155.882352941176,107.843137254902],[160.78431372549,127.450980392157,83.3333333333333],[176.470588235294,138.235294117647,100],[190.196078431373,148.039215686275,114.705882352941],[118.627450980392,78.4313725490196,47.0588235294118],[220.588235294118,185.294117647059,150],[207.843137254902,173.529411764706,134.313725490196],[178.43137254902,136.274509803922,94.1176470588235],[167.647058823529,126.470588235294,77.4509803921569],[189.21568627451,157.843137254902,101.960784313725],[193.137254901961,166.666666666667,112.745098039216],[172.549019607843,150,106.862745098039],[180.392156862745,158.823529411765,118.627450980392],[227.450980392157,205.882352941176,165.686274509804],[169.607843137255,147.058823529412,113.725490196078],[165.686274509804,141.176470588235,119.607843137255],[199.019607843137,176.470588235294,158.823529411765],[197.058823529412,181.372549019608,156.862745098039],[128.43137254902,114.705882352941,88.2352941176471],[145.098039215686,130.392156862745,101.960784313725],[204.901960784314,185.294117647059,158.823529411765],[161.764705882353,136.274509803922,113.725490196078],[108.823529411765,83.3333333333333,58.8235294117647],[134.313725490196,116.666666666667,81.3725490196078],[142.156862745098,133.333333333333,95.0980392156863],[135.294117647059,131.372549019608,95.0980392156863],[149.019607843137,154.901960784314,119.607843137255],[41.1764705882353,57.843137254902,22.5490196078431],[81.3725490196078,100,68.6274509803922],[160.78431372549,168.627450980392,145.098039215686],[154.901960784314,153.921568627451,133.333333333333],[78.4313725490196,72.5490196078431,47.0588235294118],[90.1960784313725,80.3921568627451,53.921568627451],[100.980392156863,94.1176470588235,65.6862745098039],[116.666666666667,111.764705882353,83.3333333333333],[108.823529411765,101.960784313725,76.4705882352941],[81.3725490196078,70.5882352941177,52.9411764705882],[113.725490196078,99.0196078431373,94.1176470588235],[75.4901960784314,59.8039215686275,59.8039215686275],[74.5098039215686,65.6862745098039,58.8235294117647],[86.2745098039216,84.3137254901961,69.6078431372549],[99.0196078431373,108.823529411765,82.3529411764706],[58.8235294117647,72.5490196078431,40.1960784313726],[95.0980392156863,100.980392156863,75.4901960784314],[91.1764705882353,91.1764705882353,67.6470588235294],[80.3921568627451,74.5098039215686,50.9803921568627],[65.6862745098039,55.8823529411765,31.3725490196078],[95.0980392156863,79.4117647058823,56.8627450980392],[80.3921568627451,62.7450980392157,43.1372549019608],[67.6470588235294,49.0196078431373,32.3529411764706],[64.7058823529412,47.0588235294118,33.3333333333333],[67.6470588235294,53.921568627451,43.1372549019608],[41.1764705882353,28.4313725490196,19.6078431372549],[47.0588235294118,34.3137254901961,25.4901960784314],[42.156862745098,26.4705882352941,13.7254901960784],[69.6078431372549,47.0588235294118,29.4117647058824],[100.980392156863,73.5294117647059,51.9607843137255],[96.078431372549,61.7647058823529,34.3137254901961],[86.2745098039216,50,24.5098039215686],[55.8823529411765,23.5294117647059,4.90196078431373],[57.843137254902,30.3921568627451,16.6666666666667],[37.2549019607843,13.7254901960784,1.96078431372549],[15.6862745098039,0,0],[16.6666666666667,2.94117647058824,0],[13.7254901960784,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[174.509803921569,172.549019607843,175.490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,14.7058823529412,19.6078431372549],[0,9.80392156862745,13.7254901960784],[58.8235294117647,72.5490196078431,75.4901960784314],[83.3333333333333,98.0392156862745,100.980392156863],[6.86274509803922,21.5686274509804,24.5098039215686],[16.6666666666667,31.3725490196078,34.3137254901961],[17.6470588235294,35.2941176470588,37.2549019607843],[28.4313725490196,46.078431372549,48.0392156862745],[27.4509803921569,45.0980392156863,45.0980392156863],[30.3921568627451,48.0392156862745,48.0392156862745],[27.4509803921569,46.078431372549,44.1176470588235],[46.078431372549,64.7058823529412,62.7450980392157],[51.9607843137255,71.5686274509804,69.6078431372549],[47.0588235294118,66.6666666666667,64.7058823529412],[43.1372549019608,62.7450980392157,60.7843137254902],[37.2549019607843,56.8627450980392,54.9019607843137],[39.2156862745098,59.8039215686275,54.9019607843137],[50.9803921568627,70.5882352941177,68.6274509803922],[43.1372549019608,62.7450980392157,61.7647058823529],[50,69.6078431372549,68.6274509803922],[57.843137254902,76.4705882352941,74.5098039215686],[82.3529411764706,100.980392156863,95.0980392156863],[67.6470588235294,84.3137254901961,76.4705882352941],[58.8235294117647,74.5098039215686,63.7254901960784],[59.8039215686275,73.5294117647059,58.8235294117647],[52.9411764705882,65.6862745098039,48.0392156862745],[70.5882352941177,84.3137254901961,61.7647058823529],[115.686274509804,128.43137254902,102.941176470588],[115.686274509804,128.43137254902,100.980392156863],[100,110.78431372549,81.3725490196078],[113.725490196078,124.509803921569,93.1372549019608],[150.980392156863,164.705882352941,130.392156862745],[141.176470588235,154.901960784314,120.588235294118],[78.4313725490196,98.0392156862745,70.5882352941177],[78.4313725490196,109.803921568627,97.0588235294118],[50,89.2156862745098,81.3725490196078],[50,89.2156862745098,81.3725490196078],[64.7058823529412,103.921568627451,96.078431372549],[92.156862745098,131.372549019608,123.529411764706],[110.78431372549,147.058823529412,140.196078431373],[116.666666666667,150.980392156863,145.098039215686],[101.960784313725,132.352941176471,126.470588235294],[166.666666666667,196.078431372549,188.235294117647],[151.960784313725,178.43137254902,171.56862745098],[156.862745098039,183.333333333333,176.470588235294],[193.137254901961,222.549019607843,214.705882352941],[114.705882352941,145.098039215686,139.21568627451],[128.43137254902,162.745098039216,156.862745098039],[161.764705882353,200,195.098039215686],[137.254901960784,175.490196078431,170.588235294118],[122.549019607843,160.78431372549,155.882352941176],[81.3725490196078,122.549019607843,120.588235294118],[91.1764705882353,135.294117647059,140.196078431373],[151.960784313725,195.098039215686,203.921568627451],[161.764705882353,203.921568627451,212.745098039216],[162.745098039216,207.843137254902,220.588235294118],[116.666666666667,172.549019607843,192.156862745098],[76.4705882352941,136.274509803922,154.901960784314],[80.3921568627451,132.352941176471,146.078431372549],[88.2352941176471,139.21568627451,150],[99.0196078431373,151.960784313725,163.725490196078],[144.117647058824,190.196078431373,198.039215686275],[156.862745098039,185.294117647059,189.21568627451],[154.901960784314,174.509803921569,175.490196078431],[180.392156862745,194.117647058824,195.098039215686],[202.941176470588,213.725490196078,215.686274509804],[240.196078431373,250,250],[212.745098039216,237.254901960784,242.156862745098],[116.666666666667,158.823529411765,164.705882352941],[103.921568627451,153.921568627451,157.843137254902],[100,148.039215686275,151.960784313725],[88.2352941176471,122.549019607843,124.509803921569],[182.352941176471,196.078431372549,196.078431372549],[215.686274509804,219.607843137255,218.627450980392],[206.862745098039,215.686274509804,210.78431372549],[208.823529411765,231.372549019608,225.490196078431],[78.4313725490196,126.470588235294,120.588235294118],[106.862745098039,166.666666666667,159.803921568627],[176.470588235294,236.274509803922,231.372549019608],[135.294117647059,184.313725490196,181.372549019608],[154.901960784314,180.392156862745,179.411764705882],[229.411764705882,250,250],[196.078431372549,232.352941176471,240.196078431373],[46.078431372549,92.156862745098,98.0392156862745],[44.1176470588235,99.0196078431373,100],[96.078431372549,145.098039215686,146.078431372549],[227.450980392157,250,250],[180.392156862745,209.803921568627,217.647058823529],[91.1764705882353,140.196078431373,147.058823529412],[79.4117647058823,136.274509803922,147.058823529412],[89.2156862745098,139.21568627451,155.882352941176],[83.3333333333333,130.392156862745,150],[72.5490196078431,124.509803921569,142.156862745098],[89.2156862745098,140.196078431373,152.941176470588],[76.4705882352941,118.627450980392,124.509803921569],[93.1372549019608,126.470588235294,125.490196078431],[119.607843137255,145.098039215686,136.274509803922],[133.333333333333,146.078431372549,137.254901960784],[234.313725490196,235.294117647059,230.392156862745],[195.098039215686,188.235294117647,182.352941176471],[250,239.21568627451,231.372549019608],[234.313725490196,221.56862745098,212.745098039216],[151.960784313725,143.137254901961,136.274509803922],[168.627450980392,158.823529411765,149.019607843137],[212.745098039216,196.078431372549,176.470588235294],[152.941176470588,139.21568627451,113.725490196078],[171.56862745098,165.686274509804,144.117647058824],[202.941176470588,197.058823529412,173.529411764706],[181.372549019608,166.666666666667,136.274509803922],[165.686274509804,147.058823529412,115.686274509804],[167.647058823529,150.980392156863,123.529411764706],[181.372549019608,161.764705882353,137.254901960784],[180.392156862745,154.901960784314,128.43137254902],[220.588235294118,191.176470588235,163.725490196078],[205.882352941176,174.509803921569,150],[171.56862745098,136.274509803922,110.78431372549],[189.21568627451,149.019607843137,119.607843137255],[175.490196078431,136.274509803922,101.960784313725],[171.56862745098,143.137254901961,101.960784313725],[132.352941176471,105.882352941176,63.7254901960784],[168.627450980392,134.313725490196,95.0980392156863],[131.372549019608,93.1372549019608,54.9019607843137],[143.137254901961,103.921568627451,69.6078431372549],[154.901960784314,117.647058823529,82.3529411764706],[233.333333333333,201.960784313725,164.705882352941],[198.039215686275,165.686274509804,125.490196078431],[208.823529411765,168.627450980392,125.490196078431],[175.490196078431,134.313725490196,87.2549019607843],[204.901960784314,173.529411764706,117.647058823529],[149.019607843137,122.549019607843,68.6274509803922],[99.0196078431373,77.4509803921569,31.3725490196078],[144.117647058824,122.549019607843,82.3529411764706],[149.019607843137,127.450980392157,87.2549019607843],[136.274509803922,114.705882352941,76.4705882352941],[170.588235294118,148.039215686275,116.666666666667],[201.960784313725,179.411764705882,149.019607843137],[179.411764705882,156.862745098039,123.529411764706],[174.509803921569,152.941176470588,116.666666666667],[160.78431372549,137.254901960784,101.960784313725],[156.862745098039,133.333333333333,98.0392156862745],[153.921568627451,130.392156862745,97.0588235294118],[149.019607843137,126.470588235294,95.0980392156863],[176.470588235294,160.78431372549,125.490196078431],[180.392156862745,167.647058823529,133.333333333333],[165.686274509804,159.803921568627,126.470588235294],[218.627450980392,219.607843137255,186.274509803922],[120.588235294118,130.392156862745,94.1176470588235],[111.764705882353,123.529411764706,88.2352941176471],[181.372549019608,182.352941176471,151.960784313725],[175.490196078431,169.607843137255,144.117647058824],[173.529411764706,163.725490196078,137.254901960784],[154.901960784314,146.078431372549,115.686274509804],[105.882352941176,100,64.7058823529412],[91.1764705882353,87.2549019607843,52.9411764705882],[55.8823529411765,50.9803921568627,22.5490196078431],[119.607843137255,111.764705882353,93.1372549019608],[92.156862745098,79.4117647058823,71.5686274509804],[72.5490196078431,58.8235294117647,55.8823529411765],[95.0980392156863,86.2745098039216,79.4117647058823],[104.901960784314,102.941176470588,88.2352941176471],[129.411764705882,138.235294117647,109.803921568627],[69.6078431372549,79.4117647058823,46.078431372549],[91.1764705882353,92.156862745098,61.7647058823529],[143.137254901961,136.274509803922,108.823529411765],[142.156862745098,131.372549019608,103.921568627451],[117.647058823529,101.960784313725,76.4705882352941],[100,80.3921568627451,55.8823529411765],[103.921568627451,82.3529411764706,59.8039215686275],[67.6470588235294,47.0588235294118,26.4705882352941],[56.8627450980392,38.2352941176471,21.5686274509804],[58.8235294117647,46.078431372549,30.3921568627451],[51.9607843137255,40.1960784313726,26.4705882352941],[57.843137254902,45.0980392156863,29.4117647058824],[46.078431372549,29.4117647058824,13.7254901960784],[208.823529411765,184.313725490196,162.745098039216],[126.470588235294,95.0980392156863,70.5882352941177],[115.686274509804,77.4509803921569,49.0196078431373],[89.2156862745098,50.9803921568627,22.5490196078431],[83.3333333333333,51.9607843137255,31.3725490196078],[98.0392156862745,71.5686274509804,54.9019607843137],[85.2941176470588,63.7254901960784,50.9803921568627],[42.156862745098,25.4901960784314,15.6862745098039],[10.7843137254902,0,0],[8.82352941176471,0.980392156862745,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[14.7058823529412,12.7450980392157,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[73.5294117647059,73.5294117647059,73.5294117647059],[246.078431372549,246.078431372549,246.078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[71.5686274509804,69.6078431372549,72.5490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,8.82352941176471,11.7647058823529],[6.86274509803922,15.6862745098039,20.5882352941176],[1.96078431372549,12.7450980392157,16.6666666666667],[0,2.94117647058824,8.82352941176471],[0,11.7647058823529,17.6470588235294],[0,9.80392156862745,12.7450980392157],[10.7843137254902,25.4901960784314,28.4313725490196],[12.7450980392157,27.4509803921569,30.3921568627451],[23.5294117647059,38.2352941176471,41.1764705882353],[19.6078431372549,35.2941176470588,35.2941176470588],[18.6274509803922,34.3137254901961,34.3137254901961],[26.4705882352941,44.1176470588235,44.1176470588235],[37.2549019607843,54.9019607843137,54.9019607843137],[36.2745098039216,54.9019607843137,52.9411764705882],[33.3333333333333,51.9607843137255,50],[34.3137254901961,53.921568627451,51.9607843137255],[32.3529411764706,51.9607843137255,50],[30.3921568627451,50.9803921568627,46.078431372549],[37.2549019607843,57.843137254902,52.9411764705882],[40.1960784313726,58.8235294117647,54.9019607843137],[52.9411764705882,71.5686274509804,67.6470588235294],[52.9411764705882,71.5686274509804,65.6862745098039],[60.7843137254902,77.4509803921569,69.6078431372549],[74.5098039215686,90.1960784313725,80.3921568627451],[103.921568627451,119.607843137255,106.862745098039],[103.921568627451,117.647058823529,102.941176470588],[101.960784313725,114.705882352941,97.0588235294118],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[118.627450980392,131.372549019608,105.882352941176],[102.941176470588,115.686274509804,90.1960784313725],[142.156862745098,154.901960784314,127.450980392157],[181.372549019608,196.078431372549,167.647058823529],[100,114.705882352941,86.2745098039216],[89.2156862745098,106.862745098039,81.3725490196078],[109.803921568627,138.235294117647,120.588235294118],[129.411764705882,161.764705882353,150.980392156863],[90.1960784313725,124.509803921569,117.647058823529],[144.117647058824,177.450980392157,176.470588235294],[189.21568627451,222.549019607843,224.509803921569],[127.450980392157,160.78431372549,162.745098039216],[79.4117647058823,109.803921568627,111.764705882353],[83.3333333333333,114.705882352941,111.764705882353],[110.78431372549,142.156862745098,131.372549019608],[110.78431372549,142.156862745098,127.450980392157],[136.274509803922,168.627450980392,151.960784313725],[190.196078431373,223.529411764706,207.843137254902],[151.960784313725,189.21568627451,178.43137254902],[103.921568627451,142.156862745098,137.254901960784],[88.2352941176471,129.411764705882,128.43137254902],[120.588235294118,160.78431372549,162.745098039216],[113.725490196078,154.901960784314,152.941176470588],[99.0196078431373,140.196078431373,138.235294117647],[151.960784313725,197.058823529412,197.058823529412],[191.176470588235,238.235294117647,242.156862745098],[137.254901960784,185.294117647059,192.156862745098],[119.607843137255,170.588235294118,181.372549019608],[103.921568627451,158.823529411765,171.56862745098],[95.0980392156863,150,162.745098039216],[102.941176470588,157.843137254902,170.588235294118],[92.156862745098,143.137254901961,153.921568627451],[106.862745098039,152.941176470588,162.745098039216],[126.470588235294,166.666666666667,172.549019607843],[162.745098039216,193.137254901961,196.078431372549],[171.56862745098,195.098039215686,197.058823529412],[187.254901960784,204.901960784314,206.862745098039],[199.019607843137,212.745098039216,213.725490196078],[220.588235294118,229.411764705882,234.313725490196],[188.235294117647,204.901960784314,211.764705882353],[110.78431372549,148.039215686275,150.980392156863],[121.56862745098,168.627450980392,168.627450980392],[101.960784313725,150.980392156863,148.039215686275],[89.2156862745098,130.392156862745,126.470588235294],[146.078431372549,172.549019607843,167.647058823529],[178.43137254902,197.058823529412,191.176470588235],[167.647058823529,187.254901960784,178.43137254902],[159.803921568627,189.21568627451,179.411764705882],[170.588235294118,215.686274509804,205.882352941176],[165.686274509804,213.725490196078,207.843137254902],[219.607843137255,250,250],[230.392156862745,250,250],[226.470588235294,227.450980392157,232.352941176471],[222.549019607843,222.549019607843,232.352941176471],[167.647058823529,191.176470588235,202.941176470588],[80.3921568627451,119.607843137255,129.411764705882],[66.6666666666667,114.705882352941,118.627450980392],[144.117647058824,187.254901960784,190.196078431373],[230.392156862745,250,250],[163.725490196078,192.156862745098,200],[91.1764705882353,139.21568627451,144.117647058824],[87.2549019607843,141.176470588235,148.039215686275],[89.2156862745098,137.254901960784,150.980392156863],[83.3333333333333,129.411764705882,145.098039215686],[79.4117647058823,127.450980392157,141.176470588235],[60.7843137254902,108.823529411765,115.686274509804],[88.2352941176471,127.450980392157,127.450980392157],[122.549019607843,150.980392156863,146.078431372549],[142.156862745098,161.764705882353,150],[152.941176470588,163.725490196078,150],[246.078431372549,246.078431372549,236.274509803922],[250,248.039215686275,239.21568627451],[232.352941176471,220.588235294118,208.823529411765],[176.470588235294,162.745098039216,151.960784313725],[140.196078431373,131.372549019608,122.549019607843],[209.803921568627,200,188.235294117647],[182.352941176471,167.647058823529,147.058823529412],[179.411764705882,164.705882352941,142.156862745098],[174.509803921569,169.607843137255,150],[209.803921568627,204.901960784314,183.333333333333],[225.490196078431,214.705882352941,185.294117647059],[184.313725490196,169.607843137255,139.21568627451],[144.117647058824,130.392156862745,103.921568627451],[151.960784313725,134.313725490196,110.78431372549],[206.862745098039,183.333333333333,157.843137254902],[169.607843137255,143.137254901961,116.666666666667],[133.333333333333,103.921568627451,78.4313725490196],[110.78431372549,77.4509803921569,50.9803921568627],[122.549019607843,84.3137254901961,55.8823529411765],[179.411764705882,144.117647058824,110.78431372549],[171.56862745098,143.137254901961,103.921568627451],[100.980392156863,72.5490196078431,33.3333333333333],[146.078431372549,112.745098039216,75.4901960784314],[179.411764705882,142.156862745098,106.862745098039],[164.705882352941,126.470588235294,94.1176470588235],[156.862745098039,121.56862745098,88.2352941176471],[159.803921568627,127.450980392157,93.1372549019608],[159.803921568627,128.43137254902,90.1960784313725],[247.058823529412,208.823529411765,168.627450980392],[213.725490196078,176.470588235294,130.392156862745],[213.725490196078,181.372549019608,129.411764705882],[158.823529411765,129.411764705882,80.3921568627451],[128.43137254902,95.0980392156863,57.843137254902],[198.039215686275,168.627450980392,135.294117647059],[246.078431372549,221.56862745098,191.176470588235],[171.56862745098,151.960784313725,117.647058823529],[109.803921568627,91.1764705882353,51.9607843137255],[152.941176470588,131.372549019608,91.1764705882353],[218.627450980392,191.176470588235,152.941176470588],[177.450980392157,146.078431372549,108.823529411765],[182.352941176471,150.980392156863,113.725490196078],[119.607843137255,91.1764705882353,51.9607843137255],[138.235294117647,117.647058823529,73.5294117647059],[130.392156862745,115.686274509804,75.4901960784314],[140.196078431373,127.450980392157,96.078431372549],[186.274509803922,174.509803921569,149.019607843137],[179.411764705882,164.705882352941,142.156862745098],[184.313725490196,172.549019607843,147.058823529412],[176.470588235294,172.549019607843,138.235294117647],[186.274509803922,183.333333333333,149.019607843137],[221.56862745098,216.666666666667,187.254901960784],[197.058823529412,192.156862745098,163.725490196078],[141.176470588235,134.313725490196,106.862745098039],[127.450980392157,120.588235294118,92.156862745098],[180.392156862745,174.509803921569,143.137254901961],[170.588235294118,164.705882352941,133.333333333333],[110.78431372549,105.882352941176,77.4509803921569],[128.43137254902,122.549019607843,99.0196078431373],[96.078431372549,90.1960784313725,74.5098039215686],[72.5490196078431,66.6666666666667,52.9411764705882],[58.8235294117647,54.9019607843137,43.1372549019608],[58.8235294117647,56.8627450980392,42.156862745098],[57.843137254902,59.8039215686275,38.2352941176471],[67.6470588235294,66.6666666666667,39.2156862745098],[97.0588235294118,87.2549019607843,52.9411764705882],[163.725490196078,148.039215686275,114.705882352941],[124.509803921569,105.882352941176,74.5098039215686],[90.1960784313725,69.6078431372549,41.1764705882353],[84.3137254901961,63.7254901960784,37.2549019607843],[76.4705882352941,52.9411764705882,29.4117647058824],[44.1176470588235,22.5490196078431,0],[42.156862745098,20.5882352941176,0],[52.9411764705882,31.3725490196078,8.82352941176471],[82.3529411764706,58.8235294117647,35.2941176470588],[90.1960784313725,64.7058823529412,40.1960784313726],[63.7254901960784,34.3137254901961,8.82352941176471],[103.921568627451,70.5882352941177,43.1372549019608],[103.921568627451,65.6862745098039,35.2941176470588],[123.529411764706,81.3725490196078,48.0392156862745],[87.2549019607843,47.0588235294118,19.6078431372549],[70.5882352941177,39.2156862745098,18.6274509803922],[67.6470588235294,40.1960784313726,26.4705882352941],[65.6862745098039,44.1176470588235,31.3725490196078],[53.921568627451,35.2941176470588,28.4313725490196],[29.4117647058824,15.6862745098039,12.7450980392157],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[17.6470588235294,13.7254901960784,14.7058823529412],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[43.1372549019608,41.1764705882353,42.156862745098],[37.2549019607843,35.2941176470588,36.2745098039216],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[17.6470588235294,17.6470588235294,17.6470588235294],[92.156862745098,92.156862745098,92.156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,6.86274509803922],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[2.94117647058824,12.7450980392157,14.7058823529412],[6.86274509803922,15.6862745098039,20.5882352941176],[2.94117647058824,13.7254901960784,17.6470588235294],[13.7254901960784,24.5098039215686,30.3921568627451],[2.94117647058824,15.6862745098039,21.5686274509804],[10.7843137254902,24.5098039215686,27.4509803921569],[7.84313725490196,22.5490196078431,25.4901960784314],[5.88235294117647,20.5882352941176,23.5294117647059],[13.7254901960784,28.4313725490196,31.3725490196078],[27.4509803921569,43.1372549019608,43.1372549019608],[33.3333333333333,49.0196078431373,49.0196078431373],[22.5490196078431,40.1960784313726,40.1960784313726],[30.3921568627451,48.0392156862745,48.0392156862745],[31.3725490196078,50,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[39.2156862745098,58.8235294117647,56.8627450980392],[37.2549019607843,56.8627450980392,54.9019607843137],[32.3529411764706,52.9411764705882,48.0392156862745],[36.2745098039216,56.8627450980392,50],[28.4313725490196,48.0392156862745,39.2156862745098],[41.1764705882353,57.843137254902,48.0392156862745],[51.9607843137255,68.6274509803922,58.8235294117647],[57.843137254902,75.4901960784314,63.7254901960784],[98.0392156862745,113.725490196078,100.980392156863],[148.039215686275,161.764705882353,147.058823529412],[101.960784313725,115.686274509804,99.0196078431373],[70.5882352941177,83.3333333333333,65.6862745098039],[99.0196078431373,111.764705882353,92.156862745098],[96.078431372549,109.803921568627,87.2549019607843],[81.3725490196078,93.1372549019608,71.5686274509804],[92.156862745098,103.921568627451,80.3921568627451],[159.803921568627,173.529411764706,149.019607843137],[207.843137254902,221.56862745098,197.058823529412],[151.960784313725,165.686274509804,141.176470588235],[127.450980392157,145.098039215686,121.56862745098],[153.921568627451,178.43137254902,159.803921568627],[164.705882352941,192.156862745098,178.43137254902],[117.647058823529,146.078431372549,141.176470588235],[185.294117647059,214.705882352941,212.745098039216],[156.862745098039,187.254901960784,190.196078431373],[81.3725490196078,111.764705882353,114.705882352941],[86.2745098039216,116.666666666667,118.627450980392],[60.7843137254902,92.156862745098,89.2156862745098],[95.0980392156863,127.450980392157,116.666666666667],[127.450980392157,160.78431372549,145.098039215686],[139.21568627451,172.549019607843,156.862745098039],[105.882352941176,143.137254901961,128.43137254902],[126.470588235294,167.647058823529,155.882352941176],[128.43137254902,172.549019607843,165.686274509804],[130.392156862745,175.490196078431,175.490196078431],[90.1960784313725,134.313725490196,137.254901960784],[92.156862745098,135.294117647059,134.313725490196],[123.529411764706,166.666666666667,165.686274509804],[158.823529411765,203.921568627451,201.960784313725],[133.333333333333,182.352941176471,183.333333333333],[126.470588235294,180.392156862745,185.294117647059],[93.1372549019608,149.019607843137,155.882352941176],[78.4313725490196,130.392156862745,136.274509803922],[100.980392156863,152.941176470588,158.823529411765],[119.607843137255,172.549019607843,184.313725490196],[102.941176470588,151.960784313725,162.745098039216],[100,140.196078431373,146.078431372549],[164.705882352941,197.058823529412,201.960784313725],[177.450980392157,207.843137254902,212.745098039216],[200.980392156863,228.43137254902,232.352941176471],[183.333333333333,206.862745098039,208.823529411765],[192.156862745098,209.803921568627,209.803921568627],[218.627450980392,228.43137254902,230.392156862745],[163.725490196078,178.43137254902,181.372549019608],[170.588235294118,201.960784313725,199.019607843137],[130.392156862745,172.549019607843,165.686274509804],[104.901960784314,149.019607843137,142.156862745098],[76.4705882352941,117.647058823529,107.843137254902],[114.705882352941,141.176470588235,134.313725490196],[133.333333333333,153.921568627451,147.058823529412],[150,170.588235294118,161.764705882353],[151.960784313725,178.43137254902,169.607843137255],[166.666666666667,203.921568627451,193.137254901961],[138.235294117647,177.450980392157,168.627450980392],[181.372549019608,209.803921568627,204.901960784314],[212.745098039216,224.509803921569,224.509803921569],[250,240.196078431373,248.039215686275],[190.196078431373,180.392156862745,191.176470588235],[195.098039215686,211.764705882353,219.607843137255],[128.43137254902,160.78431372549,165.686274509804],[106.862745098039,148.039215686275,146.078431372549],[110.78431372549,149.019607843137,146.078431372549],[198.039215686275,221.56862745098,223.529411764706],[148.039215686275,172.549019607843,176.470588235294],[82.3529411764706,127.450980392157,127.450980392157],[106.862745098039,159.803921568627,161.764705882353],[83.3333333333333,129.411764705882,139.21568627451],[78.4313725490196,121.56862745098,134.313725490196],[100.980392156863,147.058823529412,156.862745098039],[79.4117647058823,119.607843137255,125.490196078431],[71.5686274509804,104.901960784314,105.882352941176],[106.862745098039,131.372549019608,125.490196078431],[124.509803921569,137.254901960784,127.450980392157],[224.509803921569,228.43137254902,214.705882352941],[248.039215686275,244.117647058824,232.352941176471],[234.313725490196,224.509803921569,212.745098039216],[191.176470588235,178.43137254902,162.745098039216],[142.156862745098,129.411764705882,113.725490196078],[136.274509803922,126.470588235294,114.705882352941],[188.235294117647,179.411764705882,164.705882352941],[225.490196078431,210.78431372549,188.235294117647],[175.490196078431,163.725490196078,140.196078431373],[122.549019607843,120.588235294118,100],[152.941176470588,150.980392156863,130.392156862745],[207.843137254902,199.019607843137,170.588235294118],[184.313725490196,170.588235294118,142.156862745098],[108.823529411765,97.0588235294118,73.5294117647059],[129.411764705882,114.705882352941,92.156862745098],[147.058823529412,127.450980392157,103.921568627451],[143.137254901961,117.647058823529,93.1372549019608],[155.882352941176,126.470588235294,102.941176470588],[154.901960784314,121.56862745098,95.0980392156863],[150,115.686274509804,86.2745098039216],[183.333333333333,149.019607843137,117.647058823529],[157.843137254902,128.43137254902,93.1372549019608],[122.549019607843,93.1372549019608,55.8823529411765],[145.098039215686,112.745098039216,78.4313725490196],[137.254901960784,103.921568627451,69.6078431372549],[188.235294117647,153.921568627451,122.549019607843],[155.882352941176,123.529411764706,93.1372549019608],[173.529411764706,141.176470588235,108.823529411765],[185.294117647059,152.941176470588,118.627450980392],[199.019607843137,166.666666666667,126.470588235294],[218.627450980392,186.274509803922,142.156862745098],[231.372549019608,201.960784313725,152.941176470588],[204.901960784314,172.549019607843,128.43137254902],[217.647058823529,180.392156862745,145.098039215686],[250,232.352941176471,203.921568627451],[250,231.372549019608,203.921568627451],[138.235294117647,115.686274509804,84.3137254901961],[135.294117647059,114.705882352941,70.5882352941177],[208.823529411765,185.294117647059,138.235294117647],[248.039215686275,216.666666666667,176.470588235294],[226.470588235294,192.156862745098,152.941176470588],[171.56862745098,137.254901960784,98.0392156862745],[176.470588235294,146.078431372549,102.941176470588],[177.450980392157,155.882352941176,107.843137254902],[131.372549019608,114.705882352941,71.5686274509804],[107.843137254902,92.156862745098,66.6666666666667],[102.941176470588,88.2352941176471,69.6078431372549],[95.0980392156863,76.4705882352941,59.8039215686275],[137.254901960784,119.607843137255,98.0392156862745],[125.490196078431,108.823529411765,81.3725490196078],[165.686274509804,150.980392156863,120.588235294118],[206.862745098039,196.078431372549,164.705882352941],[214.705882352941,208.823529411765,175.490196078431],[128.43137254902,124.509803921569,90.1960784313725],[83.3333333333333,79.4117647058823,45.0980392156863],[100.980392156863,95.0980392156863,61.7647058823529],[142.156862745098,136.274509803922,104.901960784314],[150,143.137254901961,115.686274509804],[106.862745098039,102.941176470588,78.4313725490196],[55.8823529411765,54.9019607843137,35.2941176470588],[81.3725490196078,82.3529411764706,64.7058823529412],[79.4117647058823,80.3921568627451,62.7450980392157],[45.0980392156863,44.1176470588235,26.4705882352941],[44.1176470588235,41.1764705882353,22.5490196078431],[56.8627450980392,47.0588235294118,22.5490196078431],[112.745098039216,95.0980392156863,59.8039215686275],[145.098039215686,121.56862745098,84.3137254901961],[92.156862745098,69.6078431372549,36.2745098039216],[64.7058823529412,44.1176470588235,13.7254901960784],[97.0588235294118,76.4705882352941,50],[83.3333333333333,61.7647058823529,39.2156862745098],[99.0196078431373,77.4509803921569,54.9019607843137],[76.4705882352941,52.9411764705882,29.4117647058824],[71.5686274509804,45.0980392156863,18.6274509803922],[128.43137254902,98.0392156862745,69.6078431372549],[118.627450980392,84.3137254901961,52.9411764705882],[115.686274509804,80.3921568627451,47.0588235294118],[138.235294117647,99.0196078431373,64.7058823529412],[125.490196078431,83.3333333333333,50],[92.156862745098,48.0392156862745,15.6862745098039],[90.1960784313725,50,22.5490196078431],[64.7058823529412,33.3333333333333,12.7450980392157],[50.9803921568627,23.5294117647059,9.80392156862745],[40.1960784313726,18.6274509803922,5.88235294117647],[35.2941176470588,18.6274509803922,10.7843137254902],[25.4901960784314,14.7058823529412,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[14.7058823529412,19.6078431372549,23.5294117647059],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[13.7254901960784,22.5490196078431,27.4509803921569],[9.80392156862745,20.5882352941176,24.5098039215686],[9.80392156862745,20.5882352941176,26.4705882352941],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[10.7843137254902,23.5294117647059,29.4117647058824],[14.7058823529412,28.4313725490196,31.3725490196078],[7.84313725490196,21.5686274509804,24.5098039215686],[23.5294117647059,38.2352941176471,41.1764705882353],[27.4509803921569,42.156862745098,45.0980392156863],[24.5098039215686,40.1960784313726,40.1960784313726],[32.3529411764706,48.0392156862745,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[35.2941176470588,53.921568627451,51.9607843137255],[43.1372549019608,62.7450980392157,60.7843137254902],[41.1764705882353,60.7843137254902,58.8235294117647],[37.2549019607843,57.843137254902,52.9411764705882],[42.156862745098,60.7843137254902,54.9019607843137],[54.9019607843137,72.5490196078431,60.7843137254902],[72.5490196078431,88.2352941176471,75.4901960784314],[95.0980392156863,110.78431372549,98.0392156862745],[100.980392156863,114.705882352941,100],[88.2352941176471,101.960784313725,85.2941176470588],[118.627450980392,131.372549019608,113.725490196078],[120.588235294118,133.333333333333,115.686274509804],[100.980392156863,112.745098039216,93.1372549019608],[86.2745098039216,98.0392156862745,78.4313725490196],[74.5098039215686,86.2745098039216,66.6666666666667],[102.941176470588,114.705882352941,95.0980392156863],[92.156862745098,103.921568627451,82.3529411764706],[164.705882352941,178.43137254902,155.882352941176],[190.196078431373,203.921568627451,181.372549019608],[117.647058823529,131.372549019608,108.823529411765],[131.372549019608,146.078431372549,127.450980392157],[126.470588235294,146.078431372549,134.313725490196],[63.7254901960784,86.2745098039216,76.4705882352941],[107.843137254902,132.352941176471,126.470588235294],[135.294117647059,163.725490196078,158.823529411765],[100,130.392156862745,125.490196078431],[104.901960784314,136.274509803922,133.333333333333],[59.8039215686275,91.1764705882353,88.2352941176471],[53.921568627451,85.2941176470588,80.3921568627451],[93.1372549019608,125.490196078431,118.627450980392],[99.0196078431373,133.333333333333,126.470588235294],[91.1764705882353,127.450980392157,119.607843137255],[87.2549019607843,126.470588235294,117.647058823529],[116.666666666667,160.78431372549,153.921568627451],[101.960784313725,150,144.117647058824],[126.470588235294,175.490196078431,172.549019607843],[119.607843137255,168.627450980392,165.686274509804],[113.725490196078,158.823529411765,156.862745098039],[121.56862745098,164.705882352941,163.725490196078],[148.039215686275,193.137254901961,190.196078431373],[115.686274509804,166.666666666667,162.745098039216],[92.156862745098,151.960784313725,154.901960784314],[90.1960784313725,150,152.941176470588],[105.882352941176,154.901960784314,153.921568627451],[96.078431372549,143.137254901961,143.137254901961],[76.4705882352941,125.490196078431,134.313725490196],[107.843137254902,150.980392156863,161.764705882353],[140.196078431373,170.588235294118,173.529411764706],[210.78431372549,235.294117647059,239.21568627451],[165.686274509804,194.117647058824,201.960784313725],[149.019607843137,178.43137254902,186.274509803922],[138.235294117647,165.686274509804,168.627450980392],[154.901960784314,178.43137254902,178.43137254902],[202.941176470588,218.627450980392,218.627450980392],[189.21568627451,207.843137254902,205.882352941176],[209.803921568627,239.21568627451,231.372549019608],[162.745098039216,195.098039215686,184.313725490196],[138.235294117647,170.588235294118,159.803921568627],[115.686274509804,145.098039215686,135.294117647059],[170.588235294118,189.21568627451,183.333333333333],[169.607843137255,184.313725490196,179.411764705882],[196.078431372549,210.78431372549,205.882352941176],[169.607843137255,189.21568627451,180.392156862745],[129.411764705882,154.901960784314,144.117647058824],[137.254901960784,164.705882352941,152.941176470588],[160.78431372549,181.372549019608,172.549019607843],[203.921568627451,212.745098039216,209.803921568627],[246.078431372549,237.254901960784,242.156862745098],[218.627450980392,208.823529411765,216.666666666667],[183.333333333333,195.098039215686,193.137254901961],[165.686274509804,191.176470588235,182.352941176471],[112.745098039216,146.078431372549,132.352941176471],[166.666666666667,198.039215686275,185.294117647059],[200,219.607843137255,210.78431372549],[126.470588235294,149.019607843137,143.137254901961],[104.901960784314,145.098039215686,139.21568627451],[94.1176470588235,142.156862745098,139.21568627451],[95.0980392156863,137.254901960784,143.137254901961],[80.3921568627451,119.607843137255,129.411764705882],[71.5686274509804,108.823529411765,119.607843137255],[78.4313725490196,109.803921568627,120.588235294118],[77.4509803921569,101.960784313725,106.862745098039],[155.882352941176,171.56862745098,171.56862745098],[165.686274509804,170.588235294118,166.666666666667],[250,250,243.137254901961],[214.705882352941,206.862745098039,194.117647058824],[216.666666666667,205.882352941176,188.235294117647],[170.588235294118,155.882352941176,135.294117647059],[166.666666666667,151.960784313725,133.333333333333],[147.058823529412,138.235294117647,121.56862745098],[103.921568627451,95.0980392156863,78.4313725490196],[220.588235294118,206.862745098039,181.372549019608],[196.078431372549,184.313725490196,158.823529411765],[97.0588235294118,96.078431372549,76.4705882352941],[124.509803921569,123.529411764706,103.921568627451],[172.549019607843,165.686274509804,138.235294117647],[179.411764705882,169.607843137255,143.137254901961],[186.274509803922,178.43137254902,157.843137254902],[135.294117647059,124.509803921569,104.901960784314],[148.039215686275,132.352941176471,109.803921568627],[135.294117647059,110.78431372549,89.2156862745098],[192.156862745098,162.745098039216,139.21568627451],[191.176470588235,159.803921568627,135.294117647059],[187.254901960784,158.823529411765,129.411764705882],[157.843137254902,129.411764705882,98.0392156862745],[162.745098039216,130.392156862745,98.0392156862745],[152.941176470588,120.588235294118,88.2352941176471],[171.56862745098,142.156862745098,108.823529411765],[152.941176470588,124.509803921569,93.1372549019608],[155.882352941176,127.450980392157,98.0392156862745],[93.1372549019608,62.7450980392157,34.3137254901961],[102.941176470588,72.5490196078431,44.1176470588235],[140.196078431373,109.803921568627,79.4117647058823],[152.941176470588,125.490196078431,89.2156862745098],[154.901960784314,127.450980392157,88.2352941176471],[160.78431372549,134.313725490196,90.1960784313725],[211.764705882353,180.392156862745,140.196078431373],[180.392156862745,145.098039215686,109.803921568627],[148.039215686275,109.803921568627,81.3725490196078],[137.254901960784,101.960784313725,76.4705882352941],[113.725490196078,80.3921568627451,52.9411764705882],[121.56862745098,93.1372549019608,51.9607843137255],[169.607843137255,142.156862745098,96.078431372549],[118.627450980392,87.2549019607843,47.0588235294118],[143.137254901961,110.78431372549,70.5882352941177],[159.803921568627,127.450980392157,87.2549019607843],[182.352941176471,151.960784313725,108.823529411765],[138.235294117647,110.78431372549,64.7058823529412],[112.745098039216,88.2352941176471,48.0392156862745],[125.490196078431,103.921568627451,80.3921568627451],[113.725490196078,93.1372549019608,76.4705882352941],[101.960784313725,85.2941176470588,67.6470588235294],[112.745098039216,92.156862745098,75.4901960784314],[107.843137254902,79.4117647058823,63.7254901960784],[190.196078431373,164.705882352941,142.156862745098],[155.882352941176,140.196078431373,107.843137254902],[176.470588235294,169.607843137255,128.43137254902],[210.78431372549,208.823529411765,161.764705882353],[134.313725490196,132.352941176471,85.2941176470588],[43.1372549019608,35.2941176470588,0],[55.8823529411765,45.0980392156863,13.7254901960784],[44.1176470588235,33.3333333333333,11.7647058823529],[41.1764705882353,34.3137254901961,16.6666666666667],[58.8235294117647,59.8039215686275,42.156862745098],[68.6274509803922,72.5490196078431,55.8823529411765],[52.9411764705882,55.8823529411765,35.2941176470588],[42.156862745098,41.1764705882353,20.5882352941176],[89.2156862745098,81.3725490196078,60.7843137254902],[133.333333333333,117.647058823529,92.156862745098],[147.058823529412,123.529411764706,88.2352941176471],[136.274509803922,111.764705882353,72.5490196078431],[110.78431372549,88.2352941176471,56.8627450980392],[73.5294117647059,52.9411764705882,26.4705882352941],[61.7647058823529,44.1176470588235,22.5490196078431],[75.4901960784314,57.843137254902,38.2352941176471],[127.450980392157,109.803921568627,90.1960784313725],[122.549019607843,100.980392156863,78.4313725490196],[169.607843137255,140.196078431373,114.705882352941],[139.21568627451,104.901960784314,73.5294117647059],[137.254901960784,100,64.7058823529412],[168.627450980392,126.470588235294,92.156862745098],[163.725490196078,120.588235294118,86.2745098039216],[136.274509803922,93.1372549019608,58.8235294117647],[109.803921568627,65.6862745098039,35.2941176470588],[82.3529411764706,43.1372549019608,17.6470588235294],[43.1372549019608,10.7843137254902,0],[66.6666666666667,39.2156862745098,25.4901960784314],[56.8627450980392,35.2941176470588,24.5098039215686],[24.5098039215686,5.88235294117647,0],[13.7254901960784,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[11.7647058823529,5.88235294117647,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[13.7254901960784,7.84313725490196,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[8.82352941176471,16.6666666666667,19.6078431372549],[10.7843137254902,19.6078431372549,24.5098039215686],[9.80392156862745,18.6274509803922,23.5294117647059],[15.6862745098039,26.4705882352941,30.3921568627451],[12.7450980392157,23.5294117647059,27.4509803921569],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[9.80392156862745,20.5882352941176,26.4705882352941],[10.7843137254902,21.5686274509804,27.4509803921569],[15.6862745098039,29.4117647058824,32.3529411764706],[6.86274509803922,20.5882352941176,23.5294117647059],[20.5882352941176,35.2941176470588,38.2352941176471],[26.4705882352941,41.1764705882353,44.1176470588235],[23.5294117647059,39.2156862745098,39.2156862745098],[29.4117647058824,45.0980392156863,45.0980392156863],[27.4509803921569,46.078431372549,44.1176470588235],[28.4313725490196,47.0588235294118,45.0980392156863],[33.3333333333333,52.9411764705882,50.9803921568627],[31.3725490196078,50.9803921568627,49.0196078431373],[30.3921568627451,50.9803921568627,46.078431372549],[40.1960784313726,59.8039215686275,50.9803921568627],[55.8823529411765,71.5686274509804,58.8235294117647],[99.0196078431373,112.745098039216,96.078431372549],[55.8823529411765,68.6274509803922,50.9803921568627],[53.921568627451,66.6666666666667,49.0196078431373],[72.5490196078431,84.3137254901961,64.7058823529412],[81.3725490196078,93.1372549019608,73.5294117647059],[111.764705882353,120.588235294118,100],[140.196078431373,149.019607843137,128.43137254902],[102.941176470588,111.764705882353,91.1764705882353],[78.4313725490196,87.2549019607843,66.6666666666667],[110.78431372549,119.607843137255,99.0196078431373],[106.862745098039,118.627450980392,97.0588235294118],[99.0196078431373,110.78431372549,89.2156862745098],[96.078431372549,109.803921568627,87.2549019607843],[125.490196078431,139.21568627451,116.666666666667],[126.470588235294,141.176470588235,122.549019607843],[64.7058823529412,82.3529411764706,70.5882352941177],[84.3137254901961,104.901960784314,96.078431372549],[96.078431372549,118.627450980392,110.78431372549],[82.3529411764706,108.823529411765,100],[86.2745098039216,115.686274509804,107.843137254902],[90.1960784313725,122.549019607843,113.725490196078],[60.7843137254902,93.1372549019608,86.2745098039216],[85.2941176470588,119.607843137255,113.725490196078],[86.2745098039216,120.588235294118,116.666666666667],[89.2156862745098,124.509803921569,120.588235294118],[56.8627450980392,95.0980392156863,92.156862745098],[85.2941176470588,125.490196078431,121.56862745098],[82.3529411764706,128.43137254902,122.549019607843],[77.4509803921569,127.450980392157,120.588235294118],[74.5098039215686,126.470588235294,118.627450980392],[71.5686274509804,121.56862745098,116.666666666667],[89.2156862745098,134.313725490196,132.352941176471],[116.666666666667,159.803921568627,158.823529411765],[104.901960784314,150.980392156863,145.098039215686],[95.0980392156863,147.058823529412,141.176470588235],[85.2941176470588,146.078431372549,145.098039215686],[100.980392156863,161.764705882353,158.823529411765],[105.882352941176,154.901960784314,146.078431372549],[123.529411764706,164.705882352941,160.78431372549],[128.43137254902,170.588235294118,176.470588235294],[108.823529411765,145.098039215686,152.941176470588],[134.313725490196,154.901960784314,157.843137254902],[209.803921568627,227.450980392157,229.411764705882],[186.274509803922,212.745098039216,219.607843137255],[125.490196078431,154.901960784314,162.745098039216],[132.352941176471,162.745098039216,165.686274509804],[178.43137254902,203.921568627451,204.901960784314],[198.039215686275,213.725490196078,213.725490196078],[208.823529411765,223.529411764706,220.588235294118],[213.725490196078,233.333333333333,222.549019607843],[199.019607843137,222.549019607843,208.823529411765],[193.137254901961,216.666666666667,202.941176470588],[183.333333333333,204.901960784314,193.137254901961],[180.392156862745,197.058823529412,191.176470588235],[164.705882352941,179.411764705882,176.470588235294],[198.039215686275,213.725490196078,210.78431372549],[160.78431372549,179.411764705882,173.529411764706],[111.764705882353,135.294117647059,121.56862745098],[134.313725490196,156.862745098039,141.176470588235],[124.509803921569,140.196078431373,129.411764705882],[158.823529411765,165.686274509804,158.823529411765],[242.156862745098,237.254901960784,241.176470588235],[221.56862745098,216.666666666667,220.588235294118],[204.901960784314,211.764705882353,204.901960784314],[154.901960784314,172.549019607843,160.78431372549],[179.411764705882,205.882352941176,189.21568627451],[230.392156862745,250,240.196078431373],[160.78431372549,176.470588235294,165.686274509804],[126.470588235294,146.078431372549,137.254901960784],[80.3921568627451,116.666666666667,108.823529411765],[112.745098039216,154.901960784314,148.039215686275],[106.862745098039,146.078431372549,146.078431372549],[86.2745098039216,120.588235294118,124.509803921569],[68.6274509803922,99.0196078431373,103.921568627451],[34.3137254901961,58.8235294117647,63.7254901960784],[115.686274509804,135.294117647059,136.274509803922],[196.078431372549,206.862745098039,202.941176470588],[183.333333333333,180.392156862745,175.490196078431],[237.254901960784,227.450980392157,217.647058823529],[179.411764705882,168.627450980392,150.980392156863],[178.43137254902,163.725490196078,141.176470588235],[164.705882352941,147.058823529412,123.529411764706],[181.372549019608,165.686274509804,143.137254901961],[165.686274509804,154.901960784314,137.254901960784],[132.352941176471,121.56862745098,103.921568627451],[211.764705882353,196.078431372549,171.56862745098],[195.098039215686,183.333333333333,157.843137254902],[115.686274509804,114.705882352941,95.0980392156863],[179.411764705882,181.372549019608,160.78431372549],[200,194.117647058824,168.627450980392],[162.745098039216,155.882352941176,130.392156862745],[188.235294117647,183.333333333333,163.725490196078],[188.235294117647,181.372549019608,162.745098039216],[151.960784313725,137.254901960784,116.666666666667],[184.313725490196,162.745098039216,140.196078431373],[139.21568627451,108.823529411765,88.2352941176471],[124.509803921569,93.1372549019608,68.6274509803922],[139.21568627451,114.705882352941,85.2941176470588],[166.666666666667,140.196078431373,110.78431372549],[187.254901960784,153.921568627451,126.470588235294],[160.78431372549,127.450980392157,100],[136.274509803922,107.843137254902,78.4313725490196],[156.862745098039,132.352941176471,101.960784313725],[111.764705882353,87.2549019607843,57.843137254902],[113.725490196078,87.2549019607843,60.7843137254902],[150,118.627450980392,94.1176470588235],[126.470588235294,97.0588235294118,69.6078431372549],[100.980392156863,78.4313725490196,45.0980392156863],[100,80.3921568627451,44.1176470588235],[144.117647058824,121.56862745098,81.3725490196078],[173.529411764706,144.117647058824,106.862745098039],[128.43137254902,95.0980392156863,58.8235294117647],[165.686274509804,127.450980392157,95.0980392156863],[138.235294117647,100,69.6078431372549],[147.058823529412,108.823529411765,78.4313725490196],[108.823529411765,74.5098039215686,37.2549019607843],[68.6274509803922,36.2745098039216,0],[80.3921568627451,49.0196078431373,10.7843137254902],[88.2352941176471,59.8039215686275,20.5882352941176],[100,71.5686274509804,30.3921568627451],[132.352941176471,103.921568627451,62.7450980392157],[119.607843137255,88.2352941176471,48.0392156862745],[126.470588235294,97.0588235294118,61.7647058823529],[126.470588235294,100,73.5294117647059],[115.686274509804,94.1176470588235,71.5686274509804],[133.333333333333,117.647058823529,95.0980392156863],[117.647058823529,100,78.4313725490196],[151.960784313725,121.56862745098,103.921568627451],[155.882352941176,126.470588235294,102.941176470588],[165.686274509804,148.039215686275,112.745098039216],[100.980392156863,93.1372549019608,48.0392156862745],[140.196078431373,137.254901960784,87.2549019607843],[165.686274509804,159.803921568627,112.745098039216],[108.823529411765,97.0588235294118,59.8039215686275],[113.725490196078,99.0196078431373,70.5882352941177],[81.3725490196078,66.6666666666667,44.1176470588235],[64.7058823529412,56.8627450980392,36.2745098039216],[63.7254901960784,63.7254901960784,40.1960784313726],[58.8235294117647,62.7450980392157,38.2352941176471],[50,51.9607843137255,28.4313725490196],[89.2156862745098,84.3137254901961,62.7450980392157],[149.019607843137,136.274509803922,119.607843137255],[114.705882352941,97.0588235294118,75.4901960784314],[79.4117647058823,56.8627450980392,25.4901960784314],[78.4313725490196,55.8823529411765,22.5490196078431],[93.1372549019608,73.5294117647059,47.0588235294118],[70.5882352941177,54.9019607843137,32.3529411764706],[24.5098039215686,11.7647058823529,0],[36.2745098039216,22.5490196078431,9.80392156862745],[67.6470588235294,51.9607843137255,37.2549019607843],[165.686274509804,147.058823529412,130.392156862745],[164.705882352941,141.176470588235,117.647058823529],[71.5686274509804,41.1764705882353,12.7450980392157],[117.647058823529,82.3529411764706,49.0196078431373],[139.21568627451,101.960784313725,66.6666666666667],[115.686274509804,76.4705882352941,42.156862745098],[174.509803921569,134.313725490196,102.941176470588],[131.372549019608,91.1764705882353,61.7647058823529],[68.6274509803922,32.3529411764706,6.86274509803922],[33.3333333333333,2.94117647058824,0],[56.8627450980392,31.3725490196078,16.6666666666667],[49.0196078431373,27.4509803921569,16.6666666666667],[22.5490196078431,5.88235294117647,0],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,7.84313725490196,5.88235294117647],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[24.5098039215686,20.5882352941176,21.5686274509804],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,10.7843137254902],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,5.88235294117647,9.80392156862745],[5.88235294117647,13.7254901960784,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[16.6666666666667,27.4509803921569,31.3725490196078],[10.7843137254902,21.5686274509804,25.4901960784314],[8.82352941176471,19.6078431372549,25.4901960784314],[15.6862745098039,24.5098039215686,33.3333333333333],[13.7254901960784,22.5490196078431,29.4117647058824],[13.7254901960784,22.5490196078431,29.4117647058824],[14.7058823529412,25.4901960784314,31.3725490196078],[16.6666666666667,27.4509803921569,33.3333333333333],[21.5686274509804,35.2941176470588,38.2352941176471],[33.3333333333333,47.0588235294118,50],[23.5294117647059,37.2549019607843,38.2352941176471],[29.4117647058824,43.1372549019608,44.1176470588235],[26.4705882352941,42.156862745098,41.1764705882353],[26.4705882352941,42.156862745098,41.1764705882353],[28.4313725490196,47.0588235294118,43.1372549019608],[25.4901960784314,44.1176470588235,40.1960784313726],[25.4901960784314,44.1176470588235,40.1960784313726],[37.2549019607843,53.921568627451,46.078431372549],[81.3725490196078,93.1372549019608,79.4117647058823],[92.156862745098,100.980392156863,84.3137254901961],[79.4117647058823,88.2352941176471,69.6078431372549],[85.2941176470588,94.1176470588235,75.4901960784314],[80.3921568627451,88.2352941176471,67.6470588235294],[110.78431372549,118.627450980392,98.0392156862745],[133.333333333333,141.176470588235,118.627450980392],[104.901960784314,112.745098039216,90.1960784313725],[60.7843137254902,68.6274509803922,46.078431372549],[78.4313725490196,86.2745098039216,63.7254901960784],[112.745098039216,120.588235294118,98.0392156862745],[90.1960784313725,100,76.4705882352941],[72.5490196078431,82.3529411764706,58.8235294117647],[100,111.764705882353,88.2352941176471],[135.294117647059,147.058823529412,123.529411764706],[148.039215686275,160.78431372549,141.176470588235],[89.2156862745098,104.901960784314,94.1176470588235],[82.3529411764706,101.960784313725,93.1372549019608],[79.4117647058823,102.941176470588,90.1960784313725],[67.6470588235294,95.0980392156863,81.3725490196078],[79.4117647058823,110.78431372549,96.078431372549],[70.5882352941177,103.921568627451,90.1960784313725],[73.5294117647059,105.882352941176,97.0588235294118],[107.843137254902,142.156862745098,136.274509803922],[83.3333333333333,116.666666666667,115.686274509804],[64.7058823529412,100,100],[76.4705882352941,113.725490196078,114.705882352941],[125.490196078431,164.705882352941,164.705882352941],[67.6470588235294,111.764705882353,108.823529411765],[72.5490196078431,120.588235294118,114.705882352941],[77.4509803921569,127.450980392157,118.627450980392],[65.6862745098039,115.686274509804,108.823529411765],[100.980392156863,142.156862745098,140.196078431373],[109.803921568627,150.980392156863,149.019607843137],[79.4117647058823,123.529411764706,116.666666666667],[78.4313725490196,128.43137254902,119.607843137255],[68.6274509803922,128.43137254902,121.56862745098],[104.901960784314,160.78431372549,153.921568627451],[146.078431372549,188.235294117647,178.43137254902],[156.862745098039,193.137254901961,185.294117647059],[122.549019607843,155.882352941176,156.862745098039],[152.941176470588,177.450980392157,182.352941176471],[178.43137254902,192.156862745098,193.137254901961],[235.294117647059,246.078431372549,248.039215686275],[192.156862745098,211.764705882353,218.627450980392],[152.941176470588,181.372549019608,187.254901960784],[113.725490196078,147.058823529412,149.019607843137],[157.843137254902,185.294117647059,186.274509803922],[182.352941176471,192.156862745098,194.117647058824],[143.137254901961,145.098039215686,144.117647058824],[162.745098039216,169.607843137255,161.764705882353],[167.647058823529,179.411764705882,165.686274509804],[208.823529411765,225.490196078431,209.803921568627],[166.666666666667,186.274509803922,174.509803921569],[150,172.549019607843,164.705882352941],[151.960784313725,176.470588235294,172.549019607843],[150.980392156863,177.450980392157,172.549019607843],[132.352941176471,161.764705882353,151.960784313725],[142.156862745098,169.607843137255,154.901960784314],[112.745098039216,137.254901960784,118.627450980392],[100.980392156863,118.627450980392,102.941176470588],[155.882352941176,165.686274509804,156.862745098039],[193.137254901961,193.137254901961,195.098039215686],[220.588235294118,218.627450980392,223.529411764706],[222.549019607843,222.549019607843,222.549019607843],[156.862745098039,162.745098039216,158.823529411765],[224.509803921569,241.176470588235,231.372549019608],[203.921568627451,220.588235294118,210.78431372549],[150,160.78431372549,152.941176470588],[128.43137254902,143.137254901961,136.274509803922],[102.941176470588,132.352941176471,122.549019607843],[140.196078431373,176.470588235294,168.627450980392],[115.686274509804,150,144.117647058824],[74.5098039215686,104.901960784314,100],[67.6470588235294,89.2156862745098,86.2745098039216],[68.6274509803922,85.2941176470588,79.4117647058823],[157.843137254902,169.607843137255,157.843137254902],[173.529411764706,177.450980392157,160.78431372549],[165.686274509804,157.843137254902,139.21568627451],[204.901960784314,188.235294117647,168.627450980392],[186.274509803922,172.549019607843,147.058823529412],[172.549019607843,156.862745098039,131.372549019608],[191.176470588235,171.56862745098,145.098039215686],[159.803921568627,143.137254901961,117.647058823529],[175.490196078431,164.705882352941,145.098039215686],[158.823529411765,148.039215686275,128.43137254902],[206.862745098039,191.176470588235,166.666666666667],[171.56862745098,159.803921568627,134.313725490196],[106.862745098039,108.823529411765,88.2352941176471],[120.588235294118,123.529411764706,104.901960784314],[168.627450980392,164.705882352941,140.196078431373],[111.764705882353,104.901960784314,79.4117647058823],[93.1372549019608,88.2352941176471,68.6274509803922],[139.21568627451,132.352941176471,114.705882352941],[226.470588235294,211.764705882353,193.137254901961],[198.039215686275,176.470588235294,155.882352941176],[182.352941176471,152.941176470588,129.411764705882],[160.78431372549,129.411764705882,104.901960784314],[162.745098039216,140.196078431373,109.803921568627],[179.411764705882,156.862745098039,126.470588235294],[146.078431372549,112.745098039216,86.2745098039216],[159.803921568627,124.509803921569,99.0196078431373],[149.019607843137,122.549019607843,96.078431372549],[153.921568627451,130.392156862745,102.941176470588],[100.980392156863,80.3921568627451,53.921568627451],[171.56862745098,146.078431372549,121.56862745098],[178.43137254902,147.058823529412,124.509803921569],[105.882352941176,78.4313725490196,54.9019607843137],[90.1960784313725,74.5098039215686,42.156862745098],[99.0196078431373,85.2941176470588,50.9803921568627],[92.156862745098,69.6078431372549,38.2352941176471],[93.1372549019608,64.7058823529412,31.3725490196078],[142.156862745098,110.78431372549,72.5490196078431],[148.039215686275,113.725490196078,72.5490196078431],[190.196078431373,151.960784313725,111.764705882353],[170.588235294118,131.372549019608,96.078431372549],[134.313725490196,96.078431372549,65.6862745098039],[98.0392156862745,63.7254901960784,34.3137254901961],[85.2941176470588,56.8627450980392,23.5294117647059],[143.137254901961,117.647058823529,83.3333333333333],[108.823529411765,83.3333333333333,47.0588235294118],[108.823529411765,80.3921568627451,47.0588235294118],[93.1372549019608,60.7843137254902,30.3921568627451],[125.490196078431,92.156862745098,64.7058823529412],[170.588235294118,142.156862745098,110.78431372549],[149.019607843137,126.470588235294,95.0980392156863],[98.0392156862745,84.3137254901961,55.8823529411765],[76.4705882352941,61.7647058823529,33.3333333333333],[130.392156862745,105.882352941176,76.4705882352941],[149.019607843137,123.529411764706,91.1764705882353],[151.960784313725,134.313725490196,95.0980392156863],[99.0196078431373,86.2745098039216,43.1372549019608],[112.745098039216,100.980392156863,59.8039215686275],[114.705882352941,102.941176470588,65.6862745098039],[119.607843137255,102.941176470588,73.5294117647059],[171.56862745098,151.960784313725,127.450980392157],[180.392156862745,163.725490196078,138.235294117647],[118.627450980392,104.901960784314,76.4705882352941],[93.1372549019608,87.2549019607843,51.9607843137255],[98.0392156862745,96.078431372549,58.8235294117647],[99.0196078431373,96.078431372549,63.7254901960784],[111.764705882353,103.921568627451,81.3725490196078],[81.3725490196078,64.7058823529412,54.9019607843137],[76.4705882352941,56.8627450980392,48.0392156862745],[57.843137254902,41.1764705882353,21.5686274509804],[74.5098039215686,60.7843137254902,35.2941176470588],[91.1764705882353,78.4313725490196,59.8039215686275],[73.5294117647059,64.7058823529412,50],[46.078431372549,37.2549019607843,28.4313725490196],[43.1372549019608,36.2745098039216,28.4313725490196],[56.8627450980392,48.0392156862745,39.2156862745098],[171.56862745098,161.764705882353,150],[192.156862745098,176.470588235294,160.78431372549],[51.9607843137255,31.3725490196078,10.7843137254902],[73.5294117647059,48.0392156862745,23.5294117647059],[49.0196078431373,19.6078431372549,0],[63.7254901960784,33.3333333333333,4.90196078431373],[142.156862745098,107.843137254902,80.3921568627451],[143.137254901961,107.843137254902,82.3529411764706],[79.4117647058823,45.0980392156863,23.5294117647059],[65.6862745098039,35.2941176470588,17.6470588235294],[53.921568627451,28.4313725490196,15.6862745098039],[35.2941176470588,12.7450980392157,4.90196078431373],[21.5686274509804,4.90196078431373,0],[16.6666666666667,5.88235294117647,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[13.7254901960784,11.7647058823529,14.7058823529412],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,1.96078431372549,4.90196078431373],[11.7647058823529,9.80392156862745,12.7450980392157],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[1.96078431372549,1.96078431372549,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,3.92156862745098],[1.96078431372549,6.86274509803922,9.80392156862745],[3.92156862745098,11.7647058823529,14.7058823529412],[11.7647058823529,19.6078431372549,22.5490196078431],[13.7254901960784,22.5490196078431,27.4509803921569],[14.7058823529412,25.4901960784314,29.4117647058824],[16.6666666666667,30.3921568627451,33.3333333333333],[6.86274509803922,19.6078431372549,25.4901960784314],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[17.6470588235294,26.4705882352941,33.3333333333333],[8.82352941176471,19.6078431372549,25.4901960784314],[20.5882352941176,31.3725490196078,35.2941176470588],[12.7450980392157,26.4705882352941,29.4117647058824],[26.4705882352941,40.1960784313726,41.1764705882353],[28.4313725490196,42.156862745098,43.1372549019608],[33.3333333333333,47.0588235294118,47.0588235294118],[32.3529411764706,48.0392156862745,47.0588235294118],[33.3333333333333,49.0196078431373,46.078431372549],[37.2549019607843,52.9411764705882,50],[31.3725490196078,50,46.078431372549],[28.4313725490196,47.0588235294118,43.1372549019608],[40.1960784313726,55.8823529411765,46.078431372549],[104.901960784314,112.745098039216,98.0392156862745],[116.666666666667,121.56862745098,101.960784313725],[99.0196078431373,103.921568627451,84.3137254901961],[62.7450980392157,65.6862745098039,45.0980392156863],[97.0588235294118,100,79.4117647058823],[159.803921568627,163.725490196078,141.176470588235],[114.705882352941,118.627450980392,96.078431372549],[83.3333333333333,87.2549019607843,62.7450980392157],[62.7450980392157,66.6666666666667,42.156862745098],[86.2745098039216,92.156862745098,66.6666666666667],[96.078431372549,101.960784313725,76.4705882352941],[126.470588235294,135.294117647059,108.823529411765],[111.764705882353,120.588235294118,94.1176470588235],[121.56862745098,132.352941176471,102.941176470588],[150,160.78431372549,131.372549019608],[158.823529411765,172.549019607843,148.039215686275],[160.78431372549,177.450980392157,159.803921568627],[129.411764705882,151.960784313725,136.274509803922],[113.725490196078,140.196078431373,125.490196078431],[72.5490196078431,102.941176470588,88.2352941176471],[70.5882352941177,103.921568627451,90.1960784313725],[74.5098039215686,109.803921568627,98.0392156862745],[87.2549019607843,121.56862745098,114.705882352941],[75.4901960784314,111.764705882353,104.901960784314],[72.5490196078431,107.843137254902,105.882352941176],[70.5882352941177,105.882352941176,105.882352941176],[91.1764705882353,126.470588235294,126.470588235294],[99.0196078431373,137.254901960784,136.274509803922],[79.4117647058823,120.588235294118,118.627450980392],[95.0980392156863,139.21568627451,134.313725490196],[90.1960784313725,138.235294117647,132.352941176471],[94.1176470588235,140.196078431373,134.313725490196],[83.3333333333333,121.56862745098,120.588235294118],[78.4313725490196,116.666666666667,113.725490196078],[71.5686274509804,113.725490196078,106.862745098039],[79.4117647058823,128.43137254902,117.647058823529],[106.862745098039,159.803921568627,147.058823529412],[125.490196078431,176.470588235294,163.725490196078],[158.823529411765,199.019607843137,185.294117647059],[109.803921568627,141.176470588235,130.392156862745],[110.78431372549,132.352941176471,129.411764705882],[174.509803921569,188.235294117647,188.235294117647],[231.372549019608,239.21568627451,241.176470588235],[236.274509803922,244.117647058824,246.078431372549],[222.549019607843,240.196078431373,244.117647058824],[181.372549019608,205.882352941176,209.803921568627],[118.627450980392,151.960784313725,153.921568627451],[135.294117647059,162.745098039216,165.686274509804],[167.647058823529,177.450980392157,179.411764705882],[148.039215686275,150,149.019607843137],[136.274509803922,142.156862745098,132.352941176471],[148.039215686275,155.882352941176,141.176470588235],[140.196078431373,153.921568627451,137.254901960784],[118.627450980392,138.235294117647,126.470588235294],[122.549019607843,147.058823529412,141.176470588235],[119.607843137255,150,145.098039215686],[98.0392156862745,129.411764705882,124.509803921569],[118.627450980392,150.980392156863,142.156862745098],[115.686274509804,148.039215686275,131.372549019608],[147.058823529412,174.509803921569,152.941176470588],[108.823529411765,129.411764705882,110.78431372549],[160.78431372549,174.509803921569,161.764705882353],[173.529411764706,182.352941176471,181.372549019608],[186.274509803922,190.196078431373,191.176470588235],[219.607843137255,218.627450980392,213.725490196078],[250,250,241.176470588235],[214.705882352941,225.490196078431,211.764705882353],[189.21568627451,200.980392156863,187.254901960784],[142.156862745098,150,137.254901960784],[100.980392156863,112.745098039216,100.980392156863],[127.450980392157,150.980392156863,137.254901960784],[121.56862745098,151.960784313725,137.254901960784],[87.2549019607843,116.666666666667,104.901960784314],[75.4901960784314,100.980392156863,90.1960784313725],[53.921568627451,69.6078431372549,59.8039215686275],[170.588235294118,178.43137254902,167.647058823529],[166.666666666667,170.588235294118,155.882352941176],[182.352941176471,179.411764705882,160.78431372549],[230.392156862745,213.725490196078,194.117647058824],[204.901960784314,183.333333333333,160.78431372549],[231.372549019608,214.705882352941,187.254901960784],[215.686274509804,199.019607843137,169.607843137255],[168.627450980392,148.039215686275,117.647058823529],[179.411764705882,159.803921568627,133.333333333333],[166.666666666667,154.901960784314,133.333333333333],[165.686274509804,154.901960784314,133.333333333333],[224.509803921569,208.823529411765,183.333333333333],[172.549019607843,160.78431372549,135.294117647059],[153.921568627451,152.941176470588,133.333333333333],[159.803921568627,160.78431372549,143.137254901961],[209.803921568627,203.921568627451,180.392156862745],[169.607843137255,162.745098039216,137.254901960784],[148.039215686275,143.137254901961,123.529411764706],[156.862745098039,150,131.372549019608],[189.21568627451,174.509803921569,153.921568627451],[185.294117647059,163.725490196078,141.176470588235],[200,168.627450980392,144.117647058824],[226.470588235294,196.078431372549,168.627450980392],[207.843137254902,187.254901960784,156.862745098039],[155.882352941176,133.333333333333,102.941176470588],[148.039215686275,114.705882352941,90.1960784313725],[161.764705882353,128.43137254902,103.921568627451],[159.803921568627,134.313725490196,109.803921568627],[152.941176470588,133.333333333333,106.862745098039],[113.725490196078,94.1176470588235,69.6078431372549],[126.470588235294,104.901960784314,81.3725490196078],[113.725490196078,83.3333333333333,62.7450980392157],[97.0588235294118,71.5686274509804,49.0196078431373],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,103.921568627451,74.5098039215686],[77.4509803921569,57.843137254902,31.3725490196078],[109.803921568627,85.2941176470588,54.9019607843137],[99.0196078431373,70.5882352941177,31.3725490196078],[173.529411764706,141.176470588235,97.0588235294118],[195.098039215686,161.764705882353,116.666666666667],[170.588235294118,138.235294117647,98.0392156862745],[122.549019607843,89.2156862745098,61.7647058823529],[123.529411764706,92.156862745098,67.6470588235294],[95.0980392156863,66.6666666666667,37.2549019607843],[126.470588235294,100.980392156863,68.6274509803922],[87.2549019607843,61.7647058823529,27.4509803921569],[89.2156862745098,60.7843137254902,29.4117647058824],[103.921568627451,72.5490196078431,48.0392156862745],[98.0392156862745,67.6470588235294,40.1960784313726],[129.411764705882,103.921568627451,67.6470588235294],[169.607843137255,150.980392156863,111.764705882353],[133.333333333333,118.627450980392,86.2745098039216],[96.078431372549,83.3333333333333,51.9607843137255],[132.352941176471,113.725490196078,82.3529411764706],[138.235294117647,118.627450980392,84.3137254901961],[146.078431372549,129.411764705882,87.2549019607843],[148.039215686275,134.313725490196,90.1960784313725],[114.705882352941,98.0392156862745,55.8823529411765],[117.647058823529,98.0392156862745,61.7647058823529],[100,76.4705882352941,49.0196078431373],[74.5098039215686,50.9803921568627,27.4509803921569],[123.529411764706,100,74.5098039215686],[230.392156862745,209.803921568627,179.411764705882],[123.529411764706,108.823529411765,70.5882352941177],[84.3137254901961,72.5490196078431,33.3333333333333],[117.647058823529,104.901960784314,71.5686274509804],[129.411764705882,115.686274509804,90.1960784313725],[80.3921568627451,62.7450980392157,52.9411764705882],[58.8235294117647,42.156862745098,35.2941176470588],[47.0588235294118,38.2352941176471,23.5294117647059],[72.5490196078431,65.6862745098039,48.0392156862745],[94.1176470588235,86.2745098039216,73.5294117647059],[64.7058823529412,57.843137254902,48.0392156862745],[49.0196078431373,45.0980392156863,36.2745098039216],[45.0980392156863,40.1960784313726,34.3137254901961],[63.7254901960784,58.8235294117647,52.9411764705882],[55.8823529411765,49.0196078431373,41.1764705882353],[37.2549019607843,29.4117647058824,18.6274509803922],[47.0588235294118,35.2941176470588,19.6078431372549],[50,35.2941176470588,16.6666666666667],[50.9803921568627,30.3921568627451,9.80392156862745],[62.7450980392157,39.2156862745098,15.6862745098039],[77.4509803921569,48.0392156862745,24.5098039215686],[142.156862745098,108.823529411765,84.3137254901961],[100,65.6862745098039,46.078431372549],[50.9803921568627,22.5490196078431,6.86274509803922],[50.9803921568627,25.4901960784314,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[25.4901960784314,8.82352941176471,1.96078431372549],[11.7647058823529,0.980392156862745,0],[13.7254901960784,4.90196078431373,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[32.3529411764706,30.3921568627451,33.3333333333333],[46.078431372549,44.1176470588235,47.0588235294118],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[24.5098039215686,22.5490196078431,25.4901960784314],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,7.84313725490196,13.7254901960784],[15.6862745098039,22.5490196078431,28.4313725490196],[19.6078431372549,28.4313725490196,33.3333333333333],[15.6862745098039,26.4705882352941,30.3921568627451],[8.82352941176471,21.5686274509804,27.4509803921569],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,27.4509803921569],[13.7254901960784,22.5490196078431,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[20.5882352941176,29.4117647058824,36.2745098039216],[15.6862745098039,24.5098039215686,29.4117647058824],[13.7254901960784,22.5490196078431,27.4509803921569],[17.6470588235294,28.4313725490196,32.3529411764706],[20.5882352941176,31.3725490196078,33.3333333333333],[24.5098039215686,35.2941176470588,37.2549019607843],[28.4313725490196,40.1960784313726,40.1960784313726],[22.5490196078431,36.2745098039216,36.2745098039216],[23.5294117647059,38.2352941176471,35.2941176470588],[30.3921568627451,45.0980392156863,42.156862745098],[30.3921568627451,45.0980392156863,40.1960784313726],[50,64.7058823529412,59.8039215686275],[91.1764705882353,101.960784313725,94.1176470588235],[99.0196078431373,100.980392156863,88.2352941176471],[41.1764705882353,38.2352941176471,21.5686274509804],[71.5686274509804,68.6274509803922,51.9607843137255],[100,97.0588235294118,78.4313725490196],[104.901960784314,102.941176470588,82.3529411764706],[148.039215686275,146.078431372549,123.529411764706],[147.058823529412,147.058823529412,121.56862745098],[107.843137254902,107.843137254902,82.3529411764706],[104.901960784314,107.843137254902,79.4117647058823],[120.588235294118,123.529411764706,95.0980392156863],[110.78431372549,113.725490196078,83.3333333333333],[104.901960784314,109.803921568627,78.4313725490196],[126.470588235294,133.333333333333,100.980392156863],[145.098039215686,154.901960784314,121.56862745098],[196.078431372549,205.882352941176,172.549019607843],[118.627450980392,132.352941176471,100],[178.43137254902,198.039215686275,170.588235294118],[115.686274509804,139.21568627451,115.686274509804],[49.0196078431373,75.4901960784314,56.8627450980392],[95.0980392156863,124.509803921569,112.745098039216],[60.7843137254902,92.156862745098,87.2549019607843],[57.843137254902,93.1372549019608,91.1764705882353],[83.3333333333333,118.627450980392,116.666666666667],[99.0196078431373,134.313725490196,132.352941176471],[105.882352941176,142.156862745098,135.294117647059],[91.1764705882353,127.450980392157,119.607843137255],[108.823529411765,146.078431372549,135.294117647059],[124.509803921569,160.78431372549,152.941176470588],[75.4901960784314,113.725490196078,108.823529411765],[78.4313725490196,117.647058823529,116.666666666667],[82.3529411764706,122.549019607843,124.509803921569],[71.5686274509804,110.78431372549,112.745098039216],[84.3137254901961,117.647058823529,116.666666666667],[71.5686274509804,105.882352941176,101.960784313725],[92.156862745098,132.352941176471,126.470588235294],[102.941176470588,145.098039215686,135.294117647059],[99.0196078431373,142.156862745098,125.490196078431],[110.78431372549,150.980392156863,133.333333333333],[120.588235294118,155.882352941176,142.156862745098],[136.274509803922,163.725490196078,151.960784313725],[140.196078431373,151.960784313725,142.156862745098],[191.176470588235,196.078431372549,190.196078431373],[244.117647058824,246.078431372549,245.098039215686],[246.078431372549,250,250],[215.686274509804,226.470588235294,228.43137254902],[132.352941176471,151.960784313725,152.941176470588],[129.411764705882,158.823529411765,158.823529411765],[111.764705882353,141.176470588235,141.176470588235],[148.039215686275,167.647058823529,168.627450980392],[115.686274509804,127.450980392157,125.490196078431],[137.254901960784,149.019607843137,139.21568627451],[132.352941176471,144.117647058824,130.392156862745],[106.862745098039,120.588235294118,105.882352941176],[118.627450980392,138.235294117647,127.450980392157],[113.725490196078,138.235294117647,134.313725490196],[91.1764705882353,118.627450980392,119.607843137255],[84.3137254901961,115.686274509804,114.705882352941],[85.2941176470588,117.647058823529,110.78431372549],[92.156862745098,123.529411764706,108.823529411765],[112.745098039216,141.176470588235,121.56862745098],[151.960784313725,176.470588235294,155.882352941176],[159.803921568627,180.392156862745,165.686274509804],[139.21568627451,157.843137254902,151.960784313725],[142.156862745098,152.941176470588,145.098039215686],[206.862745098039,205.882352941176,186.274509803922],[212.745098039216,211.764705882353,184.313725490196],[204.901960784314,210.78431372549,183.333333333333],[208.823529411765,218.627450980392,192.156862745098],[169.607843137255,174.509803921569,151.960784313725],[129.411764705882,138.235294117647,117.647058823529],[101.960784313725,120.588235294118,100.980392156863],[123.529411764706,146.078431372549,128.43137254902],[92.156862745098,115.686274509804,101.960784313725],[147.058823529412,163.725490196078,153.921568627451],[174.509803921569,179.411764705882,173.529411764706],[250,250,245.098039215686],[227.450980392157,224.509803921569,215.686274509804],[224.509803921569,214.705882352941,204.901960784314],[222.549019607843,198.039215686275,191.176470588235],[229.411764705882,201.960784313725,188.235294117647],[238.235294117647,218.627450980392,192.156862745098],[175.490196078431,156.862745098039,124.509803921569],[144.117647058824,121.56862745098,90.1960784313725],[158.823529411765,138.235294117647,109.803921568627],[155.882352941176,141.176470588235,118.627450980392],[172.549019607843,160.78431372549,139.21568627451],[140.196078431373,123.529411764706,98.0392156862745],[156.862745098039,143.137254901961,117.647058823529],[123.529411764706,120.588235294118,101.960784313725],[94.1176470588235,93.1372549019608,73.5294117647059],[163.725490196078,156.862745098039,131.372549019608],[150,138.235294117647,112.745098039216],[108.823529411765,100.980392156863,78.4313725490196],[149.019607843137,138.235294117647,118.627450980392],[227.450980392157,209.803921568627,188.235294117647],[218.627450980392,195.098039215686,171.56862745098],[156.862745098039,126.470588235294,99.0196078431373],[179.411764705882,149.019607843137,120.588235294118],[250,236.274509803922,205.882352941176],[141.176470588235,118.627450980392,88.2352941176471],[149.019607843137,115.686274509804,91.1764705882353],[191.176470588235,156.862745098039,135.294117647059],[143.137254901961,117.647058823529,95.0980392156863],[171.56862745098,151.960784313725,127.450980392157],[111.764705882353,94.1176470588235,70.5882352941177],[122.549019607843,102.941176470588,79.4117647058823],[110.78431372549,84.3137254901961,63.7254901960784],[84.3137254901961,59.8039215686275,38.2352941176471],[109.803921568627,98.0392156862745,72.5490196078431],[119.607843137255,109.803921568627,83.3333333333333],[81.3725490196078,65.6862745098039,41.1764705882353],[71.5686274509804,48.0392156862745,22.5490196078431],[136.274509803922,106.862745098039,71.5686274509804],[181.372549019608,150,109.803921568627],[110.78431372549,87.2549019607843,40.1960784313726],[127.450980392157,104.901960784314,63.7254901960784],[117.647058823529,95.0980392156863,64.7058823529412],[111.764705882353,88.2352941176471,62.7450980392157],[153.921568627451,127.450980392157,99.0196078431373],[111.764705882353,81.3725490196078,50.9803921568627],[71.5686274509804,42.156862745098,8.82352941176471],[104.901960784314,74.5098039215686,44.1176470588235],[110.78431372549,86.2745098039216,56.8627450980392],[117.647058823529,98.0392156862745,65.6862745098039],[120.588235294118,103.921568627451,61.7647058823529],[118.627450980392,103.921568627451,61.7647058823529],[155.882352941176,137.254901960784,104.901960784314],[92.156862745098,77.4509803921569,47.0588235294118],[61.7647058823529,52.9411764705882,24.5098039215686],[69.6078431372549,60.7843137254902,28.4313725490196],[94.1176470588235,81.3725490196078,38.2352941176471],[192.156862745098,176.470588235294,126.470588235294],[170.588235294118,149.019607843137,100],[151.960784313725,128.43137254902,83.3333333333333],[138.235294117647,109.803921568627,76.4705882352941],[96.078431372549,66.6666666666667,39.2156862745098],[87.2549019607843,56.8627450980392,36.2745098039216],[214.705882352941,184.313725490196,163.725490196078],[130.392156862745,100.980392156863,75.4901960784314],[90.1960784313725,63.7254901960784,35.2941176470588],[74.5098039215686,50.9803921568627,23.5294117647059],[99.0196078431373,79.4117647058823,54.9019607843137],[76.4705882352941,59.8039215686275,42.156862745098],[41.1764705882353,29.4117647058824,15.6862745098039],[26.4705882352941,22.5490196078431,10.7843137254902],[24.5098039215686,22.5490196078431,10.7843137254902],[58.8235294117647,54.9019607843137,44.1176470588235],[60.7843137254902,53.921568627451,44.1176470588235],[41.1764705882353,32.3529411764706,25.4901960784314],[70.5882352941177,61.7647058823529,54.9019607843137],[82.3529411764706,75.4901960784314,69.6078431372549],[41.1764705882353,36.2745098039216,30.3921568627451],[15.6862745098039,12.7450980392157,3.92156862745098],[34.3137254901961,30.3921568627451,21.5686274509804],[39.2156862745098,31.3725490196078,20.5882352941176],[35.2941176470588,23.5294117647059,9.80392156862745],[23.5294117647059,5.88235294117647,0],[60.7843137254902,34.3137254901961,13.7254901960784],[100,66.6666666666667,42.156862745098],[117.647058823529,82.3529411764706,60.7843137254902],[72.5490196078431,41.1764705882353,26.4705882352941],[37.2549019607843,10.7843137254902,0],[27.4509803921569,7.84313725490196,0],[27.4509803921569,10.7843137254902,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[25.4901960784314,24.5098039215686,22.5490196078431],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,5.88235294117647,3.92156862745098],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[13.7254901960784,22.5490196078431,27.4509803921569],[20.5882352941176,31.3725490196078,35.2941176470588],[15.6862745098039,29.4117647058824,32.3529411764706],[8.82352941176471,21.5686274509804,27.4509803921569],[1.96078431372549,14.7058823529412,20.5882352941176],[14.7058823529412,25.4901960784314,31.3725490196078],[17.6470588235294,26.4705882352941,33.3333333333333],[20.5882352941176,29.4117647058824,36.2745098039216],[19.6078431372549,28.4313725490196,33.3333333333333],[14.7058823529412,23.5294117647059,28.4313725490196],[14.7058823529412,24.5098039215686,26.4705882352941],[21.5686274509804,32.3529411764706,34.3137254901961],[29.4117647058824,41.1764705882353,41.1764705882353],[32.3529411764706,44.1176470588235,44.1176470588235],[29.4117647058824,41.1764705882353,39.2156862745098],[21.5686274509804,33.3333333333333,31.3725490196078],[21.5686274509804,33.3333333333333,29.4117647058824],[33.3333333333333,45.0980392156863,41.1764705882353],[43.1372549019608,54.9019607843137,50.9803921568627],[46.078431372549,57.843137254902,53.921568627451],[50.9803921568627,60.7843137254902,51.9607843137255],[79.4117647058823,77.4509803921569,64.7058823529412],[92.156862745098,86.2745098039216,70.5882352941177],[108.823529411765,103.921568627451,85.2941176470588],[110.78431372549,105.882352941176,86.2745098039216],[112.745098039216,107.843137254902,86.2745098039216],[106.862745098039,102.941176470588,78.4313725490196],[107.843137254902,103.921568627451,77.4509803921569],[141.176470588235,140.196078431373,110.78431372549],[136.274509803922,135.294117647059,105.882352941176],[107.843137254902,108.823529411765,77.4509803921569],[130.392156862745,134.313725490196,101.960784313725],[109.803921568627,115.686274509804,82.3529411764706],[77.4509803921569,85.2941176470588,49.0196078431373],[158.823529411765,166.666666666667,130.392156862745],[172.549019607843,182.352941176471,146.078431372549],[94.1176470588235,107.843137254902,72.5490196078431],[130.392156862745,151.960784313725,116.666666666667],[60.7843137254902,87.2549019607843,56.8627450980392],[74.5098039215686,102.941176470588,81.3725490196078],[88.2352941176471,119.607843137255,106.862745098039],[70.5882352941177,104.901960784314,99.0196078431373],[99.0196078431373,134.313725490196,134.313725490196],[88.2352941176471,126.470588235294,125.490196078431],[84.3137254901961,122.549019607843,119.607843137255],[129.411764705882,165.686274509804,158.823529411765],[120.588235294118,155.882352941176,146.078431372549],[114.705882352941,150,136.274509803922],[79.4117647058823,114.705882352941,102.941176470588],[58.8235294117647,93.1372549019608,86.2745098039216],[77.4509803921569,110.78431372549,109.803921568627],[83.3333333333333,117.647058823529,121.56862745098],[60.7843137254902,94.1176470588235,96.078431372549],[94.1176470588235,122.549019607843,120.588235294118],[117.647058823529,148.039215686275,142.156862745098],[87.2549019607843,123.529411764706,116.666666666667],[81.3725490196078,120.588235294118,109.803921568627],[99.0196078431373,133.333333333333,113.725490196078],[122.549019607843,153.921568627451,133.333333333333],[142.156862745098,173.529411764706,158.823529411765],[180.392156862745,201.960784313725,189.21568627451],[186.274509803922,190.196078431373,175.490196078431],[250,250,239.21568627451],[249.019607843137,250,248.039215686275],[247.058823529412,250,250],[177.450980392157,186.274509803922,183.333333333333],[141.176470588235,155.882352941176,152.941176470588],[108.823529411765,137.254901960784,133.333333333333],[107.843137254902,139.21568627451,136.274509803922],[125.490196078431,156.862745098039,151.960784313725],[113.725490196078,143.137254901961,135.294117647059],[106.862745098039,130.392156862745,116.666666666667],[123.529411764706,144.117647058824,129.411764705882],[155.882352941176,173.529411764706,161.764705882353],[123.529411764706,143.137254901961,134.313725490196],[85.2941176470588,106.862745098039,104.901960784314],[122.549019607843,146.078431372549,148.039215686275],[118.627450980392,146.078431372549,147.058823529412],[116.666666666667,145.098039215686,141.176470588235],[118.627450980392,146.078431372549,134.313725490196],[91.1764705882353,117.647058823529,100.980392156863],[182.352941176471,206.862745098039,188.235294117647],[171.56862745098,195.098039215686,179.411764705882],[85.2941176470588,107.843137254902,98.0392156862745],[119.607843137255,135.294117647059,122.549019607843],[203.921568627451,203.921568627451,178.43137254902],[172.549019607843,169.607843137255,137.254901960784],[207.843137254902,213.725490196078,180.392156862745],[192.156862745098,199.019607843137,168.627450980392],[185.294117647059,189.21568627451,162.745098039216],[165.686274509804,173.529411764706,150],[201.960784313725,215.686274509804,193.137254901961],[171.56862745098,188.235294117647,169.607843137255],[89.2156862745098,107.843137254902,89.2156862745098],[135.294117647059,147.058823529412,133.333333333333],[231.372549019608,227.450980392157,218.627450980392],[198.039215686275,188.235294117647,179.411764705882],[172.549019607843,164.705882352941,151.960784313725],[205.882352941176,192.156862745098,179.411764705882],[221.56862745098,194.117647058824,183.333333333333],[215.686274509804,184.313725490196,169.607843137255],[199.019607843137,178.43137254902,151.960784313725],[155.882352941176,137.254901960784,104.901960784314],[141.176470588235,118.627450980392,85.2941176470588],[157.843137254902,137.254901960784,106.862745098039],[135.294117647059,120.588235294118,98.0392156862745],[117.647058823529,102.941176470588,82.3529411764706],[135.294117647059,118.627450980392,93.1372549019608],[124.509803921569,108.823529411765,83.3333333333333],[148.039215686275,143.137254901961,123.529411764706],[79.4117647058823,77.4509803921569,56.8627450980392],[90.1960784313725,79.4117647058823,51.9607843137255],[91.1764705882353,76.4705882352941,48.0392156862745],[149.019607843137,137.254901960784,111.764705882353],[185.294117647059,169.607843137255,145.098039215686],[124.509803921569,103.921568627451,77.4509803921569],[216.666666666667,190.196078431373,161.764705882353],[192.156862745098,159.803921568627,129.411764705882],[196.078431372549,166.666666666667,133.333333333333],[250,228.43137254902,198.039215686275],[107.843137254902,83.3333333333333,53.921568627451],[100.980392156863,67.6470588235294,43.1372549019608],[168.627450980392,137.254901960784,114.705882352941],[173.529411764706,150,126.470588235294],[133.333333333333,113.725490196078,89.2156862745098],[132.352941176471,114.705882352941,91.1764705882353],[116.666666666667,99.0196078431373,75.4901960784314],[95.0980392156863,70.5882352941177,49.0196078431373],[87.2549019607843,67.6470588235294,44.1176470588235],[103.921568627451,94.1176470588235,69.6078431372549],[130.392156862745,122.549019607843,100],[66.6666666666667,51.9607843137255,31.3725490196078],[78.4313725490196,58.8235294117647,35.2941176470588],[129.411764705882,100.980392156863,71.5686274509804],[176.470588235294,149.019607843137,112.745098039216],[111.764705882353,93.1372549019608,53.921568627451],[69.6078431372549,54.9019607843137,16.6666666666667],[84.3137254901961,69.6078431372549,37.2549019607843],[178.43137254902,161.764705882353,132.352941176471],[172.549019607843,148.039215686275,117.647058823529],[149.019607843137,120.588235294118,87.2549019607843],[142.156862745098,112.745098039216,77.4509803921569],[123.529411764706,96.078431372549,59.8039215686275],[99.0196078431373,77.4509803921569,41.1764705882353],[80.3921568627451,62.7450980392157,25.4901960784314],[139.21568627451,124.509803921569,84.3137254901961],[111.764705882353,97.0588235294118,56.8627450980392],[153.921568627451,134.313725490196,101.960784313725],[175.490196078431,160.78431372549,130.392156862745],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,63.7254901960784,26.4705882352941],[77.4509803921569,66.6666666666667,22.5490196078431],[139.21568627451,121.56862745098,74.5098039215686],[203.921568627451,178.43137254902,130.392156862745],[176.470588235294,146.078431372549,102.941176470588],[173.529411764706,141.176470588235,106.862745098039],[136.274509803922,102.941176470588,75.4901960784314],[162.745098039216,127.450980392157,103.921568627451],[199.019607843137,161.764705882353,139.21568627451],[164.705882352941,125.490196078431,100.980392156863],[149.019607843137,112.745098039216,86.2745098039216],[87.2549019607843,53.921568627451,27.4509803921569],[84.3137254901961,58.8235294117647,34.3137254901961],[71.5686274509804,54.9019607843137,35.2941176470588],[35.2941176470588,26.4705882352941,9.80392156862745],[27.4509803921569,25.4901960784314,13.7254901960784],[43.1372549019608,40.1960784313726,33.3333333333333],[66.6666666666667,59.8039215686275,50],[44.1176470588235,34.3137254901961,24.5098039215686],[46.078431372549,32.3529411764706,21.5686274509804],[64.7058823529412,50.9803921568627,42.156862745098],[56.8627450980392,47.0588235294118,38.2352941176471],[82.3529411764706,75.4901960784314,67.6470588235294],[42.156862745098,39.2156862745098,32.3529411764706],[32.3529411764706,32.3529411764706,24.5098039215686],[49.0196078431373,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,15.6862745098039],[22.5490196078431,3.92156862745098,0],[50.9803921568627,23.5294117647059,1.96078431372549],[59.8039215686275,23.5294117647059,0],[94.1176470588235,57.843137254902,32.3529411764706],[93.1372549019608,61.7647058823529,47.0588235294118],[56.8627450980392,30.3921568627451,19.6078431372549],[40.1960784313726,20.5882352941176,11.7647058823529],[29.4117647058824,11.7647058823529,7.84313725490196],[12.7450980392157,0.980392156862745,0.980392156862745],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[91.1764705882353,87.2549019607843,86.2745098039216],[48.0392156862745,47.0588235294118,45.0980392156863],[5.88235294117647,4.90196078431373,2.94117647058824],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[7.84313725490196,7.84313725490196,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[12.7450980392157,21.5686274509804,26.4705882352941],[20.5882352941176,31.3725490196078,37.2549019607843],[17.6470588235294,30.3921568627451,36.2745098039216],[8.82352941176471,21.5686274509804,27.4509803921569],[0,12.7450980392157,18.6274509803922],[15.6862745098039,26.4705882352941,32.3529411764706],[19.6078431372549,30.3921568627451,36.2745098039216],[23.5294117647059,34.3137254901961,38.2352941176471],[20.5882352941176,31.3725490196078,35.2941176470588],[14.7058823529412,23.5294117647059,28.4313725490196],[13.7254901960784,23.5294117647059,25.4901960784314],[24.5098039215686,34.3137254901961,36.2745098039216],[35.2941176470588,45.0980392156863,46.078431372549],[29.4117647058824,39.2156862745098,40.1960784313726],[28.4313725490196,38.2352941176471,37.2549019607843],[35.2941176470588,45.0980392156863,44.1176470588235],[36.2745098039216,47.0588235294118,43.1372549019608],[31.3725490196078,42.156862745098,38.2352941176471],[41.1764705882353,51.9607843137255,46.078431372549],[54.9019607843137,65.6862745098039,59.8039215686275],[58.8235294117647,63.7254901960784,56.8627450980392],[86.2745098039216,82.3529411764706,70.5882352941177],[155.882352941176,147.058823529412,132.352941176471],[121.56862745098,112.745098039216,96.078431372549],[92.156862745098,84.3137254901961,65.6862745098039],[105.882352941176,98.0392156862745,77.4509803921569],[102.941176470588,97.0588235294118,73.5294117647059],[112.745098039216,106.862745098039,81.3725490196078],[111.764705882353,107.843137254902,79.4117647058823],[98.0392156862745,97.0588235294118,67.6470588235294],[101.960784313725,102.941176470588,71.5686274509804],[119.607843137255,123.529411764706,91.1764705882353],[169.607843137255,173.529411764706,139.21568627451],[119.607843137255,125.490196078431,90.1960784313725],[189.21568627451,197.058823529412,160.78431372549],[128.43137254902,138.235294117647,101.960784313725],[90.1960784313725,105.882352941176,69.6078431372549],[159.803921568627,180.392156862745,148.039215686275],[131.372549019608,156.862745098039,128.43137254902],[125.490196078431,154.901960784314,131.372549019608],[100,132.352941176471,115.686274509804],[63.7254901960784,99.0196078431373,89.2156862745098],[70.5882352941177,105.882352941176,101.960784313725],[79.4117647058823,117.647058823529,112.745098039216],[101.960784313725,140.196078431373,135.294117647059],[74.5098039215686,110.78431372549,103.921568627451],[92.156862745098,126.470588235294,119.607843137255],[113.725490196078,146.078431372549,137.254901960784],[73.5294117647059,103.921568627451,96.078431372549],[88.2352941176471,118.627450980392,112.745098039216],[110.78431372549,141.176470588235,136.274509803922],[102.941176470588,134.313725490196,133.333333333333],[66.6666666666667,96.078431372549,94.1176470588235],[109.803921568627,134.313725490196,128.43137254902],[110.78431372549,137.254901960784,128.43137254902],[91.1764705882353,123.529411764706,114.705882352941],[85.2941176470588,118.627450980392,104.901960784314],[118.627450980392,143.137254901961,121.56862745098],[138.235294117647,161.764705882353,140.196078431373],[154.901960784314,181.372549019608,166.666666666667],[180.392156862745,198.039215686275,184.313725490196],[199.019607843137,200.980392156863,180.392156862745],[244.117647058824,238.235294117647,222.549019607843],[238.235294117647,241.176470588235,234.313725490196],[231.372549019608,237.254901960784,233.333333333333],[171.56862745098,178.43137254902,170.588235294118],[126.470588235294,139.21568627451,129.411764705882],[117.647058823529,140.196078431373,134.313725490196],[98.0392156862745,132.352941176471,125.490196078431],[93.1372549019608,140.196078431373,126.470588235294],[101.960784313725,151.960784313725,135.294117647059],[85.2941176470588,125.490196078431,107.843137254902],[85.2941176470588,116.666666666667,101.960784313725],[120.588235294118,146.078431372549,135.294117647059],[119.607843137255,140.196078431373,135.294117647059],[98.0392156862745,115.686274509804,117.647058823529],[111.764705882353,129.411764705882,133.333333333333],[141.176470588235,158.823529411765,160.78431372549],[127.450980392157,145.098039215686,145.098039215686],[114.705882352941,134.313725490196,125.490196078431],[154.901960784314,174.509803921569,162.745098039216],[118.627450980392,141.176470588235,123.529411764706],[132.352941176471,155.882352941176,140.196078431373],[148.039215686275,174.509803921569,159.803921568627],[126.470588235294,144.117647058824,128.43137254902],[147.058823529412,146.078431372549,126.470588235294],[140.196078431373,134.313725490196,110.78431372549],[150,151.960784313725,128.43137254902],[173.529411764706,177.450980392157,154.901960784314],[182.352941176471,185.294117647059,164.705882352941],[106.862745098039,109.803921568627,89.2156862745098],[134.313725490196,139.21568627451,119.607843137255],[191.176470588235,200,179.411764705882],[130.392156862745,144.117647058824,121.56862745098],[156.862745098039,164.705882352941,142.156862745098],[235.294117647059,224.509803921569,206.862745098039],[202.941176470588,186.274509803922,166.666666666667],[188.235294117647,176.470588235294,150.980392156863],[150,134.313725490196,108.823529411765],[165.686274509804,136.274509803922,112.745098039216],[202.941176470588,171.56862745098,147.058823529412],[167.647058823529,145.098039215686,114.705882352941],[165.686274509804,145.098039215686,114.705882352941],[191.176470588235,166.666666666667,136.274509803922],[178.43137254902,154.901960784314,127.450980392157],[152.941176470588,136.274509803922,116.666666666667],[141.176470588235,126.470588235294,105.882352941176],[101.960784313725,82.3529411764706,57.843137254902],[121.56862745098,104.901960784314,79.4117647058823],[150.980392156863,143.137254901961,122.549019607843],[66.6666666666667,60.7843137254902,39.2156862745098],[88.2352941176471,73.5294117647059,45.0980392156863],[84.3137254901961,65.6862745098039,34.3137254901961],[179.411764705882,159.803921568627,133.333333333333],[149.019607843137,128.43137254902,100],[110.78431372549,82.3529411764706,50.9803921568627],[166.666666666667,134.313725490196,100],[203.921568627451,170.588235294118,134.313725490196],[244.117647058824,212.745098039216,175.490196078431],[193.137254901961,167.647058823529,133.333333333333],[96.078431372549,69.6078431372549,40.1960784313726],[89.2156862745098,57.843137254902,33.3333333333333],[178.43137254902,147.058823529412,124.509803921569],[218.627450980392,193.137254901961,170.588235294118],[134.313725490196,112.745098039216,89.2156862745098],[133.333333333333,116.666666666667,91.1764705882353],[103.921568627451,87.2549019607843,61.7647058823529],[128.43137254902,108.823529411765,85.2941176470588],[106.862745098039,89.2156862745098,65.6862745098039],[119.607843137255,109.803921568627,85.2941176470588],[120.588235294118,112.745098039216,90.1960784313725],[75.4901960784314,62.7450980392157,46.078431372549],[118.627450980392,101.960784313725,84.3137254901961],[142.156862745098,120.588235294118,97.0588235294118],[130.392156862745,109.803921568627,83.3333333333333],[66.6666666666667,50,24.5098039215686],[59.8039215686275,46.078431372549,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[214.705882352941,200.980392156863,162.745098039216],[142.156862745098,124.509803921569,85.2941176470588],[85.2941176470588,66.6666666666667,25.4901960784314],[156.862745098039,134.313725490196,93.1372549019608],[118.627450980392,96.078431372549,52.9411764705882],[92.156862745098,71.5686274509804,25.4901960784314],[109.803921568627,92.156862745098,47.0588235294118],[100.980392156863,83.3333333333333,48.0392156862745],[83.3333333333333,64.7058823529412,33.3333333333333],[101.960784313725,81.3725490196078,52.9411764705882],[190.196078431373,175.490196078431,143.137254901961],[113.725490196078,116.666666666667,74.5098039215686],[66.6666666666667,69.6078431372549,25.4901960784314],[90.1960784313725,81.3725490196078,39.2156862745098],[105.882352941176,84.3137254901961,46.078431372549],[130.392156862745,98.0392156862745,65.6862745098039],[114.705882352941,78.4313725490196,50],[148.039215686275,113.725490196078,86.2745098039216],[135.294117647059,100.980392156863,73.5294117647059],[208.823529411765,173.529411764706,142.156862745098],[185.294117647059,146.078431372549,111.764705882353],[146.078431372549,102.941176470588,66.6666666666667],[134.313725490196,91.1764705882353,56.8627450980392],[113.725490196078,78.4313725490196,47.0588235294118],[101.960784313725,72.5490196078431,49.0196078431373],[67.6470588235294,49.0196078431373,34.3137254901961],[60.7843137254902,49.0196078431373,37.2549019607843],[28.4313725490196,21.5686274509804,11.7647058823529],[60.7843137254902,53.921568627451,44.1176470588235],[62.7450980392157,49.0196078431373,38.2352941176471],[46.078431372549,28.4313725490196,14.7058823529412],[75.4901960784314,53.921568627451,40.1960784313726],[74.5098039215686,52.9411764705882,39.2156862745098],[41.1764705882353,23.5294117647059,9.80392156862745],[63.7254901960784,50,39.2156862745098],[48.0392156862745,41.1764705882353,31.3725490196078],[48.0392156862745,44.1176470588235,33.3333333333333],[36.2745098039216,32.3529411764706,21.5686274509804],[63.7254901960784,51.9607843137255,38.2352941176471],[59.8039215686275,38.2352941176471,17.6470588235294],[52.9411764705882,19.6078431372549,0],[71.5686274509804,28.4313725490196,0],[94.1176470588235,50.9803921568627,24.5098039215686],[120.588235294118,88.2352941176471,71.5686274509804],[57.843137254902,34.3137254901961,24.5098039215686],[33.3333333333333,13.7254901960784,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[22.5490196078431,10.7843137254902,10.7843137254902],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[37.2549019607843,33.3333333333333,32.3529411764706],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0.980392156862745,9.80392156862745,14.7058823529412],[9.80392156862745,20.5882352941176,24.5098039215686],[14.7058823529412,27.4509803921569,33.3333333333333],[15.6862745098039,28.4313725490196,34.3137254901961],[8.82352941176471,23.5294117647059,28.4313725490196],[0,14.7058823529412,19.6078431372549],[11.7647058823529,24.5098039215686,30.3921568627451],[21.5686274509804,32.3529411764706,36.2745098039216],[25.4901960784314,36.2745098039216,40.1960784313726],[21.5686274509804,32.3529411764706,34.3137254901961],[14.7058823529412,25.4901960784314,27.4509803921569],[12.7450980392157,22.5490196078431,23.5294117647059],[22.5490196078431,32.3529411764706,33.3333333333333],[36.2745098039216,46.078431372549,45.0980392156863],[47.0588235294118,56.8627450980392,55.8823529411765],[24.5098039215686,35.2941176470588,31.3725490196078],[23.5294117647059,34.3137254901961,30.3921568627451],[30.3921568627451,39.2156862745098,34.3137254901961],[22.5490196078431,31.3725490196078,26.4705882352941],[36.2745098039216,46.078431372549,38.2352941176471],[61.7647058823529,71.5686274509804,63.7254901960784],[71.5686274509804,74.5098039215686,65.6862745098039],[45.0980392156863,42.156862745098,27.4509803921569],[89.2156862745098,80.3921568627451,63.7254901960784],[104.901960784314,97.0588235294118,78.4313725490196],[106.862745098039,99.0196078431373,78.4313725490196],[116.666666666667,108.823529411765,86.2745098039216],[126.470588235294,120.588235294118,97.0588235294118],[109.803921568627,103.921568627451,78.4313725490196],[68.6274509803922,64.7058823529412,36.2745098039216],[53.921568627451,52.9411764705882,23.5294117647059],[73.5294117647059,74.5098039215686,44.1176470588235],[79.4117647058823,83.3333333333333,50.9803921568627],[116.666666666667,122.549019607843,89.2156862745098],[159.803921568627,166.666666666667,133.333333333333],[165.686274509804,175.490196078431,142.156862745098],[127.450980392157,138.235294117647,104.901960784314],[112.745098039216,127.450980392157,95.0980392156863],[97.0588235294118,117.647058823529,87.2549019607843],[160.78431372549,185.294117647059,156.862745098039],[93.1372549019608,120.588235294118,96.078431372549],[47.0588235294118,78.4313725490196,57.843137254902],[57.843137254902,91.1764705882353,75.4901960784314],[57.843137254902,95.0980392156863,84.3137254901961],[69.6078431372549,105.882352941176,98.0392156862745],[108.823529411765,145.098039215686,138.235294117647],[63.7254901960784,98.0392156862745,94.1176470588235],[102.941176470588,137.254901960784,131.372549019608],[127.450980392157,158.823529411765,153.921568627451],[87.2549019607843,117.647058823529,111.764705882353],[100,128.43137254902,123.529411764706],[110.78431372549,139.21568627451,134.313725490196],[87.2549019607843,117.647058823529,111.764705882353],[88.2352941176471,117.647058823529,109.803921568627],[129.411764705882,154.901960784314,144.117647058824],[111.764705882353,137.254901960784,126.470588235294],[113.725490196078,143.137254901961,131.372549019608],[78.4313725490196,105.882352941176,91.1764705882353],[117.647058823529,136.274509803922,114.705882352941],[109.803921568627,127.450980392157,103.921568627451],[113.725490196078,134.313725490196,117.647058823529],[178.43137254902,192.156862745098,175.490196078431],[198.039215686275,200,178.43137254902],[206.862745098039,204.901960784314,184.313725490196],[229.411764705882,235.294117647059,223.529411764706],[177.450980392157,187.254901960784,178.43137254902],[184.313725490196,192.156862745098,177.450980392157],[140.196078431373,151.960784313725,138.235294117647],[95.0980392156863,116.666666666667,104.901960784314],[87.2549019607843,118.627450980392,105.882352941176],[102.941176470588,149.019607843137,131.372549019608],[88.2352941176471,138.235294117647,119.607843137255],[84.3137254901961,127.450980392157,110.78431372549],[85.2941176470588,122.549019607843,107.843137254902],[77.4509803921569,106.862745098039,97.0588235294118],[81.3725490196078,105.882352941176,100],[95.0980392156863,116.666666666667,114.705882352941],[86.2745098039216,105.882352941176,104.901960784314],[100,119.607843137255,118.627450980392],[81.3725490196078,100.980392156863,99.0196078431373],[140.196078431373,159.803921568627,150.980392156863],[140.196078431373,159.803921568627,148.039215686275],[111.764705882353,129.411764705882,115.686274509804],[139.21568627451,156.862745098039,141.176470588235],[136.274509803922,153.921568627451,138.235294117647],[135.294117647059,146.078431372549,129.411764705882],[148.039215686275,146.078431372549,125.490196078431],[131.372549019608,125.490196078431,101.960784313725],[155.882352941176,155.882352941176,132.352941176471],[175.490196078431,179.411764705882,154.901960784314],[186.274509803922,190.196078431373,167.647058823529],[102.941176470588,105.882352941176,85.2941176470588],[125.490196078431,127.450980392157,106.862745098039],[134.313725490196,137.254901960784,116.666666666667],[140.196078431373,150,125.490196078431],[167.647058823529,169.607843137255,146.078431372549],[226.470588235294,208.823529411765,187.254901960784],[187.254901960784,163.725490196078,140.196078431373],[189.21568627451,174.509803921569,146.078431372549],[208.823529411765,192.156862745098,162.745098039216],[163.725490196078,133.333333333333,105.882352941176],[197.058823529412,163.725490196078,137.254901960784],[157.843137254902,135.294117647059,104.901960784314],[103.921568627451,83.3333333333333,52.9411764705882],[200.980392156863,176.470588235294,147.058823529412],[164.705882352941,141.176470588235,115.686274509804],[168.627450980392,151.960784313725,132.352941176471],[132.352941176471,115.686274509804,96.078431372549],[97.0588235294118,75.4901960784314,51.9607843137255],[106.862745098039,87.2549019607843,62.7450980392157],[93.1372549019608,82.3529411764706,62.7450980392157],[50.9803921568627,39.2156862745098,17.6470588235294],[98.0392156862745,77.4509803921569,47.0588235294118],[147.058823529412,123.529411764706,90.1960784313725],[136.274509803922,111.764705882353,81.3725490196078],[164.705882352941,136.274509803922,104.901960784314],[188.235294117647,152.941176470588,117.647058823529],[164.705882352941,127.450980392157,89.2156862745098],[157.843137254902,123.529411764706,82.3529411764706],[242.156862745098,210.78431372549,170.588235294118],[198.039215686275,168.627450980392,131.372549019608],[111.764705882353,81.3725490196078,50.9803921568627],[115.686274509804,85.2941176470588,57.843137254902],[185.294117647059,155.882352941176,132.352941176471],[205.882352941176,180.392156862745,155.882352941176],[112.745098039216,89.2156862745098,65.6862745098039],[104.901960784314,85.2941176470588,60.7843137254902],[93.1372549019608,76.4705882352941,50.9803921568627],[104.901960784314,88.2352941176471,62.7450980392157],[145.098039215686,129.411764705882,104.901960784314],[136.274509803922,124.509803921569,100.980392156863],[39.2156862745098,28.4313725490196,8.82352941176471],[53.921568627451,42.156862745098,26.4705882352941],[76.4705882352941,63.7254901960784,47.0588235294118],[101.960784313725,87.2549019607843,66.6666666666667],[79.4117647058823,62.7450980392157,43.1372549019608],[50,34.3137254901961,18.6274509803922],[66.6666666666667,51.9607843137255,31.3725490196078],[116.666666666667,103.921568627451,69.6078431372549],[156.862745098039,145.098039215686,103.921568627451],[118.627450980392,106.862745098039,65.6862745098039],[91.1764705882353,78.4313725490196,35.2941176470588],[133.333333333333,116.666666666667,71.5686274509804],[159.803921568627,142.156862745098,93.1372549019608],[149.019607843137,128.43137254902,76.4705882352941],[161.764705882353,138.235294117647,91.1764705882353],[37.2549019607843,13.7254901960784,0],[69.6078431372549,44.1176470588235,17.6470588235294],[91.1764705882353,70.5882352941177,40.1960784313726],[90.1960784313725,76.4705882352941,42.156862745098],[112.745098039216,114.705882352941,68.6274509803922],[78.4313725490196,80.3921568627451,34.3137254901961],[102.941176470588,91.1764705882353,51.9607843137255],[128.43137254902,104.901960784314,71.5686274509804],[137.254901960784,103.921568627451,77.4509803921569],[136.274509803922,100,74.5098039215686],[123.529411764706,87.2549019607843,60.7843137254902],[165.686274509804,130.392156862745,99.0196078431373],[195.098039215686,157.843137254902,121.56862745098],[195.098039215686,153.921568627451,116.666666666667],[148.039215686275,103.921568627451,65.6862745098039],[111.764705882353,68.6274509803922,32.3529411764706],[135.294117647059,97.0588235294118,66.6666666666667],[109.803921568627,78.4313725490196,53.921568627451],[51.9607843137255,31.3725490196078,12.7450980392157],[50,34.3137254901961,21.5686274509804],[28.4313725490196,16.6666666666667,4.90196078431373],[65.6862745098039,51.9607843137255,39.2156862745098],[49.0196078431373,31.3725490196078,17.6470588235294],[52.9411764705882,32.3529411764706,15.6862745098039],[81.3725490196078,55.8823529411765,39.2156862745098],[78.4313725490196,52.9411764705882,36.2745098039216],[63.7254901960784,42.156862745098,28.4313725490196],[37.2549019607843,21.5686274509804,6.86274509803922],[26.4705882352941,16.6666666666667,4.90196078431373],[15.6862745098039,9.80392156862745,0],[25.4901960784314,17.6470588235294,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[70.5882352941177,46.078431372549,24.5098039215686],[87.2549019607843,51.9607843137255,26.4705882352941],[84.3137254901961,40.1960784313726,9.80392156862745],[113.725490196078,70.5882352941177,44.1176470588235],[103.921568627451,73.5294117647059,55.8823529411765],[58.8235294117647,35.2941176470588,25.4901960784314],[40.1960784313726,20.5882352941176,13.7254901960784],[26.4705882352941,11.7647058823529,6.86274509803922],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[24.5098039215686,23.5294117647059,21.5686274509804],[138.235294117647,138.235294117647,136.274509803922],[14.7058823529412,14.7058823529412,12.7450980392157],[0,0,0],[0.980392156862745,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[3.92156862745098,10.7843137254902,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[11.7647058823529,22.5490196078431,28.4313725490196],[11.7647058823529,24.5098039215686,30.3921568627451],[8.82352941176471,23.5294117647059,28.4313725490196],[2.94117647058824,17.6470588235294,22.5490196078431],[9.80392156862745,23.5294117647059,26.4705882352941],[18.6274509803922,32.3529411764706,35.2941176470588],[21.5686274509804,35.2941176470588,38.2352941176471],[18.6274509803922,29.4117647058824,31.3725490196078],[13.7254901960784,24.5098039215686,26.4705882352941],[12.7450980392157,24.5098039215686,24.5098039215686],[25.4901960784314,35.2941176470588,36.2745098039216],[42.156862745098,51.9607843137255,50.9803921568627],[35.2941176470588,44.1176470588235,41.1764705882353],[20.5882352941176,29.4117647058824,24.5098039215686],[28.4313725490196,37.2549019607843,32.3529411764706],[37.2549019607843,44.1176470588235,37.2549019607843],[25.4901960784314,32.3529411764706,25.4901960784314],[31.3725490196078,36.2745098039216,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[45.0980392156863,48.0392156862745,37.2549019607843],[52.9411764705882,50,33.3333333333333],[82.3529411764706,75.4901960784314,56.8627450980392],[151.960784313725,145.098039215686,126.470588235294],[111.764705882353,105.882352941176,84.3137254901961],[79.4117647058823,73.5294117647059,50],[111.764705882353,107.843137254902,83.3333333333333],[87.2549019607843,83.3333333333333,58.8235294117647],[74.5098039215686,73.5294117647059,46.078431372549],[77.4509803921569,80.3921568627451,51.9607843137255],[84.3137254901961,89.2156862745098,59.8039215686275],[111.764705882353,117.647058823529,90.1960784313725],[145.098039215686,153.921568627451,125.490196078431],[173.529411764706,184.313725490196,154.901960784314],[103.921568627451,116.666666666667,89.2156862745098],[75.4901960784314,90.1960784313725,61.7647058823529],[91.1764705882353,106.862745098039,80.3921568627451],[94.1176470588235,111.764705882353,86.2745098039216],[119.607843137255,139.21568627451,114.705882352941],[110.78431372549,134.313725490196,110.78431372549],[101.960784313725,129.411764705882,106.862745098039],[104.901960784314,137.254901960784,116.666666666667],[81.3725490196078,117.647058823529,100],[108.823529411765,146.078431372549,133.333333333333],[96.078431372549,132.352941176471,124.509803921569],[80.3921568627451,114.705882352941,110.78431372549],[69.6078431372549,100.980392156863,100],[106.862745098039,136.274509803922,136.274509803922],[93.1372549019608,122.549019607843,120.588235294118],[57.843137254902,88.2352941176471,82.3529411764706],[99.0196078431373,130.392156862745,119.607843137255],[97.0588235294118,128.43137254902,113.725490196078],[86.2745098039216,116.666666666667,100.980392156863],[82.3529411764706,108.823529411765,94.1176470588235],[90.1960784313725,116.666666666667,101.960784313725],[110.78431372549,137.254901960784,122.549019607843],[83.3333333333333,105.882352941176,88.2352941176471],[96.078431372549,110.78431372549,90.1960784313725],[128.43137254902,142.156862745098,119.607843137255],[114.705882352941,129.411764705882,108.823529411765],[104.901960784314,116.666666666667,95.0980392156863],[149.019607843137,153.921568627451,131.372549019608],[211.764705882353,215.686274509804,193.137254901961],[176.470588235294,185.294117647059,166.666666666667],[134.313725490196,147.058823529412,129.411764705882],[142.156862745098,154.901960784314,135.294117647059],[113.725490196078,128.43137254902,109.803921568627],[83.3333333333333,103.921568627451,87.2549019607843],[103.921568627451,127.450980392157,111.764705882353],[113.725490196078,144.117647058824,128.43137254902],[72.5490196078431,105.882352941176,90.1960784313725],[52.9411764705882,86.2745098039216,72.5490196078431],[60.7843137254902,93.1372549019608,84.3137254901961],[59.8039215686275,92.156862745098,85.2941176470588],[71.5686274509804,103.921568627451,97.0588235294118],[88.2352941176471,120.588235294118,113.725490196078],[74.5098039215686,106.862745098039,98.0392156862745],[62.7450980392157,93.1372549019608,85.2941176470588],[92.156862745098,121.56862745098,111.764705882353],[97.0588235294118,124.509803921569,112.745098039216],[97.0588235294118,118.627450980392,106.862745098039],[122.549019607843,138.235294117647,125.490196078431],[142.156862745098,150,135.294117647059],[163.725490196078,164.705882352941,149.019607843137],[176.470588235294,174.509803921569,153.921568627451],[196.078431372549,193.137254901961,162.745098039216],[215.686274509804,212.745098039216,178.43137254902],[195.098039215686,199.019607843137,164.705882352941],[165.686274509804,170.588235294118,139.21568627451],[183.333333333333,190.196078431373,159.803921568627],[144.117647058824,148.039215686275,123.529411764706],[81.3725490196078,79.4117647058823,56.8627450980392],[103.921568627451,101.960784313725,79.4117647058823],[128.43137254902,132.352941176471,107.843137254902],[153.921568627451,150,125.490196078431],[201.960784313725,177.450980392157,157.843137254902],[191.176470588235,160.78431372549,141.176470588235],[175.490196078431,158.823529411765,133.333333333333],[210.78431372549,191.176470588235,166.666666666667],[189.21568627451,157.843137254902,137.254901960784],[202.941176470588,168.627450980392,147.058823529412],[163.725490196078,140.196078431373,114.705882352941],[120.588235294118,100,73.5294117647059],[164.705882352941,139.21568627451,112.745098039216],[184.313725490196,160.78431372549,137.254901960784],[184.313725490196,165.686274509804,149.019607843137],[129.411764705882,110.78431372549,94.1176470588235],[133.333333333333,109.803921568627,86.2745098039216],[142.156862745098,118.627450980392,95.0980392156863],[107.843137254902,93.1372549019608,72.5490196078431],[39.2156862745098,23.5294117647059,0],[96.078431372549,70.5882352941177,38.2352941176471],[187.254901960784,155.882352941176,118.627450980392],[142.156862745098,109.803921568627,75.4901960784314],[182.352941176471,148.039215686275,110.78431372549],[176.470588235294,132.352941176471,92.156862745098],[177.450980392157,134.313725490196,90.1960784313725],[159.803921568627,123.529411764706,79.4117647058823],[247.058823529412,214.705882352941,170.588235294118],[248.039215686275,213.725490196078,176.470588235294],[178.43137254902,145.098039215686,110.78431372549],[95.0980392156863,64.7058823529412,36.2745098039216],[214.705882352941,188.235294117647,161.764705882353],[152.941176470588,125.490196078431,101.960784313725],[123.529411764706,98.0392156862745,73.5294117647059],[84.3137254901961,63.7254901960784,37.2549019607843],[65.6862745098039,49.0196078431373,21.5686274509804],[66.6666666666667,52.9411764705882,24.5098039215686],[116.666666666667,105.882352941176,78.4313725490196],[104.901960784314,90.1960784313725,67.6470588235294],[55.8823529411765,43.1372549019608,24.5098039215686],[52.9411764705882,41.1764705882353,25.4901960784314],[45.0980392156863,36.2745098039216,21.5686274509804],[93.1372549019608,86.2745098039216,67.6470588235294],[84.3137254901961,75.4901960784314,58.8235294117647],[81.3725490196078,64.7058823529412,54.9019607843137],[107.843137254902,91.1764705882353,75.4901960784314],[136.274509803922,121.56862745098,91.1764705882353],[103.921568627451,92.156862745098,54.9019607843137],[124.509803921569,117.647058823529,76.4705882352941],[136.274509803922,129.411764705882,84.3137254901961],[150,140.196078431373,92.156862745098],[161.764705882353,144.117647058824,95.0980392156863],[172.549019607843,148.039215686275,95.0980392156863],[195.098039215686,164.705882352941,118.627450980392],[103.921568627451,70.5882352941177,36.2745098039216],[73.5294117647059,43.1372549019608,15.6862745098039],[101.960784313725,79.4117647058823,48.0392156862745],[68.6274509803922,52.9411764705882,19.6078431372549],[147.058823529412,138.235294117647,100],[113.725490196078,104.901960784314,66.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[96.078431372549,71.5686274509804,41.1764705882353],[92.156862745098,61.7647058823529,33.3333333333333],[113.725490196078,79.4117647058823,50],[110.78431372549,75.4901960784314,40.1960784313726],[163.725490196078,126.470588235294,90.1960784313725],[206.862745098039,168.627450980392,130.392156862745],[183.333333333333,144.117647058824,108.823529411765],[136.274509803922,96.078431372549,64.7058823529412],[110.78431372549,70.5882352941177,43.1372549019608],[144.117647058824,107.843137254902,82.3529411764706],[151.960784313725,120.588235294118,98.0392156862745],[121.56862745098,98.0392156862745,74.5098039215686],[64.7058823529412,45.0980392156863,21.5686274509804],[64.7058823529412,46.078431372549,29.4117647058824],[84.3137254901961,65.6862745098039,50.9803921568627],[70.5882352941177,48.0392156862745,32.3529411764706],[59.8039215686275,37.2549019607843,21.5686274509804],[53.921568627451,31.3725490196078,15.6862745098039],[52.9411764705882,30.3921568627451,16.6666666666667],[63.7254901960784,45.0980392156863,30.3921568627451],[42.156862745098,26.4705882352941,11.7647058823529],[48.0392156862745,36.2745098039216,22.5490196078431],[54.9019607843137,43.1372549019608,27.4509803921569],[56.8627450980392,44.1176470588235,27.4509803921569],[59.8039215686275,42.156862745098,22.5490196078431],[86.2745098039216,60.7843137254902,38.2352941176471],[135.294117647059,100,74.5098039215686],[135.294117647059,92.156862745098,63.7254901960784],[141.176470588235,100,75.4901960784314],[108.823529411765,77.4509803921569,62.7450980392157],[43.1372549019608,19.6078431372549,9.80392156862745],[18.6274509803922,0,0],[24.5098039215686,9.80392156862745,6.86274509803922],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[114.705882352941,114.705882352941,112.745098039216],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,7.84313725490196,10.7843137254902],[3.92156862745098,12.7450980392157,17.6470588235294],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,18.6274509803922,24.5098039215686],[8.82352941176471,23.5294117647059,28.4313725490196],[6.86274509803922,24.5098039215686,28.4313725490196],[0.980392156862745,18.6274509803922,22.5490196078431],[8.82352941176471,23.5294117647059,26.4705882352941],[16.6666666666667,30.3921568627451,33.3333333333333],[15.6862745098039,29.4117647058824,30.3921568627451],[10.7843137254902,24.5098039215686,25.4901960784314],[11.7647058823529,23.5294117647059,23.5294117647059],[13.7254901960784,25.4901960784314,23.5294117647059],[26.4705882352941,36.2745098039216,35.2941176470588],[45.0980392156863,55.8823529411765,51.9607843137255],[12.7450980392157,21.5686274509804,16.6666666666667],[15.6862745098039,25.4901960784314,17.6470588235294],[24.5098039215686,31.3725490196078,24.5098039215686],[22.5490196078431,29.4117647058824,21.5686274509804],[23.5294117647059,28.4313725490196,21.5686274509804],[45.0980392156863,50,43.1372549019608],[66.6666666666667,71.5686274509804,64.7058823529412],[70.5882352941177,72.5490196078431,59.8039215686275],[94.1176470588235,91.1764705882353,72.5490196078431],[140.196078431373,135.294117647059,113.725490196078],[157.843137254902,152.941176470588,131.372549019608],[112.745098039216,107.843137254902,86.2745098039216],[93.1372549019608,89.2156862745098,64.7058823529412],[100.980392156863,99.0196078431373,74.5098039215686],[89.2156862745098,87.2549019607843,62.7450980392157],[82.3529411764706,84.3137254901961,60.7843137254902],[108.823529411765,112.745098039216,88.2352941176471],[109.803921568627,115.686274509804,90.1960784313725],[125.490196078431,133.333333333333,109.803921568627],[100,111.764705882353,88.2352941176471],[96.078431372549,109.803921568627,85.2941176470588],[97.0588235294118,111.764705882353,89.2156862745098],[45.0980392156863,62.7450980392157,41.1764705882353],[112.745098039216,127.450980392157,104.901960784314],[143.137254901961,156.862745098039,132.352941176471],[159.803921568627,175.490196078431,150],[120.588235294118,139.21568627451,117.647058823529],[69.6078431372549,94.1176470588235,72.5490196078431],[91.1764705882353,122.549019607843,101.960784313725],[57.843137254902,91.1764705882353,74.5098039215686],[127.450980392157,162.745098039216,150.980392156863],[89.2156862745098,125.490196078431,117.647058823529],[74.5098039215686,108.823529411765,104.901960784314],[70.5882352941177,104.901960784314,100.980392156863],[72.5490196078431,103.921568627451,100.980392156863],[75.4901960784314,106.862745098039,101.960784313725],[118.627450980392,150.980392156863,142.156862745098],[163.725490196078,197.058823529412,183.333333333333],[97.0588235294118,130.392156862745,113.725490196078],[99.0196078431373,131.372549019608,112.745098039216],[80.3921568627451,108.823529411765,91.1764705882353],[113.725490196078,140.196078431373,121.56862745098],[69.6078431372549,92.156862745098,72.5490196078431],[95.0980392156863,113.725490196078,94.1176470588235],[118.627450980392,133.333333333333,112.745098039216],[139.21568627451,150.980392156863,129.411764705882],[100.980392156863,110.78431372549,87.2549019607843],[92.156862745098,101.960784313725,77.4509803921569],[165.686274509804,175.490196078431,150.980392156863],[147.058823529412,159.803921568627,134.313725490196],[78.4313725490196,92.156862745098,66.6666666666667],[102.941176470588,118.627450980392,93.1372549019608],[100.980392156863,118.627450980392,95.0980392156863],[84.3137254901961,102.941176470588,81.3725490196078],[103.921568627451,122.549019607843,100.980392156863],[134.313725490196,152.941176470588,133.333333333333],[123.529411764706,140.196078431373,122.549019607843],[96.078431372549,113.725490196078,101.960784313725],[103.921568627451,126.470588235294,118.627450980392],[113.725490196078,142.156862745098,137.254901960784],[91.1764705882353,121.56862745098,116.666666666667],[85.2941176470588,117.647058823529,110.78431372549],[117.647058823529,152.941176470588,141.176470588235],[145.098039215686,180.392156862745,166.666666666667],[106.862745098039,143.137254901961,126.470588235294],[61.7647058823529,95.0980392156863,79.4117647058823],[98.0392156862745,129.411764705882,116.666666666667],[136.274509803922,161.764705882353,149.019607843137],[103.921568627451,119.607843137255,106.862745098039],[157.843137254902,164.705882352941,149.019607843137],[211.764705882353,206.862745098039,187.254901960784],[149.019607843137,142.156862745098,116.666666666667],[211.764705882353,208.823529411765,174.509803921569],[186.274509803922,188.235294117647,150],[220.588235294118,224.509803921569,188.235294117647],[135.294117647059,141.176470588235,107.843137254902],[153.921568627451,160.78431372549,130.392156862745],[98.0392156862745,100.980392156863,74.5098039215686],[81.3725490196078,76.4705882352941,54.9019607843137],[133.333333333333,128.43137254902,106.862745098039],[121.56862745098,121.56862745098,96.078431372549],[159.803921568627,152.941176470588,127.450980392157],[175.490196078431,145.098039215686,124.509803921569],[167.647058823529,133.333333333333,113.725490196078],[179.411764705882,159.803921568627,135.294117647059],[171.56862745098,151.960784313725,125.490196078431],[197.058823529412,165.686274509804,143.137254901961],[188.235294117647,153.921568627451,134.313725490196],[124.509803921569,100.980392156863,77.4509803921569],[171.56862745098,150,126.470588235294],[157.843137254902,132.352941176471,107.843137254902],[182.352941176471,158.823529411765,135.294117647059],[118.627450980392,100,83.3333333333333],[110.78431372549,92.156862745098,75.4901960784314],[126.470588235294,100.980392156863,78.4313725490196],[167.647058823529,142.156862745098,117.647058823529],[228.43137254902,210.78431372549,189.21568627451],[150,130.392156862745,105.882352941176],[159.803921568627,130.392156862745,95.0980392156863],[158.823529411765,124.509803921569,85.2941176470588],[174.509803921569,137.254901960784,99.0196078431373],[184.313725490196,142.156862745098,100.980392156863],[201.960784313725,151.960784313725,105.882352941176],[207.843137254902,158.823529411765,110.78431372549],[172.549019607843,135.294117647059,87.2549019607843],[199.019607843137,165.686274509804,120.588235294118],[197.058823529412,158.823529411765,118.627450980392],[169.607843137255,132.352941176471,97.0588235294118],[112.745098039216,82.3529411764706,51.9607843137255],[178.43137254902,151.960784313725,123.529411764706],[128.43137254902,101.960784313725,75.4901960784314],[164.705882352941,138.235294117647,111.764705882353],[108.823529411765,85.2941176470588,57.843137254902],[79.4117647058823,60.7843137254902,31.3725490196078],[54.9019607843137,44.1176470588235,12.7450980392157],[91.1764705882353,82.3529411764706,53.921568627451],[110.78431372549,95.0980392156863,72.5490196078431],[65.6862745098039,50.9803921568627,32.3529411764706],[73.5294117647059,64.7058823529412,50],[38.2352941176471,31.3725490196078,15.6862745098039],[57.843137254902,52.9411764705882,34.3137254901961],[83.3333333333333,76.4705882352941,58.8235294117647],[96.078431372549,84.3137254901961,70.5882352941177],[119.607843137255,106.862745098039,91.1764705882353],[64.7058823529412,52.9411764705882,29.4117647058824],[59.8039215686275,50.9803921568627,20.5882352941176],[76.4705882352941,70.5882352941177,35.2941176470588],[93.1372549019608,86.2745098039216,45.0980392156863],[112.745098039216,100,56.8627450980392],[118.627450980392,100.980392156863,53.921568627451],[85.2941176470588,57.843137254902,10.7843137254902],[138.235294117647,106.862745098039,60.7843137254902],[164.705882352941,130.392156862745,93.1372549019608],[117.647058823529,85.2941176470588,50.9803921568627],[156.862745098039,131.372549019608,95.0980392156863],[146.078431372549,124.509803921569,88.2352941176471],[112.745098039216,93.1372549019608,56.8627450980392],[123.529411764706,103.921568627451,69.6078431372549],[66.6666666666667,44.1176470588235,13.7254901960784],[62.7450980392157,37.2549019607843,10.7843137254902],[102.941176470588,73.5294117647059,46.078431372549],[110.78431372549,78.4313725490196,48.0392156862745],[123.529411764706,89.2156862745098,51.9607843137255],[140.196078431373,103.921568627451,62.7450980392157],[128.43137254902,92.156862745098,50.9803921568627],[125.490196078431,88.2352941176471,50],[114.705882352941,79.4117647058823,46.078431372549],[88.2352941176471,54.9019607843137,27.4509803921569],[56.8627450980392,25.4901960784314,0.980392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[125.490196078431,99.0196078431373,72.5490196078431],[118.627450980392,93.1372549019608,68.6274509803922],[67.6470588235294,43.1372549019608,21.5686274509804],[73.5294117647059,50.9803921568627,33.3333333333333],[95.0980392156863,72.5490196078431,58.8235294117647],[86.2745098039216,64.7058823529412,51.9607843137255],[71.5686274509804,51.9607843137255,41.1764705882353],[61.7647058823529,44.1176470588235,34.3137254901961],[38.2352941176471,21.5686274509804,11.7647058823529],[35.2941176470588,21.5686274509804,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[84.3137254901961,71.5686274509804,54.9019607843137],[79.4117647058823,62.7450980392157,43.1372549019608],[77.4509803921569,56.8627450980392,36.2745098039216],[88.2352941176471,60.7843137254902,39.2156862745098],[122.549019607843,89.2156862745098,64.7058823529412],[125.490196078431,89.2156862745098,62.7450980392157],[94.1176470588235,58.8235294117647,35.2941176470588],[87.2549019607843,58.8235294117647,45.0980392156863],[48.0392156862745,24.5098039215686,14.7058823529412],[30.3921568627451,11.7647058823529,5.88235294117647],[19.6078431372549,4.90196078431373,1.96078431372549],[6.86274509803922,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,9.80392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0.980392156862745,0.980392156862745,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[54.9019607843137,52.9411764705882,55.8823529411765],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,7.84313725490196,10.7843137254902],[2.94117647058824,11.7647058823529,16.6666666666667],[3.92156862745098,14.7058823529412,18.6274509803922],[4.90196078431373,17.6470588235294,23.5294117647059],[9.80392156862745,24.5098039215686,29.4117647058824],[6.86274509803922,24.5098039215686,28.4313725490196],[0,15.6862745098039,19.6078431372549],[5.88235294117647,20.5882352941176,23.5294117647059],[12.7450980392157,28.4313725490196,28.4313725490196],[11.7647058823529,25.4901960784314,26.4705882352941],[8.82352941176471,22.5490196078431,23.5294117647059],[11.7647058823529,23.5294117647059,23.5294117647059],[11.7647058823529,23.5294117647059,21.5686274509804],[18.6274509803922,28.4313725490196,27.4509803921569],[32.3529411764706,43.1372549019608,39.2156862745098],[25.4901960784314,34.3137254901961,29.4117647058824],[28.4313725490196,35.2941176470588,28.4313725490196],[19.6078431372549,24.5098039215686,18.6274509803922],[17.6470588235294,22.5490196078431,15.6862745098039],[38.2352941176471,41.1764705882353,34.3137254901961],[59.8039215686275,62.7450980392157,53.921568627451],[61.7647058823529,64.7058823529412,55.8823529411765],[55.8823529411765,56.8627450980392,43.1372549019608],[76.4705882352941,74.5098039215686,53.921568627451],[152.941176470588,149.019607843137,124.509803921569],[140.196078431373,136.274509803922,111.764705882353],[101.960784313725,100,75.4901960784314],[88.2352941176471,86.2745098039216,63.7254901960784],[81.3725490196078,81.3725490196078,57.843137254902],[87.2549019607843,89.2156862745098,65.6862745098039],[68.6274509803922,72.5490196078431,50],[77.4509803921569,82.3529411764706,60.7843137254902],[120.588235294118,129.411764705882,108.823529411765],[69.6078431372549,81.3725490196078,61.7647058823529],[84.3137254901961,99.0196078431373,80.3921568627451],[141.176470588235,157.843137254902,140.196078431373],[67.6470588235294,85.2941176470588,69.6078431372549],[88.2352941176471,108.823529411765,94.1176470588235],[89.2156862745098,105.882352941176,87.2549019607843],[100,112.745098039216,85.2941176470588],[113.725490196078,124.509803921569,95.0980392156863],[104.901960784314,119.607843137255,97.0588235294118],[100,120.588235294118,103.921568627451],[94.1176470588235,119.607843137255,108.823529411765],[60.7843137254902,91.1764705882353,83.3333333333333],[103.921568627451,135.294117647059,130.392156862745],[48.0392156862745,82.3529411764706,76.4705882352941],[59.8039215686275,96.078431372549,88.2352941176471],[58.8235294117647,94.1176470588235,84.3137254901961],[76.4705882352941,111.764705882353,98.0392156862745],[84.3137254901961,117.647058823529,103.921568627451],[150,183.333333333333,169.607843137255],[171.56862745098,204.901960784314,191.176470588235],[88.2352941176471,121.56862745098,107.843137254902],[97.0588235294118,130.392156862745,114.705882352941],[124.509803921569,156.862745098039,138.235294117647],[110.78431372549,138.235294117647,116.666666666667],[87.2549019607843,105.882352941176,84.3137254901961],[145.098039215686,159.803921568627,139.21568627451],[129.411764705882,144.117647058824,125.490196078431],[100.980392156863,112.745098039216,93.1372549019608],[126.470588235294,132.352941176471,106.862745098039],[157.843137254902,163.725490196078,136.274509803922],[200.980392156863,216.666666666667,191.176470588235],[133.333333333333,152.941176470588,126.470588235294],[131.372549019608,148.039215686275,116.666666666667],[106.862745098039,123.529411764706,92.156862745098],[83.3333333333333,105.882352941176,78.4313725490196],[119.607843137255,143.137254901961,117.647058823529],[163.725490196078,183.333333333333,156.862745098039],[191.176470588235,204.901960784314,180.392156862745],[113.725490196078,120.588235294118,102.941176470588],[133.333333333333,141.176470588235,128.43137254902],[157.843137254902,169.607843137255,165.686274509804],[130.392156862745,149.019607843137,147.058823529412],[99.0196078431373,123.529411764706,120.588235294118],[113.725490196078,140.196078431373,135.294117647059],[135.294117647059,160.78431372549,150],[149.019607843137,176.470588235294,161.764705882353],[166.666666666667,197.058823529412,179.411764705882],[54.9019607843137,87.2549019607843,70.5882352941177],[104.901960784314,138.235294117647,122.549019607843],[111.764705882353,142.156862745098,127.450980392157],[116.666666666667,139.21568627451,121.56862745098],[146.078431372549,158.823529411765,139.21568627451],[217.647058823529,220.588235294118,194.117647058824],[135.294117647059,132.352941176471,101.960784313725],[184.313725490196,185.294117647059,151.960784313725],[150.980392156863,154.901960784314,120.588235294118],[184.313725490196,190.196078431373,156.862745098039],[155.882352941176,162.745098039216,132.352941176471],[105.882352941176,111.764705882353,84.3137254901961],[100,101.960784313725,78.4313725490196],[150.980392156863,145.098039215686,123.529411764706],[168.627450980392,160.78431372549,138.235294117647],[132.352941176471,131.372549019608,103.921568627451],[150,141.176470588235,112.745098039216],[174.509803921569,143.137254901961,118.627450980392],[153.921568627451,118.627450980392,93.1372549019608],[220.588235294118,200,169.607843137255],[216.666666666667,196.078431372549,165.686274509804],[186.274509803922,155.882352941176,128.43137254902],[148.039215686275,114.705882352941,90.1960784313725],[105.882352941176,82.3529411764706,58.8235294117647],[111.764705882353,92.156862745098,68.6274509803922],[144.117647058824,118.627450980392,96.078431372549],[147.058823529412,122.549019607843,100.980392156863],[105.882352941176,87.2549019607843,72.5490196078431],[109.803921568627,88.2352941176471,74.5098039215686],[115.686274509804,88.2352941176471,66.6666666666667],[100.980392156863,73.5294117647059,50],[186.274509803922,165.686274509804,145.098039215686],[208.823529411765,185.294117647059,159.803921568627],[153.921568627451,120.588235294118,84.3137254901961],[111.764705882353,70.5882352941177,29.4117647058824],[133.333333333333,91.1764705882353,49.0196078431373],[183.333333333333,137.254901960784,92.156862745098],[218.627450980392,163.725490196078,113.725490196078],[182.352941176471,130.392156862745,79.4117647058823],[201.960784313725,162.745098039216,111.764705882353],[185.294117647059,150,100.980392156863],[119.607843137255,77.4509803921569,36.2745098039216],[177.450980392157,138.235294117647,102.941176470588],[118.627450980392,90.1960784313725,58.8235294117647],[117.647058823529,93.1372549019608,63.7254901960784],[97.0588235294118,67.6470588235294,42.156862745098],[142.156862745098,112.745098039216,87.2549019607843],[139.21568627451,113.725490196078,87.2549019607843],[68.6274509803922,50,20.5882352941176],[78.4313725490196,69.6078431372549,37.2549019607843],[107.843137254902,99.0196078431373,68.6274509803922],[159.803921568627,144.117647058824,121.56862745098],[86.2745098039216,69.6078431372549,51.9607843137255],[66.6666666666667,57.843137254902,43.1372549019608],[79.4117647058823,72.5490196078431,56.8627450980392],[75.4901960784314,66.6666666666667,50],[78.4313725490196,70.5882352941177,51.9607843137255],[61.7647058823529,55.8823529411765,34.3137254901961],[38.2352941176471,33.3333333333333,11.7647058823529],[52.9411764705882,48.0392156862745,29.4117647058824],[70.5882352941177,63.7254901960784,45.0980392156863],[80.3921568627451,68.6274509803922,43.1372549019608],[97.0588235294118,80.3921568627451,50.9803921568627],[114.705882352941,93.1372549019608,56.8627450980392],[131.372549019608,106.862745098039,67.6470588235294],[152.941176470588,125.490196078431,87.2549019607843],[120.588235294118,92.156862745098,50.9803921568627],[108.823529411765,78.4313725490196,33.3333333333333],[162.745098039216,132.352941176471,86.2745098039216],[155.882352941176,123.529411764706,81.3725490196078],[199.019607843137,166.666666666667,126.470588235294],[136.274509803922,102.941176470588,65.6862745098039],[126.470588235294,94.1176470588235,61.7647058823529],[85.2941176470588,55.8823529411765,30.3921568627451],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,67.6470588235294,47.0588235294118],[113.725490196078,82.3529411764706,57.843137254902],[136.274509803922,100.980392156863,67.6470588235294],[109.803921568627,73.5294117647059,32.3529411764706],[111.764705882353,75.4901960784314,31.3725490196078],[107.843137254902,76.4705882352941,30.3921568627451],[102.941176470588,75.4901960784314,36.2745098039216],[101.960784313725,76.4705882352941,44.1176470588235],[66.6666666666667,41.1764705882353,14.7058823529412],[52.9411764705882,25.4901960784314,1.96078431372549],[89.2156862745098,55.8823529411765,31.3725490196078],[109.803921568627,75.4901960784314,53.921568627451],[89.2156862745098,61.7647058823529,41.1764705882353],[80.3921568627451,54.9019607843137,38.2352941176471],[91.1764705882353,69.6078431372549,56.8627450980392],[65.6862745098039,49.0196078431373,41.1764705882353],[51.9607843137255,39.2156862745098,33.3333333333333],[47.0588235294118,38.2352941176471,33.3333333333333],[18.6274509803922,11.7647058823529,5.88235294117647],[29.4117647058824,20.5882352941176,13.7254901960784],[50,40.1960784313726,28.4313725490196],[54.9019607843137,42.156862745098,25.4901960784314],[75.4901960784314,58.8235294117647,39.2156862745098],[62.7450980392157,41.1764705882353,18.6274509803922],[49.0196078431373,22.5490196078431,1.96078431372549],[74.5098039215686,47.0588235294118,26.4705882352941],[64.7058823529412,34.3137254901961,14.7058823529412],[80.3921568627451,49.0196078431373,34.3137254901961],[76.4705882352941,49.0196078431373,37.2549019607843],[32.3529411764706,7.84313725490196,0.980392156862745],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,6.86274509803922],[6.86274509803922,0,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[26.4705882352941,22.5490196078431,21.5686274509804],[62.7450980392157,58.8235294117647,57.843137254902],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,13.7254901960784,17.6470588235294],[5.88235294117647,19.6078431372549,22.5490196078431],[11.7647058823529,26.4705882352941,31.3725490196078],[7.84313725490196,22.5490196078431,27.4509803921569],[0,11.7647058823529,14.7058823529412],[2.94117647058824,16.6666666666667,17.6470588235294],[10.7843137254902,24.5098039215686,25.4901960784314],[13.7254901960784,24.5098039215686,26.4705882352941],[11.7647058823529,22.5490196078431,24.5098039215686],[12.7450980392157,24.5098039215686,24.5098039215686],[7.84313725490196,19.6078431372549,17.6470588235294],[5.88235294117647,15.6862745098039,14.7058823529412],[15.6862745098039,26.4705882352941,22.5490196078431],[12.7450980392157,21.5686274509804,16.6666666666667],[22.5490196078431,29.4117647058824,22.5490196078431],[17.6470588235294,22.5490196078431,15.6862745098039],[18.6274509803922,21.5686274509804,14.7058823529412],[33.3333333333333,36.2745098039216,27.4509803921569],[40.1960784313726,42.156862745098,31.3725490196078],[43.1372549019608,45.0980392156863,34.3137254901961],[58.8235294117647,59.8039215686275,44.1176470588235],[90.1960784313725,88.2352941176471,65.6862745098039],[71.5686274509804,70.5882352941177,43.1372549019608],[84.3137254901961,83.3333333333333,55.8823529411765],[95.0980392156863,93.1372549019608,68.6274509803922],[102.941176470588,102.941176470588,79.4117647058823],[89.2156862745098,88.2352941176471,67.6470588235294],[51.9607843137255,53.921568627451,32.3529411764706],[55.8823529411765,58.8235294117647,38.2352941176471],[77.4509803921569,85.2941176470588,64.7058823529412],[111.764705882353,120.588235294118,101.960784313725],[87.2549019607843,98.0392156862745,81.3725490196078],[75.4901960784314,88.2352941176471,71.5686274509804],[106.862745098039,120.588235294118,103.921568627451],[59.8039215686275,76.4705882352941,60.7843137254902],[89.2156862745098,106.862745098039,93.1372549019608],[110.78431372549,127.450980392157,108.823529411765],[95.0980392156863,105.882352941176,74.5098039215686],[121.56862745098,132.352941176471,100.980392156863],[173.529411764706,187.254901960784,164.705882352941],[163.725490196078,181.372549019608,167.647058823529],[80.3921568627451,102.941176470588,95.0980392156863],[100,128.43137254902,123.529411764706],[77.4509803921569,108.823529411765,103.921568627451],[64.7058823529412,99.0196078431373,93.1372549019608],[55.8823529411765,90.1960784313725,83.3333333333333],[66.6666666666667,101.960784313725,90.1960784313725],[138.235294117647,171.56862745098,154.901960784314],[127.450980392157,161.764705882353,142.156862745098],[138.235294117647,170.588235294118,151.960784313725],[106.862745098039,139.21568627451,120.588235294118],[49.0196078431373,80.3921568627451,65.6862745098039],[84.3137254901961,115.686274509804,100.980392156863],[130.392156862745,158.823529411765,139.21568627451],[139.21568627451,162.745098039216,139.21568627451],[154.901960784314,169.607843137255,147.058823529412],[109.803921568627,123.529411764706,100.980392156863],[94.1176470588235,106.862745098039,87.2549019607843],[95.0980392156863,104.901960784314,81.3725490196078],[155.882352941176,160.78431372549,129.411764705882],[142.156862745098,149.019607843137,116.666666666667],[168.627450980392,184.313725490196,158.823529411765],[140.196078431373,159.803921568627,133.333333333333],[103.921568627451,120.588235294118,89.2156862745098],[126.470588235294,145.098039215686,113.725490196078],[100,124.509803921569,96.078431372549],[71.5686274509804,95.0980392156863,71.5686274509804],[168.627450980392,187.254901960784,165.686274509804],[220.588235294118,233.333333333333,213.725490196078],[96.078431372549,100,85.2941176470588],[121.56862745098,124.509803921569,113.725490196078],[109.803921568627,120.588235294118,114.705882352941],[64.7058823529412,80.3921568627451,79.4117647058823],[68.6274509803922,93.1372549019608,90.1960784313725],[89.2156862745098,115.686274509804,110.78431372549],[101.960784313725,127.450980392157,116.666666666667],[159.803921568627,186.274509803922,171.56862745098],[149.019607843137,177.450980392157,159.803921568627],[127.450980392157,155.882352941176,138.235294117647],[134.313725490196,161.764705882353,147.058823529412],[134.313725490196,160.78431372549,146.078431372549],[167.647058823529,190.196078431373,172.549019607843],[132.352941176471,147.058823529412,126.470588235294],[144.117647058824,151.960784313725,128.43137254902],[127.450980392157,132.352941176471,102.941176470588],[137.254901960784,146.078431372549,115.686274509804],[119.607843137255,130.392156862745,99.0196078431373],[132.352941176471,143.137254901961,113.725490196078],[178.43137254902,187.254901960784,160.78431372549],[93.1372549019608,98.0392156862745,75.4901960784314],[89.2156862745098,91.1764705882353,69.6078431372549],[201.960784313725,196.078431372549,174.509803921569],[177.450980392157,167.647058823529,143.137254901961],[123.529411764706,118.627450980392,90.1960784313725],[146.078431372549,135.294117647059,105.882352941176],[152.941176470588,123.529411764706,96.078431372549],[145.098039215686,111.764705882353,84.3137254901961],[207.843137254902,185.294117647059,151.960784313725],[245.098039215686,225.490196078431,191.176470588235],[250,242.156862745098,211.764705882353],[205.882352941176,175.490196078431,148.039215686275],[126.470588235294,104.901960784314,81.3725490196078],[97.0588235294118,77.4509803921569,53.921568627451],[101.960784313725,80.3921568627451,56.8627450980392],[119.607843137255,99.0196078431373,78.4313725490196],[115.686274509804,100,84.3137254901961],[93.1372549019608,76.4705882352941,58.8235294117647],[111.764705882353,88.2352941176471,62.7450980392157],[150,124.509803921569,98.0392156862745],[156.862745098039,137.254901960784,112.745098039216],[194.117647058824,170.588235294118,143.137254901961],[121.56862745098,84.3137254901961,46.078431372549],[127.450980392157,85.2941176470588,41.1764705882353],[143.137254901961,100.980392156863,56.8627450980392],[175.490196078431,129.411764705882,84.3137254901961],[177.450980392157,125.490196078431,76.4705882352941],[188.235294117647,138.235294117647,86.2745098039216],[226.470588235294,188.235294117647,134.313725490196],[168.627450980392,133.333333333333,82.3529411764706],[124.509803921569,82.3529411764706,38.2352941176471],[169.607843137255,128.43137254902,91.1764705882353],[90.1960784313725,60.7843137254902,27.4509803921569],[74.5098039215686,48.0392156862745,19.6078431372549],[107.843137254902,78.4313725490196,50.9803921568627],[108.823529411765,82.3529411764706,55.8823529411765],[98.0392156862745,74.5098039215686,50.9803921568627],[73.5294117647059,56.8627450980392,31.3725490196078],[47.0588235294118,38.2352941176471,5.88235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[131.372549019608,115.686274509804,91.1764705882353],[101.960784313725,84.3137254901961,64.7058823529412],[88.2352941176471,75.4901960784314,56.8627450980392],[89.2156862745098,78.4313725490196,58.8235294117647],[111.764705882353,99.0196078431373,80.3921568627451],[73.5294117647059,62.7450980392157,41.1764705882353],[45.0980392156863,39.2156862745098,13.7254901960784],[46.078431372549,44.1176470588235,19.6078431372549],[50.9803921568627,48.0392156862745,29.4117647058824],[83.3333333333333,76.4705882352941,58.8235294117647],[92.156862745098,77.4509803921569,54.9019607843137],[97.0588235294118,77.4509803921569,50.9803921568627],[154.901960784314,130.392156862745,100],[120.588235294118,95.0980392156863,60.7843137254902],[117.647058823529,90.1960784313725,53.921568627451],[215.686274509804,188.235294117647,149.019607843137],[143.137254901961,115.686274509804,68.6274509803922],[77.4509803921569,48.0392156862745,0],[106.862745098039,74.5098039215686,30.3921568627451],[128.43137254902,94.1176470588235,54.9019607843137],[152.941176470588,115.686274509804,77.4509803921569],[169.607843137255,136.274509803922,101.960784313725],[135.294117647059,105.882352941176,80.3921568627451],[73.5294117647059,46.078431372549,24.5098039215686],[81.3725490196078,54.9019607843137,34.3137254901961],[89.2156862745098,61.7647058823529,38.2352941176471],[74.5098039215686,42.156862745098,9.80392156862745],[114.705882352941,81.3725490196078,44.1176470588235],[95.0980392156863,62.7450980392157,20.5882352941176],[77.4509803921569,49.0196078431373,5.88235294117647],[83.3333333333333,58.8235294117647,19.6078431372549],[119.607843137255,97.0588235294118,63.7254901960784],[109.803921568627,86.2745098039216,58.8235294117647],[85.2941176470588,57.843137254902,34.3137254901961],[75.4901960784314,41.1764705882353,19.6078431372549],[89.2156862745098,54.9019607843137,33.3333333333333],[80.3921568627451,50,30.3921568627451],[83.3333333333333,57.843137254902,41.1764705882353],[80.3921568627451,58.8235294117647,46.078431372549],[49.0196078431373,32.3529411764706,24.5098039215686],[24.5098039215686,10.7843137254902,7.84313725490196],[25.4901960784314,15.6862745098039,13.7254901960784],[29.4117647058824,21.5686274509804,18.6274509803922],[32.3529411764706,25.4901960784314,19.6078431372549],[37.2549019607843,27.4509803921569,17.6470588235294],[36.2745098039216,24.5098039215686,8.82352941176471],[59.8039215686275,45.0980392156863,24.5098039215686],[97.0588235294118,77.4509803921569,53.921568627451],[71.5686274509804,47.0588235294118,25.4901960784314],[43.1372549019608,16.6666666666667,0],[50.9803921568627,23.5294117647059,2.94117647058824],[86.2745098039216,57.843137254902,44.1176470588235],[46.078431372549,22.5490196078431,12.7450980392157],[18.6274509803922,0,0],[18.6274509803922,0.980392156862745,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,4.90196078431373,7.84313725490196],[10.7843137254902,4.90196078431373,8.82352941176471],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,1.96078431372549,0],[11.7647058823529,10.7843137254902,8.82352941176471],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,7.84313725490196,5.88235294117647],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,2.94117647058824,7.84313725490196],[3.92156862745098,8.82352941176471,12.7450980392157],[12.7450980392157,17.6470588235294,21.5686274509804],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,16.6666666666667,20.5882352941176],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,15.6862745098039,17.6470588235294],[8.82352941176471,18.6274509803922,20.5882352941176],[9.80392156862745,18.6274509803922,23.5294117647059],[10.7843137254902,19.6078431372549,24.5098039215686],[12.7450980392157,22.5490196078431,24.5098039215686],[10.7843137254902,20.5882352941176,22.5490196078431],[10.7843137254902,20.5882352941176,22.5490196078431],[12.7450980392157,22.5490196078431,23.5294117647059],[26.4705882352941,35.2941176470588,32.3529411764706],[18.6274509803922,24.5098039215686,20.5882352941176],[15.6862745098039,20.5882352941176,14.7058823529412],[28.4313725490196,31.3725490196078,22.5490196078431],[35.2941176470588,37.2549019607843,26.4705882352941],[46.078431372549,46.078431372549,34.3137254901961],[65.6862745098039,63.7254901960784,50.9803921568627],[64.7058823529412,61.7647058823529,45.0980392156863],[99.0196078431373,95.0980392156863,70.5882352941177],[95.0980392156863,91.1764705882353,62.7450980392157],[76.4705882352941,72.5490196078431,46.078431372549],[71.5686274509804,67.6470588235294,43.1372549019608],[71.5686274509804,69.6078431372549,47.0588235294118],[75.4901960784314,74.5098039215686,53.921568627451],[77.4509803921569,79.4117647058823,58.8235294117647],[54.9019607843137,57.843137254902,39.2156862745098],[100.980392156863,105.882352941176,86.2745098039216],[136.274509803922,143.137254901961,125.490196078431],[73.5294117647059,82.3529411764706,63.7254901960784],[76.4705882352941,85.2941176470588,66.6666666666667],[70.5882352941177,82.3529411764706,62.7450980392157],[81.3725490196078,93.1372549019608,73.5294117647059],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[130.392156862745,140.196078431373,106.862745098039],[105.882352941176,116.666666666667,85.2941176470588],[129.411764705882,142.156862745098,122.549019607843],[143.137254901961,160.78431372549,147.058823529412],[83.3333333333333,106.862745098039,94.1176470588235],[120.588235294118,150,138.235294117647],[82.3529411764706,113.725490196078,102.941176470588],[77.4509803921569,109.803921568627,100.980392156863],[62.7450980392157,95.0980392156863,88.2352941176471],[76.4705882352941,106.862745098039,99.0196078431373],[114.705882352941,145.098039215686,130.392156862745],[114.705882352941,143.137254901961,123.529411764706],[132.352941176471,159.803921568627,135.294117647059],[129.411764705882,156.862745098039,132.352941176471],[100,127.450980392157,105.882352941176],[92.156862745098,116.666666666667,96.078431372549],[139.21568627451,161.764705882353,136.274509803922],[150,165.686274509804,140.196078431373],[143.137254901961,154.901960784314,135.294117647059],[149.019607843137,156.862745098039,136.274509803922],[101.960784313725,110.78431372549,84.3137254901961],[118.627450980392,125.490196078431,92.156862745098],[167.647058823529,174.509803921569,134.313725490196],[188.235294117647,196.078431372549,157.843137254902],[165.686274509804,178.43137254902,149.019607843137],[136.274509803922,151.960784313725,126.470588235294],[79.4117647058823,95.0980392156863,68.6274509803922],[99.0196078431373,116.666666666667,91.1764705882353],[126.470588235294,146.078431372549,121.56862745098],[69.6078431372549,90.1960784313725,71.5686274509804],[94.1176470588235,110.78431372549,100.980392156863],[234.313725490196,247.058823529412,240.196078431373],[141.176470588235,149.019607843137,138.235294117647],[111.764705882353,119.607843137255,108.823529411765],[108.823529411765,121.56862745098,114.705882352941],[69.6078431372549,92.156862745098,86.2745098039216],[84.3137254901961,119.607843137255,109.803921568627],[80.3921568627451,117.647058823529,104.901960784314],[115.686274509804,147.058823529412,134.313725490196],[136.274509803922,163.725490196078,149.019607843137],[114.705882352941,145.098039215686,127.450980392157],[120.588235294118,147.058823529412,130.392156862745],[160.78431372549,177.450980392157,161.764705882353],[132.352941176471,144.117647058824,130.392156862745],[144.117647058824,160.78431372549,143.137254901961],[157.843137254902,174.509803921569,156.862745098039],[183.333333333333,196.078431372549,179.411764705882],[126.470588235294,140.196078431373,123.529411764706],[134.313725490196,152.941176470588,131.372549019608],[134.313725490196,153.921568627451,129.411764705882],[100,114.705882352941,92.156862745098],[156.862745098039,168.627450980392,145.098039215686],[124.509803921569,129.411764705882,106.862745098039],[54.9019607843137,54.9019607843137,31.3725490196078],[118.627450980392,112.745098039216,89.2156862745098],[184.313725490196,174.509803921569,148.039215686275],[153.921568627451,145.098039215686,116.666666666667],[113.725490196078,100,71.5686274509804],[132.352941176471,111.764705882353,81.3725490196078],[130.392156862745,105.882352941176,76.4705882352941],[215.686274509804,193.137254901961,161.764705882353],[250,227.450980392157,197.058823529412],[219.607843137255,189.21568627451,160.78431372549],[194.117647058824,164.705882352941,137.254901960784],[134.313725490196,113.725490196078,87.2549019607843],[72.5490196078431,55.8823529411765,30.3921568627451],[56.8627450980392,41.1764705882353,16.6666666666667],[144.117647058824,132.352941176471,108.823529411765],[136.274509803922,131.372549019608,111.764705882353],[132.352941176471,126.470588235294,104.901960784314],[217.647058823529,200.980392156863,171.56862745098],[221.56862745098,201.960784313725,169.607843137255],[142.156862745098,125.490196078431,96.078431372549],[182.352941176471,159.803921568627,126.470588235294],[155.882352941176,119.607843137255,75.4901960784314],[144.117647058824,102.941176470588,53.921568627451],[175.490196078431,135.294117647059,90.1960784313725],[230.392156862745,188.235294117647,144.117647058824],[176.470588235294,133.333333333333,89.2156862745098],[160.78431372549,117.647058823529,71.5686274509804],[199.019607843137,158.823529411765,107.843137254902],[177.450980392157,139.21568627451,85.2941176470588],[147.058823529412,106.862745098039,55.8823529411765],[163.725490196078,126.470588235294,82.3529411764706],[95.0980392156863,60.7843137254902,31.3725490196078],[83.3333333333333,51.9607843137255,27.4509803921569],[65.6862745098039,39.2156862745098,10.7843137254902],[94.1176470588235,70.5882352941177,45.0980392156863],[79.4117647058823,58.8235294117647,42.156862745098],[84.3137254901961,69.6078431372549,50.9803921568627],[55.8823529411765,47.0588235294118,18.6274509803922],[81.3725490196078,72.5490196078431,40.1960784313726],[132.352941176471,118.627450980392,92.156862745098],[74.5098039215686,58.8235294117647,33.3333333333333],[70.5882352941177,54.9019607843137,22.5490196078431],[94.1176470588235,79.4117647058823,47.0588235294118],[69.6078431372549,55.8823529411765,29.4117647058824],[61.7647058823529,50,24.5098039215686],[53.921568627451,44.1176470588235,19.6078431372549],[75.4901960784314,68.6274509803922,43.1372549019608],[58.8235294117647,50.9803921568627,28.4313725490196],[55.8823529411765,45.0980392156863,23.5294117647059],[90.1960784313725,76.4705882352941,50.9803921568627],[92.156862745098,75.4901960784314,46.078431372549],[130.392156862745,107.843137254902,74.5098039215686],[122.549019607843,99.0196078431373,61.7647058823529],[146.078431372549,121.56862745098,82.3529411764706],[168.627450980392,141.176470588235,101.960784313725],[152.941176470588,126.470588235294,84.3137254901961],[124.509803921569,98.0392156862745,55.8823529411765],[114.705882352941,87.2549019607843,48.0392156862745],[68.6274509803922,41.1764705882353,2.94117647058824],[81.3725490196078,53.921568627451,15.6862745098039],[114.705882352941,87.2549019607843,50.9803921568627],[187.254901960784,161.764705882353,129.411764705882],[114.705882352941,90.1960784313725,59.8039215686275],[103.921568627451,79.4117647058823,50],[109.803921568627,83.3333333333333,54.9019607843137],[75.4901960784314,47.0588235294118,17.6470588235294],[86.2745098039216,57.843137254902,28.4313725490196],[73.5294117647059,45.0980392156863,13.7254901960784],[66.6666666666667,38.2352941176471,8.82352941176471],[72.5490196078431,46.078431372549,17.6470588235294],[117.647058823529,91.1764705882353,64.7058823529412],[76.4705882352941,49.0196078431373,25.4901960784314],[85.2941176470588,57.843137254902,36.2745098039216],[91.1764705882353,60.7843137254902,40.1960784313726],[90.1960784313725,59.8039215686275,39.2156862745098],[91.1764705882353,62.7450980392157,45.0980392156863],[91.1764705882353,64.7058823529412,48.0392156862745],[111.764705882353,84.3137254901961,72.5490196078431],[77.4509803921569,50.9803921568627,42.156862745098],[67.6470588235294,45.0980392156863,39.2156862745098],[70.5882352941177,51.9607843137255,46.078431372549],[62.7450980392157,48.0392156862745,43.1372549019608],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,11.7647058823529,0.980392156862745],[34.3137254901961,27.4509803921569,11.7647058823529],[64.7058823529412,53.921568627451,34.3137254901961],[74.5098039215686,59.8039215686275,37.2549019607843],[116.666666666667,95.0980392156863,71.5686274509804],[83.3333333333333,53.921568627451,28.4313725490196],[80.3921568627451,45.0980392156863,21.5686274509804],[88.2352941176471,57.843137254902,38.2352941176471],[51.9607843137255,33.3333333333333,26.4705882352941],[24.5098039215686,13.7254901960784,11.7647058823529],[8.82352941176471,0,0],[9.80392156862745,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,13.7254901960784,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[13.7254901960784,11.7647058823529,14.7058823529412],[28.4313725490196,26.4705882352941,29.4117647058824],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,2.94117647058824,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[9.80392156862745,14.7058823529412,18.6274509803922],[5.88235294117647,12.7450980392157,18.6274509803922],[5.88235294117647,14.7058823529412,19.6078431372549],[6.86274509803922,17.6470588235294,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[11.7647058823529,19.6078431372549,22.5490196078431],[20.5882352941176,28.4313725490196,31.3725490196078],[18.6274509803922,25.4901960784314,31.3725490196078],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,12.7450980392157,17.6470588235294],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[7.84313725490196,17.6470588235294,18.6274509803922],[0,8.82352941176471,7.84313725490196],[8.82352941176471,14.7058823529412,10.7843137254902],[16.6666666666667,21.5686274509804,15.6862745098039],[32.3529411764706,33.3333333333333,25.4901960784314],[50.9803921568627,50.9803921568627,41.1764705882353],[81.3725490196078,79.4117647058823,66.6666666666667],[108.823529411765,105.882352941176,91.1764705882353],[106.862745098039,101.960784313725,83.3333333333333],[65.6862745098039,59.8039215686275,34.3137254901961],[78.4313725490196,73.5294117647059,44.1176470588235],[82.3529411764706,77.4509803921569,49.0196078431373],[83.3333333333333,79.4117647058823,52.9411764705882],[91.1764705882353,86.2745098039216,64.7058823529412],[88.2352941176471,86.2745098039216,65.6862745098039],[82.3529411764706,81.3725490196078,61.7647058823529],[88.2352941176471,87.2549019607843,67.6470588235294],[130.392156862745,131.372549019608,113.725490196078],[115.686274509804,118.627450980392,100],[60.7843137254902,65.6862745098039,46.078431372549],[86.2745098039216,91.1764705882353,69.6078431372549],[114.705882352941,119.607843137255,98.0392156862745],[131.372549019608,139.21568627451,115.686274509804],[150.980392156863,158.823529411765,135.294117647059],[144.117647058824,152.941176470588,124.509803921569],[150,159.803921568627,126.470588235294],[122.549019607843,133.333333333333,101.960784313725],[174.509803921569,189.21568627451,170.588235294118],[188.235294117647,205.882352941176,192.156862745098],[121.56862745098,145.098039215686,131.372549019608],[104.901960784314,132.352941176471,117.647058823529],[65.6862745098039,98.0392156862745,81.3725490196078],[52.9411764705882,84.3137254901961,69.6078431372549],[75.4901960784314,104.901960784314,97.0588235294118],[61.7647058823529,88.2352941176471,79.4117647058823],[98.0392156862745,121.56862745098,105.882352941176],[121.56862745098,145.098039215686,121.56862745098],[134.313725490196,157.843137254902,126.470588235294],[131.372549019608,151.960784313725,119.607843137255],[129.411764705882,149.019607843137,122.549019607843],[125.490196078431,143.137254901961,119.607843137255],[127.450980392157,143.137254901961,116.666666666667],[149.019607843137,160.78431372549,137.254901960784],[136.274509803922,144.117647058824,129.411764705882],[176.470588235294,180.392156862745,163.725490196078],[103.921568627451,107.843137254902,81.3725490196078],[84.3137254901961,90.1960784313725,52.9411764705882],[180.392156862745,187.254901960784,144.117647058824],[169.607843137255,178.43137254902,136.274509803922],[135.294117647059,146.078431372549,112.745098039216],[104.901960784314,118.627450980392,93.1372549019608],[64.7058823529412,80.3921568627451,53.921568627451],[72.5490196078431,91.1764705882353,63.7254901960784],[74.5098039215686,94.1176470588235,66.6666666666667],[50.9803921568627,72.5490196078431,50],[105.882352941176,125.490196078431,116.666666666667],[200,214.705882352941,209.803921568627],[114.705882352941,125.490196078431,111.764705882353],[141.176470588235,151.960784313725,138.235294117647],[157.843137254902,170.588235294118,163.725490196078],[123.529411764706,146.078431372549,140.196078431373],[84.3137254901961,121.56862745098,108.823529411765],[93.1372549019608,135.294117647059,116.666666666667],[92.156862745098,124.509803921569,105.882352941176],[110.78431372549,139.21568627451,121.56862745098],[85.2941176470588,115.686274509804,100],[91.1764705882353,114.705882352941,99.0196078431373],[97.0588235294118,107.843137254902,92.156862745098],[166.666666666667,173.529411764706,157.843137254902],[179.411764705882,194.117647058824,173.529411764706],[137.254901960784,155.882352941176,137.254901960784],[190.196078431373,206.862745098039,197.058823529412],[113.725490196078,133.333333333333,124.509803921569],[149.019607843137,175.490196078431,158.823529411765],[153.921568627451,181.372549019608,159.803921568627],[86.2745098039216,107.843137254902,87.2549019607843],[144.117647058824,156.862745098039,137.254901960784],[104.901960784314,109.803921568627,90.1960784313725],[120.588235294118,119.607843137255,99.0196078431373],[118.627450980392,112.745098039216,89.2156862745098],[167.647058823529,157.843137254902,131.372549019608],[149.019607843137,135.294117647059,108.823529411765],[137.254901960784,122.549019607843,92.156862745098],[180.392156862745,161.764705882353,130.392156862745],[175.490196078431,155.882352941176,123.529411764706],[150.980392156863,126.470588235294,96.078431372549],[219.607843137255,191.176470588235,159.803921568627],[249.019607843137,218.627450980392,188.235294117647],[239.21568627451,210.78431372549,181.372549019608],[116.666666666667,96.078431372549,67.6470588235294],[51.9607843137255,35.2941176470588,9.80392156862745],[99.0196078431373,83.3333333333333,57.843137254902],[100.980392156863,91.1764705882353,66.6666666666667],[160.78431372549,158.823529411765,138.235294117647],[99.0196078431373,97.0588235294118,74.5098039215686],[89.2156862745098,76.4705882352941,45.0980392156863],[149.019607843137,131.372549019608,96.078431372549],[96.078431372549,78.4313725490196,43.1372549019608],[174.509803921569,150,110.78431372549],[209.803921568627,172.549019607843,124.509803921569],[185.294117647059,143.137254901961,93.1372549019608],[165.686274509804,125.490196078431,80.3921568627451],[224.509803921569,186.274509803922,144.117647058824],[212.745098039216,170.588235294118,128.43137254902],[148.039215686275,105.882352941176,61.7647058823529],[135.294117647059,95.0980392156863,44.1176470588235],[183.333333333333,143.137254901961,90.1960784313725],[178.43137254902,139.21568627451,88.2352941176471],[150,112.745098039216,68.6274509803922],[92.156862745098,55.8823529411765,27.4509803921569],[77.4509803921569,44.1176470588235,19.6078431372549],[77.4509803921569,50.9803921568627,22.5490196078431],[71.5686274509804,50,26.4705882352941],[37.2549019607843,19.6078431372549,5.88235294117647],[65.6862745098039,50,35.2941176470588],[87.2549019607843,75.4901960784314,50],[74.5098039215686,65.6862745098039,35.2941176470588],[114.705882352941,103.921568627451,76.4705882352941],[105.882352941176,91.1764705882353,60.7843137254902],[118.627450980392,100.980392156863,65.6862745098039],[126.470588235294,108.823529411765,73.5294117647059],[113.725490196078,99.0196078431373,68.6274509803922],[82.3529411764706,70.5882352941177,45.0980392156863],[113.725490196078,101.960784313725,78.4313725490196],[80.3921568627451,70.5882352941177,46.078431372549],[58.8235294117647,49.0196078431373,24.5098039215686],[51.9607843137255,42.156862745098,17.6470588235294],[73.5294117647059,59.8039215686275,33.3333333333333],[59.8039215686275,45.0980392156863,16.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[120.588235294118,99.0196078431373,62.7450980392157],[148.039215686275,124.509803921569,87.2549019607843],[84.3137254901961,59.8039215686275,20.5882352941176],[99.0196078431373,74.5098039215686,35.2941176470588],[153.921568627451,130.392156862745,93.1372549019608],[113.725490196078,92.156862745098,55.8823529411765],[84.3137254901961,62.7450980392157,26.4705882352941],[87.2549019607843,63.7254901960784,26.4705882352941],[140.196078431373,116.666666666667,79.4117647058823],[112.745098039216,89.2156862745098,53.921568627451],[137.254901960784,113.725490196078,80.3921568627451],[198.039215686275,173.529411764706,143.137254901961],[160.78431372549,136.274509803922,106.862745098039],[102.941176470588,76.4705882352941,50],[82.3529411764706,55.8823529411765,29.4117647058824],[78.4313725490196,50.9803921568627,27.4509803921569],[42.156862745098,14.7058823529412,0],[72.5490196078431,45.0980392156863,23.5294117647059],[118.627450980392,91.1764705882353,69.6078431372549],[101.960784313725,74.5098039215686,52.9411764705882],[45.0980392156863,17.6470588235294,0],[69.6078431372549,42.156862745098,20.5882352941176],[61.7647058823529,34.3137254901961,13.7254901960784],[51.9607843137255,25.4901960784314,6.86274509803922],[83.3333333333333,56.8627450980392,40.1960784313726],[112.745098039216,85.2941176470588,71.5686274509804],[60.7843137254902,33.3333333333333,21.5686274509804],[50.9803921568627,24.5098039215686,15.6862745098039],[50,27.4509803921569,19.6078431372549],[42.156862745098,23.5294117647059,16.6666666666667],[50.9803921568627,38.2352941176471,29.4117647058824],[34.3137254901961,26.4705882352941,15.6862745098039],[46.078431372549,39.2156862745098,23.5294117647059],[72.5490196078431,63.7254901960784,47.0588235294118],[40.1960784313726,28.4313725490196,6.86274509803922],[50,30.3921568627451,6.86274509803922],[60.7843137254902,33.3333333333333,9.80392156862745],[83.3333333333333,48.0392156862745,24.5098039215686],[58.8235294117647,28.4313725490196,8.82352941176471],[47.0588235294118,32.3529411764706,25.4901960784314],[23.5294117647059,14.7058823529412,15.6862745098039],[9.80392156862745,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,6.86274509803922],[21.5686274509804,12.7450980392157,13.7254901960784],[19.6078431372549,10.7843137254902,11.7647058823529],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[9.80392156862745,8.82352941176471,6.86274509803922],[8.82352941176471,8.82352941176471,6.86274509803922],[0.980392156862745,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[16.6666666666667,14.7058823529412,17.6470588235294],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[3.92156862745098,10.7843137254902,16.6666666666667],[7.84313725490196,14.7058823529412,20.5882352941176],[10.7843137254902,19.6078431372549,24.5098039215686],[10.7843137254902,19.6078431372549,24.5098039215686],[8.82352941176471,16.6666666666667,19.6078431372549],[13.7254901960784,21.5686274509804,24.5098039215686],[12.7450980392157,19.6078431372549,25.4901960784314],[8.82352941176471,15.6862745098039,21.5686274509804],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[11.7647058823529,21.5686274509804,23.5294117647059],[11.7647058823529,21.5686274509804,22.5490196078431],[10.7843137254902,19.6078431372549,18.6274509803922],[16.6666666666667,22.5490196078431,20.5882352941176],[19.6078431372549,24.5098039215686,20.5882352941176],[33.3333333333333,34.3137254901961,28.4313725490196],[47.0588235294118,47.0588235294118,37.2549019607843],[60.7843137254902,58.8235294117647,47.0588235294118],[63.7254901960784,59.8039215686275,48.0392156862745],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,76.4705882352941,50.9803921568627],[118.627450980392,111.764705882353,83.3333333333333],[76.4705882352941,69.6078431372549,42.156862745098],[107.843137254902,100.980392156863,75.4901960784314],[126.470588235294,118.627450980392,96.078431372549],[53.921568627451,48.0392156862745,26.4705882352941],[59.8039215686275,54.9019607843137,33.3333333333333],[103.921568627451,99.0196078431373,79.4117647058823],[158.823529411765,156.862745098039,134.313725490196],[95.0980392156863,93.1372549019608,70.5882352941177],[64.7058823529412,64.7058823529412,41.1764705882353],[80.3921568627451,80.3921568627451,54.9019607843137],[108.823529411765,108.823529411765,83.3333333333333],[155.882352941176,155.882352941176,128.43137254902],[182.352941176471,182.352941176471,154.901960784314],[114.705882352941,119.607843137255,88.2352941176471],[93.1372549019608,102.941176470588,68.6274509803922],[127.450980392157,140.196078431373,110.78431372549],[105.882352941176,120.588235294118,101.960784313725],[137.254901960784,154.901960784314,141.176470588235],[182.352941176471,205.882352941176,190.196078431373],[134.313725490196,162.745098039216,145.098039215686],[117.647058823529,146.078431372549,126.470588235294],[66.6666666666667,95.0980392156863,77.4509803921569],[81.3725490196078,106.862745098039,94.1176470588235],[100.980392156863,122.549019607843,109.803921568627],[94.1176470588235,112.745098039216,93.1372549019608],[151.960784313725,167.647058823529,139.21568627451],[160.78431372549,176.470588235294,140.196078431373],[124.509803921569,140.196078431373,101.960784313725],[171.56862745098,185.294117647059,152.941176470588],[125.490196078431,138.235294117647,112.745098039216],[111.764705882353,125.490196078431,102.941176470588],[166.666666666667,179.411764705882,162.745098039216],[157.843137254902,165.686274509804,154.901960784314],[126.470588235294,129.411764705882,118.627450980392],[92.156862745098,96.078431372549,71.5686274509804],[115.686274509804,119.607843137255,85.2941176470588],[148.039215686275,152.941176470588,112.745098039216],[135.294117647059,142.156862745098,100.980392156863],[150.980392156863,160.78431372549,127.450980392157],[107.843137254902,120.588235294118,91.1764705882353],[64.7058823529412,81.3725490196078,50],[125.490196078431,147.058823529412,111.764705882353],[141.176470588235,165.686274509804,127.450980392157],[115.686274509804,139.21568627451,105.882352941176],[194.117647058824,214.705882352941,196.078431372549],[158.823529411765,177.450980392157,158.823529411765],[137.254901960784,150.980392156863,125.490196078431],[149.019607843137,160.78431372549,139.21568627451],[200,211.764705882353,207.843137254902],[212.745098039216,232.352941176471,231.372549019608],[98.0392156862745,133.333333333333,119.607843137255],[79.4117647058823,117.647058823529,97.0588235294118],[127.450980392157,156.862745098039,131.372549019608],[165.686274509804,190.196078431373,168.627450980392],[85.2941176470588,111.764705882353,97.0588235294118],[67.6470588235294,89.2156862745098,77.4509803921569],[87.2549019607843,95.0980392156863,80.3921568627451],[204.901960784314,212.745098039216,192.156862745098],[188.235294117647,203.921568627451,175.490196078431],[178.43137254902,200.980392156863,175.490196078431],[142.156862745098,160.78431372549,154.901960784314],[87.2549019607843,106.862745098039,104.901960784314],[124.509803921569,151.960784313725,140.196078431373],[104.901960784314,131.372549019608,116.666666666667],[76.4705882352941,97.0588235294118,82.3529411764706],[132.352941176471,146.078431372549,129.411764705882],[94.1176470588235,100.980392156863,83.3333333333333],[98.0392156862745,97.0588235294118,77.4509803921569],[107.843137254902,101.960784313725,80.3921568627451],[128.43137254902,116.666666666667,93.1372549019608],[139.21568627451,123.529411764706,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[186.274509803922,165.686274509804,135.294117647059],[198.039215686275,173.529411764706,143.137254901961],[174.509803921569,146.078431372549,114.705882352941],[211.764705882353,179.411764705882,147.058823529412],[241.176470588235,206.862745098039,175.490196078431],[217.647058823529,185.294117647059,154.901960784314],[188.235294117647,164.705882352941,139.21568627451],[125.490196078431,105.882352941176,81.3725490196078],[151.960784313725,131.372549019608,102.941176470588],[116.666666666667,100.980392156863,75.4901960784314],[98.0392156862745,93.1372549019608,73.5294117647059],[53.921568627451,49.0196078431373,29.4117647058824],[68.6274509803922,54.9019607843137,26.4705882352941],[133.333333333333,114.705882352941,82.3529411764706],[125.490196078431,103.921568627451,67.6470588235294],[144.117647058824,112.745098039216,72.5490196078431],[158.823529411765,115.686274509804,67.6470588235294],[178.43137254902,131.372549019608,83.3333333333333],[175.490196078431,134.313725490196,93.1372549019608],[176.470588235294,135.294117647059,96.078431372549],[165.686274509804,119.607843137255,76.4705882352941],[150.980392156863,103.921568627451,58.8235294117647],[158.823529411765,115.686274509804,67.6470588235294],[174.509803921569,131.372549019608,83.3333333333333],[185.294117647059,144.117647058824,97.0588235294118],[105.882352941176,64.7058823529412,25.4901960784314],[96.078431372549,57.843137254902,29.4117647058824],[103.921568627451,68.6274509803922,45.0980392156863],[80.3921568627451,53.921568627451,27.4509803921569],[93.1372549019608,69.6078431372549,46.078431372549],[40.1960784313726,21.5686274509804,6.86274509803922],[63.7254901960784,48.0392156862745,32.3529411764706],[90.1960784313725,78.4313725490196,54.9019607843137],[70.5882352941177,59.8039215686275,32.3529411764706],[66.6666666666667,52.9411764705882,27.4509803921569],[68.6274509803922,52.9411764705882,27.4509803921569],[87.2549019607843,71.5686274509804,39.2156862745098],[128.43137254902,112.745098039216,80.3921568627451],[131.372549019608,117.647058823529,91.1764705882353],[54.9019607843137,45.0980392156863,18.6274509803922],[42.156862745098,32.3529411764706,7.84313725490196],[68.6274509803922,60.7843137254902,38.2352941176471],[79.4117647058823,71.5686274509804,49.0196078431373],[30.3921568627451,22.5490196078431,0],[50.9803921568627,41.1764705882353,16.6666666666667],[50,36.2745098039216,9.80392156862745],[74.5098039215686,57.843137254902,28.4313725490196],[113.725490196078,95.0980392156863,62.7450980392157],[79.4117647058823,59.8039215686275,25.4901960784314],[57.843137254902,35.2941176470588,1.96078431372549],[61.7647058823529,39.2156862745098,5.88235294117647],[51.9607843137255,29.4117647058824,0],[92.156862745098,72.5490196078431,40.1960784313726],[157.843137254902,138.235294117647,105.882352941176],[158.823529411765,136.274509803922,102.941176470588],[130.392156862745,106.862745098039,71.5686274509804],[141.176470588235,115.686274509804,83.3333333333333],[64.7058823529412,39.2156862745098,6.86274509803922],[122.549019607843,96.078431372549,66.6666666666667],[75.4901960784314,49.0196078431373,20.5882352941176],[71.5686274509804,45.0980392156863,18.6274509803922],[72.5490196078431,46.078431372549,19.6078431372549],[93.1372549019608,65.6862745098039,42.156862745098],[66.6666666666667,39.2156862745098,17.6470588235294],[84.3137254901961,56.8627450980392,35.2941176470588],[87.2549019607843,59.8039215686275,38.2352941176471],[118.627450980392,88.2352941176471,67.6470588235294],[63.7254901960784,33.3333333333333,12.7450980392157],[41.1764705882353,10.7843137254902,0],[28.4313725490196,0.980392156862745,0],[34.3137254901961,9.80392156862745,0],[46.078431372549,21.5686274509804,1.96078431372549],[83.3333333333333,57.843137254902,41.1764705882353],[57.843137254902,32.3529411764706,17.6470588235294],[53.921568627451,27.4509803921569,16.6666666666667],[50.9803921568627,29.4117647058824,18.6274509803922],[34.3137254901961,15.6862745098039,8.82352941176471],[51.9607843137255,38.2352941176471,29.4117647058824],[90.1960784313725,80.3921568627451,70.5882352941177],[83.3333333333333,75.4901960784314,62.7450980392157],[19.6078431372549,10.7843137254902,0],[21.5686274509804,8.82352941176471,0],[52.9411764705882,34.3137254901961,17.6470588235294],[34.3137254901961,7.84313725490196,0],[88.2352941176471,55.8823529411765,39.2156862745098],[65.6862745098039,36.2745098039216,25.4901960784314],[33.3333333333333,18.6274509803922,15.6862745098039],[18.6274509803922,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[15.6862745098039,9.80392156862745,9.80392156862745],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,2.94117647058824,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745]],[[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,18.6274509803922],[7.84313725490196,16.6666666666667,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[1.96078431372549,9.80392156862745,12.7450980392157],[4.90196078431373,12.7450980392157,15.6862745098039],[11.7647058823529,18.6274509803922,24.5098039215686],[15.6862745098039,22.5490196078431,28.4313725490196],[9.80392156862745,18.6274509803922,23.5294117647059],[6.86274509803922,15.6862745098039,20.5882352941176],[29.4117647058824,39.2156862745098,41.1764705882353],[60.7843137254902,70.5882352941177,71.5686274509804],[17.6470588235294,26.4705882352941,25.4901960784314],[19.6078431372549,25.4901960784314,23.5294117647059],[22.5490196078431,27.4509803921569,23.5294117647059],[40.1960784313726,41.1764705882353,35.2941176470588],[43.1372549019608,43.1372549019608,33.3333333333333],[43.1372549019608,41.1764705882353,29.4117647058824],[51.9607843137255,48.0392156862745,36.2745098039216],[53.921568627451,49.0196078431373,30.3921568627451],[67.6470588235294,60.7843137254902,35.2941176470588],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[96.078431372549,86.2745098039216,61.7647058823529],[94.1176470588235,84.3137254901961,59.8039215686275],[34.3137254901961,26.4705882352941,3.92156862745098],[65.6862745098039,57.843137254902,35.2941176470588],[75.4901960784314,67.6470588235294,45.0980392156863],[161.764705882353,155.882352941176,130.392156862745],[115.686274509804,110.78431372549,82.3529411764706],[90.1960784313725,85.2941176470588,56.8627450980392],[59.8039215686275,56.8627450980392,26.4705882352941],[79.4117647058823,76.4705882352941,46.078431372549],[100,97.0588235294118,64.7058823529412],[145.098039215686,142.156862745098,107.843137254902],[138.235294117647,138.235294117647,102.941176470588],[97.0588235294118,104.901960784314,68.6274509803922],[81.3725490196078,94.1176470588235,64.7058823529412],[74.5098039215686,89.2156862745098,70.5882352941177],[127.450980392157,145.098039215686,129.411764705882],[177.450980392157,200,182.352941176471],[136.274509803922,160.78431372549,140.196078431373],[128.43137254902,155.882352941176,133.333333333333],[102.941176470588,127.450980392157,105.882352941176],[121.56862745098,142.156862745098,125.490196078431],[92.156862745098,108.823529411765,90.1960784313725],[108.823529411765,122.549019607843,97.0588235294118],[146.078431372549,157.843137254902,122.549019607843],[152.941176470588,164.705882352941,119.607843137255],[188.235294117647,197.058823529412,150.980392156863],[220.588235294118,227.450980392157,187.254901960784],[122.549019607843,129.411764705882,97.0588235294118],[139.21568627451,151.960784313725,126.470588235294],[141.176470588235,153.921568627451,134.313725490196],[118.627450980392,126.470588235294,111.764705882353],[135.294117647059,139.21568627451,124.509803921569],[150.980392156863,153.921568627451,127.450980392157],[129.411764705882,130.392156862745,97.0588235294118],[121.56862745098,124.509803921569,82.3529411764706],[138.235294117647,144.117647058824,100.980392156863],[127.450980392157,135.294117647059,99.0196078431373],[165.686274509804,176.470588235294,143.137254901961],[179.411764705882,196.078431372549,160.78431372549],[202.941176470588,224.509803921569,187.254901960784],[170.588235294118,195.098039215686,155.882352941176],[153.921568627451,179.411764705882,143.137254901961],[129.411764705882,152.941176470588,129.411764705882],[133.333333333333,152.941176470588,128.43137254902],[152.941176470588,168.627450980392,133.333333333333],[100.980392156863,113.725490196078,84.3137254901961],[180.392156862745,192.156862745098,182.352941176471],[133.333333333333,149.019607843137,146.078431372549],[96.078431372549,126.470588235294,111.764705882353],[147.058823529412,179.411764705882,158.823529411765],[120.588235294118,144.117647058824,118.627450980392],[178.43137254902,198.039215686275,173.529411764706],[183.333333333333,205.882352941176,190.196078431373],[90.1960784313725,107.843137254902,94.1176470588235],[132.352941176471,139.21568627451,121.56862745098],[203.921568627451,211.764705882353,188.235294117647],[157.843137254902,177.450980392157,143.137254901961],[190.196078431373,214.705882352941,186.274509803922],[114.705882352941,135.294117647059,128.43137254902],[109.803921568627,130.392156862745,131.372549019608],[115.686274509804,142.156862745098,133.333333333333],[88.2352941176471,113.725490196078,100.980392156863],[65.6862745098039,85.2941176470588,73.5294117647059],[113.725490196078,127.450980392157,112.745098039216],[132.352941176471,139.21568627451,123.529411764706],[104.901960784314,103.921568627451,86.2745098039216],[133.333333333333,125.490196078431,104.901960784314],[119.607843137255,107.843137254902,84.3137254901961],[186.274509803922,170.588235294118,145.098039215686],[142.156862745098,123.529411764706,94.1176470588235],[136.274509803922,113.725490196078,82.3529411764706],[187.254901960784,161.764705882353,129.411764705882],[153.921568627451,124.509803921569,91.1764705882353],[217.647058823529,184.313725490196,150],[236.274509803922,199.019607843137,163.725490196078],[178.43137254902,144.117647058824,112.745098039216],[129.411764705882,103.921568627451,77.4509803921569],[154.901960784314,134.313725490196,107.843137254902],[112.745098039216,92.156862745098,63.7254901960784],[77.4509803921569,60.7843137254902,35.2941176470588],[63.7254901960784,55.8823529411765,37.2549019607843],[61.7647058823529,53.921568627451,33.3333333333333],[102.941176470588,86.2745098039216,56.8627450980392],[201.960784313725,179.411764705882,146.078431372549],[167.647058823529,144.117647058824,108.823529411765],[158.823529411765,126.470588235294,86.2745098039216],[180.392156862745,135.294117647059,87.2549019607843],[151.960784313725,100.980392156863,51.9607843137255],[218.627450980392,172.549019607843,129.411764705882],[196.078431372549,151.960784313725,111.764705882353],[190.196078431373,142.156862745098,100],[159.803921568627,109.803921568627,65.6862745098039],[190.196078431373,144.117647058824,99.0196078431373],[149.019607843137,105.882352941176,61.7647058823529],[150.980392156863,106.862745098039,65.6862745098039],[148.039215686275,104.901960784314,68.6274509803922],[130.392156862745,90.1960784313725,60.7843137254902],[100,63.7254901960784,38.2352941176471],[110.78431372549,81.3725490196078,57.843137254902],[96.078431372549,71.5686274509804,50],[60.7843137254902,40.1960784313726,21.5686274509804],[95.0980392156863,80.3921568627451,61.7647058823529],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,54.9019607843137,31.3725490196078],[55.8823529411765,42.156862745098,16.6666666666667],[77.4509803921569,61.7647058823529,36.2745098039216],[73.5294117647059,56.8627450980392,29.4117647058824],[75.4901960784314,58.8235294117647,31.3725490196078],[64.7058823529412,53.921568627451,26.4705882352941],[56.8627450980392,47.0588235294118,22.5490196078431],[54.9019607843137,47.0588235294118,24.5098039215686],[81.3725490196078,75.4901960784314,53.921568627451],[71.5686274509804,65.6862745098039,44.1176470588235],[35.2941176470588,29.4117647058824,7.84313725490196],[20.5882352941176,12.7450980392157,0],[34.3137254901961,24.5098039215686,0],[89.2156862745098,75.4901960784314,49.0196078431373],[80.3921568627451,63.7254901960784,36.2745098039216],[69.6078431372549,50.9803921568627,21.5686274509804],[50,31.3725490196078,1.96078431372549],[68.6274509803922,50,20.5882352941176],[76.4705882352941,59.8039215686275,32.3529411764706],[60.7843137254902,46.078431372549,17.6470588235294],[140.196078431373,123.529411764706,94.1176470588235],[133.333333333333,110.78431372549,79.4117647058823],[151.960784313725,128.43137254902,95.0980392156863],[121.56862745098,96.078431372549,63.7254901960784],[70.5882352941177,44.1176470588235,14.7058823529412],[68.6274509803922,42.156862745098,13.7254901960784],[87.2549019607843,60.7843137254902,34.3137254901961],[75.4901960784314,49.0196078431373,22.5490196078431],[73.5294117647059,46.078431372549,22.5490196078431],[100,72.5490196078431,50.9803921568627],[78.4313725490196,50.9803921568627,29.4117647058824],[78.4313725490196,50.9803921568627,29.4117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[94.1176470588235,63.7254901960784,43.1372549019608],[120.588235294118,90.1960784313725,69.6078431372549],[74.5098039215686,44.1176470588235,23.5294117647059],[107.843137254902,80.3921568627451,58.8235294117647],[75.4901960784314,53.921568627451,31.3725490196078],[37.2549019607843,15.6862745098039,0],[55.8823529411765,33.3333333333333,15.6862745098039],[71.5686274509804,49.0196078431373,33.3333333333333],[61.7647058823529,39.2156862745098,25.4901960784314],[51.9607843137255,30.3921568627451,17.6470588235294],[43.1372549019608,25.4901960784314,15.6862745098039],[41.1764705882353,27.4509803921569,18.6274509803922],[46.078431372549,36.2745098039216,26.4705882352941],[29.4117647058824,21.5686274509804,10.7843137254902],[19.6078431372549,9.80392156862745,0],[45.0980392156863,33.3333333333333,21.5686274509804],[64.7058823529412,47.0588235294118,35.2941176470588],[39.2156862745098,17.6470588235294,4.90196078431373],[61.7647058823529,34.3137254901961,23.5294117647059],[54.9019607843137,28.4313725490196,21.5686274509804],[17.6470588235294,3.92156862745098,2.94117647058824],[14.7058823529412,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[6.86274509803922,6.86274509803922,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,4.90196078431373,8.82352941176471],[0,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,12.7450980392157,17.6470588235294],[2.94117647058824,11.7647058823529,16.6666666666667],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,9.80392156862745,12.7450980392157],[11.7647058823529,19.6078431372549,22.5490196078431],[11.7647058823529,20.5882352941176,25.4901960784314],[1.96078431372549,10.7843137254902,15.6862745098039],[3.92156862745098,13.7254901960784,15.6862745098039],[18.6274509803922,28.4313725490196,30.3921568627451],[11.7647058823529,19.6078431372549,21.5686274509804],[26.4705882352941,32.3529411764706,30.3921568627451],[40.1960784313726,45.0980392156863,41.1764705882353],[50.9803921568627,51.9607843137255,46.078431372549],[35.2941176470588,35.2941176470588,27.4509803921569],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,45.0980392156863,33.3333333333333],[76.4705882352941,70.5882352941177,54.9019607843137],[51.9607843137255,41.1764705882353,19.6078431372549],[50.9803921568627,39.2156862745098,15.6862745098039],[52.9411764705882,41.1764705882353,17.6470588235294],[69.6078431372549,57.843137254902,34.3137254901961],[86.2745098039216,74.5098039215686,50.9803921568627],[72.5490196078431,60.7843137254902,35.2941176470588],[63.7254901960784,51.9607843137255,26.4705882352941],[90.1960784313725,78.4313725490196,52.9411764705882],[115.686274509804,104.901960784314,77.4509803921569],[122.549019607843,111.764705882353,82.3529411764706],[147.058823529412,136.274509803922,104.901960784314],[96.078431372549,86.2745098039216,51.9607843137255],[77.4509803921569,67.6470588235294,32.3529411764706],[79.4117647058823,70.5882352941177,32.3529411764706],[133.333333333333,124.509803921569,84.3137254901961],[133.333333333333,130.392156862745,90.1960784313725],[129.411764705882,135.294117647059,98.0392156862745],[110.78431372549,124.509803921569,92.156862745098],[120.588235294118,133.333333333333,113.725490196078],[159.803921568627,176.470588235294,158.823529411765],[134.313725490196,155.882352941176,135.294117647059],[107.843137254902,131.372549019608,107.843137254902],[150.980392156863,175.490196078431,147.058823529412],[188.235294117647,210.78431372549,183.333333333333],[173.529411764706,191.176470588235,167.647058823529],[92.156862745098,103.921568627451,80.3921568627451],[84.3137254901961,94.1176470588235,60.7843137254902],[123.529411764706,130.392156862745,90.1960784313725],[182.352941176471,186.274509803922,137.254901960784],[203.921568627451,206.862745098039,154.901960784314],[191.176470588235,190.196078431373,145.098039215686],[169.607843137255,171.56862745098,132.352941176471],[152.941176470588,164.705882352941,127.450980392157],[106.862745098039,120.588235294118,88.2352941176471],[112.745098039216,121.56862745098,95.0980392156863],[141.176470588235,145.098039215686,118.627450980392],[143.137254901961,144.117647058824,110.78431372549],[148.039215686275,149.019607843137,109.803921568627],[163.725490196078,164.705882352941,121.56862745098],[147.058823529412,150,107.843137254902],[134.313725490196,140.196078431373,104.901960784314],[160.78431372549,170.588235294118,137.254901960784],[220.588235294118,236.274509803922,200.980392156863],[158.823529411765,178.43137254902,144.117647058824],[120.588235294118,144.117647058824,108.823529411765],[126.470588235294,150.980392156863,119.607843137255],[97.0588235294118,121.56862745098,100],[108.823529411765,131.372549019608,105.882352941176],[126.470588235294,142.156862745098,103.921568627451],[121.56862745098,133.333333333333,96.078431372549],[117.647058823529,129.411764705882,107.843137254902],[116.666666666667,130.392156862745,117.647058823529],[100,123.529411764706,109.803921568627],[109.803921568627,133.333333333333,117.647058823529],[134.313725490196,149.019607843137,130.392156862745],[129.411764705882,143.137254901961,120.588235294118],[200.980392156863,218.627450980392,197.058823529412],[163.725490196078,178.43137254902,155.882352941176],[187.254901960784,193.137254901961,167.647058823529],[192.156862745098,198.039215686275,170.588235294118],[158.823529411765,177.450980392157,148.039215686275],[84.3137254901961,107.843137254902,84.3137254901961],[56.8627450980392,82.3529411764706,73.5294117647059],[116.666666666667,141.176470588235,138.235294117647],[141.176470588235,165.686274509804,159.803921568627],[167.647058823529,190.196078431373,180.392156862745],[95.0980392156863,111.764705882353,101.960784313725],[102.941176470588,112.745098039216,101.960784313725],[148.039215686275,150,137.254901960784],[150,147.058823529412,132.352941176471],[120.588235294118,112.745098039216,94.1176470588235],[112.745098039216,98.0392156862745,77.4509803921569],[171.56862745098,154.901960784314,129.411764705882],[136.274509803922,115.686274509804,87.2549019607843],[132.352941176471,107.843137254902,77.4509803921569],[150,121.56862745098,88.2352941176471],[173.529411764706,142.156862745098,104.901960784314],[199.019607843137,163.725490196078,128.43137254902],[235.294117647059,196.078431372549,160.78431372549],[179.411764705882,142.156862745098,106.862745098039],[99.0196078431373,68.6274509803922,40.1960784313726],[79.4117647058823,53.921568627451,27.4509803921569],[71.5686274509804,51.9607843137255,28.4313725490196],[26.4705882352941,11.7647058823529,0],[37.2549019607843,29.4117647058824,10.7843137254902],[67.6470588235294,52.9411764705882,32.3529411764706],[146.078431372549,120.588235294118,88.2352941176471],[225.490196078431,196.078431372549,160.78431372549],[132.352941176471,107.843137254902,77.4509803921569],[126.470588235294,97.0588235294118,61.7647058823529],[200.980392156863,154.901960784314,109.803921568627],[196.078431372549,141.176470588235,91.1764705882353],[208.823529411765,155.882352941176,109.803921568627],[196.078431372549,145.098039215686,99.0196078431373],[177.450980392157,127.450980392157,85.2941176470588],[122.549019607843,74.5098039215686,34.3137254901961],[125.490196078431,77.4509803921569,35.2941176470588],[151.960784313725,105.882352941176,64.7058823529412],[151.960784313725,104.901960784314,67.6470588235294],[156.862745098039,111.764705882353,78.4313725490196],[132.352941176471,90.1960784313725,56.8627450980392],[113.725490196078,75.4901960784314,47.0588235294118],[117.647058823529,86.2745098039216,63.7254901960784],[83.3333333333333,56.8627450980392,36.2745098039216],[76.4705882352941,56.8627450980392,33.3333333333333],[110.78431372549,95.0980392156863,70.5882352941177],[67.6470588235294,52.9411764705882,32.3529411764706],[65.6862745098039,53.921568627451,32.3529411764706],[65.6862745098039,50.9803921568627,28.4313725490196],[70.5882352941177,54.9019607843137,30.3921568627451],[90.1960784313725,72.5490196078431,49.0196078431373],[50,34.3137254901961,9.80392156862745],[31.3725490196078,19.6078431372549,0],[84.3137254901961,74.5098039215686,50],[68.6274509803922,60.7843137254902,38.2352941176471],[62.7450980392157,56.8627450980392,35.2941176470588],[47.0588235294118,40.1960784313726,21.5686274509804],[41.1764705882353,34.3137254901961,15.6862745098039],[59.8039215686275,52.9411764705882,34.3137254901961],[39.2156862745098,31.3725490196078,8.82352941176471],[79.4117647058823,67.6470588235294,44.1176470588235],[90.1960784313725,76.4705882352941,50.9803921568627],[41.1764705882353,25.4901960784314,0],[44.1176470588235,28.4313725490196,2.94117647058824],[50.9803921568627,37.2549019607843,11.7647058823529],[39.2156862745098,24.5098039215686,1.96078431372549],[36.2745098039216,24.5098039215686,2.94117647058824],[70.5882352941177,56.8627450980392,31.3725490196078],[91.1764705882353,70.5882352941177,40.1960784313726],[101.960784313725,77.4509803921569,47.0588235294118],[96.078431372549,71.5686274509804,41.1764705882353],[101.960784313725,77.4509803921569,48.0392156862745],[90.1960784313725,63.7254901960784,35.2941176470588],[51.9607843137255,25.4901960784314,0],[69.6078431372549,42.156862745098,18.6274509803922],[74.5098039215686,47.0588235294118,25.4901960784314],[83.3333333333333,55.8823529411765,34.3137254901961],[86.2745098039216,58.8235294117647,38.2352941176471],[100,69.6078431372549,50],[62.7450980392157,32.3529411764706,12.7450980392157],[40.1960784313726,9.80392156862745,0],[100.980392156863,70.5882352941177,50.9803921568627],[72.5490196078431,42.156862745098,21.5686274509804],[86.2745098039216,60.7843137254902,38.2352941176471],[99.0196078431373,79.4117647058823,55.8823529411765],[71.5686274509804,53.921568627451,32.3529411764706],[50,29.4117647058824,10.7843137254902],[66.6666666666667,46.078431372549,29.4117647058824],[59.8039215686275,38.2352941176471,24.5098039215686],[41.1764705882353,22.5490196078431,8.82352941176471],[54.9019607843137,37.2549019607843,25.4901960784314],[63.7254901960784,50,39.2156862745098],[52.9411764705882,40.1960784313726,31.3725490196078],[34.3137254901961,24.5098039215686,15.6862745098039],[26.4705882352941,17.6470588235294,8.82352941176471],[50.9803921568627,41.1764705882353,32.3529411764706],[84.3137254901961,69.6078431372549,62.7450980392157],[53.921568627451,35.2941176470588,29.4117647058824],[28.4313725490196,4.90196078431373,0.980392156862745],[39.2156862745098,18.6274509803922,17.6470588235294],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,7.84313725490196],[13.7254901960784,7.84313725490196,9.80392156862745],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,10.7843137254902,13.7254901960784]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,2.94117647058824,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[6.86274509803922,15.6862745098039,20.5882352941176],[6.86274509803922,13.7254901960784,19.6078431372549],[3.92156862745098,8.82352941176471,12.7450980392157],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[7.84313725490196,15.6862745098039,18.6274509803922],[6.86274509803922,15.6862745098039,20.5882352941176],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[14.7058823529412,22.5490196078431,24.5098039215686],[25.4901960784314,31.3725490196078,31.3725490196078],[27.4509803921569,33.3333333333333,31.3725490196078],[21.5686274509804,26.4705882352941,22.5490196078431],[20.5882352941176,21.5686274509804,15.6862745098039],[11.7647058823529,11.7647058823529,3.92156862745098],[15.6862745098039,12.7450980392157,3.92156862745098],[48.0392156862745,44.1176470588235,33.3333333333333],[77.4509803921569,71.5686274509804,57.843137254902],[70.5882352941177,62.7450980392157,44.1176470588235],[65.6862745098039,53.921568627451,32.3529411764706],[76.4705882352941,64.7058823529412,43.1372549019608],[60.7843137254902,49.0196078431373,27.4509803921569],[50.9803921568627,39.2156862745098,15.6862745098039],[93.1372549019608,81.3725490196078,55.8823529411765],[105.882352941176,92.156862745098,65.6862745098039],[71.5686274509804,57.843137254902,29.4117647058824],[67.6470588235294,54.9019607843137,23.5294117647059],[96.078431372549,81.3725490196078,49.0196078431373],[110.78431372549,97.0588235294118,62.7450980392157],[91.1764705882353,77.4509803921569,41.1764705882353],[123.529411764706,109.803921568627,71.5686274509804],[108.823529411765,96.078431372549,54.9019607843137],[139.21568627451,126.470588235294,83.3333333333333],[177.450980392157,170.588235294118,127.450980392157],[183.333333333333,188.235294117647,149.019607843137],[139.21568627451,150,116.666666666667],[121.56862745098,133.333333333333,109.803921568627],[159.803921568627,174.509803921569,155.882352941176],[91.1764705882353,108.823529411765,87.2549019607843],[77.4509803921569,97.0588235294118,70.5882352941177],[117.647058823529,138.235294117647,107.843137254902],[106.862745098039,125.490196078431,96.078431372549],[78.4313725490196,92.156862745098,66.6666666666667],[75.4901960784314,84.3137254901961,55.8823529411765],[130.392156862745,136.274509803922,100.980392156863],[160.78431372549,163.725490196078,119.607843137255],[167.647058823529,167.647058823529,114.705882352941],[155.882352941176,154.901960784314,100],[153.921568627451,150,102.941176470588],[150.980392156863,152.941176470588,106.862745098039],[86.2745098039216,98.0392156862745,52.9411764705882],[132.352941176471,145.098039215686,101.960784313725],[155.882352941176,163.725490196078,123.529411764706],[138.235294117647,143.137254901961,103.921568627451],[171.56862745098,172.549019607843,129.411764705882],[189.21568627451,186.274509803922,142.156862745098],[167.647058823529,165.686274509804,118.627450980392],[147.058823529412,146.078431372549,100.980392156863],[129.411764705882,131.372549019608,93.1372549019608],[160.78431372549,167.647058823529,134.313725490196],[200.980392156863,214.705882352941,180.392156862745],[162.745098039216,179.411764705882,146.078431372549],[154.901960784314,175.490196078431,143.137254901961],[109.803921568627,134.313725490196,104.901960784314],[92.156862745098,115.686274509804,94.1176470588235],[136.274509803922,158.823529411765,133.333333333333],[149.019607843137,165.686274509804,122.549019607843],[130.392156862745,143.137254901961,98.0392156862745],[99.0196078431373,107.843137254902,77.4509803921569],[132.352941176471,144.117647058824,122.549019607843],[59.8039215686275,77.4509803921569,61.7647058823529],[62.7450980392157,80.3921568627451,64.7058823529412],[177.450980392157,186.274509803922,169.607843137255],[216.666666666667,224.509803921569,203.921568627451],[157.843137254902,172.549019607843,144.117647058824],[154.901960784314,168.627450980392,136.274509803922],[177.450980392157,182.352941176471,150.980392156863],[198.039215686275,204.901960784314,172.549019607843],[119.607843137255,138.235294117647,108.823529411765],[79.4117647058823,103.921568627451,82.3529411764706],[130.392156862745,156.862745098039,148.039215686275],[116.666666666667,143.137254901961,138.235294117647],[103.921568627451,126.470588235294,118.627450980392],[137.254901960784,156.862745098039,146.078431372549],[97.0588235294118,109.803921568627,100],[106.862745098039,114.705882352941,103.921568627451],[165.686274509804,166.666666666667,152.941176470588],[204.901960784314,199.019607843137,183.333333333333],[143.137254901961,132.352941176471,114.705882352941],[146.078431372549,131.372549019608,108.823529411765],[216.666666666667,200,174.509803921569],[188.235294117647,167.647058823529,137.254901960784],[144.117647058824,120.588235294118,87.2549019607843],[199.019607843137,171.56862745098,135.294117647059],[221.56862745098,190.196078431373,152.941176470588],[187.254901960784,152.941176470588,115.686274509804],[148.039215686275,109.803921568627,71.5686274509804],[141.176470588235,103.921568627451,68.6274509803922],[126.470588235294,96.078431372549,67.6470588235294],[103.921568627451,78.4313725490196,51.9607843137255],[133.333333333333,111.764705882353,88.2352941176471],[104.901960784314,89.2156862745098,66.6666666666667],[105.882352941176,95.0980392156863,77.4509803921569],[66.6666666666667,51.9607843137255,31.3725490196078],[105.882352941176,80.3921568627451,48.0392156862745],[155.882352941176,126.470588235294,91.1764705882353],[100,74.5098039215686,42.156862745098],[97.0588235294118,63.7254901960784,27.4509803921569],[187.254901960784,140.196078431373,93.1372549019608],[212.745098039216,157.843137254902,107.843137254902],[214.705882352941,161.764705882353,115.686274509804],[208.823529411765,155.882352941176,112.745098039216],[189.21568627451,137.254901960784,96.078431372549],[120.588235294118,69.6078431372549,30.3921568627451],[119.607843137255,68.6274509803922,29.4117647058824],[115.686274509804,67.6470588235294,28.4313725490196],[102.941176470588,53.921568627451,19.6078431372549],[133.333333333333,85.2941176470588,52.9411764705882],[126.470588235294,83.3333333333333,49.0196078431373],[132.352941176471,92.156862745098,60.7843137254902],[105.882352941176,72.5490196078431,48.0392156862745],[75.4901960784314,48.0392156862745,26.4705882352941],[69.6078431372549,49.0196078431373,20.5882352941176],[92.156862745098,77.4509803921569,49.0196078431373],[64.7058823529412,50,27.4509803921569],[50,38.2352941176471,16.6666666666667],[57.843137254902,44.1176470588235,18.6274509803922],[35.2941176470588,21.5686274509804,0],[90.1960784313725,74.5098039215686,51.9607843137255],[55.8823529411765,40.1960784313726,17.6470588235294],[27.4509803921569,15.6862745098039,0],[39.2156862745098,29.4117647058824,4.90196078431373],[113.725490196078,105.882352941176,83.3333333333333],[61.7647058823529,55.8823529411765,34.3137254901961],[35.2941176470588,30.3921568627451,10.7843137254902],[40.1960784313726,35.2941176470588,16.6666666666667],[46.078431372549,39.2156862745098,20.5882352941176],[58.8235294117647,50.9803921568627,30.3921568627451],[49.0196078431373,38.2352941176471,16.6666666666667],[97.0588235294118,85.2941176470588,61.7647058823529],[79.4117647058823,64.7058823529412,42.156862745098],[58.8235294117647,47.0588235294118,23.5294117647059],[35.2941176470588,23.5294117647059,1.96078431372549],[38.2352941176471,27.4509803921569,7.84313725490196],[25.4901960784314,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[85.2941176470588,65.6862745098039,39.2156862745098],[81.3725490196078,56.8627450980392,27.4509803921569],[101.960784313725,77.4509803921569,48.0392156862745],[105.882352941176,80.3921568627451,53.921568627451],[75.4901960784314,50,23.5294117647059],[88.2352941176471,60.7843137254902,37.2549019607843],[75.4901960784314,48.0392156862745,26.4705882352941],[82.3529411764706,54.9019607843137,34.3137254901961],[82.3529411764706,54.9019607843137,34.3137254901961],[92.156862745098,64.7058823529412,44.1176470588235],[102.941176470588,72.5490196078431,52.9411764705882],[107.843137254902,77.4509803921569,57.843137254902],[102.941176470588,72.5490196078431,52.9411764705882],[80.3921568627451,50,30.3921568627451],[57.843137254902,27.4509803921569,6.86274509803922],[61.7647058823529,35.2941176470588,14.7058823529412],[51.9607843137255,31.3725490196078,10.7843137254902],[87.2549019607843,70.5882352941177,50.9803921568627],[46.078431372549,28.4313725490196,8.82352941176471],[55.8823529411765,37.2549019607843,20.5882352941176],[76.4705882352941,57.843137254902,43.1372549019608],[56.8627450980392,38.2352941176471,24.5098039215686],[47.0588235294118,29.4117647058824,17.6470588235294],[54.9019607843137,41.1764705882353,30.3921568627451],[40.1960784313726,27.4509803921569,18.6274509803922],[34.3137254901961,24.5098039215686,15.6862745098039],[58.8235294117647,50,43.1372549019608],[80.3921568627451,71.5686274509804,66.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[16.6666666666667,0.980392156862745,0.980392156862745],[34.3137254901961,15.6862745098039,17.6470588235294],[29.4117647058824,13.7254901960784,14.7058823529412],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,15.6862745098039,18.6274509803922],[7.84313725490196,15.6862745098039,18.6274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,11.7647058823529,14.7058823529412],[10.7843137254902,17.6470588235294,23.5294117647059],[12.7450980392157,19.6078431372549,25.4901960784314],[5.88235294117647,13.7254901960784,16.6666666666667],[0,5.88235294117647,8.82352941176471],[25.4901960784314,30.3921568627451,33.3333333333333],[18.6274509803922,22.5490196078431,21.5686274509804],[13.7254901960784,15.6862745098039,12.7450980392157],[30.3921568627451,31.3725490196078,26.4705882352941],[39.2156862745098,38.2352941176471,33.3333333333333],[36.2745098039216,33.3333333333333,24.5098039215686],[49.0196078431373,45.0980392156863,34.3137254901961],[64.7058823529412,58.8235294117647,47.0588235294118],[56.8627450980392,48.0392156862745,33.3333333333333],[64.7058823529412,52.9411764705882,37.2549019607843],[42.156862745098,31.3725490196078,13.7254901960784],[36.2745098039216,23.5294117647059,4.90196078431373],[43.1372549019608,31.3725490196078,9.80392156862745],[63.7254901960784,49.0196078431373,26.4705882352941],[93.1372549019608,77.4509803921569,51.9607843137255],[88.2352941176471,73.5294117647059,45.0980392156863],[112.745098039216,98.0392156862745,65.6862745098039],[105.882352941176,90.1960784313725,56.8627450980392],[80.3921568627451,65.6862745098039,27.4509803921569],[68.6274509803922,53.921568627451,13.7254901960784],[137.254901960784,122.549019607843,80.3921568627451],[192.156862745098,178.43137254902,134.313725490196],[228.43137254902,214.705882352941,170.588235294118],[204.901960784314,197.058823529412,151.960784313725],[184.313725490196,185.294117647059,144.117647058824],[130.392156862745,137.254901960784,103.921568627451],[115.686274509804,123.529411764706,100],[125.490196078431,137.254901960784,115.686274509804],[82.3529411764706,98.0392156862745,72.5490196078431],[69.6078431372549,88.2352941176471,58.8235294117647],[68.6274509803922,85.2941176470588,51.9607843137255],[118.627450980392,133.333333333333,100.980392156863],[100,110.78431372549,81.3725490196078],[91.1764705882353,98.0392156862745,67.6470588235294],[145.098039215686,149.019607843137,112.745098039216],[128.43137254902,130.392156862745,84.3137254901961],[120.588235294118,120.588235294118,67.6470588235294],[129.411764705882,128.43137254902,73.5294117647059],[122.549019607843,120.588235294118,72.5490196078431],[150,151.960784313725,103.921568627451],[141.176470588235,150.980392156863,99.0196078431373],[166.666666666667,179.411764705882,126.470588235294],[168.627450980392,176.470588235294,126.470588235294],[146.078431372549,148.039215686275,99.0196078431373],[142.156862745098,140.196078431373,90.1960784313725],[164.705882352941,161.764705882353,111.764705882353],[205.882352941176,200,150.980392156863],[145.098039215686,141.176470588235,95.0980392156863],[149.019607843137,150,108.823529411765],[158.823529411765,162.745098039216,126.470588235294],[155.882352941176,165.686274509804,131.372549019608],[180.392156862745,195.098039215686,162.745098039216],[116.666666666667,135.294117647059,103.921568627451],[79.4117647058823,99.0196078431373,71.5686274509804],[62.7450980392157,84.3137254901961,63.7254901960784],[140.196078431373,159.803921568627,132.352941176471],[143.137254901961,158.823529411765,112.745098039216],[143.137254901961,155.882352941176,103.921568627451],[128.43137254902,136.274509803922,98.0392156862745],[111.764705882353,120.588235294118,94.1176470588235],[59.8039215686275,74.5098039215686,55.8823529411765],[102.941176470588,114.705882352941,100.980392156863],[197.058823529412,198.039215686275,184.313725490196],[189.21568627451,191.176470588235,170.588235294118],[106.862745098039,116.666666666667,83.3333333333333],[165.686274509804,175.490196078431,139.21568627451],[193.137254901961,197.058823529412,160.78431372549],[232.352941176471,239.21568627451,205.882352941176],[122.549019607843,141.176470588235,111.764705882353],[184.313725490196,208.823529411765,188.235294117647],[225.490196078431,250,243.137254901961],[182.352941176471,206.862745098039,200.980392156863],[96.078431372549,112.745098039216,102.941176470588],[112.745098039216,126.470588235294,113.725490196078],[125.490196078431,133.333333333333,120.588235294118],[132.352941176471,134.313725490196,120.588235294118],[160.78431372549,157.843137254902,143.137254901961],[167.647058823529,158.823529411765,142.156862745098],[151.960784313725,139.21568627451,120.588235294118],[180.392156862745,164.705882352941,140.196078431373],[225.490196078431,208.823529411765,181.372549019608],[220.588235294118,200,169.607843137255],[202.941176470588,180.392156862745,147.058823529412],[210.78431372549,185.294117647059,149.019607843137],[182.352941176471,152.941176470588,115.686274509804],[159.803921568627,126.470588235294,89.2156862745098],[148.039215686275,110.78431372549,72.5490196078431],[124.509803921569,91.1764705882353,56.8627450980392],[137.254901960784,110.78431372549,84.3137254901961],[111.764705882353,86.2745098039216,61.7647058823529],[111.764705882353,83.3333333333333,53.921568627451],[91.1764705882353,65.6862745098039,39.2156862745098],[53.921568627451,41.1764705882353,22.5490196078431],[42.156862745098,31.3725490196078,13.7254901960784],[119.607843137255,100,73.5294117647059],[159.803921568627,134.313725490196,101.960784313725],[120.588235294118,91.1764705882353,55.8823529411765],[117.647058823529,79.4117647058823,39.2156862745098],[211.764705882353,160.78431372549,113.725490196078],[202.941176470588,150.980392156863,101.960784313725],[214.705882352941,168.627450980392,127.450980392157],[141.176470588235,94.1176470588235,54.9019607843137],[202.941176470588,150,106.862745098039],[175.490196078431,119.607843137255,77.4509803921569],[118.627450980392,66.6666666666667,27.4509803921569],[103.921568627451,52.9411764705882,16.6666666666667],[101.960784313725,50,18.6274509803922],[163.725490196078,114.705882352941,82.3529411764706],[122.549019607843,78.4313725490196,40.1960784313726],[116.666666666667,77.4509803921569,42.156862745098],[132.352941176471,97.0588235294118,71.5686274509804],[65.6862745098039,36.2745098039216,10.7843137254902],[53.921568627451,34.3137254901961,0],[90.1960784313725,74.5098039215686,41.1764705882353],[63.7254901960784,49.0196078431373,26.4705882352941],[37.2549019607843,25.4901960784314,3.92156862745098],[66.6666666666667,52.9411764705882,27.4509803921569],[81.3725490196078,65.6862745098039,41.1764705882353],[83.3333333333333,65.6862745098039,46.078431372549],[69.6078431372549,52.9411764705882,33.3333333333333],[38.2352941176471,24.5098039215686,0],[53.921568627451,42.156862745098,16.6666666666667],[127.450980392157,119.607843137255,97.0588235294118],[79.4117647058823,71.5686274509804,50.9803921568627],[42.156862745098,35.2941176470588,16.6666666666667],[32.3529411764706,25.4901960784314,6.86274509803922],[33.3333333333333,26.4705882352941,7.84313725490196],[32.3529411764706,24.5098039215686,5.88235294117647],[50.9803921568627,40.1960784313726,20.5882352941176],[49.0196078431373,37.2549019607843,15.6862745098039],[75.4901960784314,63.7254901960784,42.156862745098],[72.5490196078431,59.8039215686275,41.1764705882353],[43.1372549019608,30.3921568627451,13.7254901960784],[77.4509803921569,65.6862745098039,51.9607843137255],[34.3137254901961,26.4705882352941,13.7254901960784],[29.4117647058824,17.6470588235294,1.96078431372549],[61.7647058823529,42.156862745098,18.6274509803922],[89.2156862745098,65.6862745098039,40.1960784313726],[62.7450980392157,39.2156862745098,13.7254901960784],[70.5882352941177,45.0980392156863,22.5490196078431],[67.6470588235294,42.156862745098,19.6078431372549],[67.6470588235294,41.1764705882353,20.5882352941176],[69.6078431372549,43.1372549019608,22.5490196078431],[85.2941176470588,58.8235294117647,40.1960784313726],[41.1764705882353,12.7450980392157,0],[73.5294117647059,45.0980392156863,27.4509803921569],[62.7450980392157,34.3137254901961,16.6666666666667],[74.5098039215686,46.078431372549,28.4313725490196],[119.607843137255,89.2156862745098,71.5686274509804],[83.3333333333333,52.9411764705882,35.2941176470588],[55.8823529411765,25.4901960784314,5.88235294117647],[46.078431372549,19.6078431372549,0.980392156862745],[100,82.3529411764706,62.7450980392157],[129.411764705882,112.745098039216,97.0588235294118],[70.5882352941177,53.921568627451,38.2352941176471],[58.8235294117647,40.1960784313726,25.4901960784314],[67.6470588235294,49.0196078431373,35.2941176470588],[62.7450980392157,45.0980392156863,31.3725490196078],[43.1372549019608,27.4509803921569,14.7058823529412],[35.2941176470588,21.5686274509804,10.7843137254902],[23.5294117647059,10.7843137254902,1.96078431372549],[47.0588235294118,36.2745098039216,30.3921568627451],[90.1960784313725,81.3725490196078,76.4705882352941],[50,40.1960784313726,38.2352941176471],[6.86274509803922,0,0],[18.6274509803922,8.82352941176471,9.80392156862745],[11.7647058823529,0,3.92156862745098],[23.5294117647059,12.7450980392157,16.6666666666667],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[22.5490196078431,20.5882352941176,21.5686274509804],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[38.2352941176471,34.3137254901961,35.2941176470588],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[4.90196078431373,9.80392156862745,13.7254901960784],[2.94117647058824,10.7843137254902,13.7254901960784],[4.90196078431373,12.7450980392157,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[6.86274509803922,14.7058823529412,17.6470588235294],[19.6078431372549,27.4509803921569,30.3921568627451],[13.7254901960784,18.6274509803922,21.5686274509804],[7.84313725490196,11.7647058823529,12.7450980392157],[18.6274509803922,20.5882352941176,19.6078431372549],[51.9607843137255,52.9411764705882,48.0392156862745],[53.921568627451,52.9411764705882,48.0392156862745],[27.4509803921569,24.5098039215686,17.6470588235294],[32.3529411764706,28.4313725490196,19.6078431372549],[57.843137254902,50.9803921568627,41.1764705882353],[31.3725490196078,23.5294117647059,12.7450980392157],[25.4901960784314,17.6470588235294,4.90196078431373],[31.3725490196078,22.5490196078431,7.84313725490196],[31.3725490196078,19.6078431372549,3.92156862745098],[43.1372549019608,30.3921568627451,13.7254901960784],[66.6666666666667,51.9607843137255,31.3725490196078],[87.2549019607843,73.5294117647059,48.0392156862745],[120.588235294118,105.882352941176,77.4509803921569],[81.3725490196078,66.6666666666667,34.3137254901961],[138.235294117647,122.549019607843,89.2156862745098],[145.098039215686,130.392156862745,92.156862745098],[117.647058823529,102.941176470588,62.7450980392157],[131.372549019608,116.666666666667,74.5098039215686],[158.823529411765,145.098039215686,100.980392156863],[186.274509803922,172.549019607843,128.43137254902],[160.78431372549,150,105.882352941176],[159.803921568627,156.862745098039,114.705882352941],[128.43137254902,130.392156862745,94.1176470588235],[116.666666666667,120.588235294118,94.1176470588235],[129.411764705882,137.254901960784,113.725490196078],[81.3725490196078,94.1176470588235,66.6666666666667],[83.3333333333333,98.0392156862745,65.6862745098039],[122.549019607843,138.235294117647,102.941176470588],[125.490196078431,139.21568627451,104.901960784314],[130.392156862745,141.176470588235,109.803921568627],[119.607843137255,126.470588235294,94.1176470588235],[161.764705882353,165.686274509804,129.411764705882],[177.450980392157,178.43137254902,135.294117647059],[139.21568627451,142.156862745098,90.1960784313725],[142.156862745098,142.156862745098,91.1764705882353],[185.294117647059,184.313725490196,139.21568627451],[147.058823529412,150,105.882352941176],[153.921568627451,162.745098039216,110.78431372549],[112.745098039216,121.56862745098,67.6470588235294],[149.019607843137,153.921568627451,100.980392156863],[136.274509803922,136.274509803922,85.2941176470588],[152.941176470588,147.058823529412,98.0392156862745],[181.372549019608,173.529411764706,125.490196078431],[183.333333333333,175.490196078431,129.411764705882],[175.490196078431,168.627450980392,123.529411764706],[126.470588235294,123.529411764706,81.3725490196078],[177.450980392157,179.411764705882,140.196078431373],[132.352941176471,140.196078431373,101.960784313725],[178.43137254902,190.196078431373,154.901960784314],[197.058823529412,212.745098039216,177.450980392157],[86.2745098039216,104.901960784314,73.5294117647059],[106.862745098039,126.470588235294,99.0196078431373],[89.2156862745098,108.823529411765,72.5490196078431],[87.2549019607843,103.921568627451,50],[142.156862745098,154.901960784314,100],[201.960784313725,207.843137254902,170.588235294118],[160.78431372549,166.666666666667,139.21568627451],[84.3137254901961,96.078431372549,74.5098039215686],[117.647058823529,124.509803921569,108.823529411765],[226.470588235294,223.529411764706,206.862745098039],[89.2156862745098,84.3137254901961,62.7450980392157],[93.1372549019608,98.0392156862745,66.6666666666667],[171.56862745098,179.411764705882,141.176470588235],[189.21568627451,191.176470588235,152.941176470588],[215.686274509804,221.56862745098,184.313725490196],[91.1764705882353,110.78431372549,76.4705882352941],[148.039215686275,173.529411764706,147.058823529412],[153.921568627451,181.372549019608,169.607843137255],[109.803921568627,132.352941176471,124.509803921569],[119.607843137255,133.333333333333,118.627450980392],[138.235294117647,145.098039215686,127.450980392157],[110.78431372549,113.725490196078,95.0980392156863],[100.980392156863,100,80.3921568627451],[121.56862745098,114.705882352941,96.078431372549],[118.627450980392,105.882352941176,87.2549019607843],[135.294117647059,120.588235294118,98.0392156862745],[175.490196078431,158.823529411765,133.333333333333],[150,133.333333333333,103.921568627451],[157.843137254902,139.21568627451,106.862745098039],[136.274509803922,116.666666666667,82.3529411764706],[198.039215686275,174.509803921569,137.254901960784],[175.490196078431,148.039215686275,109.803921568627],[165.686274509804,137.254901960784,98.0392156862745],[135.294117647059,101.960784313725,64.7058823529412],[155.882352941176,123.529411764706,89.2156862745098],[143.137254901961,117.647058823529,91.1764705882353],[87.2549019607843,63.7254901960784,38.2352941176471],[112.745098039216,86.2745098039216,56.8627450980392],[82.3529411764706,58.8235294117647,31.3725490196078],[21.5686274509804,8.82352941176471,0],[61.7647058823529,50.9803921568627,31.3725490196078],[145.098039215686,125.490196078431,99.0196078431373],[120.588235294118,97.0588235294118,63.7254901960784],[120.588235294118,91.1764705882353,55.8823529411765],[112.745098039216,76.4705882352941,35.2941176470588],[152.941176470588,103.921568627451,55.8823529411765],[194.117647058824,143.137254901961,94.1176470588235],[148.039215686275,103.921568627451,63.7254901960784],[93.1372549019608,49.0196078431373,10.7843137254902],[169.607843137255,119.607843137255,77.4509803921569],[169.607843137255,116.666666666667,73.5294117647059],[133.333333333333,81.3725490196078,42.156862745098],[122.549019607843,71.5686274509804,35.2941176470588],[125.490196078431,73.5294117647059,42.156862745098],[158.823529411765,109.803921568627,77.4509803921569],[167.647058823529,123.529411764706,82.3529411764706],[151.960784313725,110.78431372549,69.6078431372549],[101.960784313725,65.6862745098039,37.2549019607843],[82.3529411764706,53.921568627451,24.5098039215686],[83.3333333333333,61.7647058823529,21.5686274509804],[108.823529411765,94.1176470588235,55.8823529411765],[59.8039215686275,46.078431372549,20.5882352941176],[54.9019607843137,43.1372549019608,21.5686274509804],[75.4901960784314,61.7647058823529,35.2941176470588],[103.921568627451,90.1960784313725,63.7254901960784],[45.0980392156863,28.4313725490196,8.82352941176471],[125.490196078431,108.823529411765,89.2156862745098],[41.1764705882353,25.4901960784314,0.980392156862745],[48.0392156862745,34.3137254901961,7.84313725490196],[87.2549019607843,77.4509803921569,52.9411764705882],[72.5490196078431,64.7058823529412,42.156862745098],[50,42.156862745098,21.5686274509804],[59.8039215686275,51.9607843137255,33.3333333333333],[35.2941176470588,27.4509803921569,8.82352941176471],[45.0980392156863,37.2549019607843,18.6274509803922],[58.8235294117647,46.078431372549,27.4509803921569],[19.6078431372549,6.86274509803922,0],[85.2941176470588,72.5490196078431,53.921568627451],[101.960784313725,89.2156862745098,72.5490196078431],[21.5686274509804,8.82352941176471,0],[42.156862745098,30.3921568627451,18.6274509803922],[20.5882352941176,12.7450980392157,1.96078431372549],[30.3921568627451,18.6274509803922,4.90196078431373],[54.9019607843137,37.2549019607843,15.6862745098039],[73.5294117647059,51.9607843137255,28.4313725490196],[70.5882352941177,49.0196078431373,26.4705882352941],[90.1960784313725,65.6862745098039,44.1176470588235],[80.3921568627451,55.8823529411765,34.3137254901961],[51.9607843137255,27.4509803921569,7.84313725490196],[87.2549019607843,62.7450980392157,43.1372549019608],[56.8627450980392,30.3921568627451,13.7254901960784],[40.1960784313726,13.7254901960784,0],[69.6078431372549,41.1764705882353,25.4901960784314],[71.5686274509804,43.1372549019608,27.4509803921569],[85.2941176470588,56.8627450980392,41.1764705882353],[111.764705882353,83.3333333333333,67.6470588235294],[96.078431372549,67.6470588235294,50],[62.7450980392157,34.3137254901961,16.6666666666667],[49.0196078431373,22.5490196078431,5.88235294117647],[75.4901960784314,56.8627450980392,42.156862745098],[76.4705882352941,58.8235294117647,45.0980392156863],[51.9607843137255,34.3137254901961,22.5490196078431],[50.9803921568627,33.3333333333333,21.5686274509804],[30.3921568627451,12.7450980392157,0.980392156862745],[49.0196078431373,31.3725490196078,19.6078431372549],[47.0588235294118,30.3921568627451,20.5882352941176],[24.5098039215686,7.84313725490196,0],[34.3137254901961,19.6078431372549,12.7450980392157],[27.4509803921569,14.7058823529412,8.82352941176471],[17.6470588235294,6.86274509803922,2.94117647058824],[24.5098039215686,14.7058823529412,12.7450980392157],[17.6470588235294,9.80392156862745,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[16.6666666666667,10.7843137254902,12.7450980392157],[13.7254901960784,7.84313725490196,9.80392156862745],[15.6862745098039,9.80392156862745,11.7647058823529],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[17.6470588235294,13.7254901960784,14.7058823529412],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[33.3333333333333,31.3725490196078,32.3529411764706],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[54.9019607843137,50.9803921568627,51.9607843137255],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0.980392156862745,5.88235294117647,8.82352941176471],[17.6470588235294,21.5686274509804,22.5490196078431],[23.5294117647059,25.4901960784314,24.5098039215686],[19.6078431372549,20.5882352941176,15.6862745098039],[8.82352941176471,7.84313725490196,2.94117647058824],[12.7450980392157,7.84313725490196,1.96078431372549],[31.3725490196078,24.5098039215686,16.6666666666667],[34.3137254901961,27.4509803921569,19.6078431372549],[43.1372549019608,36.2745098039216,28.4313725490196],[16.6666666666667,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[76.4705882352941,68.6274509803922,55.8823529411765],[114.705882352941,102.941176470588,87.2549019607843],[135.294117647059,122.549019607843,103.921568627451],[100.980392156863,86.2745098039216,63.7254901960784],[83.3333333333333,67.6470588235294,42.156862745098],[68.6274509803922,53.921568627451,23.5294117647059],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,55.8823529411765],[107.843137254902,93.1372549019608,54.9019607843137],[122.549019607843,107.843137254902,69.6078431372549],[108.823529411765,94.1176470588235,53.921568627451],[109.803921568627,95.0980392156863,54.9019607843137],[192.156862745098,180.392156862745,139.21568627451],[185.294117647059,178.43137254902,135.294117647059],[150,146.078431372549,108.823529411765],[118.627450980392,117.647058823529,88.2352941176471],[101.960784313725,104.901960784314,78.4313725490196],[82.3529411764706,91.1764705882353,60.7843137254902],[102.941176470588,113.725490196078,80.3921568627451],[144.117647058824,155.882352941176,120.588235294118],[177.450980392157,189.21568627451,153.921568627451],[142.156862745098,150.980392156863,122.549019607843],[131.372549019608,138.235294117647,107.843137254902],[154.901960784314,160.78431372549,125.490196078431],[186.274509803922,191.176470588235,150.980392156863],[151.960784313725,157.843137254902,110.78431372549],[186.274509803922,192.156862745098,145.098039215686],[171.56862745098,176.470588235294,137.254901960784],[125.490196078431,132.352941176471,92.156862745098],[123.529411764706,130.392156862745,87.2549019607843],[97.0588235294118,102.941176470588,57.843137254902],[162.745098039216,161.764705882353,116.666666666667],[150.980392156863,147.058823529412,100.980392156863],[194.117647058824,186.274509803922,141.176470588235],[143.137254901961,131.372549019608,90.1960784313725],[145.098039215686,133.333333333333,92.156862745098],[182.352941176471,173.529411764706,131.372549019608],[191.176470588235,187.254901960784,143.137254901961],[184.313725490196,185.294117647059,142.156862745098],[109.803921568627,115.686274509804,72.5490196078431],[112.745098039216,123.529411764706,81.3725490196078],[169.607843137255,182.352941176471,140.196078431373],[131.372549019608,146.078431372549,103.921568627451],[128.43137254902,145.098039215686,103.921568627451],[130.392156862745,148.039215686275,99.0196078431373],[112.745098039216,131.372549019608,68.6274509803922],[145.098039215686,158.823529411765,100.980392156863],[195.098039215686,200.980392156863,167.647058823529],[151.960784313725,154.901960784314,134.313725490196],[96.078431372549,103.921568627451,81.3725490196078],[135.294117647059,139.21568627451,116.666666666667],[155.882352941176,150,124.509803921569],[115.686274509804,108.823529411765,81.3725490196078],[126.470588235294,129.411764705882,100.980392156863],[152.941176470588,157.843137254902,126.470588235294],[163.725490196078,163.725490196078,128.43137254902],[169.607843137255,176.470588235294,136.274509803922],[153.921568627451,175.490196078431,130.392156862745],[167.647058823529,194.117647058824,159.803921568627],[109.803921568627,133.333333333333,120.588235294118],[64.7058823529412,83.3333333333333,77.4509803921569],[111.764705882353,120.588235294118,101.960784313725],[232.352941176471,234.313725490196,210.78431372549],[135.294117647059,133.333333333333,108.823529411765],[92.156862745098,86.2745098039216,62.7450980392157],[147.058823529412,137.254901960784,112.745098039216],[109.803921568627,96.078431372549,70.5882352941177],[114.705882352941,99.0196078431373,73.5294117647059],[142.156862745098,125.490196078431,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[102.941176470588,87.2549019607843,53.921568627451],[123.529411764706,105.882352941176,70.5882352941177],[191.176470588235,171.56862745098,135.294117647059],[199.019607843137,177.450980392157,139.21568627451],[162.745098039216,138.235294117647,99.0196078431373],[97.0588235294118,67.6470588235294,30.3921568627451],[140.196078431373,110.78431372549,75.4901960784314],[140.196078431373,111.764705882353,80.3921568627451],[72.5490196078431,48.0392156862745,18.6274509803922],[68.6274509803922,49.0196078431373,24.5098039215686],[49.0196078431373,34.3137254901961,11.7647058823529],[46.078431372549,38.2352941176471,19.6078431372549],[106.862745098039,95.0980392156863,71.5686274509804],[126.470588235294,102.941176470588,69.6078431372549],[153.921568627451,126.470588235294,88.2352941176471],[89.2156862745098,66.6666666666667,35.2941176470588],[91.1764705882353,63.7254901960784,27.4509803921569],[142.156862745098,100.980392156863,53.921568627451],[186.274509803922,137.254901960784,87.2549019607843],[175.490196078431,125.490196078431,79.4117647058823],[141.176470588235,93.1372549019608,50.9803921568627],[135.294117647059,88.2352941176471,49.0196078431373],[160.78431372549,113.725490196078,74.5098039215686],[165.686274509804,117.647058823529,77.4509803921569],[133.333333333333,82.3529411764706,44.1176470588235],[103.921568627451,51.9607843137255,18.6274509803922],[107.843137254902,58.8235294117647,24.5098039215686],[133.333333333333,87.2549019607843,44.1176470588235],[156.862745098039,116.666666666667,73.5294117647059],[75.4901960784314,40.1960784313726,8.82352941176471],[69.6078431372549,39.2156862745098,8.82352941176471],[140.196078431373,117.647058823529,74.5098039215686],[109.803921568627,93.1372549019608,50.9803921568627],[41.1764705882353,26.4705882352941,0],[58.8235294117647,44.1176470588235,21.5686274509804],[62.7450980392157,49.0196078431373,20.5882352941176],[62.7450980392157,49.0196078431373,22.5490196078431],[113.725490196078,97.0588235294118,77.4509803921569],[95.0980392156863,78.4313725490196,58.8235294117647],[68.6274509803922,52.9411764705882,28.4313725490196],[46.078431372549,30.3921568627451,4.90196078431373],[40.1960784313726,26.4705882352941,0.980392156862745],[63.7254901960784,51.9607843137255,28.4313725490196],[50.9803921568627,40.1960784313726,20.5882352941176],[48.0392156862745,37.2549019607843,17.6470588235294],[71.5686274509804,60.7843137254902,43.1372549019608],[49.0196078431373,36.2745098039216,19.6078431372549],[65.6862745098039,52.9411764705882,34.3137254901961],[52.9411764705882,38.2352941176471,19.6078431372549],[70.5882352941177,55.8823529411765,37.2549019607843],[71.5686274509804,55.8823529411765,40.1960784313726],[67.6470588235294,54.9019607843137,39.2156862745098],[64.7058823529412,52.9411764705882,41.1764705882353],[55.8823529411765,46.078431372549,36.2745098039216],[51.9607843137255,40.1960784313726,28.4313725490196],[69.6078431372549,52.9411764705882,35.2941176470588],[82.3529411764706,61.7647058823529,41.1764705882353],[87.2549019607843,66.6666666666667,46.078431372549],[92.156862745098,69.6078431372549,51.9607843137255],[88.2352941176471,65.6862745098039,48.0392156862745],[70.5882352941177,48.0392156862745,32.3529411764706],[67.6470588235294,45.0980392156863,29.4117647058824],[47.0588235294118,21.5686274509804,6.86274509803922],[64.7058823529412,39.2156862745098,24.5098039215686],[64.7058823529412,37.2549019607843,23.5294117647059],[52.9411764705882,25.4901960784314,11.7647058823529],[80.3921568627451,52.9411764705882,39.2156862745098],[97.0588235294118,69.6078431372549,55.8823529411765],[96.078431372549,67.6470588235294,51.9607843137255],[96.078431372549,67.6470588235294,51.9607843137255],[53.921568627451,28.4313725490196,13.7254901960784],[32.3529411764706,10.7843137254902,0],[34.3137254901961,16.6666666666667,6.86274509803922],[58.8235294117647,41.1764705882353,31.3725490196078],[43.1372549019608,25.4901960784314,15.6862745098039],[43.1372549019608,25.4901960784314,15.6862745098039],[49.0196078431373,31.3725490196078,21.5686274509804],[52.9411764705882,36.2745098039216,28.4313725490196],[54.9019607843137,38.2352941176471,30.3921568627451],[50,35.2941176470588,28.4313725490196],[32.3529411764706,19.6078431372549,13.7254901960784],[14.7058823529412,3.92156862745098,0],[30.3921568627451,22.5490196078431,19.6078431372549],[20.5882352941176,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,8.82352941176471,9.80392156862745],[15.6862745098039,13.7254901960784,14.7058823529412],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[11.7647058823529,9.80392156862745,12.7450980392157],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,6.86274509803922],[0,4.90196078431373,10.7843137254902],[6.86274509803922,14.7058823529412,17.6470588235294],[5.88235294117647,13.7254901960784,16.6666666666667],[7.84313725490196,12.7450980392157,15.6862745098039],[8.82352941176471,12.7450980392157,13.7254901960784],[6.86274509803922,8.82352941176471,7.84313725490196],[11.7647058823529,10.7843137254902,6.86274509803922],[15.6862745098039,12.7450980392157,7.84313725490196],[20.5882352941176,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,18.6274509803922],[31.3725490196078,24.5098039215686,16.6666666666667],[33.3333333333333,28.4313725490196,22.5490196078431],[13.7254901960784,8.82352941176471,2.94117647058824],[50.9803921568627,47.0588235294118,38.2352941176471],[85.2941176470588,79.4117647058823,67.6470588235294],[96.078431372549,87.2549019607843,72.5490196078431],[87.2549019607843,76.4705882352941,58.8235294117647],[45.0980392156863,33.3333333333333,11.7647058823529],[27.4509803921569,13.7254901960784,0],[61.7647058823529,48.0392156862745,19.6078431372549],[58.8235294117647,46.078431372549,14.7058823529412],[84.3137254901961,71.5686274509804,38.2352941176471],[85.2941176470588,72.5490196078431,38.2352941176471],[106.862745098039,95.0980392156863,57.843137254902],[124.509803921569,112.745098039216,75.4901960784314],[100,88.2352941176471,50.9803921568627],[117.647058823529,105.882352941176,66.6666666666667],[137.254901960784,128.43137254902,86.2745098039216],[134.313725490196,126.470588235294,88.2352941176471],[139.21568627451,134.313725490196,104.901960784314],[91.1764705882353,90.1960784313725,62.7450980392157],[104.901960784314,109.803921568627,78.4313725490196],[91.1764705882353,98.0392156862745,64.7058823529412],[96.078431372549,105.882352941176,69.6078431372549],[140.196078431373,150,115.686274509804],[138.235294117647,147.058823529412,118.627450980392],[129.411764705882,135.294117647059,107.843137254902],[160.78431372549,167.647058823529,134.313725490196],[113.725490196078,119.607843137255,82.3529411764706],[177.450980392157,186.274509803922,142.156862745098],[172.549019607843,181.372549019608,139.21568627451],[102.941176470588,112.745098039216,78.4313725490196],[111.764705882353,118.627450980392,85.2941176470588],[153.921568627451,158.823529411765,119.607843137255],[167.647058823529,168.627450980392,127.450980392157],[140.196078431373,137.254901960784,93.1372549019608],[144.117647058824,137.254901960784,94.1176470588235],[136.274509803922,127.450980392157,87.2549019607843],[102.941176470588,91.1764705882353,53.921568627451],[100,88.2352941176471,50.9803921568627],[167.647058823529,158.823529411765,120.588235294118],[150,147.058823529412,102.941176470588],[124.509803921569,126.470588235294,80.3921568627451],[124.509803921569,130.392156862745,85.2941176470588],[150,158.823529411765,114.705882352941],[102.941176470588,113.725490196078,71.5686274509804],[156.862745098039,169.607843137255,126.470588235294],[164.705882352941,177.450980392157,132.352941176471],[160.78431372549,177.450980392157,124.509803921569],[173.529411764706,189.21568627451,127.450980392157],[228.43137254902,241.176470588235,186.274509803922],[149.019607843137,151.960784313725,123.529411764706],[109.803921568627,110.78431372549,93.1372549019608],[173.529411764706,178.43137254902,155.882352941176],[198.039215686275,200.980392156863,174.509803921569],[152.941176470588,144.117647058824,113.725490196078],[136.274509803922,127.450980392157,97.0588235294118],[109.803921568627,109.803921568627,84.3137254901961],[131.372549019608,134.313725490196,107.843137254902],[234.313725490196,234.313725490196,200.980392156863],[142.156862745098,147.058823529412,107.843137254902],[126.470588235294,146.078431372549,98.0392156862745],[160.78431372549,185.294117647059,146.078431372549],[113.725490196078,136.274509803922,118.627450980392],[71.5686274509804,87.2549019607843,76.4705882352941],[60.7843137254902,64.7058823529412,42.156862745098],[228.43137254902,224.509803921569,196.078431372549],[154.901960784314,150,121.56862745098],[105.882352941176,97.0588235294118,68.6274509803922],[142.156862745098,131.372549019608,103.921568627451],[119.607843137255,104.901960784314,76.4705882352941],[100.980392156863,86.2745098039216,57.843137254902],[156.862745098039,140.196078431373,110.78431372549],[117.647058823529,100.980392156863,71.5686274509804],[87.2549019607843,72.5490196078431,40.1960784313726],[104.901960784314,91.1764705882353,54.9019607843137],[153.921568627451,139.21568627451,100.980392156863],[166.666666666667,147.058823529412,110.78431372549],[147.058823529412,125.490196078431,87.2549019607843],[125.490196078431,101.960784313725,64.7058823529412],[117.647058823529,92.156862745098,55.8823529411765],[133.333333333333,104.901960784314,73.5294117647059],[104.901960784314,80.3921568627451,50.9803921568627],[110.78431372549,91.1764705882353,64.7058823529412],[84.3137254901961,69.6078431372549,47.0588235294118],[51.9607843137255,44.1176470588235,23.5294117647059],[82.3529411764706,70.5882352941177,47.0588235294118],[70.5882352941177,47.0588235294118,11.7647058823529],[151.960784313725,126.470588235294,90.1960784313725],[101.960784313725,82.3529411764706,50],[141.176470588235,117.647058823529,82.3529411764706],[173.529411764706,133.333333333333,88.2352941176471],[147.058823529412,100,51.9607843137255],[129.411764705882,83.3333333333333,38.2352941176471],[110.78431372549,66.6666666666667,25.4901960784314],[116.666666666667,73.5294117647059,35.2941176470588],[128.43137254902,85.2941176470588,47.0588235294118],[129.411764705882,83.3333333333333,42.156862745098],[138.235294117647,90.1960784313725,50],[111.764705882353,62.7450980392157,26.4705882352941],[106.862745098039,57.843137254902,21.5686274509804],[141.176470588235,98.0392156862745,51.9607843137255],[146.078431372549,105.882352941176,62.7450980392157],[104.901960784314,69.6078431372549,34.3137254901961],[86.2745098039216,56.8627450980392,21.5686274509804],[130.392156862745,107.843137254902,64.7058823529412],[120.588235294118,103.921568627451,60.7843137254902],[39.2156862745098,24.5098039215686,0],[58.8235294117647,45.0980392156863,18.6274509803922],[34.3137254901961,20.5882352941176,0],[84.3137254901961,70.5882352941177,44.1176470588235],[117.647058823529,101.960784313725,79.4117647058823],[84.3137254901961,66.6666666666667,47.0588235294118],[93.1372549019608,76.4705882352941,50.9803921568627],[60.7843137254902,44.1176470588235,18.6274509803922],[34.3137254901961,18.6274509803922,0],[54.9019607843137,40.1960784313726,17.6470588235294],[68.6274509803922,56.8627450980392,35.2941176470588],[39.2156862745098,28.4313725490196,8.82352941176471],[29.4117647058824,16.6666666666667,0],[51.9607843137255,36.2745098039216,20.5882352941176],[69.6078431372549,54.9019607843137,36.2745098039216],[59.8039215686275,43.1372549019608,25.4901960784314],[59.8039215686275,43.1372549019608,25.4901960784314],[71.5686274509804,54.9019607843137,39.2156862745098],[36.2745098039216,20.5882352941176,5.88235294117647],[50,36.2745098039216,23.5294117647059],[36.2745098039216,23.5294117647059,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[67.6470588235294,51.9607843137255,36.2745098039216],[53.921568627451,37.2549019607843,19.6078431372549],[66.6666666666667,48.0392156862745,31.3725490196078],[113.725490196078,95.0980392156863,78.4313725490196],[80.3921568627451,61.7647058823529,47.0588235294118],[46.078431372549,27.4509803921569,12.7450980392157],[50,28.4313725490196,15.6862745098039],[65.6862745098039,44.1176470588235,31.3725490196078],[51.9607843137255,28.4313725490196,16.6666666666667],[52.9411764705882,29.4117647058824,17.6470588235294],[46.078431372549,19.6078431372549,8.82352941176471],[38.2352941176471,12.7450980392157,0],[45.0980392156863,19.6078431372549,6.86274509803922],[67.6470588235294,42.156862745098,27.4509803921569],[80.3921568627451,54.9019607843137,40.1960784313726],[72.5490196078431,47.0588235294118,34.3137254901961],[51.9607843137255,28.4313725490196,18.6274509803922],[25.4901960784314,2.94117647058824,0],[58.8235294117647,39.2156862745098,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[27.4509803921569,8.82352941176471,1.96078431372549],[37.2549019607843,20.5882352941176,12.7450980392157],[47.0588235294118,30.3921568627451,22.5490196078431],[69.6078431372549,54.9019607843137,48.0392156862745],[53.921568627451,39.2156862745098,32.3529411764706],[50,37.2549019607843,31.3725490196078],[50,39.2156862745098,35.2941176470588],[34.3137254901961,26.4705882352941,23.5294117647059],[3.92156862745098,0,0],[28.4313725490196,27.4509803921569,23.5294117647059],[63.7254901960784,64.7058823529412,59.8039215686275],[3.92156862745098,5.88235294117647,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,13.7254901960784],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[14.7058823529412,12.7450980392157,15.6862745098039],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[18.6274509803922,16.6666666666667,19.6078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[5.88235294117647,10.7843137254902,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,4.90196078431373,8.82352941176471],[10.7843137254902,17.6470588235294,23.5294117647059],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,10.7843137254902,16.6666666666667],[1.96078431372549,9.80392156862745,12.7450980392157],[7.84313725490196,12.7450980392157,15.6862745098039],[6.86274509803922,10.7843137254902,11.7647058823529],[10.7843137254902,12.7450980392157,11.7647058823529],[29.4117647058824,28.4313725490196,26.4705882352941],[37.2549019607843,33.3333333333333,30.3921568627451],[30.3921568627451,25.4901960784314,19.6078431372549],[27.4509803921569,20.5882352941176,12.7450980392157],[16.6666666666667,9.80392156862745,3.92156862745098],[7.84313725490196,2.94117647058824,0],[16.6666666666667,11.7647058823529,8.82352941176471],[49.0196078431373,44.1176470588235,38.2352941176471],[41.1764705882353,34.3137254901961,26.4705882352941],[17.6470588235294,9.80392156862745,0],[25.4901960784314,16.6666666666667,0],[26.4705882352941,15.6862745098039,0],[20.5882352941176,8.82352941176471,0],[58.8235294117647,48.0392156862745,20.5882352941176],[75.4901960784314,61.7647058823529,33.3333333333333],[58.8235294117647,46.078431372549,14.7058823529412],[68.6274509803922,57.843137254902,26.4705882352941],[82.3529411764706,71.5686274509804,40.1960784313726],[70.5882352941177,59.8039215686275,28.4313725490196],[79.4117647058823,70.5882352941177,38.2352941176471],[85.2941176470588,75.4901960784314,40.1960784313726],[127.450980392157,115.686274509804,74.5098039215686],[84.3137254901961,72.5490196078431,33.3333333333333],[77.4509803921569,68.6274509803922,40.1960784313726],[77.4509803921569,71.5686274509804,46.078431372549],[105.882352941176,106.862745098039,76.4705882352941],[110.78431372549,116.666666666667,83.3333333333333],[147.058823529412,154.901960784314,118.627450980392],[142.156862745098,149.019607843137,115.686274509804],[121.56862745098,127.450980392157,100],[148.039215686275,153.921568627451,126.470588235294],[152.941176470588,159.803921568627,127.450980392157],[96.078431372549,103.921568627451,67.6470588235294],[107.843137254902,118.627450980392,77.4509803921569],[107.843137254902,119.607843137255,80.3921568627451],[74.5098039215686,88.2352941176471,55.8823529411765],[99.0196078431373,107.843137254902,77.4509803921569],[141.176470588235,145.098039215686,108.823529411765],[143.137254901961,144.117647058824,100.980392156863],[145.098039215686,143.137254901961,96.078431372549],[132.352941176471,128.43137254902,84.3137254901961],[84.3137254901961,76.4705882352941,38.2352941176471],[160.78431372549,150.980392156863,115.686274509804],[186.274509803922,177.450980392157,145.098039215686],[192.156862745098,186.274509803922,150.980392156863],[142.156862745098,140.196078431373,100],[89.2156862745098,92.156862745098,50],[122.549019607843,129.411764705882,88.2352941176471],[155.882352941176,163.725490196078,125.490196078431],[123.529411764706,130.392156862745,97.0588235294118],[152.941176470588,159.803921568627,126.470588235294],[114.705882352941,122.549019607843,82.3529411764706],[100.980392156863,112.745098039216,67.6470588235294],[121.56862745098,136.274509803922,82.3529411764706],[119.607843137255,131.372549019608,84.3137254901961],[104.901960784314,107.843137254902,79.4117647058823],[77.4509803921569,79.4117647058823,58.8235294117647],[122.549019607843,126.470588235294,101.960784313725],[153.921568627451,153.921568627451,126.470588235294],[159.803921568627,150.980392156863,120.588235294118],[223.529411764706,214.705882352941,184.313725490196],[135.294117647059,135.294117647059,109.803921568627],[131.372549019608,134.313725490196,107.843137254902],[225.490196078431,224.509803921569,194.117647058824],[126.470588235294,130.392156862745,94.1176470588235],[95.0980392156863,111.764705882353,67.6470588235294],[138.235294117647,160.78431372549,119.607843137255],[95.0980392156863,112.745098039216,91.1764705882353],[76.4705882352941,87.2549019607843,70.5882352941177],[63.7254901960784,66.6666666666667,40.1960784313726],[138.235294117647,133.333333333333,103.921568627451],[168.627450980392,161.764705882353,133.333333333333],[167.647058823529,156.862745098039,127.450980392157],[191.176470588235,177.450980392157,149.019607843137],[146.078431372549,131.372549019608,102.941176470588],[131.372549019608,116.666666666667,88.2352941176471],[123.529411764706,108.823529411765,78.4313725490196],[100.980392156863,86.2745098039216,55.8823529411765],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,57.843137254902],[134.313725490196,120.588235294118,84.3137254901961],[135.294117647059,119.607843137255,84.3137254901961],[112.745098039216,93.1372549019608,56.8627450980392],[150,128.43137254902,92.156862745098],[138.235294117647,114.705882352941,81.3725490196078],[128.43137254902,105.882352941176,75.4901960784314],[116.666666666667,92.156862745098,62.7450980392157],[119.607843137255,94.1176470588235,61.7647058823529],[67.6470588235294,47.0588235294118,16.6666666666667],[59.8039215686275,49.0196078431373,27.4509803921569],[73.5294117647059,65.6862745098039,45.0980392156863],[61.7647058823529,47.0588235294118,18.6274509803922],[90.1960784313725,70.5882352941177,38.2352941176471],[165.686274509804,143.137254901961,109.803921568627],[155.882352941176,127.450980392157,88.2352941176471],[156.862745098039,115.686274509804,68.6274509803922],[122.549019607843,79.4117647058823,33.3333333333333],[89.2156862745098,51.9607843137255,13.7254901960784],[117.647058823529,83.3333333333333,46.078431372549],[132.352941176471,91.1764705882353,51.9607843137255],[110.78431372549,66.6666666666667,25.4901960784314],[96.078431372549,50,6.86274509803922],[139.21568627451,91.1764705882353,49.0196078431373],[128.43137254902,80.3921568627451,41.1764705882353],[137.254901960784,90.1960784313725,50.9803921568627],[122.549019607843,79.4117647058823,35.2941176470588],[137.254901960784,97.0588235294118,53.921568627451],[154.901960784314,119.607843137255,84.3137254901961],[113.725490196078,84.3137254901961,49.0196078431373],[150,127.450980392157,86.2745098039216],[115.686274509804,97.0588235294118,55.8823529411765],[55.8823529411765,40.1960784313726,7.84313725490196],[105.882352941176,90.1960784313725,64.7058823529412],[83.3333333333333,69.6078431372549,41.1764705882353],[78.4313725490196,64.7058823529412,38.2352941176471],[83.3333333333333,67.6470588235294,45.0980392156863],[76.4705882352941,58.8235294117647,37.2549019607843],[71.5686274509804,51.9607843137255,28.4313725490196],[74.5098039215686,54.9019607843137,30.3921568627451],[54.9019607843137,39.2156862745098,14.7058823529412],[76.4705882352941,61.7647058823529,41.1764705882353],[73.5294117647059,60.7843137254902,42.156862745098],[38.2352941176471,25.4901960784314,8.82352941176471],[44.1176470588235,28.4313725490196,12.7450980392157],[49.0196078431373,33.3333333333333,17.6470588235294],[40.1960784313726,23.5294117647059,5.88235294117647],[28.4313725490196,9.80392156862745,0],[78.4313725490196,59.8039215686275,43.1372549019608],[122.549019607843,105.882352941176,90.1960784313725],[49.0196078431373,33.3333333333333,18.6274509803922],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,24.5098039215686,15.6862745098039],[33.3333333333333,21.5686274509804,9.80392156862745],[32.3529411764706,18.6274509803922,5.88235294117647],[26.4705882352941,10.7843137254902,0],[31.3725490196078,15.6862745098039,0.980392156862745],[88.2352941176471,72.5490196078431,57.843137254902],[58.8235294117647,41.1764705882353,29.4117647058824],[42.156862745098,24.5098039215686,12.7450980392157],[40.1960784313726,20.5882352941176,9.80392156862745],[68.6274509803922,49.0196078431373,38.2352941176471],[49.0196078431373,27.4509803921569,16.6666666666667],[47.0588235294118,25.4901960784314,14.7058823529412],[67.6470588235294,44.1176470588235,34.3137254901961],[35.2941176470588,11.7647058823529,0],[29.4117647058824,5.88235294117647,0],[50.9803921568627,28.4313725490196,14.7058823529412],[41.1764705882353,18.6274509803922,4.90196078431373],[69.6078431372549,43.1372549019608,32.3529411764706],[84.3137254901961,57.843137254902,49.0196078431373],[36.2745098039216,9.80392156862745,2.94117647058824],[60.7843137254902,36.2745098039216,29.4117647058824],[57.843137254902,35.2941176470588,27.4509803921569],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,13.7254901960784,5.88235294117647],[37.2549019607843,20.5882352941176,13.7254901960784],[33.3333333333333,18.6274509803922,13.7254901960784],[38.2352941176471,23.5294117647059,18.6274509803922],[28.4313725490196,14.7058823529412,11.7647058823529],[51.9607843137255,41.1764705882353,37.2549019607843],[57.843137254902,48.0392156862745,46.078431372549],[11.7647058823529,6.86274509803922,2.94117647058824],[24.5098039215686,23.5294117647059,18.6274509803922],[52.9411764705882,55.8823529411765,49.0196078431373],[0,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[11.7647058823529,11.7647058823529,13.7254901960784],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[6.86274509803922,11.7647058823529,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,7.84313725490196,10.7843137254902],[11.7647058823529,12.7450980392157,14.7058823529412],[30.3921568627451,29.4117647058824,27.4509803921569],[34.3137254901961,30.3921568627451,27.4509803921569],[26.4705882352941,21.5686274509804,17.6470588235294],[33.3333333333333,26.4705882352941,20.5882352941176],[35.2941176470588,28.4313725490196,22.5490196078431],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[41.1764705882353,36.2745098039216,30.3921568627451],[40.1960784313726,33.3333333333333,25.4901960784314],[21.5686274509804,13.7254901960784,2.94117647058824],[30.3921568627451,21.5686274509804,6.86274509803922],[39.2156862745098,28.4313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,0],[29.4117647058824,17.6470588235294,0],[57.843137254902,47.0588235294118,19.6078431372549],[57.843137254902,47.0588235294118,19.6078431372549],[114.705882352941,105.882352941176,77.4509803921569],[132.352941176471,123.529411764706,95.0980392156863],[72.5490196078431,65.6862745098039,37.2549019607843],[76.4705882352941,71.5686274509804,42.156862745098],[106.862745098039,98.0392156862745,65.6862745098039],[143.137254901961,129.411764705882,91.1764705882353],[124.509803921569,110.78431372549,72.5490196078431],[96.078431372549,85.2941176470588,57.843137254902],[67.6470588235294,60.7843137254902,35.2941176470588],[67.6470588235294,63.7254901960784,35.2941176470588],[101.960784313725,102.941176470588,69.6078431372549],[111.764705882353,117.647058823529,80.3921568627451],[120.588235294118,126.470588235294,91.1764705882353],[123.529411764706,128.43137254902,99.0196078431373],[127.450980392157,131.372549019608,104.901960784314],[97.0588235294118,101.960784313725,70.5882352941177],[99.0196078431373,105.882352941176,72.5490196078431],[87.2549019607843,98.0392156862745,58.8235294117647],[89.2156862745098,100.980392156863,63.7254901960784],[65.6862745098039,78.4313725490196,49.0196078431373],[138.235294117647,149.019607843137,119.607843137255],[106.862745098039,110.78431372549,74.5098039215686],[115.686274509804,116.666666666667,73.5294117647059],[169.607843137255,168.627450980392,121.56862745098],[108.823529411765,105.882352941176,61.7647058823529],[116.666666666667,112.745098039216,75.4901960784314],[122.549019607843,118.627450980392,84.3137254901961],[129.411764705882,124.509803921569,96.078431372549],[98.0392156862745,97.0588235294118,67.6470588235294],[103.921568627451,107.843137254902,71.5686274509804],[105.882352941176,111.764705882353,74.5098039215686],[36.2745098039216,43.1372549019608,9.80392156862745],[86.2745098039216,95.0980392156863,64.7058823529412],[68.6274509803922,73.5294117647059,50.9803921568627],[78.4313725490196,83.3333333333333,60.7843137254902],[92.156862745098,97.0588235294118,67.6470588235294],[115.686274509804,123.529411764706,87.2549019607843],[115.686274509804,128.43137254902,86.2745098039216],[87.2549019607843,99.0196078431373,59.8039215686275],[104.901960784314,108.823529411765,82.3529411764706],[92.156862745098,94.1176470588235,70.5882352941177],[104.901960784314,108.823529411765,82.3529411764706],[140.196078431373,140.196078431373,112.745098039216],[211.764705882353,202.941176470588,174.509803921569],[201.960784313725,193.137254901961,164.705882352941],[178.43137254902,178.43137254902,150.980392156863],[164.705882352941,167.647058823529,139.21568627451],[162.745098039216,161.764705882353,131.372549019608],[194.117647058824,195.098039215686,161.764705882353],[147.058823529412,159.803921568627,117.647058823529],[134.313725490196,151.960784313725,112.745098039216],[150,164.705882352941,134.313725490196],[103.921568627451,112.745098039216,86.2745098039216],[83.3333333333333,83.3333333333333,55.8823529411765],[109.803921568627,106.862745098039,76.4705882352941],[157.843137254902,152.941176470588,123.529411764706],[133.333333333333,124.509803921569,96.078431372549],[151.960784313725,141.176470588235,113.725490196078],[96.078431372549,82.3529411764706,55.8823529411765],[84.3137254901961,70.5882352941177,42.156862745098],[87.2549019607843,73.5294117647059,45.0980392156863],[95.0980392156863,81.3725490196078,52.9411764705882],[98.0392156862745,85.2941176470588,53.921568627451],[83.3333333333333,70.5882352941177,37.2549019607843],[75.4901960784314,61.7647058823529,27.4509803921569],[109.803921568627,94.1176470588235,58.8235294117647],[144.117647058824,126.470588235294,91.1764705882353],[176.470588235294,154.901960784314,118.627450980392],[120.588235294118,97.0588235294118,63.7254901960784],[135.294117647059,110.78431372549,81.3725490196078],[138.235294117647,111.764705882353,82.3529411764706],[126.470588235294,97.0588235294118,63.7254901960784],[95.0980392156863,70.5882352941177,40.1960784313726],[62.7450980392157,50.9803921568627,29.4117647058824],[61.7647058823529,53.921568627451,33.3333333333333],[87.2549019607843,71.5686274509804,46.078431372549],[65.6862745098039,46.078431372549,13.7254901960784],[122.549019607843,99.0196078431373,65.6862745098039],[110.78431372549,82.3529411764706,43.1372549019608],[136.274509803922,96.078431372549,50.9803921568627],[118.627450980392,76.4705882352941,32.3529411764706],[55.8823529411765,22.5490196078431,0],[120.588235294118,87.2549019607843,52.9411764705882],[142.156862745098,102.941176470588,67.6470588235294],[143.137254901961,99.0196078431373,58.8235294117647],[157.843137254902,114.705882352941,70.5882352941177],[145.098039215686,99.0196078431373,55.8823529411765],[100,53.921568627451,12.7450980392157],[166.666666666667,122.549019607843,82.3529411764706],[115.686274509804,73.5294117647059,32.3529411764706],[106.862745098039,65.6862745098039,26.4705882352941],[116.666666666667,82.3529411764706,45.0980392156863],[105.882352941176,76.4705882352941,41.1764705882353],[101.960784313725,78.4313725490196,41.1764705882353],[78.4313725490196,58.8235294117647,24.5098039215686],[30.3921568627451,13.7254901960784,0],[74.5098039215686,59.8039215686275,31.3725490196078],[74.5098039215686,60.7843137254902,34.3137254901961],[87.2549019607843,71.5686274509804,47.0588235294118],[82.3529411764706,64.7058823529412,43.1372549019608],[78.4313725490196,60.7843137254902,39.2156862745098],[93.1372549019608,73.5294117647059,50],[97.0588235294118,77.4509803921569,53.921568627451],[61.7647058823529,46.078431372549,23.5294117647059],[115.686274509804,100.980392156863,82.3529411764706],[101.960784313725,89.2156862745098,72.5490196078431],[28.4313725490196,15.6862745098039,0],[43.1372549019608,30.3921568627451,14.7058823529412],[23.5294117647059,7.84313725490196,0],[33.3333333333333,16.6666666666667,0.980392156862745],[43.1372549019608,24.5098039215686,7.84313725490196],[87.2549019607843,68.6274509803922,51.9607843137255],[100,83.3333333333333,67.6470588235294],[78.4313725490196,62.7450980392157,48.0392156862745],[60.7843137254902,47.0588235294118,34.3137254901961],[55.8823529411765,44.1176470588235,32.3529411764706],[35.2941176470588,22.5490196078431,13.7254901960784],[16.6666666666667,4.90196078431373,0],[60.7843137254902,49.0196078431373,37.2549019607843],[62.7450980392157,50.9803921568627,39.2156862745098],[59.8039215686275,48.0392156862745,36.2745098039216],[42.156862745098,28.4313725490196,17.6470588235294],[51.9607843137255,38.2352941176471,29.4117647058824],[41.1764705882353,24.5098039215686,16.6666666666667],[46.078431372549,29.4117647058824,21.5686274509804],[47.0588235294118,28.4313725490196,21.5686274509804],[52.9411764705882,35.2941176470588,25.4901960784314],[34.3137254901961,14.7058823529412,5.88235294117647],[48.0392156862745,28.4313725490196,17.6470588235294],[60.7843137254902,41.1764705882353,30.3921568627451],[43.1372549019608,21.5686274509804,8.82352941176471],[40.1960784313726,18.6274509803922,5.88235294117647],[39.2156862745098,12.7450980392157,1.96078431372549],[61.7647058823529,32.3529411764706,21.5686274509804],[77.4509803921569,46.078431372549,35.2941176470588],[52.9411764705882,25.4901960784314,14.7058823529412],[36.2745098039216,12.7450980392157,2.94117647058824],[50,32.3529411764706,22.5490196078431],[29.4117647058824,12.7450980392157,4.90196078431373],[29.4117647058824,14.7058823529412,9.80392156862745],[33.3333333333333,19.6078431372549,16.6666666666667],[34.3137254901961,20.5882352941176,17.6470588235294],[15.6862745098039,1.96078431372549,0.980392156862745],[22.5490196078431,11.7647058823529,9.80392156862745],[44.1176470588235,34.3137254901961,33.3333333333333],[18.6274509803922,13.7254901960784,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,10.7843137254902,3.92156862745098],[6.86274509803922,8.82352941176471,3.92156862745098],[6.86274509803922,6.86274509803922,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[10.7843137254902,10.7843137254902,12.7450980392157],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,8.82352941176471],[0,3.92156862745098,9.80392156862745],[8.82352941176471,13.7254901960784,19.6078431372549],[1.96078431372549,6.86274509803922,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[10.7843137254902,11.7647058823529,15.6862745098039],[14.7058823529412,14.7058823529412,16.6666666666667],[22.5490196078431,21.5686274509804,19.6078431372549],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,2.94117647058824,0],[22.5490196078431,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,20.5882352941176],[10.7843137254902,5.88235294117647,2.94117647058824],[22.5490196078431,17.6470588235294,14.7058823529412],[32.3529411764706,25.4901960784314,19.6078431372549],[22.5490196078431,15.6862745098039,5.88235294117647],[14.7058823529412,6.86274509803922,0],[44.1176470588235,35.2941176470588,18.6274509803922],[66.6666666666667,55.8823529411765,36.2745098039216],[44.1176470588235,34.3137254901961,9.80392156862745],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[80.3921568627451,70.5882352941177,44.1176470588235],[119.607843137255,112.745098039216,85.2941176470588],[132.352941176471,126.470588235294,100.980392156863],[93.1372549019608,89.2156862745098,62.7450980392157],[50,48.0392156862745,23.5294117647059],[82.3529411764706,77.4509803921569,49.0196078431373],[129.411764705882,115.686274509804,79.4117647058823],[130.392156862745,112.745098039216,77.4509803921569],[78.4313725490196,62.7450980392157,37.2549019607843],[100,90.1960784313725,65.6862745098039],[92.156862745098,87.2549019607843,58.8235294117647],[71.5686274509804,71.5686274509804,38.2352941176471],[113.725490196078,115.686274509804,79.4117647058823],[105.882352941176,109.803921568627,75.4901960784314],[100,100,72.5490196078431],[153.921568627451,153.921568627451,126.470588235294],[97.0588235294118,100.980392156863,68.6274509803922],[66.6666666666667,70.5882352941177,36.2745098039216],[75.4901960784314,82.3529411764706,42.156862745098],[76.4705882352941,84.3137254901961,48.0392156862745],[97.0588235294118,105.882352941176,77.4509803921569],[71.5686274509804,80.3921568627451,51.9607843137255],[91.1764705882353,97.0588235294118,61.7647058823529],[148.039215686275,150.980392156863,108.823529411765],[120.588235294118,124.509803921569,75.4901960784314],[100,101.960784313725,55.8823529411765],[92.156862745098,92.156862745098,56.8627450980392],[75.4901960784314,75.4901960784314,48.0392156862745],[50,51.9607843137255,30.3921568627451],[52.9411764705882,55.8823529411765,35.2941176470588],[100,108.823529411765,80.3921568627451],[94.1176470588235,104.901960784314,75.4901960784314],[51.9607843137255,63.7254901960784,40.1960784313726],[68.6274509803922,77.4509803921569,60.7843137254902],[64.7058823529412,70.5882352941177,60.7843137254902],[85.2941176470588,88.2352941176471,79.4117647058823],[92.156862745098,95.0980392156863,78.4313725490196],[79.4117647058823,84.3137254901961,61.7647058823529],[50.9803921568627,60.7843137254902,34.3137254901961],[95.0980392156863,105.882352941176,76.4705882352941],[112.745098039216,116.666666666667,90.1960784313725],[96.078431372549,99.0196078431373,72.5490196078431],[133.333333333333,138.235294117647,108.823529411765],[196.078431372549,196.078431372549,168.627450980392],[184.313725490196,174.509803921569,150],[99.0196078431373,89.2156862745098,64.7058823529412],[136.274509803922,136.274509803922,108.823529411765],[111.764705882353,114.705882352941,84.3137254901961],[123.529411764706,122.549019607843,93.1372549019608],[174.509803921569,173.529411764706,143.137254901961],[117.647058823529,127.450980392157,93.1372549019608],[100,111.764705882353,74.5098039215686],[110.78431372549,120.588235294118,84.3137254901961],[101.960784313725,108.823529411765,75.4901960784314],[128.43137254902,131.372549019608,102.941176470588],[99.0196078431373,99.0196078431373,73.5294117647059],[67.6470588235294,65.6862745098039,41.1764705882353],[61.7647058823529,55.8823529411765,32.3529411764706],[126.470588235294,118.627450980392,96.078431372549],[123.529411764706,112.745098039216,91.1764705882353],[84.3137254901961,72.5490196078431,49.0196078431373],[101.960784313725,90.1960784313725,64.7058823529412],[144.117647058824,132.352941176471,106.862745098039],[101.960784313725,91.1764705882353,63.7254901960784],[83.3333333333333,70.5882352941177,39.2156862745098],[98.0392156862745,83.3333333333333,50.9803921568627],[116.666666666667,98.0392156862745,65.6862745098039],[126.470588235294,106.862745098039,72.5490196078431],[149.019607843137,125.490196078431,90.1960784313725],[154.901960784314,129.411764705882,95.0980392156863],[117.647058823529,88.2352941176471,54.9019607843137],[114.705882352941,84.3137254901961,53.921568627451],[64.7058823529412,38.2352941176471,8.82352941176471],[94.1176470588235,73.5294117647059,47.0588235294118],[46.078431372549,34.3137254901961,12.7450980392157],[57.843137254902,43.1372549019608,22.5490196078431],[99.0196078431373,76.4705882352941,46.078431372549],[138.235294117647,112.745098039216,80.3921568627451],[103.921568627451,80.3921568627451,52.9411764705882],[65.6862745098039,40.1960784313726,7.84313725490196],[106.862745098039,68.6274509803922,26.4705882352941],[108.823529411765,66.6666666666667,24.5098039215686],[78.4313725490196,40.1960784313726,1.96078431372549],[77.4509803921569,40.1960784313726,4.90196078431373],[67.6470588235294,29.4117647058824,0],[110.78431372549,71.5686274509804,37.2549019607843],[152.941176470588,110.78431372549,69.6078431372549],[151.960784313725,107.843137254902,66.6666666666667],[113.725490196078,69.6078431372549,28.4313725490196],[164.705882352941,120.588235294118,80.3921568627451],[131.372549019608,88.2352941176471,51.9607843137255],[100.980392156863,61.7647058823529,27.4509803921569],[75.4901960784314,40.1960784313726,4.90196078431373],[88.2352941176471,55.8823529411765,23.5294117647059],[104.901960784314,78.4313725490196,49.0196078431373],[97.0588235294118,76.4705882352941,48.0392156862745],[50,33.3333333333333,5.88235294117647],[87.2549019607843,71.5686274509804,46.078431372549],[50.9803921568627,35.2941176470588,12.7450980392157],[102.941176470588,86.2745098039216,66.6666666666667],[74.5098039215686,56.8627450980392,37.2549019607843],[53.921568627451,36.2745098039216,16.6666666666667],[100,82.3529411764706,62.7450980392157],[83.3333333333333,64.7058823529412,48.0392156862745],[13.7254901960784,0,0],[48.0392156862745,32.3529411764706,17.6470588235294],[72.5490196078431,58.8235294117647,46.078431372549],[30.3921568627451,16.6666666666667,3.92156862745098],[43.1372549019608,29.4117647058824,16.6666666666667],[24.5098039215686,8.82352941176471,0],[40.1960784313726,23.5294117647059,7.84313725490196],[24.5098039215686,7.84313725490196,0],[50.9803921568627,34.3137254901961,18.6274509803922],[68.6274509803922,51.9607843137255,36.2745098039216],[48.0392156862745,32.3529411764706,17.6470588235294],[40.1960784313726,26.4705882352941,13.7254901960784],[60.7843137254902,49.0196078431373,37.2549019607843],[50,40.1960784313726,30.3921568627451],[21.5686274509804,11.7647058823529,1.96078431372549],[20.5882352941176,10.7843137254902,0.980392156862745],[25.4901960784314,15.6862745098039,5.88235294117647],[42.156862745098,32.3529411764706,23.5294117647059],[58.8235294117647,46.078431372549,38.2352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[24.5098039215686,9.80392156862745,2.94117647058824],[34.3137254901961,19.6078431372549,12.7450980392157],[34.3137254901961,17.6470588235294,10.7843137254902],[24.5098039215686,7.84313725490196,0.980392156862745],[28.4313725490196,9.80392156862745,3.92156862745098],[27.4509803921569,8.82352941176471,1.96078431372549],[40.1960784313726,22.5490196078431,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[32.3529411764706,12.7450980392157,3.92156862745098],[66.6666666666667,43.1372549019608,31.3725490196078],[62.7450980392157,30.3921568627451,15.6862745098039],[81.3725490196078,46.078431372549,30.3921568627451],[55.8823529411765,24.5098039215686,9.80392156862745],[27.4509803921569,1.96078431372549,0],[42.156862745098,22.5490196078431,11.7647058823529],[45.0980392156863,31.3725490196078,22.5490196078431],[46.078431372549,33.3333333333333,27.4509803921569],[16.6666666666667,2.94117647058824,0],[32.3529411764706,18.6274509803922,18.6274509803922],[32.3529411764706,17.6470588235294,20.5882352941176],[19.6078431372549,7.84313725490196,9.80392156862745],[17.6470588235294,7.84313725490196,8.82352941176471],[16.6666666666667,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[0,0.980392156862745,0],[13.7254901960784,15.6862745098039,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[17.6470588235294,18.6274509803922,20.5882352941176],[2.94117647058824,3.92156862745098,5.88235294117647],[9.80392156862745,10.7843137254902,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[10.7843137254902,11.7647058823529,13.7254901960784],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[121.56862745098,122.549019607843,124.509803921569],[132.352941176471,133.333333333333,135.294117647059],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[0,2.94117647058824,8.82352941176471],[0,4.90196078431373,10.7843137254902],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[11.7647058823529,10.7843137254902,8.82352941176471],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,3.92156862745098,0],[25.4901960784314,18.6274509803922,12.7450980392157],[31.3725490196078,22.5490196078431,17.6470588235294],[13.7254901960784,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,5.88235294117647],[23.5294117647059,16.6666666666667,8.82352941176471],[48.0392156862745,40.1960784313726,29.4117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[65.6862745098039,53.921568627451,38.2352941176471],[100,89.2156862745098,69.6078431372549],[106.862745098039,97.0588235294118,72.5490196078431],[144.117647058824,134.313725490196,107.843137254902],[50,40.1960784313726,13.7254901960784],[57.843137254902,50.9803921568627,25.4901960784314],[78.4313725490196,72.5490196078431,49.0196078431373],[62.7450980392157,58.8235294117647,34.3137254901961],[80.3921568627451,78.4313725490196,55.8823529411765],[83.3333333333333,82.3529411764706,61.7647058823529],[62.7450980392157,58.8235294117647,34.3137254901961],[89.2156862745098,74.5098039215686,42.156862745098],[104.901960784314,86.2745098039216,53.921568627451],[93.1372549019608,77.4509803921569,52.9411764705882],[68.6274509803922,56.8627450980392,33.3333333333333],[80.3921568627451,73.5294117647059,46.078431372549],[66.6666666666667,63.7254901960784,31.3725490196078],[116.666666666667,116.666666666667,81.3725490196078],[135.294117647059,135.294117647059,100],[74.5098039215686,73.5294117647059,44.1176470588235],[126.470588235294,122.549019607843,94.1176470588235],[134.313725490196,134.313725490196,100.980392156863],[59.8039215686275,59.8039215686275,22.5490196078431],[63.7254901960784,65.6862745098039,26.4705882352941],[79.4117647058823,84.3137254901961,45.0980392156863],[77.4509803921569,82.3529411764706,52.9411764705882],[69.6078431372549,73.5294117647059,47.0588235294118],[104.901960784314,109.803921568627,80.3921568627451],[103.921568627451,107.843137254902,73.5294117647059],[90.1960784313725,95.0980392156863,54.9019607843137],[83.3333333333333,88.2352941176471,49.0196078431373],[91.1764705882353,96.078431372549,66.6666666666667],[78.4313725490196,83.3333333333333,61.7647058823529],[69.6078431372549,75.4901960784314,61.7647058823529],[63.7254901960784,71.5686274509804,56.8627450980392],[79.4117647058823,93.1372549019608,70.5882352941177],[48.0392156862745,63.7254901960784,38.2352941176471],[83.3333333333333,98.0392156862745,79.4117647058823],[62.7450980392157,74.5098039215686,62.7450980392157],[63.7254901960784,69.6078431372549,65.6862745098039],[58.8235294117647,63.7254901960784,57.843137254902],[76.4705882352941,78.4313725490196,65.6862745098039],[58.8235294117647,63.7254901960784,44.1176470588235],[67.6470588235294,79.4117647058823,57.843137254902],[40.1960784313726,51.9607843137255,30.3921568627451],[100.980392156863,103.921568627451,83.3333333333333],[136.274509803922,138.235294117647,114.705882352941],[83.3333333333333,90.1960784313725,59.8039215686275],[164.705882352941,167.647058823529,137.254901960784],[159.803921568627,152.941176470588,125.490196078431],[91.1764705882353,84.3137254901961,56.8627450980392],[132.352941176471,135.294117647059,108.823529411765],[117.647058823529,121.56862745098,95.0980392156863],[101.960784313725,100,75.4901960784314],[102.941176470588,101.960784313725,72.5490196078431],[120.588235294118,128.43137254902,92.156862745098],[170.588235294118,181.372549019608,142.156862745098],[82.3529411764706,89.2156862745098,49.0196078431373],[95.0980392156863,100.980392156863,63.7254901960784],[74.5098039215686,80.3921568627451,52.9411764705882],[85.2941176470588,88.2352941176471,67.6470588235294],[80.3921568627451,82.3529411764706,61.7647058823529],[40.1960784313726,38.2352941176471,17.6470588235294],[71.5686274509804,66.6666666666667,47.0588235294118],[114.705882352941,106.862745098039,88.2352941176471],[119.607843137255,111.764705882353,91.1764705882353],[103.921568627451,93.1372549019608,71.5686274509804],[100,90.1960784313725,65.6862745098039],[65.6862745098039,53.921568627451,28.4313725490196],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,99.0196078431373,66.6666666666667],[117.647058823529,98.0392156862745,65.6862745098039],[112.745098039216,89.2156862745098,55.8823529411765],[105.882352941176,80.3921568627451,46.078431372549],[108.823529411765,79.4117647058823,46.078431372549],[148.039215686275,113.725490196078,82.3529411764706],[136.274509803922,101.960784313725,72.5490196078431],[85.2941176470588,55.8823529411765,28.4313725490196],[81.3725490196078,57.843137254902,34.3137254901961],[63.7254901960784,47.0588235294118,27.4509803921569],[62.7450980392157,47.0588235294118,24.5098039215686],[88.2352941176471,61.7647058823529,32.3529411764706],[150.980392156863,122.549019607843,91.1764705882353],[76.4705882352941,52.9411764705882,25.4901960784314],[44.1176470588235,17.6470588235294,0],[118.627450980392,80.3921568627451,42.156862745098],[135.294117647059,91.1764705882353,50.9803921568627],[151.960784313725,110.78431372549,73.5294117647059],[112.745098039216,74.5098039215686,42.156862745098],[90.1960784313725,53.921568627451,25.4901960784314],[84.3137254901961,46.078431372549,15.6862745098039],[123.529411764706,82.3529411764706,43.1372549019608],[146.078431372549,103.921568627451,61.7647058823529],[151.960784313725,109.803921568627,65.6862745098039],[117.647058823529,75.4901960784314,34.3137254901961],[96.078431372549,53.921568627451,20.5882352941176],[88.2352941176471,48.0392156862745,18.6274509803922],[94.1176470588235,58.8235294117647,25.4901960784314],[81.3725490196078,50.9803921568627,20.5882352941176],[112.745098039216,87.2549019607843,64.7058823529412],[68.6274509803922,47.0588235294118,24.5098039215686],[58.8235294117647,42.156862745098,16.6666666666667],[100,84.3137254901961,58.8235294117647],[51.9607843137255,35.2941176470588,15.6862745098039],[75.4901960784314,58.8235294117647,43.1372549019608],[53.921568627451,35.2941176470588,18.6274509803922],[34.3137254901961,15.6862745098039,0],[49.0196078431373,30.3921568627451,15.6862745098039],[43.1372549019608,26.4705882352941,10.7843137254902],[34.3137254901961,18.6274509803922,3.92156862745098],[39.2156862745098,25.4901960784314,12.7450980392157],[37.2549019607843,25.4901960784314,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[57.843137254902,46.078431372549,34.3137254901961],[57.843137254902,44.1176470588235,31.3725490196078],[38.2352941176471,22.5490196078431,7.84313725490196],[71.5686274509804,54.9019607843137,39.2156862745098],[46.078431372549,29.4117647058824,13.7254901960784],[36.2745098039216,20.5882352941176,5.88235294117647],[15.6862745098039,0,0],[27.4509803921569,13.7254901960784,2.94117647058824],[24.5098039215686,14.7058823529412,4.90196078431373],[46.078431372549,37.2549019607843,28.4313725490196],[51.9607843137255,43.1372549019608,34.3137254901961],[21.5686274509804,14.7058823529412,4.90196078431373],[25.4901960784314,18.6274509803922,8.82352941176471],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,13.7254901960784,6.86274509803922],[18.6274509803922,7.84313725490196,1.96078431372549],[28.4313725490196,17.6470588235294,11.7647058823529],[37.2549019607843,24.5098039215686,18.6274509803922],[34.3137254901961,21.5686274509804,15.6862745098039],[36.2745098039216,21.5686274509804,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[34.3137254901961,17.6470588235294,10.7843137254902],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,11.7647058823529,1.96078431372549],[49.0196078431373,26.4705882352941,12.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[110.78431372549,73.5294117647059,50.9803921568627],[93.1372549019608,61.7647058823529,41.1764705882353],[22.5490196078431,0,0],[26.4705882352941,7.84313725490196,0],[45.0980392156863,31.3725490196078,20.5882352941176],[34.3137254901961,21.5686274509804,15.6862745098039],[38.2352941176471,27.4509803921569,25.4901960784314],[20.5882352941176,8.82352941176471,10.7843137254902],[30.3921568627451,15.6862745098039,20.5882352941176],[24.5098039215686,12.7450980392157,16.6666666666667],[15.6862745098039,4.90196078431373,8.82352941176471],[17.6470588235294,8.82352941176471,11.7647058823529],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,4.90196078431373,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[10.7843137254902,11.7647058823529,13.7254901960784],[13.7254901960784,14.7058823529412,16.6666666666667],[97.0588235294118,98.0392156862745,100],[90.1960784313725,91.1764705882353,93.1372549019608],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[22.5490196078431,23.5294117647059,25.4901960784314],[17.6470588235294,18.6274509803922,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[15.6862745098039,18.6274509803922,23.5294117647059],[17.6470588235294,18.6274509803922,22.5490196078431],[7.84313725490196,7.84313725490196,9.80392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[26.4705882352941,16.6666666666667,14.7058823529412],[22.5490196078431,13.7254901960784,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,23.5294117647059,18.6274509803922],[11.7647058823529,2.94117647058824,0],[23.5294117647059,13.7254901960784,3.92156862745098],[46.078431372549,34.3137254901961,20.5882352941176],[63.7254901960784,50.9803921568627,34.3137254901961],[76.4705882352941,64.7058823529412,43.1372549019608],[50,38.2352941176471,14.7058823529412],[54.9019607843137,43.1372549019608,17.6470588235294],[71.5686274509804,61.7647058823529,35.2941176470588],[56.8627450980392,50,24.5098039215686],[55.8823529411765,50,26.4705882352941],[64.7058823529412,59.8039215686275,38.2352941176471],[47.0588235294118,45.0980392156863,24.5098039215686],[56.8627450980392,55.8823529411765,38.2352941176471],[100.980392156863,96.078431372549,74.5098039215686],[125.490196078431,110.78431372549,80.3921568627451],[119.607843137255,103.921568627451,71.5686274509804],[115.686274509804,100,75.4901960784314],[83.3333333333333,71.5686274509804,50],[63.7254901960784,56.8627450980392,29.4117647058824],[69.6078431372549,64.7058823529412,33.3333333333333],[145.098039215686,141.176470588235,104.901960784314],[124.509803921569,120.588235294118,86.2745098039216],[77.4509803921569,72.5490196078431,43.1372549019608],[135.294117647059,130.392156862745,100.980392156863],[136.274509803922,130.392156862745,97.0588235294118],[104.901960784314,100.980392156863,63.7254901960784],[110.78431372549,109.803921568627,66.6666666666667],[105.882352941176,103.921568627451,63.7254901960784],[82.3529411764706,81.3725490196078,50.9803921568627],[114.705882352941,114.705882352941,91.1764705882353],[99.0196078431373,101.960784313725,83.3333333333333],[53.921568627451,58.8235294117647,39.2156862745098],[41.1764705882353,47.0588235294118,19.6078431372549],[73.5294117647059,79.4117647058823,53.921568627451],[76.4705882352941,83.3333333333333,65.6862745098039],[70.5882352941177,80.3921568627451,69.6078431372549],[41.1764705882353,51.9607843137255,46.078431372549],[71.5686274509804,87.2549019607843,77.4509803921569],[67.6470588235294,86.2745098039216,66.6666666666667],[58.8235294117647,77.4509803921569,55.8823529411765],[37.2549019607843,55.8823529411765,36.2745098039216],[54.9019607843137,71.5686274509804,55.8823529411765],[28.4313725490196,39.2156862745098,31.3725490196078],[25.4901960784314,30.3921568627451,23.5294117647059],[89.2156862745098,92.156862745098,73.5294117647059],[83.3333333333333,88.2352941176471,66.6666666666667],[83.3333333333333,95.0980392156863,75.4901960784314],[51.9607843137255,62.7450980392157,46.078431372549],[62.7450980392157,64.7058823529412,53.921568627451],[126.470588235294,127.450980392157,113.725490196078],[110.78431372549,116.666666666667,89.2156862745098],[116.666666666667,120.588235294118,86.2745098039216],[134.313725490196,128.43137254902,93.1372549019608],[121.56862745098,114.705882352941,86.2745098039216],[83.3333333333333,86.2745098039216,65.6862745098039],[76.4705882352941,80.3921568627451,63.7254901960784],[54.9019607843137,51.9607843137255,33.3333333333333],[114.705882352941,112.745098039216,88.2352941176471],[171.56862745098,178.43137254902,138.235294117647],[141.176470588235,149.019607843137,102.941176470588],[55.8823529411765,58.8235294117647,16.6666666666667],[63.7254901960784,67.6470588235294,33.3333333333333],[38.2352941176471,46.078431372549,23.5294117647059],[82.3529411764706,91.1764705882353,74.5098039215686],[88.2352941176471,92.156862745098,77.4509803921569],[38.2352941176471,39.2156862745098,23.5294117647059],[54.9019607843137,51.9607843137255,37.2549019607843],[63.7254901960784,57.843137254902,42.156862745098],[92.156862745098,85.2941176470588,67.6470588235294],[100,92.156862745098,73.5294117647059],[50,39.2156862745098,17.6470588235294],[56.8627450980392,45.0980392156863,21.5686274509804],[106.862745098039,91.1764705882353,65.6862745098039],[124.509803921569,105.882352941176,76.4705882352941],[154.901960784314,132.352941176471,100.980392156863],[142.156862745098,116.666666666667,84.3137254901961],[131.372549019608,101.960784313725,68.6274509803922],[114.705882352941,80.3921568627451,49.0196078431373],[144.117647058824,108.823529411765,77.4509803921569],[128.43137254902,92.156862745098,63.7254901960784],[121.56862745098,87.2549019607843,57.843137254902],[76.4705882352941,47.0588235294118,21.5686274509804],[94.1176470588235,76.4705882352941,56.8627450980392],[90.1960784313725,72.5490196078431,52.9411764705882],[116.666666666667,91.1764705882353,64.7058823529412],[89.2156862745098,60.7843137254902,31.3725490196078],[95.0980392156863,69.6078431372549,43.1372549019608],[69.6078431372549,39.2156862745098,10.7843137254902],[102.941176470588,61.7647058823529,24.5098039215686],[132.352941176471,88.2352941176471,50],[112.745098039216,72.5490196078431,41.1764705882353],[61.7647058823529,25.4901960784314,0],[100.980392156863,62.7450980392157,34.3137254901961],[122.549019607843,82.3529411764706,50.9803921568627],[138.235294117647,100,61.7647058823529],[111.764705882353,71.5686274509804,28.4313725490196],[136.274509803922,96.078431372549,50.9803921568627],[111.764705882353,70.5882352941177,31.3725490196078],[94.1176470588235,50.9803921568627,24.5098039215686],[69.6078431372549,30.3921568627451,4.90196078431373],[81.3725490196078,47.0588235294118,15.6862745098039],[59.8039215686275,29.4117647058824,0.980392156862745],[44.1176470588235,17.6470588235294,0.980392156862745],[35.2941176470588,12.7450980392157,0],[86.2745098039216,68.6274509803922,45.0980392156863],[94.1176470588235,78.4313725490196,53.921568627451],[41.1764705882353,24.5098039215686,8.82352941176471],[28.4313725490196,10.7843137254902,0],[36.2745098039216,17.6470588235294,2.94117647058824],[46.078431372549,27.4509803921569,12.7450980392157],[70.5882352941177,52.9411764705882,39.2156862745098],[20.5882352941176,3.92156862745098,0],[30.3921568627451,17.6470588235294,8.82352941176471],[44.1176470588235,34.3137254901961,24.5098039215686],[30.3921568627451,20.5882352941176,11.7647058823529],[27.4509803921569,17.6470588235294,8.82352941176471],[32.3529411764706,22.5490196078431,13.7254901960784],[48.0392156862745,35.2941176470588,26.4705882352941],[72.5490196078431,58.8235294117647,46.078431372549],[72.5490196078431,56.8627450980392,42.156862745098],[32.3529411764706,16.6666666666667,1.96078431372549],[43.1372549019608,27.4509803921569,12.7450980392157],[29.4117647058824,15.6862745098039,2.94117647058824],[39.2156862745098,27.4509803921569,15.6862745098039],[35.2941176470588,25.4901960784314,15.6862745098039],[50.9803921568627,42.156862745098,33.3333333333333],[55.8823529411765,51.9607843137255,43.1372549019608],[20.5882352941176,15.6862745098039,9.80392156862745],[24.5098039215686,19.6078431372549,13.7254901960784],[42.156862745098,35.2941176470588,29.4117647058824],[28.4313725490196,21.5686274509804,15.6862745098039],[28.4313725490196,18.6274509803922,16.6666666666667],[24.5098039215686,14.7058823529412,12.7450980392157],[31.3725490196078,20.5882352941176,16.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[34.3137254901961,20.5882352941176,17.6470588235294],[41.1764705882353,28.4313725490196,22.5490196078431],[31.3725490196078,16.6666666666667,9.80392156862745],[29.4117647058824,14.7058823529412,7.84313725490196],[38.2352941176471,21.5686274509804,13.7254901960784],[44.1176470588235,27.4509803921569,19.6078431372549],[87.2549019607843,65.6862745098039,51.9607843137255],[113.725490196078,78.4313725490196,52.9411764705882],[93.1372549019608,52.9411764705882,23.5294117647059],[106.862745098039,73.5294117647059,46.078431372549],[69.6078431372549,44.1176470588235,19.6078431372549],[60.7843137254902,43.1372549019608,23.5294117647059],[66.6666666666667,52.9411764705882,40.1960784313726],[39.2156862745098,29.4117647058824,20.5882352941176],[26.4705882352941,15.6862745098039,13.7254901960784],[22.5490196078431,10.7843137254902,12.7450980392157],[15.6862745098039,2.94117647058824,9.80392156862745],[18.6274509803922,3.92156862745098,10.7843137254902],[15.6862745098039,2.94117647058824,9.80392156862745],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[61.7647058823529,62.7450980392157,64.7058823529412],[249.019607843137,250,250],[247.058823529412,248.039215686275,250],[65.6862745098039,66.6666666666667,68.6274509803922],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,3.92156862745098],[88.2352941176471,92.156862745098,95.0980392156863],[87.2549019607843,90.1960784313725,95.0980392156863],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[10.7843137254902,13.7254901960784,18.6274509803922],[0,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,6.86274509803922,3.92156862745098],[11.7647058823529,6.86274509803922,2.94117647058824],[18.6274509803922,11.7647058823529,5.88235294117647],[21.5686274509804,12.7450980392157,5.88235294117647],[6.86274509803922,0,0],[26.4705882352941,17.6470588235294,10.7843137254902],[44.1176470588235,35.2941176470588,28.4313725490196],[21.5686274509804,11.7647058823529,2.94117647058824],[27.4509803921569,17.6470588235294,5.88235294117647],[56.8627450980392,45.0980392156863,31.3725490196078],[79.4117647058823,66.6666666666667,50.9803921568627],[90.1960784313725,77.4509803921569,60.7843137254902],[53.921568627451,41.1764705882353,22.5490196078431],[72.5490196078431,59.8039215686275,41.1764705882353],[37.2549019607843,26.4705882352941,6.86274509803922],[42.156862745098,34.3137254901961,13.7254901960784],[50,43.1372549019608,24.5098039215686],[50,45.0980392156863,26.4705882352941],[39.2156862745098,38.2352941176471,18.6274509803922],[27.4509803921569,28.4313725490196,10.7843137254902],[58.8235294117647,53.921568627451,34.3137254901961],[99.0196078431373,85.2941176470588,56.8627450980392],[127.450980392157,111.764705882353,79.4117647058823],[112.745098039216,99.0196078431373,72.5490196078431],[58.8235294117647,47.0588235294118,21.5686274509804],[64.7058823529412,58.8235294117647,27.4509803921569],[125.490196078431,121.56862745098,87.2549019607843],[112.745098039216,108.823529411765,72.5490196078431],[73.5294117647059,67.6470588235294,32.3529411764706],[96.078431372549,87.2549019607843,56.8627450980392],[128.43137254902,117.647058823529,86.2745098039216],[176.470588235294,166.666666666667,131.372549019608],[159.803921568627,152.941176470588,111.764705882353],[119.607843137255,116.666666666667,72.5490196078431],[128.43137254902,126.470588235294,86.2745098039216],[119.607843137255,120.588235294118,89.2156862745098],[109.803921568627,111.764705882353,90.1960784313725],[75.4901960784314,79.4117647058823,65.6862745098039],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,54.9019607843137,35.2941176470588],[73.5294117647059,85.2941176470588,65.6862745098039],[46.078431372549,57.843137254902,46.078431372549],[51.9607843137255,64.7058823529412,57.843137254902],[67.6470588235294,84.3137254901961,78.4313725490196],[72.5490196078431,92.156862745098,83.3333333333333],[73.5294117647059,94.1176470588235,77.4509803921569],[43.1372549019608,64.7058823529412,44.1176470588235],[72.5490196078431,91.1764705882353,72.5490196078431],[50,66.6666666666667,50.9803921568627],[36.2745098039216,48.0392156862745,38.2352941176471],[61.7647058823529,69.6078431372549,58.8235294117647],[88.2352941176471,92.156862745098,75.4901960784314],[56.8627450980392,64.7058823529412,44.1176470588235],[20.5882352941176,31.3725490196078,15.6862745098039],[40.1960784313726,48.0392156862745,37.2549019607843],[89.2156862745098,90.1960784313725,84.3137254901961],[71.5686274509804,71.5686274509804,59.8039215686275],[100.980392156863,104.901960784314,78.4313725490196],[98.0392156862745,101.960784313725,65.6862745098039],[107.843137254902,103.921568627451,66.6666666666667],[106.862745098039,102.941176470588,66.6666666666667],[89.2156862745098,91.1764705882353,67.6470588235294],[46.078431372549,47.0588235294118,29.4117647058824],[116.666666666667,111.764705882353,92.156862745098],[84.3137254901961,80.3921568627451,53.921568627451],[113.725490196078,115.686274509804,76.4705882352941],[90.1960784313725,93.1372549019608,50.9803921568627],[86.2745098039216,84.3137254901961,47.0588235294118],[55.8823529411765,54.9019607843137,27.4509803921569],[51.9607843137255,55.8823529411765,39.2156862745098],[100,107.843137254902,93.1372549019608],[79.4117647058823,83.3333333333333,69.6078431372549],[61.7647058823529,63.7254901960784,50.9803921568627],[42.156862745098,40.1960784313726,27.4509803921569],[47.0588235294118,44.1176470588235,29.4117647058824],[57.843137254902,51.9607843137255,36.2745098039216],[76.4705882352941,69.6078431372549,51.9607843137255],[79.4117647058823,71.5686274509804,52.9411764705882],[66.6666666666667,55.8823529411765,34.3137254901961],[78.4313725490196,64.7058823529412,39.2156862745098],[74.5098039215686,54.9019607843137,28.4313725490196],[132.352941176471,109.803921568627,79.4117647058823],[99.0196078431373,73.5294117647059,41.1764705882353],[131.372549019608,101.960784313725,66.6666666666667],[172.549019607843,140.196078431373,105.882352941176],[127.450980392157,93.1372549019608,61.7647058823529],[126.470588235294,91.1764705882353,59.8039215686275],[151.960784313725,113.725490196078,81.3725490196078],[105.882352941176,71.5686274509804,42.156862745098],[59.8039215686275,34.3137254901961,9.80392156862745],[54.9019607843137,33.3333333333333,9.80392156862745],[137.254901960784,111.764705882353,85.2941176470588],[65.6862745098039,39.2156862745098,10.7843137254902],[59.8039215686275,33.3333333333333,6.86274509803922],[80.3921568627451,50,21.5686274509804],[57.843137254902,18.6274509803922,0],[139.21568627451,97.0588235294118,62.7450980392157],[125.490196078431,89.2156862745098,60.7843137254902],[78.4313725490196,43.1372549019608,17.6470588235294],[65.6862745098039,30.3921568627451,4.90196078431373],[74.5098039215686,39.2156862745098,7.84313725490196],[116.666666666667,78.4313725490196,40.1960784313726],[95.0980392156863,57.843137254902,13.7254901960784],[112.745098039216,75.4901960784314,31.3725490196078],[120.588235294118,82.3529411764706,44.1176470588235],[112.745098039216,74.5098039215686,46.078431372549],[91.1764705882353,54.9019607843137,29.4117647058824],[95.0980392156863,62.7450980392157,32.3529411764706],[103.921568627451,73.5294117647059,45.0980392156863],[75.4901960784314,47.0588235294118,29.4117647058824],[57.843137254902,31.3725490196078,14.7058823529412],[59.8039215686275,38.2352941176471,14.7058823529412],[63.7254901960784,44.1176470588235,19.6078431372549],[25.4901960784314,6.86274509803922,0],[32.3529411764706,14.7058823529412,2.94117647058824],[18.6274509803922,0.980392156862745,0],[53.921568627451,38.2352941176471,23.5294117647059],[54.9019607843137,38.2352941176471,28.4313725490196],[38.2352941176471,23.5294117647059,16.6666666666667],[28.4313725490196,15.6862745098039,7.84313725490196],[28.4313725490196,17.6470588235294,11.7647058823529],[33.3333333333333,22.5490196078431,16.6666666666667],[28.4313725490196,17.6470588235294,11.7647058823529],[30.3921568627451,20.5882352941176,11.7647058823529],[56.8627450980392,44.1176470588235,35.2941176470588],[50.9803921568627,37.2549019607843,26.4705882352941],[58.8235294117647,45.0980392156863,34.3137254901961],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,40.1960784313726,31.3725490196078],[31.3725490196078,21.5686274509804,11.7647058823529],[26.4705882352941,17.6470588235294,8.82352941176471],[33.3333333333333,26.4705882352941,16.6666666666667],[48.0392156862745,41.1764705882353,31.3725490196078],[30.3921568627451,23.5294117647059,13.7254901960784],[23.5294117647059,16.6666666666667,8.82352941176471],[43.1372549019608,36.2745098039216,28.4313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[42.156862745098,32.3529411764706,30.3921568627451],[39.2156862745098,29.4117647058824,27.4509803921569],[74.5098039215686,63.7254901960784,59.8039215686275],[45.0980392156863,34.3137254901961,28.4313725490196],[40.1960784313726,29.4117647058824,23.5294117647059],[18.6274509803922,5.88235294117647,0],[49.0196078431373,36.2745098039216,27.4509803921569],[53.921568627451,40.1960784313726,31.3725490196078],[27.4509803921569,13.7254901960784,4.90196078431373],[52.9411764705882,39.2156862745098,30.3921568627451],[69.6078431372549,48.0392156862745,35.2941176470588],[97.0588235294118,63.7254901960784,39.2156862745098],[84.3137254901961,48.0392156862745,21.5686274509804],[97.0588235294118,65.6862745098039,41.1764705882353],[102.941176470588,77.4509803921569,54.9019607843137],[109.803921568627,91.1764705882353,74.5098039215686],[72.5490196078431,58.8235294117647,46.078431372549],[26.4705882352941,15.6862745098039,9.80392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,10.7843137254902],[14.7058823529412,3.92156862745098,9.80392156862745],[19.6078431372549,8.82352941176471,16.6666666666667],[15.6862745098039,4.90196078431373,12.7450980392157],[9.80392156862745,2.94117647058824,9.80392156862745],[11.7647058823529,6.86274509803922,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[38.2352941176471,39.2156862745098,41.1764705882353],[238.235294117647,239.21568627451,241.176470588235],[248.039215686275,249.019607843137,250],[58.8235294117647,59.8039215686275,61.7647058823529],[0.980392156862745,1.96078431372549,3.92156862745098],[11.7647058823529,12.7450980392157,14.7058823529412],[8.82352941176471,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0.980392156862745,2.94117647058824],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,3.92156862745098,4.90196078431373],[7.84313725490196,11.7647058823529,12.7450980392157],[51.9607843137255,55.8823529411765,56.8627450980392],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,11.7647058823529,6.86274509803922],[15.6862745098039,11.7647058823529,2.94117647058824],[21.5686274509804,17.6470588235294,6.86274509803922],[14.7058823529412,8.82352941176471,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,8.82352941176471,0],[21.5686274509804,11.7647058823529,1.96078431372549],[23.5294117647059,13.7254901960784,4.90196078431373],[37.2549019607843,27.4509803921569,17.6470588235294],[39.2156862745098,29.4117647058824,19.6078431372549],[75.4901960784314,62.7450980392157,53.921568627451],[50,37.2549019607843,28.4313725490196],[25.4901960784314,12.7450980392157,3.92156862745098],[25.4901960784314,12.7450980392157,3.92156862745098],[44.1176470588235,31.3725490196078,22.5490196078431],[28.4313725490196,18.6274509803922,6.86274509803922],[29.4117647058824,19.6078431372549,7.84313725490196],[42.156862745098,34.3137254901961,21.5686274509804],[66.6666666666667,60.7843137254902,47.0588235294118],[49.0196078431373,46.078431372549,31.3725490196078],[41.1764705882353,39.2156862745098,24.5098039215686],[53.921568627451,49.0196078431373,30.3921568627451],[79.4117647058823,63.7254901960784,39.2156862745098],[84.3137254901961,67.6470588235294,38.2352941176471],[100,87.2549019607843,53.921568627451],[79.4117647058823,71.5686274509804,35.2941176470588],[121.56862745098,118.627450980392,78.4313725490196],[108.823529411765,105.882352941176,65.6862745098039],[62.7450980392157,56.8627450980392,21.5686274509804],[99.0196078431373,89.2156862745098,54.9019607843137],[90.1960784313725,75.4901960784314,43.1372549019608],[109.803921568627,94.1176470588235,58.8235294117647],[195.098039215686,180.392156862745,138.235294117647],[150,139.21568627451,94.1176470588235],[136.274509803922,134.313725490196,87.2549019607843],[134.313725490196,137.254901960784,95.0980392156863],[120.588235294118,127.450980392157,94.1176470588235],[96.078431372549,105.882352941176,81.3725490196078],[80.3921568627451,93.1372549019608,75.4901960784314],[78.4313725490196,92.156862745098,77.4509803921569],[47.0588235294118,63.7254901960784,46.078431372549],[71.5686274509804,89.2156862745098,73.5294117647059],[57.843137254902,77.4509803921569,65.6862745098039],[70.5882352941177,90.1960784313725,78.4313725490196],[55.8823529411765,75.4901960784314,64.7058823529412],[44.1176470588235,63.7254901960784,51.9607843137255],[84.3137254901961,101.960784313725,86.2745098039216],[74.5098039215686,91.1764705882353,73.5294117647059],[64.7058823529412,78.4313725490196,61.7647058823529],[50,61.7647058823529,48.0392156862745],[48.0392156862745,57.843137254902,49.0196078431373],[52.9411764705882,62.7450980392157,53.921568627451],[55.8823529411765,65.6862745098039,54.9019607843137],[47.0588235294118,53.921568627451,46.078431372549],[34.3137254901961,41.1764705882353,34.3137254901961],[55.8823529411765,57.843137254902,52.9411764705882],[94.1176470588235,95.0980392156863,89.2156862745098],[96.078431372549,97.0588235294118,83.3333333333333],[111.764705882353,111.764705882353,88.2352941176471],[97.0588235294118,96.078431372549,65.6862745098039],[99.0196078431373,95.0980392156863,57.843137254902],[134.313725490196,130.392156862745,93.1372549019608],[129.411764705882,125.490196078431,89.2156862745098],[128.43137254902,124.509803921569,90.1960784313725],[91.1764705882353,85.2941176470588,53.921568627451],[93.1372549019608,87.2549019607843,55.8823529411765],[65.6862745098039,60.7843137254902,29.4117647058824],[55.8823529411765,50.9803921568627,22.5490196078431],[49.0196078431373,41.1764705882353,18.6274509803922],[33.3333333333333,26.4705882352941,8.82352941176471],[43.1372549019608,41.1764705882353,26.4705882352941],[104.901960784314,104.901960784314,93.1372549019608],[83.3333333333333,83.3333333333333,71.5686274509804],[78.4313725490196,76.4705882352941,64.7058823529412],[55.8823529411765,53.921568627451,41.1764705882353],[29.4117647058824,25.4901960784314,13.7254901960784],[68.6274509803922,65.6862745098039,50.9803921568627],[58.8235294117647,52.9411764705882,37.2549019607843],[74.5098039215686,67.6470588235294,50],[74.5098039215686,63.7254901960784,46.078431372549],[65.6862745098039,50.9803921568627,30.3921568627451],[52.9411764705882,37.2549019607843,12.7450980392157],[103.921568627451,85.2941176470588,55.8823529411765],[146.078431372549,123.529411764706,90.1960784313725],[131.372549019608,108.823529411765,68.6274509803922],[103.921568627451,79.4117647058823,39.2156862745098],[137.254901960784,107.843137254902,72.5490196078431],[127.450980392157,95.0980392156863,60.7843137254902],[129.411764705882,92.156862745098,55.8823529411765],[144.117647058824,106.862745098039,70.5882352941177],[69.6078431372549,36.2745098039216,1.96078431372549],[67.6470588235294,37.2549019607843,8.82352941176471],[124.509803921569,98.0392156862745,71.5686274509804],[69.6078431372549,44.1176470588235,19.6078431372549],[53.921568627451,28.4313725490196,5.88235294117647],[52.9411764705882,26.4705882352941,0],[40.1960784313726,5.88235294117647,0],[118.627450980392,83.3333333333333,51.9607843137255],[119.607843137255,85.2941176470588,55.8823529411765],[76.4705882352941,46.078431372549,18.6274509803922],[46.078431372549,18.6274509803922,0],[30.3921568627451,0.980392156862745,0],[91.1764705882353,53.921568627451,15.6862745098039],[125.490196078431,85.2941176470588,42.156862745098],[121.56862745098,85.2941176470588,44.1176470588235],[113.725490196078,79.4117647058823,42.156862745098],[75.4901960784314,41.1764705882353,9.80392156862745],[111.764705882353,78.4313725490196,50.9803921568627],[80.3921568627451,48.0392156862745,17.6470588235294],[107.843137254902,77.4509803921569,47.0588235294118],[132.352941176471,101.960784313725,74.5098039215686],[57.843137254902,27.4509803921569,0],[63.7254901960784,34.3137254901961,6.86274509803922],[92.156862745098,66.6666666666667,42.156862745098],[61.7647058823529,39.2156862745098,21.5686274509804],[61.7647058823529,44.1176470588235,30.3921568627451],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,12.7450980392157,4.90196078431373],[11.7647058823529,0,0],[36.2745098039216,22.5490196078431,19.6078431372549],[45.0980392156863,31.3725490196078,28.4313725490196],[40.1960784313726,26.4705882352941,23.5294117647059],[26.4705882352941,13.7254901960784,7.84313725490196],[19.6078431372549,6.86274509803922,0.980392156862745],[32.3529411764706,19.6078431372549,11.7647058823529],[41.1764705882353,26.4705882352941,19.6078431372549],[45.0980392156863,31.3725490196078,22.5490196078431],[38.2352941176471,24.5098039215686,15.6862745098039],[22.5490196078431,7.84313725490196,0.980392156862745],[23.5294117647059,10.7843137254902,2.94117647058824],[16.6666666666667,5.88235294117647,0],[24.5098039215686,15.6862745098039,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[44.1176470588235,35.2941176470588,28.4313725490196],[57.843137254902,49.0196078431373,34.3137254901961],[27.4509803921569,15.6862745098039,0],[40.1960784313726,28.4313725490196,16.6666666666667],[50,37.2549019607843,29.4117647058824],[30.3921568627451,19.6078431372549,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[47.0588235294118,36.2745098039216,34.3137254901961],[65.6862745098039,51.9607843137255,49.0196078431373],[74.5098039215686,61.7647058823529,53.921568627451],[42.156862745098,30.3921568627451,18.6274509803922],[26.4705882352941,12.7450980392157,0],[44.1176470588235,30.3921568627451,17.6470588235294],[46.078431372549,30.3921568627451,17.6470588235294],[47.0588235294118,30.3921568627451,20.5882352941176],[66.6666666666667,50,42.156862745098],[63.7254901960784,44.1176470588235,35.2941176470588],[68.6274509803922,40.1960784313726,26.4705882352941],[76.4705882352941,46.078431372549,28.4313725490196],[77.4509803921569,49.0196078431373,35.2941176470588],[73.5294117647059,47.0588235294118,36.2745098039216],[57.843137254902,38.2352941176471,29.4117647058824],[23.5294117647059,5.88235294117647,1.96078431372549],[24.5098039215686,10.7843137254902,9.80392156862745],[15.6862745098039,5.88235294117647,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[8.82352941176471,2.94117647058824,6.86274509803922],[15.6862745098039,8.82352941176471,15.6862745098039],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,12.7450980392157,14.7058823529412],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,6.86274509803922,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[17.6470588235294,17.6470588235294,17.6470588235294],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[14.7058823529412,14.7058823529412,14.7058823529412],[25.4901960784314,25.4901960784314,25.4901960784314],[22.5490196078431,22.5490196078431,22.5490196078431],[9.80392156862745,9.80392156862745,9.80392156862745],[15.6862745098039,15.6862745098039,15.6862745098039],[100.980392156863,100.980392156863,100.980392156863],[35.2941176470588,35.2941176470588,35.2941176470588],[0,0,0],[15.6862745098039,15.6862745098039,15.6862745098039],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[27.4509803921569,28.4313725490196,30.3921568627451],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[25.4901960784314,20.5882352941176,14.7058823529412],[40.1960784313726,36.2745098039216,25.4901960784314],[17.6470588235294,11.7647058823529,0],[10.7843137254902,4.90196078431373,0],[57.843137254902,50.9803921568627,33.3333333333333],[109.803921568627,102.941176470588,85.2941176470588],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,10.7843137254902],[49.0196078431373,39.2156862745098,27.4509803921569],[12.7450980392157,2.94117647058824,0],[45.0980392156863,32.3529411764706,23.5294117647059],[46.078431372549,33.3333333333333,25.4901960784314],[22.5490196078431,9.80392156862745,1.96078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[41.1764705882353,30.3921568627451,24.5098039215686],[46.078431372549,35.2941176470588,29.4117647058824],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,15.6862745098039,5.88235294117647],[47.0588235294118,43.1372549019608,32.3529411764706],[28.4313725490196,26.4705882352941,14.7058823529412],[29.4117647058824,30.3921568627451,16.6666666666667],[42.156862745098,36.2745098039216,20.5882352941176],[49.0196078431373,34.3137254901961,13.7254901960784],[108.823529411765,92.156862745098,66.6666666666667],[84.3137254901961,74.5098039215686,40.1960784313726],[115.686274509804,110.78431372549,71.5686274509804],[91.1764705882353,89.2156862745098,49.0196078431373],[35.2941176470588,33.3333333333333,0],[87.2549019607843,81.3725490196078,48.0392156862745],[104.901960784314,96.078431372549,63.7254901960784],[79.4117647058823,64.7058823529412,32.3529411764706],[110.78431372549,96.078431372549,57.843137254902],[220.588235294118,206.862745098039,162.745098039216],[223.529411764706,212.745098039216,167.647058823529],[141.176470588235,140.196078431373,95.0980392156863],[136.274509803922,143.137254901961,102.941176470588],[100.980392156863,114.705882352941,82.3529411764706],[36.2745098039216,51.9607843137255,26.4705882352941],[57.843137254902,72.5490196078431,53.921568627451],[66.6666666666667,83.3333333333333,67.6470588235294],[53.921568627451,71.5686274509804,57.843137254902],[59.8039215686275,80.3921568627451,65.6862745098039],[81.3725490196078,102.941176470588,90.1960784313725],[66.6666666666667,88.2352941176471,75.4901960784314],[52.9411764705882,73.5294117647059,58.8235294117647],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,74.5098039215686,57.843137254902],[101.960784313725,114.705882352941,97.0588235294118],[74.5098039215686,85.2941176470588,68.6274509803922],[67.6470588235294,76.4705882352941,59.8039215686275],[32.3529411764706,40.1960784313726,25.4901960784314],[30.3921568627451,38.2352941176471,25.4901960784314],[50,59.8039215686275,49.0196078431373],[42.156862745098,49.0196078431373,41.1764705882353],[51.9607843137255,56.8627450980392,50.9803921568627],[53.921568627451,56.8627450980392,50],[62.7450980392157,64.7058823529412,53.921568627451],[76.4705882352941,74.5098039215686,59.8039215686275],[82.3529411764706,80.3921568627451,55.8823529411765],[82.3529411764706,79.4117647058823,49.0196078431373],[144.117647058824,140.196078431373,102.941176470588],[123.529411764706,118.627450980392,77.4509803921569],[149.019607843137,142.156862745098,99.0196078431373],[126.470588235294,119.607843137255,78.4313725490196],[86.2745098039216,78.4313725490196,42.156862745098],[96.078431372549,87.2549019607843,56.8627450980392],[90.1960784313725,80.3921568627451,53.921568627451],[39.2156862745098,28.4313725490196,8.82352941176471],[64.7058823529412,52.9411764705882,37.2549019607843],[79.4117647058823,69.6078431372549,57.843137254902],[33.3333333333333,27.4509803921569,15.6862745098039],[68.6274509803922,66.6666666666667,53.921568627451],[68.6274509803922,66.6666666666667,53.921568627451],[67.6470588235294,65.6862745098039,52.9411764705882],[56.8627450980392,54.9019607843137,40.1960784313726],[49.0196078431373,48.0392156862745,30.3921568627451],[68.6274509803922,65.6862745098039,49.0196078431373],[62.7450980392157,57.843137254902,39.2156862745098],[44.1176470588235,37.2549019607843,19.6078431372549],[72.5490196078431,64.7058823529412,46.078431372549],[81.3725490196078,69.6078431372549,48.0392156862745],[34.3137254901961,18.6274509803922,0],[91.1764705882353,74.5098039215686,45.0980392156863],[108.823529411765,91.1764705882353,53.921568627451],[109.803921568627,91.1764705882353,49.0196078431373],[94.1176470588235,71.5686274509804,30.3921568627451],[98.0392156862745,72.5490196078431,36.2745098039216],[137.254901960784,107.843137254902,72.5490196078431],[138.235294117647,103.921568627451,66.6666666666667],[171.56862745098,134.313725490196,96.078431372549],[134.313725490196,97.0588235294118,60.7843137254902],[68.6274509803922,35.2941176470588,0.980392156862745],[83.3333333333333,53.921568627451,28.4313725490196],[72.5490196078431,47.0588235294118,24.5098039215686],[111.764705882353,88.2352941176471,64.7058823529412],[53.921568627451,26.4705882352941,2.94117647058824],[77.4509803921569,44.1176470588235,17.6470588235294],[156.862745098039,122.549019607843,93.1372549019608],[108.823529411765,75.4901960784314,48.0392156862745],[75.4901960784314,46.078431372549,20.5882352941176],[56.8627450980392,35.2941176470588,12.7450980392157],[44.1176470588235,18.6274509803922,0],[59.8039215686275,25.4901960784314,0],[135.294117647059,97.0588235294118,54.9019607843137],[122.549019607843,88.2352941176471,50.9803921568627],[68.6274509803922,35.2941176470588,0.980392156862745],[85.2941176470588,54.9019607843137,24.5098039215686],[126.470588235294,96.078431372549,67.6470588235294],[62.7450980392157,32.3529411764706,3.92156862745098],[78.4313725490196,48.0392156862745,17.6470588235294],[94.1176470588235,61.7647058823529,31.3725490196078],[53.921568627451,21.5686274509804,0],[69.6078431372549,39.2156862745098,10.7843137254902],[104.901960784314,77.4509803921569,53.921568627451],[74.5098039215686,51.9607843137255,34.3137254901961],[56.8627450980392,39.2156862745098,25.4901960784314],[33.3333333333333,20.5882352941176,11.7647058823529],[33.3333333333333,24.5098039215686,17.6470588235294],[21.5686274509804,10.7843137254902,8.82352941176471],[21.5686274509804,9.80392156862745,9.80392156862745],[26.4705882352941,15.6862745098039,13.7254901960784],[45.0980392156863,31.3725490196078,30.3921568627451],[41.1764705882353,27.4509803921569,24.5098039215686],[28.4313725490196,13.7254901960784,8.82352941176471],[35.2941176470588,20.5882352941176,13.7254901960784],[46.078431372549,31.3725490196078,24.5098039215686],[41.1764705882353,26.4705882352941,19.6078431372549],[43.1372549019608,30.3921568627451,22.5490196078431],[35.2941176470588,22.5490196078431,16.6666666666667],[36.2745098039216,25.4901960784314,19.6078431372549],[25.4901960784314,16.6666666666667,11.7647058823529],[31.3725490196078,24.5098039215686,18.6274509803922],[40.1960784313726,32.3529411764706,29.4117647058824],[63.7254901960784,54.9019607843137,48.0392156862745],[72.5490196078431,60.7843137254902,45.0980392156863],[36.2745098039216,23.5294117647059,4.90196078431373],[38.2352941176471,24.5098039215686,11.7647058823529],[43.1372549019608,30.3921568627451,21.5686274509804],[32.3529411764706,18.6274509803922,15.6862745098039],[27.4509803921569,13.7254901960784,12.7450980392157],[27.4509803921569,13.7254901960784,12.7450980392157],[35.2941176470588,21.5686274509804,18.6274509803922],[40.1960784313726,27.4509803921569,19.6078431372549],[48.0392156862745,36.2745098039216,24.5098039215686],[54.9019607843137,43.1372549019608,27.4509803921569],[59.8039215686275,47.0588235294118,31.3725490196078],[38.2352941176471,24.5098039215686,11.7647058823529],[31.3725490196078,14.7058823529412,4.90196078431373],[53.921568627451,37.2549019607843,30.3921568627451],[61.7647058823529,43.1372549019608,36.2745098039216],[86.2745098039216,62.7450980392157,52.9411764705882],[83.3333333333333,56.8627450980392,46.078431372549],[59.8039215686275,36.2745098039216,26.4705882352941],[41.1764705882353,18.6274509803922,10.7843137254902],[39.2156862745098,20.5882352941176,14.7058823529412],[14.7058823529412,0,0],[15.6862745098039,3.92156862745098,3.92156862745098],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,13.7254901960784,17.6470588235294],[13.7254901960784,8.82352941176471,12.7450980392157],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0,0],[204.901960784314,204.901960784314,204.901960784314],[164.705882352941,164.705882352941,164.705882352941],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[13.7254901960784,13.7254901960784,13.7254901960784],[10.7843137254902,10.7843137254902,10.7843137254902],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[27.4509803921569,27.4509803921569,27.4509803921569],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[21.5686274509804,16.6666666666667,12.7450980392157],[52.9411764705882,49.0196078431373,40.1960784313726],[38.2352941176471,32.3529411764706,20.5882352941176],[18.6274509803922,12.7450980392157,0],[43.1372549019608,37.2549019607843,21.5686274509804],[79.4117647058823,72.5490196078431,54.9019607843137],[34.3137254901961,27.4509803921569,9.80392156862745],[24.5098039215686,17.6470588235294,0],[83.3333333333333,74.5098039215686,59.8039215686275],[77.4509803921569,68.6274509803922,53.921568627451],[40.1960784313726,30.3921568627451,18.6274509803922],[28.4313725490196,18.6274509803922,8.82352941176471],[40.1960784313726,30.3921568627451,21.5686274509804],[53.921568627451,44.1176470588235,35.2941176470588],[46.078431372549,35.2941176470588,29.4117647058824],[34.3137254901961,23.5294117647059,17.6470588235294],[12.7450980392157,3.92156862745098,0],[36.2745098039216,29.4117647058824,21.5686274509804],[56.8627450980392,52.9411764705882,44.1176470588235],[20.5882352941176,16.6666666666667,7.84313725490196],[29.4117647058824,26.4705882352941,17.6470588235294],[39.2156862745098,35.2941176470588,24.5098039215686],[60.7843137254902,47.0588235294118,34.3137254901961],[62.7450980392157,48.0392156862745,27.4509803921569],[75.4901960784314,66.6666666666667,38.2352941176471],[99.0196078431373,95.0980392156863,60.7843137254902],[81.3725490196078,81.3725490196078,44.1176470588235],[107.843137254902,107.843137254902,72.5490196078431],[100.980392156863,98.0392156862745,65.6862745098039],[71.5686274509804,64.7058823529412,36.2745098039216],[143.137254901961,129.411764705882,100.980392156863],[141.176470588235,126.470588235294,94.1176470588235],[173.529411764706,161.764705882353,122.549019607843],[206.862745098039,200,156.862745098039],[124.509803921569,125.490196078431,86.2745098039216],[110.78431372549,118.627450980392,82.3529411764706],[66.6666666666667,80.3921568627451,54.9019607843137],[85.2941176470588,102.941176470588,81.3725490196078],[85.2941176470588,98.0392156862745,81.3725490196078],[58.8235294117647,70.5882352941177,56.8627450980392],[56.8627450980392,70.5882352941177,57.843137254902],[92.156862745098,107.843137254902,97.0588235294118],[83.3333333333333,100.980392156863,89.2156862745098],[68.6274509803922,86.2745098039216,72.5490196078431],[51.9607843137255,68.6274509803922,52.9411764705882],[59.8039215686275,73.5294117647059,56.8627450980392],[67.6470588235294,79.4117647058823,59.8039215686275],[53.921568627451,61.7647058823529,41.1764705882353],[54.9019607843137,59.8039215686275,38.2352941176471],[31.3725490196078,36.2745098039216,14.7058823529412],[41.1764705882353,44.1176470588235,25.4901960784314],[50,52.9411764705882,36.2745098039216],[67.6470588235294,71.5686274509804,56.8627450980392],[38.2352941176471,42.156862745098,28.4313725490196],[46.078431372549,49.0196078431373,38.2352941176471],[88.2352941176471,90.1960784313725,79.4117647058823],[61.7647058823529,62.7450980392157,49.0196078431373],[49.0196078431373,48.0392156862745,27.4509803921569],[52.9411764705882,49.0196078431373,22.5490196078431],[128.43137254902,124.509803921569,90.1960784313725],[140.196078431373,132.352941176471,96.078431372549],[72.5490196078431,63.7254901960784,23.5294117647059],[103.921568627451,95.0980392156863,52.9411764705882],[104.901960784314,93.1372549019608,53.921568627451],[60.7843137254902,48.0392156862745,14.7058823529412],[120.588235294118,109.803921568627,80.3921568627451],[102.941176470588,93.1372549019608,68.6274509803922],[72.5490196078431,61.7647058823529,44.1176470588235],[63.7254901960784,54.9019607843137,40.1960784313726],[46.078431372549,36.2745098039216,24.5098039215686],[30.3921568627451,23.5294117647059,13.7254901960784],[22.5490196078431,18.6274509803922,7.84313725490196],[50,47.0588235294118,32.3529411764706],[50.9803921568627,48.0392156862745,31.3725490196078],[33.3333333333333,30.3921568627451,11.7647058823529],[53.921568627451,50.9803921568627,32.3529411764706],[63.7254901960784,58.8235294117647,40.1960784313726],[37.2549019607843,32.3529411764706,13.7254901960784],[67.6470588235294,60.7843137254902,43.1372549019608],[60.7843137254902,50,30.3921568627451],[74.5098039215686,62.7450980392157,37.2549019607843],[94.1176470588235,79.4117647058823,49.0196078431373],[72.5490196078431,56.8627450980392,21.5686274509804],[76.4705882352941,57.843137254902,18.6274509803922],[131.372549019608,109.803921568627,69.6078431372549],[119.607843137255,98.0392156862745,59.8039215686275],[104.901960784314,81.3725490196078,48.0392156862745],[89.2156862745098,63.7254901960784,31.3725490196078],[106.862745098039,73.5294117647059,37.2549019607843],[121.56862745098,84.3137254901961,48.0392156862745],[182.352941176471,145.098039215686,108.823529411765],[129.411764705882,95.0980392156863,63.7254901960784],[93.1372549019608,63.7254901960784,36.2745098039216],[95.0980392156863,67.6470588235294,46.078431372549],[63.7254901960784,38.2352941176471,15.6862745098039],[74.5098039215686,47.0588235294118,23.5294117647059],[137.254901960784,103.921568627451,77.4509803921569],[131.372549019608,97.0588235294118,69.6078431372549],[97.0588235294118,63.7254901960784,37.2549019607843],[51.9607843137255,22.5490196078431,0],[74.5098039215686,52.9411764705882,32.3529411764706],[56.8627450980392,32.3529411764706,10.7843137254902],[56.8627450980392,23.5294117647059,0],[119.607843137255,80.3921568627451,45.0980392156863],[130.392156862745,95.0980392156863,61.7647058823529],[97.0588235294118,64.7058823529412,34.3137254901961],[88.2352941176471,57.843137254902,29.4117647058824],[92.156862745098,62.7450980392157,35.2941176470588],[71.5686274509804,42.156862745098,14.7058823529412],[60.7843137254902,30.3921568627451,2.94117647058824],[72.5490196078431,39.2156862745098,12.7450980392157],[79.4117647058823,46.078431372549,19.6078431372549],[106.862745098039,75.4901960784314,50.9803921568627],[100,69.6078431372549,49.0196078431373],[34.3137254901961,8.82352941176471,0],[31.3725490196078,13.7254901960784,1.96078431372549],[42.156862745098,29.4117647058824,21.5686274509804],[29.4117647058824,18.6274509803922,14.7058823529412],[32.3529411764706,22.5490196078431,20.5882352941176],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,3.92156862745098,1.96078431372549],[38.2352941176471,24.5098039215686,23.5294117647059],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,10.7843137254902,7.84313725490196],[24.5098039215686,11.7647058823529,5.88235294117647],[23.5294117647059,10.7843137254902,4.90196078431373],[54.9019607843137,42.156862745098,36.2745098039216],[50.9803921568627,38.2352941176471,32.3529411764706],[36.2745098039216,23.5294117647059,17.6470588235294],[35.2941176470588,24.5098039215686,18.6274509803922],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,17.6470588235294,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[24.5098039215686,17.6470588235294,9.80392156862745],[79.4117647058823,70.5882352941177,53.921568627451],[84.3137254901961,73.5294117647059,55.8823529411765],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,18.6274509803922],[40.1960784313726,26.4705882352941,23.5294117647059],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,18.6274509803922,16.6666666666667],[32.3529411764706,21.5686274509804,17.6470588235294],[23.5294117647059,13.7254901960784,4.90196078431373],[31.3725490196078,21.5686274509804,11.7647058823529],[31.3725490196078,21.5686274509804,9.80392156862745],[38.2352941176471,26.4705882352941,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[40.1960784313726,26.4705882352941,17.6470588235294],[40.1960784313726,25.4901960784314,20.5882352941176],[29.4117647058824,12.7450980392157,5.88235294117647],[46.078431372549,26.4705882352941,17.6470588235294],[57.843137254902,38.2352941176471,27.4509803921569],[48.0392156862745,28.4313725490196,19.6078431372549],[31.3725490196078,14.7058823529412,7.84313725490196],[37.2549019607843,22.5490196078431,19.6078431372549],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,3.92156862745098,7.84313725490196],[14.7058823529412,14.7058823529412,16.6666666666667],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[92.156862745098,93.1372549019608,95.0980392156863],[93.1372549019608,97.0588235294118,98.0392156862745],[0,1.96078431372549,0.980392156862745],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[8.82352941176471,8.82352941176471,8.82352941176471],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[37.2549019607843,37.2549019607843,37.2549019607843],[40.1960784313726,40.1960784313726,40.1960784313726],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,11.7647058823529,6.86274509803922],[27.4509803921569,22.5490196078431,16.6666666666667],[36.2745098039216,32.3529411764706,21.5686274509804],[36.2745098039216,30.3921568627451,18.6274509803922],[63.7254901960784,57.843137254902,44.1176470588235],[115.686274509804,109.803921568627,94.1176470588235],[82.3529411764706,75.4901960784314,56.8627450980392],[87.2549019607843,80.3921568627451,61.7647058823529],[101.960784313725,94.1176470588235,75.4901960784314],[57.843137254902,49.0196078431373,32.3529411764706],[9.80392156862745,0.980392156862745,0],[22.5490196078431,12.7450980392157,0.980392156862745],[52.9411764705882,43.1372549019608,33.3333333333333],[58.8235294117647,49.0196078431373,40.1960784313726],[38.2352941176471,27.4509803921569,21.5686274509804],[11.7647058823529,2.94117647058824,0],[19.6078431372549,12.7450980392157,6.86274509803922],[46.078431372549,41.1764705882353,37.2549019607843],[43.1372549019608,38.2352941176471,34.3137254901961],[15.6862745098039,12.7450980392157,7.84313725490196],[42.156862745098,39.2156862745098,34.3137254901961],[55.8823529411765,50.9803921568627,45.0980392156863],[54.9019607843137,42.156862745098,34.3137254901961],[73.5294117647059,59.8039215686275,47.0588235294118],[77.4509803921569,69.6078431372549,47.0588235294118],[66.6666666666667,62.7450980392157,34.3137254901961],[90.1960784313725,91.1764705882353,59.8039215686275],[119.607843137255,120.588235294118,89.2156862745098],[77.4509803921569,76.4705882352941,47.0588235294118],[89.2156862745098,84.3137254901961,55.8823529411765],[129.411764705882,120.588235294118,92.156862745098],[101.960784313725,91.1764705882353,59.8039215686275],[129.411764705882,121.56862745098,83.3333333333333],[178.43137254902,175.490196078431,135.294117647059],[102.941176470588,106.862745098039,70.5882352941177],[100,110.78431372549,79.4117647058823],[113.725490196078,131.372549019608,109.803921568627],[240.196078431373,250,241.176470588235],[219.607843137255,231.372549019608,217.647058823529],[82.3529411764706,93.1372549019608,79.4117647058823],[71.5686274509804,83.3333333333333,71.5686274509804],[119.607843137255,132.352941176471,122.549019607843],[77.4509803921569,93.1372549019608,82.3529411764706],[72.5490196078431,88.2352941176471,75.4901960784314],[50.9803921568627,64.7058823529412,48.0392156862745],[50,61.7647058823529,42.156862745098],[70.5882352941177,78.4313725490196,55.8823529411765],[55.8823529411765,59.8039215686275,35.2941176470588],[80.3921568627451,83.3333333333333,56.8627450980392],[49.0196078431373,51.9607843137255,25.4901960784314],[95.0980392156863,95.0980392156863,69.6078431372549],[83.3333333333333,83.3333333333333,59.8039215686275],[72.5490196078431,74.5098039215686,52.9411764705882],[48.0392156862745,50,29.4117647058824],[42.156862745098,46.078431372549,29.4117647058824],[111.764705882353,115.686274509804,99.0196078431373],[66.6666666666667,68.6274509803922,48.0392156862745],[50,50,24.5098039215686],[71.5686274509804,68.6274509803922,38.2352941176471],[136.274509803922,130.392156862745,95.0980392156863],[133.333333333333,124.509803921569,86.2745098039216],[132.352941176471,120.588235294118,81.3725490196078],[119.607843137255,106.862745098039,65.6862745098039],[130.392156862745,116.666666666667,78.4313725490196],[80.3921568627451,65.6862745098039,33.3333333333333],[142.156862745098,128.43137254902,100],[123.529411764706,111.764705882353,88.2352941176471],[33.3333333333333,22.5490196078431,4.90196078431373],[50,41.1764705882353,26.4705882352941],[16.6666666666667,8.82352941176471,0],[8.82352941176471,0,0],[15.6862745098039,8.82352941176471,0],[62.7450980392157,57.843137254902,39.2156862745098],[52.9411764705882,50.9803921568627,28.4313725490196],[19.6078431372549,17.6470588235294,0],[35.2941176470588,33.3333333333333,8.82352941176471],[51.9607843137255,47.0588235294118,27.4509803921569],[55.8823529411765,49.0196078431373,31.3725490196078],[55.8823529411765,48.0392156862745,29.4117647058824],[125.490196078431,115.686274509804,91.1764705882353],[74.5098039215686,63.7254901960784,32.3529411764706],[69.6078431372549,55.8823529411765,19.6078431372549],[83.3333333333333,68.6274509803922,28.4313725490196],[100,83.3333333333333,41.1764705882353],[119.607843137255,100.980392156863,61.7647058823529],[96.078431372549,76.4705882352941,40.1960784313726],[108.823529411765,88.2352941176471,57.843137254902],[84.3137254901961,59.8039215686275,30.3921568627451],[81.3725490196078,51.9607843137255,16.6666666666667],[120.588235294118,85.2941176470588,50],[154.901960784314,119.607843137255,84.3137254901961],[181.372549019608,147.058823529412,115.686274509804],[112.745098039216,82.3529411764706,54.9019607843137],[96.078431372549,68.6274509803922,45.0980392156863],[50.9803921568627,23.5294117647059,1.96078431372549],[92.156862745098,62.7450980392157,39.2156862745098],[114.705882352941,81.3725490196078,54.9019607843137],[104.901960784314,70.5882352941177,43.1372549019608],[108.823529411765,78.4313725490196,50.9803921568627],[21.5686274509804,0,0],[42.156862745098,21.5686274509804,4.90196078431373],[54.9019607843137,32.3529411764706,14.7058823529412],[88.2352941176471,54.9019607843137,27.4509803921569],[111.764705882353,76.4705882352941,45.0980392156863],[78.4313725490196,46.078431372549,15.6862745098039],[102.941176470588,72.5490196078431,45.0980392156863],[102.941176470588,73.5294117647059,48.0392156862745],[81.3725490196078,51.9607843137255,28.4313725490196],[92.156862745098,62.7450980392157,39.2156862745098],[48.0392156862745,18.6274509803922,0],[76.4705882352941,45.0980392156863,20.5882352941176],[97.0588235294118,65.6862745098039,41.1764705882353],[112.745098039216,81.3725490196078,58.8235294117647],[76.4705882352941,48.0392156862745,30.3921568627451],[35.2941176470588,12.7450980392157,0],[48.0392156862745,28.4313725490196,19.6078431372549],[39.2156862745098,24.5098039215686,19.6078431372549],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,10.7843137254902,8.82352941176471],[24.5098039215686,13.7254901960784,9.80392156862745],[26.4705882352941,15.6862745098039,11.7647058823529],[30.3921568627451,19.6078431372549,13.7254901960784],[15.6862745098039,4.90196078431373,0],[28.4313725490196,17.6470588235294,11.7647058823529],[27.4509803921569,16.6666666666667,10.7843137254902],[15.6862745098039,4.90196078431373,0],[23.5294117647059,14.7058823529412,7.84313725490196],[24.5098039215686,17.6470588235294,11.7647058823529],[23.5294117647059,18.6274509803922,12.7450980392157],[11.7647058823529,6.86274509803922,2.94117647058824],[19.6078431372549,12.7450980392157,4.90196078431373],[34.3137254901961,25.4901960784314,10.7843137254902],[57.843137254902,46.078431372549,30.3921568627451],[50.9803921568627,39.2156862745098,27.4509803921569],[44.1176470588235,34.3137254901961,25.4901960784314],[44.1176470588235,33.3333333333333,29.4117647058824],[45.0980392156863,35.2941176470588,33.3333333333333],[45.0980392156863,35.2941176470588,33.3333333333333],[17.6470588235294,7.84313725490196,5.88235294117647],[36.2745098039216,27.4509803921569,20.5882352941176],[38.2352941176471,29.4117647058824,20.5882352941176],[27.4509803921569,19.6078431372549,8.82352941176471],[23.5294117647059,13.7254901960784,3.92156862745098],[30.3921568627451,20.5882352941176,11.7647058823529],[38.2352941176471,25.4901960784314,19.6078431372549],[36.2745098039216,22.5490196078431,19.6078431372549],[30.3921568627451,17.6470588235294,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,5.88235294117647,0],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[16.6666666666667,8.82352941176471,6.86274509803922],[13.7254901960784,7.84313725490196,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[205.882352941176,209.803921568627,210.78431372549],[233.333333333333,237.254901960784,238.235294117647],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[6.86274509803922,6.86274509803922,6.86274509803922],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,3.92156862745098,0],[33.3333333333333,28.4313725490196,22.5490196078431],[25.4901960784314,21.5686274509804,12.7450980392157],[10.7843137254902,6.86274509803922,0],[28.4313725490196,22.5490196078431,8.82352941176471],[22.5490196078431,15.6862745098039,0],[50.9803921568627,45.0980392156863,23.5294117647059],[90.1960784313725,84.3137254901961,62.7450980392157],[46.078431372549,39.2156862745098,20.5882352941176],[16.6666666666667,9.80392156862745,0],[58.8235294117647,50.9803921568627,38.2352941176471],[53.921568627451,46.078431372549,35.2941176470588],[37.2549019607843,28.4313725490196,19.6078431372549],[10.7843137254902,1.96078431372549,0],[16.6666666666667,7.84313725490196,2.94117647058824],[57.843137254902,50,47.0588235294118],[48.0392156862745,43.1372549019608,40.1960784313726],[26.4705882352941,21.5686274509804,18.6274509803922],[22.5490196078431,18.6274509803922,15.6862745098039],[37.2549019607843,33.3333333333333,30.3921568627451],[40.1960784313726,35.2941176470588,32.3529411764706],[64.7058823529412,53.921568627451,51.9607843137255],[74.5098039215686,63.7254901960784,57.843137254902],[65.6862745098039,59.8039215686275,44.1176470588235],[47.0588235294118,45.0980392156863,22.5490196078431],[101.960784313725,104.901960784314,76.4705882352941],[136.274509803922,139.21568627451,110.78431372549],[108.823529411765,108.823529411765,83.3333333333333],[71.5686274509804,67.6470588235294,43.1372549019608],[72.5490196078431,65.6862745098039,38.2352941176471],[107.843137254902,101.960784313725,70.5882352941177],[156.862745098039,152.941176470588,116.666666666667],[131.372549019608,131.372549019608,96.078431372549],[94.1176470588235,99.0196078431373,67.6470588235294],[132.352941176471,145.098039215686,119.607843137255],[138.235294117647,155.882352941176,140.196078431373],[215.686274509804,233.333333333333,221.56862745098],[208.823529411765,218.627450980392,207.843137254902],[69.6078431372549,75.4901960784314,63.7254901960784],[91.1764705882353,99.0196078431373,88.2352941176471],[84.3137254901961,94.1176470588235,83.3333333333333],[56.8627450980392,68.6274509803922,56.8627450980392],[50.9803921568627,61.7647058823529,48.0392156862745],[54.9019607843137,63.7254901960784,47.0588235294118],[69.6078431372549,77.4509803921569,56.8627450980392],[56.8627450980392,60.7843137254902,36.2745098039216],[87.2549019607843,87.2549019607843,59.8039215686275],[77.4509803921569,76.4705882352941,47.0588235294118],[101.960784313725,99.0196078431373,68.6274509803922],[165.686274509804,160.78431372549,131.372549019608],[134.313725490196,129.411764705882,100],[87.2549019607843,83.3333333333333,54.9019607843137],[59.8039215686275,59.8039215686275,32.3529411764706],[73.5294117647059,77.4509803921569,54.9019607843137],[100.980392156863,105.882352941176,84.3137254901961],[58.8235294117647,60.7843137254902,37.2549019607843],[53.921568627451,52.9411764705882,23.5294117647059],[95.0980392156863,91.1764705882353,56.8627450980392],[103.921568627451,96.078431372549,59.8039215686275],[150,138.235294117647,99.0196078431373],[146.078431372549,131.372549019608,91.1764705882353],[108.823529411765,91.1764705882353,51.9607843137255],[117.647058823529,100,62.7450980392157],[140.196078431373,124.509803921569,92.156862745098],[113.725490196078,99.0196078431373,70.5882352941177],[64.7058823529412,52.9411764705882,29.4117647058824],[30.3921568627451,19.6078431372549,0],[14.7058823529412,5.88235294117647,0],[63.7254901960784,55.8823529411765,43.1372549019608],[44.1176470588235,35.2941176470588,28.4313725490196],[34.3137254901961,26.4705882352941,15.6862745098039],[39.2156862745098,32.3529411764706,13.7254901960784],[44.1176470588235,40.1960784313726,13.7254901960784],[50.9803921568627,48.0392156862745,17.6470588235294],[50.9803921568627,47.0588235294118,18.6274509803922],[50.9803921568627,45.0980392156863,23.5294117647059],[69.6078431372549,62.7450980392157,44.1176470588235],[65.6862745098039,57.843137254902,37.2549019607843],[110.78431372549,100.980392156863,74.5098039215686],[97.0588235294118,88.2352941176471,50],[81.3725490196078,68.6274509803922,24.5098039215686],[117.647058823529,103.921568627451,57.843137254902],[126.470588235294,109.803921568627,66.6666666666667],[122.549019607843,102.941176470588,66.6666666666667],[83.3333333333333,62.7450980392157,32.3529411764706],[75.4901960784314,58.8235294117647,33.3333333333333],[89.2156862745098,69.6078431372549,43.1372549019608],[59.8039215686275,31.3725490196078,0],[94.1176470588235,61.7647058823529,27.4509803921569],[114.705882352941,79.4117647058823,46.078431372549],[137.254901960784,102.941176470588,71.5686274509804],[120.588235294118,90.1960784313725,62.7450980392157],[82.3529411764706,52.9411764705882,29.4117647058824],[40.1960784313726,9.80392156862745,0],[102.941176470588,71.5686274509804,49.0196078431373],[90.1960784313725,54.9019607843137,29.4117647058824],[95.0980392156863,59.8039215686275,34.3137254901961],[82.3529411764706,50.9803921568627,26.4705882352941],[56.8627450980392,30.3921568627451,9.80392156862745],[58.8235294117647,40.1960784313726,26.4705882352941],[61.7647058823529,43.1372549019608,28.4313725490196],[77.4509803921569,48.0392156862745,24.5098039215686],[100.980392156863,67.6470588235294,41.1764705882353],[65.6862745098039,36.2745098039216,10.7843137254902],[96.078431372549,68.6274509803922,45.0980392156863],[61.7647058823529,34.3137254901961,12.7450980392157],[59.8039215686275,32.3529411764706,11.7647058823529],[100,72.5490196078431,51.9607843137255],[51.9607843137255,21.5686274509804,1.96078431372549],[57.843137254902,26.4705882352941,5.88235294117647],[74.5098039215686,42.156862745098,23.5294117647059],[74.5098039215686,44.1176470588235,26.4705882352941],[42.156862745098,15.6862745098039,0],[49.0196078431373,25.4901960784314,13.7254901960784],[44.1176470588235,24.5098039215686,17.6470588235294],[13.7254901960784,0,0],[20.5882352941176,6.86274509803922,3.92156862745098],[22.5490196078431,12.7450980392157,10.7843137254902],[25.4901960784314,17.6470588235294,14.7058823529412],[22.5490196078431,14.7058823529412,11.7647058823529],[21.5686274509804,11.7647058823529,9.80392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[27.4509803921569,16.6666666666667,12.7450980392157],[36.2745098039216,25.4901960784314,21.5686274509804],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,8.82352941176471,4.90196078431373],[28.4313725490196,19.6078431372549,14.7058823529412],[24.5098039215686,15.6862745098039,10.7843137254902],[27.4509803921569,20.5882352941176,14.7058823529412],[19.6078431372549,11.7647058823529,8.82352941176471],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,6.86274509803922],[34.3137254901961,29.4117647058824,23.5294117647059],[105.882352941176,98.0392156862745,85.2941176470588],[23.5294117647059,14.7058823529412,0],[40.1960784313726,30.3921568627451,20.5882352941176],[56.8627450980392,48.0392156862745,41.1764705882353],[37.2549019607843,27.4509803921569,25.4901960784314],[43.1372549019608,33.3333333333333,32.3529411764706],[38.2352941176471,28.4313725490196,27.4509803921569],[34.3137254901961,24.5098039215686,23.5294117647059],[32.3529411764706,22.5490196078431,20.5882352941176],[40.1960784313726,31.3725490196078,26.4705882352941],[43.1372549019608,34.3137254901961,27.4509803921569],[40.1960784313726,31.3725490196078,24.5098039215686],[37.2549019607843,28.4313725490196,23.5294117647059],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,5.88235294117647,0],[23.5294117647059,14.7058823529412,7.84313725490196],[36.2745098039216,29.4117647058824,23.5294117647059],[16.6666666666667,11.7647058823529,7.84313725490196],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[16.6666666666667,16.6666666666667,18.6274509803922],[10.7843137254902,9.80392156862745,14.7058823529412],[6.86274509803922,7.84313725490196,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,10.7843137254902],[12.7450980392157,16.6666666666667,17.6470588235294],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[17.6470588235294,17.6470588235294,19.6078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[10.7843137254902,10.7843137254902,12.7450980392157],[17.6470588235294,17.6470588235294,19.6078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[6.86274509803922,1.96078431372549,0],[4.90196078431373,0,0],[12.7450980392157,8.82352941176471,0],[15.6862745098039,10.7843137254902,0],[53.921568627451,48.0392156862745,26.4705882352941],[91.1764705882353,84.3137254901961,65.6862745098039],[31.3725490196078,24.5098039215686,6.86274509803922],[24.5098039215686,17.6470588235294,1.96078431372549],[82.3529411764706,74.5098039215686,61.7647058823529],[28.4313725490196,19.6078431372549,10.7843137254902],[14.7058823529412,5.88235294117647,0],[46.078431372549,37.2549019607843,32.3529411764706],[39.2156862745098,31.3725490196078,28.4313725490196],[58.8235294117647,53.921568627451,50.9803921568627],[34.3137254901961,29.4117647058824,26.4705882352941],[31.3725490196078,27.4509803921569,26.4705882352941],[34.3137254901961,30.3921568627451,29.4117647058824],[26.4705882352941,22.5490196078431,21.5686274509804],[37.2549019607843,31.3725490196078,31.3725490196078],[73.5294117647059,63.7254901960784,64.7058823529412],[45.0980392156863,35.2941176470588,33.3333333333333],[36.2745098039216,30.3921568627451,18.6274509803922],[36.2745098039216,35.2941176470588,15.6862745098039],[120.588235294118,122.549019607843,99.0196078431373],[129.411764705882,132.352941176471,105.882352941176],[81.3725490196078,81.3725490196078,57.843137254902],[74.5098039215686,72.5490196078431,48.0392156862745],[99.0196078431373,93.1372549019608,67.6470588235294],[95.0980392156863,90.1960784313725,60.7843137254902],[130.392156862745,127.450980392157,93.1372549019608],[110.78431372549,111.764705882353,78.4313725490196],[131.372549019608,138.235294117647,107.843137254902],[111.764705882353,125.490196078431,102.941176470588],[46.078431372549,63.7254901960784,51.9607843137255],[50.9803921568627,65.6862745098039,58.8235294117647],[74.5098039215686,82.3529411764706,71.5686274509804],[63.7254901960784,69.6078431372549,57.843137254902],[108.823529411765,116.666666666667,103.921568627451],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,53.921568627451,40.1960784313726],[49.0196078431373,56.8627450980392,44.1176470588235],[56.8627450980392,63.7254901960784,48.0392156862745],[110.78431372549,115.686274509804,96.078431372549],[101.960784313725,103.921568627451,80.3921568627451],[60.7843137254902,59.8039215686275,30.3921568627451],[67.6470588235294,62.7450980392157,33.3333333333333],[100,94.1176470588235,62.7450980392157],[112.745098039216,106.862745098039,73.5294117647059],[57.843137254902,51.9607843137255,18.6274509803922],[46.078431372549,40.1960784313726,8.82352941176471],[73.5294117647059,69.6078431372549,41.1764705882353],[93.1372549019608,97.0588235294118,72.5490196078431],[34.3137254901961,40.1960784313726,14.7058823529412],[36.2745098039216,39.2156862745098,12.7450980392157],[70.5882352941177,66.6666666666667,38.2352941176471],[84.3137254901961,78.4313725490196,45.0980392156863],[124.509803921569,111.764705882353,77.4509803921569],[147.058823529412,132.352941176471,94.1176470588235],[107.843137254902,90.1960784313725,50.9803921568627],[113.725490196078,95.0980392156863,55.8823529411765],[127.450980392157,107.843137254902,71.5686274509804],[157.843137254902,139.21568627451,106.862745098039],[84.3137254901961,69.6078431372549,41.1764705882353],[63.7254901960784,51.9607843137255,26.4705882352941],[101.960784313725,94.1176470588235,71.5686274509804],[6.86274509803922,0,0],[83.3333333333333,75.4901960784314,62.7450980392157],[55.8823529411765,45.0980392156863,39.2156862745098],[28.4313725490196,18.6274509803922,8.82352941176471],[65.6862745098039,59.8039215686275,36.2745098039216],[113.725490196078,108.823529411765,77.4509803921569],[100,96.078431372549,61.7647058823529],[72.5490196078431,67.6470588235294,36.2745098039216],[57.843137254902,51.9607843137255,30.3921568627451],[42.156862745098,35.2941176470588,16.6666666666667],[60.7843137254902,52.9411764705882,32.3529411764706],[115.686274509804,106.862745098039,76.4705882352941],[147.058823529412,139.21568627451,94.1176470588235],[103.921568627451,94.1176470588235,42.156862745098],[108.823529411765,97.0588235294118,46.078431372549],[136.274509803922,122.549019607843,76.4705882352941],[85.2941176470588,67.6470588235294,32.3529411764706],[88.2352941176471,68.6274509803922,42.156862745098],[50.9803921568627,36.2745098039216,13.7254901960784],[70.5882352941177,54.9019607843137,30.3921568627451],[62.7450980392157,38.2352941176471,8.82352941176471],[53.921568627451,23.5294117647059,0],[123.529411764706,89.2156862745098,57.843137254902],[116.666666666667,82.3529411764706,52.9411764705882],[129.411764705882,99.0196078431373,71.5686274509804],[106.862745098039,77.4509803921569,53.921568627451],[45.0980392156863,14.7058823529412,0],[80.3921568627451,49.0196078431373,26.4705882352941],[78.4313725490196,43.1372549019608,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[91.1764705882353,59.8039215686275,39.2156862745098],[81.3725490196078,55.8823529411765,39.2156862745098],[53.921568627451,36.2745098039216,26.4705882352941],[60.7843137254902,43.1372549019608,31.3725490196078],[47.0588235294118,22.5490196078431,2.94117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,68.6274509803922,48.0392156862745],[54.9019607843137,28.4313725490196,9.80392156862745],[60.7843137254902,34.3137254901961,15.6862745098039],[82.3529411764706,55.8823529411765,37.2549019607843],[53.921568627451,25.4901960784314,7.84313725490196],[60.7843137254902,30.3921568627451,12.7450980392157],[75.4901960784314,45.0980392156863,27.4509803921569],[81.3725490196078,52.9411764705882,37.2549019607843],[49.0196078431373,21.5686274509804,9.80392156862745],[44.1176470588235,20.5882352941176,10.7843137254902],[39.2156862745098,19.6078431372549,12.7450980392157],[32.3529411764706,14.7058823529412,10.7843137254902],[27.4509803921569,13.7254901960784,10.7843137254902],[34.3137254901961,24.5098039215686,22.5490196078431],[38.2352941176471,30.3921568627451,27.4509803921569],[31.3725490196078,23.5294117647059,20.5882352941176],[25.4901960784314,17.6470588235294,14.7058823529412],[17.6470588235294,10.7843137254902,4.90196078431373],[15.6862745098039,8.82352941176471,2.94117647058824],[27.4509803921569,20.5882352941176,14.7058823529412],[29.4117647058824,22.5490196078431,16.6666666666667],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,24.5098039215686,18.6274509803922],[18.6274509803922,11.7647058823529,5.88235294117647],[20.5882352941176,15.6862745098039,9.80392156862745],[18.6274509803922,13.7254901960784,9.80392156862745],[19.6078431372549,16.6666666666667,11.7647058823529],[15.6862745098039,11.7647058823529,8.82352941176471],[33.3333333333333,28.4313725490196,22.5490196078431],[47.0588235294118,39.2156862745098,26.4705882352941],[24.5098039215686,17.6470588235294,1.96078431372549],[36.2745098039216,28.4313725490196,17.6470588235294],[46.078431372549,39.2156862745098,31.3725490196078],[26.4705882352941,18.6274509803922,15.6862745098039],[28.4313725490196,23.5294117647059,20.5882352941176],[42.156862745098,36.2745098039216,36.2745098039216],[21.5686274509804,15.6862745098039,15.6862745098039],[31.3725490196078,26.4705882352941,23.5294117647059],[20.5882352941176,15.6862745098039,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[23.5294117647059,15.6862745098039,13.7254901960784],[21.5686274509804,13.7254901960784,11.7647058823529],[9.80392156862745,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,11.7647058823529,4.90196078431373],[31.3725490196078,30.3921568627451,25.4901960784314],[16.6666666666667,15.6862745098039,11.7647058823529],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,4.90196078431373],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,6.86274509803922],[21.5686274509804,17.6470588235294,14.7058823529412],[19.6078431372549,15.6862745098039,6.86274509803922],[30.3921568627451,24.5098039215686,10.7843137254902],[45.0980392156863,40.1960784313726,21.5686274509804],[96.078431372549,90.1960784313725,74.5098039215686],[76.4705882352941,70.5882352941177,54.9019607843137],[7.84313725490196,1.96078431372549,0],[17.6470588235294,11.7647058823529,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,9.80392156862745,1.96078431372549],[50.9803921568627,44.1176470588235,38.2352941176471],[33.3333333333333,28.4313725490196,24.5098039215686],[44.1176470588235,39.2156862745098,36.2745098039216],[38.2352941176471,33.3333333333333,30.3921568627451],[45.0980392156863,41.1764705882353,38.2352941176471],[33.3333333333333,29.4117647058824,26.4705882352941],[24.5098039215686,20.5882352941176,17.6470588235294],[35.2941176470588,29.4117647058824,29.4117647058824],[52.9411764705882,44.1176470588235,47.0588235294118],[42.156862745098,32.3529411764706,31.3725490196078],[27.4509803921569,20.5882352941176,10.7843137254902],[39.2156862745098,36.2745098039216,17.6470588235294],[51.9607843137255,51.9607843137255,28.4313725490196],[51.9607843137255,51.9607843137255,26.4705882352941],[68.6274509803922,68.6274509803922,45.0980392156863],[62.7450980392157,60.7843137254902,36.2745098039216],[67.6470588235294,62.7450980392157,34.3137254901961],[56.8627450980392,51.9607843137255,20.5882352941176],[113.725490196078,110.78431372549,76.4705882352941],[102.941176470588,103.921568627451,70.5882352941177],[96.078431372549,102.941176470588,72.5490196078431],[64.7058823529412,76.4705882352941,54.9019607843137],[68.6274509803922,84.3137254901961,73.5294117647059],[54.9019607843137,70.5882352941177,60.7843137254902],[35.2941176470588,43.1372549019608,30.3921568627451],[82.3529411764706,86.2745098039216,71.5686274509804],[91.1764705882353,97.0588235294118,83.3333333333333],[53.921568627451,61.7647058823529,49.0196078431373],[42.156862745098,50,37.2549019607843],[50,57.843137254902,43.1372549019608],[52.9411764705882,59.8039215686275,44.1176470588235],[96.078431372549,99.0196078431373,80.3921568627451],[123.529411764706,123.529411764706,100],[91.1764705882353,87.2549019607843,60.7843137254902],[144.117647058824,137.254901960784,108.823529411765],[121.56862745098,112.745098039216,82.3529411764706],[98.0392156862745,89.2156862745098,58.8235294117647],[97.0588235294118,88.2352941176471,57.843137254902],[93.1372549019608,84.3137254901961,55.8823529411765],[69.6078431372549,64.7058823529412,36.2745098039216],[69.6078431372549,73.5294117647059,49.0196078431373],[44.1176470588235,50,24.5098039215686],[77.4509803921569,77.4509803921569,51.9607843137255],[83.3333333333333,79.4117647058823,50.9803921568627],[83.3333333333333,74.5098039215686,44.1176470588235],[221.56862745098,206.862745098039,174.509803921569],[192.156862745098,174.509803921569,139.21568627451],[143.137254901961,121.56862745098,85.2941176470588],[132.352941176471,110.78431372549,74.5098039215686],[102.941176470588,81.3725490196078,45.0980392156863],[124.509803921569,105.882352941176,73.5294117647059],[115.686274509804,99.0196078431373,69.6078431372549],[65.6862745098039,54.9019607843137,27.4509803921569],[48.0392156862745,41.1764705882353,15.6862745098039],[65.6862745098039,59.8039215686275,36.2745098039216],[54.9019607843137,48.0392156862745,30.3921568627451],[7.84313725490196,0,0],[9.80392156862745,0,0],[100.980392156863,94.1176470588235,68.6274509803922],[142.156862745098,136.274509803922,102.941176470588],[81.3725490196078,75.4901960784314,40.1960784313726],[72.5490196078431,68.6274509803922,34.3137254901961],[100,94.1176470588235,70.5882352941177],[95.0980392156863,88.2352941176471,69.6078431372549],[39.2156862745098,31.3725490196078,8.82352941176471],[93.1372549019608,84.3137254901961,51.9607843137255],[135.294117647059,127.450980392157,79.4117647058823],[110.78431372549,100,45.0980392156863],[88.2352941176471,75.4901960784314,21.5686274509804],[134.313725490196,118.627450980392,70.5882352941177],[60.7843137254902,41.1764705882353,8.82352941176471],[68.6274509803922,50.9803921568627,27.4509803921569],[53.921568627451,43.1372549019608,23.5294117647059],[65.6862745098039,52.9411764705882,34.3137254901961],[62.7450980392157,42.156862745098,15.6862745098039],[50.9803921568627,24.5098039215686,0],[78.4313725490196,46.078431372549,15.6862745098039],[106.862745098039,73.5294117647059,46.078431372549],[103.921568627451,72.5490196078431,48.0392156862745],[122.549019607843,93.1372549019608,69.6078431372549],[55.8823529411765,25.4901960784314,4.90196078431373],[71.5686274509804,40.1960784313726,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[106.862745098039,71.5686274509804,50],[94.1176470588235,63.7254901960784,44.1176470588235],[28.4313725490196,2.94117647058824,0],[12.7450980392157,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[43.1372549019608,22.5490196078431,5.88235294117647],[76.4705882352941,51.9607843137255,32.3529411764706],[72.5490196078431,47.0588235294118,30.3921568627451],[80.3921568627451,54.9019607843137,38.2352941176471],[93.1372549019608,67.6470588235294,50.9803921568627],[54.9019607843137,28.4313725490196,11.7647058823529],[26.4705882352941,0,0],[38.2352941176471,11.7647058823529,0],[64.7058823529412,36.2745098039216,20.5882352941176],[88.2352941176471,61.7647058823529,45.0980392156863],[78.4313725490196,50.9803921568627,37.2549019607843],[53.921568627451,28.4313725490196,15.6862745098039],[50.9803921568627,29.4117647058824,18.6274509803922],[43.1372549019608,23.5294117647059,16.6666666666667],[56.8627450980392,40.1960784313726,33.3333333333333],[13.7254901960784,0.980392156862745,0],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,27.4509803921569,23.5294117647059],[21.5686274509804,16.6666666666667,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[17.6470588235294,12.7450980392157,8.82352941176471],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,16.6666666666667,13.7254901960784],[35.2941176470588,27.4509803921569,24.5098039215686],[31.3725490196078,23.5294117647059,20.5882352941176],[27.4509803921569,22.5490196078431,18.6274509803922],[8.82352941176471,3.92156862745098,0],[16.6666666666667,13.7254901960784,8.82352941176471],[26.4705882352941,22.5490196078431,19.6078431372549],[27.4509803921569,23.5294117647059,20.5882352941176],[10.7843137254902,6.86274509803922,3.92156862745098],[15.6862745098039,12.7450980392157,5.88235294117647],[24.5098039215686,18.6274509803922,6.86274509803922],[27.4509803921569,21.5686274509804,7.84313725490196],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,14.7058823529412,8.82352941176471],[22.5490196078431,17.6470588235294,13.7254901960784],[42.156862745098,37.2549019607843,34.3137254901961],[55.8823529411765,50,50],[20.5882352941176,16.6666666666667,17.6470588235294],[16.6666666666667,12.7450980392157,13.7254901960784],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,9.80392156862745,9.80392156862745],[19.6078431372549,13.7254901960784,15.6862745098039],[13.7254901960784,7.84313725490196,9.80392156862745],[18.6274509803922,12.7450980392157,14.7058823529412],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,12.7450980392157,7.84313725490196],[28.4313725490196,28.4313725490196,26.4705882352941],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,5.88235294117647,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[20.5882352941176,20.5882352941176,22.5490196078431],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[25.4901960784314,21.5686274509804,20.5882352941176],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[48.0392156862745,42.156862745098,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[23.5294117647059,16.6666666666667,6.86274509803922],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[41.1764705882353,36.2745098039216,32.3529411764706],[29.4117647058824,26.4705882352941,21.5686274509804],[12.7450980392157,9.80392156862745,4.90196078431373],[9.80392156862745,6.86274509803922,1.96078431372549],[37.2549019607843,34.3137254901961,29.4117647058824],[41.1764705882353,36.2745098039216,33.3333333333333],[25.4901960784314,16.6666666666667,19.6078431372549],[42.156862745098,34.3137254901961,32.3529411764706],[31.3725490196078,24.5098039215686,14.7058823529412],[49.0196078431373,46.078431372549,27.4509803921569],[29.4117647058824,27.4509803921569,4.90196078431373],[24.5098039215686,22.5490196078431,0],[48.0392156862745,46.078431372549,21.5686274509804],[76.4705882352941,72.5490196078431,48.0392156862745],[90.1960784313725,85.2941176470588,56.8627450980392],[121.56862745098,116.666666666667,85.2941176470588],[132.352941176471,130.392156862745,93.1372549019608],[88.2352941176471,90.1960784313725,53.921568627451],[103.921568627451,110.78431372549,78.4313725490196],[81.3725490196078,91.1764705882353,67.6470588235294],[85.2941176470588,99.0196078431373,86.2745098039216],[45.0980392156863,57.843137254902,48.0392156862745],[64.7058823529412,73.5294117647059,56.8627450980392],[79.4117647058823,86.2745098039216,68.6274509803922],[75.4901960784314,84.3137254901961,67.6470588235294],[45.0980392156863,53.921568627451,37.2549019607843],[57.843137254902,65.6862745098039,50.9803921568627],[48.0392156862745,56.8627450980392,40.1960784313726],[104.901960784314,111.764705882353,96.078431372549],[129.411764705882,132.352941176471,113.725490196078],[73.5294117647059,72.5490196078431,51.9607843137255],[85.2941176470588,81.3725490196078,56.8627450980392],[93.1372549019608,86.2745098039216,58.8235294117647],[113.725490196078,104.901960784314,76.4705882352941],[104.901960784314,96.078431372549,67.6470588235294],[124.509803921569,112.745098039216,87.2549019607843],[99.0196078431373,87.2549019607843,61.7647058823529],[55.8823529411765,50,26.4705882352941],[51.9607843137255,53.921568627451,32.3529411764706],[70.5882352941177,75.4901960784314,52.9411764705882],[70.5882352941177,70.5882352941177,47.0588235294118],[62.7450980392157,58.8235294117647,32.3529411764706],[110.78431372549,101.960784313725,73.5294117647059],[220.588235294118,205.882352941176,175.490196078431],[156.862745098039,138.235294117647,105.882352941176],[112.745098039216,90.1960784313725,56.8627450980392],[110.78431372549,88.2352941176471,54.9019607843137],[110.78431372549,88.2352941176471,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[82.3529411764706,66.6666666666667,34.3137254901961],[62.7450980392157,51.9607843137255,20.5882352941176],[55.8823529411765,49.0196078431373,20.5882352941176],[32.3529411764706,27.4509803921569,0],[25.4901960784314,19.6078431372549,0],[41.1764705882353,31.3725490196078,22.5490196078431],[25.4901960784314,12.7450980392157,3.92156862745098],[61.7647058823529,54.9019607843137,29.4117647058824],[59.8039215686275,53.921568627451,18.6274509803922],[48.0392156862745,43.1372549019608,5.88235294117647],[83.3333333333333,77.4509803921569,44.1176470588235],[83.3333333333333,77.4509803921569,55.8823529411765],[61.7647058823529,54.9019607843137,37.2549019607843],[73.5294117647059,65.6862745098039,43.1372549019608],[65.6862745098039,56.8627450980392,24.5098039215686],[107.843137254902,100.980392156863,50],[124.509803921569,115.686274509804,57.843137254902],[123.529411764706,113.725490196078,55.8823529411765],[135.294117647059,121.56862745098,73.5294117647059],[74.5098039215686,55.8823529411765,24.5098039215686],[23.5294117647059,5.88235294117647,0],[59.8039215686275,50.9803921568627,34.3137254901961],[66.6666666666667,58.8235294117647,40.1960784313726],[69.6078431372549,51.9607843137255,28.4313725490196],[84.3137254901961,58.8235294117647,32.3529411764706],[78.4313725490196,48.0392156862745,19.6078431372549],[96.078431372549,62.7450980392157,36.2745098039216],[103.921568627451,74.5098039215686,50.9803921568627],[75.4901960784314,45.0980392156863,24.5098039215686],[50.9803921568627,20.5882352941176,0],[48.0392156862745,16.6666666666667,0],[54.9019607843137,19.6078431372549,0],[115.686274509804,81.3725490196078,61.7647058823529],[78.4313725490196,48.0392156862745,30.3921568627451],[20.5882352941176,0,0],[21.5686274509804,6.86274509803922,1.96078431372549],[17.6470588235294,4.90196078431373,0],[29.4117647058824,11.7647058823529,0],[67.6470588235294,47.0588235294118,30.3921568627451],[67.6470588235294,47.0588235294118,30.3921568627451],[65.6862745098039,43.1372549019608,27.4509803921569],[92.156862745098,69.6078431372549,51.9607843137255],[50.9803921568627,25.4901960784314,8.82352941176471],[50.9803921568627,25.4901960784314,8.82352941176471],[39.2156862745098,13.7254901960784,0],[59.8039215686275,34.3137254901961,17.6470588235294],[112.745098039216,87.2549019607843,72.5490196078431],[59.8039215686275,37.2549019607843,23.5294117647059],[40.1960784313726,16.6666666666667,4.90196078431373],[66.6666666666667,47.0588235294118,36.2745098039216],[29.4117647058824,11.7647058823529,1.96078431372549],[64.7058823529412,48.0392156862745,40.1960784313726],[73.5294117647059,60.7843137254902,52.9411764705882],[33.3333333333333,26.4705882352941,20.5882352941176],[41.1764705882353,36.2745098039216,32.3529411764706],[22.5490196078431,17.6470588235294,13.7254901960784],[11.7647058823529,6.86274509803922,2.94117647058824],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,5.88235294117647],[16.6666666666667,11.7647058823529,7.84313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[16.6666666666667,13.7254901960784,8.82352941176471],[25.4901960784314,22.5490196078431,17.6470588235294],[18.6274509803922,15.6862745098039,10.7843137254902],[30.3921568627451,26.4705882352941,23.5294117647059],[36.2745098039216,32.3529411764706,29.4117647058824],[31.3725490196078,27.4509803921569,24.5098039215686],[9.80392156862745,8.82352941176471,4.90196078431373],[18.6274509803922,15.6862745098039,10.7843137254902],[25.4901960784314,21.5686274509804,10.7843137254902],[7.84313725490196,3.92156862745098,0],[93.1372549019608,89.2156862745098,80.3921568627451],[62.7450980392157,59.8039215686275,52.9411764705882],[7.84313725490196,3.92156862745098,0.980392156862745],[49.0196078431373,45.0980392156863,44.1176470588235],[35.2941176470588,31.3725490196078,32.3529411764706],[11.7647058823529,9.80392156862745,12.7450980392157],[17.6470588235294,15.6862745098039,18.6274509803922],[9.80392156862745,7.84313725490196,12.7450980392157],[18.6274509803922,16.6666666666667,19.6078431372549],[11.7647058823529,9.80392156862745,12.7450980392157],[8.82352941176471,6.86274509803922,9.80392156862745],[18.6274509803922,13.7254901960784,17.6470588235294],[11.7647058823529,6.86274509803922,10.7843137254902],[9.80392156862745,4.90196078431373,8.82352941176471],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,4.90196078431373,3.92156862745098],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,8.82352941176471],[6.86274509803922,7.84313725490196,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[0.980392156862745,0,4.90196078431373],[4.90196078431373,3.92156862745098,8.82352941176471],[7.84313725490196,5.88235294117647,10.7843137254902],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[28.4313725490196,28.4313725490196,30.3921568627451],[14.7058823529412,14.7058823529412,16.6666666666667],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[21.5686274509804,19.6078431372549,20.5882352941176],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[14.7058823529412,9.80392156862745,3.92156862745098],[9.80392156862745,4.90196078431373,0],[12.7450980392157,7.84313725490196,3.92156862745098],[26.4705882352941,21.5686274509804,17.6470588235294],[18.6274509803922,13.7254901960784,9.80392156862745],[7.84313725490196,2.94117647058824,0],[17.6470588235294,14.7058823529412,9.80392156862745],[17.6470588235294,14.7058823529412,9.80392156862745],[25.4901960784314,22.5490196078431,17.6470588235294],[35.2941176470588,32.3529411764706,27.4509803921569],[42.156862745098,39.2156862745098,32.3529411764706],[21.5686274509804,18.6274509803922,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[34.3137254901961,31.3725490196078,22.5490196078431],[41.1764705882353,36.2745098039216,30.3921568627451],[32.3529411764706,24.5098039215686,22.5490196078431],[19.6078431372549,11.7647058823529,8.82352941176471],[47.0588235294118,41.1764705882353,29.4117647058824],[44.1176470588235,39.2156862745098,19.6078431372549],[32.3529411764706,28.4313725490196,3.92156862745098],[41.1764705882353,37.2549019607843,10.7843137254902],[49.0196078431373,43.1372549019608,17.6470588235294],[81.3725490196078,75.4901960784314,50],[83.3333333333333,76.4705882352941,48.0392156862745],[107.843137254902,103.921568627451,69.6078431372549],[110.78431372549,108.823529411765,70.5882352941177],[125.490196078431,126.470588235294,87.2549019607843],[59.8039215686275,65.6862745098039,30.3921568627451],[84.3137254901961,93.1372549019608,66.6666666666667],[92.156862745098,102.941176470588,89.2156862745098],[50,59.8039215686275,49.0196078431373],[47.0588235294118,55.8823529411765,35.2941176470588],[86.2745098039216,94.1176470588235,71.5686274509804],[54.9019607843137,63.7254901960784,43.1372549019608],[52.9411764705882,64.7058823529412,45.0980392156863],[65.6862745098039,76.4705882352941,59.8039215686275],[91.1764705882353,100,83.3333333333333],[100,106.862745098039,91.1764705882353],[70.5882352941177,73.5294117647059,56.8627450980392],[50,49.0196078431373,31.3725490196078],[73.5294117647059,68.6274509803922,49.0196078431373],[76.4705882352941,68.6274509803922,48.0392156862745],[94.1176470588235,83.3333333333333,63.7254901960784],[110.78431372549,100,80.3921568627451],[93.1372549019608,82.3529411764706,62.7450980392157],[96.078431372549,85.2941176470588,65.6862745098039],[58.8235294117647,51.9607843137255,33.3333333333333],[51.9607843137255,52.9411764705882,35.2941176470588],[38.2352941176471,41.1764705882353,22.5490196078431],[63.7254901960784,62.7450980392157,43.1372549019608],[100,95.0980392156863,73.5294117647059],[76.4705882352941,66.6666666666667,42.156862745098],[93.1372549019608,77.4509803921569,51.9607843137255],[123.529411764706,104.901960784314,75.4901960784314],[111.764705882353,89.2156862745098,58.8235294117647],[110.78431372549,88.2352941176471,56.8627450980392],[103.921568627451,81.3725490196078,50],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,59.8039215686275,25.4901960784314],[123.529411764706,113.725490196078,79.4117647058823],[70.5882352941177,64.7058823529412,31.3725490196078],[32.3529411764706,27.4509803921569,0],[43.1372549019608,37.2549019607843,13.7254901960784],[51.9607843137255,42.156862745098,32.3529411764706],[40.1960784313726,27.4509803921569,18.6274509803922],[46.078431372549,39.2156862745098,13.7254901960784],[69.6078431372549,63.7254901960784,30.3921568627451],[69.6078431372549,63.7254901960784,28.4313725490196],[59.8039215686275,52.9411764705882,24.5098039215686],[88.2352941176471,81.3725490196078,63.7254901960784],[41.1764705882353,32.3529411764706,17.6470588235294],[59.8039215686275,49.0196078431373,29.4117647058824],[86.2745098039216,75.4901960784314,44.1176470588235],[107.843137254902,98.0392156862745,48.0392156862745],[127.450980392157,117.647058823529,59.8039215686275],[140.196078431373,127.450980392157,73.5294117647059],[120.588235294118,103.921568627451,58.8235294117647],[150,129.411764705882,100.980392156863],[60.7843137254902,42.156862745098,25.4901960784314],[44.1176470588235,34.3137254901961,22.5490196078431],[70.5882352941177,61.7647058823529,47.0588235294118],[65.6862745098039,48.0392156862745,28.4313725490196],[95.0980392156863,69.6078431372549,47.0588235294118],[69.6078431372549,40.1960784313726,14.7058823529412],[105.882352941176,74.5098039215686,50],[99.0196078431373,71.5686274509804,50],[35.2941176470588,6.86274509803922,0],[37.2549019607843,8.82352941176471,0],[42.156862745098,11.7647058823529,0],[64.7058823529412,30.3921568627451,10.7843137254902],[110.78431372549,78.4313725490196,59.8039215686275],[45.0980392156863,16.6666666666667,0.980392156862745],[28.4313725490196,6.86274509803922,0],[12.7450980392157,0,0],[14.7058823529412,3.92156862745098,0],[33.3333333333333,16.6666666666667,6.86274509803922],[65.6862745098039,48.0392156862745,34.3137254901961],[39.2156862745098,20.5882352941176,5.88235294117647],[49.0196078431373,28.4313725490196,11.7647058823529],[88.2352941176471,65.6862745098039,48.0392156862745],[60.7843137254902,38.2352941176471,20.5882352941176],[37.2549019607843,14.7058823529412,0],[62.7450980392157,40.1960784313726,22.5490196078431],[91.1764705882353,68.6274509803922,52.9411764705882],[60.7843137254902,38.2352941176471,22.5490196078431],[29.4117647058824,7.84313725490196,0],[23.5294117647059,4.90196078431373,0],[33.3333333333333,13.7254901960784,2.94117647058824],[36.2745098039216,18.6274509803922,8.82352941176471],[48.0392156862745,31.3725490196078,21.5686274509804],[69.6078431372549,55.8823529411765,47.0588235294118],[26.4705882352941,17.6470588235294,10.7843137254902],[25.4901960784314,20.5882352941176,14.7058823529412],[5.88235294117647,2.94117647058824,0],[9.80392156862745,6.86274509803922,1.96078431372549],[17.6470588235294,14.7058823529412,9.80392156862745],[13.7254901960784,10.7843137254902,5.88235294117647],[20.5882352941176,16.6666666666667,13.7254901960784],[15.6862745098039,11.7647058823529,8.82352941176471],[20.5882352941176,16.6666666666667,13.7254901960784],[21.5686274509804,20.5882352941176,16.6666666666667],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,18.6274509803922,16.6666666666667],[22.5490196078431,18.6274509803922,15.6862745098039],[20.5882352941176,15.6862745098039,9.80392156862745],[9.80392156862745,5.88235294117647,0],[84.3137254901961,79.4117647058823,73.5294117647059],[61.7647058823529,58.8235294117647,53.921568627451],[2.94117647058824,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,16.6666666666667,18.6274509803922],[13.7254901960784,12.7450980392157,18.6274509803922],[19.6078431372549,18.6274509803922,24.5098039215686],[20.5882352941176,19.6078431372549,25.4901960784314],[0.980392156862745,0,4.90196078431373],[13.7254901960784,11.7647058823529,16.6666666666667],[18.6274509803922,16.6666666666667,21.5686274509804],[19.6078431372549,17.6470588235294,20.5882352941176],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[19.6078431372549,19.6078431372549,21.5686274509804],[18.6274509803922,18.6274509803922,20.5882352941176],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,0.980392156862745,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[18.6274509803922,14.7058823529412,13.7254901960784],[14.7058823529412,10.7843137254902,9.80392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,13.7254901960784,9.80392156862745],[20.5882352941176,19.6078431372549,15.6862745098039],[30.3921568627451,29.4117647058824,24.5098039215686],[31.3725490196078,30.3921568627451,25.4901960784314],[20.5882352941176,20.5882352941176,12.7450980392157],[16.6666666666667,13.7254901960784,4.90196078431373],[20.5882352941176,17.6470588235294,8.82352941176471],[28.4313725490196,26.4705882352941,14.7058823529412],[34.3137254901961,31.3725490196078,22.5490196078431],[50.9803921568627,46.078431372549,42.156862745098],[29.4117647058824,24.5098039215686,20.5882352941176],[85.2941176470588,79.4117647058823,65.6862745098039],[48.0392156862745,43.1372549019608,23.5294117647059],[22.5490196078431,18.6274509803922,0],[70.5882352941177,64.7058823529412,41.1764705882353],[82.3529411764706,74.5098039215686,51.9607843137255],[135.294117647059,128.43137254902,102.941176470588],[81.3725490196078,74.5098039215686,46.078431372549],[65.6862745098039,59.8039215686275,26.4705882352941],[137.254901960784,133.333333333333,96.078431372549],[139.21568627451,140.196078431373,100.980392156863],[72.5490196078431,74.5098039215686,38.2352941176471],[67.6470588235294,71.5686274509804,45.0980392156863],[39.2156862745098,46.078431372549,30.3921568627451],[22.5490196078431,30.3921568627451,15.6862745098039],[40.1960784313726,48.0392156862745,25.4901960784314],[51.9607843137255,61.7647058823529,35.2941176470588],[33.3333333333333,45.0980392156863,21.5686274509804],[70.5882352941177,82.3529411764706,60.7843137254902],[61.7647058823529,73.5294117647059,53.921568627451],[75.4901960784314,86.2745098039216,69.6078431372549],[90.1960784313725,99.0196078431373,82.3529411764706],[44.1176470588235,48.0392156862745,33.3333333333333],[49.0196078431373,47.0588235294118,32.3529411764706],[66.6666666666667,63.7254901960784,47.0588235294118],[79.4117647058823,72.5490196078431,54.9019607843137],[106.862745098039,98.0392156862745,81.3725490196078],[117.647058823529,108.823529411765,92.156862745098],[61.7647058823529,50,34.3137254901961],[49.0196078431373,37.2549019607843,23.5294117647059],[58.8235294117647,50.9803921568627,38.2352941176471],[50.9803921568627,51.9607843137255,36.2745098039216],[33.3333333333333,36.2745098039216,19.6078431372549],[88.2352941176471,87.2549019607843,69.6078431372549],[104.901960784314,100,81.3725490196078],[74.5098039215686,66.6666666666667,46.078431372549],[105.882352941176,91.1764705882353,68.6274509803922],[103.921568627451,87.2549019607843,61.7647058823529],[96.078431372549,76.4705882352941,50],[68.6274509803922,48.0392156862745,19.6078431372549],[85.2941176470588,66.6666666666667,35.2941176470588],[81.3725490196078,65.6862745098039,33.3333333333333],[80.3921568627451,67.6470588235294,34.3137254901961],[131.372549019608,121.56862745098,87.2549019607843],[107.843137254902,101.960784313725,66.6666666666667],[65.6862745098039,61.7647058823529,27.4509803921569],[52.9411764705882,48.0392156862745,19.6078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[101.960784313725,95.0980392156863,69.6078431372549],[177.450980392157,171.56862745098,140.196078431373],[32.3529411764706,25.4901960784314,0],[19.6078431372549,13.7254901960784,0],[39.2156862745098,32.3529411764706,16.6666666666667],[88.2352941176471,80.3921568627451,67.6470588235294],[43.1372549019608,35.2941176470588,16.6666666666667],[46.078431372549,37.2549019607843,6.86274509803922],[81.3725490196078,73.5294117647059,27.4509803921569],[100,91.1764705882353,35.2941176470588],[100,89.2156862745098,36.2745098039216],[80.3921568627451,66.6666666666667,22.5490196078431],[111.764705882353,92.156862745098,65.6862745098039],[65.6862745098039,47.0588235294118,32.3529411764706],[38.2352941176471,28.4313725490196,18.6274509803922],[83.3333333333333,73.5294117647059,61.7647058823529],[79.4117647058823,60.7843137254902,44.1176470588235],[45.0980392156863,20.5882352941176,0],[51.9607843137255,24.5098039215686,0.980392156862745],[71.5686274509804,41.1764705882353,20.5882352941176],[96.078431372549,69.6078431372549,50.9803921568627],[50,24.5098039215686,7.84313725490196],[47.0588235294118,19.6078431372549,5.88235294117647],[71.5686274509804,43.1372549019608,27.4509803921569],[92.156862745098,61.7647058823529,44.1176470588235],[99.0196078431373,68.6274509803922,50.9803921568627],[23.5294117647059,0,0],[19.6078431372549,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,7.84313725490196,5.88235294117647],[30.3921568627451,17.6470588235294,9.80392156862745],[38.2352941176471,22.5490196078431,9.80392156862745],[38.2352941176471,20.5882352941176,6.86274509803922],[57.843137254902,39.2156862745098,24.5098039215686],[69.6078431372549,49.0196078431373,32.3529411764706],[43.1372549019608,20.5882352941176,2.94117647058824],[38.2352941176471,15.6862745098039,0],[64.7058823529412,44.1176470588235,25.4901960784314],[55.8823529411765,35.2941176470588,18.6274509803922],[24.5098039215686,5.88235294117647,0],[14.7058823529412,0,0],[27.4509803921569,9.80392156862745,0],[32.3529411764706,16.6666666666667,3.92156862745098],[33.3333333333333,16.6666666666667,6.86274509803922],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,15.6862745098039,6.86274509803922],[16.6666666666667,9.80392156862745,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[39.2156862745098,36.2745098039216,31.3725490196078],[11.7647058823529,8.82352941176471,3.92156862745098],[22.5490196078431,19.6078431372549,14.7058823529412],[43.1372549019608,42.156862745098,37.2549019607843],[1.96078431372549,0.980392156862745,0],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[16.6666666666667,15.6862745098039,13.7254901960784],[17.6470588235294,16.6666666666667,14.7058823529412],[14.7058823529412,13.7254901960784,11.7647058823529],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[18.6274509803922,17.6470588235294,15.6862745098039],[19.6078431372549,18.6274509803922,14.7058823529412],[14.7058823529412,11.7647058823529,6.86274509803922],[8.82352941176471,5.88235294117647,0.980392156862745],[20.5882352941176,17.6470588235294,12.7450980392157],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,19.6078431372549,19.6078431372549],[13.7254901960784,13.7254901960784,15.6862745098039],[9.80392156862745,10.7843137254902,14.7058823529412],[4.90196078431373,4.90196078431373,12.7450980392157],[12.7450980392157,12.7450980392157,20.5882352941176],[0,0,6.86274509803922],[15.6862745098039,14.7058823529412,22.5490196078431],[0,0,6.86274509803922],[18.6274509803922,17.6470588235294,23.5294117647059],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[7.84313725490196,7.84313725490196,9.80392156862745],[17.6470588235294,17.6470588235294,19.6078431372549],[16.6666666666667,16.6666666666667,18.6274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,4.90196078431373],[2.94117647058824,0,3.92156862745098],[4.90196078431373,0,5.88235294117647],[9.80392156862745,4.90196078431373,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[21.5686274509804,20.5882352941176,18.6274509803922],[51.9607843137255,50.9803921568627,47.0588235294118],[16.6666666666667,15.6862745098039,10.7843137254902],[15.6862745098039,15.6862745098039,7.84313725490196],[9.80392156862745,9.80392156862745,0],[9.80392156862745,9.80392156862745,0],[54.9019607843137,52.9411764705882,41.1764705882353],[30.3921568627451,27.4509803921569,18.6274509803922],[27.4509803921569,24.5098039215686,19.6078431372549],[73.5294117647059,70.5882352941177,63.7254901960784],[45.0980392156863,41.1764705882353,29.4117647058824],[37.2549019607843,32.3529411764706,13.7254901960784],[50.9803921568627,45.0980392156863,23.5294117647059],[60.7843137254902,52.9411764705882,32.3529411764706],[90.1960784313725,82.3529411764706,61.7647058823529],[82.3529411764706,71.5686274509804,50],[62.7450980392157,52.9411764705882,26.4705882352941],[105.882352941176,100,68.6274509803922],[143.137254901961,139.21568627451,101.960784313725],[98.0392156862745,96.078431372549,57.843137254902],[74.5098039215686,74.5098039215686,39.2156862745098],[50.9803921568627,50.9803921568627,23.5294117647059],[95.0980392156863,98.0392156862745,81.3725490196078],[24.5098039215686,28.4313725490196,13.7254901960784],[25.4901960784314,33.3333333333333,9.80392156862745],[64.7058823529412,73.5294117647059,45.0980392156863],[51.9607843137255,61.7647058823529,37.2549019607843],[115.686274509804,127.450980392157,103.921568627451],[73.5294117647059,86.2745098039216,66.6666666666667],[69.6078431372549,80.3921568627451,63.7254901960784],[102.941176470588,110.78431372549,96.078431372549],[35.2941176470588,39.2156862745098,25.4901960784314],[52.9411764705882,52.9411764705882,41.1764705882353],[54.9019607843137,50.9803921568627,39.2156862745098],[71.5686274509804,63.7254901960784,50.9803921568627],[97.0588235294118,87.2549019607843,75.4901960784314],[109.803921568627,100,90.1960784313725],[54.9019607843137,45.0980392156863,35.2941176470588],[36.2745098039216,26.4705882352941,17.6470588235294],[62.7450980392157,55.8823529411765,46.078431372549],[40.1960784313726,38.2352941176471,26.4705882352941],[43.1372549019608,44.1176470588235,30.3921568627451],[53.921568627451,51.9607843137255,37.2549019607843],[71.5686274509804,65.6862745098039,50],[71.5686274509804,62.7450980392157,46.078431372549],[105.882352941176,95.0980392156863,75.4901960784314],[113.725490196078,99.0196078431373,78.4313725490196],[89.2156862745098,73.5294117647059,49.0196078431373],[52.9411764705882,36.2745098039216,10.7843137254902],[75.4901960784314,60.7843137254902,32.3529411764706],[74.5098039215686,61.7647058823529,30.3921568627451],[41.1764705882353,30.3921568627451,0],[77.4509803921569,68.6274509803922,36.2745098039216],[110.78431372549,104.901960784314,71.5686274509804],[113.725490196078,109.803921568627,75.4901960784314],[117.647058823529,112.745098039216,84.3137254901961],[39.2156862745098,30.3921568627451,13.7254901960784],[34.3137254901961,25.4901960784314,10.7843137254902],[90.1960784313725,82.3529411764706,61.7647058823529],[124.509803921569,118.627450980392,93.1372549019608],[6.86274509803922,0.980392156862745,0],[17.6470588235294,10.7843137254902,0],[23.5294117647059,14.7058823529412,5.88235294117647],[33.3333333333333,24.5098039215686,15.6862745098039],[40.1960784313726,31.3725490196078,14.7058823529412],[53.921568627451,44.1176470588235,17.6470588235294],[76.4705882352941,67.6470588235294,25.4901960784314],[83.3333333333333,71.5686274509804,22.5490196078431],[111.764705882353,98.0392156862745,51.9607843137255],[82.3529411764706,64.7058823529412,25.4901960784314],[52.9411764705882,31.3725490196078,7.84313725490196],[30.3921568627451,11.7647058823529,0],[13.7254901960784,3.92156862745098,0],[74.5098039215686,64.7058823529412,54.9019607843137],[117.647058823529,99.0196078431373,84.3137254901961],[49.0196078431373,24.5098039215686,4.90196078431373],[60.7843137254902,33.3333333333333,12.7450980392157],[43.1372549019608,14.7058823529412,0],[84.3137254901961,58.8235294117647,44.1176470588235],[53.921568627451,30.3921568627451,18.6274509803922],[38.2352941176471,14.7058823529412,2.94117647058824],[71.5686274509804,46.078431372549,33.3333333333333],[47.0588235294118,18.6274509803922,2.94117647058824],[72.5490196078431,44.1176470588235,28.4313725490196],[70.5882352941177,45.0980392156863,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[14.7058823529412,3.92156862745098,1.96078431372549],[30.3921568627451,22.5490196078431,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[12.7450980392157,0,0],[23.5294117647059,7.84313725490196,0],[45.0980392156863,27.4509803921569,13.7254901960784],[59.8039215686275,39.2156862745098,22.5490196078431],[54.9019607843137,32.3529411764706,14.7058823529412],[54.9019607843137,34.3137254901961,15.6862745098039],[78.4313725490196,57.843137254902,41.1764705882353],[68.6274509803922,50,35.2941176470588],[32.3529411764706,14.7058823529412,0.980392156862745],[25.4901960784314,8.82352941176471,0],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,11.7647058823529,0.980392156862745],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,39.2156862745098,28.4313725490196],[45.0980392156863,32.3529411764706,23.5294117647059],[55.8823529411765,49.0196078431373,41.1764705882353],[55.8823529411765,50.9803921568627,45.0980392156863],[42.156862745098,39.2156862745098,34.3137254901961],[12.7450980392157,9.80392156862745,4.90196078431373],[18.6274509803922,17.6470588235294,13.7254901960784],[26.4705882352941,25.4901960784314,21.5686274509804],[7.84313725490196,6.86274509803922,4.90196078431373],[18.6274509803922,18.6274509803922,16.6666666666667],[9.80392156862745,9.80392156862745,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,11.7647058823529,11.7647058823529],[11.7647058823529,10.7843137254902,8.82352941176471],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[18.6274509803922,14.7058823529412,11.7647058823529],[24.5098039215686,20.5882352941176,17.6470588235294],[16.6666666666667,12.7450980392157,9.80392156862745],[18.6274509803922,17.6470588235294,15.6862745098039],[23.5294117647059,22.5490196078431,20.5882352941176],[10.7843137254902,10.7843137254902,10.7843137254902],[11.7647058823529,11.7647058823529,13.7254901960784],[22.5490196078431,23.5294117647059,28.4313725490196],[1.96078431372549,1.96078431372549,11.7647058823529],[65.6862745098039,67.6470588235294,79.4117647058823],[149.019607843137,150.980392156863,162.745098039216],[55.8823529411765,55.8823529411765,65.6862745098039],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[22.5490196078431,22.5490196078431,22.5490196078431],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,6.86274509803922],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[29.4117647058824,29.4117647058824,27.4509803921569],[2.94117647058824,3.92156862745098,0],[17.6470588235294,16.6666666666667,11.7647058823529],[5.88235294117647,5.88235294117647,0],[17.6470588235294,17.6470588235294,9.80392156862745],[92.156862745098,89.2156862745098,80.3921568627451],[54.9019607843137,54.9019607843137,45.0980392156863],[39.2156862745098,40.1960784313726,35.2941176470588],[57.843137254902,56.8627450980392,51.9607843137255],[13.7254901960784,11.7647058823529,0],[12.7450980392157,9.80392156862745,0],[58.8235294117647,51.9607843137255,34.3137254901961],[75.4901960784314,66.6666666666667,50],[84.3137254901961,75.4901960784314,60.7843137254902],[78.4313725490196,66.6666666666667,50.9803921568627],[48.0392156862745,37.2549019607843,17.6470588235294],[100,93.1372549019608,65.6862745098039],[107.843137254902,103.921568627451,69.6078431372549],[63.7254901960784,61.7647058823529,24.5098039215686],[45.0980392156863,45.0980392156863,11.7647058823529],[149.019607843137,148.039215686275,120.588235294118],[128.43137254902,126.470588235294,111.764705882353],[10.7843137254902,11.7647058823529,0],[97.0588235294118,102.941176470588,77.4509803921569],[108.823529411765,117.647058823529,89.2156862745098],[49.0196078431373,58.8235294117647,32.3529411764706],[63.7254901960784,75.4901960784314,51.9607843137255],[43.1372549019608,54.9019607843137,35.2941176470588],[59.8039215686275,70.5882352941177,54.9019607843137],[78.4313725490196,84.3137254901961,72.5490196078431],[62.7450980392157,65.6862745098039,54.9019607843137],[58.8235294117647,58.8235294117647,47.0588235294118],[54.9019607843137,50.9803921568627,40.1960784313726],[72.5490196078431,66.6666666666667,54.9019607843137],[65.6862745098039,57.843137254902,47.0588235294118],[63.7254901960784,53.921568627451,44.1176470588235],[49.0196078431373,39.2156862745098,30.3921568627451],[48.0392156862745,39.2156862745098,30.3921568627451],[64.7058823529412,57.843137254902,48.0392156862745],[69.6078431372549,67.6470588235294,55.8823529411765],[60.7843137254902,58.8235294117647,46.078431372549],[64.7058823529412,62.7450980392157,48.0392156862745],[47.0588235294118,44.1176470588235,27.4509803921569],[64.7058823529412,57.843137254902,40.1960784313726],[110.78431372549,102.941176470588,84.3137254901961],[84.3137254901961,73.5294117647059,53.921568627451],[94.1176470588235,82.3529411764706,60.7843137254902],[51.9607843137255,40.1960784313726,16.6666666666667],[46.078431372549,34.3137254901961,8.82352941176471],[66.6666666666667,54.9019607843137,29.4117647058824],[65.6862745098039,56.8627450980392,28.4313725490196],[67.6470588235294,60.7843137254902,32.3529411764706],[66.6666666666667,61.7647058823529,32.3529411764706],[77.4509803921569,72.5490196078431,43.1372549019608],[126.470588235294,120.588235294118,95.0980392156863],[62.7450980392157,55.8823529411765,37.2549019607843],[42.156862745098,35.2941176470588,17.6470588235294],[38.2352941176471,31.3725490196078,12.7450980392157],[25.4901960784314,20.5882352941176,0.980392156862745],[18.6274509803922,12.7450980392157,0],[20.5882352941176,13.7254901960784,3.92156862745098],[32.3529411764706,24.5098039215686,21.5686274509804],[19.6078431372549,10.7843137254902,5.88235294117647],[30.3921568627451,20.5882352941176,8.82352941176471],[80.3921568627451,70.5882352941177,46.078431372549],[92.156862745098,83.3333333333333,45.0980392156863],[69.6078431372549,56.8627450980392,13.7254901960784],[96.078431372549,81.3725490196078,39.2156862745098],[83.3333333333333,65.6862745098039,30.3921568627451],[59.8039215686275,38.2352941176471,14.7058823529412],[52.9411764705882,34.3137254901961,19.6078431372549],[24.5098039215686,11.7647058823529,2.94117647058824],[40.1960784313726,27.4509803921569,19.6078431372549],[104.901960784314,86.2745098039216,72.5490196078431],[60.7843137254902,35.2941176470588,18.6274509803922],[53.921568627451,27.4509803921569,8.82352941176471],[46.078431372549,19.6078431372549,2.94117647058824],[69.6078431372549,48.0392156862745,35.2941176470588],[51.9607843137255,32.3529411764706,23.5294117647059],[15.6862745098039,0,0],[83.3333333333333,61.7647058823529,50.9803921568627],[31.3725490196078,5.88235294117647,0],[32.3529411764706,6.86274509803922,0],[55.8823529411765,32.3529411764706,20.5882352941176],[26.4705882352941,7.84313725490196,0.980392156862745],[21.5686274509804,11.7647058823529,9.80392156862745],[30.3921568627451,22.5490196078431,20.5882352941176],[18.6274509803922,9.80392156862745,4.90196078431373],[15.6862745098039,5.88235294117647,0],[18.6274509803922,4.90196078431373,0],[31.3725490196078,13.7254901960784,1.96078431372549],[73.5294117647059,51.9607843137255,38.2352941176471],[86.2745098039216,63.7254901960784,48.0392156862745],[55.8823529411765,35.2941176470588,18.6274509803922],[51.9607843137255,33.3333333333333,18.6274509803922],[56.8627450980392,39.2156862745098,25.4901960784314],[32.3529411764706,18.6274509803922,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[25.4901960784314,12.7450980392157,4.90196078431373],[48.0392156862745,35.2941176470588,26.4705882352941],[48.0392156862745,35.2941176470588,27.4509803921569],[52.9411764705882,46.078431372549,38.2352941176471],[53.921568627451,49.0196078431373,43.1372549019608],[12.7450980392157,9.80392156862745,4.90196078431373],[16.6666666666667,13.7254901960784,8.82352941176471],[20.5882352941176,19.6078431372549,15.6862745098039],[2.94117647058824,1.96078431372549,0],[14.7058823529412,14.7058823529412,12.7450980392157],[8.82352941176471,8.82352941176471,6.86274509803922],[12.7450980392157,12.7450980392157,12.7450980392157],[14.7058823529412,14.7058823529412,14.7058823529412],[15.6862745098039,15.6862745098039,15.6862745098039],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,10.7843137254902],[15.6862745098039,14.7058823529412,12.7450980392157],[27.4509803921569,23.5294117647059,24.5098039215686],[18.6274509803922,14.7058823529412,15.6862745098039],[22.5490196078431,21.5686274509804,19.6078431372549],[18.6274509803922,17.6470588235294,15.6862745098039],[11.7647058823529,11.7647058823529,9.80392156862745],[10.7843137254902,10.7843137254902,10.7843137254902],[3.92156862745098,4.90196078431373,6.86274509803922],[8.82352941176471,9.80392156862745,14.7058823529412],[0,0.980392156862745,9.80392156862745],[167.647058823529,169.607843137255,181.372549019608],[247.058823529412,249.019607843137,250],[158.823529411765,160.78431372549,172.549019607843],[5.88235294117647,5.88235294117647,13.7254901960784],[8.82352941176471,9.80392156862745,14.7058823529412],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,0],[4.90196078431373,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[21.5686274509804,21.5686274509804,21.5686274509804],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,6.86274509803922],[3.92156862745098,2.94117647058824,0],[34.3137254901961,33.3333333333333,29.4117647058824],[63.7254901960784,60.7843137254902,55.8823529411765],[55.8823529411765,54.9019607843137,50.9803921568627],[49.0196078431373,50.9803921568627,48.0392156862745],[5.88235294117647,7.84313725490196,4.90196078431373],[15.6862745098039,16.6666666666667,8.82352941176471],[19.6078431372549,17.6470588235294,5.88235294117647],[30.3921568627451,24.5098039215686,12.7450980392157],[59.8039215686275,50,40.1960784313726],[65.6862745098039,55.8823529411765,47.0588235294118],[87.2549019607843,77.4509803921569,68.6274509803922],[58.8235294117647,49.0196078431373,37.2549019607843],[29.4117647058824,21.5686274509804,2.94117647058824],[87.2549019607843,82.3529411764706,53.921568627451],[95.0980392156863,92.156862745098,61.7647058823529],[36.2745098039216,35.2941176470588,5.88235294117647],[109.803921568627,107.843137254902,85.2941176470588],[52.9411764705882,50,35.2941176470588],[27.4509803921569,25.4901960784314,12.7450980392157],[83.3333333333333,85.2941176470588,61.7647058823529],[45.0980392156863,49.0196078431373,22.5490196078431],[67.6470588235294,72.5490196078431,50],[82.3529411764706,90.1960784313725,69.6078431372549],[39.2156862745098,48.0392156862745,31.3725490196078],[67.6470588235294,75.4901960784314,60.7843137254902],[56.8627450980392,62.7450980392157,50.9803921568627],[54.9019607843137,56.8627450980392,46.078431372549],[50.9803921568627,49.0196078431373,37.2549019607843],[47.0588235294118,43.1372549019608,32.3529411764706],[68.6274509803922,62.7450980392157,50.9803921568627],[63.7254901960784,55.8823529411765,43.1372549019608],[76.4705882352941,66.6666666666667,54.9019607843137],[75.4901960784314,65.6862745098039,55.8823529411765],[58.8235294117647,50.9803921568627,40.1960784313726],[53.921568627451,48.0392156862745,36.2745098039216],[95.0980392156863,92.156862745098,77.4509803921569],[52.9411764705882,50.9803921568627,36.2745098039216],[50.9803921568627,50,32.3529411764706],[61.7647058823529,58.8235294117647,42.156862745098],[85.2941176470588,82.3529411764706,63.7254901960784],[107.843137254902,102.941176470588,84.3137254901961],[55.8823529411765,49.0196078431373,30.3921568627451],[57.843137254902,50,31.3725490196078],[43.1372549019608,35.2941176470588,16.6666666666667],[27.4509803921569,19.6078431372549,0],[60.7843137254902,52.9411764705882,32.3529411764706],[85.2941176470588,77.4509803921569,54.9019607843137],[73.5294117647059,67.6470588235294,44.1176470588235],[53.921568627451,48.0392156862745,24.5098039215686],[44.1176470588235,38.2352941176471,14.7058823529412],[84.3137254901961,78.4313725490196,56.8627450980392],[85.2941176470588,78.4313725490196,59.8039215686275],[53.921568627451,49.0196078431373,30.3921568627451],[23.5294117647059,17.6470588235294,1.96078431372549],[14.7058823529412,10.7843137254902,0],[27.4509803921569,22.5490196078431,16.6666666666667],[25.4901960784314,17.6470588235294,15.6862745098039],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[8.82352941176471,0,0],[68.6274509803922,57.843137254902,38.2352941176471],[92.156862745098,81.3725490196078,51.9607843137255],[86.2745098039216,72.5490196078431,38.2352941176471],[89.2156862745098,73.5294117647059,40.1960784313726],[91.1764705882353,72.5490196078431,41.1764705882353],[89.2156862745098,67.6470588235294,45.0980392156863],[45.0980392156863,23.5294117647059,9.80392156862745],[22.5490196078431,8.82352941176471,0],[13.7254901960784,0,0],[73.5294117647059,51.9607843137255,39.2156862745098],[64.7058823529412,39.2156862745098,24.5098039215686],[25.4901960784314,0,0],[53.921568627451,28.4313725490196,15.6862745098039],[51.9607843137255,32.3529411764706,23.5294117647059],[62.7450980392157,46.078431372549,39.2156862745098],[50.9803921568627,33.3333333333333,29.4117647058824],[64.7058823529412,46.078431372549,39.2156862745098],[42.156862745098,18.6274509803922,8.82352941176471],[40.1960784313726,16.6666666666667,4.90196078431373],[59.8039215686275,38.2352941176471,27.4509803921569],[42.156862745098,25.4901960784314,17.6470588235294],[33.3333333333333,24.5098039215686,19.6078431372549],[8.82352941176471,3.92156862745098,0.980392156862745],[24.5098039215686,16.6666666666667,13.7254901960784],[21.5686274509804,10.7843137254902,6.86274509803922],[11.7647058823529,0,0],[13.7254901960784,0,0],[61.7647058823529,40.1960784313726,27.4509803921569],[86.2745098039216,63.7254901960784,50],[55.8823529411765,34.3137254901961,20.5882352941176],[47.0588235294118,28.4313725490196,14.7058823529412],[34.3137254901961,17.6470588235294,9.80392156862745],[26.4705882352941,13.7254901960784,7.84313725490196],[26.4705882352941,15.6862745098039,11.7647058823529],[24.5098039215686,14.7058823529412,12.7450980392157],[15.6862745098039,6.86274509803922,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[31.3725490196078,18.6274509803922,12.7450980392157],[36.2745098039216,25.4901960784314,19.6078431372549],[31.3725490196078,24.5098039215686,18.6274509803922],[16.6666666666667,11.7647058823529,5.88235294117647],[15.6862745098039,10.7843137254902,6.86274509803922],[18.6274509803922,15.6862745098039,10.7843137254902],[13.7254901960784,12.7450980392157,8.82352941176471],[10.7843137254902,9.80392156862745,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[12.7450980392157,12.7450980392157,14.7058823529412],[13.7254901960784,13.7254901960784,15.6862745098039],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[16.6666666666667,12.7450980392157,13.7254901960784],[15.6862745098039,10.7843137254902,14.7058823529412],[13.7254901960784,8.82352941176471,12.7450980392157],[20.5882352941176,18.6274509803922,19.6078431372549],[14.7058823529412,12.7450980392157,13.7254901960784],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[6.86274509803922,7.84313725490196,12.7450980392157],[0.980392156862745,2.94117647058824,14.7058823529412],[74.5098039215686,76.4705882352941,89.2156862745098],[170.588235294118,172.549019607843,185.294117647059],[84.3137254901961,86.2745098039216,98.0392156862745],[0,1.96078431372549,8.82352941176471],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,2.94117647058824],[10.7843137254902,12.7450980392157,11.7647058823529],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,6.86274509803922,11.7647058823529],[10.7843137254902,9.80392156862745,14.7058823529412],[8.82352941176471,7.84313725490196,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,6.86274509803922,3.92156862745098],[0,0.980392156862745,0],[97.0588235294118,99.0196078431373,96.078431372549],[36.2745098039216,38.2352941176471,35.2941176470588],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[12.7450980392157,10.7843137254902,11.7647058823529],[20.5882352941176,18.6274509803922,19.6078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[16.6666666666667,16.6666666666667,16.6666666666667],[0,1.96078431372549,1.96078431372549],[12.7450980392157,18.6274509803922,16.6666666666667],[24.5098039215686,26.4705882352941,21.5686274509804],[18.6274509803922,18.6274509803922,10.7843137254902],[14.7058823529412,9.80392156862745,3.92156862745098],[34.3137254901961,24.5098039215686,22.5490196078431],[42.156862745098,32.3529411764706,31.3725490196078],[16.6666666666667,4.90196078431373,4.90196078431373],[35.2941176470588,24.5098039215686,20.5882352941176],[22.5490196078431,14.7058823529412,3.92156862745098],[56.8627450980392,51.9607843137255,32.3529411764706],[54.9019607843137,50.9803921568627,26.4705882352941],[51.9607843137255,50,25.4901960784314],[61.7647058823529,59.8039215686275,39.2156862745098],[50.9803921568627,47.0588235294118,36.2745098039216],[53.921568627451,50,38.2352941176471],[60.7843137254902,59.8039215686275,39.2156862745098],[91.1764705882353,94.1176470588235,67.6470588235294],[76.4705882352941,80.3921568627451,57.843137254902],[46.078431372549,50.9803921568627,31.3725490196078],[36.2745098039216,43.1372549019608,27.4509803921569],[49.0196078431373,54.9019607843137,41.1764705882353],[48.0392156862745,50.9803921568627,40.1960784313726],[53.921568627451,55.8823529411765,45.0980392156863],[52.9411764705882,50.9803921568627,39.2156862745098],[65.6862745098039,59.8039215686275,48.0392156862745],[83.3333333333333,75.4901960784314,62.7450980392157],[74.5098039215686,67.6470588235294,51.9607843137255],[82.3529411764706,73.5294117647059,58.8235294117647],[55.8823529411765,47.0588235294118,32.3529411764706],[36.2745098039216,28.4313725490196,15.6862745098039],[57.843137254902,51.9607843137255,36.2745098039216],[65.6862745098039,62.7450980392157,44.1176470588235],[30.3921568627451,29.4117647058824,9.80392156862745],[36.2745098039216,35.2941176470588,15.6862745098039],[89.2156862745098,88.2352941176471,68.6274509803922],[88.2352941176471,87.2549019607843,67.6470588235294],[67.6470588235294,64.7058823529412,46.078431372549],[44.1176470588235,41.1764705882353,22.5490196078431],[37.2549019607843,34.3137254901961,17.6470588235294],[83.3333333333333,77.4509803921569,61.7647058823529],[36.2745098039216,30.3921568627451,14.7058823529412],[40.1960784313726,34.3137254901961,18.6274509803922],[78.4313725490196,71.5686274509804,55.8823529411765],[67.6470588235294,60.7843137254902,45.0980392156863],[40.1960784313726,33.3333333333333,17.6470588235294],[21.5686274509804,14.7058823529412,0],[50.9803921568627,44.1176470588235,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[50.9803921568627,49.0196078431373,28.4313725490196],[52.9411764705882,50,35.2941176470588],[30.3921568627451,25.4901960784314,19.6078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[33.3333333333333,27.4509803921569,31.3725490196078],[28.4313725490196,22.5490196078431,26.4705882352941],[13.7254901960784,4.90196078431373,5.88235294117647],[19.6078431372549,10.7843137254902,3.92156862745098],[71.5686274509804,59.8039215686275,44.1176470588235],[69.6078431372549,57.843137254902,34.3137254901961],[80.3921568627451,65.6862745098039,37.2549019607843],[88.2352941176471,71.5686274509804,42.156862745098],[85.2941176470588,65.6862745098039,39.2156862745098],[86.2745098039216,64.7058823529412,42.156862745098],[42.156862745098,21.5686274509804,4.90196078431373],[29.4117647058824,12.7450980392157,4.90196078431373],[17.6470588235294,0.980392156862745,0],[40.1960784313726,18.6274509803922,5.88235294117647],[60.7843137254902,35.2941176470588,22.5490196078431],[32.3529411764706,4.90196078431373,0],[84.3137254901961,60.7843137254902,49.0196078431373],[50,33.3333333333333,26.4705882352941],[53.921568627451,40.1960784313726,37.2549019607843],[42.156862745098,28.4313725490196,25.4901960784314],[26.4705882352941,8.82352941176471,4.90196078431373],[49.0196078431373,29.4117647058824,20.5882352941176],[29.4117647058824,7.84313725490196,0],[44.1176470588235,24.5098039215686,13.7254901960784],[37.2549019607843,20.5882352941176,12.7450980392157],[13.7254901960784,4.90196078431373,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[6.86274509803922,0,0],[13.7254901960784,0,0],[29.4117647058824,10.7843137254902,3.92156862745098],[47.0588235294118,25.4901960784314,14.7058823529412],[55.8823529411765,32.3529411764706,22.5490196078431],[48.0392156862745,26.4705882352941,15.6862745098039],[42.156862745098,24.5098039215686,14.7058823529412],[33.3333333333333,18.6274509803922,11.7647058823529],[27.4509803921569,16.6666666666667,14.7058823529412],[19.6078431372549,11.7647058823529,9.80392156862745],[19.6078431372549,10.7843137254902,11.7647058823529],[24.5098039215686,16.6666666666667,14.7058823529412],[25.4901960784314,15.6862745098039,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[38.2352941176471,27.4509803921569,23.5294117647059],[26.4705882352941,19.6078431372549,13.7254901960784],[14.7058823529412,9.80392156862745,3.92156862745098],[28.4313725490196,23.5294117647059,19.6078431372549],[18.6274509803922,15.6862745098039,10.7843137254902],[1.96078431372549,0.980392156862745,0],[9.80392156862745,8.82352941176471,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[10.7843137254902,10.7843137254902,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,8.82352941176471,9.80392156862745],[16.6666666666667,11.7647058823529,15.6862745098039],[14.7058823529412,9.80392156862745,15.6862745098039],[26.4705882352941,21.5686274509804,27.4509803921569],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,8.82352941176471,8.82352941176471],[19.6078431372549,20.5882352941176,22.5490196078431],[7.84313725490196,8.82352941176471,13.7254901960784],[3.92156862745098,5.88235294117647,17.6470588235294],[0,0,12.7450980392157],[8.82352941176471,10.7843137254902,23.5294117647059],[6.86274509803922,8.82352941176471,20.5882352941176],[0,0,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[7.84313725490196,11.7647058823529,10.7843137254902],[0,1.96078431372549,0],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[7.84313725490196,6.86274509803922,11.7647058823529],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[9.80392156862745,11.7647058823529,6.86274509803922],[0,1.96078431372549,0],[48.0392156862745,52.9411764705882,47.0588235294118],[1.96078431372549,6.86274509803922,0.980392156862745],[0,2.94117647058824,0],[3.92156862745098,5.88235294117647,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[2.94117647058824,1.96078431372549,7.84313725490196],[16.6666666666667,13.7254901960784,20.5882352941176],[6.86274509803922,3.92156862745098,10.7843137254902],[10.7843137254902,5.88235294117647,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,10.7843137254902,13.7254901960784],[0,8.82352941176471,9.80392156862745],[4.90196078431373,10.7843137254902,8.82352941176471],[21.5686274509804,21.5686274509804,19.6078431372549],[34.3137254901961,30.3921568627451,29.4117647058824],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,0,5.88235294117647],[21.5686274509804,10.7843137254902,18.6274509803922],[23.5294117647059,12.7450980392157,16.6666666666667],[31.3725490196078,23.5294117647059,20.5882352941176],[32.3529411764706,26.4705882352941,12.7450980392157],[37.2549019607843,35.2941176470588,14.7058823529412],[47.0588235294118,45.0980392156863,24.5098039215686],[60.7843137254902,57.843137254902,41.1764705882353],[33.3333333333333,26.4705882352941,18.6274509803922],[58.8235294117647,54.9019607843137,46.078431372549],[88.2352941176471,85.2941176470588,66.6666666666667],[78.4313725490196,78.4313725490196,54.9019607843137],[29.4117647058824,31.3725490196078,10.7843137254902],[38.2352941176471,41.1764705882353,24.5098039215686],[65.6862745098039,69.6078431372549,55.8823529411765],[26.4705882352941,29.4117647058824,18.6274509803922],[40.1960784313726,42.156862745098,31.3725490196078],[51.9607843137255,51.9607843137255,40.1960784313726],[67.6470588235294,63.7254901960784,51.9607843137255],[71.5686274509804,65.6862745098039,51.9607843137255],[64.7058823529412,57.843137254902,40.1960784313726],[46.078431372549,37.2549019607843,20.5882352941176],[54.9019607843137,47.0588235294118,28.4313725490196],[44.1176470588235,36.2745098039216,17.6470588235294],[48.0392156862745,41.1764705882353,23.5294117647059],[76.4705882352941,71.5686274509804,52.9411764705882],[68.6274509803922,66.6666666666667,46.078431372549],[44.1176470588235,42.156862745098,19.6078431372549],[66.6666666666667,65.6862745098039,45.0980392156863],[86.2745098039216,85.2941176470588,64.7058823529412],[76.4705882352941,75.4901960784314,55.8823529411765],[67.6470588235294,66.6666666666667,47.0588235294118],[24.5098039215686,23.5294117647059,5.88235294117647],[31.3725490196078,29.4117647058824,14.7058823529412],[58.8235294117647,56.8627450980392,44.1176470588235],[44.1176470588235,42.156862745098,29.4117647058824],[39.2156862745098,35.2941176470588,23.5294117647059],[61.7647058823529,54.9019607843137,45.0980392156863],[51.9607843137255,43.1372549019608,34.3137254901961],[52.9411764705882,44.1176470588235,35.2941176470588],[32.3529411764706,22.5490196078431,13.7254901960784],[19.6078431372549,11.7647058823529,0],[36.2745098039216,34.3137254901961,11.7647058823529],[16.6666666666667,15.6862745098039,0],[50.9803921568627,49.0196078431373,37.2549019607843],[45.0980392156863,41.1764705882353,38.2352941176471],[17.6470588235294,12.7450980392157,18.6274509803922],[13.7254901960784,5.88235294117647,16.6666666666667],[35.2941176470588,28.4313725490196,36.2745098039216],[30.3921568627451,21.5686274509804,24.5098039215686],[38.2352941176471,29.4117647058824,24.5098039215686],[56.8627450980392,47.0588235294118,35.2941176470588],[20.5882352941176,7.84313725490196,0],[45.0980392156863,29.4117647058824,4.90196078431373],[88.2352941176471,71.5686274509804,46.078431372549],[89.2156862745098,67.6470588235294,44.1176470588235],[73.5294117647059,49.0196078431373,27.4509803921569],[42.156862745098,19.6078431372549,3.92156862745098],[39.2156862745098,20.5882352941176,13.7254901960784],[38.2352941176471,19.6078431372549,13.7254901960784],[34.3137254901961,10.7843137254902,0.980392156862745],[56.8627450980392,29.4117647058824,17.6470588235294],[37.2549019607843,11.7647058823529,0],[66.6666666666667,45.0980392156863,34.3137254901961],[55.8823529411765,41.1764705882353,36.2745098039216],[49.0196078431373,37.2549019607843,37.2549019607843],[27.4509803921569,15.6862745098039,15.6862745098039],[9.80392156862745,0,0],[50.9803921568627,32.3529411764706,25.4901960784314],[45.0980392156863,25.4901960784314,14.7058823529412],[61.7647058823529,42.156862745098,31.3725490196078],[23.5294117647059,6.86274509803922,0],[6.86274509803922,0,0],[21.5686274509804,13.7254901960784,11.7647058823529],[29.4117647058824,23.5294117647059,25.4901960784314],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,8.82352941176471,7.84313725490196],[41.1764705882353,23.5294117647059,19.6078431372549],[31.3725490196078,8.82352941176471,2.94117647058824],[21.5686274509804,0,0],[35.2941176470588,12.7450980392157,4.90196078431373],[36.2745098039216,17.6470588235294,11.7647058823529],[24.5098039215686,9.80392156862745,6.86274509803922],[14.7058823529412,2.94117647058824,2.94117647058824],[8.82352941176471,0,2.94117647058824],[16.6666666666667,7.84313725490196,12.7450980392157],[25.4901960784314,16.6666666666667,19.6078431372549],[20.5882352941176,10.7843137254902,11.7647058823529],[15.6862745098039,3.92156862745098,3.92156862745098],[18.6274509803922,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[15.6862745098039,8.82352941176471,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,11.7647058823529,8.82352941176471],[5.88235294117647,4.90196078431373,2.94117647058824],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[9.80392156862745,7.84313725490196,8.82352941176471],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,7.84313725490196,8.82352941176471],[15.6862745098039,10.7843137254902,14.7058823529412],[6.86274509803922,1.96078431372549,8.82352941176471],[23.5294117647059,18.6274509803922,25.4901960784314],[12.7450980392157,10.7843137254902,13.7254901960784],[9.80392156862745,7.84313725490196,8.82352941176471],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,6.86274509803922,8.82352941176471],[12.7450980392157,13.7254901960784,18.6274509803922],[3.92156862745098,5.88235294117647,17.6470588235294],[5.88235294117647,7.84313725490196,20.5882352941176],[31.3725490196078,33.3333333333333,48.0392156862745],[29.4117647058824,31.3725490196078,44.1176470588235],[3.92156862745098,6.86274509803922,13.7254901960784],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,0],[3.92156862745098,8.82352941176471,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0],[1.96078431372549,6.86274509803922,0.980392156862745],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,8.82352941176471,13.7254901960784],[2.94117647058824,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,7.84313725490196],[10.7843137254902,7.84313725490196,14.7058823529412],[5.88235294117647,2.94117647058824,9.80392156862745],[9.80392156862745,10.7843137254902,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0,9.80392156862745,11.7647058823529],[1.96078431372549,7.84313725490196,7.84313725490196],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[8.82352941176471,3.92156862745098,9.80392156862745],[17.6470588235294,10.7843137254902,18.6274509803922],[17.6470588235294,7.84313725490196,16.6666666666667],[18.6274509803922,11.7647058823529,18.6274509803922],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,24.5098039215686,15.6862745098039],[46.078431372549,44.1176470588235,31.3725490196078],[25.4901960784314,23.5294117647059,10.7843137254902],[11.7647058823529,9.80392156862745,0],[22.5490196078431,19.6078431372549,14.7058823529412],[39.2156862745098,36.2745098039216,31.3725490196078],[33.3333333333333,34.3137254901961,20.5882352941176],[20.5882352941176,21.5686274509804,3.92156862745098],[44.1176470588235,47.0588235294118,30.3921568627451],[48.0392156862745,50,36.2745098039216],[91.1764705882353,95.0980392156863,81.3725490196078],[73.5294117647059,76.4705882352941,65.6862745098039],[46.078431372549,48.0392156862745,35.2941176470588],[38.2352941176471,38.2352941176471,26.4705882352941],[60.7843137254902,57.843137254902,43.1372549019608],[79.4117647058823,73.5294117647059,57.843137254902],[84.3137254901961,77.4509803921569,59.8039215686275],[54.9019607843137,48.0392156862745,29.4117647058824],[50,43.1372549019608,24.5098039215686],[55.8823529411765,49.0196078431373,30.3921568627451],[74.5098039215686,67.6470588235294,49.0196078431373],[72.5490196078431,67.6470588235294,48.0392156862745],[52.9411764705882,48.0392156862745,28.4313725490196],[96.078431372549,94.1176470588235,73.5294117647059],[91.1764705882353,89.2156862745098,68.6274509803922],[82.3529411764706,81.3725490196078,61.7647058823529],[67.6470588235294,68.6274509803922,50.9803921568627],[50,50.9803921568627,35.2941176470588],[27.4509803921569,28.4313725490196,14.7058823529412],[26.4705882352941,28.4313725490196,15.6862745098039],[46.078431372549,48.0392156862745,37.2549019607843],[49.0196078431373,50.9803921568627,40.1960784313726],[36.2745098039216,36.2745098039216,28.4313725490196],[43.1372549019608,40.1960784313726,33.3333333333333],[23.5294117647059,18.6274509803922,14.7058823529412],[35.2941176470588,30.3921568627451,26.4705882352941],[32.3529411764706,24.5098039215686,21.5686274509804],[17.6470588235294,13.7254901960784,4.90196078431373],[9.80392156862745,10.7843137254902,0],[18.6274509803922,19.6078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,0.980392156862745],[29.4117647058824,27.4509803921569,28.4313725490196],[24.5098039215686,21.5686274509804,28.4313725490196],[19.6078431372549,16.6666666666667,25.4901960784314],[50,45.0980392156863,51.9607843137255],[44.1176470588235,40.1960784313726,41.1764705882353],[26.4705882352941,21.5686274509804,17.6470588235294],[29.4117647058824,22.5490196078431,12.7450980392157],[8.82352941176471,0,0],[33.3333333333333,22.5490196078431,4.90196078431373],[51.9607843137255,36.2745098039216,20.5882352941176],[56.8627450980392,40.1960784313726,22.5490196078431],[52.9411764705882,36.2745098039216,18.6274509803922],[32.3529411764706,14.7058823529412,0.980392156862745],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,15.6862745098039,9.80392156862745],[23.5294117647059,0.980392156862745,0],[51.9607843137255,28.4313725490196,18.6274509803922],[43.1372549019608,21.5686274509804,10.7843137254902],[36.2745098039216,16.6666666666667,9.80392156862745],[50.9803921568627,36.2745098039216,33.3333333333333],[18.6274509803922,6.86274509803922,6.86274509803922],[18.6274509803922,8.82352941176471,7.84313725490196],[13.7254901960784,2.94117647058824,0.980392156862745],[46.078431372549,31.3725490196078,26.4705882352941],[28.4313725490196,11.7647058823529,4.90196078431373],[34.3137254901961,20.5882352941176,11.7647058823529],[33.3333333333333,20.5882352941176,12.7450980392157],[65.6862745098039,57.843137254902,54.9019607843137],[19.6078431372549,11.7647058823529,9.80392156862745],[27.4509803921569,18.6274509803922,19.6078431372549],[21.5686274509804,11.7647058823529,12.7450980392157],[26.4705882352941,12.7450980392157,11.7647058823529],[50,32.3529411764706,28.4313725490196],[40.1960784313726,19.6078431372549,14.7058823529412],[21.5686274509804,1.96078431372549,0],[33.3333333333333,14.7058823529412,8.82352941176471],[32.3529411764706,14.7058823529412,10.7843137254902],[32.3529411764706,18.6274509803922,17.6470588235294],[15.6862745098039,5.88235294117647,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[13.7254901960784,7.84313725490196,11.7647058823529],[16.6666666666667,10.7843137254902,14.7058823529412],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[21.5686274509804,13.7254901960784,10.7843137254902],[14.7058823529412,9.80392156862745,5.88235294117647],[5.88235294117647,0.980392156862745,0],[23.5294117647059,19.6078431372549,16.6666666666667],[27.4509803921569,26.4705882352941,24.5098039215686],[15.6862745098039,14.7058823529412,12.7450980392157],[20.5882352941176,20.5882352941176,20.5882352941176],[20.5882352941176,20.5882352941176,20.5882352941176],[8.82352941176471,8.82352941176471,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[16.6666666666667,14.7058823529412,19.6078431372549],[0.980392156862745,0,4.90196078431373],[9.80392156862745,7.84313725490196,12.7450980392157],[6.86274509803922,4.90196078431373,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0.980392156862745,2.94117647058824],[7.84313725490196,8.82352941176471,13.7254901960784],[6.86274509803922,6.86274509803922,16.6666666666667],[0,0.980392156862745,12.7450980392157],[1.96078431372549,3.92156862745098,15.6862745098039],[5.88235294117647,8.82352941176471,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,1.96078431372549],[3.92156862745098,8.82352941176471,4.90196078431373],[4.90196078431373,6.86274509803922,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,0,4.90196078431373],[7.84313725490196,6.86274509803922,11.7647058823529],[27.4509803921569,28.4313725490196,32.3529411764706],[23.5294117647059,28.4313725490196,32.3529411764706],[5.88235294117647,10.7843137254902,14.7058823529412],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,4.90196078431373,11.7647058823529],[11.7647058823529,9.80392156862745,14.7058823529412],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[21.5686274509804,21.5686274509804,19.6078431372549],[30.3921568627451,31.3725490196078,26.4705882352941],[34.3137254901961,36.2745098039216,31.3725490196078],[15.6862745098039,17.6470588235294,12.7450980392157],[9.80392156862745,11.7647058823529,8.82352941176471],[68.6274509803922,70.5882352941177,67.6470588235294],[84.3137254901961,89.2156862745098,82.3529411764706],[0.980392156862745,6.86274509803922,0],[40.1960784313726,46.078431372549,36.2745098039216],[27.4509803921569,33.3333333333333,21.5686274509804],[61.7647058823529,67.6470588235294,55.8823529411765],[59.8039215686275,63.7254901960784,50],[63.7254901960784,67.6470588235294,52.9411764705882],[59.8039215686275,62.7450980392157,46.078431372549],[46.078431372549,47.0588235294118,31.3725490196078],[58.8235294117647,57.843137254902,40.1960784313726],[46.078431372549,43.1372549019608,24.5098039215686],[34.3137254901961,31.3725490196078,12.7450980392157],[78.4313725490196,73.5294117647059,54.9019607843137],[56.8627450980392,51.9607843137255,33.3333333333333],[75.4901960784314,70.5882352941177,51.9607843137255],[77.4509803921569,71.5686274509804,55.8823529411765],[59.8039215686275,53.921568627451,38.2352941176471],[104.901960784314,99.0196078431373,85.2941176470588],[54.9019607843137,51.9607843137255,37.2549019607843],[54.9019607843137,52.9411764705882,40.1960784313726],[41.1764705882353,42.156862745098,28.4313725490196],[38.2352941176471,38.2352941176471,26.4705882352941],[22.5490196078431,24.5098039215686,13.7254901960784],[53.921568627451,56.8627450980392,48.0392156862745],[51.9607843137255,56.8627450980392,50],[25.4901960784314,30.3921568627451,23.5294117647059],[23.5294117647059,28.4313725490196,22.5490196078431],[24.5098039215686,29.4117647058824,25.4901960784314],[24.5098039215686,26.4705882352941,25.4901960784314],[8.82352941176471,10.7843137254902,9.80392156862745],[26.4705882352941,28.4313725490196,27.4509803921569],[13.7254901960784,15.6862745098039,12.7450980392157],[0.980392156862745,2.94117647058824,0],[13.7254901960784,18.6274509803922,14.7058823529412],[8.82352941176471,12.7450980392157,11.7647058823529],[0.980392156862745,4.90196078431373,5.88235294117647],[9.80392156862745,10.7843137254902,14.7058823529412],[20.5882352941176,21.5686274509804,25.4901960784314],[26.4705882352941,26.4705882352941,28.4313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[17.6470588235294,17.6470588235294,15.6862745098039],[16.6666666666667,15.6862745098039,10.7843137254902],[12.7450980392157,9.80392156862745,2.94117647058824],[15.6862745098039,11.7647058823529,2.94117647058824],[24.5098039215686,20.5882352941176,11.7647058823529],[28.4313725490196,21.5686274509804,13.7254901960784],[24.5098039215686,17.6470588235294,9.80392156862745],[27.4509803921569,18.6274509803922,11.7647058823529],[32.3529411764706,17.6470588235294,14.7058823529412],[41.1764705882353,23.5294117647059,19.6078431372549],[41.1764705882353,22.5490196078431,18.6274509803922],[41.1764705882353,22.5490196078431,18.6274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[25.4901960784314,10.7843137254902,7.84313725490196],[30.3921568627451,16.6666666666667,15.6862745098039],[27.4509803921569,15.6862745098039,15.6862745098039],[23.5294117647059,13.7254901960784,12.7450980392157],[8.82352941176471,0.980392156862745,0],[40.1960784313726,30.3921568627451,29.4117647058824],[53.921568627451,44.1176470588235,42.156862745098],[20.5882352941176,12.7450980392157,10.7843137254902],[22.5490196078431,17.6470588235294,14.7058823529412],[38.2352941176471,34.3137254901961,33.3333333333333],[11.7647058823529,6.86274509803922,3.92156862745098],[25.4901960784314,14.7058823529412,12.7450980392157],[12.7450980392157,0,0],[29.4117647058824,14.7058823529412,9.80392156862745],[39.2156862745098,21.5686274509804,17.6470588235294],[43.1372549019608,25.4901960784314,21.5686274509804],[38.2352941176471,23.5294117647059,18.6274509803922],[21.5686274509804,6.86274509803922,3.92156862745098],[34.3137254901961,20.5882352941176,19.6078431372549],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[22.5490196078431,18.6274509803922,17.6470588235294],[22.5490196078431,20.5882352941176,21.5686274509804],[15.6862745098039,13.7254901960784,14.7058823529412],[20.5882352941176,18.6274509803922,19.6078431372549],[20.5882352941176,18.6274509803922,19.6078431372549],[10.7843137254902,8.82352941176471,9.80392156862745],[1.96078431372549,0,0.980392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[11.7647058823529,11.7647058823529,11.7647058823529],[24.5098039215686,24.5098039215686,24.5098039215686],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[24.5098039215686,24.5098039215686,26.4705882352941],[30.3921568627451,30.3921568627451,32.3529411764706],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,10.7843137254902],[5.88235294117647,4.90196078431373,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[25.4901960784314,25.4901960784314,27.4509803921569],[24.5098039215686,24.5098039215686,26.4705882352941],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[51.9607843137255,52.9411764705882,54.9019607843137],[47.0588235294118,48.0392156862745,50],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[10.7843137254902,11.7647058823529,16.6666666666667],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,8.82352941176471],[18.6274509803922,18.6274509803922,18.6274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,10.7843137254902,13.7254901960784],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[11.7647058823529,12.7450980392157,14.7058823529412],[14.7058823529412,18.6274509803922,17.6470588235294],[5.88235294117647,9.80392156862745,8.82352941176471],[2.94117647058824,8.82352941176471,6.86274509803922],[53.921568627451,59.8039215686275,57.843137254902],[159.803921568627,168.627450980392,165.686274509804],[19.6078431372549,28.4313725490196,23.5294117647059],[6.86274509803922,13.7254901960784,6.86274509803922],[23.5294117647059,30.3921568627451,22.5490196078431],[62.7450980392157,68.6274509803922,58.8235294117647],[35.2941176470588,41.1764705882353,29.4117647058824],[29.4117647058824,35.2941176470588,21.5686274509804],[50.9803921568627,54.9019607843137,40.1960784313726],[45.0980392156863,48.0392156862745,31.3725490196078],[42.156862745098,43.1372549019608,27.4509803921569],[36.2745098039216,37.2549019607843,19.6078431372549],[42.156862745098,41.1764705882353,23.5294117647059],[64.7058823529412,63.7254901960784,46.078431372549],[23.5294117647059,20.5882352941176,5.88235294117647],[52.9411764705882,50,35.2941176470588],[84.3137254901961,80.3921568627451,68.6274509803922],[58.8235294117647,52.9411764705882,41.1764705882353],[62.7450980392157,58.8235294117647,48.0392156862745],[20.5882352941176,18.6274509803922,6.86274509803922],[31.3725490196078,31.3725490196078,21.5686274509804],[64.7058823529412,66.6666666666667,55.8823529411765],[50,52.9411764705882,44.1176470588235],[27.4509803921569,32.3529411764706,25.4901960784314],[28.4313725490196,33.3333333333333,26.4705882352941],[41.1764705882353,48.0392156862745,41.1764705882353],[18.6274509803922,27.4509803921569,22.5490196078431],[14.7058823529412,23.5294117647059,20.5882352941176],[14.7058823529412,23.5294117647059,20.5882352941176],[6.86274509803922,15.6862745098039,14.7058823529412],[6.86274509803922,15.6862745098039,14.7058823529412],[2.94117647058824,11.7647058823529,10.7843137254902],[7.84313725490196,13.7254901960784,13.7254901960784],[19.6078431372549,24.5098039215686,27.4509803921569],[5.88235294117647,10.7843137254902,13.7254901960784],[0,2.94117647058824,2.94117647058824],[10.7843137254902,16.6666666666667,16.6666666666667],[0,0.980392156862745,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[11.7647058823529,15.6862745098039,14.7058823529412],[5.88235294117647,7.84313725490196,6.86274509803922],[9.80392156862745,11.7647058823529,8.82352941176471],[15.6862745098039,17.6470588235294,14.7058823529412],[13.7254901960784,14.7058823529412,9.80392156862745],[10.7843137254902,11.7647058823529,6.86274509803922],[14.7058823529412,15.6862745098039,10.7843137254902],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[11.7647058823529,6.86274509803922,3.92156862745098],[26.4705882352941,15.6862745098039,13.7254901960784],[47.0588235294118,32.3529411764706,29.4117647058824],[40.1960784313726,25.4901960784314,22.5490196078431],[29.4117647058824,15.6862745098039,12.7450980392157],[30.3921568627451,16.6666666666667,15.6862745098039],[28.4313725490196,17.6470588235294,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[26.4705882352941,16.6666666666667,14.7058823529412],[17.6470588235294,9.80392156862745,7.84313725490196],[15.6862745098039,10.7843137254902,7.84313725490196],[21.5686274509804,15.6862745098039,15.6862745098039],[20.5882352941176,16.6666666666667,15.6862745098039],[12.7450980392157,8.82352941176471,9.80392156862745],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,2.94117647058824,2.94117647058824],[39.2156862745098,25.4901960784314,22.5490196078431],[18.6274509803922,3.92156862745098,0],[27.4509803921569,12.7450980392157,7.84313725490196],[39.2156862745098,24.5098039215686,19.6078431372549],[52.9411764705882,39.2156862745098,36.2745098039216],[50,39.2156862745098,35.2941176470588],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[13.7254901960784,11.7647058823529,12.7450980392157],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[20.5882352941176,16.6666666666667,17.6470588235294],[17.6470588235294,15.6862745098039,16.6666666666667],[14.7058823529412,12.7450980392157,13.7254901960784],[24.5098039215686,22.5490196078431,23.5294117647059],[28.4313725490196,26.4705882352941,27.4509803921569],[21.5686274509804,19.6078431372549,20.5882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[15.6862745098039,15.6862745098039,15.6862745098039],[29.4117647058824,29.4117647058824,29.4117647058824],[11.7647058823529,11.7647058823529,11.7647058823529],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[9.80392156862745,9.80392156862745,11.7647058823529],[13.7254901960784,13.7254901960784,15.6862745098039],[2.94117647058824,2.94117647058824,4.90196078431373],[10.7843137254902,10.7843137254902,12.7450980392157],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[8.82352941176471,8.82352941176471,10.7843137254902],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[8.82352941176471,9.80392156862745,11.7647058823529],[13.7254901960784,14.7058823529412,16.6666666666667],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,4.90196078431373],[13.7254901960784,14.7058823529412,19.6078431372549],[9.80392156862745,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[5.88235294117647,6.86274509803922,11.7647058823529],[0.980392156862745,1.96078431372549,6.86274509803922],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,3.92156862745098],[7.84313725490196,7.84313725490196,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[9.80392156862745,13.7254901960784,12.7450980392157],[3.92156862745098,7.84313725490196,6.86274509803922],[0,1.96078431372549,0],[25.4901960784314,31.3725490196078,29.4117647058824],[0,7.84313725490196,6.86274509803922],[0,2.94117647058824,1.96078431372549],[20.5882352941176,26.4705882352941,24.5098039215686],[17.6470588235294,23.5294117647059,19.6078431372549],[21.5686274509804,28.4313725490196,21.5686274509804],[22.5490196078431,27.4509803921569,20.5882352941176],[23.5294117647059,29.4117647058824,19.6078431372549],[22.5490196078431,25.4901960784314,16.6666666666667],[60.7843137254902,63.7254901960784,52.9411764705882],[66.6666666666667,68.6274509803922,57.843137254902],[47.0588235294118,49.0196078431373,36.2745098039216],[23.5294117647059,23.5294117647059,11.7647058823529],[52.9411764705882,52.9411764705882,41.1764705882353],[58.8235294117647,55.8823529411765,47.0588235294118],[66.6666666666667,63.7254901960784,54.9019607843137],[36.2745098039216,33.3333333333333,24.5098039215686],[30.3921568627451,30.3921568627451,20.5882352941176],[27.4509803921569,27.4509803921569,17.6470588235294],[22.5490196078431,24.5098039215686,13.7254901960784],[29.4117647058824,30.3921568627451,22.5490196078431],[67.6470588235294,70.5882352941177,61.7647058823529],[28.4313725490196,33.3333333333333,26.4705882352941],[26.4705882352941,33.3333333333333,25.4901960784314],[23.5294117647059,33.3333333333333,25.4901960784314],[32.3529411764706,43.1372549019608,37.2549019607843],[9.80392156862745,20.5882352941176,14.7058823529412],[22.5490196078431,33.3333333333333,29.4117647058824],[6.86274509803922,17.6470588235294,13.7254901960784],[5.88235294117647,15.6862745098039,14.7058823529412],[9.80392156862745,19.6078431372549,18.6274509803922],[10.7843137254902,20.5882352941176,19.6078431372549],[11.7647058823529,20.5882352941176,19.6078431372549],[5.88235294117647,10.7843137254902,13.7254901960784],[10.7843137254902,15.6862745098039,18.6274509803922],[9.80392156862745,14.7058823529412,17.6470588235294],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,8.82352941176471,8.82352941176471],[0,0.980392156862745,1.96078431372549],[8.82352941176471,12.7450980392157,13.7254901960784],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,7.84313725490196,6.86274509803922],[15.6862745098039,17.6470588235294,16.6666666666667],[14.7058823529412,16.6666666666667,13.7254901960784],[7.84313725490196,7.84313725490196,5.88235294117647],[9.80392156862745,9.80392156862745,7.84313725490196],[13.7254901960784,13.7254901960784,11.7647058823529],[10.7843137254902,11.7647058823529,6.86274509803922],[5.88235294117647,1.96078431372549,0],[15.6862745098039,5.88235294117647,3.92156862745098],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,21.5686274509804,20.5882352941176],[30.3921568627451,19.6078431372549,17.6470588235294],[38.2352941176471,26.4705882352941,26.4705882352941],[28.4313725490196,18.6274509803922,17.6470588235294],[18.6274509803922,8.82352941176471,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[17.6470588235294,8.82352941176471,9.80392156862745],[21.5686274509804,15.6862745098039,15.6862745098039],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[21.5686274509804,6.86274509803922,3.92156862745098],[44.1176470588235,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,27.4509803921569],[34.3137254901961,20.5882352941176,19.6078431372549],[23.5294117647059,12.7450980392157,10.7843137254902],[8.82352941176471,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[9.80392156862745,0.980392156862745,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,7.84313725490196,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[12.7450980392157,10.7843137254902,11.7647058823529],[10.7843137254902,8.82352941176471,9.80392156862745],[22.5490196078431,20.5882352941176,21.5686274509804],[24.5098039215686,22.5490196078431,23.5294117647059],[21.5686274509804,19.6078431372549,20.5882352941176],[10.7843137254902,8.82352941176471,9.80392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[9.80392156862745,9.80392156862745,9.80392156862745],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[14.7058823529412,15.6862745098039,17.6470588235294],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,5.88235294117647],[12.7450980392157,13.7254901960784,18.6274509803922],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[10.7843137254902,14.7058823529412,13.7254901960784],[8.82352941176471,12.7450980392157,11.7647058823529],[0,1.96078431372549,0],[2.94117647058824,8.82352941176471,8.82352941176471],[8.82352941176471,16.6666666666667,18.6274509803922],[4.90196078431373,12.7450980392157,14.7058823529412],[5.88235294117647,11.7647058823529,11.7647058823529],[12.7450980392157,18.6274509803922,16.6666666666667],[18.6274509803922,24.5098039215686,20.5882352941176],[30.3921568627451,36.2745098039216,32.3529411764706],[31.3725490196078,36.2745098039216,30.3921568627451],[30.3921568627451,35.2941176470588,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[49.0196078431373,51.9607843137255,45.0980392156863],[41.1764705882353,44.1176470588235,37.2549019607843],[27.4509803921569,28.4313725490196,22.5490196078431],[40.1960784313726,41.1764705882353,35.2941176470588],[38.2352941176471,39.2156862745098,34.3137254901961],[42.156862745098,43.1372549019608,38.2352941176471],[15.6862745098039,16.6666666666667,11.7647058823529],[22.5490196078431,25.4901960784314,18.6274509803922],[16.6666666666667,21.5686274509804,14.7058823529412],[27.4509803921569,32.3529411764706,25.4901960784314],[29.4117647058824,36.2745098039216,28.4313725490196],[50.9803921568627,60.7843137254902,52.9411764705882],[13.7254901960784,23.5294117647059,15.6862745098039],[20.5882352941176,31.3725490196078,23.5294117647059],[17.6470588235294,30.3921568627451,23.5294117647059],[28.4313725490196,41.1764705882353,34.3137254901961],[13.7254901960784,28.4313725490196,23.5294117647059],[4.90196078431373,19.6078431372549,14.7058823529412],[3.92156862745098,15.6862745098039,11.7647058823529],[20.5882352941176,32.3529411764706,30.3921568627451],[7.84313725490196,19.6078431372549,17.6470588235294],[0,9.80392156862745,7.84313725490196],[11.7647058823529,21.5686274509804,20.5882352941176],[0,2.94117647058824,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[3.92156862745098,8.82352941176471,11.7647058823529],[3.92156862745098,8.82352941176471,11.7647058823529],[11.7647058823529,17.6470588235294,17.6470588235294],[7.84313725490196,13.7254901960784,13.7254901960784],[5.88235294117647,9.80392156862745,10.7843137254902],[0.980392156862745,4.90196078431373,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[8.82352941176471,10.7843137254902,9.80392156862745],[6.86274509803922,8.82352941176471,7.84313725490196],[1.96078431372549,3.92156862745098,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[10.7843137254902,10.7843137254902,8.82352941176471],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,7.84313725490196,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[20.5882352941176,10.7843137254902,8.82352941176471],[18.6274509803922,8.82352941176471,6.86274509803922],[31.3725490196078,21.5686274509804,20.5882352941176],[36.2745098039216,28.4313725490196,26.4705882352941],[17.6470588235294,9.80392156862745,7.84313725490196],[6.86274509803922,1.96078431372549,0],[10.7843137254902,4.90196078431373,4.90196078431373],[16.6666666666667,10.7843137254902,10.7843137254902],[13.7254901960784,9.80392156862745,8.82352941176471],[12.7450980392157,8.82352941176471,9.80392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,14.7058823529412],[24.5098039215686,13.7254901960784,11.7647058823529],[16.6666666666667,6.86274509803922,4.90196078431373],[14.7058823529412,4.90196078431373,3.92156862745098],[6.86274509803922,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,11.7647058823529,12.7450980392157],[15.6862745098039,13.7254901960784,14.7058823529412],[9.80392156862745,7.84313725490196,8.82352941176471],[6.86274509803922,4.90196078431373,5.88235294117647],[13.7254901960784,11.7647058823529,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[9.80392156862745,8.82352941176471,13.7254901960784],[6.86274509803922,5.88235294117647,10.7843137254902],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[22.5490196078431,23.5294117647059,28.4313725490196],[23.5294117647059,24.5098039215686,29.4117647058824],[1.96078431372549,2.94117647058824,7.84313725490196],[9.80392156862745,10.7843137254902,15.6862745098039],[1.96078431372549,2.94117647058824,7.84313725490196],[7.84313725490196,8.82352941176471,13.7254901960784],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[9.80392156862745,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[0,5.88235294117647,5.88235294117647],[0,7.84313725490196,10.7843137254902],[10.7843137254902,18.6274509803922,21.5686274509804],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,12.7450980392157,15.6862745098039],[0.980392156862745,6.86274509803922,6.86274509803922],[13.7254901960784,19.6078431372549,19.6078431372549],[19.6078431372549,25.4901960784314,25.4901960784314],[27.4509803921569,33.3333333333333,33.3333333333333],[11.7647058823529,17.6470588235294,15.6862745098039],[7.84313725490196,11.7647058823529,10.7843137254902],[17.6470588235294,21.5686274509804,20.5882352941176],[28.4313725490196,30.3921568627451,29.4117647058824],[21.5686274509804,23.5294117647059,22.5490196078431],[2.94117647058824,3.92156862745098,5.88235294117647],[14.7058823529412,15.6862745098039,17.6470588235294],[23.5294117647059,27.4509803921569,28.4313725490196],[17.6470588235294,23.5294117647059,21.5686274509804],[16.6666666666667,25.4901960784314,20.5882352941176],[23.5294117647059,32.3529411764706,27.4509803921569],[25.4901960784314,36.2745098039216,30.3921568627451],[23.5294117647059,36.2745098039216,29.4117647058824],[9.80392156862745,21.5686274509804,17.6470588235294],[12.7450980392157,27.4509803921569,22.5490196078431],[10.7843137254902,25.4901960784314,20.5882352941176],[9.80392156862745,24.5098039215686,19.6078431372549],[19.6078431372549,34.3137254901961,31.3725490196078],[9.80392156862745,24.5098039215686,21.5686274509804],[1.96078431372549,16.6666666666667,13.7254901960784],[0,4.90196078431373,1.96078431372549],[0,4.90196078431373,1.96078431372549],[8.82352941176471,22.5490196078431,22.5490196078431],[0,9.80392156862745,9.80392156862745],[13.7254901960784,21.5686274509804,24.5098039215686],[10.7843137254902,18.6274509803922,21.5686274509804],[0,6.86274509803922,9.80392156862745],[14.7058823529412,22.5490196078431,25.4901960784314],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[3.92156862745098,8.82352941176471,11.7647058823529],[14.7058823529412,18.6274509803922,21.5686274509804],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,2.94117647058824],[0,0.980392156862745,1.96078431372549],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[7.84313725490196,9.80392156862745,8.82352941176471],[8.82352941176471,10.7843137254902,9.80392156862745],[9.80392156862745,9.80392156862745,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[17.6470588235294,11.7647058823529,11.7647058823529],[14.7058823529412,8.82352941176471,8.82352941176471],[4.90196078431373,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,13.7254901960784,13.7254901960784],[11.7647058823529,5.88235294117647,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[11.7647058823529,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[11.7647058823529,9.80392156862745,12.7450980392157],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[1.96078431372549,0,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[8.82352941176471,8.82352941176471,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[11.7647058823529,10.7843137254902,15.6862745098039],[7.84313725490196,6.86274509803922,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[24.5098039215686,27.4509803921569,32.3529411764706],[36.2745098039216,39.2156862745098,44.1176470588235],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,1.96078431372549,5.88235294117647],[0,2.94117647058824,8.82352941176471],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[8.82352941176471,13.7254901960784,16.6666666666667],[14.7058823529412,19.6078431372549,22.5490196078431],[4.90196078431373,9.80392156862745,12.7450980392157],[1.96078431372549,6.86274509803922,9.80392156862745],[4.90196078431373,9.80392156862745,12.7450980392157],[6.86274509803922,11.7647058823529,14.7058823529412],[8.82352941176471,13.7254901960784,16.6666666666667],[6.86274509803922,11.7647058823529,15.6862745098039],[4.90196078431373,9.80392156862745,13.7254901960784],[12.7450980392157,17.6470588235294,21.5686274509804],[16.6666666666667,21.5686274509804,25.4901960784314],[8.82352941176471,16.6666666666667,19.6078431372549],[15.6862745098039,25.4901960784314,26.4705882352941],[8.82352941176471,20.5882352941176,18.6274509803922],[0.980392156862745,12.7450980392157,10.7843137254902],[8.82352941176471,23.5294117647059,20.5882352941176],[4.90196078431373,19.6078431372549,16.6666666666667],[17.6470588235294,32.3529411764706,29.4117647058824],[8.82352941176471,24.5098039215686,21.5686274509804],[0,15.6862745098039,12.7450980392157],[10.7843137254902,26.4705882352941,23.5294117647059],[19.6078431372549,35.2941176470588,32.3529411764706],[0,15.6862745098039,12.7450980392157],[18.6274509803922,33.3333333333333,30.3921568627451],[129.411764705882,144.117647058824,141.176470588235],[15.6862745098039,30.3921568627451,27.4509803921569],[0,3.92156862745098,3.92156862745098],[12.7450980392157,24.5098039215686,24.5098039215686],[1.96078431372549,11.7647058823529,13.7254901960784],[9.80392156862745,17.6470588235294,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[0,1.96078431372549,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[0,3.92156862745098,6.86274509803922],[7.84313725490196,12.7450980392157,15.6862745098039],[2.94117647058824,7.84313725490196,10.7843137254902],[8.82352941176471,12.7450980392157,13.7254901960784],[0.980392156862745,4.90196078431373,5.88235294117647],[2.94117647058824,6.86274509803922,7.84313725490196],[11.7647058823529,15.6862745098039,16.6666666666667],[15.6862745098039,17.6470588235294,16.6666666666667],[11.7647058823529,13.7254901960784,12.7450980392157],[8.82352941176471,10.7843137254902,9.80392156862745],[7.84313725490196,9.80392156862745,8.82352941176471],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,0,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[12.7450980392157,8.82352941176471,9.80392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[10.7843137254902,8.82352941176471,11.7647058823529],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745],[13.7254901960784,16.6666666666667,21.5686274509804],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[3.92156862745098,6.86274509803922,11.7647058823529],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,4.90196078431373,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,1.96078431372549],[2.94117647058824,7.84313725490196,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[11.7647058823529,16.6666666666667,20.5882352941176],[7.84313725490196,12.7450980392157,16.6666666666667],[5.88235294117647,10.7843137254902,14.7058823529412],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,9.80392156862745,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[5.88235294117647,13.7254901960784,16.6666666666667],[4.90196078431373,11.7647058823529,17.6470588235294],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[0,4.90196078431373,10.7843137254902],[3.92156862745098,10.7843137254902,18.6274509803922],[3.92156862745098,10.7843137254902,18.6274509803922],[8.82352941176471,17.6470588235294,24.5098039215686],[0.980392156862745,11.7647058823529,15.6862745098039],[1.96078431372549,15.6862745098039,16.6666666666667],[3.92156862745098,17.6470588235294,18.6274509803922],[6.86274509803922,22.5490196078431,22.5490196078431],[0,8.82352941176471,7.84313725490196],[1.96078431372549,17.6470588235294,16.6666666666667],[2.94117647058824,16.6666666666667,16.6666666666667],[8.82352941176471,22.5490196078431,22.5490196078431],[1.96078431372549,15.6862745098039,15.6862745098039],[0,10.7843137254902,10.7843137254902],[0,10.7843137254902,10.7843137254902],[5.88235294117647,17.6470588235294,17.6470588235294],[117.647058823529,129.411764705882,129.411764705882],[13.7254901960784,25.4901960784314,25.4901960784314],[0,8.82352941176471,6.86274509803922],[8.82352941176471,18.6274509803922,19.6078431372549],[11.7647058823529,19.6078431372549,22.5490196078431],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0.980392156862745,8.82352941176471,11.7647058823529],[0.980392156862745,8.82352941176471,11.7647058823529],[0,6.86274509803922,9.80392156862745],[10.7843137254902,15.6862745098039,19.6078431372549],[0,1.96078431372549,5.88235294117647],[7.84313725490196,12.7450980392157,15.6862745098039],[3.92156862745098,8.82352941176471,11.7647058823529],[7.84313725490196,11.7647058823529,14.7058823529412],[12.7450980392157,16.6666666666667,19.6078431372549],[9.80392156862745,13.7254901960784,14.7058823529412],[7.84313725490196,11.7647058823529,12.7450980392157],[6.86274509803922,10.7843137254902,11.7647058823529],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,10.7843137254902,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,11.7647058823529,15.6862745098039],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[25.4901960784314,28.4313725490196,33.3333333333333],[201.960784313725,204.901960784314,209.803921568627],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[2.94117647058824,7.84313725490196,10.7843137254902],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[3.92156862745098,10.7843137254902,16.6666666666667],[0,6.86274509803922,12.7450980392157],[1.96078431372549,8.82352941176471,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,5.88235294117647,12.7450980392157],[7.84313725490196,16.6666666666667,23.5294117647059],[2.94117647058824,11.7647058823529,18.6274509803922],[8.82352941176471,19.6078431372549,25.4901960784314],[5.88235294117647,18.6274509803922,24.5098039215686],[0,11.7647058823529,14.7058823529412],[0,14.7058823529412,17.6470588235294],[3.92156862745098,17.6470588235294,20.5882352941176],[2.94117647058824,16.6666666666667,17.6470588235294],[4.90196078431373,18.6274509803922,19.6078431372549],[0.980392156862745,14.7058823529412,15.6862745098039],[4.90196078431373,15.6862745098039,17.6470588235294],[5.88235294117647,17.6470588235294,17.6470588235294],[2.94117647058824,14.7058823529412,14.7058823529412],[0,6.86274509803922,7.84313725490196],[0,3.92156862745098,4.90196078431373],[0,2.94117647058824,3.92156862745098],[0,7.84313725490196,8.82352941176471],[10.7843137254902,19.6078431372549,18.6274509803922],[0.980392156862745,9.80392156862745,8.82352941176471],[3.92156862745098,11.7647058823529,13.7254901960784],[0,1.96078431372549,4.90196078431373],[41.1764705882353,49.0196078431373,51.9607843137255],[164.705882352941,172.549019607843,175.490196078431],[5.88235294117647,13.7254901960784,16.6666666666667],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0,1.96078431372549,2.94117647058824],[1.96078431372549,5.88235294117647,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0.980392156862745,4.90196078431373,3.92156862745098],[2.94117647058824,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[0,0,3.92156862745098],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,5.88235294117647,10.7843137254902],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[9.80392156862745,7.84313725490196,10.7843137254902],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[4.90196078431373,7.84313725490196,12.7450980392157],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[6.86274509803922,9.80392156862745,14.7058823529412],[66.6666666666667,69.6078431372549,74.5098039215686],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[2.94117647058824,1.96078431372549,7.84313725490196],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,2.94117647058824,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,1.96078431372549,2.94117647058824],[0.980392156862745,4.90196078431373,5.88235294117647],[0.980392156862745,4.90196078431373,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,7.84313725490196],[0,5.88235294117647,8.82352941176471],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[0,5.88235294117647,10.7843137254902],[0,5.88235294117647,10.7843137254902],[0,9.80392156862745,13.7254901960784],[1.96078431372549,12.7450980392157,18.6274509803922],[4.90196078431373,15.6862745098039,21.5686274509804],[5.88235294117647,16.6666666666667,22.5490196078431],[3.92156862745098,14.7058823529412,20.5882352941176],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[2.94117647058824,13.7254901960784,19.6078431372549],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,14.7058823529412,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[1.96078431372549,10.7843137254902,15.6862745098039],[0.980392156862745,8.82352941176471,11.7647058823529],[0,3.92156862745098,6.86274509803922],[0,5.88235294117647,7.84313725490196],[1.96078431372549,9.80392156862745,11.7647058823529],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,2.94117647058824],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[0,1.96078431372549,4.90196078431373],[11.7647058823529,19.6078431372549,22.5490196078431],[25.4901960784314,33.3333333333333,36.2745098039216],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,2.94117647058824,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[4.90196078431373,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[12.7450980392157,16.6666666666667,19.6078431372549],[0,0.980392156862745,3.92156862745098],[1.96078431372549,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[12.7450980392157,13.7254901960784,17.6470588235294],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[0,1.96078431372549,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[7.84313725490196,10.7843137254902,15.6862745098039]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,14.7058823529412],[0,0,4.90196078431373],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,0],[0,3.92156862745098,2.94117647058824],[0,3.92156862745098,2.94117647058824],[0,1.96078431372549,2.94117647058824],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,11.7647058823529],[0,7.84313725490196,12.7450980392157],[0.980392156862745,9.80392156862745,14.7058823529412],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,17.6470588235294],[2.94117647058824,13.7254901960784,17.6470588235294],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[1.96078431372549,12.7450980392157,18.6274509803922],[3.92156862745098,12.7450980392157,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[4.90196078431373,11.7647058823529,17.6470588235294],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[0,4.90196078431373,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[4.90196078431373,8.82352941176471,11.7647058823529],[44.1176470588235,48.0392156862745,50.9803921568627],[47.0588235294118,50.9803921568627,51.9607843137255],[0,3.92156862745098,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,5.88235294117647,8.82352941176471],[3.92156862745098,11.7647058823529,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[9.80392156862745,7.84313725490196,10.7843137254902],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[150,150.980392156863,152.941176470588],[42.156862745098,43.1372549019608,47.0588235294118],[15.6862745098039,16.6666666666667,20.5882352941176],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[9.80392156862745,10.7843137254902,14.7058823529412],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,7.84313725490196,12.7450980392157],[0,1.96078431372549,6.86274509803922],[0,2.94117647058824,7.84313725490196],[8.82352941176471,11.7647058823529,16.6666666666667],[6.86274509803922,9.80392156862745,14.7058823529412],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[10.7843137254902,13.7254901960784,18.6274509803922],[7.84313725490196,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0.980392156862745,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,8.82352941176471],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[1.96078431372549,9.80392156862745,12.7450980392157],[1.96078431372549,11.7647058823529,13.7254901960784],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[1.96078431372549,10.7843137254902,15.6862745098039],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,9.80392156862745,17.6470588235294],[1.96078431372549,8.82352941176471,14.7058823529412],[2.94117647058824,7.84313725490196,13.7254901960784],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[23.5294117647059,24.5098039215686,26.4705882352941],[0,0.980392156862745,3.92156862745098],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[5.88235294117647,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,4.90196078431373],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[5.88235294117647,9.80392156862745,12.7450980392157],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[31.3725490196078,32.3529411764706,34.3137254901961],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[22.5490196078431,23.5294117647059,27.4509803921569],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[9.80392156862745,12.7450980392157,17.6470588235294],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0,4.90196078431373],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[4.90196078431373,7.84313725490196,12.7450980392157],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[2.94117647058824,5.88235294117647,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,6.86274509803922],[0,0,6.86274509803922],[3.92156862745098,2.94117647058824,8.82352941176471],[1.96078431372549,0.980392156862745,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[4.90196078431373,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0,0,0],[0,0,1.96078431372549],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,7.84313725490196],[0,7.84313725490196,9.80392156862745],[3.92156862745098,11.7647058823529,13.7254901960784],[6.86274509803922,16.6666666666667,17.6470588235294],[0,8.82352941176471,13.7254901960784],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,9.80392156862745,15.6862745098039],[1.96078431372549,8.82352941176471,14.7058823529412],[0.980392156862745,5.88235294117647,11.7647058823529],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,5.88235294117647,6.86274509803922],[0,1.96078431372549,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[0,2.94117647058824,5.88235294117647],[3.92156862745098,7.84313725490196,10.7843137254902],[0,2.94117647058824,5.88235294117647],[8.82352941176471,12.7450980392157,15.6862745098039],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[6.86274509803922,10.7843137254902,13.7254901960784],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[7.84313725490196,8.82352941176471,10.7843137254902],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[123.529411764706,124.509803921569,128.43137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,10.7843137254902,15.6862745098039],[5.88235294117647,8.82352941176471,13.7254901960784],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[0.980392156862745,0,7.84313725490196],[0,0,8.82352941176471],[8.82352941176471,6.86274509803922,17.6470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[1.96078431372549,3.92156862745098,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[9.80392156862745,11.7647058823529,10.7843137254902],[35.2941176470588,37.2549019607843,36.2745098039216],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[6.86274509803922,7.84313725490196,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,4.90196078431373,7.84313725490196],[4.90196078431373,10.7843137254902,10.7843137254902],[7.84313725490196,15.6862745098039,17.6470588235294],[0,7.84313725490196,10.7843137254902],[0.980392156862745,7.84313725490196,13.7254901960784],[2.94117647058824,7.84313725490196,13.7254901960784],[1.96078431372549,6.86274509803922,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[9.80392156862745,11.7647058823529,10.7843137254902],[4.90196078431373,6.86274509803922,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[2.94117647058824,6.86274509803922,9.80392156862745],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[13.7254901960784,17.6470588235294,20.5882352941176],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[3.92156862745098,7.84313725490196,10.7843137254902],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[7.84313725490196,8.82352941176471,12.7450980392157],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,4.90196078431373,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,3.92156862745098],[0,0,4.90196078431373],[0,0,6.86274509803922],[24.5098039215686,22.5490196078431,33.3333333333333],[246.078431372549,244.117647058824,250],[207.843137254902,207.843137254902,215.686274509804],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[0,1.96078431372549,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[32.3529411764706,34.3137254901961,33.3333333333333],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,6.86274509803922,7.84313725490196],[3.92156862745098,9.80392156862745,9.80392156862745],[0,5.88235294117647,7.84313725490196],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[36.2745098039216,40.1960784313726,43.1372549019608],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[66.6666666666667,70.5882352941177,73.5294117647059],[6.86274509803922,10.7843137254902,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[1.96078431372549,6.86274509803922,10.7843137254902],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[4.90196078431373,9.80392156862745,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[0.980392156862745,0,7.84313725490196],[9.80392156862745,7.84313725490196,18.6274509803922],[250,248.039215686275,250],[218.627450980392,218.627450980392,226.470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,0.980392156862745,0],[114.705882352941,116.666666666667,111.764705882353],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[38.2352941176471,40.1960784313726,39.2156862745098],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[0,0,6.86274509803922],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,6.86274509803922],[0,3.92156862745098,5.88235294117647],[0,2.94117647058824,2.94117647058824],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,9.80392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[4.90196078431373,8.82352941176471,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[195.098039215686,196.078431372549,198.039215686275],[22.5490196078431,23.5294117647059,27.4509803921569],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[75.4901960784314,79.4117647058823,82.3529411764706],[13.7254901960784,17.6470588235294,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,13.7254901960784],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[15.6862745098039,20.5882352941176,24.5098039215686],[0,0.980392156862745,4.90196078431373],[7.84313725490196,12.7450980392157,16.6666666666667],[120.588235294118,125.490196078431,129.411764705882],[50.9803921568627,55.8823529411765,59.8039215686275],[13.7254901960784,18.6274509803922,22.5490196078431],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[0,3.92156862745098,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[7.84313725490196,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[6.86274509803922,5.88235294117647,13.7254901960784],[0,0,8.82352941176471],[5.88235294117647,3.92156862745098,14.7058823529412],[0.980392156862745,0.980392156862745,8.82352941176471],[0,0,6.86274509803922],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,12.7450980392157],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,4.90196078431373],[9.80392156862745,11.7647058823529,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[1.96078431372549,0.980392156862745,8.82352941176471],[0.980392156862745,0,7.84313725490196],[0,0,4.90196078431373],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,2.94117647058824,3.92156862745098],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,5.88235294117647],[0,2.94117647058824,1.96078431372549],[0,2.94117647058824,1.96078431372549],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,5.88235294117647,4.90196078431373],[2.94117647058824,6.86274509803922,5.88235294117647],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0,1.96078431372549,0.980392156862745],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[7.84313725490196,11.7647058823529,14.7058823529412],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[23.5294117647059,24.5098039215686,26.4705882352941],[162.745098039216,163.725490196078,165.686274509804],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[7.84313725490196,12.7450980392157,16.6666666666667],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[10.7843137254902,15.6862745098039,19.6078431372549],[0,0.980392156862745,4.90196078431373],[0,4.90196078431373,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,2.94117647058824,6.86274509803922],[7.84313725490196,12.7450980392157,16.6666666666667]]],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"image"}},"layout":{"margin":{"b":0,"l":10,"t":0,"r":10},"xaxis":{"domain":[0,1],"automargin":true,"showticklabels":false,"ticks":""},"yaxis":{"domain":[0,1],"automargin":true,"showticklabels":false,"ticks":""},"scene":{"zaxis":{"title":[]}},"hovermode":"closest","showlegend":false},"source":"A","config":{"showSendToCloud":false},"data":[{"z":[[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[40.1960784313726,36.2745098039216,37.2549019607843],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[14.7058823529412,9.80392156862745,13.7254901960784],[77.4509803921569,72.5490196078431,76.4705882352941],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0],[94.1176470588235,90.1960784313725,87.2549019607843],[13.7254901960784,10.7843137254902,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[114.705882352941,110.78431372549,111.764705882353],[113.725490196078,109.803921568627,110.78431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[15.6862745098039,10.7843137254902,6.86274509803922],[23.5294117647059,20.5882352941176,13.7254901960784],[19.6078431372549,19.6078431372549,7.84313725490196],[2.94117647058824,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[3.92156862745098,0,0],[15.6862745098039,7.84313725490196,4.90196078431373],[14.7058823529412,2.94117647058824,4.90196078431373],[11.7647058823529,0,1.96078431372549],[15.6862745098039,0.980392156862745,7.84313725490196],[20.5882352941176,4.90196078431373,14.7058823529412],[9.80392156862745,0,3.92156862745098],[14.7058823529412,1.96078431372549,10.7843137254902],[13.7254901960784,3.92156862745098,11.7647058823529],[3.92156862745098,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,14.7058823529412],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[55.8823529411765,50.9803921568627,54.9019607843137],[244.117647058824,239.21568627451,243.137254901961],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[51.9607843137255,48.0392156862745,45.0980392156863],[5.88235294117647,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[15.6862745098039,7.84313725490196,4.90196078431373],[11.7647058823529,3.92156862745098,0.980392156862745],[16.6666666666667,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[16.6666666666667,8.82352941176471,5.88235294117647],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,2.94117647058824,0],[13.7254901960784,13.7254901960784,1.96078431372549],[27.4509803921569,28.4313725490196,14.7058823529412],[37.2549019607843,35.2941176470588,23.5294117647059],[21.5686274509804,17.6470588235294,8.82352941176471],[22.5490196078431,15.6862745098039,9.80392156862745],[39.2156862745098,29.4117647058824,27.4509803921569],[21.5686274509804,9.80392156862745,9.80392156862745],[13.7254901960784,0,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,6.86274509803922,11.7647058823529],[7.84313725490196,0,0],[8.82352941176471,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[43.1372549019608,41.1764705882353,42.156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0,0],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,7.84313725490196,3.92156862745098],[6.86274509803922,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[5.88235294117647,0,0],[12.7450980392157,7.84313725490196,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[9.80392156862745,4.90196078431373,0],[13.7254901960784,8.82352941176471,2.94117647058824],[15.6862745098039,10.7843137254902,4.90196078431373],[28.4313725490196,25.4901960784314,16.6666666666667],[35.2941176470588,36.2745098039216,22.5490196078431],[20.5882352941176,21.5686274509804,5.88235294117647],[32.3529411764706,30.3921568627451,15.6862745098039],[56.8627450980392,53.921568627451,39.2156862745098],[32.3529411764706,26.4705882352941,14.7058823529412],[41.1764705882353,31.3725490196078,22.5490196078431],[31.3725490196078,18.6274509803922,12.7450980392157],[26.4705882352941,13.7254901960784,7.84313725490196],[43.1372549019608,29.4117647058824,26.4705882352941],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[22.5490196078431,20.5882352941176,21.5686274509804],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[43.1372549019608,43.1372549019608,43.1372549019608],[138.235294117647,138.235294117647,138.235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,2.94117647058824],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[59.8039215686275,53.921568627451,55.8823529411765],[41.1764705882353,35.2941176470588,37.2549019607843],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[16.6666666666667,10.7843137254902,10.7843137254902],[10.7843137254902,5.88235294117647,2.94117647058824],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,0.980392156862745],[20.5882352941176,15.6862745098039,9.80392156862745],[12.7450980392157,7.84313725490196,1.96078431372549],[6.86274509803922,1.96078431372549,0],[29.4117647058824,24.5098039215686,18.6274509803922],[19.6078431372549,15.6862745098039,6.86274509803922],[9.80392156862745,5.88235294117647,0],[17.6470588235294,15.6862745098039,3.92156862745098],[41.1764705882353,42.156862745098,26.4705882352941],[45.0980392156863,47.0588235294118,26.4705882352941],[24.5098039215686,23.5294117647059,3.92156862745098],[16.6666666666667,13.7254901960784,0],[10.7843137254902,5.88235294117647,0],[14.7058823529412,7.84313725490196,0],[14.7058823529412,5.88235294117647,0],[34.3137254901961,22.5490196078431,8.82352941176471],[36.2745098039216,24.5098039215686,12.7450980392157],[16.6666666666667,3.92156862745098,0],[7.84313725490196,0,0],[18.6274509803922,8.82352941176471,0],[16.6666666666667,7.84313725490196,0.980392156862745],[9.80392156862745,2.94117647058824,0],[37.2549019607843,30.3921568627451,24.5098039215686],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,1.96078431372549,0],[3.92156862745098,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[64.7058823529412,64.7058823529412,64.7058823529412],[187.254901960784,187.254901960784,187.254901960784],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[17.6470588235294,15.6862745098039,16.6666666666667],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,1.96078431372549],[10.7843137254902,5.88235294117647,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0],[25.4901960784314,21.5686274509804,22.5490196078431],[18.6274509803922,14.7058823529412,15.6862745098039],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0],[44.1176470588235,41.1764705882353,34.3137254901961],[29.4117647058824,26.4705882352941,17.6470588235294],[4.90196078431373,1.96078431372549,0],[32.3529411764706,29.4117647058824,20.5882352941176],[23.5294117647059,21.5686274509804,9.80392156862745],[21.5686274509804,17.6470588235294,6.86274509803922],[10.7843137254902,6.86274509803922,0],[56.8627450980392,55.8823529411765,38.2352941176471],[42.156862745098,44.1176470588235,22.5490196078431],[30.3921568627451,30.3921568627451,6.86274509803922],[23.5294117647059,21.5686274509804,0],[32.3529411764706,28.4313725490196,3.92156862745098],[40.1960784313726,32.3529411764706,9.80392156862745],[59.8039215686275,50,25.4901960784314],[35.2941176470588,24.5098039215686,2.94117647058824],[19.6078431372549,7.84313725490196,0],[31.3725490196078,18.6274509803922,0],[18.6274509803922,7.84313725490196,0],[33.3333333333333,21.5686274509804,7.84313725490196],[37.2549019607843,27.4509803921569,15.6862745098039],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0.980392156862745,0],[9.80392156862745,2.94117647058824,0],[8.82352941176471,1.96078431372549,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[9.80392156862745,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,10.7843137254902,6.86274509803922],[15.6862745098039,10.7843137254902,6.86274509803922],[31.3725490196078,28.4313725490196,21.5686274509804],[18.6274509803922,15.6862745098039,8.82352941176471],[11.7647058823529,8.82352941176471,0],[24.5098039215686,22.5490196078431,10.7843137254902],[63.7254901960784,61.7647058823529,50],[31.3725490196078,29.4117647058824,16.6666666666667],[19.6078431372549,15.6862745098039,3.92156862745098],[10.7843137254902,8.82352941176471,0],[106.862745098039,105.882352941176,86.2745098039216],[94.1176470588235,93.1372549019608,72.5490196078431],[47.0588235294118,47.0588235294118,21.5686274509804],[20.5882352941176,19.6078431372549,0],[48.0392156862745,44.1176470588235,15.6862745098039],[44.1176470588235,39.2156862745098,9.80392156862745],[64.7058823529412,58.8235294117647,27.4509803921569],[51.9607843137255,43.1372549019608,12.7450980392157],[34.3137254901961,25.4901960784314,0],[57.843137254902,47.0588235294118,19.6078431372549],[78.4313725490196,68.6274509803922,44.1176470588235],[61.7647058823529,50.9803921568627,31.3725490196078],[25.4901960784314,13.7254901960784,0],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,4.90196078431373,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,1.96078431372549,0],[11.7647058823529,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[35.2941176470588,31.3725490196078,32.3529411764706],[25.4901960784314,21.5686274509804,22.5490196078431],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[95.0980392156863,93.1372549019608,96.078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,6.86274509803922,1.96078431372549],[9.80392156862745,6.86274509803922,1.96078431372549],[16.6666666666667,13.7254901960784,8.82352941176471],[33.3333333333333,30.3921568627451,25.4901960784314],[52.9411764705882,50,43.1372549019608],[44.1176470588235,41.1764705882353,34.3137254901961],[49.0196078431373,46.078431372549,37.2549019607843],[16.6666666666667,14.7058823529412,2.94117647058824],[53.921568627451,51.9607843137255,39.2156862745098],[53.921568627451,51.9607843137255,37.2549019607843],[46.078431372549,44.1176470588235,29.4117647058824],[57.843137254902,56.8627450980392,39.2156862745098],[43.1372549019608,42.156862745098,22.5490196078431],[86.2745098039216,85.2941176470588,64.7058823529412],[108.823529411765,108.823529411765,83.3333333333333],[100.980392156863,100,70.5882352941177],[61.7647058823529,58.8235294117647,26.4705882352941],[60.7843137254902,56.8627450980392,20.5882352941176],[105.882352941176,101.960784313725,64.7058823529412],[80.3921568627451,75.4901960784314,38.2352941176471],[66.6666666666667,58.8235294117647,22.5490196078431],[64.7058823529412,56.8627450980392,21.5686274509804],[82.3529411764706,71.5686274509804,42.156862745098],[122.549019607843,110.78431372549,87.2549019607843],[42.156862745098,29.4117647058824,10.7843137254902],[34.3137254901961,21.5686274509804,5.88235294117647],[53.921568627451,40.1960784313726,29.4117647058824],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,15.6862745098039,5.88235294117647],[22.5490196078431,12.7450980392157,3.92156862745098],[15.6862745098039,5.88235294117647,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[17.6470588235294,12.7450980392157,16.6666666666667],[15.6862745098039,13.7254901960784,16.6666666666667],[42.156862745098,40.1960784313726,43.1372549019608],[247.058823529412,245.098039215686,248.039215686275],[74.5098039215686,72.5490196078431,75.4901960784314],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,6.86274509803922,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[26.4705882352941,23.5294117647059,16.6666666666667],[6.86274509803922,3.92156862745098,0],[9.80392156862745,6.86274509803922,1.96078431372549],[47.0588235294118,44.1176470588235,39.2156862745098],[18.6274509803922,15.6862745098039,8.82352941176471],[2.94117647058824,0,0],[36.2745098039216,33.3333333333333,24.5098039215686],[26.4705882352941,24.5098039215686,12.7450980392157],[80.3921568627451,78.4313725490196,65.6862745098039],[54.9019607843137,52.9411764705882,38.2352941176471],[20.5882352941176,19.6078431372549,1.96078431372549],[83.3333333333333,82.3529411764706,64.7058823529412],[91.1764705882353,90.1960784313725,72.5490196078431],[67.6470588235294,66.6666666666667,47.0588235294118],[49.0196078431373,49.0196078431373,25.4901960784314],[99.0196078431373,100,69.6078431372549],[89.2156862745098,89.2156862745098,55.8823529411765],[93.1372549019608,91.1764705882353,52.9411764705882],[100,98.0392156862745,57.843137254902],[54.9019607843137,51.9607843137255,9.80392156862745],[67.6470588235294,62.7450980392157,23.5294117647059],[41.1764705882353,33.3333333333333,0],[74.5098039215686,65.6862745098039,33.3333333333333],[126.470588235294,115.686274509804,88.2352941176471],[43.1372549019608,31.3725490196078,9.80392156862745],[36.2745098039216,23.5294117647059,7.84313725490196],[19.6078431372549,5.88235294117647,0],[55.8823529411765,42.156862745098,33.3333333333333],[82.3529411764706,69.6078431372549,60.7843137254902],[68.6274509803922,58.8235294117647,49.0196078431373],[47.0588235294118,37.2549019607843,28.4313725490196],[26.4705882352941,16.6666666666667,7.84313725490196],[14.7058823529412,5.88235294117647,0],[13.7254901960784,4.90196078431373,0],[10.7843137254902,2.94117647058824,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[128.43137254902,126.470588235294,127.450980392157],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[17.6470588235294,2.94117647058824,0],[10.7843137254902,0,0],[22.5490196078431,9.80392156862745,3.92156862745098],[13.7254901960784,0.980392156862745,0],[14.7058823529412,3.92156862745098,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[31.3725490196078,25.4901960784314,27.4509803921569],[45.0980392156863,41.1764705882353,42.156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[29.4117647058824,25.4901960784314,26.4705882352941],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[13.7254901960784,7.84313725490196,7.84313725490196],[5.88235294117647,0,0],[5.88235294117647,0,0],[17.6470588235294,10.7843137254902,4.90196078431373],[48.0392156862745,39.2156862745098,30.3921568627451],[10.7843137254902,2.94117647058824,0],[6.86274509803922,0,0],[58.8235294117647,51.9607843137255,44.1176470588235],[69.6078431372549,64.7058823529412,58.8235294117647],[39.2156862745098,34.3137254901961,28.4313725490196],[74.5098039215686,71.5686274509804,66.6666666666667],[35.2941176470588,32.3529411764706,27.4509803921569],[36.2745098039216,35.2941176470588,30.3921568627451],[0.980392156862745,0.980392156862745,0],[9.80392156862745,6.86274509803922,0],[17.6470588235294,15.6862745098039,3.92156862745098],[50.9803921568627,49.0196078431373,36.2745098039216],[29.4117647058824,27.4509803921569,12.7450980392157],[3.92156862745098,0.980392156862745,0],[12.7450980392157,9.80392156862745,0],[82.3529411764706,80.3921568627451,65.6862745098039],[23.5294117647059,22.5490196078431,4.90196078431373],[6.86274509803922,5.88235294117647,0],[80.3921568627451,80.3921568627451,52.9411764705882],[46.078431372549,47.0588235294118,13.7254901960784],[139.21568627451,139.21568627451,101.960784313725],[86.2745098039216,87.2549019607843,46.078431372549],[36.2745098039216,35.2941176470588,0],[34.3137254901961,33.3333333333333,0],[41.1764705882353,38.2352941176471,0],[86.2745098039216,80.3921568627451,45.0980392156863],[78.4313725490196,69.6078431372549,41.1764705882353],[29.4117647058824,17.6470588235294,0],[50,37.2549019607843,21.5686274509804],[28.4313725490196,14.7058823529412,5.88235294117647],[27.4509803921569,12.7450980392157,5.88235294117647],[57.843137254902,45.0980392156863,36.2745098039216],[72.5490196078431,59.8039215686275,50.9803921568627],[56.8627450980392,47.0588235294118,38.2352941176471],[17.6470588235294,7.84313725490196,0],[13.7254901960784,2.94117647058824,0],[29.4117647058824,18.6274509803922,14.7058823529412],[20.5882352941176,10.7843137254902,8.82352941176471],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[88.2352941176471,86.2745098039216,87.2549019607843],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,0,0.980392156862745],[85.2941176470588,81.3725490196078,82.3529411764706],[97.0588235294118,93.1372549019608,94.1176470588235],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[101.960784313725,100,100.980392156863],[106.862745098039,104.901960784314,105.882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[8.82352941176471,4.90196078431373,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[8.82352941176471,10.7843137254902,7.84313725490196],[4.90196078431373,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,2.94117647058824,0],[18.6274509803922,1.96078431372549,0],[17.6470588235294,0,0],[31.3725490196078,12.7450980392157,5.88235294117647],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,23.5294117647059,13.7254901960784],[29.4117647058824,11.7647058823529,1.96078431372549],[27.4509803921569,10.7843137254902,2.94117647058824],[8.82352941176471,0,0],[11.7647058823529,2.94117647058824,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[29.4117647058824,22.5490196078431,16.6666666666667],[32.3529411764706,23.5294117647059,16.6666666666667],[48.0392156862745,40.1960784313726,27.4509803921569],[30.3921568627451,22.5490196078431,9.80392156862745],[32.3529411764706,24.5098039215686,13.7254901960784],[20.5882352941176,13.7254901960784,3.92156862745098],[23.5294117647059,16.6666666666667,8.82352941176471],[30.3921568627451,25.4901960784314,19.6078431372549],[28.4313725490196,25.4901960784314,20.5882352941176],[14.7058823529412,11.7647058823529,6.86274509803922],[3.92156862745098,2.94117647058824,0],[38.2352941176471,37.2549019607843,32.3529411764706],[57.843137254902,54.9019607843137,48.0392156862745],[32.3529411764706,29.4117647058824,20.5882352941176],[28.4313725490196,26.4705882352941,13.7254901960784],[15.6862745098039,13.7254901960784,0],[10.7843137254902,7.84313725490196,0],[26.4705882352941,23.5294117647059,8.82352941176471],[49.0196078431373,47.0588235294118,34.3137254901961],[34.3137254901961,32.3529411764706,17.6470588235294],[17.6470588235294,16.6666666666667,0],[56.8627450980392,56.8627450980392,31.3725490196078],[100,100.980392156863,69.6078431372549],[120.588235294118,122.549019607843,84.3137254901961],[130.392156862745,133.333333333333,91.1764705882353],[68.6274509803922,71.5686274509804,27.4509803921569],[60.7843137254902,61.7647058823529,18.6274509803922],[79.4117647058823,77.4509803921569,37.2549019607843],[84.3137254901961,80.3921568627451,44.1176470588235],[25.4901960784314,18.6274509803922,0],[16.6666666666667,5.88235294117647,0],[69.6078431372549,57.843137254902,42.156862745098],[31.3725490196078,17.6470588235294,8.82352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[41.1764705882353,28.4313725490196,19.6078431372549],[75.4901960784314,65.6862745098039,55.8823529411765],[54.9019607843137,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,18.6274509803922],[27.4509803921569,16.6666666666667,10.7843137254902],[6.86274509803922,0,0],[8.82352941176471,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[32.3529411764706,32.3529411764706,32.3529411764706],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[244.117647058824,240.196078431373,241.176470588235],[250,249.019607843137,250],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[20.5882352941176,16.6666666666667,17.6470588235294],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[0,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0,0],[2.94117647058824,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[16.6666666666667,1.96078431372549,0],[24.5098039215686,5.88235294117647,0],[33.3333333333333,13.7254901960784,4.90196078431373],[38.2352941176471,16.6666666666667,5.88235294117647],[32.3529411764706,10.7843137254902,0],[50,26.4705882352941,14.7058823529412],[55.8823529411765,32.3529411764706,20.5882352941176],[50,26.4705882352941,14.7058823529412],[34.3137254901961,12.7450980392157,0],[25.4901960784314,9.80392156862745,0],[24.5098039215686,10.7843137254902,0],[19.6078431372549,6.86274509803922,0],[29.4117647058824,16.6666666666667,8.82352941176471],[12.7450980392157,1.96078431372549,0],[18.6274509803922,7.84313725490196,3.92156862745098],[6.86274509803922,0,0],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[12.7450980392157,5.88235294117647,0],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[26.4705882352941,16.6666666666667,6.86274509803922],[43.1372549019608,34.3137254901961,19.6078431372549],[44.1176470588235,35.2941176470588,18.6274509803922],[36.2745098039216,27.4509803921569,12.7450980392157],[6.86274509803922,0,0],[5.88235294117647,0,0],[22.5490196078431,17.6470588235294,11.7647058823529],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,5.88235294117647],[8.82352941176471,7.84313725490196,3.92156862745098],[19.6078431372549,18.6274509803922,13.7254901960784],[31.3725490196078,28.4313725490196,21.5686274509804],[38.2352941176471,35.2941176470588,26.4705882352941],[21.5686274509804,17.6470588235294,6.86274509803922],[13.7254901960784,9.80392156862745,0],[33.3333333333333,27.4509803921569,13.7254901960784],[75.4901960784314,72.5490196078431,57.843137254902],[43.1372549019608,41.1764705882353,29.4117647058824],[11.7647058823529,9.80392156862745,0],[26.4705882352941,27.4509803921569,9.80392156862745],[71.5686274509804,73.5294117647059,50],[77.4509803921569,80.3921568627451,50],[90.1960784313725,94.1176470588235,59.8039215686275],[97.0588235294118,101.960784313725,62.7450980392157],[40.1960784313726,45.0980392156863,4.90196078431373],[47.0588235294118,49.0196078431373,9.80392156862745],[106.862745098039,108.823529411765,70.5882352941177],[91.1764705882353,91.1764705882353,57.843137254902],[54.9019607843137,50.9803921568627,22.5490196078431],[35.2941176470588,29.4117647058824,7.84313725490196],[44.1176470588235,35.2941176470588,18.6274509803922],[41.1764705882353,28.4313725490196,19.6078431372549],[29.4117647058824,16.6666666666667,8.82352941176471],[57.843137254902,48.0392156862745,39.2156862745098],[50,41.1764705882353,32.3529411764706],[13.7254901960784,4.90196078431373,0],[24.5098039215686,15.6862745098039,8.82352941176471],[38.2352941176471,29.4117647058824,24.5098039215686],[15.6862745098039,6.86274509803922,1.96078431372549],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[1.96078431372549,1.96078431372549,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[79.4117647058823,75.4901960784314,76.4705882352941],[99.0196078431373,95.0980392156863,96.078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[63.7254901960784,61.7647058823529,62.7450980392157],[51.9607843137255,50,50.9803921568627],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,3.92156862745098,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,1.96078431372549,0],[16.6666666666667,6.86274509803922,0],[24.5098039215686,10.7843137254902,1.96078431372549],[21.5686274509804,3.92156862745098,0],[37.2549019607843,15.6862745098039,2.94117647058824],[44.1176470588235,21.5686274509804,7.84313725490196],[50,27.4509803921569,11.7647058823529],[37.2549019607843,11.7647058823529,0],[55.8823529411765,30.3921568627451,13.7254901960784],[51.9607843137255,27.4509803921569,7.84313725490196],[63.7254901960784,39.2156862745098,19.6078431372549],[61.7647058823529,39.2156862745098,21.5686274509804],[57.843137254902,37.2549019607843,18.6274509803922],[73.5294117647059,54.9019607843137,38.2352941176471],[40.1960784313726,23.5294117647059,7.84313725490196],[31.3725490196078,13.7254901960784,0],[29.4117647058824,13.7254901960784,0.980392156862745],[30.3921568627451,13.7254901960784,3.92156862745098],[21.5686274509804,7.84313725490196,0],[17.6470588235294,4.90196078431373,0],[21.5686274509804,8.82352941176471,0.980392156862745],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[13.7254901960784,0.980392156862745,0],[32.3529411764706,19.6078431372549,10.7843137254902],[31.3725490196078,19.6078431372549,7.84313725490196],[25.4901960784314,13.7254901960784,1.96078431372549],[12.7450980392157,0.980392156862745,0],[48.0392156862745,37.2549019607843,19.6078431372549],[75.4901960784314,64.7058823529412,47.0588235294118],[49.0196078431373,37.2549019607843,21.5686274509804],[26.4705882352941,16.6666666666667,4.90196078431373],[11.7647058823529,2.94117647058824,0],[33.3333333333333,26.4705882352941,20.5882352941176],[22.5490196078431,17.6470588235294,13.7254901960784],[6.86274509803922,2.94117647058824,0],[9.80392156862745,8.82352941176471,4.90196078431373],[10.7843137254902,9.80392156862745,5.88235294117647],[31.3725490196078,28.4313725490196,23.5294117647059],[30.3921568627451,27.4509803921569,20.5882352941176],[3.92156862745098,0,0],[22.5490196078431,18.6274509803922,7.84313725490196],[35.2941176470588,29.4117647058824,17.6470588235294],[42.156862745098,36.2745098039216,24.5098039215686],[33.3333333333333,29.4117647058824,18.6274509803922],[14.7058823529412,12.7450980392157,0.980392156862745],[33.3333333333333,34.3137254901961,16.6666666666667],[15.6862745098039,19.6078431372549,0],[42.156862745098,47.0588235294118,17.6470588235294],[57.843137254902,65.6862745098039,29.4117647058824],[55.8823529411765,63.7254901960784,23.5294117647059],[20.5882352941176,29.4117647058824,0],[24.5098039215686,31.3725490196078,0],[120.588235294118,125.490196078431,86.2745098039216],[118.627450980392,119.607843137255,86.2745098039216],[48.0392156862745,47.0588235294118,17.6470588235294],[38.2352941176471,33.3333333333333,11.7647058823529],[36.2745098039216,29.4117647058824,11.7647058823529],[8.82352941176471,0,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50.9803921568627,42.156862745098,33.3333333333333],[14.7058823529412,5.88235294117647,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,0],[20.5882352941176,11.7647058823529,6.86274509803922],[21.5686274509804,13.7254901960784,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[10.7843137254902,6.86274509803922,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[65.6862745098039,63.7254901960784,64.7058823529412],[53.921568627451,51.9607843137255,52.9411764705882],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[35.2941176470588,31.3725490196078,28.4313725490196],[40.1960784313726,36.2745098039216,33.3333333333333],[13.7254901960784,9.80392156862745,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[36.2745098039216,32.3529411764706,33.3333333333333],[46.078431372549,42.156862745098,43.1372549019608],[14.7058823529412,10.7843137254902,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[17.6470588235294,8.82352941176471,9.80392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[10.7843137254902,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[9.80392156862745,0,0],[8.82352941176471,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,0,0],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[22.5490196078431,5.88235294117647,0],[38.2352941176471,20.5882352941176,8.82352941176471],[42.156862745098,20.5882352941176,6.86274509803922],[59.8039215686275,37.2549019607843,21.5686274509804],[48.0392156862745,22.5490196078431,5.88235294117647],[50.9803921568627,26.4705882352941,4.90196078431373],[52.9411764705882,27.4509803921569,4.90196078431373],[68.6274509803922,43.1372549019608,20.5882352941176],[47.0588235294118,21.5686274509804,0],[63.7254901960784,40.1960784313726,16.6666666666667],[91.1764705882353,67.6470588235294,42.156862745098],[55.8823529411765,30.3921568627451,5.88235294117647],[77.4509803921569,50,26.4705882352941],[53.921568627451,28.4313725490196,5.88235294117647],[41.1764705882353,16.6666666666667,0],[62.7450980392157,41.1764705882353,20.5882352941176],[39.2156862745098,16.6666666666667,0],[30.3921568627451,9.80392156862745,0],[31.3725490196078,12.7450980392157,0],[32.3529411764706,13.7254901960784,0],[38.2352941176471,20.5882352941176,8.82352941176471],[25.4901960784314,7.84313725490196,0],[29.4117647058824,11.7647058823529,0],[49.0196078431373,31.3725490196078,17.6470588235294],[26.4705882352941,9.80392156862745,0],[29.4117647058824,12.7450980392157,0],[30.3921568627451,15.6862745098039,0],[50,35.2941176470588,14.7058823529412],[50,38.2352941176471,16.6666666666667],[31.3725490196078,20.5882352941176,2.94117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[28.4313725490196,20.5882352941176,9.80392156862745],[17.6470588235294,10.7843137254902,2.94117647058824],[21.5686274509804,16.6666666666667,12.7450980392157],[18.6274509803922,13.7254901960784,10.7843137254902],[21.5686274509804,17.6470588235294,16.6666666666667],[14.7058823529412,10.7843137254902,9.80392156862745],[33.3333333333333,28.4313725490196,25.4901960784314],[23.5294117647059,18.6274509803922,14.7058823529412],[8.82352941176471,1.96078431372549,0],[62.7450980392157,55.8823529411765,48.0392156862745],[49.0196078431373,41.1764705882353,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[12.7450980392157,8.82352941176471,0],[23.5294117647059,21.5686274509804,8.82352941176471],[37.2549019607843,38.2352941176471,22.5490196078431],[30.3921568627451,34.3137254901961,11.7647058823529],[81.3725490196078,87.2549019607843,59.8039215686275],[67.6470588235294,77.4509803921569,44.1176470588235],[67.6470588235294,77.4509803921569,41.1764705882353],[60.7843137254902,71.5686274509804,32.3529411764706],[139.21568627451,147.058823529412,108.823529411765],[106.862745098039,114.705882352941,76.4705882352941],[58.8235294117647,64.7058823529412,31.3725490196078],[31.3725490196078,34.3137254901961,5.88235294117647],[45.0980392156863,45.0980392156863,21.5686274509804],[22.5490196078431,19.6078431372549,0.980392156862745],[5.88235294117647,0,0],[50,42.156862745098,31.3725490196078],[18.6274509803922,11.7647058823529,3.92156862745098],[8.82352941176471,1.96078431372549,0],[18.6274509803922,11.7647058823529,5.88235294117647],[16.6666666666667,9.80392156862745,3.92156862745098],[5.88235294117647,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[11.7647058823529,6.86274509803922,3.92156862745098],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[69.6078431372549,67.6470588235294,68.6274509803922],[61.7647058823529,59.8039215686275,60.7843137254902],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,9.80392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[25.4901960784314,11.7647058823529,8.82352941176471],[25.4901960784314,11.7647058823529,8.82352941176471],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[8.82352941176471,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[10.7843137254902,0,0],[10.7843137254902,0,0],[20.5882352941176,3.92156862745098,0],[36.2745098039216,16.6666666666667,5.88235294117647],[54.9019607843137,33.3333333333333,19.6078431372549],[78.4313725490196,55.8823529411765,38.2352941176471],[71.5686274509804,45.0980392156863,26.4705882352941],[66.6666666666667,41.1764705882353,18.6274509803922],[60.7843137254902,35.2941176470588,10.7843137254902],[56.8627450980392,31.3725490196078,4.90196078431373],[67.6470588235294,43.1372549019608,13.7254901960784],[55.8823529411765,33.3333333333333,2.94117647058824],[58.8235294117647,36.2745098039216,5.88235294117647],[75.4901960784314,50.9803921568627,20.5882352941176],[63.7254901960784,33.3333333333333,2.94117647058824],[101.960784313725,69.6078431372549,37.2549019607843],[104.901960784314,72.5490196078431,42.156862745098],[58.8235294117647,28.4313725490196,0.980392156862745],[80.3921568627451,50.9803921568627,25.4901960784314],[75.4901960784314,48.0392156862745,24.5098039215686],[55.8823529411765,29.4117647058824,8.82352941176471],[42.156862745098,17.6470588235294,0],[50.9803921568627,25.4901960784314,8.82352941176471],[72.5490196078431,50,32.3529411764706],[38.2352941176471,17.6470588235294,0],[50.9803921568627,30.3921568627451,11.7647058823529],[69.6078431372549,49.0196078431373,30.3921568627451],[24.5098039215686,3.92156862745098,0],[36.2745098039216,15.6862745098039,0],[29.4117647058824,11.7647058823529,0],[35.2941176470588,19.6078431372549,0],[32.3529411764706,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[41.1764705882353,29.4117647058824,13.7254901960784],[18.6274509803922,8.82352941176471,0],[18.6274509803922,11.7647058823529,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[45.0980392156863,41.1764705882353,42.156862745098],[15.6862745098039,11.7647058823529,12.7450980392157],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,18.6274509803922,15.6862745098039],[33.3333333333333,26.4705882352941,20.5882352941176],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,0],[15.6862745098039,11.7647058823529,0],[55.8823529411765,56.8627450980392,43.1372549019608],[81.3725490196078,84.3137254901961,65.6862745098039],[37.2549019607843,42.156862745098,20.5882352941176],[78.4313725490196,87.2549019607843,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[66.6666666666667,78.4313725490196,41.1764705882353],[79.4117647058823,91.1764705882353,51.9607843137255],[157.843137254902,169.607843137255,130.392156862745],[165.686274509804,175.490196078431,139.21568627451],[87.2549019607843,97.0588235294118,62.7450980392157],[4.90196078431373,11.7647058823529,0],[26.4705882352941,28.4313725490196,4.90196078431373],[20.5882352941176,19.6078431372549,0],[5.88235294117647,2.94117647058824,0],[33.3333333333333,30.3921568627451,15.6862745098039],[7.84313725490196,3.92156862745098,0],[28.4313725490196,23.5294117647059,17.6470588235294],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[134.313725490196,132.352941176471,133.333333333333],[118.627450980392,116.666666666667,117.647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[52.9411764705882,52.9411764705882,52.9411764705882],[245.098039215686,245.098039215686,245.098039215686],[93.1372549019608,93.1372549019608,93.1372549019608],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,4.90196078431373],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[7.84313725490196,0,0],[17.6470588235294,3.92156862745098,0.980392156862745],[29.4117647058824,16.6666666666667,10.7843137254902],[28.4313725490196,13.7254901960784,8.82352941176471],[32.3529411764706,17.6470588235294,12.7450980392157],[33.3333333333333,18.6274509803922,13.7254901960784],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[21.5686274509804,5.88235294117647,5.88235294117647],[24.5098039215686,6.86274509803922,4.90196078431373],[30.3921568627451,11.7647058823529,5.88235294117647],[47.0588235294118,27.4509803921569,18.6274509803922],[59.8039215686275,36.2745098039216,24.5098039215686],[69.6078431372549,44.1176470588235,29.4117647058824],[84.3137254901961,57.843137254902,39.2156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[71.5686274509804,45.0980392156863,18.6274509803922],[59.8039215686275,35.2941176470588,5.88235294117647],[62.7450980392157,38.2352941176471,7.84313725490196],[67.6470588235294,45.0980392156863,11.7647058823529],[67.6470588235294,48.0392156862745,13.7254901960784],[58.8235294117647,39.2156862745098,4.90196078431373],[70.5882352941177,47.0588235294118,11.7647058823529],[86.2745098039216,51.9607843137255,14.7058823529412],[111.764705882353,72.5490196078431,37.2549019607843],[120.588235294118,81.3725490196078,47.0588235294118],[122.549019607843,84.3137254901961,51.9607843137255],[123.529411764706,89.2156862745098,57.843137254902],[106.862745098039,73.5294117647059,46.078431372549],[88.2352941176471,56.8627450980392,32.3529411764706],[71.5686274509804,42.156862745098,18.6274509803922],[77.4509803921569,50,28.4313725490196],[78.4313725490196,50.9803921568627,30.3921568627451],[53.921568627451,27.4509803921569,6.86274509803922],[64.7058823529412,39.2156862745098,16.6666666666667],[98.0392156862745,74.5098039215686,50.9803921568627],[72.5490196078431,49.0196078431373,23.5294117647059],[54.9019607843137,31.3725490196078,5.88235294117647],[32.3529411764706,11.7647058823529,0],[62.7450980392157,46.078431372549,20.5882352941176],[55.8823529411765,42.156862745098,16.6666666666667],[62.7450980392157,50.9803921568627,29.4117647058824],[37.2549019607843,25.4901960784314,9.80392156862745],[35.2941176470588,25.4901960784314,15.6862745098039],[28.4313725490196,19.6078431372549,12.7450980392157],[8.82352941176471,0.980392156862745,0],[19.6078431372549,13.7254901960784,13.7254901960784],[8.82352941176471,4.90196078431373,5.88235294117647],[25.4901960784314,21.5686274509804,22.5490196078431],[21.5686274509804,15.6862745098039,17.6470588235294],[15.6862745098039,9.80392156862745,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[21.5686274509804,12.7450980392157,7.84313725490196],[22.5490196078431,11.7647058823529,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[2.94117647058824,0.980392156862745,0],[77.4509803921569,78.4313725490196,62.7450980392157],[121.56862745098,124.509803921569,105.882352941176],[49.0196078431373,53.921568627451,31.3725490196078],[94.1176470588235,102.941176470588,74.5098039215686],[59.8039215686275,70.5882352941177,37.2549019607843],[2.94117647058824,16.6666666666667,0],[50,64.7058823529412,26.4705882352941],[110.78431372549,125.490196078431,87.2549019607843],[92.156862745098,106.862745098039,68.6274509803922],[114.705882352941,126.470588235294,91.1764705882353],[12.7450980392157,22.5490196078431,0],[13.7254901960784,17.6470588235294,0],[74.5098039215686,76.4705882352941,52.9411764705882],[31.3725490196078,30.3921568627451,9.80392156862745],[3.92156862745098,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[29.4117647058824,24.5098039215686,20.5882352941176],[8.82352941176471,3.92156862745098,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[202.941176470588,202.941176470588,202.941176470588],[42.156862745098,42.156862745098,42.156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[13.7254901960784,0,0],[26.4705882352941,10.7843137254902,10.7843137254902],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[39.2156862745098,28.4313725490196,24.5098039215686],[61.7647058823529,49.0196078431373,43.1372549019608],[39.2156862745098,24.5098039215686,17.6470588235294],[49.0196078431373,32.3529411764706,25.4901960784314],[47.0588235294118,28.4313725490196,22.5490196078431],[16.6666666666667,0,0],[19.6078431372549,2.94117647058824,0],[33.3333333333333,18.6274509803922,11.7647058823529],[16.6666666666667,1.96078431372549,0],[14.7058823529412,0,0],[12.7450980392157,0,0],[27.4509803921569,8.82352941176471,4.90196078431373],[47.0588235294118,26.4705882352941,21.5686274509804],[54.9019607843137,32.3529411764706,24.5098039215686],[58.8235294117647,36.2745098039216,22.5490196078431],[53.921568627451,28.4313725490196,11.7647058823529],[37.2549019607843,11.7647058823529,0],[57.843137254902,32.3529411764706,5.88235294117647],[47.0588235294118,22.5490196078431,0],[41.1764705882353,17.6470588235294,0],[83.3333333333333,61.7647058823529,23.5294117647059],[87.2549019607843,68.6274509803922,27.4509803921569],[71.5686274509804,54.9019607843137,11.7647058823529],[62.7450980392157,46.078431372549,2.94117647058824],[108.823529411765,88.2352941176471,46.078431372549],[114.705882352941,86.2745098039216,43.1372549019608],[123.529411764706,91.1764705882353,49.0196078431373],[97.0588235294118,63.7254901960784,26.4705882352941],[138.235294117647,104.901960784314,70.5882352941177],[121.56862745098,89.2156862745098,54.9019607843137],[100,70.5882352941177,37.2549019607843],[108.823529411765,80.3921568627451,49.0196078431373],[81.3725490196078,54.9019607843137,25.4901960784314],[70.5882352941177,45.0980392156863,18.6274509803922],[64.7058823529412,41.1764705882353,13.7254901960784],[94.1176470588235,71.5686274509804,41.1764705882353],[77.4509803921569,54.9019607843137,21.5686274509804],[97.0588235294118,75.4901960784314,37.2549019607843],[105.882352941176,83.3333333333333,43.1372549019608],[77.4509803921569,53.921568627451,16.6666666666667],[89.2156862745098,65.6862745098039,32.3529411764706],[64.7058823529412,46.078431372549,16.6666666666667],[85.2941176470588,69.6078431372549,44.1176470588235],[74.5098039215686,60.7843137254902,35.2941176470588],[20.5882352941176,7.84313725490196,0],[47.0588235294118,37.2549019607843,25.4901960784314],[47.0588235294118,38.2352941176471,31.3725490196078],[21.5686274509804,13.7254901960784,11.7647058823529],[12.7450980392157,6.86274509803922,6.86274509803922],[32.3529411764706,28.4313725490196,27.4509803921569],[54.9019607843137,50.9803921568627,51.9607843137255],[24.5098039215686,19.6078431372549,23.5294117647059],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,8.82352941176471],[16.6666666666667,9.80392156862745,0],[48.0392156862745,41.1764705882353,31.3725490196078],[23.5294117647059,17.6470588235294,5.88235294117647],[40.1960784313726,39.2156862745098,19.6078431372549],[125.490196078431,129.411764705882,106.862745098039],[101.960784313725,105.882352941176,83.3333333333333],[66.6666666666667,71.5686274509804,49.0196078431373],[14.7058823529412,24.5098039215686,0],[36.2745098039216,49.0196078431373,19.6078431372549],[40.1960784313726,55.8823529411765,20.5882352941176],[84.3137254901961,100,63.7254901960784],[134.313725490196,150,113.725490196078],[24.5098039215686,39.2156862745098,0.980392156862745],[62.7450980392157,74.5098039215686,37.2549019607843],[63.7254901960784,73.5294117647059,39.2156862745098],[70.5882352941177,75.4901960784314,46.078431372549],[79.4117647058823,81.3725490196078,57.843137254902],[36.2745098039216,35.2941176470588,15.6862745098039],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,5.88235294117647,5.88235294117647],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[39.2156862745098,35.2941176470588,36.2745098039216],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[27.4509803921569,26.4705882352941,24.5098039215686],[20.5882352941176,19.6078431372549,17.6470588235294],[10.7843137254902,9.80392156862745,7.84313725490196],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,0,0],[9.80392156862745,0,0],[13.7254901960784,1.96078431372549,3.92156862745098],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,8.82352941176471],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[47.0588235294118,43.1372549019608,40.1960784313726],[136.274509803922,131.372549019608,127.450980392157],[13.7254901960784,2.94117647058824,0],[12.7450980392157,0,0],[29.4117647058824,5.88235294117647,3.92156862745098],[44.1176470588235,18.6274509803922,17.6470588235294],[42.156862745098,16.6666666666667,17.6470588235294],[33.3333333333333,9.80392156862745,7.84313725490196],[33.3333333333333,16.6666666666667,9.80392156862745],[56.8627450980392,43.1372549019608,34.3137254901961],[66.6666666666667,50,40.1960784313726],[29.4117647058824,9.80392156862745,0],[78.4313725490196,51.9607843137255,43.1372549019608],[82.3529411764706,52.9411764705882,45.0980392156863],[33.3333333333333,4.90196078431373,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[43.1372549019608,30.3921568627451,21.5686274509804],[20.5882352941176,5.88235294117647,0],[12.7450980392157,0,0],[39.2156862745098,20.5882352941176,14.7058823529412],[57.843137254902,38.2352941176471,31.3725490196078],[66.6666666666667,45.0980392156863,34.3137254901961],[58.8235294117647,36.2745098039216,22.5490196078431],[56.8627450980392,32.3529411764706,12.7450980392157],[66.6666666666667,41.1764705882353,16.6666666666667],[50,26.4705882352941,0],[68.6274509803922,46.078431372549,5.88235294117647],[63.7254901960784,43.1372549019608,0],[115.686274509804,98.0392156862745,49.0196078431373],[94.1176470588235,78.4313725490196,27.4509803921569],[90.1960784313725,77.4509803921569,25.4901960784314],[123.529411764706,110.78431372549,58.8235294117647],[120.588235294118,107.843137254902,55.8823529411765],[93.1372549019608,80.3921568627451,29.4117647058824],[67.6470588235294,53.921568627451,9.80392156862745],[85.2941176470588,67.6470588235294,32.3529411764706],[55.8823529411765,35.2941176470588,4.90196078431373],[53.921568627451,34.3137254901961,0],[70.5882352941177,51.9607843137255,12.7450980392157],[98.0392156862745,81.3725490196078,39.2156862745098],[114.705882352941,100,59.8039215686275],[69.6078431372549,56.8627450980392,22.5490196078431],[93.1372549019608,83.3333333333333,48.0392156862745],[97.0588235294118,89.2156862745098,44.1176470588235],[91.1764705882353,79.4117647058823,28.4313725490196],[107.843137254902,94.1176470588235,34.3137254901961],[127.450980392157,109.803921568627,49.0196078431373],[134.313725490196,112.745098039216,56.8627450980392],[128.43137254902,104.901960784314,57.843137254902],[80.3921568627451,57.843137254902,24.5098039215686],[52.9411764705882,34.3137254901961,4.90196078431373],[56.8627450980392,40.1960784313726,12.7450980392157],[59.8039215686275,45.0980392156863,22.5490196078431],[34.3137254901961,22.5490196078431,8.82352941176471],[16.6666666666667,5.88235294117647,0],[23.5294117647059,15.6862745098039,13.7254901960784],[7.84313725490196,1.96078431372549,1.96078431372549],[45.0980392156863,42.156862745098,35.2941176470588],[25.4901960784314,24.5098039215686,20.5882352941176],[7.84313725490196,4.90196078431373,11.7647058823529],[0.980392156862745,0,1.96078431372549],[51.9607843137255,52.9411764705882,37.2549019607843],[35.2941176470588,37.2549019607843,15.6862745098039],[15.6862745098039,16.6666666666667,0],[70.5882352941177,72.5490196078431,51.9607843137255],[137.254901960784,141.176470588235,108.823529411765],[115.686274509804,121.56862745098,86.2745098039216],[93.1372549019608,100,69.6078431372549],[64.7058823529412,73.5294117647059,47.0588235294118],[4.90196078431373,16.6666666666667,0],[56.8627450980392,70.5882352941177,46.078431372549],[66.6666666666667,80.3921568627451,54.9019607843137],[58.8235294117647,75.4901960784314,44.1176470588235],[90.1960784313725,105.882352941176,70.5882352941177],[43.1372549019608,57.843137254902,19.6078431372549],[80.3921568627451,92.156862745098,54.9019607843137],[83.3333333333333,90.1960784313725,56.8627450980392],[78.4313725490196,81.3725490196078,52.9411764705882],[17.6470588235294,16.6666666666667,0],[21.5686274509804,15.6862745098039,1.96078431372549],[7.84313725490196,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,0,1.96078431372549],[8.82352941176471,0,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[13.7254901960784,3.92156862745098,11.7647058823529],[4.90196078431373,0,4.90196078431373],[6.86274509803922,0,6.86274509803922],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[13.7254901960784,8.82352941176471,5.88235294117647],[3.92156862745098,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[32.3529411764706,24.5098039215686,21.5686274509804],[15.6862745098039,7.84313725490196,4.90196078431373],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[18.6274509803922,17.6470588235294,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[13.7254901960784,9.80392156862745,10.7843137254902],[52.9411764705882,49.0196078431373,50],[28.4313725490196,24.5098039215686,25.4901960784314],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0,0],[8.82352941176471,3.92156862745098,0],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,3.92156862745098],[8.82352941176471,0,5.88235294117647],[12.7450980392157,2.94117647058824,10.7843137254902],[5.88235294117647,0,3.92156862745098],[9.80392156862745,0.980392156862745,5.88235294117647],[10.7843137254902,1.96078431372549,4.90196078431373],[5.88235294117647,0,0],[56.8627450980392,47.0588235294118,45.0980392156863],[168.627450980392,157.843137254902,151.960784313725],[10.7843137254902,0,0],[14.7058823529412,0,0],[35.2941176470588,6.86274509803922,0.980392156862745],[74.5098039215686,44.1176470588235,41.1764705882353],[42.156862745098,11.7647058823529,8.82352941176471],[19.6078431372549,0,0],[49.0196078431373,31.3725490196078,21.5686274509804],[28.4313725490196,12.7450980392157,0],[13.7254901960784,0,0],[22.5490196078431,0,0],[51.9607843137255,20.5882352941176,9.80392156862745],[100,63.7254901960784,54.9019607843137],[56.8627450980392,23.5294117647059,13.7254901960784],[19.6078431372549,0,0],[26.4705882352941,13.7254901960784,0],[22.5490196078431,10.7843137254902,0],[15.6862745098039,0,0],[25.4901960784314,5.88235294117647,0],[40.1960784313726,18.6274509803922,7.84313725490196],[73.5294117647059,50,38.2352941176471],[78.4313725490196,52.9411764705882,40.1960784313726],[75.4901960784314,50,33.3333333333333],[68.6274509803922,43.1372549019608,20.5882352941176],[65.6862745098039,41.1764705882353,10.7843137254902],[55.8823529411765,32.3529411764706,0],[87.2549019607843,66.6666666666667,20.5882352941176],[96.078431372549,79.4117647058823,28.4313725490196],[125.490196078431,110.78431372549,54.9019607843137],[129.411764705882,117.647058823529,60.7843137254902],[133.333333333333,123.529411764706,65.6862745098039],[179.411764705882,170.588235294118,112.745098039216],[123.529411764706,117.647058823529,60.7843137254902],[110.78431372549,108.823529411765,52.9411764705882],[90.1960784313725,87.2549019607843,37.2549019607843],[63.7254901960784,55.8823529411765,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[57.843137254902,44.1176470588235,5.88235294117647],[61.7647058823529,49.0196078431373,5.88235294117647],[129.411764705882,119.607843137255,71.5686274509804],[140.196078431373,134.313725490196,87.2549019607843],[98.0392156862745,95.0980392156863,52.9411764705882],[115.686274509804,112.745098039216,68.6274509803922],[119.607843137255,118.627450980392,65.6862745098039],[74.5098039215686,70.5882352941177,8.82352941176471],[126.470588235294,118.627450980392,48.0392156862745],[135.294117647059,121.56862745098,50],[165.686274509804,145.098039215686,79.4117647058823],[149.019607843137,127.450980392157,71.5686274509804],[88.2352941176471,65.6862745098039,22.5490196078431],[82.3529411764706,63.7254901960784,24.5098039215686],[91.1764705882353,73.5294117647059,34.3137254901961],[111.764705882353,98.0392156862745,63.7254901960784],[60.7843137254902,46.078431372549,23.5294117647059],[47.0588235294118,35.2941176470588,21.5686274509804],[23.5294117647059,14.7058823529412,5.88235294117647],[10.7843137254902,3.92156862745098,0],[26.4705882352941,25.4901960784314,5.88235294117647],[17.6470588235294,18.6274509803922,2.94117647058824],[23.5294117647059,22.5490196078431,20.5882352941176],[20.5882352941176,21.5686274509804,15.6862745098039],[69.6078431372549,76.4705882352941,46.078431372549],[89.2156862745098,97.0588235294118,60.7843137254902],[30.3921568627451,36.2745098039216,8.82352941176471],[105.882352941176,110.78431372549,81.3725490196078],[89.2156862745098,96.078431372549,55.8823529411765],[127.450980392157,135.294117647059,95.0980392156863],[100.980392156863,110.78431372549,76.4705882352941],[54.9019607843137,64.7058823529412,38.2352941176471],[18.6274509803922,30.3921568627451,8.82352941176471],[37.2549019607843,50,30.3921568627451],[43.1372549019608,57.843137254902,35.2941176470588],[0,7.84313725490196,0],[64.7058823529412,79.4117647058823,47.0588235294118],[61.7647058823529,75.4901960784314,40.1960784313726],[78.4313725490196,90.1960784313725,52.9411764705882],[60.7843137254902,67.6470588235294,34.3137254901961],[48.0392156862745,50.9803921568627,22.5490196078431],[57.843137254902,55.8823529411765,35.2941176470588],[16.6666666666667,10.7843137254902,0],[6.86274509803922,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[7.84313725490196,0,0],[17.6470588235294,7.84313725490196,8.82352941176471],[6.86274509803922,0,1.96078431372549],[14.7058823529412,4.90196078431373,12.7450980392157],[24.5098039215686,14.7058823529412,22.5490196078431],[3.92156862745098,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,8.82352941176471,2.94117647058824],[22.5490196078431,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[15.6862745098039,13.7254901960784,16.6666666666667],[20.5882352941176,18.6274509803922,21.5686274509804],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[46.078431372549,38.2352941176471,36.2745098039216],[44.1176470588235,39.2156862745098,36.2745098039216],[11.7647058823529,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,0],[14.7058823529412,2.94117647058824,4.90196078431373],[25.4901960784314,9.80392156862745,9.80392156862745],[26.4705882352941,5.88235294117647,4.90196078431373],[28.4313725490196,7.84313725490196,2.94117647058824],[26.4705882352941,6.86274509803922,0],[52.9411764705882,31.3725490196078,20.5882352941176],[35.2941176470588,6.86274509803922,0],[56.8627450980392,24.5098039215686,15.6862745098039],[72.5490196078431,43.1372549019608,33.3333333333333],[50.9803921568627,24.5098039215686,13.7254901960784],[41.1764705882353,22.5490196078431,7.84313725490196],[17.6470588235294,0.980392156862745,0],[22.5490196078431,3.92156862745098,0],[53.921568627451,28.4313725490196,13.7254901960784],[46.078431372549,12.7450980392157,0.980392156862745],[94.1176470588235,58.8235294117647,47.0588235294118],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0.980392156862745,0],[34.3137254901961,19.6078431372549,0.980392156862745],[12.7450980392157,0,0],[25.4901960784314,2.94117647058824,0],[36.2745098039216,9.80392156862745,0],[31.3725490196078,2.94117647058824,0],[62.7450980392157,34.3137254901961,16.6666666666667],[71.5686274509804,41.1764705882353,21.5686274509804],[71.5686274509804,42.156862745098,18.6274509803922],[55.8823529411765,29.4117647058824,0],[74.5098039215686,49.0196078431373,12.7450980392157],[72.5490196078431,50,6.86274509803922],[78.4313725490196,58.8235294117647,9.80392156862745],[73.5294117647059,56.8627450980392,3.92156862745098],[117.647058823529,104.901960784314,50.9803921568627],[128.43137254902,117.647058823529,62.7450980392157],[128.43137254902,121.56862745098,67.6470588235294],[141.176470588235,136.274509803922,82.3529411764706],[154.901960784314,151.960784313725,98.0392156862745],[144.117647058824,144.117647058824,85.2941176470588],[163.725490196078,163.725490196078,104.901960784314],[124.509803921569,121.56862745098,71.5686274509804],[62.7450980392157,56.8627450980392,9.80392156862745],[60.7843137254902,52.9411764705882,4.90196078431373],[113.725490196078,106.862745098039,55.8823529411765],[155.882352941176,150.980392156863,97.0588235294118],[92.156862745098,89.2156862745098,37.2549019607843],[107.843137254902,107.843137254902,58.8235294117647],[50,50,0],[89.2156862745098,90.1960784313725,33.3333333333333],[114.705882352941,113.725490196078,50.9803921568627],[133.333333333333,129.411764705882,57.843137254902],[124.509803921569,114.705882352941,44.1176470588235],[166.666666666667,150,82.3529411764706],[153.921568627451,134.313725490196,72.5490196078431],[129.411764705882,110.78431372549,55.8823529411765],[104.901960784314,88.2352941176471,37.2549019607843],[57.843137254902,42.156862745098,0],[96.078431372549,82.3529411764706,34.3137254901961],[109.803921568627,96.078431372549,57.843137254902],[104.901960784314,92.156862745098,60.7843137254902],[58.8235294117647,49.0196078431373,24.5098039215686],[35.2941176470588,28.4313725490196,2.94117647058824],[73.5294117647059,70.5882352941177,36.2745098039216],[56.8627450980392,55.8823529411765,25.4901960784314],[50.9803921568627,51.9607843137255,34.3137254901961],[35.2941176470588,39.2156862745098,16.6666666666667],[56.8627450980392,65.6862745098039,21.5686274509804],[172.549019607843,182.352941176471,131.372549019608],[100,107.843137254902,67.6470588235294],[92.156862745098,100,61.7647058823529],[99.0196078431373,105.882352941176,65.6862745098039],[72.5490196078431,78.4313725490196,41.1764705882353],[33.3333333333333,40.1960784313726,7.84313725490196],[26.4705882352941,36.2745098039216,9.80392156862745],[0,10.7843137254902,0],[0,5.88235294117647,0],[15.6862745098039,29.4117647058824,6.86274509803922],[119.607843137255,133.333333333333,107.843137254902],[141.176470588235,154.901960784314,122.549019607843],[32.3529411764706,44.1176470588235,8.82352941176471],[52.9411764705882,62.7450980392157,26.4705882352941],[20.5882352941176,26.4705882352941,0],[56.8627450980392,56.8627450980392,29.4117647058824],[62.7450980392157,60.7843137254902,40.1960784313726],[31.3725490196078,25.4901960784314,11.7647058823529],[13.7254901960784,5.88235294117647,0],[20.5882352941176,10.7843137254902,0.980392156862745],[18.6274509803922,8.82352941176471,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[9.80392156862745,1.96078431372549,0],[155.882352941176,147.058823529412,148.039215686275],[67.6470588235294,62.7450980392157,59.8039215686275],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[5.88235294117647,0,0],[16.6666666666667,9.80392156862745,3.92156862745098],[23.5294117647059,15.6862745098039,12.7450980392157],[8.82352941176471,0.980392156862745,0],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[34.3137254901961,32.3529411764706,33.3333333333333],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[191.176470588235,189.21568627451,192.156862745098],[200.980392156863,199.019607843137,201.960784313725],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[13.7254901960784,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,0.980392156862745,0],[43.1372549019608,25.4901960784314,23.5294117647059],[23.5294117647059,0,0],[50.9803921568627,22.5490196078431,18.6274509803922],[77.4509803921569,49.0196078431373,43.1372549019608],[48.0392156862745,24.5098039215686,14.7058823529412],[48.0392156862745,24.5098039215686,12.7450980392157],[60.7843137254902,32.3529411764706,18.6274509803922],[50.9803921568627,19.6078431372549,4.90196078431373],[52.9411764705882,24.5098039215686,6.86274509803922],[77.4509803921569,50.9803921568627,32.3529411764706],[68.6274509803922,48.0392156862745,27.4509803921569],[49.0196078431373,31.3725490196078,11.7647058823529],[22.5490196078431,1.96078431372549,0],[51.9607843137255,24.5098039215686,10.7843137254902],[57.843137254902,24.5098039215686,12.7450980392157],[82.3529411764706,47.0588235294118,33.3333333333333],[83.3333333333333,50.9803921568627,34.3137254901961],[33.3333333333333,6.86274509803922,0],[37.2549019607843,21.5686274509804,0],[51.9607843137255,36.2745098039216,10.7843137254902],[72.5490196078431,45.0980392156863,21.5686274509804],[96.078431372549,62.7450980392157,38.2352941176471],[81.3725490196078,48.0392156862745,23.5294117647059],[65.6862745098039,32.3529411764706,5.88235294117647],[85.2941176470588,51.9607843137255,24.5098039215686],[88.2352941176471,55.8823529411765,25.4901960784314],[66.6666666666667,37.2549019607843,0],[92.156862745098,65.6862745098039,23.5294117647059],[60.7843137254902,39.2156862745098,0],[78.4313725490196,58.8235294117647,6.86274509803922],[98.0392156862745,83.3333333333333,27.4509803921569],[124.509803921569,113.725490196078,58.8235294117647],[136.274509803922,129.411764705882,75.4901960784314],[133.333333333333,130.392156862745,78.4313725490196],[82.3529411764706,80.3921568627451,32.3529411764706],[151.960784313725,151.960784313725,100.980392156863],[182.352941176471,186.274509803922,128.43137254902],[125.490196078431,129.411764705882,69.6078431372549],[143.137254901961,144.117647058824,88.2352941176471],[147.058823529412,145.098039215686,95.0980392156863],[140.196078431373,137.254901960784,87.2549019607843],[180.392156862745,177.450980392157,127.450980392157],[187.254901960784,185.294117647059,135.294117647059],[138.235294117647,138.235294117647,87.2549019607843],[103.921568627451,105.882352941176,56.8627450980392],[83.3333333333333,88.2352941176471,35.2941176470588],[75.4901960784314,78.4313725490196,22.5490196078431],[109.803921568627,110.78431372549,51.9607843137255],[190.196078431373,186.274509803922,124.509803921569],[153.921568627451,146.078431372549,82.3529411764706],[161.764705882353,150.980392156863,88.2352941176471],[188.235294117647,172.549019607843,111.764705882353],[122.549019607843,106.862745098039,49.0196078431373],[87.2549019607843,71.5686274509804,13.7254901960784],[113.725490196078,99.0196078431373,41.1764705882353],[94.1176470588235,79.4117647058823,25.4901960784314],[100,86.2745098039216,40.1960784313726],[140.196078431373,127.450980392157,86.2745098039216],[125.490196078431,112.745098039216,79.4117647058823],[113.725490196078,105.882352941176,70.5882352941177],[134.313725490196,129.411764705882,88.2352941176471],[145.098039215686,143.137254901961,104.901960784314],[35.2941176470588,35.2941176470588,9.80392156862745],[0.980392156862745,3.92156862745098,0],[59.8039215686275,67.6470588235294,19.6078431372549],[176.470588235294,186.274509803922,134.313725490196],[61.7647058823529,73.5294117647059,28.4313725490196],[80.3921568627451,91.1764705882353,51.9607843137255],[90.1960784313725,98.0392156862745,59.8039215686275],[4.90196078431373,12.7450980392157,0],[6.86274509803922,15.6862745098039,0],[0,4.90196078431373,0],[114.705882352941,123.529411764706,102.941176470588],[166.666666666667,178.43137254902,158.823529411765],[103.921568627451,116.666666666667,97.0588235294118],[148.039215686275,161.764705882353,137.254901960784],[77.4509803921569,90.1960784313725,60.7843137254902],[29.4117647058824,40.1960784313726,6.86274509803922],[0.980392156862745,10.7843137254902,0],[14.7058823529412,20.5882352941176,0],[88.2352941176471,88.2352941176471,60.7843137254902],[109.803921568627,107.843137254902,85.2941176470588],[51.9607843137255,46.078431372549,30.3921568627451],[25.4901960784314,18.6274509803922,2.94117647058824],[63.7254901960784,54.9019607843137,38.2352941176471],[33.3333333333333,24.5098039215686,7.84313725490196],[25.4901960784314,18.6274509803922,2.94117647058824],[28.4313725490196,20.5882352941176,9.80392156862745],[7.84313725490196,0.980392156862745,0],[85.2941176470588,78.4313725490196,70.5882352941177],[40.1960784313726,35.2941176470588,29.4117647058824],[6.86274509803922,1.96078431372549,0],[8.82352941176471,4.90196078431373,0],[12.7450980392157,8.82352941176471,0],[8.82352941176471,1.96078431372549,0],[23.5294117647059,16.6666666666667,10.7843137254902],[30.3921568627451,22.5490196078431,19.6078431372549],[17.6470588235294,8.82352941176471,9.80392156862745],[14.7058823529412,3.92156862745098,7.84313725490196],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[14.7058823529412,10.7843137254902,9.80392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[64.7058823529412,62.7450980392157,63.7254901960784],[64.7058823529412,62.7450980392157,63.7254901960784],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[16.6666666666667,14.7058823529412,17.6470588235294],[26.4705882352941,24.5098039215686,25.4901960784314],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[11.7647058823529,0,0],[12.7450980392157,0,0],[7.84313725490196,0,0],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[0,0,0],[0,2.94117647058824,0],[0,3.92156862745098,0],[0,1.96078431372549,0],[1.96078431372549,2.94117647058824,0],[3.92156862745098,0,0],[19.6078431372549,6.86274509803922,0.980392156862745],[50.9803921568627,31.3725490196078,24.5098039215686],[53.921568627451,25.4901960784314,19.6078431372549],[37.2549019607843,2.94117647058824,0],[84.3137254901961,50.9803921568627,42.156862745098],[73.5294117647059,46.078431372549,35.2941176470588],[54.9019607843137,27.4509803921569,15.6862745098039],[90.1960784313725,58.8235294117647,44.1176470588235],[75.4901960784314,44.1176470588235,23.5294117647059],[51.9607843137255,22.5490196078431,0],[64.7058823529412,38.2352941176471,11.7647058823529],[46.078431372549,25.4901960784314,0],[35.2941176470588,13.7254901960784,0],[19.6078431372549,0,0],[56.8627450980392,28.4313725490196,12.7450980392157],[78.4313725490196,43.1372549019608,31.3725490196078],[78.4313725490196,43.1372549019608,29.4117647058824],[117.647058823529,85.2941176470588,66.6666666666667],[76.4705882352941,50.9803921568627,26.4705882352941],[69.6078431372549,53.921568627451,21.5686274509804],[79.4117647058823,60.7843137254902,28.4313725490196],[99.0196078431373,66.6666666666667,36.2745098039216],[125.490196078431,87.2549019607843,56.8627450980392],[107.843137254902,69.6078431372549,39.2156862745098],[89.2156862745098,50.9803921568627,18.6274509803922],[131.372549019608,96.078431372549,60.7843137254902],[90.1960784313725,57.843137254902,17.6470588235294],[85.2941176470588,54.9019607843137,9.80392156862745],[115.686274509804,90.1960784313725,40.1960784313726],[111.764705882353,91.1764705882353,35.2941176470588],[112.745098039216,97.0588235294118,39.2156862745098],[159.803921568627,148.039215686275,91.1764705882353],[149.019607843137,140.196078431373,84.3137254901961],[139.21568627451,136.274509803922,84.3137254901961],[98.0392156862745,98.0392156862745,49.0196078431373],[38.2352941176471,40.1960784313726,0],[80.3921568627451,83.3333333333333,39.2156862745098],[126.470588235294,133.333333333333,83.3333333333333],[62.7450980392157,69.6078431372549,18.6274509803922],[105.882352941176,109.803921568627,59.8039215686275],[148.039215686275,150,100.980392156863],[101.960784313725,103.921568627451,57.843137254902],[135.294117647059,136.274509803922,95.0980392156863],[164.705882352941,165.686274509804,126.470588235294],[84.3137254901961,87.2549019607843,45.0980392156863],[55.8823529411765,61.7647058823529,16.6666666666667],[45.0980392156863,52.9411764705882,4.90196078431373],[126.470588235294,132.352941176471,85.2941176470588],[93.1372549019608,97.0588235294118,48.0392156862745],[201.960784313725,201.960784313725,152.941176470588],[229.411764705882,226.470588235294,176.470588235294],[188.235294117647,181.372549019608,128.43137254902],[139.21568627451,128.43137254902,75.4901960784314],[80.3921568627451,64.7058823529412,13.7254901960784],[103.921568627451,88.2352941176471,37.2549019607843],[123.529411764706,107.843137254902,56.8627450980392],[137.254901960784,121.56862745098,71.5686274509804],[121.56862745098,104.901960784314,59.8039215686275],[74.5098039215686,59.8039215686275,19.6078431372549],[71.5686274509804,56.8627450980392,24.5098039215686],[73.5294117647059,60.7843137254902,27.4509803921569],[95.0980392156863,86.2745098039216,46.078431372549],[100,95.0980392156863,57.843137254902],[33.3333333333333,29.4117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,0],[26.4705882352941,33.3333333333333,0],[161.764705882353,170.588235294118,126.470588235294],[72.5490196078431,82.3529411764706,46.078431372549],[60.7843137254902,70.5882352941177,37.2549019607843],[86.2745098039216,93.1372549019608,59.8039215686275],[65.6862745098039,70.5882352941177,39.2156862745098],[63.7254901960784,69.6078431372549,42.156862745098],[19.6078431372549,27.4509803921569,4.90196078431373],[76.4705882352941,85.2941176470588,66.6666666666667],[148.039215686275,156.862745098039,140.196078431373],[60.7843137254902,72.5490196078431,52.9411764705882],[84.3137254901961,96.078431372549,72.5490196078431],[74.5098039215686,85.2941176470588,55.8823529411765],[100,109.803921568627,76.4705882352941],[38.2352941176471,45.0980392156863,11.7647058823529],[4.90196078431373,8.82352941176471,0],[42.156862745098,43.1372549019608,12.7450980392157],[73.5294117647059,69.6078431372549,45.0980392156863],[45.0980392156863,38.2352941176471,20.5882352941176],[13.7254901960784,6.86274509803922,0],[62.7450980392157,56.8627450980392,31.3725490196078],[48.0392156862745,42.156862745098,16.6666666666667],[8.82352941176471,2.94117647058824,0],[20.5882352941176,13.7254901960784,0],[11.7647058823529,5.88235294117647,0],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,0],[14.7058823529412,8.82352941176471,0],[13.7254901960784,7.84313725490196,0],[5.88235294117647,0,0],[10.7843137254902,3.92156862745098,0],[11.7647058823529,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,2.94117647058824,6.86274509803922],[6.86274509803922,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[13.7254901960784,9.80392156862745,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[85.2941176470588,83.3333333333333,84.3137254901961],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[117.647058823529,113.725490196078,112.745098039216],[23.5294117647059,19.6078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[8.82352941176471,0,0],[4.90196078431373,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[139.21568627451,139.21568627451,131.372549019608],[230.392156862745,226.470588235294,217.647058823529],[34.3137254901961,21.5686274509804,12.7450980392157],[33.3333333333333,15.6862745098039,5.88235294117647],[50,23.5294117647059,12.7450980392157],[50,18.6274509803922,7.84313725490196],[69.6078431372549,34.3137254901961,22.5490196078431],[49.0196078431373,13.7254901960784,1.96078431372549],[58.8235294117647,27.4509803921569,16.6666666666667],[68.6274509803922,40.1960784313726,26.4705882352941],[68.6274509803922,38.2352941176471,18.6274509803922],[78.4313725490196,47.0588235294118,22.5490196078431],[89.2156862745098,60.7843137254902,31.3725490196078],[55.8823529411765,29.4117647058824,0],[36.2745098039216,11.7647058823529,0],[66.6666666666667,43.1372549019608,15.6862745098039],[52.9411764705882,26.4705882352941,5.88235294117647],[51.9607843137255,21.5686274509804,3.92156862745098],[55.8823529411765,20.5882352941176,6.86274509803922],[102.941176470588,67.6470588235294,53.921568627451],[126.470588235294,96.078431372549,75.4901960784314],[30.3921568627451,5.88235294117647,0],[47.0588235294118,31.3725490196078,0],[107.843137254902,89.2156862745098,50],[108.823529411765,75.4901960784314,39.2156862745098],[148.039215686275,108.823529411765,73.5294117647059],[122.549019607843,83.3333333333333,48.0392156862745],[101.960784313725,63.7254901960784,25.4901960784314],[154.901960784314,118.627450980392,77.4509803921569],[105.882352941176,74.5098039215686,28.4313725490196],[128.43137254902,99.0196078431373,48.0392156862745],[128.43137254902,103.921568627451,49.0196078431373],[150,132.352941176471,71.5686274509804],[150,136.274509803922,74.5098039215686],[173.529411764706,165.686274509804,104.901960784314],[163.725490196078,158.823529411765,103.921568627451],[114.705882352941,112.745098039216,62.7450980392157],[93.1372549019608,95.0980392156863,49.0196078431373],[59.8039215686275,64.7058823529412,24.5098039215686],[33.3333333333333,40.1960784313726,0],[95.0980392156863,103.921568627451,61.7647058823529],[88.2352941176471,97.0588235294118,52.9411764705882],[74.5098039215686,84.3137254901961,35.2941176470588],[153.921568627451,161.764705882353,115.686274509804],[128.43137254902,135.294117647059,95.0980392156863],[70.5882352941177,76.4705882352941,41.1764705882353],[102.941176470588,108.823529411765,75.4901960784314],[95.0980392156863,101.960784313725,68.6274509803922],[68.6274509803922,76.4705882352941,36.2745098039216],[88.2352941176471,97.0588235294118,54.9019607843137],[102.941176470588,111.764705882353,69.6078431372549],[121.56862745098,128.43137254902,87.2549019607843],[216.666666666667,218.627450980392,180.392156862745],[243.137254901961,241.176470588235,202.941176470588],[250,250,207.843137254902],[159.803921568627,151.960784313725,103.921568627451],[92.156862745098,80.3921568627451,33.3333333333333],[120.588235294118,103.921568627451,58.8235294117647],[144.117647058824,127.450980392157,82.3529411764706],[175.490196078431,158.823529411765,115.686274509804],[106.862745098039,90.1960784313725,47.0588235294118],[83.3333333333333,65.6862745098039,28.4313725490196],[85.2941176470588,66.6666666666667,35.2941176470588],[84.3137254901961,67.6470588235294,38.2352941176471],[84.3137254901961,72.5490196078431,35.2941176470588],[50.9803921568627,43.1372549019608,7.84313725490196],[36.2745098039216,30.3921568627451,8.82352941176471],[16.6666666666667,14.7058823529412,0],[0,5.88235294117647,0],[159.803921568627,167.647058823529,131.372549019608],[114.705882352941,123.529411764706,95.0980392156863],[99.0196078431373,107.843137254902,81.3725490196078],[99.0196078431373,105.882352941176,75.4901960784314],[91.1764705882353,98.0392156862745,67.6470588235294],[87.2549019607843,93.1372549019608,67.6470588235294],[72.5490196078431,80.3921568627451,59.8039215686275],[50,58.8235294117647,42.156862745098],[12.7450980392157,20.5882352941176,5.88235294117647],[85.2941176470588,94.1176470588235,77.4509803921569],[194.117647058824,202.941176470588,182.352941176471],[111.764705882353,121.56862745098,95.0980392156863],[69.6078431372549,78.4313725490196,48.0392156862745],[107.843137254902,113.725490196078,80.3921568627451],[5.88235294117647,9.80392156862745,0],[63.7254901960784,64.7058823529412,34.3137254901961],[64.7058823529412,62.7450980392157,38.2352941176471],[35.2941176470588,30.3921568627451,8.82352941176471],[21.5686274509804,15.6862745098039,0],[24.5098039215686,19.6078431372549,0],[46.078431372549,41.1764705882353,11.7647058823529],[19.6078431372549,14.7058823529412,0],[45.0980392156863,39.2156862745098,15.6862745098039],[22.5490196078431,17.6470588235294,0],[31.3725490196078,26.4705882352941,7.84313725490196],[34.3137254901961,31.3725490196078,14.7058823529412],[23.5294117647059,20.5882352941176,3.92156862745098],[10.7843137254902,4.90196078431373,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[6.86274509803922,0,0],[16.6666666666667,4.90196078431373,8.82352941176471],[15.6862745098039,4.90196078431373,8.82352941176471],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[10.7843137254902,6.86274509803922,5.88235294117647],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[249.019607843137,247.058823529412,248.039215686275],[85.2941176470588,83.3333333333333,84.3137254901961],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0,0],[10.7843137254902,3.92156862745098,0],[166.666666666667,156.862745098039,148.039215686275],[250,243.137254901961,233.333333333333],[51.9607843137255,33.3333333333333,19.6078431372549],[35.2941176470588,9.80392156862745,0],[76.4705882352941,48.0392156862745,32.3529411764706],[58.8235294117647,26.4705882352941,9.80392156862745],[50.9803921568627,18.6274509803922,1.96078431372549],[59.8039215686275,27.4509803921569,10.7843137254902],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,27.4509803921569,14.7058823529412],[64.7058823529412,33.3333333333333,12.7450980392157],[100.980392156863,70.5882352941177,43.1372549019608],[91.1764705882353,62.7450980392157,29.4117647058824],[54.9019607843137,26.4705882352941,0],[77.4509803921569,51.9607843137255,19.6078431372549],[103.921568627451,77.4509803921569,49.0196078431373],[91.1764705882353,63.7254901960784,42.156862745098],[61.7647058823529,30.3921568627451,15.6862745098039],[40.1960784313726,4.90196078431373,0],[108.823529411765,73.5294117647059,59.8039215686275],[108.823529411765,78.4313725490196,57.843137254902],[43.1372549019608,18.6274509803922,0],[65.6862745098039,48.0392156862745,8.82352941176471],[117.647058823529,96.078431372549,55.8823529411765],[108.823529411765,75.4901960784314,38.2352941176471],[150,112.745098039216,76.4705882352941],[137.254901960784,100,61.7647058823529],[81.3725490196078,47.0588235294118,5.88235294117647],[119.607843137255,88.2352941176471,42.156862745098],[136.274509803922,106.862745098039,57.843137254902],[146.078431372549,121.56862745098,66.6666666666667],[102.941176470588,83.3333333333333,23.5294117647059],[149.019607843137,134.313725490196,70.5882352941177],[136.274509803922,125.490196078431,62.7450980392157],[109.803921568627,103.921568627451,43.1372549019608],[128.43137254902,126.470588235294,70.5882352941177],[97.0588235294118,97.0588235294118,48.0392156862745],[97.0588235294118,100,55.8823529411765],[81.3725490196078,88.2352941176471,48.0392156862745],[85.2941176470588,92.156862745098,58.8235294117647],[88.2352941176471,99.0196078431373,65.6862745098039],[82.3529411764706,94.1176470588235,58.8235294117647],[100.980392156863,113.725490196078,71.5686274509804],[153.921568627451,166.666666666667,124.509803921569],[98.0392156862745,109.803921568627,74.5098039215686],[80.3921568627451,91.1764705882353,61.7647058823529],[116.666666666667,126.470588235294,101.960784313725],[94.1176470588235,104.901960784314,75.4901960784314],[82.3529411764706,94.1176470588235,56.8627450980392],[97.0588235294118,109.803921568627,67.6470588235294],[87.2549019607843,98.0392156862745,58.8235294117647],[143.137254901961,150.980392156863,114.705882352941],[189.21568627451,194.117647058824,162.745098039216],[204.901960784314,205.882352941176,172.549019607843],[224.509803921569,225.490196078431,184.313725490196],[157.843137254902,154.901960784314,110.78431372549],[148.039215686275,136.274509803922,95.0980392156863],[125.490196078431,110.78431372549,72.5490196078431],[58.8235294117647,44.1176470588235,5.88235294117647],[98.0392156862745,80.3921568627451,43.1372549019608],[110.78431372549,93.1372549019608,55.8823529411765],[115.686274509804,96.078431372549,61.7647058823529],[107.843137254902,86.2745098039216,62.7450980392157],[99.0196078431373,79.4117647058823,54.9019607843137],[40.1960784313726,25.4901960784314,0],[43.1372549019608,32.3529411764706,2.94117647058824],[61.7647058823529,52.9411764705882,36.2745098039216],[40.1960784313726,34.3137254901961,20.5882352941176],[34.3137254901961,36.2745098039216,12.7450980392157],[157.843137254902,163.725490196078,138.235294117647],[103.921568627451,110.78431372549,93.1372549019608],[56.8627450980392,63.7254901960784,46.078431372549],[26.4705882352941,32.3529411764706,6.86274509803922],[44.1176470588235,50,22.5490196078431],[38.2352941176471,43.1372549019608,20.5882352941176],[97.0588235294118,101.960784313725,82.3529411764706],[48.0392156862745,54.9019607843137,39.2156862745098],[33.3333333333333,39.2156862745098,25.4901960784314],[95.0980392156863,101.960784313725,86.2745098039216],[137.254901960784,144.117647058824,126.470588235294],[0,4.90196078431373,0],[63.7254901960784,69.6078431372549,42.156862745098],[169.607843137255,174.509803921569,143.137254901961],[49.0196078431373,51.9607843137255,21.5686274509804],[67.6470588235294,67.6470588235294,40.1960784313726],[106.862745098039,102.941176470588,76.4705882352941],[46.078431372549,40.1960784313726,16.6666666666667],[49.0196078431373,43.1372549019608,19.6078431372549],[28.4313725490196,23.5294117647059,0],[42.156862745098,37.2549019607843,8.82352941176471],[103.921568627451,100,73.5294117647059],[121.56862745098,116.666666666667,95.0980392156863],[74.5098039215686,69.6078431372549,50],[40.1960784313726,35.2941176470588,16.6666666666667],[66.6666666666667,61.7647058823529,43.1372549019608],[69.6078431372549,63.7254901960784,48.0392156862745],[35.2941176470588,29.4117647058824,13.7254901960784],[10.7843137254902,4.90196078431373,0],[12.7450980392157,4.90196078431373,0],[57.843137254902,50,39.2156862745098],[58.8235294117647,48.0392156862745,42.156862745098],[21.5686274509804,10.7843137254902,8.82352941176471],[14.7058823529412,0,2.94117647058824],[7.84313725490196,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,1.96078431372549,0],[9.80392156862745,0,0],[38.2352941176471,20.5882352941176,10.7843137254902],[39.2156862745098,15.6862745098039,3.92156862745098],[54.9019607843137,27.4509803921569,13.7254901960784],[72.5490196078431,42.156862745098,24.5098039215686],[81.3725490196078,50,29.4117647058824],[72.5490196078431,38.2352941176471,18.6274509803922],[59.8039215686275,25.4901960784314,3.92156862745098],[50,15.6862745098039,0],[59.8039215686275,24.5098039215686,10.7843137254902],[46.078431372549,13.7254901960784,0],[78.4313725490196,47.0588235294118,26.4705882352941],[135.294117647059,105.882352941176,78.4313725490196],[116.666666666667,88.2352941176471,54.9019607843137],[84.3137254901961,56.8627450980392,20.5882352941176],[89.2156862745098,60.7843137254902,27.4509803921569],[57.843137254902,28.4313725490196,0.980392156862745],[75.4901960784314,45.0980392156863,24.5098039215686],[64.7058823529412,32.3529411764706,15.6862745098039],[50.9803921568627,18.6274509803922,3.92156862745098],[107.843137254902,77.4509803921569,59.8039215686275],[80.3921568627451,52.9411764705882,29.4117647058824],[79.4117647058823,56.8627450980392,25.4901960784314],[86.2745098039216,68.6274509803922,29.4117647058824],[100.980392156863,82.3529411764706,40.1960784313726],[111.764705882353,84.3137254901961,46.078431372549],[84.3137254901961,52.9411764705882,15.6862745098039],[109.803921568627,78.4313725490196,40.1960784313726],[89.2156862745098,60.7843137254902,17.6470588235294],[117.647058823529,91.1764705882353,45.0980392156863],[149.019607843137,126.470588235294,75.4901960784314],[127.450980392157,108.823529411765,51.9607843137255],[124.509803921569,110.78431372549,49.0196078431373],[160.78431372549,151.960784313725,86.2745098039216],[178.43137254902,173.529411764706,108.823529411765],[142.156862745098,141.176470588235,78.4313725490196],[102.941176470588,103.921568627451,47.0588235294118],[126.470588235294,130.392156862745,80.3921568627451],[115.686274509804,121.56862745098,78.4313725490196],[68.6274509803922,76.4705882352941,38.2352941176471],[79.4117647058823,89.2156862745098,55.8823529411765],[71.5686274509804,84.3137254901961,56.8627450980392],[79.4117647058823,94.1176470588235,63.7254901960784],[116.666666666667,133.333333333333,92.156862745098],[86.2745098039216,102.941176470588,61.7647058823529],[61.7647058823529,77.4509803921569,42.156862745098],[114.705882352941,129.411764705882,100.980392156863],[84.3137254901961,98.0392156862745,73.5294117647059],[86.2745098039216,99.0196078431373,71.5686274509804],[83.3333333333333,98.0392156862745,57.843137254902],[94.1176470588235,109.803921568627,63.7254901960784],[112.745098039216,125.490196078431,82.3529411764706],[95.0980392156863,105.882352941176,66.6666666666667],[125.490196078431,132.352941176471,99.0196078431373],[173.529411764706,179.411764705882,144.117647058824],[212.745098039216,218.627450980392,171.56862745098],[155.882352941176,157.843137254902,108.823529411765],[150.980392156863,144.117647058824,99.0196078431373],[112.745098039216,100.980392156863,59.8039215686275],[97.0588235294118,83.3333333333333,47.0588235294118],[71.5686274509804,56.8627450980392,18.6274509803922],[107.843137254902,91.1764705882353,49.0196078431373],[134.313725490196,115.686274509804,76.4705882352941],[91.1764705882353,70.5882352941177,42.156862745098],[72.5490196078431,52.9411764705882,26.4705882352941],[49.0196078431373,33.3333333333333,0],[53.921568627451,41.1764705882353,7.84313725490196],[51.9607843137255,41.1764705882353,21.5686274509804],[52.9411764705882,46.078431372549,28.4313725490196],[45.0980392156863,45.0980392156863,21.5686274509804],[68.6274509803922,72.5490196078431,50],[19.6078431372549,26.4705882352941,8.82352941176471],[5.88235294117647,12.7450980392157,0],[8.82352941176471,13.7254901960784,0],[2.94117647058824,8.82352941176471,0],[18.6274509803922,23.5294117647059,1.96078431372549],[53.921568627451,57.843137254902,41.1764705882353],[0.980392156862745,4.90196078431373,0],[7.84313725490196,11.7647058823529,0],[21.5686274509804,25.4901960784314,10.7843137254902],[1.96078431372549,5.88235294117647,0],[1.96078431372549,6.86274509803922,0],[61.7647058823529,65.6862745098039,43.1372549019608],[128.43137254902,131.372549019608,104.901960784314],[140.196078431373,140.196078431373,112.745098039216],[68.6274509803922,67.6470588235294,40.1960784313726],[29.4117647058824,25.4901960784314,0],[19.6078431372549,15.6862745098039,0],[42.156862745098,36.2745098039216,12.7450980392157],[37.2549019607843,31.3725490196078,5.88235294117647],[33.3333333333333,27.4509803921569,3.92156862745098],[29.4117647058824,24.5098039215686,2.94117647058824],[11.7647058823529,6.86274509803922,0],[23.5294117647059,18.6274509803922,0],[133.333333333333,127.450980392157,111.764705882353],[122.549019607843,116.666666666667,100.980392156863],[81.3725490196078,76.4705882352941,57.843137254902],[109.803921568627,104.901960784314,86.2745098039216],[44.1176470588235,39.2156862745098,20.5882352941176],[13.7254901960784,6.86274509803922,0],[55.8823529411765,48.0392156862745,35.2941176470588],[59.8039215686275,50,40.1960784313726],[16.6666666666667,5.88235294117647,0],[10.7843137254902,0,0],[10.7843137254902,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,0,0],[28.4313725490196,13.7254901960784,6.86274509803922],[57.843137254902,36.2745098039216,25.4901960784314],[53.921568627451,26.4705882352941,12.7450980392157],[51.9607843137255,19.6078431372549,0.980392156862745],[86.2745098039216,50.9803921568627,29.4117647058824],[74.5098039215686,37.2549019607843,14.7058823529412],[40.1960784313726,3.92156862745098,0],[63.7254901960784,28.4313725490196,2.94117647058824],[79.4117647058823,44.1176470588235,22.5490196078431],[77.4509803921569,41.1764705882353,25.4901960784314],[30.3921568627451,0,0],[34.3137254901961,2.94117647058824,0],[89.2156862745098,59.8039215686275,32.3529411764706],[119.607843137255,91.1764705882353,59.8039215686275],[104.901960784314,76.4705882352941,43.1372549019608],[110.78431372549,82.3529411764706,50.9803921568627],[99.0196078431373,68.6274509803922,41.1764705882353],[73.5294117647059,42.156862745098,21.5686274509804],[68.6274509803922,36.2745098039216,19.6078431372549],[68.6274509803922,38.2352941176471,20.5882352941176],[89.2156862745098,61.7647058823529,41.1764705882353],[84.3137254901961,58.8235294117647,34.3137254901961],[73.5294117647059,53.921568627451,21.5686274509804],[75.4901960784314,57.843137254902,18.6274509803922],[77.4509803921569,59.8039215686275,20.5882352941176],[100.980392156863,79.4117647058823,43.1372549019608],[61.7647058823529,40.1960784313726,3.92156862745098],[76.4705882352941,54.9019607843137,16.6666666666667],[92.156862745098,70.5882352941177,30.3921568627451],[77.4509803921569,59.8039215686275,14.7058823529412],[86.2745098039216,70.5882352941177,20.5882352941176],[137.254901960784,127.450980392157,69.6078431372549],[130.392156862745,122.549019607843,61.7647058823529],[138.235294117647,134.313725490196,71.5686274509804],[152.941176470588,151.960784313725,88.2352941176471],[160.78431372549,162.745098039216,100.980392156863],[136.274509803922,141.176470588235,84.3137254901961],[123.529411764706,130.392156862745,80.3921568627451],[100.980392156863,107.843137254902,64.7058823529412],[95.0980392156863,102.941176470588,64.7058823529412],[55.8823529411765,66.6666666666667,33.3333333333333],[46.078431372549,60.7843137254902,32.3529411764706],[51.9607843137255,68.6274509803922,37.2549019607843],[124.509803921569,142.156862745098,100.980392156863],[100.980392156863,119.607843137255,75.4901960784314],[53.921568627451,71.5686274509804,34.3137254901961],[54.9019607843137,71.5686274509804,38.2352941176471],[61.7647058823529,78.4313725490196,47.0588235294118],[74.5098039215686,90.1960784313725,53.921568627451],[71.5686274509804,87.2549019607843,39.2156862745098],[108.823529411765,123.529411764706,69.6078431372549],[112.745098039216,125.490196078431,73.5294117647059],[71.5686274509804,83.3333333333333,34.3137254901961],[125.490196078431,137.254901960784,92.156862745098],[177.450980392157,186.274509803922,140.196078431373],[203.921568627451,214.705882352941,157.843137254902],[135.294117647059,143.137254901961,84.3137254901961],[112.745098039216,111.764705882353,56.8627450980392],[149.019607843137,143.137254901961,92.156862745098],[140.196078431373,132.352941176471,86.2745098039216],[83.3333333333333,73.5294117647059,25.4901960784314],[114.705882352941,101.960784313725,48.0392156862745],[152.941176470588,137.254901960784,86.2745098039216],[126.470588235294,109.803921568627,67.6470588235294],[74.5098039215686,56.8627450980392,17.6470588235294],[68.6274509803922,54.9019607843137,8.82352941176471],[72.5490196078431,59.8039215686275,16.6666666666667],[52.9411764705882,42.156862745098,10.7843137254902],[40.1960784313726,33.3333333333333,5.88235294117647],[48.0392156862745,47.0588235294118,16.6666666666667],[54.9019607843137,55.8823529411765,25.4901960784314],[21.5686274509804,25.4901960784314,0.980392156862745],[30.3921568627451,35.2941176470588,12.7450980392157],[25.4901960784314,30.3921568627451,7.84313725490196],[24.5098039215686,29.4117647058824,6.86274509803922],[24.5098039215686,29.4117647058824,7.84313725490196],[0.980392156862745,4.90196078431373,0],[9.80392156862745,13.7254901960784,0],[2.94117647058824,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[4.90196078431373,5.88235294117647,0],[41.1764705882353,42.156862745098,24.5098039215686],[87.2549019607843,86.2745098039216,66.6666666666667],[43.1372549019608,42.156862745098,21.5686274509804],[116.666666666667,114.705882352941,92.156862745098],[81.3725490196078,79.4117647058823,54.9019607843137],[36.2745098039216,32.3529411764706,7.84313725490196],[15.6862745098039,11.7647058823529,0],[31.3725490196078,26.4705882352941,4.90196078431373],[69.6078431372549,64.7058823529412,46.078431372549],[63.7254901960784,57.843137254902,42.156862745098],[12.7450980392157,6.86274509803922,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,0],[57.843137254902,51.9607843137255,40.1960784313726],[26.4705882352941,20.5882352941176,6.86274509803922],[12.7450980392157,6.86274509803922,0],[72.5490196078431,65.6862745098039,48.0392156862745],[122.549019607843,115.686274509804,97.0588235294118],[25.4901960784314,16.6666666666667,0],[7.84313725490196,0,0],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,17.6470588235294],[10.7843137254902,0,0],[7.84313725490196,0,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,0],[8.82352941176471,0,0],[26.4705882352941,11.7647058823529,4.90196078431373],[58.8235294117647,37.2549019607843,24.5098039215686],[51.9607843137255,23.5294117647059,5.88235294117647],[53.921568627451,18.6274509803922,0],[97.0588235294118,57.843137254902,32.3529411764706],[94.1176470588235,53.921568627451,26.4705882352941],[56.8627450980392,13.7254901960784,0],[76.4705882352941,36.2745098039216,8.82352941176471],[108.823529411765,67.6470588235294,44.1176470588235],[90.1960784313725,49.0196078431373,33.3333333333333],[81.3725490196078,45.0980392156863,29.4117647058824],[64.7058823529412,33.3333333333333,10.7843137254902],[75.4901960784314,49.0196078431373,20.5882352941176],[44.1176470588235,17.6470588235294,0],[62.7450980392157,37.2549019607843,4.90196078431373],[72.5490196078431,44.1176470588235,12.7450980392157],[105.882352941176,75.4901960784314,48.0392156862745],[82.3529411764706,48.0392156862745,26.4705882352941],[71.5686274509804,40.1960784313726,19.6078431372549],[72.5490196078431,45.0980392156863,23.5294117647059],[59.8039215686275,36.2745098039216,12.7450980392157],[57.843137254902,37.2549019607843,8.82352941176471],[58.8235294117647,40.1960784313726,7.84313725490196],[51.9607843137255,34.3137254901961,0],[79.4117647058823,64.7058823529412,26.4705882352941],[96.078431372549,82.3529411764706,48.0392156862745],[58.8235294117647,45.0980392156863,10.7843137254902],[71.5686274509804,57.843137254902,21.5686274509804],[69.6078431372549,55.8823529411765,17.6470588235294],[42.156862745098,31.3725490196078,0],[98.0392156862745,90.1960784313725,42.156862745098],[152.941176470588,148.039215686275,93.1372549019608],[169.607843137255,167.647058823529,109.803921568627],[161.764705882353,163.725490196078,101.960784313725],[152.941176470588,157.843137254902,95.0980392156863],[179.411764705882,185.294117647059,124.509803921569],[149.019607843137,156.862745098039,100.980392156863],[56.8627450980392,64.7058823529412,14.7058823529412],[88.2352941176471,97.0588235294118,54.9019607843137],[107.843137254902,117.647058823529,81.3725490196078],[106.862745098039,117.647058823529,86.2745098039216],[89.2156862745098,102.941176470588,77.4509803921569],[61.7647058823529,77.4509803921569,50.9803921568627],[116.666666666667,137.254901960784,99.0196078431373],[129.411764705882,150,109.803921568627],[156.862745098039,176.470588235294,140.196078431373],[103.921568627451,123.529411764706,89.2156862745098],[47.0588235294118,63.7254901960784,30.3921568627451],[28.4313725490196,44.1176470588235,5.88235294117647],[70.5882352941177,87.2549019607843,36.2745098039216],[65.6862745098039,80.3921568627451,24.5098039215686],[61.7647058823529,74.5098039215686,19.6078431372549],[92.156862745098,104.901960784314,51.9607843137255],[117.647058823529,129.411764705882,80.3921568627451],[146.078431372549,158.823529411765,106.862745098039],[183.333333333333,197.058823529412,136.274509803922],[135.294117647059,146.078431372549,81.3725490196078],[111.764705882353,116.666666666667,53.921568627451],[126.470588235294,126.470588235294,67.6470588235294],[100,97.0588235294118,43.1372549019608],[64.7058823529412,59.8039215686275,4.90196078431373],[130.392156862745,122.549019607843,58.8235294117647],[179.411764705882,170.588235294118,106.862745098039],[141.176470588235,128.43137254902,77.4509803921569],[115.686274509804,101.960784313725,55.8823529411765],[69.6078431372549,58.8235294117647,5.88235294117647],[100,90.1960784313725,38.2352941176471],[109.803921568627,100.980392156863,58.8235294117647],[114.705882352941,109.803921568627,72.5490196078431],[95.0980392156863,91.1764705882353,54.9019607843137],[84.3137254901961,84.3137254901961,49.0196078431373],[86.2745098039216,87.2549019607843,55.8823529411765],[96.078431372549,99.0196078431373,70.5882352941177],[82.3529411764706,86.2745098039216,61.7647058823529],[101.960784313725,106.862745098039,84.3137254901961],[119.607843137255,124.509803921569,102.941176470588],[94.1176470588235,99.0196078431373,79.4117647058823],[34.3137254901961,37.2549019607843,20.5882352941176],[23.5294117647059,24.5098039215686,10.7843137254902],[28.4313725490196,29.4117647058824,15.6862745098039],[4.90196078431373,2.94117647058824,0],[20.5882352941176,18.6274509803922,3.92156862745098],[3.92156862745098,0.980392156862745,0],[23.5294117647059,20.5882352941176,1.96078431372549],[49.0196078431373,47.0588235294118,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[88.2352941176471,83.3333333333333,61.7647058823529],[36.2745098039216,32.3529411764706,7.84313725490196],[62.7450980392157,57.843137254902,38.2352941176471],[30.3921568627451,24.5098039215686,12.7450980392157],[31.3725490196078,24.5098039215686,16.6666666666667],[21.5686274509804,14.7058823529412,6.86274509803922],[27.4509803921569,20.5882352941176,12.7450980392157],[15.6862745098039,8.82352941176471,0.980392156862745],[11.7647058823529,4.90196078431373,0],[5.88235294117647,0,0],[13.7254901960784,7.84313725490196,0],[8.82352941176471,1.96078431372549,0],[98.0392156862745,91.1764705882353,72.5490196078431],[113.725490196078,105.882352941176,87.2549019607843],[24.5098039215686,13.7254901960784,0],[23.5294117647059,11.7647058823529,0],[37.2549019607843,23.5294117647059,12.7450980392157],[20.5882352941176,6.86274509803922,0],[14.7058823529412,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[33.3333333333333,29.4117647058824,30.3921568627451],[130.392156862745,126.470588235294,127.450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,0],[24.5098039215686,14.7058823529412,5.88235294117647],[50,31.3725490196078,16.6666666666667],[49.0196078431373,21.5686274509804,0.980392156862745],[67.6470588235294,32.3529411764706,6.86274509803922],[101.960784313725,58.8235294117647,32.3529411764706],[100,53.921568627451,26.4705882352941],[103.921568627451,55.8823529411765,26.4705882352941],[109.803921568627,59.8039215686275,33.3333333333333],[66.6666666666667,19.6078431372549,0],[73.5294117647059,29.4117647058824,10.7843137254902],[90.1960784313725,52.9411764705882,34.3137254901961],[94.1176470588235,64.7058823529412,41.1764705882353],[79.4117647058823,53.921568627451,27.4509803921569],[58.8235294117647,36.2745098039216,5.88235294117647],[86.2745098039216,61.7647058823529,32.3529411764706],[95.0980392156863,65.6862745098039,38.2352941176471],[63.7254901960784,33.3333333333333,5.88235294117647],[123.529411764706,90.1960784313725,65.6862745098039],[66.6666666666667,35.2941176470588,10.7843137254902],[84.3137254901961,58.8235294117647,32.3529411764706],[92.156862745098,71.5686274509804,41.1764705882353],[34.3137254901961,18.6274509803922,0],[74.5098039215686,60.7843137254902,26.4705882352941],[71.5686274509804,55.8823529411765,20.5882352941176],[71.5686274509804,57.843137254902,21.5686274509804],[64.7058823529412,56.8627450980392,21.5686274509804],[64.7058823529412,58.8235294117647,23.5294117647059],[40.1960784313726,34.3137254901961,0],[82.3529411764706,77.4509803921569,38.2352941176471],[70.5882352941177,67.6470588235294,25.4901960784314],[100.980392156863,100,52.9411764705882],[181.372549019608,181.372549019608,130.392156862745],[150.980392156863,153.921568627451,98.0392156862745],[167.647058823529,173.529411764706,114.705882352941],[104.901960784314,112.745098039216,53.921568627451],[155.882352941176,165.686274509804,106.862745098039],[163.725490196078,174.509803921569,119.607843137255],[116.666666666667,126.470588235294,77.4509803921569],[98.0392156862745,108.823529411765,66.6666666666667],[59.8039215686275,69.6078431372549,33.3333333333333],[67.6470588235294,78.4313725490196,47.0588235294118],[122.549019607843,136.274509803922,113.725490196078],[49.0196078431373,63.7254901960784,41.1764705882353],[102.941176470588,121.56862745098,92.156862745098],[82.3529411764706,100.980392156863,69.6078431372549],[113.725490196078,134.313725490196,101.960784313725],[179.411764705882,198.039215686275,166.666666666667],[87.2549019607843,103.921568627451,70.5882352941177],[74.5098039215686,90.1960784313725,51.9607843137255],[59.8039215686275,73.5294117647059,25.4901960784314],[68.6274509803922,81.3725490196078,29.4117647058824],[76.4705882352941,86.2745098039216,35.2941176470588],[101.960784313725,111.764705882353,60.7843137254902],[65.6862745098039,75.4901960784314,26.4705882352941],[83.3333333333333,96.078431372549,44.1176470588235],[227.450980392157,241.176470588235,183.333333333333],[169.607843137255,181.372549019608,118.627450980392],[108.823529411765,115.686274509804,49.0196078431373],[106.862745098039,111.764705882353,46.078431372549],[95.0980392156863,96.078431372549,39.2156862745098],[108.823529411765,108.823529411765,50],[152.941176470588,150,80.3921568627451],[130.392156862745,126.470588235294,56.8627450980392],[128.43137254902,119.607843137255,63.7254901960784],[155.882352941176,146.078431372549,94.1176470588235],[126.470588235294,117.647058823529,59.8039215686275],[112.745098039216,103.921568627451,48.0392156862745],[111.764705882353,103.921568627451,55.8823529411765],[140.196078431373,133.333333333333,90.1960784313725],[87.2549019607843,82.3529411764706,41.1764705882353],[57.843137254902,53.921568627451,16.6666666666667],[83.3333333333333,81.3725490196078,44.1176470588235],[79.4117647058823,79.4117647058823,46.078431372549],[100.980392156863,105.882352941176,76.4705882352941],[175.490196078431,180.392156862745,157.843137254902],[66.6666666666667,69.6078431372549,49.0196078431373],[31.3725490196078,34.3137254901961,15.6862745098039],[66.6666666666667,67.6470588235294,51.9607843137255],[59.8039215686275,60.7843137254902,47.0588235294118],[34.3137254901961,32.3529411764706,19.6078431372549],[19.6078431372549,15.6862745098039,4.90196078431373],[7.84313725490196,3.92156862745098,0],[10.7843137254902,4.90196078431373,0],[18.6274509803922,12.7450980392157,0],[39.2156862745098,33.3333333333333,17.6470588235294],[20.5882352941176,15.6862745098039,0],[41.1764705882353,36.2745098039216,16.6666666666667],[121.56862745098,116.666666666667,95.0980392156863],[50.9803921568627,46.078431372549,27.4509803921569],[11.7647058823529,6.86274509803922,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,10.7843137254902,4.90196078431373],[18.6274509803922,11.7647058823529,1.96078431372549],[9.80392156862745,3.92156862745098,0],[6.86274509803922,0,0],[59.8039215686275,52.9411764705882,34.3137254901961],[82.3529411764706,74.5098039215686,53.921568627451],[74.5098039215686,63.7254901960784,44.1176470588235],[28.4313725490196,15.6862745098039,0],[43.1372549019608,27.4509803921569,12.7450980392157],[12.7450980392157,0,0],[11.7647058823529,0,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[39.2156862745098,35.2941176470588,36.2745098039216],[151.960784313725,148.039215686275,149.019607843137],[11.7647058823529,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[13.7254901960784,0,0],[13.7254901960784,0,0],[18.6274509803922,0,0],[12.7450980392157,0,0],[9.80392156862745,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[10.7843137254902,5.88235294117647,1.96078431372549],[32.3529411764706,19.6078431372549,10.7843137254902],[47.0588235294118,26.4705882352941,9.80392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[62.7450980392157,24.5098039215686,0],[69.6078431372549,25.4901960784314,0],[107.843137254902,57.843137254902,27.4509803921569],[127.450980392157,75.4901960784314,45.0980392156863],[132.352941176471,79.4117647058823,51.9607843137255],[139.21568627451,88.2352941176471,64.7058823529412],[85.2941176470588,40.1960784313726,16.6666666666667],[83.3333333333333,47.0588235294118,21.5686274509804],[81.3725490196078,51.9607843137255,26.4705882352941],[62.7450980392157,39.2156862745098,13.7254901960784],[65.6862745098039,45.0980392156863,18.6274509803922],[54.9019607843137,31.3725490196078,5.88235294117647],[101.960784313725,72.5490196078431,47.0588235294118],[109.803921568627,79.4117647058823,51.9607843137255],[108.823529411765,75.4901960784314,48.0392156862745],[77.4509803921569,49.0196078431373,17.6470588235294],[91.1764705882353,69.6078431372549,33.3333333333333],[72.5490196078431,57.843137254902,19.6078431372549],[78.4313725490196,66.6666666666667,29.4117647058824],[56.8627450980392,45.0980392156863,7.84313725490196],[66.6666666666667,52.9411764705882,18.6274509803922],[76.4705882352941,63.7254901960784,29.4117647058824],[33.3333333333333,29.4117647058824,0],[6.86274509803922,4.90196078431373,0],[98.0392156862745,96.078431372549,58.8235294117647],[110.78431372549,111.764705882353,72.5490196078431],[118.627450980392,119.607843137255,78.4313725490196],[80.3921568627451,83.3333333333333,37.2549019607843],[167.647058823529,171.56862745098,122.549019607843],[54.9019607843137,61.7647058823529,8.82352941176471],[153.921568627451,162.745098039216,106.862745098039],[192.156862745098,202.941176470588,144.117647058824],[143.137254901961,156.862745098039,99.0196078431373],[182.352941176471,195.098039215686,142.156862745098],[116.666666666667,130.392156862745,82.3529411764706],[83.3333333333333,96.078431372549,53.921568627451],[9.80392156862745,21.5686274509804,0],[59.8039215686275,73.5294117647059,41.1764705882353],[67.6470588235294,79.4117647058823,57.843137254902],[41.1764705882353,53.921568627451,36.2745098039216],[34.3137254901961,49.0196078431373,28.4313725490196],[29.4117647058824,47.0588235294118,21.5686274509804],[13.7254901960784,32.3529411764706,4.90196078431373],[135.294117647059,153.921568627451,122.549019607843],[191.176470588235,207.843137254902,174.509803921569],[90.1960784313725,104.901960784314,66.6666666666667],[39.2156862745098,50,8.82352941176471],[58.8235294117647,67.6470588235294,23.5294117647059],[83.3333333333333,91.1764705882353,45.0980392156863],[88.2352941176471,96.078431372549,50],[63.7254901960784,71.5686274509804,25.4901960784314],[150,159.803921568627,110.78431372549],[201.960784313725,214.705882352941,161.764705882353],[217.647058823529,231.372549019608,171.56862745098],[119.607843137255,130.392156862745,62.7450980392157],[89.2156862745098,99.0196078431373,31.3725490196078],[111.764705882353,117.647058823529,58.8235294117647],[150,155.882352941176,95.0980392156863],[135.294117647059,139.21568627451,64.7058823529412],[146.078431372549,148.039215686275,76.4705882352941],[129.411764705882,127.450980392157,71.5686274509804],[119.607843137255,113.725490196078,62.7450980392157],[154.901960784314,150,93.1372549019608],[174.509803921569,169.607843137255,112.745098039216],[133.333333333333,126.470588235294,75.4901960784314],[100,92.156862745098,47.0588235294118],[71.5686274509804,64.7058823529412,23.5294117647059],[71.5686274509804,63.7254901960784,25.4901960784314],[77.4509803921569,69.6078431372549,31.3725490196078],[59.8039215686275,55.8823529411765,19.6078431372549],[93.1372549019608,96.078431372549,65.6862745098039],[62.7450980392157,68.6274509803922,43.1372549019608],[16.6666666666667,20.5882352941176,0],[37.2549019607843,40.1960784313726,19.6078431372549],[48.0392156862745,49.0196078431373,31.3725490196078],[29.4117647058824,27.4509803921569,12.7450980392157],[13.7254901960784,9.80392156862745,0],[19.6078431372549,15.6862745098039,4.90196078431373],[23.5294117647059,16.6666666666667,6.86274509803922],[18.6274509803922,11.7647058823529,1.96078431372549],[30.3921568627451,23.5294117647059,13.7254901960784],[18.6274509803922,12.7450980392157,0.980392156862745],[23.5294117647059,17.6470588235294,1.96078431372549],[81.3725490196078,76.4705882352941,57.843137254902],[82.3529411764706,77.4509803921569,57.843137254902],[22.5490196078431,16.6666666666667,0.980392156862745],[8.82352941176471,3.92156862745098,0],[4.90196078431373,0,0.980392156862745],[12.7450980392157,6.86274509803922,8.82352941176471],[7.84313725490196,1.96078431372549,1.96078431372549],[16.6666666666667,11.7647058823529,8.82352941176471],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[18.6274509803922,12.7450980392157,0],[33.3333333333333,26.4705882352941,8.82352941176471],[76.4705882352941,68.6274509803922,48.0392156862745],[83.3333333333333,72.5490196078431,50.9803921568627],[53.921568627451,43.1372549019608,21.5686274509804],[76.4705882352941,64.7058823529412,43.1372549019608],[35.2941176470588,20.5882352941176,1.96078431372549],[17.6470588235294,0,0],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[15.6862745098039,11.7647058823529,12.7450980392157],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,0.980392156862745,0.980392156862745],[15.6862745098039,0,0],[22.5490196078431,1.96078431372549,0.980392156862745],[16.6666666666667,0.980392156862745,1.96078431372549],[9.80392156862745,0,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[39.2156862745098,22.5490196078431,14.7058823529412],[57.843137254902,31.3725490196078,14.7058823529412],[78.4313725490196,43.1372549019608,21.5686274509804],[74.5098039215686,31.3725490196078,4.90196078431373],[77.4509803921569,27.4509803921569,0],[116.666666666667,64.7058823529412,34.3137254901961],[136.274509803922,84.3137254901961,53.921568627451],[135.294117647059,82.3529411764706,54.9019607843137],[154.901960784314,106.862745098039,77.4509803921569],[104.901960784314,62.7450980392157,31.3725490196078],[95.0980392156863,59.8039215686275,28.4313725490196],[70.5882352941177,44.1176470588235,14.7058823529412],[29.4117647058824,8.82352941176471,0],[45.0980392156863,25.4901960784314,0.980392156862745],[50,28.4313725490196,4.90196078431373],[68.6274509803922,41.1764705882353,17.6470588235294],[118.627450980392,88.2352941176471,59.8039215686275],[110.78431372549,78.4313725490196,46.078431372549],[131.372549019608,103.921568627451,65.6862745098039],[89.2156862745098,70.5882352941177,28.4313725490196],[83.3333333333333,70.5882352941177,26.4705882352941],[100,92.156862745098,47.0588235294118],[47.0588235294118,38.2352941176471,0],[57.843137254902,45.0980392156863,10.7843137254902],[107.843137254902,95.0980392156863,61.7647058823529],[65.6862745098039,61.7647058823529,24.5098039215686],[59.8039215686275,60.7843137254902,19.6078431372549],[130.392156862745,131.372549019608,90.1960784313725],[126.470588235294,129.411764705882,87.2549019607843],[68.6274509803922,71.5686274509804,29.4117647058824],[76.4705882352941,82.3529411764706,37.2549019607843],[124.509803921569,132.352941176471,84.3137254901961],[77.4509803921569,87.2549019607843,36.2745098039216],[87.2549019607843,100,47.0588235294118],[199.019607843137,211.764705882353,156.862745098039],[177.450980392157,192.156862745098,138.235294117647],[171.56862745098,185.294117647059,135.294117647059],[197.058823529412,212.745098039216,166.666666666667],[92.156862745098,106.862745098039,64.7058823529412],[88.2352941176471,102.941176470588,64.7058823529412],[103.921568627451,116.666666666667,87.2549019607843],[49.0196078431373,57.843137254902,39.2156862745098],[40.1960784313726,48.0392156862745,33.3333333333333],[53.921568627451,66.6666666666667,50],[24.5098039215686,39.2156862745098,20.5882352941176],[19.6078431372549,37.2549019607843,11.7647058823529],[67.6470588235294,86.2745098039216,56.8627450980392],[154.901960784314,170.588235294118,135.294117647059],[145.098039215686,156.862745098039,121.56862745098],[83.3333333333333,90.1960784313725,56.8627450980392],[82.3529411764706,86.2745098039216,51.9607843137255],[130.392156862745,132.352941176471,96.078431372549],[70.5882352941177,72.5490196078431,34.3137254901961],[67.6470588235294,74.5098039215686,31.3725490196078],[159.803921568627,168.627450980392,124.509803921569],[192.156862745098,202.941176470588,160.78431372549],[188.235294117647,200,150.980392156863],[167.647058823529,179.411764705882,116.666666666667],[109.803921568627,121.56862745098,56.8627450980392],[134.313725490196,145.098039215686,90.1960784313725],[137.254901960784,146.078431372549,90.1960784313725],[86.2745098039216,96.078431372549,26.4705882352941],[201.960784313725,208.823529411765,140.196078431373],[147.058823529412,150,98.0392156862745],[60.7843137254902,59.8039215686275,14.7058823529412],[88.2352941176471,87.2549019607843,34.3137254901961],[126.470588235294,123.529411764706,71.5686274509804],[92.156862745098,86.2745098039216,39.2156862745098],[88.2352941176471,79.4117647058823,37.2549019607843],[108.823529411765,96.078431372549,61.7647058823529],[70.5882352941177,57.843137254902,24.5098039215686],[19.6078431372549,6.86274509803922,0],[41.1764705882353,33.3333333333333,0],[22.5490196078431,23.5294117647059,0],[5.88235294117647,11.7647058823529,0],[55.8823529411765,59.8039215686275,33.3333333333333],[121.56862745098,125.490196078431,100.980392156863],[79.4117647058823,81.3725490196078,60.7843137254902],[2.94117647058824,1.96078431372549,0],[14.7058823529412,10.7843137254902,0],[9.80392156862745,2.94117647058824,0],[23.5294117647059,14.7058823529412,7.84313725490196],[28.4313725490196,19.6078431372549,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[22.5490196078431,13.7254901960784,6.86274509803922],[56.8627450980392,49.0196078431373,38.2352941176471],[59.8039215686275,51.9607843137255,39.2156862745098],[28.4313725490196,23.5294117647059,4.90196078431373],[17.6470588235294,11.7647058823529,0],[6.86274509803922,1.96078431372549,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[7.84313725490196,2.94117647058824,0],[9.80392156862745,2.94117647058824,0],[98.0392156862745,92.156862745098,78.4313725490196],[134.313725490196,127.450980392157,109.803921568627],[7.84313725490196,0,0],[29.4117647058824,19.6078431372549,0],[34.3137254901961,22.5490196078431,0],[93.1372549019608,78.4313725490196,57.843137254902],[56.8627450980392,42.156862745098,23.5294117647059],[39.2156862745098,21.5686274509804,7.84313725490196],[15.6862745098039,1.96078431372549,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[50,48.0392156862745,49.0196078431373],[152.941176470588,150.980392156863,151.960784313725],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,0.980392156862745],[16.6666666666667,1.96078431372549,0],[21.5686274509804,6.86274509803922,1.96078431372549],[16.6666666666667,4.90196078431373,4.90196078431373],[11.7647058823529,0.980392156862745,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0,0],[17.6470588235294,1.96078431372549,1.96078431372549],[43.1372549019608,18.6274509803922,13.7254901960784],[64.7058823529412,29.4117647058824,15.6862745098039],[67.6470588235294,23.5294117647059,2.94117647058824],[98.0392156862745,48.0392156862745,21.5686274509804],[113.725490196078,61.7647058823529,30.3921568627451],[127.450980392157,75.4901960784314,44.1176470588235],[145.098039215686,96.078431372549,63.7254901960784],[133.333333333333,88.2352941176471,55.8823529411765],[122.549019607843,78.4313725490196,46.078431372549],[139.21568627451,98.0392156862745,60.7843137254902],[126.470588235294,93.1372549019608,55.8823529411765],[154.901960784314,131.372549019608,98.0392156862745],[54.9019607843137,36.2745098039216,6.86274509803922],[24.5098039215686,6.86274509803922,0],[53.921568627451,34.3137254901961,10.7843137254902],[64.7058823529412,37.2549019607843,13.7254901960784],[96.078431372549,65.6862745098039,37.2549019607843],[150,118.627450980392,81.3725490196078],[121.56862745098,98.0392156862745,52.9411764705882],[103.921568627451,88.2352941176471,37.2549019607843],[96.078431372549,89.2156862745098,35.2941176470588],[117.647058823529,114.705882352941,64.7058823529412],[66.6666666666667,59.8039215686275,16.6666666666667],[122.549019607843,109.803921568627,75.4901960784314],[129.411764705882,119.607843137255,85.2941176470588],[106.862745098039,103.921568627451,61.7647058823529],[120.588235294118,122.549019607843,76.4705882352941],[148.039215686275,149.019607843137,105.882352941176],[140.196078431373,143.137254901961,99.0196078431373],[59.8039215686275,65.6862745098039,22.5490196078431],[111.764705882353,119.607843137255,73.5294117647059],[124.509803921569,133.333333333333,87.2549019607843],[104.901960784314,116.666666666667,67.6470588235294],[65.6862745098039,79.4117647058823,27.4509803921569],[128.43137254902,145.098039215686,92.156862745098],[165.686274509804,182.352941176471,129.411764705882],[129.411764705882,147.058823529412,98.0392156862745],[164.705882352941,181.372549019608,137.254901960784],[155.882352941176,173.529411764706,132.352941176471],[149.019607843137,166.666666666667,129.411764705882],[154.901960784314,169.607843137255,137.254901960784],[70.5882352941177,80.3921568627451,55.8823529411765],[8.82352941176471,17.6470588235294,0],[15.6862745098039,26.4705882352941,9.80392156862745],[45.0980392156863,57.843137254902,38.2352941176471],[60.7843137254902,76.4705882352941,48.0392156862745],[33.3333333333333,50,14.7058823529412],[112.745098039216,129.411764705882,88.2352941176471],[193.137254901961,203.921568627451,164.705882352941],[173.529411764706,179.411764705882,146.078431372549],[132.352941176471,133.333333333333,101.960784313725],[101.960784313725,101.960784313725,66.6666666666667],[81.3725490196078,82.3529411764706,43.1372549019608],[57.843137254902,63.7254901960784,18.6274509803922],[172.549019607843,180.392156862745,134.313725490196],[247.058823529412,250,216.666666666667],[178.43137254902,192.156862745098,144.117647058824],[154.901960784314,170.588235294118,106.862745098039],[126.470588235294,143.137254901961,76.4705882352941],[110.78431372549,125.490196078431,71.5686274509804],[106.862745098039,119.607843137255,64.7058823529412],[149.019607843137,161.764705882353,93.1372549019608],[154.901960784314,167.647058823529,99.0196078431373],[88.2352941176471,96.078431372549,46.078431372549],[39.2156862745098,42.156862745098,0],[92.156862745098,94.1176470588235,45.0980392156863],[100,98.0392156862745,48.0392156862745],[153.921568627451,147.058823529412,101.960784313725],[164.705882352941,155.882352941176,115.686274509804],[81.3725490196078,67.6470588235294,33.3333333333333],[73.5294117647059,57.843137254902,25.4901960784314],[95.0980392156863,76.4705882352941,44.1176470588235],[56.8627450980392,44.1176470588235,10.7843137254902],[41.1764705882353,42.156862745098,10.7843137254902],[60.7843137254902,67.6470588235294,37.2549019607843],[102.941176470588,107.843137254902,78.4313725490196],[80.3921568627451,83.3333333333333,56.8627450980392],[81.3725490196078,80.3921568627451,59.8039215686275],[35.2941176470588,32.3529411764706,15.6862745098039],[5.88235294117647,0,0],[34.3137254901961,27.4509803921569,19.6078431372549],[32.3529411764706,23.5294117647059,18.6274509803922],[17.6470588235294,7.84313725490196,5.88235294117647],[32.3529411764706,22.5490196078431,20.5882352941176],[19.6078431372549,10.7843137254902,5.88235294117647],[32.3529411764706,23.5294117647059,14.7058823529412],[11.7647058823529,3.92156862745098,0],[34.3137254901961,28.4313725490196,12.7450980392157],[11.7647058823529,5.88235294117647,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,22.5490196078431,19.6078431372549],[30.3921568627451,25.4901960784314,19.6078431372549],[15.6862745098039,8.82352941176471,0],[89.2156862745098,83.3333333333333,67.6470588235294],[124.509803921569,117.647058823529,99.0196078431373],[39.2156862745098,31.3725490196078,8.82352941176471],[30.3921568627451,20.5882352941176,0],[92.156862745098,80.3921568627451,54.9019607843137],[53.921568627451,39.2156862745098,16.6666666666667],[52.9411764705882,38.2352941176471,19.6078431372549],[54.9019607843137,38.2352941176471,22.5490196078431],[32.3529411764706,18.6274509803922,7.84313725490196],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[136.274509803922,134.313725490196,135.294117647059],[247.058823529412,245.098039215686,246.078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,1.96078431372549],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[13.7254901960784,4.90196078431373,0],[15.6862745098039,8.82352941176471,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,2.94117647058824,5.88235294117647],[14.7058823529412,3.92156862745098,9.80392156862745],[15.6862745098039,0,6.86274509803922],[26.4705882352941,0,4.90196078431373],[49.0196078431373,14.7058823529412,12.7450980392157],[72.5490196078431,25.4901960784314,13.7254901960784],[84.3137254901961,30.3921568627451,10.7843137254902],[101.960784313725,46.078431372549,19.6078431372549],[112.745098039216,57.843137254902,25.4901960784314],[141.176470588235,89.2156862745098,55.8823529411765],[139.21568627451,94.1176470588235,60.7843137254902],[129.411764705882,92.156862745098,56.8627450980392],[186.274509803922,151.960784313725,114.705882352941],[118.627450980392,82.3529411764706,39.2156862745098],[110.78431372549,78.4313725490196,36.2745098039216],[183.333333333333,161.764705882353,125.490196078431],[136.274509803922,119.607843137255,90.1960784313725],[79.4117647058823,63.7254901960784,39.2156862745098],[70.5882352941177,50,29.4117647058824],[64.7058823529412,37.2549019607843,13.7254901960784],[81.3725490196078,50.9803921568627,20.5882352941176],[143.137254901961,114.705882352941,73.5294117647059],[117.647058823529,95.0980392156863,44.1176470588235],[108.823529411765,97.0588235294118,38.2352941176471],[134.313725490196,128.43137254902,69.6078431372549],[128.43137254902,125.490196078431,71.5686274509804],[133.333333333333,129.411764705882,83.3333333333333],[130.392156862745,120.588235294118,86.2745098039216],[146.078431372549,136.274509803922,101.960784313725],[167.647058823529,163.725490196078,117.647058823529],[93.1372549019608,93.1372549019608,44.1176470588235],[114.705882352941,113.725490196078,66.6666666666667],[195.098039215686,197.058823529412,150.980392156863],[103.921568627451,106.862745098039,62.7450980392157],[127.450980392157,133.333333333333,88.2352941176471],[93.1372549019608,100.980392156863,54.9019607843137],[96.078431372549,107.843137254902,60.7843137254902],[57.843137254902,71.5686274509804,21.5686274509804],[107.843137254902,123.529411764706,75.4901960784314],[176.470588235294,194.117647058824,145.098039215686],[86.2745098039216,105.882352941176,57.843137254902],[42.156862745098,60.7843137254902,16.6666666666667],[128.43137254902,149.019607843137,108.823529411765],[145.098039215686,164.705882352941,128.43137254902],[153.921568627451,170.588235294118,135.294117647059],[192.156862745098,202.941176470588,169.607843137255],[104.901960784314,113.725490196078,83.3333333333333],[75.4901960784314,85.2941176470588,60.7843137254902],[99.0196078431373,113.725490196078,85.2941176470588],[117.647058823529,135.294117647059,96.078431372549],[94.1176470588235,111.764705882353,64.7058823529412],[138.235294117647,154.901960784314,101.960784313725],[143.137254901961,154.901960784314,105.882352941176],[165.686274509804,170.588235294118,130.392156862745],[104.901960784314,104.901960784314,67.6470588235294],[69.6078431372549,67.6470588235294,27.4509803921569],[67.6470588235294,66.6666666666667,21.5686274509804],[116.666666666667,121.56862745098,68.6274509803922],[148.039215686275,154.901960784314,103.921568627451],[216.666666666667,225.490196078431,181.372549019608],[206.862745098039,220.588235294118,172.549019607843],[164.705882352941,183.333333333333,118.627450980392],[94.1176470588235,113.725490196078,46.078431372549],[119.607843137255,136.274509803922,82.3529411764706],[164.705882352941,182.352941176471,125.490196078431],[204.901960784314,222.549019607843,150],[132.352941176471,148.039215686275,78.4313725490196],[100.980392156863,110.78431372549,59.8039215686275],[47.0588235294118,53.921568627451,10.7843137254902],[81.3725490196078,85.2941176470588,36.2745098039216],[125.490196078431,125.490196078431,74.5098039215686],[148.039215686275,144.117647058824,97.0588235294118],[145.098039215686,136.274509803922,94.1176470588235],[87.2549019607843,73.5294117647059,39.2156862745098],[83.3333333333333,64.7058823529412,32.3529411764706],[96.078431372549,76.4705882352941,40.1960784313726],[48.0392156862745,34.3137254901961,0],[51.9607843137255,51.9607843137255,18.6274509803922],[51.9607843137255,58.8235294117647,28.4313725490196],[64.7058823529412,69.6078431372549,40.1960784313726],[63.7254901960784,66.6666666666667,40.1960784313726],[56.8627450980392,55.8823529411765,35.2941176470588],[43.1372549019608,40.1960784313726,21.5686274509804],[38.2352941176471,32.3529411764706,20.5882352941176],[36.2745098039216,27.4509803921569,20.5882352941176],[11.7647058823529,0.980392156862745,0],[29.4117647058824,17.6470588235294,17.6470588235294],[26.4705882352941,14.7058823529412,14.7058823529412],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,20.5882352941176,13.7254901960784],[10.7843137254902,1.96078431372549,0],[42.156862745098,36.2745098039216,22.5490196078431],[13.7254901960784,7.84313725490196,0],[3.92156862745098,0,0],[19.6078431372549,14.7058823529412,11.7647058823529],[12.7450980392157,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[30.3921568627451,25.4901960784314,19.6078431372549],[23.5294117647059,19.6078431372549,10.7843137254902],[20.5882352941176,14.7058823529412,2.94117647058824],[47.0588235294118,40.1960784313726,22.5490196078431],[51.9607843137255,44.1176470588235,23.5294117647059],[27.4509803921569,20.5882352941176,0],[136.274509803922,126.470588235294,100],[148.039215686275,136.274509803922,112.745098039216],[48.0392156862745,33.3333333333333,12.7450980392157],[72.5490196078431,55.8823529411765,38.2352941176471],[49.0196078431373,30.3921568627451,15.6862745098039],[25.4901960784314,8.82352941176471,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,0.980392156862745,1.96078431372549],[11.7647058823529,1.96078431372549,2.94117647058824],[12.7450980392157,0.980392156862745,2.94117647058824],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[10.7843137254902,5.88235294117647,1.96078431372549],[7.84313725490196,2.94117647058824,0],[11.7647058823529,2.94117647058824,3.92156862745098],[20.5882352941176,8.82352941176471,10.7843137254902],[24.5098039215686,5.88235294117647,7.84313725490196],[33.3333333333333,3.92156862745098,3.92156862745098],[53.921568627451,13.7254901960784,7.84313725490196],[87.2549019607843,35.2941176470588,21.5686274509804],[112.745098039216,51.9607843137255,31.3725490196078],[127.450980392157,64.7058823529412,37.2549019607843],[110.78431372549,50.9803921568627,20.5882352941176],[132.352941176471,80.3921568627451,47.0588235294118],[146.078431372549,103.921568627451,69.6078431372549],[122.549019607843,89.2156862745098,52.9411764705882],[146.078431372549,116.666666666667,79.4117647058823],[56.8627450980392,28.4313725490196,0],[88.2352941176471,60.7843137254902,21.5686274509804],[84.3137254901961,64.7058823529412,28.4313725490196],[104.901960784314,90.1960784313725,57.843137254902],[77.4509803921569,62.7450980392157,34.3137254901961],[107.843137254902,89.2156862745098,59.8039215686275],[97.0588235294118,72.5490196078431,42.156862745098],[137.254901960784,111.764705882353,75.4901960784314],[110.78431372549,87.2549019607843,42.156862745098],[97.0588235294118,80.3921568627451,27.4509803921569],[135.294117647059,126.470588235294,68.6274509803922],[143.137254901961,141.176470588235,83.3333333333333],[101.960784313725,101.960784313725,49.0196078431373],[111.764705882353,110.78431372549,63.7254901960784],[58.8235294117647,53.921568627451,16.6666666666667],[82.3529411764706,77.4509803921569,40.1960784313726],[166.666666666667,164.705882352941,117.647058823529],[159.803921568627,159.803921568627,110.78431372549],[109.803921568627,111.764705882353,63.7254901960784],[148.039215686275,150,103.921568627451],[164.705882352941,170.588235294118,127.450980392157],[94.1176470588235,100.980392156863,57.843137254902],[100.980392156863,109.803921568627,65.6862745098039],[53.921568627451,65.6862745098039,20.5882352941176],[55.8823529411765,69.6078431372549,21.5686274509804],[111.764705882353,127.450980392157,79.4117647058823],[178.43137254902,196.078431372549,149.019607843137],[115.686274509804,134.313725490196,89.2156862745098],[65.6862745098039,84.3137254901961,40.1960784313726],[58.8235294117647,79.4117647058823,39.2156862745098],[105.882352941176,125.490196078431,89.2156862745098],[57.843137254902,77.4509803921569,41.1764705882353],[159.803921568627,175.490196078431,137.254901960784],[222.549019607843,237.254901960784,199.019607843137],[162.745098039216,177.450980392157,145.098039215686],[56.8627450980392,72.5490196078431,37.2549019607843],[173.529411764706,190.196078431373,149.019607843137],[154.901960784314,172.549019607843,123.529411764706],[152.941176470588,169.607843137255,116.666666666667],[145.098039215686,157.843137254902,105.882352941176],[106.862745098039,113.725490196078,70.5882352941177],[118.627450980392,123.529411764706,83.3333333333333],[76.4705882352941,82.3529411764706,37.2549019607843],[111.764705882353,118.627450980392,68.6274509803922],[156.862745098039,165.686274509804,111.764705882353],[134.313725490196,144.117647058824,92.156862745098],[222.549019607843,234.313725490196,189.21568627451],[230.392156862745,244.117647058824,196.078431372549],[179.411764705882,199.019607843137,137.254901960784],[134.313725490196,153.921568627451,92.156862745098],[158.823529411765,176.470588235294,125.490196078431],[150,168.627450980392,114.705882352941],[147.058823529412,165.686274509804,102.941176470588],[154.901960784314,173.529411764706,110.78431372549],[86.2745098039216,99.0196078431373,53.921568627451],[95.0980392156863,102.941176470588,62.7450980392157],[79.4117647058823,85.2941176470588,40.1960784313726],[117.647058823529,119.607843137255,73.5294117647059],[99.0196078431373,95.0980392156863,50.9803921568627],[129.411764705882,120.588235294118,80.3921568627451],[123.529411764706,107.843137254902,74.5098039215686],[88.2352941176471,68.6274509803922,34.3137254901961],[89.2156862745098,65.6862745098039,28.4313725490196],[75.4901960784314,57.843137254902,20.5882352941176],[28.4313725490196,23.5294117647059,0],[51.9607843137255,51.9607843137255,24.5098039215686],[37.2549019607843,40.1960784313726,11.7647058823529],[26.4705882352941,29.4117647058824,2.94117647058824],[43.1372549019608,42.156862745098,21.5686274509804],[67.6470588235294,64.7058823529412,50],[34.3137254901961,27.4509803921569,17.6470588235294],[26.4705882352941,19.6078431372549,13.7254901960784],[30.3921568627451,21.5686274509804,16.6666666666667],[35.2941176470588,24.5098039215686,20.5882352941176],[9.80392156862745,0,0],[35.2941176470588,24.5098039215686,20.5882352941176],[37.2549019607843,28.4313725490196,21.5686274509804],[32.3529411764706,26.4705882352941,14.7058823529412],[23.5294117647059,20.5882352941176,1.96078431372549],[14.7058823529412,11.7647058823529,0],[10.7843137254902,6.86274509803922,0],[13.7254901960784,8.82352941176471,2.94117647058824],[5.88235294117647,0.980392156862745,0],[12.7450980392157,7.84313725490196,3.92156862745098],[66.6666666666667,63.7254901960784,54.9019607843137],[25.4901960784314,23.5294117647059,10.7843137254902],[31.3725490196078,28.4313725490196,11.7647058823529],[29.4117647058824,24.5098039215686,5.88235294117647],[12.7450980392157,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[23.5294117647059,12.7450980392157,0],[40.1960784313726,28.4313725490196,6.86274509803922],[45.0980392156863,30.3921568627451,9.80392156862745],[67.6470588235294,52.9411764705882,34.3137254901961],[85.2941176470588,69.6078431372549,54.9019607843137],[29.4117647058824,15.6862745098039,6.86274509803922],[8.82352941176471,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[12.7450980392157,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,3.92156862745098],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,0.980392156862745,0.980392156862745],[11.7647058823529,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0,1.96078431372549],[14.7058823529412,2.94117647058824,6.86274509803922],[12.7450980392157,0.980392156862745,2.94117647058824],[10.7843137254902,0.980392156862745,0],[17.6470588235294,7.84313725490196,5.88235294117647],[37.2549019607843,28.4313725490196,21.5686274509804],[44.1176470588235,30.3921568627451,21.5686274509804],[48.0392156862745,22.5490196078431,9.80392156862745],[77.4509803921569,40.1960784313726,21.5686274509804],[103.921568627451,49.0196078431373,24.5098039215686],[146.078431372549,82.3529411764706,54.9019607843137],[124.509803921569,59.8039215686275,28.4313725490196],[110.78431372549,49.0196078431373,16.6666666666667],[120.588235294118,68.6274509803922,37.2549019607843],[160.78431372549,118.627450980392,85.2941176470588],[100,70.5882352941177,35.2941176470588],[51.9607843137255,30.3921568627451,0],[79.4117647058823,60.7843137254902,29.4117647058824],[52.9411764705882,38.2352941176471,5.88235294117647],[50.9803921568627,37.2549019607843,2.94117647058824],[92.156862745098,78.4313725490196,42.156862745098],[63.7254901960784,49.0196078431373,8.82352941176471],[130.392156862745,113.725490196078,71.5686274509804],[141.176470588235,123.529411764706,78.4313725490196],[118.627450980392,100.980392156863,53.921568627451],[72.5490196078431,58.8235294117647,10.7843137254902],[134.313725490196,124.509803921569,74.5098039215686],[120.588235294118,117.647058823529,67.6470588235294],[105.882352941176,107.843137254902,58.8235294117647],[67.6470588235294,70.5882352941177,24.5098039215686],[63.7254901960784,69.6078431372549,24.5098039215686],[51.9607843137255,57.843137254902,14.7058823529412],[19.6078431372549,22.5490196078431,0],[91.1764705882353,94.1176470588235,48.0392156862745],[130.392156862745,133.333333333333,87.2549019607843],[81.3725490196078,84.3137254901961,42.156862745098],[76.4705882352941,81.3725490196078,41.1764705882353],[163.725490196078,168.627450980392,129.411764705882],[108.823529411765,114.705882352941,77.4509803921569],[127.450980392157,135.294117647059,95.0980392156863],[125.490196078431,136.274509803922,94.1176470588235],[100,112.745098039216,67.6470588235294],[128.43137254902,144.117647058824,98.0392156862745],[222.549019607843,238.235294117647,192.156862745098],[211.764705882353,228.43137254902,184.313725490196],[116.666666666667,133.333333333333,90.1960784313725],[66.6666666666667,84.3137254901961,45.0980392156863],[89.2156862745098,105.882352941176,70.5882352941177],[84.3137254901961,103.921568627451,67.6470588235294],[96.078431372549,120.588235294118,81.3725490196078],[188.235294117647,212.745098039216,173.529411764706],[138.235294117647,157.843137254902,121.56862745098],[70.5882352941177,86.2745098039216,50.9803921568627],[72.5490196078431,86.2745098039216,50.9803921568627],[38.2352941176471,50,10.7843137254902],[32.3529411764706,45.0980392156863,1.96078431372549],[138.235294117647,150.980392156863,107.843137254902],[135.294117647059,150.980392156863,106.862745098039],[97.0588235294118,114.705882352941,67.6470588235294],[55.8823529411765,73.5294117647059,24.5098039215686],[154.901960784314,172.549019607843,121.56862745098],[114.705882352941,131.372549019608,80.3921568627451],[123.529411764706,139.21568627451,91.1764705882353],[198.039215686275,210.78431372549,167.647058823529],[159.803921568627,172.549019607843,129.411764705882],[200,217.647058823529,168.627450980392],[151.960784313725,171.56862745098,121.56862745098],[140.196078431373,156.862745098039,113.725490196078],[119.607843137255,136.274509803922,93.1372549019608],[96.078431372549,111.764705882353,67.6470588235294],[137.254901960784,150,107.843137254902],[59.8039215686275,69.6078431372549,33.3333333333333],[104.901960784314,111.764705882353,78.4313725490196],[123.529411764706,124.509803921569,91.1764705882353],[85.2941176470588,82.3529411764706,48.0392156862745],[67.6470588235294,59.8039215686275,24.5098039215686],[88.2352941176471,75.4901960784314,41.1764705882353],[108.823529411765,90.1960784313725,57.843137254902],[90.1960784313725,67.6470588235294,34.3137254901961],[106.862745098039,81.3725490196078,45.0980392156863],[80.3921568627451,57.843137254902,24.5098039215686],[65.6862745098039,50,25.4901960784314],[68.6274509803922,60.7843137254902,38.2352941176471],[105.882352941176,101.960784313725,75.4901960784314],[12.7450980392157,12.7450980392157,0],[24.5098039215686,25.4901960784314,7.84313725490196],[40.1960784313726,40.1960784313726,28.4313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[37.2549019607843,32.3529411764706,28.4313725490196],[5.88235294117647,0,0],[21.5686274509804,13.7254901960784,2.94117647058824],[9.80392156862745,0,0],[28.4313725490196,20.5882352941176,9.80392156862745],[52.9411764705882,47.0588235294118,35.2941176470588],[37.2549019607843,34.3137254901961,17.6470588235294],[88.2352941176471,88.2352941176471,60.7843137254902],[19.6078431372549,19.6078431372549,0],[13.7254901960784,7.84313725490196,0],[22.5490196078431,15.6862745098039,7.84313725490196],[13.7254901960784,8.82352941176471,4.90196078431373],[22.5490196078431,19.6078431372549,14.7058823529412],[62.7450980392157,62.7450980392157,50.9803921568627],[66.6666666666667,67.6470588235294,51.9607843137255],[19.6078431372549,18.6274509803922,0],[50.9803921568627,50,30.3921568627451],[43.1372549019608,37.2549019607843,23.5294117647059],[38.2352941176471,30.3921568627451,17.6470588235294],[30.3921568627451,18.6274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,0],[23.5294117647059,12.7450980392157,0],[54.9019607843137,44.1176470588235,24.5098039215686],[83.3333333333333,71.5686274509804,57.843137254902],[33.3333333333333,23.5294117647059,14.7058823529412],[7.84313725490196,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[32.3529411764706,30.3921568627451,31.3725490196078],[64.7058823529412,62.7450980392157,63.7254901960784],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[10.7843137254902,0,0],[21.5686274509804,7.84313725490196,4.90196078431373],[21.5686274509804,7.84313725490196,4.90196078431373],[18.6274509803922,7.84313725490196,5.88235294117647],[18.6274509803922,7.84313725490196,5.88235294117647],[17.6470588235294,5.88235294117647,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,3.92156862745098,5.88235294117647],[11.7647058823529,0,1.96078431372549],[11.7647058823529,0,1.96078431372549],[10.7843137254902,0,0],[12.7450980392157,3.92156862745098,0],[24.5098039215686,14.7058823529412,4.90196078431373],[48.0392156862745,32.3529411764706,16.6666666666667],[56.8627450980392,30.3921568627451,9.80392156862745],[50,10.7843137254902,0],[105.882352941176,51.9607843137255,22.5490196078431],[141.176470588235,77.4509803921569,46.078431372549],[141.176470588235,76.4705882352941,43.1372549019608],[127.450980392157,65.6862745098039,31.3725490196078],[120.588235294118,68.6274509803922,35.2941176470588],[128.43137254902,86.2745098039216,51.9607843137255],[99.0196078431373,69.6078431372549,32.3529411764706],[63.7254901960784,44.1176470588235,9.80392156862745],[56.8627450980392,43.1372549019608,14.7058823529412],[38.2352941176471,28.4313725490196,1.96078431372549],[40.1960784313726,26.4705882352941,0],[110.78431372549,96.078431372549,63.7254901960784],[46.078431372549,28.4313725490196,0],[58.8235294117647,40.1960784313726,0],[92.156862745098,75.4901960784314,30.3921568627451],[97.0588235294118,83.3333333333333,35.2941176470588],[78.4313725490196,68.6274509803922,18.6274509803922],[86.2745098039216,80.3921568627451,29.4117647058824],[125.490196078431,125.490196078431,76.4705882352941],[95.0980392156863,99.0196078431373,50],[119.607843137255,125.490196078431,80.3921568627451],[81.3725490196078,88.2352941176471,45.0980392156863],[89.2156862745098,98.0392156862745,55.8823529411765],[89.2156862745098,96.078431372549,54.9019607843137],[88.2352941176471,95.0980392156863,51.9607843137255],[122.549019607843,128.43137254902,85.2941176470588],[122.549019607843,127.450980392157,87.2549019607843],[31.3725490196078,38.2352941176471,0],[120.588235294118,127.450980392157,87.2549019607843],[101.960784313725,109.803921568627,71.5686274509804],[83.3333333333333,94.1176470588235,54.9019607843137],[105.882352941176,118.627450980392,76.4705882352941],[118.627450980392,131.372549019608,89.2156862745098],[201.960784313725,216.666666666667,174.509803921569],[195.098039215686,209.803921568627,167.647058823529],[225.490196078431,242.156862745098,199.019607843137],[196.078431372549,213.725490196078,172.549019607843],[129.411764705882,147.058823529412,107.843137254902],[115.686274509804,133.333333333333,96.078431372549],[137.254901960784,158.823529411765,121.56862745098],[160.78431372549,188.235294117647,148.039215686275],[154.901960784314,185.294117647059,144.117647058824],[109.803921568627,134.313725490196,96.078431372549],[77.4509803921569,94.1176470588235,58.8235294117647],[73.5294117647059,87.2549019607843,52.9411764705882],[52.9411764705882,64.7058823529412,29.4117647058824],[55.8823529411765,67.6470588235294,30.3921568627451],[133.333333333333,148.039215686275,105.882352941176],[165.686274509804,184.313725490196,139.21568627451],[99.0196078431373,122.549019607843,73.5294117647059],[45.0980392156863,71.5686274509804,19.6078431372549],[86.2745098039216,109.803921568627,58.8235294117647],[90.1960784313725,111.764705882353,63.7254901960784],[143.137254901961,161.764705882353,116.666666666667],[186.274509803922,200.980392156863,158.823529411765],[171.56862745098,186.274509803922,144.117647058824],[234.313725490196,250,207.843137254902],[152.941176470588,171.56862745098,126.470588235294],[91.1764705882353,109.803921568627,65.6862745098039],[102.941176470588,120.588235294118,79.4117647058823],[74.5098039215686,91.1764705882353,50],[86.2745098039216,100.980392156863,62.7450980392157],[52.9411764705882,64.7058823529412,27.4509803921569],[65.6862745098039,73.5294117647059,37.2549019607843],[93.1372549019608,97.0588235294118,62.7450980392157],[71.5686274509804,71.5686274509804,36.2745098039216],[80.3921568627451,74.5098039215686,39.2156862745098],[92.156862745098,82.3529411764706,47.0588235294118],[91.1764705882353,76.4705882352941,38.2352941176471],[136.274509803922,117.647058823529,78.4313725490196],[148.039215686275,125.490196078431,85.2941176470588],[84.3137254901961,62.7450980392157,26.4705882352941],[76.4705882352941,59.8039215686275,32.3529411764706],[68.6274509803922,54.9019607843137,29.4117647058824],[32.3529411764706,25.4901960784314,0],[20.5882352941176,19.6078431372549,0],[58.8235294117647,60.7843137254902,40.1960784313726],[59.8039215686275,61.7647058823529,48.0392156862745],[34.3137254901961,34.3137254901961,24.5098039215686],[35.2941176470588,32.3529411764706,25.4901960784314],[66.6666666666667,59.8039215686275,50],[43.1372549019608,35.2941176470588,24.5098039215686],[31.3725490196078,21.5686274509804,11.7647058823529],[7.84313725490196,0,0],[5.88235294117647,0,0],[44.1176470588235,41.1764705882353,22.5490196078431],[74.5098039215686,77.4509803921569,50.9803921568627],[40.1960784313726,40.1960784313726,14.7058823529412],[14.7058823529412,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[19.6078431372549,14.7058823529412,11.7647058823529],[29.4117647058824,26.4705882352941,21.5686274509804],[52.9411764705882,52.9411764705882,41.1764705882353],[59.8039215686275,60.7843137254902,43.1372549019608],[13.7254901960784,15.6862745098039,0],[15.6862745098039,14.7058823529412,0],[19.6078431372549,13.7254901960784,1.96078431372549],[38.2352941176471,29.4117647058824,20.5882352941176],[17.6470588235294,4.90196078431373,0],[62.7450980392157,50.9803921568627,35.2941176470588],[68.6274509803922,57.843137254902,36.2745098039216],[58.8235294117647,50.9803921568627,30.3921568627451],[28.4313725490196,19.6078431372549,4.90196078431373],[29.4117647058824,18.6274509803922,12.7450980392157],[7.84313725490196,0,0],[12.7450980392157,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[49.0196078431373,47.0588235294118,48.0392156862745],[42.156862745098,40.1960784313726,41.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[21.5686274509804,10.7843137254902,8.82352941176471],[18.6274509803922,7.84313725490196,5.88235294117647],[14.7058823529412,3.92156862745098,0],[16.6666666666667,2.94117647058824,0],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[13.7254901960784,3.92156862745098,4.90196078431373],[17.6470588235294,2.94117647058824,5.88235294117647],[21.5686274509804,6.86274509803922,9.80392156862745],[9.80392156862745,0,0],[7.84313725490196,0,0],[15.6862745098039,1.96078431372549,0],[50.9803921568627,28.4313725490196,10.7843137254902],[78.4313725490196,45.0980392156863,20.5882352941176],[51.9607843137255,8.82352941176471,0],[99.0196078431373,47.0588235294118,16.6666666666667],[127.450980392157,69.6078431372549,38.2352941176471],[129.411764705882,67.6470588235294,33.3333333333333],[135.294117647059,76.4705882352941,40.1960784313726],[144.117647058824,92.156862745098,52.9411764705882],[92.156862745098,48.0392156862745,9.80392156862745],[72.5490196078431,39.2156862745098,1.96078431372549],[86.2745098039216,62.7450980392157,27.4509803921569],[63.7254901960784,49.0196078431373,20.5882352941176],[62.7450980392157,50.9803921568627,25.4901960784314],[52.9411764705882,38.2352941176471,15.6862745098039],[85.2941176470588,69.6078431372549,47.0588235294118],[100,80.3921568627451,56.8627450980392],[60.7843137254902,41.1764705882353,14.7058823529412],[68.6274509803922,50,17.6470588235294],[93.1372549019608,78.4313725490196,38.2352941176471],[101.960784313725,92.156862745098,44.1176470588235],[69.6078431372549,64.7058823529412,10.7843137254902],[106.862745098039,105.882352941176,50.9803921568627],[126.470588235294,129.411764705882,75.4901960784314],[147.058823529412,150,103.921568627451],[129.411764705882,134.313725490196,94.1176470588235],[91.1764705882353,97.0588235294118,61.7647058823529],[101.960784313725,107.843137254902,74.5098039215686],[24.5098039215686,30.3921568627451,0],[107.843137254902,113.725490196078,76.4705882352941],[196.078431372549,202.941176470588,162.745098039216],[192.156862745098,200.980392156863,158.823529411765],[105.882352941176,114.705882352941,72.5490196078431],[99.0196078431373,109.803921568627,67.6470588235294],[96.078431372549,106.862745098039,64.7058823529412],[120.588235294118,133.333333333333,91.1764705882353],[88.2352941176471,102.941176470588,64.7058823529412],[185.294117647059,200.980392156863,164.705882352941],[214.705882352941,231.372549019608,196.078431372549],[175.490196078431,192.156862745098,156.862745098039],[187.254901960784,207.843137254902,169.607843137255],[161.764705882353,182.352941176471,144.117647058824],[133.333333333333,153.921568627451,113.725490196078],[106.862745098039,131.372549019608,90.1960784313725],[128.43137254902,158.823529411765,117.647058823529],[142.156862745098,172.549019607843,131.372549019608],[132.352941176471,156.862745098039,118.627450980392],[101.960784313725,121.56862745098,85.2941176470588],[85.2941176470588,100.980392156863,65.6862745098039],[89.2156862745098,102.941176470588,67.6470588235294],[102.941176470588,117.647058823529,79.4117647058823],[110.78431372549,127.450980392157,86.2745098039216],[162.745098039216,181.372549019608,136.274509803922],[102.941176470588,124.509803921569,76.4705882352941],[96.078431372549,119.607843137255,68.6274509803922],[135.294117647059,158.823529411765,107.843137254902],[154.901960784314,176.470588235294,128.43137254902],[182.352941176471,200.980392156863,155.882352941176],[207.843137254902,222.549019607843,180.392156862745],[211.764705882353,228.43137254902,185.294117647059],[122.549019607843,145.098039215686,94.1176470588235],[128.43137254902,150.980392156863,98.0392156862745],[106.862745098039,129.411764705882,78.4313725490196],[150.980392156863,173.529411764706,122.549019607843],[99.0196078431373,118.627450980392,68.6274509803922],[100.980392156863,120.588235294118,72.5490196078431],[85.2941176470588,100.980392156863,54.9019607843137],[86.2745098039216,98.0392156862745,52.9411764705882],[94.1176470588235,100.980392156863,57.843137254902],[100,102.941176470588,58.8235294117647],[73.5294117647059,70.5882352941177,26.4705882352941],[65.6862745098039,58.8235294117647,13.7254901960784],[97.0588235294118,84.3137254901961,41.1764705882353],[159.803921568627,143.137254901961,100],[128.43137254902,110.78431372549,65.6862745098039],[93.1372549019608,74.5098039215686,32.3529411764706],[70.5882352941177,55.8823529411765,15.6862745098039],[82.3529411764706,70.5882352941177,33.3333333333333],[37.2549019607843,31.3725490196078,0],[36.2745098039216,32.3529411764706,3.92156862745098],[73.5294117647059,73.5294117647059,46.078431372549],[106.862745098039,109.803921568627,83.3333333333333],[37.2549019607843,36.2745098039216,15.6862745098039],[7.84313725490196,4.90196078431373,0],[87.2549019607843,80.3921568627451,72.5490196078431],[61.7647058823529,52.9411764705882,48.0392156862745],[47.0588235294118,36.2745098039216,32.3529411764706],[51.9607843137255,42.156862745098,33.3333333333333],[56.8627450980392,49.0196078431373,36.2745098039216],[75.4901960784314,69.6078431372549,55.8823529411765],[53.921568627451,51.9607843137255,39.2156862745098],[31.3725490196078,27.4509803921569,16.6666666666667],[17.6470588235294,8.82352941176471,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,6.86274509803922,4.90196078431373],[5.88235294117647,0.980392156862745,0],[17.6470588235294,14.7058823529412,5.88235294117647],[60.7843137254902,58.8235294117647,44.1176470588235],[47.0588235294118,46.078431372549,25.4901960784314],[21.5686274509804,18.6274509803922,0],[15.6862745098039,7.84313725490196,0],[13.7254901960784,3.92156862745098,0],[9.80392156862745,0,0],[50,37.2549019607843,21.5686274509804],[81.3725490196078,69.6078431372549,48.0392156862745],[56.8627450980392,46.078431372549,26.4705882352941],[32.3529411764706,20.5882352941176,6.86274509803922],[30.3921568627451,19.6078431372549,13.7254901960784],[22.5490196078431,10.7843137254902,10.7843137254902],[6.86274509803922,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[0,0,0],[10.7843137254902,10.7843137254902,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[18.6274509803922,8.82352941176471,7.84313725490196],[23.5294117647059,12.7450980392157,10.7843137254902],[23.5294117647059,12.7450980392157,10.7843137254902],[20.5882352941176,9.80392156862745,5.88235294117647],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,0,0],[13.7254901960784,0,0],[12.7450980392157,1.96078431372549,0],[12.7450980392157,1.96078431372549,0],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,0.980392156862745,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,0.980392156862745,0],[13.7254901960784,0,0],[25.4901960784314,11.7647058823529,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,3.92156862745098,0],[25.4901960784314,7.84313725490196,0],[64.7058823529412,37.2549019607843,15.6862745098039],[108.823529411765,70.5882352941177,42.156862745098],[86.2745098039216,41.1764705882353,8.82352941176471],[115.686274509804,67.6470588235294,36.2745098039216],[129.411764705882,77.4509803921569,44.1176470588235],[109.803921568627,54.9019607843137,18.6274509803922],[126.470588235294,72.5490196078431,32.3529411764706],[135.294117647059,83.3333333333333,40.1960784313726],[94.1176470588235,48.0392156862745,4.90196078431373],[85.2941176470588,50.9803921568627,9.80392156862745],[100.980392156863,75.4901960784314,39.2156862745098],[78.4313725490196,61.7647058823529,32.3529411764706],[49.0196078431373,35.2941176470588,9.80392156862745],[19.6078431372549,2.94117647058824,0],[34.3137254901961,17.6470588235294,0],[125.490196078431,106.862745098039,90.1960784313725],[90.1960784313725,72.5490196078431,50.9803921568627],[46.078431372549,29.4117647058824,0],[88.2352941176471,74.5098039215686,36.2745098039216],[113.725490196078,105.882352941176,57.843137254902],[114.705882352941,109.803921568627,54.9019607843137],[167.647058823529,167.647058823529,108.823529411765],[181.372549019608,185.294117647059,127.450980392157],[67.6470588235294,74.5098039215686,23.5294117647059],[61.7647058823529,68.6274509803922,25.4901960784314],[111.764705882353,117.647058823529,84.3137254901961],[68.6274509803922,73.5294117647059,44.1176470588235],[40.1960784313726,47.0588235294118,16.6666666666667],[58.8235294117647,65.6862745098039,32.3529411764706],[106.862745098039,114.705882352941,76.4705882352941],[108.823529411765,119.607843137255,77.4509803921569],[145.098039215686,156.862745098039,109.803921568627],[110.78431372549,124.509803921569,76.4705882352941],[119.607843137255,135.294117647059,89.2156862745098],[104.901960784314,119.607843137255,79.4117647058823],[114.705882352941,130.392156862745,95.0980392156863],[118.627450980392,135.294117647059,103.921568627451],[130.392156862745,149.019607843137,121.56862745098],[114.705882352941,135.294117647059,104.901960784314],[165.686274509804,189.21568627451,155.882352941176],[191.176470588235,215.686274509804,177.450980392157],[213.725490196078,238.235294117647,197.058823529412],[150.980392156863,177.450980392157,133.333333333333],[140.196078431373,170.588235294118,127.450980392157],[191.176470588235,221.56862745098,180.392156862745],[153.921568627451,178.43137254902,140.196078431373],[123.529411764706,143.137254901961,106.862745098039],[155.882352941176,171.56862745098,136.274509803922],[131.372549019608,147.058823529412,111.764705882353],[102.941176470588,118.627450980392,82.3529411764706],[95.0980392156863,111.764705882353,70.5882352941177],[127.450980392157,149.019607843137,102.941176470588],[125.490196078431,149.019607843137,100],[159.803921568627,186.274509803922,134.313725490196],[181.372549019608,207.843137254902,157.843137254902],[167.647058823529,191.176470588235,142.156862745098],[178.43137254902,197.058823529412,151.960784313725],[243.137254901961,250,218.627450980392],[238.235294117647,250,211.764705882353],[197.058823529412,219.607843137255,168.627450980392],[134.313725490196,161.764705882353,104.901960784314],[115.686274509804,143.137254901961,86.2745098039216],[144.117647058824,168.627450980392,112.745098039216],[107.843137254902,132.352941176471,76.4705882352941],[108.823529411765,131.372549019608,76.4705882352941],[108.823529411765,127.450980392157,73.5294117647059],[88.2352941176471,104.901960784314,51.9607843137255],[108.823529411765,121.56862745098,68.6274509803922],[109.803921568627,118.627450980392,66.6666666666667],[64.7058823529412,66.6666666666667,17.6470588235294],[77.4509803921569,75.4901960784314,27.4509803921569],[121.56862745098,113.725490196078,65.6862745098039],[100.980392156863,91.1764705882353,43.1372549019608],[72.5490196078431,58.8235294117647,12.7450980392157],[138.235294117647,124.509803921569,78.4313725490196],[93.1372549019608,80.3921568627451,36.2745098039216],[109.803921568627,98.0392156862745,58.8235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[55.8823529411765,50.9803921568627,22.5490196078431],[39.2156862745098,38.2352941176471,7.84313725490196],[103.921568627451,104.901960784314,74.5098039215686],[97.0588235294118,97.0588235294118,69.6078431372549],[29.4117647058824,27.4509803921569,6.86274509803922],[7.84313725490196,0,0],[29.4117647058824,18.6274509803922,14.7058823529412],[24.5098039215686,10.7843137254902,7.84313725490196],[32.3529411764706,19.6078431372549,11.7647058823529],[88.2352941176471,79.4117647058823,64.7058823529412],[72.5490196078431,65.6862745098039,50],[3.92156862745098,0,0],[14.7058823529412,7.84313725490196,1.96078431372549],[31.3725490196078,20.5882352941176,14.7058823529412],[18.6274509803922,7.84313725490196,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[21.5686274509804,13.7254901960784,11.7647058823529],[18.6274509803922,14.7058823529412,5.88235294117647],[40.1960784313726,38.2352941176471,23.5294117647059],[36.2745098039216,34.3137254901961,13.7254901960784],[23.5294117647059,18.6274509803922,0],[6.86274509803922,0,0],[10.7843137254902,0,0],[17.6470588235294,3.92156862745098,0],[36.2745098039216,23.5294117647059,7.84313725490196],[56.8627450980392,45.0980392156863,23.5294117647059],[49.0196078431373,36.2745098039216,17.6470588235294],[34.3137254901961,22.5490196078431,8.82352941176471],[7.84313725490196,0,0],[21.5686274509804,11.7647058823529,10.7843137254902],[5.88235294117647,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,7.84313725490196],[1.96078431372549,1.96078431372549,0],[0,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,7.84313725490196],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[10.7843137254902,0.980392156862745,0],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,6.86274509803922,4.90196078431373],[16.6666666666667,5.88235294117647,1.96078431372549],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,4.90196078431373,0.980392156862745],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,1.96078431372549],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[15.6862745098039,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,0,0],[68.6274509803922,35.2941176470588,10.7843137254902],[115.686274509804,71.5686274509804,39.2156862745098],[70.5882352941177,23.5294117647059,0],[116.666666666667,72.5490196078431,40.1960784313726],[117.647058823529,74.5098039215686,40.1960784313726],[107.843137254902,60.7843137254902,21.5686274509804],[138.235294117647,88.2352941176471,44.1176470588235],[121.56862745098,69.6078431372549,20.5882352941176],[141.176470588235,92.156862745098,44.1176470588235],[141.176470588235,102.941176470588,60.7843137254902],[99.0196078431373,71.5686274509804,35.2941176470588],[77.4509803921569,61.7647058823529,29.4117647058824],[88.2352941176471,74.5098039215686,48.0392156862745],[77.4509803921569,61.7647058823529,39.2156862745098],[61.7647058823529,45.0980392156863,25.4901960784314],[41.1764705882353,24.5098039215686,4.90196078431373],[46.078431372549,30.3921568627451,7.84313725490196],[48.0392156862745,33.3333333333333,2.94117647058824],[114.705882352941,102.941176470588,63.7254901960784],[99.0196078431373,93.1372549019608,44.1176470588235],[75.4901960784314,73.5294117647059,17.6470588235294],[191.176470588235,193.137254901961,131.372549019608],[159.803921568627,163.725490196078,103.921568627451],[103.921568627451,110.78431372549,57.843137254902],[72.5490196078431,80.3921568627451,34.3137254901961],[103.921568627451,109.803921568627,72.5490196078431],[95.0980392156863,101.960784313725,69.6078431372549],[107.843137254902,116.666666666667,88.2352941176471],[40.1960784313726,49.0196078431373,20.5882352941176],[68.6274509803922,78.4313725490196,42.156862745098],[75.4901960784314,88.2352941176471,45.0980392156863],[100,115.686274509804,67.6470588235294],[138.235294117647,154.901960784314,103.921568627451],[132.352941176471,150,102.941176470588],[99.0196078431373,116.666666666667,75.4901960784314],[141.176470588235,159.803921568627,128.43137254902],[147.058823529412,166.666666666667,142.156862745098],[144.117647058824,165.686274509804,145.098039215686],[168.627450980392,190.196078431373,169.607843137255],[172.549019607843,197.058823529412,168.627450980392],[222.549019607843,248.039215686275,213.725490196078],[161.764705882353,190.196078431373,147.058823529412],[135.294117647059,163.725490196078,118.627450980392],[133.333333333333,163.725490196078,120.588235294118],[158.823529411765,189.21568627451,148.039215686275],[205.882352941176,231.372549019608,193.137254901961],[217.647058823529,239.21568627451,203.921568627451],[200.980392156863,217.647058823529,184.313725490196],[130.392156862745,146.078431372549,110.78431372549],[118.627450980392,134.313725490196,98.0392156862745],[161.764705882353,179.411764705882,138.235294117647],[183.333333333333,204.901960784314,159.803921568627],[160.78431372549,184.313725490196,137.254901960784],[150,176.470588235294,126.470588235294],[129.411764705882,152.941176470588,103.921568627451],[119.607843137255,141.176470588235,95.0980392156863],[148.039215686275,166.666666666667,122.549019607843],[227.450980392157,244.117647058824,202.941176470588],[200,218.627450980392,174.509803921569],[175.490196078431,199.019607843137,150],[190.196078431373,216.666666666667,162.745098039216],[148.039215686275,175.490196078431,118.627450980392],[93.1372549019608,120.588235294118,63.7254901960784],[153.921568627451,181.372549019608,123.529411764706],[169.607843137255,195.098039215686,135.294117647059],[168.627450980392,192.156862745098,133.333333333333],[144.117647058824,163.725490196078,103.921568627451],[120.588235294118,135.294117647059,77.4509803921569],[96.078431372549,106.862745098039,50],[72.5490196078431,79.4117647058823,26.4705882352941],[96.078431372549,99.0196078431373,47.0588235294118],[118.627450980392,116.666666666667,68.6274509803922],[82.3529411764706,76.4705882352941,29.4117647058824],[94.1176470588235,83.3333333333333,39.2156862745098],[118.627450980392,106.862745098039,65.6862745098039],[85.2941176470588,71.5686274509804,33.3333333333333],[89.2156862745098,76.4705882352941,43.1372549019608],[86.2745098039216,76.4705882352941,51.9607843137255],[83.3333333333333,75.4901960784314,52.9411764705882],[98.0392156862745,94.1176470588235,67.6470588235294],[105.882352941176,104.901960784314,75.4901960784314],[50.9803921568627,50,19.6078431372549],[17.6470588235294,13.7254901960784,0],[29.4117647058824,20.5882352941176,5.88235294117647],[23.5294117647059,10.7843137254902,1.96078431372549],[81.3725490196078,69.6078431372549,57.843137254902],[32.3529411764706,20.5882352941176,4.90196078431373],[27.4509803921569,16.6666666666667,0],[44.1176470588235,36.2745098039216,15.6862745098039],[14.7058823529412,6.86274509803922,0],[6.86274509803922,0,0],[28.4313725490196,15.6862745098039,9.80392156862745],[21.5686274509804,7.84313725490196,6.86274509803922],[15.6862745098039,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[3.92156862745098,0,0],[21.5686274509804,18.6274509803922,3.92156862745098],[18.6274509803922,13.7254901960784,0],[24.5098039215686,17.6470588235294,0],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,23.5294117647059,14.7058823529412],[10.7843137254902,0,0],[27.4509803921569,11.7647058823529,0],[37.2549019607843,22.5490196078431,1.96078431372549],[62.7450980392157,50,31.3725490196078],[31.3725490196078,19.6078431372549,7.84313725490196],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,10.7843137254902],[3.92156862745098,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[41.1764705882353,39.2156862745098,40.1960784313726],[27.4509803921569,25.4901960784314,26.4705882352941],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,0,0],[13.7254901960784,4.90196078431373,0],[18.6274509803922,7.84313725490196,3.92156862745098],[17.6470588235294,6.86274509803922,2.94117647058824],[14.7058823529412,3.92156862745098,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[14.7058823529412,3.92156862745098,0],[15.6862745098039,4.90196078431373,0.980392156862745],[14.7058823529412,3.92156862745098,1.96078431372549],[13.7254901960784,2.94117647058824,0.980392156862745],[10.7843137254902,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,3.92156862745098,1.96078431372549],[14.7058823529412,4.90196078431373,2.94117647058824],[17.6470588235294,4.90196078431373,0],[7.84313725490196,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,1.96078431372549,0],[20.5882352941176,0,0],[89.2156862745098,50,24.5098039215686],[135.294117647059,86.2745098039216,50],[60.7843137254902,12.7450980392157,0],[97.0588235294118,59.8039215686275,24.5098039215686],[90.1960784313725,54.9019607843137,21.5686274509804],[74.5098039215686,36.2745098039216,0],[118.627450980392,75.4901960784314,29.4117647058824],[127.450980392157,75.4901960784314,22.5490196078431],[160.78431372549,110.78431372549,58.8235294117647],[153.921568627451,116.666666666667,72.5490196078431],[133.333333333333,105.882352941176,67.6470588235294],[110.78431372549,92.156862745098,59.8039215686275],[100.980392156863,87.2549019607843,58.8235294117647],[83.3333333333333,69.6078431372549,43.1372549019608],[71.5686274509804,57.843137254902,31.3725490196078],[46.078431372549,32.3529411764706,3.92156862745098],[33.3333333333333,22.5490196078431,0],[86.2745098039216,77.4509803921569,39.2156862745098],[151.960784313725,145.098039215686,100],[185.294117647059,182.352941176471,130.392156862745],[85.2941176470588,86.2745098039216,29.4117647058824],[129.411764705882,133.333333333333,73.5294117647059],[125.490196078431,133.333333333333,74.5098039215686],[130.392156862745,139.21568627451,83.3333333333333],[166.666666666667,176.470588235294,125.490196078431],[127.450980392157,139.21568627451,94.1176470588235],[134.313725490196,144.117647058824,107.843137254902],[107.843137254902,117.647058823529,91.1764705882353],[16.6666666666667,29.4117647058824,1.96078431372549],[43.1372549019608,56.8627450980392,21.5686274509804],[79.4117647058823,94.1176470588235,51.9607843137255],[150.980392156863,168.627450980392,121.56862745098],[180.392156862745,200,150],[169.607843137255,191.176470588235,145.098039215686],[141.176470588235,161.764705882353,123.529411764706],[119.607843137255,139.21568627451,111.764705882353],[180.392156862745,201.960784313725,181.372549019608],[164.705882352941,187.254901960784,169.607843137255],[110.78431372549,135.294117647059,116.666666666667],[63.7254901960784,91.1764705882353,66.6666666666667],[163.725490196078,192.156862745098,161.764705882353],[121.56862745098,152.941176470588,112.745098039216],[150,182.352941176471,138.235294117647],[150,182.352941176471,140.196078431373],[98.0392156862745,128.43137254902,88.2352941176471],[158.823529411765,184.313725490196,148.039215686275],[172.549019607843,196.078431372549,160.78431372549],[199.019607843137,220.588235294118,185.294117647059],[210.78431372549,230.392156862745,196.078431372549],[185.294117647059,205.882352941176,167.647058823529],[172.549019607843,193.137254901961,152.941176470588],[148.039215686275,170.588235294118,125.490196078431],[164.705882352941,188.235294117647,141.176470588235],[163.725490196078,189.21568627451,142.156862745098],[94.1176470588235,119.607843137255,72.5490196078431],[103.921568627451,126.470588235294,81.3725490196078],[159.803921568627,180.392156862745,138.235294117647],[174.509803921569,192.156862745098,152.941176470588],[124.509803921569,145.098039215686,104.901960784314],[90.1960784313725,115.686274509804,69.6078431372549],[180.392156862745,207.843137254902,159.803921568627],[133.333333333333,160.78431372549,110.78431372549],[124.509803921569,152.941176470588,98.0392156862745],[156.862745098039,184.313725490196,127.450980392157],[137.254901960784,164.705882352941,106.862745098039],[152.941176470588,178.43137254902,118.627450980392],[160.78431372549,182.352941176471,121.56862745098],[149.019607843137,166.666666666667,107.843137254902],[126.470588235294,139.21568627451,84.3137254901961],[117.647058823529,126.470588235294,74.5098039215686],[118.627450980392,122.549019607843,73.5294117647059],[117.647058823529,116.666666666667,71.5686274509804],[102.941176470588,100,57.843137254902],[126.470588235294,118.627450980392,80.3921568627451],[80.3921568627451,70.5882352941177,35.2941176470588],[37.2549019607843,24.5098039215686,0],[105.882352941176,92.156862745098,65.6862745098039],[104.901960784314,93.1372549019608,69.6078431372549],[117.647058823529,110.78431372549,85.2941176470588],[101.960784313725,97.0588235294118,68.6274509803922],[15.6862745098039,11.7647058823529,0],[31.3725490196078,28.4313725490196,0],[50,45.0980392156863,16.6666666666667],[30.3921568627451,22.5490196078431,1.96078431372549],[32.3529411764706,21.5686274509804,3.92156862745098],[54.9019607843137,42.156862745098,23.5294117647059],[10.7843137254902,0,0],[21.5686274509804,11.7647058823529,0],[34.3137254901961,24.5098039215686,0],[50.9803921568627,43.1372549019608,22.5490196078431],[40.1960784313726,31.3725490196078,16.6666666666667],[30.3921568627451,17.6470588235294,9.80392156862745],[9.80392156862745,0,0],[18.6274509803922,6.86274509803922,10.7843137254902],[31.3725490196078,22.5490196078431,23.5294117647059],[22.5490196078431,18.6274509803922,9.80392156862745],[18.6274509803922,15.6862745098039,0],[11.7647058823529,9.80392156862745,0],[64.7058823529412,59.8039215686275,40.1960784313726],[56.8627450980392,47.0588235294118,35.2941176470588],[36.2745098039216,23.5294117647059,14.7058823529412],[37.2549019607843,23.5294117647059,10.7843137254902],[76.4705882352941,60.7843137254902,46.078431372549],[75.4901960784314,60.7843137254902,40.1960784313726],[65.6862745098039,52.9411764705882,34.3137254901961],[33.3333333333333,21.5686274509804,9.80392156862745],[9.80392156862745,0,0],[11.7647058823529,1.96078431372549,2.94117647058824],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[0,0,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,23.5294117647059,24.5098039215686],[30.3921568627451,28.4313725490196,29.4117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[58.8235294117647,56.8627450980392,57.843137254902],[36.2745098039216,34.3137254901961,35.2941176470588],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[49.0196078431373,45.0980392156863,44.1176470588235],[22.5490196078431,18.6274509803922,17.6470588235294],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[10.7843137254902,0.980392156862745,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[11.7647058823529,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[16.6666666666667,5.88235294117647,1.96078431372549],[18.6274509803922,7.84313725490196,3.92156862745098],[16.6666666666667,5.88235294117647,0],[13.7254901960784,2.94117647058824,0],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[19.6078431372549,8.82352941176471,4.90196078431373],[12.7450980392157,1.96078431372549,0],[13.7254901960784,2.94117647058824,0],[13.7254901960784,4.90196078431373,0],[13.7254901960784,3.92156862745098,1.96078431372549],[11.7647058823529,1.96078431372549,0],[11.7647058823529,1.96078431372549,0],[13.7254901960784,3.92156862745098,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[22.5490196078431,9.80392156862745,0.980392156862745],[11.7647058823529,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[49.0196078431373,20.5882352941176,4.90196078431373],[137.254901960784,94.1176470588235,67.6470588235294],[172.549019607843,119.607843137255,82.3529411764706],[108.823529411765,60.7843137254902,21.5686274509804],[73.5294117647059,39.2156862745098,7.84313725490196],[79.4117647058823,53.921568627451,21.5686274509804],[63.7254901960784,32.3529411764706,0],[103.921568627451,66.6666666666667,18.6274509803922],[160.78431372549,110.78431372549,54.9019607843137],[159.803921568627,109.803921568627,55.8823529411765],[118.627450980392,78.4313725490196,35.2941176470588],[132.352941176471,102.941176470588,65.6862745098039],[99.0196078431373,79.4117647058823,45.0980392156863],[80.3921568627451,67.6470588235294,33.3333333333333],[59.8039215686275,48.0392156862745,10.7843137254902],[18.6274509803922,9.80392156862745,0],[86.2745098039216,79.4117647058823,34.3137254901961],[76.4705882352941,73.5294117647059,23.5294117647059],[108.823529411765,107.843137254902,54.9019607843137],[126.470588235294,127.450980392157,71.5686274509804],[191.176470588235,194.117647058824,138.235294117647],[196.078431372549,200.980392156863,144.117647058824],[111.764705882353,119.607843137255,61.7647058823529],[143.137254901961,151.960784313725,96.078431372549],[118.627450980392,129.411764705882,74.5098039215686],[152.941176470588,167.647058823529,113.725490196078],[143.137254901961,159.803921568627,105.882352941176],[142.156862745098,157.843137254902,111.764705882353],[117.647058823529,132.352941176471,101.960784313725],[71.5686274509804,85.2941176470588,59.8039215686275],[45.0980392156863,59.8039215686275,27.4509803921569],[84.3137254901961,101.960784313725,64.7058823529412],[142.156862745098,162.745098039216,120.588235294118],[140.196078431373,160.78431372549,118.627450980392],[168.627450980392,190.196078431373,151.960784313725],[170.588235294118,194.117647058824,160.78431372549],[190.196078431373,213.725490196078,188.235294117647],[199.019607843137,223.529411764706,202.941176470588],[77.4509803921569,103.921568627451,87.2549019607843],[23.5294117647059,50,33.3333333333333],[83.3333333333333,112.745098039216,89.2156862745098],[149.019607843137,178.43137254902,150.980392156863],[177.450980392157,210.78431372549,174.509803921569],[108.823529411765,143.137254901961,101.960784313725],[131.372549019608,162.745098039216,122.549019607843],[135.294117647059,165.686274509804,125.490196078431],[130.392156862745,157.843137254902,120.588235294118],[79.4117647058823,104.901960784314,70.5882352941177],[164.705882352941,188.235294117647,154.901960784314],[216.666666666667,240.196078431373,204.901960784314],[197.058823529412,218.627450980392,181.372549019608],[195.098039215686,216.666666666667,178.43137254902],[133.333333333333,158.823529411765,114.705882352941],[118.627450980392,144.117647058824,98.0392156862745],[124.509803921569,150,103.921568627451],[96.078431372549,121.56862745098,75.4901960784314],[130.392156862745,152.941176470588,109.803921568627],[155.882352941176,178.43137254902,137.254901960784],[118.627450980392,139.21568627451,100.980392156863],[110.78431372549,132.352941176471,95.0980392156863],[83.3333333333333,108.823529411765,70.5882352941177],[138.235294117647,165.686274509804,126.470588235294],[72.5490196078431,99.0196078431373,56.8627450980392],[144.117647058824,171.56862745098,124.509803921569],[147.058823529412,173.529411764706,123.529411764706],[30.3921568627451,53.921568627451,2.94117647058824],[59.8039215686275,82.3529411764706,27.4509803921569],[154.901960784314,175.490196078431,119.607843137255],[127.450980392157,146.078431372549,91.1764705882353],[137.254901960784,150.980392156863,99.0196078431373],[129.411764705882,139.21568627451,90.1960784313725],[117.647058823529,123.529411764706,80.3921568627451],[107.843137254902,108.823529411765,69.6078431372549],[89.2156862745098,86.2745098039216,51.9607843137255],[74.5098039215686,69.6078431372549,38.2352941176471],[46.078431372549,36.2745098039216,9.80392156862745],[53.921568627451,42.156862745098,18.6274509803922],[65.6862745098039,50.9803921568627,28.4313725490196],[118.627450980392,107.843137254902,80.3921568627451],[141.176470588235,132.352941176471,103.921568627451],[82.3529411764706,75.4901960784314,48.0392156862745],[36.2745098039216,29.4117647058824,1.96078431372549],[66.6666666666667,59.8039215686275,34.3137254901961],[45.0980392156863,38.2352941176471,10.7843137254902],[61.7647058823529,52.9411764705882,22.5490196078431],[82.3529411764706,73.5294117647059,43.1372549019608],[61.7647058823529,50.9803921568627,23.5294117647059],[51.9607843137255,40.1960784313726,14.7058823529412],[34.3137254901961,22.5490196078431,0],[17.6470588235294,5.88235294117647,0],[88.2352941176471,78.4313725490196,51.9607843137255],[86.2745098039216,75.4901960784314,53.921568627451],[68.6274509803922,55.8823529411765,47.0588235294118],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,23.5294117647059,25.4901960784314],[10.7843137254902,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[20.5882352941176,17.6470588235294,0],[33.3333333333333,31.3725490196078,6.86274509803922],[107.843137254902,103.921568627451,79.4117647058823],[68.6274509803922,59.8039215686275,45.0980392156863],[48.0392156862745,36.2745098039216,24.5098039215686],[77.4509803921569,63.7254901960784,50.9803921568627],[103.921568627451,91.1764705882353,74.5098039215686],[88.2352941176471,76.4705882352941,54.9019607843137],[36.2745098039216,25.4901960784314,5.88235294117647],[19.6078431372549,6.86274509803922,0],[19.6078431372549,8.82352941176471,6.86274509803922],[28.4313725490196,17.6470588235294,21.5686274509804],[11.7647058823529,4.90196078431373,11.7647058823529],[4.90196078431373,0,5.88235294117647],[10.7843137254902,8.82352941176471,13.7254901960784],[87.2549019607843,87.2549019607843,89.2156862745098],[249.019607843137,250,250],[111.764705882353,112.745098039216,114.705882352941],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[25.4901960784314,23.5294117647059,24.5098039215686],[32.3529411764706,30.3921568627451,31.3725490196078],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[40.1960784313726,38.2352941176471,39.2156862745098],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[52.9411764705882,49.0196078431373,48.0392156862745],[105.882352941176,101.960784313725,100.980392156863],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[9.80392156862745,1.96078431372549,0],[10.7843137254902,1.96078431372549,0],[11.7647058823529,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[14.7058823529412,3.92156862745098,0],[13.7254901960784,2.94117647058824,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[9.80392156862745,0,0],[13.7254901960784,2.94117647058824,0],[17.6470588235294,6.86274509803922,2.94117647058824],[12.7450980392157,1.96078431372549,0],[15.6862745098039,4.90196078431373,0.980392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[18.6274509803922,9.80392156862745,4.90196078431373],[16.6666666666667,7.84313725490196,2.94117647058824],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[19.6078431372549,8.82352941176471,2.94117647058824],[21.5686274509804,9.80392156862745,0],[20.5882352941176,12.7450980392157,1.96078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[22.5490196078431,11.7647058823529,7.84313725490196],[83.3333333333333,52.9411764705882,35.2941176470588],[152.941176470588,106.862745098039,77.4509803921569],[159.803921568627,107.843137254902,68.6274509803922],[127.450980392157,79.4117647058823,39.2156862745098],[87.2549019607843,58.8235294117647,27.4509803921569],[103.921568627451,84.3137254901961,51.9607843137255],[95.0980392156863,70.5882352941177,31.3725490196078],[96.078431372549,62.7450980392157,15.6862745098039],[162.745098039216,114.705882352941,57.843137254902],[160.78431372549,110.78431372549,54.9019607843137],[105.882352941176,65.6862745098039,22.5490196078431],[93.1372549019608,63.7254901960784,26.4705882352941],[61.7647058823529,42.156862745098,5.88235294117647],[62.7450980392157,50,8.82352941176471],[78.4313725490196,70.5882352941177,24.5098039215686],[39.2156862745098,33.3333333333333,0],[110.78431372549,109.803921568627,54.9019607843137],[120.588235294118,124.509803921569,66.6666666666667],[124.509803921569,130.392156862745,71.5686274509804],[150,157.843137254902,99.0196078431373],[164.705882352941,172.549019607843,116.666666666667],[146.078431372549,154.901960784314,100.980392156863],[135.294117647059,145.098039215686,93.1372549019608],[168.627450980392,181.372549019608,129.411764705882],[116.666666666667,130.392156862745,78.4313725490196],[70.5882352941177,89.2156862745098,35.2941176470588],[89.2156862745098,109.803921568627,53.921568627451],[95.0980392156863,116.666666666667,68.6274509803922],[125.490196078431,144.117647058824,112.745098039216],[92.156862745098,109.803921568627,84.3137254901961],[29.4117647058824,48.0392156862745,18.6274509803922],[82.3529411764706,100.980392156863,69.6078431372549],[147.058823529412,168.627450980392,133.333333333333],[183.333333333333,206.862745098039,171.56862745098],[168.627450980392,192.156862745098,158.823529411765],[117.647058823529,142.156862745098,113.725490196078],[125.490196078431,150,128.43137254902],[200.980392156863,227.450980392157,208.823529411765],[139.21568627451,167.647058823529,150],[51.9607843137255,83.3333333333333,62.7450980392157],[87.2549019607843,118.627450980392,96.078431372549],[60.7843137254902,94.1176470588235,67.6470588235294],[137.254901960784,171.56862745098,140.196078431373],[97.0588235294118,130.392156862745,96.078431372549],[85.2941176470588,116.666666666667,78.4313725490196],[109.803921568627,139.21568627451,101.960784313725],[106.862745098039,136.274509803922,100.980392156863],[113.725490196078,140.196078431373,105.882352941176],[208.823529411765,235.294117647059,200.980392156863],[215.686274509804,242.156862745098,207.843137254902],[201.960784313725,227.450980392157,191.176470588235],[176.470588235294,201.960784313725,163.725490196078],[171.56862745098,198.039215686275,155.882352941176],[116.666666666667,142.156862745098,98.0392156862745],[107.843137254902,133.333333333333,89.2156862745098],[120.588235294118,146.078431372549,101.960784313725],[142.156862745098,166.666666666667,125.490196078431],[115.686274509804,140.196078431373,100.980392156863],[62.7450980392157,87.2549019607843,49.0196078431373],[88.2352941176471,111.764705882353,78.4313725490196],[147.058823529412,171.56862745098,140.196078431373],[172.549019607843,199.019607843137,166.666666666667],[125.490196078431,150.980392156863,114.705882352941],[109.803921568627,136.274509803922,96.078431372549],[138.235294117647,163.725490196078,117.647058823529],[62.7450980392157,86.2745098039216,37.2549019607843],[139.21568627451,161.764705882353,108.823529411765],[118.627450980392,139.21568627451,84.3137254901961],[28.4313725490196,47.0588235294118,0],[154.901960784314,168.627450980392,116.666666666667],[191.176470588235,200,153.921568627451],[126.470588235294,131.372549019608,91.1764705882353],[70.5882352941177,72.5490196078431,36.2745098039216],[78.4313725490196,77.4509803921569,47.0588235294118],[53.921568627451,50,21.5686274509804],[46.078431372549,39.2156862745098,13.7254901960784],[56.8627450980392,47.0588235294118,22.5490196078431],[70.5882352941177,59.8039215686275,32.3529411764706],[126.470588235294,118.627450980392,82.3529411764706],[140.196078431373,132.352941176471,94.1176470588235],[75.4901960784314,69.6078431372549,36.2745098039216],[36.2745098039216,30.3921568627451,0],[48.0392156862745,41.1764705882353,13.7254901960784],[46.078431372549,39.2156862745098,10.7843137254902],[82.3529411764706,74.5098039215686,38.2352941176471],[101.960784313725,94.1176470588235,57.843137254902],[64.7058823529412,55.8823529411765,23.5294117647059],[57.843137254902,47.0588235294118,19.6078431372549],[49.0196078431373,36.2745098039216,17.6470588235294],[58.8235294117647,46.078431372549,27.4509803921569],[89.2156862745098,77.4509803921569,51.9607843137255],[63.7254901960784,51.9607843137255,30.3921568627451],[24.5098039215686,12.7450980392157,0.980392156862745],[9.80392156862745,0,0],[42.156862745098,32.3529411764706,31.3725490196078],[31.3725490196078,23.5294117647059,20.5882352941176],[7.84313725490196,5.88235294117647,0],[17.6470588235294,16.6666666666667,0],[2.94117647058824,2.94117647058824,0],[58.8235294117647,57.843137254902,30.3921568627451],[80.3921568627451,73.5294117647059,54.9019607843137],[66.6666666666667,57.843137254902,43.1372549019608],[30.3921568627451,18.6274509803922,2.94117647058824],[53.921568627451,43.1372549019608,25.4901960784314],[71.5686274509804,60.7843137254902,39.2156862745098],[49.0196078431373,41.1764705882353,22.5490196078431],[7.84313725490196,0,0],[33.3333333333333,23.5294117647059,21.5686274509804],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,1.96078431372549,8.82352941176471],[2.94117647058824,0,3.92156862745098],[60.7843137254902,59.8039215686275,64.7058823529412],[243.137254901961,244.117647058824,246.078431372549],[185.294117647059,186.274509803922,188.235294117647],[79.4117647058823,80.3921568627451,82.3529411764706],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745]],[[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[124.509803921569,120.588235294118,119.607843137255],[114.705882352941,110.78431372549,109.803921568627],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[17.6470588235294,7.84313725490196,5.88235294117647],[20.5882352941176,10.7843137254902,8.82352941176471],[25.4901960784314,16.6666666666667,11.7647058823529],[20.5882352941176,11.7647058823529,6.86274509803922],[10.7843137254902,0,0],[8.82352941176471,0,0],[14.7058823529412,1.96078431372549,0],[19.6078431372549,6.86274509803922,0],[32.3529411764706,19.6078431372549,11.7647058823529],[28.4313725490196,15.6862745098039,7.84313725490196],[37.2549019607843,26.4705882352941,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[10.7843137254902,0,0],[11.7647058823529,0.980392156862745,0],[12.7450980392157,1.96078431372549,0],[14.7058823529412,3.92156862745098,0],[14.7058823529412,3.92156862745098,0],[20.5882352941176,9.80392156862745,3.92156862745098],[30.3921568627451,19.6078431372549,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[20.5882352941176,9.80392156862745,5.88235294117647],[21.5686274509804,11.7647058823529,2.94117647058824],[30.3921568627451,18.6274509803922,6.86274509803922],[19.6078431372549,11.7647058823529,0.980392156862745],[15.6862745098039,11.7647058823529,8.82352941176471],[34.3137254901961,21.5686274509804,15.6862745098039],[66.6666666666667,34.3137254901961,15.6862745098039],[119.607843137255,74.5098039215686,42.156862745098],[138.235294117647,86.2745098039216,45.0980392156863],[97.0588235294118,50.9803921568627,9.80392156862745],[43.1372549019608,17.6470588235294,0],[68.6274509803922,50,18.6274509803922],[82.3529411764706,60.7843137254902,22.5490196078431],[91.1764705882353,60.7843137254902,15.6862745098039],[149.019607843137,104.901960784314,49.0196078431373],[143.137254901961,95.0980392156863,40.1960784313726],[139.21568627451,99.0196078431373,55.8823529411765],[149.019607843137,117.647058823529,79.4117647058823],[100.980392156863,80.3921568627451,38.2352941176471],[50.9803921568627,38.2352941176471,0],[90.1960784313725,83.3333333333333,32.3529411764706],[164.705882352941,161.764705882353,107.843137254902],[171.56862745098,175.490196078431,117.647058823529],[96.078431372549,103.921568627451,45.0980392156863],[106.862745098039,117.647058823529,58.8235294117647],[147.058823529412,160.78431372549,102.941176470588],[106.862745098039,119.607843137255,66.6666666666667],[115.686274509804,127.450980392157,78.4313725490196],[97.0588235294118,109.803921568627,64.7058823529412],[95.0980392156863,110.78431372549,66.6666666666667],[80.3921568627451,99.0196078431373,54.9019607843137],[79.4117647058823,100.980392156863,55.8823529411765],[117.647058823529,143.137254901961,96.078431372549],[105.882352941176,131.372549019608,87.2549019607843],[153.921568627451,177.450980392157,144.117647058824],[83.3333333333333,102.941176470588,76.4705882352941],[81.3725490196078,100.980392156863,74.5098039215686],[160.78431372549,183.333333333333,157.843137254902],[237.254901960784,250,234.313725490196],[212.745098039216,236.274509803922,210.78431372549],[174.509803921569,200,175.490196078431],[86.2745098039216,113.725490196078,91.1764705882353],[24.5098039215686,51.9607843137255,30.3921568627451],[109.803921568627,138.235294117647,116.666666666667],[136.274509803922,167.647058823529,147.058823529412],[33.3333333333333,65.6862745098039,45.0980392156863],[68.6274509803922,101.960784313725,78.4313725490196],[50,84.3137254901961,60.7843137254902],[98.0392156862745,133.333333333333,107.843137254902],[90.1960784313725,124.509803921569,95.0980392156863],[114.705882352941,145.098039215686,111.764705882353],[103.921568627451,133.333333333333,98.0392156862745],[106.862745098039,136.274509803922,102.941176470588],[182.352941176471,210.78431372549,180.392156862745],[156.862745098039,185.294117647059,154.901960784314],[106.862745098039,136.274509803922,102.941176470588],[79.4117647058823,105.882352941176,71.5686274509804],[126.470588235294,153.921568627451,116.666666666667],[175.490196078431,202.941176470588,162.745098039216],[137.254901960784,163.725490196078,121.56862745098],[127.450980392157,153.921568627451,111.764705882353],[107.843137254902,134.313725490196,92.156862745098],[157.843137254902,184.313725490196,144.117647058824],[127.450980392157,151.960784313725,113.725490196078],[121.56862745098,145.098039215686,111.764705882353],[130.392156862745,154.901960784314,123.529411764706],[108.823529411765,134.313725490196,105.882352941176],[201.960784313725,227.450980392157,199.019607843137],[172.549019607843,197.058823529412,165.686274509804],[127.450980392157,152.941176470588,114.705882352941],[130.392156862745,155.882352941176,111.764705882353],[96.078431372549,119.607843137255,72.5490196078431],[122.549019607843,145.098039215686,92.156862745098],[110.78431372549,129.411764705882,75.4901960784314],[100,116.666666666667,62.7450980392157],[152.941176470588,165.686274509804,113.725490196078],[151.960784313725,160.78431372549,114.705882352941],[156.862745098039,162.745098039216,119.607843137255],[59.8039215686275,61.7647058823529,23.5294117647059],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,58.8235294117647,30.3921568627451],[40.1960784313726,35.2941176470588,5.88235294117647],[52.9411764705882,47.0588235294118,11.7647058823529],[121.56862745098,114.705882352941,71.5686274509804],[88.2352941176471,82.3529411764706,33.3333333333333],[147.058823529412,141.176470588235,92.156862745098],[137.254901960784,130.392156862745,87.2549019607843],[66.6666666666667,58.8235294117647,22.5490196078431],[67.6470588235294,58.8235294117647,26.4705882352941],[51.9607843137255,43.1372549019608,10.7843137254902],[84.3137254901961,79.4117647058823,42.156862745098],[52.9411764705882,45.0980392156863,8.82352941176471],[46.078431372549,37.2549019607843,6.86274509803922],[32.3529411764706,20.5882352941176,0],[15.6862745098039,2.94117647058824,0],[42.156862745098,26.4705882352941,13.7254901960784],[106.862745098039,91.1764705882353,75.4901960784314],[39.2156862745098,23.5294117647059,7.84313725490196],[15.6862745098039,3.92156862745098,0],[10.7843137254902,0.980392156862745,0],[8.82352941176471,1.96078431372549,0],[33.3333333333333,29.4117647058824,20.5882352941176],[56.8627450980392,55.8823529411765,36.2745098039216],[56.8627450980392,59.8039215686275,33.3333333333333],[46.078431372549,50,17.6470588235294],[83.3333333333333,84.3137254901961,53.921568627451],[89.2156862745098,84.3137254901961,62.7450980392157],[20.5882352941176,13.7254901960784,0],[9.80392156862745,1.96078431372549,0],[31.3725490196078,23.5294117647059,4.90196078431373],[68.6274509803922,60.7843137254902,38.2352941176471],[30.3921568627451,23.5294117647059,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[28.4313725490196,19.6078431372549,24.5098039215686],[5.88235294117647,0,5.88235294117647],[7.84313725490196,2.94117647058824,8.82352941176471],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[47.0588235294118,45.0980392156863,46.078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[20.5882352941176,12.7450980392157,10.7843137254902],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,0,0],[9.80392156862745,0,0],[32.3529411764706,23.5294117647059,18.6274509803922],[55.8823529411765,47.0588235294118,42.156862745098],[50,39.2156862745098,35.2941176470588],[21.5686274509804,10.7843137254902,6.86274509803922],[22.5490196078431,11.7647058823529,5.88235294117647],[19.6078431372549,6.86274509803922,0],[39.2156862745098,26.4705882352941,18.6274509803922],[17.6470588235294,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[34.3137254901961,23.5294117647059,17.6470588235294],[41.1764705882353,30.3921568627451,24.5098039215686],[38.2352941176471,27.4509803921569,21.5686274509804],[25.4901960784314,14.7058823529412,8.82352941176471],[16.6666666666667,5.88235294117647,0],[26.4705882352941,15.6862745098039,9.80392156862745],[32.3529411764706,21.5686274509804,15.6862745098039],[19.6078431372549,8.82352941176471,2.94117647058824],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,2.94117647058824],[15.6862745098039,2.94117647058824,0],[18.6274509803922,4.90196078431373,0],[26.4705882352941,14.7058823529412,2.94117647058824],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,17.6470588235294,8.82352941176471],[41.1764705882353,9.80392156862745,0],[115.686274509804,70.5882352941177,37.2549019607843],[125.490196078431,75.4901960784314,33.3333333333333],[90.1960784313725,46.078431372549,4.90196078431373],[80.3921568627451,54.9019607843137,22.5490196078431],[42.156862745098,23.5294117647059,0],[46.078431372549,24.5098039215686,0],[52.9411764705882,22.5490196078431,0],[149.019607843137,103.921568627451,52.9411764705882],[160.78431372549,114.705882352941,61.7647058823529],[80.3921568627451,40.1960784313726,0],[117.647058823529,86.2745098039216,46.078431372549],[123.529411764706,101.960784313725,55.8823529411765],[75.4901960784314,59.8039215686275,11.7647058823529],[111.764705882353,101.960784313725,51.9607843137255],[102.941176470588,100,48.0392156862745],[80.3921568627451,85.2941176470588,32.3529411764706],[101.960784313725,111.764705882353,59.8039215686275],[103.921568627451,117.647058823529,65.6862745098039],[80.3921568627451,97.0588235294118,46.078431372549],[33.3333333333333,49.0196078431373,2.94117647058824],[101.960784313725,117.647058823529,73.5294117647059],[102.941176470588,117.647058823529,77.4509803921569],[56.8627450980392,74.5098039215686,35.2941176470588],[85.2941176470588,106.862745098039,69.6078431372549],[51.9607843137255,75.4901960784314,40.1960784313726],[157.843137254902,184.313725490196,150],[157.843137254902,184.313725490196,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[189.21568627451,212.745098039216,187.254901960784],[218.627450980392,242.156862745098,218.627450980392],[221.56862745098,244.117647058824,224.509803921569],[199.019607843137,221.56862745098,203.921568627451],[152.941176470588,176.470588235294,160.78431372549],[141.176470588235,167.647058823529,152.941176470588],[47.0588235294118,75.4901960784314,57.843137254902],[40.1960784313726,68.6274509803922,49.0196078431373],[104.901960784314,136.274509803922,115.686274509804],[163.725490196078,195.098039215686,172.549019607843],[48.0392156862745,81.3725490196078,57.843137254902],[38.2352941176471,72.5490196078431,49.0196078431373],[52.9411764705882,87.2549019607843,65.6862745098039],[41.1764705882353,75.4901960784314,55.8823529411765],[75.4901960784314,108.823529411765,85.2941176470588],[130.392156862745,160.78431372549,130.392156862745],[74.5098039215686,103.921568627451,70.5882352941177],[131.372549019608,161.764705882353,130.392156862745],[190.196078431373,222.549019607843,192.156862745098],[180.392156862745,212.745098039216,182.352941176471],[36.2745098039216,69.6078431372549,37.2549019607843],[50,80.3921568627451,47.0588235294118],[82.3529411764706,113.725490196078,77.4509803921569],[155.882352941176,186.274509803922,146.078431372549],[180.392156862745,207.843137254902,167.647058823529],[170.588235294118,197.058823529412,156.862745098039],[84.3137254901961,110.78431372549,70.5882352941177],[89.2156862745098,114.705882352941,76.4705882352941],[143.137254901961,168.627450980392,134.313725490196],[131.372549019608,155.882352941176,124.509803921569],[59.8039215686275,86.2745098039216,55.8823529411765],[66.6666666666667,92.156862745098,65.6862745098039],[134.313725490196,159.803921568627,131.372549019608],[187.254901960784,213.725490196078,181.372549019608],[150.980392156863,176.470588235294,140.196078431373],[139.21568627451,165.686274509804,121.56862745098],[150.980392156863,177.450980392157,127.450980392157],[136.274509803922,158.823529411765,103.921568627451],[135.294117647059,153.921568627451,99.0196078431373],[147.058823529412,164.705882352941,107.843137254902],[140.196078431373,152.941176470588,98.0392156862745],[118.627450980392,128.43137254902,76.4705882352941],[102.941176470588,108.823529411765,61.7647058823529],[87.2549019607843,90.1960784313725,48.0392156862745],[64.7058823529412,64.7058823529412,27.4509803921569],[32.3529411764706,29.4117647058824,0],[52.9411764705882,49.0196078431373,12.7450980392157],[67.6470588235294,64.7058823529412,20.5882352941176],[121.56862745098,118.627450980392,68.6274509803922],[84.3137254901961,81.3725490196078,27.4509803921569],[77.4509803921569,71.5686274509804,20.5882352941176],[119.607843137255,113.725490196078,66.6666666666667],[95.0980392156863,88.2352941176471,45.0980392156863],[84.3137254901961,76.4705882352941,38.2352941176471],[108.823529411765,103.921568627451,66.6666666666667],[123.529411764706,118.627450980392,79.4117647058823],[88.2352941176471,83.3333333333333,46.078431372549],[60.7843137254902,54.9019607843137,23.5294117647059],[45.0980392156863,35.2941176470588,8.82352941176471],[29.4117647058824,16.6666666666667,0],[53.921568627451,38.2352941176471,22.5490196078431],[57.843137254902,41.1764705882353,23.5294117647059],[52.9411764705882,38.2352941176471,19.6078431372549],[13.7254901960784,1.96078431372549,0],[20.5882352941176,13.7254901960784,0],[12.7450980392157,6.86274509803922,0],[10.7843137254902,8.82352941176471,0],[41.1764705882353,43.1372549019608,19.6078431372549],[6.86274509803922,10.7843137254902,0],[77.4509803921569,81.3725490196078,45.0980392156863],[94.1176470588235,96.078431372549,59.8039215686275],[66.6666666666667,65.6862745098039,38.2352941176471],[25.4901960784314,20.5882352941176,0],[6.86274509803922,0,0],[43.1372549019608,37.2549019607843,15.6862745098039],[62.7450980392157,56.8627450980392,35.2941176470588],[15.6862745098039,10.7843137254902,0],[8.82352941176471,4.90196078431373,0],[23.5294117647059,17.6470588235294,17.6470588235294],[22.5490196078431,13.7254901960784,18.6274509803922],[9.80392156862745,2.94117647058824,9.80392156862745],[2.94117647058824,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[26.4705882352941,24.5098039215686,25.4901960784314],[73.5294117647059,71.5686274509804,72.5490196078431],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[12.7450980392157,4.90196078431373,2.94117647058824],[7.84313725490196,0,0],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,20.5882352941176],[54.9019607843137,45.0980392156863,43.1372549019608],[51.9607843137255,41.1764705882353,37.2549019607843],[73.5294117647059,62.7450980392157,56.8627450980392],[45.0980392156863,35.2941176470588,26.4705882352941],[37.2549019607843,27.4509803921569,18.6274509803922],[19.6078431372549,9.80392156862745,0.980392156862745],[13.7254901960784,2.94117647058824,0],[16.6666666666667,5.88235294117647,0],[43.1372549019608,34.3137254901961,27.4509803921569],[59.8039215686275,50.9803921568627,44.1176470588235],[31.3725490196078,20.5882352941176,14.7058823529412],[35.2941176470588,24.5098039215686,18.6274509803922],[42.156862745098,29.4117647058824,21.5686274509804],[35.2941176470588,22.5490196078431,14.7058823529412],[20.5882352941176,7.84313725490196,0],[22.5490196078431,8.82352941176471,0],[30.3921568627451,16.6666666666667,7.84313725490196],[29.4117647058824,15.6862745098039,4.90196078431373],[24.5098039215686,6.86274509803922,0],[38.2352941176471,20.5882352941176,6.86274509803922],[34.3137254901961,21.5686274509804,12.7450980392157],[54.9019607843137,36.2745098039216,22.5490196078431],[50,16.6666666666667,0],[116.666666666667,73.5294117647059,37.2549019607843],[130.392156862745,82.3529411764706,40.1960784313726],[101.960784313725,57.843137254902,16.6666666666667],[65.6862745098039,37.2549019607843,3.92156862745098],[91.1764705882353,68.6274509803922,38.2352941176471],[44.1176470588235,18.6274509803922,0],[65.6862745098039,33.3333333333333,0],[157.843137254902,112.745098039216,64.7058823529412],[179.411764705882,132.352941176471,84.3137254901961],[112.745098039216,72.5490196078431,29.4117647058824],[50,16.6666666666667,0],[84.3137254901961,58.8235294117647,10.7843137254902],[100.980392156863,81.3725490196078,32.3529411764706],[108.823529411765,96.078431372549,51.9607843137255],[93.1372549019608,88.2352941176471,47.0588235294118],[67.6470588235294,69.6078431372549,31.3725490196078],[88.2352941176471,99.0196078431373,59.8039215686275],[126.470588235294,141.176470588235,102.941176470588],[156.862745098039,172.549019607843,134.313725490196],[33.3333333333333,49.0196078431373,10.7843137254902],[19.6078431372549,35.2941176470588,0],[102.941176470588,118.627450980392,82.3529411764706],[112.745098039216,129.411764705882,96.078431372549],[45.0980392156863,64.7058823529412,37.2549019607843],[54.9019607843137,80.3921568627451,55.8823529411765],[187.254901960784,215.686274509804,196.078431372549],[160.78431372549,189.21568627451,171.56862745098],[143.137254901961,167.647058823529,146.078431372549],[181.372549019608,206.862745098039,182.352941176471],[118.627450980392,143.137254901961,124.509803921569],[116.666666666667,140.196078431373,126.470588235294],[55.8823529411765,78.4313725490196,68.6274509803922],[28.4313725490196,53.921568627451,45.0980392156863],[63.7254901960784,89.2156862745098,80.3921568627451],[47.0588235294118,74.5098039215686,62.7450980392157],[54.9019607843137,82.3529411764706,67.6470588235294],[79.4117647058823,109.803921568627,92.156862745098],[188.235294117647,219.607843137255,199.019607843137],[74.5098039215686,105.882352941176,83.3333333333333],[46.078431372549,78.4313725490196,57.843137254902],[56.8627450980392,89.2156862745098,70.5882352941177],[44.1176470588235,76.4705882352941,59.8039215686275],[79.4117647058823,109.803921568627,92.156862745098],[110.78431372549,140.196078431373,112.745098039216],[83.3333333333333,113.725490196078,83.3333333333333],[121.56862745098,153.921568627451,123.529411764706],[117.647058823529,151.960784313725,122.549019607843],[84.3137254901961,120.588235294118,90.1960784313725],[25.4901960784314,61.7647058823529,31.3725490196078],[74.5098039215686,108.823529411765,77.4509803921569],[124.509803921569,157.843137254902,125.490196078431],[167.647058823529,199.019607843137,162.745098039216],[113.725490196078,141.176470588235,103.921568627451],[169.607843137255,195.098039215686,158.823529411765],[130.392156862745,155.882352941176,119.607843137255],[100,126.470588235294,92.156862745098],[176.470588235294,202.941176470588,172.549019607843],[68.6274509803922,94.1176470588235,65.6862745098039],[48.0392156862745,76.4705882352941,47.0588235294118],[45.0980392156863,75.4901960784314,45.0980392156863],[103.921568627451,134.313725490196,103.921568627451],[134.313725490196,163.725490196078,130.392156862745],[162.745098039216,190.196078431373,150.980392156863],[122.549019607843,150,102.941176470588],[160.78431372549,187.254901960784,133.333333333333],[144.117647058824,167.647058823529,108.823529411765],[122.549019607843,144.117647058824,81.3725490196078],[148.039215686275,166.666666666667,103.921568627451],[170.588235294118,184.313725490196,123.529411764706],[116.666666666667,127.450980392157,68.6274509803922],[94.1176470588235,101.960784313725,46.078431372549],[122.549019607843,127.450980392157,74.5098039215686],[88.2352941176471,90.1960784313725,42.156862745098],[35.2941176470588,34.3137254901961,0],[56.8627450980392,55.8823529411765,10.7843137254902],[95.0980392156863,95.0980392156863,44.1176470588235],[100,100,47.0588235294118],[84.3137254901961,82.3529411764706,34.3137254901961],[57.843137254902,53.921568627451,7.84313725490196],[91.1764705882353,84.3137254901961,39.2156862745098],[83.3333333333333,77.4509803921569,30.3921568627451],[69.6078431372549,65.6862745098039,19.6078431372549],[53.921568627451,50,5.88235294117647],[52.9411764705882,49.0196078431373,11.7647058823529],[49.0196078431373,45.0980392156863,10.7843137254902],[85.2941176470588,81.3725490196078,47.0588235294118],[83.3333333333333,77.4509803921569,44.1176470588235],[89.2156862745098,79.4117647058823,45.0980392156863],[68.6274509803922,55.8823529411765,24.5098039215686],[43.1372549019608,27.4509803921569,1.96078431372549],[38.2352941176471,22.5490196078431,0],[47.0588235294118,36.2745098039216,14.7058823529412],[28.4313725490196,21.5686274509804,2.94117647058824],[34.3137254901961,28.4313725490196,12.7450980392157],[71.5686274509804,69.6078431372549,49.0196078431373],[125.490196078431,126.470588235294,96.078431372549],[105.882352941176,110.78431372549,71.5686274509804],[117.647058823529,123.529411764706,80.3921568627451],[99.0196078431373,100.980392156863,61.7647058823529],[63.7254901960784,62.7450980392157,32.3529411764706],[68.6274509803922,64.7058823529412,40.1960784313726],[70.5882352941177,64.7058823529412,43.1372549019608],[78.4313725490196,72.5490196078431,50.9803921568627],[36.2745098039216,30.3921568627451,8.82352941176471],[7.84313725490196,1.96078431372549,0],[17.6470588235294,12.7450980392157,8.82352941176471],[22.5490196078431,16.6666666666667,18.6274509803922],[23.5294117647059,14.7058823529412,19.6078431372549],[5.88235294117647,0,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[14.7058823529412,6.86274509803922,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[6.86274509803922,0,0],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[90.1960784313725,79.4117647058823,73.5294117647059],[88.2352941176471,78.4313725490196,69.6078431372549],[45.0980392156863,35.2941176470588,26.4705882352941],[8.82352941176471,0,0],[15.6862745098039,4.90196078431373,0],[16.6666666666667,5.88235294117647,0],[29.4117647058824,20.5882352941176,13.7254901960784],[13.7254901960784,4.90196078431373,0],[19.6078431372549,8.82352941176471,2.94117647058824],[29.4117647058824,19.6078431372549,10.7843137254902],[48.0392156862745,35.2941176470588,27.4509803921569],[46.078431372549,33.3333333333333,24.5098039215686],[31.3725490196078,17.6470588235294,8.82352941176471],[33.3333333333333,19.6078431372549,8.82352941176471],[44.1176470588235,27.4509803921569,17.6470588235294],[40.1960784313726,22.5490196078431,8.82352941176471],[45.0980392156863,23.5294117647059,9.80392156862745],[80.3921568627451,57.843137254902,42.156862745098],[36.2745098039216,17.6470588235294,2.94117647058824],[44.1176470588235,19.6078431372549,0],[99.0196078431373,64.7058823529412,33.3333333333333],[148.039215686275,105.882352941176,64.7058823529412],[135.294117647059,89.2156862745098,44.1176470588235],[100,55.8823529411765,14.7058823529412],[73.5294117647059,40.1960784313726,5.88235294117647],[77.4509803921569,47.0588235294118,16.6666666666667],[57.843137254902,25.4901960784314,0],[88.2352941176471,50,11.7647058823529],[127.450980392157,80.3921568627451,35.2941176470588],[180.392156862745,130.392156862745,84.3137254901961],[166.666666666667,123.529411764706,79.4117647058823],[118.627450980392,81.3725490196078,35.2941176470588],[87.2549019607843,55.8823529411765,5.88235294117647],[93.1372549019608,67.6470588235294,19.6078431372549],[88.2352941176471,71.5686274509804,29.4117647058824],[119.607843137255,109.803921568627,74.5098039215686],[81.3725490196078,82.3529411764706,50.9803921568627],[35.2941176470588,44.1176470588235,13.7254901960784],[51.9607843137255,64.7058823529412,35.2941176470588],[119.607843137255,136.274509803922,102.941176470588],[125.490196078431,142.156862745098,106.862745098039],[45.0980392156863,62.7450980392157,25.4901960784314],[65.6862745098039,82.3529411764706,47.0588235294118],[134.313725490196,152.941176470588,121.56862745098],[130.392156862745,152.941176470588,127.450980392157],[155.882352941176,180.392156862745,161.764705882353],[150,179.411764705882,167.647058823529],[152.941176470588,182.352941176471,170.588235294118],[140.196078431373,166.666666666667,150],[22.5490196078431,49.0196078431373,30.3921568627451],[41.1764705882353,67.6470588235294,52.9411764705882],[65.6862745098039,91.1764705882353,80.3921568627451],[53.921568627451,78.4313725490196,72.5490196078431],[35.2941176470588,59.8039215686275,55.8823529411765],[58.8235294117647,85.2941176470588,80.3921568627451],[83.3333333333333,109.803921568627,102.941176470588],[34.3137254901961,63.7254901960784,51.9607843137255],[56.8627450980392,87.2549019607843,72.5490196078431],[199.019607843137,229.411764705882,211.764705882353],[146.078431372549,176.470588235294,158.823529411765],[64.7058823529412,95.0980392156863,77.4509803921569],[38.2352941176471,70.5882352941177,53.921568627451],[83.3333333333333,114.705882352941,100],[94.1176470588235,124.509803921569,106.862745098039],[101.960784313725,131.372549019608,105.882352941176],[152.941176470588,182.352941176471,154.901960784314],[140.196078431373,172.549019607843,144.117647058824],[39.2156862745098,74.5098039215686,47.0588235294118],[42.156862745098,80.3921568627451,51.9607843137255],[67.6470588235294,105.882352941176,77.4509803921569],[95.0980392156863,133.333333333333,102.941176470588],[174.509803921569,208.823529411765,177.450980392157],[177.450980392157,207.843137254902,174.509803921569],[97.0588235294118,126.470588235294,91.1764705882353],[144.117647058824,170.588235294118,136.274509803922],[103.921568627451,129.411764705882,95.0980392156863],[40.1960784313726,66.6666666666667,36.2745098039216],[89.2156862745098,114.705882352941,86.2745098039216],[65.6862745098039,94.1176470588235,66.6666666666667],[56.8627450980392,86.2745098039216,60.7843137254902],[65.6862745098039,100,70.5882352941177],[59.8039215686275,94.1176470588235,62.7450980392157],[66.6666666666667,100,65.6862745098039],[99.0196078431373,130.392156862745,90.1960784313725],[136.274509803922,167.647058823529,119.607843137255],[150,178.43137254902,125.490196078431],[170.588235294118,198.039215686275,140.196078431373],[144.117647058824,168.627450980392,104.901960784314],[137.254901960784,157.843137254902,94.1176470588235],[170.588235294118,186.274509803922,122.549019607843],[92.156862745098,103.921568627451,41.1764705882353],[79.4117647058823,89.2156862745098,29.4117647058824],[157.843137254902,162.745098039216,105.882352941176],[177.450980392157,180.392156862745,126.470588235294],[75.4901960784314,78.4313725490196,26.4705882352941],[79.4117647058823,82.3529411764706,30.3921568627451],[115.686274509804,118.627450980392,64.7058823529412],[110.78431372549,113.725490196078,61.7647058823529],[135.294117647059,134.313725490196,91.1764705882353],[77.4509803921569,74.5098039215686,34.3137254901961],[90.1960784313725,86.2745098039216,42.156862745098],[110.78431372549,106.862745098039,60.7843137254902],[53.921568627451,50,2.94117647058824],[49.0196078431373,46.078431372549,1.96078431372549],[12.7450980392157,10.7843137254902,0],[19.6078431372549,16.6666666666667,0],[78.4313725490196,76.4705882352941,38.2352941176471],[93.1372549019608,90.1960784313725,48.0392156862745],[99.0196078431373,92.156862745098,47.0588235294118],[76.4705882352941,65.6862745098039,21.5686274509804],[68.6274509803922,54.9019607843137,18.6274509803922],[19.6078431372549,4.90196078431373,0],[50.9803921568627,40.1960784313726,10.7843137254902],[27.4509803921569,20.5882352941176,0],[34.3137254901961,30.3921568627451,5.88235294117647],[15.6862745098039,14.7058823529412,0],[41.1764705882353,43.1372549019608,6.86274509803922],[96.078431372549,99.0196078431373,54.9019607843137],[101.960784313725,105.882352941176,56.8627450980392],[134.313725490196,137.254901960784,93.1372549019608],[96.078431372549,93.1372549019608,60.7843137254902],[55.8823529411765,50,24.5098039215686],[50.9803921568627,45.0980392156863,21.5686274509804],[50,44.1176470588235,22.5490196078431],[10.7843137254902,3.92156862745098,0],[30.3921568627451,24.5098039215686,10.7843137254902],[24.5098039215686,16.6666666666667,14.7058823529412],[7.84313725490196,0,3.92156862745098],[8.82352941176471,0,4.90196078431373],[5.88235294117647,0,3.92156862745098],[16.6666666666667,9.80392156862745,16.6666666666667],[1.96078431372549,0,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[25.4901960784314,16.6666666666667,17.6470588235294],[14.7058823529412,6.86274509803922,4.90196078431373],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0],[22.5490196078431,11.7647058823529,5.88235294117647],[51.9607843137255,42.156862745098,33.3333333333333],[55.8823529411765,47.0588235294118,40.1960784313726],[18.6274509803922,9.80392156862745,2.94117647058824],[14.7058823529412,5.88235294117647,0],[17.6470588235294,8.82352941176471,1.96078431372549],[20.5882352941176,11.7647058823529,4.90196078431373],[12.7450980392157,3.92156862745098,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[40.1960784313726,27.4509803921569,18.6274509803922],[64.7058823529412,50.9803921568627,40.1960784313726],[48.0392156862745,31.3725490196078,21.5686274509804],[39.2156862745098,23.5294117647059,10.7843137254902],[47.0588235294118,29.4117647058824,15.6862745098039],[43.1372549019608,21.5686274509804,7.84313725490196],[46.078431372549,17.6470588235294,1.96078431372549],[77.4509803921569,47.0588235294118,27.4509803921569],[76.4705882352941,49.0196078431373,27.4509803921569],[44.1176470588235,13.7254901960784,0],[95.0980392156863,57.843137254902,19.6078431372549],[150.980392156863,108.823529411765,64.7058823529412],[153.921568627451,108.823529411765,60.7843137254902],[107.843137254902,64.7058823529412,20.5882352941176],[119.607843137255,78.4313725490196,41.1764705882353],[85.2941176470588,46.078431372549,11.7647058823529],[106.862745098039,64.7058823529412,31.3725490196078],[135.294117647059,90.1960784313725,54.9019607843137],[120.588235294118,70.5882352941177,28.4313725490196],[155.882352941176,105.882352941176,59.8039215686275],[157.843137254902,110.78431372549,63.7254901960784],[149.019607843137,105.882352941176,57.843137254902],[132.352941176471,93.1372549019608,45.0980392156863],[134.313725490196,102.941176470588,56.8627450980392],[95.0980392156863,72.5490196078431,32.3529411764706],[59.8039215686275,46.078431372549,11.7647058823529],[72.5490196078431,68.6274509803922,40.1960784313726],[94.1176470588235,100,72.5490196078431],[58.8235294117647,71.5686274509804,44.1176470588235],[100.980392156863,115.686274509804,85.2941176470588],[99.0196078431373,114.705882352941,79.4117647058823],[80.3921568627451,96.078431372549,59.8039215686275],[56.8627450980392,72.5490196078431,36.2745098039216],[117.647058823529,134.313725490196,100.980392156863],[188.235294117647,210.78431372549,183.333333333333],[162.745098039216,187.254901960784,166.666666666667],[147.058823529412,177.450980392157,162.745098039216],[152.941176470588,182.352941176471,172.549019607843],[53.921568627451,81.3725490196078,69.6078431372549],[36.2745098039216,63.7254901960784,51.9607843137255],[54.9019607843137,81.3725490196078,72.5490196078431],[54.9019607843137,81.3725490196078,74.5098039215686],[50.9803921568627,77.4509803921569,72.5490196078431],[59.8039215686275,86.2745098039216,81.3725490196078],[47.0588235294118,72.5490196078431,69.6078431372549],[31.3725490196078,57.843137254902,52.9411764705882],[18.6274509803922,45.0980392156863,40.1960784313726],[56.8627450980392,83.3333333333333,76.4705882352941],[74.5098039215686,100.980392156863,92.156862745098],[87.2549019607843,114.705882352941,102.941176470588],[84.3137254901961,111.764705882353,98.0392156862745],[60.7843137254902,88.2352941176471,73.5294117647059],[64.7058823529412,93.1372549019608,75.4901960784314],[107.843137254902,136.274509803922,116.666666666667],[138.235294117647,165.686274509804,143.137254901961],[145.098039215686,174.509803921569,149.019607843137],[62.7450980392157,96.078431372549,69.6078431372549],[86.2745098039216,121.56862745098,96.078431372549],[39.2156862745098,78.4313725490196,51.9607843137255],[129.411764705882,168.627450980392,142.156862745098],[95.0980392156863,135.294117647059,105.882352941176],[152.941176470588,189.21568627451,158.823529411765],[170.588235294118,202.941176470588,172.549019607843],[179.411764705882,207.843137254902,177.450980392157],[187.254901960784,213.725490196078,183.333333333333],[77.4509803921569,101.960784313725,72.5490196078431],[63.7254901960784,89.2156862745098,60.7843137254902],[83.3333333333333,111.764705882353,84.3137254901961],[99.0196078431373,128.43137254902,104.901960784314],[58.8235294117647,92.156862745098,67.6470588235294],[64.7058823529412,102.941176470588,76.4705882352941],[83.3333333333333,121.56862745098,93.1372549019608],[43.1372549019608,79.4117647058823,47.0588235294118],[64.7058823529412,100,62.7450980392157],[142.156862745098,177.450980392157,134.313725490196],[158.823529411765,190.196078431373,141.176470588235],[192.156862745098,220.588235294118,165.686274509804],[143.137254901961,168.627450980392,108.823529411765],[185.294117647059,206.862745098039,144.117647058824],[163.725490196078,182.352941176471,119.607843137255],[151.960784313725,166.666666666667,102.941176470588],[126.470588235294,138.235294117647,75.4901960784314],[182.352941176471,190.196078431373,131.372549019608],[247.058823529412,250,194.117647058824],[134.313725490196,139.21568627451,82.3529411764706],[129.411764705882,134.313725490196,79.4117647058823],[136.274509803922,143.137254901961,90.1960784313725],[124.509803921569,131.372549019608,81.3725490196078],[91.1764705882353,91.1764705882353,53.921568627451],[59.8039215686275,56.8627450980392,22.5490196078431],[68.6274509803922,63.7254901960784,24.5098039215686],[108.823529411765,104.901960784314,60.7843137254902],[86.2745098039216,82.3529411764706,36.2745098039216],[64.7058823529412,61.7647058823529,17.6470588235294],[84.3137254901961,84.3137254901961,47.0588235294118],[86.2745098039216,86.2745098039216,49.0196078431373],[99.0196078431373,100,56.8627450980392],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,113.725490196078,57.843137254902],[126.470588235294,120.588235294118,63.7254901960784],[105.882352941176,94.1176470588235,43.1372549019608],[60.7843137254902,48.0392156862745,3.92156862745098],[56.8627450980392,45.0980392156863,7.84313725490196],[44.1176470588235,33.3333333333333,1.96078431372549],[41.1764705882353,34.3137254901961,5.88235294117647],[16.6666666666667,11.7647058823529,0],[34.3137254901961,32.3529411764706,0],[66.6666666666667,68.6274509803922,20.5882352941176],[89.2156862745098,92.156862745098,40.1960784313726],[150.980392156863,150,102.941176470588],[95.0980392156863,91.1764705882353,54.9019607843137],[39.2156862745098,32.3529411764706,4.90196078431373],[30.3921568627451,20.5882352941176,0],[56.8627450980392,46.078431372549,26.4705882352941],[38.2352941176471,27.4509803921569,9.80392156862745],[37.2549019607843,27.4509803921569,17.6470588235294],[18.6274509803922,8.82352941176471,9.80392156862745],[25.4901960784314,14.7058823529412,20.5882352941176],[19.6078431372549,8.82352941176471,14.7058823529412],[15.6862745098039,6.86274509803922,11.7647058823529],[5.88235294117647,0,3.92156862745098],[9.80392156862745,7.84313725490196,10.7843137254902],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[27.4509803921569,23.5294117647059,22.5490196078431],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[16.6666666666667,7.84313725490196,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,8.82352941176471,9.80392156862745],[32.3529411764706,23.5294117647059,24.5098039215686],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,0.980392156862745],[7.84313725490196,0,0],[12.7450980392157,3.92156862745098,0],[63.7254901960784,54.9019607843137,48.0392156862745],[33.3333333333333,24.5098039215686,17.6470588235294],[10.7843137254902,1.96078431372549,0],[15.6862745098039,6.86274509803922,0],[7.84313725490196,0,0],[22.5490196078431,13.7254901960784,6.86274509803922],[20.5882352941176,10.7843137254902,1.96078431372549],[21.5686274509804,11.7647058823529,1.96078431372549],[25.4901960784314,13.7254901960784,1.96078431372549],[48.0392156862745,34.3137254901961,21.5686274509804],[63.7254901960784,48.0392156862745,35.2941176470588],[40.1960784313726,22.5490196078431,8.82352941176471],[35.2941176470588,16.6666666666667,1.96078431372549],[74.5098039215686,49.0196078431373,34.3137254901961],[70.5882352941177,38.2352941176471,19.6078431372549],[76.4705882352941,41.1764705882353,19.6078431372549],[140.196078431373,105.882352941176,78.4313725490196],[84.3137254901961,49.0196078431373,13.7254901960784],[76.4705882352941,39.2156862745098,0],[100.980392156863,59.8039215686275,10.7843137254902],[117.647058823529,75.4901960784314,25.4901960784314],[129.411764705882,84.3137254901961,36.2745098039216],[116.666666666667,69.6078431372549,30.3921568627451],[131.372549019608,84.3137254901961,49.0196078431373],[123.529411764706,74.5098039215686,40.1960784313726],[155.882352941176,104.901960784314,68.6274509803922],[146.078431372549,94.1176470588235,54.9019607843137],[146.078431372549,95.0980392156863,49.0196078431373],[173.529411764706,124.509803921569,76.4705882352941],[138.235294117647,91.1764705882353,43.1372549019608],[161.764705882353,115.686274509804,70.5882352941177],[145.098039215686,104.901960784314,61.7647058823529],[128.43137254902,100,60.7843137254902],[87.2549019607843,69.6078431372549,32.3529411764706],[32.3529411764706,28.4313725490196,0],[33.3333333333333,39.2156862745098,5.88235294117647],[42.156862745098,52.9411764705882,19.6078431372549],[51.9607843137255,67.6470588235294,32.3529411764706],[46.078431372549,61.7647058823529,25.4901960784314],[73.5294117647059,89.2156862745098,50.9803921568627],[109.803921568627,125.490196078431,89.2156862745098],[106.862745098039,123.529411764706,88.2352941176471],[119.607843137255,140.196078431373,109.803921568627],[132.352941176471,157.843137254902,129.411764705882],[163.725490196078,193.137254901961,169.607843137255],[143.137254901961,173.529411764706,155.882352941176],[51.9607843137255,81.3725490196078,73.5294117647059],[28.4313725490196,53.921568627451,50.9803921568627],[75.4901960784314,101.960784313725,97.0588235294118],[28.4313725490196,54.9019607843137,48.0392156862745],[44.1176470588235,70.5882352941177,63.7254901960784],[42.156862745098,68.6274509803922,61.7647058823529],[51.9607843137255,78.4313725490196,73.5294117647059],[38.2352941176471,63.7254901960784,60.7843137254902],[35.2941176470588,60.7843137254902,59.8039215686275],[37.2549019607843,62.7450980392157,61.7647058823529],[22.5490196078431,48.0392156862745,45.0980392156863],[53.921568627451,80.3921568627451,75.4901960784314],[85.2941176470588,111.764705882353,102.941176470588],[70.5882352941177,98.0392156862745,83.3333333333333],[72.5490196078431,100.980392156863,81.3725490196078],[118.627450980392,146.078431372549,123.529411764706],[134.313725490196,161.764705882353,139.21568627451],[75.4901960784314,104.901960784314,81.3725490196078],[18.6274509803922,51.9607843137255,27.4509803921569],[127.450980392157,164.705882352941,140.196078431373],[88.2352941176471,130.392156862745,103.921568627451],[125.490196078431,167.647058823529,141.176470588235],[127.450980392157,169.607843137255,142.156862745098],[167.647058823529,205.882352941176,177.450980392157],[189.21568627451,223.529411764706,194.117647058824],[144.117647058824,172.549019607843,143.137254901961],[143.137254901961,168.627450980392,140.196078431373],[141.176470588235,165.686274509804,137.254901960784],[62.7450980392157,88.2352941176471,61.7647058823529],[56.8627450980392,84.3137254901961,59.8039215686275],[99.0196078431373,130.392156862745,107.843137254902],[60.7843137254902,95.0980392156863,73.5294117647059],[49.0196078431373,90.1960784313725,68.6274509803922],[34.3137254901961,77.4509803921569,52.9411764705882],[50.9803921568627,93.1372549019608,65.6862745098039],[102.941176470588,142.156862745098,108.823529411765],[164.705882352941,201.960784313725,163.725490196078],[179.411764705882,214.705882352941,169.607843137255],[96.078431372549,127.450980392157,78.4313725490196],[129.411764705882,157.843137254902,102.941176470588],[196.078431372549,220.588235294118,163.725490196078],[143.137254901961,164.705882352941,103.921568627451],[202.941176470588,220.588235294118,159.803921568627],[159.803921568627,173.529411764706,112.745098039216],[132.352941176471,142.156862745098,82.3529411764706],[204.901960784314,212.745098039216,153.921568627451],[220.588235294118,228.43137254902,170.588235294118],[169.607843137255,177.450980392157,119.607843137255],[103.921568627451,112.745098039216,56.8627450980392],[42.156862745098,50.9803921568627,0],[47.0588235294118,50,5.88235294117647],[73.5294117647059,74.5098039215686,33.3333333333333],[77.4509803921569,74.5098039215686,32.3529411764706],[96.078431372549,93.1372549019608,50.9803921568627],[62.7450980392157,59.8039215686275,17.6470588235294],[88.2352941176471,87.2549019607843,44.1176470588235],[72.5490196078431,74.5098039215686,35.2941176470588],[101.960784313725,104.901960784314,62.7450980392157],[137.254901960784,140.196078431373,94.1176470588235],[142.156862745098,145.098039215686,93.1372549019608],[174.509803921569,173.529411764706,117.647058823529],[170.588235294118,164.705882352941,107.843137254902],[125.490196078431,114.705882352941,59.8039215686275],[121.56862745098,108.823529411765,57.843137254902],[117.647058823529,104.901960784314,61.7647058823529],[83.3333333333333,71.5686274509804,34.3137254901961],[81.3725490196078,73.5294117647059,38.2352941176471],[47.0588235294118,42.156862745098,4.90196078431373],[51.9607843137255,50,2.94117647058824],[105.882352941176,104.901960784314,51.9607843137255],[48.0392156862745,47.0588235294118,0],[100,98.0392156862745,48.0392156862745],[81.3725490196078,76.4705882352941,39.2156862745098],[58.8235294117647,50,21.5686274509804],[16.6666666666667,4.90196078431373,0],[35.2941176470588,22.5490196078431,3.92156862745098],[48.0392156862745,35.2941176470588,18.6274509803922],[27.4509803921569,14.7058823529412,5.88235294117647],[12.7450980392157,0.980392156862745,2.94117647058824],[19.6078431372549,6.86274509803922,15.6862745098039],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,4.90196078431373],[3.92156862745098,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[14.7058823529412,12.7450980392157,15.6862745098039],[0,0,1.96078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[31.3725490196078,27.4509803921569,26.4705882352941],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[10.7843137254902,0.980392156862745,0],[6.86274509803922,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[21.5686274509804,13.7254901960784,11.7647058823529],[19.6078431372549,11.7647058823529,9.80392156862745],[17.6470588235294,9.80392156862745,7.84313725490196],[30.3921568627451,22.5490196078431,20.5882352941176],[39.2156862745098,30.3921568627451,31.3725490196078],[28.4313725490196,19.6078431372549,20.5882352941176],[11.7647058823529,5.88235294117647,5.88235294117647],[3.92156862745098,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[5.88235294117647,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[13.7254901960784,4.90196078431373,0],[39.2156862745098,30.3921568627451,23.5294117647059],[14.7058823529412,7.84313725490196,0],[21.5686274509804,14.7058823529412,8.82352941176471],[44.1176470588235,37.2549019607843,31.3725490196078],[32.3529411764706,23.5294117647059,16.6666666666667],[13.7254901960784,4.90196078431373,0],[35.2941176470588,25.4901960784314,16.6666666666667],[49.0196078431373,36.2745098039216,27.4509803921569],[25.4901960784314,11.7647058823529,0.980392156862745],[23.5294117647059,7.84313725490196,0],[53.921568627451,36.2745098039216,22.5490196078431],[47.0588235294118,28.4313725490196,13.7254901960784],[45.0980392156863,26.4705882352941,11.7647058823529],[97.0588235294118,70.5882352941177,53.921568627451],[110.78431372549,73.5294117647059,54.9019607843137],[89.2156862745098,45.0980392156863,22.5490196078431],[111.764705882353,69.6078431372549,36.2745098039216],[96.078431372549,54.9019607843137,13.7254901960784],[129.411764705882,88.2352941176471,39.2156862745098],[136.274509803922,96.078431372549,43.1372549019608],[113.725490196078,71.5686274509804,19.6078431372549],[125.490196078431,78.4313725490196,30.3921568627451],[120.588235294118,68.6274509803922,25.4901960784314],[142.156862745098,88.2352941176471,50],[138.235294117647,80.3921568627451,47.0588235294118],[158.823529411765,100.980392156863,67.6470588235294],[165.686274509804,111.764705882353,73.5294117647059],[130.392156862745,77.4509803921569,32.3529411764706],[136.274509803922,84.3137254901961,33.3333333333333],[126.470588235294,74.5098039215686,23.5294117647059],[164.705882352941,112.745098039216,69.6078431372549],[216.666666666667,172.549019607843,132.352941176471],[199.019607843137,166.666666666667,122.549019607843],[139.21568627451,118.627450980392,74.5098039215686],[93.1372549019608,87.2549019607843,40.1960784313726],[53.921568627451,56.8627450980392,10.7843137254902],[67.6470588235294,79.4117647058823,32.3529411764706],[89.2156862745098,101.960784313725,58.8235294117647],[48.0392156862745,60.7843137254902,18.6274509803922],[139.21568627451,150.980392156863,111.764705882353],[83.3333333333333,95.0980392156863,57.843137254902],[103.921568627451,119.607843137255,83.3333333333333],[104.901960784314,124.509803921569,88.2352941176471],[104.901960784314,130.392156862745,92.156862745098],[162.745098039216,194.117647058824,153.921568627451],[83.3333333333333,115.686274509804,85.2941176470588],[16.6666666666667,46.078431372549,38.2352941176471],[34.3137254901961,61.7647058823529,64.7058823529412],[27.4509803921569,55.8823529411765,51.9607843137255],[33.3333333333333,62.7450980392157,54.9019607843137],[50,79.4117647058823,67.6470588235294],[41.1764705882353,70.5882352941177,58.8235294117647],[42.156862745098,68.6274509803922,61.7647058823529],[38.2352941176471,63.7254901960784,60.7843137254902],[49.0196078431373,72.5490196078431,74.5098039215686],[47.0588235294118,69.6078431372549,75.4901960784314],[34.3137254901961,56.8627450980392,62.7450980392157],[37.2549019607843,60.7843137254902,62.7450980392157],[64.7058823529412,89.2156862745098,83.3333333333333],[40.1960784313726,66.6666666666667,51.9607843137255],[52.9411764705882,80.3921568627451,57.843137254902],[120.588235294118,146.078431372549,121.56862745098],[132.352941176471,157.843137254902,133.333333333333],[65.6862745098039,93.1372549019608,70.5882352941177],[55.8823529411765,89.2156862745098,65.6862745098039],[32.3529411764706,69.6078431372549,47.0588235294118],[120.588235294118,161.764705882353,138.235294117647],[53.921568627451,97.0588235294118,72.5490196078431],[126.470588235294,168.627450980392,142.156862745098],[216.666666666667,250,228.43137254902],[161.764705882353,196.078431372549,166.666666666667],[93.1372549019608,122.549019607843,95.0980392156863],[164.705882352941,190.196078431373,163.725490196078],[173.529411764706,197.058823529412,171.56862745098],[74.5098039215686,100,75.4901960784314],[126.470588235294,153.921568627451,131.372549019608],[55.8823529411765,87.2549019607843,66.6666666666667],[24.5098039215686,60.7843137254902,43.1372549019608],[29.4117647058824,71.5686274509804,54.9019607843137],[38.2352941176471,81.3725490196078,66.6666666666667],[88.2352941176471,130.392156862745,111.764705882353],[102.941176470588,144.117647058824,120.588235294118],[172.549019607843,210.78431372549,182.352941176471],[138.235294117647,173.529411764706,138.235294117647],[125.490196078431,156.862745098039,116.666666666667],[172.549019607843,200.980392156863,155.882352941176],[116.666666666667,143.137254901961,93.1372549019608],[132.352941176471,151.960784313725,100],[200,216.666666666667,162.745098039216],[188.235294117647,202.941176470588,147.058823529412],[142.156862745098,154.901960784314,100],[168.627450980392,179.411764705882,124.509803921569],[239.21568627451,248.039215686275,192.156862745098],[196.078431372549,204.901960784314,149.019607843137],[191.176470588235,202.941176470588,142.156862745098],[159.803921568627,171.56862745098,108.823529411765],[116.666666666667,125.490196078431,63.7254901960784],[91.1764705882353,94.1176470588235,38.2352941176471],[108.823529411765,106.862745098039,58.8235294117647],[119.607843137255,116.666666666667,74.5098039215686],[92.156862745098,88.2352941176471,50.9803921568627],[88.2352941176471,86.2745098039216,49.0196078431373],[37.2549019607843,40.1960784313726,0],[55.8823529411765,61.7647058823529,16.6666666666667],[78.4313725490196,84.3137254901961,39.2156862745098],[58.8235294117647,60.7843137254902,14.7058823529412],[100,97.0588235294118,52.9411764705882],[99.0196078431373,93.1372549019608,46.078431372549],[120.588235294118,108.823529411765,57.843137254902],[144.117647058824,131.372549019608,79.4117647058823],[104.901960784314,91.1764705882353,45.0980392156863],[157.843137254902,143.137254901961,100.980392156863],[132.352941176471,120.588235294118,83.3333333333333],[131.372549019608,122.549019607843,82.3529411764706],[101.960784313725,96.078431372549,47.0588235294118],[123.529411764706,121.56862745098,65.6862745098039],[106.862745098039,104.901960784314,47.0588235294118],[100,94.1176470588235,43.1372549019608],[68.6274509803922,59.8039215686275,21.5686274509804],[77.4509803921569,63.7254901960784,35.2941176470588],[50.9803921568627,35.2941176470588,12.7450980392157],[40.1960784313726,23.5294117647059,5.88235294117647],[58.8235294117647,41.1764705882353,27.4509803921569],[39.2156862745098,22.5490196078431,15.6862745098039],[22.5490196078431,5.88235294117647,11.7647058823529],[9.80392156862745,0,4.90196078431373],[7.84313725490196,0,3.92156862745098],[13.7254901960784,2.94117647058824,8.82352941176471],[22.5490196078431,13.7254901960784,18.6274509803922],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[9.80392156862745,0,0.980392156862745],[7.84313725490196,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[21.5686274509804,16.6666666666667,13.7254901960784],[17.6470588235294,12.7450980392157,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[20.5882352941176,15.6862745098039,12.7450980392157],[48.0392156862745,42.156862745098,42.156862745098],[20.5882352941176,14.7058823529412,14.7058823529412],[10.7843137254902,4.90196078431373,4.90196078431373],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[14.7058823529412,8.82352941176471,10.7843137254902],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,0,0],[18.6274509803922,9.80392156862745,4.90196078431373],[14.7058823529412,5.88235294117647,0.980392156862745],[31.3725490196078,22.5490196078431,17.6470588235294],[50,39.2156862745098,35.2941176470588],[26.4705882352941,15.6862745098039,9.80392156862745],[38.2352941176471,25.4901960784314,16.6666666666667],[35.2941176470588,22.5490196078431,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[41.1764705882353,27.4509803921569,16.6666666666667],[36.2745098039216,22.5490196078431,11.7647058823529],[23.5294117647059,7.84313725490196,0],[22.5490196078431,4.90196078431373,0],[52.9411764705882,34.3137254901961,20.5882352941176],[79.4117647058823,58.8235294117647,42.156862745098],[81.3725490196078,54.9019607843137,36.2745098039216],[93.1372549019608,55.8823529411765,33.3333333333333],[83.3333333333333,39.2156862745098,10.7843137254902],[125.490196078431,80.3921568627451,45.0980392156863],[149.019607843137,102.941176470588,59.8039215686275],[117.647058823529,70.5882352941177,22.5490196078431],[147.058823529412,100.980392156863,50],[183.333333333333,137.254901960784,86.2745098039216],[120.588235294118,73.5294117647059,25.4901960784314],[91.1764705882353,44.1176470588235,0],[126.470588235294,75.4901960784314,36.2745098039216],[130.392156862745,79.4117647058823,41.1764705882353],[147.058823529412,96.078431372549,57.843137254902],[169.607843137255,119.607843137255,77.4509803921569],[126.470588235294,73.5294117647059,28.4313725490196],[144.117647058824,88.2352941176471,36.2745098039216],[156.862745098039,100.980392156863,49.0196078431373],[144.117647058824,88.2352941176471,44.1176470588235],[204.901960784314,158.823529411765,115.686274509804],[181.372549019608,150,101.960784313725],[93.1372549019608,73.5294117647059,23.5294117647059],[143.137254901961,131.372549019608,84.3137254901961],[166.666666666667,164.705882352941,116.666666666667],[135.294117647059,142.156862745098,91.1764705882353],[138.235294117647,150,100.980392156863],[123.529411764706,136.274509803922,91.1764705882353],[125.490196078431,140.196078431373,100],[100.980392156863,115.686274509804,83.3333333333333],[92.156862745098,110.78431372549,81.3725490196078],[31.3725490196078,56.8627450980392,20.5882352941176],[82.3529411764706,112.745098039216,72.5490196078431],[189.21568627451,216.666666666667,176.470588235294],[149.019607843137,177.450980392157,147.058823529412],[28.4313725490196,54.9019607843137,48.0392156862745],[30.3921568627451,57.843137254902,60.7843137254902],[46.078431372549,74.5098039215686,72.5490196078431],[40.1960784313726,68.6274509803922,63.7254901960784],[26.4705882352941,55.8823529411765,46.078431372549],[36.2745098039216,65.6862745098039,55.8823529411765],[41.1764705882353,70.5882352941177,60.7843137254902],[44.1176470588235,72.5490196078431,67.6470588235294],[28.4313725490196,55.8823529411765,56.8627450980392],[43.1372549019608,70.5882352941177,74.5098039215686],[26.4705882352941,52.9411764705882,59.8039215686275],[53.921568627451,81.3725490196078,85.2941176470588],[48.0392156862745,73.5294117647059,70.5882352941177],[41.1764705882353,66.6666666666667,53.921568627451],[39.2156862745098,66.6666666666667,44.1176470588235],[97.0588235294118,125.490196078431,98.0392156862745],[182.352941176471,209.803921568627,185.294117647059],[101.960784313725,131.372549019608,107.843137254902],[30.3921568627451,62.7450980392157,42.156862745098],[50,87.2549019607843,66.6666666666667],[75.4901960784314,116.666666666667,97.0588235294118],[122.549019607843,164.705882352941,145.098039215686],[88.2352941176471,129.411764705882,107.843137254902],[197.058823529412,236.274509803922,210.78431372549],[116.666666666667,151.960784313725,124.509803921569],[54.9019607843137,87.2549019607843,58.8235294117647],[175.490196078431,203.921568627451,174.509803921569],[194.117647058824,222.549019607843,195.098039215686],[117.647058823529,145.098039215686,120.588235294118],[97.0588235294118,125.490196078431,103.921568627451],[33.3333333333333,63.7254901960784,46.078431372549],[47.0588235294118,80.3921568627451,64.7058823529412],[44.1176470588235,83.3333333333333,72.5490196078431],[51.9607843137255,92.156862745098,78.4313725490196],[59.8039215686275,100.980392156863,79.4117647058823],[62.7450980392157,101.960784313725,75.4901960784314],[154.901960784314,191.176470588235,160.78431372549],[124.509803921569,159.803921568627,124.509803921569],[134.313725490196,165.686274509804,127.450980392157],[106.862745098039,137.254901960784,94.1176470588235],[132.352941176471,159.803921568627,111.764705882353],[169.607843137255,194.117647058824,140.196078431373],[152.941176470588,173.529411764706,117.647058823529],[176.470588235294,196.078431372549,138.235294117647],[226.470588235294,243.137254901961,189.21568627451],[197.058823529412,211.764705882353,157.843137254902],[138.235294117647,150.980392156863,98.0392156862745],[162.745098039216,175.490196078431,120.588235294118],[191.176470588235,204.901960784314,145.098039215686],[142.156862745098,153.921568627451,91.1764705882353],[170.588235294118,181.372549019608,116.666666666667],[148.039215686275,153.921568627451,93.1372549019608],[126.470588235294,129.411764705882,77.4509803921569],[115.686274509804,114.705882352941,71.5686274509804],[78.4313725490196,76.4705882352941,38.2352941176471],[41.1764705882353,41.1764705882353,3.92156862745098],[105.882352941176,108.823529411765,64.7058823529412],[101.960784313725,104.901960784314,58.8235294117647],[66.6666666666667,69.6078431372549,25.4901960784314],[57.843137254902,58.8235294117647,15.6862745098039],[54.9019607843137,51.9607843137255,11.7647058823529],[83.3333333333333,78.4313725490196,37.2549019607843],[144.117647058824,136.274509803922,88.2352941176471],[140.196078431373,128.43137254902,77.4509803921569],[87.2549019607843,75.4901960784314,26.4705882352941],[65.6862745098039,53.921568627451,6.86274509803922],[110.78431372549,102.941176470588,57.843137254902],[121.56862745098,114.705882352941,69.6078431372549],[123.529411764706,117.647058823529,66.6666666666667],[101.960784313725,97.0588235294118,40.1960784313726],[78.4313725490196,74.5098039215686,14.7058823529412],[119.607843137255,110.78431372549,54.9019607843137],[95.0980392156863,83.3333333333333,36.2745098039216],[85.2941176470588,67.6470588235294,30.3921568627451],[95.0980392156863,74.5098039215686,44.1176470588235],[64.7058823529412,43.1372549019608,19.6078431372549],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,8.82352941176471],[21.5686274509804,2.94117647058824,6.86274509803922],[18.6274509803922,1.96078431372549,11.7647058823529],[13.7254901960784,0.980392156862745,7.84313725490196],[8.82352941176471,0,2.94117647058824],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,11.7647058823529],[7.84313725490196,5.88235294117647,6.86274509803922],[131.372549019608,129.411764705882,130.392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,0,2.94117647058824],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[24.5098039215686,22.5490196078431,23.5294117647059],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[18.6274509803922,13.7254901960784,10.7843137254902],[19.6078431372549,14.7058823529412,11.7647058823529],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,1.96078431372549],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,6.86274509803922,4.90196078431373],[12.7450980392157,2.94117647058824,1.96078431372549],[21.5686274509804,9.80392156862745,9.80392156862745],[41.1764705882353,25.4901960784314,26.4705882352941],[67.6470588235294,50,48.0392156862745],[21.5686274509804,2.94117647058824,0],[66.6666666666667,48.0392156862745,34.3137254901961],[63.7254901960784,45.0980392156863,28.4313725490196],[60.7843137254902,42.156862745098,27.4509803921569],[52.9411764705882,35.2941176470588,21.5686274509804],[43.1372549019608,25.4901960784314,15.6862745098039],[31.3725490196078,12.7450980392157,5.88235294117647],[29.4117647058824,9.80392156862745,2.94117647058824],[36.2745098039216,16.6666666666667,5.88235294117647],[50,29.4117647058824,12.7450980392157],[65.6862745098039,40.1960784313726,17.6470588235294],[121.56862745098,87.2549019607843,59.8039215686275],[119.607843137255,77.4509803921569,44.1176470588235],[142.156862745098,93.1372549019608,56.8627450980392],[168.627450980392,114.705882352941,74.5098039215686],[125.490196078431,65.6862745098039,22.5490196078431],[172.549019607843,114.705882352941,71.5686274509804],[164.705882352941,111.764705882353,66.6666666666667],[97.0588235294118,50.9803921568627,5.88235294117647],[80.3921568627451,43.1372549019608,0],[82.3529411764706,50,5.88235294117647],[104.901960784314,74.5098039215686,31.3725490196078],[143.137254901961,110.78431372549,66.6666666666667],[174.509803921569,134.313725490196,89.2156862745098],[182.352941176471,133.333333333333,85.2941176470588],[167.647058823529,106.862745098039,56.8627450980392],[162.745098039216,100.980392156863,49.0196078431373],[158.823529411765,103.921568627451,53.921568627451],[176.470588235294,134.313725490196,82.3529411764706],[193.137254901961,167.647058823529,111.764705882353],[91.1764705882353,71.5686274509804,21.5686274509804],[73.5294117647059,51.9607843137255,13.7254901960784],[109.803921568627,94.1176470588235,58.8235294117647],[121.56862745098,117.647058823529,70.5882352941177],[126.470588235294,130.392156862745,80.3921568627451],[123.529411764706,137.254901960784,89.2156862745098],[150.980392156863,171.56862745098,133.333333333333],[107.843137254902,129.411764705882,106.862745098039],[84.3137254901961,112.745098039216,93.1372549019608],[66.6666666666667,106.862745098039,77.4509803921569],[106.862745098039,143.137254901961,112.745098039216],[104.901960784314,127.450980392157,101.960784313725],[120.588235294118,137.254901960784,118.627450980392],[59.8039215686275,85.2941176470588,74.5098039215686],[37.2549019607843,67.6470588235294,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[39.2156862745098,66.6666666666667,67.6470588235294],[34.3137254901961,63.7254901960784,63.7254901960784],[35.2941176470588,65.6862745098039,60.7843137254902],[46.078431372549,78.4313725490196,69.6078431372549],[43.1372549019608,75.4901960784314,66.6666666666667],[50.9803921568627,85.2941176470588,78.4313725490196],[38.2352941176471,73.5294117647059,69.6078431372549],[43.1372549019608,76.4705882352941,78.4313725490196],[77.4509803921569,107.843137254902,110.78431372549],[74.5098039215686,103.921568627451,101.960784313725],[46.078431372549,75.4901960784314,63.7254901960784],[60.7843137254902,88.2352941176471,65.6862745098039],[97.0588235294118,126.470588235294,99.0196078431373],[157.843137254902,191.176470588235,164.705882352941],[166.666666666667,200.980392156863,177.450980392157],[32.3529411764706,66.6666666666667,47.0588235294118],[46.078431372549,82.3529411764706,65.6862745098039],[29.4117647058824,66.6666666666667,53.921568627451],[116.666666666667,156.862745098039,143.137254901961],[181.372549019608,219.607843137255,201.960784313725],[131.372549019608,169.607843137255,149.019607843137],[42.156862745098,80.3921568627451,53.921568627451],[105.882352941176,142.156862745098,109.803921568627],[148.039215686275,182.352941176471,150],[196.078431372549,228.43137254902,198.039215686275],[106.862745098039,139.21568627451,112.745098039216],[75.4901960784314,106.862745098039,86.2745098039216],[49.0196078431373,79.4117647058823,64.7058823529412],[96.078431372549,125.490196078431,113.725490196078],[96.078431372549,122.549019607843,113.725490196078],[75.4901960784314,103.921568627451,86.2745098039216],[52.9411764705882,83.3333333333333,51.9607843137255],[38.2352941176471,69.6078431372549,29.4117647058824],[92.156862745098,123.529411764706,83.3333333333333],[109.803921568627,140.196078431373,100],[81.3725490196078,111.764705882353,71.5686274509804],[87.2549019607843,115.686274509804,72.5490196078431],[105.882352941176,134.313725490196,81.3725490196078],[123.529411764706,151.960784313725,89.2156862745098],[109.803921568627,136.274509803922,68.6274509803922],[121.56862745098,146.078431372549,79.4117647058823],[152.941176470588,174.509803921569,113.725490196078],[189.21568627451,209.803921568627,154.901960784314],[134.313725490196,151.960784313725,102.941176470588],[159.803921568627,175.490196078431,127.450980392157],[99.0196078431373,111.764705882353,59.8039215686275],[41.1764705882353,50.9803921568627,0],[67.6470588235294,76.4705882352941,24.5098039215686],[94.1176470588235,102.941176470588,50.9803921568627],[194.117647058824,200,152.941176470588],[135.294117647059,138.235294117647,94.1176470588235],[81.3725490196078,84.3137254901961,42.156862745098],[126.470588235294,127.450980392157,86.2745098039216],[182.352941176471,183.333333333333,140.196078431373],[117.647058823529,118.627450980392,75.4901960784314],[66.6666666666667,67.6470588235294,24.5098039215686],[31.3725490196078,30.3921568627451,0],[96.078431372549,95.0980392156863,51.9607843137255],[109.803921568627,106.862745098039,64.7058823529412],[90.1960784313725,87.2549019607843,43.1372549019608],[116.666666666667,112.745098039216,65.6862745098039],[103.921568627451,98.0392156862745,47.0588235294118],[68.6274509803922,63.7254901960784,9.80392156862745],[30.3921568627451,27.4509803921569,0],[97.0588235294118,95.0980392156863,45.0980392156863],[84.3137254901961,83.3333333333333,28.4313725490196],[95.0980392156863,93.1372549019608,35.2941176470588],[109.803921568627,103.921568627451,43.1372549019608],[177.450980392157,166.666666666667,105.882352941176],[139.21568627451,120.588235294118,62.7450980392157],[124.509803921569,102.941176470588,47.0588235294118],[105.882352941176,80.3921568627451,32.3529411764706],[92.156862745098,64.7058823529412,26.4705882352941],[93.1372549019608,67.6470588235294,43.1372549019608],[71.5686274509804,49.0196078431373,35.2941176470588],[38.2352941176471,17.6470588235294,16.6666666666667],[56.8627450980392,41.1764705882353,44.1176470588235],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,6.86274509803922,6.86274509803922],[31.3725490196078,25.4901960784314,25.4901960784314],[3.92156862745098,0,0],[29.4117647058824,25.4901960784314,26.4705882352941],[198.039215686275,194.117647058824,195.098039215686],[27.4509803921569,22.5490196078431,26.4705882352941],[3.92156862745098,0,1.96078431372549],[7.84313725490196,1.96078431372549,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[9.80392156862745,3.92156862745098,7.84313725490196],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549]],[[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[13.7254901960784,11.7647058823529,12.7450980392157],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[10.7843137254902,6.86274509803922,3.92156862745098],[14.7058823529412,10.7843137254902,7.84313725490196],[12.7450980392157,8.82352941176471,5.88235294117647],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,1.96078431372549],[5.88235294117647,0.980392156862745,0],[23.5294117647059,18.6274509803922,14.7058823529412],[44.1176470588235,39.2156862745098,35.2941176470588],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[11.7647058823529,6.86274509803922,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[15.6862745098039,9.80392156862745,11.7647058823529],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[39.2156862745098,33.3333333333333,35.2941176470588],[85.2941176470588,77.4509803921569,74.5098039215686],[6.86274509803922,0,0],[9.80392156862745,0,0],[35.2941176470588,17.6470588235294,17.6470588235294],[42.156862745098,21.5686274509804,18.6274509803922],[28.4313725490196,6.86274509803922,0],[64.7058823529412,44.1176470588235,25.4901960784314],[97.0588235294118,75.4901960784314,52.9411764705882],[74.5098039215686,54.9019607843137,31.3725490196078],[57.843137254902,37.2549019607843,18.6274509803922],[35.2941176470588,15.6862745098039,4.90196078431373],[16.6666666666667,0,0],[43.1372549019608,23.5294117647059,14.7058823529412],[57.843137254902,39.2156862745098,25.4901960784314],[52.9411764705882,32.3529411764706,11.7647058823529],[94.1176470588235,68.6274509803922,42.156862745098],[111.764705882353,79.4117647058823,45.0980392156863],[116.666666666667,75.4901960784314,38.2352941176471],[128.43137254902,77.4509803921569,38.2352941176471],[180.392156862745,122.549019607843,81.3725490196078],[150.980392156863,87.2549019607843,46.078431372549],[190.196078431373,128.43137254902,85.2941176470588],[177.450980392157,121.56862745098,77.4509803921569],[108.823529411765,62.7450980392157,17.6470588235294],[102.941176470588,71.5686274509804,23.5294117647059],[209.803921568627,187.254901960784,138.235294117647],[113.725490196078,92.156862745098,44.1176470588235],[109.803921568627,84.3137254901961,36.2745098039216],[147.058823529412,111.764705882353,62.7450980392157],[189.21568627451,143.137254901961,92.156862745098],[200.980392156863,140.196078431373,90.1960784313725],[204.901960784314,143.137254901961,91.1764705882353],[206.862745098039,155.882352941176,100],[177.450980392157,139.21568627451,81.3725490196078],[158.823529411765,139.21568627451,81.3725490196078],[138.235294117647,122.549019607843,72.5490196078431],[90.1960784313725,66.6666666666667,33.3333333333333],[95.0980392156863,75.4901960784314,43.1372549019608],[118.627450980392,110.78431372549,65.6862745098039],[140.196078431373,144.117647058824,94.1176470588235],[123.529411764706,137.254901960784,89.2156862745098],[104.901960784314,126.470588235294,89.2156862745098],[173.529411764706,198.039215686275,179.411764705882],[138.235294117647,169.607843137255,156.862745098039],[49.0196078431373,92.156862745098,69.6078431372549],[17.6470588235294,56.8627450980392,31.3725490196078],[51.9607843137255,68.6274509803922,50.9803921568627],[50.9803921568627,62.7450980392157,49.0196078431373],[49.0196078431373,74.5098039215686,61.7647058823529],[40.1960784313726,70.5882352941177,62.7450980392157],[31.3725490196078,58.8235294117647,59.8039215686275],[36.2745098039216,63.7254901960784,67.6470588235294],[36.2745098039216,64.7058823529412,68.6274509803922],[34.3137254901961,65.6862745098039,64.7058823529412],[50.9803921568627,86.2745098039216,76.4705882352941],[63.7254901960784,100.980392156863,88.2352941176471],[50,89.2156862745098,78.4313725490196],[37.2549019607843,77.4509803921569,69.6078431372549],[62.7450980392157,100.980392156863,100],[71.5686274509804,106.862745098039,106.862745098039],[61.7647058823529,93.1372549019608,90.1960784313725],[78.4313725490196,107.843137254902,98.0392156862745],[65.6862745098039,95.0980392156863,71.5686274509804],[88.2352941176471,118.627450980392,88.2352941176471],[119.607843137255,155.882352941176,125.490196078431],[127.450980392157,165.686274509804,139.21568627451],[121.56862745098,158.823529411765,138.235294117647],[27.4509803921569,64.7058823529412,50],[29.4117647058824,66.6666666666667,55.8823529411765],[52.9411764705882,92.156862745098,81.3725490196078],[151.960784313725,192.156862745098,178.43137254902],[41.1764705882353,79.4117647058823,60.7843137254902],[31.3725490196078,70.5882352941177,44.1176470588235],[114.705882352941,153.921568627451,120.588235294118],[125.490196078431,161.764705882353,128.43137254902],[197.058823529412,231.372549019608,199.019607843137],[100,132.352941176471,103.921568627451],[65.6862745098039,94.1176470588235,72.5490196078431],[72.5490196078431,100,85.2941176470588],[88.2352941176471,113.725490196078,102.941176470588],[94.1176470588235,117.647058823529,104.901960784314],[61.7647058823529,86.2745098039216,64.7058823529412],[40.1960784313726,67.6470588235294,28.4313725490196],[58.8235294117647,87.2549019607843,42.156862745098],[79.4117647058823,107.843137254902,64.7058823529412],[100.980392156863,131.372549019608,91.1764705882353],[84.3137254901961,113.725490196078,78.4313725490196],[89.2156862745098,116.666666666667,76.4705882352941],[92.156862745098,121.56862745098,68.6274509803922],[145.098039215686,174.509803921569,111.764705882353],[198.039215686275,228.43137254902,159.803921568627],[157.843137254902,187.254901960784,118.627450980392],[168.627450980392,194.117647058824,134.313725490196],[110.78431372549,135.294117647059,81.3725490196078],[128.43137254902,151.960784313725,100.980392156863],[105.882352941176,125.490196078431,77.4509803921569],[88.2352941176471,100.980392156863,55.8823529411765],[75.4901960784314,87.2549019607843,42.156862745098],[63.7254901960784,75.4901960784314,30.3921568627451],[68.6274509803922,77.4509803921569,33.3333333333333],[172.549019607843,179.411764705882,136.274509803922],[178.43137254902,185.294117647059,142.156862745098],[159.803921568627,165.686274509804,122.549019607843],[99.0196078431373,101.960784313725,57.843137254902],[131.372549019608,134.313725490196,90.1960784313725],[96.078431372549,97.0588235294118,53.921568627451],[93.1372549019608,94.1176470588235,50.9803921568627],[80.3921568627451,79.4117647058823,36.2745098039216],[70.5882352941177,69.6078431372549,26.4705882352941],[30.3921568627451,29.4117647058824,0],[66.6666666666667,65.6862745098039,22.5490196078431],[89.2156862745098,87.2549019607843,40.1960784313726],[97.0588235294118,94.1176470588235,40.1960784313726],[135.294117647059,133.333333333333,77.4509803921569],[63.7254901960784,62.7450980392157,7.84313725490196],[89.2156862745098,88.2352941176471,33.3333333333333],[128.43137254902,127.450980392157,72.5490196078431],[108.823529411765,106.862745098039,50.9803921568627],[103.921568627451,95.0980392156863,37.2549019607843],[137.254901960784,126.470588235294,65.6862745098039],[121.56862745098,101.960784313725,40.1960784313726],[148.039215686275,124.509803921569,63.7254901960784],[139.21568627451,112.745098039216,58.8235294117647],[127.450980392157,99.0196078431373,55.8823529411765],[100.980392156863,74.5098039215686,45.0980392156863],[74.5098039215686,51.9607843137255,34.3137254901961],[42.156862745098,21.5686274509804,16.6666666666667],[33.3333333333333,17.6470588235294,17.6470588235294],[12.7450980392157,4.90196078431373,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[24.5098039215686,19.6078431372549,16.6666666666667],[27.4509803921569,21.5686274509804,21.5686274509804],[3.92156862745098,0,0],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[15.6862745098039,9.80392156862745,13.7254901960784],[9.80392156862745,3.92156862745098,7.84313725490196],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[9.80392156862745,7.84313725490196,10.7843137254902]],[[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[11.7647058823529,6.86274509803922,3.92156862745098],[27.4509803921569,22.5490196078431,18.6274509803922],[17.6470588235294,10.7843137254902,4.90196078431373],[35.2941176470588,28.4313725490196,22.5490196078431],[50,43.1372549019608,37.2549019607843],[15.6862745098039,6.86274509803922,1.96078431372549],[14.7058823529412,5.88235294117647,0.980392156862745],[6.86274509803922,0,0],[15.6862745098039,5.88235294117647,3.92156862745098],[11.7647058823529,1.96078431372549,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,17.6470588235294,21.5686274509804],[26.4705882352941,16.6666666666667,15.6862745098039],[23.5294117647059,16.6666666666667,6.86274509803922],[33.3333333333333,25.4901960784314,14.7058823529412],[17.6470588235294,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[41.1764705882353,23.5294117647059,13.7254901960784],[51.9607843137255,31.3725490196078,14.7058823529412],[39.2156862745098,19.6078431372549,0],[71.5686274509804,52.9411764705882,23.5294117647059],[74.5098039215686,55.8823529411765,26.4705882352941],[78.4313725490196,58.8235294117647,34.3137254901961],[42.156862745098,24.5098039215686,4.90196078431373],[51.9607843137255,33.3333333333333,18.6274509803922],[73.5294117647059,51.9607843137255,38.2352941176471],[57.843137254902,37.2549019607843,18.6274509803922],[78.4313725490196,57.843137254902,31.3725490196078],[112.745098039216,89.2156862745098,55.8823529411765],[99.0196078431373,65.6862745098039,28.4313725490196],[86.2745098039216,44.1176470588235,2.94117647058824],[87.2549019607843,37.2549019607843,0],[188.235294117647,132.352941176471,88.2352941176471],[183.333333333333,121.56862745098,78.4313725490196],[176.470588235294,116.666666666667,70.5882352941177],[166.666666666667,113.725490196078,67.6470588235294],[134.313725490196,89.2156862745098,41.1764705882353],[139.21568627451,103.921568627451,54.9019607843137],[250,237.254901960784,188.235294117647],[166.666666666667,139.21568627451,90.1960784313725],[125.490196078431,96.078431372549,45.0980392156863],[116.666666666667,80.3921568627451,28.4313725490196],[142.156862745098,96.078431372549,43.1372549019608],[181.372549019608,125.490196078431,71.5686274509804],[192.156862745098,137.254901960784,81.3725490196078],[229.411764705882,185.294117647059,127.450980392157],[208.823529411765,177.450980392157,121.56862745098],[110.78431372549,94.1176470588235,39.2156862745098],[130.392156862745,118.627450980392,69.6078431372549],[102.941176470588,85.2941176470588,50],[77.4509803921569,61.7647058823529,28.4313725490196],[122.549019607843,118.627450980392,74.5098039215686],[123.529411764706,129.411764705882,84.3137254901961],[88.2352941176471,102.941176470588,60.7843137254902],[174.509803921569,196.078431372549,160.78431372549],[96.078431372549,120.588235294118,101.960784313725],[62.7450980392157,93.1372549019608,78.4313725490196],[155.882352941176,197.058823529412,177.450980392157],[78.4313725490196,112.745098039216,93.1372549019608],[48.0392156862745,64.7058823529412,49.0196078431373],[48.0392156862745,59.8039215686275,46.078431372549],[56.8627450980392,82.3529411764706,69.6078431372549],[42.156862745098,72.5490196078431,64.7058823529412],[54.9019607843137,83.3333333333333,81.3725490196078],[68.6274509803922,96.078431372549,99.0196078431373],[35.2941176470588,64.7058823529412,66.6666666666667],[29.4117647058824,58.8235294117647,58.8235294117647],[61.7647058823529,94.1176470588235,85.2941176470588],[52.9411764705882,90.1960784313725,77.4509803921569],[46.078431372549,85.2941176470588,74.5098039215686],[47.0588235294118,86.2745098039216,78.4313725490196],[52.9411764705882,91.1764705882353,90.1960784313725],[63.7254901960784,99.0196078431373,99.0196078431373],[65.6862745098039,97.0588235294118,94.1176470588235],[67.6470588235294,97.0588235294118,85.2941176470588],[64.7058823529412,94.1176470588235,70.5882352941177],[114.705882352941,145.098039215686,114.705882352941],[127.450980392157,163.725490196078,131.372549019608],[112.745098039216,152.941176470588,123.529411764706],[186.274509803922,225.490196078431,201.960784313725],[128.43137254902,168.627450980392,150.980392156863],[45.0980392156863,85.2941176470588,71.5686274509804],[22.5490196078431,61.7647058823529,50.9803921568627],[74.5098039215686,114.705882352941,100.980392156863],[94.1176470588235,135.294117647059,115.686274509804],[54.9019607843137,94.1176470588235,68.6274509803922],[138.235294117647,176.470588235294,146.078431372549],[158.823529411765,193.137254901961,160.78431372549],[183.333333333333,216.666666666667,184.313725490196],[130.392156862745,158.823529411765,131.372549019608],[56.8627450980392,81.3725490196078,59.8039215686275],[43.1372549019608,63.7254901960784,49.0196078431373],[63.7254901960784,84.3137254901961,69.6078431372549],[108.823529411765,133.333333333333,114.705882352941],[96.078431372549,124.509803921569,97.0588235294118],[69.6078431372549,100,59.8039215686275],[86.2745098039216,116.666666666667,75.4901960784314],[139.21568627451,168.627450980392,131.372549019608],[88.2352941176471,117.647058823529,84.3137254901961],[110.78431372549,139.21568627451,109.803921568627],[103.921568627451,133.333333333333,100],[157.843137254902,189.21568627451,143.137254901961],[155.882352941176,186.274509803922,130.392156862745],[157.843137254902,189.21568627451,127.450980392157],[136.274509803922,165.686274509804,104.901960784314],[139.21568627451,167.647058823529,112.745098039216],[141.176470588235,167.647058823529,115.686274509804],[170.588235294118,197.058823529412,143.137254901961],[141.176470588235,163.725490196078,112.745098039216],[59.8039215686275,76.4705882352941,32.3529411764706],[100,114.705882352941,72.5490196078431],[92.156862745098,104.901960784314,62.7450980392157],[54.9019607843137,67.6470588235294,25.4901960784314],[68.6274509803922,79.4117647058823,37.2549019607843],[52.9411764705882,63.7254901960784,21.5686274509804],[97.0588235294118,105.882352941176,63.7254901960784],[72.5490196078431,79.4117647058823,36.2745098039216],[82.3529411764706,88.2352941176471,45.0980392156863],[121.56862745098,124.509803921569,82.3529411764706],[139.21568627451,140.196078431373,97.0588235294118],[65.6862745098039,66.6666666666667,23.5294117647059],[53.921568627451,52.9411764705882,9.80392156862745],[54.9019607843137,53.921568627451,10.7843137254902],[107.843137254902,106.862745098039,61.7647058823529],[90.1960784313725,88.2352941176471,40.1960784313726],[159.803921568627,154.901960784314,100],[175.490196078431,170.588235294118,113.725490196078],[128.43137254902,126.470588235294,70.5882352941177],[119.607843137255,116.666666666667,64.7058823529412],[123.529411764706,120.588235294118,68.6274509803922],[140.196078431373,134.313725490196,83.3333333333333],[153.921568627451,147.058823529412,93.1372549019608],[81.3725490196078,68.6274509803922,14.7058823529412],[66.6666666666667,50.9803921568627,0],[106.862745098039,86.2745098039216,30.3921568627451],[136.274509803922,113.725490196078,62.7450980392157],[163.725490196078,141.176470588235,98.0392156862745],[103.921568627451,83.3333333333333,52.9411764705882],[33.3333333333333,16.6666666666667,0],[19.6078431372549,5.88235294117647,0],[35.2941176470588,24.5098039215686,20.5882352941176],[17.6470588235294,9.80392156862745,6.86274509803922],[3.92156862745098,0,0],[14.7058823529412,9.80392156862745,6.86274509803922],[26.4705882352941,20.5882352941176,20.5882352941176],[40.1960784313726,31.3725490196078,32.3529411764706],[20.5882352941176,11.7647058823529,14.7058823529412],[32.3529411764706,23.5294117647059,26.4705882352941],[12.7450980392157,3.92156862745098,8.82352941176471],[16.6666666666667,7.84313725490196,12.7450980392157],[9.80392156862745,0.980392156862745,5.88235294117647],[5.88235294117647,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[5.88235294117647,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[8.82352941176471,0.980392156862745,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[31.3725490196078,22.5490196078431,17.6470588235294],[33.3333333333333,24.5098039215686,17.6470588235294],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[11.7647058823529,0,0],[15.6862745098039,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[20.5882352941176,7.84313725490196,1.96078431372549],[14.7058823529412,0.980392156862745,0],[21.5686274509804,7.84313725490196,6.86274509803922],[36.2745098039216,22.5490196078431,21.5686274509804],[20.5882352941176,6.86274509803922,3.92156862745098],[32.3529411764706,24.5098039215686,11.7647058823529],[35.2941176470588,28.4313725490196,12.7450980392157],[39.2156862745098,29.4117647058824,19.6078431372549],[91.1764705882353,77.4509803921569,68.6274509803922],[110.78431372549,93.1372549019608,81.3725490196078],[46.078431372549,28.4313725490196,8.82352941176471],[39.2156862745098,22.5490196078431,0],[50.9803921568627,32.3529411764706,0.980392156862745],[78.4313725490196,59.8039215686275,28.4313725490196],[83.3333333333333,64.7058823529412,35.2941176470588],[78.4313725490196,58.8235294117647,35.2941176470588],[97.0588235294118,76.4705882352941,57.843137254902],[65.6862745098039,45.0980392156863,26.4705882352941],[34.3137254901961,14.7058823529412,0],[100.980392156863,80.3921568627451,50],[162.745098039216,137.254901960784,100.980392156863],[128.43137254902,94.1176470588235,52.9411764705882],[144.117647058824,101.960784313725,57.843137254902],[137.254901960784,87.2549019607843,41.1764705882353],[183.333333333333,131.372549019608,82.3529411764706],[180.392156862745,123.529411764706,74.5098039215686],[155.882352941176,100,48.0392156862745],[163.725490196078,111.764705882353,60.7843137254902],[122.549019607843,76.4705882352941,25.4901960784314],[116.666666666667,77.4509803921569,26.4705882352941],[94.1176470588235,58.8235294117647,7.84313725490196],[159.803921568627,129.411764705882,76.4705882352941],[164.705882352941,132.352941176471,80.3921568627451],[152.941176470588,114.705882352941,60.7843137254902],[169.607843137255,125.490196078431,69.6078431372549],[185.294117647059,136.274509803922,78.4313725490196],[146.078431372549,98.0392156862745,40.1960784313726],[122.549019607843,85.2941176470588,24.5098039215686],[156.862745098039,131.372549019608,73.5294117647059],[85.2941176470588,72.5490196078431,20.5882352941176],[155.882352941176,148.039215686275,101.960784313725],[111.764705882353,98.0392156862745,59.8039215686275],[56.8627450980392,45.0980392156863,7.84313725490196],[111.764705882353,108.823529411765,66.6666666666667],[137.254901960784,144.117647058824,100.980392156863],[91.1764705882353,107.843137254902,66.6666666666667],[157.843137254902,178.43137254902,146.078431372549],[27.4509803921569,51.9607843137255,30.3921568627451],[0,10.7843137254902,0],[24.5098039215686,60.7843137254902,44.1176470588235],[28.4313725490196,60.7843137254902,44.1176470588235],[50.9803921568627,64.7058823529412,50],[50,61.7647058823529,48.0392156862745],[48.0392156862745,73.5294117647059,60.7843137254902],[28.4313725490196,58.8235294117647,50.9803921568627],[47.0588235294118,75.4901960784314,73.5294117647059],[70.5882352941177,98.0392156862745,99.0196078431373],[46.078431372549,75.4901960784314,75.4901960784314],[46.078431372549,76.4705882352941,71.5686274509804],[71.5686274509804,103.921568627451,93.1372549019608],[47.0588235294118,82.3529411764706,68.6274509803922],[51.9607843137255,89.2156862745098,76.4705882352941],[65.6862745098039,104.901960784314,96.078431372549],[58.8235294117647,97.0588235294118,94.1176470588235],[55.8823529411765,91.1764705882353,89.2156862745098],[78.4313725490196,109.803921568627,104.901960784314],[50,79.4117647058823,67.6470588235294],[64.7058823529412,94.1176470588235,70.5882352941177],[153.921568627451,186.274509803922,155.882352941176],[150.980392156863,190.196078431373,156.862745098039],[89.2156862745098,132.352941176471,100],[106.862745098039,149.019607843137,122.549019607843],[170.588235294118,212.745098039216,193.137254901961],[119.607843137255,160.78431372549,147.058823529412],[47.0588235294118,90.1960784313725,77.4509803921569],[40.1960784313726,83.3333333333333,68.6274509803922],[67.6470588235294,109.803921568627,91.1764705882353],[87.2549019607843,129.411764705882,102.941176470588],[122.549019607843,160.78431372549,130.392156862745],[167.647058823529,201.960784313725,169.607843137255],[195.098039215686,225.490196078431,194.117647058824],[137.254901960784,161.764705882353,133.333333333333],[62.7450980392157,81.3725490196078,59.8039215686275],[51.9607843137255,68.6274509803922,50.9803921568627],[88.2352941176471,106.862745098039,88.2352941176471],[86.2745098039216,111.764705882353,87.2549019607843],[71.5686274509804,101.960784313725,70.5882352941177],[113.725490196078,145.098039215686,106.862745098039],[104.901960784314,139.21568627451,100],[128.43137254902,161.764705882353,129.411764705882],[90.1960784313725,122.549019607843,96.078431372549],[134.313725490196,165.686274509804,142.156862745098],[157.843137254902,187.254901960784,159.803921568627],[130.392156862745,161.764705882353,121.56862745098],[138.235294117647,169.607843137255,121.56862745098],[134.313725490196,166.666666666667,114.705882352941],[158.823529411765,188.235294117647,137.254901960784],[137.254901960784,166.666666666667,117.647058823529],[93.1372549019608,120.588235294118,72.5490196078431],[210.78431372549,239.21568627451,184.313725490196],[151.960784313725,178.43137254902,124.509803921569],[65.6862745098039,87.2549019607843,42.156862745098],[94.1176470588235,111.764705882353,72.5490196078431],[88.2352941176471,103.921568627451,65.6862745098039],[40.1960784313726,55.8823529411765,17.6470588235294],[50,64.7058823529412,24.5098039215686],[9.80392156862745,22.5490196078431,0],[0,8.82352941176471,0],[61.7647058823529,70.5882352941177,28.4313725490196],[44.1176470588235,50.9803921568627,7.84313725490196],[87.2549019607843,93.1372549019608,50],[100,102.941176470588,58.8235294117647],[85.2941176470588,86.2745098039216,43.1372549019608],[101.960784313725,100.980392156863,55.8823529411765],[58.8235294117647,57.843137254902,12.7450980392157],[106.862745098039,105.882352941176,58.8235294117647],[81.3725490196078,79.4117647058823,29.4117647058824],[84.3137254901961,80.3921568627451,20.5882352941176],[70.5882352941177,64.7058823529412,3.92156862745098],[100.980392156863,96.078431372549,39.2156862745098],[117.647058823529,114.705882352941,60.7843137254902],[96.078431372549,93.1372549019608,43.1372549019608],[121.56862745098,115.686274509804,66.6666666666667],[48.0392156862745,41.1764705882353,0],[80.3921568627451,68.6274509803922,17.6470588235294],[128.43137254902,112.745098039216,61.7647058823529],[89.2156862745098,72.5490196078431,21.5686274509804],[99.0196078431373,79.4117647058823,30.3921568627451],[128.43137254902,109.803921568627,68.6274509803922],[89.2156862745098,74.5098039215686,42.156862745098],[13.7254901960784,1.96078431372549,0],[16.6666666666667,7.84313725490196,0],[43.1372549019608,34.3137254901961,25.4901960784314],[28.4313725490196,21.5686274509804,15.6862745098039],[8.82352941176471,3.92156862745098,0],[15.6862745098039,10.7843137254902,6.86274509803922],[11.7647058823529,6.86274509803922,3.92156862745098],[34.3137254901961,26.4705882352941,24.5098039215686],[49.0196078431373,40.1960784313726,41.1764705882353],[12.7450980392157,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,10.7843137254902,13.7254901960784],[13.7254901960784,4.90196078431373,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549]],[[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[17.6470588235294,3.92156862745098,0.980392156862745],[16.6666666666667,3.92156862745098,0],[10.7843137254902,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[44.1176470588235,27.4509803921569,17.6470588235294],[55.8823529411765,39.2156862745098,29.4117647058824],[19.6078431372549,1.96078431372549,0],[15.6862745098039,0,0],[24.5098039215686,6.86274509803922,0],[24.5098039215686,5.88235294117647,0],[22.5490196078431,3.92156862745098,0],[18.6274509803922,0,0],[18.6274509803922,0,0],[39.2156862745098,22.5490196078431,15.6862745098039],[27.4509803921569,15.6862745098039,0],[35.2941176470588,26.4705882352941,9.80392156862745],[69.6078431372549,57.843137254902,46.078431372549],[115.686274509804,101.960784313725,93.1372549019608],[110.78431372549,95.0980392156863,82.3529411764706],[26.4705882352941,9.80392156862745,0],[73.5294117647059,56.8627450980392,31.3725490196078],[88.2352941176471,71.5686274509804,42.156862745098],[67.6470588235294,49.0196078431373,17.6470588235294],[65.6862745098039,47.0588235294118,17.6470588235294],[106.862745098039,87.2549019607843,63.7254901960784],[91.1764705882353,69.6078431372549,49.0196078431373],[60.7843137254902,39.2156862745098,18.6274509803922],[81.3725490196078,59.8039215686275,36.2745098039216],[101.960784313725,79.4117647058823,49.0196078431373],[133.333333333333,105.882352941176,67.6470588235294],[138.235294117647,101.960784313725,57.843137254902],[176.470588235294,133.333333333333,85.2941176470588],[173.529411764706,127.450980392157,76.4705882352941],[166.666666666667,116.666666666667,64.7058823529412],[170.588235294118,118.627450980392,65.6862745098039],[148.039215686275,94.1176470588235,39.2156862745098],[179.411764705882,127.450980392157,74.5098039215686],[145.098039215686,97.0588235294118,42.156862745098],[136.274509803922,92.156862745098,38.2352941176471],[151.960784313725,111.764705882353,58.8235294117647],[164.705882352941,125.490196078431,74.5098039215686],[142.156862745098,103.921568627451,50],[186.274509803922,146.078431372549,91.1764705882353],[196.078431372549,154.901960784314,98.0392156862745],[233.333333333333,190.196078431373,130.392156862745],[136.274509803922,97.0588235294118,36.2745098039216],[109.803921568627,78.4313725490196,18.6274509803922],[154.901960784314,133.333333333333,76.4705882352941],[153.921568627451,142.156862745098,91.1764705882353],[153.921568627451,147.058823529412,101.960784313725],[210.78431372549,201.960784313725,159.803921568627],[104.901960784314,97.0588235294118,58.8235294117647],[73.5294117647059,74.5098039215686,35.2941176470588],[86.2745098039216,94.1176470588235,53.921568627451],[54.9019607843137,70.5882352941177,34.3137254901961],[133.333333333333,153.921568627451,123.529411764706],[71.5686274509804,95.0980392156863,71.5686274509804],[50,78.4313725490196,60.7843137254902],[30.3921568627451,63.7254901960784,50],[30.3921568627451,57.843137254902,46.078431372549],[47.0588235294118,60.7843137254902,48.0392156862745],[58.8235294117647,72.5490196078431,57.843137254902],[53.921568627451,79.4117647058823,66.6666666666667],[45.0980392156863,75.4901960784314,67.6470588235294],[38.2352941176471,66.6666666666667,62.7450980392157],[51.9607843137255,80.3921568627451,78.4313725490196],[77.4509803921569,105.882352941176,101.960784313725],[85.2941176470588,115.686274509804,109.803921568627],[74.5098039215686,107.843137254902,94.1176470588235],[62.7450980392157,98.0392156862745,84.3137254901961],[59.8039215686275,97.0588235294118,84.3137254901961],[67.6470588235294,106.862745098039,96.078431372549],[79.4117647058823,114.705882352941,110.78431372549],[44.1176470588235,78.4313725490196,74.5098039215686],[57.843137254902,90.1960784313725,83.3333333333333],[44.1176470588235,74.5098039215686,59.8039215686275],[101.960784313725,130.392156862745,108.823529411765],[180.392156862745,212.745098039216,184.313725490196],[139.21568627451,178.43137254902,145.098039215686],[70.5882352941177,113.725490196078,81.3725490196078],[66.6666666666667,109.803921568627,83.3333333333333],[123.529411764706,167.647058823529,147.058823529412],[63.7254901960784,109.803921568627,94.1176470588235],[15.6862745098039,60.7843137254902,48.0392156862745],[18.6274509803922,64.7058823529412,49.0196078431373],[82.3529411764706,128.43137254902,108.823529411765],[132.352941176471,175.490196078431,150.980392156863],[159.803921568627,199.019607843137,172.549019607843],[128.43137254902,162.745098039216,133.333333333333],[169.607843137255,198.039215686275,168.627450980392],[121.56862745098,144.117647058824,116.666666666667],[116.666666666667,134.313725490196,110.78431372549],[78.4313725490196,91.1764705882353,73.5294117647059],[67.6470588235294,82.3529411764706,61.7647058823529],[81.3725490196078,107.843137254902,77.4509803921569],[93.1372549019608,126.470588235294,90.1960784313725],[93.1372549019608,127.450980392157,88.2352941176471],[152.941176470588,186.274509803922,151.960784313725],[95.0980392156863,126.470588235294,102.941176470588],[70.5882352941177,101.960784313725,81.3725490196078],[109.803921568627,140.196078431373,122.549019607843],[218.627450980392,250,227.450980392157],[154.901960784314,188.235294117647,153.921568627451],[152.941176470588,185.294117647059,143.137254901961],[112.745098039216,145.098039215686,102.941176470588],[50,80.3921568627451,39.2156862745098],[20.5882352941176,50.9803921568627,10.7843137254902],[41.1764705882353,69.6078431372549,24.5098039215686],[220.588235294118,250,195.098039215686],[168.627450980392,197.058823529412,142.156862745098],[158.823529411765,183.333333333333,142.156862745098],[132.352941176471,153.921568627451,118.627450980392],[68.6274509803922,88.2352941176471,51.9607843137255],[50,69.6078431372549,33.3333333333333],[23.5294117647059,41.1764705882353,3.92156862745098],[16.6666666666667,32.3529411764706,0],[83.3333333333333,98.0392156862745,57.843137254902],[84.3137254901961,97.0588235294118,54.9019607843137],[44.1176470588235,52.9411764705882,10.7843137254902],[55.8823529411765,62.7450980392157,19.6078431372549],[80.3921568627451,83.3333333333333,39.2156862745098],[68.6274509803922,70.5882352941177,24.5098039215686],[83.3333333333333,82.3529411764706,35.2941176470588],[64.7058823529412,63.7254901960784,16.6666666666667],[108.823529411765,106.862745098039,58.8235294117647],[107.843137254902,104.901960784314,52.9411764705882],[82.3529411764706,76.4705882352941,15.6862745098039],[103.921568627451,99.0196078431373,36.2745098039216],[146.078431372549,142.156862745098,82.3529411764706],[97.0588235294118,92.156862745098,38.2352941176471],[129.411764705882,123.529411764706,74.5098039215686],[103.921568627451,98.0392156862745,50.9803921568627],[67.6470588235294,59.8039215686275,11.7647058823529],[104.901960784314,95.0980392156863,47.0588235294118],[106.862745098039,95.0980392156863,46.078431372549],[45.0980392156863,31.3725490196078,0],[64.7058823529412,50.9803921568627,4.90196078431373],[69.6078431372549,56.8627450980392,15.6862745098039],[59.8039215686275,49.0196078431373,17.6470588235294],[11.7647058823529,4.90196078431373,0],[15.6862745098039,10.7843137254902,0],[12.7450980392157,8.82352941176471,0],[22.5490196078431,15.6862745098039,7.84313725490196],[32.3529411764706,25.4901960784314,19.6078431372549],[16.6666666666667,9.80392156862745,3.92156862745098],[8.82352941176471,0.980392156862745,0],[21.5686274509804,11.7647058823529,9.80392156862745],[43.1372549019608,33.3333333333333,32.3529411764706],[13.7254901960784,3.92156862745098,2.94117647058824],[19.6078431372549,9.80392156862745,10.7843137254902],[18.6274509803922,8.82352941176471,9.80392156862745],[15.6862745098039,4.90196078431373,8.82352941176471],[14.7058823529412,5.88235294117647,8.82352941176471],[13.7254901960784,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[205.882352941176,203.921568627451,204.901960784314],[105.882352941176,103.921568627451,104.901960784314],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[36.2745098039216,22.5490196078431,21.5686274509804],[29.4117647058824,14.7058823529412,11.7647058823529],[18.6274509803922,0.980392156862745,0],[29.4117647058824,12.7450980392157,5.88235294117647],[17.6470588235294,0,0],[44.1176470588235,24.5098039215686,13.7254901960784],[58.8235294117647,40.1960784313726,26.4705882352941],[75.4901960784314,53.921568627451,41.1764705882353],[84.3137254901961,62.7450980392157,50],[27.4509803921569,5.88235294117647,0],[33.3333333333333,11.7647058823529,0],[47.0588235294118,25.4901960784314,12.7450980392157],[25.4901960784314,3.92156862745098,0],[16.6666666666667,0,0],[16.6666666666667,0,0],[36.2745098039216,16.6666666666667,5.88235294117647],[26.4705882352941,13.7254901960784,0],[48.0392156862745,36.2745098039216,20.5882352941176],[48.0392156862745,35.2941176470588,26.4705882352941],[19.6078431372549,6.86274509803922,0],[65.6862745098039,51.9607843137255,43.1372549019608],[40.1960784313726,24.5098039215686,11.7647058823529],[93.1372549019608,77.4509803921569,54.9019607843137],[162.745098039216,146.078431372549,120.588235294118],[85.2941176470588,65.6862745098039,39.2156862745098],[55.8823529411765,36.2745098039216,11.7647058823529],[87.2549019607843,65.6862745098039,45.0980392156863],[118.627450980392,96.078431372549,78.4313725490196],[109.803921568627,87.2549019607843,69.6078431372549],[69.6078431372549,45.0980392156863,23.5294117647059],[32.3529411764706,8.82352941176471,0],[59.8039215686275,32.3529411764706,0],[178.43137254902,141.176470588235,95.0980392156863],[191.176470588235,146.078431372549,95.0980392156863],[174.509803921569,128.43137254902,75.4901960784314],[146.078431372549,98.0392156862745,43.1372549019608],[173.529411764706,125.490196078431,68.6274509803922],[175.490196078431,125.490196078431,69.6078431372549],[194.117647058824,144.117647058824,88.2352941176471],[161.764705882353,113.725490196078,58.8235294117647],[140.196078431373,92.156862745098,37.2549019607843],[162.745098039216,116.666666666667,63.7254901960784],[180.392156862745,136.274509803922,82.3529411764706],[131.372549019608,89.2156862745098,35.2941176470588],[131.372549019608,92.156862745098,34.3137254901961],[168.627450980392,131.372549019608,70.5882352941177],[205.882352941176,168.627450980392,106.862745098039],[170.588235294118,137.254901960784,75.4901960784314],[185.294117647059,157.843137254902,96.078431372549],[141.176470588235,120.588235294118,64.7058823529412],[144.117647058824,132.352941176471,83.3333333333333],[138.235294117647,130.392156862745,85.2941176470588],[193.137254901961,185.294117647059,140.196078431373],[142.156862745098,138.235294117647,94.1176470588235],[200.980392156863,201.960784313725,162.745098039216],[104.901960784314,112.745098039216,76.4705882352941],[104.901960784314,120.588235294118,85.2941176470588],[137.254901960784,155.882352941176,126.470588235294],[54.9019607843137,77.4509803921569,50],[17.6470588235294,42.156862745098,21.5686274509804],[68.6274509803922,99.0196078431373,84.3137254901961],[87.2549019607843,112.745098039216,101.960784313725],[62.7450980392157,79.4117647058823,63.7254901960784],[39.2156862745098,55.8823529411765,40.1960784313726],[39.2156862745098,64.7058823529412,51.9607843137255],[45.0980392156863,76.4705882352941,65.6862745098039],[58.8235294117647,88.2352941176471,80.3921568627451],[50.9803921568627,79.4117647058823,74.5098039215686],[58.8235294117647,88.2352941176471,80.3921568627451],[66.6666666666667,96.078431372549,86.2745098039216],[50.9803921568627,82.3529411764706,69.6078431372549],[51.9607843137255,88.2352941176471,71.5686274509804],[76.4705882352941,113.725490196078,99.0196078431373],[60.7843137254902,100,89.2156862745098],[45.0980392156863,81.3725490196078,73.5294117647059],[38.2352941176471,72.5490196078431,65.6862745098039],[27.4509803921569,59.8039215686275,50.9803921568627],[18.6274509803922,50,35.2941176470588],[127.450980392157,155.882352941176,134.313725490196],[142.156862745098,174.509803921569,148.039215686275],[150,189.21568627451,155.882352941176],[172.549019607843,216.666666666667,184.313725490196],[49.0196078431373,94.1176470588235,66.6666666666667],[51.9607843137255,99.0196078431373,77.4509803921569],[29.4117647058824,76.4705882352941,60.7843137254902],[29.4117647058824,79.4117647058823,64.7058823529412],[27.4509803921569,77.4509803921569,62.7450980392157],[80.3921568627451,128.43137254902,109.803921568627],[167.647058823529,214.705882352941,193.137254901961],[90.1960784313725,133.333333333333,106.862745098039],[74.5098039215686,112.745098039216,84.3137254901961],[136.274509803922,168.627450980392,140.196078431373],[97.0588235294118,120.588235294118,95.0980392156863],[125.490196078431,143.137254901961,119.607843137255],[107.843137254902,120.588235294118,100.980392156863],[76.4705882352941,94.1176470588235,70.5882352941177],[97.0588235294118,126.470588235294,91.1764705882353],[74.5098039215686,108.823529411765,69.6078431372549],[158.823529411765,194.117647058824,156.862745098039],[134.313725490196,168.627450980392,137.254901960784],[79.4117647058823,111.764705882353,91.1764705882353],[61.7647058823529,94.1176470588235,77.4509803921569],[75.4901960784314,107.843137254902,91.1764705882353],[86.2745098039216,119.607843137255,96.078431372549],[106.862745098039,140.196078431373,105.882352941176],[105.882352941176,140.196078431373,100.980392156863],[69.6078431372549,100.980392156863,64.7058823529412],[71.5686274509804,102.941176470588,66.6666666666667],[135.294117647059,164.705882352941,131.372549019608],[207.843137254902,238.235294117647,198.039215686275],[223.529411764706,250,200],[200.980392156863,230.392156862745,177.450980392157],[93.1372549019608,119.607843137255,79.4117647058823],[45.0980392156863,70.5882352941177,36.2745098039216],[111.764705882353,135.294117647059,101.960784313725],[127.450980392157,149.019607843137,113.725490196078],[41.1764705882353,60.7843137254902,24.5098039215686],[73.5294117647059,91.1764705882353,53.921568627451],[107.843137254902,124.509803921569,83.3333333333333],[76.4705882352941,89.2156862745098,47.0588235294118],[83.3333333333333,95.0980392156863,50],[93.1372549019608,100.980392156863,54.9019607843137],[53.921568627451,59.8039215686275,12.7450980392157],[57.843137254902,59.8039215686275,11.7647058823529],[125.490196078431,125.490196078431,76.4705882352941],[141.176470588235,139.21568627451,89.2156862745098],[170.588235294118,169.607843137255,116.666666666667],[163.725490196078,161.764705882353,105.882352941176],[143.137254901961,138.235294117647,75.4901960784314],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,158.823529411765,97.0588235294118],[181.372549019608,176.470588235294,121.56862745098],[95.0980392156863,89.2156862745098,38.2352941176471],[94.1176470588235,88.2352941176471,39.2156862745098],[129.411764705882,121.56862745098,73.5294117647059],[143.137254901961,136.274509803922,85.2941176470588],[87.2549019607843,77.4509803921569,27.4509803921569],[54.9019607843137,43.1372549019608,0],[104.901960784314,92.156862745098,48.0392156862745],[98.0392156862745,86.2745098039216,47.0588235294118],[59.8039215686275,50.9803921568627,18.6274509803922],[11.7647058823529,5.88235294117647,0],[20.5882352941176,15.6862745098039,0],[24.5098039215686,21.5686274509804,6.86274509803922],[21.5686274509804,15.6862745098039,3.92156862745098],[13.7254901960784,6.86274509803922,0],[20.5882352941176,13.7254901960784,5.88235294117647],[22.5490196078431,15.6862745098039,7.84313725490196],[29.4117647058824,20.5882352941176,15.6862745098039],[18.6274509803922,8.82352941176471,6.86274509803922],[8.82352941176471,0,0],[22.5490196078431,12.7450980392157,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[14.7058823529412,5.88235294117647,6.86274509803922],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[30.3921568627451,28.4313725490196,29.4117647058824],[21.5686274509804,19.6078431372549,20.5882352941176],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[18.6274509803922,8.82352941176471,7.84313725490196],[33.3333333333333,18.6274509803922,13.7254901960784],[22.5490196078431,3.92156862745098,0],[26.4705882352941,6.86274509803922,0],[32.3529411764706,12.7450980392157,3.92156862745098],[25.4901960784314,3.92156862745098,0],[45.0980392156863,21.5686274509804,9.80392156862745],[70.5882352941177,45.0980392156863,32.3529411764706],[74.5098039215686,47.0588235294118,33.3333333333333],[125.490196078431,99.0196078431373,82.3529411764706],[59.8039215686275,31.3725490196078,15.6862745098039],[37.2549019607843,8.82352941176471,0],[57.843137254902,30.3921568627451,16.6666666666667],[70.5882352941177,43.1372549019608,29.4117647058824],[71.5686274509804,44.1176470588235,32.3529411764706],[63.7254901960784,38.2352941176471,25.4901960784314],[49.0196078431373,27.4509803921569,14.7058823529412],[25.4901960784314,9.80392156862745,0],[56.8627450980392,45.0980392156863,31.3725490196078],[91.1764705882353,78.4313725490196,72.5490196078431],[55.8823529411765,42.156862745098,41.1764705882353],[73.5294117647059,59.8039215686275,56.8627450980392],[69.6078431372549,54.9019607843137,48.0392156862745],[78.4313725490196,62.7450980392157,48.0392156862745],[112.745098039216,96.078431372549,76.4705882352941],[66.6666666666667,49.0196078431373,27.4509803921569],[59.8039215686275,39.2156862745098,20.5882352941176],[65.6862745098039,43.1372549019608,29.4117647058824],[119.607843137255,93.1372549019608,82.3529411764706],[109.803921568627,84.3137254901961,71.5686274509804],[35.2941176470588,8.82352941176471,0],[35.2941176470588,9.80392156862745,0],[85.2941176470588,54.9019607843137,24.5098039215686],[136.274509803922,96.078431372549,52.9411764705882],[151.960784313725,106.862745098039,57.843137254902],[180.392156862745,135.294117647059,84.3137254901961],[197.058823529412,152.941176470588,99.0196078431373],[196.078431372549,151.960784313725,96.078431372549],[175.490196078431,129.411764705882,74.5098039215686],[173.529411764706,125.490196078431,70.5882352941177],[205.882352941176,155.882352941176,101.960784313725],[132.352941176471,82.3529411764706,28.4313725490196],[163.725490196078,113.725490196078,61.7647058823529],[165.686274509804,116.666666666667,64.7058823529412],[136.274509803922,90.1960784313725,37.2549019607843],[105.882352941176,66.6666666666667,8.82352941176471],[135.294117647059,100,41.1764705882353],[176.470588235294,146.078431372549,83.3333333333333],[174.509803921569,147.058823529412,85.2941176470588],[172.549019607843,147.058823529412,87.2549019607843],[142.156862745098,120.588235294118,64.7058823529412],[115.686274509804,99.0196078431373,53.921568627451],[106.862745098039,94.1176470588235,50.9803921568627],[190.196078431373,180.392156862745,132.352941176471],[202.941176470588,199.019607843137,151.960784313725],[93.1372549019608,94.1176470588235,52.9411764705882],[107.843137254902,115.686274509804,79.4117647058823],[127.450980392157,141.176470588235,108.823529411765],[147.058823529412,162.745098039216,134.313725490196],[114.705882352941,135.294117647059,104.901960784314],[1.96078431372549,25.4901960784314,0],[7.84313725490196,31.3725490196078,17.6470588235294],[61.7647058823529,85.2941176470588,72.5490196078431],[63.7254901960784,82.3529411764706,63.7254901960784],[61.7647058823529,80.3921568627451,61.7647058823529],[48.0392156862745,75.4901960784314,61.7647058823529],[31.3725490196078,62.7450980392157,51.9607843137255],[57.843137254902,87.2549019607843,77.4509803921569],[49.0196078431373,75.4901960784314,66.6666666666667],[56.8627450980392,84.3137254901961,72.5490196078431],[85.2941176470588,114.705882352941,102.941176470588],[54.9019607843137,86.2745098039216,71.5686274509804],[37.2549019607843,70.5882352941177,54.9019607843137],[58.8235294117647,94.1176470588235,80.3921568627451],[62.7450980392157,100,87.2549019607843],[34.3137254901961,71.5686274509804,60.7843137254902],[33.3333333333333,68.6274509803922,58.8235294117647],[27.4509803921569,59.8039215686275,49.0196078431373],[70.5882352941177,101.960784313725,87.2549019607843],[170.588235294118,199.019607843137,179.411764705882],[199.019607843137,230.392156862745,206.862745098039],[146.078431372549,184.313725490196,155.882352941176],[97.0588235294118,141.176470588235,112.745098039216],[51.9607843137255,96.078431372549,73.5294117647059],[47.0588235294118,93.1372549019608,75.4901960784314],[28.4313725490196,78.4313725490196,63.7254901960784],[30.3921568627451,81.3725490196078,68.6274509803922],[17.6470588235294,70.5882352941177,56.8627450980392],[32.3529411764706,84.3137254901961,68.6274509803922],[50,100,81.3725490196078],[52.9411764705882,100,78.4313725490196],[117.647058823529,159.803921568627,133.333333333333],[151.960784313725,187.254901960784,161.764705882353],[156.862745098039,186.274509803922,160.78431372549],[168.627450980392,192.156862745098,168.627450980392],[150,168.627450980392,147.058823529412],[130.392156862745,152.941176470588,127.450980392157],[131.372549019608,160.78431372549,125.490196078431],[118.627450980392,152.941176470588,113.725490196078],[117.647058823529,150.980392156863,116.666666666667],[83.3333333333333,115.686274509804,89.2156862745098],[50,80.3921568627451,62.7450980392157],[60.7843137254902,91.1764705882353,76.4705882352941],[54.9019607843137,85.2941176470588,67.6470588235294],[49.0196078431373,81.3725490196078,54.9019607843137],[93.1372549019608,126.470588235294,90.1960784313725],[139.21568627451,173.529411764706,132.352941176471],[135.294117647059,165.686274509804,132.352941176471],[194.117647058824,222.549019607843,193.137254901961],[235.294117647059,250,234.313725490196],[153.921568627451,180.392156862745,148.039215686275],[122.549019607843,150,102.941176470588],[106.862745098039,134.313725490196,86.2745098039216],[9.80392156862745,37.2549019607843,0],[0,19.6078431372549,0],[55.8823529411765,80.3921568627451,49.0196078431373],[112.745098039216,136.274509803922,102.941176470588],[82.3529411764706,103.921568627451,66.6666666666667],[88.2352941176471,108.823529411765,70.5882352941177],[75.4901960784314,92.156862745098,50.9803921568627],[77.4509803921569,93.1372549019608,49.0196078431373],[47.0588235294118,58.8235294117647,11.7647058823529],[149.019607843137,156.862745098039,108.823529411765],[89.2156862745098,93.1372549019608,43.1372549019608],[117.647058823529,120.588235294118,68.6274509803922],[153.921568627451,152.941176470588,100],[121.56862745098,118.627450980392,64.7058823529412],[191.176470588235,186.274509803922,131.372549019608],[213.725490196078,209.803921568627,150],[154.901960784314,150.980392156863,88.2352941176471],[79.4117647058823,75.4901960784314,12.7450980392157],[122.549019607843,118.627450980392,56.8627450980392],[168.627450980392,164.705882352941,104.901960784314],[79.4117647058823,74.5098039215686,19.6078431372549],[98.0392156862745,93.1372549019608,38.2352941176471],[99.0196078431373,92.156862745098,38.2352941176471],[102.941176470588,96.078431372549,42.156862745098],[126.470588235294,117.647058823529,63.7254901960784],[81.3725490196078,71.5686274509804,19.6078431372549],[85.2941176470588,75.4901960784314,27.4509803921569],[92.156862745098,80.3921568627451,39.2156862745098],[39.2156862745098,30.3921568627451,0],[13.7254901960784,6.86274509803922,0],[27.4509803921569,20.5882352941176,1.96078431372549],[39.2156862745098,32.3529411764706,16.6666666666667],[32.3529411764706,26.4705882352941,12.7450980392157],[23.5294117647059,17.6470588235294,5.88235294117647],[31.3725490196078,22.5490196078431,13.7254901960784],[20.5882352941176,11.7647058823529,2.94117647058824],[31.3725490196078,22.5490196078431,15.6862745098039],[37.2549019607843,28.4313725490196,21.5686274509804],[34.3137254901961,23.5294117647059,19.6078431372549],[25.4901960784314,14.7058823529412,12.7450980392157],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[14.7058823529412,4.90196078431373,5.88235294117647],[15.6862745098039,5.88235294117647,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[21.5686274509804,10.7843137254902,8.82352941176471],[39.2156862745098,20.5882352941176,14.7058823529412],[31.3725490196078,8.82352941176471,0.980392156862745],[49.0196078431373,25.4901960784314,15.6862745098039],[33.3333333333333,9.80392156862745,0],[28.4313725490196,2.94117647058824,0],[42.156862745098,14.7058823529412,0.980392156862745],[74.5098039215686,46.078431372549,30.3921568627451],[60.7843137254902,30.3921568627451,12.7450980392157],[83.3333333333333,50.9803921568627,32.3529411764706],[135.294117647059,102.941176470588,84.3137254901961],[106.862745098039,74.5098039215686,57.843137254902],[74.5098039215686,44.1176470588235,26.4705882352941],[84.3137254901961,53.921568627451,36.2745098039216],[67.6470588235294,39.2156862745098,21.5686274509804],[66.6666666666667,38.2352941176471,22.5490196078431],[92.156862745098,66.6666666666667,51.9607843137255],[76.4705882352941,59.8039215686275,42.156862745098],[68.6274509803922,54.9019607843137,42.156862745098],[75.4901960784314,60.7843137254902,55.8823529411765],[45.0980392156863,31.3725490196078,31.3725490196078],[36.2745098039216,22.5490196078431,22.5490196078431],[43.1372549019608,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,19.6078431372549],[61.7647058823529,46.078431372549,31.3725490196078],[82.3529411764706,63.7254901960784,47.0588235294118],[59.8039215686275,37.2549019607843,21.5686274509804],[60.7843137254902,35.2941176470588,22.5490196078431],[92.156862745098,64.7058823529412,53.921568627451],[88.2352941176471,60.7843137254902,49.0196078431373],[49.0196078431373,21.5686274509804,7.84313725490196],[58.8235294117647,32.3529411764706,11.7647058823529],[115.686274509804,85.2941176470588,54.9019607843137],[159.803921568627,119.607843137255,76.4705882352941],[186.274509803922,144.117647058824,94.1176470588235],[210.78431372549,168.627450980392,116.666666666667],[211.764705882353,171.56862745098,118.627450980392],[184.313725490196,144.117647058824,89.2156862745098],[198.039215686275,155.882352941176,101.960784313725],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,164.705882352941,112.745098039216],[172.549019607843,120.588235294118,69.6078431372549],[160.78431372549,108.823529411765,57.843137254902],[167.647058823529,117.647058823529,65.6862745098039],[166.666666666667,120.588235294118,67.6470588235294],[117.647058823529,77.4509803921569,22.5490196078431],[124.509803921569,90.1960784313725,33.3333333333333],[189.21568627451,160.78431372549,101.960784313725],[192.156862745098,166.666666666667,106.862745098039],[144.117647058824,115.686274509804,56.8627450980392],[145.098039215686,118.627450980392,64.7058823529412],[100.980392156863,79.4117647058823,33.3333333333333],[71.5686274509804,52.9411764705882,10.7843137254902],[185.294117647059,173.529411764706,122.549019607843],[203.921568627451,198.039215686275,147.058823529412],[114.705882352941,115.686274509804,74.5098039215686],[94.1176470588235,100,64.7058823529412],[109.803921568627,120.588235294118,89.2156862745098],[173.529411764706,188.235294117647,157.843137254902],[147.058823529412,166.666666666667,130.392156862745],[75.4901960784314,96.078431372549,65.6862745098039],[22.5490196078431,43.1372549019608,26.4705882352941],[37.2549019607843,56.8627450980392,45.0980392156863],[82.3529411764706,100.980392156863,81.3725490196078],[51.9607843137255,74.5098039215686,54.9019607843137],[42.156862745098,69.6078431372549,55.8823529411765],[44.1176470588235,73.5294117647059,61.7647058823529],[71.5686274509804,99.0196078431373,85.2941176470588],[37.2549019607843,64.7058823529412,50],[47.0588235294118,74.5098039215686,59.8039215686275],[80.3921568627451,107.843137254902,93.1372549019608],[47.0588235294118,77.4509803921569,61.7647058823529],[57.843137254902,91.1764705882353,74.5098039215686],[62.7450980392157,99.0196078431373,82.3529411764706],[70.5882352941177,107.843137254902,93.1372549019608],[60.7843137254902,98.0392156862745,85.2941176470588],[12.7450980392157,50,37.2549019607843],[60.7843137254902,96.078431372549,82.3529411764706],[175.490196078431,208.823529411765,193.137254901961],[92.156862745098,122.549019607843,104.901960784314],[95.0980392156863,127.450980392157,106.862745098039],[79.4117647058823,116.666666666667,92.156862745098],[53.921568627451,97.0588235294118,72.5490196078431],[40.1960784313726,84.3137254901961,64.7058823529412],[35.2941176470588,82.3529411764706,66.6666666666667],[40.1960784313726,89.2156862745098,78.4313725490196],[47.0588235294118,99.0196078431373,89.2156862745098],[48.0392156862745,102.941176470588,92.156862745098],[113.725490196078,168.627450980392,155.882352941176],[109.803921568627,165.686274509804,149.019607843137],[181.372549019608,233.333333333333,213.725490196078],[177.450980392157,224.509803921569,202.941176470588],[163.725490196078,206.862745098039,182.352941176471],[165.686274509804,202.941176470588,178.43137254902],[200.980392156863,232.352941176471,208.823529411765],[225.490196078431,250,230.392156862745],[192.156862745098,217.647058823529,191.176470588235],[103.921568627451,134.313725490196,100.980392156863],[95.0980392156863,128.43137254902,92.156862745098],[116.666666666667,150,117.647058823529],[77.4509803921569,109.803921568627,83.3333333333333],[80.3921568627451,110.78431372549,93.1372549019608],[58.8235294117647,89.2156862745098,71.5686274509804],[44.1176470588235,75.4901960784314,51.9607843137255],[46.078431372549,79.4117647058823,47.0588235294118],[92.156862745098,127.450980392157,84.3137254901961],[183.333333333333,215.686274509804,171.56862745098],[217.647058823529,247.058823529412,211.764705882353],[171.56862745098,197.058823529412,170.588235294118],[81.3725490196078,105.882352941176,85.2941176470588],[23.5294117647059,47.0588235294118,21.5686274509804],[81.3725490196078,107.843137254902,67.6470588235294],[41.1764705882353,67.6470588235294,23.5294117647059],[34.3137254901961,59.8039215686275,25.4901960784314],[28.4313725490196,54.9019607843137,24.5098039215686],[78.4313725490196,102.941176470588,71.5686274509804],[171.56862745098,195.098039215686,161.764705882353],[145.098039215686,166.666666666667,129.411764705882],[133.333333333333,153.921568627451,115.686274509804],[137.254901960784,154.901960784314,113.725490196078],[140.196078431373,155.882352941176,109.803921568627],[69.6078431372549,81.3725490196078,32.3529411764706],[97.0588235294118,105.882352941176,53.921568627451],[107.843137254902,112.745098039216,59.8039215686275],[142.156862745098,143.137254901961,87.2549019607843],[157.843137254902,156.862745098039,100.980392156863],[144.117647058824,140.196078431373,80.3921568627451],[114.705882352941,108.823529411765,48.0392156862745],[149.019607843137,143.137254901961,82.3529411764706],[174.509803921569,173.529411764706,110.78431372549],[129.411764705882,128.43137254902,65.6862745098039],[80.3921568627451,79.4117647058823,16.6666666666667],[119.607843137255,118.627450980392,55.8823529411765],[83.3333333333333,79.4117647058823,17.6470588235294],[109.803921568627,105.882352941176,44.1176470588235],[147.058823529412,142.156862745098,79.4117647058823],[109.803921568627,104.901960784314,42.156862745098],[148.039215686275,140.196078431373,79.4117647058823],[112.745098039216,103.921568627451,48.0392156862745],[78.4313725490196,68.6274509803922,18.6274509803922],[107.843137254902,96.078431372549,54.9019607843137],[61.7647058823529,49.0196078431373,17.6470588235294],[62.7450980392157,50.9803921568627,27.4509803921569],[51.9607843137255,39.2156862745098,23.5294117647059],[23.5294117647059,11.7647058823529,0],[40.1960784313726,33.3333333333333,17.6470588235294],[44.1176470588235,38.2352941176471,24.5098039215686],[17.6470588235294,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[44.1176470588235,36.2745098039216,25.4901960784314],[21.5686274509804,12.7450980392157,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[24.5098039215686,13.7254901960784,9.80392156862745],[22.5490196078431,11.7647058823529,7.84313725490196],[16.6666666666667,5.88235294117647,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,3.92156862745098],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[14.7058823529412,12.7450980392157,13.7254901960784],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,0,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,1.96078431372549,0],[62.7450980392157,40.1960784313726,34.3137254901961],[70.5882352941177,44.1176470588235,33.3333333333333],[64.7058823529412,37.2549019607843,25.4901960784314],[60.7843137254902,32.3529411764706,18.6274509803922],[54.9019607843137,23.5294117647059,8.82352941176471],[25.4901960784314,0,0],[67.6470588235294,33.3333333333333,14.7058823529412],[81.3725490196078,47.0588235294118,28.4313725490196],[72.5490196078431,36.2745098039216,17.6470588235294],[127.450980392157,91.1764705882353,72.5490196078431],[131.372549019608,97.0588235294118,77.4509803921569],[123.529411764706,89.2156862745098,69.6078431372549],[80.3921568627451,48.0392156862745,29.4117647058824],[88.2352941176471,57.843137254902,38.2352941176471],[66.6666666666667,36.2745098039216,18.6274509803922],[46.078431372549,19.6078431372549,0.980392156862745],[82.3529411764706,61.7647058823529,41.1764705882353],[89.2156862745098,72.5490196078431,56.8627450980392],[43.1372549019608,28.4313725490196,21.5686274509804],[47.0588235294118,33.3333333333333,32.3529411764706],[45.0980392156863,33.3333333333333,33.3333333333333],[23.5294117647059,12.7450980392157,10.7843137254902],[60.7843137254902,48.0392156862745,39.2156862745098],[67.6470588235294,51.9607843137255,37.2549019607843],[77.4509803921569,58.8235294117647,42.156862745098],[36.2745098039216,13.7254901960784,0],[61.7647058823529,34.3137254901961,20.5882352941176],[99.0196078431373,69.6078431372549,58.8235294117647],[90.1960784313725,61.7647058823529,48.0392156862745],[62.7450980392157,36.2745098039216,17.6470588235294],[38.2352941176471,12.7450980392157,0],[112.745098039216,84.3137254901961,50.9803921568627],[141.176470588235,102.941176470588,60.7843137254902],[159.803921568627,118.627450980392,69.6078431372549],[178.43137254902,139.21568627451,89.2156862745098],[164.705882352941,125.490196078431,75.4901960784314],[168.627450980392,132.352941176471,81.3725490196078],[210.78431372549,171.56862745098,120.588235294118],[166.666666666667,124.509803921569,74.5098039215686],[170.588235294118,124.509803921569,73.5294117647059],[198.039215686275,147.058823529412,98.0392156862745],[190.196078431373,138.235294117647,89.2156862745098],[177.450980392157,126.470588235294,77.4509803921569],[173.529411764706,127.450980392157,76.4705882352941],[125.490196078431,85.2941176470588,32.3529411764706],[89.2156862745098,57.843137254902,1.96078431372549],[166.666666666667,141.176470588235,85.2941176470588],[216.666666666667,192.156862745098,136.274509803922],[202.941176470588,172.549019607843,116.666666666667],[146.078431372549,115.686274509804,61.7647058823529],[130.392156862745,100,54.9019607843137],[74.5098039215686,48.0392156862745,3.92156862745098],[102.941176470588,88.2352941176471,34.3137254901961],[126.470588235294,116.666666666667,64.7058823529412],[157.843137254902,154.901960784314,114.705882352941],[138.235294117647,139.21568627451,105.882352941176],[162.745098039216,169.607843137255,139.21568627451],[177.450980392157,191.176470588235,158.823529411765],[200,217.647058823529,180.392156862745],[127.450980392157,147.058823529412,112.745098039216],[74.5098039215686,91.1764705882353,72.5490196078431],[110.78431372549,128.43137254902,112.745098039216],[76.4705882352941,98.0392156862745,77.4509803921569],[66.6666666666667,91.1764705882353,69.6078431372549],[29.4117647058824,56.8627450980392,42.156862745098],[27.4509803921569,54.9019607843137,41.1764705882353],[52.9411764705882,81.3725490196078,63.7254901960784],[59.8039215686275,86.2745098039216,67.6470588235294],[62.7450980392157,89.2156862745098,70.5882352941177],[67.6470588235294,94.1176470588235,75.4901960784314],[50.9803921568627,82.3529411764706,61.7647058823529],[62.7450980392157,95.0980392156863,76.4705882352941],[55.8823529411765,89.2156862745098,73.5294117647059],[30.3921568627451,68.6274509803922,50.9803921568627],[136.274509803922,173.529411764706,158.823529411765],[110.78431372549,148.039215686275,133.333333333333],[101.960784313725,138.235294117647,121.56862745098],[60.7843137254902,94.1176470588235,78.4313725490196],[65.6862745098039,98.0392156862745,81.3725490196078],[50,82.3529411764706,65.6862745098039],[52.9411764705882,89.2156862745098,71.5686274509804],[65.6862745098039,105.882352941176,88.2352941176471],[56.8627450980392,100,85.2941176470588],[45.0980392156863,92.156862745098,80.3921568627451],[45.0980392156863,95.0980392156863,86.2745098039216],[63.7254901960784,118.627450980392,109.803921568627],[93.1372549019608,149.019607843137,140.196078431373],[108.823529411765,167.647058823529,157.843137254902],[156.862745098039,216.666666666667,201.960784313725],[150.980392156863,207.843137254902,193.137254901961],[112.745098039216,166.666666666667,148.039215686275],[123.529411764706,174.509803921569,152.941176470588],[159.803921568627,203.921568627451,181.372549019608],[216.666666666667,250,236.274509803922],[223.529411764706,250,238.235294117647],[161.764705882353,195.098039215686,170.588235294118],[118.627450980392,149.019607843137,118.627450980392],[107.843137254902,136.274509803922,105.882352941176],[131.372549019608,159.803921568627,130.392156862745],[123.529411764706,150.980392156863,126.470588235294],[104.901960784314,131.372549019608,112.745098039216],[75.4901960784314,102.941176470588,81.3725490196078],[78.4313725490196,106.862745098039,77.4509803921569],[133.333333333333,163.725490196078,123.529411764706],[178.43137254902,209.803921568627,160.78431372549],[146.078431372549,177.450980392157,128.43137254902],[161.764705882353,189.21568627451,151.960784313725],[56.8627450980392,80.3921568627451,54.9019607843137],[0,16.6666666666667,0],[34.3137254901961,54.9019607843137,36.2745098039216],[60.7843137254902,84.3137254901961,50.9803921568627],[52.9411764705882,77.4509803921569,39.2156862745098],[31.3725490196078,55.8823529411765,24.5098039215686],[85.2941176470588,109.803921568627,80.3921568627451],[77.4509803921569,100.980392156863,69.6078431372549],[98.0392156862745,121.56862745098,88.2352941176471],[175.490196078431,197.058823529412,159.803921568627],[177.450980392157,198.039215686275,157.843137254902],[160.78431372549,179.411764705882,135.294117647059],[136.274509803922,151.960784313725,103.921568627451],[86.2745098039216,99.0196078431373,47.0588235294118],[86.2745098039216,95.0980392156863,41.1764705882353],[173.529411764706,178.43137254902,121.56862745098],[125.490196078431,126.470588235294,67.6470588235294],[162.745098039216,160.78431372549,100.980392156863],[170.588235294118,166.666666666667,104.901960784314],[96.078431372549,91.1764705882353,28.4313725490196],[102.941176470588,99.0196078431373,36.2745098039216],[152.941176470588,152.941176470588,90.1960784313725],[182.352941176471,184.313725490196,120.588235294118],[132.352941176471,134.313725490196,70.5882352941177],[107.843137254902,108.823529411765,44.1176470588235],[107.843137254902,107.843137254902,39.2156862745098],[105.882352941176,102.941176470588,33.3333333333333],[133.333333333333,129.411764705882,57.843137254902],[112.745098039216,105.882352941176,37.2549019607843],[149.019607843137,140.196078431373,74.5098039215686],[142.156862745098,132.352941176471,72.5490196078431],[124.509803921569,112.745098039216,61.7647058823529],[121.56862745098,106.862745098039,64.7058823529412],[84.3137254901961,67.6470588235294,38.2352941176471],[57.843137254902,40.1960784313726,20.5882352941176],[29.4117647058824,9.80392156862745,0],[29.4117647058824,12.7450980392157,2.94117647058824],[96.078431372549,87.2549019607843,72.5490196078431],[58.8235294117647,52.9411764705882,37.2549019607843],[48.0392156862745,41.1764705882353,25.4901960784314],[53.921568627451,47.0588235294118,31.3725490196078],[63.7254901960784,55.8823529411765,43.1372549019608],[35.2941176470588,27.4509803921569,16.6666666666667],[14.7058823529412,4.90196078431373,0],[38.2352941176471,28.4313725490196,19.6078431372549],[27.4509803921569,16.6666666666667,10.7843137254902],[23.5294117647059,12.7450980392157,8.82352941176471],[25.4901960784314,14.7058823529412,12.7450980392157],[19.6078431372549,7.84313725490196,7.84313725490196],[14.7058823529412,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0,0.980392156862745],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[123.529411764706,122.549019607843,120.588235294118],[131.372549019608,130.392156862745,128.43137254902],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[16.6666666666667,7.84313725490196,8.82352941176471],[5.88235294117647,0,0],[23.5294117647059,13.7254901960784,12.7450980392157],[30.3921568627451,20.5882352941176,19.6078431372549],[6.86274509803922,0,0],[32.3529411764706,17.6470588235294,14.7058823529412],[61.7647058823529,38.2352941176471,28.4313725490196],[68.6274509803922,39.2156862745098,28.4313725490196],[87.2549019607843,58.8235294117647,45.0980392156863],[89.2156862745098,57.843137254902,43.1372549019608],[100,67.6470588235294,50.9803921568627],[61.7647058823529,27.4509803921569,8.82352941176471],[37.2549019607843,0.980392156862745,0],[172.549019607843,135.294117647059,114.705882352941],[135.294117647059,98.0392156862745,77.4509803921569],[95.0980392156863,57.843137254902,37.2549019607843],[119.607843137255,84.3137254901961,62.7450980392157],[109.803921568627,75.4901960784314,53.921568627451],[103.921568627451,72.5490196078431,50],[92.156862745098,60.7843137254902,40.1960784313726],[80.3921568627451,50,29.4117647058824],[84.3137254901961,56.8627450980392,35.2941176470588],[73.5294117647059,52.9411764705882,26.4705882352941],[90.1960784313725,72.5490196078431,49.0196078431373],[34.3137254901961,18.6274509803922,5.88235294117647],[24.5098039215686,9.80392156862745,4.90196078431373],[47.0588235294118,36.2745098039216,34.3137254901961],[25.4901960784314,16.6666666666667,11.7647058823529],[103.921568627451,94.1176470588235,82.3529411764706],[57.843137254902,45.0980392156863,28.4313725490196],[106.862745098039,89.2156862745098,67.6470588235294],[113.725490196078,92.156862745098,69.6078431372549],[49.0196078431373,22.5490196078431,3.92156862745098],[64.7058823529412,37.2549019607843,16.6666666666667],[99.0196078431373,71.5686274509804,50.9803921568627],[129.411764705882,103.921568627451,79.4117647058823],[94.1176470588235,71.5686274509804,40.1960784313726],[150,124.509803921569,88.2352941176471],[185.294117647059,151.960784313725,107.843137254902],[154.901960784314,117.647058823529,71.5686274509804],[167.647058823529,132.352941176471,85.2941176470588],[170.588235294118,135.294117647059,88.2352941176471],[153.921568627451,118.627450980392,71.5686274509804],[196.078431372549,158.823529411765,110.78431372549],[150,108.823529411765,59.8039215686275],[176.470588235294,131.372549019608,82.3529411764706],[222.549019607843,173.529411764706,125.490196078431],[166.666666666667,115.686274509804,66.6666666666667],[195.098039215686,146.078431372549,96.078431372549],[188.235294117647,143.137254901961,92.156862745098],[176.470588235294,137.254901960784,86.2745098039216],[111.764705882353,79.4117647058823,27.4509803921569],[115.686274509804,91.1764705882353,36.2745098039216],[156.862745098039,132.352941176471,77.4509803921569],[201.960784313725,171.56862745098,117.647058823529],[135.294117647059,100,49.0196078431373],[116.666666666667,80.3921568627451,36.2745098039216],[121.56862745098,91.1764705882353,45.0980392156863],[149.019607843137,130.392156862745,75.4901960784314],[147.058823529412,138.235294117647,84.3137254901961],[156.862745098039,151.960784313725,110.78431372549],[172.549019607843,172.549019607843,139.21568627451],[197.058823529412,201.960784313725,172.549019607843],[137.254901960784,146.078431372549,115.686274509804],[174.509803921569,189.21568627451,150.980392156863],[127.450980392157,143.137254901961,106.862745098039],[47.0588235294118,60.7843137254902,36.2745098039216],[84.3137254901961,99.0196078431373,80.3921568627451],[85.2941176470588,108.823529411765,85.2941176470588],[57.843137254902,85.2941176470588,62.7450980392157],[26.4705882352941,52.9411764705882,38.2352941176471],[9.80392156862745,36.2745098039216,21.5686274509804],[33.3333333333333,60.7843137254902,39.2156862745098],[56.8627450980392,82.3529411764706,57.843137254902],[53.921568627451,79.4117647058823,54.9019607843137],[40.1960784313726,65.6862745098039,41.1764705882353],[44.1176470588235,72.5490196078431,50.9803921568627],[29.4117647058824,59.8039215686275,42.156862745098],[60.7843137254902,94.1176470588235,77.4509803921569],[99.0196078431373,137.254901960784,119.607843137255],[170.588235294118,210.78431372549,193.137254901961],[206.862745098039,247.058823529412,229.411764705882],[105.882352941176,144.117647058824,126.470588235294],[76.4705882352941,112.745098039216,96.078431372549],[88.2352941176471,121.56862745098,107.843137254902],[103.921568627451,137.254901960784,123.529411764706],[100,137.254901960784,124.509803921569],[91.1764705882353,130.392156862745,119.607843137255],[51.9607843137255,94.1176470588235,84.3137254901961],[68.6274509803922,114.705882352941,106.862745098039],[70.5882352941177,120.588235294118,113.725490196078],[91.1764705882353,145.098039215686,139.21568627451],[90.1960784313725,149.019607843137,141.176470588235],[92.156862745098,151.960784313725,144.117647058824],[163.725490196078,224.509803921569,213.725490196078],[140.196078431373,200,185.294117647059],[75.4901960784314,132.352941176471,117.647058823529],[62.7450980392157,116.666666666667,98.0392156862745],[181.372549019608,231.372549019608,212.745098039216],[206.862745098039,250,234.313725490196],[167.647058823529,211.764705882353,191.176470588235],[149.019607843137,190.196078431373,166.666666666667],[135.294117647059,166.666666666667,143.137254901961],[97.0588235294118,125.490196078431,98.0392156862745],[106.862745098039,135.294117647059,107.843137254902],[118.627450980392,146.078431372549,121.56862745098],[100,127.450980392157,104.901960784314],[60.7843137254902,88.2352941176471,63.7254901960784],[143.137254901961,172.549019607843,139.21568627451],[205.882352941176,236.274509803922,195.098039215686],[185.294117647059,217.647058823529,165.686274509804],[166.666666666667,196.078431372549,145.098039215686],[128.43137254902,154.901960784314,114.705882352941],[77.4509803921569,101.960784313725,73.5294117647059],[24.5098039215686,45.0980392156863,28.4313725490196],[47.0588235294118,67.6470588235294,50.9803921568627],[59.8039215686275,79.4117647058823,52.9411764705882],[45.0980392156863,65.6862745098039,35.2941176470588],[32.3529411764706,55.8823529411765,24.5098039215686],[13.7254901960784,37.2549019607843,5.88235294117647],[15.6862745098039,39.2156862745098,5.88235294117647],[72.5490196078431,94.1176470588235,58.8235294117647],[181.372549019608,202.941176470588,165.686274509804],[144.117647058824,164.705882352941,124.509803921569],[120.588235294118,139.21568627451,94.1176470588235],[118.627450980392,134.313725490196,86.2745098039216],[118.627450980392,131.372549019608,78.4313725490196],[158.823529411765,169.607843137255,112.745098039216],[205.882352941176,213.725490196078,154.901960784314],[153.921568627451,158.823529411765,96.078431372549],[163.725490196078,163.725490196078,100.980392156863],[150.980392156863,148.039215686275,82.3529411764706],[131.372549019608,126.470588235294,59.8039215686275],[129.411764705882,128.43137254902,62.7450980392157],[124.509803921569,129.411764705882,64.7058823529412],[132.352941176471,139.21568627451,73.5294117647059],[174.509803921569,179.411764705882,113.725490196078],[166.666666666667,169.607843137255,100],[171.56862745098,171.56862745098,99.0196078431373],[161.764705882353,159.803921568627,86.2745098039216],[140.196078431373,137.254901960784,61.7647058823529],[142.156862745098,136.274509803922,63.7254901960784],[183.333333333333,176.470588235294,105.882352941176],[143.137254901961,134.313725490196,70.5882352941177],[90.1960784313725,79.4117647058823,26.4705882352941],[84.3137254901961,69.6078431372549,27.4509803921569],[75.4901960784314,56.8627450980392,27.4509803921569],[24.5098039215686,1.96078431372549,0],[42.156862745098,18.6274509803922,8.82352941176471],[26.4705882352941,6.86274509803922,0],[108.823529411765,100,83.3333333333333],[72.5490196078431,67.6470588235294,48.0392156862745],[40.1960784313726,35.2941176470588,15.6862745098039],[55.8823529411765,49.0196078431373,31.3725490196078],[60.7843137254902,53.921568627451,38.2352941176471],[16.6666666666667,8.82352941176471,0],[50,40.1960784313726,28.4313725490196],[68.6274509803922,58.8235294117647,49.0196078431373],[33.3333333333333,23.5294117647059,14.7058823529412],[14.7058823529412,3.92156862745098,0],[17.6470588235294,6.86274509803922,2.94117647058824],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[12.7450980392157,2.94117647058824,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[62.7450980392157,60.7843137254902,61.7647058823529],[92.156862745098,90.1960784313725,91.1764705882353],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,0,0.980392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0.980392156862745],[25.4901960784314,15.6862745098039,14.7058823529412],[29.4117647058824,17.6470588235294,17.6470588235294],[16.6666666666667,5.88235294117647,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[25.4901960784314,10.7843137254902,5.88235294117647],[54.9019607843137,28.4313725490196,17.6470588235294],[69.6078431372549,38.2352941176471,23.5294117647059],[58.8235294117647,26.4705882352941,9.80392156862745],[100.980392156863,66.6666666666667,48.0392156862745],[123.529411764706,87.2549019607843,68.6274509803922],[90.1960784313725,52.9411764705882,32.3529411764706],[45.0980392156863,4.90196078431373,0],[94.1176470588235,53.921568627451,32.3529411764706],[101.960784313725,61.7647058823529,40.1960784313726],[89.2156862745098,51.9607843137255,29.4117647058824],[107.843137254902,72.5490196078431,49.0196078431373],[86.2745098039216,50.9803921568627,29.4117647058824],[101.960784313725,67.6470588235294,46.078431372549],[113.725490196078,82.3529411764706,61.7647058823529],[67.6470588235294,37.2549019607843,16.6666666666667],[109.803921568627,83.3333333333333,56.8627450980392],[62.7450980392157,39.2156862745098,3.92156862745098],[84.3137254901961,64.7058823529412,30.3921568627451],[81.3725490196078,63.7254901960784,42.156862745098],[41.1764705882353,27.4509803921569,14.7058823529412],[46.078431372549,36.2745098039216,26.4705882352941],[27.4509803921569,19.6078431372549,8.82352941176471],[58.8235294117647,50.9803921568627,32.3529411764706],[73.5294117647059,61.7647058823529,36.2745098039216],[135.294117647059,118.627450980392,89.2156862745098],[124.509803921569,103.921568627451,73.5294117647059],[76.4705882352941,51.9607843137255,22.5490196078431],[57.843137254902,31.3725490196078,2.94117647058824],[65.6862745098039,39.2156862745098,9.80392156862745],[145.098039215686,121.56862745098,86.2745098039216],[141.176470588235,119.607843137255,79.4117647058823],[165.686274509804,143.137254901961,100],[148.039215686275,117.647058823529,74.5098039215686],[109.803921568627,76.4705882352941,32.3529411764706],[169.607843137255,137.254901960784,95.0980392156863],[162.745098039216,130.392156862745,88.2352941176471],[179.411764705882,147.058823529412,102.941176470588],[184.313725490196,150.980392156863,105.882352941176],[162.745098039216,125.490196078431,79.4117647058823],[147.058823529412,105.882352941176,58.8235294117647],[159.803921568627,117.647058823529,67.6470588235294],[172.549019607843,127.450980392157,78.4313725490196],[218.627450980392,173.529411764706,122.549019607843],[204.901960784314,162.745098039216,110.78431372549],[177.450980392157,141.176470588235,89.2156862745098],[182.352941176471,151.960784313725,99.0196078431373],[141.176470588235,113.725490196078,64.7058823529412],[146.078431372549,118.627450980392,69.6078431372549],[158.823529411765,127.450980392157,77.4509803921569],[140.196078431373,104.901960784314,55.8823529411765],[167.647058823529,130.392156862745,84.3137254901961],[146.078431372549,112.745098039216,65.6862745098039],[196.078431372549,177.450980392157,122.549019607843],[177.450980392157,167.647058823529,115.686274509804],[88.2352941176471,83.3333333333333,44.1176470588235],[137.254901960784,137.254901960784,103.921568627451],[102.941176470588,105.882352941176,77.4509803921569],[56.8627450980392,63.7254901960784,33.3333333333333],[110.78431372549,120.588235294118,84.3137254901961],[102.941176470588,114.705882352941,79.4117647058823],[18.6274509803922,27.4509803921569,0.980392156862745],[4.90196078431373,16.6666666666667,0],[28.4313725490196,51.9607843137255,26.4705882352941],[130.392156862745,157.843137254902,135.294117647059],[149.019607843137,175.490196078431,158.823529411765],[50.9803921568627,74.5098039215686,58.8235294117647],[28.4313725490196,51.9607843137255,28.4313725490196],[27.4509803921569,51.9607843137255,23.5294117647059],[24.5098039215686,49.0196078431373,19.6078431372549],[109.803921568627,134.313725490196,105.882352941176],[77.4509803921569,104.901960784314,82.3529411764706],[84.3137254901961,115.686274509804,95.0980392156863],[119.607843137255,152.941176470588,136.274509803922],[169.607843137255,207.843137254902,190.196078431373],[213.725490196078,250,235.294117647059],[115.686274509804,157.843137254902,138.235294117647],[62.7450980392157,103.921568627451,84.3137254901961],[102.941176470588,143.137254901961,125.490196078431],[86.2745098039216,123.529411764706,110.78431372549],[73.5294117647059,109.803921568627,101.960784313725],[105.882352941176,145.098039215686,137.254901960784],[135.294117647059,175.490196078431,169.607843137255],[100,144.117647058824,139.21568627451],[82.3529411764706,130.392156862745,124.509803921569],[67.6470588235294,117.647058823529,112.745098039216],[50,103.921568627451,98.0392156862745],[71.5686274509804,127.450980392157,120.588235294118],[109.803921568627,168.627450980392,160.78431372549],[139.21568627451,200,189.21568627451],[103.921568627451,164.705882352941,151.960784313725],[84.3137254901961,144.117647058824,129.411764705882],[143.137254901961,200,185.294117647059],[194.117647058824,247.058823529412,231.372549019608],[175.490196078431,227.450980392157,209.803921568627],[142.156862745098,194.117647058824,174.509803921569],[140.196078431373,184.313725490196,163.725490196078],[125.490196078431,156.862745098039,136.274509803922],[100.980392156863,125.490196078431,103.921568627451],[95.0980392156863,120.588235294118,94.1176470588235],[58.8235294117647,84.3137254901961,57.843137254902],[90.1960784313725,117.647058823529,93.1372549019608],[78.4313725490196,106.862745098039,79.4117647058823],[149.019607843137,178.43137254902,145.098039215686],[111.764705882353,142.156862745098,100.980392156863],[106.862745098039,136.274509803922,85.2941176470588],[147.058823529412,176.470588235294,123.529411764706],[83.3333333333333,109.803921568627,67.6470588235294],[103.921568627451,128.43137254902,99.0196078431373],[10.7843137254902,31.3725490196078,12.7450980392157],[20.5882352941176,41.1764705882353,26.4705882352941],[42.156862745098,60.7843137254902,39.2156862745098],[31.3725490196078,50.9803921568627,24.5098039215686],[48.0392156862745,67.6470588235294,40.1960784313726],[24.5098039215686,45.0980392156863,14.7058823529412],[99.0196078431373,119.607843137255,87.2549019607843],[127.450980392157,149.019607843137,113.725490196078],[50.9803921568627,72.5490196078431,34.3137254901961],[69.6078431372549,90.1960784313725,48.0392156862745],[132.352941176471,150.980392156863,105.882352941176],[152.941176470588,170.588235294118,121.56862745098],[150,164.705882352941,110.78431372549],[180.392156862745,194.117647058824,136.274509803922],[169.607843137255,179.411764705882,119.607843137255],[158.823529411765,164.705882352941,101.960784313725],[162.745098039216,165.686274509804,100],[162.745098039216,163.725490196078,97.0588235294118],[160.78431372549,160.78431372549,92.156862745098],[133.333333333333,134.313725490196,67.6470588235294],[110.78431372549,117.647058823529,50.9803921568627],[150.980392156863,161.764705882353,94.1176470588235],[165.686274509804,172.549019607843,103.921568627451],[124.509803921569,130.392156862745,57.843137254902],[140.196078431373,143.137254901961,67.6470588235294],[121.56862745098,119.607843137255,44.1176470588235],[139.21568627451,136.274509803922,60.7843137254902],[154.901960784314,151.960784313725,76.4705882352941],[128.43137254902,124.509803921569,54.9019607843137],[69.6078431372549,61.7647058823529,0],[79.4117647058823,69.6078431372549,17.6470588235294],[75.4901960784314,62.7450980392157,21.5686274509804],[80.3921568627451,61.7647058823529,32.3529411764706],[56.8627450980392,34.3137254901961,16.6666666666667],[40.1960784313726,12.7450980392157,1.96078431372549],[53.921568627451,32.3529411764706,21.5686274509804],[69.6078431372549,61.7647058823529,43.1372549019608],[35.2941176470588,30.3921568627451,10.7843137254902],[45.0980392156863,40.1960784313726,20.5882352941176],[47.0588235294118,42.156862745098,22.5490196078431],[20.5882352941176,13.7254901960784,0],[93.1372549019608,86.2745098039216,68.6274509803922],[104.901960784314,96.078431372549,81.3725490196078],[72.5490196078431,62.7450980392157,50.9803921568627],[59.8039215686275,50,40.1960784313726],[30.3921568627451,20.5882352941176,11.7647058823529],[30.3921568627451,19.6078431372549,15.6862745098039],[31.3725490196078,20.5882352941176,18.6274509803922],[13.7254901960784,3.92156862745098,2.94117647058824],[8.82352941176471,0,0],[8.82352941176471,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[60.7843137254902,58.8235294117647,59.8039215686275],[88.2352941176471,86.2745098039216,87.2549019607843],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,0.980392156862745,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[6.86274509803922,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[16.6666666666667,5.88235294117647,3.92156862745098],[36.2745098039216,25.4901960784314,23.5294117647059],[16.6666666666667,0,0],[33.3333333333333,5.88235294117647,0],[70.5882352941177,38.2352941176471,21.5686274509804],[55.8823529411765,21.5686274509804,2.94117647058824],[87.2549019607843,50.9803921568627,32.3529411764706],[120.588235294118,83.3333333333333,62.7450980392157],[89.2156862745098,49.0196078431373,27.4509803921569],[54.9019607843137,13.7254901960784,0],[89.2156862745098,48.0392156862745,24.5098039215686],[86.2745098039216,47.0588235294118,22.5490196078431],[57.843137254902,21.5686274509804,0],[123.529411764706,88.2352941176471,64.7058823529412],[117.647058823529,84.3137254901961,59.8039215686275],[80.3921568627451,49.0196078431373,26.4705882352941],[145.098039215686,115.686274509804,92.156862745098],[90.1960784313725,62.7450980392157,41.1764705882353],[79.4117647058823,52.9411764705882,24.5098039215686],[108.823529411765,84.3137254901961,44.1176470588235],[100,77.4509803921569,37.2549019607843],[71.5686274509804,51.9607843137255,25.4901960784314],[73.5294117647059,58.8235294117647,40.1960784313726],[62.7450980392157,53.921568627451,39.2156862745098],[60.7843137254902,54.9019607843137,39.2156862745098],[55.8823529411765,50,26.4705882352941],[60.7843137254902,51.9607843137255,21.5686274509804],[70.5882352941177,56.8627450980392,22.5490196078431],[153.921568627451,134.313725490196,98.0392156862745],[109.803921568627,86.2745098039216,50.9803921568627],[67.6470588235294,42.156862745098,7.84313725490196],[100.980392156863,75.4901960784314,39.2156862745098],[161.764705882353,139.21568627451,98.0392156862745],[219.607843137255,201.960784313725,154.901960784314],[198.039215686275,178.43137254902,129.411764705882],[121.56862745098,95.0980392156863,50.9803921568627],[56.8627450980392,28.4313725490196,0],[124.509803921569,96.078431372549,54.9019607843137],[218.627450980392,187.254901960784,147.058823529412],[250,221.56862745098,181.372549019608],[197.058823529412,164.705882352941,122.549019607843],[149.019607843137,115.686274509804,70.5882352941177],[146.078431372549,108.823529411765,60.7843137254902],[147.058823529412,107.843137254902,57.843137254902],[218.627450980392,180.392156862745,126.470588235294],[204.901960784314,166.666666666667,112.745098039216],[183.333333333333,147.058823529412,93.1372549019608],[195.098039215686,160.78431372549,107.843137254902],[177.450980392157,146.078431372549,96.078431372549],[164.705882352941,135.294117647059,86.2745098039216],[136.274509803922,108.823529411765,61.7647058823529],[142.156862745098,111.764705882353,65.6862745098039],[138.235294117647,106.862745098039,58.8235294117647],[114.705882352941,77.4509803921569,29.4117647058824],[144.117647058824,112.745098039216,62.7450980392157],[165.686274509804,150.980392156863,97.0588235294118],[209.803921568627,203.921568627451,152.941176470588],[68.6274509803922,65.6862745098039,25.4901960784314],[46.078431372549,45.0980392156863,14.7058823529412],[30.3921568627451,30.3921568627451,2.94117647058824],[45.0980392156863,50,20.5882352941176],[64.7058823529412,71.5686274509804,38.2352941176471],[67.6470588235294,74.5098039215686,42.156862745098],[30.3921568627451,33.3333333333333,6.86274509803922],[0,4.90196078431373,0],[53.921568627451,75.4901960784314,52.9411764705882],[51.9607843137255,79.4117647058823,57.843137254902],[131.372549019608,154.901960784314,139.21568627451],[157.843137254902,180.392156862745,160.78431372549],[128.43137254902,150.980392156863,123.529411764706],[149.019607843137,172.549019607843,139.21568627451],[126.470588235294,150,114.705882352941],[111.764705882353,135.294117647059,103.921568627451],[134.313725490196,159.803921568627,135.294117647059],[140.196078431373,168.627450980392,149.019607843137],[83.3333333333333,116.666666666667,100],[75.4901960784314,113.725490196078,95.0980392156863],[167.647058823529,208.823529411765,187.254901960784],[42.156862745098,85.2941176470588,62.7450980392157],[46.078431372549,88.2352941176471,68.6274509803922],[70.5882352941177,112.745098039216,96.078431372549],[73.5294117647059,112.745098039216,103.921568627451],[84.3137254901961,122.549019607843,117.647058823529],[55.8823529411765,97.0588235294118,95.0980392156863],[98.0392156862745,141.176470588235,140.196078431373],[121.56862745098,166.666666666667,163.725490196078],[103.921568627451,151.960784313725,148.039215686275],[108.823529411765,158.823529411765,153.921568627451],[59.8039215686275,111.764705882353,103.921568627451],[82.3529411764706,138.235294117647,129.411764705882],[79.4117647058823,135.294117647059,126.470588235294],[130.392156862745,189.21568627451,177.450980392157],[77.4509803921569,136.274509803922,124.509803921569],[67.6470588235294,124.509803921569,110.78431372549],[151.960784313725,208.823529411765,194.117647058824],[102.941176470588,158.823529411765,144.117647058824],[93.1372549019608,146.078431372549,130.392156862745],[143.137254901961,197.058823529412,178.43137254902],[73.5294117647059,119.607843137255,100],[133.333333333333,165.686274509804,147.058823529412],[90.1960784313725,117.647058823529,96.078431372549],[103.921568627451,132.352941176471,104.901960784314],[117.647058823529,146.078431372549,116.666666666667],[124.509803921569,152.941176470588,125.490196078431],[111.764705882353,141.176470588235,115.686274509804],[149.019607843137,179.411764705882,149.019607843137],[140.196078431373,169.607843137255,134.313725490196],[106.862745098039,138.235294117647,90.1960784313725],[73.5294117647059,102.941176470588,53.921568627451],[61.7647058823529,89.2156862745098,49.0196078431373],[103.921568627451,128.43137254902,97.0588235294118],[27.4509803921569,50.9803921568627,29.4117647058824],[38.2352941176471,58.8235294117647,42.156862745098],[65.6862745098039,87.2549019607843,66.6666666666667],[138.235294117647,157.843137254902,133.333333333333],[93.1372549019608,112.745098039216,85.2941176470588],[69.6078431372549,90.1960784313725,59.8039215686275],[65.6862745098039,86.2745098039216,55.8823529411765],[84.3137254901961,107.843137254902,72.5490196078431],[86.2745098039216,110.78431372549,71.5686274509804],[87.2549019607843,109.803921568627,66.6666666666667],[163.725490196078,185.294117647059,139.21568627451],[203.921568627451,223.529411764706,173.529411764706],[197.058823529412,215.686274509804,161.764705882353],[145.098039215686,162.745098039216,105.882352941176],[122.549019607843,136.274509803922,76.4705882352941],[172.549019607843,182.352941176471,120.588235294118],[189.21568627451,196.078431372549,130.392156862745],[125.490196078431,130.392156862745,64.7058823529412],[140.196078431373,143.137254901961,75.4901960784314],[162.745098039216,168.627450980392,100],[137.254901960784,149.019607843137,78.4313725490196],[147.058823529412,158.823529411765,88.2352941176471],[116.666666666667,127.450980392157,52.9411764705882],[108.823529411765,115.686274509804,40.1960784313726],[141.176470588235,144.117647058824,68.6274509803922],[92.156862745098,93.1372549019608,18.6274509803922],[140.196078431373,138.235294117647,64.7058823529412],[136.274509803922,133.333333333333,63.7254901960784],[100.980392156863,97.0588235294118,34.3137254901961],[80.3921568627451,75.4901960784314,18.6274509803922],[70.5882352941177,64.7058823529412,15.6862745098039],[69.6078431372549,60.7843137254902,20.5882352941176],[80.3921568627451,65.6862745098039,37.2549019607843],[107.843137254902,87.2549019607843,66.6666666666667],[65.6862745098039,40.1960784313726,25.4901960784314],[50,28.4313725490196,14.7058823529412],[34.3137254901961,26.4705882352941,5.88235294117647],[6.86274509803922,4.90196078431373,0],[26.4705882352941,24.5098039215686,0],[12.7450980392157,7.84313725490196,0],[5.88235294117647,0.980392156862745,0],[74.5098039215686,67.6470588235294,49.0196078431373],[40.1960784313726,33.3333333333333,15.6862745098039],[57.843137254902,49.0196078431373,34.3137254901961],[34.3137254901961,24.5098039215686,12.7450980392157],[19.6078431372549,9.80392156862745,0],[24.5098039215686,13.7254901960784,7.84313725490196],[24.5098039215686,13.7254901960784,11.7647058823529],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,3.92156862745098,4.90196078431373],[12.7450980392157,1.96078431372549,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[5.88235294117647,0,0],[8.82352941176471,0,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[11.7647058823529,1.96078431372549,0.980392156862745],[16.6666666666667,4.90196078431373,4.90196078431373],[20.5882352941176,9.80392156862745,7.84313725490196],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,0,0],[22.5490196078431,8.82352941176471,5.88235294117647],[21.5686274509804,6.86274509803922,3.92156862745098],[10.7843137254902,0,0],[20.5882352941176,1.96078431372549,0],[24.5098039215686,0,0],[65.6862745098039,31.3725490196078,12.7450980392157],[51.9607843137255,15.6862745098039,0],[68.6274509803922,31.3725490196078,10.7843137254902],[107.843137254902,67.6470588235294,48.0392156862745],[79.4117647058823,38.2352941176471,16.6666666666667],[85.2941176470588,44.1176470588235,22.5490196078431],[94.1176470588235,52.9411764705882,29.4117647058824],[134.313725490196,95.0980392156863,70.5882352941177],[97.0588235294118,60.7843137254902,35.2941176470588],[114.705882352941,79.4117647058823,55.8823529411765],[148.039215686275,114.705882352941,90.1960784313725],[84.3137254901961,54.9019607843137,31.3725490196078],[85.2941176470588,57.843137254902,34.3137254901961],[132.352941176471,106.862745098039,84.3137254901961],[99.0196078431373,74.5098039215686,45.0980392156863],[113.725490196078,87.2549019607843,45.0980392156863],[119.607843137255,96.078431372549,52.9411764705882],[84.3137254901961,63.7254901960784,33.3333333333333],[104.901960784314,90.1960784313725,69.6078431372549],[111.764705882353,102.941176470588,86.2745098039216],[93.1372549019608,88.2352941176471,69.6078431372549],[67.6470588235294,61.7647058823529,38.2352941176471],[92.156862745098,83.3333333333333,52.9411764705882],[122.549019607843,108.823529411765,72.5490196078431],[135.294117647059,117.647058823529,78.4313725490196],[108.823529411765,85.2941176470588,48.0392156862745],[113.725490196078,89.2156862745098,50],[129.411764705882,106.862745098039,66.6666666666667],[111.764705882353,89.2156862745098,46.078431372549],[160.78431372549,143.137254901961,94.1176470588235],[205.882352941176,189.21568627451,138.235294117647],[151.960784313725,130.392156862745,84.3137254901961],[131.372549019608,107.843137254902,64.7058823529412],[189.21568627451,164.705882352941,124.509803921569],[191.176470588235,163.725490196078,124.509803921569],[181.372549019608,152.941176470588,113.725490196078],[142.156862745098,110.78431372549,70.5882352941177],[144.117647058824,111.764705882353,67.6470588235294],[192.156862745098,160.78431372549,112.745098039216],[209.803921568627,177.450980392157,124.509803921569],[207.843137254902,176.470588235294,120.588235294118],[206.862745098039,175.490196078431,117.647058823529],[179.411764705882,148.039215686275,90.1960784313725],[150.980392156863,120.588235294118,66.6666666666667],[199.019607843137,168.627450980392,115.686274509804],[204.901960784314,173.529411764706,127.450980392157],[187.254901960784,156.862745098039,111.764705882353],[198.039215686275,174.509803921569,129.411764705882],[171.56862745098,148.039215686275,100.980392156863],[121.56862745098,90.1960784313725,40.1960784313726],[136.274509803922,109.803921568627,57.843137254902],[179.411764705882,167.647058823529,116.666666666667],[213.725490196078,211.764705882353,164.705882352941],[68.6274509803922,68.6274509803922,31.3725490196078],[19.6078431372549,20.5882352941176,0],[54.9019607843137,57.843137254902,31.3725490196078],[62.7450980392157,64.7058823529412,41.1764705882353],[88.2352941176471,92.156862745098,65.6862745098039],[54.9019607843137,54.9019607843137,27.4509803921569],[58.8235294117647,54.9019607843137,28.4313725490196],[0.980392156862745,2.94117647058824,0],[22.5490196078431,41.1764705882353,21.5686274509804],[21.5686274509804,45.0980392156863,29.4117647058824],[0,18.6274509803922,2.94117647058824],[16.6666666666667,35.2941176470588,15.6862745098039],[75.4901960784314,96.078431372549,65.6862745098039],[189.21568627451,208.823529411765,172.549019607843],[137.254901960784,157.843137254902,119.607843137255],[162.745098039216,184.313725490196,149.019607843137],[115.686274509804,140.196078431373,111.764705882353],[88.2352941176471,116.666666666667,95.0980392156863],[24.5098039215686,57.843137254902,41.1764705882353],[107.843137254902,146.078431372549,127.450980392157],[150,193.137254901961,170.588235294118],[97.0588235294118,141.176470588235,118.627450980392],[86.2745098039216,130.392156862745,109.803921568627],[85.2941176470588,128.43137254902,113.725490196078],[83.3333333333333,125.490196078431,116.666666666667],[133.333333333333,174.509803921569,172.549019607843],[61.7647058823529,106.862745098039,106.862745098039],[61.7647058823529,108.823529411765,108.823529411765],[94.1176470588235,142.156862745098,139.21568627451],[89.2156862745098,139.21568627451,134.313725490196],[88.2352941176471,138.235294117647,131.372549019608],[74.5098039215686,126.470588235294,116.666666666667],[142.156862745098,195.098039215686,182.352941176471],[137.254901960784,192.156862745098,179.411764705882],[120.588235294118,175.490196078431,162.745098039216],[53.921568627451,108.823529411765,96.078431372549],[111.764705882353,167.647058823529,152.941176470588],[66.6666666666667,119.607843137255,105.882352941176],[44.1176470588235,97.0588235294118,83.3333333333333],[119.607843137255,171.56862745098,155.882352941176],[111.764705882353,163.725490196078,148.039215686275],[38.2352941176471,84.3137254901961,66.6666666666667],[111.764705882353,145.098039215686,128.43137254902],[144.117647058824,171.56862745098,150],[158.823529411765,187.254901960784,157.843137254902],[161.764705882353,192.156862745098,160.78431372549],[91.1764705882353,120.588235294118,95.0980392156863],[135.294117647059,164.705882352941,141.176470588235],[150.980392156863,179.411764705882,157.843137254902],[115.686274509804,145.098039215686,119.607843137255],[87.2549019607843,118.627450980392,82.3529411764706],[61.7647058823529,92.156862745098,51.9607843137255],[60.7843137254902,91.1764705882353,50.9803921568627],[84.3137254901961,110.78431372549,78.4313725490196],[55.8823529411765,79.4117647058823,57.843137254902],[26.4705882352941,49.0196078431373,29.4117647058824],[93.1372549019608,116.666666666667,95.0980392156863],[152.941176470588,174.509803921569,151.960784313725],[101.960784313725,124.509803921569,97.0588235294118],[80.3921568627451,102.941176470588,74.5098039215686],[71.5686274509804,95.0980392156863,63.7254901960784],[80.3921568627451,103.921568627451,70.5882352941177],[112.745098039216,137.254901960784,99.0196078431373],[96.078431372549,120.588235294118,81.3725490196078],[89.2156862745098,114.705882352941,70.5882352941177],[157.843137254902,181.372549019608,132.352941176471],[190.196078431373,212.745098039216,159.803921568627],[192.156862745098,212.745098039216,156.862745098039],[165.686274509804,183.333333333333,124.509803921569],[163.725490196078,179.411764705882,117.647058823529],[202.941176470588,214.705882352941,151.960784313725],[142.156862745098,152.941176470588,88.2352941176471],[176.470588235294,185.294117647059,119.607843137255],[179.411764705882,189.21568627451,119.607843137255],[158.823529411765,172.549019607843,97.0588235294118],[127.450980392157,141.176470588235,63.7254901960784],[165.686274509804,176.470588235294,100],[164.705882352941,171.56862745098,96.078431372549],[150.980392156863,154.901960784314,82.3529411764706],[111.764705882353,112.745098039216,44.1176470588235],[143.137254901961,142.156862745098,78.4313725490196],[108.823529411765,108.823529411765,48.0392156862745],[71.5686274509804,72.5490196078431,16.6666666666667],[99.0196078431373,98.0392156862745,50.9803921568627],[74.5098039215686,72.5490196078431,32.3529411764706],[53.921568627451,50,13.7254901960784],[67.6470588235294,58.8235294117647,28.4313725490196],[109.803921568627,96.078431372549,70.5882352941177],[92.156862745098,74.5098039215686,50.9803921568627],[64.7058823529412,49.0196078431373,26.4705882352941],[21.5686274509804,15.6862745098039,0],[10.7843137254902,8.82352941176471,0],[18.6274509803922,16.6666666666667,0],[5.88235294117647,1.96078431372549,0],[17.6470588235294,13.7254901960784,0],[10.7843137254902,4.90196078431373,0],[50,43.1372549019608,24.5098039215686],[65.6862745098039,58.8235294117647,41.1764705882353],[26.4705882352941,16.6666666666667,4.90196078431373],[33.3333333333333,23.5294117647059,13.7254901960784],[36.2745098039216,27.4509803921569,20.5882352941176],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[23.5294117647059,13.7254901960784,14.7058823529412],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,0.980392156862745,5.88235294117647],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[12.7450980392157,11.7647058823529,7.84313725490196],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[10.7843137254902,2.94117647058824,0.980392156862745],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,1.96078431372549,0],[17.6470588235294,6.86274509803922,4.90196078431373],[28.4313725490196,17.6470588235294,13.7254901960784],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[39.2156862745098,24.5098039215686,21.5686274509804],[57.843137254902,43.1372549019608,38.2352941176471],[57.843137254902,38.2352941176471,29.4117647058824],[37.2549019607843,8.82352941176471,0],[60.7843137254902,24.5098039215686,5.88235294117647],[48.0392156862745,10.7843137254902,0],[50.9803921568627,13.7254901960784,0],[79.4117647058823,39.2156862745098,17.6470588235294],[67.6470588235294,26.4705882352941,2.94117647058824],[103.921568627451,62.7450980392157,39.2156862745098],[104.901960784314,63.7254901960784,40.1960784313726],[120.588235294118,81.3725490196078,55.8823529411765],[109.803921568627,73.5294117647059,47.0588235294118],[130.392156862745,95.0980392156863,69.6078431372549],[126.470588235294,95.0980392156863,70.5882352941177],[107.843137254902,80.3921568627451,56.8627450980392],[86.2745098039216,60.7843137254902,36.2745098039216],[49.0196078431373,25.4901960784314,1.96078431372549],[121.56862745098,97.0588235294118,67.6470588235294],[123.529411764706,95.0980392156863,53.921568627451],[106.862745098039,80.3921568627451,38.2352941176471],[113.725490196078,93.1372549019608,62.7450980392157],[151.960784313725,135.294117647059,115.686274509804],[148.039215686275,138.235294117647,126.470588235294],[80.3921568627451,74.5098039215686,60.7843137254902],[70.5882352941177,64.7058823529412,43.1372549019608],[123.529411764706,116.666666666667,89.2156862745098],[163.725490196078,150.980392156863,117.647058823529],[94.1176470588235,76.4705882352941,39.2156862745098],[142.156862745098,118.627450980392,83.3333333333333],[174.509803921569,149.019607843137,112.745098039216],[110.78431372549,88.2352941176471,48.0392156862745],[101.960784313725,81.3725490196078,39.2156862745098],[112.745098039216,95.0980392156863,46.078431372549],[170.588235294118,154.901960784314,104.901960784314],[172.549019607843,154.901960784314,107.843137254902],[145.098039215686,124.509803921569,80.3921568627451],[164.705882352941,142.156862745098,100.980392156863],[73.5294117647059,49.0196078431373,9.80392156862745],[100,72.5490196078431,34.3137254901961],[122.549019607843,94.1176470588235,54.9019607843137],[168.627450980392,141.176470588235,95.0980392156863],[236.274509803922,208.823529411765,159.803921568627],[185.294117647059,159.803921568627,103.921568627451],[196.078431372549,170.588235294118,110.78431372549],[221.56862745098,197.058823529412,134.313725490196],[172.549019607843,148.039215686275,85.2941176470588],[183.333333333333,154.901960784314,98.0392156862745],[187.254901960784,156.862745098039,103.921568627451],[250,223.529411764706,176.470588235294],[147.058823529412,116.666666666667,73.5294117647059],[180.392156862745,161.764705882353,119.607843137255],[237.254901960784,220.588235294118,175.490196078431],[134.313725490196,109.803921568627,56.8627450980392],[162.745098039216,142.156862745098,88.2352941176471],[165.686274509804,159.803921568627,110.78431372549],[154.901960784314,157.843137254902,113.725490196078],[71.5686274509804,75.4901960784314,39.2156862745098],[1.96078431372549,6.86274509803922,0],[53.921568627451,55.8823529411765,32.3529411764706],[112.745098039216,114.705882352941,93.1372549019608],[60.7843137254902,62.7450980392157,41.1764705882353],[46.078431372549,44.1176470588235,21.5686274509804],[92.156862745098,82.3529411764706,57.843137254902],[69.6078431372549,67.6470588235294,45.0980392156863],[36.2745098039216,52.9411764705882,37.2549019607843],[57.843137254902,81.3725490196078,67.6470588235294],[0,10.7843137254902,0],[0,16.6666666666667,0],[0,19.6078431372549,0],[132.352941176471,152.941176470588,112.745098039216],[100.980392156863,121.56862745098,81.3725490196078],[181.372549019608,202.941176470588,165.686274509804],[82.3529411764706,106.862745098039,77.4509803921569],[141.176470588235,168.627450980392,146.078431372549],[30.3921568627451,62.7450980392157,44.1176470588235],[114.705882352941,152.941176470588,134.313725490196],[191.176470588235,234.313725490196,211.764705882353],[151.960784313725,199.019607843137,175.490196078431],[130.392156862745,177.450980392157,155.882352941176],[70.5882352941177,116.666666666667,100.980392156863],[94.1176470588235,138.235294117647,131.372549019608],[93.1372549019608,138.235294117647,136.274509803922],[75.4901960784314,124.509803921569,125.490196078431],[72.5490196078431,122.549019607843,125.490196078431],[65.6862745098039,116.666666666667,114.705882352941],[84.3137254901961,134.313725490196,129.411764705882],[77.4509803921569,127.450980392157,118.627450980392],[69.6078431372549,120.588235294118,108.823529411765],[88.2352941176471,139.21568627451,126.470588235294],[126.470588235294,178.43137254902,162.745098039216],[133.333333333333,185.294117647059,169.607843137255],[95.0980392156863,147.058823529412,131.372549019608],[103.921568627451,154.901960784314,142.156862745098],[56.8627450980392,107.843137254902,95.0980392156863],[81.3725490196078,130.392156862745,118.627450980392],[162.745098039216,211.764705882353,200],[118.627450980392,168.627450980392,153.921568627451],[48.0392156862745,94.1176470588235,78.4313725490196],[93.1372549019608,126.470588235294,109.803921568627],[160.78431372549,192.156862745098,168.627450980392],[168.627450980392,201.960784313725,169.607843137255],[162.745098039216,196.078431372549,161.764705882353],[145.098039215686,177.450980392157,150.980392156863],[150,182.352941176471,161.764705882353],[163.725490196078,195.098039215686,180.392156862745],[134.313725490196,164.705882352941,149.019607843137],[134.313725490196,166.666666666667,140.196078431373],[150,180.392156862745,149.019607843137],[105.882352941176,137.254901960784,100.980392156863],[66.6666666666667,96.078431372549,62.7450980392157],[26.4705882352941,51.9607843137255,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[24.5098039215686,49.0196078431373,27.4509803921569],[60.7843137254902,84.3137254901961,60.7843137254902],[90.1960784313725,113.725490196078,88.2352941176471],[71.5686274509804,96.078431372549,67.6470588235294],[42.156862745098,66.6666666666667,37.2549019607843],[37.2549019607843,61.7647058823529,30.3921568627451],[35.2941176470588,62.7450980392157,25.4901960784314],[73.5294117647059,100.980392156863,61.7647058823529],[55.8823529411765,84.3137254901961,41.1764705882353],[97.0588235294118,124.509803921569,77.4509803921569],[136.274509803922,162.745098039216,112.745098039216],[202.941176470588,227.450980392157,173.529411764706],[141.176470588235,164.705882352941,107.843137254902],[143.137254901961,162.745098039216,102.941176470588],[141.176470588235,158.823529411765,98.0392156862745],[115.686274509804,131.372549019608,67.6470588235294],[154.901960784314,169.607843137255,103.921568627451],[187.254901960784,200,131.372549019608],[146.078431372549,162.745098039216,84.3137254901961],[135.294117647059,150,68.6274509803922],[177.450980392157,189.21568627451,108.823529411765],[149.019607843137,155.882352941176,80.3921568627451],[107.843137254902,110.78431372549,41.1764705882353],[85.2941176470588,85.2941176470588,22.5490196078431],[110.78431372549,109.803921568627,53.921568627451],[85.2941176470588,85.2941176470588,36.2745098039216],[67.6470588235294,70.5882352941177,26.4705882352941],[82.3529411764706,87.2549019607843,48.0392156862745],[80.3921568627451,84.3137254901961,50],[76.4705882352941,80.3921568627451,48.0392156862745],[84.3137254901961,83.3333333333333,52.9411764705882],[49.0196078431373,44.1176470588235,12.7450980392157],[62.7450980392157,51.9607843137255,22.5490196078431],[67.6470588235294,58.8235294117647,28.4313725490196],[72.5490196078431,68.6274509803922,40.1960784313726],[56.8627450980392,56.8627450980392,29.4117647058824],[41.1764705882353,40.1960784313726,12.7450980392157],[38.2352941176471,37.2549019607843,9.80392156862745],[54.9019607843137,50.9803921568627,24.5098039215686],[68.6274509803922,64.7058823529412,40.1960784313726],[106.862745098039,100.980392156863,79.4117647058823],[24.5098039215686,17.6470588235294,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,16.6666666666667,6.86274509803922],[28.4313725490196,19.6078431372549,10.7843137254902],[16.6666666666667,7.84313725490196,2.94117647058824],[23.5294117647059,13.7254901960784,12.7450980392157],[27.4509803921569,17.6470588235294,18.6274509803922],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[13.7254901960784,3.92156862745098,2.94117647058824],[14.7058823529412,4.90196078431373,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[15.6862745098039,1.96078431372549,0.980392156862745],[32.3529411764706,18.6274509803922,15.6862745098039],[31.3725490196078,16.6666666666667,13.7254901960784],[53.921568627451,39.2156862745098,34.3137254901961],[31.3725490196078,13.7254901960784,9.80392156862745],[28.4313725490196,10.7843137254902,6.86274509803922],[115.686274509804,98.0392156862745,94.1176470588235],[150.980392156863,128.43137254902,120.588235294118],[85.2941176470588,53.921568627451,39.2156862745098],[78.4313725490196,42.156862745098,23.5294117647059],[85.2941176470588,48.0392156862745,27.4509803921569],[76.4705882352941,36.2745098039216,14.7058823529412],[110.78431372549,69.6078431372549,48.0392156862745],[105.882352941176,64.7058823529412,41.1764705882353],[68.6274509803922,24.5098039215686,1.96078431372549],[115.686274509804,74.5098039215686,50],[143.137254901961,103.921568627451,78.4313725490196],[120.588235294118,84.3137254901961,58.8235294117647],[101.960784313725,68.6274509803922,44.1176470588235],[69.6078431372549,40.1960784313726,14.7058823529412],[95.0980392156863,69.6078431372549,45.0980392156863],[86.2745098039216,62.7450980392157,39.2156862745098],[38.2352941176471,16.6666666666667,0],[111.764705882353,86.2745098039216,59.8039215686275],[169.607843137255,138.235294117647,100],[121.56862745098,90.1960784313725,52.9411764705882],[137.254901960784,111.764705882353,89.2156862745098],[187.254901960784,169.607843137255,155.882352941176],[122.549019607843,111.764705882353,105.882352941176],[52.9411764705882,46.078431372549,40.1960784313726],[89.2156862745098,83.3333333333333,69.6078431372549],[115.686274509804,107.843137254902,87.2549019607843],[111.764705882353,98.0392156862745,71.5686274509804],[118.627450980392,100,68.6274509803922],[151.960784313725,127.450980392157,97.0588235294118],[190.196078431373,163.725490196078,134.313725490196],[149.019607843137,125.490196078431,92.156862745098],[123.529411764706,101.960784313725,65.6862745098039],[129.411764705882,112.745098039216,69.6078431372549],[134.313725490196,120.588235294118,74.5098039215686],[120.588235294118,106.862745098039,60.7843137254902],[150.980392156863,134.313725490196,91.1764705882353],[164.705882352941,143.137254901961,102.941176470588],[140.196078431373,117.647058823529,77.4509803921569],[144.117647058824,116.666666666667,78.4313725490196],[152.941176470588,124.509803921569,85.2941176470588],[156.862745098039,129.411764705882,83.3333333333333],[201.960784313725,177.450980392157,124.509803921569],[181.372549019608,159.803921568627,100.980392156863],[153.921568627451,135.294117647059,70.5882352941177],[118.627450980392,100,33.3333333333333],[118.627450980392,98.0392156862745,32.3529411764706],[191.176470588235,165.686274509804,105.882352941176],[176.470588235294,146.078431372549,93.1372549019608],[174.509803921569,139.21568627451,92.156862745098],[221.56862745098,191.176470588235,148.039215686275],[171.56862745098,158.823529411765,117.647058823529],[157.843137254902,150,104.901960784314],[172.549019607843,153.921568627451,99.0196078431373],[164.705882352941,150,96.078431372549],[184.313725490196,183.333333333333,136.274509803922],[191.176470588235,199.019607843137,158.823529411765],[180.392156862745,190.196078431373,155.882352941176],[52.9411764705882,58.8235294117647,31.3725490196078],[28.4313725490196,32.3529411764706,9.80392156862745],[64.7058823529412,65.6862745098039,48.0392156862745],[24.5098039215686,23.5294117647059,5.88235294117647],[14.7058823529412,7.84313725490196,0],[36.2745098039216,21.5686274509804,0],[111.764705882353,105.882352941176,84.3137254901961],[48.0392156862745,59.8039215686275,50],[0,11.7647058823529,2.94117647058824],[9.80392156862745,27.4509803921569,11.7647058823529],[89.2156862745098,106.862745098039,83.3333333333333],[143.137254901961,159.803921568627,124.509803921569],[129.411764705882,147.058823529412,105.882352941176],[90.1960784313725,108.823529411765,64.7058823529412],[100.980392156863,121.56862745098,81.3725490196078],[27.4509803921569,50,21.5686274509804],[39.2156862745098,66.6666666666667,44.1176470588235],[80.3921568627451,112.745098039216,94.1176470588235],[90.1960784313725,128.43137254902,109.803921568627],[84.3137254901961,128.43137254902,105.882352941176],[93.1372549019608,140.196078431373,116.666666666667],[71.5686274509804,118.627450980392,97.0588235294118],[98.0392156862745,145.098039215686,129.411764705882],[80.3921568627451,126.470588235294,120.588235294118],[106.862745098039,153.921568627451,155.882352941176],[89.2156862745098,141.176470588235,145.098039215686],[91.1764705882353,146.078431372549,147.058823529412],[56.8627450980392,110.78431372549,107.843137254902],[60.7843137254902,112.745098039216,106.862745098039],[65.6862745098039,116.666666666667,104.901960784314],[70.5882352941177,120.588235294118,105.882352941176],[80.3921568627451,127.450980392157,111.764705882353],[173.529411764706,221.56862745098,202.941176470588],[144.117647058824,190.196078431373,174.509803921569],[120.588235294118,166.666666666667,150.980392156863],[110.78431372549,155.882352941176,143.137254901961],[110.78431372549,155.882352941176,143.137254901961],[92.156862745098,137.254901960784,124.509803921569],[116.666666666667,161.764705882353,149.019607843137],[89.2156862745098,136.274509803922,122.549019607843],[69.6078431372549,112.745098039216,98.0392156862745],[74.5098039215686,110.78431372549,93.1372549019608],[122.549019607843,155.882352941176,131.372549019608],[115.686274509804,150.980392156863,115.686274509804],[87.2549019607843,122.549019607843,87.2549019607843],[154.901960784314,188.235294117647,163.725490196078],[177.450980392157,208.823529411765,194.117647058824],[169.607843137255,200,195.098039215686],[110.78431372549,141.176470588235,136.274509803922],[72.5490196078431,103.921568627451,89.2156862745098],[139.21568627451,170.588235294118,147.058823529412],[100,133.333333333333,100.980392156863],[123.529411764706,153.921568627451,122.549019607843],[83.3333333333333,112.745098039216,85.2941176470588],[58.8235294117647,86.2745098039216,61.7647058823529],[50,77.4509803921569,52.9411764705882],[92.156862745098,117.647058823529,91.1764705882353],[118.627450980392,142.156862745098,116.666666666667],[115.686274509804,140.196078431373,111.764705882353],[0.980392156862745,25.4901960784314,0],[12.7450980392157,39.2156862745098,8.82352941176471],[89.2156862745098,118.627450980392,83.3333333333333],[67.6470588235294,97.0588235294118,59.8039215686275],[82.3529411764706,112.745098039216,71.5686274509804],[101.960784313725,133.333333333333,87.2549019607843],[171.56862745098,200.980392156863,151.960784313725],[155.882352941176,184.313725490196,131.372549019608],[72.5490196078431,100,43.1372549019608],[110.78431372549,134.313725490196,77.4509803921569],[96.078431372549,116.666666666667,58.8235294117647],[98.0392156862745,117.647058823529,57.843137254902],[136.274509803922,153.921568627451,93.1372549019608],[205.882352941176,222.549019607843,153.921568627451],[143.137254901961,160.78431372549,78.4313725490196],[158.823529411765,172.549019607843,86.2745098039216],[159.803921568627,168.627450980392,87.2549019607843],[148.039215686275,154.901960784314,79.4117647058823],[120.588235294118,123.529411764706,57.843137254902],[76.4705882352941,75.4901960784314,19.6078431372549],[103.921568627451,102.941176470588,55.8823529411765],[114.705882352941,116.666666666667,77.4509803921569],[35.2941176470588,41.1764705882353,7.84313725490196],[35.2941176470588,42.156862745098,11.7647058823529],[14.7058823529412,23.5294117647059,0],[67.6470588235294,76.4705882352941,46.078431372549],[79.4117647058823,85.2941176470588,51.9607843137255],[12.7450980392157,14.7058823529412,0],[54.9019607843137,50.9803921568627,13.7254901960784],[48.0392156862745,44.1176470588235,7.84313725490196],[112.745098039216,111.764705882353,81.3725490196078],[120.588235294118,121.56862745098,91.1764705882353],[97.0588235294118,98.0392156862745,67.6470588235294],[95.0980392156863,94.1176470588235,66.6666666666667],[85.2941176470588,81.3725490196078,54.9019607843137],[96.078431372549,92.156862745098,67.6470588235294],[74.5098039215686,68.6274509803922,47.0588235294118],[31.3725490196078,24.5098039215686,5.88235294117647],[25.4901960784314,18.6274509803922,2.94117647058824],[23.5294117647059,15.6862745098039,2.94117647058824],[20.5882352941176,11.7647058823529,2.94117647058824],[15.6862745098039,6.86274509803922,1.96078431372549],[29.4117647058824,19.6078431372549,18.6274509803922],[40.1960784313726,29.4117647058824,33.3333333333333],[24.5098039215686,15.6862745098039,20.5882352941176],[12.7450980392157,3.92156862745098,8.82352941176471],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[14.7058823529412,4.90196078431373,2.94117647058824],[13.7254901960784,2.94117647058824,0.980392156862745],[11.7647058823529,0.980392156862745,0],[14.7058823529412,0.980392156862745,0],[20.5882352941176,6.86274509803922,3.92156862745098],[25.4901960784314,12.7450980392157,6.86274509803922],[41.1764705882353,26.4705882352941,19.6078431372549],[38.2352941176471,21.5686274509804,14.7058823529412],[14.7058823529412,0,0],[18.6274509803922,0,0],[43.1372549019608,21.5686274509804,8.82352941176471],[85.2941176470588,54.9019607843137,37.2549019607843],[97.0588235294118,62.7450980392157,43.1372549019608],[94.1176470588235,58.8235294117647,37.2549019607843],[94.1176470588235,56.8627450980392,36.2745098039216],[94.1176470588235,53.921568627451,34.3137254901961],[129.411764705882,89.2156862745098,67.6470588235294],[122.549019607843,81.3725490196078,57.843137254902],[105.882352941176,66.6666666666667,41.1764705882353],[155.882352941176,119.607843137255,93.1372549019608],[132.352941176471,98.0392156862745,70.5882352941177],[120.588235294118,90.1960784313725,61.7647058823529],[75.4901960784314,46.078431372549,18.6274509803922],[138.235294117647,112.745098039216,86.2745098039216],[70.5882352941177,47.0588235294118,21.5686274509804],[64.7058823529412,41.1764705882353,17.6470588235294],[87.2549019607843,61.7647058823529,35.2941176470588],[179.411764705882,147.058823529412,112.745098039216],[166.666666666667,134.313725490196,101.960784313725],[177.450980392157,151.960784313725,129.411764705882],[158.823529411765,140.196078431373,125.490196078431],[115.686274509804,102.941176470588,94.1176470588235],[116.666666666667,106.862745098039,98.0392156862745],[48.0392156862745,36.2745098039216,24.5098039215686],[104.901960784314,92.156862745098,75.4901960784314],[143.137254901961,127.450980392157,102.941176470588],[151.960784313725,135.294117647059,107.843137254902],[151.960784313725,135.294117647059,107.843137254902],[156.862745098039,140.196078431373,110.78431372549],[181.372549019608,165.686274509804,132.352941176471],[141.176470588235,125.490196078431,90.1960784313725],[145.098039215686,132.352941176471,91.1764705882353],[143.137254901961,130.392156862745,87.2549019607843],[147.058823529412,139.21568627451,93.1372549019608],[150.980392156863,140.196078431373,95.0980392156863],[96.078431372549,77.4509803921569,36.2745098039216],[81.3725490196078,57.843137254902,20.5882352941176],[118.627450980392,91.1764705882353,54.9019607843137],[121.56862745098,94.1176470588235,55.8823529411765],[203.921568627451,182.352941176471,136.274509803922],[250,232.352941176471,180.392156862745],[198.039215686275,179.411764705882,121.56862745098],[184.313725490196,164.705882352941,102.941176470588],[161.764705882353,139.21568627451,73.5294117647059],[110.78431372549,83.3333333333333,19.6078431372549],[142.156862745098,112.745098039216,53.921568627451],[182.352941176471,151.960784313725,96.078431372549],[128.43137254902,99.0196078431373,46.078431372549],[216.666666666667,195.098039215686,146.078431372549],[190.196078431373,180.392156862745,132.352941176471],[107.843137254902,100,51.9607843137255],[172.549019607843,157.843137254902,100],[162.745098039216,152.941176470588,93.1372549019608],[198.039215686275,202.941176470588,150],[201.960784313725,210.78431372549,168.627450980392],[185.294117647059,190.196078431373,160.78431372549],[31.3725490196078,33.3333333333333,11.7647058823529],[18.6274509803922,17.6470588235294,0],[50.9803921568627,49.0196078431373,34.3137254901961],[41.1764705882353,43.1372549019608,29.4117647058824],[6.86274509803922,5.88235294117647,0],[17.6470588235294,5.88235294117647,0],[110.78431372549,100.980392156863,76.4705882352941],[159.803921568627,161.764705882353,148.039215686275],[27.4509803921569,38.2352941176471,24.5098039215686],[54.9019607843137,66.6666666666667,43.1372549019608],[58.8235294117647,73.5294117647059,43.1372549019608],[93.1372549019608,108.823529411765,72.5490196078431],[44.1176470588235,61.7647058823529,22.5490196078431],[50.9803921568627,71.5686274509804,31.3725490196078],[38.2352941176471,59.8039215686275,22.5490196078431],[30.3921568627451,54.9019607843137,25.4901960784314],[70.5882352941177,98.0392156862745,73.5294117647059],[97.0588235294118,129.411764705882,108.823529411765],[40.1960784313726,76.4705882352941,58.8235294117647],[40.1960784313726,81.3725490196078,61.7647058823529],[80.3921568627451,122.549019607843,103.921568627451],[52.9411764705882,96.078431372549,81.3725490196078],[58.8235294117647,103.921568627451,94.1176470588235],[50.9803921568627,96.078431372549,93.1372549019608],[71.5686274509804,118.627450980392,120.588235294118],[59.8039215686275,109.803921568627,112.745098039216],[59.8039215686275,109.803921568627,112.745098039216],[74.5098039215686,125.490196078431,123.529411764706],[72.5490196078431,124.509803921569,118.627450980392],[68.6274509803922,119.607843137255,107.843137254902],[68.6274509803922,120.588235294118,104.901960784314],[88.2352941176471,138.235294117647,121.56862745098],[159.803921568627,206.862745098039,191.176470588235],[163.725490196078,209.803921568627,194.117647058824],[148.039215686275,191.176470588235,176.470588235294],[126.470588235294,169.607843137255,156.862745098039],[132.352941176471,173.529411764706,159.803921568627],[107.843137254902,149.019607843137,135.294117647059],[71.5686274509804,113.725490196078,97.0588235294118],[108.823529411765,151.960784313725,135.294117647059],[96.078431372549,138.235294117647,118.627450980392],[90.1960784313725,129.411764705882,105.882352941176],[112.745098039216,148.039215686275,120.588235294118],[121.56862745098,158.823529411765,122.549019607843],[93.1372549019608,127.450980392157,95.0980392156863],[82.3529411764706,113.725490196078,91.1764705882353],[147.058823529412,176.470588235294,164.705882352941],[100.980392156863,135.294117647059,131.372549019608],[28.4313725490196,63.7254901960784,59.8039215686275],[76.4705882352941,113.725490196078,100.980392156863],[127.450980392157,164.705882352941,144.117647058824],[167.647058823529,200.980392156863,174.509803921569],[180.392156862745,212.745098039216,182.352941176471],[173.529411764706,207.843137254902,176.470588235294],[102.941176470588,137.254901960784,105.882352941176],[49.0196078431373,81.3725490196078,50.9803921568627],[46.078431372549,76.4705882352941,45.0980392156863],[81.3725490196078,109.803921568627,79.4117647058823],[64.7058823529412,90.1960784313725,61.7647058823529],[61.7647058823529,90.1960784313725,60.7843137254902],[89.2156862745098,119.607843137255,88.2352941176471],[46.078431372549,79.4117647058823,45.0980392156863],[60.7843137254902,94.1176470588235,57.843137254902],[109.803921568627,144.117647058824,102.941176470588],[179.411764705882,211.764705882353,167.647058823529],[136.274509803922,167.647058823529,121.56862745098],[66.6666666666667,96.078431372549,47.0588235294118],[102.941176470588,129.411764705882,79.4117647058823],[155.882352941176,178.43137254902,125.490196078431],[167.647058823529,188.235294117647,130.392156862745],[133.333333333333,153.921568627451,90.1960784313725],[151.960784313725,171.56862745098,101.960784313725],[185.294117647059,201.960784313725,125.490196078431],[161.764705882353,175.490196078431,92.156862745098],[157.843137254902,167.647058823529,83.3333333333333],[136.274509803922,143.137254901961,64.7058823529412],[136.274509803922,140.196078431373,67.6470588235294],[143.137254901961,145.098039215686,83.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[121.56862745098,123.529411764706,77.4509803921569],[80.3921568627451,85.2941176470588,46.078431372549],[42.156862745098,49.0196078431373,18.6274509803922],[42.156862745098,51.9607843137255,25.4901960784314],[55.8823529411765,66.6666666666667,37.2549019607843],[67.6470588235294,78.4313725490196,47.0588235294118],[41.1764705882353,50.9803921568627,16.6666666666667],[49.0196078431373,54.9019607843137,19.6078431372549],[37.2549019607843,39.2156862745098,0],[23.5294117647059,23.5294117647059,0],[45.0980392156863,46.078431372549,14.7058823529412],[45.0980392156863,46.078431372549,15.6862745098039],[43.1372549019608,43.1372549019608,15.6862745098039],[51.9607843137255,50,25.4901960784314],[46.078431372549,44.1176470588235,19.6078431372549],[63.7254901960784,58.8235294117647,37.2549019607843],[76.4705882352941,71.5686274509804,50],[53.921568627451,49.0196078431373,29.4117647058824],[41.1764705882353,36.2745098039216,16.6666666666667],[18.6274509803922,11.7647058823529,0],[10.7843137254902,2.94117647058824,0],[12.7450980392157,3.92156862745098,0],[26.4705882352941,17.6470588235294,12.7450980392157],[41.1764705882353,31.3725490196078,30.3921568627451],[27.4509803921569,18.6274509803922,21.5686274509804],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[25.4901960784314,24.5098039215686,22.5490196078431],[17.6470588235294,16.6666666666667,12.7450980392157],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[12.7450980392157,4.90196078431373,2.94117647058824],[18.6274509803922,10.7843137254902,7.84313725490196],[12.7450980392157,2.94117647058824,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0,0],[16.6666666666667,5.88235294117647,1.96078431372549],[56.8627450980392,43.1372549019608,40.1960784313726],[21.5686274509804,8.82352941176471,2.94117647058824],[24.5098039215686,9.80392156862745,2.94117647058824],[50,32.3529411764706,22.5490196078431],[33.3333333333333,14.7058823529412,0.980392156862745],[35.2941176470588,14.7058823529412,0],[30.3921568627451,4.90196078431373,0],[49.0196078431373,21.5686274509804,0.980392156862745],[66.6666666666667,36.2745098039216,16.6666666666667],[56.8627450980392,24.5098039215686,7.84313725490196],[100,64.7058823529412,49.0196078431373],[68.6274509803922,32.3529411764706,16.6666666666667],[84.3137254901961,46.078431372549,29.4117647058824],[111.764705882353,76.4705882352941,54.9019607843137],[127.450980392157,92.156862745098,66.6666666666667],[110.78431372549,78.4313725490196,48.0392156862745],[166.666666666667,137.254901960784,103.921568627451],[191.176470588235,165.686274509804,131.372549019608],[123.529411764706,98.0392156862745,63.7254901960784],[133.333333333333,106.862745098039,77.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[57.843137254902,27.4509803921569,6.86274509803922],[76.4705882352941,45.0980392156863,22.5490196078431],[114.705882352941,80.3921568627451,50.9803921568627],[127.450980392157,97.0588235294118,66.6666666666667],[134.313725490196,110.78431372549,85.2941176470588],[125.490196078431,105.882352941176,82.3529411764706],[94.1176470588235,78.4313725490196,53.921568627451],[107.843137254902,91.1764705882353,71.5686274509804],[120.588235294118,99.0196078431373,86.2745098039216],[107.843137254902,86.2745098039216,72.5490196078431],[109.803921568627,92.156862745098,68.6274509803922],[171.56862745098,160.78431372549,131.372549019608],[204.901960784314,200.980392156863,172.549019607843],[185.294117647059,186.274509803922,154.901960784314],[218.627450980392,220.588235294118,181.372549019608],[182.352941176471,181.372549019608,138.235294117647],[183.333333333333,176.470588235294,135.294117647059],[115.686274509804,108.823529411765,65.6862745098039],[185.294117647059,182.352941176471,138.235294117647],[158.823529411765,154.901960784314,110.78431372549],[143.137254901961,125.490196078431,88.2352941176471],[118.627450980392,95.0980392156863,59.8039215686275],[153.921568627451,125.490196078431,92.156862745098],[116.666666666667,93.1372549019608,55.8823529411765],[94.1176470588235,80.3921568627451,36.2745098039216],[200,188.235294117647,137.254901960784],[205.882352941176,191.176470588235,135.294117647059],[163.725490196078,142.156862745098,85.2941176470588],[164.705882352941,129.411764705882,72.5490196078431],[135.294117647059,96.078431372549,38.2352941176471],[150,111.764705882353,53.921568627451],[169.607843137255,142.156862745098,80.3921568627451],[164.705882352941,153.921568627451,89.2156862745098],[192.156862745098,184.313725490196,122.549019607843],[238.235294117647,226.470588235294,167.647058823529],[167.647058823529,152.941176470588,95.0980392156863],[150.980392156863,140.196078431373,77.4509803921569],[200.980392156863,196.078431372549,131.372549019608],[191.176470588235,198.039215686275,132.352941176471],[158.823529411765,162.745098039216,112.745098039216],[79.4117647058823,71.5686274509804,49.0196078431373],[13.7254901960784,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,2.94117647058824,0],[40.1960784313726,50.9803921568627,35.2941176470588],[47.0588235294118,58.8235294117647,37.2549019607843],[59.8039215686275,59.8039215686275,26.4705882352941],[76.4705882352941,66.6666666666667,32.3529411764706],[106.862745098039,93.1372549019608,67.6470588235294],[57.843137254902,47.0588235294118,19.6078431372549],[69.6078431372549,70.5882352941177,31.3725490196078],[65.6862745098039,74.5098039215686,32.3529411764706],[41.1764705882353,52.9411764705882,15.6862745098039],[18.6274509803922,35.2941176470588,0],[29.4117647058824,50,19.6078431372549],[48.0392156862745,74.5098039215686,44.1176470588235],[60.7843137254902,89.2156862745098,59.8039215686275],[73.5294117647059,102.941176470588,75.4901960784314],[96.078431372549,127.450980392157,104.901960784314],[45.0980392156863,75.4901960784314,59.8039215686275],[63.7254901960784,94.1176470588235,86.2745098039216],[74.5098039215686,105.882352941176,102.941176470588],[61.7647058823529,97.0588235294118,97.0588235294118],[65.6862745098039,104.901960784314,104.901960784314],[54.9019607843137,98.0392156862745,97.0588235294118],[56.8627450980392,101.960784313725,101.960784313725],[65.6862745098039,108.823529411765,111.764705882353],[71.5686274509804,114.705882352941,117.647058823529],[88.2352941176471,133.333333333333,133.333333333333],[69.6078431372549,117.647058823529,113.725490196078],[78.4313725490196,128.43137254902,121.56862745098],[95.0980392156863,147.058823529412,137.254901960784],[117.647058823529,168.627450980392,156.862745098039],[140.196078431373,189.21568627451,177.450980392157],[126.470588235294,173.529411764706,161.764705882353],[106.862745098039,151.960784313725,141.176470588235],[145.098039215686,186.274509803922,174.509803921569],[173.529411764706,213.725490196078,200],[176.470588235294,214.705882352941,197.058823529412],[164.705882352941,202.941176470588,184.313725490196],[145.098039215686,184.313725490196,160.78431372549],[103.921568627451,146.078431372549,118.627450980392],[118.627450980392,161.764705882353,129.411764705882],[89.2156862745098,132.352941176471,98.0392156862745],[126.470588235294,165.686274509804,132.352941176471],[190.196078431373,222.549019607843,196.078431372549],[113.725490196078,134.313725490196,117.647058823529],[130.392156862745,151.960784313725,139.21568627451],[115.686274509804,150.980392156863,139.21568627451],[31.3725490196078,76.4705882352941,63.7254901960784],[73.5294117647059,123.529411764706,104.901960784314],[149.019607843137,197.058823529412,175.490196078431],[137.254901960784,174.509803921569,150],[95.0980392156863,130.392156862745,102.941176470588],[95.0980392156863,138.235294117647,103.921568627451],[96.078431372549,141.176470588235,104.901960784314],[97.0588235294118,138.235294117647,99.0196078431373],[76.4705882352941,113.725490196078,75.4901960784314],[49.0196078431373,80.3921568627451,44.1176470588235],[108.823529411765,140.196078431373,103.921568627451],[111.764705882353,145.098039215686,112.745098039216],[150.980392156863,185.294117647059,153.921568627451],[103.921568627451,143.137254901961,108.823529411765],[116.666666666667,156.862745098039,117.647058823529],[135.294117647059,173.529411764706,130.392156862745],[118.627450980392,154.901960784314,111.764705882353],[67.6470588235294,98.0392156862745,56.8627450980392],[61.7647058823529,88.2352941176471,48.0392156862745],[133.333333333333,153.921568627451,113.725490196078],[191.176470588235,207.843137254902,163.725490196078],[181.372549019608,196.078431372549,140.196078431373],[188.235294117647,203.921568627451,134.313725490196],[158.823529411765,174.509803921569,88.2352941176471],[178.43137254902,191.176470588235,102.941176470588],[161.764705882353,164.705882352941,87.2549019607843],[94.1176470588235,94.1176470588235,21.5686274509804],[120.588235294118,120.588235294118,48.0392156862745],[137.254901960784,138.235294117647,71.5686274509804],[90.1960784313725,94.1176470588235,36.2745098039216],[142.156862745098,147.058823529412,94.1176470588235],[53.921568627451,60.7843137254902,7.84313725490196],[61.7647058823529,71.5686274509804,22.5490196078431],[70.5882352941177,80.3921568627451,44.1176470588235],[80.3921568627451,91.1764705882353,57.843137254902],[90.1960784313725,101.960784313725,64.7058823529412],[93.1372549019608,104.901960784314,65.6862745098039],[31.3725490196078,41.1764705882353,6.86274509803922],[41.1764705882353,48.0392156862745,14.7058823529412],[42.156862745098,48.0392156862745,12.7450980392157],[26.4705882352941,30.3921568627451,0],[7.84313725490196,8.82352941176471,0],[57.843137254902,55.8823529411765,31.3725490196078],[52.9411764705882,50.9803921568627,28.4313725490196],[22.5490196078431,20.5882352941176,0],[43.1372549019608,40.1960784313726,23.5294117647059],[70.5882352941177,69.6078431372549,51.9607843137255],[86.2745098039216,85.2941176470588,65.6862745098039],[34.3137254901961,33.3333333333333,12.7450980392157],[44.1176470588235,42.156862745098,17.6470588235294],[26.4705882352941,22.5490196078431,0],[26.4705882352941,18.6274509803922,0],[29.4117647058824,21.5686274509804,2.94117647058824],[32.3529411764706,22.5490196078431,10.7843137254902],[12.7450980392157,3.92156862745098,0],[24.5098039215686,18.6274509803922,18.6274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,2.94117647058824],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[64.7058823529412,64.7058823529412,64.7058823529412],[46.078431372549,46.078431372549,46.078431372549],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,0.980392156862745],[16.6666666666667,5.88235294117647,1.96078431372549],[25.4901960784314,14.7058823529412,10.7843137254902],[40.1960784313726,29.4117647058824,25.4901960784314],[18.6274509803922,5.88235294117647,0],[21.5686274509804,7.84313725490196,0],[40.1960784313726,22.5490196078431,10.7843137254902],[51.9607843137255,30.3921568627451,16.6666666666667],[71.5686274509804,50,29.4117647058824],[63.7254901960784,39.2156862745098,17.6470588235294],[68.6274509803922,44.1176470588235,24.5098039215686],[58.8235294117647,34.3137254901961,14.7058823529412],[57.843137254902,29.4117647058824,13.7254901960784],[100,67.6470588235294,52.9411764705882],[70.5882352941177,35.2941176470588,21.5686274509804],[47.0588235294118,10.7843137254902,0],[119.607843137255,83.3333333333333,64.7058823529412],[139.21568627451,103.921568627451,80.3921568627451],[103.921568627451,71.5686274509804,41.1764705882353],[86.2745098039216,56.8627450980392,23.5294117647059],[205.882352941176,180.392156862745,144.117647058824],[162.745098039216,139.21568627451,103.921568627451],[139.21568627451,114.705882352941,84.3137254901961],[136.274509803922,109.803921568627,83.3333333333333],[110.78431372549,83.3333333333333,61.7647058823529],[152.941176470588,123.529411764706,100],[165.686274509804,135.294117647059,106.862745098039],[147.058823529412,118.627450980392,89.2156862745098],[136.274509803922,115.686274509804,89.2156862745098],[78.4313725490196,61.7647058823529,34.3137254901961],[119.607843137255,104.901960784314,74.5098039215686],[94.1176470588235,77.4509803921569,50],[115.686274509804,93.1372549019608,77.4509803921569],[148.039215686275,126.470588235294,112.745098039216],[100,86.2745098039216,59.8039215686275],[143.137254901961,138.235294117647,108.823529411765],[182.352941176471,186.274509803922,159.803921568627],[214.705882352941,223.529411764706,193.137254901961],[202.941176470588,210.78431372549,170.588235294118],[198.039215686275,203.921568627451,160.78431372549],[131.372549019608,126.470588235294,87.2549019607843],[152.941176470588,145.098039215686,106.862745098039],[172.549019607843,170.588235294118,130.392156862745],[95.0980392156863,91.1764705882353,53.921568627451],[141.176470588235,127.450980392157,93.1372549019608],[138.235294117647,118.627450980392,86.2745098039216],[150,127.450980392157,96.078431372549],[98.0392156862745,78.4313725490196,44.1176470588235],[87.2549019607843,74.5098039215686,33.3333333333333],[120.588235294118,108.823529411765,61.7647058823529],[209.803921568627,193.137254901961,142.156862745098],[150.980392156863,124.509803921569,72.5490196078431],[123.529411764706,85.2941176470588,31.3725490196078],[169.607843137255,127.450980392157,73.5294117647059],[170.588235294118,132.352941176471,74.5098039215686],[155.882352941176,131.372549019608,68.6274509803922],[197.058823529412,190.196078431373,121.56862745098],[133.333333333333,130.392156862745,62.7450980392157],[167.647058823529,153.921568627451,94.1176470588235],[222.549019607843,203.921568627451,146.078431372549],[154.901960784314,139.21568627451,78.4313725490196],[201.960784313725,193.137254901961,129.411764705882],[246.078431372549,247.058823529412,182.352941176471],[172.549019607843,170.588235294118,120.588235294118],[147.058823529412,132.352941176471,109.803921568627],[77.4509803921569,58.8235294117647,51.9607843137255],[15.6862745098039,2.94117647058824,0],[21.5686274509804,22.5490196078431,6.86274509803922],[19.6078431372549,34.3137254901961,11.7647058823529],[96.078431372549,110.78431372549,80.3921568627451],[20.5882352941176,22.5490196078431,0],[90.1960784313725,81.3725490196078,39.2156862745098],[111.764705882353,94.1176470588235,54.9019607843137],[41.1764705882353,26.4705882352941,0],[86.2745098039216,83.3333333333333,31.3725490196078],[91.1764705882353,98.0392156862745,47.0588235294118],[155.882352941176,166.666666666667,127.450980392157],[85.2941176470588,101.960784313725,70.5882352941177],[34.3137254901961,57.843137254902,32.3529411764706],[75.4901960784314,102.941176470588,80.3921568627451],[67.6470588235294,99.0196078431373,75.4901960784314],[111.764705882353,143.137254901961,120.588235294118],[92.156862745098,123.529411764706,102.941176470588],[76.4705882352941,105.882352941176,94.1176470588235],[95.0980392156863,123.529411764706,119.607843137255],[60.7843137254902,89.2156862745098,93.1372549019608],[21.5686274509804,53.921568627451,58.8235294117647],[44.1176470588235,81.3725490196078,84.3137254901961],[58.8235294117647,102.941176470588,100],[65.6862745098039,109.803921568627,106.862745098039],[87.2549019607843,127.450980392157,131.372549019608],[82.3529411764706,122.549019607843,128.43137254902],[76.4705882352941,121.56862745098,121.56862745098],[80.3921568627451,128.43137254902,124.509803921569],[86.2745098039216,138.235294117647,128.43137254902],[99.0196078431373,153.921568627451,141.176470588235],[128.43137254902,183.333333333333,170.588235294118],[86.2745098039216,138.235294117647,128.43137254902],[90.1960784313725,140.196078431373,133.333333333333],[100.980392156863,147.058823529412,141.176470588235],[126.470588235294,168.627450980392,161.764705882353],[184.313725490196,225.490196078431,215.686274509804],[191.176470588235,231.372549019608,215.686274509804],[179.411764705882,217.647058823529,197.058823529412],[188.235294117647,227.450980392157,200.980392156863],[171.56862745098,211.764705882353,180.392156862745],[82.3529411764706,122.549019607843,89.2156862745098],[91.1764705882353,131.372549019608,98.0392156862745],[77.4509803921569,112.745098039216,85.2941176470588],[133.333333333333,160.78431372549,138.235294117647],[142.156862745098,155.882352941176,141.176470588235],[119.607843137255,135.294117647059,122.549019607843],[100.980392156863,134.313725490196,117.647058823529],[77.4509803921569,124.509803921569,102.941176470588],[114.705882352941,167.647058823529,144.117647058824],[85.2941176470588,134.313725490196,109.803921568627],[46.078431372549,80.3921568627451,56.8627450980392],[90.1960784313725,123.529411764706,97.0588235294118],[138.235294117647,181.372549019608,147.058823529412],[107.843137254902,152.941176470588,114.705882352941],[100,140.196078431373,100.980392156863],[87.2549019607843,123.529411764706,83.3333333333333],[102.941176470588,137.254901960784,96.078431372549],[100,131.372549019608,91.1764705882353],[123.529411764706,158.823529411765,121.56862745098],[111.764705882353,149.019607843137,112.745098039216],[82.3529411764706,121.56862745098,85.2941176470588],[132.352941176471,172.549019607843,131.372549019608],[167.647058823529,205.882352941176,161.764705882353],[88.2352941176471,123.529411764706,78.4313725490196],[63.7254901960784,92.156862745098,49.0196078431373],[139.21568627451,164.705882352941,120.588235294118],[158.823529411765,177.450980392157,133.333333333333],[147.058823529412,160.78431372549,110.78431372549],[144.117647058824,157.843137254902,97.0588235294118],[185.294117647059,198.039215686275,120.588235294118],[184.313725490196,198.039215686275,104.901960784314],[162.745098039216,171.56862745098,80.3921568627451],[108.823529411765,108.823529411765,36.2745098039216],[98.0392156862745,94.1176470588235,31.3725490196078],[164.705882352941,163.725490196078,100],[169.607843137255,171.56862745098,109.803921568627],[107.843137254902,112.745098039216,57.843137254902],[172.549019607843,179.411764705882,128.43137254902],[137.254901960784,147.058823529412,95.0980392156863],[140.196078431373,151.960784313725,102.941176470588],[120.588235294118,133.333333333333,91.1764705882353],[40.1960784313726,51.9607843137255,14.7058823529412],[31.3725490196078,43.1372549019608,3.92156862745098],[123.529411764706,135.294117647059,96.078431372549],[88.2352941176471,100,64.7058823529412],[60.7843137254902,70.5882352941177,36.2745098039216],[50.9803921568627,57.843137254902,24.5098039215686],[50,55.8823529411765,22.5490196078431],[28.4313725490196,31.3725490196078,2.94117647058824],[55.8823529411765,55.8823529411765,32.3529411764706],[62.7450980392157,57.843137254902,38.2352941176471],[41.1764705882353,34.3137254901961,16.6666666666667],[45.0980392156863,39.2156862745098,23.5294117647059],[18.6274509803922,17.6470588235294,0],[54.9019607843137,57.843137254902,37.2549019607843],[39.2156862745098,45.0980392156863,19.6078431372549],[59.8039215686275,62.7450980392157,34.3137254901961],[89.2156862745098,88.2352941176471,60.7843137254902],[59.8039215686275,50,25.4901960784314],[33.3333333333333,20.5882352941176,1.96078431372549],[39.2156862745098,25.4901960784314,12.7450980392157],[57.843137254902,48.0392156862745,39.2156862745098],[21.5686274509804,18.6274509803922,13.7254901960784],[1.96078431372549,0.980392156862745,0],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[249.019607843137,249.019607843137,249.019607843137],[200.980392156863,200.980392156863,200.980392156863],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,0,0],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,6.86274509803922],[16.6666666666667,5.88235294117647,3.92156862745098],[22.5490196078431,8.82352941176471,7.84313725490196],[26.4705882352941,12.7450980392157,11.7647058823529],[34.3137254901961,20.5882352941176,19.6078431372549],[27.4509803921569,13.7254901960784,12.7450980392157],[21.5686274509804,7.84313725490196,4.90196078431373],[14.7058823529412,0,0],[14.7058823529412,0,0],[16.6666666666667,0,0],[47.0588235294118,24.5098039215686,10.7843137254902],[86.2745098039216,60.7843137254902,44.1176470588235],[83.3333333333333,61.7647058823529,41.1764705882353],[48.0392156862745,30.3921568627451,10.7843137254902],[51.9607843137255,33.3333333333333,16.6666666666667],[78.4313725490196,55.8823529411765,40.1960784313726],[104.901960784314,76.4705882352941,60.7843137254902],[72.5490196078431,37.2549019607843,23.5294117647059],[50,11.7647058823529,0],[120.588235294118,80.3921568627451,62.7450980392157],[158.823529411765,118.627450980392,97.0588235294118],[150.980392156863,114.705882352941,89.2156862745098],[100.980392156863,66.6666666666667,39.2156862745098],[100.980392156863,70.5882352941177,42.156862745098],[157.843137254902,131.372549019608,101.960784313725],[111.764705882353,88.2352941176471,60.7843137254902],[152.941176470588,133.333333333333,106.862745098039],[150.980392156863,134.313725490196,108.823529411765],[156.862745098039,137.254901960784,112.745098039216],[152.941176470588,130.392156862745,100],[175.490196078431,152.941176470588,122.549019607843],[195.098039215686,175.490196078431,150.980392156863],[151.960784313725,136.274509803922,110.78431372549],[137.254901960784,124.509803921569,93.1372549019608],[195.098039215686,184.313725490196,156.862745098039],[163.725490196078,150.980392156863,134.313725490196],[119.607843137255,108.823529411765,91.1764705882353],[127.450980392157,122.549019607843,93.1372549019608],[190.196078431373,189.21568627451,158.823529411765],[228.43137254902,232.352941176471,205.882352941176],[187.254901960784,193.137254901961,165.686274509804],[177.450980392157,183.333333333333,146.078431372549],[185.294117647059,185.294117647059,148.039215686275],[146.078431372549,138.235294117647,102.941176470588],[142.156862745098,131.372549019608,100],[164.705882352941,158.823529411765,125.490196078431],[123.529411764706,117.647058823529,86.2745098039216],[131.372549019608,120.588235294118,91.1764705882353],[106.862745098039,93.1372549019608,64.7058823529412],[111.764705882353,97.0588235294118,66.6666666666667],[75.4901960784314,60.7843137254902,28.4313725490196],[117.647058823529,103.921568627451,67.6470588235294],[172.549019607843,154.901960784314,115.686274509804],[201.960784313725,179.411764705882,136.274509803922],[141.176470588235,113.725490196078,66.6666666666667],[110.78431372549,75.4901960784314,24.5098039215686],[154.901960784314,120.588235294118,67.6470588235294],[177.450980392157,147.058823529412,91.1764705882353],[185.294117647059,161.764705882353,100.980392156863],[233.333333333333,218.627450980392,154.901960784314],[189.21568627451,178.43137254902,117.647058823529],[123.529411764706,107.843137254902,56.8627450980392],[216.666666666667,197.058823529412,148.039215686275],[212.745098039216,187.254901960784,137.254901960784],[191.176470588235,168.627450980392,117.647058823529],[242.156862745098,229.411764705882,178.43137254902],[157.843137254902,146.078431372549,104.901960784314],[60.7843137254902,47.0588235294118,18.6274509803922],[52.9411764705882,41.1764705882353,19.6078431372549],[21.5686274509804,14.7058823529412,0],[0.980392156862745,2.94117647058824,0],[0.980392156862745,11.7647058823529,0],[30.3921568627451,41.1764705882353,0],[78.4313725490196,76.4705882352941,29.4117647058824],[105.882352941176,99.0196078431373,48.0392156862745],[89.2156862745098,82.3529411764706,28.4313725490196],[149.019607843137,144.117647058824,87.2549019607843],[207.843137254902,208.823529411765,151.960784313725],[226.470588235294,233.333333333333,182.352941176471],[209.803921568627,220.588235294118,181.372549019608],[114.705882352941,130.392156862745,101.960784313725],[69.6078431372549,92.156862745098,72.5490196078431],[68.6274509803922,96.078431372549,81.3725490196078],[63.7254901960784,95.0980392156863,80.3921568627451],[117.647058823529,149.019607843137,136.274509803922],[75.4901960784314,106.862745098039,96.078431372549],[49.0196078431373,77.4509803921569,72.5490196078431],[65.6862745098039,93.1372549019608,96.078431372549],[62.7450980392157,91.1764705882353,95.0980392156863],[48.0392156862745,81.3725490196078,83.3333333333333],[52.9411764705882,91.1764705882353,88.2352941176471],[53.921568627451,96.078431372549,86.2745098039216],[65.6862745098039,109.803921568627,102.941176470588],[68.6274509803922,107.843137254902,115.686274509804],[85.2941176470588,126.470588235294,138.235294117647],[76.4705882352941,123.529411764706,123.529411764706],[65.6862745098039,115.686274509804,108.823529411765],[106.862745098039,162.745098039216,148.039215686275],[108.823529411765,166.666666666667,149.019607843137],[100,156.862745098039,142.156862745098],[116.666666666667,173.529411764706,161.764705882353],[118.627450980392,172.549019607843,169.607843137255],[83.3333333333333,131.372549019608,135.294117647059],[67.6470588235294,114.705882352941,118.627450980392],[87.2549019607843,130.392156862745,131.372549019608],[94.1176470588235,136.274509803922,129.411764705882],[119.607843137255,162.745098039216,148.039215686275],[123.529411764706,168.627450980392,143.137254901961],[166.666666666667,208.823529411765,179.411764705882],[129.411764705882,162.745098039216,138.235294117647],[113.725490196078,142.156862745098,120.588235294118],[106.862745098039,135.294117647059,113.725490196078],[119.607843137255,142.156862745098,122.549019607843],[102.941176470588,113.725490196078,98.0392156862745],[100.980392156863,112.745098039216,99.0196078431373],[114.705882352941,143.137254901961,123.529411764706],[87.2549019607843,126.470588235294,100.980392156863],[142.156862745098,185.294117647059,158.823529411765],[104.901960784314,147.058823529412,119.607843137255],[88.2352941176471,117.647058823529,92.156862745098],[142.156862745098,170.588235294118,143.137254901961],[162.745098039216,197.058823529412,165.686274509804],[196.078431372549,230.392156862745,199.019607843137],[139.21568627451,167.647058823529,137.254901960784],[141.176470588235,167.647058823529,133.333333333333],[140.196078431373,170.588235294118,129.411764705882],[95.0980392156863,127.450980392157,83.3333333333333],[48.0392156862745,83.3333333333333,40.1960784313726],[51.9607843137255,88.2352941176471,45.0980392156863],[62.7450980392157,99.0196078431373,55.8823529411765],[140.196078431373,176.470588235294,133.333333333333],[174.509803921569,209.803921568627,164.705882352941],[113.725490196078,145.098039215686,97.0588235294118],[142.156862745098,168.627450980392,118.627450980392],[186.274509803922,208.823529411765,153.921568627451],[193.137254901961,210.78431372549,151.960784313725],[165.686274509804,180.392156862745,114.705882352941],[186.274509803922,200,126.470588235294],[158.823529411765,171.56862745098,91.1764705882353],[153.921568627451,166.666666666667,80.3921568627451],[141.176470588235,150,68.6274509803922],[110.78431372549,111.764705882353,45.0980392156863],[132.352941176471,132.352941176471,73.5294117647059],[139.21568627451,140.196078431373,84.3137254901961],[158.823529411765,161.764705882353,107.843137254902],[136.274509803922,144.117647058824,88.2352941176471],[146.078431372549,155.882352941176,104.901960784314],[55.8823529411765,66.6666666666667,24.5098039215686],[32.3529411764706,45.0980392156863,2.94117647058824],[125.490196078431,141.176470588235,97.0588235294118],[15.6862745098039,30.3921568627451,0],[24.5098039215686,38.2352941176471,2.94117647058824],[110.78431372549,122.549019607843,87.2549019607843],[148.039215686275,159.803921568627,122.549019607843],[84.3137254901961,94.1176470588235,57.843137254902],[34.3137254901961,44.1176470588235,7.84313725490196],[141.176470588235,148.039215686275,115.686274509804],[150.980392156863,156.862745098039,131.372549019608],[28.4313725490196,30.3921568627451,9.80392156862745],[27.4509803921569,18.6274509803922,1.96078431372549],[37.2549019607843,24.5098039215686,8.82352941176471],[51.9607843137255,40.1960784313726,24.5098039215686],[38.2352941176471,33.3333333333333,13.7254901960784],[67.6470588235294,73.5294117647059,48.0392156862745],[34.3137254901961,45.0980392156863,15.6862745098039],[61.7647058823529,70.5882352941177,42.156862745098],[96.078431372549,96.078431372549,70.5882352941177],[63.7254901960784,49.0196078431373,30.3921568627451],[36.2745098039216,14.7058823529412,1.96078431372549],[26.4705882352941,3.92156862745098,0],[32.3529411764706,17.6470588235294,10.7843137254902],[8.82352941176471,8.82352941176471,0.980392156862745],[2.94117647058824,4.90196078431373,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[27.4509803921569,27.4509803921569,27.4509803921569],[3.92156862745098,3.92156862745098,3.92156862745098],[39.2156862745098,39.2156862745098,39.2156862745098],[28.4313725490196,28.4313725490196,28.4313725490196],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,0],[10.7843137254902,0.980392156862745,0],[20.5882352941176,8.82352941176471,8.82352941176471],[30.3921568627451,16.6666666666667,15.6862745098039],[31.3725490196078,17.6470588235294,16.6666666666667],[26.4705882352941,12.7450980392157,11.7647058823529],[24.5098039215686,10.7843137254902,9.80392156862745],[18.6274509803922,4.90196078431373,3.92156862745098],[11.7647058823529,0,0],[18.6274509803922,3.92156862745098,0],[16.6666666666667,0,0],[14.7058823529412,0,0],[45.0980392156863,22.5490196078431,8.82352941176471],[89.2156862745098,63.7254901960784,47.0588235294118],[115.686274509804,90.1960784313725,73.5294117647059],[43.1372549019608,24.5098039215686,9.80392156862745],[48.0392156862745,29.4117647058824,14.7058823529412],[76.4705882352941,53.921568627451,38.2352941176471],[97.0588235294118,70.5882352941177,53.921568627451],[95.0980392156863,64.7058823529412,47.0588235294118],[127.450980392157,93.1372549019608,74.5098039215686],[119.607843137255,83.3333333333333,64.7058823529412],[144.117647058824,108.823529411765,87.2549019607843],[145.098039215686,111.764705882353,87.2549019607843],[70.5882352941177,39.2156862745098,14.7058823529412],[98.0392156862745,71.5686274509804,45.0980392156863],[99.0196078431373,73.5294117647059,49.0196078431373],[144.117647058824,123.529411764706,97.0588235294118],[131.372549019608,114.705882352941,89.2156862745098],[118.627450980392,102.941176470588,77.4509803921569],[132.352941176471,116.666666666667,91.1764705882353],[105.882352941176,93.1372549019608,61.7647058823529],[72.5490196078431,58.8235294117647,30.3921568627451],[133.333333333333,121.56862745098,96.078431372549],[162.745098039216,150.980392156863,125.490196078431],[195.098039215686,184.313725490196,152.941176470588],[249.019607843137,240.196078431373,209.803921568627],[200,189.21568627451,169.607843137255],[130.392156862745,122.549019607843,103.921568627451],[197.058823529412,194.117647058824,163.725490196078],[184.313725490196,185.294117647059,153.921568627451],[105.882352941176,109.803921568627,85.2941176470588],[120.588235294118,124.509803921569,100],[121.56862745098,125.490196078431,93.1372549019608],[165.686274509804,166.666666666667,133.333333333333],[162.745098039216,159.803921568627,129.411764705882],[129.411764705882,122.549019607843,95.0980392156863],[150,140.196078431373,113.725490196078],[122.549019607843,112.745098039216,86.2745098039216],[135.294117647059,128.43137254902,100.980392156863],[144.117647058824,137.254901960784,109.803921568627],[123.529411764706,114.705882352941,86.2745098039216],[108.823529411765,98.0392156862745,68.6274509803922],[138.235294117647,125.490196078431,92.156862745098],[216.666666666667,199.019607843137,163.725490196078],[177.450980392157,154.901960784314,114.705882352941],[122.549019607843,94.1176470588235,50.9803921568627],[105.882352941176,76.4705882352941,27.4509803921569],[122.549019607843,91.1764705882353,41.1764705882353],[162.745098039216,134.313725490196,79.4117647058823],[182.352941176471,158.823529411765,100],[211.764705882353,190.196078431373,131.372549019608],[236.274509803922,217.647058823529,159.803921568627],[160.78431372549,141.176470588235,91.1764705882353],[157.843137254902,136.274509803922,88.2352941176471],[213.725490196078,184.313725490196,135.294117647059],[221.56862745098,194.117647058824,147.058823529412],[204.901960784314,187.254901960784,142.156862745098],[178.43137254902,163.725490196078,121.56862745098],[115.686274509804,100.980392156863,62.7450980392157],[29.4117647058824,15.6862745098039,0],[59.8039215686275,50.9803921568627,22.5490196078431],[100.980392156863,100,69.6078431372549],[76.4705882352941,85.2941176470588,43.1372549019608],[61.7647058823529,71.5686274509804,22.5490196078431],[110.78431372549,108.823529411765,61.7647058823529],[156.862745098039,150.980392156863,100],[177.450980392157,175.490196078431,115.686274509804],[189.21568627451,191.176470588235,129.411764705882],[185.294117647059,189.21568627451,131.372549019608],[214.705882352941,221.56862745098,171.56862745098],[117.647058823529,127.450980392157,93.1372549019608],[35.2941176470588,52.9411764705882,27.4509803921569],[50,73.5294117647059,57.843137254902],[43.1372549019608,72.5490196078431,62.7450980392157],[32.3529411764706,64.7058823529412,55.8823529411765],[48.0392156862745,82.3529411764706,75.4901960784314],[55.8823529411765,87.2549019607843,82.3529411764706],[45.0980392156863,76.4705882352941,73.5294117647059],[53.921568627451,82.3529411764706,86.2745098039216],[48.0392156862745,78.4313725490196,81.3725490196078],[41.1764705882353,74.5098039215686,75.4901960784314],[33.3333333333333,71.5686274509804,66.6666666666667],[29.4117647058824,72.5490196078431,57.843137254902],[57.843137254902,102.941176470588,92.156862745098],[76.4705882352941,118.627450980392,124.509803921569],[78.4313725490196,121.56862745098,130.392156862745],[79.4117647058823,128.43137254902,127.450980392157],[86.2745098039216,138.235294117647,130.392156862745],[131.372549019608,188.235294117647,174.509803921569],[100,159.803921568627,145.098039215686],[73.5294117647059,132.352941176471,120.588235294118],[138.235294117647,197.058823529412,189.21568627451],[92.156862745098,147.058823529412,148.039215686275],[59.8039215686275,111.764705882353,117.647058823529],[50.9803921568627,100,106.862745098039],[57.843137254902,105.882352941176,110.78431372549],[57.843137254902,105.882352941176,102.941176470588],[83.3333333333333,129.411764705882,119.607843137255],[44.1176470588235,92.156862745098,71.5686274509804],[95.0980392156863,136.274509803922,114.705882352941],[160.78431372549,187.254901960784,172.549019607843],[201.960784313725,221.56862745098,209.803921568627],[143.137254901961,166.666666666667,150.980392156863],[121.56862745098,142.156862745098,127.450980392157],[104.901960784314,116.666666666667,102.941176470588],[139.21568627451,152.941176470588,136.274509803922],[182.352941176471,206.862745098039,185.294117647059],[100,133.333333333333,106.862745098039],[125.490196078431,163.725490196078,133.333333333333],[138.235294117647,174.509803921569,144.117647058824],[121.56862745098,150,122.549019607843],[97.0588235294118,122.549019607843,96.078431372549],[86.2745098039216,118.627450980392,90.1960784313725],[203.921568627451,233.333333333333,205.882352941176],[176.470588235294,196.078431372549,171.56862745098],[151.960784313725,169.607843137255,144.117647058824],[117.647058823529,144.117647058824,109.803921568627],[83.3333333333333,114.705882352941,74.5098039215686],[65.6862745098039,98.0392156862745,55.8823529411765],[104.901960784314,137.254901960784,95.0980392156863],[90.1960784313725,121.56862745098,81.3725490196078],[133.333333333333,163.725490196078,123.529411764706],[162.745098039216,190.196078431373,150],[224.509803921569,250,205.882352941176],[240.196078431373,250,213.725490196078],[214.705882352941,234.313725490196,176.470588235294],[162.745098039216,179.411764705882,112.745098039216],[155.882352941176,169.607843137255,96.078431372549],[180.392156862745,194.117647058824,116.666666666667],[226.470588235294,239.21568627451,161.764705882353],[142.156862745098,153.921568627451,79.4117647058823],[113.725490196078,123.529411764706,55.8823529411765],[192.156862745098,196.078431372549,138.235294117647],[162.745098039216,165.686274509804,113.725490196078],[51.9607843137255,55.8823529411765,6.86274509803922],[69.6078431372549,75.4901960784314,28.4313725490196],[115.686274509804,125.490196078431,73.5294117647059],[56.8627450980392,68.6274509803922,19.6078431372549],[12.7450980392157,24.5098039215686,0],[20.5882352941176,34.3137254901961,0],[60.7843137254902,77.4509803921569,33.3333333333333],[100.980392156863,117.647058823529,74.5098039215686],[42.156862745098,57.843137254902,22.5490196078431],[69.6078431372549,83.3333333333333,50.9803921568627],[86.2745098039216,100.980392156863,60.7843137254902],[119.607843137255,132.352941176471,90.1960784313725],[41.1764705882353,52.9411764705882,15.6862745098039],[31.3725490196078,41.1764705882353,7.84313725490196],[54.9019607843137,60.7843137254902,35.2941176470588],[27.4509803921569,29.4117647058824,8.82352941176471],[44.1176470588235,35.2941176470588,18.6274509803922],[50,38.2352941176471,24.5098039215686],[57.843137254902,49.0196078431373,34.3137254901961],[28.4313725490196,22.5490196078431,6.86274509803922],[33.3333333333333,38.2352941176471,15.6862745098039],[19.6078431372549,28.4313725490196,1.96078431372549],[8.82352941176471,15.6862745098039,0],[69.6078431372549,68.6274509803922,41.1764705882353],[62.7450980392157,48.0392156862745,27.4509803921569],[46.078431372549,24.5098039215686,10.7843137254902],[65.6862745098039,46.078431372549,35.2941176470588],[23.5294117647059,8.82352941176471,1.96078431372549],[8.82352941176471,5.88235294117647,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[10.7843137254902,6.86274509803922,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,0.980392156862745,3.92156862745098],[60.7843137254902,51.9607843137255,54.9019607843137],[48.0392156862745,38.2352941176471,39.2156862745098],[18.6274509803922,6.86274509803922,6.86274509803922],[38.2352941176471,24.5098039215686,23.5294117647059],[40.1960784313726,24.5098039215686,24.5098039215686],[16.6666666666667,0.980392156862745,0.980392156862745],[14.7058823529412,0,0],[25.4901960784314,9.80392156862745,9.80392156862745],[24.5098039215686,8.82352941176471,8.82352941176471],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,9.80392156862745,3.92156862745098],[30.3921568627451,8.82352941176471,0],[43.1372549019608,17.6470588235294,4.90196078431373],[68.6274509803922,42.156862745098,25.4901960784314],[112.745098039216,84.3137254901961,68.6274509803922],[50,22.5490196078431,11.7647058823529],[99.0196078431373,71.5686274509804,60.7843137254902],[126.470588235294,99.0196078431373,87.2549019607843],[80.3921568627451,53.921568627451,37.2549019607843],[87.2549019607843,60.7843137254902,40.1960784313726],[171.56862745098,148.039215686275,124.509803921569],[133.333333333333,109.803921568627,84.3137254901961],[68.6274509803922,48.0392156862745,21.5686274509804],[121.56862745098,100,76.4705882352941],[94.1176470588235,74.5098039215686,50],[50.9803921568627,31.3725490196078,7.84313725490196],[77.4509803921569,55.8823529411765,33.3333333333333],[125.490196078431,103.921568627451,81.3725490196078],[125.490196078431,103.921568627451,80.3921568627451],[129.411764705882,105.882352941176,82.3529411764706],[153.921568627451,139.21568627451,110.78431372549],[175.490196078431,175.490196078431,142.156862745098],[38.2352941176471,44.1176470588235,10.7843137254902],[102.941176470588,101.960784313725,74.5098039215686],[152.941176470588,146.078431372549,120.588235294118],[171.56862745098,160.78431372549,131.372549019608],[176.470588235294,162.745098039216,134.313725490196],[212.745098039216,198.039215686275,179.411764705882],[217.647058823529,206.862745098039,187.254901960784],[217.647058823529,210.78431372549,182.352941176471],[150,147.058823529412,116.666666666667],[55.8823529411765,53.921568627451,31.3725490196078],[114.705882352941,113.725490196078,93.1372549019608],[73.5294117647059,76.4705882352941,48.0392156862745],[141.176470588235,146.078431372549,114.705882352941],[172.549019607843,181.372549019608,152.941176470588],[181.372549019608,185.294117647059,160.78431372549],[131.372549019608,125.490196078431,103.921568627451],[98.0392156862745,87.2549019607843,67.6470588235294],[124.509803921569,116.666666666667,96.078431372549],[112.745098039216,106.862745098039,83.3333333333333],[96.078431372549,92.156862745098,65.6862745098039],[123.529411764706,118.627450980392,90.1960784313725],[108.823529411765,98.0392156862745,68.6274509803922],[149.019607843137,134.313725490196,101.960784313725],[145.098039215686,125.490196078431,89.2156862745098],[138.235294117647,113.725490196078,74.5098039215686],[121.56862745098,95.0980392156863,50.9803921568627],[113.725490196078,86.2745098039216,39.2156862745098],[137.254901960784,107.843137254902,56.8627450980392],[175.490196078431,146.078431372549,93.1372549019608],[213.725490196078,188.235294117647,132.352941176471],[176.470588235294,150.980392156863,95.0980392156863],[165.686274509804,139.21568627451,85.2941176470588],[195.098039215686,168.627450980392,114.705882352941],[189.21568627451,160.78431372549,105.882352941176],[208.823529411765,184.313725490196,131.372549019608],[224.509803921569,206.862745098039,159.803921568627],[217.647058823529,200.980392156863,155.882352941176],[153.921568627451,131.372549019608,82.3529411764706],[70.5882352941177,47.0588235294118,1.96078431372549],[121.56862745098,101.960784313725,69.6078431372549],[176.470588235294,167.647058823529,135.294117647059],[175.490196078431,184.313725490196,138.235294117647],[95.0980392156863,106.862745098039,59.8039215686275],[67.6470588235294,70.5882352941177,28.4313725490196],[161.764705882353,160.78431372549,117.647058823529],[96.078431372549,95.0980392156863,42.156862745098],[94.1176470588235,93.1372549019608,38.2352941176471],[119.607843137255,119.607843137255,70.5882352941177],[165.686274509804,170.588235294118,130.392156862745],[62.7450980392157,73.5294117647059,44.1176470588235],[32.3529411764706,49.0196078431373,30.3921568627451],[47.0588235294118,72.5490196078431,61.7647058823529],[50,80.3921568627451,74.5098039215686],[90.1960784313725,124.509803921569,117.647058823529],[33.3333333333333,69.6078431372549,62.7450980392157],[47.0588235294118,81.3725490196078,75.4901960784314],[48.0392156862745,81.3725490196078,80.3921568627451],[50.9803921568627,81.3725490196078,84.3137254901961],[49.0196078431373,79.4117647058823,82.3529411764706],[50,83.3333333333333,84.3137254901961],[31.3725490196078,70.5882352941177,62.7450980392157],[33.3333333333333,74.5098039215686,60.7843137254902],[89.2156862745098,132.352941176471,119.607843137255],[85.2941176470588,130.392156862745,127.450980392157],[75.4901960784314,122.549019607843,122.549019607843],[78.4313725490196,127.450980392157,126.470588235294],[84.3137254901961,135.294117647059,133.333333333333],[69.6078431372549,124.509803921569,121.56862745098],[59.8039215686275,117.647058823529,115.686274509804],[91.1764705882353,150,148.039215686275],[71.5686274509804,130.392156862745,130.392156862745],[67.6470588235294,126.470588235294,127.450980392157],[78.4313725490196,137.254901960784,138.235294117647],[57.843137254902,114.705882352941,116.666666666667],[75.4901960784314,130.392156862745,131.372549019608],[65.6862745098039,119.607843137255,116.666666666667],[71.5686274509804,122.549019607843,118.627450980392],[54.9019607843137,104.901960784314,100],[93.1372549019608,133.333333333333,127.450980392157],[205.882352941176,227.450980392157,225.490196078431],[239.21568627451,250,250],[199.019607843137,221.56862745098,213.725490196078],[194.117647058824,217.647058823529,204.901960784314],[163.725490196078,181.372549019608,167.647058823529],[169.607843137255,188.235294117647,169.607843137255],[154.901960784314,180.392156862745,155.882352941176],[135.294117647059,167.647058823529,139.21568627451],[121.56862745098,157.843137254902,125.490196078431],[150.980392156863,187.254901960784,154.901960784314],[107.843137254902,138.235294117647,107.843137254902],[66.6666666666667,96.078431372549,68.6274509803922],[134.313725490196,166.666666666667,140.196078431373],[212.745098039216,240.196078431373,217.647058823529],[228.43137254902,243.137254901961,224.509803921569],[139.21568627451,153.921568627451,135.294117647059],[123.529411764706,147.058823529412,125.490196078431],[118.627450980392,147.058823529412,119.607843137255],[110.78431372549,139.21568627451,108.823529411765],[135.294117647059,161.764705882353,129.411764705882],[111.764705882353,138.235294117647,105.882352941176],[150,173.529411764706,142.156862745098],[206.862745098039,226.470588235294,199.019607843137],[214.705882352941,231.372549019608,198.039215686275],[212.745098039216,229.411764705882,186.274509803922],[191.176470588235,204.901960784314,152.941176470588],[182.352941176471,197.058823529412,131.372549019608],[192.156862745098,205.882352941176,132.352941176471],[173.529411764706,186.274509803922,115.686274509804],[166.666666666667,178.43137254902,113.725490196078],[101.960784313725,112.745098039216,57.843137254902],[160.78431372549,168.627450980392,120.588235294118],[230.392156862745,237.254901960784,187.254901960784],[92.156862745098,98.0392156862745,52.9411764705882],[39.2156862745098,46.078431372549,4.90196078431373],[17.6470588235294,26.4705882352941,0],[100.980392156863,112.745098039216,65.6862745098039],[92.156862745098,104.901960784314,61.7647058823529],[54.9019607843137,68.6274509803922,34.3137254901961],[103.921568627451,118.627450980392,86.2745098039216],[80.3921568627451,97.0588235294118,55.8823529411765],[108.823529411765,125.490196078431,84.3137254901961],[105.882352941176,120.588235294118,88.2352941176471],[95.0980392156863,108.823529411765,76.4705882352941],[47.0588235294118,61.7647058823529,21.5686274509804],[128.43137254902,143.137254901961,100.980392156863],[105.882352941176,120.588235294118,82.3529411764706],[0,7.84313725490196,0],[37.2549019607843,40.1960784313726,9.80392156862745],[60.7843137254902,58.8235294117647,34.3137254901961],[37.2549019607843,34.3137254901961,15.6862745098039],[56.8627450980392,52.9411764705882,41.1764705882353],[44.1176470588235,41.1764705882353,32.3529411764706],[5.88235294117647,2.94117647058824,0],[22.5490196078431,20.5882352941176,7.84313725490196],[30.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,76.4705882352941,48.0392156862745],[62.7450980392157,56.8627450980392,25.4901960784314],[83.3333333333333,72.5490196078431,43.1372549019608],[87.2549019607843,73.5294117647059,48.0392156862745],[63.7254901960784,50.9803921568627,34.3137254901961],[17.6470588235294,4.90196078431373,0],[13.7254901960784,3.92156862745098,4.90196078431373],[3.92156862745098,0,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[5.88235294117647,0,0],[37.2549019607843,27.4509803921569,28.4313725490196],[22.5490196078431,10.7843137254902,10.7843137254902],[9.80392156862745,0,0],[30.3921568627451,14.7058823529412,14.7058823529412],[40.1960784313726,25.4901960784314,22.5490196078431],[27.4509803921569,12.7450980392157,9.80392156862745],[12.7450980392157,0,0],[14.7058823529412,0,0],[26.4705882352941,11.7647058823529,8.82352941176471],[44.1176470588235,26.4705882352941,22.5490196078431],[51.9607843137255,33.3333333333333,26.4705882352941],[53.921568627451,32.3529411764706,19.6078431372549],[46.078431372549,20.5882352941176,5.88235294117647],[43.1372549019608,16.6666666666667,0],[63.7254901960784,35.2941176470588,19.6078431372549],[78.4313725490196,46.078431372549,37.2549019607843],[111.764705882353,82.3529411764706,74.5098039215686],[130.392156862745,101.960784313725,88.2352941176471],[44.1176470588235,17.6470588235294,0],[44.1176470588235,20.5882352941176,0],[111.764705882353,91.1764705882353,62.7450980392157],[127.450980392157,108.823529411765,79.4117647058823],[25.4901960784314,5.88235294117647,0],[44.1176470588235,27.4509803921569,1.96078431372549],[90.1960784313725,72.5490196078431,49.0196078431373],[92.156862745098,71.5686274509804,50.9803921568627],[61.7647058823529,41.1764705882353,20.5882352941176],[65.6862745098039,44.1176470588235,21.5686274509804],[110.78431372549,89.2156862745098,65.6862745098039],[109.803921568627,86.2745098039216,60.7843137254902],[123.529411764706,109.803921568627,81.3725490196078],[207.843137254902,214.705882352941,181.372549019608],[62.7450980392157,76.4705882352941,42.156862745098],[55.8823529411765,58.8235294117647,32.3529411764706],[102.941176470588,96.078431372549,70.5882352941177],[111.764705882353,98.0392156862745,69.6078431372549],[183.333333333333,168.627450980392,140.196078431373],[232.352941176471,217.647058823529,199.019607843137],[212.745098039216,200,181.372549019608],[185.294117647059,178.43137254902,150],[153.921568627451,149.019607843137,119.607843137255],[163.725490196078,156.862745098039,138.235294117647],[113.725490196078,110.78431372549,92.156862745098],[63.7254901960784,66.6666666666667,40.1960784313726],[139.21568627451,148.039215686275,119.607843137255],[164.705882352941,178.43137254902,152.941176470588],[132.352941176471,144.117647058824,120.588235294118],[110.78431372549,107.843137254902,91.1764705882353],[97.0588235294118,88.2352941176471,73.5294117647059],[127.450980392157,120.588235294118,102.941176470588],[130.392156862745,125.490196078431,105.882352941176],[116.666666666667,111.764705882353,90.1960784313725],[103.921568627451,100,73.5294117647059],[136.274509803922,131.372549019608,101.960784313725],[150,141.176470588235,108.823529411765],[139.21568627451,125.490196078431,91.1764705882353],[163.725490196078,144.117647058824,107.843137254902],[147.058823529412,122.549019607843,82.3529411764706],[115.686274509804,87.2549019607843,44.1176470588235],[110.78431372549,80.3921568627451,34.3137254901961],[144.117647058824,112.745098039216,62.7450980392157],[194.117647058824,163.725490196078,109.803921568627],[146.078431372549,115.686274509804,59.8039215686275],[158.823529411765,129.411764705882,70.5882352941177],[171.56862745098,143.137254901961,84.3137254901961],[157.843137254902,132.352941176471,72.5490196078431],[192.156862745098,170.588235294118,113.725490196078],[239.21568627451,226.470588235294,174.509803921569],[241.176470588235,225.490196078431,174.509803921569],[169.607843137255,141.176470588235,84.3137254901961],[159.803921568627,129.411764705882,75.4901960784314],[109.803921568627,82.3529411764706,43.1372549019608],[54.9019607843137,39.2156862745098,3.92156862745098],[58.8235294117647,64.7058823529412,19.6078431372549],[126.470588235294,139.21568627451,94.1176470588235],[64.7058823529412,70.5882352941177,35.2941176470588],[87.2549019607843,87.2549019607843,53.921568627451],[93.1372549019608,90.1960784313725,48.0392156862745],[54.9019607843137,51.9607843137255,7.84313725490196],[66.6666666666667,67.6470588235294,28.4313725490196],[55.8823529411765,58.8235294117647,28.4313725490196],[51.9607843137255,60.7843137254902,40.1960784313726],[32.3529411764706,50,38.2352941176471],[38.2352941176471,64.7058823529412,57.843137254902],[56.8627450980392,91.1764705882353,85.2941176470588],[45.0980392156863,84.3137254901961,75.4901960784314],[42.156862745098,83.3333333333333,73.5294117647059],[69.6078431372549,108.823529411765,100],[55.8823529411765,92.156862745098,85.2941176470588],[45.0980392156863,78.4313725490196,79.4117647058823],[57.843137254902,91.1764705882353,93.1372549019608],[74.5098039215686,109.803921568627,109.803921568627],[50,88.2352941176471,83.3333333333333],[36.2745098039216,77.4509803921569,65.6862745098039],[76.4705882352941,119.607843137255,106.862745098039],[135.294117647059,181.372549019608,173.529411764706],[87.2549019607843,135.294117647059,131.372549019608],[69.6078431372549,118.627450980392,115.686274509804],[87.2549019607843,138.235294117647,136.274509803922],[108.823529411765,163.725490196078,162.745098039216],[96.078431372549,152.941176470588,153.921568627451],[86.2745098039216,145.098039215686,146.078431372549],[64.7058823529412,124.509803921569,125.490196078431],[72.5490196078431,132.352941176471,135.294117647059],[71.5686274509804,131.372549019608,134.313725490196],[52.9411764705882,112.745098039216,115.686274509804],[53.921568627451,112.745098039216,113.725490196078],[53.921568627451,110.78431372549,112.745098039216],[73.5294117647059,128.43137254902,129.411764705882],[69.6078431372549,122.549019607843,122.549019607843],[105.882352941176,147.058823529412,146.078431372549],[225.490196078431,246.078431372549,250],[204.901960784314,222.549019607843,224.509803921569],[128.43137254902,154.901960784314,150],[178.43137254902,209.803921568627,199.019607843137],[138.235294117647,165.686274509804,151.960784313725],[98.0392156862745,126.470588235294,106.862745098039],[95.0980392156863,126.470588235294,102.941176470588],[94.1176470588235,130.392156862745,100],[85.2941176470588,123.529411764706,93.1372549019608],[95.0980392156863,133.333333333333,102.941176470588],[73.5294117647059,111.764705882353,81.3725490196078],[68.6274509803922,103.921568627451,76.4705882352941],[147.058823529412,185.294117647059,158.823529411765],[194.117647058824,225.490196078431,202.941176470588],[219.607843137255,236.274509803922,220.588235294118],[156.862745098039,170.588235294118,155.882352941176],[144.117647058824,167.647058823529,151.960784313725],[153.921568627451,182.352941176471,160.78431372549],[190.196078431373,218.627450980392,191.176470588235],[231.372549019608,250,227.450980392157],[204.901960784314,228.43137254902,197.058823529412],[213.725490196078,232.352941176471,202.941176470588],[200,214.705882352941,186.274509803922],[184.313725490196,198.039215686275,163.725490196078],[149.019607843137,161.764705882353,118.627450980392],[142.156862745098,156.862745098039,100.980392156863],[164.705882352941,179.411764705882,111.764705882353],[168.627450980392,184.313725490196,112.745098039216],[161.764705882353,177.450980392157,107.843137254902],[64.7058823529412,78.4313725490196,18.6274509803922],[73.5294117647059,85.2941176470588,40.1960784313726],[179.411764705882,190.196078431373,149.019607843137],[163.725490196078,172.549019607843,130.392156862745],[84.3137254901961,93.1372549019608,49.0196078431373],[25.4901960784314,33.3333333333333,0],[36.2745098039216,47.0588235294118,7.84313725490196],[68.6274509803922,81.3725490196078,39.2156862745098],[80.3921568627451,92.156862745098,52.9411764705882],[33.3333333333333,47.0588235294118,12.7450980392157],[45.0980392156863,59.8039215686275,27.4509803921569],[130.392156862745,146.078431372549,109.803921568627],[150.980392156863,166.666666666667,128.43137254902],[14.7058823529412,30.3921568627451,0],[50,65.6862745098039,30.3921568627451],[3.92156862745098,18.6274509803922,0],[87.2549019607843,101.960784313725,61.7647058823529],[155.882352941176,170.588235294118,130.392156862745],[87.2549019607843,97.0588235294118,62.7450980392157],[85.2941176470588,88.2352941176471,57.843137254902],[76.4705882352941,74.5098039215686,50],[33.3333333333333,32.3529411764706,12.7450980392157],[17.6470588235294,15.6862745098039,0.980392156862745],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,47.0588235294118,35.2941176470588],[27.4509803921569,25.4901960784314,10.7843137254902],[37.2549019607843,35.2941176470588,14.7058823529412],[27.4509803921569,21.5686274509804,0],[43.1372549019608,36.2745098039216,7.84313725490196],[92.156862745098,81.3725490196078,53.921568627451],[86.2745098039216,74.5098039215686,50.9803921568627],[51.9607843137255,39.2156862745098,23.5294117647059],[54.9019607843137,42.156862745098,34.3137254901961],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,8.82352941176471],[5.88235294117647,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[10.7843137254902,0.980392156862745,0],[13.7254901960784,2.94117647058824,0.980392156862745],[26.4705882352941,12.7450980392157,9.80392156862745],[21.5686274509804,6.86274509803922,1.96078431372549],[31.3725490196078,13.7254901960784,9.80392156862745],[50.9803921568627,33.3333333333333,29.4117647058824],[36.2745098039216,18.6274509803922,14.7058823529412],[25.4901960784314,7.84313725490196,3.92156862745098],[27.4509803921569,10.7843137254902,3.92156862745098],[38.2352941176471,19.6078431372549,12.7450980392157],[41.1764705882353,21.5686274509804,12.7450980392157],[36.2745098039216,14.7058823529412,0.980392156862745],[54.9019607843137,29.4117647058824,12.7450980392157],[84.3137254901961,56.8627450980392,36.2745098039216],[90.1960784313725,61.7647058823529,44.1176470588235],[21.5686274509804,0,0],[19.6078431372549,0,0],[82.3529411764706,56.8627450980392,40.1960784313726],[96.078431372549,69.6078431372549,49.0196078431373],[93.1372549019608,67.6470588235294,41.1764705882353],[78.4313725490196,53.921568627451,24.5098039215686],[105.882352941176,81.3725490196078,51.9607843137255],[75.4901960784314,50,23.5294117647059],[62.7450980392157,35.2941176470588,13.7254901960784],[83.3333333333333,55.8823529411765,35.2941176470588],[100,73.5294117647059,54.9019607843137],[76.4705882352941,51.9607843137255,32.3529411764706],[95.0980392156863,73.5294117647059,50.9803921568627],[91.1764705882353,74.5098039215686,47.0588235294118],[97.0588235294118,82.3529411764706,50],[157.843137254902,151.960784313725,116.666666666667],[133.333333333333,145.098039215686,109.803921568627],[92.156862745098,105.882352941176,73.5294117647059],[80.3921568627451,78.4313725490196,55.8823529411765],[97.0588235294118,85.2941176470588,63.7254901960784],[142.156862745098,125.490196078431,100],[190.196078431373,173.529411764706,148.039215686275],[241.176470588235,226.470588235294,205.882352941176],[236.274509803922,225.490196078431,203.921568627451],[152.941176470588,148.039215686275,116.666666666667],[109.803921568627,106.862745098039,76.4705882352941],[155.882352941176,149.019607843137,130.392156862745],[160.78431372549,154.901960784314,139.21568627451],[129.411764705882,129.411764705882,105.882352941176],[130.392156862745,139.21568627451,112.745098039216],[129.411764705882,147.058823529412,123.529411764706],[131.372549019608,146.078431372549,125.490196078431],[98.0392156862745,100,86.2745098039216],[92.156862745098,86.2745098039216,72.5490196078431],[114.705882352941,107.843137254902,92.156862745098],[149.019607843137,140.196078431373,123.529411764706],[147.058823529412,139.21568627451,118.627450980392],[157.843137254902,153.921568627451,129.411764705882],[194.117647058824,195.098039215686,164.705882352941],[134.313725490196,135.294117647059,103.921568627451],[181.372549019608,177.450980392157,143.137254901961],[151.960784313725,139.21568627451,104.901960784314],[119.607843137255,96.078431372549,58.8235294117647],[120.588235294118,89.2156862745098,50.9803921568627],[138.235294117647,101.960784313725,58.8235294117647],[141.176470588235,105.882352941176,56.8627450980392],[173.529411764706,143.137254901961,89.2156862745098],[170.588235294118,141.176470588235,82.3529411764706],[175.490196078431,147.058823529412,82.3529411764706],[183.333333333333,156.862745098039,89.2156862745098],[139.21568627451,116.666666666667,50.9803921568627],[126.470588235294,108.823529411765,46.078431372549],[197.058823529412,187.254901960784,129.411764705882],[250,239.21568627451,181.372549019608],[213.725490196078,183.333333333333,119.607843137255],[151.960784313725,114.705882352941,53.921568627451],[115.686274509804,82.3529411764706,35.2941176470588],[58.8235294117647,38.2352941176471,0],[40.1960784313726,43.1372549019608,0],[220.588235294118,231.372549019608,192.156862745098],[151.960784313725,155.882352941176,129.411764705882],[110.78431372549,108.823529411765,86.2745098039216],[115.686274509804,110.78431372549,79.4117647058823],[40.1960784313726,35.2941176470588,3.92156862745098],[82.3529411764706,80.3921568627451,57.843137254902],[48.0392156862745,50.9803921568627,34.3137254901961],[34.3137254901961,44.1176470588235,35.2941176470588],[28.4313725490196,47.0588235294118,43.1372549019608],[41.1764705882353,71.5686274509804,66.6666666666667],[39.2156862745098,75.4901960784314,67.6470588235294],[23.5294117647059,64.7058823529412,50.9803921568627],[61.7647058823529,105.882352941176,86.2745098039216],[63.7254901960784,105.882352941176,87.2549019607843],[57.843137254902,99.0196078431373,85.2941176470588],[50,86.2745098039216,79.4117647058823],[40.1960784313726,75.4901960784314,75.4901960784314],[45.0980392156863,79.4117647058823,81.3725490196078],[49.0196078431373,84.3137254901961,84.3137254901961],[46.078431372549,84.3137254901961,81.3725490196078],[51.9607843137255,93.1372549019608,89.2156862745098],[47.0588235294118,92.156862745098,90.1960784313725],[59.8039215686275,107.843137254902,104.901960784314],[62.7450980392157,110.78431372549,106.862745098039],[59.8039215686275,109.803921568627,102.941176470588],[123.529411764706,178.43137254902,169.607843137255],[118.627450980392,174.509803921569,167.647058823529],[65.6862745098039,125.490196078431,120.588235294118],[84.3137254901961,144.117647058824,145.098039215686],[92.156862745098,150.980392156863,158.823529411765],[64.7058823529412,125.490196078431,136.274509803922],[60.7843137254902,121.56862745098,134.313725490196],[48.0392156862745,106.862745098039,117.647058823529],[51.9607843137255,107.843137254902,116.666666666667],[66.6666666666667,120.588235294118,123.529411764706],[50,103.921568627451,100.980392156863],[69.6078431372549,112.745098039216,111.764705882353],[189.21568627451,216.666666666667,219.607843137255],[177.450980392157,200.980392156863,202.941176470588],[94.1176470588235,129.411764705882,125.490196078431],[69.6078431372549,111.764705882353,101.960784313725],[54.9019607843137,98.0392156862745,83.3333333333333],[62.7450980392157,104.901960784314,86.2745098039216],[53.921568627451,95.0980392156863,73.5294117647059],[67.6470588235294,108.823529411765,85.2941176470588],[46.078431372549,89.2156862745098,62.7450980392157],[70.5882352941177,115.686274509804,87.2549019607843],[33.3333333333333,81.3725490196078,51.9607843137255],[50,98.0392156862745,68.6274509803922],[172.549019607843,217.647058823529,190.196078431373],[181.372549019608,218.627450980392,196.078431372549],[146.078431372549,168.627450980392,150.980392156863],[193.137254901961,213.725490196078,197.058823529412],[172.549019607843,200.980392156863,181.372549019608],[144.117647058824,175.490196078431,152.941176470588],[188.235294117647,218.627450980392,188.235294117647],[165.686274509804,191.176470588235,156.862745098039],[159.803921568627,181.372549019608,144.117647058824],[179.411764705882,197.058823529412,157.843137254902],[96.078431372549,110.78431372549,70.5882352941177],[118.627450980392,131.372549019608,86.2745098039216],[147.058823529412,161.764705882353,107.843137254902],[139.21568627451,153.921568627451,90.1960784313725],[115.686274509804,133.333333333333,60.7843137254902],[166.666666666667,184.313725490196,109.803921568627],[161.764705882353,178.43137254902,109.803921568627],[95.0980392156863,110.78431372549,50],[88.2352941176471,103.921568627451,55.8823529411765],[153.921568627451,166.666666666667,124.509803921569],[102.941176470588,113.725490196078,71.5686274509804],[140.196078431373,150.980392156863,108.823529411765],[85.2941176470588,96.078431372549,53.921568627451],[28.4313725490196,41.1764705882353,0],[28.4313725490196,40.1960784313726,4.90196078431373],[127.450980392157,139.21568627451,103.921568627451],[79.4117647058823,94.1176470588235,55.8823529411765],[64.7058823529412,78.4313725490196,43.1372549019608],[161.764705882353,175.490196078431,143.137254901961],[33.3333333333333,47.0588235294118,14.7058823529412],[16.6666666666667,30.3921568627451,0],[0,13.7254901960784,0],[8.82352941176471,20.5882352941176,0],[131.372549019608,143.137254901961,107.843137254902],[136.274509803922,148.039215686275,110.78431372549],[119.607843137255,129.411764705882,95.0980392156863],[58.8235294117647,63.7254901960784,41.1764705882353],[0.980392156862745,1.96078431372549,0],[29.4117647058824,24.5098039215686,5.88235294117647],[32.3529411764706,25.4901960784314,7.84313725490196],[11.7647058823529,4.90196078431373,0],[46.078431372549,44.1176470588235,23.5294117647059],[36.2745098039216,38.2352941176471,14.7058823529412],[34.3137254901961,37.2549019607843,10.7843137254902],[37.2549019607843,35.2941176470588,10.7843137254902],[24.5098039215686,16.6666666666667,0],[62.7450980392157,46.078431372549,30.3921568627451],[76.4705882352941,54.9019607843137,42.156862745098],[36.2745098039216,16.6666666666667,7.84313725490196],[30.3921568627451,16.6666666666667,7.84313725490196],[5.88235294117647,0,0],[12.7450980392157,9.80392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,14.7058823529412,15.6862745098039],[108.823529411765,106.862745098039,107.843137254902],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[19.6078431372549,15.6862745098039,16.6666666666667],[14.7058823529412,10.7843137254902,11.7647058823529],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[15.6862745098039,7.84313725490196,5.88235294117647],[17.6470588235294,7.84313725490196,5.88235294117647],[12.7450980392157,1.96078431372549,0],[17.6470588235294,4.90196078431373,0],[22.5490196078431,7.84313725490196,0.980392156862745],[45.0980392156863,28.4313725490196,20.5882352941176],[64.7058823529412,48.0392156862745,40.1960784313726],[43.1372549019608,26.4705882352941,18.6274509803922],[23.5294117647059,6.86274509803922,0],[21.5686274509804,4.90196078431373,0],[39.2156862745098,21.5686274509804,11.7647058823529],[40.1960784313726,21.5686274509804,7.84313725490196],[20.5882352941176,0,0],[58.8235294117647,34.3137254901961,12.7450980392157],[115.686274509804,88.2352941176471,64.7058823529412],[103.921568627451,76.4705882352941,54.9019607843137],[100.980392156863,73.5294117647059,59.8039215686275],[41.1764705882353,15.6862745098039,0.980392156862745],[64.7058823529412,40.1960784313726,20.5882352941176],[95.0980392156863,69.6078431372549,45.0980392156863],[103.921568627451,79.4117647058823,50],[117.647058823529,91.1764705882353,61.7647058823529],[124.509803921569,96.078431372549,66.6666666666667],[142.156862745098,111.764705882353,84.3137254901961],[136.274509803922,104.901960784314,82.3529411764706],[155.882352941176,123.529411764706,104.901960784314],[107.843137254902,77.4509803921569,59.8039215686275],[70.5882352941177,44.1176470588235,23.5294117647059],[136.274509803922,114.705882352941,91.1764705882353],[80.3921568627451,63.7254901960784,34.3137254901961],[84.3137254901961,71.5686274509804,37.2549019607843],[111.764705882353,105.882352941176,70.5882352941177],[107.843137254902,111.764705882353,79.4117647058823],[96.078431372549,96.078431372549,70.5882352941177],[100.980392156863,90.1960784313725,70.5882352941177],[123.529411764706,105.882352941176,86.2745098039216],[136.274509803922,116.666666666667,92.156862745098],[152.941176470588,137.254901960784,111.764705882353],[220.588235294118,214.705882352941,191.176470588235],[218.627450980392,218.627450980392,193.137254901961],[125.490196078431,131.372549019608,96.078431372549],[102.941176470588,108.823529411765,75.4901960784314],[109.803921568627,107.843137254902,87.2549019607843],[139.21568627451,133.333333333333,117.647058823529],[146.078431372549,144.117647058824,123.529411764706],[107.843137254902,111.764705882353,89.2156862745098],[125.490196078431,137.254901960784,117.647058823529],[97.0588235294118,107.843137254902,91.1764705882353],[105.882352941176,109.803921568627,96.078431372549],[108.823529411765,106.862745098039,94.1176470588235],[115.686274509804,108.823529411765,93.1372549019608],[122.549019607843,113.725490196078,97.0588235294118],[144.117647058824,136.274509803922,115.686274509804],[179.411764705882,175.490196078431,150.980392156863],[115.686274509804,120.588235294118,91.1764705882353],[117.647058823529,123.529411764706,90.1960784313725],[108.823529411765,109.803921568627,76.4705882352941],[114.705882352941,108.823529411765,73.5294117647059],[100,80.3921568627451,46.078431372549],[112.745098039216,83.3333333333333,46.078431372549],[111.764705882353,77.4509803921569,36.2745098039216],[125.490196078431,90.1960784313725,43.1372549019608],[203.921568627451,173.529411764706,119.607843137255],[188.235294117647,160.78431372549,99.0196078431373],[200,173.529411764706,105.882352941176],[178.43137254902,154.901960784314,86.2745098039216],[150,126.470588235294,63.7254901960784],[116.666666666667,99.0196078431373,38.2352941176471],[207.843137254902,198.039215686275,138.235294117647],[250,250,190.196078431373],[218.627450980392,188.235294117647,124.509803921569],[173.529411764706,136.274509803922,74.5098039215686],[121.56862745098,87.2549019607843,32.3529411764706],[106.862745098039,83.3333333333333,36.2745098039216],[90.1960784313725,87.2549019607843,45.0980392156863],[154.901960784314,158.823529411765,126.470588235294],[126.470588235294,124.509803921569,101.960784313725],[90.1960784313725,85.2941176470588,65.6862745098039],[36.2745098039216,30.3921568627451,4.90196078431373],[14.7058823529412,9.80392156862745,0],[59.8039215686275,57.843137254902,45.0980392156863],[48.0392156862745,50.9803921568627,44.1176470588235],[35.2941176470588,47.0588235294118,45.0980392156863],[25.4901960784314,45.0980392156863,44.1176470588235],[34.3137254901961,65.6862745098039,62.7450980392157],[40.1960784313726,80.3921568627451,72.5490196078431],[31.3725490196078,77.4509803921569,59.8039215686275],[48.0392156862745,95.0980392156863,73.5294117647059],[62.7450980392157,109.803921568627,86.2745098039216],[37.2549019607843,81.3725490196078,61.7647058823529],[37.2549019607843,76.4705882352941,67.6470588235294],[52.9411764705882,88.2352941176471,86.2745098039216],[47.0588235294118,81.3725490196078,83.3333333333333],[38.2352941176471,75.4901960784314,76.4705882352941],[46.078431372549,85.2941176470588,84.3137254901961],[54.9019607843137,96.078431372549,95.0980392156863],[33.3333333333333,78.4313725490196,78.4313725490196],[81.3725490196078,129.411764705882,126.470588235294],[80.3921568627451,128.43137254902,122.549019607843],[60.7843137254902,109.803921568627,99.0196078431373],[80.3921568627451,131.372549019608,118.627450980392],[80.3921568627451,135.294117647059,122.549019607843],[83.3333333333333,139.21568627451,132.352941176471],[68.6274509803922,127.450980392157,127.450980392157],[71.5686274509804,130.392156862745,140.196078431373],[68.6274509803922,129.411764705882,144.117647058824],[61.7647058823529,121.56862745098,139.21568627451],[71.5686274509804,129.411764705882,145.098039215686],[69.6078431372549,125.490196078431,136.274509803922],[50.9803921568627,104.901960784314,109.803921568627],[70.5882352941177,121.56862745098,119.607843137255],[68.6274509803922,112.745098039216,109.803921568627],[139.21568627451,169.607843137255,171.56862745098],[130.392156862745,159.803921568627,161.764705882353],[71.5686274509804,112.745098039216,108.823529411765],[57.843137254902,107.843137254902,99.0196078431373],[70.5882352941177,123.529411764706,110.78431372549],[69.6078431372549,122.549019607843,108.823529411765],[62.7450980392157,109.803921568627,96.078431372549],[46.078431372549,92.156862745098,74.5098039215686],[45.0980392156863,91.1764705882353,71.5686274509804],[24.5098039215686,75.4901960784314,52.9411764705882],[49.0196078431373,103.921568627451,77.4509803921569],[108.823529411765,163.725490196078,137.254901960784],[154.901960784314,206.862745098039,179.411764705882],[101.960784313725,145.098039215686,120.588235294118],[151.960784313725,180.392156862745,160.78431372549],[205.882352941176,232.352941176471,213.725490196078],[152.941176470588,185.294117647059,164.705882352941],[168.627450980392,202.941176470588,179.411764705882],[192.156862745098,224.509803921569,196.078431372549],[140.196078431373,166.666666666667,132.352941176471],[125.490196078431,147.058823529412,108.823529411765],[59.8039215686275,78.4313725490196,33.3333333333333],[117.647058823529,134.313725490196,83.3333333333333],[155.882352941176,170.588235294118,114.705882352941],[141.176470588235,156.862745098039,95.0980392156863],[148.039215686275,167.647058823529,100],[138.235294117647,159.803921568627,89.2156862745098],[168.627450980392,190.196078431373,119.607843137255],[135.294117647059,155.882352941176,90.1960784313725],[95.0980392156863,114.705882352941,54.9019607843137],[86.2745098039216,103.921568627451,52.9411764705882],[100.980392156863,118.627450980392,71.5686274509804],[17.6470588235294,30.3921568627451,0],[83.3333333333333,95.0980392156863,50],[134.313725490196,148.039215686275,100],[56.8627450980392,69.6078431372549,26.4705882352941],[26.4705882352941,38.2352941176471,2.94117647058824],[49.0196078431373,59.8039215686275,26.4705882352941],[59.8039215686275,72.5490196078431,30.3921568627451],[118.627450980392,130.392156862745,91.1764705882353],[26.4705882352941,37.2549019607843,7.84313725490196],[3.92156862745098,13.7254901960784,0],[7.84313725490196,19.6078431372549,0],[7.84313725490196,19.6078431372549,0],[14.7058823529412,25.4901960784314,0],[50,60.7843137254902,27.4509803921569],[75.4901960784314,87.2549019607843,50],[94.1176470588235,105.882352941176,70.5882352941177],[8.82352941176471,18.6274509803922,0],[35.2941176470588,38.2352941176471,17.6470588235294],[53.921568627451,49.0196078431373,29.4117647058824],[62.7450980392157,54.9019607843137,36.2745098039216],[52.9411764705882,45.0980392156863,26.4705882352941],[33.3333333333333,28.4313725490196,6.86274509803922],[54.9019607843137,57.843137254902,31.3725490196078],[49.0196078431373,52.9411764705882,26.4705882352941],[63.7254901960784,66.6666666666667,40.1960784313726],[43.1372549019608,37.2549019607843,13.7254901960784],[39.2156862745098,20.5882352941176,3.92156862745098],[70.5882352941177,44.1176470588235,33.3333333333333],[91.1764705882353,66.6666666666667,59.8039215686275],[35.2941176470588,18.6274509803922,10.7843137254902],[10.7843137254902,6.86274509803922,0],[0,0.980392156862745,0],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[19.6078431372549,15.6862745098039,16.6666666666667],[20.5882352941176,16.6666666666667,17.6470588235294],[9.80392156862745,3.92156862745098,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[13.7254901960784,7.84313725490196,9.80392156862745],[16.6666666666667,7.84313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,13.7254901960784],[13.7254901960784,2.94117647058824,0],[17.6470588235294,4.90196078431373,0],[19.6078431372549,4.90196078431373,0],[27.4509803921569,10.7843137254902,2.94117647058824],[25.4901960784314,8.82352941176471,0.980392156862745],[21.5686274509804,4.90196078431373,0],[50.9803921568627,34.3137254901961,26.4705882352941],[45.0980392156863,28.4313725490196,20.5882352941176],[30.3921568627451,13.7254901960784,3.92156862745098],[43.1372549019608,25.4901960784314,11.7647058823529],[45.0980392156863,26.4705882352941,11.7647058823529],[38.2352941176471,16.6666666666667,0],[49.0196078431373,23.5294117647059,0.980392156862745],[107.843137254902,81.3725490196078,54.9019607843137],[88.2352941176471,58.8235294117647,33.3333333333333],[76.4705882352941,48.0392156862745,30.3921568627451],[79.4117647058823,50.9803921568627,33.3333333333333],[73.5294117647059,46.078431372549,24.5098039215686],[73.5294117647059,48.0392156862745,21.5686274509804],[100.980392156863,76.4705882352941,46.078431372549],[111.764705882353,86.2745098039216,53.921568627451],[130.392156862745,101.960784313725,70.5882352941177],[85.2941176470588,54.9019607843137,26.4705882352941],[136.274509803922,102.941176470588,78.4313725490196],[145.098039215686,110.78431372549,89.2156862745098],[144.117647058824,109.803921568627,90.1960784313725],[152.941176470588,123.529411764706,100],[105.882352941176,80.3921568627451,53.921568627451],[130.392156862745,111.764705882353,80.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[125.490196078431,112.745098039216,78.4313725490196],[120.588235294118,104.901960784314,79.4117647058823],[130.392156862745,109.803921568627,91.1764705882353],[133.333333333333,105.882352941176,92.156862745098],[109.803921568627,83.3333333333333,66.6666666666667],[137.254901960784,117.647058823529,91.1764705882353],[198.039215686275,189.21568627451,158.823529411765],[231.372549019608,235.294117647059,208.823529411765],[189.21568627451,203.921568627451,173.529411764706],[128.43137254902,150.980392156863,109.803921568627],[88.2352941176471,108.823529411765,70.5882352941177],[104.901960784314,112.745098039216,89.2156862745098],[113.725490196078,114.705882352941,97.0588235294118],[114.705882352941,109.803921568627,90.1960784313725],[127.450980392157,120.588235294118,101.960784313725],[97.0588235294118,94.1176470588235,79.4117647058823],[68.6274509803922,66.6666666666667,53.921568627451],[81.3725490196078,82.3529411764706,68.6274509803922],[109.803921568627,107.843137254902,95.0980392156863],[117.647058823529,111.764705882353,96.078431372549],[134.313725490196,127.450980392157,109.803921568627],[134.313725490196,129.411764705882,107.843137254902],[181.372549019608,181.372549019608,155.882352941176],[130.392156862745,135.294117647059,105.882352941176],[110.78431372549,117.647058823529,85.2941176470588],[117.647058823529,121.56862745098,89.2156862745098],[136.274509803922,132.352941176471,98.0392156862745],[104.901960784314,89.2156862745098,55.8823529411765],[133.333333333333,109.803921568627,72.5490196078431],[123.529411764706,92.156862745098,51.9607843137255],[137.254901960784,103.921568627451,56.8627450980392],[183.333333333333,150.980392156863,98.0392156862745],[156.862745098039,128.43137254902,69.6078431372549],[162.745098039216,144.117647058824,77.4509803921569],[213.725490196078,195.098039215686,130.392156862745],[159.803921568627,135.294117647059,80.3921568627451],[161.764705882353,139.21568627451,88.2352941176471],[197.058823529412,181.372549019608,123.529411764706],[234.313725490196,216.666666666667,155.882352941176],[220.588235294118,193.137254901961,131.372549019608],[223.529411764706,193.137254901961,130.392156862745],[163.725490196078,134.313725490196,71.5686274509804],[145.098039215686,123.529411764706,67.6470588235294],[93.1372549019608,81.3725490196078,42.156862745098],[75.4901960784314,66.6666666666667,38.2352941176471],[78.4313725490196,66.6666666666667,45.0980392156863],[96.078431372549,85.2941176470588,65.6862745098039],[21.5686274509804,17.6470588235294,0],[31.3725490196078,33.3333333333333,12.7450980392157],[20.5882352941176,22.5490196078431,11.7647058823529],[40.1960784313726,44.1176470588235,43.1372549019608],[32.3529411764706,46.078431372549,47.0588235294118],[29.4117647058824,52.9411764705882,54.9019607843137],[48.0392156862745,81.3725490196078,80.3921568627451],[61.7647058823529,101.960784313725,94.1176470588235],[64.7058823529412,110.78431372549,93.1372549019608],[50.9803921568627,99.0196078431373,77.4509803921569],[57.843137254902,104.901960784314,81.3725490196078],[55.8823529411765,100,80.3921568627451],[39.2156862745098,78.4313725490196,69.6078431372549],[56.8627450980392,95.0980392156863,92.156862745098],[53.921568627451,91.1764705882353,92.156862745098],[50.9803921568627,88.2352941176471,91.1764705882353],[63.7254901960784,102.941176470588,102.941176470588],[77.4509803921569,118.627450980392,116.666666666667],[50.9803921568627,96.078431372549,94.1176470588235],[56.8627450980392,101.960784313725,99.0196078431373],[119.607843137255,165.686274509804,157.843137254902],[69.6078431372549,116.666666666667,104.901960784314],[85.2941176470588,135.294117647059,120.588235294118],[79.4117647058823,130.392156862745,117.647058823529],[103.921568627451,157.843137254902,151.960784313725],[146.078431372549,202.941176470588,203.921568627451],[64.7058823529412,121.56862745098,132.352941176471],[61.7647058823529,119.607843137255,135.294117647059],[64.7058823529412,122.549019607843,140.196078431373],[58.8235294117647,114.705882352941,131.372549019608],[63.7254901960784,116.666666666667,128.43137254902],[64.7058823529412,114.705882352941,118.627450980392],[61.7647058823529,109.803921568627,106.862745098039],[92.156862745098,133.333333333333,129.411764705882],[149.019607843137,182.352941176471,181.372549019608],[113.725490196078,147.058823529412,148.039215686275],[76.4705882352941,121.56862745098,118.627450980392],[73.5294117647059,127.450980392157,121.56862745098],[49.0196078431373,108.823529411765,101.960784313725],[48.0392156862745,105.882352941176,100],[59.8039215686275,111.764705882353,105.882352941176],[35.2941176470588,83.3333333333333,77.4509803921569],[25.4901960784314,74.5098039215686,65.6862745098039],[29.4117647058824,80.3921568627451,67.6470588235294],[64.7058823529412,122.549019607843,104.901960784314],[77.4509803921569,135.294117647059,113.725490196078],[66.6666666666667,121.56862745098,97.0588235294118],[75.4901960784314,122.549019607843,97.0588235294118],[119.607843137255,156.862745098039,132.352941176471],[118.627450980392,151.960784313725,128.43137254902],[59.8039215686275,98.0392156862745,77.4509803921569],[137.254901960784,175.490196078431,154.901960784314],[199.019607843137,232.352941176471,207.843137254902],[168.627450980392,197.058823529412,166.666666666667],[154.901960784314,176.470588235294,138.235294117647],[136.274509803922,155.882352941176,107.843137254902],[153.921568627451,171.56862745098,114.705882352941],[183.333333333333,201.960784313725,139.21568627451],[132.352941176471,152.941176470588,87.2549019607843],[126.470588235294,147.058823529412,83.3333333333333],[155.882352941176,177.450980392157,116.666666666667],[147.058823529412,170.588235294118,113.725490196078],[59.8039215686275,82.3529411764706,27.4509803921569],[75.4901960784314,98.0392156862745,43.1372549019608],[73.5294117647059,96.078431372549,41.1764705882353],[98.0392156862745,116.666666666667,62.7450980392157],[47.0588235294118,60.7843137254902,10.7843137254902],[49.0196078431373,60.7843137254902,13.7254901960784],[154.901960784314,166.666666666667,117.647058823529],[56.8627450980392,68.6274509803922,23.5294117647059],[47.0588235294118,56.8627450980392,20.5882352941176],[38.2352941176471,48.0392156862745,13.7254901960784],[127.450980392157,138.235294117647,97.0588235294118],[120.588235294118,131.372549019608,92.156862745098],[39.2156862745098,48.0392156862745,19.6078431372549],[9.80392156862745,18.6274509803922,0],[50,59.8039215686275,23.5294117647059],[50.9803921568627,61.7647058823529,22.5490196078431],[58.8235294117647,68.6274509803922,35.2941176470588],[25.4901960784314,35.2941176470588,1.96078431372549],[110.78431372549,120.588235294118,84.3137254901961],[110.78431372549,122.549019607843,83.3333333333333],[96.078431372549,107.843137254902,70.5882352941177],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,39.2156862745098,16.6666666666667],[52.9411764705882,46.078431372549,28.4313725490196],[58.8235294117647,49.0196078431373,37.2549019607843],[53.921568627451,48.0392156862745,36.2745098039216],[32.3529411764706,33.3333333333333,15.6862745098039],[16.6666666666667,20.5882352941176,0],[6.86274509803922,7.84313725490196,0],[31.3725490196078,25.4901960784314,0],[68.6274509803922,51.9607843137255,22.5490196078431],[82.3529411764706,57.843137254902,36.2745098039216],[87.2549019607843,64.7058823529412,50.9803921568627],[42.156862745098,23.5294117647059,17.6470588235294],[3.92156862745098,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,3.92156862745098],[14.7058823529412,8.82352941176471,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[25.4901960784314,16.6666666666667,9.80392156862745],[36.2745098039216,26.4705882352941,17.6470588235294],[29.4117647058824,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,0],[25.4901960784314,8.82352941176471,0],[26.4705882352941,9.80392156862745,0],[31.3725490196078,14.7058823529412,4.90196078431373],[36.2745098039216,19.6078431372549,9.80392156862745],[45.0980392156863,29.4117647058824,16.6666666666667],[50,32.3529411764706,18.6274509803922],[55.8823529411765,37.2549019607843,20.5882352941176],[55.8823529411765,34.3137254901961,11.7647058823529],[51.9607843137255,26.4705882352941,1.96078431372549],[114.705882352941,88.2352941176471,59.8039215686275],[129.411764705882,99.0196078431373,71.5686274509804],[67.6470588235294,33.3333333333333,11.7647058823529],[69.6078431372549,35.2941176470588,15.6862745098039],[87.2549019607843,55.8823529411765,31.3725490196078],[93.1372549019608,66.6666666666667,38.2352941176471],[90.1960784313725,65.6862745098039,35.2941176470588],[82.3529411764706,59.8039215686275,28.4313725490196],[69.6078431372549,45.0980392156863,14.7058823529412],[96.078431372549,69.6078431372549,40.1960784313726],[84.3137254901961,53.921568627451,26.4705882352941],[171.56862745098,141.176470588235,113.725490196078],[202.941176470588,172.549019607843,145.098039215686],[135.294117647059,104.901960784314,77.4509803921569],[93.1372549019608,66.6666666666667,38.2352941176471],[106.862745098039,84.3137254901961,52.9411764705882],[131.372549019608,113.725490196078,78.4313725490196],[150,130.392156862745,98.0392156862745],[125.490196078431,98.0392156862745,76.4705882352941],[152.941176470588,120.588235294118,103.921568627451],[165.686274509804,130.392156862745,118.627450980392],[172.549019607843,141.176470588235,126.470588235294],[172.549019607843,152.941176470588,126.470588235294],[206.862745098039,200.980392156863,169.607843137255],[200,210.78431372549,181.372549019608],[143.137254901961,163.725490196078,131.372549019608],[100.980392156863,129.411764705882,86.2745098039216],[91.1764705882353,115.686274509804,76.4705882352941],[100,112.745098039216,87.2549019607843],[120.588235294118,123.529411764706,102.941176470588],[124.509803921569,118.627450980392,97.0588235294118],[142.156862745098,131.372549019608,111.764705882353],[117.647058823529,105.882352941176,92.156862745098],[78.4313725490196,68.6274509803922,56.8627450980392],[65.6862745098039,59.8039215686275,46.078431372549],[123.529411764706,120.588235294118,105.882352941176],[115.686274509804,112.745098039216,94.1176470588235],[124.509803921569,122.549019607843,101.960784313725],[143.137254901961,143.137254901961,117.647058823529],[209.803921568627,212.745098039216,184.313725490196],[137.254901960784,142.156862745098,110.78431372549],[139.21568627451,142.156862745098,111.764705882353],[144.117647058824,145.098039215686,114.705882352941],[121.56862745098,118.627450980392,88.2352941176471],[117.647058823529,108.823529411765,76.4705882352941],[125.490196078431,109.803921568627,74.5098039215686],[143.137254901961,120.588235294118,79.4117647058823],[145.098039215686,117.647058823529,70.5882352941177],[144.117647058824,111.764705882353,59.8039215686275],[153.921568627451,123.529411764706,67.6470588235294],[132.352941176471,113.725490196078,47.0588235294118],[200.980392156863,183.333333333333,118.627450980392],[170.588235294118,146.078431372549,93.1372549019608],[165.686274509804,140.196078431373,90.1960784313725],[193.137254901961,177.450980392157,116.666666666667],[197.058823529412,179.411764705882,114.705882352941],[232.352941176471,208.823529411765,148.039215686275],[226.470588235294,199.019607843137,135.294117647059],[181.372549019608,154.901960784314,87.2549019607843],[151.960784313725,130.392156862745,71.5686274509804],[74.5098039215686,59.8039215686275,21.5686274509804],[81.3725490196078,67.6470588235294,42.156862745098],[54.9019607843137,37.2549019607843,17.6470588235294],[43.1372549019608,27.4509803921569,11.7647058823529],[30.3921568627451,27.4509803921569,8.82352941176471],[26.4705882352941,28.4313725490196,14.7058823529412],[18.6274509803922,24.5098039215686,14.7058823529412],[48.0392156862745,56.8627450980392,51.9607843137255],[24.5098039215686,42.156862745098,42.156862745098],[22.5490196078431,47.0588235294118,50.9803921568627],[54.9019607843137,90.1960784313725,90.1960784313725],[29.4117647058824,70.5882352941177,66.6666666666667],[57.843137254902,104.901960784314,91.1764705882353],[47.0588235294118,95.0980392156863,76.4705882352941],[47.0588235294118,93.1372549019608,73.5294117647059],[64.7058823529412,107.843137254902,91.1764705882353],[71.5686274509804,111.764705882353,103.921568627451],[77.4509803921569,115.686274509804,112.745098039216],[62.7450980392157,100,100.980392156863],[52.9411764705882,92.156862745098,91.1764705882353],[47.0588235294118,88.2352941176471,84.3137254901961],[71.5686274509804,115.686274509804,108.823529411765],[54.9019607843137,100.980392156863,93.1372549019608],[68.6274509803922,114.705882352941,106.862745098039],[112.745098039216,157.843137254902,148.039215686275],[78.4313725490196,123.529411764706,112.745098039216],[83.3333333333333,128.43137254902,117.647058823529],[81.3725490196078,127.450980392157,119.607843137255],[82.3529411764706,131.372549019608,128.43137254902],[107.843137254902,160.78431372549,162.745098039216],[68.6274509803922,124.509803921569,133.333333333333],[56.8627450980392,115.686274509804,126.470588235294],[66.6666666666667,124.509803921569,138.235294117647],[43.1372549019608,98.0392156862745,110.78431372549],[59.8039215686275,111.764705882353,119.607843137255],[71.5686274509804,119.607843137255,123.529411764706],[57.843137254902,100.980392156863,100],[133.333333333333,173.529411764706,169.607843137255],[161.764705882353,195.098039215686,194.117647058824],[86.2745098039216,121.56862745098,119.607843137255],[80.3921568627451,124.509803921569,121.56862745098],[72.5490196078431,123.529411764706,121.56862745098],[76.4705882352941,135.294117647059,133.333333333333],[49.0196078431373,107.843137254902,107.843137254902],[47.0588235294118,97.0588235294118,100],[37.2549019607843,84.3137254901961,86.2745098039216],[47.0588235294118,92.156862745098,92.156862745098],[56.8627450980392,104.901960784314,100.980392156863],[63.7254901960784,120.588235294118,108.823529411765],[93.1372549019608,150.980392156863,133.333333333333],[69.6078431372549,122.549019607843,100],[91.1764705882353,138.235294117647,114.705882352941],[121.56862745098,163.725490196078,137.254901960784],[48.0392156862745,87.2549019607843,63.7254901960784],[41.1764705882353,83.3333333333333,64.7058823529412],[141.176470588235,183.333333333333,164.705882352941],[188.235294117647,222.549019607843,202.941176470588],[188.235294117647,217.647058823529,192.156862745098],[126.470588235294,150,114.705882352941],[154.901960784314,176.470588235294,130.392156862745],[140.196078431373,159.803921568627,101.960784313725],[156.862745098039,177.450980392157,113.725490196078],[167.647058823529,189.21568627451,126.470588235294],[120.588235294118,145.098039215686,88.2352941176471],[141.176470588235,167.647058823529,117.647058823529],[86.2745098039216,111.764705882353,67.6470588235294],[52.9411764705882,78.4313725490196,34.3137254901961],[68.6274509803922,92.156862745098,45.0980392156863],[66.6666666666667,89.2156862745098,34.3137254901961],[114.705882352941,135.294117647059,79.4117647058823],[44.1176470588235,57.843137254902,5.88235294117647],[53.921568627451,65.6862745098039,16.6666666666667],[128.43137254902,140.196078431373,91.1764705882353],[81.3725490196078,93.1372549019608,48.0392156862745],[65.6862745098039,73.5294117647059,35.2941176470588],[127.450980392157,135.294117647059,97.0588235294118],[50,57.843137254902,17.6470588235294],[70.5882352941177,78.4313725490196,40.1960784313726],[34.3137254901961,41.1764705882353,8.82352941176471],[66.6666666666667,73.5294117647059,41.1764705882353],[21.5686274509804,29.4117647058824,0],[14.7058823529412,22.5490196078431,0],[26.4705882352941,36.2745098039216,1.96078431372549],[34.3137254901961,44.1176470588235,9.80392156862745],[117.647058823529,127.450980392157,91.1764705882353],[58.8235294117647,70.5882352941177,31.3725490196078],[69.6078431372549,81.3725490196078,42.156862745098],[72.5490196078431,82.3529411764706,46.078431372549],[4.90196078431373,7.84313725490196,0],[5.88235294117647,3.92156862745098,0],[16.6666666666667,10.7843137254902,0],[80.3921568627451,77.4509803921569,62.7450980392157],[47.0588235294118,49.0196078431373,28.4313725490196],[18.6274509803922,21.5686274509804,0],[17.6470588235294,16.6666666666667,0],[68.6274509803922,62.7450980392157,29.4117647058824],[79.4117647058823,64.7058823529412,34.3137254901961],[51.9607843137255,32.3529411764706,7.84313725490196],[71.5686274509804,50,36.2745098039216],[46.078431372549,29.4117647058824,22.5490196078431],[5.88235294117647,0,0],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0,3.92156862745098],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,7.84313725490196,9.80392156862745],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[18.6274509803922,9.80392156862745,10.7843137254902],[22.5490196078431,12.7450980392157,10.7843137254902],[21.5686274509804,10.7843137254902,6.86274509803922],[19.6078431372549,6.86274509803922,0.980392156862745],[21.5686274509804,6.86274509803922,0],[26.4705882352941,9.80392156862745,1.96078431372549],[36.2745098039216,19.6078431372549,9.80392156862745],[39.2156862745098,22.5490196078431,12.7450980392157],[18.6274509803922,1.96078431372549,0],[28.4313725490196,12.7450980392157,0],[46.078431372549,30.3921568627451,17.6470588235294],[50,32.3529411764706,18.6274509803922],[65.6862745098039,47.0588235294118,30.3921568627451],[81.3725490196078,59.8039215686275,37.2549019607843],[78.4313725490196,52.9411764705882,26.4705882352941],[114.705882352941,88.2352941176471,58.8235294117647],[116.666666666667,83.3333333333333,55.8823529411765],[109.803921568627,68.6274509803922,44.1176470588235],[90.1960784313725,46.078431372549,23.5294117647059],[92.156862745098,55.8823529411765,30.3921568627451],[98.0392156862745,68.6274509803922,41.1764705882353],[84.3137254901961,61.7647058823529,31.3725490196078],[99.0196078431373,80.3921568627451,49.0196078431373],[69.6078431372549,53.921568627451,21.5686274509804],[85.2941176470588,66.6666666666667,34.3137254901961],[76.4705882352941,53.921568627451,20.5882352941176],[113.725490196078,90.1960784313725,56.8627450980392],[160.78431372549,132.352941176471,100.980392156863],[147.058823529412,118.627450980392,87.2549019607843],[128.43137254902,100,68.6274509803922],[93.1372549019608,67.6470588235294,35.2941176470588],[124.509803921569,100.980392156863,67.6470588235294],[144.117647058824,117.647058823529,89.2156862745098],[126.470588235294,92.156862745098,70.5882352941177],[145.098039215686,108.823529411765,91.1764705882353],[146.078431372549,110.78431372549,97.0588235294118],[160.78431372549,130.392156862745,112.745098039216],[203.921568627451,185.294117647059,155.882352941176],[220.588235294118,214.705882352941,181.372549019608],[171.56862745098,177.450980392157,150],[180.392156862745,195.098039215686,164.705882352941],[135.294117647059,157.843137254902,116.666666666667],[159.803921568627,180.392156862745,140.196078431373],[130.392156862745,143.137254901961,115.686274509804],[127.450980392157,131.372549019608,108.823529411765],[150,144.117647058824,118.627450980392],[163.725490196078,151.960784313725,128.43137254902],[143.137254901961,128.43137254902,109.803921568627],[127.450980392157,111.764705882353,97.0588235294118],[104.901960784314,93.1372549019608,81.3725490196078],[125.490196078431,119.607843137255,103.921568627451],[113.725490196078,115.686274509804,94.1176470588235],[76.4705882352941,82.3529411764706,56.8627450980392],[134.313725490196,143.137254901961,112.745098039216],[184.313725490196,191.176470588235,158.823529411765],[155.882352941176,156.862745098039,126.470588235294],[148.039215686275,144.117647058824,115.686274509804],[139.21568627451,133.333333333333,107.843137254902],[138.235294117647,134.313725490196,105.882352941176],[134.313725490196,133.333333333333,102.941176470588],[137.254901960784,135.294117647059,98.0392156862745],[164.705882352941,155.882352941176,113.725490196078],[133.333333333333,112.745098039216,66.6666666666667],[141.176470588235,107.843137254902,60.7843137254902],[165.686274509804,131.372549019608,76.4705882352941],[140.196078431373,117.647058823529,50.9803921568627],[134.313725490196,115.686274509804,48.0392156862745],[150.980392156863,129.411764705882,70.5882352941177],[163.725490196078,144.117647058824,84.3137254901961],[182.352941176471,172.549019607843,101.960784313725],[164.705882352941,152.941176470588,82.3529411764706],[109.803921568627,86.2745098039216,25.4901960784314],[201.960784313725,172.549019607843,113.725490196078],[227.450980392157,199.019607843137,132.352941176471],[177.450980392157,153.921568627451,95.0980392156863],[54.9019607843137,40.1960784313726,1.96078431372549],[32.3529411764706,20.5882352941176,0],[66.6666666666667,51.9607843137255,33.3333333333333],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,32.3529411764706,26.4705882352941],[10.7843137254902,11.7647058823529,5.88235294117647],[18.6274509803922,26.4705882352941,13.7254901960784],[37.2549019607843,52.9411764705882,40.1960784313726],[34.3137254901961,54.9019607843137,50],[29.4117647058824,56.8627450980392,57.843137254902],[56.8627450980392,94.1176470588235,95.0980392156863],[53.921568627451,95.0980392156863,94.1176470588235],[46.078431372549,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,87.2549019607843],[43.1372549019608,88.2352941176471,77.4509803921569],[43.1372549019608,85.2941176470588,76.4705882352941],[66.6666666666667,106.862745098039,102.941176470588],[84.3137254901961,122.549019607843,121.56862745098],[72.5490196078431,111.764705882353,110.78431372549],[70.5882352941177,112.745098039216,105.882352941176],[66.6666666666667,113.725490196078,100],[105.882352941176,155.882352941176,139.21568627451],[149.019607843137,199.019607843137,184.313725490196],[86.2745098039216,136.274509803922,121.56862745098],[71.5686274509804,118.627450980392,106.862745098039],[64.7058823529412,108.823529411765,101.960784313725],[56.8627450980392,100.980392156863,98.0392156862745],[63.7254901960784,106.862745098039,107.843137254902],[63.7254901960784,110.78431372549,112.745098039216],[64.7058823529412,114.705882352941,118.627450980392],[68.6274509803922,122.549019607843,127.450980392157],[64.7058823529412,121.56862745098,125.490196078431],[54.9019607843137,111.764705882353,115.686274509804],[65.6862745098039,119.607843137255,122.549019607843],[68.6274509803922,116.666666666667,120.588235294118],[64.7058823529412,108.823529411765,111.764705882353],[111.764705882353,150.980392156863,152.941176470588],[174.509803921569,208.823529411765,210.78431372549],[105.882352941176,139.21568627451,138.235294117647],[86.2745098039216,119.607843137255,118.627450980392],[108.823529411765,147.058823529412,146.078431372549],[87.2549019607843,130.392156862745,131.372549019608],[81.3725490196078,134.313725490196,136.274509803922],[59.8039215686275,113.725490196078,116.666666666667],[71.5686274509804,117.647058823529,125.490196078431],[79.4117647058823,121.56862745098,128.43137254902],[58.8235294117647,99.0196078431373,104.901960784314],[80.3921568627451,123.529411764706,124.509803921569],[114.705882352941,164.705882352941,159.803921568627],[95.0980392156863,146.078431372549,134.313725490196],[131.372549019608,174.509803921569,157.843137254902],[130.392156862745,173.529411764706,150.980392156863],[135.294117647059,177.450980392157,150.980392156863],[118.627450980392,161.764705882353,137.254901960784],[112.745098039216,158.823529411765,143.137254901961],[161.764705882353,204.901960784314,192.156862745098],[170.588235294118,205.882352941176,194.117647058824],[209.803921568627,240.196078431373,222.549019607843],[211.764705882353,236.274509803922,207.843137254902],[170.588235294118,192.156862745098,153.921568627451],[91.1764705882353,113.725490196078,62.7450980392157],[95.0980392156863,117.647058823529,62.7450980392157],[76.4705882352941,100.980392156863,47.0588235294118],[110.78431372549,136.274509803922,90.1960784313725],[100,125.490196078431,91.1764705882353],[31.3725490196078,57.843137254902,27.4509803921569],[56.8627450980392,81.3725490196078,50],[86.2745098039216,110.78431372549,72.5490196078431],[131.372549019608,152.941176470588,104.901960784314],[64.7058823529412,83.3333333333333,29.4117647058824],[93.1372549019608,109.803921568627,58.8235294117647],[72.5490196078431,86.2745098039216,38.2352941176471],[100.980392156863,111.764705882353,69.6078431372549],[115.686274509804,126.470588235294,84.3137254901961],[80.3921568627451,89.2156862745098,45.0980392156863],[102.941176470588,109.803921568627,69.6078431372549],[16.6666666666667,22.5490196078431,0],[39.2156862745098,45.0980392156863,11.7647058823529],[48.0392156862745,53.921568627451,16.6666666666667],[148.039215686275,153.921568627451,118.627450980392],[52.9411764705882,59.8039215686275,27.4509803921569],[48.0392156862745,54.9019607843137,21.5686274509804],[69.6078431372549,80.3921568627451,41.1764705882353],[12.7450980392157,23.5294117647059,0],[65.6862745098039,77.4509803921569,38.2352941176471],[3.92156862745098,15.6862745098039,0],[35.2941176470588,45.0980392156863,10.7843137254902],[100.980392156863,110.78431372549,77.4509803921569],[76.4705882352941,83.3333333333333,50.9803921568627],[93.1372549019608,100,67.6470588235294],[111.764705882353,116.666666666667,85.2941176470588],[159.803921568627,162.745098039216,132.352941176471],[56.8627450980392,57.843137254902,27.4509803921569],[6.86274509803922,2.94117647058824,0],[23.5294117647059,16.6666666666667,0],[16.6666666666667,6.86274509803922,0],[59.8039215686275,45.0980392156863,24.5098039215686],[66.6666666666667,50.9803921568627,35.2941176470588],[38.2352941176471,24.5098039215686,13.7254901960784],[13.7254901960784,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,7.84313725490196],[3.92156862745098,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[24.5098039215686,20.5882352941176,21.5686274509804],[19.6078431372549,13.7254901960784,15.6862745098039],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[12.7450980392157,6.86274509803922,8.82352941176471],[19.6078431372549,13.7254901960784,15.6862745098039],[14.7058823529412,8.82352941176471,8.82352941176471],[15.6862745098039,7.84313725490196,5.88235294117647],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0,0],[25.4901960784314,12.7450980392157,4.90196078431373],[32.3529411764706,18.6274509803922,9.80392156862745],[28.4313725490196,11.7647058823529,3.92156862745098],[37.2549019607843,20.5882352941176,12.7450980392157],[32.3529411764706,15.6862745098039,5.88235294117647],[41.1764705882353,24.5098039215686,14.7058823529412],[31.3725490196078,15.6862745098039,2.94117647058824],[43.1372549019608,27.4509803921569,12.7450980392157],[70.5882352941177,51.9607843137255,35.2941176470588],[87.2549019607843,65.6862745098039,43.1372549019608],[94.1176470588235,70.5882352941177,45.0980392156863],[109.803921568627,83.3333333333333,54.9019607843137],[108.823529411765,76.4705882352941,46.078431372549],[126.470588235294,86.2745098039216,56.8627450980392],[118.627450980392,75.4901960784314,49.0196078431373],[82.3529411764706,47.0588235294118,21.5686274509804],[64.7058823529412,35.2941176470588,9.80392156862745],[61.7647058823529,41.1764705882353,14.7058823529412],[75.4901960784314,58.8235294117647,31.3725490196078],[69.6078431372549,52.9411764705882,25.4901960784314],[90.1960784313725,71.5686274509804,40.1960784313726],[117.647058823529,95.0980392156863,61.7647058823529],[147.058823529412,121.56862745098,85.2941176470588],[140.196078431373,112.745098039216,74.5098039215686],[142.156862745098,112.745098039216,75.4901960784314],[163.725490196078,136.274509803922,100],[124.509803921569,100.980392156863,67.6470588235294],[102.941176470588,82.3529411764706,51.9607843137255],[108.823529411765,85.2941176470588,57.843137254902],[129.411764705882,102.941176470588,76.4705882352941],[135.294117647059,105.882352941176,82.3529411764706],[163.725490196078,136.274509803922,115.686274509804],[138.235294117647,113.725490196078,92.156862745098],[229.411764705882,212.745098039216,183.333333333333],[156.862745098039,148.039215686275,115.686274509804],[167.647058823529,165.686274509804,141.176470588235],[175.490196078431,181.372549019608,153.921568627451],[185.294117647059,197.058823529412,159.803921568627],[200.980392156863,212.745098039216,175.490196078431],[154.901960784314,163.725490196078,135.294117647059],[122.549019607843,124.509803921569,100.980392156863],[154.901960784314,151.960784313725,121.56862745098],[127.450980392157,118.627450980392,90.1960784313725],[97.0588235294118,83.3333333333333,57.843137254902],[119.607843137255,102.941176470588,85.2941176470588],[127.450980392157,111.764705882353,99.0196078431373],[87.2549019607843,80.3921568627451,64.7058823529412],[110.78431372549,114.705882352941,92.156862745098],[130.392156862745,141.176470588235,111.764705882353],[111.764705882353,125.490196078431,91.1764705882353],[163.725490196078,170.588235294118,138.235294117647],[199.019607843137,195.098039215686,166.666666666667],[159.803921568627,150,125.490196078431],[154.901960784314,147.058823529412,126.470588235294],[169.607843137255,164.705882352941,143.137254901961],[167.647058823529,172.549019607843,143.137254901961],[104.901960784314,110.78431372549,77.4509803921569],[109.803921568627,107.843137254902,69.6078431372549],[120.588235294118,107.843137254902,64.7058823529412],[112.745098039216,82.3529411764706,37.2549019607843],[137.254901960784,100.980392156863,49.0196078431373],[153.921568627451,125.490196078431,58.8235294117647],[162.745098039216,139.21568627451,68.6274509803922],[175.490196078431,152.941176470588,87.2549019607843],[212.745098039216,199.019607843137,129.411764705882],[188.235294117647,183.333333333333,103.921568627451],[140.196078431373,133.333333333333,56.8627450980392],[121.56862745098,98.0392156862745,35.2941176470588],[186.274509803922,154.901960784314,97.0588235294118],[220.588235294118,190.196078431373,126.470588235294],[166.666666666667,143.137254901961,84.3137254901961],[63.7254901960784,51.9607843137255,10.7843137254902],[48.0392156862745,43.1372549019608,14.7058823529412],[16.6666666666667,8.82352941176471,0],[29.4117647058824,21.5686274509804,10.7843137254902],[26.4705882352941,20.5882352941176,22.5490196078431],[2.94117647058824,4.90196078431373,3.92156862745098],[22.5490196078431,35.2941176470588,18.6274509803922],[49.0196078431373,69.6078431372549,50.9803921568627],[58.8235294117647,84.3137254901961,75.4901960784314],[43.1372549019608,74.5098039215686,71.5686274509804],[45.0980392156863,82.3529411764706,83.3333333333333],[119.607843137255,159.803921568627,161.764705882353],[96.078431372549,140.196078431373,137.254901960784],[130.392156862745,174.509803921569,167.647058823529],[87.2549019607843,129.411764705882,120.588235294118],[57.843137254902,98.0392156862745,92.156862745098],[54.9019607843137,93.1372549019608,92.156862745098],[69.6078431372549,107.843137254902,106.862745098039],[60.7843137254902,101.960784313725,98.0392156862745],[75.4901960784314,120.588235294118,110.78431372549],[81.3725490196078,131.372549019608,114.705882352941],[98.0392156862745,150,130.392156862745],[96.078431372549,149.019607843137,133.333333333333],[91.1764705882353,142.156862745098,129.411764705882],[68.6274509803922,114.705882352941,104.901960784314],[43.1372549019608,87.2549019607843,80.3921568627451],[53.921568627451,95.0980392156863,93.1372549019608],[64.7058823529412,107.843137254902,106.862745098039],[66.6666666666667,110.78431372549,113.725490196078],[68.6274509803922,116.666666666667,120.588235294118],[72.5490196078431,126.470588235294,131.372549019608],[102.941176470588,159.803921568627,163.725490196078],[73.5294117647059,130.392156862745,134.313725490196],[73.5294117647059,125.490196078431,129.411764705882],[66.6666666666667,113.725490196078,115.686274509804],[68.6274509803922,109.803921568627,108.823529411765],[141.176470588235,176.470588235294,176.470588235294],[169.607843137255,200.980392156863,200],[117.647058823529,150.980392156863,150],[123.529411764706,156.862745098039,155.882352941176],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,121.56862745098,123.529411764706],[73.5294117647059,122.549019607843,123.529411764706],[73.5294117647059,123.529411764706,126.470588235294],[92.156862745098,136.274509803922,142.156862745098],[106.862745098039,144.117647058824,152.941176470588],[69.6078431372549,105.882352941176,113.725490196078],[70.5882352941177,109.803921568627,111.764705882353],[50.9803921568627,96.078431372549,93.1372549019608],[100.980392156863,146.078431372549,136.274509803922],[109.803921568627,150,136.274509803922],[91.1764705882353,132.352941176471,112.745098039216],[106.862745098039,151.960784313725,126.470588235294],[143.137254901961,192.156862745098,165.686274509804],[121.56862745098,169.607843137255,149.019607843137],[171.56862745098,214.705882352941,198.039215686275],[173.529411764706,211.764705882353,194.117647058824],[208.823529411765,240.196078431373,219.607843137255],[200,225.490196078431,197.058823529412],[157.843137254902,182.352941176471,144.117647058824],[114.705882352941,138.235294117647,91.1764705882353],[92.156862745098,115.686274509804,66.6666666666667],[129.411764705882,156.862745098039,108.823529411765],[134.313725490196,162.745098039216,119.607843137255],[100.980392156863,130.392156862745,97.0588235294118],[54.9019607843137,83.3333333333333,52.9411764705882],[71.5686274509804,96.078431372549,64.7058823529412],[81.3725490196078,102.941176470588,65.6862745098039],[103.921568627451,123.529411764706,75.4901960784314],[67.6470588235294,85.2941176470588,34.3137254901961],[71.5686274509804,87.2549019607843,39.2156862745098],[101.960784313725,114.705882352941,71.5686274509804],[82.3529411764706,94.1176470588235,56.8627450980392],[28.4313725490196,39.2156862745098,0],[96.078431372549,104.901960784314,62.7450980392157],[59.8039215686275,66.6666666666667,26.4705882352941],[56.8627450980392,61.7647058823529,30.3921568627451],[55.8823529411765,60.7843137254902,31.3725490196078],[31.3725490196078,38.2352941176471,0],[36.2745098039216,44.1176470588235,3.92156862745098],[46.078431372549,52.9411764705882,20.5882352941176],[41.1764705882353,50.9803921568627,16.6666666666667],[101.960784313725,114.705882352941,71.5686274509804],[96.078431372549,111.764705882353,65.6862745098039],[89.2156862745098,105.882352941176,61.7647058823529],[3.92156862745098,20.5882352941176,0],[18.6274509803922,33.3333333333333,0],[67.6470588235294,79.4117647058823,42.156862745098],[61.7647058823529,71.5686274509804,35.2941176470588],[100,107.843137254902,71.5686274509804],[141.176470588235,147.058823529412,111.764705882353],[121.56862745098,127.450980392157,94.1176470588235],[71.5686274509804,75.4901960784314,43.1372549019608],[46.078431372549,45.0980392156863,14.7058823529412],[22.5490196078431,17.6470588235294,0],[36.2745098039216,26.4705882352941,1.96078431372549],[68.6274509803922,53.921568627451,35.2941176470588],[75.4901960784314,59.8039215686275,45.0980392156863],[65.6862745098039,51.9607843137255,41.1764705882353],[17.6470588235294,4.90196078431373,0],[12.7450980392157,3.92156862745098,0],[56.8627450980392,51.9607843137255,49.0196078431373],[20.5882352941176,16.6666666666667,17.6470588235294],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,5.88235294117647,6.86274509803922],[23.5294117647059,19.6078431372549,20.5882352941176],[16.6666666666667,10.7843137254902,12.7450980392157],[5.88235294117647,0,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,4.90196078431373],[16.6666666666667,10.7843137254902,12.7450980392157],[11.7647058823529,5.88235294117647,7.84313725490196],[17.6470588235294,8.82352941176471,9.80392156862745],[22.5490196078431,12.7450980392157,11.7647058823529],[12.7450980392157,1.96078431372549,0],[34.3137254901961,20.5882352941176,17.6470588235294],[49.0196078431373,34.3137254901961,29.4117647058824],[30.3921568627451,13.7254901960784,6.86274509803922],[24.5098039215686,7.84313725490196,0.980392156862745],[27.4509803921569,10.7843137254902,3.92156862745098],[18.6274509803922,3.92156862745098,0],[12.7450980392157,0,0],[49.0196078431373,32.3529411764706,22.5490196078431],[65.6862745098039,48.0392156862745,34.3137254901961],[46.078431372549,25.4901960784314,6.86274509803922],[41.1764705882353,17.6470588235294,0],[71.5686274509804,45.0980392156863,18.6274509803922],[141.176470588235,112.745098039216,83.3333333333333],[139.21568627451,106.862745098039,72.5490196078431],[107.843137254902,75.4901960784314,41.1764705882353],[107.843137254902,78.4313725490196,50.9803921568627],[103.921568627451,78.4313725490196,55.8823529411765],[104.901960784314,83.3333333333333,62.7450980392157],[98.0392156862745,75.4901960784314,57.843137254902],[92.156862745098,67.6470588235294,46.078431372549],[76.4705882352941,49.0196078431373,25.4901960784314],[92.156862745098,59.8039215686275,29.4117647058824],[172.549019607843,139.21568627451,102.941176470588],[201.960784313725,169.607843137255,129.411764705882],[176.470588235294,148.039215686275,106.862745098039],[168.627450980392,145.098039215686,107.843137254902],[123.529411764706,107.843137254902,74.5098039215686],[114.705882352941,105.882352941176,75.4901960784314],[114.705882352941,105.882352941176,75.4901960784314],[127.450980392157,112.745098039216,80.3921568627451],[124.509803921569,108.823529411765,76.4705882352941],[132.352941176471,116.666666666667,91.1764705882353],[165.686274509804,150,124.509803921569],[217.647058823529,204.901960784314,171.56862745098],[137.254901960784,126.470588235294,95.0980392156863],[99.0196078431373,88.2352941176471,66.6666666666667],[193.137254901961,185.294117647059,162.745098039216],[137.254901960784,134.313725490196,100],[180.392156862745,180.392156862745,145.098039215686],[211.764705882353,211.764705882353,184.313725490196],[143.137254901961,143.137254901961,115.686274509804],[134.313725490196,134.313725490196,99.0196078431373],[126.470588235294,122.549019607843,86.2745098039216],[129.411764705882,118.627450980392,87.2549019607843],[125.490196078431,111.764705882353,86.2745098039216],[149.019607843137,136.274509803922,120.588235294118],[96.078431372549,89.2156862745098,73.5294117647059],[81.3725490196078,87.2549019607843,61.7647058823529],[103.921568627451,116.666666666667,87.2549019607843],[101.960784313725,112.745098039216,79.4117647058823],[133.333333333333,138.235294117647,106.862745098039],[191.176470588235,185.294117647059,159.803921568627],[163.725490196078,150.980392156863,132.352941176471],[152.941176470588,141.176470588235,125.490196078431],[145.098039215686,140.196078431373,121.56862745098],[133.333333333333,141.176470588235,118.627450980392],[129.411764705882,140.196078431373,110.78431372549],[127.450980392157,131.372549019608,97.0588235294118],[132.352941176471,124.509803921569,86.2745098039216],[124.509803921569,97.0588235294118,57.843137254902],[155.882352941176,118.627450980392,70.5882352941177],[153.921568627451,116.666666666667,52.9411764705882],[174.509803921569,141.176470588235,68.6274509803922],[203.921568627451,181.372549019608,106.862745098039],[153.921568627451,141.176470588235,63.7254901960784],[174.509803921569,174.509803921569,90.1960784313725],[159.803921568627,154.901960784314,74.5098039215686],[128.43137254902,103.921568627451,38.2352941176471],[183.333333333333,150,90.1960784313725],[242.156862745098,208.823529411765,149.019607843137],[171.56862745098,147.058823529412,92.156862745098],[98.0392156862745,94.1176470588235,47.0588235294118],[73.5294117647059,80.3921568627451,40.1960784313726],[38.2352941176471,40.1960784313726,16.6666666666667],[30.3921568627451,30.3921568627451,20.5882352941176],[28.4313725490196,26.4705882352941,31.3725490196078],[20.5882352941176,21.5686274509804,26.4705882352941],[44.1176470588235,60.7843137254902,45.0980392156863],[50.9803921568627,75.4901960784314,54.9019607843137],[31.3725490196078,60.7843137254902,50.9803921568627],[52.9411764705882,87.2549019607843,83.3333333333333],[69.6078431372549,108.823529411765,108.823529411765],[144.117647058824,185.294117647059,184.313725490196],[111.764705882353,152.941176470588,149.019607843137],[42.156862745098,84.3137254901961,75.4901960784314],[73.5294117647059,113.725490196078,105.882352941176],[77.4509803921569,116.666666666667,108.823529411765],[58.8235294117647,97.0588235294118,94.1176470588235],[67.6470588235294,105.882352941176,104.901960784314],[72.5490196078431,113.725490196078,109.803921568627],[84.3137254901961,133.333333333333,122.549019607843],[76.4705882352941,130.392156862745,111.764705882353],[53.921568627451,109.803921568627,93.1372549019608],[42.156862745098,98.0392156862745,91.1764705882353],[60.7843137254902,114.705882352941,111.764705882353],[92.156862745098,142.156862745098,135.294117647059],[84.3137254901961,130.392156862745,120.588235294118],[81.3725490196078,126.470588235294,115.686274509804],[66.6666666666667,111.764705882353,101.960784313725],[76.4705882352941,121.56862745098,118.627450980392],[62.7450980392157,110.78431372549,114.705882352941],[119.607843137255,172.549019607843,182.352941176471],[208.823529411765,250,250],[98.0392156862745,152.941176470588,167.647058823529],[66.6666666666667,117.647058823529,130.392156862745],[68.6274509803922,112.745098039216,117.647058823529],[60.7843137254902,100,99.0196078431373],[162.745098039216,195.098039215686,186.274509803922],[150,181.372549019608,170.588235294118],[126.470588235294,161.764705882353,157.843137254902],[130.392156862745,168.627450980392,167.647058823529],[84.3137254901961,114.705882352941,117.647058823529],[61.7647058823529,96.078431372549,98.0392156862745],[70.5882352941177,117.647058823529,117.647058823529],[83.3333333333333,132.352941176471,131.372549019608],[85.2941176470588,128.43137254902,129.411764705882],[82.3529411764706,121.56862745098,123.529411764706],[68.6274509803922,105.882352941176,106.862745098039],[50.9803921568627,89.2156862745098,88.2352941176471],[39.2156862745098,81.3725490196078,74.5098039215686],[146.078431372549,187.254901960784,177.450980392157],[143.137254901961,178.43137254902,166.666666666667],[98.0392156862745,138.235294117647,120.588235294118],[96.078431372549,149.019607843137,125.490196078431],[171.56862745098,226.470588235294,198.039215686275],[190.196078431373,242.156862745098,212.745098039216],[179.411764705882,224.509803921569,196.078431372549],[147.058823529412,185.294117647059,156.862745098039],[135.294117647059,167.647058823529,139.21568627451],[165.686274509804,192.156862745098,159.803921568627],[84.3137254901961,108.823529411765,70.5882352941177],[144.117647058824,166.666666666667,123.529411764706],[178.43137254902,203.921568627451,156.862745098039],[141.176470588235,170.588235294118,121.56862745098],[117.647058823529,149.019607843137,100.980392156863],[132.352941176471,162.745098039216,119.607843137255],[162.745098039216,193.137254901961,150],[89.2156862745098,115.686274509804,71.5686274509804],[62.7450980392157,84.3137254901961,38.2352941176471],[68.6274509803922,85.2941176470588,34.3137254901961],[59.8039215686275,73.5294117647059,23.5294117647059],[22.5490196078431,37.2549019607843,0],[59.8039215686275,73.5294117647059,38.2352941176471],[34.3137254901961,48.0392156862745,15.6862745098039],[0,6.86274509803922,0],[33.3333333333333,43.1372549019608,6.86274509803922],[41.1764705882353,49.0196078431373,12.7450980392157],[53.921568627451,59.8039215686275,32.3529411764706],[75.4901960784314,81.3725490196078,53.921568627451],[61.7647058823529,69.6078431372549,31.3725490196078],[71.5686274509804,79.4117647058823,39.2156862745098],[101.960784313725,111.764705882353,77.4509803921569],[52.9411764705882,64.7058823529412,27.4509803921569],[68.6274509803922,84.3137254901961,36.2745098039216],[108.823529411765,126.470588235294,75.4901960784314],[127.450980392157,147.058823529412,97.0588235294118],[55.8823529411765,78.4313725490196,27.4509803921569],[44.1176470588235,68.6274509803922,14.7058823529412],[104.901960784314,124.509803921569,74.5098039215686],[68.6274509803922,75.4901960784314,35.2941176470588],[27.4509803921569,26.4705882352941,0],[14.7058823529412,10.7843137254902,0],[3.92156862745098,3.92156862745098,0],[112.745098039216,119.607843137255,89.2156862745098],[137.254901960784,147.058823529412,112.745098039216],[103.921568627451,109.803921568627,72.5490196078431],[78.4313725490196,75.4901960784314,41.1764705882353],[106.862745098039,90.1960784313725,64.7058823529412],[120.588235294118,96.078431372549,76.4705882352941],[88.2352941176471,64.7058823529412,52.9411764705882],[25.4901960784314,7.84313725490196,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,10.7843137254902,12.7450980392157],[16.6666666666667,14.7058823529412,17.6470588235294],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,11.7647058823529],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[21.5686274509804,12.7450980392157,17.6470588235294],[23.5294117647059,14.7058823529412,17.6470588235294],[8.82352941176471,0,0],[20.5882352941176,6.86274509803922,5.88235294117647],[46.078431372549,31.3725490196078,28.4313725490196],[39.2156862745098,21.5686274509804,19.6078431372549],[21.5686274509804,3.92156862745098,1.96078431372549],[20.5882352941176,2.94117647058824,0.980392156862745],[19.6078431372549,4.90196078431373,0],[37.2549019607843,22.5490196078431,15.6862745098039],[56.8627450980392,40.1960784313726,32.3529411764706],[49.0196078431373,31.3725490196078,19.6078431372549],[48.0392156862745,27.4509803921569,10.7843137254902],[71.5686274509804,47.0588235294118,27.4509803921569],[65.6862745098039,40.1960784313726,17.6470588235294],[100,71.5686274509804,42.156862745098],[133.333333333333,103.921568627451,66.6666666666667],[144.117647058824,116.666666666667,78.4313725490196],[170.588235294118,146.078431372549,116.666666666667],[100,75.4901960784314,53.921568627451],[57.843137254902,36.2745098039216,22.5490196078431],[57.843137254902,36.2745098039216,23.5294117647059],[83.3333333333333,57.843137254902,43.1372549019608],[112.745098039216,85.2941176470588,63.7254901960784],[96.078431372549,65.6862745098039,35.2941176470588],[122.549019607843,89.2156862745098,51.9607843137255],[126.470588235294,94.1176470588235,51.9607843137255],[121.56862745098,93.1372549019608,50],[180.392156862745,161.764705882353,122.549019607843],[86.2745098039216,73.5294117647059,40.1960784313726],[67.6470588235294,62.7450980392157,34.3137254901961],[131.372549019608,127.450980392157,99.0196078431373],[150,142.156862745098,106.862745098039],[105.882352941176,98.0392156862745,61.7647058823529],[81.3725490196078,75.4901960784314,42.156862745098],[181.372549019608,176.470588235294,145.098039215686],[209.803921568627,203.921568627451,168.627450980392],[191.176470588235,182.352941176471,150],[134.313725490196,122.549019607843,100.980392156863],[148.039215686275,133.333333333333,112.745098039216],[160.78431372549,151.960784313725,119.607843137255],[152.941176470588,149.019607843137,114.705882352941],[206.862745098039,205.882352941176,176.470588235294],[150.980392156863,151.960784313725,121.56862745098],[120.588235294118,121.56862745098,82.3529411764706],[166.666666666667,161.764705882353,122.549019607843],[200,186.274509803922,151.960784313725],[136.274509803922,121.56862745098,93.1372549019608],[138.235294117647,125.490196078431,108.823529411765],[113.725490196078,107.843137254902,92.156862745098],[84.3137254901961,88.2352941176471,63.7254901960784],[80.3921568627451,89.2156862745098,58.8235294117647],[116.666666666667,126.470588235294,93.1372549019608],[112.745098039216,115.686274509804,85.2941176470588],[163.725490196078,155.882352941176,133.333333333333],[169.607843137255,158.823529411765,141.176470588235],[144.117647058824,135.294117647059,120.588235294118],[133.333333333333,129.411764705882,117.647058823529],[119.607843137255,126.470588235294,108.823529411765],[182.352941176471,192.156862745098,168.627450980392],[166.666666666667,171.56862745098,140.196078431373],[129.411764705882,123.529411764706,88.2352941176471],[134.313725490196,112.745098039216,74.5098039215686],[155.882352941176,122.549019607843,77.4509803921569],[126.470588235294,85.2941176470588,28.4313725490196],[171.56862745098,133.333333333333,65.6862745098039],[203.921568627451,177.450980392157,101.960784313725],[154.901960784314,138.235294117647,59.8039215686275],[177.450980392157,175.490196078431,94.1176470588235],[221.56862745098,216.666666666667,137.254901960784],[208.823529411765,186.274509803922,117.647058823529],[189.21568627451,157.843137254902,98.0392156862745],[250,220.588235294118,164.705882352941],[208.823529411765,188.235294117647,132.352941176471],[103.921568627451,104.901960784314,46.078431372549],[101.960784313725,111.764705882353,60.7843137254902],[22.5490196078431,29.4117647058824,0],[0.980392156862745,7.84313725490196,0],[0,0.980392156862745,0],[41.1764705882353,50.9803921568627,50],[57.843137254902,78.4313725490196,63.7254901960784],[23.5294117647059,51.9607843137255,32.3529411764706],[55.8823529411765,87.2549019607843,76.4705882352941],[94.1176470588235,129.411764705882,125.490196078431],[112.745098039216,151.960784313725,150.980392156863],[87.2549019607843,128.43137254902,124.509803921569],[51.9607843137255,94.1176470588235,84.3137254901961],[38.2352941176471,79.4117647058823,65.6862745098039],[91.1764705882353,131.372549019608,117.647058823529],[89.2156862745098,126.470588235294,115.686274509804],[50.9803921568627,86.2745098039216,82.3529411764706],[66.6666666666667,104.901960784314,101.960784313725],[72.5490196078431,116.666666666667,113.725490196078],[49.0196078431373,99.0196078431373,92.156862745098],[44.1176470588235,99.0196078431373,86.2745098039216],[65.6862745098039,124.509803921569,112.745098039216],[49.0196078431373,106.862745098039,104.901960784314],[53.921568627451,110.78431372549,111.764705882353],[72.5490196078431,123.529411764706,119.607843137255],[87.2549019607843,136.274509803922,127.450980392157],[123.529411764706,168.627450980392,158.823529411765],[82.3529411764706,127.450980392157,117.647058823529],[56.8627450980392,104.901960784314,100.980392156863],[66.6666666666667,116.666666666667,119.607843137255],[91.1764705882353,144.117647058824,155.882352941176],[115.686274509804,170.588235294118,185.294117647059],[79.4117647058823,134.313725490196,150.980392156863],[81.3725490196078,132.352941176471,145.098039215686],[94.1176470588235,138.235294117647,143.137254901961],[100.980392156863,139.21568627451,136.274509803922],[157.843137254902,189.21568627451,176.470588235294],[174.509803921569,205.882352941176,193.137254901961],[113.725490196078,153.921568627451,148.039215686275],[80.3921568627451,121.56862745098,120.588235294118],[103.921568627451,134.313725490196,137.254901960784],[108.823529411765,142.156862745098,143.137254901961],[123.529411764706,171.56862745098,167.647058823529],[73.5294117647059,125.490196078431,117.647058823529],[57.843137254902,105.882352941176,100],[83.3333333333333,127.450980392157,120.588235294118],[88.2352941176471,128.43137254902,120.588235294118],[56.8627450980392,98.0392156862745,88.2352941176471],[67.6470588235294,110.78431372549,98.0392156862745],[129.411764705882,170.588235294118,156.862745098039],[141.176470588235,176.470588235294,164.705882352941],[85.2941176470588,127.450980392157,110.78431372549],[57.843137254902,118.627450980392,94.1176470588235],[126.470588235294,190.196078431373,160.78431372549],[152.941176470588,206.862745098039,175.490196078431],[134.313725490196,180.392156862745,145.098039215686],[128.43137254902,167.647058823529,134.313725490196],[171.56862745098,201.960784313725,170.588235294118],[125.490196078431,150,118.627450980392],[52.9411764705882,76.4705882352941,43.1372549019608],[71.5686274509804,93.1372549019608,57.843137254902],[76.4705882352941,100.980392156863,62.7450980392157],[86.2745098039216,113.725490196078,73.5294117647059],[154.901960784314,186.274509803922,140.196078431373],[179.411764705882,212.745098039216,163.725490196078],[136.274509803922,167.647058823529,118.627450980392],[76.4705882352941,102.941176470588,52.9411764705882],[71.5686274509804,91.1764705882353,43.1372549019608],[0,12.7450980392157,0],[46.078431372549,56.8627450980392,15.6862745098039],[125.490196078431,139.21568627451,104.901960784314],[55.8823529411765,70.5882352941177,42.156862745098],[0,6.86274509803922,0],[4.90196078431373,17.6470588235294,0],[19.6078431372549,30.3921568627451,0.980392156862745],[7.84313725490196,16.6666666666667,0],[12.7450980392157,21.5686274509804,0],[50.9803921568627,56.8627450980392,29.4117647058824],[117.647058823529,125.490196078431,89.2156862745098],[85.2941176470588,96.078431372549,56.8627450980392],[86.2745098039216,98.0392156862745,58.8235294117647],[71.5686274509804,88.2352941176471,45.0980392156863],[100.980392156863,120.588235294118,68.6274509803922],[150.980392156863,174.509803921569,117.647058823529],[119.607843137255,144.117647058824,87.2549019607843],[111.764705882353,139.21568627451,81.3725490196078],[56.8627450980392,86.2745098039216,27.4509803921569],[48.0392156862745,70.5882352941177,15.6862745098039],[20.5882352941176,29.4117647058824,0],[13.7254901960784,13.7254901960784,0],[27.4509803921569,23.5294117647059,0],[49.0196078431373,49.0196078431373,21.5686274509804],[100,109.803921568627,76.4705882352941],[125.490196078431,137.254901960784,101.960784313725],[58.8235294117647,66.6666666666667,28.4313725490196],[92.156862745098,90.1960784313725,52.9411764705882],[109.803921568627,93.1372549019608,63.7254901960784],[57.843137254902,33.3333333333333,11.7647058823529],[22.5490196078431,0,0],[12.7450980392157,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0,1.96078431372549],[3.92156862745098,0,2.94117647058824],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,2.94117647058824],[12.7450980392157,6.86274509803922,8.82352941176471],[14.7058823529412,8.82352941176471,10.7843137254902],[8.82352941176471,2.94117647058824,4.90196078431373],[12.7450980392157,6.86274509803922,8.82352941176471],[15.6862745098039,9.80392156862745,13.7254901960784],[12.7450980392157,2.94117647058824,10.7843137254902],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,5.88235294117647,12.7450980392157],[15.6862745098039,0.980392156862745,5.88235294117647],[24.5098039215686,8.82352941176471,11.7647058823529],[26.4705882352941,10.7843137254902,11.7647058823529],[17.6470588235294,1.96078431372549,1.96078431372549],[27.4509803921569,11.7647058823529,11.7647058823529],[31.3725490196078,15.6862745098039,15.6862745098039],[29.4117647058824,14.7058823529412,11.7647058823529],[27.4509803921569,9.80392156862745,5.88235294117647],[54.9019607843137,36.2745098039216,29.4117647058824],[63.7254901960784,42.156862745098,29.4117647058824],[66.6666666666667,41.1764705882353,24.5098039215686],[50,23.5294117647059,2.94117647058824],[64.7058823529412,35.2941176470588,7.84313725490196],[134.313725490196,100.980392156863,63.7254901960784],[191.176470588235,157.843137254902,121.56862745098],[152.941176470588,126.470588235294,100],[44.1176470588235,21.5686274509804,3.92156862745098],[18.6274509803922,0.980392156862745,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[64.7058823529412,47.0588235294118,25.4901960784314],[91.1764705882353,71.5686274509804,37.2549019607843],[104.901960784314,82.3529411764706,41.1764705882353],[136.274509803922,109.803921568627,63.7254901960784],[121.56862745098,98.0392156862745,52.9411764705882],[154.901960784314,136.274509803922,97.0588235294118],[116.666666666667,101.960784313725,71.5686274509804],[85.2941176470588,74.5098039215686,54.9019607843137],[57.843137254902,50,27.4509803921569],[150,142.156862745098,105.882352941176],[224.509803921569,219.607843137255,178.43137254902],[137.254901960784,137.254901960784,100],[180.392156862745,182.352941176471,146.078431372549],[178.43137254902,180.392156862745,141.176470588235],[227.450980392157,227.450980392157,192.156862745098],[204.901960784314,197.058823529412,174.509803921569],[149.019607843137,138.235294117647,116.666666666667],[154.901960784314,146.078431372549,113.725490196078],[107.843137254902,103.921568627451,69.6078431372549],[142.156862745098,143.137254901961,112.745098039216],[172.549019607843,173.529411764706,142.156862745098],[144.117647058824,142.156862745098,101.960784313725],[160.78431372549,151.960784313725,109.803921568627],[179.411764705882,157.843137254902,121.56862745098],[149.019607843137,128.43137254902,100],[124.509803921569,116.666666666667,98.0392156862745],[126.470588235294,125.490196078431,107.843137254902],[111.764705882353,113.725490196078,92.156862745098],[106.862745098039,109.803921568627,83.3333333333333],[112.745098039216,112.745098039216,85.2941176470588],[197.058823529412,196.078431372549,168.627450980392],[207.843137254902,201.960784313725,180.392156862745],[151.960784313725,145.098039215686,127.450980392157],[145.098039215686,141.176470588235,129.411764705882],[131.372549019608,131.372549019608,119.607843137255],[146.078431372549,151.960784313725,138.235294117647],[136.274509803922,143.137254901961,125.490196078431],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,136.274509803922,106.862745098039],[130.392156862745,114.705882352941,79.4117647058823],[137.254901960784,108.823529411765,69.6078431372549],[183.333333333333,141.176470588235,97.0588235294118],[193.137254901961,149.019607843137,95.0980392156863],[169.607843137255,131.372549019608,65.6862745098039],[188.235294117647,160.78431372549,89.2156862745098],[235.294117647059,221.56862745098,151.960784313725],[237.254901960784,227.450980392157,156.862745098039],[213.725490196078,195.098039215686,127.450980392157],[216.666666666667,194.117647058824,128.43137254902],[250,236.274509803922,179.411764705882],[207.843137254902,194.117647058824,134.313725490196],[138.235294117647,142.156862745098,69.6078431372549],[100.980392156863,111.764705882353,44.1176470588235],[25.4901960784314,33.3333333333333,0],[0.980392156862745,11.7647058823529,0],[28.4313725490196,45.0980392156863,26.4705882352941],[35.2941176470588,56.8627450980392,44.1176470588235],[58.8235294117647,85.2941176470588,70.5882352941177],[81.3725490196078,110.78431372549,99.0196078431373],[74.5098039215686,106.862745098039,100],[80.3921568627451,115.686274509804,111.764705882353],[63.7254901960784,103.921568627451,98.0392156862745],[96.078431372549,138.235294117647,128.43137254902],[204.901960784314,247.058823529412,228.43137254902],[83.3333333333333,126.470588235294,101.960784313725],[85.2941176470588,124.509803921569,100.980392156863],[96.078431372549,134.313725490196,115.686274509804],[73.5294117647059,110.78431372549,100],[60.7843137254902,99.0196078431373,94.1176470588235],[51.9607843137255,95.0980392156863,94.1176470588235],[53.921568627451,102.941176470588,101.960784313725],[48.0392156862745,103.921568627451,98.0392156862745],[57.843137254902,117.647058823529,110.78431372549],[50.9803921568627,111.764705882353,106.862745098039],[54.9019607843137,113.725490196078,111.764705882353],[77.4509803921569,131.372549019608,128.43137254902],[85.2941176470588,134.313725490196,133.333333333333],[86.2745098039216,131.372549019608,131.372549019608],[83.3333333333333,127.450980392157,130.392156862745],[62.7450980392157,109.803921568627,113.725490196078],[50,99.0196078431373,105.882352941176],[64.7058823529412,117.647058823529,127.450980392157],[66.6666666666667,123.529411764706,134.313725490196],[66.6666666666667,122.549019607843,131.372549019608],[76.4705882352941,128.43137254902,134.313725490196],[84.3137254901961,127.450980392157,128.43137254902],[140.196078431373,175.490196078431,173.529411764706],[206.862745098039,236.274509803922,228.43137254902],[173.529411764706,203.921568627451,198.039215686275],[113.725490196078,158.823529411765,155.882352941176],[58.8235294117647,105.882352941176,105.882352941176],[92.156862745098,126.470588235294,128.43137254902],[103.921568627451,139.21568627451,139.21568627451],[99.0196078431373,149.019607843137,140.196078431373],[56.8627450980392,113.725490196078,100],[59.8039215686275,112.745098039216,97.0588235294118],[70.5882352941177,122.549019607843,104.901960784314],[57.843137254902,105.882352941176,87.2549019607843],[73.5294117647059,119.607843137255,101.960784313725],[60.7843137254902,106.862745098039,87.2549019607843],[99.0196078431373,142.156862745098,125.490196078431],[78.4313725490196,118.627450980392,102.941176470588],[69.6078431372549,115.686274509804,100],[114.705882352941,183.333333333333,159.803921568627],[149.019607843137,220.588235294118,192.156862745098],[114.705882352941,170.588235294118,139.21568627451],[150,194.117647058824,163.725490196078],[179.411764705882,215.686274509804,185.294117647059],[165.686274509804,195.098039215686,167.647058823529],[127.450980392157,150.980392156863,129.411764705882],[37.2549019607843,55.8823529411765,37.2549019607843],[14.7058823529412,32.3529411764706,16.6666666666667],[54.9019607843137,75.4901960784314,56.8627450980392],[102.941176470588,131.372549019608,103.921568627451],[187.254901960784,218.627450980392,180.392156862745],[186.274509803922,219.607843137255,170.588235294118],[79.4117647058823,108.823529411765,57.843137254902],[51.9607843137255,75.4901960784314,26.4705882352941],[87.2549019607843,101.960784313725,59.8039215686275],[56.8627450980392,63.7254901960784,30.3921568627451],[64.7058823529412,70.5882352941177,45.0980392156863],[98.0392156862745,111.764705882353,89.2156862745098],[0,7.84313725490196,0],[7.84313725490196,22.5490196078431,0],[31.3725490196078,45.0980392156863,22.5490196078431],[38.2352941176471,47.0588235294118,28.4313725490196],[20.5882352941176,28.4313725490196,7.84313725490196],[76.4705882352941,85.2941176470588,58.8235294117647],[15.6862745098039,24.5098039215686,0],[61.7647058823529,70.5882352941177,40.1960784313726],[107.843137254902,119.607843137255,84.3137254901961],[96.078431372549,112.745098039216,68.6274509803922],[87.2549019607843,106.862745098039,54.9019607843137],[74.5098039215686,97.0588235294118,44.1176470588235],[127.450980392157,154.901960784314,98.0392156862745],[175.490196078431,204.901960784314,144.117647058824],[125.490196078431,154.901960784314,92.156862745098],[135.294117647059,162.745098039216,104.901960784314],[121.56862745098,141.176470588235,89.2156862745098],[93.1372549019608,105.882352941176,60.7843137254902],[59.8039215686275,67.6470588235294,27.4509803921569],[55.8823529411765,61.7647058823529,24.5098039215686],[66.6666666666667,72.5490196078431,37.2549019607843],[37.2549019607843,45.0980392156863,8.82352941176471],[41.1764705882353,47.0588235294118,11.7647058823529],[14.7058823529412,16.6666666666667,0],[51.9607843137255,46.078431372549,12.7450980392157],[54.9019607843137,39.2156862745098,13.7254901960784],[14.7058823529412,0,0],[17.6470588235294,1.96078431372549,0],[15.6862745098039,2.94117647058824,0],[4.90196078431373,0,0],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0,3.92156862745098],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[39.2156862745098,37.2549019607843,38.2352941176471],[182.352941176471,180.392156862745,183.333333333333],[35.2941176470588,33.3333333333333,36.2745098039216],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[16.6666666666667,10.7843137254902,14.7058823529412],[10.7843137254902,4.90196078431373,8.82352941176471],[9.80392156862745,0.980392156862745,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,1.96078431372549],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,2.94117647058824,0],[25.4901960784314,16.6666666666667,17.6470588235294],[13.7254901960784,4.90196078431373,7.84313725490196],[19.6078431372549,9.80392156862745,10.7843137254902],[20.5882352941176,8.82352941176471,8.82352941176471],[28.4313725490196,14.7058823529412,13.7254901960784],[30.3921568627451,16.6666666666667,13.7254901960784],[12.7450980392157,0,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[39.2156862745098,21.5686274509804,19.6078431372549],[26.4705882352941,7.84313725490196,3.92156862745098],[38.2352941176471,15.6862745098039,9.80392156862745],[26.4705882352941,0.980392156862745,0],[59.8039215686275,33.3333333333333,16.6666666666667],[83.3333333333333,55.8823529411765,34.3137254901961],[59.8039215686275,29.4117647058824,1.96078431372549],[99.0196078431373,63.7254901960784,28.4313725490196],[143.137254901961,107.843137254902,72.5490196078431],[145.098039215686,115.686274509804,82.3529411764706],[135.294117647059,109.803921568627,83.3333333333333],[81.3725490196078,62.7450980392157,46.078431372549],[88.2352941176471,70.5882352941177,56.8627450980392],[109.803921568627,93.1372549019608,75.4901960784314],[90.1960784313725,73.5294117647059,48.0392156862745],[92.156862745098,74.5098039215686,37.2549019607843],[82.3529411764706,61.7647058823529,19.6078431372549],[116.666666666667,94.1176470588235,50.9803921568627],[129.411764705882,108.823529411765,66.6666666666667],[100.980392156863,83.3333333333333,46.078431372549],[104.901960784314,90.1960784313725,57.843137254902],[105.882352941176,94.1176470588235,70.5882352941177],[105.882352941176,97.0588235294118,68.6274509803922],[110.78431372549,99.0196078431373,57.843137254902],[164.705882352941,157.843137254902,112.745098039216],[199.019607843137,200,158.823529411765],[121.56862745098,123.529411764706,84.3137254901961],[155.882352941176,156.862745098039,115.686274509804],[212.745098039216,210.78431372549,173.529411764706],[171.56862745098,161.764705882353,135.294117647059],[149.019607843137,137.254901960784,111.764705882353],[124.509803921569,118.627450980392,87.2549019607843],[126.470588235294,121.56862745098,90.1960784313725],[112.745098039216,111.764705882353,82.3529411764706],[158.823529411765,157.843137254902,127.450980392157],[154.901960784314,150.980392156863,113.725490196078],[180.392156862745,168.627450980392,129.411764705882],[179.411764705882,160.78431372549,128.43137254902],[188.235294117647,171.56862745098,144.117647058824],[162.745098039216,157.843137254902,136.274509803922],[126.470588235294,128.43137254902,107.843137254902],[121.56862745098,121.56862745098,98.0392156862745],[127.450980392157,125.490196078431,100.980392156863],[160.78431372549,156.862745098039,128.43137254902],[176.470588235294,172.549019607843,144.117647058824],[143.137254901961,139.21568627451,114.705882352941],[141.176470588235,139.21568627451,118.627450980392],[150,150.980392156863,133.333333333333],[119.607843137255,123.529411764706,108.823529411765],[117.647058823529,124.509803921569,108.823529411765],[114.705882352941,122.549019607843,101.960784313725],[143.137254901961,145.098039215686,121.56862745098],[158.823529411765,154.901960784314,126.470588235294],[173.529411764706,163.725490196078,129.411764705882],[165.686274509804,144.117647058824,105.882352941176],[156.862745098039,122.549019607843,81.3725490196078],[147.058823529412,106.862745098039,55.8823529411765],[167.647058823529,129.411764705882,65.6862745098039],[199.019607843137,168.627450980392,102.941176470588],[238.235294117647,223.529411764706,159.803921568627],[175.490196078431,164.705882352941,100],[155.882352941176,142.156862745098,72.5490196078431],[165.686274509804,150.980392156863,83.3333333333333],[233.333333333333,217.647058823529,158.823529411765],[215.686274509804,207.843137254902,146.078431372549],[154.901960784314,157.843137254902,88.2352941176471],[91.1764705882353,102.941176470588,32.3529411764706],[64.7058823529412,73.5294117647059,17.6470588235294],[82.3529411764706,95.0980392156863,50],[65.6862745098039,91.1764705882353,56.8627450980392],[37.2549019607843,66.6666666666667,41.1764705882353],[63.7254901960784,94.1176470588235,76.4705882352941],[87.2549019607843,120.588235294118,106.862745098039],[54.9019607843137,89.2156862745098,82.3529411764706],[51.9607843137255,87.2549019607843,83.3333333333333],[70.5882352941177,109.803921568627,101.960784313725],[76.4705882352941,116.666666666667,102.941176470588],[122.549019607843,164.705882352941,138.235294117647],[157.843137254902,198.039215686275,168.627450980392],[105.882352941176,144.117647058824,117.647058823529],[69.6078431372549,106.862745098039,86.2745098039216],[75.4901960784314,109.803921568627,102.941176470588],[90.1960784313725,128.43137254902,125.490196078431],[63.7254901960784,107.843137254902,104.901960784314],[50.9803921568627,100,97.0588235294118],[38.2352941176471,96.078431372549,94.1176470588235],[58.8235294117647,117.647058823529,115.686274509804],[66.6666666666667,124.509803921569,118.627450980392],[70.5882352941177,126.470588235294,120.588235294118],[79.4117647058823,133.333333333333,130.392156862745],[89.2156862745098,143.137254901961,140.196078431373],[67.6470588235294,117.647058823529,118.627450980392],[80.3921568627451,130.392156862745,133.333333333333],[60.7843137254902,113.725490196078,115.686274509804],[74.5098039215686,128.43137254902,131.372549019608],[113.725490196078,170.588235294118,172.549019607843],[69.6078431372549,126.470588235294,127.450980392157],[60.7843137254902,115.686274509804,114.705882352941],[68.6274509803922,119.607843137255,117.647058823529],[75.4901960784314,119.607843137255,116.666666666667],[125.490196078431,160.78431372549,156.862745098039],[176.470588235294,206.862745098039,201.960784313725],[171.56862745098,205.882352941176,201.960784313725],[82.3529411764706,131.372549019608,130.392156862745],[57.843137254902,107.843137254902,108.823529411765],[97.0588235294118,137.254901960784,139.21568627451],[154.901960784314,196.078431372549,194.117647058824],[114.705882352941,166.666666666667,156.862745098039],[75.4901960784314,132.352941176471,117.647058823529],[71.5686274509804,127.450980392157,108.823529411765],[46.078431372549,98.0392156862745,78.4313725490196],[88.2352941176471,134.313725490196,114.705882352941],[128.43137254902,172.549019607843,151.960784313725],[119.607843137255,163.725490196078,143.137254901961],[57.843137254902,100,80.3921568627451],[102.941176470588,141.176470588235,123.529411764706],[85.2941176470588,131.372549019608,113.725490196078],[106.862745098039,170.588235294118,147.058823529412],[136.274509803922,200.980392156863,174.509803921569],[105.882352941176,154.901960784314,128.43137254902],[110.78431372549,149.019607843137,122.549019607843],[110.78431372549,140.196078431373,114.705882352941],[75.4901960784314,100.980392156863,76.4705882352941],[100,121.56862745098,100.980392156863],[62.7450980392157,80.3921568627451,64.7058823529412],[31.3725490196078,50.9803921568627,40.1960784313726],[115.686274509804,139.21568627451,125.490196078431],[227.450980392157,250,229.411764705882],[116.666666666667,150.980392156863,111.764705882353],[166.666666666667,199.019607843137,152.941176470588],[95.0980392156863,124.509803921569,75.4901960784314],[80.3921568627451,103.921568627451,56.8627450980392],[66.6666666666667,85.2941176470588,41.1764705882353],[21.5686274509804,35.2941176470588,0.980392156862745],[97.0588235294118,109.803921568627,82.3529411764706],[83.3333333333333,98.0392156862745,75.4901960784314],[47.0588235294118,64.7058823529412,41.1764705882353],[31.3725490196078,49.0196078431373,23.5294117647059],[64.7058823529412,79.4117647058823,56.8627450980392],[23.5294117647059,34.3137254901961,18.6274509803922],[95.0980392156863,103.921568627451,85.2941176470588],[65.6862745098039,75.4901960784314,49.0196078431373],[8.82352941176471,19.6078431372549,0],[32.3529411764706,46.078431372549,13.7254901960784],[118.627450980392,132.352941176471,97.0588235294118],[116.666666666667,134.313725490196,85.2941176470588],[83.3333333333333,103.921568627451,48.0392156862745],[92.156862745098,112.745098039216,57.843137254902],[99.0196078431373,122.549019607843,65.6862745098039],[120.588235294118,144.117647058824,83.3333333333333],[32.3529411764706,53.921568627451,0],[62.7450980392157,79.4117647058823,25.4901960784314],[124.509803921569,138.235294117647,88.2352941176471],[89.2156862745098,100.980392156863,51.9607843137255],[61.7647058823529,70.5882352941177,24.5098039215686],[71.5686274509804,77.4509803921569,32.3529411764706],[56.8627450980392,57.843137254902,16.6666666666667],[73.5294117647059,71.5686274509804,33.3333333333333],[57.843137254902,53.921568627451,19.6078431372549],[58.8235294117647,53.921568627451,22.5490196078431],[49.0196078431373,42.156862745098,14.7058823529412],[33.3333333333333,20.5882352941176,1.96078431372549],[17.6470588235294,1.96078431372549,0],[42.156862745098,25.4901960784314,17.6470588235294],[26.4705882352941,12.7450980392157,9.80392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[15.6862745098039,15.6862745098039,15.6862745098039],[0,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,3.92156862745098],[75.4901960784314,73.5294117647059,78.4313725490196],[250,249.019607843137,250],[68.6274509803922,66.6666666666667,71.5686274509804],[0.980392156862745,0,3.92156862745098],[13.7254901960784,8.82352941176471,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[6.86274509803922,5.88235294117647,1.96078431372549],[5.88235294117647,4.90196078431373,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,4.90196078431373,9.80392156862745],[5.88235294117647,0,9.80392156862745],[11.7647058823529,5.88235294117647,17.6470588235294],[8.82352941176471,0.980392156862745,11.7647058823529],[15.6862745098039,5.88235294117647,13.7254901960784],[7.84313725490196,0,0],[15.6862745098039,4.90196078431373,0],[35.2941176470588,23.5294117647059,9.80392156862745],[27.4509803921569,14.7058823529412,0],[17.6470588235294,6.86274509803922,0],[25.4901960784314,16.6666666666667,7.84313725490196],[9.80392156862745,5.88235294117647,0],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,13.7254901960784,0],[15.6862745098039,8.82352941176471,0],[37.2549019607843,28.4313725490196,13.7254901960784],[27.4509803921569,15.6862745098039,3.92156862745098],[37.2549019607843,23.5294117647059,14.7058823529412],[38.2352941176471,19.6078431372549,13.7254901960784],[37.2549019607843,13.7254901960784,9.80392156862745],[60.7843137254902,36.2745098039216,31.3725490196078],[45.0980392156863,16.6666666666667,8.82352941176471],[43.1372549019608,11.7647058823529,0],[82.3529411764706,50.9803921568627,30.3921568627451],[82.3529411764706,49.0196078431373,22.5490196078431],[62.7450980392157,28.4313725490196,0],[93.1372549019608,56.8627450980392,28.4313725490196],[105.882352941176,70.5882352941177,35.2941176470588],[118.627450980392,88.2352941176471,42.156862745098],[193.137254901961,164.705882352941,121.56862745098],[147.058823529412,120.588235294118,92.156862745098],[63.7254901960784,38.2352941176471,15.6862745098039],[66.6666666666667,41.1764705882353,14.7058823529412],[104.901960784314,80.3921568627451,50],[125.490196078431,100.980392156863,60.7843137254902],[72.5490196078431,50,8.82352941176471],[55.8823529411765,31.3725490196078,0.980392156862745],[82.3529411764706,61.7647058823529,31.3725490196078],[113.725490196078,98.0392156862745,64.7058823529412],[101.960784313725,90.1960784313725,52.9411764705882],[82.3529411764706,74.5098039215686,38.2352941176471],[135.294117647059,128.43137254902,85.2941176470588],[168.627450980392,156.862745098039,105.882352941176],[161.764705882353,150,99.0196078431373],[140.196078431373,136.274509803922,92.156862745098],[151.960784313725,147.058823529412,107.843137254902],[166.666666666667,157.843137254902,117.647058823529],[161.764705882353,148.039215686275,109.803921568627],[160.78431372549,145.098039215686,111.764705882353],[111.764705882353,96.078431372549,63.7254901960784],[109.803921568627,100.980392156863,70.5882352941177],[168.627450980392,163.725490196078,135.294117647059],[172.549019607843,167.647058823529,139.21568627451],[200,195.098039215686,165.686274509804],[144.117647058824,135.294117647059,102.941176470588],[148.039215686275,139.21568627451,106.862745098039],[178.43137254902,171.56862745098,146.078431372549],[141.176470588235,136.274509803922,114.705882352941],[132.352941176471,131.372549019608,110.78431372549],[110.78431372549,110.78431372549,87.2549019607843],[142.156862745098,140.196078431373,115.686274509804],[203.921568627451,200,173.529411764706],[183.333333333333,180.392156862745,150],[114.705882352941,111.764705882353,81.3725490196078],[131.372549019608,130.392156862745,100],[148.039215686275,149.019607843137,118.627450980392],[157.843137254902,163.725490196078,136.274509803922],[123.529411764706,133.333333333333,106.862745098039],[134.313725490196,147.058823529412,119.607843137255],[131.372549019608,141.176470588235,114.705882352941],[128.43137254902,133.333333333333,103.921568627451],[130.392156862745,131.372549019608,100.980392156863],[152.941176470588,148.039215686275,116.666666666667],[179.411764705882,165.686274509804,129.411764705882],[164.705882352941,143.137254901961,97.0588235294118],[185.294117647059,156.862745098039,101.960784313725],[150,123.529411764706,55.8823529411765],[161.764705882353,142.156862745098,72.5490196078431],[212.745098039216,202.941176470588,142.156862745098],[210.78431372549,204.901960784314,144.117647058824],[162.745098039216,154.901960784314,84.3137254901961],[166.666666666667,156.862745098039,86.2745098039216],[222.549019607843,212.745098039216,145.098039215686],[215.686274509804,209.803921568627,149.019607843137],[186.274509803922,189.21568627451,133.333333333333],[108.823529411765,117.647058823529,61.7647058823529],[139.21568627451,149.019607843137,90.1960784313725],[172.549019607843,189.21568627451,135.294117647059],[125.490196078431,153.921568627451,108.823529411765],[102.941176470588,138.235294117647,102.941176470588],[85.2941176470588,120.588235294118,95.0980392156863],[50,86.2745098039216,68.6274509803922],[63.7254901960784,96.078431372549,85.2941176470588],[86.2745098039216,118.627450980392,111.764705882353],[69.6078431372549,100.980392156863,96.078431372549],[70.5882352941177,102.941176470588,92.156862745098],[75.4901960784314,113.725490196078,85.2941176470588],[100,138.235294117647,107.843137254902],[101.960784313725,136.274509803922,114.705882352941],[72.5490196078431,104.901960784314,96.078431372549],[85.2941176470588,115.686274509804,118.627450980392],[87.2549019607843,119.607843137255,124.509803921569],[63.7254901960784,105.882352941176,97.0588235294118],[58.8235294117647,109.803921568627,98.0392156862745],[53.921568627451,111.764705882353,109.803921568627],[53.921568627451,108.823529411765,109.803921568627],[69.6078431372549,117.647058823529,113.725490196078],[66.6666666666667,112.745098039216,106.862745098039],[78.4313725490196,128.43137254902,123.529411764706],[92.156862745098,148.039215686275,141.176470588235],[79.4117647058823,141.176470588235,133.333333333333],[65.6862745098039,129.411764705882,121.56862745098],[71.5686274509804,137.254901960784,128.43137254902],[80.3921568627451,145.098039215686,135.294117647059],[72.5490196078431,134.313725490196,123.529411764706],[88.2352941176471,147.058823529412,137.254901960784],[82.3529411764706,134.313725490196,124.509803921569],[92.156862745098,138.235294117647,130.392156862745],[92.156862745098,134.313725490196,127.450980392157],[165.686274509804,203.921568627451,199.019607843137],[177.450980392157,212.745098039216,208.823529411765],[151.960784313725,191.176470588235,190.196078431373],[57.843137254902,106.862745098039,107.843137254902],[115.686274509804,167.647058823529,171.56862745098],[143.137254901961,193.137254901961,196.078431372549],[128.43137254902,179.411764705882,177.450980392157],[72.5490196078431,128.43137254902,122.549019607843],[36.2745098039216,92.156862745098,83.3333333333333],[54.9019607843137,105.882352941176,94.1176470588235],[73.5294117647059,118.627450980392,105.882352941176],[108.823529411765,149.019607843137,133.333333333333],[125.490196078431,161.764705882353,145.098039215686],[122.549019607843,154.901960784314,138.235294117647],[40.1960784313726,72.5490196078431,53.921568627451],[111.764705882353,144.117647058824,125.490196078431],[168.627450980392,207.843137254902,184.313725490196],[22.5490196078431,71.5686274509804,45.0980392156863],[76.4705882352941,123.529411764706,98.0392156862745],[52.9411764705882,87.2549019607843,63.7254901960784],[50.9803921568627,75.4901960784314,53.921568627451],[85.2941176470588,103.921568627451,82.3529411764706],[67.6470588235294,85.2941176470588,61.7647058823529],[60.7843137254902,78.4313725490196,52.9411764705882],[46.078431372549,67.6470588235294,47.0588235294118],[27.4509803921569,52.9411764705882,40.1960784313726],[118.627450980392,150,129.411764705882],[190.196078431373,226.470588235294,186.274509803922],[76.4705882352941,113.725490196078,65.6862745098039],[163.725490196078,196.078431372549,153.921568627451],[160.78431372549,191.176470588235,150],[117.647058823529,146.078431372549,100.980392156863],[74.5098039215686,102.941176470588,55.8823529411765],[46.078431372549,79.4117647058823,30.3921568627451],[35.2941176470588,66.6666666666667,20.5882352941176],[12.7450980392157,38.2352941176471,0],[55.8823529411765,76.4705882352941,44.1176470588235],[101.960784313725,120.588235294118,91.1764705882353],[20.5882352941176,36.2745098039216,9.80392156862745],[0,6.86274509803922,0],[90.1960784313725,101.960784313725,80.3921568627451],[61.7647058823529,74.5098039215686,49.0196078431373],[36.2745098039216,50,17.6470588235294],[46.078431372549,61.7647058823529,25.4901960784314],[71.5686274509804,88.2352941176471,44.1176470588235],[85.2941176470588,103.921568627451,50],[85.2941176470588,102.941176470588,46.078431372549],[89.2156862745098,103.921568627451,48.0392156862745],[87.2549019607843,100,45.0980392156863],[78.4313725490196,87.2549019607843,31.3725490196078],[56.8627450980392,63.7254901960784,12.7450980392157],[27.4509803921569,29.4117647058824,0],[83.3333333333333,84.3137254901961,41.1764705882353],[67.6470588235294,74.5098039215686,24.5098039215686],[61.7647058823529,65.6862745098039,15.6862745098039],[73.5294117647059,69.6078431372549,22.5490196078431],[105.882352941176,95.0980392156863,50],[128.43137254902,110.78431372549,73.5294117647059],[37.2549019607843,21.5686274509804,0],[28.4313725490196,16.6666666666667,0],[21.5686274509804,9.80392156862745,0],[10.7843137254902,0,0],[21.5686274509804,3.92156862745098,0],[56.8627450980392,37.2549019607843,36.2745098039216],[29.4117647058824,14.7058823529412,11.7647058823529],[15.6862745098039,8.82352941176471,0.980392156862745],[0.980392156862745,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[17.6470588235294,16.6666666666667,14.7058823529412],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[190.196078431373,192.156862745098,191.176470588235],[113.725490196078,115.686274509804,114.705882352941],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[0.980392156862745,0,3.92156862745098],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[9.80392156862745,8.82352941176471,4.90196078431373],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,0.980392156862745,6.86274509803922],[10.7843137254902,3.92156862745098,11.7647058823529],[5.88235294117647,0,4.90196078431373],[19.6078431372549,8.82352941176471,16.6666666666667],[18.6274509803922,6.86274509803922,8.82352941176471],[13.7254901960784,0,0],[19.6078431372549,3.92156862745098,0],[32.3529411764706,16.6666666666667,0],[53.921568627451,39.2156862745098,16.6666666666667],[77.4509803921569,65.6862745098039,51.9607843137255],[39.2156862745098,29.4117647058824,19.6078431372549],[7.84313725490196,0,0],[16.6666666666667,4.90196078431373,0],[17.6470588235294,6.86274509803922,0],[31.3725490196078,18.6274509803922,1.96078431372549],[51.9607843137255,35.2941176470588,17.6470588235294],[68.6274509803922,48.0392156862745,31.3725490196078],[67.6470588235294,42.156862745098,27.4509803921569],[79.4117647058823,51.9607843137255,38.2352941176471],[73.5294117647059,45.0980392156863,29.4117647058824],[80.3921568627451,51.9607843137255,34.3137254901961],[86.2745098039216,58.8235294117647,35.2941176470588],[98.0392156862745,71.5686274509804,43.1372549019608],[101.960784313725,77.4509803921569,47.0588235294118],[111.764705882353,86.2745098039216,53.921568627451],[78.4313725490196,45.0980392156863,17.6470588235294],[128.43137254902,93.1372549019608,57.843137254902],[131.372549019608,99.0196078431373,47.0588235294118],[153.921568627451,123.529411764706,69.6078431372549],[184.313725490196,150.980392156863,113.725490196078],[129.411764705882,97.0588235294118,66.6666666666667],[73.5294117647059,41.1764705882353,8.82352941176471],[102.941176470588,73.5294117647059,36.2745098039216],[109.803921568627,83.3333333333333,39.2156862745098],[148.039215686275,123.529411764706,83.3333333333333],[110.78431372549,88.2352941176471,57.843137254902],[76.4705882352941,56.8627450980392,30.3921568627451],[110.78431372549,97.0588235294118,60.7843137254902],[111.764705882353,102.941176470588,60.7843137254902],[126.470588235294,119.607843137255,74.5098039215686],[167.647058823529,161.764705882353,112.745098039216],[183.333333333333,176.470588235294,123.529411764706],[189.21568627451,183.333333333333,132.352941176471],[130.392156862745,131.372549019608,92.156862745098],[161.764705882353,161.764705882353,128.43137254902],[84.3137254901961,75.4901960784314,45.0980392156863],[145.098039215686,132.352941176471,100.980392156863],[169.607843137255,153.921568627451,121.56862745098],[117.647058823529,102.941176470588,72.5490196078431],[157.843137254902,150.980392156863,122.549019607843],[155.882352941176,151.960784313725,123.529411764706],[175.490196078431,170.588235294118,139.21568627451],[238.235294117647,229.411764705882,197.058823529412],[147.058823529412,134.313725490196,100.980392156863],[82.3529411764706,73.5294117647059,43.1372549019608],[100.980392156863,99.0196078431373,78.4313725490196],[132.352941176471,133.333333333333,115.686274509804],[95.0980392156863,97.0588235294118,75.4901960784314],[123.529411764706,125.490196078431,101.960784313725],[142.156862745098,140.196078431373,115.686274509804],[138.235294117647,137.254901960784,109.803921568627],[148.039215686275,144.117647058824,115.686274509804],[138.235294117647,135.294117647059,104.901960784314],[140.196078431373,141.176470588235,109.803921568627],[181.372549019608,187.254901960784,153.921568627451],[163.725490196078,173.529411764706,140.196078431373],[155.882352941176,169.607843137255,137.254901960784],[202.941176470588,217.647058823529,185.294117647059],[182.352941176471,196.078431372549,163.725490196078],[163.725490196078,170.588235294118,138.235294117647],[145.098039215686,148.039215686275,117.647058823529],[132.352941176471,129.411764705882,99.0196078431373],[170.588235294118,162.745098039216,127.450980392157],[211.764705882353,195.098039215686,151.960784313725],[184.313725490196,164.705882352941,112.745098039216],[165.686274509804,147.058823529412,89.2156862745098],[224.509803921569,210.78431372549,149.019607843137],[221.56862745098,216.666666666667,153.921568627451],[250,250,188.235294117647],[244.117647058824,240.196078431373,170.588235294118],[227.450980392157,220.588235294118,150],[186.274509803922,179.411764705882,110.78431372549],[228.43137254902,224.509803921569,161.764705882353],[121.56862745098,122.549019607843,66.6666666666667],[93.1372549019608,100,47.0588235294118],[140.196078431373,150.980392156863,96.078431372549],[138.235294117647,156.862745098039,102.941176470588],[82.3529411764706,110.78431372549,63.7254901960784],[109.803921568627,144.117647058824,102.941176470588],[86.2745098039216,120.588235294118,89.2156862745098],[82.3529411764706,116.666666666667,95.0980392156863],[82.3529411764706,115.686274509804,101.960784313725],[96.078431372549,128.43137254902,121.56862745098],[85.2941176470588,116.666666666667,113.725490196078],[109.803921568627,140.196078431373,132.352941176471],[113.725490196078,148.039215686275,118.627450980392],[111.764705882353,146.078431372549,113.725490196078],[63.7254901960784,95.0980392156863,72.5490196078431],[58.8235294117647,88.2352941176471,80.3921568627451],[74.5098039215686,103.921568627451,113.725490196078],[76.4705882352941,109.803921568627,118.627450980392],[52.9411764705882,95.0980392156863,88.2352941176471],[51.9607843137255,100.980392156863,90.1960784313725],[68.6274509803922,122.549019607843,119.607843137255],[69.6078431372549,120.588235294118,118.627450980392],[81.3725490196078,123.529411764706,116.666666666667],[75.4901960784314,117.647058823529,107.843137254902],[66.6666666666667,115.686274509804,106.862745098039],[95.0980392156863,150.980392156863,142.156862745098],[106.862745098039,171.56862745098,161.764705882353],[94.1176470588235,162.745098039216,152.941176470588],[89.2156862745098,159.803921568627,148.039215686275],[69.6078431372549,138.235294117647,127.450980392157],[93.1372549019608,154.901960784314,144.117647058824],[113.725490196078,170.588235294118,158.823529411765],[87.2549019607843,138.235294117647,126.470588235294],[90.1960784313725,135.294117647059,125.490196078431],[91.1764705882353,133.333333333333,124.509803921569],[166.666666666667,208.823529411765,201.960784313725],[178.43137254902,218.627450980392,212.745098039216],[103.921568627451,148.039215686275,145.098039215686],[71.5686274509804,120.588235294118,121.56862745098],[129.411764705882,182.352941176471,184.313725490196],[72.5490196078431,127.450980392157,126.470588235294],[50,104.901960784314,101.960784313725],[59.8039215686275,115.686274509804,109.803921568627],[52.9411764705882,107.843137254902,99.0196078431373],[23.5294117647059,72.5490196078431,61.7647058823529],[21.5686274509804,62.7450980392157,50.9803921568627],[28.4313725490196,63.7254901960784,50],[80.3921568627451,110.78431372549,95.0980392156863],[124.509803921569,152.941176470588,135.294117647059],[131.372549019608,159.803921568627,138.235294117647],[67.6470588235294,99.0196078431373,75.4901960784314],[117.647058823529,152.941176470588,127.450980392157],[65.6862745098039,107.843137254902,78.4313725490196],[128.43137254902,166.666666666667,138.235294117647],[174.509803921569,201.960784313725,177.450980392157],[168.627450980392,190.196078431373,167.647058823529],[165.686274509804,180.392156862745,157.843137254902],[87.2549019607843,100.980392156863,76.4705882352941],[60.7843137254902,76.4705882352941,48.0392156862745],[86.2745098039216,108.823529411765,81.3725490196078],[62.7450980392157,91.1764705882353,71.5686274509804],[128.43137254902,163.725490196078,136.274509803922],[134.313725490196,175.490196078431,126.470588235294],[109.803921568627,150,95.0980392156863],[135.294117647059,166.666666666667,126.470588235294],[174.509803921569,203.921568627451,168.627450980392],[113.725490196078,144.117647058824,103.921568627451],[144.117647058824,176.470588235294,130.392156862745],[161.764705882353,203.921568627451,149.019607843137],[110.78431372549,152.941176470588,98.0392156862745],[75.4901960784314,108.823529411765,59.8039215686275],[68.6274509803922,95.0980392156863,54.9019607843137],[72.5490196078431,96.078431372549,60.7843137254902],[34.3137254901961,54.9019607843137,22.5490196078431],[57.843137254902,76.4705882352941,49.0196078431373],[98.0392156862745,113.725490196078,87.2549019607843],[107.843137254902,123.529411764706,95.0980392156863],[64.7058823529412,81.3725490196078,46.078431372549],[42.156862745098,60.7843137254902,16.6666666666667],[84.3137254901961,101.960784313725,52.9411764705882],[97.0588235294118,113.725490196078,59.8039215686275],[72.5490196078431,87.2549019607843,29.4117647058824],[68.6274509803922,77.4509803921569,21.5686274509804],[71.5686274509804,76.4705882352941,21.5686274509804],[81.3725490196078,81.3725490196078,28.4313725490196],[85.2941176470588,83.3333333333333,35.2941176470588],[58.8235294117647,51.9607843137255,8.82352941176471],[92.156862745098,88.2352941176471,44.1176470588235],[148.039215686275,150,100.980392156863],[86.2745098039216,86.2745098039216,33.3333333333333],[64.7058823529412,54.9019607843137,4.90196078431373],[95.0980392156863,78.4313725490196,33.3333333333333],[89.2156862745098,65.6862745098039,28.4313725490196],[38.2352941176471,15.6862745098039,0],[34.3137254901961,18.6274509803922,0],[13.7254901960784,0,0],[45.0980392156863,30.3921568627451,23.5294117647059],[57.843137254902,40.1960784313726,38.2352941176471],[38.2352941176471,16.6666666666667,18.6274509803922],[24.5098039215686,6.86274509803922,4.90196078431373],[5.88235294117647,0,0],[14.7058823529412,11.7647058823529,2.94117647058824],[5.88235294117647,1.96078431372549,0],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[16.6666666666667,18.6274509803922,15.6862745098039],[5.88235294117647,7.84313725490196,4.90196078431373],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[15.6862745098039,10.7843137254902,14.7058823529412],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[8.82352941176471,3.92156862745098,10.7843137254902],[10.7843137254902,4.90196078431373,16.6666666666667],[12.7450980392157,4.90196078431373,15.6862745098039],[12.7450980392157,5.88235294117647,12.7450980392157],[10.7843137254902,4.90196078431373,6.86274509803922],[8.82352941176471,3.92156862745098,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,0],[17.6470588235294,12.7450980392157,6.86274509803922],[18.6274509803922,10.7843137254902,7.84313725490196],[16.6666666666667,6.86274509803922,5.88235294117647],[21.5686274509804,9.80392156862745,9.80392156862745],[19.6078431372549,5.88235294117647,4.90196078431373],[31.3725490196078,16.6666666666667,13.7254901960784],[60.7843137254902,44.1176470588235,37.2549019607843],[66.6666666666667,49.0196078431373,37.2549019607843],[57.843137254902,38.2352941176471,27.4509803921569],[52.9411764705882,30.3921568627451,24.5098039215686],[71.5686274509804,47.0588235294118,43.1372549019608],[58.8235294117647,34.3137254901961,29.4117647058824],[40.1960784313726,15.6862745098039,8.82352941176471],[24.5098039215686,0,0],[54.9019607843137,27.4509803921569,15.6862745098039],[81.3725490196078,50.9803921568627,33.3333333333333],[77.4509803921569,46.078431372549,23.5294117647059],[104.901960784314,70.5882352941177,43.1372549019608],[136.274509803922,101.960784313725,70.5882352941177],[105.882352941176,76.4705882352941,41.1764705882353],[104.901960784314,79.4117647058823,43.1372549019608],[124.509803921569,106.862745098039,69.6078431372549],[118.627450980392,105.882352941176,71.5686274509804],[62.7450980392157,56.8627450980392,21.5686274509804],[66.6666666666667,53.921568627451,20.5882352941176],[66.6666666666667,40.1960784313726,10.7843137254902],[112.745098039216,78.4313725490196,41.1764705882353],[186.274509803922,153.921568627451,101.960784313725],[180.392156862745,145.098039215686,94.1176470588235],[137.254901960784,100,61.7647058823529],[162.745098039216,127.450980392157,92.156862745098],[126.470588235294,92.156862745098,52.9411764705882],[86.2745098039216,55.8823529411765,10.7843137254902],[106.862745098039,81.3725490196078,33.3333333333333],[177.450980392157,155.882352941176,109.803921568627],[141.176470588235,121.56862745098,87.2549019607843],[122.549019607843,106.862745098039,73.5294117647059],[115.686274509804,102.941176470588,59.8039215686275],[95.0980392156863,84.3137254901961,39.2156862745098],[133.333333333333,125.490196078431,79.4117647058823],[149.019607843137,145.098039215686,99.0196078431373],[109.803921568627,116.666666666667,66.6666666666667],[154.901960784314,167.647058823529,125.490196078431],[165.686274509804,181.372549019608,154.901960784314],[93.1372549019608,105.882352941176,88.2352941176471],[56.8627450980392,60.7843137254902,46.078431372549],[126.470588235294,124.509803921569,109.803921568627],[116.666666666667,110.78431372549,89.2156862745098],[88.2352941176471,82.3529411764706,56.8627450980392],[138.235294117647,137.254901960784,107.843137254902],[127.450980392157,128.43137254902,95.0980392156863],[166.666666666667,164.705882352941,124.509803921569],[199.019607843137,192.156862745098,149.019607843137],[160.78431372549,150,105.882352941176],[147.058823529412,134.313725490196,100],[155.882352941176,150,126.470588235294],[116.666666666667,115.686274509804,96.078431372549],[174.509803921569,177.450980392157,156.862745098039],[153.921568627451,156.862745098039,136.274509803922],[150.980392156863,152.941176470588,131.372549019608],[172.549019607843,172.549019607843,149.019607843137],[191.176470588235,189.21568627451,164.705882352941],[201.960784313725,201.960784313725,174.509803921569],[178.43137254902,181.372549019608,150.980392156863],[163.725490196078,170.588235294118,140.196078431373],[183.333333333333,194.117647058824,162.745098039216],[195.098039215686,207.843137254902,178.43137254902],[205.882352941176,220.588235294118,190.196078431373],[185.294117647059,198.039215686275,168.627450980392],[169.607843137255,176.470588235294,146.078431372549],[159.803921568627,162.745098039216,134.313725490196],[175.490196078431,174.509803921569,145.098039215686],[172.549019607843,166.666666666667,135.294117647059],[209.803921568627,196.078431372549,161.764705882353],[214.705882352941,199.019607843137,163.725490196078],[218.627450980392,208.823529411765,173.529411764706],[249.019607843137,243.137254901961,196.078431372549],[202.941176470588,198.039215686275,133.333333333333],[182.352941176471,178.43137254902,105.882352941176],[243.137254901961,241.176470588235,168.627450980392],[159.803921568627,159.803921568627,89.2156862745098],[171.56862745098,168.627450980392,100.980392156863],[247.058823529412,244.117647058824,176.470588235294],[170.588235294118,167.647058823529,98.0392156862745],[136.274509803922,138.235294117647,76.4705882352941],[137.254901960784,148.039215686275,105.882352941176],[109.803921568627,130.392156862745,92.156862745098],[104.901960784314,129.411764705882,88.2352941176471],[124.509803921569,150,111.764705882353],[142.156862745098,168.627450980392,138.235294117647],[111.764705882353,143.137254901961,120.588235294118],[68.6274509803922,103.921568627451,90.1960784313725],[51.9607843137255,90.1960784313725,85.2941176470588],[50.9803921568627,88.2352941176471,89.2156862745098],[100.980392156863,135.294117647059,129.411764705882],[140.196078431373,172.549019607843,146.078431372549],[148.039215686275,177.450980392157,144.117647058824],[125.490196078431,150.980392156863,124.509803921569],[104.901960784314,132.352941176471,120.588235294118],[83.3333333333333,115.686274509804,124.509803921569],[67.6470588235294,106.862745098039,118.627450980392],[66.6666666666667,114.705882352941,111.764705882353],[64.7058823529412,114.705882352941,107.843137254902],[65.6862745098039,113.725490196078,109.803921568627],[98.0392156862745,144.117647058824,138.235294117647],[144.117647058824,187.254901960784,174.509803921569],[81.3725490196078,127.450980392157,111.764705882353],[105.882352941176,156.862745098039,144.117647058824],[140.196078431373,196.078431372549,187.254901960784],[100,161.764705882353,153.921568627451],[71.5686274509804,136.274509803922,132.352941176471],[71.5686274509804,136.274509803922,134.313725490196],[59.8039215686275,122.549019607843,121.56862745098],[73.5294117647059,131.372549019608,129.411764705882],[74.5098039215686,128.43137254902,125.490196078431],[69.6078431372549,117.647058823529,114.705882352941],[132.352941176471,177.450980392157,174.509803921569],[169.607843137255,213.725490196078,208.823529411765],[175.490196078431,219.607843137255,212.745098039216],[136.274509803922,182.352941176471,174.509803921569],[115.686274509804,163.725490196078,157.843137254902],[115.686274509804,164.705882352941,163.725490196078],[83.3333333333333,136.274509803922,136.274509803922],[64.7058823529412,118.627450980392,115.686274509804],[63.7254901960784,117.647058823529,111.764705882353],[50.9803921568627,102.941176470588,93.1372549019608],[81.3725490196078,130.392156862745,118.627450980392],[42.156862745098,85.2941176470588,70.5882352941177],[44.1176470588235,82.3529411764706,64.7058823529412],[75.4901960784314,107.843137254902,91.1764705882353],[104.901960784314,133.333333333333,113.725490196078],[133.333333333333,160.78431372549,139.21568627451],[150,177.450980392157,154.901960784314],[39.2156862745098,68.6274509803922,43.1372549019608],[52.9411764705882,87.2549019607843,57.843137254902],[101.960784313725,142.156862745098,108.823529411765],[150,189.21568627451,155.882352941176],[214.705882352941,243.137254901961,213.725490196078],[157.843137254902,180.392156862745,151.960784313725],[93.1372549019608,108.823529411765,80.3921568627451],[53.921568627451,68.6274509803922,38.2352941176471],[18.6274509803922,35.2941176470588,3.92156862745098],[65.6862745098039,89.2156862745098,57.843137254902],[70.5882352941177,100,72.5490196078431],[12.7450980392157,48.0392156862745,12.7450980392157],[28.4313725490196,67.6470588235294,15.6862745098039],[100.980392156863,141.176470588235,86.2745098039216],[146.078431372549,177.450980392157,137.254901960784],[211.764705882353,238.235294117647,203.921568627451],[122.549019607843,149.019607843137,114.705882352941],[63.7254901960784,95.0980392156863,54.9019607843137],[89.2156862745098,128.43137254902,77.4509803921569],[112.745098039216,151.960784313725,100],[158.823529411765,194.117647058824,147.058823529412],[112.745098039216,145.098039215686,100.980392156863],[147.058823529412,174.509803921569,135.294117647059],[137.254901960784,162.745098039216,126.470588235294],[35.2941176470588,58.8235294117647,25.4901960784314],[26.4705882352941,47.0588235294118,14.7058823529412],[69.6078431372549,89.2156862745098,54.9019607843137],[48.0392156862745,65.6862745098039,26.4705882352941],[100.980392156863,119.607843137255,74.5098039215686],[132.352941176471,150.980392156863,97.0588235294118],[85.2941176470588,102.941176470588,46.078431372549],[41.1764705882353,54.9019607843137,0],[91.1764705882353,99.0196078431373,41.1764705882353],[106.862745098039,109.803921568627,53.921568627451],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,114.705882352941,65.6862745098039],[90.1960784313725,84.3137254901961,37.2549019607843],[90.1960784313725,86.2745098039216,39.2156862745098],[162.745098039216,160.78431372549,110.78431372549],[115.686274509804,112.745098039216,60.7843137254902],[128.43137254902,118.627450980392,68.6274509803922],[145.098039215686,128.43137254902,85.2941176470588],[100,78.4313725490196,40.1960784313726],[59.8039215686275,37.2549019607843,6.86274509803922],[49.0196078431373,31.3725490196078,9.80392156862745],[74.5098039215686,57.843137254902,42.156862745098],[83.3333333333333,65.6862745098039,55.8823529411765],[97.0588235294118,78.4313725490196,74.5098039215686],[59.8039215686275,40.1960784313726,39.2156862745098],[29.4117647058824,14.7058823529412,11.7647058823529],[5.88235294117647,0,0],[10.7843137254902,7.84313725490196,0.980392156862745],[4.90196078431373,0.980392156862745,0],[16.6666666666667,12.7450980392157,11.7647058823529],[16.6666666666667,12.7450980392157,11.7647058823529],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[25.4901960784314,21.5686274509804,18.6274509803922],[34.3137254901961,30.3921568627451,27.4509803921569],[5.88235294117647,1.96078431372549,0]],[[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[26.4705882352941,26.4705882352941,24.5098039215686],[116.666666666667,116.666666666667,114.705882352941],[0,1.96078431372549,0],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[16.6666666666667,15.6862745098039,13.7254901960784],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[11.7647058823529,6.86274509803922,12.7450980392157],[4.90196078431373,0,9.80392156862745],[17.6470588235294,9.80392156862745,22.5490196078431],[11.7647058823529,4.90196078431373,11.7647058823529],[5.88235294117647,0,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[17.6470588235294,10.7843137254902,2.94117647058824],[15.6862745098039,8.82352941176471,0],[27.4509803921569,20.5882352941176,10.7843137254902],[29.4117647058824,20.5882352941176,13.7254901960784],[16.6666666666667,5.88235294117647,1.96078431372549],[20.5882352941176,6.86274509803922,5.88235294117647],[21.5686274509804,5.88235294117647,5.88235294117647],[21.5686274509804,3.92156862745098,1.96078431372549],[40.1960784313726,23.5294117647059,16.6666666666667],[71.5686274509804,52.9411764705882,46.078431372549],[91.1764705882353,67.6470588235294,57.843137254902],[81.3725490196078,48.0392156862745,36.2745098039216],[97.0588235294118,59.8039215686275,47.0588235294118],[102.941176470588,65.6862745098039,54.9019607843137],[64.7058823529412,27.4509803921569,18.6274509803922],[47.0588235294118,9.80392156862745,0.980392156862745],[100,62.7450980392157,50],[106.862745098039,70.5882352941177,51.9607843137255],[101.960784313725,66.6666666666667,41.1764705882353],[75.4901960784314,42.156862745098,7.84313725490196],[83.3333333333333,51.9607843137255,13.7254901960784],[122.549019607843,96.078431372549,53.921568627451],[120.588235294118,100,55.8823529411765],[70.5882352941177,55.8823529411765,13.7254901960784],[75.4901960784314,66.6666666666667,28.4313725490196],[43.1372549019608,39.2156862745098,4.90196078431373],[60.7843137254902,51.9607843137255,19.6078431372549],[117.647058823529,94.1176470588235,60.7843137254902],[129.411764705882,97.0588235294118,56.8627450980392],[137.254901960784,101.960784313725,52.9411764705882],[186.274509803922,150,99.0196078431373],[160.78431372549,120.588235294118,77.4509803921569],[179.411764705882,138.235294117647,97.0588235294118],[173.529411764706,138.235294117647,89.2156862745098],[138.235294117647,107.843137254902,54.9019607843137],[170.588235294118,146.078431372549,91.1764705882353],[112.745098039216,93.1372549019608,43.1372549019608],[100,85.2941176470588,43.1372549019608],[107.843137254902,97.0588235294118,52.9411764705882],[179.411764705882,169.607843137255,119.607843137255],[143.137254901961,133.333333333333,81.3725490196078],[107.843137254902,98.0392156862745,50],[150,147.058823529412,102.941176470588],[122.549019607843,137.254901960784,95.0980392156863],[62.7450980392157,88.2352941176471,53.921568627451],[118.627450980392,147.058823529412,125.490196078431],[138.235294117647,163.725490196078,150.980392156863],[59.8039215686275,77.4509803921569,65.6862745098039],[66.6666666666667,77.4509803921569,63.7254901960784],[81.3725490196078,84.3137254901961,67.6470588235294],[96.078431372549,98.0392156862745,76.4705882352941],[51.9607843137255,57.843137254902,32.3529411764706],[86.2745098039216,93.1372549019608,60.7843137254902],[132.352941176471,134.313725490196,96.078431372549],[138.235294117647,135.294117647059,93.1372549019608],[171.56862745098,162.745098039216,120.588235294118],[148.039215686275,140.196078431373,103.921568627451],[165.686274509804,161.764705882353,137.254901960784],[145.098039215686,147.058823529412,126.470588235294],[194.117647058824,199.019607843137,179.411764705882],[183.333333333333,190.196078431373,172.549019607843],[181.372549019608,186.274509803922,166.666666666667],[208.823529411765,211.764705882353,191.176470588235],[194.117647058824,198.039215686275,175.490196078431],[210.78431372549,214.705882352941,190.196078431373],[221.56862745098,227.450980392157,201.960784313725],[170.588235294118,179.411764705882,152.941176470588],[184.313725490196,197.058823529412,169.607843137255],[161.764705882353,176.470588235294,148.039215686275],[149.019607843137,163.725490196078,135.294117647059],[160.78431372549,173.529411764706,144.117647058824],[151.960784313725,160.78431372549,132.352941176471],[149.019607843137,153.921568627451,124.509803921569],[202.941176470588,202.941176470588,175.490196078431],[186.274509803922,181.372549019608,152.941176470588],[191.176470588235,180.392156862745,150.980392156863],[227.450980392157,218.627450980392,190.196078431373],[232.352941176471,230.392156862745,205.882352941176],[242.156862745098,242.156862745098,206.862745098039],[212.745098039216,208.823529411765,149.019607843137],[173.529411764706,169.607843137255,98.0392156862745],[157.843137254902,156.862745098039,91.1764705882353],[174.509803921569,174.509803921569,111.764705882353],[228.43137254902,229.411764705882,164.705882352941],[250,250,184.313725490196],[232.352941176471,228.43137254902,156.862745098039],[206.862745098039,206.862745098039,146.078431372549],[156.862745098039,169.607843137255,127.450980392157],[111.764705882353,131.372549019608,97.0588235294118],[105.882352941176,126.470588235294,88.2352941176471],[111.764705882353,133.333333333333,96.078431372549],[162.745098039216,187.254901960784,158.823529411765],[117.647058823529,146.078431372549,124.509803921569],[104.901960784314,138.235294117647,122.549019607843],[81.3725490196078,117.647058823529,109.803921568627],[73.5294117647059,108.823529411765,108.823529411765],[73.5294117647059,107.843137254902,101.960784313725],[94.1176470588235,127.450980392157,103.921568627451],[94.1176470588235,126.470588235294,98.0392156862745],[66.6666666666667,96.078431372549,70.5882352941177],[102.941176470588,133.333333333333,117.647058823529],[127.450980392157,160.78431372549,162.745098039216],[91.1764705882353,128.43137254902,137.254901960784],[83.3333333333333,126.470588235294,127.450980392157],[95.0980392156863,140.196078431373,137.254901960784],[74.5098039215686,119.607843137255,116.666666666667],[88.2352941176471,132.352941176471,125.490196078431],[144.117647058824,190.196078431373,172.549019607843],[146.078431372549,194.117647058824,173.529411764706],[135.294117647059,187.254901960784,171.56862745098],[86.2745098039216,141.176470588235,130.392156862745],[54.9019607843137,114.705882352941,107.843137254902],[75.4901960784314,136.274509803922,135.294117647059],[82.3529411764706,140.196078431373,144.117647058824],[68.6274509803922,124.509803921569,131.372549019608],[79.4117647058823,131.372549019608,139.21568627451],[73.5294117647059,121.56862745098,128.43137254902],[97.0588235294118,143.137254901961,149.019607843137],[139.21568627451,183.333333333333,186.274509803922],[159.803921568627,207.843137254902,204.901960784314],[144.117647058824,192.156862745098,188.235294117647],[74.5098039215686,124.509803921569,117.647058823529],[89.2156862745098,141.176470588235,133.333333333333],[118.627450980392,170.588235294118,164.705882352941],[85.2941176470588,137.254901960784,131.372549019608],[82.3529411764706,134.313725490196,126.470588235294],[68.6274509803922,118.627450980392,109.803921568627],[67.6470588235294,116.666666666667,104.901960784314],[91.1764705882353,137.254901960784,121.56862745098],[52.9411764705882,93.1372549019608,75.4901960784314],[81.3725490196078,115.686274509804,96.078431372549],[89.2156862745098,117.647058823529,98.0392156862745],[69.6078431372549,94.1176470588235,72.5490196078431],[72.5490196078431,98.0392156862745,71.5686274509804],[59.8039215686275,85.2941176470588,56.8627450980392],[72.5490196078431,102.941176470588,71.5686274509804],[57.843137254902,93.1372549019608,57.843137254902],[115.686274509804,154.901960784314,118.627450980392],[126.470588235294,163.725490196078,125.490196078431],[167.647058823529,197.058823529412,161.764705882353],[106.862745098039,130.392156862745,95.0980392156863],[41.1764705882353,60.7843137254902,24.5098039215686],[38.2352941176471,54.9019607843137,19.6078431372549],[36.2745098039216,54.9019607843137,23.5294117647059],[15.6862745098039,39.2156862745098,5.88235294117647],[0,31.3725490196078,0],[108.823529411765,146.078431372549,100],[173.529411764706,213.725490196078,156.862745098039],[150,188.235294117647,134.313725490196],[100,130.392156862745,89.2156862745098],[73.5294117647059,100,67.6470588235294],[124.509803921569,150,121.56862745098],[183.333333333333,211.764705882353,181.372549019608],[116.666666666667,153.921568627451,107.843137254902],[125.490196078431,167.647058823529,115.686274509804],[99.0196078431373,141.176470588235,89.2156862745098],[79.4117647058823,118.627450980392,69.6078431372549],[108.823529411765,144.117647058824,100.980392156863],[142.156862745098,172.549019607843,132.352941176471],[126.470588235294,153.921568627451,114.705882352941],[27.4509803921569,51.9607843137255,13.7254901960784],[76.4705882352941,99.0196078431373,57.843137254902],[125.490196078431,147.058823529412,101.960784313725],[112.745098039216,132.352941176471,82.3529411764706],[57.843137254902,76.4705882352941,21.5686274509804],[121.56862745098,139.21568627451,80.3921568627451],[95.0980392156863,106.862745098039,46.078431372549],[66.6666666666667,72.5490196078431,13.7254901960784],[49.0196078431373,50,0],[45.0980392156863,42.156862745098,0],[139.21568627451,133.333333333333,82.3529411764706],[123.529411764706,117.647058823529,66.6666666666667],[87.2549019607843,81.3725490196078,30.3921568627451],[103.921568627451,98.0392156862745,47.0588235294118],[144.117647058824,137.254901960784,86.2745098039216],[127.450980392157,115.686274509804,68.6274509803922],[76.4705882352941,59.8039215686275,17.6470588235294],[77.4509803921569,57.843137254902,21.5686274509804],[36.2745098039216,13.7254901960784,0],[39.2156862745098,17.6470588235294,0],[57.843137254902,37.2549019607843,18.6274509803922],[28.4313725490196,9.80392156862745,0],[25.4901960784314,6.86274509803922,0],[17.6470588235294,0,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[23.5294117647059,19.6078431372549,16.6666666666667],[31.3725490196078,27.4509803921569,24.5098039215686],[5.88235294117647,1.96078431372549,0]],[[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[8.82352941176471,8.82352941176471,6.86274509803922],[52.9411764705882,52.9411764705882,50.9803921568627],[53.921568627451,54.9019607843137,50],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,1.96078431372549],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[9.80392156862745,8.82352941176471,6.86274509803922],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[7.84313725490196,0,5.88235294117647],[16.6666666666667,5.88235294117647,13.7254901960784],[15.6862745098039,4.90196078431373,10.7843137254902],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,3.92156862745098,1.96078431372549],[20.5882352941176,11.7647058823529,6.86274509803922],[20.5882352941176,11.7647058823529,4.90196078431373],[19.6078431372549,8.82352941176471,4.90196078431373],[20.5882352941176,9.80392156862745,5.88235294117647],[26.4705882352941,12.7450980392157,11.7647058823529],[41.1764705882353,25.4901960784314,25.4901960784314],[37.2549019607843,19.6078431372549,17.6470588235294],[12.7450980392157,0,0],[20.5882352941176,1.96078431372549,0],[63.7254901960784,44.1176470588235,35.2941176470588],[92.156862745098,65.6862745098039,47.0588235294118],[129.411764705882,87.2549019607843,55.8823529411765],[106.862745098039,57.843137254902,23.5294117647059],[114.705882352941,66.6666666666667,37.2549019607843],[120.588235294118,73.5294117647059,50.9803921568627],[108.823529411765,62.7450980392157,43.1372549019608],[111.764705882353,69.6078431372549,50.9803921568627],[81.3725490196078,44.1176470588235,23.5294117647059],[76.4705882352941,43.1372549019608,18.6274509803922],[54.9019607843137,26.4705882352941,0],[74.5098039215686,50.9803921568627,15.6862745098039],[115.686274509804,97.0588235294118,55.8823529411765],[96.078431372549,79.4117647058823,37.2549019607843],[62.7450980392157,48.0392156862745,7.84313725490196],[83.3333333333333,67.6470588235294,32.3529411764706],[56.8627450980392,41.1764705882353,7.84313725490196],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,48.0392156862745,11.7647058823529],[89.2156862745098,57.843137254902,17.6470588235294],[90.1960784313725,53.921568627451,9.80392156862745],[113.725490196078,72.5490196078431,25.4901960784314],[152.941176470588,106.862745098039,63.7254901960784],[159.803921568627,116.666666666667,68.6274509803922],[182.352941176471,144.117647058824,88.2352941176471],[235.294117647059,203.921568627451,144.117647058824],[184.313725490196,162.745098039216,103.921568627451],[131.372549019608,116.666666666667,60.7843137254902],[152.941176470588,143.137254901961,93.1372549019608],[141.176470588235,135.294117647059,84.3137254901961],[212.745098039216,207.843137254902,150.980392156863],[185.294117647059,179.411764705882,122.549019607843],[193.137254901961,181.372549019608,132.352941176471],[176.470588235294,173.529411764706,133.333333333333],[90.1960784313725,106.862745098039,73.5294117647059],[100.980392156863,133.333333333333,104.901960784314],[78.4313725490196,115.686274509804,93.1372549019608],[147.058823529412,184.313725490196,163.725490196078],[99.0196078431373,127.450980392157,105.882352941176],[66.6666666666667,88.2352941176471,65.6862745098039],[120.588235294118,134.313725490196,109.803921568627],[73.5294117647059,85.2941176470588,63.7254901960784],[53.921568627451,66.6666666666667,49.0196078431373],[81.3725490196078,92.156862745098,75.4901960784314],[111.764705882353,116.666666666667,95.0980392156863],[148.039215686275,148.039215686275,124.509803921569],[149.019607843137,145.098039215686,116.666666666667],[116.666666666667,112.745098039216,84.3137254901961],[165.686274509804,169.607843137255,145.098039215686],[199.019607843137,207.843137254902,187.254901960784],[155.882352941176,168.627450980392,150.980392156863],[201.960784313725,214.705882352941,198.039215686275],[202.941176470588,213.725490196078,197.058823529412],[208.823529411765,217.647058823529,199.019607843137],[199.019607843137,207.843137254902,189.21568627451],[175.490196078431,184.313725490196,163.725490196078],[186.274509803922,198.039215686275,176.470588235294],[205.882352941176,219.607843137255,195.098039215686],[176.470588235294,192.156862745098,166.666666666667],[151.960784313725,169.607843137255,144.117647058824],[164.705882352941,183.333333333333,155.882352941176],[157.843137254902,171.56862745098,146.078431372549],[148.039215686275,157.843137254902,131.372549019608],[166.666666666667,172.549019607843,145.098039215686],[198.039215686275,200.980392156863,174.509803921569],[187.254901960784,185.294117647059,160.78431372549],[200.980392156863,197.058823529412,172.549019607843],[223.529411764706,221.56862745098,197.058823529412],[225.490196078431,229.411764705882,204.901960784314],[248.039215686275,250,220.588235294118],[247.058823529412,245.098039215686,198.039215686275],[202.941176470588,200,146.078431372549],[177.450980392157,177.450980392157,124.509803921569],[189.21568627451,189.21568627451,136.274509803922],[214.705882352941,215.686274509804,159.803921568627],[228.43137254902,227.450980392157,171.56862745098],[200.980392156863,196.078431372549,139.21568627451],[207.843137254902,206.862745098039,151.960784313725],[195.098039215686,207.843137254902,164.705882352941],[194.117647058824,211.764705882353,172.549019607843],[145.098039215686,163.725490196078,119.607843137255],[149.019607843137,170.588235294118,133.333333333333],[154.901960784314,182.352941176471,160.78431372549],[111.764705882353,142.156862745098,126.470588235294],[138.235294117647,169.607843137255,149.019607843137],[91.1764705882353,121.56862745098,103.921568627451],[80.3921568627451,109.803921568627,101.960784313725],[50,82.3529411764706,75.4901960784314],[62.7450980392157,100,85.2941176470588],[56.8627450980392,98.0392156862745,78.4313725490196],[59.8039215686275,98.0392156862745,77.4509803921569],[76.4705882352941,112.745098039216,96.078431372549],[99.0196078431373,130.392156862745,125.490196078431],[108.823529411765,140.196078431373,139.21568627451],[113.725490196078,148.039215686275,144.117647058824],[114.705882352941,152.941176470588,150],[97.0588235294118,142.156862745098,142.156862745098],[75.4901960784314,123.529411764706,119.607843137255],[144.117647058824,194.117647058824,175.490196078431],[141.176470588235,193.137254901961,167.647058823529],[84.3137254901961,136.274509803922,116.666666666667],[45.0980392156863,100,87.2549019607843],[56.8627450980392,111.764705882353,108.823529411765],[69.6078431372549,123.529411764706,126.470588235294],[73.5294117647059,124.509803921569,137.254901960784],[71.5686274509804,119.607843137255,136.274509803922],[82.3529411764706,128.43137254902,146.078431372549],[76.4705882352941,120.588235294118,139.21568627451],[115.686274509804,160.78431372549,175.490196078431],[119.607843137255,165.686274509804,175.490196078431],[100,148.039215686275,151.960784313725],[109.803921568627,163.725490196078,158.823529411765],[86.2745098039216,142.156862745098,135.294117647059],[77.4509803921569,133.333333333333,124.509803921569],[78.4313725490196,130.392156862745,120.588235294118],[124.509803921569,173.529411764706,164.705882352941],[108.823529411765,157.843137254902,147.058823529412],[74.5098039215686,121.56862745098,107.843137254902],[91.1764705882353,134.313725490196,119.607843137255],[76.4705882352941,116.666666666667,99.0196078431373],[88.2352941176471,122.549019607843,102.941176470588],[98.0392156862745,126.470588235294,104.901960784314],[53.921568627451,79.4117647058823,54.9019607843137],[35.2941176470588,57.843137254902,32.3529411764706],[60.7843137254902,83.3333333333333,54.9019607843137],[60.7843137254902,85.2941176470588,53.921568627451],[132.352941176471,161.764705882353,126.470588235294],[133.333333333333,167.647058823529,128.43137254902],[160.78431372549,198.039215686275,157.843137254902],[190.196078431373,228.43137254902,185.294117647059],[158.823529411765,189.21568627451,149.019607843137],[140.196078431373,164.705882352941,125.490196078431],[125.490196078431,146.078431372549,105.882352941176],[119.607843137255,137.254901960784,100],[120.588235294118,140.196078431373,105.882352941176],[101.960784313725,125.490196078431,90.1960784313725],[44.1176470588235,76.4705882352941,30.3921568627451],[90.1960784313725,128.43137254902,74.5098039215686],[129.411764705882,169.607843137255,110.78431372549],[171.56862745098,209.803921568627,155.882352941176],[81.3725490196078,108.823529411765,68.6274509803922],[55.8823529411765,78.4313725490196,50],[96.078431372549,117.647058823529,97.0588235294118],[121.56862745098,147.058823529412,122.549019607843],[92.156862745098,126.470588235294,87.2549019607843],[151.960784313725,191.176470588235,142.156862745098],[164.705882352941,207.843137254902,157.843137254902],[59.8039215686275,105.882352941176,54.9019607843137],[74.5098039215686,115.686274509804,66.6666666666667],[66.6666666666667,103.921568627451,57.843137254902],[91.1764705882353,121.56862745098,78.4313725490196],[70.5882352941177,99.0196078431373,55.8823529411765],[85.2941176470588,110.78431372549,64.7058823529412],[135.294117647059,158.823529411765,109.803921568627],[117.647058823529,140.196078431373,85.2941176470588],[86.2745098039216,105.882352941176,48.0392156862745],[137.254901960784,152.941176470588,92.156862745098],[94.1176470588235,105.882352941176,43.1372549019608],[54.9019607843137,60.7843137254902,0],[61.7647058823529,60.7843137254902,4.90196078431373],[100.980392156863,96.078431372549,42.156862745098],[128.43137254902,121.56862745098,68.6274509803922],[133.333333333333,128.43137254902,71.5686274509804],[149.019607843137,144.117647058824,89.2156862745098],[154.901960784314,145.098039215686,93.1372549019608],[112.745098039216,99.0196078431373,52.9411764705882],[71.5686274509804,57.843137254902,13.7254901960784],[59.8039215686275,42.156862745098,2.94117647058824],[27.4509803921569,7.84313725490196,0],[81.3725490196078,60.7843137254902,30.3921568627451],[42.156862745098,18.6274509803922,0],[19.6078431372549,0,0],[55.8823529411765,35.2941176470588,18.6274509803922],[58.8235294117647,41.1764705882353,29.4117647058824],[39.2156862745098,26.4705882352941,17.6470588235294],[20.5882352941176,9.80392156862745,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0]],[[35.2941176470588,33.3333333333333,36.2745098039216],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[6.86274509803922,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[13.7254901960784,14.7058823529412,9.80392156862745],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[17.6470588235294,13.7254901960784,10.7843137254902],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,10.7843137254902,11.7647058823529],[10.7843137254902,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,8.82352941176471],[22.5490196078431,11.7647058823529,9.80392156862745],[8.82352941176471,0,0],[14.7058823529412,3.92156862745098,0],[22.5490196078431,11.7647058823529,7.84313725490196],[10.7843137254902,0,0],[13.7254901960784,0,0],[27.4509803921569,12.7450980392157,9.80392156862745],[40.1960784313726,22.5490196078431,20.5882352941176],[34.3137254901961,16.6666666666667,12.7450980392157],[24.5098039215686,5.88235294117647,0],[50.9803921568627,33.3333333333333,21.5686274509804],[84.3137254901961,65.6862745098039,51.9607843137255],[75.4901960784314,50,27.4509803921569],[73.5294117647059,35.2941176470588,0],[104.901960784314,58.8235294117647,13.7254901960784],[125.490196078431,79.4117647058823,38.2352941176471],[154.901960784314,105.882352941176,69.6078431372549],[163.725490196078,115.686274509804,83.3333333333333],[176.470588235294,130.392156862745,100.980392156863],[135.294117647059,95.0980392156863,65.6862745098039],[62.7450980392157,28.4313725490196,0],[61.7647058823529,33.3333333333333,0],[47.0588235294118,25.4901960784314,0],[73.5294117647059,53.921568627451,17.6470588235294],[82.3529411764706,64.7058823529412,27.4509803921569],[78.4313725490196,58.8235294117647,24.5098039215686],[88.2352941176471,65.6862745098039,34.3137254901961],[106.862745098039,82.3529411764706,52.9411764705882],[129.411764705882,103.921568627451,71.5686274509804],[84.3137254901961,59.8039215686275,20.5882352941176],[51.9607843137255,23.5294117647059,0],[79.4117647058823,43.1372549019608,0],[93.1372549019608,50.9803921568627,6.86274509803922],[160.78431372549,113.725490196078,66.6666666666667],[175.490196078431,129.411764705882,76.4705882352941],[213.725490196078,175.490196078431,111.764705882353],[176.470588235294,146.078431372549,80.3921568627451],[125.490196078431,105.882352941176,44.1176470588235],[155.882352941176,146.078431372549,86.2745098039216],[181.372549019608,179.411764705882,123.529411764706],[148.039215686275,147.058823529412,91.1764705882353],[151.960784313725,150.980392156863,87.2549019607843],[149.019607843137,145.098039215686,83.3333333333333],[153.921568627451,142.156862745098,93.1372549019608],[228.43137254902,223.529411764706,184.313725490196],[117.647058823529,133.333333333333,98.0392156862745],[53.921568627451,83.3333333333333,55.8823529411765],[94.1176470588235,131.372549019608,108.823529411765],[142.156862745098,181.372549019608,157.843137254902],[137.254901960784,170.588235294118,146.078431372549],[72.5490196078431,100,75.4901960784314],[100,119.607843137255,95.0980392156863],[79.4117647058823,97.0588235294118,75.4901960784314],[51.9607843137255,72.5490196078431,55.8823529411765],[81.3725490196078,99.0196078431373,85.2941176470588],[53.921568627451,66.6666666666667,50],[99.0196078431373,107.843137254902,89.2156862745098],[99.0196078431373,103.921568627451,81.3725490196078],[131.372549019608,139.21568627451,115.686274509804],[148.039215686275,162.745098039216,142.156862745098],[153.921568627451,172.549019607843,153.921568627451],[149.019607843137,169.607843137255,152.941176470588],[176.470588235294,194.117647058824,180.392156862745],[184.313725490196,201.960784313725,188.235294117647],[191.176470588235,207.843137254902,192.156862745098],[229.411764705882,246.078431372549,230.392156862745],[184.313725490196,200.980392156863,183.333333333333],[153.921568627451,172.549019607843,153.921568627451],[201.960784313725,220.588235294118,200.980392156863],[194.117647058824,215.686274509804,193.137254901961],[167.647058823529,189.21568627451,166.666666666667],[156.862745098039,176.470588235294,151.960784313725],[156.862745098039,174.509803921569,149.019607843137],[158.823529411765,172.549019607843,147.058823529412],[147.058823529412,156.862745098039,132.352941176471],[170.588235294118,175.490196078431,152.941176470588],[179.411764705882,183.333333333333,160.78431372549],[203.921568627451,205.882352941176,185.294117647059],[244.117647058824,246.078431372549,224.509803921569],[232.352941176471,238.235294117647,212.745098039216],[233.333333333333,238.235294117647,208.823529411765],[227.450980392157,228.43137254902,195.098039215686],[170.588235294118,168.627450980392,131.372549019608],[233.333333333333,232.352941176471,189.21568627451],[220.588235294118,219.607843137255,174.509803921569],[214.705882352941,213.725490196078,166.666666666667],[246.078431372549,245.098039215686,198.039215686275],[215.686274509804,213.725490196078,166.666666666667],[191.176470588235,193.137254901961,147.058823529412],[200.980392156863,212.745098039216,165.686274509804],[186.274509803922,202.941176470588,158.823529411765],[165.686274509804,184.313725490196,140.196078431373],[161.764705882353,185.294117647059,150],[173.529411764706,201.960784313725,182.352941176471],[129.411764705882,159.803921568627,145.098039215686],[124.509803921569,153.921568627451,130.392156862745],[56.8627450980392,85.2941176470588,63.7254901960784],[68.6274509803922,100,87.2549019607843],[54.9019607843137,89.2156862745098,82.3529411764706],[59.8039215686275,100.980392156863,91.1764705882353],[33.3333333333333,76.4705882352941,63.7254901960784],[40.1960784313726,84.3137254901961,63.7254901960784],[69.6078431372549,110.78431372549,91.1764705882353],[57.843137254902,90.1960784313725,79.4117647058823],[101.960784313725,132.352941176471,127.450980392157],[117.647058823529,149.019607843137,146.078431372549],[65.6862745098039,100.980392156863,100.980392156863],[78.4313725490196,121.56862745098,122.549019607843],[112.745098039216,160.78431372549,154.901960784314],[166.666666666667,217.647058823529,196.078431372549],[135.294117647059,188.235294117647,162.745098039216],[116.666666666667,169.607843137255,147.058823529412],[69.6078431372549,122.549019607843,108.823529411765],[58.8235294117647,109.803921568627,105.882352941176],[67.6470588235294,115.686274509804,120.588235294118],[55.8823529411765,100.980392156863,115.686274509804],[91.1764705882353,133.333333333333,151.960784313725],[87.2549019607843,128.43137254902,151.960784313725],[88.2352941176471,129.411764705882,152.941176470588],[96.078431372549,140.196078431373,158.823529411765],[102.941176470588,150,163.725490196078],[84.3137254901961,136.274509803922,142.156862745098],[81.3725490196078,139.21568627451,137.254901960784],[99.0196078431373,160.78431372549,152.941176470588],[91.1764705882353,151.960784313725,141.176470588235],[112.745098039216,164.705882352941,154.901960784314],[102.941176470588,150,138.235294117647],[119.607843137255,166.666666666667,152.941176470588],[131.372549019608,174.509803921569,159.803921568627],[120.588235294118,160.78431372549,143.137254901961],[50,83.3333333333333,66.6666666666667],[71.5686274509804,100,80.3921568627451],[92.156862745098,116.666666666667,95.0980392156863],[130.392156862745,150,125.490196078431],[95.0980392156863,113.725490196078,86.2745098039216],[100,120.588235294118,88.2352941176471],[128.43137254902,151.960784313725,116.666666666667],[142.156862745098,169.607843137255,130.392156862745],[177.450980392157,209.803921568627,167.647058823529],[151.960784313725,188.235294117647,145.098039215686],[190.196078431373,226.470588235294,183.333333333333],[103.921568627451,134.313725490196,93.1372549019608],[117.647058823529,144.117647058824,101.960784313725],[123.529411764706,144.117647058824,101.960784313725],[144.117647058824,161.764705882353,122.549019607843],[182.352941176471,200.980392156863,169.607843137255],[155.882352941176,179.411764705882,144.117647058824],[71.5686274509804,105.882352941176,52.9411764705882],[10.7843137254902,50,0],[81.3725490196078,122.549019607843,60.7843137254902],[180.392156862745,216.666666666667,163.725490196078],[63.7254901960784,92.156862745098,49.0196078431373],[78.4313725490196,100.980392156863,72.5490196078431],[168.627450980392,189.21568627451,174.509803921569],[89.2156862745098,111.764705882353,94.1176470588235],[61.7647058823529,93.1372549019608,56.8627450980392],[107.843137254902,146.078431372549,100],[163.725490196078,209.803921568627,158.823529411765],[106.862745098039,154.901960784314,100.980392156863],[82.3529411764706,125.490196078431,75.4901960784314],[75.4901960784314,114.705882352941,65.6862745098039],[57.843137254902,90.1960784313725,44.1176470588235],[51.9607843137255,80.3921568627451,33.3333333333333],[83.3333333333333,110.78431372549,60.7843137254902],[148.039215686275,172.549019607843,118.627450980392],[153.921568627451,177.450980392157,120.588235294118],[127.450980392157,147.058823529412,87.2549019607843],[134.313725490196,150,88.2352941176471],[78.4313725490196,90.1960784313725,27.4509803921569],[93.1372549019608,99.0196078431373,38.2352941176471],[98.0392156862745,99.0196078431373,42.156862745098],[97.0588235294118,92.156862745098,38.2352941176471],[88.2352941176471,83.3333333333333,28.4313725490196],[116.666666666667,115.686274509804,52.9411764705882],[163.725490196078,157.843137254902,97.0588235294118],[114.705882352941,101.960784313725,50],[73.5294117647059,55.8823529411765,10.7843137254902],[56.8627450980392,40.1960784313726,0],[87.2549019607843,69.6078431372549,32.3529411764706],[70.5882352941177,51.9607843137255,19.6078431372549],[86.2745098039216,65.6862745098039,37.2549019607843],[99.0196078431373,73.5294117647059,47.0588235294118],[35.2941176470588,9.80392156862745,0],[40.1960784313726,18.6274509803922,0],[64.7058823529412,49.0196078431373,33.3333333333333],[65.6862745098039,55.8823529411765,44.1176470588235],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[11.7647058823529,0.980392156862745,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[3.92156862745098,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[141.176470588235,139.21568627451,144.117647058824],[13.7254901960784,11.7647058823529,16.6666666666667],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,3.92156862745098],[0.980392156862745,0,0],[13.7254901960784,12.7450980392157,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[22.5490196078431,18.6274509803922,15.6862745098039],[4.90196078431373,0,0],[3.92156862745098,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[21.5686274509804,16.6666666666667,13.7254901960784],[12.7450980392157,7.84313725490196,4.90196078431373],[13.7254901960784,5.88235294117647,2.94117647058824],[31.3725490196078,20.5882352941176,16.6666666666667],[18.6274509803922,4.90196078431373,1.96078431372549],[24.5098039215686,11.7647058823529,5.88235294117647],[35.2941176470588,22.5490196078431,16.6666666666667],[24.5098039215686,11.7647058823529,5.88235294117647],[16.6666666666667,3.92156862745098,0],[22.5490196078431,9.80392156862745,3.92156862745098],[27.4509803921569,12.7450980392157,7.84313725490196],[25.4901960784314,10.7843137254902,5.88235294117647],[22.5490196078431,5.88235294117647,0],[32.3529411764706,15.6862745098039,8.82352941176471],[50,32.3529411764706,22.5490196078431],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,7.84313725490196],[53.921568627451,33.3333333333333,16.6666666666667],[30.3921568627451,8.82352941176471,0],[53.921568627451,30.3921568627451,0],[63.7254901960784,37.2549019607843,0],[87.2549019607843,53.921568627451,8.82352941176471],[135.294117647059,94.1176470588235,47.0588235294118],[153.921568627451,106.862745098039,59.8039215686275],[176.470588235294,126.470588235294,80.3921568627451],[166.666666666667,119.607843137255,74.5098039215686],[130.392156862745,88.2352941176471,46.078431372549],[134.313725490196,100,58.8235294117647],[131.372549019608,101.960784313725,64.7058823529412],[119.607843137255,96.078431372549,62.7450980392157],[77.4509803921569,54.9019607843137,24.5098039215686],[109.803921568627,84.3137254901961,57.843137254902],[97.0588235294118,69.6078431372549,46.078431372549],[84.3137254901961,50,28.4313725490196],[100.980392156863,70.5882352941177,43.1372549019608],[99.0196078431373,75.4901960784314,38.2352941176471],[85.2941176470588,60.7843137254902,20.5882352941176],[90.1960784313725,56.8627450980392,19.6078431372549],[161.764705882353,120.588235294118,79.4117647058823],[189.21568627451,144.117647058824,95.0980392156863],[146.078431372549,100.980392156863,43.1372549019608],[222.549019607843,185.294117647059,115.686274509804],[160.78431372549,133.333333333333,61.7647058823529],[126.470588235294,111.764705882353,46.078431372549],[131.372549019608,127.450980392157,65.6862745098039],[100.980392156863,104.901960784314,45.0980392156863],[125.490196078431,131.372549019608,68.6274509803922],[142.156862745098,148.039215686275,79.4117647058823],[193.137254901961,192.156862745098,129.411764705882],[184.313725490196,174.509803921569,126.470588235294],[173.529411764706,166.666666666667,125.490196078431],[133.333333333333,141.176470588235,100.980392156863],[106.862745098039,126.470588235294,92.156862745098],[95.0980392156863,122.549019607843,98.0392156862745],[82.3529411764706,112.745098039216,95.0980392156863],[45.0980392156863,73.5294117647059,55.8823529411765],[68.6274509803922,93.1372549019608,74.5098039215686],[146.078431372549,167.647058823529,147.058823529412],[109.803921568627,131.372549019608,110.78431372549],[91.1764705882353,115.686274509804,97.0588235294118],[124.509803921569,149.019607843137,130.392156862745],[56.8627450980392,78.4313725490196,57.843137254902],[76.4705882352941,96.078431372549,71.5686274509804],[131.372549019608,149.019607843137,123.529411764706],[173.529411764706,195.098039215686,174.509803921569],[146.078431372549,176.470588235294,161.764705882353],[173.529411764706,205.882352941176,195.098039215686],[199.019607843137,226.470588235294,212.745098039216],[180.392156862745,205.882352941176,193.137254901961],[194.117647058824,219.607843137255,206.862745098039],[184.313725490196,209.803921568627,197.058823529412],[205.882352941176,231.372549019608,218.627450980392],[158.823529411765,184.313725490196,171.56862745098],[142.156862745098,167.647058823529,154.901960784314],[140.196078431373,166.666666666667,150],[175.490196078431,201.960784313725,183.333333333333],[178.43137254902,202.941176470588,181.372549019608],[159.803921568627,183.333333333333,159.803921568627],[167.647058823529,190.196078431373,164.705882352941],[180.392156862745,198.039215686275,174.509803921569],[166.666666666667,180.392156862745,155.882352941176],[184.313725490196,196.078431372549,172.549019607843],[165.686274509804,174.509803921569,153.921568627451],[214.705882352941,221.56862745098,205.882352941176],[249.019607843137,250,234.313725490196],[222.549019607843,225.490196078431,197.058823529412],[218.627450980392,219.607843137255,189.21568627451],[242.156862745098,245.098039215686,224.509803921569],[201.960784313725,203.921568627451,182.352941176471],[173.529411764706,173.529411764706,140.196078431373],[227.450980392157,224.509803921569,184.313725490196],[250,249.019607843137,206.862745098039],[236.274509803922,237.254901960784,198.039215686275],[240.196078431373,246.078431372549,212.745098039216],[210.78431372549,218.627450980392,182.352941176471],[206.862745098039,218.627450980392,171.56862745098],[148.039215686275,164.705882352941,113.725490196078],[175.490196078431,198.039215686275,154.901960784314],[182.352941176471,206.862745098039,175.490196078431],[136.274509803922,160.78431372549,140.196078431373],[140.196078431373,166.666666666667,150],[107.843137254902,139.21568627451,116.666666666667],[60.7843137254902,98.0392156862745,77.4509803921569],[65.6862745098039,104.901960784314,96.078431372549],[41.1764705882353,81.3725490196078,75.4901960784314],[56.8627450980392,97.0588235294118,89.2156862745098],[61.7647058823529,102.941176470588,89.2156862745098],[72.5490196078431,115.686274509804,91.1764705882353],[112.745098039216,153.921568627451,130.392156862745],[66.6666666666667,106.862745098039,93.1372549019608],[60.7843137254902,99.0196078431373,94.1176470588235],[92.156862745098,129.411764705882,132.352941176471],[72.5490196078431,110.78431372549,115.686274509804],[73.5294117647059,112.745098039216,112.745098039216],[94.1176470588235,136.274509803922,127.450980392157],[154.901960784314,205.882352941176,184.313725490196],[135.294117647059,188.235294117647,162.745098039216],[105.882352941176,158.823529411765,136.274509803922],[59.8039215686275,109.803921568627,95.0980392156863],[88.2352941176471,134.313725490196,128.43137254902],[115.686274509804,158.823529411765,161.764705882353],[90.1960784313725,129.411764705882,139.21568627451],[120.588235294118,158.823529411765,175.490196078431],[100.980392156863,138.235294117647,158.823529411765],[105.882352941176,146.078431372549,167.647058823529],[82.3529411764706,123.529411764706,145.098039215686],[68.6274509803922,114.705882352941,130.392156862745],[68.6274509803922,121.56862745098,131.372549019608],[66.6666666666667,126.470588235294,129.411764705882],[90.1960784313725,154.901960784314,152.941176470588],[89.2156862745098,150.980392156863,143.137254901961],[108.823529411765,160.78431372549,150.980392156863],[88.2352941176471,135.294117647059,123.529411764706],[97.0588235294118,140.196078431373,127.450980392157],[94.1176470588235,134.313725490196,120.588235294118],[121.56862745098,157.843137254902,141.176470588235],[101.960784313725,132.352941176471,114.705882352941],[81.3725490196078,105.882352941176,85.2941176470588],[81.3725490196078,100,78.4313725490196],[82.3529411764706,100,74.5098039215686],[72.5490196078431,88.2352941176471,61.7647058823529],[86.2745098039216,104.901960784314,73.5294117647059],[123.529411764706,145.098039215686,109.803921568627],[115.686274509804,141.176470588235,102.941176470588],[155.882352941176,186.274509803922,145.098039215686],[140.196078431373,175.490196078431,132.352941176471],[169.607843137255,204.901960784314,161.764705882353],[116.666666666667,147.058823529412,106.862745098039],[64.7058823529412,91.1764705882353,50.9803921568627],[53.921568627451,74.5098039215686,34.3137254901961],[32.3529411764706,48.0392156862745,11.7647058823529],[68.6274509803922,84.3137254901961,57.843137254902],[76.4705882352941,97.0588235294118,64.7058823529412],[87.2549019607843,119.607843137255,65.6862745098039],[120.588235294118,158.823529411765,95.0980392156863],[129.411764705882,168.627450980392,107.843137254902],[180.392156862745,214.705882352941,161.764705882353],[118.627450980392,145.098039215686,102.941176470588],[84.3137254901961,103.921568627451,76.4705882352941],[173.529411764706,191.176470588235,179.411764705882],[105.882352941176,125.490196078431,113.725490196078],[35.2941176470588,65.6862745098039,32.3529411764706],[87.2549019607843,125.490196078431,79.4117647058823],[76.4705882352941,122.549019607843,71.5686274509804],[106.862745098039,152.941176470588,101.960784313725],[114.705882352941,155.882352941176,106.862745098039],[70.5882352941177,107.843137254902,59.8039215686275],[82.3529411764706,115.686274509804,66.6666666666667],[76.4705882352941,105.882352941176,56.8627450980392],[79.4117647058823,107.843137254902,54.9019607843137],[82.3529411764706,106.862745098039,52.9411764705882],[135.294117647059,158.823529411765,101.960784313725],[110.78431372549,132.352941176471,71.5686274509804],[103.921568627451,121.56862745098,60.7843137254902],[88.2352941176471,101.960784313725,42.156862745098],[87.2549019607843,97.0588235294118,38.2352941176471],[50.9803921568627,53.921568627451,0],[100,99.0196078431373,44.1176470588235],[94.1176470588235,92.156862745098,34.3137254901961],[91.1764705882353,90.1960784313725,24.5098039215686],[109.803921568627,104.901960784314,40.1960784313726],[70.5882352941177,53.921568627451,0.980392156862745],[68.6274509803922,47.0588235294118,0.980392156862745],[84.3137254901961,65.6862745098039,26.4705882352941],[82.3529411764706,64.7058823529412,29.4117647058824],[55.8823529411765,40.1960784313726,7.84313725490196],[100,81.3725490196078,51.9607843137255],[157.843137254902,131.372549019608,104.901960784314],[84.3137254901961,54.9019607843137,29.4117647058824],[17.6470588235294,0,0],[36.2745098039216,21.5686274509804,0.980392156862745],[50.9803921568627,45.0980392156863,31.3725490196078],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0]],[[110.78431372549,108.823529411765,113.725490196078],[0.980392156862745,0,3.92156862745098],[10.7843137254902,8.82352941176471,13.7254901960784],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,0.980392156862745],[3.92156862745098,2.94117647058824,0],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,9.80392156862745,6.86274509803922],[33.3333333333333,22.5490196078431,18.6274509803922],[31.3725490196078,18.6274509803922,12.7450980392157],[25.4901960784314,12.7450980392157,4.90196078431373],[40.1960784313726,26.4705882352941,17.6470588235294],[48.0392156862745,34.3137254901961,23.5294117647059],[24.5098039215686,10.7843137254902,0],[20.5882352941176,6.86274509803922,0],[57.843137254902,42.156862745098,29.4117647058824],[31.3725490196078,15.6862745098039,0.980392156862745],[25.4901960784314,9.80392156862745,0],[20.5882352941176,2.94117647058824,0],[20.5882352941176,3.92156862745098,0],[20.5882352941176,1.96078431372549,0],[46.078431372549,27.4509803921569,12.7450980392157],[63.7254901960784,43.1372549019608,26.4705882352941],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,0],[53.921568627451,36.2745098039216,0],[115.686274509804,89.2156862745098,47.0588235294118],[125.490196078431,92.156862745098,45.0980392156863],[109.803921568627,67.6470588235294,17.6470588235294],[148.039215686275,101.960784313725,49.0196078431373],[168.627450980392,122.549019607843,69.6078431372549],[191.176470588235,146.078431372549,97.0588235294118],[182.352941176471,145.098039215686,99.0196078431373],[144.117647058824,111.764705882353,71.5686274509804],[133.333333333333,105.882352941176,69.6078431372549],[60.7843137254902,34.3137254901961,4.90196078431373],[110.78431372549,84.3137254901961,55.8823529411765],[118.627450980392,88.2352941176471,60.7843137254902],[89.2156862745098,53.921568627451,28.4313725490196],[100,69.6078431372549,41.1764705882353],[110.78431372549,92.156862745098,52.9411764705882],[121.56862745098,102.941176470588,61.7647058823529],[165.686274509804,136.274509803922,100.980392156863],[198.039215686275,160.78431372549,122.549019607843],[149.019607843137,106.862745098039,56.8627450980392],[145.098039215686,104.901960784314,44.1176470588235],[190.196078431373,156.862745098039,86.2745098039216],[227.450980392157,203.921568627451,131.372549019608],[165.686274509804,156.862745098039,91.1764705882353],[128.43137254902,128.43137254902,65.6862745098039],[133.333333333333,144.117647058824,79.4117647058823],[120.588235294118,132.352941176471,67.6470588235294],[170.588235294118,180.392156862745,110.78431372549],[219.607843137255,221.56862745098,157.843137254902],[231.372549019608,223.529411764706,175.490196078431],[217.647058823529,208.823529411765,168.627450980392],[215.686274509804,216.666666666667,175.490196078431],[195.098039215686,206.862745098039,169.607843137255],[202.941176470588,225.490196078431,200],[171.56862745098,195.098039215686,179.411764705882],[94.1176470588235,117.647058823529,103.921568627451],[103.921568627451,126.470588235294,110.78431372549],[128.43137254902,149.019607843137,130.392156862745],[137.254901960784,160.78431372549,139.21568627451],[110.78431372549,139.21568627451,117.647058823529],[107.843137254902,137.254901960784,113.725490196078],[130.392156862745,158.823529411765,131.372549019608],[167.647058823529,193.137254901961,164.705882352941],[211.764705882353,237.254901960784,208.823529411765],[220.588235294118,250,228.43137254902],[198.039215686275,239.21568627451,225.490196078431],[186.274509803922,228.43137254902,218.627450980392],[152.941176470588,188.235294117647,176.470588235294],[101.960784313725,135.294117647059,121.56862745098],[131.372549019608,163.725490196078,152.941176470588],[169.607843137255,201.960784313725,193.137254901961],[179.411764705882,211.764705882353,202.941176470588],[99.0196078431373,131.372549019608,122.549019607843],[131.372549019608,163.725490196078,154.901960784314],[128.43137254902,159.803921568627,147.058823529412],[109.803921568627,142.156862745098,125.490196078431],[119.607843137255,150.980392156863,130.392156862745],[181.372549019608,208.823529411765,186.274509803922],[205.882352941176,231.372549019608,206.862745098039],[209.803921568627,231.372549019608,208.823529411765],[197.058823529412,215.686274509804,194.117647058824],[177.450980392157,192.156862745098,171.56862745098],[157.843137254902,170.588235294118,152.941176470588],[184.313725490196,194.117647058824,183.333333333333],[227.450980392157,233.333333333333,219.607843137255],[230.392156862745,230.392156862745,206.862745098039],[199.019607843137,197.058823529412,172.549019607843],[234.313725490196,239.21568627451,219.607843137255],[200,202.941176470588,182.352941176471],[182.352941176471,179.411764705882,147.058823529412],[192.156862745098,188.235294117647,150.980392156863],[233.333333333333,230.392156862745,190.196078431373],[191.176470588235,193.137254901961,154.901960784314],[193.137254901961,203.921568627451,172.549019607843],[173.529411764706,187.254901960784,154.901960784314],[169.607843137255,182.352941176471,140.196078431373],[151.960784313725,166.666666666667,124.509803921569],[156.862745098039,180.392156862745,145.098039215686],[141.176470588235,166.666666666667,140.196078431373],[116.666666666667,139.21568627451,119.607843137255],[131.372549019608,157.843137254902,139.21568627451],[61.7647058823529,94.1176470588235,73.5294117647059],[63.7254901960784,104.901960784314,85.2941176470588],[77.4509803921569,119.607843137255,110.78431372549],[28.4313725490196,72.5490196078431,67.6470588235294],[28.4313725490196,70.5882352941177,63.7254901960784],[53.921568627451,95.0980392156863,83.3333333333333],[112.745098039216,155.882352941176,131.372549019608],[123.529411764706,166.666666666667,140.196078431373],[121.56862745098,165.686274509804,146.078431372549],[76.4705882352941,118.627450980392,111.764705882353],[58.8235294117647,99.0196078431373,102.941176470588],[73.5294117647059,113.725490196078,119.607843137255],[69.6078431372549,107.843137254902,106.862745098039],[67.6470588235294,108.823529411765,99.0196078431373],[103.921568627451,154.901960784314,133.333333333333],[130.392156862745,183.333333333333,159.803921568627],[100,150.980392156863,129.411764705882],[123.529411764706,169.607843137255,153.921568627451],[140.196078431373,182.352941176471,173.529411764706],[153.921568627451,193.137254901961,192.156862745098],[200,236.274509803922,242.156862745098],[152.941176470588,188.235294117647,200],[117.647058823529,153.921568627451,171.56862745098],[88.2352941176471,125.490196078431,144.117647058824],[83.3333333333333,125.490196078431,144.117647058824],[78.4313725490196,126.470588235294,143.137254901961],[70.5882352941177,126.470588235294,137.254901960784],[69.6078431372549,131.372549019608,138.235294117647],[86.2745098039216,152.941176470588,153.921568627451],[88.2352941176471,151.960784313725,148.039215686275],[114.705882352941,166.666666666667,158.823529411765],[106.862745098039,151.960784313725,141.176470588235],[75.4901960784314,116.666666666667,104.901960784314],[79.4117647058823,116.666666666667,103.921568627451],[113.725490196078,145.098039215686,130.392156862745],[127.450980392157,153.921568627451,137.254901960784],[131.372549019608,151.960784313725,133.333333333333],[120.588235294118,137.254901960784,118.627450980392],[64.7058823529412,79.4117647058823,56.8627450980392],[79.4117647058823,95.0980392156863,68.6274509803922],[100,118.627450980392,87.2549019607843],[96.078431372549,117.647058823529,82.3529411764706],[127.450980392157,152.941176470588,114.705882352941],[133.333333333333,160.78431372549,120.588235294118],[148.039215686275,178.43137254902,137.254901960784],[149.019607843137,179.411764705882,139.21568627451],[57.843137254902,84.3137254901961,50],[42.156862745098,65.6862745098039,32.3529411764706],[62.7450980392157,80.3921568627451,43.1372549019608],[78.4313725490196,93.1372549019608,60.7843137254902],[83.3333333333333,97.0588235294118,74.5098039215686],[35.2941176470588,55.8823529411765,25.4901960784314],[106.862745098039,139.21568627451,85.2941176470588],[140.196078431373,178.43137254902,116.666666666667],[100.980392156863,140.196078431373,81.3725490196078],[170.588235294118,204.901960784314,151.960784313725],[142.156862745098,168.627450980392,124.509803921569],[87.2549019607843,107.843137254902,77.4509803921569],[33.3333333333333,49.0196078431373,39.2156862745098],[22.5490196078431,42.156862745098,31.3725490196078],[37.2549019607843,65.6862745098039,35.2941176470588],[85.2941176470588,121.56862745098,78.4313725490196],[51.9607843137255,95.0980392156863,47.0588235294118],[158.823529411765,201.960784313725,151.960784313725],[124.509803921569,163.725490196078,114.705882352941],[87.2549019607843,123.529411764706,73.5294117647059],[59.8039215686275,91.1764705882353,42.156862745098],[72.5490196078431,100,50],[118.627450980392,145.098039215686,93.1372549019608],[121.56862745098,146.078431372549,92.156862745098],[110.78431372549,135.294117647059,79.4117647058823],[105.882352941176,129.411764705882,70.5882352941177],[110.78431372549,130.392156862745,70.5882352941177],[59.8039215686275,77.4509803921569,18.6274509803922],[63.7254901960784,77.4509803921569,19.6078431372549],[39.2156862745098,49.0196078431373,0],[96.078431372549,100.980392156863,44.1176470588235],[154.901960784314,155.882352941176,97.0588235294118],[151.960784313725,152.941176470588,84.3137254901961],[133.333333333333,126.470588235294,59.8039215686275],[112.745098039216,94.1176470588235,39.2156862745098],[99.0196078431373,75.4901960784314,30.3921568627451],[82.3529411764706,63.7254901960784,24.5098039215686],[66.6666666666667,49.0196078431373,13.7254901960784],[43.1372549019608,27.4509803921569,0],[33.3333333333333,14.7058823529412,0],[72.5490196078431,43.1372549019608,15.6862745098039],[48.0392156862745,18.6274509803922,0],[56.8627450980392,33.3333333333333,7.84313725490196],[61.7647058823529,47.0588235294118,26.4705882352941],[13.7254901960784,7.84313725490196,0],[9.80392156862745,4.90196078431373,0],[7.84313725490196,0,1.96078431372549],[12.7450980392157,0,8.82352941176471],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[11.7647058823529,6.86274509803922,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[15.6862745098039,6.86274509803922,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,10.7843137254902,9.80392156862745],[18.6274509803922,8.82352941176471,7.84313725490196],[17.6470588235294,7.84313725490196,6.86274509803922],[22.5490196078431,8.82352941176471,7.84313725490196],[18.6274509803922,3.92156862745098,0.980392156862745],[35.2941176470588,20.5882352941176,13.7254901960784],[34.3137254901961,17.6470588235294,7.84313725490196],[54.9019607843137,39.2156862745098,23.5294117647059],[66.6666666666667,51.9607843137255,31.3725490196078],[21.5686274509804,7.84313725490196,0],[56.8627450980392,42.156862745098,13.7254901960784],[72.5490196078431,57.843137254902,27.4509803921569],[45.0980392156863,30.3921568627451,1.96078431372549],[44.1176470588235,27.4509803921569,1.96078431372549],[53.921568627451,36.2745098039216,14.7058823529412],[46.078431372549,27.4509803921569,10.7843137254902],[65.6862745098039,47.0588235294118,33.3333333333333],[50,30.3921568627451,21.5686274509804],[25.4901960784314,5.88235294117647,0],[32.3529411764706,16.6666666666667,0.980392156862745],[44.1176470588235,28.4313725490196,5.88235294117647],[127.450980392157,106.862745098039,76.4705882352941],[117.647058823529,90.1960784313725,51.9607843137255],[100.980392156863,69.6078431372549,23.5294117647059],[148.039215686275,111.764705882353,60.7843137254902],[133.333333333333,93.1372549019608,42.156862745098],[160.78431372549,120.588235294118,69.6078431372549],[186.274509803922,147.058823529412,99.0196078431373],[136.274509803922,100,55.8823529411765],[117.647058823529,85.2941176470588,45.0980392156863],[112.745098039216,81.3725490196078,43.1372549019608],[123.529411764706,94.1176470588235,56.8627450980392],[110.78431372549,81.3725490196078,44.1176470588235],[130.392156862745,101.960784313725,62.7450980392157],[146.078431372549,121.56862745098,81.3725490196078],[131.372549019608,118.627450980392,75.4901960784314],[124.509803921569,111.764705882353,70.5882352941177],[199.019607843137,173.529411764706,141.176470588235],[144.117647058824,110.78431372549,74.5098039215686],[129.411764705882,90.1960784313725,40.1960784313726],[163.725490196078,126.470588235294,64.7058823529412],[182.352941176471,152.941176470588,82.3529411764706],[203.921568627451,184.313725490196,112.745098039216],[195.098039215686,190.196078431373,125.490196078431],[204.901960784314,210.78431372549,148.039215686275],[172.549019607843,187.254901960784,121.56862745098],[132.352941176471,149.019607843137,82.3529411764706],[122.549019607843,135.294117647059,67.6470588235294],[223.529411764706,229.411764705882,168.627450980392],[205.882352941176,201.960784313725,155.882352941176],[228.43137254902,220.588235294118,182.352941176471],[243.137254901961,238.235294117647,200.980392156863],[218.627450980392,222.549019607843,190.196078431373],[209.803921568627,222.549019607843,202.941176470588],[188.235294117647,208.823529411765,194.117647058824],[169.607843137255,189.21568627451,177.450980392157],[117.647058823529,138.235294117647,123.529411764706],[98.0392156862745,116.666666666667,97.0588235294118],[147.058823529412,168.627450980392,146.078431372549],[91.1764705882353,118.627450980392,96.078431372549],[94.1176470588235,123.529411764706,96.078431372549],[158.823529411765,187.254901960784,156.862745098039],[196.078431372549,225.490196078431,190.196078431373],[148.039215686275,177.450980392157,142.156862745098],[194.117647058824,230.392156862745,198.039215686275],[169.607843137255,216.666666666667,195.098039215686],[118.627450980392,168.627450980392,151.960784313725],[105.882352941176,149.019607843137,132.352941176471],[109.803921568627,150,136.274509803922],[163.725490196078,204.901960784314,193.137254901961],[206.862745098039,247.058823529412,239.21568627451],[139.21568627451,179.411764705882,173.529411764706],[126.470588235294,166.666666666667,160.78431372549],[139.21568627451,178.43137254902,170.588235294118],[153.921568627451,193.137254901961,184.313725490196],[86.2745098039216,121.56862745098,107.843137254902],[132.352941176471,165.686274509804,149.019607843137],[180.392156862745,211.764705882353,191.176470588235],[186.274509803922,215.686274509804,192.156862745098],[169.607843137255,194.117647058824,172.549019607843],[167.647058823529,191.176470588235,169.607843137255],[178.43137254902,200,179.411764705882],[159.803921568627,176.470588235294,160.78431372549],[214.705882352941,225.490196078431,219.607843137255],[210.78431372549,215.686274509804,209.803921568627],[241.176470588235,237.254901960784,226.470588235294],[235.294117647059,232.352941176471,215.686274509804],[200.980392156863,202.941176470588,181.372549019608],[151.960784313725,154.901960784314,124.509803921569],[219.607843137255,215.686274509804,178.43137254902],[212.745098039216,207.843137254902,166.666666666667],[207.843137254902,206.862745098039,163.725490196078],[211.764705882353,217.647058823529,174.509803921569],[156.862745098039,171.56862745098,133.333333333333],[186.274509803922,202.941176470588,167.647058823529],[176.470588235294,191.176470588235,160.78431372549],[187.254901960784,202.941176470588,177.450980392157],[189.21568627451,213.725490196078,192.156862745098],[91.1764705882353,117.647058823529,99.0196078431373],[120.588235294118,143.137254901961,125.490196078431],[99.0196078431373,123.529411764706,104.901960784314],[62.7450980392157,97.0588235294118,75.4901960784314],[106.862745098039,148.039215686275,128.43137254902],[65.6862745098039,107.843137254902,98.0392156862745],[45.0980392156863,89.2156862745098,84.3137254901961],[38.2352941176471,82.3529411764706,79.4117647058823],[54.9019607843137,97.0588235294118,88.2352941176471],[71.5686274509804,115.686274509804,93.1372549019608],[117.647058823529,162.745098039216,135.294117647059],[112.745098039216,156.862745098039,136.274509803922],[80.3921568627451,125.490196078431,114.705882352941],[68.6274509803922,111.764705882353,114.705882352941],[76.4705882352941,116.666666666667,122.549019607843],[88.2352941176471,125.490196078431,126.470588235294],[81.3725490196078,121.56862745098,113.725490196078],[110.78431372549,157.843137254902,142.156862745098],[92.156862745098,142.156862745098,123.529411764706],[107.843137254902,153.921568627451,134.313725490196],[158.823529411765,201.960784313725,185.294117647059],[164.705882352941,204.901960784314,191.176470588235],[157.843137254902,195.098039215686,184.313725490196],[176.470588235294,211.764705882353,207.843137254902],[109.803921568627,144.117647058824,146.078431372549],[82.3529411764706,118.627450980392,126.470588235294],[95.0980392156863,134.313725490196,146.078431372549],[88.2352941176471,133.333333333333,148.039215686275],[83.3333333333333,134.313725490196,148.039215686275],[84.3137254901961,141.176470588235,152.941176470588],[71.5686274509804,133.333333333333,142.156862745098],[67.6470588235294,133.333333333333,139.21568627451],[93.1372549019608,155.882352941176,155.882352941176],[116.666666666667,165.686274509804,162.745098039216],[102.941176470588,145.098039215686,138.235294117647],[86.2745098039216,125.490196078431,117.647058823529],[124.509803921569,159.803921568627,150],[118.627450980392,148.039215686275,136.274509803922],[113.725490196078,137.254901960784,124.509803921569],[87.2549019607843,107.843137254902,93.1372549019608],[103.921568627451,120.588235294118,102.941176470588],[114.705882352941,129.411764705882,108.823529411765],[85.2941176470588,100,77.4509803921569],[98.0392156862745,116.666666666667,89.2156862745098],[160.78431372549,181.372549019608,150.980392156863],[141.176470588235,164.705882352941,131.372549019608],[159.803921568627,185.294117647059,149.019607843137],[101.960784313725,129.411764705882,92.156862745098],[62.7450980392157,89.2156862745098,54.9019607843137],[49.0196078431373,72.5490196078431,47.0588235294118],[44.1176470588235,63.7254901960784,39.2156862745098],[38.2352941176471,52.9411764705882,24.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[72.5490196078431,85.2941176470588,67.6470588235294],[83.3333333333333,100.980392156863,75.4901960784314],[133.333333333333,161.764705882353,114.705882352941],[98.0392156862745,132.352941176471,75.4901960784314],[99.0196078431373,135.294117647059,82.3529411764706],[124.509803921569,157.843137254902,108.823529411765],[88.2352941176471,114.705882352941,70.5882352941177],[77.4509803921569,98.0392156862745,65.6862745098039],[4.90196078431373,22.5490196078431,8.82352941176471],[54.9019607843137,74.5098039215686,62.7450980392157],[44.1176470588235,72.5490196078431,42.156862745098],[132.352941176471,168.627450980392,125.490196078431],[211.764705882353,250,203.921568627451],[164.705882352941,201.960784313725,153.921568627451],[130.392156862745,165.686274509804,118.627450980392],[82.3529411764706,113.725490196078,65.6862745098039],[77.4509803921569,104.901960784314,56.8627450980392],[84.3137254901961,109.803921568627,62.7450980392157],[143.137254901961,166.666666666667,117.647058823529],[155.882352941176,179.411764705882,128.43137254902],[115.686274509804,140.196078431373,86.2745098039216],[98.0392156862745,120.588235294118,67.6470588235294],[78.4313725490196,100.980392156863,46.078431372549],[65.6862745098039,86.2745098039216,30.3921568627451],[113.725490196078,131.372549019608,74.5098039215686],[145.098039215686,159.803921568627,101.960784313725],[183.333333333333,194.117647058824,135.294117647059],[152.941176470588,158.823529411765,98.0392156862745],[163.725490196078,164.705882352941,96.078431372549],[179.411764705882,170.588235294118,102.941176470588],[107.843137254902,87.2549019607843,31.3725490196078],[83.3333333333333,56.8627450980392,10.7843137254902],[84.3137254901961,62.7450980392157,22.5490196078431],[62.7450980392157,45.0980392156863,9.80392156862745],[77.4509803921569,61.7647058823529,29.4117647058824],[68.6274509803922,48.0392156862745,17.6470588235294],[52.9411764705882,23.5294117647059,0],[26.4705882352941,0,0],[50.9803921568627,27.4509803921569,3.92156862745098],[39.2156862745098,24.5098039215686,3.92156862745098],[7.84313725490196,1.96078431372549,0],[3.92156862745098,0,0],[17.6470588235294,4.90196078431373,13.7254901960784],[7.84313725490196,0,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[28.4313725490196,24.5098039215686,21.5686274509804],[49.0196078431373,45.0980392156863,42.156862745098],[19.6078431372549,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,2.94117647058824]],[[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,2.94117647058824,0],[4.90196078431373,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[3.92156862745098,2.94117647058824,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[18.6274509803922,9.80392156862745,12.7450980392157],[19.6078431372549,10.7843137254902,11.7647058823529],[12.7450980392157,3.92156862745098,4.90196078431373],[16.6666666666667,7.84313725490196,8.82352941176471],[22.5490196078431,12.7450980392157,11.7647058823529],[22.5490196078431,12.7450980392157,11.7647058823529],[21.5686274509804,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,8.82352941176471],[26.4705882352941,15.6862745098039,13.7254901960784],[29.4117647058824,15.6862745098039,12.7450980392157],[18.6274509803922,3.92156862745098,0],[32.3529411764706,15.6862745098039,7.84313725490196],[23.5294117647059,7.84313725490196,0],[36.2745098039216,21.5686274509804,2.94117647058824],[83.3333333333333,69.6078431372549,44.1176470588235],[102.941176470588,88.2352941176471,57.843137254902],[52.9411764705882,39.2156862745098,4.90196078431373],[137.254901960784,123.529411764706,87.2549019607843],[60.7843137254902,47.0588235294118,12.7450980392157],[75.4901960784314,59.8039215686275,27.4509803921569],[71.5686274509804,54.9019607843137,29.4117647058824],[70.5882352941177,52.9411764705882,33.3333333333333],[49.0196078431373,31.3725490196078,17.6470588235294],[36.2745098039216,18.6274509803922,8.82352941176471],[39.2156862745098,19.6078431372549,10.7843137254902],[41.1764705882353,17.6470588235294,5.88235294117647],[56.8627450980392,34.3137254901961,16.6666666666667],[70.5882352941177,47.0588235294118,21.5686274509804],[143.137254901961,120.588235294118,89.2156862745098],[92.156862745098,69.6078431372549,29.4117647058824],[72.5490196078431,46.078431372549,1.96078431372549],[106.862745098039,77.4509803921569,28.4313725490196],[139.21568627451,107.843137254902,57.843137254902],[140.196078431373,104.901960784314,57.843137254902],[205.882352941176,170.588235294118,123.529411764706],[112.745098039216,76.4705882352941,32.3529411764706],[94.1176470588235,61.7647058823529,17.6470588235294],[126.470588235294,98.0392156862745,54.9019607843137],[147.058823529412,123.529411764706,78.4313725490196],[120.588235294118,99.0196078431373,52.9411764705882],[124.509803921569,107.843137254902,62.7450980392157],[58.8235294117647,50.9803921568627,5.88235294117647],[87.2549019607843,78.4313725490196,38.2352941176471],[106.862745098039,87.2549019607843,54.9019607843137],[75.4901960784314,48.0392156862745,11.7647058823529],[108.823529411765,76.4705882352941,24.5098039215686],[163.725490196078,133.333333333333,70.5882352941177],[162.745098039216,139.21568627451,70.5882352941177],[189.21568627451,175.490196078431,105.882352941176],[145.098039215686,144.117647058824,81.3725490196078],[111.764705882353,120.588235294118,58.8235294117647],[169.607843137255,185.294117647059,121.56862745098],[190.196078431373,208.823529411765,144.117647058824],[153.921568627451,167.647058823529,106.862745098039],[199.019607843137,207.843137254902,151.960784313725],[164.705882352941,163.725490196078,118.627450980392],[189.21568627451,184.313725490196,145.098039215686],[216.666666666667,211.764705882353,174.509803921569],[250,250,219.607843137255],[191.176470588235,204.901960784314,180.392156862745],[185.294117647059,205.882352941176,187.254901960784],[193.137254901961,215.686274509804,196.078431372549],[158.823529411765,182.352941176471,160.78431372549],[142.156862745098,164.705882352941,139.21568627451],[123.529411764706,147.058823529412,121.56862745098],[147.058823529412,174.509803921569,151.960784313725],[182.352941176471,211.764705882353,186.274509803922],[197.058823529412,222.549019607843,194.117647058824],[159.803921568627,186.274509803922,155.882352941176],[138.235294117647,164.705882352941,132.352941176471],[217.647058823529,250,220.588235294118],[140.196078431373,187.254901960784,163.725490196078],[78.4313725490196,128.43137254902,109.803921568627],[144.117647058824,190.196078431373,172.549019607843],[190.196078431373,236.274509803922,220.588235294118],[182.352941176471,227.450980392157,216.666666666667],[173.529411764706,219.607843137255,211.764705882353],[103.921568627451,149.019607843137,146.078431372549],[155.882352941176,200.980392156863,198.039215686275],[126.470588235294,170.588235294118,165.686274509804],[171.56862745098,213.725490196078,206.862745098039],[168.627450980392,207.843137254902,197.058823529412],[118.627450980392,154.901960784314,138.235294117647],[158.823529411765,191.176470588235,172.549019607843],[150.980392156863,182.352941176471,159.803921568627],[120.588235294118,149.019607843137,127.450980392157],[160.78431372549,188.235294117647,166.666666666667],[187.254901960784,211.764705882353,191.176470588235],[174.509803921569,195.098039215686,180.392156862745],[239.21568627451,250,244.117647058824],[230.392156862745,235.294117647059,231.372549019608],[242.156862745098,241.176470588235,236.274509803922],[227.450980392157,223.529411764706,211.764705882353],[187.254901960784,186.274509803922,158.823529411765],[153.921568627451,150.980392156863,116.666666666667],[159.803921568627,154.901960784314,117.647058823529],[193.137254901961,190.196078431373,148.039215686275],[224.509803921569,225.490196078431,182.352941176471],[221.56862745098,228.43137254902,185.294117647059],[200,214.705882352941,172.549019607843],[148.039215686275,167.647058823529,131.372549019608],[146.078431372549,163.725490196078,140.196078431373],[177.450980392157,198.039215686275,181.372549019608],[133.333333333333,159.803921568627,143.137254901961],[77.4509803921569,103.921568627451,89.2156862745098],[74.5098039215686,98.0392156862745,82.3529411764706],[108.823529411765,132.352941176471,116.666666666667],[90.1960784313725,121.56862745098,100.980392156863],[87.2549019607843,124.509803921569,103.921568627451],[31.3725490196078,72.5490196078431,58.8235294117647],[40.1960784313726,82.3529411764706,75.4901960784314],[50,93.1372549019608,92.156862745098],[66.6666666666667,110.78431372549,105.882352941176],[80.3921568627451,126.470588235294,108.823529411765],[101.960784313725,147.058823529412,121.56862745098],[124.509803921569,167.647058823529,143.137254901961],[75.4901960784314,117.647058823529,99.0196078431373],[71.5686274509804,110.78431372549,109.803921568627],[101.960784313725,140.196078431373,145.098039215686],[74.5098039215686,113.725490196078,115.686274509804],[75.4901960784314,116.666666666667,114.705882352941],[115.686274509804,160.78431372549,150.980392156863],[59.8039215686275,105.882352941176,90.1960784313725],[100.980392156863,144.117647058824,127.450980392157],[150.980392156863,191.176470588235,173.529411764706],[159.803921568627,196.078431372549,178.43137254902],[145.098039215686,181.372549019608,164.705882352941],[93.1372549019608,128.43137254902,118.627450980392],[64.7058823529412,100,96.078431372549],[76.4705882352941,115.686274509804,115.686274509804],[82.3529411764706,124.509803921569,130.392156862745],[85.2941176470588,132.352941176471,142.156862745098],[88.2352941176471,139.21568627451,151.960784313725],[93.1372549019608,148.039215686275,160.78431372549],[91.1764705882353,150,160.78431372549],[85.2941176470588,148.039215686275,156.862745098039],[90.1960784313725,150,154.901960784314],[121.56862745098,170.588235294118,169.607843137255],[145.098039215686,186.274509803922,182.352941176471],[164.705882352941,202.941176470588,198.039215686275],[141.176470588235,175.490196078431,169.607843137255],[107.843137254902,137.254901960784,129.411764705882],[70.5882352941177,93.1372549019608,83.3333333333333],[71.5686274509804,91.1764705882353,79.4117647058823],[80.3921568627451,98.0392156862745,82.3529411764706],[59.8039215686275,76.4705882352941,58.8235294117647],[57.843137254902,75.4901960784314,53.921568627451],[118.627450980392,138.235294117647,111.764705882353],[97.0588235294118,116.666666666667,89.2156862745098],[58.8235294117647,79.4117647058823,49.0196078431373],[100,123.529411764706,90.1960784313725],[78.4313725490196,101.960784313725,68.6274509803922],[42.156862745098,61.7647058823529,34.3137254901961],[59.8039215686275,78.4313725490196,59.8039215686275],[87.2549019607843,100.980392156863,84.3137254901961],[63.7254901960784,73.5294117647059,49.0196078431373],[28.4313725490196,38.2352941176471,13.7254901960784],[47.0588235294118,57.843137254902,41.1764705882353],[106.862745098039,121.56862745098,99.0196078431373],[48.0392156862745,74.5098039215686,34.3137254901961],[113.725490196078,147.058823529412,98.0392156862745],[159.803921568627,193.137254901961,144.117647058824],[35.2941176470588,66.6666666666667,20.5882352941176],[64.7058823529412,91.1764705882353,47.0588235294118],[74.5098039215686,96.078431372549,60.7843137254902],[52.9411764705882,71.5686274509804,52.9411764705882],[27.4509803921569,50,32.3529411764706],[45.0980392156863,75.4901960784314,44.1176470588235],[153.921568627451,188.235294117647,147.058823529412],[189.21568627451,224.509803921569,179.411764705882],[151.960784313725,184.313725490196,138.235294117647],[116.666666666667,148.039215686275,100],[68.6274509803922,96.078431372549,48.0392156862745],[108.823529411765,132.352941176471,85.2941176470588],[114.705882352941,136.274509803922,90.1960784313725],[121.56862745098,143.137254901961,95.0980392156863],[101.960784313725,123.529411764706,75.4901960784314],[125.490196078431,147.058823529412,99.0196078431373],[84.3137254901961,107.843137254902,56.8627450980392],[50.9803921568627,73.5294117647059,20.5882352941176],[72.5490196078431,95.0980392156863,40.1960784313726],[84.3137254901961,104.901960784314,47.0588235294118],[115.686274509804,135.294117647059,75.4901960784314],[150,165.686274509804,104.901960784314],[128.43137254902,139.21568627451,74.5098039215686],[117.647058823529,119.607843137255,48.0392156862745],[147.058823529412,138.235294117647,70.5882352941177],[135.294117647059,114.705882352941,58.8235294117647],[91.1764705882353,68.6274509803922,19.6078431372549],[67.6470588235294,47.0588235294118,4.90196078431373],[34.3137254901961,14.7058823529412,0],[65.6862745098039,47.0588235294118,14.7058823529412],[76.4705882352941,55.8823529411765,25.4901960784314],[54.9019607843137,25.4901960784314,0],[49.0196078431373,19.6078431372549,0],[100,78.4313725490196,55.8823529411765],[61.7647058823529,47.0588235294118,28.4313725490196],[11.7647058823529,5.88235294117647,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,0,3.92156862745098],[9.80392156862745,0,7.84313725490196],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[14.7058823529412,10.7843137254902,7.84313725490196],[26.4705882352941,22.5490196078431,19.6078431372549],[10.7843137254902,6.86274509803922,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549]],[[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,0.980392156862745,4.90196078431373],[3.92156862745098,0,1.96078431372549],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[19.6078431372549,9.80392156862745,10.7843137254902],[11.7647058823529,1.96078431372549,2.94117647058824],[17.6470588235294,5.88235294117647,7.84313725490196],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,2.94117647058824,2.94117647058824],[16.6666666666667,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[20.5882352941176,6.86274509803922,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[22.5490196078431,8.82352941176471,0],[26.4705882352941,12.7450980392157,0],[49.0196078431373,33.3333333333333,18.6274509803922],[33.3333333333333,17.6470588235294,1.96078431372549],[28.4313725490196,13.7254901960784,0],[66.6666666666667,51.9607843137255,29.4117647058824],[140.196078431373,124.509803921569,99.0196078431373],[119.607843137255,104.901960784314,74.5098039215686],[120.588235294118,105.882352941176,73.5294117647059],[90.1960784313725,75.4901960784314,43.1372549019608],[59.8039215686275,45.0980392156863,14.7058823529412],[60.7843137254902,46.078431372549,17.6470588235294],[55.8823529411765,40.1960784313726,17.6470588235294],[54.9019607843137,38.2352941176471,20.5882352941176],[55.8823529411765,38.2352941176471,24.5098039215686],[49.0196078431373,26.4705882352941,12.7450980392157],[72.5490196078431,36.2745098039216,17.6470588235294],[67.6470588235294,28.4313725490196,3.92156862745098],[79.4117647058823,50,22.5490196078431],[95.0980392156863,72.5490196078431,42.156862745098],[84.3137254901961,70.5882352941177,36.2745098039216],[88.2352941176471,76.4705882352941,39.2156862745098],[96.078431372549,81.3725490196078,41.1764705882353],[123.529411764706,104.901960784314,62.7450980392157],[129.411764705882,102.941176470588,56.8627450980392],[197.058823529412,165.686274509804,119.607843137255],[144.117647058824,108.823529411765,61.7647058823529],[113.725490196078,80.3921568627451,35.2941176470588],[101.960784313725,75.4901960784314,29.4117647058824],[132.352941176471,114.705882352941,67.6470588235294],[139.21568627451,128.43137254902,83.3333333333333],[119.607843137255,112.745098039216,67.6470588235294],[97.0588235294118,93.1372549019608,49.0196078431373],[112.745098039216,104.901960784314,66.6666666666667],[66.6666666666667,50.9803921568627,17.6470588235294],[69.6078431372549,46.078431372549,8.82352941176471],[78.4313725490196,53.921568627451,0.980392156862745],[158.823529411765,134.313725490196,71.5686274509804],[144.117647058824,125.490196078431,60.7843137254902],[197.058823529412,186.274509803922,121.56862745098],[139.21568627451,139.21568627451,78.4313725490196],[77.4509803921569,85.2941176470588,26.4705882352941],[162.745098039216,178.43137254902,114.705882352941],[197.058823529412,215.686274509804,152.941176470588],[151.960784313725,166.666666666667,110.78431372549],[193.137254901961,202.941176470588,151.960784313725],[192.156862745098,195.098039215686,149.019607843137],[191.176470588235,192.156862745098,150.980392156863],[156.862745098039,157.843137254902,116.666666666667],[221.56862745098,227.450980392157,190.196078431373],[215.686274509804,236.274509803922,203.921568627451],[138.235294117647,166.666666666667,136.274509803922],[191.176470588235,222.549019607843,186.274509803922],[206.862745098039,238.235294117647,201.960784313725],[201.960784313725,228.43137254902,194.117647058824],[189.21568627451,215.686274509804,185.294117647059],[197.058823529412,224.509803921569,202.941176470588],[203.921568627451,227.450980392157,211.764705882353],[201.960784313725,222.549019607843,207.843137254902],[215.686274509804,233.333333333333,217.647058823529],[177.450980392157,196.078431372549,176.470588235294],[216.666666666667,244.117647058824,222.549019607843],[142.156862745098,182.352941176471,164.705882352941],[85.2941176470588,131.372549019608,115.686274509804],[166.666666666667,212.745098039216,195.098039215686],[129.411764705882,175.490196078431,159.803921568627],[155.882352941176,201.960784313725,192.156862745098],[179.411764705882,227.450980392157,223.529411764706],[108.823529411765,157.843137254902,156.862745098039],[68.6274509803922,117.647058823529,118.627450980392],[75.4901960784314,122.549019607843,122.549019607843],[95.0980392156863,139.21568627451,136.274509803922],[160.78431372549,200.980392156863,193.137254901961],[162.745098039216,200,187.254901960784],[140.196078431373,173.529411764706,156.862745098039],[154.901960784314,186.274509803922,165.686274509804],[128.43137254902,156.862745098039,137.254901960784],[161.764705882353,190.196078431373,170.588235294118],[198.039215686275,224.509803921569,205.882352941176],[162.745098039216,185.294117647059,169.607843137255],[220.588235294118,230.392156862745,219.607843137255],[242.156862745098,247.058823529412,240.196078431373],[237.254901960784,240.196078431373,233.333333333333],[225.490196078431,226.470588235294,212.745098039216],[189.21568627451,182.352941176471,154.901960784314],[184.313725490196,174.509803921569,140.196078431373],[146.078431372549,140.196078431373,104.901960784314],[156.862745098039,153.921568627451,119.607843137255],[222.549019607843,224.509803921569,188.235294117647],[226.470588235294,233.333333333333,193.137254901961],[200.980392156863,211.764705882353,170.588235294118],[133.333333333333,149.019607843137,112.745098039216],[94.1176470588235,115.686274509804,93.1372549019608],[112.745098039216,139.21568627451,122.549019607843],[86.2745098039216,110.78431372549,92.156862745098],[89.2156862745098,112.745098039216,97.0588235294118],[108.823529411765,135.294117647059,120.588235294118],[84.3137254901961,110.78431372549,96.078431372549],[139.21568627451,163.725490196078,145.098039215686],[86.2745098039216,112.745098039216,94.1176470588235],[65.6862745098039,98.0392156862745,81.3725490196078],[50.9803921568627,87.2549019607843,79.4117647058823],[51.9607843137255,95.0980392156863,98.0392156862745],[63.7254901960784,107.843137254902,112.745098039216],[88.2352941176471,134.313725490196,126.470588235294],[92.156862745098,136.274509803922,116.666666666667],[138.235294117647,178.43137254902,149.019607843137],[108.823529411765,144.117647058824,118.627450980392],[69.6078431372549,104.901960784314,95.0980392156863],[80.3921568627451,115.686274509804,115.686274509804],[60.7843137254902,102.941176470588,108.823529411765],[68.6274509803922,112.745098039216,117.647058823529],[82.3529411764706,123.529411764706,119.607843137255],[67.6470588235294,106.862745098039,98.0392156862745],[122.549019607843,159.803921568627,147.058823529412],[173.529411764706,209.803921568627,193.137254901961],[175.490196078431,209.803921568627,190.196078431373],[133.333333333333,167.647058823529,148.039215686275],[83.3333333333333,119.607843137255,102.941176470588],[97.0588235294118,136.274509803922,125.490196078431],[84.3137254901961,125.490196078431,121.56862745098],[88.2352941176471,132.352941176471,135.294117647059],[98.0392156862745,147.058823529412,153.921568627451],[99.0196078431373,150,162.745098039216],[89.2156862745098,144.117647058824,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[90.1960784313725,147.058823529412,157.843137254902],[86.2745098039216,140.196078431373,147.058823529412],[94.1176470588235,141.176470588235,143.137254901961],[172.549019607843,213.725490196078,212.745098039216],[188.235294117647,226.470588235294,225.490196078431],[147.058823529412,181.372549019608,177.450980392157],[96.078431372549,124.509803921569,120.588235294118],[83.3333333333333,107.843137254902,101.960784313725],[67.6470588235294,88.2352941176471,79.4117647058823],[67.6470588235294,87.2549019607843,75.4901960784314],[48.0392156862745,68.6274509803922,51.9607843137255],[66.6666666666667,87.2549019607843,68.6274509803922],[122.549019607843,144.117647058824,121.56862745098],[84.3137254901961,106.862745098039,81.3725490196078],[25.4901960784314,45.0980392156863,18.6274509803922],[83.3333333333333,101.960784313725,74.5098039215686],[53.921568627451,69.6078431372549,43.1372549019608],[34.3137254901961,48.0392156862745,25.4901960784314],[34.3137254901961,46.078431372549,34.3137254901961],[56.8627450980392,66.6666666666667,55.8823529411765],[59.8039215686275,64.7058823529412,43.1372549019608],[56.8627450980392,61.7647058823529,39.2156862745098],[128.43137254902,135.294117647059,117.647058823529],[17.6470588235294,31.3725490196078,8.82352941176471],[35.2941176470588,58.8235294117647,27.4509803921569],[169.607843137255,199.019607843137,161.764705882353],[162.745098039216,195.098039215686,152.941176470588],[91.1764705882353,121.56862745098,78.4313725490196],[50.9803921568627,77.4509803921569,33.3333333333333],[69.6078431372549,94.1176470588235,55.8823529411765],[41.1764705882353,63.7254901960784,38.2352941176471],[63.7254901960784,87.2549019607843,63.7254901960784],[93.1372549019608,126.470588235294,92.156862745098],[198.039215686275,232.352941176471,191.176470588235],[197.058823529412,228.43137254902,182.352941176471],[153.921568627451,181.372549019608,133.333333333333],[103.921568627451,129.411764705882,82.3529411764706],[78.4313725490196,101.960784313725,52.9411764705882],[109.803921568627,129.411764705882,81.3725490196078],[39.2156862745098,58.8235294117647,10.7843137254902],[9.80392156862745,28.4313725490196,0],[98.0392156862745,116.666666666667,71.5686274509804],[159.803921568627,181.372549019608,136.274509803922],[71.5686274509804,93.1372549019608,47.0588235294118],[30.3921568627451,53.921568627451,4.90196078431373],[36.2745098039216,58.8235294117647,5.88235294117647],[146.078431372549,169.607843137255,112.745098039216],[115.686274509804,137.254901960784,74.5098039215686],[110.78431372549,131.372549019608,65.6862745098039],[151.960784313725,164.705882352941,96.078431372549],[122.549019607843,122.549019607843,51.9607843137255],[131.372549019608,121.56862745098,53.921568627451],[106.862745098039,88.2352941176471,30.3921568627451],[141.176470588235,120.588235294118,68.6274509803922],[150,129.411764705882,83.3333333333333],[93.1372549019608,71.5686274509804,31.3725490196078],[140.196078431373,120.588235294118,84.3137254901961],[71.5686274509804,49.0196078431373,17.6470588235294],[86.2745098039216,59.8039215686275,33.3333333333333],[62.7450980392157,37.2549019607843,14.7058823529412],[84.3137254901961,61.7647058823529,44.1176470588235],[38.2352941176471,22.5490196078431,7.84313725490196],[6.86274509803922,0,0],[7.84313725490196,2.94117647058824,0],[5.88235294117647,0,3.92156862745098],[11.7647058823529,1.96078431372549,9.80392156862745],[5.88235294117647,0,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0],[12.7450980392157,6.86274509803922,8.82352941176471],[6.86274509803922,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[31.3725490196078,21.5686274509804,20.5882352941176],[10.7843137254902,0.980392156862745,0],[14.7058823529412,2.94117647058824,2.94117647058824],[27.4509803921569,15.6862745098039,15.6862745098039],[18.6274509803922,7.84313725490196,5.88235294117647],[10.7843137254902,0,0],[13.7254901960784,0,0],[23.5294117647059,8.82352941176471,5.88235294117647],[33.3333333333333,18.6274509803922,15.6862745098039],[36.2745098039216,21.5686274509804,14.7058823529412],[36.2745098039216,23.5294117647059,6.86274509803922],[34.3137254901961,22.5490196078431,0.980392156862745],[43.1372549019608,30.3921568627451,11.7647058823529],[24.5098039215686,8.82352941176471,0],[12.7450980392157,0,0],[30.3921568627451,14.7058823529412,0],[67.6470588235294,50.9803921568627,33.3333333333333],[69.6078431372549,53.921568627451,31.3725490196078],[62.7450980392157,47.0588235294118,22.5490196078431],[64.7058823529412,49.0196078431373,23.5294117647059],[30.3921568627451,15.6862745098039,0],[36.2745098039216,22.5490196078431,0],[42.156862745098,28.4313725490196,2.94117647058824],[57.843137254902,46.078431372549,22.5490196078431],[58.8235294117647,46.078431372549,27.4509803921569],[67.6470588235294,47.0588235294118,26.4705882352941],[104.901960784314,68.6274509803922,43.1372549019608],[126.470588235294,86.2745098039216,58.8235294117647],[100,69.6078431372549,41.1764705882353],[76.4705882352941,56.8627450980392,24.5098039215686],[103.921568627451,91.1764705882353,56.8627450980392],[92.156862745098,83.3333333333333,45.0980392156863],[78.4313725490196,66.6666666666667,25.4901960784314],[65.6862745098039,48.0392156862745,2.94117647058824],[151.960784313725,126.470588235294,78.4313725490196],[168.627450980392,137.254901960784,87.2549019607843],[166.666666666667,134.313725490196,84.3137254901961],[129.411764705882,99.0196078431373,52.9411764705882],[97.0588235294118,76.4705882352941,32.3529411764706],[82.3529411764706,70.5882352941177,29.4117647058824],[81.3725490196078,79.4117647058823,42.156862745098],[134.313725490196,136.274509803922,100],[127.450980392157,125.490196078431,85.2941176470588],[111.764705882353,104.901960784314,63.7254901960784],[121.56862745098,107.843137254902,71.5686274509804],[62.7450980392157,46.078431372549,3.92156862745098],[118.627450980392,100,45.0980392156863],[161.764705882353,142.156862745098,80.3921568627451],[124.509803921569,108.823529411765,48.0392156862745],[189.21568627451,179.411764705882,119.607843137255],[168.627450980392,167.647058823529,111.764705882353],[135.294117647059,143.137254901961,84.3137254901961],[178.43137254902,190.196078431373,127.450980392157],[187.254901960784,200.980392156863,141.176470588235],[162.745098039216,174.509803921569,125.490196078431],[183.333333333333,192.156862745098,146.078431372549],[200,205.882352941176,158.823529411765],[183.333333333333,189.21568627451,142.156862745098],[136.274509803922,143.137254901961,93.1372549019608],[188.235294117647,200.980392156863,155.882352941176],[170.588235294118,198.039215686275,157.843137254902],[129.411764705882,164.705882352941,127.450980392157],[223.529411764706,250,220.588235294118],[182.352941176471,219.607843137255,179.411764705882],[155.882352941176,187.254901960784,150.980392156863],[218.627450980392,247.058823529412,217.647058823529],[187.254901960784,215.686274509804,196.078431372549],[213.725490196078,237.254901960784,224.509803921569],[193.137254901961,212.745098039216,201.960784313725],[201.960784313725,217.647058823529,206.862745098039],[183.333333333333,199.019607843137,186.274509803922],[196.078431372549,219.607843137255,206.862745098039],[91.1764705882353,127.450980392157,120.588235294118],[81.3725490196078,123.529411764706,116.666666666667],[167.647058823529,210.78431372549,196.078431372549],[108.823529411765,154.901960784314,139.21568627451],[113.725490196078,159.803921568627,150],[123.529411764706,171.56862745098,167.647058823529],[100.980392156863,150,150.980392156863],[73.5294117647059,121.56862745098,125.490196078431],[88.2352941176471,135.294117647059,137.254901960784],[90.1960784313725,133.333333333333,132.352941176471],[83.3333333333333,123.529411764706,117.647058823529],[158.823529411765,194.117647058824,184.313725490196],[185.294117647059,216.666666666667,201.960784313725],[183.333333333333,213.725490196078,196.078431372549],[174.509803921569,202.941176470588,183.333333333333],[168.627450980392,197.058823529412,179.411764705882],[159.803921568627,188.235294117647,170.588235294118],[125.490196078431,148.039215686275,132.352941176471],[156.862745098039,168.627450980392,154.901960784314],[243.137254901961,250,238.235294117647],[213.725490196078,221.56862745098,208.823529411765],[244.117647058824,247.058823529412,230.392156862745],[242.156862745098,232.352941176471,207.843137254902],[178.43137254902,163.725490196078,135.294117647059],[153.921568627451,145.098039215686,114.705882352941],[229.411764705882,226.470588235294,196.078431372549],[191.176470588235,195.098039215686,160.78431372549],[202.941176470588,208.823529411765,173.529411764706],[237.254901960784,243.137254901961,205.882352941176],[219.607843137255,233.333333333333,198.039215686275],[143.137254901961,167.647058823529,139.21568627451],[128.43137254902,155.882352941176,133.333333333333],[88.2352941176471,111.764705882353,88.2352941176471],[137.254901960784,158.823529411765,138.235294117647],[135.294117647059,157.843137254902,140.196078431373],[142.156862745098,164.705882352941,149.019607843137],[111.764705882353,134.313725490196,118.627450980392],[96.078431372549,119.607843137255,105.882352941176],[113.725490196078,141.176470588235,126.470588235294],[75.4901960784314,107.843137254902,99.0196078431373],[57.843137254902,95.0980392156863,98.0392156862745],[75.4901960784314,113.725490196078,120.588235294118],[81.3725490196078,119.607843137255,116.666666666667],[96.078431372549,133.333333333333,118.627450980392],[157.843137254902,194.117647058824,163.725490196078],[109.803921568627,144.117647058824,114.705882352941],[77.4509803921569,110.78431372549,97.0588235294118],[96.078431372549,131.372549019608,129.411764705882],[63.7254901960784,103.921568627451,109.803921568627],[84.3137254901961,124.509803921569,130.392156862745],[70.5882352941177,108.823529411765,107.843137254902],[75.4901960784314,109.803921568627,103.921568627451],[107.843137254902,140.196078431373,129.411764705882],[147.058823529412,178.43137254902,163.725490196078],[203.921568627451,236.274509803922,217.647058823529],[158.823529411765,193.137254901961,173.529411764706],[95.0980392156863,133.333333333333,115.686274509804],[83.3333333333333,124.509803921569,112.745098039216],[90.1960784313725,136.274509803922,130.392156862745],[94.1176470588235,143.137254901961,144.117647058824],[108.823529411765,160.78431372549,168.627450980392],[121.56862745098,174.509803921569,186.274509803922],[121.56862745098,174.509803921569,186.274509803922],[115.686274509804,168.627450980392,180.392156862745],[106.862745098039,157.843137254902,168.627450980392],[96.078431372549,145.098039215686,151.960784313725],[76.4705882352941,120.588235294118,125.490196078431],[159.803921568627,200,201.960784313725],[177.450980392157,214.705882352941,215.686274509804],[101.960784313725,135.294117647059,136.274509803922],[99.0196078431373,128.43137254902,126.470588235294],[80.3921568627451,106.862745098039,101.960784313725],[68.6274509803922,94.1176470588235,85.2941176470588],[53.921568627451,77.4509803921569,64.7058823529412],[73.5294117647059,97.0588235294118,81.3725490196078],[84.3137254901961,108.823529411765,90.1960784313725],[95.0980392156863,119.607843137255,98.0392156862745],[128.43137254902,151.960784313725,128.43137254902],[52.9411764705882,72.5490196078431,48.0392156862745],[70.5882352941177,86.2745098039216,60.7843137254902],[106.862745098039,118.627450980392,95.0980392156863],[64.7058823529412,73.5294117647059,54.9019607843137],[11.7647058823529,18.6274509803922,10.7843137254902],[23.5294117647059,29.4117647058824,19.6078431372549],[55.8823529411765,57.843137254902,36.2745098039216],[112.745098039216,115.686274509804,87.2549019607843],[71.5686274509804,77.4509803921569,51.9607843137255],[19.6078431372549,31.3725490196078,7.84313725490196],[48.0392156862745,67.6470588235294,43.1372549019608],[128.43137254902,153.921568627451,125.490196078431],[130.392156862745,159.803921568627,122.549019607843],[152.941176470588,183.333333333333,142.156862745098],[95.0980392156863,121.56862745098,79.4117647058823],[123.529411764706,148.039215686275,108.823529411765],[34.3137254901961,58.8235294117647,27.4509803921569],[0,14.7058823529412,0],[66.6666666666667,101.960784313725,66.6666666666667],[200.980392156863,237.254901960784,195.098039215686],[145.098039215686,176.470588235294,128.43137254902],[127.450980392157,153.921568627451,101.960784313725],[153.921568627451,177.450980392157,126.470588235294],[57.843137254902,77.4509803921569,27.4509803921569],[62.7450980392157,80.3921568627451,31.3725490196078],[37.2549019607843,54.9019607843137,7.84313725490196],[20.5882352941176,37.2549019607843,0],[97.0588235294118,113.725490196078,70.5882352941177],[128.43137254902,146.078431372549,104.901960784314],[12.7450980392157,33.3333333333333,0],[40.1960784313726,61.7647058823529,15.6862745098039],[98.0392156862745,120.588235294118,67.6470588235294],[110.78431372549,134.313725490196,75.4901960784314],[136.274509803922,157.843137254902,94.1176470588235],[170.588235294118,192.156862745098,121.56862745098],[214.705882352941,227.450980392157,156.862745098039],[139.21568627451,136.274509803922,68.6274509803922],[94.1176470588235,83.3333333333333,18.6274509803922],[113.725490196078,98.0392156862745,39.2156862745098],[85.2941176470588,66.6666666666667,11.7647058823529],[85.2941176470588,65.6862745098039,15.6862745098039],[140.196078431373,119.607843137255,75.4901960784314],[154.901960784314,131.372549019608,94.1176470588235],[108.823529411765,84.3137254901961,53.921568627451],[113.725490196078,88.2352941176471,63.7254901960784],[70.5882352941177,46.078431372549,26.4705882352941],[41.1764705882353,19.6078431372549,5.88235294117647],[15.6862745098039,0,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,0,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[18.6274509803922,9.80392156862745,10.7843137254902],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,7.84313725490196,6.86274509803922],[33.3333333333333,22.5490196078431,20.5882352941176],[12.7450980392157,1.96078431372549,0],[14.7058823529412,0.980392156862745,0],[19.6078431372549,5.88235294117647,2.94117647058824],[11.7647058823529,0,0],[14.7058823529412,0,0],[16.6666666666667,1.96078431372549,0],[16.6666666666667,0,0],[29.4117647058824,12.7450980392157,5.88235294117647],[36.2745098039216,20.5882352941176,7.84313725490196],[54.9019607843137,43.1372549019608,17.6470588235294],[64.7058823529412,53.921568627451,26.4705882352941],[48.0392156862745,36.2745098039216,12.7450980392157],[37.2549019607843,24.5098039215686,7.84313725490196],[16.6666666666667,0.980392156862745,0],[63.7254901960784,47.0588235294118,39.2156862745098],[56.8627450980392,38.2352941176471,31.3725490196078],[17.6470588235294,0,0],[81.3725490196078,65.6862745098039,50.9803921568627],[45.0980392156863,30.3921568627451,11.7647058823529],[61.7647058823529,47.0588235294118,26.4705882352941],[20.5882352941176,6.86274509803922,0],[54.9019607843137,43.1372549019608,17.6470588235294],[104.901960784314,95.0980392156863,68.6274509803922],[81.3725490196078,71.5686274509804,47.0588235294118],[76.4705882352941,60.7843137254902,36.2745098039216],[79.4117647058823,53.921568627451,27.4509803921569],[125.490196078431,97.0588235294118,67.6470588235294],[98.0392156862745,75.4901960784314,42.156862745098],[127.450980392157,107.843137254902,71.5686274509804],[132.352941176471,115.686274509804,73.5294117647059],[100,82.3529411764706,35.2941176470588],[96.078431372549,73.5294117647059,22.5490196078431],[110.78431372549,84.3137254901961,30.3921568627451],[167.647058823529,133.333333333333,78.4313725490196],[192.156862745098,157.843137254902,102.941176470588],[183.333333333333,150.980392156863,99.0196078431373],[121.56862745098,95.0980392156863,50.9803921568627],[85.2941176470588,71.5686274509804,37.2549019607843],[80.3921568627451,76.4705882352941,50],[32.3529411764706,39.2156862745098,21.5686274509804],[89.2156862745098,97.0588235294118,74.5098039215686],[106.862745098039,103.921568627451,69.6078431372549],[59.8039215686275,52.9411764705882,11.7647058823529],[93.1372549019608,81.3725490196078,42.156862745098],[126.470588235294,113.725490196078,69.6078431372549],[168.627450980392,153.921568627451,96.078431372549],[152.941176470588,139.21568627451,79.4117647058823],[183.333333333333,170.588235294118,116.666666666667],[184.313725490196,175.490196078431,121.56862745098],[207.843137254902,204.901960784314,150.980392156863],[191.176470588235,194.117647058824,138.235294117647],[195.098039215686,202.941176470588,144.117647058824],[198.039215686275,206.862745098039,150.980392156863],[219.607843137255,226.470588235294,185.294117647059],[204.901960784314,211.764705882353,171.56862745098],[186.274509803922,194.117647058824,146.078431372549],[183.333333333333,192.156862745098,138.235294117647],[159.803921568627,173.529411764706,112.745098039216],[198.039215686275,218.627450980392,160.78431372549],[191.176470588235,226.470588235294,181.372549019608],[186.274509803922,230.392156862745,192.156862745098],[193.137254901961,237.254901960784,204.901960784314],[182.352941176471,224.509803921569,195.098039215686],[127.450980392157,162.745098039216,135.294117647059],[141.176470588235,174.509803921569,150.980392156863],[170.588235294118,200.980392156863,183.333333333333],[190.196078431373,217.647058823529,202.941176470588],[148.039215686275,168.627450980392,153.921568627451],[214.705882352941,232.352941176471,220.588235294118],[213.725490196078,228.43137254902,221.56862745098],[160.78431372549,180.392156862745,181.372549019608],[81.3725490196078,112.745098039216,125.490196078431],[99.0196078431373,136.274509803922,145.098039215686],[139.21568627451,178.43137254902,169.607843137255],[147.058823529412,189.21568627451,172.549019607843],[135.294117647059,180.392156862745,170.588235294118],[81.3725490196078,126.470588235294,123.529411764706],[94.1176470588235,142.156862745098,146.078431372549],[103.921568627451,151.960784313725,156.862745098039],[100.980392156863,145.098039215686,150.980392156863],[95.0980392156863,135.294117647059,137.254901960784],[73.5294117647059,108.823529411765,106.862745098039],[130.392156862745,162.745098039216,153.921568627451],[214.705882352941,242.156862745098,228.43137254902],[186.274509803922,212.745098039216,196.078431372549],[160.78431372549,187.254901960784,170.588235294118],[126.470588235294,152.941176470588,136.274509803922],[143.137254901961,169.607843137255,154.901960784314],[146.078431372549,168.627450980392,152.941176470588],[209.803921568627,226.470588235294,208.823529411765],[243.137254901961,250,236.274509803922],[163.725490196078,177.450980392157,154.901960784314],[190.196078431373,195.098039215686,173.529411764706],[250,244.117647058824,224.509803921569],[230.392156862745,213.725490196078,194.117647058824],[208.823529411765,199.019607843137,174.509803921569],[200,195.098039215686,166.666666666667],[151.960784313725,152.941176470588,121.56862745098],[213.725490196078,217.647058823529,185.294117647059],[240.196078431373,244.117647058824,211.764705882353],[226.470588235294,236.274509803922,202.941176470588],[184.313725490196,205.882352941176,170.588235294118],[156.862745098039,182.352941176471,148.039215686275],[154.901960784314,173.529411764706,142.156862745098],[136.274509803922,150.980392156863,122.549019607843],[185.294117647059,198.039215686275,172.549019607843],[198.039215686275,210.78431372549,193.137254901961],[146.078431372549,164.705882352941,158.823529411765],[112.745098039216,137.254901960784,134.313725490196],[110.78431372549,140.196078431373,132.352941176471],[127.450980392157,155.882352941176,150.980392156863],[110.78431372549,135.294117647059,139.21568627451],[84.3137254901961,107.843137254902,111.764705882353],[110.78431372549,135.294117647059,132.352941176471],[137.254901960784,164.705882352941,152.941176470588],[116.666666666667,151.960784313725,126.470588235294],[117.647058823529,156.862745098039,130.392156862745],[122.549019607843,161.764705882353,150.980392156863],[88.2352941176471,126.470588235294,125.490196078431],[75.4901960784314,111.764705882353,117.647058823529],[89.2156862745098,121.56862745098,128.43137254902],[91.1764705882353,120.588235294118,120.588235294118],[96.078431372549,124.509803921569,119.607843137255],[132.352941176471,158.823529411765,150],[122.549019607843,150,136.274509803922],[196.078431372549,226.470588235294,210.78431372549],[162.745098039216,196.078431372549,180.392156862745],[102.941176470588,140.196078431373,127.450980392157],[98.0392156862745,140.196078431373,133.333333333333],[92.156862745098,139.21568627451,139.21568627451],[77.4509803921569,129.411764705882,135.294117647059],[74.5098039215686,127.450980392157,139.21568627451],[90.1960784313725,142.156862745098,155.882352941176],[109.803921568627,160.78431372549,173.529411764706],[115.686274509804,162.745098039216,174.509803921569],[107.843137254902,150.980392156863,159.803921568627],[100,142.156862745098,149.019607843137],[109.803921568627,153.921568627451,158.823529411765],[130.392156862745,173.529411764706,176.470588235294],[123.529411764706,162.745098039216,164.705882352941],[76.4705882352941,110.78431372549,112.745098039216],[100.980392156863,132.352941176471,131.372549019608],[89.2156862745098,118.627450980392,116.666666666667],[73.5294117647059,101.960784313725,97.0588235294118],[46.078431372549,75.4901960784314,65.6862745098039],[95.0980392156863,125.490196078431,110.78431372549],[70.5882352941177,100.980392156863,83.3333333333333],[63.7254901960784,92.156862745098,70.5882352941177],[72.5490196078431,97.0588235294118,75.4901960784314],[91.1764705882353,109.803921568627,88.2352941176471],[83.3333333333333,97.0588235294118,74.5098039215686],[93.1372549019608,100.980392156863,80.3921568627451],[102.941176470588,106.862745098039,90.1960784313725],[41.1764705882353,44.1176470588235,35.2941176470588],[19.6078431372549,21.5686274509804,8.82352941176471],[111.764705882353,111.764705882353,84.3137254901961],[127.450980392157,127.450980392157,92.156862745098],[26.4705882352941,30.3921568627451,0],[1.96078431372549,10.7843137254902,0],[5.88235294117647,24.5098039215686,4.90196078431373],[0.980392156862745,25.4901960784314,4.90196078431373],[24.5098039215686,53.921568627451,20.5882352941176],[181.372549019608,211.764705882353,171.56862745098],[57.843137254902,86.2745098039216,43.1372549019608],[95.0980392156863,121.56862745098,79.4117647058823],[68.6274509803922,96.078431372549,56.8627450980392],[36.2745098039216,67.6470588235294,31.3725490196078],[132.352941176471,169.607843137255,133.333333333333],[213.725490196078,250,210.78431372549],[150,182.352941176471,130.392156862745],[132.352941176471,159.803921568627,101.960784313725],[133.333333333333,157.843137254902,100.980392156863],[68.6274509803922,89.2156862745098,34.3137254901961],[122.549019607843,139.21568627451,86.2745098039216],[64.7058823529412,78.4313725490196,30.3921568627451],[58.8235294117647,71.5686274509804,28.4313725490196],[71.5686274509804,86.2745098039216,44.1176470588235],[122.549019607843,138.235294117647,100],[38.2352941176471,55.8823529411765,16.6666666666667],[91.1764705882353,109.803921568627,65.6862745098039],[167.647058823529,187.254901960784,137.254901960784],[119.607843137255,141.176470588235,80.3921568627451],[143.137254901961,163.725490196078,96.078431372549],[150.980392156863,171.56862745098,96.078431372549],[150.980392156863,162.745098039216,88.2352941176471],[127.450980392157,122.549019607843,55.8823529411765],[120.588235294118,109.803921568627,47.0588235294118],[106.862745098039,96.078431372549,35.2941176470588],[93.1372549019608,78.4313725490196,20.5882352941176],[82.3529411764706,62.7450980392157,10.7843137254902],[136.274509803922,114.705882352941,66.6666666666667],[139.21568627451,114.705882352941,75.4901960784314],[95.0980392156863,70.5882352941177,40.1960784313726],[63.7254901960784,42.156862745098,18.6274509803922],[40.1960784313726,19.6078431372549,2.94117647058824],[25.4901960784314,7.84313725490196,0],[18.6274509803922,0.980392156862745,0],[19.6078431372549,5.88235294117647,4.90196078431373],[6.86274509803922,0,0],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[6.86274509803922,0,0],[13.7254901960784,5.88235294117647,2.94117647058824],[20.5882352941176,11.7647058823529,6.86274509803922],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,5.88235294117647],[13.7254901960784,0.980392156862745,0],[11.7647058823529,0,0],[16.6666666666667,2.94117647058824,0],[50.9803921568627,34.3137254901961,26.4705882352941],[50.9803921568627,34.3137254901961,24.5098039215686],[23.5294117647059,6.86274509803922,0],[25.4901960784314,7.84313725490196,0],[27.4509803921569,11.7647058823529,0],[60.7843137254902,49.0196078431373,23.5294117647059],[97.0588235294118,88.2352941176471,59.8039215686275],[37.2549019607843,26.4705882352941,4.90196078431373],[42.156862745098,29.4117647058824,13.7254901960784],[36.2745098039216,22.5490196078431,13.7254901960784],[70.5882352941177,53.921568627451,47.0588235294118],[49.0196078431373,31.3725490196078,27.4509803921569],[21.5686274509804,2.94117647058824,0],[29.4117647058824,12.7450980392157,2.94117647058824],[30.3921568627451,14.7058823529412,0],[101.960784313725,87.2549019607843,68.6274509803922],[80.3921568627451,68.6274509803922,45.0980392156863],[58.8235294117647,49.0196078431373,24.5098039215686],[88.2352941176471,81.3725490196078,55.8823529411765],[57.843137254902,50,27.4509803921569],[33.3333333333333,23.5294117647059,0],[48.0392156862745,32.3529411764706,6.86274509803922],[73.5294117647059,57.843137254902,25.4901960784314],[110.78431372549,93.1372549019608,57.843137254902],[97.0588235294118,78.4313725490196,37.2549019607843],[117.647058823529,96.078431372549,50],[156.862745098039,131.372549019608,81.3725490196078],[175.490196078431,147.058823529412,92.156862745098],[197.058823529412,167.647058823529,108.823529411765],[197.058823529412,165.686274509804,107.843137254902],[175.490196078431,147.058823529412,90.1960784313725],[158.823529411765,136.274509803922,85.2941176470588],[114.705882352941,96.078431372549,53.921568627451],[70.5882352941177,59.8039215686275,28.4313725490196],[40.1960784313726,35.2941176470588,13.7254901960784],[41.1764705882353,44.1176470588235,27.4509803921569],[88.2352941176471,90.1960784313725,69.6078431372549],[146.078431372549,142.156862745098,107.843137254902],[134.313725490196,125.490196078431,83.3333333333333],[89.2156862745098,78.4313725490196,34.3137254901961],[171.56862745098,161.764705882353,111.764705882353],[186.274509803922,176.470588235294,116.666666666667],[164.705882352941,154.901960784314,94.1176470588235],[181.372549019608,171.56862745098,119.607843137255],[137.254901960784,130.392156862745,79.4117647058823],[218.627450980392,213.725490196078,159.803921568627],[212.745098039216,211.764705882353,155.882352941176],[177.450980392157,178.43137254902,119.607843137255],[161.764705882353,164.705882352941,112.745098039216],[247.058823529412,250,214.705882352941],[240.196078431373,246.078431372549,210.78431372549],[154.901960784314,162.745098039216,112.745098039216],[164.705882352941,175.490196078431,118.627450980392],[219.607843137255,234.313725490196,176.470588235294],[181.372549019608,205.882352941176,151.960784313725],[187.254901960784,224.509803921569,184.313725490196],[197.058823529412,243.137254901961,211.764705882353],[181.372549019608,228.43137254902,202.941176470588],[202.941176470588,247.058823529412,224.509803921569],[193.137254901961,231.372549019608,210.78431372549],[190.196078431373,227.450980392157,206.862745098039],[217.647058823529,250,235.294117647059],[211.764705882353,243.137254901961,228.43137254902],[152.941176470588,176.470588235294,162.745098039216],[190.196078431373,209.803921568627,199.019607843137],[201.960784313725,220.588235294118,214.705882352941],[153.921568627451,179.411764705882,180.392156862745],[91.1764705882353,128.43137254902,141.176470588235],[112.745098039216,154.901960784314,163.725490196078],[149.019607843137,188.235294117647,179.411764705882],[201.960784313725,240.196078431373,222.549019607843],[106.862745098039,148.039215686275,138.235294117647],[77.4509803921569,121.56862745098,118.627450980392],[134.313725490196,181.372549019608,185.294117647059],[91.1764705882353,137.254901960784,145.098039215686],[99.0196078431373,141.176470588235,148.039215686275],[144.117647058824,182.352941176471,187.254901960784],[131.372549019608,164.705882352941,163.725490196078],[136.274509803922,165.686274509804,157.843137254902],[141.176470588235,166.666666666667,153.921568627451],[116.666666666667,139.21568627451,123.529411764706],[124.509803921569,147.058823529412,131.372549019608],[171.56862745098,195.098039215686,181.372549019608],[133.333333333333,156.862745098039,144.117647058824],[114.705882352941,138.235294117647,124.509803921569],[229.411764705882,250,235.294117647059],[221.56862745098,238.235294117647,219.607843137255],[159.803921568627,173.529411764706,150.980392156863],[177.450980392157,182.352941176471,159.803921568627],[247.058823529412,240.196078431373,221.56862745098],[197.058823529412,184.313725490196,165.686274509804],[168.627450980392,158.823529411765,132.352941176471],[197.058823529412,191.176470588235,159.803921568627],[206.862745098039,206.862745098039,171.56862745098],[204.901960784314,206.862745098039,170.588235294118],[232.352941176471,238.235294117647,202.941176470588],[173.529411764706,183.333333333333,149.019607843137],[198.039215686275,213.725490196078,175.490196078431],[177.450980392157,195.098039215686,155.882352941176],[158.823529411765,174.509803921569,139.21568627451],[141.176470588235,151.960784313725,120.588235294118],[131.372549019608,137.254901960784,109.803921568627],[154.901960784314,163.725490196078,147.058823529412],[234.313725490196,248.039215686275,248.039215686275],[181.372549019608,200,203.921568627451],[92.156862745098,113.725490196078,110.78431372549],[120.588235294118,143.137254901961,137.254901960784],[133.333333333333,150.980392156863,152.941176470588],[118.627450980392,133.333333333333,138.235294117647],[142.156862745098,156.862745098039,159.803921568627],[135.294117647059,155.882352941176,149.019607843137],[135.294117647059,164.705882352941,141.176470588235],[127.450980392157,162.745098039216,137.254901960784],[108.823529411765,146.078431372549,131.372549019608],[97.0588235294118,132.352941176471,130.392156862745],[84.3137254901961,116.666666666667,123.529411764706],[73.5294117647059,102.941176470588,110.78431372549],[94.1176470588235,119.607843137255,120.588235294118],[125.490196078431,150,146.078431372549],[166.666666666667,192.156862745098,183.333333333333],[160.78431372549,186.274509803922,175.490196078431],[187.254901960784,214.705882352941,200.980392156863],[118.627450980392,150.980392156863,140.196078431373],[85.2941176470588,124.509803921569,116.666666666667],[70.5882352941177,115.686274509804,113.725490196078],[79.4117647058823,128.43137254902,135.294117647059],[75.4901960784314,128.43137254902,140.196078431373],[77.4509803921569,132.352941176471,147.058823529412],[92.156862745098,144.117647058824,159.803921568627],[107.843137254902,155.882352941176,169.607843137255],[114.705882352941,157.843137254902,166.666666666667],[116.666666666667,154.901960784314,161.764705882353],[117.647058823529,155.882352941176,160.78431372549],[105.882352941176,148.039215686275,153.921568627451],[97.0588235294118,139.21568627451,145.098039215686],[96.078431372549,134.313725490196,139.21568627451],[109.803921568627,147.058823529412,148.039215686275],[94.1176470588235,127.450980392157,128.43137254902],[82.3529411764706,113.725490196078,110.78431372549],[60.7843137254902,93.1372549019608,86.2745098039216],[52.9411764705882,85.2941176470588,74.5098039215686],[106.862745098039,143.137254901961,126.470588235294],[85.2941176470588,119.607843137255,100],[86.2745098039216,117.647058823529,97.0588235294118],[52.9411764705882,80.3921568627451,57.843137254902],[50.9803921568627,69.6078431372549,48.0392156862745],[53.921568627451,65.6862745098039,46.078431372549],[33.3333333333333,38.2352941176471,18.6274509803922],[55.8823529411765,56.8627450980392,41.1764705882353],[60.7843137254902,60.7843137254902,50.9803921568627],[59.8039215686275,58.8235294117647,41.1764705882353],[94.1176470588235,91.1764705882353,58.8235294117647],[144.117647058824,143.137254901961,100],[64.7058823529412,67.6470588235294,25.4901960784314],[41.1764705882353,48.0392156862745,14.7058823529412],[5.88235294117647,22.5490196078431,6.86274509803922],[0,22.5490196078431,8.82352941176471],[55.8823529411765,84.3137254901961,54.9019607843137],[90.1960784313725,120.588235294118,80.3921568627451],[65.6862745098039,94.1176470588235,50.9803921568627],[128.43137254902,156.862745098039,111.764705882353],[61.7647058823529,92.156862745098,49.0196078431373],[95.0980392156863,129.411764705882,88.2352941176471],[58.8235294117647,100,64.7058823529412],[170.588235294118,210.78431372549,169.607843137255],[187.254901960784,221.56862745098,164.705882352941],[115.686274509804,145.098039215686,82.3529411764706],[129.411764705882,154.901960784314,93.1372549019608],[66.6666666666667,87.2549019607843,29.4117647058824],[100.980392156863,117.647058823529,63.7254901960784],[193.137254901961,206.862745098039,156.862745098039],[130.392156862745,143.137254901961,98.0392156862745],[97.0588235294118,108.823529411765,69.6078431372549],[99.0196078431373,113.725490196078,75.4901960784314],[182.352941176471,198.039215686275,159.803921568627],[135.294117647059,151.960784313725,108.823529411765],[143.137254901961,160.78431372549,109.803921568627],[90.1960784313725,107.843137254902,47.0588235294118],[176.470588235294,196.078431372549,125.490196078431],[180.392156862745,199.019607843137,119.607843137255],[106.862745098039,117.647058823529,40.1960784313726],[86.2745098039216,78.4313725490196,14.7058823529412],[119.607843137255,105.882352941176,46.078431372549],[70.5882352941177,60.7843137254902,0],[48.0392156862745,37.2549019607843,0],[65.6862745098039,47.0588235294118,0],[141.176470588235,118.627450980392,67.6470588235294],[118.627450980392,92.156862745098,50],[58.8235294117647,33.3333333333333,0.980392156862745],[30.3921568627451,10.7843137254902,0],[13.7254901960784,0,0],[30.3921568627451,13.7254901960784,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0,0],[15.6862745098039,3.92156862745098,5.88235294117647],[3.92156862745098,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[44.1176470588235,40.1960784313726,39.2156862745098],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0.980392156862745,0]],[[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,4.90196078431373,2.94117647058824],[9.80392156862745,0.980392156862745,0],[9.80392156862745,0.980392156862745,0],[22.5490196078431,11.7647058823529,5.88235294117647],[14.7058823529412,3.92156862745098,0],[9.80392156862745,0,0],[30.3921568627451,17.6470588235294,9.80392156862745],[31.3725490196078,17.6470588235294,8.82352941176471],[28.4313725490196,11.7647058823529,3.92156862745098],[39.2156862745098,22.5490196078431,12.7450980392157],[82.3529411764706,64.7058823529412,54.9019607843137],[80.3921568627451,62.7450980392157,50.9803921568627],[50,32.3529411764706,20.5882352941176],[50,31.3725490196078,17.6470588235294],[39.2156862745098,22.5490196078431,6.86274509803922],[57.843137254902,47.0588235294118,27.4509803921569],[76.4705882352941,65.6862745098039,46.078431372549],[11.7647058823529,0,0],[26.4705882352941,12.7450980392157,1.96078431372549],[51.9607843137255,38.2352941176471,29.4117647058824],[64.7058823529412,48.0392156862745,41.1764705882353],[30.3921568627451,13.7254901960784,5.88235294117647],[28.4313725490196,12.7450980392157,0],[30.3921568627451,14.7058823529412,0],[24.5098039215686,9.80392156862745,0],[61.7647058823529,50,28.4313725490196],[99.0196078431373,87.2549019607843,65.6862745098039],[57.843137254902,47.0588235294118,27.4509803921569],[46.078431372549,37.2549019607843,20.5882352941176],[26.4705882352941,16.6666666666667,4.90196078431373],[22.5490196078431,15.6862745098039,0],[27.4509803921569,21.5686274509804,0],[30.3921568627451,21.5686274509804,0],[77.4509803921569,61.7647058823529,28.4313725490196],[85.2941176470588,62.7450980392157,22.5490196078431],[113.725490196078,83.3333333333333,38.2352941176471],[113.725490196078,81.3725490196078,31.3725490196078],[194.117647058824,163.725490196078,109.803921568627],[249.019607843137,223.529411764706,167.647058823529],[232.352941176471,211.764705882353,157.843137254902],[177.450980392157,161.764705882353,110.78431372549],[136.274509803922,126.470588235294,78.4313725490196],[123.529411764706,116.666666666667,73.5294117647059],[121.56862745098,111.764705882353,76.4705882352941],[86.2745098039216,73.5294117647059,42.156862745098],[91.1764705882353,74.5098039215686,49.0196078431373],[101.960784313725,85.2941176470588,55.8823529411765],[122.549019607843,108.823529411765,70.5882352941177],[145.098039215686,134.313725490196,90.1960784313725],[185.294117647059,175.490196078431,127.450980392157],[176.470588235294,167.647058823529,113.725490196078],[183.333333333333,175.490196078431,113.725490196078],[220.588235294118,212.745098039216,151.960784313725],[219.607843137255,212.745098039216,161.764705882353],[171.56862745098,163.725490196078,117.647058823529],[197.058823529412,190.196078431373,137.254901960784],[178.43137254902,173.529411764706,118.627450980392],[177.450980392157,175.490196078431,117.647058823529],[186.274509803922,184.313725490196,134.313725490196],[225.490196078431,225.490196078431,192.156862745098],[250,250,222.549019607843],[202.941176470588,210.78431372549,160.78431372549],[168.627450980392,178.43137254902,126.470588235294],[208.823529411765,220.588235294118,181.372549019608],[200,218.627450980392,189.21568627451],[176.470588235294,210.78431372549,187.254901960784],[167.647058823529,211.764705882353,192.156862745098],[194.117647058824,242.156862745098,221.56862745098],[159.803921568627,205.882352941176,186.274509803922],[187.254901960784,229.411764705882,209.803921568627],[208.823529411765,249.019607843137,231.372549019608],[151.960784313725,191.176470588235,180.392156862745],[128.43137254902,162.745098039216,155.882352941176],[203.921568627451,233.333333333333,223.529411764706],[223.529411764706,250,239.21568627451],[167.647058823529,195.098039215686,183.333333333333],[139.21568627451,173.529411764706,166.666666666667],[94.1176470588235,142.156862745098,139.21568627451],[104.901960784314,154.901960784314,150],[200.980392156863,238.235294117647,223.529411764706],[199.019607843137,232.352941176471,216.666666666667],[72.5490196078431,111.764705882353,102.941176470588],[105.882352941176,145.098039215686,144.117647058824],[96.078431372549,138.235294117647,144.117647058824],[71.5686274509804,113.725490196078,122.549019607843],[86.2745098039216,125.490196078431,133.333333333333],[98.0392156862745,134.313725490196,140.196078431373],[121.56862745098,150.980392156863,150.980392156863],[124.509803921569,149.019607843137,143.137254901961],[153.921568627451,175.490196078431,163.725490196078],[151.960784313725,172.549019607843,157.843137254902],[162.745098039216,183.333333333333,168.627450980392],[199.019607843137,218.627450980392,206.862745098039],[115.686274509804,137.254901960784,125.490196078431],[190.196078431373,212.745098039216,202.941176470588],[229.411764705882,250,246.078431372549],[141.176470588235,162.745098039216,150.980392156863],[126.470588235294,137.254901960784,121.56862745098],[181.372549019608,184.313725490196,165.686274509804],[221.56862745098,221.56862745098,198.039215686275],[191.176470588235,186.274509803922,157.843137254902],[182.352941176471,172.549019607843,138.235294117647],[196.078431372549,187.254901960784,147.058823529412],[233.333333333333,229.411764705882,183.333333333333],[186.274509803922,188.235294117647,142.156862745098],[181.372549019608,190.196078431373,146.078431372549],[191.176470588235,201.960784313725,160.78431372549],[212.745098039216,220.588235294118,182.352941176471],[150,156.862745098039,123.529411764706],[148.039215686275,156.862745098039,126.470588235294],[140.196078431373,149.019607843137,122.549019607843],[151.960784313725,159.803921568627,136.274509803922],[183.333333333333,189.21568627451,175.490196078431],[170.588235294118,175.490196078431,178.43137254902],[190.196078431373,198.039215686275,200.980392156863],[136.274509803922,147.058823529412,139.21568627451],[134.313725490196,147.058823529412,140.196078431373],[126.470588235294,139.21568627451,145.098039215686],[141.176470588235,154.901960784314,165.686274509804],[143.137254901961,156.862745098039,167.647058823529],[110.78431372549,126.470588235294,126.470588235294],[140.196078431373,162.745098039216,137.254901960784],[155.882352941176,182.352941176471,151.960784313725],[103.921568627451,132.352941176471,112.745098039216],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,131.372549019608,141.176470588235],[90.1960784313725,121.56862745098,134.313725490196],[110.78431372549,134.313725490196,136.274509803922],[145.098039215686,165.686274509804,160.78431372549],[179.411764705882,200,193.137254901961],[198.039215686275,220.588235294118,210.78431372549],[154.901960784314,181.372549019608,172.549019607843],[98.0392156862745,130.392156862745,123.529411764706],[106.862745098039,146.078431372549,145.098039215686],[93.1372549019608,139.21568627451,145.098039215686],[70.5882352941177,121.56862745098,135.294117647059],[73.5294117647059,127.450980392157,147.058823529412],[86.2745098039216,142.156862745098,161.764705882353],[95.0980392156863,147.058823529412,164.705882352941],[100.980392156863,146.078431372549,160.78431372549],[124.509803921569,163.725490196078,171.56862745098],[146.078431372549,180.392156862745,182.352941176471],[144.117647058824,178.43137254902,180.392156862745],[133.333333333333,173.529411764706,177.450980392157],[100.980392156863,143.137254901961,149.019607843137],[91.1764705882353,131.372549019608,135.294117647059],[84.3137254901961,121.56862745098,124.509803921569],[84.3137254901961,119.607843137255,119.607843137255],[62.7450980392157,97.0588235294118,93.1372549019608],[62.7450980392157,97.0588235294118,90.1960784313725],[62.7450980392157,98.0392156862745,86.2745098039216],[98.0392156862745,136.274509803922,118.627450980392],[91.1764705882353,128.43137254902,107.843137254902],[47.0588235294118,79.4117647058823,58.8235294117647],[105.882352941176,133.333333333333,111.764705882353],[102.941176470588,121.56862745098,101.960784313725],[37.2549019607843,46.078431372549,27.4509803921569],[32.3529411764706,35.2941176470588,16.6666666666667],[55.8823529411765,53.921568627451,39.2156862745098],[68.6274509803922,66.6666666666667,53.921568627451],[139.21568627451,137.254901960784,116.666666666667],[124.509803921569,121.56862745098,81.3725490196078],[115.686274509804,113.725490196078,65.6862745098039],[76.4705882352941,79.4117647058823,27.4509803921569],[104.901960784314,110.78431372549,73.5294117647059],[33.3333333333333,47.0588235294118,34.3137254901961],[16.6666666666667,37.2549019607843,28.4313725490196],[65.6862745098039,94.1176470588235,64.7058823529412],[50.9803921568627,81.3725490196078,41.1764705882353],[99.0196078431373,126.470588235294,86.2745098039216],[159.803921568627,188.235294117647,143.137254901961],[135.294117647059,166.666666666667,118.627450980392],[144.117647058824,181.372549019608,135.294117647059],[98.0392156862745,141.176470588235,106.862745098039],[161.764705882353,202.941176470588,165.686274509804],[120.588235294118,157.843137254902,100],[116.666666666667,149.019607843137,81.3725490196078],[128.43137254902,156.862745098039,91.1764705882353],[110.78431372549,135.294117647059,71.5686274509804],[88.2352941176471,107.843137254902,50],[146.078431372549,159.803921568627,107.843137254902],[84.3137254901961,97.0588235294118,51.9607843137255],[90.1960784313725,102.941176470588,60.7843137254902],[67.6470588235294,79.4117647058823,42.156862745098],[50,64.7058823529412,26.4705882352941],[112.745098039216,128.43137254902,84.3137254901961],[142.156862745098,155.882352941176,103.921568627451],[121.56862745098,135.294117647059,74.5098039215686],[176.470588235294,192.156862745098,118.627450980392],[162.745098039216,177.450980392157,96.078431372549],[101.960784313725,108.823529411765,30.3921568627451],[104.901960784314,95.0980392156863,34.3137254901961],[120.588235294118,105.882352941176,50],[109.803921568627,101.960784313725,40.1960784313726],[83.3333333333333,74.5098039215686,10.7843137254902],[83.3333333333333,64.7058823529412,6.86274509803922],[130.392156862745,105.882352941176,52.9411764705882],[87.2549019607843,58.8235294117647,15.6862745098039],[48.0392156862745,19.6078431372549,0],[46.078431372549,28.4313725490196,4.90196078431373],[24.5098039215686,8.82352941176471,0],[31.3725490196078,16.6666666666667,13.7254901960784],[14.7058823529412,0,0],[13.7254901960784,0,0.980392156862745],[15.6862745098039,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[42.156862745098,38.2352941176471,37.2549019607843],[18.6274509803922,14.7058823529412,13.7254901960784],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[3.92156862745098,2.94117647058824,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[23.5294117647059,15.6862745098039,12.7450980392157],[16.6666666666667,7.84313725490196,2.94117647058824],[17.6470588235294,8.82352941176471,3.92156862745098],[10.7843137254902,1.96078431372549,0],[21.5686274509804,10.7843137254902,4.90196078431373],[34.3137254901961,24.5098039215686,15.6862745098039],[27.4509803921569,14.7058823529412,6.86274509803922],[33.3333333333333,20.5882352941176,12.7450980392157],[31.3725490196078,17.6470588235294,8.82352941176471],[24.5098039215686,10.7843137254902,1.96078431372549],[26.4705882352941,9.80392156862745,1.96078431372549],[51.9607843137255,35.2941176470588,25.4901960784314],[49.0196078431373,32.3529411764706,22.5490196078431],[42.156862745098,25.4901960784314,15.6862745098039],[56.8627450980392,41.1764705882353,28.4313725490196],[37.2549019607843,23.5294117647059,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[33.3333333333333,21.5686274509804,7.84313725490196],[26.4705882352941,14.7058823529412,2.94117647058824],[32.3529411764706,20.5882352941176,8.82352941176471],[48.0392156862745,34.3137254901961,25.4901960784314],[69.6078431372549,55.8823529411765,45.0980392156863],[36.2745098039216,20.5882352941176,7.84313725490196],[20.5882352941176,4.90196078431373,0],[61.7647058823529,49.0196078431373,30.3921568627451],[24.5098039215686,12.7450980392157,0],[38.2352941176471,27.4509803921569,7.84313725490196],[21.5686274509804,13.7254901960784,0],[29.4117647058824,22.5490196078431,6.86274509803922],[31.3725490196078,25.4901960784314,13.7254901960784],[13.7254901960784,6.86274509803922,0],[22.5490196078431,18.6274509803922,7.84313725490196],[43.1372549019608,42.156862745098,22.5490196078431],[37.2549019607843,33.3333333333333,6.86274509803922],[40.1960784313726,25.4901960784314,0],[82.3529411764706,58.8235294117647,21.5686274509804],[120.588235294118,90.1960784313725,47.0588235294118],[117.647058823529,86.2745098039216,40.1960784313726],[150.980392156863,123.529411764706,76.4705882352941],[177.450980392157,155.882352941176,106.862745098039],[250,244.117647058824,193.137254901961],[183.333333333333,176.470588235294,125.490196078431],[128.43137254902,125.490196078431,75.4901960784314],[146.078431372549,140.196078431373,93.1372549019608],[85.2941176470588,72.5490196078431,31.3725490196078],[87.2549019607843,69.6078431372549,32.3529411764706],[103.921568627451,80.3921568627451,45.0980392156863],[137.254901960784,113.725490196078,76.4705882352941],[139.21568627451,122.549019607843,80.3921568627451],[159.803921568627,150,101.960784313725],[136.274509803922,130.392156862745,79.4117647058823],[147.058823529412,142.156862745098,87.2549019607843],[170.588235294118,166.666666666667,106.862745098039],[176.470588235294,171.56862745098,114.705882352941],[150,146.078431372549,99.0196078431373],[114.705882352941,111.764705882353,67.6470588235294],[145.098039215686,141.176470588235,94.1176470588235],[209.803921568627,206.862745098039,156.862745098039],[184.313725490196,181.372549019608,131.372549019608],[188.235294117647,187.254901960784,144.117647058824],[224.509803921569,227.450980392157,199.019607843137],[201.960784313725,207.843137254902,180.392156862745],[172.549019607843,183.333333333333,142.156862745098],[221.56862745098,232.352941176471,190.196078431373],[219.607843137255,226.470588235294,193.137254901961],[185.294117647059,199.019607843137,174.509803921569],[186.274509803922,214.705882352941,195.098039215686],[125.490196078431,163.725490196078,146.078431372549],[129.411764705882,173.529411764706,153.921568627451],[162.745098039216,208.823529411765,189.21568627451],[150,196.078431372549,178.43137254902],[146.078431372549,189.21568627451,176.470588235294],[145.098039215686,184.313725490196,176.470588235294],[140.196078431373,171.56862745098,168.627450980392],[152.941176470588,181.372549019608,176.470588235294],[223.529411764706,250,243.137254901961],[181.372549019608,218.627450980392,205.882352941176],[90.1960784313725,135.294117647059,124.509803921569],[106.862745098039,161.764705882353,150.980392156863],[89.2156862745098,144.117647058824,133.333333333333],[110.78431372549,155.882352941176,143.137254901961],[89.2156862745098,128.43137254902,117.647058823529],[97.0588235294118,137.254901960784,131.372549019608],[88.2352941176471,129.411764705882,127.450980392157],[84.3137254901961,124.509803921569,128.43137254902],[63.7254901960784,105.882352941176,111.764705882353],[68.6274509803922,112.745098039216,115.686274509804],[88.2352941176471,128.43137254902,130.392156862745],[89.2156862745098,120.588235294118,119.607843137255],[156.862745098039,181.372549019608,177.450980392157],[197.058823529412,217.647058823529,208.823529411765],[155.882352941176,175.490196078431,164.705882352941],[178.43137254902,198.039215686275,187.254901960784],[156.862745098039,176.470588235294,165.686274509804],[148.039215686275,170.588235294118,160.78431372549],[179.411764705882,201.960784313725,194.117647058824],[155.882352941176,177.450980392157,174.509803921569],[122.549019607843,141.176470588235,135.294117647059],[156.862745098039,168.627450980392,156.862745098039],[209.803921568627,216.666666666667,199.019607843137],[215.686274509804,221.56862745098,196.078431372549],[209.803921568627,210.78431372549,179.411764705882],[200.980392156863,193.137254901961,156.862745098039],[167.647058823529,155.882352941176,114.705882352941],[192.156862745098,185.294117647059,140.196078431373],[188.235294117647,190.196078431373,142.156862745098],[163.725490196078,172.549019607843,126.470588235294],[161.764705882353,172.549019607843,131.372549019608],[130.392156862745,136.274509803922,100.980392156863],[151.960784313725,156.862745098039,125.490196078431],[178.43137254902,187.254901960784,160.78431372549],[143.137254901961,152.941176470588,129.411764705882],[171.56862745098,176.470588235294,156.862745098039],[177.450980392157,177.450980392157,165.686274509804],[146.078431372549,142.156862745098,143.137254901961],[166.666666666667,161.764705882353,165.686274509804],[179.411764705882,178.43137254902,173.529411764706],[132.352941176471,137.254901960784,130.392156862745],[118.627450980392,126.470588235294,128.43137254902],[151.960784313725,162.745098039216,168.627450980392],[150,158.823529411765,167.647058823529],[114.705882352941,124.509803921569,125.490196078431],[162.745098039216,177.450980392157,158.823529411765],[144.117647058824,166.666666666667,139.21568627451],[106.862745098039,135.294117647059,115.686274509804],[104.901960784314,137.254901960784,128.43137254902],[79.4117647058823,113.725490196078,119.607843137255],[109.803921568627,142.156862745098,150.980392156863],[153.921568627451,174.509803921569,175.490196078431],[141.176470588235,159.803921568627,155.882352941176],[184.313725490196,204.901960784314,200],[194.117647058824,218.627450980392,212.745098039216],[111.764705882353,140.196078431373,136.274509803922],[111.764705882353,145.098039215686,144.117647058824],[111.764705882353,151.960784313725,153.921568627451],[111.764705882353,159.803921568627,166.666666666667],[78.4313725490196,130.392156862745,144.117647058824],[72.5490196078431,127.450980392157,144.117647058824],[87.2549019607843,142.156862745098,158.823529411765],[98.0392156862745,148.039215686275,164.705882352941],[107.843137254902,150.980392156863,163.725490196078],[139.21568627451,176.470588235294,185.294117647059],[148.039215686275,180.392156862745,185.294117647059],[111.764705882353,146.078431372549,148.039215686275],[127.450980392157,170.588235294118,173.529411764706],[138.235294117647,185.294117647059,187.254901960784],[107.843137254902,150.980392156863,153.921568627451],[103.921568627451,143.137254901961,145.098039215686],[90.1960784313725,127.450980392157,128.43137254902],[96.078431372549,131.372549019608,129.411764705882],[71.5686274509804,105.882352941176,99.0196078431373],[85.2941176470588,120.588235294118,106.862745098039],[81.3725490196078,118.627450980392,96.078431372549],[72.5490196078431,105.882352941176,79.4117647058823],[106.862745098039,137.254901960784,106.862745098039],[128.43137254902,150.980392156863,122.549019607843],[122.549019607843,136.274509803922,111.764705882353],[93.1372549019608,100.980392156863,78.4313725490196],[100,100.980392156863,83.3333333333333],[63.7254901960784,62.7450980392157,45.0980392156863],[82.3529411764706,79.4117647058823,62.7450980392157],[135.294117647059,130.392156862745,108.823529411765],[56.8627450980392,51.9607843137255,14.7058823529412],[41.1764705882353,39.2156862745098,0],[69.6078431372549,71.5686274509804,23.5294117647059],[125.490196078431,132.352941176471,92.156862745098],[98.0392156862745,112.745098039216,92.156862745098],[73.5294117647059,96.078431372549,76.4705882352941],[111.764705882353,141.176470588235,107.843137254902],[66.6666666666667,97.0588235294118,55.8823529411765],[58.8235294117647,87.2549019607843,42.156862745098],[105.882352941176,135.294117647059,86.2745098039216],[104.901960784314,136.274509803922,87.2549019607843],[101.960784313725,137.254901960784,90.1960784313725],[166.666666666667,207.843137254902,168.627450980392],[137.254901960784,177.450980392157,136.274509803922],[109.803921568627,144.117647058824,87.2549019607843],[112.745098039216,141.176470588235,78.4313725490196],[116.666666666667,142.156862745098,78.4313725490196],[139.21568627451,160.78431372549,100],[128.43137254902,148.039215686275,90.1960784313725],[73.5294117647059,88.2352941176471,34.3137254901961],[64.7058823529412,78.4313725490196,28.4313725490196],[39.2156862745098,51.9607843137255,6.86274509803922],[26.4705882352941,39.2156862745098,0],[57.843137254902,70.5882352941177,27.4509803921569],[14.7058823529412,28.4313725490196,0],[133.333333333333,146.078431372549,93.1372549019608],[164.705882352941,176.470588235294,113.725490196078],[176.470588235294,188.235294117647,115.686274509804],[170.588235294118,182.352941176471,101.960784313725],[114.705882352941,117.647058823529,40.1960784313726],[160.78431372549,150.980392156863,90.1960784313725],[124.509803921569,112.745098039216,55.8823529411765],[140.196078431373,132.352941176471,70.5882352941177],[113.725490196078,105.882352941176,42.156862745098],[114.705882352941,99.0196078431373,38.2352941176471],[162.745098039216,142.156862745098,88.2352941176471],[113.725490196078,90.1960784313725,45.0980392156863],[44.1176470588235,20.5882352941176,0],[23.5294117647059,7.84313725490196,0],[11.7647058823529,0,0],[14.7058823529412,0,0],[24.5098039215686,7.84313725490196,13.7254901960784],[22.5490196078431,5.88235294117647,11.7647058823529],[7.84313725490196,0,0],[11.7647058823529,7.84313725490196,4.90196078431373],[1.96078431372549,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[8.82352941176471,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,1.96078431372549],[16.6666666666667,12.7450980392157,9.80392156862745],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,1.96078431372549],[32.3529411764706,24.5098039215686,21.5686274509804],[23.5294117647059,13.7254901960784,11.7647058823529],[29.4117647058824,18.6274509803922,16.6666666666667],[22.5490196078431,11.7647058823529,7.84313725490196],[11.7647058823529,0.980392156862745,0],[19.6078431372549,8.82352941176471,2.94117647058824],[25.4901960784314,14.7058823529412,8.82352941176471],[24.5098039215686,13.7254901960784,7.84313725490196],[13.7254901960784,0.980392156862745,0],[9.80392156862745,0,0],[14.7058823529412,3.92156862745098,0],[21.5686274509804,10.7843137254902,4.90196078431373],[20.5882352941176,9.80392156862745,3.92156862745098],[26.4705882352941,17.6470588235294,10.7843137254902],[32.3529411764706,23.5294117647059,18.6274509803922],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,6.86274509803922,0.980392156862745],[22.5490196078431,7.84313725490196,0.980392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[10.7843137254902,0,0],[60.7843137254902,47.0588235294118,34.3137254901961],[35.2941176470588,22.5490196078431,6.86274509803922],[26.4705882352941,13.7254901960784,0],[47.0588235294118,34.3137254901961,17.6470588235294],[34.3137254901961,22.5490196078431,6.86274509803922],[14.7058823529412,5.88235294117647,0],[24.5098039215686,16.6666666666667,3.92156862745098],[8.82352941176471,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[17.6470588235294,14.7058823529412,5.88235294117647],[16.6666666666667,16.6666666666667,8.82352941176471],[7.84313725490196,7.84313725490196,0],[21.5686274509804,22.5490196078431,6.86274509803922],[49.0196078431373,47.0588235294118,24.5098039215686],[73.5294117647059,62.7450980392157,33.3333333333333],[94.1176470588235,76.4705882352941,41.1764705882353],[107.843137254902,86.2745098039216,48.0392156862745],[126.470588235294,104.901960784314,64.7058823529412],[125.490196078431,107.843137254902,70.5882352941177],[138.235294117647,125.490196078431,84.3137254901961],[201.960784313725,194.117647058824,146.078431372549],[150.980392156863,144.117647058824,90.1960784313725],[139.21568627451,129.411764705882,71.5686274509804],[146.078431372549,131.372549019608,75.4901960784314],[73.5294117647059,53.921568627451,4.90196078431373],[82.3529411764706,59.8039215686275,16.6666666666667],[111.764705882353,91.1764705882353,49.0196078431373],[143.137254901961,124.509803921569,82.3529411764706],[209.803921568627,196.078431372549,148.039215686275],[125.490196078431,118.627450980392,65.6862745098039],[104.901960784314,104.901960784314,51.9607843137255],[100.980392156863,103.921568627451,50],[116.666666666667,115.686274509804,62.7450980392157],[178.43137254902,176.470588235294,128.43137254902],[106.862745098039,112.745098039216,67.6470588235294],[127.450980392157,136.274509803922,94.1176470588235],[215.686274509804,223.529411764706,183.333333333333],[160.78431372549,166.666666666667,131.372549019608],[205.882352941176,204.901960784314,175.490196078431],[237.254901960784,239.21568627451,215.686274509804],[209.803921568627,222.549019607843,202.941176470588],[214.705882352941,231.372549019608,212.745098039216],[221.56862745098,234.313725490196,214.705882352941],[210.78431372549,219.607843137255,193.137254901961],[191.176470588235,195.098039215686,158.823529411765],[176.470588235294,182.352941176471,145.098039215686],[169.607843137255,185.294117647059,158.823529411765],[144.117647058824,171.56862745098,149.019607843137],[123.529411764706,160.78431372549,138.235294117647],[126.470588235294,170.588235294118,150.980392156863],[166.666666666667,217.647058823529,204.901960784314],[152.941176470588,199.019607843137,193.137254901961],[140.196078431373,173.529411764706,174.509803921569],[145.098039215686,168.627450980392,170.588235294118],[141.176470588235,161.764705882353,156.862745098039],[195.098039215686,224.509803921569,216.666666666667],[144.117647058824,193.137254901961,184.313725490196],[88.2352941176471,147.058823529412,137.254901960784],[99.0196078431373,157.843137254902,148.039215686275],[100,158.823529411765,149.019607843137],[100,155.882352941176,150],[87.2549019607843,141.176470588235,138.235294117647],[122.549019607843,171.56862745098,168.627450980392],[94.1176470588235,139.21568627451,137.254901960784],[119.607843137255,160.78431372549,159.803921568627],[117.647058823529,162.745098039216,159.803921568627],[89.2156862745098,145.098039215686,136.274509803922],[88.2352941176471,140.196078431373,132.352941176471],[118.627450980392,152.941176470588,149.019607843137],[145.098039215686,169.607843137255,166.666666666667],[148.039215686275,172.549019607843,168.627450980392],[155.882352941176,180.392156862745,176.470588235294],[161.764705882353,182.352941176471,177.450980392157],[145.098039215686,165.686274509804,158.823529411765],[150,175.490196078431,166.666666666667],[130.392156862745,152.941176470588,145.098039215686],[141.176470588235,152.941176470588,150.980392156863],[163.725490196078,172.549019607843,169.607843137255],[173.529411764706,189.21568627451,178.43137254902],[198.039215686275,214.705882352941,197.058823529412],[198.039215686275,209.803921568627,186.274509803922],[195.098039215686,200,170.588235294118],[194.117647058824,188.235294117647,154.901960784314],[190.196078431373,180.392156862745,145.098039215686],[229.411764705882,224.509803921569,185.294117647059],[208.823529411765,209.803921568627,170.588235294118],[189.21568627451,197.058823529412,158.823529411765],[176.470588235294,186.274509803922,151.960784313725],[113.725490196078,119.607843137255,92.156862745098],[154.901960784314,162.745098039216,139.21568627451],[177.450980392157,191.176470588235,168.627450980392],[141.176470588235,152.941176470588,133.333333333333],[123.529411764706,124.509803921569,108.823529411765],[174.509803921569,165.686274509804,156.862745098039],[158.823529411765,140.196078431373,142.156862745098],[138.235294117647,117.647058823529,122.549019607843],[184.313725490196,170.588235294118,170.588235294118],[177.450980392157,169.607843137255,166.666666666667],[166.666666666667,167.647058823529,159.803921568627],[149.019607843137,150,142.156862745098],[181.372549019608,181.372549019608,173.529411764706],[143.137254901961,144.117647058824,138.235294117647],[150.980392156863,162.745098039216,152.941176470588],[152.941176470588,174.509803921569,162.745098039216],[156.862745098039,189.21568627451,180.392156862745],[110.78431372549,150,141.176470588235],[104.901960784314,144.117647058824,136.274509803922],[121.56862745098,152.941176470588,148.039215686275],[174.509803921569,199.019607843137,196.078431372549],[170.588235294118,192.156862745098,190.196078431373],[164.705882352941,188.235294117647,188.235294117647],[160.78431372549,188.235294117647,189.21568627451],[113.725490196078,147.058823529412,149.019607843137],[113.725490196078,151.960784313725,156.862745098039],[117.647058823529,159.803921568627,165.686274509804],[110.78431372549,158.823529411765,163.725490196078],[111.764705882353,160.78431372549,169.607843137255],[100,151.960784313725,159.803921568627],[117.647058823529,166.666666666667,175.490196078431],[111.764705882353,157.843137254902,167.647058823529],[130.392156862745,171.56862745098,183.333333333333],[187.254901960784,222.549019607843,236.274509803922],[150.980392156863,182.352941176471,195.098039215686],[115.686274509804,151.960784313725,160.78431372549],[130.392156862745,179.411764705882,178.43137254902],[119.607843137255,170.588235294118,166.666666666667],[123.529411764706,170.588235294118,170.588235294118],[108.823529411765,149.019607843137,152.941176470588],[82.3529411764706,116.666666666667,122.549019607843],[94.1176470588235,127.450980392157,129.411764705882],[102.941176470588,134.313725490196,129.411764705882],[72.5490196078431,102.941176470588,85.2941176470588],[69.6078431372549,98.0392156862745,67.6470588235294],[111.764705882353,138.235294117647,98.0392156862745],[137.254901960784,155.882352941176,111.764705882353],[134.313725490196,147.058823529412,104.901960784314],[100,106.862745098039,73.5294117647059],[82.3529411764706,86.2745098039216,61.7647058823529],[60.7843137254902,61.7647058823529,44.1176470588235],[78.4313725490196,76.4705882352941,61.7647058823529],[67.6470588235294,64.7058823529412,48.0392156862745],[85.2941176470588,80.3921568627451,58.8235294117647],[116.666666666667,111.764705882353,82.3529411764706],[62.7450980392157,58.8235294117647,24.5098039215686],[49.0196078431373,49.0196078431373,13.7254901960784],[61.7647058823529,69.6078431372549,31.3725490196078],[57.843137254902,74.5098039215686,33.3333333333333],[44.1176470588235,66.6666666666667,23.5294117647059],[95.0980392156863,121.56862745098,77.4509803921569],[111.764705882353,140.196078431373,93.1372549019608],[150,178.43137254902,123.529411764706],[148.039215686275,176.470588235294,121.56862745098],[78.4313725490196,105.882352941176,55.8823529411765],[124.509803921569,155.882352941176,106.862745098039],[155.882352941176,193.137254901961,143.137254901961],[120.588235294118,156.862745098039,106.862745098039],[73.5294117647059,99.0196078431373,51.9607843137255],[56.8627450980392,76.4705882352941,26.4705882352941],[68.6274509803922,86.2745098039216,35.2941176470588],[96.078431372549,112.745098039216,59.8039215686275],[79.4117647058823,94.1176470588235,40.1960784313726],[70.5882352941177,85.2941176470588,31.3725490196078],[79.4117647058823,94.1176470588235,40.1960784313726],[50,66.6666666666667,13.7254901960784],[44.1176470588235,60.7843137254902,7.84313725490196],[121.56862745098,138.235294117647,85.2941176470588],[62.7450980392157,77.4509803921569,21.5686274509804],[170.588235294118,181.372549019608,122.549019607843],[166.666666666667,175.490196078431,111.764705882353],[141.176470588235,147.058823529412,78.4313725490196],[235.294117647059,237.254901960784,165.686274509804],[198.039215686275,195.098039215686,125.490196078431],[160.78431372549,152.941176470588,92.156862745098],[90.1960784313725,80.3921568627451,20.5882352941176],[90.1960784313725,82.3529411764706,20.5882352941176],[107.843137254902,100,36.2745098039216],[71.5686274509804,61.7647058823529,0.980392156862745],[64.7058823529412,52.9411764705882,0],[63.7254901960784,47.0588235294118,1.96078431372549],[64.7058823529412,49.0196078431373,15.6862745098039],[32.3529411764706,17.6470588235294,0],[29.4117647058824,15.6862745098039,6.86274509803922],[9.80392156862745,0,0],[32.3529411764706,20.5882352941176,24.5098039215686],[20.5882352941176,8.82352941176471,12.7450980392157],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,1.96078431372549],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0,0],[5.88235294117647,0.980392156862745,0],[9.80392156862745,4.90196078431373,1.96078431372549],[14.7058823529412,9.80392156862745,6.86274509803922],[12.7450980392157,7.84313725490196,4.90196078431373],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[9.80392156862745,5.88235294117647,4.90196078431373],[17.6470588235294,13.7254901960784,12.7450980392157],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,7.84313725490196,4.90196078431373],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,1.96078431372549],[6.86274509803922,5.88235294117647,0.980392156862745],[18.6274509803922,15.6862745098039,8.82352941176471],[28.4313725490196,21.5686274509804,15.6862745098039],[10.7843137254902,0,0],[23.5294117647059,12.7450980392157,8.82352941176471],[46.078431372549,35.2941176470588,31.3725490196078],[46.078431372549,35.2941176470588,31.3725490196078],[32.3529411764706,21.5686274509804,15.6862745098039],[24.5098039215686,13.7254901960784,7.84313725490196],[35.2941176470588,24.5098039215686,18.6274509803922],[28.4313725490196,17.6470588235294,11.7647058823529],[15.6862745098039,4.90196078431373,0],[13.7254901960784,2.94117647058824,0],[23.5294117647059,14.7058823529412,9.80392156862745],[23.5294117647059,14.7058823529412,9.80392156862745],[15.6862745098039,8.82352941176471,2.94117647058824],[15.6862745098039,8.82352941176471,2.94117647058824],[13.7254901960784,3.92156862745098,1.96078431372549],[23.5294117647059,9.80392156862745,8.82352941176471],[25.4901960784314,10.7843137254902,7.84313725490196],[25.4901960784314,10.7843137254902,3.92156862745098],[19.6078431372549,5.88235294117647,0],[32.3529411764706,19.6078431372549,2.94117647058824],[88.2352941176471,76.4705882352941,54.9019607843137],[62.7450980392157,50.9803921568627,29.4117647058824],[39.2156862745098,28.4313725490196,6.86274509803922],[48.0392156862745,40.1960784313726,21.5686274509804],[33.3333333333333,26.4705882352941,10.7843137254902],[7.84313725490196,0.980392156862745,0],[18.6274509803922,13.7254901960784,7.84313725490196],[23.5294117647059,20.5882352941176,15.6862745098039],[10.7843137254902,9.80392156862745,5.88235294117647],[17.6470588235294,18.6274509803922,13.7254901960784],[33.3333333333333,34.3137254901961,26.4705882352941],[17.6470588235294,15.6862745098039,0.980392156862745],[39.2156862745098,33.3333333333333,11.7647058823529],[84.3137254901961,68.6274509803922,43.1372549019608],[100.980392156863,80.3921568627451,50],[107.843137254902,85.2941176470588,51.9607843137255],[139.21568627451,116.666666666667,83.3333333333333],[137.254901960784,121.56862745098,86.2745098039216],[96.078431372549,84.3137254901961,45.0980392156863],[149.019607843137,138.235294117647,93.1372549019608],[229.411764705882,217.647058823529,166.666666666667],[108.823529411765,93.1372549019608,35.2941176470588],[120.588235294118,100.980392156863,43.1372549019608],[180.392156862745,158.823529411765,102.941176470588],[170.588235294118,149.019607843137,100],[139.21568627451,120.588235294118,79.4117647058823],[149.019607843137,134.313725490196,94.1176470588235],[174.509803921569,163.725490196078,119.607843137255],[187.254901960784,185.294117647059,138.235294117647],[132.352941176471,139.21568627451,89.2156862745098],[107.843137254902,115.686274509804,67.6470588235294],[116.666666666667,117.647058823529,74.5098039215686],[196.078431372549,197.058823529412,155.882352941176],[119.607843137255,127.450980392157,87.2549019607843],[110.78431372549,122.549019607843,83.3333333333333],[153.921568627451,165.686274509804,130.392156862745],[142.156862745098,149.019607843137,118.627450980392],[204.901960784314,206.862745098039,183.333333333333],[234.313725490196,239.21568627451,217.647058823529],[197.058823529412,214.705882352941,193.137254901961],[207.843137254902,229.411764705882,208.823529411765],[208.823529411765,225.490196078431,207.843137254902],[153.921568627451,165.686274509804,142.156862745098],[189.21568627451,197.058823529412,156.862745098039],[244.117647058824,250,211.764705882353],[228.43137254902,244.117647058824,215.686274509804],[193.137254901961,216.666666666667,195.098039215686],[173.529411764706,204.901960784314,182.352941176471],[154.901960784314,193.137254901961,174.509803921569],[137.254901960784,183.333333333333,173.529411764706],[163.725490196078,207.843137254902,204.901960784314],[129.411764705882,158.823529411765,160.78431372549],[151.960784313725,172.549019607843,173.529411764706],[163.725490196078,182.352941176471,176.470588235294],[183.333333333333,212.745098039216,204.901960784314],[144.117647058824,196.078431372549,190.196078431373],[96.078431372549,157.843137254902,150],[96.078431372549,151.960784313725,145.098039215686],[87.2549019607843,145.098039215686,139.21568627451],[90.1960784313725,152.941176470588,151.960784313725],[106.862745098039,169.607843137255,169.607843137255],[104.901960784314,159.803921568627,158.823529411765],[106.862745098039,153.921568627451,153.921568627451],[134.313725490196,172.549019607843,171.56862745098],[129.411764705882,170.588235294118,166.666666666667],[93.1372549019608,149.019607843137,140.196078431373],[118.627450980392,175.490196078431,163.725490196078],[135.294117647059,176.470588235294,172.549019607843],[153.921568627451,187.254901960784,186.274509803922],[124.509803921569,157.843137254902,156.862745098039],[117.647058823529,147.058823529412,147.058823529412],[120.588235294118,140.196078431373,141.176470588235],[145.098039215686,164.705882352941,162.745098039216],[128.43137254902,154.901960784314,148.039215686275],[120.588235294118,143.137254901961,137.254901960784],[154.901960784314,164.705882352941,163.725490196078],[135.294117647059,144.117647058824,141.176470588235],[141.176470588235,160.78431372549,150],[133.333333333333,153.921568627451,137.254901960784],[186.274509803922,200,177.450980392157],[223.529411764706,229.411764705882,203.921568627451],[218.627450980392,214.705882352941,186.274509803922],[226.470588235294,220.588235294118,189.21568627451],[229.411764705882,229.411764705882,196.078431372549],[200.980392156863,204.901960784314,170.588235294118],[200.980392156863,205.882352941176,174.509803921569],[167.647058823529,173.529411764706,146.078431372549],[176.470588235294,181.372549019608,158.823529411765],[144.117647058824,152.941176470588,134.313725490196],[146.078431372549,164.705882352941,146.078431372549],[135.294117647059,151.960784313725,134.313725490196],[132.352941176471,139.21568627451,123.529411764706],[150.980392156863,147.058823529412,136.274509803922],[156.862745098039,141.176470588235,141.176470588235],[167.647058823529,149.019607843137,150.980392156863],[173.529411764706,161.764705882353,161.764705882353],[171.56862745098,164.705882352941,158.823529411765],[181.372549019608,179.411764705882,166.666666666667],[150.980392156863,150,132.352941176471],[201.960784313725,196.078431372549,182.352941176471],[180.392156862745,178.43137254902,166.666666666667],[122.549019607843,128.43137254902,124.509803921569],[152.941176470588,171.56862745098,167.647058823529],[131.372549019608,161.764705882353,156.862745098039],[111.764705882353,146.078431372549,139.21568627451],[159.803921568627,193.137254901961,179.411764705882],[151.960784313725,179.411764705882,167.647058823529],[204.901960784314,226.470588235294,223.529411764706],[212.745098039216,232.352941176471,233.333333333333],[171.56862745098,195.098039215686,197.058823529412],[139.21568627451,166.666666666667,170.588235294118],[138.235294117647,170.588235294118,177.450980392157],[128.43137254902,166.666666666667,173.529411764706],[126.470588235294,168.627450980392,175.490196078431],[112.745098039216,158.823529411765,164.705882352941],[107.843137254902,155.882352941176,159.803921568627],[113.725490196078,161.764705882353,165.686274509804],[122.549019607843,169.607843137255,173.529411764706],[125.490196078431,169.607843137255,174.509803921569],[133.333333333333,172.549019607843,180.392156862745],[155.882352941176,191.176470588235,202.941176470588],[134.313725490196,166.666666666667,181.372549019608],[123.529411764706,158.823529411765,170.588235294118],[111.764705882353,155.882352941176,160.78431372549],[106.862745098039,153.921568627451,155.882352941176],[101.960784313725,146.078431372549,150.980392156863],[87.2549019607843,127.450980392157,133.333333333333],[75.4901960784314,109.803921568627,115.686274509804],[85.2941176470588,113.725490196078,117.647058823529],[91.1764705882353,117.647058823529,112.745098039216],[80.3921568627451,102.941176470588,87.2549019607843],[82.3529411764706,101.960784313725,75.4901960784314],[121.56862745098,138.235294117647,102.941176470588],[124.509803921569,139.21568627451,100.980392156863],[123.529411764706,133.333333333333,97.0588235294118],[163.725490196078,170.588235294118,138.235294117647],[97.0588235294118,100.980392156863,76.4705882352941],[53.921568627451,54.9019607843137,37.2549019607843],[59.8039215686275,61.7647058823529,48.0392156862745],[63.7254901960784,67.6470588235294,50.9803921568627],[46.078431372549,49.0196078431373,30.3921568627451],[100,98.0392156862745,75.4901960784314],[57.843137254902,53.921568627451,29.4117647058824],[15.6862745098039,13.7254901960784,0],[28.4313725490196,33.3333333333333,3.92156862745098],[47.0588235294118,63.7254901960784,19.6078431372549],[113.725490196078,137.254901960784,86.2745098039216],[169.607843137255,196.078431372549,151.960784313725],[88.2352941176471,113.725490196078,67.6470588235294],[100.980392156863,123.529411764706,70.5882352941177],[110.78431372549,131.372549019608,76.4705882352941],[91.1764705882353,112.745098039216,66.6666666666667],[81.3725490196078,108.823529411765,61.7647058823529],[150.980392156863,187.254901960784,136.274509803922],[148.039215686275,184.313725490196,133.333333333333],[49.0196078431373,74.5098039215686,28.4313725490196],[90.1960784313725,107.843137254902,66.6666666666667],[93.1372549019608,107.843137254902,65.6862745098039],[74.5098039215686,87.2549019607843,44.1176470588235],[93.1372549019608,104.901960784314,59.8039215686275],[97.0588235294118,108.823529411765,61.7647058823529],[178.43137254902,191.176470588235,139.21568627451],[183.333333333333,196.078431372549,143.137254901961],[154.901960784314,169.607843137255,111.764705882353],[187.254901960784,202.941176470588,142.156862745098],[113.725490196078,128.43137254902,64.7058823529412],[107.843137254902,120.588235294118,52.9411764705882],[110.78431372549,120.588235294118,52.9411764705882],[120.588235294118,126.470588235294,55.8823529411765],[157.843137254902,159.803921568627,88.2352941176471],[183.333333333333,183.333333333333,114.705882352941],[187.254901960784,183.333333333333,120.588235294118],[131.372549019608,125.490196078431,64.7058823529412],[72.5490196078431,67.6470588235294,4.90196078431373],[73.5294117647059,68.6274509803922,3.92156862745098],[96.078431372549,88.2352941176471,26.4705882352941],[100,91.1764705882353,33.3333333333333],[138.235294117647,126.470588235294,79.4117647058823],[67.6470588235294,54.9019607843137,20.5882352941176],[38.2352941176471,23.5294117647059,2.94117647058824],[30.3921568627451,16.6666666666667,7.84313725490196],[21.5686274509804,7.84313725490196,7.84313725490196],[24.5098039215686,12.7450980392157,16.6666666666667],[13.7254901960784,2.94117647058824,6.86274509803922],[5.88235294117647,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[14.7058823529412,9.80392156862745,5.88235294117647],[3.92156862745098,0,0],[3.92156862745098,0,0],[13.7254901960784,7.84313725490196,7.84313725490196],[27.4509803921569,21.5686274509804,21.5686274509804],[27.4509803921569,21.5686274509804,21.5686274509804],[13.7254901960784,7.84313725490196,7.84313725490196],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[10.7843137254902,5.88235294117647,2.94117647058824],[13.7254901960784,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,3.92156862745098],[6.86274509803922,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[4.90196078431373,0,0],[11.7647058823529,6.86274509803922,3.92156862745098],[9.80392156862745,4.90196078431373,0.980392156862745],[6.86274509803922,1.96078431372549,0],[16.6666666666667,11.7647058823529,5.88235294117647],[25.4901960784314,20.5882352941176,14.7058823529412],[36.2745098039216,29.4117647058824,23.5294117647059],[30.3921568627451,19.6078431372549,15.6862745098039],[15.6862745098039,1.96078431372549,0],[10.7843137254902,0,0],[14.7058823529412,0,0],[22.5490196078431,7.84313725490196,2.94117647058824],[25.4901960784314,10.7843137254902,3.92156862745098],[21.5686274509804,6.86274509803922,0],[28.4313725490196,13.7254901960784,6.86274509803922],[21.5686274509804,7.84313725490196,0],[9.80392156862745,0,0],[13.7254901960784,0.980392156862745,0],[36.2745098039216,26.4705882352941,16.6666666666667],[37.2549019607843,27.4509803921569,17.6470588235294],[21.5686274509804,13.7254901960784,2.94117647058824],[18.6274509803922,10.7843137254902,0],[11.7647058823529,2.94117647058824,0],[36.2745098039216,22.5490196078431,19.6078431372549],[47.0588235294118,33.3333333333333,30.3921568627451],[27.4509803921569,14.7058823529412,5.88235294117647],[80.3921568627451,68.6274509803922,52.9411764705882],[88.2352941176471,76.4705882352941,54.9019607843137],[73.5294117647059,61.7647058823529,36.2745098039216],[64.7058823529412,55.8823529411765,27.4509803921569],[27.4509803921569,17.6470588235294,0],[50,42.156862745098,19.6078431372549],[77.4509803921569,70.5882352941177,52.9411764705882],[15.6862745098039,9.80392156862745,0],[12.7450980392157,7.84313725490196,1.96078431372549],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,10.7843137254902,14.7058823529412],[31.3725490196078,28.4313725490196,35.2941176470588],[47.0588235294118,43.1372549019608,44.1176470588235],[41.1764705882353,33.3333333333333,20.5882352941176],[46.078431372549,31.3725490196078,12.7450980392157],[60.7843137254902,36.2745098039216,16.6666666666667],[92.156862745098,62.7450980392157,39.2156862745098],[117.647058823529,87.2549019607843,59.8039215686275],[105.882352941176,76.4705882352941,43.1372549019608],[94.1176470588235,71.5686274509804,31.3725490196078],[109.803921568627,91.1764705882353,50],[128.43137254902,110.78431372549,71.5686274509804],[203.921568627451,185.294117647059,143.137254901961],[134.313725490196,112.745098039216,64.7058823529412],[56.8627450980392,34.3137254901961,0],[156.862745098039,135.294117647059,78.4313725490196],[159.803921568627,140.196078431373,88.2352941176471],[153.921568627451,138.235294117647,102.941176470588],[153.921568627451,143.137254901961,115.686274509804],[142.156862745098,137.254901960784,107.843137254902],[146.078431372549,147.058823529412,115.686274509804],[130.392156862745,137.254901960784,103.921568627451],[124.509803921569,131.372549019608,98.0392156862745],[169.607843137255,170.588235294118,139.21568627451],[171.56862745098,172.549019607843,141.176470588235],[97.0588235294118,100.980392156863,68.6274509803922],[128.43137254902,134.313725490196,100.980392156863],[99.0196078431373,104.901960784314,71.5686274509804],[191.176470588235,194.117647058824,163.725490196078],[241.176470588235,242.156862745098,211.764705882353],[220.588235294118,225.490196078431,196.078431372549],[188.235294117647,204.901960784314,173.529411764706],[157.843137254902,181.372549019608,150],[161.764705882353,185.294117647059,153.921568627451],[210.78431372549,231.372549019608,199.019607843137],[211.764705882353,232.352941176471,194.117647058824],[218.627450980392,238.235294117647,203.921568627451],[231.372549019608,250,233.333333333333],[151.960784313725,175.490196078431,159.803921568627],[130.392156862745,154.901960784314,136.274509803922],[158.823529411765,186.274509803922,171.56862745098],[135.294117647059,172.549019607843,161.764705882353],[175.490196078431,211.764705882353,204.901960784314],[150.980392156863,181.372549019608,176.470588235294],[126.470588235294,152.941176470588,146.078431372549],[145.098039215686,170.588235294118,157.843137254902],[178.43137254902,211.764705882353,198.039215686275],[116.666666666667,166.666666666667,161.764705882353],[88.2352941176471,143.137254901961,140.196078431373],[100,149.019607843137,146.078431372549],[100,150.980392156863,149.019607843137],[92.156862745098,151.960784313725,152.941176470588],[100,162.745098039216,164.705882352941],[84.3137254901961,143.137254901961,143.137254901961],[107.843137254902,156.862745098039,157.843137254902],[132.352941176471,164.705882352941,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[128.43137254902,167.647058823529,167.647058823529],[142.156862745098,190.196078431373,187.254901960784],[160.78431372549,211.764705882353,209.803921568627],[147.058823529412,198.039215686275,196.078431372549],[139.21568627451,186.274509803922,186.274509803922],[117.647058823529,154.901960784314,155.882352941176],[154.901960784314,175.490196078431,180.392156862745],[151.960784313725,169.607843137255,171.56862745098],[139.21568627451,163.725490196078,160.78431372549],[138.235294117647,162.745098039216,159.803921568627],[130.392156862745,146.078431372549,146.078431372549],[123.529411764706,137.254901960784,137.254901960784],[149.019607843137,165.686274509804,159.803921568627],[170.588235294118,186.274509803922,175.490196078431],[218.627450980392,227.450980392157,210.78431372549],[243.137254901961,246.078431372549,225.490196078431],[215.686274509804,215.686274509804,192.156862745098],[238.235294117647,238.235294117647,210.78431372549],[215.686274509804,222.549019607843,192.156862745098],[209.803921568627,216.666666666667,186.274509803922],[193.137254901961,196.078431372549,169.607843137255],[162.745098039216,161.764705882353,141.176470588235],[184.313725490196,183.333333333333,165.686274509804],[171.56862745098,178.43137254902,162.745098039216],[150.980392156863,171.56862745098,154.901960784314],[171.56862745098,198.039215686275,179.411764705882],[147.058823529412,167.647058823529,150.980392156863],[147.058823529412,160.78431372549,148.039215686275],[158.823529411765,163.725490196078,157.843137254902],[153.921568627451,153.921568627451,151.960784313725],[125.490196078431,125.490196078431,123.529411764706],[132.352941176471,133.333333333333,127.450980392157],[149.019607843137,150.980392156863,138.235294117647],[173.529411764706,174.509803921569,158.823529411765],[146.078431372549,143.137254901961,128.43137254902],[240.196078431373,236.274509803922,225.490196078431],[180.392156862745,181.372549019608,176.470588235294],[141.176470588235,150,149.019607843137],[168.627450980392,184.313725490196,181.372549019608],[174.509803921569,195.098039215686,190.196078431373],[167.647058823529,187.254901960784,176.470588235294],[207.843137254902,224.509803921569,216.666666666667],[206.862745098039,220.588235294118,220.588235294118],[183.333333333333,196.078431372549,201.960784313725],[188.235294117647,204.901960784314,211.764705882353],[162.745098039216,185.294117647059,193.137254901961],[160.78431372549,189.21568627451,197.058823529412],[135.294117647059,168.627450980392,177.450980392157],[122.549019607843,160.78431372549,167.647058823529],[127.450980392157,169.607843137255,175.490196078431],[101.960784313725,146.078431372549,149.019607843137],[122.549019607843,169.607843137255,171.56862745098],[122.549019607843,167.647058823529,167.647058823529],[134.313725490196,177.450980392157,178.43137254902],[141.176470588235,181.372549019608,185.294117647059],[145.098039215686,181.372549019608,189.21568627451],[136.274509803922,169.607843137255,178.43137254902],[142.156862745098,173.529411764706,186.274509803922],[106.862745098039,137.254901960784,154.901960784314],[104.901960784314,135.294117647059,154.901960784314],[98.0392156862745,133.333333333333,149.019607843137],[90.1960784313725,125.490196078431,137.254901960784],[84.3137254901961,117.647058823529,119.607843137255],[89.2156862745098,114.705882352941,111.764705882353],[95.0980392156863,111.764705882353,105.882352941176],[95.0980392156863,105.882352941176,98.0392156862745],[76.4705882352941,83.3333333333333,76.4705882352941],[93.1372549019608,100,92.156862745098],[56.8627450980392,68.6274509803922,54.9019607843137],[74.5098039215686,87.2549019607843,69.6078431372549],[93.1372549019608,104.901960784314,83.3333333333333],[73.5294117647059,81.3725490196078,60.7843137254902],[82.3529411764706,83.3333333333333,67.6470588235294],[82.3529411764706,86.2745098039216,72.5490196078431],[33.3333333333333,53.921568627451,39.2156862745098],[12.7450980392157,33.3333333333333,16.6666666666667],[48.0392156862745,51.9607843137255,35.2941176470588],[44.1176470588235,41.1764705882353,24.5098039215686],[31.3725490196078,25.4901960784314,13.7254901960784],[44.1176470588235,43.1372549019608,25.4901960784314],[36.2745098039216,51.9607843137255,16.6666666666667],[95.0980392156863,116.666666666667,78.4313725490196],[136.274509803922,156.862745098039,124.509803921569],[81.3725490196078,98.0392156862745,64.7058823529412],[112.745098039216,123.529411764706,82.3529411764706],[105.882352941176,112.745098039216,71.5686274509804],[84.3137254901961,94.1176470588235,57.843137254902],[74.5098039215686,95.0980392156863,56.8627450980392],[156.862745098039,194.117647058824,146.078431372549],[116.666666666667,158.823529411765,106.862745098039],[100.980392156863,132.352941176471,86.2745098039216],[98.0392156862745,120.588235294118,79.4117647058823],[79.4117647058823,97.0588235294118,59.8039215686275],[35.2941176470588,46.078431372549,12.7450980392157],[71.5686274509804,78.4313725490196,46.078431372549],[111.764705882353,115.686274509804,81.3725490196078],[100.980392156863,102.941176470588,63.7254901960784],[115.686274509804,119.607843137255,70.5882352941177],[111.764705882353,119.607843137255,61.7647058823529],[136.274509803922,145.098039215686,79.4117647058823],[116.666666666667,128.43137254902,53.921568627451],[171.56862745098,184.313725490196,105.882352941176],[128.43137254902,141.176470588235,62.7450980392157],[139.21568627451,151.960784313725,73.5294117647059],[177.450980392157,190.196078431373,112.745098039216],[168.627450980392,176.470588235294,104.901960784314],[180.392156862745,183.333333333333,117.647058823529],[135.294117647059,134.313725490196,71.5686274509804],[108.823529411765,107.843137254902,44.1176470588235],[136.274509803922,133.333333333333,67.6470588235294],[139.21568627451,134.313725490196,71.5686274509804],[155.882352941176,145.098039215686,90.1960784313725],[115.686274509804,101.960784313725,57.843137254902],[76.4705882352941,60.7843137254902,27.4509803921569],[39.2156862745098,21.5686274509804,1.96078431372549],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,14.7058823529412,15.6862745098039],[12.7450980392157,0,2.94117647058824],[12.7450980392157,1.96078431372549,5.88235294117647],[10.7843137254902,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0]],[[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0],[8.82352941176471,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,4.90196078431373],[11.7647058823529,6.86274509803922,0.980392156862745],[7.84313725490196,2.94117647058824,0],[24.5098039215686,17.6470588235294,9.80392156862745],[38.2352941176471,31.3725490196078,23.5294117647059],[37.2549019607843,28.4313725490196,19.6078431372549],[16.6666666666667,3.92156862745098,0],[18.6274509803922,3.92156862745098,0],[17.6470588235294,2.94117647058824,0],[12.7450980392157,0,0],[22.5490196078431,5.88235294117647,0],[33.3333333333333,16.6666666666667,8.82352941176471],[21.5686274509804,4.90196078431373,0],[14.7058823529412,0,0],[41.1764705882353,25.4901960784314,12.7450980392157],[50,36.2745098039216,23.5294117647059],[21.5686274509804,8.82352941176471,0],[22.5490196078431,10.7843137254902,0],[48.0392156862745,36.2745098039216,20.5882352941176],[27.4509803921569,18.6274509803922,1.96078431372549],[7.84313725490196,0,0],[10.7843137254902,1.96078431372549,0],[17.6470588235294,7.84313725490196,0],[33.3333333333333,20.5882352941176,11.7647058823529],[36.2745098039216,24.5098039215686,10.7843137254902],[68.6274509803922,57.843137254902,40.1960784313726],[94.1176470588235,83.3333333333333,61.7647058823529],[52.9411764705882,41.1764705882353,17.6470588235294],[14.7058823529412,4.90196078431373,0],[29.4117647058824,18.6274509803922,0],[27.4509803921569,19.6078431372549,0.980392156862745],[89.2156862745098,79.4117647058823,67.6470588235294],[35.2941176470588,26.4705882352941,19.6078431372549],[28.4313725490196,20.5882352941176,17.6470588235294],[18.6274509803922,9.80392156862745,10.7843137254902],[24.5098039215686,18.6274509803922,20.5882352941176],[27.4509803921569,22.5490196078431,26.4705882352941],[31.3725490196078,23.5294117647059,21.5686274509804],[46.078431372549,34.3137254901961,22.5490196078431],[65.6862745098039,49.0196078431373,31.3725490196078],[95.0980392156863,68.6274509803922,48.0392156862745],[116.666666666667,85.2941176470588,60.7843137254902],[76.4705882352941,43.1372549019608,15.6862745098039],[78.4313725490196,49.0196078431373,15.6862745098039],[86.2745098039216,63.7254901960784,23.5294117647059],[83.3333333333333,64.7058823529412,23.5294117647059],[92.156862745098,75.4901960784314,33.3333333333333],[111.764705882353,95.0980392156863,51.9607843137255],[159.803921568627,142.156862745098,95.0980392156863],[137.254901960784,120.588235294118,69.6078431372549],[148.039215686275,133.333333333333,79.4117647058823],[106.862745098039,97.0588235294118,49.0196078431373],[92.156862745098,87.2549019607843,55.8823529411765],[130.392156862745,128.43137254902,103.921568627451],[204.901960784314,204.901960784314,181.372549019608],[188.235294117647,192.156862745098,169.607843137255],[79.4117647058823,85.2941176470588,59.8039215686275],[99.0196078431373,107.843137254902,81.3725490196078],[138.235294117647,144.117647058824,116.666666666667],[160.78431372549,166.666666666667,139.21568627451],[144.117647058824,150.980392156863,120.588235294118],[131.372549019608,138.235294117647,107.843137254902],[127.450980392157,132.352941176471,100.980392156863],[218.627450980392,223.529411764706,192.156862745098],[250,250,223.529411764706],[206.862745098039,213.725490196078,181.372549019608],[158.823529411765,172.549019607843,140.196078431373],[158.823529411765,175.490196078431,142.156862745098],[164.705882352941,184.313725490196,150],[186.274509803922,209.803921568627,176.470588235294],[180.392156862745,204.901960784314,173.529411764706],[200,228.43137254902,200.980392156863],[200.980392156863,231.372549019608,215.686274509804],[130.392156862745,157.843137254902,146.078431372549],[146.078431372549,167.647058823529,154.901960784314],[135.294117647059,156.862745098039,144.117647058824],[152.941176470588,179.411764705882,170.588235294118],[164.705882352941,195.098039215686,187.254901960784],[162.745098039216,194.117647058824,183.333333333333],[121.56862745098,150.980392156863,139.21568627451],[151.960784313725,180.392156862745,162.745098039216],[174.509803921569,207.843137254902,192.156862745098],[102.941176470588,148.039215686275,145.098039215686],[111.764705882353,161.764705882353,162.745098039216],[103.921568627451,148.039215686275,150.980392156863],[116.666666666667,164.705882352941,168.627450980392],[109.803921568627,167.647058823529,171.56862745098],[106.862745098039,166.666666666667,169.607843137255],[108.823529411765,162.745098039216,165.686274509804],[115.686274509804,159.803921568627,164.705882352941],[148.039215686275,180.392156862745,187.254901960784],[122.549019607843,150.980392156863,158.823529411765],[132.352941176471,168.627450980392,174.509803921569],[121.56862745098,165.686274509804,170.588235294118],[110.78431372549,165.686274509804,166.666666666667],[129.411764705882,186.274509803922,188.235294117647],[123.529411764706,173.529411764706,177.450980392157],[112.745098039216,150.980392156863,157.843137254902],[133.333333333333,157.843137254902,164.705882352941],[180.392156862745,200,206.862745098039],[180.392156862745,207.843137254902,208.823529411765],[170.588235294118,199.019607843137,197.058823529412],[182.352941176471,200.980392156863,204.901960784314],[177.450980392157,195.098039215686,197.058823529412],[144.117647058824,162.745098039216,158.823529411765],[203.921568627451,218.627450980392,211.764705882353],[200,207.843137254902,197.058823529412],[207.843137254902,209.803921568627,197.058823529412],[193.137254901961,196.078431372549,177.450980392157],[223.529411764706,228.43137254902,206.862745098039],[209.803921568627,219.607843137255,195.098039215686],[199.019607843137,206.862745098039,183.333333333333],[175.490196078431,177.450980392157,156.862745098039],[181.372549019608,178.43137254902,161.764705882353],[173.529411764706,169.607843137255,157.843137254902],[190.196078431373,194.117647058824,180.392156862745],[134.313725490196,156.862745098039,141.176470588235],[147.058823529412,179.411764705882,160.78431372549],[160.78431372549,191.176470588235,173.529411764706],[149.019607843137,175.490196078431,160.78431372549],[157.843137254902,178.43137254902,169.607843137255],[128.43137254902,145.098039215686,139.21568627451],[112.745098039216,124.509803921569,120.588235294118],[167.647058823529,177.450980392157,169.607843137255],[158.823529411765,164.705882352941,150.980392156863],[180.392156862745,183.333333333333,166.666666666667],[188.235294117647,189.21568627451,173.529411764706],[221.56862745098,219.607843137255,207.843137254902],[244.117647058824,245.098039215686,240.196078431373],[204.901960784314,208.823529411765,209.803921568627],[208.823529411765,217.647058823529,216.666666666667],[216.666666666667,227.450980392157,223.529411764706],[194.117647058824,204.901960784314,197.058823529412],[192.156862745098,204.901960784314,198.039215686275],[174.509803921569,185.294117647059,187.254901960784],[188.235294117647,200.980392156863,208.823529411765],[200.980392156863,217.647058823529,225.490196078431],[195.098039215686,217.647058823529,225.490196078431],[179.411764705882,205.882352941176,216.666666666667],[161.764705882353,194.117647058824,202.941176470588],[171.56862745098,207.843137254902,215.686274509804],[141.176470588235,181.372549019608,185.294117647059],[128.43137254902,171.56862745098,172.549019607843],[141.176470588235,184.313725490196,183.333333333333],[133.333333333333,174.509803921569,172.549019607843],[134.313725490196,173.529411764706,172.549019607843],[137.254901960784,175.490196078431,174.509803921569],[149.019607843137,182.352941176471,184.313725490196],[141.176470588235,171.56862745098,174.509803921569],[146.078431372549,172.549019607843,179.411764705882],[137.254901960784,158.823529411765,171.56862745098],[131.372549019608,152.941176470588,165.686274509804],[131.372549019608,154.901960784314,164.705882352941],[133.333333333333,157.843137254902,161.764705882353],[126.470588235294,150.980392156863,147.058823529412],[123.529411764706,143.137254901961,134.313725490196],[127.450980392157,139.21568627451,127.450980392157],[128.43137254902,136.274509803922,125.490196078431],[123.529411764706,129.411764705882,119.607843137255],[110.78431372549,116.666666666667,106.862745098039],[75.4901960784314,86.2745098039216,72.5490196078431],[103.921568627451,114.705882352941,98.0392156862745],[154.901960784314,166.666666666667,143.137254901961],[80.3921568627451,90.1960784313725,63.7254901960784],[85.2941176470588,89.2156862745098,64.7058823529412],[54.9019607843137,64.7058823529412,41.1764705882353],[50,72.5490196078431,54.9019607843137],[17.6470588235294,37.2549019607843,25.4901960784314],[6.86274509803922,12.7450980392157,0],[47.0588235294118,45.0980392156863,32.3529411764706],[27.4509803921569,23.5294117647059,14.7058823529412],[43.1372549019608,44.1176470588235,30.3921568627451],[100.980392156863,115.686274509804,87.2549019607843],[145.098039215686,165.686274509804,133.333333333333],[40.1960784313726,59.8039215686275,33.3333333333333],[52.9411764705882,68.6274509803922,40.1960784313726],[81.3725490196078,89.2156862745098,52.9411764705882],[95.0980392156863,100,60.7843137254902],[72.5490196078431,79.4117647058823,46.078431372549],[102.941176470588,118.627450980392,82.3529411764706],[182.352941176471,214.705882352941,168.627450980392],[167.647058823529,204.901960784314,154.901960784314],[94.1176470588235,120.588235294118,76.4705882352941],[80.3921568627451,100.980392156863,60.7843137254902],[54.9019607843137,70.5882352941177,34.3137254901961],[11.7647058823529,23.5294117647059,0],[33.3333333333333,40.1960784313726,6.86274509803922],[87.2549019607843,91.1764705882353,54.9019607843137],[62.7450980392157,65.6862745098039,23.5294117647059],[52.9411764705882,56.8627450980392,7.84313725490196],[60.7843137254902,68.6274509803922,10.7843137254902],[82.3529411764706,93.1372549019608,26.4705882352941],[91.1764705882353,104.901960784314,31.3725490196078],[125.490196078431,139.21568627451,61.7647058823529],[217.647058823529,231.372549019608,153.921568627451],[176.470588235294,189.21568627451,111.764705882353],[151.960784313725,164.705882352941,87.2549019607843],[113.725490196078,124.509803921569,50],[90.1960784313725,97.0588235294118,30.3921568627451],[142.156862745098,147.058823529412,81.3725490196078],[111.764705882353,114.705882352941,47.0588235294118],[137.254901960784,136.274509803922,70.5882352941177],[119.607843137255,114.705882352941,51.9607843137255],[55.8823529411765,45.0980392156863,0],[97.0588235294118,80.3921568627451,37.2549019607843],[56.8627450980392,37.2549019607843,4.90196078431373],[20.5882352941176,0,0],[26.4705882352941,6.86274509803922,0],[29.4117647058824,11.7647058823529,11.7647058823529],[9.80392156862745,0,0],[6.86274509803922,0,0],[5.88235294117647,0,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[5.88235294117647,0,0],[6.86274509803922,0,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[8.82352941176471,0,0],[32.3529411764706,23.5294117647059,14.7058823529412],[49.0196078431373,40.1960784313726,31.3725490196078],[37.2549019607843,27.4509803921569,18.6274509803922],[15.6862745098039,0.980392156862745,0],[13.7254901960784,0,0],[14.7058823529412,0,0],[17.6470588235294,0,0],[28.4313725490196,10.7843137254902,0.980392156862745],[34.3137254901961,16.6666666666667,4.90196078431373],[30.3921568627451,12.7450980392157,0],[40.1960784313726,22.5490196078431,8.82352941176471],[34.3137254901961,17.6470588235294,1.96078431372549],[69.6078431372549,52.9411764705882,35.2941176470588],[76.4705882352941,59.8039215686275,40.1960784313726],[66.6666666666667,51.9607843137255,31.3725490196078],[47.0588235294118,32.3529411764706,9.80392156862745],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,47.0588235294118,21.5686274509804],[55.8823529411765,46.078431372549,21.5686274509804],[10.7843137254902,0,0],[42.156862745098,34.3137254901961,15.6862745098039],[27.4509803921569,19.6078431372549,0],[16.6666666666667,5.88235294117647,0],[25.4901960784314,14.7058823529412,0],[49.0196078431373,37.2549019607843,21.5686274509804],[19.6078431372549,7.84313725490196,0],[26.4705882352941,13.7254901960784,5.88235294117647],[25.4901960784314,11.7647058823529,8.82352941176471],[52.9411764705882,41.1764705882353,41.1764705882353],[25.4901960784314,13.7254901960784,13.7254901960784],[42.156862745098,32.3529411764706,30.3921568627451],[28.4313725490196,19.6078431372549,14.7058823529412],[28.4313725490196,21.5686274509804,13.7254901960784],[22.5490196078431,16.6666666666667,4.90196078431373],[38.2352941176471,30.3921568627451,17.6470588235294],[43.1372549019608,33.3333333333333,21.5686274509804],[63.7254901960784,49.0196078431373,30.3921568627451],[105.882352941176,82.3529411764706,54.9019607843137],[161.764705882353,136.274509803922,101.960784313725],[79.4117647058823,50.9803921568627,17.6470588235294],[52.9411764705882,27.4509803921569,0],[50,30.3921568627451,0],[59.8039215686275,45.0980392156863,6.86274509803922],[101.960784313725,92.156862745098,44.1176470588235],[119.607843137255,109.803921568627,57.843137254902],[213.725490196078,204.901960784314,149.019607843137],[139.21568627451,132.352941176471,79.4117647058823],[104.901960784314,100.980392156863,56.8627450980392],[65.6862745098039,67.6470588235294,31.3725490196078],[50,60.7843137254902,27.4509803921569],[180.392156862745,193.137254901961,165.686274509804],[160.78431372549,164.705882352941,142.156862745098],[116.666666666667,118.627450980392,97.0588235294118],[61.7647058823529,65.6862745098039,43.1372549019608],[94.1176470588235,101.960784313725,78.4313725490196],[85.2941176470588,100,71.5686274509804],[102.941176470588,118.627450980392,90.1960784313725],[129.411764705882,144.117647058824,113.725490196078],[135.294117647059,150,119.607843137255],[156.862745098039,169.607843137255,140.196078431373],[177.450980392157,188.235294117647,158.823529411765],[239.21568627451,249.019607843137,222.549019607843],[209.803921568627,219.607843137255,193.137254901961],[157.843137254902,165.686274509804,142.156862745098],[187.254901960784,195.098039215686,171.56862745098],[204.901960784314,214.705882352941,190.196078431373],[195.098039215686,209.803921568627,187.254901960784],[180.392156862745,204.901960784314,183.333333333333],[164.705882352941,197.058823529412,178.43137254902],[195.098039215686,232.352941176471,221.56862745098],[176.470588235294,210.78431372549,203.921568627451],[187.254901960784,210.78431372549,198.039215686275],[160.78431372549,180.392156862745,169.607843137255],[154.901960784314,177.450980392157,169.607843137255],[144.117647058824,169.607843137255,160.78431372549],[172.549019607843,201.960784313725,190.196078431373],[175.490196078431,205.882352941176,190.196078431373],[142.156862745098,168.627450980392,150],[152.941176470588,183.333333333333,168.627450980392],[117.647058823529,156.862745098039,155.882352941176],[66.6666666666667,110.78431372549,116.666666666667],[103.921568627451,146.078431372549,152.941176470588],[116.666666666667,162.745098039216,170.588235294118],[120.588235294118,172.549019607843,180.392156862745],[126.470588235294,175.490196078431,184.313725490196],[120.588235294118,162.745098039216,171.56862745098],[97.0588235294118,133.333333333333,142.156862745098],[139.21568627451,175.490196078431,184.313725490196],[124.509803921569,161.764705882353,170.588235294118],[115.686274509804,157.843137254902,166.666666666667],[116.666666666667,163.725490196078,173.529411764706],[99.0196078431373,151.960784313725,161.764705882353],[117.647058823529,168.627450980392,179.411764705882],[114.705882352941,155.882352941176,169.607843137255],[119.607843137255,151.960784313725,166.666666666667],[112.745098039216,144.117647058824,154.901960784314],[141.176470588235,170.588235294118,180.392156862745],[161.764705882353,194.117647058824,199.019607843137],[143.137254901961,173.529411764706,176.470588235294],[155.882352941176,179.411764705882,183.333333333333],[183.333333333333,201.960784313725,205.882352941176],[162.745098039216,182.352941176471,183.333333333333],[221.56862745098,237.254901960784,236.274509803922],[194.117647058824,202.941176470588,198.039215686275],[201.960784313725,204.901960784314,198.039215686275],[212.745098039216,215.686274509804,204.901960784314],[225.490196078431,231.372549019608,217.647058823529],[210.78431372549,221.56862745098,204.901960784314],[178.43137254902,187.254901960784,168.627450980392],[181.372549019608,182.352941176471,168.627450980392],[179.411764705882,175.490196078431,163.725490196078],[174.509803921569,167.647058823529,159.803921568627],[158.823529411765,161.764705882353,152.941176470588],[149.019607843137,171.56862745098,155.882352941176],[188.235294117647,221.56862745098,204.901960784314],[200,236.274509803922,218.627450980392],[129.411764705882,164.705882352941,150.980392156863],[111.764705882353,144.117647058824,135.294117647059],[112.745098039216,139.21568627451,134.313725490196],[98.0392156862745,116.666666666667,112.745098039216],[143.137254901961,155.882352941176,149.019607843137],[160.78431372549,168.627450980392,155.882352941176],[193.137254901961,199.019607843137,185.294117647059],[208.823529411765,212.745098039216,199.019607843137],[231.372549019608,234.313725490196,223.529411764706],[243.137254901961,245.098039215686,242.156862745098],[241.176470588235,242.156862745098,244.117647058824],[231.372549019608,232.352941176471,236.274509803922],[223.529411764706,229.411764705882,229.411764705882],[223.529411764706,234.313725490196,228.43137254902],[200,214.705882352941,209.803921568627],[213.725490196078,231.372549019608,235.294117647059],[205.882352941176,223.529411764706,233.333333333333],[207.843137254902,229.411764705882,240.196078431373],[186.274509803922,212.745098039216,223.529411764706],[177.450980392157,206.862745098039,217.647058823529],[200.980392156863,232.352941176471,243.137254901961],[163.725490196078,200,207.843137254902],[153.921568627451,192.156862745098,197.058823529412],[138.235294117647,177.450980392157,177.450980392157],[134.313725490196,172.549019607843,171.56862745098],[138.235294117647,173.529411764706,169.607843137255],[140.196078431373,174.509803921569,168.627450980392],[144.117647058824,172.549019607843,168.627450980392],[170.588235294118,196.078431372549,195.098039215686],[175.490196078431,196.078431372549,197.058823529412],[195.098039215686,214.705882352941,213.725490196078],[200.980392156863,220.588235294118,211.764705882353],[196.078431372549,213.725490196078,201.960784313725],[183.333333333333,196.078431372549,179.411764705882],[169.607843137255,180.392156862745,163.725490196078],[158.823529411765,166.666666666667,151.960784313725],[133.333333333333,141.176470588235,126.470588235294],[111.764705882353,122.549019607843,105.882352941176],[113.725490196078,126.470588235294,100.980392156863],[151.960784313725,165.686274509804,130.392156862745],[159.803921568627,170.588235294118,129.411764705882],[157.843137254902,164.705882352941,123.529411764706],[164.705882352941,169.607843137255,130.392156862745],[168.627450980392,172.549019607843,136.274509803922],[108.823529411765,115.686274509804,75.4901960784314],[142.156862745098,154.901960784314,109.803921568627],[100.980392156863,115.686274509804,75.4901960784314],[54.9019607843137,66.6666666666667,45.0980392156863],[54.9019607843137,60.7843137254902,49.0196078431373],[40.1960784313726,41.1764705882353,27.4509803921569],[57.843137254902,55.8823529411765,43.1372549019608],[28.4313725490196,28.4313725490196,18.6274509803922],[91.1764705882353,97.0588235294118,83.3333333333333],[137.254901960784,152.941176470588,126.470588235294],[41.1764705882353,61.7647058823529,29.4117647058824],[11.7647058823529,34.3137254901961,6.86274509803922],[0,8.82352941176471,0],[33.3333333333333,48.0392156862745,9.80392156862745],[125.490196078431,138.235294117647,96.078431372549],[100.980392156863,112.745098039216,75.4901960784314],[122.549019607843,137.254901960784,99.0196078431373],[193.137254901961,214.705882352941,168.627450980392],[193.137254901961,214.705882352941,168.627450980392],[166.666666666667,178.43137254902,139.21568627451],[94.1176470588235,101.960784313725,63.7254901960784],[68.6274509803922,77.4509803921569,35.2941176470588],[45.0980392156863,52.9411764705882,6.86274509803922],[100.980392156863,108.823529411765,58.8235294117647],[54.9019607843137,65.6862745098039,10.7843137254902],[18.6274509803922,31.3725490196078,0],[120.588235294118,135.294117647059,77.4509803921569],[166.666666666667,186.274509803922,128.43137254902],[100.980392156863,120.588235294118,62.7450980392157],[55.8823529411765,73.5294117647059,14.7058823529412],[80.3921568627451,96.078431372549,34.3137254901961],[168.627450980392,180.392156862745,115.686274509804],[111.764705882353,118.627450980392,51.9607843137255],[101.960784313725,104.901960784314,35.2941176470588],[76.4705882352941,82.3529411764706,11.7647058823529],[106.862745098039,117.647058823529,50],[160.78431372549,171.56862745098,104.901960784314],[138.235294117647,145.098039215686,78.4313725490196],[148.039215686275,149.019607843137,82.3529411764706],[131.372549019608,126.470588235294,63.7254901960784],[58.8235294117647,46.078431372549,0],[73.5294117647059,52.9411764705882,10.7843137254902],[57.843137254902,33.3333333333333,2.94117647058824],[56.8627450980392,30.3921568627451,11.7647058823529],[49.0196078431373,24.5098039215686,17.6470588235294],[23.5294117647059,2.94117647058824,1.96078431372549],[10.7843137254902,0,0],[11.7647058823529,2.94117647058824,5.88235294117647],[2.94117647058824,1.96078431372549,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[15.6862745098039,6.86274509803922,1.96078431372549],[13.7254901960784,4.90196078431373,0],[11.7647058823529,2.94117647058824,0],[15.6862745098039,6.86274509803922,0],[28.4313725490196,18.6274509803922,8.82352941176471],[32.3529411764706,22.5490196078431,12.7450980392157],[11.7647058823529,0,0],[31.3725490196078,14.7058823529412,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,25.4901960784314,14.7058823529412],[40.1960784313726,20.5882352941176,9.80392156862745],[41.1764705882353,22.5490196078431,8.82352941176471],[30.3921568627451,11.7647058823529,0],[25.4901960784314,6.86274509803922,0],[34.3137254901961,16.6666666666667,0],[69.6078431372549,51.9607843137255,28.4313725490196],[92.156862745098,75.4901960784314,50],[82.3529411764706,67.6470588235294,39.2156862745098],[38.2352941176471,23.5294117647059,0],[49.0196078431373,36.2745098039216,4.90196078431373],[110.78431372549,98.0392156862745,64.7058823529412],[108.823529411765,98.0392156862745,68.6274509803922],[87.2549019607843,79.4117647058823,56.8627450980392],[69.6078431372549,61.7647058823529,43.1372549019608],[27.4509803921569,19.6078431372549,0.980392156862745],[19.6078431372549,10.7843137254902,0],[17.6470588235294,8.82352941176471,0],[38.2352941176471,25.4901960784314,16.6666666666667],[50.9803921568627,38.2352941176471,32.3529411764706],[21.5686274509804,7.84313725490196,6.86274509803922],[9.80392156862745,0,0],[18.6274509803922,4.90196078431373,4.90196078431373],[19.6078431372549,5.88235294117647,4.90196078431373],[45.0980392156863,34.3137254901961,30.3921568627451],[43.1372549019608,33.3333333333333,23.5294117647059],[48.0392156862745,39.2156862745098,22.5490196078431],[34.3137254901961,26.4705882352941,5.88235294117647],[34.3137254901961,26.4705882352941,5.88235294117647],[58.8235294117647,50,33.3333333333333],[50,38.2352941176471,16.6666666666667],[58.8235294117647,40.1960784313726,8.82352941176471],[124.509803921569,100.980392156863,63.7254901960784],[85.2941176470588,60.7843137254902,21.5686274509804],[90.1960784313725,67.6470588235294,27.4509803921569],[82.3529411764706,66.6666666666667,31.3725490196078],[66.6666666666667,54.9019607843137,15.6862745098039],[81.3725490196078,73.5294117647059,25.4901960784314],[150.980392156863,146.078431372549,91.1764705882353],[177.450980392157,172.549019607843,115.686274509804],[113.725490196078,112.745098039216,59.8039215686275],[102.941176470588,104.901960784314,65.6862745098039],[75.4901960784314,86.2745098039216,52.9411764705882],[123.529411764706,147.058823529412,115.686274509804],[166.666666666667,189.21568627451,160.78431372549],[112.745098039216,125.490196078431,98.0392156862745],[37.2549019607843,46.078431372549,19.6078431372549],[102.941176470588,108.823529411765,83.3333333333333],[118.627450980392,128.43137254902,101.960784313725],[101.960784313725,120.588235294118,91.1764705882353],[119.607843137255,140.196078431373,109.803921568627],[129.411764705882,144.117647058824,115.686274509804],[156.862745098039,169.607843137255,142.156862745098],[207.843137254902,217.647058823529,193.137254901961],[187.254901960784,197.058823529412,172.549019607843],[203.921568627451,215.686274509804,192.156862745098],[200.980392156863,209.803921568627,189.21568627451],[195.098039215686,200,180.392156862745],[203.921568627451,207.843137254902,191.176470588235],[191.176470588235,201.960784313725,185.294117647059],[193.137254901961,209.803921568627,192.156862745098],[164.705882352941,187.254901960784,169.607843137255],[127.450980392157,158.823529411765,144.117647058824],[170.588235294118,210.78431372549,202.941176470588],[163.725490196078,203.921568627451,196.078431372549],[134.313725490196,161.764705882353,150],[147.058823529412,168.627450980392,156.862745098039],[104.901960784314,127.450980392157,119.607843137255],[160.78431372549,187.254901960784,178.43137254902],[144.117647058824,175.490196078431,162.745098039216],[148.039215686275,178.43137254902,162.745098039216],[192.156862745098,215.686274509804,200],[113.725490196078,139.21568627451,128.43137254902],[105.882352941176,138.235294117647,143.137254901961],[88.2352941176471,127.450980392157,137.254901960784],[100.980392156863,142.156862745098,153.921568627451],[109.803921568627,155.882352941176,165.686274509804],[100.980392156863,148.039215686275,157.843137254902],[115.686274509804,157.843137254902,166.666666666667],[126.470588235294,154.901960784314,168.627450980392],[109.803921568627,138.235294117647,151.960784313725],[114.705882352941,151.960784313725,162.745098039216],[134.313725490196,177.450980392157,188.235294117647],[110.78431372549,155.882352941176,168.627450980392],[106.862745098039,154.901960784314,168.627450980392],[138.235294117647,189.21568627451,202.941176470588],[121.56862745098,165.686274509804,184.313725490196],[126.470588235294,157.843137254902,178.43137254902],[137.254901960784,164.705882352941,185.294117647059],[132.352941176471,167.647058823529,183.333333333333],[111.764705882353,149.019607843137,159.803921568627],[151.960784313725,190.196078431373,197.058823529412],[146.078431372549,178.43137254902,185.294117647059],[136.274509803922,158.823529411765,166.666666666667],[175.490196078431,195.098039215686,201.960784313725],[204.901960784314,228.43137254902,230.392156862745],[200,220.588235294118,221.56862745098],[181.372549019608,193.137254901961,193.137254901961],[193.137254901961,199.019607843137,197.058823529412],[214.705882352941,216.666666666667,211.764705882353],[215.686274509804,216.666666666667,210.78431372549],[223.529411764706,229.411764705882,219.607843137255],[201.960784313725,207.843137254902,196.078431372549],[193.137254901961,195.098039215686,184.313725490196],[164.705882352941,161.764705882353,152.941176470588],[172.549019607843,169.607843137255,162.745098039216],[143.137254901961,146.078431372549,137.254901960784],[132.352941176471,151.960784313725,140.196078431373],[158.823529411765,186.274509803922,171.56862745098],[165.686274509804,197.058823529412,182.352941176471],[121.56862745098,153.921568627451,143.137254901961],[95.0980392156863,129.411764705882,122.549019607843],[137.254901960784,167.647058823529,162.745098039216],[147.058823529412,166.666666666667,164.705882352941],[129.411764705882,141.176470588235,137.254901960784],[143.137254901961,150,142.156862745098],[171.56862745098,177.450980392157,165.686274509804],[188.235294117647,199.019607843137,185.294117647059],[229.411764705882,241.176470588235,231.372549019608],[211.764705882353,220.588235294118,219.607843137255],[232.352941176471,239.21568627451,245.098039215686],[209.803921568627,213.725490196078,222.549019607843],[222.549019607843,231.372549019608,236.274509803922],[206.862745098039,225.490196078431,221.56862745098],[196.078431372549,220.588235294118,217.647058823529],[227.450980392157,250,250],[199.019607843137,228.43137254902,238.235294117647],[178.43137254902,209.803921568627,220.588235294118],[195.098039215686,228.43137254902,240.196078431373],[178.43137254902,213.725490196078,227.450980392157],[196.078431372549,233.333333333333,246.078431372549],[198.039215686275,237.254901960784,245.098039215686],[192.156862745098,230.392156862745,237.254901960784],[194.117647058824,231.372549019608,232.352941176471],[176.470588235294,209.803921568627,208.823529411765],[174.509803921569,204.901960784314,200],[170.588235294118,197.058823529412,192.156862745098],[156.862745098039,176.470588235294,174.509803921569],[172.549019607843,186.274509803922,186.274509803922],[187.254901960784,197.058823529412,198.039215686275],[229.411764705882,240.196078431373,234.313725490196],[234.313725490196,247.058823529412,229.411764705882],[230.392156862745,242.156862745098,218.627450980392],[199.019607843137,204.901960784314,179.411764705882],[173.529411764706,175.490196078431,151.960784313725],[171.56862745098,173.529411764706,152.941176470588],[150,152.941176470588,132.352941176471],[127.450980392157,136.274509803922,109.803921568627],[140.196078431373,150.980392156863,117.647058823529],[163.725490196078,176.470588235294,131.372549019608],[213.725490196078,223.529411764706,172.549019607843],[145.098039215686,150,97.0588235294118],[114.705882352941,117.647058823529,65.6862745098039],[134.313725490196,137.254901960784,85.2941176470588],[99.0196078431373,105.882352941176,52.9411764705882],[115.686274509804,129.411764705882,69.6078431372549],[188.235294117647,198.039215686275,147.058823529412],[231.372549019608,227.450980392157,199.019607843137],[131.372549019608,123.529411764706,104.901960784314],[45.0980392156863,39.2156862745098,17.6470588235294],[27.4509803921569,25.4901960784314,2.94117647058824],[20.5882352941176,23.5294117647059,6.86274509803922],[49.0196078431373,57.843137254902,37.2549019607843],[59.8039215686275,74.5098039215686,42.156862745098],[23.5294117647059,43.1372549019608,6.86274509803922],[51.9607843137255,72.5490196078431,42.156862745098],[105.882352941176,126.470588235294,94.1176470588235],[117.647058823529,139.21568627451,94.1176470588235],[123.529411764706,143.137254901961,93.1372549019608],[150.980392156863,167.647058823529,123.529411764706],[150,167.647058823529,120.588235294118],[142.156862745098,158.823529411765,107.843137254902],[108.823529411765,122.549019607843,72.5490196078431],[93.1372549019608,101.960784313725,57.843137254902],[84.3137254901961,90.1960784313725,47.0588235294118],[153.921568627451,160.78431372549,110.78431372549],[164.705882352941,171.56862745098,118.627450980392],[199.019607843137,208.823529411765,150],[181.372549019608,193.137254901961,132.352941176471],[121.56862745098,135.294117647059,75.4901960784314],[168.627450980392,186.274509803922,127.450980392157],[199.019607843137,218.627450980392,160.78431372549],[144.117647058824,162.745098039216,107.843137254902],[122.549019607843,141.176470588235,87.2549019607843],[166.666666666667,181.372549019608,127.450980392157],[114.705882352941,125.490196078431,68.6274509803922],[84.3137254901961,92.156862745098,33.3333333333333],[90.1960784313725,95.0980392156863,32.3529411764706],[57.843137254902,64.7058823529412,0],[91.1764705882353,105.882352941176,38.2352941176471],[140.196078431373,156.862745098039,88.2352941176471],[78.4313725490196,89.2156862745098,21.5686274509804],[129.411764705882,132.352941176471,66.6666666666667],[144.117647058824,138.235294117647,77.4509803921569],[94.1176470588235,78.4313725490196,27.4509803921569],[81.3725490196078,58.8235294117647,17.6470588235294],[65.6862745098039,37.2549019607843,7.84313725490196],[58.8235294117647,28.4313725490196,10.7843137254902],[49.0196078431373,20.5882352941176,12.7450980392157],[19.6078431372549,0,0],[22.5490196078431,6.86274509803922,7.84313725490196],[9.80392156862745,0.980392156862745,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,1.96078431372549,0],[1.96078431372549,7.84313725490196,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,0],[9.80392156862745,5.88235294117647,2.94117647058824],[9.80392156862745,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0,0],[13.7254901960784,4.90196078431373,0],[9.80392156862745,0,0],[18.6274509803922,5.88235294117647,0],[27.4509803921569,14.7058823529412,6.86274509803922],[29.4117647058824,16.6666666666667,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[16.6666666666667,2.94117647058824,0],[31.3725490196078,13.7254901960784,3.92156862745098],[49.0196078431373,29.4117647058824,20.5882352941176],[70.5882352941177,50.9803921568627,42.156862745098],[63.7254901960784,42.156862745098,31.3725490196078],[54.9019607843137,33.3333333333333,20.5882352941176],[63.7254901960784,41.1764705882353,27.4509803921569],[58.8235294117647,36.2745098039216,18.6274509803922],[46.078431372549,24.5098039215686,3.92156862745098],[68.6274509803922,47.0588235294118,24.5098039215686],[91.1764705882353,71.5686274509804,45.0980392156863],[72.5490196078431,53.921568627451,24.5098039215686],[69.6078431372549,53.921568627451,21.5686274509804],[68.6274509803922,52.9411764705882,17.6470588235294],[54.9019607843137,41.1764705882353,4.90196078431373],[66.6666666666667,52.9411764705882,14.7058823529412],[59.8039215686275,47.0588235294118,15.6862745098039],[33.3333333333333,21.5686274509804,5.88235294117647],[15.6862745098039,6.86274509803922,0],[24.5098039215686,16.6666666666667,5.88235294117647],[27.4509803921569,17.6470588235294,7.84313725490196],[10.7843137254902,0.980392156862745,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[10.7843137254902,0,0],[13.7254901960784,0.980392156862745,0],[24.5098039215686,11.7647058823529,5.88235294117647],[22.5490196078431,9.80392156862745,1.96078431372549],[19.6078431372549,7.84313725490196,0],[26.4705882352941,14.7058823529412,0],[51.9607843137255,41.1764705882353,19.6078431372549],[59.8039215686275,50,23.5294117647059],[40.1960784313726,30.3921568627451,3.92156862745098],[54.9019607843137,50,21.5686274509804],[109.803921568627,100.980392156863,72.5490196078431],[75.4901960784314,58.8235294117647,29.4117647058824],[65.6862745098039,46.078431372549,11.7647058823529],[100,79.4117647058823,35.2941176470588],[96.078431372549,78.4313725490196,29.4117647058824],[87.2549019607843,73.5294117647059,29.4117647058824],[111.764705882353,100.980392156863,56.8627450980392],[90.1960784313725,82.3529411764706,37.2549019607843],[158.823529411765,152.941176470588,103.921568627451],[163.725490196078,161.764705882353,105.882352941176],[158.823529411765,159.803921568627,103.921568627451],[73.5294117647059,80.3921568627451,37.2549019607843],[49.0196078431373,64.7058823529412,29.4117647058824],[83.3333333333333,111.764705882353,82.3529411764706],[165.686274509804,198.039215686275,169.607843137255],[184.313725490196,210.78431372549,178.43137254902],[112.745098039216,131.372549019608,100],[93.1372549019608,105.882352941176,76.4705882352941],[117.647058823529,130.392156862745,100.980392156863],[103.921568627451,122.549019607843,91.1764705882353],[152.941176470588,168.627450980392,140.196078431373],[157.843137254902,163.725490196078,138.235294117647],[153.921568627451,152.941176470588,132.352941176471],[198.039215686275,195.098039215686,176.470588235294],[217.647058823529,215.686274509804,200.980392156863],[203.921568627451,210.78431372549,195.098039215686],[186.274509803922,194.117647058824,179.411764705882],[199.019607843137,201.960784313725,191.176470588235],[218.627450980392,226.470588235294,215.686274509804],[191.176470588235,210.78431372549,199.019607843137],[136.274509803922,157.843137254902,145.098039215686],[163.725490196078,179.411764705882,166.666666666667],[138.235294117647,161.764705882353,149.019607843137],[146.078431372549,186.274509803922,178.43137254902],[170.588235294118,215.686274509804,205.882352941176],[116.666666666667,151.960784313725,140.196078431373],[149.019607843137,178.43137254902,166.666666666667],[142.156862745098,171.56862745098,163.725490196078],[143.137254901961,173.529411764706,167.647058823529],[97.0588235294118,132.352941176471,122.549019607843],[84.3137254901961,115.686274509804,102.941176470588],[146.078431372549,167.647058823529,155.882352941176],[126.470588235294,147.058823529412,142.156862745098],[117.647058823529,145.098039215686,155.882352941176],[93.1372549019608,128.43137254902,144.117647058824],[106.862745098039,151.960784313725,166.666666666667],[122.549019607843,169.607843137255,183.333333333333],[117.647058823529,158.823529411765,170.588235294118],[130.392156862745,163.725490196078,175.490196078431],[161.764705882353,180.392156862745,197.058823529412],[139.21568627451,159.803921568627,176.470588235294],[103.921568627451,141.176470588235,151.960784313725],[124.509803921569,170.588235294118,180.392156862745],[123.529411764706,170.588235294118,184.313725490196],[108.823529411765,154.901960784314,170.588235294118],[99.0196078431373,146.078431372549,165.686274509804],[116.666666666667,156.862745098039,178.43137254902],[121.56862745098,147.058823529412,173.529411764706],[133.333333333333,156.862745098039,182.352941176471],[102.941176470588,139.21568627451,156.862745098039],[118.627450980392,161.764705882353,172.549019607843],[128.43137254902,167.647058823529,177.450980392157],[119.607843137255,151.960784313725,160.78431372549],[137.254901960784,156.862745098039,167.647058823529],[141.176470588235,158.823529411765,168.627450980392],[165.686274509804,194.117647058824,198.039215686275],[142.156862745098,171.56862745098,171.56862745098],[153.921568627451,173.529411764706,174.509803921569],[183.333333333333,193.137254901961,194.117647058824],[210.78431372549,208.823529411765,211.764705882353],[234.313725490196,228.43137254902,228.43137254902],[207.843137254902,206.862745098039,202.941176470588],[228.43137254902,229.411764705882,223.529411764706],[201.960784313725,202.941176470588,195.098039215686],[178.43137254902,179.411764705882,171.56862745098],[192.156862745098,193.137254901961,187.254901960784],[183.333333333333,188.235294117647,181.372549019608],[157.843137254902,170.588235294118,160.78431372549],[170.588235294118,188.235294117647,176.470588235294],[163.725490196078,183.333333333333,172.549019607843],[182.352941176471,204.901960784314,197.058823529412],[165.686274509804,194.117647058824,190.196078431373],[141.176470588235,166.666666666667,165.686274509804],[146.078431372549,160.78431372549,163.725490196078],[138.235294117647,148.039215686275,149.019607843137],[163.725490196078,168.627450980392,164.705882352941],[195.098039215686,201.960784313725,194.117647058824],[156.862745098039,172.549019607843,162.745098039216],[183.333333333333,203.921568627451,199.019607843137],[181.372549019608,200,203.921568627451],[201.960784313725,219.607843137255,229.411764705882],[176.470588235294,192.156862745098,204.901960784314],[179.411764705882,200.980392156863,211.764705882353],[147.058823529412,180.392156862745,181.372549019608],[196.078431372549,237.254901960784,236.274509803922],[212.745098039216,250,250],[142.156862745098,189.21568627451,200.980392156863],[138.235294117647,185.294117647059,199.019607843137],[141.176470588235,188.235294117647,201.960784313725],[153.921568627451,200,215.686274509804],[199.019607843137,246.078431372549,250],[181.372549019608,227.450980392157,237.254901960784],[150.980392156863,193.137254901961,200],[184.313725490196,221.56862745098,224.509803921569],[192.156862745098,222.549019607843,224.509803921569],[195.098039215686,218.627450980392,218.627450980392],[219.607843137255,235.294117647059,234.313725490196],[219.607843137255,229.411764705882,230.392156862745],[217.647058823529,218.627450980392,220.588235294118],[217.647058823529,215.686274509804,218.627450980392],[246.078431372549,242.156862745098,239.21568627451],[237.254901960784,238.235294117647,222.549019607843],[233.333333333333,236.274509803922,215.686274509804],[220.588235294118,223.529411764706,206.862745098039],[204.901960784314,207.843137254902,191.176470588235],[190.196078431373,194.117647058824,171.56862745098],[168.627450980392,171.56862745098,143.137254901961],[140.196078431373,144.117647058824,109.803921568627],[124.509803921569,126.470588235294,90.1960784313725],[149.019607843137,150.980392156863,114.705882352941],[130.392156862745,132.352941176471,94.1176470588235],[132.352941176471,135.294117647059,89.2156862745098],[126.470588235294,131.372549019608,76.4705882352941],[159.803921568627,165.686274509804,102.941176470588],[195.098039215686,201.960784313725,135.294117647059],[228.43137254902,235.294117647059,169.607843137255],[188.235294117647,186.274509803922,130.392156862745],[152.941176470588,129.411764705882,94.1176470588235],[121.56862745098,93.1372549019608,63.7254901960784],[109.803921568627,92.156862745098,56.8627450980392],[84.3137254901961,76.4705882352941,40.1960784313726],[88.2352941176471,87.2549019607843,56.8627450980392],[78.4313725490196,85.2941176470588,51.9607843137255],[50,62.7450980392157,17.6470588235294],[58.8235294117647,76.4705882352941,29.4117647058824],[83.3333333333333,103.921568627451,63.7254901960784],[81.3725490196078,106.862745098039,62.7450980392157],[107.843137254902,136.274509803922,79.4117647058823],[109.803921568627,139.21568627451,78.4313725490196],[124.509803921569,151.960784313725,95.0980392156863],[127.450980392157,150.980392156863,94.1176470588235],[144.117647058824,161.764705882353,100.980392156863],[100.980392156863,114.705882352941,53.921568627451],[114.705882352941,128.43137254902,70.5882352941177],[94.1176470588235,107.843137254902,50],[114.705882352941,123.529411764706,67.6470588235294],[158.823529411765,166.666666666667,110.78431372549],[105.882352941176,110.78431372549,55.8823529411765],[100.980392156863,103.921568627451,50],[159.803921568627,164.705882352941,109.803921568627],[147.058823529412,154.901960784314,99.0196078431373],[170.588235294118,179.411764705882,123.529411764706],[190.196078431373,203.921568627451,146.078431372549],[193.137254901961,207.843137254902,150],[114.705882352941,129.411764705882,71.5686274509804],[102.941176470588,117.647058823529,61.7647058823529],[93.1372549019608,105.882352941176,50.9803921568627],[40.1960784313726,52.9411764705882,0],[34.3137254901961,48.0392156862745,0],[59.8039215686275,80.3921568627451,14.7058823529412],[169.607843137255,189.21568627451,119.607843137255],[134.313725490196,147.058823529412,79.4117647058823],[124.509803921569,129.411764705882,64.7058823529412],[131.372549019608,125.490196078431,66.6666666666667],[47.0588235294118,31.3725490196078,0],[75.4901960784314,50.9803921568627,11.7647058823529],[62.7450980392157,32.3529411764706,3.92156862745098],[43.1372549019608,10.7843137254902,0],[50,20.5882352941176,10.7843137254902],[33.3333333333333,8.82352941176471,4.90196078431373],[27.4509803921569,11.7647058823529,11.7647058823529],[5.88235294117647,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,2.94117647058824,0],[0,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[13.7254901960784,5.88235294117647,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,5.88235294117647],[9.80392156862745,0,0],[11.7647058823529,0,0],[23.5294117647059,10.7843137254902,1.96078431372549],[23.5294117647059,10.7843137254902,1.96078431372549],[34.3137254901961,20.5882352941176,9.80392156862745],[38.2352941176471,21.5686274509804,11.7647058823529],[32.3529411764706,14.7058823529412,4.90196078431373],[21.5686274509804,1.96078431372549,0],[40.1960784313726,18.6274509803922,7.84313725490196],[49.0196078431373,27.4509803921569,14.7058823529412],[37.2549019607843,15.6862745098039,1.96078431372549],[31.3725490196078,8.82352941176471,0],[37.2549019607843,14.7058823529412,0],[50,28.4313725490196,5.88235294117647],[101.960784313725,80.3921568627451,56.8627450980392],[75.4901960784314,54.9019607843137,26.4705882352941],[82.3529411764706,63.7254901960784,32.3529411764706],[108.823529411765,91.1764705882353,55.8823529411765],[62.7450980392157,48.0392156862745,7.84313725490196],[45.0980392156863,30.3921568627451,0],[75.4901960784314,60.7843137254902,18.6274509803922],[34.3137254901961,21.5686274509804,0],[96.078431372549,87.2549019607843,70.5882352941177],[137.254901960784,128.43137254902,121.56862745098],[39.2156862745098,30.3921568627451,21.5686274509804],[38.2352941176471,30.3921568627451,19.6078431372549],[23.5294117647059,13.7254901960784,1.96078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[18.6274509803922,6.86274509803922,0],[26.4705882352941,14.7058823529412,2.94117647058824],[36.2745098039216,24.5098039215686,12.7450980392157],[27.4509803921569,13.7254901960784,0.980392156862745],[12.7450980392157,0,0],[18.6274509803922,5.88235294117647,0],[37.2549019607843,22.5490196078431,0],[63.7254901960784,50,23.5294117647059],[45.0980392156863,34.3137254901961,4.90196078431373],[37.2549019607843,28.4313725490196,0],[97.0588235294118,86.2745098039216,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[61.7647058823529,40.1960784313726,1.96078431372549],[130.392156862745,108.823529411765,62.7450980392157],[114.705882352941,93.1372549019608,44.1176470588235],[105.882352941176,90.1960784313725,40.1960784313726],[111.764705882353,98.0392156862745,50],[94.1176470588235,82.3529411764706,35.2941176470588],[159.803921568627,148.039215686275,100.980392156863],[159.803921568627,148.039215686275,97.0588235294118],[183.333333333333,177.450980392157,126.470588235294],[152.941176470588,154.901960784314,108.823529411765],[61.7647058823529,73.5294117647059,36.2745098039216],[0,20.5882352941176,0],[76.4705882352941,104.901960784314,83.3333333333333],[137.254901960784,163.725490196078,133.333333333333],[137.254901960784,155.882352941176,124.509803921569],[150.980392156863,161.764705882353,132.352941176471],[111.764705882353,122.549019607843,93.1372549019608],[85.2941176470588,105.882352941176,75.4901960784314],[110.78431372549,129.411764705882,100],[128.43137254902,136.274509803922,112.745098039216],[125.490196078431,124.509803921569,104.901960784314],[163.725490196078,160.78431372549,144.117647058824],[224.509803921569,222.549019607843,207.843137254902],[183.333333333333,191.176470588235,176.470588235294],[166.666666666667,177.450980392157,163.725490196078],[211.764705882353,217.647058823529,207.843137254902],[232.352941176471,242.156862745098,233.333333333333],[206.862745098039,228.43137254902,216.666666666667],[139.21568627451,160.78431372549,148.039215686275],[132.352941176471,143.137254901961,127.450980392157],[168.627450980392,184.313725490196,171.56862745098],[166.666666666667,205.882352941176,195.098039215686],[157.843137254902,204.901960784314,193.137254901961],[157.843137254902,195.098039215686,182.352941176471],[180.392156862745,212.745098039216,201.960784313725],[134.313725490196,168.627450980392,162.745098039216],[115.686274509804,150.980392156863,147.058823529412],[90.1960784313725,130.392156862745,124.509803921569],[108.823529411765,143.137254901961,136.274509803922],[125.490196078431,150,144.117647058824],[201.960784313725,222.549019607843,223.529411764706],[190.196078431373,215.686274509804,230.392156862745],[122.549019607843,156.862745098039,176.470588235294],[106.862745098039,151.960784313725,167.647058823529],[124.509803921569,169.607843137255,184.313725490196],[109.803921568627,149.019607843137,160.78431372549],[148.039215686275,176.470588235294,190.196078431373],[191.176470588235,206.862745098039,222.549019607843],[152.941176470588,168.627450980392,184.313725490196],[138.235294117647,169.607843137255,182.352941176471],[124.509803921569,161.764705882353,174.509803921569],[135.294117647059,171.56862745098,189.21568627451],[122.549019607843,162.745098039216,180.392156862745],[104.901960784314,151.960784313725,171.56862745098],[112.745098039216,156.862745098039,179.411764705882],[139.21568627451,165.686274509804,194.117647058824],[123.529411764706,147.058823529412,174.509803921569],[112.745098039216,149.019607843137,167.647058823529],[120.588235294118,161.764705882353,177.450980392157],[136.274509803922,175.490196078431,187.254901960784],[142.156862745098,173.529411764706,186.274509803922],[145.098039215686,163.725490196078,177.450980392157],[136.274509803922,153.921568627451,165.686274509804],[142.156862745098,172.549019607843,177.450980392157],[144.117647058824,177.450980392157,179.411764705882],[140.196078431373,163.725490196078,165.686274509804],[154.901960784314,165.686274509804,169.607843137255],[183.333333333333,181.372549019608,186.274509803922],[250,247.058823529412,250],[228.43137254902,222.549019607843,222.549019607843],[229.411764705882,228.43137254902,224.509803921569],[186.274509803922,189.21568627451,182.352941176471],[189.21568627451,192.156862745098,185.294117647059],[225.490196078431,228.43137254902,221.56862745098],[210.78431372549,213.725490196078,206.862745098039],[171.56862745098,178.43137254902,170.588235294118],[171.56862745098,183.333333333333,173.529411764706],[195.098039215686,205.882352941176,198.039215686275],[155.882352941176,170.588235294118,167.647058823529],[170.588235294118,191.176470588235,192.156862745098],[139.21568627451,157.843137254902,161.764705882353],[139.21568627451,150,155.882352941176],[151.960784313725,156.862745098039,160.78431372549],[180.392156862745,181.372549019608,183.333333333333],[221.56862745098,230.392156862745,227.450980392157],[176.470588235294,197.058823529412,192.156862745098],[174.509803921569,202.941176470588,200.980392156863],[157.843137254902,186.274509803922,194.117647058824],[144.117647058824,171.56862745098,185.294117647059],[135.294117647059,161.764705882353,180.392156862745],[144.117647058824,176.470588235294,193.137254901961],[124.509803921569,172.549019607843,177.450980392157],[129.411764705882,186.274509803922,190.196078431373],[179.411764705882,236.274509803922,248.039215686275],[126.470588235294,184.313725490196,200],[117.647058823529,175.490196078431,191.176470588235],[121.56862745098,177.450980392157,196.078431372549],[150.980392156863,206.862745098039,225.490196078431],[141.176470588235,193.137254901961,208.823529411765],[132.352941176471,180.392156862745,194.117647058824],[149.019607843137,192.156862745098,202.941176470588],[187.254901960784,225.490196078431,232.352941176471],[206.862745098039,235.294117647059,239.21568627451],[184.313725490196,204.901960784314,207.843137254902],[210.78431372549,224.509803921569,225.490196078431],[238.235294117647,243.137254901961,246.078431372549],[245.098039215686,243.137254901961,248.039215686275],[250,242.156862745098,250],[250,247.058823529412,248.039215686275],[250,249.019607843137,238.235294117647],[228.43137254902,229.411764705882,213.725490196078],[235.294117647059,238.235294117647,227.450980392157],[238.235294117647,241.176470588235,232.352941176471],[215.686274509804,219.607843137255,204.901960784314],[224.509803921569,227.450980392157,206.862745098039],[231.372549019608,231.372549019608,205.882352941176],[199.019607843137,196.078431372549,165.686274509804],[113.725490196078,108.823529411765,77.4509803921569],[150,148.039215686275,109.803921568627],[137.254901960784,139.21568627451,90.1960784313725],[130.392156862745,136.274509803922,77.4509803921569],[156.862745098039,163.725490196078,97.0588235294118],[191.176470588235,197.058823529412,126.470588235294],[163.725490196078,164.705882352941,100],[164.705882352941,154.901960784314,97.0588235294118],[115.686274509804,88.2352941176471,41.1764705882353],[92.156862745098,59.8039215686275,15.6862745098039],[126.470588235294,104.901960784314,55.8823529411765],[121.56862745098,108.823529411765,57.843137254902],[138.235294117647,131.372549019608,88.2352941176471],[155.882352941176,154.901960784314,109.803921568627],[153.921568627451,161.764705882353,105.882352941176],[147.058823529412,157.843137254902,102.941176470588],[129.411764705882,145.098039215686,97.0588235294118],[40.1960784313726,59.8039215686275,9.80392156862745],[97.0588235294118,122.549019607843,58.8235294117647],[143.137254901961,171.56862745098,105.882352941176],[94.1176470588235,119.607843137255,55.8823529411765],[105.882352941176,130.392156862745,66.6666666666667],[143.137254901961,163.725490196078,96.078431372549],[58.8235294117647,78.4313725490196,10.7843137254902],[145.098039215686,163.725490196078,100.980392156863],[130.392156862745,145.098039215686,87.2549019607843],[64.7058823529412,75.4901960784314,20.5882352941176],[70.5882352941177,77.4509803921569,26.4705882352941],[138.235294117647,140.196078431373,91.1764705882353],[113.725490196078,113.725490196078,64.7058823529412],[117.647058823529,117.647058823529,68.6274509803922],[96.078431372549,99.0196078431373,45.0980392156863],[101.960784313725,106.862745098039,50],[137.254901960784,147.058823529412,87.2549019607843],[161.764705882353,175.490196078431,114.705882352941],[167.647058823529,183.333333333333,121.56862745098],[165.686274509804,183.333333333333,122.549019607843],[123.529411764706,141.176470588235,84.3137254901961],[82.3529411764706,99.0196078431373,45.0980392156863],[46.078431372549,65.6862745098039,7.84313725490196],[98.0392156862745,120.588235294118,53.921568627451],[167.647058823529,188.235294117647,120.588235294118],[104.901960784314,119.607843137255,53.921568627451],[127.450980392157,132.352941176471,69.6078431372549],[149.019607843137,143.137254901961,86.2745098039216],[84.3137254901961,66.6666666666667,19.6078431372549],[71.5686274509804,47.0588235294118,7.84313725490196],[73.5294117647059,43.1372549019608,15.6862745098039],[76.4705882352941,42.156862745098,23.5294117647059],[63.7254901960784,31.3725490196078,22.5490196078431],[27.4509803921569,2.94117647058824,0],[16.6666666666667,0,0],[6.86274509803922,0,0],[87.2549019607843,89.2156862745098,88.2352941176471],[32.3529411764706,41.1764705882353,38.2352941176471],[0,2.94117647058824,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[13.7254901960784,5.88235294117647,3.92156862745098],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[19.6078431372549,8.82352941176471,4.90196078431373],[26.4705882352941,13.7254901960784,7.84313725490196],[35.2941176470588,22.5490196078431,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[25.4901960784314,11.7647058823529,2.94117647058824],[36.2745098039216,19.6078431372549,9.80392156862745],[43.1372549019608,26.4705882352941,16.6666666666667],[48.0392156862745,30.3921568627451,20.5882352941176],[58.8235294117647,39.2156862745098,30.3921568627451],[50,30.3921568627451,19.6078431372549],[38.2352941176471,16.6666666666667,5.88235294117647],[56.8627450980392,35.2941176470588,22.5490196078431],[67.6470588235294,47.0588235294118,30.3921568627451],[48.0392156862745,25.4901960784314,7.84313725490196],[40.1960784313726,18.6274509803922,0],[25.4901960784314,3.92156862745098,0],[65.6862745098039,45.0980392156863,16.6666666666667],[104.901960784314,86.2745098039216,53.921568627451],[125.490196078431,107.843137254902,72.5490196078431],[136.274509803922,118.627450980392,79.4117647058823],[32.3529411764706,15.6862745098039,0],[70.5882352941177,56.8627450980392,12.7450980392157],[42.156862745098,30.3921568627451,0],[39.2156862745098,31.3725490196078,8.82352941176471],[76.4705882352941,70.5882352941177,54.9019607843137],[58.8235294117647,51.9607843137255,36.2745098039216],[43.1372549019608,36.2745098039216,18.6274509803922],[9.80392156862745,2.94117647058824,0],[25.4901960784314,16.6666666666667,0],[45.0980392156863,36.2745098039216,19.6078431372549],[22.5490196078431,10.7843137254902,0],[30.3921568627451,18.6274509803922,6.86274509803922],[58.8235294117647,45.0980392156863,34.3137254901961],[63.7254901960784,48.0392156862745,35.2941176470588],[26.4705882352941,10.7843137254902,0],[43.1372549019608,28.4313725490196,7.84313725490196],[65.6862745098039,50,25.4901960784314],[53.921568627451,39.2156862745098,10.7843137254902],[71.5686274509804,56.8627450980392,26.4705882352941],[61.7647058823529,47.0588235294118,16.6666666666667],[106.862745098039,89.2156862745098,53.921568627451],[116.666666666667,95.0980392156863,49.0196078431373],[124.509803921569,97.0588235294118,50],[156.862745098039,125.490196078431,85.2941176470588],[167.647058823529,139.21568627451,96.078431372549],[159.803921568627,137.254901960784,86.2745098039216],[109.803921568627,89.2156862745098,35.2941176470588],[99.0196078431373,77.4509803921569,28.4313725490196],[143.137254901961,119.607843137255,74.5098039215686],[218.627450980392,194.117647058824,153.921568627451],[171.56862745098,150.980392156863,108.823529411765],[152.941176470588,143.137254901961,93.1372549019608],[118.627450980392,119.607843137255,78.4313725490196],[65.6862745098039,77.4509803921569,57.843137254902],[22.5490196078431,36.2745098039216,23.5294117647059],[14.7058823529412,26.4705882352941,4.90196078431373],[90.1960784313725,95.0980392156863,72.5490196078431],[150,151.960784313725,130.392156862745],[75.4901960784314,80.3921568627451,57.843137254902],[82.3529411764706,101.960784313725,74.5098039215686],[107.843137254902,130.392156862745,101.960784313725],[160.78431372549,176.470588235294,150.980392156863],[138.235294117647,150,126.470588235294],[143.137254901961,151.960784313725,131.372549019608],[225.490196078431,237.254901960784,217.647058823529],[158.823529411765,176.470588235294,154.901960784314],[150,166.666666666667,148.039215686275],[179.411764705882,185.294117647059,171.56862745098],[209.803921568627,215.686274509804,203.921568627451],[240.196078431373,250,243.137254901961],[180.392156862745,194.117647058824,177.450980392157],[158.823529411765,163.725490196078,144.117647058824],[129.411764705882,141.176470588235,121.56862745098],[128.43137254902,161.764705882353,146.078431372549],[151.960784313725,195.098039215686,182.352941176471],[176.470588235294,213.725490196078,200.980392156863],[143.137254901961,177.450980392157,170.588235294118],[113.725490196078,151.960784313725,150.980392156863],[109.803921568627,150,151.960784313725],[90.1960784313725,135.294117647059,135.294117647059],[87.2549019607843,130.392156862745,129.411764705882],[139.21568627451,168.627450980392,166.666666666667],[164.705882352941,189.21568627451,194.117647058824],[159.803921568627,188.235294117647,205.882352941176],[137.254901960784,170.588235294118,195.098039215686],[121.56862745098,162.745098039216,184.313725490196],[129.411764705882,171.56862745098,188.235294117647],[135.294117647059,172.549019607843,185.294117647059],[152.941176470588,180.392156862745,194.117647058824],[161.764705882353,178.43137254902,194.117647058824],[178.43137254902,191.176470588235,207.843137254902],[166.666666666667,183.333333333333,199.019607843137],[131.372549019608,148.039215686275,165.686274509804],[151.960784313725,167.647058823529,190.196078431373],[133.333333333333,159.803921568627,180.392156862745],[110.78431372549,160.78431372549,177.450980392157],[108.823529411765,160.78431372549,178.43137254902],[126.470588235294,161.764705882353,187.254901960784],[119.607843137255,149.019607843137,174.509803921569],[121.56862745098,152.941176470588,175.490196078431],[150,184.313725490196,203.921568627451],[135.294117647059,171.56862745098,187.254901960784],[152.941176470588,184.313725490196,199.019607843137],[143.137254901961,161.764705882353,178.43137254902],[149.019607843137,167.647058823529,182.352941176471],[143.137254901961,175.490196078431,184.313725490196],[123.529411764706,155.882352941176,160.78431372549],[141.176470588235,164.705882352941,168.627450980392],[149.019607843137,159.803921568627,165.686274509804],[187.254901960784,182.352941176471,189.21568627451],[212.745098039216,201.960784313725,207.843137254902],[250,244.117647058824,247.058823529412],[247.058823529412,243.137254901961,240.196078431373],[198.039215686275,199.019607843137,193.137254901961],[200.980392156863,201.960784313725,196.078431372549],[234.313725490196,233.333333333333,228.43137254902],[207.843137254902,208.823529411765,202.941176470588],[163.725490196078,168.627450980392,161.764705882353],[149.019607843137,153.921568627451,148.039215686275],[156.862745098039,161.764705882353,157.843137254902],[130.392156862745,139.21568627451,138.235294117647],[147.058823529412,161.764705882353,164.705882352941],[163.725490196078,178.43137254902,185.294117647059],[169.607843137255,176.470588235294,186.274509803922],[186.274509803922,189.21568627451,198.039215686275],[208.823529411765,209.803921568627,214.705882352941],[185.294117647059,193.137254901961,196.078431372549],[218.627450980392,242.156862745098,244.117647058824],[222.549019607843,250,250],[144.117647058824,179.411764705882,195.098039215686],[127.450980392157,162.745098039216,186.274509803922],[143.137254901961,177.450980392157,204.901960784314],[129.411764705882,172.549019607843,197.058823529412],[132.352941176471,190.196078431373,205.882352941176],[99.0196078431373,165.686274509804,178.43137254902],[109.803921568627,173.529411764706,191.176470588235],[116.666666666667,180.392156862745,201.960784313725],[117.647058823529,181.372549019608,202.941176470588],[121.56862745098,182.352941176471,204.901960784314],[111.764705882353,170.588235294118,194.117647058824],[102.941176470588,159.803921568627,181.372549019608],[118.627450980392,169.607843137255,190.196078431373],[134.313725490196,180.392156862745,196.078431372549],[167.647058823529,206.862745098039,216.666666666667],[204.901960784314,237.254901960784,246.078431372549],[216.666666666667,239.21568627451,245.098039215686],[213.725490196078,226.470588235294,234.313725490196],[244.117647058824,248.039215686275,250],[250,249.019607843137,250],[240.196078431373,234.313725490196,244.117647058824],[250,247.058823529412,250],[250,250,248.039215686275],[243.137254901961,246.078431372549,239.21568627451],[246.078431372549,250,246.078431372549],[237.254901960784,243.137254901961,241.176470588235],[246.078431372549,250,250],[243.137254901961,244.117647058824,248.039215686275],[249.019607843137,248.039215686275,246.078431372549],[237.254901960784,233.333333333333,221.56862745098],[210.78431372549,207.843137254902,173.529411764706],[173.529411764706,171.56862745098,123.529411764706],[147.058823529412,148.039215686275,89.2156862745098],[154.901960784314,156.862745098039,93.1372549019608],[161.764705882353,162.745098039216,103.921568627451],[180.392156862745,178.43137254902,120.588235294118],[168.627450980392,162.745098039216,105.882352941176],[169.607843137255,157.843137254902,99.0196078431373],[145.098039215686,127.450980392157,64.7058823529412],[116.666666666667,98.0392156862745,33.3333333333333],[143.137254901961,122.549019607843,56.8627450980392],[173.529411764706,153.921568627451,92.156862745098],[145.098039215686,128.43137254902,75.4901960784314],[106.862745098039,96.078431372549,43.1372549019608],[165.686274509804,161.764705882353,100],[174.509803921569,179.411764705882,116.666666666667],[102.941176470588,109.803921568627,56.8627450980392],[90.1960784313725,100.980392156863,46.078431372549],[146.078431372549,157.843137254902,95.0980392156863],[127.450980392157,142.156862745098,74.5098039215686],[116.666666666667,132.352941176471,70.5882352941177],[100.980392156863,121.56862745098,57.843137254902],[137.254901960784,162.745098039216,91.1764705882353],[126.470588235294,150.980392156863,84.3137254901961],[134.313725490196,152.941176470588,99.0196078431373],[119.607843137255,131.372549019608,84.3137254901961],[20.5882352941176,27.4509803921569,0],[36.2745098039216,39.2156862745098,0],[61.7647058823529,59.8039215686275,19.6078431372549],[91.1764705882353,88.2352941176471,46.078431372549],[53.921568627451,51.9607843137255,4.90196078431373],[62.7450980392157,62.7450980392157,11.7647058823529],[61.7647058823529,67.6470588235294,8.82352941176471],[123.529411764706,134.313725490196,69.6078431372549],[206.862745098039,221.56862745098,153.921568627451],[144.117647058824,160.78431372549,92.156862745098],[163.725490196078,183.333333333333,115.686274509804],[158.823529411765,179.411764705882,113.725490196078],[115.686274509804,136.274509803922,72.5490196078431],[127.450980392157,148.039215686275,84.3137254901961],[138.235294117647,159.803921568627,96.078431372549],[99.0196078431373,117.647058823529,52.9411764705882],[84.3137254901961,96.078431372549,33.3333333333333],[114.705882352941,118.627450980392,60.7843137254902],[118.627450980392,111.764705882353,58.8235294117647],[100,82.3529411764706,37.2549019607843],[106.862745098039,81.3725490196078,45.0980392156863],[110.78431372549,80.3921568627451,52.9411764705882],[86.2745098039216,53.921568627451,35.2941176470588],[79.4117647058823,48.0392156862745,37.2549019607843],[38.2352941176471,13.7254901960784,8.82352941176471],[16.6666666666667,0,0],[5.88235294117647,0,0],[159.803921568627,159.803921568627,159.803921568627],[70.5882352941177,76.4705882352941,74.5098039215686],[0,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,4.90196078431373,1.96078431372549],[7.84313725490196,3.92156862745098,0.980392156862745],[8.82352941176471,3.92156862745098,0.980392156862745],[10.7843137254902,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,6.86274509803922],[20.5882352941176,12.7450980392157,10.7843137254902],[35.2941176470588,25.4901960784314,23.5294117647059],[34.3137254901961,23.5294117647059,19.6078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[39.2156862745098,26.4705882352941,20.5882352941176],[32.3529411764706,17.6470588235294,10.7843137254902],[29.4117647058824,15.6862745098039,6.86274509803922],[27.4509803921569,10.7843137254902,0.980392156862745],[37.2549019607843,20.5882352941176,10.7843137254902],[34.3137254901961,16.6666666666667,6.86274509803922],[41.1764705882353,23.5294117647059,13.7254901960784],[26.4705882352941,8.82352941176471,0],[16.6666666666667,0,0],[36.2745098039216,17.6470588235294,3.92156862745098],[55.8823529411765,37.2549019607843,22.5490196078431],[60.7843137254902,40.1960784313726,23.5294117647059],[58.8235294117647,38.2352941176471,19.6078431372549],[48.0392156862745,28.4313725490196,4.90196078431373],[48.0392156862745,28.4313725490196,1.96078431372549],[79.4117647058823,60.7843137254902,29.4117647058824],[59.8039215686275,44.1176470588235,8.82352941176471],[56.8627450980392,42.156862745098,3.92156862745098],[50.9803921568627,36.2745098039216,0],[107.843137254902,94.1176470588235,50],[38.2352941176471,26.4705882352941,0],[47.0588235294118,41.1764705882353,9.80392156862745],[21.5686274509804,17.6470588235294,0],[17.6470588235294,11.7647058823529,0],[51.9607843137255,46.078431372549,20.5882352941176],[73.5294117647059,67.6470588235294,44.1176470588235],[6.86274509803922,0.980392156862745,0],[22.5490196078431,13.7254901960784,0],[25.4901960784314,16.6666666666667,1.96078431372549],[85.2941176470588,72.5490196078431,63.7254901960784],[61.7647058823529,48.0392156862745,39.2156862745098],[30.3921568627451,13.7254901960784,3.92156862745098],[41.1764705882353,25.4901960784314,10.7843137254902],[31.3725490196078,14.7058823529412,0],[60.7843137254902,45.0980392156863,20.5882352941176],[78.4313725490196,61.7647058823529,32.3529411764706],[105.882352941176,90.1960784313725,57.843137254902],[83.3333333333333,64.7058823529412,32.3529411764706],[93.1372549019608,74.5098039215686,35.2941176470588],[109.803921568627,87.2549019607843,38.2352941176471],[116.666666666667,90.1960784313725,38.2352941176471],[115.686274509804,85.2941176470588,39.2156862745098],[153.921568627451,123.529411764706,78.4313725490196],[154.901960784314,129.411764705882,81.3725490196078],[141.176470588235,118.627450980392,67.6470588235294],[140.196078431373,114.705882352941,64.7058823529412],[178.43137254902,150.980392156863,103.921568627451],[199.019607843137,166.666666666667,124.509803921569],[212.745098039216,184.313725490196,143.137254901961],[107.843137254902,89.2156862745098,47.0588235294118],[86.2745098039216,78.4313725490196,42.156862745098],[116.666666666667,119.607843137255,99.0196078431373],[61.7647058823529,70.5882352941177,53.921568627451],[50.9803921568627,55.8823529411765,33.3333333333333],[110.78431372549,113.725490196078,87.2549019607843],[138.235294117647,136.274509803922,111.764705882353],[80.3921568627451,84.3137254901961,57.843137254902],[69.6078431372549,85.2941176470588,56.8627450980392],[60.7843137254902,81.3725490196078,50.9803921568627],[155.882352941176,169.607843137255,144.117647058824],[238.235294117647,248.039215686275,223.529411764706],[158.823529411765,168.627450980392,145.098039215686],[209.803921568627,221.56862745098,200],[192.156862745098,210.78431372549,189.21568627451],[162.745098039216,181.372549019608,162.745098039216],[167.647058823529,178.43137254902,164.705882352941],[200.980392156863,210.78431372549,200],[213.725490196078,234.313725490196,219.607843137255],[149.019607843137,167.647058823529,149.019607843137],[139.21568627451,147.058823529412,123.529411764706],[129.411764705882,141.176470588235,117.647058823529],[133.333333333333,165.686274509804,147.058823529412],[146.078431372549,186.274509803922,172.549019607843],[163.725490196078,196.078431372549,185.294117647059],[139.21568627451,171.56862745098,164.705882352941],[123.529411764706,160.78431372549,161.764705882353],[125.490196078431,169.607843137255,174.509803921569],[75.4901960784314,125.490196078431,128.43137254902],[84.3137254901961,133.333333333333,134.313725490196],[107.843137254902,147.058823529412,147.058823529412],[128.43137254902,160.78431372549,167.647058823529],[91.1764705882353,122.549019607843,143.137254901961],[123.529411764706,158.823529411765,184.313725490196],[115.686274509804,151.960784313725,177.450980392157],[116.666666666667,153.921568627451,174.509803921569],[126.470588235294,161.764705882353,177.450980392157],[143.137254901961,170.588235294118,184.313725490196],[162.745098039216,179.411764705882,197.058823529412],[185.294117647059,196.078431372549,213.725490196078],[155.882352941176,163.725490196078,182.352941176471],[160.78431372549,168.627450980392,189.21568627451],[155.882352941176,161.764705882353,185.294117647059],[136.274509803922,156.862745098039,177.450980392157],[116.666666666667,162.745098039216,178.43137254902],[121.56862745098,173.529411764706,191.176470588235],[125.490196078431,161.764705882353,187.254901960784],[124.509803921569,154.901960784314,182.352941176471],[150.980392156863,182.352941176471,206.862745098039],[166.666666666667,198.039215686275,220.588235294118],[117.647058823529,153.921568627451,172.549019607843],[123.529411764706,157.843137254902,176.470588235294],[140.196078431373,161.764705882353,182.352941176471],[146.078431372549,168.627450980392,186.274509803922],[121.56862745098,152.941176470588,163.725490196078],[117.647058823529,150,158.823529411765],[131.372549019608,153.921568627451,161.764705882353],[166.666666666667,177.450980392157,183.333333333333],[203.921568627451,202.941176470588,208.823529411765],[211.764705882353,205.882352941176,209.803921568627],[245.098039215686,241.176470588235,242.156862745098],[249.019607843137,248.039215686275,246.078431372549],[220.588235294118,219.607843137255,215.686274509804],[208.823529411765,205.882352941176,200.980392156863],[213.725490196078,208.823529411765,204.901960784314],[211.764705882353,208.823529411765,203.921568627451],[197.058823529412,201.960784313725,195.098039215686],[169.607843137255,176.470588235294,169.607843137255],[189.21568627451,194.117647058824,190.196078431373],[188.235294117647,197.058823529412,196.078431372549],[150,163.725490196078,166.666666666667],[149.019607843137,161.764705882353,170.588235294118],[191.176470588235,197.058823529412,208.823529411765],[204.901960784314,208.823529411765,220.588235294118],[191.176470588235,194.117647058824,202.941176470588],[187.254901960784,198.039215686275,203.921568627451],[207.843137254902,232.352941176471,239.21568627451],[161.764705882353,195.098039215686,206.862745098039],[132.352941176471,167.647058823529,191.176470588235],[138.235294117647,176.470588235294,206.862745098039],[142.156862745098,181.372549019608,215.686274509804],[127.450980392157,175.490196078431,207.843137254902],[119.607843137255,180.392156862745,204.901960784314],[114.705882352941,181.372549019608,201.960784313725],[122.549019607843,187.254901960784,210.78431372549],[126.470588235294,189.21568627451,215.686274509804],[122.549019607843,185.294117647059,212.745098039216],[124.509803921569,184.313725490196,212.745098039216],[115.686274509804,175.490196078431,202.941176470588],[111.764705882353,167.647058823529,194.117647058824],[125.490196078431,178.43137254902,201.960784313725],[136.274509803922,183.333333333333,204.901960784314],[193.137254901961,235.294117647059,250],[213.725490196078,249.019607843137,250],[215.686274509804,243.137254901961,250],[230.392156862745,250,250],[237.254901960784,250,250],[231.372549019608,238.235294117647,248.039215686275],[243.137254901961,245.098039215686,250],[242.156862745098,244.117647058824,250],[234.313725490196,243.137254901961,248.039215686275],[237.254901960784,248.039215686275,250],[232.352941176471,244.117647058824,242.156862745098],[236.274509803922,246.078431372549,245.098039215686],[234.313725490196,242.156862745098,244.117647058824],[246.078431372549,250,250],[247.058823529412,249.019607843137,244.117647058824],[243.137254901961,246.078431372549,229.411764705882],[222.549019607843,223.529411764706,190.196078431373],[220.588235294118,222.549019607843,174.509803921569],[215.686274509804,214.705882352941,158.823529411765],[191.176470588235,189.21568627451,129.411764705882],[195.098039215686,191.176470588235,131.372549019608],[182.352941176471,176.470588235294,115.686274509804],[198.039215686275,190.196078431373,126.470588235294],[185.294117647059,176.470588235294,108.823529411765],[139.21568627451,130.392156862745,56.8627450980392],[127.450980392157,115.686274509804,41.1764705882353],[145.098039215686,132.352941176471,55.8823529411765],[153.921568627451,137.254901960784,68.6274509803922],[151.960784313725,136.274509803922,77.4509803921569],[135.294117647059,120.588235294118,62.7450980392157],[151.960784313725,145.098039215686,78.4313725490196],[153.921568627451,150,87.2549019607843],[115.686274509804,114.705882352941,59.8039215686275],[196.078431372549,196.078431372549,143.137254901961],[165.686274509804,167.647058823529,105.882352941176],[142.156862745098,147.058823529412,82.3529411764706],[74.5098039215686,82.3529411764706,23.5294117647059],[80.3921568627451,94.1176470588235,34.3137254901961],[144.117647058824,164.705882352941,99.0196078431373],[88.2352941176471,107.843137254902,46.078431372549],[123.529411764706,135.294117647059,90.1960784313725],[165.686274509804,171.56862745098,134.313725490196],[99.0196078431373,103.921568627451,64.7058823529412],[102.941176470588,103.921568627451,64.7058823529412],[117.647058823529,116.666666666667,73.5294117647059],[113.725490196078,112.745098039216,65.6862745098039],[150.980392156863,150.980392156863,100],[111.764705882353,116.666666666667,61.7647058823529],[102.941176470588,112.745098039216,52.9411764705882],[84.3137254901961,99.0196078431373,35.2941176470588],[119.607843137255,136.274509803922,69.6078431372549],[146.078431372549,165.686274509804,96.078431372549],[131.372549019608,150.980392156863,81.3725490196078],[140.196078431373,159.803921568627,90.1960784313725],[150,169.607843137255,100],[125.490196078431,145.098039215686,77.4509803921569],[89.2156862745098,107.843137254902,45.0980392156863],[89.2156862745098,104.901960784314,44.1176470588235],[69.6078431372549,79.4117647058823,20.5882352941176],[102.941176470588,102.941176470588,50],[97.0588235294118,89.2156862745098,41.1764705882353],[106.862745098039,90.1960784313725,48.0392156862745],[106.862745098039,81.3725490196078,49.0196078431373],[102.941176470588,73.5294117647059,48.0392156862745],[86.2745098039216,55.8823529411765,36.2745098039216],[40.1960784313726,10.7843137254902,0],[27.4509803921569,2.94117647058824,0],[20.5882352941176,2.94117647058824,0],[6.86274509803922,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0,0.980392156862745,1.96078431372549],[0,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,3.92156862745098,0.980392156862745],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[9.80392156862745,4.90196078431373,1.96078431372549],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,9.80392156862745,8.82352941176471],[27.4509803921569,16.6666666666667,14.7058823529412],[20.5882352941176,9.80392156862745,7.84313725490196],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,11.7647058823529,5.88235294117647],[18.6274509803922,3.92156862745098,0],[28.4313725490196,13.7254901960784,6.86274509803922],[18.6274509803922,4.90196078431373,0],[31.3725490196078,17.6470588235294,8.82352941176471],[23.5294117647059,9.80392156862745,0.980392156862745],[43.1372549019608,29.4117647058824,20.5882352941176],[44.1176470588235,27.4509803921569,19.6078431372549],[38.2352941176471,21.5686274509804,11.7647058823529],[20.5882352941176,2.94117647058824,0],[13.7254901960784,0,0],[31.3725490196078,12.7450980392157,0],[48.0392156862745,29.4117647058824,14.7058823529412],[55.8823529411765,38.2352941176471,18.6274509803922],[47.0588235294118,29.4117647058824,5.88235294117647],[58.8235294117647,42.156862745098,14.7058823529412],[65.6862745098039,50.9803921568627,18.6274509803922],[54.9019607843137,41.1764705882353,6.86274509803922],[71.5686274509804,57.843137254902,19.6078431372549],[152.941176470588,140.196078431373,99.0196078431373],[91.1764705882353,83.3333333333333,38.2352941176471],[100,96.078431372549,50],[52.9411764705882,50,5.88235294117647],[49.0196078431373,46.078431372549,3.92156862745098],[117.647058823529,113.725490196078,77.4509803921569],[144.117647058824,137.254901960784,108.823529411765],[42.156862745098,34.3137254901961,11.7647058823529],[35.2941176470588,26.4705882352941,9.80392156862745],[34.3137254901961,21.5686274509804,12.7450980392157],[47.0588235294118,32.3529411764706,27.4509803921569],[46.078431372549,31.3725490196078,26.4705882352941],[14.7058823529412,0,0],[23.5294117647059,5.88235294117647,0],[38.2352941176471,19.6078431372549,2.94117647058824],[55.8823529411765,39.2156862745098,13.7254901960784],[107.843137254902,89.2156862745098,57.843137254902],[88.2352941176471,70.5882352941177,35.2941176470588],[100.980392156863,86.2745098039216,48.0392156862745],[114.705882352941,98.0392156862745,55.8823529411765],[98.0392156862745,76.4705882352941,30.3921568627451],[105.882352941176,83.3333333333333,32.3529411764706],[122.549019607843,100.980392156863,42.156862745098],[144.117647058824,122.549019607843,65.6862745098039],[155.882352941176,133.333333333333,90.1960784313725],[92.156862745098,69.6078431372549,29.4117647058824],[123.529411764706,100,54.9019607843137],[152.941176470588,125.490196078431,76.4705882352941],[137.254901960784,106.862745098039,50.9803921568627],[231.372549019608,203.921568627451,154.901960784314],[250,236.274509803922,208.823529411765],[55.8823529411765,43.1372549019608,24.5098039215686],[18.6274509803922,22.5490196078431,0],[125.490196078431,136.274509803922,104.901960784314],[154.901960784314,164.705882352941,128.43137254902],[167.647058823529,174.509803921569,134.313725490196],[132.352941176471,134.313725490196,98.0392156862745],[60.7843137254902,64.7058823529412,28.4313725490196],[56.8627450980392,66.6666666666667,30.3921568627451],[72.5490196078431,82.3529411764706,49.0196078431373],[141.176470588235,144.117647058824,115.686274509804],[226.470588235294,224.509803921569,201.960784313725],[248.039215686275,245.098039215686,226.470588235294],[231.372549019608,234.313725490196,217.647058823529],[244.117647058824,250,239.21568627451],[219.607843137255,235.294117647059,222.549019607843],[215.686274509804,232.352941176471,222.549019607843],[203.921568627451,226.470588235294,216.666666666667],[172.549019607843,204.901960784314,194.117647058824],[124.509803921569,156.862745098039,140.196078431373],[122.549019607843,142.156862745098,114.705882352941],[132.352941176471,151.960784313725,124.509803921569],[151.960784313725,184.313725490196,165.686274509804],[145.098039215686,178.43137254902,164.705882352941],[138.235294117647,163.725490196078,154.901960784314],[138.235294117647,163.725490196078,160.78431372549],[144.117647058824,178.43137254902,182.352941176471],[114.705882352941,157.843137254902,166.666666666667],[103.921568627451,157.843137254902,162.745098039216],[102.941176470588,159.803921568627,161.764705882353],[142.156862745098,189.21568627451,191.176470588235],[165.686274509804,207.843137254902,214.705882352941],[105.882352941176,147.058823529412,168.627450980392],[116.666666666667,154.901960784314,183.333333333333],[122.549019607843,155.882352941176,183.333333333333],[139.21568627451,168.627450980392,194.117647058824],[139.21568627451,169.607843137255,190.196078431373],[134.313725490196,160.78431372549,179.411764705882],[177.450980392157,194.117647058824,211.764705882353],[169.607843137255,180.392156862745,200],[157.843137254902,165.686274509804,184.313725490196],[176.470588235294,184.313725490196,202.941176470588],[168.627450980392,179.411764705882,199.019607843137],[144.117647058824,161.764705882353,183.333333333333],[125.490196078431,161.764705882353,180.392156862745],[115.686274509804,155.882352941176,175.490196078431],[150,181.372549019608,205.882352941176],[166.666666666667,196.078431372549,223.529411764706],[148.039215686275,178.43137254902,205.882352941176],[157.843137254902,193.137254901961,216.666666666667],[132.352941176471,172.549019607843,194.117647058824],[103.921568627451,144.117647058824,163.725490196078],[140.196078431373,171.56862745098,192.156862745098],[153.921568627451,184.313725490196,203.921568627451],[142.156862745098,173.529411764706,188.235294117647],[143.137254901961,170.588235294118,182.352941176471],[139.21568627451,156.862745098039,168.627450980392],[165.686274509804,175.490196078431,184.313725490196],[166.666666666667,169.607843137255,174.509803921569],[176.470588235294,177.450980392157,179.411764705882],[246.078431372549,250,249.019607843137],[240.196078431373,242.156862745098,239.21568627451],[227.450980392157,222.549019607843,219.607843137255],[235.294117647059,225.490196078431,224.509803921569],[241.176470588235,227.450980392157,227.450980392157],[233.333333333333,225.490196078431,223.529411764706],[214.705882352941,224.509803921569,216.666666666667],[179.411764705882,194.117647058824,187.254901960784],[191.176470588235,203.921568627451,197.058823529412],[197.058823529412,210.78431372549,210.78431372549],[135.294117647059,152.941176470588,156.862745098039],[145.098039215686,158.823529411765,167.647058823529],[192.156862745098,200.980392156863,215.686274509804],[216.666666666667,224.509803921569,237.254901960784],[204.901960784314,212.745098039216,223.529411764706],[218.627450980392,231.372549019608,240.196078431373],[224.509803921569,248.039215686275,250],[187.254901960784,217.647058823529,235.294117647059],[144.117647058824,177.450980392157,204.901960784314],[152.941176470588,187.254901960784,224.509803921569],[144.117647058824,182.352941176471,222.549019607843],[120.588235294118,164.705882352941,204.901960784314],[126.470588235294,184.313725490196,215.686274509804],[116.666666666667,176.470588235294,204.901960784314],[119.607843137255,177.450980392157,208.823529411765],[126.470588235294,181.372549019608,213.725490196078],[127.450980392157,182.352941176471,216.666666666667],[130.392156862745,185.294117647059,219.607843137255],[124.509803921569,179.411764705882,213.725490196078],[115.686274509804,168.627450980392,201.960784313725],[116.666666666667,168.627450980392,199.019607843137],[111.764705882353,160.78431372549,185.294117647059],[179.411764705882,225.490196078431,245.098039215686],[180.392156862745,221.56862745098,237.254901960784],[136.274509803922,171.56862745098,183.333333333333],[163.725490196078,193.137254901961,202.941176470588],[200.980392156863,224.509803921569,234.313725490196],[194.117647058824,213.725490196078,224.509803921569],[213.725490196078,229.411764705882,242.156862745098],[212.745098039216,228.43137254902,243.137254901961],[201.960784313725,223.529411764706,236.274509803922],[218.627450980392,241.176470588235,249.019607843137],[233.333333333333,248.039215686275,250],[223.529411764706,235.294117647059,231.372549019608],[237.254901960784,250,232.352941176471],[222.549019607843,237.254901960784,208.823529411765],[226.470588235294,243.137254901961,207.843137254902],[243.137254901961,250,222.549019607843],[243.137254901961,250,220.588235294118],[241.176470588235,245.098039215686,210.78431372549],[240.196078431373,236.274509803922,199.019607843137],[236.274509803922,226.470588235294,178.43137254902],[198.039215686275,189.21568627451,125.490196078431],[161.764705882353,153.921568627451,80.3921568627451],[137.254901960784,132.352941176471,50],[118.627450980392,116.666666666667,31.3725490196078],[90.1960784313725,87.2549019607843,7.84313725490196],[129.411764705882,126.470588235294,50.9803921568627],[189.21568627451,186.274509803922,108.823529411765],[180.392156862745,176.470588235294,103.921568627451],[171.56862745098,166.666666666667,103.921568627451],[189.21568627451,183.333333333333,122.549019607843],[194.117647058824,187.254901960784,120.588235294118],[161.764705882353,153.921568627451,92.156862745098],[155.882352941176,149.019607843137,98.0392156862745],[151.960784313725,146.078431372549,97.0588235294118],[120.588235294118,118.627450980392,62.7450980392157],[111.764705882353,110.78431372549,54.9019607843137],[62.7450980392157,62.7450980392157,11.7647058823529],[105.882352941176,105.882352941176,56.8627450980392],[134.313725490196,134.313725490196,81.3725490196078],[63.7254901960784,63.7254901960784,14.7058823529412],[69.6078431372549,69.6078431372549,34.3137254901961],[42.156862745098,42.156862745098,8.82352941176471],[140.196078431373,138.235294117647,100],[133.333333333333,132.352941176471,87.2549019607843],[87.2549019607843,87.2549019607843,36.2745098039216],[149.019607843137,151.960784313725,96.078431372549],[112.745098039216,120.588235294118,61.7647058823529],[144.117647058824,155.882352941176,95.0980392156863],[122.549019607843,138.235294117647,77.4509803921569],[70.5882352941177,88.2352941176471,29.4117647058824],[19.6078431372549,39.2156862745098,0],[129.411764705882,149.019607843137,89.2156862745098],[152.941176470588,168.627450980392,106.862745098039],[134.313725490196,149.019607843137,83.3333333333333],[204.901960784314,215.686274509804,148.039215686275],[158.823529411765,169.607843137255,102.941176470588],[118.627450980392,130.392156862745,69.6078431372549],[103.921568627451,112.745098039216,56.8627450980392],[62.7450980392157,67.6470588235294,14.7058823529412],[74.5098039215686,72.5490196078431,24.5098039215686],[139.21568627451,128.43137254902,84.3137254901961],[136.274509803922,118.627450980392,81.3725490196078],[106.862745098039,84.3137254901961,52.9411764705882],[58.8235294117647,31.3725490196078,7.84313725490196],[26.4705882352941,0,0],[37.2549019607843,11.7647058823529,0],[46.078431372549,23.5294117647059,15.6862745098039],[22.5490196078431,4.90196078431373,0.980392156862745],[16.6666666666667,6.86274509803922,4.90196078431373],[2.94117647058824,0,0],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,0,0],[25.4901960784314,14.7058823529412,10.7843137254902],[17.6470588235294,3.92156862745098,0.980392156862745],[14.7058823529412,1.96078431372549,0],[30.3921568627451,17.6470588235294,9.80392156862745],[29.4117647058824,16.6666666666667,8.82352941176471],[37.2549019607843,24.5098039215686,15.6862745098039],[32.3529411764706,19.6078431372549,10.7843137254902],[24.5098039215686,14.7058823529412,5.88235294117647],[18.6274509803922,5.88235294117647,0],[42.156862745098,29.4117647058824,21.5686274509804],[38.2352941176471,24.5098039215686,15.6862745098039],[13.7254901960784,0,0],[24.5098039215686,7.84313725490196,0],[22.5490196078431,6.86274509803922,0],[20.5882352941176,4.90196078431373,0],[25.4901960784314,10.7843137254902,0],[44.1176470588235,30.3921568627451,4.90196078431373],[29.4117647058824,15.6862745098039,0],[53.921568627451,43.1372549019608,11.7647058823529],[85.2941176470588,75.4901960784314,41.1764705882353],[70.5882352941177,61.7647058823529,23.5294117647059],[60.7843137254902,51.9607843137255,11.7647058823529],[74.5098039215686,70.5882352941177,24.5098039215686],[63.7254901960784,61.7647058823529,14.7058823529412],[85.2941176470588,82.3529411764706,38.2352941176471],[101.960784313725,99.0196078431373,58.8235294117647],[67.6470588235294,61.7647058823529,26.4705882352941],[66.6666666666667,59.8039215686275,31.3725490196078],[35.2941176470588,27.4509803921569,4.90196078431373],[49.0196078431373,41.1764705882353,22.5490196078431],[19.6078431372549,7.84313725490196,0],[25.4901960784314,11.7647058823529,0.980392156862745],[52.9411764705882,37.2549019607843,24.5098039215686],[19.6078431372549,1.96078431372549,0],[30.3921568627451,12.7450980392157,0],[48.0392156862745,31.3725490196078,5.88235294117647],[69.6078431372549,50.9803921568627,19.6078431372549],[59.8039215686275,42.156862745098,6.86274509803922],[74.5098039215686,59.8039215686275,17.6470588235294],[111.764705882353,98.0392156862745,51.9607843137255],[69.6078431372549,51.9607843137255,4.90196078431373],[91.1764705882353,71.5686274509804,19.6078431372549],[132.352941176471,116.666666666667,55.8823529411765],[116.666666666667,100.980392156863,43.1372549019608],[113.725490196078,100,55.8823529411765],[64.7058823529412,50,9.80392156862745],[81.3725490196078,62.7450980392157,20.5882352941176],[115.686274509804,94.1176470588235,45.0980392156863],[150,124.509803921569,68.6274509803922],[200,174.509803921569,124.509803921569],[250,238.235294117647,207.843137254902],[87.2549019607843,76.4705882352941,54.9019607843137],[126.470588235294,133.333333333333,102.941176470588],[223.529411764706,235.294117647059,198.039215686275],[198.039215686275,203.921568627451,158.823529411765],[165.686274509804,167.647058823529,119.607843137255],[117.647058823529,119.607843137255,71.5686274509804],[72.5490196078431,74.5098039215686,28.4313725490196],[71.5686274509804,74.5098039215686,32.3529411764706],[100.980392156863,102.941176470588,64.7058823529412],[145.098039215686,142.156862745098,111.764705882353],[228.43137254902,224.509803921569,198.039215686275],[230.392156862745,228.43137254902,207.843137254902],[223.529411764706,224.509803921569,208.823529411765],[208.823529411765,216.666666666667,203.921568627451],[165.686274509804,181.372549019608,170.588235294118],[200.980392156863,223.529411764706,215.686274509804],[193.137254901961,223.529411764706,215.686274509804],[186.274509803922,225.490196078431,217.647058823529],[193.137254901961,233.333333333333,217.647058823529],[176.470588235294,208.823529411765,180.392156862745],[106.862745098039,139.21568627451,108.823529411765],[98.0392156862745,131.372549019608,114.705882352941],[134.313725490196,165.686274509804,154.901960784314],[156.862745098039,177.450980392157,170.588235294118],[150.980392156863,172.549019607843,170.588235294118],[153.921568627451,186.274509803922,191.176470588235],[126.470588235294,168.627450980392,175.490196078431],[126.470588235294,178.43137254902,182.352941176471],[117.647058823529,172.549019607843,173.529411764706],[170.588235294118,219.607843137255,218.627450980392],[148.039215686275,196.078431372549,200.980392156863],[125.490196078431,172.549019607843,192.156862745098],[106.862745098039,150,178.43137254902],[138.235294117647,168.627450980392,199.019607843137],[139.21568627451,165.686274509804,195.098039215686],[137.254901960784,166.666666666667,192.156862745098],[130.392156862745,155.882352941176,178.43137254902],[172.549019607843,188.235294117647,210.78431372549],[158.823529411765,169.607843137255,191.176470588235],[167.647058823529,175.490196078431,196.078431372549],[184.313725490196,197.058823529412,213.725490196078],[176.470588235294,193.137254901961,210.78431372549],[150,172.549019607843,190.196078431373],[144.117647058824,170.588235294118,191.176470588235],[144.117647058824,171.56862745098,195.098039215686],[147.058823529412,170.588235294118,198.039215686275],[147.058823529412,171.56862745098,200.980392156863],[130.392156862745,163.725490196078,191.176470588235],[136.274509803922,175.490196078431,200.980392156863],[125.490196078431,170.588235294118,194.117647058824],[122.549019607843,167.647058823529,191.176470588235],[124.509803921569,163.725490196078,188.235294117647],[124.509803921569,159.803921568627,183.333333333333],[127.450980392157,161.764705882353,181.372549019608],[131.372549019608,159.803921568627,175.490196078431],[150,168.627450980392,182.352941176471],[172.549019607843,185.294117647059,194.117647058824],[152.941176470588,161.764705882353,166.666666666667],[177.450980392157,187.254901960784,186.274509803922],[214.705882352941,226.470588235294,222.549019607843],[244.117647058824,250,246.078431372549],[248.039215686275,244.117647058824,241.176470588235],[250,239.21568627451,239.21568627451],[250,236.274509803922,239.21568627451],[234.313725490196,225.490196078431,226.470588235294],[206.862745098039,217.647058823529,213.725490196078],[171.56862745098,192.156862745098,185.294117647059],[143.137254901961,163.725490196078,158.823529411765],[151.960784313725,171.56862745098,170.588235294118],[143.137254901961,161.764705882353,167.647058823529],[186.274509803922,203.921568627451,215.686274509804],[181.372549019608,194.117647058824,209.803921568627],[204.901960784314,216.666666666667,232.352941176471],[213.725490196078,225.490196078431,237.254901960784],[210.78431372549,227.450980392157,237.254901960784],[199.019607843137,220.588235294118,234.313725490196],[215.686274509804,242.156862745098,250],[161.764705882353,191.176470588235,224.509803921569],[137.254901960784,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[137.254901960784,181.372549019608,222.549019607843],[146.078431372549,197.058823529412,233.333333333333],[127.450980392157,180.392156862745,213.725490196078],[136.274509803922,187.254901960784,223.529411764706],[138.235294117647,187.254901960784,223.529411764706],[132.352941176471,180.392156862745,219.607843137255],[128.43137254902,179.411764705882,217.647058823529],[121.56862745098,172.549019607843,210.78431372549],[118.627450980392,169.607843137255,205.882352941176],[125.490196078431,174.509803921569,206.862745098039],[117.647058823529,165.686274509804,195.098039215686],[150,197.058823529412,219.607843137255],[149.019607843137,193.137254901961,211.764705882353],[118.627450980392,159.803921568627,173.529411764706],[157.843137254902,195.098039215686,207.843137254902],[195.098039215686,228.43137254902,240.196078431373],[181.372549019608,210.78431372549,221.56862745098],[179.411764705882,204.901960784314,219.607843137255],[159.803921568627,185.294117647059,201.960784313725],[120.588235294118,149.019607843137,166.666666666667],[135.294117647059,161.764705882353,178.43137254902],[132.352941176471,154.901960784314,162.745098039216],[107.843137254902,128.43137254902,123.529411764706],[145.098039215686,167.647058823529,142.156862745098],[128.43137254902,152.941176470588,114.705882352941],[149.019607843137,174.509803921569,130.392156862745],[194.117647058824,214.705882352941,172.549019607843],[224.509803921569,239.21568627451,206.862745098039],[235.294117647059,242.156862745098,211.764705882353],[250,250,217.647058823529],[239.21568627451,232.352941176471,189.21568627451],[184.313725490196,176.470588235294,115.686274509804],[174.509803921569,168.627450980392,94.1176470588235],[151.960784313725,148.039215686275,62.7450980392157],[146.078431372549,144.117647058824,58.8235294117647],[150.980392156863,148.039215686275,72.5490196078431],[132.352941176471,130.392156862745,57.843137254902],[143.137254901961,147.058823529412,71.5686274509804],[179.411764705882,187.254901960784,111.764705882353],[190.196078431373,197.058823529412,131.372549019608],[146.078431372549,148.039215686275,84.3137254901961],[110.78431372549,105.882352941176,39.2156862745098],[112.745098039216,102.941176470588,42.156862745098],[127.450980392157,115.686274509804,66.6666666666667],[64.7058823529412,54.9019607843137,6.86274509803922],[88.2352941176471,86.2745098039216,30.3921568627451],[87.2549019607843,88.2352941176471,32.3529411764706],[33.3333333333333,31.3725490196078,0],[124.509803921569,117.647058823529,74.5098039215686],[130.392156862745,117.647058823529,73.5294117647059],[81.3725490196078,68.6274509803922,25.4901960784314],[91.1764705882353,87.2549019607843,50],[84.3137254901961,84.3137254901961,47.0588235294118],[46.078431372549,47.0588235294118,5.88235294117647],[83.3333333333333,82.3529411764706,35.2941176470588],[143.137254901961,143.137254901961,90.1960784313725],[75.4901960784314,78.4313725490196,22.5490196078431],[93.1372549019608,99.0196078431373,40.1960784313726],[145.098039215686,154.901960784314,95.0980392156863],[175.490196078431,189.21568627451,129.411764705882],[132.352941176471,147.058823529412,89.2156862745098],[37.2549019607843,54.9019607843137,0],[48.0392156862745,65.6862745098039,6.86274509803922],[140.196078431373,155.882352941176,95.0980392156863],[141.176470588235,154.901960784314,94.1176470588235],[177.450980392157,189.21568627451,126.470588235294],[194.117647058824,203.921568627451,142.156862745098],[116.666666666667,124.509803921569,68.6274509803922],[61.7647058823529,63.7254901960784,14.7058823529412],[63.7254901960784,62.7450980392157,15.6862745098039],[77.4509803921569,73.5294117647059,29.4117647058824],[92.156862745098,80.3921568627451,41.1764705882353],[94.1176470588235,78.4313725490196,45.0980392156863],[130.392156862745,109.803921568627,81.3725490196078],[68.6274509803922,45.0980392156863,21.5686274509804],[30.3921568627451,5.88235294117647,0],[39.2156862745098,16.6666666666667,0.980392156862745],[19.6078431372549,0,0],[18.6274509803922,3.92156862745098,0],[13.7254901960784,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[50.9803921568627,47.0588235294118,46.078431372549],[20.5882352941176,16.6666666666667,15.6862745098039],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0]],[[5.88235294117647,2.94117647058824,0],[5.88235294117647,2.94117647058824,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[9.80392156862745,0.980392156862745,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[13.7254901960784,3.92156862745098,2.94117647058824],[17.6470588235294,5.88235294117647,5.88235294117647],[19.6078431372549,8.82352941176471,6.86274509803922],[16.6666666666667,5.88235294117647,1.96078431372549],[12.7450980392157,1.96078431372549,0],[23.5294117647059,10.7843137254902,4.90196078431373],[34.3137254901961,21.5686274509804,15.6862745098039],[27.4509803921569,16.6666666666667,10.7843137254902],[12.7450980392157,3.92156862745098,0],[12.7450980392157,3.92156862745098,0],[7.84313725490196,0,0],[29.4117647058824,20.5882352941176,13.7254901960784],[26.4705882352941,15.6862745098039,9.80392156862745],[12.7450980392157,1.96078431372549,0],[36.2745098039216,23.5294117647059,15.6862745098039],[36.2745098039216,23.5294117647059,14.7058823529412],[20.5882352941176,6.86274509803922,0],[20.5882352941176,6.86274509803922,0],[61.7647058823529,49.0196078431373,32.3529411764706],[63.7254901960784,51.9607843137255,30.3921568627451],[27.4509803921569,17.6470588235294,0],[47.0588235294118,38.2352941176471,9.80392156862745],[87.2549019607843,78.4313725490196,46.078431372549],[100.980392156863,92.156862745098,59.8039215686275],[30.3921568627451,21.5686274509804,0],[21.5686274509804,15.6862745098039,0],[65.6862745098039,59.8039215686275,24.5098039215686],[93.1372549019608,88.2352941176471,50.9803921568627],[70.5882352941177,65.6862745098039,28.4313725490196],[111.764705882353,106.862745098039,69.6078431372549],[51.9607843137255,47.0588235294118,9.80392156862745],[96.078431372549,88.2352941176471,52.9411764705882],[87.2549019607843,76.4705882352941,47.0588235294118],[172.549019607843,158.823529411765,132.352941176471],[100,84.3137254901961,59.8039215686275],[28.4313725490196,12.7450980392157,0],[36.2745098039216,19.6078431372549,0],[49.0196078431373,29.4117647058824,2.94117647058824],[70.5882352941177,50,21.5686274509804],[67.6470588235294,49.0196078431373,16.6666666666667],[55.8823529411765,43.1372549019608,1.96078431372549],[72.5490196078431,60.7843137254902,13.7254901960784],[75.4901960784314,62.7450980392157,10.7843137254902],[100,87.2549019607843,33.3333333333333],[122.549019607843,110.78431372549,61.7647058823529],[67.6470588235294,57.843137254902,9.80392156862745],[56.8627450980392,50.9803921568627,0],[87.2549019607843,81.3725490196078,30.3921568627451],[81.3725490196078,70.5882352941177,25.4901960784314],[95.0980392156863,80.3921568627451,40.1960784313726],[85.2941176470588,63.7254901960784,25.4901960784314],[89.2156862745098,67.6470588235294,27.4509803921569],[150.980392156863,139.21568627451,90.1960784313725],[197.058823529412,196.078431372549,149.019607843137],[246.078431372549,250,227.450980392157],[126.470588235294,135.294117647059,104.901960784314],[135.294117647059,127.450980392157,81.3725490196078],[174.509803921569,161.764705882353,107.843137254902],[156.862745098039,148.039215686275,94.1176470588235],[129.411764705882,123.529411764706,72.5490196078431],[101.960784313725,98.0392156862745,50.9803921568627],[103.921568627451,102.941176470588,59.8039215686275],[146.078431372549,148.039215686275,109.803921568627],[218.627450980392,224.509803921569,191.176470588235],[156.862745098039,165.686274509804,139.21568627451],[193.137254901961,201.960784313725,181.372549019608],[220.588235294118,232.352941176471,218.627450980392],[195.098039215686,211.764705882353,201.960784313725],[177.450980392157,203.921568627451,197.058823529412],[163.725490196078,195.098039215686,190.196078431373],[198.039215686275,233.333333333333,231.372549019608],[151.960784313725,191.176470588235,182.352941176471],[141.176470588235,184.313725490196,159.803921568627],[159.803921568627,202.941176470588,178.43137254902],[108.823529411765,150,136.274509803922],[88.2352941176471,120.588235294118,113.725490196078],[151.960784313725,174.509803921569,168.627450980392],[145.098039215686,166.666666666667,163.725490196078],[124.509803921569,154.901960784314,156.862745098039],[139.21568627451,178.43137254902,180.392156862745],[111.764705882353,154.901960784314,155.882352941176],[147.058823529412,192.156862745098,192.156862745098],[207.843137254902,250,249.019607843137],[123.529411764706,170.588235294118,174.509803921569],[116.666666666667,168.627450980392,186.274509803922],[108.823529411765,154.901960784314,182.352941176471],[156.862745098039,190.196078431373,224.509803921569],[147.058823529412,175.490196078431,208.823529411765],[133.333333333333,166.666666666667,194.117647058824],[147.058823529412,176.470588235294,203.921568627451],[159.803921568627,174.509803921569,202.941176470588],[168.627450980392,178.43137254902,204.901960784314],[157.843137254902,169.607843137255,191.176470588235],[170.588235294118,189.21568627451,205.882352941176],[148.039215686275,175.490196078431,187.254901960784],[136.274509803922,163.725490196078,177.450980392157],[162.745098039216,178.43137254902,200.980392156863],[182.352941176471,193.137254901961,220.588235294118],[165.686274509804,180.392156862745,212.745098039216],[150.980392156863,173.529411764706,204.901960784314],[126.470588235294,160.78431372549,190.196078431373],[118.627450980392,162.745098039216,191.176470588235],[116.666666666667,169.607843137255,197.058823529412],[134.313725490196,187.254901960784,214.705882352941],[118.627450980392,162.745098039216,191.176470588235],[119.607843137255,159.803921568627,187.254901960784],[135.294117647059,174.509803921569,199.019607843137],[139.21568627451,173.529411764706,193.137254901961],[162.745098039216,185.294117647059,200.980392156863],[173.529411764706,191.176470588235,200.980392156863],[191.176470588235,205.882352941176,210.78431372549],[200,213.725490196078,213.725490196078],[177.450980392157,194.117647058824,188.235294117647],[208.823529411765,219.607843137255,213.725490196078],[226.470588235294,225.490196078431,223.529411764706],[250,240.196078431373,241.176470588235],[250,240.196078431373,244.117647058824],[221.56862745098,216.666666666667,220.588235294118],[193.137254901961,204.901960784314,204.901960784314],[167.647058823529,192.156862745098,189.21568627451],[145.098039215686,173.529411764706,169.607843137255],[143.137254901961,170.588235294118,171.56862745098],[158.823529411765,181.372549019608,189.21568627451],[209.803921568627,227.450980392157,241.176470588235],[183.333333333333,200,215.686274509804],[208.823529411765,225.490196078431,241.176470588235],[208.823529411765,226.470588235294,238.235294117647],[172.549019607843,192.156862745098,202.941176470588],[167.647058823529,186.274509803922,200.980392156863],[186.274509803922,207.843137254902,230.392156862745],[174.509803921569,200,232.352941176471],[135.294117647059,166.666666666667,204.901960784314],[149.019607843137,185.294117647059,226.470588235294],[162.745098039216,204.901960784314,246.078431372549],[141.176470588235,186.274509803922,221.56862745098],[150,195.098039215686,228.43137254902],[142.156862745098,189.21568627451,224.509803921569],[139.21568627451,186.274509803922,223.529411764706],[132.352941176471,179.411764705882,218.627450980392],[129.411764705882,177.450980392157,216.666666666667],[122.549019607843,170.588235294118,209.803921568627],[124.509803921569,173.529411764706,209.803921568627],[135.294117647059,184.313725490196,218.627450980392],[128.43137254902,178.43137254902,206.862745098039],[135.294117647059,184.313725490196,208.823529411765],[129.411764705882,176.470588235294,196.078431372549],[150,195.098039215686,210.78431372549],[170.588235294118,211.764705882353,227.450980392157],[153.921568627451,190.196078431373,205.882352941176],[152.941176470588,188.235294117647,203.921568627451],[168.627450980392,200.980392156863,217.647058823529],[147.058823529412,177.450980392157,197.058823529412],[133.333333333333,159.803921568627,186.274509803922],[128.43137254902,155.882352941176,177.450980392157],[124.509803921569,157.843137254902,166.666666666667],[143.137254901961,178.43137254902,174.509803921569],[121.56862745098,157.843137254902,141.176470588235],[69.6078431372549,100.980392156863,77.4509803921569],[70.5882352941177,94.1176470588235,68.6274509803922],[142.156862745098,157.843137254902,129.411764705882],[212.745098039216,226.470588235294,194.117647058824],[211.764705882353,221.56862745098,187.254901960784],[221.56862745098,232.352941176471,193.137254901961],[213.725490196078,220.588235294118,177.450980392157],[215.686274509804,219.607843137255,169.607843137255],[188.235294117647,188.235294117647,129.411764705882],[186.274509803922,179.411764705882,110.78431372549],[183.333333333333,173.529411764706,103.921568627451],[180.392156862745,169.607843137255,106.862745098039],[156.862745098039,151.960784313725,87.2549019607843],[162.745098039216,172.549019607843,100.980392156863],[190.196078431373,207.843137254902,135.294117647059],[150.980392156863,167.647058823529,100.980392156863],[131.372549019608,142.156862745098,77.4509803921569],[163.725490196078,160.78431372549,95.0980392156863],[156.862745098039,147.058823529412,86.2745098039216],[105.882352941176,93.1372549019608,42.156862745098],[18.6274509803922,8.82352941176471,0],[74.5098039215686,78.4313725490196,20.5882352941176],[83.3333333333333,89.2156862745098,30.3921568627451],[43.1372549019608,45.0980392156863,0],[177.450980392157,168.627450980392,126.470588235294],[112.745098039216,90.1960784313725,50],[144.117647058824,125.490196078431,83.3333333333333],[151.960784313725,155.882352941176,105.882352941176],[156.862745098039,169.607843137255,116.666666666667],[95.0980392156863,102.941176470588,52.9411764705882],[99.0196078431373,102.941176470588,53.921568627451],[132.352941176471,130.392156862745,83.3333333333333],[65.6862745098039,61.7647058823529,14.7058823529412],[111.764705882353,105.882352941176,56.8627450980392],[106.862745098039,103.921568627451,51.9607843137255],[140.196078431373,141.176470588235,84.3137254901961],[152.941176470588,158.823529411765,96.078431372549],[154.901960784314,165.686274509804,100.980392156863],[136.274509803922,150.980392156863,87.2549019607843],[140.196078431373,157.843137254902,97.0588235294118],[156.862745098039,176.470588235294,118.627450980392],[152.941176470588,173.529411764706,118.627450980392],[75.4901960784314,89.2156862745098,39.2156862745098],[41.1764705882353,43.1372549019608,0],[45.0980392156863,41.1764705882353,0],[94.1176470588235,87.2549019607843,46.078431372549],[130.392156862745,121.56862745098,83.3333333333333],[63.7254901960784,50.9803921568627,16.6666666666667],[45.0980392156863,30.3921568627451,0],[57.843137254902,41.1764705882353,13.7254901960784],[30.3921568627451,13.7254901960784,0],[33.3333333333333,15.6862745098039,0],[55.8823529411765,37.2549019607843,20.5882352941176],[40.1960784313726,24.5098039215686,9.80392156862745],[38.2352941176471,24.5098039215686,15.6862745098039],[18.6274509803922,7.84313725490196,3.92156862745098],[11.7647058823529,1.96078431372549,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0]],[[4.90196078431373,1.96078431372549,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[11.7647058823529,1.96078431372549,0.980392156862745],[15.6862745098039,5.88235294117647,4.90196078431373],[12.7450980392157,2.94117647058824,0.980392156862745],[15.6862745098039,4.90196078431373,2.94117647058824],[9.80392156862745,0,0],[12.7450980392157,1.96078431372549,0],[26.4705882352941,15.6862745098039,11.7647058823529],[14.7058823529412,5.88235294117647,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,12.7450980392157,6.86274509803922],[10.7843137254902,5.88235294117647,0],[12.7450980392157,4.90196078431373,1.96078431372549],[8.82352941176471,0.980392156862745,0],[12.7450980392157,3.92156862745098,0],[28.4313725490196,19.6078431372549,14.7058823529412],[22.5490196078431,11.7647058823529,5.88235294117647],[13.7254901960784,3.92156862745098,0],[45.0980392156863,35.2941176470588,25.4901960784314],[26.4705882352941,17.6470588235294,2.94117647058824],[58.8235294117647,50.9803921568627,32.3529411764706],[46.078431372549,38.2352941176471,17.6470588235294],[6.86274509803922,0.980392156862745,0],[56.8627450980392,51.9607843137255,23.5294117647059],[64.7058823529412,57.843137254902,30.3921568627451],[31.3725490196078,20.5882352941176,0],[75.4901960784314,64.7058823529412,43.1372549019608],[49.0196078431373,42.156862745098,14.7058823529412],[44.1176470588235,38.2352941176471,6.86274509803922],[45.0980392156863,39.2156862745098,3.92156862745098],[58.8235294117647,53.921568627451,16.6666666666667],[75.4901960784314,70.5882352941177,31.3725490196078],[69.6078431372549,61.7647058823529,23.5294117647059],[129.411764705882,120.588235294118,82.3529411764706],[158.823529411765,150,111.764705882353],[135.294117647059,122.549019607843,88.2352941176471],[106.862745098039,93.1372549019608,58.8235294117647],[113.725490196078,98.0392156862745,62.7450980392157],[145.098039215686,127.450980392157,90.1960784313725],[187.254901960784,168.627450980392,129.411764705882],[90.1960784313725,71.5686274509804,30.3921568627451],[59.8039215686275,43.1372549019608,0.980392156862745],[141.176470588235,124.509803921569,79.4117647058823],[144.117647058824,127.450980392157,74.5098039215686],[172.549019607843,156.862745098039,105.882352941176],[108.823529411765,96.078431372549,51.9607843137255],[47.0588235294118,39.2156862745098,0],[43.1372549019608,41.1764705882353,0],[136.274509803922,134.313725490196,84.3137254901961],[93.1372549019608,84.3137254901961,42.156862745098],[25.4901960784314,11.7647058823529,0],[67.6470588235294,48.0392156862745,15.6862745098039],[117.647058823529,99.0196078431373,59.8039215686275],[122.549019607843,113.725490196078,59.8039215686275],[186.274509803922,189.21568627451,137.254901960784],[230.392156862745,244.117647058824,211.764705882353],[150,156.862745098039,126.470588235294],[133.333333333333,119.607843137255,75.4901960784314],[219.607843137255,199.019607843137,147.058823529412],[192.156862745098,179.411764705882,127.450980392157],[195.098039215686,185.294117647059,133.333333333333],[190.196078431373,180.392156862745,132.352941176471],[147.058823529412,140.196078431373,95.0980392156863],[148.039215686275,149.019607843137,107.843137254902],[155.882352941176,163.725490196078,127.450980392157],[167.647058823529,178.43137254902,147.058823529412],[199.019607843137,211.764705882353,186.274509803922],[190.196078431373,202.941176470588,185.294117647059],[189.21568627451,209.803921568627,195.098039215686],[165.686274509804,199.019607843137,185.294117647059],[95.0980392156863,134.313725490196,123.529411764706],[155.882352941176,196.078431372549,188.235294117647],[212.745098039216,250,247.058823529412],[189.21568627451,242.156862745098,219.607843137255],[164.705882352941,218.627450980392,198.039215686275],[146.078431372549,192.156862745098,182.352941176471],[132.352941176471,170.588235294118,165.686274509804],[132.352941176471,158.823529411765,151.960784313725],[138.235294117647,162.745098039216,156.862745098039],[165.686274509804,197.058823529412,194.117647058824],[144.117647058824,179.411764705882,179.411764705882],[119.607843137255,152.941176470588,151.960784313725],[138.235294117647,171.56862745098,170.588235294118],[184.313725490196,218.627450980392,214.705882352941],[152.941176470588,193.137254901961,195.098039215686],[141.176470588235,193.137254901961,208.823529411765],[102.941176470588,152.941176470588,181.372549019608],[113.725490196078,150.980392156863,186.274509803922],[135.294117647059,168.627450980392,204.901960784314],[137.254901960784,175.490196078431,207.843137254902],[156.862745098039,191.176470588235,220.588235294118],[155.882352941176,178.43137254902,208.823529411765],[158.823529411765,173.529411764706,201.960784313725],[157.843137254902,169.607843137255,193.137254901961],[154.901960784314,171.56862745098,189.21568627451],[149.019607843137,178.43137254902,189.21568627451],[140.196078431373,167.647058823529,181.372549019608],[202.941176470588,217.647058823529,240.196078431373],[215.686274509804,226.470588235294,250],[151.960784313725,170.588235294118,201.960784313725],[132.352941176471,157.843137254902,190.196078431373],[141.176470588235,176.470588235294,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[101.960784313725,157.843137254902,187.254901960784],[117.647058823529,173.529411764706,202.941176470588],[129.411764705882,177.450980392157,209.803921568627],[123.529411764706,167.647058823529,200],[115.686274509804,161.764705882353,187.254901960784],[125.490196078431,166.666666666667,188.235294117647],[146.078431372549,178.43137254902,195.098039215686],[163.725490196078,187.254901960784,197.058823529412],[211.764705882353,229.411764705882,233.333333333333],[162.745098039216,178.43137254902,177.450980392157],[160.78431372549,177.450980392157,171.56862745098],[213.725490196078,226.470588235294,219.607843137255],[235.294117647059,240.196078431373,236.274509803922],[234.313725490196,232.352941176471,233.333333333333],[230.392156862745,223.529411764706,230.392156862745],[217.647058823529,216.666666666667,222.549019607843],[182.352941176471,196.078431372549,199.019607843137],[121.56862745098,145.098039215686,147.058823529412],[135.294117647059,166.666666666667,165.686274509804],[167.647058823529,197.058823529412,199.019607843137],[195.098039215686,216.666666666667,229.411764705882],[201.960784313725,218.627450980392,236.274509803922],[168.627450980392,187.254901960784,203.921568627451],[186.274509803922,204.901960784314,219.607843137255],[188.235294117647,209.803921568627,220.588235294118],[184.313725490196,205.882352941176,216.666666666667],[179.411764705882,196.078431372549,211.764705882353],[166.666666666667,184.313725490196,205.882352941176],[162.745098039216,185.294117647059,216.666666666667],[156.862745098039,186.274509803922,223.529411764706],[150.980392156863,189.21568627451,227.450980392157],[140.196078431373,183.333333333333,219.607843137255],[129.411764705882,171.56862745098,204.901960784314],[145.098039215686,189.21568627451,219.607843137255],[133.333333333333,178.43137254902,211.764705882353],[128.43137254902,175.490196078431,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[128.43137254902,176.470588235294,215.686274509804],[123.529411764706,171.56862745098,210.78431372549],[124.509803921569,173.529411764706,209.803921568627],[134.313725490196,183.333333333333,217.647058823529],[128.43137254902,178.43137254902,208.823529411765],[137.254901960784,186.274509803922,210.78431372549],[147.058823529412,194.117647058824,215.686274509804],[176.470588235294,220.588235294118,239.21568627451],[170.588235294118,210.78431372549,228.43137254902],[146.078431372549,183.333333333333,201.960784313725],[149.019607843137,183.333333333333,202.941176470588],[150.980392156863,182.352941176471,202.941176470588],[146.078431372549,177.450980392157,200],[127.450980392157,156.862745098039,184.313725490196],[129.411764705882,160.78431372549,185.294117647059],[145.098039215686,182.352941176471,193.137254901961],[131.372549019608,172.549019607843,171.56862745098],[100,141.176470588235,131.372549019608],[85.2941176470588,120.588235294118,106.862745098039],[94.1176470588235,120.588235294118,103.921568627451],[86.2745098039216,104.901960784314,83.3333333333333],[149.019607843137,164.705882352941,136.274509803922],[191.176470588235,206.862745098039,171.56862745098],[194.117647058824,209.803921568627,171.56862745098],[212.745098039216,225.490196078431,183.333333333333],[239.21568627451,248.039215686275,203.921568627451],[229.411764705882,231.372549019608,183.333333333333],[213.725490196078,208.823529411765,153.921568627451],[174.509803921569,165.686274509804,107.843137254902],[186.274509803922,177.450980392157,121.56862745098],[197.058823529412,195.098039215686,135.294117647059],[176.470588235294,187.254901960784,119.607843137255],[155.882352941176,175.490196078431,104.901960784314],[102.941176470588,118.627450980392,54.9019607843137],[101.960784313725,111.764705882353,50],[150,147.058823529412,79.4117647058823],[150,139.21568627451,76.4705882352941],[114.705882352941,99.0196078431373,48.0392156862745],[98.0392156862745,88.2352941176471,36.2745098039216],[93.1372549019608,98.0392156862745,35.2941176470588],[107.843137254902,117.647058823529,55.8823529411765],[113.725490196078,120.588235294118,67.6470588235294],[142.156862745098,140.196078431373,93.1372549019608],[93.1372549019608,76.4705882352941,33.3333333333333],[101.960784313725,89.2156862745098,45.0980392156863],[133.333333333333,140.196078431373,89.2156862745098],[116.666666666667,130.392156862745,78.4313725490196],[128.43137254902,138.235294117647,89.2156862745098],[117.647058823529,120.588235294118,76.4705882352941],[58.8235294117647,55.8823529411765,13.7254901960784],[39.2156862745098,32.3529411764706,0],[62.7450980392157,54.9019607843137,8.82352941176471],[68.6274509803922,62.7450980392157,11.7647058823529],[44.1176470588235,44.1176470588235,0],[142.156862745098,147.058823529412,82.3529411764706],[250,250,194.117647058824],[195.098039215686,209.803921568627,142.156862745098],[118.627450980392,137.254901960784,72.5490196078431],[161.764705882353,183.333333333333,120.588235294118],[71.5686274509804,95.0980392156863,38.2352941176471],[11.7647058823529,25.4901960784314,0],[78.4313725490196,75.4901960784314,33.3333333333333],[88.2352941176471,76.4705882352941,39.2156862745098],[78.4313725490196,64.7058823529412,30.3921568627451],[69.6078431372549,54.9019607843137,22.5490196078431],[43.1372549019608,28.4313725490196,0],[40.1960784313726,25.4901960784314,0],[24.5098039215686,10.7843137254902,0],[45.0980392156863,31.3725490196078,5.88235294117647],[40.1960784313726,25.4901960784314,2.94117647058824],[47.0588235294118,32.3529411764706,13.7254901960784],[39.2156862745098,26.4705882352941,10.7843137254902],[27.4509803921569,14.7058823529412,5.88235294117647],[23.5294117647059,9.80392156862745,6.86274509803922],[7.84313725490196,0,0],[7.84313725490196,0,1.96078431372549],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0]],[[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,3.92156862745098,0.980392156862745],[9.80392156862745,4.90196078431373,1.96078431372549],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,0,0],[16.6666666666667,6.86274509803922,5.88235294117647],[16.6666666666667,6.86274509803922,5.88235294117647],[11.7647058823529,1.96078431372549,0],[18.6274509803922,8.82352941176471,6.86274509803922],[23.5294117647059,13.7254901960784,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[11.7647058823529,6.86274509803922,2.94117647058824],[13.7254901960784,10.7843137254902,5.88235294117647],[10.7843137254902,7.84313725490196,2.94117647058824],[8.82352941176471,3.92156862745098,0.980392156862745],[13.7254901960784,8.82352941176471,5.88235294117647],[20.5882352941176,12.7450980392157,10.7843137254902],[17.6470588235294,9.80392156862745,7.84313725490196],[10.7843137254902,0.980392156862745,0],[25.4901960784314,16.6666666666667,11.7647058823529],[28.4313725490196,19.6078431372549,12.7450980392157],[20.5882352941176,11.7647058823529,2.94117647058824],[10.7843137254902,2.94117647058824,0],[24.5098039215686,17.6470588235294,0],[21.5686274509804,16.6666666666667,0],[36.2745098039216,32.3529411764706,7.84313725490196],[25.4901960784314,19.6078431372549,0],[30.3921568627451,21.5686274509804,4.90196078431373],[78.4313725490196,66.6666666666667,52.9411764705882],[34.3137254901961,23.5294117647059,5.88235294117647],[26.4705882352941,15.6862745098039,0],[35.2941176470588,28.4313725490196,2.94117647058824],[31.3725490196078,24.5098039215686,0],[117.647058823529,108.823529411765,78.4313725490196],[78.4313725490196,69.6078431372549,37.2549019607843],[65.6862745098039,55.8823529411765,20.5882352941176],[68.6274509803922,56.8627450980392,19.6078431372549],[82.3529411764706,69.6078431372549,28.4313725490196],[136.274509803922,122.549019607843,76.4705882352941],[145.098039215686,129.411764705882,78.4313725490196],[85.2941176470588,70.5882352941177,12.7450980392157],[188.235294117647,172.549019607843,111.764705882353],[140.196078431373,121.56862745098,64.7058823529412],[107.843137254902,84.3137254901961,39.2156862745098],[109.803921568627,82.3529411764706,43.1372549019608],[129.411764705882,102.941176470588,58.8235294117647],[108.823529411765,85.2941176470588,38.2352941176471],[93.1372549019608,75.4901960784314,28.4313725490196],[46.078431372549,33.3333333333333,0],[135.294117647059,127.450980392157,89.2156862745098],[135.294117647059,127.450980392157,92.156862745098],[52.9411764705882,40.1960784313726,5.88235294117647],[35.2941176470588,17.6470588235294,0],[122.549019607843,100,58.8235294117647],[128.43137254902,105.882352941176,64.7058823529412],[141.176470588235,126.470588235294,88.2352941176471],[177.450980392157,171.56862745098,136.274509803922],[176.470588235294,183.333333333333,150.980392156863],[189.21568627451,193.137254901961,160.78431372549],[183.333333333333,164.705882352941,125.490196078431],[224.509803921569,200.980392156863,157.843137254902],[142.156862745098,128.43137254902,84.3137254901961],[96.078431372549,83.3333333333333,40.1960784313726],[138.235294117647,119.607843137255,80.3921568627451],[175.490196078431,160.78431372549,122.549019607843],[201.960784313725,197.058823529412,159.803921568627],[182.352941176471,184.313725490196,148.039215686275],[201.960784313725,208.823529411765,175.490196078431],[163.725490196078,172.549019607843,144.117647058824],[85.2941176470588,95.0980392156863,70.5882352941177],[67.6470588235294,90.1960784313725,64.7058823529412],[103.921568627451,143.137254901961,116.666666666667],[122.549019607843,171.56862745098,145.098039215686],[135.294117647059,184.313725490196,159.803921568627],[112.745098039216,165.686274509804,143.137254901961],[178.43137254902,240.196078431373,221.56862745098],[147.058823529412,207.843137254902,195.098039215686],[124.509803921569,178.43137254902,175.490196078431],[111.764705882353,156.862745098039,154.901960784314],[104.901960784314,141.176470588235,133.333333333333],[122.549019607843,154.901960784314,146.078431372549],[167.647058823529,203.921568627451,196.078431372549],[151.960784313725,183.333333333333,178.43137254902],[141.176470588235,162.745098039216,159.803921568627],[185.294117647059,203.921568627451,201.960784313725],[199.019607843137,219.607843137255,214.705882352941],[133.333333333333,163.725490196078,165.686274509804],[96.078431372549,146.078431372549,162.745098039216],[103.921568627451,158.823529411765,185.294117647059],[120.588235294118,165.686274509804,199.019607843137],[136.274509803922,177.450980392157,214.705882352941],[126.470588235294,171.56862745098,206.862745098039],[134.313725490196,176.470588235294,209.803921568627],[147.058823529412,181.372549019608,210.78431372549],[147.058823529412,167.647058823529,196.078431372549],[176.470588235294,181.372549019608,209.803921568627],[179.411764705882,183.333333333333,207.843137254902],[188.235294117647,204.901960784314,222.549019607843],[161.764705882353,184.313725490196,200],[175.490196078431,193.137254901961,214.705882352941],[171.56862745098,193.137254901961,216.666666666667],[131.372549019608,164.705882352941,191.176470588235],[141.176470588235,176.470588235294,207.843137254902],[138.235294117647,171.56862745098,207.843137254902],[130.392156862745,168.627450980392,206.862745098039],[121.56862745098,176.470588235294,210.78431372549],[106.862745098039,163.725490196078,200],[119.607843137255,163.725490196078,203.921568627451],[115.686274509804,160.78431372549,196.078431372549],[101.960784313725,156.862745098039,183.333333333333],[102.941176470588,156.862745098039,177.450980392157],[116.666666666667,158.823529411765,174.509803921569],[157.843137254902,190.196078431373,199.019607843137],[204.901960784314,223.529411764706,229.411764705882],[177.450980392157,191.176470588235,192.156862745098],[149.019607843137,163.725490196078,160.78431372549],[220.588235294118,232.352941176471,228.43137254902],[243.137254901961,250,250],[235.294117647059,244.117647058824,243.137254901961],[220.588235294118,223.529411764706,228.43137254902],[192.156862745098,196.078431372549,204.901960784314],[169.607843137255,182.352941176471,190.196078431373],[148.039215686275,167.647058823529,174.509803921569],[132.352941176471,161.764705882353,163.725490196078],[159.803921568627,188.235294117647,194.117647058824],[201.960784313725,218.627450980392,234.313725490196],[193.137254901961,207.843137254902,228.43137254902],[169.607843137255,186.274509803922,205.882352941176],[166.666666666667,187.254901960784,203.921568627451],[161.764705882353,185.294117647059,195.098039215686],[178.43137254902,200,210.78431372549],[185.294117647059,200.980392156863,215.686274509804],[166.666666666667,183.333333333333,202.941176470588],[150,173.529411764706,200.980392156863],[151.960784313725,184.313725490196,216.666666666667],[138.235294117647,182.352941176471,212.745098039216],[129.411764705882,177.450980392157,206.862745098039],[144.117647058824,187.254901960784,213.725490196078],[140.196078431373,184.313725490196,212.745098039216],[144.117647058824,194.117647058824,224.509803921569],[128.43137254902,181.372549019608,214.705882352941],[119.607843137255,172.549019607843,205.882352941176],[122.549019607843,175.490196078431,210.78431372549],[117.647058823529,170.588235294118,205.882352941176],[121.56862745098,172.549019607843,208.823529411765],[137.254901960784,189.21568627451,222.549019607843],[136.274509803922,186.274509803922,216.666666666667],[121.56862745098,167.647058823529,195.098039215686],[147.058823529412,192.156862745098,215.686274509804],[153.921568627451,195.098039215686,216.666666666667],[140.196078431373,177.450980392157,198.039215686275],[159.803921568627,191.176470588235,213.725490196078],[167.647058823529,197.058823529412,220.588235294118],[150.980392156863,178.43137254902,201.960784313725],[161.764705882353,191.176470588235,216.666666666667],[158.823529411765,193.137254901961,220.588235294118],[121.56862745098,158.823529411765,181.372549019608],[122.549019607843,158.823529411765,176.470588235294],[96.078431372549,132.352941176471,140.196078431373],[103.921568627451,139.21568627451,137.254901960784],[94.1176470588235,129.411764705882,119.607843137255],[95.0980392156863,127.450980392157,108.823529411765],[42.156862745098,71.5686274509804,48.0392156862745],[160.78431372549,186.274509803922,157.843137254902],[143.137254901961,163.725490196078,131.372549019608],[154.901960784314,170.588235294118,135.294117647059],[200.980392156863,210.78431372549,174.509803921569],[208.823529411765,215.686274509804,175.490196078431],[245.098039215686,248.039215686275,205.882352941176],[249.019607843137,250,206.862745098039],[248.039215686275,250,201.960784313725],[226.470588235294,229.411764705882,175.490196078431],[213.725490196078,219.607843137255,160.78431372549],[193.137254901961,203.921568627451,137.254901960784],[148.039215686275,158.823529411765,92.156862745098],[46.078431372549,51.9607843137255,0],[56.8627450980392,54.9019607843137,0],[135.294117647059,125.490196078431,57.843137254902],[167.647058823529,152.941176470588,87.2549019607843],[111.764705882353,95.0980392156863,40.1960784313726],[86.2745098039216,75.4901960784314,20.5882352941176],[99.0196078431373,100,35.2941176470588],[106.862745098039,113.725490196078,48.0392156862745],[116.666666666667,127.450980392157,68.6274509803922],[70.5882352941177,81.3725490196078,26.4705882352941],[91.1764705882353,99.0196078431373,43.1372549019608],[146.078431372549,152.941176470588,102.941176470588],[51.9607843137255,57.843137254902,20.5882352941176],[48.0392156862745,53.921568627451,20.5882352941176],[38.2352941176471,39.2156862745098,5.88235294117647],[51.9607843137255,51.9607843137255,14.7058823529412],[129.411764705882,128.43137254902,85.2941176470588],[72.5490196078431,70.5882352941177,23.5294117647059],[68.6274509803922,68.6274509803922,17.6470588235294],[172.549019607843,175.490196078431,119.607843137255],[168.627450980392,174.509803921569,113.725490196078],[138.235294117647,149.019607843137,84.3137254901961],[117.647058823529,130.392156862745,62.7450980392157],[150,166.666666666667,98.0392156862745],[168.627450980392,185.294117647059,115.686274509804],[179.411764705882,199.019607843137,128.43137254902],[103.921568627451,120.588235294118,50.9803921568627],[97.0588235294118,105.882352941176,44.1176470588235],[123.529411764706,115.686274509804,70.5882352941177],[74.5098039215686,55.8823529411765,23.5294117647059],[56.8627450980392,41.1764705882353,8.82352941176471],[43.1372549019608,26.4705882352941,0],[20.5882352941176,5.88235294117647,0],[50.9803921568627,37.2549019607843,10.7843137254902],[43.1372549019608,32.3529411764706,4.90196078431373],[48.0392156862745,36.2745098039216,10.7843137254902],[57.843137254902,48.0392156862745,23.5294117647059],[55.8823529411765,45.0980392156863,25.4901960784314],[36.2745098039216,24.5098039215686,8.82352941176471],[19.6078431372549,6.86274509803922,0],[22.5490196078431,8.82352941176471,5.88235294117647],[10.7843137254902,0,0],[17.6470588235294,0.980392156862745,8.82352941176471],[11.7647058823529,0,3.92156862745098],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549]],[[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[6.86274509803922,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[15.6862745098039,6.86274509803922,1.96078431372549],[9.80392156862745,0.980392156862745,0],[22.5490196078431,13.7254901960784,6.86274509803922],[14.7058823529412,5.88235294117647,0],[15.6862745098039,8.82352941176471,0.980392156862745],[17.6470588235294,12.7450980392157,6.86274509803922],[7.84313725490196,4.90196078431373,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,10.7843137254902,6.86274509803922],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,12.7450980392157,9.80392156862745],[11.7647058823529,2.94117647058824,0],[19.6078431372549,10.7843137254902,5.88235294117647],[26.4705882352941,18.6274509803922,15.6862745098039],[11.7647058823529,4.90196078431373,0],[13.7254901960784,6.86274509803922,0.980392156862745],[9.80392156862745,2.94117647058824,0],[29.4117647058824,23.5294117647059,7.84313725490196],[20.5882352941176,15.6862745098039,0],[48.0392156862745,44.1176470588235,15.6862745098039],[65.6862745098039,61.7647058823529,35.2941176470588],[20.5882352941176,15.6862745098039,0],[41.1764705882353,34.3137254901961,18.6274509803922],[85.2941176470588,75.4901960784314,63.7254901960784],[50.9803921568627,42.156862745098,27.4509803921569],[11.7647058823529,0.980392156862745,0],[23.5294117647059,12.7450980392157,0],[73.5294117647059,61.7647058823529,36.2745098039216],[54.9019607843137,44.1176470588235,16.6666666666667],[58.8235294117647,48.0392156862745,18.6274509803922],[37.2549019607843,27.4509803921569,0],[38.2352941176471,26.4705882352941,0],[101.960784313725,90.1960784313725,41.1764705882353],[106.862745098039,96.078431372549,35.2941176470588],[49.0196078431373,39.2156862745098,0],[124.509803921569,112.745098039216,40.1960784313726],[169.607843137255,154.901960784314,89.2156862745098],[116.666666666667,95.0980392156863,46.078431372549],[134.313725490196,106.862745098039,67.6470588235294],[74.5098039215686,47.0588235294118,7.84313725490196],[87.2549019607843,59.8039215686275,20.5882352941176],[145.098039215686,123.529411764706,77.4509803921569],[136.274509803922,117.647058823529,75.4901960784314],[59.8039215686275,44.1176470588235,10.7843137254902],[93.1372549019608,78.4313725490196,48.0392156862745],[100,86.2745098039216,51.9607843137255],[100,85.2941176470588,47.0588235294118],[126.470588235294,107.843137254902,65.6862745098039],[153.921568627451,136.274509803922,97.0588235294118],[226.470588235294,212.745098039216,184.313725490196],[241.176470588235,236.274509803922,207.843137254902],[189.21568627451,195.098039215686,159.803921568627],[190.196078431373,192.156862745098,152.941176470588],[153.921568627451,137.254901960784,95.0980392156863],[156.862745098039,136.274509803922,94.1176470588235],[136.274509803922,123.529411764706,80.3921568627451],[96.078431372549,87.2549019607843,47.0588235294118],[124.509803921569,110.78431372549,74.5098039215686],[166.666666666667,153.921568627451,119.607843137255],[197.058823529412,193.137254901961,158.823529411765],[217.647058823529,218.627450980392,187.254901960784],[234.313725490196,239.21568627451,207.843137254902],[210.78431372549,216.666666666667,189.21568627451],[167.647058823529,175.490196078431,151.960784313725],[119.607843137255,137.254901960784,111.764705882353],[104.901960784314,140.196078431373,112.745098039216],[136.274509803922,181.372549019608,152.941176470588],[100.980392156863,149.019607843137,120.588235294118],[28.4313725490196,81.3725490196078,57.843137254902],[84.3137254901961,142.156862745098,124.509803921569],[166.666666666667,225.490196078431,215.686274509804],[127.450980392157,182.352941176471,181.372549019608],[56.8627450980392,106.862745098039,107.843137254902],[86.2745098039216,132.352941176471,126.470588235294],[103.921568627451,146.078431372549,137.254901960784],[112.745098039216,152.941176470588,145.098039215686],[114.705882352941,147.058823529412,140.196078431373],[135.294117647059,153.921568627451,148.039215686275],[199.019607843137,209.803921568627,203.921568627451],[224.509803921569,235.294117647059,229.411764705882],[151.960784313725,171.56862745098,172.549019607843],[123.529411764706,160.78431372549,173.529411764706],[139.21568627451,184.313725490196,207.843137254902],[139.21568627451,183.333333333333,213.725490196078],[125.490196078431,164.705882352941,199.019607843137],[129.411764705882,167.647058823529,200],[137.254901960784,171.56862745098,202.941176470588],[146.078431372549,176.470588235294,206.862745098039],[165.686274509804,186.274509803922,216.666666666667],[180.392156862745,185.294117647059,216.666666666667],[209.803921568627,212.745098039216,243.137254901961],[186.274509803922,201.960784313725,226.470588235294],[141.176470588235,165.686274509804,187.254901960784],[169.607843137255,195.098039215686,217.647058823529],[186.274509803922,217.647058823529,242.156862745098],[132.352941176471,170.588235294118,199.019607843137],[132.352941176471,174.509803921569,205.882352941176],[150,184.313725490196,221.56862745098],[129.411764705882,167.647058823529,207.843137254902],[107.843137254902,160.78431372549,198.039215686275],[111.764705882353,168.627450980392,204.901960784314],[100.980392156863,151.960784313725,188.235294117647],[101.960784313725,150.980392156863,183.333333333333],[106.862745098039,161.764705882353,186.274509803922],[101.960784313725,155.882352941176,175.490196078431],[114.705882352941,159.803921568627,174.509803921569],[162.745098039216,196.078431372549,205.882352941176],[148.039215686275,167.647058823529,174.509803921569],[163.725490196078,174.509803921569,180.392156862745],[156.862745098039,164.705882352941,167.647058823529],[235.294117647059,243.137254901961,245.098039215686],[234.313725490196,244.117647058824,245.098039215686],[213.725490196078,223.529411764706,224.509803921569],[213.725490196078,224.509803921569,226.470588235294],[185.294117647059,199.019607843137,201.960784313725],[167.647058823529,182.352941176471,189.21568627451],[177.450980392157,196.078431372549,202.941176470588],[183.333333333333,211.764705882353,215.686274509804],[162.745098039216,191.176470588235,199.019607843137],[206.862745098039,225.490196078431,240.196078431373],[199.019607843137,215.686274509804,235.294117647059],[172.549019607843,190.196078431373,209.803921568627],[158.823529411765,179.411764705882,196.078431372549],[155.882352941176,181.372549019608,194.117647058824],[176.470588235294,200,211.764705882353],[184.313725490196,202.941176470588,217.647058823529],[174.509803921569,192.156862745098,213.725490196078],[180.392156862745,205.882352941176,230.392156862745],[141.176470588235,174.509803921569,201.960784313725],[136.274509803922,181.372549019608,206.862745098039],[177.450980392157,224.509803921569,247.058823529412],[164.705882352941,208.823529411765,231.372549019608],[149.019607843137,194.117647058824,217.647058823529],[145.098039215686,195.098039215686,223.529411764706],[128.43137254902,182.352941176471,212.745098039216],[121.56862745098,177.450980392157,206.862745098039],[130.392156862745,185.294117647059,217.647058823529],[127.450980392157,179.411764705882,212.745098039216],[125.490196078431,174.509803921569,206.862745098039],[130.392156862745,182.352941176471,212.745098039216],[123.529411764706,173.529411764706,201.960784313725],[130.392156862745,176.470588235294,201.960784313725],[150,191.176470588235,214.705882352941],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,171.56862745098,193.137254901961],[153.921568627451,187.254901960784,211.764705882353],[165.686274509804,199.019607843137,223.529411764706],[163.725490196078,194.117647058824,221.56862745098],[174.509803921569,204.901960784314,233.333333333333],[164.705882352941,200.980392156863,227.450980392157],[130.392156862745,170.588235294118,192.156862745098],[120.588235294118,154.901960784314,173.529411764706],[129.411764705882,162.745098039216,174.509803921569],[117.647058823529,153.921568627451,159.803921568627],[95.0980392156863,133.333333333333,130.392156862745],[85.2941176470588,123.529411764706,105.882352941176],[87.2549019607843,121.56862745098,98.0392156862745],[170.588235294118,201.960784313725,178.43137254902],[104.901960784314,129.411764705882,100.980392156863],[203.921568627451,216.666666666667,187.254901960784],[205.882352941176,211.764705882353,178.43137254902],[145.098039215686,150,110.78431372549],[163.725490196078,168.627450980392,128.43137254902],[194.117647058824,200.980392156863,159.803921568627],[224.509803921569,233.333333333333,187.254901960784],[220.588235294118,234.313725490196,176.470588235294],[186.274509803922,200.980392156863,135.294117647059],[180.392156862745,193.137254901961,124.509803921569],[182.352941176471,192.156862745098,122.549019607843],[135.294117647059,137.254901960784,73.5294117647059],[137.254901960784,133.333333333333,70.5882352941177],[149.019607843137,139.21568627451,71.5686274509804],[168.627450980392,153.921568627451,88.2352941176471],[111.764705882353,96.078431372549,38.2352941176471],[59.8039215686275,48.0392156862745,0],[71.5686274509804,66.6666666666667,3.92156862745098],[98.0392156862745,100.980392156863,35.2941176470588],[93.1372549019608,101.960784313725,40.1960784313726],[79.4117647058823,93.1372549019608,32.3529411764706],[112.745098039216,128.43137254902,64.7058823529412],[108.823529411765,123.529411764706,67.6470588235294],[0.980392156862745,11.7647058823529,0],[15.6862745098039,22.5490196078431,0],[30.3921568627451,36.2745098039216,0.980392156862745],[54.9019607843137,59.8039215686275,20.5882352941176],[124.509803921569,127.450980392157,83.3333333333333],[138.235294117647,140.196078431373,92.156862745098],[79.4117647058823,82.3529411764706,30.3921568627451],[119.607843137255,124.509803921569,69.6078431372549],[133.333333333333,138.235294117647,81.3725490196078],[120.588235294118,128.43137254902,70.5882352941177],[59.8039215686275,67.6470588235294,8.82352941176471],[87.2549019607843,97.0588235294118,37.2549019607843],[180.392156862745,190.196078431373,128.43137254902],[141.176470588235,151.960784313725,87.2549019607843],[49.0196078431373,59.8039215686275,0],[70.5882352941177,74.5098039215686,16.6666666666667],[86.2745098039216,74.5098039215686,35.2941176470588],[40.1960784313726,23.5294117647059,0],[39.2156862745098,24.5098039215686,0],[77.4509803921569,63.7254901960784,35.2941176470588],[30.3921568627451,19.6078431372549,0],[81.3725490196078,71.5686274509804,45.0980392156863],[35.2941176470588,25.4901960784314,0],[41.1764705882353,31.3725490196078,6.86274509803922],[55.8823529411765,44.1176470588235,22.5490196078431],[70.5882352941177,57.843137254902,41.1764705882353],[36.2745098039216,22.5490196078431,9.80392156862745],[30.3921568627451,16.6666666666667,7.84313725490196],[11.7647058823529,0,0],[9.80392156862745,0,0],[14.7058823529412,1.96078431372549,8.82352941176471],[6.86274509803922,0,1.96078431372549],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[2.94117647058824,0,0],[15.6862745098039,11.7647058823529,10.7843137254902],[24.5098039215686,20.5882352941176,19.6078431372549],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[8.82352941176471,0.980392156862745,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,17.6470588235294,10.7843137254902],[7.84313725490196,0,0],[32.3529411764706,22.5490196078431,12.7450980392157],[37.2549019607843,27.4509803921569,15.6862745098039],[30.3921568627451,20.5882352941176,8.82352941176471],[15.6862745098039,6.86274509803922,0],[21.5686274509804,13.7254901960784,0.980392156862745],[15.6862745098039,8.82352941176471,0],[20.5882352941176,13.7254901960784,7.84313725490196],[9.80392156862745,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[17.6470588235294,4.90196078431373,0],[14.7058823529412,4.90196078431373,0],[15.6862745098039,5.88235294117647,0],[12.7450980392157,3.92156862745098,0],[18.6274509803922,10.7843137254902,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[34.3137254901961,26.4705882352941,23.5294117647059],[16.6666666666667,10.7843137254902,0],[25.4901960784314,19.6078431372549,0],[80.3921568627451,75.4901960784314,38.2352941176471],[74.5098039215686,72.5490196078431,32.3529411764706],[30.3921568627451,34.3137254901961,1.96078431372549],[28.4313725490196,30.3921568627451,8.82352941176471],[129.411764705882,125.490196078431,114.705882352941],[105.882352941176,97.0588235294118,90.1960784313725],[18.6274509803922,5.88235294117647,0],[50,34.3137254901961,19.6078431372549],[48.0392156862745,32.3529411764706,9.80392156862745],[36.2745098039216,20.5882352941176,0],[50.9803921568627,36.2745098039216,15.6862745098039],[55.8823529411765,44.1176470588235,18.6274509803922],[63.7254901960784,53.921568627451,19.6078431372549],[42.156862745098,34.3137254901961,0],[36.2745098039216,28.4313725490196,0],[121.56862745098,113.725490196078,43.1372549019608],[141.176470588235,131.372549019608,61.7647058823529],[149.019607843137,138.235294117647,73.5294117647059],[131.372549019608,122.549019607843,64.7058823529412],[116.666666666667,104.901960784314,55.8823529411765],[142.156862745098,122.549019607843,88.2352941176471],[81.3725490196078,57.843137254902,24.5098039215686],[126.470588235294,99.0196078431373,59.8039215686275],[158.823529411765,132.352941176471,90.1960784313725],[45.0980392156863,22.5490196078431,0],[72.5490196078431,52.9411764705882,16.6666666666667],[100.980392156863,87.2549019607843,50.9803921568627],[87.2549019607843,79.4117647058823,41.1764705882353],[106.862745098039,103.921568627451,63.7254901960784],[138.235294117647,135.294117647059,100.980392156863],[242.156862745098,242.156862745098,216.666666666667],[146.078431372549,149.019607843137,122.549019607843],[104.901960784314,109.803921568627,69.6078431372549],[107.843137254902,109.803921568627,60.7843137254902],[86.2745098039216,76.4705882352941,26.4705882352941],[119.607843137255,107.843137254902,58.8235294117647],[158.823529411765,154.901960784314,108.823529411765],[182.352941176471,181.372549019608,138.235294117647],[182.352941176471,184.313725490196,146.078431372549],[175.490196078431,179.411764705882,147.058823529412],[154.901960784314,159.803921568627,130.392156862745],[168.627450980392,172.549019607843,148.039215686275],[202.941176470588,206.862745098039,184.313725490196],[240.196078431373,243.137254901961,224.509803921569],[243.137254901961,246.078431372549,229.411764705882],[206.862745098039,215.686274509804,199.019607843137],[172.549019607843,193.137254901961,176.470588235294],[150,178.43137254902,160.78431372549],[111.764705882353,148.039215686275,131.372549019608],[66.6666666666667,106.862745098039,91.1764705882353],[87.2549019607843,130.392156862745,117.647058823529],[119.607843137255,168.627450980392,157.843137254902],[182.352941176471,236.274509803922,231.372549019608],[96.078431372549,150.980392156863,151.960784313725],[95.0980392156863,150,150.980392156863],[80.3921568627451,130.392156862745,133.333333333333],[103.921568627451,147.058823529412,148.039215686275],[135.294117647059,168.627450980392,167.647058823529],[139.21568627451,157.843137254902,153.921568627451],[195.098039215686,204.901960784314,197.058823529412],[219.607843137255,222.549019607843,215.686274509804],[173.529411764706,177.450980392157,176.470588235294],[158.823529411765,172.549019607843,181.372549019608],[184.313725490196,209.803921568627,226.470588235294],[169.607843137255,200.980392156863,225.490196078431],[147.058823529412,175.490196078431,204.901960784314],[156.862745098039,171.56862745098,200],[181.372549019608,190.196078431373,218.627450980392],[171.56862745098,182.352941176471,211.764705882353],[183.333333333333,196.078431372549,229.411764705882],[212.745098039216,225.490196078431,250],[183.333333333333,199.019607843137,232.352941176471],[140.196078431373,163.725490196078,197.058823529412],[139.21568627451,169.607843137255,200],[134.313725490196,166.666666666667,199.019607843137],[190.196078431373,225.490196078431,250],[160.78431372549,200.980392156863,232.352941176471],[125.490196078431,167.647058823529,201.960784313725],[127.450980392157,168.627450980392,205.882352941176],[132.352941176471,175.490196078431,213.725490196078],[107.843137254902,155.882352941176,195.098039215686],[106.862745098039,161.764705882353,194.117647058824],[89.2156862745098,152.941176470588,174.509803921569],[91.1764705882353,150.980392156863,168.627450980392],[103.921568627451,151.960784313725,168.627450980392],[125.490196078431,163.725490196078,180.392156862745],[129.411764705882,161.764705882353,176.470588235294],[170.588235294118,198.039215686275,211.764705882353],[202.941176470588,221.56862745098,235.294117647059],[153.921568627451,163.725490196078,175.490196078431],[165.686274509804,165.686274509804,177.450980392157],[200,197.058823529412,207.843137254902],[225.490196078431,224.509803921569,230.392156862745],[222.549019607843,227.450980392157,230.392156862745],[217.647058823529,233.333333333333,232.352941176471],[208.823529411765,227.450980392157,225.490196078431],[192.156862745098,207.843137254902,206.862745098039],[187.254901960784,206.862745098039,207.843137254902],[176.470588235294,200.980392156863,205.882352941176],[193.137254901961,219.607843137255,228.43137254902],[205.882352941176,228.43137254902,242.156862745098],[210.78431372549,231.372549019608,248.039215686275],[157.843137254902,180.392156862745,198.039215686275],[144.117647058824,168.627450980392,188.235294117647],[156.862745098039,181.372549019608,200.980392156863],[171.56862745098,198.039215686275,216.666666666667],[173.529411764706,200,220.588235294118],[152.941176470588,178.43137254902,200.980392156863],[141.176470588235,170.588235294118,194.117647058824],[146.078431372549,181.372549019608,204.901960784314],[147.058823529412,187.254901960784,208.823529411765],[179.411764705882,223.529411764706,244.117647058824],[174.509803921569,216.666666666667,235.294117647059],[135.294117647059,176.470588235294,198.039215686275],[153.921568627451,197.058823529412,225.490196078431],[135.294117647059,183.333333333333,214.705882352941],[126.470588235294,182.352941176471,210.78431372549],[122.549019607843,178.43137254902,206.862745098039],[127.450980392157,175.490196078431,206.862745098039],[148.039215686275,194.117647058824,223.529411764706],[143.137254901961,192.156862745098,218.627450980392],[109.803921568627,158.823529411765,183.333333333333],[141.176470588235,186.274509803922,208.823529411765],[150.980392156863,187.254901960784,212.745098039216],[166.666666666667,196.078431372549,221.56862745098],[166.666666666667,198.039215686275,222.549019607843],[145.098039215686,189.21568627451,211.764705882353],[138.235294117647,184.313725490196,209.803921568627],[150,193.137254901961,221.56862745098],[159.803921568627,198.039215686275,228.43137254902],[150.980392156863,187.254901960784,215.686274509804],[149.019607843137,183.333333333333,204.901960784314],[147.058823529412,178.43137254902,191.176470588235],[136.274509803922,169.607843137255,179.411764705882],[103.921568627451,142.156862745098,156.862745098039],[100,142.156862745098,149.019607843137],[113.725490196078,152.941176470588,144.117647058824],[87.2549019607843,123.529411764706,105.882352941176],[29.4117647058824,63.7254901960784,44.1176470588235],[100,122.549019607843,102.941176470588],[240.196078431373,244.117647058824,221.56862745098],[167.647058823529,164.705882352941,134.313725490196],[199.019607843137,200.980392156863,161.764705882353],[168.627450980392,176.470588235294,130.392156862745],[163.725490196078,177.450980392157,127.450980392157],[168.627450980392,186.274509803922,129.411764705882],[171.56862745098,191.176470588235,120.588235294118],[144.117647058824,162.745098039216,85.2941176470588],[142.156862745098,158.823529411765,80.3921568627451],[153.921568627451,166.666666666667,89.2156862745098],[182.352941176471,190.196078431373,116.666666666667],[141.176470588235,143.137254901961,71.5686274509804],[129.411764705882,122.549019607843,55.8823529411765],[144.117647058824,133.333333333333,70.5882352941177],[103.921568627451,87.2549019607843,32.3529411764706],[98.0392156862745,81.3725490196078,28.4313725490196],[90.1960784313725,77.4509803921569,23.5294117647059],[93.1372549019608,84.3137254901961,28.4313725490196],[106.862745098039,104.901960784314,47.0588235294118],[177.450980392157,182.352941176471,119.607843137255],[168.627450980392,177.450980392157,111.764705882353],[84.3137254901961,99.0196078431373,35.2941176470588],[70.5882352941177,91.1764705882353,36.2745098039216],[83.3333333333333,104.901960784314,56.8627450980392],[100,119.607843137255,69.6078431372549],[135.294117647059,150.980392156863,102.941176470588],[122.549019607843,134.313725490196,85.2941176470588],[141.176470588235,148.039215686275,98.0392156862745],[167.647058823529,169.607843137255,121.56862745098],[106.862745098039,104.901960784314,57.843137254902],[48.0392156862745,41.1764705882353,0],[63.7254901960784,56.8627450980392,11.7647058823529],[90.1960784313725,83.3333333333333,40.1960784313726],[100.980392156863,94.1176470588235,50.9803921568627],[91.1764705882353,88.2352941176471,46.078431372549],[121.56862745098,120.588235294118,77.4509803921569],[9.80392156862745,10.7843137254902,0],[93.1372549019608,91.1764705882353,52.9411764705882],[88.2352941176471,77.4509803921569,48.0392156862745],[17.6470588235294,3.92156862745098,0],[59.8039215686275,50,23.5294117647059],[54.9019607843137,50,21.5686274509804],[82.3529411764706,78.4313725490196,50],[75.4901960784314,69.6078431372549,44.1176470588235],[32.3529411764706,24.5098039215686,1.96078431372549],[42.156862745098,29.4117647058824,10.7843137254902],[38.2352941176471,21.5686274509804,5.88235294117647],[73.5294117647059,53.921568627451,43.1372549019608],[54.9019607843137,35.2941176470588,28.4313725490196],[26.4705882352941,7.84313725490196,3.92156862745098],[55.8823529411765,42.156862745098,42.156862745098],[5.88235294117647,0,0],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[12.7450980392157,4.90196078431373,2.94117647058824],[14.7058823529412,6.86274509803922,3.92156862745098],[12.7450980392157,3.92156862745098,0],[23.5294117647059,14.7058823529412,5.88235294117647],[20.5882352941176,10.7843137254902,0.980392156862745],[43.1372549019608,34.3137254901961,19.6078431372549],[48.0392156862745,39.2156862745098,22.5490196078431],[51.9607843137255,43.1372549019608,26.4705882352941],[29.4117647058824,21.5686274509804,2.94117647058824],[14.7058823529412,5.88235294117647,0],[18.6274509803922,10.7843137254902,0],[6.86274509803922,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[23.5294117647059,9.80392156862745,8.82352941176471],[24.5098039215686,11.7647058823529,5.88235294117647],[25.4901960784314,10.7843137254902,3.92156862745098],[10.7843137254902,0,0],[25.4901960784314,15.6862745098039,5.88235294117647],[23.5294117647059,14.7058823529412,7.84313725490196],[25.4901960784314,17.6470588235294,14.7058823529412],[20.5882352941176,11.7647058823529,14.7058823529412],[20.5882352941176,12.7450980392157,10.7843137254902],[12.7450980392157,3.92156862745098,0],[30.3921568627451,22.5490196078431,0],[68.6274509803922,60.7843137254902,22.5490196078431],[56.8627450980392,50,8.82352941176471],[22.5490196078431,19.6078431372549,0],[13.7254901960784,11.7647058823529,0],[19.6078431372549,11.7647058823529,0.980392156862745],[7.84313725490196,0,0],[28.4313725490196,16.6666666666667,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[90.1960784313725,75.4901960784314,52.9411764705882],[91.1764705882353,76.4705882352941,53.921568627451],[72.5490196078431,59.8039215686275,41.1764705882353],[66.6666666666667,54.9019607843137,31.3725490196078],[21.5686274509804,11.7647058823529,0],[68.6274509803922,60.7843137254902,12.7450980392157],[88.2352941176471,83.3333333333333,18.6274509803922],[144.117647058824,140.196078431373,68.6274509803922],[159.803921568627,154.901960784314,88.2352941176471],[129.411764705882,126.470588235294,60.7843137254902],[138.235294117647,137.254901960784,73.5294117647059],[80.3921568627451,75.4901960784314,18.6274509803922],[121.56862745098,106.862745098039,66.6666666666667],[168.627450980392,147.058823529412,108.823529411765],[146.078431372549,118.627450980392,72.5490196078431],[102.941176470588,73.5294117647059,24.5098039215686],[78.4313725490196,50.9803921568627,3.92156862745098],[95.0980392156863,73.5294117647059,25.4901960784314],[100.980392156863,89.2156862745098,42.156862745098],[82.3529411764706,78.4313725490196,32.3529411764706],[143.137254901961,146.078431372549,100],[175.490196078431,182.352941176471,141.176470588235],[198.039215686275,203.921568627451,170.588235294118],[190.196078431373,196.078431372549,160.78431372549],[177.450980392157,181.372549019608,131.372549019608],[132.352941176471,133.333333333333,77.4509803921569],[98.0392156862745,91.1764705882353,38.2352941176471],[91.1764705882353,85.2941176470588,36.2745098039216],[84.3137254901961,83.3333333333333,38.2352941176471],[156.862745098039,161.764705882353,121.56862745098],[198.039215686275,207.843137254902,171.56862745098],[165.686274509804,179.411764705882,147.058823529412],[164.705882352941,174.509803921569,148.039215686275],[195.098039215686,202.941176470588,180.392156862745],[213.725490196078,216.666666666667,198.039215686275],[215.686274509804,216.666666666667,200.980392156863],[241.176470588235,242.156862745098,228.43137254902],[248.039215686275,250,238.235294117647],[237.254901960784,247.058823529412,236.274509803922],[200.980392156863,218.627450980392,206.862745098039],[122.549019607843,148.039215686275,135.294117647059],[71.5686274509804,103.921568627451,93.1372549019608],[101.960784313725,141.176470588235,130.392156862745],[98.0392156862745,143.137254901961,133.333333333333],[136.274509803922,187.254901960784,183.333333333333],[166.666666666667,223.529411764706,224.509803921569],[136.274509803922,196.078431372549,200.980392156863],[99.0196078431373,155.882352941176,159.803921568627],[125.490196078431,172.549019607843,176.470588235294],[141.176470588235,176.470588235294,176.470588235294],[156.862745098039,177.450980392157,172.549019607843],[184.313725490196,193.137254901961,188.235294117647],[200,201.960784313725,197.058823529412],[191.176470588235,192.156862745098,194.117647058824],[184.313725490196,193.137254901961,201.960784313725],[175.490196078431,192.156862745098,207.843137254902],[161.764705882353,189.21568627451,212.745098039216],[170.588235294118,197.058823529412,225.490196078431],[177.450980392157,191.176470588235,219.607843137255],[186.274509803922,195.098039215686,225.490196078431],[182.352941176471,197.058823529412,229.411764705882],[176.470588235294,196.078431372549,230.392156862745],[161.764705882353,187.254901960784,223.529411764706],[149.019607843137,178.43137254902,215.686274509804],[144.117647058824,175.490196078431,212.745098039216],[140.196078431373,173.529411764706,209.803921568627],[149.019607843137,182.352941176471,216.666666666667],[162.745098039216,196.078431372549,230.392156862745],[164.705882352941,197.058823529412,229.411764705882],[135.294117647059,167.647058823529,200],[138.235294117647,170.588235294118,204.901960784314],[125.490196078431,158.823529411765,193.137254901961],[141.176470588235,174.509803921569,210.78431372549],[130.392156862745,170.588235294118,200],[130.392156862745,180.392156862745,199.019607843137],[147.058823529412,193.137254901961,208.823529411765],[147.058823529412,177.450980392157,197.058823529412],[138.235294117647,162.745098039216,182.352941176471],[152.941176470588,178.43137254902,195.098039215686],[123.529411764706,146.078431372549,161.764705882353],[196.078431372549,214.705882352941,229.411764705882],[205.882352941176,217.647058823529,231.372549019608],[171.56862745098,168.627450980392,185.294117647059],[219.607843137255,213.725490196078,227.450980392157],[240.196078431373,238.235294117647,249.019607843137],[226.470588235294,233.333333333333,239.21568627451],[226.470588235294,246.078431372549,245.098039215686],[219.607843137255,244.117647058824,241.176470588235],[202.941176470588,220.588235294118,220.588235294118],[207.843137254902,225.490196078431,227.450980392157],[207.843137254902,230.392156862745,236.274509803922],[165.686274509804,189.21568627451,199.019607843137],[156.862745098039,180.392156862745,192.156862745098],[193.137254901961,215.686274509804,229.411764705882],[200,222.549019607843,240.196078431373],[150,174.509803921569,194.117647058824],[141.176470588235,165.686274509804,187.254901960784],[171.56862745098,197.058823529412,219.607843137255],[171.56862745098,199.019607843137,222.549019607843],[152.941176470588,184.313725490196,208.823529411765],[128.43137254902,161.764705882353,186.274509803922],[151.960784313725,187.254901960784,210.78431372549],[163.725490196078,203.921568627451,223.529411764706],[184.313725490196,226.470588235294,245.098039215686],[181.372549019608,225.490196078431,244.117647058824],[150,194.117647058824,216.666666666667],[136.274509803922,176.470588235294,203.921568627451],[141.176470588235,185.294117647059,215.686274509804],[127.450980392157,183.333333333333,209.803921568627],[117.647058823529,173.529411764706,200],[131.372549019608,175.490196078431,205.882352941176],[142.156862745098,185.294117647059,213.725490196078],[143.137254901961,192.156862745098,216.666666666667],[147.058823529412,196.078431372549,218.627450980392],[140.196078431373,184.313725490196,206.862745098039],[150.980392156863,188.235294117647,210.78431372549],[193.137254901961,219.607843137255,246.078431372549],[192.156862745098,222.549019607843,250],[133.333333333333,179.411764705882,204.901960784314],[111.764705882353,164.705882352941,190.196078431373],[131.372549019608,181.372549019608,211.764705882353],[132.352941176471,176.470588235294,208.823529411765],[122.549019607843,160.78431372549,191.176470588235],[158.823529411765,194.117647058824,217.647058823529],[160.78431372549,193.137254901961,207.843137254902],[141.176470588235,176.470588235294,188.235294117647],[95.0980392156863,137.254901960784,153.921568627451],[64.7058823529412,107.843137254902,120.588235294118],[79.4117647058823,123.529411764706,118.627450980392],[81.3725490196078,121.56862745098,107.843137254902],[82.3529411764706,115.686274509804,99.0196078431373],[103.921568627451,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,89.2156862745098],[92.156862745098,87.2549019607843,58.8235294117647],[188.235294117647,186.274509803922,146.078431372549],[161.764705882353,168.627450980392,117.647058823529],[137.254901960784,151.960784313725,98.0392156862745],[167.647058823529,187.254901960784,125.490196078431],[142.156862745098,163.725490196078,90.1960784313725],[157.843137254902,179.411764705882,99.0196078431373],[149.019607843137,166.666666666667,86.2745098039216],[142.156862745098,154.901960784314,76.4705882352941],[122.549019607843,131.372549019608,53.921568627451],[81.3725490196078,83.3333333333333,9.80392156862745],[127.450980392157,123.529411764706,53.921568627451],[150,141.176470588235,77.4509803921569],[145.098039215686,129.411764705882,71.5686274509804],[125.490196078431,108.823529411765,55.8823529411765],[57.843137254902,42.156862745098,0],[98.0392156862745,85.2941176470588,34.3137254901961],[116.666666666667,109.803921568627,55.8823529411765],[152.941176470588,150.980392156863,93.1372549019608],[122.549019607843,127.450980392157,64.7058823529412],[90.1960784313725,100,38.2352941176471],[100,114.705882352941,60.7843137254902],[66.6666666666667,84.3137254901961,33.3333333333333],[116.666666666667,133.333333333333,82.3529411764706],[99.0196078431373,112.745098039216,62.7450980392157],[49.0196078431373,58.8235294117647,9.80392156862745],[6.86274509803922,12.7450980392157,0],[88.2352941176471,90.1960784313725,44.1176470588235],[110.78431372549,107.843137254902,63.7254901960784],[86.2745098039216,79.4117647058823,38.2352941176471],[114.705882352941,102.941176470588,63.7254901960784],[88.2352941176471,76.4705882352941,39.2156862745098],[87.2549019607843,74.5098039215686,40.1960784313726],[52.9411764705882,45.0980392156863,9.80392156862745],[82.3529411764706,76.4705882352941,41.1764705882353],[70.5882352941177,67.6470588235294,33.3333333333333],[105.882352941176,100.980392156863,69.6078431372549],[64.7058823529412,52.9411764705882,29.4117647058824],[35.2941176470588,23.5294117647059,1.96078431372549],[60.7843137254902,53.921568627451,28.4313725490196],[59.8039215686275,55.8823529411765,29.4117647058824],[27.4509803921569,26.4705882352941,0],[29.4117647058824,25.4901960784314,0],[9.80392156862745,1.96078431372549,0],[55.8823529411765,41.1764705882353,22.5490196078431],[21.5686274509804,0,0],[47.0588235294118,22.5490196078431,15.6862745098039],[36.2745098039216,11.7647058823529,7.84313725490196],[56.8627450980392,36.2745098039216,35.2941176470588],[206.862745098039,193.137254901961,193.137254901961],[3.92156862745098,0,0],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,8.82352941176471,8.82352941176471],[12.7450980392157,8.82352941176471,7.84313725490196],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[13.7254901960784,5.88235294117647,2.94117647058824],[13.7254901960784,4.90196078431373,0],[17.6470588235294,8.82352941176471,0],[17.6470588235294,7.84313725490196,0],[21.5686274509804,11.7647058823529,0],[33.3333333333333,21.5686274509804,7.84313725490196],[61.7647058823529,50,34.3137254901961],[43.1372549019608,32.3529411764706,14.7058823529412],[19.6078431372549,7.84313725490196,0],[26.4705882352941,17.6470588235294,8.82352941176471],[13.7254901960784,6.86274509803922,0.980392156862745],[21.5686274509804,11.7647058823529,12.7450980392157],[14.7058823529412,2.94117647058824,6.86274509803922],[24.5098039215686,9.80392156862745,14.7058823529412],[32.3529411764706,18.6274509803922,18.6274509803922],[15.6862745098039,1.96078431372549,0],[24.5098039215686,13.7254901960784,7.84313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[19.6078431372549,9.80392156862745,7.84313725490196],[17.6470588235294,7.84313725490196,8.82352941176471],[22.5490196078431,10.7843137254902,12.7450980392157],[31.3725490196078,17.6470588235294,14.7058823529412],[50.9803921568627,37.2549019607843,26.4705882352941],[63.7254901960784,49.0196078431373,26.4705882352941],[56.8627450980392,40.1960784313726,14.7058823529412],[62.7450980392157,41.1764705882353,20.5882352941176],[42.156862745098,19.6078431372549,3.92156862745098],[30.3921568627451,11.7647058823529,0],[12.7450980392157,0,0],[14.7058823529412,7.84313725490196,0],[68.6274509803922,63.7254901960784,34.3137254901961],[40.1960784313726,35.2941176470588,5.88235294117647],[64.7058823529412,57.843137254902,30.3921568627451],[62.7450980392157,51.9607843137255,30.3921568627451],[47.0588235294118,35.2941176470588,9.80392156862745],[65.6862745098039,53.921568627451,12.7450980392157],[121.56862745098,112.745098039216,54.9019607843137],[110.78431372549,108.823529411765,36.2745098039216],[157.843137254902,160.78431372549,85.2941176470588],[174.509803921569,179.411764705882,113.725490196078],[102.941176470588,107.843137254902,43.1372549019608],[115.686274509804,118.627450980392,49.0196078431373],[149.019607843137,148.039215686275,82.3529411764706],[125.490196078431,115.686274509804,57.843137254902],[129.411764705882,110.78431372549,55.8823529411765],[146.078431372549,120.588235294118,62.7450980392157],[99.0196078431373,71.5686274509804,9.80392156862745],[100,75.4901960784314,12.7450980392157],[172.549019607843,152.941176470588,91.1764705882353],[151.960784313725,141.176470588235,78.4313725490196],[157.843137254902,153.921568627451,92.156862745098],[163.725490196078,168.627450980392,105.882352941176],[137.254901960784,145.098039215686,86.2745098039216],[167.647058823529,174.509803921569,123.529411764706],[183.333333333333,188.235294117647,135.294117647059],[186.274509803922,191.176470588235,128.43137254902],[230.392156862745,230.392156862745,169.607843137255],[111.764705882353,105.882352941176,54.9019607843137],[129.411764705882,125.490196078431,81.3725490196078],[150,150.980392156863,109.803921568627],[119.607843137255,127.450980392157,89.2156862745098],[142.156862745098,155.882352941176,121.56862745098],[175.490196078431,190.196078431373,159.803921568627],[185.294117647059,198.039215686275,172.549019607843],[245.098039215686,250,233.333333333333],[249.019607843137,250,234.313725490196],[220.588235294118,221.56862745098,205.882352941176],[201.960784313725,202.941176470588,187.254901960784],[236.274509803922,238.235294117647,224.509803921569],[246.078431372549,250,239.21568627451],[235.294117647059,249.019607843137,234.313725490196],[211.764705882353,232.352941176471,217.647058823529],[137.254901960784,166.666666666667,154.901960784314],[88.2352941176471,130.392156862745,121.56862745098],[93.1372549019608,141.176470588235,137.254901960784],[79.4117647058823,128.43137254902,127.450980392157],[98.0392156862745,150,153.921568627451],[85.2941176470588,143.137254901961,147.058823529412],[102.941176470588,159.803921568627,163.725490196078],[132.352941176471,182.352941176471,185.294117647059],[124.509803921569,163.725490196078,163.725490196078],[171.56862745098,192.156862745098,193.137254901961],[168.627450980392,180.392156862745,180.392156862745],[150,159.803921568627,160.78431372549],[159.803921568627,170.588235294118,174.509803921569],[171.56862745098,191.176470588235,201.960784313725],[158.823529411765,184.313725490196,200.980392156863],[153.921568627451,183.333333333333,208.823529411765],[165.686274509804,198.039215686275,228.43137254902],[185.294117647059,218.627450980392,250],[167.647058823529,202.941176470588,238.235294117647],[151.960784313725,189.21568627451,225.490196078431],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,178.43137254902,217.647058823529],[141.176470588235,182.352941176471,221.56862745098],[143.137254901961,181.372549019608,219.607843137255],[137.254901960784,172.549019607843,207.843137254902],[154.901960784314,184.313725490196,217.647058823529],[146.078431372549,168.627450980392,200],[166.666666666667,183.333333333333,212.745098039216],[208.823529411765,222.549019607843,249.019607843137],[200,209.803921568627,236.274509803922],[179.411764705882,186.274509803922,213.725490196078],[194.117647058824,200.980392156863,228.43137254902],[217.647058823529,224.509803921569,250],[234.313725490196,244.117647058824,250],[226.470588235294,233.333333333333,250],[222.549019607843,226.470588235294,250],[181.372549019608,186.274509803922,214.705882352941],[166.666666666667,181.372549019608,201.960784313725],[185.294117647059,203.921568627451,220.588235294118],[200.980392156863,219.607843137255,233.333333333333],[208.823529411765,225.490196078431,235.294117647059],[220.588235294118,224.509803921569,236.274509803922],[214.705882352941,216.666666666667,229.411764705882],[201.960784313725,207.843137254902,219.607843137255],[200,213.725490196078,224.509803921569],[210.78431372549,235.294117647059,242.156862745098],[200,224.509803921569,229.411764705882],[185.294117647059,201.960784313725,209.803921568627],[201.960784313725,215.686274509804,224.509803921569],[226.470588235294,244.117647058824,250],[213.725490196078,235.294117647059,246.078431372549],[180.392156862745,201.960784313725,214.705882352941],[162.745098039216,184.313725490196,198.039215686275],[208.823529411765,229.411764705882,248.039215686275],[175.490196078431,197.058823529412,217.647058823529],[144.117647058824,168.627450980392,190.196078431373],[153.921568627451,179.411764705882,203.921568627451],[191.176470588235,217.647058823529,244.117647058824],[175.490196078431,205.882352941176,233.333333333333],[135.294117647059,170.588235294118,196.078431372549],[150.980392156863,187.254901960784,212.745098039216],[148.039215686275,189.21568627451,213.725490196078],[147.058823529412,192.156862745098,215.686274509804],[162.745098039216,209.803921568627,232.352941176471],[158.823529411765,203.921568627451,227.450980392157],[144.117647058824,184.313725490196,213.725490196078],[150,193.137254901961,221.56862745098],[130.392156862745,183.333333333333,208.823529411765],[119.607843137255,172.549019607843,198.039215686275],[138.235294117647,182.352941176471,210.78431372549],[148.039215686275,188.235294117647,217.647058823529],[147.058823529412,193.137254901961,218.627450980392],[159.803921568627,206.862745098039,229.411764705882],[142.156862745098,186.274509803922,208.823529411765],[132.352941176471,168.627450980392,194.117647058824],[154.901960784314,184.313725490196,211.764705882353],[161.764705882353,195.098039215686,222.549019607843],[129.411764705882,178.43137254902,204.901960784314],[124.509803921569,179.411764705882,205.882352941176],[133.333333333333,185.294117647059,216.666666666667],[119.607843137255,167.647058823529,200],[120.588235294118,164.705882352941,195.098039215686],[123.529411764706,163.725490196078,191.176470588235],[141.176470588235,183.333333333333,201.960784313725],[157.843137254902,200,216.666666666667],[107.843137254902,150,166.666666666667],[61.7647058823529,106.862745098039,119.607843137255],[70.5882352941177,120.588235294118,121.56862745098],[64.7058823529412,110.78431372549,100.980392156863],[94.1176470588235,124.509803921569,106.862745098039],[105.882352941176,122.549019607843,103.921568627451],[49.0196078431373,52.9411764705882,36.2745098039216],[150.980392156863,149.019607843137,124.509803921569],[204.901960784314,200.980392156863,156.862745098039],[171.56862745098,172.549019607843,116.666666666667],[123.529411764706,134.313725490196,79.4117647058823],[157.843137254902,173.529411764706,112.745098039216],[209.803921568627,226.470588235294,159.803921568627],[207.843137254902,223.529411764706,151.960784313725],[194.117647058824,207.843137254902,134.313725490196],[163.725490196078,174.509803921569,100],[113.725490196078,120.588235294118,45.0980392156863],[58.8235294117647,61.7647058823529,0],[172.549019607843,168.627450980392,97.0588235294118],[187.254901960784,176.470588235294,111.764705882353],[140.196078431373,124.509803921569,65.6862745098039],[125.490196078431,106.862745098039,51.9607843137255],[98.0392156862745,81.3725490196078,30.3921568627451],[96.078431372549,83.3333333333333,32.3529411764706],[131.372549019608,124.509803921569,73.5294117647059],[183.333333333333,180.392156862745,128.43137254902],[120.588235294118,123.529411764706,69.6078431372549],[77.4509803921569,79.4117647058823,30.3921568627451],[57.843137254902,54.9019607843137,12.7450980392157],[106.862745098039,102.941176470588,65.6862745098039],[101.960784313725,100,59.8039215686275],[47.0588235294118,45.0980392156863,4.90196078431373],[109.803921568627,110.78431372549,67.6470588235294],[66.6666666666667,67.6470588235294,24.5098039215686],[36.2745098039216,37.2549019607843,0],[82.3529411764706,81.3725490196078,38.2352941176471],[141.176470588235,138.235294117647,94.1176470588235],[104.901960784314,100.980392156863,56.8627450980392],[68.6274509803922,61.7647058823529,20.5882352941176],[80.3921568627451,73.5294117647059,32.3529411764706],[72.5490196078431,67.6470588235294,28.4313725490196],[94.1176470588235,91.1764705882353,50.9803921568627],[82.3529411764706,80.3921568627451,40.1960784313726],[80.3921568627451,76.4705882352941,40.1960784313726],[52.9411764705882,41.1764705882353,17.6470588235294],[55.8823529411765,41.1764705882353,22.5490196078431],[65.6862745098039,54.9019607843137,33.3333333333333],[35.2941176470588,29.4117647058824,5.88235294117647],[13.7254901960784,7.84313725490196,0],[30.3921568627451,23.5294117647059,0],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,49.0196078431373,29.4117647058824],[55.8823529411765,33.3333333333333,19.6078431372549],[51.9607843137255,25.4901960784314,16.6666666666667],[51.9607843137255,24.5098039215686,20.5882352941176],[29.4117647058824,5.88235294117647,5.88235294117647],[16.6666666666667,2.94117647058824,2.94117647058824],[3.92156862745098,0,0],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[19.6078431372549,13.7254901960784,13.7254901960784],[18.6274509803922,14.7058823529412,13.7254901960784],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,2.94117647058824,0],[10.7843137254902,2.94117647058824,0],[11.7647058823529,4.90196078431373,0],[17.6470588235294,8.82352941176471,1.96078431372549],[14.7058823529412,5.88235294117647,0],[9.80392156862745,0,0],[7.84313725490196,0,0],[24.5098039215686,12.7450980392157,0],[60.7843137254902,49.0196078431373,33.3333333333333],[47.0588235294118,34.3137254901961,17.6470588235294],[30.3921568627451,18.6274509803922,2.94117647058824],[29.4117647058824,23.5294117647059,7.84313725490196],[23.5294117647059,19.6078431372549,8.82352941176471],[8.82352941176471,0.980392156862745,0],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,9.80392156862745,16.6666666666667],[9.80392156862745,0,0],[24.5098039215686,10.7843137254902,7.84313725490196],[59.8039215686275,47.0588235294118,39.2156862745098],[37.2549019607843,27.4509803921569,17.6470588235294],[15.6862745098039,5.88235294117647,0],[16.6666666666667,5.88235294117647,1.96078431372549],[26.4705882352941,12.7450980392157,9.80392156862745],[41.1764705882353,26.4705882352941,21.5686274509804],[50.9803921568627,33.3333333333333,23.5294117647059],[45.0980392156863,26.4705882352941,9.80392156862745],[56.8627450980392,34.3137254901961,16.6666666666667],[90.1960784313725,61.7647058823529,48.0392156862745],[64.7058823529412,36.2745098039216,22.5490196078431],[63.7254901960784,41.1764705882353,27.4509803921569],[67.6470588235294,50,30.3921568627451],[41.1764705882353,30.3921568627451,0],[58.8235294117647,50.9803921568627,12.7450980392157],[116.666666666667,109.803921568627,66.6666666666667],[82.3529411764706,75.4901960784314,32.3529411764706],[63.7254901960784,51.9607843137255,14.7058823529412],[95.0980392156863,83.3333333333333,44.1176470588235],[151.960784313725,142.156862745098,90.1960784313725],[164.705882352941,158.823529411765,98.0392156862745],[141.176470588235,141.176470588235,70.5882352941177],[126.470588235294,132.352941176471,61.7647058823529],[135.294117647059,145.098039215686,83.3333333333333],[125.490196078431,135.294117647059,76.4705882352941],[81.3725490196078,86.2745098039216,21.5686274509804],[84.3137254901961,83.3333333333333,19.6078431372549],[83.3333333333333,73.5294117647059,12.7450980392157],[116.666666666667,100.980392156863,42.156862745098],[153.921568627451,130.392156862745,67.6470588235294],[128.43137254902,103.921568627451,39.2156862745098],[119.607843137255,97.0588235294118,31.3725490196078],[168.627450980392,150,83.3333333333333],[156.862745098039,147.058823529412,79.4117647058823],[173.529411764706,169.607843137255,100],[169.607843137255,170.588235294118,101.960784313725],[198.039215686275,202.941176470588,137.254901960784],[128.43137254902,133.333333333333,70.5882352941177],[156.862745098039,161.764705882353,99.0196078431373],[132.352941176471,134.313725490196,70.5882352941177],[174.509803921569,174.509803921569,115.686274509804],[150,146.078431372549,100],[165.686274509804,163.725490196078,125.490196078431],[126.470588235294,130.392156862745,94.1176470588235],[180.392156862745,190.196078431373,155.882352941176],[157.843137254902,172.549019607843,142.156862745098],[204.901960784314,223.529411764706,196.078431372549],[234.313725490196,249.019607843137,226.470588235294],[168.627450980392,181.372549019608,161.764705882353],[177.450980392157,184.313725490196,166.666666666667],[193.137254901961,196.078431372549,179.411764705882],[153.921568627451,154.901960784314,139.21568627451],[181.372549019608,182.352941176471,168.627450980392],[239.21568627451,243.137254901961,229.411764705882],[228.43137254902,239.21568627451,223.529411764706],[227.450980392157,241.176470588235,226.470588235294],[235.294117647059,250,248.039215686275],[218.627450980392,250,250],[165.686274509804,208.823529411765,207.843137254902],[123.529411764706,166.666666666667,167.647058823529],[89.2156862745098,133.333333333333,136.274509803922],[86.2745098039216,133.333333333333,137.254901960784],[104.901960784314,149.019607843137,153.921568627451],[115.686274509804,154.901960784314,156.862745098039],[133.333333333333,162.745098039216,164.705882352941],[141.176470588235,160.78431372549,161.764705882353],[169.607843137255,183.333333333333,186.274509803922],[159.803921568627,170.588235294118,176.470588235294],[158.823529411765,171.56862745098,180.392156862745],[168.627450980392,186.274509803922,200],[161.764705882353,183.333333333333,203.921568627451],[162.745098039216,188.235294117647,214.705882352941],[160.78431372549,189.21568627451,218.627450980392],[167.647058823529,200,230.392156862745],[153.921568627451,188.235294117647,219.607843137255],[155.882352941176,193.137254901961,228.43137254902],[155.882352941176,195.098039215686,230.392156862745],[144.117647058824,185.294117647059,222.549019607843],[143.137254901961,184.313725490196,221.56862745098],[140.196078431373,179.411764705882,214.705882352941],[134.313725490196,169.607843137255,204.901960784314],[171.56862745098,200,233.333333333333],[197.058823529412,219.607843137255,250],[204.901960784314,221.56862745098,250],[223.529411764706,237.254901960784,250],[201.960784313725,210.78431372549,239.21568627451],[185.294117647059,192.156862745098,220.588235294118],[174.509803921569,181.372549019608,209.803921568627],[188.235294117647,191.176470588235,221.56862745098],[228.43137254902,225.490196078431,250],[212.745098039216,202.941176470588,236.274509803922],[186.274509803922,176.470588235294,210.78431372549],[237.254901960784,231.372549019608,250],[221.56862745098,225.490196078431,250],[182.352941176471,193.137254901961,212.745098039216],[150,161.764705882353,175.490196078431],[181.372549019608,194.117647058824,202.941176470588],[209.803921568627,216.666666666667,226.470588235294],[194.117647058824,201.960784313725,212.745098039216],[181.372549019608,199.019607843137,212.745098039216],[175.490196078431,200.980392156863,215.686274509804],[170.588235294118,202.941176470588,217.647058823529],[163.725490196078,192.156862745098,205.882352941176],[168.627450980392,185.294117647059,200.980392156863],[196.078431372549,207.843137254902,221.56862745098],[217.647058823529,235.294117647059,245.098039215686],[233.333333333333,250,250],[203.921568627451,223.529411764706,234.313725490196],[187.254901960784,205.882352941176,220.588235294118],[233.333333333333,250,250],[204.901960784314,225.490196078431,246.078431372549],[163.725490196078,185.294117647059,207.843137254902],[194.117647058824,219.607843137255,244.117647058824],[220.588235294118,247.058823529412,250],[182.352941176471,212.745098039216,241.176470588235],[135.294117647059,169.607843137255,197.058823529412],[136.274509803922,174.509803921569,202.941176470588],[126.470588235294,169.607843137255,198.039215686275],[126.470588235294,172.549019607843,200],[128.43137254902,177.450980392157,203.921568627451],[123.529411764706,169.607843137255,197.058823529412],[139.21568627451,177.450980392157,207.843137254902],[143.137254901961,183.333333333333,210.78431372549],[133.333333333333,182.352941176471,206.862745098039],[123.529411764706,174.509803921569,198.039215686275],[131.372549019608,174.509803921569,200.980392156863],[141.176470588235,181.372549019608,208.823529411765],[139.21568627451,184.313725490196,207.843137254902],[135.294117647059,182.352941176471,204.901960784314],[145.098039215686,189.21568627451,211.764705882353],[143.137254901961,182.352941176471,206.862745098039],[138.235294117647,171.56862745098,199.019607843137],[129.411764705882,165.686274509804,194.117647058824],[120.588235294118,170.588235294118,199.019607843137],[120.588235294118,176.470588235294,204.901960784314],[133.333333333333,187.254901960784,217.647058823529],[150.980392156863,202.941176470588,236.274509803922],[116.666666666667,165.686274509804,198.039215686275],[120.588235294118,168.627450980392,198.039215686275],[126.470588235294,177.450980392157,199.019607843137],[128.43137254902,178.43137254902,197.058823529412],[135.294117647059,179.411764705882,198.039215686275],[139.21568627451,186.274509803922,200],[112.745098039216,169.607843137255,173.529411764706],[85.2941176470588,135.294117647059,130.392156862745],[99.0196078431373,129.411764705882,111.764705882353],[110.78431372549,128.43137254902,106.862745098039],[130.392156862745,136.274509803922,122.549019607843],[103.921568627451,103.921568627451,80.3921568627451],[155.882352941176,149.019607843137,103.921568627451],[213.725490196078,211.764705882353,155.882352941176],[183.333333333333,191.176470588235,135.294117647059],[190.196078431373,203.921568627451,146.078431372549],[168.627450980392,179.411764705882,120.588235294118],[218.627450980392,230.392156862745,167.647058823529],[180.392156862745,191.176470588235,124.509803921569],[177.450980392157,184.313725490196,115.686274509804],[117.647058823529,124.509803921569,49.0196078431373],[98.0392156862745,99.0196078431373,24.5098039215686],[122.549019607843,116.666666666667,44.1176470588235],[156.862745098039,147.058823529412,77.4509803921569],[150.980392156863,136.274509803922,72.5490196078431],[88.2352941176471,72.5490196078431,14.7058823529412],[91.1764705882353,75.4901960784314,24.5098039215686],[60.7843137254902,49.0196078431373,0],[122.549019607843,114.705882352941,66.6666666666667],[107.843137254902,103.921568627451,56.8627450980392],[70.5882352941177,72.5490196078431,24.5098039215686],[39.2156862745098,36.2745098039216,0],[13.7254901960784,0,0],[73.5294117647059,54.9019607843137,25.4901960784314],[70.5882352941177,55.8823529411765,23.5294117647059],[100,90.1960784313725,54.9019607843137],[128.43137254902,124.509803921569,87.2549019607843],[147.058823529412,148.039215686275,106.862745098039],[62.7450980392157,65.6862745098039,21.5686274509804],[119.607843137255,122.549019607843,78.4313725490196],[188.235294117647,190.196078431373,144.117647058824],[65.6862745098039,64.7058823529412,19.6078431372549],[43.1372549019608,40.1960784313726,0],[76.4705882352941,72.5490196078431,28.4313725490196],[99.0196078431373,92.156862745098,49.0196078431373],[97.0588235294118,90.1960784313725,47.0588235294118],[48.0392156862745,41.1764705882353,0],[64.7058823529412,54.9019607843137,19.6078431372549],[49.0196078431373,35.2941176470588,9.80392156862745],[108.823529411765,94.1176470588235,75.4901960784314],[25.4901960784314,13.7254901960784,0],[23.5294117647059,12.7450980392157,0],[9.80392156862745,2.94117647058824,0],[17.6470588235294,7.84313725490196,0],[51.9607843137255,36.2745098039216,13.7254901960784],[23.5294117647059,2.94117647058824,0],[64.7058823529412,37.2549019607843,23.5294117647059],[79.4117647058823,51.9607843137255,41.1764705882353],[58.8235294117647,30.3921568627451,24.5098039215686],[17.6470588235294,0,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,0,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,15.6862745098039,10.7843137254902],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,6.86274509803922,0],[9.80392156862745,0,0],[37.2549019607843,23.5294117647059,10.7843137254902],[48.0392156862745,35.2941176470588,19.6078431372549],[23.5294117647059,7.84313725490196,0],[14.7058823529412,3.92156862745098,0],[23.5294117647059,19.6078431372549,0],[25.4901960784314,20.5882352941176,0.980392156862745],[17.6470588235294,8.82352941176471,0],[10.7843137254902,0,0],[9.80392156862745,0,0],[14.7058823529412,0.980392156862745,0],[38.2352941176471,25.4901960784314,16.6666666666667],[47.0588235294118,35.2941176470588,19.6078431372549],[41.1764705882353,33.3333333333333,12.7450980392157],[21.5686274509804,13.7254901960784,0],[26.4705882352941,15.6862745098039,0],[31.3725490196078,17.6470588235294,4.90196078431373],[47.0588235294118,29.4117647058824,17.6470588235294],[53.921568627451,35.2941176470588,21.5686274509804],[49.0196078431373,26.4705882352941,10.7843137254902],[69.6078431372549,47.0588235294118,29.4117647058824],[61.7647058823529,41.1764705882353,24.5098039215686],[88.2352941176471,69.6078431372549,54.9019607843137],[40.1960784313726,18.6274509803922,7.84313725490196],[64.7058823529412,44.1176470588235,27.4509803921569],[98.0392156862745,77.4509803921569,47.0588235294118],[87.2549019607843,66.6666666666667,20.5882352941176],[152.941176470588,135.294117647059,72.5490196078431],[156.862745098039,140.196078431373,72.5490196078431],[141.176470588235,126.470588235294,62.7450980392157],[171.56862745098,157.843137254902,96.078431372549],[120.588235294118,110.78431372549,50.9803921568627],[100.980392156863,97.0588235294118,37.2549019607843],[98.0392156862745,100,38.2352941176471],[121.56862745098,127.450980392157,68.6274509803922],[146.078431372549,154.901960784314,100.980392156863],[150.980392156863,158.823529411765,108.823529411765],[106.862745098039,108.823529411765,60.7843137254902],[81.3725490196078,78.4313725490196,28.4313725490196],[43.1372549019608,34.3137254901961,0],[73.5294117647059,56.8627450980392,1.96078431372549],[116.666666666667,95.0980392156863,39.2156862745098],[134.313725490196,109.803921568627,53.921568627451],[134.313725490196,110.78431372549,51.9607843137255],[88.2352941176471,68.6274509803922,8.82352941176471],[90.1960784313725,76.4705882352941,14.7058823529412],[161.764705882353,153.921568627451,92.156862745098],[176.470588235294,175.490196078431,112.745098039216],[211.764705882353,211.764705882353,149.019607843137],[176.470588235294,178.43137254902,114.705882352941],[210.78431372549,210.78431372549,150],[200,197.058823529412,143.137254901961],[222.549019607843,218.627450980392,171.56862745098],[250,250,210.78431372549],[184.313725490196,185.294117647059,151.960784313725],[124.509803921569,131.372549019608,99.0196078431373],[142.156862745098,154.901960784314,125.490196078431],[186.274509803922,203.921568627451,178.43137254902],[225.490196078431,245.098039215686,220.588235294118],[180.392156862745,199.019607843137,179.411764705882],[133.333333333333,150,131.372549019608],[138.235294117647,149.019607843137,132.352941176471],[161.764705882353,168.627450980392,152.941176470588],[167.647058823529,169.607843137255,155.882352941176],[132.352941176471,134.313725490196,120.588235294118],[179.411764705882,181.372549019608,168.627450980392],[230.392156862745,236.274509803922,224.509803921569],[210.78431372549,220.588235294118,209.803921568627],[238.235294117647,250,246.078431372549],[233.333333333333,250,250],[210.78431372549,239.21568627451,243.137254901961],[204.901960784314,238.235294117647,239.21568627451],[149.019607843137,179.411764705882,181.372549019608],[109.803921568627,133.333333333333,137.254901960784],[150.980392156863,168.627450980392,172.549019607843],[165.686274509804,176.470588235294,180.392156862745],[174.509803921569,181.372549019608,187.254901960784],[158.823529411765,167.647058823529,172.549019607843],[191.176470588235,198.039215686275,205.882352941176],[180.392156862745,184.313725490196,195.098039215686],[168.627450980392,171.56862745098,186.274509803922],[178.43137254902,180.392156862745,200.980392156863],[181.372549019608,187.254901960784,212.745098039216],[180.392156862745,194.117647058824,220.588235294118],[172.549019607843,186.274509803922,211.764705882353],[192.156862745098,198.039215686275,219.607843137255],[177.450980392157,183.333333333333,204.901960784314],[184.313725490196,194.117647058824,218.627450980392],[183.333333333333,199.019607843137,224.509803921569],[186.274509803922,206.862745098039,237.254901960784],[213.725490196078,239.21568627451,250],[219.607843137255,249.019607843137,250],[204.901960784314,237.254901960784,250],[192.156862745098,224.509803921569,250],[180.392156862745,209.803921568627,245.098039215686],[149.019607843137,178.43137254902,213.725490196078],[120.588235294118,152.941176470588,187.254901960784],[144.117647058824,175.490196078431,212.745098039216],[139.21568627451,172.549019607843,209.803921568627],[145.098039215686,179.411764705882,218.627450980392],[147.058823529412,171.56862745098,210.78431372549],[169.607843137255,178.43137254902,208.823529411765],[157.843137254902,154.901960784314,185.294117647059],[166.666666666667,158.823529411765,197.058823529412],[227.450980392157,219.607843137255,250],[192.156862745098,185.294117647059,218.627450980392],[162.745098039216,156.862745098039,184.313725490196],[165.686274509804,161.764705882353,178.43137254902],[200.980392156863,199.019607843137,209.803921568627],[185.294117647059,189.21568627451,198.039215686275],[191.176470588235,207.843137254902,215.686274509804],[165.686274509804,198.039215686275,212.745098039216],[128.43137254902,170.588235294118,189.21568627451],[129.411764705882,175.490196078431,195.098039215686],[151.960784313725,189.21568627451,211.764705882353],[170.588235294118,188.235294117647,211.764705882353],[192.156862745098,203.921568627451,225.490196078431],[193.137254901961,208.823529411765,223.529411764706],[232.352941176471,250,250],[227.450980392157,246.078431372549,250],[209.803921568627,228.43137254902,243.137254901961],[214.705882352941,233.333333333333,250],[213.725490196078,234.313725490196,250],[174.509803921569,196.078431372549,219.607843137255],[175.490196078431,200.980392156863,227.450980392157],[176.470588235294,202.941176470588,231.372549019608],[141.176470588235,171.56862745098,200],[134.313725490196,169.607843137255,200.980392156863],[138.235294117647,178.43137254902,209.803921568627],[122.549019607843,166.666666666667,199.019607843137],[138.235294117647,183.333333333333,215.686274509804],[129.411764705882,177.450980392157,209.803921568627],[125.490196078431,170.588235294118,202.941176470588],[129.411764705882,167.647058823529,198.039215686275],[156.862745098039,193.137254901961,221.56862745098],[160.78431372549,205.882352941176,231.372549019608],[150,197.058823529412,219.607843137255],[149.019607843137,190.196078431373,214.705882352941],[150,189.21568627451,214.705882352941],[143.137254901961,187.254901960784,209.803921568627],[138.235294117647,183.333333333333,205.882352941176],[129.411764705882,172.549019607843,197.058823529412],[145.098039215686,186.274509803922,210.78431372549],[136.274509803922,172.549019607843,200.980392156863],[118.627450980392,158.823529411765,188.235294117647],[113.725490196078,165.686274509804,196.078431372549],[109.803921568627,167.647058823529,197.058823529412],[127.450980392157,182.352941176471,214.705882352941],[165.686274509804,220.588235294118,250],[121.56862745098,176.470588235294,210.78431372549],[113.725490196078,168.627450980392,200.980392156863],[146.078431372549,201.960784313725,228.43137254902],[133.333333333333,188.235294117647,210.78431372549],[109.803921568627,158.823529411765,181.372549019608],[116.666666666667,168.627450980392,184.313725490196],[110.78431372549,169.607843137255,177.450980392157],[124.509803921569,178.43137254902,175.490196078431],[157.843137254902,191.176470588235,175.490196078431],[148.039215686275,166.666666666667,147.058823529412],[141.176470588235,149.019607843137,136.274509803922],[111.764705882353,110.78431372549,90.1960784313725],[162.745098039216,155.882352941176,110.78431372549],[172.549019607843,167.647058823529,112.745098039216],[112.745098039216,117.647058823529,62.7450980392157],[122.549019607843,131.372549019608,77.4509803921569],[194.117647058824,200.980392156863,148.039215686275],[240.196078431373,248.039215686275,192.156862745098],[191.176470588235,197.058823529412,136.274509803922],[154.901960784314,159.803921568627,94.1176470588235],[151.960784313725,155.882352941176,83.3333333333333],[158.823529411765,159.803921568627,85.2941176470588],[113.725490196078,107.843137254902,35.2941176470588],[149.019607843137,139.21568627451,69.6078431372549],[118.627450980392,104.901960784314,41.1764705882353],[84.3137254901961,68.6274509803922,9.80392156862745],[115.686274509804,100.980392156863,47.0588235294118],[131.372549019608,119.607843137255,70.5882352941177],[164.705882352941,156.862745098039,111.764705882353],[29.4117647058824,26.4705882352941,0],[45.0980392156863,46.078431372549,4.90196078431373],[46.078431372549,40.1960784313726,4.90196078431373],[57.843137254902,34.3137254901961,8.82352941176471],[50.9803921568627,23.5294117647059,1.96078431372549],[34.3137254901961,13.7254901960784,0],[111.764705882353,99.0196078431373,67.6470588235294],[151.960784313725,148.039215686275,111.764705882353],[88.2352941176471,90.1960784313725,50.9803921568627],[94.1176470588235,100.980392156863,57.843137254902],[52.9411764705882,60.7843137254902,14.7058823529412],[46.078431372549,51.9607843137255,4.90196078431373],[138.235294117647,140.196078431373,92.156862745098],[73.5294117647059,69.6078431372549,23.5294117647059],[95.0980392156863,87.2549019607843,41.1764705882353],[126.470588235294,113.725490196078,69.6078431372549],[54.9019607843137,38.2352941176471,0],[71.5686274509804,52.9411764705882,10.7843137254902],[88.2352941176471,70.5882352941177,33.3333333333333],[68.6274509803922,50.9803921568627,27.4509803921569],[33.3333333333333,16.6666666666667,0],[16.6666666666667,1.96078431372549,0],[29.4117647058824,17.6470588235294,0],[21.5686274509804,6.86274509803922,0],[55.8823529411765,40.1960784313726,15.6862745098039],[37.2549019607843,17.6470588235294,0],[30.3921568627451,5.88235294117647,0],[79.4117647058823,50.9803921568627,35.2941176470588],[107.843137254902,76.4705882352941,65.6862745098039],[56.8627450980392,28.4313725490196,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,0,0.980392156862745],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,3.92156862745098,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[9.80392156862745,5.88235294117647,2.94117647058824],[11.7647058823529,6.86274509803922,3.92156862745098],[14.7058823529412,6.86274509803922,3.92156862745098],[16.6666666666667,8.82352941176471,5.88235294117647],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,14.7058823529412,6.86274509803922],[30.3921568627451,17.6470588235294,8.82352941176471],[65.6862745098039,51.9607843137255,41.1764705882353],[50,36.2745098039216,23.5294117647059],[23.5294117647059,7.84313725490196,0],[20.5882352941176,7.84313725490196,0],[51.9607843137255,47.0588235294118,17.6470588235294],[26.4705882352941,22.5490196078431,0],[51.9607843137255,45.0980392156863,27.4509803921569],[41.1764705882353,31.3725490196078,21.5686274509804],[9.80392156862745,0,0],[23.5294117647059,10.7843137254902,2.94117647058824],[44.1176470588235,33.3333333333333,15.6862745098039],[60.7843137254902,50.9803921568627,26.4705882352941],[25.4901960784314,18.6274509803922,0],[27.4509803921569,20.5882352941176,0],[42.156862745098,32.3529411764706,7.84313725490196],[43.1372549019608,31.3725490196078,9.80392156862745],[52.9411764705882,36.2745098039216,20.5882352941176],[62.7450980392157,42.156862745098,25.4901960784314],[57.843137254902,32.3529411764706,15.6862745098039],[65.6862745098039,44.1176470588235,23.5294117647059],[65.6862745098039,50,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[58.8235294117647,41.1764705882353,21.5686274509804],[79.4117647058823,57.843137254902,35.2941176470588],[93.1372549019608,69.6078431372549,34.3137254901961],[111.764705882353,89.2156862745098,38.2352941176471],[111.764705882353,92.156862745098,24.5098039215686],[177.450980392157,161.764705882353,86.2745098039216],[149.019607843137,137.254901960784,62.7450980392157],[150,142.156862745098,71.5686274509804],[82.3529411764706,77.4509803921569,12.7450980392157],[102.941176470588,99.0196078431373,39.2156862745098],[82.3529411764706,80.3921568627451,22.5490196078431],[102.941176470588,101.960784313725,47.0588235294118],[64.7058823529412,62.7450980392157,14.7058823529412],[75.4901960784314,72.5490196078431,28.4313725490196],[80.3921568627451,78.4313725490196,40.1960784313726],[102.941176470588,98.0392156862745,56.8627450980392],[104.901960784314,95.0980392156863,43.1372549019608],[127.450980392157,112.745098039216,58.8235294117647],[97.0588235294118,76.4705882352941,24.5098039215686],[128.43137254902,105.882352941176,54.9019607843137],[202.941176470588,181.372549019608,125.490196078431],[107.843137254902,89.2156862745098,31.3725490196078],[78.4313725490196,64.7058823529412,4.90196078431373],[132.352941176471,122.549019607843,61.7647058823529],[177.450980392157,171.56862745098,110.78431372549],[162.745098039216,161.764705882353,98.0392156862745],[170.588235294118,169.607843137255,103.921568627451],[150.980392156863,150,87.2549019607843],[202.941176470588,197.058823529412,148.039215686275],[234.313725490196,229.411764705882,190.196078431373],[210.78431372549,207.843137254902,173.529411764706],[174.509803921569,177.450980392157,147.058823529412],[166.666666666667,175.490196078431,147.058823529412],[154.901960784314,168.627450980392,143.137254901961],[176.470588235294,195.098039215686,173.529411764706],[204.901960784314,228.43137254902,206.862745098039],[150,172.549019607843,152.941176470588],[133.333333333333,153.921568627451,137.254901960784],[134.313725490196,150.980392156863,135.294117647059],[117.647058823529,129.411764705882,115.686274509804],[159.803921568627,167.647058823529,154.901960784314],[133.333333333333,139.21568627451,127.450980392157],[99.0196078431373,104.901960784314,95.0980392156863],[143.137254901961,148.039215686275,141.176470588235],[164.705882352941,171.56862745098,164.705882352941],[165.686274509804,176.470588235294,172.549019607843],[231.372549019608,246.078431372549,249.019607843137],[215.686274509804,233.333333333333,237.254901960784],[193.137254901961,210.78431372549,212.745098039216],[202.941176470588,214.705882352941,214.705882352941],[173.529411764706,177.450980392157,178.43137254902],[201.960784313725,200,200.980392156863],[199.019607843137,193.137254901961,195.098039215686],[221.56862745098,215.686274509804,219.607843137255],[199.019607843137,197.058823529412,201.960784313725],[201.960784313725,200.980392156863,208.823529411765],[188.235294117647,187.254901960784,200.980392156863],[188.235294117647,187.254901960784,204.901960784314],[200.980392156863,197.058823529412,219.607843137255],[203.921568627451,201.960784313725,225.490196078431],[200.980392156863,202.941176470588,227.450980392157],[199.019607843137,200.980392156863,221.56862745098],[228.43137254902,225.490196078431,242.156862745098],[250,246.078431372549,250],[241.176470588235,242.156862745098,250],[210.78431372549,218.627450980392,241.176470588235],[223.529411764706,239.21568627451,250],[230.392156862745,250,250],[188.235294117647,213.725490196078,246.078431372549],[169.607843137255,199.019607843137,232.352941176471],[134.313725490196,167.647058823529,203.921568627451],[130.392156862745,164.705882352941,201.960784313725],[127.450980392157,164.705882352941,202.941176470588],[133.333333333333,174.509803921569,213.725490196078],[135.294117647059,177.450980392157,218.627450980392],[115.686274509804,161.764705882353,204.901960784314],[121.56862745098,168.627450980392,213.725490196078],[134.313725490196,175.490196078431,216.666666666667],[153.921568627451,180.392156862745,208.823529411765],[164.705882352941,179.411764705882,207.843137254902],[169.607843137255,178.43137254902,216.666666666667],[230.392156862745,233.333333333333,250],[217.647058823529,212.745098039216,250],[199.019607843137,192.156862745098,222.549019607843],[153.921568627451,143.137254901961,159.803921568627],[204.901960784314,198.039215686275,205.882352941176],[193.137254901961,196.078431372549,200.980392156863],[194.117647058824,213.725490196078,220.588235294118],[151.960784313725,193.137254901961,208.823529411765],[114.705882352941,165.686274509804,187.254901960784],[131.372549019608,184.313725490196,209.803921568627],[150.980392156863,194.117647058824,222.549019607843],[171.56862745098,192.156862745098,220.588235294118],[215.686274509804,229.411764705882,250],[200.980392156863,217.647058823529,233.333333333333],[203.921568627451,222.549019607843,236.274509803922],[231.372549019608,250,250],[233.333333333333,250,250],[173.529411764706,194.117647058824,212.745098039216],[169.607843137255,189.21568627451,212.745098039216],[162.745098039216,184.313725490196,207.843137254902],[170.588235294118,194.117647058824,221.56862745098],[153.921568627451,180.392156862745,208.823529411765],[133.333333333333,163.725490196078,194.117647058824],[156.862745098039,191.176470588235,222.549019607843],[154.901960784314,193.137254901961,225.490196078431],[123.529411764706,165.686274509804,199.019607843137],[137.254901960784,182.352941176471,215.686274509804],[128.43137254902,176.470588235294,208.823529411765],[135.294117647059,179.411764705882,211.764705882353],[142.156862745098,178.43137254902,206.862745098039],[174.509803921569,208.823529411765,236.274509803922],[173.529411764706,214.705882352941,239.21568627451],[162.745098039216,206.862745098039,229.411764705882],[175.490196078431,214.705882352941,239.21568627451],[168.627450980392,207.843137254902,232.352941176471],[146.078431372549,187.254901960784,210.78431372549],[140.196078431373,184.313725490196,206.862745098039],[135.294117647059,178.43137254902,202.941176470588],[133.333333333333,176.470588235294,202.941176470588],[129.411764705882,169.607843137255,199.019607843137],[124.509803921569,168.627450980392,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[113.725490196078,171.56862745098,200.980392156863],[110.78431372549,170.588235294118,200.980392156863],[117.647058823529,176.470588235294,209.803921568627],[111.764705882353,173.529411764706,207.843137254902],[112.745098039216,174.509803921569,206.862745098039],[129.411764705882,190.196078431373,214.705882352941],[124.509803921569,183.333333333333,206.862745098039],[119.607843137255,174.509803921569,199.019607843137],[70.5882352941177,126.470588235294,146.078431372549],[41.1764705882353,102.941176470588,111.764705882353],[133.333333333333,188.235294117647,185.294117647059],[161.764705882353,201.960784313725,188.235294117647],[152.941176470588,176.470588235294,160.78431372549],[166.666666666667,177.450980392157,163.725490196078],[188.235294117647,187.254901960784,166.666666666667],[138.235294117647,133.333333333333,92.156862745098],[119.607843137255,116.666666666667,64.7058823529412],[72.5490196078431,77.4509803921569,24.5098039215686],[181.372549019608,188.235294117647,137.254901960784],[224.509803921569,228.43137254902,178.43137254902],[161.764705882353,166.666666666667,113.725490196078],[206.862745098039,210.78431372549,152.941176470588],[179.411764705882,184.313725490196,119.607843137255],[157.843137254902,160.78431372549,91.1764705882353],[137.254901960784,137.254901960784,64.7058823529412],[161.764705882353,157.843137254902,85.2941176470588],[157.843137254902,150,79.4117647058823],[130.392156862745,119.607843137255,54.9019607843137],[78.4313725490196,64.7058823529412,4.90196078431373],[103.921568627451,91.1764705882353,37.2549019607843],[148.039215686275,138.235294117647,88.2352941176471],[151.960784313725,145.098039215686,100],[61.7647058823529,58.8235294117647,16.6666666666667],[61.7647058823529,62.7450980392157,21.5686274509804],[36.2745098039216,32.3529411764706,0],[54.9019607843137,35.2941176470588,8.82352941176471],[49.0196078431373,25.4901960784314,1.96078431372549],[34.3137254901961,17.6470588235294,0],[38.2352941176471,29.4117647058824,0],[69.6078431372549,69.6078431372549,32.3529411764706],[100.980392156863,107.843137254902,66.6666666666667],[101.960784313725,110.78431372549,64.7058823529412],[138.235294117647,148.039215686275,99.0196078431373],[75.4901960784314,82.3529411764706,32.3529411764706],[132.352941176471,131.372549019608,84.3137254901961],[145.098039215686,139.21568627451,92.156862745098],[133.333333333333,119.607843137255,75.4901960784314],[107.843137254902,87.2549019607843,43.1372549019608],[82.3529411764706,55.8823529411765,13.7254901960784],[92.156862745098,63.7254901960784,22.5490196078431],[116.666666666667,88.2352941176471,54.9019607843137],[74.5098039215686,50,28.4313725490196],[62.7450980392157,44.1176470588235,27.4509803921569],[46.078431372549,29.4117647058824,9.80392156862745],[45.0980392156863,29.4117647058824,6.86274509803922],[50.9803921568627,33.3333333333333,9.80392156862745],[36.2745098039216,16.6666666666667,0],[66.6666666666667,43.1372549019608,19.6078431372549],[68.6274509803922,41.1764705882353,20.5882352941176],[91.1764705882353,60.7843137254902,43.1372549019608],[71.5686274509804,40.1960784313726,27.4509803921569],[66.6666666666667,37.2549019607843,29.4117647058824],[20.5882352941176,0,0],[9.80392156862745,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0.980392156862745,0],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[5.88235294117647,1.96078431372549,0],[5.88235294117647,1.96078431372549,0],[7.84313725490196,2.94117647058824,0],[11.7647058823529,3.92156862745098,0.980392156862745],[13.7254901960784,3.92156862745098,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[15.6862745098039,4.90196078431373,0],[12.7450980392157,0,0],[16.6666666666667,3.92156862745098,0],[53.921568627451,40.1960784313726,29.4117647058824],[48.0392156862745,32.3529411764706,19.6078431372549],[60.7843137254902,45.0980392156863,32.3529411764706],[74.5098039215686,61.7647058823529,43.1372549019608],[58.8235294117647,50,21.5686274509804],[66.6666666666667,59.8039215686275,31.3725490196078],[104.901960784314,94.1176470588235,74.5098039215686],[76.4705882352941,62.7450980392157,50],[30.3921568627451,16.6666666666667,3.92156862745098],[39.2156862745098,26.4705882352941,9.80392156862745],[42.156862745098,30.3921568627451,4.90196078431373],[35.2941176470588,26.4705882352941,0],[49.0196078431373,43.1372549019608,7.84313725490196],[57.843137254902,51.9607843137255,18.6274509803922],[70.5882352941177,63.7254901960784,35.2941176470588],[72.5490196078431,62.7450980392157,38.2352941176471],[70.5882352941177,55.8823529411765,35.2941176470588],[67.6470588235294,50,30.3921568627451],[61.7647058823529,40.1960784313726,16.6666666666667],[59.8039215686275,41.1764705882353,11.7647058823529],[70.5882352941177,56.8627450980392,22.5490196078431],[103.921568627451,90.1960784313725,53.921568627451],[126.470588235294,111.764705882353,73.5294117647059],[92.156862745098,73.5294117647059,32.3529411764706],[145.098039215686,124.509803921569,78.4313725490196],[171.56862745098,154.901960784314,100],[135.294117647059,124.509803921569,63.7254901960784],[102.941176470588,95.0980392156863,31.3725490196078],[94.1176470588235,90.1960784313725,27.4509803921569],[142.156862745098,141.176470588235,77.4509803921569],[102.941176470588,101.960784313725,38.2352941176471],[112.745098039216,108.823529411765,46.078431372549],[136.274509803922,126.470588235294,65.6862745098039],[161.764705882353,145.098039215686,90.1960784313725],[106.862745098039,83.3333333333333,36.2745098039216],[117.647058823529,96.078431372549,55.8823529411765],[122.549019607843,113.725490196078,81.3725490196078],[64.7058823529412,60.7843137254902,23.5294117647059],[90.1960784313725,83.3333333333333,30.3921568627451],[133.333333333333,121.56862745098,64.7058823529412],[115.686274509804,99.0196078431373,48.0392156862745],[133.333333333333,111.764705882353,62.7450980392157],[170.588235294118,150,96.078431372549],[143.137254901961,124.509803921569,66.6666666666667],[117.647058823529,103.921568627451,42.156862745098],[136.274509803922,127.450980392157,63.7254901960784],[153.921568627451,149.019607843137,84.3137254901961],[156.862745098039,153.921568627451,88.2352941176471],[185.294117647059,183.333333333333,110.78431372549],[239.21568627451,236.274509803922,170.588235294118],[247.058823529412,241.176470588235,194.117647058824],[210.78431372549,204.901960784314,169.607843137255],[239.21568627451,236.274509803922,205.882352941176],[241.176470588235,244.117647058824,217.647058823529],[175.490196078431,185.294117647059,160.78431372549],[199.019607843137,213.725490196078,191.176470588235],[179.411764705882,201.960784313725,182.352941176471],[233.333333333333,250,243.137254901961],[152.941176470588,179.411764705882,164.705882352941],[120.588235294118,147.058823529412,132.352941176471],[111.764705882353,133.333333333333,120.588235294118],[123.529411764706,140.196078431373,130.392156862745],[148.039215686275,163.725490196078,153.921568627451],[154.901960784314,167.647058823529,160.78431372549],[141.176470588235,151.960784313725,148.039215686275],[150,159.803921568627,158.823529411765],[160.78431372549,170.588235294118,171.56862745098],[139.21568627451,150,151.960784313725],[186.274509803922,200.980392156863,203.921568627451],[234.313725490196,245.098039215686,247.058823529412],[233.333333333333,231.372549019608,232.352941176471],[218.627450980392,208.823529411765,207.843137254902],[194.117647058824,181.372549019608,175.490196078431],[230.392156862745,215.686274509804,208.823529411765],[233.333333333333,220.588235294118,214.705882352941],[229.411764705882,215.686274509804,214.705882352941],[221.56862745098,204.901960784314,210.78431372549],[216.666666666667,203.921568627451,213.725490196078],[211.764705882353,203.921568627451,218.627450980392],[192.156862745098,189.21568627451,207.843137254902],[173.529411764706,174.509803921569,194.117647058824],[175.490196078431,173.529411764706,195.098039215686],[194.117647058824,186.274509803922,208.823529411765],[217.647058823529,207.843137254902,231.372549019608],[235.294117647059,232.352941176471,250],[233.333333333333,236.274509803922,250],[200.980392156863,208.823529411765,231.372549019608],[158.823529411765,172.549019607843,198.039215686275],[178.43137254902,199.019607843137,227.450980392157],[186.274509803922,212.745098039216,242.156862745098],[144.117647058824,173.529411764706,206.862745098039],[140.196078431373,173.529411764706,209.803921568627],[138.235294117647,171.56862745098,208.823529411765],[150.980392156863,185.294117647059,224.509803921569],[135.294117647059,172.549019607843,210.78431372549],[136.274509803922,177.450980392157,218.627450980392],[118.627450980392,160.78431372549,202.941176470588],[134.313725490196,177.450980392157,221.56862745098],[134.313725490196,180.392156862745,225.490196078431],[134.313725490196,182.352941176471,221.56862745098],[125.490196078431,171.56862745098,197.058823529412],[135.294117647059,179.411764705882,201.960784313725],[116.666666666667,153.921568627451,189.21568627451],[206.862745098039,234.313725490196,250],[198.039215686275,212.745098039216,250],[200,202.941176470588,233.333333333333],[203.921568627451,195.098039215686,211.764705882353],[186.274509803922,179.411764705882,187.254901960784],[195.098039215686,198.039215686275,202.941176470588],[151.960784313725,170.588235294118,177.450980392157],[112.745098039216,154.901960784314,171.56862745098],[117.647058823529,172.549019607843,197.058823529412],[145.098039215686,200.980392156863,230.392156862745],[147.058823529412,192.156862745098,224.509803921569],[153.921568627451,178.43137254902,208.823529411765],[192.156862745098,207.843137254902,233.333333333333],[189.21568627451,210.78431372549,231.372549019608],[162.745098039216,188.235294117647,204.901960784314],[211.764705882353,233.333333333333,250],[226.470588235294,248.039215686275,250],[170.588235294118,192.156862745098,214.705882352941],[158.823529411765,180.392156862745,203.921568627451],[180.392156862745,200.980392156863,227.450980392157],[202.941176470588,226.470588235294,250],[171.56862745098,196.078431372549,225.490196078431],[145.098039215686,173.529411764706,204.901960784314],[148.039215686275,180.392156862745,212.745098039216],[157.843137254902,193.137254901961,226.470588235294],[145.098039215686,182.352941176471,217.647058823529],[155.882352941176,195.098039215686,230.392156862745],[142.156862745098,184.313725490196,218.627450980392],[142.156862745098,181.372549019608,215.686274509804],[149.019607843137,183.333333333333,212.745098039216],[161.764705882353,195.098039215686,222.549019607843],[156.862745098039,193.137254901961,218.627450980392],[158.823529411765,199.019607843137,220.588235294118],[176.470588235294,213.725490196078,236.274509803922],[168.627450980392,205.882352941176,228.43137254902],[145.098039215686,184.313725490196,208.823529411765],[139.21568627451,180.392156862745,204.901960784314],[134.313725490196,177.450980392157,203.921568627451],[127.450980392157,171.56862745098,200],[130.392156862745,174.509803921569,206.862745098039],[132.352941176471,180.392156862745,212.745098039216],[123.529411764706,179.411764705882,208.823529411765],[118.627450980392,178.43137254902,208.823529411765],[117.647058823529,179.411764705882,209.803921568627],[113.725490196078,177.450980392157,208.823529411765],[111.764705882353,176.470588235294,209.803921568627],[104.901960784314,168.627450980392,198.039215686275],[105.882352941176,165.686274509804,186.274509803922],[114.705882352941,171.56862745098,191.176470588235],[121.56862745098,181.372549019608,208.823529411765],[101.960784313725,160.78431372549,184.313725490196],[74.5098039215686,132.352941176471,138.235294117647],[85.2941176470588,139.21568627451,134.313725490196],[94.1176470588235,140.196078431373,132.352941176471],[149.019607843137,180.392156862745,169.607843137255],[210.78431372549,221.56862745098,207.843137254902],[245.098039215686,244.117647058824,223.529411764706],[145.098039215686,143.137254901961,105.882352941176],[88.2352941176471,87.2549019607843,42.156862745098],[153.921568627451,157.843137254902,108.823529411765],[238.235294117647,242.156862745098,192.156862745098],[218.627450980392,222.549019607843,172.549019607843],[138.235294117647,141.176470588235,87.2549019607843],[171.56862745098,175.490196078431,117.647058823529],[178.43137254902,183.333333333333,118.627450980392],[94.1176470588235,97.0588235294118,29.4117647058824],[61.7647058823529,63.7254901960784,0],[145.098039215686,142.156862745098,72.5490196078431],[183.333333333333,176.470588235294,107.843137254902],[183.333333333333,174.509803921569,110.78431372549],[119.607843137255,109.803921568627,50],[105.882352941176,95.0980392156863,42.156862745098],[104.901960784314,95.0980392156863,45.0980392156863],[88.2352941176471,82.3529411764706,35.2941176470588],[70.5882352941177,68.6274509803922,21.5686274509804],[51.9607843137255,53.921568627451,7.84313725490196],[70.5882352941177,68.6274509803922,28.4313725490196],[47.0588235294118,39.2156862745098,3.92156862745098],[62.7450980392157,53.921568627451,21.5686274509804],[36.2745098039216,33.3333333333333,0],[44.1176470588235,49.0196078431373,9.80392156862745],[124.509803921569,135.294117647059,93.1372549019608],[121.56862745098,134.313725490196,89.2156862745098],[85.2941176470588,99.0196078431373,50.9803921568627],[211.764705882353,221.56862745098,172.549019607843],[209.803921568627,213.725490196078,164.705882352941],[193.137254901961,189.21568627451,143.137254901961],[202.941176470588,189.21568627451,145.098039215686],[164.705882352941,142.156862745098,100.980392156863],[109.803921568627,78.4313725490196,40.1960784313726],[115.686274509804,78.4313725490196,42.156862745098],[89.2156862745098,47.0588235294118,12.7450980392157],[82.3529411764706,44.1176470588235,13.7254901960784],[67.6470588235294,40.1960784313726,19.6078431372549],[64.7058823529412,42.156862745098,28.4313725490196],[35.2941176470588,14.7058823529412,0],[44.1176470588235,23.5294117647059,2.94117647058824],[46.078431372549,24.5098039215686,1.96078431372549],[64.7058823529412,41.1764705882353,17.6470588235294],[80.3921568627451,54.9019607843137,32.3529411764706],[74.5098039215686,44.1176470588235,24.5098039215686],[77.4509803921569,45.0980392156863,28.4313725490196],[59.8039215686275,28.4313725490196,15.6862745098039],[47.0588235294118,18.6274509803922,10.7843137254902],[28.4313725490196,4.90196078431373,0.980392156862745],[10.7843137254902,0,0],[4.90196078431373,0,0],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,1.96078431372549,0],[2.94117647058824,3.92156862745098,0],[4.90196078431373,3.92156862745098,0],[5.88235294117647,4.90196078431373,0.980392156862745],[6.86274509803922,2.94117647058824,0],[6.86274509803922,2.94117647058824,0],[8.82352941176471,3.92156862745098,0],[10.7843137254902,2.94117647058824,0],[7.84313725490196,0,0],[9.80392156862745,0,0],[11.7647058823529,0.980392156862745,0],[21.5686274509804,8.82352941176471,0.980392156862745],[44.1176470588235,30.3921568627451,21.5686274509804],[22.5490196078431,5.88235294117647,0],[37.2549019607843,20.5882352941176,10.7843137254902],[40.1960784313726,24.5098039215686,9.80392156862745],[55.8823529411765,44.1176470588235,20.5882352941176],[50,38.2352941176471,14.7058823529412],[22.5490196078431,6.86274509803922,0],[12.7450980392157,0,0],[34.3137254901961,18.6274509803922,3.92156862745098],[62.7450980392157,48.0392156862745,27.4509803921569],[65.6862745098039,54.9019607843137,27.4509803921569],[45.0980392156863,36.2745098039216,3.92156862745098],[52.9411764705882,47.0588235294118,13.7254901960784],[48.0392156862745,43.1372549019608,13.7254901960784],[51.9607843137255,46.078431372549,22.5490196078431],[58.8235294117647,50.9803921568627,32.3529411764706],[54.9019607843137,42.156862745098,25.4901960784314],[46.078431372549,29.4117647058824,9.80392156862745],[48.0392156862745,31.3725490196078,5.88235294117647],[53.921568627451,38.2352941176471,5.88235294117647],[28.4313725490196,14.7058823529412,0],[60.7843137254902,50,5.88235294117647],[88.2352941176471,76.4705882352941,27.4509803921569],[103.921568627451,91.1764705882353,39.2156862745098],[111.764705882353,100,43.1372549019608],[131.372549019608,119.607843137255,60.7843137254902],[124.509803921569,114.705882352941,54.9019607843137],[117.647058823529,109.803921568627,49.0196078431373],[88.2352941176471,82.3529411764706,21.5686274509804],[160.78431372549,155.882352941176,93.1372549019608],[150.980392156863,143.137254901961,79.4117647058823],[150,141.176470588235,77.4509803921569],[162.745098039216,147.058823529412,88.2352941176471],[146.078431372549,123.529411764706,70.5882352941177],[184.313725490196,156.862745098039,110.78431372549],[155.882352941176,132.352941176471,95.0980392156863],[75.4901960784314,64.7058823529412,35.2941176470588],[50,46.078431372549,11.7647058823529],[158.823529411765,153.921568627451,100],[128.43137254902,118.627450980392,60.7843137254902],[100.980392156863,85.2941176470588,35.2941176470588],[156.862745098039,139.21568627451,92.156862745098],[142.156862745098,125.490196078431,72.5490196078431],[200.980392156863,185.294117647059,127.450980392157],[154.901960784314,144.117647058824,81.3725490196078],[87.2549019607843,78.4313725490196,14.7058823529412],[126.470588235294,121.56862745098,56.8627450980392],[194.117647058824,191.176470588235,123.529411764706],[215.686274509804,213.725490196078,140.196078431373],[250,248.039215686275,182.352941176471],[229.411764705882,222.549019607843,177.450980392157],[178.43137254902,172.549019607843,141.176470588235],[192.156862745098,191.176470588235,161.764705882353],[229.411764705882,233.333333333333,208.823529411765],[231.372549019608,241.176470588235,217.647058823529],[207.843137254902,225.490196078431,203.921568627451],[150.980392156863,173.529411764706,155.882352941176],[200.980392156863,228.43137254902,213.725490196078],[226.470588235294,250,242.156862745098],[145.098039215686,174.509803921569,162.745098039216],[105.882352941176,132.352941176471,123.529411764706],[85.2941176470588,109.803921568627,103.921568627451],[121.56862745098,143.137254901961,140.196078431373],[144.117647058824,163.725490196078,162.745098039216],[139.21568627451,156.862745098039,158.823529411765],[142.156862745098,158.823529411765,165.686274509804],[147.058823529412,163.725490196078,171.56862745098],[161.764705882353,178.43137254902,188.235294117647],[132.352941176471,150.980392156863,156.862745098039],[165.686274509804,179.411764705882,182.352941176471],[250,249.019607843137,250],[250,242.156862745098,238.235294117647],[215.686274509804,199.019607843137,191.176470588235],[207.843137254902,190.196078431373,180.392156862745],[238.235294117647,224.509803921569,215.686274509804],[234.313725490196,220.588235294118,217.647058823529],[198.039215686275,186.274509803922,190.196078431373],[207.843137254902,200,210.78431372549],[227.450980392157,229.411764705882,244.117647058824],[210.78431372549,217.647058823529,235.294117647059],[199.019607843137,206.862745098039,225.490196078431],[215.686274509804,222.549019607843,241.176470588235],[232.352941176471,229.411764705882,250],[243.137254901961,240.196078431373,250],[184.313725490196,189.21568627451,210.78431372549],[166.666666666667,173.529411764706,200.980392156863],[199.019607843137,212.745098039216,241.176470588235],[194.117647058824,212.745098039216,244.117647058824],[155.882352941176,179.411764705882,214.705882352941],[152.941176470588,182.352941176471,217.647058823529],[150.980392156863,184.313725490196,221.56862745098],[146.078431372549,180.392156862745,219.607843137255],[150,187.254901960784,225.490196078431],[146.078431372549,184.313725490196,222.549019607843],[133.333333333333,174.509803921569,211.764705882353],[128.43137254902,171.56862745098,209.803921568627],[144.117647058824,188.235294117647,228.43137254902],[127.450980392157,173.529411764706,214.705882352941],[121.56862745098,171.56862745098,213.725490196078],[115.686274509804,168.627450980392,205.882352941176],[119.607843137255,175.490196078431,201.960784313725],[115.686274509804,172.549019607843,196.078431372549],[119.607843137255,177.450980392157,210.78431372549],[114.705882352941,162.745098039216,201.960784313725],[119.607843137255,153.921568627451,191.176470588235],[151.960784313725,172.549019607843,200.980392156863],[223.529411764706,226.470588235294,241.176470588235],[202.941176470588,200.980392156863,205.882352941176],[216.666666666667,220.588235294118,223.529411764706],[163.725490196078,177.450980392157,186.274509803922],[146.078431372549,181.372549019608,202.941176470588],[149.019607843137,195.098039215686,224.509803921569],[132.352941176471,181.372549019608,215.686274509804],[130.392156862745,173.529411764706,207.843137254902],[157.843137254902,184.313725490196,213.725490196078],[181.372549019608,201.960784313725,228.43137254902],[172.549019607843,200,223.529411764706],[152.941176470588,180.392156862745,203.921568627451],[190.196078431373,217.647058823529,241.176470588235],[183.333333333333,208.823529411765,233.333333333333],[174.509803921569,198.039215686275,223.529411764706],[170.588235294118,194.117647058824,219.607843137255],[174.509803921569,195.098039215686,223.529411764706],[168.627450980392,189.21568627451,217.647058823529],[173.529411764706,196.078431372549,226.470588235294],[158.823529411765,183.333333333333,213.725490196078],[149.019607843137,177.450980392157,208.823529411765],[168.627450980392,199.019607843137,229.411764705882],[162.745098039216,197.058823529412,228.43137254902],[158.823529411765,194.117647058824,227.450980392157],[149.019607843137,187.254901960784,219.607843137255],[152.941176470588,188.235294117647,221.56862745098],[157.843137254902,190.196078431373,220.588235294118],[154.901960784314,188.235294117647,215.686274509804],[168.627450980392,203.921568627451,229.411764705882],[183.333333333333,218.627450980392,242.156862745098],[181.372549019608,216.666666666667,238.235294117647],[176.470588235294,211.764705882353,233.333333333333],[178.43137254902,215.686274509804,238.235294117647],[180.392156862745,219.607843137255,245.098039215686],[148.039215686275,191.176470588235,217.647058823529],[135.294117647059,181.372549019608,210.78431372549],[124.509803921569,172.549019607843,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[111.764705882353,169.607843137255,200.980392156863],[108.823529411765,170.588235294118,200.980392156863],[110.78431372549,174.509803921569,203.921568627451],[112.745098039216,178.43137254902,206.862745098039],[109.803921568627,177.450980392157,207.843137254902],[118.627450980392,182.352941176471,209.803921568627],[114.705882352941,172.549019607843,190.196078431373],[117.647058823529,175.490196078431,193.137254901961],[105.882352941176,168.627450980392,196.078431372549],[90.1960784313725,150.980392156863,173.529411764706],[91.1764705882353,148.039215686275,151.960784313725],[76.4705882352941,127.450980392157,123.529411764706],[49.0196078431373,98.0392156862745,95.0980392156863],[100.980392156863,137.254901960784,130.392156862745],[145.098039215686,158.823529411765,146.078431372549],[195.098039215686,197.058823529412,176.470588235294],[157.843137254902,158.823529411765,127.450980392157],[171.56862745098,173.529411764706,134.313725490196],[192.156862745098,195.098039215686,150.980392156863],[173.529411764706,177.450980392157,128.43137254902],[195.098039215686,198.039215686275,144.117647058824],[210.78431372549,214.705882352941,156.862745098039],[161.764705882353,166.666666666667,103.921568627451],[145.098039215686,150,85.2941176470588],[169.607843137255,175.490196078431,106.862745098039],[102.941176470588,105.882352941176,36.2745098039216],[124.509803921569,124.509803921569,55.8823529411765],[193.137254901961,190.196078431373,124.509803921569],[161.764705882353,153.921568627451,93.1372549019608],[167.647058823529,158.823529411765,100.980392156863],[100,91.1764705882353,37.2549019607843],[98.0392156862745,91.1764705882353,38.2352941176471],[183.333333333333,177.450980392157,126.470588235294],[172.549019607843,171.56862745098,118.627450980392],[72.5490196078431,72.5490196078431,19.6078431372549],[44.1176470588235,48.0392156862745,0],[30.3921568627451,36.2745098039216,0],[74.5098039215686,81.3725490196078,40.1960784313726],[96.078431372549,106.862745098039,64.7058823529412],[98.0392156862745,110.78431372549,65.6862745098039],[78.4313725490196,94.1176470588235,46.078431372549],[157.843137254902,173.529411764706,125.490196078431],[186.274509803922,200,150],[171.56862745098,179.411764705882,129.411764705882],[167.647058823529,165.686274509804,118.627450980392],[141.176470588235,130.392156862745,86.2745098039216],[111.764705882353,90.1960784313725,50],[126.470588235294,97.0588235294118,59.8039215686275],[103.921568627451,66.6666666666667,31.3725490196078],[114.705882352941,70.5882352941177,38.2352941176471],[102.941176470588,57.843137254902,25.4901960784314],[63.7254901960784,20.5882352941176,0],[63.7254901960784,31.3725490196078,12.7450980392157],[56.8627450980392,29.4117647058824,15.6862745098039],[32.3529411764706,6.86274509803922,0],[25.4901960784314,0.980392156862745,0],[99.0196078431373,72.5490196078431,51.9607843137255],[77.4509803921569,51.9607843137255,29.4117647058824],[59.8039215686275,32.3529411764706,10.7843137254902],[70.5882352941177,40.1960784313726,20.5882352941176],[70.5882352941177,40.1960784313726,22.5490196078431],[61.7647058823529,33.3333333333333,19.6078431372549],[29.4117647058824,2.94117647058824,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[173.529411764706,173.529411764706,171.56862745098],[59.8039215686275,59.8039215686275,57.843137254902],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,0.980392156862745,0],[13.7254901960784,3.92156862745098,1.96078431372549],[8.82352941176471,0,0],[10.7843137254902,0,0],[24.5098039215686,11.7647058823529,3.92156862745098],[31.3725490196078,18.6274509803922,10.7843137254902],[31.3725490196078,17.6470588235294,8.82352941176471],[32.3529411764706,18.6274509803922,9.80392156862745],[40.1960784313726,23.5294117647059,13.7254901960784],[48.0392156862745,30.3921568627451,20.5882352941176],[35.2941176470588,17.6470588235294,7.84313725490196],[38.2352941176471,18.6274509803922,11.7647058823529],[51.9607843137255,32.3529411764706,25.4901960784314],[44.1176470588235,26.4705882352941,14.7058823529412],[40.1960784313726,24.5098039215686,8.82352941176471],[38.2352941176471,26.4705882352941,2.94117647058824],[58.8235294117647,49.0196078431373,24.5098039215686],[74.5098039215686,68.6274509803922,47.0588235294118],[51.9607843137255,46.078431372549,30.3921568627451],[35.2941176470588,28.4313725490196,18.6274509803922],[27.4509803921569,18.6274509803922,11.7647058823529],[29.4117647058824,19.6078431372549,10.7843137254902],[40.1960784313726,27.4509803921569,11.7647058823529],[53.921568627451,40.1960784313726,14.7058823529412],[67.6470588235294,52.9411764705882,20.5882352941176],[154.901960784314,143.137254901961,105.882352941176],[63.7254901960784,55.8823529411765,10.7843137254902],[100,93.1372549019608,40.1960784313726],[114.705882352941,108.823529411765,50],[112.745098039216,107.843137254902,43.1372549019608],[110.78431372549,101.960784313725,36.2745098039216],[141.176470588235,127.450980392157,63.7254901960784],[134.313725490196,116.666666666667,53.921568627451],[78.4313725490196,57.843137254902,0],[134.313725490196,110.78431372549,48.0392156862745],[113.725490196078,90.1960784313725,29.4117647058824],[127.450980392157,105.882352941176,49.0196078431373],[127.450980392157,107.843137254902,55.8823529411765],[79.4117647058823,63.7254901960784,15.6862745098039],[113.725490196078,100.980392156863,57.843137254902],[113.725490196078,103.921568627451,68.6274509803922],[60.7843137254902,55.8823529411765,26.4705882352941],[21.5686274509804,17.6470588235294,0],[76.4705882352941,70.5882352941177,21.5686274509804],[78.4313725490196,71.5686274509804,17.6470588235294],[84.3137254901961,72.5490196078431,25.4901960784314],[189.21568627451,175.490196078431,131.372549019608],[160.78431372549,145.098039215686,95.0980392156863],[186.274509803922,173.529411764706,119.607843137255],[178.43137254902,168.627450980392,108.823529411765],[109.803921568627,101.960784313725,40.1960784313726],[108.823529411765,103.921568627451,41.1764705882353],[124.509803921569,121.56862745098,55.8823529411765],[146.078431372549,144.117647058824,71.5686274509804],[209.803921568627,208.823529411765,146.078431372549],[240.196078431373,235.294117647059,194.117647058824],[198.039215686275,193.137254901961,163.725490196078],[185.294117647059,184.313725490196,156.862745098039],[213.725490196078,217.647058823529,191.176470588235],[196.078431372549,205.882352941176,182.352941176471],[215.686274509804,230.392156862745,209.803921568627],[193.137254901961,215.686274509804,198.039215686275],[184.313725490196,211.764705882353,198.039215686275],[222.549019607843,250,243.137254901961],[226.470588235294,250,250],[128.43137254902,159.803921568627,154.901960784314],[79.4117647058823,110.78431372549,107.843137254902],[89.2156862745098,118.627450980392,120.588235294118],[129.411764705882,155.882352941176,162.745098039216],[116.666666666667,143.137254901961,153.921568627451],[117.647058823529,140.196078431373,155.882352941176],[132.352941176471,153.921568627451,174.509803921569],[168.627450980392,194.117647058824,210.78431372549],[143.137254901961,170.588235294118,181.372549019608],[109.803921568627,134.313725490196,138.235294117647],[124.509803921569,144.117647058824,142.156862745098],[187.254901960784,197.058823529412,189.21568627451],[240.196078431373,236.274509803922,225.490196078431],[250,247.058823529412,238.235294117647],[250,245.098039215686,239.21568627451],[250,248.039215686275,245.098039215686],[238.235294117647,248.039215686275,249.019607843137],[235.294117647059,250,250],[225.490196078431,250,250],[226.470588235294,250,250],[233.333333333333,250,250],[201.960784313725,219.607843137255,241.176470588235],[219.607843137255,238.235294117647,250],[228.43137254902,244.117647058824,250],[212.745098039216,223.529411764706,250],[175.490196078431,187.254901960784,226.470588235294],[201.960784313725,216.666666666667,250],[198.039215686275,218.627450980392,250],[155.882352941176,182.352941176471,226.470588235294],[142.156862745098,172.549019607843,217.647058823529],[139.21568627451,172.549019607843,216.666666666667],[144.117647058824,182.352941176471,224.509803921569],[151.960784313725,193.137254901961,234.313725490196],[149.019607843137,190.196078431373,229.411764705882],[144.117647058824,187.254901960784,223.529411764706],[132.352941176471,179.411764705882,214.705882352941],[131.372549019608,183.333333333333,216.666666666667],[132.352941176471,185.294117647059,220.588235294118],[119.607843137255,177.450980392157,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[123.529411764706,175.490196078431,206.862745098039],[127.450980392157,182.352941176471,214.705882352941],[104.901960784314,171.56862745098,209.803921568627],[115.686274509804,183.333333333333,221.56862745098],[107.843137254902,166.666666666667,200],[120.588235294118,163.725490196078,188.235294117647],[217.647058823529,239.21568627451,250],[215.686274509804,223.529411764706,226.470588235294],[207.843137254902,208.823529411765,212.745098039216],[185.294117647059,191.176470588235,202.941176470588],[179.411764705882,199.019607843137,223.529411764706],[171.56862745098,200.980392156863,234.313725490196],[155.882352941176,190.196078431373,227.450980392157],[131.372549019608,166.666666666667,201.960784313725],[152.941176470588,182.352941176471,207.843137254902],[174.509803921569,201.960784313725,225.490196078431],[137.254901960784,170.588235294118,198.039215686275],[144.117647058824,178.43137254902,207.843137254902],[197.058823529412,230.392156862745,250],[152.941176470588,183.333333333333,211.764705882353],[157.843137254902,184.313725490196,212.745098039216],[158.823529411765,183.333333333333,212.745098039216],[156.862745098039,180.392156862745,207.843137254902],[173.529411764706,194.117647058824,222.549019607843],[177.450980392157,198.039215686275,226.470588235294],[165.686274509804,186.274509803922,216.666666666667],[173.529411764706,196.078431372549,226.470588235294],[180.392156862745,204.901960784314,234.313725490196],[166.666666666667,193.137254901961,222.549019607843],[160.78431372549,189.21568627451,220.588235294118],[167.647058823529,198.039215686275,228.43137254902],[169.607843137255,200,230.392156862745],[151.960784313725,184.313725490196,214.705882352941],[150.980392156863,184.313725490196,211.764705882353],[159.803921568627,190.196078431373,217.647058823529],[181.372549019608,212.745098039216,237.254901960784],[188.235294117647,222.549019607843,244.117647058824],[170.588235294118,205.882352941176,227.450980392157],[163.725490196078,199.019607843137,222.549019607843],[178.43137254902,217.647058823529,242.156862745098],[156.862745098039,200,228.43137254902],[141.176470588235,186.274509803922,218.627450980392],[137.254901960784,189.21568627451,220.588235294118],[111.764705882353,166.666666666667,199.019607843137],[89.2156862745098,147.058823529412,178.43137254902],[97.0588235294118,158.823529411765,189.21568627451],[100.980392156863,164.705882352941,192.156862745098],[101.960784313725,167.647058823529,194.117647058824],[116.666666666667,182.352941176471,208.823529411765],[132.352941176471,196.078431372549,217.647058823529],[138.235294117647,195.098039215686,208.823529411765],[113.725490196078,168.627450980392,183.333333333333],[100,158.823529411765,184.313725490196],[101.960784313725,160.78431372549,184.313725490196],[82.3529411764706,139.21568627451,143.137254901961],[57.843137254902,111.764705882353,106.862745098039],[60.7843137254902,111.764705882353,107.843137254902],[65.6862745098039,105.882352941176,100],[92.156862745098,108.823529411765,99.0196078431373],[212.745098039216,216.666666666667,200],[245.098039215686,250,220.588235294118],[214.705882352941,220.588235294118,183.333333333333],[200.980392156863,207.843137254902,167.647058823529],[202.941176470588,208.823529411765,161.764705882353],[193.137254901961,198.039215686275,141.176470588235],[166.666666666667,171.56862745098,106.862745098039],[183.333333333333,190.196078431373,124.509803921569],[140.196078431373,147.058823529412,80.3921568627451],[162.745098039216,169.607843137255,102.941176470588],[185.294117647059,190.196078431373,124.509803921569],[227.450980392157,229.411764705882,165.686274509804],[158.823529411765,156.862745098039,97.0588235294118],[114.705882352941,107.843137254902,53.921568627451],[138.235294117647,128.43137254902,76.4705882352941],[59.8039215686275,50,0],[126.470588235294,119.607843137255,65.6862745098039],[202.941176470588,198.039215686275,141.176470588235],[207.843137254902,205.882352941176,146.078431372549],[124.509803921569,124.509803921569,61.7647058823529],[55.8823529411765,61.7647058823529,0.980392156862745],[62.7450980392157,77.4509803921569,23.5294117647059],[102.941176470588,120.588235294118,69.6078431372549],[103.921568627451,123.529411764706,71.5686274509804],[89.2156862745098,109.803921568627,54.9019607843137],[158.823529411765,177.450980392157,123.529411764706],[175.490196078431,192.156862745098,139.21568627451],[104.901960784314,114.705882352941,63.7254901960784],[104.901960784314,106.862745098039,58.8235294117647],[136.274509803922,128.43137254902,83.3333333333333],[93.1372549019608,76.4705882352941,34.3137254901961],[87.2549019607843,59.8039215686275,21.5686274509804],[99.0196078431373,65.6862745098039,31.3725490196078],[87.2549019607843,47.0588235294118,15.6862745098039],[81.3725490196078,39.2156862745098,7.84313725490196],[100,55.8823529411765,27.4509803921569],[110.78431372549,69.6078431372549,45.0980392156863],[83.3333333333333,49.0196078431373,30.3921568627451],[62.7450980392157,34.3137254901961,16.6666666666667],[56.8627450980392,28.4313725490196,10.7843137254902],[37.2549019607843,9.80392156862745,0],[55.8823529411765,28.4313725490196,6.86274509803922],[50.9803921568627,23.5294117647059,1.96078431372549],[48.0392156862745,17.6470588235294,0],[34.3137254901961,3.92156862745098,0],[44.1176470588235,12.7450980392157,0],[60.7843137254902,33.3333333333333,21.5686274509804],[25.4901960784314,1.96078431372549,0],[18.6274509803922,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[3.92156862745098,0,0],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0]],[[19.6078431372549,19.6078431372549,17.6470588235294],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[9.80392156862745,5.88235294117647,4.90196078431373],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,0.980392156862745],[7.84313725490196,2.94117647058824,0],[18.6274509803922,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,0],[20.5882352941176,9.80392156862745,3.92156862745098],[27.4509803921569,16.6666666666667,10.7843137254902],[25.4901960784314,12.7450980392157,4.90196078431373],[19.6078431372549,6.86274509803922,0],[17.6470588235294,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[35.2941176470588,14.7058823529412,11.7647058823529],[42.156862745098,18.6274509803922,16.6666666666667],[48.0392156862745,27.4509803921569,22.5490196078431],[45.0980392156863,27.4509803921569,15.6862745098039],[28.4313725490196,12.7450980392157,0],[22.5490196078431,11.7647058823529,0],[57.843137254902,50,29.4117647058824],[37.2549019607843,31.3725490196078,15.6862745098039],[20.5882352941176,16.6666666666667,5.88235294117647],[200.980392156863,197.058823529412,194.117647058824],[216.666666666667,210.78431372549,210.78431372549],[68.6274509803922,61.7647058823529,55.8823529411765],[21.5686274509804,12.7450980392157,0],[30.3921568627451,19.6078431372549,0],[86.2745098039216,74.5098039215686,35.2941176470588],[68.6274509803922,53.921568627451,11.7647058823529],[54.9019607843137,41.1764705882353,0],[152.941176470588,142.156862745098,87.2549019607843],[143.137254901961,135.294117647059,74.5098039215686],[101.960784313725,96.078431372549,35.2941176470588],[112.745098039216,104.901960784314,43.1372549019608],[143.137254901961,132.352941176471,71.5686274509804],[122.549019607843,106.862745098039,48.0392156862745],[106.862745098039,86.2745098039216,24.5098039215686],[136.274509803922,112.745098039216,53.921568627451],[118.627450980392,94.1176470588235,39.2156862745098],[72.5490196078431,50,0],[96.078431372549,78.4313725490196,31.3725490196078],[121.56862745098,108.823529411765,64.7058823529412],[96.078431372549,90.1960784313725,43.1372549019608],[71.5686274509804,68.6274509803922,26.4705882352941],[54.9019607843137,51.9607843137255,19.6078431372549],[71.5686274509804,67.6470588235294,33.3333333333333],[39.2156862745098,35.2941176470588,0],[35.2941176470588,29.4117647058824,0],[80.3921568627451,71.5686274509804,29.4117647058824],[92.156862745098,80.3921568627451,39.2156862745098],[104.901960784314,92.156862745098,48.0392156862745],[144.117647058824,134.313725490196,82.3529411764706],[148.039215686275,139.21568627451,83.3333333333333],[174.509803921569,168.627450980392,107.843137254902],[187.254901960784,183.333333333333,121.56862745098],[181.372549019608,180.392156862745,117.647058823529],[155.882352941176,156.862745098039,92.156862745098],[204.901960784314,203.921568627451,148.039215686275],[250,250,213.725490196078],[250,250,223.529411764706],[211.764705882353,211.764705882353,184.313725490196],[210.78431372549,214.705882352941,188.235294117647],[221.56862745098,231.372549019608,206.862745098039],[224.509803921569,239.21568627451,218.627450980392],[217.647058823529,238.235294117647,221.56862745098],[232.352941176471,250,246.078431372549],[227.450980392157,250,250],[219.607843137255,250,248.039215686275],[167.647058823529,202.941176470588,200.980392156863],[178.43137254902,212.745098039216,214.705882352941],[128.43137254902,162.745098039216,168.627450980392],[143.137254901961,176.470588235294,186.274509803922],[146.078431372549,178.43137254902,195.098039215686],[123.529411764706,154.901960784314,177.450980392157],[126.470588235294,156.862745098039,184.313725490196],[122.549019607843,153.921568627451,178.43137254902],[130.392156862745,166.666666666667,182.352941176471],[123.529411764706,159.803921568627,167.647058823529],[130.392156862745,159.803921568627,161.764705882353],[145.098039215686,163.725490196078,161.764705882353],[181.372549019608,186.274509803922,180.392156862745],[230.392156862745,227.450980392157,222.549019607843],[246.078431372549,242.156862745098,239.21568627451],[229.411764705882,233.333333333333,234.313725490196],[222.549019607843,243.137254901961,248.039215686275],[210.78431372549,244.117647058824,250],[170.588235294118,208.823529411765,225.490196078431],[172.549019607843,212.745098039216,232.352941176471],[149.019607843137,184.313725490196,207.843137254902],[137.254901960784,170.588235294118,195.098039215686],[118.627450980392,152.941176470588,174.509803921569],[165.686274509804,195.098039215686,220.588235294118],[214.705882352941,237.254901960784,250],[171.56862745098,193.137254901961,231.372549019608],[158.823529411765,181.372549019608,222.549019607843],[150,178.43137254902,221.56862745098],[144.117647058824,175.490196078431,221.56862745098],[150,185.294117647059,232.352941176471],[142.156862745098,182.352941176471,227.450980392157],[137.254901960784,177.450980392157,222.549019607843],[136.274509803922,178.43137254902,220.588235294118],[139.21568627451,181.372549019608,223.529411764706],[142.156862745098,186.274509803922,226.470588235294],[137.254901960784,184.313725490196,221.56862745098],[140.196078431373,188.235294117647,227.450980392157],[137.254901960784,190.196078431373,227.450980392157],[126.470588235294,180.392156862745,218.627450980392],[128.43137254902,180.392156862745,219.607843137255],[137.254901960784,184.313725490196,223.529411764706],[125.490196078431,176.470588235294,215.686274509804],[101.960784313725,167.647058823529,209.803921568627],[96.078431372549,165.686274509804,206.862745098039],[101.960784313725,164.705882352941,199.019607843137],[121.56862745098,167.647058823529,193.137254901961],[200,221.56862745098,234.313725490196],[225.490196078431,232.352941176471,240.196078431373],[208.823529411765,207.843137254902,213.725490196078],[179.411764705882,178.43137254902,192.156862745098],[186.274509803922,196.078431372549,222.549019607843],[182.352941176471,200.980392156863,233.333333333333],[163.725490196078,189.21568627451,225.490196078431],[160.78431372549,190.196078431373,223.529411764706],[173.529411764706,204.901960784314,227.450980392157],[142.156862745098,176.470588235294,198.039215686275],[118.627450980392,156.862745098039,187.254901960784],[126.470588235294,163.725490196078,199.019607843137],[153.921568627451,189.21568627451,222.549019607843],[145.098039215686,177.450980392157,209.803921568627],[149.019607843137,177.450980392157,208.823529411765],[158.823529411765,183.333333333333,213.725490196078],[188.235294117647,211.764705882353,239.21568627451],[178.43137254902,197.058823529412,226.470588235294],[186.274509803922,205.882352941176,232.352941176471],[189.21568627451,205.882352941176,233.333333333333],[180.392156862745,200,226.470588235294],[180.392156862745,200,226.470588235294],[173.529411764706,194.117647058824,222.549019607843],[171.56862745098,195.098039215686,222.549019607843],[185.294117647059,209.803921568627,239.21568627451],[184.313725490196,210.78431372549,240.196078431373],[160.78431372549,193.137254901961,223.529411764706],[159.803921568627,192.156862745098,222.549019607843],[170.588235294118,200,227.450980392157],[179.411764705882,208.823529411765,234.313725490196],[176.470588235294,210.78431372549,232.352941176471],[178.43137254902,212.745098039216,234.313725490196],[181.372549019608,216.666666666667,240.196078431373],[179.411764705882,215.686274509804,241.176470588235],[159.803921568627,202.941176470588,231.372549019608],[141.176470588235,189.21568627451,220.588235294118],[127.450980392157,181.372549019608,211.764705882353],[115.686274509804,173.529411764706,204.901960784314],[118.627450980392,176.470588235294,207.843137254902],[113.725490196078,173.529411764706,201.960784313725],[96.078431372549,160.78431372549,184.313725490196],[104.901960784314,171.56862745098,192.156862745098],[93.1372549019608,157.843137254902,179.411764705882],[85.2941176470588,147.058823529412,163.725490196078],[159.803921568627,215.686274509804,226.470588235294],[147.058823529412,199.019607843137,212.745098039216],[100,154.901960784314,177.450980392157],[103.921568627451,159.803921568627,179.411764705882],[93.1372549019608,150,153.921568627451],[121.56862745098,176.470588235294,173.529411764706],[61.7647058823529,113.725490196078,107.843137254902],[60.7843137254902,100.980392156863,95.0980392156863],[164.705882352941,185.294117647059,178.43137254902],[218.627450980392,229.411764705882,213.725490196078],[238.235294117647,244.117647058824,216.666666666667],[203.921568627451,209.803921568627,174.509803921569],[208.823529411765,214.705882352941,177.450980392157],[231.372549019608,237.254901960784,192.156862745098],[195.098039215686,200.980392156863,142.156862745098],[142.156862745098,147.058823529412,81.3725490196078],[131.372549019608,138.235294117647,71.5686274509804],[154.901960784314,161.764705882353,95.0980392156863],[132.352941176471,139.21568627451,73.5294117647059],[131.372549019608,137.254901960784,74.5098039215686],[127.450980392157,131.372549019608,71.5686274509804],[44.1176470588235,43.1372549019608,0],[127.450980392157,121.56862745098,70.5882352941177],[164.705882352941,154.901960784314,104.901960784314],[55.8823529411765,46.078431372549,0],[139.21568627451,130.392156862745,76.4705882352941],[195.098039215686,187.254901960784,126.470588235294],[139.21568627451,134.313725490196,69.6078431372549],[162.745098039216,159.803921568627,90.1960784313725],[190.196078431373,193.137254901961,125.490196078431],[195.098039215686,208.823529411765,148.039215686275],[200.980392156863,220.588235294118,162.745098039216],[187.254901960784,206.862745098039,149.019607843137],[172.549019607843,190.196078431373,133.333333333333],[135.294117647059,150,94.1176470588235],[86.2745098039216,95.0980392156863,41.1764705882353],[100.980392156863,103.921568627451,51.9607843137255],[156.862745098039,150.980392156863,103.921568627451],[70.5882352941177,53.921568627451,10.7843137254902],[28.4313725490196,5.88235294117647,0],[67.6470588235294,38.2352941176471,2.94117647058824],[86.2745098039216,52.9411764705882,18.6274509803922],[77.4509803921569,42.156862745098,10.7843137254902],[74.5098039215686,36.2745098039216,7.84313725490196],[72.5490196078431,34.3137254901961,5.88235294117647],[127.450980392157,91.1764705882353,65.6862745098039],[68.6274509803922,34.3137254901961,12.7450980392157],[60.7843137254902,28.4313725490196,9.80392156862745],[108.823529411765,77.4509803921569,56.8627450980392],[48.0392156862745,16.6666666666667,0],[37.2549019607843,6.86274509803922,0],[71.5686274509804,41.1764705882353,21.5686274509804],[49.0196078431373,18.6274509803922,0.980392156862745],[39.2156862745098,10.7843137254902,0],[61.7647058823529,34.3137254901961,20.5882352941176],[54.9019607843137,31.3725490196078,19.6078431372549],[17.6470588235294,0,0],[12.7450980392157,0,0],[12.7450980392157,2.94117647058824,0.980392156862745],[3.92156862745098,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[12.7450980392157,11.7647058823529,9.80392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,2.94117647058824,0.980392156862745],[1.96078431372549,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[12.7450980392157,6.86274509803922,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[14.7058823529412,5.88235294117647,0.980392156862745],[19.6078431372549,10.7843137254902,5.88235294117647],[20.5882352941176,9.80392156862745,3.92156862745098],[16.6666666666667,5.88235294117647,0],[15.6862745098039,2.94117647058824,0],[21.5686274509804,2.94117647058824,0],[25.4901960784314,4.90196078431373,3.92156862745098],[16.6666666666667,0,0],[20.5882352941176,0,0],[35.2941176470588,17.6470588235294,5.88235294117647],[29.4117647058824,16.6666666666667,0],[30.3921568627451,22.5490196078431,0],[56.8627450980392,50.9803921568627,29.4117647058824],[31.3725490196078,28.4313725490196,13.7254901960784],[50.9803921568627,48.0392156862745,39.2156862745098],[245.098039215686,244.117647058824,242.156862745098],[250,249.019607843137,248.039215686275],[86.2745098039216,82.3529411764706,71.5686274509804],[38.2352941176471,32.3529411764706,10.7843137254902],[56.8627450980392,49.0196078431373,10.7843137254902],[99.0196078431373,85.2941176470588,37.2549019607843],[111.764705882353,87.2549019607843,31.3725490196078],[130.392156862745,100,44.1176470588235],[127.450980392157,102.941176470588,47.0588235294118],[111.764705882353,92.156862745098,40.1960784313726],[123.529411764706,109.803921568627,61.7647058823529],[71.5686274509804,59.8039215686275,12.7450980392157],[64.7058823529412,54.9019607843137,6.86274509803922],[100,93.1372549019608,42.156862745098],[124.509803921569,117.647058823529,63.7254901960784],[119.607843137255,109.803921568627,57.843137254902],[132.352941176471,121.56862745098,76.4705882352941],[85.2941176470588,71.5686274509804,33.3333333333333],[48.0392156862745,36.2745098039216,0],[90.1960784313725,79.4117647058823,35.2941176470588],[100.980392156863,95.0980392156863,38.2352941176471],[73.5294117647059,68.6274509803922,13.7254901960784],[49.0196078431373,46.078431372549,5.88235294117647],[128.43137254902,126.470588235294,89.2156862745098],[105.882352941176,102.941176470588,58.8235294117647],[76.4705882352941,72.5490196078431,28.4313725490196],[60.7843137254902,52.9411764705882,14.7058823529412],[50,42.156862745098,5.88235294117647],[108.823529411765,101.960784313725,60.7843137254902],[199.019607843137,193.137254901961,146.078431372549],[112.745098039216,107.843137254902,53.921568627451],[120.588235294118,118.627450980392,62.7450980392157],[159.803921568627,158.823529411765,102.941176470588],[194.117647058824,195.098039215686,139.21568627451],[202.941176470588,205.882352941176,150],[216.666666666667,220.588235294118,171.56862745098],[240.196078431373,244.117647058824,211.764705882353],[250,250,227.450980392157],[250,250,225.490196078431],[234.313725490196,240.196078431373,212.745098039216],[220.588235294118,228.43137254902,204.901960784314],[225.490196078431,238.235294117647,218.627450980392],[211.764705882353,229.411764705882,213.725490196078],[215.686274509804,239.21568627451,226.470588235294],[196.078431372549,225.490196078431,217.647058823529],[165.686274509804,197.058823529412,192.156862745098],[223.529411764706,250,250],[174.509803921569,213.725490196078,215.686274509804],[121.56862745098,158.823529411765,167.647058823529],[125.490196078431,163.725490196078,178.43137254902],[139.21568627451,176.470588235294,197.058823529412],[136.274509803922,172.549019607843,199.019607843137],[114.705882352941,150,181.372549019608],[121.56862745098,159.803921568627,190.196078431373],[100.980392156863,148.039215686275,169.607843137255],[110.78431372549,155.882352941176,170.588235294118],[133.333333333333,162.745098039216,173.529411764706],[175.490196078431,193.137254901961,202.941176470588],[170.588235294118,179.411764705882,184.313725490196],[175.490196078431,183.333333333333,186.274509803922],[216.666666666667,227.450980392157,231.372549019608],[183.333333333333,200,206.862745098039],[211.764705882353,234.313725490196,248.039215686275],[213.725490196078,246.078431372549,250],[117.647058823529,162.745098039216,185.294117647059],[142.156862745098,195.098039215686,220.588235294118],[136.274509803922,191.176470588235,217.647058823529],[141.176470588235,193.137254901961,223.529411764706],[126.470588235294,170.588235294118,200.980392156863],[122.549019607843,160.78431372549,191.176470588235],[136.274509803922,172.549019607843,198.039215686275],[148.039215686275,184.313725490196,209.803921568627],[152.941176470588,191.176470588235,221.56862745098],[146.078431372549,188.235294117647,221.56862745098],[139.21568627451,183.333333333333,221.56862745098],[137.254901960784,183.333333333333,224.509803921569],[141.176470588235,187.254901960784,230.392156862745],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,232.352941176471],[143.137254901961,184.313725490196,231.372549019608],[147.058823529412,186.274509803922,236.274509803922],[144.117647058824,183.333333333333,233.333333333333],[147.058823529412,187.254901960784,238.235294117647],[148.039215686275,190.196078431373,242.156862745098],[136.274509803922,180.392156862745,234.313725490196],[137.254901960784,179.411764705882,231.372549019608],[141.176470588235,178.43137254902,226.470588235294],[126.470588235294,169.607843137255,213.725490196078],[118.627450980392,173.529411764706,219.607843137255],[104.901960784314,162.745098039216,205.882352941176],[122.549019607843,169.607843137255,208.823529411765],[145.098039215686,175.490196078431,205.882352941176],[198.039215686275,203.921568627451,225.490196078431],[250,242.156862745098,250],[229.411764705882,217.647058823529,231.372549019608],[209.803921568627,200.980392156863,217.647058823529],[189.21568627451,190.196078431373,217.647058823529],[174.509803921569,185.294117647059,216.666666666667],[183.333333333333,202.941176470588,235.294117647059],[169.607843137255,198.039215686275,227.450980392157],[158.823529411765,193.137254901961,212.745098039216],[142.156862745098,182.352941176471,201.960784313725],[109.803921568627,151.960784313725,183.333333333333],[131.372549019608,173.529411764706,207.843137254902],[179.411764705882,216.666666666667,250],[155.882352941176,189.21568627451,223.529411764706],[130.392156862745,160.78431372549,191.176470588235],[168.627450980392,195.098039215686,224.509803921569],[198.039215686275,218.627450980392,247.058823529412],[194.117647058824,213.725490196078,240.196078431373],[171.56862745098,187.254901960784,212.745098039216],[191.176470588235,206.862745098039,232.352941176471],[192.156862745098,207.843137254902,233.333333333333],[191.176470588235,206.862745098039,232.352941176471],[184.313725490196,200.980392156863,228.43137254902],[180.392156862745,197.058823529412,224.509803921569],[195.098039215686,213.725490196078,243.137254901961],[199.019607843137,221.56862745098,250],[165.686274509804,198.039215686275,230.392156862745],[159.803921568627,194.117647058824,225.490196078431],[177.450980392157,205.882352941176,235.294117647059],[184.313725490196,213.725490196078,239.21568627451],[168.627450980392,202.941176470588,224.509803921569],[171.56862745098,206.862745098039,228.43137254902],[186.274509803922,219.607843137255,244.117647058824],[179.411764705882,215.686274509804,242.156862745098],[137.254901960784,179.411764705882,210.78431372549],[151.960784313725,200,232.352941176471],[134.313725490196,192.156862745098,223.529411764706],[111.764705882353,171.56862745098,201.960784313725],[133.333333333333,191.176470588235,220.588235294118],[144.117647058824,202.941176470588,228.43137254902],[112.745098039216,176.470588235294,196.078431372549],[97.0588235294118,162.745098039216,179.411764705882],[104.901960784314,169.607843137255,183.333333333333],[72.5490196078431,133.333333333333,146.078431372549],[131.372549019608,188.235294117647,199.019607843137],[173.529411764706,226.470588235294,238.235294117647],[134.313725490196,182.352941176471,199.019607843137],[93.1372549019608,144.117647058824,157.843137254902],[94.1176470588235,151.960784313725,159.803921568627],[136.274509803922,194.117647058824,192.156862745098],[136.274509803922,185.294117647059,174.509803921569],[174.509803921569,211.764705882353,200.980392156863],[198.039215686275,224.509803921569,219.607843137255],[226.470588235294,242.156862745098,231.372549019608],[187.254901960784,194.117647058824,163.725490196078],[171.56862745098,175.490196078431,139.21568627451],[200.980392156863,206.862745098039,171.56862745098],[168.627450980392,175.490196078431,132.352941176471],[209.803921568627,213.725490196078,155.882352941176],[154.901960784314,159.803921568627,94.1176470588235],[80.3921568627451,87.2549019607843,21.5686274509804],[42.156862745098,49.0196078431373,0],[124.509803921569,133.333333333333,69.6078431372549],[75.4901960784314,81.3725490196078,20.5882352941176],[74.5098039215686,77.4509803921569,21.5686274509804],[61.7647058823529,60.7843137254902,7.84313725490196],[125.490196078431,117.647058823529,69.6078431372549],[171.56862745098,161.764705882353,113.725490196078],[122.549019607843,109.803921568627,58.8235294117647],[122.549019607843,109.803921568627,55.8823529411765],[153.921568627451,143.137254901961,82.3529411764706],[134.313725490196,124.509803921569,56.8627450980392],[152.941176470588,144.117647058824,70.5882352941177],[196.078431372549,192.156862745098,120.588235294118],[171.56862745098,176.470588235294,111.764705882353],[142.156862745098,151.960784313725,92.156862745098],[154.901960784314,162.745098039216,103.921568627451],[100,105.882352941176,47.0588235294118],[79.4117647058823,80.3921568627451,24.5098039215686],[117.647058823529,114.705882352941,60.7843137254902],[119.607843137255,109.803921568627,59.8039215686275],[158.823529411765,141.176470588235,94.1176470588235],[88.2352941176471,63.7254901960784,23.5294117647059],[87.2549019607843,57.843137254902,20.5882352941176],[63.7254901960784,31.3725490196078,0],[76.4705882352941,42.156862745098,10.7843137254902],[92.156862745098,59.8039215686275,29.4117647058824],[70.5882352941177,40.1960784313726,11.7647058823529],[69.6078431372549,41.1764705882353,11.7647058823529],[88.2352941176471,58.8235294117647,31.3725490196078],[127.450980392157,94.1176470588235,69.6078431372549],[87.2549019607843,51.9607843137255,28.4313725490196],[52.9411764705882,18.6274509803922,0],[40.1960784313726,5.88235294117647,0],[74.5098039215686,43.1372549019608,22.5490196078431],[78.4313725490196,48.0392156862745,30.3921568627451],[69.6078431372549,41.1764705882353,25.4901960784314],[84.3137254901961,56.8627450980392,45.0980392156863],[61.7647058823529,38.2352941176471,28.4313725490196],[36.2745098039216,17.6470588235294,10.7843137254902],[10.7843137254902,0,0],[10.7843137254902,0,0],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,0.980392156862745,0],[15.6862745098039,14.7058823529412,12.7450980392157],[10.7843137254902,9.80392156862745,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0]],[[7.84313725490196,7.84313725490196,5.88235294117647],[6.86274509803922,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[12.7450980392157,5.88235294117647,0],[18.6274509803922,11.7647058823529,5.88235294117647],[23.5294117647059,12.7450980392157,6.86274509803922],[25.4901960784314,10.7843137254902,5.88235294117647],[24.5098039215686,7.84313725490196,0.980392156862745],[22.5490196078431,4.90196078431373,0.980392156862745],[19.6078431372549,2.94117647058824,0],[23.5294117647059,9.80392156862745,0],[28.4313725490196,17.6470588235294,0],[48.0392156862745,42.156862745098,20.5882352941176],[52.9411764705882,50.9803921568627,28.4313725490196],[32.3529411764706,33.3333333333333,15.6862745098039],[52.9411764705882,54.9019607843137,42.156862745098],[66.6666666666667,67.6470588235294,61.7647058823529],[116.666666666667,116.666666666667,108.823529411765],[78.4313725490196,75.4901960784314,58.8235294117647],[42.156862745098,37.2549019607843,8.82352941176471],[118.627450980392,111.764705882353,66.6666666666667],[133.333333333333,120.588235294118,66.6666666666667],[131.372549019608,105.882352941176,50],[150.980392156863,120.588235294118,64.7058823529412],[137.254901960784,108.823529411765,53.921568627451],[75.4901960784314,50.9803921568627,0],[109.803921568627,87.2549019607843,44.1176470588235],[130.392156862745,113.725490196078,71.5686274509804],[101.960784313725,89.2156862745098,48.0392156862745],[96.078431372549,89.2156862745098,46.078431372549],[148.039215686275,146.078431372549,96.078431372549],[106.862745098039,106.862745098039,57.843137254902],[72.5490196078431,71.5686274509804,28.4313725490196],[75.4901960784314,71.5686274509804,34.3137254901961],[42.156862745098,36.2745098039216,0.980392156862745],[76.4705882352941,68.6274509803922,30.3921568627451],[142.156862745098,135.294117647059,82.3529411764706],[111.764705882353,106.862745098039,51.9607843137255],[51.9607843137255,50,2.94117647058824],[118.627450980392,117.647058823529,74.5098039215686],[172.549019607843,171.56862745098,126.470588235294],[76.4705882352941,73.5294117647059,31.3725490196078],[60.7843137254902,56.8627450980392,19.6078431372549],[86.2745098039216,82.3529411764706,45.0980392156863],[51.9607843137255,49.0196078431373,6.86274509803922],[96.078431372549,94.1176470588235,47.0588235294118],[104.901960784314,103.921568627451,50.9803921568627],[120.588235294118,121.56862745098,65.6862745098039],[139.21568627451,142.156862745098,86.2745098039216],[185.294117647059,190.196078431373,137.254901960784],[180.392156862745,188.235294117647,138.235294117647],[149.019607843137,157.843137254902,115.686274509804],[161.764705882353,171.56862745098,138.235294117647],[188.235294117647,197.058823529412,168.627450980392],[200,206.862745098039,174.509803921569],[190.196078431373,197.058823529412,166.666666666667],[211.764705882353,220.588235294118,194.117647058824],[232.352941176471,244.117647058824,222.549019607843],[213.725490196078,230.392156862745,214.705882352941],[206.862745098039,228.43137254902,216.666666666667],[183.333333333333,208.823529411765,200],[175.490196078431,205.882352941176,200.980392156863],[204.901960784314,240.196078431373,238.235294117647],[198.039215686275,237.254901960784,239.21568627451],[216.666666666667,250,250],[170.588235294118,211.764705882353,225.490196078431],[118.627450980392,158.823529411765,180.392156862745],[143.137254901961,183.333333333333,210.78431372549],[132.352941176471,170.588235294118,202.941176470588],[121.56862745098,163.725490196078,195.098039215686],[114.705882352941,163.725490196078,188.235294117647],[103.921568627451,150,169.607843137255],[137.254901960784,164.705882352941,185.294117647059],[163.725490196078,180.392156862745,198.039215686275],[195.098039215686,203.921568627451,218.627450980392],[226.470588235294,234.313725490196,247.058823529412],[208.823529411765,220.588235294118,232.352941176471],[176.470588235294,194.117647058824,207.843137254902],[185.294117647059,207.843137254902,225.490196078431],[157.843137254902,192.156862745098,213.725490196078],[130.392156862745,175.490196078431,200.980392156863],[118.627450980392,172.549019607843,201.960784313725],[126.470588235294,184.313725490196,215.686274509804],[134.313725490196,192.156862745098,225.490196078431],[125.490196078431,174.509803921569,210.78431372549],[138.235294117647,183.333333333333,216.666666666667],[125.490196078431,170.588235294118,194.117647058824],[135.294117647059,180.392156862745,202.941176470588],[133.333333333333,179.411764705882,204.901960784314],[138.235294117647,186.274509803922,217.647058823529],[147.058823529412,196.078431372549,232.352941176471],[144.117647058824,195.098039215686,234.313725490196],[143.137254901961,191.176470588235,233.333333333333],[135.294117647059,181.372549019608,226.470588235294],[150,193.137254901961,239.21568627451],[144.117647058824,185.294117647059,234.313725490196],[141.176470588235,180.392156862745,230.392156862745],[136.274509803922,172.549019607843,224.509803921569],[138.235294117647,176.470588235294,230.392156862745],[145.098039215686,183.333333333333,239.21568627451],[139.21568627451,178.43137254902,236.274509803922],[141.176470588235,179.411764705882,235.294117647059],[134.313725490196,171.56862745098,219.607843137255],[129.411764705882,169.607843137255,214.705882352941],[134.313725490196,181.372549019608,228.43137254902],[118.627450980392,161.764705882353,205.882352941176],[135.294117647059,163.725490196078,206.862745098039],[156.862745098039,168.627450980392,205.882352941176],[202.941176470588,194.117647058824,224.509803921569],[250,238.235294117647,250],[237.254901960784,222.549019607843,241.176470588235],[191.176470588235,183.333333333333,203.921568627451],[164.705882352941,166.666666666667,191.176470588235],[154.901960784314,165.686274509804,193.137254901961],[157.843137254902,176.470588235294,205.882352941176],[146.078431372549,171.56862745098,198.039215686275],[149.019607843137,183.333333333333,201.960784313725],[149.019607843137,189.21568627451,208.823529411765],[150.980392156863,193.137254901961,224.509803921569],[135.294117647059,176.470588235294,213.725490196078],[150,187.254901960784,222.549019607843],[151.960784313725,185.294117647059,219.607843137255],[163.725490196078,194.117647058824,224.509803921569],[207.843137254902,232.352941176471,250],[197.058823529412,217.647058823529,244.117647058824],[189.21568627451,205.882352941176,231.372549019608],[186.274509803922,200,225.490196078431],[179.411764705882,193.137254901961,218.627450980392],[188.235294117647,201.960784313725,227.450980392157],[195.098039215686,208.823529411765,234.313725490196],[190.196078431373,205.882352941176,231.372549019608],[182.352941176471,198.039215686275,223.529411764706],[176.470588235294,193.137254901961,220.588235294118],[174.509803921569,197.058823529412,227.450980392157],[152.941176470588,186.274509803922,220.588235294118],[144.117647058824,179.411764705882,212.745098039216],[168.627450980392,197.058823529412,228.43137254902],[188.235294117647,214.705882352941,243.137254901961],[165.686274509804,200,221.56862745098],[149.019607843137,184.313725490196,205.882352941176],[159.803921568627,193.137254901961,217.647058823529],[171.56862745098,205.882352941176,233.333333333333],[142.156862745098,182.352941176471,213.725490196078],[137.254901960784,185.294117647059,217.647058823529],[119.607843137255,179.411764705882,209.803921568627],[106.862745098039,168.627450980392,199.019607843137],[119.607843137255,175.490196078431,203.921568627451],[121.56862745098,178.43137254902,201.960784313725],[104.901960784314,166.666666666667,183.333333333333],[96.078431372549,160.78431372549,172.549019607843],[97.0588235294118,159.803921568627,169.607843137255],[97.0588235294118,155.882352941176,165.686274509804],[115.686274509804,173.529411764706,181.372549019608],[166.666666666667,217.647058823529,228.43137254902],[165.686274509804,210.78431372549,225.490196078431],[113.725490196078,160.78431372549,174.509803921569],[83.3333333333333,142.156862745098,150],[75.4901960784314,134.313725490196,134.313725490196],[94.1176470588235,139.21568627451,128.43137254902],[162.745098039216,198.039215686275,184.313725490196],[206.862745098039,233.333333333333,228.43137254902],[239.21568627451,250,245.098039215686],[181.372549019608,186.274509803922,154.901960784314],[194.117647058824,195.098039215686,155.882352941176],[186.274509803922,190.196078431373,153.921568627451],[160.78431372549,163.725490196078,121.56862745098],[189.21568627451,189.21568627451,136.274509803922],[200,201.960784313725,140.196078431373],[168.627450980392,173.529411764706,110.78431372549],[142.156862745098,148.039215686275,87.2549019607843],[194.117647058824,200,139.21568627451],[216.666666666667,222.549019607843,163.725490196078],[106.862745098039,106.862745098039,53.921568627451],[107.843137254902,104.901960784314,54.9019607843137],[210.78431372549,200.980392156863,152.941176470588],[182.352941176471,168.627450980392,120.588235294118],[167.647058823529,150,100.980392156863],[154.901960784314,136.274509803922,81.3725490196078],[175.490196078431,155.882352941176,96.078431372549],[176.470588235294,157.843137254902,91.1764705882353],[166.666666666667,149.019607843137,76.4705882352941],[138.235294117647,124.509803921569,54.9019607843137],[150,140.196078431373,79.4117647058823],[133.333333333333,127.450980392157,70.5882352941177],[121.56862745098,115.686274509804,58.8235294117647],[70.5882352941177,61.7647058823529,5.88235294117647],[84.3137254901961,71.5686274509804,17.6470588235294],[125.490196078431,108.823529411765,57.843137254902],[100.980392156863,79.4117647058823,30.3921568627451],[116.666666666667,90.1960784313725,44.1176470588235],[89.2156862745098,57.843137254902,17.6470588235294],[97.0588235294118,62.7450980392157,25.4901960784314],[51.9607843137255,16.6666666666667,0],[87.2549019607843,53.921568627451,19.6078431372549],[105.882352941176,75.4901960784314,45.0980392156863],[90.1960784313725,64.7058823529412,32.3529411764706],[116.666666666667,94.1176470588235,62.7450980392157],[81.3725490196078,54.9019607843137,25.4901960784314],[63.7254901960784,29.4117647058824,1.96078431372549],[104.901960784314,65.6862745098039,40.1960784313726],[73.5294117647059,37.2549019607843,11.7647058823529],[93.1372549019608,57.843137254902,34.3137254901961],[102.941176470588,71.5686274509804,50.9803921568627],[58.8235294117647,27.4509803921569,12.7450980392157],[64.7058823529412,37.2549019607843,25.4901960784314],[47.0588235294118,25.4901960784314,14.7058823529412],[33.3333333333333,14.7058823529412,7.84313725490196],[12.7450980392157,0,0],[10.7843137254902,0,0],[11.7647058823529,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,2.94117647058824,0],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[10.7843137254902,5.88235294117647,1.96078431372549],[15.6862745098039,8.82352941176471,0.980392156862745],[13.7254901960784,3.92156862745098,0],[18.6274509803922,6.86274509803922,0],[22.5490196078431,9.80392156862745,0.980392156862745],[18.6274509803922,8.82352941176471,0],[30.3921568627451,20.5882352941176,10.7843137254902],[23.5294117647059,17.6470588235294,3.92156862745098],[38.2352941176471,35.2941176470588,16.6666666666667],[28.4313725490196,30.3921568627451,9.80392156862745],[16.6666666666667,19.6078431372549,0.980392156862745],[7.84313725490196,10.7843137254902,0],[30.3921568627451,32.3529411764706,18.6274509803922],[43.1372549019608,41.1764705882353,26.4705882352941],[58.8235294117647,54.9019607843137,30.3921568627451],[70.5882352941177,64.7058823529412,29.4117647058824],[72.5490196078431,65.6862745098039,14.7058823529412],[110.78431372549,100,47.0588235294118],[100,83.3333333333333,41.1764705882353],[81.3725490196078,60.7843137254902,18.6274509803922],[75.4901960784314,52.9411764705882,0],[104.901960784314,80.3921568627451,24.5098039215686],[100.980392156863,73.5294117647059,24.5098039215686],[81.3725490196078,54.9019607843137,12.7450980392157],[120.588235294118,97.0588235294118,61.7647058823529],[129.411764705882,111.764705882353,74.5098039215686],[154.901960784314,147.058823529412,100.980392156863],[68.6274509803922,66.6666666666667,16.6666666666667],[61.7647058823529,63.7254901960784,14.7058823529412],[121.56862745098,124.509803921569,78.4313725490196],[53.921568627451,55.8823529411765,17.6470588235294],[42.156862745098,39.2156862745098,6.86274509803922],[88.2352941176471,84.3137254901961,50],[54.9019607843137,50,8.82352941176471],[66.6666666666667,65.6862745098039,12.7450980392157],[165.686274509804,166.666666666667,110.78431372549],[161.764705882353,160.78431372549,113.725490196078],[48.0392156862745,49.0196078431373,5.88235294117647],[95.0980392156863,96.078431372549,54.9019607843137],[79.4117647058823,80.3921568627451,37.2549019607843],[128.43137254902,130.392156862745,84.3137254901961],[131.372549019608,133.333333333333,84.3137254901961],[182.352941176471,187.254901960784,132.352941176471],[94.1176470588235,100,41.1764705882353],[134.313725490196,142.156862745098,83.3333333333333],[152.941176470588,163.725490196078,108.823529411765],[107.843137254902,120.588235294118,75.4901960784314],[100.980392156863,115.686274509804,75.4901960784314],[95.0980392156863,112.745098039216,75.4901960784314],[155.882352941176,171.56862745098,135.294117647059],[167.647058823529,179.411764705882,144.117647058824],[163.725490196078,173.529411764706,140.196078431373],[145.098039215686,155.882352941176,126.470588235294],[192.156862745098,203.921568627451,180.392156862745],[214.705882352941,228.43137254902,211.764705882353],[220.588235294118,238.235294117647,226.470588235294],[233.333333333333,250,245.098039215686],[221.56862745098,248.039215686275,243.137254901961],[219.607843137255,250,248.039215686275],[208.823529411765,243.137254901961,245.098039215686],[201.960784313725,240.196078431373,247.058823529412],[221.56862745098,250,250],[164.705882352941,204.901960784314,224.509803921569],[132.352941176471,171.56862745098,197.058823529412],[150,188.235294117647,218.627450980392],[122.549019607843,160.78431372549,193.137254901961],[119.607843137255,159.803921568627,187.254901960784],[145.098039215686,181.372549019608,206.862745098039],[142.156862745098,169.607843137255,191.176470588235],[151.960784313725,169.607843137255,191.176470588235],[198.039215686275,203.921568627451,225.490196078431],[206.862745098039,207.843137254902,227.450980392157],[191.176470588235,192.156862745098,211.764705882353],[199.019607843137,205.882352941176,224.509803921569],[178.43137254902,199.019607843137,219.607843137255],[110.78431372549,142.156862745098,164.705882352941],[125.490196078431,166.666666666667,191.176470588235],[128.43137254902,174.509803921569,203.921568627451],[146.078431372549,193.137254901961,228.43137254902],[140.196078431373,187.254901960784,226.470588235294],[117.647058823529,165.686274509804,205.882352941176],[128.43137254902,175.490196078431,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[135.294117647059,178.43137254902,206.862745098039],[131.372549019608,175.490196078431,207.843137254902],[138.235294117647,185.294117647059,222.549019607843],[140.196078431373,188.235294117647,228.43137254902],[140.196078431373,188.235294117647,230.392156862745],[147.058823529412,193.137254901961,238.235294117647],[139.21568627451,185.294117647059,230.392156862745],[146.078431372549,189.21568627451,235.294117647059],[145.098039215686,185.294117647059,230.392156862745],[150,187.254901960784,233.333333333333],[142.156862745098,179.411764705882,227.450980392157],[138.235294117647,177.450980392157,225.490196078431],[144.117647058824,183.333333333333,233.333333333333],[144.117647058824,184.313725490196,235.294117647059],[149.019607843137,190.196078431373,239.21568627451],[143.137254901961,183.333333333333,228.43137254902],[146.078431372549,183.333333333333,227.450980392157],[150,187.254901960784,231.372549019608],[142.156862745098,168.627450980392,212.745098039216],[156.862745098039,163.725490196078,208.823529411765],[180.392156862745,169.607843137255,211.764705882353],[230.392156862745,205.882352941176,244.117647058824],[250,232.352941176471,250],[246.078431372549,234.313725490196,250],[214.705882352941,215.686274509804,235.294117647059],[179.411764705882,190.196078431373,211.764705882353],[154.901960784314,172.549019607843,196.078431372549],[166.666666666667,186.274509803922,210.78431372549],[153.921568627451,177.450980392157,200.980392156863],[150.980392156863,181.372549019608,200.980392156863],[157.843137254902,193.137254901961,214.705882352941],[152.941176470588,193.137254901961,222.549019607843],[141.176470588235,180.392156862745,214.705882352941],[113.725490196078,149.019607843137,182.352941176471],[155.882352941176,188.235294117647,220.588235294118],[177.450980392157,205.882352941176,235.294117647059],[161.764705882353,185.294117647059,212.745098039216],[166.666666666667,186.274509803922,210.78431372549],[181.372549019608,197.058823529412,219.607843137255],[196.078431372549,207.843137254902,231.372549019608],[161.764705882353,173.529411764706,197.058823529412],[188.235294117647,200,223.529411764706],[199.019607843137,212.745098039216,238.235294117647],[181.372549019608,197.058823529412,222.549019607843],[171.56862745098,187.254901960784,212.745098039216],[163.725490196078,180.392156862745,207.843137254902],[177.450980392157,200,231.372549019608],[152.941176470588,188.235294117647,223.529411764706],[145.098039215686,182.352941176471,218.627450980392],[162.745098039216,191.176470588235,224.509803921569],[186.274509803922,212.745098039216,242.156862745098],[175.490196078431,210.78431372549,234.313725490196],[147.058823529412,184.313725490196,204.901960784314],[145.098039215686,178.43137254902,202.941176470588],[165.686274509804,200,227.450980392157],[150.980392156863,191.176470588235,222.549019607843],[123.529411764706,171.56862745098,203.921568627451],[106.862745098039,166.666666666667,197.058823529412],[99.0196078431373,161.764705882353,189.21568627451],[94.1176470588235,149.019607843137,175.490196078431],[110.78431372549,164.705882352941,185.294117647059],[126.470588235294,187.254901960784,200],[114.705882352941,177.450980392157,187.254901960784],[113.725490196078,176.470588235294,186.274509803922],[114.705882352941,175.490196078431,186.274509803922],[126.470588235294,183.333333333333,194.117647058824],[155.882352941176,206.862745098039,217.647058823529],[175.490196078431,217.647058823529,233.333333333333],[142.156862745098,187.254901960784,201.960784313725],[100,157.843137254902,165.686274509804],[99.0196078431373,156.862745098039,154.901960784314],[79.4117647058823,122.549019607843,109.803921568627],[157.843137254902,191.176470588235,175.490196078431],[209.803921568627,235.294117647059,226.470588235294],[175.490196078431,189.21568627451,174.509803921569],[159.803921568627,161.764705882353,125.490196078431],[155.882352941176,152.941176470588,108.823529411765],[195.098039215686,193.137254901961,152.941176470588],[174.509803921569,172.549019607843,132.352941176471],[185.294117647059,181.372549019608,135.294117647059],[198.039215686275,195.098039215686,145.098039215686],[149.019607843137,148.039215686275,95.0980392156863],[139.21568627451,140.196078431373,84.3137254901961],[199.019607843137,200,144.117647058824],[204.901960784314,205.882352941176,150],[174.509803921569,171.56862745098,117.647058823529],[153.921568627451,147.058823529412,96.078431372549],[220.588235294118,206.862745098039,158.823529411765],[209.803921568627,190.196078431373,141.176470588235],[209.803921568627,187.254901960784,138.235294117647],[152.941176470588,126.470588235294,74.5098039215686],[158.823529411765,130.392156862745,73.5294117647059],[133.333333333333,103.921568627451,43.1372549019608],[101.960784313725,73.5294117647059,8.82352941176471],[133.333333333333,105.882352941176,42.156862745098],[148.039215686275,122.549019607843,66.6666666666667],[165.686274509804,139.21568627451,87.2549019607843],[148.039215686275,121.56862745098,69.6078431372549],[116.666666666667,89.2156862745098,40.1960784313726],[128.43137254902,100.980392156863,51.9607843137255],[127.450980392157,97.0588235294118,50.9803921568627],[104.901960784314,71.5686274509804,26.4705882352941],[124.509803921569,88.2352941176471,45.0980392156863],[110.78431372549,72.5490196078431,32.3529411764706],[61.7647058823529,23.5294117647059,0],[82.3529411764706,43.1372549019608,7.84313725490196],[105.882352941176,68.6274509803922,33.3333333333333],[72.5490196078431,40.1960784313726,5.88235294117647],[79.4117647058823,50.9803921568627,17.6470588235294],[108.823529411765,85.2941176470588,51.9607843137255],[97.0588235294118,68.6274509803922,35.2941176470588],[77.4509803921569,39.2156862745098,8.82352941176471],[95.0980392156863,51.9607843137255,23.5294117647059],[87.2549019607843,46.078431372549,21.5686274509804],[87.2549019607843,50,27.4509803921569],[73.5294117647059,39.2156862745098,20.5882352941176],[77.4509803921569,49.0196078431373,35.2941176470588],[78.4313725490196,54.9019607843137,45.0980392156863],[25.4901960784314,6.86274509803922,0.980392156862745],[10.7843137254902,0,0],[6.86274509803922,0,0],[10.7843137254902,5.88235294117647,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[13.7254901960784,12.7450980392157,10.7843137254902],[58.8235294117647,57.843137254902,55.8823529411765],[238.235294117647,237.254901960784,235.294117647059],[13.7254901960784,12.7450980392157,10.7843137254902],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,0],[8.82352941176471,4.90196078431373,1.96078431372549],[6.86274509803922,2.94117647058824,0],[4.90196078431373,0,0],[5.88235294117647,2.94117647058824,0],[17.6470588235294,14.7058823529412,0],[17.6470588235294,13.7254901960784,4.90196078431373],[17.6470588235294,12.7450980392157,8.82352941176471],[43.1372549019608,38.2352941176471,35.2941176470588],[15.6862745098039,12.7450980392157,7.84313725490196],[29.4117647058824,29.4117647058824,19.6078431372549],[40.1960784313726,42.156862745098,28.4313725490196],[21.5686274509804,25.4901960784314,8.82352941176471],[23.5294117647059,26.4705882352941,9.80392156862745],[67.6470588235294,68.6274509803922,52.9411764705882],[73.5294117647059,72.5490196078431,52.9411764705882],[80.3921568627451,74.5098039215686,49.0196078431373],[75.4901960784314,67.6470588235294,32.3529411764706],[54.9019607843137,43.1372549019608,0],[107.843137254902,94.1176470588235,48.0392156862745],[87.2549019607843,73.5294117647059,39.2156862745098],[70.5882352941177,54.9019607843137,19.6078431372549],[91.1764705882353,74.5098039215686,23.5294117647059],[122.549019607843,101.960784313725,46.078431372549],[112.745098039216,90.1960784313725,41.1764705882353],[86.2745098039216,62.7450980392157,19.6078431372549],[90.1960784313725,68.6274509803922,32.3529411764706],[113.725490196078,98.0392156862745,62.7450980392157],[126.470588235294,118.627450980392,72.5490196078431],[85.2941176470588,82.3529411764706,32.3529411764706],[83.3333333333333,83.3333333333333,34.3137254901961],[89.2156862745098,90.1960784313725,47.0588235294118],[53.921568627451,50.9803921568627,20.5882352941176],[57.843137254902,53.921568627451,29.4117647058824],[44.1176470588235,36.2745098039216,13.7254901960784],[58.8235294117647,52.9411764705882,19.6078431372549],[111.764705882353,110.78431372549,55.8823529411765],[112.745098039216,113.725490196078,56.8627450980392],[81.3725490196078,82.3529411764706,41.1764705882353],[75.4901960784314,77.4509803921569,41.1764705882353],[133.333333333333,135.294117647059,99.0196078431373],[80.3921568627451,85.2941176470588,46.078431372549],[94.1176470588235,99.0196078431373,59.8039215686275],[102.941176470588,108.823529411765,65.6862745098039],[146.078431372549,151.960784313725,104.901960784314],[114.705882352941,123.529411764706,71.5686274509804],[142.156862745098,151.960784313725,100],[77.4509803921569,90.1960784313725,45.0980392156863],[145.098039215686,159.803921568627,127.450980392157],[119.607843137255,138.235294117647,108.823529411765],[72.5490196078431,93.1372549019608,60.7843137254902],[119.607843137255,141.176470588235,105.882352941176],[125.490196078431,141.176470588235,105.882352941176],[120.588235294118,134.313725490196,100],[136.274509803922,147.058823529412,117.647058823529],[156.862745098039,168.627450980392,145.098039215686],[202.941176470588,215.686274509804,198.039215686275],[236.274509803922,250,237.254901960784],[190.196078431373,206.862745098039,197.058823529412],[189.21568627451,211.764705882353,205.882352941176],[208.823529411765,237.254901960784,233.333333333333],[184.313725490196,215.686274509804,214.705882352941],[107.843137254902,142.156862745098,146.078431372549],[171.56862745098,208.823529411765,217.647058823529],[208.823529411765,247.058823529412,250],[160.78431372549,198.039215686275,220.588235294118],[150.980392156863,187.254901960784,213.725490196078],[141.176470588235,177.450980392157,205.882352941176],[158.823529411765,194.117647058824,219.607843137255],[138.235294117647,169.607843137255,192.156862745098],[158.823529411765,184.313725490196,206.862745098039],[154.901960784314,170.588235294118,193.137254901961],[191.176470588235,196.078431372549,217.647058823529],[221.56862745098,217.647058823529,240.196078431373],[182.352941176471,179.411764705882,200],[199.019607843137,200.980392156863,221.56862745098],[193.137254901961,209.803921568627,227.450980392157],[148.039215686275,176.470588235294,194.117647058824],[138.235294117647,175.490196078431,196.078431372549],[144.117647058824,184.313725490196,211.764705882353],[125.490196078431,167.647058823529,200.980392156863],[130.392156862745,174.509803921569,212.745098039216],[127.450980392157,175.490196078431,215.686274509804],[123.529411764706,170.588235294118,209.803921568627],[141.176470588235,184.313725490196,218.627450980392],[130.392156862745,172.549019607843,205.882352941176],[136.274509803922,179.411764705882,215.686274509804],[143.137254901961,187.254901960784,227.450980392157],[135.294117647059,181.372549019608,224.509803921569],[136.274509803922,183.333333333333,228.43137254902],[144.117647058824,189.21568627451,237.254901960784],[145.098039215686,188.235294117647,234.313725490196],[141.176470588235,183.333333333333,227.450980392157],[148.039215686275,188.235294117647,231.372549019608],[163.725490196078,200.980392156863,245.098039215686],[156.862745098039,195.098039215686,237.254901960784],[145.098039215686,182.352941176471,226.470588235294],[141.176470588235,181.372549019608,224.509803921569],[140.196078431373,180.392156862745,225.490196078431],[145.098039215686,185.294117647059,228.43137254902],[150.980392156863,184.313725490196,228.43137254902],[153.921568627451,186.274509803922,228.43137254902],[161.764705882353,190.196078431373,231.372549019608],[170.588235294118,189.21568627451,230.392156862745],[191.176470588235,190.196078431373,231.372549019608],[208.823529411765,194.117647058824,234.313725490196],[248.039215686275,226.470588235294,250],[243.137254901961,226.470588235294,250],[216.666666666667,216.666666666667,240.196078431373],[230.392156862745,243.137254901961,250],[194.117647058824,211.764705882353,231.372549019608],[153.921568627451,174.509803921569,195.098039215686],[190.196078431373,205.882352941176,230.392156862745],[180.392156862745,197.058823529412,222.549019607843],[143.137254901961,166.666666666667,190.196078431373],[133.333333333333,162.745098039216,188.235294117647],[120.588235294118,154.901960784314,184.313725490196],[150.980392156863,186.274509803922,217.647058823529],[159.803921568627,194.117647058824,223.529411764706],[178.43137254902,208.823529411765,237.254901960784],[180.392156862745,205.882352941176,232.352941176471],[146.078431372549,167.647058823529,191.176470588235],[152.941176470588,170.588235294118,192.156862745098],[170.588235294118,185.294117647059,205.882352941176],[201.960784313725,213.725490196078,235.294117647059],[151.960784313725,162.745098039216,184.313725490196],[173.529411764706,185.294117647059,208.823529411765],[196.078431372549,209.803921568627,235.294117647059],[190.196078431373,205.882352941176,231.372549019608],[187.254901960784,203.921568627451,231.372549019608],[175.490196078431,192.156862745098,221.56862745098],[173.529411764706,197.058823529412,230.392156862745],[158.823529411765,196.078431372549,232.352941176471],[157.843137254902,196.078431372549,234.313725490196],[161.764705882353,189.21568627451,225.490196078431],[174.509803921569,200.980392156863,230.392156862745],[181.372549019608,216.666666666667,240.196078431373],[160.78431372549,198.039215686275,220.588235294118],[146.078431372549,179.411764705882,205.882352941176],[158.823529411765,192.156862745098,219.607843137255],[154.901960784314,193.137254901961,225.490196078431],[128.43137254902,176.470588235294,208.823529411765],[113.725490196078,175.490196078431,205.882352941176],[108.823529411765,171.56862745098,199.019607843137],[98.0392156862745,150.980392156863,176.470588235294],[122.549019607843,173.529411764706,194.117647058824],[144.117647058824,202.941176470588,213.725490196078],[111.764705882353,174.509803921569,183.333333333333],[106.862745098039,172.549019607843,181.372549019608],[124.509803921569,187.254901960784,197.058823529412],[111.764705882353,169.607843137255,177.450980392157],[109.803921568627,160.78431372549,171.56862745098],[122.549019607843,167.647058823529,183.333333333333],[133.333333333333,178.43137254902,193.137254901961],[138.235294117647,192.156862745098,197.058823529412],[116.666666666667,170.588235294118,165.686274509804],[116.666666666667,161.764705882353,149.019607843137],[109.803921568627,143.137254901961,127.450980392157],[124.509803921569,146.078431372549,133.333333333333],[85.2941176470588,97.0588235294118,77.4509803921569],[163.725490196078,163.725490196078,126.470588235294],[163.725490196078,157.843137254902,110.78431372549],[170.588235294118,163.725490196078,118.627450980392],[137.254901960784,130.392156862745,89.2156862745098],[229.411764705882,220.588235294118,182.352941176471],[218.627450980392,210.78431372549,172.549019607843],[66.6666666666667,62.7450980392157,18.6274509803922],[74.5098039215686,72.5490196078431,24.5098039215686],[148.039215686275,147.058823529412,94.1176470588235],[176.470588235294,173.529411764706,119.607843137255],[203.921568627451,199.019607843137,144.117647058824],[208.823529411765,198.039215686275,145.098039215686],[177.450980392157,160.78431372549,109.803921568627],[171.56862745098,149.019607843137,100],[232.352941176471,202.941176470588,153.921568627451],[194.117647058824,161.764705882353,111.764705882353],[171.56862745098,135.294117647059,83.3333333333333],[166.666666666667,128.43137254902,72.5490196078431],[130.392156862745,92.156862745098,34.3137254901961],[105.882352941176,67.6470588235294,11.7647058823529],[106.862745098039,65.6862745098039,16.6666666666667],[140.196078431373,99.0196078431373,51.9607843137255],[129.411764705882,88.2352941176471,41.1764705882353],[119.607843137255,79.4117647058823,34.3137254901961],[138.235294117647,98.0392156862745,52.9411764705882],[145.098039215686,104.901960784314,59.8039215686275],[134.313725490196,92.156862745098,50],[113.725490196078,71.5686274509804,29.4117647058824],[118.627450980392,74.5098039215686,34.3137254901961],[97.0588235294118,52.9411764705882,14.7058823529412],[140.196078431373,95.0980392156863,59.8039215686275],[136.274509803922,93.1372549019608,58.8235294117647],[102.941176470588,63.7254901960784,29.4117647058824],[108.823529411765,73.5294117647059,38.2352941176471],[104.901960784314,72.5490196078431,38.2352941176471],[110.78431372549,77.4509803921569,41.1764705882353],[100.980392156863,58.8235294117647,24.5098039215686],[89.2156862745098,45.0980392156863,12.7450980392157],[72.5490196078431,29.4117647058824,0.980392156862745],[81.3725490196078,42.156862745098,17.6470588235294],[66.6666666666667,32.3529411764706,13.7254901960784],[58.8235294117647,31.3725490196078,19.6078431372549],[40.1960784313726,20.5882352941176,13.7254901960784],[12.7450980392157,0,0],[8.82352941176471,0,0],[3.92156862745098,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[2.94117647058824,0,0],[0.980392156862745,0,0],[31.3725490196078,30.3921568627451,28.4313725490196],[152.941176470588,151.960784313725,150],[16.6666666666667,15.6862745098039,13.7254901960784],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[3.92156862745098,0,0],[2.94117647058824,0,0]],[[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[6.86274509803922,4.90196078431373,9.80392156862745],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,0],[4.90196078431373,6.86274509803922,0],[9.80392156862745,11.7647058823529,0.980392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,6.86274509803922],[14.7058823529412,10.7843137254902,24.5098039215686],[2.94117647058824,0,12.7450980392157],[101.960784313725,100.980392156863,106.862745098039],[196.078431372549,198.039215686275,197.058823529412],[119.607843137255,122.549019607843,115.686274509804],[59.8039215686275,61.7647058823529,50.9803921568627],[68.6274509803922,68.6274509803922,56.8627450980392],[44.1176470588235,41.1764705882353,26.4705882352941],[41.1764705882353,33.3333333333333,12.7450980392157],[84.3137254901961,70.5882352941177,44.1176470588235],[85.2941176470588,67.6470588235294,30.3921568627451],[114.705882352941,96.078431372549,56.8627450980392],[149.019607843137,130.392156862745,98.0392156862745],[118.627450980392,100.980392156863,65.6862745098039],[89.2156862745098,75.4901960784314,29.4117647058824],[106.862745098039,97.0588235294118,45.0980392156863],[70.5882352941177,62.7450980392157,16.6666666666667],[57.843137254902,50.9803921568627,7.84313725490196],[115.686274509804,107.843137254902,69.6078431372549],[126.470588235294,119.607843137255,76.4705882352941],[72.5490196078431,66.6666666666667,15.6862745098039],[113.725490196078,106.862745098039,55.8823529411765],[117.647058823529,105.882352941176,66.6666666666667],[80.3921568627451,66.6666666666667,38.2352941176471],[27.4509803921569,11.7647058823529,0],[61.7647058823529,46.078431372549,33.3333333333333],[50,35.2941176470588,14.7058823529412],[27.4509803921569,16.6666666666667,0],[113.725490196078,111.764705882353,63.7254901960784],[124.509803921569,123.529411764706,78.4313725490196],[97.0588235294118,95.0980392156863,70.5882352941177],[101.960784313725,100,85.2941176470588],[33.3333333333333,35.2941176470588,14.7058823529412],[30.3921568627451,34.3137254901961,11.7647058823529],[58.8235294117647,62.7450980392157,40.1960784313726],[67.6470588235294,71.5686274509804,47.0588235294118],[103.921568627451,108.823529411765,79.4117647058823],[95.0980392156863,101.960784313725,69.6078431372549],[73.5294117647059,84.3137254901961,50.9803921568627],[126.470588235294,139.21568627451,113.725490196078],[215.686274509804,228.43137254902,218.627450980392],[64.7058823529412,81.3725490196078,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[99.0196078431373,122.549019607843,99.0196078431373],[118.627450980392,137.254901960784,105.882352941176],[162.745098039216,178.43137254902,143.137254901961],[148.039215686275,160.78431372549,131.372549019608],[155.882352941176,168.627450980392,143.137254901961],[186.274509803922,198.039215686275,178.43137254902],[198.039215686275,209.803921568627,196.078431372549],[201.960784313725,214.705882352941,204.901960784314],[233.333333333333,250,242.156862745098],[202.941176470588,225.490196078431,219.607843137255],[142.156862745098,170.588235294118,166.666666666667],[124.509803921569,154.901960784314,156.862745098039],[172.549019607843,204.901960784314,211.764705882353],[151.960784313725,184.313725490196,199.019607843137],[134.313725490196,168.627450980392,188.235294117647],[152.941176470588,186.274509803922,210.78431372549],[144.117647058824,177.450980392157,201.960784313725],[168.627450980392,202.941176470588,221.56862745098],[158.823529411765,187.254901960784,204.901960784314],[159.803921568627,180.392156862745,199.019607843137],[164.705882352941,175.490196078431,195.098039215686],[200,202.941176470588,221.56862745098],[249.019607843137,248.039215686275,250],[236.274509803922,235.294117647059,250],[193.137254901961,196.078431372549,210.78431372549],[214.705882352941,228.43137254902,241.176470588235],[187.254901960784,210.78431372549,222.549019607843],[192.156862745098,224.509803921569,239.21568627451],[177.450980392157,217.647058823529,235.294117647059],[128.43137254902,173.529411764706,199.019607843137],[143.137254901961,191.176470588235,222.549019607843],[120.588235294118,167.647058823529,204.901960784314],[128.43137254902,172.549019607843,210.78431372549],[153.921568627451,196.078431372549,230.392156862745],[137.254901960784,179.411764705882,213.725490196078],[142.156862745098,185.294117647059,223.529411764706],[134.313725490196,178.43137254902,219.607843137255],[125.490196078431,171.56862745098,214.705882352941],[135.294117647059,181.372549019608,226.470588235294],[139.21568627451,182.352941176471,228.43137254902],[146.078431372549,189.21568627451,235.294117647059],[139.21568627451,179.411764705882,222.549019607843],[144.117647058824,182.352941176471,224.509803921569],[157.843137254902,194.117647058824,235.294117647059],[155.882352941176,192.156862745098,233.333333333333],[147.058823529412,183.333333333333,224.509803921569],[146.078431372549,184.313725490196,224.509803921569],[141.176470588235,182.352941176471,223.529411764706],[146.078431372549,180.392156862745,221.56862745098],[154.901960784314,178.43137254902,221.56862745098],[158.823529411765,177.450980392157,219.607843137255],[168.627450980392,192.156862745098,229.411764705882],[182.352941176471,200,235.294117647059],[201.960784313725,207.843137254902,243.137254901961],[200.980392156863,200.980392156863,234.313725490196],[211.764705882353,210.78431372549,241.176470588235],[199.019607843137,204.901960784314,230.392156862745],[151.960784313725,174.509803921569,192.156862745098],[176.470588235294,204.901960784314,220.588235294118],[203.921568627451,230.392156862745,247.058823529412],[192.156862745098,212.745098039216,231.372549019608],[183.333333333333,193.137254901961,217.647058823529],[169.607843137255,176.470588235294,203.921568627451],[166.666666666667,180.392156862745,208.823529411765],[155.882352941176,176.470588235294,204.901960784314],[139.21568627451,169.607843137255,198.039215686275],[160.78431372549,193.137254901961,223.529411764706],[191.176470588235,221.56862745098,250],[167.647058823529,194.117647058824,220.588235294118],[161.764705882353,185.294117647059,210.78431372549],[167.647058823529,187.254901960784,210.78431372549],[196.078431372549,212.745098039216,232.352941176471],[195.098039215686,207.843137254902,226.470588235294],[206.862745098039,217.647058823529,237.254901960784],[183.333333333333,194.117647058824,215.686274509804],[182.352941176471,194.117647058824,217.647058823529],[194.117647058824,207.843137254902,233.333333333333],[187.254901960784,201.960784313725,230.392156862745],[182.352941176471,199.019607843137,228.43137254902],[181.372549019608,200.980392156863,233.333333333333],[162.745098039216,190.196078431373,226.470588235294],[153.921568627451,192.156862745098,232.352941176471],[156.862745098039,195.098039215686,237.254901960784],[155.882352941176,183.333333333333,221.56862745098],[160.78431372549,186.274509803922,218.627450980392],[169.607843137255,205.882352941176,231.372549019608],[157.843137254902,195.098039215686,217.647058823529],[141.176470588235,174.509803921569,200.980392156863],[145.098039215686,177.450980392157,207.843137254902],[161.764705882353,199.019607843137,234.313725490196],[127.450980392157,175.490196078431,207.843137254902],[112.745098039216,174.509803921569,204.901960784314],[131.372549019608,194.117647058824,221.56862745098],[121.56862745098,171.56862745098,198.039215686275],[100.980392156863,150.980392156863,169.607843137255],[102.941176470588,161.764705882353,171.56862745098],[94.1176470588235,157.843137254902,163.725490196078],[102.941176470588,171.56862745098,181.372549019608],[109.803921568627,174.509803921569,186.274509803922],[102.941176470588,158.823529411765,165.686274509804],[121.56862745098,170.588235294118,181.372549019608],[118.627450980392,165.686274509804,187.254901960784],[105.882352941176,153.921568627451,170.588235294118],[125.490196078431,174.509803921569,175.490196078431],[121.56862745098,170.588235294118,161.764705882353],[118.627450980392,165.686274509804,153.921568627451],[118.627450980392,155.882352941176,141.176470588235],[91.1764705882353,107.843137254902,90.1960784313725],[132.352941176471,136.274509803922,111.764705882353],[208.823529411765,205.882352941176,165.686274509804],[177.450980392157,169.607843137255,123.529411764706],[195.098039215686,183.333333333333,136.274509803922],[175.490196078431,160.78431372549,118.627450980392],[137.254901960784,122.549019607843,92.156862745098],[221.56862745098,207.843137254902,179.411764705882],[215.686274509804,205.882352941176,171.56862745098],[144.117647058824,137.254901960784,96.078431372549],[104.901960784314,99.0196078431373,50],[196.078431372549,191.176470588235,137.254901960784],[171.56862745098,162.745098039216,108.823529411765],[131.372549019608,116.666666666667,62.7450980392157],[180.392156862745,159.803921568627,105.882352941176],[178.43137254902,149.019607843137,98.0392156862745],[169.607843137255,134.313725490196,85.2941176470588],[186.274509803922,147.058823529412,99.0196078431373],[196.078431372549,152.941176470588,104.901960784314],[180.392156862745,135.294117647059,87.2549019607843],[171.56862745098,124.509803921569,76.4705882352941],[114.705882352941,64.7058823529412,18.6274509803922],[124.509803921569,72.5490196078431,31.3725490196078],[150.980392156863,97.0588235294118,58.8235294117647],[114.705882352941,63.7254901960784,24.5098039215686],[139.21568627451,91.1764705882353,49.0196078431373],[143.137254901961,97.0588235294118,53.921568627451],[124.509803921569,78.4313725490196,35.2941176470588],[156.862745098039,110.78431372549,67.6470588235294],[117.647058823529,71.5686274509804,30.3921568627451],[128.43137254902,80.3921568627451,40.1960784313726],[150,99.0196078431373,60.7843137254902],[142.156862745098,91.1764705882353,52.9411764705882],[120.588235294118,69.6078431372549,33.3333333333333],[115.686274509804,66.6666666666667,32.3529411764706],[109.803921568627,62.7450980392157,27.4509803921569],[95.0980392156863,51.9607843137255,17.6470588235294],[95.0980392156863,51.9607843137255,17.6470588235294],[108.823529411765,63.7254901960784,28.4313725490196],[133.333333333333,88.2352941176471,52.9411764705882],[87.2549019607843,45.0980392156863,13.7254901960784],[82.3529411764706,43.1372549019608,18.6274509803922],[56.8627450980392,22.5490196078431,3.92156862745098],[25.4901960784314,0,0],[14.7058823529412,0,0],[8.82352941176471,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,0,0],[5.88235294117647,0,0],[11.7647058823529,2.94117647058824,3.92156862745098],[5.88235294117647,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549]],[[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[8.82352941176471,9.80392156862745,4.90196078431373],[7.84313725490196,10.7843137254902,1.96078431372549],[0,1.96078431372549,0],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,8.82352941176471,19.6078431372549],[10.7843137254902,8.82352941176471,22.5490196078431],[0,0,11.7647058823529],[136.274509803922,136.274509803922,146.078431372549],[249.019607843137,250,250],[223.529411764706,225.490196078431,222.549019607843],[41.1764705882353,42.156862745098,36.2745098039216],[2.94117647058824,2.94117647058824,0],[26.4705882352941,22.5490196078431,11.7647058823529],[6.86274509803922,0,0],[45.0980392156863,34.3137254901961,14.7058823529412],[89.2156862745098,73.5294117647059,48.0392156862745],[77.4509803921569,60.7843137254902,31.3725490196078],[81.3725490196078,64.7058823529412,35.2941176470588],[98.0392156862745,84.3137254901961,50],[103.921568627451,95.0980392156863,52.9411764705882],[102.941176470588,96.078431372549,50.9803921568627],[50.9803921568627,48.0392156862745,5.88235294117647],[56.8627450980392,54.9019607843137,14.7058823529412],[117.647058823529,115.686274509804,75.4901960784314],[132.352941176471,129.411764705882,85.2941176470588],[67.6470588235294,61.7647058823529,12.7450980392157],[122.549019607843,111.764705882353,66.6666666666667],[84.3137254901961,70.5882352941177,34.3137254901961],[105.882352941176,89.2156862745098,63.7254901960784],[59.8039215686275,43.1372549019608,27.4509803921569],[42.156862745098,25.4901960784314,9.80392156862745],[81.3725490196078,67.6470588235294,42.156862745098],[91.1764705882353,81.3725490196078,47.0588235294118],[100,96.078431372549,51.9607843137255],[94.1176470588235,92.156862745098,53.921568627451],[113.725490196078,110.78431372549,92.156862745098],[128.43137254902,126.470588235294,114.705882352941],[48.0392156862745,50,36.2745098039216],[70.5882352941177,74.5098039215686,57.843137254902],[71.5686274509804,76.4705882352941,56.8627450980392],[81.3725490196078,89.2156862745098,66.6666666666667],[94.1176470588235,102.941176470588,74.5098039215686],[108.823529411765,117.647058823529,87.2549019607843],[75.4901960784314,86.2745098039216,54.9019607843137],[118.627450980392,130.392156862745,106.862745098039],[93.1372549019608,105.882352941176,97.0588235294118],[33.3333333333333,48.0392156862745,43.1372549019608],[55.8823529411765,75.4901960784314,64.7058823529412],[94.1176470588235,114.705882352941,96.078431372549],[145.098039215686,167.647058823529,140.196078431373],[188.235294117647,208.823529411765,178.43137254902],[139.21568627451,154.901960784314,129.411764705882],[144.117647058824,157.843137254902,135.294117647059],[173.529411764706,188.235294117647,169.607843137255],[166.666666666667,183.333333333333,167.647058823529],[188.235294117647,203.921568627451,193.137254901961],[235.294117647059,250,246.078431372549],[201.960784313725,224.509803921569,216.666666666667],[203.921568627451,232.352941176471,227.450980392157],[194.117647058824,225.490196078431,224.509803921569],[225.490196078431,250,250],[221.56862745098,250,250],[163.725490196078,196.078431372549,212.745098039216],[116.666666666667,152.941176470588,171.56862745098],[127.450980392157,161.764705882353,181.372549019608],[144.117647058824,175.490196078431,190.196078431373],[152.941176470588,178.43137254902,191.176470588235],[150.980392156863,169.607843137255,184.313725490196],[160.78431372549,173.529411764706,189.21568627451],[204.901960784314,213.725490196078,230.392156862745],[212.745098039216,218.627450980392,234.313725490196],[178.43137254902,184.313725490196,198.039215686275],[176.470588235294,182.352941176471,194.117647058824],[207.843137254902,217.647058823529,229.411764705882],[185.294117647059,202.941176470588,214.705882352941],[166.666666666667,192.156862745098,204.901960784314],[199.019607843137,231.372549019608,248.039215686275],[164.705882352941,204.901960784314,226.470588235294],[122.549019607843,167.647058823529,193.137254901961],[134.313725490196,180.392156862745,209.803921568627],[146.078431372549,190.196078431373,222.549019607843],[143.137254901961,185.294117647059,218.627450980392],[130.392156862745,169.607843137255,203.921568627451],[138.235294117647,177.450980392157,212.745098039216],[131.372549019608,169.607843137255,209.803921568627],[141.176470588235,179.411764705882,221.56862745098],[160.78431372549,198.039215686275,242.156862745098],[150,186.274509803922,230.392156862745],[150.980392156863,187.254901960784,230.392156862745],[153.921568627451,188.235294117647,229.411764705882],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,185.294117647059,223.529411764706],[157.843137254902,189.21568627451,227.450980392157],[164.705882352941,196.078431372549,234.313725490196],[177.450980392157,208.823529411765,247.058823529412],[175.490196078431,206.862745098039,247.058823529412],[173.529411764706,200,242.156862745098],[181.372549019608,200,242.156862745098],[174.509803921569,191.176470588235,233.333333333333],[184.313725490196,205.882352941176,242.156862745098],[185.294117647059,204.901960784314,237.254901960784],[192.156862745098,207.843137254902,240.196078431373],[176.470588235294,189.21568627451,220.588235294118],[171.56862745098,180.392156862745,212.745098039216],[168.627450980392,185.294117647059,212.745098039216],[146.078431372549,180.392156862745,201.960784313725],[138.235294117647,178.43137254902,196.078431372549],[155.882352941176,192.156862745098,209.803921568627],[184.313725490196,208.823529411765,228.43137254902],[213.725490196078,217.647058823529,244.117647058824],[186.274509803922,183.333333333333,213.725490196078],[164.705882352941,171.56862745098,200],[165.686274509804,181.372549019608,206.862745098039],[169.607843137255,190.196078431373,216.666666666667],[152.941176470588,176.470588235294,201.960784313725],[152.941176470588,176.470588235294,201.960784313725],[163.725490196078,184.313725490196,210.78431372549],[170.588235294118,190.196078431373,214.705882352941],[158.823529411765,174.509803921569,199.019607843137],[204.901960784314,219.607843137255,240.196078431373],[151.960784313725,164.705882352941,183.333333333333],[213.725490196078,224.509803921569,242.156862745098],[209.803921568627,220.588235294118,238.235294117647],[175.490196078431,188.235294117647,206.862745098039],[175.490196078431,190.196078431373,210.78431372549],[178.43137254902,194.117647058824,218.627450980392],[182.352941176471,199.019607843137,226.470588235294],[199.019607843137,219.607843137255,250],[167.647058823529,193.137254901961,227.450980392157],[157.843137254902,192.156862745098,231.372549019608],[160.78431372549,195.098039215686,236.274509803922],[163.725490196078,188.235294117647,227.450980392157],[167.647058823529,193.137254901961,225.490196078431],[169.607843137255,204.901960784314,228.43137254902],[153.921568627451,191.176470588235,213.725490196078],[141.176470588235,174.509803921569,199.019607843137],[147.058823529412,181.372549019608,208.823529411765],[135.294117647059,177.450980392157,208.823529411765],[131.372549019608,180.392156862745,212.745098039216],[117.647058823529,177.450980392157,205.882352941176],[125.490196078431,185.294117647059,212.745098039216],[121.56862745098,175.490196078431,196.078431372549],[102.941176470588,152.941176470588,169.607843137255],[101.960784313725,159.803921568627,165.686274509804],[101.960784313725,163.725490196078,168.627450980392],[99.0196078431373,165.686274509804,174.509803921569],[91.1764705882353,156.862745098039,165.686274509804],[132.352941176471,186.274509803922,189.21568627451],[126.470588235294,178.43137254902,182.352941176471],[107.843137254902,162.745098039216,177.450980392157],[98.0392156862745,150,163.725490196078],[85.2941176470588,134.313725490196,133.333333333333],[134.313725490196,180.392156862745,170.588235294118],[156.862745098039,200,185.294117647059],[200.980392156863,233.333333333333,216.666666666667],[191.176470588235,202.941176470588,181.372549019608],[139.21568627451,139.21568627451,111.764705882353],[163.725490196078,159.803921568627,125.490196078431],[197.058823529412,188.235294117647,148.039215686275],[195.098039215686,178.43137254902,135.294117647059],[174.509803921569,157.843137254902,115.686274509804],[150,137.254901960784,103.921568627451],[200.980392156863,190.196078431373,160.78431372549],[234.313725490196,221.56862745098,187.254901960784],[217.647058823529,205.882352941176,164.705882352941],[107.843137254902,100,53.921568627451],[101.960784313725,95.0980392156863,44.1176470588235],[122.549019607843,110.78431372549,61.7647058823529],[150,132.352941176471,83.3333333333333],[198.039215686275,174.509803921569,127.450980392157],[193.137254901961,161.764705882353,115.686274509804],[173.529411764706,136.274509803922,90.1960784313725],[166.666666666667,123.529411764706,79.4117647058823],[198.039215686275,146.078431372549,102.941176470588],[212.745098039216,159.803921568627,116.666666666667],[190.196078431373,138.235294117647,95.0980392156863],[175.490196078431,122.549019607843,79.4117647058823],[197.058823529412,136.274509803922,98.0392156862745],[182.352941176471,119.607843137255,82.3529411764706],[169.607843137255,111.764705882353,72.5490196078431],[150,93.1372549019608,53.921568627451],[136.274509803922,84.3137254901961,41.1764705882353],[149.019607843137,97.0588235294118,53.921568627451],[156.862745098039,104.901960784314,61.7647058823529],[154.901960784314,101.960784313725,58.8235294117647],[137.254901960784,79.4117647058823,38.2352941176471],[133.333333333333,72.5490196078431,34.3137254901961],[133.333333333333,72.5490196078431,34.3137254901961],[136.274509803922,77.4509803921569,41.1764705882353],[129.411764705882,72.5490196078431,36.2745098039216],[118.627450980392,65.6862745098039,30.3921568627451],[120.588235294118,71.5686274509804,37.2549019607843],[123.529411764706,78.4313725490196,45.0980392156863],[114.705882352941,70.5882352941177,38.2352941176471],[104.901960784314,64.7058823529412,35.2941176470588],[57.843137254902,18.6274509803922,0],[55.8823529411765,21.5686274509804,1.96078431372549],[32.3529411764706,3.92156862745098,0],[22.5490196078431,0,0],[16.6666666666667,1.96078431372549,0],[8.82352941176471,0.980392156862745,0],[2.94117647058824,0,0],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,0,0],[10.7843137254902,2.94117647058824,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0.980392156862745,0,0],[13.7254901960784,9.80392156862745,8.82352941176471],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[0.980392156862745,0,0],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[66.6666666666667,66.6666666666667,68.6274509803922],[178.43137254902,178.43137254902,178.43137254902],[138.235294117647,138.235294117647,138.235294117647],[31.3725490196078,31.3725490196078,29.4117647058824],[10.7843137254902,11.7647058823529,6.86274509803922],[18.6274509803922,17.6470588235294,12.7450980392157],[18.6274509803922,15.6862745098039,6.86274509803922],[28.4313725490196,24.5098039215686,12.7450980392157],[56.8627450980392,51.9607843137255,33.3333333333333],[66.6666666666667,60.7843137254902,37.2549019607843],[73.5294117647059,63.7254901960784,37.2549019607843],[86.2745098039216,77.4509803921569,45.0980392156863],[55.8823529411765,48.0392156862745,12.7450980392157],[80.3921568627451,72.5490196078431,36.2745098039216],[120.588235294118,112.745098039216,74.5098039215686],[90.1960784313725,82.3529411764706,44.1176470588235],[58.8235294117647,50.9803921568627,12.7450980392157],[43.1372549019608,35.2941176470588,0],[49.0196078431373,40.1960784313726,0],[78.4313725490196,69.6078431372549,31.3725490196078],[112.745098039216,102.941176470588,68.6274509803922],[111.764705882353,100.980392156863,69.6078431372549],[88.2352941176471,79.4117647058823,49.0196078431373],[33.3333333333333,24.5098039215686,0],[89.2156862745098,84.3137254901961,47.0588235294118],[83.3333333333333,78.4313725490196,39.2156862745098],[57.843137254902,50,13.7254901960784],[109.803921568627,103.921568627451,72.5490196078431],[96.078431372549,92.156862745098,67.6470588235294],[42.156862745098,41.1764705882353,21.5686274509804],[102.941176470588,105.882352941176,85.2941176470588],[70.5882352941177,75.4901960784314,52.9411764705882],[118.627450980392,129.411764705882,100],[201.960784313725,212.745098039216,179.411764705882],[78.4313725490196,90.1960784313725,50.9803921568627],[54.9019607843137,65.6862745098039,23.5294117647059],[74.5098039215686,86.2745098039216,41.1764705882353],[120.588235294118,132.352941176471,93.1372549019608],[55.8823529411765,65.6862745098039,39.2156862745098],[71.5686274509804,83.3333333333333,61.7647058823529],[82.3529411764706,95.0980392156863,77.4509803921569],[132.352941176471,149.019607843137,131.372549019608],[86.2745098039216,110.78431372549,90.1960784313725],[94.1176470588235,120.588235294118,101.960784313725],[110.78431372549,131.372549019608,114.705882352941],[144.117647058824,164.705882352941,148.039215686275],[174.509803921569,200.980392156863,184.313725490196],[132.352941176471,159.803921568627,145.098039215686],[141.176470588235,164.705882352941,151.960784313725],[160.78431372549,181.372549019608,172.549019607843],[185.294117647059,210.78431372549,201.960784313725],[226.470588235294,250,250],[185.294117647059,223.529411764706,220.588235294118],[135.294117647059,174.509803921569,176.470588235294],[209.803921568627,243.137254901961,250],[182.352941176471,217.647058823529,231.372549019608],[136.274509803922,178.43137254902,194.117647058824],[138.235294117647,176.470588235294,191.176470588235],[150,172.549019607843,186.274509803922],[154.901960784314,172.549019607843,186.274509803922],[155.882352941176,174.509803921569,188.235294117647],[161.764705882353,183.333333333333,196.078431372549],[205.882352941176,227.450980392157,240.196078431373],[220.588235294118,239.21568627451,250],[167.647058823529,183.333333333333,198.039215686275],[171.56862745098,183.333333333333,199.019607843137],[186.274509803922,194.117647058824,212.745098039216],[195.098039215686,205.882352941176,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[161.764705882353,183.333333333333,203.921568627451],[154.901960784314,185.294117647059,205.882352941176],[136.274509803922,171.56862745098,193.137254901961],[123.529411764706,164.705882352941,186.274509803922],[135.294117647059,179.411764705882,201.960784313725],[143.137254901961,186.274509803922,212.745098039216],[124.509803921569,164.705882352941,192.156862745098],[124.509803921569,159.803921568627,191.176470588235],[139.21568627451,171.56862745098,203.921568627451],[159.803921568627,185.294117647059,221.56862745098],[187.254901960784,209.803921568627,250],[192.156862745098,213.725490196078,250],[167.647058823529,189.21568627451,229.411764705882],[161.764705882353,184.313725490196,224.509803921569],[162.745098039216,186.274509803922,223.529411764706],[152.941176470588,176.470588235294,213.725490196078],[171.56862745098,193.137254901961,231.372549019608],[179.411764705882,198.039215686275,237.254901960784],[178.43137254902,196.078431372549,235.294117647059],[195.098039215686,209.803921568627,250],[184.313725490196,199.019607843137,241.176470588235],[184.313725490196,202.941176470588,245.098039215686],[180.392156862745,200.980392156863,243.137254901961],[178.43137254902,200.980392156863,241.176470588235],[172.549019607843,198.039215686275,234.313725490196],[162.745098039216,192.156862745098,225.490196078431],[168.627450980392,192.156862745098,227.450980392157],[183.333333333333,195.098039215686,234.313725490196],[187.254901960784,200.980392156863,239.21568627451],[146.078431372549,180.392156862745,211.764705882353],[138.235294117647,183.333333333333,208.823529411765],[118.627450980392,165.686274509804,188.235294117647],[141.176470588235,172.549019607843,197.058823529412],[209.803921568627,203.921568627451,237.254901960784],[221.56862745098,207.843137254902,240.196078431373],[170.588235294118,178.43137254902,200.980392156863],[166.666666666667,181.372549019608,200],[191.176470588235,201.960784313725,221.56862745098],[182.352941176471,193.137254901961,214.705882352941],[161.764705882353,171.56862745098,196.078431372549],[180.392156862745,192.156862745098,217.647058823529],[177.450980392157,191.176470588235,217.647058823529],[172.549019607843,186.274509803922,211.764705882353],[166.666666666667,178.43137254902,200],[156.862745098039,169.607843137255,186.274509803922],[193.137254901961,204.901960784314,216.666666666667],[215.686274509804,228.43137254902,237.254901960784],[160.78431372549,173.529411764706,181.372549019608],[186.274509803922,200,210.78431372549],[201.960784313725,217.647058823529,233.333333333333],[164.705882352941,182.352941176471,203.921568627451],[193.137254901961,212.745098039216,239.21568627451],[194.117647058824,213.725490196078,246.078431372549],[179.411764705882,201.960784313725,242.156862745098],[159.803921568627,182.352941176471,222.549019607843],[166.666666666667,189.21568627451,222.549019607843],[179.411764705882,203.921568627451,233.333333333333],[172.549019607843,201.960784313725,225.490196078431],[148.039215686275,182.352941176471,201.960784313725],[131.372549019608,168.627450980392,191.176470588235],[136.274509803922,177.450980392157,201.960784313725],[129.411764705882,177.450980392157,206.862745098039],[128.43137254902,182.352941176471,211.764705882353],[114.705882352941,173.529411764706,200.980392156863],[115.686274509804,174.509803921569,198.039215686275],[122.549019607843,178.43137254902,195.098039215686],[106.862745098039,162.745098039216,171.56862745098],[121.56862745098,178.43137254902,179.411764705882],[110.78431372549,169.607843137255,169.607843137255],[107.843137254902,169.607843137255,174.509803921569],[93.1372549019608,155.882352941176,157.843137254902],[126.470588235294,181.372549019608,178.43137254902],[95.0980392156863,150,147.058823529412],[124.509803921569,184.313725490196,187.254901960784],[105.882352941176,165.686274509804,166.666666666667],[86.2745098039216,144.117647058824,138.235294117647],[153.921568627451,200.980392156863,189.21568627451],[203.921568627451,236.274509803922,215.686274509804],[167.647058823529,187.254901960784,162.745098039216],[140.196078431373,148.039215686275,124.509803921569],[159.803921568627,159.803921568627,136.274509803922],[190.196078431373,188.235294117647,165.686274509804],[189.21568627451,179.411764705882,152.941176470588],[168.627450980392,146.078431372549,114.705882352941],[163.725490196078,144.117647058824,107.843137254902],[216.666666666667,211.764705882353,170.588235294118],[210.78431372549,209.803921568627,164.705882352941],[204.901960784314,192.156862745098,148.039215686275],[193.137254901961,179.411764705882,133.333333333333],[181.372549019608,173.529411764706,125.490196078431],[186.274509803922,178.43137254902,132.352941176471],[142.156862745098,127.450980392157,89.2156862745098],[194.117647058824,174.509803921569,140.196078431373],[203.921568627451,178.43137254902,146.078431372549],[200,166.666666666667,132.352941176471],[249.019607843137,210.78431372549,172.549019607843],[247.058823529412,200.980392156863,159.803921568627],[250,194.117647058824,154.901960784314],[221.56862745098,158.823529411765,121.56862745098],[200.980392156863,147.058823529412,108.823529411765],[206.862745098039,152.941176470588,114.705882352941],[174.509803921569,107.843137254902,69.6078431372549],[187.254901960784,119.607843137255,79.4117647058823],[198.039215686275,134.313725490196,93.1372549019608],[184.313725490196,124.509803921569,81.3725490196078],[164.705882352941,106.862745098039,63.7254901960784],[141.176470588235,84.3137254901961,39.2156862745098],[183.333333333333,121.56862745098,78.4313725490196],[195.098039215686,129.411764705882,85.2941176470588],[161.764705882353,90.1960784313725,48.0392156862745],[153.921568627451,80.3921568627451,39.2156862745098],[150.980392156863,77.4509803921569,39.2156862745098],[164.705882352941,94.1176470588235,56.8627450980392],[146.078431372549,83.3333333333333,48.0392156862745],[115.686274509804,60.7843137254902,26.4705882352941],[117.647058823529,68.6274509803922,36.2745098039216],[115.686274509804,72.5490196078431,44.1176470588235],[85.2941176470588,48.0392156862745,27.4509803921569],[65.6862745098039,33.3333333333333,16.6666666666667],[46.078431372549,18.6274509803922,4.90196078431373],[35.2941176470588,11.7647058823529,1.96078431372549],[24.5098039215686,5.88235294117647,0],[11.7647058823529,0,0],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[0,0,0],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[16.6666666666667,18.6274509803922,17.6470588235294],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[13.7254901960784,8.82352941176471,12.7450980392157],[2.94117647058824,0,0],[14.7058823529412,13.7254901960784,11.7647058823529],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[28.4313725490196,28.4313725490196,26.4705882352941],[47.0588235294118,47.0588235294118,47.0588235294118],[18.6274509803922,18.6274509803922,16.6666666666667],[11.7647058823529,11.7647058823529,9.80392156862745],[26.4705882352941,25.4901960784314,21.5686274509804],[51.9607843137255,51.9607843137255,44.1176470588235],[40.1960784313726,40.1960784313726,30.3921568627451],[28.4313725490196,29.4117647058824,15.6862745098039],[22.5490196078431,19.6078431372549,0.980392156862745],[97.0588235294118,89.2156862745098,66.6666666666667],[69.6078431372549,57.843137254902,32.3529411764706],[40.1960784313726,29.4117647058824,0],[84.3137254901961,74.5098039215686,40.1960784313726],[77.4509803921569,68.6274509803922,30.3921568627451],[53.921568627451,42.156862745098,2.94117647058824],[69.6078431372549,60.7843137254902,20.5882352941176],[76.4705882352941,67.6470588235294,27.4509803921569],[56.8627450980392,49.0196078431373,10.7843137254902],[92.156862745098,84.3137254901961,48.0392156862745],[121.56862745098,116.666666666667,79.4117647058823],[129.411764705882,125.490196078431,89.2156862745098],[101.960784313725,100,61.7647058823529],[65.6862745098039,66.6666666666667,27.4509803921569],[97.0588235294118,98.0392156862745,56.8627450980392],[89.2156862745098,87.2549019607843,49.0196078431373],[103.921568627451,98.0392156862745,64.7058823529412],[83.3333333333333,76.4705882352941,48.0392156862745],[77.4509803921569,73.5294117647059,47.0588235294118],[80.3921568627451,80.3921568627451,56.8627450980392],[100.980392156863,105.882352941176,83.3333333333333],[100.980392156863,108.823529411765,85.2941176470588],[198.039215686275,210.78431372549,181.372549019608],[221.56862745098,235.294117647059,200],[95.0980392156863,109.803921568627,67.6470588235294],[69.6078431372549,82.3529411764706,37.2549019607843],[118.627450980392,132.352941176471,84.3137254901961],[190.196078431373,202.941176470588,159.803921568627],[234.313725490196,246.078431372549,210.78431372549],[210.78431372549,223.529411764706,194.117647058824],[182.352941176471,194.117647058824,172.549019607843],[134.313725490196,150.980392156863,133.333333333333],[74.5098039215686,100.980392156863,86.2745098039216],[102.941176470588,132.352941176471,120.588235294118],[102.941176470588,126.470588235294,113.725490196078],[133.333333333333,156.862745098039,144.117647058824],[175.490196078431,205.882352941176,191.176470588235],[182.352941176471,212.745098039216,198.039215686275],[196.078431372549,221.56862745098,210.78431372549],[160.78431372549,183.333333333333,175.490196078431],[166.666666666667,191.176470588235,185.294117647059],[175.490196078431,203.921568627451,200],[199.019607843137,234.313725490196,232.352941176471],[118.627450980392,152.941176470588,154.901960784314],[125.490196078431,154.901960784314,162.745098039216],[137.254901960784,168.627450980392,179.411764705882],[117.647058823529,156.862745098039,166.666666666667],[134.313725490196,169.607843137255,181.372549019608],[170.588235294118,194.117647058824,205.882352941176],[155.882352941176,173.529411764706,185.294117647059],[181.372549019608,199.019607843137,212.745098039216],[186.274509803922,204.901960784314,218.627450980392],[203.921568627451,222.549019607843,236.274509803922],[228.43137254902,246.078431372549,250],[192.156862745098,204.901960784314,221.56862745098],[178.43137254902,189.21568627451,206.862745098039],[184.313725490196,192.156862745098,212.745098039216],[174.509803921569,182.352941176471,204.901960784314],[180.392156862745,190.196078431373,214.705882352941],[185.294117647059,200,222.549019607843],[191.176470588235,208.823529411765,232.352941176471],[198.039215686275,222.549019607843,244.117647058824],[180.392156862745,210.78431372549,231.372549019608],[150,184.313725490196,205.882352941176],[161.764705882353,195.098039215686,221.56862745098],[172.549019607843,202.941176470588,231.372549019608],[183.333333333333,209.803921568627,239.21568627451],[180.392156862745,200,232.352941176471],[182.352941176471,198.039215686275,233.333333333333],[203.921568627451,217.647058823529,250],[201.960784313725,215.686274509804,250],[169.607843137255,184.313725490196,222.549019607843],[154.901960784314,172.549019607843,209.803921568627],[176.470588235294,196.078431372549,232.352941176471],[179.411764705882,200.980392156863,237.254901960784],[188.235294117647,206.862745098039,246.078431372549],[180.392156862745,198.039215686275,237.254901960784],[177.450980392157,190.196078431373,231.372549019608],[196.078431372549,204.901960784314,247.058823529412],[183.333333333333,195.098039215686,236.274509803922],[184.313725490196,202.941176470588,245.098039215686],[179.411764705882,203.921568627451,244.117647058824],[175.490196078431,200,240.196078431373],[165.686274509804,195.098039215686,232.352941176471],[158.823529411765,194.117647058824,229.411764705882],[170.588235294118,201.960784313725,239.21568627451],[194.117647058824,206.862745098039,250],[196.078431372549,208.823529411765,250],[153.921568627451,188.235294117647,225.490196078431],[138.235294117647,186.274509803922,217.647058823529],[125.490196078431,178.43137254902,203.921568627451],[159.803921568627,193.137254901961,220.588235294118],[193.137254901961,183.333333333333,219.607843137255],[227.450980392157,210.78431372549,244.117647058824],[193.137254901961,199.019607843137,220.588235294118],[185.294117647059,198.039215686275,213.725490196078],[205.882352941176,211.764705882353,227.450980392157],[196.078431372549,199.019607843137,217.647058823529],[191.176470588235,196.078431372549,217.647058823529],[196.078431372549,202.941176470588,228.43137254902],[204.901960784314,213.725490196078,242.156862745098],[197.058823529412,208.823529411765,234.313725490196],[149.019607843137,160.78431372549,182.352941176471],[166.666666666667,178.43137254902,194.117647058824],[175.490196078431,188.235294117647,196.078431372549],[197.058823529412,210.78431372549,213.725490196078],[193.137254901961,206.862745098039,207.843137254902],[212.745098039216,225.490196078431,231.372549019608],[192.156862745098,208.823529411765,218.627450980392],[151.960784313725,168.627450980392,186.274509803922],[175.490196078431,193.137254901961,216.666666666667],[192.156862745098,208.823529411765,238.235294117647],[176.470588235294,192.156862745098,227.450980392157],[159.803921568627,175.490196078431,210.78431372549],[167.647058823529,183.333333333333,215.686274509804],[175.490196078431,195.098039215686,221.56862745098],[162.745098039216,187.254901960784,208.823529411765],[153.921568627451,181.372549019608,201.960784313725],[145.098039215686,179.411764705882,200.980392156863],[137.254901960784,176.470588235294,200.980392156863],[137.254901960784,181.372549019608,209.803921568627],[147.058823529412,197.058823529412,225.490196078431],[118.627450980392,171.56862745098,199.019607843137],[117.647058823529,172.549019607843,195.098039215686],[155.882352941176,212.745098039216,226.470588235294],[140.196078431373,196.078431372549,202.941176470588],[147.058823529412,204.901960784314,202.941176470588],[162.745098039216,220.588235294118,216.666666666667],[131.372549019608,188.235294117647,189.21568627451],[141.176470588235,196.078431372549,195.098039215686],[127.450980392157,179.411764705882,171.56862745098],[149.019607843137,200.980392156863,191.176470588235],[137.254901960784,196.078431372549,188.235294117647],[109.803921568627,167.647058823529,161.764705882353],[120.588235294118,175.490196078431,166.666666666667],[146.078431372549,187.254901960784,173.529411764706],[176.470588235294,198.039215686275,175.490196078431],[167.647058823529,176.470588235294,148.039215686275],[164.705882352941,164.705882352941,137.254901960784],[183.333333333333,179.411764705882,152.941176470588],[209.803921568627,204.901960784314,183.333333333333],[185.294117647059,177.450980392157,154.901960784314],[187.254901960784,172.549019607843,144.117647058824],[188.235294117647,175.490196078431,141.176470588235],[208.823529411765,211.764705882353,167.647058823529],[177.450980392157,184.313725490196,134.313725490196],[162.745098039216,155.882352941176,104.901960784314],[126.470588235294,113.725490196078,62.7450980392157],[207.843137254902,196.078431372549,147.058823529412],[205.882352941176,193.137254901961,150],[189.21568627451,170.588235294118,138.235294117647],[202.941176470588,180.392156862745,150],[210.78431372549,181.372549019608,153.921568627451],[179.411764705882,145.098039215686,115.686274509804],[194.117647058824,151.960784313725,117.647058823529],[250,203.921568627451,164.705882352941],[227.450980392157,166.666666666667,130.392156862745],[177.450980392157,116.666666666667,80.3921568627451],[163.725490196078,111.764705882353,78.4313725490196],[181.372549019608,130.392156862745,94.1176470588235],[212.745098039216,150,112.745098039216],[176.470588235294,108.823529411765,68.6274509803922],[184.313725490196,118.627450980392,77.4509803921569],[171.56862745098,107.843137254902,66.6666666666667],[187.254901960784,123.529411764706,82.3529411764706],[184.313725490196,118.627450980392,76.4705882352941],[160.78431372549,94.1176470588235,50],[149.019607843137,77.4509803921569,35.2941176470588],[170.588235294118,95.0980392156863,51.9607843137255],[181.372549019608,103.921568627451,61.7647058823529],[167.647058823529,91.1764705882353,52.9411764705882],[160.78431372549,90.1960784313725,52.9411764705882],[149.019607843137,86.2745098039216,50.9803921568627],[121.56862745098,63.7254901960784,32.3529411764706],[96.078431372549,46.078431372549,15.6862745098039],[72.5490196078431,29.4117647058824,4.90196078431373],[64.7058823529412,29.4117647058824,13.7254901960784],[46.078431372549,18.6274509803922,7.84313725490196],[27.4509803921569,4.90196078431373,0],[17.6470588235294,0.980392156862745,0],[11.7647058823529,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[25.4901960784314,27.4509803921569,26.4705882352941],[7.84313725490196,9.80392156862745,8.82352941176471],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[9.80392156862745,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[22.5490196078431,22.5490196078431,20.5882352941176],[16.6666666666667,16.6666666666667,14.7058823529412],[10.7843137254902,9.80392156862745,7.84313725490196],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,26.4705882352941],[27.4509803921569,26.4705882352941,21.5686274509804],[44.1176470588235,41.1764705882353,32.3529411764706],[45.0980392156863,41.1764705882353,30.3921568627451],[46.078431372549,43.1372549019608,28.4313725490196],[18.6274509803922,11.7647058823529,0],[42.156862745098,26.4705882352941,10.7843137254902],[54.9019607843137,37.2549019607843,17.6470588235294],[50.9803921568627,33.3333333333333,9.80392156862745],[60.7843137254902,44.1176470588235,14.7058823529412],[65.6862745098039,50,14.7058823529412],[60.7843137254902,48.0392156862745,6.86274509803922],[92.156862745098,81.3725490196078,37.2549019607843],[78.4313725490196,70.5882352941177,25.4901960784314],[74.5098039215686,67.6470588235294,24.5098039215686],[90.1960784313725,87.2549019607843,45.0980392156863],[125.490196078431,126.470588235294,87.2549019607843],[171.56862745098,173.529411764706,135.294117647059],[114.705882352941,120.588235294118,83.3333333333333],[100.980392156863,108.823529411765,72.5490196078431],[147.058823529412,156.862745098039,120.588235294118],[117.647058823529,125.490196078431,89.2156862745098],[101.960784313725,101.960784313725,66.6666666666667],[114.705882352941,114.705882352941,81.3725490196078],[106.862745098039,106.862745098039,79.4117647058823],[89.2156862745098,93.1372549019608,68.6274509803922],[90.1960784313725,98.0392156862745,77.4509803921569],[83.3333333333333,95.0980392156863,73.5294117647059],[110.78431372549,122.549019607843,99.0196078431373],[108.823529411765,121.56862745098,94.1176470588235],[129.411764705882,143.137254901961,108.823529411765],[79.4117647058823,94.1176470588235,55.8823529411765],[148.039215686275,162.745098039216,122.549019607843],[146.078431372549,160.78431372549,122.549019607843],[123.529411764706,139.21568627451,103.921568627451],[140.196078431373,155.882352941176,127.450980392157],[158.823529411765,176.470588235294,152.941176470588],[129.411764705882,150,131.372549019608],[111.764705882353,137.254901960784,126.470588235294],[86.2745098039216,112.745098039216,105.882352941176],[100.980392156863,125.490196078431,119.607843137255],[95.0980392156863,119.607843137255,113.725490196078],[107.843137254902,132.352941176471,126.470588235294],[204.901960784314,227.450980392157,221.56862745098],[218.627450980392,241.176470588235,235.294117647059],[157.843137254902,178.43137254902,173.529411764706],[168.627450980392,190.196078431373,187.254901960784],[175.490196078431,197.058823529412,195.098039215686],[200.980392156863,221.56862745098,222.549019607843],[177.450980392157,200.980392156863,202.941176470588],[164.705882352941,187.254901960784,193.137254901961],[150.980392156863,175.490196078431,182.352941176471],[195.098039215686,218.627450980392,228.43137254902],[230.392156862745,250,250],[224.509803921569,250,250],[203.921568627451,225.490196078431,238.235294117647],[207.843137254902,220.588235294118,236.274509803922],[241.176470588235,248.039215686275,250],[200.980392156863,203.921568627451,222.549019607843],[221.56862745098,222.549019607843,242.156862745098],[166.666666666667,168.627450980392,189.21568627451],[185.294117647059,190.196078431373,211.764705882353],[196.078431372549,201.960784313725,225.490196078431],[174.509803921569,182.352941176471,204.901960784314],[175.490196078431,182.352941176471,207.843137254902],[200.980392156863,207.843137254902,235.294117647059],[237.254901960784,244.117647058824,250],[228.43137254902,237.254901960784,250],[185.294117647059,199.019607843137,227.450980392157],[184.313725490196,197.058823529412,228.43137254902],[211.764705882353,224.509803921569,250],[203.921568627451,215.686274509804,250],[200,207.843137254902,246.078431372549],[195.098039215686,202.941176470588,241.176470588235],[189.21568627451,196.078431372549,237.254901960784],[189.21568627451,196.078431372549,237.254901960784],[184.313725490196,196.078431372549,237.254901960784],[173.529411764706,188.235294117647,228.43137254902],[155.882352941176,177.450980392157,215.686274509804],[190.196078431373,212.745098039216,250],[201.960784313725,226.470588235294,250],[196.078431372549,218.627450980392,250],[177.450980392157,196.078431372549,237.254901960784],[178.43137254902,193.137254901961,235.294117647059],[201.960784313725,212.745098039216,250],[196.078431372549,208.823529411765,250],[172.549019607843,193.137254901961,237.254901960784],[170.588235294118,197.058823529412,239.21568627451],[167.647058823529,194.117647058824,236.274509803922],[160.78431372549,189.21568627451,228.43137254902],[155.882352941176,190.196078431373,227.450980392157],[170.588235294118,201.960784313725,240.196078431373],[193.137254901961,204.901960784314,250],[192.156862745098,205.882352941176,250],[159.803921568627,192.156862745098,232.352941176471],[159.803921568627,204.901960784314,238.235294117647],[140.196078431373,190.196078431373,218.627450980392],[161.764705882353,192.156862745098,222.549019607843],[166.666666666667,155.882352941176,195.098039215686],[230.392156862745,210.78431372549,247.058823529412],[206.862745098039,210.78431372549,235.294117647059],[195.098039215686,205.882352941176,223.529411764706],[198.039215686275,203.921568627451,219.607843137255],[194.117647058824,197.058823529412,213.725490196078],[179.411764705882,184.313725490196,203.921568627451],[188.235294117647,196.078431372549,218.627450980392],[189.21568627451,199.019607843137,223.529411764706],[206.862745098039,216.666666666667,241.176470588235],[192.156862745098,202.941176470588,222.549019607843],[160.78431372549,172.549019607843,186.274509803922],[144.117647058824,153.921568627451,162.745098039216],[191.176470588235,200,204.901960784314],[234.313725490196,244.117647058824,246.078431372549],[224.509803921569,235.294117647059,241.176470588235],[191.176470588235,202.941176470588,214.705882352941],[181.372549019608,194.117647058824,212.745098039216],[178.43137254902,192.156862745098,217.647058823529],[167.647058823529,182.352941176471,212.745098039216],[177.450980392157,192.156862745098,224.509803921569],[181.372549019608,194.117647058824,227.450980392157],[191.176470588235,204.901960784314,233.333333333333],[195.098039215686,208.823529411765,234.313725490196],[189.21568627451,203.921568627451,224.509803921569],[181.372549019608,199.019607843137,220.588235294118],[167.647058823529,189.21568627451,212.745098039216],[149.019607843137,175.490196078431,201.960784313725],[154.901960784314,187.254901960784,217.647058823529],[151.960784313725,190.196078431373,222.549019607843],[113.725490196078,157.843137254902,188.235294117647],[114.705882352941,163.725490196078,188.235294117647],[170.588235294118,222.549019607843,238.235294117647],[163.725490196078,219.607843137255,226.470588235294],[151.960784313725,209.803921568627,207.843137254902],[149.019607843137,202.941176470588,200],[173.529411764706,222.549019607843,223.529411764706],[176.470588235294,219.607843137255,218.627450980392],[167.647058823529,208.823529411765,199.019607843137],[169.607843137255,210.78431372549,197.058823529412],[152.941176470588,196.078431372549,183.333333333333],[122.549019607843,164.705882352941,154.901960784314],[104.901960784314,144.117647058824,135.294117647059],[121.56862745098,151.960784313725,137.254901960784],[155.882352941176,169.607843137255,147.058823529412],[174.509803921569,174.509803921569,147.058823529412],[177.450980392157,168.627450980392,138.235294117647],[225.490196078431,214.705882352941,183.333333333333],[175.490196078431,168.627450980392,140.196078431373],[110.78431372549,107.843137254902,77.4509803921569],[81.3725490196078,81.3725490196078,48.0392156862745],[125.490196078431,129.411764705882,95.0980392156863],[195.098039215686,205.882352941176,166.666666666667],[181.372549019608,190.196078431373,146.078431372549],[158.823529411765,157.843137254902,110.78431372549],[178.43137254902,168.627450980392,120.588235294118],[157.843137254902,142.156862745098,94.1176470588235],[141.176470588235,122.549019607843,80.3921568627451],[174.509803921569,152.941176470588,116.666666666667],[186.274509803922,160.78431372549,128.43137254902],[152.941176470588,122.549019607843,92.156862745098],[187.254901960784,149.019607843137,116.666666666667],[174.509803921569,127.450980392157,90.1960784313725],[156.862745098039,103.921568627451,66.6666666666667],[125.490196078431,72.5490196078431,35.2941176470588],[128.43137254902,76.4705882352941,43.1372549019608],[128.43137254902,84.3137254901961,53.921568627451],[142.156862745098,96.078431372549,66.6666666666667],[174.509803921569,119.607843137255,83.3333333333333],[172.549019607843,111.764705882353,71.5686274509804],[189.21568627451,126.470588235294,89.2156862745098],[156.862745098039,90.1960784313725,53.921568627451],[156.862745098039,88.2352941176471,52.9411764705882],[178.43137254902,105.882352941176,71.5686274509804],[174.509803921569,100,64.7058823529412],[172.549019607843,99.0196078431373,60.7843137254902],[172.549019607843,100.980392156863,60.7843137254902],[164.705882352941,95.0980392156863,53.921568627451],[139.21568627451,73.5294117647059,32.3529411764706],[130.392156862745,66.6666666666667,29.4117647058824],[133.333333333333,71.5686274509804,37.2549019607843],[128.43137254902,70.5882352941177,41.1764705882353],[109.803921568627,53.921568627451,27.4509803921569],[74.5098039215686,24.5098039215686,3.92156862745098],[47.0588235294118,10.7843137254902,0],[32.3529411764706,4.90196078431373,0],[19.6078431372549,0,0],[13.7254901960784,0,0],[9.80392156862745,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[47.0588235294118,45.0980392156863,48.0392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[12.7450980392157,13.7254901960784,8.82352941176471],[0,0.980392156862745,0],[25.4901960784314,25.4901960784314,23.5294117647059],[26.4705882352941,26.4705882352941,24.5098039215686],[24.5098039215686,23.5294117647059,21.5686274509804],[23.5294117647059,22.5490196078431,20.5882352941176],[29.4117647058824,28.4313725490196,24.5098039215686],[10.7843137254902,7.84313725490196,2.94117647058824],[12.7450980392157,8.82352941176471,0],[35.2941176470588,29.4117647058824,17.6470588235294],[53.921568627451,48.0392156862745,32.3529411764706],[36.2745098039216,27.4509803921569,10.7843137254902],[42.156862745098,25.4901960784314,9.80392156862745],[94.1176470588235,71.5686274509804,55.8823529411765],[105.882352941176,84.3137254901961,61.7647058823529],[79.4117647058823,60.7843137254902,31.3725490196078],[89.2156862745098,73.5294117647059,38.2352941176471],[128.43137254902,115.686274509804,74.5098039215686],[121.56862745098,110.78431372549,66.6666666666667],[73.5294117647059,66.6666666666667,21.5686274509804],[69.6078431372549,66.6666666666667,22.5490196078431],[90.1960784313725,89.2156862745098,46.078431372549],[76.4705882352941,78.4313725490196,39.2156862745098],[125.490196078431,131.372549019608,94.1176470588235],[102.941176470588,112.745098039216,76.4705882352941],[39.2156862745098,52.9411764705882,17.6470588235294],[59.8039215686275,75.4901960784314,40.1960784313726],[79.4117647058823,91.1764705882353,55.8823529411765],[38.2352941176471,44.1176470588235,6.86274509803922],[68.6274509803922,72.5490196078431,38.2352941176471],[95.0980392156863,101.960784313725,71.5686274509804],[71.5686274509804,79.4117647058823,55.8823529411765],[62.7450980392157,74.5098039215686,54.9019607843137],[71.5686274509804,84.3137254901961,66.6666666666667],[43.1372549019608,55.8823529411765,36.2745098039216],[47.0588235294118,60.7843137254902,38.2352941176471],[100.980392156863,113.725490196078,86.2745098039216],[101.960784313725,115.686274509804,83.3333333333333],[147.058823529412,162.745098039216,127.450980392157],[200,216.666666666667,181.372549019608],[172.549019607843,191.176470588235,159.803921568627],[84.3137254901961,106.862745098039,78.4313725490196],[93.1372549019608,116.666666666667,91.1764705882353],[133.333333333333,155.882352941176,136.274509803922],[173.529411764706,195.098039215686,183.333333333333],[125.490196078431,146.078431372549,139.21568627451],[69.6078431372549,94.1176470588235,88.2352941176471],[86.2745098039216,110.78431372549,104.901960784314],[89.2156862745098,108.823529411765,106.862745098039],[136.274509803922,154.901960784314,152.941176470588],[183.333333333333,204.901960784314,202.941176470588],[184.313725490196,208.823529411765,205.882352941176],[169.607843137255,193.137254901961,193.137254901961],[156.862745098039,177.450980392157,180.392156862745],[157.843137254902,175.490196078431,179.411764705882],[169.607843137255,188.235294117647,194.117647058824],[188.235294117647,210.78431372549,216.666666666667],[198.039215686275,222.549019607843,229.411764705882],[235.294117647059,250,250],[235.294117647059,250,250],[225.490196078431,249.019607843137,250],[178.43137254902,201.960784313725,213.725490196078],[158.823529411765,174.509803921569,189.21568627451],[233.333333333333,242.156862745098,250],[201.960784313725,206.862745098039,225.490196078431],[216.666666666667,219.607843137255,238.235294117647],[178.43137254902,180.392156862745,200.980392156863],[207.843137254902,213.725490196078,235.294117647059],[212.745098039216,223.529411764706,245.098039215686],[167.647058823529,179.411764705882,200.980392156863],[169.607843137255,184.313725490196,206.862745098039],[176.470588235294,192.156862745098,216.666666666667],[170.588235294118,186.274509803922,211.764705882353],[170.588235294118,185.294117647059,213.725490196078],[164.705882352941,179.411764705882,207.843137254902],[170.588235294118,185.294117647059,215.686274509804],[170.588235294118,186.274509803922,219.607843137255],[155.882352941176,169.607843137255,205.882352941176],[153.921568627451,165.686274509804,202.941176470588],[171.56862745098,183.333333333333,222.549019607843],[185.294117647059,197.058823529412,236.274509803922],[178.43137254902,191.176470588235,232.352941176471],[163.725490196078,178.43137254902,218.627450980392],[153.921568627451,172.549019607843,213.725490196078],[154.901960784314,177.450980392157,217.647058823529],[163.725490196078,191.176470588235,230.392156862745],[162.745098039216,190.196078431373,229.411764705882],[164.705882352941,189.21568627451,229.411764705882],[166.666666666667,189.21568627451,230.392156862745],[178.43137254902,196.078431372549,241.176470588235],[188.235294117647,201.960784313725,248.039215686275],[166.666666666667,183.333333333333,228.43137254902],[161.764705882353,185.294117647059,230.392156862745],[160.78431372549,189.21568627451,232.352941176471],[163.725490196078,192.156862745098,235.294117647059],[161.764705882353,193.137254901961,233.333333333333],[155.882352941176,193.137254901961,231.372549019608],[164.705882352941,196.078431372549,236.274509803922],[182.352941176471,196.078431372549,242.156862745098],[185.294117647059,199.019607843137,245.098039215686],[154.901960784314,187.254901960784,227.450980392157],[150,193.137254901961,229.411764705882],[148.039215686275,196.078431372549,227.450980392157],[206.862745098039,236.274509803922,250],[232.352941176471,221.56862745098,250],[240.196078431373,219.607843137255,250],[190.196078431373,191.176470588235,218.627450980392],[202.941176470588,213.725490196078,231.372549019608],[215.686274509804,222.549019607843,238.235294117647],[199.019607843137,204.901960784314,220.588235294118],[179.411764705882,186.274509803922,204.901960784314],[186.274509803922,194.117647058824,214.705882352941],[147.058823529412,157.843137254902,179.411764705882],[146.078431372549,156.862745098039,178.43137254902],[178.43137254902,189.21568627451,206.862745098039],[178.43137254902,188.235294117647,200],[177.450980392157,186.274509803922,193.137254901961],[172.549019607843,179.411764705882,185.294117647059],[200.980392156863,208.823529411765,211.764705882353],[220.588235294118,229.411764705882,236.274509803922],[209.803921568627,219.607843137255,231.372549019608],[181.372549019608,192.156862745098,209.803921568627],[172.549019607843,184.313725490196,209.803921568627],[202.941176470588,216.666666666667,245.098039215686],[177.450980392157,192.156862745098,220.588235294118],[190.196078431373,204.901960784314,233.333333333333],[187.254901960784,201.960784313725,224.509803921569],[187.254901960784,199.019607843137,220.588235294118],[195.098039215686,205.882352941176,225.490196078431],[194.117647058824,206.862745098039,225.490196078431],[187.254901960784,201.960784313725,224.509803921569],[179.411764705882,199.019607843137,223.529411764706],[182.352941176471,206.862745098039,236.274509803922],[166.666666666667,197.058823529412,227.450980392157],[158.823529411765,197.058823529412,225.490196078431],[132.352941176471,177.450980392157,200],[100,150.980392156863,163.725490196078],[94.1176470588235,150.980392156863,154.901960784314],[123.529411764706,183.333333333333,178.43137254902],[108.823529411765,164.705882352941,157.843137254902],[95.0980392156863,145.098039215686,140.196078431373],[122.549019607843,166.666666666667,161.764705882353],[141.176470588235,181.372549019608,173.529411764706],[114.705882352941,153.921568627451,143.137254901961],[197.058823529412,232.352941176471,222.549019607843],[200,231.372549019608,220.588235294118],[149.019607843137,172.549019607843,159.803921568627],[153.921568627451,170.588235294118,154.901960784314],[155.882352941176,160.78431372549,141.176470588235],[134.313725490196,132.352941176471,107.843137254902],[155.882352941176,149.019607843137,120.588235294118],[159.803921568627,152.941176470588,124.509803921569],[114.705882352941,113.725490196078,83.3333333333333],[54.9019607843137,57.843137254902,27.4509803921569],[87.2549019607843,97.0588235294118,63.7254901960784],[178.43137254902,192.156862745098,157.843137254902],[165.686274509804,181.372549019608,146.078431372549],[189.21568627451,203.921568627451,163.725490196078],[204.901960784314,210.78431372549,165.686274509804],[210.78431372549,204.901960784314,157.843137254902],[200.980392156863,183.333333333333,136.274509803922],[108.823529411765,85.2941176470588,42.156862745098],[186.274509803922,161.764705882353,122.549019607843],[153.921568627451,126.470588235294,90.1960784313725],[131.372549019608,100,62.7450980392157],[131.372549019608,92.156862745098,56.8627450980392],[146.078431372549,95.0980392156863,56.8627450980392],[120.588235294118,67.6470588235294,30.3921568627451],[122.549019607843,75.4901960784314,38.2352941176471],[111.764705882353,69.6078431372549,36.2745098039216],[90.1960784313725,50.9803921568627,25.4901960784314],[107.843137254902,66.6666666666667,42.156862745098],[89.2156862745098,40.1960784313726,5.88235294117647],[130.392156862745,76.4705882352941,38.2352941176471],[155.882352941176,94.1176470588235,59.8039215686275],[169.607843137255,104.901960784314,71.5686274509804],[164.705882352941,93.1372549019608,61.7647058823529],[145.098039215686,71.5686274509804,40.1960784313726],[158.823529411765,84.3137254901961,50.9803921568627],[153.921568627451,81.3725490196078,45.0980392156863],[159.803921568627,92.156862745098,51.9607843137255],[136.274509803922,70.5882352941177,29.4117647058824],[132.352941176471,70.5882352941177,30.3921568627451],[133.333333333333,74.5098039215686,38.2352941176471],[115.686274509804,57.843137254902,24.5098039215686],[113.725490196078,54.9019607843137,27.4509803921569],[117.647058823529,58.8235294117647,35.2941176470588],[92.156862745098,40.1960784313726,22.5490196078431],[51.9607843137255,14.7058823529412,1.96078431372549],[35.2941176470588,7.84313725490196,0],[22.5490196078431,0,0],[16.6666666666667,0,0],[11.7647058823529,0.980392156862745,0],[7.84313725490196,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[7.84313725490196,9.80392156862745,8.82352941176471],[104.901960784314,106.862745098039,105.882352941176],[75.4901960784314,77.4509803921569,76.4705882352941],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[50,48.0392156862745,50.9803921568627],[10.7843137254902,8.82352941176471,9.80392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[16.6666666666667,15.6862745098039,11.7647058823529],[10.7843137254902,9.80392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,6.86274509803922],[19.6078431372549,15.6862745098039,14.7058823529412],[3.92156862745098,0,0],[26.4705882352941,22.5490196078431,19.6078431372549],[16.6666666666667,11.7647058823529,5.88235294117647],[23.5294117647059,16.6666666666667,6.86274509803922],[29.4117647058824,21.5686274509804,8.82352941176471],[44.1176470588235,37.2549019607843,19.6078431372549],[91.1764705882353,80.3921568627451,60.7843137254902],[51.9607843137255,34.3137254901961,14.7058823529412],[60.7843137254902,40.1960784313726,19.6078431372549],[88.2352941176471,68.6274509803922,44.1176470588235],[87.2549019607843,70.5882352941177,41.1764705882353],[86.2745098039216,72.5490196078431,38.2352941176471],[137.254901960784,125.490196078431,86.2745098039216],[91.1764705882353,82.3529411764706,42.156862745098],[43.1372549019608,36.2745098039216,0],[53.921568627451,50.9803921568627,10.7843137254902],[102.941176470588,102.941176470588,65.6862745098039],[65.6862745098039,69.6078431372549,33.3333333333333],[33.3333333333333,41.1764705882353,4.90196078431373],[90.1960784313725,100,65.6862745098039],[98.0392156862745,108.823529411765,75.4901960784314],[64.7058823529412,78.4313725490196,44.1176470588235],[52.9411764705882,66.6666666666667,31.3725490196078],[85.2941176470588,95.0980392156863,58.8235294117647],[70.5882352941177,80.3921568627451,44.1176470588235],[120.588235294118,131.372549019608,100],[99.0196078431373,111.764705882353,86.2745098039216],[46.078431372549,58.8235294117647,39.2156862745098],[110.78431372549,123.529411764706,106.862745098039],[110.78431372549,123.529411764706,106.862745098039],[44.1176470588235,56.8627450980392,39.2156862745098],[55.8823529411765,69.6078431372549,47.0588235294118],[95.0980392156863,108.823529411765,83.3333333333333],[168.627450980392,184.313725490196,155.882352941176],[162.745098039216,181.372549019608,151.960784313725],[133.333333333333,157.843137254902,128.43137254902],[81.3725490196078,109.803921568627,82.3529411764706],[100.980392156863,130.392156862745,106.862745098039],[144.117647058824,171.56862745098,150],[199.019607843137,214.705882352941,201.960784313725],[190.196078431373,205.882352941176,195.098039215686],[73.5294117647059,97.0588235294118,84.3137254901961],[87.2549019607843,109.803921568627,101.960784313725],[168.627450980392,183.333333333333,180.392156862745],[166.666666666667,182.352941176471,182.352941176471],[132.352941176471,155.882352941176,155.882352941176],[159.803921568627,189.21568627451,191.176470588235],[144.117647058824,174.509803921569,177.450980392157],[119.607843137255,146.078431372549,154.901960784314],[201.960784313725,221.56862745098,232.352941176471],[168.627450980392,190.196078431373,202.941176470588],[112.745098039216,142.156862745098,151.960784313725],[134.313725490196,165.686274509804,176.470588235294],[163.725490196078,186.274509803922,200],[221.56862745098,240.196078431373,250],[233.333333333333,250,250],[177.450980392157,199.019607843137,209.803921568627],[144.117647058824,170.588235294118,179.411764705882],[155.882352941176,182.352941176471,191.176470588235],[155.882352941176,179.411764705882,191.176470588235],[153.921568627451,175.490196078431,188.235294117647],[191.176470588235,207.843137254902,223.529411764706],[205.882352941176,220.588235294118,239.21568627451],[197.058823529412,213.725490196078,233.333333333333],[171.56862745098,192.156862745098,212.745098039216],[165.686274509804,193.137254901961,213.725490196078],[149.019607843137,183.333333333333,201.960784313725],[146.078431372549,183.333333333333,201.960784313725],[171.56862745098,211.764705882353,231.372549019608],[167.647058823529,204.901960784314,227.450980392157],[138.235294117647,174.509803921569,200],[125.490196078431,165.686274509804,193.137254901961],[129.411764705882,169.607843137255,199.019607843137],[137.254901960784,172.549019607843,203.921568627451],[150,182.352941176471,216.666666666667],[171.56862745098,199.019607843137,235.294117647059],[182.352941176471,206.862745098039,246.078431372549],[168.627450980392,191.176470588235,231.372549019608],[144.117647058824,168.627450980392,208.823529411765],[149.019607843137,176.470588235294,215.686274509804],[152.941176470588,181.372549019608,222.549019607843],[158.823529411765,187.254901960784,228.43137254902],[166.666666666667,193.137254901961,237.254901960784],[170.588235294118,194.117647058824,239.21568627451],[174.509803921569,196.078431372549,242.156862745098],[177.450980392157,197.058823529412,246.078431372549],[163.725490196078,185.294117647059,233.333333333333],[158.823529411765,186.274509803922,233.333333333333],[155.882352941176,186.274509803922,232.352941176471],[162.745098039216,193.137254901961,239.21568627451],[168.627450980392,200.980392156863,245.098039215686],[161.764705882353,198.039215686275,241.176470588235],[161.764705882353,192.156862745098,235.294117647059],[177.450980392157,193.137254901961,241.176470588235],[185.294117647059,200.980392156863,250],[160.78431372549,193.137254901961,237.254901960784],[146.078431372549,189.21568627451,227.450980392157],[140.196078431373,185.294117647059,218.627450980392],[185.294117647059,212.745098039216,249.019607843137],[238.235294117647,229.411764705882,250],[242.156862745098,224.509803921569,250],[203.921568627451,202.941176470588,233.333333333333],[217.647058823529,225.490196078431,248.039215686275],[242.156862745098,250,250],[215.686274509804,224.509803921569,239.21568627451],[199.019607843137,206.862745098039,225.490196078431],[185.294117647059,196.078431372549,215.686274509804],[182.352941176471,193.137254901961,214.705882352941],[197.058823529412,207.843137254902,227.450980392157],[169.607843137255,181.372549019608,197.058823529412],[168.627450980392,178.43137254902,190.196078431373],[207.843137254902,214.705882352941,222.549019607843],[231.372549019608,236.274509803922,242.156862745098],[224.509803921569,229.411764705882,233.333333333333],[202.941176470588,206.862745098039,215.686274509804],[197.058823529412,202.941176470588,216.666666666667],[186.274509803922,193.137254901961,211.764705882353],[175.490196078431,185.294117647059,209.803921568627],[190.196078431373,203.921568627451,229.411764705882],[184.313725490196,205.882352941176,228.43137254902],[188.235294117647,209.803921568627,230.392156862745],[176.470588235294,197.058823529412,213.725490196078],[178.43137254902,195.098039215686,210.78431372549],[184.313725490196,197.058823529412,212.745098039216],[182.352941176471,193.137254901961,210.78431372549],[184.313725490196,197.058823529412,215.686274509804],[176.470588235294,192.156862745098,214.705882352941],[150.980392156863,171.56862745098,198.039215686275],[160.78431372549,190.196078431373,215.686274509804],[136.274509803922,173.529411764706,196.078431372549],[99.0196078431373,145.098039215686,162.745098039216],[100.980392156863,154.901960784314,161.764705882353],[76.4705882352941,135.294117647059,135.294117647059],[76.4705882352941,138.235294117647,129.411764705882],[99.0196078431373,161.764705882353,148.039215686275],[89.2156862745098,146.078431372549,134.313725490196],[141.176470588235,193.137254901961,185.294117647059],[144.117647058824,195.098039215686,193.137254901961],[77.4509803921569,122.549019607843,122.549019607843],[106.862745098039,140.196078431373,141.176470588235],[200,219.607843137255,217.647058823529],[246.078431372549,250,243.137254901961],[167.647058823529,168.627450980392,152.941176470588],[146.078431372549,145.098039215686,125.490196078431],[151.960784313725,153.921568627451,132.352941176471],[218.627450980392,223.529411764706,201.960784313725],[136.274509803922,146.078431372549,122.549019607843],[61.7647058823529,73.5294117647059,50],[61.7647058823529,74.5098039215686,49.0196078431373],[72.5490196078431,85.2941176470588,59.8039215686275],[68.6274509803922,82.3529411764706,56.8627450980392],[84.3137254901961,102.941176470588,73.5294117647059],[181.372549019608,197.058823529412,161.764705882353],[145.098039215686,155.882352941176,113.725490196078],[164.705882352941,162.745098039216,115.686274509804],[234.313725490196,211.764705882353,168.627450980392],[205.882352941176,175.490196078431,132.352941176471],[165.686274509804,139.21568627451,97.0588235294118],[123.529411764706,95.0980392156863,55.8823529411765],[165.686274509804,132.352941176471,95.0980392156863],[114.705882352941,73.5294117647059,36.2745098039216],[122.549019607843,67.6470588235294,31.3725490196078],[113.725490196078,58.8235294117647,22.5490196078431],[83.3333333333333,41.1764705882353,6.86274509803922],[69.6078431372549,35.2941176470588,3.92156862745098],[45.0980392156863,13.7254901960784,0],[33.3333333333333,0,0],[74.5098039215686,30.3921568627451,0],[140.196078431373,88.2352941176471,54.9019607843137],[153.921568627451,96.078431372549,64.7058823529412],[170.588235294118,108.823529411765,78.4313725490196],[143.137254901961,75.4901960784314,47.0588235294118],[106.862745098039,37.2549019607843,7.84313725490196],[136.274509803922,64.7058823529412,33.3333333333333],[144.117647058824,72.5490196078431,40.1960784313726],[130.392156862745,63.7254901960784,27.4509803921569],[102.941176470588,39.2156862745098,1.96078431372549],[114.705882352941,53.921568627451,15.6862745098039],[137.254901960784,78.4313725490196,43.1372549019608],[135.294117647059,77.4509803921569,46.078431372549],[132.352941176471,76.4705882352941,50],[126.470588235294,66.6666666666667,46.078431372549],[96.078431372549,44.1176470588235,26.4705882352941],[78.4313725490196,41.1764705882353,28.4313725490196],[48.0392156862745,20.5882352941176,9.80392156862745],[25.4901960784314,2.94117647058824,0],[20.5882352941176,1.96078431372549,0],[17.6470588235294,3.92156862745098,2.94117647058824],[7.84313725490196,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0.980392156862745,0],[89.2156862745098,91.1764705882353,90.1960784313725],[67.6470588235294,69.6078431372549,68.6274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[1.96078431372549,0.980392156862745,0],[6.86274509803922,5.88235294117647,1.96078431372549],[11.7647058823529,10.7843137254902,6.86274509803922],[161.764705882353,160.78431372549,156.862745098039],[108.823529411765,104.901960784314,103.921568627451],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0,0],[12.7450980392157,5.88235294117647,0],[28.4313725490196,20.5882352941176,9.80392156862745],[35.2941176470588,26.4705882352941,9.80392156862745],[42.156862745098,34.3137254901961,13.7254901960784],[88.2352941176471,78.4313725490196,53.921568627451],[65.6862745098039,51.9607843137255,25.4901960784314],[45.0980392156863,31.3725490196078,2.94117647058824],[82.3529411764706,69.6078431372549,38.2352941176471],[79.4117647058823,69.6078431372549,35.2941176470588],[126.470588235294,116.666666666667,82.3529411764706],[148.039215686275,140.196078431373,104.901960784314],[109.803921568627,103.921568627451,70.5882352941177],[89.2156862745098,84.3137254901961,52.9411764705882],[36.2745098039216,33.3333333333333,2.94117647058824],[44.1176470588235,43.1372549019608,13.7254901960784],[84.3137254901961,85.2941176470588,54.9019607843137],[78.4313725490196,83.3333333333333,51.9607843137255],[115.686274509804,122.549019607843,90.1960784313725],[92.156862745098,101.960784313725,67.6470588235294],[59.8039215686275,69.6078431372549,33.3333333333333],[170.588235294118,182.352941176471,145.098039215686],[126.470588235294,141.176470588235,102.941176470588],[129.411764705882,143.137254901961,107.843137254902],[91.1764705882353,105.882352941176,75.4901960784314],[59.8039215686275,73.5294117647059,48.0392156862745],[50,64.7058823529412,44.1176470588235],[62.7450980392157,75.4901960784314,57.843137254902],[74.5098039215686,87.2549019607843,70.5882352941177],[98.0392156862745,110.78431372549,93.1372549019608],[105.882352941176,119.607843137255,97.0588235294118],[58.8235294117647,72.5490196078431,48.0392156862745],[178.43137254902,194.117647058824,168.627450980392],[153.921568627451,173.529411764706,147.058823529412],[49.0196078431373,74.5098039215686,48.0392156862745],[106.862745098039,138.235294117647,114.705882352941],[153.921568627451,188.235294117647,166.666666666667],[200,232.352941176471,213.725490196078],[183.333333333333,204.901960784314,193.137254901961],[115.686274509804,136.274509803922,127.450980392157],[62.7450980392157,93.1372549019608,85.2941176470588],[87.2549019607843,117.647058823529,111.764705882353],[149.019607843137,169.607843137255,170.588235294118],[168.627450980392,192.156862745098,196.078431372549],[120.588235294118,152.941176470588,157.843137254902],[106.862745098039,143.137254901961,149.019607843137],[141.176470588235,178.43137254902,187.254901960784],[137.254901960784,170.588235294118,180.392156862745],[146.078431372549,168.627450980392,182.352941176471],[182.352941176471,204.901960784314,218.627450980392],[178.43137254902,211.764705882353,220.588235294118],[164.705882352941,198.039215686275,206.862745098039],[199.019607843137,222.549019607843,232.352941176471],[214.705882352941,234.313725490196,245.098039215686],[223.529411764706,243.137254901961,250],[230.392156862745,250,250],[175.490196078431,203.921568627451,211.764705882353],[123.529411764706,155.882352941176,162.745098039216],[149.019607843137,181.372549019608,188.235294117647],[158.823529411765,186.274509803922,197.058823529412],[170.588235294118,194.117647058824,205.882352941176],[156.862745098039,178.43137254902,192.156862745098],[171.56862745098,192.156862745098,208.823529411765],[187.254901960784,209.803921568627,227.450980392157],[180.392156862745,206.862745098039,225.490196078431],[157.843137254902,190.196078431373,208.823529411765],[141.176470588235,178.43137254902,197.058823529412],[131.372549019608,171.56862745098,191.176470588235],[127.450980392157,168.627450980392,190.196078431373],[128.43137254902,171.56862745098,196.078431372549],[126.470588235294,175.490196078431,200],[124.509803921569,173.529411764706,200],[129.411764705882,175.490196078431,204.901960784314],[132.352941176471,176.470588235294,206.862745098039],[135.294117647059,174.509803921569,208.823529411765],[141.176470588235,178.43137254902,213.725490196078],[146.078431372549,183.333333333333,219.607843137255],[143.137254901961,180.392156862745,216.666666666667],[149.019607843137,186.274509803922,224.509803921569],[143.137254901961,179.411764705882,220.588235294118],[147.058823529412,183.333333333333,224.509803921569],[156.862745098039,190.196078431373,234.313725490196],[160.78431372549,191.176470588235,236.274509803922],[165.686274509804,193.137254901961,240.196078431373],[169.607843137255,192.156862745098,241.176470588235],[162.745098039216,188.235294117647,238.235294117647],[156.862745098039,188.235294117647,236.274509803922],[152.941176470588,186.274509803922,233.333333333333],[158.823529411765,190.196078431373,238.235294117647],[163.725490196078,197.058823529412,242.156862745098],[158.823529411765,195.098039215686,239.21568627451],[159.803921568627,192.156862745098,236.274509803922],[175.490196078431,195.098039215686,244.117647058824],[185.294117647059,204.901960784314,250],[157.843137254902,191.176470588235,235.294117647059],[150,192.156862745098,233.333333333333],[139.21568627451,182.352941176471,218.627450980392],[142.156862745098,169.607843137255,207.843137254902],[191.176470588235,185.294117647059,228.43137254902],[234.313725490196,219.607843137255,250],[213.725490196078,214.705882352941,245.098039215686],[187.254901960784,194.117647058824,219.607843137255],[185.294117647059,196.078431372549,215.686274509804],[192.156862745098,202.941176470588,222.549019607843],[187.254901960784,199.019607843137,220.588235294118],[178.43137254902,190.196078431373,211.764705882353],[179.411764705882,191.176470588235,212.745098039216],[213.725490196078,226.470588235294,245.098039215686],[200.980392156863,212.745098039216,228.43137254902],[169.607843137255,177.450980392157,190.196078431373],[186.274509803922,193.137254901961,200.980392156863],[246.078431372549,250,250],[246.078431372549,249.019607843137,250],[198.039215686275,200.980392156863,207.843137254902],[181.372549019608,185.294117647059,197.058823529412],[184.313725490196,191.176470588235,208.823529411765],[184.313725490196,192.156862745098,214.705882352941],[176.470588235294,191.176470588235,213.725490196078],[181.372549019608,201.960784313725,222.549019607843],[177.450980392157,200,217.647058823529],[172.549019607843,191.176470588235,205.882352941176],[181.372549019608,197.058823529412,211.764705882353],[184.313725490196,193.137254901961,207.843137254902],[183.333333333333,190.196078431373,207.843137254902],[192.156862745098,200,218.627450980392],[175.490196078431,186.274509803922,205.882352941176],[151.960784313725,167.647058823529,190.196078431373],[141.176470588235,162.745098039216,185.294117647059],[135.294117647059,165.686274509804,185.294117647059],[123.529411764706,162.745098039216,174.509803921569],[115.686274509804,162.745098039216,164.705882352941],[82.3529411764706,134.313725490196,128.43137254902],[73.5294117647059,128.43137254902,115.686274509804],[83.3333333333333,139.21568627451,124.509803921569],[80.3921568627451,136.274509803922,121.56862745098],[111.764705882353,168.627450980392,156.862745098039],[104.901960784314,159.803921568627,156.862745098039],[113.725490196078,160.78431372549,160.78431372549],[92.156862745098,123.529411764706,120.588235294118],[115.686274509804,132.352941176471,126.470588235294],[213.725490196078,215.686274509804,202.941176470588],[239.21568627451,236.274509803922,219.607843137255],[196.078431372549,195.098039215686,177.450980392157],[128.43137254902,129.411764705882,111.764705882353],[166.666666666667,169.607843137255,150.980392156863],[123.529411764706,128.43137254902,106.862745098039],[37.2549019607843,42.156862745098,19.6078431372549],[63.7254901960784,73.5294117647059,50],[50,64.7058823529412,46.078431372549],[64.7058823529412,82.3529411764706,60.7843137254902],[99.0196078431373,116.666666666667,91.1764705882353],[151.960784313725,168.627450980392,135.294117647059],[178.43137254902,189.21568627451,148.039215686275],[155.882352941176,154.901960784314,109.803921568627],[175.490196078431,152.941176470588,109.803921568627],[179.411764705882,149.019607843137,105.882352941176],[155.882352941176,129.411764705882,87.2549019607843],[140.196078431373,112.745098039216,73.5294117647059],[113.725490196078,82.3529411764706,44.1176470588235],[92.156862745098,50.9803921568627,13.7254901960784],[74.5098039215686,21.5686274509804,0],[113.725490196078,60.7843137254902,25.4901960784314],[71.5686274509804,34.3137254901961,0],[70.5882352941177,40.1960784313726,9.80392156862745],[49.0196078431373,21.5686274509804,0],[46.078431372549,11.7647058823529,0],[125.490196078431,81.3725490196078,52.9411764705882],[109.803921568627,59.8039215686275,29.4117647058824],[99.0196078431373,45.0980392156863,15.6862745098039],[135.294117647059,79.4117647058823,50.9803921568627],[134.313725490196,74.5098039215686,47.0588235294118],[104.901960784314,42.156862745098,14.7058823529412],[105.882352941176,41.1764705882353,9.80392156862745],[143.137254901961,78.4313725490196,45.0980392156863],[171.56862745098,106.862745098039,72.5490196078431],[154.901960784314,90.1960784313725,55.8823529411765],[139.21568627451,76.4705882352941,41.1764705882353],[123.529411764706,61.7647058823529,27.4509803921569],[121.56862745098,63.7254901960784,34.3137254901961],[127.450980392157,71.5686274509804,45.0980392156863],[122.549019607843,67.6470588235294,45.0980392156863],[117.647058823529,70.5882352941177,50.9803921568627],[93.1372549019608,57.843137254902,44.1176470588235],[54.9019607843137,27.4509803921569,16.6666666666667],[23.5294117647059,0.980392156862745,0],[14.7058823529412,0,0],[13.7254901960784,2.94117647058824,0.980392156862745],[9.80392156862745,1.96078431372549,0],[3.92156862745098,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,4.90196078431373,2.94117647058824],[14.7058823529412,13.7254901960784,11.7647058823529],[2.94117647058824,0,0],[94.1176470588235,90.1960784313725,89.2156862745098],[92.156862745098,86.2745098039216,86.2745098039216],[4.90196078431373,0,0],[20.5882352941176,13.7254901960784,7.84313725490196],[36.2745098039216,27.4509803921569,18.6274509803922],[32.3529411764706,22.5490196078431,10.7843137254902],[33.3333333333333,22.5490196078431,4.90196078431373],[42.156862745098,31.3725490196078,9.80392156862745],[57.843137254902,49.0196078431373,20.5882352941176],[94.1176470588235,91.1764705882353,50.9803921568627],[83.3333333333333,82.3529411764706,39.2156862745098],[77.4509803921569,75.4901960784314,35.2941176470588],[60.7843137254902,58.8235294117647,20.5882352941176],[85.2941176470588,82.3529411764706,48.0392156862745],[91.1764705882353,88.2352941176471,57.843137254902],[64.7058823529412,60.7843137254902,36.2745098039216],[66.6666666666667,61.7647058823529,42.156862745098],[50,45.0980392156863,26.4705882352941],[48.0392156862745,43.1372549019608,24.5098039215686],[54.9019607843137,51.9607843137255,33.3333333333333],[47.0588235294118,45.0980392156863,22.5490196078431],[95.0980392156863,96.078431372549,64.7058823529412],[105.882352941176,107.843137254902,69.6078431372549],[61.7647058823529,64.7058823529412,22.5490196078431],[187.254901960784,194.117647058824,150.980392156863],[115.686274509804,127.450980392157,90.1960784313725],[97.0588235294118,111.764705882353,79.4117647058823],[59.8039215686275,76.4705882352941,45.0980392156863],[47.0588235294118,62.7450980392157,36.2745098039216],[55.8823529411765,69.6078431372549,47.0588235294118],[56.8627450980392,69.6078431372549,50],[70.5882352941177,82.3529411764706,60.7843137254902],[81.3725490196078,90.1960784313725,69.6078431372549],[103.921568627451,113.725490196078,90.1960784313725],[151.960784313725,163.725490196078,140.196078431373],[217.647058823529,233.333333333333,207.843137254902],[188.235294117647,210.78431372549,185.294117647059],[98.0392156862745,125.490196078431,102.941176470588],[159.803921568627,192.156862745098,171.56862745098],[165.686274509804,203.921568627451,185.294117647059],[134.313725490196,174.509803921569,160.78431372549],[126.470588235294,164.705882352941,159.803921568627],[132.352941176471,171.56862745098,171.56862745098],[98.0392156862745,145.098039215686,145.098039215686],[65.6862745098039,112.745098039216,114.705882352941],[97.0588235294118,136.274509803922,144.117647058824],[113.725490196078,152.941176470588,162.745098039216],[104.901960784314,150,162.745098039216],[102.941176470588,150,161.764705882353],[127.450980392157,172.549019607843,185.294117647059],[143.137254901961,182.352941176471,194.117647058824],[153.921568627451,183.333333333333,194.117647058824],[147.058823529412,175.490196078431,183.333333333333],[170.588235294118,200.980392156863,203.921568627451],[183.333333333333,212.745098039216,212.745098039216],[149.019607843137,168.627450980392,169.607843137255],[158.823529411765,178.43137254902,179.411764705882],[168.627450980392,196.078431372549,200],[228.43137254902,250,250],[208.823529411765,235.294117647059,242.156862745098],[143.137254901961,167.647058823529,174.509803921569],[145.098039215686,169.607843137255,176.470588235294],[173.529411764706,200,208.823529411765],[163.725490196078,190.196078431373,199.019607843137],[164.705882352941,188.235294117647,200],[183.333333333333,201.960784313725,216.666666666667],[184.313725490196,197.058823529412,215.686274509804],[205.882352941176,212.745098039216,238.235294117647],[236.274509803922,241.176470588235,250],[200.980392156863,211.764705882353,239.21568627451],[158.823529411765,175.490196078431,202.941176470588],[161.764705882353,188.235294117647,214.705882352941],[152.941176470588,186.274509803922,212.745098039216],[138.235294117647,173.529411764706,204.901960784314],[125.490196078431,163.725490196078,196.078431372549],[134.313725490196,173.529411764706,207.843137254902],[144.117647058824,186.274509803922,219.607843137255],[133.333333333333,178.43137254902,210.78431372549],[125.490196078431,175.490196078431,205.882352941176],[134.313725490196,188.235294117647,218.627450980392],[141.176470588235,197.058823529412,226.470588235294],[132.352941176471,187.254901960784,219.607843137255],[133.333333333333,188.235294117647,222.549019607843],[144.117647058824,195.098039215686,233.333333333333],[147.058823529412,191.176470588235,232.352941176471],[142.156862745098,179.411764705882,225.490196078431],[149.019607843137,180.392156862745,230.392156862745],[161.764705882353,188.235294117647,240.196078431373],[169.607843137255,196.078431372549,248.039215686275],[152.941176470588,188.235294117647,237.254901960784],[151.960784313725,189.21568627451,237.254901960784],[153.921568627451,189.21568627451,238.235294117647],[152.941176470588,188.235294117647,235.294117647059],[151.960784313725,189.21568627451,233.333333333333],[161.764705882353,195.098039215686,240.196078431373],[176.470588235294,198.039215686275,247.058823529412],[176.470588235294,199.019607843137,248.039215686275],[164.705882352941,200.980392156863,245.098039215686],[146.078431372549,188.235294117647,229.411764705882],[137.254901960784,180.392156862745,218.627450980392],[165.686274509804,194.117647058824,233.333333333333],[193.137254901961,192.156862745098,235.294117647059],[224.509803921569,213.725490196078,250],[196.078431372549,196.078431372549,231.372549019608],[174.509803921569,183.333333333333,211.764705882353],[173.529411764706,187.254901960784,212.745098039216],[169.607843137255,185.294117647059,209.803921568627],[163.725490196078,179.411764705882,204.901960784314],[185.294117647059,200.980392156863,225.490196078431],[158.823529411765,174.509803921569,199.019607843137],[159.803921568627,174.509803921569,195.098039215686],[195.098039215686,205.882352941176,223.529411764706],[195.098039215686,202.941176470588,215.686274509804],[189.21568627451,193.137254901961,201.960784313725],[220.588235294118,223.529411764706,230.392156862745],[239.21568627451,240.196078431373,245.098039215686],[203.921568627451,206.862745098039,213.725490196078],[175.490196078431,179.411764705882,190.196078431373],[181.372549019608,188.235294117647,203.921568627451],[185.294117647059,193.137254901961,211.764705882353],[173.529411764706,184.313725490196,205.882352941176],[195.098039215686,206.862745098039,228.43137254902],[201.960784313725,213.725490196078,235.294117647059],[175.490196078431,183.333333333333,201.960784313725],[171.56862745098,176.470588235294,195.098039215686],[183.333333333333,184.313725490196,201.960784313725],[182.352941176471,181.372549019608,199.019607843137],[187.254901960784,185.294117647059,205.882352941176],[178.43137254902,179.411764705882,200],[180.392156862745,186.274509803922,207.843137254902],[170.588235294118,181.372549019608,200.980392156863],[165.686274509804,182.352941176471,198.039215686275],[148.039215686275,169.607843137255,180.392156862745],[140.196078431373,167.647058823529,168.627450980392],[113.725490196078,144.117647058824,138.235294117647],[106.862745098039,140.196078431373,126.470588235294],[112.745098039216,150,135.294117647059],[66.6666666666667,115.686274509804,103.921568627451],[66.6666666666667,121.56862745098,110.78431372549],[69.6078431372549,124.509803921569,115.686274509804],[102.941176470588,149.019607843137,139.21568627451],[108.823529411765,142.156862745098,126.470588235294],[131.372549019608,151.960784313725,133.333333333333],[183.333333333333,195.098039215686,175.490196078431],[199.019607843137,201.960784313725,185.294117647059],[135.294117647059,135.294117647059,123.529411764706],[144.117647058824,138.235294117647,126.470588235294],[200,185.294117647059,166.666666666667],[150.980392156863,133.333333333333,109.803921568627],[108.823529411765,92.156862745098,66.6666666666667],[133.333333333333,127.450980392157,103.921568627451],[74.5098039215686,88.2352941176471,73.5294117647059],[70.5882352941177,93.1372549019608,77.4509803921569],[138.235294117647,155.882352941176,130.392156862745],[182.352941176471,196.078431372549,161.764705882353],[229.411764705882,236.274509803922,195.098039215686],[181.372549019608,177.450980392157,133.333333333333],[216.666666666667,194.117647058824,152.941176470588],[172.549019607843,144.117647058824,102.941176470588],[140.196078431373,115.686274509804,76.4705882352941],[168.627450980392,141.176470588235,104.901960784314],[118.627450980392,86.2745098039216,51.9607843137255],[133.333333333333,96.078431372549,60.7843137254902],[103.921568627451,54.9019607843137,20.5882352941176],[123.529411764706,74.5098039215686,40.1960784313726],[95.0980392156863,57.843137254902,22.5490196078431],[105.882352941176,75.4901960784314,45.0980392156863],[76.4705882352941,49.0196078431373,27.4509803921569],[85.2941176470588,50.9803921568627,31.3725490196078],[140.196078431373,93.1372549019608,70.5882352941177],[132.352941176471,79.4117647058823,51.9607843137255],[121.56862745098,71.5686274509804,43.1372549019608],[118.627450980392,70.5882352941177,41.1764705882353],[97.0588235294118,49.0196078431373,19.6078431372549],[90.1960784313725,40.1960784313726,11.7647058823529],[88.2352941176471,34.3137254901961,3.92156862745098],[148.039215686275,88.2352941176471,57.843137254902],[164.705882352941,100,66.6666666666667],[156.862745098039,87.2549019607843,55.8823529411765],[140.196078431373,70.5882352941177,39.2156862745098],[115.686274509804,50.9803921568627,19.6078431372549],[114.705882352941,54.9019607843137,24.5098039215686],[115.686274509804,61.7647058823529,32.3529411764706],[87.2549019607843,38.2352941176471,11.7647058823529],[72.5490196078431,28.4313725490196,5.88235294117647],[73.5294117647059,38.2352941176471,22.5490196078431],[51.9607843137255,24.5098039215686,13.7254901960784],[28.4313725490196,5.88235294117647,0],[14.7058823529412,0,0],[10.7843137254902,0,0],[8.82352941176471,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[25.4901960784314,23.5294117647059,24.5098039215686],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,2.94117647058824],[9.80392156862745,9.80392156862745,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[19.6078431372549,13.7254901960784,13.7254901960784],[20.5882352941176,12.7450980392157,10.7843137254902],[48.0392156862745,39.2156862745098,34.3137254901961],[41.1764705882353,31.3725490196078,22.5490196078431],[36.2745098039216,24.5098039215686,10.7843137254902],[28.4313725490196,17.6470588235294,0],[45.0980392156863,33.3333333333333,9.80392156862745],[68.6274509803922,59.8039215686275,27.4509803921569],[112.745098039216,111.764705882353,64.7058823529412],[116.666666666667,121.56862745098,68.6274509803922],[77.4509803921569,81.3725490196078,32.3529411764706],[128.43137254902,131.372549019608,89.2156862745098],[49.0196078431373,49.0196078431373,13.7254901960784],[82.3529411764706,81.3725490196078,53.921568627451],[39.2156862745098,37.2549019607843,16.6666666666667],[47.0588235294118,44.1176470588235,29.4117647058824],[52.9411764705882,47.0588235294118,35.2941176470588],[79.4117647058823,73.5294117647059,61.7647058823529],[82.3529411764706,76.4705882352941,62.7450980392157],[63.7254901960784,58.8235294117647,39.2156862745098],[50,47.0588235294118,16.6666666666667],[98.0392156862745,96.078431372549,57.843137254902],[62.7450980392157,61.7647058823529,16.6666666666667],[87.2549019607843,90.1960784313725,46.078431372549],[98.0392156862745,109.803921568627,74.5098039215686],[79.4117647058823,96.078431372549,64.7058823529412],[100,115.686274509804,87.2549019607843],[92.156862745098,106.862745098039,78.4313725490196],[74.5098039215686,88.2352941176471,62.7450980392157],[57.843137254902,70.5882352941177,45.0980392156863],[76.4705882352941,86.2745098039216,59.8039215686275],[108.823529411765,117.647058823529,91.1764705882353],[153.921568627451,162.745098039216,134.313725490196],[211.764705882353,221.56862745098,195.098039215686],[221.56862745098,235.294117647059,209.803921568627],[169.607843137255,189.21568627451,164.705882352941],[176.470588235294,203.921568627451,182.352941176471],[170.588235294118,202.941176470588,186.274509803922],[118.627450980392,155.882352941176,143.137254901961],[87.2549019607843,127.450980392157,119.607843137255],[82.3529411764706,123.529411764706,121.56862745098],[81.3725490196078,126.470588235294,126.470588235294],[140.196078431373,188.235294117647,192.156862745098],[92.156862745098,142.156862745098,146.078431372549],[97.0588235294118,146.078431372549,154.901960784314],[122.549019607843,170.588235294118,184.313725490196],[93.1372549019608,145.098039215686,160.78431372549],[107.843137254902,159.803921568627,177.450980392157],[128.43137254902,178.43137254902,195.098039215686],[114.705882352941,160.78431372549,176.470588235294],[117.647058823529,155.882352941176,170.588235294118],[135.294117647059,170.588235294118,182.352941176471],[160.78431372549,195.098039215686,200.980392156863],[177.450980392157,207.843137254902,210.78431372549],[150,175.490196078431,176.470588235294],[144.117647058824,167.647058823529,169.607843137255],[126.470588235294,154.901960784314,158.823529411765],[151.960784313725,178.43137254902,185.294117647059],[214.705882352941,237.254901960784,243.137254901961],[162.745098039216,181.372549019608,188.235294117647],[140.196078431373,156.862745098039,164.705882352941],[172.549019607843,190.196078431373,200],[192.156862745098,211.764705882353,220.588235294118],[173.529411764706,191.176470588235,202.941176470588],[160.78431372549,176.470588235294,191.176470588235],[175.490196078431,188.235294117647,204.901960784314],[177.450980392157,185.294117647059,207.843137254902],[214.705882352941,220.588235294118,246.078431372549],[218.627450980392,225.490196078431,250],[179.411764705882,190.196078431373,217.647058823529],[176.470588235294,196.078431372549,222.549019607843],[173.529411764706,200,228.43137254902],[141.176470588235,175.490196078431,206.862745098039],[134.313725490196,172.549019607843,204.901960784314],[140.196078431373,179.411764705882,213.725490196078],[136.274509803922,180.392156862745,212.745098039216],[127.450980392157,172.549019607843,204.901960784314],[137.254901960784,187.254901960784,217.647058823529],[142.156862745098,194.117647058824,224.509803921569],[123.529411764706,177.450980392157,207.843137254902],[125.490196078431,178.43137254902,211.764705882353],[127.450980392157,178.43137254902,214.705882352941],[140.196078431373,187.254901960784,226.470588235294],[142.156862745098,184.313725490196,226.470588235294],[144.117647058824,179.411764705882,226.470588235294],[153.921568627451,185.294117647059,235.294117647059],[156.862745098039,183.333333333333,235.294117647059],[150.980392156863,180.392156862745,233.333333333333],[150.980392156863,190.196078431373,240.196078431373],[153.921568627451,195.098039215686,244.117647058824],[153.921568627451,193.137254901961,241.176470588235],[147.058823529412,187.254901960784,232.352941176471],[150,190.196078431373,233.333333333333],[166.666666666667,202.941176470588,247.058823529412],[175.490196078431,202.941176470588,250],[164.705882352941,192.156862745098,239.21568627451],[145.098039215686,182.352941176471,226.470588235294],[146.078431372549,188.235294117647,229.411764705882],[144.117647058824,187.254901960784,225.490196078431],[196.078431372549,224.509803921569,250],[209.803921568627,212.745098039216,250],[235.294117647059,230.392156862745,250],[186.274509803922,189.21568627451,223.529411764706],[173.529411764706,182.352941176471,212.745098039216],[170.588235294118,185.294117647059,215.686274509804],[166.666666666667,185.294117647059,216.666666666667],[173.529411764706,192.156862745098,223.529411764706],[182.352941176471,199.019607843137,228.43137254902],[168.627450980392,185.294117647059,210.78431372549],[158.823529411765,173.529411764706,196.078431372549],[141.176470588235,151.960784313725,171.56862745098],[166.666666666667,173.529411764706,189.21568627451],[204.901960784314,208.823529411765,219.607843137255],[196.078431372549,199.019607843137,205.882352941176],[239.21568627451,240.196078431373,245.098039215686],[239.21568627451,242.156862745098,249.019607843137],[210.78431372549,217.647058823529,227.450980392157],[219.607843137255,227.450980392157,240.196078431373],[204.901960784314,216.666666666667,232.352941176471],[174.509803921569,187.254901960784,205.882352941176],[183.333333333333,195.098039215686,216.666666666667],[222.549019607843,233.333333333333,250],[182.352941176471,190.196078431373,210.78431372549],[167.647058823529,174.509803921569,193.137254901961],[204.901960784314,207.843137254902,226.470588235294],[193.137254901961,196.078431372549,214.705882352941],[175.490196078431,178.43137254902,197.058823529412],[177.450980392157,182.352941176471,200.980392156863],[166.666666666667,173.529411764706,191.176470588235],[172.549019607843,182.352941176471,194.117647058824],[179.411764705882,192.156862745098,200],[156.862745098039,171.56862745098,174.509803921569],[152.941176470588,171.56862745098,165.686274509804],[149.019607843137,166.666666666667,154.901960784314],[142.156862745098,160.78431372549,142.156862745098],[130.392156862745,154.901960784314,134.313725490196],[99.0196078431373,136.274509803922,115.686274509804],[99.0196078431373,143.137254901961,123.529411764706],[115.686274509804,161.764705882353,146.078431372549],[143.137254901961,181.372549019608,163.725490196078],[146.078431372549,170.588235294118,149.019607843137],[102.941176470588,115.686274509804,90.1960784313725],[177.450980392157,180.392156862745,151.960784313725],[224.509803921569,220.588235294118,194.117647058824],[155.882352941176,150.980392156863,131.372549019608],[169.607843137255,158.823529411765,141.176470588235],[139.21568627451,119.607843137255,95.0980392156863],[159.803921568627,135.294117647059,105.882352941176],[174.509803921569,149.019607843137,116.666666666667],[220.588235294118,200.980392156863,174.509803921569],[85.2941176470588,83.3333333333333,68.6274509803922],[105.882352941176,114.705882352941,98.0392156862745],[123.529411764706,133.333333333333,106.862745098039],[153.921568627451,161.764705882353,125.490196078431],[200.980392156863,199.019607843137,158.823529411765],[165.686274509804,153.921568627451,112.745098039216],[203.921568627451,183.333333333333,141.176470588235],[170.588235294118,146.078431372549,106.862745098039],[178.43137254902,154.901960784314,119.607843137255],[175.490196078431,150.980392156863,120.588235294118],[141.176470588235,112.745098039216,83.3333333333333],[161.764705882353,126.470588235294,95.0980392156863],[176.470588235294,132.352941176471,100],[135.294117647059,90.1960784313725,56.8627450980392],[81.3725490196078,42.156862745098,7.84313725490196],[93.1372549019608,58.8235294117647,27.4509803921569],[90.1960784313725,60.7843137254902,35.2941176470588],[111.764705882353,77.4509803921569,55.8823529411765],[116.666666666667,71.5686274509804,48.0392156862745],[120.588235294118,69.6078431372549,46.078431372549],[107.843137254902,61.7647058823529,36.2745098039216],[103.921568627451,60.7843137254902,34.3137254901961],[88.2352941176471,48.0392156862745,20.5882352941176],[97.0588235294118,53.921568627451,25.4901960784314],[92.156862745098,44.1176470588235,12.7450980392157],[136.274509803922,82.3529411764706,51.9607843137255],[125.490196078431,61.7647058823529,30.3921568627451],[124.509803921569,56.8627450980392,24.5098039215686],[138.235294117647,68.6274509803922,37.2549019607843],[131.372549019608,63.7254901960784,31.3725490196078],[117.647058823529,57.843137254902,27.4509803921569],[112.745098039216,58.8235294117647,28.4313725490196],[86.2745098039216,40.1960784313726,10.7843137254902],[66.6666666666667,27.4509803921569,1.96078431372549],[41.1764705882353,8.82352941176471,0],[45.0980392156863,17.6470588235294,6.86274509803922],[38.2352941176471,15.6862745098039,7.84313725490196],[19.6078431372549,2.94117647058824,0],[7.84313725490196,0,0],[6.86274509803922,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[15.6862745098039,9.80392156862745,9.80392156862745],[20.5882352941176,12.7450980392157,10.7843137254902],[39.2156862745098,30.3921568627451,25.4901960784314],[25.4901960784314,15.6862745098039,6.86274509803922],[32.3529411764706,20.5882352941176,6.86274509803922],[44.1176470588235,31.3725490196078,12.7450980392157],[75.4901960784314,60.7843137254902,38.2352941176471],[66.6666666666667,58.8235294117647,23.5294117647059],[137.254901960784,137.254901960784,88.2352941176471],[166.666666666667,171.56862745098,118.627450980392],[69.6078431372549,73.5294117647059,24.5098039215686],[78.4313725490196,81.3725490196078,37.2549019607843],[99.0196078431373,100.980392156863,64.7058823529412],[105.882352941176,105.882352941176,78.4313725490196],[54.9019607843137,51.9607843137255,33.3333333333333],[50,46.078431372549,34.3137254901961],[58.8235294117647,51.9607843137255,42.156862745098],[30.3921568627451,23.5294117647059,13.7254901960784],[79.4117647058823,71.5686274509804,58.8235294117647],[97.0588235294118,90.1960784313725,71.5686274509804],[91.1764705882353,86.2745098039216,56.8627450980392],[130.392156862745,125.490196078431,88.2352941176471],[149.019607843137,145.098039215686,99.0196078431373],[81.3725490196078,82.3529411764706,39.2156862745098],[97.0588235294118,106.862745098039,73.5294117647059],[99.0196078431373,111.764705882353,86.2745098039216],[112.745098039216,125.490196078431,98.0392156862745],[120.588235294118,133.333333333333,103.921568627451],[70.5882352941177,84.3137254901961,51.9607843137255],[83.3333333333333,94.1176470588235,60.7843137254902],[100.980392156863,110.78431372549,76.4705882352941],[143.137254901961,150.980392156863,114.705882352941],[181.372549019608,188.235294117647,154.901960784314],[179.411764705882,189.21568627451,155.882352941176],[139.21568627451,151.960784313725,124.509803921569],[183.333333333333,200.980392156863,177.450980392157],[179.411764705882,202.941176470588,187.254901960784],[147.058823529412,176.470588235294,166.666666666667],[140.196078431373,176.470588235294,169.607843137255],[101.960784313725,140.196078431373,137.254901960784],[74.5098039215686,110.78431372549,103.921568627451],[122.549019607843,157.843137254902,153.921568627451],[140.196078431373,178.43137254902,177.450980392157],[90.1960784313725,130.392156862745,134.313725490196],[116.666666666667,164.705882352941,171.56862745098],[124.509803921569,175.490196078431,188.235294117647],[86.2745098039216,136.274509803922,154.901960784314],[108.823529411765,159.803921568627,181.372549019608],[110.78431372549,161.764705882353,185.294117647059],[112.745098039216,163.725490196078,187.254901960784],[102.941176470588,153.921568627451,175.490196078431],[104.901960784314,151.960784313725,171.56862745098],[127.450980392157,167.647058823529,185.294117647059],[155.882352941176,192.156862745098,207.843137254902],[172.549019607843,209.803921568627,220.588235294118],[168.627450980392,200.980392156863,209.803921568627],[178.43137254902,200.980392156863,208.823529411765],[194.117647058824,210.78431372549,218.627450980392],[207.843137254902,221.56862745098,230.392156862745],[201.960784313725,211.764705882353,221.56862745098],[186.274509803922,192.156862745098,203.921568627451],[183.333333333333,185.294117647059,198.039215686275],[215.686274509804,214.705882352941,228.43137254902],[196.078431372549,199.019607843137,213.725490196078],[169.607843137255,178.43137254902,193.137254901961],[164.705882352941,183.333333333333,197.058823529412],[143.137254901961,170.588235294118,184.313725490196],[156.862745098039,188.235294117647,202.941176470588],[167.647058823529,198.039215686275,217.647058823529],[163.725490196078,187.254901960784,210.78431372549],[178.43137254902,193.137254901961,221.56862745098],[169.607843137255,190.196078431373,220.588235294118],[138.235294117647,176.470588235294,206.862745098039],[128.43137254902,174.509803921569,203.921568627451],[139.21568627451,185.294117647059,214.705882352941],[138.235294117647,182.352941176471,212.745098039216],[144.117647058824,186.274509803922,217.647058823529],[142.156862745098,179.411764705882,214.705882352941],[145.098039215686,180.392156862745,215.686274509804],[154.901960784314,188.235294117647,225.490196078431],[140.196078431373,171.56862745098,209.803921568627],[148.039215686275,174.509803921569,216.666666666667],[171.56862745098,195.098039215686,242.156862745098],[161.764705882353,184.313725490196,233.333333333333],[150,172.549019607843,223.529411764706],[161.764705882353,184.313725490196,237.254901960784],[160.78431372549,183.333333333333,236.274509803922],[156.862745098039,186.274509803922,239.21568627451],[150,191.176470588235,240.196078431373],[146.078431372549,191.176470588235,239.21568627451],[150,193.137254901961,239.21568627451],[150.980392156863,192.156862745098,239.21568627451],[141.176470588235,183.333333333333,227.450980392157],[150.980392156863,188.235294117647,232.352941176471],[170.588235294118,200.980392156863,247.058823529412],[155.882352941176,187.254901960784,233.333333333333],[140.196078431373,177.450980392157,221.56862745098],[146.078431372549,188.235294117647,229.411764705882],[149.019607843137,190.196078431373,229.411764705882],[158.823529411765,190.196078431373,228.43137254902],[188.235294117647,197.058823529412,239.21568627451],[202.941176470588,201.960784313725,243.137254901961],[191.176470588235,195.098039215686,229.411764705882],[175.490196078431,185.294117647059,219.607843137255],[164.705882352941,179.411764705882,217.647058823529],[147.058823529412,165.686274509804,204.901960784314],[151.960784313725,171.56862745098,207.843137254902],[164.705882352941,183.333333333333,215.686274509804],[180.392156862745,197.058823529412,226.470588235294],[161.764705882353,177.450980392157,201.960784313725],[150,160.78431372549,180.392156862745],[161.764705882353,168.627450980392,184.313725490196],[217.647058823529,221.56862745098,232.352941176471],[227.450980392157,230.392156862745,239.21568627451],[246.078431372549,249.019607843137,250],[210.78431372549,213.725490196078,220.588235294118],[205.882352941176,212.745098039216,222.549019607843],[217.647058823529,227.450980392157,237.254901960784],[208.823529411765,222.549019607843,233.333333333333],[200,215.686274509804,231.372549019608],[188.235294117647,205.882352941176,227.450980392157],[193.137254901961,212.745098039216,236.274509803922],[166.666666666667,184.313725490196,205.882352941176],[182.352941176471,199.019607843137,218.627450980392],[178.43137254902,195.098039215686,212.745098039216],[169.607843137255,186.274509803922,201.960784313725],[155.882352941176,173.529411764706,187.254901960784],[161.764705882353,179.411764705882,191.176470588235],[155.882352941176,175.490196078431,182.352941176471],[147.058823529412,167.647058823529,170.588235294118],[157.843137254902,177.450980392157,175.490196078431],[162.745098039216,182.352941176471,173.529411764706],[150.980392156863,167.647058823529,151.960784313725],[167.647058823529,180.392156862745,160.78431372549],[155.882352941176,165.686274509804,142.156862745098],[172.549019607843,185.294117647059,155.882352941176],[207.843137254902,227.450980392157,191.176470588235],[154.901960784314,180.392156862745,146.078431372549],[141.176470588235,169.607843137255,148.039215686275],[151.960784313725,174.509803921569,154.901960784314],[147.058823529412,151.960784313725,129.411764705882],[169.607843137255,160.78431372549,130.392156862745],[176.470588235294,154.901960784314,114.705882352941],[179.411764705882,156.862745098039,115.686274509804],[179.411764705882,164.705882352941,126.470588235294],[114.705882352941,102.941176470588,65.6862745098039],[125.490196078431,113.725490196078,76.4705882352941],[162.745098039216,148.039215686275,109.803921568627],[159.803921568627,135.294117647059,96.078431372549],[131.372549019608,101.960784313725,68.6274509803922],[150,120.588235294118,95.0980392156863],[103.921568627451,83.3333333333333,56.8627450980392],[128.43137254902,124.509803921569,90.1960784313725],[193.137254901961,191.176470588235,152.941176470588],[131.372549019608,118.627450980392,77.4509803921569],[141.176470588235,122.549019607843,81.3725490196078],[173.529411764706,154.901960784314,113.725490196078],[133.333333333333,111.764705882353,75.4901960784314],[127.450980392157,103.921568627451,76.4705882352941],[168.627450980392,145.098039215686,119.607843137255],[146.078431372549,118.627450980392,95.0980392156863],[66.6666666666667,35.2941176470588,10.7843137254902],[130.392156862745,95.0980392156863,63.7254901960784],[106.862745098039,67.6470588235294,33.3333333333333],[135.294117647059,91.1764705882353,58.8235294117647],[108.823529411765,66.6666666666667,35.2941176470588],[69.6078431372549,36.2745098039216,8.82352941176471],[93.1372549019608,57.843137254902,32.3529411764706],[83.3333333333333,40.1960784313726,15.6862745098039],[53.921568627451,8.82352941176471,0],[65.6862745098039,24.5098039215686,0],[88.2352941176471,51.9607843137255,25.4901960784314],[79.4117647058823,43.1372549019608,16.6666666666667],[129.411764705882,91.1764705882353,62.7450980392157],[166.666666666667,122.549019607843,92.156862745098],[145.098039215686,95.0980392156863,64.7058823529412],[142.156862745098,82.3529411764706,51.9607843137255],[137.254901960784,72.5490196078431,39.2156862745098],[155.882352941176,88.2352941176471,55.8823529411765],[147.058823529412,82.3529411764706,49.0196078431373],[120.588235294118,61.7647058823529,28.4313725490196],[103.921568627451,51.9607843137255,18.6274509803922],[87.2549019607843,43.1372549019608,10.7843137254902],[86.2745098039216,50,23.5294117647059],[64.7058823529412,32.3529411764706,15.6862745098039],[43.1372549019608,15.6862745098039,4.90196078431373],[27.4509803921569,4.90196078431373,0],[16.6666666666667,0,0],[9.80392156862745,0,0],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[8.82352941176471,7.84313725490196,5.88235294117647],[13.7254901960784,9.80392156862745,8.82352941176471],[17.6470588235294,13.7254901960784,12.7450980392157],[17.6470588235294,11.7647058823529,11.7647058823529],[21.5686274509804,13.7254901960784,11.7647058823529],[16.6666666666667,7.84313725490196,2.94117647058824],[38.2352941176471,28.4313725490196,19.6078431372549],[103.921568627451,92.156862745098,78.4313725490196],[80.3921568627451,67.6470588235294,49.0196078431373],[63.7254901960784,51.9607843137255,26.4705882352941],[96.078431372549,85.2941176470588,53.921568627451],[125.490196078431,121.56862745098,77.4509803921569],[115.686274509804,115.686274509804,66.6666666666667],[115.686274509804,114.705882352941,67.6470588235294],[63.7254901960784,62.7450980392157,19.6078431372549],[47.0588235294118,45.0980392156863,7.84313725490196],[62.7450980392157,61.7647058823529,31.3725490196078],[22.5490196078431,20.5882352941176,0],[35.2941176470588,30.3921568627451,11.7647058823529],[58.8235294117647,52.9411764705882,37.2549019607843],[77.4509803921569,71.5686274509804,57.843137254902],[50,45.0980392156863,26.4705882352941],[56.8627450980392,51.9607843137255,30.3921568627451],[68.6274509803922,63.7254901960784,34.3137254901961],[84.3137254901961,80.3921568627451,44.1176470588235],[141.176470588235,138.235294117647,94.1176470588235],[80.3921568627451,81.3725490196078,40.1960784313726],[82.3529411764706,89.2156862745098,58.8235294117647],[81.3725490196078,91.1764705882353,66.6666666666667],[95.0980392156863,105.882352941176,76.4705882352941],[169.607843137255,180.392156862745,147.058823529412],[175.490196078431,187.254901960784,150],[156.862745098039,167.647058823529,128.43137254902],[138.235294117647,146.078431372549,105.882352941176],[174.509803921569,182.352941176471,142.156862745098],[204.901960784314,210.78431372549,173.529411764706],[227.450980392157,234.313725490196,200.980392156863],[163.725490196078,176.470588235294,149.019607843137],[200,217.647058823529,196.078431372549],[154.901960784314,176.470588235294,163.725490196078],[130.392156862745,156.862745098039,150],[124.509803921569,157.843137254902,156.862745098039],[105.882352941176,141.176470588235,141.176470588235],[92.156862745098,126.470588235294,122.549019607843],[132.352941176471,163.725490196078,160.78431372549],[127.450980392157,155.882352941176,159.803921568627],[126.470588235294,159.803921568627,168.627450980392],[124.509803921569,170.588235294118,180.392156862745],[90.1960784313725,141.176470588235,154.901960784314],[111.764705882353,158.823529411765,180.392156862745],[117.647058823529,162.745098039216,188.235294117647],[118.627450980392,164.705882352941,192.156862745098],[128.43137254902,177.450980392157,203.921568627451],[117.647058823529,168.627450980392,192.156862745098],[114.705882352941,161.764705882353,184.313725490196],[120.588235294118,155.882352941176,177.450980392157],[123.529411764706,155.882352941176,174.509803921569],[149.019607843137,184.313725490196,200],[186.274509803922,217.647058823529,230.392156862745],[198.039215686275,219.607843137255,230.392156862745],[209.803921568627,223.529411764706,234.313725490196],[205.882352941176,215.686274509804,227.450980392157],[218.627450980392,224.509803921569,236.274509803922],[211.764705882353,210.78431372549,224.509803921569],[225.490196078431,221.56862745098,236.274509803922],[220.588235294118,216.666666666667,231.372549019608],[235.294117647059,234.313725490196,250],[191.176470588235,200,214.705882352941],[180.392156862745,199.019607843137,212.745098039216],[156.862745098039,186.274509803922,197.058823529412],[151.960784313725,184.313725490196,199.019607843137],[168.627450980392,197.058823529412,214.705882352941],[189.21568627451,210.78431372549,234.313725490196],[200,208.823529411765,239.21568627451],[174.509803921569,184.313725490196,218.627450980392],[168.627450980392,197.058823529412,228.43137254902],[140.196078431373,175.490196078431,206.862745098039],[136.274509803922,171.56862745098,202.941176470588],[133.333333333333,167.647058823529,199.019607843137],[141.176470588235,173.529411764706,205.882352941176],[150,179.411764705882,212.745098039216],[153.921568627451,181.372549019608,217.647058823529],[153.921568627451,179.411764705882,215.686274509804],[181.372549019608,203.921568627451,244.117647058824],[161.764705882353,182.352941176471,224.509803921569],[152.941176470588,173.529411764706,217.647058823529],[165.686274509804,187.254901960784,233.333333333333],[155.882352941176,179.411764705882,226.470588235294],[152.941176470588,178.43137254902,226.470588235294],[172.549019607843,201.960784313725,250],[156.862745098039,192.156862745098,241.176470588235],[141.176470588235,184.313725490196,232.352941176471],[150,197.058823529412,244.117647058824],[145.098039215686,191.176470588235,236.274509803922],[148.039215686275,190.196078431373,234.313725490196],[150.980392156863,193.137254901961,235.294117647059],[148.039215686275,186.274509803922,228.43137254902],[147.058823529412,180.392156862745,224.509803921569],[143.137254901961,176.470588235294,220.588235294118],[151.960784313725,190.196078431373,232.352941176471],[136.274509803922,177.450980392157,218.627450980392],[150,188.235294117647,226.470588235294],[169.607843137255,200.980392156863,238.235294117647],[178.43137254902,192.156862745098,230.392156862745],[192.156862745098,196.078431372549,233.333333333333],[191.176470588235,195.098039215686,229.411764705882],[158.823529411765,168.627450980392,202.941176470588],[179.411764705882,197.058823529412,236.274509803922],[174.509803921569,193.137254901961,234.313725490196],[151.960784313725,170.588235294118,209.803921568627],[173.529411764706,191.176470588235,226.470588235294],[173.529411764706,190.196078431373,219.607843137255],[151.960784313725,165.686274509804,191.176470588235],[143.137254901961,153.921568627451,173.529411764706],[204.901960784314,210.78431372549,226.470588235294],[247.058823529412,249.019607843137,250],[215.686274509804,218.627450980392,227.450980392157],[247.058823529412,250,250],[223.529411764706,227.450980392157,236.274509803922],[182.352941176471,189.21568627451,199.019607843137],[174.509803921569,184.313725490196,193.137254901961],[204.901960784314,218.627450980392,227.450980392157],[208.823529411765,226.470588235294,240.196078431373],[203.921568627451,221.56862745098,243.137254901961],[188.235294117647,207.843137254902,232.352941176471],[170.588235294118,188.235294117647,211.764705882353],[187.254901960784,204.901960784314,226.470588235294],[176.470588235294,194.117647058824,213.725490196078],[155.882352941176,177.450980392157,191.176470588235],[158.823529411765,180.392156862745,193.137254901961],[164.705882352941,187.254901960784,195.098039215686],[162.745098039216,186.274509803922,188.235294117647],[171.56862745098,193.137254901961,190.196078431373],[154.901960784314,174.509803921569,165.686274509804],[159.803921568627,176.470588235294,160.78431372549],[184.313725490196,193.137254901961,172.549019607843],[191.176470588235,195.098039215686,172.549019607843],[208.823529411765,207.843137254902,180.392156862745],[206.862745098039,203.921568627451,171.56862745098],[185.294117647059,187.254901960784,148.039215686275],[179.411764705882,187.254901960784,149.019607843137],[180.392156862745,190.196078431373,165.686274509804],[175.490196078431,180.392156862745,158.823529411765],[175.490196078431,170.588235294118,142.156862745098],[230.392156862745,214.705882352941,181.372549019608],[247.058823529412,220.588235294118,176.470588235294],[220.588235294118,195.098039215686,147.058823529412],[219.607843137255,203.921568627451,155.882352941176],[159.803921568627,149.019607843137,103.921568627451],[156.862745098039,146.078431372549,100.980392156863],[120.588235294118,106.862745098039,60.7843137254902],[140.196078431373,116.666666666667,71.5686274509804],[198.039215686275,166.666666666667,126.470588235294],[168.627450980392,133.333333333333,100],[235.294117647059,206.862745098039,175.490196078431],[250,250,213.725490196078],[174.509803921569,165.686274509804,125.490196078431],[143.137254901961,120.588235294118,79.4117647058823],[151.960784313725,127.450980392157,87.2549019607843],[98.0392156862745,79.4117647058823,38.2352941176471],[121.56862745098,103.921568627451,68.6274509803922],[90.1960784313725,69.6078431372549,43.1372549019608],[135.294117647059,110.78431372549,89.2156862745098],[121.56862745098,94.1176470588235,73.5294117647059],[70.5882352941177,41.1764705882353,17.6470588235294],[86.2745098039216,53.921568627451,23.5294117647059],[107.843137254902,70.5882352941177,35.2941176470588],[141.176470588235,93.1372549019608,60.7843137254902],[155.882352941176,107.843137254902,76.4705882352941],[120.588235294118,85.2941176470588,53.921568627451],[114.705882352941,81.3725490196078,53.921568627451],[76.4705882352941,40.1960784313726,14.7058823529412],[89.2156862745098,52.9411764705882,27.4509803921569],[106.862745098039,71.5686274509804,48.0392156862745],[88.2352941176471,54.9019607843137,30.3921568627451],[106.862745098039,71.5686274509804,46.078431372549],[157.843137254902,121.56862745098,95.0980392156863],[115.686274509804,72.5490196078431,46.078431372549],[118.627450980392,70.5882352941177,41.1764705882353],[107.843137254902,53.921568627451,23.5294117647059],[137.254901960784,78.4313725490196,45.0980392156863],[148.039215686275,86.2745098039216,51.9607843137255],[130.392156862745,71.5686274509804,36.2745098039216],[111.764705882353,56.8627450980392,22.5490196078431],[106.862745098039,54.9019607843137,21.5686274509804],[97.0588235294118,51.9607843137255,18.6274509803922],[75.4901960784314,35.2941176470588,7.84313725490196],[58.8235294117647,26.4705882352941,9.80392156862745],[72.5490196078431,45.0980392156863,34.3137254901961],[46.078431372549,23.5294117647059,15.6862745098039],[15.6862745098039,0,0],[16.6666666666667,5.88235294117647,3.92156862745098],[10.7843137254902,2.94117647058824,0.980392156862745],[2.94117647058824,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,6.86274509803922,7.84313725490196],[13.7254901960784,9.80392156862745,10.7843137254902],[19.6078431372549,15.6862745098039,16.6666666666667],[4.90196078431373,0,0.980392156862745],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,1.96078431372549,0],[31.3725490196078,20.5882352941176,14.7058823529412],[81.3725490196078,69.6078431372549,55.8823529411765],[66.6666666666667,53.921568627451,35.2941176470588],[52.9411764705882,41.1764705882353,15.6862745098039],[75.4901960784314,61.7647058823529,33.3333333333333],[66.6666666666667,53.921568627451,19.6078431372549],[69.6078431372549,57.843137254902,20.5882352941176],[100.980392156863,92.156862745098,51.9607843137255],[106.862745098039,98.0392156862745,59.8039215686275],[107.843137254902,100,63.7254901960784],[68.6274509803922,62.7450980392157,27.4509803921569],[98.0392156862745,93.1372549019608,61.7647058823529],[68.6274509803922,64.7058823529412,36.2745098039216],[98.0392156862745,94.1176470588235,67.6470588235294],[101.960784313725,100,75.4901960784314],[67.6470588235294,65.6862745098039,41.1764705882353],[62.7450980392157,61.7647058823529,34.3137254901961],[84.3137254901961,85.2941176470588,53.921568627451],[70.5882352941177,72.5490196078431,36.2745098039216],[100.980392156863,102.941176470588,63.7254901960784],[124.509803921569,128.43137254902,92.156862745098],[84.3137254901961,90.1960784313725,62.7450980392157],[144.117647058824,152.941176470588,126.470588235294],[127.450980392157,136.274509803922,105.882352941176],[165.686274509804,175.490196078431,141.176470588235],[147.058823529412,157.843137254902,118.627450980392],[137.254901960784,146.078431372549,103.921568627451],[142.156862745098,150.980392156863,106.862745098039],[182.352941176471,189.21568627451,148.039215686275],[157.843137254902,164.705882352941,124.509803921569],[191.176470588235,198.039215686275,164.705882352941],[161.764705882353,171.56862745098,145.098039215686],[166.666666666667,181.372549019608,162.745098039216],[156.862745098039,176.470588235294,165.686274509804],[147.058823529412,173.529411764706,168.627450980392],[95.0980392156863,124.509803921569,126.470588235294],[129.411764705882,161.764705882353,166.666666666667],[127.450980392157,161.764705882353,167.647058823529],[124.509803921569,157.843137254902,166.666666666667],[147.058823529412,174.509803921569,188.235294117647],[150,180.392156862745,198.039215686275],[131.372549019608,175.490196078431,194.117647058824],[115.686274509804,160.78431372549,183.333333333333],[134.313725490196,172.549019607843,200.980392156863],[137.254901960784,172.549019607843,203.921568627451],[141.176470588235,175.490196078431,206.862745098039],[143.137254901961,179.411764705882,207.843137254902],[137.254901960784,176.470588235294,200.980392156863],[147.058823529412,181.372549019608,202.941176470588],[156.862745098039,177.450980392157,198.039215686275],[156.862745098039,171.56862745098,190.196078431373],[173.529411764706,192.156862745098,205.882352941176],[192.156862745098,215.686274509804,225.490196078431],[156.862745098039,184.313725490196,195.098039215686],[146.078431372549,169.607843137255,181.372549019608],[172.549019607843,184.313725490196,198.039215686275],[198.039215686275,200.980392156863,217.647058823529],[238.235294117647,233.333333333333,250],[250,247.058823529412,250],[243.137254901961,242.156862745098,250],[238.235294117647,244.117647058824,250],[215.686274509804,227.450980392157,241.176470588235],[190.196078431373,205.882352941176,220.588235294118],[200.980392156863,213.725490196078,230.392156862745],[208.823529411765,219.607843137255,241.176470588235],[190.196078431373,195.098039215686,223.529411764706],[203.921568627451,204.901960784314,235.294117647059],[231.372549019608,227.450980392157,250],[212.745098039216,210.78431372549,249.019607843137],[218.627450980392,220.588235294118,250],[189.21568627451,194.117647058824,235.294117647059],[179.411764705882,188.235294117647,228.43137254902],[171.56862745098,185.294117647059,221.56862745098],[152.941176470588,172.549019607843,206.862745098039],[145.098039215686,168.627450980392,201.960784313725],[143.137254901961,171.56862745098,202.941176470588],[150,180.392156862745,210.78431372549],[155.882352941176,188.235294117647,220.588235294118],[194.117647058824,227.450980392157,250],[176.470588235294,209.803921568627,246.078431372549],[145.098039215686,179.411764705882,218.627450980392],[143.137254901961,181.372549019608,221.56862745098],[156.862745098039,198.039215686275,237.254901960784],[160.78431372549,202.941176470588,244.117647058824],[137.254901960784,180.392156862745,224.509803921569],[150,197.058823529412,242.156862745098],[157.843137254902,202.941176470588,250],[144.117647058824,187.254901960784,231.372549019608],[141.176470588235,183.333333333333,225.490196078431],[150.980392156863,189.21568627451,231.372549019608],[146.078431372549,182.352941176471,223.529411764706],[148.039215686275,180.392156862745,222.549019607843],[152.941176470588,187.254901960784,228.43137254902],[153.921568627451,192.156862745098,232.352941176471],[150.980392156863,189.21568627451,227.450980392157],[149.019607843137,186.274509803922,222.549019607843],[164.705882352941,194.117647058824,231.372549019608],[196.078431372549,210.78431372549,249.019607843137],[211.764705882353,219.607843137255,250],[199.019607843137,203.921568627451,235.294117647059],[178.43137254902,184.313725490196,217.647058823529],[172.549019607843,185.294117647059,226.470588235294],[166.666666666667,183.333333333333,225.490196078431],[189.21568627451,206.862745098039,244.117647058824],[185.294117647059,200.980392156863,234.313725490196],[164.705882352941,178.43137254902,204.901960784314],[183.333333333333,194.117647058824,215.686274509804],[186.274509803922,193.137254901961,210.78431372549],[207.843137254902,210.78431372549,225.490196078431],[219.607843137255,219.607843137255,231.372549019608],[202.941176470588,202.941176470588,212.745098039216],[241.176470588235,241.176470588235,250],[225.490196078431,228.43137254902,237.254901960784],[206.862745098039,215.686274509804,224.509803921569],[164.705882352941,177.450980392157,185.294117647059],[176.470588235294,193.137254901961,200.980392156863],[201.960784313725,217.647058823529,230.392156862745],[188.235294117647,200,223.529411764706],[206.862745098039,217.647058823529,245.098039215686],[182.352941176471,194.117647058824,219.607843137255],[185.294117647059,197.058823529412,220.588235294118],[232.352941176471,244.117647058824,250],[222.549019607843,237.254901960784,250],[202.941176470588,218.627450980392,231.372549019608],[193.137254901961,209.803921568627,217.647058823529],[189.21568627451,206.862745098039,208.823529411765],[186.274509803922,200.980392156863,196.078431372549],[177.450980392157,187.254901960784,176.470588235294],[182.352941176471,184.313725490196,170.588235294118],[207.843137254902,202.941176470588,183.333333333333],[220.588235294118,208.823529411765,185.294117647059],[250,247.058823529412,222.549019607843],[249.019607843137,229.411764705882,202.941176470588],[209.803921568627,195.098039215686,166.666666666667],[195.098039215686,184.313725490196,156.862745098039],[200,190.196078431373,163.725490196078],[228.43137254902,219.607843137255,191.176470588235],[222.549019607843,209.803921568627,176.470588235294],[240.196078431373,226.470588235294,190.196078431373],[250,244.117647058824,205.882352941176],[244.117647058824,232.352941176471,191.176470588235],[250,244.117647058824,200.980392156863],[241.176470588235,233.333333333333,188.235294117647],[210.78431372549,195.098039215686,145.098039215686],[211.764705882353,191.176470588235,139.21568627451],[153.921568627451,129.411764705882,76.4705882352941],[212.745098039216,190.196078431373,141.176470588235],[214.705882352941,197.058823529412,157.843137254902],[204.901960784314,193.137254901961,155.882352941176],[230.392156862745,218.627450980392,177.450980392157],[156.862745098039,140.196078431373,97.0588235294118],[156.862745098039,125.490196078431,85.2941176470588],[119.607843137255,87.2549019607843,47.0588235294118],[60.7843137254902,38.2352941176471,0],[103.921568627451,84.3137254901961,50],[126.470588235294,102.941176470588,77.4509803921569],[85.2941176470588,58.8235294117647,40.1960784313726],[81.3725490196078,52.9411764705882,35.2941176470588],[95.0980392156863,64.7058823529412,44.1176470588235],[63.7254901960784,33.3333333333333,2.94117647058824],[83.3333333333333,46.078431372549,10.7843137254902],[182.352941176471,133.333333333333,99.0196078431373],[161.764705882353,109.803921568627,78.4313725490196],[79.4117647058823,39.2156862745098,7.84313725490196],[78.4313725490196,46.078431372549,15.6862745098039],[123.529411764706,94.1176470588235,68.6274509803922],[122.549019607843,95.0980392156863,71.5686274509804],[79.4117647058823,49.0196078431373,28.4313725490196],[88.2352941176471,53.921568627451,34.3137254901961],[134.313725490196,97.0588235294118,76.4705882352941],[104.901960784314,63.7254901960784,42.156862745098],[156.862745098039,111.764705882353,88.2352941176471],[96.078431372549,50,22.5490196078431],[70.5882352941177,22.5490196078431,0],[94.1176470588235,45.0980392156863,10.7843137254902],[135.294117647059,84.3137254901961,48.0392156862745],[157.843137254902,106.862745098039,70.5882352941177],[123.529411764706,72.5490196078431,36.2745098039216],[111.764705882353,59.8039215686275,26.4705882352941],[129.411764705882,80.3921568627451,48.0392156862745],[97.0588235294118,51.9607843137255,26.4705882352941],[66.6666666666667,31.3725490196078,15.6862745098039],[72.5490196078431,45.0980392156863,34.3137254901961],[52.9411764705882,30.3921568627451,22.5490196078431],[22.5490196078431,3.92156862745098,0],[11.7647058823529,0,0],[6.86274509803922,0,0],[2.94117647058824,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[8.82352941176471,4.90196078431373,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[14.7058823529412,9.80392156862745,13.7254901960784],[12.7450980392157,6.86274509803922,8.82352941176471],[22.5490196078431,14.7058823529412,12.7450980392157],[26.4705882352941,17.6470588235294,10.7843137254902],[29.4117647058824,19.6078431372549,7.84313725490196],[35.2941176470588,24.5098039215686,6.86274509803922],[48.0392156862745,38.2352941176471,13.7254901960784],[54.9019607843137,41.1764705882353,14.7058823529412],[76.4705882352941,59.8039215686275,30.3921568627451],[97.0588235294118,78.4313725490196,46.078431372549],[142.156862745098,126.470588235294,91.1764705882353],[116.666666666667,102.941176470588,66.6666666666667],[127.450980392157,115.686274509804,78.4313725490196],[116.666666666667,107.843137254902,69.6078431372549],[139.21568627451,134.313725490196,97.0588235294118],[103.921568627451,100,63.7254901960784],[51.9607843137255,49.0196078431373,14.7058823529412],[64.7058823529412,64.7058823529412,31.3725490196078],[90.1960784313725,89.2156862745098,58.8235294117647],[85.2941176470588,86.2745098039216,54.9019607843137],[103.921568627451,104.901960784314,73.5294117647059],[81.3725490196078,85.2941176470588,50.9803921568627],[89.2156862745098,94.1176470588235,54.9019607843137],[176.470588235294,182.352941176471,145.098039215686],[131.372549019608,136.274509803922,106.862745098039],[115.686274509804,121.56862745098,94.1176470588235],[135.294117647059,142.156862745098,109.803921568627],[117.647058823529,125.490196078431,89.2156862745098],[127.450980392157,135.294117647059,95.0980392156863],[132.352941176471,141.176470588235,99.0196078431373],[153.921568627451,162.745098039216,120.588235294118],[234.313725490196,242.156862745098,201.960784313725],[202.941176470588,210.78431372549,174.509803921569],[208.823529411765,217.647058823529,189.21568627451],[208.823529411765,217.647058823529,197.058823529412],[188.235294117647,201.960784313725,187.254901960784],[213.725490196078,233.333333333333,224.509803921569],[199.019607843137,223.529411764706,219.607843137255],[142.156862745098,169.607843137255,170.588235294118],[168.627450980392,199.019607843137,201.960784313725],[169.607843137255,200,204.901960784314],[140.196078431373,167.647058823529,178.43137254902],[167.647058823529,189.21568627451,202.941176470588],[131.372549019608,155.882352941176,175.490196078431],[123.529411764706,159.803921568627,178.43137254902],[151.960784313725,189.21568627451,211.764705882353],[144.117647058824,174.509803921569,202.941176470588],[137.254901960784,165.686274509804,195.098039215686],[133.333333333333,159.803921568627,189.21568627451],[128.43137254902,156.862745098039,186.274509803922],[145.098039215686,176.470588235294,200.980392156863],[172.549019607843,200,223.529411764706],[185.294117647059,200,222.549019607843],[197.058823529412,207.843137254902,227.450980392157],[196.078431372549,211.764705882353,227.450980392157],[159.803921568627,181.372549019608,194.117647058824],[144.117647058824,172.549019607843,186.274509803922],[152.941176470588,181.372549019608,195.098039215686],[206.862745098039,225.490196078431,242.156862745098],[202.941176470588,215.686274509804,232.352941176471],[208.823529411765,215.686274509804,234.313725490196],[232.352941176471,239.21568627451,250],[240.196078431373,250,250],[213.725490196078,229.411764705882,242.156862745098],[202.941176470588,221.56862745098,235.294117647059],[209.803921568627,228.43137254902,243.137254901961],[215.686274509804,232.352941176471,250],[213.725490196078,225.490196078431,249.019607843137],[184.313725490196,191.176470588235,219.607843137255],[174.509803921569,180.392156862745,211.764705882353],[196.078431372549,201.960784313725,235.294117647059],[185.294117647059,189.21568627451,225.490196078431],[180.392156862745,179.411764705882,218.627450980392],[197.058823529412,199.019607843137,237.254901960784],[209.803921568627,214.705882352941,250],[200,209.803921568627,245.098039215686],[179.411764705882,195.098039215686,227.450980392157],[176.470588235294,199.019607843137,229.411764705882],[158.823529411765,183.333333333333,212.745098039216],[147.058823529412,173.529411764706,201.960784313725],[132.352941176471,160.78431372549,190.196078431373],[160.78431372549,193.137254901961,223.529411764706],[169.607843137255,203.921568627451,235.294117647059],[146.078431372549,184.313725490196,216.666666666667],[149.019607843137,191.176470588235,224.509803921569],[149.019607843137,194.117647058824,227.450980392157],[127.450980392157,176.470588235294,210.78431372549],[145.098039215686,193.137254901961,232.352941176471],[136.274509803922,182.352941176471,225.490196078431],[138.235294117647,181.372549019608,227.450980392157],[136.274509803922,178.43137254902,220.588235294118],[145.098039215686,183.333333333333,225.490196078431],[147.058823529412,181.372549019608,222.549019607843],[146.078431372549,178.43137254902,218.627450980392],[153.921568627451,187.254901960784,224.509803921569],[153.921568627451,187.254901960784,224.509803921569],[152.941176470588,187.254901960784,224.509803921569],[166.666666666667,200.980392156863,238.235294117647],[145.098039215686,176.470588235294,213.725490196078],[138.235294117647,163.725490196078,198.039215686275],[180.392156862745,196.078431372549,229.411764705882],[200,210.78431372549,242.156862745098],[191.176470588235,196.078431372549,225.490196078431],[189.21568627451,194.117647058824,225.490196078431],[154.901960784314,166.666666666667,203.921568627451],[162.745098039216,177.450980392157,215.686274509804],[221.56862745098,235.294117647059,250],[179.411764705882,193.137254901961,221.56862745098],[199.019607843137,209.803921568627,231.372549019608],[208.823529411765,215.686274509804,233.333333333333],[185.294117647059,188.235294117647,202.941176470588],[190.196078431373,190.196078431373,201.960784313725],[186.274509803922,184.313725490196,195.098039215686],[211.764705882353,208.823529411765,219.607843137255],[239.21568627451,237.254901960784,248.039215686275],[211.764705882353,213.725490196078,225.490196078431],[225.490196078431,232.352941176471,242.156862745098],[169.607843137255,182.352941176471,191.176470588235],[148.039215686275,164.705882352941,172.549019607843],[162.745098039216,178.43137254902,193.137254901961],[177.450980392157,192.156862745098,212.745098039216],[203.921568627451,215.686274509804,241.176470588235],[210.78431372549,222.549019607843,248.039215686275],[196.078431372549,207.843137254902,231.372549019608],[202.941176470588,214.705882352941,236.274509803922],[196.078431372549,208.823529411765,227.450980392157],[217.647058823529,231.372549019608,244.117647058824],[207.843137254902,222.549019607843,229.411764705882],[200.980392156863,216.666666666667,216.666666666667],[178.43137254902,191.176470588235,184.313725490196],[188.235294117647,196.078431372549,183.333333333333],[198.039215686275,199.019607843137,181.372549019608],[189.21568627451,183.333333333333,161.764705882353],[181.372549019608,165.686274509804,141.176470588235],[222.549019607843,201.960784313725,175.490196078431],[242.156862745098,221.56862745098,195.098039215686],[202.941176470588,187.254901960784,162.745098039216],[160.78431372549,147.058823529412,121.56862745098],[162.745098039216,147.058823529412,122.549019607843],[204.901960784314,189.21568627451,163.725490196078],[238.235294117647,223.529411764706,195.098039215686],[232.352941176471,219.607843137255,188.235294117647],[174.509803921569,168.627450980392,135.294117647059],[176.470588235294,172.549019607843,136.274509803922],[178.43137254902,176.470588235294,138.235294117647],[175.490196078431,172.549019607843,128.43137254902],[176.470588235294,169.607843137255,118.627450980392],[196.078431372549,185.294117647059,132.352941176471],[182.352941176471,171.56862745098,116.666666666667],[190.196078431373,180.392156862745,128.43137254902],[199.019607843137,195.098039215686,149.019607843137],[175.490196078431,170.588235294118,129.411764705882],[244.117647058824,233.333333333333,189.21568627451],[196.078431372549,175.490196078431,133.333333333333],[138.235294117647,105.882352941176,63.7254901960784],[122.549019607843,88.2352941176471,47.0588235294118],[103.921568627451,77.4509803921569,35.2941176470588],[93.1372549019608,69.6078431372549,32.3529411764706],[103.921568627451,77.4509803921569,50.9803921568627],[107.843137254902,77.4509803921569,56.8627450980392],[98.0392156862745,66.6666666666667,46.078431372549],[108.823529411765,75.4901960784314,50.9803921568627],[122.549019607843,88.2352941176471,56.8627450980392],[125.490196078431,86.2745098039216,50.9803921568627],[194.117647058824,142.156862745098,108.823529411765],[210.78431372549,158.823529411765,125.490196078431],[142.156862745098,101.960784313725,70.5882352941177],[139.21568627451,108.823529411765,80.3921568627451],[134.313725490196,110.78431372549,87.2549019607843],[61.7647058823529,40.1960784313726,19.6078431372549],[58.8235294117647,32.3529411764706,13.7254901960784],[94.1176470588235,61.7647058823529,45.0980392156863],[80.3921568627451,42.156862745098,27.4509803921569],[61.7647058823529,19.6078431372549,2.94117647058824],[85.2941176470588,41.1764705882353,20.5882352941176],[100,54.9019607843137,31.3725490196078],[97.0588235294118,52.9411764705882,24.5098039215686],[99.0196078431373,54.9019607843137,22.5490196078431],[83.3333333333333,40.1960784313726,5.88235294117647],[95.0980392156863,50,14.7058823529412],[115.686274509804,67.6470588235294,35.2941176470588],[109.803921568627,60.7843137254902,28.4313725490196],[107.843137254902,55.8823529411765,25.4901960784314],[106.862745098039,59.8039215686275,37.2549019607843],[81.3725490196078,46.078431372549,30.3921568627451],[59.8039215686275,32.3529411764706,21.5686274509804],[38.2352941176471,15.6862745098039,7.84313725490196],[18.6274509803922,1.96078431372549,0],[7.84313725490196,0,0],[9.80392156862745,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0,3.92156862745098],[12.7450980392157,7.84313725490196,13.7254901960784],[16.6666666666667,10.7843137254902,14.7058823529412],[30.3921568627451,21.5686274509804,22.5490196078431],[57.843137254902,49.0196078431373,44.1176470588235],[62.7450980392157,52.9411764705882,43.1372549019608],[45.0980392156863,34.3137254901961,16.6666666666667],[41.1764705882353,30.3921568627451,8.82352941176471],[70.5882352941177,56.8627450980392,30.3921568627451],[78.4313725490196,61.7647058823529,32.3529411764706],[92.156862745098,73.5294117647059,42.156862745098],[138.235294117647,119.607843137255,87.2549019607843],[102.941176470588,87.2549019607843,51.9607843137255],[86.2745098039216,74.5098039215686,35.2941176470588],[97.0588235294118,88.2352941176471,48.0392156862745],[88.2352941176471,81.3725490196078,40.1960784313726],[85.2941176470588,80.3921568627451,41.1764705882353],[69.6078431372549,65.6862745098039,28.4313725490196],[61.7647058823529,59.8039215686275,22.5490196078431],[58.8235294117647,55.8823529411765,21.5686274509804],[85.2941176470588,85.2941176470588,51.9607843137255],[108.823529411765,108.823529411765,75.4901960784314],[69.6078431372549,71.5686274509804,35.2941176470588],[97.0588235294118,99.0196078431373,60.7843137254902],[166.666666666667,168.627450980392,130.392156862745],[120.588235294118,124.509803921569,90.1960784313725],[89.2156862745098,95.0980392156863,61.7647058823529],[89.2156862745098,95.0980392156863,59.8039215686275],[149.019607843137,156.862745098039,118.627450980392],[166.666666666667,174.509803921569,136.274509803922],[184.313725490196,195.098039215686,155.882352941176],[204.901960784314,214.705882352941,178.43137254902],[230.392156862745,240.196078431373,206.862745098039],[217.647058823529,226.470588235294,200],[216.666666666667,225.490196078431,204.901960784314],[229.411764705882,240.196078431373,226.470588235294],[240.196078431373,250,243.137254901961],[227.450980392157,246.078431372549,240.196078431373],[221.56862745098,243.137254901961,240.196078431373],[232.352941176471,250,250],[198.039215686275,223.529411764706,222.549019607843],[187.254901960784,206.862745098039,205.882352941176],[145.098039215686,159.803921568627,162.745098039216],[139.21568627451,151.960784313725,159.803921568627],[161.764705882353,175.490196078431,186.274509803922],[174.509803921569,196.078431372549,209.803921568627],[147.058823529412,171.56862745098,191.176470588235],[145.098039215686,166.666666666667,190.196078431373],[158.823529411765,179.411764705882,207.843137254902],[149.019607843137,171.56862745098,201.960784313725],[145.098039215686,169.607843137255,199.019607843137],[154.901960784314,181.372549019608,209.803921568627],[162.745098039216,189.21568627451,217.647058823529],[154.901960784314,175.490196078431,203.921568627451],[164.705882352941,184.313725490196,210.78431372549],[172.549019607843,194.117647058824,217.647058823529],[142.156862745098,165.686274509804,189.21568627451],[157.843137254902,185.294117647059,206.862745098039],[187.254901960784,218.627450980392,239.21568627451],[203.921568627451,236.274509803922,250],[184.313725490196,216.666666666667,233.333333333333],[119.607843137255,150.980392156863,165.686274509804],[154.901960784314,186.274509803922,200.980392156863],[211.764705882353,240.196078431373,250],[212.745098039216,241.176470588235,250],[152.941176470588,184.313725490196,199.019607843137],[172.549019607843,204.901960784314,219.607843137255],[144.117647058824,179.411764705882,195.098039215686],[159.803921568627,196.078431372549,214.705882352941],[175.490196078431,210.78431372549,232.352941176471],[144.117647058824,179.411764705882,204.901960784314],[147.058823529412,180.392156862745,207.843137254902],[162.745098039216,191.176470588235,222.549019607843],[157.843137254902,182.352941176471,212.745098039216],[160.78431372549,183.333333333333,213.725490196078],[167.647058823529,192.156862745098,221.56862745098],[193.137254901961,217.647058823529,247.058823529412],[194.117647058824,217.647058823529,245.098039215686],[189.21568627451,209.803921568627,238.235294117647],[165.686274509804,185.294117647059,211.764705882353],[180.392156862745,197.058823529412,224.509803921569],[182.352941176471,197.058823529412,227.450980392157],[155.882352941176,171.56862745098,203.921568627451],[165.686274509804,185.294117647059,217.647058823529],[172.549019607843,198.039215686275,230.392156862745],[156.862745098039,191.176470588235,222.549019607843],[140.196078431373,180.392156862745,211.764705882353],[124.509803921569,172.549019607843,203.921568627451],[140.196078431373,187.254901960784,222.549019607843],[159.803921568627,203.921568627451,245.098039215686],[157.843137254902,198.039215686275,243.137254901961],[152.941176470588,189.21568627451,232.352941176471],[153.921568627451,186.274509803922,228.43137254902],[148.039215686275,176.470588235294,215.686274509804],[144.117647058824,172.549019607843,211.764705882353],[154.901960784314,184.313725490196,221.56862745098],[153.921568627451,185.294117647059,222.549019607843],[147.058823529412,178.43137254902,215.686274509804],[162.745098039216,192.156862745098,227.450980392157],[163.725490196078,189.21568627451,225.490196078431],[163.725490196078,185.294117647059,221.56862745098],[183.333333333333,199.019607843137,232.352941176471],[198.039215686275,206.862745098039,239.21568627451],[200,200.980392156863,231.372549019608],[199.019607843137,200,229.411764705882],[171.56862745098,177.450980392157,208.823529411765],[173.529411764706,184.313725490196,213.725490196078],[217.647058823529,227.450980392157,250],[202.941176470588,210.78431372549,231.372549019608],[204.901960784314,210.78431372549,226.470588235294],[191.176470588235,193.137254901961,204.901960784314],[182.352941176471,181.372549019608,189.21568627451],[193.137254901961,187.254901960784,197.058823529412],[196.078431372549,188.235294117647,199.019607843137],[220.588235294118,212.745098039216,223.529411764706],[243.137254901961,237.254901960784,249.019607843137],[200,198.039215686275,210.78431372549],[187.254901960784,190.196078431373,204.901960784314],[162.745098039216,171.56862745098,186.274509803922],[169.607843137255,183.333333333333,196.078431372549],[168.627450980392,186.274509803922,200],[150.980392156863,171.56862745098,188.235294117647],[150,170.588235294118,189.21568627451],[170.588235294118,191.176470588235,209.803921568627],[195.098039215686,212.745098039216,232.352941176471],[204.901960784314,221.56862745098,241.176470588235],[167.647058823529,184.313725490196,200],[168.627450980392,186.274509803922,198.039215686275],[153.921568627451,170.588235294118,177.450980392157],[200.980392156863,219.607843137255,217.647058823529],[200,215.686274509804,205.882352941176],[175.490196078431,188.235294117647,171.56862745098],[159.803921568627,167.647058823529,147.058823529412],[146.078431372549,146.078431372549,122.549019607843],[174.509803921569,168.627450980392,143.137254901961],[205.882352941176,195.098039215686,167.647058823529],[212.745098039216,203.921568627451,175.490196078431],[137.254901960784,136.274509803922,108.823529411765],[131.372549019608,129.411764705882,106.862745098039],[177.450980392157,170.588235294118,151.960784313725],[163.725490196078,154.901960784314,138.235294117647],[156.862745098039,145.098039215686,129.411764705882],[232.352941176471,220.588235294118,204.901960784314],[198.039215686275,190.196078431373,169.607843137255],[116.666666666667,111.764705882353,83.3333333333333],[147.058823529412,147.058823529412,109.803921568627],[195.098039215686,201.960784313725,158.823529411765],[224.509803921569,236.274509803922,189.21568627451],[215.686274509804,229.411764705882,181.372549019608],[210.78431372549,224.509803921569,176.470588235294],[223.529411764706,231.372549019608,183.333333333333],[190.196078431373,189.21568627451,142.156862745098],[193.137254901961,185.294117647059,139.21568627451],[237.254901960784,224.509803921569,183.333333333333],[207.843137254902,186.274509803922,146.078431372549],[159.803921568627,127.450980392157,85.2941176470588],[153.921568627451,117.647058823529,74.5098039215686],[107.843137254902,73.5294117647059,32.3529411764706],[65.6862745098039,32.3529411764706,0],[172.549019607843,138.235294117647,108.823529411765],[150.980392156863,115.686274509804,90.1960784313725],[98.0392156862745,61.7647058823529,36.2745098039216],[120.588235294118,81.3725490196078,55.8823529411765],[101.960784313725,59.8039215686275,26.4705882352941],[159.803921568627,114.705882352941,81.3725490196078],[100,50.9803921568627,16.6666666666667],[80.3921568627451,32.3529411764706,0],[131.372549019608,93.1372549019608,62.7450980392157],[168.627450980392,139.21568627451,113.725490196078],[241.176470588235,220.588235294118,200],[217.647058823529,199.019607843137,184.313725490196],[143.137254901961,117.647058823529,104.901960784314],[97.0588235294118,67.6470588235294,56.8627450980392],[62.7450980392157,26.4705882352941,17.6470588235294],[51.9607843137255,12.7450980392157,2.94117647058824],[40.1960784313726,0,0],[55.8823529411765,13.7254901960784,0],[113.725490196078,70.5882352941177,46.078431372549],[104.901960784314,61.7647058823529,33.3333333333333],[80.3921568627451,38.2352941176471,6.86274509803922],[66.6666666666667,22.5490196078431,0],[98.0392156862745,50,18.6274509803922],[113.725490196078,63.7254901960784,35.2941176470588],[92.156862745098,39.2156862745098,11.7647058823529],[84.3137254901961,35.2941176470588,12.7450980392157],[92.156862745098,55.8823529411765,40.1960784313726],[59.8039215686275,32.3529411764706,21.5686274509804],[21.5686274509804,0,0],[13.7254901960784,0,0],[22.5490196078431,8.82352941176471,7.84313725490196],[16.6666666666667,7.84313725490196,8.82352941176471],[3.92156862745098,0,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[7.84313725490196,2.94117647058824,0],[4.90196078431373,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0.980392156862745,5.88235294117647],[9.80392156862745,4.90196078431373,10.7843137254902],[15.6862745098039,10.7843137254902,14.7058823529412],[18.6274509803922,12.7450980392157,12.7450980392157],[38.2352941176471,31.3725490196078,25.4901960784314],[31.3725490196078,23.5294117647059,12.7450980392157],[22.5490196078431,13.7254901960784,0],[32.3529411764706,24.5098039215686,1.96078431372549],[78.4313725490196,67.6470588235294,40.1960784313726],[100,85.2941176470588,52.9411764705882],[88.2352941176471,72.5490196078431,37.2549019607843],[62.7450980392157,49.0196078431373,10.7843137254902],[115.686274509804,101.960784313725,63.7254901960784],[109.803921568627,98.0392156862745,58.8235294117647],[105.882352941176,97.0588235294118,56.8627450980392],[92.156862745098,84.3137254901961,46.078431372549],[64.7058823529412,59.8039215686275,22.5490196078431],[77.4509803921569,71.5686274509804,36.2745098039216],[81.3725490196078,75.4901960784314,42.156862745098],[63.7254901960784,57.843137254902,24.5098039215686],[71.5686274509804,67.6470588235294,33.3333333333333],[108.823529411765,104.901960784314,68.6274509803922],[117.647058823529,112.745098039216,75.4901960784314],[147.058823529412,142.156862745098,100.980392156863],[152.941176470588,150,109.803921568627],[134.313725490196,136.274509803922,97.0588235294118],[113.725490196078,118.627450980392,79.4117647058823],[118.627450980392,125.490196078431,85.2941176470588],[158.823529411765,166.666666666667,128.43137254902],[167.647058823529,177.450980392157,141.176470588235],[221.56862745098,232.352941176471,199.019607843137],[210.78431372549,221.56862745098,192.156862745098],[162.745098039216,172.549019607843,149.019607843137],[218.627450980392,227.450980392157,210.78431372549],[193.137254901961,202.941176470588,192.156862745098],[189.21568627451,200,192.156862745098],[181.372549019608,196.078431372549,191.176470588235],[120.588235294118,139.21568627451,135.294117647059],[160.78431372549,183.333333333333,177.450980392157],[214.705882352941,241.176470588235,234.313725490196],[201.960784313725,226.470588235294,220.588235294118],[169.607843137255,184.313725490196,181.372549019608],[162.745098039216,174.509803921569,172.549019607843],[156.862745098039,170.588235294118,171.56862745098],[172.549019607843,187.254901960784,192.156862745098],[184.313725490196,200.980392156863,210.78431372549],[156.862745098039,173.529411764706,189.21568627451],[158.823529411765,176.470588235294,198.039215686275],[157.843137254902,179.411764705882,202.941176470588],[154.901960784314,178.43137254902,203.921568627451],[156.862745098039,182.352941176471,208.823529411765],[158.823529411765,184.313725490196,210.78431372549],[167.647058823529,193.137254901961,219.607843137255],[165.686274509804,191.176470588235,217.647058823529],[163.725490196078,189.21568627451,213.725490196078],[179.411764705882,204.901960784314,229.411764705882],[186.274509803922,213.725490196078,237.254901960784],[154.901960784314,188.235294117647,214.705882352941],[136.274509803922,172.549019607843,198.039215686275],[138.235294117647,175.490196078431,198.039215686275],[186.274509803922,223.529411764706,244.117647058824],[181.372549019608,218.627450980392,237.254901960784],[151.960784313725,188.235294117647,205.882352941176],[174.509803921569,206.862745098039,223.529411764706],[199.019607843137,234.313725490196,250],[204.901960784314,241.176470588235,250],[210.78431372549,250,250],[161.764705882353,207.843137254902,223.529411764706],[136.274509803922,183.333333333333,202.941176470588],[136.274509803922,183.333333333333,204.901960784314],[137.254901960784,182.352941176471,207.843137254902],[153.921568627451,192.156862745098,222.549019607843],[146.078431372549,181.372549019608,212.745098039216],[145.098039215686,178.43137254902,205.882352941176],[146.078431372549,179.411764705882,203.921568627451],[146.078431372549,177.450980392157,201.960784313725],[166.666666666667,196.078431372549,219.607843137255],[158.823529411765,184.313725490196,208.823529411765],[166.666666666667,186.274509803922,210.78431372549],[158.823529411765,172.549019607843,198.039215686275],[188.235294117647,195.098039215686,222.549019607843],[200,202.941176470588,233.333333333333],[209.803921568627,212.745098039216,245.098039215686],[195.098039215686,199.019607843137,233.333333333333],[185.294117647059,195.098039215686,229.411764705882],[172.549019607843,192.156862745098,224.509803921569],[154.901960784314,183.333333333333,214.705882352941],[150,185.294117647059,216.666666666667],[136.274509803922,175.490196078431,209.803921568627],[157.843137254902,196.078431372549,238.235294117647],[160.78431372549,197.058823529412,241.176470588235],[147.058823529412,179.411764705882,221.56862745098],[143.137254901961,171.56862745098,212.745098039216],[148.039215686275,172.549019607843,211.764705882353],[150.980392156863,174.509803921569,211.764705882353],[163.725490196078,189.21568627451,225.490196078431],[172.549019607843,200.980392156863,234.313725490196],[200.980392156863,229.411764705882,250],[188.235294117647,213.725490196078,248.039215686275],[161.764705882353,183.333333333333,219.607843137255],[162.745098039216,181.372549019608,213.725490196078],[195.098039215686,209.803921568627,240.196078431373],[209.803921568627,215.686274509804,247.058823529412],[203.921568627451,200.980392156863,231.372549019608],[203.921568627451,200.980392156863,229.411764705882],[198.039215686275,201.960784313725,228.43137254902],[242.156862745098,250,250],[231.372549019608,238.235294117647,250],[206.862745098039,212.745098039216,224.509803921569],[141.176470588235,144.117647058824,150.980392156863],[185.294117647059,184.313725490196,189.21568627451],[224.509803921569,219.607843137255,223.529411764706],[194.117647058824,185.294117647059,190.196078431373],[208.823529411765,198.039215686275,205.882352941176],[239.21568627451,227.450980392157,237.254901960784],[250,243.137254901961,250],[211.764705882353,207.843137254902,222.549019607843],[173.529411764706,174.509803921569,192.156862745098],[161.764705882353,168.627450980392,186.274509803922],[178.43137254902,189.21568627451,206.862745098039],[182.352941176471,199.019607843137,214.705882352941],[173.529411764706,196.078431372549,209.803921568627],[175.490196078431,200.980392156863,213.725490196078],[166.666666666667,189.21568627451,204.901960784314],[187.254901960784,205.882352941176,222.549019607843],[212.745098039216,229.411764705882,247.058823529412],[178.43137254902,194.117647058824,209.803921568627],[153.921568627451,167.647058823529,180.392156862745],[142.156862745098,154.901960784314,162.745098039216],[166.666666666667,180.392156862745,180.392156862745],[199.019607843137,211.764705882353,202.941176470588],[197.058823529412,209.803921568627,193.137254901961],[189.21568627451,198.039215686275,177.450980392157],[132.352941176471,137.254901960784,114.705882352941],[168.627450980392,171.56862745098,145.098039215686],[220.588235294118,219.607843137255,192.156862745098],[187.254901960784,187.254901960784,159.803921568627],[217.647058823529,227.450980392157,200.980392156863],[165.686274509804,175.490196078431,150.980392156863],[123.529411764706,122.549019607843,101.960784313725],[142.156862745098,136.274509803922,120.588235294118],[102.941176470588,95.0980392156863,84.3137254901961],[146.078431372549,138.235294117647,127.450980392157],[243.137254901961,236.274509803922,220.588235294118],[204.901960784314,199.019607843137,177.450980392157],[211.764705882353,208.823529411765,174.509803921569],[206.862745098039,212.745098039216,169.607843137255],[197.058823529412,212.745098039216,166.666666666667],[200.980392156863,219.607843137255,174.509803921569],[208.823529411765,230.392156862745,184.313725490196],[221.56862745098,237.254901960784,189.21568627451],[224.509803921569,227.450980392157,175.490196078431],[211.764705882353,203.921568627451,155.882352941176],[169.607843137255,154.901960784314,114.705882352941],[173.529411764706,151.960784313725,113.725490196078],[226.470588235294,195.098039215686,154.901960784314],[167.647058823529,131.372549019608,88.2352941176471],[151.960784313725,109.803921568627,67.6470588235294],[113.725490196078,70.5882352941177,32.3529411764706],[156.862745098039,117.647058823529,83.3333333333333],[154.901960784314,114.705882352941,83.3333333333333],[97.0588235294118,53.921568627451,25.4901960784314],[108.823529411765,62.7450980392157,33.3333333333333],[128.43137254902,79.4117647058823,45.0980392156863],[150,99.0196078431373,62.7450980392157],[108.823529411765,61.7647058823529,26.4705882352941],[81.3725490196078,39.2156862745098,5.88235294117647],[90.1960784313725,55.8823529411765,26.4705882352941],[180.392156862745,152.941176470588,131.372549019608],[250,245.098039215686,231.372549019608],[250,241.176470588235,230.392156862745],[130.392156862745,107.843137254902,100],[66.6666666666667,40.1960784313726,33.3333333333333],[72.5490196078431,44.1176470588235,36.2745098039216],[45.0980392156863,12.7450980392157,3.92156862745098],[48.0392156862745,12.7450980392157,0.980392156862745],[53.921568627451,15.6862745098039,0],[114.705882352941,73.5294117647059,51.9607843137255],[91.1764705882353,48.0392156862745,23.5294117647059],[106.862745098039,61.7647058823529,36.2745098039216],[107.843137254902,61.7647058823529,34.3137254901961],[102.941176470588,53.921568627451,27.4509803921569],[117.647058823529,67.6470588235294,41.1764705882353],[110.78431372549,60.7843137254902,34.3137254901961],[94.1176470588235,49.0196078431373,26.4705882352941],[92.156862745098,56.8627450980392,41.1764705882353],[45.0980392156863,17.6470588235294,6.86274509803922],[16.6666666666667,0,0],[16.6666666666667,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[10.7843137254902,5.88235294117647,2.94117647058824],[6.86274509803922,1.96078431372549,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,8.82352941176471],[8.82352941176471,6.86274509803922,11.7647058823529],[2.94117647058824,0,4.90196078431373],[14.7058823529412,9.80392156862745,15.6862745098039],[22.5490196078431,16.6666666666667,18.6274509803922],[36.2745098039216,28.4313725490196,25.4901960784314],[25.4901960784314,16.6666666666667,7.84313725490196],[48.0392156862745,39.2156862745098,24.5098039215686],[65.6862745098039,57.843137254902,37.2549019607843],[89.2156862745098,80.3921568627451,51.9607843137255],[80.3921568627451,72.5490196078431,34.3137254901961],[91.1764705882353,83.3333333333333,38.2352941176471],[46.078431372549,39.2156862745098,0],[79.4117647058823,72.5490196078431,29.4117647058824],[57.843137254902,52.9411764705882,11.7647058823529],[92.156862745098,87.2549019607843,50],[100,94.1176470588235,60.7843137254902],[100.980392156863,92.156862745098,61.7647058823529],[86.2745098039216,77.4509803921569,49.0196078431373],[81.3725490196078,70.5882352941177,43.1372549019608],[88.2352941176471,77.4509803921569,50],[89.2156862745098,76.4705882352941,45.0980392156863],[117.647058823529,103.921568627451,69.6078431372549],[115.686274509804,100.980392156863,60.7843137254902],[113.725490196078,100,55.8823529411765],[137.254901960784,127.450980392157,79.4117647058823],[105.882352941176,104.901960784314,59.8039215686275],[104.901960784314,110.78431372549,65.6862745098039],[143.137254901961,150,108.823529411765],[153.921568627451,161.764705882353,123.529411764706],[185.294117647059,197.058823529412,161.764705882353],[178.43137254902,191.176470588235,163.725490196078],[234.313725490196,246.078431372549,226.470588235294],[194.117647058824,204.901960784314,191.176470588235],[231.372549019608,240.196078431373,235.294117647059],[175.490196078431,185.294117647059,184.313725490196],[201.960784313725,213.725490196078,213.725490196078],[202.941176470588,218.627450980392,217.647058823529],[148.039215686275,168.627450980392,163.725490196078],[161.764705882353,187.254901960784,178.43137254902],[170.588235294118,198.039215686275,186.274509803922],[175.490196078431,200.980392156863,190.196078431373],[175.490196078431,194.117647058824,188.235294117647],[172.549019607843,188.235294117647,185.294117647059],[194.117647058824,215.686274509804,213.725490196078],[172.549019607843,196.078431372549,198.039215686275],[160.78431372549,177.450980392157,185.294117647059],[156.862745098039,172.549019607843,187.254901960784],[155.882352941176,176.470588235294,193.137254901961],[155.882352941176,180.392156862745,200],[151.960784313725,178.43137254902,199.019607843137],[158.823529411765,182.352941176471,205.882352941176],[171.56862745098,191.176470588235,215.686274509804],[192.156862745098,213.725490196078,237.254901960784],[187.254901960784,217.647058823529,238.235294117647],[169.607843137255,200,219.607843137255],[176.470588235294,202.941176470588,223.529411764706],[187.254901960784,217.647058823529,238.235294117647],[112.745098039216,153.921568627451,178.43137254902],[116.666666666667,160.78431372549,189.21568627451],[127.450980392157,163.725490196078,192.156862745098],[142.156862745098,172.549019607843,200.980392156863],[212.745098039216,236.274509803922,250],[222.549019607843,243.137254901961,250],[202.941176470588,228.43137254902,250],[170.588235294118,200.980392156863,221.56862745098],[141.176470588235,181.372549019608,199.019607843137],[134.313725490196,178.43137254902,197.058823529412],[137.254901960784,184.313725490196,203.921568627451],[134.313725490196,179.411764705882,202.941176470588],[136.274509803922,176.470588235294,203.921568627451],[150.980392156863,183.333333333333,217.647058823529],[159.803921568627,184.313725490196,223.529411764706],[164.705882352941,186.274509803922,224.509803921569],[154.901960784314,181.372549019608,210.78431372549],[149.019607843137,175.490196078431,201.960784313725],[162.745098039216,188.235294117647,212.745098039216],[199.019607843137,222.549019607843,246.078431372549],[175.490196078431,195.098039215686,218.627450980392],[181.372549019608,195.098039215686,220.588235294118],[180.392156862745,187.254901960784,212.745098039216],[209.803921568627,209.803921568627,237.254901960784],[226.470588235294,219.607843137255,250],[250,243.137254901961,250],[226.470588235294,214.705882352941,250],[221.56862745098,213.725490196078,250],[235.294117647059,233.333333333333,250],[200.980392156863,206.862745098039,242.156862745098],[172.549019607843,186.274509803922,220.588235294118],[175.490196078431,197.058823529412,235.294117647059],[147.058823529412,177.450980392157,220.588235294118],[149.019607843137,180.392156862745,226.470588235294],[147.058823529412,173.529411764706,217.647058823529],[150.980392156863,173.529411764706,216.666666666667],[156.862745098039,175.490196078431,216.666666666667],[160.78431372549,178.43137254902,217.647058823529],[165.686274509804,187.254901960784,223.529411764706],[159.803921568627,183.333333333333,218.627450980392],[164.705882352941,186.274509803922,222.549019607843],[180.392156862745,200,234.313725490196],[170.588235294118,188.235294117647,223.529411764706],[159.803921568627,173.529411764706,207.843137254902],[170.588235294118,183.333333333333,214.705882352941],[188.235294117647,193.137254901961,222.549019607843],[201.960784313725,197.058823529412,226.470588235294],[215.686274509804,209.803921568627,235.294117647059],[207.843137254902,208.823529411765,228.43137254902],[246.078431372549,250,250],[225.490196078431,228.43137254902,237.254901960784],[248.039215686275,249.019607843137,250],[184.313725490196,184.313725490196,184.313725490196],[186.274509803922,182.352941176471,181.372549019608],[191.176470588235,183.333333333333,181.372549019608],[206.862745098039,195.098039215686,197.058823529412],[236.274509803922,221.56862745098,228.43137254902],[250,238.235294117647,249.019607843137],[223.529411764706,211.764705882353,225.490196078431],[195.098039215686,186.274509803922,204.901960784314],[178.43137254902,176.470588235294,197.058823529412],[191.176470588235,196.078431372549,215.686274509804],[194.117647058824,204.901960784314,224.509803921569],[202.941176470588,219.607843137255,237.254901960784],[196.078431372549,219.607843137255,229.411764705882],[200,223.529411764706,233.333333333333],[185.294117647059,203.921568627451,217.647058823529],[200,215.686274509804,230.392156862745],[212.745098039216,221.56862745098,238.235294117647],[216.666666666667,221.56862745098,240.196078431373],[209.803921568627,212.745098039216,227.450980392157],[189.21568627451,193.137254901961,201.960784313725],[205.882352941176,210.78431372549,213.725490196078],[180.392156862745,187.254901960784,180.392156862745],[189.21568627451,197.058823529412,184.313725490196],[207.843137254902,214.705882352941,197.058823529412],[164.705882352941,172.549019607843,150],[161.764705882353,166.666666666667,144.117647058824],[186.274509803922,190.196078431373,165.686274509804],[150,158.823529411765,132.352941176471],[193.137254901961,212.745098039216,185.294117647059],[234.313725490196,250,223.529411764706],[161.764705882353,166.666666666667,137.254901960784],[145.098039215686,141.176470588235,116.666666666667],[98.0392156862745,92.156862745098,76.4705882352941],[50.9803921568627,45.0980392156863,33.3333333333333],[143.137254901961,139.21568627451,127.450980392157],[237.254901960784,232.352941176471,213.725490196078],[177.450980392157,168.627450980392,138.235294117647],[146.078431372549,141.176470588235,100],[180.392156862745,182.352941176471,136.274509803922],[146.078431372549,152.941176470588,102.941176470588],[184.313725490196,196.078431372549,149.019607843137],[152.941176470588,160.78431372549,110.78431372549],[166.666666666667,165.686274509804,110.78431372549],[129.411764705882,122.549019607843,69.6078431372549],[109.803921568627,94.1176470588235,58.8235294117647],[159.803921568627,137.254901960784,105.882352941176],[198.039215686275,170.588235294118,131.372549019608],[213.725490196078,177.450980392157,134.313725490196],[187.254901960784,136.274509803922,97.0588235294118],[170.588235294118,118.627450980392,79.4117647058823],[154.901960784314,107.843137254902,70.5882352941177],[123.529411764706,78.4313725490196,43.1372549019608],[123.529411764706,75.4901960784314,43.1372549019608],[136.274509803922,84.3137254901961,50.9803921568627],[177.450980392157,118.627450980392,83.3333333333333],[143.137254901961,86.2745098039216,50],[133.333333333333,88.2352941176471,52.9411764705882],[124.509803921569,89.2156862745098,55.8823529411765],[83.3333333333333,50,25.4901960784314],[67.6470588235294,37.2549019607843,19.6078431372549],[152.941176470588,124.509803921569,116.666666666667],[161.764705882353,137.254901960784,133.333333333333],[66.6666666666667,43.1372549019608,39.2156862745098],[51.9607843137255,31.3725490196078,26.4705882352941],[39.2156862745098,19.6078431372549,12.7450980392157],[33.3333333333333,10.7843137254902,2.94117647058824],[39.2156862745098,9.80392156862745,0],[31.3725490196078,0,0],[116.666666666667,71.5686274509804,56.8627450980392],[115.686274509804,65.6862745098039,47.0588235294118],[102.941176470588,49.0196078431373,28.4313725490196],[98.0392156862745,43.1372549019608,20.5882352941176],[112.745098039216,59.8039215686275,36.2745098039216],[109.803921568627,60.7843137254902,38.2352941176471],[100.980392156863,55.8823529411765,32.3529411764706],[113.725490196078,73.5294117647059,51.9607843137255],[74.5098039215686,42.156862745098,27.4509803921569],[31.3725490196078,3.92156862745098,0],[17.6470588235294,0,0],[21.5686274509804,2.94117647058824,0],[9.80392156862745,0,0],[5.88235294117647,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[6.86274509803922,1.96078431372549,0],[13.7254901960784,8.82352941176471,5.88235294117647],[8.82352941176471,3.92156862745098,0.980392156862745],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,1.96078431372549,0.980392156862745],[247.058823529412,249.019607843137,248.039215686275],[89.2156862745098,91.1764705882353,90.1960784313725],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[12.7450980392157,7.84313725490196,11.7647058823529],[17.6470588235294,12.7450980392157,16.6666666666667],[24.5098039215686,18.6274509803922,20.5882352941176],[12.7450980392157,4.90196078431373,2.94117647058824],[32.3529411764706,25.4901960784314,17.6470588235294],[47.0588235294118,40.1960784313726,24.5098039215686],[60.7843137254902,52.9411764705882,32.3529411764706],[43.1372549019608,33.3333333333333,8.82352941176471],[49.0196078431373,40.1960784313726,7.84313725490196],[60.7843137254902,56.8627450980392,10.7843137254902],[119.607843137255,116.666666666667,66.6666666666667],[108.823529411765,106.862745098039,56.8627450980392],[168.627450980392,166.666666666667,118.627450980392],[140.196078431373,137.254901960784,93.1372549019608],[118.627450980392,114.705882352941,77.4509803921569],[76.4705882352941,71.5686274509804,40.1960784313726],[71.5686274509804,64.7058823529412,37.2549019607843],[98.0392156862745,87.2549019607843,65.6862745098039],[62.7450980392157,51.9607843137255,32.3529411764706],[34.3137254901961,22.5490196078431,0.980392156862745],[48.0392156862745,32.3529411764706,7.84313725490196],[104.901960784314,89.2156862745098,56.8627450980392],[104.901960784314,87.2549019607843,48.0392156862745],[100.980392156863,85.2941176470588,37.2549019607843],[131.372549019608,121.56862745098,71.5686274509804],[151.960784313725,153.921568627451,107.843137254902],[112.745098039216,121.56862745098,77.4509803921569],[105.882352941176,116.666666666667,74.5098039215686],[114.705882352941,126.470588235294,87.2549019607843],[122.549019607843,136.274509803922,101.960784313725],[174.509803921569,189.21568627451,160.78431372549],[205.882352941176,220.588235294118,200],[240.196078431373,250,243.137254901961],[223.529411764706,240.196078431373,234.313725490196],[115.686274509804,133.333333333333,133.333333333333],[153.921568627451,173.529411764706,174.509803921569],[200,220.588235294118,221.56862745098],[175.490196078431,200,196.078431372549],[145.098039215686,171.56862745098,164.705882352941],[173.529411764706,200.980392156863,189.21568627451],[148.039215686275,174.509803921569,165.686274509804],[150,174.509803921569,171.56862745098],[167.647058823529,191.176470588235,193.137254901961],[216.666666666667,246.078431372549,246.078431372549],[206.862745098039,232.352941176471,233.333333333333],[179.411764705882,193.137254901961,201.960784313725],[179.411764705882,193.137254901961,203.921568627451],[185.294117647059,206.862745098039,220.588235294118],[157.843137254902,183.333333333333,198.039215686275],[156.862745098039,183.333333333333,200],[151.960784313725,176.470588235294,196.078431372549],[165.686274509804,183.333333333333,206.862745098039],[174.509803921569,194.117647058824,217.647058823529],[146.078431372549,177.450980392157,198.039215686275],[129.411764705882,164.705882352941,186.274509803922],[155.882352941176,187.254901960784,211.764705882353],[168.627450980392,204.901960784314,231.372549019608],[136.274509803922,184.313725490196,213.725490196078],[174.509803921569,224.509803921569,250],[174.509803921569,214.705882352941,246.078431372549],[148.039215686275,180.392156862745,212.745098039216],[163.725490196078,189.21568627451,221.56862745098],[204.901960784314,229.411764705882,250],[179.411764705882,205.882352941176,234.313725490196],[163.725490196078,197.058823529412,221.56862745098],[150.980392156863,192.156862745098,213.725490196078],[153.921568627451,200,219.607843137255],[161.764705882353,206.862745098039,229.411764705882],[151.960784313725,196.078431372549,218.627450980392],[196.078431372549,230.392156862745,250],[212.745098039216,241.176470588235,250],[183.333333333333,202.941176470588,237.254901960784],[220.588235294118,240.196078431373,250],[167.647058823529,192.156862745098,222.549019607843],[154.901960784314,181.372549019608,207.843137254902],[162.745098039216,184.313725490196,207.843137254902],[187.254901960784,206.862745098039,230.392156862745],[161.764705882353,182.352941176471,202.941176470588],[200.980392156863,218.627450980392,240.196078431373],[203.921568627451,215.686274509804,241.176470588235],[198.039215686275,202.941176470588,231.372549019608],[206.862745098039,205.882352941176,237.254901960784],[193.137254901961,189.21568627451,223.529411764706],[187.254901960784,181.372549019608,216.666666666667],[204.901960784314,199.019607843137,234.313725490196],[245.098039215686,238.235294117647,250],[236.274509803922,234.313725490196,250],[191.176470588235,196.078431372549,237.254901960784],[194.117647058824,206.862745098039,250],[188.235294117647,210.78431372549,250],[171.56862745098,198.039215686275,242.156862745098],[177.450980392157,200,241.176470588235],[187.254901960784,205.882352941176,247.058823529412],[181.372549019608,196.078431372549,234.313725490196],[197.058823529412,210.78431372549,247.058823529412],[215.686274509804,231.372549019608,250],[192.156862745098,207.843137254902,240.196078431373],[159.803921568627,174.509803921569,206.862745098039],[164.705882352941,177.450980392157,208.823529411765],[181.372549019608,190.196078431373,222.549019607843],[169.607843137255,175.490196078431,206.862745098039],[157.843137254902,161.764705882353,190.196078431373],[204.901960784314,201.960784313725,230.392156862745],[236.274509803922,225.490196078431,250],[203.921568627451,192.156862745098,215.686274509804],[201.960784313725,200,213.725490196078],[182.352941176471,182.352941176471,192.156862745098],[201.960784313725,202.941176470588,207.843137254902],[247.058823529412,247.058823529412,249.019607843137],[201.960784313725,200.980392156863,199.019607843137],[204.901960784314,200,197.058823529412],[209.803921568627,198.039215686275,198.039215686275],[240.196078431373,226.470588235294,226.470588235294],[250,244.117647058824,250],[250,237.254901960784,249.019607843137],[204.901960784314,191.176470588235,205.882352941176],[200,191.176470588235,209.803921568627],[199.019607843137,197.058823529412,217.647058823529],[225.490196078431,231.372549019608,250],[192.156862745098,205.882352941176,231.372549019608],[156.862745098039,174.509803921569,196.078431372549],[161.764705882353,183.333333333333,196.078431372549],[188.235294117647,209.803921568627,220.588235294118],[157.843137254902,179.411764705882,192.156862745098],[191.176470588235,207.843137254902,223.529411764706],[230.392156862745,243.137254901961,250],[229.411764705882,237.254901960784,250],[210.78431372549,215.686274509804,234.313725490196],[235.294117647059,241.176470588235,250],[231.372549019608,240.196078431373,245.098039215686],[209.803921568627,219.607843137255,218.627450980392],[204.901960784314,214.705882352941,205.882352941176],[182.352941176471,190.196078431373,177.450980392157],[220.588235294118,224.509803921569,207.843137254902],[223.529411764706,226.470588235294,207.843137254902],[173.529411764706,178.43137254902,156.862745098039],[134.313725490196,144.117647058824,119.607843137255],[155.882352941176,174.509803921569,147.058823529412],[199.019607843137,214.705882352941,186.274509803922],[173.529411764706,178.43137254902,147.058823529412],[68.6274509803922,67.6470588235294,38.2352941176471],[63.7254901960784,60.7843137254902,42.156862745098],[129.411764705882,127.450980392157,114.705882352941],[150,150,140.196078431373],[248.039215686275,245.098039215686,230.392156862745],[215.686274509804,209.803921568627,178.43137254902],[181.372549019608,174.509803921569,131.372549019608],[199.019607843137,195.098039215686,149.019607843137],[238.235294117647,236.274509803922,189.21568627451],[193.137254901961,196.078431372549,150],[158.823529411765,160.78431372549,112.745098039216],[173.529411764706,170.588235294118,118.627450980392],[150,140.196078431373,92.156862745098],[119.607843137255,101.960784313725,64.7058823529412],[117.647058823529,94.1176470588235,58.8235294117647],[86.2745098039216,57.843137254902,18.6274509803922],[148.039215686275,109.803921568627,69.6078431372549],[201.960784313725,149.019607843137,111.764705882353],[197.058823529412,140.196078431373,102.941176470588],[164.705882352941,113.725490196078,75.4901960784314],[104.901960784314,57.843137254902,18.6274509803922],[102.941176470588,54.9019607843137,15.6862745098039],[130.392156862745,75.4901960784314,39.2156862745098],[179.411764705882,116.666666666667,81.3725490196078],[170.588235294118,111.764705882353,76.4705882352941],[126.470588235294,81.3725490196078,46.078431372549],[118.627450980392,83.3333333333333,51.9607843137255],[87.2549019607843,53.921568627451,29.4117647058824],[91.1764705882353,60.7843137254902,43.1372549019608],[143.137254901961,110.78431372549,101.960784313725],[93.1372549019608,62.7450980392157,57.843137254902],[62.7450980392157,38.2352941176471,33.3333333333333],[26.4705882352941,6.86274509803922,0],[49.0196078431373,30.3921568627451,23.5294117647059],[52.9411764705882,33.3333333333333,26.4705882352941],[60.7843137254902,34.3137254901961,25.4901960784314],[55.8823529411765,20.5882352941176,8.82352941176471],[55.8823529411765,10.7843137254902,0],[113.725490196078,61.7647058823529,44.1176470588235],[123.529411764706,67.6470588235294,48.0392156862745],[115.686274509804,58.8235294117647,37.2549019607843],[112.745098039216,57.843137254902,35.2941176470588],[106.862745098039,57.843137254902,35.2941176470588],[101.960784313725,57.843137254902,35.2941176470588],[82.3529411764706,45.0980392156863,26.4705882352941],[53.921568627451,22.5490196078431,9.80392156862745],[40.1960784313726,13.7254901960784,4.90196078431373],[16.6666666666667,0,0],[12.7450980392157,0,0],[20.5882352941176,9.80392156862745,7.84313725490196],[12.7450980392157,4.90196078431373,2.94117647058824],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[7.84313725490196,2.94117647058824,0],[15.6862745098039,10.7843137254902,7.84313725490196],[9.80392156862745,5.88235294117647,2.94117647058824],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[82.3529411764706,78.4313725490196,77.4509803921569],[83.3333333333333,79.4117647058823,78.4313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[62.7450980392157,62.7450980392157,64.7058823529412],[23.5294117647059,23.5294117647059,25.4901960784314],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[23.5294117647059,17.6470588235294,17.6470588235294],[29.4117647058824,21.5686274509804,19.6078431372549],[35.2941176470588,26.4705882352941,21.5686274509804],[33.3333333333333,23.5294117647059,13.7254901960784],[61.7647058823529,50,34.3137254901961],[75.4901960784314,63.7254901960784,40.1960784313726],[63.7254901960784,52.9411764705882,23.5294117647059],[90.1960784313725,77.4509803921569,44.1176470588235],[110.78431372549,99.0196078431373,61.7647058823529],[92.156862745098,86.2745098039216,39.2156862745098],[73.5294117647059,70.5882352941177,18.6274509803922],[159.803921568627,158.823529411765,105.882352941176],[180.392156862745,178.43137254902,128.43137254902],[182.352941176471,181.372549019608,134.313725490196],[59.8039215686275,57.843137254902,17.6470588235294],[41.1764705882353,38.2352941176471,5.88235294117647],[62.7450980392157,56.8627450980392,33.3333333333333],[82.3529411764706,75.4901960784314,59.8039215686275],[67.6470588235294,57.843137254902,46.078431372549],[82.3529411764706,70.5882352941177,58.8235294117647],[109.803921568627,99.0196078431373,81.3725490196078],[110.78431372549,99.0196078431373,73.5294117647059],[100.980392156863,88.2352941176471,53.921568627451],[92.156862745098,81.3725490196078,37.2549019607843],[113.725490196078,109.803921568627,63.7254901960784],[149.019607843137,159.803921568627,117.647058823529],[117.647058823529,133.333333333333,95.0980392156863],[116.666666666667,133.333333333333,92.156862745098],[78.4313725490196,94.1176470588235,55.8823529411765],[108.823529411765,124.509803921569,88.2352941176471],[158.823529411765,178.43137254902,144.117647058824],[174.509803921569,197.058823529412,169.607843137255],[168.627450980392,196.078431372549,174.509803921569],[143.137254901961,173.529411764706,158.823529411765],[119.607843137255,151.960784313725,143.137254901961],[135.294117647059,169.607843137255,165.686274509804],[127.450980392157,161.764705882353,157.843137254902],[108.823529411765,140.196078431373,137.254901960784],[157.843137254902,188.235294117647,182.352941176471],[176.470588235294,202.941176470588,196.078431372549],[157.843137254902,186.274509803922,182.352941176471],[130.392156862745,159.803921568627,169.607843137255],[149.019607843137,180.392156862745,193.137254901961],[182.352941176471,211.764705882353,219.607843137255],[154.901960784314,179.411764705882,184.313725490196],[179.411764705882,189.21568627451,198.039215686275],[225.490196078431,233.333333333333,244.117647058824],[171.56862745098,189.21568627451,202.941176470588],[154.901960784314,177.450980392157,193.137254901961],[149.019607843137,174.509803921569,191.176470588235],[169.607843137255,191.176470588235,211.764705882353],[211.764705882353,227.450980392157,250],[216.666666666667,236.274509803922,250],[158.823529411765,194.117647058824,219.607843137255],[116.666666666667,159.803921568627,188.235294117647],[129.411764705882,173.529411764706,211.764705882353],[147.058823529412,194.117647058824,233.333333333333],[145.098039215686,197.058823529412,230.392156862745],[147.058823529412,196.078431372549,228.43137254902],[150.980392156863,199.019607843137,230.392156862745],[150.980392156863,195.098039215686,227.450980392157],[141.176470588235,183.333333333333,214.705882352941],[139.21568627451,179.411764705882,208.823529411765],[148.039215686275,188.235294117647,215.686274509804],[157.843137254902,199.019607843137,223.529411764706],[159.803921568627,200.980392156863,224.509803921569],[172.549019607843,213.725490196078,235.294117647059],[177.450980392157,217.647058823529,237.254901960784],[215.686274509804,250,250],[199.019607843137,233.333333333333,250],[185.294117647059,215.686274509804,235.294117647059],[202.941176470588,229.411764705882,250],[192.156862745098,219.607843137255,243.137254901961],[163.725490196078,197.058823529412,224.509803921569],[152.941176470588,181.372549019608,210.78431372549],[182.352941176471,198.039215686275,223.529411764706],[180.392156862745,195.098039215686,215.686274509804],[163.725490196078,189.21568627451,203.921568627451],[178.43137254902,206.862745098039,224.509803921569],[171.56862745098,199.019607843137,222.549019607843],[149.019607843137,175.490196078431,204.901960784314],[163.725490196078,187.254901960784,222.549019607843],[154.901960784314,176.470588235294,212.745098039216],[152.941176470588,172.549019607843,206.862745098039],[166.666666666667,180.392156862745,216.666666666667],[184.313725490196,187.254901960784,227.450980392157],[206.862745098039,207.843137254902,250],[207.843137254902,217.647058823529,250],[177.450980392157,193.137254901961,241.176470588235],[170.588235294118,187.254901960784,230.392156862745],[174.509803921569,192.156862745098,231.372549019608],[185.294117647059,200,238.235294117647],[186.274509803922,200,236.274509803922],[216.666666666667,229.411764705882,250],[203.921568627451,214.705882352941,246.078431372549],[193.137254901961,203.921568627451,231.372549019608],[230.392156862745,237.254901960784,250],[202.941176470588,208.823529411765,234.313725490196],[200.980392156863,202.941176470588,227.450980392157],[208.823529411765,205.882352941176,232.352941176471],[194.117647058824,185.294117647059,211.764705882353],[192.156862745098,179.411764705882,204.901960784314],[214.705882352941,199.019607843137,225.490196078431],[228.43137254902,208.823529411765,235.294117647059],[217.647058823529,200,223.529411764706],[198.039215686275,192.156862745098,205.882352941176],[168.627450980392,167.647058823529,175.490196078431],[201.960784313725,200.980392156863,208.823529411765],[250,248.039215686275,250],[207.843137254902,202.941176470588,208.823529411765],[203.921568627451,195.098039215686,200],[219.607843137255,204.901960784314,211.764705882353],[250,240.196078431373,249.019607843137],[250,243.137254901961,250],[250,238.235294117647,250],[230.392156862745,213.725490196078,229.411764705882],[211.764705882353,202.941176470588,221.56862745098],[216.666666666667,218.627450980392,241.176470588235],[195.098039215686,206.862745098039,232.352941176471],[136.274509803922,155.882352941176,182.352941176471],[137.254901960784,157.843137254902,184.313725490196],[144.117647058824,159.803921568627,182.352941176471],[177.450980392157,195.098039215686,214.705882352941],[168.627450980392,195.098039215686,213.725490196078],[129.411764705882,156.862745098039,177.450980392157],[163.725490196078,187.254901960784,210.78431372549],[200,219.607843137255,244.117647058824],[169.607843137255,189.21568627451,212.745098039216],[167.647058823529,188.235294117647,206.862745098039],[176.470588235294,200,209.803921568627],[201.960784313725,222.549019607843,225.490196078431],[235.294117647059,250,248.039215686275],[215.686274509804,225.490196078431,217.647058823529],[196.078431372549,196.078431372549,186.274509803922],[212.745098039216,209.803921568627,195.098039215686],[235.294117647059,236.274509803922,218.627450980392],[181.372549019608,185.294117647059,162.745098039216],[203.921568627451,207.843137254902,183.333333333333],[180.392156862745,183.333333333333,156.862745098039],[116.666666666667,116.666666666667,89.2156862745098],[98.0392156862745,98.0392156862745,72.5490196078431],[81.3725490196078,83.3333333333333,62.7450980392157],[98.0392156862745,100,86.2745098039216],[113.725490196078,116.666666666667,109.803921568627],[76.4705882352941,78.4313725490196,64.7058823529412],[200.980392156863,202.941176470588,166.666666666667],[163.725490196078,162.745098039216,117.647058823529],[113.725490196078,110.78431372549,68.6274509803922],[204.901960784314,201.960784313725,161.764705882353],[178.43137254902,173.529411764706,136.274509803922],[89.2156862745098,84.3137254901961,47.0588235294118],[181.372549019608,172.549019607843,134.313725490196],[222.549019607843,208.823529411765,170.588235294118],[214.705882352941,196.078431372549,153.921568627451],[176.470588235294,150,107.843137254902],[99.0196078431373,61.7647058823529,23.5294117647059],[96.078431372549,50.9803921568627,17.6470588235294],[172.549019607843,120.588235294118,89.2156862745098],[148.039215686275,94.1176470588235,63.7254901960784],[133.333333333333,84.3137254901961,50],[121.56862745098,74.5098039215686,37.2549019607843],[96.078431372549,48.0392156862745,8.82352941176471],[113.725490196078,60.7843137254902,23.5294117647059],[172.549019607843,115.686274509804,79.4117647058823],[157.843137254902,100,66.6666666666667],[120.588235294118,70.5882352941177,40.1960784313726],[120.588235294118,77.4509803921569,50.9803921568627],[68.6274509803922,33.3333333333333,11.7647058823529],[120.588235294118,86.2745098039216,66.6666666666667],[103.921568627451,66.6666666666667,48.0392156862745],[105.882352941176,67.6470588235294,50.9803921568627],[77.4509803921569,44.1176470588235,32.3529411764706],[41.1764705882353,13.7254901960784,2.94117647058824],[34.3137254901961,9.80392156862745,2.94117647058824],[54.9019607843137,30.3921568627451,23.5294117647059],[42.156862745098,12.7450980392157,2.94117647058824],[75.4901960784314,40.1960784313726,26.4705882352941],[54.9019607843137,9.80392156862745,0],[68.6274509803922,17.6470588235294,0],[127.450980392157,72.5490196078431,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[108.823529411765,53.921568627451,29.4117647058824],[119.607843137255,68.6274509803922,47.0588235294118],[94.1176470588235,48.0392156862745,28.4313725490196],[85.2941176470588,47.0588235294118,30.3921568627451],[60.7843137254902,31.3725490196078,21.5686274509804],[48.0392156862745,23.5294117647059,18.6274509803922],[19.6078431372549,0,0],[10.7843137254902,0,0],[14.7058823529412,3.92156862745098,1.96078431372549],[4.90196078431373,0,0],[3.92156862745098,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[11.7647058823529,7.84313725490196,6.86274509803922],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,3.92156862745098],[18.6274509803922,13.7254901960784,10.7843137254902],[52.9411764705882,46.078431372549,40.1960784313726],[26.4705882352941,18.6274509803922,7.84313725490196],[38.2352941176471,29.4117647058824,12.7450980392157],[58.8235294117647,48.0392156862745,26.4705882352941],[116.666666666667,105.882352941176,78.4313725490196],[97.0588235294118,84.3137254901961,50.9803921568627],[96.078431372549,82.3529411764706,46.078431372549],[103.921568627451,92.156862745098,50.9803921568627],[122.549019607843,115.686274509804,70.5882352941177],[85.2941176470588,83.3333333333333,33.3333333333333],[87.2549019607843,86.2745098039216,33.3333333333333],[135.294117647059,135.294117647059,82.3529411764706],[158.823529411765,158.823529411765,107.843137254902],[93.1372549019608,95.0980392156863,47.0588235294118],[52.9411764705882,53.921568627451,14.7058823529412],[31.3725490196078,30.3921568627451,0],[46.078431372549,44.1176470588235,21.5686274509804],[48.0392156862745,42.156862745098,26.4705882352941],[93.1372549019608,86.2745098039216,70.5882352941177],[99.0196078431373,91.1764705882353,70.5882352941177],[55.8823529411765,49.0196078431373,20.5882352941176],[69.6078431372549,61.7647058823529,23.5294117647059],[69.6078431372549,63.7254901960784,16.6666666666667],[116.666666666667,115.686274509804,68.6274509803922],[162.745098039216,175.490196078431,133.333333333333],[112.745098039216,130.392156862745,91.1764705882353],[87.2549019607843,103.921568627451,62.7450980392157],[75.4901960784314,90.1960784313725,50],[118.627450980392,133.333333333333,93.1372549019608],[178.43137254902,194.117647058824,157.843137254902],[161.764705882353,182.352941176471,150],[149.019607843137,177.450980392157,150],[48.0392156862745,80.3921568627451,61.7647058823529],[82.3529411764706,119.607843137255,104.901960784314],[105.882352941176,145.098039215686,136.274509803922],[108.823529411765,147.058823529412,142.156862745098],[113.725490196078,148.039215686275,142.156862745098],[146.078431372549,176.470588235294,170.588235294118],[156.862745098039,181.372549019608,175.490196078431],[138.235294117647,162.745098039216,159.803921568627],[170.588235294118,197.058823529412,207.843137254902],[145.098039215686,172.549019607843,186.274509803922],[117.647058823529,147.058823529412,156.862745098039],[125.490196078431,150,156.862745098039],[185.294117647059,197.058823529412,208.823529411765],[200,208.823529411765,223.529411764706],[161.764705882353,178.43137254902,194.117647058824],[135.294117647059,157.843137254902,175.490196078431],[174.509803921569,199.019607843137,218.627450980392],[188.235294117647,211.764705882353,235.294117647059],[178.43137254902,198.039215686275,224.509803921569],[166.666666666667,191.176470588235,220.588235294118],[156.862745098039,197.058823529412,226.470588235294],[145.098039215686,193.137254901961,225.490196078431],[142.156862745098,190.196078431373,230.392156862745],[136.274509803922,184.313725490196,224.509803921569],[119.607843137255,170.588235294118,206.862745098039],[115.686274509804,167.647058823529,200.980392156863],[116.666666666667,168.627450980392,201.960784313725],[119.607843137255,171.56862745098,202.941176470588],[122.549019607843,171.56862745098,203.921568627451],[123.529411764706,173.529411764706,203.921568627451],[128.43137254902,176.470588235294,205.882352941176],[133.333333333333,179.411764705882,206.862745098039],[136.274509803922,179.411764705882,205.882352941176],[159.803921568627,200.980392156863,224.509803921569],[165.686274509804,202.941176470588,225.490196078431],[196.078431372549,232.352941176471,250],[189.21568627451,223.529411764706,242.156862745098],[171.56862745098,203.921568627451,220.588235294118],[171.56862745098,202.941176470588,217.647058823529],[178.43137254902,208.823529411765,229.411764705882],[144.117647058824,176.470588235294,206.862745098039],[154.901960784314,183.333333333333,214.705882352941],[172.549019607843,187.254901960784,215.686274509804],[175.490196078431,189.21568627451,214.705882352941],[185.294117647059,209.803921568627,229.411764705882],[194.117647058824,226.470588235294,245.098039215686],[172.549019607843,205.882352941176,230.392156862745],[149.019607843137,183.333333333333,212.745098039216],[140.196078431373,175.490196078431,208.823529411765],[142.156862745098,177.450980392157,210.78431372549],[143.137254901961,177.450980392157,208.823529411765],[155.882352941176,181.372549019608,215.686274509804],[196.078431372549,207.843137254902,247.058823529412],[216.666666666667,223.529411764706,250],[187.254901960784,203.921568627451,249.019607843137],[166.666666666667,184.313725490196,229.411764705882],[173.529411764706,188.235294117647,228.43137254902],[179.411764705882,193.137254901961,231.372549019608],[178.43137254902,190.196078431373,227.450980392157],[152.941176470588,165.686274509804,199.019607843137],[185.294117647059,198.039215686275,229.411764705882],[221.56862745098,232.352941176471,250],[211.764705882353,218.627450980392,246.078431372549],[176.470588235294,182.352941176471,205.882352941176],[203.921568627451,205.882352941176,228.43137254902],[217.647058823529,215.686274509804,237.254901960784],[209.803921568627,201.960784313725,224.509803921569],[208.823529411765,197.058823529412,218.627450980392],[200.980392156863,186.274509803922,208.823529411765],[236.274509803922,217.647058823529,239.21568627451],[240.196078431373,218.627450980392,241.176470588235],[223.529411764706,206.862745098039,225.490196078431],[214.705882352941,206.862745098039,219.607843137255],[247.058823529412,244.117647058824,250],[199.019607843137,196.078431372549,202.941176470588],[192.156862745098,189.21568627451,196.078431372549],[211.764705882353,206.862745098039,213.725490196078],[216.666666666667,206.862745098039,214.705882352941],[242.156862745098,226.470588235294,236.274509803922],[250,243.137254901961,250],[250,239.21568627451,248.039215686275],[226.470588235294,206.862745098039,218.627450980392],[211.764705882353,198.039215686275,212.745098039216],[216.666666666667,209.803921568627,227.450980392157],[220.588235294118,225.490196078431,247.058823529412],[150.980392156863,166.666666666667,191.176470588235],[140.196078431373,165.686274509804,192.156862745098],[139.21568627451,164.705882352941,191.176470588235],[149.019607843137,166.666666666667,190.196078431373],[176.470588235294,194.117647058824,215.686274509804],[163.725490196078,190.196078431373,210.78431372549],[141.176470588235,171.56862745098,192.156862745098],[150.980392156863,180.392156862745,203.921568627451],[174.509803921569,201.960784313725,225.490196078431],[175.490196078431,200.980392156863,223.529411764706],[156.862745098039,183.333333333333,203.921568627451],[133.333333333333,161.764705882353,175.490196078431],[163.725490196078,192.156862745098,198.039215686275],[187.254901960784,206.862745098039,207.843137254902],[221.56862745098,231.372549019608,230.392156862745],[186.274509803922,185.294117647059,180.392156862745],[210.78431372549,206.862745098039,196.078431372549],[220.588235294118,218.627450980392,203.921568627451],[242.156862745098,241.176470588235,220.588235294118],[221.56862745098,217.647058823529,191.176470588235],[199.019607843137,194.117647058824,164.705882352941],[144.117647058824,140.196078431373,111.764705882353],[115.686274509804,114.705882352941,87.2549019607843],[90.1960784313725,90.1960784313725,64.7058823529412],[132.352941176471,134.313725490196,112.745098039216],[151.960784313725,154.901960784314,138.235294117647],[76.4705882352941,79.4117647058823,58.8235294117647],[118.627450980392,122.549019607843,90.1960784313725],[139.21568627451,141.176470588235,104.901960784314],[118.627450980392,118.627450980392,85.2941176470588],[134.313725490196,129.411764705882,98.0392156862745],[136.274509803922,130.392156862745,99.0196078431373],[108.823529411765,100,67.6470588235294],[150,139.21568627451,107.843137254902],[189.21568627451,175.490196078431,139.21568627451],[178.43137254902,159.803921568627,117.647058823529],[207.843137254902,181.372549019608,139.21568627451],[88.2352941176471,50.9803921568627,15.6862745098039],[153.921568627451,109.803921568627,79.4117647058823],[150.980392156863,101.960784313725,75.4901960784314],[122.549019607843,72.5490196078431,46.078431372549],[112.745098039216,67.6470588235294,35.2941176470588],[145.098039215686,100,66.6666666666667],[131.372549019608,87.2549019607843,49.0196078431373],[83.3333333333333,36.2745098039216,0],[161.764705882353,110.78431372549,74.5098039215686],[107.843137254902,53.921568627451,23.5294117647059],[68.6274509803922,18.6274509803922,0],[60.7843137254902,16.6666666666667,0],[70.5882352941177,36.2745098039216,16.6666666666667],[87.2549019607843,52.9411764705882,33.3333333333333],[71.5686274509804,31.3725490196078,9.80392156862745],[87.2549019607843,46.078431372549,24.5098039215686],[71.5686274509804,36.2745098039216,20.5882352941176],[65.6862745098039,34.3137254901961,23.5294117647059],[79.4117647058823,52.9411764705882,44.1176470588235],[26.4705882352941,0,0],[47.0588235294118,17.6470588235294,7.84313725490196],[52.9411764705882,17.6470588235294,3.92156862745098],[59.8039215686275,17.6470588235294,0],[73.5294117647059,24.5098039215686,1.96078431372549],[106.862745098039,53.921568627451,28.4313725490196],[111.764705882353,56.8627450980392,30.3921568627451],[105.882352941176,54.9019607843137,31.3725490196078],[66.6666666666667,19.6078431372549,0],[48.0392156862745,3.92156862745098,0],[58.8235294117647,21.5686274509804,8.82352941176471],[61.7647058823529,33.3333333333333,25.4901960784314],[31.3725490196078,7.84313725490196,3.92156862745098],[34.3137254901961,15.6862745098039,11.7647058823529],[18.6274509803922,4.90196078431373,1.96078431372549],[10.7843137254902,0.980392156862745,0],[22.5490196078431,17.6470588235294,14.7058823529412],[7.84313725490196,3.92156862745098,2.94117647058824],[0.980392156862745,0,0],[4.90196078431373,0,3.92156862745098],[4.90196078431373,0,3.92156862745098],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[13.7254901960784,15.6862745098039,12.7450980392157],[63.7254901960784,63.7254901960784,61.7647058823529],[0,0,0],[0.980392156862745,0,0],[11.7647058823529,10.7843137254902,8.82352941176471],[16.6666666666667,12.7450980392157,11.7647058823529],[13.7254901960784,8.82352941176471,4.90196078431373],[46.078431372549,39.2156862745098,31.3725490196078],[68.6274509803922,60.7843137254902,50],[35.2941176470588,26.4705882352941,9.80392156862745],[29.4117647058824,18.6274509803922,0],[60.7843137254902,50,22.5490196078431],[97.0588235294118,84.3137254901961,52.9411764705882],[103.921568627451,91.1764705882353,56.8627450980392],[102.941176470588,94.1176470588235,55.8823529411765],[76.4705882352941,71.5686274509804,30.3921568627451],[74.5098039215686,73.5294117647059,28.4313725490196],[76.4705882352941,76.4705882352941,27.4509803921569],[132.352941176471,135.294117647059,83.3333333333333],[196.078431372549,199.019607843137,143.137254901961],[150.980392156863,153.921568627451,98.0392156862745],[119.607843137255,122.549019607843,70.5882352941177],[84.3137254901961,86.2745098039216,40.1960784313726],[29.4117647058824,29.4117647058824,0],[86.2745098039216,86.2745098039216,52.9411764705882],[62.7450980392157,59.8039215686275,27.4509803921569],[35.2941176470588,31.3725490196078,0],[42.156862745098,39.2156862745098,0],[43.1372549019608,39.2156862745098,0],[75.4901960784314,72.5490196078431,18.6274509803922],[165.686274509804,165.686274509804,112.745098039216],[177.450980392157,186.274509803922,142.156862745098],[173.529411764706,185.294117647059,146.078431372549],[164.705882352941,172.549019607843,132.352941176471],[167.647058823529,176.470588235294,134.313725490196],[146.078431372549,152.941176470588,111.764705882353],[173.529411764706,181.372549019608,143.137254901961],[197.058823529412,210.78431372549,176.470588235294],[219.607843137255,238.235294117647,210.78431372549],[154.901960784314,179.411764705882,158.823529411765],[133.333333333333,163.725490196078,149.019607843137],[110.78431372549,143.137254901961,134.313725490196],[138.235294117647,170.588235294118,163.725490196078],[139.21568627451,169.607843137255,163.725490196078],[155.882352941176,182.352941176471,175.490196078431],[200.980392156863,223.529411764706,215.686274509804],[164.705882352941,183.333333333333,177.450980392157],[166.666666666667,178.43137254902,178.43137254902],[138.235294117647,152.941176470588,155.882352941176],[155.882352941176,180.392156862745,185.294117647059],[213.725490196078,240.196078431373,249.019607843137],[207.843137254902,224.509803921569,240.196078431373],[209.803921568627,226.470588235294,246.078431372549],[155.882352941176,178.43137254902,196.078431372549],[166.666666666667,193.137254901961,211.764705882353],[211.764705882353,241.176470588235,250],[142.156862745098,172.549019607843,200],[138.235294117647,167.647058823529,200.980392156863],[141.176470588235,176.470588235294,211.764705882353],[151.960784313725,200,232.352941176471],[180.392156862745,229.411764705882,250],[155.882352941176,198.039215686275,231.372549019608],[129.411764705882,171.56862745098,204.901960784314],[129.411764705882,178.43137254902,212.745098039216],[121.56862745098,174.509803921569,209.803921568627],[121.56862745098,172.549019607843,208.823529411765],[124.509803921569,176.470588235294,209.803921568627],[127.450980392157,176.470588235294,210.78431372549],[128.43137254902,177.450980392157,211.764705882353],[127.450980392157,175.490196078431,207.843137254902],[126.470588235294,171.56862745098,203.921568627451],[135.294117647059,177.450980392157,208.823529411765],[141.176470588235,181.372549019608,208.823529411765],[147.058823529412,183.333333333333,209.803921568627],[173.529411764706,208.823529411765,232.352941176471],[176.470588235294,210.78431372549,232.352941176471],[168.627450980392,200,222.549019607843],[154.901960784314,185.294117647059,205.882352941176],[162.745098039216,192.156862745098,217.647058823529],[154.901960784314,183.333333333333,214.705882352941],[150,173.529411764706,208.823529411765],[162.745098039216,176.470588235294,212.745098039216],[170.588235294118,185.294117647059,217.647058823529],[163.725490196078,184.313725490196,212.745098039216],[175.490196078431,202.941176470588,226.470588235294],[195.098039215686,224.509803921569,248.039215686275],[182.352941176471,213.725490196078,238.235294117647],[152.941176470588,186.274509803922,212.745098039216],[140.196078431373,174.509803921569,201.960784313725],[136.274509803922,168.627450980392,199.019607843137],[146.078431372549,171.56862745098,203.921568627451],[174.509803921569,190.196078431373,225.490196078431],[178.43137254902,192.156862745098,228.43137254902],[161.764705882353,181.372549019608,213.725490196078],[178.43137254902,198.039215686275,232.352941176471],[183.333333333333,198.039215686275,236.274509803922],[164.705882352941,178.43137254902,216.666666666667],[169.607843137255,183.333333333333,219.607843137255],[169.607843137255,182.352941176471,216.666666666667],[181.372549019608,194.117647058824,227.450980392157],[181.372549019608,192.156862745098,221.56862745098],[178.43137254902,187.254901960784,215.686274509804],[174.509803921569,181.372549019608,206.862745098039],[197.058823529412,200.980392156863,225.490196078431],[206.862745098039,207.843137254902,228.43137254902],[215.686274509804,212.745098039216,233.333333333333],[187.254901960784,179.411764705882,200],[200.980392156863,190.196078431373,206.862745098039],[223.529411764706,210.78431372549,228.43137254902],[250,241.176470588235,250],[225.490196078431,213.725490196078,227.450980392157],[182.352941176471,175.490196078431,183.333333333333],[184.313725490196,179.411764705882,186.274509803922],[175.490196078431,170.588235294118,177.450980392157],[223.529411764706,218.627450980392,224.509803921569],[247.058823529412,242.156862745098,248.039215686275],[219.607843137255,213.725490196078,217.647058823529],[250,243.137254901961,250],[250,245.098039215686,250],[250,237.254901960784,245.098039215686],[236.274509803922,219.607843137255,229.411764705882],[232.352941176471,220.588235294118,232.352941176471],[207.843137254902,203.921568627451,218.627450980392],[185.294117647059,192.156862745098,210.78431372549],[147.058823529412,162.745098039216,187.254901960784],[167.647058823529,193.137254901961,219.607843137255],[149.019607843137,176.470588235294,200],[154.901960784314,176.470588235294,197.058823529412],[184.313725490196,204.901960784314,221.56862745098],[164.705882352941,185.294117647059,201.960784313725],[152.941176470588,178.43137254902,195.098039215686],[150.980392156863,179.411764705882,195.098039215686],[163.725490196078,192.156862745098,209.803921568627],[196.078431372549,220.588235294118,240.196078431373],[174.509803921569,200,216.666666666667],[130.392156862745,158.823529411765,172.549019607843],[143.137254901961,169.607843137255,180.392156862745],[153.921568627451,170.588235294118,178.43137254902],[158.823529411765,167.647058823529,172.549019607843],[121.56862745098,127.450980392157,125.490196078431],[161.764705882353,164.705882352941,155.882352941176],[145.098039215686,141.176470588235,130.392156862745],[207.843137254902,200.980392156863,182.352941176471],[226.470588235294,221.56862745098,190.196078431373],[182.352941176471,178.43137254902,141.176470588235],[200,194.117647058824,158.823529411765],[165.686274509804,157.843137254902,122.549019607843],[129.411764705882,120.588235294118,88.2352941176471],[162.745098039216,156.862745098039,121.56862745098],[125.490196078431,121.56862745098,84.3137254901961],[100.980392156863,100.980392156863,67.6470588235294],[111.764705882353,110.78431372549,91.1764705882353],[89.2156862745098,90.1960784313725,76.4705882352941],[83.3333333333333,84.3137254901961,68.6274509803922],[207.843137254902,206.862745098039,187.254901960784],[113.725490196078,109.803921568627,85.2941176470588],[52.9411764705882,46.078431372549,17.6470588235294],[106.862745098039,97.0588235294118,62.7450980392157],[127.450980392157,113.725490196078,77.4509803921569],[164.705882352941,150,109.803921568627],[239.21568627451,215.686274509804,178.43137254902],[167.647058823529,135.294117647059,104.901960784314],[182.352941176471,141.176470588235,116.666666666667],[137.254901960784,92.156862745098,68.6274509803922],[103.921568627451,58.8235294117647,35.2941176470588],[94.1176470588235,53.921568627451,26.4705882352941],[136.274509803922,96.078431372549,66.6666666666667],[199.019607843137,159.803921568627,125.490196078431],[123.529411764706,79.4117647058823,47.0588235294118],[106.862745098039,58.8235294117647,27.4509803921569],[94.1176470588235,45.0980392156863,18.6274509803922],[70.5882352941177,25.4901960784314,1.96078431372549],[58.8235294117647,18.6274509803922,0],[49.0196078431373,18.6274509803922,0.980392156862745],[51.9607843137255,21.5686274509804,3.92156862745098],[92.156862745098,54.9019607843137,36.2745098039216],[76.4705882352941,39.2156862745098,20.5882352941176],[90.1960784313725,54.9019607843137,41.1764705882353],[100,70.5882352941177,60.7843137254902],[120.588235294118,94.1176470588235,87.2549019607843],[62.7450980392157,36.2745098039216,29.4117647058824],[56.8627450980392,27.4509803921569,17.6470588235294],[76.4705882352941,41.1764705882353,27.4509803921569],[86.2745098039216,44.1176470588235,27.4509803921569],[122.549019607843,75.4901960784314,53.921568627451],[138.235294117647,87.2549019607843,63.7254901960784],[124.509803921569,73.5294117647059,50],[97.0588235294118,50,28.4313725490196],[54.9019607843137,10.7843137254902,0],[65.6862745098039,24.5098039215686,10.7843137254902],[65.6862745098039,32.3529411764706,22.5490196078431],[36.2745098039216,9.80392156862745,2.94117647058824],[32.3529411764706,11.7647058823529,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,9.80392156862745,7.84313725490196],[26.4705882352941,21.5686274509804,18.6274509803922],[2.94117647058824,0,0],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[9.80392156862745,5.88235294117647,4.90196078431373],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,3.92156862745098,0.980392156862745],[25.4901960784314,27.4509803921569,22.5490196078431],[75.4901960784314,77.4509803921569,74.5098039215686],[1.96078431372549,1.96078431372549,0],[4.90196078431373,4.90196078431373,2.94117647058824],[15.6862745098039,14.7058823529412,10.7843137254902],[20.5882352941176,19.6078431372549,15.6862745098039],[11.7647058823529,8.82352941176471,3.92156862745098],[20.5882352941176,16.6666666666667,7.84313725490196],[60.7843137254902,54.9019607843137,43.1372549019608],[83.3333333333333,76.4705882352941,58.8235294117647],[12.7450980392157,4.90196078431373,0],[21.5686274509804,11.7647058823529,0],[38.2352941176471,29.4117647058824,0],[37.2549019607843,27.4509803921569,0],[65.6862745098039,55.8823529411765,20.5882352941176],[49.0196078431373,40.1960784313726,7.84313725490196],[61.7647058823529,55.8823529411765,20.5882352941176],[88.2352941176471,83.3333333333333,42.156862745098],[122.549019607843,120.588235294118,70.5882352941177],[98.0392156862745,97.0588235294118,41.1764705882353],[69.6078431372549,69.6078431372549,8.82352941176471],[144.117647058824,144.117647058824,83.3333333333333],[151.960784313725,150.980392156863,95.0980392156863],[152.941176470588,151.960784313725,99.0196078431373],[141.176470588235,139.21568627451,91.1764705882353],[107.843137254902,103.921568627451,57.843137254902],[82.3529411764706,75.4901960784314,30.3921568627451],[93.1372549019608,87.2549019607843,38.2352941176471],[100.980392156863,94.1176470588235,41.1764705882353],[128.43137254902,122.549019607843,63.7254901960784],[197.058823529412,195.098039215686,139.21568627451],[232.352941176471,238.235294117647,191.176470588235],[209.803921568627,216.666666666667,175.490196078431],[163.725490196078,169.607843137255,126.470588235294],[168.627450980392,169.607843137255,126.470588235294],[134.313725490196,135.294117647059,92.156862745098],[144.117647058824,145.098039215686,105.882352941176],[203.921568627451,209.803921568627,174.509803921569],[206.862745098039,216.666666666667,190.196078431373],[238.235294117647,250,234.313725490196],[136.274509803922,158.823529411765,143.137254901961],[138.235294117647,163.725490196078,152.941176470588],[156.862745098039,183.333333333333,176.470588235294],[147.058823529412,173.529411764706,166.666666666667],[149.019607843137,174.509803921569,165.686274509804],[166.666666666667,187.254901960784,178.43137254902],[186.274509803922,201.960784313725,192.156862745098],[170.588235294118,177.450980392157,170.588235294118],[187.254901960784,196.078431372549,195.098039215686],[191.176470588235,211.764705882353,216.666666666667],[191.176470588235,217.647058823529,228.43137254902],[167.647058823529,185.294117647059,204.901960784314],[190.196078431373,207.843137254902,229.411764705882],[150,172.549019607843,190.196078431373],[185.294117647059,211.764705882353,230.392156862745],[167.647058823529,197.058823529412,220.588235294118],[173.529411764706,206.862745098039,234.313725490196],[164.705882352941,199.019607843137,236.274509803922],[138.235294117647,181.372549019608,219.607843137255],[126.470588235294,179.411764705882,214.705882352941],[132.352941176471,184.313725490196,217.647058823529],[132.352941176471,174.509803921569,205.882352941176],[123.529411764706,163.725490196078,195.098039215686],[122.549019607843,171.56862745098,207.843137254902],[121.56862745098,174.509803921569,211.764705882353],[126.470588235294,177.450980392157,215.686274509804],[127.450980392157,178.43137254902,214.705882352941],[126.470588235294,177.450980392157,213.725490196078],[130.392156862745,179.411764705882,215.686274509804],[133.333333333333,182.352941176471,216.666666666667],[133.333333333333,181.372549019608,213.725490196078],[148.039215686275,192.156862745098,224.509803921569],[137.254901960784,179.411764705882,210.78431372549],[153.921568627451,192.156862745098,222.549019607843],[170.588235294118,206.862745098039,235.294117647059],[155.882352941176,190.196078431373,217.647058823529],[157.843137254902,191.176470588235,217.647058823529],[153.921568627451,184.313725490196,211.764705882353],[165.686274509804,196.078431372549,224.509803921569],[168.627450980392,200.980392156863,233.333333333333],[143.137254901961,172.549019607843,207.843137254902],[147.058823529412,171.56862745098,210.78431372549],[170.588235294118,194.117647058824,231.372549019608],[150.980392156863,176.470588235294,208.823529411765],[150,176.470588235294,204.901960784314],[182.352941176471,209.803921568627,231.372549019608],[172.549019607843,202.941176470588,222.549019607843],[180.392156862745,210.78431372549,231.372549019608],[169.607843137255,199.019607843137,222.549019607843],[163.725490196078,190.196078431373,218.627450980392],[161.764705882353,184.313725490196,215.686274509804],[160.78431372549,176.470588235294,208.823529411765],[160.78431372549,174.509803921569,202.941176470588],[161.764705882353,175.490196078431,200.980392156863],[163.725490196078,177.450980392157,202.941176470588],[192.156862745098,204.901960784314,238.235294117647],[180.392156862745,194.117647058824,230.392156862745],[175.490196078431,189.21568627451,223.529411764706],[164.705882352941,177.450980392157,210.78431372549],[171.56862745098,184.313725490196,215.686274509804],[160.78431372549,171.56862745098,200.980392156863],[166.666666666667,175.490196078431,203.921568627451],[182.352941176471,189.21568627451,214.705882352941],[189.21568627451,195.098039215686,218.627450980392],[183.333333333333,185.294117647059,205.882352941176],[236.274509803922,237.254901960784,250],[219.607843137255,216.666666666667,233.333333333333],[227.450980392157,223.529411764706,237.254901960784],[197.058823529412,191.176470588235,202.941176470588],[232.352941176471,224.509803921569,235.294117647059],[250,240.196078431373,249.019607843137],[235.294117647059,225.490196078431,233.333333333333],[184.313725490196,175.490196078431,180.392156862745],[222.549019607843,216.666666666667,220.588235294118],[250,248.039215686275,250],[218.627450980392,213.725490196078,217.647058823529],[224.509803921569,218.627450980392,220.588235294118],[250,247.058823529412,250],[250,242.156862745098,246.078431372549],[232.352941176471,220.588235294118,224.509803921569],[228.43137254902,215.686274509804,222.549019607843],[236.274509803922,229.411764705882,237.254901960784],[204.901960784314,203.921568627451,217.647058823529],[155.882352941176,163.725490196078,182.352941176471],[155.882352941176,171.56862745098,194.117647058824],[150.980392156863,176.470588235294,200.980392156863],[148.039215686275,177.450980392157,200.980392156863],[154.901960784314,183.333333333333,199.019607843137],[179.411764705882,204.901960784314,217.647058823529],[151.960784313725,170.588235294118,184.313725490196],[151.960784313725,170.588235294118,184.313725490196],[168.627450980392,192.156862745098,203.921568627451],[179.411764705882,205.882352941176,216.666666666667],[192.156862745098,219.607843137255,231.372549019608],[162.745098039216,190.196078431373,203.921568627451],[146.078431372549,173.529411764706,187.254901960784],[130.392156862745,152.941176470588,168.627450980392],[140.196078431373,158.823529411765,172.549019607843],[137.254901960784,153.921568627451,161.764705882353],[116.666666666667,130.392156862745,131.372549019608],[100,105.882352941176,101.960784313725],[117.647058823529,112.745098039216,106.862745098039],[160.78431372549,151.960784313725,135.294117647059],[193.137254901961,184.313725490196,153.921568627451],[192.156862745098,184.313725490196,146.078431372549],[210.78431372549,200.980392156863,165.686274509804],[225.490196078431,215.686274509804,180.392156862745],[225.490196078431,216.666666666667,178.43137254902],[196.078431372549,189.21568627451,146.078431372549],[114.705882352941,111.764705882353,57.843137254902],[100.980392156863,98.0392156862745,53.921568627451],[80.3921568627451,75.4901960784314,55.8823529411765],[29.4117647058824,25.4901960784314,14.7058823529412],[66.6666666666667,63.7254901960784,47.0588235294118],[177.450980392157,175.490196078431,154.901960784314],[179.411764705882,175.490196078431,150.980392156863],[40.1960784313726,36.2745098039216,7.84313725490196],[64.7058823529412,59.8039215686275,28.4313725490196],[125.490196078431,117.647058823529,82.3529411764706],[186.274509803922,172.549019607843,136.274509803922],[235.294117647059,212.745098039216,179.411764705882],[250,226.470588235294,198.039215686275],[152.941176470588,116.666666666667,91.1764705882353],[89.2156862745098,48.0392156862745,24.5098039215686],[76.4705882352941,35.2941176470588,11.7647058823529],[41.1764705882353,1.96078431372549,0],[68.6274509803922,32.3529411764706,3.92156862745098],[189.21568627451,150.980392156863,120.588235294118],[196.078431372549,155.882352941176,124.509803921569],[98.0392156862745,53.921568627451,25.4901960784314],[105.882352941176,59.8039215686275,34.3137254901961],[82.3529411764706,38.2352941176471,17.6470588235294],[88.2352941176471,50.9803921568627,32.3529411764706],[71.5686274509804,40.1960784313726,25.4901960784314],[47.0588235294118,18.6274509803922,2.94117647058824],[63.7254901960784,27.4509803921569,9.80392156862745],[63.7254901960784,27.4509803921569,9.80392156862745],[53.921568627451,20.5882352941176,8.82352941176471],[58.8235294117647,29.4117647058824,19.6078431372549],[41.1764705882353,14.7058823529412,7.84313725490196],[51.9607843137255,25.4901960784314,18.6274509803922],[38.2352941176471,8.82352941176471,0],[63.7254901960784,28.4313725490196,14.7058823529412],[81.3725490196078,41.1764705882353,23.5294117647059],[115.686274509804,69.6078431372549,50],[138.235294117647,91.1764705882353,69.6078431372549],[140.196078431373,93.1372549019608,71.5686274509804],[85.2941176470588,41.1764705882353,22.5490196078431],[64.7058823529412,26.4705882352941,11.7647058823529],[71.5686274509804,35.2941176470588,26.4705882352941],[39.2156862745098,9.80392156862745,1.96078431372549],[44.1176470588235,19.6078431372549,14.7058823529412],[38.2352941176471,17.6470588235294,12.7450980392157],[24.5098039215686,6.86274509803922,2.94117647058824],[16.6666666666667,2.94117647058824,0],[7.84313725490196,0,0],[4.90196078431373,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,5.88235294117647],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,1.96078431372549,0],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[12.7450980392157,13.7254901960784,8.82352941176471],[5.88235294117647,4.90196078431373,0.980392156862745],[5.88235294117647,4.90196078431373,0.980392156862745],[4.90196078431373,1.96078431372549,0],[17.6470588235294,13.7254901960784,4.90196078431373],[41.1764705882353,35.2941176470588,23.5294117647059],[63.7254901960784,58.8235294117647,40.1960784313726],[77.4509803921569,71.5686274509804,50],[96.078431372549,90.1960784313725,64.7058823529412],[41.1764705882353,34.3137254901961,5.88235294117647],[18.6274509803922,9.80392156862745,0],[27.4509803921569,16.6666666666667,0],[54.9019607843137,39.2156862745098,14.7058823529412],[44.1176470588235,26.4705882352941,2.94117647058824],[91.1764705882353,75.4901960784314,42.156862745098],[116.666666666667,102.941176470588,58.8235294117647],[103.921568627451,91.1764705882353,37.2549019607843],[127.450980392157,117.647058823529,56.8627450980392],[89.2156862745098,80.3921568627451,14.7058823529412],[147.058823529412,138.235294117647,72.5490196078431],[166.666666666667,156.862745098039,96.078431372549],[156.862745098039,145.098039215686,86.2745098039216],[139.21568627451,126.470588235294,72.5490196078431],[200.980392156863,186.274509803922,132.352941176471],[189.21568627451,174.509803921569,120.588235294118],[196.078431372549,179.411764705882,124.509803921569],[181.372549019608,165.686274509804,107.843137254902],[190.196078431373,179.411764705882,124.509803921569],[250,250,204.901960784314],[208.823529411765,214.705882352941,169.607843137255],[174.509803921569,173.529411764706,128.43137254902],[166.666666666667,163.725490196078,119.607843137255],[165.686274509804,158.823529411765,115.686274509804],[155.882352941176,150.980392156863,111.764705882353],[186.274509803922,183.333333333333,149.019607843137],[170.588235294118,173.529411764706,145.098039215686],[217.647058823529,226.470588235294,205.882352941176],[234.313725490196,248.039215686275,233.333333333333],[209.803921568627,229.411764705882,220.588235294118],[159.803921568627,182.352941176471,174.509803921569],[151.960784313725,174.509803921569,166.666666666667],[140.196078431373,162.745098039216,154.901960784314],[162.745098039216,183.333333333333,174.509803921569],[179.411764705882,195.098039215686,185.294117647059],[237.254901960784,243.137254901961,239.21568627451],[221.56862745098,231.372549019608,232.352941176471],[214.705882352941,238.235294117647,242.156862745098],[211.764705882353,235.294117647059,245.098039215686],[197.058823529412,213.725490196078,231.372549019608],[166.666666666667,183.333333333333,200.980392156863],[199.019607843137,217.647058823529,232.352941176471],[194.117647058824,216.666666666667,232.352941176471],[191.176470588235,218.627450980392,239.21568627451],[177.450980392157,207.843137254902,235.294117647059],[184.313725490196,219.607843137255,250],[137.254901960784,180.392156862745,218.627450980392],[119.607843137255,176.470588235294,213.725490196078],[138.235294117647,195.098039215686,231.372549019608],[115.686274509804,162.745098039216,198.039215686275],[127.450980392157,172.549019607843,207.843137254902],[119.607843137255,170.588235294118,208.823529411765],[121.56862745098,173.529411764706,212.745098039216],[126.470588235294,178.43137254902,217.647058823529],[127.450980392157,178.43137254902,217.647058823529],[125.490196078431,176.470588235294,215.686274509804],[132.352941176471,180.392156862745,219.607843137255],[137.254901960784,185.294117647059,224.509803921569],[137.254901960784,184.313725490196,223.529411764706],[148.039215686275,191.176470588235,229.411764705882],[129.411764705882,170.588235294118,207.843137254902],[140.196078431373,179.411764705882,214.705882352941],[156.862745098039,194.117647058824,229.411764705882],[159.803921568627,193.137254901961,227.450980392157],[178.43137254902,210.78431372549,243.137254901961],[169.607843137255,201.960784313725,234.313725490196],[178.43137254902,212.745098039216,244.117647058824],[154.901960784314,197.058823529412,228.43137254902],[150,195.098039215686,228.43137254902],[145.098039215686,190.196078431373,225.490196078431],[153.921568627451,195.098039215686,232.352941176471],[142.156862745098,177.450980392157,212.745098039216],[130.392156862745,160.78431372549,189.21568627451],[155.882352941176,183.333333333333,203.921568627451],[169.607843137255,196.078431372549,212.745098039216],[186.274509803922,211.764705882353,228.43137254902],[204.901960784314,225.490196078431,246.078431372549],[192.156862745098,208.823529411765,238.235294117647],[177.450980392157,190.196078431373,223.529411764706],[177.450980392157,186.274509803922,216.666666666667],[197.058823529412,202.941176470588,228.43137254902],[214.705882352941,213.725490196078,231.372549019608],[187.254901960784,186.274509803922,203.921568627451],[174.509803921569,181.372549019608,208.823529411765],[190.196078431373,200.980392156863,232.352941176471],[194.117647058824,204.901960784314,236.274509803922],[170.588235294118,181.372549019608,212.745098039216],[166.666666666667,177.450980392157,206.862745098039],[161.764705882353,172.549019607843,201.960784313725],[172.549019607843,181.372549019608,209.803921568627],[173.529411764706,180.392156862745,205.882352941176],[146.078431372549,151.960784313725,175.490196078431],[185.294117647059,190.196078431373,209.803921568627],[246.078431372549,249.019607843137,250],[240.196078431373,242.156862745098,250],[228.43137254902,228.43137254902,238.235294117647],[195.098039215686,194.117647058824,200],[177.450980392157,175.490196078431,180.392156862745],[228.43137254902,222.549019607843,226.470588235294],[250,246.078431372549,250],[241.176470588235,228.43137254902,235.294117647059],[250,247.058823529412,250],[249.019607843137,243.137254901961,245.098039215686],[219.607843137255,215.686274509804,216.666666666667],[250,249.019607843137,250],[241.176470588235,235.294117647059,237.254901960784],[250,248.039215686275,248.039215686275],[195.098039215686,186.274509803922,187.254901960784],[179.411764705882,173.529411764706,177.450980392157],[191.176470588235,188.235294117647,195.098039215686],[195.098039215686,197.058823529412,208.823529411765],[164.705882352941,176.470588235294,192.156862745098],[137.254901960784,154.901960784314,174.509803921569],[115.686274509804,141.176470588235,163.725490196078],[135.294117647059,165.686274509804,186.274509803922],[148.039215686275,180.392156862745,195.098039215686],[181.372549019608,210.78431372549,220.588235294118],[187.254901960784,209.803921568627,217.647058823529],[184.313725490196,200.980392156863,208.823529411765],[184.313725490196,199.019607843137,205.882352941176],[178.43137254902,199.019607843137,203.921568627451],[164.705882352941,197.058823529412,201.960784313725],[142.156862745098,173.529411764706,184.313725490196],[155.882352941176,173.529411764706,193.137254901961],[169.607843137255,185.294117647059,207.843137254902],[150.980392156863,176.470588235294,193.137254901961],[147.058823529412,172.549019607843,185.294117647059],[151.960784313725,170.588235294118,176.470588235294],[121.56862745098,131.372549019608,132.352941176471],[194.117647058824,190.196078431373,187.254901960784],[175.490196078431,163.725490196078,151.960784313725],[183.333333333333,167.647058823529,143.137254901961],[227.450980392157,212.745098039216,182.352941176471],[215.686274509804,202.941176470588,171.56862745098],[215.686274509804,207.843137254902,172.549019607843],[239.21568627451,234.313725490196,197.058823529412],[223.529411764706,221.56862745098,174.509803921569],[163.725490196078,161.764705882353,103.921568627451],[152.941176470588,150,96.078431372549],[154.901960784314,146.078431372549,113.725490196078],[144.117647058824,132.352941176471,106.862745098039],[83.3333333333333,72.5490196078431,41.1764705882353],[51.9607843137255,44.1176470588235,8.82352941176471],[169.607843137255,164.705882352941,135.294117647059],[150.980392156863,150,122.549019607843],[150,151.960784313725,130.392156862745],[208.823529411765,206.862745098039,182.352941176471],[129.411764705882,116.666666666667,85.2941176470588],[153.921568627451,130.392156862745,97.0588235294118],[199.019607843137,165.686274509804,138.235294117647],[111.764705882353,72.5490196078431,48.0392156862745],[50.9803921568627,6.86274509803922,0],[100,55.8823529411765,33.3333333333333],[79.4117647058823,38.2352941176471,13.7254901960784],[106.862745098039,68.6274509803922,40.1960784313726],[95.0980392156863,54.9019607843137,25.4901960784314],[149.019607843137,106.862745098039,75.4901960784314],[124.509803921569,78.4313725490196,50.9803921568627],[130.392156862745,81.3725490196078,56.8627450980392],[112.745098039216,67.6470588235294,45.0980392156863],[91.1764705882353,50.9803921568627,31.3725490196078],[120.588235294118,88.2352941176471,69.6078431372549],[96.078431372549,65.6862745098039,48.0392156862745],[92.156862745098,57.843137254902,39.2156862745098],[48.0392156862745,11.7647058823529,0],[53.921568627451,20.5882352941176,10.7843137254902],[45.0980392156863,15.6862745098039,5.88235294117647],[20.5882352941176,0,0],[76.4705882352941,48.0392156862745,40.1960784313726],[31.3725490196078,0,0],[92.156862745098,56.8627450980392,43.1372549019608],[75.4901960784314,34.3137254901961,18.6274509803922],[83.3333333333333,39.2156862745098,20.5882352941176],[118.627450980392,72.5490196078431,52.9411764705882],[147.058823529412,102.941176470588,84.3137254901961],[63.7254901960784,25.4901960784314,10.7843137254902],[43.1372549019608,6.86274509803922,0],[34.3137254901961,3.92156862745098,0],[39.2156862745098,11.7647058823529,8.82352941176471],[40.1960784313726,16.6666666666667,12.7450980392157],[33.3333333333333,14.7058823529412,10.7843137254902],[10.7843137254902,0,0],[7.84313725490196,0,0],[10.7843137254902,2.94117647058824,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,7.84313725490196,3.92156862745098],[0,4.90196078431373,0],[0,1.96078431372549,0],[12.7450980392157,14.7058823529412,9.80392156862745],[17.6470588235294,19.6078431372549,14.7058823529412],[9.80392156862745,10.7843137254902,5.88235294117647],[12.7450980392157,11.7647058823529,7.84313725490196],[9.80392156862745,8.82352941176471,3.92156862745098],[19.6078431372549,16.6666666666667,7.84313725490196],[33.3333333333333,29.4117647058824,17.6470588235294],[44.1176470588235,41.1764705882353,24.5098039215686],[40.1960784313726,35.2941176470588,15.6862745098039],[54.9019607843137,50.9803921568627,26.4705882352941],[83.3333333333333,79.4117647058823,50.9803921568627],[55.8823529411765,50.9803921568627,21.5686274509804],[57.843137254902,48.0392156862745,21.5686274509804],[47.0588235294118,30.3921568627451,12.7450980392157],[47.0588235294118,26.4705882352941,7.84313725490196],[44.1176470588235,24.5098039215686,0],[93.1372549019608,78.4313725490196,38.2352941176471],[112.745098039216,100,49.0196078431373],[116.666666666667,105.882352941176,45.0980392156863],[128.43137254902,117.647058823529,52.9411764705882],[136.274509803922,126.470588235294,58.8235294117647],[109.803921568627,99.0196078431373,34.3137254901961],[119.607843137255,108.823529411765,46.078431372549],[144.117647058824,133.333333333333,72.5490196078431],[81.3725490196078,66.6666666666667,8.82352941176471],[150,135.294117647059,77.4509803921569],[202.941176470588,187.254901960784,129.411764705882],[180.392156862745,164.705882352941,105.882352941176],[212.745098039216,201.960784313725,147.058823529412],[225.490196078431,227.450980392157,179.411764705882],[200.980392156863,206.862745098039,161.764705882353],[207.843137254902,206.862745098039,161.764705882353],[171.56862745098,167.647058823529,123.529411764706],[165.686274509804,156.862745098039,114.705882352941],[157.843137254902,149.019607843137,108.823529411765],[186.274509803922,180.392156862745,147.058823529412],[237.254901960784,236.274509803922,208.823529411765],[226.470588235294,231.372549019608,211.764705882353],[230.392156862745,242.156862745098,228.43137254902],[199.019607843137,215.686274509804,207.843137254902],[130.392156862745,152.941176470588,147.058823529412],[153.921568627451,178.43137254902,172.549019607843],[157.843137254902,182.352941176471,176.470588235294],[161.764705882353,184.313725490196,176.470588235294],[181.372549019608,200,194.117647058824],[228.43137254902,237.254901960784,234.313725490196],[225.490196078431,235.294117647059,236.274509803922],[199.019607843137,219.607843137255,222.549019607843],[187.254901960784,209.803921568627,217.647058823529],[200.980392156863,216.666666666667,231.372549019608],[177.450980392157,194.117647058824,211.764705882353],[185.294117647059,207.843137254902,225.490196078431],[193.137254901961,220.588235294118,241.176470588235],[191.176470588235,225.490196078431,247.058823529412],[149.019607843137,183.333333333333,210.78431372549],[128.43137254902,163.725490196078,197.058823529412],[132.352941176471,174.509803921569,208.823529411765],[123.529411764706,176.470588235294,209.803921568627],[120.588235294118,178.43137254902,209.803921568627],[129.411764705882,178.43137254902,210.78431372549],[117.647058823529,164.705882352941,200],[120.588235294118,171.56862745098,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[118.627450980392,170.588235294118,209.803921568627],[122.549019607843,174.509803921569,213.725490196078],[132.352941176471,183.333333333333,222.549019607843],[133.333333333333,184.313725490196,223.529411764706],[128.43137254902,176.470588235294,216.666666666667],[142.156862745098,186.274509803922,226.470588235294],[148.039215686275,191.176470588235,229.411764705882],[150,191.176470588235,230.392156862745],[152.941176470588,191.176470588235,229.411764705882],[156.862745098039,191.176470588235,228.43137254902],[165.686274509804,199.019607843137,235.294117647059],[152.941176470588,186.274509803922,222.549019607843],[174.509803921569,209.803921568627,245.098039215686],[162.745098039216,206.862745098039,239.21568627451],[141.176470588235,190.196078431373,222.549019607843],[126.470588235294,181.372549019608,215.686274509804],[126.470588235294,177.450980392157,213.725490196078],[133.333333333333,170.588235294118,206.862745098039],[160.78431372549,191.176470588235,221.56862745098],[187.254901960784,213.725490196078,234.313725490196],[175.490196078431,198.039215686275,213.725490196078],[162.745098039216,183.333333333333,200],[181.372549019608,198.039215686275,217.647058823529],[171.56862745098,185.294117647059,211.764705882353],[161.764705882353,172.549019607843,201.960784313725],[158.823529411765,172.549019607843,198.039215686275],[173.529411764706,181.372549019608,200],[204.901960784314,200.980392156863,214.705882352941],[217.647058823529,213.725490196078,227.450980392157],[173.529411764706,178.43137254902,198.039215686275],[172.549019607843,182.352941176471,206.862745098039],[184.313725490196,194.117647058824,220.588235294118],[180.392156862745,190.196078431373,216.666666666667],[169.607843137255,179.411764705882,205.882352941176],[160.78431372549,167.647058823529,195.098039215686],[180.392156862745,187.254901960784,212.745098039216],[177.450980392157,183.333333333333,206.862745098039],[181.372549019608,186.274509803922,207.843137254902],[195.098039215686,200,218.627450980392],[219.607843137255,222.549019607843,237.254901960784],[212.745098039216,215.686274509804,224.509803921569],[245.098039215686,246.078431372549,250],[203.921568627451,202.941176470588,207.843137254902],[158.823529411765,158.823529411765,158.823529411765],[214.705882352941,210.78431372549,211.764705882353],[250,241.176470588235,246.078431372549],[250,244.117647058824,250],[249.019607843137,237.254901960784,241.176470588235],[245.098039215686,236.274509803922,239.21568627451],[244.117647058824,240.196078431373,241.176470588235],[241.176470588235,239.21568627451,240.196078431373],[176.470588235294,175.490196078431,173.529411764706],[208.823529411765,207.843137254902,205.882352941176],[215.686274509804,211.764705882353,210.78431372549],[212.745098039216,210.78431372549,211.764705882353],[204.901960784314,205.882352941176,210.78431372549],[176.470588235294,180.392156862745,191.176470588235],[175.490196078431,187.254901960784,200.980392156863],[148.039215686275,166.666666666667,183.333333333333],[157.843137254902,184.313725490196,204.901960784314],[129.411764705882,160.78431372549,181.372549019608],[145.098039215686,183.333333333333,198.039215686275],[154.901960784314,188.235294117647,198.039215686275],[184.313725490196,206.862745098039,214.705882352941],[188.235294117647,202.941176470588,207.843137254902],[166.666666666667,180.392156862745,181.372549019608],[151.960784313725,171.56862745098,172.549019607843],[130.392156862745,159.803921568627,161.764705882353],[108.823529411765,138.235294117647,146.078431372549],[139.21568627451,159.803921568627,178.43137254902],[150.980392156863,172.549019607843,196.078431372549],[163.725490196078,194.117647058824,214.705882352941],[153.921568627451,184.313725490196,201.960784313725],[146.078431372549,172.549019607843,181.372549019608],[184.313725490196,199.019607843137,203.921568627451],[232.352941176471,232.352941176471,232.352941176471],[166.666666666667,155.882352941176,150],[158.823529411765,148.039215686275,130.392156862745],[205.882352941176,194.117647058824,170.588235294118],[210.78431372549,201.960784313725,173.529411764706],[209.803921568627,200.980392156863,168.627450980392],[223.529411764706,218.627450980392,181.372549019608],[235.294117647059,231.372549019608,187.254901960784],[203.921568627451,198.039215686275,149.019607843137],[191.176470588235,183.333333333333,135.294117647059],[128.43137254902,116.666666666667,77.4509803921569],[180.392156862745,168.627450980392,131.372549019608],[186.274509803922,175.490196078431,131.372549019608],[101.960784313725,95.0980392156863,50],[143.137254901961,140.196078431373,100],[200.980392156863,200.980392156863,165.686274509804],[233.333333333333,236.274509803922,205.882352941176],[223.529411764706,220.588235294118,190.196078431373],[143.137254901961,127.450980392157,94.1176470588235],[193.137254901961,164.705882352941,131.372549019608],[175.490196078431,137.254901960784,106.862745098039],[111.764705882353,67.6470588235294,39.2156862745098],[62.7450980392157,16.6666666666667,0],[128.43137254902,82.3529411764706,56.8627450980392],[157.843137254902,113.725490196078,85.2941176470588],[137.254901960784,95.0980392156863,63.7254901960784],[127.450980392157,85.2941176470588,51.9607843137255],[101.960784313725,56.8627450980392,24.5098039215686],[92.156862745098,42.156862745098,11.7647058823529],[88.2352941176471,35.2941176470588,7.84313725490196],[125.490196078431,74.5098039215686,50.9803921568627],[94.1176470588235,49.0196078431373,26.4705882352941],[96.078431372549,58.8235294117647,36.2745098039216],[81.3725490196078,47.0588235294118,27.4509803921569],[58.8235294117647,22.5490196078431,4.90196078431373],[51.9607843137255,16.6666666666667,2.94117647058824],[71.5686274509804,38.2352941176471,28.4313725490196],[82.3529411764706,50,41.1764705882353],[54.9019607843137,25.4901960784314,15.6862745098039],[54.9019607843137,25.4901960784314,15.6862745098039],[55.8823529411765,22.5490196078431,10.7843137254902],[76.4705882352941,39.2156862745098,26.4705882352941],[96.078431372549,54.9019607843137,39.2156862745098],[86.2745098039216,44.1176470588235,27.4509803921569],[100.980392156863,58.8235294117647,42.156862745098],[120.588235294118,79.4117647058823,63.7254901960784],[73.5294117647059,38.2352941176471,26.4705882352941],[56.8627450980392,27.4509803921569,19.6078431372549],[25.4901960784314,0.980392156862745,0],[47.0588235294118,23.5294117647059,23.5294117647059],[38.2352941176471,17.6470588235294,14.7058823529412],[18.6274509803922,0,0],[69.6078431372549,54.9019607843137,51.9607843137255],[70.5882352941177,59.8039215686275,57.843137254902],[14.7058823529412,6.86274509803922,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[14.7058823529412,14.7058823529412,14.7058823529412],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[5.88235294117647,9.80392156862745,8.82352941176471],[0.980392156862745,4.90196078431373,3.92156862745098],[5.88235294117647,7.84313725490196,6.86274509803922],[2.94117647058824,4.90196078431373,3.92156862745098],[0,0,0],[9.80392156862745,8.82352941176471,4.90196078431373],[3.92156862745098,2.94117647058824,0],[21.5686274509804,18.6274509803922,11.7647058823529],[31.3725490196078,29.4117647058824,17.6470588235294],[48.0392156862745,46.078431372549,31.3725490196078],[42.156862745098,39.2156862745098,20.5882352941176],[55.8823529411765,53.921568627451,33.3333333333333],[40.1960784313726,38.2352941176471,13.7254901960784],[79.4117647058823,78.4313725490196,50.9803921568627],[75.4901960784314,71.5686274509804,47.0588235294118],[62.7450980392157,53.921568627451,37.2549019607843],[93.1372549019608,82.3529411764706,64.7058823529412],[77.4509803921569,67.6470588235294,41.1764705882353],[73.5294117647059,68.6274509803922,31.3725490196078],[113.725490196078,109.803921568627,62.7450980392157],[94.1176470588235,92.156862745098,36.2745098039216],[126.470588235294,125.490196078431,62.7450980392157],[139.21568627451,138.235294117647,74.5098039215686],[127.450980392157,126.470588235294,62.7450980392157],[150,149.019607843137,86.2745098039216],[150,148.039215686275,88.2352941176471],[191.176470588235,186.274509803922,129.411764705882],[199.019607843137,194.117647058824,137.254901960784],[210.78431372549,204.901960784314,148.039215686275],[159.803921568627,153.921568627451,95.0980392156863],[202.941176470588,201.960784313725,147.058823529412],[220.588235294118,228.43137254902,180.392156862745],[187.254901960784,196.078431372549,153.921568627451],[185.294117647059,188.235294117647,144.117647058824],[175.490196078431,172.549019607843,130.392156862745],[155.882352941176,149.019607843137,107.843137254902],[143.137254901961,135.294117647059,99.0196078431373],[166.666666666667,161.764705882353,130.392156862745],[214.705882352941,214.705882352941,189.21568627451],[202.941176470588,209.803921568627,194.117647058824],[163.725490196078,176.470588235294,166.666666666667],[131.372549019608,151.960784313725,147.058823529412],[93.1372549019608,118.627450980392,115.686274509804],[113.725490196078,142.156862745098,138.235294117647],[129.411764705882,159.803921568627,154.901960784314],[176.470588235294,204.901960784314,200],[190.196078431373,211.764705882353,208.823529411765],[213.725490196078,225.490196078431,225.490196078431],[181.372549019608,189.21568627451,191.176470588235],[144.117647058824,159.803921568627,158.823529411765],[162.745098039216,180.392156862745,184.313725490196],[165.686274509804,179.411764705882,192.156862745098],[181.372549019608,199.019607843137,218.627450980392],[148.039215686275,181.372549019608,207.843137254902],[150.980392156863,194.117647058824,222.549019607843],[151.960784313725,197.058823529412,229.411764705882],[146.078431372549,189.21568627451,223.529411764706],[140.196078431373,178.43137254902,210.78431372549],[136.274509803922,174.509803921569,204.901960784314],[153.921568627451,200,225.490196078431],[150.980392156863,200,224.509803921569],[123.529411764706,167.647058823529,196.078431372549],[124.509803921569,169.607843137255,201.960784313725],[120.588235294118,171.56862745098,207.843137254902],[117.647058823529,172.549019607843,208.823529411765],[118.627450980392,173.529411764706,209.803921568627],[122.549019607843,175.490196078431,212.745098039216],[133.333333333333,185.294117647059,224.509803921569],[148.039215686275,199.019607843137,238.235294117647],[149.019607843137,200,239.21568627451],[140.196078431373,188.235294117647,228.43137254902],[138.235294117647,184.313725490196,225.490196078431],[150.980392156863,195.098039215686,235.294117647059],[144.117647058824,186.274509803922,227.450980392157],[145.098039215686,186.274509803922,225.490196078431],[152.941176470588,191.176470588235,231.372549019608],[163.725490196078,200.980392156863,239.21568627451],[154.901960784314,189.21568627451,228.43137254902],[166.666666666667,200.980392156863,238.235294117647],[166.666666666667,200.980392156863,238.235294117647],[136.274509803922,178.43137254902,212.745098039216],[140.196078431373,192.156862745098,225.490196078431],[140.196078431373,187.254901960784,222.549019607843],[140.196078431373,173.529411764706,209.803921568627],[189.21568627451,213.725490196078,244.117647058824],[214.705882352941,236.274509803922,250],[181.372549019608,201.960784313725,220.588235294118],[175.490196078431,194.117647058824,210.78431372549],[165.686274509804,183.333333333333,202.941176470588],[185.294117647059,200.980392156863,225.490196078431],[176.470588235294,196.078431372549,219.607843137255],[160.78431372549,187.254901960784,203.921568627451],[162.745098039216,186.274509803922,198.039215686275],[175.490196078431,184.313725490196,191.176470588235],[209.803921568627,212.745098039216,219.607843137255],[198.039215686275,201.960784313725,213.725490196078],[184.313725490196,190.196078431373,205.882352941176],[166.666666666667,171.56862745098,190.196078431373],[157.843137254902,159.803921568627,180.392156862745],[170.588235294118,172.549019607843,193.137254901961],[181.372549019608,183.333333333333,205.882352941176],[201.960784313725,203.921568627451,224.509803921569],[186.274509803922,188.235294117647,208.823529411765],[186.274509803922,187.254901960784,206.862745098039],[203.921568627451,204.901960784314,222.549019607843],[216.666666666667,215.686274509804,229.411764705882],[196.078431372549,194.117647058824,204.901960784314],[214.705882352941,213.725490196078,219.607843137255],[185.294117647059,183.333333333333,186.274509803922],[188.235294117647,187.254901960784,185.294117647059],[224.509803921569,218.627450980392,218.627450980392],[214.705882352941,198.039215686275,203.921568627451],[244.117647058824,223.529411764706,230.392156862745],[250,237.254901960784,244.117647058824],[250,244.117647058824,249.019607843137],[250,249.019607843137,250],[245.098039215686,245.098039215686,245.098039215686],[183.333333333333,185.294117647059,182.352941176471],[177.450980392157,179.411764705882,176.470588235294],[202.941176470588,202.941176470588,200.980392156863],[201.960784313725,203.921568627451,202.941176470588],[201.960784313725,205.882352941176,208.823529411765],[159.803921568627,166.666666666667,174.509803921569],[150,163.725490196078,176.470588235294],[157.843137254902,175.490196078431,195.098039215686],[191.176470588235,216.666666666667,239.21568627451],[140.196078431373,171.56862745098,194.117647058824],[137.254901960784,179.411764705882,196.078431372549],[134.313725490196,172.549019607843,187.254901960784],[166.666666666667,185.294117647059,199.019607843137],[185.294117647059,200,206.862745098039],[168.627450980392,186.274509803922,186.274509803922],[147.058823529412,166.666666666667,165.686274509804],[138.235294117647,158.823529411765,161.764705882353],[135.294117647059,158.823529411765,168.627450980392],[138.235294117647,168.627450980392,186.274509803922],[122.549019607843,156.862745098039,178.43137254902],[100.980392156863,132.352941176471,156.862745098039],[94.1176470588235,125.490196078431,148.039215686275],[149.019607843137,182.352941176471,194.117647058824],[177.450980392157,201.960784313725,206.862745098039],[175.490196078431,181.372549019608,181.372549019608],[201.960784313725,200.980392156863,196.078431372549],[146.078431372549,148.039215686275,137.254901960784],[173.529411764706,176.470588235294,157.843137254902],[146.078431372549,144.117647058824,119.607843137255],[186.274509803922,180.392156862745,149.019607843137],[207.843137254902,195.098039215686,161.764705882353],[231.372549019608,216.666666666667,184.313725490196],[250,248.039215686275,222.549019607843],[219.607843137255,204.901960784314,176.470588235294],[171.56862745098,162.745098039216,122.549019607843],[164.705882352941,160.78431372549,113.725490196078],[204.901960784314,204.901960784314,155.882352941176],[230.392156862745,233.333333333333,181.372549019608],[145.098039215686,148.039215686275,94.1176470588235],[157.843137254902,158.823529411765,102.941176470588],[138.235294117647,137.254901960784,82.3529411764706],[196.078431372549,186.274509803922,136.274509803922],[201.960784313725,178.43137254902,135.294117647059],[225.490196078431,188.235294117647,151.960784313725],[157.843137254902,109.803921568627,77.4509803921569],[137.254901960784,85.2941176470588,53.921568627451],[102.941176470588,49.0196078431373,18.6274509803922],[84.3137254901961,30.3921568627451,0],[115.686274509804,66.6666666666667,32.3529411764706],[123.529411764706,76.4705882352941,41.1764705882353],[100,52.9411764705882,15.6862745098039],[88.2352941176471,37.2549019607843,0.980392156862745],[98.0392156862745,40.1960784313726,6.86274509803922],[82.3529411764706,22.5490196078431,0],[138.235294117647,80.3921568627451,50.9803921568627],[128.43137254902,75.4901960784314,48.0392156862745],[101.960784313725,57.843137254902,29.4117647058824],[97.0588235294118,57.843137254902,32.3529411764706],[43.1372549019608,4.90196078431373,0],[63.7254901960784,26.4705882352941,13.7254901960784],[114.705882352941,79.4117647058823,67.6470588235294],[71.5686274509804,38.2352941176471,28.4313725490196],[38.2352941176471,4.90196078431373,0],[42.156862745098,8.82352941176471,0],[75.4901960784314,38.2352941176471,25.4901960784314],[86.2745098039216,48.0392156862745,33.3333333333333],[61.7647058823529,20.5882352941176,4.90196078431373],[77.4509803921569,35.2941176470588,18.6274509803922],[96.078431372549,54.9019607843137,39.2156862745098],[83.3333333333333,46.078431372549,33.3333333333333],[80.3921568627451,48.0392156862745,39.2156862745098],[63.7254901960784,35.2941176470588,31.3725490196078],[33.3333333333333,9.80392156862745,9.80392156862745],[37.2549019607843,17.6470588235294,18.6274509803922],[44.1176470588235,24.5098039215686,23.5294117647059],[15.6862745098039,0,0],[28.4313725490196,14.7058823529412,13.7254901960784],[21.5686274509804,11.7647058823529,9.80392156862745],[5.88235294117647,0.980392156862745,0],[11.7647058823529,7.84313725490196,4.90196078431373],[3.92156862745098,0,0],[3.92156862745098,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[8.82352941176471,8.82352941176471,8.82352941176471],[31.3725490196078,31.3725490196078,31.3725490196078],[10.7843137254902,10.7843137254902,12.7450980392157],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,1.96078431372549],[0,0.980392156862745,1.96078431372549],[2.94117647058824,6.86274509803922,7.84313725490196],[15.6862745098039,16.6666666666667,18.6274509803922],[3.92156862745098,5.88235294117647,4.90196078431373],[10.7843137254902,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,8.82352941176471],[19.6078431372549,16.6666666666667,11.7647058823529],[21.5686274509804,18.6274509803922,11.7647058823529],[29.4117647058824,27.4509803921569,15.6862745098039],[45.0980392156863,43.1372549019608,28.4313725490196],[59.8039215686275,58.8235294117647,41.1764705882353],[74.5098039215686,76.4705882352941,55.8823529411765],[73.5294117647059,75.4901960784314,53.921568627451],[28.4313725490196,27.4509803921569,6.86274509803922],[64.7058823529412,61.7647058823529,45.0980392156863],[84.3137254901961,81.3725490196078,62.7450980392157],[90.1960784313725,90.1960784313725,64.7058823529412],[81.3725490196078,82.3529411764706,49.0196078431373],[86.2745098039216,89.2156862745098,47.0588235294118],[101.960784313725,105.882352941176,56.8627450980392],[100.980392156863,105.882352941176,52.9411764705882],[94.1176470588235,99.0196078431373,42.156862745098],[134.313725490196,139.21568627451,82.3529411764706],[143.137254901961,148.039215686275,93.1372549019608],[150.980392156863,155.882352941176,100.980392156863],[195.098039215686,200,147.058823529412],[220.588235294118,223.529411764706,171.56862745098],[178.43137254902,181.372549019608,127.450980392157],[153.921568627451,156.862745098039,102.941176470588],[163.725490196078,170.588235294118,119.607843137255],[198.039215686275,210.78431372549,167.647058823529],[173.529411764706,188.235294117647,148.039215686275],[182.352941176471,191.176470588235,149.019607843137],[248.039215686275,250,210.78431372549],[216.666666666667,214.705882352941,176.470588235294],[196.078431372549,193.137254901961,158.823529411765],[229.411764705882,228.43137254902,199.019607843137],[235.294117647059,239.21568627451,216.666666666667],[226.470588235294,237.254901960784,223.529411764706],[121.56862745098,138.235294117647,130.392156862745],[131.372549019608,156.862745098039,153.921568627451],[114.705882352941,146.078431372549,145.098039215686],[143.137254901961,176.470588235294,177.450980392157],[145.098039215686,180.392156862745,180.392156862745],[120.588235294118,155.882352941176,153.921568627451],[124.509803921569,154.901960784314,156.862745098039],[179.411764705882,201.960784313725,207.843137254902],[202.941176470588,221.56862745098,228.43137254902],[154.901960784314,175.490196078431,178.43137254902],[170.588235294118,189.21568627451,193.137254901961],[200,211.764705882353,223.529411764706],[210.78431372549,227.450980392157,245.098039215686],[188.235294117647,221.56862745098,246.078431372549],[149.019607843137,192.156862745098,218.627450980392],[122.549019607843,166.666666666667,197.058823529412],[125.490196078431,167.647058823529,199.019607843137],[153.921568627451,187.254901960784,214.705882352941],[199.019607843137,232.352941176471,250],[192.156862745098,236.274509803922,250],[150.980392156863,200,222.549019607843],[139.21568627451,187.254901960784,216.666666666667],[135.294117647059,187.254901960784,218.627450980392],[112.745098039216,165.686274509804,200.980392156863],[113.725490196078,168.627450980392,202.941176470588],[114.705882352941,169.607843137255,203.921568627451],[115.686274509804,170.588235294118,204.901960784314],[121.56862745098,176.470588235294,212.745098039216],[132.352941176471,185.294117647059,222.549019607843],[132.352941176471,185.294117647059,222.549019607843],[122.549019607843,173.529411764706,211.764705882353],[134.313725490196,182.352941176471,221.56862745098],[144.117647058824,191.176470588235,230.392156862745],[145.098039215686,189.21568627451,229.411764705882],[150,193.137254901961,231.372549019608],[142.156862745098,183.333333333333,222.549019607843],[158.823529411765,197.058823529412,237.254901960784],[166.666666666667,203.921568627451,242.156862745098],[171.56862745098,205.882352941176,245.098039215686],[186.274509803922,217.647058823529,250],[161.764705882353,196.078431372549,233.333333333333],[150.980392156863,199.019607843137,230.392156862745],[141.176470588235,187.254901960784,216.666666666667],[158.823529411765,189.21568627451,219.607843137255],[200.980392156863,221.56862745098,250],[200,219.607843137255,244.117647058824],[180.392156862745,200,223.529411764706],[188.235294117647,208.823529411765,229.411764705882],[155.882352941176,176.470588235294,197.058823529412],[192.156862745098,213.725490196078,234.313725490196],[171.56862745098,198.039215686275,216.666666666667],[158.823529411765,196.078431372549,206.862745098039],[200,236.274509803922,242.156862745098],[190.196078431373,208.823529411765,214.705882352941],[186.274509803922,193.137254901961,199.019607843137],[187.254901960784,192.156862745098,198.039215686275],[197.058823529412,200,206.862745098039],[181.372549019608,181.372549019608,191.176470588235],[172.549019607843,172.549019607843,184.313725490196],[191.176470588235,190.196078431373,203.921568627451],[183.333333333333,180.392156862745,197.058823529412],[195.098039215686,192.156862745098,208.823529411765],[203.921568627451,200.980392156863,217.647058823529],[200,197.058823529412,213.725490196078],[200,196.078431372549,210.78431372549],[196.078431372549,193.137254901961,203.921568627451],[243.137254901961,238.235294117647,245.098039215686],[223.529411764706,218.627450980392,224.509803921569],[210.78431372549,206.862745098039,207.843137254902],[222.549019607843,218.627450980392,217.647058823529],[231.372549019608,221.56862745098,222.549019607843],[216.666666666667,196.078431372549,202.941176470588],[215.686274509804,193.137254901961,202.941176470588],[250,244.117647058824,250],[250,246.078431372549,250],[247.058823529412,243.137254901961,244.117647058824],[239.21568627451,241.176470588235,240.196078431373],[204.901960784314,209.803921568627,205.882352941176],[198.039215686275,202.941176470588,199.019607843137],[207.843137254902,209.803921568627,206.862745098039],[156.862745098039,160.78431372549,159.803921568627],[187.254901960784,192.156862745098,195.098039215686],[204.901960784314,213.725490196078,220.588235294118],[148.039215686275,161.764705882353,174.509803921569],[133.333333333333,151.960784313725,168.627450980392],[139.21568627451,163.725490196078,185.294117647059],[134.313725490196,165.686274509804,188.235294117647],[128.43137254902,169.607843137255,191.176470588235],[115.686274509804,155.882352941176,173.529411764706],[123.529411764706,149.019607843137,163.725490196078],[174.509803921569,193.137254901961,200],[204.901960784314,222.549019607843,224.509803921569],[179.411764705882,197.058823529412,197.058823529412],[159.803921568627,177.450980392157,181.372549019608],[161.764705882353,183.333333333333,194.117647058824],[122.549019607843,157.843137254902,173.529411764706],[107.843137254902,148.039215686275,169.607843137255],[124.509803921569,160.78431372549,186.274509803922],[129.411764705882,166.666666666667,189.21568627451],[82.3529411764706,119.607843137255,132.352941176471],[70.5882352941177,99.0196078431373,104.901960784314],[195.098039215686,208.823529411765,208.823529411765],[239.21568627451,248.039215686275,243.137254901961],[233.333333333333,246.078431372549,237.254901960784],[220.588235294118,232.352941176471,220.588235294118],[168.627450980392,175.490196078431,159.803921568627],[138.235294117647,140.196078431373,119.607843137255],[125.490196078431,119.607843137255,96.078431372549],[190.196078431373,179.411764705882,157.843137254902],[250,236.274509803922,220.588235294118],[224.509803921569,210.78431372549,184.313725490196],[213.725490196078,206.862745098039,153.921568627451],[213.725490196078,209.803921568627,147.058823529412],[196.078431372549,196.078431372549,137.254901960784],[210.78431372549,209.803921568627,153.921568627451],[157.843137254902,157.843137254902,99.0196078431373],[118.627450980392,118.627450980392,57.843137254902],[162.745098039216,161.764705882353,98.0392156862745],[162.745098039216,150.980392156863,92.156862745098],[146.078431372549,115.686274509804,69.6078431372549],[203.921568627451,160.78431372549,122.549019607843],[143.137254901961,92.156862745098,55.8823529411765],[133.333333333333,75.4901960784314,42.156862745098],[121.56862745098,62.7450980392157,29.4117647058824],[126.470588235294,69.6078431372549,33.3333333333333],[128.43137254902,75.4901960784314,38.2352941176471],[157.843137254902,106.862745098039,68.6274509803922],[112.745098039216,61.7647058823529,23.5294117647059],[100,47.0588235294118,9.80392156862745],[140.196078431373,81.3725490196078,48.0392156862745],[146.078431372549,84.3137254901961,51.9607843137255],[187.254901960784,127.450980392157,97.0588235294118],[146.078431372549,90.1960784313725,60.7843137254902],[135.294117647059,87.2549019607843,54.9019607843137],[129.411764705882,86.2745098039216,57.843137254902],[81.3725490196078,44.1176470588235,25.4901960784314],[45.0980392156863,7.84313725490196,0],[74.5098039215686,37.2549019607843,24.5098039215686],[83.3333333333333,48.0392156862745,34.3137254901961],[71.5686274509804,36.2745098039216,22.5490196078431],[44.1176470588235,8.82352941176471,0],[62.7450980392157,26.4705882352941,10.7843137254902],[78.4313725490196,40.1960784313726,23.5294117647059],[48.0392156862745,6.86274509803922,0],[51.9607843137255,10.7843137254902,0],[68.6274509803922,30.3921568627451,15.6862745098039],[49.0196078431373,13.7254901960784,1.96078431372549],[83.3333333333333,53.921568627451,46.078431372549],[59.8039215686275,35.2941176470588,31.3725490196078],[50,30.3921568627451,29.4117647058824],[42.156862745098,24.5098039215686,24.5098039215686],[34.3137254901961,16.6666666666667,16.6666666666667],[29.4117647058824,14.7058823529412,11.7647058823529],[13.7254901960784,2.94117647058824,0.980392156862745],[8.82352941176471,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0,1.96078431372549,5.88235294117647],[4.90196078431373,8.82352941176471,11.7647058823529],[0,2.94117647058824,5.88235294117647],[10.7843137254902,11.7647058823529,15.6862745098039],[9.80392156862745,9.80392156862745,11.7647058823529],[1.96078431372549,0,0.980392156862745],[43.1372549019608,42.156862745098,40.1960784313726],[21.5686274509804,20.5882352941176,16.6666666666667],[26.4705882352941,25.4901960784314,20.5882352941176],[34.3137254901961,34.3137254901961,24.5098039215686],[39.2156862745098,39.2156862745098,27.4509803921569],[4.90196078431373,5.88235294117647,0],[49.0196078431373,51.9607843137255,35.2941176470588],[51.9607843137255,54.9019607843137,36.2745098039216],[64.7058823529412,67.6470588235294,49.0196078431373],[66.6666666666667,71.5686274509804,51.9607843137255],[55.8823529411765,60.7843137254902,39.2156862745098],[34.3137254901961,39.2156862745098,16.6666666666667],[61.7647058823529,67.6470588235294,40.1960784313726],[71.5686274509804,78.4313725490196,46.078431372549],[70.5882352941177,78.4313725490196,42.156862745098],[89.2156862745098,97.0588235294118,58.8235294117647],[94.1176470588235,101.960784313725,61.7647058823529],[95.0980392156863,102.941176470588,62.7450980392157],[104.901960784314,112.745098039216,72.5490196078431],[86.2745098039216,94.1176470588235,53.921568627451],[99.0196078431373,107.843137254902,65.6862745098039],[100,108.823529411765,66.6666666666667],[81.3725490196078,90.1960784313725,46.078431372549],[120.588235294118,132.352941176471,83.3333333333333],[154.901960784314,170.588235294118,124.509803921569],[109.803921568627,131.372549019608,93.1372549019608],[80.3921568627451,101.960784313725,66.6666666666667],[105.882352941176,121.56862745098,85.2941176470588],[159.803921568627,171.56862745098,134.313725490196],[194.117647058824,200,164.705882352941],[194.117647058824,199.019607843137,167.647058823529],[224.509803921569,230.392156862745,204.901960784314],[235.294117647059,244.117647058824,225.490196078431],[223.529411764706,240.196078431373,230.392156862745],[176.470588235294,200.980392156863,197.058823529412],[180.392156862745,213.725490196078,214.705882352941],[151.960784313725,190.196078431373,195.098039215686],[123.529411764706,166.666666666667,169.607843137255],[101.960784313725,146.078431372549,149.019607843137],[84.3137254901961,128.43137254902,131.372549019608],[89.2156862745098,133.333333333333,139.21568627451],[104.901960784314,147.058823529412,165.686274509804],[112.745098039216,150,172.549019607843],[127.450980392157,162.745098039216,176.470588235294],[144.117647058824,170.588235294118,181.372549019608],[178.43137254902,191.176470588235,200],[235.294117647059,247.058823529412,250],[227.450980392157,249.019607843137,250],[210.78431372549,238.235294117647,250],[160.78431372549,189.21568627451,204.901960784314],[154.901960784314,181.372549019608,200],[221.56862745098,243.137254901961,250],[209.803921568627,237.254901960784,250],[147.058823529412,191.176470588235,213.725490196078],[134.313725490196,189.21568627451,215.686274509804],[121.56862745098,182.352941176471,218.627450980392],[131.372549019608,192.156862745098,230.392156862745],[113.725490196078,172.549019607843,205.882352941176],[115.686274509804,173.529411764706,204.901960784314],[120.588235294118,178.43137254902,209.803921568627],[122.549019607843,177.450980392157,209.803921568627],[118.627450980392,173.529411764706,207.843137254902],[121.56862745098,176.470588235294,210.78431372549],[123.529411764706,178.43137254902,212.745098039216],[118.627450980392,171.56862745098,208.823529411765],[127.450980392157,178.43137254902,216.666666666667],[143.137254901961,192.156862745098,228.43137254902],[145.098039215686,192.156862745098,229.411764705882],[140.196078431373,184.313725490196,222.549019607843],[141.176470588235,184.313725490196,222.549019607843],[147.058823529412,188.235294117647,225.490196078431],[149.019607843137,190.196078431373,227.450980392157],[154.901960784314,192.156862745098,230.392156862745],[159.803921568627,188.235294117647,227.450980392157],[155.882352941176,189.21568627451,225.490196078431],[141.176470588235,187.254901960784,212.745098039216],[154.901960784314,200,222.549019607843],[187.254901960784,218.627450980392,241.176470588235],[187.254901960784,210.78431372549,236.274509803922],[186.274509803922,206.862745098039,235.294117647059],[206.862745098039,227.450980392157,250],[190.196078431373,213.725490196078,239.21568627451],[170.588235294118,196.078431372549,218.627450980392],[174.509803921569,202.941176470588,220.588235294118],[162.745098039216,198.039215686275,211.764705882353],[146.078431372549,192.156862745098,198.039215686275],[150.980392156863,195.098039215686,200],[153.921568627451,180.392156862745,191.176470588235],[163.725490196078,176.470588235294,185.294117647059],[182.352941176471,186.274509803922,187.254901960784],[202.941176470588,201.960784313725,200],[180.392156862745,176.470588235294,177.450980392157],[200.980392156863,196.078431372549,200],[194.117647058824,189.21568627451,195.098039215686],[197.058823529412,190.196078431373,198.039215686275],[186.274509803922,178.43137254902,189.21568627451],[177.450980392157,166.666666666667,180.392156862745],[210.78431372549,200,213.725490196078],[196.078431372549,186.274509803922,197.058823529412],[209.803921568627,200,208.823529411765],[232.352941176471,221.56862745098,229.411764705882],[248.039215686275,237.254901960784,243.137254901961],[238.235294117647,226.470588235294,230.392156862745],[224.509803921569,212.745098039216,214.705882352941],[215.686274509804,200.980392156863,203.921568627451],[222.549019607843,200,209.803921568627],[228.43137254902,204.901960784314,217.647058823529],[250,239.21568627451,249.019607843137],[237.254901960784,226.470588235294,234.313725490196],[214.705882352941,209.803921568627,213.725490196078],[211.764705882353,211.764705882353,211.764705882353],[240.196078431373,242.156862745098,239.21568627451],[223.529411764706,228.43137254902,224.509803921569],[194.117647058824,199.019607843137,195.098039215686],[167.647058823529,171.56862745098,170.588235294118],[184.313725490196,189.21568627451,192.156862745098],[216.666666666667,223.529411764706,231.372549019608],[192.156862745098,203.921568627451,215.686274509804],[155.882352941176,172.549019607843,190.196078431373],[133.333333333333,154.901960784314,177.450980392157],[140.196078431373,169.607843137255,195.098039215686],[122.549019607843,160.78431372549,189.21568627451],[126.470588235294,165.686274509804,191.176470588235],[109.803921568627,145.098039215686,160.78431372549],[140.196078431373,166.666666666667,177.450980392157],[177.450980392157,190.196078431373,196.078431372549],[146.078431372549,154.901960784314,159.803921568627],[159.803921568627,176.470588235294,183.333333333333],[131.372549019608,154.901960784314,164.705882352941],[112.745098039216,143.137254901961,160.78431372549],[130.392156862745,170.588235294118,192.156862745098],[110.78431372549,160.78431372549,181.372549019608],[109.803921568627,155.882352941176,175.490196078431],[137.254901960784,169.607843137255,184.313725490196],[171.56862745098,198.039215686275,204.901960784314],[180.392156862745,201.960784313725,200],[119.607843137255,140.196078431373,133.333333333333],[154.901960784314,174.509803921569,165.686274509804],[233.333333333333,250,244.117647058824],[227.450980392157,243.137254901961,243.137254901961],[229.411764705882,243.137254901961,243.137254901961],[193.137254901961,203.921568627451,196.078431372549],[194.117647058824,200,186.274509803922],[236.274509803922,236.274509803922,212.745098039216],[197.058823529412,195.098039215686,148.039215686275],[196.078431372549,190.196078431373,113.725490196078],[199.019607843137,192.156862745098,105.882352941176],[184.313725490196,172.549019607843,101.960784313725],[91.1764705882353,80.3921568627451,19.6078431372549],[206.862745098039,196.078431372549,141.176470588235],[150,143.137254901961,89.2156862745098],[200,198.039215686275,142.156862745098],[129.411764705882,118.627450980392,65.6862745098039],[129.411764705882,97.0588235294118,52.9411764705882],[218.627450980392,171.56862745098,134.313725490196],[203.921568627451,149.019607843137,112.745098039216],[172.549019607843,113.725490196078,78.4313725490196],[110.78431372549,49.0196078431373,14.7058823529412],[105.882352941176,47.0588235294118,11.7647058823529],[148.039215686275,95.0980392156863,57.843137254902],[155.882352941176,104.901960784314,66.6666666666667],[116.666666666667,65.6862745098039,29.4117647058824],[130.392156862745,75.4901960784314,41.1764705882353],[194.117647058824,132.352941176471,101.960784313725],[195.098039215686,131.372549019608,101.960784313725],[174.509803921569,111.764705882353,84.3137254901961],[135.294117647059,79.4117647058823,50],[103.921568627451,54.9019607843137,22.5490196078431],[112.745098039216,68.6274509803922,40.1960784313726],[93.1372549019608,52.9411764705882,33.3333333333333],[62.7450980392157,24.5098039215686,9.80392156862745],[51.9607843137255,13.7254901960784,0],[70.5882352941177,34.3137254901961,18.6274509803922],[84.3137254901961,48.0392156862745,32.3529411764706],[78.4313725490196,42.156862745098,26.4705882352941],[73.5294117647059,35.2941176470588,20.5882352941176],[73.5294117647059,35.2941176470588,18.6274509803922],[84.3137254901961,46.078431372549,29.4117647058824],[61.7647058823529,25.4901960784314,9.80392156862745],[42.156862745098,6.86274509803922,0],[23.5294117647059,0,0],[19.6078431372549,0,0],[56.8627450980392,33.3333333333333,29.4117647058824],[32.3529411764706,14.7058823529412,12.7450980392157],[28.4313725490196,12.7450980392157,12.7450980392157],[20.5882352941176,4.90196078431373,4.90196078431373],[18.6274509803922,4.90196078431373,3.92156862745098],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,1.96078431372549,0],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[4.90196078431373,0,0],[4.90196078431373,0,0],[3.92156862745098,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,10.7843137254902],[0,1.96078431372549,7.84313725490196],[2.94117647058824,5.88235294117647,12.7450980392157],[0,2.94117647058824,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[39.2156862745098,38.2352941176471,36.2745098039216],[22.5490196078431,21.5686274509804,17.6470588235294],[44.1176470588235,43.1372549019608,38.2352941176471],[19.6078431372549,19.6078431372549,11.7647058823529],[3.92156862745098,5.88235294117647,0],[31.3725490196078,33.3333333333333,20.5882352941176],[12.7450980392157,16.6666666666667,1.96078431372549],[49.0196078431373,52.9411764705882,36.2745098039216],[69.6078431372549,76.4705882352941,58.8235294117647],[31.3725490196078,39.2156862745098,18.6274509803922],[30.3921568627451,39.2156862745098,18.6274509803922],[50.9803921568627,60.7843137254902,37.2549019607843],[26.4705882352941,36.2745098039216,12.7450980392157],[44.1176470588235,53.921568627451,30.3921568627451],[72.5490196078431,82.3529411764706,57.843137254902],[92.156862745098,101.960784313725,77.4509803921569],[35.2941176470588,45.0980392156863,20.5882352941176],[96.078431372549,105.882352941176,79.4117647058823],[117.647058823529,127.450980392157,100.980392156863],[134.313725490196,145.098039215686,115.686274509804],[113.725490196078,124.509803921569,93.1372549019608],[62.7450980392157,73.5294117647059,40.1960784313726],[106.862745098039,118.627450980392,81.3725490196078],[142.156862745098,156.862745098039,116.666666666667],[171.56862745098,189.21568627451,150],[102.941176470588,129.411764705882,95.0980392156863],[63.7254901960784,93.1372549019608,59.8039215686275],[65.6862745098039,89.2156862745098,55.8823529411765],[130.392156862745,147.058823529412,113.725490196078],[173.529411764706,184.313725490196,152.941176470588],[224.509803921569,235.294117647059,205.882352941176],[241.176470588235,250,229.411764705882],[148.039215686275,164.705882352941,147.058823529412],[122.549019607843,145.098039215686,137.254901960784],[141.176470588235,172.549019607843,169.607843137255],[157.843137254902,197.058823529412,199.019607843137],[106.862745098039,150.980392156863,156.862745098039],[134.313725490196,182.352941176471,187.254901960784],[135.294117647059,185.294117647059,189.21568627451],[72.5490196078431,122.549019607843,126.470588235294],[91.1764705882353,140.196078431373,150.980392156863],[93.1372549019608,140.196078431373,162.745098039216],[100,145.098039215686,170.588235294118],[111.764705882353,153.921568627451,172.549019607843],[136.274509803922,168.627450980392,183.333333333333],[172.549019607843,190.196078431373,203.921568627451],[205.882352941176,217.647058823529,229.411764705882],[195.098039215686,211.764705882353,219.607843137255],[213.725490196078,233.333333333333,242.156862745098],[232.352941176471,250,250],[210.78431372549,232.352941176471,245.098039215686],[222.549019607843,243.137254901961,250],[212.745098039216,240.196078431373,250],[139.21568627451,186.274509803922,208.823529411765],[116.666666666667,175.490196078431,202.941176470588],[107.843137254902,168.627450980392,204.901960784314],[101.960784313725,162.745098039216,200.980392156863],[116.666666666667,176.470588235294,206.862745098039],[112.745098039216,171.56862745098,199.019607843137],[111.764705882353,170.588235294118,198.039215686275],[111.764705882353,169.607843137255,199.019607843137],[111.764705882353,169.607843137255,199.019607843137],[119.607843137255,174.509803921569,206.862745098039],[123.529411764706,178.43137254902,210.78431372549],[121.56862745098,176.470588235294,210.78431372549],[120.588235294118,173.529411764706,208.823529411765],[124.509803921569,175.490196078431,211.764705882353],[125.490196078431,174.509803921569,210.78431372549],[132.352941176471,179.411764705882,214.705882352941],[147.058823529412,192.156862745098,227.450980392157],[144.117647058824,187.254901960784,223.529411764706],[138.235294117647,181.372549019608,217.647058823529],[147.058823529412,186.274509803922,221.56862745098],[146.078431372549,179.411764705882,216.666666666667],[149.019607843137,184.313725490196,217.647058823529],[141.176470588235,188.235294117647,207.843137254902],[143.137254901961,189.21568627451,204.901960784314],[176.470588235294,210.78431372549,229.411764705882],[193.137254901961,220.588235294118,242.156862745098],[174.509803921569,199.019607843137,228.43137254902],[171.56862745098,196.078431372549,226.470588235294],[175.490196078431,201.960784313725,231.372549019608],[169.607843137255,199.019607843137,226.470588235294],[167.647058823529,200,218.627450980392],[149.019607843137,188.235294117647,200],[132.352941176471,182.352941176471,186.274509803922],[142.156862745098,188.235294117647,196.078431372549],[150,178.43137254902,194.117647058824],[146.078431372549,161.764705882353,174.509803921569],[176.470588235294,180.392156862745,179.411764705882],[229.411764705882,226.470588235294,219.607843137255],[210.78431372549,207.843137254902,202.941176470588],[208.823529411765,203.921568627451,200.980392156863],[202.941176470588,194.117647058824,195.098039215686],[208.823529411765,200,202.941176470588],[210.78431372549,200,205.882352941176],[182.352941176471,169.607843137255,178.43137254902],[209.803921568627,197.058823529412,205.882352941176],[210.78431372549,195.098039215686,204.901960784314],[201.960784313725,187.254901960784,194.117647058824],[227.450980392157,212.745098039216,219.607843137255],[234.313725490196,217.647058823529,223.529411764706],[238.235294117647,221.56862745098,227.450980392157],[224.509803921569,208.823529411765,211.764705882353],[222.549019607843,203.921568627451,209.803921568627],[224.509803921569,199.019607843137,209.803921568627],[235.294117647059,211.764705882353,224.509803921569],[250,244.117647058824,250],[229.411764705882,218.627450980392,226.470588235294],[178.43137254902,173.529411764706,177.450980392157],[209.803921568627,209.803921568627,209.803921568627],[237.254901960784,239.21568627451,236.274509803922],[215.686274509804,217.647058823529,214.705882352941],[201.960784313725,203.921568627451,199.019607843137],[163.725490196078,168.627450980392,164.705882352941],[168.627450980392,172.549019607843,173.529411764706],[174.509803921569,181.372549019608,187.254901960784],[167.647058823529,177.450980392157,187.254901960784],[163.725490196078,179.411764705882,194.117647058824],[162.745098039216,183.333333333333,201.960784313725],[150.980392156863,176.470588235294,200.980392156863],[123.529411764706,157.843137254902,187.254901960784],[111.764705882353,150,178.43137254902],[124.509803921569,161.764705882353,180.392156862745],[139.21568627451,168.627450980392,179.411764705882],[184.313725490196,197.058823529412,205.882352941176],[168.627450980392,175.490196078431,183.333333333333],[125.490196078431,140.196078431373,147.058823529412],[93.1372549019608,114.705882352941,125.490196078431],[101.960784313725,134.313725490196,149.019607843137],[92.156862745098,134.313725490196,150.980392156863],[90.1960784313725,140.196078431373,158.823529411765],[98.0392156862745,146.078431372549,160.78431372549],[124.509803921569,157.843137254902,169.607843137255],[136.274509803922,164.705882352941,170.588235294118],[104.901960784314,135.294117647059,130.392156862745],[65.6862745098039,96.078431372549,88.2352941176471],[100,128.43137254902,124.509803921569],[87.2549019607843,112.745098039216,111.764705882353],[133.333333333333,158.823529411765,157.843137254902],[158.823529411765,180.392156862745,178.43137254902],[212.745098039216,232.352941176471,221.56862745098],[243.137254901961,250,236.274509803922],[248.039215686275,250,222.549019607843],[219.607843137255,218.627450980392,171.56862745098],[193.137254901961,188.235294117647,121.56862745098],[190.196078431373,181.372549019608,105.882352941176],[147.058823529412,132.352941176471,64.7058823529412],[121.56862745098,105.882352941176,45.0980392156863],[196.078431372549,181.372549019608,125.490196078431],[167.647058823529,154.901960784314,100.980392156863],[118.627450980392,109.803921568627,55.8823529411765],[42.156862745098,24.5098039215686,0],[121.56862745098,87.2549019607843,48.0392156862745],[213.725490196078,166.666666666667,131.372549019608],[195.098039215686,142.156862745098,108.823529411765],[184.313725490196,125.490196078431,92.156862745098],[168.627450980392,109.803921568627,76.4705882352941],[123.529411764706,65.6862745098039,32.3529411764706],[120.588235294118,69.6078431372549,33.3333333333333],[144.117647058824,97.0588235294118,61.7647058823529],[109.803921568627,61.7647058823529,29.4117647058824],[128.43137254902,78.4313725490196,48.0392156862745],[121.56862745098,65.6862745098039,39.2156862745098],[130.392156862745,69.6078431372549,45.0980392156863],[156.862745098039,98.0392156862745,72.5490196078431],[109.803921568627,56.8627450980392,29.4117647058824],[92.156862745098,46.078431372549,16.6666666666667],[120.588235294118,80.3921568627451,52.9411764705882],[132.352941176471,92.156862745098,72.5490196078431],[102.941176470588,64.7058823529412,48.0392156862745],[62.7450980392157,24.5098039215686,7.84313725490196],[36.2745098039216,0,0],[80.3921568627451,42.156862745098,27.4509803921569],[108.823529411765,72.5490196078431,56.8627450980392],[75.4901960784314,39.2156862745098,23.5294117647059],[77.4509803921569,41.1764705882353,25.4901960784314],[98.0392156862745,62.7450980392157,49.0196078431373],[69.6078431372549,36.2745098039216,24.5098039215686],[26.4705882352941,0,0],[27.4509803921569,0.980392156862745,0],[32.3529411764706,9.80392156862745,3.92156862745098],[14.7058823529412,0,0],[26.4705882352941,8.82352941176471,6.86274509803922],[37.2549019607843,21.5686274509804,21.5686274509804],[16.6666666666667,2.94117647058824,1.96078431372549],[14.7058823529412,2.94117647058824,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,2.94117647058824,0],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,9.80392156862745,16.6666666666667],[3.92156862745098,6.86274509803922,15.6862745098039],[6.86274509803922,6.86274509803922,16.6666666666667],[5.88235294117647,5.88235294117647,13.7254901960784],[2.94117647058824,1.96078431372549,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[16.6666666666667,14.7058823529412,15.6862745098039],[26.4705882352941,25.4901960784314,23.5294117647059],[12.7450980392157,11.7647058823529,7.84313725490196],[19.6078431372549,18.6274509803922,13.7254901960784],[77.4509803921569,78.4313725490196,70.5882352941177],[38.2352941176471,40.1960784313726,29.4117647058824],[33.3333333333333,37.2549019607843,23.5294117647059],[12.7450980392157,18.6274509803922,4.90196078431373],[14.7058823529412,21.5686274509804,5.88235294117647],[25.4901960784314,32.3529411764706,14.7058823529412],[55.8823529411765,63.7254901960784,43.1372549019608],[15.6862745098039,23.5294117647059,2.94117647058824],[33.3333333333333,40.1960784313726,22.5490196078431],[27.4509803921569,34.3137254901961,18.6274509803922],[52.9411764705882,58.8235294117647,45.0980392156863],[54.9019607843137,57.843137254902,47.0588235294118],[55.8823529411765,58.8235294117647,48.0392156862745],[42.156862745098,45.0980392156863,34.3137254901961],[45.0980392156863,49.0196078431373,35.2941176470588],[36.2745098039216,43.1372549019608,27.4509803921569],[63.7254901960784,70.5882352941177,52.9411764705882],[91.1764705882353,99.0196078431373,78.4313725490196],[78.4313725490196,88.2352941176471,63.7254901960784],[79.4117647058823,90.1960784313725,60.7843137254902],[144.117647058824,157.843137254902,125.490196078431],[146.078431372549,164.705882352941,133.333333333333],[93.1372549019608,121.56862745098,92.156862745098],[80.3921568627451,109.803921568627,82.3529411764706],[114.705882352941,139.21568627451,109.803921568627],[138.235294117647,158.823529411765,128.43137254902],[187.254901960784,203.921568627451,172.549019607843],[161.764705882353,175.490196078431,150],[182.352941176471,200,178.43137254902],[150.980392156863,173.529411764706,157.843137254902],[132.352941176471,161.764705882353,153.921568627451],[98.0392156862745,136.274509803922,135.294117647059],[76.4705882352941,120.588235294118,125.490196078431],[77.4509803921569,126.470588235294,133.333333333333],[100,151.960784313725,159.803921568627],[100,153.921568627451,160.78431372549],[104.901960784314,158.823529411765,165.686274509804],[93.1372549019608,142.156862745098,150.980392156863],[118.627450980392,159.803921568627,175.490196078431],[110.78431372549,150.980392156863,168.627450980392],[102.941176470588,147.058823529412,165.686274509804],[112.745098039216,152.941176470588,170.588235294118],[135.294117647059,161.764705882353,180.392156862745],[162.745098039216,183.333333333333,200],[170.588235294118,192.156862745098,202.941176470588],[212.745098039216,235.294117647059,243.137254901961],[215.686274509804,237.254901960784,248.039215686275],[228.43137254902,250,250],[193.137254901961,218.627450980392,241.176470588235],[127.450980392157,162.745098039216,188.235294117647],[117.647058823529,167.647058823529,194.117647058824],[106.862745098039,162.745098039216,189.21568627451],[129.411764705882,181.372549019608,211.764705882353],[112.745098039216,164.705882352941,195.098039215686],[114.705882352941,170.588235294118,199.019607843137],[107.843137254902,166.666666666667,194.117647058824],[109.803921568627,169.607843137255,197.058823529412],[115.686274509804,175.490196078431,202.941176470588],[115.686274509804,175.490196078431,203.921568627451],[115.686274509804,173.529411764706,202.941176470588],[115.686274509804,173.529411764706,202.941176470588],[117.647058823529,172.549019607843,204.901960784314],[113.725490196078,168.627450980392,200.980392156863],[116.666666666667,169.607843137255,202.941176470588],[116.666666666667,168.627450980392,201.960784313725],[127.450980392157,176.470588235294,210.78431372549],[134.313725490196,183.333333333333,217.647058823529],[121.56862745098,169.607843137255,201.960784313725],[126.470588235294,171.56862745098,204.901960784314],[157.843137254902,200.980392156863,235.294117647059],[147.058823529412,186.274509803922,221.56862745098],[137.254901960784,180.392156862745,208.823529411765],[135.294117647059,185.294117647059,201.960784313725],[141.176470588235,192.156862745098,202.941176470588],[162.745098039216,203.921568627451,215.686274509804],[162.745098039216,199.019607843137,216.666666666667],[143.137254901961,176.470588235294,203.921568627451],[149.019607843137,181.372549019608,213.725490196078],[129.411764705882,162.745098039216,197.058823529412],[143.137254901961,177.450980392157,206.862745098039],[138.235294117647,173.529411764706,195.098039215686],[126.470588235294,164.705882352941,181.372549019608],[134.313725490196,180.392156862745,190.196078431373],[168.627450980392,209.803921568627,223.529411764706],[182.352941176471,209.803921568627,233.333333333333],[155.882352941176,172.549019607843,190.196078431373],[170.588235294118,176.470588235294,174.509803921569],[207.843137254902,207.843137254902,198.039215686275],[216.666666666667,216.666666666667,206.862745098039],[179.411764705882,176.470588235294,169.607843137255],[188.235294117647,183.333333333333,179.411764705882],[184.313725490196,176.470588235294,173.529411764706],[208.823529411765,199.019607843137,198.039215686275],[189.21568627451,177.450980392157,179.411764705882],[192.156862745098,177.450980392157,180.392156862745],[232.352941176471,216.666666666667,219.607843137255],[203.921568627451,185.294117647059,191.176470588235],[250,231.372549019608,237.254901960784],[247.058823529412,226.470588235294,231.372549019608],[241.176470588235,220.588235294118,225.490196078431],[241.176470588235,220.588235294118,225.490196078431],[230.392156862745,207.843137254902,215.686274509804],[238.235294117647,212.745098039216,223.529411764706],[247.058823529412,223.529411764706,236.274509803922],[246.078431372549,229.411764705882,239.21568627451],[213.725490196078,202.941176470588,210.78431372549],[170.588235294118,165.686274509804,169.607843137255],[222.549019607843,222.549019607843,222.549019607843],[243.137254901961,243.137254901961,241.176470588235],[233.333333333333,234.313725490196,229.411764705882],[164.705882352941,165.686274509804,159.803921568627],[156.862745098039,157.843137254902,152.941176470588],[172.549019607843,172.549019607843,172.549019607843],[155.882352941176,159.803921568627,162.745098039216],[160.78431372549,167.647058823529,175.490196078431],[154.901960784314,166.666666666667,180.392156862745],[151.960784313725,168.627450980392,186.274509803922],[131.372549019608,152.941176470588,175.490196078431],[122.549019607843,152.941176470588,181.372549019608],[103.921568627451,138.235294117647,165.686274509804],[121.56862745098,155.882352941176,175.490196078431],[123.529411764706,151.960784313725,165.686274509804],[157.843137254902,175.490196078431,185.294117647059],[164.705882352941,174.509803921569,183.333333333333],[141.176470588235,145.098039215686,155.882352941176],[134.313725490196,148.039215686275,158.823529411765],[109.803921568627,147.058823529412,157.843137254902],[112.745098039216,159.803921568627,171.56862745098],[139.21568627451,184.313725490196,199.019607843137],[108.823529411765,150,163.725490196078],[88.2352941176471,124.509803921569,133.333333333333],[94.1176470588235,128.43137254902,132.352941176471],[75.4901960784314,110.78431372549,106.862745098039],[86.2745098039216,124.509803921569,119.607843137255],[124.509803921569,164.705882352941,166.666666666667],[63.7254901960784,104.901960784314,102.941176470588],[37.2549019607843,73.5294117647059,56.8627450980392],[92.156862745098,121.56862745098,96.078431372549],[190.196078431373,210.78431372549,178.43137254902],[215.686274509804,227.450980392157,192.156862745098],[192.156862745098,196.078431372549,161.764705882353],[245.098039215686,242.156862745098,211.764705882353],[250,245.098039215686,222.549019607843],[235.294117647059,224.509803921569,197.058823529412],[181.372549019608,170.588235294118,125.490196078431],[162.745098039216,150.980392156863,94.1176470588235],[125.490196078431,109.803921568627,49.0196078431373],[93.1372549019608,73.5294117647059,13.7254901960784],[51.9607843137255,27.4509803921569,0],[52.9411764705882,22.5490196078431,0],[123.529411764706,86.2745098039216,50.9803921568627],[179.411764705882,133.333333333333,105.882352941176],[164.705882352941,111.764705882353,84.3137254901961],[157.843137254902,101.960784313725,73.5294117647059],[177.450980392157,121.56862745098,93.1372549019608],[147.058823529412,95.0980392156863,64.7058823529412],[136.274509803922,92.156862745098,59.8039215686275],[130.392156862745,88.2352941176471,56.8627450980392],[126.470588235294,86.2745098039216,58.8235294117647],[89.2156862745098,44.1176470588235,20.5882352941176],[80.3921568627451,29.4117647058824,8.82352941176471],[80.3921568627451,25.4901960784314,8.82352941176471],[104.901960784314,53.921568627451,33.3333333333333],[88.2352941176471,41.1764705882353,19.6078431372549],[75.4901960784314,34.3137254901961,9.80392156862745],[110.78431372549,74.5098039215686,49.0196078431373],[173.529411764706,136.274509803922,117.647058823529],[123.529411764706,85.2941176470588,68.6274509803922],[118.627450980392,82.3529411764706,64.7058823529412],[70.5882352941177,34.3137254901961,16.6666666666667],[42.156862745098,5.88235294117647,0],[62.7450980392157,27.4509803921569,11.7647058823529],[53.921568627451,21.5686274509804,6.86274509803922],[75.4901960784314,44.1176470588235,31.3725490196078],[67.6470588235294,38.2352941176471,27.4509803921569],[49.0196078431373,21.5686274509804,10.7843137254902],[27.4509803921569,3.92156862745098,0],[39.2156862745098,16.6666666666667,10.7843137254902],[35.2941176470588,16.6666666666667,10.7843137254902],[16.6666666666667,0,0],[11.7647058823529,0,0],[14.7058823529412,0.980392156862745,0],[11.7647058823529,0,0],[10.7843137254902,0.980392156862745,1.96078431372549],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,3.92156862745098,12.7450980392157],[0,2.94117647058824,11.7647058823529],[1.96078431372549,1.96078431372549,11.7647058823529],[7.84313725490196,7.84313725490196,15.6862745098039],[5.88235294117647,4.90196078431373,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[27.4509803921569,26.4705882352941,24.5098039215686],[22.5490196078431,21.5686274509804,17.6470588235294],[19.6078431372549,18.6274509803922,13.7254901960784],[50.9803921568627,50.9803921568627,41.1764705882353],[55.8823529411765,57.843137254902,45.0980392156863],[21.5686274509804,25.4901960784314,11.7647058823529],[35.2941176470588,42.156862745098,26.4705882352941],[72.5490196078431,81.3725490196078,64.7058823529412],[48.0392156862745,56.8627450980392,38.2352941176471],[41.1764705882353,50,31.3725490196078],[19.6078431372549,31.3725490196078,11.7647058823529],[20.5882352941176,32.3529411764706,12.7450980392157],[27.4509803921569,38.2352941176471,21.5686274509804],[16.6666666666667,27.4509803921569,13.7254901960784],[18.6274509803922,26.4705882352941,15.6862745098039],[50,56.8627450980392,50],[50,56.8627450980392,50],[48.0392156862745,54.9019607843137,48.0392156862745],[33.3333333333333,40.1960784313726,32.3529411764706],[59.8039215686275,67.6470588235294,56.8627450980392],[60.7843137254902,71.5686274509804,55.8823529411765],[64.7058823529412,76.4705882352941,56.8627450980392],[62.7450980392157,76.4705882352941,53.921568627451],[56.8627450980392,70.5882352941177,45.0980392156863],[150.980392156863,166.666666666667,138.235294117647],[129.411764705882,149.019607843137,121.56862745098],[110.78431372549,140.196078431373,114.705882352941],[108.823529411765,138.235294117647,112.745098039216],[104.901960784314,130.392156862745,101.960784313725],[124.509803921569,144.117647058824,116.666666666667],[127.450980392157,143.137254901961,114.705882352941],[167.647058823529,183.333333333333,156.862745098039],[127.450980392157,146.078431372549,124.509803921569],[126.470588235294,150,134.313725490196],[179.411764705882,211.764705882353,202.941176470588],[151.960784313725,192.156862745098,188.235294117647],[145.098039215686,189.21568627451,192.156862745098],[116.666666666667,165.686274509804,172.549019607843],[116.666666666667,168.627450980392,176.470588235294],[115.686274509804,167.647058823529,175.490196078431],[113.725490196078,165.686274509804,171.56862745098],[125.490196078431,171.56862745098,179.411764705882],[174.509803921569,211.764705882353,224.509803921569],[161.764705882353,198.039215686275,213.725490196078],[151.960784313725,198.039215686275,213.725490196078],[142.156862745098,186.274509803922,204.901960784314],[135.294117647059,165.686274509804,186.274509803922],[165.686274509804,188.235294117647,205.882352941176],[182.352941176471,203.921568627451,214.705882352941],[211.764705882353,231.372549019608,238.235294117647],[223.529411764706,246.078431372549,250],[224.509803921569,250,250],[174.509803921569,203.921568627451,227.450980392157],[124.509803921569,162.745098039216,191.176470588235],[121.56862745098,175.490196078431,204.901960784314],[112.745098039216,168.627450980392,197.058823529412],[125.490196078431,175.490196078431,203.921568627451],[114.705882352941,163.725490196078,190.196078431373],[112.745098039216,168.627450980392,195.098039215686],[107.843137254902,166.666666666667,192.156862745098],[111.764705882353,172.549019607843,197.058823529412],[120.588235294118,180.392156862745,207.843137254902],[120.588235294118,180.392156862745,208.823529411765],[112.745098039216,172.549019607843,200.980392156863],[110.78431372549,168.627450980392,198.039215686275],[112.745098039216,170.588235294118,200],[115.686274509804,173.529411764706,204.901960784314],[116.666666666667,171.56862745098,203.921568627451],[116.666666666667,169.607843137255,202.941176470588],[137.254901960784,189.21568627451,222.549019607843],[155.882352941176,207.843137254902,239.21568627451],[138.235294117647,187.254901960784,219.607843137255],[122.549019607843,170.588235294118,202.941176470588],[141.176470588235,186.274509803922,219.607843137255],[135.294117647059,177.450980392157,210.78431372549],[159.803921568627,202.941176470588,229.411764705882],[164.705882352941,210.78431372549,228.43137254902],[154.901960784314,200,212.745098039216],[148.039215686275,191.176470588235,203.921568627451],[145.098039215686,185.294117647059,202.941176470588],[139.21568627451,178.43137254902,203.921568627451],[126.470588235294,166.666666666667,198.039215686275],[120.588235294118,162.745098039216,196.078431372549],[121.56862745098,165.686274509804,196.078431372549],[116.666666666667,161.764705882353,184.313725490196],[129.411764705882,175.490196078431,193.137254901961],[133.333333333333,180.392156862745,194.117647058824],[134.313725490196,179.411764705882,195.098039215686],[152.941176470588,190.196078431373,212.745098039216],[155.882352941176,182.352941176471,200.980392156863],[201.960784313725,213.725490196078,213.725490196078],[192.156862745098,197.058823529412,190.196078431373],[212.745098039216,215.686274509804,208.823529411765],[188.235294117647,189.21568627451,183.333333333333],[188.235294117647,187.254901960784,182.352941176471],[194.117647058824,189.21568627451,185.294117647059],[199.019607843137,191.176470588235,188.235294117647],[183.333333333333,172.549019607843,170.588235294118],[197.058823529412,183.333333333333,182.352941176471],[194.117647058824,178.43137254902,178.43137254902],[177.450980392157,158.823529411765,160.78431372549],[236.274509803922,216.666666666667,218.627450980392],[250,232.352941176471,234.313725490196],[235.294117647059,212.745098039216,218.627450980392],[217.647058823529,195.098039215686,200.980392156863],[233.333333333333,210.78431372549,216.666666666667],[229.411764705882,206.862745098039,216.666666666667],[249.019607843137,228.43137254902,237.254901960784],[250,239.21568627451,246.078431372549],[222.549019607843,211.764705882353,217.647058823529],[175.490196078431,171.56862745098,172.549019607843],[220.588235294118,219.607843137255,217.647058823529],[250,250,245.098039215686],[226.470588235294,226.470588235294,218.627450980392],[179.411764705882,176.470588235294,167.647058823529],[181.372549019608,178.43137254902,171.56862745098],[187.254901960784,186.274509803922,181.372549019608],[163.725490196078,163.725490196078,163.725490196078],[188.235294117647,193.137254901961,197.058823529412],[157.843137254902,166.666666666667,175.490196078431],[138.235294117647,151.960784313725,164.705882352941],[128.43137254902,149.019607843137,165.686274509804],[125.490196078431,152.941176470588,176.470588235294],[117.647058823529,149.019607843137,173.529411764706],[122.549019607843,152.941176470588,170.588235294118],[138.235294117647,163.725490196078,176.470588235294],[145.098039215686,163.725490196078,170.588235294118],[136.274509803922,147.058823529412,152.941176470588],[136.274509803922,139.21568627451,148.039215686275],[118.627450980392,128.43137254902,137.254901960784],[93.1372549019608,125.490196078431,132.352941176471],[103.921568627451,146.078431372549,151.960784313725],[118.627450980392,157.843137254902,165.686274509804],[73.5294117647059,109.803921568627,118.627450980392],[75.4901960784314,111.764705882353,117.647058823529],[115.686274509804,152.941176470588,153.921568627451],[85.2941176470588,125.490196078431,121.56862745098],[57.843137254902,101.960784313725,97.0588235294118],[46.078431372549,93.1372549019608,93.1372549019608],[52.9411764705882,98.0392156862745,95.0980392156863],[63.7254901960784,103.921568627451,86.2745098039216],[128.43137254902,162.745098039216,133.333333333333],[162.745098039216,186.274509803922,150.980392156863],[151.960784313725,167.647058823529,129.411764705882],[124.509803921569,133.333333333333,91.1764705882353],[145.098039215686,146.078431372549,112.745098039216],[205.882352941176,198.039215686275,187.254901960784],[228.43137254902,216.666666666667,204.901960784314],[248.039215686275,233.333333333333,202.941176470588],[223.529411764706,206.862745098039,161.764705882353],[163.725490196078,143.137254901961,91.1764705882353],[118.627450980392,92.156862745098,38.2352941176471],[122.549019607843,91.1764705882353,43.1372549019608],[126.470588235294,90.1960784313725,49.0196078431373],[116.666666666667,76.4705882352941,45.0980392156863],[137.254901960784,91.1764705882353,65.6862745098039],[134.313725490196,81.3725490196078,55.8823529411765],[137.254901960784,82.3529411764706,55.8823529411765],[162.745098039216,107.843137254902,81.3725490196078],[122.549019607843,74.5098039215686,45.0980392156863],[109.803921568627,66.6666666666667,38.2352941176471],[92.156862745098,55.8823529411765,27.4509803921569],[87.2549019607843,50.9803921568627,25.4901960784314],[38.2352941176471,0,0],[71.5686274509804,25.4901960784314,9.80392156862745],[85.2941176470588,37.2549019607843,22.5490196078431],[95.0980392156863,47.0588235294118,32.3529411764706],[91.1764705882353,47.0588235294118,28.4313725490196],[68.6274509803922,33.3333333333333,9.80392156862745],[77.4509803921569,44.1176470588235,19.6078431372549],[136.274509803922,100,81.3725490196078],[45.0980392156863,8.82352941176471,0],[71.5686274509804,37.2549019607843,18.6274509803922],[89.2156862745098,53.921568627451,38.2352941176471],[77.4509803921569,45.0980392156863,30.3921568627451],[105.882352941176,74.5098039215686,61.7647058823529],[79.4117647058823,50,39.2156862745098],[34.3137254901961,7.84313725490196,0],[58.8235294117647,34.3137254901961,27.4509803921569],[36.2745098039216,16.6666666666667,9.80392156862745],[29.4117647058824,10.7843137254902,4.90196078431373],[44.1176470588235,26.4705882352941,22.5490196078431],[24.5098039215686,9.80392156862745,4.90196078431373],[21.5686274509804,6.86274509803922,3.92156862745098],[13.7254901960784,0,0],[15.6862745098039,1.96078431372549,0.980392156862745],[8.82352941176471,0,0],[8.82352941176471,0,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[9.80392156862745,9.80392156862745,17.6470588235294],[4.90196078431373,7.84313725490196,16.6666666666667],[4.90196078431373,4.90196078431373,12.7450980392157],[9.80392156862745,10.7843137254902,15.6862745098039],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[18.6274509803922,14.7058823529412,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[71.5686274509804,71.5686274509804,61.7647058823529],[50.9803921568627,50.9803921568627,39.2156862745098],[7.84313725490196,9.80392156862745,0],[23.5294117647059,27.4509803921569,10.7843137254902],[35.2941176470588,43.1372549019608,22.5490196078431],[56.8627450980392,65.6862745098039,45.0980392156863],[29.4117647058824,38.2352941176471,17.6470588235294],[32.3529411764706,46.078431372549,23.5294117647059],[13.7254901960784,31.3725490196078,9.80392156862745],[14.7058823529412,33.3333333333333,13.7254901960784],[19.6078431372549,37.2549019607843,21.5686274509804],[27.4509803921569,45.0980392156863,31.3725490196078],[33.3333333333333,49.0196078431373,38.2352941176471],[51.9607843137255,67.6470588235294,57.843137254902],[53.921568627451,66.6666666666667,57.843137254902],[39.2156862745098,51.9607843137255,42.156862745098],[54.9019607843137,70.5882352941177,57.843137254902],[68.6274509803922,85.2941176470588,69.6078431372549],[62.7450980392157,81.3725490196078,61.7647058823529],[92.156862745098,111.764705882353,87.2549019607843],[75.4901960784314,98.0392156862745,70.5882352941177],[96.078431372549,118.627450980392,90.1960784313725],[158.823529411765,183.333333333333,153.921568627451],[178.43137254902,203.921568627451,175.490196078431],[88.2352941176471,115.686274509804,91.1764705882353],[133.333333333333,158.823529411765,134.313725490196],[150.980392156863,173.529411764706,146.078431372549],[82.3529411764706,100.980392156863,73.5294117647059],[130.392156862745,145.098039215686,116.666666666667],[141.176470588235,154.901960784314,129.411764705882],[161.764705882353,179.411764705882,155.882352941176],[201.960784313725,224.509803921569,206.862745098039],[183.333333333333,214.705882352941,201.960784313725],[160.78431372549,199.019607843137,194.117647058824],[143.137254901961,186.274509803922,187.254901960784],[102.941176470588,150,153.921568627451],[99.0196078431373,147.058823529412,151.960784313725],[101.960784313725,150,156.862745098039],[127.450980392157,173.529411764706,179.411764705882],[179.411764705882,221.56862745098,228.43137254902],[197.058823529412,234.313725490196,245.098039215686],[171.56862745098,209.803921568627,224.509803921569],[149.019607843137,195.098039215686,210.78431372549],[143.137254901961,185.294117647059,201.960784313725],[151.960784313725,180.392156862745,198.039215686275],[190.196078431373,211.764705882353,225.490196078431],[194.117647058824,212.745098039216,218.627450980392],[198.039215686275,216.666666666667,220.588235294118],[230.392156862745,250,250],[191.176470588235,214.705882352941,226.470588235294],[167.647058823529,197.058823529412,220.588235294118],[209.803921568627,250,250],[113.725490196078,168.627450980392,200.980392156863],[106.862745098039,168.627450980392,200.980392156863],[96.078431372549,150.980392156863,183.333333333333],[125.490196078431,179.411764705882,209.803921568627],[119.607843137255,178.43137254902,205.882352941176],[107.843137254902,167.647058823529,195.098039215686],[102.941176470588,162.745098039216,190.196078431373],[110.78431372549,170.588235294118,198.039215686275],[117.647058823529,177.450980392157,205.882352941176],[113.725490196078,173.529411764706,201.960784313725],[109.803921568627,169.607843137255,200],[113.725490196078,171.56862745098,202.941176470588],[109.803921568627,167.647058823529,199.019607843137],[113.725490196078,168.627450980392,200.980392156863],[112.745098039216,167.647058823529,200],[129.411764705882,182.352941176471,215.686274509804],[149.019607843137,200.980392156863,232.352941176471],[137.254901960784,186.274509803922,218.627450980392],[118.627450980392,167.647058823529,200],[127.450980392157,172.549019607843,204.901960784314],[135.294117647059,175.490196078431,206.862745098039],[163.725490196078,198.039215686275,227.450980392157],[171.56862745098,204.901960784314,231.372549019608],[187.254901960784,221.56862745098,243.137254901961],[169.607843137255,204.901960784314,226.470588235294],[134.313725490196,174.509803921569,196.078431372549],[133.333333333333,176.470588235294,202.941176470588],[114.705882352941,162.745098039216,192.156862745098],[104.901960784314,156.862745098039,187.254901960784],[106.862745098039,162.745098039216,191.176470588235],[95.0980392156863,151.960784313725,175.490196078431],[101.960784313725,158.823529411765,180.392156862745],[111.764705882353,165.686274509804,185.294117647059],[117.647058823529,168.627450980392,189.21568627451],[123.529411764706,177.450980392157,197.058823529412],[117.647058823529,159.803921568627,175.490196078431],[143.137254901961,166.666666666667,170.588235294118],[203.921568627451,215.686274509804,213.725490196078],[179.411764705882,189.21568627451,188.235294117647],[190.196078431373,199.019607843137,196.078431372549],[247.058823529412,250,248.039215686275],[243.137254901961,244.117647058824,239.21568627451],[170.588235294118,167.647058823529,162.745098039216],[173.529411764706,166.666666666667,160.78431372549],[187.254901960784,176.470588235294,172.549019607843],[184.313725490196,170.588235294118,167.647058823529],[219.607843137255,204.901960784314,201.960784313725],[207.843137254902,190.196078431373,188.235294117647],[220.588235294118,200.980392156863,201.960784313725],[243.137254901961,223.529411764706,225.490196078431],[212.745098039216,191.176470588235,194.117647058824],[233.333333333333,210.78431372549,216.666666666667],[241.176470588235,220.588235294118,227.450980392157],[224.509803921569,205.882352941176,211.764705882353],[246.078431372549,234.313725490196,238.235294117647],[250,242.156862745098,243.137254901961],[182.352941176471,177.450980392157,174.509803921569],[154.901960784314,151.960784313725,147.058823529412],[226.470588235294,223.529411764706,214.705882352941],[229.411764705882,225.490196078431,214.705882352941],[188.235294117647,182.352941176471,170.588235294118],[160.78431372549,152.941176470588,142.156862745098],[160.78431372549,153.921568627451,144.117647058824],[161.764705882353,158.823529411765,151.960784313725],[203.921568627451,205.882352941176,202.941176470588],[160.78431372549,165.686274509804,168.627450980392],[130.392156862745,141.176470588235,147.058823529412],[125.490196078431,142.156862745098,151.960784313725],[131.372549019608,153.921568627451,169.607843137255],[123.529411764706,150,166.666666666667],[115.686274509804,143.137254901961,154.901960784314],[137.254901960784,159.803921568627,167.647058823529],[138.235294117647,150.980392156863,158.823529411765],[145.098039215686,153.921568627451,158.823529411765],[152.941176470588,161.764705882353,166.666666666667],[108.823529411765,122.549019607843,125.490196078431],[118.627450980392,139.21568627451,142.156862745098],[93.1372549019608,120.588235294118,124.509803921569],[84.3137254901961,116.666666666667,121.56862745098],[85.2941176470588,122.549019607843,125.490196078431],[102.941176470588,137.254901960784,141.176470588235],[102.941176470588,140.196078431373,141.176470588235],[69.6078431372549,113.725490196078,110.78431372549],[53.921568627451,98.0392156862745,93.1372549019608],[65.6862745098039,107.843137254902,99.0196078431373],[89.2156862745098,129.411764705882,121.56862745098],[87.2549019607843,125.490196078431,120.588235294118],[54.9019607843137,89.2156862745098,82.3529411764706],[99.0196078431373,126.470588235294,112.745098039216],[145.098039215686,167.647058823529,140.196078431373],[177.450980392157,195.098039215686,146.078431372549],[180.392156862745,188.235294117647,138.235294117647],[153.921568627451,149.019607843137,119.607843137255],[188.235294117647,172.549019607843,150],[240.196078431373,216.666666666667,189.21568627451],[250,229.411764705882,200],[250,220.588235294118,190.196078431373],[173.529411764706,140.196078431373,105.882352941176],[169.607843137255,135.294117647059,98.0392156862745],[148.039215686275,110.78431372549,74.5098039215686],[109.803921568627,65.6862745098039,37.2549019607843],[114.705882352941,65.6862745098039,41.1764705882353],[150,95.0980392156863,70.5882352941177],[149.019607843137,93.1372549019608,66.6666666666667],[130.392156862745,76.4705882352941,47.0588235294118],[111.764705882353,61.7647058823529,31.3725490196078],[123.529411764706,83.3333333333333,53.921568627451],[89.2156862745098,52.9411764705882,26.4705882352941],[61.7647058823529,24.5098039215686,1.96078431372549],[58.8235294117647,18.6274509803922,0.980392156862745],[61.7647058823529,16.6666666666667,3.92156862745098],[77.4509803921569,30.3921568627451,18.6274509803922],[100.980392156863,53.921568627451,40.1960784313726],[81.3725490196078,39.2156862745098,22.5490196078431],[70.5882352941177,37.2549019607843,12.7450980392157],[64.7058823529412,33.3333333333333,10.7843137254902],[50,17.6470588235294,0],[33.3333333333333,0,0],[70.5882352941177,38.2352941176471,21.5686274509804],[84.3137254901961,52.9411764705882,38.2352941176471],[67.6470588235294,39.2156862745098,25.4901960784314],[75.4901960784314,49.0196078431373,38.2352941176471],[62.7450980392157,40.1960784313726,32.3529411764706],[30.3921568627451,11.7647058823529,5.88235294117647],[30.3921568627451,15.6862745098039,12.7450980392157],[25.4901960784314,11.7647058823529,10.7843137254902],[39.2156862745098,27.4509803921569,27.4509803921569],[12.7450980392157,2.94117647058824,1.96078431372549],[25.4901960784314,13.7254901960784,13.7254901960784],[16.6666666666667,5.88235294117647,3.92156862745098],[16.6666666666667,2.94117647058824,0],[12.7450980392157,0,0],[9.80392156862745,0,0.980392156862745],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[5.88235294117647,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,10.7843137254902],[0,1.96078431372549,8.82352941176471],[0.980392156862745,1.96078431372549,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,10.7843137254902,11.7647058823529],[11.7647058823529,10.7843137254902,6.86274509803922],[16.6666666666667,13.7254901960784,6.86274509803922],[28.4313725490196,26.4705882352941,14.7058823529412],[64.7058823529412,65.6862745098039,51.9607843137255],[55.8823529411765,56.8627450980392,39.2156862745098],[31.3725490196078,34.3137254901961,13.7254901960784],[42.156862745098,50,27.4509803921569],[77.4509803921569,87.2549019607843,62.7450980392157],[83.3333333333333,93.1372549019608,68.6274509803922],[53.921568627451,66.6666666666667,41.1764705882353],[37.2549019607843,50.9803921568627,26.4705882352941],[22.5490196078431,39.2156862745098,20.5882352941176],[31.3725490196078,50,31.3725490196078],[36.2745098039216,53.921568627451,40.1960784313726],[34.3137254901961,51.9607843137255,38.2352941176471],[84.3137254901961,100,89.2156862745098],[65.6862745098039,81.3725490196078,70.5882352941177],[68.6274509803922,82.3529411764706,69.6078431372549],[80.3921568627451,94.1176470588235,79.4117647058823],[68.6274509803922,85.2941176470588,66.6666666666667],[73.5294117647059,91.1764705882353,69.6078431372549],[52.9411764705882,72.5490196078431,46.078431372549],[92.156862745098,111.764705882353,84.3137254901961],[96.078431372549,119.607843137255,88.2352941176471],[120.588235294118,144.117647058824,112.745098039216],[141.176470588235,165.686274509804,136.274509803922],[114.705882352941,139.21568627451,110.78431372549],[127.450980392157,150.980392156863,125.490196078431],[170.588235294118,193.137254901961,167.647058823529],[135.294117647059,153.921568627451,126.470588235294],[109.803921568627,124.509803921569,96.078431372549],[156.862745098039,169.607843137255,140.196078431373],[126.470588235294,139.21568627451,109.803921568627],[138.235294117647,153.921568627451,128.43137254902],[199.019607843137,220.588235294118,200],[190.196078431373,220.588235294118,205.882352941176],[159.803921568627,194.117647058824,187.254901960784],[153.921568627451,193.137254901961,192.156862745098],[133.333333333333,176.470588235294,177.450980392157],[103.921568627451,147.058823529412,150],[112.745098039216,154.901960784314,160.78431372549],[175.490196078431,215.686274509804,219.607843137255],[192.156862745098,228.43137254902,234.313725490196],[172.549019607843,205.882352941176,214.705882352941],[174.509803921569,210.78431372549,219.607843137255],[167.647058823529,209.803921568627,218.627450980392],[162.745098039216,200,210.78431372549],[165.686274509804,191.176470588235,203.921568627451],[184.313725490196,202.941176470588,216.666666666667],[184.313725490196,206.862745098039,214.705882352941],[219.607843137255,244.117647058824,250],[209.803921568627,237.254901960784,248.039215686275],[171.56862745098,200,215.686274509804],[207.843137254902,239.21568627451,250],[148.039215686275,188.235294117647,217.647058823529],[118.627450980392,174.509803921569,203.921568627451],[98.0392156862745,159.803921568627,192.156862745098],[133.333333333333,190.196078431373,226.470588235294],[111.764705882353,169.607843137255,202.941176470588],[118.627450980392,178.43137254902,206.862745098039],[104.901960784314,164.705882352941,192.156862745098],[95.0980392156863,154.901960784314,182.352941176471],[102.941176470588,162.745098039216,191.176470588235],[116.666666666667,176.470588235294,204.901960784314],[115.686274509804,175.490196078431,205.882352941176],[107.843137254902,167.647058823529,198.039215686275],[104.901960784314,164.705882352941,195.098039215686],[101.960784313725,161.764705882353,192.156862745098],[107.843137254902,165.686274509804,197.058823529412],[106.862745098039,164.705882352941,196.078431372549],[111.764705882353,166.666666666667,199.019607843137],[119.607843137255,173.529411764706,203.921568627451],[118.627450980392,170.588235294118,201.960784313725],[117.647058823529,169.607843137255,200.980392156863],[130.392156862745,178.43137254902,209.803921568627],[140.196078431373,184.313725490196,212.745098039216],[130.392156862745,168.627450980392,197.058823529412],[141.176470588235,169.607843137255,200.980392156863],[187.254901960784,215.686274509804,247.058823529412],[170.588235294118,206.862745098039,233.333333333333],[115.686274509804,160.78431372549,184.313725490196],[114.705882352941,165.686274509804,189.21568627451],[115.686274509804,170.588235294118,195.098039215686],[97.0588235294118,157.843137254902,182.352941176471],[95.0980392156863,157.843137254902,184.313725490196],[92.156862745098,154.901960784314,181.372549019608],[100.980392156863,159.803921568627,187.254901960784],[101.960784313725,151.960784313725,178.43137254902],[91.1764705882353,142.156862745098,163.725490196078],[93.1372549019608,150.980392156863,168.627450980392],[105.882352941176,156.862745098039,169.607843137255],[104.901960784314,134.313725490196,142.156862745098],[180.392156862745,199.019607843137,204.901960784314],[174.509803921569,192.156862745098,194.117647058824],[156.862745098039,172.549019607843,172.549019607843],[200,211.764705882353,209.803921568627],[204.901960784314,210.78431372549,206.862745098039],[221.56862745098,224.509803921569,217.647058823529],[194.117647058824,191.176470588235,184.313725490196],[211.764705882353,204.901960784314,197.058823529412],[204.901960784314,196.078431372549,189.21568627451],[218.627450980392,205.882352941176,200],[200,185.294117647059,180.392156862745],[208.823529411765,191.176470588235,189.21568627451],[233.333333333333,215.686274509804,215.686274509804],[241.176470588235,221.56862745098,222.549019607843],[233.333333333333,213.725490196078,215.686274509804],[250,235.294117647059,239.21568627451],[246.078431372549,230.392156862745,233.333333333333],[249.019607843137,237.254901960784,237.254901960784],[250,245.098039215686,243.137254901961],[224.509803921569,219.607843137255,215.686274509804],[166.666666666667,162.745098039216,153.921568627451],[206.862745098039,202.941176470588,191.176470588235],[238.235294117647,232.352941176471,218.627450980392],[196.078431372549,187.254901960784,172.549019607843],[148.039215686275,139.21568627451,122.549019607843],[159.803921568627,150.980392156863,136.274509803922],[182.352941176471,176.470588235294,164.705882352941],[194.117647058824,194.117647058824,186.274509803922],[150.980392156863,155.882352941176,151.960784313725],[127.450980392157,137.254901960784,136.274509803922],[119.607843137255,134.313725490196,137.254901960784],[124.509803921569,144.117647058824,152.941176470588],[122.549019607843,144.117647058824,154.901960784314],[130.392156862745,150,156.862745098039],[125.490196078431,142.156862745098,149.019607843137],[116.666666666667,127.450980392157,131.372549019608],[156.862745098039,166.666666666667,168.627450980392],[154.901960784314,168.627450980392,168.627450980392],[115.686274509804,129.411764705882,129.411764705882],[140.196078431373,151.960784313725,151.960784313725],[119.607843137255,135.294117647059,135.294117647059],[92.156862745098,117.647058823529,116.666666666667],[80.3921568627451,113.725490196078,112.745098039216],[82.3529411764706,117.647058823529,117.647058823529],[80.3921568627451,119.607843137255,119.607843137255],[63.7254901960784,106.862745098039,107.843137254902],[35.2941176470588,79.4117647058823,76.4705882352941],[52.9411764705882,94.1176470588235,84.3137254901961],[83.3333333333333,122.549019607843,113.725490196078],[71.5686274509804,106.862745098039,104.901960784314],[83.3333333333333,116.666666666667,115.686274509804],[99.0196078431373,127.450980392157,122.549019607843],[69.6078431372549,92.156862745098,74.5098039215686],[99.0196078431373,116.666666666667,79.4117647058823],[160.78431372549,167.647058823529,124.509803921569],[231.372549019608,225.490196078431,190.196078431373],[216.666666666667,200,170.588235294118],[174.509803921569,148.039215686275,121.56862745098],[189.21568627451,155.882352941176,131.372549019608],[250,216.666666666667,194.117647058824],[244.117647058824,204.901960784314,179.411764705882],[217.647058823529,179.411764705882,147.058823529412],[173.529411764706,131.372549019608,98.0392156862745],[129.411764705882,81.3725490196078,51.9607843137255],[128.43137254902,73.5294117647059,47.0588235294118],[165.686274509804,105.882352941176,78.4313725490196],[178.43137254902,118.627450980392,90.1960784313725],[138.235294117647,80.3921568627451,49.0196078431373],[84.3137254901961,32.3529411764706,0],[84.3137254901961,40.1960784313726,7.84313725490196],[96.078431372549,57.843137254902,29.4117647058824],[94.1176470588235,54.9019607843137,30.3921568627451],[86.2745098039216,46.078431372549,28.4313725490196],[85.2941176470588,38.2352941176471,24.5098039215686],[72.5490196078431,24.5098039215686,10.7843137254902],[94.1176470588235,46.078431372549,31.3725490196078],[94.1176470588235,50,31.3725490196078],[76.4705882352941,41.1764705882353,15.6862745098039],[73.5294117647059,42.156862745098,17.6470588235294],[56.8627450980392,24.5098039215686,5.88235294117647],[50,18.6274509803922,3.92156862745098],[54.9019607843137,26.4705882352941,10.7843137254902],[59.8039215686275,32.3529411764706,20.5882352941176],[36.2745098039216,9.80392156862745,0],[19.6078431372549,0,0],[31.3725490196078,13.7254901960784,9.80392156862745],[31.3725490196078,20.5882352941176,18.6274509803922],[5.88235294117647,0,0],[116.666666666667,110.78431372549,114.705882352941],[232.352941176471,227.450980392157,231.372549019608],[26.4705882352941,21.5686274509804,25.4901960784314],[3.92156862745098,0,0],[14.7058823529412,4.90196078431373,3.92156862745098],[12.7450980392157,1.96078431372549,0],[10.7843137254902,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0,0],[7.84313725490196,0,0],[7.84313725490196,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[16.6666666666667,15.6862745098039,13.7254901960784],[15.6862745098039,12.7450980392157,7.84313725490196],[14.7058823529412,12.7450980392157,0.980392156862745],[54.9019607843137,52.9411764705882,38.2352941176471],[96.078431372549,95.0980392156863,77.4509803921569],[57.843137254902,59.8039215686275,39.2156862745098],[62.7450980392157,66.6666666666667,44.1176470588235],[102.941176470588,108.823529411765,83.3333333333333],[87.2549019607843,96.078431372549,69.6078431372549],[65.6862745098039,75.4901960784314,49.0196078431373],[121.56862745098,134.313725490196,106.862745098039],[111.764705882353,125.490196078431,100.980392156863],[34.3137254901961,45.0980392156863,28.4313725490196],[39.2156862745098,49.0196078431373,38.2352941176471],[54.9019607843137,62.7450980392157,51.9607843137255],[26.4705882352941,33.3333333333333,25.4901960784314],[48.0392156862745,53.921568627451,44.1176470588235],[26.4705882352941,32.3529411764706,20.5882352941176],[38.2352941176471,42.156862745098,27.4509803921569],[82.3529411764706,87.2549019607843,67.6470588235294],[85.2941176470588,93.1372549019608,69.6078431372549],[104.901960784314,113.725490196078,87.2549019607843],[85.2941176470588,96.078431372549,64.7058823529412],[107.843137254902,121.56862745098,89.2156862745098],[133.333333333333,148.039215686275,115.686274509804],[153.921568627451,168.627450980392,138.235294117647],[145.098039215686,160.78431372549,132.352941176471],[122.549019607843,138.235294117647,111.764705882353],[108.823529411765,124.509803921569,99.0196078431373],[109.803921568627,123.529411764706,99.0196078431373],[97.0588235294118,106.862745098039,80.3921568627451],[139.21568627451,148.039215686275,117.647058823529],[131.372549019608,138.235294117647,105.882352941176],[127.450980392157,136.274509803922,105.882352941176],[146.078431372549,160.78431372549,132.352941176471],[146.078431372549,165.686274509804,141.176470588235],[183.333333333333,209.803921568627,193.137254901961],[120.588235294118,151.960784313725,141.176470588235],[149.019607843137,184.313725490196,180.392156862745],[147.058823529412,184.313725490196,185.294117647059],[153.921568627451,191.176470588235,194.117647058824],[155.882352941176,190.196078431373,194.117647058824],[134.313725490196,167.647058823529,169.607843137255],[164.705882352941,193.137254901961,197.058823529412],[150.980392156863,178.43137254902,181.372549019608],[161.764705882353,189.21568627451,192.156862745098],[171.56862745098,202.941176470588,201.960784313725],[181.372549019608,210.78431372549,212.745098039216],[186.274509803922,205.882352941176,212.745098039216],[185.294117647059,206.862745098039,219.607843137255],[161.764705882353,194.117647058824,208.823529411765],[180.392156862745,220.588235294118,238.235294117647],[159.803921568627,203.921568627451,224.509803921569],[127.450980392157,168.627450980392,193.137254901961],[124.509803921569,160.78431372549,187.254901960784],[108.823529411765,149.019607843137,178.43137254902],[105.882352941176,158.823529411765,186.274509803922],[114.705882352941,172.549019607843,201.960784313725],[111.764705882353,168.627450980392,204.901960784314],[112.745098039216,169.607843137255,205.882352941176],[116.666666666667,176.470588235294,206.862745098039],[109.803921568627,169.607843137255,198.039215686275],[99.0196078431373,161.764705882353,189.21568627451],[100,161.764705882353,192.156862745098],[106.862745098039,168.627450980392,199.019607843137],[104.901960784314,166.666666666667,199.019607843137],[99.0196078431373,160.78431372549,193.137254901961],[102.941176470588,161.764705882353,195.098039215686],[107.843137254902,166.666666666667,200],[105.882352941176,163.725490196078,197.058823529412],[106.862745098039,164.705882352941,198.039215686275],[116.666666666667,171.56862745098,205.882352941176],[125.490196078431,178.43137254902,211.764705882353],[128.43137254902,180.392156862745,213.725490196078],[124.509803921569,176.470588235294,209.803921568627],[119.607843137255,171.56862745098,201.960784313725],[120.588235294118,177.450980392157,200.980392156863],[116.666666666667,166.666666666667,193.137254901961],[140.196078431373,175.490196078431,210.78431372549],[146.078431372549,179.411764705882,216.666666666667],[123.529411764706,168.627450980392,200.980392156863],[111.764705882353,166.666666666667,193.137254901961],[108.823529411765,168.627450980392,189.21568627451],[99.0196078431373,162.745098039216,182.352941176471],[92.156862745098,157.843137254902,176.470588235294],[91.1764705882353,155.882352941176,179.411764705882],[92.156862745098,153.921568627451,184.313725490196],[91.1764705882353,144.117647058824,179.411764705882],[102.941176470588,142.156862745098,177.450980392157],[108.823529411765,147.058823529412,177.450980392157],[96.078431372549,146.078431372549,162.745098039216],[96.078431372549,145.098039215686,155.882352941176],[139.21568627451,174.509803921569,186.274509803922],[128.43137254902,154.901960784314,165.686274509804],[132.352941176471,156.862745098039,163.725490196078],[141.176470588235,161.764705882353,166.666666666667],[163.725490196078,181.372549019608,181.372549019608],[135.294117647059,150,147.058823529412],[169.607843137255,179.411764705882,171.56862745098],[183.333333333333,186.274509803922,177.450980392157],[202.941176470588,202.941176470588,193.137254901961],[203.921568627451,200,189.21568627451],[191.176470588235,182.352941176471,173.529411764706],[197.058823529412,187.254901960784,178.43137254902],[182.352941176471,169.607843137255,163.725490196078],[207.843137254902,193.137254901961,190.196078431373],[249.019607843137,231.372549019608,229.411764705882],[223.529411764706,207.843137254902,207.843137254902],[241.176470588235,225.490196078431,225.490196078431],[236.274509803922,222.549019607843,222.549019607843],[220.588235294118,210.78431372549,208.823529411765],[226.470588235294,219.607843137255,213.725490196078],[238.235294117647,234.313725490196,225.490196078431],[195.098039215686,191.176470588235,180.392156862745],[174.509803921569,168.627450980392,154.901960784314],[213.725490196078,206.862745098039,189.21568627451],[218.627450980392,207.843137254902,190.196078431373],[172.549019607843,159.803921568627,141.176470588235],[171.56862745098,158.823529411765,142.156862745098],[176.470588235294,167.647058823529,152.941176470588],[155.882352941176,151.960784313725,141.176470588235],[135.294117647059,136.274509803922,130.392156862745],[127.450980392157,136.274509803922,131.372549019608],[124.509803921569,139.21568627451,136.274509803922],[100.980392156863,120.588235294118,119.607843137255],[114.705882352941,134.313725490196,135.294117647059],[146.078431372549,156.862745098039,160.78431372549],[141.176470588235,150.980392156863,152.941176470588],[125.490196078431,137.254901960784,137.254901960784],[159.803921568627,171.56862745098,169.607843137255],[129.411764705882,141.176470588235,137.254901960784],[100.980392156863,111.764705882353,107.843137254902],[134.313725490196,140.196078431373,138.235294117647],[115.686274509804,124.509803921569,121.56862745098],[100.980392156863,116.666666666667,115.686274509804],[87.2549019607843,112.745098039216,109.803921568627],[67.6470588235294,105.882352941176,102.941176470588],[67.6470588235294,108.823529411765,107.843137254902],[63.7254901960784,103.921568627451,107.843137254902],[42.156862745098,80.3921568627451,85.2941176470588],[40.1960784313726,77.4509803921569,78.4313725490196],[65.6862745098039,100.980392156863,99.0196078431373],[62.7450980392157,97.0588235294118,93.1372549019608],[92.156862745098,120.588235294118,115.686274509804],[55.8823529411765,78.4313725490196,70.5882352941177],[22.5490196078431,39.2156862745098,31.3725490196078],[38.2352941176471,48.0392156862745,40.1960784313726],[86.2745098039216,86.2745098039216,74.5098039215686],[193.137254901961,188.235294117647,159.803921568627],[190.196078431373,176.470588235294,142.156862745098],[183.333333333333,160.78431372549,129.411764705882],[228.43137254902,198.039215686275,167.647058823529],[250,215.686274509804,182.352941176471],[227.450980392157,188.235294117647,153.921568627451],[195.098039215686,150.980392156863,118.627450980392],[203.921568627451,154.901960784314,122.549019607843],[239.21568627451,183.333333333333,153.921568627451],[216.666666666667,154.901960784314,124.509803921569],[161.764705882353,94.1176470588235,61.7647058823529],[146.078431372549,79.4117647058823,45.0980392156863],[163.725490196078,100,62.7450980392157],[134.313725490196,75.4901960784314,39.2156862745098],[75.4901960784314,24.5098039215686,0],[85.2941176470588,40.1960784313726,6.86274509803922],[132.352941176471,89.2156862745098,62.7450980392157],[98.0392156862745,52.9411764705882,30.3921568627451],[114.705882352941,62.7450980392157,47.0588235294118],[82.3529411764706,27.4509803921569,12.7450980392157],[87.2549019607843,32.3529411764706,15.6862745098039],[112.745098039216,62.7450980392157,42.156862745098],[100,59.8039215686275,32.3529411764706],[97.0588235294118,61.7647058823529,36.2745098039216],[79.4117647058823,49.0196078431373,29.4117647058824],[46.078431372549,17.6470588235294,3.92156862745098],[35.2941176470588,7.84313725490196,0],[46.078431372549,19.6078431372549,8.82352941176471],[28.4313725490196,8.82352941176471,0],[12.7450980392157,0,0],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,8.82352941176471,10.7843137254902],[2.94117647058824,0.980392156862745,5.88235294117647],[50.9803921568627,50.9803921568627,58.8235294117647],[152.941176470588,152.941176470588,160.78431372549],[0,0,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[15.6862745098039,9.80392156862745,9.80392156862745],[6.86274509803922,0,0],[17.6470588235294,7.84313725490196,6.86274509803922],[10.7843137254902,1.96078431372549,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[8.82352941176471,0,0],[7.84313725490196,0,0],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[23.5294117647059,21.5686274509804,9.80392156862745],[23.5294117647059,21.5686274509804,6.86274509803922],[87.2549019607843,86.2745098039216,66.6666666666667],[120.588235294118,119.607843137255,99.0196078431373],[31.3725490196078,33.3333333333333,9.80392156862745],[47.0588235294118,52.9411764705882,27.4509803921569],[65.6862745098039,74.5098039215686,48.0392156862745],[50.9803921568627,60.7843137254902,36.2745098039216],[27.4509803921569,41.1764705882353,16.6666666666667],[21.5686274509804,37.2549019607843,11.7647058823529],[93.1372549019608,105.882352941176,86.2745098039216],[97.0588235294118,107.843137254902,92.156862745098],[47.0588235294118,54.9019607843137,44.1176470588235],[67.6470588235294,73.5294117647059,63.7254901960784],[50,55.8823529411765,44.1176470588235],[17.6470588235294,21.5686274509804,7.84313725490196],[55.8823529411765,59.8039215686275,45.0980392156863],[63.7254901960784,68.6274509803922,49.0196078431373],[55.8823529411765,60.7843137254902,39.2156862745098],[73.5294117647059,79.4117647058823,53.921568627451],[85.2941176470588,91.1764705882353,63.7254901960784],[83.3333333333333,90.1960784313725,59.8039215686275],[111.764705882353,120.588235294118,90.1960784313725],[127.450980392157,136.274509803922,105.882352941176],[170.588235294118,181.372549019608,150],[80.3921568627451,91.1764705882353,61.7647058823529],[136.274509803922,149.019607843137,121.56862745098],[107.843137254902,121.56862745098,96.078431372549],[88.2352941176471,100.980392156863,75.4901960784314],[136.274509803922,145.098039215686,118.627450980392],[156.862745098039,163.725490196078,133.333333333333],[145.098039215686,149.019607843137,116.666666666667],[117.647058823529,124.509803921569,92.156862745098],[157.843137254902,172.549019607843,144.117647058824],[155.882352941176,175.490196078431,150.980392156863],[148.039215686275,170.588235294118,150.980392156863],[134.313725490196,161.764705882353,148.039215686275],[152.941176470588,183.333333333333,178.43137254902],[131.372549019608,162.745098039216,161.764705882353],[135.294117647059,164.705882352941,164.705882352941],[136.274509803922,163.725490196078,164.705882352941],[113.725490196078,141.176470588235,142.156862745098],[109.803921568627,139.21568627451,139.21568627451],[135.294117647059,165.686274509804,167.647058823529],[124.509803921569,153.921568627451,155.882352941176],[140.196078431373,165.686274509804,166.666666666667],[166.666666666667,187.254901960784,192.156862745098],[183.333333333333,200,209.803921568627],[206.862745098039,225.490196078431,240.196078431373],[180.392156862745,212.745098039216,231.372549019608],[168.627450980392,208.823529411765,230.392156862745],[100.980392156863,146.078431372549,169.607843137255],[102.941176470588,149.019607843137,174.509803921569],[120.588235294118,163.725490196078,190.196078431373],[132.352941176471,175.490196078431,201.960784313725],[108.823529411765,154.901960784314,180.392156862745],[120.588235294118,170.588235294118,199.019607843137],[118.627450980392,168.627450980392,199.019607843137],[114.705882352941,168.627450980392,199.019607843137],[122.549019607843,181.372549019608,208.823529411765],[120.588235294118,181.372549019608,205.882352941176],[111.764705882353,170.588235294118,196.078431372549],[101.960784313725,157.843137254902,184.313725490196],[96.078431372549,150.980392156863,177.450980392157],[94.1176470588235,149.019607843137,175.490196078431],[101.960784313725,155.882352941176,185.294117647059],[116.666666666667,172.549019607843,201.960784313725],[107.843137254902,162.745098039216,195.098039215686],[104.901960784314,162.745098039216,196.078431372549],[109.803921568627,168.627450980392,201.960784313725],[112.745098039216,171.56862745098,204.901960784314],[105.882352941176,163.725490196078,195.098039215686],[107.843137254902,162.745098039216,195.098039215686],[118.627450980392,173.529411764706,205.882352941176],[126.470588235294,182.352941176471,210.78431372549],[114.705882352941,173.529411764706,197.058823529412],[112.745098039216,167.647058823529,192.156862745098],[155.882352941176,198.039215686275,232.352941176471],[138.235294117647,179.411764705882,216.666666666667],[101.960784313725,153.921568627451,187.254901960784],[104.901960784314,163.725490196078,191.176470588235],[95.0980392156863,158.823529411765,180.392156862745],[100,165.686274509804,184.313725490196],[93.1372549019608,158.823529411765,177.450980392157],[80.3921568627451,145.098039215686,168.627450980392],[87.2549019607843,150,177.450980392157],[93.1372549019608,146.078431372549,179.411764705882],[101.960784313725,144.117647058824,177.450980392157],[100.980392156863,139.21568627451,167.647058823529],[86.2745098039216,134.313725490196,149.019607843137],[100.980392156863,151.960784313725,162.745098039216],[125.490196078431,167.647058823529,183.333333333333],[141.176470588235,178.43137254902,191.176470588235],[172.549019607843,201.960784313725,209.803921568627],[176.470588235294,203.921568627451,207.843137254902],[114.705882352941,138.235294117647,140.196078431373],[151.960784313725,171.56862745098,170.588235294118],[134.313725490196,149.019607843137,146.078431372549],[168.627450980392,178.43137254902,170.588235294118],[203.921568627451,205.882352941176,195.098039215686],[155.882352941176,150,138.235294117647],[186.274509803922,176.470588235294,166.666666666667],[247.058823529412,232.352941176471,225.490196078431],[224.509803921569,209.803921568627,206.862745098039],[238.235294117647,222.549019607843,222.549019607843],[213.725490196078,199.019607843137,194.117647058824],[216.666666666667,201.960784313725,197.058823529412],[250,238.235294117647,232.352941176471],[237.254901960784,224.509803921569,218.627450980392],[222.549019607843,211.764705882353,207.843137254902],[192.156862745098,182.352941176471,180.392156862745],[177.450980392157,168.627450980392,163.725490196078],[208.823529411765,201.960784313725,194.117647058824],[187.254901960784,181.372549019608,167.647058823529],[197.058823529412,190.196078431373,172.549019607843],[203.921568627451,197.058823529412,178.43137254902],[168.627450980392,161.764705882353,143.137254901961],[150.980392156863,144.117647058824,128.43137254902],[149.019607843137,146.078431372549,131.372549019608],[143.137254901961,143.137254901961,133.333333333333],[157.843137254902,160.78431372549,151.960784313725],[155.882352941176,162.745098039216,154.901960784314],[151.960784313725,162.745098039216,156.862745098039],[149.019607843137,167.647058823529,165.686274509804],[141.176470588235,158.823529411765,158.823529411765],[131.372549019608,145.098039215686,145.098039215686],[134.313725490196,146.078431372549,146.078431372549],[136.274509803922,148.039215686275,146.078431372549],[159.803921568627,172.549019607843,165.686274509804],[128.43137254902,138.235294117647,130.392156862745],[114.705882352941,117.647058823529,110.78431372549],[151.960784313725,149.019607843137,142.156862745098],[118.627450980392,117.647058823529,112.745098039216],[105.882352941176,111.764705882353,107.843137254902],[85.2941176470588,105.882352941176,100.980392156863],[60.7843137254902,99.0196078431373,94.1176470588235],[65.6862745098039,110.78431372549,108.823529411765],[66.6666666666667,106.862745098039,112.745098039216],[50.9803921568627,89.2156862745098,96.078431372549],[45.0980392156863,84.3137254901961,86.2745098039216],[39.2156862745098,74.5098039215686,72.5490196078431],[69.6078431372549,101.960784313725,93.1372549019608],[40.1960784313726,67.6470588235294,55.8823529411765],[50.9803921568627,70.5882352941177,59.8039215686275],[39.2156862745098,51.9607843137255,45.0980392156863],[39.2156862745098,43.1372549019608,44.1176470588235],[157.843137254902,154.901960784314,150],[224.509803921569,216.666666666667,196.078431372549],[169.607843137255,156.862745098039,125.490196078431],[157.843137254902,138.235294117647,103.921568627451],[197.058823529412,171.56862745098,137.254901960784],[209.803921568627,176.470588235294,142.156862745098],[220.588235294118,182.352941176471,150],[213.725490196078,171.56862745098,140.196078431373],[238.235294117647,190.196078431373,158.823529411765],[250,217.647058823529,185.294117647059],[192.156862745098,130.392156862745,98.0392156862745],[156.862745098039,92.156862745098,57.843137254902],[166.666666666667,100,63.7254901960784],[145.098039215686,78.4313725490196,40.1960784313726],[167.647058823529,104.901960784314,67.6470588235294],[150.980392156863,94.1176470588235,56.8627450980392],[119.607843137255,66.6666666666667,31.3725490196078],[124.509803921569,74.5098039215686,44.1176470588235],[123.529411764706,72.5490196078431,49.0196078431373],[130.392156862745,76.4705882352941,56.8627450980392],[117.647058823529,61.7647058823529,43.1372549019608],[113.725490196078,59.8039215686275,40.1960784313726],[104.901960784314,55.8823529411765,33.3333333333333],[95.0980392156863,51.9607843137255,25.4901960784314],[68.6274509803922,33.3333333333333,9.80392156862745],[79.4117647058823,50.9803921568627,35.2941176470588],[64.7058823529412,38.2352941176471,27.4509803921569],[36.2745098039216,12.7450980392157,2.94117647058824],[14.7058823529412,0,0],[19.6078431372549,1.96078431372549,0],[23.5294117647059,12.7450980392157,10.7843137254902],[14.7058823529412,5.88235294117647,6.86274509803922],[3.92156862745098,0,2.94117647058824],[4.90196078431373,3.92156862745098,9.80392156862745],[0,0,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[12.7450980392157,10.7843137254902,13.7254901960784],[2.94117647058824,0,0],[20.5882352941176,12.7450980392157,10.7843137254902],[5.88235294117647,0,0],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,0],[6.86274509803922,2.94117647058824,0],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[8.82352941176471,0,0.980392156862745],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[11.7647058823529,10.7843137254902,15.6862745098039],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,2.94117647058824,0.980392156862745],[23.5294117647059,20.5882352941176,15.6862745098039],[36.2745098039216,34.3137254901961,22.5490196078431],[42.156862745098,39.2156862745098,22.5490196078431],[69.6078431372549,68.6274509803922,48.0392156862745],[132.352941176471,132.352941176471,108.823529411765],[118.627450980392,121.56862745098,95.0980392156863],[58.8235294117647,62.7450980392157,36.2745098039216],[68.6274509803922,76.4705882352941,52.9411764705882],[34.3137254901961,46.078431372549,22.5490196078431],[15.6862745098039,28.4313725490196,10.7843137254902],[39.2156862745098,52.9411764705882,38.2352941176471],[11.7647058823529,27.4509803921569,16.6666666666667],[20.5882352941176,36.2745098039216,25.4901960784314],[73.5294117647059,85.2941176470588,71.5686274509804],[74.5098039215686,85.2941176470588,69.6078431372549],[67.6470588235294,78.4313725490196,62.7450980392157],[85.2941176470588,96.078431372549,79.4117647058823],[69.6078431372549,81.3725490196078,61.7647058823529],[68.6274509803922,80.3921568627451,58.8235294117647],[68.6274509803922,80.3921568627451,58.8235294117647],[66.6666666666667,76.4705882352941,52.9411764705882],[96.078431372549,105.882352941176,82.3529411764706],[98.0392156862745,107.843137254902,84.3137254901961],[101.960784313725,111.764705882353,87.2549019607843],[63.7254901960784,71.5686274509804,48.0392156862745],[62.7450980392157,71.5686274509804,45.0980392156863],[159.803921568627,168.627450980392,140.196078431373],[150,158.823529411765,128.43137254902],[107.843137254902,118.627450980392,89.2156862745098],[100,114.705882352941,86.2745098039216],[128.43137254902,142.156862745098,116.666666666667],[156.862745098039,166.666666666667,142.156862745098],[125.490196078431,131.372549019608,103.921568627451],[149.019607843137,150,116.666666666667],[158.823529411765,164.705882352941,131.372549019608],[140.196078431373,157.843137254902,132.352941176471],[151.960784313725,175.490196078431,153.921568627451],[120.588235294118,139.21568627451,119.607843137255],[172.549019607843,193.137254901961,178.43137254902],[176.470588235294,201.960784313725,199.019607843137],[143.137254901961,168.627450980392,169.607843137255],[110.78431372549,130.392156862745,129.411764705882],[109.803921568627,129.411764705882,127.450980392157],[130.392156862745,155.882352941176,152.941176470588],[118.627450980392,151.960784313725,150.980392156863],[111.764705882353,154.901960784314,155.882352941176],[123.529411764706,162.745098039216,170.588235294118],[126.470588235294,151.960784313725,166.666666666667],[166.666666666667,181.372549019608,201.960784313725],[224.509803921569,236.274509803922,250],[160.78431372549,175.490196078431,196.078431372549],[149.019607843137,167.647058823529,184.313725490196],[130.392156862745,157.843137254902,171.56862745098],[149.019607843137,185.294117647059,200.980392156863],[153.921568627451,199.019607843137,214.705882352941],[103.921568627451,153.921568627451,174.509803921569],[92.156862745098,141.176470588235,165.686274509804],[113.725490196078,156.862745098039,183.333333333333],[142.156862745098,181.372549019608,206.862745098039],[147.058823529412,187.254901960784,208.823529411765],[142.156862745098,188.235294117647,207.843137254902],[94.1176470588235,150.980392156863,170.588235294118],[125.490196078431,185.294117647059,203.921568627451],[127.450980392157,182.352941176471,199.019607843137],[98.0392156862745,146.078431372549,162.745098039216],[94.1176470588235,136.274509803922,152.941176470588],[130.392156862745,170.588235294118,188.235294117647],[182.352941176471,222.549019607843,242.156862745098],[147.058823529412,191.176470588235,213.725490196078],[105.882352941176,155.882352941176,182.352941176471],[100,155.882352941176,184.313725490196],[97.0588235294118,158.823529411765,189.21568627451],[103.921568627451,167.647058823529,199.019607843137],[104.901960784314,168.627450980392,200],[101.960784313725,165.686274509804,195.098039215686],[113.725490196078,176.470588235294,203.921568627451],[134.313725490196,193.137254901961,220.588235294118],[108.823529411765,161.764705882353,187.254901960784],[123.529411764706,172.549019607843,199.019607843137],[132.352941176471,178.43137254902,207.843137254902],[139.21568627451,184.313725490196,216.666666666667],[115.686274509804,167.647058823529,198.039215686275],[97.0588235294118,155.882352941176,183.333333333333],[107.843137254902,168.627450980392,193.137254901961],[95.0980392156863,157.843137254902,182.352941176471],[85.2941176470588,148.039215686275,172.549019607843],[88.2352941176471,151.960784313725,173.529411764706],[81.3725490196078,142.156862745098,164.705882352941],[83.3333333333333,143.137254901961,163.725490196078],[90.1960784313725,144.117647058824,163.725490196078],[88.2352941176471,140.196078431373,155.882352941176],[93.1372549019608,146.078431372549,157.843137254902],[96.078431372549,151.960784313725,162.745098039216],[95.0980392156863,150.980392156863,167.647058823529],[110.78431372549,161.764705882353,174.509803921569],[110.78431372549,148.039215686275,150.980392156863],[172.549019607843,201.960784313725,201.960784313725],[154.901960784314,182.352941176471,186.274509803922],[122.549019607843,145.098039215686,150.980392156863],[152.941176470588,172.549019607843,179.411764705882],[183.333333333333,197.058823529412,198.039215686275],[200,200,190.196078431373],[194.117647058824,182.352941176471,170.588235294118],[205.882352941176,186.274509803922,179.411764705882],[205.882352941176,182.352941176471,182.352941176471],[250,237.254901960784,244.117647058824],[246.078431372549,227.450980392157,233.333333333333],[208.823529411765,192.156862745098,185.294117647059],[227.450980392157,213.725490196078,200.980392156863],[250,248.039215686275,234.313725490196],[219.607843137255,206.862745098039,198.039215686275],[212.745098039216,197.058823529412,197.058823529412],[218.627450980392,202.941176470588,205.882352941176],[159.803921568627,143.137254901961,149.019607843137],[228.43137254902,214.705882352941,214.705882352941],[202.941176470588,194.117647058824,187.254901960784],[186.274509803922,184.313725490196,171.56862745098],[194.117647058824,197.058823529412,180.392156862745],[154.901960784314,158.823529411765,144.117647058824],[128.43137254902,136.274509803922,125.490196078431],[128.43137254902,135.294117647059,128.43137254902],[147.058823529412,152.941176470588,149.019607843137],[161.764705882353,166.666666666667,162.745098039216],[141.176470588235,147.058823529412,137.254901960784],[111.764705882353,118.627450980392,111.764705882353],[130.392156862745,144.117647058824,145.098039215686],[130.392156862745,150.980392156863,151.960784313725],[117.647058823529,146.078431372549,142.156862745098],[88.2352941176471,114.705882352941,109.803921568627],[118.627450980392,135.294117647059,129.411764705882],[167.647058823529,174.509803921569,167.647058823529],[148.039215686275,145.098039215686,136.274509803922],[125.490196078431,115.686274509804,106.862745098039],[169.607843137255,155.882352941176,147.058823529412],[160.78431372549,150.980392156863,142.156862745098],[115.686274509804,115.686274509804,107.843137254902],[95.0980392156863,109.803921568627,102.941176470588],[63.7254901960784,101.960784313725,97.0588235294118],[62.7450980392157,109.803921568627,109.803921568627],[66.6666666666667,110.78431372549,116.666666666667],[48.0392156862745,90.1960784313725,96.078431372549],[53.921568627451,93.1372549019608,92.156862745098],[69.6078431372549,108.823529411765,100],[75.4901960784314,108.823529411765,93.1372549019608],[76.4705882352941,103.921568627451,89.2156862745098],[66.6666666666667,86.2745098039216,75.4901960784314],[62.7450980392157,72.5490196078431,63.7254901960784],[110.78431372549,113.725490196078,97.0588235294118],[147.058823529412,142.156862745098,123.529411764706],[140.196078431373,128.43137254902,112.745098039216],[160.78431372549,144.117647058824,124.509803921569],[151.960784313725,131.372549019608,102.941176470588],[185.294117647059,160.78431372549,130.392156862745],[250,230.392156862745,202.941176470588],[250,244.117647058824,216.666666666667],[247.058823529412,212.745098039216,183.333333333333],[205.882352941176,167.647058823529,135.294117647059],[232.352941176471,187.254901960784,153.921568627451],[208.823529411765,157.843137254902,121.56862745098],[183.333333333333,128.43137254902,94.1176470588235],[191.176470588235,132.352941176471,97.0588235294118],[154.901960784314,94.1176470588235,57.843137254902],[146.078431372549,83.3333333333333,48.0392156862745],[148.039215686275,85.2941176470588,50.9803921568627],[151.960784313725,90.1960784313725,57.843137254902],[131.372549019608,68.6274509803922,41.1764705882353],[111.764705882353,52.9411764705882,27.4509803921569],[120.588235294118,63.7254901960784,40.1960784313726],[129.411764705882,75.4901960784314,54.9019607843137],[126.470588235294,76.4705882352941,55.8823529411765],[83.3333333333333,39.2156862745098,18.6274509803922],[75.4901960784314,38.2352941176471,17.6470588235294],[66.6666666666667,34.3137254901961,15.6862745098039],[67.6470588235294,40.1960784313726,29.4117647058824],[56.8627450980392,34.3137254901961,28.4313725490196],[29.4117647058824,10.7843137254902,6.86274509803922],[10.7843137254902,0,0],[12.7450980392157,0.980392156862745,0.980392156862745],[13.7254901960784,4.90196078431373,7.84313725490196],[4.90196078431373,0,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,5.88235294117647,6.86274509803922],[9.80392156862745,3.92156862745098,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[4.90196078431373,0,0],[12.7450980392157,6.86274509803922,6.86274509803922],[4.90196078431373,0.980392156862745,0],[5.88235294117647,2.94117647058824,0],[2.94117647058824,0,0],[4.90196078431373,1.96078431372549,0],[6.86274509803922,3.92156862745098,0],[5.88235294117647,0.980392156862745,0],[5.88235294117647,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[8.82352941176471,6.86274509803922,11.7647058823529],[20.5882352941176,18.6274509803922,23.5294117647059],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[19.6078431372549,17.6470588235294,20.5882352941176],[38.2352941176471,37.2549019607843,35.2941176470588],[34.3137254901961,31.3725490196078,24.5098039215686],[22.5490196078431,20.5882352941176,7.84313725490196],[77.4509803921569,74.5098039215686,57.843137254902],[60.7843137254902,59.8039215686275,39.2156862745098],[67.6470588235294,69.6078431372549,46.078431372549],[63.7254901960784,67.6470588235294,41.1764705882353],[32.3529411764706,38.2352941176471,12.7450980392157],[53.921568627451,63.7254901960784,40.1960784313726],[54.9019607843137,67.6470588235294,48.0392156862745],[24.5098039215686,38.2352941176471,23.5294117647059],[37.2549019607843,52.9411764705882,43.1372549019608],[54.9019607843137,71.5686274509804,65.6862745098039],[46.078431372549,62.7450980392157,54.9019607843137],[20.5882352941176,34.3137254901961,21.5686274509804],[48.0392156862745,60.7843137254902,43.1372549019608],[64.7058823529412,77.4509803921569,57.843137254902],[53.921568627451,67.6470588235294,45.0980392156863],[92.156862745098,105.882352941176,81.3725490196078],[108.823529411765,122.549019607843,98.0392156862745],[67.6470588235294,81.3725490196078,56.8627450980392],[77.4509803921569,91.1764705882353,68.6274509803922],[113.725490196078,127.450980392157,104.901960784314],[92.156862745098,103.921568627451,82.3529411764706],[104.901960784314,116.666666666667,95.0980392156863],[104.901960784314,113.725490196078,93.1372549019608],[87.2549019607843,97.0588235294118,72.5490196078431],[152.941176470588,161.764705882353,135.294117647059],[156.862745098039,165.686274509804,135.294117647059],[112.745098039216,123.529411764706,94.1176470588235],[100,114.705882352941,92.156862745098],[114.705882352941,132.352941176471,110.78431372549],[160.78431372549,178.43137254902,156.862745098039],[127.450980392157,143.137254901961,117.647058823529],[150,160.78431372549,129.411764705882],[167.647058823529,180.392156862745,150.980392156863],[148.039215686275,169.607843137255,147.058823529412],[159.803921568627,182.352941176471,164.705882352941],[145.098039215686,165.686274509804,149.019607843137],[141.176470588235,162.745098039216,150.980392156863],[134.313725490196,159.803921568627,158.823529411765],[144.117647058824,171.56862745098,174.509803921569],[151.960784313725,173.529411764706,171.56862745098],[140.196078431373,161.764705882353,158.823529411765],[146.078431372549,170.588235294118,167.647058823529],[159.803921568627,191.176470588235,188.235294117647],[130.392156862745,170.588235294118,172.549019607843],[193.137254901961,232.352941176471,240.196078431373],[210.78431372549,238.235294117647,250],[191.176470588235,211.764705882353,238.235294117647],[177.450980392157,197.058823529412,223.529411764706],[178.43137254902,196.078431372549,219.607843137255],[158.823529411765,177.450980392157,194.117647058824],[183.333333333333,206.862745098039,218.627450980392],[180.392156862745,212.745098039216,221.56862745098],[135.294117647059,174.509803921569,184.313725490196],[116.666666666667,162.745098039216,178.43137254902],[134.313725490196,179.411764705882,201.960784313725],[177.450980392157,218.627450980392,243.137254901961],[159.803921568627,200.980392156863,225.490196078431],[154.901960784314,197.058823529412,215.686274509804],[136.274509803922,184.313725490196,200.980392156863],[99.0196078431373,156.862745098039,172.549019607843],[137.254901960784,195.098039215686,210.78431372549],[138.235294117647,189.21568627451,201.960784313725],[118.627450980392,161.764705882353,172.549019607843],[139.21568627451,174.509803921569,186.274509803922],[190.196078431373,223.529411764706,235.294117647059],[220.588235294118,250,250],[151.960784313725,189.21568627451,207.843137254902],[99.0196078431373,146.078431372549,167.647058823529],[91.1764705882353,146.078431372549,170.588235294118],[100,159.803921568627,188.235294117647],[90.1960784313725,153.921568627451,183.333333333333],[84.3137254901961,150,178.43137254902],[109.803921568627,173.529411764706,200.980392156863],[121.56862745098,184.313725490196,208.823529411765],[120.588235294118,177.450980392157,200.980392156863],[125.490196078431,174.509803921569,200.980392156863],[129.411764705882,175.490196078431,202.941176470588],[138.235294117647,187.254901960784,213.725490196078],[130.392156862745,180.392156862745,208.823529411765],[109.803921568627,164.705882352941,191.176470588235],[104.901960784314,163.725490196078,191.176470588235],[104.901960784314,164.705882352941,192.156862745098],[99.0196078431373,159.803921568627,184.313725490196],[94.1176470588235,156.862745098039,181.372549019608],[95.0980392156863,158.823529411765,180.392156862745],[86.2745098039216,148.039215686275,165.686274509804],[82.3529411764706,144.117647058824,160.78431372549],[83.3333333333333,144.117647058824,156.862745098039],[89.2156862745098,148.039215686275,157.843137254902],[101.960784313725,159.803921568627,167.647058823529],[102.941176470588,159.803921568627,170.588235294118],[92.156862745098,150,165.686274509804],[98.0392156862745,152.941176470588,165.686274509804],[109.803921568627,152.941176470588,153.921568627451],[118.627450980392,153.921568627451,151.960784313725],[147.058823529412,177.450980392157,180.392156862745],[147.058823529412,171.56862745098,178.43137254902],[147.058823529412,166.666666666667,175.490196078431],[195.098039215686,203.921568627451,208.823529411765],[244.117647058824,240.196078431373,231.372549019608],[244.117647058824,227.450980392157,217.647058823529],[234.313725490196,210.78431372549,206.862745098039],[196.078431372549,171.56862745098,174.509803921569],[223.529411764706,201.960784313725,213.725490196078],[250,234.313725490196,242.156862745098],[230.392156862745,212.745098039216,208.823529411765],[225.490196078431,211.764705882353,199.019607843137],[233.333333333333,221.56862745098,205.882352941176],[184.313725490196,172.549019607843,158.823529411765],[199.019607843137,184.313725490196,181.372549019608],[226.470588235294,207.843137254902,211.764705882353],[203.921568627451,185.294117647059,191.176470588235],[247.058823529412,233.333333333333,233.333333333333],[208.823529411765,201.960784313725,194.117647058824],[156.862745098039,157.843137254902,144.117647058824],[189.21568627451,198.039215686275,181.372549019608],[140.196078431373,151.960784313725,138.235294117647],[132.352941176471,147.058823529412,142.156862745098],[128.43137254902,144.117647058824,144.117647058824],[130.392156862745,144.117647058824,145.098039215686],[146.078431372549,155.882352941176,154.901960784314],[111.764705882353,121.56862745098,112.745098039216],[111.764705882353,121.56862745098,113.725490196078],[73.5294117647059,87.2549019607843,87.2549019607843],[60.7843137254902,81.3725490196078,82.3529411764706],[89.2156862745098,125.490196078431,118.627450980392],[77.4509803921569,112.745098039216,102.941176470588],[95.0980392156863,115.686274509804,106.862745098039],[152.941176470588,159.803921568627,151.960784313725],[123.529411764706,119.607843137255,110.78431372549],[129.411764705882,116.666666666667,107.843137254902],[149.019607843137,132.352941176471,122.549019607843],[194.117647058824,181.372549019608,172.549019607843],[138.235294117647,135.294117647059,126.470588235294],[77.4509803921569,90.1960784313725,81.3725490196078],[55.8823529411765,92.156862745098,84.3137254901961],[50.9803921568627,97.0588235294118,91.1764705882353],[39.2156862745098,79.4117647058823,81.3725490196078],[48.0392156862745,87.2549019607843,89.2156862745098],[43.1372549019608,83.3333333333333,79.4117647058823],[58.8235294117647,99.0196078431373,85.2941176470588],[78.4313725490196,110.78431372549,90.1960784313725],[75.4901960784314,100,79.4117647058823],[88.2352941176471,101.960784313725,87.2549019607843],[88.2352941176471,92.156862745098,77.4509803921569],[99.0196078431373,98.0392156862745,70.5882352941177],[71.5686274509804,66.6666666666667,38.2352941176471],[112.745098039216,100.980392156863,87.2549019607843],[119.607843137255,103.921568627451,89.2156862745098],[131.372549019608,114.705882352941,89.2156862745098],[157.843137254902,137.254901960784,108.823529411765],[211.764705882353,186.274509803922,163.725490196078],[224.509803921569,195.098039215686,171.56862745098],[247.058823529412,214.705882352941,184.313725490196],[169.607843137255,134.313725490196,99.0196078431373],[164.705882352941,127.450980392157,91.1764705882353],[200,157.843137254902,123.529411764706],[195.098039215686,150,114.705882352941],[175.490196078431,124.509803921569,88.2352941176471],[154.901960784314,97.0588235294118,63.7254901960784],[182.352941176471,120.588235294118,86.2745098039216],[195.098039215686,130.392156862745,97.0588235294118],[155.882352941176,88.2352941176471,57.843137254902],[153.921568627451,86.2745098039216,57.843137254902],[148.039215686275,83.3333333333333,57.843137254902],[125.490196078431,66.6666666666667,41.1764705882353],[121.56862745098,68.6274509803922,45.0980392156863],[118.627450980392,71.5686274509804,50],[114.705882352941,72.5490196078431,53.921568627451],[93.1372549019608,56.8627450980392,38.2352941176471],[48.0392156862745,16.6666666666667,1.96078431372549],[48.0392156862745,21.5686274509804,14.7058823529412],[39.2156862745098,18.6274509803922,15.6862745098039],[23.5294117647059,5.88235294117647,3.92156862745098],[11.7647058823529,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0.980392156862745,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[9.80392156862745,4.90196078431373,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[10.7843137254902,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,2.94117647058824],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[7.84313725490196,0,3.92156862745098],[12.7450980392157,3.92156862745098,6.86274509803922],[11.7647058823529,5.88235294117647,7.84313725490196],[12.7450980392157,6.86274509803922,6.86274509803922],[6.86274509803922,1.96078431372549,0],[18.6274509803922,13.7254901960784,9.80392156862745],[6.86274509803922,3.92156862745098,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[4.90196078431373,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[7.84313725490196,6.86274509803922,11.7647058823529],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[13.7254901960784,12.7450980392157,17.6470588235294],[0.980392156862745,0,1.96078431372549],[5.88235294117647,4.90196078431373,2.94117647058824],[55.8823529411765,52.9411764705882,48.0392156862745],[86.2745098039216,83.3333333333333,74.5098039215686],[59.8039215686275,57.843137254902,45.0980392156863],[53.921568627451,51.9607843137255,37.2549019607843],[43.1372549019608,42.156862745098,24.5098039215686],[57.843137254902,59.8039215686275,39.2156862745098],[13.7254901960784,18.6274509803922,0],[41.1764705882353,48.0392156862745,30.3921568627451],[54.9019607843137,65.6862745098039,50],[43.1372549019608,54.9019607843137,43.1372549019608],[32.3529411764706,48.0392156862745,38.2352941176471],[33.3333333333333,50,44.1176470588235],[86.2745098039216,100.980392156863,94.1176470588235],[51.9607843137255,65.6862745098039,52.9411764705882],[29.4117647058824,42.156862745098,25.4901960784314],[50.9803921568627,63.7254901960784,46.078431372549],[93.1372549019608,105.882352941176,86.2745098039216],[100,113.725490196078,91.1764705882353],[140.196078431373,153.921568627451,129.411764705882],[97.0588235294118,111.764705882353,89.2156862745098],[73.5294117647059,87.2549019607843,64.7058823529412],[52.9411764705882,65.6862745098039,46.078431372549],[87.2549019607843,99.0196078431373,79.4117647058823],[73.5294117647059,85.2941176470588,65.6862745098039],[122.549019607843,131.372549019608,110.78431372549],[119.607843137255,129.411764705882,105.882352941176],[153.921568627451,161.764705882353,138.235294117647],[212.745098039216,221.56862745098,193.137254901961],[130.392156862745,142.156862745098,118.627450980392],[96.078431372549,113.725490196078,100],[98.0392156862745,123.529411764706,112.745098039216],[132.352941176471,162.745098039216,147.058823529412],[131.372549019608,162.745098039216,142.156862745098],[118.627450980392,147.058823529412,125.490196078431],[167.647058823529,195.098039215686,173.529411764706],[142.156862745098,165.686274509804,150],[162.745098039216,184.313725490196,172.549019607843],[134.313725490196,156.862745098039,150.980392156863],[129.411764705882,154.901960784314,151.960784313725],[129.411764705882,162.745098039216,163.725490196078],[138.235294117647,175.490196078431,176.470588235294],[136.274509803922,170.588235294118,172.549019607843],[123.529411764706,153.921568627451,155.882352941176],[126.470588235294,151.960784313725,152.941176470588],[136.274509803922,159.803921568627,159.803921568627],[190.196078431373,215.686274509804,214.705882352941],[206.862745098039,237.254901960784,240.196078431373],[152.941176470588,188.235294117647,201.960784313725],[133.333333333333,168.627450980392,190.196078431373],[139.21568627451,172.549019607843,199.019607843137],[180.392156862745,209.803921568627,235.294117647059],[153.921568627451,184.313725490196,201.960784313725],[214.705882352941,244.117647058824,250],[200.980392156863,227.450980392157,234.313725490196],[179.411764705882,205.882352941176,214.705882352941],[222.549019607843,250,250],[223.529411764706,250,250],[140.196078431373,185.294117647059,208.823529411765],[114.705882352941,169.607843137255,194.117647058824],[123.529411764706,182.352941176471,207.843137254902],[102.941176470588,161.764705882353,185.294117647059],[117.647058823529,175.490196078431,193.137254901961],[130.392156862745,185.294117647059,200],[139.21568627451,186.274509803922,200],[132.352941176471,173.529411764706,185.294117647059],[181.372549019608,216.666666666667,228.43137254902],[226.470588235294,250,250],[207.843137254902,240.196078431373,250],[140.196078431373,178.43137254902,195.098039215686],[109.803921568627,155.882352941176,175.490196078431],[88.2352941176471,142.156862745098,162.745098039216],[92.156862745098,150.980392156863,174.509803921569],[89.2156862745098,151.960784313725,176.470588235294],[89.2156862745098,150,174.509803921569],[102.941176470588,161.764705882353,185.294117647059],[107.843137254902,164.705882352941,186.274509803922],[112.745098039216,166.666666666667,187.254901960784],[129.411764705882,176.470588235294,199.019607843137],[123.529411764706,168.627450980392,192.156862745098],[135.294117647059,181.372549019608,206.862745098039],[113.725490196078,163.725490196078,190.196078431373],[93.1372549019608,148.039215686275,172.549019607843],[102.941176470588,158.823529411765,185.294117647059],[96.078431372549,154.901960784314,180.392156862745],[93.1372549019608,153.921568627451,178.43137254902],[86.2745098039216,149.019607843137,173.529411764706],[88.2352941176471,151.960784313725,173.529411764706],[87.2549019607843,149.019607843137,166.666666666667],[87.2549019607843,148.039215686275,162.745098039216],[85.2941176470588,143.137254901961,156.862745098039],[89.2156862745098,146.078431372549,157.843137254902],[98.0392156862745,153.921568627451,164.705882352941],[90.1960784313725,143.137254901961,154.901960784314],[87.2549019607843,137.254901960784,153.921568627451],[101.960784313725,150,163.725490196078],[111.764705882353,159.803921568627,163.725490196078],[99.0196078431373,144.117647058824,142.156862745098],[115.686274509804,150,151.960784313725],[119.607843137255,144.117647058824,149.019607843137],[158.823529411765,169.607843137255,175.490196078431],[170.588235294118,169.607843137255,174.509803921569],[249.019607843137,239.21568627451,237.254901960784],[250,241.176470588235,234.313725490196],[250,237.254901960784,234.313725490196],[249.019607843137,233.333333333333,234.313725490196],[250,238.235294117647,245.098039215686],[250,238.235294117647,245.098039215686],[232.352941176471,216.666666666667,217.647058823529],[249.019607843137,232.352941176471,225.490196078431],[220.588235294118,207.843137254902,192.156862745098],[222.549019607843,209.803921568627,194.117647058824],[199.019607843137,182.352941176471,175.490196078431],[225.490196078431,207.843137254902,205.882352941176],[239.21568627451,224.509803921569,221.56862745098],[209.803921568627,197.058823529412,191.176470588235],[187.254901960784,181.372549019608,167.647058823529],[153.921568627451,154.901960784314,137.254901960784],[142.156862745098,150.980392156863,134.313725490196],[122.549019607843,138.235294117647,127.450980392157],[109.803921568627,128.43137254902,126.470588235294],[116.666666666667,137.254901960784,140.196078431373],[71.5686274509804,92.156862745098,97.0588235294118],[110.78431372549,129.411764705882,133.333333333333],[169.607843137255,188.235294117647,184.313725490196],[154.901960784314,171.56862745098,163.725490196078],[124.509803921569,139.21568627451,136.274509803922],[83.3333333333333,102.941176470588,100.980392156863],[66.6666666666667,100.980392156863,94.1176470588235],[69.6078431372549,104.901960784314,95.0980392156863],[60.7843137254902,86.2745098039216,77.4509803921569],[110.78431372549,123.529411764706,116.666666666667],[107.843137254902,112.745098039216,105.882352941176],[92.156862745098,89.2156862745098,80.3921568627451],[123.529411764706,116.666666666667,106.862745098039],[127.450980392157,120.588235294118,110.78431372549],[95.0980392156863,95.0980392156863,83.3333333333333],[77.4509803921569,89.2156862745098,77.4509803921569],[53.921568627451,85.2941176470588,70.5882352941177],[60.7843137254902,98.0392156862745,85.2941176470588],[62.7450980392157,95.0980392156863,88.2352941176471],[45.0980392156863,76.4705882352941,73.5294117647059],[109.803921568627,150,146.078431372549],[135.294117647059,174.509803921569,165.686274509804],[111.764705882353,140.196078431373,120.588235294118],[101.960784313725,119.607843137255,96.078431372549],[96.078431372549,99.0196078431373,78.4313725490196],[104.901960784314,100.980392156863,76.4705882352941],[85.2941176470588,79.4117647058823,46.078431372549],[103.921568627451,95.0980392156863,64.7058823529412],[62.7450980392157,53.921568627451,39.2156862745098],[39.2156862745098,29.4117647058824,17.6470588235294],[51.9607843137255,41.1764705882353,19.6078431372549],[66.6666666666667,52.9411764705882,27.4509803921569],[169.607843137255,145.098039215686,123.529411764706],[195.098039215686,163.725490196078,139.21568627451],[209.803921568627,170.588235294118,135.294117647059],[138.235294117647,100,59.8039215686275],[69.6078431372549,40.1960784313726,2.94117647058824],[116.666666666667,87.2549019607843,51.9607843137255],[168.627450980392,133.333333333333,98.0392156862745],[139.21568627451,96.078431372549,61.7647058823529],[113.725490196078,62.7450980392157,26.4705882352941],[158.823529411765,100,66.6666666666667],[195.098039215686,130.392156862745,97.0588235294118],[154.901960784314,85.2941176470588,55.8823529411765],[165.686274509804,96.078431372549,68.6274509803922],[196.078431372549,127.450980392157,101.960784313725],[138.235294117647,75.4901960784314,50.9803921568627],[116.666666666667,61.7647058823529,39.2156862745098],[100,52.9411764705882,31.3725490196078],[78.4313725490196,38.2352941176471,18.6274509803922],[55.8823529411765,21.5686274509804,2.94117647058824],[65.6862745098039,37.2549019607843,23.5294117647059],[46.078431372549,19.6078431372549,10.7843137254902],[32.3529411764706,8.82352941176471,4.90196078431373],[22.5490196078431,4.90196078431373,2.94117647058824],[17.6470588235294,3.92156862745098,3.92156862745098],[10.7843137254902,1.96078431372549,4.90196078431373],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,9.80392156862745],[7.84313725490196,5.88235294117647,10.7843137254902],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[10.7843137254902,1.96078431372549,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,5.88235294117647,9.80392156862745],[11.7647058823529,4.90196078431373,12.7450980392157],[9.80392156862745,1.96078431372549,12.7450980392157],[3.92156862745098,0,6.86274509803922],[13.7254901960784,6.86274509803922,14.7058823529412],[2.94117647058824,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,1.96078431372549],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,5.88235294117647],[18.6274509803922,17.6470588235294,15.6862745098039],[61.7647058823529,60.7843137254902,55.8823529411765],[28.4313725490196,25.4901960784314,16.6666666666667],[54.9019607843137,52.9411764705882,41.1764705882353],[34.3137254901961,35.2941176470588,21.5686274509804],[52.9411764705882,54.9019607843137,41.1764705882353],[47.0588235294118,50.9803921568627,36.2745098039216],[72.5490196078431,78.4313725490196,64.7058823529412],[48.0392156862745,57.843137254902,47.0588235294118],[29.4117647058824,41.1764705882353,31.3725490196078],[27.4509803921569,40.1960784313726,33.3333333333333],[22.5490196078431,37.2549019607843,32.3529411764706],[83.3333333333333,98.0392156862745,91.1764705882353],[58.8235294117647,70.5882352941177,58.8235294117647],[50,62.7450980392157,46.078431372549],[56.8627450980392,69.6078431372549,51.9607843137255],[87.2549019607843,100,80.3921568627451],[99.0196078431373,112.745098039216,90.1960784313725],[90.1960784313725,103.921568627451,81.3725490196078],[104.901960784314,119.607843137255,97.0588235294118],[68.6274509803922,83.3333333333333,62.7450980392157],[37.2549019607843,50,32.3529411764706],[75.4901960784314,88.2352941176471,70.5882352941177],[64.7058823529412,77.4509803921569,59.8039215686275],[73.5294117647059,85.2941176470588,65.6862745098039],[85.2941176470588,97.0588235294118,75.4901960784314],[127.450980392157,137.254901960784,113.725490196078],[167.647058823529,177.450980392157,150.980392156863],[118.627450980392,133.333333333333,112.745098039216],[89.2156862745098,114.705882352941,105.882352941176],[81.3725490196078,111.764705882353,106.862745098039],[124.509803921569,159.803921568627,148.039215686275],[114.705882352941,154.901960784314,139.21568627451],[88.2352941176471,129.411764705882,115.686274509804],[96.078431372549,133.333333333333,120.588235294118],[99.0196078431373,126.470588235294,112.745098039216],[107.843137254902,133.333333333333,124.509803921569],[135.294117647059,164.705882352941,164.705882352941],[116.666666666667,150,151.960784313725],[123.529411764706,158.823529411765,158.823529411765],[149.019607843137,186.274509803922,187.254901960784],[119.607843137255,159.803921568627,161.764705882353],[107.843137254902,145.098039215686,148.039215686275],[169.607843137255,197.058823529412,200],[201.960784313725,225.490196078431,225.490196078431],[168.627450980392,189.21568627451,190.196078431373],[137.254901960784,164.705882352941,167.647058823529],[116.666666666667,158.823529411765,167.647058823529],[115.686274509804,161.764705882353,179.411764705882],[160.78431372549,200,224.509803921569],[168.627450980392,201.960784313725,226.470588235294],[219.607843137255,250,250],[221.56862745098,249.019607843137,250],[183.333333333333,205.882352941176,211.764705882353],[195.098039215686,214.705882352941,223.529411764706],[191.176470588235,211.764705882353,228.43137254902],[149.019607843137,180.392156862745,200.980392156863],[101.960784313725,155.882352941176,176.470588235294],[143.137254901961,207.843137254902,231.372549019608],[131.372549019608,197.058823529412,222.549019607843],[95.0980392156863,157.843137254902,182.352941176471],[117.647058823529,174.509803921569,194.117647058824],[112.745098039216,162.745098039216,179.411764705882],[119.607843137255,164.705882352941,179.411764705882],[107.843137254902,147.058823529412,158.823529411765],[170.588235294118,205.882352941176,217.647058823529],[206.862745098039,240.196078431373,250],[156.862745098039,192.156862745098,203.921568627451],[127.450980392157,165.686274509804,180.392156862745],[90.1960784313725,136.274509803922,151.960784313725],[92.156862745098,144.117647058824,161.764705882353],[89.2156862745098,147.058823529412,164.705882352941],[102.941176470588,162.745098039216,181.372549019608],[118.627450980392,176.470588235294,194.117647058824],[113.725490196078,167.647058823529,187.254901960784],[109.803921568627,159.803921568627,178.43137254902],[114.705882352941,162.745098039216,179.411764705882],[116.666666666667,162.745098039216,182.352941176471],[112.745098039216,159.803921568627,181.372549019608],[118.627450980392,167.647058823529,190.196078431373],[103.921568627451,154.901960784314,176.470588235294],[90.1960784313725,145.098039215686,167.647058823529],[103.921568627451,160.78431372549,184.313725490196],[108.823529411765,167.647058823529,191.176470588235],[105.882352941176,166.666666666667,189.21568627451],[87.2549019607843,150.980392156863,172.549019607843],[85.2941176470588,149.019607843137,168.627450980392],[90.1960784313725,151.960784313725,169.607843137255],[97.0588235294118,157.843137254902,172.549019607843],[89.2156862745098,147.058823529412,160.78431372549],[87.2549019607843,144.117647058824,154.901960784314],[93.1372549019608,149.019607843137,157.843137254902],[83.3333333333333,134.313725490196,145.098039215686],[100,145.098039215686,159.803921568627],[89.2156862745098,134.313725490196,147.058823529412],[91.1764705882353,144.117647058824,146.078431372549],[125.490196078431,174.509803921569,173.529411764706],[128.43137254902,166.666666666667,165.686274509804],[116.666666666667,137.254901960784,140.196078431373],[174.509803921569,175.490196078431,179.411764705882],[182.352941176471,173.529411764706,176.470588235294],[195.098039215686,184.313725490196,182.352941176471],[250,238.235294117647,235.294117647059],[236.274509803922,225.490196078431,223.529411764706],[231.372549019608,219.607843137255,219.607843137255],[232.352941176471,220.588235294118,224.509803921569],[250,241.176470588235,248.039215686275],[250,238.235294117647,243.137254901961],[243.137254901961,229.411764705882,228.43137254902],[219.607843137255,207.843137254902,192.156862745098],[229.411764705882,218.627450980392,200.980392156863],[230.392156862745,216.666666666667,205.882352941176],[216.666666666667,200,192.156862745098],[245.098039215686,228.43137254902,218.627450980392],[227.450980392157,215.686274509804,201.960784313725],[162.745098039216,155.882352941176,137.254901960784],[157.843137254902,159.803921568627,138.235294117647],[128.43137254902,137.254901960784,118.627450980392],[107.843137254902,123.529411764706,112.745098039216],[88.2352941176471,109.803921568627,107.843137254902],[102.941176470588,127.450980392157,131.372549019608],[86.2745098039216,112.745098039216,119.607843137255],[81.3725490196078,108.823529411765,112.745098039216],[68.6274509803922,97.0588235294118,95.0980392156863],[104.901960784314,127.450980392157,121.56862745098],[137.254901960784,149.019607843137,145.098039215686],[123.529411764706,138.235294117647,131.372549019608],[73.5294117647059,100,91.1764705882353],[65.6862745098039,95.0980392156863,85.2941176470588],[61.7647058823529,82.3529411764706,75.4901960784314],[98.0392156862745,112.745098039216,107.843137254902],[110.78431372549,121.56862745098,113.725490196078],[112.745098039216,119.607843137255,111.764705882353],[111.764705882353,114.705882352941,103.921568627451],[94.1176470588235,94.1176470588235,82.3529411764706],[166.666666666667,166.666666666667,154.901960784314],[149.019607843137,154.901960784314,141.176470588235],[76.4705882352941,99.0196078431373,81.3725490196078],[111.764705882353,138.235294117647,121.56862745098],[91.1764705882353,112.745098039216,100],[39.2156862745098,64.7058823529412,53.921568627451],[112.745098039216,145.098039215686,138.235294117647],[184.313725490196,215.686274509804,204.901960784314],[206.862745098039,229.411764705882,209.803921568627],[195.098039215686,206.862745098039,183.333333333333],[154.901960784314,153.921568627451,133.333333333333],[164.705882352941,158.823529411765,133.333333333333],[145.098039215686,137.254901960784,101.960784313725],[144.117647058824,135.294117647059,102.941176470588],[90.1960784313725,82.3529411764706,63.7254901960784],[43.1372549019608,36.2745098039216,20.5882352941176],[56.8627450980392,49.0196078431373,26.4705882352941],[119.607843137255,105.882352941176,80.3921568627451],[165.686274509804,142.156862745098,118.627450980392],[151.960784313725,118.627450980392,92.156862745098],[198.039215686275,158.823529411765,123.529411764706],[118.627450980392,81.3725490196078,43.1372549019608],[44.1176470588235,22.5490196078431,0],[87.2549019607843,69.6078431372549,34.3137254901961],[164.705882352941,139.21568627451,104.901960784314],[125.490196078431,92.156862745098,55.8823529411765],[110.78431372549,65.6862745098039,32.3529411764706],[140.196078431373,85.2941176470588,50.9803921568627],[161.764705882353,98.0392156862745,66.6666666666667],[162.745098039216,93.1372549019608,63.7254901960784],[158.823529411765,89.2156862745098,59.8039215686275],[131.372549019608,62.7450980392157,37.2549019607843],[96.078431372549,33.3333333333333,8.82352941176471],[122.549019607843,65.6862745098039,44.1176470588235],[93.1372549019608,46.078431372549,24.5098039215686],[39.2156862745098,0,0],[38.2352941176471,5.88235294117647,0],[62.7450980392157,34.3137254901961,20.5882352941176],[58.8235294117647,32.3529411764706,23.5294117647059],[32.3529411764706,8.82352941176471,4.90196078431373],[19.6078431372549,1.96078431372549,0],[19.6078431372549,5.88235294117647,5.88235294117647],[11.7647058823529,2.94117647058824,5.88235294117647],[9.80392156862745,3.92156862745098,7.84313725490196],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,3.92156862745098,10.7843137254902],[7.84313725490196,0,14.7058823529412],[14.7058823529412,7.84313725490196,23.5294117647059],[2.94117647058824,0,11.7647058823529],[4.90196078431373,0,10.7843137254902],[12.7450980392157,6.86274509803922,16.6666666666667],[10.7843137254902,5.88235294117647,12.7450980392157],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,5.88235294117647,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,9.80392156862745,14.7058823529412],[12.7450980392157,12.7450980392157,14.7058823529412],[7.84313725490196,5.88235294117647,6.86274509803922],[17.6470588235294,16.6666666666667,14.7058823529412],[27.4509803921569,26.4705882352941,22.5490196078431],[18.6274509803922,17.6470588235294,12.7450980392157],[12.7450980392157,12.7450980392157,4.90196078431373],[21.5686274509804,22.5490196078431,14.7058823529412],[34.3137254901961,37.2549019607843,28.4313725490196],[42.156862745098,47.0588235294118,40.1960784313726],[40.1960784313726,47.0588235294118,39.2156862745098],[19.6078431372549,29.4117647058824,21.5686274509804],[21.5686274509804,34.3137254901961,27.4509803921569],[48.0392156862745,59.8039215686275,55.8823529411765],[43.1372549019608,55.8823529411765,49.0196078431373],[41.1764705882353,52.9411764705882,41.1764705882353],[66.6666666666667,77.4509803921569,61.7647058823529],[51.9607843137255,64.7058823529412,47.0588235294118],[114.705882352941,127.450980392157,107.843137254902],[73.5294117647059,88.2352941176471,67.6470588235294],[45.0980392156863,59.8039215686275,39.2156862745098],[82.3529411764706,97.0588235294118,76.4705882352941],[108.823529411765,123.529411764706,104.901960784314],[80.3921568627451,94.1176470588235,77.4509803921569],[73.5294117647059,86.2745098039216,69.6078431372549],[63.7254901960784,76.4705882352941,59.8039215686275],[65.6862745098039,76.4705882352941,60.7843137254902],[97.0588235294118,108.823529411765,89.2156862745098],[131.372549019608,143.137254901961,121.56862745098],[127.450980392157,140.196078431373,114.705882352941],[85.2941176470588,101.960784313725,83.3333333333333],[72.5490196078431,102.941176470588,97.0588235294118],[82.3529411764706,120.588235294118,117.647058823529],[102.941176470588,138.235294117647,128.43137254902],[132.352941176471,167.647058823529,157.843137254902],[64.7058823529412,104.901960784314,97.0588235294118],[71.5686274509804,110.78431372549,102.941176470588],[85.2941176470588,114.705882352941,102.941176470588],[105.882352941176,135.294117647059,125.490196078431],[100.980392156863,138.235294117647,139.21568627451],[119.607843137255,157.843137254902,162.745098039216],[142.156862745098,173.529411764706,172.549019607843],[158.823529411765,188.235294117647,188.235294117647],[121.56862745098,155.882352941176,159.803921568627],[143.137254901961,177.450980392157,181.372549019608],[207.843137254902,237.254901960784,239.21568627451],[156.862745098039,184.313725490196,185.294117647059],[134.313725490196,161.764705882353,164.705882352941],[161.764705882353,194.117647058824,200.980392156863],[125.490196078431,172.549019607843,182.352941176471],[110.78431372549,158.823529411765,172.549019607843],[131.372549019608,169.607843137255,186.274509803922],[150.980392156863,182.352941176471,197.058823529412],[196.078431372549,222.549019607843,233.333333333333],[206.862745098039,229.411764705882,237.254901960784],[197.058823529412,215.686274509804,222.549019607843],[173.529411764706,192.156862745098,205.882352941176],[174.509803921569,200.980392156863,221.56862745098],[138.235294117647,179.411764705882,202.941176470588],[113.725490196078,174.509803921569,199.019607843137],[93.1372549019608,161.764705882353,186.274509803922],[106.862745098039,173.529411764706,196.078431372549],[129.411764705882,190.196078431373,212.745098039216],[121.56862745098,172.549019607843,193.137254901961],[126.470588235294,172.549019607843,190.196078431373],[107.843137254902,150,166.666666666667],[100.980392156863,139.21568627451,153.921568627451],[173.529411764706,208.823529411765,222.549019607843],[191.176470588235,226.470588235294,238.235294117647],[154.901960784314,192.156862745098,202.941176470588],[147.058823529412,188.235294117647,200],[110.78431372549,157.843137254902,169.607843137255],[97.0588235294118,150,161.764705882353],[85.2941176470588,140.196078431373,152.941176470588],[128.43137254902,183.333333333333,198.039215686275],[137.254901960784,189.21568627451,202.941176470588],[102.941176470588,150.980392156863,164.705882352941],[116.666666666667,161.764705882353,174.509803921569],[138.235294117647,181.372549019608,194.117647058824],[114.705882352941,159.803921568627,175.490196078431],[113.725490196078,159.803921568627,177.450980392157],[107.843137254902,154.901960784314,174.509803921569],[101.960784313725,152.941176470588,173.529411764706],[88.2352941176471,142.156862745098,162.745098039216],[91.1764705882353,148.039215686275,169.607843137255],[107.843137254902,167.647058823529,188.235294117647],[100.980392156863,160.78431372549,181.372549019608],[97.0588235294118,157.843137254902,178.43137254902],[87.2549019607843,148.039215686275,168.627450980392],[85.2941176470588,145.098039215686,163.725490196078],[90.1960784313725,150.980392156863,165.686274509804],[81.3725490196078,139.21568627451,152.941176470588],[77.4509803921569,134.313725490196,146.078431372549],[90.1960784313725,146.078431372549,156.862745098039],[91.1764705882353,142.156862745098,152.941176470588],[105.882352941176,147.058823529412,158.823529411765],[100,141.176470588235,152.941176470588],[82.3529411764706,134.313725490196,138.235294117647],[101.960784313725,150.980392156863,151.960784313725],[140.196078431373,173.529411764706,172.549019607843],[198.039215686275,211.764705882353,211.764705882353],[220.588235294118,214.705882352941,214.705882352941],[222.549019607843,208.823529411765,207.843137254902],[204.901960784314,194.117647058824,192.156862745098],[216.666666666667,206.862745098039,204.901960784314],[179.411764705882,171.56862745098,168.627450980392],[217.647058823529,207.843137254902,206.862745098039],[228.43137254902,213.725490196078,218.627450980392],[237.254901960784,222.549019607843,229.411764705882],[250,245.098039215686,250],[246.078431372549,236.274509803922,237.254901960784],[248.039215686275,239.21568627451,222.549019607843],[206.862745098039,195.098039215686,173.529411764706],[202.941176470588,187.254901960784,171.56862745098],[192.156862745098,176.470588235294,161.764705882353],[192.156862745098,176.470588235294,160.78431372549],[217.647058823529,204.901960784314,186.274509803922],[186.274509803922,178.43137254902,155.882352941176],[144.117647058824,144.117647058824,120.588235294118],[154.901960784314,162.745098039216,142.156862745098],[135.294117647059,150.980392156863,138.235294117647],[100.980392156863,122.549019607843,119.607843137255],[72.5490196078431,100,103.921568627451],[62.7450980392157,92.156862745098,100],[83.3333333333333,115.686274509804,122.549019607843],[67.6470588235294,100.980392156863,102.941176470588],[70.5882352941177,99.0196078431373,97.0588235294118],[115.686274509804,126.470588235294,120.588235294118],[124.509803921569,131.372549019608,123.529411764706],[101.960784313725,117.647058823529,107.843137254902],[85.2941176470588,100,93.1372549019608],[94.1176470588235,104.901960784314,100.980392156863],[103.921568627451,114.705882352941,110.78431372549],[68.6274509803922,85.2941176470588,79.4117647058823],[99.0196078431373,115.686274509804,105.882352941176],[102.941176470588,114.705882352941,102.941176470588],[57.843137254902,60.7843137254902,50],[103.921568627451,96.078431372549,85.2941176470588],[175.490196078431,167.647058823529,154.901960784314],[149.019607843137,153.921568627451,134.313725490196],[108.823529411765,120.588235294118,99.0196078431373],[77.4509803921569,89.2156862745098,69.6078431372549],[77.4509803921569,90.1960784313725,72.5490196078431],[70.5882352941177,90.1960784313725,78.4313725490196],[89.2156862745098,108.823529411765,97.0588235294118],[140.196078431373,154.901960784314,136.274509803922],[157.843137254902,166.666666666667,146.078431372549],[187.254901960784,190.196078431373,171.56862745098],[165.686274509804,165.686274509804,142.156862745098],[177.450980392157,174.509803921569,142.156862745098],[177.450980392157,171.56862745098,140.196078431373],[150.980392156863,140.196078431373,118.627450980392],[152.941176470588,141.176470588235,119.607843137255],[170.588235294118,155.882352941176,127.450980392157],[156.862745098039,138.235294117647,106.862745098039],[135.294117647059,109.803921568627,83.3333333333333],[158.823529411765,128.43137254902,100],[150,114.705882352941,81.3725490196078],[79.4117647058823,50,14.7058823529412],[21.5686274509804,11.7647058823529,0],[125.490196078431,119.607843137255,86.2745098039216],[181.372549019608,167.647058823529,133.333333333333],[110.78431372549,85.2941176470588,52.9411764705882],[109.803921568627,72.5490196078431,37.2549019607843],[132.352941176471,83.3333333333333,50.9803921568627],[136.274509803922,77.4509803921569,44.1176470588235],[130.392156862745,65.6862745098039,34.3137254901961],[136.274509803922,66.6666666666667,37.2549019607843],[159.803921568627,92.156862745098,63.7254901960784],[160.78431372549,98.0392156862745,71.5686274509804],[143.137254901961,86.2745098039216,64.7058823529412],[108.823529411765,61.7647058823529,40.1960784313726],[55.8823529411765,15.6862745098039,0],[52.9411764705882,20.5882352941176,1.96078431372549],[45.0980392156863,17.6470588235294,3.92156862745098],[55.8823529411765,29.4117647058824,20.5882352941176],[28.4313725490196,4.90196078431373,0.980392156862745],[17.6470588235294,0,0],[19.6078431372549,3.92156862745098,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[2.94117647058824,0,1.96078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,1.96078431372549,9.80392156862745],[26.4705882352941,19.6078431372549,37.2549019607843],[135.294117647059,127.450980392157,150.980392156863],[116.666666666667,108.823529411765,129.411764705882],[2.94117647058824,0,13.7254901960784],[4.90196078431373,0,13.7254901960784],[3.92156862745098,0,9.80392156862745],[7.84313725490196,2.94117647058824,9.80392156862745],[3.92156862745098,0,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[4.90196078431373,0,0.980392156862745],[5.88235294117647,0,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[5.88235294117647,9.80392156862745,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[13.7254901960784,14.7058823529412,16.6666666666667],[14.7058823529412,14.7058823529412,14.7058823529412],[22.5490196078431,22.5490196078431,22.5490196078431],[46.078431372549,46.078431372549,44.1176470588235],[47.0588235294118,47.0588235294118,45.0980392156863],[6.86274509803922,6.86274509803922,4.90196078431373],[25.4901960784314,26.4705882352941,21.5686274509804],[44.1176470588235,46.078431372549,41.1764705882353],[50.9803921568627,55.8823529411765,50],[43.1372549019608,50,43.1372549019608],[28.4313725490196,37.2549019607843,32.3529411764706],[31.3725490196078,42.156862745098,36.2745098039216],[47.0588235294118,59.8039215686275,52.9411764705882],[49.0196078431373,59.8039215686275,51.9607843137255],[56.8627450980392,68.6274509803922,56.8627450980392],[89.2156862745098,100,86.2745098039216],[61.7647058823529,74.5098039215686,57.843137254902],[59.8039215686275,72.5490196078431,54.9019607843137],[86.2745098039216,100.980392156863,82.3529411764706],[59.8039215686275,74.5098039215686,55.8823529411765],[56.8627450980392,71.5686274509804,52.9411764705882],[68.6274509803922,82.3529411764706,65.6862745098039],[89.2156862745098,102.941176470588,88.2352941176471],[93.1372549019608,106.862745098039,92.156862745098],[100.980392156863,114.705882352941,100],[88.2352941176471,100,86.2745098039216],[81.3725490196078,94.1176470588235,76.4705882352941],[111.764705882353,123.529411764706,101.960784313725],[147.058823529412,158.823529411765,135.294117647059],[92.156862745098,110.78431372549,91.1764705882353],[71.5686274509804,103.921568627451,95.0980392156863],[63.7254901960784,100,93.1372549019608],[77.4509803921569,106.862745098039,97.0588235294118],[96.078431372549,125.490196078431,115.686274509804],[89.2156862745098,125.490196078431,118.627450980392],[81.3725490196078,117.647058823529,109.803921568627],[114.705882352941,146.078431372549,131.372549019608],[103.921568627451,137.254901960784,123.529411764706],[97.0588235294118,138.235294117647,136.274509803922],[82.3529411764706,121.56862745098,121.56862745098],[98.0392156862745,123.529411764706,120.588235294118],[155.882352941176,177.450980392157,175.490196078431],[159.803921568627,189.21568627451,191.176470588235],[178.43137254902,208.823529411765,211.764705882353],[214.705882352941,244.117647058824,242.156862745098],[150,181.372549019608,180.392156862745],[156.862745098039,191.176470588235,195.098039215686],[122.549019607843,164.705882352941,171.56862745098],[103.921568627451,154.901960784314,165.686274509804],[129.411764705882,178.43137254902,189.21568627451],[123.529411764706,162.745098039216,174.509803921569],[155.882352941176,183.333333333333,195.098039215686],[181.372549019608,198.039215686275,205.882352941176],[240.196078431373,250,250],[214.705882352941,228.43137254902,237.254901960784],[156.862745098039,178.43137254902,192.156862745098],[138.235294117647,174.509803921569,193.137254901961],[127.450980392157,178.43137254902,200],[98.0392156862745,162.745098039216,186.274509803922],[89.2156862745098,155.882352941176,178.43137254902],[111.764705882353,171.56862745098,192.156862745098],[125.490196078431,179.411764705882,200],[143.137254901961,190.196078431373,211.764705882353],[149.019607843137,193.137254901961,213.725490196078],[113.725490196078,153.921568627451,171.56862745098],[146.078431372549,184.313725490196,200.980392156863],[194.117647058824,230.392156862745,246.078431372549],[135.294117647059,174.509803921569,186.274509803922],[113.725490196078,154.901960784314,166.666666666667],[120.588235294118,166.666666666667,176.470588235294],[117.647058823529,166.666666666667,175.490196078431],[109.803921568627,162.745098039216,172.549019607843],[114.705882352941,167.647058823529,177.450980392157],[138.235294117647,191.176470588235,200.980392156863],[119.607843137255,166.666666666667,176.470588235294],[106.862745098039,150,158.823529411765],[138.235294117647,177.450980392157,185.294117647059],[130.392156862745,169.607843137255,177.450980392157],[116.666666666667,161.764705882353,174.509803921569],[108.823529411765,156.862745098039,170.588235294118],[95.0980392156863,146.078431372549,159.803921568627],[100.980392156863,152.941176470588,168.627450980392],[89.2156862745098,144.117647058824,160.78431372549],[82.3529411764706,138.235294117647,156.862745098039],[101.960784313725,158.823529411765,178.43137254902],[94.1176470588235,153.921568627451,172.549019607843],[92.156862745098,151.960784313725,170.588235294118],[86.2745098039216,146.078431372549,164.705882352941],[82.3529411764706,142.156862745098,159.803921568627],[86.2745098039216,144.117647058824,159.803921568627],[77.4509803921569,134.313725490196,146.078431372549],[71.5686274509804,128.43137254902,139.21568627451],[85.2941176470588,141.176470588235,150],[93.1372549019608,142.156862745098,150.980392156863],[127.450980392157,169.607843137255,178.43137254902],[121.56862745098,161.764705882353,167.647058823529],[79.4117647058823,123.529411764706,126.470588235294],[76.4705882352941,115.686274509804,115.686274509804],[107.843137254902,132.352941176471,129.411764705882],[200.980392156863,206.862745098039,202.941176470588],[250,240.196078431373,238.235294117647],[250,240.196078431373,235.294117647059],[233.333333333333,222.549019607843,216.666666666667],[223.529411764706,214.705882352941,209.803921568627],[213.725490196078,203.921568627451,201.960784313725],[250,246.078431372549,246.078431372549],[245.098039215686,229.411764705882,232.352941176471],[229.411764705882,214.705882352941,221.56862745098],[250,243.137254901961,250],[232.352941176471,228.43137254902,227.450980392157],[242.156862745098,234.313725490196,215.686274509804],[212.745098039216,200.980392156863,175.490196078431],[209.803921568627,195.098039215686,172.549019607843],[235.294117647059,218.627450980392,199.019607843137],[199.019607843137,182.352941176471,162.745098039216],[176.470588235294,160.78431372549,138.235294117647],[209.803921568627,198.039215686275,172.549019607843],[184.313725490196,179.411764705882,150.980392156863],[168.627450980392,170.588235294118,147.058823529412],[135.294117647059,147.058823529412,127.450980392157],[113.725490196078,130.392156862745,120.588235294118],[101.960784313725,126.470588235294,123.529411764706],[86.2745098039216,114.705882352941,118.627450980392],[81.3725490196078,113.725490196078,120.588235294118],[91.1764705882353,125.490196078431,131.372549019608],[83.3333333333333,110.78431372549,111.764705882353],[106.862745098039,116.666666666667,108.823529411765],[96.078431372549,96.078431372549,86.2745098039216],[98.0392156862745,99.0196078431373,93.1372549019608],[109.803921568627,110.78431372549,105.882352941176],[106.862745098039,102.941176470588,103.921568627451],[93.1372549019608,95.0980392156863,94.1176470588235],[100,116.666666666667,108.823529411765],[107.843137254902,131.372549019608,118.627450980392],[92.156862745098,109.803921568627,96.078431372549],[76.4705882352941,80.3921568627451,66.6666666666667],[83.3333333333333,69.6078431372549,58.8235294117647],[153.921568627451,134.313725490196,123.529411764706],[170.588235294118,161.764705882353,145.098039215686],[127.450980392157,124.509803921569,105.882352941176],[104.901960784314,107.843137254902,87.2549019607843],[143.137254901961,150.980392156863,130.392156862745],[115.686274509804,126.470588235294,109.803921568627],[85.2941176470588,98.0392156862745,81.3725490196078],[122.549019607843,134.313725490196,114.705882352941],[155.882352941176,164.705882352941,146.078431372549],[127.450980392157,134.313725490196,118.627450980392],[64.7058823529412,67.6470588235294,49.0196078431373],[103.921568627451,103.921568627451,76.4705882352941],[124.509803921569,121.56862745098,91.1764705882353],[197.058823529412,187.254901960784,162.745098039216],[243.137254901961,229.411764705882,202.941176470588],[206.862745098039,188.235294117647,155.882352941176],[175.490196078431,152.941176470588,119.607843137255],[155.882352941176,129.411764705882,100.980392156863],[217.647058823529,188.235294117647,160.78431372549],[175.490196078431,145.098039215686,116.666666666667],[65.6862745098039,43.1372549019608,12.7450980392157],[45.0980392156863,40.1960784313726,10.7843137254902],[81.3725490196078,82.3529411764706,51.9607843137255],[124.509803921569,115.686274509804,85.2941176470588],[154.901960784314,136.274509803922,104.901960784314],[162.745098039216,130.392156862745,98.0392156862745],[139.21568627451,95.0980392156863,62.7450980392157],[148.039215686275,95.0980392156863,61.7647058823529],[141.176470588235,82.3529411764706,49.0196078431373],[134.313725490196,70.5882352941177,39.2156862745098],[165.686274509804,103.921568627451,73.5294117647059],[146.078431372549,87.2549019607843,59.8039215686275],[104.901960784314,51.9607843137255,28.4313725490196],[116.666666666667,70.5882352941177,50.9803921568627],[77.4509803921569,40.1960784313726,21.5686274509804],[65.6862745098039,33.3333333333333,14.7058823529412],[84.3137254901961,56.8627450980392,43.1372549019608],[42.156862745098,15.6862745098039,6.86274509803922],[24.5098039215686,0.980392156862745,0],[20.5882352941176,1.96078431372549,0],[21.5686274509804,5.88235294117647,5.88235294117647],[11.7647058823529,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,4.90196078431373],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,3.92156862745098,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[5.88235294117647,0.980392156862745,7.84313725490196],[49.0196078431373,44.1176470588235,63.7254901960784],[250,245.098039215686,250],[240.196078431373,235.294117647059,250],[24.5098039215686,19.6078431372549,39.2156862745098],[4.90196078431373,0,13.7254901960784],[4.90196078431373,0,12.7450980392157],[18.6274509803922,12.7450980392157,22.5490196078431],[8.82352941176471,3.92156862745098,9.80392156862745],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,0,0],[3.92156862745098,0,0],[4.90196078431373,0,0],[6.86274509803922,1.96078431372549,0],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[3.92156862745098,7.84313725490196,8.82352941176471],[8.82352941176471,12.7450980392157,11.7647058823529],[18.6274509803922,22.5490196078431,21.5686274509804],[22.5490196078431,24.5098039215686,23.5294117647059],[25.4901960784314,27.4509803921569,26.4705882352941],[36.2745098039216,36.2745098039216,36.2745098039216],[69.6078431372549,69.6078431372549,69.6078431372549],[39.2156862745098,41.1764705882353,40.1960784313726],[48.0392156862745,50,49.0196078431373],[69.6078431372549,71.5686274509804,70.5882352941177],[64.7058823529412,69.6078431372549,65.6862745098039],[25.4901960784314,31.3725490196078,27.4509803921569],[31.3725490196078,41.1764705882353,33.3333333333333],[62.7450980392157,72.5490196078431,64.7058823529412],[49.0196078431373,60.7843137254902,50.9803921568627],[37.2549019607843,49.0196078431373,39.2156862745098],[44.1176470588235,55.8823529411765,44.1176470588235],[48.0392156862745,59.8039215686275,46.078431372549],[42.156862745098,53.921568627451,40.1960784313726],[55.8823529411765,68.6274509803922,51.9607843137255],[37.2549019607843,50.9803921568627,34.3137254901961],[48.0392156862745,61.7647058823529,45.0980392156863],[43.1372549019608,59.8039215686275,44.1176470588235],[51.9607843137255,67.6470588235294,54.9019607843137],[44.1176470588235,59.8039215686275,47.0588235294118],[51.9607843137255,64.7058823529412,54.9019607843137],[110.78431372549,123.529411764706,113.725490196078],[91.1764705882353,104.901960784314,92.156862745098],[66.6666666666667,80.3921568627451,63.7254901960784],[113.725490196078,126.470588235294,106.862745098039],[150,163.725490196078,141.176470588235],[88.2352941176471,106.862745098039,85.2941176470588],[77.4509803921569,104.901960784314,90.1960784313725],[89.2156862745098,118.627450980392,106.862745098039],[97.0588235294118,119.607843137255,103.921568627451],[100,120.588235294118,105.882352941176],[89.2156862745098,116.666666666667,104.901960784314],[111.764705882353,141.176470588235,129.411764705882],[157.843137254902,186.274509803922,166.666666666667],[169.607843137255,201.960784313725,183.333333333333],[113.725490196078,150,142.156862745098],[121.56862745098,152.941176470588,148.039215686275],[161.764705882353,180.392156862745,174.509803921569],[208.823529411765,223.529411764706,218.627450980392],[198.039215686275,217.647058823529,216.666666666667],[167.647058823529,191.176470588235,191.176470588235],[173.529411764706,201.960784313725,197.058823529412],[176.470588235294,211.764705882353,207.843137254902],[121.56862745098,169.607843137255,174.509803921569],[105.882352941176,158.823529411765,170.588235294118],[163.725490196078,214.705882352941,228.43137254902],[109.803921568627,156.862745098039,170.588235294118],[153.921568627451,193.137254901961,204.901960784314],[152.941176470588,179.411764705882,190.196078431373],[174.509803921569,181.372549019608,191.176470588235],[204.901960784314,204.901960784314,214.705882352941],[164.705882352941,172.549019607843,183.333333333333],[152.941176470588,175.490196078431,189.21568627451],[91.1764705882353,141.176470588235,157.843137254902],[89.2156862745098,152.941176470588,172.549019607843],[102.941176470588,166.666666666667,188.235294117647],[116.666666666667,173.529411764706,195.098039215686],[108.823529411765,155.882352941176,175.490196078431],[129.411764705882,171.56862745098,190.196078431373],[118.627450980392,159.803921568627,183.333333333333],[102.941176470588,144.117647058824,167.647058823529],[86.2745098039216,126.470588235294,148.039215686275],[152.941176470588,193.137254901961,212.745098039216],[204.901960784314,245.098039215686,250],[136.274509803922,178.43137254902,194.117647058824],[102.941176470588,148.039215686275,160.78431372549],[98.0392156862745,147.058823529412,155.882352941176],[90.1960784313725,144.117647058824,150.980392156863],[82.3529411764706,136.274509803922,143.137254901961],[128.43137254902,182.352941176471,187.254901960784],[158.823529411765,210.78431372549,216.666666666667],[129.411764705882,175.490196078431,181.372549019608],[113.725490196078,155.882352941176,161.764705882353],[131.372549019608,167.647058823529,173.529411764706],[132.352941176471,170.588235294118,177.450980392157],[120.588235294118,163.725490196078,172.549019607843],[95.0980392156863,142.156862745098,151.960784313725],[90.1960784313725,139.21568627451,150],[101.960784313725,154.901960784314,166.666666666667],[98.0392156862745,152.941176470588,165.686274509804],[95.0980392156863,151.960784313725,165.686274509804],[106.862745098039,164.705882352941,180.392156862745],[111.764705882353,169.607843137255,187.254901960784],[86.2745098039216,144.117647058824,161.764705882353],[98.0392156862745,155.882352941176,173.529411764706],[96.078431372549,153.921568627451,171.56862745098],[92.156862745098,148.039215686275,164.705882352941],[84.3137254901961,141.176470588235,152.941176470588],[79.4117647058823,135.294117647059,146.078431372549],[85.2941176470588,138.235294117647,148.039215686275],[85.2941176470588,134.313725490196,143.137254901961],[88.2352941176471,130.392156862745,136.274509803922],[136.274509803922,173.529411764706,176.470588235294],[146.078431372549,179.411764705882,178.43137254902],[121.56862745098,146.078431372549,143.137254901961],[132.352941176471,141.176470588235,138.235294117647],[196.078431372549,193.137254901961,188.235294117647],[230.392156862745,219.607843137255,213.725490196078],[220.588235294118,207.843137254902,199.019607843137],[226.470588235294,218.627450980392,207.843137254902],[201.960784313725,194.117647058824,183.333333333333],[216.666666666667,203.921568627451,198.039215686275],[250,232.352941176471,232.352941176471],[250,243.137254901961,250],[250,234.313725490196,244.117647058824],[230.392156862745,227.450980392157,234.313725490196],[207.843137254902,206.862745098039,204.901960784314],[155.882352941176,148.039215686275,125.490196078431],[169.607843137255,156.862745098039,125.490196078431],[226.470588235294,209.803921568627,184.313725490196],[212.745098039216,193.137254901961,169.607843137255],[232.352941176471,212.745098039216,189.21568627451],[223.529411764706,203.921568627451,180.392156862745],[200,183.333333333333,155.882352941176],[185.294117647059,171.56862745098,143.137254901961],[192.156862745098,187.254901960784,157.843137254902],[93.1372549019608,96.078431372549,67.6470588235294],[127.450980392157,136.274509803922,115.686274509804],[94.1176470588235,109.803921568627,97.0588235294118],[64.7058823529412,86.2745098039216,83.3333333333333],[75.4901960784314,102.941176470588,105.882352941176],[82.3529411764706,110.78431372549,118.627450980392],[80.3921568627451,100.980392156863,105.882352941176],[102.941176470588,104.901960784314,100],[119.607843137255,110.78431372549,101.960784313725],[142.156862745098,128.43137254902,125.490196078431],[166.666666666667,149.019607843137,149.019607843137],[146.078431372549,126.470588235294,128.43137254902],[78.4313725490196,68.6274509803922,69.6078431372549],[100,112.745098039216,103.921568627451],[77.4509803921569,100.980392156863,87.2549019607843],[68.6274509803922,86.2745098039216,70.5882352941177],[82.3529411764706,84.3137254901961,71.5686274509804],[132.352941176471,107.843137254902,100.980392156863],[130.392156862745,96.078431372549,90.1960784313725],[137.254901960784,113.725490196078,103.921568627451],[146.078431372549,134.313725490196,120.588235294118],[84.3137254901961,85.2941176470588,67.6470588235294],[128.43137254902,135.294117647059,117.647058823529],[168.627450980392,172.549019607843,155.882352941176],[120.588235294118,127.450980392157,111.764705882353],[118.627450980392,127.450980392157,110.78431372549],[177.450980392157,185.294117647059,170.588235294118],[117.647058823529,128.43137254902,114.705882352941],[90.1960784313725,99.0196078431373,82.3529411764706],[139.21568627451,144.117647058824,121.56862745098],[150.980392156863,150.980392156863,125.490196078431],[197.058823529412,190.196078431373,162.745098039216],[208.823529411765,195.098039215686,166.666666666667],[149.019607843137,131.372549019608,96.078431372549],[109.803921568627,87.2549019607843,53.921568627451],[120.588235294118,96.078431372549,66.6666666666667],[186.274509803922,160.78431372549,134.313725490196],[137.254901960784,111.764705882353,87.2549019607843],[158.823529411765,142.156862745098,116.666666666667],[200,196.078431372549,171.56862745098],[61.7647058823529,59.8039215686275,35.2941176470588],[42.156862745098,35.2941176470588,7.84313725490196],[160.78431372549,144.117647058824,116.666666666667],[208.823529411765,182.352941176471,152.941176470588],[189.21568627451,153.921568627451,120.588235294118],[167.647058823529,124.509803921569,90.1960784313725],[166.666666666667,117.647058823529,83.3333333333333],[149.019607843137,96.078431372549,62.7450980392157],[143.137254901961,89.2156862745098,58.8235294117647],[129.411764705882,79.4117647058823,50.9803921568627],[100.980392156863,54.9019607843137,29.4117647058824],[96.078431372549,54.9019607843137,33.3333333333333],[93.1372549019608,56.8627450980392,38.2352941176471],[69.6078431372549,37.2549019607843,20.5882352941176],[52.9411764705882,24.5098039215686,10.7843137254902],[43.1372549019608,14.7058823529412,6.86274509803922],[29.4117647058824,4.90196078431373,0],[22.5490196078431,1.96078431372549,0],[19.6078431372549,3.92156862745098,3.92156862745098],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,2.94117647058824,5.88235294117647],[11.7647058823529,5.88235294117647,9.80392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[11.7647058823529,3.92156862745098,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[11.7647058823529,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,3.92156862745098],[4.90196078431373,0,6.86274509803922],[28.4313725490196,24.5098039215686,41.1764705882353],[158.823529411765,155.882352941176,176.470588235294],[139.21568627451,134.313725490196,153.921568627451],[5.88235294117647,1.96078431372549,18.6274509803922],[4.90196078431373,0.980392156862745,15.6862745098039],[0.980392156862745,0,8.82352941176471],[12.7450980392157,6.86274509803922,16.6666666666667],[2.94117647058824,0,3.92156862745098],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[4.90196078431373,0,0],[3.92156862745098,0,0],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,6.86274509803922,9.80392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[5.88235294117647,10.7843137254902,6.86274509803922],[20.5882352941176,25.4901960784314,21.5686274509804],[31.3725490196078,35.2941176470588,34.3137254901961],[17.6470588235294,21.5686274509804,22.5490196078431],[50.9803921568627,54.9019607843137,55.8823529411765],[16.6666666666667,20.5882352941176,21.5686274509804],[18.6274509803922,22.5490196078431,23.5294117647059],[37.2549019607843,41.1764705882353,42.156862745098],[45.0980392156863,49.0196078431373,48.0392156862745],[39.2156862745098,45.0980392156863,41.1764705882353],[51.9607843137255,60.7843137254902,55.8823529411765],[54.9019607843137,64.7058823529412,56.8627450980392],[69.6078431372549,79.4117647058823,70.5882352941177],[98.0392156862745,109.803921568627,98.0392156862745],[71.5686274509804,83.3333333333333,71.5686274509804],[50.9803921568627,62.7450980392157,50.9803921568627],[61.7647058823529,73.5294117647059,61.7647058823529],[45.0980392156863,56.8627450980392,45.0980392156863],[37.2549019607843,50.9803921568627,36.2745098039216],[36.2745098039216,50,35.2941176470588],[38.2352941176471,54.9019607843137,39.2156862745098],[41.1764705882353,56.8627450980392,44.1176470588235],[49.0196078431373,64.7058823529412,53.921568627451],[41.1764705882353,56.8627450980392,46.078431372549],[50.9803921568627,66.6666666666667,55.8823529411765],[79.4117647058823,95.0980392156863,84.3137254901961],[112.745098039216,126.470588235294,113.725490196078],[95.0980392156863,108.823529411765,92.156862745098],[99.0196078431373,113.725490196078,93.1372549019608],[174.509803921569,188.235294117647,165.686274509804],[103.921568627451,118.627450980392,96.078431372549],[87.2549019607843,105.882352941176,86.2745098039216],[109.803921568627,130.392156862745,111.764705882353],[144.117647058824,160.78431372549,142.156862745098],[129.411764705882,148.039215686275,128.43137254902],[147.058823529412,169.607843137255,151.960784313725],[148.039215686275,174.509803921569,155.882352941176],[152.941176470588,179.411764705882,160.78431372549],[130.392156862745,158.823529411765,141.176470588235],[149.019607843137,178.43137254902,166.666666666667],[186.274509803922,211.764705882353,202.941176470588],[195.098039215686,211.764705882353,203.921568627451],[157.843137254902,172.549019607843,165.686274509804],[150,168.627450980392,164.705882352941],[155.882352941176,177.450980392157,174.509803921569],[147.058823529412,173.529411764706,166.666666666667],[163.725490196078,199.019607843137,197.058823529412],[119.607843137255,168.627450980392,175.490196078431],[102.941176470588,159.803921568627,171.56862745098],[178.43137254902,230.392156862745,248.039215686275],[126.470588235294,173.529411764706,193.137254901961],[124.509803921569,169.607843137255,185.294117647059],[143.137254901961,174.509803921569,189.21568627451],[183.333333333333,189.21568627451,202.941176470588],[198.039215686275,196.078431372549,208.823529411765],[178.43137254902,182.352941176471,193.137254901961],[202.941176470588,222.549019607843,233.333333333333],[151.960784313725,200.980392156863,211.764705882353],[93.1372549019608,153.921568627451,166.666666666667],[105.882352941176,161.764705882353,180.392156862745],[120.588235294118,167.647058823529,187.254901960784],[141.176470588235,181.372549019608,199.019607843137],[135.294117647059,171.56862745098,190.196078431373],[120.588235294118,159.803921568627,184.313725490196],[141.176470588235,182.352941176471,206.862745098039],[177.450980392157,218.627450980392,242.156862745098],[181.372549019608,222.549019607843,244.117647058824],[172.549019607843,216.666666666667,235.294117647059],[128.43137254902,174.509803921569,190.196078431373],[100.980392156863,149.019607843137,162.745098039216],[104.901960784314,157.843137254902,167.647058823529],[85.2941176470588,141.176470588235,150],[78.4313725490196,134.313725490196,141.176470588235],[135.294117647059,192.156862745098,196.078431372549],[146.078431372549,198.039215686275,201.960784313725],[117.647058823529,164.705882352941,168.627450980392],[114.705882352941,154.901960784314,160.78431372549],[115.686274509804,151.960784313725,157.843137254902],[140.196078431373,178.43137254902,183.333333333333],[134.313725490196,178.43137254902,183.333333333333],[91.1764705882353,139.21568627451,144.117647058824],[91.1764705882353,140.196078431373,147.058823529412],[98.0392156862745,149.019607843137,159.803921568627],[96.078431372549,149.019607843137,160.78431372549],[92.156862745098,147.058823529412,159.803921568627],[87.2549019607843,144.117647058824,157.843137254902],[99.0196078431373,156.862745098039,172.549019607843],[79.4117647058823,137.254901960784,152.941176470588],[103.921568627451,159.803921568627,176.470588235294],[100,155.882352941176,172.549019607843],[86.2745098039216,141.176470588235,155.882352941176],[77.4509803921569,133.333333333333,144.117647058824],[76.4705882352941,129.411764705882,139.21568627451],[77.4509803921569,130.392156862745,140.196078431373],[72.5490196078431,121.56862745098,128.43137254902],[74.5098039215686,117.647058823529,120.588235294118],[132.352941176471,165.686274509804,164.705882352941],[209.803921568627,232.352941176471,226.470588235294],[167.647058823529,178.43137254902,170.588235294118],[202.941176470588,201.960784313725,197.058823529412],[225.490196078431,216.666666666667,211.764705882353],[186.274509803922,176.470588235294,167.647058823529],[241.176470588235,231.372549019608,219.607843137255],[198.039215686275,189.21568627451,172.549019607843],[192.156862745098,180.392156862745,164.705882352941],[236.274509803922,219.607843137255,209.803921568627],[240.196078431373,220.588235294118,219.607843137255],[250,234.313725490196,241.176470588235],[207.843137254902,192.156862745098,201.960784313725],[158.823529411765,156.862745098039,161.764705882353],[186.274509803922,183.333333333333,176.470588235294],[84.3137254901961,74.5098039215686,48.0392156862745],[173.529411764706,157.843137254902,124.509803921569],[231.372549019608,212.745098039216,183.333333333333],[117.647058823529,96.078431372549,72.5490196078431],[173.529411764706,149.019607843137,127.450980392157],[236.274509803922,211.764705882353,190.196078431373],[240.196078431373,216.666666666667,191.176470588235],[187.254901960784,166.666666666667,136.274509803922],[151.960784313725,138.235294117647,101.960784313725],[161.764705882353,153.921568627451,117.647058823529],[165.686274509804,165.686274509804,132.352941176471],[64.7058823529412,70.5882352941177,45.0980392156863],[67.6470588235294,79.4117647058823,65.6862745098039],[76.4705882352941,92.156862745098,89.2156862745098],[78.4313725490196,97.0588235294118,103.921568627451],[84.3137254901961,97.0588235294118,102.941176470588],[113.725490196078,110.78431372549,105.882352941176],[156.862745098039,144.117647058824,136.274509803922],[171.56862745098,152.941176470588,149.019607843137],[152.941176470588,129.411764705882,129.411764705882],[191.176470588235,162.745098039216,164.705882352941],[106.862745098039,92.156862745098,89.2156862745098],[54.9019607843137,64.7058823529412,53.921568627451],[54.9019607843137,75.4901960784314,58.8235294117647],[85.2941176470588,101.960784313725,84.3137254901961],[135.294117647059,136.274509803922,122.549019607843],[130.392156862745,103.921568627451,97.0588235294118],[135.294117647059,100.980392156863,97.0588235294118],[129.411764705882,104.901960784314,100],[89.2156862745098,79.4117647058823,69.6078431372549],[60.7843137254902,64.7058823529412,50.9803921568627],[75.4901960784314,86.2745098039216,72.5490196078431],[98.0392156862745,103.921568627451,90.1960784313725],[187.254901960784,193.137254901961,179.411764705882],[124.509803921569,130.392156862745,116.666666666667],[104.901960784314,112.745098039216,98.0392156862745],[171.56862745098,179.411764705882,164.705882352941],[176.470588235294,185.294117647059,168.627450980392],[139.21568627451,144.117647058824,122.549019607843],[99.0196078431373,100.980392156863,77.4509803921569],[173.529411764706,169.607843137255,143.137254901961],[135.294117647059,126.470588235294,98.0392156862745],[105.882352941176,91.1764705882353,60.7843137254902],[124.509803921569,107.843137254902,78.4313725490196],[151.960784313725,132.352941176471,105.882352941176],[221.56862745098,200,176.470588235294],[141.176470588235,121.56862745098,97.0588235294118],[77.4509803921569,61.7647058823529,39.2156862745098],[73.5294117647059,66.6666666666667,48.0392156862745],[32.3529411764706,27.4509803921569,8.82352941176471],[41.1764705882353,30.3921568627451,8.82352941176471],[49.0196078431373,33.3333333333333,7.84313725490196],[81.3725490196078,58.8235294117647,28.4313725490196],[144.117647058824,115.686274509804,84.3137254901961],[100.980392156863,67.6470588235294,33.3333333333333],[98.0392156862745,60.7843137254902,25.4901960784314],[148.039215686275,105.882352941176,71.5686274509804],[132.352941176471,90.1960784313725,56.8627450980392],[111.764705882353,69.6078431372549,38.2352941176471],[93.1372549019608,52.9411764705882,25.4901960784314],[84.3137254901961,47.0588235294118,24.5098039215686],[104.901960784314,68.6274509803922,50],[73.5294117647059,41.1764705882353,24.5098039215686],[73.5294117647059,42.156862745098,29.4117647058824],[50.9803921568627,23.5294117647059,12.7450980392157],[34.3137254901961,9.80392156862745,4.90196078431373],[17.6470588235294,0,0],[12.7450980392157,0,0],[10.7843137254902,0,0.980392156862745],[11.7647058823529,2.94117647058824,5.88235294117647],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[10.7843137254902,2.94117647058824,0.980392156862745],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[2.94117647058824,0.980392156862745,5.88235294117647],[0,0,10.7843137254902],[1.96078431372549,0,15.6862745098039],[6.86274509803922,2.94117647058824,17.6470588235294],[35.2941176470588,31.3725490196078,45.0980392156863],[50,47.0588235294118,57.843137254902],[4.90196078431373,1.96078431372549,10.7843137254902],[4.90196078431373,0,6.86274509803922],[7.84313725490196,2.94117647058824,8.82352941176471],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,2.94117647058824,0],[8.82352941176471,0.980392156862745,0],[6.86274509803922,0,0],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,5.88235294117647,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,19.6078431372549,15.6862745098039],[8.82352941176471,14.7058823529412,10.7843137254902],[13.7254901960784,19.6078431372549,15.6862745098039],[41.1764705882353,47.0588235294118,45.0980392156863],[38.2352941176471,44.1176470588235,44.1176470588235],[20.5882352941176,24.5098039215686,25.4901960784314],[27.4509803921569,31.3725490196078,34.3137254901961],[28.4313725490196,32.3529411764706,35.2941176470588],[34.3137254901961,38.2352941176471,39.2156862745098],[33.3333333333333,39.2156862745098,39.2156862745098],[43.1372549019608,49.0196078431373,47.0588235294118],[59.8039215686275,69.6078431372549,61.7647058823529],[47.0588235294118,56.8627450980392,48.0392156862745],[39.2156862745098,50.9803921568627,39.2156862745098],[61.7647058823529,73.5294117647059,59.8039215686275],[56.8627450980392,68.6274509803922,54.9019607843137],[50.9803921568627,63.7254901960784,53.921568627451],[49.0196078431373,61.7647058823529,51.9607843137255],[50,62.7450980392157,52.9411764705882],[71.5686274509804,87.2549019607843,74.5098039215686],[89.2156862745098,104.901960784314,92.156862745098],[64.7058823529412,82.3529411764706,68.6274509803922],[39.2156862745098,56.8627450980392,45.0980392156863],[43.1372549019608,59.8039215686275,50],[42.156862745098,58.8235294117647,49.0196078431373],[61.7647058823529,77.4509803921569,67.6470588235294],[68.6274509803922,84.3137254901961,74.5098039215686],[87.2549019607843,102.941176470588,92.156862745098],[80.3921568627451,94.1176470588235,79.4117647058823],[67.6470588235294,82.3529411764706,63.7254901960784],[147.058823529412,161.764705882353,139.21568627451],[137.254901960784,149.019607843137,125.490196078431],[100,107.843137254902,85.2941176470588],[149.019607843137,158.823529411765,135.294117647059],[200,217.647058823529,194.117647058824],[149.019607843137,172.549019607843,147.058823529412],[118.627450980392,144.117647058824,117.647058823529],[144.117647058824,168.627450980392,147.058823529412],[138.235294117647,161.764705882353,146.078431372549],[150,171.56862745098,158.823529411765],[155.882352941176,173.529411764706,159.803921568627],[175.490196078431,193.137254901961,181.372549019608],[124.509803921569,150,141.176470588235],[87.2549019607843,113.725490196078,106.862745098039],[117.647058823529,144.117647058824,137.254901960784],[125.490196078431,151.960784313725,145.098039215686],[116.666666666667,143.137254901961,138.235294117647],[163.725490196078,197.058823529412,198.039215686275],[165.686274509804,209.803921568627,215.686274509804],[103.921568627451,155.882352941176,169.607843137255],[142.156862745098,197.058823529412,219.607843137255],[140.196078431373,196.078431372549,222.549019607843],[103.921568627451,160.78431372549,184.313725490196],[101.960784313725,146.078431372549,168.627450980392],[159.803921568627,176.470588235294,196.078431372549],[191.176470588235,193.137254901961,207.843137254902],[194.117647058824,194.117647058824,203.921568627451],[223.529411764706,234.313725490196,240.196078431373],[200,234.313725490196,236.274509803922],[109.803921568627,156.862745098039,160.78431372549],[101.960784313725,145.098039215686,155.882352941176],[147.058823529412,185.294117647059,201.960784313725],[180.392156862745,214.705882352941,233.333333333333],[114.705882352941,149.019607843137,168.627450980392],[143.137254901961,182.352941176471,206.862745098039],[198.039215686275,239.21568627451,250],[144.117647058824,185.294117647059,209.803921568627],[105.882352941176,149.019607843137,173.529411764706],[138.235294117647,183.333333333333,205.882352941176],[103.921568627451,153.921568627451,172.549019607843],[93.1372549019608,145.098039215686,160.78431372549],[93.1372549019608,150,161.764705882353],[82.3529411764706,141.176470588235,149.019607843137],[70.5882352941177,130.392156862745,135.294117647059],[148.039215686275,204.901960784314,208.823529411765],[135.294117647059,187.254901960784,191.176470588235],[94.1176470588235,142.156862745098,146.078431372549],[109.803921568627,151.960784313725,157.843137254902],[104.901960784314,143.137254901961,150],[134.313725490196,174.509803921569,178.43137254902],[149.019607843137,196.078431372549,198.039215686275],[83.3333333333333,131.372549019608,135.294117647059],[86.2745098039216,136.274509803922,140.196078431373],[76.4705882352941,128.43137254902,134.313725490196],[107.843137254902,159.803921568627,167.647058823529],[103.921568627451,156.862745098039,166.666666666667],[93.1372549019608,148.039215686275,160.78431372549],[84.3137254901961,139.21568627451,153.921568627451],[115.686274509804,170.588235294118,185.294117647059],[85.2941176470588,140.196078431373,154.901960784314],[86.2745098039216,141.176470588235,155.882352941176],[91.1764705882353,143.137254901961,156.862745098039],[91.1764705882353,144.117647058824,155.882352941176],[66.6666666666667,117.647058823529,128.43137254902],[70.5882352941177,122.549019607843,130.392156862745],[80.3921568627451,126.470588235294,132.352941176471],[93.1372549019608,132.352941176471,132.352941176471],[111.764705882353,140.196078431373,135.294117647059],[130.392156862745,142.156862745098,130.392156862745],[221.56862745098,222.549019607843,208.823529411765],[239.21568627451,230.392156862745,221.56862745098],[238.235294117647,225.490196078431,219.607843137255],[222.549019607843,209.803921568627,203.921568627451],[250,240.196078431373,231.372549019608],[216.666666666667,201.960784313725,181.372549019608],[204.901960784314,189.21568627451,166.666666666667],[221.56862745098,202.941176470588,189.21568627451],[233.333333333333,214.705882352941,208.823529411765],[204.901960784314,188.235294117647,194.117647058824],[148.039215686275,137.254901960784,145.098039215686],[169.607843137255,164.705882352941,161.764705882353],[235.294117647059,227.450980392157,214.705882352941],[98.0392156862745,83.3333333333333,52.9411764705882],[140.196078431373,120.588235294118,84.3137254901961],[197.058823529412,174.509803921569,144.117647058824],[157.843137254902,132.352941176471,109.803921568627],[129.411764705882,100.980392156863,83.3333333333333],[209.803921568627,179.411764705882,159.803921568627],[250,220.588235294118,198.039215686275],[250,242.156862745098,210.78431372549],[204.901960784314,180.392156862745,140.196078431373],[164.705882352941,144.117647058824,98.0392156862745],[149.019607843137,135.294117647059,89.2156862745098],[124.509803921569,115.686274509804,75.4901960784314],[141.176470588235,137.254901960784,110.78431372549],[125.490196078431,125.490196078431,113.725490196078],[133.333333333333,137.254901960784,140.196078431373],[101.960784313725,100.980392156863,106.862745098039],[138.235294117647,129.411764705882,124.509803921569],[136.274509803922,122.549019607843,113.725490196078],[130.392156862745,113.725490196078,106.862745098039],[115.686274509804,97.0588235294118,91.1764705882353],[150,126.470588235294,122.549019607843],[241.176470588235,224.509803921569,217.647058823529],[165.686274509804,169.607843137255,155.882352941176],[58.8235294117647,71.5686274509804,53.921568627451],[83.3333333333333,92.156862745098,73.5294117647059],[130.392156862745,128.43137254902,113.725490196078],[158.823529411765,136.274509803922,130.392156862745],[98.0392156862745,73.5294117647059,69.6078431372549],[89.2156862745098,78.4313725490196,74.5098039215686],[104.901960784314,105.882352941176,100.980392156863],[74.5098039215686,86.2745098039216,82.3529411764706],[73.5294117647059,90.1960784313725,84.3137254901961],[86.2745098039216,100.980392156863,94.1176470588235],[100.980392156863,111.764705882353,103.921568627451],[127.450980392157,135.294117647059,124.509803921569],[156.862745098039,162.745098039216,149.019607843137],[180.392156862745,183.333333333333,164.705882352941],[166.666666666667,168.627450980392,148.039215686275],[153.921568627451,155.882352941176,135.294117647059],[114.705882352941,116.666666666667,95.0980392156863],[167.647058823529,166.666666666667,146.078431372549],[124.509803921569,122.549019607843,101.960784313725],[91.1764705882353,86.2745098039216,66.6666666666667],[124.509803921569,118.627450980392,97.0588235294118],[81.3725490196078,69.6078431372549,48.0392156862745],[177.450980392157,161.764705882353,137.254901960784],[108.823529411765,89.2156862745098,64.7058823529412],[70.5882352941177,50,29.4117647058824],[61.7647058823529,46.078431372549,31.3725490196078],[72.5490196078431,58.8235294117647,46.078431372549],[83.3333333333333,67.6470588235294,51.9607843137255],[62.7450980392157,46.078431372549,26.4705882352941],[96.078431372549,76.4705882352941,51.9607843137255],[135.294117647059,114.705882352941,84.3137254901961],[95.0980392156863,71.5686274509804,38.2352941176471],[69.6078431372549,44.1176470588235,9.80392156862745],[96.078431372549,68.6274509803922,32.3529411764706],[100.980392156863,71.5686274509804,36.2745098039216],[67.6470588235294,35.2941176470588,2.94117647058824],[97.0588235294118,63.7254901960784,36.2745098039216],[120.588235294118,87.2549019607843,62.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[61.7647058823529,27.4509803921569,8.82352941176471],[97.0588235294118,63.7254901960784,51.9607843137255],[72.5490196078431,43.1372549019608,33.3333333333333],[72.5490196078431,46.078431372549,39.2156862745098],[48.0392156862745,27.4509803921569,22.5490196078431],[20.5882352941176,2.94117647058824,0.980392156862745],[9.80392156862745,0,0],[9.80392156862745,0.980392156862745,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[3.92156862745098,0,0],[4.90196078431373,0.980392156862745,1.96078431372549],[13.7254901960784,8.82352941176471,12.7450980392157],[4.90196078431373,1.96078431372549,8.82352941176471],[5.88235294117647,4.90196078431373,12.7450980392157],[3.92156862745098,0.980392156862745,7.84313725490196],[54.9019607843137,52.9411764705882,57.843137254902],[54.9019607843137,52.9411764705882,57.843137254902],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[84.3137254901961,86.2745098039216,85.2941176470588],[64.7058823529412,66.6666666666667,65.6862745098039],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,8.82352941176471,12.7450980392157],[11.7647058823529,16.6666666666667,19.6078431372549],[17.6470588235294,26.4705882352941,21.5686274509804],[22.5490196078431,32.3529411764706,24.5098039215686],[12.7450980392157,21.5686274509804,16.6666666666667],[28.4313725490196,37.2549019607843,34.3137254901961],[41.1764705882353,50,49.0196078431373],[21.5686274509804,30.3921568627451,29.4117647058824],[14.7058823529412,22.5490196078431,24.5098039215686],[24.5098039215686,32.3529411764706,34.3137254901961],[21.5686274509804,30.3921568627451,29.4117647058824],[33.3333333333333,42.156862745098,39.2156862745098],[45.0980392156863,53.921568627451,49.0196078431373],[52.9411764705882,63.7254901960784,55.8823529411765],[48.0392156862745,59.8039215686275,50],[44.1176470588235,57.843137254902,43.1372549019608],[46.078431372549,59.8039215686275,43.1372549019608],[38.2352941176471,51.9607843137255,37.2549019607843],[57.843137254902,70.5882352941177,60.7843137254902],[78.4313725490196,94.1176470588235,84.3137254901961],[127.450980392157,143.137254901961,133.333333333333],[130.392156862745,148.039215686275,136.274509803922],[101.960784313725,119.607843137255,107.843137254902],[76.4705882352941,94.1176470588235,82.3529411764706],[52.9411764705882,69.6078431372549,59.8039215686275],[61.7647058823529,78.4313725490196,68.6274509803922],[75.4901960784314,92.156862745098,84.3137254901961],[74.5098039215686,91.1764705882353,83.3333333333333],[57.843137254902,73.5294117647059,63.7254901960784],[59.8039215686275,75.4901960784314,64.7058823529412],[92.156862745098,105.882352941176,91.1764705882353],[105.882352941176,120.588235294118,101.960784313725],[129.411764705882,144.117647058824,121.56862745098],[136.274509803922,149.019607843137,123.529411764706],[125.490196078431,127.450980392157,103.921568627451],[141.176470588235,146.078431372549,123.529411764706],[200.980392156863,220.588235294118,196.078431372549],[162.745098039216,190.196078431373,165.686274509804],[128.43137254902,153.921568627451,127.450980392157],[167.647058823529,195.098039215686,172.549019607843],[166.666666666667,197.058823529412,182.352941176471],[112.745098039216,138.235294117647,129.411764705882],[188.235294117647,203.921568627451,191.176470588235],[145.098039215686,162.745098039216,150.980392156863],[84.3137254901961,114.705882352941,108.823529411765],[98.0392156862745,132.352941176471,126.470588235294],[135.294117647059,167.647058823529,160.78431372549],[121.56862745098,151.960784313725,146.078431372549],[165.686274509804,197.058823529412,196.078431372549],[142.156862745098,176.470588235294,180.392156862745],[147.058823529412,186.274509803922,196.078431372549],[97.0588235294118,145.098039215686,161.764705882353],[88.2352941176471,145.098039215686,168.627450980392],[93.1372549019608,155.882352941176,183.333333333333],[109.803921568627,173.529411764706,202.941176470588],[119.607843137255,172.549019607843,198.039215686275],[136.274509803922,163.725490196078,185.294117647059],[156.862745098039,168.627450980392,184.313725490196],[199.019607843137,201.960784313725,210.78431372549],[199.019607843137,205.882352941176,211.764705882353],[182.352941176471,202.941176470588,205.882352941176],[157.843137254902,188.235294117647,191.176470588235],[193.137254901961,226.470588235294,235.294117647059],[206.862745098039,240.196078431373,250],[137.254901960784,165.686274509804,179.411764705882],[155.882352941176,186.274509803922,203.921568627451],[183.333333333333,220.588235294118,243.137254901961],[143.137254901961,184.313725490196,208.823529411765],[129.411764705882,172.549019607843,197.058823529412],[152.941176470588,198.039215686275,223.529411764706],[129.411764705882,178.43137254902,200.980392156863],[90.1960784313725,141.176470588235,162.745098039216],[92.156862745098,148.039215686275,164.705882352941],[90.1960784313725,148.039215686275,161.764705882353],[81.3725490196078,143.137254901961,151.960784313725],[66.6666666666667,126.470588235294,131.372549019608],[92.156862745098,150,153.921568627451],[101.960784313725,155.882352941176,158.823529411765],[91.1764705882353,141.176470588235,145.098039215686],[91.1764705882353,137.254901960784,143.137254901961],[92.156862745098,134.313725490196,141.176470588235],[100,142.156862745098,148.039215686275],[131.372549019608,178.43137254902,178.43137254902],[92.156862745098,141.176470588235,140.196078431373],[81.3725490196078,130.392156862745,131.372549019608],[76.4705882352941,126.470588235294,129.411764705882],[87.2549019607843,136.274509803922,143.137254901961],[94.1176470588235,146.078431372549,153.921568627451],[90.1960784313725,143.137254901961,154.901960784314],[78.4313725490196,130.392156862745,144.117647058824],[100,151.960784313725,165.686274509804],[84.3137254901961,136.274509803922,150],[75.4901960784314,128.43137254902,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[78.4313725490196,129.411764705882,140.196078431373],[94.1176470588235,143.137254901961,151.960784313725],[50.9803921568627,100,106.862745098039],[127.450980392157,171.56862745098,176.470588235294],[123.529411764706,156.862745098039,157.843137254902],[109.803921568627,130.392156862745,123.529411764706],[169.607843137255,173.529411764706,156.862745098039],[195.098039215686,190.196078431373,170.588235294118],[200.980392156863,189.21568627451,177.450980392157],[235.294117647059,220.588235294118,215.686274509804],[240.196078431373,226.470588235294,223.529411764706],[240.196078431373,226.470588235294,217.647058823529],[229.411764705882,211.764705882353,188.235294117647],[192.156862745098,172.549019607843,146.078431372549],[212.745098039216,196.078431372549,176.470588235294],[193.137254901961,179.411764705882,170.588235294118],[170.588235294118,161.764705882353,164.705882352941],[190.196078431373,181.372549019608,186.274509803922],[208.823529411765,198.039215686275,192.156862745098],[200.980392156863,186.274509803922,167.647058823529],[122.549019607843,103.921568627451,71.5686274509804],[115.686274509804,94.1176470588235,57.843137254902],[128.43137254902,103.921568627451,73.5294117647059],[236.274509803922,208.823529411765,185.294117647059],[242.156862745098,209.803921568627,191.176470588235],[207.843137254902,173.529411764706,154.901960784314],[187.254901960784,150,127.450980392157],[201.960784313725,166.666666666667,135.294117647059],[232.352941176471,199.019607843137,154.901960784314],[194.117647058824,163.725490196078,110.78431372549],[155.882352941176,130.392156862745,74.5098039215686],[168.627450980392,148.039215686275,96.078431372549],[167.647058823529,152.941176470588,114.705882352941],[160.78431372549,149.019607843137,127.450980392157],[145.098039215686,134.313725490196,132.352941176471],[117.647058823529,105.882352941176,107.843137254902],[137.254901960784,119.607843137255,115.686274509804],[132.352941176471,118.627450980392,109.803921568627],[93.1372549019608,85.2941176470588,74.5098039215686],[106.862745098039,99.0196078431373,88.2352941176471],[85.2941176470588,71.5686274509804,62.7450980392157],[157.843137254902,148.039215686275,136.274509803922],[234.313725490196,235.294117647059,219.607843137255],[113.725490196078,118.627450980392,99.0196078431373],[93.1372549019608,96.078431372549,77.4509803921569],[157.843137254902,156.862745098039,139.21568627451],[140.196078431373,127.450980392157,118.627450980392],[100,91.1764705882353,84.3137254901961],[56.8627450980392,63.7254901960784,56.8627450980392],[98.0392156862745,113.725490196078,110.78431372549],[71.5686274509804,91.1764705882353,90.1960784313725],[53.921568627451,74.5098039215686,75.4901960784314],[79.4117647058823,98.0392156862745,94.1176470588235],[59.8039215686275,72.5490196078431,65.6862745098039],[67.6470588235294,77.4509803921569,69.6078431372549],[92.156862745098,98.0392156862745,86.2745098039216],[99.0196078431373,101.960784313725,83.3333333333333],[94.1176470588235,96.078431372549,75.4901960784314],[78.4313725490196,79.4117647058823,61.7647058823529],[80.3921568627451,81.3725490196078,63.7254901960784],[55.8823529411765,57.843137254902,37.2549019607843],[141.176470588235,143.137254901961,122.549019607843],[80.3921568627451,81.3725490196078,65.6862745098039],[3.92156862745098,0.980392156862745,0],[38.2352941176471,31.3725490196078,12.7450980392157],[115.686274509804,104.901960784314,83.3333333333333],[68.6274509803922,53.921568627451,31.3725490196078],[68.6274509803922,51.9607843137255,32.3529411764706],[86.2745098039216,66.6666666666667,55.8823529411765],[142.156862745098,122.549019607843,113.725490196078],[74.5098039215686,56.8627450980392,43.1372549019608],[56.8627450980392,40.1960784313726,22.5490196078431],[50,34.3137254901961,9.80392156862745],[123.529411764706,108.823529411765,80.3921568627451],[71.5686274509804,56.8627450980392,24.5098039215686],[46.078431372549,30.3921568627451,0],[117.647058823529,100,64.7058823529412],[97.0588235294118,77.4509803921569,43.1372549019608],[52.9411764705882,28.4313725490196,0],[77.4509803921569,50.9803921568627,22.5490196078431],[102.941176470588,71.5686274509804,47.0588235294118],[91.1764705882353,56.8627450980392,37.2549019607843],[69.6078431372549,33.3333333333333,15.6862745098039],[94.1176470588235,58.8235294117647,45.0980392156863],[60.7843137254902,28.4313725490196,19.6078431372549],[79.4117647058823,52.9411764705882,46.078431372549],[68.6274509803922,48.0392156862745,43.1372549019608],[36.2745098039216,18.6274509803922,16.6666666666667],[15.6862745098039,3.92156862745098,3.92156862745098],[11.7647058823529,2.94117647058824,3.92156862745098],[6.86274509803922,0.980392156862745,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[6.86274509803922,0,0],[6.86274509803922,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[11.7647058823529,5.88235294117647,5.88235294117647],[22.5490196078431,18.6274509803922,19.6078431372549],[36.2745098039216,32.3529411764706,33.3333333333333],[7.84313725490196,5.88235294117647,6.86274509803922],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[11.7647058823529,7.84313725490196,6.86274509803922],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,0,0],[5.88235294117647,0,1.96078431372549],[6.86274509803922,0.980392156862745,2.94117647058824],[8.82352941176471,0,2.94117647058824],[9.80392156862745,0.980392156862745,3.92156862745098],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[7.84313725490196,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[8.82352941176471,6.86274509803922,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[233.333333333333,235.294117647059,234.313725490196],[233.333333333333,235.294117647059,234.313725490196],[0,0.980392156862745,0],[7.84313725490196,9.80392156862745,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,9.80392156862745,13.7254901960784],[11.7647058823529,16.6666666666667,19.6078431372549],[7.84313725490196,16.6666666666667,13.7254901960784],[15.6862745098039,24.5098039215686,19.6078431372549],[0.980392156862745,9.80392156862745,6.86274509803922],[11.7647058823529,20.5882352941176,17.6470588235294],[36.2745098039216,45.0980392156863,44.1176470588235],[27.4509803921569,36.2745098039216,35.2941176470588],[19.6078431372549,27.4509803921569,29.4117647058824],[28.4313725490196,38.2352941176471,39.2156862745098],[26.4705882352941,36.2745098039216,35.2941176470588],[28.4313725490196,39.2156862745098,35.2941176470588],[31.3725490196078,42.156862745098,36.2745098039216],[32.3529411764706,45.0980392156863,36.2745098039216],[48.0392156862745,60.7843137254902,50.9803921568627],[60.7843137254902,74.5098039215686,61.7647058823529],[61.7647058823529,75.4901960784314,60.7843137254902],[69.6078431372549,86.2745098039216,70.5882352941177],[66.6666666666667,83.3333333333333,73.5294117647059],[84.3137254901961,100.980392156863,93.1372549019608],[113.725490196078,130.392156862745,122.549019607843],[67.6470588235294,87.2549019607843,76.4705882352941],[35.2941176470588,54.9019607843137,44.1176470588235],[57.843137254902,77.4509803921569,66.6666666666667],[79.4117647058823,99.0196078431373,88.2352941176471],[122.549019607843,142.156862745098,133.333333333333],[75.4901960784314,94.1176470588235,88.2352941176471],[35.2941176470588,51.9607843137255,44.1176470588235],[58.8235294117647,74.5098039215686,64.7058823529412],[109.803921568627,125.490196078431,114.705882352941],[130.392156862745,144.117647058824,127.450980392157],[110.78431372549,125.490196078431,104.901960784314],[79.4117647058823,93.1372549019608,68.6274509803922],[125.490196078431,138.235294117647,110.78431372549],[124.509803921569,130.392156862745,104.901960784314],[162.745098039216,172.549019607843,149.019607843137],[148.039215686275,170.588235294118,150.980392156863],[101.960784313725,130.392156862745,110.78431372549],[193.137254901961,220.588235294118,198.039215686275],[194.117647058824,224.509803921569,206.862745098039],[101.960784313725,138.235294117647,131.372549019608],[100,134.313725490196,128.43137254902],[124.509803921569,147.058823529412,137.254901960784],[184.313725490196,206.862745098039,197.058823529412],[110.78431372549,144.117647058824,143.137254901961],[130.392156862745,169.607843137255,169.607843137255],[119.607843137255,154.901960784314,152.941176470588],[136.274509803922,171.56862745098,171.56862745098],[127.450980392157,167.647058823529,171.56862745098],[160.78431372549,200,209.803921568627],[109.803921568627,146.078431372549,163.725490196078],[119.607843137255,163.725490196078,186.274509803922],[89.2156862745098,149.019607843137,176.470588235294],[80.3921568627451,148.039215686275,176.470588235294],[99.0196078431373,164.705882352941,191.176470588235],[109.803921568627,164.705882352941,189.21568627451],[115.686274509804,152.941176470588,171.56862745098],[155.882352941176,181.372549019608,194.117647058824],[195.098039215686,207.843137254902,216.666666666667],[226.470588235294,233.333333333333,243.137254901961],[224.509803921569,232.352941176471,243.137254901961],[218.627450980392,232.352941176471,243.137254901961],[219.607843137255,246.078431372549,250],[165.686274509804,194.117647058824,200],[164.705882352941,189.21568627451,194.117647058824],[192.156862745098,218.627450980392,229.411764705882],[145.098039215686,181.372549019608,200],[140.196078431373,181.372549019608,204.901960784314],[204.901960784314,248.039215686275,250],[146.078431372549,193.137254901961,215.686274509804],[97.0588235294118,148.039215686275,171.56862745098],[103.921568627451,157.843137254902,178.43137254902],[100,157.843137254902,175.490196078431],[92.156862745098,152.941176470588,167.647058823529],[84.3137254901961,145.098039215686,155.882352941176],[75.4901960784314,134.313725490196,142.156862745098],[74.5098039215686,132.352941176471,138.235294117647],[76.4705882352941,133.333333333333,137.254901960784],[77.4509803921569,129.411764705882,135.294117647059],[81.3725490196078,130.392156862745,137.254901960784],[80.3921568627451,126.470588235294,134.313725490196],[69.6078431372549,115.686274509804,121.56862745098],[96.078431372549,143.137254901961,143.137254901961],[132.352941176471,180.392156862745,177.450980392157],[91.1764705882353,138.235294117647,138.235294117647],[72.5490196078431,121.56862745098,122.549019607843],[77.4509803921569,125.490196078431,130.392156862745],[76.4705882352941,125.490196078431,132.352941176471],[80.3921568627451,129.411764705882,140.196078431373],[85.2941176470588,136.274509803922,149.019607843137],[87.2549019607843,138.235294117647,150.980392156863],[67.6470588235294,118.627450980392,131.372549019608],[76.4705882352941,127.450980392157,138.235294117647],[86.2745098039216,135.294117647059,144.117647058824],[79.4117647058823,128.43137254902,137.254901960784],[128.43137254902,176.470588235294,183.333333333333],[50.9803921568627,99.0196078431373,103.921568627451],[98.0392156862745,138.235294117647,142.156862745098],[129.411764705882,154.901960784314,155.882352941176],[135.294117647059,148.039215686275,139.21568627451],[224.509803921569,228.43137254902,205.882352941176],[182.352941176471,178.43137254902,153.921568627451],[182.352941176471,174.509803921569,161.764705882353],[250,247.058823529412,241.176470588235],[250,236.274509803922,236.274509803922],[250,241.176470588235,236.274509803922],[230.392156862745,205.882352941176,184.313725490196],[152.941176470588,132.352941176471,103.921568627451],[128.43137254902,116.666666666667,93.1372549019608],[149.019607843137,143.137254901961,127.450980392157],[135.294117647059,135.294117647059,133.333333333333],[133.333333333333,129.411764705882,128.43137254902],[154.901960784314,138.235294117647,128.43137254902],[139.21568627451,117.647058823529,95.0980392156863],[174.509803921569,150,119.607843137255],[146.078431372549,120.588235294118,86.2745098039216],[159.803921568627,131.372549019608,101.960784313725],[207.843137254902,177.450980392157,150],[250,222.549019607843,200.980392156863],[244.117647058824,206.862745098039,186.274509803922],[192.156862745098,150.980392156863,127.450980392157],[225.490196078431,183.333333333333,150],[196.078431372549,153.921568627451,109.803921568627],[182.352941176471,142.156862745098,89.2156862745098],[198.039215686275,160.78431372549,100],[185.294117647059,153.921568627451,96.078431372549],[170.588235294118,143.137254901961,97.0588235294118],[162.745098039216,138.235294117647,107.843137254902],[163.725490196078,140.196078431373,128.43137254902],[169.607843137255,146.078431372549,142.156862745098],[142.156862745098,119.607843137255,111.764705882353],[196.078431372549,182.352941176471,171.56862745098],[130.392156862745,134.313725490196,117.647058823529],[85.2941176470588,94.1176470588235,75.4901960784314],[102.941176470588,105.882352941176,89.2156862745098],[49.0196078431373,50,32.3529411764706],[140.196078431373,142.156862745098,121.56862745098],[146.078431372549,145.098039215686,125.490196078431],[102.941176470588,101.960784313725,82.3529411764706],[114.705882352941,113.725490196078,96.078431372549],[78.4313725490196,80.3921568627451,66.6666666666667],[75.4901960784314,87.2549019607843,73.5294117647059],[44.1176470588235,71.5686274509804,59.8039215686275],[34.3137254901961,66.6666666666667,59.8039215686275],[56.8627450980392,84.3137254901961,85.2941176470588],[43.1372549019608,63.7254901960784,64.7058823529412],[51.9607843137255,68.6274509803922,62.7450980392157],[67.6470588235294,80.3921568627451,71.5686274509804],[58.8235294117647,69.6078431372549,63.7254901960784],[87.2549019607843,97.0588235294118,88.2352941176471],[83.3333333333333,91.1764705882353,76.4705882352941],[87.2549019607843,94.1176470588235,78.4313725490196],[58.8235294117647,61.7647058823529,50.9803921568627],[101.960784313725,103.921568627451,91.1764705882353],[75.4901960784314,77.4509803921569,56.8627450980392],[94.1176470588235,93.1372549019608,73.5294117647059],[97.0588235294118,94.1176470588235,79.4117647058823],[24.5098039215686,21.5686274509804,6.86274509803922],[105.882352941176,100.980392156863,81.3725490196078],[113.725490196078,108.823529411765,87.2549019607843],[65.6862745098039,58.8235294117647,40.1960784313726],[40.1960784313726,28.4313725490196,14.7058823529412],[81.3725490196078,61.7647058823529,52.9411764705882],[106.862745098039,84.3137254901961,76.4705882352941],[61.7647058823529,42.156862745098,31.3725490196078],[27.4509803921569,10.7843137254902,0],[18.6274509803922,3.92156862745098,0],[96.078431372549,84.3137254901961,58.8235294117647],[102.941176470588,94.1176470588235,65.6862745098039],[94.1176470588235,85.2941176470588,54.9019607843137],[111.764705882353,100.980392156863,69.6078431372549],[120.588235294118,107.843137254902,76.4705882352941],[90.1960784313725,74.5098039215686,42.156862745098],[77.4509803921569,53.921568627451,26.4705882352941],[71.5686274509804,42.156862745098,18.6274509803922],[76.4705882352941,42.156862745098,20.5882352941176],[73.5294117647059,36.2745098039216,17.6470588235294],[76.4705882352941,40.1960784313726,24.5098039215686],[66.6666666666667,35.2941176470588,24.5098039215686],[90.1960784313725,61.7647058823529,55.8823529411765],[78.4313725490196,55.8823529411765,50],[35.2941176470588,16.6666666666667,12.7450980392157],[9.80392156862745,0,0],[7.84313725490196,0,0],[8.82352941176471,0,2.94117647058824],[5.88235294117647,0,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,4.90196078431373,2.94117647058824],[10.7843137254902,2.94117647058824,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[14.7058823529412,10.7843137254902,11.7647058823529],[0.980392156862745,0,0],[10.7843137254902,9.80392156862745,4.90196078431373],[5.88235294117647,4.90196078431373,0],[3.92156862745098,2.94117647058824,0],[5.88235294117647,1.96078431372549,0],[8.82352941176471,4.90196078431373,1.96078431372549],[12.7450980392157,8.82352941176471,5.88235294117647],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,4.90196078431373],[6.86274509803922,0.980392156862745,4.90196078431373],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[25.4901960784314,25.4901960784314,25.4901960784314],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[8.82352941176471,13.7254901960784,16.6666666666667],[13.7254901960784,22.5490196078431,21.5686274509804],[10.7843137254902,19.6078431372549,16.6666666666667],[2.94117647058824,12.7450980392157,11.7647058823529],[9.80392156862745,19.6078431372549,18.6274509803922],[22.5490196078431,32.3529411764706,31.3725490196078],[25.4901960784314,35.2941176470588,36.2745098039216],[23.5294117647059,33.3333333333333,34.3137254901961],[22.5490196078431,34.3137254901961,34.3137254901961],[44.1176470588235,55.8823529411765,53.921568627451],[29.4117647058824,44.1176470588235,39.2156862745098],[35.2941176470588,50,43.1372549019608],[42.156862745098,57.843137254902,48.0392156862745],[55.8823529411765,71.5686274509804,60.7843137254902],[56.8627450980392,74.5098039215686,60.7843137254902],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,78.4313725490196,64.7058823529412],[51.9607843137255,71.5686274509804,62.7450980392157],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,66.6666666666667],[40.1960784313726,60.7843137254902,51.9607843137255],[42.156862745098,62.7450980392157,53.921568627451],[42.156862745098,61.7647058823529,52.9411764705882],[44.1176470588235,63.7254901960784,54.9019607843137],[100.980392156863,120.588235294118,111.764705882353],[61.7647058823529,80.3921568627451,74.5098039215686],[43.1372549019608,62.7450980392157,53.921568627451],[120.588235294118,137.254901960784,127.450980392157],[146.078431372549,161.764705882353,149.019607843137],[86.2745098039216,100,83.3333333333333],[94.1176470588235,108.823529411765,86.2745098039216],[86.2745098039216,100,74.5098039215686],[106.862745098039,119.607843137255,92.156862745098],[171.56862745098,184.313725490196,158.823529411765],[173.529411764706,188.235294117647,165.686274509804],[164.705882352941,189.21568627451,170.588235294118],[182.352941176471,209.803921568627,195.098039215686],[200,227.450980392157,212.745098039216],[140.196078431373,173.529411764706,159.803921568627],[122.549019607843,166.666666666667,161.764705882353],[86.2745098039216,130.392156862745,125.490196078431],[96.078431372549,126.470588235294,118.627450980392],[186.274509803922,215.686274509804,207.843137254902],[157.843137254902,193.137254901961,193.137254901961],[107.843137254902,145.098039215686,148.039215686275],[139.21568627451,174.509803921569,174.509803921569],[103.921568627451,141.176470588235,142.156862745098],[121.56862745098,167.647058823529,173.529411764706],[155.882352941176,200.980392156863,213.725490196078],[128.43137254902,163.725490196078,185.294117647059],[151.960784313725,193.137254901961,217.647058823529],[107.843137254902,168.627450980392,193.137254901961],[91.1764705882353,159.803921568627,185.294117647059],[89.2156862745098,153.921568627451,179.411764705882],[98.0392156862745,154.901960784314,176.470588235294],[98.0392156862745,146.078431372549,160.78431372549],[131.372549019608,168.627450980392,179.411764705882],[170.588235294118,194.117647058824,203.921568627451],[179.411764705882,193.137254901961,205.882352941176],[179.411764705882,186.274509803922,203.921568627451],[165.686274509804,174.509803921569,191.176470588235],[197.058823529412,218.627450980392,229.411764705882],[216.666666666667,244.117647058824,248.039215686275],[236.274509803922,250,250],[155.882352941176,179.411764705882,181.372549019608],[140.196078431373,172.549019607843,187.254901960784],[163.725490196078,203.921568627451,223.529411764706],[126.470588235294,170.588235294118,191.176470588235],[87.2549019607843,134.313725490196,155.882352941176],[105.882352941176,156.862745098039,178.43137254902],[94.1176470588235,148.039215686275,168.627450980392],[86.2745098039216,144.117647058824,161.764705882353],[77.4509803921569,135.294117647059,150.980392156863],[75.4901960784314,134.313725490196,145.098039215686],[54.9019607843137,113.725490196078,121.56862745098],[85.2941176470588,143.137254901961,147.058823529412],[90.1960784313725,147.058823529412,150.980392156863],[65.6862745098039,119.607843137255,124.509803921569],[70.5882352941177,122.549019607843,130.392156862745],[79.4117647058823,131.372549019608,139.21568627451],[87.2549019607843,136.274509803922,143.137254901961],[97.0588235294118,144.117647058824,144.117647058824],[87.2549019607843,135.294117647059,131.372549019608],[108.823529411765,156.862745098039,153.921568627451],[117.647058823529,164.705882352941,164.705882352941],[99.0196078431373,146.078431372549,150],[79.4117647058823,127.450980392157,132.352941176471],[70.5882352941177,117.647058823529,127.450980392157],[81.3725490196078,130.392156862745,141.176470588235],[78.4313725490196,127.450980392157,138.235294117647],[134.313725490196,181.372549019608,191.176470588235],[135.294117647059,182.352941176471,192.156862745098],[78.4313725490196,126.470588235294,133.333333333333],[57.843137254902,105.882352941176,112.745098039216],[93.1372549019608,139.21568627451,145.098039215686],[108.823529411765,155.882352941176,159.803921568627],[81.3725490196078,118.627450980392,119.607843137255],[114.705882352941,134.313725490196,133.333333333333],[176.470588235294,186.274509803922,177.450980392157],[200,201.960784313725,180.392156862745],[160.78431372549,158.823529411765,134.313725490196],[144.117647058824,138.235294117647,124.509803921569],[231.372549019608,220.588235294118,216.666666666667],[250,238.235294117647,240.196078431373],[250,230.392156862745,227.450980392157],[196.078431372549,174.509803921569,153.921568627451],[125.490196078431,108.823529411765,81.3725490196078],[118.627450980392,114.705882352941,88.2352941176471],[84.3137254901961,87.2549019607843,68.6274509803922],[130.392156862745,135.294117647059,128.43137254902],[113.725490196078,112.745098039216,107.843137254902],[92.156862745098,75.4901960784314,59.8039215686275],[146.078431372549,120.588235294118,98.0392156862745],[143.137254901961,113.725490196078,86.2745098039216],[185.294117647059,154.901960784314,126.470588235294],[214.705882352941,184.313725490196,153.921568627451],[219.607843137255,187.254901960784,156.862745098039],[225.490196078431,191.176470588235,163.725490196078],[217.647058823529,178.43137254902,152.941176470588],[173.529411764706,130.392156862745,103.921568627451],[205.882352941176,160.78431372549,127.450980392157],[155.882352941176,109.803921568627,66.6666666666667],[175.490196078431,129.411764705882,78.4313725490196],[219.607843137255,176.470588235294,116.666666666667],[217.647058823529,178.43137254902,118.627450980392],[161.764705882353,125.490196078431,74.5098039215686],[116.666666666667,83.3333333333333,46.078431372549],[165.686274509804,135.294117647059,114.705882352941],[180.392156862745,150.980392156863,140.196078431373],[117.647058823529,90.1960784313725,78.4313725490196],[151.960784313725,139.21568627451,123.529411764706],[206.862745098039,216.666666666667,193.137254901961],[104.901960784314,122.549019607843,97.0588235294118],[88.2352941176471,100,78.4313725490196],[93.1372549019608,98.0392156862745,78.4313725490196],[115.686274509804,114.705882352941,95.0980392156863],[166.666666666667,163.725490196078,145.098039215686],[82.3529411764706,77.4509803921569,58.8235294117647],[87.2549019607843,86.2745098039216,66.6666666666667],[115.686274509804,124.509803921569,105.882352941176],[95.0980392156863,115.686274509804,99.0196078431373],[22.5490196078431,58.8235294117647,42.156862745098],[18.6274509803922,58.8235294117647,45.0980392156863],[16.6666666666667,45.0980392156863,41.1764705882353],[82.3529411764706,100.980392156863,99.0196078431373],[65.6862745098039,78.4313725490196,68.6274509803922],[59.8039215686275,71.5686274509804,59.8039215686275],[80.3921568627451,93.1372549019608,86.2745098039216],[98.0392156862745,110.78431372549,103.921568627451],[77.4509803921569,90.1960784313725,80.3921568627451],[63.7254901960784,75.4901960784314,63.7254901960784],[60.7843137254902,65.6862745098039,59.8039215686275],[52.9411764705882,53.921568627451,46.078431372549],[110.78431372549,107.843137254902,89.2156862745098],[149.019607843137,143.137254901961,119.607843137255],[105.882352941176,97.0588235294118,80.3921568627451],[105.882352941176,99.0196078431373,81.3725490196078],[156.862745098039,151.960784313725,132.352941176471],[84.3137254901961,83.3333333333333,62.7450980392157],[63.7254901960784,65.6862745098039,51.9607843137255],[45.0980392156863,41.1764705882353,30.3921568627451],[80.3921568627451,63.7254901960784,55.8823529411765],[48.0392156862745,25.4901960784314,17.6470588235294],[81.3725490196078,61.7647058823529,50.9803921568627],[97.0588235294118,81.3725490196078,66.6666666666667],[65.6862745098039,54.9019607843137,37.2549019607843],[50,42.156862745098,19.6078431372549],[100,94.1176470588235,68.6274509803922],[90.1960784313725,85.2941176470588,56.8627450980392],[64.7058823529412,57.843137254902,30.3921568627451],[84.3137254901961,73.5294117647059,46.078431372549],[66.6666666666667,51.9607843137255,23.5294117647059],[50,29.4117647058824,2.94117647058824],[53.921568627451,26.4705882352941,2.94117647058824],[73.5294117647059,39.2156862745098,17.6470588235294],[78.4313725490196,41.1764705882353,20.5882352941176],[69.6078431372549,33.3333333333333,15.6862745098039],[38.2352941176471,6.86274509803922,0],[60.7843137254902,32.3529411764706,26.4705882352941],[56.8627450980392,34.3137254901961,28.4313725490196],[31.3725490196078,12.7450980392157,8.82352941176471],[18.6274509803922,4.90196078431373,4.90196078431373],[18.6274509803922,8.82352941176471,9.80392156862745],[14.7058823529412,5.88235294117647,8.82352941176471],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[12.7450980392157,4.90196078431373,2.94117647058824],[13.7254901960784,5.88235294117647,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[4.90196078431373,0,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,0],[3.92156862745098,3.92156862745098,0],[7.84313725490196,7.84313725490196,0],[7.84313725490196,4.90196078431373,0],[7.84313725490196,4.90196078431373,0],[9.80392156862745,5.88235294117647,2.94117647058824],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,4.90196078431373,8.82352941176471],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[17.6470588235294,25.4901960784314,28.4313725490196],[15.6862745098039,25.4901960784314,27.4509803921569],[13.7254901960784,23.5294117647059,25.4901960784314],[14.7058823529412,24.5098039215686,26.4705882352941],[22.5490196078431,33.3333333333333,35.2941176470588],[29.4117647058824,41.1764705882353,41.1764705882353],[30.3921568627451,42.156862745098,42.156862745098],[30.3921568627451,44.1176470588235,44.1176470588235],[27.4509803921569,42.156862745098,39.2156862745098],[19.6078431372549,35.2941176470588,32.3529411764706],[36.2745098039216,52.9411764705882,47.0588235294118],[43.1372549019608,59.8039215686275,51.9607843137255],[44.1176470588235,60.7843137254902,52.9411764705882],[44.1176470588235,60.7843137254902,50.9803921568627],[38.2352941176471,55.8823529411765,44.1176470588235],[50.9803921568627,70.5882352941177,59.8039215686275],[47.0588235294118,67.6470588235294,60.7843137254902],[52.9411764705882,73.5294117647059,68.6274509803922],[45.0980392156863,65.6862745098039,58.8235294117647],[44.1176470588235,64.7058823529412,57.843137254902],[61.7647058823529,82.3529411764706,75.4901960784314],[56.8627450980392,77.4509803921569,70.5882352941177],[46.078431372549,66.6666666666667,59.8039215686275],[63.7254901960784,84.3137254901961,77.4509803921569],[64.7058823529412,83.3333333333333,77.4509803921569],[66.6666666666667,83.3333333333333,75.4901960784314],[95.0980392156863,110.78431372549,100.980392156863],[106.862745098039,122.549019607843,109.803921568627],[88.2352941176471,102.941176470588,84.3137254901961],[100,113.725490196078,89.2156862745098],[98.0392156862745,110.78431372549,83.3333333333333],[148.039215686275,162.745098039216,134.313725490196],[171.56862745098,189.21568627451,163.725490196078],[117.647058823529,139.21568627451,118.627450980392],[125.490196078431,147.058823529412,134.313725490196],[153.921568627451,179.411764705882,168.627450980392],[199.019607843137,228.43137254902,218.627450980392],[177.450980392157,213.725490196078,205.882352941176],[120.588235294118,168.627450980392,164.705882352941],[93.1372549019608,143.137254901961,138.235294117647],[110.78431372549,150.980392156863,143.137254901961],[144.117647058824,178.43137254902,172.549019607843],[82.3529411764706,111.764705882353,111.764705882353],[102.941176470588,132.352941176471,134.313725490196],[152.941176470588,182.352941176471,184.313725490196],[100.980392156863,135.294117647059,139.21568627451],[108.823529411765,156.862745098039,160.78431372549],[100.980392156863,150,158.823529411765],[128.43137254902,165.686274509804,186.274509803922],[114.705882352941,155.882352941176,180.392156862745],[79.4117647058823,136.274509803922,159.803921568627],[89.2156862745098,152.941176470588,174.509803921569],[86.2745098039216,146.078431372549,166.666666666667],[97.0588235294118,152.941176470588,171.56862745098],[96.078431372549,149.019607843137,160.78431372549],[103.921568627451,150,157.843137254902],[139.21568627451,174.509803921569,186.274509803922],[159.803921568627,185.294117647059,201.960784313725],[171.56862745098,186.274509803922,208.823529411765],[198.039215686275,212.745098039216,233.333333333333],[196.078431372549,217.647058823529,230.392156862745],[204.901960784314,225.490196078431,230.392156862745],[210.78431372549,225.490196078431,220.588235294118],[171.56862745098,187.254901960784,184.313725490196],[178.43137254902,207.843137254902,215.686274509804],[132.352941176471,170.588235294118,185.294117647059],[100.980392156863,143.137254901961,159.803921568627],[131.372549019608,175.490196078431,196.078431372549],[104.901960784314,151.960784313725,173.529411764706],[81.3725490196078,132.352941176471,152.941176470588],[97.0588235294118,150.980392156863,170.588235294118],[71.5686274509804,128.43137254902,142.156862745098],[43.1372549019608,100,110.78431372549],[117.647058823529,175.490196078431,183.333333333333],[118.627450980392,175.490196078431,179.411764705882],[66.6666666666667,123.529411764706,127.450980392157],[79.4117647058823,136.274509803922,140.196078431373],[84.3137254901961,140.196078431373,147.058823529412],[65.6862745098039,121.56862745098,132.352941176471],[98.0392156862745,150,157.843137254902],[107.843137254902,154.901960784314,154.901960784314],[100,145.098039215686,142.156862745098],[89.2156862745098,134.313725490196,132.352941176471],[106.862745098039,151.960784313725,151.960784313725],[127.450980392157,171.56862745098,176.470588235294],[103.921568627451,150,155.882352941176],[139.21568627451,185.294117647059,193.137254901961],[118.627450980392,164.705882352941,174.509803921569],[68.6274509803922,114.705882352941,124.509803921569],[104.901960784314,150.980392156863,160.78431372549],[154.901960784314,200.980392156863,208.823529411765],[92.156862745098,138.235294117647,144.117647058824],[77.4509803921569,124.509803921569,128.43137254902],[64.7058823529412,108.823529411765,111.764705882353],[74.5098039215686,118.627450980392,121.56862745098],[107.843137254902,143.137254901961,143.137254901961],[145.098039215686,160.78431372549,157.843137254902],[159.803921568627,165.686274509804,155.882352941176],[178.43137254902,181.372549019608,160.78431372549],[141.176470588235,140.196078431373,120.588235294118],[146.078431372549,139.21568627451,129.411764705882],[243.137254901961,232.352941176471,228.43137254902],[241.176470588235,225.490196078431,226.470588235294],[210.78431372549,193.137254901961,191.176470588235],[173.529411764706,157.843137254902,142.156862745098],[114.705882352941,106.862745098039,84.3137254901961],[120.588235294118,122.549019607843,99.0196078431373],[144.117647058824,151.960784313725,131.372549019608],[113.725490196078,119.607843137255,107.843137254902],[127.450980392157,125.490196078431,113.725490196078],[108.823529411765,92.156862745098,74.5098039215686],[150,124.509803921569,101.960784313725],[131.372549019608,100,79.4117647058823],[157.843137254902,122.549019607843,99.0196078431373],[152.941176470588,118.627450980392,89.2156862745098],[191.176470588235,157.843137254902,121.56862745098],[156.862745098039,123.529411764706,86.2745098039216],[210.78431372549,176.470588235294,139.21568627451],[171.56862745098,132.352941176471,98.0392156862745],[178.43137254902,135.294117647059,100.980392156863],[168.627450980392,120.588235294118,81.3725490196078],[204.901960784314,154.901960784314,110.78431372549],[180.392156862745,134.313725490196,81.3725490196078],[180.392156862745,136.274509803922,82.3529411764706],[191.176470588235,150,100.980392156863],[149.019607843137,110.78431372549,68.6274509803922],[101.960784313725,67.6470588235294,36.2745098039216],[139.21568627451,107.843137254902,85.2941176470588],[178.43137254902,148.039215686275,128.43137254902],[154.901960784314,138.235294117647,118.627450980392],[208.823529411765,214.705882352941,189.21568627451],[223.529411764706,239.21568627451,212.745098039216],[70.5882352941177,80.3921568627451,56.8627450980392],[78.4313725490196,83.3333333333333,63.7254901960784],[150.980392156863,150,132.352941176471],[195.098039215686,192.156862745098,175.490196078431],[130.392156862745,124.509803921569,108.823529411765],[88.2352941176471,87.2549019607843,69.6078431372549],[81.3725490196078,86.2745098039216,66.6666666666667],[109.803921568627,126.470588235294,107.843137254902],[130.392156862745,162.745098039216,142.156862745098],[90.1960784313725,123.529411764706,106.862745098039],[70.5882352941177,92.156862745098,80.3921568627451],[102.941176470588,115.686274509804,105.882352941176],[138.235294117647,147.058823529412,128.43137254902],[102.941176470588,113.725490196078,97.0588235294118],[69.6078431372549,82.3529411764706,75.4901960784314],[73.5294117647059,89.2156862745098,86.2745098039216],[53.921568627451,73.5294117647059,64.7058823529412],[83.3333333333333,98.0392156862745,93.1372549019608],[54.9019607843137,62.7450980392157,64.7058823529412],[94.1176470588235,93.1372549019608,89.2156862745098],[141.176470588235,133.333333333333,112.745098039216],[106.862745098039,93.1372549019608,66.6666666666667],[52.9411764705882,36.2745098039216,16.6666666666667],[153.921568627451,139.21568627451,120.588235294118],[114.705882352941,108.823529411765,85.2941176470588],[59.8039215686275,61.7647058823529,41.1764705882353],[63.7254901960784,73.5294117647059,62.7450980392157],[85.2941176470588,90.1960784313725,83.3333333333333],[72.5490196078431,62.7450980392157,52.9411764705882],[59.8039215686275,44.1176470588235,31.3725490196078],[57.843137254902,44.1176470588235,31.3725490196078],[69.6078431372549,57.843137254902,44.1176470588235],[20.5882352941176,11.7647058823529,0],[33.3333333333333,26.4705882352941,8.82352941176471],[80.3921568627451,73.5294117647059,54.9019607843137],[53.921568627451,46.078431372549,25.4901960784314],[57.843137254902,47.0588235294118,25.4901960784314],[60.7843137254902,46.078431372549,23.5294117647059],[57.843137254902,40.1960784313726,16.6666666666667],[79.4117647058823,54.9019607843137,33.3333333333333],[104.901960784314,74.5098039215686,53.921568627451],[89.2156862745098,54.9019607843137,33.3333333333333],[69.6078431372549,34.3137254901961,12.7450980392157],[58.8235294117647,22.5490196078431,3.92156862745098],[27.4509803921569,0,0],[40.1960784313726,11.7647058823529,3.92156862745098],[40.1960784313726,15.6862745098039,10.7843137254902],[29.4117647058824,10.7843137254902,6.86274509803922],[25.4901960784314,11.7647058823529,10.7843137254902],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[6.86274509803922,0.980392156862745,2.94117647058824],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,1.96078431372549,1.96078431372549],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,4.90196078431373],[9.80392156862745,4.90196078431373,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[9.80392156862745,5.88235294117647,2.94117647058824],[3.92156862745098,0,0],[8.82352941176471,3.92156862745098,0.980392156862745],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098]],[[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[1.96078431372549,6.86274509803922,10.7843137254902],[3.92156862745098,8.82352941176471,12.7450980392157],[6.86274509803922,13.7254901960784,19.6078431372549],[7.84313725490196,16.6666666666667,23.5294117647059],[16.6666666666667,25.4901960784314,32.3529411764706],[16.6666666666667,25.4901960784314,32.3529411764706],[11.7647058823529,22.5490196078431,26.4705882352941],[27.4509803921569,38.2352941176471,42.156862745098],[31.3725490196078,45.0980392156863,46.078431372549],[26.4705882352941,40.1960784313726,41.1764705882353],[40.1960784313726,55.8823529411765,54.9019607843137],[47.0588235294118,62.7450980392157,61.7647058823529],[54.9019607843137,73.5294117647059,69.6078431372549],[62.7450980392157,81.3725490196078,77.4509803921569],[48.0392156862745,66.6666666666667,60.7843137254902],[36.2745098039216,54.9019607843137,49.0196078431373],[44.1176470588235,64.7058823529412,57.843137254902],[56.8627450980392,77.4509803921569,68.6274509803922],[68.6274509803922,89.2156862745098,82.3529411764706],[54.9019607843137,77.4509803921569,71.5686274509804],[45.0980392156863,69.6078431372549,65.6862745098039],[38.2352941176471,62.7450980392157,56.8627450980392],[48.0392156862745,70.5882352941177,62.7450980392157],[53.921568627451,76.4705882352941,68.6274509803922],[49.0196078431373,71.5686274509804,63.7254901960784],[57.843137254902,80.3921568627451,72.5490196078431],[75.4901960784314,96.078431372549,89.2156862745098],[61.7647058823529,80.3921568627451,74.5098039215686],[68.6274509803922,88.2352941176471,79.4117647058823],[73.5294117647059,90.1960784313725,80.3921568627451],[71.5686274509804,88.2352941176471,72.5490196078431],[78.4313725490196,93.1372549019608,72.5490196078431],[116.666666666667,130.392156862745,104.901960784314],[158.823529411765,171.56862745098,142.156862745098],[207.843137254902,222.549019607843,192.156862745098],[145.098039215686,164.705882352941,140.196078431373],[139.21568627451,161.764705882353,142.156862745098],[100,121.56862745098,108.823529411765],[90.1960784313725,116.666666666667,107.843137254902],[133.333333333333,167.647058823529,161.764705882353],[129.411764705882,169.607843137255,163.725490196078],[82.3529411764706,128.43137254902,122.549019607843],[95.0980392156863,141.176470588235,133.333333333333],[127.450980392157,169.607843137255,162.745098039216],[98.0392156862745,134.313725490196,127.450980392157],[107.843137254902,134.313725490196,129.411764705882],[142.156862745098,166.666666666667,163.725490196078],[178.43137254902,205.882352941176,206.862745098039],[127.450980392157,160.78431372549,161.764705882353],[139.21568627451,182.352941176471,183.333333333333],[105.882352941176,152.941176470588,156.862745098039],[126.470588235294,164.705882352941,179.411764705882],[100.980392156863,143.137254901961,161.764705882353],[92.156862745098,143.137254901961,164.705882352941],[104.901960784314,161.764705882353,183.333333333333],[96.078431372549,152.941176470588,174.509803921569],[97.0588235294118,154.901960784314,172.549019607843],[98.0392156862745,156.862745098039,167.647058823529],[102.941176470588,155.882352941176,165.686274509804],[109.803921568627,155.882352941176,165.686274509804],[144.117647058824,180.392156862745,196.078431372549],[179.411764705882,203.921568627451,225.490196078431],[186.274509803922,203.921568627451,225.490196078431],[166.666666666667,185.294117647059,199.019607843137],[162.745098039216,179.411764705882,186.274509803922],[193.137254901961,204.901960784314,200.980392156863],[178.43137254902,194.117647058824,191.176470588235],[161.764705882353,190.196078431373,194.117647058824],[137.254901960784,172.549019607843,184.313725490196],[213.725490196078,250,250],[169.607843137255,211.764705882353,228.43137254902],[98.0392156862745,144.117647058824,163.725490196078],[94.1176470588235,144.117647058824,162.745098039216],[126.470588235294,178.43137254902,196.078431372549],[92.156862745098,144.117647058824,159.803921568627],[72.5490196078431,125.490196078431,137.254901960784],[127.450980392157,181.372549019608,188.235294117647],[113.725490196078,167.647058823529,170.588235294118],[77.4509803921569,134.313725490196,136.274509803922],[72.5490196078431,129.411764705882,133.333333333333],[69.6078431372549,125.490196078431,134.313725490196],[69.6078431372549,126.470588235294,137.254901960784],[71.5686274509804,125.490196078431,132.352941176471],[92.156862745098,139.21568627451,139.21568627451],[103.921568627451,148.039215686275,143.137254901961],[77.4509803921569,122.549019607843,119.607843137255],[104.901960784314,150,150],[162.745098039216,206.862745098039,209.803921568627],[115.686274509804,159.803921568627,164.705882352941],[143.137254901961,187.254901960784,193.137254901961],[145.098039215686,191.176470588235,199.019607843137],[112.745098039216,158.823529411765,166.666666666667],[70.5882352941177,113.725490196078,122.549019607843],[123.529411764706,167.647058823529,173.529411764706],[108.823529411765,152.941176470588,157.843137254902],[95.0980392156863,139.21568627451,142.156862745098],[76.4705882352941,119.607843137255,120.588235294118],[48.0392156862745,91.1764705882353,92.156862745098],[103.921568627451,137.254901960784,136.274509803922],[138.235294117647,154.901960784314,149.019607843137],[158.823529411765,164.705882352941,154.901960784314],[183.333333333333,187.254901960784,172.549019607843],[155.882352941176,156.862745098039,143.137254901961],[206.862745098039,198.039215686275,191.176470588235],[245.098039215686,231.372549019608,230.392156862745],[250,242.156862745098,242.156862745098],[235.294117647059,224.509803921569,222.549019607843],[155.882352941176,152.941176470588,138.235294117647],[98.0392156862745,100.980392156863,80.3921568627451],[90.1960784313725,98.0392156862745,77.4509803921569],[117.647058823529,125.490196078431,104.901960784314],[150.980392156863,152.941176470588,139.21568627451],[79.4117647058823,73.5294117647059,57.843137254902],[120.588235294118,108.823529411765,87.2549019607843],[151.960784313725,130.392156862745,107.843137254902],[196.078431372549,160.78431372549,145.098039215686],[180.392156862745,143.137254901961,124.509803921569],[169.607843137255,135.294117647059,103.921568627451],[217.647058823529,185.294117647059,145.098039215686],[183.333333333333,151.960784313725,105.882352941176],[226.470588235294,195.098039215686,149.019607843137],[177.450980392157,141.176470588235,100],[103.921568627451,62.7450980392157,25.4901960784314],[176.470588235294,128.43137254902,96.078431372549],[193.137254901961,144.117647058824,107.843137254902],[159.803921568627,111.764705882353,69.6078431372549],[144.117647058824,99.0196078431373,50.9803921568627],[191.176470588235,150,100.980392156863],[188.235294117647,150.980392156863,104.901960784314],[174.509803921569,140.196078431373,100.980392156863],[116.666666666667,84.3137254901961,51.9607843137255],[181.372549019608,150,125.490196078431],[250,229.411764705882,206.862745098039],[207.843137254902,205.882352941176,181.372549019608],[249.019607843137,250,231.372549019608],[149.019607843137,150,132.352941176471],[107.843137254902,105.882352941176,91.1764705882353],[184.313725490196,182.352941176471,169.607843137255],[192.156862745098,190.196078431373,177.450980392157],[213.725490196078,210.78431372549,196.078431372549],[87.2549019607843,84.3137254901961,67.6470588235294],[88.2352941176471,85.2941176470588,68.6274509803922],[117.647058823529,122.549019607843,102.941176470588],[160.78431372549,178.43137254902,154.901960784314],[130.392156862745,151.960784313725,129.411764705882],[161.764705882353,173.529411764706,153.921568627451],[146.078431372549,152.941176470588,135.294117647059],[75.4901960784314,85.2941176470588,61.7647058823529],[68.6274509803922,80.3921568627451,60.7843137254902],[45.0980392156863,57.843137254902,49.0196078431373],[45.0980392156863,61.7647058823529,55.8823529411765],[70.5882352941177,87.2549019607843,77.4509803921569],[100,112.745098039216,105.882352941176],[36.2745098039216,40.1960784313726,41.1764705882353],[146.078431372549,142.156862745098,139.21568627451],[242.156862745098,231.372549019608,209.803921568627],[224.509803921569,208.823529411765,183.333333333333],[174.509803921569,156.862745098039,137.254901960784],[113.725490196078,99.0196078431373,80.3921568627451],[62.7450980392157,56.8627450980392,33.3333333333333],[65.6862745098039,68.6274509803922,48.0392156862745],[36.2745098039216,48.0392156862745,36.2745098039216],[44.1176470588235,53.921568627451,45.0980392156863],[57.843137254902,55.8823529411765,43.1372549019608],[73.5294117647059,64.7058823529412,50],[72.5490196078431,63.7254901960784,49.0196078431373],[27.4509803921569,20.5882352941176,4.90196078431373],[28.4313725490196,21.5686274509804,5.88235294117647],[97.0588235294118,90.1960784313725,74.5098039215686],[50.9803921568627,42.156862745098,27.4509803921569],[29.4117647058824,17.6470588235294,1.96078431372549],[56.8627450980392,41.1764705882353,25.4901960784314],[51.9607843137255,33.3333333333333,16.6666666666667],[50,27.4509803921569,9.80392156862745],[70.5882352941177,44.1176470588235,25.4901960784314],[113.725490196078,83.3333333333333,63.7254901960784],[106.862745098039,72.5490196078431,50.9803921568627],[83.3333333333333,48.0392156862745,24.5098039215686],[50.9803921568627,14.7058823529412,0],[45.0980392156863,13.7254901960784,0.980392156862745],[49.0196078431373,20.5882352941176,12.7450980392157],[45.0980392156863,20.5882352941176,15.6862745098039],[39.2156862745098,20.5882352941176,16.6666666666667],[33.3333333333333,19.6078431372549,18.6274509803922],[17.6470588235294,7.84313725490196,6.86274509803922],[6.86274509803922,0,0],[9.80392156862745,3.92156862745098,5.88235294117647],[12.7450980392157,6.86274509803922,6.86274509803922],[12.7450980392157,6.86274509803922,6.86274509803922],[11.7647058823529,3.92156862745098,1.96078431372549],[8.82352941176471,0.980392156862745,0],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[14.7058823529412,8.82352941176471,8.82352941176471],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[2.94117647058824,1.96078431372549,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,20.5882352941176],[6.86274509803922,15.6862745098039,24.5098039215686],[9.80392156862745,17.6470588235294,28.4313725490196],[16.6666666666667,26.4705882352941,35.2941176470588],[13.7254901960784,23.5294117647059,32.3529411764706],[20.5882352941176,31.3725490196078,37.2549019607843],[24.5098039215686,38.2352941176471,41.1764705882353],[20.5882352941176,34.3137254901961,37.2549019607843],[31.3725490196078,47.0588235294118,47.0588235294118],[34.3137254901961,51.9607843137255,51.9607843137255],[57.843137254902,77.4509803921569,75.4901960784314],[55.8823529411765,75.4901960784314,73.5294117647059],[44.1176470588235,64.7058823529412,59.8039215686275],[43.1372549019608,63.7254901960784,58.8235294117647],[45.0980392156863,65.6862745098039,60.7843137254902],[50.9803921568627,71.5686274509804,66.6666666666667],[52.9411764705882,75.4901960784314,69.6078431372549],[45.0980392156863,69.6078431372549,65.6862745098039],[45.0980392156863,69.6078431372549,65.6862745098039],[43.1372549019608,67.6470588235294,61.7647058823529],[29.4117647058824,53.921568627451,48.0392156862745],[36.2745098039216,60.7843137254902,54.9019607843137],[53.921568627451,76.4705882352941,70.5882352941177],[54.9019607843137,77.4509803921569,71.5686274509804],[64.7058823529412,85.2941176470588,80.3921568627451],[84.3137254901961,102.941176470588,97.0588235294118],[52.9411764705882,69.6078431372549,61.7647058823529],[80.3921568627451,96.078431372549,85.2941176470588],[97.0588235294118,110.78431372549,96.078431372549],[100,112.745098039216,93.1372549019608],[151.960784313725,165.686274509804,140.196078431373],[202.941176470588,216.666666666667,184.313725490196],[172.549019607843,185.294117647059,155.882352941176],[138.235294117647,151.960784313725,129.411764705882],[151.960784313725,168.627450980392,150.980392156863],[127.450980392157,151.960784313725,133.333333333333],[102.941176470588,134.313725490196,121.56862745098],[81.3725490196078,125.490196078431,118.627450980392],[106.862745098039,152.941176470588,147.058823529412],[126.470588235294,162.745098039216,154.901960784314],[196.078431372549,228.43137254902,219.607843137255],[183.333333333333,217.647058823529,211.764705882353],[114.705882352941,145.098039215686,139.21568627451],[170.588235294118,192.156862745098,179.411764705882],[154.901960784314,176.470588235294,163.725490196078],[127.450980392157,156.862745098039,149.019607843137],[117.647058823529,149.019607843137,146.078431372549],[152.941176470588,187.254901960784,183.333333333333],[140.196078431373,175.490196078431,173.529411764706],[113.725490196078,150.980392156863,151.960784313725],[130.392156862745,167.647058823529,178.43137254902],[134.313725490196,175.490196078431,197.058823529412],[96.078431372549,145.098039215686,171.56862745098],[87.2549019607843,147.058823529412,174.509803921569],[90.1960784313725,156.862745098039,179.411764705882],[87.2549019607843,150.980392156863,168.627450980392],[95.0980392156863,153.921568627451,164.705882352941],[91.1764705882353,143.137254901961,150.980392156863],[91.1764705882353,134.313725490196,143.137254901961],[168.627450980392,203.921568627451,215.686274509804],[154.901960784314,180.392156862745,193.137254901961],[174.509803921569,190.196078431373,202.941176470588],[186.274509803922,199.019607843137,207.843137254902],[177.450980392157,193.137254901961,193.137254901961],[165.686274509804,187.254901960784,185.294117647059],[146.078431372549,175.490196078431,177.450980392157],[188.235294117647,222.549019607843,228.43137254902],[190.196078431373,227.450980392157,238.235294117647],[127.450980392157,168.627450980392,182.352941176471],[117.647058823529,162.745098039216,178.43137254902],[123.529411764706,169.607843137255,187.254901960784],[131.372549019608,179.411764705882,196.078431372549],[113.725490196078,164.705882352941,178.43137254902],[82.3529411764706,133.333333333333,144.117647058824],[100.980392156863,152.941176470588,160.78431372549],[81.3725490196078,133.333333333333,137.254901960784],[59.8039215686275,113.725490196078,116.666666666667],[63.7254901960784,120.588235294118,124.509803921569],[63.7254901960784,121.56862745098,129.411764705882],[62.7450980392157,121.56862745098,131.372549019608],[70.5882352941177,126.470588235294,133.333333333333],[108.823529411765,155.882352941176,155.882352941176],[78.4313725490196,122.549019607843,119.607843137255],[114.705882352941,157.843137254902,156.862745098039],[121.56862745098,164.705882352941,165.686274509804],[145.098039215686,188.235294117647,191.176470588235],[157.843137254902,200,205.882352941176],[145.098039215686,187.254901960784,194.117647058824],[149.019607843137,191.176470588235,200],[152.941176470588,195.098039215686,203.921568627451],[114.705882352941,156.862745098039,165.686274509804],[104.901960784314,147.058823529412,153.921568627451],[145.098039215686,187.254901960784,193.137254901961],[123.529411764706,166.666666666667,169.607843137255],[68.6274509803922,108.823529411765,110.78431372549],[81.3725490196078,122.549019607843,121.56862745098],[91.1764705882353,125.490196078431,121.56862745098],[90.1960784313725,106.862745098039,97.0588235294118],[133.333333333333,141.176470588235,130.392156862745],[214.705882352941,220.588235294118,210.78431372549],[200,197.058823529412,190.196078431373],[238.235294117647,227.450980392157,225.490196078431],[230.392156862745,214.705882352941,215.686274509804],[208.823529411765,197.058823529412,197.058823529412],[240.196078431373,237.254901960784,232.352941176471],[188.235294117647,198.039215686275,187.254901960784],[107.843137254902,121.56862745098,104.901960784314],[103.921568627451,114.705882352941,98.0392156862745],[102.941176470588,106.862745098039,90.1960784313725],[115.686274509804,108.823529411765,91.1764705882353],[125.490196078431,114.705882352941,97.0588235294118],[104.901960784314,97.0588235294118,74.5098039215686],[120.588235294118,103.921568627451,84.3137254901961],[179.411764705882,143.137254901961,135.294117647059],[194.117647058824,152.941176470588,141.176470588235],[172.549019607843,137.254901960784,105.882352941176],[208.823529411765,177.450980392157,131.372549019608],[191.176470588235,162.745098039216,107.843137254902],[161.764705882353,133.333333333333,78.4313725490196],[213.725490196078,180.392156862745,135.294117647059],[177.450980392157,139.21568627451,100.980392156863],[111.764705882353,65.6862745098039,36.2745098039216],[194.117647058824,145.098039215686,118.627450980392],[204.901960784314,156.862745098039,124.509803921569],[176.470588235294,129.411764705882,90.1960784313725],[185.294117647059,143.137254901961,99.0196078431373],[135.294117647059,100,52.9411764705882],[242.156862745098,210.78431372549,164.705882352941],[184.313725490196,152.941176470588,112.745098039216],[94.1176470588235,61.7647058823529,31.3725490196078],[191.176470588235,163.725490196078,140.196078431373],[231.372549019608,215.686274509804,191.176470588235],[226.470588235294,213.725490196078,195.098039215686],[246.078431372549,229.411764705882,219.607843137255],[232.352941176471,219.607843137255,211.764705882353],[214.705882352941,211.764705882353,202.941176470588],[173.529411764706,173.529411764706,163.725490196078],[187.254901960784,185.294117647059,173.529411764706],[159.803921568627,151.960784313725,139.21568627451],[74.5098039215686,56.8627450980392,43.1372549019608],[131.372549019608,114.705882352941,99.0196078431373],[184.313725490196,179.411764705882,157.843137254902],[114.705882352941,114.705882352941,89.2156862745098],[98.0392156862745,96.078431372549,71.5686274509804],[103.921568627451,105.882352941176,82.3529411764706],[78.4313725490196,90.1960784313725,68.6274509803922],[96.078431372549,112.745098039216,95.0980392156863],[121.56862745098,137.254901960784,127.450980392157],[26.4705882352941,37.2549019607843,29.4117647058824],[54.9019607843137,62.7450980392157,48.0392156862745],[127.450980392157,129.411764705882,116.666666666667],[161.764705882353,156.862745098039,153.921568627451],[150.980392156863,142.156862745098,137.254901960784],[131.372549019608,120.588235294118,100.980392156863],[159.803921568627,148.039215686275,124.509803921569],[131.372549019608,117.647058823529,104.901960784314],[61.7647058823529,51.9607843137255,40.1960784313726],[70.5882352941177,68.6274509803922,48.0392156862745],[50,53.921568627451,31.3725490196078],[51.9607843137255,60.7843137254902,44.1176470588235],[56.8627450980392,64.7058823529412,50],[73.5294117647059,76.4705882352941,57.843137254902],[45.0980392156863,44.1176470588235,24.5098039215686],[59.8039215686275,58.8235294117647,41.1764705882353],[22.5490196078431,19.6078431372549,2.94117647058824],[76.4705882352941,70.5882352941177,56.8627450980392],[109.803921568627,100,88.2352941176471],[38.2352941176471,26.4705882352941,14.7058823529412],[57.843137254902,41.1764705882353,31.3725490196078],[58.8235294117647,39.2156862745098,28.4313725490196],[53.921568627451,30.3921568627451,18.6274509803922],[50.9803921568627,23.5294117647059,9.80392156862745],[56.8627450980392,25.4901960784314,10.7843137254902],[107.843137254902,75.4901960784314,56.8627450980392],[132.352941176471,98.0392156862745,76.4705882352941],[111.764705882353,76.4705882352941,52.9411764705882],[37.2549019607843,2.94117647058824,0],[41.1764705882353,7.84313725490196,0],[44.1176470588235,14.7058823529412,6.86274509803922],[43.1372549019608,18.6274509803922,11.7647058823529],[46.078431372549,25.4901960784314,20.5882352941176],[46.078431372549,30.3921568627451,30.3921568627451],[29.4117647058824,19.6078431372549,18.6274509803922],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,4.90196078431373],[3.92156862745098,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,1.96078431372549,0],[9.80392156862745,1.96078431372549,0],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[4.90196078431373,0,3.92156862745098],[6.86274509803922,0.980392156862745,4.90196078431373],[12.7450980392157,3.92156862745098,8.82352941176471],[7.84313725490196,1.96078431372549,5.88235294117647],[3.92156862745098,0,1.96078431372549],[3.92156862745098,0,1.96078431372549],[4.90196078431373,0,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[1.96078431372549,0.980392156862745,0],[2.94117647058824,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647]],[[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[0,5.88235294117647,11.7647058823529],[0.980392156862745,9.80392156862745,16.6666666666667],[0,8.82352941176471,17.6470588235294],[0,1.96078431372549,11.7647058823529],[11.7647058823529,21.5686274509804,30.3921568627451],[17.6470588235294,30.3921568627451,38.2352941176471],[12.7450980392157,25.4901960784314,31.3725490196078],[26.4705882352941,41.1764705882353,44.1176470588235],[33.3333333333333,48.0392156862745,50.9803921568627],[31.3725490196078,49.0196078431373,49.0196078431373],[24.5098039215686,42.156862745098,42.156862745098],[48.0392156862745,67.6470588235294,66.6666666666667],[34.3137254901961,53.921568627451,51.9607843137255],[39.2156862745098,58.8235294117647,56.8627450980392],[58.8235294117647,80.3921568627451,77.4509803921569],[51.9607843137255,73.5294117647059,70.5882352941177],[48.0392156862745,69.6078431372549,66.6666666666667],[49.0196078431373,70.5882352941177,67.6470588235294],[47.0588235294118,71.5686274509804,68.6274509803922],[38.2352941176471,62.7450980392157,59.8039215686275],[36.2745098039216,60.7843137254902,56.8627450980392],[26.4705882352941,50.9803921568627,45.0980392156863],[59.8039215686275,82.3529411764706,76.4705882352941],[74.5098039215686,95.0980392156863,88.2352941176471],[46.078431372549,66.6666666666667,59.8039215686275],[73.5294117647059,93.1372549019608,84.3137254901961],[79.4117647058823,96.078431372549,86.2745098039216],[71.5686274509804,87.2549019607843,74.5098039215686],[53.921568627451,67.6470588235294,50.9803921568627],[59.8039215686275,74.5098039215686,53.921568627451],[149.019607843137,162.745098039216,138.235294117647],[165.686274509804,178.43137254902,149.019607843137],[152.941176470588,166.666666666667,132.352941176471],[163.725490196078,178.43137254902,148.039215686275],[195.098039215686,211.764705882353,194.117647058824],[195.098039215686,216.666666666667,203.921568627451],[98.0392156862745,125.490196078431,110.78431372549],[119.607843137255,156.862745098039,142.156862745098],[104.901960784314,150.980392156863,143.137254901961],[100,146.078431372549,138.235294117647],[138.235294117647,170.588235294118,161.764705882353],[177.450980392157,206.862745098039,197.058823529412],[151.960784313725,182.352941176471,176.470588235294],[136.274509803922,165.686274509804,157.843137254902],[143.137254901961,164.705882352941,151.960784313725],[159.803921568627,181.372549019608,168.627450980392],[180.392156862745,209.803921568627,200],[148.039215686275,180.392156862745,173.529411764706],[122.549019607843,152.941176470588,147.058823529412],[137.254901960784,167.647058823529,162.745098039216],[124.509803921569,159.803921568627,155.882352941176],[202.941176470588,242.156862745098,244.117647058824],[213.725490196078,250,250],[103.921568627451,149.019607843137,171.56862745098],[82.3529411764706,139.21568627451,162.745098039216],[86.2745098039216,149.019607843137,173.529411764706],[79.4117647058823,144.117647058824,165.686274509804],[94.1176470588235,155.882352941176,172.549019607843],[101.960784313725,154.901960784314,164.705882352941],[122.549019607843,170.588235294118,177.450980392157],[105.882352941176,149.019607843137,157.843137254902],[118.627450980392,151.960784313725,160.78431372549],[177.450980392157,195.098039215686,204.901960784314],[210.78431372549,220.588235294118,229.411764705882],[187.254901960784,201.960784313725,204.901960784314],[147.058823529412,166.666666666667,167.647058823529],[165.686274509804,193.137254901961,194.117647058824],[179.411764705882,211.764705882353,216.666666666667],[153.921568627451,193.137254901961,200.980392156863],[156.862745098039,200,210.78431372549],[88.2352941176471,130.392156862745,146.078431372549],[175.490196078431,217.647058823529,233.333333333333],[148.039215686275,185.294117647059,198.039215686275],[145.098039215686,180.392156862745,192.156862745098],[128.43137254902,166.666666666667,173.529411764706],[85.2941176470588,128.43137254902,131.372549019608],[70.5882352941177,120.588235294118,121.56862745098],[63.7254901960784,120.588235294118,121.56862745098],[77.4509803921569,135.294117647059,139.21568627451],[63.7254901960784,121.56862745098,125.490196078431],[48.0392156862745,101.960784313725,106.862745098039],[111.764705882353,161.764705882353,165.686274509804],[168.627450980392,215.686274509804,215.686274509804],[121.56862745098,166.666666666667,164.705882352941],[68.6274509803922,116.666666666667,113.725490196078],[103.921568627451,149.019607843137,149.019607843137],[118.627450980392,158.823529411765,160.78431372549],[105.882352941176,146.078431372549,150],[107.843137254902,151.960784313725,157.843137254902],[86.2745098039216,132.352941176471,140.196078431373],[98.0392156862745,141.176470588235,151.960784313725],[115.686274509804,158.823529411765,171.56862745098],[115.686274509804,161.764705882353,171.56862745098],[92.156862745098,136.274509803922,142.156862745098],[115.686274509804,158.823529411765,161.764705882353],[108.823529411765,148.039215686275,148.039215686275],[96.078431372549,134.313725490196,131.372549019608],[87.2549019607843,117.647058823529,111.764705882353],[132.352941176471,148.039215686275,138.235294117647],[142.156862745098,148.039215686275,138.235294117647],[188.235294117647,189.21568627451,183.333333333333],[227.450980392157,222.549019607843,218.627450980392],[244.117647058824,230.392156862745,229.411764705882],[225.490196078431,209.803921568627,209.803921568627],[195.098039215686,182.352941176471,176.470588235294],[177.450980392157,174.509803921569,165.686274509804],[191.176470588235,202.941176470588,189.21568627451],[140.196078431373,153.921568627451,137.254901960784],[132.352941176471,137.254901960784,117.647058823529],[167.647058823529,165.686274509804,145.098039215686],[135.294117647059,122.549019607843,103.921568627451],[211.764705882353,197.058823529412,174.509803921569],[112.745098039216,100.980392156863,75.4901960784314],[89.2156862745098,71.5686274509804,50],[168.627450980392,132.352941176471,123.529411764706],[220.588235294118,179.411764705882,165.686274509804],[224.509803921569,186.274509803922,153.921568627451],[204.901960784314,173.529411764706,127.450980392157],[179.411764705882,153.921568627451,98.0392156862745],[153.921568627451,128.43137254902,72.5490196078431],[182.352941176471,150.980392156863,102.941176470588],[221.56862745098,184.313725490196,146.078431372549],[145.098039215686,101.960784313725,73.5294117647059],[124.509803921569,79.4117647058823,53.921568627451],[199.019607843137,154.901960784314,124.509803921569],[189.21568627451,148.039215686275,110.78431372549],[195.098039215686,154.901960784314,111.764705882353],[164.705882352941,127.450980392157,79.4117647058823],[177.450980392157,146.078431372549,96.078431372549],[173.529411764706,146.078431372549,99.0196078431373],[145.098039215686,115.686274509804,78.4313725490196],[184.313725490196,157.843137254902,128.43137254902],[240.196078431373,216.666666666667,189.21568627451],[205.882352941176,184.313725490196,161.764705882353],[174.509803921569,151.960784313725,138.235294117647],[179.411764705882,159.803921568627,150.980392156863],[206.862745098039,199.019607843137,186.274509803922],[175.490196078431,172.549019607843,157.843137254902],[166.666666666667,160.78431372549,145.098039215686],[210.78431372549,198.039215686275,182.352941176471],[149.019607843137,123.529411764706,108.823529411765],[129.411764705882,102.941176470588,84.3137254901961],[169.607843137255,152.941176470588,127.450980392157],[125.490196078431,114.705882352941,85.2941176470588],[87.2549019607843,81.3725490196078,50],[45.0980392156863,48.0392156862745,17.6470588235294],[101.960784313725,117.647058823529,91.1764705882353],[121.56862745098,140.196078431373,120.588235294118],[108.823529411765,120.588235294118,106.862745098039],[68.6274509803922,74.5098039215686,60.7843137254902],[38.2352941176471,40.1960784313726,19.6078431372549],[121.56862745098,116.666666666667,97.0588235294118],[163.725490196078,155.882352941176,143.137254901961],[91.1764705882353,81.3725490196078,69.6078431372549],[77.4509803921569,66.6666666666667,47.0588235294118],[110.78431372549,100,80.3921568627451],[109.803921568627,97.0588235294118,89.2156862745098],[62.7450980392157,51.9607843137255,46.078431372549],[36.2745098039216,33.3333333333333,16.6666666666667],[47.0588235294118,49.0196078431373,28.4313725490196],[42.156862745098,50,27.4509803921569],[50.9803921568627,60.7843137254902,37.2549019607843],[71.5686274509804,76.4705882352941,53.921568627451],[59.8039215686275,63.7254901960784,41.1764705882353],[46.078431372549,45.0980392156863,24.5098039215686],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,74.5098039215686,57.843137254902],[81.3725490196078,68.6274509803922,52.9411764705882],[61.7647058823529,46.078431372549,33.3333333333333],[40.1960784313726,22.5490196078431,12.7450980392157],[67.6470588235294,48.0392156862745,39.2156862745098],[57.843137254902,36.2745098039216,25.4901960784314],[63.7254901960784,40.1960784313726,28.4313725490196],[60.7843137254902,33.3333333333333,19.6078431372549],[87.2549019607843,56.8627450980392,39.2156862745098],[109.803921568627,78.4313725490196,55.8823529411765],[124.509803921569,89.2156862745098,63.7254901960784],[70.5882352941177,35.2941176470588,11.7647058823529],[49.0196078431373,16.6666666666667,1.96078431372549],[41.1764705882353,13.7254901960784,2.94117647058824],[27.4509803921569,2.94117647058824,0],[23.5294117647059,4.90196078431373,0],[29.4117647058824,15.6862745098039,12.7450980392157],[24.5098039215686,14.7058823529412,13.7254901960784],[9.80392156862745,3.92156862745098,3.92156862745098],[6.86274509803922,0.980392156862745,0.980392156862745],[8.82352941176471,2.94117647058824,2.94117647058824],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,3.92156862745098,0.980392156862745],[6.86274509803922,1.96078431372549,0],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0,3.92156862745098],[8.82352941176471,2.94117647058824,6.86274509803922],[5.88235294117647,0,3.92156862745098],[12.7450980392157,6.86274509803922,10.7843137254902],[10.7843137254902,4.90196078431373,8.82352941176471],[2.94117647058824,0,1.96078431372549],[6.86274509803922,1.96078431372549,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[3.92156862745098,2.94117647058824,0.980392156862745],[3.92156862745098,2.94117647058824,0],[1.96078431372549,2.94117647058824,0],[0.980392156862745,1.96078431372549,0],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[2.94117647058824,0,0],[3.92156862745098,0,0.980392156862745],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,1.96078431372549,6.86274509803922],[0.980392156862745,5.88235294117647,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0.980392156862745,7.84313725490196,13.7254901960784],[0,1.96078431372549,6.86274509803922],[60.7843137254902,73.5294117647059,79.4117647058823],[109.803921568627,122.549019607843,128.43137254902],[0,2.94117647058824,8.82352941176471],[9.80392156862745,24.5098039215686,29.4117647058824],[24.5098039215686,39.2156862745098,42.156862745098],[29.4117647058824,47.0588235294118,49.0196078431373],[29.4117647058824,47.0588235294118,49.0196078431373],[31.3725490196078,49.0196078431373,49.0196078431373],[20.5882352941176,38.2352941176471,38.2352941176471],[49.0196078431373,67.6470588235294,65.6862745098039],[64.7058823529412,84.3137254901961,82.3529411764706],[62.7450980392157,82.3529411764706,80.3921568627451],[53.921568627451,73.5294117647059,71.5686274509804],[45.0980392156863,64.7058823529412,62.7450980392157],[48.0392156862745,68.6274509803922,63.7254901960784],[61.7647058823529,81.3725490196078,79.4117647058823],[50.9803921568627,71.5686274509804,72.5490196078431],[43.1372549019608,63.7254901960784,64.7058823529412],[44.1176470588235,63.7254901960784,61.7647058823529],[71.5686274509804,92.156862745098,87.2549019607843],[75.4901960784314,94.1176470588235,88.2352941176471],[69.6078431372549,86.2745098039216,78.4313725490196],[50.9803921568627,66.6666666666667,55.8823529411765],[53.921568627451,67.6470588235294,52.9411764705882],[51.9607843137255,66.6666666666667,48.0392156862745],[77.4509803921569,90.1960784313725,70.5882352941177],[83.3333333333333,95.0980392156863,71.5686274509804],[84.3137254901961,97.0588235294118,69.6078431372549],[136.274509803922,150,117.647058823529],[163.725490196078,177.450980392157,143.137254901961],[180.392156862745,194.117647058824,158.823529411765],[157.843137254902,176.470588235294,147.058823529412],[134.313725490196,161.764705882353,148.039215686275],[67.6470588235294,101.960784313725,96.078431372549],[75.4901960784314,111.764705882353,103.921568627451],[82.3529411764706,121.56862745098,110.78431372549],[102.941176470588,144.117647058824,134.313725490196],[100.980392156863,142.156862745098,132.352941176471],[124.509803921569,159.803921568627,150],[163.725490196078,194.117647058824,186.274509803922],[158.823529411765,187.254901960784,182.352941176471],[150.980392156863,177.450980392157,172.549019607843],[143.137254901961,165.686274509804,159.803921568627],[183.333333333333,207.843137254902,201.960784313725],[141.176470588235,169.607843137255,164.705882352941],[123.529411764706,154.901960784314,150],[166.666666666667,199.019607843137,192.156862745098],[147.058823529412,181.372549019608,175.490196078431],[127.450980392157,162.745098039216,158.823529411765],[135.294117647059,174.509803921569,174.509803921569],[124.509803921569,166.666666666667,175.490196078431],[109.803921568627,151.960784313725,167.647058823529],[134.313725490196,179.411764705882,194.117647058824],[104.901960784314,154.901960784314,171.56862745098],[82.3529411764706,141.176470588235,164.705882352941],[87.2549019607843,148.039215686275,168.627450980392],[116.666666666667,169.607843137255,181.372549019608],[101.960784313725,150.980392156863,159.803921568627],[89.2156862745098,140.196078431373,152.941176470588],[110.78431372549,153.921568627451,164.705882352941],[174.509803921569,199.019607843137,203.921568627451],[175.490196078431,190.196078431373,193.137254901961],[209.803921568627,220.588235294118,222.549019607843],[155.882352941176,169.607843137255,170.588235294118],[177.450980392157,196.078431372549,200],[192.156862745098,220.588235294118,226.470588235294],[162.745098039216,206.862745098039,212.745098039216],[111.764705882353,160.78431372549,169.607843137255],[81.3725490196078,127.450980392157,137.254901960784],[173.529411764706,209.803921568627,217.647058823529],[183.333333333333,201.960784313725,207.843137254902],[177.450980392157,188.235294117647,192.156862745098],[177.450980392157,191.176470588235,192.156862745098],[137.254901960784,165.686274509804,163.725490196078],[81.3725490196078,130.392156862745,127.450980392157],[89.2156862745098,152.941176470588,149.019607843137],[102.941176470588,167.647058823529,165.686274509804],[48.0392156862745,106.862745098039,104.901960784314],[67.6470588235294,110.78431372549,109.803921568627],[106.862745098039,146.078431372549,146.078431372549],[184.313725490196,227.450980392157,230.392156862745],[104.901960784314,152.941176470588,156.862745098039],[24.5098039215686,77.4509803921569,77.4509803921569],[89.2156862745098,138.235294117647,137.254901960784],[185.294117647059,217.647058823529,222.549019607843],[142.156862745098,175.490196078431,184.313725490196],[86.2745098039216,135.294117647059,142.156862745098],[84.3137254901961,137.254901960784,147.058823529412],[95.0980392156863,143.137254901961,159.803921568627],[84.3137254901961,131.372549019608,150.980392156863],[99.0196078431373,149.019607843137,165.686274509804],[77.4509803921569,125.490196078431,139.21568627451],[67.6470588235294,111.764705882353,117.647058823529],[103.921568627451,141.176470588235,142.156862745098],[79.4117647058823,109.803921568627,104.901960784314],[117.647058823529,136.274509803922,130.392156862745],[182.352941176471,188.235294117647,184.313725490196],[187.254901960784,184.313725490196,179.411764705882],[249.019607843137,242.156862745098,234.313725490196],[248.039215686275,237.254901960784,231.372549019608],[188.235294117647,177.450980392157,173.529411764706],[192.156862745098,179.411764705882,171.56862745098],[195.098039215686,179.411764705882,164.705882352941],[152.941176470588,142.156862745098,122.549019607843],[193.137254901961,192.156862745098,172.549019607843],[202.941176470588,201.960784313725,181.372549019608],[136.274509803922,126.470588235294,100],[153.921568627451,140.196078431373,111.764705882353],[237.254901960784,221.56862745098,196.078431372549],[208.823529411765,189.21568627451,164.705882352941],[141.176470588235,120.588235294118,92.156862745098],[151.960784313725,125.490196078431,99.0196078431373],[98.0392156862745,66.6666666666667,46.078431372549],[171.56862745098,134.313725490196,113.725490196078],[234.313725490196,194.117647058824,164.705882352941],[225.490196078431,188.235294117647,150],[223.529411764706,196.078431372549,150],[181.372549019608,155.882352941176,107.843137254902],[160.78431372549,127.450980392157,83.3333333333333],[176.470588235294,138.235294117647,100],[190.196078431373,148.039215686275,114.705882352941],[118.627450980392,78.4313725490196,47.0588235294118],[220.588235294118,185.294117647059,150],[207.843137254902,173.529411764706,134.313725490196],[178.43137254902,136.274509803922,94.1176470588235],[167.647058823529,126.470588235294,77.4509803921569],[189.21568627451,157.843137254902,101.960784313725],[193.137254901961,166.666666666667,112.745098039216],[172.549019607843,150,106.862745098039],[180.392156862745,158.823529411765,118.627450980392],[227.450980392157,205.882352941176,165.686274509804],[169.607843137255,147.058823529412,113.725490196078],[165.686274509804,141.176470588235,119.607843137255],[199.019607843137,176.470588235294,158.823529411765],[197.058823529412,181.372549019608,156.862745098039],[128.43137254902,114.705882352941,88.2352941176471],[145.098039215686,130.392156862745,101.960784313725],[204.901960784314,185.294117647059,158.823529411765],[161.764705882353,136.274509803922,113.725490196078],[108.823529411765,83.3333333333333,58.8235294117647],[134.313725490196,116.666666666667,81.3725490196078],[142.156862745098,133.333333333333,95.0980392156863],[135.294117647059,131.372549019608,95.0980392156863],[149.019607843137,154.901960784314,119.607843137255],[41.1764705882353,57.843137254902,22.5490196078431],[81.3725490196078,100,68.6274509803922],[160.78431372549,168.627450980392,145.098039215686],[154.901960784314,153.921568627451,133.333333333333],[78.4313725490196,72.5490196078431,47.0588235294118],[90.1960784313725,80.3921568627451,53.921568627451],[100.980392156863,94.1176470588235,65.6862745098039],[116.666666666667,111.764705882353,83.3333333333333],[108.823529411765,101.960784313725,76.4705882352941],[81.3725490196078,70.5882352941177,52.9411764705882],[113.725490196078,99.0196078431373,94.1176470588235],[75.4901960784314,59.8039215686275,59.8039215686275],[74.5098039215686,65.6862745098039,58.8235294117647],[86.2745098039216,84.3137254901961,69.6078431372549],[99.0196078431373,108.823529411765,82.3529411764706],[58.8235294117647,72.5490196078431,40.1960784313726],[95.0980392156863,100.980392156863,75.4901960784314],[91.1764705882353,91.1764705882353,67.6470588235294],[80.3921568627451,74.5098039215686,50.9803921568627],[65.6862745098039,55.8823529411765,31.3725490196078],[95.0980392156863,79.4117647058823,56.8627450980392],[80.3921568627451,62.7450980392157,43.1372549019608],[67.6470588235294,49.0196078431373,32.3529411764706],[64.7058823529412,47.0588235294118,33.3333333333333],[67.6470588235294,53.921568627451,43.1372549019608],[41.1764705882353,28.4313725490196,19.6078431372549],[47.0588235294118,34.3137254901961,25.4901960784314],[42.156862745098,26.4705882352941,13.7254901960784],[69.6078431372549,47.0588235294118,29.4117647058824],[100.980392156863,73.5294117647059,51.9607843137255],[96.078431372549,61.7647058823529,34.3137254901961],[86.2745098039216,50,24.5098039215686],[55.8823529411765,23.5294117647059,4.90196078431373],[57.843137254902,30.3921568627451,16.6666666666667],[37.2549019607843,13.7254901960784,1.96078431372549],[15.6862745098039,0,0],[16.6666666666667,2.94117647058824,0],[13.7254901960784,3.92156862745098,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,1.96078431372549,2.94117647058824],[9.80392156862745,5.88235294117647,4.90196078431373],[10.7843137254902,6.86274509803922,5.88235294117647],[3.92156862745098,0,0.980392156862745],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[8.82352941176471,3.92156862745098,7.84313725490196],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[8.82352941176471,3.92156862745098,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[174.509803921569,172.549019607843,175.490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,14.7058823529412,19.6078431372549],[0,9.80392156862745,13.7254901960784],[58.8235294117647,72.5490196078431,75.4901960784314],[83.3333333333333,98.0392156862745,100.980392156863],[6.86274509803922,21.5686274509804,24.5098039215686],[16.6666666666667,31.3725490196078,34.3137254901961],[17.6470588235294,35.2941176470588,37.2549019607843],[28.4313725490196,46.078431372549,48.0392156862745],[27.4509803921569,45.0980392156863,45.0980392156863],[30.3921568627451,48.0392156862745,48.0392156862745],[27.4509803921569,46.078431372549,44.1176470588235],[46.078431372549,64.7058823529412,62.7450980392157],[51.9607843137255,71.5686274509804,69.6078431372549],[47.0588235294118,66.6666666666667,64.7058823529412],[43.1372549019608,62.7450980392157,60.7843137254902],[37.2549019607843,56.8627450980392,54.9019607843137],[39.2156862745098,59.8039215686275,54.9019607843137],[50.9803921568627,70.5882352941177,68.6274509803922],[43.1372549019608,62.7450980392157,61.7647058823529],[50,69.6078431372549,68.6274509803922],[57.843137254902,76.4705882352941,74.5098039215686],[82.3529411764706,100.980392156863,95.0980392156863],[67.6470588235294,84.3137254901961,76.4705882352941],[58.8235294117647,74.5098039215686,63.7254901960784],[59.8039215686275,73.5294117647059,58.8235294117647],[52.9411764705882,65.6862745098039,48.0392156862745],[70.5882352941177,84.3137254901961,61.7647058823529],[115.686274509804,128.43137254902,102.941176470588],[115.686274509804,128.43137254902,100.980392156863],[100,110.78431372549,81.3725490196078],[113.725490196078,124.509803921569,93.1372549019608],[150.980392156863,164.705882352941,130.392156862745],[141.176470588235,154.901960784314,120.588235294118],[78.4313725490196,98.0392156862745,70.5882352941177],[78.4313725490196,109.803921568627,97.0588235294118],[50,89.2156862745098,81.3725490196078],[50,89.2156862745098,81.3725490196078],[64.7058823529412,103.921568627451,96.078431372549],[92.156862745098,131.372549019608,123.529411764706],[110.78431372549,147.058823529412,140.196078431373],[116.666666666667,150.980392156863,145.098039215686],[101.960784313725,132.352941176471,126.470588235294],[166.666666666667,196.078431372549,188.235294117647],[151.960784313725,178.43137254902,171.56862745098],[156.862745098039,183.333333333333,176.470588235294],[193.137254901961,222.549019607843,214.705882352941],[114.705882352941,145.098039215686,139.21568627451],[128.43137254902,162.745098039216,156.862745098039],[161.764705882353,200,195.098039215686],[137.254901960784,175.490196078431,170.588235294118],[122.549019607843,160.78431372549,155.882352941176],[81.3725490196078,122.549019607843,120.588235294118],[91.1764705882353,135.294117647059,140.196078431373],[151.960784313725,195.098039215686,203.921568627451],[161.764705882353,203.921568627451,212.745098039216],[162.745098039216,207.843137254902,220.588235294118],[116.666666666667,172.549019607843,192.156862745098],[76.4705882352941,136.274509803922,154.901960784314],[80.3921568627451,132.352941176471,146.078431372549],[88.2352941176471,139.21568627451,150],[99.0196078431373,151.960784313725,163.725490196078],[144.117647058824,190.196078431373,198.039215686275],[156.862745098039,185.294117647059,189.21568627451],[154.901960784314,174.509803921569,175.490196078431],[180.392156862745,194.117647058824,195.098039215686],[202.941176470588,213.725490196078,215.686274509804],[240.196078431373,250,250],[212.745098039216,237.254901960784,242.156862745098],[116.666666666667,158.823529411765,164.705882352941],[103.921568627451,153.921568627451,157.843137254902],[100,148.039215686275,151.960784313725],[88.2352941176471,122.549019607843,124.509803921569],[182.352941176471,196.078431372549,196.078431372549],[215.686274509804,219.607843137255,218.627450980392],[206.862745098039,215.686274509804,210.78431372549],[208.823529411765,231.372549019608,225.490196078431],[78.4313725490196,126.470588235294,120.588235294118],[106.862745098039,166.666666666667,159.803921568627],[176.470588235294,236.274509803922,231.372549019608],[135.294117647059,184.313725490196,181.372549019608],[154.901960784314,180.392156862745,179.411764705882],[229.411764705882,250,250],[196.078431372549,232.352941176471,240.196078431373],[46.078431372549,92.156862745098,98.0392156862745],[44.1176470588235,99.0196078431373,100],[96.078431372549,145.098039215686,146.078431372549],[227.450980392157,250,250],[180.392156862745,209.803921568627,217.647058823529],[91.1764705882353,140.196078431373,147.058823529412],[79.4117647058823,136.274509803922,147.058823529412],[89.2156862745098,139.21568627451,155.882352941176],[83.3333333333333,130.392156862745,150],[72.5490196078431,124.509803921569,142.156862745098],[89.2156862745098,140.196078431373,152.941176470588],[76.4705882352941,118.627450980392,124.509803921569],[93.1372549019608,126.470588235294,125.490196078431],[119.607843137255,145.098039215686,136.274509803922],[133.333333333333,146.078431372549,137.254901960784],[234.313725490196,235.294117647059,230.392156862745],[195.098039215686,188.235294117647,182.352941176471],[250,239.21568627451,231.372549019608],[234.313725490196,221.56862745098,212.745098039216],[151.960784313725,143.137254901961,136.274509803922],[168.627450980392,158.823529411765,149.019607843137],[212.745098039216,196.078431372549,176.470588235294],[152.941176470588,139.21568627451,113.725490196078],[171.56862745098,165.686274509804,144.117647058824],[202.941176470588,197.058823529412,173.529411764706],[181.372549019608,166.666666666667,136.274509803922],[165.686274509804,147.058823529412,115.686274509804],[167.647058823529,150.980392156863,123.529411764706],[181.372549019608,161.764705882353,137.254901960784],[180.392156862745,154.901960784314,128.43137254902],[220.588235294118,191.176470588235,163.725490196078],[205.882352941176,174.509803921569,150],[171.56862745098,136.274509803922,110.78431372549],[189.21568627451,149.019607843137,119.607843137255],[175.490196078431,136.274509803922,101.960784313725],[171.56862745098,143.137254901961,101.960784313725],[132.352941176471,105.882352941176,63.7254901960784],[168.627450980392,134.313725490196,95.0980392156863],[131.372549019608,93.1372549019608,54.9019607843137],[143.137254901961,103.921568627451,69.6078431372549],[154.901960784314,117.647058823529,82.3529411764706],[233.333333333333,201.960784313725,164.705882352941],[198.039215686275,165.686274509804,125.490196078431],[208.823529411765,168.627450980392,125.490196078431],[175.490196078431,134.313725490196,87.2549019607843],[204.901960784314,173.529411764706,117.647058823529],[149.019607843137,122.549019607843,68.6274509803922],[99.0196078431373,77.4509803921569,31.3725490196078],[144.117647058824,122.549019607843,82.3529411764706],[149.019607843137,127.450980392157,87.2549019607843],[136.274509803922,114.705882352941,76.4705882352941],[170.588235294118,148.039215686275,116.666666666667],[201.960784313725,179.411764705882,149.019607843137],[179.411764705882,156.862745098039,123.529411764706],[174.509803921569,152.941176470588,116.666666666667],[160.78431372549,137.254901960784,101.960784313725],[156.862745098039,133.333333333333,98.0392156862745],[153.921568627451,130.392156862745,97.0588235294118],[149.019607843137,126.470588235294,95.0980392156863],[176.470588235294,160.78431372549,125.490196078431],[180.392156862745,167.647058823529,133.333333333333],[165.686274509804,159.803921568627,126.470588235294],[218.627450980392,219.607843137255,186.274509803922],[120.588235294118,130.392156862745,94.1176470588235],[111.764705882353,123.529411764706,88.2352941176471],[181.372549019608,182.352941176471,151.960784313725],[175.490196078431,169.607843137255,144.117647058824],[173.529411764706,163.725490196078,137.254901960784],[154.901960784314,146.078431372549,115.686274509804],[105.882352941176,100,64.7058823529412],[91.1764705882353,87.2549019607843,52.9411764705882],[55.8823529411765,50.9803921568627,22.5490196078431],[119.607843137255,111.764705882353,93.1372549019608],[92.156862745098,79.4117647058823,71.5686274509804],[72.5490196078431,58.8235294117647,55.8823529411765],[95.0980392156863,86.2745098039216,79.4117647058823],[104.901960784314,102.941176470588,88.2352941176471],[129.411764705882,138.235294117647,109.803921568627],[69.6078431372549,79.4117647058823,46.078431372549],[91.1764705882353,92.156862745098,61.7647058823529],[143.137254901961,136.274509803922,108.823529411765],[142.156862745098,131.372549019608,103.921568627451],[117.647058823529,101.960784313725,76.4705882352941],[100,80.3921568627451,55.8823529411765],[103.921568627451,82.3529411764706,59.8039215686275],[67.6470588235294,47.0588235294118,26.4705882352941],[56.8627450980392,38.2352941176471,21.5686274509804],[58.8235294117647,46.078431372549,30.3921568627451],[51.9607843137255,40.1960784313726,26.4705882352941],[57.843137254902,45.0980392156863,29.4117647058824],[46.078431372549,29.4117647058824,13.7254901960784],[208.823529411765,184.313725490196,162.745098039216],[126.470588235294,95.0980392156863,70.5882352941177],[115.686274509804,77.4509803921569,49.0196078431373],[89.2156862745098,50.9803921568627,22.5490196078431],[83.3333333333333,51.9607843137255,31.3725490196078],[98.0392156862745,71.5686274509804,54.9019607843137],[85.2941176470588,63.7254901960784,50.9803921568627],[42.156862745098,25.4901960784314,15.6862745098039],[10.7843137254902,0,0],[8.82352941176471,0.980392156862745,0],[11.7647058823529,5.88235294117647,5.88235294117647],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[18.6274509803922,16.6666666666667,17.6470588235294],[14.7058823529412,12.7450980392157,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[73.5294117647059,73.5294117647059,73.5294117647059],[246.078431372549,246.078431372549,246.078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[71.5686274509804,69.6078431372549,72.5490196078431]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,8.82352941176471,11.7647058823529],[6.86274509803922,15.6862745098039,20.5882352941176],[1.96078431372549,12.7450980392157,16.6666666666667],[0,2.94117647058824,8.82352941176471],[0,11.7647058823529,17.6470588235294],[0,9.80392156862745,12.7450980392157],[10.7843137254902,25.4901960784314,28.4313725490196],[12.7450980392157,27.4509803921569,30.3921568627451],[23.5294117647059,38.2352941176471,41.1764705882353],[19.6078431372549,35.2941176470588,35.2941176470588],[18.6274509803922,34.3137254901961,34.3137254901961],[26.4705882352941,44.1176470588235,44.1176470588235],[37.2549019607843,54.9019607843137,54.9019607843137],[36.2745098039216,54.9019607843137,52.9411764705882],[33.3333333333333,51.9607843137255,50],[34.3137254901961,53.921568627451,51.9607843137255],[32.3529411764706,51.9607843137255,50],[30.3921568627451,50.9803921568627,46.078431372549],[37.2549019607843,57.843137254902,52.9411764705882],[40.1960784313726,58.8235294117647,54.9019607843137],[52.9411764705882,71.5686274509804,67.6470588235294],[52.9411764705882,71.5686274509804,65.6862745098039],[60.7843137254902,77.4509803921569,69.6078431372549],[74.5098039215686,90.1960784313725,80.3921568627451],[103.921568627451,119.607843137255,106.862745098039],[103.921568627451,117.647058823529,102.941176470588],[101.960784313725,114.705882352941,97.0588235294118],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[118.627450980392,131.372549019608,105.882352941176],[102.941176470588,115.686274509804,90.1960784313725],[142.156862745098,154.901960784314,127.450980392157],[181.372549019608,196.078431372549,167.647058823529],[100,114.705882352941,86.2745098039216],[89.2156862745098,106.862745098039,81.3725490196078],[109.803921568627,138.235294117647,120.588235294118],[129.411764705882,161.764705882353,150.980392156863],[90.1960784313725,124.509803921569,117.647058823529],[144.117647058824,177.450980392157,176.470588235294],[189.21568627451,222.549019607843,224.509803921569],[127.450980392157,160.78431372549,162.745098039216],[79.4117647058823,109.803921568627,111.764705882353],[83.3333333333333,114.705882352941,111.764705882353],[110.78431372549,142.156862745098,131.372549019608],[110.78431372549,142.156862745098,127.450980392157],[136.274509803922,168.627450980392,151.960784313725],[190.196078431373,223.529411764706,207.843137254902],[151.960784313725,189.21568627451,178.43137254902],[103.921568627451,142.156862745098,137.254901960784],[88.2352941176471,129.411764705882,128.43137254902],[120.588235294118,160.78431372549,162.745098039216],[113.725490196078,154.901960784314,152.941176470588],[99.0196078431373,140.196078431373,138.235294117647],[151.960784313725,197.058823529412,197.058823529412],[191.176470588235,238.235294117647,242.156862745098],[137.254901960784,185.294117647059,192.156862745098],[119.607843137255,170.588235294118,181.372549019608],[103.921568627451,158.823529411765,171.56862745098],[95.0980392156863,150,162.745098039216],[102.941176470588,157.843137254902,170.588235294118],[92.156862745098,143.137254901961,153.921568627451],[106.862745098039,152.941176470588,162.745098039216],[126.470588235294,166.666666666667,172.549019607843],[162.745098039216,193.137254901961,196.078431372549],[171.56862745098,195.098039215686,197.058823529412],[187.254901960784,204.901960784314,206.862745098039],[199.019607843137,212.745098039216,213.725490196078],[220.588235294118,229.411764705882,234.313725490196],[188.235294117647,204.901960784314,211.764705882353],[110.78431372549,148.039215686275,150.980392156863],[121.56862745098,168.627450980392,168.627450980392],[101.960784313725,150.980392156863,148.039215686275],[89.2156862745098,130.392156862745,126.470588235294],[146.078431372549,172.549019607843,167.647058823529],[178.43137254902,197.058823529412,191.176470588235],[167.647058823529,187.254901960784,178.43137254902],[159.803921568627,189.21568627451,179.411764705882],[170.588235294118,215.686274509804,205.882352941176],[165.686274509804,213.725490196078,207.843137254902],[219.607843137255,250,250],[230.392156862745,250,250],[226.470588235294,227.450980392157,232.352941176471],[222.549019607843,222.549019607843,232.352941176471],[167.647058823529,191.176470588235,202.941176470588],[80.3921568627451,119.607843137255,129.411764705882],[66.6666666666667,114.705882352941,118.627450980392],[144.117647058824,187.254901960784,190.196078431373],[230.392156862745,250,250],[163.725490196078,192.156862745098,200],[91.1764705882353,139.21568627451,144.117647058824],[87.2549019607843,141.176470588235,148.039215686275],[89.2156862745098,137.254901960784,150.980392156863],[83.3333333333333,129.411764705882,145.098039215686],[79.4117647058823,127.450980392157,141.176470588235],[60.7843137254902,108.823529411765,115.686274509804],[88.2352941176471,127.450980392157,127.450980392157],[122.549019607843,150.980392156863,146.078431372549],[142.156862745098,161.764705882353,150],[152.941176470588,163.725490196078,150],[246.078431372549,246.078431372549,236.274509803922],[250,248.039215686275,239.21568627451],[232.352941176471,220.588235294118,208.823529411765],[176.470588235294,162.745098039216,151.960784313725],[140.196078431373,131.372549019608,122.549019607843],[209.803921568627,200,188.235294117647],[182.352941176471,167.647058823529,147.058823529412],[179.411764705882,164.705882352941,142.156862745098],[174.509803921569,169.607843137255,150],[209.803921568627,204.901960784314,183.333333333333],[225.490196078431,214.705882352941,185.294117647059],[184.313725490196,169.607843137255,139.21568627451],[144.117647058824,130.392156862745,103.921568627451],[151.960784313725,134.313725490196,110.78431372549],[206.862745098039,183.333333333333,157.843137254902],[169.607843137255,143.137254901961,116.666666666667],[133.333333333333,103.921568627451,78.4313725490196],[110.78431372549,77.4509803921569,50.9803921568627],[122.549019607843,84.3137254901961,55.8823529411765],[179.411764705882,144.117647058824,110.78431372549],[171.56862745098,143.137254901961,103.921568627451],[100.980392156863,72.5490196078431,33.3333333333333],[146.078431372549,112.745098039216,75.4901960784314],[179.411764705882,142.156862745098,106.862745098039],[164.705882352941,126.470588235294,94.1176470588235],[156.862745098039,121.56862745098,88.2352941176471],[159.803921568627,127.450980392157,93.1372549019608],[159.803921568627,128.43137254902,90.1960784313725],[247.058823529412,208.823529411765,168.627450980392],[213.725490196078,176.470588235294,130.392156862745],[213.725490196078,181.372549019608,129.411764705882],[158.823529411765,129.411764705882,80.3921568627451],[128.43137254902,95.0980392156863,57.843137254902],[198.039215686275,168.627450980392,135.294117647059],[246.078431372549,221.56862745098,191.176470588235],[171.56862745098,151.960784313725,117.647058823529],[109.803921568627,91.1764705882353,51.9607843137255],[152.941176470588,131.372549019608,91.1764705882353],[218.627450980392,191.176470588235,152.941176470588],[177.450980392157,146.078431372549,108.823529411765],[182.352941176471,150.980392156863,113.725490196078],[119.607843137255,91.1764705882353,51.9607843137255],[138.235294117647,117.647058823529,73.5294117647059],[130.392156862745,115.686274509804,75.4901960784314],[140.196078431373,127.450980392157,96.078431372549],[186.274509803922,174.509803921569,149.019607843137],[179.411764705882,164.705882352941,142.156862745098],[184.313725490196,172.549019607843,147.058823529412],[176.470588235294,172.549019607843,138.235294117647],[186.274509803922,183.333333333333,149.019607843137],[221.56862745098,216.666666666667,187.254901960784],[197.058823529412,192.156862745098,163.725490196078],[141.176470588235,134.313725490196,106.862745098039],[127.450980392157,120.588235294118,92.156862745098],[180.392156862745,174.509803921569,143.137254901961],[170.588235294118,164.705882352941,133.333333333333],[110.78431372549,105.882352941176,77.4509803921569],[128.43137254902,122.549019607843,99.0196078431373],[96.078431372549,90.1960784313725,74.5098039215686],[72.5490196078431,66.6666666666667,52.9411764705882],[58.8235294117647,54.9019607843137,43.1372549019608],[58.8235294117647,56.8627450980392,42.156862745098],[57.843137254902,59.8039215686275,38.2352941176471],[67.6470588235294,66.6666666666667,39.2156862745098],[97.0588235294118,87.2549019607843,52.9411764705882],[163.725490196078,148.039215686275,114.705882352941],[124.509803921569,105.882352941176,74.5098039215686],[90.1960784313725,69.6078431372549,41.1764705882353],[84.3137254901961,63.7254901960784,37.2549019607843],[76.4705882352941,52.9411764705882,29.4117647058824],[44.1176470588235,22.5490196078431,0],[42.156862745098,20.5882352941176,0],[52.9411764705882,31.3725490196078,8.82352941176471],[82.3529411764706,58.8235294117647,35.2941176470588],[90.1960784313725,64.7058823529412,40.1960784313726],[63.7254901960784,34.3137254901961,8.82352941176471],[103.921568627451,70.5882352941177,43.1372549019608],[103.921568627451,65.6862745098039,35.2941176470588],[123.529411764706,81.3725490196078,48.0392156862745],[87.2549019607843,47.0588235294118,19.6078431372549],[70.5882352941177,39.2156862745098,18.6274509803922],[67.6470588235294,40.1960784313726,26.4705882352941],[65.6862745098039,44.1176470588235,31.3725490196078],[53.921568627451,35.2941176470588,28.4313725490196],[29.4117647058824,15.6862745098039,12.7450980392157],[11.7647058823529,3.92156862745098,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[3.92156862745098,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[17.6470588235294,13.7254901960784,14.7058823529412],[3.92156862745098,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[43.1372549019608,41.1764705882353,42.156862745098],[37.2549019607843,35.2941176470588,36.2745098039216],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[2.94117647058824,0,0],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[17.6470588235294,17.6470588235294,17.6470588235294],[92.156862745098,92.156862745098,92.156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,6.86274509803922],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[2.94117647058824,12.7450980392157,14.7058823529412],[6.86274509803922,15.6862745098039,20.5882352941176],[2.94117647058824,13.7254901960784,17.6470588235294],[13.7254901960784,24.5098039215686,30.3921568627451],[2.94117647058824,15.6862745098039,21.5686274509804],[10.7843137254902,24.5098039215686,27.4509803921569],[7.84313725490196,22.5490196078431,25.4901960784314],[5.88235294117647,20.5882352941176,23.5294117647059],[13.7254901960784,28.4313725490196,31.3725490196078],[27.4509803921569,43.1372549019608,43.1372549019608],[33.3333333333333,49.0196078431373,49.0196078431373],[22.5490196078431,40.1960784313726,40.1960784313726],[30.3921568627451,48.0392156862745,48.0392156862745],[31.3725490196078,50,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[39.2156862745098,58.8235294117647,56.8627450980392],[37.2549019607843,56.8627450980392,54.9019607843137],[32.3529411764706,52.9411764705882,48.0392156862745],[36.2745098039216,56.8627450980392,50],[28.4313725490196,48.0392156862745,39.2156862745098],[41.1764705882353,57.843137254902,48.0392156862745],[51.9607843137255,68.6274509803922,58.8235294117647],[57.843137254902,75.4901960784314,63.7254901960784],[98.0392156862745,113.725490196078,100.980392156863],[148.039215686275,161.764705882353,147.058823529412],[101.960784313725,115.686274509804,99.0196078431373],[70.5882352941177,83.3333333333333,65.6862745098039],[99.0196078431373,111.764705882353,92.156862745098],[96.078431372549,109.803921568627,87.2549019607843],[81.3725490196078,93.1372549019608,71.5686274509804],[92.156862745098,103.921568627451,80.3921568627451],[159.803921568627,173.529411764706,149.019607843137],[207.843137254902,221.56862745098,197.058823529412],[151.960784313725,165.686274509804,141.176470588235],[127.450980392157,145.098039215686,121.56862745098],[153.921568627451,178.43137254902,159.803921568627],[164.705882352941,192.156862745098,178.43137254902],[117.647058823529,146.078431372549,141.176470588235],[185.294117647059,214.705882352941,212.745098039216],[156.862745098039,187.254901960784,190.196078431373],[81.3725490196078,111.764705882353,114.705882352941],[86.2745098039216,116.666666666667,118.627450980392],[60.7843137254902,92.156862745098,89.2156862745098],[95.0980392156863,127.450980392157,116.666666666667],[127.450980392157,160.78431372549,145.098039215686],[139.21568627451,172.549019607843,156.862745098039],[105.882352941176,143.137254901961,128.43137254902],[126.470588235294,167.647058823529,155.882352941176],[128.43137254902,172.549019607843,165.686274509804],[130.392156862745,175.490196078431,175.490196078431],[90.1960784313725,134.313725490196,137.254901960784],[92.156862745098,135.294117647059,134.313725490196],[123.529411764706,166.666666666667,165.686274509804],[158.823529411765,203.921568627451,201.960784313725],[133.333333333333,182.352941176471,183.333333333333],[126.470588235294,180.392156862745,185.294117647059],[93.1372549019608,149.019607843137,155.882352941176],[78.4313725490196,130.392156862745,136.274509803922],[100.980392156863,152.941176470588,158.823529411765],[119.607843137255,172.549019607843,184.313725490196],[102.941176470588,151.960784313725,162.745098039216],[100,140.196078431373,146.078431372549],[164.705882352941,197.058823529412,201.960784313725],[177.450980392157,207.843137254902,212.745098039216],[200.980392156863,228.43137254902,232.352941176471],[183.333333333333,206.862745098039,208.823529411765],[192.156862745098,209.803921568627,209.803921568627],[218.627450980392,228.43137254902,230.392156862745],[163.725490196078,178.43137254902,181.372549019608],[170.588235294118,201.960784313725,199.019607843137],[130.392156862745,172.549019607843,165.686274509804],[104.901960784314,149.019607843137,142.156862745098],[76.4705882352941,117.647058823529,107.843137254902],[114.705882352941,141.176470588235,134.313725490196],[133.333333333333,153.921568627451,147.058823529412],[150,170.588235294118,161.764705882353],[151.960784313725,178.43137254902,169.607843137255],[166.666666666667,203.921568627451,193.137254901961],[138.235294117647,177.450980392157,168.627450980392],[181.372549019608,209.803921568627,204.901960784314],[212.745098039216,224.509803921569,224.509803921569],[250,240.196078431373,248.039215686275],[190.196078431373,180.392156862745,191.176470588235],[195.098039215686,211.764705882353,219.607843137255],[128.43137254902,160.78431372549,165.686274509804],[106.862745098039,148.039215686275,146.078431372549],[110.78431372549,149.019607843137,146.078431372549],[198.039215686275,221.56862745098,223.529411764706],[148.039215686275,172.549019607843,176.470588235294],[82.3529411764706,127.450980392157,127.450980392157],[106.862745098039,159.803921568627,161.764705882353],[83.3333333333333,129.411764705882,139.21568627451],[78.4313725490196,121.56862745098,134.313725490196],[100.980392156863,147.058823529412,156.862745098039],[79.4117647058823,119.607843137255,125.490196078431],[71.5686274509804,104.901960784314,105.882352941176],[106.862745098039,131.372549019608,125.490196078431],[124.509803921569,137.254901960784,127.450980392157],[224.509803921569,228.43137254902,214.705882352941],[248.039215686275,244.117647058824,232.352941176471],[234.313725490196,224.509803921569,212.745098039216],[191.176470588235,178.43137254902,162.745098039216],[142.156862745098,129.411764705882,113.725490196078],[136.274509803922,126.470588235294,114.705882352941],[188.235294117647,179.411764705882,164.705882352941],[225.490196078431,210.78431372549,188.235294117647],[175.490196078431,163.725490196078,140.196078431373],[122.549019607843,120.588235294118,100],[152.941176470588,150.980392156863,130.392156862745],[207.843137254902,199.019607843137,170.588235294118],[184.313725490196,170.588235294118,142.156862745098],[108.823529411765,97.0588235294118,73.5294117647059],[129.411764705882,114.705882352941,92.156862745098],[147.058823529412,127.450980392157,103.921568627451],[143.137254901961,117.647058823529,93.1372549019608],[155.882352941176,126.470588235294,102.941176470588],[154.901960784314,121.56862745098,95.0980392156863],[150,115.686274509804,86.2745098039216],[183.333333333333,149.019607843137,117.647058823529],[157.843137254902,128.43137254902,93.1372549019608],[122.549019607843,93.1372549019608,55.8823529411765],[145.098039215686,112.745098039216,78.4313725490196],[137.254901960784,103.921568627451,69.6078431372549],[188.235294117647,153.921568627451,122.549019607843],[155.882352941176,123.529411764706,93.1372549019608],[173.529411764706,141.176470588235,108.823529411765],[185.294117647059,152.941176470588,118.627450980392],[199.019607843137,166.666666666667,126.470588235294],[218.627450980392,186.274509803922,142.156862745098],[231.372549019608,201.960784313725,152.941176470588],[204.901960784314,172.549019607843,128.43137254902],[217.647058823529,180.392156862745,145.098039215686],[250,232.352941176471,203.921568627451],[250,231.372549019608,203.921568627451],[138.235294117647,115.686274509804,84.3137254901961],[135.294117647059,114.705882352941,70.5882352941177],[208.823529411765,185.294117647059,138.235294117647],[248.039215686275,216.666666666667,176.470588235294],[226.470588235294,192.156862745098,152.941176470588],[171.56862745098,137.254901960784,98.0392156862745],[176.470588235294,146.078431372549,102.941176470588],[177.450980392157,155.882352941176,107.843137254902],[131.372549019608,114.705882352941,71.5686274509804],[107.843137254902,92.156862745098,66.6666666666667],[102.941176470588,88.2352941176471,69.6078431372549],[95.0980392156863,76.4705882352941,59.8039215686275],[137.254901960784,119.607843137255,98.0392156862745],[125.490196078431,108.823529411765,81.3725490196078],[165.686274509804,150.980392156863,120.588235294118],[206.862745098039,196.078431372549,164.705882352941],[214.705882352941,208.823529411765,175.490196078431],[128.43137254902,124.509803921569,90.1960784313725],[83.3333333333333,79.4117647058823,45.0980392156863],[100.980392156863,95.0980392156863,61.7647058823529],[142.156862745098,136.274509803922,104.901960784314],[150,143.137254901961,115.686274509804],[106.862745098039,102.941176470588,78.4313725490196],[55.8823529411765,54.9019607843137,35.2941176470588],[81.3725490196078,82.3529411764706,64.7058823529412],[79.4117647058823,80.3921568627451,62.7450980392157],[45.0980392156863,44.1176470588235,26.4705882352941],[44.1176470588235,41.1764705882353,22.5490196078431],[56.8627450980392,47.0588235294118,22.5490196078431],[112.745098039216,95.0980392156863,59.8039215686275],[145.098039215686,121.56862745098,84.3137254901961],[92.156862745098,69.6078431372549,36.2745098039216],[64.7058823529412,44.1176470588235,13.7254901960784],[97.0588235294118,76.4705882352941,50],[83.3333333333333,61.7647058823529,39.2156862745098],[99.0196078431373,77.4509803921569,54.9019607843137],[76.4705882352941,52.9411764705882,29.4117647058824],[71.5686274509804,45.0980392156863,18.6274509803922],[128.43137254902,98.0392156862745,69.6078431372549],[118.627450980392,84.3137254901961,52.9411764705882],[115.686274509804,80.3921568627451,47.0588235294118],[138.235294117647,99.0196078431373,64.7058823529412],[125.490196078431,83.3333333333333,50],[92.156862745098,48.0392156862745,15.6862745098039],[90.1960784313725,50,22.5490196078431],[64.7058823529412,33.3333333333333,12.7450980392157],[50.9803921568627,23.5294117647059,9.80392156862745],[40.1960784313726,18.6274509803922,5.88235294117647],[35.2941176470588,18.6274509803922,10.7843137254902],[25.4901960784314,14.7058823529412,10.7843137254902],[13.7254901960784,5.88235294117647,3.92156862745098],[5.88235294117647,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[3.92156862745098,0,0],[3.92156862745098,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[1.96078431372549,0,0.980392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,0,0.980392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[4.90196078431373,2.94117647058824,3.92156862745098],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[1.96078431372549,0,2.94117647058824]],[[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[0,0,0],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902],[14.7058823529412,19.6078431372549,23.5294117647059],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[13.7254901960784,22.5490196078431,27.4509803921569],[9.80392156862745,20.5882352941176,24.5098039215686],[9.80392156862745,20.5882352941176,26.4705882352941],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[10.7843137254902,23.5294117647059,29.4117647058824],[14.7058823529412,28.4313725490196,31.3725490196078],[7.84313725490196,21.5686274509804,24.5098039215686],[23.5294117647059,38.2352941176471,41.1764705882353],[27.4509803921569,42.156862745098,45.0980392156863],[24.5098039215686,40.1960784313726,40.1960784313726],[32.3529411764706,48.0392156862745,48.0392156862745],[32.3529411764706,50.9803921568627,49.0196078431373],[35.2941176470588,53.921568627451,51.9607843137255],[43.1372549019608,62.7450980392157,60.7843137254902],[41.1764705882353,60.7843137254902,58.8235294117647],[37.2549019607843,57.843137254902,52.9411764705882],[42.156862745098,60.7843137254902,54.9019607843137],[54.9019607843137,72.5490196078431,60.7843137254902],[72.5490196078431,88.2352941176471,75.4901960784314],[95.0980392156863,110.78431372549,98.0392156862745],[100.980392156863,114.705882352941,100],[88.2352941176471,101.960784313725,85.2941176470588],[118.627450980392,131.372549019608,113.725490196078],[120.588235294118,133.333333333333,115.686274509804],[100.980392156863,112.745098039216,93.1372549019608],[86.2745098039216,98.0392156862745,78.4313725490196],[74.5098039215686,86.2745098039216,66.6666666666667],[102.941176470588,114.705882352941,95.0980392156863],[92.156862745098,103.921568627451,82.3529411764706],[164.705882352941,178.43137254902,155.882352941176],[190.196078431373,203.921568627451,181.372549019608],[117.647058823529,131.372549019608,108.823529411765],[131.372549019608,146.078431372549,127.450980392157],[126.470588235294,146.078431372549,134.313725490196],[63.7254901960784,86.2745098039216,76.4705882352941],[107.843137254902,132.352941176471,126.470588235294],[135.294117647059,163.725490196078,158.823529411765],[100,130.392156862745,125.490196078431],[104.901960784314,136.274509803922,133.333333333333],[59.8039215686275,91.1764705882353,88.2352941176471],[53.921568627451,85.2941176470588,80.3921568627451],[93.1372549019608,125.490196078431,118.627450980392],[99.0196078431373,133.333333333333,126.470588235294],[91.1764705882353,127.450980392157,119.607843137255],[87.2549019607843,126.470588235294,117.647058823529],[116.666666666667,160.78431372549,153.921568627451],[101.960784313725,150,144.117647058824],[126.470588235294,175.490196078431,172.549019607843],[119.607843137255,168.627450980392,165.686274509804],[113.725490196078,158.823529411765,156.862745098039],[121.56862745098,164.705882352941,163.725490196078],[148.039215686275,193.137254901961,190.196078431373],[115.686274509804,166.666666666667,162.745098039216],[92.156862745098,151.960784313725,154.901960784314],[90.1960784313725,150,152.941176470588],[105.882352941176,154.901960784314,153.921568627451],[96.078431372549,143.137254901961,143.137254901961],[76.4705882352941,125.490196078431,134.313725490196],[107.843137254902,150.980392156863,161.764705882353],[140.196078431373,170.588235294118,173.529411764706],[210.78431372549,235.294117647059,239.21568627451],[165.686274509804,194.117647058824,201.960784313725],[149.019607843137,178.43137254902,186.274509803922],[138.235294117647,165.686274509804,168.627450980392],[154.901960784314,178.43137254902,178.43137254902],[202.941176470588,218.627450980392,218.627450980392],[189.21568627451,207.843137254902,205.882352941176],[209.803921568627,239.21568627451,231.372549019608],[162.745098039216,195.098039215686,184.313725490196],[138.235294117647,170.588235294118,159.803921568627],[115.686274509804,145.098039215686,135.294117647059],[170.588235294118,189.21568627451,183.333333333333],[169.607843137255,184.313725490196,179.411764705882],[196.078431372549,210.78431372549,205.882352941176],[169.607843137255,189.21568627451,180.392156862745],[129.411764705882,154.901960784314,144.117647058824],[137.254901960784,164.705882352941,152.941176470588],[160.78431372549,181.372549019608,172.549019607843],[203.921568627451,212.745098039216,209.803921568627],[246.078431372549,237.254901960784,242.156862745098],[218.627450980392,208.823529411765,216.666666666667],[183.333333333333,195.098039215686,193.137254901961],[165.686274509804,191.176470588235,182.352941176471],[112.745098039216,146.078431372549,132.352941176471],[166.666666666667,198.039215686275,185.294117647059],[200,219.607843137255,210.78431372549],[126.470588235294,149.019607843137,143.137254901961],[104.901960784314,145.098039215686,139.21568627451],[94.1176470588235,142.156862745098,139.21568627451],[95.0980392156863,137.254901960784,143.137254901961],[80.3921568627451,119.607843137255,129.411764705882],[71.5686274509804,108.823529411765,119.607843137255],[78.4313725490196,109.803921568627,120.588235294118],[77.4509803921569,101.960784313725,106.862745098039],[155.882352941176,171.56862745098,171.56862745098],[165.686274509804,170.588235294118,166.666666666667],[250,250,243.137254901961],[214.705882352941,206.862745098039,194.117647058824],[216.666666666667,205.882352941176,188.235294117647],[170.588235294118,155.882352941176,135.294117647059],[166.666666666667,151.960784313725,133.333333333333],[147.058823529412,138.235294117647,121.56862745098],[103.921568627451,95.0980392156863,78.4313725490196],[220.588235294118,206.862745098039,181.372549019608],[196.078431372549,184.313725490196,158.823529411765],[97.0588235294118,96.078431372549,76.4705882352941],[124.509803921569,123.529411764706,103.921568627451],[172.549019607843,165.686274509804,138.235294117647],[179.411764705882,169.607843137255,143.137254901961],[186.274509803922,178.43137254902,157.843137254902],[135.294117647059,124.509803921569,104.901960784314],[148.039215686275,132.352941176471,109.803921568627],[135.294117647059,110.78431372549,89.2156862745098],[192.156862745098,162.745098039216,139.21568627451],[191.176470588235,159.803921568627,135.294117647059],[187.254901960784,158.823529411765,129.411764705882],[157.843137254902,129.411764705882,98.0392156862745],[162.745098039216,130.392156862745,98.0392156862745],[152.941176470588,120.588235294118,88.2352941176471],[171.56862745098,142.156862745098,108.823529411765],[152.941176470588,124.509803921569,93.1372549019608],[155.882352941176,127.450980392157,98.0392156862745],[93.1372549019608,62.7450980392157,34.3137254901961],[102.941176470588,72.5490196078431,44.1176470588235],[140.196078431373,109.803921568627,79.4117647058823],[152.941176470588,125.490196078431,89.2156862745098],[154.901960784314,127.450980392157,88.2352941176471],[160.78431372549,134.313725490196,90.1960784313725],[211.764705882353,180.392156862745,140.196078431373],[180.392156862745,145.098039215686,109.803921568627],[148.039215686275,109.803921568627,81.3725490196078],[137.254901960784,101.960784313725,76.4705882352941],[113.725490196078,80.3921568627451,52.9411764705882],[121.56862745098,93.1372549019608,51.9607843137255],[169.607843137255,142.156862745098,96.078431372549],[118.627450980392,87.2549019607843,47.0588235294118],[143.137254901961,110.78431372549,70.5882352941177],[159.803921568627,127.450980392157,87.2549019607843],[182.352941176471,151.960784313725,108.823529411765],[138.235294117647,110.78431372549,64.7058823529412],[112.745098039216,88.2352941176471,48.0392156862745],[125.490196078431,103.921568627451,80.3921568627451],[113.725490196078,93.1372549019608,76.4705882352941],[101.960784313725,85.2941176470588,67.6470588235294],[112.745098039216,92.156862745098,75.4901960784314],[107.843137254902,79.4117647058823,63.7254901960784],[190.196078431373,164.705882352941,142.156862745098],[155.882352941176,140.196078431373,107.843137254902],[176.470588235294,169.607843137255,128.43137254902],[210.78431372549,208.823529411765,161.764705882353],[134.313725490196,132.352941176471,85.2941176470588],[43.1372549019608,35.2941176470588,0],[55.8823529411765,45.0980392156863,13.7254901960784],[44.1176470588235,33.3333333333333,11.7647058823529],[41.1764705882353,34.3137254901961,16.6666666666667],[58.8235294117647,59.8039215686275,42.156862745098],[68.6274509803922,72.5490196078431,55.8823529411765],[52.9411764705882,55.8823529411765,35.2941176470588],[42.156862745098,41.1764705882353,20.5882352941176],[89.2156862745098,81.3725490196078,60.7843137254902],[133.333333333333,117.647058823529,92.156862745098],[147.058823529412,123.529411764706,88.2352941176471],[136.274509803922,111.764705882353,72.5490196078431],[110.78431372549,88.2352941176471,56.8627450980392],[73.5294117647059,52.9411764705882,26.4705882352941],[61.7647058823529,44.1176470588235,22.5490196078431],[75.4901960784314,57.843137254902,38.2352941176471],[127.450980392157,109.803921568627,90.1960784313725],[122.549019607843,100.980392156863,78.4313725490196],[169.607843137255,140.196078431373,114.705882352941],[139.21568627451,104.901960784314,73.5294117647059],[137.254901960784,100,64.7058823529412],[168.627450980392,126.470588235294,92.156862745098],[163.725490196078,120.588235294118,86.2745098039216],[136.274509803922,93.1372549019608,58.8235294117647],[109.803921568627,65.6862745098039,35.2941176470588],[82.3529411764706,43.1372549019608,17.6470588235294],[43.1372549019608,10.7843137254902,0],[66.6666666666667,39.2156862745098,25.4901960784314],[56.8627450980392,35.2941176470588,24.5098039215686],[24.5098039215686,5.88235294117647,0],[13.7254901960784,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[11.7647058823529,5.88235294117647,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[8.82352941176471,2.94117647058824,2.94117647058824],[13.7254901960784,7.84313725490196,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[12.7450980392157,8.82352941176471,9.80392156862745],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[8.82352941176471,16.6666666666667,19.6078431372549],[10.7843137254902,19.6078431372549,24.5098039215686],[9.80392156862745,18.6274509803922,23.5294117647059],[15.6862745098039,26.4705882352941,30.3921568627451],[12.7450980392157,23.5294117647059,27.4509803921569],[7.84313725490196,18.6274509803922,24.5098039215686],[13.7254901960784,24.5098039215686,30.3921568627451],[9.80392156862745,20.5882352941176,26.4705882352941],[10.7843137254902,21.5686274509804,27.4509803921569],[15.6862745098039,29.4117647058824,32.3529411764706],[6.86274509803922,20.5882352941176,23.5294117647059],[20.5882352941176,35.2941176470588,38.2352941176471],[26.4705882352941,41.1764705882353,44.1176470588235],[23.5294117647059,39.2156862745098,39.2156862745098],[29.4117647058824,45.0980392156863,45.0980392156863],[27.4509803921569,46.078431372549,44.1176470588235],[28.4313725490196,47.0588235294118,45.0980392156863],[33.3333333333333,52.9411764705882,50.9803921568627],[31.3725490196078,50.9803921568627,49.0196078431373],[30.3921568627451,50.9803921568627,46.078431372549],[40.1960784313726,59.8039215686275,50.9803921568627],[55.8823529411765,71.5686274509804,58.8235294117647],[99.0196078431373,112.745098039216,96.078431372549],[55.8823529411765,68.6274509803922,50.9803921568627],[53.921568627451,66.6666666666667,49.0196078431373],[72.5490196078431,84.3137254901961,64.7058823529412],[81.3725490196078,93.1372549019608,73.5294117647059],[111.764705882353,120.588235294118,100],[140.196078431373,149.019607843137,128.43137254902],[102.941176470588,111.764705882353,91.1764705882353],[78.4313725490196,87.2549019607843,66.6666666666667],[110.78431372549,119.607843137255,99.0196078431373],[106.862745098039,118.627450980392,97.0588235294118],[99.0196078431373,110.78431372549,89.2156862745098],[96.078431372549,109.803921568627,87.2549019607843],[125.490196078431,139.21568627451,116.666666666667],[126.470588235294,141.176470588235,122.549019607843],[64.7058823529412,82.3529411764706,70.5882352941177],[84.3137254901961,104.901960784314,96.078431372549],[96.078431372549,118.627450980392,110.78431372549],[82.3529411764706,108.823529411765,100],[86.2745098039216,115.686274509804,107.843137254902],[90.1960784313725,122.549019607843,113.725490196078],[60.7843137254902,93.1372549019608,86.2745098039216],[85.2941176470588,119.607843137255,113.725490196078],[86.2745098039216,120.588235294118,116.666666666667],[89.2156862745098,124.509803921569,120.588235294118],[56.8627450980392,95.0980392156863,92.156862745098],[85.2941176470588,125.490196078431,121.56862745098],[82.3529411764706,128.43137254902,122.549019607843],[77.4509803921569,127.450980392157,120.588235294118],[74.5098039215686,126.470588235294,118.627450980392],[71.5686274509804,121.56862745098,116.666666666667],[89.2156862745098,134.313725490196,132.352941176471],[116.666666666667,159.803921568627,158.823529411765],[104.901960784314,150.980392156863,145.098039215686],[95.0980392156863,147.058823529412,141.176470588235],[85.2941176470588,146.078431372549,145.098039215686],[100.980392156863,161.764705882353,158.823529411765],[105.882352941176,154.901960784314,146.078431372549],[123.529411764706,164.705882352941,160.78431372549],[128.43137254902,170.588235294118,176.470588235294],[108.823529411765,145.098039215686,152.941176470588],[134.313725490196,154.901960784314,157.843137254902],[209.803921568627,227.450980392157,229.411764705882],[186.274509803922,212.745098039216,219.607843137255],[125.490196078431,154.901960784314,162.745098039216],[132.352941176471,162.745098039216,165.686274509804],[178.43137254902,203.921568627451,204.901960784314],[198.039215686275,213.725490196078,213.725490196078],[208.823529411765,223.529411764706,220.588235294118],[213.725490196078,233.333333333333,222.549019607843],[199.019607843137,222.549019607843,208.823529411765],[193.137254901961,216.666666666667,202.941176470588],[183.333333333333,204.901960784314,193.137254901961],[180.392156862745,197.058823529412,191.176470588235],[164.705882352941,179.411764705882,176.470588235294],[198.039215686275,213.725490196078,210.78431372549],[160.78431372549,179.411764705882,173.529411764706],[111.764705882353,135.294117647059,121.56862745098],[134.313725490196,156.862745098039,141.176470588235],[124.509803921569,140.196078431373,129.411764705882],[158.823529411765,165.686274509804,158.823529411765],[242.156862745098,237.254901960784,241.176470588235],[221.56862745098,216.666666666667,220.588235294118],[204.901960784314,211.764705882353,204.901960784314],[154.901960784314,172.549019607843,160.78431372549],[179.411764705882,205.882352941176,189.21568627451],[230.392156862745,250,240.196078431373],[160.78431372549,176.470588235294,165.686274509804],[126.470588235294,146.078431372549,137.254901960784],[80.3921568627451,116.666666666667,108.823529411765],[112.745098039216,154.901960784314,148.039215686275],[106.862745098039,146.078431372549,146.078431372549],[86.2745098039216,120.588235294118,124.509803921569],[68.6274509803922,99.0196078431373,103.921568627451],[34.3137254901961,58.8235294117647,63.7254901960784],[115.686274509804,135.294117647059,136.274509803922],[196.078431372549,206.862745098039,202.941176470588],[183.333333333333,180.392156862745,175.490196078431],[237.254901960784,227.450980392157,217.647058823529],[179.411764705882,168.627450980392,150.980392156863],[178.43137254902,163.725490196078,141.176470588235],[164.705882352941,147.058823529412,123.529411764706],[181.372549019608,165.686274509804,143.137254901961],[165.686274509804,154.901960784314,137.254901960784],[132.352941176471,121.56862745098,103.921568627451],[211.764705882353,196.078431372549,171.56862745098],[195.098039215686,183.333333333333,157.843137254902],[115.686274509804,114.705882352941,95.0980392156863],[179.411764705882,181.372549019608,160.78431372549],[200,194.117647058824,168.627450980392],[162.745098039216,155.882352941176,130.392156862745],[188.235294117647,183.333333333333,163.725490196078],[188.235294117647,181.372549019608,162.745098039216],[151.960784313725,137.254901960784,116.666666666667],[184.313725490196,162.745098039216,140.196078431373],[139.21568627451,108.823529411765,88.2352941176471],[124.509803921569,93.1372549019608,68.6274509803922],[139.21568627451,114.705882352941,85.2941176470588],[166.666666666667,140.196078431373,110.78431372549],[187.254901960784,153.921568627451,126.470588235294],[160.78431372549,127.450980392157,100],[136.274509803922,107.843137254902,78.4313725490196],[156.862745098039,132.352941176471,101.960784313725],[111.764705882353,87.2549019607843,57.843137254902],[113.725490196078,87.2549019607843,60.7843137254902],[150,118.627450980392,94.1176470588235],[126.470588235294,97.0588235294118,69.6078431372549],[100.980392156863,78.4313725490196,45.0980392156863],[100,80.3921568627451,44.1176470588235],[144.117647058824,121.56862745098,81.3725490196078],[173.529411764706,144.117647058824,106.862745098039],[128.43137254902,95.0980392156863,58.8235294117647],[165.686274509804,127.450980392157,95.0980392156863],[138.235294117647,100,69.6078431372549],[147.058823529412,108.823529411765,78.4313725490196],[108.823529411765,74.5098039215686,37.2549019607843],[68.6274509803922,36.2745098039216,0],[80.3921568627451,49.0196078431373,10.7843137254902],[88.2352941176471,59.8039215686275,20.5882352941176],[100,71.5686274509804,30.3921568627451],[132.352941176471,103.921568627451,62.7450980392157],[119.607843137255,88.2352941176471,48.0392156862745],[126.470588235294,97.0588235294118,61.7647058823529],[126.470588235294,100,73.5294117647059],[115.686274509804,94.1176470588235,71.5686274509804],[133.333333333333,117.647058823529,95.0980392156863],[117.647058823529,100,78.4313725490196],[151.960784313725,121.56862745098,103.921568627451],[155.882352941176,126.470588235294,102.941176470588],[165.686274509804,148.039215686275,112.745098039216],[100.980392156863,93.1372549019608,48.0392156862745],[140.196078431373,137.254901960784,87.2549019607843],[165.686274509804,159.803921568627,112.745098039216],[108.823529411765,97.0588235294118,59.8039215686275],[113.725490196078,99.0196078431373,70.5882352941177],[81.3725490196078,66.6666666666667,44.1176470588235],[64.7058823529412,56.8627450980392,36.2745098039216],[63.7254901960784,63.7254901960784,40.1960784313726],[58.8235294117647,62.7450980392157,38.2352941176471],[50,51.9607843137255,28.4313725490196],[89.2156862745098,84.3137254901961,62.7450980392157],[149.019607843137,136.274509803922,119.607843137255],[114.705882352941,97.0588235294118,75.4901960784314],[79.4117647058823,56.8627450980392,25.4901960784314],[78.4313725490196,55.8823529411765,22.5490196078431],[93.1372549019608,73.5294117647059,47.0588235294118],[70.5882352941177,54.9019607843137,32.3529411764706],[24.5098039215686,11.7647058823529,0],[36.2745098039216,22.5490196078431,9.80392156862745],[67.6470588235294,51.9607843137255,37.2549019607843],[165.686274509804,147.058823529412,130.392156862745],[164.705882352941,141.176470588235,117.647058823529],[71.5686274509804,41.1764705882353,12.7450980392157],[117.647058823529,82.3529411764706,49.0196078431373],[139.21568627451,101.960784313725,66.6666666666667],[115.686274509804,76.4705882352941,42.156862745098],[174.509803921569,134.313725490196,102.941176470588],[131.372549019608,91.1764705882353,61.7647058823529],[68.6274509803922,32.3529411764706,6.86274509803922],[33.3333333333333,2.94117647058824,0],[56.8627450980392,31.3725490196078,16.6666666666667],[49.0196078431373,27.4509803921569,16.6666666666667],[22.5490196078431,5.88235294117647,0],[15.6862745098039,4.90196078431373,0.980392156862745],[15.6862745098039,7.84313725490196,5.88235294117647],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[2.94117647058824,0,0],[16.6666666666667,12.7450980392157,13.7254901960784],[24.5098039215686,20.5882352941176,21.5686274509804],[13.7254901960784,9.80392156862745,10.7843137254902],[2.94117647058824,0,0],[2.94117647058824,0,0],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,10.7843137254902],[2.94117647058824,0.980392156862745,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,5.88235294117647,9.80392156862745],[5.88235294117647,13.7254901960784,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[16.6666666666667,27.4509803921569,31.3725490196078],[10.7843137254902,21.5686274509804,25.4901960784314],[8.82352941176471,19.6078431372549,25.4901960784314],[15.6862745098039,24.5098039215686,33.3333333333333],[13.7254901960784,22.5490196078431,29.4117647058824],[13.7254901960784,22.5490196078431,29.4117647058824],[14.7058823529412,25.4901960784314,31.3725490196078],[16.6666666666667,27.4509803921569,33.3333333333333],[21.5686274509804,35.2941176470588,38.2352941176471],[33.3333333333333,47.0588235294118,50],[23.5294117647059,37.2549019607843,38.2352941176471],[29.4117647058824,43.1372549019608,44.1176470588235],[26.4705882352941,42.156862745098,41.1764705882353],[26.4705882352941,42.156862745098,41.1764705882353],[28.4313725490196,47.0588235294118,43.1372549019608],[25.4901960784314,44.1176470588235,40.1960784313726],[25.4901960784314,44.1176470588235,40.1960784313726],[37.2549019607843,53.921568627451,46.078431372549],[81.3725490196078,93.1372549019608,79.4117647058823],[92.156862745098,100.980392156863,84.3137254901961],[79.4117647058823,88.2352941176471,69.6078431372549],[85.2941176470588,94.1176470588235,75.4901960784314],[80.3921568627451,88.2352941176471,67.6470588235294],[110.78431372549,118.627450980392,98.0392156862745],[133.333333333333,141.176470588235,118.627450980392],[104.901960784314,112.745098039216,90.1960784313725],[60.7843137254902,68.6274509803922,46.078431372549],[78.4313725490196,86.2745098039216,63.7254901960784],[112.745098039216,120.588235294118,98.0392156862745],[90.1960784313725,100,76.4705882352941],[72.5490196078431,82.3529411764706,58.8235294117647],[100,111.764705882353,88.2352941176471],[135.294117647059,147.058823529412,123.529411764706],[148.039215686275,160.78431372549,141.176470588235],[89.2156862745098,104.901960784314,94.1176470588235],[82.3529411764706,101.960784313725,93.1372549019608],[79.4117647058823,102.941176470588,90.1960784313725],[67.6470588235294,95.0980392156863,81.3725490196078],[79.4117647058823,110.78431372549,96.078431372549],[70.5882352941177,103.921568627451,90.1960784313725],[73.5294117647059,105.882352941176,97.0588235294118],[107.843137254902,142.156862745098,136.274509803922],[83.3333333333333,116.666666666667,115.686274509804],[64.7058823529412,100,100],[76.4705882352941,113.725490196078,114.705882352941],[125.490196078431,164.705882352941,164.705882352941],[67.6470588235294,111.764705882353,108.823529411765],[72.5490196078431,120.588235294118,114.705882352941],[77.4509803921569,127.450980392157,118.627450980392],[65.6862745098039,115.686274509804,108.823529411765],[100.980392156863,142.156862745098,140.196078431373],[109.803921568627,150.980392156863,149.019607843137],[79.4117647058823,123.529411764706,116.666666666667],[78.4313725490196,128.43137254902,119.607843137255],[68.6274509803922,128.43137254902,121.56862745098],[104.901960784314,160.78431372549,153.921568627451],[146.078431372549,188.235294117647,178.43137254902],[156.862745098039,193.137254901961,185.294117647059],[122.549019607843,155.882352941176,156.862745098039],[152.941176470588,177.450980392157,182.352941176471],[178.43137254902,192.156862745098,193.137254901961],[235.294117647059,246.078431372549,248.039215686275],[192.156862745098,211.764705882353,218.627450980392],[152.941176470588,181.372549019608,187.254901960784],[113.725490196078,147.058823529412,149.019607843137],[157.843137254902,185.294117647059,186.274509803922],[182.352941176471,192.156862745098,194.117647058824],[143.137254901961,145.098039215686,144.117647058824],[162.745098039216,169.607843137255,161.764705882353],[167.647058823529,179.411764705882,165.686274509804],[208.823529411765,225.490196078431,209.803921568627],[166.666666666667,186.274509803922,174.509803921569],[150,172.549019607843,164.705882352941],[151.960784313725,176.470588235294,172.549019607843],[150.980392156863,177.450980392157,172.549019607843],[132.352941176471,161.764705882353,151.960784313725],[142.156862745098,169.607843137255,154.901960784314],[112.745098039216,137.254901960784,118.627450980392],[100.980392156863,118.627450980392,102.941176470588],[155.882352941176,165.686274509804,156.862745098039],[193.137254901961,193.137254901961,195.098039215686],[220.588235294118,218.627450980392,223.529411764706],[222.549019607843,222.549019607843,222.549019607843],[156.862745098039,162.745098039216,158.823529411765],[224.509803921569,241.176470588235,231.372549019608],[203.921568627451,220.588235294118,210.78431372549],[150,160.78431372549,152.941176470588],[128.43137254902,143.137254901961,136.274509803922],[102.941176470588,132.352941176471,122.549019607843],[140.196078431373,176.470588235294,168.627450980392],[115.686274509804,150,144.117647058824],[74.5098039215686,104.901960784314,100],[67.6470588235294,89.2156862745098,86.2745098039216],[68.6274509803922,85.2941176470588,79.4117647058823],[157.843137254902,169.607843137255,157.843137254902],[173.529411764706,177.450980392157,160.78431372549],[165.686274509804,157.843137254902,139.21568627451],[204.901960784314,188.235294117647,168.627450980392],[186.274509803922,172.549019607843,147.058823529412],[172.549019607843,156.862745098039,131.372549019608],[191.176470588235,171.56862745098,145.098039215686],[159.803921568627,143.137254901961,117.647058823529],[175.490196078431,164.705882352941,145.098039215686],[158.823529411765,148.039215686275,128.43137254902],[206.862745098039,191.176470588235,166.666666666667],[171.56862745098,159.803921568627,134.313725490196],[106.862745098039,108.823529411765,88.2352941176471],[120.588235294118,123.529411764706,104.901960784314],[168.627450980392,164.705882352941,140.196078431373],[111.764705882353,104.901960784314,79.4117647058823],[93.1372549019608,88.2352941176471,68.6274509803922],[139.21568627451,132.352941176471,114.705882352941],[226.470588235294,211.764705882353,193.137254901961],[198.039215686275,176.470588235294,155.882352941176],[182.352941176471,152.941176470588,129.411764705882],[160.78431372549,129.411764705882,104.901960784314],[162.745098039216,140.196078431373,109.803921568627],[179.411764705882,156.862745098039,126.470588235294],[146.078431372549,112.745098039216,86.2745098039216],[159.803921568627,124.509803921569,99.0196078431373],[149.019607843137,122.549019607843,96.078431372549],[153.921568627451,130.392156862745,102.941176470588],[100.980392156863,80.3921568627451,53.921568627451],[171.56862745098,146.078431372549,121.56862745098],[178.43137254902,147.058823529412,124.509803921569],[105.882352941176,78.4313725490196,54.9019607843137],[90.1960784313725,74.5098039215686,42.156862745098],[99.0196078431373,85.2941176470588,50.9803921568627],[92.156862745098,69.6078431372549,38.2352941176471],[93.1372549019608,64.7058823529412,31.3725490196078],[142.156862745098,110.78431372549,72.5490196078431],[148.039215686275,113.725490196078,72.5490196078431],[190.196078431373,151.960784313725,111.764705882353],[170.588235294118,131.372549019608,96.078431372549],[134.313725490196,96.078431372549,65.6862745098039],[98.0392156862745,63.7254901960784,34.3137254901961],[85.2941176470588,56.8627450980392,23.5294117647059],[143.137254901961,117.647058823529,83.3333333333333],[108.823529411765,83.3333333333333,47.0588235294118],[108.823529411765,80.3921568627451,47.0588235294118],[93.1372549019608,60.7843137254902,30.3921568627451],[125.490196078431,92.156862745098,64.7058823529412],[170.588235294118,142.156862745098,110.78431372549],[149.019607843137,126.470588235294,95.0980392156863],[98.0392156862745,84.3137254901961,55.8823529411765],[76.4705882352941,61.7647058823529,33.3333333333333],[130.392156862745,105.882352941176,76.4705882352941],[149.019607843137,123.529411764706,91.1764705882353],[151.960784313725,134.313725490196,95.0980392156863],[99.0196078431373,86.2745098039216,43.1372549019608],[112.745098039216,100.980392156863,59.8039215686275],[114.705882352941,102.941176470588,65.6862745098039],[119.607843137255,102.941176470588,73.5294117647059],[171.56862745098,151.960784313725,127.450980392157],[180.392156862745,163.725490196078,138.235294117647],[118.627450980392,104.901960784314,76.4705882352941],[93.1372549019608,87.2549019607843,51.9607843137255],[98.0392156862745,96.078431372549,58.8235294117647],[99.0196078431373,96.078431372549,63.7254901960784],[111.764705882353,103.921568627451,81.3725490196078],[81.3725490196078,64.7058823529412,54.9019607843137],[76.4705882352941,56.8627450980392,48.0392156862745],[57.843137254902,41.1764705882353,21.5686274509804],[74.5098039215686,60.7843137254902,35.2941176470588],[91.1764705882353,78.4313725490196,59.8039215686275],[73.5294117647059,64.7058823529412,50],[46.078431372549,37.2549019607843,28.4313725490196],[43.1372549019608,36.2745098039216,28.4313725490196],[56.8627450980392,48.0392156862745,39.2156862745098],[171.56862745098,161.764705882353,150],[192.156862745098,176.470588235294,160.78431372549],[51.9607843137255,31.3725490196078,10.7843137254902],[73.5294117647059,48.0392156862745,23.5294117647059],[49.0196078431373,19.6078431372549,0],[63.7254901960784,33.3333333333333,4.90196078431373],[142.156862745098,107.843137254902,80.3921568627451],[143.137254901961,107.843137254902,82.3529411764706],[79.4117647058823,45.0980392156863,23.5294117647059],[65.6862745098039,35.2941176470588,17.6470588235294],[53.921568627451,28.4313725490196,15.6862745098039],[35.2941176470588,12.7450980392157,4.90196078431373],[21.5686274509804,4.90196078431373,0],[16.6666666666667,5.88235294117647,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0.980392156862745],[10.7843137254902,5.88235294117647,9.80392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,0,0],[7.84313725490196,1.96078431372549,1.96078431372549],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,8.82352941176471,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[8.82352941176471,4.90196078431373,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,11.7647058823529,12.7450980392157],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[13.7254901960784,11.7647058823529,14.7058823529412],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[14.7058823529412,12.7450980392157,15.6862745098039],[3.92156862745098,1.96078431372549,4.90196078431373],[11.7647058823529,9.80392156862745,12.7450980392157],[0.980392156862745,0,1.96078431372549]],[[0,0,0],[1.96078431372549,1.96078431372549,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,3.92156862745098],[1.96078431372549,6.86274509803922,9.80392156862745],[3.92156862745098,11.7647058823529,14.7058823529412],[11.7647058823529,19.6078431372549,22.5490196078431],[13.7254901960784,22.5490196078431,27.4509803921569],[14.7058823529412,25.4901960784314,29.4117647058824],[16.6666666666667,30.3921568627451,33.3333333333333],[6.86274509803922,19.6078431372549,25.4901960784314],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[17.6470588235294,26.4705882352941,33.3333333333333],[8.82352941176471,19.6078431372549,25.4901960784314],[20.5882352941176,31.3725490196078,35.2941176470588],[12.7450980392157,26.4705882352941,29.4117647058824],[26.4705882352941,40.1960784313726,41.1764705882353],[28.4313725490196,42.156862745098,43.1372549019608],[33.3333333333333,47.0588235294118,47.0588235294118],[32.3529411764706,48.0392156862745,47.0588235294118],[33.3333333333333,49.0196078431373,46.078431372549],[37.2549019607843,52.9411764705882,50],[31.3725490196078,50,46.078431372549],[28.4313725490196,47.0588235294118,43.1372549019608],[40.1960784313726,55.8823529411765,46.078431372549],[104.901960784314,112.745098039216,98.0392156862745],[116.666666666667,121.56862745098,101.960784313725],[99.0196078431373,103.921568627451,84.3137254901961],[62.7450980392157,65.6862745098039,45.0980392156863],[97.0588235294118,100,79.4117647058823],[159.803921568627,163.725490196078,141.176470588235],[114.705882352941,118.627450980392,96.078431372549],[83.3333333333333,87.2549019607843,62.7450980392157],[62.7450980392157,66.6666666666667,42.156862745098],[86.2745098039216,92.156862745098,66.6666666666667],[96.078431372549,101.960784313725,76.4705882352941],[126.470588235294,135.294117647059,108.823529411765],[111.764705882353,120.588235294118,94.1176470588235],[121.56862745098,132.352941176471,102.941176470588],[150,160.78431372549,131.372549019608],[158.823529411765,172.549019607843,148.039215686275],[160.78431372549,177.450980392157,159.803921568627],[129.411764705882,151.960784313725,136.274509803922],[113.725490196078,140.196078431373,125.490196078431],[72.5490196078431,102.941176470588,88.2352941176471],[70.5882352941177,103.921568627451,90.1960784313725],[74.5098039215686,109.803921568627,98.0392156862745],[87.2549019607843,121.56862745098,114.705882352941],[75.4901960784314,111.764705882353,104.901960784314],[72.5490196078431,107.843137254902,105.882352941176],[70.5882352941177,105.882352941176,105.882352941176],[91.1764705882353,126.470588235294,126.470588235294],[99.0196078431373,137.254901960784,136.274509803922],[79.4117647058823,120.588235294118,118.627450980392],[95.0980392156863,139.21568627451,134.313725490196],[90.1960784313725,138.235294117647,132.352941176471],[94.1176470588235,140.196078431373,134.313725490196],[83.3333333333333,121.56862745098,120.588235294118],[78.4313725490196,116.666666666667,113.725490196078],[71.5686274509804,113.725490196078,106.862745098039],[79.4117647058823,128.43137254902,117.647058823529],[106.862745098039,159.803921568627,147.058823529412],[125.490196078431,176.470588235294,163.725490196078],[158.823529411765,199.019607843137,185.294117647059],[109.803921568627,141.176470588235,130.392156862745],[110.78431372549,132.352941176471,129.411764705882],[174.509803921569,188.235294117647,188.235294117647],[231.372549019608,239.21568627451,241.176470588235],[236.274509803922,244.117647058824,246.078431372549],[222.549019607843,240.196078431373,244.117647058824],[181.372549019608,205.882352941176,209.803921568627],[118.627450980392,151.960784313725,153.921568627451],[135.294117647059,162.745098039216,165.686274509804],[167.647058823529,177.450980392157,179.411764705882],[148.039215686275,150,149.019607843137],[136.274509803922,142.156862745098,132.352941176471],[148.039215686275,155.882352941176,141.176470588235],[140.196078431373,153.921568627451,137.254901960784],[118.627450980392,138.235294117647,126.470588235294],[122.549019607843,147.058823529412,141.176470588235],[119.607843137255,150,145.098039215686],[98.0392156862745,129.411764705882,124.509803921569],[118.627450980392,150.980392156863,142.156862745098],[115.686274509804,148.039215686275,131.372549019608],[147.058823529412,174.509803921569,152.941176470588],[108.823529411765,129.411764705882,110.78431372549],[160.78431372549,174.509803921569,161.764705882353],[173.529411764706,182.352941176471,181.372549019608],[186.274509803922,190.196078431373,191.176470588235],[219.607843137255,218.627450980392,213.725490196078],[250,250,241.176470588235],[214.705882352941,225.490196078431,211.764705882353],[189.21568627451,200.980392156863,187.254901960784],[142.156862745098,150,137.254901960784],[100.980392156863,112.745098039216,100.980392156863],[127.450980392157,150.980392156863,137.254901960784],[121.56862745098,151.960784313725,137.254901960784],[87.2549019607843,116.666666666667,104.901960784314],[75.4901960784314,100.980392156863,90.1960784313725],[53.921568627451,69.6078431372549,59.8039215686275],[170.588235294118,178.43137254902,167.647058823529],[166.666666666667,170.588235294118,155.882352941176],[182.352941176471,179.411764705882,160.78431372549],[230.392156862745,213.725490196078,194.117647058824],[204.901960784314,183.333333333333,160.78431372549],[231.372549019608,214.705882352941,187.254901960784],[215.686274509804,199.019607843137,169.607843137255],[168.627450980392,148.039215686275,117.647058823529],[179.411764705882,159.803921568627,133.333333333333],[166.666666666667,154.901960784314,133.333333333333],[165.686274509804,154.901960784314,133.333333333333],[224.509803921569,208.823529411765,183.333333333333],[172.549019607843,160.78431372549,135.294117647059],[153.921568627451,152.941176470588,133.333333333333],[159.803921568627,160.78431372549,143.137254901961],[209.803921568627,203.921568627451,180.392156862745],[169.607843137255,162.745098039216,137.254901960784],[148.039215686275,143.137254901961,123.529411764706],[156.862745098039,150,131.372549019608],[189.21568627451,174.509803921569,153.921568627451],[185.294117647059,163.725490196078,141.176470588235],[200,168.627450980392,144.117647058824],[226.470588235294,196.078431372549,168.627450980392],[207.843137254902,187.254901960784,156.862745098039],[155.882352941176,133.333333333333,102.941176470588],[148.039215686275,114.705882352941,90.1960784313725],[161.764705882353,128.43137254902,103.921568627451],[159.803921568627,134.313725490196,109.803921568627],[152.941176470588,133.333333333333,106.862745098039],[113.725490196078,94.1176470588235,69.6078431372549],[126.470588235294,104.901960784314,81.3725490196078],[113.725490196078,83.3333333333333,62.7450980392157],[97.0588235294118,71.5686274509804,49.0196078431373],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,103.921568627451,74.5098039215686],[77.4509803921569,57.843137254902,31.3725490196078],[109.803921568627,85.2941176470588,54.9019607843137],[99.0196078431373,70.5882352941177,31.3725490196078],[173.529411764706,141.176470588235,97.0588235294118],[195.098039215686,161.764705882353,116.666666666667],[170.588235294118,138.235294117647,98.0392156862745],[122.549019607843,89.2156862745098,61.7647058823529],[123.529411764706,92.156862745098,67.6470588235294],[95.0980392156863,66.6666666666667,37.2549019607843],[126.470588235294,100.980392156863,68.6274509803922],[87.2549019607843,61.7647058823529,27.4509803921569],[89.2156862745098,60.7843137254902,29.4117647058824],[103.921568627451,72.5490196078431,48.0392156862745],[98.0392156862745,67.6470588235294,40.1960784313726],[129.411764705882,103.921568627451,67.6470588235294],[169.607843137255,150.980392156863,111.764705882353],[133.333333333333,118.627450980392,86.2745098039216],[96.078431372549,83.3333333333333,51.9607843137255],[132.352941176471,113.725490196078,82.3529411764706],[138.235294117647,118.627450980392,84.3137254901961],[146.078431372549,129.411764705882,87.2549019607843],[148.039215686275,134.313725490196,90.1960784313725],[114.705882352941,98.0392156862745,55.8823529411765],[117.647058823529,98.0392156862745,61.7647058823529],[100,76.4705882352941,49.0196078431373],[74.5098039215686,50.9803921568627,27.4509803921569],[123.529411764706,100,74.5098039215686],[230.392156862745,209.803921568627,179.411764705882],[123.529411764706,108.823529411765,70.5882352941177],[84.3137254901961,72.5490196078431,33.3333333333333],[117.647058823529,104.901960784314,71.5686274509804],[129.411764705882,115.686274509804,90.1960784313725],[80.3921568627451,62.7450980392157,52.9411764705882],[58.8235294117647,42.156862745098,35.2941176470588],[47.0588235294118,38.2352941176471,23.5294117647059],[72.5490196078431,65.6862745098039,48.0392156862745],[94.1176470588235,86.2745098039216,73.5294117647059],[64.7058823529412,57.843137254902,48.0392156862745],[49.0196078431373,45.0980392156863,36.2745098039216],[45.0980392156863,40.1960784313726,34.3137254901961],[63.7254901960784,58.8235294117647,52.9411764705882],[55.8823529411765,49.0196078431373,41.1764705882353],[37.2549019607843,29.4117647058824,18.6274509803922],[47.0588235294118,35.2941176470588,19.6078431372549],[50,35.2941176470588,16.6666666666667],[50.9803921568627,30.3921568627451,9.80392156862745],[62.7450980392157,39.2156862745098,15.6862745098039],[77.4509803921569,48.0392156862745,24.5098039215686],[142.156862745098,108.823529411765,84.3137254901961],[100,65.6862745098039,46.078431372549],[50.9803921568627,22.5490196078431,6.86274509803922],[50.9803921568627,25.4901960784314,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[25.4901960784314,8.82352941176471,1.96078431372549],[11.7647058823529,0.980392156862745,0],[13.7254901960784,4.90196078431373,5.88235294117647],[12.7450980392157,6.86274509803922,8.82352941176471],[2.94117647058824,0,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[3.92156862745098,0,0.980392156862745],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[4.90196078431373,0.980392156862745,1.96078431372549],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0.980392156862745,1.96078431372549],[2.94117647058824,0.980392156862745,1.96078431372549],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[32.3529411764706,30.3921568627451,33.3333333333333],[46.078431372549,44.1176470588235,47.0588235294118],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[24.5098039215686,22.5490196078431,25.4901960784314],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,7.84313725490196,13.7254901960784],[15.6862745098039,22.5490196078431,28.4313725490196],[19.6078431372549,28.4313725490196,33.3333333333333],[15.6862745098039,26.4705882352941,30.3921568627451],[8.82352941176471,21.5686274509804,27.4509803921569],[6.86274509803922,17.6470588235294,23.5294117647059],[11.7647058823529,20.5882352941176,27.4509803921569],[13.7254901960784,22.5490196078431,29.4117647058824],[18.6274509803922,27.4509803921569,34.3137254901961],[20.5882352941176,29.4117647058824,36.2745098039216],[15.6862745098039,24.5098039215686,29.4117647058824],[13.7254901960784,22.5490196078431,27.4509803921569],[17.6470588235294,28.4313725490196,32.3529411764706],[20.5882352941176,31.3725490196078,33.3333333333333],[24.5098039215686,35.2941176470588,37.2549019607843],[28.4313725490196,40.1960784313726,40.1960784313726],[22.5490196078431,36.2745098039216,36.2745098039216],[23.5294117647059,38.2352941176471,35.2941176470588],[30.3921568627451,45.0980392156863,42.156862745098],[30.3921568627451,45.0980392156863,40.1960784313726],[50,64.7058823529412,59.8039215686275],[91.1764705882353,101.960784313725,94.1176470588235],[99.0196078431373,100.980392156863,88.2352941176471],[41.1764705882353,38.2352941176471,21.5686274509804],[71.5686274509804,68.6274509803922,51.9607843137255],[100,97.0588235294118,78.4313725490196],[104.901960784314,102.941176470588,82.3529411764706],[148.039215686275,146.078431372549,123.529411764706],[147.058823529412,147.058823529412,121.56862745098],[107.843137254902,107.843137254902,82.3529411764706],[104.901960784314,107.843137254902,79.4117647058823],[120.588235294118,123.529411764706,95.0980392156863],[110.78431372549,113.725490196078,83.3333333333333],[104.901960784314,109.803921568627,78.4313725490196],[126.470588235294,133.333333333333,100.980392156863],[145.098039215686,154.901960784314,121.56862745098],[196.078431372549,205.882352941176,172.549019607843],[118.627450980392,132.352941176471,100],[178.43137254902,198.039215686275,170.588235294118],[115.686274509804,139.21568627451,115.686274509804],[49.0196078431373,75.4901960784314,56.8627450980392],[95.0980392156863,124.509803921569,112.745098039216],[60.7843137254902,92.156862745098,87.2549019607843],[57.843137254902,93.1372549019608,91.1764705882353],[83.3333333333333,118.627450980392,116.666666666667],[99.0196078431373,134.313725490196,132.352941176471],[105.882352941176,142.156862745098,135.294117647059],[91.1764705882353,127.450980392157,119.607843137255],[108.823529411765,146.078431372549,135.294117647059],[124.509803921569,160.78431372549,152.941176470588],[75.4901960784314,113.725490196078,108.823529411765],[78.4313725490196,117.647058823529,116.666666666667],[82.3529411764706,122.549019607843,124.509803921569],[71.5686274509804,110.78431372549,112.745098039216],[84.3137254901961,117.647058823529,116.666666666667],[71.5686274509804,105.882352941176,101.960784313725],[92.156862745098,132.352941176471,126.470588235294],[102.941176470588,145.098039215686,135.294117647059],[99.0196078431373,142.156862745098,125.490196078431],[110.78431372549,150.980392156863,133.333333333333],[120.588235294118,155.882352941176,142.156862745098],[136.274509803922,163.725490196078,151.960784313725],[140.196078431373,151.960784313725,142.156862745098],[191.176470588235,196.078431372549,190.196078431373],[244.117647058824,246.078431372549,245.098039215686],[246.078431372549,250,250],[215.686274509804,226.470588235294,228.43137254902],[132.352941176471,151.960784313725,152.941176470588],[129.411764705882,158.823529411765,158.823529411765],[111.764705882353,141.176470588235,141.176470588235],[148.039215686275,167.647058823529,168.627450980392],[115.686274509804,127.450980392157,125.490196078431],[137.254901960784,149.019607843137,139.21568627451],[132.352941176471,144.117647058824,130.392156862745],[106.862745098039,120.588235294118,105.882352941176],[118.627450980392,138.235294117647,127.450980392157],[113.725490196078,138.235294117647,134.313725490196],[91.1764705882353,118.627450980392,119.607843137255],[84.3137254901961,115.686274509804,114.705882352941],[85.2941176470588,117.647058823529,110.78431372549],[92.156862745098,123.529411764706,108.823529411765],[112.745098039216,141.176470588235,121.56862745098],[151.960784313725,176.470588235294,155.882352941176],[159.803921568627,180.392156862745,165.686274509804],[139.21568627451,157.843137254902,151.960784313725],[142.156862745098,152.941176470588,145.098039215686],[206.862745098039,205.882352941176,186.274509803922],[212.745098039216,211.764705882353,184.313725490196],[204.901960784314,210.78431372549,183.333333333333],[208.823529411765,218.627450980392,192.156862745098],[169.607843137255,174.509803921569,151.960784313725],[129.411764705882,138.235294117647,117.647058823529],[101.960784313725,120.588235294118,100.980392156863],[123.529411764706,146.078431372549,128.43137254902],[92.156862745098,115.686274509804,101.960784313725],[147.058823529412,163.725490196078,153.921568627451],[174.509803921569,179.411764705882,173.529411764706],[250,250,245.098039215686],[227.450980392157,224.509803921569,215.686274509804],[224.509803921569,214.705882352941,204.901960784314],[222.549019607843,198.039215686275,191.176470588235],[229.411764705882,201.960784313725,188.235294117647],[238.235294117647,218.627450980392,192.156862745098],[175.490196078431,156.862745098039,124.509803921569],[144.117647058824,121.56862745098,90.1960784313725],[158.823529411765,138.235294117647,109.803921568627],[155.882352941176,141.176470588235,118.627450980392],[172.549019607843,160.78431372549,139.21568627451],[140.196078431373,123.529411764706,98.0392156862745],[156.862745098039,143.137254901961,117.647058823529],[123.529411764706,120.588235294118,101.960784313725],[94.1176470588235,93.1372549019608,73.5294117647059],[163.725490196078,156.862745098039,131.372549019608],[150,138.235294117647,112.745098039216],[108.823529411765,100.980392156863,78.4313725490196],[149.019607843137,138.235294117647,118.627450980392],[227.450980392157,209.803921568627,188.235294117647],[218.627450980392,195.098039215686,171.56862745098],[156.862745098039,126.470588235294,99.0196078431373],[179.411764705882,149.019607843137,120.588235294118],[250,236.274509803922,205.882352941176],[141.176470588235,118.627450980392,88.2352941176471],[149.019607843137,115.686274509804,91.1764705882353],[191.176470588235,156.862745098039,135.294117647059],[143.137254901961,117.647058823529,95.0980392156863],[171.56862745098,151.960784313725,127.450980392157],[111.764705882353,94.1176470588235,70.5882352941177],[122.549019607843,102.941176470588,79.4117647058823],[110.78431372549,84.3137254901961,63.7254901960784],[84.3137254901961,59.8039215686275,38.2352941176471],[109.803921568627,98.0392156862745,72.5490196078431],[119.607843137255,109.803921568627,83.3333333333333],[81.3725490196078,65.6862745098039,41.1764705882353],[71.5686274509804,48.0392156862745,22.5490196078431],[136.274509803922,106.862745098039,71.5686274509804],[181.372549019608,150,109.803921568627],[110.78431372549,87.2549019607843,40.1960784313726],[127.450980392157,104.901960784314,63.7254901960784],[117.647058823529,95.0980392156863,64.7058823529412],[111.764705882353,88.2352941176471,62.7450980392157],[153.921568627451,127.450980392157,99.0196078431373],[111.764705882353,81.3725490196078,50.9803921568627],[71.5686274509804,42.156862745098,8.82352941176471],[104.901960784314,74.5098039215686,44.1176470588235],[110.78431372549,86.2745098039216,56.8627450980392],[117.647058823529,98.0392156862745,65.6862745098039],[120.588235294118,103.921568627451,61.7647058823529],[118.627450980392,103.921568627451,61.7647058823529],[155.882352941176,137.254901960784,104.901960784314],[92.156862745098,77.4509803921569,47.0588235294118],[61.7647058823529,52.9411764705882,24.5098039215686],[69.6078431372549,60.7843137254902,28.4313725490196],[94.1176470588235,81.3725490196078,38.2352941176471],[192.156862745098,176.470588235294,126.470588235294],[170.588235294118,149.019607843137,100],[151.960784313725,128.43137254902,83.3333333333333],[138.235294117647,109.803921568627,76.4705882352941],[96.078431372549,66.6666666666667,39.2156862745098],[87.2549019607843,56.8627450980392,36.2745098039216],[214.705882352941,184.313725490196,163.725490196078],[130.392156862745,100.980392156863,75.4901960784314],[90.1960784313725,63.7254901960784,35.2941176470588],[74.5098039215686,50.9803921568627,23.5294117647059],[99.0196078431373,79.4117647058823,54.9019607843137],[76.4705882352941,59.8039215686275,42.156862745098],[41.1764705882353,29.4117647058824,15.6862745098039],[26.4705882352941,22.5490196078431,10.7843137254902],[24.5098039215686,22.5490196078431,10.7843137254902],[58.8235294117647,54.9019607843137,44.1176470588235],[60.7843137254902,53.921568627451,44.1176470588235],[41.1764705882353,32.3529411764706,25.4901960784314],[70.5882352941177,61.7647058823529,54.9019607843137],[82.3529411764706,75.4901960784314,69.6078431372549],[41.1764705882353,36.2745098039216,30.3921568627451],[15.6862745098039,12.7450980392157,3.92156862745098],[34.3137254901961,30.3921568627451,21.5686274509804],[39.2156862745098,31.3725490196078,20.5882352941176],[35.2941176470588,23.5294117647059,9.80392156862745],[23.5294117647059,5.88235294117647,0],[60.7843137254902,34.3137254901961,13.7254901960784],[100,66.6666666666667,42.156862745098],[117.647058823529,82.3529411764706,60.7843137254902],[72.5490196078431,41.1764705882353,26.4705882352941],[37.2549019607843,10.7843137254902,0],[27.4509803921569,7.84313725490196,0],[27.4509803921569,10.7843137254902,3.92156862745098],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,3.92156862745098,4.90196078431373],[7.84313725490196,1.96078431372549,3.92156862745098],[3.92156862745098,0,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[2.94117647058824,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[25.4901960784314,24.5098039215686,22.5490196078431],[3.92156862745098,2.94117647058824,0.980392156862745],[0.980392156862745,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,5.88235294117647,3.92156862745098],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[13.7254901960784,22.5490196078431,27.4509803921569],[20.5882352941176,31.3725490196078,35.2941176470588],[15.6862745098039,29.4117647058824,32.3529411764706],[8.82352941176471,21.5686274509804,27.4509803921569],[1.96078431372549,14.7058823529412,20.5882352941176],[14.7058823529412,25.4901960784314,31.3725490196078],[17.6470588235294,26.4705882352941,33.3333333333333],[20.5882352941176,29.4117647058824,36.2745098039216],[19.6078431372549,28.4313725490196,33.3333333333333],[14.7058823529412,23.5294117647059,28.4313725490196],[14.7058823529412,24.5098039215686,26.4705882352941],[21.5686274509804,32.3529411764706,34.3137254901961],[29.4117647058824,41.1764705882353,41.1764705882353],[32.3529411764706,44.1176470588235,44.1176470588235],[29.4117647058824,41.1764705882353,39.2156862745098],[21.5686274509804,33.3333333333333,31.3725490196078],[21.5686274509804,33.3333333333333,29.4117647058824],[33.3333333333333,45.0980392156863,41.1764705882353],[43.1372549019608,54.9019607843137,50.9803921568627],[46.078431372549,57.843137254902,53.921568627451],[50.9803921568627,60.7843137254902,51.9607843137255],[79.4117647058823,77.4509803921569,64.7058823529412],[92.156862745098,86.2745098039216,70.5882352941177],[108.823529411765,103.921568627451,85.2941176470588],[110.78431372549,105.882352941176,86.2745098039216],[112.745098039216,107.843137254902,86.2745098039216],[106.862745098039,102.941176470588,78.4313725490196],[107.843137254902,103.921568627451,77.4509803921569],[141.176470588235,140.196078431373,110.78431372549],[136.274509803922,135.294117647059,105.882352941176],[107.843137254902,108.823529411765,77.4509803921569],[130.392156862745,134.313725490196,101.960784313725],[109.803921568627,115.686274509804,82.3529411764706],[77.4509803921569,85.2941176470588,49.0196078431373],[158.823529411765,166.666666666667,130.392156862745],[172.549019607843,182.352941176471,146.078431372549],[94.1176470588235,107.843137254902,72.5490196078431],[130.392156862745,151.960784313725,116.666666666667],[60.7843137254902,87.2549019607843,56.8627450980392],[74.5098039215686,102.941176470588,81.3725490196078],[88.2352941176471,119.607843137255,106.862745098039],[70.5882352941177,104.901960784314,99.0196078431373],[99.0196078431373,134.313725490196,134.313725490196],[88.2352941176471,126.470588235294,125.490196078431],[84.3137254901961,122.549019607843,119.607843137255],[129.411764705882,165.686274509804,158.823529411765],[120.588235294118,155.882352941176,146.078431372549],[114.705882352941,150,136.274509803922],[79.4117647058823,114.705882352941,102.941176470588],[58.8235294117647,93.1372549019608,86.2745098039216],[77.4509803921569,110.78431372549,109.803921568627],[83.3333333333333,117.647058823529,121.56862745098],[60.7843137254902,94.1176470588235,96.078431372549],[94.1176470588235,122.549019607843,120.588235294118],[117.647058823529,148.039215686275,142.156862745098],[87.2549019607843,123.529411764706,116.666666666667],[81.3725490196078,120.588235294118,109.803921568627],[99.0196078431373,133.333333333333,113.725490196078],[122.549019607843,153.921568627451,133.333333333333],[142.156862745098,173.529411764706,158.823529411765],[180.392156862745,201.960784313725,189.21568627451],[186.274509803922,190.196078431373,175.490196078431],[250,250,239.21568627451],[249.019607843137,250,248.039215686275],[247.058823529412,250,250],[177.450980392157,186.274509803922,183.333333333333],[141.176470588235,155.882352941176,152.941176470588],[108.823529411765,137.254901960784,133.333333333333],[107.843137254902,139.21568627451,136.274509803922],[125.490196078431,156.862745098039,151.960784313725],[113.725490196078,143.137254901961,135.294117647059],[106.862745098039,130.392156862745,116.666666666667],[123.529411764706,144.117647058824,129.411764705882],[155.882352941176,173.529411764706,161.764705882353],[123.529411764706,143.137254901961,134.313725490196],[85.2941176470588,106.862745098039,104.901960784314],[122.549019607843,146.078431372549,148.039215686275],[118.627450980392,146.078431372549,147.058823529412],[116.666666666667,145.098039215686,141.176470588235],[118.627450980392,146.078431372549,134.313725490196],[91.1764705882353,117.647058823529,100.980392156863],[182.352941176471,206.862745098039,188.235294117647],[171.56862745098,195.098039215686,179.411764705882],[85.2941176470588,107.843137254902,98.0392156862745],[119.607843137255,135.294117647059,122.549019607843],[203.921568627451,203.921568627451,178.43137254902],[172.549019607843,169.607843137255,137.254901960784],[207.843137254902,213.725490196078,180.392156862745],[192.156862745098,199.019607843137,168.627450980392],[185.294117647059,189.21568627451,162.745098039216],[165.686274509804,173.529411764706,150],[201.960784313725,215.686274509804,193.137254901961],[171.56862745098,188.235294117647,169.607843137255],[89.2156862745098,107.843137254902,89.2156862745098],[135.294117647059,147.058823529412,133.333333333333],[231.372549019608,227.450980392157,218.627450980392],[198.039215686275,188.235294117647,179.411764705882],[172.549019607843,164.705882352941,151.960784313725],[205.882352941176,192.156862745098,179.411764705882],[221.56862745098,194.117647058824,183.333333333333],[215.686274509804,184.313725490196,169.607843137255],[199.019607843137,178.43137254902,151.960784313725],[155.882352941176,137.254901960784,104.901960784314],[141.176470588235,118.627450980392,85.2941176470588],[157.843137254902,137.254901960784,106.862745098039],[135.294117647059,120.588235294118,98.0392156862745],[117.647058823529,102.941176470588,82.3529411764706],[135.294117647059,118.627450980392,93.1372549019608],[124.509803921569,108.823529411765,83.3333333333333],[148.039215686275,143.137254901961,123.529411764706],[79.4117647058823,77.4509803921569,56.8627450980392],[90.1960784313725,79.4117647058823,51.9607843137255],[91.1764705882353,76.4705882352941,48.0392156862745],[149.019607843137,137.254901960784,111.764705882353],[185.294117647059,169.607843137255,145.098039215686],[124.509803921569,103.921568627451,77.4509803921569],[216.666666666667,190.196078431373,161.764705882353],[192.156862745098,159.803921568627,129.411764705882],[196.078431372549,166.666666666667,133.333333333333],[250,228.43137254902,198.039215686275],[107.843137254902,83.3333333333333,53.921568627451],[100.980392156863,67.6470588235294,43.1372549019608],[168.627450980392,137.254901960784,114.705882352941],[173.529411764706,150,126.470588235294],[133.333333333333,113.725490196078,89.2156862745098],[132.352941176471,114.705882352941,91.1764705882353],[116.666666666667,99.0196078431373,75.4901960784314],[95.0980392156863,70.5882352941177,49.0196078431373],[87.2549019607843,67.6470588235294,44.1176470588235],[103.921568627451,94.1176470588235,69.6078431372549],[130.392156862745,122.549019607843,100],[66.6666666666667,51.9607843137255,31.3725490196078],[78.4313725490196,58.8235294117647,35.2941176470588],[129.411764705882,100.980392156863,71.5686274509804],[176.470588235294,149.019607843137,112.745098039216],[111.764705882353,93.1372549019608,53.921568627451],[69.6078431372549,54.9019607843137,16.6666666666667],[84.3137254901961,69.6078431372549,37.2549019607843],[178.43137254902,161.764705882353,132.352941176471],[172.549019607843,148.039215686275,117.647058823529],[149.019607843137,120.588235294118,87.2549019607843],[142.156862745098,112.745098039216,77.4509803921569],[123.529411764706,96.078431372549,59.8039215686275],[99.0196078431373,77.4509803921569,41.1764705882353],[80.3921568627451,62.7450980392157,25.4901960784314],[139.21568627451,124.509803921569,84.3137254901961],[111.764705882353,97.0588235294118,56.8627450980392],[153.921568627451,134.313725490196,101.960784313725],[175.490196078431,160.78431372549,130.392156862745],[60.7843137254902,57.843137254902,25.4901960784314],[63.7254901960784,63.7254901960784,26.4705882352941],[77.4509803921569,66.6666666666667,22.5490196078431],[139.21568627451,121.56862745098,74.5098039215686],[203.921568627451,178.43137254902,130.392156862745],[176.470588235294,146.078431372549,102.941176470588],[173.529411764706,141.176470588235,106.862745098039],[136.274509803922,102.941176470588,75.4901960784314],[162.745098039216,127.450980392157,103.921568627451],[199.019607843137,161.764705882353,139.21568627451],[164.705882352941,125.490196078431,100.980392156863],[149.019607843137,112.745098039216,86.2745098039216],[87.2549019607843,53.921568627451,27.4509803921569],[84.3137254901961,58.8235294117647,34.3137254901961],[71.5686274509804,54.9019607843137,35.2941176470588],[35.2941176470588,26.4705882352941,9.80392156862745],[27.4509803921569,25.4901960784314,13.7254901960784],[43.1372549019608,40.1960784313726,33.3333333333333],[66.6666666666667,59.8039215686275,50],[44.1176470588235,34.3137254901961,24.5098039215686],[46.078431372549,32.3529411764706,21.5686274509804],[64.7058823529412,50.9803921568627,42.156862745098],[56.8627450980392,47.0588235294118,38.2352941176471],[82.3529411764706,75.4901960784314,67.6470588235294],[42.156862745098,39.2156862745098,32.3529411764706],[32.3529411764706,32.3529411764706,24.5098039215686],[49.0196078431373,45.0980392156863,36.2745098039216],[37.2549019607843,27.4509803921569,15.6862745098039],[22.5490196078431,3.92156862745098,0],[50.9803921568627,23.5294117647059,1.96078431372549],[59.8039215686275,23.5294117647059,0],[94.1176470588235,57.843137254902,32.3529411764706],[93.1372549019608,61.7647058823529,47.0588235294118],[56.8627450980392,30.3921568627451,19.6078431372549],[40.1960784313726,20.5882352941176,11.7647058823529],[29.4117647058824,11.7647058823529,7.84313725490196],[12.7450980392157,0.980392156862745,0.980392156862745],[12.7450980392157,3.92156862745098,4.90196078431373],[10.7843137254902,4.90196078431373,6.86274509803922],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[11.7647058823529,7.84313725490196,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[2.94117647058824,0,0],[3.92156862745098,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[91.1764705882353,87.2549019607843,86.2745098039216],[48.0392156862745,47.0588235294118,45.0980392156863],[5.88235294117647,4.90196078431373,2.94117647058824],[12.7450980392157,11.7647058823529,9.80392156862745],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[7.84313725490196,7.84313725490196,5.88235294117647],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,4.90196078431373],[0,6.86274509803922,12.7450980392157],[12.7450980392157,21.5686274509804,26.4705882352941],[20.5882352941176,31.3725490196078,37.2549019607843],[17.6470588235294,30.3921568627451,36.2745098039216],[8.82352941176471,21.5686274509804,27.4509803921569],[0,12.7450980392157,18.6274509803922],[15.6862745098039,26.4705882352941,32.3529411764706],[19.6078431372549,30.3921568627451,36.2745098039216],[23.5294117647059,34.3137254901961,38.2352941176471],[20.5882352941176,31.3725490196078,35.2941176470588],[14.7058823529412,23.5294117647059,28.4313725490196],[13.7254901960784,23.5294117647059,25.4901960784314],[24.5098039215686,34.3137254901961,36.2745098039216],[35.2941176470588,45.0980392156863,46.078431372549],[29.4117647058824,39.2156862745098,40.1960784313726],[28.4313725490196,38.2352941176471,37.2549019607843],[35.2941176470588,45.0980392156863,44.1176470588235],[36.2745098039216,47.0588235294118,43.1372549019608],[31.3725490196078,42.156862745098,38.2352941176471],[41.1764705882353,51.9607843137255,46.078431372549],[54.9019607843137,65.6862745098039,59.8039215686275],[58.8235294117647,63.7254901960784,56.8627450980392],[86.2745098039216,82.3529411764706,70.5882352941177],[155.882352941176,147.058823529412,132.352941176471],[121.56862745098,112.745098039216,96.078431372549],[92.156862745098,84.3137254901961,65.6862745098039],[105.882352941176,98.0392156862745,77.4509803921569],[102.941176470588,97.0588235294118,73.5294117647059],[112.745098039216,106.862745098039,81.3725490196078],[111.764705882353,107.843137254902,79.4117647058823],[98.0392156862745,97.0588235294118,67.6470588235294],[101.960784313725,102.941176470588,71.5686274509804],[119.607843137255,123.529411764706,91.1764705882353],[169.607843137255,173.529411764706,139.21568627451],[119.607843137255,125.490196078431,90.1960784313725],[189.21568627451,197.058823529412,160.78431372549],[128.43137254902,138.235294117647,101.960784313725],[90.1960784313725,105.882352941176,69.6078431372549],[159.803921568627,180.392156862745,148.039215686275],[131.372549019608,156.862745098039,128.43137254902],[125.490196078431,154.901960784314,131.372549019608],[100,132.352941176471,115.686274509804],[63.7254901960784,99.0196078431373,89.2156862745098],[70.5882352941177,105.882352941176,101.960784313725],[79.4117647058823,117.647058823529,112.745098039216],[101.960784313725,140.196078431373,135.294117647059],[74.5098039215686,110.78431372549,103.921568627451],[92.156862745098,126.470588235294,119.607843137255],[113.725490196078,146.078431372549,137.254901960784],[73.5294117647059,103.921568627451,96.078431372549],[88.2352941176471,118.627450980392,112.745098039216],[110.78431372549,141.176470588235,136.274509803922],[102.941176470588,134.313725490196,133.333333333333],[66.6666666666667,96.078431372549,94.1176470588235],[109.803921568627,134.313725490196,128.43137254902],[110.78431372549,137.254901960784,128.43137254902],[91.1764705882353,123.529411764706,114.705882352941],[85.2941176470588,118.627450980392,104.901960784314],[118.627450980392,143.137254901961,121.56862745098],[138.235294117647,161.764705882353,140.196078431373],[154.901960784314,181.372549019608,166.666666666667],[180.392156862745,198.039215686275,184.313725490196],[199.019607843137,200.980392156863,180.392156862745],[244.117647058824,238.235294117647,222.549019607843],[238.235294117647,241.176470588235,234.313725490196],[231.372549019608,237.254901960784,233.333333333333],[171.56862745098,178.43137254902,170.588235294118],[126.470588235294,139.21568627451,129.411764705882],[117.647058823529,140.196078431373,134.313725490196],[98.0392156862745,132.352941176471,125.490196078431],[93.1372549019608,140.196078431373,126.470588235294],[101.960784313725,151.960784313725,135.294117647059],[85.2941176470588,125.490196078431,107.843137254902],[85.2941176470588,116.666666666667,101.960784313725],[120.588235294118,146.078431372549,135.294117647059],[119.607843137255,140.196078431373,135.294117647059],[98.0392156862745,115.686274509804,117.647058823529],[111.764705882353,129.411764705882,133.333333333333],[141.176470588235,158.823529411765,160.78431372549],[127.450980392157,145.098039215686,145.098039215686],[114.705882352941,134.313725490196,125.490196078431],[154.901960784314,174.509803921569,162.745098039216],[118.627450980392,141.176470588235,123.529411764706],[132.352941176471,155.882352941176,140.196078431373],[148.039215686275,174.509803921569,159.803921568627],[126.470588235294,144.117647058824,128.43137254902],[147.058823529412,146.078431372549,126.470588235294],[140.196078431373,134.313725490196,110.78431372549],[150,151.960784313725,128.43137254902],[173.529411764706,177.450980392157,154.901960784314],[182.352941176471,185.294117647059,164.705882352941],[106.862745098039,109.803921568627,89.2156862745098],[134.313725490196,139.21568627451,119.607843137255],[191.176470588235,200,179.411764705882],[130.392156862745,144.117647058824,121.56862745098],[156.862745098039,164.705882352941,142.156862745098],[235.294117647059,224.509803921569,206.862745098039],[202.941176470588,186.274509803922,166.666666666667],[188.235294117647,176.470588235294,150.980392156863],[150,134.313725490196,108.823529411765],[165.686274509804,136.274509803922,112.745098039216],[202.941176470588,171.56862745098,147.058823529412],[167.647058823529,145.098039215686,114.705882352941],[165.686274509804,145.098039215686,114.705882352941],[191.176470588235,166.666666666667,136.274509803922],[178.43137254902,154.901960784314,127.450980392157],[152.941176470588,136.274509803922,116.666666666667],[141.176470588235,126.470588235294,105.882352941176],[101.960784313725,82.3529411764706,57.843137254902],[121.56862745098,104.901960784314,79.4117647058823],[150.980392156863,143.137254901961,122.549019607843],[66.6666666666667,60.7843137254902,39.2156862745098],[88.2352941176471,73.5294117647059,45.0980392156863],[84.3137254901961,65.6862745098039,34.3137254901961],[179.411764705882,159.803921568627,133.333333333333],[149.019607843137,128.43137254902,100],[110.78431372549,82.3529411764706,50.9803921568627],[166.666666666667,134.313725490196,100],[203.921568627451,170.588235294118,134.313725490196],[244.117647058824,212.745098039216,175.490196078431],[193.137254901961,167.647058823529,133.333333333333],[96.078431372549,69.6078431372549,40.1960784313726],[89.2156862745098,57.843137254902,33.3333333333333],[178.43137254902,147.058823529412,124.509803921569],[218.627450980392,193.137254901961,170.588235294118],[134.313725490196,112.745098039216,89.2156862745098],[133.333333333333,116.666666666667,91.1764705882353],[103.921568627451,87.2549019607843,61.7647058823529],[128.43137254902,108.823529411765,85.2941176470588],[106.862745098039,89.2156862745098,65.6862745098039],[119.607843137255,109.803921568627,85.2941176470588],[120.588235294118,112.745098039216,90.1960784313725],[75.4901960784314,62.7450980392157,46.078431372549],[118.627450980392,101.960784313725,84.3137254901961],[142.156862745098,120.588235294118,97.0588235294118],[130.392156862745,109.803921568627,83.3333333333333],[66.6666666666667,50,24.5098039215686],[59.8039215686275,46.078431372549,17.6470588235294],[56.8627450980392,44.1176470588235,9.80392156862745],[214.705882352941,200.980392156863,162.745098039216],[142.156862745098,124.509803921569,85.2941176470588],[85.2941176470588,66.6666666666667,25.4901960784314],[156.862745098039,134.313725490196,93.1372549019608],[118.627450980392,96.078431372549,52.9411764705882],[92.156862745098,71.5686274509804,25.4901960784314],[109.803921568627,92.156862745098,47.0588235294118],[100.980392156863,83.3333333333333,48.0392156862745],[83.3333333333333,64.7058823529412,33.3333333333333],[101.960784313725,81.3725490196078,52.9411764705882],[190.196078431373,175.490196078431,143.137254901961],[113.725490196078,116.666666666667,74.5098039215686],[66.6666666666667,69.6078431372549,25.4901960784314],[90.1960784313725,81.3725490196078,39.2156862745098],[105.882352941176,84.3137254901961,46.078431372549],[130.392156862745,98.0392156862745,65.6862745098039],[114.705882352941,78.4313725490196,50],[148.039215686275,113.725490196078,86.2745098039216],[135.294117647059,100.980392156863,73.5294117647059],[208.823529411765,173.529411764706,142.156862745098],[185.294117647059,146.078431372549,111.764705882353],[146.078431372549,102.941176470588,66.6666666666667],[134.313725490196,91.1764705882353,56.8627450980392],[113.725490196078,78.4313725490196,47.0588235294118],[101.960784313725,72.5490196078431,49.0196078431373],[67.6470588235294,49.0196078431373,34.3137254901961],[60.7843137254902,49.0196078431373,37.2549019607843],[28.4313725490196,21.5686274509804,11.7647058823529],[60.7843137254902,53.921568627451,44.1176470588235],[62.7450980392157,49.0196078431373,38.2352941176471],[46.078431372549,28.4313725490196,14.7058823529412],[75.4901960784314,53.921568627451,40.1960784313726],[74.5098039215686,52.9411764705882,39.2156862745098],[41.1764705882353,23.5294117647059,9.80392156862745],[63.7254901960784,50,39.2156862745098],[48.0392156862745,41.1764705882353,31.3725490196078],[48.0392156862745,44.1176470588235,33.3333333333333],[36.2745098039216,32.3529411764706,21.5686274509804],[63.7254901960784,51.9607843137255,38.2352941176471],[59.8039215686275,38.2352941176471,17.6470588235294],[52.9411764705882,19.6078431372549,0],[71.5686274509804,28.4313725490196,0],[94.1176470588235,50.9803921568627,24.5098039215686],[120.588235294118,88.2352941176471,71.5686274509804],[57.843137254902,34.3137254901961,24.5098039215686],[33.3333333333333,13.7254901960784,6.86274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[22.5490196078431,10.7843137254902,10.7843137254902],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[8.82352941176471,3.92156862745098,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[9.80392156862745,5.88235294117647,4.90196078431373],[2.94117647058824,0,0],[18.6274509803922,14.7058823529412,13.7254901960784],[4.90196078431373,0.980392156862745,0],[3.92156862745098,0,0],[37.2549019607843,33.3333333333333,32.3529411764706],[6.86274509803922,5.88235294117647,3.92156862745098],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[1.96078431372549,0.980392156862745,0],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,2.94117647058824],[0,0,0],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[9.80392156862745,7.84313725490196,10.7843137254902],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0.980392156862745,9.80392156862745,14.7058823529412],[9.80392156862745,20.5882352941176,24.5098039215686],[14.7058823529412,27.4509803921569,33.3333333333333],[15.6862745098039,28.4313725490196,34.3137254901961],[8.82352941176471,23.5294117647059,28.4313725490196],[0,14.7058823529412,19.6078431372549],[11.7647058823529,24.5098039215686,30.3921568627451],[21.5686274509804,32.3529411764706,36.2745098039216],[25.4901960784314,36.2745098039216,40.1960784313726],[21.5686274509804,32.3529411764706,34.3137254901961],[14.7058823529412,25.4901960784314,27.4509803921569],[12.7450980392157,22.5490196078431,23.5294117647059],[22.5490196078431,32.3529411764706,33.3333333333333],[36.2745098039216,46.078431372549,45.0980392156863],[47.0588235294118,56.8627450980392,55.8823529411765],[24.5098039215686,35.2941176470588,31.3725490196078],[23.5294117647059,34.3137254901961,30.3921568627451],[30.3921568627451,39.2156862745098,34.3137254901961],[22.5490196078431,31.3725490196078,26.4705882352941],[36.2745098039216,46.078431372549,38.2352941176471],[61.7647058823529,71.5686274509804,63.7254901960784],[71.5686274509804,74.5098039215686,65.6862745098039],[45.0980392156863,42.156862745098,27.4509803921569],[89.2156862745098,80.3921568627451,63.7254901960784],[104.901960784314,97.0588235294118,78.4313725490196],[106.862745098039,99.0196078431373,78.4313725490196],[116.666666666667,108.823529411765,86.2745098039216],[126.470588235294,120.588235294118,97.0588235294118],[109.803921568627,103.921568627451,78.4313725490196],[68.6274509803922,64.7058823529412,36.2745098039216],[53.921568627451,52.9411764705882,23.5294117647059],[73.5294117647059,74.5098039215686,44.1176470588235],[79.4117647058823,83.3333333333333,50.9803921568627],[116.666666666667,122.549019607843,89.2156862745098],[159.803921568627,166.666666666667,133.333333333333],[165.686274509804,175.490196078431,142.156862745098],[127.450980392157,138.235294117647,104.901960784314],[112.745098039216,127.450980392157,95.0980392156863],[97.0588235294118,117.647058823529,87.2549019607843],[160.78431372549,185.294117647059,156.862745098039],[93.1372549019608,120.588235294118,96.078431372549],[47.0588235294118,78.4313725490196,57.843137254902],[57.843137254902,91.1764705882353,75.4901960784314],[57.843137254902,95.0980392156863,84.3137254901961],[69.6078431372549,105.882352941176,98.0392156862745],[108.823529411765,145.098039215686,138.235294117647],[63.7254901960784,98.0392156862745,94.1176470588235],[102.941176470588,137.254901960784,131.372549019608],[127.450980392157,158.823529411765,153.921568627451],[87.2549019607843,117.647058823529,111.764705882353],[100,128.43137254902,123.529411764706],[110.78431372549,139.21568627451,134.313725490196],[87.2549019607843,117.647058823529,111.764705882353],[88.2352941176471,117.647058823529,109.803921568627],[129.411764705882,154.901960784314,144.117647058824],[111.764705882353,137.254901960784,126.470588235294],[113.725490196078,143.137254901961,131.372549019608],[78.4313725490196,105.882352941176,91.1764705882353],[117.647058823529,136.274509803922,114.705882352941],[109.803921568627,127.450980392157,103.921568627451],[113.725490196078,134.313725490196,117.647058823529],[178.43137254902,192.156862745098,175.490196078431],[198.039215686275,200,178.43137254902],[206.862745098039,204.901960784314,184.313725490196],[229.411764705882,235.294117647059,223.529411764706],[177.450980392157,187.254901960784,178.43137254902],[184.313725490196,192.156862745098,177.450980392157],[140.196078431373,151.960784313725,138.235294117647],[95.0980392156863,116.666666666667,104.901960784314],[87.2549019607843,118.627450980392,105.882352941176],[102.941176470588,149.019607843137,131.372549019608],[88.2352941176471,138.235294117647,119.607843137255],[84.3137254901961,127.450980392157,110.78431372549],[85.2941176470588,122.549019607843,107.843137254902],[77.4509803921569,106.862745098039,97.0588235294118],[81.3725490196078,105.882352941176,100],[95.0980392156863,116.666666666667,114.705882352941],[86.2745098039216,105.882352941176,104.901960784314],[100,119.607843137255,118.627450980392],[81.3725490196078,100.980392156863,99.0196078431373],[140.196078431373,159.803921568627,150.980392156863],[140.196078431373,159.803921568627,148.039215686275],[111.764705882353,129.411764705882,115.686274509804],[139.21568627451,156.862745098039,141.176470588235],[136.274509803922,153.921568627451,138.235294117647],[135.294117647059,146.078431372549,129.411764705882],[148.039215686275,146.078431372549,125.490196078431],[131.372549019608,125.490196078431,101.960784313725],[155.882352941176,155.882352941176,132.352941176471],[175.490196078431,179.411764705882,154.901960784314],[186.274509803922,190.196078431373,167.647058823529],[102.941176470588,105.882352941176,85.2941176470588],[125.490196078431,127.450980392157,106.862745098039],[134.313725490196,137.254901960784,116.666666666667],[140.196078431373,150,125.490196078431],[167.647058823529,169.607843137255,146.078431372549],[226.470588235294,208.823529411765,187.254901960784],[187.254901960784,163.725490196078,140.196078431373],[189.21568627451,174.509803921569,146.078431372549],[208.823529411765,192.156862745098,162.745098039216],[163.725490196078,133.333333333333,105.882352941176],[197.058823529412,163.725490196078,137.254901960784],[157.843137254902,135.294117647059,104.901960784314],[103.921568627451,83.3333333333333,52.9411764705882],[200.980392156863,176.470588235294,147.058823529412],[164.705882352941,141.176470588235,115.686274509804],[168.627450980392,151.960784313725,132.352941176471],[132.352941176471,115.686274509804,96.078431372549],[97.0588235294118,75.4901960784314,51.9607843137255],[106.862745098039,87.2549019607843,62.7450980392157],[93.1372549019608,82.3529411764706,62.7450980392157],[50.9803921568627,39.2156862745098,17.6470588235294],[98.0392156862745,77.4509803921569,47.0588235294118],[147.058823529412,123.529411764706,90.1960784313725],[136.274509803922,111.764705882353,81.3725490196078],[164.705882352941,136.274509803922,104.901960784314],[188.235294117647,152.941176470588,117.647058823529],[164.705882352941,127.450980392157,89.2156862745098],[157.843137254902,123.529411764706,82.3529411764706],[242.156862745098,210.78431372549,170.588235294118],[198.039215686275,168.627450980392,131.372549019608],[111.764705882353,81.3725490196078,50.9803921568627],[115.686274509804,85.2941176470588,57.843137254902],[185.294117647059,155.882352941176,132.352941176471],[205.882352941176,180.392156862745,155.882352941176],[112.745098039216,89.2156862745098,65.6862745098039],[104.901960784314,85.2941176470588,60.7843137254902],[93.1372549019608,76.4705882352941,50.9803921568627],[104.901960784314,88.2352941176471,62.7450980392157],[145.098039215686,129.411764705882,104.901960784314],[136.274509803922,124.509803921569,100.980392156863],[39.2156862745098,28.4313725490196,8.82352941176471],[53.921568627451,42.156862745098,26.4705882352941],[76.4705882352941,63.7254901960784,47.0588235294118],[101.960784313725,87.2549019607843,66.6666666666667],[79.4117647058823,62.7450980392157,43.1372549019608],[50,34.3137254901961,18.6274509803922],[66.6666666666667,51.9607843137255,31.3725490196078],[116.666666666667,103.921568627451,69.6078431372549],[156.862745098039,145.098039215686,103.921568627451],[118.627450980392,106.862745098039,65.6862745098039],[91.1764705882353,78.4313725490196,35.2941176470588],[133.333333333333,116.666666666667,71.5686274509804],[159.803921568627,142.156862745098,93.1372549019608],[149.019607843137,128.43137254902,76.4705882352941],[161.764705882353,138.235294117647,91.1764705882353],[37.2549019607843,13.7254901960784,0],[69.6078431372549,44.1176470588235,17.6470588235294],[91.1764705882353,70.5882352941177,40.1960784313726],[90.1960784313725,76.4705882352941,42.156862745098],[112.745098039216,114.705882352941,68.6274509803922],[78.4313725490196,80.3921568627451,34.3137254901961],[102.941176470588,91.1764705882353,51.9607843137255],[128.43137254902,104.901960784314,71.5686274509804],[137.254901960784,103.921568627451,77.4509803921569],[136.274509803922,100,74.5098039215686],[123.529411764706,87.2549019607843,60.7843137254902],[165.686274509804,130.392156862745,99.0196078431373],[195.098039215686,157.843137254902,121.56862745098],[195.098039215686,153.921568627451,116.666666666667],[148.039215686275,103.921568627451,65.6862745098039],[111.764705882353,68.6274509803922,32.3529411764706],[135.294117647059,97.0588235294118,66.6666666666667],[109.803921568627,78.4313725490196,53.921568627451],[51.9607843137255,31.3725490196078,12.7450980392157],[50,34.3137254901961,21.5686274509804],[28.4313725490196,16.6666666666667,4.90196078431373],[65.6862745098039,51.9607843137255,39.2156862745098],[49.0196078431373,31.3725490196078,17.6470588235294],[52.9411764705882,32.3529411764706,15.6862745098039],[81.3725490196078,55.8823529411765,39.2156862745098],[78.4313725490196,52.9411764705882,36.2745098039216],[63.7254901960784,42.156862745098,28.4313725490196],[37.2549019607843,21.5686274509804,6.86274509803922],[26.4705882352941,16.6666666666667,4.90196078431373],[15.6862745098039,9.80392156862745,0],[25.4901960784314,17.6470588235294,4.90196078431373],[50.9803921568627,38.2352941176471,21.5686274509804],[70.5882352941177,46.078431372549,24.5098039215686],[87.2549019607843,51.9607843137255,26.4705882352941],[84.3137254901961,40.1960784313726,9.80392156862745],[113.725490196078,70.5882352941177,44.1176470588235],[103.921568627451,73.5294117647059,55.8823529411765],[58.8235294117647,35.2941176470588,25.4901960784314],[40.1960784313726,20.5882352941176,13.7254901960784],[26.4705882352941,11.7647058823529,6.86274509803922],[11.7647058823529,1.96078431372549,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,0.980392156862745],[6.86274509803922,2.94117647058824,1.96078431372549],[16.6666666666667,12.7450980392157,11.7647058823529],[2.94117647058824,0,0],[3.92156862745098,0,0],[2.94117647058824,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[7.84313725490196,6.86274509803922,4.90196078431373],[8.82352941176471,7.84313725490196,5.88235294117647],[24.5098039215686,23.5294117647059,21.5686274509804],[138.235294117647,138.235294117647,136.274509803922],[14.7058823529412,14.7058823529412,12.7450980392157],[0,0,0],[0.980392156862745,0.980392156862745,0],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[10.7843137254902,8.82352941176471,11.7647058823529],[1.96078431372549,0,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[3.92156862745098,10.7843137254902,16.6666666666667],[8.82352941176471,17.6470588235294,22.5490196078431],[11.7647058823529,22.5490196078431,28.4313725490196],[11.7647058823529,24.5098039215686,30.3921568627451],[8.82352941176471,23.5294117647059,28.4313725490196],[2.94117647058824,17.6470588235294,22.5490196078431],[9.80392156862745,23.5294117647059,26.4705882352941],[18.6274509803922,32.3529411764706,35.2941176470588],[21.5686274509804,35.2941176470588,38.2352941176471],[18.6274509803922,29.4117647058824,31.3725490196078],[13.7254901960784,24.5098039215686,26.4705882352941],[12.7450980392157,24.5098039215686,24.5098039215686],[25.4901960784314,35.2941176470588,36.2745098039216],[42.156862745098,51.9607843137255,50.9803921568627],[35.2941176470588,44.1176470588235,41.1764705882353],[20.5882352941176,29.4117647058824,24.5098039215686],[28.4313725490196,37.2549019607843,32.3529411764706],[37.2549019607843,44.1176470588235,37.2549019607843],[25.4901960784314,32.3529411764706,25.4901960784314],[31.3725490196078,36.2745098039216,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[45.0980392156863,48.0392156862745,37.2549019607843],[52.9411764705882,50,33.3333333333333],[82.3529411764706,75.4901960784314,56.8627450980392],[151.960784313725,145.098039215686,126.470588235294],[111.764705882353,105.882352941176,84.3137254901961],[79.4117647058823,73.5294117647059,50],[111.764705882353,107.843137254902,83.3333333333333],[87.2549019607843,83.3333333333333,58.8235294117647],[74.5098039215686,73.5294117647059,46.078431372549],[77.4509803921569,80.3921568627451,51.9607843137255],[84.3137254901961,89.2156862745098,59.8039215686275],[111.764705882353,117.647058823529,90.1960784313725],[145.098039215686,153.921568627451,125.490196078431],[173.529411764706,184.313725490196,154.901960784314],[103.921568627451,116.666666666667,89.2156862745098],[75.4901960784314,90.1960784313725,61.7647058823529],[91.1764705882353,106.862745098039,80.3921568627451],[94.1176470588235,111.764705882353,86.2745098039216],[119.607843137255,139.21568627451,114.705882352941],[110.78431372549,134.313725490196,110.78431372549],[101.960784313725,129.411764705882,106.862745098039],[104.901960784314,137.254901960784,116.666666666667],[81.3725490196078,117.647058823529,100],[108.823529411765,146.078431372549,133.333333333333],[96.078431372549,132.352941176471,124.509803921569],[80.3921568627451,114.705882352941,110.78431372549],[69.6078431372549,100.980392156863,100],[106.862745098039,136.274509803922,136.274509803922],[93.1372549019608,122.549019607843,120.588235294118],[57.843137254902,88.2352941176471,82.3529411764706],[99.0196078431373,130.392156862745,119.607843137255],[97.0588235294118,128.43137254902,113.725490196078],[86.2745098039216,116.666666666667,100.980392156863],[82.3529411764706,108.823529411765,94.1176470588235],[90.1960784313725,116.666666666667,101.960784313725],[110.78431372549,137.254901960784,122.549019607843],[83.3333333333333,105.882352941176,88.2352941176471],[96.078431372549,110.78431372549,90.1960784313725],[128.43137254902,142.156862745098,119.607843137255],[114.705882352941,129.411764705882,108.823529411765],[104.901960784314,116.666666666667,95.0980392156863],[149.019607843137,153.921568627451,131.372549019608],[211.764705882353,215.686274509804,193.137254901961],[176.470588235294,185.294117647059,166.666666666667],[134.313725490196,147.058823529412,129.411764705882],[142.156862745098,154.901960784314,135.294117647059],[113.725490196078,128.43137254902,109.803921568627],[83.3333333333333,103.921568627451,87.2549019607843],[103.921568627451,127.450980392157,111.764705882353],[113.725490196078,144.117647058824,128.43137254902],[72.5490196078431,105.882352941176,90.1960784313725],[52.9411764705882,86.2745098039216,72.5490196078431],[60.7843137254902,93.1372549019608,84.3137254901961],[59.8039215686275,92.156862745098,85.2941176470588],[71.5686274509804,103.921568627451,97.0588235294118],[88.2352941176471,120.588235294118,113.725490196078],[74.5098039215686,106.862745098039,98.0392156862745],[62.7450980392157,93.1372549019608,85.2941176470588],[92.156862745098,121.56862745098,111.764705882353],[97.0588235294118,124.509803921569,112.745098039216],[97.0588235294118,118.627450980392,106.862745098039],[122.549019607843,138.235294117647,125.490196078431],[142.156862745098,150,135.294117647059],[163.725490196078,164.705882352941,149.019607843137],[176.470588235294,174.509803921569,153.921568627451],[196.078431372549,193.137254901961,162.745098039216],[215.686274509804,212.745098039216,178.43137254902],[195.098039215686,199.019607843137,164.705882352941],[165.686274509804,170.588235294118,139.21568627451],[183.333333333333,190.196078431373,159.803921568627],[144.117647058824,148.039215686275,123.529411764706],[81.3725490196078,79.4117647058823,56.8627450980392],[103.921568627451,101.960784313725,79.4117647058823],[128.43137254902,132.352941176471,107.843137254902],[153.921568627451,150,125.490196078431],[201.960784313725,177.450980392157,157.843137254902],[191.176470588235,160.78431372549,141.176470588235],[175.490196078431,158.823529411765,133.333333333333],[210.78431372549,191.176470588235,166.666666666667],[189.21568627451,157.843137254902,137.254901960784],[202.941176470588,168.627450980392,147.058823529412],[163.725490196078,140.196078431373,114.705882352941],[120.588235294118,100,73.5294117647059],[164.705882352941,139.21568627451,112.745098039216],[184.313725490196,160.78431372549,137.254901960784],[184.313725490196,165.686274509804,149.019607843137],[129.411764705882,110.78431372549,94.1176470588235],[133.333333333333,109.803921568627,86.2745098039216],[142.156862745098,118.627450980392,95.0980392156863],[107.843137254902,93.1372549019608,72.5490196078431],[39.2156862745098,23.5294117647059,0],[96.078431372549,70.5882352941177,38.2352941176471],[187.254901960784,155.882352941176,118.627450980392],[142.156862745098,109.803921568627,75.4901960784314],[182.352941176471,148.039215686275,110.78431372549],[176.470588235294,132.352941176471,92.156862745098],[177.450980392157,134.313725490196,90.1960784313725],[159.803921568627,123.529411764706,79.4117647058823],[247.058823529412,214.705882352941,170.588235294118],[248.039215686275,213.725490196078,176.470588235294],[178.43137254902,145.098039215686,110.78431372549],[95.0980392156863,64.7058823529412,36.2745098039216],[214.705882352941,188.235294117647,161.764705882353],[152.941176470588,125.490196078431,101.960784313725],[123.529411764706,98.0392156862745,73.5294117647059],[84.3137254901961,63.7254901960784,37.2549019607843],[65.6862745098039,49.0196078431373,21.5686274509804],[66.6666666666667,52.9411764705882,24.5098039215686],[116.666666666667,105.882352941176,78.4313725490196],[104.901960784314,90.1960784313725,67.6470588235294],[55.8823529411765,43.1372549019608,24.5098039215686],[52.9411764705882,41.1764705882353,25.4901960784314],[45.0980392156863,36.2745098039216,21.5686274509804],[93.1372549019608,86.2745098039216,67.6470588235294],[84.3137254901961,75.4901960784314,58.8235294117647],[81.3725490196078,64.7058823529412,54.9019607843137],[107.843137254902,91.1764705882353,75.4901960784314],[136.274509803922,121.56862745098,91.1764705882353],[103.921568627451,92.156862745098,54.9019607843137],[124.509803921569,117.647058823529,76.4705882352941],[136.274509803922,129.411764705882,84.3137254901961],[150,140.196078431373,92.156862745098],[161.764705882353,144.117647058824,95.0980392156863],[172.549019607843,148.039215686275,95.0980392156863],[195.098039215686,164.705882352941,118.627450980392],[103.921568627451,70.5882352941177,36.2745098039216],[73.5294117647059,43.1372549019608,15.6862745098039],[101.960784313725,79.4117647058823,48.0392156862745],[68.6274509803922,52.9411764705882,19.6078431372549],[147.058823529412,138.235294117647,100],[113.725490196078,104.901960784314,66.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[96.078431372549,71.5686274509804,41.1764705882353],[92.156862745098,61.7647058823529,33.3333333333333],[113.725490196078,79.4117647058823,50],[110.78431372549,75.4901960784314,40.1960784313726],[163.725490196078,126.470588235294,90.1960784313725],[206.862745098039,168.627450980392,130.392156862745],[183.333333333333,144.117647058824,108.823529411765],[136.274509803922,96.078431372549,64.7058823529412],[110.78431372549,70.5882352941177,43.1372549019608],[144.117647058824,107.843137254902,82.3529411764706],[151.960784313725,120.588235294118,98.0392156862745],[121.56862745098,98.0392156862745,74.5098039215686],[64.7058823529412,45.0980392156863,21.5686274509804],[64.7058823529412,46.078431372549,29.4117647058824],[84.3137254901961,65.6862745098039,50.9803921568627],[70.5882352941177,48.0392156862745,32.3529411764706],[59.8039215686275,37.2549019607843,21.5686274509804],[53.921568627451,31.3725490196078,15.6862745098039],[52.9411764705882,30.3921568627451,16.6666666666667],[63.7254901960784,45.0980392156863,30.3921568627451],[42.156862745098,26.4705882352941,11.7647058823529],[48.0392156862745,36.2745098039216,22.5490196078431],[54.9019607843137,43.1372549019608,27.4509803921569],[56.8627450980392,44.1176470588235,27.4509803921569],[59.8039215686275,42.156862745098,22.5490196078431],[86.2745098039216,60.7843137254902,38.2352941176471],[135.294117647059,100,74.5098039215686],[135.294117647059,92.156862745098,63.7254901960784],[141.176470588235,100,75.4901960784314],[108.823529411765,77.4509803921569,62.7450980392157],[43.1372549019608,19.6078431372549,9.80392156862745],[18.6274509803922,0,0],[24.5098039215686,9.80392156862745,6.86274509803922],[19.6078431372549,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,4.90196078431373],[3.92156862745098,0,1.96078431372549],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[7.84313725490196,3.92156862745098,2.94117647058824],[12.7450980392157,8.82352941176471,7.84313725490196],[2.94117647058824,0,0],[10.7843137254902,6.86274509803922,5.88235294117647],[4.90196078431373,0.980392156862745,0],[4.90196078431373,0.980392156862745,0],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,2.94117647058824,0.980392156862745],[7.84313725490196,6.86274509803922,4.90196078431373],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0.980392156862745,0],[114.705882352941,114.705882352941,112.745098039216],[0,0,0],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[8.82352941176471,6.86274509803922,9.80392156862745],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,7.84313725490196,10.7843137254902],[3.92156862745098,12.7450980392157,17.6470588235294],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,18.6274509803922,24.5098039215686],[8.82352941176471,23.5294117647059,28.4313725490196],[6.86274509803922,24.5098039215686,28.4313725490196],[0.980392156862745,18.6274509803922,22.5490196078431],[8.82352941176471,23.5294117647059,26.4705882352941],[16.6666666666667,30.3921568627451,33.3333333333333],[15.6862745098039,29.4117647058824,30.3921568627451],[10.7843137254902,24.5098039215686,25.4901960784314],[11.7647058823529,23.5294117647059,23.5294117647059],[13.7254901960784,25.4901960784314,23.5294117647059],[26.4705882352941,36.2745098039216,35.2941176470588],[45.0980392156863,55.8823529411765,51.9607843137255],[12.7450980392157,21.5686274509804,16.6666666666667],[15.6862745098039,25.4901960784314,17.6470588235294],[24.5098039215686,31.3725490196078,24.5098039215686],[22.5490196078431,29.4117647058824,21.5686274509804],[23.5294117647059,28.4313725490196,21.5686274509804],[45.0980392156863,50,43.1372549019608],[66.6666666666667,71.5686274509804,64.7058823529412],[70.5882352941177,72.5490196078431,59.8039215686275],[94.1176470588235,91.1764705882353,72.5490196078431],[140.196078431373,135.294117647059,113.725490196078],[157.843137254902,152.941176470588,131.372549019608],[112.745098039216,107.843137254902,86.2745098039216],[93.1372549019608,89.2156862745098,64.7058823529412],[100.980392156863,99.0196078431373,74.5098039215686],[89.2156862745098,87.2549019607843,62.7450980392157],[82.3529411764706,84.3137254901961,60.7843137254902],[108.823529411765,112.745098039216,88.2352941176471],[109.803921568627,115.686274509804,90.1960784313725],[125.490196078431,133.333333333333,109.803921568627],[100,111.764705882353,88.2352941176471],[96.078431372549,109.803921568627,85.2941176470588],[97.0588235294118,111.764705882353,89.2156862745098],[45.0980392156863,62.7450980392157,41.1764705882353],[112.745098039216,127.450980392157,104.901960784314],[143.137254901961,156.862745098039,132.352941176471],[159.803921568627,175.490196078431,150],[120.588235294118,139.21568627451,117.647058823529],[69.6078431372549,94.1176470588235,72.5490196078431],[91.1764705882353,122.549019607843,101.960784313725],[57.843137254902,91.1764705882353,74.5098039215686],[127.450980392157,162.745098039216,150.980392156863],[89.2156862745098,125.490196078431,117.647058823529],[74.5098039215686,108.823529411765,104.901960784314],[70.5882352941177,104.901960784314,100.980392156863],[72.5490196078431,103.921568627451,100.980392156863],[75.4901960784314,106.862745098039,101.960784313725],[118.627450980392,150.980392156863,142.156862745098],[163.725490196078,197.058823529412,183.333333333333],[97.0588235294118,130.392156862745,113.725490196078],[99.0196078431373,131.372549019608,112.745098039216],[80.3921568627451,108.823529411765,91.1764705882353],[113.725490196078,140.196078431373,121.56862745098],[69.6078431372549,92.156862745098,72.5490196078431],[95.0980392156863,113.725490196078,94.1176470588235],[118.627450980392,133.333333333333,112.745098039216],[139.21568627451,150.980392156863,129.411764705882],[100.980392156863,110.78431372549,87.2549019607843],[92.156862745098,101.960784313725,77.4509803921569],[165.686274509804,175.490196078431,150.980392156863],[147.058823529412,159.803921568627,134.313725490196],[78.4313725490196,92.156862745098,66.6666666666667],[102.941176470588,118.627450980392,93.1372549019608],[100.980392156863,118.627450980392,95.0980392156863],[84.3137254901961,102.941176470588,81.3725490196078],[103.921568627451,122.549019607843,100.980392156863],[134.313725490196,152.941176470588,133.333333333333],[123.529411764706,140.196078431373,122.549019607843],[96.078431372549,113.725490196078,101.960784313725],[103.921568627451,126.470588235294,118.627450980392],[113.725490196078,142.156862745098,137.254901960784],[91.1764705882353,121.56862745098,116.666666666667],[85.2941176470588,117.647058823529,110.78431372549],[117.647058823529,152.941176470588,141.176470588235],[145.098039215686,180.392156862745,166.666666666667],[106.862745098039,143.137254901961,126.470588235294],[61.7647058823529,95.0980392156863,79.4117647058823],[98.0392156862745,129.411764705882,116.666666666667],[136.274509803922,161.764705882353,149.019607843137],[103.921568627451,119.607843137255,106.862745098039],[157.843137254902,164.705882352941,149.019607843137],[211.764705882353,206.862745098039,187.254901960784],[149.019607843137,142.156862745098,116.666666666667],[211.764705882353,208.823529411765,174.509803921569],[186.274509803922,188.235294117647,150],[220.588235294118,224.509803921569,188.235294117647],[135.294117647059,141.176470588235,107.843137254902],[153.921568627451,160.78431372549,130.392156862745],[98.0392156862745,100.980392156863,74.5098039215686],[81.3725490196078,76.4705882352941,54.9019607843137],[133.333333333333,128.43137254902,106.862745098039],[121.56862745098,121.56862745098,96.078431372549],[159.803921568627,152.941176470588,127.450980392157],[175.490196078431,145.098039215686,124.509803921569],[167.647058823529,133.333333333333,113.725490196078],[179.411764705882,159.803921568627,135.294117647059],[171.56862745098,151.960784313725,125.490196078431],[197.058823529412,165.686274509804,143.137254901961],[188.235294117647,153.921568627451,134.313725490196],[124.509803921569,100.980392156863,77.4509803921569],[171.56862745098,150,126.470588235294],[157.843137254902,132.352941176471,107.843137254902],[182.352941176471,158.823529411765,135.294117647059],[118.627450980392,100,83.3333333333333],[110.78431372549,92.156862745098,75.4901960784314],[126.470588235294,100.980392156863,78.4313725490196],[167.647058823529,142.156862745098,117.647058823529],[228.43137254902,210.78431372549,189.21568627451],[150,130.392156862745,105.882352941176],[159.803921568627,130.392156862745,95.0980392156863],[158.823529411765,124.509803921569,85.2941176470588],[174.509803921569,137.254901960784,99.0196078431373],[184.313725490196,142.156862745098,100.980392156863],[201.960784313725,151.960784313725,105.882352941176],[207.843137254902,158.823529411765,110.78431372549],[172.549019607843,135.294117647059,87.2549019607843],[199.019607843137,165.686274509804,120.588235294118],[197.058823529412,158.823529411765,118.627450980392],[169.607843137255,132.352941176471,97.0588235294118],[112.745098039216,82.3529411764706,51.9607843137255],[178.43137254902,151.960784313725,123.529411764706],[128.43137254902,101.960784313725,75.4901960784314],[164.705882352941,138.235294117647,111.764705882353],[108.823529411765,85.2941176470588,57.843137254902],[79.4117647058823,60.7843137254902,31.3725490196078],[54.9019607843137,44.1176470588235,12.7450980392157],[91.1764705882353,82.3529411764706,53.921568627451],[110.78431372549,95.0980392156863,72.5490196078431],[65.6862745098039,50.9803921568627,32.3529411764706],[73.5294117647059,64.7058823529412,50],[38.2352941176471,31.3725490196078,15.6862745098039],[57.843137254902,52.9411764705882,34.3137254901961],[83.3333333333333,76.4705882352941,58.8235294117647],[96.078431372549,84.3137254901961,70.5882352941177],[119.607843137255,106.862745098039,91.1764705882353],[64.7058823529412,52.9411764705882,29.4117647058824],[59.8039215686275,50.9803921568627,20.5882352941176],[76.4705882352941,70.5882352941177,35.2941176470588],[93.1372549019608,86.2745098039216,45.0980392156863],[112.745098039216,100,56.8627450980392],[118.627450980392,100.980392156863,53.921568627451],[85.2941176470588,57.843137254902,10.7843137254902],[138.235294117647,106.862745098039,60.7843137254902],[164.705882352941,130.392156862745,93.1372549019608],[117.647058823529,85.2941176470588,50.9803921568627],[156.862745098039,131.372549019608,95.0980392156863],[146.078431372549,124.509803921569,88.2352941176471],[112.745098039216,93.1372549019608,56.8627450980392],[123.529411764706,103.921568627451,69.6078431372549],[66.6666666666667,44.1176470588235,13.7254901960784],[62.7450980392157,37.2549019607843,10.7843137254902],[102.941176470588,73.5294117647059,46.078431372549],[110.78431372549,78.4313725490196,48.0392156862745],[123.529411764706,89.2156862745098,51.9607843137255],[140.196078431373,103.921568627451,62.7450980392157],[128.43137254902,92.156862745098,50.9803921568627],[125.490196078431,88.2352941176471,50],[114.705882352941,79.4117647058823,46.078431372549],[88.2352941176471,54.9019607843137,27.4509803921569],[56.8627450980392,25.4901960784314,0.980392156862745],[69.6078431372549,40.1960784313726,16.6666666666667],[125.490196078431,99.0196078431373,72.5490196078431],[118.627450980392,93.1372549019608,68.6274509803922],[67.6470588235294,43.1372549019608,21.5686274509804],[73.5294117647059,50.9803921568627,33.3333333333333],[95.0980392156863,72.5490196078431,58.8235294117647],[86.2745098039216,64.7058823529412,51.9607843137255],[71.5686274509804,51.9607843137255,41.1764705882353],[61.7647058823529,44.1176470588235,34.3137254901961],[38.2352941176471,21.5686274509804,11.7647058823529],[35.2941176470588,21.5686274509804,10.7843137254902],[44.1176470588235,32.3529411764706,18.6274509803922],[84.3137254901961,71.5686274509804,54.9019607843137],[79.4117647058823,62.7450980392157,43.1372549019608],[77.4509803921569,56.8627450980392,36.2745098039216],[88.2352941176471,60.7843137254902,39.2156862745098],[122.549019607843,89.2156862745098,64.7058823529412],[125.490196078431,89.2156862745098,62.7450980392157],[94.1176470588235,58.8235294117647,35.2941176470588],[87.2549019607843,58.8235294117647,45.0980392156863],[48.0392156862745,24.5098039215686,14.7058823529412],[30.3921568627451,11.7647058823529,5.88235294117647],[19.6078431372549,4.90196078431373,1.96078431372549],[6.86274509803922,0,0],[6.86274509803922,0.980392156862745,2.94117647058824],[7.84313725490196,2.94117647058824,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,0.980392156862745,0.980392156862745],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,0],[2.94117647058824,0,0],[2.94117647058824,0,0],[3.92156862745098,0,0],[14.7058823529412,10.7843137254902,9.80392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[0.980392156862745,0,0],[8.82352941176471,7.84313725490196,5.88235294117647],[5.88235294117647,4.90196078431373,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0.980392156862745,0.980392156862745,0],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,1.96078431372549],[13.7254901960784,11.7647058823529,14.7058823529412],[54.9019607843137,52.9411764705882,55.8823529411765],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0,7.84313725490196,10.7843137254902],[2.94117647058824,11.7647058823529,16.6666666666667],[3.92156862745098,14.7058823529412,18.6274509803922],[4.90196078431373,17.6470588235294,23.5294117647059],[9.80392156862745,24.5098039215686,29.4117647058824],[6.86274509803922,24.5098039215686,28.4313725490196],[0,15.6862745098039,19.6078431372549],[5.88235294117647,20.5882352941176,23.5294117647059],[12.7450980392157,28.4313725490196,28.4313725490196],[11.7647058823529,25.4901960784314,26.4705882352941],[8.82352941176471,22.5490196078431,23.5294117647059],[11.7647058823529,23.5294117647059,23.5294117647059],[11.7647058823529,23.5294117647059,21.5686274509804],[18.6274509803922,28.4313725490196,27.4509803921569],[32.3529411764706,43.1372549019608,39.2156862745098],[25.4901960784314,34.3137254901961,29.4117647058824],[28.4313725490196,35.2941176470588,28.4313725490196],[19.6078431372549,24.5098039215686,18.6274509803922],[17.6470588235294,22.5490196078431,15.6862745098039],[38.2352941176471,41.1764705882353,34.3137254901961],[59.8039215686275,62.7450980392157,53.921568627451],[61.7647058823529,64.7058823529412,55.8823529411765],[55.8823529411765,56.8627450980392,43.1372549019608],[76.4705882352941,74.5098039215686,53.921568627451],[152.941176470588,149.019607843137,124.509803921569],[140.196078431373,136.274509803922,111.764705882353],[101.960784313725,100,75.4901960784314],[88.2352941176471,86.2745098039216,63.7254901960784],[81.3725490196078,81.3725490196078,57.843137254902],[87.2549019607843,89.2156862745098,65.6862745098039],[68.6274509803922,72.5490196078431,50],[77.4509803921569,82.3529411764706,60.7843137254902],[120.588235294118,129.411764705882,108.823529411765],[69.6078431372549,81.3725490196078,61.7647058823529],[84.3137254901961,99.0196078431373,80.3921568627451],[141.176470588235,157.843137254902,140.196078431373],[67.6470588235294,85.2941176470588,69.6078431372549],[88.2352941176471,108.823529411765,94.1176470588235],[89.2156862745098,105.882352941176,87.2549019607843],[100,112.745098039216,85.2941176470588],[113.725490196078,124.509803921569,95.0980392156863],[104.901960784314,119.607843137255,97.0588235294118],[100,120.588235294118,103.921568627451],[94.1176470588235,119.607843137255,108.823529411765],[60.7843137254902,91.1764705882353,83.3333333333333],[103.921568627451,135.294117647059,130.392156862745],[48.0392156862745,82.3529411764706,76.4705882352941],[59.8039215686275,96.078431372549,88.2352941176471],[58.8235294117647,94.1176470588235,84.3137254901961],[76.4705882352941,111.764705882353,98.0392156862745],[84.3137254901961,117.647058823529,103.921568627451],[150,183.333333333333,169.607843137255],[171.56862745098,204.901960784314,191.176470588235],[88.2352941176471,121.56862745098,107.843137254902],[97.0588235294118,130.392156862745,114.705882352941],[124.509803921569,156.862745098039,138.235294117647],[110.78431372549,138.235294117647,116.666666666667],[87.2549019607843,105.882352941176,84.3137254901961],[145.098039215686,159.803921568627,139.21568627451],[129.411764705882,144.117647058824,125.490196078431],[100.980392156863,112.745098039216,93.1372549019608],[126.470588235294,132.352941176471,106.862745098039],[157.843137254902,163.725490196078,136.274509803922],[200.980392156863,216.666666666667,191.176470588235],[133.333333333333,152.941176470588,126.470588235294],[131.372549019608,148.039215686275,116.666666666667],[106.862745098039,123.529411764706,92.156862745098],[83.3333333333333,105.882352941176,78.4313725490196],[119.607843137255,143.137254901961,117.647058823529],[163.725490196078,183.333333333333,156.862745098039],[191.176470588235,204.901960784314,180.392156862745],[113.725490196078,120.588235294118,102.941176470588],[133.333333333333,141.176470588235,128.43137254902],[157.843137254902,169.607843137255,165.686274509804],[130.392156862745,149.019607843137,147.058823529412],[99.0196078431373,123.529411764706,120.588235294118],[113.725490196078,140.196078431373,135.294117647059],[135.294117647059,160.78431372549,150],[149.019607843137,176.470588235294,161.764705882353],[166.666666666667,197.058823529412,179.411764705882],[54.9019607843137,87.2549019607843,70.5882352941177],[104.901960784314,138.235294117647,122.549019607843],[111.764705882353,142.156862745098,127.450980392157],[116.666666666667,139.21568627451,121.56862745098],[146.078431372549,158.823529411765,139.21568627451],[217.647058823529,220.588235294118,194.117647058824],[135.294117647059,132.352941176471,101.960784313725],[184.313725490196,185.294117647059,151.960784313725],[150.980392156863,154.901960784314,120.588235294118],[184.313725490196,190.196078431373,156.862745098039],[155.882352941176,162.745098039216,132.352941176471],[105.882352941176,111.764705882353,84.3137254901961],[100,101.960784313725,78.4313725490196],[150.980392156863,145.098039215686,123.529411764706],[168.627450980392,160.78431372549,138.235294117647],[132.352941176471,131.372549019608,103.921568627451],[150,141.176470588235,112.745098039216],[174.509803921569,143.137254901961,118.627450980392],[153.921568627451,118.627450980392,93.1372549019608],[220.588235294118,200,169.607843137255],[216.666666666667,196.078431372549,165.686274509804],[186.274509803922,155.882352941176,128.43137254902],[148.039215686275,114.705882352941,90.1960784313725],[105.882352941176,82.3529411764706,58.8235294117647],[111.764705882353,92.156862745098,68.6274509803922],[144.117647058824,118.627450980392,96.078431372549],[147.058823529412,122.549019607843,100.980392156863],[105.882352941176,87.2549019607843,72.5490196078431],[109.803921568627,88.2352941176471,74.5098039215686],[115.686274509804,88.2352941176471,66.6666666666667],[100.980392156863,73.5294117647059,50],[186.274509803922,165.686274509804,145.098039215686],[208.823529411765,185.294117647059,159.803921568627],[153.921568627451,120.588235294118,84.3137254901961],[111.764705882353,70.5882352941177,29.4117647058824],[133.333333333333,91.1764705882353,49.0196078431373],[183.333333333333,137.254901960784,92.156862745098],[218.627450980392,163.725490196078,113.725490196078],[182.352941176471,130.392156862745,79.4117647058823],[201.960784313725,162.745098039216,111.764705882353],[185.294117647059,150,100.980392156863],[119.607843137255,77.4509803921569,36.2745098039216],[177.450980392157,138.235294117647,102.941176470588],[118.627450980392,90.1960784313725,58.8235294117647],[117.647058823529,93.1372549019608,63.7254901960784],[97.0588235294118,67.6470588235294,42.156862745098],[142.156862745098,112.745098039216,87.2549019607843],[139.21568627451,113.725490196078,87.2549019607843],[68.6274509803922,50,20.5882352941176],[78.4313725490196,69.6078431372549,37.2549019607843],[107.843137254902,99.0196078431373,68.6274509803922],[159.803921568627,144.117647058824,121.56862745098],[86.2745098039216,69.6078431372549,51.9607843137255],[66.6666666666667,57.843137254902,43.1372549019608],[79.4117647058823,72.5490196078431,56.8627450980392],[75.4901960784314,66.6666666666667,50],[78.4313725490196,70.5882352941177,51.9607843137255],[61.7647058823529,55.8823529411765,34.3137254901961],[38.2352941176471,33.3333333333333,11.7647058823529],[52.9411764705882,48.0392156862745,29.4117647058824],[70.5882352941177,63.7254901960784,45.0980392156863],[80.3921568627451,68.6274509803922,43.1372549019608],[97.0588235294118,80.3921568627451,50.9803921568627],[114.705882352941,93.1372549019608,56.8627450980392],[131.372549019608,106.862745098039,67.6470588235294],[152.941176470588,125.490196078431,87.2549019607843],[120.588235294118,92.156862745098,50.9803921568627],[108.823529411765,78.4313725490196,33.3333333333333],[162.745098039216,132.352941176471,86.2745098039216],[155.882352941176,123.529411764706,81.3725490196078],[199.019607843137,166.666666666667,126.470588235294],[136.274509803922,102.941176470588,65.6862745098039],[126.470588235294,94.1176470588235,61.7647058823529],[85.2941176470588,55.8823529411765,30.3921568627451],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,67.6470588235294,47.0588235294118],[113.725490196078,82.3529411764706,57.843137254902],[136.274509803922,100.980392156863,67.6470588235294],[109.803921568627,73.5294117647059,32.3529411764706],[111.764705882353,75.4901960784314,31.3725490196078],[107.843137254902,76.4705882352941,30.3921568627451],[102.941176470588,75.4901960784314,36.2745098039216],[101.960784313725,76.4705882352941,44.1176470588235],[66.6666666666667,41.1764705882353,14.7058823529412],[52.9411764705882,25.4901960784314,1.96078431372549],[89.2156862745098,55.8823529411765,31.3725490196078],[109.803921568627,75.4901960784314,53.921568627451],[89.2156862745098,61.7647058823529,41.1764705882353],[80.3921568627451,54.9019607843137,38.2352941176471],[91.1764705882353,69.6078431372549,56.8627450980392],[65.6862745098039,49.0196078431373,41.1764705882353],[51.9607843137255,39.2156862745098,33.3333333333333],[47.0588235294118,38.2352941176471,33.3333333333333],[18.6274509803922,11.7647058823529,5.88235294117647],[29.4117647058824,20.5882352941176,13.7254901960784],[50,40.1960784313726,28.4313725490196],[54.9019607843137,42.156862745098,25.4901960784314],[75.4901960784314,58.8235294117647,39.2156862745098],[62.7450980392157,41.1764705882353,18.6274509803922],[49.0196078431373,22.5490196078431,1.96078431372549],[74.5098039215686,47.0588235294118,26.4705882352941],[64.7058823529412,34.3137254901961,14.7058823529412],[80.3921568627451,49.0196078431373,34.3137254901961],[76.4705882352941,49.0196078431373,37.2549019607843],[32.3529411764706,7.84313725490196,0.980392156862745],[17.6470588235294,0,0],[20.5882352941176,5.88235294117647,2.94117647058824],[13.7254901960784,3.92156862745098,4.90196078431373],[10.7843137254902,1.96078431372549,6.86274509803922],[6.86274509803922,0,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,3.92156862745098],[9.80392156862745,0.980392156862745,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[7.84313725490196,1.96078431372549,1.96078431372549],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0,0],[26.4705882352941,22.5490196078431,21.5686274509804],[62.7450980392157,58.8235294117647,57.843137254902],[3.92156862745098,0,0],[5.88235294117647,1.96078431372549,0.980392156862745],[2.94117647058824,0,0],[6.86274509803922,5.88235294117647,3.92156862745098],[4.90196078431373,3.92156862745098,1.96078431372549],[11.7647058823529,10.7843137254902,8.82352941176471],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[6.86274509803922,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[13.7254901960784,11.7647058823529,14.7058823529412],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,13.7254901960784,17.6470588235294],[5.88235294117647,19.6078431372549,22.5490196078431],[11.7647058823529,26.4705882352941,31.3725490196078],[7.84313725490196,22.5490196078431,27.4509803921569],[0,11.7647058823529,14.7058823529412],[2.94117647058824,16.6666666666667,17.6470588235294],[10.7843137254902,24.5098039215686,25.4901960784314],[13.7254901960784,24.5098039215686,26.4705882352941],[11.7647058823529,22.5490196078431,24.5098039215686],[12.7450980392157,24.5098039215686,24.5098039215686],[7.84313725490196,19.6078431372549,17.6470588235294],[5.88235294117647,15.6862745098039,14.7058823529412],[15.6862745098039,26.4705882352941,22.5490196078431],[12.7450980392157,21.5686274509804,16.6666666666667],[22.5490196078431,29.4117647058824,22.5490196078431],[17.6470588235294,22.5490196078431,15.6862745098039],[18.6274509803922,21.5686274509804,14.7058823529412],[33.3333333333333,36.2745098039216,27.4509803921569],[40.1960784313726,42.156862745098,31.3725490196078],[43.1372549019608,45.0980392156863,34.3137254901961],[58.8235294117647,59.8039215686275,44.1176470588235],[90.1960784313725,88.2352941176471,65.6862745098039],[71.5686274509804,70.5882352941177,43.1372549019608],[84.3137254901961,83.3333333333333,55.8823529411765],[95.0980392156863,93.1372549019608,68.6274509803922],[102.941176470588,102.941176470588,79.4117647058823],[89.2156862745098,88.2352941176471,67.6470588235294],[51.9607843137255,53.921568627451,32.3529411764706],[55.8823529411765,58.8235294117647,38.2352941176471],[77.4509803921569,85.2941176470588,64.7058823529412],[111.764705882353,120.588235294118,101.960784313725],[87.2549019607843,98.0392156862745,81.3725490196078],[75.4901960784314,88.2352941176471,71.5686274509804],[106.862745098039,120.588235294118,103.921568627451],[59.8039215686275,76.4705882352941,60.7843137254902],[89.2156862745098,106.862745098039,93.1372549019608],[110.78431372549,127.450980392157,108.823529411765],[95.0980392156863,105.882352941176,74.5098039215686],[121.56862745098,132.352941176471,100.980392156863],[173.529411764706,187.254901960784,164.705882352941],[163.725490196078,181.372549019608,167.647058823529],[80.3921568627451,102.941176470588,95.0980392156863],[100,128.43137254902,123.529411764706],[77.4509803921569,108.823529411765,103.921568627451],[64.7058823529412,99.0196078431373,93.1372549019608],[55.8823529411765,90.1960784313725,83.3333333333333],[66.6666666666667,101.960784313725,90.1960784313725],[138.235294117647,171.56862745098,154.901960784314],[127.450980392157,161.764705882353,142.156862745098],[138.235294117647,170.588235294118,151.960784313725],[106.862745098039,139.21568627451,120.588235294118],[49.0196078431373,80.3921568627451,65.6862745098039],[84.3137254901961,115.686274509804,100.980392156863],[130.392156862745,158.823529411765,139.21568627451],[139.21568627451,162.745098039216,139.21568627451],[154.901960784314,169.607843137255,147.058823529412],[109.803921568627,123.529411764706,100.980392156863],[94.1176470588235,106.862745098039,87.2549019607843],[95.0980392156863,104.901960784314,81.3725490196078],[155.882352941176,160.78431372549,129.411764705882],[142.156862745098,149.019607843137,116.666666666667],[168.627450980392,184.313725490196,158.823529411765],[140.196078431373,159.803921568627,133.333333333333],[103.921568627451,120.588235294118,89.2156862745098],[126.470588235294,145.098039215686,113.725490196078],[100,124.509803921569,96.078431372549],[71.5686274509804,95.0980392156863,71.5686274509804],[168.627450980392,187.254901960784,165.686274509804],[220.588235294118,233.333333333333,213.725490196078],[96.078431372549,100,85.2941176470588],[121.56862745098,124.509803921569,113.725490196078],[109.803921568627,120.588235294118,114.705882352941],[64.7058823529412,80.3921568627451,79.4117647058823],[68.6274509803922,93.1372549019608,90.1960784313725],[89.2156862745098,115.686274509804,110.78431372549],[101.960784313725,127.450980392157,116.666666666667],[159.803921568627,186.274509803922,171.56862745098],[149.019607843137,177.450980392157,159.803921568627],[127.450980392157,155.882352941176,138.235294117647],[134.313725490196,161.764705882353,147.058823529412],[134.313725490196,160.78431372549,146.078431372549],[167.647058823529,190.196078431373,172.549019607843],[132.352941176471,147.058823529412,126.470588235294],[144.117647058824,151.960784313725,128.43137254902],[127.450980392157,132.352941176471,102.941176470588],[137.254901960784,146.078431372549,115.686274509804],[119.607843137255,130.392156862745,99.0196078431373],[132.352941176471,143.137254901961,113.725490196078],[178.43137254902,187.254901960784,160.78431372549],[93.1372549019608,98.0392156862745,75.4901960784314],[89.2156862745098,91.1764705882353,69.6078431372549],[201.960784313725,196.078431372549,174.509803921569],[177.450980392157,167.647058823529,143.137254901961],[123.529411764706,118.627450980392,90.1960784313725],[146.078431372549,135.294117647059,105.882352941176],[152.941176470588,123.529411764706,96.078431372549],[145.098039215686,111.764705882353,84.3137254901961],[207.843137254902,185.294117647059,151.960784313725],[245.098039215686,225.490196078431,191.176470588235],[250,242.156862745098,211.764705882353],[205.882352941176,175.490196078431,148.039215686275],[126.470588235294,104.901960784314,81.3725490196078],[97.0588235294118,77.4509803921569,53.921568627451],[101.960784313725,80.3921568627451,56.8627450980392],[119.607843137255,99.0196078431373,78.4313725490196],[115.686274509804,100,84.3137254901961],[93.1372549019608,76.4705882352941,58.8235294117647],[111.764705882353,88.2352941176471,62.7450980392157],[150,124.509803921569,98.0392156862745],[156.862745098039,137.254901960784,112.745098039216],[194.117647058824,170.588235294118,143.137254901961],[121.56862745098,84.3137254901961,46.078431372549],[127.450980392157,85.2941176470588,41.1764705882353],[143.137254901961,100.980392156863,56.8627450980392],[175.490196078431,129.411764705882,84.3137254901961],[177.450980392157,125.490196078431,76.4705882352941],[188.235294117647,138.235294117647,86.2745098039216],[226.470588235294,188.235294117647,134.313725490196],[168.627450980392,133.333333333333,82.3529411764706],[124.509803921569,82.3529411764706,38.2352941176471],[169.607843137255,128.43137254902,91.1764705882353],[90.1960784313725,60.7843137254902,27.4509803921569],[74.5098039215686,48.0392156862745,19.6078431372549],[107.843137254902,78.4313725490196,50.9803921568627],[108.823529411765,82.3529411764706,55.8823529411765],[98.0392156862745,74.5098039215686,50.9803921568627],[73.5294117647059,56.8627450980392,31.3725490196078],[47.0588235294118,38.2352941176471,5.88235294117647],[72.5490196078431,63.7254901960784,33.3333333333333],[131.372549019608,115.686274509804,91.1764705882353],[101.960784313725,84.3137254901961,64.7058823529412],[88.2352941176471,75.4901960784314,56.8627450980392],[89.2156862745098,78.4313725490196,58.8235294117647],[111.764705882353,99.0196078431373,80.3921568627451],[73.5294117647059,62.7450980392157,41.1764705882353],[45.0980392156863,39.2156862745098,13.7254901960784],[46.078431372549,44.1176470588235,19.6078431372549],[50.9803921568627,48.0392156862745,29.4117647058824],[83.3333333333333,76.4705882352941,58.8235294117647],[92.156862745098,77.4509803921569,54.9019607843137],[97.0588235294118,77.4509803921569,50.9803921568627],[154.901960784314,130.392156862745,100],[120.588235294118,95.0980392156863,60.7843137254902],[117.647058823529,90.1960784313725,53.921568627451],[215.686274509804,188.235294117647,149.019607843137],[143.137254901961,115.686274509804,68.6274509803922],[77.4509803921569,48.0392156862745,0],[106.862745098039,74.5098039215686,30.3921568627451],[128.43137254902,94.1176470588235,54.9019607843137],[152.941176470588,115.686274509804,77.4509803921569],[169.607843137255,136.274509803922,101.960784313725],[135.294117647059,105.882352941176,80.3921568627451],[73.5294117647059,46.078431372549,24.5098039215686],[81.3725490196078,54.9019607843137,34.3137254901961],[89.2156862745098,61.7647058823529,38.2352941176471],[74.5098039215686,42.156862745098,9.80392156862745],[114.705882352941,81.3725490196078,44.1176470588235],[95.0980392156863,62.7450980392157,20.5882352941176],[77.4509803921569,49.0196078431373,5.88235294117647],[83.3333333333333,58.8235294117647,19.6078431372549],[119.607843137255,97.0588235294118,63.7254901960784],[109.803921568627,86.2745098039216,58.8235294117647],[85.2941176470588,57.843137254902,34.3137254901961],[75.4901960784314,41.1764705882353,19.6078431372549],[89.2156862745098,54.9019607843137,33.3333333333333],[80.3921568627451,50,30.3921568627451],[83.3333333333333,57.843137254902,41.1764705882353],[80.3921568627451,58.8235294117647,46.078431372549],[49.0196078431373,32.3529411764706,24.5098039215686],[24.5098039215686,10.7843137254902,7.84313725490196],[25.4901960784314,15.6862745098039,13.7254901960784],[29.4117647058824,21.5686274509804,18.6274509803922],[32.3529411764706,25.4901960784314,19.6078431372549],[37.2549019607843,27.4509803921569,17.6470588235294],[36.2745098039216,24.5098039215686,8.82352941176471],[59.8039215686275,45.0980392156863,24.5098039215686],[97.0588235294118,77.4509803921569,53.921568627451],[71.5686274509804,47.0588235294118,25.4901960784314],[43.1372549019608,16.6666666666667,0],[50.9803921568627,23.5294117647059,2.94117647058824],[86.2745098039216,57.843137254902,44.1176470588235],[46.078431372549,22.5490196078431,12.7450980392157],[18.6274509803922,0,0],[18.6274509803922,0.980392156862745,0],[18.6274509803922,4.90196078431373,3.92156862745098],[10.7843137254902,0.980392156862745,1.96078431372549],[13.7254901960784,4.90196078431373,7.84313725490196],[10.7843137254902,4.90196078431373,8.82352941176471],[4.90196078431373,0,3.92156862745098],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,2.94117647058824,2.94117647058824],[8.82352941176471,2.94117647058824,2.94117647058824],[7.84313725490196,1.96078431372549,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,1.96078431372549,0],[11.7647058823529,10.7843137254902,8.82352941176471],[15.6862745098039,14.7058823529412,12.7450980392157],[0.980392156862745,0,0],[5.88235294117647,4.90196078431373,2.94117647058824],[8.82352941176471,7.84313725490196,5.88235294117647],[2.94117647058824,1.96078431372549,0],[1.96078431372549,0.980392156862745,0],[1.96078431372549,0.980392156862745,0],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[7.84313725490196,6.86274509803922,4.90196078431373],[3.92156862745098,3.92156862745098,1.96078431372549],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[7.84313725490196,5.88235294117647,8.82352941176471],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[0.980392156862745,0,1.96078431372549],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,2.94117647058824,7.84313725490196],[3.92156862745098,8.82352941176471,12.7450980392157],[12.7450980392157,17.6470588235294,21.5686274509804],[14.7058823529412,21.5686274509804,27.4509803921569],[9.80392156862745,18.6274509803922,23.5294117647059],[5.88235294117647,16.6666666666667,20.5882352941176],[5.88235294117647,16.6666666666667,20.5882352941176],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,15.6862745098039,17.6470588235294],[8.82352941176471,18.6274509803922,20.5882352941176],[9.80392156862745,18.6274509803922,23.5294117647059],[10.7843137254902,19.6078431372549,24.5098039215686],[12.7450980392157,22.5490196078431,24.5098039215686],[10.7843137254902,20.5882352941176,22.5490196078431],[10.7843137254902,20.5882352941176,22.5490196078431],[12.7450980392157,22.5490196078431,23.5294117647059],[26.4705882352941,35.2941176470588,32.3529411764706],[18.6274509803922,24.5098039215686,20.5882352941176],[15.6862745098039,20.5882352941176,14.7058823529412],[28.4313725490196,31.3725490196078,22.5490196078431],[35.2941176470588,37.2549019607843,26.4705882352941],[46.078431372549,46.078431372549,34.3137254901961],[65.6862745098039,63.7254901960784,50.9803921568627],[64.7058823529412,61.7647058823529,45.0980392156863],[99.0196078431373,95.0980392156863,70.5882352941177],[95.0980392156863,91.1764705882353,62.7450980392157],[76.4705882352941,72.5490196078431,46.078431372549],[71.5686274509804,67.6470588235294,43.1372549019608],[71.5686274509804,69.6078431372549,47.0588235294118],[75.4901960784314,74.5098039215686,53.921568627451],[77.4509803921569,79.4117647058823,58.8235294117647],[54.9019607843137,57.843137254902,39.2156862745098],[100.980392156863,105.882352941176,86.2745098039216],[136.274509803922,143.137254901961,125.490196078431],[73.5294117647059,82.3529411764706,63.7254901960784],[76.4705882352941,85.2941176470588,66.6666666666667],[70.5882352941177,82.3529411764706,62.7450980392157],[81.3725490196078,93.1372549019608,73.5294117647059],[105.882352941176,118.627450980392,99.0196078431373],[122.549019607843,134.313725490196,110.78431372549],[130.392156862745,140.196078431373,106.862745098039],[105.882352941176,116.666666666667,85.2941176470588],[129.411764705882,142.156862745098,122.549019607843],[143.137254901961,160.78431372549,147.058823529412],[83.3333333333333,106.862745098039,94.1176470588235],[120.588235294118,150,138.235294117647],[82.3529411764706,113.725490196078,102.941176470588],[77.4509803921569,109.803921568627,100.980392156863],[62.7450980392157,95.0980392156863,88.2352941176471],[76.4705882352941,106.862745098039,99.0196078431373],[114.705882352941,145.098039215686,130.392156862745],[114.705882352941,143.137254901961,123.529411764706],[132.352941176471,159.803921568627,135.294117647059],[129.411764705882,156.862745098039,132.352941176471],[100,127.450980392157,105.882352941176],[92.156862745098,116.666666666667,96.078431372549],[139.21568627451,161.764705882353,136.274509803922],[150,165.686274509804,140.196078431373],[143.137254901961,154.901960784314,135.294117647059],[149.019607843137,156.862745098039,136.274509803922],[101.960784313725,110.78431372549,84.3137254901961],[118.627450980392,125.490196078431,92.156862745098],[167.647058823529,174.509803921569,134.313725490196],[188.235294117647,196.078431372549,157.843137254902],[165.686274509804,178.43137254902,149.019607843137],[136.274509803922,151.960784313725,126.470588235294],[79.4117647058823,95.0980392156863,68.6274509803922],[99.0196078431373,116.666666666667,91.1764705882353],[126.470588235294,146.078431372549,121.56862745098],[69.6078431372549,90.1960784313725,71.5686274509804],[94.1176470588235,110.78431372549,100.980392156863],[234.313725490196,247.058823529412,240.196078431373],[141.176470588235,149.019607843137,138.235294117647],[111.764705882353,119.607843137255,108.823529411765],[108.823529411765,121.56862745098,114.705882352941],[69.6078431372549,92.156862745098,86.2745098039216],[84.3137254901961,119.607843137255,109.803921568627],[80.3921568627451,117.647058823529,104.901960784314],[115.686274509804,147.058823529412,134.313725490196],[136.274509803922,163.725490196078,149.019607843137],[114.705882352941,145.098039215686,127.450980392157],[120.588235294118,147.058823529412,130.392156862745],[160.78431372549,177.450980392157,161.764705882353],[132.352941176471,144.117647058824,130.392156862745],[144.117647058824,160.78431372549,143.137254901961],[157.843137254902,174.509803921569,156.862745098039],[183.333333333333,196.078431372549,179.411764705882],[126.470588235294,140.196078431373,123.529411764706],[134.313725490196,152.941176470588,131.372549019608],[134.313725490196,153.921568627451,129.411764705882],[100,114.705882352941,92.156862745098],[156.862745098039,168.627450980392,145.098039215686],[124.509803921569,129.411764705882,106.862745098039],[54.9019607843137,54.9019607843137,31.3725490196078],[118.627450980392,112.745098039216,89.2156862745098],[184.313725490196,174.509803921569,148.039215686275],[153.921568627451,145.098039215686,116.666666666667],[113.725490196078,100,71.5686274509804],[132.352941176471,111.764705882353,81.3725490196078],[130.392156862745,105.882352941176,76.4705882352941],[215.686274509804,193.137254901961,161.764705882353],[250,227.450980392157,197.058823529412],[219.607843137255,189.21568627451,160.78431372549],[194.117647058824,164.705882352941,137.254901960784],[134.313725490196,113.725490196078,87.2549019607843],[72.5490196078431,55.8823529411765,30.3921568627451],[56.8627450980392,41.1764705882353,16.6666666666667],[144.117647058824,132.352941176471,108.823529411765],[136.274509803922,131.372549019608,111.764705882353],[132.352941176471,126.470588235294,104.901960784314],[217.647058823529,200.980392156863,171.56862745098],[221.56862745098,201.960784313725,169.607843137255],[142.156862745098,125.490196078431,96.078431372549],[182.352941176471,159.803921568627,126.470588235294],[155.882352941176,119.607843137255,75.4901960784314],[144.117647058824,102.941176470588,53.921568627451],[175.490196078431,135.294117647059,90.1960784313725],[230.392156862745,188.235294117647,144.117647058824],[176.470588235294,133.333333333333,89.2156862745098],[160.78431372549,117.647058823529,71.5686274509804],[199.019607843137,158.823529411765,107.843137254902],[177.450980392157,139.21568627451,85.2941176470588],[147.058823529412,106.862745098039,55.8823529411765],[163.725490196078,126.470588235294,82.3529411764706],[95.0980392156863,60.7843137254902,31.3725490196078],[83.3333333333333,51.9607843137255,27.4509803921569],[65.6862745098039,39.2156862745098,10.7843137254902],[94.1176470588235,70.5882352941177,45.0980392156863],[79.4117647058823,58.8235294117647,42.156862745098],[84.3137254901961,69.6078431372549,50.9803921568627],[55.8823529411765,47.0588235294118,18.6274509803922],[81.3725490196078,72.5490196078431,40.1960784313726],[132.352941176471,118.627450980392,92.156862745098],[74.5098039215686,58.8235294117647,33.3333333333333],[70.5882352941177,54.9019607843137,22.5490196078431],[94.1176470588235,79.4117647058823,47.0588235294118],[69.6078431372549,55.8823529411765,29.4117647058824],[61.7647058823529,50,24.5098039215686],[53.921568627451,44.1176470588235,19.6078431372549],[75.4901960784314,68.6274509803922,43.1372549019608],[58.8235294117647,50.9803921568627,28.4313725490196],[55.8823529411765,45.0980392156863,23.5294117647059],[90.1960784313725,76.4705882352941,50.9803921568627],[92.156862745098,75.4901960784314,46.078431372549],[130.392156862745,107.843137254902,74.5098039215686],[122.549019607843,99.0196078431373,61.7647058823529],[146.078431372549,121.56862745098,82.3529411764706],[168.627450980392,141.176470588235,101.960784313725],[152.941176470588,126.470588235294,84.3137254901961],[124.509803921569,98.0392156862745,55.8823529411765],[114.705882352941,87.2549019607843,48.0392156862745],[68.6274509803922,41.1764705882353,2.94117647058824],[81.3725490196078,53.921568627451,15.6862745098039],[114.705882352941,87.2549019607843,50.9803921568627],[187.254901960784,161.764705882353,129.411764705882],[114.705882352941,90.1960784313725,59.8039215686275],[103.921568627451,79.4117647058823,50],[109.803921568627,83.3333333333333,54.9019607843137],[75.4901960784314,47.0588235294118,17.6470588235294],[86.2745098039216,57.843137254902,28.4313725490196],[73.5294117647059,45.0980392156863,13.7254901960784],[66.6666666666667,38.2352941176471,8.82352941176471],[72.5490196078431,46.078431372549,17.6470588235294],[117.647058823529,91.1764705882353,64.7058823529412],[76.4705882352941,49.0196078431373,25.4901960784314],[85.2941176470588,57.843137254902,36.2745098039216],[91.1764705882353,60.7843137254902,40.1960784313726],[90.1960784313725,59.8039215686275,39.2156862745098],[91.1764705882353,62.7450980392157,45.0980392156863],[91.1764705882353,64.7058823529412,48.0392156862745],[111.764705882353,84.3137254901961,72.5490196078431],[77.4509803921569,50.9803921568627,42.156862745098],[67.6470588235294,45.0980392156863,39.2156862745098],[70.5882352941177,51.9607843137255,46.078431372549],[62.7450980392157,48.0392156862745,43.1372549019608],[23.5294117647059,13.7254901960784,4.90196078431373],[19.6078431372549,11.7647058823529,0.980392156862745],[34.3137254901961,27.4509803921569,11.7647058823529],[64.7058823529412,53.921568627451,34.3137254901961],[74.5098039215686,59.8039215686275,37.2549019607843],[116.666666666667,95.0980392156863,71.5686274509804],[83.3333333333333,53.921568627451,28.4313725490196],[80.3921568627451,45.0980392156863,21.5686274509804],[88.2352941176471,57.843137254902,38.2352941176471],[51.9607843137255,33.3333333333333,26.4705882352941],[24.5098039215686,13.7254901960784,11.7647058823529],[8.82352941176471,0,0],[9.80392156862745,0,0],[12.7450980392157,3.92156862745098,4.90196078431373],[9.80392156862745,0.980392156862745,1.96078431372549],[5.88235294117647,0,1.96078431372549],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[7.84313725490196,3.92156862745098,2.94117647058824],[8.82352941176471,4.90196078431373,3.92156862745098],[6.86274509803922,2.94117647058824,1.96078431372549],[6.86274509803922,2.94117647058824,1.96078431372549],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,13.7254901960784,11.7647058823529],[0.980392156862745,0,0],[8.82352941176471,6.86274509803922,7.84313725490196],[0.980392156862745,0,0],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[13.7254901960784,11.7647058823529,14.7058823529412],[28.4313725490196,26.4705882352941,29.4117647058824],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373]],[[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,2.94117647058824,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[9.80392156862745,14.7058823529412,18.6274509803922],[5.88235294117647,12.7450980392157,18.6274509803922],[5.88235294117647,14.7058823529412,19.6078431372549],[6.86274509803922,17.6470588235294,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[11.7647058823529,19.6078431372549,22.5490196078431],[20.5882352941176,28.4313725490196,31.3725490196078],[18.6274509803922,25.4901960784314,31.3725490196078],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,12.7450980392157,17.6470588235294],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[7.84313725490196,17.6470588235294,18.6274509803922],[0,8.82352941176471,7.84313725490196],[8.82352941176471,14.7058823529412,10.7843137254902],[16.6666666666667,21.5686274509804,15.6862745098039],[32.3529411764706,33.3333333333333,25.4901960784314],[50.9803921568627,50.9803921568627,41.1764705882353],[81.3725490196078,79.4117647058823,66.6666666666667],[108.823529411765,105.882352941176,91.1764705882353],[106.862745098039,101.960784313725,83.3333333333333],[65.6862745098039,59.8039215686275,34.3137254901961],[78.4313725490196,73.5294117647059,44.1176470588235],[82.3529411764706,77.4509803921569,49.0196078431373],[83.3333333333333,79.4117647058823,52.9411764705882],[91.1764705882353,86.2745098039216,64.7058823529412],[88.2352941176471,86.2745098039216,65.6862745098039],[82.3529411764706,81.3725490196078,61.7647058823529],[88.2352941176471,87.2549019607843,67.6470588235294],[130.392156862745,131.372549019608,113.725490196078],[115.686274509804,118.627450980392,100],[60.7843137254902,65.6862745098039,46.078431372549],[86.2745098039216,91.1764705882353,69.6078431372549],[114.705882352941,119.607843137255,98.0392156862745],[131.372549019608,139.21568627451,115.686274509804],[150.980392156863,158.823529411765,135.294117647059],[144.117647058824,152.941176470588,124.509803921569],[150,159.803921568627,126.470588235294],[122.549019607843,133.333333333333,101.960784313725],[174.509803921569,189.21568627451,170.588235294118],[188.235294117647,205.882352941176,192.156862745098],[121.56862745098,145.098039215686,131.372549019608],[104.901960784314,132.352941176471,117.647058823529],[65.6862745098039,98.0392156862745,81.3725490196078],[52.9411764705882,84.3137254901961,69.6078431372549],[75.4901960784314,104.901960784314,97.0588235294118],[61.7647058823529,88.2352941176471,79.4117647058823],[98.0392156862745,121.56862745098,105.882352941176],[121.56862745098,145.098039215686,121.56862745098],[134.313725490196,157.843137254902,126.470588235294],[131.372549019608,151.960784313725,119.607843137255],[129.411764705882,149.019607843137,122.549019607843],[125.490196078431,143.137254901961,119.607843137255],[127.450980392157,143.137254901961,116.666666666667],[149.019607843137,160.78431372549,137.254901960784],[136.274509803922,144.117647058824,129.411764705882],[176.470588235294,180.392156862745,163.725490196078],[103.921568627451,107.843137254902,81.3725490196078],[84.3137254901961,90.1960784313725,52.9411764705882],[180.392156862745,187.254901960784,144.117647058824],[169.607843137255,178.43137254902,136.274509803922],[135.294117647059,146.078431372549,112.745098039216],[104.901960784314,118.627450980392,93.1372549019608],[64.7058823529412,80.3921568627451,53.921568627451],[72.5490196078431,91.1764705882353,63.7254901960784],[74.5098039215686,94.1176470588235,66.6666666666667],[50.9803921568627,72.5490196078431,50],[105.882352941176,125.490196078431,116.666666666667],[200,214.705882352941,209.803921568627],[114.705882352941,125.490196078431,111.764705882353],[141.176470588235,151.960784313725,138.235294117647],[157.843137254902,170.588235294118,163.725490196078],[123.529411764706,146.078431372549,140.196078431373],[84.3137254901961,121.56862745098,108.823529411765],[93.1372549019608,135.294117647059,116.666666666667],[92.156862745098,124.509803921569,105.882352941176],[110.78431372549,139.21568627451,121.56862745098],[85.2941176470588,115.686274509804,100],[91.1764705882353,114.705882352941,99.0196078431373],[97.0588235294118,107.843137254902,92.156862745098],[166.666666666667,173.529411764706,157.843137254902],[179.411764705882,194.117647058824,173.529411764706],[137.254901960784,155.882352941176,137.254901960784],[190.196078431373,206.862745098039,197.058823529412],[113.725490196078,133.333333333333,124.509803921569],[149.019607843137,175.490196078431,158.823529411765],[153.921568627451,181.372549019608,159.803921568627],[86.2745098039216,107.843137254902,87.2549019607843],[144.117647058824,156.862745098039,137.254901960784],[104.901960784314,109.803921568627,90.1960784313725],[120.588235294118,119.607843137255,99.0196078431373],[118.627450980392,112.745098039216,89.2156862745098],[167.647058823529,157.843137254902,131.372549019608],[149.019607843137,135.294117647059,108.823529411765],[137.254901960784,122.549019607843,92.156862745098],[180.392156862745,161.764705882353,130.392156862745],[175.490196078431,155.882352941176,123.529411764706],[150.980392156863,126.470588235294,96.078431372549],[219.607843137255,191.176470588235,159.803921568627],[249.019607843137,218.627450980392,188.235294117647],[239.21568627451,210.78431372549,181.372549019608],[116.666666666667,96.078431372549,67.6470588235294],[51.9607843137255,35.2941176470588,9.80392156862745],[99.0196078431373,83.3333333333333,57.843137254902],[100.980392156863,91.1764705882353,66.6666666666667],[160.78431372549,158.823529411765,138.235294117647],[99.0196078431373,97.0588235294118,74.5098039215686],[89.2156862745098,76.4705882352941,45.0980392156863],[149.019607843137,131.372549019608,96.078431372549],[96.078431372549,78.4313725490196,43.1372549019608],[174.509803921569,150,110.78431372549],[209.803921568627,172.549019607843,124.509803921569],[185.294117647059,143.137254901961,93.1372549019608],[165.686274509804,125.490196078431,80.3921568627451],[224.509803921569,186.274509803922,144.117647058824],[212.745098039216,170.588235294118,128.43137254902],[148.039215686275,105.882352941176,61.7647058823529],[135.294117647059,95.0980392156863,44.1176470588235],[183.333333333333,143.137254901961,90.1960784313725],[178.43137254902,139.21568627451,88.2352941176471],[150,112.745098039216,68.6274509803922],[92.156862745098,55.8823529411765,27.4509803921569],[77.4509803921569,44.1176470588235,19.6078431372549],[77.4509803921569,50.9803921568627,22.5490196078431],[71.5686274509804,50,26.4705882352941],[37.2549019607843,19.6078431372549,5.88235294117647],[65.6862745098039,50,35.2941176470588],[87.2549019607843,75.4901960784314,50],[74.5098039215686,65.6862745098039,35.2941176470588],[114.705882352941,103.921568627451,76.4705882352941],[105.882352941176,91.1764705882353,60.7843137254902],[118.627450980392,100.980392156863,65.6862745098039],[126.470588235294,108.823529411765,73.5294117647059],[113.725490196078,99.0196078431373,68.6274509803922],[82.3529411764706,70.5882352941177,45.0980392156863],[113.725490196078,101.960784313725,78.4313725490196],[80.3921568627451,70.5882352941177,46.078431372549],[58.8235294117647,49.0196078431373,24.5098039215686],[51.9607843137255,42.156862745098,17.6470588235294],[73.5294117647059,59.8039215686275,33.3333333333333],[59.8039215686275,45.0980392156863,16.6666666666667],[84.3137254901961,65.6862745098039,33.3333333333333],[120.588235294118,99.0196078431373,62.7450980392157],[148.039215686275,124.509803921569,87.2549019607843],[84.3137254901961,59.8039215686275,20.5882352941176],[99.0196078431373,74.5098039215686,35.2941176470588],[153.921568627451,130.392156862745,93.1372549019608],[113.725490196078,92.156862745098,55.8823529411765],[84.3137254901961,62.7450980392157,26.4705882352941],[87.2549019607843,63.7254901960784,26.4705882352941],[140.196078431373,116.666666666667,79.4117647058823],[112.745098039216,89.2156862745098,53.921568627451],[137.254901960784,113.725490196078,80.3921568627451],[198.039215686275,173.529411764706,143.137254901961],[160.78431372549,136.274509803922,106.862745098039],[102.941176470588,76.4705882352941,50],[82.3529411764706,55.8823529411765,29.4117647058824],[78.4313725490196,50.9803921568627,27.4509803921569],[42.156862745098,14.7058823529412,0],[72.5490196078431,45.0980392156863,23.5294117647059],[118.627450980392,91.1764705882353,69.6078431372549],[101.960784313725,74.5098039215686,52.9411764705882],[45.0980392156863,17.6470588235294,0],[69.6078431372549,42.156862745098,20.5882352941176],[61.7647058823529,34.3137254901961,13.7254901960784],[51.9607843137255,25.4901960784314,6.86274509803922],[83.3333333333333,56.8627450980392,40.1960784313726],[112.745098039216,85.2941176470588,71.5686274509804],[60.7843137254902,33.3333333333333,21.5686274509804],[50.9803921568627,24.5098039215686,15.6862745098039],[50,27.4509803921569,19.6078431372549],[42.156862745098,23.5294117647059,16.6666666666667],[50.9803921568627,38.2352941176471,29.4117647058824],[34.3137254901961,26.4705882352941,15.6862745098039],[46.078431372549,39.2156862745098,23.5294117647059],[72.5490196078431,63.7254901960784,47.0588235294118],[40.1960784313726,28.4313725490196,6.86274509803922],[50,30.3921568627451,6.86274509803922],[60.7843137254902,33.3333333333333,9.80392156862745],[83.3333333333333,48.0392156862745,24.5098039215686],[58.8235294117647,28.4313725490196,8.82352941176471],[47.0588235294118,32.3529411764706,25.4901960784314],[23.5294117647059,14.7058823529412,15.6862745098039],[9.80392156862745,0.980392156862745,1.96078431372549],[14.7058823529412,5.88235294117647,6.86274509803922],[21.5686274509804,12.7450980392157,13.7254901960784],[19.6078431372549,10.7843137254902,11.7647058823529],[10.7843137254902,4.90196078431373,4.90196078431373],[6.86274509803922,0.980392156862745,0.980392156862745],[7.84313725490196,3.92156862745098,2.94117647058824],[5.88235294117647,1.96078431372549,0.980392156862745],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[4.90196078431373,3.92156862745098,1.96078431372549],[9.80392156862745,8.82352941176471,6.86274509803922],[8.82352941176471,8.82352941176471,6.86274509803922],[0.980392156862745,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[5.88235294117647,5.88235294117647,5.88235294117647],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[16.6666666666667,14.7058823529412,17.6470588235294],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[3.92156862745098,10.7843137254902,16.6666666666667],[7.84313725490196,14.7058823529412,20.5882352941176],[10.7843137254902,19.6078431372549,24.5098039215686],[10.7843137254902,19.6078431372549,24.5098039215686],[8.82352941176471,16.6666666666667,19.6078431372549],[13.7254901960784,21.5686274509804,24.5098039215686],[12.7450980392157,19.6078431372549,25.4901960784314],[8.82352941176471,15.6862745098039,21.5686274509804],[8.82352941176471,17.6470588235294,22.5490196078431],[10.7843137254902,19.6078431372549,24.5098039215686],[11.7647058823529,21.5686274509804,23.5294117647059],[11.7647058823529,21.5686274509804,22.5490196078431],[10.7843137254902,19.6078431372549,18.6274509803922],[16.6666666666667,22.5490196078431,20.5882352941176],[19.6078431372549,24.5098039215686,20.5882352941176],[33.3333333333333,34.3137254901961,28.4313725490196],[47.0588235294118,47.0588235294118,37.2549019607843],[60.7843137254902,58.8235294117647,47.0588235294118],[63.7254901960784,59.8039215686275,48.0392156862745],[44.1176470588235,39.2156862745098,20.5882352941176],[83.3333333333333,76.4705882352941,50.9803921568627],[118.627450980392,111.764705882353,83.3333333333333],[76.4705882352941,69.6078431372549,42.156862745098],[107.843137254902,100.980392156863,75.4901960784314],[126.470588235294,118.627450980392,96.078431372549],[53.921568627451,48.0392156862745,26.4705882352941],[59.8039215686275,54.9019607843137,33.3333333333333],[103.921568627451,99.0196078431373,79.4117647058823],[158.823529411765,156.862745098039,134.313725490196],[95.0980392156863,93.1372549019608,70.5882352941177],[64.7058823529412,64.7058823529412,41.1764705882353],[80.3921568627451,80.3921568627451,54.9019607843137],[108.823529411765,108.823529411765,83.3333333333333],[155.882352941176,155.882352941176,128.43137254902],[182.352941176471,182.352941176471,154.901960784314],[114.705882352941,119.607843137255,88.2352941176471],[93.1372549019608,102.941176470588,68.6274509803922],[127.450980392157,140.196078431373,110.78431372549],[105.882352941176,120.588235294118,101.960784313725],[137.254901960784,154.901960784314,141.176470588235],[182.352941176471,205.882352941176,190.196078431373],[134.313725490196,162.745098039216,145.098039215686],[117.647058823529,146.078431372549,126.470588235294],[66.6666666666667,95.0980392156863,77.4509803921569],[81.3725490196078,106.862745098039,94.1176470588235],[100.980392156863,122.549019607843,109.803921568627],[94.1176470588235,112.745098039216,93.1372549019608],[151.960784313725,167.647058823529,139.21568627451],[160.78431372549,176.470588235294,140.196078431373],[124.509803921569,140.196078431373,101.960784313725],[171.56862745098,185.294117647059,152.941176470588],[125.490196078431,138.235294117647,112.745098039216],[111.764705882353,125.490196078431,102.941176470588],[166.666666666667,179.411764705882,162.745098039216],[157.843137254902,165.686274509804,154.901960784314],[126.470588235294,129.411764705882,118.627450980392],[92.156862745098,96.078431372549,71.5686274509804],[115.686274509804,119.607843137255,85.2941176470588],[148.039215686275,152.941176470588,112.745098039216],[135.294117647059,142.156862745098,100.980392156863],[150.980392156863,160.78431372549,127.450980392157],[107.843137254902,120.588235294118,91.1764705882353],[64.7058823529412,81.3725490196078,50],[125.490196078431,147.058823529412,111.764705882353],[141.176470588235,165.686274509804,127.450980392157],[115.686274509804,139.21568627451,105.882352941176],[194.117647058824,214.705882352941,196.078431372549],[158.823529411765,177.450980392157,158.823529411765],[137.254901960784,150.980392156863,125.490196078431],[149.019607843137,160.78431372549,139.21568627451],[200,211.764705882353,207.843137254902],[212.745098039216,232.352941176471,231.372549019608],[98.0392156862745,133.333333333333,119.607843137255],[79.4117647058823,117.647058823529,97.0588235294118],[127.450980392157,156.862745098039,131.372549019608],[165.686274509804,190.196078431373,168.627450980392],[85.2941176470588,111.764705882353,97.0588235294118],[67.6470588235294,89.2156862745098,77.4509803921569],[87.2549019607843,95.0980392156863,80.3921568627451],[204.901960784314,212.745098039216,192.156862745098],[188.235294117647,203.921568627451,175.490196078431],[178.43137254902,200.980392156863,175.490196078431],[142.156862745098,160.78431372549,154.901960784314],[87.2549019607843,106.862745098039,104.901960784314],[124.509803921569,151.960784313725,140.196078431373],[104.901960784314,131.372549019608,116.666666666667],[76.4705882352941,97.0588235294118,82.3529411764706],[132.352941176471,146.078431372549,129.411764705882],[94.1176470588235,100.980392156863,83.3333333333333],[98.0392156862745,97.0588235294118,77.4509803921569],[107.843137254902,101.960784313725,80.3921568627451],[128.43137254902,116.666666666667,93.1372549019608],[139.21568627451,123.529411764706,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[186.274509803922,165.686274509804,135.294117647059],[198.039215686275,173.529411764706,143.137254901961],[174.509803921569,146.078431372549,114.705882352941],[211.764705882353,179.411764705882,147.058823529412],[241.176470588235,206.862745098039,175.490196078431],[217.647058823529,185.294117647059,154.901960784314],[188.235294117647,164.705882352941,139.21568627451],[125.490196078431,105.882352941176,81.3725490196078],[151.960784313725,131.372549019608,102.941176470588],[116.666666666667,100.980392156863,75.4901960784314],[98.0392156862745,93.1372549019608,73.5294117647059],[53.921568627451,49.0196078431373,29.4117647058824],[68.6274509803922,54.9019607843137,26.4705882352941],[133.333333333333,114.705882352941,82.3529411764706],[125.490196078431,103.921568627451,67.6470588235294],[144.117647058824,112.745098039216,72.5490196078431],[158.823529411765,115.686274509804,67.6470588235294],[178.43137254902,131.372549019608,83.3333333333333],[175.490196078431,134.313725490196,93.1372549019608],[176.470588235294,135.294117647059,96.078431372549],[165.686274509804,119.607843137255,76.4705882352941],[150.980392156863,103.921568627451,58.8235294117647],[158.823529411765,115.686274509804,67.6470588235294],[174.509803921569,131.372549019608,83.3333333333333],[185.294117647059,144.117647058824,97.0588235294118],[105.882352941176,64.7058823529412,25.4901960784314],[96.078431372549,57.843137254902,29.4117647058824],[103.921568627451,68.6274509803922,45.0980392156863],[80.3921568627451,53.921568627451,27.4509803921569],[93.1372549019608,69.6078431372549,46.078431372549],[40.1960784313726,21.5686274509804,6.86274509803922],[63.7254901960784,48.0392156862745,32.3529411764706],[90.1960784313725,78.4313725490196,54.9019607843137],[70.5882352941177,59.8039215686275,32.3529411764706],[66.6666666666667,52.9411764705882,27.4509803921569],[68.6274509803922,52.9411764705882,27.4509803921569],[87.2549019607843,71.5686274509804,39.2156862745098],[128.43137254902,112.745098039216,80.3921568627451],[131.372549019608,117.647058823529,91.1764705882353],[54.9019607843137,45.0980392156863,18.6274509803922],[42.156862745098,32.3529411764706,7.84313725490196],[68.6274509803922,60.7843137254902,38.2352941176471],[79.4117647058823,71.5686274509804,49.0196078431373],[30.3921568627451,22.5490196078431,0],[50.9803921568627,41.1764705882353,16.6666666666667],[50,36.2745098039216,9.80392156862745],[74.5098039215686,57.843137254902,28.4313725490196],[113.725490196078,95.0980392156863,62.7450980392157],[79.4117647058823,59.8039215686275,25.4901960784314],[57.843137254902,35.2941176470588,1.96078431372549],[61.7647058823529,39.2156862745098,5.88235294117647],[51.9607843137255,29.4117647058824,0],[92.156862745098,72.5490196078431,40.1960784313726],[157.843137254902,138.235294117647,105.882352941176],[158.823529411765,136.274509803922,102.941176470588],[130.392156862745,106.862745098039,71.5686274509804],[141.176470588235,115.686274509804,83.3333333333333],[64.7058823529412,39.2156862745098,6.86274509803922],[122.549019607843,96.078431372549,66.6666666666667],[75.4901960784314,49.0196078431373,20.5882352941176],[71.5686274509804,45.0980392156863,18.6274509803922],[72.5490196078431,46.078431372549,19.6078431372549],[93.1372549019608,65.6862745098039,42.156862745098],[66.6666666666667,39.2156862745098,17.6470588235294],[84.3137254901961,56.8627450980392,35.2941176470588],[87.2549019607843,59.8039215686275,38.2352941176471],[118.627450980392,88.2352941176471,67.6470588235294],[63.7254901960784,33.3333333333333,12.7450980392157],[41.1764705882353,10.7843137254902,0],[28.4313725490196,0.980392156862745,0],[34.3137254901961,9.80392156862745,0],[46.078431372549,21.5686274509804,1.96078431372549],[83.3333333333333,57.843137254902,41.1764705882353],[57.843137254902,32.3529411764706,17.6470588235294],[53.921568627451,27.4509803921569,16.6666666666667],[50.9803921568627,29.4117647058824,18.6274509803922],[34.3137254901961,15.6862745098039,8.82352941176471],[51.9607843137255,38.2352941176471,29.4117647058824],[90.1960784313725,80.3921568627451,70.5882352941177],[83.3333333333333,75.4901960784314,62.7450980392157],[19.6078431372549,10.7843137254902,0],[21.5686274509804,8.82352941176471,0],[52.9411764705882,34.3137254901961,17.6470588235294],[34.3137254901961,7.84313725490196,0],[88.2352941176471,55.8823529411765,39.2156862745098],[65.6862745098039,36.2745098039216,25.4901960784314],[33.3333333333333,18.6274509803922,15.6862745098039],[18.6274509803922,9.80392156862745,10.7843137254902],[10.7843137254902,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[15.6862745098039,9.80392156862745,9.80392156862745],[14.7058823529412,8.82352941176471,8.82352941176471],[8.82352941176471,2.94117647058824,2.94117647058824],[4.90196078431373,0,0],[6.86274509803922,2.94117647058824,1.96078431372549],[5.88235294117647,1.96078431372549,0.980392156862745],[3.92156862745098,2.94117647058824,0.980392156862745],[5.88235294117647,4.90196078431373,2.94117647058824],[6.86274509803922,5.88235294117647,3.92156862745098],[5.88235294117647,4.90196078431373,2.94117647058824],[2.94117647058824,2.94117647058824,0.980392156862745],[4.90196078431373,4.90196078431373,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[8.82352941176471,6.86274509803922,7.84313725490196],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745]],[[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[5.88235294117647,12.7450980392157,18.6274509803922],[7.84313725490196,16.6666666666667,21.5686274509804],[7.84313725490196,16.6666666666667,21.5686274509804],[1.96078431372549,9.80392156862745,12.7450980392157],[4.90196078431373,12.7450980392157,15.6862745098039],[11.7647058823529,18.6274509803922,24.5098039215686],[15.6862745098039,22.5490196078431,28.4313725490196],[9.80392156862745,18.6274509803922,23.5294117647059],[6.86274509803922,15.6862745098039,20.5882352941176],[29.4117647058824,39.2156862745098,41.1764705882353],[60.7843137254902,70.5882352941177,71.5686274509804],[17.6470588235294,26.4705882352941,25.4901960784314],[19.6078431372549,25.4901960784314,23.5294117647059],[22.5490196078431,27.4509803921569,23.5294117647059],[40.1960784313726,41.1764705882353,35.2941176470588],[43.1372549019608,43.1372549019608,33.3333333333333],[43.1372549019608,41.1764705882353,29.4117647058824],[51.9607843137255,48.0392156862745,36.2745098039216],[53.921568627451,49.0196078431373,30.3921568627451],[67.6470588235294,60.7843137254902,35.2941176470588],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[96.078431372549,86.2745098039216,61.7647058823529],[94.1176470588235,84.3137254901961,59.8039215686275],[34.3137254901961,26.4705882352941,3.92156862745098],[65.6862745098039,57.843137254902,35.2941176470588],[75.4901960784314,67.6470588235294,45.0980392156863],[161.764705882353,155.882352941176,130.392156862745],[115.686274509804,110.78431372549,82.3529411764706],[90.1960784313725,85.2941176470588,56.8627450980392],[59.8039215686275,56.8627450980392,26.4705882352941],[79.4117647058823,76.4705882352941,46.078431372549],[100,97.0588235294118,64.7058823529412],[145.098039215686,142.156862745098,107.843137254902],[138.235294117647,138.235294117647,102.941176470588],[97.0588235294118,104.901960784314,68.6274509803922],[81.3725490196078,94.1176470588235,64.7058823529412],[74.5098039215686,89.2156862745098,70.5882352941177],[127.450980392157,145.098039215686,129.411764705882],[177.450980392157,200,182.352941176471],[136.274509803922,160.78431372549,140.196078431373],[128.43137254902,155.882352941176,133.333333333333],[102.941176470588,127.450980392157,105.882352941176],[121.56862745098,142.156862745098,125.490196078431],[92.156862745098,108.823529411765,90.1960784313725],[108.823529411765,122.549019607843,97.0588235294118],[146.078431372549,157.843137254902,122.549019607843],[152.941176470588,164.705882352941,119.607843137255],[188.235294117647,197.058823529412,150.980392156863],[220.588235294118,227.450980392157,187.254901960784],[122.549019607843,129.411764705882,97.0588235294118],[139.21568627451,151.960784313725,126.470588235294],[141.176470588235,153.921568627451,134.313725490196],[118.627450980392,126.470588235294,111.764705882353],[135.294117647059,139.21568627451,124.509803921569],[150.980392156863,153.921568627451,127.450980392157],[129.411764705882,130.392156862745,97.0588235294118],[121.56862745098,124.509803921569,82.3529411764706],[138.235294117647,144.117647058824,100.980392156863],[127.450980392157,135.294117647059,99.0196078431373],[165.686274509804,176.470588235294,143.137254901961],[179.411764705882,196.078431372549,160.78431372549],[202.941176470588,224.509803921569,187.254901960784],[170.588235294118,195.098039215686,155.882352941176],[153.921568627451,179.411764705882,143.137254901961],[129.411764705882,152.941176470588,129.411764705882],[133.333333333333,152.941176470588,128.43137254902],[152.941176470588,168.627450980392,133.333333333333],[100.980392156863,113.725490196078,84.3137254901961],[180.392156862745,192.156862745098,182.352941176471],[133.333333333333,149.019607843137,146.078431372549],[96.078431372549,126.470588235294,111.764705882353],[147.058823529412,179.411764705882,158.823529411765],[120.588235294118,144.117647058824,118.627450980392],[178.43137254902,198.039215686275,173.529411764706],[183.333333333333,205.882352941176,190.196078431373],[90.1960784313725,107.843137254902,94.1176470588235],[132.352941176471,139.21568627451,121.56862745098],[203.921568627451,211.764705882353,188.235294117647],[157.843137254902,177.450980392157,143.137254901961],[190.196078431373,214.705882352941,186.274509803922],[114.705882352941,135.294117647059,128.43137254902],[109.803921568627,130.392156862745,131.372549019608],[115.686274509804,142.156862745098,133.333333333333],[88.2352941176471,113.725490196078,100.980392156863],[65.6862745098039,85.2941176470588,73.5294117647059],[113.725490196078,127.450980392157,112.745098039216],[132.352941176471,139.21568627451,123.529411764706],[104.901960784314,103.921568627451,86.2745098039216],[133.333333333333,125.490196078431,104.901960784314],[119.607843137255,107.843137254902,84.3137254901961],[186.274509803922,170.588235294118,145.098039215686],[142.156862745098,123.529411764706,94.1176470588235],[136.274509803922,113.725490196078,82.3529411764706],[187.254901960784,161.764705882353,129.411764705882],[153.921568627451,124.509803921569,91.1764705882353],[217.647058823529,184.313725490196,150],[236.274509803922,199.019607843137,163.725490196078],[178.43137254902,144.117647058824,112.745098039216],[129.411764705882,103.921568627451,77.4509803921569],[154.901960784314,134.313725490196,107.843137254902],[112.745098039216,92.156862745098,63.7254901960784],[77.4509803921569,60.7843137254902,35.2941176470588],[63.7254901960784,55.8823529411765,37.2549019607843],[61.7647058823529,53.921568627451,33.3333333333333],[102.941176470588,86.2745098039216,56.8627450980392],[201.960784313725,179.411764705882,146.078431372549],[167.647058823529,144.117647058824,108.823529411765],[158.823529411765,126.470588235294,86.2745098039216],[180.392156862745,135.294117647059,87.2549019607843],[151.960784313725,100.980392156863,51.9607843137255],[218.627450980392,172.549019607843,129.411764705882],[196.078431372549,151.960784313725,111.764705882353],[190.196078431373,142.156862745098,100],[159.803921568627,109.803921568627,65.6862745098039],[190.196078431373,144.117647058824,99.0196078431373],[149.019607843137,105.882352941176,61.7647058823529],[150.980392156863,106.862745098039,65.6862745098039],[148.039215686275,104.901960784314,68.6274509803922],[130.392156862745,90.1960784313725,60.7843137254902],[100,63.7254901960784,38.2352941176471],[110.78431372549,81.3725490196078,57.843137254902],[96.078431372549,71.5686274509804,50],[60.7843137254902,40.1960784313726,21.5686274509804],[95.0980392156863,80.3921568627451,61.7647058823529],[73.5294117647059,61.7647058823529,38.2352941176471],[66.6666666666667,54.9019607843137,31.3725490196078],[55.8823529411765,42.156862745098,16.6666666666667],[77.4509803921569,61.7647058823529,36.2745098039216],[73.5294117647059,56.8627450980392,29.4117647058824],[75.4901960784314,58.8235294117647,31.3725490196078],[64.7058823529412,53.921568627451,26.4705882352941],[56.8627450980392,47.0588235294118,22.5490196078431],[54.9019607843137,47.0588235294118,24.5098039215686],[81.3725490196078,75.4901960784314,53.921568627451],[71.5686274509804,65.6862745098039,44.1176470588235],[35.2941176470588,29.4117647058824,7.84313725490196],[20.5882352941176,12.7450980392157,0],[34.3137254901961,24.5098039215686,0],[89.2156862745098,75.4901960784314,49.0196078431373],[80.3921568627451,63.7254901960784,36.2745098039216],[69.6078431372549,50.9803921568627,21.5686274509804],[50,31.3725490196078,1.96078431372549],[68.6274509803922,50,20.5882352941176],[76.4705882352941,59.8039215686275,32.3529411764706],[60.7843137254902,46.078431372549,17.6470588235294],[140.196078431373,123.529411764706,94.1176470588235],[133.333333333333,110.78431372549,79.4117647058823],[151.960784313725,128.43137254902,95.0980392156863],[121.56862745098,96.078431372549,63.7254901960784],[70.5882352941177,44.1176470588235,14.7058823529412],[68.6274509803922,42.156862745098,13.7254901960784],[87.2549019607843,60.7843137254902,34.3137254901961],[75.4901960784314,49.0196078431373,22.5490196078431],[73.5294117647059,46.078431372549,22.5490196078431],[100,72.5490196078431,50.9803921568627],[78.4313725490196,50.9803921568627,29.4117647058824],[78.4313725490196,50.9803921568627,29.4117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[94.1176470588235,63.7254901960784,43.1372549019608],[120.588235294118,90.1960784313725,69.6078431372549],[74.5098039215686,44.1176470588235,23.5294117647059],[107.843137254902,80.3921568627451,58.8235294117647],[75.4901960784314,53.921568627451,31.3725490196078],[37.2549019607843,15.6862745098039,0],[55.8823529411765,33.3333333333333,15.6862745098039],[71.5686274509804,49.0196078431373,33.3333333333333],[61.7647058823529,39.2156862745098,25.4901960784314],[51.9607843137255,30.3921568627451,17.6470588235294],[43.1372549019608,25.4901960784314,15.6862745098039],[41.1764705882353,27.4509803921569,18.6274509803922],[46.078431372549,36.2745098039216,26.4705882352941],[29.4117647058824,21.5686274509804,10.7843137254902],[19.6078431372549,9.80392156862745,0],[45.0980392156863,33.3333333333333,21.5686274509804],[64.7058823529412,47.0588235294118,35.2941176470588],[39.2156862745098,17.6470588235294,4.90196078431373],[61.7647058823529,34.3137254901961,23.5294117647059],[54.9019607843137,28.4313725490196,21.5686274509804],[17.6470588235294,3.92156862745098,2.94117647058824],[14.7058823529412,5.88235294117647,6.86274509803922],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0.980392156862745,1.96078431372549],[4.90196078431373,0,0],[4.90196078431373,0,0],[6.86274509803922,0.980392156862745,0.980392156862745],[9.80392156862745,3.92156862745098,3.92156862745098],[8.82352941176471,4.90196078431373,3.92156862745098],[7.84313725490196,3.92156862745098,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[6.86274509803922,5.88235294117647,3.92156862745098],[7.84313725490196,6.86274509803922,4.90196078431373],[2.94117647058824,1.96078431372549,0],[0.980392156862745,0.980392156862745,0],[6.86274509803922,6.86274509803922,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[7.84313725490196,5.88235294117647,6.86274509803922],[0.980392156862745,0,0],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[13.7254901960784,11.7647058823529,14.7058823529412]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,4.90196078431373,8.82352941176471],[0,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,12.7450980392157,17.6470588235294],[2.94117647058824,11.7647058823529,16.6666666666667],[2.94117647058824,10.7843137254902,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,9.80392156862745,12.7450980392157],[11.7647058823529,19.6078431372549,22.5490196078431],[11.7647058823529,20.5882352941176,25.4901960784314],[1.96078431372549,10.7843137254902,15.6862745098039],[3.92156862745098,13.7254901960784,15.6862745098039],[18.6274509803922,28.4313725490196,30.3921568627451],[11.7647058823529,19.6078431372549,21.5686274509804],[26.4705882352941,32.3529411764706,30.3921568627451],[40.1960784313726,45.0980392156863,41.1764705882353],[50.9803921568627,51.9607843137255,46.078431372549],[35.2941176470588,35.2941176470588,27.4509803921569],[23.5294117647059,21.5686274509804,9.80392156862745],[49.0196078431373,45.0980392156863,33.3333333333333],[76.4705882352941,70.5882352941177,54.9019607843137],[51.9607843137255,41.1764705882353,19.6078431372549],[50.9803921568627,39.2156862745098,15.6862745098039],[52.9411764705882,41.1764705882353,17.6470588235294],[69.6078431372549,57.843137254902,34.3137254901961],[86.2745098039216,74.5098039215686,50.9803921568627],[72.5490196078431,60.7843137254902,35.2941176470588],[63.7254901960784,51.9607843137255,26.4705882352941],[90.1960784313725,78.4313725490196,52.9411764705882],[115.686274509804,104.901960784314,77.4509803921569],[122.549019607843,111.764705882353,82.3529411764706],[147.058823529412,136.274509803922,104.901960784314],[96.078431372549,86.2745098039216,51.9607843137255],[77.4509803921569,67.6470588235294,32.3529411764706],[79.4117647058823,70.5882352941177,32.3529411764706],[133.333333333333,124.509803921569,84.3137254901961],[133.333333333333,130.392156862745,90.1960784313725],[129.411764705882,135.294117647059,98.0392156862745],[110.78431372549,124.509803921569,92.156862745098],[120.588235294118,133.333333333333,113.725490196078],[159.803921568627,176.470588235294,158.823529411765],[134.313725490196,155.882352941176,135.294117647059],[107.843137254902,131.372549019608,107.843137254902],[150.980392156863,175.490196078431,147.058823529412],[188.235294117647,210.78431372549,183.333333333333],[173.529411764706,191.176470588235,167.647058823529],[92.156862745098,103.921568627451,80.3921568627451],[84.3137254901961,94.1176470588235,60.7843137254902],[123.529411764706,130.392156862745,90.1960784313725],[182.352941176471,186.274509803922,137.254901960784],[203.921568627451,206.862745098039,154.901960784314],[191.176470588235,190.196078431373,145.098039215686],[169.607843137255,171.56862745098,132.352941176471],[152.941176470588,164.705882352941,127.450980392157],[106.862745098039,120.588235294118,88.2352941176471],[112.745098039216,121.56862745098,95.0980392156863],[141.176470588235,145.098039215686,118.627450980392],[143.137254901961,144.117647058824,110.78431372549],[148.039215686275,149.019607843137,109.803921568627],[163.725490196078,164.705882352941,121.56862745098],[147.058823529412,150,107.843137254902],[134.313725490196,140.196078431373,104.901960784314],[160.78431372549,170.588235294118,137.254901960784],[220.588235294118,236.274509803922,200.980392156863],[158.823529411765,178.43137254902,144.117647058824],[120.588235294118,144.117647058824,108.823529411765],[126.470588235294,150.980392156863,119.607843137255],[97.0588235294118,121.56862745098,100],[108.823529411765,131.372549019608,105.882352941176],[126.470588235294,142.156862745098,103.921568627451],[121.56862745098,133.333333333333,96.078431372549],[117.647058823529,129.411764705882,107.843137254902],[116.666666666667,130.392156862745,117.647058823529],[100,123.529411764706,109.803921568627],[109.803921568627,133.333333333333,117.647058823529],[134.313725490196,149.019607843137,130.392156862745],[129.411764705882,143.137254901961,120.588235294118],[200.980392156863,218.627450980392,197.058823529412],[163.725490196078,178.43137254902,155.882352941176],[187.254901960784,193.137254901961,167.647058823529],[192.156862745098,198.039215686275,170.588235294118],[158.823529411765,177.450980392157,148.039215686275],[84.3137254901961,107.843137254902,84.3137254901961],[56.8627450980392,82.3529411764706,73.5294117647059],[116.666666666667,141.176470588235,138.235294117647],[141.176470588235,165.686274509804,159.803921568627],[167.647058823529,190.196078431373,180.392156862745],[95.0980392156863,111.764705882353,101.960784313725],[102.941176470588,112.745098039216,101.960784313725],[148.039215686275,150,137.254901960784],[150,147.058823529412,132.352941176471],[120.588235294118,112.745098039216,94.1176470588235],[112.745098039216,98.0392156862745,77.4509803921569],[171.56862745098,154.901960784314,129.411764705882],[136.274509803922,115.686274509804,87.2549019607843],[132.352941176471,107.843137254902,77.4509803921569],[150,121.56862745098,88.2352941176471],[173.529411764706,142.156862745098,104.901960784314],[199.019607843137,163.725490196078,128.43137254902],[235.294117647059,196.078431372549,160.78431372549],[179.411764705882,142.156862745098,106.862745098039],[99.0196078431373,68.6274509803922,40.1960784313726],[79.4117647058823,53.921568627451,27.4509803921569],[71.5686274509804,51.9607843137255,28.4313725490196],[26.4705882352941,11.7647058823529,0],[37.2549019607843,29.4117647058824,10.7843137254902],[67.6470588235294,52.9411764705882,32.3529411764706],[146.078431372549,120.588235294118,88.2352941176471],[225.490196078431,196.078431372549,160.78431372549],[132.352941176471,107.843137254902,77.4509803921569],[126.470588235294,97.0588235294118,61.7647058823529],[200.980392156863,154.901960784314,109.803921568627],[196.078431372549,141.176470588235,91.1764705882353],[208.823529411765,155.882352941176,109.803921568627],[196.078431372549,145.098039215686,99.0196078431373],[177.450980392157,127.450980392157,85.2941176470588],[122.549019607843,74.5098039215686,34.3137254901961],[125.490196078431,77.4509803921569,35.2941176470588],[151.960784313725,105.882352941176,64.7058823529412],[151.960784313725,104.901960784314,67.6470588235294],[156.862745098039,111.764705882353,78.4313725490196],[132.352941176471,90.1960784313725,56.8627450980392],[113.725490196078,75.4901960784314,47.0588235294118],[117.647058823529,86.2745098039216,63.7254901960784],[83.3333333333333,56.8627450980392,36.2745098039216],[76.4705882352941,56.8627450980392,33.3333333333333],[110.78431372549,95.0980392156863,70.5882352941177],[67.6470588235294,52.9411764705882,32.3529411764706],[65.6862745098039,53.921568627451,32.3529411764706],[65.6862745098039,50.9803921568627,28.4313725490196],[70.5882352941177,54.9019607843137,30.3921568627451],[90.1960784313725,72.5490196078431,49.0196078431373],[50,34.3137254901961,9.80392156862745],[31.3725490196078,19.6078431372549,0],[84.3137254901961,74.5098039215686,50],[68.6274509803922,60.7843137254902,38.2352941176471],[62.7450980392157,56.8627450980392,35.2941176470588],[47.0588235294118,40.1960784313726,21.5686274509804],[41.1764705882353,34.3137254901961,15.6862745098039],[59.8039215686275,52.9411764705882,34.3137254901961],[39.2156862745098,31.3725490196078,8.82352941176471],[79.4117647058823,67.6470588235294,44.1176470588235],[90.1960784313725,76.4705882352941,50.9803921568627],[41.1764705882353,25.4901960784314,0],[44.1176470588235,28.4313725490196,2.94117647058824],[50.9803921568627,37.2549019607843,11.7647058823529],[39.2156862745098,24.5098039215686,1.96078431372549],[36.2745098039216,24.5098039215686,2.94117647058824],[70.5882352941177,56.8627450980392,31.3725490196078],[91.1764705882353,70.5882352941177,40.1960784313726],[101.960784313725,77.4509803921569,47.0588235294118],[96.078431372549,71.5686274509804,41.1764705882353],[101.960784313725,77.4509803921569,48.0392156862745],[90.1960784313725,63.7254901960784,35.2941176470588],[51.9607843137255,25.4901960784314,0],[69.6078431372549,42.156862745098,18.6274509803922],[74.5098039215686,47.0588235294118,25.4901960784314],[83.3333333333333,55.8823529411765,34.3137254901961],[86.2745098039216,58.8235294117647,38.2352941176471],[100,69.6078431372549,50],[62.7450980392157,32.3529411764706,12.7450980392157],[40.1960784313726,9.80392156862745,0],[100.980392156863,70.5882352941177,50.9803921568627],[72.5490196078431,42.156862745098,21.5686274509804],[86.2745098039216,60.7843137254902,38.2352941176471],[99.0196078431373,79.4117647058823,55.8823529411765],[71.5686274509804,53.921568627451,32.3529411764706],[50,29.4117647058824,10.7843137254902],[66.6666666666667,46.078431372549,29.4117647058824],[59.8039215686275,38.2352941176471,24.5098039215686],[41.1764705882353,22.5490196078431,8.82352941176471],[54.9019607843137,37.2549019607843,25.4901960784314],[63.7254901960784,50,39.2156862745098],[52.9411764705882,40.1960784313726,31.3725490196078],[34.3137254901961,24.5098039215686,15.6862745098039],[26.4705882352941,17.6470588235294,8.82352941176471],[50.9803921568627,41.1764705882353,32.3529411764706],[84.3137254901961,69.6078431372549,62.7450980392157],[53.921568627451,35.2941176470588,29.4117647058824],[28.4313725490196,4.90196078431373,0.980392156862745],[39.2156862745098,18.6274509803922,17.6470588235294],[11.7647058823529,0,0],[13.7254901960784,4.90196078431373,7.84313725490196],[13.7254901960784,7.84313725490196,9.80392156862745],[9.80392156862745,3.92156862745098,5.88235294117647],[5.88235294117647,0,1.96078431372549],[4.90196078431373,0,0.980392156862745],[7.84313725490196,3.92156862745098,4.90196078431373],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[1.96078431372549,0,0.980392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,10.7843137254902,13.7254901960784]],[[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[0,2.94117647058824,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[6.86274509803922,15.6862745098039,20.5882352941176],[6.86274509803922,13.7254901960784,19.6078431372549],[3.92156862745098,8.82352941176471,12.7450980392157],[8.82352941176471,13.7254901960784,17.6470588235294],[8.82352941176471,16.6666666666667,19.6078431372549],[7.84313725490196,15.6862745098039,18.6274509803922],[6.86274509803922,15.6862745098039,20.5882352941176],[7.84313725490196,16.6666666666667,21.5686274509804],[9.80392156862745,19.6078431372549,21.5686274509804],[14.7058823529412,22.5490196078431,24.5098039215686],[25.4901960784314,31.3725490196078,31.3725490196078],[27.4509803921569,33.3333333333333,31.3725490196078],[21.5686274509804,26.4705882352941,22.5490196078431],[20.5882352941176,21.5686274509804,15.6862745098039],[11.7647058823529,11.7647058823529,3.92156862745098],[15.6862745098039,12.7450980392157,3.92156862745098],[48.0392156862745,44.1176470588235,33.3333333333333],[77.4509803921569,71.5686274509804,57.843137254902],[70.5882352941177,62.7450980392157,44.1176470588235],[65.6862745098039,53.921568627451,32.3529411764706],[76.4705882352941,64.7058823529412,43.1372549019608],[60.7843137254902,49.0196078431373,27.4509803921569],[50.9803921568627,39.2156862745098,15.6862745098039],[93.1372549019608,81.3725490196078,55.8823529411765],[105.882352941176,92.156862745098,65.6862745098039],[71.5686274509804,57.843137254902,29.4117647058824],[67.6470588235294,54.9019607843137,23.5294117647059],[96.078431372549,81.3725490196078,49.0196078431373],[110.78431372549,97.0588235294118,62.7450980392157],[91.1764705882353,77.4509803921569,41.1764705882353],[123.529411764706,109.803921568627,71.5686274509804],[108.823529411765,96.078431372549,54.9019607843137],[139.21568627451,126.470588235294,83.3333333333333],[177.450980392157,170.588235294118,127.450980392157],[183.333333333333,188.235294117647,149.019607843137],[139.21568627451,150,116.666666666667],[121.56862745098,133.333333333333,109.803921568627],[159.803921568627,174.509803921569,155.882352941176],[91.1764705882353,108.823529411765,87.2549019607843],[77.4509803921569,97.0588235294118,70.5882352941177],[117.647058823529,138.235294117647,107.843137254902],[106.862745098039,125.490196078431,96.078431372549],[78.4313725490196,92.156862745098,66.6666666666667],[75.4901960784314,84.3137254901961,55.8823529411765],[130.392156862745,136.274509803922,100.980392156863],[160.78431372549,163.725490196078,119.607843137255],[167.647058823529,167.647058823529,114.705882352941],[155.882352941176,154.901960784314,100],[153.921568627451,150,102.941176470588],[150.980392156863,152.941176470588,106.862745098039],[86.2745098039216,98.0392156862745,52.9411764705882],[132.352941176471,145.098039215686,101.960784313725],[155.882352941176,163.725490196078,123.529411764706],[138.235294117647,143.137254901961,103.921568627451],[171.56862745098,172.549019607843,129.411764705882],[189.21568627451,186.274509803922,142.156862745098],[167.647058823529,165.686274509804,118.627450980392],[147.058823529412,146.078431372549,100.980392156863],[129.411764705882,131.372549019608,93.1372549019608],[160.78431372549,167.647058823529,134.313725490196],[200.980392156863,214.705882352941,180.392156862745],[162.745098039216,179.411764705882,146.078431372549],[154.901960784314,175.490196078431,143.137254901961],[109.803921568627,134.313725490196,104.901960784314],[92.156862745098,115.686274509804,94.1176470588235],[136.274509803922,158.823529411765,133.333333333333],[149.019607843137,165.686274509804,122.549019607843],[130.392156862745,143.137254901961,98.0392156862745],[99.0196078431373,107.843137254902,77.4509803921569],[132.352941176471,144.117647058824,122.549019607843],[59.8039215686275,77.4509803921569,61.7647058823529],[62.7450980392157,80.3921568627451,64.7058823529412],[177.450980392157,186.274509803922,169.607843137255],[216.666666666667,224.509803921569,203.921568627451],[157.843137254902,172.549019607843,144.117647058824],[154.901960784314,168.627450980392,136.274509803922],[177.450980392157,182.352941176471,150.980392156863],[198.039215686275,204.901960784314,172.549019607843],[119.607843137255,138.235294117647,108.823529411765],[79.4117647058823,103.921568627451,82.3529411764706],[130.392156862745,156.862745098039,148.039215686275],[116.666666666667,143.137254901961,138.235294117647],[103.921568627451,126.470588235294,118.627450980392],[137.254901960784,156.862745098039,146.078431372549],[97.0588235294118,109.803921568627,100],[106.862745098039,114.705882352941,103.921568627451],[165.686274509804,166.666666666667,152.941176470588],[204.901960784314,199.019607843137,183.333333333333],[143.137254901961,132.352941176471,114.705882352941],[146.078431372549,131.372549019608,108.823529411765],[216.666666666667,200,174.509803921569],[188.235294117647,167.647058823529,137.254901960784],[144.117647058824,120.588235294118,87.2549019607843],[199.019607843137,171.56862745098,135.294117647059],[221.56862745098,190.196078431373,152.941176470588],[187.254901960784,152.941176470588,115.686274509804],[148.039215686275,109.803921568627,71.5686274509804],[141.176470588235,103.921568627451,68.6274509803922],[126.470588235294,96.078431372549,67.6470588235294],[103.921568627451,78.4313725490196,51.9607843137255],[133.333333333333,111.764705882353,88.2352941176471],[104.901960784314,89.2156862745098,66.6666666666667],[105.882352941176,95.0980392156863,77.4509803921569],[66.6666666666667,51.9607843137255,31.3725490196078],[105.882352941176,80.3921568627451,48.0392156862745],[155.882352941176,126.470588235294,91.1764705882353],[100,74.5098039215686,42.156862745098],[97.0588235294118,63.7254901960784,27.4509803921569],[187.254901960784,140.196078431373,93.1372549019608],[212.745098039216,157.843137254902,107.843137254902],[214.705882352941,161.764705882353,115.686274509804],[208.823529411765,155.882352941176,112.745098039216],[189.21568627451,137.254901960784,96.078431372549],[120.588235294118,69.6078431372549,30.3921568627451],[119.607843137255,68.6274509803922,29.4117647058824],[115.686274509804,67.6470588235294,28.4313725490196],[102.941176470588,53.921568627451,19.6078431372549],[133.333333333333,85.2941176470588,52.9411764705882],[126.470588235294,83.3333333333333,49.0196078431373],[132.352941176471,92.156862745098,60.7843137254902],[105.882352941176,72.5490196078431,48.0392156862745],[75.4901960784314,48.0392156862745,26.4705882352941],[69.6078431372549,49.0196078431373,20.5882352941176],[92.156862745098,77.4509803921569,49.0196078431373],[64.7058823529412,50,27.4509803921569],[50,38.2352941176471,16.6666666666667],[57.843137254902,44.1176470588235,18.6274509803922],[35.2941176470588,21.5686274509804,0],[90.1960784313725,74.5098039215686,51.9607843137255],[55.8823529411765,40.1960784313726,17.6470588235294],[27.4509803921569,15.6862745098039,0],[39.2156862745098,29.4117647058824,4.90196078431373],[113.725490196078,105.882352941176,83.3333333333333],[61.7647058823529,55.8823529411765,34.3137254901961],[35.2941176470588,30.3921568627451,10.7843137254902],[40.1960784313726,35.2941176470588,16.6666666666667],[46.078431372549,39.2156862745098,20.5882352941176],[58.8235294117647,50.9803921568627,30.3921568627451],[49.0196078431373,38.2352941176471,16.6666666666667],[97.0588235294118,85.2941176470588,61.7647058823529],[79.4117647058823,64.7058823529412,42.156862745098],[58.8235294117647,47.0588235294118,23.5294117647059],[35.2941176470588,23.5294117647059,1.96078431372549],[38.2352941176471,27.4509803921569,7.84313725490196],[25.4901960784314,17.6470588235294,0],[39.2156862745098,26.4705882352941,7.84313725490196],[85.2941176470588,65.6862745098039,39.2156862745098],[81.3725490196078,56.8627450980392,27.4509803921569],[101.960784313725,77.4509803921569,48.0392156862745],[105.882352941176,80.3921568627451,53.921568627451],[75.4901960784314,50,23.5294117647059],[88.2352941176471,60.7843137254902,37.2549019607843],[75.4901960784314,48.0392156862745,26.4705882352941],[82.3529411764706,54.9019607843137,34.3137254901961],[82.3529411764706,54.9019607843137,34.3137254901961],[92.156862745098,64.7058823529412,44.1176470588235],[102.941176470588,72.5490196078431,52.9411764705882],[107.843137254902,77.4509803921569,57.843137254902],[102.941176470588,72.5490196078431,52.9411764705882],[80.3921568627451,50,30.3921568627451],[57.843137254902,27.4509803921569,6.86274509803922],[61.7647058823529,35.2941176470588,14.7058823529412],[51.9607843137255,31.3725490196078,10.7843137254902],[87.2549019607843,70.5882352941177,50.9803921568627],[46.078431372549,28.4313725490196,8.82352941176471],[55.8823529411765,37.2549019607843,20.5882352941176],[76.4705882352941,57.843137254902,43.1372549019608],[56.8627450980392,38.2352941176471,24.5098039215686],[47.0588235294118,29.4117647058824,17.6470588235294],[54.9019607843137,41.1764705882353,30.3921568627451],[40.1960784313726,27.4509803921569,18.6274509803922],[34.3137254901961,24.5098039215686,15.6862745098039],[58.8235294117647,50,43.1372549019608],[80.3921568627451,71.5686274509804,66.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[16.6666666666667,0.980392156862745,0.980392156862745],[34.3137254901961,15.6862745098039,17.6470588235294],[29.4117647058824,13.7254901960784,14.7058823529412],[11.7647058823529,1.96078431372549,2.94117647058824],[10.7843137254902,1.96078431372549,4.90196078431373],[9.80392156862745,3.92156862745098,5.88235294117647],[9.80392156862745,3.92156862745098,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[10.7843137254902,4.90196078431373,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[0.980392156862745,0.980392156862745,0.980392156862745],[6.86274509803922,4.90196078431373,5.88235294117647],[0.980392156862745,0,0],[16.6666666666667,14.7058823529412,15.6862745098039],[0.980392156862745,0,0],[11.7647058823529,9.80392156862745,10.7843137254902],[0.980392156862745,0,0],[4.90196078431373,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,5.88235294117647,8.82352941176471]],[[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,15.6862745098039,18.6274509803922],[7.84313725490196,15.6862745098039,18.6274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[2.94117647058824,10.7843137254902,13.7254901960784],[3.92156862745098,11.7647058823529,14.7058823529412],[10.7843137254902,17.6470588235294,23.5294117647059],[12.7450980392157,19.6078431372549,25.4901960784314],[5.88235294117647,13.7254901960784,16.6666666666667],[0,5.88235294117647,8.82352941176471],[25.4901960784314,30.3921568627451,33.3333333333333],[18.6274509803922,22.5490196078431,21.5686274509804],[13.7254901960784,15.6862745098039,12.7450980392157],[30.3921568627451,31.3725490196078,26.4705882352941],[39.2156862745098,38.2352941176471,33.3333333333333],[36.2745098039216,33.3333333333333,24.5098039215686],[49.0196078431373,45.0980392156863,34.3137254901961],[64.7058823529412,58.8235294117647,47.0588235294118],[56.8627450980392,48.0392156862745,33.3333333333333],[64.7058823529412,52.9411764705882,37.2549019607843],[42.156862745098,31.3725490196078,13.7254901960784],[36.2745098039216,23.5294117647059,4.90196078431373],[43.1372549019608,31.3725490196078,9.80392156862745],[63.7254901960784,49.0196078431373,26.4705882352941],[93.1372549019608,77.4509803921569,51.9607843137255],[88.2352941176471,73.5294117647059,45.0980392156863],[112.745098039216,98.0392156862745,65.6862745098039],[105.882352941176,90.1960784313725,56.8627450980392],[80.3921568627451,65.6862745098039,27.4509803921569],[68.6274509803922,53.921568627451,13.7254901960784],[137.254901960784,122.549019607843,80.3921568627451],[192.156862745098,178.43137254902,134.313725490196],[228.43137254902,214.705882352941,170.588235294118],[204.901960784314,197.058823529412,151.960784313725],[184.313725490196,185.294117647059,144.117647058824],[130.392156862745,137.254901960784,103.921568627451],[115.686274509804,123.529411764706,100],[125.490196078431,137.254901960784,115.686274509804],[82.3529411764706,98.0392156862745,72.5490196078431],[69.6078431372549,88.2352941176471,58.8235294117647],[68.6274509803922,85.2941176470588,51.9607843137255],[118.627450980392,133.333333333333,100.980392156863],[100,110.78431372549,81.3725490196078],[91.1764705882353,98.0392156862745,67.6470588235294],[145.098039215686,149.019607843137,112.745098039216],[128.43137254902,130.392156862745,84.3137254901961],[120.588235294118,120.588235294118,67.6470588235294],[129.411764705882,128.43137254902,73.5294117647059],[122.549019607843,120.588235294118,72.5490196078431],[150,151.960784313725,103.921568627451],[141.176470588235,150.980392156863,99.0196078431373],[166.666666666667,179.411764705882,126.470588235294],[168.627450980392,176.470588235294,126.470588235294],[146.078431372549,148.039215686275,99.0196078431373],[142.156862745098,140.196078431373,90.1960784313725],[164.705882352941,161.764705882353,111.764705882353],[205.882352941176,200,150.980392156863],[145.098039215686,141.176470588235,95.0980392156863],[149.019607843137,150,108.823529411765],[158.823529411765,162.745098039216,126.470588235294],[155.882352941176,165.686274509804,131.372549019608],[180.392156862745,195.098039215686,162.745098039216],[116.666666666667,135.294117647059,103.921568627451],[79.4117647058823,99.0196078431373,71.5686274509804],[62.7450980392157,84.3137254901961,63.7254901960784],[140.196078431373,159.803921568627,132.352941176471],[143.137254901961,158.823529411765,112.745098039216],[143.137254901961,155.882352941176,103.921568627451],[128.43137254902,136.274509803922,98.0392156862745],[111.764705882353,120.588235294118,94.1176470588235],[59.8039215686275,74.5098039215686,55.8823529411765],[102.941176470588,114.705882352941,100.980392156863],[197.058823529412,198.039215686275,184.313725490196],[189.21568627451,191.176470588235,170.588235294118],[106.862745098039,116.666666666667,83.3333333333333],[165.686274509804,175.490196078431,139.21568627451],[193.137254901961,197.058823529412,160.78431372549],[232.352941176471,239.21568627451,205.882352941176],[122.549019607843,141.176470588235,111.764705882353],[184.313725490196,208.823529411765,188.235294117647],[225.490196078431,250,243.137254901961],[182.352941176471,206.862745098039,200.980392156863],[96.078431372549,112.745098039216,102.941176470588],[112.745098039216,126.470588235294,113.725490196078],[125.490196078431,133.333333333333,120.588235294118],[132.352941176471,134.313725490196,120.588235294118],[160.78431372549,157.843137254902,143.137254901961],[167.647058823529,158.823529411765,142.156862745098],[151.960784313725,139.21568627451,120.588235294118],[180.392156862745,164.705882352941,140.196078431373],[225.490196078431,208.823529411765,181.372549019608],[220.588235294118,200,169.607843137255],[202.941176470588,180.392156862745,147.058823529412],[210.78431372549,185.294117647059,149.019607843137],[182.352941176471,152.941176470588,115.686274509804],[159.803921568627,126.470588235294,89.2156862745098],[148.039215686275,110.78431372549,72.5490196078431],[124.509803921569,91.1764705882353,56.8627450980392],[137.254901960784,110.78431372549,84.3137254901961],[111.764705882353,86.2745098039216,61.7647058823529],[111.764705882353,83.3333333333333,53.921568627451],[91.1764705882353,65.6862745098039,39.2156862745098],[53.921568627451,41.1764705882353,22.5490196078431],[42.156862745098,31.3725490196078,13.7254901960784],[119.607843137255,100,73.5294117647059],[159.803921568627,134.313725490196,101.960784313725],[120.588235294118,91.1764705882353,55.8823529411765],[117.647058823529,79.4117647058823,39.2156862745098],[211.764705882353,160.78431372549,113.725490196078],[202.941176470588,150.980392156863,101.960784313725],[214.705882352941,168.627450980392,127.450980392157],[141.176470588235,94.1176470588235,54.9019607843137],[202.941176470588,150,106.862745098039],[175.490196078431,119.607843137255,77.4509803921569],[118.627450980392,66.6666666666667,27.4509803921569],[103.921568627451,52.9411764705882,16.6666666666667],[101.960784313725,50,18.6274509803922],[163.725490196078,114.705882352941,82.3529411764706],[122.549019607843,78.4313725490196,40.1960784313726],[116.666666666667,77.4509803921569,42.156862745098],[132.352941176471,97.0588235294118,71.5686274509804],[65.6862745098039,36.2745098039216,10.7843137254902],[53.921568627451,34.3137254901961,0],[90.1960784313725,74.5098039215686,41.1764705882353],[63.7254901960784,49.0196078431373,26.4705882352941],[37.2549019607843,25.4901960784314,3.92156862745098],[66.6666666666667,52.9411764705882,27.4509803921569],[81.3725490196078,65.6862745098039,41.1764705882353],[83.3333333333333,65.6862745098039,46.078431372549],[69.6078431372549,52.9411764705882,33.3333333333333],[38.2352941176471,24.5098039215686,0],[53.921568627451,42.156862745098,16.6666666666667],[127.450980392157,119.607843137255,97.0588235294118],[79.4117647058823,71.5686274509804,50.9803921568627],[42.156862745098,35.2941176470588,16.6666666666667],[32.3529411764706,25.4901960784314,6.86274509803922],[33.3333333333333,26.4705882352941,7.84313725490196],[32.3529411764706,24.5098039215686,5.88235294117647],[50.9803921568627,40.1960784313726,20.5882352941176],[49.0196078431373,37.2549019607843,15.6862745098039],[75.4901960784314,63.7254901960784,42.156862745098],[72.5490196078431,59.8039215686275,41.1764705882353],[43.1372549019608,30.3921568627451,13.7254901960784],[77.4509803921569,65.6862745098039,51.9607843137255],[34.3137254901961,26.4705882352941,13.7254901960784],[29.4117647058824,17.6470588235294,1.96078431372549],[61.7647058823529,42.156862745098,18.6274509803922],[89.2156862745098,65.6862745098039,40.1960784313726],[62.7450980392157,39.2156862745098,13.7254901960784],[70.5882352941177,45.0980392156863,22.5490196078431],[67.6470588235294,42.156862745098,19.6078431372549],[67.6470588235294,41.1764705882353,20.5882352941176],[69.6078431372549,43.1372549019608,22.5490196078431],[85.2941176470588,58.8235294117647,40.1960784313726],[41.1764705882353,12.7450980392157,0],[73.5294117647059,45.0980392156863,27.4509803921569],[62.7450980392157,34.3137254901961,16.6666666666667],[74.5098039215686,46.078431372549,28.4313725490196],[119.607843137255,89.2156862745098,71.5686274509804],[83.3333333333333,52.9411764705882,35.2941176470588],[55.8823529411765,25.4901960784314,5.88235294117647],[46.078431372549,19.6078431372549,0.980392156862745],[100,82.3529411764706,62.7450980392157],[129.411764705882,112.745098039216,97.0588235294118],[70.5882352941177,53.921568627451,38.2352941176471],[58.8235294117647,40.1960784313726,25.4901960784314],[67.6470588235294,49.0196078431373,35.2941176470588],[62.7450980392157,45.0980392156863,31.3725490196078],[43.1372549019608,27.4509803921569,14.7058823529412],[35.2941176470588,21.5686274509804,10.7843137254902],[23.5294117647059,10.7843137254902,1.96078431372549],[47.0588235294118,36.2745098039216,30.3921568627451],[90.1960784313725,81.3725490196078,76.4705882352941],[50,40.1960784313726,38.2352941176471],[6.86274509803922,0,0],[18.6274509803922,8.82352941176471,9.80392156862745],[11.7647058823529,0,3.92156862745098],[23.5294117647059,12.7450980392157,16.6666666666667],[12.7450980392157,3.92156862745098,6.86274509803922],[6.86274509803922,0.980392156862745,2.94117647058824],[5.88235294117647,0,1.96078431372549],[7.84313725490196,1.96078431372549,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[7.84313725490196,5.88235294117647,6.86274509803922],[3.92156862745098,1.96078431372549,2.94117647058824],[0.980392156862745,0,0],[17.6470588235294,15.6862745098039,16.6666666666667],[22.5490196078431,20.5882352941176,21.5686274509804],[1.96078431372549,0,0.980392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[38.2352941176471,34.3137254901961,35.2941176470588],[2.94117647058824,0,0],[9.80392156862745,5.88235294117647,6.86274509803922],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[0.980392156862745,8.82352941176471,11.7647058823529],[5.88235294117647,10.7843137254902,14.7058823529412],[4.90196078431373,9.80392156862745,13.7254901960784],[2.94117647058824,10.7843137254902,13.7254901960784],[4.90196078431373,12.7450980392157,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[6.86274509803922,14.7058823529412,17.6470588235294],[19.6078431372549,27.4509803921569,30.3921568627451],[13.7254901960784,18.6274509803922,21.5686274509804],[7.84313725490196,11.7647058823529,12.7450980392157],[18.6274509803922,20.5882352941176,19.6078431372549],[51.9607843137255,52.9411764705882,48.0392156862745],[53.921568627451,52.9411764705882,48.0392156862745],[27.4509803921569,24.5098039215686,17.6470588235294],[32.3529411764706,28.4313725490196,19.6078431372549],[57.843137254902,50.9803921568627,41.1764705882353],[31.3725490196078,23.5294117647059,12.7450980392157],[25.4901960784314,17.6470588235294,4.90196078431373],[31.3725490196078,22.5490196078431,7.84313725490196],[31.3725490196078,19.6078431372549,3.92156862745098],[43.1372549019608,30.3921568627451,13.7254901960784],[66.6666666666667,51.9607843137255,31.3725490196078],[87.2549019607843,73.5294117647059,48.0392156862745],[120.588235294118,105.882352941176,77.4509803921569],[81.3725490196078,66.6666666666667,34.3137254901961],[138.235294117647,122.549019607843,89.2156862745098],[145.098039215686,130.392156862745,92.156862745098],[117.647058823529,102.941176470588,62.7450980392157],[131.372549019608,116.666666666667,74.5098039215686],[158.823529411765,145.098039215686,100.980392156863],[186.274509803922,172.549019607843,128.43137254902],[160.78431372549,150,105.882352941176],[159.803921568627,156.862745098039,114.705882352941],[128.43137254902,130.392156862745,94.1176470588235],[116.666666666667,120.588235294118,94.1176470588235],[129.411764705882,137.254901960784,113.725490196078],[81.3725490196078,94.1176470588235,66.6666666666667],[83.3333333333333,98.0392156862745,65.6862745098039],[122.549019607843,138.235294117647,102.941176470588],[125.490196078431,139.21568627451,104.901960784314],[130.392156862745,141.176470588235,109.803921568627],[119.607843137255,126.470588235294,94.1176470588235],[161.764705882353,165.686274509804,129.411764705882],[177.450980392157,178.43137254902,135.294117647059],[139.21568627451,142.156862745098,90.1960784313725],[142.156862745098,142.156862745098,91.1764705882353],[185.294117647059,184.313725490196,139.21568627451],[147.058823529412,150,105.882352941176],[153.921568627451,162.745098039216,110.78431372549],[112.745098039216,121.56862745098,67.6470588235294],[149.019607843137,153.921568627451,100.980392156863],[136.274509803922,136.274509803922,85.2941176470588],[152.941176470588,147.058823529412,98.0392156862745],[181.372549019608,173.529411764706,125.490196078431],[183.333333333333,175.490196078431,129.411764705882],[175.490196078431,168.627450980392,123.529411764706],[126.470588235294,123.529411764706,81.3725490196078],[177.450980392157,179.411764705882,140.196078431373],[132.352941176471,140.196078431373,101.960784313725],[178.43137254902,190.196078431373,154.901960784314],[197.058823529412,212.745098039216,177.450980392157],[86.2745098039216,104.901960784314,73.5294117647059],[106.862745098039,126.470588235294,99.0196078431373],[89.2156862745098,108.823529411765,72.5490196078431],[87.2549019607843,103.921568627451,50],[142.156862745098,154.901960784314,100],[201.960784313725,207.843137254902,170.588235294118],[160.78431372549,166.666666666667,139.21568627451],[84.3137254901961,96.078431372549,74.5098039215686],[117.647058823529,124.509803921569,108.823529411765],[226.470588235294,223.529411764706,206.862745098039],[89.2156862745098,84.3137254901961,62.7450980392157],[93.1372549019608,98.0392156862745,66.6666666666667],[171.56862745098,179.411764705882,141.176470588235],[189.21568627451,191.176470588235,152.941176470588],[215.686274509804,221.56862745098,184.313725490196],[91.1764705882353,110.78431372549,76.4705882352941],[148.039215686275,173.529411764706,147.058823529412],[153.921568627451,181.372549019608,169.607843137255],[109.803921568627,132.352941176471,124.509803921569],[119.607843137255,133.333333333333,118.627450980392],[138.235294117647,145.098039215686,127.450980392157],[110.78431372549,113.725490196078,95.0980392156863],[100.980392156863,100,80.3921568627451],[121.56862745098,114.705882352941,96.078431372549],[118.627450980392,105.882352941176,87.2549019607843],[135.294117647059,120.588235294118,98.0392156862745],[175.490196078431,158.823529411765,133.333333333333],[150,133.333333333333,103.921568627451],[157.843137254902,139.21568627451,106.862745098039],[136.274509803922,116.666666666667,82.3529411764706],[198.039215686275,174.509803921569,137.254901960784],[175.490196078431,148.039215686275,109.803921568627],[165.686274509804,137.254901960784,98.0392156862745],[135.294117647059,101.960784313725,64.7058823529412],[155.882352941176,123.529411764706,89.2156862745098],[143.137254901961,117.647058823529,91.1764705882353],[87.2549019607843,63.7254901960784,38.2352941176471],[112.745098039216,86.2745098039216,56.8627450980392],[82.3529411764706,58.8235294117647,31.3725490196078],[21.5686274509804,8.82352941176471,0],[61.7647058823529,50.9803921568627,31.3725490196078],[145.098039215686,125.490196078431,99.0196078431373],[120.588235294118,97.0588235294118,63.7254901960784],[120.588235294118,91.1764705882353,55.8823529411765],[112.745098039216,76.4705882352941,35.2941176470588],[152.941176470588,103.921568627451,55.8823529411765],[194.117647058824,143.137254901961,94.1176470588235],[148.039215686275,103.921568627451,63.7254901960784],[93.1372549019608,49.0196078431373,10.7843137254902],[169.607843137255,119.607843137255,77.4509803921569],[169.607843137255,116.666666666667,73.5294117647059],[133.333333333333,81.3725490196078,42.156862745098],[122.549019607843,71.5686274509804,35.2941176470588],[125.490196078431,73.5294117647059,42.156862745098],[158.823529411765,109.803921568627,77.4509803921569],[167.647058823529,123.529411764706,82.3529411764706],[151.960784313725,110.78431372549,69.6078431372549],[101.960784313725,65.6862745098039,37.2549019607843],[82.3529411764706,53.921568627451,24.5098039215686],[83.3333333333333,61.7647058823529,21.5686274509804],[108.823529411765,94.1176470588235,55.8823529411765],[59.8039215686275,46.078431372549,20.5882352941176],[54.9019607843137,43.1372549019608,21.5686274509804],[75.4901960784314,61.7647058823529,35.2941176470588],[103.921568627451,90.1960784313725,63.7254901960784],[45.0980392156863,28.4313725490196,8.82352941176471],[125.490196078431,108.823529411765,89.2156862745098],[41.1764705882353,25.4901960784314,0.980392156862745],[48.0392156862745,34.3137254901961,7.84313725490196],[87.2549019607843,77.4509803921569,52.9411764705882],[72.5490196078431,64.7058823529412,42.156862745098],[50,42.156862745098,21.5686274509804],[59.8039215686275,51.9607843137255,33.3333333333333],[35.2941176470588,27.4509803921569,8.82352941176471],[45.0980392156863,37.2549019607843,18.6274509803922],[58.8235294117647,46.078431372549,27.4509803921569],[19.6078431372549,6.86274509803922,0],[85.2941176470588,72.5490196078431,53.921568627451],[101.960784313725,89.2156862745098,72.5490196078431],[21.5686274509804,8.82352941176471,0],[42.156862745098,30.3921568627451,18.6274509803922],[20.5882352941176,12.7450980392157,1.96078431372549],[30.3921568627451,18.6274509803922,4.90196078431373],[54.9019607843137,37.2549019607843,15.6862745098039],[73.5294117647059,51.9607843137255,28.4313725490196],[70.5882352941177,49.0196078431373,26.4705882352941],[90.1960784313725,65.6862745098039,44.1176470588235],[80.3921568627451,55.8823529411765,34.3137254901961],[51.9607843137255,27.4509803921569,7.84313725490196],[87.2549019607843,62.7450980392157,43.1372549019608],[56.8627450980392,30.3921568627451,13.7254901960784],[40.1960784313726,13.7254901960784,0],[69.6078431372549,41.1764705882353,25.4901960784314],[71.5686274509804,43.1372549019608,27.4509803921569],[85.2941176470588,56.8627450980392,41.1764705882353],[111.764705882353,83.3333333333333,67.6470588235294],[96.078431372549,67.6470588235294,50],[62.7450980392157,34.3137254901961,16.6666666666667],[49.0196078431373,22.5490196078431,5.88235294117647],[75.4901960784314,56.8627450980392,42.156862745098],[76.4705882352941,58.8235294117647,45.0980392156863],[51.9607843137255,34.3137254901961,22.5490196078431],[50.9803921568627,33.3333333333333,21.5686274509804],[30.3921568627451,12.7450980392157,0.980392156862745],[49.0196078431373,31.3725490196078,19.6078431372549],[47.0588235294118,30.3921568627451,20.5882352941176],[24.5098039215686,7.84313725490196,0],[34.3137254901961,19.6078431372549,12.7450980392157],[27.4509803921569,14.7058823529412,8.82352941176471],[17.6470588235294,6.86274509803922,2.94117647058824],[24.5098039215686,14.7058823529412,12.7450980392157],[17.6470588235294,9.80392156862745,7.84313725490196],[18.6274509803922,12.7450980392157,12.7450980392157],[16.6666666666667,10.7843137254902,12.7450980392157],[13.7254901960784,7.84313725490196,9.80392156862745],[15.6862745098039,9.80392156862745,11.7647058823529],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,2.94117647058824,4.90196078431373],[8.82352941176471,2.94117647058824,4.90196078431373],[4.90196078431373,0.980392156862745,1.96078431372549],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,5.88235294117647],[17.6470588235294,13.7254901960784,14.7058823529412],[6.86274509803922,4.90196078431373,5.88235294117647],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,2.94117647058824,3.92156862745098],[1.96078431372549,0,0.980392156862745],[26.4705882352941,24.5098039215686,25.4901960784314],[33.3333333333333,31.3725490196078,32.3529411764706],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[54.9019607843137,50.9803921568627,51.9607843137255],[2.94117647058824,0,0],[5.88235294117647,1.96078431372549,2.94117647058824],[10.7843137254902,6.86274509803922,7.84313725490196],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[6.86274509803922,2.94117647058824,3.92156862745098],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[2.94117647058824,0.980392156862745,3.92156862745098]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[2.94117647058824,7.84313725490196,11.7647058823529],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0.980392156862745,5.88235294117647,8.82352941176471],[17.6470588235294,21.5686274509804,22.5490196078431],[23.5294117647059,25.4901960784314,24.5098039215686],[19.6078431372549,20.5882352941176,15.6862745098039],[8.82352941176471,7.84313725490196,2.94117647058824],[12.7450980392157,7.84313725490196,1.96078431372549],[31.3725490196078,24.5098039215686,16.6666666666667],[34.3137254901961,27.4509803921569,19.6078431372549],[43.1372549019608,36.2745098039216,28.4313725490196],[16.6666666666667,9.80392156862745,0],[45.0980392156863,37.2549019607843,26.4705882352941],[76.4705882352941,68.6274509803922,55.8823529411765],[114.705882352941,102.941176470588,87.2549019607843],[135.294117647059,122.549019607843,103.921568627451],[100.980392156863,86.2745098039216,63.7254901960784],[83.3333333333333,67.6470588235294,42.156862745098],[68.6274509803922,53.921568627451,23.5294117647059],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,55.8823529411765],[107.843137254902,93.1372549019608,54.9019607843137],[122.549019607843,107.843137254902,69.6078431372549],[108.823529411765,94.1176470588235,53.921568627451],[109.803921568627,95.0980392156863,54.9019607843137],[192.156862745098,180.392156862745,139.21568627451],[185.294117647059,178.43137254902,135.294117647059],[150,146.078431372549,108.823529411765],[118.627450980392,117.647058823529,88.2352941176471],[101.960784313725,104.901960784314,78.4313725490196],[82.3529411764706,91.1764705882353,60.7843137254902],[102.941176470588,113.725490196078,80.3921568627451],[144.117647058824,155.882352941176,120.588235294118],[177.450980392157,189.21568627451,153.921568627451],[142.156862745098,150.980392156863,122.549019607843],[131.372549019608,138.235294117647,107.843137254902],[154.901960784314,160.78431372549,125.490196078431],[186.274509803922,191.176470588235,150.980392156863],[151.960784313725,157.843137254902,110.78431372549],[186.274509803922,192.156862745098,145.098039215686],[171.56862745098,176.470588235294,137.254901960784],[125.490196078431,132.352941176471,92.156862745098],[123.529411764706,130.392156862745,87.2549019607843],[97.0588235294118,102.941176470588,57.843137254902],[162.745098039216,161.764705882353,116.666666666667],[150.980392156863,147.058823529412,100.980392156863],[194.117647058824,186.274509803922,141.176470588235],[143.137254901961,131.372549019608,90.1960784313725],[145.098039215686,133.333333333333,92.156862745098],[182.352941176471,173.529411764706,131.372549019608],[191.176470588235,187.254901960784,143.137254901961],[184.313725490196,185.294117647059,142.156862745098],[109.803921568627,115.686274509804,72.5490196078431],[112.745098039216,123.529411764706,81.3725490196078],[169.607843137255,182.352941176471,140.196078431373],[131.372549019608,146.078431372549,103.921568627451],[128.43137254902,145.098039215686,103.921568627451],[130.392156862745,148.039215686275,99.0196078431373],[112.745098039216,131.372549019608,68.6274509803922],[145.098039215686,158.823529411765,100.980392156863],[195.098039215686,200.980392156863,167.647058823529],[151.960784313725,154.901960784314,134.313725490196],[96.078431372549,103.921568627451,81.3725490196078],[135.294117647059,139.21568627451,116.666666666667],[155.882352941176,150,124.509803921569],[115.686274509804,108.823529411765,81.3725490196078],[126.470588235294,129.411764705882,100.980392156863],[152.941176470588,157.843137254902,126.470588235294],[163.725490196078,163.725490196078,128.43137254902],[169.607843137255,176.470588235294,136.274509803922],[153.921568627451,175.490196078431,130.392156862745],[167.647058823529,194.117647058824,159.803921568627],[109.803921568627,133.333333333333,120.588235294118],[64.7058823529412,83.3333333333333,77.4509803921569],[111.764705882353,120.588235294118,101.960784313725],[232.352941176471,234.313725490196,210.78431372549],[135.294117647059,133.333333333333,108.823529411765],[92.156862745098,86.2745098039216,62.7450980392157],[147.058823529412,137.254901960784,112.745098039216],[109.803921568627,96.078431372549,70.5882352941177],[114.705882352941,99.0196078431373,73.5294117647059],[142.156862745098,125.490196078431,98.0392156862745],[138.235294117647,121.56862745098,92.156862745098],[102.941176470588,87.2549019607843,53.921568627451],[123.529411764706,105.882352941176,70.5882352941177],[191.176470588235,171.56862745098,135.294117647059],[199.019607843137,177.450980392157,139.21568627451],[162.745098039216,138.235294117647,99.0196078431373],[97.0588235294118,67.6470588235294,30.3921568627451],[140.196078431373,110.78431372549,75.4901960784314],[140.196078431373,111.764705882353,80.3921568627451],[72.5490196078431,48.0392156862745,18.6274509803922],[68.6274509803922,49.0196078431373,24.5098039215686],[49.0196078431373,34.3137254901961,11.7647058823529],[46.078431372549,38.2352941176471,19.6078431372549],[106.862745098039,95.0980392156863,71.5686274509804],[126.470588235294,102.941176470588,69.6078431372549],[153.921568627451,126.470588235294,88.2352941176471],[89.2156862745098,66.6666666666667,35.2941176470588],[91.1764705882353,63.7254901960784,27.4509803921569],[142.156862745098,100.980392156863,53.921568627451],[186.274509803922,137.254901960784,87.2549019607843],[175.490196078431,125.490196078431,79.4117647058823],[141.176470588235,93.1372549019608,50.9803921568627],[135.294117647059,88.2352941176471,49.0196078431373],[160.78431372549,113.725490196078,74.5098039215686],[165.686274509804,117.647058823529,77.4509803921569],[133.333333333333,82.3529411764706,44.1176470588235],[103.921568627451,51.9607843137255,18.6274509803922],[107.843137254902,58.8235294117647,24.5098039215686],[133.333333333333,87.2549019607843,44.1176470588235],[156.862745098039,116.666666666667,73.5294117647059],[75.4901960784314,40.1960784313726,8.82352941176471],[69.6078431372549,39.2156862745098,8.82352941176471],[140.196078431373,117.647058823529,74.5098039215686],[109.803921568627,93.1372549019608,50.9803921568627],[41.1764705882353,26.4705882352941,0],[58.8235294117647,44.1176470588235,21.5686274509804],[62.7450980392157,49.0196078431373,20.5882352941176],[62.7450980392157,49.0196078431373,22.5490196078431],[113.725490196078,97.0588235294118,77.4509803921569],[95.0980392156863,78.4313725490196,58.8235294117647],[68.6274509803922,52.9411764705882,28.4313725490196],[46.078431372549,30.3921568627451,4.90196078431373],[40.1960784313726,26.4705882352941,0.980392156862745],[63.7254901960784,51.9607843137255,28.4313725490196],[50.9803921568627,40.1960784313726,20.5882352941176],[48.0392156862745,37.2549019607843,17.6470588235294],[71.5686274509804,60.7843137254902,43.1372549019608],[49.0196078431373,36.2745098039216,19.6078431372549],[65.6862745098039,52.9411764705882,34.3137254901961],[52.9411764705882,38.2352941176471,19.6078431372549],[70.5882352941177,55.8823529411765,37.2549019607843],[71.5686274509804,55.8823529411765,40.1960784313726],[67.6470588235294,54.9019607843137,39.2156862745098],[64.7058823529412,52.9411764705882,41.1764705882353],[55.8823529411765,46.078431372549,36.2745098039216],[51.9607843137255,40.1960784313726,28.4313725490196],[69.6078431372549,52.9411764705882,35.2941176470588],[82.3529411764706,61.7647058823529,41.1764705882353],[87.2549019607843,66.6666666666667,46.078431372549],[92.156862745098,69.6078431372549,51.9607843137255],[88.2352941176471,65.6862745098039,48.0392156862745],[70.5882352941177,48.0392156862745,32.3529411764706],[67.6470588235294,45.0980392156863,29.4117647058824],[47.0588235294118,21.5686274509804,6.86274509803922],[64.7058823529412,39.2156862745098,24.5098039215686],[64.7058823529412,37.2549019607843,23.5294117647059],[52.9411764705882,25.4901960784314,11.7647058823529],[80.3921568627451,52.9411764705882,39.2156862745098],[97.0588235294118,69.6078431372549,55.8823529411765],[96.078431372549,67.6470588235294,51.9607843137255],[96.078431372549,67.6470588235294,51.9607843137255],[53.921568627451,28.4313725490196,13.7254901960784],[32.3529411764706,10.7843137254902,0],[34.3137254901961,16.6666666666667,6.86274509803922],[58.8235294117647,41.1764705882353,31.3725490196078],[43.1372549019608,25.4901960784314,15.6862745098039],[43.1372549019608,25.4901960784314,15.6862745098039],[49.0196078431373,31.3725490196078,21.5686274509804],[52.9411764705882,36.2745098039216,28.4313725490196],[54.9019607843137,38.2352941176471,30.3921568627451],[50,35.2941176470588,28.4313725490196],[32.3529411764706,19.6078431372549,13.7254901960784],[14.7058823529412,3.92156862745098,0],[30.3921568627451,22.5490196078431,19.6078431372549],[20.5882352941176,15.6862745098039,12.7450980392157],[2.94117647058824,0,0],[10.7843137254902,9.80392156862745,7.84313725490196],[0.980392156862745,0,0],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,1.96078431372549,2.94117647058824],[4.90196078431373,0.980392156862745,1.96078431372549],[7.84313725490196,3.92156862745098,4.90196078431373],[10.7843137254902,8.82352941176471,9.80392156862745],[15.6862745098039,13.7254901960784,14.7058823529412],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[11.7647058823529,9.80392156862745,12.7450980392157],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[0.980392156862745,0,1.96078431372549],[12.7450980392157,10.7843137254902,13.7254901960784],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,6.86274509803922,10.7843137254902],[7.84313725490196,12.7450980392157,16.6666666666667],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,6.86274509803922],[0,4.90196078431373,10.7843137254902],[6.86274509803922,14.7058823529412,17.6470588235294],[5.88235294117647,13.7254901960784,16.6666666666667],[7.84313725490196,12.7450980392157,15.6862745098039],[8.82352941176471,12.7450980392157,13.7254901960784],[6.86274509803922,8.82352941176471,7.84313725490196],[11.7647058823529,10.7843137254902,6.86274509803922],[15.6862745098039,12.7450980392157,7.84313725490196],[20.5882352941176,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,18.6274509803922],[31.3725490196078,24.5098039215686,16.6666666666667],[33.3333333333333,28.4313725490196,22.5490196078431],[13.7254901960784,8.82352941176471,2.94117647058824],[50.9803921568627,47.0588235294118,38.2352941176471],[85.2941176470588,79.4117647058823,67.6470588235294],[96.078431372549,87.2549019607843,72.5490196078431],[87.2549019607843,76.4705882352941,58.8235294117647],[45.0980392156863,33.3333333333333,11.7647058823529],[27.4509803921569,13.7254901960784,0],[61.7647058823529,48.0392156862745,19.6078431372549],[58.8235294117647,46.078431372549,14.7058823529412],[84.3137254901961,71.5686274509804,38.2352941176471],[85.2941176470588,72.5490196078431,38.2352941176471],[106.862745098039,95.0980392156863,57.843137254902],[124.509803921569,112.745098039216,75.4901960784314],[100,88.2352941176471,50.9803921568627],[117.647058823529,105.882352941176,66.6666666666667],[137.254901960784,128.43137254902,86.2745098039216],[134.313725490196,126.470588235294,88.2352941176471],[139.21568627451,134.313725490196,104.901960784314],[91.1764705882353,90.1960784313725,62.7450980392157],[104.901960784314,109.803921568627,78.4313725490196],[91.1764705882353,98.0392156862745,64.7058823529412],[96.078431372549,105.882352941176,69.6078431372549],[140.196078431373,150,115.686274509804],[138.235294117647,147.058823529412,118.627450980392],[129.411764705882,135.294117647059,107.843137254902],[160.78431372549,167.647058823529,134.313725490196],[113.725490196078,119.607843137255,82.3529411764706],[177.450980392157,186.274509803922,142.156862745098],[172.549019607843,181.372549019608,139.21568627451],[102.941176470588,112.745098039216,78.4313725490196],[111.764705882353,118.627450980392,85.2941176470588],[153.921568627451,158.823529411765,119.607843137255],[167.647058823529,168.627450980392,127.450980392157],[140.196078431373,137.254901960784,93.1372549019608],[144.117647058824,137.254901960784,94.1176470588235],[136.274509803922,127.450980392157,87.2549019607843],[102.941176470588,91.1764705882353,53.921568627451],[100,88.2352941176471,50.9803921568627],[167.647058823529,158.823529411765,120.588235294118],[150,147.058823529412,102.941176470588],[124.509803921569,126.470588235294,80.3921568627451],[124.509803921569,130.392156862745,85.2941176470588],[150,158.823529411765,114.705882352941],[102.941176470588,113.725490196078,71.5686274509804],[156.862745098039,169.607843137255,126.470588235294],[164.705882352941,177.450980392157,132.352941176471],[160.78431372549,177.450980392157,124.509803921569],[173.529411764706,189.21568627451,127.450980392157],[228.43137254902,241.176470588235,186.274509803922],[149.019607843137,151.960784313725,123.529411764706],[109.803921568627,110.78431372549,93.1372549019608],[173.529411764706,178.43137254902,155.882352941176],[198.039215686275,200.980392156863,174.509803921569],[152.941176470588,144.117647058824,113.725490196078],[136.274509803922,127.450980392157,97.0588235294118],[109.803921568627,109.803921568627,84.3137254901961],[131.372549019608,134.313725490196,107.843137254902],[234.313725490196,234.313725490196,200.980392156863],[142.156862745098,147.058823529412,107.843137254902],[126.470588235294,146.078431372549,98.0392156862745],[160.78431372549,185.294117647059,146.078431372549],[113.725490196078,136.274509803922,118.627450980392],[71.5686274509804,87.2549019607843,76.4705882352941],[60.7843137254902,64.7058823529412,42.156862745098],[228.43137254902,224.509803921569,196.078431372549],[154.901960784314,150,121.56862745098],[105.882352941176,97.0588235294118,68.6274509803922],[142.156862745098,131.372549019608,103.921568627451],[119.607843137255,104.901960784314,76.4705882352941],[100.980392156863,86.2745098039216,57.843137254902],[156.862745098039,140.196078431373,110.78431372549],[117.647058823529,100.980392156863,71.5686274509804],[87.2549019607843,72.5490196078431,40.1960784313726],[104.901960784314,91.1764705882353,54.9019607843137],[153.921568627451,139.21568627451,100.980392156863],[166.666666666667,147.058823529412,110.78431372549],[147.058823529412,125.490196078431,87.2549019607843],[125.490196078431,101.960784313725,64.7058823529412],[117.647058823529,92.156862745098,55.8823529411765],[133.333333333333,104.901960784314,73.5294117647059],[104.901960784314,80.3921568627451,50.9803921568627],[110.78431372549,91.1764705882353,64.7058823529412],[84.3137254901961,69.6078431372549,47.0588235294118],[51.9607843137255,44.1176470588235,23.5294117647059],[82.3529411764706,70.5882352941177,47.0588235294118],[70.5882352941177,47.0588235294118,11.7647058823529],[151.960784313725,126.470588235294,90.1960784313725],[101.960784313725,82.3529411764706,50],[141.176470588235,117.647058823529,82.3529411764706],[173.529411764706,133.333333333333,88.2352941176471],[147.058823529412,100,51.9607843137255],[129.411764705882,83.3333333333333,38.2352941176471],[110.78431372549,66.6666666666667,25.4901960784314],[116.666666666667,73.5294117647059,35.2941176470588],[128.43137254902,85.2941176470588,47.0588235294118],[129.411764705882,83.3333333333333,42.156862745098],[138.235294117647,90.1960784313725,50],[111.764705882353,62.7450980392157,26.4705882352941],[106.862745098039,57.843137254902,21.5686274509804],[141.176470588235,98.0392156862745,51.9607843137255],[146.078431372549,105.882352941176,62.7450980392157],[104.901960784314,69.6078431372549,34.3137254901961],[86.2745098039216,56.8627450980392,21.5686274509804],[130.392156862745,107.843137254902,64.7058823529412],[120.588235294118,103.921568627451,60.7843137254902],[39.2156862745098,24.5098039215686,0],[58.8235294117647,45.0980392156863,18.6274509803922],[34.3137254901961,20.5882352941176,0],[84.3137254901961,70.5882352941177,44.1176470588235],[117.647058823529,101.960784313725,79.4117647058823],[84.3137254901961,66.6666666666667,47.0588235294118],[93.1372549019608,76.4705882352941,50.9803921568627],[60.7843137254902,44.1176470588235,18.6274509803922],[34.3137254901961,18.6274509803922,0],[54.9019607843137,40.1960784313726,17.6470588235294],[68.6274509803922,56.8627450980392,35.2941176470588],[39.2156862745098,28.4313725490196,8.82352941176471],[29.4117647058824,16.6666666666667,0],[51.9607843137255,36.2745098039216,20.5882352941176],[69.6078431372549,54.9019607843137,36.2745098039216],[59.8039215686275,43.1372549019608,25.4901960784314],[59.8039215686275,43.1372549019608,25.4901960784314],[71.5686274509804,54.9019607843137,39.2156862745098],[36.2745098039216,20.5882352941176,5.88235294117647],[50,36.2745098039216,23.5294117647059],[36.2745098039216,23.5294117647059,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[67.6470588235294,51.9607843137255,36.2745098039216],[53.921568627451,37.2549019607843,19.6078431372549],[66.6666666666667,48.0392156862745,31.3725490196078],[113.725490196078,95.0980392156863,78.4313725490196],[80.3921568627451,61.7647058823529,47.0588235294118],[46.078431372549,27.4509803921569,12.7450980392157],[50,28.4313725490196,15.6862745098039],[65.6862745098039,44.1176470588235,31.3725490196078],[51.9607843137255,28.4313725490196,16.6666666666667],[52.9411764705882,29.4117647058824,17.6470588235294],[46.078431372549,19.6078431372549,8.82352941176471],[38.2352941176471,12.7450980392157,0],[45.0980392156863,19.6078431372549,6.86274509803922],[67.6470588235294,42.156862745098,27.4509803921569],[80.3921568627451,54.9019607843137,40.1960784313726],[72.5490196078431,47.0588235294118,34.3137254901961],[51.9607843137255,28.4313725490196,18.6274509803922],[25.4901960784314,2.94117647058824,0],[58.8235294117647,39.2156862745098,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[27.4509803921569,8.82352941176471,1.96078431372549],[37.2549019607843,20.5882352941176,12.7450980392157],[47.0588235294118,30.3921568627451,22.5490196078431],[69.6078431372549,54.9019607843137,48.0392156862745],[53.921568627451,39.2156862745098,32.3529411764706],[50,37.2549019607843,31.3725490196078],[50,39.2156862745098,35.2941176470588],[34.3137254901961,26.4705882352941,23.5294117647059],[3.92156862745098,0,0],[28.4313725490196,27.4509803921569,23.5294117647059],[63.7254901960784,64.7058823529412,59.8039215686275],[3.92156862745098,5.88235294117647,2.94117647058824],[9.80392156862745,7.84313725490196,8.82352941176471],[10.7843137254902,6.86274509803922,7.84313725490196],[8.82352941176471,4.90196078431373,5.88235294117647],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,8.82352941176471,9.80392156862745],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[12.7450980392157,10.7843137254902,13.7254901960784],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[7.84313725490196,5.88235294117647,8.82352941176471],[14.7058823529412,12.7450980392157,15.6862745098039],[5.88235294117647,3.92156862745098,6.86274509803922],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[18.6274509803922,16.6666666666667,19.6078431372549],[8.82352941176471,6.86274509803922,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[22.5490196078431,20.5882352941176,23.5294117647059],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[5.88235294117647,10.7843137254902,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,4.90196078431373,8.82352941176471],[10.7843137254902,17.6470588235294,23.5294117647059],[7.84313725490196,14.7058823529412,20.5882352941176],[3.92156862745098,10.7843137254902,16.6666666666667],[1.96078431372549,9.80392156862745,12.7450980392157],[7.84313725490196,12.7450980392157,15.6862745098039],[6.86274509803922,10.7843137254902,11.7647058823529],[10.7843137254902,12.7450980392157,11.7647058823529],[29.4117647058824,28.4313725490196,26.4705882352941],[37.2549019607843,33.3333333333333,30.3921568627451],[30.3921568627451,25.4901960784314,19.6078431372549],[27.4509803921569,20.5882352941176,12.7450980392157],[16.6666666666667,9.80392156862745,3.92156862745098],[7.84313725490196,2.94117647058824,0],[16.6666666666667,11.7647058823529,8.82352941176471],[49.0196078431373,44.1176470588235,38.2352941176471],[41.1764705882353,34.3137254901961,26.4705882352941],[17.6470588235294,9.80392156862745,0],[25.4901960784314,16.6666666666667,0],[26.4705882352941,15.6862745098039,0],[20.5882352941176,8.82352941176471,0],[58.8235294117647,48.0392156862745,20.5882352941176],[75.4901960784314,61.7647058823529,33.3333333333333],[58.8235294117647,46.078431372549,14.7058823529412],[68.6274509803922,57.843137254902,26.4705882352941],[82.3529411764706,71.5686274509804,40.1960784313726],[70.5882352941177,59.8039215686275,28.4313725490196],[79.4117647058823,70.5882352941177,38.2352941176471],[85.2941176470588,75.4901960784314,40.1960784313726],[127.450980392157,115.686274509804,74.5098039215686],[84.3137254901961,72.5490196078431,33.3333333333333],[77.4509803921569,68.6274509803922,40.1960784313726],[77.4509803921569,71.5686274509804,46.078431372549],[105.882352941176,106.862745098039,76.4705882352941],[110.78431372549,116.666666666667,83.3333333333333],[147.058823529412,154.901960784314,118.627450980392],[142.156862745098,149.019607843137,115.686274509804],[121.56862745098,127.450980392157,100],[148.039215686275,153.921568627451,126.470588235294],[152.941176470588,159.803921568627,127.450980392157],[96.078431372549,103.921568627451,67.6470588235294],[107.843137254902,118.627450980392,77.4509803921569],[107.843137254902,119.607843137255,80.3921568627451],[74.5098039215686,88.2352941176471,55.8823529411765],[99.0196078431373,107.843137254902,77.4509803921569],[141.176470588235,145.098039215686,108.823529411765],[143.137254901961,144.117647058824,100.980392156863],[145.098039215686,143.137254901961,96.078431372549],[132.352941176471,128.43137254902,84.3137254901961],[84.3137254901961,76.4705882352941,38.2352941176471],[160.78431372549,150.980392156863,115.686274509804],[186.274509803922,177.450980392157,145.098039215686],[192.156862745098,186.274509803922,150.980392156863],[142.156862745098,140.196078431373,100],[89.2156862745098,92.156862745098,50],[122.549019607843,129.411764705882,88.2352941176471],[155.882352941176,163.725490196078,125.490196078431],[123.529411764706,130.392156862745,97.0588235294118],[152.941176470588,159.803921568627,126.470588235294],[114.705882352941,122.549019607843,82.3529411764706],[100.980392156863,112.745098039216,67.6470588235294],[121.56862745098,136.274509803922,82.3529411764706],[119.607843137255,131.372549019608,84.3137254901961],[104.901960784314,107.843137254902,79.4117647058823],[77.4509803921569,79.4117647058823,58.8235294117647],[122.549019607843,126.470588235294,101.960784313725],[153.921568627451,153.921568627451,126.470588235294],[159.803921568627,150.980392156863,120.588235294118],[223.529411764706,214.705882352941,184.313725490196],[135.294117647059,135.294117647059,109.803921568627],[131.372549019608,134.313725490196,107.843137254902],[225.490196078431,224.509803921569,194.117647058824],[126.470588235294,130.392156862745,94.1176470588235],[95.0980392156863,111.764705882353,67.6470588235294],[138.235294117647,160.78431372549,119.607843137255],[95.0980392156863,112.745098039216,91.1764705882353],[76.4705882352941,87.2549019607843,70.5882352941177],[63.7254901960784,66.6666666666667,40.1960784313726],[138.235294117647,133.333333333333,103.921568627451],[168.627450980392,161.764705882353,133.333333333333],[167.647058823529,156.862745098039,127.450980392157],[191.176470588235,177.450980392157,149.019607843137],[146.078431372549,131.372549019608,102.941176470588],[131.372549019608,116.666666666667,88.2352941176471],[123.529411764706,108.823529411765,78.4313725490196],[100.980392156863,86.2745098039216,55.8823529411765],[87.2549019607843,72.5490196078431,40.1960784313726],[105.882352941176,92.156862745098,57.843137254902],[134.313725490196,120.588235294118,84.3137254901961],[135.294117647059,119.607843137255,84.3137254901961],[112.745098039216,93.1372549019608,56.8627450980392],[150,128.43137254902,92.156862745098],[138.235294117647,114.705882352941,81.3725490196078],[128.43137254902,105.882352941176,75.4901960784314],[116.666666666667,92.156862745098,62.7450980392157],[119.607843137255,94.1176470588235,61.7647058823529],[67.6470588235294,47.0588235294118,16.6666666666667],[59.8039215686275,49.0196078431373,27.4509803921569],[73.5294117647059,65.6862745098039,45.0980392156863],[61.7647058823529,47.0588235294118,18.6274509803922],[90.1960784313725,70.5882352941177,38.2352941176471],[165.686274509804,143.137254901961,109.803921568627],[155.882352941176,127.450980392157,88.2352941176471],[156.862745098039,115.686274509804,68.6274509803922],[122.549019607843,79.4117647058823,33.3333333333333],[89.2156862745098,51.9607843137255,13.7254901960784],[117.647058823529,83.3333333333333,46.078431372549],[132.352941176471,91.1764705882353,51.9607843137255],[110.78431372549,66.6666666666667,25.4901960784314],[96.078431372549,50,6.86274509803922],[139.21568627451,91.1764705882353,49.0196078431373],[128.43137254902,80.3921568627451,41.1764705882353],[137.254901960784,90.1960784313725,50.9803921568627],[122.549019607843,79.4117647058823,35.2941176470588],[137.254901960784,97.0588235294118,53.921568627451],[154.901960784314,119.607843137255,84.3137254901961],[113.725490196078,84.3137254901961,49.0196078431373],[150,127.450980392157,86.2745098039216],[115.686274509804,97.0588235294118,55.8823529411765],[55.8823529411765,40.1960784313726,7.84313725490196],[105.882352941176,90.1960784313725,64.7058823529412],[83.3333333333333,69.6078431372549,41.1764705882353],[78.4313725490196,64.7058823529412,38.2352941176471],[83.3333333333333,67.6470588235294,45.0980392156863],[76.4705882352941,58.8235294117647,37.2549019607843],[71.5686274509804,51.9607843137255,28.4313725490196],[74.5098039215686,54.9019607843137,30.3921568627451],[54.9019607843137,39.2156862745098,14.7058823529412],[76.4705882352941,61.7647058823529,41.1764705882353],[73.5294117647059,60.7843137254902,42.156862745098],[38.2352941176471,25.4901960784314,8.82352941176471],[44.1176470588235,28.4313725490196,12.7450980392157],[49.0196078431373,33.3333333333333,17.6470588235294],[40.1960784313726,23.5294117647059,5.88235294117647],[28.4313725490196,9.80392156862745,0],[78.4313725490196,59.8039215686275,43.1372549019608],[122.549019607843,105.882352941176,90.1960784313725],[49.0196078431373,33.3333333333333,18.6274509803922],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,24.5098039215686,15.6862745098039],[33.3333333333333,21.5686274509804,9.80392156862745],[32.3529411764706,18.6274509803922,5.88235294117647],[26.4705882352941,10.7843137254902,0],[31.3725490196078,15.6862745098039,0.980392156862745],[88.2352941176471,72.5490196078431,57.843137254902],[58.8235294117647,41.1764705882353,29.4117647058824],[42.156862745098,24.5098039215686,12.7450980392157],[40.1960784313726,20.5882352941176,9.80392156862745],[68.6274509803922,49.0196078431373,38.2352941176471],[49.0196078431373,27.4509803921569,16.6666666666667],[47.0588235294118,25.4901960784314,14.7058823529412],[67.6470588235294,44.1176470588235,34.3137254901961],[35.2941176470588,11.7647058823529,0],[29.4117647058824,5.88235294117647,0],[50.9803921568627,28.4313725490196,14.7058823529412],[41.1764705882353,18.6274509803922,4.90196078431373],[69.6078431372549,43.1372549019608,32.3529411764706],[84.3137254901961,57.843137254902,49.0196078431373],[36.2745098039216,9.80392156862745,2.94117647058824],[60.7843137254902,36.2745098039216,29.4117647058824],[57.843137254902,35.2941176470588,27.4509803921569],[32.3529411764706,13.7254901960784,6.86274509803922],[30.3921568627451,13.7254901960784,5.88235294117647],[37.2549019607843,20.5882352941176,13.7254901960784],[33.3333333333333,18.6274509803922,13.7254901960784],[38.2352941176471,23.5294117647059,18.6274509803922],[28.4313725490196,14.7058823529412,11.7647058823529],[51.9607843137255,41.1764705882353,37.2549019607843],[57.843137254902,48.0392156862745,46.078431372549],[11.7647058823529,6.86274509803922,2.94117647058824],[24.5098039215686,23.5294117647059,18.6274509803922],[52.9411764705882,55.8823529411765,49.0196078431373],[0,0.980392156862745,0],[8.82352941176471,7.84313725490196,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,4.90196078431373],[8.82352941176471,6.86274509803922,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[7.84313725490196,5.88235294117647,6.86274509803922],[9.80392156862745,7.84313725490196,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[11.7647058823529,11.7647058823529,13.7254901960784],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[8.82352941176471,8.82352941176471,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,7.84313725490196],[0,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,10.7843137254902,16.6666666666667],[6.86274509803922,11.7647058823529,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[3.92156862745098,7.84313725490196,10.7843137254902],[11.7647058823529,12.7450980392157,14.7058823529412],[30.3921568627451,29.4117647058824,27.4509803921569],[34.3137254901961,30.3921568627451,27.4509803921569],[26.4705882352941,21.5686274509804,17.6470588235294],[33.3333333333333,26.4705882352941,20.5882352941176],[35.2941176470588,28.4313725490196,22.5490196078431],[15.6862745098039,10.7843137254902,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[41.1764705882353,36.2745098039216,30.3921568627451],[40.1960784313726,33.3333333333333,25.4901960784314],[21.5686274509804,13.7254901960784,2.94117647058824],[30.3921568627451,21.5686274509804,6.86274509803922],[39.2156862745098,28.4313725490196,8.82352941176471],[25.4901960784314,15.6862745098039,0],[29.4117647058824,17.6470588235294,0],[57.843137254902,47.0588235294118,19.6078431372549],[57.843137254902,47.0588235294118,19.6078431372549],[114.705882352941,105.882352941176,77.4509803921569],[132.352941176471,123.529411764706,95.0980392156863],[72.5490196078431,65.6862745098039,37.2549019607843],[76.4705882352941,71.5686274509804,42.156862745098],[106.862745098039,98.0392156862745,65.6862745098039],[143.137254901961,129.411764705882,91.1764705882353],[124.509803921569,110.78431372549,72.5490196078431],[96.078431372549,85.2941176470588,57.843137254902],[67.6470588235294,60.7843137254902,35.2941176470588],[67.6470588235294,63.7254901960784,35.2941176470588],[101.960784313725,102.941176470588,69.6078431372549],[111.764705882353,117.647058823529,80.3921568627451],[120.588235294118,126.470588235294,91.1764705882353],[123.529411764706,128.43137254902,99.0196078431373],[127.450980392157,131.372549019608,104.901960784314],[97.0588235294118,101.960784313725,70.5882352941177],[99.0196078431373,105.882352941176,72.5490196078431],[87.2549019607843,98.0392156862745,58.8235294117647],[89.2156862745098,100.980392156863,63.7254901960784],[65.6862745098039,78.4313725490196,49.0196078431373],[138.235294117647,149.019607843137,119.607843137255],[106.862745098039,110.78431372549,74.5098039215686],[115.686274509804,116.666666666667,73.5294117647059],[169.607843137255,168.627450980392,121.56862745098],[108.823529411765,105.882352941176,61.7647058823529],[116.666666666667,112.745098039216,75.4901960784314],[122.549019607843,118.627450980392,84.3137254901961],[129.411764705882,124.509803921569,96.078431372549],[98.0392156862745,97.0588235294118,67.6470588235294],[103.921568627451,107.843137254902,71.5686274509804],[105.882352941176,111.764705882353,74.5098039215686],[36.2745098039216,43.1372549019608,9.80392156862745],[86.2745098039216,95.0980392156863,64.7058823529412],[68.6274509803922,73.5294117647059,50.9803921568627],[78.4313725490196,83.3333333333333,60.7843137254902],[92.156862745098,97.0588235294118,67.6470588235294],[115.686274509804,123.529411764706,87.2549019607843],[115.686274509804,128.43137254902,86.2745098039216],[87.2549019607843,99.0196078431373,59.8039215686275],[104.901960784314,108.823529411765,82.3529411764706],[92.156862745098,94.1176470588235,70.5882352941177],[104.901960784314,108.823529411765,82.3529411764706],[140.196078431373,140.196078431373,112.745098039216],[211.764705882353,202.941176470588,174.509803921569],[201.960784313725,193.137254901961,164.705882352941],[178.43137254902,178.43137254902,150.980392156863],[164.705882352941,167.647058823529,139.21568627451],[162.745098039216,161.764705882353,131.372549019608],[194.117647058824,195.098039215686,161.764705882353],[147.058823529412,159.803921568627,117.647058823529],[134.313725490196,151.960784313725,112.745098039216],[150,164.705882352941,134.313725490196],[103.921568627451,112.745098039216,86.2745098039216],[83.3333333333333,83.3333333333333,55.8823529411765],[109.803921568627,106.862745098039,76.4705882352941],[157.843137254902,152.941176470588,123.529411764706],[133.333333333333,124.509803921569,96.078431372549],[151.960784313725,141.176470588235,113.725490196078],[96.078431372549,82.3529411764706,55.8823529411765],[84.3137254901961,70.5882352941177,42.156862745098],[87.2549019607843,73.5294117647059,45.0980392156863],[95.0980392156863,81.3725490196078,52.9411764705882],[98.0392156862745,85.2941176470588,53.921568627451],[83.3333333333333,70.5882352941177,37.2549019607843],[75.4901960784314,61.7647058823529,27.4509803921569],[109.803921568627,94.1176470588235,58.8235294117647],[144.117647058824,126.470588235294,91.1764705882353],[176.470588235294,154.901960784314,118.627450980392],[120.588235294118,97.0588235294118,63.7254901960784],[135.294117647059,110.78431372549,81.3725490196078],[138.235294117647,111.764705882353,82.3529411764706],[126.470588235294,97.0588235294118,63.7254901960784],[95.0980392156863,70.5882352941177,40.1960784313726],[62.7450980392157,50.9803921568627,29.4117647058824],[61.7647058823529,53.921568627451,33.3333333333333],[87.2549019607843,71.5686274509804,46.078431372549],[65.6862745098039,46.078431372549,13.7254901960784],[122.549019607843,99.0196078431373,65.6862745098039],[110.78431372549,82.3529411764706,43.1372549019608],[136.274509803922,96.078431372549,50.9803921568627],[118.627450980392,76.4705882352941,32.3529411764706],[55.8823529411765,22.5490196078431,0],[120.588235294118,87.2549019607843,52.9411764705882],[142.156862745098,102.941176470588,67.6470588235294],[143.137254901961,99.0196078431373,58.8235294117647],[157.843137254902,114.705882352941,70.5882352941177],[145.098039215686,99.0196078431373,55.8823529411765],[100,53.921568627451,12.7450980392157],[166.666666666667,122.549019607843,82.3529411764706],[115.686274509804,73.5294117647059,32.3529411764706],[106.862745098039,65.6862745098039,26.4705882352941],[116.666666666667,82.3529411764706,45.0980392156863],[105.882352941176,76.4705882352941,41.1764705882353],[101.960784313725,78.4313725490196,41.1764705882353],[78.4313725490196,58.8235294117647,24.5098039215686],[30.3921568627451,13.7254901960784,0],[74.5098039215686,59.8039215686275,31.3725490196078],[74.5098039215686,60.7843137254902,34.3137254901961],[87.2549019607843,71.5686274509804,47.0588235294118],[82.3529411764706,64.7058823529412,43.1372549019608],[78.4313725490196,60.7843137254902,39.2156862745098],[93.1372549019608,73.5294117647059,50],[97.0588235294118,77.4509803921569,53.921568627451],[61.7647058823529,46.078431372549,23.5294117647059],[115.686274509804,100.980392156863,82.3529411764706],[101.960784313725,89.2156862745098,72.5490196078431],[28.4313725490196,15.6862745098039,0],[43.1372549019608,30.3921568627451,14.7058823529412],[23.5294117647059,7.84313725490196,0],[33.3333333333333,16.6666666666667,0.980392156862745],[43.1372549019608,24.5098039215686,7.84313725490196],[87.2549019607843,68.6274509803922,51.9607843137255],[100,83.3333333333333,67.6470588235294],[78.4313725490196,62.7450980392157,48.0392156862745],[60.7843137254902,47.0588235294118,34.3137254901961],[55.8823529411765,44.1176470588235,32.3529411764706],[35.2941176470588,22.5490196078431,13.7254901960784],[16.6666666666667,4.90196078431373,0],[60.7843137254902,49.0196078431373,37.2549019607843],[62.7450980392157,50.9803921568627,39.2156862745098],[59.8039215686275,48.0392156862745,36.2745098039216],[42.156862745098,28.4313725490196,17.6470588235294],[51.9607843137255,38.2352941176471,29.4117647058824],[41.1764705882353,24.5098039215686,16.6666666666667],[46.078431372549,29.4117647058824,21.5686274509804],[47.0588235294118,28.4313725490196,21.5686274509804],[52.9411764705882,35.2941176470588,25.4901960784314],[34.3137254901961,14.7058823529412,5.88235294117647],[48.0392156862745,28.4313725490196,17.6470588235294],[60.7843137254902,41.1764705882353,30.3921568627451],[43.1372549019608,21.5686274509804,8.82352941176471],[40.1960784313726,18.6274509803922,5.88235294117647],[39.2156862745098,12.7450980392157,1.96078431372549],[61.7647058823529,32.3529411764706,21.5686274509804],[77.4509803921569,46.078431372549,35.2941176470588],[52.9411764705882,25.4901960784314,14.7058823529412],[36.2745098039216,12.7450980392157,2.94117647058824],[50,32.3529411764706,22.5490196078431],[29.4117647058824,12.7450980392157,4.90196078431373],[29.4117647058824,14.7058823529412,9.80392156862745],[33.3333333333333,19.6078431372549,16.6666666666667],[34.3137254901961,20.5882352941176,17.6470588235294],[15.6862745098039,1.96078431372549,0.980392156862745],[22.5490196078431,11.7647058823529,9.80392156862745],[44.1176470588235,34.3137254901961,33.3333333333333],[18.6274509803922,13.7254901960784,10.7843137254902],[0.980392156862745,0,0],[7.84313725490196,10.7843137254902,3.92156862745098],[6.86274509803922,8.82352941176471,3.92156862745098],[6.86274509803922,6.86274509803922,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[6.86274509803922,4.90196078431373,5.88235294117647],[7.84313725490196,5.88235294117647,6.86274509803922],[7.84313725490196,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[3.92156862745098,1.96078431372549,2.94117647058824],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[6.86274509803922,4.90196078431373,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[10.7843137254902,10.7843137254902,12.7450980392157],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,8.82352941176471],[0,3.92156862745098,9.80392156862745],[8.82352941176471,13.7254901960784,19.6078431372549],[1.96078431372549,6.86274509803922,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[10.7843137254902,11.7647058823529,15.6862745098039],[14.7058823529412,14.7058823529412,16.6666666666667],[22.5490196078431,21.5686274509804,19.6078431372549],[15.6862745098039,11.7647058823529,8.82352941176471],[7.84313725490196,2.94117647058824,0],[22.5490196078431,15.6862745098039,9.80392156862745],[33.3333333333333,26.4705882352941,20.5882352941176],[10.7843137254902,5.88235294117647,2.94117647058824],[22.5490196078431,17.6470588235294,14.7058823529412],[32.3529411764706,25.4901960784314,19.6078431372549],[22.5490196078431,15.6862745098039,5.88235294117647],[14.7058823529412,6.86274509803922,0],[44.1176470588235,35.2941176470588,18.6274509803922],[66.6666666666667,55.8823529411765,36.2745098039216],[44.1176470588235,34.3137254901961,9.80392156862745],[93.1372549019608,83.3333333333333,56.8627450980392],[57.843137254902,48.0392156862745,21.5686274509804],[80.3921568627451,70.5882352941177,44.1176470588235],[119.607843137255,112.745098039216,85.2941176470588],[132.352941176471,126.470588235294,100.980392156863],[93.1372549019608,89.2156862745098,62.7450980392157],[50,48.0392156862745,23.5294117647059],[82.3529411764706,77.4509803921569,49.0196078431373],[129.411764705882,115.686274509804,79.4117647058823],[130.392156862745,112.745098039216,77.4509803921569],[78.4313725490196,62.7450980392157,37.2549019607843],[100,90.1960784313725,65.6862745098039],[92.156862745098,87.2549019607843,58.8235294117647],[71.5686274509804,71.5686274509804,38.2352941176471],[113.725490196078,115.686274509804,79.4117647058823],[105.882352941176,109.803921568627,75.4901960784314],[100,100,72.5490196078431],[153.921568627451,153.921568627451,126.470588235294],[97.0588235294118,100.980392156863,68.6274509803922],[66.6666666666667,70.5882352941177,36.2745098039216],[75.4901960784314,82.3529411764706,42.156862745098],[76.4705882352941,84.3137254901961,48.0392156862745],[97.0588235294118,105.882352941176,77.4509803921569],[71.5686274509804,80.3921568627451,51.9607843137255],[91.1764705882353,97.0588235294118,61.7647058823529],[148.039215686275,150.980392156863,108.823529411765],[120.588235294118,124.509803921569,75.4901960784314],[100,101.960784313725,55.8823529411765],[92.156862745098,92.156862745098,56.8627450980392],[75.4901960784314,75.4901960784314,48.0392156862745],[50,51.9607843137255,30.3921568627451],[52.9411764705882,55.8823529411765,35.2941176470588],[100,108.823529411765,80.3921568627451],[94.1176470588235,104.901960784314,75.4901960784314],[51.9607843137255,63.7254901960784,40.1960784313726],[68.6274509803922,77.4509803921569,60.7843137254902],[64.7058823529412,70.5882352941177,60.7843137254902],[85.2941176470588,88.2352941176471,79.4117647058823],[92.156862745098,95.0980392156863,78.4313725490196],[79.4117647058823,84.3137254901961,61.7647058823529],[50.9803921568627,60.7843137254902,34.3137254901961],[95.0980392156863,105.882352941176,76.4705882352941],[112.745098039216,116.666666666667,90.1960784313725],[96.078431372549,99.0196078431373,72.5490196078431],[133.333333333333,138.235294117647,108.823529411765],[196.078431372549,196.078431372549,168.627450980392],[184.313725490196,174.509803921569,150],[99.0196078431373,89.2156862745098,64.7058823529412],[136.274509803922,136.274509803922,108.823529411765],[111.764705882353,114.705882352941,84.3137254901961],[123.529411764706,122.549019607843,93.1372549019608],[174.509803921569,173.529411764706,143.137254901961],[117.647058823529,127.450980392157,93.1372549019608],[100,111.764705882353,74.5098039215686],[110.78431372549,120.588235294118,84.3137254901961],[101.960784313725,108.823529411765,75.4901960784314],[128.43137254902,131.372549019608,102.941176470588],[99.0196078431373,99.0196078431373,73.5294117647059],[67.6470588235294,65.6862745098039,41.1764705882353],[61.7647058823529,55.8823529411765,32.3529411764706],[126.470588235294,118.627450980392,96.078431372549],[123.529411764706,112.745098039216,91.1764705882353],[84.3137254901961,72.5490196078431,49.0196078431373],[101.960784313725,90.1960784313725,64.7058823529412],[144.117647058824,132.352941176471,106.862745098039],[101.960784313725,91.1764705882353,63.7254901960784],[83.3333333333333,70.5882352941177,39.2156862745098],[98.0392156862745,83.3333333333333,50.9803921568627],[116.666666666667,98.0392156862745,65.6862745098039],[126.470588235294,106.862745098039,72.5490196078431],[149.019607843137,125.490196078431,90.1960784313725],[154.901960784314,129.411764705882,95.0980392156863],[117.647058823529,88.2352941176471,54.9019607843137],[114.705882352941,84.3137254901961,53.921568627451],[64.7058823529412,38.2352941176471,8.82352941176471],[94.1176470588235,73.5294117647059,47.0588235294118],[46.078431372549,34.3137254901961,12.7450980392157],[57.843137254902,43.1372549019608,22.5490196078431],[99.0196078431373,76.4705882352941,46.078431372549],[138.235294117647,112.745098039216,80.3921568627451],[103.921568627451,80.3921568627451,52.9411764705882],[65.6862745098039,40.1960784313726,7.84313725490196],[106.862745098039,68.6274509803922,26.4705882352941],[108.823529411765,66.6666666666667,24.5098039215686],[78.4313725490196,40.1960784313726,1.96078431372549],[77.4509803921569,40.1960784313726,4.90196078431373],[67.6470588235294,29.4117647058824,0],[110.78431372549,71.5686274509804,37.2549019607843],[152.941176470588,110.78431372549,69.6078431372549],[151.960784313725,107.843137254902,66.6666666666667],[113.725490196078,69.6078431372549,28.4313725490196],[164.705882352941,120.588235294118,80.3921568627451],[131.372549019608,88.2352941176471,51.9607843137255],[100.980392156863,61.7647058823529,27.4509803921569],[75.4901960784314,40.1960784313726,4.90196078431373],[88.2352941176471,55.8823529411765,23.5294117647059],[104.901960784314,78.4313725490196,49.0196078431373],[97.0588235294118,76.4705882352941,48.0392156862745],[50,33.3333333333333,5.88235294117647],[87.2549019607843,71.5686274509804,46.078431372549],[50.9803921568627,35.2941176470588,12.7450980392157],[102.941176470588,86.2745098039216,66.6666666666667],[74.5098039215686,56.8627450980392,37.2549019607843],[53.921568627451,36.2745098039216,16.6666666666667],[100,82.3529411764706,62.7450980392157],[83.3333333333333,64.7058823529412,48.0392156862745],[13.7254901960784,0,0],[48.0392156862745,32.3529411764706,17.6470588235294],[72.5490196078431,58.8235294117647,46.078431372549],[30.3921568627451,16.6666666666667,3.92156862745098],[43.1372549019608,29.4117647058824,16.6666666666667],[24.5098039215686,8.82352941176471,0],[40.1960784313726,23.5294117647059,7.84313725490196],[24.5098039215686,7.84313725490196,0],[50.9803921568627,34.3137254901961,18.6274509803922],[68.6274509803922,51.9607843137255,36.2745098039216],[48.0392156862745,32.3529411764706,17.6470588235294],[40.1960784313726,26.4705882352941,13.7254901960784],[60.7843137254902,49.0196078431373,37.2549019607843],[50,40.1960784313726,30.3921568627451],[21.5686274509804,11.7647058823529,1.96078431372549],[20.5882352941176,10.7843137254902,0.980392156862745],[25.4901960784314,15.6862745098039,5.88235294117647],[42.156862745098,32.3529411764706,23.5294117647059],[58.8235294117647,46.078431372549,38.2352941176471],[42.156862745098,29.4117647058824,21.5686274509804],[24.5098039215686,9.80392156862745,2.94117647058824],[34.3137254901961,19.6078431372549,12.7450980392157],[34.3137254901961,17.6470588235294,10.7843137254902],[24.5098039215686,7.84313725490196,0.980392156862745],[28.4313725490196,9.80392156862745,3.92156862745098],[27.4509803921569,8.82352941176471,1.96078431372549],[40.1960784313726,22.5490196078431,12.7450980392157],[42.156862745098,22.5490196078431,13.7254901960784],[32.3529411764706,12.7450980392157,3.92156862745098],[66.6666666666667,43.1372549019608,31.3725490196078],[62.7450980392157,30.3921568627451,15.6862745098039],[81.3725490196078,46.078431372549,30.3921568627451],[55.8823529411765,24.5098039215686,9.80392156862745],[27.4509803921569,1.96078431372549,0],[42.156862745098,22.5490196078431,11.7647058823529],[45.0980392156863,31.3725490196078,22.5490196078431],[46.078431372549,33.3333333333333,27.4509803921569],[16.6666666666667,2.94117647058824,0],[32.3529411764706,18.6274509803922,18.6274509803922],[32.3529411764706,17.6470588235294,20.5882352941176],[19.6078431372549,7.84313725490196,9.80392156862745],[17.6470588235294,7.84313725490196,8.82352941176471],[16.6666666666667,7.84313725490196,8.82352941176471],[2.94117647058824,0,0],[0,0.980392156862745,0],[13.7254901960784,15.6862745098039,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[17.6470588235294,18.6274509803922,20.5882352941176],[2.94117647058824,3.92156862745098,5.88235294117647],[9.80392156862745,10.7843137254902,12.7450980392157],[7.84313725490196,8.82352941176471,10.7843137254902],[10.7843137254902,11.7647058823529,13.7254901960784],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[121.56862745098,122.549019607843,124.509803921569],[132.352941176471,133.333333333333,135.294117647059],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,8.82352941176471,14.7058823529412],[7.84313725490196,14.7058823529412,20.5882352941176],[0,2.94117647058824,8.82352941176471],[0,4.90196078431373,10.7843137254902],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[11.7647058823529,10.7843137254902,8.82352941176471],[8.82352941176471,4.90196078431373,1.96078431372549],[8.82352941176471,3.92156862745098,0],[25.4901960784314,18.6274509803922,12.7450980392157],[31.3725490196078,22.5490196078431,17.6470588235294],[13.7254901960784,5.88235294117647,2.94117647058824],[16.6666666666667,8.82352941176471,5.88235294117647],[23.5294117647059,16.6666666666667,8.82352941176471],[48.0392156862745,40.1960784313726,29.4117647058824],[53.921568627451,45.0980392156863,30.3921568627451],[65.6862745098039,53.921568627451,38.2352941176471],[100,89.2156862745098,69.6078431372549],[106.862745098039,97.0588235294118,72.5490196078431],[144.117647058824,134.313725490196,107.843137254902],[50,40.1960784313726,13.7254901960784],[57.843137254902,50.9803921568627,25.4901960784314],[78.4313725490196,72.5490196078431,49.0196078431373],[62.7450980392157,58.8235294117647,34.3137254901961],[80.3921568627451,78.4313725490196,55.8823529411765],[83.3333333333333,82.3529411764706,61.7647058823529],[62.7450980392157,58.8235294117647,34.3137254901961],[89.2156862745098,74.5098039215686,42.156862745098],[104.901960784314,86.2745098039216,53.921568627451],[93.1372549019608,77.4509803921569,52.9411764705882],[68.6274509803922,56.8627450980392,33.3333333333333],[80.3921568627451,73.5294117647059,46.078431372549],[66.6666666666667,63.7254901960784,31.3725490196078],[116.666666666667,116.666666666667,81.3725490196078],[135.294117647059,135.294117647059,100],[74.5098039215686,73.5294117647059,44.1176470588235],[126.470588235294,122.549019607843,94.1176470588235],[134.313725490196,134.313725490196,100.980392156863],[59.8039215686275,59.8039215686275,22.5490196078431],[63.7254901960784,65.6862745098039,26.4705882352941],[79.4117647058823,84.3137254901961,45.0980392156863],[77.4509803921569,82.3529411764706,52.9411764705882],[69.6078431372549,73.5294117647059,47.0588235294118],[104.901960784314,109.803921568627,80.3921568627451],[103.921568627451,107.843137254902,73.5294117647059],[90.1960784313725,95.0980392156863,54.9019607843137],[83.3333333333333,88.2352941176471,49.0196078431373],[91.1764705882353,96.078431372549,66.6666666666667],[78.4313725490196,83.3333333333333,61.7647058823529],[69.6078431372549,75.4901960784314,61.7647058823529],[63.7254901960784,71.5686274509804,56.8627450980392],[79.4117647058823,93.1372549019608,70.5882352941177],[48.0392156862745,63.7254901960784,38.2352941176471],[83.3333333333333,98.0392156862745,79.4117647058823],[62.7450980392157,74.5098039215686,62.7450980392157],[63.7254901960784,69.6078431372549,65.6862745098039],[58.8235294117647,63.7254901960784,57.843137254902],[76.4705882352941,78.4313725490196,65.6862745098039],[58.8235294117647,63.7254901960784,44.1176470588235],[67.6470588235294,79.4117647058823,57.843137254902],[40.1960784313726,51.9607843137255,30.3921568627451],[100.980392156863,103.921568627451,83.3333333333333],[136.274509803922,138.235294117647,114.705882352941],[83.3333333333333,90.1960784313725,59.8039215686275],[164.705882352941,167.647058823529,137.254901960784],[159.803921568627,152.941176470588,125.490196078431],[91.1764705882353,84.3137254901961,56.8627450980392],[132.352941176471,135.294117647059,108.823529411765],[117.647058823529,121.56862745098,95.0980392156863],[101.960784313725,100,75.4901960784314],[102.941176470588,101.960784313725,72.5490196078431],[120.588235294118,128.43137254902,92.156862745098],[170.588235294118,181.372549019608,142.156862745098],[82.3529411764706,89.2156862745098,49.0196078431373],[95.0980392156863,100.980392156863,63.7254901960784],[74.5098039215686,80.3921568627451,52.9411764705882],[85.2941176470588,88.2352941176471,67.6470588235294],[80.3921568627451,82.3529411764706,61.7647058823529],[40.1960784313726,38.2352941176471,17.6470588235294],[71.5686274509804,66.6666666666667,47.0588235294118],[114.705882352941,106.862745098039,88.2352941176471],[119.607843137255,111.764705882353,91.1764705882353],[103.921568627451,93.1372549019608,71.5686274509804],[100,90.1960784313725,65.6862745098039],[65.6862745098039,53.921568627451,28.4313725490196],[86.2745098039216,72.5490196078431,44.1176470588235],[114.705882352941,99.0196078431373,66.6666666666667],[117.647058823529,98.0392156862745,65.6862745098039],[112.745098039216,89.2156862745098,55.8823529411765],[105.882352941176,80.3921568627451,46.078431372549],[108.823529411765,79.4117647058823,46.078431372549],[148.039215686275,113.725490196078,82.3529411764706],[136.274509803922,101.960784313725,72.5490196078431],[85.2941176470588,55.8823529411765,28.4313725490196],[81.3725490196078,57.843137254902,34.3137254901961],[63.7254901960784,47.0588235294118,27.4509803921569],[62.7450980392157,47.0588235294118,24.5098039215686],[88.2352941176471,61.7647058823529,32.3529411764706],[150.980392156863,122.549019607843,91.1764705882353],[76.4705882352941,52.9411764705882,25.4901960784314],[44.1176470588235,17.6470588235294,0],[118.627450980392,80.3921568627451,42.156862745098],[135.294117647059,91.1764705882353,50.9803921568627],[151.960784313725,110.78431372549,73.5294117647059],[112.745098039216,74.5098039215686,42.156862745098],[90.1960784313725,53.921568627451,25.4901960784314],[84.3137254901961,46.078431372549,15.6862745098039],[123.529411764706,82.3529411764706,43.1372549019608],[146.078431372549,103.921568627451,61.7647058823529],[151.960784313725,109.803921568627,65.6862745098039],[117.647058823529,75.4901960784314,34.3137254901961],[96.078431372549,53.921568627451,20.5882352941176],[88.2352941176471,48.0392156862745,18.6274509803922],[94.1176470588235,58.8235294117647,25.4901960784314],[81.3725490196078,50.9803921568627,20.5882352941176],[112.745098039216,87.2549019607843,64.7058823529412],[68.6274509803922,47.0588235294118,24.5098039215686],[58.8235294117647,42.156862745098,16.6666666666667],[100,84.3137254901961,58.8235294117647],[51.9607843137255,35.2941176470588,15.6862745098039],[75.4901960784314,58.8235294117647,43.1372549019608],[53.921568627451,35.2941176470588,18.6274509803922],[34.3137254901961,15.6862745098039,0],[49.0196078431373,30.3921568627451,15.6862745098039],[43.1372549019608,26.4705882352941,10.7843137254902],[34.3137254901961,18.6274509803922,3.92156862745098],[39.2156862745098,25.4901960784314,12.7450980392157],[37.2549019607843,25.4901960784314,13.7254901960784],[39.2156862745098,27.4509803921569,15.6862745098039],[57.843137254902,46.078431372549,34.3137254901961],[57.843137254902,44.1176470588235,31.3725490196078],[38.2352941176471,22.5490196078431,7.84313725490196],[71.5686274509804,54.9019607843137,39.2156862745098],[46.078431372549,29.4117647058824,13.7254901960784],[36.2745098039216,20.5882352941176,5.88235294117647],[15.6862745098039,0,0],[27.4509803921569,13.7254901960784,2.94117647058824],[24.5098039215686,14.7058823529412,4.90196078431373],[46.078431372549,37.2549019607843,28.4313725490196],[51.9607843137255,43.1372549019608,34.3137254901961],[21.5686274509804,14.7058823529412,4.90196078431373],[25.4901960784314,18.6274509803922,8.82352941176471],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,13.7254901960784,6.86274509803922],[18.6274509803922,7.84313725490196,1.96078431372549],[28.4313725490196,17.6470588235294,11.7647058823529],[37.2549019607843,24.5098039215686,18.6274509803922],[34.3137254901961,21.5686274509804,15.6862745098039],[36.2745098039216,21.5686274509804,16.6666666666667],[33.3333333333333,18.6274509803922,11.7647058823529],[34.3137254901961,17.6470588235294,10.7843137254902],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,11.7647058823529,1.96078431372549],[49.0196078431373,26.4705882352941,12.7450980392157],[96.078431372549,61.7647058823529,42.156862745098],[110.78431372549,73.5294117647059,50.9803921568627],[93.1372549019608,61.7647058823529,41.1764705882353],[22.5490196078431,0,0],[26.4705882352941,7.84313725490196,0],[45.0980392156863,31.3725490196078,20.5882352941176],[34.3137254901961,21.5686274509804,15.6862745098039],[38.2352941176471,27.4509803921569,25.4901960784314],[20.5882352941176,8.82352941176471,10.7843137254902],[30.3921568627451,15.6862745098039,20.5882352941176],[24.5098039215686,12.7450980392157,16.6666666666667],[15.6862745098039,4.90196078431373,8.82352941176471],[17.6470588235294,8.82352941176471,11.7647058823529],[12.7450980392157,8.82352941176471,7.84313725490196],[3.92156862745098,3.92156862745098,1.96078431372549],[4.90196078431373,4.90196078431373,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[10.7843137254902,11.7647058823529,13.7254901960784],[13.7254901960784,14.7058823529412,16.6666666666667],[97.0588235294118,98.0392156862745,100],[90.1960784313725,91.1764705882353,93.1372549019608],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[22.5490196078431,23.5294117647059,25.4901960784314],[17.6470588235294,18.6274509803922,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[9.80392156862745,14.7058823529412,18.6274509803922],[0,2.94117647058824,6.86274509803922],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[0,0.980392156862745,6.86274509803922],[4.90196078431373,9.80392156862745,15.6862745098039],[15.6862745098039,18.6274509803922,23.5294117647059],[17.6470588235294,18.6274509803922,22.5490196078431],[7.84313725490196,7.84313725490196,9.80392156862745],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[11.7647058823529,3.92156862745098,1.96078431372549],[26.4705882352941,16.6666666666667,14.7058823529412],[22.5490196078431,13.7254901960784,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,23.5294117647059,18.6274509803922],[11.7647058823529,2.94117647058824,0],[23.5294117647059,13.7254901960784,3.92156862745098],[46.078431372549,34.3137254901961,20.5882352941176],[63.7254901960784,50.9803921568627,34.3137254901961],[76.4705882352941,64.7058823529412,43.1372549019608],[50,38.2352941176471,14.7058823529412],[54.9019607843137,43.1372549019608,17.6470588235294],[71.5686274509804,61.7647058823529,35.2941176470588],[56.8627450980392,50,24.5098039215686],[55.8823529411765,50,26.4705882352941],[64.7058823529412,59.8039215686275,38.2352941176471],[47.0588235294118,45.0980392156863,24.5098039215686],[56.8627450980392,55.8823529411765,38.2352941176471],[100.980392156863,96.078431372549,74.5098039215686],[125.490196078431,110.78431372549,80.3921568627451],[119.607843137255,103.921568627451,71.5686274509804],[115.686274509804,100,75.4901960784314],[83.3333333333333,71.5686274509804,50],[63.7254901960784,56.8627450980392,29.4117647058824],[69.6078431372549,64.7058823529412,33.3333333333333],[145.098039215686,141.176470588235,104.901960784314],[124.509803921569,120.588235294118,86.2745098039216],[77.4509803921569,72.5490196078431,43.1372549019608],[135.294117647059,130.392156862745,100.980392156863],[136.274509803922,130.392156862745,97.0588235294118],[104.901960784314,100.980392156863,63.7254901960784],[110.78431372549,109.803921568627,66.6666666666667],[105.882352941176,103.921568627451,63.7254901960784],[82.3529411764706,81.3725490196078,50.9803921568627],[114.705882352941,114.705882352941,91.1764705882353],[99.0196078431373,101.960784313725,83.3333333333333],[53.921568627451,58.8235294117647,39.2156862745098],[41.1764705882353,47.0588235294118,19.6078431372549],[73.5294117647059,79.4117647058823,53.921568627451],[76.4705882352941,83.3333333333333,65.6862745098039],[70.5882352941177,80.3921568627451,69.6078431372549],[41.1764705882353,51.9607843137255,46.078431372549],[71.5686274509804,87.2549019607843,77.4509803921569],[67.6470588235294,86.2745098039216,66.6666666666667],[58.8235294117647,77.4509803921569,55.8823529411765],[37.2549019607843,55.8823529411765,36.2745098039216],[54.9019607843137,71.5686274509804,55.8823529411765],[28.4313725490196,39.2156862745098,31.3725490196078],[25.4901960784314,30.3921568627451,23.5294117647059],[89.2156862745098,92.156862745098,73.5294117647059],[83.3333333333333,88.2352941176471,66.6666666666667],[83.3333333333333,95.0980392156863,75.4901960784314],[51.9607843137255,62.7450980392157,46.078431372549],[62.7450980392157,64.7058823529412,53.921568627451],[126.470588235294,127.450980392157,113.725490196078],[110.78431372549,116.666666666667,89.2156862745098],[116.666666666667,120.588235294118,86.2745098039216],[134.313725490196,128.43137254902,93.1372549019608],[121.56862745098,114.705882352941,86.2745098039216],[83.3333333333333,86.2745098039216,65.6862745098039],[76.4705882352941,80.3921568627451,63.7254901960784],[54.9019607843137,51.9607843137255,33.3333333333333],[114.705882352941,112.745098039216,88.2352941176471],[171.56862745098,178.43137254902,138.235294117647],[141.176470588235,149.019607843137,102.941176470588],[55.8823529411765,58.8235294117647,16.6666666666667],[63.7254901960784,67.6470588235294,33.3333333333333],[38.2352941176471,46.078431372549,23.5294117647059],[82.3529411764706,91.1764705882353,74.5098039215686],[88.2352941176471,92.156862745098,77.4509803921569],[38.2352941176471,39.2156862745098,23.5294117647059],[54.9019607843137,51.9607843137255,37.2549019607843],[63.7254901960784,57.843137254902,42.156862745098],[92.156862745098,85.2941176470588,67.6470588235294],[100,92.156862745098,73.5294117647059],[50,39.2156862745098,17.6470588235294],[56.8627450980392,45.0980392156863,21.5686274509804],[106.862745098039,91.1764705882353,65.6862745098039],[124.509803921569,105.882352941176,76.4705882352941],[154.901960784314,132.352941176471,100.980392156863],[142.156862745098,116.666666666667,84.3137254901961],[131.372549019608,101.960784313725,68.6274509803922],[114.705882352941,80.3921568627451,49.0196078431373],[144.117647058824,108.823529411765,77.4509803921569],[128.43137254902,92.156862745098,63.7254901960784],[121.56862745098,87.2549019607843,57.843137254902],[76.4705882352941,47.0588235294118,21.5686274509804],[94.1176470588235,76.4705882352941,56.8627450980392],[90.1960784313725,72.5490196078431,52.9411764705882],[116.666666666667,91.1764705882353,64.7058823529412],[89.2156862745098,60.7843137254902,31.3725490196078],[95.0980392156863,69.6078431372549,43.1372549019608],[69.6078431372549,39.2156862745098,10.7843137254902],[102.941176470588,61.7647058823529,24.5098039215686],[132.352941176471,88.2352941176471,50],[112.745098039216,72.5490196078431,41.1764705882353],[61.7647058823529,25.4901960784314,0],[100.980392156863,62.7450980392157,34.3137254901961],[122.549019607843,82.3529411764706,50.9803921568627],[138.235294117647,100,61.7647058823529],[111.764705882353,71.5686274509804,28.4313725490196],[136.274509803922,96.078431372549,50.9803921568627],[111.764705882353,70.5882352941177,31.3725490196078],[94.1176470588235,50.9803921568627,24.5098039215686],[69.6078431372549,30.3921568627451,4.90196078431373],[81.3725490196078,47.0588235294118,15.6862745098039],[59.8039215686275,29.4117647058824,0.980392156862745],[44.1176470588235,17.6470588235294,0.980392156862745],[35.2941176470588,12.7450980392157,0],[86.2745098039216,68.6274509803922,45.0980392156863],[94.1176470588235,78.4313725490196,53.921568627451],[41.1764705882353,24.5098039215686,8.82352941176471],[28.4313725490196,10.7843137254902,0],[36.2745098039216,17.6470588235294,2.94117647058824],[46.078431372549,27.4509803921569,12.7450980392157],[70.5882352941177,52.9411764705882,39.2156862745098],[20.5882352941176,3.92156862745098,0],[30.3921568627451,17.6470588235294,8.82352941176471],[44.1176470588235,34.3137254901961,24.5098039215686],[30.3921568627451,20.5882352941176,11.7647058823529],[27.4509803921569,17.6470588235294,8.82352941176471],[32.3529411764706,22.5490196078431,13.7254901960784],[48.0392156862745,35.2941176470588,26.4705882352941],[72.5490196078431,58.8235294117647,46.078431372549],[72.5490196078431,56.8627450980392,42.156862745098],[32.3529411764706,16.6666666666667,1.96078431372549],[43.1372549019608,27.4509803921569,12.7450980392157],[29.4117647058824,15.6862745098039,2.94117647058824],[39.2156862745098,27.4509803921569,15.6862745098039],[35.2941176470588,25.4901960784314,15.6862745098039],[50.9803921568627,42.156862745098,33.3333333333333],[55.8823529411765,51.9607843137255,43.1372549019608],[20.5882352941176,15.6862745098039,9.80392156862745],[24.5098039215686,19.6078431372549,13.7254901960784],[42.156862745098,35.2941176470588,29.4117647058824],[28.4313725490196,21.5686274509804,15.6862745098039],[28.4313725490196,18.6274509803922,16.6666666666667],[24.5098039215686,14.7058823529412,12.7450980392157],[31.3725490196078,20.5882352941176,16.6666666666667],[42.156862745098,31.3725490196078,27.4509803921569],[34.3137254901961,20.5882352941176,17.6470588235294],[41.1764705882353,28.4313725490196,22.5490196078431],[31.3725490196078,16.6666666666667,9.80392156862745],[29.4117647058824,14.7058823529412,7.84313725490196],[38.2352941176471,21.5686274509804,13.7254901960784],[44.1176470588235,27.4509803921569,19.6078431372549],[87.2549019607843,65.6862745098039,51.9607843137255],[113.725490196078,78.4313725490196,52.9411764705882],[93.1372549019608,52.9411764705882,23.5294117647059],[106.862745098039,73.5294117647059,46.078431372549],[69.6078431372549,44.1176470588235,19.6078431372549],[60.7843137254902,43.1372549019608,23.5294117647059],[66.6666666666667,52.9411764705882,40.1960784313726],[39.2156862745098,29.4117647058824,20.5882352941176],[26.4705882352941,15.6862745098039,13.7254901960784],[22.5490196078431,10.7843137254902,12.7450980392157],[15.6862745098039,2.94117647058824,9.80392156862745],[18.6274509803922,3.92156862745098,10.7843137254902],[15.6862745098039,2.94117647058824,9.80392156862745],[11.7647058823529,0.980392156862745,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[61.7647058823529,62.7450980392157,64.7058823529412],[249.019607843137,250,250],[247.058823529412,248.039215686275,250],[65.6862745098039,66.6666666666667,68.6274509803922],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,3.92156862745098],[88.2352941176471,92.156862745098,95.0980392156863],[87.2549019607843,90.1960784313725,95.0980392156863],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[10.7843137254902,13.7254901960784,18.6274509803922],[0,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,6.86274509803922,3.92156862745098],[11.7647058823529,6.86274509803922,2.94117647058824],[18.6274509803922,11.7647058823529,5.88235294117647],[21.5686274509804,12.7450980392157,5.88235294117647],[6.86274509803922,0,0],[26.4705882352941,17.6470588235294,10.7843137254902],[44.1176470588235,35.2941176470588,28.4313725490196],[21.5686274509804,11.7647058823529,2.94117647058824],[27.4509803921569,17.6470588235294,5.88235294117647],[56.8627450980392,45.0980392156863,31.3725490196078],[79.4117647058823,66.6666666666667,50.9803921568627],[90.1960784313725,77.4509803921569,60.7843137254902],[53.921568627451,41.1764705882353,22.5490196078431],[72.5490196078431,59.8039215686275,41.1764705882353],[37.2549019607843,26.4705882352941,6.86274509803922],[42.156862745098,34.3137254901961,13.7254901960784],[50,43.1372549019608,24.5098039215686],[50,45.0980392156863,26.4705882352941],[39.2156862745098,38.2352941176471,18.6274509803922],[27.4509803921569,28.4313725490196,10.7843137254902],[58.8235294117647,53.921568627451,34.3137254901961],[99.0196078431373,85.2941176470588,56.8627450980392],[127.450980392157,111.764705882353,79.4117647058823],[112.745098039216,99.0196078431373,72.5490196078431],[58.8235294117647,47.0588235294118,21.5686274509804],[64.7058823529412,58.8235294117647,27.4509803921569],[125.490196078431,121.56862745098,87.2549019607843],[112.745098039216,108.823529411765,72.5490196078431],[73.5294117647059,67.6470588235294,32.3529411764706],[96.078431372549,87.2549019607843,56.8627450980392],[128.43137254902,117.647058823529,86.2745098039216],[176.470588235294,166.666666666667,131.372549019608],[159.803921568627,152.941176470588,111.764705882353],[119.607843137255,116.666666666667,72.5490196078431],[128.43137254902,126.470588235294,86.2745098039216],[119.607843137255,120.588235294118,89.2156862745098],[109.803921568627,111.764705882353,90.1960784313725],[75.4901960784314,79.4117647058823,65.6862745098039],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,54.9019607843137,35.2941176470588],[73.5294117647059,85.2941176470588,65.6862745098039],[46.078431372549,57.843137254902,46.078431372549],[51.9607843137255,64.7058823529412,57.843137254902],[67.6470588235294,84.3137254901961,78.4313725490196],[72.5490196078431,92.156862745098,83.3333333333333],[73.5294117647059,94.1176470588235,77.4509803921569],[43.1372549019608,64.7058823529412,44.1176470588235],[72.5490196078431,91.1764705882353,72.5490196078431],[50,66.6666666666667,50.9803921568627],[36.2745098039216,48.0392156862745,38.2352941176471],[61.7647058823529,69.6078431372549,58.8235294117647],[88.2352941176471,92.156862745098,75.4901960784314],[56.8627450980392,64.7058823529412,44.1176470588235],[20.5882352941176,31.3725490196078,15.6862745098039],[40.1960784313726,48.0392156862745,37.2549019607843],[89.2156862745098,90.1960784313725,84.3137254901961],[71.5686274509804,71.5686274509804,59.8039215686275],[100.980392156863,104.901960784314,78.4313725490196],[98.0392156862745,101.960784313725,65.6862745098039],[107.843137254902,103.921568627451,66.6666666666667],[106.862745098039,102.941176470588,66.6666666666667],[89.2156862745098,91.1764705882353,67.6470588235294],[46.078431372549,47.0588235294118,29.4117647058824],[116.666666666667,111.764705882353,92.156862745098],[84.3137254901961,80.3921568627451,53.921568627451],[113.725490196078,115.686274509804,76.4705882352941],[90.1960784313725,93.1372549019608,50.9803921568627],[86.2745098039216,84.3137254901961,47.0588235294118],[55.8823529411765,54.9019607843137,27.4509803921569],[51.9607843137255,55.8823529411765,39.2156862745098],[100,107.843137254902,93.1372549019608],[79.4117647058823,83.3333333333333,69.6078431372549],[61.7647058823529,63.7254901960784,50.9803921568627],[42.156862745098,40.1960784313726,27.4509803921569],[47.0588235294118,44.1176470588235,29.4117647058824],[57.843137254902,51.9607843137255,36.2745098039216],[76.4705882352941,69.6078431372549,51.9607843137255],[79.4117647058823,71.5686274509804,52.9411764705882],[66.6666666666667,55.8823529411765,34.3137254901961],[78.4313725490196,64.7058823529412,39.2156862745098],[74.5098039215686,54.9019607843137,28.4313725490196],[132.352941176471,109.803921568627,79.4117647058823],[99.0196078431373,73.5294117647059,41.1764705882353],[131.372549019608,101.960784313725,66.6666666666667],[172.549019607843,140.196078431373,105.882352941176],[127.450980392157,93.1372549019608,61.7647058823529],[126.470588235294,91.1764705882353,59.8039215686275],[151.960784313725,113.725490196078,81.3725490196078],[105.882352941176,71.5686274509804,42.156862745098],[59.8039215686275,34.3137254901961,9.80392156862745],[54.9019607843137,33.3333333333333,9.80392156862745],[137.254901960784,111.764705882353,85.2941176470588],[65.6862745098039,39.2156862745098,10.7843137254902],[59.8039215686275,33.3333333333333,6.86274509803922],[80.3921568627451,50,21.5686274509804],[57.843137254902,18.6274509803922,0],[139.21568627451,97.0588235294118,62.7450980392157],[125.490196078431,89.2156862745098,60.7843137254902],[78.4313725490196,43.1372549019608,17.6470588235294],[65.6862745098039,30.3921568627451,4.90196078431373],[74.5098039215686,39.2156862745098,7.84313725490196],[116.666666666667,78.4313725490196,40.1960784313726],[95.0980392156863,57.843137254902,13.7254901960784],[112.745098039216,75.4901960784314,31.3725490196078],[120.588235294118,82.3529411764706,44.1176470588235],[112.745098039216,74.5098039215686,46.078431372549],[91.1764705882353,54.9019607843137,29.4117647058824],[95.0980392156863,62.7450980392157,32.3529411764706],[103.921568627451,73.5294117647059,45.0980392156863],[75.4901960784314,47.0588235294118,29.4117647058824],[57.843137254902,31.3725490196078,14.7058823529412],[59.8039215686275,38.2352941176471,14.7058823529412],[63.7254901960784,44.1176470588235,19.6078431372549],[25.4901960784314,6.86274509803922,0],[32.3529411764706,14.7058823529412,2.94117647058824],[18.6274509803922,0.980392156862745,0],[53.921568627451,38.2352941176471,23.5294117647059],[54.9019607843137,38.2352941176471,28.4313725490196],[38.2352941176471,23.5294117647059,16.6666666666667],[28.4313725490196,15.6862745098039,7.84313725490196],[28.4313725490196,17.6470588235294,11.7647058823529],[33.3333333333333,22.5490196078431,16.6666666666667],[28.4313725490196,17.6470588235294,11.7647058823529],[30.3921568627451,20.5882352941176,11.7647058823529],[56.8627450980392,44.1176470588235,35.2941176470588],[50.9803921568627,37.2549019607843,26.4705882352941],[58.8235294117647,45.0980392156863,34.3137254901961],[38.2352941176471,24.5098039215686,11.7647058823529],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,40.1960784313726,31.3725490196078],[31.3725490196078,21.5686274509804,11.7647058823529],[26.4705882352941,17.6470588235294,8.82352941176471],[33.3333333333333,26.4705882352941,16.6666666666667],[48.0392156862745,41.1764705882353,31.3725490196078],[30.3921568627451,23.5294117647059,13.7254901960784],[23.5294117647059,16.6666666666667,8.82352941176471],[43.1372549019608,36.2745098039216,28.4313725490196],[25.4901960784314,16.6666666666667,11.7647058823529],[42.156862745098,32.3529411764706,30.3921568627451],[39.2156862745098,29.4117647058824,27.4509803921569],[74.5098039215686,63.7254901960784,59.8039215686275],[45.0980392156863,34.3137254901961,28.4313725490196],[40.1960784313726,29.4117647058824,23.5294117647059],[18.6274509803922,5.88235294117647,0],[49.0196078431373,36.2745098039216,27.4509803921569],[53.921568627451,40.1960784313726,31.3725490196078],[27.4509803921569,13.7254901960784,4.90196078431373],[52.9411764705882,39.2156862745098,30.3921568627451],[69.6078431372549,48.0392156862745,35.2941176470588],[97.0588235294118,63.7254901960784,39.2156862745098],[84.3137254901961,48.0392156862745,21.5686274509804],[97.0588235294118,65.6862745098039,41.1764705882353],[102.941176470588,77.4509803921569,54.9019607843137],[109.803921568627,91.1764705882353,74.5098039215686],[72.5490196078431,58.8235294117647,46.078431372549],[26.4705882352941,15.6862745098039,9.80392156862745],[14.7058823529412,4.90196078431373,3.92156862745098],[17.6470588235294,6.86274509803922,10.7843137254902],[14.7058823529412,3.92156862745098,9.80392156862745],[19.6078431372549,8.82352941176471,16.6666666666667],[15.6862745098039,4.90196078431373,12.7450980392157],[9.80392156862745,2.94117647058824,9.80392156862745],[11.7647058823529,6.86274509803922,10.7843137254902],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[7.84313725490196,8.82352941176471,10.7843137254902],[5.88235294117647,6.86274509803922,8.82352941176471],[38.2352941176471,39.2156862745098,41.1764705882353],[238.235294117647,239.21568627451,241.176470588235],[248.039215686275,249.019607843137,250],[58.8235294117647,59.8039215686275,61.7647058823529],[0.980392156862745,1.96078431372549,3.92156862745098],[11.7647058823529,12.7450980392157,14.7058823529412],[8.82352941176471,9.80392156862745,11.7647058823529],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0.980392156862745,2.94117647058824],[9.80392156862745,10.7843137254902,12.7450980392157],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,1.96078431372549,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,3.92156862745098,4.90196078431373],[7.84313725490196,11.7647058823529,12.7450980392157],[51.9607843137255,55.8823529411765,56.8627450980392],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,4.90196078431373,5.88235294117647],[14.7058823529412,13.7254901960784,11.7647058823529],[14.7058823529412,11.7647058823529,6.86274509803922],[15.6862745098039,11.7647058823529,2.94117647058824],[21.5686274509804,17.6470588235294,6.86274509803922],[14.7058823529412,8.82352941176471,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,8.82352941176471,0],[21.5686274509804,11.7647058823529,1.96078431372549],[23.5294117647059,13.7254901960784,4.90196078431373],[37.2549019607843,27.4509803921569,17.6470588235294],[39.2156862745098,29.4117647058824,19.6078431372549],[75.4901960784314,62.7450980392157,53.921568627451],[50,37.2549019607843,28.4313725490196],[25.4901960784314,12.7450980392157,3.92156862745098],[25.4901960784314,12.7450980392157,3.92156862745098],[44.1176470588235,31.3725490196078,22.5490196078431],[28.4313725490196,18.6274509803922,6.86274509803922],[29.4117647058824,19.6078431372549,7.84313725490196],[42.156862745098,34.3137254901961,21.5686274509804],[66.6666666666667,60.7843137254902,47.0588235294118],[49.0196078431373,46.078431372549,31.3725490196078],[41.1764705882353,39.2156862745098,24.5098039215686],[53.921568627451,49.0196078431373,30.3921568627451],[79.4117647058823,63.7254901960784,39.2156862745098],[84.3137254901961,67.6470588235294,38.2352941176471],[100,87.2549019607843,53.921568627451],[79.4117647058823,71.5686274509804,35.2941176470588],[121.56862745098,118.627450980392,78.4313725490196],[108.823529411765,105.882352941176,65.6862745098039],[62.7450980392157,56.8627450980392,21.5686274509804],[99.0196078431373,89.2156862745098,54.9019607843137],[90.1960784313725,75.4901960784314,43.1372549019608],[109.803921568627,94.1176470588235,58.8235294117647],[195.098039215686,180.392156862745,138.235294117647],[150,139.21568627451,94.1176470588235],[136.274509803922,134.313725490196,87.2549019607843],[134.313725490196,137.254901960784,95.0980392156863],[120.588235294118,127.450980392157,94.1176470588235],[96.078431372549,105.882352941176,81.3725490196078],[80.3921568627451,93.1372549019608,75.4901960784314],[78.4313725490196,92.156862745098,77.4509803921569],[47.0588235294118,63.7254901960784,46.078431372549],[71.5686274509804,89.2156862745098,73.5294117647059],[57.843137254902,77.4509803921569,65.6862745098039],[70.5882352941177,90.1960784313725,78.4313725490196],[55.8823529411765,75.4901960784314,64.7058823529412],[44.1176470588235,63.7254901960784,51.9607843137255],[84.3137254901961,101.960784313725,86.2745098039216],[74.5098039215686,91.1764705882353,73.5294117647059],[64.7058823529412,78.4313725490196,61.7647058823529],[50,61.7647058823529,48.0392156862745],[48.0392156862745,57.843137254902,49.0196078431373],[52.9411764705882,62.7450980392157,53.921568627451],[55.8823529411765,65.6862745098039,54.9019607843137],[47.0588235294118,53.921568627451,46.078431372549],[34.3137254901961,41.1764705882353,34.3137254901961],[55.8823529411765,57.843137254902,52.9411764705882],[94.1176470588235,95.0980392156863,89.2156862745098],[96.078431372549,97.0588235294118,83.3333333333333],[111.764705882353,111.764705882353,88.2352941176471],[97.0588235294118,96.078431372549,65.6862745098039],[99.0196078431373,95.0980392156863,57.843137254902],[134.313725490196,130.392156862745,93.1372549019608],[129.411764705882,125.490196078431,89.2156862745098],[128.43137254902,124.509803921569,90.1960784313725],[91.1764705882353,85.2941176470588,53.921568627451],[93.1372549019608,87.2549019607843,55.8823529411765],[65.6862745098039,60.7843137254902,29.4117647058824],[55.8823529411765,50.9803921568627,22.5490196078431],[49.0196078431373,41.1764705882353,18.6274509803922],[33.3333333333333,26.4705882352941,8.82352941176471],[43.1372549019608,41.1764705882353,26.4705882352941],[104.901960784314,104.901960784314,93.1372549019608],[83.3333333333333,83.3333333333333,71.5686274509804],[78.4313725490196,76.4705882352941,64.7058823529412],[55.8823529411765,53.921568627451,41.1764705882353],[29.4117647058824,25.4901960784314,13.7254901960784],[68.6274509803922,65.6862745098039,50.9803921568627],[58.8235294117647,52.9411764705882,37.2549019607843],[74.5098039215686,67.6470588235294,50],[74.5098039215686,63.7254901960784,46.078431372549],[65.6862745098039,50.9803921568627,30.3921568627451],[52.9411764705882,37.2549019607843,12.7450980392157],[103.921568627451,85.2941176470588,55.8823529411765],[146.078431372549,123.529411764706,90.1960784313725],[131.372549019608,108.823529411765,68.6274509803922],[103.921568627451,79.4117647058823,39.2156862745098],[137.254901960784,107.843137254902,72.5490196078431],[127.450980392157,95.0980392156863,60.7843137254902],[129.411764705882,92.156862745098,55.8823529411765],[144.117647058824,106.862745098039,70.5882352941177],[69.6078431372549,36.2745098039216,1.96078431372549],[67.6470588235294,37.2549019607843,8.82352941176471],[124.509803921569,98.0392156862745,71.5686274509804],[69.6078431372549,44.1176470588235,19.6078431372549],[53.921568627451,28.4313725490196,5.88235294117647],[52.9411764705882,26.4705882352941,0],[40.1960784313726,5.88235294117647,0],[118.627450980392,83.3333333333333,51.9607843137255],[119.607843137255,85.2941176470588,55.8823529411765],[76.4705882352941,46.078431372549,18.6274509803922],[46.078431372549,18.6274509803922,0],[30.3921568627451,0.980392156862745,0],[91.1764705882353,53.921568627451,15.6862745098039],[125.490196078431,85.2941176470588,42.156862745098],[121.56862745098,85.2941176470588,44.1176470588235],[113.725490196078,79.4117647058823,42.156862745098],[75.4901960784314,41.1764705882353,9.80392156862745],[111.764705882353,78.4313725490196,50.9803921568627],[80.3921568627451,48.0392156862745,17.6470588235294],[107.843137254902,77.4509803921569,47.0588235294118],[132.352941176471,101.960784313725,74.5098039215686],[57.843137254902,27.4509803921569,0],[63.7254901960784,34.3137254901961,6.86274509803922],[92.156862745098,66.6666666666667,42.156862745098],[61.7647058823529,39.2156862745098,21.5686274509804],[61.7647058823529,44.1176470588235,30.3921568627451],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,12.7450980392157,4.90196078431373],[11.7647058823529,0,0],[36.2745098039216,22.5490196078431,19.6078431372549],[45.0980392156863,31.3725490196078,28.4313725490196],[40.1960784313726,26.4705882352941,23.5294117647059],[26.4705882352941,13.7254901960784,7.84313725490196],[19.6078431372549,6.86274509803922,0.980392156862745],[32.3529411764706,19.6078431372549,11.7647058823529],[41.1764705882353,26.4705882352941,19.6078431372549],[45.0980392156863,31.3725490196078,22.5490196078431],[38.2352941176471,24.5098039215686,15.6862745098039],[22.5490196078431,7.84313725490196,0.980392156862745],[23.5294117647059,10.7843137254902,2.94117647058824],[16.6666666666667,5.88235294117647,0],[24.5098039215686,15.6862745098039,8.82352941176471],[29.4117647058824,20.5882352941176,15.6862745098039],[44.1176470588235,35.2941176470588,28.4313725490196],[57.843137254902,49.0196078431373,34.3137254901961],[27.4509803921569,15.6862745098039,0],[40.1960784313726,28.4313725490196,16.6666666666667],[50,37.2549019607843,29.4117647058824],[30.3921568627451,19.6078431372549,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[47.0588235294118,36.2745098039216,34.3137254901961],[65.6862745098039,51.9607843137255,49.0196078431373],[74.5098039215686,61.7647058823529,53.921568627451],[42.156862745098,30.3921568627451,18.6274509803922],[26.4705882352941,12.7450980392157,0],[44.1176470588235,30.3921568627451,17.6470588235294],[46.078431372549,30.3921568627451,17.6470588235294],[47.0588235294118,30.3921568627451,20.5882352941176],[66.6666666666667,50,42.156862745098],[63.7254901960784,44.1176470588235,35.2941176470588],[68.6274509803922,40.1960784313726,26.4705882352941],[76.4705882352941,46.078431372549,28.4313725490196],[77.4509803921569,49.0196078431373,35.2941176470588],[73.5294117647059,47.0588235294118,36.2745098039216],[57.843137254902,38.2352941176471,29.4117647058824],[23.5294117647059,5.88235294117647,1.96078431372549],[24.5098039215686,10.7843137254902,9.80392156862745],[15.6862745098039,5.88235294117647,6.86274509803922],[16.6666666666667,7.84313725490196,10.7843137254902],[8.82352941176471,2.94117647058824,6.86274509803922],[15.6862745098039,8.82352941176471,15.6862745098039],[6.86274509803922,1.96078431372549,7.84313725490196],[6.86274509803922,4.90196078431373,7.84313725490196],[12.7450980392157,12.7450980392157,14.7058823529412],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,6.86274509803922,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[17.6470588235294,17.6470588235294,17.6470588235294],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[14.7058823529412,14.7058823529412,14.7058823529412],[25.4901960784314,25.4901960784314,25.4901960784314],[22.5490196078431,22.5490196078431,22.5490196078431],[9.80392156862745,9.80392156862745,9.80392156862745],[15.6862745098039,15.6862745098039,15.6862745098039],[100.980392156863,100.980392156863,100.980392156863],[35.2941176470588,35.2941176470588,35.2941176470588],[0,0,0],[15.6862745098039,15.6862745098039,15.6862745098039],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[27.4509803921569,28.4313725490196,30.3921568627451],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[3.92156862745098,0,0],[2.94117647058824,0,0],[25.4901960784314,20.5882352941176,14.7058823529412],[40.1960784313726,36.2745098039216,25.4901960784314],[17.6470588235294,11.7647058823529,0],[10.7843137254902,4.90196078431373,0],[57.843137254902,50.9803921568627,33.3333333333333],[109.803921568627,102.941176470588,85.2941176470588],[6.86274509803922,0,0],[32.3529411764706,22.5490196078431,10.7843137254902],[49.0196078431373,39.2156862745098,27.4509803921569],[12.7450980392157,2.94117647058824,0],[45.0980392156863,32.3529411764706,23.5294117647059],[46.078431372549,33.3333333333333,25.4901960784314],[22.5490196078431,9.80392156862745,1.96078431372549],[46.078431372549,33.3333333333333,27.4509803921569],[41.1764705882353,30.3921568627451,24.5098039215686],[46.078431372549,35.2941176470588,29.4117647058824],[24.5098039215686,15.6862745098039,8.82352941176471],[22.5490196078431,15.6862745098039,5.88235294117647],[47.0588235294118,43.1372549019608,32.3529411764706],[28.4313725490196,26.4705882352941,14.7058823529412],[29.4117647058824,30.3921568627451,16.6666666666667],[42.156862745098,36.2745098039216,20.5882352941176],[49.0196078431373,34.3137254901961,13.7254901960784],[108.823529411765,92.156862745098,66.6666666666667],[84.3137254901961,74.5098039215686,40.1960784313726],[115.686274509804,110.78431372549,71.5686274509804],[91.1764705882353,89.2156862745098,49.0196078431373],[35.2941176470588,33.3333333333333,0],[87.2549019607843,81.3725490196078,48.0392156862745],[104.901960784314,96.078431372549,63.7254901960784],[79.4117647058823,64.7058823529412,32.3529411764706],[110.78431372549,96.078431372549,57.843137254902],[220.588235294118,206.862745098039,162.745098039216],[223.529411764706,212.745098039216,167.647058823529],[141.176470588235,140.196078431373,95.0980392156863],[136.274509803922,143.137254901961,102.941176470588],[100.980392156863,114.705882352941,82.3529411764706],[36.2745098039216,51.9607843137255,26.4705882352941],[57.843137254902,72.5490196078431,53.921568627451],[66.6666666666667,83.3333333333333,67.6470588235294],[53.921568627451,71.5686274509804,57.843137254902],[59.8039215686275,80.3921568627451,65.6862745098039],[81.3725490196078,102.941176470588,90.1960784313725],[66.6666666666667,88.2352941176471,75.4901960784314],[52.9411764705882,73.5294117647059,58.8235294117647],[45.0980392156863,62.7450980392157,47.0588235294118],[60.7843137254902,74.5098039215686,57.843137254902],[101.960784313725,114.705882352941,97.0588235294118],[74.5098039215686,85.2941176470588,68.6274509803922],[67.6470588235294,76.4705882352941,59.8039215686275],[32.3529411764706,40.1960784313726,25.4901960784314],[30.3921568627451,38.2352941176471,25.4901960784314],[50,59.8039215686275,49.0196078431373],[42.156862745098,49.0196078431373,41.1764705882353],[51.9607843137255,56.8627450980392,50.9803921568627],[53.921568627451,56.8627450980392,50],[62.7450980392157,64.7058823529412,53.921568627451],[76.4705882352941,74.5098039215686,59.8039215686275],[82.3529411764706,80.3921568627451,55.8823529411765],[82.3529411764706,79.4117647058823,49.0196078431373],[144.117647058824,140.196078431373,102.941176470588],[123.529411764706,118.627450980392,77.4509803921569],[149.019607843137,142.156862745098,99.0196078431373],[126.470588235294,119.607843137255,78.4313725490196],[86.2745098039216,78.4313725490196,42.156862745098],[96.078431372549,87.2549019607843,56.8627450980392],[90.1960784313725,80.3921568627451,53.921568627451],[39.2156862745098,28.4313725490196,8.82352941176471],[64.7058823529412,52.9411764705882,37.2549019607843],[79.4117647058823,69.6078431372549,57.843137254902],[33.3333333333333,27.4509803921569,15.6862745098039],[68.6274509803922,66.6666666666667,53.921568627451],[68.6274509803922,66.6666666666667,53.921568627451],[67.6470588235294,65.6862745098039,52.9411764705882],[56.8627450980392,54.9019607843137,40.1960784313726],[49.0196078431373,48.0392156862745,30.3921568627451],[68.6274509803922,65.6862745098039,49.0196078431373],[62.7450980392157,57.843137254902,39.2156862745098],[44.1176470588235,37.2549019607843,19.6078431372549],[72.5490196078431,64.7058823529412,46.078431372549],[81.3725490196078,69.6078431372549,48.0392156862745],[34.3137254901961,18.6274509803922,0],[91.1764705882353,74.5098039215686,45.0980392156863],[108.823529411765,91.1764705882353,53.921568627451],[109.803921568627,91.1764705882353,49.0196078431373],[94.1176470588235,71.5686274509804,30.3921568627451],[98.0392156862745,72.5490196078431,36.2745098039216],[137.254901960784,107.843137254902,72.5490196078431],[138.235294117647,103.921568627451,66.6666666666667],[171.56862745098,134.313725490196,96.078431372549],[134.313725490196,97.0588235294118,60.7843137254902],[68.6274509803922,35.2941176470588,0.980392156862745],[83.3333333333333,53.921568627451,28.4313725490196],[72.5490196078431,47.0588235294118,24.5098039215686],[111.764705882353,88.2352941176471,64.7058823529412],[53.921568627451,26.4705882352941,2.94117647058824],[77.4509803921569,44.1176470588235,17.6470588235294],[156.862745098039,122.549019607843,93.1372549019608],[108.823529411765,75.4901960784314,48.0392156862745],[75.4901960784314,46.078431372549,20.5882352941176],[56.8627450980392,35.2941176470588,12.7450980392157],[44.1176470588235,18.6274509803922,0],[59.8039215686275,25.4901960784314,0],[135.294117647059,97.0588235294118,54.9019607843137],[122.549019607843,88.2352941176471,50.9803921568627],[68.6274509803922,35.2941176470588,0.980392156862745],[85.2941176470588,54.9019607843137,24.5098039215686],[126.470588235294,96.078431372549,67.6470588235294],[62.7450980392157,32.3529411764706,3.92156862745098],[78.4313725490196,48.0392156862745,17.6470588235294],[94.1176470588235,61.7647058823529,31.3725490196078],[53.921568627451,21.5686274509804,0],[69.6078431372549,39.2156862745098,10.7843137254902],[104.901960784314,77.4509803921569,53.921568627451],[74.5098039215686,51.9607843137255,34.3137254901961],[56.8627450980392,39.2156862745098,25.4901960784314],[33.3333333333333,20.5882352941176,11.7647058823529],[33.3333333333333,24.5098039215686,17.6470588235294],[21.5686274509804,10.7843137254902,8.82352941176471],[21.5686274509804,9.80392156862745,9.80392156862745],[26.4705882352941,15.6862745098039,13.7254901960784],[45.0980392156863,31.3725490196078,30.3921568627451],[41.1764705882353,27.4509803921569,24.5098039215686],[28.4313725490196,13.7254901960784,8.82352941176471],[35.2941176470588,20.5882352941176,13.7254901960784],[46.078431372549,31.3725490196078,24.5098039215686],[41.1764705882353,26.4705882352941,19.6078431372549],[43.1372549019608,30.3921568627451,22.5490196078431],[35.2941176470588,22.5490196078431,16.6666666666667],[36.2745098039216,25.4901960784314,19.6078431372549],[25.4901960784314,16.6666666666667,11.7647058823529],[31.3725490196078,24.5098039215686,18.6274509803922],[40.1960784313726,32.3529411764706,29.4117647058824],[63.7254901960784,54.9019607843137,48.0392156862745],[72.5490196078431,60.7843137254902,45.0980392156863],[36.2745098039216,23.5294117647059,4.90196078431373],[38.2352941176471,24.5098039215686,11.7647058823529],[43.1372549019608,30.3921568627451,21.5686274509804],[32.3529411764706,18.6274509803922,15.6862745098039],[27.4509803921569,13.7254901960784,12.7450980392157],[27.4509803921569,13.7254901960784,12.7450980392157],[35.2941176470588,21.5686274509804,18.6274509803922],[40.1960784313726,27.4509803921569,19.6078431372549],[48.0392156862745,36.2745098039216,24.5098039215686],[54.9019607843137,43.1372549019608,27.4509803921569],[59.8039215686275,47.0588235294118,31.3725490196078],[38.2352941176471,24.5098039215686,11.7647058823529],[31.3725490196078,14.7058823529412,4.90196078431373],[53.921568627451,37.2549019607843,30.3921568627451],[61.7647058823529,43.1372549019608,36.2745098039216],[86.2745098039216,62.7450980392157,52.9411764705882],[83.3333333333333,56.8627450980392,46.078431372549],[59.8039215686275,36.2745098039216,26.4705882352941],[41.1764705882353,18.6274509803922,10.7843137254902],[39.2156862745098,20.5882352941176,14.7058823529412],[14.7058823529412,0,0],[15.6862745098039,3.92156862745098,3.92156862745098],[14.7058823529412,5.88235294117647,8.82352941176471],[19.6078431372549,13.7254901960784,17.6470588235294],[13.7254901960784,8.82352941176471,12.7450980392157],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[5.88235294117647,7.84313725490196,6.86274509803922],[0.980392156862745,2.94117647058824,1.96078431372549],[9.80392156862745,9.80392156862745,9.80392156862745],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[12.7450980392157,12.7450980392157,12.7450980392157],[0,0,0],[204.901960784314,204.901960784314,204.901960784314],[164.705882352941,164.705882352941,164.705882352941],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[13.7254901960784,13.7254901960784,13.7254901960784],[10.7843137254902,10.7843137254902,10.7843137254902],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[27.4509803921569,27.4509803921569,27.4509803921569],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,12.7450980392157,11.7647058823529],[0,0.980392156862745,0],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[9.80392156862745,5.88235294117647,6.86274509803922],[2.94117647058824,0,0],[21.5686274509804,16.6666666666667,12.7450980392157],[52.9411764705882,49.0196078431373,40.1960784313726],[38.2352941176471,32.3529411764706,20.5882352941176],[18.6274509803922,12.7450980392157,0],[43.1372549019608,37.2549019607843,21.5686274509804],[79.4117647058823,72.5490196078431,54.9019607843137],[34.3137254901961,27.4509803921569,9.80392156862745],[24.5098039215686,17.6470588235294,0],[83.3333333333333,74.5098039215686,59.8039215686275],[77.4509803921569,68.6274509803922,53.921568627451],[40.1960784313726,30.3921568627451,18.6274509803922],[28.4313725490196,18.6274509803922,8.82352941176471],[40.1960784313726,30.3921568627451,21.5686274509804],[53.921568627451,44.1176470588235,35.2941176470588],[46.078431372549,35.2941176470588,29.4117647058824],[34.3137254901961,23.5294117647059,17.6470588235294],[12.7450980392157,3.92156862745098,0],[36.2745098039216,29.4117647058824,21.5686274509804],[56.8627450980392,52.9411764705882,44.1176470588235],[20.5882352941176,16.6666666666667,7.84313725490196],[29.4117647058824,26.4705882352941,17.6470588235294],[39.2156862745098,35.2941176470588,24.5098039215686],[60.7843137254902,47.0588235294118,34.3137254901961],[62.7450980392157,48.0392156862745,27.4509803921569],[75.4901960784314,66.6666666666667,38.2352941176471],[99.0196078431373,95.0980392156863,60.7843137254902],[81.3725490196078,81.3725490196078,44.1176470588235],[107.843137254902,107.843137254902,72.5490196078431],[100.980392156863,98.0392156862745,65.6862745098039],[71.5686274509804,64.7058823529412,36.2745098039216],[143.137254901961,129.411764705882,100.980392156863],[141.176470588235,126.470588235294,94.1176470588235],[173.529411764706,161.764705882353,122.549019607843],[206.862745098039,200,156.862745098039],[124.509803921569,125.490196078431,86.2745098039216],[110.78431372549,118.627450980392,82.3529411764706],[66.6666666666667,80.3921568627451,54.9019607843137],[85.2941176470588,102.941176470588,81.3725490196078],[85.2941176470588,98.0392156862745,81.3725490196078],[58.8235294117647,70.5882352941177,56.8627450980392],[56.8627450980392,70.5882352941177,57.843137254902],[92.156862745098,107.843137254902,97.0588235294118],[83.3333333333333,100.980392156863,89.2156862745098],[68.6274509803922,86.2745098039216,72.5490196078431],[51.9607843137255,68.6274509803922,52.9411764705882],[59.8039215686275,73.5294117647059,56.8627450980392],[67.6470588235294,79.4117647058823,59.8039215686275],[53.921568627451,61.7647058823529,41.1764705882353],[54.9019607843137,59.8039215686275,38.2352941176471],[31.3725490196078,36.2745098039216,14.7058823529412],[41.1764705882353,44.1176470588235,25.4901960784314],[50,52.9411764705882,36.2745098039216],[67.6470588235294,71.5686274509804,56.8627450980392],[38.2352941176471,42.156862745098,28.4313725490196],[46.078431372549,49.0196078431373,38.2352941176471],[88.2352941176471,90.1960784313725,79.4117647058823],[61.7647058823529,62.7450980392157,49.0196078431373],[49.0196078431373,48.0392156862745,27.4509803921569],[52.9411764705882,49.0196078431373,22.5490196078431],[128.43137254902,124.509803921569,90.1960784313725],[140.196078431373,132.352941176471,96.078431372549],[72.5490196078431,63.7254901960784,23.5294117647059],[103.921568627451,95.0980392156863,52.9411764705882],[104.901960784314,93.1372549019608,53.921568627451],[60.7843137254902,48.0392156862745,14.7058823529412],[120.588235294118,109.803921568627,80.3921568627451],[102.941176470588,93.1372549019608,68.6274509803922],[72.5490196078431,61.7647058823529,44.1176470588235],[63.7254901960784,54.9019607843137,40.1960784313726],[46.078431372549,36.2745098039216,24.5098039215686],[30.3921568627451,23.5294117647059,13.7254901960784],[22.5490196078431,18.6274509803922,7.84313725490196],[50,47.0588235294118,32.3529411764706],[50.9803921568627,48.0392156862745,31.3725490196078],[33.3333333333333,30.3921568627451,11.7647058823529],[53.921568627451,50.9803921568627,32.3529411764706],[63.7254901960784,58.8235294117647,40.1960784313726],[37.2549019607843,32.3529411764706,13.7254901960784],[67.6470588235294,60.7843137254902,43.1372549019608],[60.7843137254902,50,30.3921568627451],[74.5098039215686,62.7450980392157,37.2549019607843],[94.1176470588235,79.4117647058823,49.0196078431373],[72.5490196078431,56.8627450980392,21.5686274509804],[76.4705882352941,57.843137254902,18.6274509803922],[131.372549019608,109.803921568627,69.6078431372549],[119.607843137255,98.0392156862745,59.8039215686275],[104.901960784314,81.3725490196078,48.0392156862745],[89.2156862745098,63.7254901960784,31.3725490196078],[106.862745098039,73.5294117647059,37.2549019607843],[121.56862745098,84.3137254901961,48.0392156862745],[182.352941176471,145.098039215686,108.823529411765],[129.411764705882,95.0980392156863,63.7254901960784],[93.1372549019608,63.7254901960784,36.2745098039216],[95.0980392156863,67.6470588235294,46.078431372549],[63.7254901960784,38.2352941176471,15.6862745098039],[74.5098039215686,47.0588235294118,23.5294117647059],[137.254901960784,103.921568627451,77.4509803921569],[131.372549019608,97.0588235294118,69.6078431372549],[97.0588235294118,63.7254901960784,37.2549019607843],[51.9607843137255,22.5490196078431,0],[74.5098039215686,52.9411764705882,32.3529411764706],[56.8627450980392,32.3529411764706,10.7843137254902],[56.8627450980392,23.5294117647059,0],[119.607843137255,80.3921568627451,45.0980392156863],[130.392156862745,95.0980392156863,61.7647058823529],[97.0588235294118,64.7058823529412,34.3137254901961],[88.2352941176471,57.843137254902,29.4117647058824],[92.156862745098,62.7450980392157,35.2941176470588],[71.5686274509804,42.156862745098,14.7058823529412],[60.7843137254902,30.3921568627451,2.94117647058824],[72.5490196078431,39.2156862745098,12.7450980392157],[79.4117647058823,46.078431372549,19.6078431372549],[106.862745098039,75.4901960784314,50.9803921568627],[100,69.6078431372549,49.0196078431373],[34.3137254901961,8.82352941176471,0],[31.3725490196078,13.7254901960784,1.96078431372549],[42.156862745098,29.4117647058824,21.5686274509804],[29.4117647058824,18.6274509803922,14.7058823529412],[32.3529411764706,22.5490196078431,20.5882352941176],[16.6666666666667,4.90196078431373,4.90196078431373],[14.7058823529412,3.92156862745098,1.96078431372549],[38.2352941176471,24.5098039215686,23.5294117647059],[39.2156862745098,25.4901960784314,22.5490196078431],[24.5098039215686,10.7843137254902,7.84313725490196],[24.5098039215686,11.7647058823529,5.88235294117647],[23.5294117647059,10.7843137254902,4.90196078431373],[54.9019607843137,42.156862745098,36.2745098039216],[50.9803921568627,38.2352941176471,32.3529411764706],[36.2745098039216,23.5294117647059,17.6470588235294],[35.2941176470588,24.5098039215686,18.6274509803922],[26.4705882352941,17.6470588235294,12.7450980392157],[24.5098039215686,17.6470588235294,11.7647058823529],[16.6666666666667,8.82352941176471,5.88235294117647],[24.5098039215686,17.6470588235294,9.80392156862745],[79.4117647058823,70.5882352941177,53.921568627451],[84.3137254901961,73.5294117647059,55.8823529411765],[45.0980392156863,33.3333333333333,21.5686274509804],[39.2156862745098,26.4705882352941,18.6274509803922],[40.1960784313726,26.4705882352941,23.5294117647059],[19.6078431372549,8.82352941176471,6.86274509803922],[29.4117647058824,18.6274509803922,16.6666666666667],[32.3529411764706,21.5686274509804,17.6470588235294],[23.5294117647059,13.7254901960784,4.90196078431373],[31.3725490196078,21.5686274509804,11.7647058823529],[31.3725490196078,21.5686274509804,9.80392156862745],[38.2352941176471,26.4705882352941,14.7058823529412],[39.2156862745098,27.4509803921569,15.6862745098039],[40.1960784313726,26.4705882352941,17.6470588235294],[40.1960784313726,25.4901960784314,20.5882352941176],[29.4117647058824,12.7450980392157,5.88235294117647],[46.078431372549,26.4705882352941,17.6470588235294],[57.843137254902,38.2352941176471,27.4509803921569],[48.0392156862745,28.4313725490196,19.6078431372549],[31.3725490196078,14.7058823529412,7.84313725490196],[37.2549019607843,22.5490196078431,19.6078431372549],[15.6862745098039,4.90196078431373,2.94117647058824],[12.7450980392157,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,7.84313725490196],[8.82352941176471,3.92156862745098,7.84313725490196],[14.7058823529412,14.7058823529412,16.6666666666667],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[92.156862745098,93.1372549019608,95.0980392156863],[93.1372549019608,97.0588235294118,98.0392156862745],[0,1.96078431372549,0.980392156862745],[3.92156862745098,5.88235294117647,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[8.82352941176471,8.82352941176471,8.82352941176471],[10.7843137254902,10.7843137254902,10.7843137254902],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[37.2549019607843,37.2549019607843,37.2549019607843],[40.1960784313726,40.1960784313726,40.1960784313726],[2.94117647058824,2.94117647058824,2.94117647058824],[4.90196078431373,4.90196078431373,4.90196078431373],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,6.86274509803922],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,8.82352941176471],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,11.7647058823529,6.86274509803922],[27.4509803921569,22.5490196078431,16.6666666666667],[36.2745098039216,32.3529411764706,21.5686274509804],[36.2745098039216,30.3921568627451,18.6274509803922],[63.7254901960784,57.843137254902,44.1176470588235],[115.686274509804,109.803921568627,94.1176470588235],[82.3529411764706,75.4901960784314,56.8627450980392],[87.2549019607843,80.3921568627451,61.7647058823529],[101.960784313725,94.1176470588235,75.4901960784314],[57.843137254902,49.0196078431373,32.3529411764706],[9.80392156862745,0.980392156862745,0],[22.5490196078431,12.7450980392157,0.980392156862745],[52.9411764705882,43.1372549019608,33.3333333333333],[58.8235294117647,49.0196078431373,40.1960784313726],[38.2352941176471,27.4509803921569,21.5686274509804],[11.7647058823529,2.94117647058824,0],[19.6078431372549,12.7450980392157,6.86274509803922],[46.078431372549,41.1764705882353,37.2549019607843],[43.1372549019608,38.2352941176471,34.3137254901961],[15.6862745098039,12.7450980392157,7.84313725490196],[42.156862745098,39.2156862745098,34.3137254901961],[55.8823529411765,50.9803921568627,45.0980392156863],[54.9019607843137,42.156862745098,34.3137254901961],[73.5294117647059,59.8039215686275,47.0588235294118],[77.4509803921569,69.6078431372549,47.0588235294118],[66.6666666666667,62.7450980392157,34.3137254901961],[90.1960784313725,91.1764705882353,59.8039215686275],[119.607843137255,120.588235294118,89.2156862745098],[77.4509803921569,76.4705882352941,47.0588235294118],[89.2156862745098,84.3137254901961,55.8823529411765],[129.411764705882,120.588235294118,92.156862745098],[101.960784313725,91.1764705882353,59.8039215686275],[129.411764705882,121.56862745098,83.3333333333333],[178.43137254902,175.490196078431,135.294117647059],[102.941176470588,106.862745098039,70.5882352941177],[100,110.78431372549,79.4117647058823],[113.725490196078,131.372549019608,109.803921568627],[240.196078431373,250,241.176470588235],[219.607843137255,231.372549019608,217.647058823529],[82.3529411764706,93.1372549019608,79.4117647058823],[71.5686274509804,83.3333333333333,71.5686274509804],[119.607843137255,132.352941176471,122.549019607843],[77.4509803921569,93.1372549019608,82.3529411764706],[72.5490196078431,88.2352941176471,75.4901960784314],[50.9803921568627,64.7058823529412,48.0392156862745],[50,61.7647058823529,42.156862745098],[70.5882352941177,78.4313725490196,55.8823529411765],[55.8823529411765,59.8039215686275,35.2941176470588],[80.3921568627451,83.3333333333333,56.8627450980392],[49.0196078431373,51.9607843137255,25.4901960784314],[95.0980392156863,95.0980392156863,69.6078431372549],[83.3333333333333,83.3333333333333,59.8039215686275],[72.5490196078431,74.5098039215686,52.9411764705882],[48.0392156862745,50,29.4117647058824],[42.156862745098,46.078431372549,29.4117647058824],[111.764705882353,115.686274509804,99.0196078431373],[66.6666666666667,68.6274509803922,48.0392156862745],[50,50,24.5098039215686],[71.5686274509804,68.6274509803922,38.2352941176471],[136.274509803922,130.392156862745,95.0980392156863],[133.333333333333,124.509803921569,86.2745098039216],[132.352941176471,120.588235294118,81.3725490196078],[119.607843137255,106.862745098039,65.6862745098039],[130.392156862745,116.666666666667,78.4313725490196],[80.3921568627451,65.6862745098039,33.3333333333333],[142.156862745098,128.43137254902,100],[123.529411764706,111.764705882353,88.2352941176471],[33.3333333333333,22.5490196078431,4.90196078431373],[50,41.1764705882353,26.4705882352941],[16.6666666666667,8.82352941176471,0],[8.82352941176471,0,0],[15.6862745098039,8.82352941176471,0],[62.7450980392157,57.843137254902,39.2156862745098],[52.9411764705882,50.9803921568627,28.4313725490196],[19.6078431372549,17.6470588235294,0],[35.2941176470588,33.3333333333333,8.82352941176471],[51.9607843137255,47.0588235294118,27.4509803921569],[55.8823529411765,49.0196078431373,31.3725490196078],[55.8823529411765,48.0392156862745,29.4117647058824],[125.490196078431,115.686274509804,91.1764705882353],[74.5098039215686,63.7254901960784,32.3529411764706],[69.6078431372549,55.8823529411765,19.6078431372549],[83.3333333333333,68.6274509803922,28.4313725490196],[100,83.3333333333333,41.1764705882353],[119.607843137255,100.980392156863,61.7647058823529],[96.078431372549,76.4705882352941,40.1960784313726],[108.823529411765,88.2352941176471,57.843137254902],[84.3137254901961,59.8039215686275,30.3921568627451],[81.3725490196078,51.9607843137255,16.6666666666667],[120.588235294118,85.2941176470588,50],[154.901960784314,119.607843137255,84.3137254901961],[181.372549019608,147.058823529412,115.686274509804],[112.745098039216,82.3529411764706,54.9019607843137],[96.078431372549,68.6274509803922,45.0980392156863],[50.9803921568627,23.5294117647059,1.96078431372549],[92.156862745098,62.7450980392157,39.2156862745098],[114.705882352941,81.3725490196078,54.9019607843137],[104.901960784314,70.5882352941177,43.1372549019608],[108.823529411765,78.4313725490196,50.9803921568627],[21.5686274509804,0,0],[42.156862745098,21.5686274509804,4.90196078431373],[54.9019607843137,32.3529411764706,14.7058823529412],[88.2352941176471,54.9019607843137,27.4509803921569],[111.764705882353,76.4705882352941,45.0980392156863],[78.4313725490196,46.078431372549,15.6862745098039],[102.941176470588,72.5490196078431,45.0980392156863],[102.941176470588,73.5294117647059,48.0392156862745],[81.3725490196078,51.9607843137255,28.4313725490196],[92.156862745098,62.7450980392157,39.2156862745098],[48.0392156862745,18.6274509803922,0],[76.4705882352941,45.0980392156863,20.5882352941176],[97.0588235294118,65.6862745098039,41.1764705882353],[112.745098039216,81.3725490196078,58.8235294117647],[76.4705882352941,48.0392156862745,30.3921568627451],[35.2941176470588,12.7450980392157,0],[48.0392156862745,28.4313725490196,19.6078431372549],[39.2156862745098,24.5098039215686,19.6078431372549],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[12.7450980392157,2.94117647058824,1.96078431372549],[9.80392156862745,0,0],[21.5686274509804,10.7843137254902,8.82352941176471],[24.5098039215686,13.7254901960784,9.80392156862745],[26.4705882352941,15.6862745098039,11.7647058823529],[30.3921568627451,19.6078431372549,13.7254901960784],[15.6862745098039,4.90196078431373,0],[28.4313725490196,17.6470588235294,11.7647058823529],[27.4509803921569,16.6666666666667,10.7843137254902],[15.6862745098039,4.90196078431373,0],[23.5294117647059,14.7058823529412,7.84313725490196],[24.5098039215686,17.6470588235294,11.7647058823529],[23.5294117647059,18.6274509803922,12.7450980392157],[11.7647058823529,6.86274509803922,2.94117647058824],[19.6078431372549,12.7450980392157,4.90196078431373],[34.3137254901961,25.4901960784314,10.7843137254902],[57.843137254902,46.078431372549,30.3921568627451],[50.9803921568627,39.2156862745098,27.4509803921569],[44.1176470588235,34.3137254901961,25.4901960784314],[44.1176470588235,33.3333333333333,29.4117647058824],[45.0980392156863,35.2941176470588,33.3333333333333],[45.0980392156863,35.2941176470588,33.3333333333333],[17.6470588235294,7.84313725490196,5.88235294117647],[36.2745098039216,27.4509803921569,20.5882352941176],[38.2352941176471,29.4117647058824,20.5882352941176],[27.4509803921569,19.6078431372549,8.82352941176471],[23.5294117647059,13.7254901960784,3.92156862745098],[30.3921568627451,20.5882352941176,11.7647058823529],[38.2352941176471,25.4901960784314,19.6078431372549],[36.2745098039216,22.5490196078431,19.6078431372549],[30.3921568627451,17.6470588235294,11.7647058823529],[11.7647058823529,0,0],[19.6078431372549,5.88235294117647,0],[16.6666666666667,3.92156862745098,0],[9.80392156862745,0,0],[20.5882352941176,10.7843137254902,8.82352941176471],[16.6666666666667,8.82352941176471,6.86274509803922],[13.7254901960784,7.84313725490196,9.80392156862745],[6.86274509803922,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[205.882352941176,209.803921568627,210.78431372549],[233.333333333333,237.254901960784,238.235294117647],[0,0.980392156862745,0],[7.84313725490196,11.7647058823529,10.7843137254902],[0.980392156862745,2.94117647058824,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[7.84313725490196,7.84313725490196,7.84313725490196],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,4.90196078431373,4.90196078431373],[5.88235294117647,5.88235294117647,5.88235294117647],[6.86274509803922,6.86274509803922,6.86274509803922],[5.88235294117647,5.88235294117647,5.88235294117647],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[7.84313725490196,7.84313725490196,7.84313725490196],[7.84313725490196,7.84313725490196,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[9.80392156862745,9.80392156862745,9.80392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[7.84313725490196,7.84313725490196,7.84313725490196],[2.94117647058824,2.94117647058824,2.94117647058824],[6.86274509803922,6.86274509803922,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,3.92156862745098,6.86274509803922],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[2.94117647058824,0,0],[8.82352941176471,3.92156862745098,0],[33.3333333333333,28.4313725490196,22.5490196078431],[25.4901960784314,21.5686274509804,12.7450980392157],[10.7843137254902,6.86274509803922,0],[28.4313725490196,22.5490196078431,8.82352941176471],[22.5490196078431,15.6862745098039,0],[50.9803921568627,45.0980392156863,23.5294117647059],[90.1960784313725,84.3137254901961,62.7450980392157],[46.078431372549,39.2156862745098,20.5882352941176],[16.6666666666667,9.80392156862745,0],[58.8235294117647,50.9803921568627,38.2352941176471],[53.921568627451,46.078431372549,35.2941176470588],[37.2549019607843,28.4313725490196,19.6078431372549],[10.7843137254902,1.96078431372549,0],[16.6666666666667,7.84313725490196,2.94117647058824],[57.843137254902,50,47.0588235294118],[48.0392156862745,43.1372549019608,40.1960784313726],[26.4705882352941,21.5686274509804,18.6274509803922],[22.5490196078431,18.6274509803922,15.6862745098039],[37.2549019607843,33.3333333333333,30.3921568627451],[40.1960784313726,35.2941176470588,32.3529411764706],[64.7058823529412,53.921568627451,51.9607843137255],[74.5098039215686,63.7254901960784,57.843137254902],[65.6862745098039,59.8039215686275,44.1176470588235],[47.0588235294118,45.0980392156863,22.5490196078431],[101.960784313725,104.901960784314,76.4705882352941],[136.274509803922,139.21568627451,110.78431372549],[108.823529411765,108.823529411765,83.3333333333333],[71.5686274509804,67.6470588235294,43.1372549019608],[72.5490196078431,65.6862745098039,38.2352941176471],[107.843137254902,101.960784313725,70.5882352941177],[156.862745098039,152.941176470588,116.666666666667],[131.372549019608,131.372549019608,96.078431372549],[94.1176470588235,99.0196078431373,67.6470588235294],[132.352941176471,145.098039215686,119.607843137255],[138.235294117647,155.882352941176,140.196078431373],[215.686274509804,233.333333333333,221.56862745098],[208.823529411765,218.627450980392,207.843137254902],[69.6078431372549,75.4901960784314,63.7254901960784],[91.1764705882353,99.0196078431373,88.2352941176471],[84.3137254901961,94.1176470588235,83.3333333333333],[56.8627450980392,68.6274509803922,56.8627450980392],[50.9803921568627,61.7647058823529,48.0392156862745],[54.9019607843137,63.7254901960784,47.0588235294118],[69.6078431372549,77.4509803921569,56.8627450980392],[56.8627450980392,60.7843137254902,36.2745098039216],[87.2549019607843,87.2549019607843,59.8039215686275],[77.4509803921569,76.4705882352941,47.0588235294118],[101.960784313725,99.0196078431373,68.6274509803922],[165.686274509804,160.78431372549,131.372549019608],[134.313725490196,129.411764705882,100],[87.2549019607843,83.3333333333333,54.9019607843137],[59.8039215686275,59.8039215686275,32.3529411764706],[73.5294117647059,77.4509803921569,54.9019607843137],[100.980392156863,105.882352941176,84.3137254901961],[58.8235294117647,60.7843137254902,37.2549019607843],[53.921568627451,52.9411764705882,23.5294117647059],[95.0980392156863,91.1764705882353,56.8627450980392],[103.921568627451,96.078431372549,59.8039215686275],[150,138.235294117647,99.0196078431373],[146.078431372549,131.372549019608,91.1764705882353],[108.823529411765,91.1764705882353,51.9607843137255],[117.647058823529,100,62.7450980392157],[140.196078431373,124.509803921569,92.156862745098],[113.725490196078,99.0196078431373,70.5882352941177],[64.7058823529412,52.9411764705882,29.4117647058824],[30.3921568627451,19.6078431372549,0],[14.7058823529412,5.88235294117647,0],[63.7254901960784,55.8823529411765,43.1372549019608],[44.1176470588235,35.2941176470588,28.4313725490196],[34.3137254901961,26.4705882352941,15.6862745098039],[39.2156862745098,32.3529411764706,13.7254901960784],[44.1176470588235,40.1960784313726,13.7254901960784],[50.9803921568627,48.0392156862745,17.6470588235294],[50.9803921568627,47.0588235294118,18.6274509803922],[50.9803921568627,45.0980392156863,23.5294117647059],[69.6078431372549,62.7450980392157,44.1176470588235],[65.6862745098039,57.843137254902,37.2549019607843],[110.78431372549,100.980392156863,74.5098039215686],[97.0588235294118,88.2352941176471,50],[81.3725490196078,68.6274509803922,24.5098039215686],[117.647058823529,103.921568627451,57.843137254902],[126.470588235294,109.803921568627,66.6666666666667],[122.549019607843,102.941176470588,66.6666666666667],[83.3333333333333,62.7450980392157,32.3529411764706],[75.4901960784314,58.8235294117647,33.3333333333333],[89.2156862745098,69.6078431372549,43.1372549019608],[59.8039215686275,31.3725490196078,0],[94.1176470588235,61.7647058823529,27.4509803921569],[114.705882352941,79.4117647058823,46.078431372549],[137.254901960784,102.941176470588,71.5686274509804],[120.588235294118,90.1960784313725,62.7450980392157],[82.3529411764706,52.9411764705882,29.4117647058824],[40.1960784313726,9.80392156862745,0],[102.941176470588,71.5686274509804,49.0196078431373],[90.1960784313725,54.9019607843137,29.4117647058824],[95.0980392156863,59.8039215686275,34.3137254901961],[82.3529411764706,50.9803921568627,26.4705882352941],[56.8627450980392,30.3921568627451,9.80392156862745],[58.8235294117647,40.1960784313726,26.4705882352941],[61.7647058823529,43.1372549019608,28.4313725490196],[77.4509803921569,48.0392156862745,24.5098039215686],[100.980392156863,67.6470588235294,41.1764705882353],[65.6862745098039,36.2745098039216,10.7843137254902],[96.078431372549,68.6274509803922,45.0980392156863],[61.7647058823529,34.3137254901961,12.7450980392157],[59.8039215686275,32.3529411764706,11.7647058823529],[100,72.5490196078431,51.9607843137255],[51.9607843137255,21.5686274509804,1.96078431372549],[57.843137254902,26.4705882352941,5.88235294117647],[74.5098039215686,42.156862745098,23.5294117647059],[74.5098039215686,44.1176470588235,26.4705882352941],[42.156862745098,15.6862745098039,0],[49.0196078431373,25.4901960784314,13.7254901960784],[44.1176470588235,24.5098039215686,17.6470588235294],[13.7254901960784,0,0],[20.5882352941176,6.86274509803922,3.92156862745098],[22.5490196078431,12.7450980392157,10.7843137254902],[25.4901960784314,17.6470588235294,14.7058823529412],[22.5490196078431,14.7058823529412,11.7647058823529],[21.5686274509804,11.7647058823529,9.80392156862745],[17.6470588235294,8.82352941176471,3.92156862745098],[27.4509803921569,16.6666666666667,12.7450980392157],[36.2745098039216,25.4901960784314,21.5686274509804],[23.5294117647059,12.7450980392157,8.82352941176471],[19.6078431372549,8.82352941176471,4.90196078431373],[28.4313725490196,19.6078431372549,14.7058823529412],[24.5098039215686,15.6862745098039,10.7843137254902],[27.4509803921569,20.5882352941176,14.7058823529412],[19.6078431372549,11.7647058823529,8.82352941176471],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,6.86274509803922],[34.3137254901961,29.4117647058824,23.5294117647059],[105.882352941176,98.0392156862745,85.2941176470588],[23.5294117647059,14.7058823529412,0],[40.1960784313726,30.3921568627451,20.5882352941176],[56.8627450980392,48.0392156862745,41.1764705882353],[37.2549019607843,27.4509803921569,25.4901960784314],[43.1372549019608,33.3333333333333,32.3529411764706],[38.2352941176471,28.4313725490196,27.4509803921569],[34.3137254901961,24.5098039215686,23.5294117647059],[32.3529411764706,22.5490196078431,20.5882352941176],[40.1960784313726,31.3725490196078,26.4705882352941],[43.1372549019608,34.3137254901961,27.4509803921569],[40.1960784313726,31.3725490196078,24.5098039215686],[37.2549019607843,28.4313725490196,23.5294117647059],[27.4509803921569,16.6666666666667,12.7450980392157],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,6.86274509803922,4.90196078431373],[14.7058823529412,5.88235294117647,0],[23.5294117647059,14.7058823529412,7.84313725490196],[36.2745098039216,29.4117647058824,23.5294117647059],[16.6666666666667,11.7647058823529,7.84313725490196],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,1.96078431372549,0.980392156862745],[17.6470588235294,15.6862745098039,16.6666666666667],[16.6666666666667,16.6666666666667,18.6274509803922],[10.7843137254902,9.80392156862745,14.7058823529412],[6.86274509803922,7.84313725490196,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,10.7843137254902],[12.7450980392157,16.6666666666667,17.6470588235294],[0,0.980392156862745,0],[4.90196078431373,6.86274509803922,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[17.6470588235294,17.6470588235294,19.6078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[10.7843137254902,10.7843137254902,12.7450980392157],[17.6470588235294,17.6470588235294,19.6078431372549],[11.7647058823529,11.7647058823529,13.7254901960784],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,1.96078431372549],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,2.94117647058824,5.88235294117647],[0.980392156862745,0,1.96078431372549],[3.92156862745098,1.96078431372549,2.94117647058824],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[2.94117647058824,0,0],[7.84313725490196,4.90196078431373,0],[6.86274509803922,1.96078431372549,0],[4.90196078431373,0,0],[12.7450980392157,8.82352941176471,0],[15.6862745098039,10.7843137254902,0],[53.921568627451,48.0392156862745,26.4705882352941],[91.1764705882353,84.3137254901961,65.6862745098039],[31.3725490196078,24.5098039215686,6.86274509803922],[24.5098039215686,17.6470588235294,1.96078431372549],[82.3529411764706,74.5098039215686,61.7647058823529],[28.4313725490196,19.6078431372549,10.7843137254902],[14.7058823529412,5.88235294117647,0],[46.078431372549,37.2549019607843,32.3529411764706],[39.2156862745098,31.3725490196078,28.4313725490196],[58.8235294117647,53.921568627451,50.9803921568627],[34.3137254901961,29.4117647058824,26.4705882352941],[31.3725490196078,27.4509803921569,26.4705882352941],[34.3137254901961,30.3921568627451,29.4117647058824],[26.4705882352941,22.5490196078431,21.5686274509804],[37.2549019607843,31.3725490196078,31.3725490196078],[73.5294117647059,63.7254901960784,64.7058823529412],[45.0980392156863,35.2941176470588,33.3333333333333],[36.2745098039216,30.3921568627451,18.6274509803922],[36.2745098039216,35.2941176470588,15.6862745098039],[120.588235294118,122.549019607843,99.0196078431373],[129.411764705882,132.352941176471,105.882352941176],[81.3725490196078,81.3725490196078,57.843137254902],[74.5098039215686,72.5490196078431,48.0392156862745],[99.0196078431373,93.1372549019608,67.6470588235294],[95.0980392156863,90.1960784313725,60.7843137254902],[130.392156862745,127.450980392157,93.1372549019608],[110.78431372549,111.764705882353,78.4313725490196],[131.372549019608,138.235294117647,107.843137254902],[111.764705882353,125.490196078431,102.941176470588],[46.078431372549,63.7254901960784,51.9607843137255],[50.9803921568627,65.6862745098039,58.8235294117647],[74.5098039215686,82.3529411764706,71.5686274509804],[63.7254901960784,69.6078431372549,57.843137254902],[108.823529411765,116.666666666667,103.921568627451],[65.6862745098039,73.5294117647059,60.7843137254902],[43.1372549019608,53.921568627451,40.1960784313726],[49.0196078431373,56.8627450980392,44.1176470588235],[56.8627450980392,63.7254901960784,48.0392156862745],[110.78431372549,115.686274509804,96.078431372549],[101.960784313725,103.921568627451,80.3921568627451],[60.7843137254902,59.8039215686275,30.3921568627451],[67.6470588235294,62.7450980392157,33.3333333333333],[100,94.1176470588235,62.7450980392157],[112.745098039216,106.862745098039,73.5294117647059],[57.843137254902,51.9607843137255,18.6274509803922],[46.078431372549,40.1960784313726,8.82352941176471],[73.5294117647059,69.6078431372549,41.1764705882353],[93.1372549019608,97.0588235294118,72.5490196078431],[34.3137254901961,40.1960784313726,14.7058823529412],[36.2745098039216,39.2156862745098,12.7450980392157],[70.5882352941177,66.6666666666667,38.2352941176471],[84.3137254901961,78.4313725490196,45.0980392156863],[124.509803921569,111.764705882353,77.4509803921569],[147.058823529412,132.352941176471,94.1176470588235],[107.843137254902,90.1960784313725,50.9803921568627],[113.725490196078,95.0980392156863,55.8823529411765],[127.450980392157,107.843137254902,71.5686274509804],[157.843137254902,139.21568627451,106.862745098039],[84.3137254901961,69.6078431372549,41.1764705882353],[63.7254901960784,51.9607843137255,26.4705882352941],[101.960784313725,94.1176470588235,71.5686274509804],[6.86274509803922,0,0],[83.3333333333333,75.4901960784314,62.7450980392157],[55.8823529411765,45.0980392156863,39.2156862745098],[28.4313725490196,18.6274509803922,8.82352941176471],[65.6862745098039,59.8039215686275,36.2745098039216],[113.725490196078,108.823529411765,77.4509803921569],[100,96.078431372549,61.7647058823529],[72.5490196078431,67.6470588235294,36.2745098039216],[57.843137254902,51.9607843137255,30.3921568627451],[42.156862745098,35.2941176470588,16.6666666666667],[60.7843137254902,52.9411764705882,32.3529411764706],[115.686274509804,106.862745098039,76.4705882352941],[147.058823529412,139.21568627451,94.1176470588235],[103.921568627451,94.1176470588235,42.156862745098],[108.823529411765,97.0588235294118,46.078431372549],[136.274509803922,122.549019607843,76.4705882352941],[85.2941176470588,67.6470588235294,32.3529411764706],[88.2352941176471,68.6274509803922,42.156862745098],[50.9803921568627,36.2745098039216,13.7254901960784],[70.5882352941177,54.9019607843137,30.3921568627451],[62.7450980392157,38.2352941176471,8.82352941176471],[53.921568627451,23.5294117647059,0],[123.529411764706,89.2156862745098,57.843137254902],[116.666666666667,82.3529411764706,52.9411764705882],[129.411764705882,99.0196078431373,71.5686274509804],[106.862745098039,77.4509803921569,53.921568627451],[45.0980392156863,14.7058823529412,0],[80.3921568627451,49.0196078431373,26.4705882352941],[78.4313725490196,43.1372549019608,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[91.1764705882353,59.8039215686275,39.2156862745098],[81.3725490196078,55.8823529411765,39.2156862745098],[53.921568627451,36.2745098039216,26.4705882352941],[60.7843137254902,43.1372549019608,31.3725490196078],[47.0588235294118,22.5490196078431,2.94117647058824],[60.7843137254902,33.3333333333333,11.7647058823529],[65.6862745098039,38.2352941176471,17.6470588235294],[95.0980392156863,68.6274509803922,48.0392156862745],[54.9019607843137,28.4313725490196,9.80392156862745],[60.7843137254902,34.3137254901961,15.6862745098039],[82.3529411764706,55.8823529411765,37.2549019607843],[53.921568627451,25.4901960784314,7.84313725490196],[60.7843137254902,30.3921568627451,12.7450980392157],[75.4901960784314,45.0980392156863,27.4509803921569],[81.3725490196078,52.9411764705882,37.2549019607843],[49.0196078431373,21.5686274509804,9.80392156862745],[44.1176470588235,20.5882352941176,10.7843137254902],[39.2156862745098,19.6078431372549,12.7450980392157],[32.3529411764706,14.7058823529412,10.7843137254902],[27.4509803921569,13.7254901960784,10.7843137254902],[34.3137254901961,24.5098039215686,22.5490196078431],[38.2352941176471,30.3921568627451,27.4509803921569],[31.3725490196078,23.5294117647059,20.5882352941176],[25.4901960784314,17.6470588235294,14.7058823529412],[17.6470588235294,10.7843137254902,4.90196078431373],[15.6862745098039,8.82352941176471,2.94117647058824],[27.4509803921569,20.5882352941176,14.7058823529412],[29.4117647058824,22.5490196078431,16.6666666666667],[26.4705882352941,19.6078431372549,13.7254901960784],[31.3725490196078,24.5098039215686,18.6274509803922],[18.6274509803922,11.7647058823529,5.88235294117647],[20.5882352941176,15.6862745098039,9.80392156862745],[18.6274509803922,13.7254901960784,9.80392156862745],[19.6078431372549,16.6666666666667,11.7647058823529],[15.6862745098039,11.7647058823529,8.82352941176471],[33.3333333333333,28.4313725490196,22.5490196078431],[47.0588235294118,39.2156862745098,26.4705882352941],[24.5098039215686,17.6470588235294,1.96078431372549],[36.2745098039216,28.4313725490196,17.6470588235294],[46.078431372549,39.2156862745098,31.3725490196078],[26.4705882352941,18.6274509803922,15.6862745098039],[28.4313725490196,23.5294117647059,20.5882352941176],[42.156862745098,36.2745098039216,36.2745098039216],[21.5686274509804,15.6862745098039,15.6862745098039],[31.3725490196078,26.4705882352941,23.5294117647059],[20.5882352941176,15.6862745098039,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[18.6274509803922,10.7843137254902,7.84313725490196],[23.5294117647059,15.6862745098039,13.7254901960784],[21.5686274509804,13.7254901960784,11.7647058823529],[9.80392156862745,1.96078431372549,0],[13.7254901960784,5.88235294117647,3.92156862745098],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,11.7647058823529,4.90196078431373],[31.3725490196078,30.3921568627451,25.4901960784314],[16.6666666666667,15.6862745098039,11.7647058823529],[6.86274509803922,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,4.90196078431373],[5.88235294117647,6.86274509803922,8.82352941176471],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,0.980392156862745,3.92156862745098],[0.980392156862745,0,0],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,7.84313725490196,6.86274509803922],[8.82352941176471,4.90196078431373,3.92156862745098],[13.7254901960784,9.80392156862745,6.86274509803922],[21.5686274509804,17.6470588235294,14.7058823529412],[19.6078431372549,15.6862745098039,6.86274509803922],[30.3921568627451,24.5098039215686,10.7843137254902],[45.0980392156863,40.1960784313726,21.5686274509804],[96.078431372549,90.1960784313725,74.5098039215686],[76.4705882352941,70.5882352941177,54.9019607843137],[7.84313725490196,1.96078431372549,0],[17.6470588235294,11.7647058823529,0],[7.84313725490196,0.980392156862745,0],[16.6666666666667,9.80392156862745,1.96078431372549],[50.9803921568627,44.1176470588235,38.2352941176471],[33.3333333333333,28.4313725490196,24.5098039215686],[44.1176470588235,39.2156862745098,36.2745098039216],[38.2352941176471,33.3333333333333,30.3921568627451],[45.0980392156863,41.1764705882353,38.2352941176471],[33.3333333333333,29.4117647058824,26.4705882352941],[24.5098039215686,20.5882352941176,17.6470588235294],[35.2941176470588,29.4117647058824,29.4117647058824],[52.9411764705882,44.1176470588235,47.0588235294118],[42.156862745098,32.3529411764706,31.3725490196078],[27.4509803921569,20.5882352941176,10.7843137254902],[39.2156862745098,36.2745098039216,17.6470588235294],[51.9607843137255,51.9607843137255,28.4313725490196],[51.9607843137255,51.9607843137255,26.4705882352941],[68.6274509803922,68.6274509803922,45.0980392156863],[62.7450980392157,60.7843137254902,36.2745098039216],[67.6470588235294,62.7450980392157,34.3137254901961],[56.8627450980392,51.9607843137255,20.5882352941176],[113.725490196078,110.78431372549,76.4705882352941],[102.941176470588,103.921568627451,70.5882352941177],[96.078431372549,102.941176470588,72.5490196078431],[64.7058823529412,76.4705882352941,54.9019607843137],[68.6274509803922,84.3137254901961,73.5294117647059],[54.9019607843137,70.5882352941177,60.7843137254902],[35.2941176470588,43.1372549019608,30.3921568627451],[82.3529411764706,86.2745098039216,71.5686274509804],[91.1764705882353,97.0588235294118,83.3333333333333],[53.921568627451,61.7647058823529,49.0196078431373],[42.156862745098,50,37.2549019607843],[50,57.843137254902,43.1372549019608],[52.9411764705882,59.8039215686275,44.1176470588235],[96.078431372549,99.0196078431373,80.3921568627451],[123.529411764706,123.529411764706,100],[91.1764705882353,87.2549019607843,60.7843137254902],[144.117647058824,137.254901960784,108.823529411765],[121.56862745098,112.745098039216,82.3529411764706],[98.0392156862745,89.2156862745098,58.8235294117647],[97.0588235294118,88.2352941176471,57.843137254902],[93.1372549019608,84.3137254901961,55.8823529411765],[69.6078431372549,64.7058823529412,36.2745098039216],[69.6078431372549,73.5294117647059,49.0196078431373],[44.1176470588235,50,24.5098039215686],[77.4509803921569,77.4509803921569,51.9607843137255],[83.3333333333333,79.4117647058823,50.9803921568627],[83.3333333333333,74.5098039215686,44.1176470588235],[221.56862745098,206.862745098039,174.509803921569],[192.156862745098,174.509803921569,139.21568627451],[143.137254901961,121.56862745098,85.2941176470588],[132.352941176471,110.78431372549,74.5098039215686],[102.941176470588,81.3725490196078,45.0980392156863],[124.509803921569,105.882352941176,73.5294117647059],[115.686274509804,99.0196078431373,69.6078431372549],[65.6862745098039,54.9019607843137,27.4509803921569],[48.0392156862745,41.1764705882353,15.6862745098039],[65.6862745098039,59.8039215686275,36.2745098039216],[54.9019607843137,48.0392156862745,30.3921568627451],[7.84313725490196,0,0],[9.80392156862745,0,0],[100.980392156863,94.1176470588235,68.6274509803922],[142.156862745098,136.274509803922,102.941176470588],[81.3725490196078,75.4901960784314,40.1960784313726],[72.5490196078431,68.6274509803922,34.3137254901961],[100,94.1176470588235,70.5882352941177],[95.0980392156863,88.2352941176471,69.6078431372549],[39.2156862745098,31.3725490196078,8.82352941176471],[93.1372549019608,84.3137254901961,51.9607843137255],[135.294117647059,127.450980392157,79.4117647058823],[110.78431372549,100,45.0980392156863],[88.2352941176471,75.4901960784314,21.5686274509804],[134.313725490196,118.627450980392,70.5882352941177],[60.7843137254902,41.1764705882353,8.82352941176471],[68.6274509803922,50.9803921568627,27.4509803921569],[53.921568627451,43.1372549019608,23.5294117647059],[65.6862745098039,52.9411764705882,34.3137254901961],[62.7450980392157,42.156862745098,15.6862745098039],[50.9803921568627,24.5098039215686,0],[78.4313725490196,46.078431372549,15.6862745098039],[106.862745098039,73.5294117647059,46.078431372549],[103.921568627451,72.5490196078431,48.0392156862745],[122.549019607843,93.1372549019608,69.6078431372549],[55.8823529411765,25.4901960784314,4.90196078431373],[71.5686274509804,40.1960784313726,17.6470588235294],[92.156862745098,56.8627450980392,33.3333333333333],[106.862745098039,71.5686274509804,50],[94.1176470588235,63.7254901960784,44.1176470588235],[28.4313725490196,2.94117647058824,0],[12.7450980392157,0,0],[30.3921568627451,16.6666666666667,7.84313725490196],[43.1372549019608,22.5490196078431,5.88235294117647],[76.4705882352941,51.9607843137255,32.3529411764706],[72.5490196078431,47.0588235294118,30.3921568627451],[80.3921568627451,54.9019607843137,38.2352941176471],[93.1372549019608,67.6470588235294,50.9803921568627],[54.9019607843137,28.4313725490196,11.7647058823529],[26.4705882352941,0,0],[38.2352941176471,11.7647058823529,0],[64.7058823529412,36.2745098039216,20.5882352941176],[88.2352941176471,61.7647058823529,45.0980392156863],[78.4313725490196,50.9803921568627,37.2549019607843],[53.921568627451,28.4313725490196,15.6862745098039],[50.9803921568627,29.4117647058824,18.6274509803922],[43.1372549019608,23.5294117647059,16.6666666666667],[56.8627450980392,40.1960784313726,33.3333333333333],[13.7254901960784,0.980392156862745,0],[29.4117647058824,20.5882352941176,15.6862745098039],[32.3529411764706,27.4509803921569,23.5294117647059],[21.5686274509804,16.6666666666667,12.7450980392157],[17.6470588235294,12.7450980392157,8.82352941176471],[17.6470588235294,12.7450980392157,8.82352941176471],[15.6862745098039,7.84313725490196,4.90196078431373],[24.5098039215686,16.6666666666667,13.7254901960784],[35.2941176470588,27.4509803921569,24.5098039215686],[31.3725490196078,23.5294117647059,20.5882352941176],[27.4509803921569,22.5490196078431,18.6274509803922],[8.82352941176471,3.92156862745098,0],[16.6666666666667,13.7254901960784,8.82352941176471],[26.4705882352941,22.5490196078431,19.6078431372549],[27.4509803921569,23.5294117647059,20.5882352941176],[10.7843137254902,6.86274509803922,3.92156862745098],[15.6862745098039,12.7450980392157,5.88235294117647],[24.5098039215686,18.6274509803922,6.86274509803922],[27.4509803921569,21.5686274509804,7.84313725490196],[20.5882352941176,13.7254901960784,3.92156862745098],[19.6078431372549,14.7058823529412,8.82352941176471],[22.5490196078431,17.6470588235294,13.7254901960784],[42.156862745098,37.2549019607843,34.3137254901961],[55.8823529411765,50,50],[20.5882352941176,16.6666666666667,17.6470588235294],[16.6666666666667,12.7450980392157,13.7254901960784],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[15.6862745098039,9.80392156862745,9.80392156862745],[15.6862745098039,9.80392156862745,9.80392156862745],[19.6078431372549,13.7254901960784,15.6862745098039],[13.7254901960784,7.84313725490196,9.80392156862745],[18.6274509803922,12.7450980392157,14.7058823529412],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,12.7450980392157,7.84313725490196],[28.4313725490196,28.4313725490196,26.4705882352941],[8.82352941176471,8.82352941176471,8.82352941176471],[2.94117647058824,2.94117647058824,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,5.88235294117647,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[10.7843137254902,10.7843137254902,12.7450980392157],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[20.5882352941176,20.5882352941176,22.5490196078431],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,3.92156862745098,5.88235294117647],[11.7647058823529,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[9.80392156862745,5.88235294117647,4.90196078431373],[25.4901960784314,21.5686274509804,20.5882352941176],[21.5686274509804,17.6470588235294,16.6666666666667],[2.94117647058824,0,0],[6.86274509803922,2.94117647058824,0],[48.0392156862745,42.156862745098,30.3921568627451],[28.4313725490196,22.5490196078431,10.7843137254902],[23.5294117647059,16.6666666666667,6.86274509803922],[5.88235294117647,0,0],[4.90196078431373,0.980392156862745,0],[12.7450980392157,8.82352941176471,0],[5.88235294117647,0.980392156862745,0],[4.90196078431373,0,0],[18.6274509803922,13.7254901960784,9.80392156862745],[41.1764705882353,36.2745098039216,32.3529411764706],[29.4117647058824,26.4705882352941,21.5686274509804],[12.7450980392157,9.80392156862745,4.90196078431373],[9.80392156862745,6.86274509803922,1.96078431372549],[37.2549019607843,34.3137254901961,29.4117647058824],[41.1764705882353,36.2745098039216,33.3333333333333],[25.4901960784314,16.6666666666667,19.6078431372549],[42.156862745098,34.3137254901961,32.3529411764706],[31.3725490196078,24.5098039215686,14.7058823529412],[49.0196078431373,46.078431372549,27.4509803921569],[29.4117647058824,27.4509803921569,4.90196078431373],[24.5098039215686,22.5490196078431,0],[48.0392156862745,46.078431372549,21.5686274509804],[76.4705882352941,72.5490196078431,48.0392156862745],[90.1960784313725,85.2941176470588,56.8627450980392],[121.56862745098,116.666666666667,85.2941176470588],[132.352941176471,130.392156862745,93.1372549019608],[88.2352941176471,90.1960784313725,53.921568627451],[103.921568627451,110.78431372549,78.4313725490196],[81.3725490196078,91.1764705882353,67.6470588235294],[85.2941176470588,99.0196078431373,86.2745098039216],[45.0980392156863,57.843137254902,48.0392156862745],[64.7058823529412,73.5294117647059,56.8627450980392],[79.4117647058823,86.2745098039216,68.6274509803922],[75.4901960784314,84.3137254901961,67.6470588235294],[45.0980392156863,53.921568627451,37.2549019607843],[57.843137254902,65.6862745098039,50.9803921568627],[48.0392156862745,56.8627450980392,40.1960784313726],[104.901960784314,111.764705882353,96.078431372549],[129.411764705882,132.352941176471,113.725490196078],[73.5294117647059,72.5490196078431,51.9607843137255],[85.2941176470588,81.3725490196078,56.8627450980392],[93.1372549019608,86.2745098039216,58.8235294117647],[113.725490196078,104.901960784314,76.4705882352941],[104.901960784314,96.078431372549,67.6470588235294],[124.509803921569,112.745098039216,87.2549019607843],[99.0196078431373,87.2549019607843,61.7647058823529],[55.8823529411765,50,26.4705882352941],[51.9607843137255,53.921568627451,32.3529411764706],[70.5882352941177,75.4901960784314,52.9411764705882],[70.5882352941177,70.5882352941177,47.0588235294118],[62.7450980392157,58.8235294117647,32.3529411764706],[110.78431372549,101.960784313725,73.5294117647059],[220.588235294118,205.882352941176,175.490196078431],[156.862745098039,138.235294117647,105.882352941176],[112.745098039216,90.1960784313725,56.8627450980392],[110.78431372549,88.2352941176471,54.9019607843137],[110.78431372549,88.2352941176471,54.9019607843137],[82.3529411764706,63.7254901960784,31.3725490196078],[82.3529411764706,66.6666666666667,34.3137254901961],[62.7450980392157,51.9607843137255,20.5882352941176],[55.8823529411765,49.0196078431373,20.5882352941176],[32.3529411764706,27.4509803921569,0],[25.4901960784314,19.6078431372549,0],[41.1764705882353,31.3725490196078,22.5490196078431],[25.4901960784314,12.7450980392157,3.92156862745098],[61.7647058823529,54.9019607843137,29.4117647058824],[59.8039215686275,53.921568627451,18.6274509803922],[48.0392156862745,43.1372549019608,5.88235294117647],[83.3333333333333,77.4509803921569,44.1176470588235],[83.3333333333333,77.4509803921569,55.8823529411765],[61.7647058823529,54.9019607843137,37.2549019607843],[73.5294117647059,65.6862745098039,43.1372549019608],[65.6862745098039,56.8627450980392,24.5098039215686],[107.843137254902,100.980392156863,50],[124.509803921569,115.686274509804,57.843137254902],[123.529411764706,113.725490196078,55.8823529411765],[135.294117647059,121.56862745098,73.5294117647059],[74.5098039215686,55.8823529411765,24.5098039215686],[23.5294117647059,5.88235294117647,0],[59.8039215686275,50.9803921568627,34.3137254901961],[66.6666666666667,58.8235294117647,40.1960784313726],[69.6078431372549,51.9607843137255,28.4313725490196],[84.3137254901961,58.8235294117647,32.3529411764706],[78.4313725490196,48.0392156862745,19.6078431372549],[96.078431372549,62.7450980392157,36.2745098039216],[103.921568627451,74.5098039215686,50.9803921568627],[75.4901960784314,45.0980392156863,24.5098039215686],[50.9803921568627,20.5882352941176,0],[48.0392156862745,16.6666666666667,0],[54.9019607843137,19.6078431372549,0],[115.686274509804,81.3725490196078,61.7647058823529],[78.4313725490196,48.0392156862745,30.3921568627451],[20.5882352941176,0,0],[21.5686274509804,6.86274509803922,1.96078431372549],[17.6470588235294,4.90196078431373,0],[29.4117647058824,11.7647058823529,0],[67.6470588235294,47.0588235294118,30.3921568627451],[67.6470588235294,47.0588235294118,30.3921568627451],[65.6862745098039,43.1372549019608,27.4509803921569],[92.156862745098,69.6078431372549,51.9607843137255],[50.9803921568627,25.4901960784314,8.82352941176471],[50.9803921568627,25.4901960784314,8.82352941176471],[39.2156862745098,13.7254901960784,0],[59.8039215686275,34.3137254901961,17.6470588235294],[112.745098039216,87.2549019607843,72.5490196078431],[59.8039215686275,37.2549019607843,23.5294117647059],[40.1960784313726,16.6666666666667,4.90196078431373],[66.6666666666667,47.0588235294118,36.2745098039216],[29.4117647058824,11.7647058823529,1.96078431372549],[64.7058823529412,48.0392156862745,40.1960784313726],[73.5294117647059,60.7843137254902,52.9411764705882],[33.3333333333333,26.4705882352941,20.5882352941176],[41.1764705882353,36.2745098039216,32.3529411764706],[22.5490196078431,17.6470588235294,13.7254901960784],[11.7647058823529,6.86274509803922,2.94117647058824],[16.6666666666667,11.7647058823529,7.84313725490196],[14.7058823529412,9.80392156862745,5.88235294117647],[16.6666666666667,11.7647058823529,7.84313725490196],[21.5686274509804,18.6274509803922,13.7254901960784],[16.6666666666667,13.7254901960784,8.82352941176471],[25.4901960784314,22.5490196078431,17.6470588235294],[18.6274509803922,15.6862745098039,10.7843137254902],[30.3921568627451,26.4705882352941,23.5294117647059],[36.2745098039216,32.3529411764706,29.4117647058824],[31.3725490196078,27.4509803921569,24.5098039215686],[9.80392156862745,8.82352941176471,4.90196078431373],[18.6274509803922,15.6862745098039,10.7843137254902],[25.4901960784314,21.5686274509804,10.7843137254902],[7.84313725490196,3.92156862745098,0],[93.1372549019608,89.2156862745098,80.3921568627451],[62.7450980392157,59.8039215686275,52.9411764705882],[7.84313725490196,3.92156862745098,0.980392156862745],[49.0196078431373,45.0980392156863,44.1176470588235],[35.2941176470588,31.3725490196078,32.3529411764706],[11.7647058823529,9.80392156862745,12.7450980392157],[17.6470588235294,15.6862745098039,18.6274509803922],[9.80392156862745,7.84313725490196,12.7450980392157],[18.6274509803922,16.6666666666667,19.6078431372549],[11.7647058823529,9.80392156862745,12.7450980392157],[8.82352941176471,6.86274509803922,9.80392156862745],[18.6274509803922,13.7254901960784,17.6470588235294],[11.7647058823529,6.86274509803922,10.7843137254902],[9.80392156862745,4.90196078431373,8.82352941176471],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,4.90196078431373,3.92156862745098],[12.7450980392157,14.7058823529412,13.7254901960784],[0,0.980392156862745,0],[5.88235294117647,6.86274509803922,8.82352941176471],[6.86274509803922,7.84313725490196,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[0.980392156862745,0,4.90196078431373],[4.90196078431373,3.92156862745098,8.82352941176471],[7.84313725490196,5.88235294117647,10.7843137254902],[1.96078431372549,0,2.94117647058824],[5.88235294117647,3.92156862745098,6.86274509803922],[11.7647058823529,9.80392156862745,10.7843137254902],[3.92156862745098,1.96078431372549,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[28.4313725490196,28.4313725490196,30.3921568627451],[14.7058823529412,14.7058823529412,16.6666666666667],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[15.6862745098039,15.6862745098039,17.6470588235294],[6.86274509803922,5.88235294117647,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[0.980392156862745,0,0],[19.6078431372549,17.6470588235294,18.6274509803922],[21.5686274509804,19.6078431372549,20.5882352941176],[2.94117647058824,0,0],[6.86274509803922,1.96078431372549,0],[14.7058823529412,9.80392156862745,3.92156862745098],[9.80392156862745,4.90196078431373,0],[12.7450980392157,7.84313725490196,3.92156862745098],[26.4705882352941,21.5686274509804,17.6470588235294],[18.6274509803922,13.7254901960784,9.80392156862745],[7.84313725490196,2.94117647058824,0],[17.6470588235294,14.7058823529412,9.80392156862745],[17.6470588235294,14.7058823529412,9.80392156862745],[25.4901960784314,22.5490196078431,17.6470588235294],[35.2941176470588,32.3529411764706,27.4509803921569],[42.156862745098,39.2156862745098,32.3529411764706],[21.5686274509804,18.6274509803922,11.7647058823529],[11.7647058823529,8.82352941176471,1.96078431372549],[34.3137254901961,31.3725490196078,22.5490196078431],[41.1764705882353,36.2745098039216,30.3921568627451],[32.3529411764706,24.5098039215686,22.5490196078431],[19.6078431372549,11.7647058823529,8.82352941176471],[47.0588235294118,41.1764705882353,29.4117647058824],[44.1176470588235,39.2156862745098,19.6078431372549],[32.3529411764706,28.4313725490196,3.92156862745098],[41.1764705882353,37.2549019607843,10.7843137254902],[49.0196078431373,43.1372549019608,17.6470588235294],[81.3725490196078,75.4901960784314,50],[83.3333333333333,76.4705882352941,48.0392156862745],[107.843137254902,103.921568627451,69.6078431372549],[110.78431372549,108.823529411765,70.5882352941177],[125.490196078431,126.470588235294,87.2549019607843],[59.8039215686275,65.6862745098039,30.3921568627451],[84.3137254901961,93.1372549019608,66.6666666666667],[92.156862745098,102.941176470588,89.2156862745098],[50,59.8039215686275,49.0196078431373],[47.0588235294118,55.8823529411765,35.2941176470588],[86.2745098039216,94.1176470588235,71.5686274509804],[54.9019607843137,63.7254901960784,43.1372549019608],[52.9411764705882,64.7058823529412,45.0980392156863],[65.6862745098039,76.4705882352941,59.8039215686275],[91.1764705882353,100,83.3333333333333],[100,106.862745098039,91.1764705882353],[70.5882352941177,73.5294117647059,56.8627450980392],[50,49.0196078431373,31.3725490196078],[73.5294117647059,68.6274509803922,49.0196078431373],[76.4705882352941,68.6274509803922,48.0392156862745],[94.1176470588235,83.3333333333333,63.7254901960784],[110.78431372549,100,80.3921568627451],[93.1372549019608,82.3529411764706,62.7450980392157],[96.078431372549,85.2941176470588,65.6862745098039],[58.8235294117647,51.9607843137255,33.3333333333333],[51.9607843137255,52.9411764705882,35.2941176470588],[38.2352941176471,41.1764705882353,22.5490196078431],[63.7254901960784,62.7450980392157,43.1372549019608],[100,95.0980392156863,73.5294117647059],[76.4705882352941,66.6666666666667,42.156862745098],[93.1372549019608,77.4509803921569,51.9607843137255],[123.529411764706,104.901960784314,75.4901960784314],[111.764705882353,89.2156862745098,58.8235294117647],[110.78431372549,88.2352941176471,56.8627450980392],[103.921568627451,81.3725490196078,50],[71.5686274509804,52.9411764705882,20.5882352941176],[73.5294117647059,59.8039215686275,25.4901960784314],[123.529411764706,113.725490196078,79.4117647058823],[70.5882352941177,64.7058823529412,31.3725490196078],[32.3529411764706,27.4509803921569,0],[43.1372549019608,37.2549019607843,13.7254901960784],[51.9607843137255,42.156862745098,32.3529411764706],[40.1960784313726,27.4509803921569,18.6274509803922],[46.078431372549,39.2156862745098,13.7254901960784],[69.6078431372549,63.7254901960784,30.3921568627451],[69.6078431372549,63.7254901960784,28.4313725490196],[59.8039215686275,52.9411764705882,24.5098039215686],[88.2352941176471,81.3725490196078,63.7254901960784],[41.1764705882353,32.3529411764706,17.6470588235294],[59.8039215686275,49.0196078431373,29.4117647058824],[86.2745098039216,75.4901960784314,44.1176470588235],[107.843137254902,98.0392156862745,48.0392156862745],[127.450980392157,117.647058823529,59.8039215686275],[140.196078431373,127.450980392157,73.5294117647059],[120.588235294118,103.921568627451,58.8235294117647],[150,129.411764705882,100.980392156863],[60.7843137254902,42.156862745098,25.4901960784314],[44.1176470588235,34.3137254901961,22.5490196078431],[70.5882352941177,61.7647058823529,47.0588235294118],[65.6862745098039,48.0392156862745,28.4313725490196],[95.0980392156863,69.6078431372549,47.0588235294118],[69.6078431372549,40.1960784313726,14.7058823529412],[105.882352941176,74.5098039215686,50],[99.0196078431373,71.5686274509804,50],[35.2941176470588,6.86274509803922,0],[37.2549019607843,8.82352941176471,0],[42.156862745098,11.7647058823529,0],[64.7058823529412,30.3921568627451,10.7843137254902],[110.78431372549,78.4313725490196,59.8039215686275],[45.0980392156863,16.6666666666667,0.980392156862745],[28.4313725490196,6.86274509803922,0],[12.7450980392157,0,0],[14.7058823529412,3.92156862745098,0],[33.3333333333333,16.6666666666667,6.86274509803922],[65.6862745098039,48.0392156862745,34.3137254901961],[39.2156862745098,20.5882352941176,5.88235294117647],[49.0196078431373,28.4313725490196,11.7647058823529],[88.2352941176471,65.6862745098039,48.0392156862745],[60.7843137254902,38.2352941176471,20.5882352941176],[37.2549019607843,14.7058823529412,0],[62.7450980392157,40.1960784313726,22.5490196078431],[91.1764705882353,68.6274509803922,52.9411764705882],[60.7843137254902,38.2352941176471,22.5490196078431],[29.4117647058824,7.84313725490196,0],[23.5294117647059,4.90196078431373,0],[33.3333333333333,13.7254901960784,2.94117647058824],[36.2745098039216,18.6274509803922,8.82352941176471],[48.0392156862745,31.3725490196078,21.5686274509804],[69.6078431372549,55.8823529411765,47.0588235294118],[26.4705882352941,17.6470588235294,10.7843137254902],[25.4901960784314,20.5882352941176,14.7058823529412],[5.88235294117647,2.94117647058824,0],[9.80392156862745,6.86274509803922,1.96078431372549],[17.6470588235294,14.7058823529412,9.80392156862745],[13.7254901960784,10.7843137254902,5.88235294117647],[20.5882352941176,16.6666666666667,13.7254901960784],[15.6862745098039,11.7647058823529,8.82352941176471],[20.5882352941176,16.6666666666667,13.7254901960784],[21.5686274509804,20.5882352941176,16.6666666666667],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,18.6274509803922,16.6666666666667],[22.5490196078431,18.6274509803922,15.6862745098039],[20.5882352941176,15.6862745098039,9.80392156862745],[9.80392156862745,5.88235294117647,0],[84.3137254901961,79.4117647058823,73.5294117647059],[61.7647058823529,58.8235294117647,53.921568627451],[2.94117647058824,0,0],[12.7450980392157,11.7647058823529,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[16.6666666666667,16.6666666666667,18.6274509803922],[13.7254901960784,12.7450980392157,18.6274509803922],[19.6078431372549,18.6274509803922,24.5098039215686],[20.5882352941176,19.6078431372549,25.4901960784314],[0.980392156862745,0,4.90196078431373],[13.7254901960784,11.7647058823529,16.6666666666667],[18.6274509803922,16.6666666666667,21.5686274509804],[19.6078431372549,17.6470588235294,20.5882352941176],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,3.92156862745098,4.90196078431373],[8.82352941176471,4.90196078431373,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[19.6078431372549,19.6078431372549,21.5686274509804],[18.6274509803922,18.6274509803922,20.5882352941176],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[4.90196078431373,2.94117647058824,3.92156862745098],[0.980392156862745,0,0],[2.94117647058824,0.980392156862745,1.96078431372549],[9.80392156862745,7.84313725490196,8.82352941176471],[4.90196078431373,0.980392156862745,0],[8.82352941176471,2.94117647058824,2.94117647058824],[5.88235294117647,0,0],[7.84313725490196,3.92156862745098,2.94117647058824],[18.6274509803922,14.7058823529412,13.7254901960784],[14.7058823529412,10.7843137254902,9.80392156862745],[8.82352941176471,4.90196078431373,3.92156862745098],[14.7058823529412,13.7254901960784,9.80392156862745],[20.5882352941176,19.6078431372549,15.6862745098039],[30.3921568627451,29.4117647058824,24.5098039215686],[31.3725490196078,30.3921568627451,25.4901960784314],[20.5882352941176,20.5882352941176,12.7450980392157],[16.6666666666667,13.7254901960784,4.90196078431373],[20.5882352941176,17.6470588235294,8.82352941176471],[28.4313725490196,26.4705882352941,14.7058823529412],[34.3137254901961,31.3725490196078,22.5490196078431],[50.9803921568627,46.078431372549,42.156862745098],[29.4117647058824,24.5098039215686,20.5882352941176],[85.2941176470588,79.4117647058823,65.6862745098039],[48.0392156862745,43.1372549019608,23.5294117647059],[22.5490196078431,18.6274509803922,0],[70.5882352941177,64.7058823529412,41.1764705882353],[82.3529411764706,74.5098039215686,51.9607843137255],[135.294117647059,128.43137254902,102.941176470588],[81.3725490196078,74.5098039215686,46.078431372549],[65.6862745098039,59.8039215686275,26.4705882352941],[137.254901960784,133.333333333333,96.078431372549],[139.21568627451,140.196078431373,100.980392156863],[72.5490196078431,74.5098039215686,38.2352941176471],[67.6470588235294,71.5686274509804,45.0980392156863],[39.2156862745098,46.078431372549,30.3921568627451],[22.5490196078431,30.3921568627451,15.6862745098039],[40.1960784313726,48.0392156862745,25.4901960784314],[51.9607843137255,61.7647058823529,35.2941176470588],[33.3333333333333,45.0980392156863,21.5686274509804],[70.5882352941177,82.3529411764706,60.7843137254902],[61.7647058823529,73.5294117647059,53.921568627451],[75.4901960784314,86.2745098039216,69.6078431372549],[90.1960784313725,99.0196078431373,82.3529411764706],[44.1176470588235,48.0392156862745,33.3333333333333],[49.0196078431373,47.0588235294118,32.3529411764706],[66.6666666666667,63.7254901960784,47.0588235294118],[79.4117647058823,72.5490196078431,54.9019607843137],[106.862745098039,98.0392156862745,81.3725490196078],[117.647058823529,108.823529411765,92.156862745098],[61.7647058823529,50,34.3137254901961],[49.0196078431373,37.2549019607843,23.5294117647059],[58.8235294117647,50.9803921568627,38.2352941176471],[50.9803921568627,51.9607843137255,36.2745098039216],[33.3333333333333,36.2745098039216,19.6078431372549],[88.2352941176471,87.2549019607843,69.6078431372549],[104.901960784314,100,81.3725490196078],[74.5098039215686,66.6666666666667,46.078431372549],[105.882352941176,91.1764705882353,68.6274509803922],[103.921568627451,87.2549019607843,61.7647058823529],[96.078431372549,76.4705882352941,50],[68.6274509803922,48.0392156862745,19.6078431372549],[85.2941176470588,66.6666666666667,35.2941176470588],[81.3725490196078,65.6862745098039,33.3333333333333],[80.3921568627451,67.6470588235294,34.3137254901961],[131.372549019608,121.56862745098,87.2549019607843],[107.843137254902,101.960784313725,66.6666666666667],[65.6862745098039,61.7647058823529,27.4509803921569],[52.9411764705882,48.0392156862745,19.6078431372549],[63.7254901960784,53.921568627451,42.156862745098],[46.078431372549,36.2745098039216,24.5098039215686],[101.960784313725,95.0980392156863,69.6078431372549],[177.450980392157,171.56862745098,140.196078431373],[32.3529411764706,25.4901960784314,0],[19.6078431372549,13.7254901960784,0],[39.2156862745098,32.3529411764706,16.6666666666667],[88.2352941176471,80.3921568627451,67.6470588235294],[43.1372549019608,35.2941176470588,16.6666666666667],[46.078431372549,37.2549019607843,6.86274509803922],[81.3725490196078,73.5294117647059,27.4509803921569],[100,91.1764705882353,35.2941176470588],[100,89.2156862745098,36.2745098039216],[80.3921568627451,66.6666666666667,22.5490196078431],[111.764705882353,92.156862745098,65.6862745098039],[65.6862745098039,47.0588235294118,32.3529411764706],[38.2352941176471,28.4313725490196,18.6274509803922],[83.3333333333333,73.5294117647059,61.7647058823529],[79.4117647058823,60.7843137254902,44.1176470588235],[45.0980392156863,20.5882352941176,0],[51.9607843137255,24.5098039215686,0.980392156862745],[71.5686274509804,41.1764705882353,20.5882352941176],[96.078431372549,69.6078431372549,50.9803921568627],[50,24.5098039215686,7.84313725490196],[47.0588235294118,19.6078431372549,5.88235294117647],[71.5686274509804,43.1372549019608,27.4509803921569],[92.156862745098,61.7647058823529,44.1176470588235],[99.0196078431373,68.6274509803922,50.9803921568627],[23.5294117647059,0,0],[19.6078431372549,0,0],[15.6862745098039,4.90196078431373,2.94117647058824],[17.6470588235294,7.84313725490196,5.88235294117647],[30.3921568627451,17.6470588235294,9.80392156862745],[38.2352941176471,22.5490196078431,9.80392156862745],[38.2352941176471,20.5882352941176,6.86274509803922],[57.843137254902,39.2156862745098,24.5098039215686],[69.6078431372549,49.0196078431373,32.3529411764706],[43.1372549019608,20.5882352941176,2.94117647058824],[38.2352941176471,15.6862745098039,0],[64.7058823529412,44.1176470588235,25.4901960784314],[55.8823529411765,35.2941176470588,18.6274509803922],[24.5098039215686,5.88235294117647,0],[14.7058823529412,0,0],[27.4509803921569,9.80392156862745,0],[32.3529411764706,16.6666666666667,3.92156862745098],[33.3333333333333,16.6666666666667,6.86274509803922],[34.3137254901961,17.6470588235294,7.84313725490196],[28.4313725490196,15.6862745098039,6.86274509803922],[16.6666666666667,9.80392156862745,1.96078431372549],[12.7450980392157,7.84313725490196,1.96078431372549],[39.2156862745098,36.2745098039216,31.3725490196078],[11.7647058823529,8.82352941176471,3.92156862745098],[22.5490196078431,19.6078431372549,14.7058823529412],[43.1372549019608,42.156862745098,37.2549019607843],[1.96078431372549,0.980392156862745,0],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[16.6666666666667,15.6862745098039,13.7254901960784],[17.6470588235294,16.6666666666667,14.7058823529412],[14.7058823529412,13.7254901960784,11.7647058823529],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[18.6274509803922,17.6470588235294,15.6862745098039],[19.6078431372549,18.6274509803922,14.7058823529412],[14.7058823529412,11.7647058823529,6.86274509803922],[8.82352941176471,5.88235294117647,0.980392156862745],[20.5882352941176,17.6470588235294,12.7450980392157],[21.5686274509804,20.5882352941176,16.6666666666667],[17.6470588235294,16.6666666666667,14.7058823529412],[19.6078431372549,19.6078431372549,19.6078431372549],[13.7254901960784,13.7254901960784,15.6862745098039],[9.80392156862745,10.7843137254902,14.7058823529412],[4.90196078431373,4.90196078431373,12.7450980392157],[12.7450980392157,12.7450980392157,20.5882352941176],[0,0,6.86274509803922],[15.6862745098039,14.7058823529412,22.5490196078431],[0,0,6.86274509803922],[18.6274509803922,17.6470588235294,23.5294117647059],[6.86274509803922,6.86274509803922,8.82352941176471],[10.7843137254902,10.7843137254902,12.7450980392157],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,1.96078431372549,7.84313725490196],[7.84313725490196,2.94117647058824,8.82352941176471],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,4.90196078431373],[7.84313725490196,3.92156862745098,4.90196078431373],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[7.84313725490196,7.84313725490196,9.80392156862745],[17.6470588235294,17.6470588235294,19.6078431372549],[16.6666666666667,16.6666666666667,18.6274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[6.86274509803922,6.86274509803922,6.86274509803922],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[5.88235294117647,0.980392156862745,4.90196078431373],[3.92156862745098,0,4.90196078431373],[2.94117647058824,0,3.92156862745098],[4.90196078431373,0,5.88235294117647],[9.80392156862745,4.90196078431373,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,4.90196078431373],[9.80392156862745,7.84313725490196,8.82352941176471],[21.5686274509804,20.5882352941176,18.6274509803922],[51.9607843137255,50.9803921568627,47.0588235294118],[16.6666666666667,15.6862745098039,10.7843137254902],[15.6862745098039,15.6862745098039,7.84313725490196],[9.80392156862745,9.80392156862745,0],[9.80392156862745,9.80392156862745,0],[54.9019607843137,52.9411764705882,41.1764705882353],[30.3921568627451,27.4509803921569,18.6274509803922],[27.4509803921569,24.5098039215686,19.6078431372549],[73.5294117647059,70.5882352941177,63.7254901960784],[45.0980392156863,41.1764705882353,29.4117647058824],[37.2549019607843,32.3529411764706,13.7254901960784],[50.9803921568627,45.0980392156863,23.5294117647059],[60.7843137254902,52.9411764705882,32.3529411764706],[90.1960784313725,82.3529411764706,61.7647058823529],[82.3529411764706,71.5686274509804,50],[62.7450980392157,52.9411764705882,26.4705882352941],[105.882352941176,100,68.6274509803922],[143.137254901961,139.21568627451,101.960784313725],[98.0392156862745,96.078431372549,57.843137254902],[74.5098039215686,74.5098039215686,39.2156862745098],[50.9803921568627,50.9803921568627,23.5294117647059],[95.0980392156863,98.0392156862745,81.3725490196078],[24.5098039215686,28.4313725490196,13.7254901960784],[25.4901960784314,33.3333333333333,9.80392156862745],[64.7058823529412,73.5294117647059,45.0980392156863],[51.9607843137255,61.7647058823529,37.2549019607843],[115.686274509804,127.450980392157,103.921568627451],[73.5294117647059,86.2745098039216,66.6666666666667],[69.6078431372549,80.3921568627451,63.7254901960784],[102.941176470588,110.78431372549,96.078431372549],[35.2941176470588,39.2156862745098,25.4901960784314],[52.9411764705882,52.9411764705882,41.1764705882353],[54.9019607843137,50.9803921568627,39.2156862745098],[71.5686274509804,63.7254901960784,50.9803921568627],[97.0588235294118,87.2549019607843,75.4901960784314],[109.803921568627,100,90.1960784313725],[54.9019607843137,45.0980392156863,35.2941176470588],[36.2745098039216,26.4705882352941,17.6470588235294],[62.7450980392157,55.8823529411765,46.078431372549],[40.1960784313726,38.2352941176471,26.4705882352941],[43.1372549019608,44.1176470588235,30.3921568627451],[53.921568627451,51.9607843137255,37.2549019607843],[71.5686274509804,65.6862745098039,50],[71.5686274509804,62.7450980392157,46.078431372549],[105.882352941176,95.0980392156863,75.4901960784314],[113.725490196078,99.0196078431373,78.4313725490196],[89.2156862745098,73.5294117647059,49.0196078431373],[52.9411764705882,36.2745098039216,10.7843137254902],[75.4901960784314,60.7843137254902,32.3529411764706],[74.5098039215686,61.7647058823529,30.3921568627451],[41.1764705882353,30.3921568627451,0],[77.4509803921569,68.6274509803922,36.2745098039216],[110.78431372549,104.901960784314,71.5686274509804],[113.725490196078,109.803921568627,75.4901960784314],[117.647058823529,112.745098039216,84.3137254901961],[39.2156862745098,30.3921568627451,13.7254901960784],[34.3137254901961,25.4901960784314,10.7843137254902],[90.1960784313725,82.3529411764706,61.7647058823529],[124.509803921569,118.627450980392,93.1372549019608],[6.86274509803922,0.980392156862745,0],[17.6470588235294,10.7843137254902,0],[23.5294117647059,14.7058823529412,5.88235294117647],[33.3333333333333,24.5098039215686,15.6862745098039],[40.1960784313726,31.3725490196078,14.7058823529412],[53.921568627451,44.1176470588235,17.6470588235294],[76.4705882352941,67.6470588235294,25.4901960784314],[83.3333333333333,71.5686274509804,22.5490196078431],[111.764705882353,98.0392156862745,51.9607843137255],[82.3529411764706,64.7058823529412,25.4901960784314],[52.9411764705882,31.3725490196078,7.84313725490196],[30.3921568627451,11.7647058823529,0],[13.7254901960784,3.92156862745098,0],[74.5098039215686,64.7058823529412,54.9019607843137],[117.647058823529,99.0196078431373,84.3137254901961],[49.0196078431373,24.5098039215686,4.90196078431373],[60.7843137254902,33.3333333333333,12.7450980392157],[43.1372549019608,14.7058823529412,0],[84.3137254901961,58.8235294117647,44.1176470588235],[53.921568627451,30.3921568627451,18.6274509803922],[38.2352941176471,14.7058823529412,2.94117647058824],[71.5686274509804,46.078431372549,33.3333333333333],[47.0588235294118,18.6274509803922,2.94117647058824],[72.5490196078431,44.1176470588235,28.4313725490196],[70.5882352941177,45.0980392156863,32.3529411764706],[39.2156862745098,20.5882352941176,13.7254901960784],[14.7058823529412,3.92156862745098,1.96078431372549],[30.3921568627451,22.5490196078431,20.5882352941176],[23.5294117647059,12.7450980392157,6.86274509803922],[12.7450980392157,0,0],[23.5294117647059,7.84313725490196,0],[45.0980392156863,27.4509803921569,13.7254901960784],[59.8039215686275,39.2156862745098,22.5490196078431],[54.9019607843137,32.3529411764706,14.7058823529412],[54.9019607843137,34.3137254901961,15.6862745098039],[78.4313725490196,57.843137254902,41.1764705882353],[68.6274509803922,50,35.2941176470588],[32.3529411764706,14.7058823529412,0.980392156862745],[25.4901960784314,8.82352941176471,0],[31.3725490196078,17.6470588235294,6.86274509803922],[25.4901960784314,11.7647058823529,0.980392156862745],[37.2549019607843,23.5294117647059,12.7450980392157],[52.9411764705882,39.2156862745098,28.4313725490196],[45.0980392156863,32.3529411764706,23.5294117647059],[55.8823529411765,49.0196078431373,41.1764705882353],[55.8823529411765,50.9803921568627,45.0980392156863],[42.156862745098,39.2156862745098,34.3137254901961],[12.7450980392157,9.80392156862745,4.90196078431373],[18.6274509803922,17.6470588235294,13.7254901960784],[26.4705882352941,25.4901960784314,21.5686274509804],[7.84313725490196,6.86274509803922,4.90196078431373],[18.6274509803922,18.6274509803922,16.6666666666667],[9.80392156862745,9.80392156862745,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,11.7647058823529,11.7647058823529],[11.7647058823529,10.7843137254902,8.82352941176471],[12.7450980392157,11.7647058823529,9.80392156862745],[15.6862745098039,14.7058823529412,12.7450980392157],[17.6470588235294,16.6666666666667,14.7058823529412],[18.6274509803922,14.7058823529412,11.7647058823529],[24.5098039215686,20.5882352941176,17.6470588235294],[16.6666666666667,12.7450980392157,9.80392156862745],[18.6274509803922,17.6470588235294,15.6862745098039],[23.5294117647059,22.5490196078431,20.5882352941176],[10.7843137254902,10.7843137254902,10.7843137254902],[11.7647058823529,11.7647058823529,13.7254901960784],[22.5490196078431,23.5294117647059,28.4313725490196],[1.96078431372549,1.96078431372549,11.7647058823529],[65.6862745098039,67.6470588235294,79.4117647058823],[149.019607843137,150.980392156863,162.745098039216],[55.8823529411765,55.8823529411765,65.6862745098039],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,13.7254901960784],[7.84313725490196,7.84313725490196,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,2.94117647058824,7.84313725490196],[6.86274509803922,1.96078431372549,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[8.82352941176471,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[22.5490196078431,22.5490196078431,22.5490196078431],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11.7647058823529,11.7647058823529,11.7647058823529],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[5.88235294117647,5.88235294117647,5.88235294117647],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,3.92156862745098,8.82352941176471],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,4.90196078431373],[2.94117647058824,0,6.86274509803922],[0.980392156862745,0,3.92156862745098],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[29.4117647058824,29.4117647058824,27.4509803921569],[2.94117647058824,3.92156862745098,0],[17.6470588235294,16.6666666666667,11.7647058823529],[5.88235294117647,5.88235294117647,0],[17.6470588235294,17.6470588235294,9.80392156862745],[92.156862745098,89.2156862745098,80.3921568627451],[54.9019607843137,54.9019607843137,45.0980392156863],[39.2156862745098,40.1960784313726,35.2941176470588],[57.843137254902,56.8627450980392,51.9607843137255],[13.7254901960784,11.7647058823529,0],[12.7450980392157,9.80392156862745,0],[58.8235294117647,51.9607843137255,34.3137254901961],[75.4901960784314,66.6666666666667,50],[84.3137254901961,75.4901960784314,60.7843137254902],[78.4313725490196,66.6666666666667,50.9803921568627],[48.0392156862745,37.2549019607843,17.6470588235294],[100,93.1372549019608,65.6862745098039],[107.843137254902,103.921568627451,69.6078431372549],[63.7254901960784,61.7647058823529,24.5098039215686],[45.0980392156863,45.0980392156863,11.7647058823529],[149.019607843137,148.039215686275,120.588235294118],[128.43137254902,126.470588235294,111.764705882353],[10.7843137254902,11.7647058823529,0],[97.0588235294118,102.941176470588,77.4509803921569],[108.823529411765,117.647058823529,89.2156862745098],[49.0196078431373,58.8235294117647,32.3529411764706],[63.7254901960784,75.4901960784314,51.9607843137255],[43.1372549019608,54.9019607843137,35.2941176470588],[59.8039215686275,70.5882352941177,54.9019607843137],[78.4313725490196,84.3137254901961,72.5490196078431],[62.7450980392157,65.6862745098039,54.9019607843137],[58.8235294117647,58.8235294117647,47.0588235294118],[54.9019607843137,50.9803921568627,40.1960784313726],[72.5490196078431,66.6666666666667,54.9019607843137],[65.6862745098039,57.843137254902,47.0588235294118],[63.7254901960784,53.921568627451,44.1176470588235],[49.0196078431373,39.2156862745098,30.3921568627451],[48.0392156862745,39.2156862745098,30.3921568627451],[64.7058823529412,57.843137254902,48.0392156862745],[69.6078431372549,67.6470588235294,55.8823529411765],[60.7843137254902,58.8235294117647,46.078431372549],[64.7058823529412,62.7450980392157,48.0392156862745],[47.0588235294118,44.1176470588235,27.4509803921569],[64.7058823529412,57.843137254902,40.1960784313726],[110.78431372549,102.941176470588,84.3137254901961],[84.3137254901961,73.5294117647059,53.921568627451],[94.1176470588235,82.3529411764706,60.7843137254902],[51.9607843137255,40.1960784313726,16.6666666666667],[46.078431372549,34.3137254901961,8.82352941176471],[66.6666666666667,54.9019607843137,29.4117647058824],[65.6862745098039,56.8627450980392,28.4313725490196],[67.6470588235294,60.7843137254902,32.3529411764706],[66.6666666666667,61.7647058823529,32.3529411764706],[77.4509803921569,72.5490196078431,43.1372549019608],[126.470588235294,120.588235294118,95.0980392156863],[62.7450980392157,55.8823529411765,37.2549019607843],[42.156862745098,35.2941176470588,17.6470588235294],[38.2352941176471,31.3725490196078,12.7450980392157],[25.4901960784314,20.5882352941176,0.980392156862745],[18.6274509803922,12.7450980392157,0],[20.5882352941176,13.7254901960784,3.92156862745098],[32.3529411764706,24.5098039215686,21.5686274509804],[19.6078431372549,10.7843137254902,5.88235294117647],[30.3921568627451,20.5882352941176,8.82352941176471],[80.3921568627451,70.5882352941177,46.078431372549],[92.156862745098,83.3333333333333,45.0980392156863],[69.6078431372549,56.8627450980392,13.7254901960784],[96.078431372549,81.3725490196078,39.2156862745098],[83.3333333333333,65.6862745098039,30.3921568627451],[59.8039215686275,38.2352941176471,14.7058823529412],[52.9411764705882,34.3137254901961,19.6078431372549],[24.5098039215686,11.7647058823529,2.94117647058824],[40.1960784313726,27.4509803921569,19.6078431372549],[104.901960784314,86.2745098039216,72.5490196078431],[60.7843137254902,35.2941176470588,18.6274509803922],[53.921568627451,27.4509803921569,8.82352941176471],[46.078431372549,19.6078431372549,2.94117647058824],[69.6078431372549,48.0392156862745,35.2941176470588],[51.9607843137255,32.3529411764706,23.5294117647059],[15.6862745098039,0,0],[83.3333333333333,61.7647058823529,50.9803921568627],[31.3725490196078,5.88235294117647,0],[32.3529411764706,6.86274509803922,0],[55.8823529411765,32.3529411764706,20.5882352941176],[26.4705882352941,7.84313725490196,0.980392156862745],[21.5686274509804,11.7647058823529,9.80392156862745],[30.3921568627451,22.5490196078431,20.5882352941176],[18.6274509803922,9.80392156862745,4.90196078431373],[15.6862745098039,5.88235294117647,0],[18.6274509803922,4.90196078431373,0],[31.3725490196078,13.7254901960784,1.96078431372549],[73.5294117647059,51.9607843137255,38.2352941176471],[86.2745098039216,63.7254901960784,48.0392156862745],[55.8823529411765,35.2941176470588,18.6274509803922],[51.9607843137255,33.3333333333333,18.6274509803922],[56.8627450980392,39.2156862745098,25.4901960784314],[32.3529411764706,18.6274509803922,7.84313725490196],[30.3921568627451,17.6470588235294,8.82352941176471],[28.4313725490196,18.6274509803922,9.80392156862745],[14.7058823529412,4.90196078431373,0],[25.4901960784314,12.7450980392157,4.90196078431373],[48.0392156862745,35.2941176470588,26.4705882352941],[48.0392156862745,35.2941176470588,27.4509803921569],[52.9411764705882,46.078431372549,38.2352941176471],[53.921568627451,49.0196078431373,43.1372549019608],[12.7450980392157,9.80392156862745,4.90196078431373],[16.6666666666667,13.7254901960784,8.82352941176471],[20.5882352941176,19.6078431372549,15.6862745098039],[2.94117647058824,1.96078431372549,0],[14.7058823529412,14.7058823529412,12.7450980392157],[8.82352941176471,8.82352941176471,6.86274509803922],[12.7450980392157,12.7450980392157,12.7450980392157],[14.7058823529412,14.7058823529412,14.7058823529412],[15.6862745098039,15.6862745098039,15.6862745098039],[13.7254901960784,13.7254901960784,13.7254901960784],[11.7647058823529,10.7843137254902,8.82352941176471],[11.7647058823529,10.7843137254902,8.82352941176471],[13.7254901960784,12.7450980392157,10.7843137254902],[15.6862745098039,14.7058823529412,12.7450980392157],[27.4509803921569,23.5294117647059,24.5098039215686],[18.6274509803922,14.7058823529412,15.6862745098039],[22.5490196078431,21.5686274509804,19.6078431372549],[18.6274509803922,17.6470588235294,15.6862745098039],[11.7647058823529,11.7647058823529,9.80392156862745],[10.7843137254902,10.7843137254902,10.7843137254902],[3.92156862745098,4.90196078431373,6.86274509803922],[8.82352941176471,9.80392156862745,14.7058823529412],[0,0.980392156862745,9.80392156862745],[167.647058823529,169.607843137255,181.372549019608],[247.058823529412,249.019607843137,250],[158.823529411765,160.78431372549,172.549019607843],[5.88235294117647,5.88235294117647,13.7254901960784],[8.82352941176471,9.80392156862745,14.7058823529412],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,0],[4.90196078431373,5.88235294117647,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,0.980392156862745,6.86274509803922],[5.88235294117647,0.980392156862745,6.86274509803922],[6.86274509803922,0,6.86274509803922],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,1.96078431372549,5.88235294117647],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[7.84313725490196,2.94117647058824,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[9.80392156862745,9.80392156862745,11.7647058823529],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[21.5686274509804,21.5686274509804,21.5686274509804],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,1.96078431372549,6.86274509803922],[2.94117647058824,0,3.92156862745098],[0.980392156862745,0,3.92156862745098],[3.92156862745098,1.96078431372549,6.86274509803922],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,10.7843137254902],[8.82352941176471,8.82352941176471,6.86274509803922],[3.92156862745098,2.94117647058824,0],[34.3137254901961,33.3333333333333,29.4117647058824],[63.7254901960784,60.7843137254902,55.8823529411765],[55.8823529411765,54.9019607843137,50.9803921568627],[49.0196078431373,50.9803921568627,48.0392156862745],[5.88235294117647,7.84313725490196,4.90196078431373],[15.6862745098039,16.6666666666667,8.82352941176471],[19.6078431372549,17.6470588235294,5.88235294117647],[30.3921568627451,24.5098039215686,12.7450980392157],[59.8039215686275,50,40.1960784313726],[65.6862745098039,55.8823529411765,47.0588235294118],[87.2549019607843,77.4509803921569,68.6274509803922],[58.8235294117647,49.0196078431373,37.2549019607843],[29.4117647058824,21.5686274509804,2.94117647058824],[87.2549019607843,82.3529411764706,53.921568627451],[95.0980392156863,92.156862745098,61.7647058823529],[36.2745098039216,35.2941176470588,5.88235294117647],[109.803921568627,107.843137254902,85.2941176470588],[52.9411764705882,50,35.2941176470588],[27.4509803921569,25.4901960784314,12.7450980392157],[83.3333333333333,85.2941176470588,61.7647058823529],[45.0980392156863,49.0196078431373,22.5490196078431],[67.6470588235294,72.5490196078431,50],[82.3529411764706,90.1960784313725,69.6078431372549],[39.2156862745098,48.0392156862745,31.3725490196078],[67.6470588235294,75.4901960784314,60.7843137254902],[56.8627450980392,62.7450980392157,50.9803921568627],[54.9019607843137,56.8627450980392,46.078431372549],[50.9803921568627,49.0196078431373,37.2549019607843],[47.0588235294118,43.1372549019608,32.3529411764706],[68.6274509803922,62.7450980392157,50.9803921568627],[63.7254901960784,55.8823529411765,43.1372549019608],[76.4705882352941,66.6666666666667,54.9019607843137],[75.4901960784314,65.6862745098039,55.8823529411765],[58.8235294117647,50.9803921568627,40.1960784313726],[53.921568627451,48.0392156862745,36.2745098039216],[95.0980392156863,92.156862745098,77.4509803921569],[52.9411764705882,50.9803921568627,36.2745098039216],[50.9803921568627,50,32.3529411764706],[61.7647058823529,58.8235294117647,42.156862745098],[85.2941176470588,82.3529411764706,63.7254901960784],[107.843137254902,102.941176470588,84.3137254901961],[55.8823529411765,49.0196078431373,30.3921568627451],[57.843137254902,50,31.3725490196078],[43.1372549019608,35.2941176470588,16.6666666666667],[27.4509803921569,19.6078431372549,0],[60.7843137254902,52.9411764705882,32.3529411764706],[85.2941176470588,77.4509803921569,54.9019607843137],[73.5294117647059,67.6470588235294,44.1176470588235],[53.921568627451,48.0392156862745,24.5098039215686],[44.1176470588235,38.2352941176471,14.7058823529412],[84.3137254901961,78.4313725490196,56.8627450980392],[85.2941176470588,78.4313725490196,59.8039215686275],[53.921568627451,49.0196078431373,30.3921568627451],[23.5294117647059,17.6470588235294,1.96078431372549],[14.7058823529412,10.7843137254902,0],[27.4509803921569,22.5490196078431,16.6666666666667],[25.4901960784314,17.6470588235294,15.6862745098039],[15.6862745098039,6.86274509803922,7.84313725490196],[12.7450980392157,2.94117647058824,1.96078431372549],[8.82352941176471,0,0],[68.6274509803922,57.843137254902,38.2352941176471],[92.156862745098,81.3725490196078,51.9607843137255],[86.2745098039216,72.5490196078431,38.2352941176471],[89.2156862745098,73.5294117647059,40.1960784313726],[91.1764705882353,72.5490196078431,41.1764705882353],[89.2156862745098,67.6470588235294,45.0980392156863],[45.0980392156863,23.5294117647059,9.80392156862745],[22.5490196078431,8.82352941176471,0],[13.7254901960784,0,0],[73.5294117647059,51.9607843137255,39.2156862745098],[64.7058823529412,39.2156862745098,24.5098039215686],[25.4901960784314,0,0],[53.921568627451,28.4313725490196,15.6862745098039],[51.9607843137255,32.3529411764706,23.5294117647059],[62.7450980392157,46.078431372549,39.2156862745098],[50.9803921568627,33.3333333333333,29.4117647058824],[64.7058823529412,46.078431372549,39.2156862745098],[42.156862745098,18.6274509803922,8.82352941176471],[40.1960784313726,16.6666666666667,4.90196078431373],[59.8039215686275,38.2352941176471,27.4509803921569],[42.156862745098,25.4901960784314,17.6470588235294],[33.3333333333333,24.5098039215686,19.6078431372549],[8.82352941176471,3.92156862745098,0.980392156862745],[24.5098039215686,16.6666666666667,13.7254901960784],[21.5686274509804,10.7843137254902,6.86274509803922],[11.7647058823529,0,0],[13.7254901960784,0,0],[61.7647058823529,40.1960784313726,27.4509803921569],[86.2745098039216,63.7254901960784,50],[55.8823529411765,34.3137254901961,20.5882352941176],[47.0588235294118,28.4313725490196,14.7058823529412],[34.3137254901961,17.6470588235294,9.80392156862745],[26.4705882352941,13.7254901960784,7.84313725490196],[26.4705882352941,15.6862745098039,11.7647058823529],[24.5098039215686,14.7058823529412,12.7450980392157],[15.6862745098039,6.86274509803922,1.96078431372549],[17.6470588235294,6.86274509803922,2.94117647058824],[31.3725490196078,18.6274509803922,12.7450980392157],[36.2745098039216,25.4901960784314,19.6078431372549],[31.3725490196078,24.5098039215686,18.6274509803922],[16.6666666666667,11.7647058823529,5.88235294117647],[15.6862745098039,10.7843137254902,6.86274509803922],[18.6274509803922,15.6862745098039,10.7843137254902],[13.7254901960784,12.7450980392157,8.82352941176471],[10.7843137254902,9.80392156862745,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,9.80392156862745],[11.7647058823529,11.7647058823529,13.7254901960784],[12.7450980392157,12.7450980392157,14.7058823529412],[13.7254901960784,13.7254901960784,15.6862745098039],[12.7450980392157,12.7450980392157,14.7058823529412],[11.7647058823529,9.80392156862745,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[13.7254901960784,9.80392156862745,10.7843137254902],[16.6666666666667,12.7450980392157,13.7254901960784],[15.6862745098039,10.7843137254902,14.7058823529412],[13.7254901960784,8.82352941176471,12.7450980392157],[20.5882352941176,18.6274509803922,19.6078431372549],[14.7058823529412,12.7450980392157,13.7254901960784],[1.96078431372549,1.96078431372549,0],[6.86274509803922,6.86274509803922,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[6.86274509803922,7.84313725490196,12.7450980392157],[0.980392156862745,2.94117647058824,14.7058823529412],[74.5098039215686,76.4705882352941,89.2156862745098],[170.588235294118,172.549019607843,185.294117647059],[84.3137254901961,86.2745098039216,98.0392156862745],[0,1.96078431372549,8.82352941176471],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,2.94117647058824],[10.7843137254902,12.7450980392157,11.7647058823529],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,7.84313725490196],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[5.88235294117647,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,6.86274509803922,11.7647058823529],[10.7843137254902,9.80392156862745,14.7058823529412],[8.82352941176471,7.84313725490196,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[10.7843137254902,10.7843137254902,10.7843137254902],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[4.90196078431373,6.86274509803922,3.92156862745098],[0,0.980392156862745,0],[97.0588235294118,99.0196078431373,96.078431372549],[36.2745098039216,38.2352941176471,35.2941176470588],[0,0.980392156862745,0],[0,0.980392156862745,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[12.7450980392157,10.7843137254902,11.7647058823529],[20.5882352941176,18.6274509803922,19.6078431372549],[15.6862745098039,11.7647058823529,10.7843137254902],[16.6666666666667,16.6666666666667,16.6666666666667],[0,1.96078431372549,1.96078431372549],[12.7450980392157,18.6274509803922,16.6666666666667],[24.5098039215686,26.4705882352941,21.5686274509804],[18.6274509803922,18.6274509803922,10.7843137254902],[14.7058823529412,9.80392156862745,3.92156862745098],[34.3137254901961,24.5098039215686,22.5490196078431],[42.156862745098,32.3529411764706,31.3725490196078],[16.6666666666667,4.90196078431373,4.90196078431373],[35.2941176470588,24.5098039215686,20.5882352941176],[22.5490196078431,14.7058823529412,3.92156862745098],[56.8627450980392,51.9607843137255,32.3529411764706],[54.9019607843137,50.9803921568627,26.4705882352941],[51.9607843137255,50,25.4901960784314],[61.7647058823529,59.8039215686275,39.2156862745098],[50.9803921568627,47.0588235294118,36.2745098039216],[53.921568627451,50,38.2352941176471],[60.7843137254902,59.8039215686275,39.2156862745098],[91.1764705882353,94.1176470588235,67.6470588235294],[76.4705882352941,80.3921568627451,57.843137254902],[46.078431372549,50.9803921568627,31.3725490196078],[36.2745098039216,43.1372549019608,27.4509803921569],[49.0196078431373,54.9019607843137,41.1764705882353],[48.0392156862745,50.9803921568627,40.1960784313726],[53.921568627451,55.8823529411765,45.0980392156863],[52.9411764705882,50.9803921568627,39.2156862745098],[65.6862745098039,59.8039215686275,48.0392156862745],[83.3333333333333,75.4901960784314,62.7450980392157],[74.5098039215686,67.6470588235294,51.9607843137255],[82.3529411764706,73.5294117647059,58.8235294117647],[55.8823529411765,47.0588235294118,32.3529411764706],[36.2745098039216,28.4313725490196,15.6862745098039],[57.843137254902,51.9607843137255,36.2745098039216],[65.6862745098039,62.7450980392157,44.1176470588235],[30.3921568627451,29.4117647058824,9.80392156862745],[36.2745098039216,35.2941176470588,15.6862745098039],[89.2156862745098,88.2352941176471,68.6274509803922],[88.2352941176471,87.2549019607843,67.6470588235294],[67.6470588235294,64.7058823529412,46.078431372549],[44.1176470588235,41.1764705882353,22.5490196078431],[37.2549019607843,34.3137254901961,17.6470588235294],[83.3333333333333,77.4509803921569,61.7647058823529],[36.2745098039216,30.3921568627451,14.7058823529412],[40.1960784313726,34.3137254901961,18.6274509803922],[78.4313725490196,71.5686274509804,55.8823529411765],[67.6470588235294,60.7843137254902,45.0980392156863],[40.1960784313726,33.3333333333333,17.6470588235294],[21.5686274509804,14.7058823529412,0],[50.9803921568627,44.1176470588235,26.4705882352941],[85.2941176470588,80.3921568627451,58.8235294117647],[50.9803921568627,49.0196078431373,28.4313725490196],[52.9411764705882,50,35.2941176470588],[30.3921568627451,25.4901960784314,19.6078431372549],[10.7843137254902,4.90196078431373,6.86274509803922],[33.3333333333333,27.4509803921569,31.3725490196078],[28.4313725490196,22.5490196078431,26.4705882352941],[13.7254901960784,4.90196078431373,5.88235294117647],[19.6078431372549,10.7843137254902,3.92156862745098],[71.5686274509804,59.8039215686275,44.1176470588235],[69.6078431372549,57.843137254902,34.3137254901961],[80.3921568627451,65.6862745098039,37.2549019607843],[88.2352941176471,71.5686274509804,42.156862745098],[85.2941176470588,65.6862745098039,39.2156862745098],[86.2745098039216,64.7058823529412,42.156862745098],[42.156862745098,21.5686274509804,4.90196078431373],[29.4117647058824,12.7450980392157,4.90196078431373],[17.6470588235294,0.980392156862745,0],[40.1960784313726,18.6274509803922,5.88235294117647],[60.7843137254902,35.2941176470588,22.5490196078431],[32.3529411764706,4.90196078431373,0],[84.3137254901961,60.7843137254902,49.0196078431373],[50,33.3333333333333,26.4705882352941],[53.921568627451,40.1960784313726,37.2549019607843],[42.156862745098,28.4313725490196,25.4901960784314],[26.4705882352941,8.82352941176471,4.90196078431373],[49.0196078431373,29.4117647058824,20.5882352941176],[29.4117647058824,7.84313725490196,0],[44.1176470588235,24.5098039215686,13.7254901960784],[37.2549019607843,20.5882352941176,12.7450980392157],[13.7254901960784,4.90196078431373,0],[8.82352941176471,3.92156862745098,0.980392156862745],[15.6862745098039,6.86274509803922,7.84313725490196],[6.86274509803922,0,0],[13.7254901960784,0,0],[29.4117647058824,10.7843137254902,3.92156862745098],[47.0588235294118,25.4901960784314,14.7058823529412],[55.8823529411765,32.3529411764706,22.5490196078431],[48.0392156862745,26.4705882352941,15.6862745098039],[42.156862745098,24.5098039215686,14.7058823529412],[33.3333333333333,18.6274509803922,11.7647058823529],[27.4509803921569,16.6666666666667,14.7058823529412],[19.6078431372549,11.7647058823529,9.80392156862745],[19.6078431372549,10.7843137254902,11.7647058823529],[24.5098039215686,16.6666666666667,14.7058823529412],[25.4901960784314,15.6862745098039,13.7254901960784],[28.4313725490196,17.6470588235294,13.7254901960784],[38.2352941176471,27.4509803921569,23.5294117647059],[26.4705882352941,19.6078431372549,13.7254901960784],[14.7058823529412,9.80392156862745,3.92156862745098],[28.4313725490196,23.5294117647059,19.6078431372549],[18.6274509803922,15.6862745098039,10.7843137254902],[1.96078431372549,0.980392156862745,0],[9.80392156862745,8.82352941176471,6.86274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[10.7843137254902,10.7843137254902,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,8.82352941176471,9.80392156862745],[16.6666666666667,11.7647058823529,15.6862745098039],[14.7058823529412,9.80392156862745,15.6862745098039],[26.4705882352941,21.5686274509804,27.4509803921569],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,7.84313725490196],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,8.82352941176471,8.82352941176471],[19.6078431372549,20.5882352941176,22.5490196078431],[7.84313725490196,8.82352941176471,13.7254901960784],[3.92156862745098,5.88235294117647,17.6470588235294],[0,0,12.7450980392157],[8.82352941176471,10.7843137254902,23.5294117647059],[6.86274509803922,8.82352941176471,20.5882352941176],[0,0,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[7.84313725490196,11.7647058823529,10.7843137254902],[0,1.96078431372549,0],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,0.980392156862745,4.90196078431373],[6.86274509803922,1.96078431372549,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[7.84313725490196,6.86274509803922,11.7647058823529],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[9.80392156862745,11.7647058823529,6.86274509803922],[0,1.96078431372549,0],[48.0392156862745,52.9411764705882,47.0588235294118],[1.96078431372549,6.86274509803922,0.980392156862745],[0,2.94117647058824,0],[3.92156862745098,5.88235294117647,2.94117647058824],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[2.94117647058824,1.96078431372549,7.84313725490196],[16.6666666666667,13.7254901960784,20.5882352941176],[6.86274509803922,3.92156862745098,10.7843137254902],[10.7843137254902,5.88235294117647,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,10.7843137254902,13.7254901960784],[0,8.82352941176471,9.80392156862745],[4.90196078431373,10.7843137254902,8.82352941176471],[21.5686274509804,21.5686274509804,19.6078431372549],[34.3137254901961,30.3921568627451,29.4117647058824],[22.5490196078431,13.7254901960784,16.6666666666667],[8.82352941176471,0,5.88235294117647],[21.5686274509804,10.7843137254902,18.6274509803922],[23.5294117647059,12.7450980392157,16.6666666666667],[31.3725490196078,23.5294117647059,20.5882352941176],[32.3529411764706,26.4705882352941,12.7450980392157],[37.2549019607843,35.2941176470588,14.7058823529412],[47.0588235294118,45.0980392156863,24.5098039215686],[60.7843137254902,57.843137254902,41.1764705882353],[33.3333333333333,26.4705882352941,18.6274509803922],[58.8235294117647,54.9019607843137,46.078431372549],[88.2352941176471,85.2941176470588,66.6666666666667],[78.4313725490196,78.4313725490196,54.9019607843137],[29.4117647058824,31.3725490196078,10.7843137254902],[38.2352941176471,41.1764705882353,24.5098039215686],[65.6862745098039,69.6078431372549,55.8823529411765],[26.4705882352941,29.4117647058824,18.6274509803922],[40.1960784313726,42.156862745098,31.3725490196078],[51.9607843137255,51.9607843137255,40.1960784313726],[67.6470588235294,63.7254901960784,51.9607843137255],[71.5686274509804,65.6862745098039,51.9607843137255],[64.7058823529412,57.843137254902,40.1960784313726],[46.078431372549,37.2549019607843,20.5882352941176],[54.9019607843137,47.0588235294118,28.4313725490196],[44.1176470588235,36.2745098039216,17.6470588235294],[48.0392156862745,41.1764705882353,23.5294117647059],[76.4705882352941,71.5686274509804,52.9411764705882],[68.6274509803922,66.6666666666667,46.078431372549],[44.1176470588235,42.156862745098,19.6078431372549],[66.6666666666667,65.6862745098039,45.0980392156863],[86.2745098039216,85.2941176470588,64.7058823529412],[76.4705882352941,75.4901960784314,55.8823529411765],[67.6470588235294,66.6666666666667,47.0588235294118],[24.5098039215686,23.5294117647059,5.88235294117647],[31.3725490196078,29.4117647058824,14.7058823529412],[58.8235294117647,56.8627450980392,44.1176470588235],[44.1176470588235,42.156862745098,29.4117647058824],[39.2156862745098,35.2941176470588,23.5294117647059],[61.7647058823529,54.9019607843137,45.0980392156863],[51.9607843137255,43.1372549019608,34.3137254901961],[52.9411764705882,44.1176470588235,35.2941176470588],[32.3529411764706,22.5490196078431,13.7254901960784],[19.6078431372549,11.7647058823529,0],[36.2745098039216,34.3137254901961,11.7647058823529],[16.6666666666667,15.6862745098039,0],[50.9803921568627,49.0196078431373,37.2549019607843],[45.0980392156863,41.1764705882353,38.2352941176471],[17.6470588235294,12.7450980392157,18.6274509803922],[13.7254901960784,5.88235294117647,16.6666666666667],[35.2941176470588,28.4313725490196,36.2745098039216],[30.3921568627451,21.5686274509804,24.5098039215686],[38.2352941176471,29.4117647058824,24.5098039215686],[56.8627450980392,47.0588235294118,35.2941176470588],[20.5882352941176,7.84313725490196,0],[45.0980392156863,29.4117647058824,4.90196078431373],[88.2352941176471,71.5686274509804,46.078431372549],[89.2156862745098,67.6470588235294,44.1176470588235],[73.5294117647059,49.0196078431373,27.4509803921569],[42.156862745098,19.6078431372549,3.92156862745098],[39.2156862745098,20.5882352941176,13.7254901960784],[38.2352941176471,19.6078431372549,13.7254901960784],[34.3137254901961,10.7843137254902,0.980392156862745],[56.8627450980392,29.4117647058824,17.6470588235294],[37.2549019607843,11.7647058823529,0],[66.6666666666667,45.0980392156863,34.3137254901961],[55.8823529411765,41.1764705882353,36.2745098039216],[49.0196078431373,37.2549019607843,37.2549019607843],[27.4509803921569,15.6862745098039,15.6862745098039],[9.80392156862745,0,0],[50.9803921568627,32.3529411764706,25.4901960784314],[45.0980392156863,25.4901960784314,14.7058823529412],[61.7647058823529,42.156862745098,31.3725490196078],[23.5294117647059,6.86274509803922,0],[6.86274509803922,0,0],[21.5686274509804,13.7254901960784,11.7647058823529],[29.4117647058824,23.5294117647059,25.4901960784314],[15.6862745098039,4.90196078431373,8.82352941176471],[22.5490196078431,8.82352941176471,7.84313725490196],[41.1764705882353,23.5294117647059,19.6078431372549],[31.3725490196078,8.82352941176471,2.94117647058824],[21.5686274509804,0,0],[35.2941176470588,12.7450980392157,4.90196078431373],[36.2745098039216,17.6470588235294,11.7647058823529],[24.5098039215686,9.80392156862745,6.86274509803922],[14.7058823529412,2.94117647058824,2.94117647058824],[8.82352941176471,0,2.94117647058824],[16.6666666666667,7.84313725490196,12.7450980392157],[25.4901960784314,16.6666666666667,19.6078431372549],[20.5882352941176,10.7843137254902,11.7647058823529],[15.6862745098039,3.92156862745098,3.92156862745098],[18.6274509803922,7.84313725490196,5.88235294117647],[6.86274509803922,0,0],[15.6862745098039,8.82352941176471,2.94117647058824],[12.7450980392157,7.84313725490196,3.92156862745098],[23.5294117647059,18.6274509803922,14.7058823529412],[15.6862745098039,11.7647058823529,8.82352941176471],[5.88235294117647,4.90196078431373,2.94117647058824],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[9.80392156862745,7.84313725490196,8.82352941176471],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,7.84313725490196,8.82352941176471],[15.6862745098039,10.7843137254902,14.7058823529412],[6.86274509803922,1.96078431372549,8.82352941176471],[23.5294117647059,18.6274509803922,25.4901960784314],[12.7450980392157,10.7843137254902,13.7254901960784],[9.80392156862745,7.84313725490196,8.82352941176471],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[5.88235294117647,6.86274509803922,8.82352941176471],[12.7450980392157,13.7254901960784,18.6274509803922],[3.92156862745098,5.88235294117647,17.6470588235294],[5.88235294117647,7.84313725490196,20.5882352941176],[31.3725490196078,33.3333333333333,48.0392156862745],[29.4117647058824,31.3725490196078,44.1176470588235],[3.92156862745098,6.86274509803922,13.7254901960784],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,0],[3.92156862745098,8.82352941176471,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,4.90196078431373,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0],[1.96078431372549,6.86274509803922,0.980392156862745],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,5.88235294117647],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,8.82352941176471,13.7254901960784],[2.94117647058824,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,7.84313725490196],[10.7843137254902,7.84313725490196,14.7058823529412],[5.88235294117647,2.94117647058824,9.80392156862745],[9.80392156862745,10.7843137254902,15.6862745098039],[9.80392156862745,17.6470588235294,20.5882352941176],[0,9.80392156862745,11.7647058823529],[1.96078431372549,7.84313725490196,7.84313725490196],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,1.96078431372549,4.90196078431373],[8.82352941176471,3.92156862745098,9.80392156862745],[17.6470588235294,10.7843137254902,18.6274509803922],[17.6470588235294,7.84313725490196,16.6666666666667],[18.6274509803922,11.7647058823529,18.6274509803922],[8.82352941176471,2.94117647058824,2.94117647058824],[27.4509803921569,24.5098039215686,15.6862745098039],[46.078431372549,44.1176470588235,31.3725490196078],[25.4901960784314,23.5294117647059,10.7843137254902],[11.7647058823529,9.80392156862745,0],[22.5490196078431,19.6078431372549,14.7058823529412],[39.2156862745098,36.2745098039216,31.3725490196078],[33.3333333333333,34.3137254901961,20.5882352941176],[20.5882352941176,21.5686274509804,3.92156862745098],[44.1176470588235,47.0588235294118,30.3921568627451],[48.0392156862745,50,36.2745098039216],[91.1764705882353,95.0980392156863,81.3725490196078],[73.5294117647059,76.4705882352941,65.6862745098039],[46.078431372549,48.0392156862745,35.2941176470588],[38.2352941176471,38.2352941176471,26.4705882352941],[60.7843137254902,57.843137254902,43.1372549019608],[79.4117647058823,73.5294117647059,57.843137254902],[84.3137254901961,77.4509803921569,59.8039215686275],[54.9019607843137,48.0392156862745,29.4117647058824],[50,43.1372549019608,24.5098039215686],[55.8823529411765,49.0196078431373,30.3921568627451],[74.5098039215686,67.6470588235294,49.0196078431373],[72.5490196078431,67.6470588235294,48.0392156862745],[52.9411764705882,48.0392156862745,28.4313725490196],[96.078431372549,94.1176470588235,73.5294117647059],[91.1764705882353,89.2156862745098,68.6274509803922],[82.3529411764706,81.3725490196078,61.7647058823529],[67.6470588235294,68.6274509803922,50.9803921568627],[50,50.9803921568627,35.2941176470588],[27.4509803921569,28.4313725490196,14.7058823529412],[26.4705882352941,28.4313725490196,15.6862745098039],[46.078431372549,48.0392156862745,37.2549019607843],[49.0196078431373,50.9803921568627,40.1960784313726],[36.2745098039216,36.2745098039216,28.4313725490196],[43.1372549019608,40.1960784313726,33.3333333333333],[23.5294117647059,18.6274509803922,14.7058823529412],[35.2941176470588,30.3921568627451,26.4705882352941],[32.3529411764706,24.5098039215686,21.5686274509804],[17.6470588235294,13.7254901960784,4.90196078431373],[9.80392156862745,10.7843137254902,0],[18.6274509803922,19.6078431372549,3.92156862745098],[8.82352941176471,8.82352941176471,0.980392156862745],[29.4117647058824,27.4509803921569,28.4313725490196],[24.5098039215686,21.5686274509804,28.4313725490196],[19.6078431372549,16.6666666666667,25.4901960784314],[50,45.0980392156863,51.9607843137255],[44.1176470588235,40.1960784313726,41.1764705882353],[26.4705882352941,21.5686274509804,17.6470588235294],[29.4117647058824,22.5490196078431,12.7450980392157],[8.82352941176471,0,0],[33.3333333333333,22.5490196078431,4.90196078431373],[51.9607843137255,36.2745098039216,20.5882352941176],[56.8627450980392,40.1960784313726,22.5490196078431],[52.9411764705882,36.2745098039216,18.6274509803922],[32.3529411764706,14.7058823529412,0.980392156862745],[41.1764705882353,24.5098039215686,16.6666666666667],[34.3137254901961,15.6862745098039,9.80392156862745],[23.5294117647059,0.980392156862745,0],[51.9607843137255,28.4313725490196,18.6274509803922],[43.1372549019608,21.5686274509804,10.7843137254902],[36.2745098039216,16.6666666666667,9.80392156862745],[50.9803921568627,36.2745098039216,33.3333333333333],[18.6274509803922,6.86274509803922,6.86274509803922],[18.6274509803922,8.82352941176471,7.84313725490196],[13.7254901960784,2.94117647058824,0.980392156862745],[46.078431372549,31.3725490196078,26.4705882352941],[28.4313725490196,11.7647058823529,4.90196078431373],[34.3137254901961,20.5882352941176,11.7647058823529],[33.3333333333333,20.5882352941176,12.7450980392157],[65.6862745098039,57.843137254902,54.9019607843137],[19.6078431372549,11.7647058823529,9.80392156862745],[27.4509803921569,18.6274509803922,19.6078431372549],[21.5686274509804,11.7647058823529,12.7450980392157],[26.4705882352941,12.7450980392157,11.7647058823529],[50,32.3529411764706,28.4313725490196],[40.1960784313726,19.6078431372549,14.7058823529412],[21.5686274509804,1.96078431372549,0],[33.3333333333333,14.7058823529412,8.82352941176471],[32.3529411764706,14.7058823529412,10.7843137254902],[32.3529411764706,18.6274509803922,17.6470588235294],[15.6862745098039,5.88235294117647,6.86274509803922],[6.86274509803922,0.980392156862745,4.90196078431373],[13.7254901960784,7.84313725490196,11.7647058823529],[16.6666666666667,10.7843137254902,14.7058823529412],[12.7450980392157,6.86274509803922,8.82352941176471],[13.7254901960784,4.90196078431373,5.88235294117647],[17.6470588235294,9.80392156862745,7.84313725490196],[21.5686274509804,13.7254901960784,10.7843137254902],[14.7058823529412,9.80392156862745,5.88235294117647],[5.88235294117647,0.980392156862745,0],[23.5294117647059,19.6078431372549,16.6666666666667],[27.4509803921569,26.4705882352941,24.5098039215686],[15.6862745098039,14.7058823529412,12.7450980392157],[20.5882352941176,20.5882352941176,20.5882352941176],[20.5882352941176,20.5882352941176,20.5882352941176],[8.82352941176471,8.82352941176471,10.7843137254902],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[10.7843137254902,10.7843137254902,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,4.90196078431373],[7.84313725490196,5.88235294117647,6.86274509803922],[11.7647058823529,9.80392156862745,12.7450980392157],[16.6666666666667,14.7058823529412,19.6078431372549],[0.980392156862745,0,4.90196078431373],[9.80392156862745,7.84313725490196,12.7450980392157],[6.86274509803922,4.90196078431373,7.84313725490196],[9.80392156862745,9.80392156862745,9.80392156862745],[16.6666666666667,16.6666666666667,16.6666666666667],[0,0.980392156862745,2.94117647058824],[7.84313725490196,8.82352941176471,13.7254901960784],[6.86274509803922,6.86274509803922,16.6666666666667],[0,0.980392156862745,12.7450980392157],[1.96078431372549,3.92156862745098,15.6862745098039],[5.88235294117647,8.82352941176471,17.6470588235294],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,1.96078431372549],[3.92156862745098,8.82352941176471,4.90196078431373],[4.90196078431373,6.86274509803922,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[4.90196078431373,2.94117647058824,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[0,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,4.90196078431373,9.80392156862745],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471]],[[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[7.84313725490196,7.84313725490196,7.84313725490196],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,0,4.90196078431373],[7.84313725490196,6.86274509803922,11.7647058823529],[27.4509803921569,28.4313725490196,32.3529411764706],[23.5294117647059,28.4313725490196,32.3529411764706],[5.88235294117647,10.7843137254902,14.7058823529412],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[7.84313725490196,4.90196078431373,11.7647058823529],[11.7647058823529,9.80392156862745,14.7058823529412],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[21.5686274509804,21.5686274509804,19.6078431372549],[30.3921568627451,31.3725490196078,26.4705882352941],[34.3137254901961,36.2745098039216,31.3725490196078],[15.6862745098039,17.6470588235294,12.7450980392157],[9.80392156862745,11.7647058823529,8.82352941176471],[68.6274509803922,70.5882352941177,67.6470588235294],[84.3137254901961,89.2156862745098,82.3529411764706],[0.980392156862745,6.86274509803922,0],[40.1960784313726,46.078431372549,36.2745098039216],[27.4509803921569,33.3333333333333,21.5686274509804],[61.7647058823529,67.6470588235294,55.8823529411765],[59.8039215686275,63.7254901960784,50],[63.7254901960784,67.6470588235294,52.9411764705882],[59.8039215686275,62.7450980392157,46.078431372549],[46.078431372549,47.0588235294118,31.3725490196078],[58.8235294117647,57.843137254902,40.1960784313726],[46.078431372549,43.1372549019608,24.5098039215686],[34.3137254901961,31.3725490196078,12.7450980392157],[78.4313725490196,73.5294117647059,54.9019607843137],[56.8627450980392,51.9607843137255,33.3333333333333],[75.4901960784314,70.5882352941177,51.9607843137255],[77.4509803921569,71.5686274509804,55.8823529411765],[59.8039215686275,53.921568627451,38.2352941176471],[104.901960784314,99.0196078431373,85.2941176470588],[54.9019607843137,51.9607843137255,37.2549019607843],[54.9019607843137,52.9411764705882,40.1960784313726],[41.1764705882353,42.156862745098,28.4313725490196],[38.2352941176471,38.2352941176471,26.4705882352941],[22.5490196078431,24.5098039215686,13.7254901960784],[53.921568627451,56.8627450980392,48.0392156862745],[51.9607843137255,56.8627450980392,50],[25.4901960784314,30.3921568627451,23.5294117647059],[23.5294117647059,28.4313725490196,22.5490196078431],[24.5098039215686,29.4117647058824,25.4901960784314],[24.5098039215686,26.4705882352941,25.4901960784314],[8.82352941176471,10.7843137254902,9.80392156862745],[26.4705882352941,28.4313725490196,27.4509803921569],[13.7254901960784,15.6862745098039,12.7450980392157],[0.980392156862745,2.94117647058824,0],[13.7254901960784,18.6274509803922,14.7058823529412],[8.82352941176471,12.7450980392157,11.7647058823529],[0.980392156862745,4.90196078431373,5.88235294117647],[9.80392156862745,10.7843137254902,14.7058823529412],[20.5882352941176,21.5686274509804,25.4901960784314],[26.4705882352941,26.4705882352941,28.4313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[17.6470588235294,17.6470588235294,15.6862745098039],[16.6666666666667,15.6862745098039,10.7843137254902],[12.7450980392157,9.80392156862745,2.94117647058824],[15.6862745098039,11.7647058823529,2.94117647058824],[24.5098039215686,20.5882352941176,11.7647058823529],[28.4313725490196,21.5686274509804,13.7254901960784],[24.5098039215686,17.6470588235294,9.80392156862745],[27.4509803921569,18.6274509803922,11.7647058823529],[32.3529411764706,17.6470588235294,14.7058823529412],[41.1764705882353,23.5294117647059,19.6078431372549],[41.1764705882353,22.5490196078431,18.6274509803922],[41.1764705882353,22.5490196078431,18.6274509803922],[33.3333333333333,15.6862745098039,11.7647058823529],[25.4901960784314,10.7843137254902,7.84313725490196],[30.3921568627451,16.6666666666667,15.6862745098039],[27.4509803921569,15.6862745098039,15.6862745098039],[23.5294117647059,13.7254901960784,12.7450980392157],[8.82352941176471,0.980392156862745,0],[40.1960784313726,30.3921568627451,29.4117647058824],[53.921568627451,44.1176470588235,42.156862745098],[20.5882352941176,12.7450980392157,10.7843137254902],[22.5490196078431,17.6470588235294,14.7058823529412],[38.2352941176471,34.3137254901961,33.3333333333333],[11.7647058823529,6.86274509803922,3.92156862745098],[25.4901960784314,14.7058823529412,12.7450980392157],[12.7450980392157,0,0],[29.4117647058824,14.7058823529412,9.80392156862745],[39.2156862745098,21.5686274509804,17.6470588235294],[43.1372549019608,25.4901960784314,21.5686274509804],[38.2352941176471,23.5294117647059,18.6274509803922],[21.5686274509804,6.86274509803922,3.92156862745098],[34.3137254901961,20.5882352941176,19.6078431372549],[15.6862745098039,5.88235294117647,4.90196078431373],[13.7254901960784,4.90196078431373,5.88235294117647],[10.7843137254902,4.90196078431373,6.86274509803922],[9.80392156862745,4.90196078431373,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,10.7843137254902],[9.80392156862745,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[16.6666666666667,12.7450980392157,11.7647058823529],[11.7647058823529,7.84313725490196,6.86274509803922],[9.80392156862745,5.88235294117647,4.90196078431373],[22.5490196078431,18.6274509803922,17.6470588235294],[22.5490196078431,20.5882352941176,21.5686274509804],[15.6862745098039,13.7254901960784,14.7058823529412],[20.5882352941176,18.6274509803922,19.6078431372549],[20.5882352941176,18.6274509803922,19.6078431372549],[10.7843137254902,8.82352941176471,9.80392156862745],[1.96078431372549,0,0.980392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[11.7647058823529,11.7647058823529,11.7647058823529],[24.5098039215686,24.5098039215686,24.5098039215686],[7.84313725490196,7.84313725490196,7.84313725490196],[6.86274509803922,4.90196078431373,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[24.5098039215686,24.5098039215686,26.4705882352941],[30.3921568627451,30.3921568627451,32.3529411764706],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,10.7843137254902],[5.88235294117647,4.90196078431373,10.7843137254902],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,6.86274509803922,8.82352941176471],[25.4901960784314,25.4901960784314,27.4509803921569],[24.5098039215686,24.5098039215686,26.4705882352941],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,1.96078431372549],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[51.9607843137255,52.9411764705882,54.9019607843137],[47.0588235294118,48.0392156862745,50],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[10.7843137254902,11.7647058823529,16.6666666666667],[0,0,4.90196078431373],[6.86274509803922,7.84313725490196,12.7450980392157],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,8.82352941176471],[18.6274509803922,18.6274509803922,18.6274509803922],[11.7647058823529,11.7647058823529,11.7647058823529],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[3.92156862745098,3.92156862745098,3.92156862745098],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,10.7843137254902,13.7254901960784],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[6.86274509803922,5.88235294117647,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,11.7647058823529,13.7254901960784],[11.7647058823529,12.7450980392157,14.7058823529412],[14.7058823529412,18.6274509803922,17.6470588235294],[5.88235294117647,9.80392156862745,8.82352941176471],[2.94117647058824,8.82352941176471,6.86274509803922],[53.921568627451,59.8039215686275,57.843137254902],[159.803921568627,168.627450980392,165.686274509804],[19.6078431372549,28.4313725490196,23.5294117647059],[6.86274509803922,13.7254901960784,6.86274509803922],[23.5294117647059,30.3921568627451,22.5490196078431],[62.7450980392157,68.6274509803922,58.8235294117647],[35.2941176470588,41.1764705882353,29.4117647058824],[29.4117647058824,35.2941176470588,21.5686274509804],[50.9803921568627,54.9019607843137,40.1960784313726],[45.0980392156863,48.0392156862745,31.3725490196078],[42.156862745098,43.1372549019608,27.4509803921569],[36.2745098039216,37.2549019607843,19.6078431372549],[42.156862745098,41.1764705882353,23.5294117647059],[64.7058823529412,63.7254901960784,46.078431372549],[23.5294117647059,20.5882352941176,5.88235294117647],[52.9411764705882,50,35.2941176470588],[84.3137254901961,80.3921568627451,68.6274509803922],[58.8235294117647,52.9411764705882,41.1764705882353],[62.7450980392157,58.8235294117647,48.0392156862745],[20.5882352941176,18.6274509803922,6.86274509803922],[31.3725490196078,31.3725490196078,21.5686274509804],[64.7058823529412,66.6666666666667,55.8823529411765],[50,52.9411764705882,44.1176470588235],[27.4509803921569,32.3529411764706,25.4901960784314],[28.4313725490196,33.3333333333333,26.4705882352941],[41.1764705882353,48.0392156862745,41.1764705882353],[18.6274509803922,27.4509803921569,22.5490196078431],[14.7058823529412,23.5294117647059,20.5882352941176],[14.7058823529412,23.5294117647059,20.5882352941176],[6.86274509803922,15.6862745098039,14.7058823529412],[6.86274509803922,15.6862745098039,14.7058823529412],[2.94117647058824,11.7647058823529,10.7843137254902],[7.84313725490196,13.7254901960784,13.7254901960784],[19.6078431372549,24.5098039215686,27.4509803921569],[5.88235294117647,10.7843137254902,13.7254901960784],[0,2.94117647058824,2.94117647058824],[10.7843137254902,16.6666666666667,16.6666666666667],[0,0.980392156862745,1.96078431372549],[3.92156862745098,7.84313725490196,8.82352941176471],[11.7647058823529,15.6862745098039,14.7058823529412],[5.88235294117647,7.84313725490196,6.86274509803922],[9.80392156862745,11.7647058823529,8.82352941176471],[15.6862745098039,17.6470588235294,14.7058823529412],[13.7254901960784,14.7058823529412,9.80392156862745],[10.7843137254902,11.7647058823529,6.86274509803922],[14.7058823529412,15.6862745098039,10.7843137254902],[18.6274509803922,17.6470588235294,13.7254901960784],[12.7450980392157,11.7647058823529,7.84313725490196],[11.7647058823529,6.86274509803922,3.92156862745098],[26.4705882352941,15.6862745098039,13.7254901960784],[47.0588235294118,32.3529411764706,29.4117647058824],[40.1960784313726,25.4901960784314,22.5490196078431],[29.4117647058824,15.6862745098039,12.7450980392157],[30.3921568627451,16.6666666666667,15.6862745098039],[28.4313725490196,17.6470588235294,15.6862745098039],[29.4117647058824,18.6274509803922,16.6666666666667],[26.4705882352941,16.6666666666667,14.7058823529412],[17.6470588235294,9.80392156862745,7.84313725490196],[15.6862745098039,10.7843137254902,7.84313725490196],[21.5686274509804,15.6862745098039,15.6862745098039],[20.5882352941176,16.6666666666667,15.6862745098039],[12.7450980392157,8.82352941176471,9.80392156862745],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,2.94117647058824,2.94117647058824],[39.2156862745098,25.4901960784314,22.5490196078431],[18.6274509803922,3.92156862745098,0],[27.4509803921569,12.7450980392157,7.84313725490196],[39.2156862745098,24.5098039215686,19.6078431372549],[52.9411764705882,39.2156862745098,36.2745098039216],[50,39.2156862745098,35.2941176470588],[19.6078431372549,8.82352941176471,6.86274509803922],[12.7450980392157,2.94117647058824,1.96078431372549],[11.7647058823529,2.94117647058824,3.92156862745098],[11.7647058823529,5.88235294117647,5.88235294117647],[12.7450980392157,8.82352941176471,9.80392156862745],[11.7647058823529,7.84313725490196,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,6.86274509803922,8.82352941176471],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[13.7254901960784,11.7647058823529,12.7450980392157],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[20.5882352941176,16.6666666666667,17.6470588235294],[17.6470588235294,15.6862745098039,16.6666666666667],[14.7058823529412,12.7450980392157,13.7254901960784],[24.5098039215686,22.5490196078431,23.5294117647059],[28.4313725490196,26.4705882352941,27.4509803921569],[21.5686274509804,19.6078431372549,20.5882352941176],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[6.86274509803922,6.86274509803922,6.86274509803922],[15.6862745098039,15.6862745098039,15.6862745098039],[29.4117647058824,29.4117647058824,29.4117647058824],[11.7647058823529,11.7647058823529,11.7647058823529],[6.86274509803922,6.86274509803922,6.86274509803922],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[9.80392156862745,9.80392156862745,11.7647058823529],[13.7254901960784,13.7254901960784,15.6862745098039],[2.94117647058824,2.94117647058824,4.90196078431373],[10.7843137254902,10.7843137254902,12.7450980392157],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[13.7254901960784,13.7254901960784,15.6862745098039],[8.82352941176471,8.82352941176471,10.7843137254902],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[8.82352941176471,9.80392156862745,11.7647058823529],[13.7254901960784,14.7058823529412,16.6666666666667],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[6.86274509803922,7.84313725490196,9.80392156862745],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,4.90196078431373],[13.7254901960784,14.7058823529412,19.6078431372549],[9.80392156862745,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[5.88235294117647,6.86274509803922,11.7647058823529],[0.980392156862745,1.96078431372549,6.86274509803922],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[8.82352941176471,8.82352941176471,8.82352941176471],[6.86274509803922,6.86274509803922,6.86274509803922],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,3.92156862745098],[7.84313725490196,7.84313725490196,5.88235294117647],[8.82352941176471,8.82352941176471,6.86274509803922],[9.80392156862745,9.80392156862745,7.84313725490196],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[9.80392156862745,13.7254901960784,12.7450980392157],[3.92156862745098,7.84313725490196,6.86274509803922],[0,1.96078431372549,0],[25.4901960784314,31.3725490196078,29.4117647058824],[0,7.84313725490196,6.86274509803922],[0,2.94117647058824,1.96078431372549],[20.5882352941176,26.4705882352941,24.5098039215686],[17.6470588235294,23.5294117647059,19.6078431372549],[21.5686274509804,28.4313725490196,21.5686274509804],[22.5490196078431,27.4509803921569,20.5882352941176],[23.5294117647059,29.4117647058824,19.6078431372549],[22.5490196078431,25.4901960784314,16.6666666666667],[60.7843137254902,63.7254901960784,52.9411764705882],[66.6666666666667,68.6274509803922,57.843137254902],[47.0588235294118,49.0196078431373,36.2745098039216],[23.5294117647059,23.5294117647059,11.7647058823529],[52.9411764705882,52.9411764705882,41.1764705882353],[58.8235294117647,55.8823529411765,47.0588235294118],[66.6666666666667,63.7254901960784,54.9019607843137],[36.2745098039216,33.3333333333333,24.5098039215686],[30.3921568627451,30.3921568627451,20.5882352941176],[27.4509803921569,27.4509803921569,17.6470588235294],[22.5490196078431,24.5098039215686,13.7254901960784],[29.4117647058824,30.3921568627451,22.5490196078431],[67.6470588235294,70.5882352941177,61.7647058823529],[28.4313725490196,33.3333333333333,26.4705882352941],[26.4705882352941,33.3333333333333,25.4901960784314],[23.5294117647059,33.3333333333333,25.4901960784314],[32.3529411764706,43.1372549019608,37.2549019607843],[9.80392156862745,20.5882352941176,14.7058823529412],[22.5490196078431,33.3333333333333,29.4117647058824],[6.86274509803922,17.6470588235294,13.7254901960784],[5.88235294117647,15.6862745098039,14.7058823529412],[9.80392156862745,19.6078431372549,18.6274509803922],[10.7843137254902,20.5882352941176,19.6078431372549],[11.7647058823529,20.5882352941176,19.6078431372549],[5.88235294117647,10.7843137254902,13.7254901960784],[10.7843137254902,15.6862745098039,18.6274509803922],[9.80392156862745,14.7058823529412,17.6470588235294],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,8.82352941176471,8.82352941176471],[0,0.980392156862745,1.96078431372549],[8.82352941176471,12.7450980392157,13.7254901960784],[7.84313725490196,11.7647058823529,12.7450980392157],[5.88235294117647,7.84313725490196,6.86274509803922],[15.6862745098039,17.6470588235294,16.6666666666667],[14.7058823529412,16.6666666666667,13.7254901960784],[7.84313725490196,7.84313725490196,5.88235294117647],[9.80392156862745,9.80392156862745,7.84313725490196],[13.7254901960784,13.7254901960784,11.7647058823529],[10.7843137254902,11.7647058823529,6.86274509803922],[5.88235294117647,1.96078431372549,0],[15.6862745098039,5.88235294117647,3.92156862745098],[40.1960784313726,26.4705882352941,25.4901960784314],[35.2941176470588,21.5686274509804,20.5882352941176],[30.3921568627451,19.6078431372549,17.6470588235294],[38.2352941176471,26.4705882352941,26.4705882352941],[28.4313725490196,18.6274509803922,17.6470588235294],[18.6274509803922,8.82352941176471,7.84313725490196],[16.6666666666667,8.82352941176471,6.86274509803922],[17.6470588235294,8.82352941176471,9.80392156862745],[21.5686274509804,15.6862745098039,15.6862745098039],[12.7450980392157,6.86274509803922,8.82352941176471],[5.88235294117647,1.96078431372549,2.94117647058824],[12.7450980392157,8.82352941176471,9.80392156862745],[8.82352941176471,6.86274509803922,7.84313725490196],[1.96078431372549,0,2.94117647058824],[9.80392156862745,3.92156862745098,3.92156862745098],[13.7254901960784,2.94117647058824,0.980392156862745],[21.5686274509804,6.86274509803922,3.92156862745098],[44.1176470588235,29.4117647058824,26.4705882352941],[44.1176470588235,30.3921568627451,27.4509803921569],[34.3137254901961,20.5882352941176,19.6078431372549],[23.5294117647059,12.7450980392157,10.7843137254902],[8.82352941176471,0,0],[16.6666666666667,8.82352941176471,6.86274509803922],[9.80392156862745,0.980392156862745,1.96078431372549],[12.7450980392157,6.86274509803922,6.86274509803922],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,9.80392156862745,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,7.84313725490196,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[14.7058823529412,10.7843137254902,11.7647058823529],[12.7450980392157,10.7843137254902,11.7647058823529],[16.6666666666667,14.7058823529412,15.6862745098039],[12.7450980392157,10.7843137254902,11.7647058823529],[10.7843137254902,8.82352941176471,9.80392156862745],[22.5490196078431,20.5882352941176,21.5686274509804],[24.5098039215686,22.5490196078431,23.5294117647059],[21.5686274509804,19.6078431372549,20.5882352941176],[10.7843137254902,8.82352941176471,9.80392156862745],[11.7647058823529,11.7647058823529,11.7647058823529],[4.90196078431373,4.90196078431373,4.90196078431373],[9.80392156862745,9.80392156862745,9.80392156862745],[20.5882352941176,20.5882352941176,20.5882352941176],[7.84313725490196,7.84313725490196,7.84313725490196],[4.90196078431373,4.90196078431373,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[10.7843137254902,10.7843137254902,12.7450980392157],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,0,4.90196078431373],[0.980392156862745,0,4.90196078431373],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[14.7058823529412,15.6862745098039,17.6470588235294],[11.7647058823529,12.7450980392157,14.7058823529412],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,5.88235294117647],[12.7450980392157,13.7254901960784,18.6274509803922],[0,0,4.90196078431373],[10.7843137254902,11.7647058823529,16.6666666666667],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[3.92156862745098,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[1.96078431372549,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[10.7843137254902,14.7058823529412,13.7254901960784],[8.82352941176471,12.7450980392157,11.7647058823529],[0,1.96078431372549,0],[2.94117647058824,8.82352941176471,8.82352941176471],[8.82352941176471,16.6666666666667,18.6274509803922],[4.90196078431373,12.7450980392157,14.7058823529412],[5.88235294117647,11.7647058823529,11.7647058823529],[12.7450980392157,18.6274509803922,16.6666666666667],[18.6274509803922,24.5098039215686,20.5882352941176],[30.3921568627451,36.2745098039216,32.3529411764706],[31.3725490196078,36.2745098039216,30.3921568627451],[30.3921568627451,35.2941176470588,29.4117647058824],[46.078431372549,50.9803921568627,44.1176470588235],[49.0196078431373,51.9607843137255,45.0980392156863],[41.1764705882353,44.1176470588235,37.2549019607843],[27.4509803921569,28.4313725490196,22.5490196078431],[40.1960784313726,41.1764705882353,35.2941176470588],[38.2352941176471,39.2156862745098,34.3137254901961],[42.156862745098,43.1372549019608,38.2352941176471],[15.6862745098039,16.6666666666667,11.7647058823529],[22.5490196078431,25.4901960784314,18.6274509803922],[16.6666666666667,21.5686274509804,14.7058823529412],[27.4509803921569,32.3529411764706,25.4901960784314],[29.4117647058824,36.2745098039216,28.4313725490196],[50.9803921568627,60.7843137254902,52.9411764705882],[13.7254901960784,23.5294117647059,15.6862745098039],[20.5882352941176,31.3725490196078,23.5294117647059],[17.6470588235294,30.3921568627451,23.5294117647059],[28.4313725490196,41.1764705882353,34.3137254901961],[13.7254901960784,28.4313725490196,23.5294117647059],[4.90196078431373,19.6078431372549,14.7058823529412],[3.92156862745098,15.6862745098039,11.7647058823529],[20.5882352941176,32.3529411764706,30.3921568627451],[7.84313725490196,19.6078431372549,17.6470588235294],[0,9.80392156862745,7.84313725490196],[11.7647058823529,21.5686274509804,20.5882352941176],[0,2.94117647058824,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[3.92156862745098,8.82352941176471,11.7647058823529],[3.92156862745098,8.82352941176471,11.7647058823529],[11.7647058823529,17.6470588235294,17.6470588235294],[7.84313725490196,13.7254901960784,13.7254901960784],[5.88235294117647,9.80392156862745,10.7843137254902],[0.980392156862745,4.90196078431373,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[8.82352941176471,10.7843137254902,9.80392156862745],[6.86274509803922,8.82352941176471,7.84313725490196],[1.96078431372549,3.92156862745098,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[10.7843137254902,10.7843137254902,8.82352941176471],[10.7843137254902,10.7843137254902,8.82352941176471],[8.82352941176471,7.84313725490196,3.92156862745098],[13.7254901960784,5.88235294117647,3.92156862745098],[20.5882352941176,10.7843137254902,8.82352941176471],[18.6274509803922,8.82352941176471,6.86274509803922],[31.3725490196078,21.5686274509804,20.5882352941176],[36.2745098039216,28.4313725490196,26.4705882352941],[17.6470588235294,9.80392156862745,7.84313725490196],[6.86274509803922,1.96078431372549,0],[10.7843137254902,4.90196078431373,4.90196078431373],[16.6666666666667,10.7843137254902,10.7843137254902],[13.7254901960784,9.80392156862745,8.82352941176471],[12.7450980392157,8.82352941176471,9.80392156862745],[10.7843137254902,8.82352941176471,9.80392156862745],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,0,0],[12.7450980392157,1.96078431372549,0],[27.4509803921569,16.6666666666667,14.7058823529412],[24.5098039215686,13.7254901960784,11.7647058823529],[16.6666666666667,6.86274509803922,4.90196078431373],[14.7058823529412,4.90196078431373,3.92156862745098],[6.86274509803922,0,0],[10.7843137254902,4.90196078431373,4.90196078431373],[9.80392156862745,3.92156862745098,3.92156862745098],[11.7647058823529,7.84313725490196,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,4.90196078431373],[14.7058823529412,10.7843137254902,11.7647058823529],[13.7254901960784,11.7647058823529,12.7450980392157],[15.6862745098039,13.7254901960784,14.7058823529412],[9.80392156862745,7.84313725490196,8.82352941176471],[6.86274509803922,4.90196078431373,5.88235294117647],[13.7254901960784,11.7647058823529,12.7450980392157],[9.80392156862745,7.84313725490196,8.82352941176471],[11.7647058823529,9.80392156862745,10.7843137254902],[8.82352941176471,6.86274509803922,7.84313725490196],[12.7450980392157,12.7450980392157,12.7450980392157],[4.90196078431373,4.90196078431373,4.90196078431373],[2.94117647058824,2.94117647058824,2.94117647058824],[7.84313725490196,7.84313725490196,7.84313725490196],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[9.80392156862745,8.82352941176471,13.7254901960784],[6.86274509803922,5.88235294117647,10.7843137254902],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[5.88235294117647,4.90196078431373,9.80392156862745],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[5.88235294117647,6.86274509803922,8.82352941176471],[4.90196078431373,5.88235294117647,7.84313725490196],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[4.90196078431373,5.88235294117647,7.84313725490196],[11.7647058823529,12.7450980392157,14.7058823529412],[9.80392156862745,10.7843137254902,12.7450980392157],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[22.5490196078431,23.5294117647059,28.4313725490196],[23.5294117647059,24.5098039215686,29.4117647058824],[1.96078431372549,2.94117647058824,7.84313725490196],[9.80392156862745,10.7843137254902,15.6862745098039],[1.96078431372549,2.94117647058824,7.84313725490196],[7.84313725490196,8.82352941176471,13.7254901960784],[4.90196078431373,5.88235294117647,10.7843137254902],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,4.90196078431373,7.84313725490196],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[9.80392156862745,11.7647058823529,10.7843137254902],[0,3.92156862745098,2.94117647058824],[0,5.88235294117647,5.88235294117647],[0,7.84313725490196,10.7843137254902],[10.7843137254902,18.6274509803922,21.5686274509804],[6.86274509803922,11.7647058823529,15.6862745098039],[7.84313725490196,12.7450980392157,15.6862745098039],[0.980392156862745,6.86274509803922,6.86274509803922],[13.7254901960784,19.6078431372549,19.6078431372549],[19.6078431372549,25.4901960784314,25.4901960784314],[27.4509803921569,33.3333333333333,33.3333333333333],[11.7647058823529,17.6470588235294,15.6862745098039],[7.84313725490196,11.7647058823529,10.7843137254902],[17.6470588235294,21.5686274509804,20.5882352941176],[28.4313725490196,30.3921568627451,29.4117647058824],[21.5686274509804,23.5294117647059,22.5490196078431],[2.94117647058824,3.92156862745098,5.88235294117647],[14.7058823529412,15.6862745098039,17.6470588235294],[23.5294117647059,27.4509803921569,28.4313725490196],[17.6470588235294,23.5294117647059,21.5686274509804],[16.6666666666667,25.4901960784314,20.5882352941176],[23.5294117647059,32.3529411764706,27.4509803921569],[25.4901960784314,36.2745098039216,30.3921568627451],[23.5294117647059,36.2745098039216,29.4117647058824],[9.80392156862745,21.5686274509804,17.6470588235294],[12.7450980392157,27.4509803921569,22.5490196078431],[10.7843137254902,25.4901960784314,20.5882352941176],[9.80392156862745,24.5098039215686,19.6078431372549],[19.6078431372549,34.3137254901961,31.3725490196078],[9.80392156862745,24.5098039215686,21.5686274509804],[1.96078431372549,16.6666666666667,13.7254901960784],[0,4.90196078431373,1.96078431372549],[0,4.90196078431373,1.96078431372549],[8.82352941176471,22.5490196078431,22.5490196078431],[0,9.80392156862745,9.80392156862745],[13.7254901960784,21.5686274509804,24.5098039215686],[10.7843137254902,18.6274509803922,21.5686274509804],[0,6.86274509803922,9.80392156862745],[14.7058823529412,22.5490196078431,25.4901960784314],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[3.92156862745098,8.82352941176471,11.7647058823529],[14.7058823529412,18.6274509803922,21.5686274509804],[3.92156862745098,7.84313725490196,8.82352941176471],[0,1.96078431372549,2.94117647058824],[0,0.980392156862745,1.96078431372549],[3.92156862745098,5.88235294117647,4.90196078431373],[6.86274509803922,8.82352941176471,7.84313725490196],[7.84313725490196,9.80392156862745,8.82352941176471],[8.82352941176471,10.7843137254902,9.80392156862745],[9.80392156862745,9.80392156862745,7.84313725490196],[17.6470588235294,13.7254901960784,10.7843137254902],[8.82352941176471,3.92156862745098,0.980392156862745],[5.88235294117647,0.980392156862745,0],[17.6470588235294,11.7647058823529,11.7647058823529],[14.7058823529412,8.82352941176471,8.82352941176471],[4.90196078431373,0,0],[8.82352941176471,4.90196078431373,3.92156862745098],[10.7843137254902,6.86274509803922,7.84313725490196],[10.7843137254902,6.86274509803922,7.84313725490196],[3.92156862745098,1.96078431372549,2.94117647058824],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[9.80392156862745,9.80392156862745,11.7647058823529],[3.92156862745098,1.96078431372549,2.94117647058824],[13.7254901960784,4.90196078431373,5.88235294117647],[9.80392156862745,0,0],[8.82352941176471,0.980392156862745,0],[8.82352941176471,0.980392156862745,0],[15.6862745098039,7.84313725490196,5.88235294117647],[19.6078431372549,13.7254901960784,13.7254901960784],[11.7647058823529,5.88235294117647,5.88235294117647],[4.90196078431373,0.980392156862745,1.96078431372549],[11.7647058823529,7.84313725490196,8.82352941176471],[11.7647058823529,7.84313725490196,8.82352941176471],[9.80392156862745,5.88235294117647,6.86274509803922],[5.88235294117647,3.92156862745098,4.90196078431373],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[6.86274509803922,4.90196078431373,7.84313725490196],[11.7647058823529,9.80392156862745,12.7450980392157],[10.7843137254902,8.82352941176471,11.7647058823529],[11.7647058823529,9.80392156862745,12.7450980392157],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[8.82352941176471,6.86274509803922,9.80392156862745],[1.96078431372549,0,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[8.82352941176471,8.82352941176471,10.7843137254902],[12.7450980392157,12.7450980392157,14.7058823529412],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[8.82352941176471,8.82352941176471,10.7843137254902],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[11.7647058823529,10.7843137254902,15.6862745098039],[7.84313725490196,6.86274509803922,11.7647058823529],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0,4.90196078431373],[24.5098039215686,27.4509803921569,32.3529411764706],[36.2745098039216,39.2156862745098,44.1176470588235],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[4.90196078431373,4.90196078431373,4.90196078431373],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[1.96078431372549,5.88235294117647,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,1.96078431372549,5.88235294117647],[0,2.94117647058824,8.82352941176471],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[8.82352941176471,13.7254901960784,16.6666666666667],[14.7058823529412,19.6078431372549,22.5490196078431],[4.90196078431373,9.80392156862745,12.7450980392157],[1.96078431372549,6.86274509803922,9.80392156862745],[4.90196078431373,9.80392156862745,12.7450980392157],[6.86274509803922,11.7647058823529,14.7058823529412],[8.82352941176471,13.7254901960784,16.6666666666667],[6.86274509803922,11.7647058823529,15.6862745098039],[4.90196078431373,9.80392156862745,13.7254901960784],[12.7450980392157,17.6470588235294,21.5686274509804],[16.6666666666667,21.5686274509804,25.4901960784314],[8.82352941176471,16.6666666666667,19.6078431372549],[15.6862745098039,25.4901960784314,26.4705882352941],[8.82352941176471,20.5882352941176,18.6274509803922],[0.980392156862745,12.7450980392157,10.7843137254902],[8.82352941176471,23.5294117647059,20.5882352941176],[4.90196078431373,19.6078431372549,16.6666666666667],[17.6470588235294,32.3529411764706,29.4117647058824],[8.82352941176471,24.5098039215686,21.5686274509804],[0,15.6862745098039,12.7450980392157],[10.7843137254902,26.4705882352941,23.5294117647059],[19.6078431372549,35.2941176470588,32.3529411764706],[0,15.6862745098039,12.7450980392157],[18.6274509803922,33.3333333333333,30.3921568627451],[129.411764705882,144.117647058824,141.176470588235],[15.6862745098039,30.3921568627451,27.4509803921569],[0,3.92156862745098,3.92156862745098],[12.7450980392157,24.5098039215686,24.5098039215686],[1.96078431372549,11.7647058823529,13.7254901960784],[9.80392156862745,17.6470588235294,20.5882352941176],[4.90196078431373,12.7450980392157,15.6862745098039],[0,1.96078431372549,4.90196078431373],[8.82352941176471,13.7254901960784,16.6666666666667],[0,3.92156862745098,6.86274509803922],[7.84313725490196,12.7450980392157,15.6862745098039],[2.94117647058824,7.84313725490196,10.7843137254902],[8.82352941176471,12.7450980392157,13.7254901960784],[0.980392156862745,4.90196078431373,5.88235294117647],[2.94117647058824,6.86274509803922,7.84313725490196],[11.7647058823529,15.6862745098039,16.6666666666667],[15.6862745098039,17.6470588235294,16.6666666666667],[11.7647058823529,13.7254901960784,12.7450980392157],[8.82352941176471,10.7843137254902,9.80392156862745],[7.84313725490196,9.80392156862745,8.82352941176471],[9.80392156862745,8.82352941176471,6.86274509803922],[5.88235294117647,4.90196078431373,2.94117647058824],[4.90196078431373,3.92156862745098,1.96078431372549],[7.84313725490196,6.86274509803922,4.90196078431373],[0.980392156862745,0,0],[3.92156862745098,2.94117647058824,0.980392156862745],[12.7450980392157,10.7843137254902,11.7647058823529],[0.980392156862745,0.980392156862745,0.980392156862745],[4.90196078431373,4.90196078431373,4.90196078431373],[8.82352941176471,8.82352941176471,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,4.90196078431373,7.84313725490196],[3.92156862745098,0,0.980392156862745],[10.7843137254902,4.90196078431373,6.86274509803922],[13.7254901960784,9.80392156862745,10.7843137254902],[11.7647058823529,7.84313725490196,8.82352941176471],[7.84313725490196,3.92156862745098,4.90196078431373],[6.86274509803922,2.94117647058824,3.92156862745098],[8.82352941176471,4.90196078431373,5.88235294117647],[9.80392156862745,5.88235294117647,6.86274509803922],[12.7450980392157,8.82352941176471,9.80392156862745],[9.80392156862745,5.88235294117647,6.86274509803922],[4.90196078431373,2.94117647058824,3.92156862745098],[3.92156862745098,1.96078431372549,2.94117647058824],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[9.80392156862745,7.84313725490196,10.7843137254902],[10.7843137254902,8.82352941176471,11.7647058823529],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[10.7843137254902,8.82352941176471,11.7647058823529],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[5.88235294117647,4.90196078431373,9.80392156862745],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745],[13.7254901960784,16.6666666666667,21.5686274509804],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[3.92156862745098,6.86274509803922,11.7647058823529],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[1.96078431372549,1.96078431372549,1.96078431372549],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,4.90196078431373,3.92156862745098],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,1.96078431372549],[2.94117647058824,7.84313725490196,10.7843137254902],[0.980392156862745,5.88235294117647,9.80392156862745],[11.7647058823529,16.6666666666667,20.5882352941176],[7.84313725490196,12.7450980392157,16.6666666666667],[5.88235294117647,10.7843137254902,14.7058823529412],[6.86274509803922,11.7647058823529,15.6862745098039],[1.96078431372549,9.80392156862745,12.7450980392157],[5.88235294117647,13.7254901960784,16.6666666666667],[5.88235294117647,13.7254901960784,16.6666666666667],[4.90196078431373,11.7647058823529,17.6470588235294],[3.92156862745098,10.7843137254902,16.6666666666667],[2.94117647058824,9.80392156862745,15.6862745098039],[0,4.90196078431373,10.7843137254902],[3.92156862745098,10.7843137254902,18.6274509803922],[3.92156862745098,10.7843137254902,18.6274509803922],[8.82352941176471,17.6470588235294,24.5098039215686],[0.980392156862745,11.7647058823529,15.6862745098039],[1.96078431372549,15.6862745098039,16.6666666666667],[3.92156862745098,17.6470588235294,18.6274509803922],[6.86274509803922,22.5490196078431,22.5490196078431],[0,8.82352941176471,7.84313725490196],[1.96078431372549,17.6470588235294,16.6666666666667],[2.94117647058824,16.6666666666667,16.6666666666667],[8.82352941176471,22.5490196078431,22.5490196078431],[1.96078431372549,15.6862745098039,15.6862745098039],[0,10.7843137254902,10.7843137254902],[0,10.7843137254902,10.7843137254902],[5.88235294117647,17.6470588235294,17.6470588235294],[117.647058823529,129.411764705882,129.411764705882],[13.7254901960784,25.4901960784314,25.4901960784314],[0,8.82352941176471,6.86274509803922],[8.82352941176471,18.6274509803922,19.6078431372549],[11.7647058823529,19.6078431372549,22.5490196078431],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0.980392156862745,8.82352941176471,11.7647058823529],[0.980392156862745,8.82352941176471,11.7647058823529],[0,6.86274509803922,9.80392156862745],[10.7843137254902,15.6862745098039,19.6078431372549],[0,1.96078431372549,5.88235294117647],[7.84313725490196,12.7450980392157,15.6862745098039],[3.92156862745098,8.82352941176471,11.7647058823529],[7.84313725490196,11.7647058823529,14.7058823529412],[12.7450980392157,16.6666666666667,19.6078431372549],[9.80392156862745,13.7254901960784,14.7058823529412],[7.84313725490196,11.7647058823529,12.7450980392157],[6.86274509803922,10.7843137254902,11.7647058823529],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[5.88235294117647,5.88235294117647,5.88235294117647],[3.92156862745098,3.92156862745098,3.92156862745098],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[3.92156862745098,3.92156862745098,3.92156862745098],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[4.90196078431373,4.90196078431373,6.86274509803922],[10.7843137254902,10.7843137254902,12.7450980392157],[5.88235294117647,4.90196078431373,9.80392156862745],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[5.88235294117647,4.90196078431373,9.80392156862745],[2.94117647058824,0.980392156862745,3.92156862745098],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[3.92156862745098,1.96078431372549,4.90196078431373],[1.96078431372549,0,2.94117647058824],[7.84313725490196,5.88235294117647,8.82352941176471],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,2.94117647058824,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[9.80392156862745,7.84313725490196,10.7843137254902],[7.84313725490196,5.88235294117647,8.82352941176471],[3.92156862745098,1.96078431372549,4.90196078431373],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[9.80392156862745,9.80392156862745,11.7647058823529],[5.88235294117647,5.88235294117647,7.84313725490196],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,5.88235294117647,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[0.980392156862745,0.980392156862745,2.94117647058824],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[8.82352941176471,8.82352941176471,10.7843137254902],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[10.7843137254902,11.7647058823529,15.6862745098039],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[25.4901960784314,28.4313725490196,33.3333333333333],[201.960784313725,204.901960784314,209.803921568627],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[2.94117647058824,7.84313725490196,10.7843137254902],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,7.84313725490196,10.7843137254902],[3.92156862745098,10.7843137254902,16.6666666666667],[0,6.86274509803922,12.7450980392157],[1.96078431372549,8.82352941176471,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,7.84313725490196,14.7058823529412],[0,5.88235294117647,12.7450980392157],[7.84313725490196,16.6666666666667,23.5294117647059],[2.94117647058824,11.7647058823529,18.6274509803922],[8.82352941176471,19.6078431372549,25.4901960784314],[5.88235294117647,18.6274509803922,24.5098039215686],[0,11.7647058823529,14.7058823529412],[0,14.7058823529412,17.6470588235294],[3.92156862745098,17.6470588235294,20.5882352941176],[2.94117647058824,16.6666666666667,17.6470588235294],[4.90196078431373,18.6274509803922,19.6078431372549],[0.980392156862745,14.7058823529412,15.6862745098039],[4.90196078431373,15.6862745098039,17.6470588235294],[5.88235294117647,17.6470588235294,17.6470588235294],[2.94117647058824,14.7058823529412,14.7058823529412],[0,6.86274509803922,7.84313725490196],[0,3.92156862745098,4.90196078431373],[0,2.94117647058824,3.92156862745098],[0,7.84313725490196,8.82352941176471],[10.7843137254902,19.6078431372549,18.6274509803922],[0.980392156862745,9.80392156862745,8.82352941176471],[3.92156862745098,11.7647058823529,13.7254901960784],[0,1.96078431372549,4.90196078431373],[41.1764705882353,49.0196078431373,51.9607843137255],[164.705882352941,172.549019607843,175.490196078431],[5.88235294117647,13.7254901960784,16.6666666666667],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[3.92156862745098,7.84313725490196,10.7843137254902],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0,1.96078431372549,2.94117647058824],[1.96078431372549,5.88235294117647,6.86274509803922],[0,0.980392156862745,1.96078431372549],[0.980392156862745,4.90196078431373,3.92156862745098],[2.94117647058824,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[0,0,3.92156862745098],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[6.86274509803922,5.88235294117647,10.7843137254902],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[4.90196078431373,2.94117647058824,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[11.7647058823529,9.80392156862745,12.7450980392157],[9.80392156862745,7.84313725490196,10.7843137254902],[3.92156862745098,1.96078431372549,4.90196078431373],[5.88235294117647,5.88235294117647,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[6.86274509803922,6.86274509803922,8.82352941176471],[5.88235294117647,5.88235294117647,7.84313725490196],[7.84313725490196,7.84313725490196,9.80392156862745],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[5.88235294117647,5.88235294117647,7.84313725490196],[6.86274509803922,6.86274509803922,8.82352941176471],[2.94117647058824,2.94117647058824,4.90196078431373],[8.82352941176471,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[6.86274509803922,6.86274509803922,8.82352941176471],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[1.96078431372549,1.96078431372549,3.92156862745098],[5.88235294117647,5.88235294117647,7.84313725490196],[1.96078431372549,1.96078431372549,3.92156862745098],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0.980392156862745,0.980392156862745,2.94117647058824],[2.94117647058824,2.94117647058824,4.90196078431373],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[4.90196078431373,3.92156862745098,8.82352941176471],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,5.88235294117647],[4.90196078431373,7.84313725490196,12.7450980392157],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,2.94117647058824,7.84313725490196],[0,0.980392156862745,5.88235294117647],[6.86274509803922,9.80392156862745,14.7058823529412],[66.6666666666667,69.6078431372549,74.5098039215686],[3.92156862745098,6.86274509803922,11.7647058823529],[0,1.96078431372549,6.86274509803922],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0,4.90196078431373],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[2.94117647058824,1.96078431372549,7.84313725490196],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,0],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[3.92156862745098,2.94117647058824,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[1.96078431372549,1.96078431372549,1.96078431372549],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,1.96078431372549,2.94117647058824],[0.980392156862745,4.90196078431373,5.88235294117647],[0.980392156862745,4.90196078431373,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,4.90196078431373,7.84313725490196],[0,5.88235294117647,8.82352941176471],[3.92156862745098,10.7843137254902,16.6666666666667],[0.980392156862745,7.84313725490196,13.7254901960784],[0,5.88235294117647,10.7843137254902],[0,5.88235294117647,10.7843137254902],[0,9.80392156862745,13.7254901960784],[1.96078431372549,12.7450980392157,18.6274509803922],[4.90196078431373,15.6862745098039,21.5686274509804],[5.88235294117647,16.6666666666667,22.5490196078431],[3.92156862745098,14.7058823529412,20.5882352941176],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[2.94117647058824,13.7254901960784,19.6078431372549],[4.90196078431373,15.6862745098039,19.6078431372549],[5.88235294117647,14.7058823529412,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[1.96078431372549,10.7843137254902,15.6862745098039],[0.980392156862745,8.82352941176471,11.7647058823529],[0,3.92156862745098,6.86274509803922],[0,5.88235294117647,7.84313725490196],[1.96078431372549,9.80392156862745,11.7647058823529],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,2.94117647058824],[1.96078431372549,6.86274509803922,9.80392156862745],[2.94117647058824,10.7843137254902,13.7254901960784],[0,1.96078431372549,4.90196078431373],[11.7647058823529,19.6078431372549,22.5490196078431],[25.4901960784314,33.3333333333333,36.2745098039216],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[0,2.94117647058824,6.86274509803922],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[4.90196078431373,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[12.7450980392157,16.6666666666667,19.6078431372549],[0,0.980392156862745,3.92156862745098],[1.96078431372549,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[4.90196078431373,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[6.86274509803922,4.90196078431373,7.84313725490196],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[8.82352941176471,6.86274509803922,9.80392156862745],[8.82352941176471,6.86274509803922,9.80392156862745],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,5.88235294117647,8.82352941176471],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[8.82352941176471,8.82352941176471,10.7843137254902],[9.80392156862745,9.80392156862745,11.7647058823529],[6.86274509803922,6.86274509803922,8.82352941176471],[3.92156862745098,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[3.92156862745098,4.90196078431373,6.86274509803922],[6.86274509803922,7.84313725490196,9.80392156862745],[4.90196078431373,5.88235294117647,7.84313725490196],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[12.7450980392157,13.7254901960784,17.6470588235294],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[0.980392156862745,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[0,1.96078431372549,6.86274509803922],[0,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[0.980392156862745,3.92156862745098,8.82352941176471],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[0,0,4.90196078431373],[4.90196078431373,7.84313725490196,12.7450980392157],[7.84313725490196,10.7843137254902,15.6862745098039]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,14.7058823529412],[0,0,4.90196078431373],[0,0,3.92156862745098],[9.80392156862745,8.82352941176471,13.7254901960784],[0,0,1.96078431372549],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,2.94117647058824],[0,0,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0.980392156862745,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0,0],[0,0,0],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0.980392156862745,0],[0,3.92156862745098,2.94117647058824],[0,3.92156862745098,2.94117647058824],[0,1.96078431372549,2.94117647058824],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,11.7647058823529],[0,7.84313725490196,12.7450980392157],[0.980392156862745,9.80392156862745,14.7058823529412],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,17.6470588235294],[2.94117647058824,13.7254901960784,17.6470588235294],[1.96078431372549,12.7450980392157,16.6666666666667],[2.94117647058824,13.7254901960784,19.6078431372549],[1.96078431372549,12.7450980392157,18.6274509803922],[1.96078431372549,12.7450980392157,18.6274509803922],[3.92156862745098,12.7450980392157,19.6078431372549],[3.92156862745098,12.7450980392157,17.6470588235294],[4.90196078431373,11.7647058823529,17.6470588235294],[2.94117647058824,9.80392156862745,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[0,4.90196078431373,8.82352941176471],[1.96078431372549,4.90196078431373,9.80392156862745],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[4.90196078431373,8.82352941176471,11.7647058823529],[44.1176470588235,48.0392156862745,50.9803921568627],[47.0588235294118,50.9803921568627,51.9607843137255],[0,3.92156862745098,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,5.88235294117647,8.82352941176471],[3.92156862745098,11.7647058823529,14.7058823529412],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[0.980392156862745,5.88235294117647,8.82352941176471],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[2.94117647058824,6.86274509803922,9.80392156862745],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,7.84313725490196],[0.980392156862745,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[5.88235294117647,3.92156862745098,6.86274509803922],[4.90196078431373,2.94117647058824,5.88235294117647],[10.7843137254902,8.82352941176471,11.7647058823529],[9.80392156862745,7.84313725490196,10.7843137254902],[8.82352941176471,6.86274509803922,9.80392156862745],[6.86274509803922,4.90196078431373,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[4.90196078431373,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[12.7450980392157,12.7450980392157,14.7058823529412],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[150,150.980392156863,152.941176470588],[42.156862745098,43.1372549019608,47.0588235294118],[15.6862745098039,16.6666666666667,20.5882352941176],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[9.80392156862745,10.7843137254902,14.7058823529412],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[4.90196078431373,7.84313725490196,12.7450980392157],[0,1.96078431372549,6.86274509803922],[0,2.94117647058824,7.84313725490196],[8.82352941176471,11.7647058823529,16.6666666666667],[6.86274509803922,9.80392156862745,14.7058823529412],[1.96078431372549,4.90196078431373,9.80392156862745],[3.92156862745098,6.86274509803922,11.7647058823529],[1.96078431372549,4.90196078431373,9.80392156862745],[10.7843137254902,13.7254901960784,18.6274509803922],[7.84313725490196,10.7843137254902,15.6862745098039],[0,0,4.90196078431373],[0,1.96078431372549,6.86274509803922],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0.980392156862745,5.88235294117647]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,1.96078431372549,6.86274509803922],[0,0,4.90196078431373],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,8.82352941176471],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,4.90196078431373],[0,0,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[0,0,0],[8.82352941176471,8.82352941176471,10.7843137254902],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,0.980392156862745],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,3.92156862745098,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0.980392156862745,5.88235294117647,8.82352941176471],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,7.84313725490196],[0,7.84313725490196,10.7843137254902],[1.96078431372549,9.80392156862745,12.7450980392157],[1.96078431372549,11.7647058823529,13.7254901960784],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[2.94117647058824,12.7450980392157,14.7058823529412],[1.96078431372549,10.7843137254902,15.6862745098039],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,11.7647058823529,18.6274509803922],[2.94117647058824,9.80392156862745,17.6470588235294],[1.96078431372549,8.82352941176471,14.7058823529412],[2.94117647058824,7.84313725490196,13.7254901960784],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[23.5294117647059,24.5098039215686,26.4705882352941],[0,0.980392156862745,3.92156862745098],[0,4.90196078431373,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[0,2.94117647058824,6.86274509803922],[0,1.96078431372549,4.90196078431373],[5.88235294117647,9.80392156862745,12.7450980392157],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[0,1.96078431372549,4.90196078431373],[0,0.980392156862745,3.92156862745098],[5.88235294117647,9.80392156862745,12.7450980392157],[5.88235294117647,9.80392156862745,12.7450980392157],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[7.84313725490196,7.84313725490196,9.80392156862745],[7.84313725490196,7.84313725490196,9.80392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[4.90196078431373,4.90196078431373,6.86274509803922],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[7.84313725490196,8.82352941176471,10.7843137254902],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[1.96078431372549,2.94117647058824,4.90196078431373],[6.86274509803922,7.84313725490196,9.80392156862745],[0,0,1.96078431372549],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[31.3725490196078,32.3529411764706,34.3137254901961],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[22.5490196078431,23.5294117647059,27.4509803921569],[0,0.980392156862745,4.90196078431373],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,4.90196078431373,9.80392156862745],[9.80392156862745,12.7450980392157,17.6470588235294],[2.94117647058824,5.88235294117647,10.7843137254902],[0,0,4.90196078431373],[1.96078431372549,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,2.94117647058824,7.84313725490196],[6.86274509803922,9.80392156862745,14.7058823529412],[0,0,4.90196078431373],[2.94117647058824,5.88235294117647,10.7843137254902],[2.94117647058824,5.88235294117647,10.7843137254902],[4.90196078431373,7.84313725490196,12.7450980392157],[1.96078431372549,4.90196078431373,9.80392156862745],[0,0.980392156862745,5.88235294117647],[2.94117647058824,5.88235294117647,10.7843137254902],[1.96078431372549,4.90196078431373,9.80392156862745]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0],[3.92156862745098,3.92156862745098,1.96078431372549],[3.92156862745098,3.92156862745098,3.92156862745098],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[3.92156862745098,2.94117647058824,8.82352941176471],[0,0,6.86274509803922],[0,0,6.86274509803922],[3.92156862745098,2.94117647058824,8.82352941176471],[1.96078431372549,0.980392156862745,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[5.88235294117647,5.88235294117647,5.88235294117647],[2.94117647058824,2.94117647058824,0.980392156862745],[0,0,0],[4.90196078431373,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,1.96078431372549,0],[7.84313725490196,7.84313725490196,5.88235294117647],[0,0,0],[0,0,1.96078431372549],[6.86274509803922,5.88235294117647,10.7843137254902],[0,0,1.96078431372549],[0.980392156862745,0,0],[0.980392156862745,0,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0,0],[0,0.980392156862745,0],[1.96078431372549,3.92156862745098,2.94117647058824],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,1.96078431372549,0],[3.92156862745098,5.88235294117647,0.980392156862745],[1.96078431372549,3.92156862745098,0.980392156862745],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,3.92156862745098,6.86274509803922],[0,4.90196078431373,7.84313725490196],[0,4.90196078431373,8.82352941176471],[0,5.88235294117647,8.82352941176471],[0,5.88235294117647,7.84313725490196],[0,7.84313725490196,9.80392156862745],[3.92156862745098,11.7647058823529,13.7254901960784],[6.86274509803922,16.6666666666667,17.6470588235294],[0,8.82352941176471,13.7254901960784],[0.980392156862745,9.80392156862745,14.7058823529412],[2.94117647058824,9.80392156862745,15.6862745098039],[1.96078431372549,8.82352941176471,14.7058823529412],[0.980392156862745,5.88235294117647,11.7647058823529],[0.980392156862745,3.92156862745098,8.82352941176471],[2.94117647058824,3.92156862745098,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[0,0,1.96078431372549],[1.96078431372549,5.88235294117647,6.86274509803922],[0,1.96078431372549,4.90196078431373],[3.92156862745098,8.82352941176471,12.7450980392157],[0,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,6.86274509803922],[2.94117647058824,6.86274509803922,9.80392156862745],[0,2.94117647058824,5.88235294117647],[3.92156862745098,7.84313725490196,10.7843137254902],[0,2.94117647058824,5.88235294117647],[8.82352941176471,12.7450980392157,15.6862745098039],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[6.86274509803922,10.7843137254902,13.7254901960784],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[3.92156862745098,3.92156862745098,5.88235294117647],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[2.94117647058824,2.94117647058824,4.90196078431373],[3.92156862745098,3.92156862745098,5.88235294117647],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[7.84313725490196,8.82352941176471,10.7843137254902],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[5.88235294117647,6.86274509803922,8.82352941176471],[0,0,1.96078431372549],[20.5882352941176,21.5686274509804,23.5294117647059],[4.90196078431373,5.88235294117647,7.84313725490196],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[5.88235294117647,6.86274509803922,10.7843137254902],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[123.529411764706,124.509803921569,128.43137254902],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[3.92156862745098,6.86274509803922,11.7647058823529],[5.88235294117647,8.82352941176471,13.7254901960784],[0,2.94117647058824,7.84313725490196],[0,0,4.90196078431373],[7.84313725490196,10.7843137254902,15.6862745098039],[5.88235294117647,8.82352941176471,13.7254901960784],[6.86274509803922,9.80392156862745,14.7058823529412],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0.980392156862745,3.92156862745098,8.82352941176471],[4.90196078431373,7.84313725490196,12.7450980392157],[2.94117647058824,5.88235294117647,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[1.96078431372549,0.980392156862745,5.88235294117647],[0,0,4.90196078431373],[0.980392156862745,0,7.84313725490196],[0,0,8.82352941176471],[8.82352941176471,6.86274509803922,17.6470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,0],[0.980392156862745,2.94117647058824,0],[1.96078431372549,3.92156862745098,0],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,3.92156862745098],[3.92156862745098,3.92156862745098,5.88235294117647],[1.96078431372549,0,0.980392156862745],[2.94117647058824,0,0],[0.980392156862745,0,0],[2.94117647058824,1.96078431372549,0],[0,0,0],[0,0,0],[9.80392156862745,11.7647058823529,10.7843137254902],[35.2941176470588,37.2549019607843,36.2745098039216],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[1.96078431372549,1.96078431372549,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[6.86274509803922,7.84313725490196,2.94117647058824],[3.92156862745098,3.92156862745098,1.96078431372549],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,1.96078431372549,4.90196078431373],[0,1.96078431372549,4.90196078431373],[0,4.90196078431373,7.84313725490196],[4.90196078431373,10.7843137254902,10.7843137254902],[7.84313725490196,15.6862745098039,17.6470588235294],[0,7.84313725490196,10.7843137254902],[0.980392156862745,7.84313725490196,13.7254901960784],[2.94117647058824,7.84313725490196,13.7254901960784],[1.96078431372549,6.86274509803922,10.7843137254902],[0,2.94117647058824,7.84313725490196],[0,2.94117647058824,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,0.980392156862745,5.88235294117647],[4.90196078431373,4.90196078431373,6.86274509803922],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[9.80392156862745,11.7647058823529,10.7843137254902],[4.90196078431373,6.86274509803922,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,4.90196078431373,7.84313725490196],[0,2.94117647058824,5.88235294117647],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[2.94117647058824,6.86274509803922,9.80392156862745],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[4.90196078431373,8.82352941176471,11.7647058823529],[0,0.980392156862745,3.92156862745098],[13.7254901960784,17.6470588235294,20.5882352941176],[0,0.980392156862745,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[3.92156862745098,7.84313725490196,10.7843137254902],[0,0.980392156862745,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,1.96078431372549],[5.88235294117647,6.86274509803922,8.82352941176471],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[11.7647058823529,12.7450980392157,14.7058823529412],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[7.84313725490196,8.82352941176471,12.7450980392157],[3.92156862745098,4.90196078431373,8.82352941176471],[8.82352941176471,9.80392156862745,13.7254901960784],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[7.84313725490196,8.82352941176471,12.7450980392157],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,6.86274509803922,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[4.90196078431373,9.80392156862745,13.7254901960784],[6.86274509803922,11.7647058823529,15.6862745098039],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,4.90196078431373,8.82352941176471]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0.980392156862745,0.980392156862745,0.980392156862745],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,3.92156862745098],[0,0,4.90196078431373],[0,0,6.86274509803922],[24.5098039215686,22.5490196078431,33.3333333333333],[246.078431372549,244.117647058824,250],[207.843137254902,207.843137254902,215.686274509804],[6.86274509803922,6.86274509803922,14.7058823529412],[0,0,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[1.96078431372549,3.92156862745098,0.980392156862745],[0,1.96078431372549,0],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[3.92156862745098,5.88235294117647,2.94117647058824],[0,0.980392156862745,0],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,0],[2.94117647058824,0,0],[0.980392156862745,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0],[0,0,0],[6.86274509803922,8.82352941176471,7.84313725490196],[32.3529411764706,34.3137254901961,33.3333333333333],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,3.92156862745098,3.92156862745098],[2.94117647058824,2.94117647058824,2.94117647058824],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,0,2.94117647058824],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,0],[4.90196078431373,3.92156862745098,1.96078431372549],[5.88235294117647,5.88235294117647,3.92156862745098],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,0.980392156862745,0.980392156862745],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0,0,3.92156862745098],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,4.90196078431373],[0,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0,3.92156862745098,6.86274509803922],[0.980392156862745,4.90196078431373,7.84313725490196],[1.96078431372549,5.88235294117647,8.82352941176471],[2.94117647058824,6.86274509803922,7.84313725490196],[3.92156862745098,9.80392156862745,9.80392156862745],[0,5.88235294117647,7.84313725490196],[0,6.86274509803922,9.80392156862745],[0,5.88235294117647,8.82352941176471],[0,3.92156862745098,6.86274509803922],[0,2.94117647058824,5.88235294117647],[0,2.94117647058824,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[5.88235294117647,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[1.96078431372549,5.88235294117647,4.90196078431373],[0,0.980392156862745,0],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,3.92156862745098],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,3.92156862745098],[36.2745098039216,40.1960784313726,43.1372549019608],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,1.96078431372549,4.90196078431373],[0,3.92156862745098,6.86274509803922],[0,3.92156862745098,6.86274509803922],[0,0.980392156862745,4.90196078431373],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[66.6666666666667,70.5882352941177,73.5294117647059],[6.86274509803922,10.7843137254902,13.7254901960784],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[9.80392156862745,10.7843137254902,12.7450980392157],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0.980392156862745,4.90196078431373],[0,0,3.92156862745098],[3.92156862745098,4.90196078431373,8.82352941176471],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[5.88235294117647,6.86274509803922,11.7647058823529],[5.88235294117647,6.86274509803922,11.7647058823529],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[0.980392156862745,3.92156862745098,8.82352941176471],[0.980392156862745,5.88235294117647,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0.980392156862745,5.88235294117647,9.80392156862745],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[3.92156862745098,8.82352941176471,12.7450980392157],[0,0.980392156862745,4.90196078431373],[1.96078431372549,6.86274509803922,10.7843137254902],[4.90196078431373,9.80392156862745,13.7254901960784],[0,0.980392156862745,4.90196078431373],[2.94117647058824,7.84313725490196,11.7647058823529],[4.90196078431373,9.80392156862745,13.7254901960784],[0.980392156862745,5.88235294117647,9.80392156862745],[0.980392156862745,5.88235294117647,9.80392156862745],[0,3.92156862745098,7.84313725490196],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[7.84313725490196,7.84313725490196,9.80392156862745],[0,0,3.92156862745098],[0.980392156862745,0,5.88235294117647],[0.980392156862745,0,7.84313725490196],[9.80392156862745,7.84313725490196,18.6274509803922],[250,248.039215686275,250],[218.627450980392,218.627450980392,226.470588235294],[0,0,6.86274509803922],[0,0,4.90196078431373],[0,0.980392156862745,4.90196078431373],[0,0,1.96078431372549],[4.90196078431373,6.86274509803922,5.88235294117647],[0,0.980392156862745,0],[0,0.980392156862745,0],[114.705882352941,116.666666666667,111.764705882353],[8.82352941176471,10.7843137254902,5.88235294117647],[0,0.980392156862745,0],[38.2352941176471,40.1960784313726,39.2156862745098],[12.7450980392157,13.7254901960784,15.6862745098039],[0,0,1.96078431372549],[4.90196078431373,5.88235294117647,9.80392156862745],[0,0,1.96078431372549],[0.980392156862745,0,0],[2.94117647058824,0,0],[1.96078431372549,0.980392156862745,0],[4.90196078431373,3.92156862745098,1.96078431372549],[1.96078431372549,1.96078431372549,0],[0,0,0],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,2.94117647058824],[1.96078431372549,3.92156862745098,2.94117647058824],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,1.96078431372549,1.96078431372549],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[3.92156862745098,0,2.94117647058824],[0.980392156862745,0,0],[3.92156862745098,1.96078431372549,2.94117647058824],[2.94117647058824,0.980392156862745,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[0,0,6.86274509803922],[0,0,6.86274509803922],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,3.92156862745098,4.90196078431373],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,6.86274509803922],[0,3.92156862745098,5.88235294117647],[0,2.94117647058824,2.94117647058824],[0,2.94117647058824,3.92156862745098],[0,2.94117647058824,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[0,0.980392156862745,0],[8.82352941176471,10.7843137254902,9.80392156862745],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,2.94117647058824,1.96078431372549],[4.90196078431373,8.82352941176471,7.84313725490196],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0,0,1.96078431372549],[195.098039215686,196.078431372549,198.039215686275],[22.5490196078431,23.5294117647059,27.4509803921569],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,5.88235294117647],[2.94117647058824,0.980392156862745,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[1.96078431372549,1.96078431372549,3.92156862745098],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,2.94117647058824,1.96078431372549],[0.980392156862745,2.94117647058824,1.96078431372549],[1.96078431372549,3.92156862745098,2.94117647058824],[2.94117647058824,4.90196078431373,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[7.84313725490196,8.82352941176471,12.7450980392157],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[75.4901960784314,79.4117647058823,82.3529411764706],[13.7254901960784,17.6470588235294,20.5882352941176],[0.980392156862745,1.96078431372549,3.92156862745098],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0,1.96078431372549],[10.7843137254902,11.7647058823529,13.7254901960784],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,11.7647058823529],[8.82352941176471,9.80392156862745,13.7254901960784],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0.980392156862745,4.90196078431373],[2.94117647058824,3.92156862745098,7.84313725490196],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[7.84313725490196,8.82352941176471,12.7450980392157],[5.88235294117647,6.86274509803922,10.7843137254902],[6.86274509803922,7.84313725490196,11.7647058823529],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[2.94117647058824,7.84313725490196,11.7647058823529],[0,3.92156862745098,7.84313725490196],[0,4.90196078431373,8.82352941176471],[15.6862745098039,20.5882352941176,24.5098039215686],[0,0.980392156862745,4.90196078431373],[7.84313725490196,12.7450980392157,16.6666666666667],[120.588235294118,125.490196078431,129.411764705882],[50.9803921568627,55.8823529411765,59.8039215686275],[13.7254901960784,18.6274509803922,22.5490196078431],[0,4.90196078431373,8.82352941176471],[0,1.96078431372549,5.88235294117647],[0,3.92156862745098,7.84313725490196],[5.88235294117647,10.7843137254902,14.7058823529412],[0.980392156862745,5.88235294117647,9.80392156862745],[1.96078431372549,6.86274509803922,10.7843137254902]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,1.96078431372549],[0,0,3.92156862745098],[0,0,1.96078431372549],[0,0,0],[0,0,0],[0,0,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[4.90196078431373,4.90196078431373,4.90196078431373],[0,0,1.96078431372549],[7.84313725490196,6.86274509803922,11.7647058823529],[0,0,4.90196078431373],[6.86274509803922,5.88235294117647,13.7254901960784],[0,0,8.82352941176471],[5.88235294117647,3.92156862745098,14.7058823529412],[0.980392156862745,0.980392156862745,8.82352941176471],[0,0,6.86274509803922],[6.86274509803922,7.84313725490196,12.7450980392157],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,12.7450980392157],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,2.94117647058824],[0,0.980392156862745,0],[3.92156862745098,5.88235294117647,0.980392156862745],[0,0.980392156862745,0],[5.88235294117647,7.84313725490196,4.90196078431373],[9.80392156862745,11.7647058823529,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,1.96078431372549],[0.980392156862745,0,0],[3.92156862745098,0,0],[0.980392156862745,0,0],[0.980392156862745,0,0],[0,0,0],[3.92156862745098,3.92156862745098,1.96078431372549],[0.980392156862745,2.94117647058824,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0.980392156862745,0],[0,0,0],[0,0,0],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[2.94117647058824,0,1.96078431372549],[0.980392156862745,0,0],[1.96078431372549,0,0.980392156862745],[0.980392156862745,0,1.96078431372549],[0.980392156862745,0,1.96078431372549],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[0,0,4.90196078431373],[0.980392156862745,0,5.88235294117647],[1.96078431372549,0.980392156862745,8.82352941176471],[0.980392156862745,0,7.84313725490196],[0,0,4.90196078431373],[1.96078431372549,0.980392156862745,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,5.88235294117647],[0,2.94117647058824,3.92156862745098],[0,5.88235294117647,7.84313725490196],[0,4.90196078431373,5.88235294117647],[0,2.94117647058824,1.96078431372549],[0,2.94117647058824,1.96078431372549],[0,3.92156862745098,3.92156862745098],[0,3.92156862745098,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,2.94117647058824],[5.88235294117647,6.86274509803922,8.82352941176471],[0,1.96078431372549,0.980392156862745],[0,0.980392156862745,0],[1.96078431372549,5.88235294117647,4.90196078431373],[2.94117647058824,6.86274509803922,5.88235294117647],[0,1.96078431372549,0],[0,1.96078431372549,0],[0,0.980392156862745,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[0,0.980392156862745,2.94117647058824],[4.90196078431373,5.88235294117647,7.84313725490196],[0,0,1.96078431372549],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[6.86274509803922,7.84313725490196,11.7647058823529],[0.980392156862745,1.96078431372549,5.88235294117647],[0,0,3.92156862745098],[0.980392156862745,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,4.90196078431373],[1.96078431372549,0,2.94117647058824],[1.96078431372549,0,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,0.980392156862745,2.94117647058824],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[0.980392156862745,1.96078431372549,3.92156862745098],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[0,1.96078431372549,0.980392156862745],[0.980392156862745,2.94117647058824,1.96078431372549],[2.94117647058824,4.90196078431373,3.92156862745098],[3.92156862745098,5.88235294117647,4.90196078431373],[3.92156862745098,4.90196078431373,6.86274509803922],[2.94117647058824,3.92156862745098,5.88235294117647],[0.980392156862745,1.96078431372549,3.92156862745098],[0,0.980392156862745,2.94117647058824],[0,0.980392156862745,4.90196078431373],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0.980392156862745,1.96078431372549,5.88235294117647],[0.980392156862745,1.96078431372549,5.88235294117647],[1.96078431372549,2.94117647058824,7.84313725490196],[2.94117647058824,3.92156862745098,8.82352941176471],[1.96078431372549,0.980392156862745,5.88235294117647],[1.96078431372549,0.980392156862745,5.88235294117647],[2.94117647058824,1.96078431372549,6.86274509803922],[2.94117647058824,1.96078431372549,6.86274509803922],[3.92156862745098,2.94117647058824,7.84313725490196],[2.94117647058824,1.96078431372549,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[7.84313725490196,11.7647058823529,14.7058823529412],[0,0.980392156862745,3.92156862745098],[0.980392156862745,4.90196078431373,7.84313725490196],[0,0.980392156862745,3.92156862745098],[0,0.980392156862745,2.94117647058824],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[1.96078431372549,2.94117647058824,4.90196078431373],[1.96078431372549,2.94117647058824,4.90196078431373],[2.94117647058824,3.92156862745098,5.88235294117647],[2.94117647058824,3.92156862745098,5.88235294117647],[0,0.980392156862745,2.94117647058824],[23.5294117647059,24.5098039215686,26.4705882352941],[162.745098039216,163.725490196078,165.686274509804],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,4.90196078431373],[0.980392156862745,1.96078431372549,3.92156862745098],[3.92156862745098,4.90196078431373,6.86274509803922],[0,0.980392156862745,2.94117647058824],[0,0,1.96078431372549],[1.96078431372549,2.94117647058824,6.86274509803922],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[2.94117647058824,3.92156862745098,7.84313725490196],[1.96078431372549,2.94117647058824,6.86274509803922],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[5.88235294117647,6.86274509803922,10.7843137254902],[2.94117647058824,3.92156862745098,7.84313725490196],[0,0,3.92156862745098],[9.80392156862745,10.7843137254902,14.7058823529412],[0,0,3.92156862745098],[1.96078431372549,2.94117647058824,6.86274509803922],[6.86274509803922,7.84313725490196,11.7647058823529],[0,0,3.92156862745098],[4.90196078431373,5.88235294117647,9.80392156862745],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[2.94117647058824,3.92156862745098,7.84313725490196],[2.94117647058824,3.92156862745098,7.84313725490196],[3.92156862745098,4.90196078431373,8.82352941176471],[3.92156862745098,4.90196078431373,8.82352941176471],[4.90196078431373,5.88235294117647,9.80392156862745],[5.88235294117647,6.86274509803922,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[4.90196078431373,5.88235294117647,10.7843137254902],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[3.92156862745098,4.90196078431373,9.80392156862745],[1.96078431372549,4.90196078431373,9.80392156862745],[0,4.90196078431373,8.82352941176471],[0,3.92156862745098,7.84313725490196],[7.84313725490196,12.7450980392157,16.6666666666667],[0,0.980392156862745,4.90196078431373],[0,2.94117647058824,6.86274509803922],[2.94117647058824,7.84313725490196,11.7647058823529],[0,0.980392156862745,4.90196078431373],[11.7647058823529,16.6666666666667,20.5882352941176],[10.7843137254902,15.6862745098039,19.6078431372549],[0,0.980392156862745,4.90196078431373],[0,4.90196078431373,8.82352941176471],[6.86274509803922,11.7647058823529,15.6862745098039],[3.92156862745098,8.82352941176471,12.7450980392157],[2.94117647058824,7.84313725490196,11.7647058823529],[0,2.94117647058824,6.86274509803922],[7.84313725490196,12.7450980392157,16.6666666666667]]],"type":"image","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
Drawing Shapes on Images
You can create layout shapes programatically, but you can also draw shapes manually by setting the dragmode to one of the shape-drawing modes: drawline,drawopenpath, drawclosedpath, drawcircle, or drawrect. If you need to switch between different shape-drawing or other dragmodes (panning, selecting, etc.), modebar buttons can be added in the config of your figure to select the dragmode.
If you switch to a different dragmode such as pan or zoom, you will need to select the drawing tool in the modebar to go back to shape drawing.
This shape-drawing feature is particularly interesting for annotating graphs, in particular image traces.
Once you have drawn shapes, you can select and modify an existing shape by clicking on its boundary (note the arrow pointer). Its fillcolor turns to pink to highlight the activated shape and then you can
- drag and resize it for lines, rectangles and circles/ellipses
- drag and move individual vertices for closed paths
- move individual vertices for open paths.
An activated shape is deleted by cliking on the eraseshape button.
Drawing or modifying a shape triggers a relayout event, which can be captured by a callback inside a Dash For R application.
library(plotly)
library(plotly)
library(EBImage)
img = readImage('https://upload.wikimedia.org/wikipedia/commons/thumb/0/00/Crab_Nebula.jpg/240px-Crab_Nebula.jpg')
fig <- plot_ly(type="image", z=img*255)
fig <- layout(fig, dragmode="drawrect", xaxis = list(title = 'Click and drag inside the figure to draw a rectangle or select another shape in the modebar'))
fig <- fig %>%
config(modeBarButtonsToAdd = list("drawine", "drawopenpath", "drawclosedpath", "drawcircle", "drawrect", "eraseshape" ) )
fig
<div id="htmlwidget-bbf7dc1603a686ad5f0b" style="width:672px;height:480px;" class="plotly html-widget"></div>
<script type="application/json" data-for="htmlwidget-bbf7dc1603a686ad5f0b">{"x":{"visdat":{"26e17aa543d2":["function () ","plotlyVisDat"]},"cur_data":"26e17aa543d2","attrs":{"26e17aa543d2":{"z":[[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[5,1,2],[10,6,7],[41,37,38],[15,11,12],[3,0,0],[12,8,9],[3,0,0],[11,7,8],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[10,6,5],[3,0,0],[4,0,1],[3,0,0],[7,2,6],[5,0,4],[15,10,14],[79,74,78],[8,3,7],[3,0,2],[9,5,6],[3,0,0],[4,0,0],[96,92,89],[14,11,6],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[7,3,4],[117,113,114],[116,112,113],[3,0,0],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,2,0],[1,2,0],[1,2,0],[1,1,0],[1,1,0],[2,0,1],[4,0,1],[5,0,1],[7,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[11,0,0],[9,0,0],[12,3,6],[4,0,2],[5,1,2],[6,2,3],[1,0,0],[3,1,2],[7,6,4],[1,0,0],[5,4,2],[4,3,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[6,0,4],[5,0,3],[5,0,3],[7,1,5],[6,0,2],[4,0,0],[7,0,0],[7,0,0],[8,0,0],[11,3,0],[6,0,0],[15,7,4],[6,0,0],[11,3,0],[13,5,2],[16,8,5],[16,11,7],[24,21,14],[20,20,8],[3,3,0],[18,15,6],[4,0,0],[16,8,5],[15,3,5],[12,0,2],[16,1,8],[21,5,15],[10,0,4],[15,2,11],[14,4,12],[4,0,2],[12,7,11],[1,0,0],[3,1,2],[4,4,2],[1,1,0],[1,0,0],[3,2,0],[4,2,3],[4,2,3],[4,2,5],[4,2,5],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[1,0,0],[12,10,11],[1,0,0],[2,2,2],[5,5,5],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[5,5,5],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[4,2,3]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[7,3,4],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[18,14,15],[3,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[14,9,13],[3,0,2],[57,52,56],[249,244,248],[4,0,3],[3,0,2],[8,4,5],[6,2,1],[3,0,0],[53,49,46],[6,3,0],[4,0,0],[8,4,3],[3,0,0],[8,4,5],[3,0,0],[14,10,11],[15,11,12],[3,0,0],[5,1,2],[3,0,0],[5,1,2],[4,0,1],[3,0,0],[6,2,3],[10,6,7],[10,6,7],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[4,0,1],[4,0,1],[5,0,1],[7,0,0],[7,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[7,1,5],[13,9,10],[3,0,0],[8,6,7],[1,0,0],[1,0,0],[14,13,11],[5,4,2],[4,3,1],[3,1,2],[4,0,1],[5,1,2],[6,2,3],[6,0,2],[6,0,4],[4,0,2],[8,2,6],[8,2,4],[4,0,0],[6,0,0],[12,4,2],[16,8,5],[12,4,1],[17,9,6],[9,1,0],[8,0,0],[7,0,0],[6,0,0],[17,9,6],[13,8,4],[6,3,0],[14,14,2],[28,29,15],[38,36,24],[22,18,9],[23,16,10],[40,30,28],[22,10,10],[14,0,2],[10,0,0],[22,7,12],[8,0,0],[9,0,2],[10,4,6],[3,0,0],[6,2,1],[1,0,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[2,0,1],[44,42,43],[5,3,4],[1,0,0],[1,0,0],[1,1,1],[0,0,0],[4,4,4],[2,2,2],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[3,0,0],[11,7,8],[6,2,3],[3,0,2],[5,0,4],[3,0,2],[4,0,3],[3,0,2],[6,1,5],[4,0,1],[8,4,5],[3,0,0],[11,7,4],[3,0,0],[5,1,0],[5,1,0],[5,1,2],[5,1,2],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[11,7,8],[11,7,8],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,0,0],[7,0,0],[10,4,6],[4,0,0],[12,6,8],[4,0,0],[13,9,10],[7,3,4],[7,3,2],[3,0,0],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[7,1,1],[7,1,1],[9,0,1],[8,0,2],[6,0,2],[4,0,0],[8,2,4],[9,3,5],[6,0,0],[10,5,2],[13,8,4],[7,2,0],[13,6,0],[6,0,0],[13,8,2],[13,8,2],[10,5,0],[14,9,3],[16,11,5],[29,26,17],[36,37,23],[21,22,6],[33,31,16],[58,55,40],[33,27,15],[42,32,23],[32,19,13],[27,14,8],[44,30,27],[10,0,0],[13,2,0],[13,3,1],[7,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[6,2,3],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,0,1],[8,6,7],[23,21,22],[1,0,0],[1,0,0],[9,7,8],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[44,44,44],[141,141,141],[6,6,6],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[4,2,3],[7,5,6],[3,1,2],[2,0,1],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[7,3,4],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[12,8,7],[4,0,0],[7,3,4],[3,0,0],[4,0,3],[9,4,8],[3,0,2],[3,0,2],[6,1,5],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[4,1,0],[4,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[16,12,13],[3,0,0],[5,1,2],[10,6,7],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[10,4,6],[61,55,57],[42,36,38],[7,3,4],[4,0,1],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,3,3],[4,0,0],[7,1,3],[17,11,11],[11,6,3],[5,0,0],[5,0,0],[4,0,0],[12,7,1],[21,16,10],[13,8,2],[7,2,0],[30,25,19],[20,16,7],[10,6,0],[18,16,4],[42,43,27],[46,48,27],[25,24,4],[17,14,0],[11,6,0],[15,8,0],[15,6,0],[35,23,9],[37,25,13],[17,4,0],[8,0,0],[19,9,0],[17,8,1],[10,3,0],[38,31,25],[5,0,0],[6,1,0],[5,2,0],[4,1,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[8,6,7],[1,0,0],[0,0,0],[0,0,0],[7,7,7],[3,3,3],[66,66,66],[191,191,191],[2,2,2],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[18,16,17],[5,3,4],[1,0,0],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[3,0,0],[6,2,3],[3,0,0],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,5],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,2],[11,6,10],[7,3,4],[3,0,0],[6,2,3],[3,0,0],[8,4,1],[4,0,0],[5,1,0],[4,0,0],[10,6,5],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,2],[6,0,2],[6,0,4],[6,0,4],[5,0,4],[5,0,4],[3,1,2],[3,1,2],[3,2,0],[2,2,0],[2,2,0],[3,2,0],[10,6,7],[4,0,0],[26,22,23],[19,15,16],[3,0,0],[4,0,1],[3,0,0],[9,5,6],[4,0,0],[5,1,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[8,2,2],[4,0,0],[7,1,1],[12,7,4],[6,1,0],[4,0,0],[6,1,0],[4,0,0],[9,4,0],[45,42,35],[30,27,18],[5,2,0],[33,30,21],[24,22,10],[22,18,7],[11,7,0],[58,57,39],[43,45,23],[31,31,7],[24,22,0],[33,29,4],[41,33,10],[61,51,26],[36,25,3],[20,8,0],[32,19,0],[19,8,0],[34,22,8],[38,28,16],[10,0,0],[12,2,0],[7,0,0],[8,1,0],[10,3,0],[9,2,0],[7,0,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[9,7,8],[7,5,6],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[4,2,3],[0,0,0],[6,6,6],[0,0,0],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[17,15,16],[4,2,3],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[4,0,1],[4,0,1],[3,0,0],[5,1,2],[7,3,4],[4,0,1],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[13,9,8],[3,0,0],[6,2,3],[11,7,8],[3,0,0],[5,1,2],[10,5,9],[3,0,2],[4,0,1],[3,0,0],[12,8,7],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,2],[8,0,2],[6,0,4],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,2,0],[3,2,0],[2,2,0],[2,2,0],[2,2,0],[3,0,0],[8,2,4],[3,0,0],[8,4,5],[13,9,10],[3,0,0],[10,6,7],[4,0,1],[4,0,0],[5,1,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[6,0,0],[9,4,1],[8,3,0],[4,0,0],[4,0,0],[9,4,1],[16,11,7],[16,11,7],[32,29,22],[19,16,9],[12,9,0],[25,23,11],[65,63,51],[32,30,17],[20,16,4],[11,9,0],[109,108,88],[96,95,74],[48,48,22],[21,20,0],[49,45,16],[45,40,10],[66,60,28],[53,44,13],[35,26,0],[59,48,20],[80,70,45],[63,52,32],[26,14,0],[35,23,9],[17,5,0],[8,0,0],[7,0,0],[6,0,0],[7,0,0],[7,0,0],[9,2,0],[12,4,1],[9,4,1],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[8,6,7],[2,0,1],[5,3,4],[5,5,5],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[6,2,3],[9,5,6],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[7,3,4],[3,0,0],[6,2,3],[7,3,2],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[4,0,1],[4,0,1],[8,4,5],[8,4,5],[36,32,33],[26,22,23],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,4,5],[14,10,11],[3,0,2],[3,0,2],[6,4,7],[1,0,2],[97,95,98],[15,13,16],[4,0,1],[5,1,2],[8,2,4],[8,2,4],[9,0,1],[9,0,1],[10,0,0],[11,1,0],[8,0,0],[11,3,0],[6,1,0],[6,1,0],[10,7,2],[10,7,2],[17,14,9],[34,31,26],[54,51,44],[45,42,35],[50,47,38],[17,15,3],[55,53,40],[55,53,38],[47,45,30],[59,58,40],[44,43,23],[88,87,66],[111,111,85],[103,102,72],[63,60,27],[62,58,21],[108,104,66],[82,77,39],[68,60,23],[66,58,22],[84,73,43],[125,113,89],[43,30,11],[35,22,6],[55,41,30],[50,37,28],[26,16,6],[23,13,4],[16,6,0],[8,0,0],[7,0,0],[10,0,0],[9,1,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[1,0,0],[3,1,2],[0,0,0],[11,11,11],[8,8,8],[0,0,0],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,1],[4,0,1],[10,6,7],[3,0,0],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[6,2,3],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[9,5,6],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[7,3,0],[5,1,0],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[13,9,10],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[6,1,0],[5,0,0],[3,0,0],[6,2,3],[18,13,17],[16,14,17],[43,41,44],[252,250,253],[76,74,77],[5,1,2],[6,2,3],[9,3,5],[9,3,3],[10,1,2],[10,2,0],[10,2,0],[12,2,0],[14,7,1],[6,0,0],[4,0,0],[20,15,9],[27,24,17],[7,4,0],[10,7,2],[48,45,40],[19,16,9],[3,0,0],[37,34,25],[27,25,13],[82,80,67],[56,54,39],[21,20,2],[85,84,66],[93,92,74],[69,68,48],[50,50,26],[101,102,71],[91,91,57],[95,93,54],[102,100,59],[56,53,10],[69,64,24],[42,34,0],[76,67,34],[129,118,90],[44,32,10],[37,24,8],[20,6,0],[57,43,34],[84,71,62],[70,60,50],[48,38,29],[27,17,8],[15,6,0],[14,5,0],[11,3,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[3,1,2],[6,4,5],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[20,18,19],[131,129,130],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[7,5,6]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[8,4,5],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[1,0,0],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[6,2,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,4,5],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[1,0,0],[3,1,2],[10,8,9],[1,0,0],[8,4,5],[8,4,5],[4,0,1],[3,0,0],[4,0,0],[8,2,2],[6,0,0],[5,0,0],[8,3,0],[4,0,0],[4,0,0],[3,0,0],[2,2,2],[0,0,0],[1,1,0],[6,5,3],[3,0,0],[7,2,0],[11,3,1],[7,0,0],[8,0,0],[17,3,2],[10,0,0],[18,3,0],[11,0,0],[23,10,4],[14,1,0],[15,4,0],[9,1,0],[11,5,5],[4,0,0],[32,26,28],[46,42,43],[7,3,4],[30,26,27],[4,0,1],[6,2,3],[3,0,0],[11,5,5],[7,1,1],[14,8,8],[6,0,0],[6,0,0],[18,11,5],[49,40,31],[11,3,0],[7,0,0],[60,53,45],[71,66,60],[40,35,29],[76,73,68],[36,33,28],[37,36,31],[1,1,0],[10,7,0],[18,16,4],[52,50,37],[30,28,13],[4,1,0],[13,10,0],[84,82,67],[24,23,5],[7,6,0],[82,82,54],[47,48,14],[142,142,104],[88,89,47],[37,36,0],[35,34,0],[42,39,0],[88,82,46],[80,71,42],[30,18,0],[51,38,22],[29,15,6],[28,13,6],[59,46,37],[74,61,52],[58,48,39],[18,8,0],[14,3,0],[30,19,15],[21,11,9],[12,2,0],[7,0,0],[8,0,0],[5,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[1,0,0],[15,13,14],[1,0,0],[6,4,5],[1,0,0],[4,2,3],[9,7,8],[90,88,89],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[11,7,8],[4,0,1],[87,83,84],[99,95,96],[3,0,0],[13,9,10],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[11,7,6],[3,0,0],[3,0,0],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[7,3,4],[6,2,3],[5,1,2],[8,4,5],[10,6,7],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,1],[1,0,0],[104,102,103],[109,107,108],[9,7,8],[3,0,0],[6,2,3],[3,0,0],[10,6,5],[9,3,3],[6,0,0],[4,0,0],[4,0,0],[5,0,0],[9,4,1],[11,6,3],[9,5,2],[2,4,1],[9,11,8],[5,5,3],[1,0,0],[6,2,0],[6,0,0],[7,0,0],[14,3,0],[18,3,0],[19,2,0],[18,0,0],[32,13,6],[39,20,13],[42,24,14],[30,12,2],[28,11,3],[9,0,0],[12,3,0],[8,0,0],[9,1,0],[4,0,0],[5,0,0],[9,3,3],[4,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[8,0,0],[6,0,0],[30,23,17],[33,24,17],[49,41,28],[31,23,10],[33,25,14],[21,14,4],[24,17,9],[31,26,20],[29,26,21],[15,12,7],[4,3,0],[39,38,33],[59,56,49],[33,30,21],[29,27,14],[16,14,0],[11,8,0],[27,24,9],[50,48,35],[35,33,18],[18,17,0],[58,58,32],[102,103,71],[123,125,86],[133,136,93],[70,73,28],[62,63,19],[81,79,38],[86,82,45],[26,19,0],[17,6,0],[71,59,43],[32,18,9],[43,30,22],[42,29,20],[77,67,57],[56,46,37],[38,28,19],[28,17,11],[7,0,0],[9,0,0],[20,10,8],[7,0,0],[8,0,0],[6,0,0],[5,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[11,9,10],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[33,33,33],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[17,13,14],[3,0,0],[14,10,11],[249,245,246],[255,254,255],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[1,0,0],[13,11,12],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[5,1,0],[11,7,4],[10,6,5],[5,1,0],[4,0,0],[6,2,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,2],[8,4,3],[6,2,1],[4,0,0],[6,2,1],[5,1,0],[5,1,0],[7,3,2],[8,4,5],[4,0,1],[21,17,18],[8,4,5],[4,0,0],[6,0,0],[12,6,6],[4,0,0],[11,2,3],[7,0,0],[9,1,0],[10,2,0],[6,0,0],[7,0,0],[9,0,0],[4,0,0],[0,0,0],[3,5,2],[0,0,0],[3,0,0],[6,1,0],[7,0,0],[8,0,0],[17,2,0],[25,6,0],[34,14,5],[39,17,6],[33,11,0],[51,27,15],[57,33,21],[51,27,15],[35,13,0],[26,10,0],[25,11,0],[20,7,0],[30,17,9],[13,2,0],[19,8,4],[7,0,0],[15,6,1],[7,0,0],[9,1,0],[13,6,0],[10,1,0],[10,1,0],[9,0,0],[33,24,15],[27,17,7],[44,35,20],[45,36,19],[37,28,13],[7,0,0],[6,0,0],[23,18,12],[3,0,0],[13,9,6],[9,8,4],[20,19,14],[32,29,22],[39,36,27],[22,18,7],[14,10,0],[34,28,14],[77,74,59],[44,42,30],[12,10,0],[27,28,10],[73,75,51],[79,82,51],[92,96,61],[99,104,64],[41,46,5],[48,50,10],[109,111,72],[93,93,59],[56,52,23],[36,30,8],[45,36,19],[42,29,20],[30,17,9],[59,49,40],[51,42,33],[14,5,0],[25,16,9],[39,30,25],[16,7,2],[11,1,0],[7,0,0],[7,0,0],[9,0,1],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[11,11,11],[2,2,2],[10,10,10],[0,0,0],[5,5,5],[0,0,0],[7,7,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[81,77,78],[101,97,98],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[65,63,64],[53,51,52],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[6,2,3],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[11,7,6],[11,7,6],[7,3,2],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[10,6,7],[3,0,0],[4,0,1],[3,0,0],[9,3,3],[8,2,2],[6,0,0],[4,0,0],[6,0,0],[6,0,0],[9,1,0],[11,1,0],[7,0,0],[7,0,0],[8,0,0],[9,1,0],[5,4,0],[0,1,0],[1,0,0],[9,4,0],[9,2,0],[17,7,0],[25,11,2],[22,4,0],[38,16,3],[45,22,8],[51,28,12],[38,12,0],[57,31,14],[53,28,8],[65,40,20],[63,40,22],[59,38,19],[75,56,39],[41,24,8],[32,14,0],[30,14,1],[31,14,4],[22,8,0],[18,5,0],[22,9,1],[11,0,0],[14,1,0],[14,1,0],[33,20,11],[32,20,8],[26,14,2],[13,1,0],[49,38,20],[77,66,48],[50,38,22],[27,17,5],[12,3,0],[34,27,21],[23,18,14],[7,3,0],[10,9,5],[11,10,6],[32,29,24],[31,28,21],[4,0,0],[23,19,8],[36,30,18],[43,37,25],[34,30,19],[15,13,1],[34,35,17],[16,20,0],[43,48,18],[59,67,30],[57,65,24],[21,30,0],[25,32,0],[123,128,88],[121,122,88],[49,48,18],[39,34,12],[37,30,12],[9,0,0],[25,15,6],[52,43,34],[15,6,0],[7,0,0],[16,7,0],[21,12,7],[22,14,11],[14,6,4],[8,0,0],[8,0,0],[10,1,2],[8,2,2],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[8,6,7],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[7,5,6],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[0,0,0],[1,1,1],[6,6,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,4],[4,0,1],[11,7,8],[6,2,3],[3,0,0],[4,0,1],[7,3,4],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[67,65,66],[55,53,54],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[9,5,2],[36,32,29],[41,37,34],[14,10,7],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[9,5,6],[37,33,34],[47,43,44],[15,11,12],[3,0,0],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[9,5,4],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[6,2,1],[4,0,0],[8,2,2],[9,3,3],[4,0,0],[18,9,10],[6,0,0],[6,0,0],[15,7,5],[11,1,0],[14,4,2],[10,0,0],[9,0,0],[12,1,0],[13,0,0],[12,0,0],[14,5,0],[13,8,5],[4,0,0],[6,0,0],[9,0,0],[10,0,0],[23,6,0],[39,21,9],[43,21,7],[61,38,22],[49,23,6],[52,27,5],[54,28,5],[70,44,21],[48,22,0],[65,41,17],[93,69,43],[57,31,6],[79,51,27],[55,29,6],[42,17,0],[64,42,21],[40,17,0],[31,10,0],[32,13,0],[33,14,0],[39,21,9],[26,8,0],[30,12,0],[50,32,18],[27,10,0],[30,13,0],[31,16,0],[51,36,15],[51,39,17],[32,21,3],[55,46,31],[29,21,10],[18,11,3],[22,17,13],[19,14,11],[22,18,17],[15,11,10],[34,29,26],[24,19,15],[9,2,0],[64,57,49],[50,42,31],[29,23,11],[13,9,0],[24,22,9],[38,39,23],[31,35,12],[83,89,61],[69,79,45],[69,79,42],[62,73,33],[142,150,111],[109,117,78],[60,66,32],[32,35,6],[46,46,22],[23,20,1],[6,0,0],[51,43,32],[19,12,4],[9,2,0],[19,12,6],[17,10,4],[6,0,0],[11,6,2],[12,7,4],[6,1,0],[7,1,1],[9,3,3],[9,3,3],[6,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[6,4,5],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[71,69,70],[63,61,62],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[8,4,5],[9,5,6],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[10,6,7],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[5,3,4],[1,0,0],[14,12,13],[1,0,0],[4,2,3],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[10,6,3],[8,4,1],[3,0,0],[4,0,0],[8,4,3],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[8,4,3],[4,0,0],[4,0,0],[16,10,10],[4,0,0],[6,0,0],[7,0,0],[16,8,6],[9,1,0],[9,0,0],[8,0,0],[9,0,0],[15,4,0],[26,12,9],[26,12,9],[17,4,0],[10,0,0],[9,0,0],[14,4,2],[11,0,0],[11,0,0],[21,4,0],[37,17,6],[56,34,20],[80,57,39],[73,46,27],[68,42,19],[62,36,11],[58,32,5],[69,44,14],[57,34,3],[60,37,6],[77,52,21],[65,34,3],[104,71,38],[107,74,43],[60,29,1],[82,52,26],[77,49,25],[57,30,9],[43,18,0],[52,26,9],[74,51,33],[39,18,0],[52,31,12],[71,50,31],[25,4,0],[37,16,0],[30,12,0],[36,20,0],[33,18,0],[40,27,8],[42,30,14],[19,9,0],[19,12,4],[17,12,8],[19,13,13],[46,42,43],[16,12,13],[11,5,5],[15,10,7],[27,19,16],[34,27,21],[7,0,0],[15,9,0],[16,12,0],[57,58,44],[83,86,67],[38,43,21],[80,89,60],[90,101,67],[68,80,42],[81,93,53],[161,173,133],[169,179,142],[89,99,64],[5,12,0],[27,29,5],[21,20,0],[6,3,0],[34,31,16],[8,4,0],[29,24,18],[8,3,0],[4,0,0],[8,3,0],[5,0,0],[13,8,5],[4,0,0],[7,1,1],[9,3,3],[10,4,4],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[3,1,2],[1,0,0],[1,0,0],[12,10,11],[137,135,136],[121,119,120],[6,4,5],[7,7,7],[1,1,1],[54,54,54],[250,250,250],[95,95,95],[6,6,6],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[7,3,4],[8,4,5],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[10,6,7],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[4,0,5],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[3,0,0],[8,4,3],[8,4,5],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[9,5,6],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[9,3,3],[6,0,0],[8,0,0],[6,0,0],[15,5,4],[13,3,2],[10,0,0],[14,4,2],[14,3,1],[8,0,0],[18,4,1],[30,17,11],[29,14,9],[33,18,13],[34,19,14],[18,3,0],[13,0,0],[22,6,6],[25,7,5],[31,12,6],[48,28,19],[61,37,25],[71,45,30],[86,59,40],[65,39,16],[73,46,19],[61,36,6],[64,39,8],[69,46,12],[69,49,14],[60,40,5],[72,48,12],[88,53,15],[114,74,38],[123,83,48],[125,86,53],[126,91,59],[109,75,47],[90,58,33],[73,43,19],[79,51,29],[80,52,31],[55,28,7],[66,40,17],[100,76,52],[74,50,24],[56,32,6],[33,12,0],[64,47,21],[57,43,17],[64,52,30],[38,26,10],[36,26,16],[29,20,13],[9,1,0],[20,14,14],[9,5,6],[26,22,23],[22,16,18],[16,10,10],[33,25,22],[22,13,8],[23,12,6],[32,23,14],[3,1,0],[79,80,64],[124,127,108],[50,55,32],[96,105,76],[61,72,38],[3,17,0],[51,66,27],[113,128,89],[94,109,70],[117,129,93],[13,23,0],[14,18,0],[76,78,54],[32,31,10],[4,1,0],[6,2,0],[30,25,21],[9,4,0],[3,0,0],[5,1,0],[3,0,0],[10,4,4],[8,2,2],[8,2,2],[10,4,4],[11,5,5],[8,2,2],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[6,2,1],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[2,2,2],[2,2,2],[13,13,13],[207,207,207],[43,43,43],[0,0,0],[7,7,7],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[3,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,1,3],[8,2,4],[7,1,3],[4,0,1],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[9,1,0],[8,0,0],[16,2,1],[14,0,0],[27,11,11],[11,0,0],[13,2,0],[40,29,25],[63,50,44],[40,25,18],[50,33,26],[48,29,23],[17,0,0],[20,3,0],[34,19,12],[17,2,0],[15,0,0],[13,0,0],[28,9,5],[48,27,22],[56,33,25],[60,37,23],[55,29,12],[38,12,0],[59,33,6],[48,23,0],[42,18,0],[85,63,24],[89,70,28],[73,56,12],[64,47,3],[111,90,47],[117,88,44],[126,93,50],[99,65,27],[141,107,72],[124,91,56],[102,72,38],[111,82,50],[83,56,26],[72,46,19],[66,42,14],[96,73,42],[79,56,22],[99,77,38],[108,85,44],[79,55,17],[91,67,33],[66,47,17],[87,71,45],[76,62,36],[21,8,0],[48,38,26],[48,39,32],[22,14,12],[13,7,7],[33,29,28],[56,52,53],[25,20,24],[4,0,0],[20,15,9],[17,10,0],[49,42,32],[24,18,6],[41,40,20],[128,132,109],[104,108,85],[68,73,50],[15,25,0],[37,50,20],[41,57,21],[86,102,65],[137,153,116],[25,40,1],[64,76,38],[65,75,40],[72,77,47],[81,83,59],[37,36,16],[6,3,0],[7,2,0],[4,0,0],[11,5,5],[12,6,6],[10,4,4],[10,4,6],[4,0,0],[6,0,2],[8,2,2],[11,5,5],[11,6,3],[8,3,0],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[7,3,2],[1,0,0],[3,1,2],[1,0,0],[4,2,3],[6,4,5],[2,0,1],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[5,5,5],[2,2,2],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[4,2,3],[1,0,0],[1,0,2],[1,0,2],[3,1,4],[6,4,7],[2,0,3],[1,0,2],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[6,5,3],[6,5,3],[1,0,0],[6,5,3],[5,4,2],[3,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[40,36,37],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[11,10,8],[1,0,0],[13,12,10],[1,0,0],[8,7,5],[28,27,25],[21,20,18],[11,10,8],[4,0,0],[3,0,0],[6,2,1],[8,4,3],[6,2,1],[1,0,0],[0,1,0],[4,6,1],[2,1,0],[3,0,0],[7,0,0],[10,0,0],[14,2,4],[8,0,0],[8,0,2],[12,1,9],[10,0,8],[4,0,2],[9,5,6],[3,0,0],[48,44,41],[139,134,130],[14,3,0],[13,0,0],[30,6,4],[45,19,18],[43,17,18],[34,10,8],[34,17,10],[58,44,35],[68,51,41],[30,10,0],[80,53,44],[84,54,46],[34,5,0],[19,0,0],[13,0,0],[44,31,22],[21,6,0],[13,0,0],[40,21,15],[59,39,32],[68,46,35],[60,37,23],[58,33,13],[68,42,17],[51,27,0],[70,47,6],[65,44,0],[118,100,50],[96,80,28],[92,79,26],[126,113,60],[123,110,57],[95,82,30],[69,55,10],[87,69,33],[57,36,5],[55,35,0],[72,53,13],[100,83,40],[117,102,61],[71,58,23],[95,85,49],[99,91,45],[93,81,29],[110,96,35],[130,112,50],[137,115,58],[131,107,59],[82,59,25],[54,35,5],[58,41,13],[61,46,23],[35,23,9],[17,6,0],[24,16,14],[8,2,2],[46,43,36],[26,25,21],[8,5,12],[1,0,2],[53,54,38],[36,38,16],[16,17,0],[72,74,53],[140,144,111],[118,124,88],[95,102,71],[66,75,48],[5,17,0],[58,72,47],[68,82,56],[60,77,45],[92,108,72],[44,59,20],[82,94,56],[85,92,58],[80,83,54],[18,17,0],[22,16,2],[8,1,0],[11,1,0],[9,0,2],[9,0,5],[10,1,6],[14,4,12],[5,0,5],[7,0,7],[6,0,4],[6,0,2],[14,9,6],[4,0,0],[19,14,10],[33,25,22],[16,8,5],[9,1,0],[5,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[4,2,5],[1,0,2],[6,4,7],[1,0,2],[1,0,2],[7,5,8],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[19,18,16],[1,0,0],[1,0,0],[7,6,4],[1,0,0],[1,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[7,3,4],[14,10,11],[54,50,51],[29,25,26],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[3,3,1],[11,10,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[8,7,5],[4,3,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[2,1,0],[2,3,0],[1,2,0],[1,0,0],[9,4,0],[12,2,1],[8,0,0],[10,0,0],[11,0,4],[9,0,6],[13,3,11],[6,0,4],[10,1,6],[11,2,5],[6,0,0],[58,48,46],[172,161,155],[11,0,0],[15,0,0],[36,7,1],[76,45,42],[43,12,9],[20,0,0],[50,32,22],[29,13,0],[14,0,0],[23,0,0],[53,21,10],[102,65,56],[58,24,14],[20,0,0],[27,14,0],[23,11,0],[16,0,0],[26,6,0],[41,19,8],[75,51,39],[80,54,41],[77,51,34],[70,44,21],[67,42,11],[57,33,0],[89,68,21],[98,81,29],[128,113,56],[132,120,62],[136,126,67],[183,174,115],[126,120,62],[113,111,54],[92,89,38],[65,57,18],[58,45,10],[59,45,6],[63,50,6],[132,122,73],[143,137,89],[100,97,54],[118,115,70],[122,121,67],[76,72,9],[129,121,49],[138,124,51],[169,148,81],[152,130,73],[90,67,23],[84,65,25],[93,75,35],[114,100,65],[62,47,24],[48,36,22],[24,15,6],[11,4,0],[27,26,6],[18,19,3],[24,23,21],[21,22,16],[71,78,47],[91,99,62],[31,37,9],[108,113,83],[91,98,57],[130,138,97],[103,113,78],[56,66,39],[19,31,9],[38,51,31],[44,59,36],[0,8,0],[66,81,48],[63,77,41],[80,92,54],[62,69,35],[49,52,23],[59,57,36],[17,11,0],[7,0,0],[17,6,4],[8,0,0],[18,8,9],[7,0,2],[15,5,13],[25,15,23],[4,0,2],[11,5,7],[8,2,2],[13,8,5],[4,0,0],[14,9,3],[23,15,12],[6,0,0],[6,0,0],[6,0,0],[7,1,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,2],[11,9,12],[1,0,2],[16,14,17],[21,19,22],[1,0,2],[7,5,6],[3,1,2],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[8,7,5],[3,2,0],[1,0,0],[10,9,7],[6,2,3],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[1,0,0],[6,5,3],[7,6,4],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[7,1,1],[11,3,1],[6,0,0],[13,5,3],[47,39,37],[45,40,37],[12,7,4],[3,0,0],[7,5,6],[8,6,9],[1,0,2],[7,2,6],[6,0,0],[15,3,5],[26,10,10],[27,6,5],[29,8,3],[27,7,0],[54,32,21],[36,7,0],[58,25,16],[74,44,34],[52,25,14],[42,23,8],[18,1,0],[23,4,0],[55,29,14],[47,13,1],[96,60,48],[71,37,25],[27,1,0],[35,20,1],[13,0,0],[26,3,0],[37,10,0],[32,3,0],[64,35,17],[73,42,22],[73,43,19],[57,30,0],[76,50,13],[74,51,7],[80,60,10],[75,58,4],[120,107,52],[131,120,64],[131,124,69],[144,139,84],[158,155,100],[147,147,87],[167,167,107],[127,124,73],[64,58,10],[62,54,5],[116,109,57],[159,154,99],[94,91,38],[110,110,60],[51,51,0],[91,92,34],[117,116,52],[136,132,59],[127,117,45],[170,153,84],[157,137,74],[132,113,57],[107,90,38],[59,43,0],[98,84,35],[112,98,59],[107,94,62],[60,50,25],[36,29,3],[75,72,37],[58,57,26],[52,53,35],[36,40,17],[58,67,22],[176,186,134],[102,110,69],[94,102,63],[101,108,67],[74,80,42],[34,41,8],[27,37,10],[0,11,0],[0,6,0],[16,30,7],[122,136,110],[144,158,125],[33,45,9],[54,64,27],[21,27,0],[58,58,30],[64,62,41],[32,26,12],[14,6,0],[21,11,1],[19,9,0],[7,0,0],[7,0,0],[10,2,0],[159,150,151],[69,64,61],[4,0,0],[12,7,3],[13,8,4],[6,0,0],[17,10,4],[24,16,13],[9,1,0],[12,2,3],[11,2,3],[7,1,1],[3,0,0],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[31,29,30],[35,33,34],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[195,193,196],[205,203,206],[3,1,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[9,8,6],[2,1,0],[7,6,4],[1,0,0],[10,9,7],[1,0,0],[4,0,1],[3,0,0],[11,7,8],[5,1,2],[11,7,8],[7,3,4],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[5,4,2],[4,3,1],[2,1,0],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[8,0,0],[8,0,0],[14,0,0],[8,0,0],[7,0,0],[4,0,0],[1,0,0],[3,5,2],[0,2,0],[0,1,0],[1,3,2],[4,0,0],[11,1,0],[44,26,24],[24,0,0],[52,23,19],[79,50,44],[49,25,15],[49,25,13],[62,33,19],[52,20,5],[54,25,7],[79,52,33],[70,49,28],[50,32,12],[23,2,0],[53,25,11],[59,25,13],[84,48,34],[85,52,35],[34,7,0],[38,22,0],[53,37,11],[74,46,22],[98,64,39],[83,49,24],[67,33,6],[87,53,25],[90,57,26],[68,38,0],[94,67,24],[62,40,0],[80,60,7],[100,85,28],[127,116,60],[139,132,77],[136,133,80],[84,82,33],[155,155,103],[186,190,131],[128,132,71],[146,147,90],[150,148,97],[143,140,89],[184,181,130],[191,189,138],[141,141,89],[106,108,58],[85,90,36],[77,80,23],[112,113,53],[194,190,127],[157,149,84],[165,154,90],[192,176,114],[125,109,50],[89,73,14],[116,101,42],[96,81,26],[102,88,41],[143,130,88],[128,115,81],[116,108,72],[137,132,90],[148,146,107],[36,36,10],[1,4,0],[61,69,20],[180,190,137],[63,75,29],[82,93,53],[92,100,61],[5,13,0],[7,16,0],[0,5,0],[117,126,105],[170,182,162],[106,119,99],[151,165,140],[79,92,62],[30,41,7],[1,11,0],[15,21,0],[90,90,62],[112,110,87],[53,47,31],[26,19,3],[65,56,39],[34,25,8],[26,19,3],[29,21,10],[8,1,0],[87,80,72],[41,36,30],[7,2,0],[9,5,0],[13,9,0],[9,2,0],[24,17,11],[31,23,20],[18,9,10],[15,4,8],[6,0,0],[5,0,0],[3,0,0],[8,4,3],[15,11,10],[12,8,7],[5,1,0],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[13,11,12],[66,64,65],[66,64,65],[2,0,1],[3,1,4],[10,8,11],[1,0,2],[17,15,18],[27,25,26],[7,5,6],[3,1,2],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[9,8,6],[1,0,0],[1,0,0],[1,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,0,0],[8,7,5],[1,0,0],[16,12,11],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[12,0,0],[13,0,0],[8,0,0],[14,6,4],[11,7,6],[0,0,0],[0,3,0],[0,4,0],[0,2,0],[2,3,0],[4,0,0],[20,7,1],[52,32,25],[55,26,20],[38,3,0],[86,52,43],[75,47,36],[56,28,16],[92,60,45],[77,45,24],[53,23,0],[66,39,12],[47,26,0],[36,14,0],[20,0,0],[58,29,13],[80,44,32],[80,44,30],[120,87,68],[78,52,27],[71,55,22],[81,62,29],[101,68,37],[128,89,58],[110,71,40],[91,52,19],[134,98,62],[92,59,18],[87,56,10],[118,92,41],[114,93,36],[115,99,40],[163,151,93],[152,143,86],[142,139,86],[100,100,50],[39,41,0],[82,85,40],[129,136,85],[64,71,19],[108,112,61],[151,153,103],[104,106,59],[138,139,97],[168,169,129],[86,89,46],[57,63,17],[46,54,5],[129,135,87],[95,99,49],[206,206,156],[234,231,180],[192,185,131],[142,131,77],[82,66,14],[106,90,38],[126,110,58],[140,124,73],[124,107,61],[76,61,20],[73,58,25],[75,62,28],[97,88,47],[102,97,59],[34,30,5],[14,14,0],[27,34,0],[165,174,129],[74,84,47],[62,72,38],[88,95,61],[67,72,40],[65,71,43],[20,28,5],[78,87,68],[151,160,143],[62,74,54],[86,98,74],[76,87,57],[102,112,78],[39,46,12],[5,9,0],[43,44,13],[75,71,46],[46,39,21],[14,7,0],[64,58,32],[49,43,17],[9,3,0],[21,14,0],[12,6,0],[12,6,0],[4,0,0],[11,7,0],[15,9,0],[14,8,0],[6,0,0],[11,4,0],[12,2,0],[7,0,0],[15,3,7],[7,0,0],[5,0,0],[3,0,0],[10,6,5],[18,14,13],[14,10,9],[6,2,1],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[9,7,8],[4,2,3],[1,0,0],[1,0,0],[8,6,7],[1,0,2],[9,7,10],[1,0,2],[1,0,2],[2,0,1],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[1,0,0],[87,85,86],[13,11,12],[1,0,0],[4,3,1],[1,0,0],[8,7,5],[6,2,3],[3,0,0],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[9,8,6],[1,0,0],[11,10,8],[3,0,0],[3,0,0],[120,116,115],[24,20,19],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[13,1,1],[9,0,0],[5,0,0],[2,1,0],[1,1,0],[4,6,1],[0,1,0],[142,142,134],[235,231,222],[35,22,13],[34,16,6],[51,24,13],[51,19,8],[71,35,23],[50,14,2],[60,28,17],[70,41,27],[70,39,19],[80,48,23],[91,62,32],[57,30,0],[37,12,0],[68,44,16],[54,27,6],[53,22,4],[57,21,7],[105,69,55],[129,98,77],[31,6,0],[48,32,0],[110,91,51],[111,77,40],[151,111,75],[125,85,49],[104,65,26],[158,121,79],[108,76,29],[131,101,49],[131,106,50],[153,135,73],[153,139,76],[177,169,107],[167,162,106],[117,115,64],[95,97,50],[61,66,25],[34,41,0],[97,106,63],[90,99,54],[76,86,36],[157,165,118],[131,138,97],[72,78,42],[105,111,77],[97,104,70],[70,78,37],[90,99,56],[105,114,71],[124,131,89],[221,223,184],[248,246,207],[255,255,212],[163,155,106],[94,82,34],[123,106,60],[147,130,84],[179,162,118],[109,92,48],[85,67,29],[87,68,36],[86,69,39],[86,74,36],[52,44,8],[37,31,9],[17,15,0],[0,6,0],[163,171,134],[117,126,97],[101,110,83],[101,108,77],[93,100,69],[89,95,69],[74,82,61],[51,60,43],[13,21,6],[87,96,79],[198,207,186],[114,124,97],[71,80,49],[110,116,82],[6,10,0],[65,66,35],[66,64,39],[36,31,9],[22,16,0],[25,20,0],[47,42,12],[20,15,0],[46,40,16],[23,18,0],[32,27,8],[35,32,15],[24,21,4],[11,5,0],[6,0,0],[6,0,0],[21,14,4],[20,11,6],[7,0,0],[17,5,9],[16,5,9],[7,1,1],[3,0,0],[6,2,1],[11,7,6],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[2,0,1],[1,0,0],[2,0,1],[13,11,12],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[9,7,8],[254,252,253],[87,85,86],[4,2,3],[6,4,5],[6,4,5],[1,0,0],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[9,5,6],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[11,7,6],[3,0,0],[6,2,1],[5,1,0],[10,6,5],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[8,0,0],[8,0,0],[12,4,2],[8,0,0],[4,0,0],[9,5,4],[8,4,3],[3,0,0],[5,0,0],[11,4,0],[170,160,151],[255,248,238],[53,34,20],[36,10,0],[78,49,33],[60,27,10],[52,19,2],[61,28,11],[55,21,9],[60,28,15],[66,34,13],[103,72,44],[93,64,30],[56,27,0],[79,53,20],[106,79,50],[93,65,43],[63,31,16],[41,5,0],[111,75,61],[111,80,59],[44,19,0],[67,49,9],[120,98,57],[111,77,39],[153,115,78],[140,102,63],[83,48,6],[122,90,43],[139,109,59],[149,124,68],[105,85,24],[152,137,72],[139,128,64],[112,106,44],[131,129,72],[99,99,49],[99,102,57],[83,90,49],[87,94,60],[90,101,67],[84,96,60],[103,116,73],[157,170,127],[100,112,76],[82,93,63],[119,129,104],[96,107,77],[84,96,58],[99,112,69],[89,100,60],[146,154,117],[193,198,166],[209,210,176],[229,230,188],[161,158,113],[151,139,97],[128,113,74],[60,45,6],[100,82,44],[113,95,57],[118,98,63],[110,88,64],[101,81,56],[41,26,0],[44,33,3],[63,54,37],[41,35,21],[35,37,13],[161,167,141],[106,113,95],[58,65,47],[27,33,7],[45,51,23],[39,44,21],[99,104,84],[49,56,40],[34,40,26],[97,104,88],[140,147,129],[0,5,0],[65,71,43],[173,178,146],[50,53,22],[69,69,41],[109,105,78],[47,41,17],[50,44,20],[29,24,0],[43,38,9],[106,102,75],[124,119,97],[76,71,51],[41,36,17],[68,63,44],[71,65,49],[36,30,14],[11,5,0],[13,5,0],[59,51,40],[60,49,43],[22,11,9],[15,0,3],[8,0,0],[8,2,2],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[6,4,5],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[8,6,7],[6,2,3],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[3,0,0],[4,0,0],[7,3,2],[3,0,0],[6,2,1],[3,0,0],[8,4,3],[5,0,0],[7,1,1],[9,3,3],[9,3,3],[7,1,1],[5,0,0],[7,0,0],[8,0,0],[4,0,0],[9,5,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[12,2,0],[10,0,0],[39,21,11],[40,16,4],[56,28,14],[74,43,25],[83,51,30],[74,39,19],[61,26,4],[51,16,0],[61,25,11],[47,14,0],[80,48,27],[138,108,80],[119,90,56],[86,58,21],[91,62,28],[59,29,1],[77,46,25],[66,33,16],[52,19,4],[110,79,61],[82,54,30],[81,58,26],[88,70,30],[103,84,41],[114,86,47],[86,54,16],[112,80,41],[91,62,18],[120,93,46],[152,129,77],[130,111,53],[127,113,50],[164,155,88],[182,177,111],[145,144,80],[105,106,48],[129,133,82],[118,124,80],[70,78,39],[81,91,57],[73,86,58],[81,96,65],[119,136,94],[88,105,63],[63,79,43],[117,132,103],[86,100,75],[88,101,73],[85,100,59],[96,112,65],[115,128,84],[97,108,68],[128,135,101],[177,183,147],[217,223,175],[159,161,111],[154,147,101],[115,103,61],[99,85,48],[73,58,19],[110,93,50],[137,118,78],[93,72,43],[74,54,27],[50,34,0],[55,42,8],[53,42,22],[54,47,29],[46,46,22],[70,74,51],[20,27,9],[6,13,0],[9,14,0],[3,9,0],[19,24,2],[55,59,42],[1,5,0],[8,12,0],[22,26,11],[2,6,0],[2,7,0],[63,67,44],[131,134,107],[143,143,115],[70,69,41],[30,26,0],[20,16,0],[43,37,13],[38,32,6],[34,28,4],[30,25,3],[12,7,0],[24,19,0],[136,130,114],[125,119,103],[83,78,59],[112,107,88],[45,40,21],[14,7,0],[57,49,36],[61,51,41],[17,6,0],[11,0,0],[11,0,0],[7,1,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[3,0,0],[8,4,5],[7,3,4],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[8,0,0],[7,0,0],[9,4,1],[6,2,1],[5,1,0],[6,2,3],[4,0,0],[9,0,0],[29,14,7],[59,37,26],[55,27,13],[53,20,1],[88,52,30],[76,38,15],[41,4,0],[65,29,3],[81,45,23],[79,42,26],[31,0,0],[35,3,0],[91,61,33],[122,93,61],[107,78,44],[113,84,52],[101,70,42],[75,43,22],[70,37,20],[70,39,21],[91,63,42],[86,60,35],[75,55,22],[77,59,19],[79,61,21],[103,81,44],[63,41,4],[78,56,17],[94,72,31],[79,61,15],[88,72,21],[140,130,71],[133,125,63],[141,137,73],[156,155,90],[164,166,103],[139,144,86],[126,133,82],[103,110,66],[97,105,66],[57,68,34],[47,62,33],[53,70,38],[127,145,103],[103,122,77],[55,73,35],[56,73,39],[63,80,48],[76,92,55],[73,89,40],[111,126,71],[115,128,75],[73,85,35],[128,140,94],[181,190,143],[208,219,161],[138,146,86],[115,114,58],[152,146,94],[143,135,88],[85,75,26],[117,104,49],[156,140,88],[129,112,69],[76,58,18],[70,56,9],[74,61,17],[54,43,11],[41,34,6],[49,48,17],[56,57,26],[22,26,1],[31,36,13],[26,31,8],[25,30,7],[25,30,8],[1,5,0],[10,14,0],[3,5,0],[5,7,0],[5,6,0],[42,43,25],[89,88,68],[44,43,22],[119,117,94],[83,81,56],[37,33,8],[16,12,0],[32,27,5],[71,66,47],[65,59,43],[13,7,0],[6,0,0],[8,2,0],[59,53,41],[27,21,7],[13,7,0],[74,67,49],[125,118,99],[26,17,0],[8,0,0],[46,34,22],[40,27,18],[11,0,0],[8,0,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[12,10,11],[1,0,0],[9,7,8],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[9,5,6],[7,3,4],[3,0,0],[6,2,3],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[9,0,0],[11,0,0],[13,3,1],[9,1,0],[7,1,1],[8,4,5],[4,0,0],[9,0,0],[27,12,5],[60,38,25],[53,24,6],[55,19,0],[99,59,33],[96,55,27],[58,14,0],[78,37,9],[111,69,45],[92,50,34],[83,46,30],[66,34,11],[77,50,21],[45,18,0],[64,38,5],[74,45,13],[108,77,49],[84,49,27],[73,41,20],[74,46,24],[61,37,13],[59,38,9],[60,41,8],[53,35,0],[81,66,27],[98,84,49],[60,46,11],[73,59,22],[71,57,18],[43,32,0],[100,92,43],[156,151,95],[173,171,112],[165,167,104],[156,161,97],[183,189,127],[152,160,103],[58,66,15],[90,99,56],[110,120,83],[109,120,88],[91,105,79],[63,79,52],[119,140,101],[132,153,112],[160,180,143],[106,126,91],[48,65,31],[29,45,6],[72,89,37],[67,82,25],[63,76,20],[94,107,53],[120,132,82],[149,162,109],[187,201,139],[138,149,83],[114,119,55],[129,129,69],[102,99,44],[66,61,5],[133,125,60],[183,174,109],[144,131,79],[118,104,57],[71,60,6],[102,92,39],[112,103,60],[117,112,74],[97,93,56],[86,86,50],[88,89,57],[98,101,72],[84,88,63],[104,109,86],[122,127,105],[96,101,81],[35,38,21],[24,25,11],[29,30,16],[5,3,0],[21,19,4],[4,1,0],[24,21,2],[50,48,27],[87,82,60],[90,85,63],[37,33,8],[64,59,39],[31,25,13],[32,25,17],[22,15,7],[28,21,13],[16,9,1],[12,5,0],[6,0,0],[14,8,0],[9,2,0],[100,93,74],[116,108,89],[25,14,0],[24,12,0],[38,24,13],[21,7,0],[15,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[8,6,7],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[34,30,31],[133,129,130],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[7,0,0],[8,0,0],[9,0,1],[8,0,0],[9,0,0],[8,0,0],[9,0,0],[11,0,0],[15,0,0],[18,0,0],[10,0,0],[9,0,1],[9,5,6],[3,1,2],[7,2,0],[25,15,6],[51,32,17],[50,22,1],[69,33,7],[104,60,33],[102,55,27],[106,57,27],[112,61,34],[68,20,0],[75,30,11],[92,54,35],[96,66,42],[81,55,28],[60,37,6],[88,63,33],[97,67,39],[65,34,6],[126,92,67],[68,36,11],[86,60,33],[94,73,42],[35,19,0],[76,62,27],[73,57,21],[73,59,22],[66,58,22],[66,60,24],[41,35,0],[84,79,39],[72,69,26],[103,102,54],[185,185,133],[154,157,100],[171,177,117],[107,115,55],[159,169,109],[167,178,122],[119,129,79],[100,111,68],[61,71,34],[69,80,48],[125,139,116],[50,65,42],[105,124,94],[84,103,71],[116,137,104],[183,202,170],[89,106,72],[76,92,53],[61,75,26],[70,83,30],[78,88,36],[104,114,62],[67,77,27],[85,98,45],[232,246,187],[173,185,121],[111,118,50],[109,114,47],[97,98,40],[111,111,51],[156,153,82],[133,129,58],[131,122,65],[159,149,96],[129,120,61],[115,106,49],[114,106,57],[143,136,92],[89,84,42],[59,55,17],[85,83,45],[81,81,47],[103,108,78],[179,184,161],[68,71,50],[32,35,16],[68,69,53],[61,62,48],[35,33,20],[20,16,5],[8,4,0],[11,5,0],[19,13,0],[40,34,18],[21,16,0],[42,37,17],[124,119,97],[52,47,28],[12,7,1],[4,0,0],[4,0,0],[9,4,1],[24,19,15],[16,11,5],[19,12,2],[10,4,0],[7,0,0],[61,54,35],[84,76,55],[76,65,45],[29,16,0],[44,28,13],[13,0,0],[12,0,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[7,5,6],[2,0,1],[2,0,1],[1,0,0],[8,6,7],[1,0,0],[12,10,11],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[40,36,37],[155,151,152],[12,8,9],[11,7,8],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,1],[9,0,1],[9,0,0],[9,0,0],[10,0,1],[14,0,0],[14,0,0],[19,0,0],[13,0,0],[10,0,3],[8,3,7],[3,1,2],[11,6,2],[33,20,11],[48,27,10],[71,41,17],[64,25,0],[71,26,0],[110,59,28],[130,77,46],[135,81,53],[142,90,66],[87,41,17],[85,48,22],[83,53,27],[64,40,14],[67,46,19],[56,32,6],[104,74,48],[112,81,53],[111,77,49],[79,50,18],[93,71,34],[74,59,20],[80,68,30],[58,46,8],[68,54,19],[78,65,30],[34,30,0],[7,5,0],[100,98,60],[113,114,74],[121,122,80],[82,85,38],[171,175,125],[56,63,9],[157,166,109],[196,207,147],[146,160,101],[186,199,145],[119,133,84],[85,98,55],[10,22,0],[61,75,42],[69,81,59],[42,55,37],[35,50,29],[30,48,22],[14,33,5],[138,157,125],[195,212,178],[92,107,68],[40,51,9],[60,69,24],[85,93,46],[90,98,51],[65,73,26],[153,163,113],[206,219,165],[222,236,175],[122,133,64],[91,101,32],[114,120,60],[153,159,97],[138,142,66],[149,151,78],[132,130,73],[122,116,64],[158,153,95],[178,173,115],[136,129,77],[102,94,48],[73,66,24],[73,65,26],[79,71,32],[61,57,20],[95,98,67],[64,70,44],[17,21,0],[38,41,20],[49,50,32],[30,28,13],[14,10,0],[20,16,5],[24,17,7],[19,12,2],[31,24,14],[19,13,1],[24,18,2],[83,78,59],[84,79,59],[23,17,1],[9,4,0],[5,0,1],[13,7,9],[8,2,2],[17,12,9],[7,2,0],[6,0,0],[19,13,0],[34,27,9],[78,70,49],[85,74,52],[55,44,22],[78,66,44],[36,21,2],[18,0,0],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[10,0,1],[10,0,1],[11,1,2],[15,1,1],[16,0,0],[23,2,1],[17,1,2],[10,0,3],[7,1,5],[4,0,0],[14,4,2],[40,23,15],[59,32,15],[80,44,22],[76,32,5],[79,28,0],[119,66,35],[139,86,55],[138,84,56],[158,109,79],[107,64,32],[97,61,29],[72,45,15],[30,9,0],[46,26,1],[51,29,5],[70,42,18],[121,90,61],[113,80,47],[134,106,67],[91,72,29],[85,72,27],[102,94,48],[48,39,0],[59,46,11],[110,97,63],[67,63,25],[61,62,20],[133,134,92],[129,132,89],[70,73,30],[78,84,38],[127,135,86],[79,89,37],[89,102,48],[203,216,160],[181,196,141],[175,189,138],[201,217,170],[94,109,66],[90,105,66],[106,119,89],[50,59,40],[41,49,34],[55,68,51],[25,40,21],[20,38,12],[69,88,58],[158,174,138],[148,160,124],[85,92,58],[84,88,53],[133,135,98],[72,74,35],[69,76,32],[163,172,127],[196,207,164],[192,204,154],[171,183,119],[112,124,58],[137,148,92],[140,149,92],[88,98,27],[206,213,143],[150,153,100],[62,61,15],[90,89,35],[129,126,73],[94,88,40],[90,81,38],[111,98,63],[72,59,25],[20,7,0],[42,34,0],[23,24,0],[6,12,0],[57,61,34],[124,128,103],[81,83,62],[3,2,0],[15,11,0],[10,3,0],[24,15,8],[29,20,13],[27,18,11],[23,14,7],[58,50,39],[61,53,40],[29,24,5],[18,12,0],[7,2,0],[4,0,0],[9,3,5],[10,4,6],[13,7,7],[8,3,0],[10,3,0],[100,94,80],[137,130,112],[8,0,0],[30,20,0],[35,23,0],[95,80,59],[58,43,24],[40,22,8],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[6,4,5],[5,3,4],[51,49,50],[156,154,155],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[14,10,11],[3,0,0],[10,6,7],[3,0,0],[6,2,3],[3,0,0],[8,4,5],[15,11,12],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[12,2,3],[13,1,1],[17,2,0],[22,7,2],[17,5,5],[12,1,5],[10,1,6],[7,0,0],[18,2,2],[44,19,14],[66,30,16],[69,24,3],[100,49,22],[116,63,31],[130,77,45],[148,98,65],[136,90,57],[125,80,47],[142,100,62],[129,95,57],[158,134,100],[56,37,7],[25,7,0],[55,35,11],[66,38,14],[98,67,38],[153,121,83],[124,100,54],[106,90,38],[98,91,36],[120,117,66],[68,61,17],[125,112,77],[132,122,87],[109,106,63],[123,125,78],[151,152,108],[143,146,101],[61,67,23],[114,122,75],[127,136,89],[107,119,69],[67,81,28],[131,148,94],[169,186,132],[132,150,100],[168,185,140],[159,177,135],[152,170,132],[158,173,140],[72,82,57],[9,18,0],[16,27,10],[46,59,39],[62,78,49],[34,51,15],[115,132,90],[197,208,168],[177,183,149],[135,136,104],[104,104,68],[83,84,44],[59,65,19],[176,184,137],[252,255,221],[182,196,147],[158,174,109],[129,146,78],[113,128,73],[109,122,66],[152,165,95],[158,171,101],[90,98,47],[40,43,0],[94,96,46],[102,100,49],[157,150,104],[168,159,118],[83,69,34],[75,59,26],[97,78,45],[58,45,11],[42,43,11],[62,69,38],[105,110,80],[82,85,58],[83,82,61],[36,33,16],[6,0,0],[35,28,20],[33,24,19],[18,8,6],[33,23,21],[20,11,6],[33,24,15],[12,4,0],[35,29,13],[12,6,0],[4,0,0],[8,2,2],[10,4,4],[9,3,3],[28,23,20],[31,26,20],[16,9,0],[91,85,69],[127,120,101],[40,32,9],[31,21,0],[94,82,56],[55,40,17],[54,39,20],[56,39,23],[33,19,8],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[6,4,5],[3,1,2],[1,0,0],[139,137,138],[252,250,251],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[14,10,11],[3,0,0],[3,0,0],[7,3,4],[5,1,2],[5,1,2],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,1],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[13,1,3],[13,3,2],[14,5,0],[16,9,1],[11,6,3],[12,3,6],[15,4,10],[16,0,7],[27,0,5],[50,15,13],[74,26,14],[86,31,11],[104,47,20],[115,59,26],[144,91,57],[142,96,62],[132,94,58],[190,155,117],[121,84,40],[113,80,37],[187,165,128],[139,122,92],[81,65,40],[72,51,30],[66,38,14],[83,52,21],[146,117,75],[120,97,45],[111,99,39],[137,131,71],[131,128,73],[136,132,85],[133,123,88],[149,139,104],[171,167,120],[95,95,45],[117,116,68],[199,201,154],[106,109,64],[130,136,90],[95,103,56],[98,110,62],[59,73,22],[110,126,77],[180,198,148],[88,108,59],[43,62,17],[131,152,111],[148,168,131],[157,174,138],[196,207,173],[107,116,85],[77,87,62],[101,116,87],[120,138,98],[96,114,66],[141,158,104],[146,158,108],[169,174,133],[107,107,69],[71,69,28],[69,68,22],[119,124,70],[151,158,106],[221,230,185],[211,225,176],[168,187,121],[96,116,47],[122,139,84],[168,186,128],[209,227,153],[135,151,80],[103,113,61],[48,55,11],[83,87,37],[128,128,76],[151,147,99],[148,139,96],[89,75,40],[85,66,33],[98,78,41],[49,35,0],[53,53,19],[53,60,29],[66,71,41],[65,68,41],[58,57,36],[44,41,22],[39,33,21],[37,28,21],[12,1,0],[30,18,18],[27,15,15],[20,9,7],[30,21,14],[11,2,0],[43,37,23],[14,8,0],[4,0,0],[20,15,12],[13,8,5],[4,0,0],[31,26,20],[24,20,11],[21,15,3],[48,41,23],[53,45,24],[28,21,0],[139,129,102],[151,139,115],[49,34,13],[74,57,39],[50,31,16],[26,9,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[1,0,0],[10,8,9],[9,7,8],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[13,9,10],[3,0,0],[5,1,2],[7,3,2],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,3,2],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,0],[11,1,0],[12,2,1],[12,2,3],[11,1,2],[12,2,3],[13,1,3],[13,3,2],[10,2,0],[11,6,2],[8,3,0],[12,3,4],[21,9,11],[25,6,8],[34,4,4],[55,14,8],[89,36,22],[115,53,32],[130,66,38],[113,52,21],[135,82,48],[149,106,71],[125,91,54],[149,119,81],[58,29,0],[90,62,22],[86,66,29],[107,92,59],[79,64,35],[110,91,61],[99,74,43],[140,114,77],[113,89,43],[99,82,28],[138,129,70],[146,144,85],[104,104,50],[114,113,65],[60,55,17],[84,79,41],[170,168,120],[163,163,113],[112,114,65],[151,153,106],[168,174,130],[96,103,59],[103,112,67],[55,67,21],[57,71,22],[114,130,81],[182,200,152],[118,137,91],[67,86,41],[60,81,40],[108,128,91],[59,79,42],[163,179,140],[227,242,203],[166,181,148],[58,74,38],[177,194,152],[158,176,126],[156,173,119],[148,161,108],[109,116,72],[121,126,85],[78,84,38],[114,121,70],[160,169,114],[137,147,94],[227,239,193],[235,249,200],[183,203,140],[137,157,94],[162,180,128],[153,172,117],[150,169,105],[158,177,113],[88,101,55],[97,105,64],[81,87,41],[120,122,75],[101,97,52],[132,123,82],[126,110,76],[90,70,35],[91,67,29],[77,59,21],[29,24,0],[53,53,25],[38,41,12],[27,30,3],[44,43,22],[69,66,51],[35,28,18],[27,20,14],[31,22,17],[36,25,21],[10,0,0],[36,25,21],[38,29,22],[33,27,15],[24,21,2],[15,12,0],[11,7,0],[14,9,3],[6,1,0],[13,8,4],[68,65,56],[26,24,11],[32,29,12],[30,25,6],[13,6,0],[19,11,0],[24,13,0],[41,29,7],[46,31,10],[69,54,35],[87,71,56],[30,16,7],[9,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[8,4,3],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[6,4,5],[3,1,2],[2,0,1],[1,0,0],[6,4,5],[1,0,0],[3,1,2],[2,0,1],[5,3,4],[4,2,3],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[8,4,5],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[5,1,0],[6,2,3],[8,2,4],[8,2,4],[9,0,1],[7,0,0],[7,0,0],[11,0,0],[13,2,0],[18,7,5],[17,6,4],[15,4,2],[13,1,1],[12,0,0],[12,0,0],[11,1,0],[12,0,2],[15,3,7],[13,1,3],[11,1,0],[18,8,6],[38,29,22],[45,31,22],[49,23,10],[79,41,22],[106,50,25],[149,84,56],[127,61,29],[113,50,17],[123,70,38],[164,121,87],[102,72,36],[53,31,0],[81,62,30],[54,39,6],[52,38,3],[94,80,43],[65,50,9],[133,116,73],[144,126,80],[121,103,55],[74,60,11],[137,127,76],[123,120,69],[108,110,60],[69,72,25],[65,71,25],[53,59,15],[20,23,0],[93,96,49],[133,136,89],[83,86,43],[78,83,42],[167,172,132],[111,117,79],[130,138,97],[128,139,96],[102,115,69],[131,147,100],[227,243,196],[216,233,188],[119,136,92],[68,86,46],[91,108,72],[86,106,69],[98,123,83],[192,217,177],[141,161,124],[72,88,52],[74,88,52],[39,51,11],[33,46,2],[141,154,110],[138,154,109],[99,117,69],[57,75,25],[158,176,124],[117,134,82],[126,142,93],[202,215,171],[163,176,132],[204,222,172],[155,175,124],[143,160,116],[122,139,95],[98,114,69],[140,153,110],[61,71,34],[107,114,80],[126,127,93],[87,84,49],[69,61,25],[90,77,42],[111,92,59],[92,69,35],[109,83,46],[82,59,25],[67,51,26],[70,62,39],[108,104,77],[13,13,0],[25,26,8],[41,41,29],[22,19,14],[38,33,29],[6,0,0],[22,14,3],[10,0,0],[29,21,10],[54,48,36],[38,35,18],[90,90,62],[20,20,0],[14,8,0],[23,16,8],[14,9,5],[23,20,15],[64,64,52],[68,69,53],[20,19,0],[52,51,31],[44,38,24],[39,31,18],[31,19,5],[29,18,0],[24,13,0],[56,45,25],[85,73,59],[34,24,15],[8,0,0],[12,3,4],[4,0,0],[9,5,4],[5,4,2],[1,0,0],[7,6,2],[3,0,0],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[1,0,0],[4,2,3],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[33,31,32],[66,64,65],[9,7,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[7,5,6],[2,0,1],[1,0,0],[6,4,5],[10,8,9],[1,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[5,1,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[4,0,1],[4,0,1],[5,0,1],[8,0,0],[10,0,0],[11,1,0],[12,1,0],[11,0,0],[22,8,5],[22,8,5],[19,8,6],[19,8,6],[18,6,6],[17,7,6],[16,6,5],[16,4,6],[12,0,2],[12,0,2],[11,0,0],[13,4,0],[25,15,5],[49,33,17],[58,31,10],[51,11,0],[108,53,23],[144,79,47],[144,78,44],[130,67,32],[123,70,36],[131,88,53],[101,71,33],[65,45,10],[58,44,15],[39,29,2],[41,27,0],[113,98,65],[47,29,0],[60,41,0],[94,77,31],[99,85,36],[80,70,19],[88,82,30],[128,128,78],[97,101,51],[122,128,82],[83,90,46],[91,100,57],[91,98,56],[90,97,53],[125,131,87],[125,130,89],[32,39,0],[123,130,89],[104,112,73],[85,96,56],[108,121,78],[121,134,91],[206,221,178],[199,214,171],[230,247,203],[200,218,176],[132,150,110],[118,136,98],[140,162,124],[164,192,151],[158,189,147],[112,137,98],[79,96,60],[75,89,54],[54,66,30],[57,69,31],[136,151,108],[169,188,142],[101,125,75],[46,73,20],[88,112,60],[92,114,65],[146,165,119],[190,205,162],[175,190,147],[239,255,212],[156,175,129],[93,112,67],[105,123,81],[76,93,51],[88,103,64],[54,66,28],[67,75,38],[95,99,64],[73,73,37],[82,76,40],[94,84,48],[93,78,39],[139,120,80],[151,128,87],[86,64,27],[78,61,33],[70,56,30],[33,26,0],[21,20,0],[60,62,41],[61,63,49],[35,35,25],[36,33,26],[68,61,51],[44,36,25],[32,22,12],[8,0,0],[6,0,0],[45,42,23],[76,79,52],[41,41,15],[15,9,0],[23,14,7],[20,15,12],[30,27,22],[54,54,42],[61,62,44],[14,16,0],[16,15,0],[20,14,2],[39,30,21],[18,5,0],[64,52,36],[70,59,37],[60,52,31],[29,20,5],[30,19,13],[8,0,0],[13,3,4],[8,2,2],[6,2,1],[1,0,0],[4,4,2],[1,0,0],[6,5,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,1,0],[4,0,0],[4,3,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[6,4,5],[1,0,0],[6,4,5],[2,0,1],[11,9,10],[27,25,26],[1,0,0],[7,5,6],[6,4,5],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[15,13,14],[50,48,49],[43,41,42],[3,1,2],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[7,1,3],[9,0,3],[13,4,5],[19,9,8],[22,11,9],[19,8,6],[15,4,0],[17,3,0],[18,4,1],[17,6,4],[18,7,5],[16,6,5],[16,6,5],[14,4,5],[14,4,5],[18,3,6],[22,7,10],[10,0,0],[8,0,0],[16,2,0],[52,29,11],[80,46,21],[53,9,0],[101,48,17],[130,71,39],[132,69,34],[138,78,41],[147,94,54],[94,49,10],[74,40,2],[88,64,28],[65,50,21],[64,52,26],[54,39,16],[87,71,48],[102,82,58],[62,42,15],[70,51,18],[95,80,39],[104,94,45],[71,66,11],[109,108,52],[129,132,77],[150,153,106],[132,137,96],[93,99,63],[104,110,76],[25,31,0],[110,116,78],[200,207,166],[196,205,162],[108,117,74],[101,112,69],[98,109,66],[123,136,93],[90,105,66],[189,205,168],[219,236,200],[179,196,160],[191,212,173],[165,186,147],[136,157,116],[109,134,92],[131,162,120],[145,176,134],[135,160,121],[104,124,87],[87,103,67],[91,105,69],[105,120,81],[113,130,88],[166,185,139],[105,127,78],[98,122,70],[138,162,110],[158,180,131],[186,205,159],[212,227,184],[216,233,189],[125,148,96],[131,154,100],[109,132,80],[154,177,125],[101,121,70],[103,123,74],[87,103,56],[88,100,54],[96,103,59],[102,105,60],[75,72,27],[67,60,14],[99,86,42],[163,146,102],[131,113,67],[95,76,33],[72,57,16],[84,72,34],[38,32,0],[37,33,4],[75,75,47],[109,112,85],[38,37,16],[8,5,0],[89,82,74],[63,54,49],[48,37,33],[53,43,34],[58,50,37],[77,71,57],[55,53,40],[32,28,17],[18,9,0],[23,14,7],[15,7,5],[6,1,0],[18,15,6],[62,60,45],[48,47,26],[22,19,0],[16,8,0],[14,4,0],[10,0,0],[51,38,22],[83,71,49],[58,47,27],[33,21,7],[31,20,14],[23,11,11],[7,0,0],[4,0,0],[3,0,0],[10,9,7],[0,0,0],[11,11,9],[4,3,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[4,2,3],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[5,3,4],[3,1,2],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[2,0,1],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[6,2,1],[5,1,0],[6,2,1],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,0],[7,2,0],[9,3,3],[11,2,3],[13,4,5],[19,9,8],[24,13,11],[24,13,11],[21,10,6],[18,7,3],[13,0,0],[14,0,0],[13,2,0],[13,2,0],[12,2,1],[11,1,0],[10,1,2],[11,1,0],[14,0,0],[26,12,11],[14,4,3],[15,4,0],[26,8,0],[66,38,16],[111,72,43],[88,42,9],[118,69,37],[132,79,45],[112,56,19],[129,74,33],[138,85,41],[96,49,5],[87,52,10],[103,77,40],[80,63,33],[50,36,10],[20,3,0],[35,18,0],[128,109,92],[92,74,52],[47,30,0],[90,76,37],[116,108,59],[117,112,56],[171,171,111],[185,189,130],[69,76,24],[63,70,26],[114,120,86],[70,75,45],[41,48,17],[60,67,33],[109,117,78],[111,122,79],[148,160,112],[113,127,78],[122,138,91],[107,122,81],[117,133,97],[121,138,106],[133,152,124],[117,138,107],[169,193,159],[195,220,181],[218,243,201],[154,181,136],[143,174,130],[195,226,184],[157,182,143],[126,146,109],[159,175,139],[134,150,114],[105,121,84],[97,114,72],[130,152,105],[128,152,102],[163,190,137],[185,212,161],[171,195,145],[182,201,155],[248,255,223],[243,255,216],[201,224,172],[137,165,107],[118,146,88],[147,172,115],[110,135,78],[111,134,78],[111,130,75],[90,107,53],[111,124,70],[112,121,68],[66,68,18],[79,77,28],[124,116,67],[103,93,44],[74,60,13],[141,127,80],[95,82,37],[112,100,60],[74,65,34],[57,52,23],[40,39,8],[106,107,76],[99,99,71],[30,28,7],[8,0,0],[30,19,15],[25,11,8],[33,20,12],[90,81,66],[74,67,51],[4,0,0],[15,8,2],[32,21,15],[19,8,4],[14,4,5],[22,14,12],[19,15,6],[41,39,24],[37,35,14],[24,19,0],[7,0,0],[11,0,0],[18,4,0],[37,24,8],[58,46,24],[50,37,18],[35,23,9],[8,0,0],[22,12,11],[6,0,0],[13,7,9],[1,0,0],[0,0,0],[10,10,8],[2,2,0],[0,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[10,8,9],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,2,3],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[13,9,8],[13,9,8],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[6,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[9,1,0],[7,0,0],[11,1,0],[15,5,4],[18,7,5],[18,7,5],[17,6,2],[16,5,1],[16,5,1],[14,3,0],[15,4,0],[15,4,2],[13,2,0],[11,1,0],[11,1,0],[11,3,1],[13,3,1],[10,0,0],[16,2,0],[14,6,4],[18,7,3],[21,0,0],[70,36,11],[118,73,40],[72,24,0],[119,74,41],[120,76,41],[110,62,22],[141,90,45],[124,71,21],[144,94,45],[144,105,62],[101,73,36],[79,63,30],[90,76,49],[79,63,40],[63,46,26],[42,25,5],[47,31,8],[49,34,3],[117,105,65],[101,95,45],[77,75,18],[195,197,134],[163,167,106],[106,113,59],[74,82,35],[106,112,74],[97,104,71],[110,119,90],[41,50,21],[70,80,43],[77,90,46],[102,118,69],[141,158,106],[135,153,105],[101,119,77],[144,163,131],[150,170,145],[147,169,148],[172,194,173],[176,201,172],[227,253,218],[165,194,150],[138,167,121],[136,167,123],[162,193,151],[210,236,197],[222,244,208],[205,222,188],[133,149,113],[121,137,100],[165,183,141],[187,209,163],[164,188,140],[153,180,129],[132,156,106],[122,144,97],[151,170,125],[232,249,207],[204,223,178],[179,203,153],[194,221,166],[151,179,121],[95,123,65],[157,185,126],[173,199,138],[172,196,136],[147,167,106],[123,138,79],[98,109,51],[74,81,27],[98,101,48],[121,119,70],[84,78,30],[96,85,40],[121,109,67],[87,73,34],[91,78,44],[88,78,53],[85,77,54],[100,96,69],[108,107,77],[52,51,20],[18,14,0],[30,21,6],[24,11,2],[83,71,59],[33,21,5],[28,17,0],[45,37,16],[15,7,0],[7,0,0],[29,16,10],[22,8,7],[16,6,7],[14,5,6],[4,0,0],[22,19,4],[19,14,0],[25,18,0],[34,24,14],[37,24,15],[11,0,0],[28,12,0],[38,23,2],[64,51,32],[32,20,8],[8,0,0],[11,1,2],[15,6,11],[4,0,2],[1,0,2],[13,13,13],[0,1,0],[1,3,2],[5,5,5],[4,0,1],[5,0,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[3,1,2],[4,2,3],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[42,40,41],[28,26,27],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[3,0,0],[4,0,0],[3,0,0],[7,3,2],[11,7,6],[7,3,2],[3,0,0],[10,6,5],[12,8,7],[4,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[6,1,0],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[10,2,0],[10,2,0],[10,0,0],[14,5,0],[19,8,4],[18,7,3],[15,4,0],[13,2,0],[15,4,0],[17,6,2],[15,4,0],[16,5,1],[15,4,2],[14,3,1],[11,1,0],[11,1,0],[12,4,2],[15,5,3],[18,5,0],[8,0,0],[12,6,6],[13,2,0],[21,0,0],[91,51,25],[138,88,51],[62,13,0],[99,61,25],[92,56,22],[76,37,0],[121,77,30],[130,77,23],[164,113,60],[157,119,74],[136,108,69],[113,94,61],[103,89,60],[85,71,44],[73,59,32],[47,33,4],[34,23,0],[88,79,40],[155,148,102],[189,186,133],[87,88,30],[132,136,75],[128,136,76],[133,142,85],[170,180,128],[130,142,96],[137,147,110],[110,120,93],[17,30,2],[44,58,22],[81,96,53],[154,172,124],[184,204,153],[173,195,148],[144,165,126],[122,142,114],[184,206,185],[168,191,173],[113,138,119],[65,93,68],[167,196,165],[124,156,115],[153,186,141],[153,186,143],[100,131,90],[162,188,151],[176,200,164],[203,225,189],[215,235,200],[189,210,171],[176,197,156],[151,174,128],[168,192,144],[167,193,145],[96,122,74],[106,129,83],[163,184,141],[178,196,156],[127,148,107],[92,118,71],[184,212,163],[136,164,113],[127,156,100],[160,188,130],[140,168,109],[156,182,121],[164,186,124],[152,170,110],[129,142,86],[120,129,76],[121,125,75],[120,119,73],[105,102,59],[129,121,82],[82,72,36],[38,25,0],[108,94,67],[107,95,71],[120,113,87],[104,99,70],[16,12,0],[32,29,0],[51,46,17],[31,23,2],[33,22,4],[56,43,24],[11,0,0],[22,12,0],[35,25,0],[52,44,23],[41,32,17],[31,18,10],[10,0,0],[19,7,11],[32,23,24],[23,19,10],[19,16,0],[12,10,0],[66,61,41],[58,48,36],[37,24,15],[38,24,11],[78,62,47],[77,62,41],[67,54,35],[34,22,10],[10,0,0],[12,2,3],[4,0,2],[3,0,2],[11,9,12],[0,0,0],[1,3,2],[0,1,0],[1,1,1],[2,0,1],[4,0,1],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[3,1,2],[1,0,0],[1,0,0],[26,24,25],[31,29,30],[4,2,3],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[14,12,13],[12,10,11],[1,0,0],[1,0,0],[9,7,8],[4,2,3],[1,0,0],[60,58,59],[37,35,36],[14,12,13],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[5,1,0],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[19,15,14],[50,46,45],[23,19,18],[11,7,6],[9,5,4],[10,6,5],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[11,1,0],[12,3,0],[12,3,0],[12,3,0],[15,4,0],[17,6,2],[19,8,4],[17,6,0],[14,3,0],[13,2,0],[16,5,1],[20,9,5],[13,2,0],[14,3,0],[14,5,0],[14,4,2],[12,2,0],[12,2,0],[14,4,2],[15,6,1],[23,10,1],[12,2,0],[13,9,8],[17,6,4],[50,21,5],[140,96,69],[176,122,84],[111,62,22],[75,40,8],[81,55,22],[65,33,0],[106,68,19],[164,113,56],[163,112,57],[121,80,36],[135,105,67],[101,81,46],[82,69,34],[61,49,11],[19,10,0],[88,81,35],[78,75,24],[111,110,56],[129,130,73],[195,198,141],[200,205,147],[114,122,63],[146,155,98],[121,132,76],[156,171,116],[146,163,108],[145,161,114],[120,135,104],[73,87,61],[46,61,28],[86,104,66],[145,166,123],[143,164,121],[172,194,155],[174,198,164],[194,218,192],[203,228,207],[79,106,89],[24,51,34],[85,115,91],[152,182,154],[181,215,178],[111,146,104],[134,166,125],[138,169,128],[133,161,123],[81,107,72],[168,192,158],[221,245,209],[201,223,185],[199,221,182],[136,162,117],[121,147,100],[127,153,106],[98,124,77],[133,156,112],[159,182,140],[121,142,103],[113,135,97],[85,111,72],[141,169,129],[74,101,58],[147,175,127],[150,177,126],[31,55,3],[61,84,28],[158,179,122],[130,149,93],[140,154,101],[132,142,92],[120,126,82],[110,111,71],[91,88,53],[76,71,39],[47,37,10],[55,43,19],[67,52,29],[121,110,82],[144,135,106],[84,77,49],[37,30,2],[68,61,35],[46,39,11],[63,54,23],[84,75,44],[63,52,24],[53,41,15],[35,23,0],[18,6,0],[90,80,53],[88,77,55],[70,57,48],[41,27,26],[36,24,26],[11,3,1],[4,0,0],[21,18,0],[34,32,7],[110,106,81],[70,61,46],[49,37,25],[79,65,52],[106,93,76],[90,78,56],[37,26,6],[20,7,0],[20,9,7],[29,18,22],[12,5,12],[5,0,6],[11,9,14],[89,89,91],[254,255,255],[114,115,117],[2,2,4],[2,0,3],[4,0,3],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[2,0,1],[1,1,1],[1,0,0],[2,0,1],[4,2,3],[26,24,25],[33,31,32],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[41,39,40],[18,16,17],[8,6,7],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[2,0,1],[1,0,0],[4,2,3],[3,0,0],[6,2,1],[4,0,0],[3,0,0],[3,0,0],[12,8,7],[54,50,49],[108,104,103],[14,10,9],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,2],[4,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[6,2,1],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[11,2,0],[12,3,0],[13,4,0],[13,4,0],[14,3,0],[15,4,0],[14,3,0],[12,1,0],[9,0,0],[10,0,0],[14,3,0],[18,7,3],[13,2,0],[16,5,1],[18,9,4],[19,10,5],[17,8,3],[17,8,3],[18,9,4],[20,9,3],[22,10,0],[21,13,2],[16,12,11],[23,12,8],[85,54,36],[156,109,79],[163,110,70],[130,81,40],[89,60,28],[106,86,53],[97,72,32],[98,64,16],[166,117,59],[164,113,56],[108,67,23],[95,65,27],[63,43,6],[64,51,9],[80,72,25],[40,34,0],[113,112,56],[123,127,68],[127,133,73],[153,161,101],[168,176,119],[149,158,103],[138,148,95],[172,185,132],[119,133,80],[72,91,36],[91,112,55],[97,119,70],[128,147,115],[94,112,86],[30,49,19],[84,103,71],[150,172,136],[187,211,175],[172,196,162],[120,145,116],[128,153,131],[205,232,213],[142,171,153],[53,85,64],[89,121,98],[62,96,69],[140,175,143],[99,133,98],[87,119,80],[112,142,104],[109,139,103],[116,143,108],[213,240,205],[220,247,212],[206,232,195],[180,206,167],[175,202,159],[119,145,100],[110,136,91],[123,149,104],[145,170,128],[118,143,103],[64,89,50],[90,114,80],[150,175,143],[176,203,170],[128,154,117],[112,139,98],[141,167,120],[64,88,38],[142,165,111],[121,142,86],[29,48,0],[158,172,119],[195,204,157],[129,134,93],[72,74,37],[80,79,48],[55,51,22],[47,40,14],[58,48,23],[72,61,33],[129,121,84],[143,135,96],[77,71,37],[37,31,0],[49,42,14],[47,40,11],[84,76,39],[104,96,59],[66,57,24],[59,48,20],[50,37,18],[60,47,28],[91,79,53],[65,53,31],[25,13,1],[10,0,0],[43,33,32],[32,24,21],[8,6,0],[18,17,0],[3,3,0],[60,59,31],[82,75,56],[68,59,44],[31,19,3],[55,44,26],[73,62,40],[50,42,23],[8,0,0],[34,24,22],[23,14,17],[9,2,9],[3,0,4],[62,61,66],[248,249,251],[189,190,192],[81,82,84],[1,2,4],[1,1,3],[2,0,3],[4,0,1],[5,0,1],[4,0,1],[2,0,1],[1,1,1],[1,1,1],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[9,7,8],[8,6,7],[6,4,5],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[11,7,6],[3,0,0],[5,1,0],[5,1,0],[7,3,2],[127,123,122],[117,113,112],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[6,2,3],[5,1,2],[5,0,0],[4,0,0],[6,0,0],[12,4,2],[18,8,6],[21,11,9],[26,17,12],[21,12,7],[11,0,0],[9,0,0],[15,2,0],[20,7,0],[33,20,12],[29,16,8],[38,27,21],[24,13,7],[11,0,0],[12,1,0],[13,2,0],[15,4,0],[15,4,0],[21,10,4],[31,20,14],[29,18,14],[21,10,6],[22,12,3],[31,19,7],[20,12,1],[16,12,9],[35,22,16],[68,35,16],[122,76,43],[141,88,46],[99,52,10],[44,18,0],[70,51,19],[84,62,23],[93,62,16],[152,107,50],[146,97,41],[142,101,57],[152,120,81],[103,82,39],[52,39,0],[92,85,33],[168,165,110],[175,179,120],[98,106,46],[109,120,60],[150,164,105],[109,122,68],[118,130,80],[99,112,66],[97,113,68],[82,101,56],[81,103,57],[120,146,98],[108,134,89],[157,181,147],[85,105,78],[83,103,76],[164,187,161],[242,255,239],[217,241,215],[178,204,179],[88,116,93],[25,53,31],[112,141,119],[139,171,150],[34,67,46],[70,104,80],[51,86,62],[100,136,110],[92,127,97],[117,148,114],[106,136,100],[109,139,105],[186,215,184],[160,189,158],[109,139,105],[81,108,73],[129,157,119],[179,207,166],[140,167,124],[130,157,114],[110,137,94],[161,188,147],[130,155,116],[124,148,114],[133,158,126],[111,137,108],[206,232,203],[176,201,169],[130,156,117],[133,159,114],[98,122,74],[125,148,94],[113,132,77],[102,119,64],[156,169,116],[155,164,117],[160,166,122],[61,63,24],[62,59,26],[65,60,31],[41,36,6],[54,48,12],[124,117,73],[90,84,34],[150,144,94],[140,133,89],[68,60,23],[69,60,27],[53,44,11],[86,81,43],[54,46,9],[47,38,7],[33,21,0],[16,3,0],[43,27,14],[109,93,77],[40,24,8],[16,4,0],[11,1,0],[9,2,0],[34,30,21],[58,57,37],[58,61,34],[47,51,18],[85,86,55],[91,86,64],[21,14,0],[10,2,0],[32,24,5],[70,62,39],[31,24,5],[6,0,0],[15,7,5],[29,20,25],[6,0,6],[8,3,9],[1,0,4],[0,0,4],[6,7,11],[0,0,2],[0,0,2],[2,0,3],[4,0,3],[5,0,3],[5,0,3],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[48,46,47],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[1,0,0]],[[4,2,3],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,0,0],[3,0,0],[9,5,4],[10,6,5],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,1,2],[2,0,3],[2,0,3],[3,1,2],[7,3,4],[7,3,4],[8,2,2],[8,2,2],[21,13,11],[11,3,1],[7,0,0],[10,0,0],[33,24,19],[57,48,43],[51,40,36],[22,11,7],[23,12,6],[20,7,0],[40,27,19],[18,5,0],[17,6,0],[35,24,18],[42,31,25],[39,28,22],[26,15,9],[17,6,0],[27,16,10],[33,22,16],[20,9,3],[18,8,0],[22,12,3],[16,3,0],[19,5,0],[27,15,3],[27,20,14],[32,18,9],[42,10,0],[118,72,38],[128,77,34],[92,47,5],[82,56,23],[43,24,0],[47,25,0],[54,23,0],[152,106,54],[164,117,63],[82,41,0],[120,88,47],[126,104,57],[77,61,12],[114,104,53],[105,102,49],[82,87,33],[104,114,61],[106,120,67],[82,99,47],[34,50,3],[104,120,75],[105,120,79],[58,76,36],[87,109,71],[53,77,41],[161,188,153],[161,188,155],[136,161,131],[193,217,191],[223,247,223],[226,249,229],[203,226,208],[156,180,164],[144,171,156],[48,77,59],[41,70,50],[107,139,118],[167,199,176],[49,83,59],[39,74,50],[54,89,67],[42,77,57],[77,111,87],[133,164,133],[76,106,72],[134,165,133],[194,227,196],[184,217,186],[37,71,38],[51,82,48],[84,116,79],[159,190,149],[184,212,171],[174,201,160],[86,113,72],[91,117,78],[146,172,137],[134,159,127],[61,88,57],[68,94,67],[137,163,134],[191,218,185],[154,180,143],[142,169,124],[154,181,130],[139,162,106],[138,157,101],[150,168,110],[143,156,100],[121,131,78],[105,111,63],[89,92,49],[66,66,28],[33,30,0],[54,50,13],[69,66,21],[124,121,70],[86,83,28],[79,73,21],[122,116,68],[97,90,46],[86,78,39],[111,106,68],[126,121,81],[90,85,47],[62,56,24],[46,36,9],[30,17,0],[55,39,23],[59,42,24],[54,39,20],[14,2,0],[21,14,0],[13,7,0],[11,9,0],[42,44,20],[7,11,0],[79,83,46],[96,98,61],[68,67,39],[26,21,0],[7,0,0],[44,38,16],[64,58,36],[16,11,0],[9,5,0],[24,18,18],[23,14,19],[10,3,10],[3,0,4],[9,7,12],[0,0,4],[0,0,4],[0,0,2],[7,7,9],[2,0,3],[4,0,3],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[27,25,26],[75,73,74],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[13,9,8],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[17,13,12],[3,0,0],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[5,1,2],[3,0,0],[4,0,1],[7,1,3],[7,1,1],[8,2,2],[11,5,5],[11,3,1],[9,1,0],[13,5,3],[8,0,0],[7,0,0],[33,23,21],[56,46,44],[53,42,38],[75,64,58],[46,36,27],[38,28,19],[20,10,1],[14,3,0],[17,6,0],[44,35,28],[61,52,45],[32,21,15],[36,25,19],[43,30,22],[36,23,15],[21,8,0],[23,9,0],[31,17,8],[30,16,5],[25,7,0],[39,21,7],[35,22,13],[56,37,23],[51,17,0],[119,75,38],[133,84,41],[104,59,17],[67,38,4],[93,70,39],[45,19,0],[67,34,0],[161,115,66],[183,135,86],[115,74,30],[51,17,0],[86,60,11],[103,83,33],[111,98,53],[95,90,48],[69,71,32],[90,101,61],[129,144,105],[160,176,137],[34,50,11],[20,36,0],[105,121,84],[115,132,98],[46,66,38],[56,82,57],[191,220,200],[164,193,175],[146,171,149],[185,211,186],[121,146,127],[119,143,129],[57,80,70],[29,55,46],[65,91,82],[48,76,64],[56,84,69],[81,112,94],[192,224,203],[76,108,85],[47,80,59],[58,91,72],[45,78,61],[81,112,94],[113,143,115],[85,116,85],[124,157,126],[120,155,125],[86,123,92],[26,63,32],[76,111,79],[127,161,128],[171,203,166],[116,144,106],[173,199,162],[133,159,122],[102,129,94],[180,207,176],[70,96,67],[49,78,48],[46,77,46],[106,137,106],[137,167,133],[166,194,154],[125,153,105],[164,191,136],[147,171,111],[125,147,83],[151,170,106],[174,188,126],[119,130,70],[96,104,47],[125,130,76],[90,92,43],[36,35,0],[58,57,11],[97,97,45],[102,102,48],[86,84,35],[59,55,8],[93,86,40],[85,79,31],[71,67,20],[55,51,6],[54,50,12],[50,46,11],[87,83,48],[85,79,45],[91,81,46],[70,57,25],[44,28,2],[39,23,0],[48,37,15],[29,22,3],[35,29,13],[73,71,50],[128,129,98],[108,113,73],[120,126,82],[101,103,63],[65,64,33],[70,66,41],[72,66,44],[80,74,52],[37,31,9],[8,2,0],[18,13,9],[23,17,19],[24,15,20],[6,0,6],[6,1,7],[3,1,6],[7,7,9],[0,1,3],[2,3,5],[4,4,6],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[5,1,2],[5,0,1],[6,0,0],[4,0,0],[6,0,0],[15,9,9],[10,2,0],[7,0,0],[15,7,5],[16,8,6],[7,0,0],[7,0,0],[14,4,2],[18,9,4],[92,81,75],[90,80,71],[46,36,27],[9,0,0],[16,5,0],[17,6,0],[30,21,14],[14,5,0],[20,9,3],[30,20,11],[49,36,28],[47,34,25],[32,18,9],[34,20,9],[45,28,18],[41,23,9],[46,24,10],[82,59,43],[37,18,3],[45,20,0],[101,66,34],[151,108,66],[138,91,45],[102,57,15],[75,41,6],[79,48,17],[59,26,0],[90,51,12],[130,82,36],[184,133,86],[170,126,81],[121,83,36],[89,57,6],[95,69,20],[90,73,30],[122,112,76],[83,84,52],[36,45,14],[53,66,36],[122,139,105],[128,145,109],[46,64,26],[67,84,48],[137,156,124],[133,156,130],[159,184,165],[153,183,171],[156,186,174],[143,170,153],[23,50,31],[42,69,54],[67,93,82],[55,80,74],[36,61,57],[60,87,82],[85,112,105],[35,65,53],[58,89,74],[203,234,216],[149,180,162],[66,97,79],[39,72,55],[85,117,102],[96,127,109],[104,134,108],[156,186,158],[143,176,147],[40,76,48],[43,82,53],[69,108,79],[97,136,105],[178,213,181],[181,212,178],[99,129,93],[147,174,139],[106,132,97],[41,68,37],[91,117,88],[67,96,68],[58,88,62],[67,102,72],[61,96,64],[68,102,67],[101,133,92],[139,171,122],[153,182,128],[174,202,143],[147,172,107],[140,161,96],[174,190,125],[94,106,42],[81,91,30],[161,166,108],[181,184,129],[77,80,27],[81,84,31],[118,121,66],[113,116,63],[138,137,93],[79,76,35],[92,88,43],[113,109,62],[55,51,3],[50,47,2],[13,11,0],[20,17,0],[80,78,39],[95,92,49],[101,94,48],[78,67,22],[70,56,19],[20,5,0],[52,41,11],[28,21,0],[35,31,6],[16,15,0],[42,44,7],[98,101,56],[104,108,58],[137,140,95],[98,95,62],[57,51,25],[52,46,22],[51,45,23],[11,4,0],[31,25,11],[25,17,15],[8,0,4],[9,0,5],[6,0,4],[17,10,17],[2,0,5],[0,0,2],[5,6,8],[0,0,2],[5,5,7],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[9,7,8],[9,7,8],[3,1,2],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[5,3,4],[5,1,0],[3,0,0],[6,2,1],[3,0,0],[11,7,6],[3,0,0],[16,12,11],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[11,2,3],[10,1,2],[9,0,1],[10,1,2],[7,0,0],[12,3,4],[26,17,18],[15,7,5],[8,0,0],[6,0,0],[6,0,0],[10,2,0],[8,0,0],[6,0,0],[9,0,0],[23,12,6],[53,43,34],[57,48,41],[19,10,3],[15,6,0],[18,9,2],[21,12,5],[13,4,0],[10,0,0],[8,0,0],[41,28,19],[66,52,41],[49,32,22],[40,24,11],[48,30,16],[44,22,8],[47,18,2],[79,48,28],[78,50,28],[45,14,0],[97,59,20],[154,111,66],[157,111,62],[110,66,21],[122,80,42],[87,47,12],[109,66,32],[138,92,56],[123,72,29],[159,108,61],[161,113,65],[152,108,59],[135,95,46],[137,105,58],[97,74,33],[61,47,12],[74,70,41],[96,102,74],[60,73,45],[103,118,87],[101,117,81],[82,98,61],[58,74,37],[120,137,103],[192,215,187],[166,191,170],[150,181,166],[156,186,176],[55,83,71],[37,65,53],[56,83,74],[56,83,76],[52,79,74],[61,88,83],[48,74,71],[32,59,54],[19,46,41],[58,85,78],[76,103,94],[89,117,105],[86,114,100],[62,90,75],[66,95,77],[110,139,119],[141,169,146],[148,178,152],[64,98,71],[88,124,98],[40,80,53],[132,172,145],[97,138,108],[156,193,162],[174,207,176],[183,212,181],[191,218,187],[79,104,74],[65,91,62],[85,114,86],[101,131,107],[60,94,69],[66,105,78],[85,124,95],[44,81,48],[66,102,64],[145,181,137],[162,194,144],[196,225,169],[146,172,111],[189,211,147],[167,186,122],[155,170,105],[129,141,77],[186,194,134],[252,255,198],[137,142,84],[132,137,81],[139,146,92],[127,134,83],[93,93,55],[61,58,23],[70,65,25],[111,107,62],[88,84,37],[66,63,18],[86,86,48],[88,88,50],[101,102,58],[118,118,68],[118,116,59],[129,123,65],[108,96,44],[62,49,4],[58,46,8],[45,34,2],[42,35,6],[17,12,0],[35,33,0],[68,70,21],[91,94,41],[154,153,105],[97,93,56],[40,33,5],[31,21,0],[58,47,27],[39,28,10],[38,28,18],[19,9,10],[26,15,21],[20,9,15],[16,7,12],[6,0,4],[10,8,11],[0,0,2],[13,13,15],[0,0,2],[3,1,4],[6,2,3],[7,1,3],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[1,0,0],[3,1,2],[7,5,6],[7,5,6],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[12,10,11],[12,10,11],[4,2,3],[1,0,0],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[7,5,6],[28,24,23],[3,0,0],[9,5,4],[3,0,0],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[11,2,3],[10,1,2],[12,3,4],[17,8,9],[14,5,6],[18,9,10],[33,24,25],[6,0,0],[12,4,2],[11,3,1],[9,1,0],[16,8,6],[18,10,8],[12,4,2],[12,4,1],[8,0,0],[13,4,0],[65,56,49],[34,25,18],[11,2,0],[16,7,0],[8,0,0],[23,14,7],[21,11,2],[22,12,2],[26,14,2],[49,35,22],[65,49,36],[41,23,9],[36,17,2],[76,50,35],[72,39,20],[78,42,20],[143,108,80],[86,50,14],[78,40,0],[103,61,11],[120,77,26],[132,86,37],[119,71,31],[134,86,50],[126,76,41],[159,107,70],[149,96,56],[149,97,50],[177,127,78],[141,93,44],[165,118,72],[148,107,63],[131,102,62],[89,71,33],[33,29,0],[34,40,6],[43,54,20],[53,69,33],[47,63,26],[75,91,52],[112,128,91],[109,126,90],[122,143,112],[135,161,132],[167,197,173],[146,177,159],[53,83,75],[29,55,52],[77,104,99],[29,56,49],[45,72,65],[43,70,63],[53,80,75],[39,65,62],[36,62,61],[38,64,63],[23,49,46],[55,82,77],[87,114,105],[72,100,85],[74,103,83],[121,149,126],[137,165,142],[77,107,83],[19,53,28],[130,168,143],[90,133,106],[128,171,144],[130,173,145],[171,210,181],[193,228,198],[147,176,146],[146,172,143],[144,169,140],[64,90,63],[58,86,61],[101,133,110],[62,97,75],[50,92,70],[35,79,54],[52,95,67],[105,145,111],[168,206,167],[183,219,173],[98,130,80],[132,161,105],[200,225,167],[146,168,106],[207,225,163],[163,177,115],[135,145,84],[209,217,157],[225,233,174],[173,181,122],[106,115,58],[43,52,0],[48,51,6],[75,76,34],[79,76,33],[98,95,52],[64,61,18],[90,89,45],[74,76,36],[104,107,64],[140,143,96],[145,148,95],[178,177,120],[174,168,110],[128,117,61],[124,111,59],[120,107,63],[85,73,35],[83,75,39],[48,43,5],[53,51,3],[108,107,53],[49,48,0],[102,100,49],[83,78,40],[60,51,22],[17,5,0],[36,23,4],[49,36,19],[28,15,6],[13,1,3],[20,7,16],[12,1,7],[9,0,5],[4,0,2],[3,0,2],[15,13,16],[0,0,2],[12,12,14],[8,6,9],[6,2,3],[7,1,3],[9,0,3],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[2,0,1],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[4,2,3],[7,5,6],[32,28,27],[3,0,0],[6,2,1],[3,0,0],[9,5,4],[7,3,2],[11,7,6],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[8,0,0],[11,1,0],[7,0,0],[12,4,2],[22,14,12],[20,12,10],[18,10,8],[31,23,21],[40,31,32],[29,20,21],[12,6,6],[4,0,0],[6,0,0],[12,6,6],[11,5,5],[6,0,0],[19,10,5],[14,5,0],[40,31,24],[15,8,0],[22,15,9],[45,38,32],[33,24,17],[14,5,0],[36,26,17],[50,37,28],[26,12,1],[24,8,0],[55,37,23],[48,29,14],[46,27,12],[99,72,55],[113,75,56],[91,46,23],[114,71,37],[98,56,14],[132,90,40],[139,98,44],[116,73,20],[128,80,31],[123,70,26],[145,90,51],[141,82,48],[162,103,69],[169,114,75],[133,79,33],[139,86,34],[129,76,24],[168,115,71],[221,176,135],[203,170,125],[142,121,76],[95,89,41],[55,58,11],[69,81,33],[91,104,60],[49,62,19],[142,154,114],[85,97,59],[106,122,85],[107,127,90],[107,133,94],[166,198,157],[85,118,87],[17,47,39],[35,63,66],[28,57,53],[34,64,56],[51,81,69],[42,72,60],[43,70,63],[39,65,62],[50,74,76],[48,71,77],[35,58,64],[38,62,64],[66,91,85],[41,68,53],[54,82,59],[123,149,124],[135,161,136],[67,95,72],[57,91,67],[33,71,48],[123,165,141],[55,99,74],[129,172,145],[221,255,233],[165,200,170],[95,125,97],[168,194,167],[177,201,175],[76,102,77],[129,157,134],[57,89,68],[25,62,44],[30,73,56],[39,83,68],[90,133,114],[105,147,123],[176,215,186],[141,177,141],[128,160,119],[176,205,159],[119,146,95],[135,155,102],[204,221,166],[192,207,150],[145,158,102],[172,183,127],[244,253,196],[200,209,152],[195,207,145],[163,175,111],[119,128,65],[93,96,39],[111,109,60],[122,119,76],[94,90,52],[90,88,50],[38,41,0],[57,63,17],[80,86,40],[60,62,15],[102,99,54],[101,95,47],[123,111,59],[147,134,81],[107,93,46],[161,146,103],[135,123,85],[134,125,84],[104,98,48],[126,124,67],[109,107,48],[102,96,44],[70,61,22],[79,65,36],[52,36,13],[41,24,6],[60,42,28],[40,23,16],[23,6,12],[10,0,5],[8,0,4],[14,3,9],[23,14,19],[3,0,2],[3,1,2],[6,6,6],[1,0,0],[1,0,0],[7,3,4],[7,1,3],[9,0,1],[10,0,1],[8,0,0],[6,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[8,6,7],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[3,1,2]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[6,4,5],[7,3,2],[6,2,1],[3,0,0],[11,7,6],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[12,3,4],[11,2,3],[4,0,0],[8,3,0],[22,17,14],[18,13,10],[12,7,4],[21,16,13],[49,43,43],[21,15,15],[11,5,5],[15,9,9],[10,4,4],[10,4,6],[15,9,11],[13,7,7],[7,0,0],[19,10,5],[15,6,1],[32,23,18],[51,40,36],[27,16,10],[39,26,17],[36,23,14],[40,28,16],[42,28,17],[37,23,12],[24,8,0],[23,5,0],[54,35,21],[81,60,43],[83,56,37],[95,57,34],[85,40,11],[128,82,46],[152,105,61],[120,72,23],[150,103,51],[187,140,88],[123,75,26],[93,45,0],[129,77,37],[133,81,42],[150,98,59],[173,122,79],[129,75,29],[147,90,37],[160,103,50],[147,90,45],[209,162,118],[185,153,104],[95,75,24],[146,134,86],[170,168,119],[138,145,93],[141,153,103],[126,139,93],[128,143,102],[103,118,85],[94,113,83],[32,58,21],[84,115,74],[193,221,180],[152,181,150],[29,56,49],[31,59,62],[47,76,74],[41,70,65],[27,57,47],[37,67,57],[42,72,62],[45,74,69],[29,57,58],[44,72,76],[27,54,61],[55,83,87],[49,75,72],[42,68,55],[40,68,45],[99,128,100],[186,214,189],[104,134,110],[31,64,43],[51,89,68],[77,119,99],[125,168,148],[90,132,110],[201,241,215],[119,155,127],[56,89,60],[179,208,178],[198,227,199],[120,148,123],[99,128,106],[34,65,47],[48,82,66],[45,85,74],[53,94,80],[61,103,81],[64,104,77],[158,195,164],[127,163,127],[137,169,130],[109,140,96],[135,163,114],[173,198,143],[156,177,120],[180,200,141],[231,248,193],[201,216,161],[141,154,100],[166,179,123],[195,209,148],[145,157,93],[174,185,119],[151,157,95],[129,132,79],[118,117,73],[80,78,39],[42,42,4],[108,111,66],[104,107,60],[68,71,26],[59,60,16],[56,53,12],[85,80,38],[147,139,90],[143,131,79],[89,77,27],[67,55,7],[113,105,59],[124,117,71],[126,120,68],[104,99,41],[80,76,15],[122,113,56],[97,85,37],[87,69,31],[97,76,45],[66,44,20],[59,38,19],[36,16,9],[22,3,7],[19,2,12],[14,1,8],[9,0,3],[4,0,0],[15,11,12],[8,6,7],[134,132,133],[18,16,17],[7,3,4],[8,2,4],[8,2,4],[9,0,3],[9,0,1],[6,0,0],[6,0,0],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[5,3,4],[25,23,24],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[5,3,4],[6,4,5],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,0],[7,3,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[7,1,1],[8,2,2],[7,1,1],[5,0,0],[5,0,0],[7,1,1],[4,0,1],[5,1,2],[3,0,0],[14,10,9],[10,6,3],[25,20,17],[19,14,11],[20,15,12],[4,0,0],[5,1,0],[11,7,6],[3,0,0],[9,5,6],[14,9,13],[3,0,2],[13,7,9],[15,7,5],[13,3,2],[22,10,10],[42,26,27],[69,51,49],[22,3,0],[68,49,35],[65,46,29],[62,43,28],[54,36,22],[44,26,16],[32,13,6],[30,10,3],[37,17,6],[51,30,13],[67,41,18],[124,89,61],[122,79,45],[145,95,58],[172,117,76],[128,67,23],[176,117,73],[168,114,68],[99,52,6],[82,44,0],[84,51,6],[107,76,32],[146,113,68],[178,137,91],[186,136,87],[171,109,58],[166,103,50],[162,106,55],[180,137,84],[197,171,114],[93,73,22],[75,53,14],[112,96,60],[124,120,72],[129,133,82],[126,140,91],[154,175,136],[110,132,109],[86,115,95],[68,109,79],[109,146,115],[107,130,104],[123,140,121],[61,87,76],[38,69,64],[32,60,61],[40,68,69],[35,65,65],[36,67,62],[47,80,71],[44,77,68],[52,87,80],[39,75,71],[44,78,80],[79,110,113],[76,106,104],[47,77,65],[62,90,67],[99,129,101],[161,195,168],[170,205,181],[33,68,48],[47,84,67],[30,68,55],[119,160,146],[185,224,206],[134,173,152],[43,82,55],[108,145,112],[151,186,153],[200,233,202],[109,142,115],[77,109,88],[50,81,66],[98,128,116],[98,125,116],[77,106,88],[54,85,53],[39,71,30],[94,126,85],[112,143,102],[83,114,73],[89,118,74],[108,137,83],[126,155,91],[112,139,70],[124,149,81],[156,178,116],[193,214,158],[137,155,105],[163,179,130],[101,114,61],[42,52,0],[69,78,25],[96,105,52],[198,204,156],[138,141,96],[83,86,43],[129,130,88],[186,187,143],[120,121,77],[68,69,25],[32,31,0],[98,97,53],[112,109,66],[92,89,44],[119,115,67],[106,100,48],[70,65,10],[31,28,0],[99,97,46],[86,85,29],[97,95,36],[112,106,44],[181,170,108],[142,123,64],[127,105,48],[108,82,33],[94,66,27],[95,69,44],[73,50,36],[39,18,17],[58,42,45],[13,3,4],[13,7,7],[32,26,26],[4,0,0],[30,26,27],[202,198,199],[28,23,27],[4,0,2],[8,2,6],[7,1,5],[10,4,8],[12,6,8],[6,2,3],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[6,4,5],[1,0,0],[1,0,0],[2,0,3],[1,0,2],[3,1,4],[1,0,2]],[[3,1,2],[4,2,3],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[14,12,13],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[7,3,0],[8,4,1],[11,7,4],[15,11,8],[13,9,6],[8,3,0],[6,1,0],[5,0,0],[6,1,0],[7,1,1],[7,1,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[9,5,6],[4,0,1],[7,3,4],[9,5,4],[9,5,2],[6,1,0],[24,19,15],[45,40,36],[7,2,0],[19,14,10],[12,7,4],[12,6,6],[16,10,12],[4,0,0],[9,3,7],[40,34,36],[87,79,76],[7,0,0],[10,0,0],[36,18,18],[43,22,19],[29,7,0],[66,45,26],[99,77,54],[76,56,32],[59,38,19],[36,16,5],[17,0,0],[44,24,15],[59,40,26],[54,33,12],[96,70,43],[114,81,46],[119,77,39],[131,79,39],[184,125,83],[154,89,47],[194,131,87],[181,124,79],[111,64,18],[105,73,24],[214,191,141],[116,94,45],[112,86,37],[150,114,64],[193,146,94],[205,143,92],[209,146,93],[211,159,102],[181,142,83],[162,142,83],[141,125,74],[92,68,34],[97,77,44],[121,113,67],[143,147,96],[126,140,91],[107,129,91],[177,202,183],[141,173,160],[50,94,71],[18,58,32],[53,70,52],[52,64,50],[50,76,63],[41,72,64],[32,60,61],[37,65,69],[37,66,70],[35,67,66],[52,88,78],[65,103,90],[51,91,80],[38,79,71],[64,103,102],[73,109,109],[63,95,92],[80,110,100],[67,97,73],[90,121,90],[122,159,128],[130,169,142],[124,162,141],[28,66,51],[30,68,57],[54,94,83],[155,196,182],[42,81,62],[32,72,45],[117,157,123],[128,165,131],[201,236,203],[102,135,106],[67,96,74],[74,102,87],[90,116,105],[96,120,107],[63,88,66],[41,69,29],[60,89,43],[81,110,66],[103,134,93],[86,116,80],[91,119,78],[94,124,70],[148,178,114],[202,233,163],[161,191,121],[172,198,137],[113,138,83],[131,155,103],[108,128,79],[90,103,57],[77,89,43],[65,77,31],[70,79,34],[176,183,139],[182,189,145],[163,169,125],[101,104,59],[134,137,92],[98,99,55],[95,96,52],[82,81,37],[72,71,27],[31,30,0],[68,67,23],[91,89,41],[99,96,41],[138,136,79],[65,64,8],[91,90,34],[131,130,74],[111,109,52],[106,97,38],[140,129,67],[124,104,41],[151,127,65],[142,115,60],[130,101,57],[103,76,46],[76,53,35],[43,22,17],[34,18,18],[13,5,3],[10,6,3],[25,20,17],[28,22,22],[4,0,0],[5,0,1],[4,0,0],[16,10,14],[10,4,8],[6,0,4],[6,1,5],[7,2,6],[4,2,3],[4,2,3],[4,4,2],[5,4,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,2],[1,0,2],[5,3,6],[10,8,11]],[[2,0,1],[5,3,4],[2,0,1],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[6,2,1],[8,4,3],[12,8,7],[10,6,5],[4,0,0],[3,0,0],[5,0,0],[7,1,1],[7,1,1],[5,0,0],[6,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[4,0,0],[15,9,9],[12,7,4],[28,23,19],[18,11,5],[36,29,23],[51,44,38],[16,7,2],[15,6,1],[7,0,0],[16,6,4],[12,2,1],[8,0,0],[29,18,22],[27,17,16],[24,17,7],[34,26,15],[18,7,1],[11,0,0],[42,24,14],[53,32,15],[40,20,0],[73,54,24],[76,57,27],[80,60,35],[43,25,5],[53,34,19],[75,53,39],[59,38,19],[80,59,32],[115,91,57],[101,67,29],[88,45,3],[89,38,0],[192,135,90],[187,124,80],[180,119,72],[170,116,69],[137,91,42],[142,106,56],[255,242,192],[170,142,92],[128,98,46],[119,82,29],[145,98,44],[185,128,73],[196,140,83],[234,189,130],[213,181,124],[113,96,40],[133,121,71],[105,87,51],[79,63,29],[125,121,76],[126,132,86],[90,105,62],[178,200,164],[98,123,104],[64,95,80],[159,201,181],[80,115,95],[49,66,50],[49,61,47],[58,84,71],[43,74,66],[56,85,83],[70,98,101],[36,66,68],[30,60,60],[63,96,87],[54,92,79],[47,87,76],[48,88,80],[54,93,92],[65,101,101],[67,99,96],[69,99,87],[66,96,72],[117,148,117],[130,167,134],[115,156,126],[190,230,206],[131,172,154],[46,87,73],[23,63,52],[76,117,103],[96,138,118],[56,96,70],[141,180,149],[162,197,164],[187,221,188],[133,162,134],[58,83,61],[44,65,50],[65,86,71],[111,136,117],[98,127,99],[71,102,61],[88,119,77],[142,172,134],[90,120,86],[113,142,112],[106,136,102],[161,193,146],[159,190,133],[161,193,130],[139,169,107],[142,171,115],[144,171,118],[174,201,146],[144,167,115],[61,78,33],[102,117,74],[94,107,64],[56,69,26],[70,81,38],[54,65,22],[99,108,65],[74,81,37],[84,90,46],[124,127,84],[142,143,99],[67,68,24],[55,54,10],[56,55,11],[110,109,63],[92,90,41],[163,158,102],[179,174,116],[131,129,72],[122,119,66],[126,123,70],[143,137,85],[157,150,95],[83,70,15],[68,52,0],[109,88,31],[139,116,64],[167,144,100],[106,85,54],[34,17,0],[20,6,0],[36,25,21],[18,10,7],[4,0,0],[15,10,7],[27,21,21],[41,32,33],[21,12,15],[33,24,27],[13,4,9],[17,8,13],[10,1,6],[6,0,4],[6,0,2],[5,1,2],[6,2,3],[6,5,3],[4,3,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,1,2],[1,0,0],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[2,0,3],[1,0,2]],[[1,0,0],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,0,0],[8,2,2],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[10,4,4],[6,0,0],[13,4,5],[9,1,0],[8,0,0],[7,0,0],[32,23,18],[34,25,18],[29,19,10],[15,5,0],[12,0,0],[16,3,0],[18,5,0],[21,8,2],[15,1,0],[22,8,7],[37,23,22],[21,7,4],[33,25,12],[36,29,13],[40,30,20],[93,79,70],[113,95,83],[47,29,9],[40,23,0],[52,33,1],[80,61,29],[85,66,36],[80,60,36],[99,78,59],[67,46,27],[35,15,0],[103,82,51],[166,140,103],[131,96,54],[147,104,59],[140,89,42],[187,134,84],[184,126,76],[159,102,49],[167,114,62],[125,78,26],[119,79,27],[96,60,8],[163,132,78],[168,135,82],[156,117,62],[173,128,71],[189,139,80],[149,100,41],[125,87,25],[160,134,75],[87,74,21],[159,151,104],[114,100,61],[58,46,8],[114,111,68],[140,147,103],[93,110,68],[161,182,149],[28,53,31],[0,11,0],[25,62,45],[29,62,45],[52,66,51],[51,63,49],[49,75,62],[29,60,52],[48,77,75],[72,100,101],[47,77,77],[47,78,73],[73,106,95],[48,84,70],[53,91,78],[67,107,98],[60,99,96],[57,93,91],[80,112,107],[51,81,69],[66,96,72],[157,190,159],[154,194,160],[91,135,102],[109,152,125],[174,217,197],[122,164,150],[48,92,79],[41,85,70],[69,112,93],[89,132,105],[125,164,133],[171,206,173],[199,230,198],[140,165,136],[64,83,61],[53,70,52],[90,109,90],[88,114,89],[73,104,72],[116,148,109],[107,142,102],[131,165,132],[92,125,98],[137,169,145],[161,191,163],[133,165,124],[141,173,124],[137,170,117],[162,192,140],[140,170,120],[95,123,74],[215,244,188],[155,182,127],[67,89,43],[96,114,74],[90,106,67],[41,57,18],[51,66,25],[10,23,0],[0,9,0],[63,72,29],[45,52,8],[89,95,51],[102,105,60],[87,88,44],[104,103,57],[60,59,13],[109,108,60],[83,81,30],[86,82,21],[72,66,4],[103,98,40],[120,117,62],[98,95,44],[124,118,68],[49,42,0],[82,70,18],[131,115,63],[91,74,22],[101,81,31],[131,112,70],[91,76,43],[14,2,0],[17,8,0],[44,35,26],[29,22,16],[9,4,0],[16,11,7],[12,7,4],[35,27,25],[50,41,42],[13,4,5],[15,6,9],[20,11,14],[14,5,8],[9,3,5],[8,2,4],[5,1,2],[4,0,1],[3,2,0],[2,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[8,6,9],[1,0,2]],[[1,0,0],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,4,5],[5,3,4],[1,0,0],[1,0,0],[4,0,1],[5,1,2],[6,2,1],[9,5,4],[4,0,0],[6,2,1],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[11,5,5],[10,1,2],[7,0,0],[18,7,5],[18,4,1],[17,4,0],[11,0,0],[31,17,8],[45,28,18],[57,40,30],[20,2,0],[16,0,0],[25,7,0],[25,6,0],[23,4,0],[19,0,0],[19,0,0],[40,23,16],[28,16,0],[36,27,10],[71,59,47],[118,104,95],[113,97,84],[27,10,0],[75,58,32],[90,73,43],[69,50,18],[67,48,18],[109,89,65],[93,71,50],[62,40,19],[83,61,37],[104,81,50],[136,108,69],[141,104,59],[180,136,87],[177,130,78],[170,119,66],[174,121,67],[151,96,40],[183,130,76],[148,99,43],[139,94,39],[155,114,60],[168,128,76],[145,106,51],[190,149,93],[200,158,100],[238,194,133],[139,99,37],[112,80,19],[158,136,78],[157,145,93],[157,150,104],[215,206,163],[107,99,60],[75,76,36],[88,96,55],[56,72,35],[136,157,126],[73,97,73],[51,80,62],[31,65,51],[31,59,47],[48,62,49],[60,74,59],[55,81,68],[46,77,69],[39,68,64],[53,82,80],[79,108,104],[87,118,112],[76,110,96],[64,100,86],[61,99,86],[69,109,98],[81,117,113],[45,80,76],[59,92,85],[45,76,61],[104,133,111],[184,217,188],[142,182,148],[72,116,83],[68,112,85],[126,171,150],[65,112,96],[16,62,49],[19,66,50],[84,131,111],[135,179,154],[163,203,176],[131,166,136],[173,202,172],[124,147,119],[119,137,113],[80,93,75],[69,84,63],[83,110,79],[95,129,92],[95,130,90],[156,190,155],[97,129,105],[72,104,83],[112,143,125],[223,255,232],[158,192,157],[156,189,146],[115,148,105],[51,82,40],[21,52,11],[42,71,25],[225,255,199],[172,201,145],[162,187,145],[135,157,121],[70,90,53],[51,71,34],[24,42,4],[17,33,0],[85,100,59],[86,99,56],[45,54,11],[57,64,20],[82,85,40],[70,72,25],[85,84,36],[66,65,17],[111,109,60],[110,107,54],[84,78,16],[106,101,37],[149,145,84],[99,94,39],[132,126,76],[106,100,52],[69,61,12],[107,97,48],[109,97,47],[46,32,0],[66,52,5],[71,58,16],[61,50,18],[12,5,0],[16,11,0],[13,9,0],[23,16,8],[33,26,20],[17,10,4],[9,1,0],[22,12,10],[44,34,33],[14,4,3],[20,10,11],[19,9,10],[16,5,9],[15,6,9],[14,5,8],[7,1,3],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[210,208,209],[108,106,107],[13,11,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[7,3,4],[6,2,3],[5,1,0],[7,3,2],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[8,2,2],[10,4,4],[14,6,4],[37,23,22],[30,15,12],[19,1,0],[30,13,6],[18,0,0],[45,25,14],[60,41,27],[77,55,42],[86,64,51],[28,6,0],[34,12,0],[48,26,13],[26,4,0],[17,0,0],[17,0,0],[37,17,6],[27,14,0],[49,37,21],[49,36,27],[20,7,0],[67,53,44],[41,25,12],[95,79,56],[166,149,123],[87,67,40],[57,37,12],[89,67,46],[121,98,80],[112,89,71],[71,46,24],[33,9,0],[61,33,0],[182,144,97],[195,149,97],[178,131,77],[149,100,44],[177,128,70],[179,128,71],[198,147,90],[165,116,60],[143,94,38],[166,119,65],[184,139,84],[134,91,36],[134,94,35],[172,134,72],[210,172,109],[174,140,77],[189,161,98],[144,123,66],[147,135,85],[141,133,87],[197,189,143],[145,141,96],[205,206,166],[107,115,78],[107,123,87],[140,159,129],[56,79,51],[18,43,22],[70,101,86],[89,115,104],[64,81,65],[40,57,41],[40,66,53],[46,78,67],[60,90,82],[52,81,76],[60,90,82],[68,98,88],[52,84,71],[53,90,73],[78,116,101],[62,102,91],[46,83,75],[39,74,67],[28,61,52],[19,51,36],[130,159,137],[145,178,151],[153,193,159],[176,221,188],[50,96,68],[53,101,79],[30,78,62],[30,81,66],[28,79,64],[82,131,112],[171,219,197],[92,136,109],[76,115,86],[139,172,143],[99,123,97],[128,146,122],[110,123,103],[78,96,72],[99,129,93],[76,111,71],[162,198,160],[137,172,140],[81,114,93],[63,96,79],[77,110,93],[88,122,98],[109,143,108],[108,143,103],[71,103,66],[73,105,68],[138,168,134],[212,243,202],[228,255,204],[205,235,181],[95,122,81],[46,72,37],[114,138,104],[130,152,116],[42,62,25],[75,93,55],[110,127,85],[78,91,48],[85,97,51],[95,103,56],[55,61,13],[59,61,12],[128,128,78],[144,142,91],[174,173,119],[167,165,108],[146,141,77],[142,137,71],[166,162,99],[185,180,124],[97,91,39],[96,90,40],[132,124,75],[146,139,87],[89,79,28],[56,44,0],[107,94,49],[100,88,48],[61,52,19],[12,6,0],[21,16,0],[25,22,7],[22,16,4],[14,7,0],[21,14,6],[23,16,8],[30,21,16],[19,9,7],[9,0,0],[23,13,12],[15,5,4],[14,4,5],[15,6,7],[15,6,9],[8,2,4],[6,0,2],[7,1,1],[7,3,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[31,29,30],[22,20,21],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[8,6,7],[1,0,0]],[[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[3,0,0],[4,0,1],[6,2,3],[4,0,1],[6,0,0],[8,2,2],[7,1,1],[5,0,0],[11,2,3],[19,9,8],[34,19,14],[23,4,0],[27,7,0],[33,13,4],[26,4,0],[46,22,10],[72,46,33],[76,48,34],[128,101,84],[61,32,16],[38,9,0],[59,31,17],[72,44,30],[73,45,33],[65,39,26],[50,28,15],[26,10,0],[58,46,32],[93,80,74],[57,43,42],[75,61,58],[71,56,49],[80,64,49],[115,98,78],[68,50,28],[61,40,21],[67,44,30],[122,95,84],[112,86,73],[36,9,0],[36,10,0],[87,56,25],[139,98,54],[155,109,59],[184,138,86],[201,156,101],[200,155,98],[179,132,76],[177,128,72],[210,159,104],[135,84,29],[167,116,63],[169,119,66],[139,92,38],[108,68,9],[138,102,42],[180,149,85],[178,150,87],[176,150,89],[145,123,66],[118,101,55],[109,96,52],[194,184,135],[207,203,155],[95,96,54],[110,118,81],[130,144,111],[150,166,137],[117,138,107],[2,26,0],[8,32,18],[63,87,74],[65,84,65],[63,82,63],[49,77,63],[32,64,53],[59,89,79],[50,77,68],[58,86,74],[87,117,105],[56,88,73],[38,72,56],[60,96,82],[64,102,89],[35,73,62],[34,70,60],[28,61,50],[72,104,89],[174,203,183],[203,235,211],[149,188,159],[99,144,115],[53,98,75],[48,95,77],[29,80,65],[31,83,70],[18,72,58],[33,86,70],[51,102,83],[54,102,80],[120,163,136],[155,191,165],[160,190,164],[172,196,172],[153,172,150],[133,156,130],[134,164,128],[121,156,116],[120,154,119],[85,118,91],[51,82,64],[62,93,78],[56,87,69],[50,83,56],[95,129,92],[142,177,135],[138,169,135],[198,227,197],[240,255,239],[157,184,151],[125,153,105],[109,137,88],[10,38,0],[0,20,0],[57,82,50],[115,139,105],[84,106,68],[90,111,72],[77,94,52],[79,95,50],[48,60,12],[152,160,111],[91,95,44],[120,123,70],[157,156,102],[124,121,66],[195,190,134],[218,214,153],[158,154,90],[81,77,13],[125,121,58],[172,168,107],[81,76,20],[100,95,39],[101,94,39],[105,98,43],[129,120,65],[83,73,20],[87,77,28],[94,82,40],[40,31,0],[14,7,0],[28,21,2],[40,33,17],[33,27,13],[24,18,6],[32,23,14],[21,12,3],[32,23,16],[38,29,22],[35,24,20],[26,15,13],[18,7,5],[15,3,3],[15,5,6],[16,6,7],[11,2,3],[10,1,2],[10,1,4],[8,2,4],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[9,7,8],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[7,5,6],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[3,1,2],[5,1,2],[7,3,4],[6,2,3],[3,0,0],[6,0,0],[10,4,4],[8,2,2],[6,0,0],[10,1,2],[22,11,9],[40,21,15],[32,9,1],[50,26,16],[34,10,0],[29,3,0],[43,15,1],[76,47,31],[62,31,13],[85,52,33],[138,105,86],[109,76,59],[76,45,27],[86,55,37],[69,40,22],[68,39,23],[94,68,53],[78,61,43],[70,56,43],[77,62,57],[46,32,32],[37,23,23],[44,30,27],[45,31,20],[63,47,32],[84,65,48],[61,38,22],[62,36,23],[94,66,55],[90,62,50],[50,22,8],[60,33,12],[118,87,56],[163,122,78],[190,147,96],[215,172,119],[216,175,121],[188,147,91],[202,159,104],[179,132,78],[218,168,115],[176,123,71],[164,111,59],[171,120,67],[170,123,69],[120,79,23],[127,92,34],[193,164,104],[196,170,109],[147,118,58],[148,121,66],[103,81,34],[73,54,11],[189,177,125],[208,202,150],[117,118,76],[96,102,66],[112,123,91],[177,192,161],[150,170,133],[77,98,67],[23,44,27],[38,58,46],[84,103,83],[53,76,56],[43,71,57],[45,75,63],[73,101,87],[38,66,51],[48,76,61],[82,110,95],[48,79,63],[59,93,76],[64,101,84],[72,110,95],[62,100,87],[13,51,38],[62,98,84],[179,213,197],[94,125,107],[97,130,109],[81,119,94],[55,99,74],[41,86,66],[36,84,68],[41,91,80],[48,101,91],[49,105,94],[116,172,159],[112,169,152],[185,238,218],[181,229,207],[167,211,186],[169,207,182],[205,237,213],[230,255,235],[196,222,195],[106,137,103],[97,131,94],[119,153,120],[79,112,85],[82,113,95],[60,91,73],[45,77,53],[47,81,48],[94,130,86],[187,220,175],[222,252,216],[175,201,174],[83,108,87],[24,48,22],[83,110,69],[42,69,24],[35,61,26],[29,56,25],[80,105,73],[175,199,165],[148,170,132],[136,157,118],[140,158,116],[143,159,112],[71,83,33],[99,108,55],[110,115,61],[145,146,89],[161,160,103],[147,143,82],[117,111,49],[152,146,84],[178,177,113],[132,131,67],[82,81,17],[122,121,57],[85,81,18],[112,108,45],[150,145,81],[112,107,43],[151,143,81],[115,106,49],[80,70,19],[110,98,56],[63,50,18],[64,52,28],[53,40,24],[24,12,0],[41,34,18],[45,39,25],[18,10,0],[46,38,27],[45,37,26],[22,13,4],[28,17,11],[25,14,10],[23,12,8],[17,6,4],[14,4,3],[14,4,5],[11,2,3],[10,1,2],[10,1,4],[5,0,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[1,0,0],[1,0,0],[15,13,14],[17,15,16],[1,0,0],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,2,2],[9,3,3],[9,0,1],[16,7,8],[13,5,3],[7,0,0],[12,2,1],[16,2,0],[64,41,35],[72,45,34],[66,38,26],[62,33,19],[56,24,9],[26,0,0],[69,34,15],[83,48,29],[74,37,18],[130,93,74],[134,99,79],[126,91,71],[82,49,30],[90,59,39],[68,37,19],[47,20,1],[84,63,42],[91,74,58],[44,29,22],[48,34,33],[46,34,34],[24,13,11],[62,49,40],[69,53,38],[79,60,43],[37,14,0],[63,35,21],[101,71,60],[92,63,49],[64,37,18],[39,13,0],[115,86,52],[144,105,62],[163,121,71],[182,142,91],[168,128,77],[172,135,83],[215,175,123],[170,127,76],[174,127,75],[202,150,100],[194,141,91],[181,129,79],[177,130,78],[128,87,33],[91,59,2],[170,144,87],[221,196,139],[207,176,119],[149,118,63],[133,102,56],[76,49,4],[105,90,35],[129,119,66],[161,158,117],[141,142,108],[166,173,142],[181,195,162],[204,222,184],[130,150,115],[76,93,74],[113,131,115],[78,100,79],[68,93,71],[30,58,43],[28,56,42],[54,83,65],[61,88,69],[64,91,72],[69,96,77],[52,84,63],[64,97,78],[57,91,75],[31,70,52],[139,177,162],[113,151,136],[104,141,124],[62,96,80],[67,100,83],[51,84,67],[54,91,73],[67,108,90],[58,102,87],[46,94,82],[46,97,88],[65,121,112],[95,152,143],[111,171,161],[160,221,206],[154,212,197],[115,170,151],[126,178,156],[163,208,185],[221,255,241],[228,255,243],[165,199,174],[121,152,121],[110,139,108],[134,163,133],[126,154,129],[107,134,115],[77,105,83],[80,109,79],[136,167,126],[182,214,164],[149,181,131],[165,193,155],[58,82,56],[0,17,0],[35,56,37],[62,86,52],[54,79,40],[32,57,25],[87,112,82],[79,103,71],[100,124,90],[179,201,163],[181,202,161],[164,183,138],[139,155,106],[88,101,48],[88,97,42],[177,182,124],[128,129,69],[166,164,103],[174,170,107],[98,93,29],[105,101,37],[156,156,92],[186,188,123],[135,137,72],[110,111,45],[110,110,40],[108,105,34],[136,132,59],[115,108,38],[152,143,76],[145,135,74],[127,115,63],[124,109,66],[86,69,39],[59,41,21],[30,10,0],[30,13,3],[98,89,74],[60,54,38],[49,42,26],[55,48,32],[65,57,44],[36,28,17],[15,5,0],[39,29,20],[28,17,11],[24,13,9],[26,15,13],[20,8,8],[15,5,6],[12,2,3],[7,0,1],[13,4,7],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[1,0,0],[126,125,123],[134,133,131],[6,5,3],[1,0,0],[2,1,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[5,3,4],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[5,1,2],[6,0,0],[5,0,0],[10,1,2],[17,8,9],[6,0,0],[24,14,13],[31,21,20],[7,0,0],[33,18,15],[63,39,29],[70,40,29],[89,60,46],[91,59,44],[102,69,52],[63,28,9],[38,1,0],[176,138,117],[138,100,79],[97,59,38],[122,86,64],[112,77,55],[106,74,51],[94,62,41],[82,51,30],[86,58,36],[75,54,27],[92,74,50],[35,19,6],[25,10,5],[48,37,35],[26,17,12],[106,96,84],[59,46,29],[109,91,69],[116,94,71],[50,23,4],[66,38,17],[101,73,52],[132,106,81],[96,73,41],[153,127,90],[189,155,110],[158,120,73],[171,135,87],[174,138,90],[157,121,73],[200,162,113],[153,111,61],[180,134,84],[227,177,128],[170,118,68],[199,149,98],[192,146,94],[180,140,88],[114,81,28],[118,93,37],[160,135,79],[206,175,120],[138,102,50],[119,82,37],[124,93,46],[152,133,77],[150,141,86],[160,155,113],[176,176,142],[201,206,176],[140,149,118],[178,193,154],[130,146,109],[48,62,37],[86,101,82],[87,111,87],[59,87,64],[27,54,39],[10,37,22],[34,62,40],[58,84,59],[55,81,56],[41,67,42],[45,74,52],[30,61,43],[62,96,79],[101,140,122],[174,215,197],[211,252,234],[108,147,129],[78,115,98],[90,124,110],[106,140,126],[102,140,127],[93,133,122],[53,96,86],[70,117,109],[72,123,116],[93,148,142],[92,152,144],[94,155,147],[167,229,218],[143,204,189],[77,135,120],[64,119,100],[185,236,217],[211,255,239],[171,216,195],[152,194,170],[138,170,146],[99,128,100],[109,138,110],[121,149,124],[102,130,107],[62,90,65],[146,176,142],[210,241,199],[189,222,169],[170,200,148],[131,158,117],[79,104,75],[25,46,29],[48,69,52],[61,81,54],[46,67,36],[33,57,25],[14,38,6],[16,40,6],[74,96,60],[185,207,169],[147,168,127],[123,142,96],[121,137,88],[121,134,80],[162,173,115],[210,218,158],[157,162,98],[167,167,103],[154,151,84],[134,129,61],[132,131,64],[127,132,66],[135,142,75],[178,183,116],[170,173,102],[175,175,101],[165,163,88],[143,140,63],[145,139,65],[187,180,108],[146,137,72],[92,81,27],[86,71,28],[77,58,28],[25,2,0],[43,19,9],[27,7,0],[111,102,85],[74,69,49],[41,36,16],[57,50,32],[62,55,39],[17,9,0],[51,41,29],[70,60,50],[34,24,15],[15,4,0],[18,7,3],[21,10,8],[13,3,2],[13,3,4],[13,4,7],[17,8,11],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[8,7,5],[1,0,0],[1,0,0],[5,4,2],[2,1,0],[6,5,3],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,4,5],[64,62,63],[94,92,93],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[5,0,0],[6,0,0],[7,1,1],[9,0,1],[17,8,9],[13,3,2],[12,2,1],[26,16,15],[30,18,18],[17,6,4],[16,5,3],[26,11,6],[56,29,18],[71,39,24],[60,27,10],[103,68,49],[126,89,70],[92,54,33],[46,5,0],[96,55,33],[104,63,41],[91,53,30],[110,74,50],[88,52,30],[104,69,47],[116,84,63],[69,38,17],[112,85,58],[64,40,4],[86,66,31],[83,65,43],[42,28,15],[47,37,27],[28,20,9],[60,52,33],[75,63,37],[138,121,91],[127,106,75],[78,53,23],[59,32,3],[67,40,10],[148,124,88],[144,122,81],[169,146,102],[151,120,76],[112,78,33],[173,140,97],[166,133,90],[183,150,105],[188,154,108],[166,128,81],[150,108,60],[163,120,69],[176,130,80],[223,177,125],[209,166,113],[181,144,91],[186,155,101],[144,116,66],[149,121,71],[162,130,79],[143,107,57],[171,133,86],[149,115,67],[200,181,125],[181,171,118],[90,85,45],[140,140,106],[105,108,79],[58,65,34],[113,123,86],[105,117,81],[19,28,1],[5,17,0],[29,53,27],[133,161,138],[152,179,162],[52,76,60],[29,53,29],[28,53,24],[25,50,20],[112,137,108],[79,107,84],[86,118,97],[122,156,139],[173,212,194],[218,255,240],[118,161,141],[64,106,86],[105,146,128],[88,126,113],[75,112,104],[108,148,140],[138,179,173],[102,147,142],[84,133,127],[69,120,115],[51,106,100],[73,130,123],[112,172,164],[142,204,193],[106,168,155],[86,147,132],[146,204,189],[198,252,236],[179,232,214],[145,198,178],[143,188,167],[128,160,139],[103,128,106],[97,123,96],[60,86,59],[92,120,95],[80,109,81],[152,182,148],[114,145,103],[109,139,87],[150,180,126],[85,112,69],[106,131,101],[11,32,13],[21,42,27],[43,62,40],[32,52,25],[49,69,41],[25,46,15],[101,122,89],[130,152,116],[52,74,35],[71,92,49],[135,154,108],[156,174,124],[153,168,113],[184,198,139],[173,183,122],[162,168,104],[166,169,102],[166,167,99],[164,164,94],[136,137,69],[113,120,52],[154,165,96],[169,176,106],[127,133,59],[143,146,69],[124,122,45],[142,139,62],[158,155,78],[131,127,56],[71,63,0],[81,71,18],[77,64,22],[82,63,33],[58,35,17],[41,13,2],[55,33,22],[71,63,44],[36,31,11],[46,41,21],[48,43,23],[21,14,0],[95,88,70],[107,98,83],[74,64,52],[61,51,41],[31,21,12],[31,20,16],[32,21,19],[14,4,3],[9,0,0],[9,0,2],[8,0,2],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[6,5,3],[1,0,0],[1,0,0],[5,4,2],[1,0,0],[8,7,5]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[62,60,61],[90,88,89],[4,2,3],[1,0,0],[9,7,8],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[4,0,1],[4,0,0],[6,0,0],[7,1,1],[10,1,2],[10,2,0],[7,0,0],[17,7,6],[7,0,0],[14,3,1],[12,1,0],[17,6,4],[37,26,24],[17,0,0],[34,6,0],[72,39,22],[57,22,3],[89,52,33],[123,85,64],[91,50,28],[56,14,0],[91,49,25],[88,48,23],[59,22,0],[126,90,66],[120,86,61],[82,50,27],[148,118,94],[92,64,42],[81,54,25],[111,86,45],[102,79,38],[73,53,26],[75,60,41],[64,55,40],[62,56,40],[57,51,27],[62,53,22],[72,58,23],[157,137,100],[112,88,52],[69,43,8],[103,77,40],[165,142,100],[224,206,158],[202,182,132],[124,97,52],[58,29,0],[127,98,56],[223,191,150],[255,226,185],[201,168,125],[152,118,72],[149,111,62],[150,110,59],[223,184,129],[209,170,115],[187,150,95],[199,164,110],[181,149,98],[168,138,88],[139,111,63],[145,114,67],[141,109,60],[117,79,30],[147,115,64],[169,154,99],[214,208,156],[70,67,26],[47,46,15],[31,31,3],[46,51,21],[66,73,39],[69,76,43],[31,34,7],[0,5,0],[55,77,54],[53,81,59],[134,158,142],[161,184,164],[131,154,126],[152,176,142],[129,153,117],[114,138,106],[137,163,138],[143,172,152],[85,119,102],[77,116,97],[171,213,191],[43,87,64],[47,90,70],[72,115,98],[75,115,106],[86,125,120],[57,99,97],[100,144,143],[124,170,167],[106,155,151],[111,162,157],[61,114,106],[84,141,132],[81,138,129],[133,193,181],[79,139,127],[69,127,113],[155,213,198],[105,162,147],[95,149,133],[146,201,182],[75,122,102],[136,169,150],[92,120,98],[106,135,107],[120,149,119],[127,156,128],[114,144,118],[152,183,152],[143,173,137],[109,141,92],[75,105,55],[63,91,50],[106,131,99],[28,52,30],[39,60,43],[67,89,68],[141,161,136],[95,115,87],[71,92,61],[67,88,57],[86,110,74],[88,113,73],[89,112,68],[167,189,142],[208,228,177],[201,220,165],[148,166,108],[125,139,78],[176,186,123],[193,200,133],[128,133,66],[143,146,77],[166,172,102],[140,152,80],[150,162,90],[119,130,54],[111,118,41],[144,147,70],[94,95,19],[143,141,66],[139,136,65],[103,99,35],[82,77,19],[72,66,16],[71,62,21],[82,67,38],[110,89,68],[67,41,26],[51,29,15],[35,27,6],[7,5,0],[27,25,0],[13,8,0],[6,1,0],[76,69,50],[41,34,16],[59,50,35],[35,25,13],[20,10,0],[25,14,8],[25,14,12],[15,5,4],[14,4,5],[13,2,6],[12,3,6],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[1,0,0],[1,0,0],[3,2,0],[3,2,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[7,5,6],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[7,1,1],[6,0,0],[5,0,0],[6,0,0],[9,0,1],[11,3,1],[12,2,1],[12,2,1],[17,5,5],[21,10,8],[20,9,7],[13,0,0],[23,9,6],[22,7,4],[11,0,0],[21,2,0],[25,0,0],[67,32,13],[53,16,0],[70,32,11],[110,69,49],[81,39,17],[87,45,23],[96,54,30],[137,97,72],[99,62,36],[117,81,57],[151,117,92],[86,56,32],[87,59,35],[135,109,86],[101,76,46],[116,89,46],[122,98,54],[86,65,34],[107,92,71],[114,105,88],[95,90,71],[69,63,39],[94,85,54],[125,111,74],[138,120,80],[111,87,49],[116,91,51],[132,109,68],[114,91,47],[164,146,96],[210,193,141],[155,133,86],[134,110,66],[193,168,127],[195,167,127],[185,156,116],[145,113,72],[147,114,69],[196,164,115],[214,181,127],[212,180,123],[211,179,120],[183,151,92],[154,123,68],[203,172,118],[209,177,130],[191,160,114],[202,178,132],[175,151,103],[124,92,41],[139,112,59],[183,171,119],[218,216,168],[70,70,32],[20,21,0],[56,59,32],[64,66,42],[90,94,67],[56,56,28],[60,56,29],[1,3,0],[23,42,22],[22,46,30],[0,19,3],[17,36,16],[77,98,67],[193,213,176],[140,161,122],[166,188,152],[118,143,114],[90,119,97],[25,59,42],[110,149,130],[153,197,174],[99,144,121],[88,133,112],[87,131,116],[85,128,119],[136,178,176],[63,109,109],[63,111,111],[96,145,142],[91,142,137],[90,141,134],[76,129,119],[145,199,186],[140,196,183],[123,179,166],[55,111,98],[114,171,156],[68,122,108],[45,99,85],[122,175,159],[114,167,151],[39,86,68],[114,148,131],[147,175,153],[162,191,161],[165,196,164],[93,123,97],[138,168,144],[154,183,161],[118,148,122],[89,121,84],[63,94,53],[62,93,52],[86,113,80],[57,81,59],[27,50,30],[95,119,97],[156,178,155],[104,127,99],[82,105,76],[73,97,65],[82,106,72],[115,140,101],[98,123,83],[91,117,72],[161,185,135],[194,217,163],[196,217,160],[169,187,127],[167,183,120],[207,219,155],[145,156,90],[180,189,122],[183,193,122],[162,176,99],[130,144,65],[169,180,102],[168,175,98],[154,158,84],[114,115,45],[146,145,80],[111,111,49],[73,74,17],[101,100,52],[76,74,33],[55,51,14],[69,60,29],[112,98,72],[94,76,52],[66,50,27],[22,16,0],[11,9,0],[19,17,0],[6,2,0],[18,14,0],[11,5,0],[51,44,25],[67,60,42],[27,17,5],[34,24,14],[37,28,21],[27,18,13],[25,15,14],[24,14,15],[11,2,5],[10,1,6],[7,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[12,11,9],[1,0,0],[5,4,2],[5,4,2],[2,1,0],[13,12,8],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,1],[6,0,0],[6,0,0],[7,1,1],[11,3,1],[12,4,2],[13,3,2],[12,2,0],[18,7,5],[29,18,14],[19,5,2],[11,0,0],[21,6,3],[40,25,22],[59,44,39],[59,39,30],[38,9,0],[62,25,6],[49,11,0],[52,14,0],[81,40,18],[69,27,3],[106,64,40],[107,65,41],[123,83,57],[112,75,48],[133,97,71],[129,97,72],[110,82,58],[88,62,37],[50,26,2],[124,99,69],[126,97,55],[109,82,39],[116,95,64],[155,138,118],[151,141,129],[82,76,62],[72,66,44],[126,119,91],[167,154,120],[96,78,40],[145,121,85],[178,152,115],[113,90,49],[104,83,40],[115,97,47],[174,158,107],[176,158,110],[148,127,82],[168,145,103],[75,50,10],[102,74,35],[125,96,56],[172,144,97],[241,213,163],[189,163,106],[200,174,113],[226,201,137],[176,151,87],[187,158,100],[191,160,106],[255,228,180],[150,119,75],[184,165,122],[242,225,179],[137,112,58],[166,145,90],[169,163,113],[158,161,116],[73,77,40],[2,7,0],[55,57,33],[115,117,95],[62,64,42],[47,45,22],[94,84,59],[71,69,46],[37,54,38],[59,83,69],[0,11,0],[0,17,0],[0,20,0],[135,156,115],[103,124,83],[185,207,169],[84,109,79],[144,172,149],[31,64,45],[117,156,137],[195,239,216],[155,203,179],[133,181,159],[72,119,103],[96,141,134],[95,141,139],[77,127,128],[74,125,128],[67,119,117],[86,137,132],[79,130,121],[71,123,111],[90,142,129],[129,182,166],[136,189,173],[97,150,134],[106,158,145],[58,110,97],[83,133,121],[166,216,204],[121,172,157],[49,96,80],[95,129,112],[164,196,172],[172,206,173],[166,200,165],[148,181,154],[153,186,165],[167,199,184],[137,168,152],[137,170,143],[153,184,152],[108,140,103],[68,98,64],[27,53,28],[25,50,28],[25,50,28],[62,86,62],[92,116,90],[73,98,69],[43,68,38],[38,63,31],[36,64,26],[75,103,63],[57,86,42],[99,127,79],[139,166,115],[207,232,177],[144,168,110],[146,166,105],[144,162,100],[118,134,69],[158,173,106],[191,204,134],[149,166,86],[138,153,70],[181,193,111],[152,159,82],[110,113,42],[87,87,23],[113,112,55],[87,87,37],[69,72,27],[84,89,49],[82,86,51],[78,82,49],[86,85,54],[50,45,13],[64,53,23],[69,60,29],[74,70,41],[58,58,30],[42,41,13],[39,38,10],[56,52,25],[70,66,41],[109,103,81],[25,18,0],[13,4,0],[27,17,7],[29,20,11],[17,8,3],[24,14,13],[28,18,19],[11,2,5],[4,0,2],[6,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[6,5,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[7,5,6],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[6,0,0],[8,0,0],[10,2,0],[14,4,3],[15,5,4],[14,3,1],[12,1,0],[16,2,1],[33,19,16],[32,17,14],[55,40,35],[32,14,10],[29,11,7],[118,100,96],[154,131,123],[87,55,40],[80,43,24],[87,49,28],[78,37,15],[113,71,49],[108,66,42],[70,25,2],[118,76,51],[146,106,80],[123,86,60],[104,70,45],[71,41,15],[97,71,46],[88,64,40],[39,17,0],[114,88,61],[173,141,102],[124,92,54],[140,114,91],[191,173,159],[125,114,108],[54,47,41],[91,85,71],[118,110,89],[114,100,73],[121,102,70],[155,130,99],[194,167,137],[152,128,94],[126,104,67],[132,115,71],[137,123,76],[123,109,62],[154,137,93],[168,146,105],[143,120,79],[147,119,80],[156,127,87],[160,132,85],[206,181,127],[185,163,103],[157,138,72],[121,102,34],[121,100,33],[195,169,108],[180,149,95],[178,142,94],[226,195,151],[175,162,120],[161,153,107],[176,157,101],[168,153,98],[188,187,139],[195,203,162],[184,194,159],[54,60,32],[29,33,10],[66,67,49],[25,24,6],[15,8,0],[37,22,0],[114,108,86],[49,61,51],[0,12,3],[10,28,12],[91,109,85],[146,163,127],[132,150,108],[92,111,66],[103,124,83],[28,51,22],[40,68,45],[82,115,96],[92,131,112],[86,131,108],[95,143,119],[73,121,99],[100,148,132],[82,129,123],[109,157,159],[91,144,148],[93,149,150],[58,113,110],[62,115,109],[67,119,107],[72,123,108],[82,130,114],[177,226,207],[147,194,178],[123,170,154],[113,159,146],[113,159,146],[94,140,127],[119,165,152],[91,139,125],[71,115,100],[76,113,95],[125,159,134],[118,154,118],[89,125,89],[158,192,167],[181,213,198],[173,204,199],[113,144,139],[74,106,91],[142,174,150],[102,136,103],[126,157,125],[85,115,87],[60,88,63],[51,79,54],[94,120,93],[121,145,119],[118,143,114],[1,26,0],[13,40,9],[91,121,85],[69,99,61],[84,115,73],[104,136,89],[175,205,155],[159,188,134],[74,102,44],[113,137,79],[98,119,60],[100,120,59],[139,157,95],[210,227,157],[146,164,80],[162,176,88],[163,172,89],[151,158,81],[123,126,59],[78,77,20],[106,105,57],[117,119,79],[36,42,8],[36,43,12],[15,24,0],[69,78,47],[81,87,53],[13,15,0],[56,52,14],[49,45,8],[115,114,83],[123,124,93],[99,100,69],[97,96,68],[87,83,56],[98,94,69],[76,70,48],[32,25,6],[26,19,3],[24,16,3],[21,12,3],[16,7,2],[30,20,19],[41,30,34],[25,16,21],[13,4,9],[7,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[1,0,0],[8,7,5],[9,8,6],[4,3,0],[4,3,0],[3,2,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[13,11,12],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[5,3,4],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[5,0,0],[8,0,0],[11,3,1],[15,5,4],[15,5,3],[14,3,1],[12,1,0],[15,1,0],[21,7,4],[26,13,7],[42,27,20],[39,22,15],[15,0,0],[19,0,0],[44,22,9],[87,56,38],[99,64,44],[96,60,38],[96,58,37],[96,55,35],[132,91,69],[125,83,59],[108,68,42],[159,122,95],[135,100,72],[123,92,63],[77,47,19],[141,115,88],[72,48,22],[66,42,18],[89,63,36],[183,150,115],[170,137,104],[181,155,132],[162,143,128],[118,105,96],[119,109,100],[49,37,25],[107,94,77],[146,130,105],[155,138,110],[155,138,110],[160,143,113],[185,169,135],[144,128,92],[148,135,93],[146,133,89],[150,142,95],[154,143,97],[98,79,37],[83,59,21],[121,93,56],[124,96,57],[208,186,139],[255,237,184],[202,183,124],[188,168,105],[165,142,75],[113,85,20],[145,115,55],[186,155,98],[131,101,47],[221,199,149],[194,184,135],[110,102,53],[176,161,102],[166,156,95],[202,207,153],[206,215,172],[189,194,164],[32,34,12],[19,18,0],[52,50,35],[42,44,30],[7,6,0],[18,6,0],[113,103,78],[163,165,151],[28,39,25],[56,68,44],[60,75,44],[95,111,74],[45,63,23],[52,73,32],[39,61,23],[31,56,26],[72,100,75],[99,132,111],[41,78,60],[41,83,63],[82,125,106],[54,98,83],[60,106,96],[52,98,95],[73,121,123],[61,112,115],[61,112,115],[76,128,126],[74,127,121],[70,122,110],[70,123,107],[90,141,124],[163,211,195],[167,214,198],[151,195,180],[129,173,160],[135,177,163],[110,152,138],[73,116,99],[111,155,138],[98,141,121],[92,132,108],[115,151,123],[124,162,125],[95,130,97],[84,116,93],[150,180,168],[103,138,134],[29,65,61],[78,116,103],[130,168,147],[171,205,178],[184,217,186],[177,212,180],[105,140,108],[50,83,52],[47,78,46],[83,112,81],[66,92,63],[63,92,62],[91,122,90],[47,81,46],[62,96,59],[112,147,105],[183,216,171],[139,171,124],[68,98,48],[105,132,81],[159,182,128],[171,192,133],[136,157,92],[155,175,104],[189,206,128],[165,179,94],[161,171,85],[139,146,66],[139,143,69],[146,148,85],[138,138,84],[124,126,79],[82,87,47],[43,50,19],[43,53,26],[57,68,38],[69,80,48],[42,52,17],[50,56,20],[38,40,0],[24,24,0],[46,47,15],[46,47,16],[44,44,16],[53,51,26],[47,45,20],[65,60,38],[78,73,51],[55,50,30],[42,37,17],[19,12,0],[11,3,0],[13,4,0],[27,18,13],[42,32,31],[28,19,22],[7,1,5],[6,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[26,25,23],[18,17,13],[1,0,0],[2,1,0],[4,3,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[11,9,10],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[6,0,2],[4,0,0],[11,7,6],[4,0,0],[13,5,3],[19,11,8],[13,3,1],[17,6,2],[12,1,0],[9,0,0],[17,6,2],[58,44,41],[22,9,3],[25,10,3],[51,33,23],[34,15,1],[36,15,0],[31,5,0],[50,22,1],[68,37,17],[58,25,8],[102,66,50],[70,33,17],[86,47,30],[114,78,56],[130,94,68],[113,80,49],[170,140,106],[195,169,134],[126,100,65],[136,109,79],[92,62,36],[59,28,7],[78,46,23],[117,82,52],[130,99,68],[137,113,87],[128,108,84],[96,80,55],[110,93,73],[123,101,88],[110,88,74],[112,94,70],[175,164,134],[209,205,176],[189,190,158],[223,225,185],[186,185,141],[187,180,138],[118,111,67],[189,186,141],[162,158,113],[146,128,90],[121,97,61],[157,128,94],[119,95,57],[96,82,37],[204,192,140],[210,195,138],[167,145,87],[168,132,74],[138,98,39],[153,114,55],[173,145,82],[168,157,91],[196,188,125],[243,231,171],[171,156,97],[154,143,79],[205,200,134],[195,202,135],[162,166,115],[81,73,50],[14,1,0],[8,0,0],[5,3,0],[41,52,36],[48,60,38],[61,61,27],[78,68,33],[109,95,69],[59,48,20],[71,72,32],[67,76,33],[42,54,16],[19,36,0],[30,51,20],[49,76,45],[62,91,61],[75,105,77],[98,130,107],[46,77,61],[65,96,88],[76,108,105],[63,99,99],[67,107,107],[56,100,99],[58,104,104],[67,111,114],[73,117,120],[90,136,136],[71,120,116],[80,131,124],[97,150,140],[120,172,160],[143,193,181],[129,177,165],[109,155,144],[148,190,178],[177,218,204],[180,219,201],[168,207,188],[148,188,164],[106,149,121],[121,165,132],[91,135,100],[129,169,135],[194,227,200],[116,137,120],[133,155,142],[118,154,142],[32,78,65],[75,126,107],[152,201,179],[140,178,153],[97,133,105],[97,141,106],[98,144,107],[99,141,101],[78,116,77],[50,82,45],[111,143,106],[114,148,115],[154,189,157],[106,146,111],[119,160,120],[138,177,133],[121,158,114],[69,100,58],[63,90,49],[136,157,116],[195,212,167],[185,200,143],[192,208,137],[162,178,90],[182,195,105],[165,168,89],[96,96,22],[123,123,49],[140,141,73],[92,96,37],[145,150,96],[55,62,8],[63,73,23],[72,82,45],[82,93,59],[92,104,66],[95,107,67],[32,42,7],[42,49,15],[43,49,13],[27,31,0],[8,9,0],[59,57,32],[54,52,29],[23,21,0],[44,41,24],[72,71,53],[88,87,67],[35,34,13],[45,43,18],[27,23,0],[27,19,0],[30,22,3],[33,23,11],[13,4,0],[25,19,19],[8,4,5],[7,2,6],[4,0,3],[5,0,4],[7,2,6],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[12,12,12],[0,0,0],[66,66,66],[47,47,47],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,0,1],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[8,2,4],[3,0,0],[10,4,4],[10,2,0],[7,0,0],[13,2,0],[28,17,13],[16,5,1],[17,6,2],[26,15,11],[41,30,26],[19,6,0],[22,8,0],[41,23,11],[53,31,17],[73,51,30],[65,40,18],[70,45,25],[60,35,15],[59,30,14],[102,69,54],[72,36,22],[48,11,0],[122,85,66],[142,106,82],[106,73,42],[88,58,24],[210,184,147],[166,142,106],[142,117,86],[139,112,85],[113,85,63],[156,126,102],[169,138,109],[150,121,91],[139,118,91],[80,63,35],[122,107,76],[96,79,51],[118,95,79],[151,129,115],[102,88,61],[146,141,111],[186,190,163],[219,228,197],[207,215,174],[202,208,164],[134,129,89],[156,148,109],[176,174,133],[97,93,55],[144,130,95],[141,121,88],[153,130,98],[100,80,45],[89,76,34],[123,111,63],[214,197,145],[154,127,74],[126,87,32],[173,130,75],[174,135,76],[159,134,70],[201,194,124],[136,133,64],[171,157,96],[227,208,149],[158,142,80],[206,197,132],[251,252,186],[176,174,123],[150,135,112],[79,60,53],[16,3,0],[22,23,7],[20,35,12],[98,113,82],[21,23,0],[92,83,40],[114,96,56],[42,27,0],[88,85,32],[93,100,48],[159,170,130],[87,104,72],[35,59,33],[77,105,82],[69,101,77],[114,146,123],[94,126,105],[78,108,96],[97,126,122],[62,91,95],[22,55,60],[45,83,86],[60,105,102],[67,112,109],[89,130,134],[84,125,131],[78,124,124],[82,131,127],[88,141,131],[101,157,144],[131,187,174],[88,141,131],[92,143,136],[103,150,144],[129,172,165],[188,230,220],[195,236,220],[183,222,201],[192,232,205],[175,216,184],[84,125,91],[93,134,100],[79,115,87],[136,164,141],[145,159,144],[122,138,125],[103,137,120],[79,127,105],[117,171,147],[87,137,112],[47,82,58],[92,126,99],[141,185,150],[110,156,117],[102,143,103],[89,126,85],[105,140,98],[102,134,93],[126,162,124],[114,152,115],[84,124,87],[135,176,134],[171,210,165],[90,126,80],[65,94,50],[142,168,123],[162,181,136],[150,164,113],[147,161,99],[189,202,123],[188,202,107],[166,175,82],[111,111,37],[100,96,32],[168,167,102],[173,175,112],[110,115,59],[176,183,131],[140,150,97],[143,155,105],[123,136,93],[41,53,15],[32,44,4],[126,138,98],[90,102,66],[62,72,37],[52,59,25],[51,57,23],[29,32,3],[57,57,33],[64,59,39],[42,35,17],[46,40,24],[19,18,0],[56,59,38],[40,46,20],[61,64,35],[91,90,62],[61,51,26],[34,21,2],[40,26,13],[59,49,40],[22,19,14],[2,1,0],[8,4,5],[5,0,4],[6,1,5],[8,3,7],[6,2,3],[4,0,1],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[6,6,6],[4,4,4],[0,0,0],[254,254,254],[205,205,205],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[7,5,6],[5,3,4],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[6,0,2],[7,1,3],[9,3,5],[10,4,6],[13,7,9],[6,0,0],[16,8,6],[18,8,7],[17,6,4],[23,9,8],[27,13,12],[35,21,20],[28,14,13],[22,8,5],[15,0,0],[15,0,0],[17,0,0],[48,25,11],[88,62,45],[85,63,42],[49,31,11],[53,34,17],[80,57,41],[107,78,62],[74,38,24],[51,12,0],[123,82,64],[162,121,99],[154,117,91],[103,68,40],[103,72,43],[161,134,104],[114,90,62],[156,136,109],[154,137,111],[160,140,115],[156,133,102],[179,156,125],[199,179,154],[155,139,113],[140,127,95],[199,188,160],[167,154,137],[122,111,93],[130,125,95],[194,193,162],[233,237,210],[191,197,169],[181,187,149],[189,189,151],[149,141,105],[145,134,102],[168,162,128],[126,120,88],[134,123,93],[109,95,66],[114,99,68],[77,62,29],[120,106,69],[176,158,118],[206,183,139],[144,116,68],[113,77,25],[158,123,69],[181,150,93],[189,165,103],[238,223,158],[193,182,120],[126,110,58],[221,201,151],[217,191,140],[195,172,120],[247,234,182],[161,149,107],[62,48,19],[54,42,20],[22,15,0],[1,3,0],[1,12,0],[31,42,0],[80,78,30],[108,101,49],[91,84,29],[152,147,89],[212,213,155],[231,238,186],[214,225,185],[117,133,104],[71,94,74],[70,98,83],[65,97,82],[120,152,139],[77,109,98],[50,79,74],[67,95,98],[64,93,97],[49,83,85],[54,93,90],[55,98,88],[67,112,105],[70,110,118],[87,129,141],[78,126,126],[67,118,111],[109,166,151],[111,170,152],[102,160,145],[119,177,165],[121,176,173],[85,134,138],[69,117,121],[89,133,134],[96,139,132],[122,166,151],[126,172,146],[170,213,183],[132,166,141],[116,145,123],[109,138,116],[122,145,125],[105,116,100],[103,115,101],[117,146,126],[89,129,103],[145,189,162],[107,150,122],[90,120,94],[145,174,146],[166,201,169],[200,235,203],[142,171,140],[144,171,136],[143,174,132],[97,130,85],[49,85,41],[53,90,46],[64,101,57],[143,180,136],[178,214,168],[116,148,99],[145,172,121],[190,213,157],[197,215,155],[169,184,117],[190,204,129],[162,175,93],[157,170,82],[144,153,70],[113,114,46],[135,135,75],[142,143,86],[162,165,110],[139,147,90],[149,159,107],[57,68,25],[33,46,3],[128,144,99],[16,31,0],[25,39,3],[113,125,89],[151,163,125],[86,96,59],[35,45,8],[144,151,118],[154,160,134],[29,31,10],[28,19,2],[38,25,9],[53,41,25],[39,34,14],[69,75,49],[35,46,16],[63,72,43],[98,98,72],[65,50,31],[37,15,2],[27,4,0],[33,18,11],[9,9,1],[3,5,0],[6,4,5],[5,0,4],[6,1,5],[8,3,7],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[3,0,0],[5,1,0],[10,6,5],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[10,10,10],[4,4,4],[28,28,28],[4,4,4],[40,40,40],[29,29,29],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,3],[6,0,2],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[10,4,6],[6,0,0],[11,1,0],[21,9,9],[31,17,16],[32,18,17],[27,13,12],[25,11,10],[19,5,4],[12,0,0],[19,4,0],[17,0,0],[15,0,0],[46,23,9],[91,65,48],[118,92,75],[44,25,10],[49,30,15],[78,55,39],[99,72,55],[97,66,48],[130,95,76],[122,85,66],[147,111,89],[148,114,89],[72,40,15],[100,73,46],[101,75,50],[147,126,99],[134,117,91],[121,105,79],[135,119,93],[108,95,63],[74,60,31],[136,124,98],[166,154,128],[199,188,156],[254,245,214],[204,193,173],[133,125,106],[201,198,167],[188,189,157],[108,112,87],[123,127,102],[124,128,95],[169,170,136],[166,163,132],[132,125,97],[153,143,116],[125,115,88],[138,131,103],[147,140,112],[126,117,88],[111,100,70],[141,128,94],[221,203,167],[181,158,117],[125,96,52],[108,78,28],[125,93,42],[166,137,81],[186,162,102],[216,194,134],[241,222,163],[164,144,93],[161,139,90],[218,188,138],[226,198,150],[209,191,145],[182,167,124],[118,103,64],[30,16,0],[61,52,23],[103,102,71],[78,87,44],[63,73,23],[113,111,63],[160,154,102],[181,179,118],[193,195,132],[189,193,134],[219,226,175],[120,130,95],[36,54,28],[51,75,59],[44,74,64],[33,66,57],[49,84,77],[57,89,84],[46,78,75],[55,84,88],[49,80,83],[42,76,77],[34,73,68],[30,74,59],[59,105,94],[78,121,127],[80,124,133],[81,131,130],[88,141,133],[134,192,178],[102,163,148],[75,135,123],[141,201,193],[94,150,151],[61,114,120],[52,102,109],[59,108,113],[59,108,105],[85,132,122],[45,94,73],[97,139,117],[164,191,176],[206,226,214],[146,170,154],[124,145,130],[107,119,105],[142,156,139],[186,211,189],[102,136,109],[128,167,136],[141,178,147],[124,153,125],[99,125,98],[88,121,92],[208,238,210],[180,200,175],[155,173,147],[120,147,112],[85,117,76],[67,100,57],[107,140,97],[92,124,83],[136,167,126],[166,194,153],[229,255,210],[245,255,218],[219,239,180],[166,183,115],[159,173,98],[184,198,119],[231,244,165],[145,157,81],[116,126,57],[196,200,141],[166,169,116],[53,57,7],[71,77,29],[118,128,75],[58,70,20],[13,25,0],[21,35,0],[62,79,34],[103,120,76],[43,59,23],[71,85,52],[88,103,62],[122,135,92],[42,54,16],[32,42,8],[56,62,36],[28,30,9],[45,36,19],[51,39,25],[59,50,35],[29,23,7],[34,39,16],[20,29,2],[9,16,0],[71,70,42],[64,49,28],[47,25,11],[67,47,36],[24,9,2],[9,6,0],[1,3,0],[6,4,5],[5,0,4],[6,1,5],[7,2,6],[4,0,1],[4,0,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[11,7,6],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[5,3,4],[4,2,3],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[7,1,3],[7,1,3],[6,0,2],[6,0,2],[8,2,4],[9,3,5],[10,1,4],[62,53,56],[49,39,40],[19,7,7],[39,25,24],[41,25,25],[17,1,1],[15,0,0],[26,10,10],[25,9,9],[33,15,13],[29,10,4],[31,9,0],[44,18,5],[70,43,26],[115,86,70],[51,23,12],[101,73,62],[129,101,89],[82,55,38],[89,62,41],[175,151,127],[136,112,86],[70,49,22],[124,102,78],[96,76,51],[52,32,8],[79,57,34],[128,106,83],[128,106,82],[132,108,84],[157,142,113],[179,179,145],[39,45,11],[105,104,76],[156,149,123],[175,164,134],[180,166,137],[217,202,183],[222,211,191],[222,215,186],[153,150,119],[57,55,32],[117,116,95],[75,78,49],[144,149,117],[176,185,156],[185,189,164],[134,128,106],[100,89,69],[127,119,98],[115,109,85],[98,94,67],[126,121,92],[111,100,70],[152,137,104],[148,128,91],[141,116,76],[124,97,52],[116,88,40],[140,110,58],[179,149,95],[218,192,135],[180,154,97],[169,142,87],[199,172,117],[193,164,108],[213,188,134],[229,211,163],[222,205,159],[157,134,84],[72,48,2],[124,104,71],[180,171,138],[179,188,141],[97,109,61],[69,72,29],[165,164,120],[98,97,43],[96,95,39],[122,122,72],[169,174,133],[64,75,45],[33,50,31],[48,74,63],[51,82,76],[92,127,120],[34,71,64],[48,83,77],[49,83,82],[52,83,86],[50,81,84],[51,85,86],[32,72,64],[34,76,62],[91,135,122],[87,133,130],[77,125,125],[80,130,129],[86,138,136],[71,127,124],[61,120,118],[93,153,151],[73,133,133],[69,129,130],[80,140,141],[59,117,119],[77,133,134],[67,122,119],[73,125,121],[56,107,102],[95,136,130],[210,232,230],[244,255,255],[203,226,218],[198,222,209],[167,185,171],[173,192,173],[158,184,159],[138,171,142],[124,161,128],[154,191,158],[110,141,110],[68,98,70],[137,170,143],[217,245,222],[233,248,229],[142,157,138],[126,150,128],[121,150,122],[113,142,111],[138,165,132],[114,141,108],[153,177,145],[211,231,203],[219,236,202],[217,234,190],[195,209,156],[186,201,134],[196,210,135],[177,190,118],[170,182,116],[104,115,59],[164,172,123],[235,242,191],[94,100,54],[40,47,5],[18,27,0],[103,115,67],[94,107,63],[56,70,35],[106,121,88],[82,99,57],[111,128,86],[108,123,90],[97,111,78],[48,63,22],[131,146,103],[108,123,84],[0,8,0],[38,41,10],[62,60,35],[38,35,16],[58,54,42],[45,42,33],[6,3,0],[23,21,8],[31,30,9],[82,78,49],[64,58,26],[85,74,44],[89,75,49],[65,52,35],[18,5,0],[14,4,5],[4,0,2],[6,1,5],[5,0,4],[6,1,5],[6,1,5],[3,0,0],[4,0,1],[5,1,0],[3,0,0],[6,2,0],[5,1,0],[7,3,2],[8,4,3],[4,0,0],[3,0,0],[4,0,1],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[7,7,7],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[7,5,6],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[5,3,4],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[6,2,3],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[6,0,2],[6,0,2],[7,1,3],[8,2,4],[10,4,6],[12,6,8],[6,0,0],[38,28,29],[23,11,11],[10,0,0],[31,15,15],[41,26,23],[28,13,10],[13,0,0],[15,0,0],[27,12,9],[45,27,23],[53,34,27],[55,33,20],[47,21,6],[44,17,0],[65,36,20],[80,47,38],[114,84,76],[133,104,90],[45,18,0],[45,21,0],[114,93,64],[130,111,81],[26,6,0],[45,28,2],[92,74,50],[94,73,52],[63,42,21],[67,45,22],[113,91,67],[112,88,62],[126,112,83],[212,219,185],[64,78,43],[57,60,33],[105,98,72],[114,100,71],[187,172,143],[237,222,203],[217,204,185],[189,182,153],[157,152,122],[167,160,141],[116,113,94],[65,68,41],[142,151,122],[168,182,156],[135,147,123],[113,110,93],[99,90,75],[130,123,105],[133,128,108],[119,114,92],[106,102,75],[139,134,104],[153,144,111],[142,128,93],[167,147,110],[150,125,84],[118,89,45],[113,82,35],[147,115,64],[198,167,112],[149,118,61],[162,132,72],[175,146,86],[161,135,74],[196,174,116],[244,231,178],[246,230,178],[173,144,86],[163,132,77],[112,84,44],[56,40,4],[60,66,20],[129,142,96],[66,72,36],[89,89,55],[95,92,49],[56,53,8],[68,69,29],[57,60,29],[53,62,41],[33,51,39],[39,66,59],[58,93,87],[46,86,77],[43,85,75],[71,111,102],[57,94,87],[46,80,81],[59,93,95],[76,112,112],[51,90,85],[37,79,67],[78,122,109],[138,185,177],[89,138,134],[71,121,118],[89,141,139],[111,167,166],[98,156,157],[88,148,149],[66,127,128],[74,135,138],[73,134,137],[54,115,118],[55,115,116],[55,113,115],[75,131,132],[71,125,125],[108,150,149],[230,251,255],[209,227,229],[131,158,153],[182,214,203],[141,169,155],[100,129,109],[97,129,105],[96,133,102],[87,126,95],[97,136,105],[75,114,83],[70,106,78],[150,189,162],[198,230,207],[224,241,225],[160,174,159],[147,171,155],[157,186,164],[194,223,195],[236,255,232],[209,233,201],[218,237,207],[204,219,190],[188,202,167],[152,165,121],[145,160,103],[168,183,114],[172,188,115],[165,181,110],[66,80,19],[75,87,41],[183,194,152],[167,176,133],[86,95,50],[26,34,0],[37,48,8],[70,83,40],[82,94,54],[34,48,13],[46,61,28],[133,149,112],[154,170,131],[15,31,0],[51,67,31],[4,19,0],[89,104,63],[159,174,133],[89,99,64],[87,90,59],[78,76,51],[34,33,13],[18,16,1],[24,22,10],[50,48,36],[28,26,11],[38,36,15],[28,22,0],[44,37,8],[94,83,55],[88,76,52],[53,40,24],[56,43,35],[7,0,0],[13,4,9],[6,0,4],[5,0,4],[6,1,5],[5,0,4],[3,0,0],[5,1,2],[6,2,1],[3,0,0],[7,3,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[5,5,5],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[19,17,18],[1,0,0],[6,4,5],[4,2,3],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[11,7,8],[9,5,6],[7,1,3],[6,0,2],[6,0,2],[9,3,5],[11,5,7],[12,6,8],[17,8,9],[11,1,0],[14,3,1],[27,13,10],[22,7,2],[32,14,10],[52,34,30],[37,19,15],[26,8,4],[28,11,4],[39,20,13],[42,22,13],[37,15,1],[56,30,13],[86,58,37],[92,63,45],[22,0,0],[20,0,0],[84,58,41],[98,71,50],[95,69,42],[80,55,25],[108,83,53],[77,51,24],[64,36,14],[85,57,36],[102,75,56],[78,53,33],[97,75,52],[93,76,48],[99,84,51],[161,155,119],[136,148,112],[94,108,75],[82,80,57],[99,87,65],[145,128,102],[194,177,151],[246,231,210],[241,230,208],[156,151,119],[112,109,78],[159,152,133],[164,158,142],[132,132,108],[133,142,115],[132,150,126],[134,149,128],[100,102,88],[94,88,74],[117,110,94],[152,143,126],[150,142,121],[161,157,132],[198,199,168],[137,138,106],[185,181,146],[155,142,107],[122,98,60],[123,91,52],[141,104,60],[144,108,58],[177,146,91],[174,144,84],[179,150,84],[187,160,91],[142,119,52],[129,111,47],[201,191,132],[255,244,185],[218,187,122],[155,117,55],[118,84,36],[60,39,0],[41,44,0],[225,236,196],[155,159,132],[113,111,88],[118,113,81],[41,36,4],[84,82,59],[49,52,35],[35,45,36],[29,48,44],[42,73,68],[40,77,69],[24,66,52],[63,108,88],[65,108,89],[59,101,87],[51,88,81],[41,77,77],[46,81,83],[50,86,86],[47,86,83],[53,95,91],[48,94,92],[61,110,107],[64,113,109],[61,112,105],[126,182,173],[121,178,171],[67,128,123],[86,147,148],[94,154,162],[66,128,139],[62,124,137],[49,109,120],[53,110,119],[68,123,126],[51,106,103],[71,115,114],[193,221,224],[181,205,207],[96,132,128],[71,114,104],[56,100,85],[64,107,88],[55,97,75],[69,111,87],[47,91,64],[72,118,89],[34,83,53],[51,100,70],[176,222,194],[185,223,200],[149,172,154],[197,218,201],[176,205,185],[147,179,156],[192,223,192],[169,195,160],[163,185,147],[183,201,161],[98,113,72],[121,134,88],[150,165,110],[142,157,92],[118,136,62],[170,188,112],[165,182,112],[97,113,51],[90,106,57],[157,170,127],[105,116,73],[143,154,111],[87,98,55],[29,42,0],[29,41,5],[130,142,106],[81,96,57],[66,80,44],[165,179,146],[34,48,15],[17,31,0],[0,14,0],[9,21,0],[134,146,110],[139,151,113],[122,132,97],[60,65,42],[1,2,0],[30,25,6],[33,26,8],[12,5,0],[47,45,24],[37,39,15],[35,38,11],[38,36,11],[25,17,0],[64,47,31],[78,56,43],[37,17,8],[31,17,8],[6,0,0],[13,10,5],[5,1,2],[5,0,4],[6,1,5],[6,1,5],[4,0,1],[6,2,3],[8,4,3],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[6,6,6],[3,3,3],[0,0,0],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[10,8,9],[17,15,16],[111,109,110],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[20,16,17],[15,11,12],[9,3,5],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[11,5,5],[16,8,6],[18,8,6],[13,2,0],[18,5,0],[23,8,1],[46,29,21],[66,49,41],[44,27,19],[24,7,0],[22,5,0],[40,22,12],[41,22,8],[21,0,0],[60,35,13],[118,90,66],[106,78,56],[103,75,61],[42,16,1],[66,41,21],[97,71,46],[106,81,51],[120,93,63],[127,98,68],[145,114,86],[139,107,84],[159,126,107],[110,79,61],[72,45,24],[139,117,93],[82,65,35],[86,73,38],[114,108,72],[110,114,81],[98,98,72],[103,92,72],[126,108,88],[139,119,94],[156,140,114],[225,219,195],[223,223,197],[128,134,98],[105,111,77],[112,110,89],[142,136,120],[149,147,126],[110,114,91],[128,140,120],[99,110,93],[108,112,98],[111,109,96],[118,111,95],[125,116,99],[147,139,118],[183,179,154],[118,123,93],[120,126,92],[111,112,78],[117,111,75],[102,82,47],[115,85,47],[114,79,37],[128,92,44],[208,177,122],[192,164,101],[204,177,108],[182,158,88],[153,129,65],[119,101,39],[212,202,141],[255,255,194],[223,192,127],[177,139,76],[124,89,33],[109,85,37],[92,89,46],[158,162,129],[129,127,104],[92,87,67],[37,31,5],[15,10,0],[61,59,46],[49,52,45],[36,48,46],[26,46,45],[35,67,64],[41,82,74],[32,79,61],[49,97,75],[64,112,88],[38,83,63],[38,78,69],[54,90,88],[48,83,85],[39,77,78],[47,87,86],[56,98,97],[34,80,80],[83,132,129],[82,131,125],[62,112,101],[82,134,121],[82,138,125],[85,142,135],[70,130,130],[73,133,143],[70,132,147],[63,124,142],[73,132,148],[71,128,139],[52,107,112],[72,124,122],[70,115,112],[142,173,175],[133,163,165],[73,115,111],[59,110,101],[72,126,113],[71,125,111],[64,112,98],[47,94,76],[46,93,73],[25,77,54],[50,106,79],[111,167,140],[158,211,183],[104,148,123],[155,184,164],[210,237,218],[156,189,168],[172,207,183],[196,229,200],[143,170,135],[128,150,111],[61,80,34],[120,137,85],[159,174,117],[144,160,97],[151,171,102],[141,163,91],[172,194,122],[138,159,92],[97,117,56],[88,106,54],[103,121,73],[18,31,0],[85,97,51],[137,151,102],[58,71,27],[27,39,3],[50,61,27],[61,74,31],[121,133,93],[27,38,8],[4,14,0],[8,20,0],[8,20,0],[15,26,0],[51,62,28],[77,89,51],[96,108,72],[9,19,0],[36,39,18],[55,50,30],[64,56,37],[54,46,27],[34,29,7],[56,59,32],[50,54,27],[65,68,41],[44,38,14],[40,21,4],[72,45,34],[93,68,61],[36,19,11],[11,7,0],[0,1,0],[3,1,2],[6,1,5],[7,2,6],[6,1,5],[5,1,2],[8,4,5],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[5,3,4],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[4,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[20,16,17],[21,17,18],[10,4,6],[7,1,3],[8,2,4],[7,1,3],[14,8,10],[17,8,9],[26,16,14],[14,3,0],[18,5,0],[20,5,0],[28,11,3],[26,9,1],[22,5,0],[52,35,27],[46,29,21],[31,14,4],[44,26,12],[46,27,12],[39,17,0],[50,24,1],[110,83,56],[90,60,34],[78,49,31],[81,52,34],[75,47,25],[75,49,22],[103,78,47],[114,88,55],[133,104,72],[87,56,27],[139,105,80],[148,113,91],[147,112,92],[156,126,102],[108,82,55],[133,114,82],[113,99,62],[128,115,80],[123,107,81],[133,112,93],[136,108,94],[112,85,68],[140,120,93],[202,193,162],[236,240,213],[193,208,177],[131,154,112],[90,111,72],[107,115,91],[116,117,99],[117,112,92],[130,123,104],[99,96,81],[70,68,55],[83,84,70],[112,110,97],[120,114,98],[137,130,112],[137,132,110],[185,185,159],[133,138,108],[113,120,87],[120,124,91],[139,135,100],[107,91,57],[136,112,74],[126,94,53],[140,106,58],[187,154,100],[160,131,71],[166,147,79],[218,199,133],[163,138,82],[165,142,90],[201,185,126],[239,221,159],[225,197,134],[228,197,133],[167,137,73],[148,126,69],[95,83,43],[77,68,39],[80,68,46],[98,87,67],[22,18,0],[32,34,13],[21,23,12],[41,45,44],[33,47,48],[30,54,56],[49,83,82],[63,104,96],[66,113,95],[52,101,79],[59,107,83],[57,102,82],[40,80,71],[58,97,94],[55,93,94],[52,90,93],[65,105,105],[79,121,119],[52,98,96],[58,104,101],[122,169,161],[71,119,107],[87,138,123],[81,133,120],[106,161,155],[149,207,208],[66,124,135],[63,122,138],[66,125,143],[60,117,134],[65,119,131],[66,117,121],[63,112,109],[94,136,132],[152,186,185],[116,150,151],[78,124,121],[75,130,124],[50,111,104],[49,108,102],[61,114,108],[36,85,79],[26,76,67],[30,82,69],[66,125,107],[79,138,116],[68,124,99],[77,125,99],[122,160,135],[121,155,131],[61,100,79],[140,179,158],[203,237,212],[172,201,170],[158,180,141],[139,159,110],[157,175,117],[187,206,142],[135,156,89],[129,150,85],[159,181,119],[150,174,116],[61,84,28],[77,100,44],[75,98,42],[100,119,64],[48,62,11],[50,62,14],[158,170,120],[58,70,24],[48,58,21],[39,49,14],[130,141,99],[123,134,94],[40,49,20],[10,19,0],[51,61,24],[52,63,23],[60,70,36],[26,36,2],[113,123,86],[113,125,85],[98,110,72],[47,54,21],[42,40,17],[54,47,29],[60,50,38],[55,49,37],[33,34,16],[17,21,0],[7,8,0],[32,26,0],[70,53,23],[84,59,37],[89,66,52],[43,24,18],[4,0,0],[6,4,7],[7,2,6],[5,0,4],[8,3,7],[6,1,5],[3,0,0],[10,6,7],[17,13,12],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[3,1,2],[4,2,3],[4,2,3],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[4,0,0],[10,4,6],[12,6,8],[4,0,0],[8,2,4],[15,9,9],[19,11,8],[26,17,10],[37,27,18],[30,17,8],[22,8,0],[26,9,0],[27,10,0],[32,15,5],[37,20,10],[46,30,17],[51,33,19],[57,38,21],[57,35,12],[53,27,2],[117,90,61],[132,101,73],[69,34,12],[71,36,16],[89,57,32],[95,68,39],[92,67,36],[84,61,29],[71,46,15],[98,71,41],[86,55,27],[175,144,116],[207,176,148],[138,107,79],[95,68,39],[109,86,54],[134,116,80],[153,133,100],[128,100,78],[156,123,106],[169,133,121],[176,144,129],[176,156,129],[211,205,173],[204,215,185],[146,167,134],[103,132,88],[93,118,78],[102,115,89],[123,126,105],[127,121,99],[145,134,114],[120,108,94],[80,70,58],[67,61,47],[126,123,108],[118,115,96],[127,125,104],[146,146,120],[214,217,188],[140,145,113],[142,145,114],[147,148,117],[124,121,90],[120,111,78],[128,112,76],[146,123,81],[148,120,72],[147,114,61],[157,126,69],[135,116,48],[205,187,121],[174,149,95],[169,143,92],[197,181,119],[201,183,117],[237,213,151],[231,203,138],[185,158,89],[155,133,73],[76,61,22],[83,69,43],[56,38,18],[44,28,12],[31,28,9],[27,29,15],[19,25,15],[49,58,53],[25,43,43],[23,48,52],[56,92,92],[30,72,68],[59,107,93],[48,97,78],[48,95,75],[66,110,93],[73,114,106],[79,118,115],[64,102,103],[54,94,93],[48,90,86],[73,118,111],[56,103,95],[70,117,109],[115,161,151],[80,126,115],[85,131,120],[83,130,122],[84,134,131],[110,164,166],[70,127,136],[58,118,129],[68,127,141],[44,100,113],[61,114,122],[73,122,126],[59,103,102],[136,177,173],[165,199,198],[88,124,122],[82,127,124],[74,126,124],[78,138,136],[50,110,110],[48,99,102],[38,86,88],[48,94,94],[58,107,103],[65,123,111],[95,154,136],[71,125,102],[93,141,117],[124,167,140],[49,89,65],[42,85,66],[144,187,168],[192,227,207],[192,222,196],[129,153,117],[158,180,133],[143,163,104],[160,181,116],[171,193,129],[123,148,90],[144,171,120],[88,114,69],[54,80,35],[70,94,46],[68,91,35],[117,138,81],[45,59,6],[55,67,17],[131,143,93],[83,95,49],[67,75,36],[130,138,99],[51,59,18],[72,80,41],[35,42,9],[68,75,42],[22,30,0],[15,23,0],[27,37,2],[35,45,10],[120,130,93],[60,72,32],[71,83,43],[74,84,47],[5,8,0],[6,4,0],[17,11,0],[82,79,64],[48,50,29],[19,22,0],[18,17,0],[70,64,30],[81,66,35],[53,33,8],[73,51,37],[47,30,23],[6,0,0],[8,3,9],[5,0,4],[3,0,2],[7,2,6],[8,3,7],[3,0,0],[9,5,6],[13,9,8],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[8,6,7],[1,0,0],[3,1,2],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[4,2,3],[4,2,3],[4,2,3],[5,3,4],[7,3,4],[7,3,4],[7,3,4],[7,3,4],[4,0,1],[8,4,5],[7,1,3],[13,7,9],[14,8,10],[8,2,4],[13,7,9],[19,10,11],[23,13,11],[22,11,7],[20,7,1],[22,7,0],[27,10,2],[37,20,10],[40,23,13],[19,2,0],[29,13,0],[47,31,18],[51,33,19],[67,48,31],[83,61,38],[80,54,27],[117,90,60],[119,85,57],[112,70,45],[92,47,24],[94,57,31],[100,70,42],[86,63,32],[101,82,50],[71,55,22],[87,68,35],[78,55,21],[116,92,58],[164,135,103],[150,121,89],[131,102,70],[95,69,36],[127,103,69],[147,120,91],[129,94,72],[148,111,93],[149,113,99],[164,133,115],[208,189,159],[225,219,185],[175,181,153],[184,199,168],[138,161,119],[163,184,143],[133,146,118],[130,134,111],[153,147,121],[167,155,131],[146,131,112],[130,114,99],[107,95,83],[128,122,106],[116,118,96],[78,84,58],[137,146,115],[188,195,162],[159,160,129],[151,147,118],[142,136,110],[141,137,108],[137,136,105],[140,138,100],[168,159,116],[136,115,68],[144,110,62],[169,134,78],[143,120,52],[137,118,49],[154,132,72],[167,147,86],[186,176,104],[168,156,84],[112,88,26],[206,176,116],[232,203,135],[181,157,97],[56,41,2],[33,21,0],[68,53,34],[31,17,4],[40,33,27],[11,12,6],[19,27,14],[38,54,41],[35,56,51],[30,58,59],[58,96,97],[55,97,96],[47,94,86],[52,99,89],[44,90,79],[44,87,78],[68,109,105],[86,125,124],[74,114,113],[72,115,108],[68,116,102],[108,159,142],[152,203,188],[88,139,124],[73,121,109],[66,111,104],[58,103,100],[65,109,110],[65,113,115],[66,117,121],[70,125,130],[66,124,128],[56,114,118],[67,122,125],[70,119,123],[66,111,114],[114,154,156],[178,213,215],[108,142,141],[88,122,121],[111,150,149],[89,133,134],[83,137,139],[61,116,119],[73,120,128],[81,124,131],[60,101,107],[82,126,127],[117,168,163],[97,149,137],[134,178,161],[133,177,154],[138,181,154],[121,165,140],[115,162,146],[165,209,196],[174,210,198],[214,245,227],[216,241,212],[174,196,157],[93,116,64],[97,120,64],[78,103,48],[113,139,92],[102,128,93],[32,59,28],[58,83,51],[88,113,74],[134,156,107],[66,85,30],[95,112,60],[74,88,39],[103,114,71],[118,129,86],[82,91,46],[105,112,71],[17,23,0],[40,46,12],[49,55,17],[151,157,121],[54,61,28],[49,56,22],[71,82,42],[13,24,0],[67,79,39],[4,16,0],[36,46,11],[103,113,79],[78,85,52],[95,102,69],[114,119,87],[163,166,135],[58,59,28],[7,3,0],[24,17,0],[17,7,0],[61,46,25],[68,52,36],[39,25,14],[14,1,0],[13,4,0],[6,0,0],[12,6,8],[4,0,3],[6,1,5],[9,4,8],[4,0,1],[6,2,3],[8,4,3],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[11,9,10],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[11,7,8],[25,21,22],[20,14,16],[10,4,6],[8,2,4],[13,7,9],[20,14,16],[15,9,9],[16,8,6],[16,7,2],[10,0,0],[26,13,5],[33,19,10],[29,12,4],[38,21,13],[33,16,6],[42,25,15],[32,16,3],[44,28,13],[72,53,36],[89,67,44],[96,72,46],[112,85,56],[111,78,47],[129,88,58],[121,77,50],[84,48,22],[66,36,10],[63,42,15],[77,60,32],[71,54,26],[92,73,41],[120,97,63],[150,124,87],[143,115,76],[145,115,77],[167,139,102],[127,103,69],[105,84,53],[111,87,59],[132,105,78],[138,108,84],[167,139,118],[141,116,94],[234,217,187],[160,151,118],[171,169,144],[179,185,157],[189,201,163],[205,217,179],[158,167,138],[125,127,103],[158,155,124],[130,121,92],[99,85,59],[122,105,87],[130,114,101],[89,82,66],[113,117,94],[133,144,114],[114,128,93],[167,174,141],[203,199,170],[163,153,128],[158,150,129],[173,168,146],[171,176,146],[107,113,79],[112,110,71],[123,110,66],[115,84,38],[140,103,50],[157,128,60],[166,142,70],[179,156,89],[217,203,132],[192,187,106],[143,136,58],[124,100,36],[190,158,99],[225,194,129],[170,146,86],[65,53,11],[49,44,15],[17,9,0],[30,22,11],[27,21,23],[3,5,4],[23,36,19],[50,71,52],[60,86,77],[44,76,73],[46,84,85],[122,163,165],[98,143,140],[133,178,171],[89,132,123],[59,100,94],[56,95,94],[71,110,109],[62,104,100],[77,123,113],[83,134,117],[100,153,133],[98,152,136],[93,145,132],[70,117,107],[44,89,82],[55,97,95],[66,110,109],[68,113,116],[70,119,123],[74,129,134],[105,163,167],[75,133,137],[75,128,132],[68,116,118],[70,112,111],[144,180,180],[173,205,204],[120,154,153],[126,160,159],[96,130,131],[84,124,126],[75,125,126],[75,126,129],[94,139,145],[109,147,156],[71,108,116],[72,112,114],[52,98,95],[103,149,139],[112,153,139],[93,135,115],[109,155,129],[146,196,169],[124,173,152],[175,219,202],[177,216,198],[213,245,224],[204,230,201],[161,186,147],[117,141,93],[94,118,68],[132,160,111],[137,166,122],[103,133,99],[56,85,54],[73,98,66],[83,105,67],[106,126,77],[69,87,35],[73,89,40],[104,117,73],[84,96,58],[29,40,0],[98,107,64],[61,68,27],[58,63,31],[57,62,32],[32,39,0],[37,45,4],[47,54,21],[42,52,17],[104,117,73],[98,114,67],[91,108,63],[4,21,0],[19,34,0],[69,81,43],[63,73,36],[102,110,73],[144,150,114],[124,130,96],[73,77,44],[47,46,15],[23,18,0],[37,27,2],[70,55,36],[77,61,46],[67,53,42],[18,5,0],[13,4,0],[58,53,50],[21,17,18],[9,4,8],[6,1,5],[8,3,7],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[3,1,2],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[8,6,7],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[10,6,7],[24,20,21],[17,11,13],[6,0,2],[4,0,0],[9,3,5],[17,11,13],[12,6,8],[18,9,10],[23,13,12],[13,2,0],[35,21,18],[50,35,30],[31,14,7],[25,8,1],[28,11,4],[19,4,0],[13,0,0],[50,33,23],[67,49,35],[47,26,7],[42,18,0],[73,46,19],[144,115,85],[142,109,74],[110,77,42],[110,80,52],[106,80,57],[107,85,64],[100,77,59],[94,69,47],[78,50,26],[94,61,30],[176,142,105],[206,173,132],[180,151,109],[172,148,110],[126,110,76],[117,108,77],[117,108,77],[130,115,82],[127,111,78],[135,119,93],[169,153,127],[222,209,175],[140,129,97],[101,90,68],[197,189,166],[140,137,102],[184,184,148],[216,216,188],[146,146,118],[137,137,101],[129,125,88],[132,121,89],[128,114,88],[152,139,123],[98,91,75],[83,89,63],[106,119,89],[104,115,81],[136,141,109],[195,189,163],[167,154,135],[156,144,128],[148,143,124],[136,144,121],[132,143,113],[130,134,99],[135,127,88],[127,99,59],[159,121,72],[157,119,54],[178,144,70],[208,185,109],[157,144,65],[178,178,92],[163,158,76],[131,106,39],[187,153,92],[247,213,152],[175,150,94],[100,96,48],[75,82,41],[39,41,17],[31,31,21],[29,27,32],[21,22,27],[45,62,46],[52,77,56],[32,62,52],[54,89,85],[71,111,111],[147,189,188],[114,156,152],[43,86,77],[75,116,108],[79,119,111],[60,99,96],[69,108,107],[74,116,112],[86,136,125],[78,133,114],[55,112,95],[43,100,93],[62,117,114],[94,145,138],[86,133,123],[83,129,118],[68,114,104],[78,124,121],[64,113,117],[122,176,186],[213,255,255],[100,156,171],[68,120,133],[70,115,120],[62,102,101],[166,199,190],[153,185,174],[129,165,161],[133,172,171],[86,117,120],[63,98,100],[72,120,120],[85,135,134],[87,131,132],[84,124,126],[70,108,109],[52,91,90],[40,83,76],[149,191,181],[146,182,170],[100,141,123],[98,152,128],[175,231,202],[194,247,217],[183,229,200],[150,189,160],[138,171,142],[169,196,163],[86,111,72],[147,170,126],[182,208,160],[144,174,124],[120,152,103],[135,166,122],[166,197,153],[91,118,73],[64,86,39],[70,87,35],[61,75,24],[23,38,0],[61,75,39],[35,49,16],[0,7,0],[34,44,7],[42,50,13],[55,61,33],[77,83,55],[63,71,32],[73,81,40],[104,114,79],[54,66,28],[70,86,37],[111,129,77],[130,150,99],[57,80,28],[45,70,15],[107,127,76],[70,77,36],[28,27,0],[15,11,0],[4,4,0],[115,122,91],[140,150,115],[106,112,74],[80,77,42],[109,92,66],[123,98,78],[90,66,54],[26,8,4],[3,0,0],[10,11,13],[17,15,18],[8,3,7],[5,0,4],[7,2,6],[5,1,2],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[10,8,9],[6,4,5],[1,0,0],[18,16,17],[8,6,7],[13,11,12],[3,1,2],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[5,1,2],[11,7,8],[8,2,4],[10,4,6],[11,5,7],[7,1,3],[13,7,9],[15,9,11],[22,13,18],[24,15,18],[9,0,0],[21,7,6],[47,32,29],[40,22,20],[22,4,2],[21,3,1],[20,5,0],[38,23,16],[58,41,33],[50,32,20],[49,28,11],[73,48,28],[67,41,18],[102,73,43],[136,106,68],[147,119,80],[174,149,119],[102,77,55],[59,37,23],[59,37,24],[85,59,44],[115,87,65],[98,67,36],[125,91,53],[129,96,53],[124,95,51],[184,165,125],[88,75,41],[69,64,35],[134,130,101],[153,145,109],[108,100,63],[83,77,43],[185,180,148],[214,208,172],[195,186,153],[137,125,103],[151,136,115],[164,155,122],[156,152,117],[211,210,180],[154,155,124],[123,124,84],[170,165,125],[204,190,155],[139,124,95],[141,128,111],[116,110,94],[86,90,65],[82,91,60],[119,129,95],[115,118,87],[167,159,136],[173,162,144],[147,138,123],[136,132,120],[122,129,111],[186,196,172],[170,175,143],[132,126,90],[137,115,76],[159,125,79],[129,87,29],[175,136,67],[208,181,104],[158,141,61],[181,179,96],[226,221,140],[213,190,120],[193,161,100],[255,225,168],[213,192,135],[106,107,47],[104,114,62],[23,30,0],[1,8,0],[0,1,0],[42,52,51],[59,80,65],[24,53,33],[57,89,78],[96,132,128],[115,155,154],[89,131,127],[53,96,86],[39,81,67],[93,134,120],[91,129,118],[52,88,84],[68,107,104],[74,119,116],[50,101,94],[45,101,88],[67,127,115],[50,109,107],[55,113,114],[74,126,122],[89,139,130],[126,172,162],[84,130,120],[58,107,103],[68,119,122],[93,147,159],[118,174,189],[81,137,154],[83,135,148],[96,141,146],[103,142,139],[161,193,180],[178,210,197],[116,157,151],[82,124,123],[106,137,140],[111,145,146],[126,175,171],[75,128,120],[59,108,102],[85,130,123],[90,131,123],[58,100,90],[69,113,100],[132,174,160],[144,180,168],[87,130,113],[59,121,96],[129,194,164],[156,211,179],[137,184,148],[131,171,137],[175,206,174],[128,153,121],[54,78,44],[73,95,59],[78,103,64],[88,116,75],[158,190,143],[183,217,167],[139,171,121],[78,105,54],[73,93,44],[0,13,0],[47,58,16],[128,142,107],[57,72,43],[0,7,0],[5,18,0],[20,31,1],[8,17,0],[13,22,0],[52,58,30],[120,128,91],[87,98,58],[88,100,60],[73,90,46],[103,123,70],[154,178,120],[122,147,89],[114,142,83],[58,88,28],[49,72,16],[21,30,0],[14,14,0],[28,24,0],[50,50,22],[102,112,78],[128,140,104],[60,68,29],[94,92,54],[112,95,65],[59,34,12],[23,0,0],[13,0,0],[6,4,5],[0,0,4],[4,2,5],[3,0,2],[4,0,3],[7,2,6],[7,3,4],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[11,9,10],[1,0,0],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[6,2,3],[9,5,6],[7,1,3],[13,7,9],[15,9,11],[9,3,5],[13,7,9],[16,10,14],[13,3,11],[20,9,17],[19,6,13],[16,1,6],[25,9,12],[27,11,12],[18,2,2],[28,12,12],[32,16,16],[30,15,12],[28,10,6],[56,37,30],[65,43,30],[68,42,25],[51,24,3],[66,36,8],[137,103,65],[195,161,124],[156,129,102],[45,22,4],[19,1,0],[25,8,0],[23,7,0],[66,48,26],[93,73,38],[107,84,42],[139,112,65],[124,100,54],[158,139,99],[119,104,73],[87,76,56],[59,51,28],[153,145,108],[229,224,182],[140,140,102],[184,186,149],[182,184,144],[232,232,196],[209,201,178],[152,141,119],[158,149,116],[110,106,71],[145,146,115],[176,177,145],[147,145,104],[164,155,112],[183,161,124],[152,131,102],[127,119,100],[129,128,110],[114,116,94],[109,112,85],[115,115,87],[201,200,172],[212,206,184],[155,148,130],[148,144,132],[134,134,122],[149,155,141],[139,146,128],[128,130,106],[144,139,109],[133,117,81],[140,111,71],[187,144,99],[197,152,97],[173,134,67],[192,164,91],[240,226,155],[242,232,160],[218,199,130],[221,198,131],[255,241,183],[212,198,137],[141,145,71],[103,114,45],[26,34,0],[1,12,0],[29,46,27],[36,58,45],[60,87,72],[83,113,101],[76,109,102],[82,118,114],[65,106,100],[98,141,131],[209,252,233],[85,129,104],[87,127,103],[98,137,118],[75,113,102],[62,101,96],[53,97,96],[55,105,104],[49,106,100],[59,120,113],[52,114,109],[56,116,114],[79,134,131],[87,137,136],[88,134,134],[85,130,133],[64,112,116],[51,101,108],[66,120,130],[68,126,137],[68,125,134],[78,131,137],[86,130,131],[143,179,177],[211,241,233],[177,208,202],[116,162,159],[60,108,108],[94,129,131],[106,142,142],[101,152,143],[58,116,102],[61,115,99],[72,125,107],[59,108,89],[75,122,104],[62,109,89],[101,145,128],[80,121,105],[71,118,102],[117,187,163],[152,225,196],[117,174,142],[153,198,167],[183,220,189],[169,199,171],[130,154,132],[38,57,38],[15,33,17],[56,77,58],[105,134,106],[191,223,184],[190,224,174],[81,111,59],[53,77,27],[89,104,61],[58,65,31],[66,72,46],[100,114,91],[0,8,0],[8,23,0],[32,46,23],[39,48,29],[21,29,8],[78,87,60],[16,25,0],[63,72,41],[110,122,86],[98,115,70],[89,109,56],[76,99,45],[130,158,100],[179,209,147],[128,158,94],[138,166,107],[124,144,91],[95,108,62],[61,69,28],[57,63,25],[68,74,38],[38,46,9],[42,48,12],[15,17,0],[53,47,13],[56,40,14],[15,0,0],[18,2,0],[16,3,0],[5,0,0],[10,8,11],[3,0,2],[3,0,2],[5,0,4],[7,2,6],[6,2,3],[5,1,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[7,5,6],[2,0,1],[40,38,39],[186,184,187],[36,34,37],[6,4,7],[6,4,7],[5,3,4],[6,4,5],[5,4,2],[5,4,2],[5,4,2],[7,3,4],[8,4,5],[8,3,7],[9,4,8],[7,2,8],[17,11,15],[11,5,9],[10,1,4],[11,3,1],[13,5,2],[18,9,4],[11,3,0],[26,17,18],[14,5,8],[20,10,11],[21,9,9],[29,15,14],[31,17,14],[13,0,0],[14,0,0],[15,0,0],[40,22,20],[27,8,4],[39,16,10],[27,1,0],[61,34,17],[85,57,35],[61,30,2],[101,65,29],[146,110,74],[148,118,84],[138,112,85],[83,64,47],[90,72,58],[112,95,77],[92,75,49],[94,76,38],[84,63,20],[119,96,52],[132,111,68],[103,85,47],[107,92,59],[108,96,72],[108,99,70],[113,101,59],[168,161,115],[203,204,162],[124,126,86],[159,160,118],[217,215,177],[175,165,138],[152,140,114],[127,121,89],[129,124,92],[115,114,84],[162,161,130],[158,154,116],[184,172,132],[183,164,131],[192,175,147],[166,161,139],[129,131,110],[124,124,100],[130,128,103],[164,160,131],[180,176,147],[146,142,117],[144,142,121],[153,154,136],[122,126,111],[120,127,111],[117,125,104],[146,148,124],[162,158,129],[177,167,132],[169,147,108],[160,125,83],[150,109,57],[171,132,67],[203,172,105],[243,228,163],[179,168,102],[159,145,74],[169,154,85],[238,222,162],[220,212,149],[158,161,90],[93,105,33],[66,75,18],[84,97,51],[67,93,58],[38,68,42],[65,96,78],[89,123,109],[56,91,84],[53,89,85],[72,112,104],[78,119,105],[125,168,141],[161,202,172],[108,147,120],[71,109,88],[77,112,105],[92,131,128],[65,110,107],[52,102,99],[39,98,96],[60,120,118],[68,127,121],[72,129,123],[81,136,133],[91,146,143],[69,120,121],[82,133,136],[62,116,118],[76,131,134],[116,174,176],[71,129,130],[62,118,117],[70,122,120],[77,122,119],[128,164,160],[180,211,206],[175,210,206],[84,134,133],[59,110,111],[99,140,142],[158,200,198],[117,170,160],[77,135,120],[73,130,111],[47,100,80],[90,137,117],[131,176,155],[122,167,146],[59,102,82],[105,144,126],[87,134,116],[109,174,150],[139,205,178],[108,158,131],[113,152,125],[113,143,117],[77,103,78],[102,124,103],[64,82,66],[32,52,41],[118,142,128],[232,255,234],[119,154,114],[170,203,156],[97,127,77],[82,106,58],[68,87,42],[22,36,1],[99,112,84],[85,100,77],[48,66,42],[32,50,24],[66,81,58],[24,35,19],[97,106,87],[67,77,50],[9,20,0],[33,47,14],[121,135,99],[119,137,87],[85,106,49],[94,115,59],[101,125,67],[123,147,85],[33,55,0],[64,81,26],[127,141,90],[91,103,53],[63,72,25],[73,79,33],[58,59,17],[75,73,34],[59,55,20],[60,55,23],[50,43,15],[34,21,2],[18,2,0],[43,26,18],[27,13,10],[4,0,0],[4,0,0],[5,1,2],[8,4,5],[8,4,5],[5,1,2],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[4,3,1],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[11,10,8],[0,0,0],[7,7,5],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[8,8,8],[16,16,16],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,4],[3,1,4],[3,1,4],[3,1,4],[5,3,6],[1,0,4],[77,75,80],[255,254,255],[70,68,73],[1,0,4],[14,9,15],[8,3,7],[5,4,2],[7,6,2],[7,6,2],[6,5,1],[8,7,5],[9,7,8],[7,5,10],[6,0,10],[12,6,18],[9,1,12],[16,6,14],[8,0,0],[16,5,0],[36,24,10],[28,15,0],[18,7,0],[26,17,8],[10,6,0],[21,14,4],[20,14,0],[16,9,0],[38,29,14],[28,16,4],[38,24,15],[39,20,14],[38,14,10],[62,37,32],[46,17,9],[44,12,0],[84,52,31],[84,50,23],[64,29,0],[95,58,29],[108,72,36],[121,90,43],[197,168,124],[150,123,94],[65,39,16],[68,42,15],[107,82,51],[128,103,62],[74,51,9],[57,32,1],[84,63,32],[116,100,66],[104,92,54],[84,76,39],[138,131,87],[172,160,108],[165,153,101],[143,139,94],[155,150,110],[170,161,120],[165,151,112],[164,148,114],[114,98,65],[112,103,72],[172,167,138],[176,171,142],[204,199,169],[147,138,105],[151,142,109],[182,175,149],[144,139,117],[135,134,113],[113,113,89],[145,143,118],[208,204,177],[187,184,153],[117,114,83],[134,133,102],[151,152,121],[161,167,139],[126,136,109],[137,150,122],[134,144,117],[131,136,106],[133,134,103],[156,151,119],[183,169,132],[168,146,99],[189,160,104],[153,126,57],[165,145,74],[217,207,145],[215,209,147],[166,158,86],[170,160,88],[227,217,148],[220,214,152],[190,193,136],[111,120,63],[142,152,92],[176,193,138],[128,157,111],[105,141,105],[87,123,97],[51,88,70],[65,98,87],[88,121,114],[71,103,98],[72,105,94],[77,116,87],[102,141,110],[104,139,117],[74,107,98],[87,118,121],[89,122,127],[65,108,99],[60,112,100],[55,114,112],[55,111,112],[71,120,116],[68,115,109],[80,131,126],[94,151,144],[81,144,136],[67,132,124],[73,140,131],[82,148,138],[74,137,126],[90,150,140],[84,137,127],[94,141,133],[94,137,130],[169,208,203],[181,217,213],[155,195,194],[59,109,110],[118,171,175],[146,197,200],[131,183,181],[74,131,125],[37,94,85],[56,108,96],[75,121,108],[111,152,136],[128,165,148],[125,158,141],[41,74,55],[114,147,128],[172,212,188],[23,73,46],[78,126,100],[54,89,65],[52,77,55],[87,106,84],[69,87,63],[62,80,54],[47,69,48],[28,54,41],[121,153,132],[194,231,190],[78,116,67],[167,200,157],[164,195,153],[120,149,103],[76,105,57],[47,81,31],[36,68,21],[13,39,0],[57,78,45],[104,123,93],[21,37,10],[0,7,0],[92,104,82],[63,76,50],[37,51,18],[47,63,26],[73,90,45],[87,106,51],[87,105,47],[91,106,49],[89,102,46],[80,89,32],[58,65,13],[28,30,0],[85,86,42],[69,76,25],[63,67,16],[75,71,23],[108,97,51],[131,113,75],[38,22,0],[29,17,0],[22,10,0],[11,0,0],[22,4,0],[58,38,37],[30,15,12],[16,9,1],[1,1,0],[4,0,0],[5,1,2],[4,0,1],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[4,0,0],[3,0,0],[7,3,2]],[[1,0,0],[10,9,7],[6,5,3],[1,0,0],[1,0,0],[18,17,15],[1,1,0],[0,0,0],[0,0,0],[4,4,4],[1,3,2],[0,1,0],[8,10,9],[0,1,0],[194,196,195],[116,118,117],[1,1,1],[2,1,0],[2,1,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,4],[1,0,2],[14,12,15],[1,0,2],[1,0,4],[9,7,12],[1,0,4],[12,7,13],[5,0,6],[13,8,12],[6,4,5],[9,8,6],[10,9,5],[3,2,0],[3,2,0],[7,5,6],[6,1,7],[11,4,12],[6,0,5],[20,9,17],[19,7,9],[14,0,0],[20,4,0],[33,17,0],[55,40,17],[79,67,53],[40,30,20],[8,0,0],[17,5,0],[18,7,0],[32,19,2],[53,36,18],[70,49,32],[69,43,28],[81,53,39],[75,46,30],[82,53,35],[88,60,36],[100,73,44],[104,79,48],[114,88,55],[80,46,18],[131,95,59],[134,101,48],[157,126,71],[188,154,116],[132,99,68],[75,42,9],[105,75,37],[112,85,40],[151,126,85],[113,90,59],[78,58,31],[113,99,62],[114,105,62],[129,122,76],[171,165,115],[187,180,126],[193,187,135],[133,134,94],[165,165,131],[86,77,46],[148,135,103],[173,157,124],[120,105,74],[161,154,125],[159,155,126],[179,174,142],[243,234,201],[150,137,103],[84,75,44],[103,101,80],[135,136,118],[97,99,77],[126,128,104],[145,143,118],[141,140,112],[151,147,118],[141,138,107],[143,144,112],[185,191,157],[167,177,143],[159,173,140],[207,222,189],[186,200,167],[167,174,141],[148,151,120],[135,132,101],[174,166,130],[216,199,155],[188,168,115],[169,150,91],[229,215,152],[226,221,157],[255,255,192],[249,245,174],[232,225,153],[190,183,113],[233,229,165],[124,125,68],[95,102,48],[143,154,98],[141,160,105],[84,113,65],[112,147,105],[88,123,91],[84,119,97],[84,118,104],[98,131,124],[87,119,116],[112,143,135],[116,151,121],[114,149,116],[65,97,74],[60,90,82],[76,106,116],[78,112,121],[54,97,90],[53,103,92],[70,125,122],[71,123,121],[83,126,119],[77,120,110],[68,118,109],[97,154,145],[109,175,165],[96,166,156],[91,163,151],[71,141,130],[95,158,147],[116,174,162],[89,141,129],[92,138,128],[93,136,127],[170,213,206],[182,223,217],[106,151,148],[73,123,124],[132,186,188],[74,130,129],[51,107,104],[61,118,112],[54,110,101],[24,74,63],[22,64,52],[29,65,51],[82,113,97],[127,156,138],[134,163,141],[69,101,77],[120,156,130],[67,110,80],[131,170,141],[178,206,181],[172,194,171],[169,184,161],[89,103,78],[62,78,49],[88,111,83],[64,93,73],[131,167,139],[137,179,129],[112,153,97],[138,170,129],[178,208,172],[116,147,106],[147,180,133],[165,208,152],[113,156,100],[77,111,61],[70,97,56],[74,98,62],[35,56,23],[59,78,50],[100,116,89],[110,126,97],[66,83,47],[43,62,17],[86,104,54],[99,116,61],[74,89,30],[70,79,22],[73,78,22],[83,83,29],[87,85,36],[60,53,9],[94,90,45],[151,153,103],[88,88,34],[66,56,5],[97,80,34],[91,67,29],[39,16,0],[35,19,0],[14,0,0],[46,31,24],[59,41,39],[39,17,19],[25,7,5],[6,0,0],[15,12,3],[6,2,0],[13,9,8],[12,8,7],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,0],[9,5,2],[3,0,0]],[[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,0],[0,0,0],[0,1,0],[0,1,0],[17,19,16],[6,8,5],[1,1,0],[1,1,0],[1,1,0],[1,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[6,4,5],[1,0,2],[7,5,8],[1,0,2],[16,11,15],[8,3,7],[9,4,8],[9,4,11],[11,5,17],[13,5,16],[13,6,13],[11,5,7],[9,4,0],[8,3,0],[11,6,0],[18,13,7],[19,11,8],[17,7,6],[22,10,10],[20,6,5],[32,17,14],[62,45,38],[68,50,38],[59,39,28],[54,31,25],[73,48,44],[60,35,30],[41,16,9],[25,0,0],[56,28,16],[83,52,34],[79,47,24],[107,72,44],[139,104,72],[108,78,42],[107,81,44],[127,109,71],[121,108,73],[64,58,22],[68,55,21],[68,41,11],[115,80,42],[190,157,104],[184,148,96],[140,102,63],[166,130,94],[129,94,54],[88,57,11],[109,83,34],[181,159,112],[144,124,89],[125,109,75],[118,105,61],[97,86,40],[136,128,81],[152,148,101],[112,119,68],[158,171,128],[169,185,158],[95,108,90],[58,62,47],[129,127,112],[119,113,91],[90,84,58],[141,140,110],[130,131,97],[170,168,127],[203,196,152],[164,153,108],[150,137,102],[159,153,129],[119,118,98],[178,181,160],[157,160,139],[154,156,134],[176,176,152],[195,193,168],[206,206,178],[182,185,154],[167,174,143],[187,198,166],[199,212,182],[210,225,194],[189,202,172],[173,180,149],[163,166,137],[179,178,148],[176,170,138],[214,200,165],[219,203,167],[223,213,177],[254,248,200],[207,202,136],[186,182,108],[248,246,172],[163,163,91],[175,172,103],[252,249,180],[174,171,100],[139,141,78],[140,151,108],[112,133,94],[107,132,90],[127,153,114],[145,172,141],[114,146,123],[70,106,92],[53,92,87],[52,90,91],[103,138,132],[143,176,149],[151,181,147],[128,154,127],[107,135,123],[85,118,127],[69,109,121],[68,117,114],[66,117,110],[67,116,112],[100,147,141],[147,191,178],[83,130,114],[108,160,147],[143,200,191],[102,165,157],[73,139,135],[73,139,137],[61,125,124],[75,134,132],[76,131,128],[71,120,117],[135,181,178],[173,218,213],[179,224,217],[139,186,178],[118,167,161],[118,168,167],[85,139,139],[66,121,118],[65,120,114],[52,105,95],[83,133,121],[43,87,72],[45,84,66],[77,110,93],[107,136,116],[136,164,142],[153,181,158],[40,70,44],[54,89,59],[104,145,111],[153,193,159],[219,248,218],[161,184,155],[95,111,82],[55,70,39],[19,36,4],[67,91,59],[72,102,74],[13,49,13],[29,69,16],[103,144,88],[149,181,140],[216,243,208],[125,152,117],[65,97,56],[91,131,79],[115,155,102],[162,198,150],[115,148,103],[150,178,138],[140,166,129],[36,60,26],[27,48,15],[71,91,56],[49,67,27],[103,122,76],[135,154,99],[87,105,47],[42,56,0],[93,101,42],[109,112,55],[107,106,52],[123,117,67],[92,86,38],[92,88,40],[166,164,113],[118,115,62],[131,121,70],[148,131,87],[102,80,41],[61,38,7],[50,32,10],[76,59,43],[85,67,57],[99,80,76],[61,41,40],[30,15,12],[6,0,0],[11,8,1],[5,1,0],[17,13,12],[17,13,12],[5,1,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[7,3,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[26,22,19],[35,31,28],[6,2,0]],[[7,5,6],[1,0,0],[1,0,0],[8,6,7],[10,8,9],[6,4,5],[1,1,1],[3,3,3],[5,5,3],[0,0,0],[27,27,25],[119,119,117],[0,2,0],[0,1,0],[8,10,7],[0,1,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[8,7,5],[1,0,0],[7,6,4],[17,16,14],[3,0,0],[9,5,6],[3,0,0],[12,7,13],[5,0,10],[18,10,23],[12,5,12],[6,0,2],[16,11,7],[18,11,3],[16,9,0],[28,21,11],[30,21,14],[17,6,2],[21,7,6],[22,6,6],[22,4,2],[41,24,17],[73,54,47],[93,69,59],[83,49,37],[99,61,48],[105,67,56],[66,28,19],[48,10,1],[102,64,51],[109,72,53],[104,68,42],[77,43,8],[85,53,14],[125,98,55],[123,102,57],[72,57,14],[77,68,29],[44,40,5],[62,53,20],[120,96,62],[132,99,58],[140,104,54],[190,153,101],[164,123,79],[183,141,99],[177,141,91],[141,110,56],[174,149,93],[115,95,44],[102,87,44],[110,99,54],[183,173,122],[146,136,83],[110,100,51],[153,150,105],[125,140,97],[64,90,55],[121,150,128],[141,167,154],[61,79,67],[68,79,65],[83,86,69],[98,100,78],[53,59,33],[88,95,62],[135,137,98],[141,138,95],[175,166,123],[151,143,106],[169,165,140],[148,150,129],[198,203,183],[187,194,176],[185,190,170],[213,216,195],[198,202,179],[215,219,194],[226,232,206],[174,183,156],[188,201,173],[165,180,151],[152,167,138],[164,177,147],[155,164,135],[152,157,127],[207,207,179],[190,185,156],[195,184,154],[232,223,194],[237,235,210],[247,247,211],[217,213,152],[177,173,100],[161,160,93],[178,178,114],[233,234,168],[255,255,188],[237,233,160],[211,211,149],[160,173,130],[114,134,99],[108,129,90],[114,136,98],[166,191,162],[120,149,127],[107,141,125],[83,120,112],[75,111,111],[75,110,104],[96,130,106],[96,129,100],[68,98,72],[105,136,120],[130,164,166],[93,131,140],[85,129,130],[97,143,140],[76,122,119],[90,135,128],[147,194,176],[149,198,177],[138,191,175],[88,144,133],[56,117,110],[77,139,138],[84,143,147],[70,127,134],[81,134,142],[75,124,131],[99,146,152],[142,187,190],[163,212,209],[147,196,192],[76,127,120],[91,144,136],[121,174,168],[87,140,134],[84,137,129],[70,121,112],[69,119,107],[93,140,124],[54,95,77],[83,118,98],[91,120,100],[71,96,74],[74,100,73],[61,87,58],[74,105,73],[59,95,59],[118,158,121],[129,167,128],[171,201,165],[109,133,97],[42,62,25],[39,56,20],[37,56,24],[16,40,6],[0,32,0],[111,149,102],[177,218,160],[153,192,137],[102,133,91],[75,102,69],[127,153,124],[187,216,185],[119,157,110],[128,171,118],[101,144,91],[81,121,71],[111,147,103],[145,176,135],[129,157,117],[28,53,14],[78,101,59],[128,150,104],[115,135,84],[59,78,22],[124,142,82],[97,109,47],[68,74,14],[50,51,0],[46,43,0],[142,136,84],[126,120,68],[89,83,31],[106,100,48],[147,140,88],[130,118,70],[78,61,18],[79,59,22],[37,14,0],[40,18,0],[59,38,19],[29,10,0],[26,7,0],[18,0,0],[12,0,0],[11,1,0],[6,1,0],[3,0,0],[10,6,5],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[6,2,0],[3,0,0],[24,20,17],[32,28,25],[6,2,0]],[[5,3,6],[2,0,3],[10,8,11],[3,1,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[5,5,3],[0,0,0],[9,9,7],[54,54,52],[55,56,51],[13,14,9],[0,1,0],[6,7,2],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[10,9,7],[11,7,6],[3,0,0],[9,5,4],[13,9,8],[12,8,7],[12,6,8],[8,0,6],[17,6,14],[16,5,11],[11,1,2],[14,4,2],[21,12,7],[21,12,5],[20,9,5],[21,10,6],[27,13,12],[42,26,26],[38,20,18],[13,0,0],[21,2,0],[65,45,36],[94,67,48],[132,89,57],[109,59,24],[117,68,38],[123,75,52],[111,64,44],[114,71,52],[83,45,24],[78,44,19],[56,27,0],[76,52,16],[118,99,57],[98,81,38],[64,49,8],[85,69,33],[58,42,8],[73,54,21],[75,49,12],[91,59,18],[92,55,10],[116,74,26],[156,109,65],[163,119,70],[186,147,90],[240,208,147],[188,166,106],[134,119,62],[156,146,95],[144,138,86],[217,212,154],[189,183,125],[197,185,135],[180,177,136],[92,109,75],[103,136,107],[80,118,95],[150,188,167],[101,130,108],[68,90,67],[123,137,112],[75,87,65],[55,68,50],[83,94,77],[114,119,97],[151,151,127],[152,148,119],[119,115,86],[169,173,148],[203,212,191],[159,172,154],[206,219,202],[207,218,201],[213,222,203],[203,212,193],[179,188,167],[190,202,180],[210,224,199],[180,196,170],[155,173,147],[168,187,159],[161,175,149],[151,161,134],[170,176,148],[202,205,178],[191,189,164],[205,201,176],[228,226,201],[230,234,209],[253,255,225],[252,250,202],[207,204,149],[181,181,127],[193,193,139],[219,220,163],[233,232,175],[205,200,142],[212,211,155],[199,212,168],[198,216,176],[148,167,122],[152,174,136],[158,186,164],[114,145,129],[141,173,152],[93,124,106],[82,112,104],[51,84,77],[64,102,87],[58,100,80],[61,100,79],[78,115,98],[101,133,128],[111,143,142],[116,151,147],[117,156,153],[99,145,145],[77,126,122],[147,198,179],[144,197,171],[86,139,119],[46,102,89],[58,114,111],[71,126,129],[75,127,140],[73,122,139],[84,131,149],[78,123,142],[118,164,179],[122,169,179],[102,151,155],[112,167,162],[88,145,138],[79,136,127],[80,133,123],[127,177,168],[111,161,150],[76,124,110],[93,137,122],[78,119,101],[90,125,105],[100,129,107],[55,81,56],[36,59,33],[62,85,56],[62,87,55],[135,165,129],[136,171,131],[164,202,161],[194,233,189],[162,193,152],[143,168,128],[128,149,108],[122,140,102],[123,143,108],[104,128,92],[45,78,31],[92,131,76],[132,173,113],[175,214,159],[83,111,70],[57,80,51],[98,120,99],[124,150,125],[94,129,89],[155,195,145],[168,212,161],[61,108,56],[76,118,68],[68,106,59],[93,124,80],[72,101,57],[87,113,66],[138,162,112],[120,143,87],[88,108,49],[140,156,94],[96,108,44],[56,62,0],[63,62,5],[103,98,43],[131,124,70],[136,131,73],[152,147,91],[158,148,95],[115,101,54],[73,59,14],[61,43,3],[28,8,0],[83,62,31],[43,19,0],[20,0,0],[57,36,19],[60,42,30],[40,27,18],[21,10,6],[12,2,1],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[7,3,2],[5,1,0],[3,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[7,3,0],[3,0,0]],[[36,34,37],[1,0,2],[7,5,8],[11,9,12],[7,5,6],[2,0,1],[4,2,3],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[10,11,6],[7,8,3],[0,1,0],[14,15,10],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[4,3,0],[9,5,2],[11,7,4],[13,9,6],[3,0,0],[18,14,11],[14,9,6],[21,11,12],[11,1,2],[20,10,9],[23,12,10],[9,0,0],[15,4,0],[23,12,8],[11,0,0],[14,0,0],[28,13,10],[41,23,21],[35,17,13],[25,6,0],[52,34,22],[86,67,53],[77,51,28],[75,36,0],[107,60,14],[128,81,39],[158,108,71],[167,118,85],[180,133,103],[138,97,67],[64,29,0],[63,34,0],[48,26,0],[75,55,18],[84,66,28],[80,60,25],[90,67,35],[109,84,54],[132,106,73],[86,61,21],[53,24,0],[81,44,0],[95,52,7],[164,116,68],[179,132,78],[218,179,114],[180,149,82],[128,108,45],[159,149,88],[185,183,126],[151,150,93],[155,154,89],[152,148,85],[157,145,95],[233,228,188],[120,136,100],[55,85,57],[96,134,111],[145,185,161],[140,174,149],[74,102,77],[102,122,97],[81,99,77],[53,74,57],[83,101,87],[55,68,51],[101,110,91],[101,106,83],[134,142,118],[151,166,145],[157,176,157],[152,173,156],[180,198,184],[188,206,192],[195,212,196],[234,251,235],[188,205,187],[157,176,157],[206,225,205],[198,220,197],[171,193,170],[160,180,155],[160,178,152],[162,176,150],[150,160,135],[174,179,156],[183,187,164],[208,210,189],[249,251,229],[237,243,217],[238,243,213],[232,233,199],[174,172,134],[238,237,193],[225,224,178],[219,218,170],[251,250,202],[220,218,170],[195,197,150],[205,217,169],[190,207,162],[169,188,143],[165,189,153],[177,206,186],[132,163,148],[127,157,133],[58,87,65],[70,102,89],[56,91,84],[61,103,93],[34,78,65],[41,86,65],[71,113,93],[59,92,81],[104,135,130],[120,152,149],[67,103,103],[80,124,125],[115,164,158],[170,222,200],[138,192,166],[119,173,150],[71,125,111],[60,112,108],[69,118,123],[57,103,118],[93,136,155],[89,131,155],[90,132,156],[98,143,162],[105,153,167],[86,139,145],[83,142,140],[101,164,156],[93,155,144],[115,168,158],[105,153,141],[122,170,156],[134,178,163],[123,164,146],[51,85,68],[73,102,82],[94,119,97],[133,153,128],[97,116,88],[102,123,90],[131,155,119],[145,173,133],[181,214,171],[155,192,148],[194,231,187],[106,137,95],[120,147,104],[126,147,104],[147,165,125],[186,205,173],[159,183,147],[73,108,54],[11,51,0],[83,125,62],[184,221,167],[65,94,50],[80,103,74],[172,193,178],[91,114,96],[63,95,58],[110,149,102],[167,214,162],[109,158,103],[84,128,77],[77,117,67],[59,92,45],[53,82,34],[85,113,62],[151,176,121],[157,181,123],[130,150,89],[137,153,90],[80,92,28],[95,101,39],[100,101,43],[99,94,39],[90,85,29],[119,118,54],[167,161,99],[117,104,51],[75,57,11],[58,41,0],[89,71,33],[72,53,20],[88,67,38],[101,75,48],[36,10,0],[41,19,0],[66,50,34],[67,57,45],[13,4,0],[8,0,0],[12,1,5],[11,5,5],[5,1,0],[3,0,0],[6,2,1],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[7,3,0],[8,4,1],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[4,0,0]],[[144,142,147],[14,12,17],[1,0,4],[1,0,4],[7,5,8],[5,3,6],[1,0,0],[1,0,0],[1,0,0],[16,15,13],[1,0,0],[9,8,4],[1,0,0],[14,13,8],[1,0,0],[1,0,0],[1,2,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[7,3,0],[23,19,16],[5,0,0],[4,0,0],[12,7,4],[22,17,14],[13,8,5],[14,6,3],[32,21,17],[19,5,2],[25,12,6],[36,23,17],[25,12,6],[17,4,0],[23,10,4],[28,13,8],[26,11,6],[23,6,0],[33,16,9],[51,33,23],[41,21,10],[42,23,8],[55,34,17],[31,9,0],[55,31,0],[65,38,0],[89,55,9],[138,96,48],[157,109,61],[180,129,82],[170,122,76],[133,90,47],[137,102,60],[134,104,66],[122,98,64],[79,56,25],[112,86,59],[99,71,47],[86,51,29],[103,72,44],[101,77,39],[87,62,21],[92,58,20],[165,123,81],[193,147,97],[149,103,44],[227,189,118],[164,136,63],[129,114,47],[134,130,67],[103,107,46],[128,134,70],[145,151,81],[197,196,132],[188,178,129],[177,170,128],[136,144,103],[109,129,94],[97,125,100],[84,115,97],[46,75,57],[70,95,76],[149,171,150],[112,134,113],[93,118,99],[127,152,133],[58,80,59],[78,98,73],[134,152,126],[177,199,178],[149,180,165],[177,210,199],[203,231,217],[184,210,197],[198,224,211],[188,214,201],[210,236,223],[162,188,175],[145,171,158],[143,170,153],[179,206,187],[182,207,185],[163,187,163],[171,194,168],[184,202,178],[170,184,159],[188,200,176],[169,178,157],[219,226,210],[254,255,239],[227,230,201],[223,224,193],[247,250,229],[206,208,186],[177,177,143],[232,229,188],[255,254,211],[241,242,202],[245,251,217],[215,223,186],[211,223,175],[151,168,116],[179,202,158],[186,211,179],[139,164,143],[143,170,153],[110,142,119],[62,100,79],[67,107,98],[42,83,77],[58,99,91],[63,105,91],[74,118,93],[115,157,133],[68,109,95],[62,101,96],[94,132,135],[74,113,118],[75,115,115],[96,139,130],[158,210,188],[138,192,166],[108,162,139],[61,112,97],[90,137,131],[118,162,165],[92,132,142],[123,162,179],[103,141,162],[108,149,171],[84,126,148],[70,117,133],[70,124,134],[68,129,132],[92,158,156],[91,154,146],[111,164,154],[90,138,126],[99,143,130],[96,137,123],[124,161,144],[104,135,117],[83,108,87],[83,102,80],[84,102,76],[74,90,63],[88,107,75],[126,148,112],[118,144,105],[159,190,148],[143,179,135],[173,209,165],[119,150,109],[66,93,52],[55,76,35],[33,49,12],[70,86,59],[78,99,66],[89,122,67],[123,162,97],[132,172,110],[184,219,165],[121,148,105],[86,106,78],[177,195,183],[108,128,116],[36,67,33],[89,128,81],[78,125,73],[109,156,104],[117,159,109],[72,110,61],[84,118,68],[78,108,58],[81,110,56],[84,109,54],[138,162,104],[113,135,73],[106,124,62],[90,104,43],[89,99,39],[52,55,0],[102,101,45],[96,94,35],[93,92,25],[112,107,41],[72,55,1],[70,48,1],[86,67,27],[84,66,30],[57,41,8],[102,83,53],[161,134,107],[86,56,30],[18,0,0],[37,22,1],[52,46,32],[10,5,0],[8,0,0],[8,0,2],[9,3,5],[7,3,2],[5,1,0],[5,1,0],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[6,2,0]],[[113,111,116],[1,0,4],[11,9,14],[4,2,7],[1,0,2],[5,3,6],[4,2,3],[4,2,3],[8,7,5],[1,0,0],[5,4,0],[1,0,0],[7,6,1],[4,3,0],[1,0,0],[7,6,2],[1,1,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[8,4,1],[4,0,0],[11,6,3],[14,9,6],[11,6,3],[14,9,6],[16,11,8],[18,10,7],[34,23,19],[32,19,13],[26,13,5],[41,27,18],[49,35,24],[25,11,0],[21,7,0],[59,43,30],[32,16,1],[26,10,0],[21,3,0],[21,4,0],[21,2,0],[47,28,13],[65,44,27],[18,0,0],[21,6,0],[55,37,0],[118,91,48],[128,94,46],[112,69,18],[151,104,50],[172,125,71],[195,149,99],[186,148,101],[147,114,73],[136,108,71],[62,35,5],[113,86,57],[121,90,62],[91,55,29],[102,71,42],[113,94,54],[124,105,63],[169,139,103],[202,164,125],[152,109,58],[148,107,45],[194,160,88],[232,208,134],[169,160,93],[131,131,67],[136,147,81],[123,135,69],[174,184,113],[224,226,161],[236,228,179],[222,213,172],[220,221,179],[199,211,173],[207,230,204],[175,199,183],[96,120,106],[106,129,113],[131,152,133],[140,164,142],[113,142,120],[110,140,116],[133,162,134],[171,197,168],[216,242,213],[225,255,233],[202,244,230],[190,233,223],[156,192,180],[104,138,124],[134,167,156],[173,206,197],[183,216,207],[101,134,125],[134,167,158],[131,163,150],[112,145,128],[122,154,133],[185,213,190],[210,236,211],[214,236,213],[201,220,198],[181,196,175],[161,174,156],[188,198,187],[232,238,224],[235,235,211],[203,201,176],[239,244,224],[204,207,186],[186,183,150],[196,192,154],[238,235,194],[195,197,158],[197,208,176],[177,191,158],[173,186,143],[155,170,127],[160,184,148],[144,170,143],[119,142,122],[134,161,142],[63,96,75],[65,107,87],[79,122,113],[29,74,69],[29,72,65],[55,97,85],[115,159,134],[126,170,143],[124,169,149],[78,121,114],[60,101,105],[75,116,122],[71,110,109],[69,111,101],[106,158,136],[133,187,163],[102,154,132],[126,173,157],[143,186,177],[157,197,196],[204,241,247],[156,192,204],[120,157,175],[90,128,147],[85,128,147],[80,129,146],[72,129,140],[71,134,141],[88,156,157],[90,155,151],[117,170,162],[109,155,144],[77,119,107],[81,119,106],[116,148,133],[130,157,140],[134,155,136],[123,140,121],[66,81,58],[81,97,70],[102,121,89],[98,120,84],[130,156,117],[136,164,123],[151,182,140],[152,183,142],[59,86,51],[43,67,33],[64,82,44],[80,95,62],[85,99,76],[36,57,26],[109,142,87],[143,182,119],[103,143,83],[174,209,155],[145,172,127],[89,110,79],[34,50,40],[23,43,32],[38,67,36],[87,124,80],[53,97,48],[162,206,155],[127,167,117],[89,126,75],[61,93,43],[74,102,51],[121,148,95],[124,149,94],[113,138,81],[108,132,72],[113,133,72],[61,79,19],[65,79,20],[40,50,0],[98,103,45],[158,159,99],[155,156,86],[136,129,61],[115,96,40],[101,77,31],[84,65,25],[68,50,14],[44,28,0],[34,15,0],[74,44,16],[49,19,0],[58,34,8],[63,48,27],[14,8,0],[10,5,0],[8,0,2],[13,0,9],[4,0,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[4,0,0],[7,3,0],[8,4,1],[6,2,0],[4,0,0],[4,0,0],[7,3,0],[6,2,0],[3,0,0]],[[4,2,7],[4,2,7],[3,1,6],[3,1,6],[3,1,4],[3,1,4],[4,2,3],[4,2,3],[7,6,4],[5,4,2],[3,2,0],[1,0,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,1,2],[1,0,2],[12,7,11],[3,0,0],[3,0,0],[12,8,9],[8,2,4],[5,0,0],[9,3,3],[6,0,0],[11,2,3],[16,7,8],[17,9,7],[21,11,10],[19,9,8],[18,8,7],[23,9,8],[19,4,1],[36,21,14],[35,18,8],[56,40,24],[68,53,32],[22,8,0],[58,43,14],[74,59,28],[46,31,2],[45,28,2],[55,37,15],[47,28,11],[67,48,34],[51,31,22],[26,6,0],[33,17,1],[45,29,6],[130,109,78],[120,92,53],[103,71,24],[151,114,62],[136,95,43],[164,123,71],[190,150,101],[139,102,57],[120,87,46],[115,83,44],[126,96,58],[113,83,45],[133,104,64],[149,124,83],[134,121,77],[127,114,72],[203,177,144],[147,113,76],[132,92,41],[167,129,66],[186,156,84],[208,188,115],[199,194,128],[209,215,151],[176,191,124],[135,152,84],[125,138,69],[228,234,172],[210,206,159],[233,225,186],[248,243,205],[223,227,194],[214,227,207],[192,213,198],[173,193,181],[120,141,126],[100,119,99],[150,172,149],[93,121,98],[96,126,98],[162,191,160],[200,230,194],[151,181,145],[198,235,202],[173,221,199],[121,172,155],[108,152,135],[112,153,139],[167,209,197],[211,252,244],[142,183,177],[129,170,164],[142,182,174],[157,197,188],[88,124,110],[135,169,152],[184,216,195],[190,220,196],[173,198,176],[171,195,173],[182,204,183],[163,180,164],[219,230,224],[215,220,214],[246,242,231],[240,237,220],[205,207,185],[155,158,127],[224,220,182],[217,212,170],[212,211,167],[216,222,178],[160,175,136],[190,207,171],[180,195,164],[191,207,181],[193,218,196],[93,120,101],[123,146,128],[101,126,107],[64,99,77],[109,151,131],[67,110,100],[46,91,86],[39,84,81],[56,99,90],[73,118,95],[120,166,138],[115,160,139],[82,128,117],[70,114,117],[78,119,125],[90,128,129],[83,124,116],[113,161,145],[94,145,126],[110,157,137],[162,206,189],[168,209,195],[161,199,188],[180,216,212],[112,147,149],[84,121,129],[97,137,149],[90,136,151],[85,137,151],[86,144,156],[73,136,145],[69,136,142],[95,159,159],[119,169,166],[105,148,141],[88,128,120],[127,163,153],[121,151,139],[116,140,127],[89,110,95],[106,123,105],[117,132,111],[87,102,79],[100,119,91],[164,185,154],[144,168,134],[163,189,152],[104,132,94],[64,91,56],[50,74,48],[45,65,40],[39,54,25],[109,122,94],[74,87,69],[85,103,77],[136,165,117],[100,135,77],[101,138,84],[127,161,111],[90,117,72],[79,100,67],[5,23,9],[56,76,64],[45,74,43],[135,172,128],[216,255,208],[168,206,157],[133,169,121],[84,116,67],[79,107,58],[86,112,64],[146,170,120],[159,183,131],[118,143,88],[100,123,69],[80,103,47],[67,88,31],[116,134,76],[148,163,104],[187,198,138],[156,162,100],[167,168,98],[183,174,105],[110,89,32],[85,58,11],[86,64,23],[64,46,10],[79,63,30],[70,49,18],[54,24,0],[27,0,0],[52,28,4],[40,25,4],[8,2,0],[4,0,0],[18,5,14],[8,0,5],[9,3,5],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[29,25,22],[50,46,43],[20,16,13],[3,0,0],[10,6,3]],[[4,2,7],[4,2,7],[4,2,7],[3,1,4],[3,1,4],[4,2,5],[4,2,3],[4,2,3],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[4,3,0],[5,4,0],[5,4,0],[4,3,0],[3,1,2],[7,2,6],[9,4,8],[6,1,5],[7,3,4],[4,0,0],[4,0,0],[19,10,13],[20,11,12],[13,4,5],[17,8,9],[23,13,12],[23,13,12],[22,12,11],[20,10,9],[27,16,14],[30,16,13],[19,4,0],[33,16,8],[24,8,0],[37,22,3],[85,71,45],[105,90,59],[54,40,5],[140,126,89],[62,48,13],[77,61,28],[73,56,30],[72,54,34],[50,32,18],[37,19,9],[40,20,11],[42,18,6],[58,35,17],[72,48,22],[146,123,91],[94,71,30],[74,47,2],[109,79,29],[142,110,59],[143,107,59],[210,174,126],[115,78,33],[96,63,18],[129,100,56],[150,126,80],[123,101,54],[127,110,64],[60,52,6],[89,80,39],[109,89,56],[77,49,12],[111,78,25],[167,136,72],[166,142,72],[193,179,108],[148,147,83],[114,123,60],[173,189,124],[194,213,147],[157,171,109],[203,212,155],[168,167,121],[193,188,148],[221,216,178],[255,255,224],[195,209,184],[189,210,191],[197,220,200],[162,186,164],[145,168,142],[126,150,124],[150,178,155],[186,216,190],[201,227,198],[163,190,159],[141,168,135],[222,255,225],[143,191,167],[80,131,112],[147,194,176],[194,241,225],[186,232,221],[177,224,216],[106,152,149],[159,205,202],[129,174,169],[175,218,211],[172,212,201],[121,158,141],[162,195,176],[154,186,163],[123,152,130],[164,192,170],[191,216,195],[178,199,184],[244,255,249],[235,240,236],[247,246,241],[232,228,216],[191,190,162],[157,154,119],[163,158,120],[197,194,151],[229,230,186],[226,233,189],[204,219,176],[151,171,134],[149,167,143],[181,202,185],[136,163,146],[79,106,91],[76,100,84],[111,135,119],[92,124,103],[89,127,106],[32,74,60],[41,84,77],[51,95,94],[68,113,108],[82,129,111],[104,150,124],[127,171,146],[77,120,101],[73,113,112],[104,143,148],[76,116,118],[77,119,117],[118,164,154],[61,108,92],[103,147,130],[154,195,177],[163,200,182],[148,185,168],[95,131,121],[66,102,98],[78,118,118],[84,127,133],[87,135,145],[90,142,155],[95,151,164],[93,153,164],[87,151,160],[92,153,158],[124,174,173],[148,190,186],[168,207,202],[144,179,173],[110,140,132],[72,95,85],[73,93,81],[82,100,84],[61,78,60],[59,77,55],[121,141,114],[99,119,91],[60,81,50],[102,126,92],[80,104,70],[43,63,35],[61,80,61],[89,103,86],[65,75,50],[29,39,14],[48,59,42],[109,124,101],[49,76,35],[116,150,100],[163,197,147],[36,68,21],[66,93,48],[76,98,62],[54,73,54],[28,51,33],[46,77,45],[157,192,150],[193,229,183],[155,188,141],[119,151,102],[70,98,49],[111,135,87],[117,139,92],[124,146,97],[104,126,77],[128,150,101],[86,110,58],[52,75,21],[74,97,41],[86,107,48],[118,138,77],[153,169,107],[131,142,76],[120,122,49],[150,141,72],[138,117,60],[93,70,20],[69,48,5],[35,15,0],[67,48,15],[78,57,26],[56,26,0],[50,20,0],[102,80,57],[63,48,29],[12,6,0],[8,3,0],[7,0,4],[10,0,8],[4,0,0],[8,4,3],[3,0,0],[8,4,3],[3,0,0],[9,5,4],[5,1,0],[3,0,0],[4,0,0],[8,4,1],[3,0,0],[15,11,8],[27,23,20],[11,7,4],[3,0,0],[9,5,2]],[[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,3],[4,2,3],[4,2,3],[4,0,0],[4,0,0],[4,0,0],[6,2,1],[7,3,0],[7,3,0],[6,2,0],[6,2,1],[4,0,1],[7,1,5],[4,0,2],[9,3,7],[8,2,4],[6,0,0],[10,1,2],[20,10,11],[12,2,3],[18,6,8],[17,5,5],[15,3,3],[17,5,5],[20,6,5],[21,7,6],[26,12,9],[23,9,0],[27,13,0],[50,34,19],[34,18,2],[29,14,0],[68,53,30],[143,127,101],[122,107,76],[123,108,75],[92,77,44],[61,46,15],[62,47,18],[57,41,18],[56,39,21],[57,39,25],[50,27,13],[74,37,18],[69,29,4],[81,51,23],[97,74,43],[86,72,37],[90,78,40],[98,83,42],[126,107,64],[132,105,58],[201,169,122],[147,111,63],[116,82,36],[104,77,30],[135,117,69],[142,131,85],[122,115,69],[99,95,50],[115,107,68],[68,52,18],[71,47,9],[80,55,1],[162,137,73],[147,128,62],[201,190,124],[142,142,80],[79,87,27],[166,182,117],[201,220,156],[155,170,113],[197,207,155],[196,199,152],[195,196,154],[160,161,119],[226,232,194],[220,241,208],[141,170,139],[195,227,190],[211,243,206],[206,233,198],[193,220,189],[201,229,207],[208,232,216],[206,227,212],[220,238,222],[181,200,180],[221,249,227],[145,186,168],[87,134,118],[170,217,199],[132,179,163],[159,206,196],[183,232,228],[111,161,160],[70,120,121],[77,125,125],[97,142,139],[164,205,197],[166,204,191],[143,177,160],[158,190,169],[131,160,140],[165,194,174],[202,229,210],[166,189,173],[225,235,224],[247,252,245],[242,245,238],[230,231,217],[193,186,158],[188,178,143],[149,143,107],[160,157,122],[227,229,192],[231,238,197],[205,216,174],[136,152,115],[96,118,95],[115,142,125],[88,113,94],[91,115,99],[111,138,123],[86,113,98],[142,167,148],[88,115,96],[67,100,83],[52,89,81],[53,97,100],[65,110,115],[90,137,129],[94,139,119],[141,182,152],[111,147,121],[71,107,97],[82,118,118],[62,105,111],[70,115,120],[84,126,122],[69,109,100],[125,163,150],[177,214,197],[179,214,194],[136,171,151],[85,122,105],[99,139,128],[86,128,124],[90,135,138],[100,150,157],[101,153,166],[91,147,160],[91,149,161],[92,150,161],[88,143,150],[96,144,146],[176,218,217],[192,231,230],[150,185,181],[98,127,123],[85,110,104],[69,90,81],[69,89,77],[49,70,53],[68,89,70],[125,147,124],[86,109,83],[26,46,19],[85,104,76],[55,71,44],[35,49,26],[35,47,35],[58,68,57],[61,66,44],[58,63,40],[131,138,120],[18,32,9],[36,60,28],[173,203,165],[166,199,156],[93,124,80],[52,79,34],[71,96,57],[42,65,39],[65,89,65],[95,129,94],[202,237,195],[201,233,186],[157,185,136],[106,132,84],[80,104,54],[112,132,83],[40,60,11],[10,29,0],[100,119,73],[163,185,139],[73,95,48],[31,55,5],[37,60,6],[149,173,115],[118,140,76],[113,134,67],[155,168,98],[125,125,53],[134,124,55],[109,90,31],[144,123,70],[153,132,85],[95,73,32],[143,123,86],[73,50,18],[88,61,34],[64,38,15],[86,63,45],[39,23,8],[7,0,0],[8,3,0],[6,0,4],[12,2,10],[6,0,2],[8,4,3],[4,0,0],[10,6,5],[3,0,0],[7,3,2],[3,0,0],[7,3,2],[3,0,0],[9,5,2],[3,0,0],[4,0,0],[7,3,0],[3,0,0],[6,2,0],[6,2,0]],[[4,2,5],[3,1,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[7,3,2],[6,2,1],[6,2,1],[6,2,1],[6,2,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[5,0,1],[4,0,0],[13,7,9],[7,0,0],[13,4,5],[32,22,21],[11,1,0],[15,3,3],[28,16,16],[19,8,6],[11,0,0],[14,0,0],[24,9,6],[34,19,16],[37,22,15],[37,24,7],[35,23,1],[44,31,12],[25,9,0],[13,0,0],[31,15,0],[69,52,34],[71,55,32],[64,48,23],[66,50,24],[31,16,0],[37,23,0],[43,29,3],[59,47,23],[60,47,28],[69,48,27],[107,70,44],[129,88,60],[102,71,42],[78,58,25],[106,93,58],[94,85,46],[80,68,26],[67,49,3],[155,129,80],[172,140,89],[170,137,86],[132,101,54],[99,78,33],[84,72,30],[83,81,43],[137,139,102],[130,128,87],[114,107,65],[124,110,73],[64,47,4],[121,102,46],[165,145,82],[127,111,49],[193,183,122],[172,171,114],[138,146,86],[182,194,130],[191,205,144],[166,178,128],[187,196,149],[204,210,162],[187,193,145],[139,146,95],[192,205,159],[174,202,161],[132,168,130],[228,255,225],[186,224,183],[159,191,154],[223,252,222],[191,220,200],[218,242,229],[197,217,206],[206,222,211],[187,203,190],[200,224,211],[93,130,123],[83,126,119],[171,215,200],[111,158,142],[116,163,153],[126,175,171],[103,153,154],[75,124,128],[90,138,140],[92,136,135],[85,126,120],[162,198,188],[189,221,206],[187,218,200],[178,207,187],[172,201,183],[163,192,174],[128,151,135],[160,172,158],[248,255,243],[218,226,213],[249,252,235],[247,237,212],[182,167,138],[157,148,117],[234,231,200],[195,199,164],[207,213,177],[242,248,210],[224,238,202],[146,171,142],[131,159,136],[90,114,90],[140,162,141],[138,161,143],[145,168,152],[114,137,121],[98,122,108],[116,144,129],[77,110,101],[59,97,100],[77,116,123],[83,122,119],[98,136,121],[161,198,167],[112,147,117],[79,113,99],[98,134,132],[65,106,112],[86,127,133],[72,111,110],[77,112,106],[110,143,132],[150,182,167],[208,241,222],[162,197,177],[97,136,118],[85,127,115],[92,139,133],[96,146,147],[111,164,172],[124,178,190],[124,178,190],[118,172,184],[109,161,172],[98,148,155],[78,123,128],[163,204,206],[181,219,220],[104,138,139],[101,131,129],[82,109,104],[70,96,87],[55,79,66],[75,99,83],[86,111,92],[97,122,100],[131,155,131],[54,74,49],[72,88,62],[109,121,97],[66,75,56],[12,19,11],[24,30,20],[57,59,37],[115,118,89],[73,79,53],[20,32,8],[49,69,44],[131,157,128],[133,163,125],[156,187,145],[97,124,81],[126,151,111],[35,60,28],[0,15,0],[68,104,68],[205,242,199],[148,180,131],[130,157,104],[157,181,129],[59,79,28],[64,82,32],[38,56,8],[21,38,0],[99,116,72],[131,149,107],[13,34,0],[41,63,16],[100,123,69],[113,137,77],[139,161,96],[174,196,124],[219,232,160],[142,139,70],[96,85,19],[116,100,40],[87,68,12],[87,67,16],[143,122,77],[158,134,96],[111,86,55],[116,90,65],[72,47,27],[42,20,6],[16,0,0],[10,0,0],[6,0,0],[9,3,7],[5,0,3],[9,5,6],[6,2,1],[3,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[7,3,0],[5,1,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[4,0,1],[8,4,3],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[7,1,1],[8,2,2],[13,4,5],[10,1,2],[9,0,1],[19,10,11],[14,4,3],[18,8,7],[34,23,21],[13,2,0],[15,1,0],[20,6,3],[12,0,0],[15,0,0],[17,2,0],[17,0,0],[30,13,6],[37,21,8],[56,44,18],[66,55,27],[49,37,13],[38,25,8],[17,1,0],[65,48,40],[58,39,32],[18,0,0],[83,67,52],[46,31,12],[63,48,27],[21,7,0],[56,44,18],[107,97,70],[83,73,48],[78,62,37],[81,55,28],[128,99,69],[100,77,43],[130,110,73],[135,118,75],[102,84,36],[98,75,23],[113,86,31],[171,136,80],[196,161,105],[187,154,101],[124,97,52],[87,73,38],[82,78,51],[33,40,22],[91,99,76],[109,106,71],[61,54,12],[95,83,43],[129,116,71],[172,157,98],[156,142,81],[187,174,119],[188,179,124],[212,209,154],[195,198,141],[199,207,147],[202,211,154],[224,231,189],[209,216,175],[190,198,149],[187,196,141],[163,177,115],[202,223,164],[195,231,185],[190,235,196],[197,242,209],[186,229,199],[130,166,138],[144,178,154],[174,205,187],[194,222,207],[151,172,157],[219,237,225],[218,233,226],[164,184,185],[83,115,128],[101,139,148],[142,182,173],[150,193,176],[138,184,174],[83,129,126],[96,145,149],[106,155,160],[103,148,154],[97,138,140],[75,111,109],[133,166,157],[219,247,233],[190,217,200],[164,191,174],[129,156,139],[146,173,158],[149,172,156],[214,231,213],[248,255,241],[167,181,158],[194,199,177],[255,249,229],[235,218,198],[213,203,178],[204,199,170],[155,156,124],[218,222,189],[245,249,216],[231,241,207],[188,210,174],[160,186,151],[158,177,145],[139,154,125],[189,202,176],[202,215,197],[149,168,162],[115,140,137],[113,143,135],[130,159,154],[113,138,142],[86,110,114],[113,138,135],[140,168,156],[119,155,129],[120,160,133],[125,165,154],[90,129,128],[77,114,120],[91,124,131],[93,123,123],[98,127,122],[135,162,153],[125,153,139],[200,231,215],[166,200,184],[105,143,130],[100,143,136],[94,142,142],[79,132,138],[76,130,142],[92,145,159],[112,164,177],[118,166,178],[110,154,163],[102,145,152],[112,157,162],[133,177,180],[126,166,168],[78,113,115],[103,135,134],[91,121,119],[75,104,99],[47,77,67],[97,128,113],[72,103,85],[65,94,72],[74,99,77],[93,112,90],[85,99,76],[95,103,82],[105,109,92],[42,45,36],[20,22,9],[114,114,86],[130,130,94],[27,31,0],[2,11,0],[6,25,5],[1,26,5],[25,55,21],[185,216,175],[59,88,44],[97,124,81],[70,98,58],[37,69,32],[135,173,136],[218,255,215],[153,186,133],[135,163,104],[136,161,103],[70,91,35],[125,142,88],[66,80,31],[60,73,29],[73,88,45],[125,141,102],[39,57,17],[93,112,67],[171,191,140],[122,144,82],[146,167,98],[154,175,98],[154,166,90],[130,125,57],[123,112,48],[109,98,36],[95,80,21],[84,64,11],[139,117,68],[142,117,77],[97,72,41],[65,43,19],[41,20,3],[26,8,0],[19,1,0],[20,6,5],[7,0,0],[8,4,5],[3,1,2],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[16,12,11],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[8,4,1],[6,2,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[7,3,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[8,2,2],[11,5,5],[13,7,7],[11,3,1],[13,5,3],[7,0,0],[14,6,3],[21,12,7],[9,0,0],[11,0,0],[25,12,6],[14,1,0],[12,0,0],[17,3,0],[52,35,27],[52,35,25],[24,7,0],[26,8,0],[28,12,0],[62,50,24],[99,90,61],[38,27,5],[43,30,14],[37,23,14],[72,55,48],[50,32,28],[22,3,0],[30,13,3],[31,15,0],[104,89,70],[82,70,46],[60,50,25],[90,83,57],[59,51,28],[34,24,0],[49,33,7],[75,59,26],[113,95,59],[99,80,38],[120,98,51],[160,134,83],[179,150,94],[201,171,111],[201,169,110],[179,150,92],[162,139,87],[117,98,55],[72,61,29],[41,36,14],[42,45,28],[90,92,71],[149,145,110],[137,128,85],[91,80,35],[175,165,114],[190,180,119],[168,158,96],[185,175,122],[140,133,81],[223,218,163],[217,216,159],[181,182,122],[165,168,115],[252,255,219],[245,251,215],[158,166,115],[168,179,121],[224,239,180],[185,210,155],[191,229,188],[201,248,216],[185,233,207],[207,252,229],[197,236,215],[194,232,211],[222,255,240],[216,248,233],[156,180,166],[194,214,203],[206,225,219],[157,183,184],[93,131,144],[115,158,167],[152,192,183],[206,245,227],[109,151,141],[79,124,121],[137,185,189],[93,140,148],[101,144,151],[147,186,191],[134,168,167],[139,169,161],[144,170,157],[119,142,126],[127,150,134],[175,199,185],[136,160,147],[117,141,127],[234,255,240],[226,243,224],[163,177,154],[181,186,163],[252,245,226],[201,188,169],[172,162,135],[201,195,163],[211,211,175],[209,211,174],[237,243,207],[177,187,152],[202,218,179],[181,199,159],[162,178,142],[144,155,123],[134,140,112],[158,167,150],[239,253,253],[185,204,208],[94,116,113],[123,146,140],[136,154,156],[121,136,141],[145,160,163],[138,159,152],[138,168,144],[130,166,140],[111,149,134],[99,135,133],[86,119,126],[75,105,113],[96,122,123],[128,153,149],[170,196,187],[164,190,179],[191,219,205],[121,154,143],[87,127,119],[72,118,116],[81,131,138],[77,131,143],[79,135,150],[94,147,163],[110,159,173],[117,161,170],[119,158,165],[120,159,164],[108,151,157],[99,142,148],[98,137,142],[112,150,151],[96,130,131],[84,116,113],[62,95,88],[54,87,76],[109,146,129],[87,122,102],[88,120,99],[54,82,59],[52,71,49],[55,67,47],[34,39,19],[57,58,42],[62,62,52],[61,60,42],[96,93,60],[147,146,102],[66,69,26],[42,49,15],[6,23,7],[0,23,9],[57,86,56],[92,123,82],[67,96,52],[131,160,114],[63,94,50],[97,132,90],[60,102,66],[174,215,173],[191,226,168],[118,148,84],[132,158,95],[68,89,30],[103,120,65],[197,211,160],[133,146,100],[99,111,71],[101,116,77],[186,202,163],[138,155,111],[146,164,112],[92,110,48],[180,200,128],[184,203,122],[109,120,41],[88,80,15],[122,108,47],[72,62,0],[49,38,0],[67,48,0],[144,121,69],[121,94,51],[60,34,1],[31,11,0],[14,0,0],[31,14,7],[11,0,0],[13,0,0],[16,4,6],[4,0,0],[3,3,1],[1,0,0],[7,3,2],[8,4,3],[3,0,0],[10,6,5],[45,41,40],[22,18,17],[3,0,0],[6,2,0],[4,0,0],[3,0,0],[5,1,0],[6,2,0],[3,0,0],[6,2,0],[5,1,0]],[[3,2,0],[3,2,0],[4,3,1],[4,3,1],[4,3,1],[4,3,1],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[8,2,4],[8,2,4],[8,2,4],[9,3,5],[11,5,7],[13,7,7],[13,5,3],[15,5,3],[10,1,0],[10,1,0],[23,12,6],[15,4,0],[10,0,0],[31,18,10],[32,18,9],[29,12,4],[40,23,13],[84,66,56],[82,64,52],[51,33,21],[51,32,18],[40,23,7],[59,48,28],[78,67,47],[12,0,0],[27,13,2],[53,39,30],[66,49,42],[31,14,6],[29,13,0],[31,15,0],[25,10,0],[63,51,29],[101,89,67],[59,48,28],[47,38,21],[27,17,5],[23,16,0],[28,22,0],[31,22,0],[79,63,29],[87,64,23],[116,85,39],[116,83,32],[198,167,112],[254,228,171],[237,216,161],[181,165,113],[139,129,80],[126,119,75],[124,114,78],[88,75,43],[93,76,50],[104,87,57],[125,111,72],[148,137,92],[189,179,130],[180,171,116],[187,179,116],[225,217,155],[224,217,165],[175,167,120],[201,194,140],[182,177,121],[181,179,120],[190,188,137],[230,230,196],[255,255,227],[207,215,164],[172,182,129],[213,225,185],[204,223,193],[180,215,191],[171,216,196],[198,247,226],[163,210,190],[191,234,214],[213,254,236],[155,195,184],[131,166,159],[208,238,228],[228,255,244],[171,199,187],[142,177,170],[96,145,142],[107,158,153],[205,243,228],[203,237,221],[74,114,105],[108,148,147],[98,141,147],[73,116,125],[88,128,136],[100,137,143],[124,154,154],[127,152,146],[157,179,167],[155,176,161],[166,187,172],[203,223,211],[118,140,128],[194,217,207],[234,255,251],[144,166,154],[129,140,124],[185,188,169],[226,226,202],[195,190,161],[186,176,141],[200,191,150],[238,234,187],[190,192,145],[185,194,149],[195,206,164],[217,225,186],[153,160,126],[151,160,129],[143,152,125],[155,163,139],[187,193,179],[174,179,182],[194,202,205],[139,150,142],[137,150,143],[129,142,148],[144,158,169],[146,160,171],[113,129,129],[143,166,140],[159,186,155],[106,135,115],[86,117,111],[100,134,144],[92,124,137],[113,137,139],[148,169,164],[183,204,197],[202,225,215],[158,185,176],[100,133,126],[109,149,148],[95,142,148],[72,124,138],[75,130,150],[88,145,165],[97,150,168],[103,149,164],[127,167,175],[149,184,186],[147,182,184],[136,177,181],[103,146,152],[93,134,138],[86,124,127],[86,122,122],[64,99,95],[64,99,92],[64,100,88],[100,139,121],[93,131,110],[48,81,60],[108,136,114],[105,124,104],[38,47,28],[33,36,17],[57,55,40],[70,68,55],[142,140,119],[127,124,83],[118,116,67],[78,81,28],[107,113,75],[34,48,35],[17,38,29],[67,96,66],[52,83,42],[101,129,88],[163,192,146],[138,170,121],[147,185,138],[100,144,109],[165,207,169],[123,161,102],[119,152,83],[131,160,93],[113,138,73],[90,110,51],[149,163,110],[86,99,53],[92,105,62],[69,81,43],[51,66,27],[115,131,86],[145,159,106],[124,138,76],[180,196,121],[166,181,98],[104,111,31],[107,97,35],[123,108,51],[112,104,41],[85,76,11],[85,66,7],[133,108,54],[89,60,16],[49,20,0],[47,29,5],[25,9,0],[32,17,14],[15,0,0],[14,0,1],[16,1,6],[2,1,0],[0,1,0],[1,0,0],[7,3,2],[11,7,6],[4,0,0],[10,6,5],[43,39,38],[19,15,14],[4,0,0],[5,1,0],[10,6,3],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0]],[[4,3,0],[4,3,1],[5,4,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,2,1],[7,3,4],[9,5,6],[11,5,7],[11,5,5],[9,3,3],[8,4,3],[8,4,3],[10,5,2],[24,16,13],[17,8,3],[18,9,4],[11,2,0],[22,11,5],[35,25,16],[28,15,7],[34,21,13],[32,18,9],[25,11,2],[27,10,2],[53,36,26],[50,33,23],[43,26,16],[58,42,29],[38,24,11],[45,33,19],[34,22,8],[27,15,3],[33,21,9],[49,35,26],[71,57,46],[37,21,8],[21,5,0],[63,50,31],[25,13,0],[39,28,8],[22,14,0],[30,23,7],[32,26,14],[14,7,0],[23,19,8],[44,43,23],[38,34,7],[41,26,0],[84,60,22],[123,92,48],[120,88,41],[154,126,78],[181,159,109],[255,249,197],[187,180,128],[131,128,77],[149,143,95],[87,74,32],[89,71,33],[106,82,46],[140,116,78],[142,125,82],[163,153,104],[139,133,81],[150,145,89],[174,170,109],[180,175,117],[153,149,101],[117,114,69],[148,144,96],[214,211,160],[188,185,134],[192,191,147],[229,232,203],[206,212,184],[176,187,145],[226,237,194],[224,231,197],[189,203,178],[190,219,199],[128,167,149],[132,177,157],[166,213,193],[153,200,182],[149,193,180],[148,188,180],[143,175,172],[156,185,180],[228,255,248],[185,223,210],[92,138,127],[109,165,154],[91,147,136],[113,159,146],[91,131,120],[99,140,134],[90,132,130],[86,127,131],[65,108,114],[70,115,118],[90,131,133],[91,123,122],[160,185,181],[201,222,213],[159,179,168],[182,202,191],[160,180,169],[151,174,164],[183,206,198],[159,181,178],[125,144,138],[160,172,160],[214,221,203],[220,226,200],[214,215,183],[205,197,160],[171,159,117],[196,189,143],[192,194,145],[167,176,129],[165,176,134],[133,139,103],[155,160,128],[182,191,164],[146,156,132],[175,180,160],[181,181,169],[149,145,146],[170,165,169],[183,182,177],[135,140,133],[121,129,131],[155,166,172],[153,162,171],[117,127,128],[166,181,162],[147,170,142],[109,138,118],[107,140,131],[81,116,122],[112,145,154],[157,178,179],[144,163,159],[188,209,204],[198,223,217],[114,143,139],[114,148,147],[114,155,157],[114,163,170],[80,133,147],[74,130,147],[89,145,162],[100,151,168],[110,154,167],[142,180,189],[151,184,189],[114,149,151],[130,174,177],[141,189,191],[110,154,157],[106,146,148],[92,130,131],[98,134,132],[73,108,101],[87,123,109],[83,121,98],[74,108,81],[109,140,109],[131,154,125],[125,139,114],[95,103,80],[102,103,85],[65,64,46],[84,81,64],[138,133,111],[58,53,15],[42,40,0],[71,73,24],[128,135,94],[100,115,94],[75,98,78],[114,144,110],[68,99,57],[60,89,43],[108,138,88],[107,139,89],[104,140,92],[170,212,172],[140,181,139],[112,147,89],[115,144,80],[119,145,80],[142,164,102],[131,151,92],[75,90,35],[66,80,29],[40,53,7],[27,40,0],[59,72,28],[15,29,0],[136,149,95],[168,180,116],[180,192,118],[174,186,104],[117,120,41],[164,154,92],[127,115,57],[143,135,72],[116,108,43],[117,101,39],[166,145,90],[116,92,46],[45,21,0],[24,8,0],[12,0,0],[15,0,0],[25,8,14],[23,6,12],[8,0,0],[12,8,5],[2,3,0],[6,2,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[14,10,9],[3,0,0],[7,3,2],[3,0,0],[16,12,9],[8,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[3,0,0]],[[5,0,0],[4,0,0],[6,1,0],[9,4,1],[8,3,0],[3,0,0],[6,2,1],[12,8,7],[5,1,0],[5,1,0],[10,6,5],[3,0,0],[9,5,2],[17,13,10],[5,1,0],[9,5,2],[33,25,22],[24,14,12],[30,19,17],[23,12,8],[12,1,0],[20,9,3],[26,15,9],[25,14,8],[14,1,0],[10,0,0],[15,4,0],[22,11,5],[21,10,4],[27,18,11],[33,24,19],[24,13,9],[20,7,1],[23,8,1],[31,17,8],[11,0,0],[62,48,35],[36,23,7],[27,14,0],[48,35,18],[35,23,7],[15,6,0],[25,17,4],[9,3,0],[7,3,0],[18,15,6],[17,17,9],[8,8,0],[22,23,7],[50,48,25],[75,64,34],[96,78,42],[110,88,49],[129,107,66],[128,110,72],[141,128,86],[206,198,149],[154,147,92],[142,132,73],[149,134,77],[75,55,5],[84,61,17],[114,93,50],[146,127,84],[214,200,151],[128,121,67],[107,107,53],[103,106,51],[119,118,64],[182,180,131],[109,115,69],[130,139,96],[220,228,187],[164,170,134],[210,209,179],[242,244,220],[214,227,207],[219,236,217],[226,239,219],[215,224,197],[195,199,162],[180,186,148],[173,189,162],[147,175,152],[126,164,141],[129,174,154],[170,222,209],[156,203,197],[143,177,178],[148,172,174],[144,165,160],[199,229,221],[147,197,188],[90,150,140],[101,161,151],[102,162,152],[102,159,153],[89,144,141],[125,175,172],[96,142,140],[122,164,163],[120,166,163],[91,148,139],[90,143,135],[121,156,152],[148,173,170],[151,176,172],[159,184,180],[165,186,181],[148,169,162],[153,179,170],[133,156,148],[144,156,154],[167,176,173],[177,193,182],[202,219,201],[202,214,190],[199,204,174],[198,192,158],[194,184,148],[234,229,189],[213,214,174],[193,201,162],[180,190,155],[116,122,94],[158,166,142],[181,195,172],[144,156,136],[126,127,111],[178,169,160],[162,143,145],[141,120,125],[188,174,174],[181,173,170],[170,171,163],[152,153,145],[185,185,177],[146,147,141],[154,166,156],[156,178,166],[160,193,184],[113,153,144],[107,147,139],[124,156,151],[178,203,200],[174,196,194],[168,192,192],[164,192,193],[116,150,152],[116,155,160],[120,163,169],[113,162,167],[114,164,173],[102,155,163],[120,170,179],[114,161,171],[133,175,187],[191,227,241],[154,186,199],[118,155,164],[133,183,182],[122,174,170],[126,174,174],[111,152,156],[84,119,125],[96,130,132],[105,137,132],[74,105,87],[71,100,69],[114,141,100],[140,159,114],[137,150,107],[102,109,75],[84,88,63],[62,63,45],[80,78,63],[69,66,49],[87,82,60],[119,114,84],[64,60,25],[50,50,14],[63,71,32],[59,76,34],[45,68,24],[97,124,79],[114,143,95],[153,182,126],[151,180,124],[80,108,57],[127,159,109],[159,197,146],[123,160,109],[75,101,53],[58,78,27],[70,88,36],[98,115,61],[81,96,41],[72,87,32],[81,96,41],[51,68,14],[45,62,8],[124,141,87],[64,79,22],[174,185,125],[170,179,114],[144,150,80],[240,242,169],[202,199,128],[164,156,94],[92,82,21],[92,84,21],[110,102,37],[73,63,1],[66,54,0],[65,48,2],[66,50,16],[33,18,0],[30,16,7],[10,0,0],[33,21,25],[21,9,13],[7,0,0],[11,6,2],[4,0,0],[9,4,1],[4,0,0],[4,0,0],[9,3,3],[9,3,3],[4,0,0],[4,0,0],[9,3,3],[9,5,4],[9,5,4],[8,4,3],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0]],[[5,0,0],[6,1,0],[10,5,2],[15,10,7],[13,8,5],[7,2,0],[6,2,1],[10,6,5],[18,14,13],[10,6,3],[12,8,5],[3,0,0],[3,0,0],[8,7,2],[7,6,1],[19,16,9],[29,22,16],[11,0,0],[24,13,9],[47,36,32],[47,36,32],[33,22,16],[25,14,8],[36,25,19],[29,18,12],[16,5,0],[14,3,0],[24,15,10],[24,15,10],[16,9,3],[16,9,3],[14,4,2],[24,10,9],[26,11,8],[26,11,4],[20,6,0],[33,20,3],[90,78,56],[64,52,30],[40,29,7],[49,41,22],[34,27,11],[8,1,0],[19,14,8],[24,21,16],[11,10,6],[18,19,14],[34,35,27],[18,16,1],[40,34,12],[86,70,44],[103,82,51],[110,87,53],[142,119,85],[140,124,88],[98,86,46],[152,141,95],[234,222,170],[111,95,36],[123,103,44],[184,162,105],[174,152,102],[142,123,81],[152,137,96],[178,167,122],[191,189,141],[135,142,91],[110,118,69],[119,120,76],[200,201,159],[122,130,89],[113,125,85],[157,169,133],[145,152,121],[209,211,187],[239,244,222],[201,219,197],[212,234,213],[213,230,212],[157,169,145],[193,201,160],[249,255,216],[233,249,220],[197,221,199],[177,209,186],[158,197,178],[140,187,177],[167,212,209],[132,162,164],[155,176,177],[167,186,180],[187,217,209],[147,200,194],[98,161,153],[98,155,148],[89,148,142],[92,156,155],[109,173,173],[107,163,162],[109,157,157],[137,176,175],[132,174,170],[95,152,143],[121,179,167],[138,180,176],[157,191,190],[127,161,160],[120,150,150],[123,143,144],[148,168,166],[131,158,151],[123,146,140],[158,168,167],[138,147,144],[144,164,153],[136,157,140],[190,204,181],[228,234,208],[223,219,190],[231,225,193],[234,234,200],[205,209,174],[205,210,178],[171,177,149],[180,185,162],[147,156,137],[149,168,149],[138,155,137],[135,142,126],[154,150,139],[160,144,144],[171,152,154],[177,165,165],[175,168,162],[185,183,170],[154,153,135],[206,200,186],[184,182,170],[125,131,127],[156,175,171],[134,165,160],[114,149,142],[163,197,183],[155,183,171],[209,231,228],[217,237,238],[175,199,201],[142,170,174],[141,174,181],[131,170,177],[129,172,179],[115,162,168],[110,159,163],[116,165,169],[125,173,177],[128,173,178],[136,176,184],[159,195,207],[137,170,185],[126,162,174],[114,159,164],[109,157,159],[104,149,154],[89,130,136],[77,112,118],[87,116,120],[93,120,115],[82,105,89],[84,104,77],[124,141,105],[127,142,103],[126,136,99],[167,174,141],[99,103,78],[55,56,38],[61,63,49],[65,69,52],[47,50,31],[102,100,77],[59,55,30],[16,14,0],[29,34,4],[48,65,20],[116,140,88],[173,200,155],[90,116,69],[103,126,72],[113,134,78],[93,115,68],[83,111,63],[154,191,139],[151,188,136],[50,76,29],[92,110,68],[95,110,67],[76,89,45],[95,107,61],[99,111,63],[182,195,142],[187,200,146],[158,173,114],[191,207,145],[116,131,66],[110,123,54],[113,123,54],[123,129,57],[161,163,90],[187,187,117],[191,187,123],[134,128,66],[74,69,5],[75,70,4],[98,90,27],[102,93,34],[141,129,81],[69,56,21],[39,24,3],[31,17,8],[22,8,8],[25,13,17],[14,3,7],[6,0,0],[12,4,1],[15,10,6],[4,0,0],[4,0,0],[14,8,8],[28,22,22],[28,22,22],[14,8,8],[4,0,0],[4,0,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[7,2,0],[8,3,0],[11,6,3],[14,9,6],[12,7,4],[7,2,0],[7,1,1],[9,3,3],[12,7,4],[5,0,0],[12,7,4],[10,5,1],[7,2,0],[17,12,6],[26,21,15],[37,30,24],[31,20,16],[16,2,0],[11,0,0],[15,0,0],[23,8,3],[26,11,4],[22,7,0],[29,14,7],[22,8,0],[10,0,0],[14,1,0],[37,27,17],[38,28,18],[22,14,3],[19,11,0],[12,3,0],[37,23,20],[48,34,31],[28,15,6],[82,70,54],[90,78,56],[75,63,37],[66,57,28],[28,18,0],[51,43,20],[79,72,54],[16,10,0],[13,8,2],[16,10,10],[16,11,15],[32,29,36],[48,44,45],[42,34,21],[47,32,13],[62,37,17],[94,64,40],[120,89,61],[108,78,44],[96,73,32],[112,93,51],[131,113,73],[208,189,146],[137,115,66],[58,35,0],[160,138,80],[163,143,90],[157,141,105],[157,146,118],[145,140,110],[149,150,118],[133,140,106],[127,134,100],[173,174,142],[175,176,144],[99,103,70],[131,137,103],[101,107,73],[195,198,167],[246,247,216],[225,230,200],[192,209,177],[161,185,153],[165,189,157],[215,236,203],[216,237,198],[223,243,208],[236,255,238],[155,179,163],[133,158,139],[162,190,175],[138,176,165],[179,216,209],[154,185,180],[129,156,149],[148,174,161],[182,216,202],[119,170,165],[90,146,143],[102,152,149],[102,154,152],[94,155,156],[102,166,168],[86,146,146],[110,160,161],[135,168,173],[129,158,162],[131,171,171],[145,194,191],[164,216,214],[150,202,200],[142,190,190],[120,158,159],[158,179,184],[155,173,175],[142,167,164],[141,166,163],[133,149,149],[126,140,140],[152,169,163],[174,190,179],[223,232,215],[248,251,230],[220,220,196],[243,243,215],[220,227,196],[214,221,190],[197,200,173],[166,165,144],[188,187,169],[175,182,166],[154,175,158],[175,202,183],[150,171,154],[150,164,151],[162,167,161],[157,157,155],[128,128,126],[135,136,130],[152,154,141],[177,178,162],[149,146,131],[245,241,230],[184,185,180],[144,153,152],[172,188,185],[178,199,194],[171,191,180],[212,229,221],[211,225,225],[187,200,206],[192,209,216],[166,189,197],[164,193,201],[138,172,181],[125,164,171],[130,173,179],[104,149,152],[125,173,175],[125,171,171],[137,181,182],[144,185,189],[148,185,193],[139,173,182],[145,177,190],[109,140,158],[107,138,158],[100,136,152],[92,128,140],[86,120,122],[91,117,114],[97,114,108],[97,108,100],[78,85,78],[95,102,94],[58,70,56],[76,89,71],[95,107,85],[75,83,62],[84,85,69],[84,88,74],[34,55,40],[13,34,17],[49,53,36],[45,42,25],[32,26,14],[45,44,26],[37,53,17],[97,119,80],[139,160,127],[83,100,66],[115,126,84],[108,115,73],[86,96,59],[76,97,58],[160,198,149],[119,162,109],[103,135,88],[100,123,81],[81,99,61],[36,47,13],[73,80,47],[114,118,83],[103,105,65],[118,122,72],[114,122,63],[139,148,81],[119,131,55],[175,188,108],[131,144,64],[142,155,75],[181,194,115],[172,180,107],[184,187,120],[138,137,73],[111,110,45],[139,136,69],[142,137,73],[159,148,92],[118,104,59],[78,62,28],[40,22,2],[33,14,7],[31,15,16],[13,0,3],[13,2,6],[11,2,3],[3,0,0],[3,0,0],[8,3,0],[4,0,0],[4,0,0],[7,1,1],[7,1,1],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0]],[[9,4,0],[9,4,0],[9,4,1],[9,4,1],[6,1,0],[4,0,0],[6,0,0],[9,4,1],[11,6,3],[7,2,0],[14,9,5],[12,7,1],[8,3,0],[25,18,10],[39,32,24],[38,29,20],[17,4,0],[19,4,0],[18,3,0],[13,0,0],[23,6,0],[34,17,9],[22,5,0],[15,0,0],[42,26,13],[51,37,24],[22,9,0],[23,11,0],[49,37,21],[28,19,2],[8,0,0],[11,2,0],[18,8,0],[34,21,12],[37,25,11],[70,59,41],[96,85,63],[54,42,18],[15,5,0],[30,19,0],[28,20,1],[91,81,69],[36,27,20],[29,21,18],[19,10,11],[25,19,21],[28,23,27],[32,24,22],[47,35,23],[67,50,32],[97,70,49],[119,87,62],[78,44,16],[80,50,16],[88,65,24],[85,66,24],[94,77,34],[114,97,53],[163,145,97],[140,123,71],[151,136,81],[109,99,50],[94,89,57],[133,131,106],[209,209,185],[192,196,173],[81,87,61],[101,110,83],[141,147,119],[164,170,142],[147,154,123],[134,141,110],[130,135,103],[223,228,196],[255,255,228],[211,218,185],[162,176,143],[162,179,145],[168,188,153],[190,214,180],[184,209,177],[204,233,205],[205,236,220],[133,161,149],[149,171,158],[138,160,147],[156,183,174],[168,199,191],[166,198,187],[124,154,142],[155,184,166],[178,212,196],[105,151,148],[114,165,166],[106,151,154],[119,168,172],[112,171,175],[109,170,173],[111,166,169],[118,163,168],[151,184,191],[125,154,162],[135,172,178],[124,169,174],[113,169,170],[132,190,192],[126,177,181],[115,154,161],[136,161,168],[184,204,211],[184,212,213],[174,203,201],[186,205,209],[181,199,201],[147,166,162],[208,223,216],[204,212,201],[212,214,201],[197,200,181],[228,233,211],[214,224,199],[203,211,187],[179,181,160],[185,182,165],[177,173,161],[194,198,184],[137,160,144],[150,183,164],[164,195,177],[152,179,164],[161,182,173],[131,148,142],[115,127,123],[171,181,173],[162,168,154],[184,187,170],[192,193,177],[226,224,212],[249,250,245],[209,213,214],[213,222,221],[221,232,228],[198,209,201],[196,209,202],[178,189,191],[192,205,213],[205,222,230],[199,222,230],[183,210,221],[165,198,207],[175,212,220],[144,185,189],[131,175,176],[144,188,187],[136,178,176],[137,177,176],[140,179,178],[152,186,188],[144,175,178],[149,176,183],[140,162,175],[134,156,169],[134,158,168],[136,161,165],[129,154,150],[126,146,137],[130,142,130],[131,139,128],[126,132,122],[113,119,109],[77,88,74],[106,117,100],[158,170,146],[82,92,65],[87,91,66],[56,66,42],[51,74,56],[18,38,26],[7,13,0],[48,46,33],[28,24,15],[44,45,31],[103,118,89],[148,169,136],[41,61,34],[54,70,41],[83,91,54],[97,102,62],[74,81,47],[105,121,84],[186,219,172],[171,209,158],[96,123,78],[82,103,62],[56,72,35],[12,24,0],[34,41,7],[89,93,56],[64,67,24],[54,58,8],[62,70,11],[84,95,27],[93,107,32],[128,142,63],[222,236,157],[180,193,114],[155,168,89],[116,127,51],[92,99,31],[145,150,83],[114,117,48],[140,139,72],[122,117,53],[57,46,0],[99,82,38],[58,38,5],[21,0,0],[27,7,0],[30,12,12],[10,0,0],[7,0,0],[6,0,0],[3,2,0],[4,3,0],[7,3,2],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0]],[[8,4,1],[7,3,0],[7,3,0],[6,2,0],[5,0,0],[4,0,0],[8,0,0],[10,2,0],[6,0,0],[7,0,0],[9,1,0],[7,0,0],[9,0,0],[33,24,15],[50,41,32],[38,28,19],[16,1,0],[14,0,0],[15,0,0],[18,0,0],[29,11,1],[35,17,5],[31,13,0],[41,23,9],[35,18,2],[71,54,36],[78,61,41],[68,53,32],[48,33,10],[39,27,3],[60,48,22],[57,47,22],[11,0,0],[43,35,16],[28,20,0],[17,6,0],[26,15,0],[50,38,22],[20,8,0],[27,14,6],[26,12,9],[54,42,42],[26,14,14],[43,33,31],[29,20,15],[29,22,14],[23,17,5],[39,31,18],[44,34,22],[65,50,31],[108,84,56],[165,139,104],[81,52,18],[54,28,0],[51,31,0],[61,46,7],[104,94,45],[122,112,59],[218,209,152],[142,135,81],[107,103,58],[67,69,32],[51,62,28],[184,197,169],[164,168,145],[119,121,99],[63,67,44],[96,104,80],[87,102,73],[105,121,92],[132,147,116],[138,153,122],[160,173,143],[181,192,162],[244,254,227],[214,224,197],[161,169,145],[191,199,175],[209,219,194],[199,214,191],[184,209,187],[168,201,182],[199,237,226],[180,215,208],[191,215,202],[164,184,173],[158,181,173],[147,173,164],[176,206,194],[179,210,194],[145,172,153],[156,187,172],[120,160,159],[68,113,119],[106,149,156],[119,166,174],[123,176,184],[129,179,188],[123,166,175],[99,136,145],[142,179,188],[127,165,174],[118,161,170],[119,167,177],[101,155,165],[120,172,183],[117,159,173],[122,155,170],[115,147,158],[144,174,184],[165,198,203],[146,177,180],[159,183,187],[187,206,210],[166,186,187],[226,242,241],[198,207,202],[206,209,202],[217,220,209],[230,236,222],[215,226,209],[182,191,172],[185,186,172],[183,179,167],[178,171,163],[162,165,156],[152,175,159],[192,226,209],[204,241,223],[132,168,154],[114,147,138],[115,142,137],[100,119,115],[146,159,152],[164,172,159],[197,203,189],[213,217,203],[236,239,228],[248,250,247],[246,247,249],[236,237,241],[228,234,234],[228,239,233],[204,219,214],[218,236,240],[210,228,238],[212,234,245],[190,217,228],[181,211,222],[205,237,248],[167,204,212],[157,196,201],[141,181,181],[137,176,175],[141,177,173],[143,178,172],[147,176,172],[174,200,199],[179,200,201],[199,219,218],[205,225,216],[200,218,206],[187,200,183],[173,184,167],[162,170,155],[136,144,129],[114,125,108],[116,129,103],[155,169,133],[163,174,132],[161,168,126],[168,173,133],[172,176,139],[111,118,77],[145,158,112],[103,118,77],[56,68,46],[56,62,50],[41,42,28],[59,57,44],[29,29,19],[93,99,85],[140,156,129],[42,63,30],[12,35,7],[0,9,0],[34,49,10],[128,141,98],[103,115,77],[125,140,101],[197,219,172],[197,219,172],[170,182,142],[96,104,65],[70,79,36],[46,54,7],[103,111,60],[56,67,11],[19,32,0],[123,138,79],[170,190,131],[103,123,64],[57,75,15],[82,98,35],[172,184,118],[114,121,53],[104,107,36],[78,84,12],[109,120,51],[164,175,107],[141,148,80],[151,152,84],[134,129,65],[60,47,0],[75,54,11],[59,34,3],[58,31,12],[50,25,18],[24,3,2],[11,0,0],[12,3,6],[3,2,0],[3,5,0],[1,3,0],[4,0,0],[5,0,0],[8,2,2],[11,5,5],[11,5,5],[8,2,2],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[9,5,2],[10,6,3],[10,5,2],[8,3,0],[9,1,0],[9,1,0],[7,0,0],[16,7,2],[14,5,0],[12,3,0],[16,7,0],[29,19,9],[33,23,13],[12,0,0],[32,15,7],[42,24,14],[52,34,24],[46,26,15],[41,21,10],[42,23,9],[31,12,0],[26,7,0],[35,17,0],[71,53,29],[94,77,51],[84,69,40],[39,24,0],[50,37,5],[113,100,66],[111,100,70],[89,81,58],[71,63,44],[28,20,1],[20,11,0],[18,9,0],[39,26,17],[52,39,33],[22,8,7],[10,0,0],[19,5,5],[20,6,5],[46,35,31],[44,34,24],[49,40,23],[35,27,6],[35,27,6],[60,51,34],[51,39,17],[60,41,9],[127,103,65],[87,62,22],[92,69,28],[84,68,32],[68,56,16],[83,75,26],[154,149,93],[181,176,118],[116,115,61],[105,107,67],[77,88,54],[126,150,118],[170,193,164],[115,128,100],[38,47,20],[105,111,85],[121,131,104],[104,123,93],[122,143,112],[132,147,118],[160,173,145],[212,222,197],[191,201,176],[208,220,196],[205,214,193],[199,204,184],[208,212,195],[195,206,189],[197,214,196],[168,191,173],[130,162,147],[174,215,207],[167,208,200],[137,165,153],[150,172,160],[107,130,122],[164,191,182],[147,179,166],[151,182,166],[196,220,204],[116,142,131],[108,141,146],[90,130,140],[103,145,157],[112,159,169],[103,151,161],[118,161,170],[129,158,172],[112,141,155],[117,155,166],[137,181,192],[113,159,172],[109,158,172],[141,193,207],[124,169,188],[129,161,182],[140,168,189],[135,171,187],[114,152,163],[155,194,201],[149,182,189],[139,162,170],[179,199,206],[209,233,235],[204,225,226],[185,197,197],[197,203,201],[219,221,216],[220,221,215],[228,234,224],[206,212,200],[197,199,188],[168,165,156],[176,173,166],[146,149,140],[135,155,143],[162,190,175],[169,201,186],[124,157,146],[97,132,125],[140,171,166],[150,170,168],[132,144,140],[146,153,145],[175,181,169],[192,203,189],[234,246,236],[216,225,224],[237,244,250],[214,218,227],[227,236,241],[211,230,226],[200,225,222],[232,255,255],[203,233,243],[182,214,225],[199,233,245],[182,218,232],[200,238,251],[202,242,250],[196,235,242],[198,236,237],[180,214,213],[178,209,204],[174,201,196],[160,180,178],[176,190,190],[191,201,202],[234,245,239],[239,252,234],[235,247,223],[203,209,183],[177,179,155],[175,177,156],[153,156,135],[130,139,112],[143,154,120],[167,180,134],[218,228,176],[148,153,99],[117,120,67],[137,140,87],[101,108,54],[118,132,71],[192,202,150],[236,232,203],[134,126,107],[46,40,18],[28,26,3],[21,24,7],[50,59,38],[61,76,43],[24,44,7],[53,74,43],[108,129,96],[120,142,96],[126,146,95],[154,171,126],[153,171,123],[145,162,110],[111,125,74],[95,104,59],[86,92,48],[157,164,113],[168,175,121],[203,213,153],[185,197,135],[124,138,77],[172,190,130],[203,223,164],[147,166,110],[125,144,89],[170,185,130],[117,128,70],[86,94,34],[92,97,33],[59,66,0],[93,108,39],[143,160,90],[80,91,22],[132,135,68],[147,141,79],[96,80,28],[83,60,18],[67,38,8],[60,29,11],[50,21,13],[20,0,0],[23,7,8],[10,1,2],[1,1,1],[0,2,0],[2,8,4],[4,3,1],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[10,6,3],[10,6,3],[11,6,3],[11,6,3],[12,4,2],[12,4,2],[7,0,0],[14,5,0],[10,0,0],[19,6,0],[28,15,7],[30,17,8],[31,18,9],[17,3,0],[32,14,4],[50,30,21],[72,52,43],[65,43,32],[56,34,21],[65,42,28],[60,37,19],[47,25,4],[70,48,25],[93,73,46],[74,55,25],[71,55,22],[70,54,18],[56,42,5],[68,54,15],[61,48,16],[34,22,6],[16,7,0],[25,17,6],[28,18,8],[11,1,0],[8,0,0],[10,0,0],[11,0,0],[14,1,0],[25,12,6],[23,10,2],[20,8,0],[27,15,0],[53,42,20],[61,51,24],[41,31,4],[56,51,22],[112,103,74],[77,60,30],[67,47,12],[102,81,36],[98,80,30],[89,75,30],[114,103,58],[92,84,38],[162,156,106],[167,165,108],[162,163,106],[75,82,38],[50,66,30],[85,114,84],[169,202,173],[188,215,182],[115,134,102],[95,108,78],[120,133,103],[106,125,93],[156,172,143],[161,167,141],[157,156,135],[202,199,180],[222,220,205],[208,215,199],[190,198,183],[203,206,195],[223,231,220],[195,215,203],[139,161,148],[167,183,170],[141,165,152],[149,190,182],[174,220,210],[119,155,143],[152,182,170],[145,175,167],[146,177,171],[99,135,125],[86,118,105],[149,171,159],[129,150,145],[120,148,159],[95,131,147],[109,155,170],[125,173,187],[120,162,174],[133,167,179],[165,184,201],[142,163,180],[106,144,155],[127,174,184],[126,174,188],[111,158,174],[101,149,169],[119,160,182],[124,150,177],[136,160,186],[105,142,160],[121,165,176],[131,171,181],[122,155,164],[140,160,171],[144,162,172],[169,198,202],[145,175,175],[157,177,178],[187,197,198],[215,213,216],[239,233,233],[212,211,207],[233,234,228],[206,207,199],[182,183,175],[196,197,191],[187,192,185],[161,174,164],[174,192,180],[167,187,176],[186,209,201],[169,198,194],[144,170,169],[149,164,167],[141,151,152],[167,172,168],[199,206,198],[160,176,166],[187,208,203],[185,204,208],[206,224,234],[180,196,209],[183,205,216],[150,184,185],[200,242,241],[217,255,255],[145,193,205],[141,189,203],[144,192,206],[157,204,220],[203,251,255],[185,232,242],[154,197,204],[188,226,229],[196,227,229],[199,223,223],[224,240,239],[224,234,235],[222,223,225],[222,220,223],[251,247,244],[242,243,227],[238,241,220],[225,228,211],[209,212,195],[194,198,175],[172,175,146],[143,147,112],[127,129,92],[152,154,117],[133,135,96],[135,138,91],[129,134,78],[163,169,105],[199,206,138],[233,240,173],[192,190,133],[156,132,96],[124,95,65],[112,94,58],[86,78,41],[90,89,58],[80,87,53],[51,64,18],[60,78,30],[85,106,65],[83,109,64],[110,139,81],[112,142,80],[127,155,97],[130,154,96],[147,165,103],[103,117,55],[117,131,72],[96,110,51],[117,126,69],[162,170,113],[108,113,57],[103,106,51],[163,168,112],[150,158,101],[174,183,126],[194,208,149],[197,212,153],[117,132,73],[105,120,63],[95,108,52],[41,54,0],[35,49,0],[61,82,15],[173,193,122],[137,150,81],[127,132,66],[134,128,68],[48,32,0],[77,52,12],[64,33,4],[44,11,0],[51,21,11],[34,9,5],[28,12,12],[6,0,0],[10,10,10],[0,3,0],[0,2,0],[2,1,0],[7,1,1],[8,2,2],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[5,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[7,3,0],[8,4,1],[7,3,0],[6,2,0],[8,3,0],[10,5,2],[14,6,4],[15,7,4],[20,11,6],[21,10,6],[10,0,0],[12,0,0],[24,11,2],[24,11,2],[35,21,10],[39,22,12],[33,15,5],[22,2,0],[41,19,8],[50,28,15],[38,16,2],[32,9,0],[38,15,0],[51,29,6],[104,82,58],[77,56,27],[84,65,33],[111,93,57],[64,49,8],[46,31,0],[77,62,19],[35,22,0],[98,89,72],[140,131,124],[40,31,22],[39,31,20],[24,14,2],[65,55,43],[47,37,25],[19,7,0],[27,15,3],[37,25,13],[28,14,1],[13,0,0],[19,6,0],[38,23,0],[65,51,24],[46,35,5],[38,29,0],[99,88,56],[84,65,32],[63,41,2],[133,111,64],[117,95,45],[108,92,41],[114,100,51],[96,84,36],[163,151,103],[163,151,99],[187,181,129],[156,158,111],[63,75,37],[0,21,0],[78,107,85],[140,167,136],[140,159,127],[154,165,135],[114,125,95],[87,108,77],[113,132,102],[131,139,115],[128,127,107],[167,164,147],[229,227,212],[187,195,180],[170,181,167],[216,222,212],[237,247,238],[211,233,221],[142,164,151],[135,146,130],[172,188,175],[170,210,199],[161,209,197],[161,199,186],[184,217,206],[137,172,166],[118,154,150],[92,133,127],[111,146,139],[128,153,147],[206,227,228],[194,220,235],[125,160,180],[109,155,171],[127,173,188],[112,152,164],[151,180,194],[195,211,227],[156,172,188],[141,173,186],[127,165,178],[138,175,193],[125,166,184],[107,155,175],[115,160,183],[142,169,198],[126,150,178],[115,152,171],[123,165,181],[139,179,191],[145,177,190],[148,167,181],[139,157,169],[145,176,181],[147,181,183],[143,167,169],[158,169,173],[187,185,190],[255,252,255],[233,227,227],[234,233,229],[190,193,186],[193,196,189],[230,233,226],[215,218,211],[175,182,174],[175,187,177],[199,210,202],[159,174,171],[174,195,196],[142,161,165],[142,153,159],[155,160,164],[184,185,187],[226,235,232],[180,201,196],[178,207,205],[161,190,198],[147,175,189],[138,165,184],[147,180,197],[127,176,181],[132,190,194],[183,241,253],[129,188,204],[120,179,195],[124,181,200],[154,211,230],[144,197,213],[135,184,198],[152,196,207],[191,230,237],[211,240,244],[188,209,212],[215,229,230],[243,248,251],[250,248,253],[255,247,255],[255,252,253],[255,254,243],[233,234,218],[240,243,232],[243,246,237],[220,224,209],[229,232,211],[236,236,210],[203,200,169],[116,111,79],[153,151,112],[140,142,92],[133,139,79],[160,167,99],[195,201,129],[167,168,102],[168,158,99],[118,90,42],[94,61,16],[129,107,57],[124,111,59],[141,134,90],[159,158,112],[157,165,108],[150,161,105],[132,148,99],[41,61,10],[99,125,60],[146,175,108],[96,122,57],[108,133,68],[146,167,98],[60,80,11],[148,167,103],[133,148,89],[66,77,21],[72,79,27],[141,143,93],[116,116,66],[120,120,70],[98,101,46],[104,109,51],[140,150,89],[165,179,117],[171,187,124],[169,187,125],[126,144,86],[84,101,46],[47,67,8],[100,123,55],[171,192,123],[107,122,55],[130,135,71],[152,146,88],[86,68,20],[73,48,8],[75,44,16],[78,43,24],[65,32,23],[28,3,0],[17,0,0],[7,0,0],[89,91,90],[33,42,39],[0,3,0],[3,2,0],[7,1,1],[5,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[9,5,2],[9,5,2],[9,5,2],[7,3,0],[7,2,0],[8,3,0],[14,6,4],[18,10,8],[11,1,0],[20,9,5],[27,14,8],[36,23,17],[34,19,12],[26,12,3],[37,20,10],[44,27,17],[49,31,21],[60,40,31],[51,31,20],[39,17,6],[58,36,23],[69,48,31],[49,26,8],[41,19,0],[26,4,0],[67,46,17],[107,88,55],[128,110,74],[139,121,81],[33,16,0],[72,58,13],[43,31,0],[40,32,9],[78,72,56],[60,53,37],[44,37,19],[10,3,0],[26,17,0],[46,37,20],[23,11,0],[31,19,7],[60,46,35],[65,49,36],[27,11,0],[44,29,8],[67,51,26],[55,40,11],[73,58,27],[63,48,17],[109,91,55],[119,97,50],[127,99,51],[160,128,87],[171,142,98],[163,140,88],[112,91,36],[101,79,29],[146,122,76],[223,198,157],[175,154,111],[156,146,95],[121,122,80],[67,79,59],[23,37,24],[15,27,5],[92,97,74],[153,155,133],[77,82,59],[84,104,76],[110,133,104],[164,180,154],[141,153,129],[146,155,134],[230,242,222],[162,180,158],[153,170,151],[183,189,175],[214,220,208],[245,255,248],[184,198,181],[162,167,147],[132,144,124],[131,165,149],[155,199,186],[180,218,205],[146,181,174],[116,155,154],[112,153,155],[92,138,138],[89,133,132],[142,172,170],[168,193,198],[163,192,210],[140,174,199],[124,166,188],[132,175,192],[138,176,189],[156,184,198],[165,182,198],[182,195,212],[170,187,203],[134,151,169],[155,171,194],[136,163,184],[113,164,181],[111,164,182],[129,165,191],[122,152,178],[124,156,179],[153,188,208],[138,175,191],[156,188,203],[146,165,182],[152,171,186],[146,179,188],[126,159,164],[144,168,172],[152,163,169],[191,186,193],[217,206,212],[255,249,252],[252,248,245],[202,203,197],[205,206,200],[239,238,233],[212,213,207],[167,172,165],[152,157,151],[160,165,161],[133,142,141],[150,165,168],[167,182,189],[173,180,190],[190,193,202],[213,214,219],[189,197,200],[223,247,249],[227,255,255],[147,183,199],[130,166,190],[146,181,209],[132,176,201],[135,194,210],[101,169,182],[112,177,195],[119,184,206],[120,185,207],[124,186,209],[114,174,198],[105,163,185],[121,173,194],[137,184,200],[171,211,221],[209,242,251],[221,244,250],[218,231,239],[249,253,255],[255,254,255],[245,239,249],[255,252,255],[255,255,253],[248,251,244],[251,255,251],[242,248,246],[251,255,255],[248,249,253],[254,253,251],[242,238,226],[215,212,177],[177,175,126],[150,151,91],[158,160,95],[165,166,106],[184,182,123],[172,166,108],[173,161,101],[148,130,66],[119,100,34],[146,125,58],[177,157,94],[148,131,77],[109,98,44],[169,165,102],[178,183,119],[105,112,58],[92,103,47],[149,161,97],[130,145,76],[119,135,72],[103,124,59],[140,166,93],[129,154,86],[137,156,101],[122,134,86],[21,28,0],[37,40,0],[63,61,20],[93,90,47],[55,53,5],[64,64,12],[63,69,9],[126,137,71],[211,226,157],[147,164,94],[167,187,118],[162,183,116],[118,139,74],[130,151,86],[141,163,98],[101,120,54],[86,98,34],[117,121,62],[121,114,60],[102,84,38],[109,83,46],[113,82,54],[88,55,36],[81,49,38],[39,14,9],[17,0,0],[6,0,0],[163,163,163],[72,78,76],[0,3,1],[4,3,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[10,6,5],[7,3,2],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[4,0,0]],[[8,4,1],[8,4,1],[9,5,2],[8,4,1],[9,4,1],[11,6,3],[17,9,7],[21,13,11],[36,26,24],[35,24,20],[47,34,28],[40,27,21],[33,18,11],[30,16,7],[28,11,1],[38,21,11],[35,17,7],[42,24,14],[27,9,0],[17,0,0],[37,18,4],[57,38,23],[62,41,24],[60,39,20],[49,29,5],[49,29,2],[81,62,30],[61,45,9],[58,43,4],[52,37,0],[110,96,51],[39,27,0],[48,42,10],[22,18,0],[18,12,0],[53,47,21],[75,69,45],[7,1,0],[23,14,0],[26,17,2],[87,74,65],[63,49,40],[31,14,4],[42,26,11],[32,15,0],[62,46,21],[80,63,33],[108,92,59],[85,66,33],[95,76,36],[112,89,39],[119,92,39],[118,87,40],[157,126,80],[158,132,83],[144,121,69],[143,117,66],[182,154,106],[203,170,127],[217,188,146],[110,91,48],[88,80,43],[119,122,101],[63,72,55],[52,57,34],[113,116,89],[141,139,114],[82,86,59],[71,87,58],[62,83,52],[159,173,147],[243,253,228],[162,172,148],[214,226,204],[196,215,193],[166,185,166],[171,182,168],[205,215,204],[218,239,224],[152,171,152],[142,150,126],[132,144,120],[136,169,150],[149,190,176],[167,200,189],[142,175,168],[126,164,165],[128,173,178],[77,128,131],[86,136,137],[110,150,150],[131,164,171],[93,125,146],[126,162,188],[118,155,181],[119,157,178],[129,165,181],[146,174,188],[166,183,201],[189,200,218],[159,167,186],[164,172,193],[159,165,189],[139,160,181],[119,166,182],[124,177,195],[128,165,191],[127,158,186],[154,186,211],[170,202,225],[120,157,176],[126,161,180],[143,165,186],[149,172,190],[124,156,167],[120,153,162],[134,157,165],[170,181,187],[208,207,213],[216,210,214],[250,246,247],[254,253,251],[225,224,220],[213,210,205],[218,213,209],[216,213,208],[201,206,199],[173,180,173],[193,198,194],[192,201,200],[153,167,170],[152,165,174],[195,201,213],[209,213,225],[195,198,207],[191,202,208],[212,237,244],[165,199,211],[135,171,195],[141,180,211],[145,185,220],[130,179,212],[122,184,209],[117,185,206],[125,191,215],[129,193,220],[125,189,217],[127,188,217],[118,179,207],[114,171,198],[128,182,206],[139,187,209],[197,240,255],[218,254,255],[220,248,255],[235,255,255],[242,255,255],[236,243,253],[248,250,255],[247,249,255],[239,248,253],[242,253,255],[237,249,247],[241,251,250],[239,247,249],[251,255,255],[252,254,249],[248,251,234],[227,228,194],[225,227,178],[220,219,162],[195,193,132],[199,195,134],[186,180,118],[202,194,129],[189,180,111],[142,133,58],[130,118,42],[148,135,57],[157,140,70],[155,139,79],[138,123,64],[155,148,80],[157,153,89],[118,117,61],[200,200,146],[169,171,108],[145,150,84],[76,84,24],[82,96,35],[147,168,101],[90,110,47],[126,138,92],[169,175,137],[101,106,66],[105,106,66],[120,119,75],[116,115,67],[154,154,102],[114,119,63],[105,115,54],[86,101,36],[122,139,71],[149,169,98],[134,154,83],[143,163,92],[153,173,102],[128,148,79],[91,110,46],[91,107,45],[71,81,21],[105,105,51],[99,91,42],[109,92,49],[109,83,50],[105,75,49],[88,57,37],[41,11,0],[28,3,0],[21,3,0],[7,0,0],[11,10,8],[0,1,2],[0,4,5],[4,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[4,0,0]],[[7,3,0],[7,3,0],[8,4,1],[7,3,0],[8,3,0],[10,5,2],[16,8,6],[20,10,9],[28,17,15],[21,10,8],[40,26,23],[25,12,6],[19,4,0],[29,14,7],[19,5,0],[32,18,9],[24,10,1],[44,30,21],[45,28,20],[39,22,12],[21,3,0],[14,0,0],[32,13,0],[49,30,15],[57,39,19],[48,30,6],[60,43,15],[67,52,19],[56,42,7],[73,59,20],[156,143,101],[93,85,39],[102,98,51],[54,51,6],[50,47,4],[120,116,79],[147,140,111],[43,35,12],[36,27,10],[35,22,13],[48,33,28],[47,32,27],[15,0,0],[24,6,0],[39,20,3],[57,40,14],[110,91,59],[90,72,36],[103,88,49],[117,100,57],[100,78,31],[108,85,33],[125,103,43],[147,125,67],[159,136,92],[94,71,30],[126,102,56],[156,128,78],[140,109,52],[236,208,158],[255,241,213],[57,44,25],[19,23,0],[128,139,107],[158,168,131],[171,178,137],[135,137,100],[62,66,29],[58,68,31],[74,84,50],[144,147,118],[231,229,206],[253,250,231],[236,239,222],[249,255,244],[224,240,227],[220,237,227],[208,231,221],[176,209,198],[127,160,143],[125,145,117],[135,155,127],[155,188,169],[148,182,168],[141,167,158],[141,167,164],[147,182,186],[117,161,170],[106,161,166],[105,163,165],[145,193,195],[169,212,219],[108,150,172],[119,158,187],[125,159,187],[142,172,198],[142,173,194],[137,164,183],[181,198,216],[173,184,204],[161,169,188],[180,188,207],[172,183,203],[147,165,187],[128,165,184],[118,159,179],[153,185,210],[170,200,228],[151,182,210],[161,197,221],[135,176,198],[106,147,167],[143,175,196],[157,188,208],[145,177,192],[146,174,186],[142,160,172],[169,179,188],[170,173,178],[180,181,183],[251,255,254],[245,247,244],[232,227,224],[240,230,229],[246,232,232],[238,230,228],[219,229,221],[183,198,191],[195,208,201],[201,215,215],[138,156,160],[148,162,171],[196,205,220],[221,229,242],[209,217,228],[223,236,245],[229,253,255],[191,222,240],[147,181,209],[156,191,229],[147,186,227],[123,168,209],[129,188,220],[119,180,209],[122,181,213],[129,185,218],[130,186,221],[133,189,224],[127,183,218],[118,172,206],[119,172,203],[114,164,189],[183,230,250],[184,226,242],[139,175,187],[167,197,207],[205,229,239],[198,218,229],[218,234,247],[217,233,248],[206,228,241],[223,246,254],[238,253,255],[228,240,236],[242,255,237],[227,242,213],[231,248,212],[248,255,227],[248,255,225],[246,250,215],[245,241,203],[241,231,182],[202,193,128],[165,157,82],[140,135,51],[121,119,32],[92,89,8],[132,129,52],[193,190,111],[184,180,106],[175,170,106],[193,187,125],[198,191,123],[165,157,94],[159,152,100],[155,149,99],[123,121,64],[114,113,56],[64,64,12],[108,108,58],[137,137,83],[65,65,15],[71,71,35],[43,43,9],[143,141,102],[136,135,89],[89,89,37],[152,155,98],[115,123,63],[147,159,97],[125,141,79],[72,90,30],[20,40,0],[132,152,91],[156,172,109],[137,152,85],[209,220,151],[162,173,105],[121,133,71],[106,115,58],[64,69,15],[76,74,25],[142,131,86],[139,121,83],[109,86,54],[60,32,8],[27,0,0],[38,12,0],[47,24,16],[23,5,1],[17,7,5],[3,0,0],[8,9,11],[0,0,2],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[12,8,7],[3,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[6,2,1]],[[7,3,0],[7,3,0],[7,3,0],[6,2,0],[6,1,0],[7,2,0],[11,3,1],[13,5,3],[13,3,1],[11,0,0],[26,15,11],[18,4,1],[15,2,0],[31,18,10],[30,17,9],[38,25,16],[33,20,11],[25,15,6],[19,6,0],[43,30,22],[39,25,16],[14,0,0],[25,8,0],[23,7,0],[21,5,0],[26,11,0],[45,31,5],[30,16,0],[55,44,12],[87,77,42],[72,63,24],[62,53,12],[76,72,25],[65,63,15],[87,84,39],[104,101,60],[69,63,27],[68,61,32],[36,28,5],[50,42,23],[20,8,0],[26,12,1],[54,38,25],[20,2,0],[31,13,0],[49,32,6],[71,52,20],[61,43,7],[76,61,18],[114,100,53],[71,53,5],[93,73,20],[135,119,57],[119,103,44],[116,102,57],[66,51,10],[83,64,21],[118,96,46],[153,127,70],[204,178,127],[255,243,212],[89,78,56],[129,136,105],[228,240,202],[202,208,162],[169,171,122],[120,122,73],[74,76,29],[73,76,33],[103,105,66],[148,145,114],[233,229,202],[235,233,212],[228,229,213],[213,221,208],[169,185,174],[205,228,220],[197,228,220],[190,230,222],[197,238,222],[180,213,184],[109,142,111],[100,134,117],[137,169,158],[160,181,174],[154,176,174],[157,190,195],[129,172,179],[129,182,186],[120,176,177],[174,224,223],[151,200,205],[128,176,196],[109,153,182],[141,172,203],[142,169,199],[140,170,196],[133,159,182],[176,192,215],[162,173,195],[171,179,200],[188,201,218],[180,197,215],[153,176,194],[147,174,195],[147,175,199],[150,174,202],[150,175,205],[133,167,195],[139,179,205],[128,174,198],[125,171,195],[127,167,192],[127,163,187],[130,165,185],[134,163,179],[153,172,186],[176,189,198],[156,165,170],[181,191,190],[219,231,227],[249,255,251],[253,249,246],[255,244,244],[255,241,244],[239,230,231],[211,222,218],[175,196,189],[146,167,162],[155,175,174],[146,165,171],[190,208,220],[185,198,214],[209,221,237],[218,230,242],[215,232,242],[203,225,239],[220,247,255],[165,195,229],[140,173,214],[144,183,226],[140,185,227],[149,201,238],[130,184,218],[139,191,228],[141,191,228],[135,184,224],[131,183,222],[124,176,215],[121,173,210],[128,178,211],[120,169,199],[153,201,224],[152,197,216],[121,163,177],[161,199,212],[199,233,245],[185,215,226],[183,209,224],[163,189,206],[123,152,170],[138,165,182],[135,158,166],[110,131,126],[148,171,145],[131,156,117],[152,178,133],[198,219,176],[229,244,211],[240,247,216],[255,255,222],[244,237,193],[188,180,118],[178,172,96],[155,151,64],[149,147,60],[154,151,74],[135,133,59],[146,150,73],[183,191,114],[194,201,134],[149,151,86],[113,108,40],[115,105,43],[130,118,68],[66,56,7],[90,88,31],[89,90,33],[34,32,0],[127,120,76],[133,120,75],[83,70,26],[93,89,51],[86,86,48],[47,48,6],[85,84,36],[146,146,92],[77,80,23],[95,101,41],[148,158,97],[179,193,132],[135,150,91],[38,56,0],[49,67,7],[143,159,97],[144,158,96],[181,193,129],[198,208,145],[119,127,70],[63,65,15],[65,64,16],[79,75,30],[94,82,42],[96,80,46],[133,112,83],[70,46,22],[31,6,0],[40,17,1],[20,0,0],[19,4,0],[14,3,1],[4,0,0],[9,7,10],[10,8,11],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[52,48,47],[21,17,16],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[9,5,4],[3,0,0]],[[6,3,0],[6,3,0],[7,2,0],[7,2,0],[6,1,0],[7,2,0],[10,1,2],[12,3,4],[14,4,3],[18,6,6],[20,9,7],[17,6,2],[13,2,0],[24,11,5],[35,22,16],[28,17,11],[13,4,0],[13,4,0],[8,0,0],[30,21,14],[27,16,10],[13,2,0],[37,24,16],[37,24,15],[21,7,0],[21,7,0],[63,50,33],[65,53,31],[28,18,0],[48,39,10],[89,80,47],[103,94,61],[31,22,0],[22,16,0],[67,61,25],[95,90,52],[72,67,29],[114,109,71],[53,48,10],[98,90,54],[89,78,48],[176,162,135],[102,86,61],[29,13,0],[37,20,0],[50,30,3],[72,51,22],[69,50,17],[57,44,2],[74,62,14],[77,64,11],[102,89,34],[125,113,63],[69,59,10],[58,52,0],[89,83,31],[83,72,26],[97,82,41],[87,65,26],[91,69,28],[154,142,92],[201,200,152],[251,255,232],[129,138,107],[138,130,83],[178,165,110],[160,151,96],[132,126,74],[104,100,52],[106,105,61],[149,151,112],[223,229,195],[160,169,142],[197,206,185],[225,237,223],[199,216,206],[181,208,201],[167,199,194],[202,238,236],[155,195,186],[144,188,163],[163,207,182],[111,153,139],[90,123,116],[155,178,172],[148,170,167],[127,158,160],[142,182,184],[114,158,159],[150,196,196],[212,255,254],[126,174,178],[119,172,190],[111,158,186],[160,194,229],[150,179,213],[136,170,198],[150,180,208],[163,178,207],[172,182,209],[161,173,195],[174,193,210],[151,179,191],[139,167,181],[166,182,205],[186,197,225],[169,184,217],[154,177,209],[129,164,194],[121,166,195],[119,173,201],[137,191,219],[121,166,195],[122,163,191],[138,178,203],[142,177,197],[166,189,205],[177,195,205],[195,210,215],[204,218,218],[181,198,192],[213,224,218],[231,230,228],[255,245,246],[255,245,249],[226,221,225],[197,209,209],[171,196,193],[148,177,173],[146,174,175],[162,185,193],[214,232,246],[187,204,220],[213,230,246],[213,231,243],[176,196,207],[171,190,205],[190,212,235],[178,204,237],[138,170,209],[152,189,231],[166,209,251],[144,190,226],[153,199,233],[145,193,229],[142,190,228],[135,183,223],[132,181,221],[125,174,214],[127,177,214],[138,188,223],[131,182,211],[138,188,213],[132,180,200],[153,199,215],[174,216,232],[157,194,210],[156,192,208],[172,205,222],[150,181,201],[136,163,190],[131,159,181],[127,161,170],[146,182,178],[124,161,144],[71,103,79],[72,96,70],[145,161,132],[217,231,198],[216,226,191],[226,237,197],[218,225,181],[220,224,173],[192,192,132],[190,183,113],[187,177,106],[184,173,109],[160,155,89],[166,176,103],[194,212,138],[154,171,103],[134,145,79],[167,164,97],[160,150,88],[108,95,43],[19,9,0],[76,80,21],[85,91,31],[44,46,0],[181,172,129],[115,92,51],[147,128,85],[155,159,108],[160,173,119],[97,105,54],[101,105,55],[135,133,85],[67,63,15],[114,108,58],[109,106,53],[143,144,86],[156,162,98],[158,169,103],[139,154,89],[143,161,99],[160,180,121],[156,177,121],[77,91,40],[42,44,0],[46,42,0],[96,89,47],[133,124,85],[65,52,17],[46,31,0],[59,42,14],[31,14,0],[34,16,0],[57,38,21],[41,25,10],[39,25,16],[19,8,4],[12,2,3],[6,0,2],[6,0,4],[7,1,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[7,3,2],[3,0,0]],[[5,2,0],[5,2,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[14,5,6],[12,2,1],[16,6,5],[13,3,1],[16,5,3],[10,0,0],[13,2,0],[27,16,12],[15,6,0],[12,5,0],[18,13,7],[11,6,0],[13,5,2],[9,1,0],[13,4,0],[29,20,15],[23,12,6],[14,4,0],[46,36,26],[27,18,3],[60,52,33],[47,39,18],[7,1,0],[58,53,24],[66,59,31],[32,21,0],[77,66,44],[50,43,15],[45,39,7],[46,40,4],[60,55,17],[77,72,32],[71,63,24],[132,123,84],[162,153,114],[138,125,90],[109,95,60],[116,100,64],[148,130,92],[191,172,132],[92,73,31],[61,44,1],[144,127,81],[147,130,76],[176,160,108],[111,98,53],[48,40,0],[44,42,0],[139,137,86],[95,86,43],[26,12,0],[69,49,16],[120,101,61],[125,116,61],[190,193,140],[235,249,216],[153,160,129],[136,122,77],[224,203,150],[196,183,130],[199,189,136],[194,184,135],[150,143,97],[151,152,110],[159,167,130],[171,182,150],[203,216,190],[194,207,189],[193,214,199],[169,203,189],[97,137,126],[159,200,192],[217,255,252],[193,247,224],[168,223,202],[149,196,186],[135,174,169],[135,162,155],[141,166,160],[169,201,198],[147,183,183],[122,156,155],[141,175,174],[188,223,219],[156,197,199],[144,197,213],[105,156,185],[116,154,190],[138,172,209],[140,179,212],[160,195,225],[159,182,213],[162,177,206],[161,173,197],[158,175,193],[152,182,193],[143,171,185],[207,222,245],[220,231,255],[155,174,206],[135,161,194],[144,180,214],[128,174,207],[104,161,191],[120,177,207],[132,181,214],[126,171,204],[118,165,191],[128,170,192],[149,182,199],[167,191,201],[216,234,238],[166,182,181],[164,181,175],[218,231,224],[240,245,241],[239,237,238],[235,228,235],[222,221,227],[186,200,203],[124,148,150],[138,170,169],[171,201,203],[199,221,234],[206,223,241],[172,191,208],[190,209,224],[192,214,225],[188,210,221],[183,200,216],[170,188,210],[166,189,221],[160,190,228],[154,193,232],[143,187,224],[132,175,209],[148,193,224],[136,182,216],[131,179,215],[127,177,214],[131,180,220],[126,175,215],[127,177,214],[137,187,222],[131,182,213],[140,190,215],[150,198,220],[180,225,244],[174,215,233],[149,187,206],[152,187,207],[154,186,207],[149,181,204],[130,160,188],[132,164,189],[148,186,197],[134,176,175],[102,144,134],[87,123,109],[96,123,106],[88,107,85],[152,168,139],[195,211,175],[198,214,175],[217,230,187],[244,253,208],[234,236,187],[218,213,157],[178,169,110],[190,181,124],[201,199,138],[180,191,122],[159,179,107],[105,121,56],[104,114,51],[153,150,81],[153,142,78],[117,101,49],[100,90,37],[95,100,36],[110,120,57],[116,123,69],[145,143,95],[95,78,34],[104,91,46],[136,143,91],[119,133,80],[131,141,91],[120,123,78],[60,57,14],[40,33,0],[64,56,9],[70,64,12],[45,45,0],[145,150,84],[255,255,198],[199,214,145],[121,140,74],[165,187,123],[73,97,39],[12,26,0],[80,77,34],[90,78,40],[80,66,31],[71,56,23],[44,29,0],[41,26,0],[25,11,0],[46,32,6],[41,26,3],[48,33,14],[40,27,11],[28,15,6],[24,10,7],[8,0,0],[8,0,2],[12,1,7],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[10,6,5],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[8,4,3],[3,0,0]],[[6,1,0],[6,1,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[13,4,5],[13,4,5],[8,0,0],[17,7,6],[17,7,6],[12,2,0],[19,9,7],[24,14,12],[17,9,6],[12,7,3],[14,11,6],[11,8,3],[9,4,1],[14,9,6],[21,13,11],[18,10,8],[11,1,0],[26,17,12],[29,20,13],[21,12,3],[11,3,0],[25,18,0],[22,17,0],[37,33,8],[26,20,0],[31,22,5],[80,68,54],[35,24,6],[27,16,0],[36,29,3],[32,25,0],[120,111,80],[80,71,38],[67,57,21],[70,58,20],[84,71,29],[139,125,78],[148,132,80],[87,72,13],[192,176,114],[143,124,66],[110,86,40],[112,84,44],[132,105,60],[111,87,39],[95,77,29],[47,34,0],[138,130,91],[138,130,94],[54,41,6],[36,18,0],[125,102,60],[131,108,66],[144,129,90],[181,175,139],[180,187,154],[193,197,164],[187,168,128],[229,205,161],[145,131,86],[98,85,41],[141,122,82],[179,164,125],[206,201,163],[186,188,151],[206,213,179],[167,176,147],[87,97,72],[69,92,66],[106,146,119],[125,175,148],[138,188,163],[115,169,146],[182,245,226],[150,212,199],[127,182,179],[114,160,158],[107,144,136],[125,158,149],[171,208,200],[155,187,182],[144,166,163],[189,208,206],[203,224,219],[136,167,169],[98,149,166],[106,162,189],[123,169,203],[139,181,219],[129,175,211],[137,180,214],[150,185,215],[150,171,200],[180,185,214],[183,187,212],[192,209,227],[165,188,204],[179,197,219],[175,197,221],[134,168,195],[144,180,212],[141,175,212],[133,172,211],[124,180,215],[109,167,204],[122,167,208],[118,164,200],[104,160,187],[105,160,181],[119,162,178],[161,194,203],[209,228,234],[181,195,196],[152,167,164],[225,237,233],[248,255,255],[240,249,248],[225,228,233],[196,200,209],[173,186,194],[151,171,178],[135,165,167],[163,192,198],[206,223,239],[197,212,233],[173,190,210],[170,191,208],[165,189,199],[182,204,215],[189,205,220],[170,187,207],[153,177,205],[155,188,221],[141,186,217],[132,181,211],[147,191,218],[143,188,217],[147,198,229],[131,185,219],[122,176,210],[125,179,215],[120,174,210],[124,176,213],[140,193,227],[139,190,221],[124,171,199],[150,196,220],[157,199,221],[143,181,202],[163,195,218],[171,201,225],[154,182,206],[165,195,221],[162,197,225],[124,162,185],[125,162,180],[98,135,143],[106,142,140],[96,132,122],[97,130,111],[43,73,49],[164,190,161],[146,167,134],[158,174,138],[205,215,178],[213,220,179],[250,253,210],[254,255,211],[253,255,206],[231,234,179],[218,224,164],[197,208,140],[151,162,94],[47,53,0],[58,56,0],[138,128,59],[171,156,89],[114,97,41],[88,77,21],[101,102,36],[109,116,49],[119,130,70],[72,83,27],[93,101,44],[149,156,105],[53,59,21],[49,55,21],[39,40,6],[53,53,15],[132,131,87],[74,72,24],[70,70,18],[176,179,122],[172,178,116],[141,152,86],[120,133,64],[153,170,100],[172,189,118],[183,203,131],[106,123,52],[99,108,45],[126,118,72],[76,57,24],[58,42,9],[44,27,0],[21,6,0],[52,38,11],[44,33,5],[49,37,11],[59,49,24],[57,46,26],[37,25,9],[20,7,0],[23,9,6],[11,0,0],[18,1,9],[12,0,4],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[7,3,2],[10,6,5],[5,1,0],[3,0,0],[3,0,0],[7,3,2]],[[7,2,0],[7,2,0],[7,2,0],[7,2,0],[7,2,0],[8,3,0],[9,0,1],[9,0,1],[14,6,4],[6,0,0],[21,11,9],[16,7,2],[10,1,0],[23,14,7],[15,6,0],[16,9,1],[18,13,7],[8,5,0],[11,6,2],[16,11,7],[26,18,15],[21,13,10],[12,3,0],[20,11,6],[27,19,16],[12,5,0],[14,7,1],[10,3,0],[30,24,8],[21,16,0],[49,45,16],[67,63,36],[21,16,0],[42,35,19],[87,77,65],[52,43,28],[12,1,0],[24,13,0],[75,63,37],[56,45,17],[60,49,19],[38,28,0],[39,27,0],[104,92,42],[109,98,36],[50,40,0],[127,115,41],[173,158,91],[119,97,47],[137,109,69],[76,48,8],[89,61,21],[148,126,79],[139,120,77],[61,45,11],[95,80,49],[102,88,53],[102,87,48],[129,110,67],[157,139,99],[231,217,188],[246,241,212],[193,199,163],[194,196,156],[157,140,97],[160,139,96],[139,126,82],[98,89,48],[127,113,76],[170,157,122],[201,197,162],[222,223,191],[239,244,212],[215,221,193],[171,179,155],[122,140,114],[107,143,115],[139,185,156],[103,152,123],[29,83,59],[86,145,127],[170,230,220],[130,186,185],[58,109,110],[88,135,129],[106,149,140],[115,156,148],[117,150,143],[138,157,151],[203,214,208],[229,240,234],[155,175,176],[126,164,177],[142,188,212],[142,187,218],[128,168,203],[132,171,204],[140,175,207],[149,180,211],[169,190,221],[184,189,221],[214,217,248],[190,206,231],[144,169,191],[173,199,222],[190,222,247],[135,174,203],[135,178,210],[153,188,226],[132,171,212],[110,164,202],[114,172,209],[103,155,192],[104,154,187],[109,165,190],[104,159,179],[117,163,178],[166,200,210],[151,171,178],[167,178,184],[160,168,171],[240,248,250],[239,249,250],[218,228,229],[218,229,231],[189,203,206],[171,186,193],[181,200,207],[187,216,220],[166,195,203],[211,230,245],[203,220,240],[176,194,214],[162,183,200],[159,185,198],[180,204,216],[188,207,222],[178,196,218],[184,210,235],[144,178,206],[139,185,211],[181,229,252],[168,213,236],[152,198,222],[148,199,228],[131,186,217],[124,181,211],[133,189,222],[130,183,217],[128,178,211],[133,186,217],[126,177,206],[133,180,206],[153,195,219],[152,188,212],[140,175,197],[157,191,216],[169,203,228],[167,198,226],[178,209,238],[168,205,232],[133,174,196],[123,158,177],[132,166,178],[120,157,163],[97,136,133],[87,126,108],[89,124,100],[174,206,182],[107,132,103],[208,221,191],[210,216,182],[148,153,113],[167,172,131],[198,205,163],[229,238,191],[225,239,180],[190,205,138],[184,197,127],[186,196,125],[138,140,75],[140,136,72],[152,142,73],[172,157,90],[114,98,39],[61,49,0],[73,68,4],[100,103,36],[95,104,41],[81,95,33],[115,131,66],[111,126,69],[1,12,0],[16,23,0],[31,37,1],[56,61,21],[127,130,85],[141,143,94],[81,84,31],[122,127,71],[136,141,83],[123,131,72],[61,69,9],[89,99,38],[184,194,131],[144,155,89],[50,61,0],[72,76,17],[88,76,36],[41,24,0],[40,25,0],[79,65,36],[31,20,0],[83,73,46],[36,26,0],[42,32,7],[57,45,23],[72,59,42],[37,23,10],[31,17,8],[12,0,0],[10,0,0],[15,2,9],[7,0,2],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[16,12,11],[25,21,20],[12,8,7],[3,0,0],[3,0,0]],[[5,1,0],[6,2,1],[6,2,1],[5,1,0],[5,0,0],[5,0,0],[8,0,0],[9,1,0],[20,10,8],[27,18,11],[8,0,0],[33,23,13],[38,28,16],[31,21,9],[16,7,0],[22,14,1],[16,9,0],[21,14,8],[10,1,0],[12,1,0],[22,9,1],[18,5,0],[15,5,0],[16,6,0],[13,4,0],[19,11,8],[19,13,13],[35,27,24],[17,11,0],[26,20,0],[82,77,39],[76,74,33],[31,35,2],[29,31,9],[132,128,117],[108,99,92],[19,6,0],[51,35,20],[49,33,10],[37,21,0],[52,37,16],[57,45,19],[65,55,20],[43,35,0],[37,29,0],[124,116,44],[144,134,63],[152,141,75],[134,125,66],[119,107,57],[145,125,90],[83,59,25],[129,101,61],[162,135,92],[46,23,0],[74,54,17],[103,89,52],[89,81,42],[109,106,65],[141,138,103],[247,247,221],[149,152,125],[107,112,71],[110,112,62],[88,78,27],[122,110,60],[162,158,111],[186,185,141],[186,188,149],[179,183,150],[158,163,133],[172,176,151],[207,211,188],[245,248,229],[248,251,234],[211,220,203],[176,197,180],[153,182,164],[114,151,134],[68,109,93],[89,133,120],[122,172,161],[186,241,236],[98,154,155],[97,153,154],[82,133,136],[106,150,151],[138,172,171],[142,161,157],[199,209,201],[224,227,220],[177,181,180],[162,176,185],[188,214,231],[173,205,230],[150,179,209],[160,175,204],[185,194,223],[175,186,216],[187,200,234],[217,230,255],[187,203,237],[143,167,201],[142,173,204],[137,170,203],[194,230,255],[164,205,237],[128,171,206],[130,172,210],[135,179,218],[110,159,199],[109,165,198],[91,156,178],[93,154,172],[106,155,172],[128,167,184],[132,165,180],[174,202,216],[207,226,240],[157,167,179],[169,169,181],[204,201,212],[230,229,235],[227,232,235],[222,238,237],[213,232,230],[196,212,211],[191,211,212],[180,205,210],[197,224,233],[210,233,247],[215,236,253],[161,184,202],[147,172,192],[160,185,205],[175,202,221],[177,204,225],[156,182,205],[144,174,198],[149,185,209],[150,191,213],[183,228,249],[178,221,240],[138,180,202],[157,201,230],[138,187,219],[129,186,215],[125,182,211],[130,179,211],[151,198,228],[146,196,223],[112,162,187],[144,190,213],[154,191,217],[170,200,226],[170,202,227],[148,193,216],[141,188,214],[153,197,226],[163,202,233],[154,191,220],[152,187,209],[150,182,195],[139,173,183],[106,145,160],[102,145,152],[116,156,147],[89,126,108],[30,65,45],[102,125,105],[245,249,226],[171,168,137],[203,205,165],[172,180,133],[167,181,130],[172,190,132],[175,195,123],[147,166,87],[145,162,82],[157,170,91],[186,194,119],[144,146,73],[132,125,57],[147,136,72],[106,89,33],[100,83,29],[92,79,24],[95,86,29],[109,107,48],[181,186,122],[172,181,114],[86,101,36],[72,93,37],[85,107,58],[102,122,71],[138,154,105],[125,137,87],[144,151,100],[171,173,124],[109,107,59],[49,42,0],[65,58,12],[92,85,41],[103,96,52],[93,90,47],[124,123,79],[10,11,0],[95,93,54],[90,79,49],[18,4,0],[61,51,24],[56,51,22],[84,80,51],[77,71,45],[33,25,2],[43,30,11],[39,22,6],[75,55,44],[56,36,29],[27,8,4],[57,43,43],[6,0,0],[7,5,8],[7,5,8],[7,1,3],[9,0,1],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[3,2,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0]],[[5,1,2],[6,2,3],[7,3,4],[7,3,4],[8,2,2],[9,3,3],[13,5,3],[15,7,4],[13,4,0],[24,15,6],[21,11,1],[44,35,20],[49,40,23],[53,44,27],[30,22,3],[15,6,0],[19,11,0],[7,0,0],[21,10,8],[24,10,9],[25,12,6],[26,11,4],[11,0,0],[26,16,6],[24,15,8],[26,18,15],[21,12,15],[21,13,11],[13,4,0],[31,23,0],[70,62,23],[58,51,9],[23,20,0],[14,12,0],[20,12,1],[8,0,0],[29,17,5],[52,39,22],[92,77,54],[93,78,55],[74,61,42],[68,56,32],[22,12,0],[70,62,13],[90,85,19],[147,143,70],[163,158,90],[132,129,62],[141,140,75],[82,77,19],[124,109,68],[172,150,111],[149,121,74],[105,75,25],[80,52,4],[97,75,26],[103,91,43],[84,80,33],[146,149,102],[179,186,144],[202,208,174],[194,200,164],[181,185,134],[135,136,79],[100,93,39],[93,87,37],[86,85,39],[160,165,124],[202,212,175],[169,183,150],[168,178,151],[199,207,184],[218,221,202],[220,221,205],[246,247,233],[253,255,243],[242,252,241],[205,223,211],[125,151,138],[73,106,95],[104,144,133],[100,146,136],[139,191,187],[170,228,229],[139,200,205],[101,159,163],[128,176,180],[144,180,180],[160,181,176],[188,197,192],[204,206,201],[195,196,198],[188,197,206],[179,196,212],[165,193,217],[174,201,230],[181,195,224],[190,199,230],[186,201,234],[180,200,235],[165,191,228],[152,182,220],[147,179,217],[143,177,214],[152,186,221],[166,200,235],[168,201,234],[138,171,204],[141,174,209],[128,162,197],[144,178,215],[133,174,204],[133,184,203],[150,197,213],[150,181,201],[141,166,186],[156,182,199],[126,149,165],[200,219,234],[210,222,236],[175,172,189],[224,218,232],[245,243,254],[231,238,244],[231,251,250],[224,249,246],[207,225,225],[212,230,232],[212,235,241],[169,193,203],[160,184,196],[197,220,234],[204,227,245],[153,178,198],[144,169,191],[175,201,224],[175,203,227],[156,188,213],[131,165,190],[155,191,215],[167,208,228],[188,231,250],[185,230,249],[153,198,221],[139,180,208],[144,189,220],[130,187,214],[120,177,204],[134,179,210],[145,189,218],[146,196,221],[150,200,223],[143,188,211],[154,192,215],[197,224,251],[196,227,255],[136,183,209],[114,168,194],[134,185,216],[135,180,213],[125,164,195],[162,198,222],[164,197,212],[144,180,192],[97,140,157],[66,110,123],[81,126,121],[83,124,110],[84,118,101],[106,127,108],[107,110,91],[94,89,60],[192,190,149],[165,172,120],[140,155,100],[171,191,128],[145,167,92],[161,183,101],[152,170,88],[145,158,78],[125,134,55],[83,85,10],[130,126,55],[153,144,79],[148,132,73],[128,111,57],[59,43,0],[100,87,35],[119,112,57],[156,154,95],[125,130,66],[92,102,39],[102,117,62],[68,86,34],[119,136,84],[101,115,64],[50,60,10],[7,13,0],[90,92,45],[113,110,65],[88,81,39],[117,105,65],[90,78,40],[89,76,41],[54,46,10],[84,78,42],[72,69,34],[108,103,71],[66,54,30],[36,24,2],[62,55,29],[61,57,30],[28,27,0],[30,26,0],[10,2,0],[57,42,23],[22,0,0],[48,23,16],[37,12,8],[58,37,36],[211,197,197],[4,0,0],[11,12,14],[0,0,2],[5,1,2],[7,0,0],[8,2,2],[15,9,9],[13,9,8],[7,3,2],[1,0,0],[2,1,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[3,0,0],[4,0,0],[5,1,0],[7,1,1],[8,2,2],[12,4,2],[14,6,3],[14,5,0],[18,9,0],[18,8,0],[22,12,0],[34,22,8],[63,51,35],[44,33,15],[20,8,0],[27,18,9],[14,7,1],[22,12,13],[15,3,7],[25,10,15],[33,19,19],[16,2,0],[25,14,8],[26,17,12],[20,10,8],[18,8,9],[23,11,13],[32,18,15],[52,38,27],[65,50,27],[58,41,15],[64,42,21],[43,20,4],[31,12,0],[13,0,0],[15,8,0],[70,65,35],[41,36,6],[66,59,31],[64,53,31],[48,36,10],[67,55,13],[124,115,56],[113,111,37],[161,164,87],[178,183,116],[105,110,44],[118,121,50],[152,151,84],[128,118,59],[132,113,57],[149,123,64],[101,73,10],[102,77,13],[176,156,93],[155,144,80],[161,157,94],[167,172,108],[140,148,88],[171,178,126],[187,192,138],[190,195,131],[235,235,173],[114,108,56],[132,128,83],[153,154,112],[122,130,91],[145,159,124],[179,194,163],[189,202,176],[250,255,238],[254,255,239],[225,226,210],[206,207,191],[241,243,229],[251,255,244],[240,254,239],[216,237,222],[140,170,158],[90,133,124],[95,144,140],[81,131,130],[100,153,157],[87,146,150],[105,163,167],[135,186,189],[127,167,167],[175,196,197],[172,184,184],[153,163,164],[163,174,178],[175,195,206],[162,188,205],[157,187,213],[169,202,233],[189,223,255],[171,207,243],[155,193,230],[146,185,224],[140,182,222],[144,186,226],[146,185,224],[140,176,212],[158,188,222],[149,172,204],[170,187,217],[213,227,254],[204,214,241],[183,190,218],[198,205,233],[222,229,255],[239,249,255],[231,238,255],[227,231,255],[185,190,219],[170,185,206],[189,208,225],[205,224,238],[213,230,240],[225,229,241],[219,221,234],[206,212,224],[204,218,229],[215,240,247],[204,229,234],[189,206,214],[206,220,229],[231,249,255],[218,240,251],[184,206,219],[166,188,202],[213,234,253],[179,201,222],[147,172,194],[157,183,208],[195,222,249],[179,210,238],[138,174,200],[154,191,217],[151,193,218],[150,196,220],[166,214,237],[162,208,232],[147,188,218],[153,197,226],[133,187,213],[122,176,202],[141,186,215],[151,192,222],[150,197,223],[163,211,234],[145,190,213],[135,172,198],[158,188,216],[165,199,227],[132,182,209],[127,183,210],[136,189,221],[122,171,204],[123,168,199],[126,167,195],[144,187,206],[161,204,221],[110,153,170],[63,109,122],[72,123,124],[66,113,103],[96,127,109],[108,125,106],[50,54,37],[154,152,127],[209,205,160],[175,176,119],[126,137,81],[161,177,115],[214,231,163],[212,228,155],[198,212,137],[167,178,102],[116,123,46],[60,63,0],[176,172,99],[191,180,114],[143,127,67],[128,109,53],[100,83,31],[98,85,33],[134,127,75],[187,184,131],[123,126,71],[79,81,31],[59,56,13],[109,105,67],[104,102,61],[48,46,5],[112,113,69],[68,69,25],[37,38,0],[84,83,39],[144,141,96],[107,103,58],[70,63,21],[82,75,33],[74,69,29],[96,93,52],[84,82,41],[82,78,41],[54,42,18],[57,42,23],[67,56,34],[36,30,6],[14,8,0],[31,24,0],[75,63,39],[68,50,30],[57,34,20],[53,26,17],[53,25,21],[30,6,6],[17,3,3],[4,0,0],[0,0,2],[4,5,7],[6,2,3],[6,0,0],[9,3,3],[20,14,14],[19,15,14],[7,3,2],[1,0,0],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[4,0,1],[5,1,0],[6,2,1],[7,1,1],[8,3,0],[11,3,0],[12,5,0],[18,9,2],[15,6,0],[10,0,0],[8,0,0],[25,13,0],[62,50,34],[48,35,18],[31,19,3],[30,24,8],[24,20,9],[9,1,0],[16,5,9],[23,10,17],[10,0,0],[25,11,8],[61,48,40],[38,28,18],[16,6,0],[17,6,2],[27,13,10],[42,27,22],[52,34,24],[46,27,10],[58,35,17],[92,63,49],[66,37,23],[65,42,28],[69,51,31],[42,31,0],[60,52,13],[119,112,68],[84,77,33],[65,53,15],[97,85,45],[155,145,92],[168,162,100],[144,144,72],[129,135,63],[138,148,85],[128,138,78],[83,88,22],[86,85,20],[85,75,13],[119,103,43],[157,133,69],[131,106,40],[122,99,32],[172,153,85],[160,150,81],[177,173,102],[173,174,104],[202,207,140],[131,136,72],[160,165,101],[135,137,72],[178,178,118],[153,149,102],[169,167,128],[129,133,96],[184,194,159],[161,176,145],[209,228,200],[239,254,231],[172,185,165],[181,188,170],[197,200,183],[157,158,142],[185,186,172],[244,248,234],[233,244,228],[232,246,231],[240,255,253],[223,255,255],[169,213,212],[126,170,171],[91,136,139],[88,136,140],[107,152,157],[118,158,160],[136,166,168],[144,164,165],[173,187,190],[163,174,180],[162,175,184],[172,190,204],[165,187,208],[166,192,219],[164,193,223],[171,204,235],[157,192,224],[159,197,233],[159,199,235],[147,189,227],[146,188,226],[143,183,219],[137,173,209],[175,204,238],[201,224,255],[209,226,255],[228,242,255],[206,215,244],[189,196,225],[178,185,214],[192,195,226],[233,230,255],[217,207,241],[190,180,215],[242,236,255],[226,230,255],[186,197,217],[153,165,179],[185,198,207],[214,221,231],[198,206,217],[185,203,217],[179,205,220],[174,207,222],[167,196,210],[172,189,205],[200,212,226],[222,240,250],[238,255,255],[208,228,239],[191,210,225],[238,255,255],[209,230,251],[167,189,212],[198,224,249],[225,252,255],[186,217,246],[138,173,201],[139,178,207],[129,173,202],[129,176,204],[131,181,208],[126,173,201],[142,181,212],[146,187,215],[136,186,211],[126,178,202],[134,178,205],[144,185,213],[142,188,212],[138,186,209],[148,193,216],[146,186,211],[141,175,203],[132,169,198],[123,174,203],[123,180,209],[136,191,222],[154,207,241],[119,169,202],[123,172,202],[129,181,203],[131,182,201],[138,183,202],[142,190,204],[115,173,177],[87,138,133],[101,132,114],[113,131,109],[133,139,125],[106,106,82],[159,152,106],[218,216,159],[187,195,138],[194,208,149],[172,183,123],[223,235,171],[184,195,127],[181,188,118],[120,127,50],[100,101,25],[125,119,45],[160,150,79],[154,139,74],[90,74,15],[93,77,25],[62,50,0],[125,117,68],[110,106,58],[72,74,25],[40,37,0],[14,0,0],[75,56,26],[72,57,24],[102,92,56],[131,127,89],[150,151,109],[64,67,22],[122,125,80],[192,194,147],[67,66,20],[44,41,0],[78,74,29],[101,94,50],[99,92,48],[49,42,0],[66,56,20],[50,36,10],[111,96,77],[26,14,0],[24,13,0],[10,3,0],[18,8,0],[53,37,14],[24,3,0],[66,38,24],[81,53,42],[60,31,25],[18,0,0],[19,5,4],[11,5,7],[0,0,2],[3,4,6],[7,3,4],[6,0,0],[6,0,0],[12,6,6],[11,7,6],[5,1,0],[1,0,0],[4,3,1],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,4,2],[6,5,3],[9,5,4],[10,6,5],[11,6,3],[12,7,4],[15,7,4],[16,8,5],[25,16,11],[24,14,5],[20,7,0],[10,0,0],[38,24,11],[49,36,20],[24,8,0],[15,4,0],[24,20,0],[26,21,1],[18,9,0],[11,0,0],[10,0,0],[15,1,0],[39,26,17],[48,36,20],[42,34,13],[22,14,0],[27,16,0],[32,18,5],[48,30,18],[55,36,22],[50,27,11],[71,48,30],[63,42,25],[90,71,56],[41,19,8],[66,45,28],[100,79,48],[89,68,21],[156,138,74],[160,143,74],[144,129,64],[175,161,98],[123,113,52],[103,99,38],[100,102,39],[124,130,70],[149,158,103],[154,162,111],[109,111,62],[83,80,29],[44,35,0],[75,58,2],[119,97,40],[137,112,55],[137,113,53],[90,70,9],[92,78,15],[165,157,94],[180,179,115],[216,216,152],[180,182,117],[215,215,153],[204,201,146],[227,223,175],[255,255,215],[188,189,155],[127,134,101],[145,158,128],[190,208,182],[230,250,225],[184,203,183],[136,153,134],[141,152,135],[165,172,156],[171,173,159],[135,137,123],[183,185,172],[235,241,229],[215,225,214],[243,255,251],[238,255,255],[215,244,248],[209,243,244],[152,183,185],[112,136,140],[154,172,176],[169,180,184],[178,185,191],[162,171,176],[195,202,210],[184,188,199],[172,175,190],[182,184,205],[185,191,217],[184,198,225],[176,190,216],[196,202,224],[181,187,209],[188,198,223],[187,203,229],[190,211,242],[218,244,255],[224,254,255],[209,242,255],[196,229,255],[184,214,250],[152,182,218],[123,156,191],[147,179,217],[142,176,214],[148,183,223],[150,175,215],[173,182,213],[161,158,189],[170,162,201],[232,224,255],[196,189,223],[166,160,188],[169,165,182],[205,203,214],[189,193,202],[195,212,220],[169,202,217],[131,174,193],[132,179,199],[155,193,216],[174,192,216],[196,208,230],[197,213,228],[237,255,255],[232,251,255],[214,233,248],[219,238,255],[218,239,255],[178,200,224],[179,205,232],[180,207,236],[144,175,204],[137,173,205],[141,182,214],[125,170,203],[141,187,220],[132,181,214],[128,174,207],[132,171,202],[160,197,226],[164,210,236],[153,201,224],[152,194,219],[153,193,219],[146,191,214],[141,187,210],[132,176,201],[148,190,215],[139,176,205],[121,162,192],[116,169,200],[112,171,201],[130,186,219],[169,225,255],[124,180,215],[116,172,205],[149,206,233],[136,192,215],[112,162,185],[119,172,188],[113,173,181],[127,182,179],[161,195,179],[151,170,150],[144,152,139],[114,113,92],[166,159,113],[176,171,115],[115,120,64],[125,134,79],[198,205,151],[245,253,196],[195,201,139],[158,163,96],[155,159,85],[162,163,87],[116,110,36],[152,142,71],[121,107,42],[86,70,10],[118,103,48],[134,122,72],[168,160,114],[30,27,0],[46,47,5],[47,41,5],[59,35,9],[52,24,2],[35,14,0],[114,101,69],[155,151,114],[90,92,52],[96,103,59],[54,62,15],[47,53,5],[141,143,94],[75,71,24],[97,89,42],[129,116,71],[56,39,0],[73,54,11],[90,72,34],[70,52,28],[34,17,0],[17,2,0],[30,18,0],[22,7,0],[57,41,16],[38,18,0],[31,6,0],[81,52,36],[110,78,67],[58,29,21],[29,5,1],[10,0,0],[7,1,1],[7,8,10],[0,0,2],[5,1,2],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[3,2,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[3,2,0],[5,4,2],[9,5,4],[10,6,3],[12,7,4],[15,7,4],[17,9,6],[11,2,0],[21,10,4],[28,15,7],[31,18,9],[67,53,42],[51,37,24],[24,8,0],[21,8,0],[53,48,18],[27,23,0],[53,46,28],[42,32,22],[10,0,0],[24,11,3],[45,34,16],[62,52,27],[26,19,0],[28,21,0],[43,33,8],[44,32,10],[54,37,21],[64,43,26],[59,33,16],[67,45,24],[67,51,26],[62,47,24],[60,42,22],[81,59,36],[95,71,35],[114,91,39],[114,94,25],[181,165,88],[152,140,64],[153,145,73],[84,79,13],[105,101,40],[84,82,23],[105,104,48],[66,64,15],[77,74,29],[82,80,41],[105,100,58],[107,97,44],[130,115,60],[99,78,25],[131,108,56],[207,185,128],[110,91,32],[80,66,5],[135,125,63],[181,175,113],[166,165,100],[174,173,106],[154,153,89],[207,201,151],[239,234,194],[215,212,177],[178,181,150],[170,179,150],[158,172,146],[180,199,177],[209,233,211],[153,176,156],[136,157,140],[137,154,138],[120,132,118],[163,171,158],[136,142,130],[101,107,97],[146,151,144],[168,175,168],[169,180,176],[236,251,254],[220,238,242],[197,215,217],[207,219,219],[177,181,182],[206,204,205],[203,197,199],[226,220,224],[203,201,206],[206,205,213],[192,191,205],[192,191,209],[205,201,224],[208,206,230],[205,207,232],[203,205,226],[233,230,247],[255,251,255],[246,247,255],[215,223,246],[228,244,255],[235,255,255],[192,218,251],[173,203,237],[137,171,208],[133,168,206],[130,168,207],[136,178,218],[138,181,223],[118,165,209],[124,172,218],[137,179,221],[157,184,213],[168,183,212],[173,182,221],[235,238,255],[222,217,255],[203,196,227],[157,146,163],[209,202,210],[197,200,205],[198,218,225],[155,197,213],[117,169,191],[134,188,214],[154,198,227],[175,196,225],[220,234,255],[205,222,238],[208,227,241],[236,255,255],[238,255,255],[177,198,217],[173,193,217],[166,188,212],[174,198,226],[157,184,213],[136,167,198],[160,195,227],[158,197,230],[126,169,203],[140,186,220],[131,180,213],[138,183,216],[145,182,211],[178,213,241],[177,219,244],[166,211,234],[179,219,244],[172,212,237],[149,191,215],[143,188,211],[138,182,207],[136,180,207],[132,173,203],[127,172,203],[122,177,208],[116,175,205],[113,174,205],[120,180,214],[114,177,212],[115,178,211],[132,194,219],[127,187,211],[122,178,203],[72,129,149],[42,105,114],[136,192,189],[165,206,192],[156,180,164],[170,181,167],[192,191,170],[141,136,94],[122,119,66],[74,79,25],[185,192,140],[229,233,182],[165,170,116],[211,215,156],[183,188,122],[161,164,93],[140,140,66],[165,161,87],[161,153,81],[133,122,56],[80,66,5],[106,93,38],[151,141,90],[155,148,102],[63,60,17],[63,64,22],[37,33,0],[56,36,9],[50,26,2],[35,18,0],[39,30,0],[71,71,33],[103,110,68],[104,113,66],[141,151,101],[77,84,33],[135,134,86],[148,142,94],[136,122,77],[110,89,44],[84,57,14],[94,65,23],[119,90,56],[76,51,29],[64,45,28],[47,30,10],[46,30,7],[52,34,10],[37,17,0],[68,44,20],[70,42,21],[93,62,44],[73,41,28],[68,38,30],[21,0,0],[10,0,0],[11,5,5],[0,1,3],[6,7,9],[3,0,0],[11,2,3],[8,2,2],[4,0,0],[3,0,0],[7,3,2],[5,4,2],[1,0,0],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,1,0],[1,0,0],[2,1,0],[6,2,0],[6,2,0],[8,3,0],[12,4,1],[14,4,2],[18,7,3],[16,5,0],[13,0,0],[17,4,0],[55,41,30],[49,33,20],[62,46,33],[76,63,44],[60,51,22],[68,61,32],[107,96,76],[78,64,51],[31,17,4],[40,27,10],[43,31,5],[36,27,0],[50,44,8],[59,53,19],[72,65,36],[74,64,39],[72,57,36],[69,51,31],[63,41,17],[61,42,12],[72,58,23],[106,92,55],[129,114,75],[94,75,33],[148,127,80],[175,158,102],[138,127,65],[105,97,32],[96,92,28],[145,144,79],[105,104,39],[115,111,47],[139,129,67],[165,148,92],[109,85,37],[120,98,57],[125,116,83],[66,62,24],[92,85,31],[136,124,66],[118,101,49],[136,114,64],[174,153,98],[146,127,68],[120,106,43],[139,130,65],[157,152,86],[160,157,90],[189,187,113],[244,241,174],[252,246,198],[215,209,173],[244,241,210],[246,249,222],[179,189,164],[203,218,195],[183,206,186],[238,255,248],[156,183,168],[123,150,135],[114,136,123],[126,143,133],[151,167,157],[158,171,164],[144,155,151],[153,163,162],[164,174,175],[142,153,155],[190,205,208],[239,250,252],[238,236,237],[223,213,212],[198,185,179],[235,220,213],[238,225,219],[234,220,219],[226,209,215],[221,208,218],[216,208,223],[196,193,212],[177,178,198],[179,177,199],[198,190,213],[222,212,236],[240,237,255],[238,241,255],[205,213,236],[162,176,202],[182,203,232],[190,217,247],[147,177,211],[143,177,214],[141,175,213],[154,189,229],[138,176,215],[139,181,223],[121,164,207],[137,181,226],[137,184,230],[137,186,226],[128,175,201],[138,183,206],[119,157,193],[211,239,255],[202,217,255],[204,207,238],[208,199,216],[190,183,191],[199,202,207],[155,174,181],[115,158,175],[120,176,201],[148,205,235],[150,196,229],[157,182,213],[196,212,238],[193,215,236],[166,192,209],[216,238,255],[231,253,255],[174,196,219],[162,184,208],[184,205,232],[207,231,255],[175,200,230],[148,177,209],[151,184,217],[161,197,231],[148,186,222],[159,199,235],[145,188,223],[145,185,220],[152,187,217],[165,199,227],[160,197,223],[162,203,225],[180,218,241],[172,210,233],[148,188,213],[142,184,209],[137,181,208],[130,175,204],[133,178,211],[135,184,217],[126,183,213],[121,182,213],[120,183,214],[116,181,213],[114,180,214],[107,172,202],[108,169,190],[117,175,195],[124,185,213],[104,164,188],[76,135,141],[87,142,137],[96,143,135],[152,184,173],[215,226,212],[250,249,228],[148,146,108],[90,89,43],[157,161,111],[243,247,196],[223,227,176],[141,144,89],[175,179,120],[182,187,121],[96,99,30],[63,65,0],[148,145,74],[187,180,110],[187,178,113],[122,112,51],[108,97,43],[107,97,46],[90,84,36],[72,70,22],[53,55,8],[72,70,29],[48,40,4],[64,55,22],[37,34,0],[45,50,10],[127,138,95],[124,137,91],[87,101,52],[216,226,176],[214,218,168],[197,193,146],[207,193,148],[168,145,103],[112,80,41],[118,80,43],[91,48,13],[84,45,14],[69,41,20],[66,43,29],[36,15,0],[45,24,3],[47,25,2],[66,42,18],[82,56,33],[76,45,25],[79,46,29],[61,29,16],[48,19,11],[29,5,1],[11,0,0],[5,0,0],[2,3,5],[0,0,2],[4,0,1],[9,0,1],[7,1,1],[6,0,0],[5,1,0],[6,2,1],[3,2,0],[1,0,0],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,2,0],[3,4,0],[5,4,0],[6,5,1],[7,3,0],[7,3,0],[9,4,0],[11,3,0],[8,0,0],[10,0,0],[12,1,0],[22,9,1],[45,31,22],[23,6,0],[38,21,11],[41,25,10],[57,45,21],[51,39,15],[23,7,0],[13,0,0],[35,19,4],[64,49,28],[67,56,28],[46,37,4],[54,48,14],[49,44,14],[53,47,23],[60,52,33],[56,43,26],[47,30,10],[49,32,6],[55,39,6],[29,15,0],[62,51,6],[90,78,28],[106,93,40],[114,102,44],[134,122,62],[127,117,56],[120,112,50],[90,84,22],[164,159,95],[154,146,81],[153,144,79],[166,150,90],[149,126,72],[188,160,113],[159,135,97],[77,66,36],[51,47,12],[162,157,102],[131,121,62],[103,87,36],[160,142,94],[145,128,74],[205,189,130],[158,147,83],[89,80,15],[129,124,58],[198,195,126],[220,218,143],[255,253,186],[234,227,181],[182,176,144],[196,195,165],[234,238,213],[236,246,222],[212,230,208],[154,177,159],[205,233,218],[231,255,247],[148,178,166],[108,135,126],[87,112,106],[124,146,143],[147,167,166],[142,160,162],[145,162,169],[150,167,175],[165,182,192],[135,154,160],[169,183,186],[255,254,255],[255,247,243],[220,203,195],[212,194,184],[243,229,220],[239,225,222],[202,190,194],[212,204,215],[232,234,249],[215,222,240],[203,211,230],[220,227,246],[237,234,255],[248,245,255],[188,193,215],[170,177,205],[203,217,246],[198,217,249],[159,183,219],[156,186,222],[154,188,226],[149,184,224],[153,191,230],[149,188,227],[136,178,216],[131,175,214],[147,192,233],[130,177,219],[124,175,218],[118,172,210],[122,179,206],[118,176,200],[122,181,215],[117,166,206],[122,157,195],[155,176,205],[228,231,246],[207,205,210],[221,225,228],[167,181,190],[149,185,207],[152,199,229],[135,185,220],[133,177,212],[161,188,218],[185,206,233],[176,204,228],[156,184,208],[194,222,246],[187,213,238],[178,202,228],[174,198,224],[178,199,228],[172,193,222],[177,200,231],[162,187,218],[152,181,213],[172,203,234],[166,201,233],[162,198,232],[152,191,224],[156,192,226],[161,194,225],[158,192,220],[172,208,234],[187,223,247],[185,221,243],[180,216,238],[182,220,243],[184,224,250],[151,195,222],[138,185,215],[127,176,208],[121,174,206],[114,173,205],[111,174,205],[113,178,208],[115,182,211],[112,181,212],[121,186,214],[117,176,194],[120,179,197],[108,172,200],[92,154,177],[93,151,155],[78,130,126],[50,100,97],[103,140,133],[148,162,149],[199,201,180],[161,162,130],[175,177,137],[196,199,154],[177,181,131],[199,202,147],[215,219,160],[165,170,106],[148,153,87],[173,179,109],[105,108,37],[127,127,57],[197,194,127],[165,157,95],[171,162,103],[102,93,38],[100,93,39],[187,181,129],[176,175,121],[74,74,20],[45,49,0],[31,37,0],[76,83,41],[98,109,66],[100,113,67],[80,96,47],[161,177,128],[190,204,153],[175,183,132],[171,169,121],[144,133,88],[114,92,51],[129,99,61],[106,68,32],[117,72,39],[105,59,26],[65,21,0],[65,32,13],[58,30,16],[33,7,0],[26,1,0],[101,74,53],[79,53,30],[61,33,11],[72,41,21],[72,41,23],[63,34,20],[30,3,0],[17,0,0],[10,0,0],[7,1,1],[1,2,4],[2,3,5],[7,3,4],[6,0,0],[4,0,0],[7,1,1],[6,2,1],[3,0,0],[1,0,0],[4,3,1],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[177,177,175],[61,61,59],[1,0,0],[2,1,0],[4,0,0],[5,1,0],[14,9,6],[9,1,0],[14,4,2],[9,0,0],[11,0,0],[25,12,4],[32,19,11],[32,18,9],[33,19,10],[41,24,14],[49,31,21],[36,18,8],[39,19,12],[53,33,26],[45,27,15],[41,25,9],[39,27,3],[60,50,25],[76,70,48],[53,47,31],[36,29,19],[28,19,12],[30,20,11],[41,28,12],[55,41,15],[69,54,21],[158,146,108],[65,57,11],[102,95,41],[117,111,51],[115,110,44],[113,104,37],[144,130,65],[137,119,55],[80,59,0],[137,113,49],[116,92,30],[130,108,50],[130,110,57],[81,65,16],[116,103,59],[116,106,70],[62,57,27],[22,18,0],[78,72,22],[80,73,18],[86,74,26],[193,179,134],[164,148,97],[190,177,122],[182,172,111],[112,104,41],[111,106,42],[127,124,57],[149,147,73],[214,213,149],[245,240,198],[202,197,167],[189,188,160],[218,222,195],[200,210,186],[220,235,214],[197,220,202],[188,216,202],[227,255,248],[231,255,255],[131,163,158],[81,113,110],[91,121,123],[132,159,166],[119,146,157],[120,143,159],[135,157,178],[172,198,215],[146,174,185],[112,137,141],[127,147,145],[191,201,193],[245,241,230],[255,252,243],[255,250,244],[255,253,250],[243,253,254],[240,255,255],[230,255,255],[231,255,255],[238,255,255],[206,224,246],[224,243,255],[233,249,255],[217,228,255],[179,191,231],[206,221,255],[202,223,255],[159,186,231],[145,176,222],[142,176,221],[147,186,229],[155,197,239],[152,194,234],[147,191,228],[135,183,219],[134,187,221],[135,189,225],[122,181,215],[126,182,217],[126,179,211],[130,186,219],[107,175,214],[118,187,226],[110,170,204],[123,167,192],[222,244,255],[220,228,231],[212,213,217],[189,195,207],[183,203,228],[175,205,239],[159,194,232],[134,170,206],[156,186,212],[178,206,230],[140,174,202],[147,182,212],[201,235,255],[156,187,216],[161,188,217],[162,187,217],[160,184,212],[177,198,227],[181,202,231],[169,190,221],[177,200,231],[184,209,239],[170,197,227],[164,193,225],[171,202,233],[173,204,235],[155,188,219],[154,188,216],[163,194,222],[185,217,242],[192,227,249],[174,210,232],[167,203,227],[182,222,247],[160,204,233],[144,190,223],[140,193,225],[114,170,203],[91,150,182],[99,162,193],[103,168,196],[104,171,198],[119,186,213],[135,200,222],[141,199,213],[116,172,187],[102,162,188],[104,164,188],[84,142,146],[59,114,109],[62,114,110],[67,108,102],[94,111,101],[217,221,204],[250,255,225],[219,225,187],[205,212,171],[207,213,165],[197,202,144],[170,175,109],[187,194,127],[143,150,82],[166,173,105],[189,194,127],[232,234,169],[162,160,99],[117,110,55],[141,131,78],[61,51,0],[129,122,67],[207,202,144],[212,210,149],[127,127,63],[57,63,1],[64,79,24],[105,123,71],[106,126,73],[91,112,56],[162,181,126],[179,196,142],[107,117,65],[107,109,60],[139,131,85],[95,78,35],[89,61,22],[101,67,32],[89,48,16],[83,40,8],[102,57,28],[113,71,46],[85,50,31],[64,35,17],[58,29,11],[38,10,0],[57,29,7],[52,24,2],[49,18,0],[35,4,0],[45,13,0],[62,34,22],[26,2,0],[19,0,0],[16,5,3],[4,0,0],[17,17,17],[0,0,2],[8,2,4],[6,0,0],[5,0,0],[4,0,0],[7,3,2],[8,4,3],[1,0,0],[4,3,1],[6,5,3],[1,0,0],[5,4,2],[1,0,0],[8,4,3],[3,0,0],[5,1,0],[5,1,0]],[[20,20,18],[0,0,0],[1,0,0],[12,11,9],[10,6,5],[5,1,0],[8,4,1],[8,3,0],[19,11,9],[13,3,1],[11,2,0],[21,10,4],[28,17,11],[26,13,5],[20,7,0],[18,3,0],[21,2,0],[36,15,12],[43,19,17],[49,28,23],[46,28,16],[29,13,0],[23,12,0],[59,51,30],[38,32,16],[21,17,6],[205,201,198],[221,215,215],[70,63,57],[22,13,0],[31,20,0],[88,76,36],[70,55,12],[56,42,0],[156,145,89],[146,138,76],[104,98,36],[115,107,44],[146,135,73],[125,109,49],[109,88,25],[139,115,55],[121,96,40],[74,51,0],[98,80,32],[124,111,66],[98,92,44],[73,70,27],[56,53,20],[73,69,34],[40,36,0],[36,30,0],[82,73,30],[94,82,40],[107,94,49],[147,137,84],[151,142,85],[178,172,110],[191,187,124],[185,184,120],[159,160,94],[209,208,151],[255,255,218],[255,255,228],[216,216,188],[215,219,192],[226,236,211],[229,244,223],[222,243,226],[237,255,251],[232,255,255],[224,255,253],[171,207,205],[182,217,219],[131,166,172],[146,180,190],[149,182,199],[126,158,181],[129,160,188],[125,157,182],[133,170,186],[126,163,171],[133,163,165],[148,167,165],[185,190,184],[235,232,227],[251,247,244],[234,238,239],[227,248,253],[215,249,255],[174,213,230],[176,217,237],[152,188,212],[140,174,199],[121,156,178],[169,199,225],[219,242,255],[175,197,236],[162,185,227],[153,182,226],[147,179,226],[153,189,237],[145,186,232],[140,181,227],[139,182,225],[142,185,228],[145,190,231],[140,188,226],[143,192,232],[140,194,232],[129,184,223],[131,184,224],[140,188,228],[128,180,220],[104,171,214],[98,169,211],[104,168,203],[124,171,197],[204,226,239],[230,237,245],[213,212,218],[183,182,196],[190,200,227],[186,205,238],[167,193,230],[164,194,228],[177,209,232],[145,180,202],[121,160,191],[129,167,203],[157,193,227],[148,181,214],[152,181,213],[162,187,218],[192,216,244],[182,201,231],[190,210,237],[193,210,238],[184,204,231],[184,204,231],[177,198,227],[175,199,227],[189,214,244],[188,215,245],[164,197,228],[163,196,227],[174,204,232],[183,213,239],[180,215,237],[182,217,239],[185,221,245],[183,220,246],[163,207,236],[144,193,225],[130,185,216],[118,177,209],[121,180,212],[116,177,206],[98,164,188],[107,175,196],[95,161,183],[87,150,167],[163,220,231],[150,203,217],[102,158,181],[106,163,183],[95,153,157],[124,180,177],[63,116,110],[62,103,97],[168,189,182],[223,234,218],[243,249,221],[208,214,178],[213,219,181],[236,242,196],[199,205,145],[145,150,83],[134,141,73],[158,165,97],[135,142,75],[134,140,76],[130,134,73],[45,44,0],[130,124,72],[168,158,107],[57,47,0],[142,133,78],[199,191,129],[142,137,71],[166,163,92],[194,197,128],[199,213,151],[205,225,166],[191,211,152],[176,194,136],[138,153,96],[88,97,42],[103,106,53],[160,154,106],[72,55,11],[29,6,0],[69,39,3],[88,54,19],[79,43,11],[76,37,8],[74,35,6],[130,93,67],[70,35,13],[62,29,10],[111,79,58],[49,17,0],[38,7,0],[73,42,22],[50,19,1],[40,11,0],[63,35,21],[56,32,20],[18,0,0],[13,0,0],[13,3,1],[4,0,0],[12,10,11],[1,0,0],[4,0,0],[7,0,0],[15,9,9],[9,3,3],[3,0,0],[3,0,0],[1,0,0],[4,3,1],[1,0,0],[1,0,0],[32,31,29],[13,12,10],[7,3,2],[9,5,4],[3,0,0],[6,2,1]],[[0,0,0],[3,3,1],[8,7,5],[4,3,1],[2,0,1],[4,0,1],[6,2,1],[13,7,7],[11,5,5],[10,2,0],[9,1,0],[15,6,1],[20,11,6],[21,10,4],[17,6,0],[16,3,0],[22,3,0],[26,5,4],[17,0,0],[21,0,0],[36,18,6],[30,17,0],[31,23,0],[58,52,30],[32,29,14],[52,49,40],[250,249,247],[255,254,253],[88,84,73],[39,33,11],[58,50,11],[101,87,38],[114,89,32],[133,102,45],[130,105,48],[114,94,41],[126,112,63],[73,61,13],[66,56,7],[102,95,43],[127,120,65],[122,112,59],[135,124,78],[87,73,34],[49,37,0],[92,81,36],[103,97,39],[75,70,14],[50,47,6],[131,129,91],[108,105,60],[78,74,29],[62,54,15],[51,43,6],[111,104,62],[203,197,149],[115,110,55],[123,121,64],[163,162,105],[198,199,142],[207,210,153],[221,225,175],[245,249,216],[255,255,232],[255,255,230],[239,245,217],[225,233,209],[230,243,223],[216,234,218],[220,244,231],[200,230,222],[169,201,196],[228,255,255],[178,218,220],[124,162,171],[128,167,182],[142,180,201],[139,176,203],[117,153,185],[124,163,194],[103,151,173],[113,159,174],[136,166,177],[179,197,207],[174,183,188],[179,187,190],[221,232,236],[187,204,211],[216,239,253],[218,251,255],[120,166,189],[145,199,225],[139,195,222],[144,197,228],[129,174,205],[125,164,195],[139,176,202],[151,188,214],[156,195,226],[149,192,226],[142,187,226],[140,187,229],[144,191,235],[153,197,244],[147,189,237],[146,188,236],[150,190,241],[147,187,238],[150,191,243],[151,194,247],[139,184,239],[140,183,236],[144,182,231],[129,173,218],[121,177,224],[107,166,210],[125,173,213],[148,179,210],[202,208,230],[255,247,255],[234,222,236],[214,205,222],[193,194,222],[178,189,221],[187,207,240],[173,202,232],[162,197,217],[145,186,206],[112,155,187],[134,177,212],[183,221,255],[159,193,228],[133,164,195],[172,199,229],[202,223,252],[198,218,245],[175,191,217],[195,211,237],[196,212,238],[195,211,237],[188,205,233],[184,201,229],[199,218,248],[203,226,255],[169,202,235],[163,198,230],[181,210,240],[188,218,244],[172,207,229],[175,211,233],[190,224,249],[183,220,247],[140,183,215],[155,204,237],[137,196,228],[114,175,206],[136,195,225],[147,207,233],[115,180,200],[99,166,183],[107,173,187],[74,136,149],[134,192,203],[177,231,243],[137,186,203],[95,147,161],[96,155,163],[139,198,196],[139,189,178],[178,216,205],[202,229,224],[231,247,236],[191,198,167],[175,179,142],[205,211,175],[172,179,135],[214,218,159],[158,163,96],[82,89,22],[43,50,0],[127,136,71],[77,83,21],[76,79,22],[63,62,8],[128,120,71],[175,165,116],[125,112,60],[125,112,57],[157,146,84],[137,127,58],[156,147,72],[200,196,123],[175,180,114],[145,155,94],[158,166,106],[102,108,48],[81,82,25],[120,117,62],[122,112,61],[162,144,96],[90,65,24],[89,59,21],[65,32,0],[78,43,11],[94,61,30],[72,41,12],[71,42,12],[90,60,32],[130,96,71],[89,53,29],[54,19,0],[41,6,0],[76,44,23],[80,49,31],[71,42,26],[86,58,46],[63,39,29],[37,18,11],[11,0,0],[11,0,0],[10,2,0],[4,0,0],[5,3,4],[2,0,1],[7,1,1],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[8,4,3],[3,2,0],[1,0,0],[5,4,2],[2,1,0],[16,15,13],[11,10,8],[3,0,0],[3,0,0],[12,8,7],[3,0,0]],[[8,8,6],[7,7,5],[1,0,0],[1,0,0],[6,4,5],[5,3,4],[3,0,0],[8,4,3],[4,0,0],[9,3,3],[10,5,2],[10,2,0],[10,2,0],[13,6,0],[19,12,6],[24,13,7],[26,11,6],[25,8,1],[23,5,1],[20,3,0],[24,10,0],[29,18,0],[49,43,21],[54,52,29],[33,34,16],[54,56,43],[68,69,63],[119,119,111],[80,77,60],[43,38,9],[121,114,68],[136,123,68],[134,108,51],[154,123,66],[140,111,55],[77,52,0],[112,89,45],[133,116,73],[104,91,49],[98,91,47],[151,149,98],[109,109,59],[74,73,29],[77,73,35],[43,37,1],[78,70,31],[145,138,84],[114,109,53],[53,51,3],[121,120,76],[176,175,129],[78,75,32],[62,58,20],[88,84,46],[53,50,7],[98,96,48],[107,106,52],[123,124,67],[142,145,88],[189,194,140],[184,192,141],[152,161,118],[165,175,141],[192,201,172],[204,211,178],[194,201,170],[216,225,198],[237,249,227],[218,235,219],[211,233,221],[187,213,204],[179,210,205],[209,245,243],[202,242,244],[221,255,255],[174,216,230],[121,162,184],[146,187,215],[135,174,207],[124,167,199],[117,167,192],[106,153,173],[140,168,189],[167,184,202],[199,208,223],[231,239,252],[213,225,237],[180,198,212],[189,212,230],[161,196,218],[133,179,205],[121,176,206],[129,188,220],[137,196,230],[128,178,215],[141,187,221],[128,174,198],[138,184,207],[136,183,209],[141,190,222],[150,200,237],[147,199,239],[146,195,238],[138,185,231],[153,197,244],[147,189,239],[144,184,235],[139,176,229],[141,180,235],[148,187,244],[142,182,241],[144,183,240],[137,175,224],[132,173,219],[137,185,233],[121,165,210],[138,167,211],[160,172,210],[207,198,229],[255,243,255],[242,227,246],[195,187,208],[168,170,195],[158,169,197],[161,180,210],[149,175,202],[152,187,206],[152,193,213],[154,197,229],[138,180,218],[153,191,227],[155,189,224],[167,198,229],[212,237,255],[201,222,249],[193,210,236],[190,204,230],[183,197,223],[192,206,232],[199,213,239],[194,210,236],[186,202,228],[180,197,225],[178,201,232],[156,190,225],[147,183,217],[172,201,233],[192,219,248],[169,204,226],[152,188,210],[163,197,222],[175,210,238],[145,186,218],[140,189,222],[122,183,214],[109,172,203],[122,179,208],[124,182,206],[107,170,187],[98,164,176],[99,163,173],[99,159,169],[118,177,185],[170,222,233],[169,215,230],[116,164,178],[85,145,153],[77,137,137],[96,142,131],[166,202,188],[211,238,233],[244,255,250],[185,190,158],[198,199,159],[190,194,157],[164,167,124],[193,193,139],[204,206,143],[172,177,113],[145,151,89],[198,204,142],[221,227,167],[109,109,55],[110,107,56],[215,205,156],[186,172,123],[171,153,103],[158,139,83],[179,159,98],[180,161,93],[170,152,78],[141,127,56],[153,143,81],[136,130,72],[124,118,60],[72,63,6],[86,73,18],[128,111,59],[103,81,31],[119,92,45],[91,59,18],[99,64,26],[53,17,0],[89,55,20],[108,77,46],[92,66,33],[119,96,64],[83,56,26],[65,30,2],[107,67,41],[75,38,12],[95,59,35],[105,73,52],[60,28,13],[66,38,26],[48,26,15],[34,15,8],[13,0,0],[11,0,0],[12,4,1],[5,0,0],[3,0,0],[5,1,0],[8,4,3],[10,4,4],[8,0,0],[7,1,1],[6,0,0],[10,6,5],[9,5,4],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[1,0,0],[3,2,0],[12,8,7],[3,0,0],[3,0,0],[6,2,1]],[[1,0,0],[1,0,0],[1,0,0],[7,5,6],[5,3,6],[1,0,2],[2,0,3],[8,4,5],[8,4,5],[12,8,7],[12,8,7],[8,3,0],[4,0,0],[6,1,0],[11,6,2],[16,9,1],[14,4,0],[19,7,0],[23,10,1],[19,9,0],[31,21,11],[24,18,4],[39,36,17],[29,31,10],[17,20,1],[8,11,0],[31,33,19],[44,42,27],[60,56,31],[72,66,30],[74,67,15],[113,102,48],[102,85,42],[83,62,19],[77,54,0],[107,82,25],[103,75,25],[83,56,13],[123,99,63],[132,114,76],[158,150,103],[70,68,17],[63,65,15],[124,127,80],[55,57,18],[43,40,7],[90,86,51],[56,51,9],[68,67,13],[169,170,113],[165,164,116],[49,50,6],[97,98,56],[81,82,38],[131,133,86],[134,136,86],[186,191,135],[96,102,42],[137,145,85],[156,167,111],[110,123,77],[103,118,77],[97,115,77],[159,175,138],[171,183,147],[167,177,143],[148,159,129],[196,208,184],[219,233,216],[225,243,231],[238,255,250],[226,253,248],[224,255,253],[213,248,250],[206,245,252],[226,255,255],[168,209,229],[135,175,201],[153,192,223],[125,164,197],[122,163,191],[148,185,211],[145,173,195],[155,173,195],[202,208,230],[211,212,232],[195,196,216],[203,210,229],[182,203,224],[113,145,168],[128,170,195],[131,178,208],[149,197,233],[143,191,231],[120,169,210],[131,179,219],[141,186,217],[138,182,211],[134,179,212],[141,189,227],[143,192,233],[143,192,235],[150,197,243],[142,189,235],[149,193,240],[148,189,235],[153,191,238],[145,183,232],[141,181,230],[147,187,238],[147,188,240],[152,194,244],[146,187,233],[149,187,232],[153,191,236],[145,172,217],[160,167,213],[184,173,216],[235,210,249],[255,237,255],[251,239,255],[219,220,240],[183,194,216],[158,176,200],[170,190,215],[157,181,205],[154,185,205],[161,197,219],[156,197,227],[144,184,219],[116,152,186],[159,192,225],[181,210,240],[165,189,217],[170,190,215],[185,201,224],[200,212,236],[165,177,201],[192,204,228],[203,217,243],[185,201,227],[175,191,217],[167,184,212],[181,204,236],[156,192,228],[148,186,223],[166,195,229],[190,217,247],[179,215,239],[150,188,209],[148,182,207],[169,204,232],[154,195,227],[126,175,208],[109,170,201],[101,165,193],[96,152,179],[113,168,189],[129,191,204],[117,181,191],[116,180,190],[117,179,190],[129,187,198],[159,211,222],[179,222,238],[145,191,206],[102,161,169],[101,160,158],[81,125,112],[161,195,179],[214,240,231],[179,193,178],[163,165,128],[159,156,111],[199,197,156],[178,176,135],[189,185,138],[202,199,148],[152,151,97],[142,143,86],[203,204,147],[209,210,153],[178,175,120],[157,150,98],[225,211,162],[214,194,144],[214,191,141],[156,129,76],[162,133,75],[136,106,44],[104,75,9],[136,108,43],[151,125,68],[169,142,89],[151,124,71],[119,91,41],[131,103,53],[130,99,52],[107,73,27],[127,90,46],[113,74,33],[63,24,0],[84,44,8],[108,70,34],[74,41,6],[81,52,18],[111,87,53],[99,70,36],[79,40,9],[97,53,24],[89,47,22],[89,51,28],[75,40,21],[79,50,36],[80,56,46],[26,7,1],[11,0,0],[7,0,0],[11,6,3],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[7,1,1],[6,0,0],[10,1,2],[6,0,0],[4,0,0],[3,0,0],[3,0,0],[14,13,11],[60,59,57],[243,242,240],[14,13,11],[1,0,0],[12,11,9],[3,0,0],[6,2,1],[3,0,0],[4,0,0]],[[6,4,5],[3,1,2],[6,4,5],[4,2,3],[1,0,2],[1,0,2],[9,7,10],[5,3,6],[6,2,3],[7,3,4],[6,2,1],[6,2,1],[7,3,0],[9,5,2],[7,3,0],[5,0,0],[6,3,0],[18,15,0],[18,14,5],[18,13,9],[44,39,36],[16,13,8],[30,30,20],[41,43,29],[22,26,9],[24,27,10],[69,70,54],[75,74,54],[82,76,50],[77,69,33],[56,44,0],[110,96,49],[89,75,40],[72,56,20],[93,76,24],[125,104,47],[115,92,42],[88,64,20],[92,70,33],[116,100,64],[129,121,74],[87,84,33],[85,85,35],[91,92,48],[55,52,21],[59,55,30],[45,37,14],[60,54,20],[114,113,57],[115,116,58],[83,84,42],[77,79,42],[136,138,101],[82,87,47],[96,101,61],[105,111,67],[149,155,107],[117,126,73],[145,155,102],[79,92,46],[148,163,130],[122,141,111],[74,95,62],[122,144,108],[128,144,108],[123,137,102],[139,150,120],[160,172,148],[207,220,202],[241,255,242],[194,211,201],[193,216,210],[213,242,238],[188,220,219],[110,145,149],[175,213,222],[213,252,255],[164,202,225],[154,191,218],[144,181,210],[162,198,224],[141,173,196],[162,188,211],[158,174,197],[195,200,222],[226,222,245],[186,183,204],[203,205,226],[197,214,232],[151,180,198],[141,179,200],[147,188,216],[128,171,205],[133,178,217],[130,179,220],[126,174,214],[144,188,223],[133,176,210],[139,183,220],[146,191,232],[138,185,229],[139,187,233],[147,193,242],[148,192,239],[144,187,232],[151,192,236],[167,205,250],[160,199,242],[148,186,231],[144,185,229],[143,184,230],[148,189,233],[154,188,233],[157,190,233],[165,194,236],[174,193,235],[195,194,236],[213,198,239],[253,231,255],[248,231,255],[221,221,245],[235,248,255],[198,216,236],[157,178,199],[194,210,235],[184,201,227],[146,170,194],[136,166,192],[123,158,188],[154,190,222],[163,198,228],[182,213,242],[184,210,237],[149,171,195],[156,174,196],[174,189,210],[206,218,240],[155,166,188],[177,189,213],[200,214,240],[194,210,236],[191,208,236],[179,196,226],[177,201,235],[162,200,237],[161,200,239],[165,193,230],[178,205,235],[185,221,245],[164,202,225],[149,183,210],[162,196,224],[158,197,230],[131,180,213],[116,179,210],[111,175,203],[100,154,180],[125,177,198],[147,207,218],[114,178,187],[109,176,185],[127,191,201],[114,173,181],[112,164,175],[125,171,187],[136,182,197],[141,196,201],[119,174,169],[119,165,152],[112,146,130],[127,149,136],[87,99,79],[167,167,129],[167,161,113],[174,167,121],[140,133,91],[234,225,186],[223,215,176],[68,64,19],[76,74,25],[151,150,96],[180,177,122],[208,203,147],[213,202,148],[181,164,112],[175,152,102],[237,207,157],[198,165,114],[175,138,85],[170,131,74],[133,94,35],[108,69,12],[109,67,17],[143,101,53],[132,90,42],[122,81,35],[141,100,54],[148,107,61],[137,94,51],[116,73,30],[121,76,35],[99,54,15],[143,97,61],[139,95,60],[105,65,30],[111,75,39],[107,74,39],[113,79,42],[103,60,25],[91,46,13],[74,30,1],[83,43,18],[68,33,14],[60,32,20],[41,21,14],[13,0,0],[9,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[9,5,4],[7,2,0],[6,0,0],[6,0,0],[10,1,2],[11,5,5],[10,4,4],[12,8,7],[3,0,0],[1,0,0],[32,31,29],[156,155,153],[17,16,14],[1,0,0],[1,0,0],[3,0,0],[14,10,9],[4,0,0],[3,0,0]],[[4,2,5],[1,0,2],[1,0,2],[1,0,2],[1,0,4],[6,4,9],[7,5,10],[1,0,4],[1,0,2],[1,0,2],[1,0,0],[3,1,2],[7,6,4],[8,7,5],[7,6,4],[6,5,0],[5,7,0],[10,12,1],[8,8,8],[1,0,7],[15,11,25],[3,0,13],[104,103,109],[200,202,201],[122,125,118],[61,63,52],[70,70,58],[45,42,27],[42,34,13],[86,72,45],[87,69,31],[117,98,58],[152,133,100],[121,103,67],[91,77,30],[109,99,46],[72,64,17],[59,52,8],[118,110,71],[129,122,78],[74,68,16],[116,109,57],[120,108,68],[82,68,39],[28,12,0],[63,47,34],[51,36,15],[28,17,0],[116,114,65],[127,126,80],[99,97,72],[104,102,87],[34,36,15],[31,35,12],[60,64,41],[69,73,48],[106,111,81],[97,104,71],[75,86,52],[129,142,116],[220,233,223],[66,83,75],[72,95,79],[101,125,101],[121,140,108],[166,182,146],[151,164,134],[159,172,146],[190,202,182],[202,214,200],[206,219,209],[238,255,247],[207,230,224],[145,174,170],[127,158,160],[176,209,216],[155,188,203],[137,172,192],[156,190,215],[147,181,206],[172,207,226],[162,191,209],[163,184,203],[168,179,199],[204,207,226],[254,253,255],[241,240,255],[197,200,215],[219,233,246],[191,215,227],[196,229,244],[181,222,240],[131,177,203],[146,195,227],[123,171,209],[131,176,215],[157,200,235],[140,183,218],[145,189,228],[137,182,224],[128,175,219],[138,185,231],[142,186,233],[149,193,240],[142,183,227],[147,186,229],[161,198,240],[159,196,238],[150,187,229],[149,188,229],[144,186,228],[149,184,226],[158,182,226],[162,181,224],[172,196,234],[186,204,240],[206,212,248],[205,205,239],[216,215,246],[203,209,235],[155,178,196],[180,209,225],[208,235,252],[196,217,236],[187,197,222],[173,180,208],[170,184,213],[159,180,209],[142,173,202],[164,197,228],[195,226,255],[171,198,225],[165,189,215],[171,191,215],[200,217,237],[199,212,231],[211,222,242],[187,198,220],[186,198,222],[198,212,238],[191,206,235],[186,203,233],[185,205,238],[166,194,231],[157,196,237],[160,199,242],[159,187,226],[164,190,223],[173,210,236],[161,199,222],[144,178,205],[148,181,212],[165,203,239],[130,179,212],[115,178,209],[134,198,226],[124,175,202],[103,154,173],[105,165,175],[96,161,167],[105,175,185],[112,178,190],[105,162,169],[124,174,185],[121,169,191],[108,157,174],[128,178,179],[124,174,165],[121,169,157],[121,159,144],[93,110,92],[135,139,114],[213,210,169],[181,173,126],[199,187,139],[179,164,121],[140,125,94],[226,212,183],[220,210,175],[147,140,98],[107,101,51],[200,195,140],[175,166,111],[134,119,64],[184,163,108],[182,152,100],[173,137,87],[190,150,101],[200,156,107],[184,138,89],[175,127,78],[117,66,19],[127,74,32],[154,99,60],[117,65,25],[142,93,50],[146,99,55],[127,80,36],[160,113,69],[120,73,31],[131,82,41],[153,101,62],[145,93,54],[123,71,34],[118,68,33],[112,64,28],[97,53,18],[97,53,18],[111,65,29],[136,90,54],[89,46,14],[84,44,19],[58,23,4],[26,0,0],[15,0,0],[9,0,0],[8,2,2],[7,7,9],[1,2,4],[0,0,2],[3,1,2],[7,3,2],[8,0,0],[6,0,0],[12,3,4],[6,0,0],[4,0,0],[5,0,0],[8,4,3],[7,3,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,5,3],[3,0,0],[3,0,0],[8,4,3],[7,3,2]],[[1,0,2],[1,0,2],[2,0,3],[5,3,6],[5,3,6],[1,0,2],[1,0,2],[4,4,6],[5,5,7],[4,2,5],[4,2,3],[5,3,4],[2,1,0],[1,0,0],[4,3,1],[9,10,5],[8,11,2],[0,2,0],[5,6,10],[11,9,20],[11,9,23],[0,0,12],[139,139,149],[254,255,255],[228,230,227],[42,43,37],[3,3,0],[27,23,12],[7,0,0],[46,35,15],[91,75,49],[79,62,32],[83,66,36],[100,86,51],[106,97,54],[105,98,52],[52,49,6],[58,56,15],[120,118,77],[135,132,87],[69,63,13],[125,114,68],[86,72,35],[108,91,65],[61,44,28],[43,26,10],[83,69,43],[93,83,48],[102,98,53],[96,94,55],[116,113,94],[131,129,117],[49,51,37],[72,76,59],[73,78,58],[83,91,68],[96,105,76],[111,120,89],[77,88,56],[121,133,109],[95,108,99],[34,49,44],[57,77,66],[96,117,98],[148,171,143],[192,213,182],[142,158,132],[147,161,138],[177,192,173],[170,187,171],[192,208,197],[240,255,251],[206,229,221],[208,237,232],[198,230,229],[230,255,255],[226,255,255],[167,200,217],[119,156,175],[130,165,185],[147,179,194],[156,182,195],[154,173,188],[164,177,193],[209,218,235],[217,223,239],[182,188,202],[180,186,198],[212,222,234],[189,207,219],[170,196,209],[203,236,253],[168,209,231],[125,171,197],[137,184,214],[149,194,227],[146,189,223],[133,173,208],[141,181,217],[134,173,214],[144,183,226],[164,202,247],[153,190,235],[154,191,235],[157,192,234],[149,182,223],[157,189,228],[161,193,232],[168,200,239],[181,213,252],[179,211,252],[177,204,247],[185,204,247],[178,195,238],[188,210,247],[189,209,242],[196,212,245],[180,193,225],[175,184,217],[172,189,217],[149,184,206],[141,182,200],[159,196,214],[188,213,233],[218,222,249],[190,187,218],[168,175,204],[169,185,211],[173,194,221],[156,180,206],[156,180,206],[167,188,215],[174,194,219],[162,178,203],[209,224,245],[155,168,187],[218,229,247],[214,225,243],[179,192,211],[179,194,215],[182,198,223],[186,203,231],[203,224,255],[171,197,232],[161,196,236],[164,199,241],[167,192,232],[171,197,230],[173,209,233],[157,195,218],[144,178,203],[150,185,213],[138,181,213],[134,184,217],[120,181,210],[128,189,217],[124,179,200],[105,156,173],[104,163,169],[104,167,172],[101,169,178],[93,160,169],[135,190,193],[129,182,186],[110,166,181],[100,153,167],[87,137,136],[137,184,174],[160,204,189],[205,238,221],[195,207,185],[142,142,114],[167,163,128],[201,192,151],[199,182,138],[178,161,118],[153,140,106],[205,194,164],[239,226,191],[222,210,168],[110,102,55],[104,97,45],[125,113,63],[153,135,85],[202,178,130],[197,165,118],[177,139,92],[170,126,81],[202,149,105],[217,163,119],[194,141,97],[179,125,81],[201,139,100],[186,122,84],[173,114,74],[153,95,55],[139,86,42],[152,99,55],[160,107,63],[158,104,60],[140,81,39],[136,74,35],[136,74,35],[139,79,42],[132,74,37],[121,67,31],[123,73,38],[126,80,46],[117,72,39],[107,66,36],[59,19,0],[57,22,2],[33,4,0],[23,0,0],[17,2,0],[9,1,0],[3,0,0],[7,7,9],[0,0,2],[2,2,4],[7,5,6],[3,0,0],[7,0,0],[11,3,1],[11,2,3],[4,0,0],[11,5,5],[8,2,2],[3,0,0],[7,3,2],[8,7,5],[1,0,0],[3,2,0],[6,5,3],[2,1,0],[1,0,0],[14,10,9],[5,1,0],[3,0,0],[4,0,0]],[[2,0,1],[1,0,0],[4,4,4],[0,0,0],[0,0,0],[5,5,7],[0,0,2],[0,0,0],[4,4,4],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[8,8,8],[1,0,0],[5,3,4],[2,1,0],[9,8,6],[1,0,0],[5,5,7],[4,4,6],[7,7,9],[68,68,70],[182,182,182],[141,141,141],[32,32,30],[11,12,7],[19,18,13],[19,16,7],[29,25,13],[58,53,34],[68,62,38],[75,65,38],[88,79,46],[57,49,13],[82,74,37],[123,115,76],[92,84,45],[60,52,13],[44,36,0],[50,41,0],[80,71,32],[115,105,70],[114,103,71],[90,81,50],[34,25,0],[91,86,48],[85,80,40],[59,51,14],[112,106,74],[98,94,69],[43,42,22],[105,108,87],[72,77,54],[121,132,102],[206,217,183],[80,92,52],[56,67,24],[76,88,42],[123,135,95],[57,67,40],[73,85,63],[84,97,79],[135,152,134],[88,113,92],[96,123,104],[113,134,117],[147,168,151],[178,205,188],[135,163,148],[144,168,155],[164,185,176],[189,215,206],[231,255,255],[189,228,225],[138,178,180],[214,248,255],[186,222,236],[139,182,198],[141,180,195],[153,176,190],[158,176,190],[159,178,192],[165,187,200],[210,232,245],[225,244,255],[171,187,202],[175,187,203],[190,198,217],[199,210,228],[184,199,220],[165,187,208],[158,189,210],[139,175,197],[126,168,190],[138,183,206],[146,190,217],[127,168,196],[127,163,195],[142,175,208],[163,189,226],[191,214,255],[196,218,255],[171,193,234],[165,188,229],[166,190,228],[156,180,218],[175,197,236],[183,202,242],[182,200,240],[199,214,255],[188,203,246],[188,207,250],[184,205,248],[182,205,246],[176,202,239],[166,196,230],[172,196,232],[187,199,239],[191,205,244],[149,184,216],[141,187,213],[121,169,192],[144,176,201],[214,208,242],[226,212,245],[174,182,205],[170,185,204],[195,206,226],[186,197,219],[165,175,200],[184,196,222],[181,195,222],[176,190,216],[170,182,204],[160,173,190],[197,209,221],[220,233,242],[164,177,185],[190,204,215],[206,222,238],[168,186,208],[197,217,244],[198,218,251],[183,206,247],[163,186,227],[170,193,227],[183,208,238],[176,206,230],[151,186,206],[134,172,195],[139,181,206],[132,181,211],[131,186,216],[117,177,205],[118,178,202],[125,182,199],[109,166,175],[124,182,183],[113,173,173],[110,173,178],[95,159,161],[129,185,182],[97,153,150],[127,188,191],[108,169,170],[88,147,141],[157,205,193],[208,241,220],[171,191,166],[143,151,127],[163,163,139],[194,192,169],[193,183,156],[172,149,117],[167,147,110],[221,216,174],[215,214,168],[209,196,151],[197,183,136],[185,177,128],[190,182,135],[145,130,91],[198,178,143],[208,182,149],[204,170,135],[254,215,176],[252,205,163],[255,198,158],[226,162,124],[205,150,111],[211,156,117],[178,110,71],[191,122,81],[202,137,95],[188,127,83],[168,109,65],[144,86,40],[187,124,80],[199,132,87],[165,92,49],[157,82,40],[154,79,40],[168,96,58],[149,85,49],[118,62,27],[120,70,37],[118,74,45],[87,49,28],[67,34,17],[47,19,5],[36,12,2],[25,6,0],[12,0,0],[6,0,0],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[4,6,5],[6,8,7],[17,19,18],[1,3,2],[0,0,0],[3,3,3],[8,8,8],[3,3,3],[1,0,0],[8,6,7],[14,9,13],[3,0,0],[15,14,12],[6,5,3],[0,1,0],[0,1,0],[23,23,21],[29,29,27],[48,48,48],[19,19,17],[12,12,10],[27,26,22],[53,53,45],[41,41,31],[29,30,16],[23,20,1],[99,91,68],[71,59,33],[41,30,0],[86,76,41],[79,70,31],[55,43,3],[71,62,21],[78,69,28],[58,50,11],[94,86,49],[124,119,81],[132,128,91],[104,102,63],[67,68,28],[99,100,58],[91,89,50],[106,100,66],[85,78,49],[79,75,48],[82,82,58],[103,108,85],[103,111,87],[202,215,185],[226,240,204],[97,112,69],[71,84,38],[121,135,86],[194,207,163],[239,251,215],[215,228,198],[186,198,176],[137,154,136],[76,103,88],[105,135,123],[105,129,116],[136,160,147],[179,210,195],[186,217,202],[200,226,215],[164,187,179],[170,195,189],[179,208,204],[203,239,237],[121,156,158],[128,158,166],[140,172,183],[120,160,170],[137,173,185],[174,198,210],[159,177,189],[185,203,217],[190,209,223],[208,227,241],[233,251,255],[196,209,226],[182,193,211],[188,196,217],[178,186,209],[184,194,219],[189,204,227],[195,213,237],[202,227,249],[184,215,236],[153,188,210],[165,199,226],[176,207,236],[187,214,244],[184,204,237],[186,202,238],[208,222,255],[206,220,255],[173,188,227],[158,176,214],[180,200,237],[183,205,242],[192,211,251],[184,202,242],[181,194,236],[200,209,252],[187,199,241],[188,207,250],[183,208,249],[179,204,245],[169,199,237],[162,198,234],[174,206,244],[198,211,255],[200,213,255],[157,192,230],[141,190,222],[128,182,208],[163,197,225],[197,187,224],[232,215,249],[197,203,225],[189,202,218],[210,216,232],[200,203,222],[195,200,222],[200,207,233],[209,218,247],[201,213,239],[152,164,186],[170,182,198],[179,192,200],[201,215,218],[197,211,212],[217,230,236],[196,213,223],[155,172,190],[179,197,221],[196,213,243],[180,196,232],[163,179,215],[171,187,220],[179,199,226],[166,191,213],[157,185,206],[148,183,205],[140,180,205],[140,185,214],[150,201,230],[121,175,203],[120,176,199],[159,217,231],[143,200,207],[150,209,207],[166,225,221],[134,192,193],[144,200,199],[130,183,175],[152,205,195],[140,200,192],[112,171,165],[123,179,170],[149,191,177],[180,202,179],[171,180,151],[168,168,140],[187,183,156],[214,209,187],[189,181,158],[191,176,147],[192,179,144],[213,216,171],[181,188,137],[166,159,107],[129,116,64],[212,200,150],[210,197,153],[193,174,141],[207,184,153],[215,185,157],[183,148,118],[198,155,120],[255,208,168],[232,170,133],[181,119,82],[167,114,80],[185,133,96],[217,153,115],[180,111,70],[188,121,79],[175,110,68],[191,126,84],[188,121,78],[164,96,51],[152,79,36],[174,97,53],[185,106,63],[171,93,54],[164,92,54],[152,88,52],[124,65,33],[98,47,16],[74,30,5],[66,30,14],[47,19,8],[28,5,0],[18,1,0],[12,1,0],[9,1,0],[5,1,0],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,3,4],[6,4,5],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[26,28,27],[8,10,9],[0,1,0],[0,2,1],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[3,1,2],[2,0,1],[1,0,2],[1,0,2],[3,1,2],[1,0,0],[10,11,6],[0,1,0],[23,23,21],[17,17,15],[11,10,8],[24,23,21],[30,29,27],[28,27,22],[45,42,33],[46,42,31],[47,44,29],[19,12,0],[43,27,11],[56,38,18],[52,34,10],[62,45,15],[67,51,15],[62,49,7],[94,83,38],[80,72,26],[76,69,25],[92,89,46],[128,129,89],[175,177,138],[117,123,85],[103,111,74],[150,160,123],[120,128,91],[104,104,68],[117,117,83],[109,109,81],[91,95,70],[92,100,79],[85,97,75],[113,125,101],[111,124,96],[132,146,111],[81,96,57],[151,166,125],[149,164,125],[126,142,106],[143,159,130],[162,180,156],[132,153,134],[114,140,129],[88,115,108],[103,128,122],[97,122,116],[110,135,129],[209,232,226],[223,246,240],[161,182,177],[172,194,191],[179,201,199],[205,226,227],[181,205,207],[168,191,197],[154,179,186],[199,223,233],[235,255,255],[229,255,255],[208,230,243],[212,225,241],[246,253,255],[205,208,227],[226,227,247],[170,172,193],[189,194,216],[200,206,230],[178,186,209],[179,186,212],[205,212,240],[242,249,255],[233,242,255],[189,203,232],[188,201,233],[216,229,255],[208,220,255],[204,212,251],[199,207,246],[193,200,242],[193,200,242],[188,200,242],[177,192,233],[159,181,220],[194,217,255],[206,231,255],[200,223,255],[181,200,242],[182,197,240],[206,217,255],[200,213,255],[176,197,242],[174,201,244],[171,198,241],[164,193,233],[159,194,232],[174,206,245],[197,209,255],[196,210,255],[163,196,237],[163,209,243],[143,194,223],[165,196,227],[170,159,199],[235,215,252],[211,215,240],[199,210,228],[202,208,224],[198,201,218],[183,188,208],[192,200,223],[193,203,228],[211,221,246],[196,207,227],[164,176,190],[147,157,166],[195,204,209],[239,249,251],[229,240,246],[195,207,219],[185,198,217],[182,196,222],[171,186,217],[181,196,229],[185,198,232],[195,209,238],[199,213,239],[193,208,229],[185,203,225],[171,193,217],[152,179,206],[158,191,222],[155,194,227],[116,161,192],[117,167,192],[174,227,243],[167,224,231],[155,214,212],[152,207,204],[177,227,228],[180,224,223],[171,213,203],[173,215,201],[156,200,187],[125,168,158],[107,147,138],[124,155,140],[159,173,150],[178,178,150],[181,172,141],[230,219,187],[179,172,143],[113,110,79],[83,83,49],[128,132,97],[199,210,170],[185,194,149],[162,161,113],[182,172,123],[161,145,96],[144,125,82],[178,156,119],[190,164,131],[156,125,94],[191,152,119],[178,130,92],[160,106,68],[128,74,36],[131,78,44],[131,86,55],[145,98,68],[178,122,85],[176,114,73],[193,129,91],[160,92,55],[160,90,54],[182,108,73],[178,102,66],[176,101,62],[176,103,62],[168,97,55],[142,75,33],[133,68,30],[136,73,38],[131,72,42],[112,55,28],[76,25,4],[48,11,0],[33,5,0],[20,0,0],[14,0,0],[10,0,0],[9,0,1],[6,2,3],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[7,5,6],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,1,0],[0,1,0],[5,7,6],[0,2,1],[1,1,1],[3,3,3],[0,0,0],[0,0,0],[4,2,3],[1,0,0],[6,4,7],[48,46,49],[8,6,7],[1,0,0],[13,14,9],[0,1,0],[26,26,24],[27,27,25],[25,24,22],[24,23,21],[30,29,25],[11,8,3],[13,9,0],[36,30,18],[55,49,33],[37,28,11],[43,26,10],[96,73,57],[108,86,63],[81,62,32],[91,75,39],[131,118,76],[124,113,68],[75,68,22],[71,68,23],[92,91,47],[78,80,40],[128,134,96],[105,115,78],[40,54,18],[61,77,41],[81,93,57],[39,45,7],[70,74,39],[97,104,73],[73,81,57],[64,76,56],[73,86,68],[44,57,37],[48,62,39],[103,116,88],[104,118,85],[150,166,130],[204,221,185],[176,195,163],[86,109,80],[95,119,93],[136,159,139],[177,199,187],[128,149,142],[71,96,90],[88,113,107],[91,111,109],[139,158,156],[187,209,207],[188,213,210],[173,197,197],[160,181,184],[161,179,183],[173,192,198],[192,215,221],[202,227,234],[240,255,255],[240,255,255],[230,254,255],[182,206,218],[162,178,193],[238,247,255],[206,211,230],[221,224,243],[182,184,205],[212,218,240],[217,228,250],[171,183,205],[173,188,211],[180,196,221],[174,190,216],[174,189,218],[168,183,212],[174,189,220],[174,190,224],[159,173,210],[157,169,207],[175,187,227],[189,201,241],[182,195,237],[167,182,223],[157,176,218],[158,181,222],[167,195,235],[166,194,234],[168,193,234],[170,193,235],[182,200,246],[192,206,253],[170,187,233],[165,189,235],[164,193,237],[167,196,240],[165,197,238],[159,197,236],[168,200,241],[186,200,247],[189,203,250],[158,191,232],[153,197,234],[151,200,232],[211,241,255],[237,226,255],[245,224,255],[194,195,223],[207,218,236],[220,227,243],[203,209,225],[183,190,209],[190,198,219],[150,161,183],[149,160,182],[182,193,211],[182,192,204],[181,190,197],[176,183,189],[205,213,216],[225,234,241],[214,224,236],[185,196,214],[176,188,214],[207,221,250],[181,196,225],[194,209,238],[191,206,229],[191,203,225],[199,210,230],[198,211,230],[191,206,229],[183,203,228],[186,211,241],[170,201,232],[162,201,230],[135,181,204],[102,154,167],[96,154,158],[126,187,182],[111,168,161],[97,148,143],[125,170,165],[144,185,177],[117,157,146],[201,237,227],[204,236,225],[152,176,163],[157,174,158],[159,164,144],[137,135,110],[159,152,123],[163,156,127],[117,116,85],[56,59,28],[89,99,65],[182,196,161],[169,185,149],[193,208,167],[209,215,169],[215,209,161],[205,187,139],[111,87,43],[190,165,125],[157,129,92],[134,102,64],[134,94,58],[149,97,58],[123,69,31],[125,77,39],[114,71,37],[92,52,26],[110,68,43],[91,41,6],[133,78,39],[159,96,61],[173,107,73],[168,95,63],[148,73,41],[162,86,52],[157,83,46],[163,94,53],[139,72,30],[135,72,31],[136,76,39],[118,59,25],[116,56,28],[120,60,36],[94,41,23],[53,15,2],[36,8,0],[23,0,0],[17,0,0],[12,1,0],[8,0,0],[5,1,0],[5,3,4],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,1,2],[1,0,0],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[8,10,9],[107,109,108],[77,79,78],[3,5,4],[0,0,0],[7,7,7],[3,3,3],[3,3,3],[1,0,0],[5,3,4],[3,1,4],[51,49,52],[11,9,10],[1,0,0],[1,0,0],[17,16,12],[11,10,6],[12,11,7],[20,16,15],[4,0,0],[27,23,20],[17,12,6],[24,17,7],[30,22,9],[45,38,20],[93,82,62],[53,35,15],[62,41,20],[90,70,45],[89,72,42],[88,74,39],[140,128,88],[93,84,43],[44,37,0],[55,52,11],[105,105,67],[67,71,34],[34,42,5],[92,102,67],[100,111,77],[66,80,45],[54,68,32],[87,97,60],[72,82,45],[123,134,102],[101,114,88],[47,60,40],[113,126,109],[113,126,109],[45,58,40],[57,71,48],[97,111,85],[172,188,159],[166,185,155],[136,161,131],[83,112,84],[103,133,109],[147,175,153],[203,219,206],[194,210,199],[75,99,86],[89,112,104],[172,187,184],[170,186,186],[135,159,159],[163,193,195],[147,178,181],[122,149,158],[206,226,237],[172,194,207],[115,145,155],[137,169,180],[167,190,204],[226,245,255],[238,255,255],[181,203,214],[147,174,183],[159,186,195],[159,183,195],[157,179,192],[195,212,228],[210,225,244],[201,218,238],[175,196,217],[169,197,218],[152,187,206],[149,187,206],[175,216,236],[171,209,232],[141,178,204],[128,169,197],[132,173,203],[140,176,208],[153,186,221],[175,203,240],[186,211,251],[172,195,236],[147,172,213],[152,180,220],[156,185,227],[162,191,233],[170,197,242],[174,198,244],[178,200,247],[181,201,251],[167,189,238],[162,190,238],[159,190,237],[166,197,244],[172,205,250],[165,202,246],[165,196,240],[181,197,246],[189,205,255],[164,197,242],[149,193,232],[143,189,223],[189,217,254],[243,234,255],[247,229,255],[208,207,238],[222,230,253],[247,255,255],[220,229,244],[203,211,230],[189,200,220],[186,197,219],[201,212,232],[173,185,201],[172,182,194],[212,219,227],[236,241,247],[229,234,238],[207,211,220],[201,207,221],[190,197,216],[179,189,214],[194,208,234],[188,210,233],[192,214,235],[180,201,218],[182,199,215],[188,201,217],[186,197,215],[188,201,220],[180,196,219],[154,175,202],[164,194,220],[139,177,200],[101,148,166],[103,158,165],[78,138,138],[78,141,132],[101,165,151],[91,149,137],[144,197,189],[147,199,197],[79,125,125],[109,143,144],[204,224,222],[251,255,248],[171,172,156],[149,148,128],[155,157,135],[223,228,206],[139,149,125],[63,75,51],[63,76,50],[74,87,61],[70,84,58],[86,105,75],[185,201,165],[148,159,116],[168,166,118],[239,216,172],[210,179,135],[169,142,99],[126,97,57],[169,135,97],[117,75,37],[125,69,32],[116,60,23],[85,42,7],[71,36,4],[46,14,0],[34,0,0],[76,31,0],[143,90,56],[157,98,66],[174,111,80],[146,77,48],[109,38,8],[139,66,34],[147,74,41],[133,65,28],[105,40,2],[117,55,16],[140,80,44],[138,79,47],[135,78,51],[129,68,47],[98,45,27],[80,42,29],[49,21,10],[26,3,0],[21,2,0],[18,4,3],[8,0,0],[3,0,0],[6,4,5],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[1,1,1],[0,0,0],[7,7,7],[0,0,0],[0,1,0],[91,93,92],[69,71,70],[1,3,2],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[1,0,0],[3,1,2],[1,0,2],[2,0,3],[1,0,0],[17,15,16],[2,1,0],[7,6,2],[12,11,7],[165,164,160],[111,107,106],[9,4,1],[5,0,0],[13,6,0],[29,21,10],[36,27,10],[43,35,14],[90,80,55],[67,53,26],[46,32,3],[84,71,39],[81,71,36],[129,119,84],[151,143,107],[112,106,72],[91,86,54],[37,34,3],[45,44,14],[86,87,56],[80,85,53],[118,125,92],[94,104,69],[61,71,34],[174,186,148],[129,144,105],[132,146,110],[93,108,77],[61,75,49],[51,66,45],[64,77,59],[76,89,72],[100,113,95],[108,122,99],[60,74,49],[182,198,172],[157,177,150],[50,76,49],[109,141,117],[157,192,170],[204,237,218],[187,209,197],[118,139,130],[64,95,87],[89,120,114],[152,173,174],[172,196,200],[123,156,161],[109,146,152],[144,182,191],[140,174,184],[149,172,186],[186,209,223],[182,216,225],[168,202,211],[203,227,237],[219,239,250],[228,248,255],[235,255,255],[179,208,216],[126,159,166],[152,185,192],[162,190,201],[174,198,210],[160,182,196],[175,196,213],[191,214,232],[184,211,230],[161,194,213],[144,182,201],[134,175,195],[130,172,194],[131,175,200],[129,179,204],[127,177,204],[132,179,209],[135,180,211],[138,178,213],[144,182,218],[149,187,224],[146,184,221],[152,190,229],[146,183,225],[150,187,229],[160,194,239],[164,195,241],[169,197,245],[173,196,246],[166,192,243],[160,192,241],[156,190,238],[162,194,243],[167,201,247],[162,199,244],[163,196,241],[179,199,249],[189,209,255],[161,195,240],[153,196,238],[142,186,223],[145,173,212],[195,189,233],[239,224,255],[218,219,250],[191,198,224],[189,200,220],[196,207,227],[191,203,225],[182,194,216],[183,195,217],[218,231,250],[205,217,233],[173,181,194],[190,197,205],[251,255,255],[251,254,255],[202,205,212],[185,189,201],[188,195,213],[188,196,219],[180,195,218],[185,206,227],[181,204,222],[176,195,210],[185,201,216],[188,197,212],[187,194,212],[196,204,223],[179,190,210],[155,171,194],[144,166,189],[138,169,189],[126,166,178],[118,166,168],[84,137,131],[75,131,118],[85,142,127],[82,139,124],[114,172,160],[107,163,160],[116,164,164],[94,126,123],[118,135,129],[218,220,207],[244,241,224],[200,199,181],[131,132,114],[170,173,154],[126,131,109],[38,43,20],[65,75,51],[51,66,47],[66,84,62],[101,119,93],[155,172,138],[182,193,151],[159,158,112],[179,156,112],[183,152,108],[159,132,89],[143,115,75],[116,84,45],[94,52,14],[76,22,0],[116,62,26],[73,35,0],[72,41,10],[50,22,0],[47,12,0],[128,83,54],[112,61,30],[101,46,16],[138,81,52],[137,76,48],[107,43,15],[108,42,10],[146,80,46],[175,109,74],[158,92,57],[142,78,42],[126,63,28],[124,65,35],[130,73,46],[125,69,46],[120,72,52],[95,59,45],[56,28,17],[24,1,0],[15,0,0],[14,3,1],[10,2,0],[4,0,0],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[8,6,7],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[6,6,6],[0,1,0],[4,6,5],[7,9,8],[0,1,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[4,2,3],[1,0,2],[0,0,4],[7,6,11],[0,0,2],[3,3,3],[6,5,3],[15,14,12],[3,0,0],[96,92,91],[94,88,88],[5,0,0],[21,14,8],[37,28,19],[33,23,11],[34,23,5],[43,32,10],[59,50,21],[96,93,52],[85,84,40],[79,77,36],[62,60,21],[87,84,49],[93,90,59],[66,62,37],[68,63,43],[51,46,27],[49,44,25],[56,53,34],[48,46,23],[97,98,66],[108,110,71],[63,66,23],[191,198,154],[118,130,92],[99,114,81],[61,78,46],[48,64,37],[57,71,48],[58,71,51],[72,84,62],[83,92,71],[106,116,92],[155,167,143],[222,238,212],[192,215,189],[100,128,105],[163,196,175],[169,208,189],[137,178,164],[129,168,163],[135,175,175],[100,148,148],[67,115,117],[99,139,147],[116,156,166],[107,153,166],[105,153,165],[130,176,189],[146,186,198],[157,187,198],[150,179,187],[174,205,208],[187,217,217],[152,172,173],[162,182,183],[172,200,204],[233,255,255],[213,240,247],[146,171,178],[148,173,180],[177,204,213],[167,194,203],[168,192,204],[187,206,221],[188,201,220],[210,217,243],[241,246,255],[205,216,244],[162,179,207],[165,192,219],[156,190,217],[141,177,209],[128,167,200],[137,177,212],[147,190,224],[136,182,215],[128,179,210],[137,192,223],[144,201,231],[135,191,224],[136,192,227],[147,199,238],[150,195,237],[145,183,230],[152,184,235],[165,192,245],[173,200,253],[156,192,242],[155,193,242],[157,193,243],[156,192,240],[155,193,238],[165,199,245],[180,202,252],[180,203,253],[168,205,250],[149,192,234],[140,184,223],[169,198,238],[197,196,240],[229,218,255],[200,200,236],[178,187,216],[177,191,217],[173,189,214],[167,183,209],[189,205,230],[162,178,203],[163,178,199],[199,210,228],[199,207,220],[193,197,206],[225,228,235],[244,245,250],[208,211,218],[179,183,194],[185,192,208],[189,197,216],[177,188,210],[199,211,233],[206,218,240],[179,187,206],[175,180,199],[187,188,206],[186,185,203],[191,189,210],[182,183,204],[184,190,212],[174,185,205],[169,186,202],[151,173,184],[143,171,172],[116,147,141],[109,143,129],[115,153,138],[68,118,106],[68,124,113],[71,127,118],[105,152,142],[111,145,129],[134,155,136],[187,199,179],[203,206,189],[138,138,126],[147,141,129],[204,189,170],[154,136,112],[111,94,68],[136,130,106],[76,90,75],[72,95,79],[141,159,133],[186,200,165],[234,241,199],[185,181,136],[221,198,156],[176,147,105],[143,118,78],[172,144,107],[121,88,53],[136,98,62],[106,56,21],[126,76,41],[97,59,23],[108,77,46],[78,50,28],[87,52,32],[143,95,72],[135,81,53],[124,73,44],[121,72,42],[99,50,20],[92,41,12],[90,35,4],[151,90,59],[168,102,68],[160,89,57],[143,72,40],[118,52,20],[117,56,25],[118,63,33],[89,39,12],[74,29,6],[75,39,23],[53,25,14],[29,6,0],[15,0,0],[11,0,0],[9,0,1],[6,2,3],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[26,24,25],[1,0,0],[1,1,1],[5,5,5],[0,0,0],[0,0,0],[7,9,8],[0,1,0],[0,1,0],[0,2,1],[0,0,0],[2,2,2],[6,6,6],[1,1,1],[3,1,2],[2,0,1],[0,0,2],[5,5,7],[3,3,3],[10,10,10],[1,0,0],[8,7,5],[8,4,3],[3,0,0],[20,14,14],[21,13,11],[49,40,35],[42,32,23],[37,25,11],[29,18,0],[46,34,10],[70,61,28],[115,114,66],[119,124,70],[79,83,33],[131,134,91],[50,50,14],[84,83,55],[40,38,17],[48,45,30],[54,48,36],[81,75,63],[84,78,64],[65,60,40],[51,48,17],[100,98,59],[64,63,17],[89,92,47],[100,112,76],[81,98,66],[102,118,89],[94,109,80],[76,90,64],[59,72,46],[78,88,61],[111,120,93],[157,166,137],[216,226,199],[226,240,214],[173,193,168],[180,208,186],[174,207,190],[121,159,146],[89,130,122],[84,126,124],[83,129,129],[143,192,196],[94,145,149],[99,149,158],[125,174,188],[95,148,164],[110,163,181],[131,182,199],[117,164,180],[120,159,174],[138,174,186],[164,199,205],[181,212,215],[153,179,180],[147,171,173],[129,158,162],[155,182,189],[219,242,248],[166,185,192],[143,160,168],[176,194,204],[196,216,225],[177,195,207],[164,180,195],[179,192,209],[181,189,212],[219,225,251],[223,230,255],[183,194,222],[180,200,227],[177,204,233],[144,179,211],[137,176,209],[143,183,218],[139,184,217],[130,176,209],[140,191,222],[145,198,229],[126,181,212],[128,182,216],[130,182,219],[143,191,231],[145,188,231],[147,183,231],[157,189,240],[160,187,240],[154,184,238],[154,194,245],[157,199,249],[157,197,246],[150,191,237],[153,194,238],[170,207,252],[179,207,255],[168,196,244],[148,186,231],[149,192,234],[147,191,230],[200,229,255],[214,217,255],[240,235,255],[190,193,228],[177,186,217],[174,189,220],[170,189,221],[177,196,228],[186,203,233],[172,189,215],[162,177,200],[144,155,175],[170,177,193],[209,213,224],[200,203,210],[244,245,250],[244,247,254],[215,222,232],[224,232,245],[209,221,237],[178,191,210],[187,199,221],[227,238,255],[186,194,215],[171,178,197],[209,212,231],[197,200,219],[179,182,201],[181,186,205],[170,177,195],[176,186,198],[183,196,204],[160,175,178],[156,175,169],[152,170,158],[145,164,145],[133,158,137],[101,139,118],[101,146,126],[118,165,149],[146,185,167],[149,174,152],[105,118,92],[181,184,155],[229,225,198],[159,154,134],[173,162,144],[142,122,97],[163,138,108],[178,152,119],[225,205,178],[87,85,70],[108,117,100],[126,136,109],[157,165,128],[205,203,162],[169,157,115],[208,187,144],[174,149,109],[182,158,122],[179,154,123],[144,115,85],[165,129,97],[180,135,102],[138,92,58],[83,43,8],[95,60,28],[92,62,36],[114,79,57],[119,73,49],[123,71,47],[110,63,37],[106,62,35],[90,49,21],[99,55,26],[94,45,13],[139,84,53],[128,63,31],[127,58,25],[141,70,38],[134,65,32],[120,59,28],[115,60,29],[88,41,11],[68,28,2],[42,9,0],[46,18,7],[39,16,8],[20,3,0],[8,0,0],[7,0,0],[7,3,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[6,8,7],[5,5,5],[0,0,0],[1,1,1],[3,3,3],[1,0,0],[1,0,2],[2,1,6],[3,2,7],[1,1,3],[1,1,1],[5,4,2],[6,5,3],[8,4,3],[10,6,5],[16,10,10],[21,13,11],[40,31,26],[26,16,7],[33,21,7],[45,32,13],[77,62,39],[68,60,24],[140,140,90],[170,175,121],[71,75,25],[80,83,38],[101,103,66],[108,108,80],[56,53,34],[51,47,35],[60,53,43],[31,24,14],[81,73,60],[99,92,73],[93,88,58],[133,128,90],[152,148,101],[83,84,40],[99,109,75],[101,114,88],[115,128,100],[123,136,106],[72,86,53],[85,96,62],[103,113,78],[146,154,117],[185,192,158],[183,193,159],[142,155,127],[187,205,181],[183,207,191],[150,180,170],[143,180,173],[104,143,140],[76,113,106],[125,161,157],[143,182,181],[92,133,137],[119,168,175],[127,179,192],[88,139,158],[111,163,185],[113,165,189],[115,167,191],[105,157,179],[107,155,175],[130,171,189],[159,196,212],[176,214,225],[172,205,214],[182,205,213],[198,215,223],[212,226,235],[206,216,226],[190,196,208],[187,189,202],[220,219,233],[200,203,218],[173,182,197],[168,187,201],[146,174,188],[160,192,207],[171,202,222],[167,191,215],[182,197,226],[173,194,225],[141,180,211],[131,178,208],[142,189,219],[141,186,217],[147,190,222],[145,183,219],[148,184,220],[158,192,230],[143,175,214],[151,178,221],[175,199,247],[165,188,238],[153,176,228],[165,188,242],[164,187,241],[160,190,244],[153,195,245],[149,195,244],[153,197,244],[154,196,244],[144,187,232],[154,192,237],[174,205,252],[159,191,238],[143,181,226],[149,192,234],[152,194,234],[162,194,233],[192,201,244],[207,206,248],[195,199,234],[179,189,224],[168,183,222],[150,169,209],[155,175,212],[168,187,220],[184,201,231],[165,181,206],[153,164,184],[165,172,188],[222,226,237],[232,235,244],[251,254,255],[215,218,225],[210,217,227],[222,232,242],[213,227,238],[204,220,236],[192,210,232],[197,217,241],[170,188,210],[186,203,223],[182,199,217],[173,190,206],[159,177,191],[165,183,195],[159,179,186],[150,171,174],[161,181,179],[166,186,177],[154,171,155],[171,184,164],[159,169,145],[176,189,159],[212,232,195],[158,184,149],[144,173,151],[155,178,158],[150,155,132],[173,164,133],[180,158,117],[183,160,118],[183,168,129],[117,105,67],[128,116,78],[166,151,112],[163,138,98],[134,104,70],[153,123,97],[106,85,58],[131,127,92],[197,195,156],[134,121,79],[144,125,83],[177,158,116],[136,114,77],[130,106,78],[172,148,122],[149,121,97],[68,36,11],[133,97,65],[109,69,34],[138,93,60],[111,68,36],[71,37,9],[95,59,33],[85,41,16],[55,9,0],[67,25,0],[90,53,26],[81,44,17],[132,93,64],[170,125,94],[148,97,66],[145,84,53],[140,74,40],[159,90,57],[150,84,50],[123,63,29],[106,53,19],[89,44,11],[88,51,24],[66,33,16],[44,16,5],[28,5,0],[17,0,0],[10,0,0],[11,2,3],[12,8,9],[1,0,0],[6,2,1],[4,0,0],[6,1,0],[7,2,0],[6,1,0],[8,3,0],[7,3,2],[3,0,0],[4,0,0],[8,4,3],[3,0,0],[3,0,0],[8,4,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,1,0],[0,1,0],[1,3,2],[0,1,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[1,0,0],[7,5,6],[1,1,3],[3,3,5],[3,3,3],[3,3,3],[7,6,4],[9,8,6],[14,10,9],[18,14,13],[18,12,12],[22,14,12],[17,8,3],[39,29,20],[106,94,80],[82,69,50],[65,53,27],[98,87,55],[128,124,79],[118,118,68],[118,117,69],[65,64,20],[48,46,8],[64,63,32],[23,21,0],[36,31,12],[60,54,38],[79,73,59],[51,46,27],[58,53,31],[70,65,35],[86,82,45],[144,141,96],[82,83,41],[84,91,60],[83,93,68],[97,108,78],[173,184,150],[179,191,153],[160,171,131],[141,149,108],[178,186,145],[209,215,177],[232,239,205],[167,180,152],[204,222,200],[158,180,167],[133,160,153],[127,161,160],[108,144,144],[94,129,125],[135,167,164],[130,159,163],[129,163,172],[127,174,184],[92,144,158],[114,162,184],[120,166,192],[121,168,196],[131,181,208],[120,172,196],[117,165,188],[123,159,181],[126,159,178],[152,188,204],[190,222,235],[202,224,235],[214,228,239],[210,220,232],[223,229,241],[216,215,229],[230,226,241],[225,221,236],[240,239,255],[195,204,219],[184,203,217],[160,190,201],[155,188,203],[172,201,219],[193,215,239],[204,213,244],[178,188,223],[172,201,233],[143,179,211],[139,175,207],[136,171,203],[144,177,210],[153,183,217],[157,185,222],[157,183,220],[185,208,249],[165,186,229],[156,177,222],[169,191,238],[159,183,231],[156,182,231],[176,206,255],[160,196,246],[144,188,237],[153,201,249],[148,195,241],[151,194,239],[154,197,240],[151,190,233],[150,184,229],[146,180,225],[155,194,237],[139,181,223],[153,192,231],[173,205,243],[182,196,235],[196,200,238],[195,199,234],[162,172,207],[183,201,241],[178,197,239],[155,174,214],[177,195,231],[177,194,224],[155,169,195],[146,157,177],[209,215,231],[252,254,255],[220,223,232],[252,255,255],[228,232,241],[186,193,203],[178,188,197],[209,223,232],[213,231,245],[208,226,248],[192,212,237],[174,192,216],[191,209,231],[180,198,218],[159,181,195],[162,184,197],[168,191,199],[166,190,192],[175,197,194],[158,178,169],[163,180,164],[188,197,176],[195,199,176],[213,212,184],[211,208,175],[189,191,151],[183,191,152],[184,194,169],[179,184,162],[179,174,145],[235,219,185],[252,225,180],[225,199,150],[224,208,159],[163,152,106],[160,149,103],[123,109,62],[143,119,73],[202,170,129],[172,136,102],[240,211,179],[255,255,218],[178,169,128],[146,123,81],[155,130,89],[100,81,39],[124,106,70],[92,71,44],[138,113,91],[124,96,75],[72,42,18],[88,55,24],[110,72,36],[144,95,62],[159,110,78],[123,87,55],[117,83,55],[78,41,15],[91,54,28],[109,73,49],[90,56,31],[109,73,47],[161,124,97],[118,74,47],[121,72,42],[110,55,24],[140,80,46],[151,88,53],[133,73,37],[114,58,23],[109,56,22],[99,53,19],[77,36,8],[60,27,10],[74,46,35],[47,24,16],[16,0,0],[17,6,4],[11,3,1],[3,0,0],[10,8,9],[6,2,1],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[7,2,0],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[10,6,5],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,3],[0,1,0],[0,0,0],[2,2,2],[1,1,1],[3,3,3],[4,2,3],[1,0,0],[0,0,2],[3,3,5],[3,3,3],[3,3,3],[7,5,6],[9,7,8],[14,10,11],[20,16,17],[5,0,1],[11,2,3],[12,2,0],[32,21,15],[83,71,57],[68,55,36],[54,42,16],[77,63,34],[68,55,20],[71,59,21],[103,94,53],[109,100,61],[110,102,65],[70,64,28],[100,95,63],[70,66,37],[100,96,69],[104,102,77],[69,67,42],[64,63,35],[86,87,55],[72,74,37],[103,105,65],[127,131,94],[86,92,64],[147,156,129],[130,139,108],[169,179,144],[150,161,121],[140,149,106],[145,154,109],[186,193,151],[161,168,127],[195,202,168],[165,175,148],[170,185,166],[160,180,169],[150,177,172],[97,127,129],[132,165,170],[130,165,171],[127,161,170],[150,178,192],[153,184,202],[134,179,198],[118,164,187],[137,176,205],[140,176,208],[144,179,211],[146,183,212],[140,180,205],[150,185,207],[160,181,202],[160,175,194],[177,196,210],[196,220,230],[160,188,199],[149,173,185],[176,188,202],[202,205,222],[243,238,255],[255,252,255],[248,247,255],[243,249,255],[220,232,246],[194,210,225],[205,218,235],[213,224,246],[194,199,228],[208,209,240],[236,232,255],[217,215,254],[223,225,255],[193,198,240],[183,192,233],[175,189,226],[156,176,211],[148,172,206],[146,175,207],[153,184,215],[159,192,225],[198,232,255],[180,214,251],[148,183,223],[146,185,226],[160,202,242],[164,207,249],[140,184,229],[153,201,247],[161,207,255],[147,191,236],[144,187,230],[154,193,236],[149,186,228],[151,184,227],[156,191,233],[157,196,237],[154,193,232],[152,190,227],[168,198,236],[200,215,254],[216,224,255],[203,208,240],[182,188,222],[176,189,231],[170,187,230],[193,211,249],[189,205,239],[168,182,209],[187,198,220],[190,197,215],[212,215,230],[224,224,236],[207,207,217],[246,246,255],[230,233,242],[211,220,229],[168,181,189],[180,197,205],[206,222,235],[192,204,228],[211,222,250],[186,198,224],[189,201,225],[237,249,255],[227,242,255],[207,223,236],[197,214,222],[193,211,213],[190,205,200],[181,191,180],[186,188,174],[212,207,187],[225,213,189],[255,252,227],[254,234,207],[214,199,170],[199,188,160],[204,194,167],[233,224,195],[227,214,180],[245,231,194],[255,249,210],[249,237,195],[255,249,205],[246,238,192],[215,199,148],[216,195,142],[157,132,78],[217,194,144],[219,201,161],[209,197,159],[235,223,181],[160,143,99],[160,128,87],[122,89,48],[62,39,0],[106,86,51],[129,105,79],[87,60,41],[83,54,36],[97,66,45],[65,34,3],[85,47,11],[186,136,101],[165,112,80],[81,40,8],[80,47,16],[126,96,70],[125,97,73],[81,50,29],[90,55,35],[137,99,78],[107,65,43],[160,114,90],[98,51,23],[72,23,0],[96,46,11],[138,86,49],[161,109,72],[126,74,37],[114,61,27],[132,82,49],[99,53,27],[68,32,16],[74,46,35],[54,31,23],[23,4,0],[12,0,0],[7,0,0],[3,0,0],[4,2,3],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[5,1,0],[6,2,1],[7,3,2],[6,2,1],[7,3,2],[9,5,4],[9,5,4],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[4,6,5],[9,9,9],[3,3,3],[0,0,0],[1,1,1],[7,5,6],[7,5,6],[1,1,3],[3,3,5],[1,1,1],[1,1,1],[6,4,5],[7,5,6],[9,4,8],[11,6,10],[15,10,14],[13,7,9],[23,15,13],[27,18,11],[30,20,8],[36,25,7],[49,39,14],[56,42,15],[78,61,31],[99,80,47],[145,129,93],[119,105,68],[130,118,80],[119,110,71],[142,137,99],[106,102,65],[53,50,15],[66,66,32],[92,91,60],[87,88,56],[106,107,75],[83,87,52],[91,96,56],[180,186,148],[134,139,109],[118,124,96],[138,145,112],[120,128,91],[130,138,97],[135,144,101],[157,166,123],[239,247,206],[207,215,178],[213,222,193],[213,222,201],[192,206,191],[218,238,229],[203,228,224],[145,173,174],[172,203,206],[173,204,209],[143,171,182],[171,193,207],[134,159,179],[126,163,182],[155,193,216],[147,178,207],[140,169,199],[136,163,193],[131,160,190],[148,180,205],[176,204,228],[189,204,227],[201,212,232],[200,216,232],[163,185,198],[147,176,190],[156,185,199],[211,230,247],[207,220,237],[213,220,239],[237,244,255],[245,255,255],[218,234,247],[207,226,240],[214,233,248],[220,237,255],[218,230,254],[188,195,224],[178,184,216],[200,206,240],[189,193,230],[184,183,223],[201,203,242],[214,219,255],[204,214,250],[183,199,232],[180,203,234],[162,187,217],[150,177,206],[135,164,194],[164,197,228],[173,208,240],[149,188,221],[152,195,229],[152,198,232],[130,180,215],[148,197,237],[139,186,230],[141,185,232],[139,182,225],[148,187,230],[150,185,227],[149,182,223],[157,191,229],[157,191,229],[156,191,229],[170,205,243],[148,180,218],[141,167,202],[184,200,234],[204,215,247],[195,200,230],[193,198,230],[158,170,208],[166,181,220],[226,240,255],[183,197,226],[203,214,236],[213,220,238],[189,192,207],[194,194,206],[190,188,199],[216,213,224],[244,242,253],[216,218,230],[230,237,247],[173,186,195],[151,168,176],[166,182,197],[181,196,217],[208,220,246],[215,227,253],[200,212,236],[207,219,241],[200,213,232],[222,236,249],[212,227,234],[205,221,221],[182,195,188],[192,200,187],[202,203,185],[193,187,165],[185,169,144],[227,206,179],[247,226,199],[207,191,166],[164,150,124],[166,150,125],[209,193,167],[243,228,199],[237,224,192],[178,172,138],[180,176,139],[182,180,141],[179,176,131],[180,173,121],[200,189,135],[186,175,119],[194,184,131],[203,199,152],[179,174,132],[249,238,193],[200,179,136],[141,108,65],[125,90,48],[106,79,36],[95,71,33],[106,79,52],[110,79,58],[100,68,47],[111,77,52],[125,90,58],[128,88,52],[198,145,111],[215,162,128],[145,104,72],[142,111,82],[137,113,89],[63,41,20],[60,33,14],[96,63,46],[82,43,28],[63,20,3],[87,42,21],[102,56,32],[99,54,25],[101,56,23],[85,41,6],[97,51,15],[118,69,36],[112,62,29],[110,57,26],[109,61,38],[83,47,31],[61,33,22],[39,16,8],[19,2,0],[8,0,0],[10,2,0],[8,4,3],[1,0,0],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[5,0,0],[4,0,0],[7,3,2],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[3,3,3],[6,6,6],[0,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[6,4,5],[6,4,5],[3,1,4],[3,0,4],[13,8,14],[17,11,15],[31,22,23],[59,50,45],[64,54,44],[46,35,17],[42,31,9],[72,58,31],[80,63,33],[94,75,43],[141,122,89],[105,89,53],[88,76,36],[99,90,49],[90,83,41],[87,82,42],[71,67,29],[63,61,23],[60,57,22],[87,87,53],[111,111,77],[71,73,36],[99,101,62],[170,172,133],[123,127,92],[91,97,63],[91,97,61],[152,160,121],[170,178,139],[188,199,159],[209,219,182],[235,245,211],[222,231,204],[221,230,209],[234,245,231],[245,255,248],[232,251,245],[226,248,245],[237,255,255],[202,228,227],[191,211,210],[148,163,166],[142,155,163],[165,179,190],[178,200,214],[150,175,195],[148,170,194],[162,183,212],[152,175,206],[148,173,203],[158,185,214],[166,193,222],[158,179,208],[168,188,215],[176,198,222],[145,169,193],[161,189,211],[191,223,244],[208,241,255],[188,221,238],[122,154,169],[158,190,205],[216,245,255],[217,246,255],[156,188,203],[176,209,224],[147,183,199],[163,200,219],[179,215,237],[147,183,209],[150,184,212],[166,195,227],[161,186,217],[164,187,218],[171,196,226],[197,222,252],[198,222,250],[193,214,243],[169,189,216],[184,201,229],[186,201,232],[159,175,208],[169,189,222],[176,202,235],[160,195,227],[143,184,216],[127,176,208],[143,191,227],[163,208,250],[161,202,248],[156,193,237],[157,190,233],[151,180,220],[147,176,216],[158,188,226],[157,189,227],[150,182,220],[166,196,232],[167,193,230],[167,189,226],[187,203,237],[202,211,244],[204,205,236],[203,204,234],[175,181,213],[177,188,218],[222,232,255],[207,215,236],[209,215,231],[195,197,209],[186,185,193],[197,191,201],[200,192,203],[225,217,228],[248,242,254],[204,202,215],[191,194,209],[166,175,190],[173,187,200],[172,190,204],[154,175,192],[153,174,193],[174,195,214],[199,217,237],[209,226,246],[171,188,204],[172,190,202],[157,174,181],[205,224,222],[204,220,210],[179,192,175],[163,171,150],[149,149,125],[178,172,146],[210,199,171],[217,208,179],[140,139,111],[134,132,109],[181,174,155],[167,158,141],[160,148,132],[237,225,209],[202,194,173],[119,114,85],[150,150,112],[199,206,162],[229,241,193],[220,234,185],[215,229,180],[228,236,187],[194,193,145],[197,189,142],[242,229,187],[212,190,149],[163,130,87],[157,120,76],[110,75,33],[67,33,0],[176,141,111],[154,118,92],[100,63,37],[123,83,57],[104,61,27],[163,117,83],[102,52,17],[82,33,0],[134,95,64],[172,142,116],[246,225,204],[222,203,188],[146,120,107],[99,69,58],[64,27,18],[53,13,3],[41,0,0],[57,14,0],[116,72,47],[107,63,34],[82,39,7],[68,23,0],[100,51,19],[116,65,36],[94,40,12],[86,36,13],[94,57,41],[61,33,22],[22,0,0],[14,0,0],[23,9,8],[17,8,9],[4,0,1],[4,2,3],[5,1,0],[6,2,1],[6,1,0],[6,1,0],[8,3,0],[5,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[9,5,4],[13,9,8],[4,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[5,7,6],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[2,0,1],[8,6,7],[8,6,9],[4,2,7],[3,1,6],[10,5,11],[16,11,15],[19,13,13],[39,32,26],[32,24,13],[23,14,0],[33,25,2],[80,69,41],[102,87,54],[90,74,38],[64,50,11],[118,104,65],[112,100,60],[108,99,58],[94,86,47],[66,61,23],[79,73,37],[83,77,43],[65,59,25],[73,69,34],[111,107,70],[120,115,77],[150,145,103],[156,153,112],[137,139,99],[116,121,81],[121,128,87],[162,170,131],[171,181,144],[226,237,203],[215,226,196],[166,176,152],[223,232,215],[197,207,196],[193,204,196],[185,200,195],[123,142,138],[164,187,181],[219,246,239],[206,231,225],[173,188,185],[166,178,176],[160,174,175],[176,191,196],[188,205,215],[160,177,193],[162,180,202],[161,183,207],[158,182,208],[160,186,213],[162,188,215],[171,197,224],[169,195,222],[167,193,218],[183,209,234],[190,218,242],[158,192,219],[139,176,202],[141,179,202],[190,228,249],[185,223,242],[155,192,210],[178,211,228],[203,239,255],[209,246,255],[215,255,255],[165,212,228],[139,187,207],[139,187,209],[140,186,212],[157,196,227],[149,185,217],[148,182,210],[149,183,208],[149,181,206],[170,200,224],[162,188,213],[170,190,215],[162,176,202],[192,199,227],[204,207,238],[214,217,250],[199,203,238],[189,199,234],[176,196,229],[158,187,219],[153,189,221],[139,179,214],[161,200,243],[164,201,246],[150,183,226],[146,175,217],[151,176,216],[154,178,216],[167,193,230],[176,205,239],[205,234,255],[192,218,253],[165,187,224],[166,185,218],[199,214,245],[214,220,252],[208,205,236],[208,205,234],[202,206,233],[247,255,255],[236,243,255],[211,217,229],[144,147,154],[189,188,193],[229,224,228],[198,189,194],[213,202,210],[244,232,242],[255,248,255],[216,212,227],[177,178,196],[165,172,190],[182,193,211],[186,203,219],[177,200,214],[179,205,218],[170,193,209],[191,210,227],[217,234,252],[182,198,214],[157,171,184],[145,158,166],[170,184,184],[203,216,207],[201,214,197],[193,202,181],[135,140,117],[172,175,148],[225,224,196],[191,191,163],[222,232,205],[169,179,154],[126,125,104],[145,139,123],[105,97,86],[149,141,130],[248,241,225],[209,203,181],[216,213,178],[211,217,173],[201,217,170],[205,224,178],[213,235,188],[226,242,193],[229,232,179],[216,208,159],[173,158,117],[177,155,116],[231,199,158],[171,134,90],[155,112,69],[116,72,33],[160,120,85],[158,117,85],[99,55,26],[111,64,34],[131,81,46],[153,101,64],[111,63,27],[83,40,6],[92,57,27],[184,156,134],[255,250,236],[255,246,235],[133,110,102],[68,41,34],[74,45,37],[46,13,4],[49,13,1],[55,16,0],[117,75,53],[93,49,24],[109,63,37],[110,63,35],[105,55,28],[120,69,42],[113,62,35],[96,50,27],[94,58,42],[46,18,7],[17,0,0],[17,0,0],[15,4,2],[11,3,1],[7,3,2],[3,1,2],[5,1,0],[6,2,1],[5,0,0],[7,2,0],[11,6,3],[7,2,0],[3,0,0],[6,2,1],[9,5,4],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,2,1],[13,15,14],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[6,4,7],[6,4,7],[6,4,9],[9,7,12],[3,0,5],[15,10,16],[23,17,19],[37,29,26],[26,17,8],[49,40,25],[67,59,38],[91,82,53],[82,74,35],[93,85,39],[47,40,0],[81,74,30],[59,54,12],[94,89,51],[102,96,62],[103,94,63],[88,79,50],[83,72,44],[90,79,51],[91,78,46],[120,106,71],[118,103,62],[116,102,57],[140,130,81],[108,107,61],[107,113,67],[146,153,111],[157,165,126],[189,201,165],[182,195,167],[239,251,231],[198,209,195],[236,245,240],[179,189,188],[206,218,218],[207,223,222],[151,172,167],[165,191,182],[174,202,190],[179,205,194],[179,198,192],[176,192,189],[198,220,218],[176,200,202],[164,181,189],[160,176,191],[159,180,197],[159,184,204],[155,182,203],[162,186,210],[175,195,220],[196,218,242],[191,222,243],[173,204,224],[180,207,228],[191,222,243],[115,157,182],[119,164,193],[130,167,196],[145,176,205],[217,241,255],[227,248,255],[207,233,255],[174,205,226],[144,185,203],[137,182,201],[140,188,208],[137,183,207],[139,180,208],[154,187,222],[163,188,228],[168,190,229],[158,185,215],[152,179,206],[166,192,217],[203,227,251],[179,199,223],[185,199,225],[184,191,217],[214,214,242],[231,224,255],[255,248,255],[231,219,255],[226,218,255],[240,238,255],[205,211,247],[176,190,225],[179,201,240],[150,181,225],[152,184,231],[150,177,222],[154,177,221],[160,179,221],[164,182,222],[169,191,228],[163,187,223],[168,190,227],[184,204,239],[174,192,228],[163,177,212],[174,187,219],[192,197,227],[206,201,231],[220,214,240],[212,213,233],[251,255,255],[230,233,242],[253,254,255],[188,188,188],[190,186,185],[195,187,185],[211,199,201],[241,226,233],[255,243,254],[228,216,230],[199,190,209],[182,180,201],[195,200,220],[198,209,229],[207,224,242],[200,224,234],[204,228,238],[189,208,222],[204,220,235],[217,226,243],[221,226,245],[214,217,232],[193,197,206],[210,215,218],[184,191,184],[193,201,188],[212,219,201],[168,176,153],[165,170,147],[190,194,169],[153,162,135],[197,217,189],[239,255,228],[165,170,140],[148,144,119],[100,94,78],[52,46,34],[146,142,130],[242,237,218],[181,172,141],[149,144,102],[184,186,139],[149,156,105],[188,200,152],[156,164,113],[170,169,113],[132,125,71],[112,96,60],[163,140,108],[202,174,134],[218,181,137],[191,139,99],[174,121,81],[158,110,72],[126,80,44],[126,77,44],[139,86,52],[181,121,85],[146,88,51],[136,90,54],[127,91,57],[85,51,26],[69,38,20],[156,127,119],[165,140,136],[68,44,40],[53,32,27],[40,20,13],[34,11,3],[40,10,0],[32,0,0],[119,73,58],[118,67,48],[105,50,29],[100,44,21],[115,61,37],[112,62,39],[103,57,33],[116,75,53],[76,43,28],[32,4,0],[18,0,0],[22,3,0],[10,0,0],[6,0,0],[10,6,7],[1,0,0],[6,2,1],[6,2,1],[4,0,0],[7,2,0],[14,9,6],[9,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[13,9,8],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[12,8,7],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,2,1],[252,254,253],[91,93,92],[0,0,0],[6,6,6],[6,6,6],[0,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[3,1,2],[2,0,3],[2,0,3],[5,3,6],[13,8,12],[18,13,17],[25,19,21],[13,5,3],[33,26,18],[48,41,25],[62,54,33],[44,34,9],[50,41,8],[62,58,11],[122,119,68],[111,109,58],[172,170,121],[143,140,95],[121,117,79],[78,73,41],[73,66,38],[100,89,67],[64,53,33],[35,23,1],[49,33,8],[107,91,58],[107,89,49],[103,87,38],[134,124,73],[155,157,110],[115,124,79],[108,119,76],[117,129,89],[125,139,104],[178,193,164],[210,225,204],[245,255,248],[228,245,239],[118,136,136],[157,177,178],[204,225,226],[179,204,200],[148,175,168],[177,205,193],[151,178,169],[153,178,175],[171,195,197],[221,251,251],[211,237,238],[183,197,206],[183,197,208],[189,211,225],[161,187,202],[160,187,204],[155,180,200],[169,187,211],[178,198,222],[149,181,202],[132,168,190],[159,191,216],[172,209,236],[139,188,218],[178,229,255],[178,219,251],[151,184,217],[167,193,226],[209,234,255],[183,210,239],[167,201,226],[154,196,218],[157,204,224],[165,211,234],[155,200,223],[200,235,255],[217,246,255],[187,207,242],[225,245,255],[171,196,227],[158,185,212],[166,188,212],[191,211,235],[165,186,207],[205,223,245],[208,220,246],[202,207,236],[211,210,242],[197,193,228],[191,185,221],[209,203,239],[250,243,255],[241,239,255],[195,200,242],[198,211,255],[192,215,255],[175,202,247],[181,204,246],[191,210,252],[185,200,239],[201,215,252],[220,236,255],[196,212,245],[163,178,211],[168,181,213],[185,194,227],[173,179,211],[161,165,194],[209,206,235],[241,230,255],[208,196,220],[206,204,218],[186,186,196],[206,207,212],[252,252,254],[206,205,203],[209,204,201],[214,202,202],[245,231,231],[255,249,255],[255,242,254],[209,195,210],[204,195,214],[203,201,222],[230,236,255],[196,210,236],[160,178,200],[165,187,200],[192,214,225],[161,183,196],[195,212,228],[235,248,255],[234,242,255],[215,220,239],[240,246,255],[236,245,250],[214,224,223],[209,219,210],[186,194,181],[225,229,212],[228,231,212],[177,182,160],[137,147,122],[159,178,150],[203,219,190],[177,182,150],[70,69,39],[65,62,43],[132,130,117],[153,153,143],[253,250,235],[220,214,182],[185,178,134],[203,199,152],[243,241,193],[197,200,153],[162,164,115],[177,174,121],[153,143,94],[122,104,66],[120,96,60],[88,59,19],[151,112,71],[206,152,114],[201,143,105],[168,116,77],[107,59,19],[105,56,16],[133,77,40],[183,119,83],[174,114,78],[129,83,47],[121,85,53],[89,55,30],[93,62,44],[146,113,104],[95,64,59],[64,39,34],[27,7,0],[50,31,24],[54,34,27],[62,35,26],[57,21,9],[57,11,0],[116,63,45],[126,69,49],[118,60,38],[115,59,36],[109,59,36],[104,59,36],[84,46,27],[55,23,10],[41,14,5],[17,0,0],[13,0,0],[21,10,8],[13,5,3],[3,0,0],[6,4,5],[6,2,3],[6,2,1],[4,0,0],[8,3,0],[16,11,8],[10,6,3],[3,0,0],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[12,8,7],[84,80,79],[85,81,80],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,3,3],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[1,1,1],[2,2,2],[1,1,1],[64,64,66],[24,24,26],[1,1,3],[1,1,3],[1,1,3],[2,2,4],[4,4,6],[0,0,2],[1,1,1],[9,9,9],[0,0,0],[12,12,12],[1,0,2],[11,9,12],[14,10,11],[24,18,18],[30,22,20],[36,27,22],[34,24,14],[63,51,35],[77,65,41],[65,54,24],[92,79,45],[113,101,63],[94,88,40],[75,72,19],[163,162,108],[184,182,131],[186,185,137],[61,59,18],[42,39,6],[64,58,34],[84,77,61],[69,59,47],[84,72,60],[112,101,83],[113,101,75],[103,90,55],[94,83,38],[116,112,65],[152,163,120],[120,136,97],[119,136,94],[80,96,57],[111,127,90],[162,182,147],[178,201,173],[172,200,178],[146,177,162],[122,155,146],[138,173,169],[130,165,161],[111,143,140],[161,192,186],[180,207,200],[161,190,186],[133,163,173],[152,184,197],[186,216,224],[158,183,188],[183,193,202],[230,238,249],[175,193,207],[158,181,197],[152,178,195],[173,195,216],[216,232,255],[221,241,255],[162,198,224],[119,163,192],[132,177,216],[150,198,238],[148,201,235],[150,200,233],[154,203,235],[154,199,232],[144,187,219],[142,183,213],[151,192,220],[161,203,228],[163,205,229],[176,218,240],[181,222,242],[220,255,255],[203,238,255],[189,220,240],[207,234,255],[196,224,248],[167,201,229],[156,185,215],[186,202,228],[184,199,220],[167,193,208],[182,211,229],[175,203,227],[152,179,209],[167,191,227],[158,180,217],[156,176,211],[170,184,221],[188,191,232],[211,212,255],[212,222,255],[181,197,246],[174,191,235],[178,196,236],[189,204,243],[190,204,241],[221,234,255],[208,219,251],[197,208,236],[235,242,255],[207,213,239],[205,207,232],[213,210,237],[198,189,216],[196,183,209],[219,203,230],[233,213,240],[222,204,228],[202,196,210],[172,171,179],[206,205,213],[255,253,255],[212,207,213],[208,199,204],[224,209,216],[255,245,254],[255,248,255],[255,243,255],[235,218,234],[216,207,226],[221,223,246],[199,211,237],[139,159,186],[140,161,188],[147,163,186],[181,199,219],[172,199,218],[132,160,181],[167,191,215],[204,224,249],[173,193,217],[171,192,211],[180,204,214],[206,227,230],[240,255,253],[220,230,222],[200,200,190],[217,214,199],[240,241,223],[185,189,166],[208,212,187],[184,187,160],[119,119,91],[100,100,74],[83,85,64],[100,102,88],[116,119,112],[78,80,66],[205,207,170],[167,166,120],[116,113,70],[209,206,165],[182,177,139],[91,86,48],[185,176,137],[227,213,174],[219,200,157],[180,153,110],[101,63,24],[98,52,18],[176,123,91],[151,96,65],[136,86,51],[124,76,38],[98,49,9],[116,62,24],[176,118,81],[161,102,68],[123,72,41],[123,79,52],[70,34,12],[123,88,68],[106,68,49],[108,69,52],[79,45,33],[42,14,3],[35,10,3],[56,31,24],[43,13,3],[77,41,27],[56,10,0],[70,18,0],[130,74,49],[124,67,40],[111,55,30],[122,70,48],[96,49,29],[87,48,31],[62,32,22],[49,24,19],[20,0,0],[11,0,0],[15,4,2],[5,0,0],[4,0,0],[5,3,4],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[8,4,3],[3,0,0],[3,0,0],[6,2,1],[12,8,7],[12,8,7],[7,3,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,1,3],[2,2,4],[1,1,3],[3,3,3],[0,0,0],[7,7,7],[0,0,0],[5,3,4],[9,7,8],[9,5,4],[19,14,11],[54,47,41],[27,19,8],[39,30,13],[60,49,27],[119,108,80],[99,86,52],[98,84,47],[106,94,52],[125,118,72],[87,85,34],[89,88,34],[138,138,84],[162,162,110],[95,97,48],[54,55,15],[32,31,0],[47,45,22],[49,43,27],[95,88,72],[101,93,72],[57,50,21],[71,63,24],[71,65,17],[119,118,70],[166,179,136],[115,133,93],[89,106,64],[77,92,51],[121,136,95],[182,198,161],[165,186,153],[152,181,153],[49,82,63],[84,122,107],[108,148,139],[111,150,145],[116,151,145],[149,180,174],[160,185,179],[141,166,163],[174,201,212],[148,176,190],[120,150,160],[128,153,160],[189,201,213],[204,213,228],[165,182,198],[138,161,179],[178,203,223],[192,216,240],[182,202,229],[170,195,225],[160,201,231],[148,197,230],[145,194,235],[139,188,229],[122,174,211],[118,171,205],[119,172,206],[122,175,207],[125,175,208],[126,177,208],[131,180,210],[136,183,211],[139,183,210],[163,205,229],[169,207,230],[200,237,255],[193,228,247],[175,208,225],[175,207,222],[182,213,234],[147,180,211],[158,187,219],[176,191,220],[179,193,219],[189,214,234],[198,231,250],[176,210,235],[152,187,217],[143,179,213],[145,181,215],[146,181,213],[159,185,220],[200,212,252],[221,228,255],[191,208,254],[170,188,234],[177,192,233],[183,197,236],[182,194,232],[156,169,203],[189,202,234],[226,237,255],[216,223,251],[180,186,210],[208,210,233],[222,220,242],[214,206,229],[213,201,223],[205,190,213],[241,222,244],[245,223,246],[228,211,230],[219,211,224],[252,249,255],[203,200,207],[196,193,200],[216,211,218],[221,211,219],[247,231,241],[255,248,255],[255,244,253],[231,211,223],[216,202,217],[221,214,232],[225,230,252],[154,170,195],[143,169,196],[142,168,195],[152,170,194],[180,198,220],[167,194,215],[144,175,196],[154,184,208],[178,206,230],[179,205,228],[160,187,208],[136,165,179],[167,196,202],[191,211,212],[226,236,235],[190,189,184],[215,211,200],[225,223,208],[247,246,225],[226,222,195],[203,198,168],[147,143,114],[118,117,89],[92,92,66],[135,137,115],[155,158,141],[78,81,60],[121,125,92],[142,144,107],[121,121,87],[137,132,100],[139,133,101],[111,102,69],[153,142,110],[193,179,142],[182,163,120],[212,185,142],[90,52,16],[157,112,81],[154,104,77],[125,74,47],[115,69,36],[148,102,68],[134,89,50],[85,37,0],[165,113,76],[110,55,24],[70,19,0],[62,17,0],[72,37,17],[89,54,34],[73,32,10],[89,47,25],[73,37,21],[67,35,24],[81,54,45],[27,0,0],[48,18,8],[54,18,4],[61,18,0],[75,25,2],[109,55,29],[114,58,31],[108,56,32],[68,20,0],[49,4,0],[60,22,9],[63,34,26],[32,8,4],[35,16,12],[19,5,2],[11,1,0],[23,18,15],[8,4,3],[1,0,0],[5,0,4],[5,0,4],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[9,5,4],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[2,2,4],[0,0,2],[0,0,2],[2,2,2],[0,2,0],[14,16,13],[65,65,63],[0,0,0],[1,0,0],[12,11,9],[17,13,12],[14,9,5],[47,40,32],[70,62,51],[36,27,10],[30,19,0],[62,51,23],[99,86,54],[106,93,58],[105,96,57],[78,73,31],[76,75,29],[78,78,28],[135,138,85],[200,203,146],[154,157,100],[122,125,72],[86,88,41],[30,30,0],[88,88,54],[64,61,28],[36,32,0],[43,40,0],[44,40,0],[77,74,19],[169,169,115],[181,190,145],[177,189,149],[168,176,135],[171,180,137],[149,156,114],[177,185,146],[201,215,180],[224,243,215],[158,183,162],[136,167,152],[113,146,137],[141,174,167],[142,173,167],[159,186,179],[205,228,220],[168,187,181],[170,182,182],[141,156,159],[159,184,189],[218,245,254],[212,229,245],[214,231,251],[159,182,200],[170,197,216],[216,246,255],[145,176,204],[141,171,205],[144,180,216],[155,204,237],[184,234,255],[159,202,236],[132,175,209],[132,182,217],[124,178,214],[124,176,213],[127,180,214],[130,180,215],[131,181,216],[130,179,212],[129,175,208],[138,181,213],[144,185,213],[150,187,214],[177,213,237],[180,215,237],[172,204,227],[158,189,210],[166,196,222],[158,187,219],[153,177,213],[166,180,217],[174,189,222],[167,188,217],[179,207,231],[199,229,253],[186,218,243],[156,190,217],[143,178,206],[139,172,203],[149,175,208],[178,194,230],[182,196,233],[165,185,218],[182,202,237],[187,202,241],[168,182,221],[173,187,224],[173,186,221],[185,198,232],[185,196,226],[182,191,220],[178,185,211],[201,205,230],[211,212,233],[220,217,238],[191,183,204],[205,194,211],[228,215,233],[255,246,255],[230,218,232],[186,179,187],[188,183,190],[179,174,181],[228,223,229],[252,247,253],[224,218,222],[255,248,255],[255,250,255],[255,242,250],[241,224,234],[237,225,237],[212,208,223],[189,196,215],[150,166,191],[171,197,224],[152,180,204],[158,180,201],[188,209,226],[168,189,206],[156,182,199],[154,183,199],[167,196,214],[200,225,245],[178,204,221],[133,162,176],[146,173,184],[157,174,182],[162,171,176],[124,130,128],[165,168,159],[148,144,133],[212,205,186],[231,226,194],[186,182,144],[204,198,162],[169,161,125],[132,123,90],[166,160,124],[128,124,86],[103,103,69],[114,113,93],[91,92,78],[85,86,70],[212,211,191],[116,112,87],[54,47,18],[109,99,64],[130,116,79],[168,153,112],[244,220,182],[171,138,107],[186,144,119],[140,94,70],[106,60,36],[96,55,27],[139,98,68],[203,163,128],[126,81,48],[109,60,28],[96,46,19],[72,26,2],[60,19,0],[50,19,1],[53,22,4],[94,56,37],[78,40,21],[92,56,42],[102,72,62],[123,96,89],[64,37,30],[58,28,18],[78,42,28],[88,45,28],[125,77,55],[141,89,65],[127,75,51],[99,51,29],[56,11,0],[67,25,11],[67,33,23],[37,10,3],[33,12,7],[34,16,12],[12,0,0],[20,10,8],[27,22,19],[3,0,0],[11,9,10],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[5,1,0],[9,5,4],[11,7,6],[10,6,5],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[1,1,1],[2,2,4],[5,5,7],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,4],[2,4,1],[26,28,23],[77,79,76],[2,2,0],[5,5,3],[16,15,11],[21,20,16],[12,9,4],[21,17,8],[62,56,44],[85,78,60],[13,5,0],[22,12,0],[39,30,0],[38,28,0],[67,57,21],[50,41,8],[63,57,21],[90,85,43],[125,123,72],[100,99,42],[71,71,9],[147,147,85],[155,154,97],[156,155,101],[144,142,93],[110,106,59],[84,77,31],[95,89,39],[103,96,42],[131,125,65],[201,199,142],[237,243,195],[214,221,179],[167,173,129],[172,173,129],[137,138,94],[147,148,108],[208,214,178],[211,221,194],[243,255,239],[139,162,146],[141,167,156],[160,187,180],[150,177,170],[152,178,169],[170,191,182],[190,206,196],[174,181,174],[191,200,199],[195,216,221],[195,222,233],[171,189,209],[194,212,234],[153,176,194],[189,216,235],[171,201,225],[177,211,239],[168,203,241],[141,185,224],[129,183,219],[135,188,222],[135,178,210],[126,167,199],[125,175,212],[124,178,216],[129,181,220],[130,182,219],[129,181,218],[133,183,220],[136,186,221],[136,185,218],[151,196,229],[140,183,215],[157,196,227],[174,211,240],[159,194,222],[161,195,222],[157,188,216],[169,200,229],[172,205,238],[146,176,212],[150,175,215],[174,198,236],[154,180,213],[153,180,209],[186,214,236],[176,207,227],[184,215,236],[173,203,227],[167,194,223],[165,188,220],[164,180,213],[164,178,207],[165,179,205],[167,181,207],[196,209,243],[184,198,235],[179,193,228],[168,181,215],[175,188,220],[164,175,205],[170,179,208],[186,193,219],[193,199,223],[187,189,210],[241,242,255],[224,221,238],[232,228,242],[201,195,207],[237,229,240],[255,245,254],[240,230,238],[188,179,184],[227,221,225],[255,253,255],[223,218,222],[229,223,225],[255,252,255],[255,247,251],[237,225,229],[233,220,227],[241,234,242],[209,208,222],[159,167,186],[159,175,198],[154,180,205],[151,181,205],[158,187,203],[183,209,222],[155,174,188],[155,174,188],[172,196,208],[183,210,221],[196,224,236],[166,194,208],[149,177,191],[133,156,172],[143,162,176],[140,157,165],[119,133,134],[102,108,104],[120,115,109],[164,155,138],[197,188,157],[196,188,149],[215,205,169],[230,220,184],[230,221,182],[200,193,149],[117,114,59],[103,100,55],[82,77,57],[30,26,15],[68,65,48],[181,179,158],[183,179,154],[41,37,8],[66,61,29],[128,120,84],[190,176,139],[240,217,183],[255,231,202],[156,119,93],[91,49,25],[78,36,12],[42,2,0],[70,33,4],[193,154,123],[200,159,127],[100,55,26],[108,61,35],[84,39,18],[90,52,33],[73,41,26],[48,19,3],[65,28,10],[65,28,10],[55,21,9],[60,30,20],[42,15,8],[53,26,19],[39,9,0],[65,29,15],[83,42,24],[118,71,51],[141,93,71],[143,95,73],[87,42,23],[66,27,12],[73,36,27],[40,10,2],[45,20,15],[39,18,13],[25,7,3],[17,3,0],[8,0,0],[5,0,0],[10,6,5],[1,0,0],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[6,2,1],[9,5,4],[11,7,6],[9,5,4],[5,1,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[3,3,3],[1,1,1],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,3,5],[4,4,6],[1,1,3],[2,2,2],[0,2,0],[0,1,0],[9,11,6],[0,1,0],[13,14,9],[6,5,1],[6,5,1],[5,2,0],[18,14,5],[42,36,24],[65,60,41],[79,73,51],[98,92,66],[42,35,6],[19,10,0],[28,17,0],[56,40,15],[45,27,3],[93,77,43],[119,105,60],[106,93,38],[130,120,58],[91,82,15],[150,141,74],[170,160,98],[160,148,88],[142,129,74],[205,190,135],[193,178,123],[200,183,127],[185,169,110],[194,183,127],[255,255,209],[213,219,173],[178,177,131],[170,167,122],[169,162,118],[159,154,114],[190,187,152],[174,177,148],[222,231,210],[239,253,238],[214,234,225],[163,186,178],[155,178,170],[143,166,158],[166,187,178],[183,199,189],[242,248,244],[226,236,237],[219,243,247],[216,240,250],[201,218,236],[170,187,205],[203,222,237],[198,221,237],[195,223,244],[181,212,240],[188,224,255],[140,184,223],[122,180,218],[141,199,236],[118,166,202],[130,176,212],[122,174,213],[124,177,217],[129,182,222],[130,182,222],[128,180,220],[135,184,224],[140,189,229],[140,188,228],[151,195,234],[132,174,212],[143,183,219],[160,198,234],[163,197,232],[182,215,248],[173,206,239],[182,217,249],[158,201,233],[153,199,233],[148,194,230],[157,199,237],[145,181,217],[133,164,193],[159,187,208],[173,200,217],[190,216,233],[209,230,251],[196,213,243],[181,194,228],[181,190,221],[201,207,233],[219,218,236],[191,190,208],[178,185,213],[194,205,237],[198,209,241],[174,185,217],[170,181,211],[165,176,206],[176,185,214],[177,184,210],[149,155,179],[189,194,214],[251,254,255],[245,247,255],[233,233,243],[199,198,204],[181,179,184],[233,227,231],[255,251,255],[246,233,240],[255,252,255],[254,248,250],[224,220,221],[255,254,255],[246,240,242],[255,253,253],[199,190,191],[183,177,181],[195,192,199],[199,201,213],[168,180,196],[140,158,178],[118,144,167],[138,169,190],[151,184,199],[185,215,225],[191,214,222],[188,205,213],[188,203,210],[182,203,208],[168,201,206],[145,177,188],[159,177,197],[173,189,212],[154,180,197],[150,176,189],[155,174,180],[124,134,135],[198,194,191],[179,167,155],[187,171,146],[232,217,186],[220,207,175],[220,212,176],[244,239,201],[228,226,178],[167,165,106],[156,153,98],[158,149,116],[147,135,109],[85,74,42],[53,45,9],[173,168,138],[154,153,125],[153,155,133],[213,211,186],[132,119,87],[157,133,99],[203,169,141],[114,74,49],[52,7,0],[102,57,34],[81,39,14],[109,70,41],[97,56,26],[152,109,77],[127,80,52],[133,83,58],[115,69,46],[93,52,32],[123,90,71],[98,67,49],[94,59,40],[49,12,0],[55,21,11],[46,16,6],[21,0,0],[78,49,41],[32,0,0],[94,58,44],[77,35,19],[85,40,21],[121,74,54],[150,105,86],[65,26,11],[44,7,0],[35,4,0],[40,12,9],[41,17,13],[34,15,11],[11,0,0],[8,0,0],[11,3,0],[4,0,0],[3,0,0],[10,6,7],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[3,3,3],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[3,3,5],[4,4,6],[5,5,7],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[1,3,2],[3,8,4],[0,5,0],[0,2,0],[13,15,10],[18,20,15],[10,11,6],[13,12,8],[10,9,4],[20,17,8],[34,30,18],[45,42,25],[41,36,16],[56,52,27],[85,81,52],[57,52,22],[59,49,22],[48,31,13],[48,27,8],[45,25,0],[95,80,39],[115,102,50],[119,108,46],[131,120,54],[139,129,60],[112,101,35],[122,111,47],[147,136,74],[83,68,9],[153,138,79],[207,191,132],[184,168,108],[217,206,150],[230,232,183],[205,211,165],[212,211,165],[175,171,126],[169,160,117],[161,152,111],[190,184,150],[242,241,213],[231,236,216],[235,247,233],[203,220,212],[133,156,150],[157,182,176],[161,186,180],[165,188,180],[185,204,198],[233,242,239],[230,240,241],[203,224,227],[191,214,222],[205,221,236],[181,198,216],[189,212,230],[197,225,246],[195,230,252],[152,187,215],[131,167,201],[135,178,213],[126,180,214],[123,182,214],[132,182,215],[120,168,204],[123,175,214],[121,174,214],[121,174,214],[121,174,214],[125,178,218],[135,187,227],[136,188,228],[131,180,221],[145,190,231],[151,195,234],[153,195,235],[156,195,234],[160,195,233],[169,203,240],[156,190,227],[178,214,250],[166,211,244],[144,194,227],[129,185,220],[129,181,218],[136,174,211],[164,195,226],[191,218,239],[179,202,218],[166,187,204],[185,202,222],[175,189,216],[165,176,206],[162,176,202],[177,185,204],[209,205,219],[222,218,232],[177,182,202],[176,186,211],[188,198,225],[184,194,221],[173,183,210],[164,171,199],[184,191,217],[181,187,211],[185,190,212],[199,204,223],[224,227,242],[217,220,229],[250,251,255],[208,207,212],[162,162,162],[219,215,216],[255,246,251],[255,249,255],[254,242,246],[250,241,244],[249,245,246],[246,244,245],[180,179,177],[213,212,210],[220,216,215],[217,215,216],[209,210,215],[180,184,195],[179,191,205],[151,170,187],[161,188,209],[132,164,185],[148,187,202],[158,192,202],[188,211,219],[192,207,212],[170,184,185],[155,175,176],[133,163,165],[111,141,149],[142,163,182],[154,176,200],[167,198,219],[157,188,206],[149,176,185],[188,203,208],[237,237,237],[170,159,153],[162,151,133],[210,198,174],[215,206,177],[214,205,172],[228,223,185],[240,236,191],[208,202,152],[195,187,138],[131,119,79],[184,172,134],[190,179,134],[104,97,51],[146,143,102],[205,205,169],[238,241,210],[228,225,194],[146,130,96],[197,168,134],[179,140,109],[114,69,40],[64,17,0],[131,84,58],[161,116,87],[140,97,65],[130,87,53],[104,58,25],[94,43,12],[90,36,8],[128,76,52],[96,50,27],[98,60,37],[83,48,28],[60,23,5],[53,17,3],[73,39,29],[84,51,42],[56,26,16],[56,26,16],[57,23,11],[78,40,27],[98,56,40],[88,45,28],[103,60,43],[123,81,65],[75,39,27],[58,28,20],[26,1,0],[48,24,24],[39,18,15],[19,0,0],[71,56,53],[72,61,59],[15,7,5],[4,0,0],[7,3,2],[4,0,1],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[1,1,1],[15,15,15],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,6],[4,5,7],[0,1,0],[6,10,9],[1,5,4],[6,8,7],[3,5,4],[0,0,0],[10,9,5],[4,3,0],[22,19,12],[32,30,18],[49,47,32],[43,40,21],[57,55,34],[41,39,14],[81,80,52],[77,73,48],[64,55,38],[95,84,66],[79,69,42],[75,70,32],[116,112,64],[96,94,37],[129,128,64],[142,141,76],[130,129,64],[153,152,88],[153,151,90],[195,190,132],[203,198,140],[215,209,151],[163,157,97],[207,206,150],[225,233,184],[191,200,157],[189,192,147],[179,176,133],[159,152,110],[146,138,101],[170,165,133],[219,219,193],[207,214,198],[167,180,170],[134,155,150],[95,121,118],[116,145,141],[132,163,158],[180,209,204],[194,216,213],[218,230,230],[185,193,195],[147,163,162],[166,184,188],[169,183,196],[185,203,223],[151,185,212],[154,198,227],[155,201,234],[149,193,228],[143,182,215],[139,178,209],[157,204,230],[154,204,229],[126,171,200],[127,173,206],[123,175,212],[120,176,213],[121,177,214],[125,179,217],[136,189,229],[151,203,243],[152,204,244],[143,192,233],[141,188,230],[154,199,240],[147,190,232],[148,190,230],[156,195,236],[167,205,244],[158,193,233],[170,205,243],[170,205,243],[139,182,217],[143,196,230],[143,191,227],[143,177,214],[193,218,249],[219,241,255],[185,206,225],[179,198,215],[169,187,207],[189,205,230],[180,200,224],[164,191,208],[166,190,202],[179,188,195],[214,217,224],[202,206,218],[188,194,210],[170,175,194],[161,163,184],[174,176,197],[185,187,210],[206,208,229],[190,192,213],[190,191,211],[208,209,227],[221,220,234],[200,198,209],[219,218,224],[189,187,190],[192,191,189],[229,223,223],[219,202,208],[249,228,235],[255,242,249],[255,249,254],[255,254,255],[250,250,250],[187,189,186],[181,183,180],[207,207,205],[206,208,207],[206,210,213],[163,170,178],[153,167,180],[161,179,199],[195,221,244],[143,175,198],[140,183,200],[137,176,191],[170,189,203],[189,204,211],[172,190,190],[150,170,169],[141,162,165],[138,162,172],[141,172,190],[125,160,182],[103,135,160],[96,128,151],[152,186,198],[181,206,211],[179,185,185],[206,205,200],[149,151,140],[177,180,161],[149,147,122],[190,184,152],[212,199,165],[236,221,188],[255,253,227],[224,209,180],[175,166,125],[168,164,116],[209,209,159],[235,238,185],[148,151,96],[161,162,105],[141,140,84],[200,190,139],[206,182,138],[230,192,155],[161,112,79],[140,87,55],[105,50,19],[86,31,0],[118,68,33],[126,78,42],[102,54,16],[90,38,1],[100,41,7],[84,23,0],[141,82,52],[131,77,49],[104,59,30],[99,59,33],[44,5,0],[65,27,14],[117,81,69],[73,39,29],[39,5,0],[43,9,0],[77,39,26],[88,49,34],[63,21,5],[79,36,19],[98,56,40],[85,47,34],[82,49,40],[65,36,32],[34,10,10],[38,18,19],[45,25,24],[16,0,0],[29,15,14],[22,12,10],[6,1,0],[12,8,5],[4,0,0],[4,0,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[7,3,2],[5,1,0],[4,0,0],[6,2,1],[7,3,2],[6,2,1],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[9,9,9],[32,32,32],[11,11,13],[0,0,2],[0,0,2],[5,5,7],[2,2,4],[2,2,4],[4,4,6],[0,0,2],[4,8,9],[0,2,2],[0,1,2],[3,7,8],[16,17,19],[4,6,5],[11,11,9],[14,13,9],[20,17,12],[22,19,12],[30,28,16],[46,44,29],[61,60,42],[76,78,57],[75,77,55],[29,28,7],[66,63,46],[86,83,64],[92,92,66],[83,84,50],[88,91,48],[104,108,58],[103,108,54],[96,101,43],[137,142,84],[146,151,95],[154,159,103],[199,204,150],[225,228,175],[182,185,130],[157,160,105],[167,174,122],[202,215,171],[177,192,151],[186,195,152],[253,255,215],[221,219,180],[200,197,162],[234,233,203],[240,244,221],[231,242,228],[124,141,133],[134,160,157],[117,149,148],[146,180,181],[148,184,184],[123,159,157],[127,158,160],[183,206,212],[207,226,233],[158,179,182],[174,193,197],[204,216,228],[215,232,250],[192,226,251],[152,196,223],[125,170,201],[128,171,203],[157,191,219],[203,237,255],[196,241,255],[154,204,227],[142,191,221],[138,191,223],[115,169,205],[116,172,207],[117,173,208],[118,174,209],[124,180,217],[135,189,227],[135,189,227],[125,177,216],[137,186,226],[147,195,235],[148,193,234],[153,197,236],[145,187,227],[162,201,242],[170,208,247],[175,210,250],[190,222,255],[165,200,238],[154,203,235],[144,191,221],[162,193,224],[205,226,255],[204,224,249],[184,204,228],[192,213,234],[159,180,201],[196,218,239],[175,202,221],[162,200,211],[204,241,247],[194,213,219],[190,197,203],[191,196,202],[201,204,211],[185,185,195],[176,176,188],[195,194,208],[187,184,201],[199,196,213],[208,205,222],[204,201,218],[204,200,215],[200,197,208],[248,243,250],[228,223,229],[215,211,212],[227,223,222],[236,226,227],[221,200,207],[220,197,207],[255,249,255],[255,251,255],[252,248,249],[244,246,245],[209,214,210],[202,207,203],[212,214,211],[160,164,163],[191,196,199],[209,218,225],[151,165,178],[136,155,172],[142,167,189],[137,169,192],[131,173,195],[118,159,177],[126,152,167],[178,197,204],[209,227,229],[183,201,201],[163,181,185],[165,187,198],[125,161,177],[110,151,173],[127,164,190],[132,170,193],[84,122,135],[72,101,107],[199,213,213],[244,253,248],[238,251,242],[225,237,225],[172,179,163],[141,143,122],[128,122,98],[194,183,161],[255,241,225],[229,215,188],[218,211,157],[218,214,150],[200,200,140],[215,214,157],[161,161,101],[121,121,59],[166,165,100],[166,154,94],[149,118,71],[208,164,125],[146,94,57],[136,77,43],[124,64,30],[129,71,34],[131,77,39],[161,109,70],[115,63,24],[102,48,10],[143,83,49],[149,86,53],[191,130,99],[149,92,62],[138,89,56],[132,88,59],[83,45,26],[46,8,0],[76,38,25],[85,49,35],[73,37,23],[45,9,0],[64,27,11],[80,41,24],[49,7,0],[53,11,0],[70,31,16],[50,14,2],[85,55,47],[61,36,32],[51,31,30],[43,25,25],[35,17,17],[30,15,12],[14,3,1],[9,0,0],[4,0,0],[3,0,0],[9,5,4],[5,1,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[2,2,4],[2,3,7],[2,5,10],[0,2,6],[5,9,12],[0,3,6],[11,12,16],[10,10,12],[2,0,1],[44,43,41],[22,21,17],[27,26,21],[35,35,25],[40,40,28],[5,6,0],[50,53,36],[53,56,37],[66,69,50],[68,73,53],[57,62,40],[35,40,17],[63,69,41],[73,80,47],[72,80,43],[91,99,60],[96,104,63],[97,105,64],[107,115,74],[88,96,55],[101,110,67],[102,111,68],[83,92,47],[123,135,85],[158,174,127],[112,134,95],[82,104,68],[108,124,87],[163,175,137],[198,204,168],[198,203,171],[229,235,209],[240,249,230],[228,245,235],[180,205,201],[184,218,219],[155,194,199],[126,170,173],[104,149,152],[86,131,134],[91,136,142],[107,150,169],[115,153,176],[130,166,180],[147,174,185],[182,195,204],[240,252,255],[232,254,255],[215,243,255],[164,193,209],[158,185,204],[226,248,255],[214,242,255],[150,195,218],[137,193,220],[124,186,223],[134,196,235],[116,176,210],[118,177,209],[123,182,214],[125,181,214],[121,177,212],[124,180,215],[126,182,217],[121,175,213],[130,182,221],[146,196,233],[148,196,234],[143,188,227],[144,188,227],[150,192,230],[152,194,232],[158,196,235],[163,192,232],[159,193,230],[144,191,217],[158,204,227],[191,223,246],[191,215,241],[190,211,240],[211,232,255],[194,218,244],[174,200,223],[178,207,225],[166,202,216],[149,196,202],[154,199,204],[157,184,195],[167,180,189],[186,190,191],[207,206,204],[184,180,181],[205,200,204],[198,193,199],[201,194,202],[190,182,193],[181,170,184],[215,204,218],[200,190,201],[214,204,213],[237,226,234],[253,242,248],[243,231,235],[229,217,219],[220,205,208],[227,204,214],[233,209,222],[255,244,254],[242,231,239],[219,214,218],[216,216,216],[245,247,244],[228,233,229],[198,203,199],[171,175,174],[188,193,196],[221,228,236],[196,208,220],[159,176,194],[136,158,181],[143,173,199],[125,164,193],[129,169,195],[112,148,164],[143,170,181],[181,194,200],[149,158,163],[163,180,187],[134,158,168],[115,146,164],[133,174,196],[113,164,185],[112,159,179],[140,173,188],[175,202,209],[184,206,204],[122,143,136],[158,178,169],[238,255,249],[232,248,248],[234,248,248],[197,208,200],[198,204,190],[241,241,217],[201,199,151],[200,194,116],[203,196,108],[188,176,104],[93,82,20],[211,200,144],[153,146,91],[204,202,145],[132,121,67],[132,99,54],[223,175,137],[208,152,115],[176,116,80],[113,50,15],[108,48,12],[151,97,59],[159,107,68],[119,67,30],[133,77,42],[198,135,104],[199,134,104],[178,114,86],[138,81,51],[106,56,23],[115,70,41],[95,54,34],[64,25,10],[53,14,0],[72,35,19],[86,49,33],[80,43,27],[75,36,21],[75,36,19],[86,47,30],[63,26,10],[43,7,0],[24,0,0],[20,0,0],[58,34,30],[33,15,13],[29,13,13],[21,5,5],[19,5,4],[13,3,2],[10,2,0],[7,1,1],[5,1,0],[5,1,0],[6,2,1],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[2,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[1,2,6],[1,4,11],[0,2,8],[3,6,13],[0,3,8],[7,8,12],[9,9,11],[10,8,9],[40,39,37],[23,22,18],[45,44,39],[20,20,12],[4,6,0],[32,34,21],[13,17,2],[50,54,37],[71,78,60],[32,40,19],[31,40,19],[52,62,38],[27,37,13],[45,55,31],[74,84,59],[94,104,79],[36,46,21],[98,108,81],[120,130,103],[137,148,118],[116,127,95],[64,75,41],[109,121,83],[145,160,119],[175,193,153],[105,132,97],[65,95,61],[67,91,57],[133,150,116],[177,188,156],[229,240,210],[246,255,234],[151,168,150],[125,148,140],[144,176,173],[161,201,203],[109,154,160],[137,186,191],[138,189,193],[74,125,129],[93,143,154],[95,143,166],[102,148,174],[114,157,176],[139,172,187],[176,194,208],[210,222,234],[199,216,224],[218,238,247],[237,255,255],[215,237,250],[227,248,255],[217,245,255],[142,190,213],[119,179,207],[110,172,209],[104,166,205],[119,180,211],[115,175,203],[114,174,202],[114,173,203],[114,173,203],[122,178,211],[126,182,215],[124,180,215],[123,177,213],[127,179,216],[128,178,215],[135,183,219],[150,196,232],[147,191,228],[141,185,222],[150,190,226],[149,183,221],[152,188,222],[144,192,212],[146,193,209],[180,215,234],[197,225,247],[178,203,233],[175,200,231],[179,206,236],[173,203,231],[171,204,223],[152,192,204],[135,186,190],[145,192,200],[153,182,198],[149,165,178],[180,184,183],[234,231,224],[215,212,207],[213,208,205],[207,198,199],[213,204,207],[215,204,210],[186,173,182],[214,201,210],[215,199,209],[206,191,198],[232,217,224],[239,222,228],[243,226,232],[229,213,216],[227,208,214],[229,203,214],[240,216,229],[255,249,255],[234,223,231],[182,177,181],[214,214,214],[242,244,241],[220,222,219],[206,208,203],[167,172,168],[172,176,177],[178,185,191],[171,181,191],[167,183,198],[166,187,206],[154,180,205],[126,161,191],[114,153,182],[127,165,184],[142,172,183],[188,201,210],[172,179,187],[128,143,150],[95,117,128],[104,137,152],[94,137,154],[92,143,162],[100,149,164],[127,161,173],[139,168,174],[107,138,133],[67,98,90],[102,131,127],[89,115,114],[136,162,161],[162,184,182],[217,237,226],[248,255,241],[253,255,227],[224,223,175],[197,192,124],[194,185,108],[150,135,66],[124,108,46],[200,185,128],[171,158,103],[121,112,57],[43,25,0],[124,89,49],[218,170,134],[199,145,111],[188,128,94],[172,112,78],[126,67,33],[123,71,34],[147,99,63],[112,63,30],[131,80,49],[124,67,40],[133,71,46],[160,100,74],[112,58,30],[94,47,17],[123,82,54],[135,94,74],[105,66,49],[64,25,8],[37,0,0],[82,43,28],[111,74,58],[77,40,24],[79,42,26],[100,64,50],[71,37,25],[27,0,0],[28,1,0],[33,10,4],[15,0,0],[27,9,7],[38,22,22],[17,3,2],[15,3,3],[11,3,1],[8,3,0],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[7,10,17],[4,7,16],[7,7,17],[6,6,14],[3,2,8],[6,6,8],[17,15,16],[27,26,24],[13,12,8],[20,19,14],[79,80,72],[39,41,30],[34,38,24],[13,19,5],[15,22,6],[26,33,15],[57,65,44],[16,24,3],[34,41,23],[28,35,19],[54,60,46],[56,59,48],[57,60,49],[43,46,35],[46,50,36],[37,44,28],[65,72,54],[93,101,80],[80,90,65],[81,92,62],[147,161,128],[149,168,136],[95,124,94],[82,112,84],[117,142,112],[141,162,131],[191,208,176],[165,179,153],[186,204,182],[154,177,161],[135,165,157],[100,139,138],[78,123,128],[79,129,136],[102,155,163],[102,157,164],[107,162,169],[95,145,154],[121,163,179],[113,154,172],[105,150,169],[115,156,174],[138,165,184],[166,187,204],[174,196,207],[217,240,248],[220,242,253],[233,255,255],[197,223,246],[130,166,192],[120,171,198],[109,166,193],[132,185,216],[115,168,199],[117,174,203],[110,170,198],[112,173,201],[118,179,207],[118,179,208],[118,177,207],[118,177,207],[120,176,209],[116,172,205],[119,173,207],[119,172,206],[130,180,215],[137,187,222],[124,173,206],[129,175,209],[161,205,240],[150,190,226],[140,184,213],[138,189,206],[144,196,207],[166,208,220],[166,203,221],[146,180,208],[152,185,218],[132,166,201],[146,181,211],[141,177,199],[129,168,185],[137,184,194],[172,214,228],[186,214,238],[159,176,194],[174,180,178],[212,212,202],[221,221,211],[183,180,173],[192,187,183],[188,180,177],[213,203,202],[193,181,183],[196,181,184],[237,221,224],[208,189,195],[255,236,242],[252,231,236],[246,225,230],[246,225,230],[235,212,220],[243,217,228],[252,228,241],[251,234,244],[218,207,215],[174,169,173],[227,227,227],[248,248,246],[238,239,234],[168,169,163],[160,161,156],[176,176,176],[159,163,166],[164,171,179],[158,170,184],[155,172,190],[134,156,179],[125,156,185],[106,141,169],[124,159,179],[126,155,169],[161,179,189],[168,178,187],[144,148,159],[137,151,162],[112,150,161],[115,163,175],[142,188,203],[111,153,167],[90,127,136],[96,131,135],[77,113,109],[88,127,122],[127,168,170],[65,107,105],[38,75,58],[94,124,98],[194,215,182],[220,232,196],[196,200,165],[250,247,216],[255,250,227],[240,229,201],[185,174,128],[166,154,96],[128,112,50],[95,75,14],[53,28,0],[54,23,0],[126,88,52],[183,136,108],[168,114,86],[161,104,75],[181,124,95],[150,97,66],[139,94,61],[133,90,58],[129,88,60],[91,45,21],[82,30,9],[82,26,9],[107,55,34],[90,42,20],[77,35,10],[113,76,50],[177,139,120],[126,87,70],[121,84,66],[72,35,17],[43,6,0],[64,28,12],[55,22,7],[77,45,32],[69,39,28],[50,22,11],[28,4,0],[40,17,11],[36,17,11],[17,0,0],[12,0,0],[15,1,0],[12,0,0],[11,1,2],[10,1,2],[8,2,2],[7,3,2],[5,4,2],[7,3,2],[8,2,2],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[0,1,5],[1,4,13],[0,3,12],[2,2,12],[8,8,16],[6,5,10],[12,12,14],[28,27,25],[23,22,18],[20,19,14],[52,52,42],[57,59,46],[22,26,12],[36,43,27],[74,83,66],[49,58,39],[42,51,32],[20,32,12],[21,33,13],[28,39,22],[17,28,14],[19,27,16],[51,58,51],[51,58,51],[49,56,49],[34,41,33],[61,69,58],[62,73,57],[66,78,58],[64,78,55],[58,72,46],[154,170,141],[132,152,124],[113,143,117],[111,141,115],[107,133,104],[127,147,119],[130,146,117],[171,187,160],[130,149,127],[129,153,137],[183,216,207],[155,196,192],[148,193,196],[119,169,176],[119,172,180],[118,171,179],[116,169,175],[128,175,183],[178,216,229],[165,202,218],[155,202,218],[145,190,209],[138,169,190],[169,192,210],[186,208,219],[216,236,243],[228,251,255],[229,255,255],[178,208,232],[127,166,195],[124,179,209],[115,172,201],[128,179,208],[117,167,194],[115,172,199],[110,170,196],[114,176,201],[123,184,212],[123,184,213],[115,176,205],[113,172,202],[115,174,204],[118,177,209],[119,175,208],[119,173,207],[140,193,227],[159,212,244],[141,191,224],[125,174,207],[144,190,224],[138,181,215],[163,207,234],[168,215,233],[158,204,217],[151,195,208],[148,189,207],[142,182,208],[129,170,202],[123,166,200],[124,169,200],[119,165,188],[132,179,197],[136,184,198],[137,183,199],[156,194,217],[159,186,205],[206,218,218],[196,201,194],[217,220,213],[192,193,187],[192,191,186],[198,193,189],[203,195,192],[187,176,174],[201,187,186],[198,182,182],[181,162,164],[241,221,223],[255,237,239],[240,217,223],[222,199,205],[238,215,221],[234,211,221],[254,233,242],[255,244,251],[227,216,222],[179,175,176],[225,224,222],[255,255,250],[231,231,223],[183,180,171],[185,182,175],[191,190,185],[167,167,167],[192,197,201],[161,170,179],[141,155,168],[131,152,169],[128,156,180],[120,152,177],[125,156,174],[141,167,180],[148,167,174],[139,150,156],[139,142,151],[121,131,140],[95,128,135],[106,149,155],[121,161,169],[75,112,121],[77,114,120],[118,156,157],[87,128,124],[59,104,99],[47,95,95],[54,100,97],[65,106,88],[131,166,136],[166,190,154],[155,171,132],[127,136,93],[148,149,115],[210,202,191],[233,221,209],[253,238,207],[228,211,165],[167,146,93],[121,94,39],[125,93,44],[129,92,50],[119,78,46],[140,93,67],[137,83,57],[140,84,57],[166,110,83],[125,76,46],[112,68,39],[94,57,28],[89,52,26],[39,0,0],[73,26,10],[87,38,23],[97,48,33],[93,48,29],[70,34,10],[79,45,20],[139,102,83],[46,9,0],[73,38,19],[91,55,39],[79,46,31],[108,76,63],[81,51,40],[35,8,0],[60,35,28],[37,17,10],[30,11,5],[45,27,23],[25,10,5],[22,7,4],[14,0,0],[16,2,1],[9,0,0],[9,0,1],[8,2,2],[7,3,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[2,1,6],[10,10,18],[5,8,17],[5,5,13],[10,11,16],[8,8,10],[9,7,8],[19,15,12],[12,9,2],[73,73,63],[52,52,40],[8,10,0],[24,28,11],[36,44,23],[58,67,46],[30,39,18],[33,47,24],[14,32,10],[15,34,14],[20,38,22],[28,46,32],[34,50,39],[53,69,59],[55,68,59],[40,53,43],[56,72,59],[70,87,71],[64,83,63],[94,114,89],[77,100,72],[98,121,92],[162,187,157],[182,208,179],[90,118,93],[136,162,137],[154,177,149],[84,103,75],[133,148,119],[144,158,132],[165,183,159],[206,229,211],[187,219,206],[164,203,198],[146,190,191],[105,153,157],[101,150,155],[104,153,160],[130,177,183],[183,226,233],[201,239,250],[175,214,229],[152,199,215],[146,189,206],[155,184,202],[194,216,230],[198,217,223],[202,221,225],[235,255,255],[195,219,231],[171,201,225],[214,255,255],[116,172,205],[109,172,205],[98,154,187],[128,183,214],[122,182,210],[110,171,199],[105,166,194],[113,174,202],[120,181,210],[116,177,206],[112,173,204],[116,175,207],[112,171,203],[116,172,205],[115,171,204],[132,186,220],[152,205,237],[140,190,223],[121,171,204],[130,176,209],[138,179,211],[167,202,232],[175,209,236],[191,226,248],[173,209,231],[137,178,200],[136,180,207],[117,166,196],[107,160,191],[109,166,195],[97,155,179],[104,162,184],[114,169,189],[120,172,193],[126,181,201],[120,163,179],[146,170,174],[208,220,218],[183,193,192],[194,203,200],[252,255,253],[248,249,244],[174,171,166],[177,170,164],[191,180,176],[188,174,171],[224,209,206],[212,194,192],[225,205,206],[248,228,230],[217,195,198],[238,215,221],[246,225,232],[229,210,216],[251,239,243],[255,247,248],[186,181,178],[158,155,150],[231,228,219],[234,230,219],[192,186,174],[164,156,145],[164,157,147],[165,162,155],[208,210,207],[164,169,172],[133,144,150],[128,145,155],[134,157,173],[126,153,170],[118,146,158],[140,163,171],[141,154,162],[148,157,162],[156,165,170],[111,125,128],[121,142,145],[95,123,127],[86,119,124],[87,125,128],[105,140,144],[105,143,144],[71,116,113],[55,100,95],[67,110,101],[91,132,124],[89,128,123],[56,91,84],[101,129,115],[148,171,143],[181,199,149],[184,192,141],[157,152,122],[192,176,153],[245,221,193],[255,234,204],[255,225,194],[177,143,108],[173,138,100],[151,113,76],[112,67,38],[117,67,42],[153,97,72],[152,95,68],[133,78,48],[114,63,32],[126,85,55],[91,54,27],[63,25,2],[60,19,1],[63,17,4],[79,31,19],[103,55,41],[83,40,23],[72,38,13],[66,34,11],[51,18,0],[34,0,0],[72,39,22],[86,54,39],[69,40,26],[77,50,39],[64,41,33],[31,12,6],[31,16,13],[26,12,11],[40,28,28],[13,3,2],[26,14,14],[17,6,4],[17,3,0],[13,0,0],[10,0,1],[10,1,4],[8,2,4],[8,4,5],[5,4,2],[4,3,1],[5,1,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[4,3,8],[3,3,11],[0,2,9],[1,2,7],[7,6,11],[13,11,12],[12,11,7],[17,14,7],[29,27,15],[66,67,53],[57,58,40],[32,35,14],[43,51,28],[79,89,64],[85,95,70],[55,68,42],[38,52,27],[23,40,21],[32,51,32],[37,55,41],[35,53,39],[86,102,91],[67,83,72],[70,84,71],[82,96,81],[70,87,68],[75,93,71],[54,74,47],[94,114,86],[98,122,90],[123,147,115],[144,169,139],[117,142,113],[130,154,128],[174,197,171],[138,157,129],[112,127,98],[160,173,143],[129,142,112],[141,157,131],[203,225,204],[194,225,210],[163,198,191],[157,197,196],[136,180,181],[106,150,153],[115,158,164],[179,220,224],[196,233,239],[176,210,219],[178,215,224],[171,214,223],[166,204,215],[169,195,208],[188,207,221],[188,211,219],[224,249,255],[214,242,253],[175,204,220],[212,244,255],[151,192,222],[121,178,208],[100,163,196],[136,194,231],[114,173,207],[121,182,211],[107,168,196],[97,158,186],[105,166,195],[119,180,209],[118,179,210],[110,171,202],[107,168,199],[104,165,196],[110,169,201],[109,168,200],[114,170,203],[122,177,208],[121,174,206],[120,173,205],[133,182,214],[143,188,217],[133,172,201],[144,173,205],[191,220,252],[174,211,238],[118,164,188],[117,169,193],[118,174,199],[99,161,186],[97,161,188],[94,158,185],[103,163,191],[104,155,182],[93,145,167],[95,154,172],[108,160,173],[107,137,145],[184,203,209],[178,196,198],[160,176,176],[204,216,214],[209,215,211],[226,229,222],[198,195,188],[216,209,201],[209,200,193],[223,210,204],[204,189,184],[213,195,193],[238,220,220],[246,226,227],[238,218,220],[255,240,244],[251,235,238],[254,242,242],[255,250,248],[229,224,220],[170,166,157],[211,207,195],[243,237,223],[200,191,176],[151,142,125],[163,154,139],[186,180,168],[198,198,190],[154,159,155],[130,140,139],[122,137,140],[127,147,156],[125,147,158],[133,153,160],[128,145,152],[119,130,134],[160,170,172],[158,172,172],[118,132,132],[143,155,155],[122,138,138],[94,120,119],[82,116,115],[84,120,120],[82,122,122],[65,109,110],[36,81,78],[54,96,86],[85,125,116],[73,109,107],[85,119,118],[101,130,125],[71,94,76],[101,119,81],[164,171,127],[236,230,194],[221,204,174],[178,151,124],[193,159,134],[255,221,198],[249,209,183],[222,183,150],[177,134,100],[132,83,53],[131,75,48],[169,108,80],[182,121,92],[141,82,50],[86,33,0],[86,41,8],[98,59,30],[96,56,31],[88,47,29],[87,39,25],[74,25,11],[96,47,32],[96,51,32],[78,42,16],[75,43,18],[58,25,6],[51,19,4],[56,27,11],[61,33,21],[37,10,0],[20,0,0],[32,14,10],[32,21,19],[6,0,0],[119,113,117],[237,232,236],[27,22,26],[4,0,0],[15,5,4],[13,2,0],[11,0,0],[10,1,2],[8,2,4],[8,4,5],[6,4,5],[5,4,2],[4,3,1],[5,1,0],[5,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[5,4,9],[5,6,11],[5,6,11],[7,6,11],[5,5,7],[17,16,14],[16,13,8],[15,13,1],[56,54,39],[98,97,79],[59,61,40],[64,68,45],[105,111,85],[89,98,71],[67,77,50],[124,137,109],[114,128,103],[35,46,29],[40,50,39],[56,64,53],[27,34,26],[49,55,45],[27,33,21],[39,43,28],[84,89,69],[87,95,71],[107,116,89],[87,98,66],[110,124,91],[136,151,118],[157,172,141],[148,164,135],[125,141,114],[111,127,101],[112,126,101],[99,109,82],[142,151,120],[134,141,108],[130,139,108],[149,164,135],[149,169,144],[187,214,197],[123,155,144],[152,188,184],[150,188,189],[157,195,198],[159,194,198],[137,171,173],[168,197,201],[154,182,185],[165,193,196],[175,207,206],[185,215,217],[190,210,217],[189,211,224],[165,198,213],[184,225,243],[163,208,229],[130,172,197],[127,164,191],[111,152,182],[108,162,190],[117,176,206],[114,172,209],[115,173,210],[119,180,211],[112,173,202],[101,165,193],[102,165,196],[109,172,203],[107,170,203],[101,164,197],[105,165,199],[110,170,204],[108,167,201],[109,168,202],[119,175,210],[128,182,216],[131,184,218],[127,180,214],[122,175,206],[123,181,205],[119,170,197],[143,179,215],[149,183,221],[126,172,205],[114,170,197],[111,172,193],[101,166,186],[94,161,180],[93,159,183],[94,157,188],[93,147,183],[105,145,181],[111,150,181],[98,149,166],[98,148,159],[142,178,190],[131,158,169],[135,160,167],[144,165,170],[167,185,185],[138,153,150],[173,183,175],[187,190,181],[207,207,197],[208,204,193],[195,186,177],[201,191,182],[186,173,167],[212,197,194],[254,236,234],[228,212,212],[246,230,230],[241,227,227],[225,215,213],[231,224,218],[243,239,230],[199,195,184],[178,172,158],[218,211,193],[223,212,194],[176,163,144],[175,162,145],[180,171,156],[159,155,144],[138,139,133],[130,139,134],[127,142,139],[103,123,122],[117,137,138],[149,160,164],[144,154,156],[128,140,140],[163,175,173],[132,144,140],[103,114,110],[137,143,141],[118,127,124],[103,119,118],[89,115,112],[69,108,105],[69,111,110],[65,106,110],[43,82,87],[41,79,80],[67,103,101],[64,99,95],[94,123,118],[57,80,72],[23,40,32],[39,49,41],[88,88,76],[197,192,163],[194,180,145],[187,164,132],[233,202,171],[255,220,186],[232,192,157],[199,154,121],[208,158,125],[244,187,157],[221,158,127],[165,96,63],[149,81,46],[167,102,64],[137,77,40],[77,25,0],[87,41,7],[135,91,64],[100,54,31],[117,64,48],[84,28,13],[89,33,16],[115,64,43],[102,61,33],[99,63,37],[81,50,30],[47,18,4],[36,8,0],[47,20,9],[29,9,0],[13,0,0],[18,7,5],[15,9,11],[3,1,6],[52,52,60],[156,156,164],[0,0,5],[3,1,4],[16,10,10],[7,0,0],[18,8,7],[11,2,3],[9,3,5],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[6,2,1],[7,1,1],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[5,5,7],[7,6,11],[0,0,4],[2,1,6],[7,7,9],[4,3,1],[24,21,16],[24,22,10],[24,22,7],[89,88,68],[123,122,101],[32,34,10],[48,54,28],[67,76,49],[52,62,37],[28,42,17],[22,38,12],[95,108,88],[99,110,94],[48,56,45],[69,75,65],[51,57,45],[18,22,8],[57,61,46],[65,70,50],[57,62,40],[75,81,55],[87,93,65],[85,92,61],[114,123,92],[130,139,108],[174,185,153],[82,93,63],[139,152,124],[110,124,98],[90,103,77],[139,148,121],[160,167,136],[148,152,119],[120,127,94],[161,176,147],[159,179,154],[151,174,154],[137,165,151],[156,187,182],[134,166,165],[138,168,168],[139,167,168],[116,144,145],[112,142,142],[138,169,171],[127,157,159],[143,169,170],[170,191,196],[187,204,214],[211,230,245],[184,217,236],[172,213,235],[103,149,173],[105,152,178],[123,167,194],[135,179,206],[111,158,184],[123,174,203],[121,172,203],[117,172,203],[125,185,213],[123,185,210],[114,174,200],[104,161,188],[98,154,181],[96,152,179],[104,159,189],[119,176,206],[110,166,199],[107,166,200],[112,172,206],[115,175,209],[108,167,199],[110,166,199],[121,177,210],[129,186,215],[117,177,201],[115,171,196],[159,202,237],[141,183,221],[104,157,191],[107,167,195],[97,162,184],[102,169,188],[95,162,181],[82,148,172],[89,153,181],[95,149,183],[104,147,181],[103,142,171],[88,137,152],[103,155,166],[128,171,187],[144,182,195],[176,206,214],[180,208,212],[117,141,143],[155,175,174],[137,152,149],[172,182,174],[208,210,199],[159,153,141],[190,180,170],[252,237,230],[229,214,211],[243,227,227],[218,203,198],[221,206,201],[255,243,237],[242,229,223],[227,216,212],[196,186,184],[181,172,167],[213,206,198],[191,185,171],[201,194,176],[208,201,182],[172,165,146],[154,147,131],[152,149,134],[146,146,136],[161,164,155],[159,166,158],[155,166,160],[152,171,169],[144,162,162],[134,148,148],[137,149,149],[139,151,149],[163,176,169],[131,141,133],[117,120,113],[155,152,145],[121,120,115],[108,114,110],[87,108,103],[62,101,96],[67,113,111],[68,109,115],[52,91,98],[46,86,88],[40,76,74],[71,104,95],[41,69,57],[52,72,61],[40,53,46],[40,44,45],[161,158,153],[229,221,200],[173,160,128],[161,141,106],[201,175,140],[214,180,145],[225,186,153],[218,175,143],[243,194,162],[255,222,189],[196,133,100],[160,94,59],[170,102,65],[148,80,41],[171,107,69],[154,96,58],[122,68,32],[127,76,45],[126,74,50],[133,78,58],[120,63,44],[116,61,41],[107,57,34],[97,53,26],[70,34,10],[81,52,36],[66,39,28],[37,13,3],[15,0,0],[20,2,0],[24,13,11],[15,6,7],[4,0,3],[5,4,10],[0,0,7],[2,3,8],[0,0,5],[13,11,14],[3,0,0],[21,13,11],[6,0,0],[10,1,2],[8,2,4],[7,3,4],[5,4,2],[5,4,2],[5,4,0],[7,3,0],[8,3,0],[9,1,0],[9,0,1],[9,0,1],[9,0,1],[7,1,3],[6,2,3],[4,2,3],[4,2,5],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[7,8,12],[7,8,12],[3,4,8],[2,1,6],[12,11,16],[11,9,12],[4,3,1],[24,21,16],[37,35,23],[43,40,23],[71,70,49],[135,135,111],[121,124,97],[60,64,37],[70,78,54],[35,47,23],[16,29,11],[40,54,39],[12,28,17],[21,37,26],[75,87,73],[76,87,71],[69,80,64],[87,98,81],[71,83,63],[70,82,60],[70,82,60],[68,78,54],[98,108,84],[100,110,86],[104,114,89],[65,73,49],[64,73,46],[163,172,143],[153,162,131],[110,121,91],[102,117,88],[131,145,119],[160,170,145],[128,134,106],[152,153,119],[162,168,134],[143,161,135],[155,179,157],[123,142,122],[176,197,182],[180,206,203],[146,172,173],[113,133,132],[112,132,130],[133,159,156],[121,155,154],[114,158,159],[126,166,174],[129,155,170],[170,185,206],[229,241,255],[164,179,200],[152,171,188],[133,161,175],[152,189,205],[157,203,219],[106,157,178],[94,144,169],[116,160,187],[145,185,211],[150,191,213],[145,192,212],[96,154,174],[128,189,208],[130,186,203],[100,149,166],[96,139,156],[133,174,192],[186,227,247],[150,195,218],[108,159,186],[102,159,188],[99,162,193],[106,171,203],[107,172,204],[104,169,199],[116,180,208],[137,197,225],[111,165,191],[126,176,203],[135,182,212],[142,188,221],[118,171,202],[99,159,187],[110,172,197],[97,161,186],[87,151,176],[90,155,177],[83,145,168],[85,146,167],[92,147,167],[90,143,159],[95,149,161],[98,155,166],[97,154,171],[113,165,178],[113,151,154],[176,206,206],[158,186,190],[125,148,154],[156,176,183],[187,201,202],[204,204,194],[198,186,174],[210,190,183],[210,186,186],[255,242,249],[251,232,238],[213,196,189],[232,218,205],[255,253,239],[224,211,202],[217,201,201],[223,207,210],[163,146,152],[233,219,219],[207,198,191],[190,188,175],[198,201,184],[158,162,147],[131,139,128],[131,138,131],[150,156,152],[165,170,166],[144,150,140],[114,121,114],[133,147,148],[133,154,155],[120,149,145],[90,117,112],[121,138,132],[171,178,171],[151,148,139],[128,118,109],[173,159,150],[164,154,145],[118,118,110],[97,112,105],[65,104,99],[64,112,112],[68,113,119],[49,92,98],[55,95,94],[71,111,102],[77,111,95],[78,106,91],[68,88,77],[64,74,65],[113,116,99],[150,145,126],[143,131,115],[164,147,127],[155,134,105],[189,164,133],[255,235,207],[255,249,221],[252,217,187],[210,171,138],[237,191,157],[213,161,124],[187,131,96],[195,135,99],[158,96,59],[149,85,49],[151,87,52],[155,92,59],[134,70,42],[114,54,28],[123,65,41],[132,77,56],[129,78,57],[85,40,19],[77,39,18],[68,35,16],[69,41,30],[58,35,29],[30,11,7],[11,0,0],[13,1,1],[14,5,8],[5,0,4],[4,2,5],[5,3,6],[6,4,7],[10,6,7],[10,4,6],[9,3,5],[8,2,2],[8,2,2],[11,2,3],[14,5,6],[5,0,0],[13,7,7],[5,1,0],[6,3,0],[3,0,0],[5,2,0],[7,4,0],[6,1,0],[6,1,0],[7,3,2],[8,4,5],[4,0,3],[1,0,4],[9,7,12],[21,19,24],[10,8,11],[7,5,6],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[5,6,10],[4,5,9],[2,3,7],[0,1,5],[0,0,4],[20,18,21],[39,38,36],[35,32,25],[23,21,8],[79,76,59],[62,61,40],[69,71,47],[65,69,42],[33,39,13],[55,65,41],[56,69,49],[25,39,24],[38,54,44],[56,73,67],[47,64,56],[21,35,22],[49,62,44],[66,79,59],[55,69,46],[94,108,83],[111,125,100],[69,83,58],[79,93,70],[116,130,107],[94,106,84],[107,119,97],[107,116,95],[89,99,74],[156,165,138],[160,169,138],[115,126,96],[102,117,94],[117,135,113],[164,182,160],[130,146,120],[153,164,132],[171,184,154],[151,173,150],[163,186,168],[148,169,152],[144,166,154],[137,163,162],[147,175,178],[155,177,175],[143,165,162],[149,174,171],[163,195,192],[133,174,176],[197,237,245],[215,243,255],[195,216,243],[181,201,228],[182,200,224],[162,181,198],[187,211,223],[184,217,226],[138,178,188],[119,166,182],[137,183,206],[181,223,248],[163,205,230],[158,201,220],[139,188,205],[101,160,176],[140,199,215],[141,193,206],[121,165,176],[142,178,190],[194,228,240],[225,255,255],[155,193,212],[101,149,171],[93,149,174],[102,163,192],[92,157,187],[86,153,182],[112,177,205],[124,188,213],[123,181,205],[128,178,205],[132,179,207],[141,191,218],[133,184,213],[112,168,195],[107,167,195],[107,168,196],[101,163,188],[96,160,185],[97,162,184],[88,151,169],[84,147,164],[85,147,160],[91,151,161],[104,163,171],[105,163,174],[94,153,169],[100,156,169],[112,156,157],[121,157,155],[150,181,184],[150,175,182],[150,170,179],[199,208,213],[249,245,236],[249,232,222],[239,215,211],[200,175,178],[228,206,218],[255,239,247],[235,217,213],[230,216,203],[238,226,210],[188,176,162],[203,188,185],[231,212,216],[208,189,195],[252,238,238],[213,206,198],[160,161,147],[193,202,185],[143,155,141],[135,150,145],[131,147,147],[133,147,148],[149,159,158],[114,124,115],[114,124,116],[75,89,89],[62,83,84],[91,128,121],[79,115,105],[97,118,109],[156,163,155],[126,122,113],[132,119,110],[152,135,125],[198,185,176],[141,138,129],[79,92,83],[57,94,86],[52,99,93],[40,81,83],[49,89,91],[44,85,81],[60,101,87],[80,113,92],[77,102,81],[90,104,89],[90,94,79],[101,100,72],[73,68,39],[115,103,89],[122,106,91],[134,117,91],[161,140,111],[216,190,167],[229,199,175],[252,219,188],[173,137,101],[168,130,93],[204,161,126],[199,153,117],[179,127,90],[158,99,65],[186,123,88],[199,133,99],[159,90,59],[157,88,59],[151,85,59],[128,68,42],[124,70,46],[121,73,51],[117,74,55],[95,58,39],[49,17,2],[49,22,15],[40,19,16],[24,6,4],[12,0,0],[9,0,3],[6,1,5],[3,1,6],[6,4,7],[6,2,3],[8,4,3],[10,5,2],[12,4,2],[11,2,3],[11,2,3],[10,4,6],[10,4,6],[8,0,4],[13,4,7],[12,6,8],[13,7,7],[7,2,0],[19,14,10],[7,4,0],[3,0,0],[8,5,0],[5,1,0],[3,2,0],[4,2,3],[2,0,3],[1,0,4],[2,1,6],[8,7,12],[7,5,8],[5,3,4],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,1,3],[4,4,6],[3,4,8],[1,2,6],[0,1,5],[1,2,6],[14,13,18],[1,0,2],[6,5,3],[57,54,49],[88,85,76],[61,59,46],[55,53,38],[44,43,25],[59,61,40],[14,19,0],[42,49,31],[56,67,51],[44,56,44],[33,49,39],[34,51,45],[88,103,96],[53,67,54],[30,43,26],[52,65,47],[95,108,88],[102,116,93],[143,157,132],[99,114,91],[75,89,66],[54,67,47],[89,101,81],[75,87,67],[125,134,113],[122,132,108],[157,165,141],[217,226,197],[133,145,121],[98,116,102],[100,126,115],[135,166,150],[134,166,145],[121,150,128],[171,199,177],[145,169,153],[166,188,176],[137,160,154],[132,158,155],[132,166,167],[141,179,180],[139,174,176],[126,157,159],[129,155,156],[139,163,163],[194,220,219],[211,242,245],[156,192,206],[136,172,194],[142,176,203],[184,214,240],[157,188,206],[219,249,255],[205,232,239],[183,210,219],[227,255,255],[228,255,255],[143,189,213],[117,173,198],[126,186,212],[105,165,189],[120,179,197],[133,189,204],[142,190,204],[135,177,189],[185,221,233],[231,255,255],[212,245,255],[143,182,199],[112,159,179],[90,145,166],[94,154,178],[91,155,180],[91,153,178],[105,165,189],[110,168,190],[115,170,191],[132,180,203],[126,172,196],[138,185,211],[116,167,194],[95,151,176],[105,162,189],[98,158,184],[95,157,182],[88,152,177],[90,155,177],[89,152,170],[89,151,166],[87,146,160],[91,149,161],[100,157,168],[92,146,158],[89,140,157],[104,153,167],[114,163,167],[101,147,145],[118,153,155],[122,147,152],[162,173,179],[174,173,178],[254,244,242],[255,246,239],[255,242,239],[254,238,239],[255,243,250],[255,243,250],[237,221,222],[254,237,230],[225,212,196],[227,214,198],[203,186,179],[230,212,210],[244,229,226],[214,201,195],[191,185,171],[157,158,140],[145,154,137],[125,141,130],[112,131,129],[119,140,143],[73,94,99],[113,132,136],[173,192,188],[158,175,167],[127,142,139],[85,105,103],[68,103,96],[71,107,97],[62,88,79],[113,126,119],[110,115,108],[94,91,82],[126,119,109],[130,123,113],[97,97,85],[79,91,79],[55,87,72],[62,100,87],[64,97,90],[46,78,75],[112,153,149],[138,178,169],[114,143,123],[104,122,98],[98,101,80],[107,103,78],[87,81,47],[106,97,66],[64,55,40],[40,30,18],[53,42,20],[68,54,28],[173,148,126],[199,167,142],[214,174,138],[141,102,61],[71,41,3],[119,89,53],[172,136,100],[142,98,63],[116,64,27],[162,102,68],[199,133,99],[158,87,57],[169,98,70],[200,130,104],[141,77,52],[119,63,40],[102,54,32],[80,39,19],[57,22,3],[67,38,24],[47,20,11],[33,9,5],[23,5,3],[18,4,4],[11,2,5],[8,2,6],[9,4,10],[8,6,11],[7,2,6],[8,2,4],[11,2,3],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[12,6,10],[12,5,13],[10,2,13],[4,0,7],[14,7,15],[3,0,2],[5,1,2],[3,0,0],[12,8,7],[9,5,2],[5,1,0],[3,0,0],[6,2,1],[4,2,3],[2,0,3],[1,0,2],[1,0,2],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[7,3,4],[6,2,3],[5,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[2,2,4],[4,4,6],[2,3,7],[1,2,6],[1,2,6],[3,4,8],[2,3,7],[9,9,11],[6,6,6],[19,18,16],[63,62,57],[29,26,17],[56,54,42],[35,36,22],[54,56,42],[48,52,37],[74,80,66],[49,59,48],[30,42,32],[28,41,34],[23,38,33],[85,100,93],[60,72,60],[51,64,47],[58,71,53],[89,102,82],[101,115,92],[92,106,83],[107,122,99],[70,85,64],[38,51,33],[77,90,72],[66,79,61],[75,87,67],[87,99,77],[130,140,116],[171,181,154],[121,136,115],[91,117,108],[83,114,109],[127,163,151],[117,158,142],[90,132,118],[98,136,123],[101,129,115],[110,136,127],[138,168,168],[119,153,155],[126,162,162],[152,190,191],[122,163,165],[110,148,151],[173,201,204],[206,230,230],[172,193,194],[140,168,171],[119,162,171],[118,165,183],[164,204,229],[172,206,231],[224,255,255],[226,254,255],[187,210,216],[199,219,228],[195,216,233],[152,184,205],[104,159,180],[146,212,236],[134,201,227],[97,161,186],[120,178,198],[115,166,183],[122,168,183],[110,150,162],[174,210,222],[211,245,255],[160,196,208],[130,169,184],[92,139,155],[94,147,165],[91,150,168],[105,166,185],[121,180,198],[116,171,191],[112,163,182],[117,166,183],[119,166,186],[115,163,185],[121,171,194],[106,158,180],[92,148,171],[106,164,188],[111,171,195],[108,170,193],[89,154,176],[87,152,172],[92,155,173],[99,161,176],[91,150,164],[89,147,158],[95,152,161],[85,137,148],[102,148,163],[91,137,150],[93,147,149],[128,178,177],[131,170,169],[119,140,143],[178,179,183],[186,177,180],[199,188,186],[255,243,240],[241,230,228],[236,224,224],[237,225,229],[255,246,253],[255,243,248],[248,234,233],[224,212,196],[234,223,205],[235,221,210],[221,204,196],[250,233,223],[232,220,206],[166,159,140],[161,163,141],[131,140,121],[110,126,115],[90,112,110],[105,130,134],[88,115,122],[83,111,115],[70,99,97],[107,130,124],[140,152,148],[126,141,134],[75,102,93],[67,97,87],[63,84,77],[100,115,110],[113,124,116],[115,122,114],[114,117,106],[96,96,84],[170,170,158],[152,158,144],[78,101,83],[114,141,124],[93,115,102],[40,66,55],[115,148,141],[188,220,209],[211,234,214],[199,211,187],[158,157,136],[168,162,136],[148,140,104],[147,138,105],[92,84,65],[44,37,21],[58,50,27],[122,108,82],[169,145,121],[155,121,94],[202,162,126],[121,83,44],[45,23,0],[89,71,35],[168,142,107],[128,94,57],[113,67,33],[143,87,52],[165,100,68],[166,95,65],[162,91,61],[134,64,38],[98,34,9],[125,67,45],[95,47,25],[40,0,0],[39,6,0],[64,35,21],[60,33,24],[33,9,5],[20,2,0],[20,6,6],[12,3,6],[10,4,8],[11,6,10],[5,3,6],[8,4,5],[9,3,3],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[11,4,11],[8,0,15],[15,8,24],[3,0,12],[5,0,11],[13,7,17],[11,6,13],[4,0,3],[7,3,4],[8,4,3],[5,1,0],[4,0,0],[7,3,2],[8,4,3],[5,3,4],[3,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[6,2,3],[5,1,2],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[2,2,4],[4,4,6],[3,4,8],[2,3,7],[2,6,9],[7,8,12],[5,6,10],[11,10,15],[13,13,15],[8,6,7],[18,17,15],[28,27,23],[19,18,13],[13,13,5],[22,23,15],[35,38,29],[43,48,41],[41,48,40],[20,30,22],[22,35,28],[49,61,57],[44,57,50],[42,54,42],[68,79,63],[53,66,48],[117,130,110],[75,90,69],[46,61,40],[84,99,78],[111,126,107],[82,96,79],[75,88,71],[65,78,61],[67,78,62],[99,111,91],[134,146,124],[130,143,117],[87,104,85],[74,105,99],[84,123,120],[105,141,131],[135,171,161],[66,107,99],[73,113,105],[87,117,105],[108,138,128],[103,141,142],[122,161,166],[145,177,176],[162,192,192],[124,159,163],[146,181,185],[212,242,244],[160,188,189],[137,165,168],[165,198,205],[128,176,186],[113,162,176],[134,173,190],[154,186,201],[200,227,238],[211,234,242],[201,220,227],[177,196,210],[178,205,226],[141,183,207],[116,178,203],[95,165,190],[109,177,200],[132,194,217],[124,176,197],[129,176,194],[110,153,170],[103,142,157],[177,213,227],[195,231,243],[158,196,207],[150,192,204],[113,161,173],[99,153,165],[87,143,156],[131,187,202],[140,193,207],[105,154,168],[119,165,178],[141,185,198],[117,163,179],[116,163,181],[110,158,178],[104,156,177],[90,145,166],[93,151,173],[110,171,192],[103,164,185],[99,161,182],[89,151,172],[87,148,167],[92,154,169],[83,142,156],[79,137,149],[92,149,160],[93,145,156],[108,150,162],[102,144,156],[84,137,141],[104,154,155],[143,177,176],[202,216,216],[225,219,219],[227,213,212],[209,198,196],[221,211,209],[183,175,172],[222,212,211],[233,218,223],[242,227,234],[255,250,255],[251,241,242],[253,244,227],[211,199,177],[207,191,175],[196,180,165],[196,180,164],[222,209,190],[190,182,159],[147,147,123],[158,166,145],[138,154,141],[103,125,122],[74,102,106],[64,94,102],[85,118,125],[69,103,105],[72,101,99],[118,129,123],[127,134,126],[104,120,110],[87,102,95],[96,107,103],[106,117,113],[70,87,81],[101,118,108],[105,117,105],[59,62,51],[106,98,87],[179,171,158],[152,157,137],[111,123,101],[79,91,71],[79,92,74],[72,92,80],[91,111,99],[143,158,139],[161,170,149],[191,194,175],[169,169,145],[181,178,145],[181,175,143],[154,143,121],[156,144,122],[174,159,130],[160,141,109],[138,112,85],[162,131,102],[153,117,83],[81,51,15],[22,12,0],[128,122,88],[185,171,136],[113,87,54],[112,74,38],[135,85,52],[139,79,45],[133,67,35],[139,68,38],[163,94,65],[164,100,73],[146,88,66],[111,63,41],[57,16,0],[54,21,2],[46,18,4],[57,30,21],[29,5,1],[18,0,0],[20,4,4],[11,1,2],[7,1,5],[9,4,8],[3,0,2],[11,5,7],[11,5,7],[12,3,4],[12,4,2],[12,3,4],[12,3,4],[9,3,5],[9,2,10],[27,20,38],[138,130,154],[119,111,132],[3,0,14],[5,0,14],[4,0,10],[8,3,10],[4,0,5],[6,2,3],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[7,1,1],[8,2,2],[9,3,3],[5,0,1],[5,0,1],[5,0,1],[6,0,2],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[3,4,8],[3,4,8],[3,7,10],[6,10,13],[8,9,11],[6,7,9],[14,15,17],[15,15,15],[23,23,23],[47,47,45],[48,48,46],[7,7,5],[26,27,22],[45,47,42],[52,57,51],[44,51,44],[29,38,33],[32,43,37],[48,61,54],[50,61,53],[58,70,58],[91,102,88],[63,76,59],[61,74,56],[88,103,84],[61,76,57],[58,73,54],[70,84,67],[91,105,90],[95,109,94],[103,117,102],[90,102,88],[83,96,78],[114,126,104],[150,162,138],[94,113,93],[73,106,97],[65,102,95],[79,109,99],[98,128,118],[91,128,121],[83,120,112],[117,149,134],[106,140,126],[99,141,139],[84,124,124],[100,126,123],[159,181,179],[163,193,195],[182,213,216],[219,249,247],[153,185,184],[160,195,199],[125,168,175],[106,158,169],[132,182,193],[126,166,178],[159,187,199],[185,202,210],[245,255,255],[219,233,242],[160,182,196],[141,178,197],[130,182,204],[100,166,190],[91,159,182],[114,175,196],[128,183,204],[146,194,216],[152,197,218],[116,157,175],[149,188,205],[198,235,251],[138,178,190],[116,158,170],[123,170,180],[120,170,179],[112,166,176],[117,171,181],[141,195,205],[122,170,180],[109,153,162],[141,181,189],[133,173,181],[119,165,178],[111,160,174],[97,149,163],[103,156,172],[91,147,164],[84,141,160],[104,162,182],[96,157,176],[94,155,174],[88,149,168],[84,145,163],[88,147,163],[79,137,149],[73,131,142],[87,144,153],[95,145,154],[130,173,182],[124,165,171],[81,126,129],[78,118,118],[110,135,132],[205,211,207],[255,245,243],[255,245,240],[238,227,221],[228,219,214],[218,208,206],[255,251,251],[250,234,237],[234,219,226],[255,248,255],[237,233,232],[247,239,220],[217,205,179],[214,199,176],[240,223,203],[203,186,166],[180,164,141],[214,202,176],[188,183,154],[172,174,150],[138,150,130],[116,133,123],[104,129,126],[88,117,121],[83,116,123],[93,128,134],[85,113,114],[109,119,111],[98,98,88],[100,101,95],[112,113,108],[109,105,106],[95,97,96],[102,119,111],[110,134,121],[94,112,98],[78,82,68],[85,71,60],[157,137,126],[174,165,148],[130,127,108],[107,110,89],[146,154,133],[118,129,112],[87,100,83],[125,137,117],[159,168,149],[130,137,121],[66,69,50],[106,106,78],[127,124,93],[201,191,166],[248,234,207],[211,192,159],[179,156,122],[159,132,103],[222,192,164],[179,148,119],[67,44,13],[46,41,11],[83,84,53],[127,118,87],[158,139,107],[166,133,100],[142,97,64],[151,97,63],[144,84,50],[137,72,40],[169,106,75],[149,89,61],[107,53,29],[119,72,52],[79,41,22],[67,34,15],[86,58,44],[43,16,7],[25,1,0],[21,2,0],[22,6,6],[12,2,3],[7,1,3],[10,5,9],[8,3,7],[11,5,7],[11,5,5],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[8,2,4],[6,1,8],[50,45,65],[255,250,255],[245,240,255],[25,20,40],[5,0,14],[5,0,13],[19,13,23],[9,4,10],[6,1,5],[7,3,4],[7,3,2],[6,2,1],[4,0,0],[4,0,0],[5,0,0],[7,2,0],[6,0,0],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,1,3],[0,0,2],[0,0,4],[2,1,6],[2,3,7],[2,3,7],[2,5,10],[5,9,12],[4,8,9],[9,13,12],[19,23,22],[23,25,24],[26,28,27],[37,37,37],[71,71,71],[40,42,41],[49,51,50],[71,73,72],[66,71,67],[26,32,28],[32,42,34],[64,74,66],[50,62,52],[38,50,40],[45,57,45],[49,61,47],[43,55,41],[57,70,53],[38,52,35],[49,63,46],[44,61,45],[53,69,56],[45,61,48],[53,66,56],[113,126,116],[93,107,94],[68,82,65],[116,129,109],[153,167,144],[90,109,87],[79,107,92],[91,121,109],[99,122,106],[102,123,108],[91,119,107],[114,144,132],[161,190,170],[173,206,187],[116,153,145],[124,156,151],[165,184,178],[213,228,223],[202,222,221],[171,195,195],[177,206,201],[180,216,212],[124,173,178],[108,162,174],[167,219,233],[112,160,174],[157,197,209],[156,183,194],[178,185,195],[209,209,219],[168,176,187],[156,179,193],[93,144,161],[91,156,176],[105,170,192],[119,177,199],[111,159,179],[132,175,194],[121,163,187],[105,147,171],[88,129,151],[156,197,217],[209,250,255],[139,182,198],[105,151,164],[100,150,159],[92,147,154],[84,139,146],[131,186,191],[162,215,221],[132,179,185],[116,159,165],[134,171,177],[135,174,181],[123,167,176],[97,145,155],[92,142,153],[104,158,170],[100,156,169],[97,155,169],[109,168,184],[114,173,191],[88,147,165],[100,159,177],[98,157,175],[94,151,168],[86,144,156],[81,138,149],[87,141,151],[87,137,146],[90,133,139],[139,177,180],[149,183,182],[124,149,146],[135,144,141],[200,197,192],[235,224,218],[225,212,203],[231,223,212],[206,198,187],[221,208,202],[255,237,237],[255,248,255],[255,239,249],[235,232,239],[212,211,209],[159,151,128],[173,160,128],[231,214,188],[217,197,173],[237,217,193],[228,208,184],[204,187,159],[189,175,146],[196,191,161],[95,98,69],[130,139,118],[96,112,99],[66,88,85],[77,105,108],[84,113,121],[82,103,108],[105,107,102],[122,113,104],[145,131,128],[170,152,152],[149,129,131],[80,70,71],[102,115,106],[79,103,89],[70,88,72],[84,86,73],[135,110,103],[133,98,92],[140,116,106],[149,137,123],[86,87,69],[131,138,120],[172,176,159],[123,130,114],[121,130,113],[181,189,174],[120,131,117],[92,101,84],[142,147,124],[154,154,128],[201,194,166],[213,199,170],[152,134,98],[112,89,55],[123,98,68],[190,164,137],[140,114,89],[162,145,119],[204,200,175],[63,61,36],[43,36,8],[164,147,119],[213,186,156],[193,157,123],[171,127,92],[170,120,85],[152,98,64],[146,91,60],[132,81,52],[103,56,30],[98,56,34],[95,58,39],[71,38,21],[54,25,11],[44,15,7],[30,5,0],[23,2,0],[20,4,4],[13,3,4],[12,3,6],[12,6,10],[11,6,10],[9,3,5],[9,3,3],[12,4,2],[13,5,3],[13,4,5],[12,3,4],[8,2,4],[5,0,7],[29,25,42],[162,159,180],[142,137,157],[6,2,19],[5,1,16],[1,0,9],[13,7,17],[3,0,4],[6,1,5],[7,3,4],[8,2,2],[7,1,1],[5,0,0],[4,0,0],[7,0,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[5,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[2,2,4],[0,0,2],[0,0,4],[0,0,4],[1,2,6],[0,3,6],[1,4,9],[3,7,10],[2,6,5],[6,11,7],[21,26,22],[32,36,35],[18,22,23],[52,56,57],[17,21,22],[19,23,24],[38,42,43],[46,50,49],[40,46,42],[53,62,57],[56,66,58],[71,81,72],[100,112,100],[73,85,73],[52,64,52],[63,75,63],[46,58,46],[38,52,37],[37,51,36],[39,56,40],[42,58,45],[50,66,55],[42,58,47],[52,68,57],[81,97,86],[115,129,116],[97,111,94],[101,116,95],[178,192,169],[106,121,98],[89,108,88],[112,133,114],[147,164,145],[132,151,131],[150,173,155],[151,178,159],[156,183,164],[133,162,144],[152,182,170],[190,216,207],[199,216,208],[161,176,169],[153,172,168],[159,181,178],[150,177,170],[167,203,201],[122,172,179],[105,163,175],[182,235,253],[129,177,197],[127,173,189],[146,178,193],[187,193,207],[202,200,213],[182,186,197],[207,227,238],[155,205,216],[95,157,170],[108,165,184],[123,171,191],[144,185,203],[138,175,194],[123,163,188],[144,186,211],[181,223,247],[185,227,249],[176,221,240],[131,178,194],[103,152,166],[107,161,171],[87,144,153],[80,137,144],[138,196,200],[149,202,206],[120,168,172],[117,158,164],[118,155,161],[143,182,187],[137,182,187],[93,142,147],[93,143,150],[100,152,163],[98,152,164],[94,150,163],[89,147,161],[101,160,176],[81,140,156],[106,163,180],[102,159,176],[88,144,159],[79,136,147],[78,132,142],[79,133,143],[74,124,131],[76,120,123],[135,169,168],[214,237,231],[171,182,174],[207,206,201],[230,221,216],[190,180,171],[246,236,224],[202,193,176],[196,184,168],[241,224,214],[245,225,224],[255,239,246],[212,196,206],[162,160,165],[190,187,180],[86,76,49],[177,161,127],[236,217,187],[120,98,74],[177,152,130],[241,216,194],[245,221,195],[191,170,139],[155,141,104],[165,157,120],[169,169,135],[66,72,46],[69,81,67],[78,94,91],[80,99,106],[86,99,105],[116,113,108],[160,147,139],[175,156,152],[156,132,132],[195,166,168],[109,94,91],[56,66,55],[56,77,60],[87,104,86],[138,139,125],[133,106,99],[138,103,99],[132,107,102],[91,81,71],[62,66,52],[77,88,74],[100,106,92],[191,197,183],[127,133,119],[107,115,100],[175,183,168],[180,189,172],[142,147,125],[101,103,79],[177,173,146],[138,129,100],[108,93,62],[127,110,80],[155,135,108],[226,204,180],[144,124,99],[79,63,40],[75,68,49],[33,28,9],[42,31,9],[50,34,8],[83,60,29],[147,118,86],[103,69,34],[100,62,26],[151,108,73],[135,92,58],[114,71,39],[95,54,26],[86,48,25],[107,70,51],[75,42,25],[75,43,30],[52,24,13],[35,10,5],[18,0,0],[13,0,0],[11,0,1],[12,3,6],[9,3,5],[5,1,2],[7,1,1],[8,2,2],[11,3,1],[13,5,3],[14,5,6],[11,5,5],[8,4,5],[3,1,6],[0,0,11],[2,0,16],[7,3,18],[36,32,46],[51,48,59],[5,2,11],[5,0,7],[8,3,9],[5,1,2],[6,2,3],[8,2,2],[7,1,1],[8,2,2],[8,3,0],[9,1,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[6,2,3],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2],[1,3,2]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[2,1,6],[1,2,6],[1,2,6],[2,3,8],[0,3,8],[3,6,11],[9,14,17],[14,20,16],[9,15,11],[14,20,16],[42,48,46],[39,45,45],[21,25,26],[28,32,35],[29,33,36],[35,39,40],[34,40,40],[44,50,48],[61,71,63],[48,58,49],[40,52,40],[63,75,61],[58,70,56],[52,65,55],[50,63,53],[51,64,54],[73,89,76],[91,107,94],[66,84,70],[40,58,46],[44,61,51],[43,60,50],[63,79,69],[70,86,76],[89,105,94],[82,96,81],[69,84,65],[150,165,142],[140,152,128],[102,110,87],[152,162,138],[204,222,198],[152,176,150],[121,147,120],[147,172,150],[141,165,149],[153,175,162],[159,177,163],[179,197,185],[127,153,144],[89,116,109],[120,147,140],[128,155,148],[119,146,141],[167,201,202],[169,214,220],[106,159,173],[145,201,224],[143,200,227],[106,164,188],[104,149,172],[163,180,200],[195,197,212],[198,198,208],[228,239,245],[204,239,241],[112,160,164],[104,148,159],[150,189,206],[184,219,238],[117,152,172],[146,186,211],[202,244,255],[147,189,214],[108,152,177],[141,187,210],[106,157,176],[95,148,164],[95,153,165],[84,144,152],[72,133,138],[151,209,213],[138,191,195],[96,145,149],[112,155,161],[107,146,153],[137,178,182],[152,200,202],[85,134,138],[88,139,143],[78,131,137],[110,163,171],[106,160,170],[95,151,164],[86,142,157],[118,174,189],[87,143,158],[88,144,159],[93,146,160],[93,147,159],[68,120,131],[72,125,133],[82,129,135],[95,135,135],[114,143,138],[133,145,133],[226,227,213],[244,235,226],[243,230,224],[227,214,208],[255,245,236],[221,206,185],[209,193,170],[226,207,193],[238,219,213],[209,192,198],[151,140,148],[173,168,165],[240,232,219],[100,85,54],[143,123,86],[201,178,147],[161,135,112],[132,103,85],[214,183,163],[255,225,202],[255,247,215],[209,184,143],[168,147,100],[152,138,91],[127,118,77],[144,140,113],[128,128,116],[136,140,143],[104,103,109],[141,132,127],[139,125,116],[133,116,109],[118,99,93],[153,129,125],[246,229,222],[169,173,159],[60,73,55],[85,94,75],[133,131,116],[162,139,133],[100,75,71],[91,80,76],[107,108,103],[76,88,84],[75,92,86],[88,103,96],[103,114,106],[130,138,127],[160,166,152],[184,187,168],[170,172,151],[157,159,138],[117,119,97],[171,170,149],[127,125,104],[93,88,68],[127,121,99],[83,71,49],[181,165,140],[111,91,66],[72,51,30],[63,47,32],[74,60,47],[85,69,53],[64,47,27],[98,78,53],[138,117,86],[97,73,39],[71,45,10],[98,70,33],[103,73,37],[69,36,3],[99,65,37],[123,89,64],[98,63,43],[63,28,9],[99,65,53],[74,44,34],[74,47,40],[49,28,23],[21,3,1],[10,0,0],[10,1,4],[9,3,5],[11,7,8],[9,3,3],[11,5,5],[13,5,3],[14,6,4],[10,4,4],[4,0,0],[5,1,2],[14,9,13],[5,2,9],[6,5,13],[4,1,8],[56,54,59],[56,54,59],[5,3,6],[9,4,8],[4,0,1],[6,2,3],[6,2,1],[7,1,1],[6,0,0],[6,0,0],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[1,0,0],[1,0,0],[1,1,1],[1,1,1],[86,88,87],[66,68,67],[11,13,12],[0,1,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[0,0,4],[0,1,5],[1,2,6],[1,4,9],[1,4,9],[4,9,13],[12,17,20],[18,27,22],[23,33,25],[13,22,17],[29,38,35],[42,51,50],[22,31,30],[15,23,25],[25,33,35],[22,31,30],[34,43,40],[46,55,50],[54,65,57],[49,61,51],[45,59,44],[47,61,44],[39,53,38],[59,72,62],[80,96,86],[130,146,136],[133,151,139],[104,122,110],[78,96,84],[54,71,61],[63,80,70],[77,94,86],[76,93,85],[59,75,65],[61,77,66],[94,108,93],[108,123,104],[132,147,124],[139,152,126],[128,130,106],[144,149,126],[205,225,200],[166,194,169],[131,157,130],[171,199,176],[170,201,186],[115,141,132],[192,208,195],[148,166,154],[86,117,111],[100,135,129],[138,171,164],[124,155,149],[169,201,200],[145,180,184],[150,190,200],[99,148,165],[90,148,172],[95,159,187],[112,177,207],[122,176,202],[139,167,189],[160,172,188],[203,206,215],[203,210,216],[186,207,210],[161,192,195],[197,231,240],[211,245,255],[140,169,183],[159,190,208],[187,225,248],[146,188,213],[132,176,201],[156,202,228],[132,182,205],[92,144,166],[94,151,168],[92,151,165],[83,146,155],[68,129,134],[94,153,157],[104,159,162],[93,144,148],[93,140,146],[94,137,144],[102,145,151],[134,182,182],[94,144,143],[83,133,134],[78,129,132],[89,139,146],[96,149,157],[92,146,158],[80,133,147],[102,155,169],[86,139,153],[77,131,143],[87,139,152],[80,132,143],[96,146,155],[52,102,109],[130,175,180],[126,160,161],[112,133,126],[173,177,160],[199,194,174],[205,193,181],[240,225,220],[245,231,228],[245,231,222],[234,216,192],[196,176,149],[217,200,180],[197,183,174],[174,165,168],[194,185,190],[213,202,196],[205,190,171],[125,106,73],[118,96,59],[131,106,75],[241,213,189],[247,214,195],[212,177,158],[191,153,130],[206,170,138],[237,203,158],[198,167,113],[159,133,76],[172,151,98],[171,156,117],[164,152,130],[148,137,135],[120,108,110],[140,122,118],[135,121,112],[95,87,76],[109,101,90],[87,73,64],[161,151,139],[239,240,224],[116,121,101],[95,98,79],[161,160,142],[143,130,121],[102,93,86],[58,65,58],[100,116,113],[73,93,92],[55,76,77],[81,100,96],[61,74,67],[69,79,71],[94,100,88],[101,104,85],[96,98,77],[80,81,63],[82,83,65],[57,59,38],[144,146,125],[82,83,67],[4,1,0],[39,32,13],[118,107,85],[70,55,32],[70,53,33],[88,68,57],[145,125,116],[76,58,44],[58,41,23],[51,35,10],[126,111,82],[73,58,25],[47,31,0],[120,102,66],[99,79,44],[54,29,0],[79,52,23],[105,73,48],[93,58,38],[71,34,16],[96,60,46],[62,29,20],[81,54,47],[70,49,44],[37,19,17],[16,4,4],[12,3,4],[7,1,3],[5,1,2],[9,3,3],[7,1,1],[7,0,0],[7,0,0],[8,2,2],[12,6,6],[23,19,20],[37,33,34],[8,6,7],[9,9,9],[1,0,0],[6,4,5],[7,6,4],[1,0,0],[12,8,7],[7,3,2],[6,2,1],[6,2,1],[7,1,1],[6,0,0],[6,0,2],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[4,2,3],[9,7,8],[7,7,7],[0,0,0],[238,240,239],[238,240,239],[0,1,0],[8,10,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,3,8],[1,4,9],[5,10,14],[12,17,20],[8,17,14],[16,25,20],[1,10,7],[12,21,18],[37,46,45],[28,37,36],[20,28,30],[29,39,40],[27,37,36],[29,40,36],[32,43,37],[33,46,37],[49,62,52],[62,76,63],[63,77,62],[71,88,72],[68,85,75],[86,103,95],[116,133,125],[69,89,78],[36,56,45],[59,79,68],[81,101,90],[125,145,136],[77,96,90],[36,53,45],[60,76,66],[112,128,117],[133,147,130],[113,128,107],[81,95,70],[128,141,113],[127,133,107],[166,176,152],[151,174,154],[104,133,113],[197,225,202],[198,229,211],[104,141,134],[102,137,131],[127,150,140],[188,211,201],[113,147,146],[133,173,173],[122,158,156],[139,175,175],[130,171,175],[164,204,214],[112,149,167],[122,167,190],[91,152,180],[82,151,180],[101,168,195],[112,168,193],[118,156,175],[159,185,198],[199,212,221],[231,238,248],[229,237,248],[223,237,248],[224,251,255],[169,198,204],[168,193,198],[196,223,234],[148,185,204],[143,185,209],[209,253,255],[149,197,220],[99,151,175],[106,161,182],[102,161,179],[94,156,171],[86,148,159],[77,137,145],[76,135,141],[78,136,140],[79,132,138],[83,133,140],[82,129,137],[71,118,124],[98,146,146],[135,184,181],[93,141,141],[74,124,125],[79,128,133],[78,128,135],[82,132,143],[87,139,152],[89,141,154],[69,121,134],[78,130,141],[88,138,147],[81,131,140],[131,180,187],[52,101,106],[100,141,145],[132,158,159],[138,151,142],[229,233,210],[186,182,157],[186,178,165],[255,252,246],[255,241,241],[255,246,241],[235,210,188],[156,135,106],[131,119,95],[152,146,130],[138,138,136],[136,132,131],[158,141,131],[142,120,97],[178,153,122],[149,123,88],[163,134,104],[212,181,153],[255,227,205],[249,211,190],[196,154,130],[230,187,153],[200,157,112],[186,145,91],[202,164,102],[189,157,98],[174,146,99],[166,141,110],[167,143,131],[173,149,145],[145,122,114],[200,186,175],[133,137,120],[87,96,77],[105,108,91],[50,51,33],[143,145,124],[149,148,128],[105,104,84],[117,116,98],[80,82,68],[77,89,75],[45,73,61],[35,68,61],[58,86,87],[44,65,66],[53,70,64],[69,82,73],[60,71,65],[89,99,90],[85,93,78],[89,96,80],[60,63,52],[104,106,93],[77,79,58],[96,95,75],[99,96,81],[25,22,7],[108,103,83],[116,111,89],[67,60,41],[41,29,15],[83,63,54],[109,86,78],[63,43,32],[28,11,0],[19,4,0],[98,86,60],[105,96,67],[96,87,56],[114,103,71],[123,110,78],[92,76,43],[79,55,27],[73,43,19],[78,43,21],[75,37,18],[78,41,25],[68,36,25],[92,63,57],[80,57,51],[36,17,13],[10,0,0],[8,0,0],[9,0,3],[6,0,2],[13,7,7],[13,7,7],[13,5,3],[11,3,1],[8,2,2],[5,0,0],[7,3,4],[15,11,12],[1,0,0],[11,10,5],[6,5,0],[4,3,0],[6,2,0],[9,5,2],[13,9,6],[3,0,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[7,1,3],[7,1,3],[7,1,5],[7,1,5],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[26,26,26],[11,11,11],[9,9,9],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,6],[1,2,6],[0,3,8],[0,3,8],[2,7,11],[9,14,17],[14,23,22],[11,20,17],[3,13,12],[10,20,19],[23,33,32],[26,36,37],[24,34,35],[23,35,35],[45,57,55],[30,45,40],[36,51,44],[43,59,49],[57,73,62],[58,76,62],[46,64,48],[62,80,66],[53,73,64],[48,69,62],[54,75,68],[41,62,53],[43,64,55],[43,63,54],[45,65,56],[103,123,114],[63,82,76],[44,64,55],[123,140,130],[149,165,152],[88,102,85],[96,111,88],[88,102,76],[109,122,94],[175,188,162],[177,192,169],[168,193,174],[186,214,199],[204,232,217],[143,177,163],[125,170,165],[88,133,128],[98,129,121],[190,220,212],[161,197,197],[110,148,151],[142,178,178],[106,144,145],[124,171,177],[159,205,218],[131,167,189],[155,197,222],[110,172,197],[93,163,189],[91,157,183],[100,158,180],[100,149,164],[134,172,183],[174,198,208],[183,197,210],[183,190,208],[169,178,195],[201,223,234],[221,249,253],[241,255,255],[159,183,185],[143,176,191],[167,208,228],[129,174,195],[89,137,159],[108,160,182],[96,151,172],[88,147,165],[79,138,154],[77,137,148],[56,116,124],[87,146,150],[92,150,154],[67,122,127],[72,125,133],[81,134,142],[89,139,146],[99,147,147],[89,138,134],[111,160,157],[120,168,168],[101,149,153],[81,130,135],[72,120,130],[83,133,144],[80,130,141],[137,185,195],[138,186,196],[80,129,136],[59,108,115],[95,142,148],[111,159,163],[83,121,122],[117,137,136],[180,190,181],[204,206,184],[164,162,137],[147,141,127],[236,225,221],[255,243,245],[255,235,232],[200,178,157],[128,111,83],[121,117,90],[86,89,70],[133,138,131],[116,115,110],[94,77,61],[149,123,100],[146,116,88],[189,158,129],[219,188,157],[224,191,160],[230,195,167],[222,182,156],[177,133,106],[210,164,130],[159,112,68],[179,132,80],[224,180,119],[222,182,121],[165,128,76],[119,85,47],[169,138,117],[184,154,143],[120,92,80],[155,142,126],[211,221,197],[107,125,99],[90,102,80],[95,100,80],[118,117,97],[170,167,148],[84,79,60],[89,88,68],[118,127,108],[97,118,101],[23,60,43],[19,60,46],[17,46,42],[84,103,101],[67,80,70],[61,73,61],[82,95,88],[100,113,106],[79,92,82],[65,77,65],[62,67,61],[54,55,47],[113,110,91],[152,146,122],[108,99,82],[108,101,83],[160,155,135],[86,85,64],[65,67,53],[46,42,31],[82,65,57],[49,26,18],[83,63,52],[99,83,68],[67,56,38],[51,43,20],[102,96,70],[92,87,58],[66,59,31],[86,75,47],[68,53,24],[51,30,3],[55,27,3],[75,40,18],[80,42,21],[71,34,16],[39,7,0],[62,33,27],[58,35,29],[32,13,9],[19,5,5],[19,9,10],[15,6,9],[8,2,4],[4,0,0],[8,2,2],[13,5,3],[14,6,4],[11,5,5],[5,0,0],[3,0,0],[3,0,0],[6,2,0],[4,4,0],[8,8,0],[8,5,0],[8,5,0],[10,6,3],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[7,1,3],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[7,5,6],[1,0,0],[1,1,1],[0,0,0],[5,5,5],[3,3,3]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,7],[1,2,7],[1,4,9],[0,5,9],[2,7,11],[8,13,17],[18,26,29],[16,26,28],[14,24,26],[15,25,27],[23,34,36],[30,42,42],[31,43,43],[31,45,45],[28,43,40],[20,36,33],[37,54,48],[44,61,53],[45,62,54],[45,62,52],[39,57,45],[52,72,61],[48,69,62],[54,75,70],[46,67,60],[45,66,59],[63,84,77],[58,79,72],[47,68,61],[65,86,79],[66,85,79],[68,85,77],[97,113,103],[109,125,112],[90,105,86],[102,116,91],[100,113,85],[151,166,137],[175,193,167],[120,142,121],[128,150,137],[157,183,172],[203,233,223],[181,218,210],[123,172,168],[95,146,141],[113,154,146],[147,182,176],[84,114,114],[105,135,137],[156,186,188],[103,138,142],[111,160,164],[103,153,162],[131,169,190],[117,159,184],[81,139,163],[91,156,178],[88,149,170],[99,156,175],[98,152,164],[106,153,161],[142,178,190],[163,189,206],[175,190,213],[202,217,238],[200,222,235],[209,230,235],[215,230,225],[175,191,188],[182,212,220],[135,174,189],[103,146,163],[134,179,200],[107,155,177],[83,135,156],[99,154,174],[73,131,145],[44,102,113],[120,179,187],[121,179,183],[68,126,130],[81,139,143],[86,143,150],[67,124,135],[100,153,161],[110,158,158],[102,148,145],[91,137,135],[109,155,155],[130,175,180],[106,153,159],[142,189,197],[121,168,178],[70,117,127],[107,154,164],[158,205,213],[94,141,147],[79,127,131],[66,111,114],[76,121,124],[110,146,146],[148,164,161],[163,169,159],[182,185,164],[144,143,123],[149,142,132],[248,237,233],[246,230,231],[215,197,195],[177,161,145],[117,109,86],[123,125,101],[147,155,134],[116,122,110],[130,128,116],[111,94,76],[153,127,104],[134,102,81],[161,125,101],[156,121,91],[195,161,124],[160,126,88],[215,180,142],[175,135,100],[182,138,103],[172,123,83],[209,158,113],[184,137,83],[184,139,84],[195,153,103],[152,113,70],[104,69,37],[142,110,87],[182,151,131],[158,141,121],[213,219,193],[228,244,217],[72,82,58],[80,85,65],[154,153,135],[199,196,179],[133,127,111],[90,89,71],[83,88,68],[112,129,110],[133,166,145],[92,126,109],[72,94,82],[105,118,108],[141,150,131],[105,116,99],[71,84,77],[75,91,88],[55,75,66],[85,100,95],[56,64,66],[96,95,91],[144,136,115],[109,95,68],[54,37,17],[157,142,123],[117,111,87],[61,63,42],[65,75,64],[87,92,85],[74,64,54],[61,45,32],[59,45,32],[71,59,45],[21,12,0],[34,27,9],[82,75,56],[55,47,26],[59,48,26],[62,47,24],[59,41,17],[81,56,34],[107,76,55],[91,56,34],[71,35,13],[60,23,4],[28,0,0],[41,12,4],[41,16,11],[30,11,7],[26,12,11],[20,10,11],[11,2,5],[7,1,3],[7,1,1],[8,2,2],[10,2,0],[10,2,0],[9,3,3],[9,3,5],[10,5,9],[15,11,12],[10,6,3],[4,0,0],[9,4,1],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[10,6,5],[7,3,2],[7,3,2],[6,2,3],[6,2,3],[6,2,1],[6,2,1],[5,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[7,5,6],[3,1,2],[4,2,3],[12,10,11],[1,0,0],[7,5,6],[5,3,4]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,6],[0,3,8],[2,7,11],[2,7,11],[4,9,13],[7,14,20],[8,17,24],[17,26,33],[17,26,33],[12,23,27],[28,39,43],[32,46,47],[27,41,42],[41,57,56],[48,64,63],[56,75,71],[64,83,79],[49,68,62],[37,56,50],[45,66,59],[58,79,70],[70,91,84],[56,79,73],[46,71,67],[39,64,58],[49,72,64],[55,78,70],[50,73,65],[59,82,74],[77,98,91],[63,82,76],[70,90,81],[75,92,82],[73,90,74],[80,95,74],[119,133,107],[162,175,145],[212,227,196],[148,168,143],[142,165,145],[102,124,111],[92,119,110],[136,171,165],[132,173,167],[84,131,125],[97,144,136],[130,173,166],[100,137,130],[110,137,132],[145,170,167],[182,210,211],[130,164,165],[142,186,187],[108,156,160],[129,168,183],[103,146,165],[94,146,168],[107,165,187],[98,156,178],[99,158,176],[100,160,171],[105,159,169],[112,159,169],[147,184,200],[183,208,230],[190,208,230],[170,189,203],[166,183,190],[197,209,205],[182,198,195],[165,194,198],[140,176,188],[218,255,255],[173,216,233],[100,147,167],[96,147,166],[129,182,200],[94,147,163],[74,128,140],[130,185,192],[116,171,174],[79,137,139],[74,132,136],[71,128,137],[71,129,140],[73,128,135],[94,142,142],[106,151,146],[79,125,122],[107,153,153],[166,211,214],[118,163,168],[146,191,197],[148,195,203],[115,162,170],[72,116,125],[126,171,177],[111,156,161],[97,142,145],[78,122,123],[49,93,94],[106,140,139],[141,158,152],[162,168,158],[187,191,176],[159,160,146],[211,202,195],[250,236,235],[255,247,247],[240,229,227],[159,156,141],[100,103,82],[92,100,79],[120,128,107],[154,156,142],[81,75,59],[123,111,89],[155,133,110],[200,164,148],[184,146,127],[173,138,106],[222,189,148],[187,155,108],[231,199,152],[181,144,102],[106,64,26],[180,131,98],[197,147,110],[163,114,71],[147,101,52],[195,153,103],[192,154,107],[178,143,103],[119,86,53],[185,153,128],[255,234,211],[212,210,185],[254,255,236],[152,153,135],[110,108,93],[188,186,173],[196,194,181],[218,215,200],[89,86,69],[90,87,70],[120,125,105],[164,182,158],[133,155,132],[165,177,157],[149,156,138],[77,87,63],[70,82,62],[46,59,50],[46,63,57],[72,89,79],[102,115,108],[37,41,42],[149,145,142],[247,236,214],[229,213,187],[178,160,140],[116,101,82],[64,58,34],[67,70,49],[37,49,37],[45,55,46],[59,57,44],[75,66,51],[74,65,50],[28,21,5],[29,22,6],[99,92,76],[52,43,28],[30,18,2],[58,42,26],[53,34,17],[51,28,10],[72,45,26],[116,85,65],[109,74,52],[85,49,25],[52,15,0],[46,14,1],[50,21,13],[46,21,16],[40,21,17],[34,20,19],[18,8,7],[7,0,0],[10,4,6],[13,7,7],[13,7,7],[12,4,2],[9,1,0],[8,2,2],[7,1,1],[6,2,3],[9,5,6],[7,1,1],[9,3,3],[15,9,9],[10,4,4],[8,4,5],[12,8,9],[7,3,4],[6,2,3],[7,3,4],[7,3,4],[7,3,4],[7,3,2],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[6,4,5],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,4],[1,0,4],[0,0,4],[1,0,5],[1,2,7],[3,4,9],[4,7,12],[3,8,12],[2,9,15],[6,13,21],[7,16,25],[10,18,29],[17,27,36],[14,24,33],[21,32,38],[25,39,42],[21,35,38],[32,48,48],[35,53,53],[59,79,77],[57,77,75],[45,66,61],[44,65,60],[46,67,62],[52,73,68],[54,77,71],[46,71,67],[46,71,67],[44,69,63],[30,55,49],[37,62,56],[55,78,72],[56,79,73],[66,87,82],[86,105,99],[54,71,63],[82,98,87],[99,113,98],[102,115,95],[155,169,143],[207,221,188],[176,189,159],[141,155,132],[155,172,154],[130,155,136],[105,137,124],[83,128,121],[109,156,150],[129,166,158],[200,233,224],[187,222,216],[117,148,142],[174,196,183],[158,180,167],[130,160,152],[120,152,149],[156,191,187],[143,179,177],[116,154,155],[133,171,182],[137,179,201],[98,148,175],[89,150,178],[92,160,183],[89,154,172],[97,157,168],[93,146,154],[93,137,146],[172,208,220],[158,184,197],[178,194,207],[190,203,212],[181,197,197],[169,191,189],[149,179,181],[192,227,233],[194,232,243],[130,172,186],[120,166,182],[126,173,191],[134,183,200],[116,168,182],[84,136,147],[103,156,164],[83,136,140],[61,116,119],[65,123,127],[65,124,132],[64,124,134],[72,129,136],[111,159,159],[80,125,122],[117,161,160],[124,168,169],[148,192,195],[161,204,210],[148,191,198],[152,195,204],[156,199,208],[117,160,169],[107,150,157],[148,191,197],[126,170,173],[70,111,113],[83,125,124],[93,128,124],[92,109,99],[136,144,133],[219,225,215],[204,201,194],[243,232,230],[235,219,220],[213,201,201],[245,242,237],[192,202,191],[110,124,107],[106,117,100],[105,109,92],[118,111,93],[128,117,99],[107,99,76],[123,106,86],[183,146,138],[198,156,144],[176,140,108],[213,181,134],[195,166,110],[165,136,80],[218,184,138],[181,142,103],[114,67,37],[198,148,121],[209,160,127],[180,132,92],[189,146,101],[138,102,54],[247,215,168],[188,156,115],[96,63,32],[195,167,143],[236,220,195],[231,218,199],[251,234,224],[237,224,216],[219,216,207],[177,177,167],[191,189,177],[163,155,142],[76,58,44],[134,117,101],[188,183,161],[117,117,91],[100,98,73],[106,108,84],[80,92,70],[98,115,97],[124,140,130],[27,38,30],[56,64,49],[130,132,119],[165,160,157],[154,145,140],[134,123,103],[163,151,127],[134,120,107],[63,53,41],[72,70,49],[51,55,32],[53,62,45],[58,66,51],[75,78,59],[46,45,25],[61,60,42],[23,20,3],[78,72,58],[112,102,90],[39,27,15],[59,42,32],[60,40,29],[55,31,19],[52,24,10],[58,26,11],[110,77,58],[135,100,78],[114,78,54],[38,3,0],[42,8,0],[45,15,7],[44,19,12],[47,26,21],[47,31,31],[30,20,19],[13,4,5],[11,5,5],[4,0,0],[7,1,1],[10,2,0],[10,2,0],[10,4,4],[9,3,5],[6,1,5],[5,0,4],[7,1,5],[13,4,9],[8,2,6],[4,0,2],[4,0,2],[5,0,3],[8,3,7],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[2,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[10,6,7],[9,5,6],[3,0,0],[9,5,6]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[2,3,7],[2,3,8],[2,5,10],[4,9,13],[0,8,11],[0,6,12],[1,10,17],[0,9,18],[0,2,12],[12,22,31],[18,31,39],[13,26,32],[27,42,45],[34,49,52],[32,50,50],[25,43,43],[49,69,68],[35,55,53],[40,60,58],[60,82,79],[53,75,72],[49,71,68],[50,72,69],[48,73,70],[39,64,61],[37,62,58],[27,52,46],[61,84,78],[76,97,90],[47,68,61],[75,95,86],[81,98,88],[73,89,76],[55,69,52],[61,76,55],[152,166,141],[169,182,152],[156,170,135],[167,182,151],[199,216,198],[199,221,208],[100,128,113],[122,160,145],[107,154,146],[102,149,141],[141,174,165],[181,211,201],[155,186,180],[139,169,161],[146,168,155],[163,185,172],[184,214,204],[151,184,177],[125,156,150],[140,171,166],[127,163,159],[207,247,249],[218,255,255],[106,152,175],[84,142,166],[88,152,177],[81,147,169],[96,159,176],[104,158,168],[125,174,181],[108,152,161],[121,155,164],[181,199,209],[215,225,234],[191,206,209],[150,170,171],[169,197,198],[183,216,221],[157,197,205],[160,204,215],[90,133,149],[179,222,238],[151,189,202],[148,184,196],[131,170,177],[87,131,134],[72,123,124],[65,123,124],[79,138,142],[65,124,128],[49,104,109],[114,165,169],[172,220,220],[124,170,168],[70,119,116],[106,152,152],[121,162,164],[108,149,153],[110,155,161],[88,135,143],[100,144,155],[118,162,175],[118,165,175],[94,139,145],[118,162,165],[111,151,151],[98,137,134],[89,120,114],[135,151,141],[145,151,141],[192,193,187],[232,227,223],[249,235,234],[230,214,214],[199,186,180],[181,178,169],[195,207,193],[143,157,140],[135,140,120],[171,169,148],[138,125,106],[216,201,178],[115,103,77],[91,73,51],[172,135,126],[225,183,169],[229,190,157],[209,177,130],[183,157,100],[157,131,74],[186,154,105],[226,188,149],[148,104,75],[127,81,55],[203,158,127],[193,151,113],[199,158,114],[168,130,81],[181,149,98],[177,149,101],[148,118,80],[188,161,131],[245,221,193],[210,188,165],[178,155,141],[183,163,154],[211,203,190],[179,176,161],[170,164,148],[215,202,186],[152,126,111],[132,105,86],[173,156,130],[128,117,87],[89,83,51],[46,49,18],[104,120,93],[124,143,123],[111,123,109],[70,76,62],[39,41,20],[124,119,99],[167,159,146],[93,83,71],[79,68,48],[113,102,82],[112,99,91],[64,53,47],[37,34,17],[48,50,29],[43,51,28],[52,62,38],[73,78,55],[61,65,42],[47,46,25],[45,40,21],[85,76,59],[83,70,54],[63,47,34],[41,23,13],[69,49,40],[59,37,26],[65,41,29],[62,34,20],[89,58,40],[112,80,57],[127,91,65],[72,36,12],[50,17,2],[42,14,3],[28,3,0],[24,5,0],[30,16,13],[25,15,14],[10,4,4],[7,1,1],[9,3,3],[11,5,5],[9,4,1],[7,2,0],[9,3,3],[8,4,5],[7,2,6],[7,2,6],[6,0,4],[9,3,7],[6,0,4],[13,7,11],[11,5,9],[3,0,2],[7,2,6],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[1,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[7,3,4],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[6,2,3]],[[1,1,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[4,4,6],[0,0,4],[3,4,8],[0,2,7],[1,6,10],[0,5,9],[0,6,9],[1,8,14],[0,2,7],[62,75,81],[112,125,131],[0,3,9],[10,25,30],[25,40,43],[30,48,50],[30,48,50],[32,50,50],[21,39,39],[50,69,67],[66,86,84],[64,84,82],[55,75,73],[46,66,64],[49,70,65],[63,83,81],[52,73,74],[44,65,66],[45,65,63],[73,94,89],[77,96,90],[71,88,80],[52,68,57],[55,69,54],[53,68,49],[79,92,72],[85,97,73],[86,99,71],[139,153,120],[167,181,146],[184,198,162],[161,180,150],[137,165,151],[69,104,98],[77,114,106],[84,124,113],[105,147,137],[103,145,135],[127,163,153],[167,198,190],[162,191,186],[154,181,176],[146,169,163],[187,212,206],[144,173,168],[126,158,153],[170,203,196],[150,185,179],[130,166,162],[138,178,178],[127,170,179],[112,155,171],[137,183,198],[107,158,175],[84,144,168],[89,151,172],[119,173,185],[104,154,163],[91,143,156],[113,157,168],[178,203,208],[179,194,197],[214,225,227],[159,173,174],[181,200,204],[196,225,231],[166,211,217],[114,164,173],[83,130,140],[177,214,222],[187,206,212],[181,192,196],[181,195,196],[140,169,167],[83,133,130],[91,156,152],[105,171,169],[49,109,107],[69,113,112],[109,149,149],[188,232,235],[107,156,160],[25,79,79],[91,141,140],[189,222,227],[145,179,188],[88,138,145],[86,140,150],[97,146,163],[86,134,154],[101,152,169],[79,128,142],[69,114,120],[106,144,145],[81,112,107],[120,139,133],[186,192,188],[191,188,183],[254,247,239],[253,242,236],[192,181,177],[196,183,175],[199,183,168],[156,145,125],[197,196,176],[207,206,185],[139,129,102],[157,143,114],[242,226,200],[213,193,168],[144,123,94],[155,128,101],[100,68,47],[175,137,116],[239,198,168],[230,192,153],[228,200,153],[185,159,110],[164,130,85],[180,141,102],[194,151,117],[121,80,48],[225,189,153],[212,177,137],[182,139,96],[171,129,79],[193,161,104],[197,170,115],[176,153,109],[184,162,121],[232,210,169],[173,150,116],[169,144,122],[203,180,162],[201,185,160],[131,117,90],[148,133,104],[209,189,162],[165,139,116],[111,85,60],[137,119,83],[145,136,97],[138,134,97],[152,158,122],[42,59,23],[83,102,70],[164,172,148],[158,157,136],[80,74,48],[92,82,55],[103,96,67],[119,114,85],[111,104,78],[83,72,54],[116,101,96],[77,61,61],[76,67,60],[88,86,71],[101,111,84],[60,74,41],[97,103,77],[93,93,69],[82,76,52],[67,57,32],[97,81,58],[82,64,44],[69,50,33],[66,48,34],[69,55,44],[42,29,20],[48,35,26],[43,27,14],[71,48,30],[103,75,53],[98,63,35],[88,51,25],[57,24,5],[59,31,17],[38,14,2],[16,0,0],[17,3,0],[14,4,3],[5,0,0],[7,3,4],[10,6,7],[6,2,3],[10,6,5],[11,7,6],[4,0,1],[2,0,1],[6,4,7],[3,1,4],[5,0,4],[8,3,7],[9,4,8],[6,1,5],[7,2,6],[9,4,8],[7,2,6],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[7,5,6],[0,0,0],[1,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[2,0,3],[1,0,2],[2,0,3],[5,3,6],[3,1,4],[1,0,2],[8,6,9],[1,0,2],[8,6,9],[6,4,7],[1,0,2],[178,176,179]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[4,5,9],[4,8,11],[0,4,8],[2,7,11],[0,8,11],[1,9,12],[6,15,20],[0,10,14],[60,74,77],[85,100,103],[7,22,25],[17,32,35],[18,36,38],[29,47,49],[28,46,46],[31,49,49],[28,47,45],[47,66,64],[53,73,71],[48,68,66],[44,64,62],[38,58,56],[40,61,56],[52,72,70],[44,64,63],[51,71,70],[59,78,76],[84,103,97],[69,86,78],[60,76,65],[61,75,60],[54,67,49],[72,86,63],[118,131,105],[118,131,103],[102,113,83],[116,127,95],[154,168,133],[144,158,123],[80,100,72],[80,112,99],[51,91,83],[51,91,83],[66,106,98],[94,134,126],[113,150,143],[119,154,148],[104,135,129],[170,200,192],[155,182,175],[160,187,180],[197,227,219],[117,148,142],[131,166,160],[165,204,199],[140,179,174],[125,164,159],[83,125,123],[93,138,143],[155,199,208],[165,208,217],[166,212,225],[119,176,196],[78,139,158],[82,135,149],[90,142,153],[101,155,167],[147,194,202],[160,189,193],[158,178,179],[184,198,199],[207,218,220],[245,255,255],[217,242,247],[119,162,168],[106,157,161],[102,151,155],[90,125,127],[186,200,200],[220,224,223],[211,220,215],[213,236,230],[80,129,123],[109,170,163],[180,241,236],[138,188,185],[158,184,183],[234,255,255],[200,237,245],[47,94,100],[45,101,102],[98,148,149],[232,255,255],[184,214,222],[93,143,150],[81,139,150],[91,142,159],[85,133,153],[74,127,145],[91,143,156],[78,121,127],[95,129,128],[122,148,139],[136,149,140],[239,240,235],[199,192,186],[255,244,236],[239,226,217],[155,146,139],[172,162,152],[217,200,180],[156,142,116],[175,169,147],[207,201,177],[185,170,139],[169,150,118],[171,154,126],[185,165,140],[184,158,131],[225,195,167],[210,178,153],[175,139,113],[193,152,122],[179,139,104],[175,146,104],[135,108,65],[172,137,97],[134,95,56],[146,106,71],[158,120,84],[238,206,168],[202,169,128],[213,172,128],[179,137,89],[209,177,120],[152,125,70],[101,79,32],[147,125,84],[152,130,89],[139,117,78],[174,151,119],[206,183,152],[183,160,126],[178,156,119],[164,140,104],[160,136,100],[157,133,99],[152,129,97],[180,164,128],[184,171,136],[169,163,129],[223,224,190],[123,133,96],[114,126,90],[185,186,155],[179,173,147],[177,167,140],[158,149,118],[108,102,66],[93,89,54],[57,52,23],[122,114,95],[94,81,73],[74,60,57],[97,88,81],[107,105,90],[132,141,112],[71,81,47],[93,94,63],[146,139,111],[145,134,106],[120,104,78],[102,82,57],[106,84,61],[69,48,27],[58,39,22],[60,47,31],[53,41,27],[59,46,30],[47,30,14],[213,188,166],[129,97,72],[118,79,50],[91,52,23],[85,53,32],[100,73,56],[87,65,52],[43,26,16],[11,0,0],[9,1,0],[12,6,6],[11,7,8],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[19,17,18],[15,13,14],[0,0,2],[4,4,6],[2,0,1],[7,3,4],[11,7,8],[11,7,8],[5,1,2],[3,0,0],[3,1,2],[9,7,8],[2,0,1],[6,4,5],[1,0,0],[7,5,6],[11,11,11],[0,0,0],[75,75,75],[251,251,251],[9,7,10],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[1,0,2],[3,1,4],[4,2,5],[4,2,5],[1,0,2],[5,3,6],[4,2,5],[1,0,2],[2,0,3],[1,0,2],[73,71,74]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,2],[1,1,3],[3,4,8],[3,4,8],[0,1,6],[4,9,13],[3,11,14],[1,9,12],[7,16,21],[2,13,17],[0,3,9],[0,12,18],[0,10,13],[11,26,29],[13,28,31],[24,39,42],[20,36,36],[19,35,35],[27,45,45],[38,56,56],[37,56,54],[34,53,51],[35,55,53],[33,53,51],[31,52,47],[38,59,54],[41,60,56],[54,73,69],[54,73,67],[62,79,71],[76,92,82],[106,122,109],[106,120,105],[104,117,99],[108,121,101],[125,137,113],[121,134,108],[105,118,92],[145,158,130],[185,200,171],[102,117,88],[91,109,83],[112,141,123],[132,165,154],[92,127,120],[147,181,180],[193,227,229],[130,164,166],[81,112,114],[85,117,114],[113,145,134],[113,145,130],[139,172,155],[194,228,212],[155,193,182],[106,145,140],[90,132,131],[123,164,166],[116,158,156],[101,143,141],[155,201,201],[195,243,247],[140,189,196],[122,174,185],[106,162,175],[97,153,166],[105,161,174],[94,146,157],[109,156,166],[129,170,176],[166,197,200],[175,199,201],[191,209,211],[203,217,218],[225,234,239],[192,209,216],[113,151,154],[124,172,172],[104,154,151],[91,133,129],[149,176,171],[182,201,195],[171,191,182],[163,193,183],[174,220,210],[169,218,212],[224,255,255],[235,255,255],[231,232,237],[227,227,237],[171,195,207],[82,122,132],[68,117,121],[147,191,194],[235,255,255],[167,196,204],[93,142,147],[89,144,151],[91,140,154],[85,132,148],[81,130,144],[62,111,118],[90,130,130],[125,154,149],[145,165,153],[156,167,153],[251,251,241],[255,253,244],[237,225,213],[180,166,155],[143,134,125],[214,204,192],[186,171,150],[183,168,145],[178,173,153],[214,209,187],[230,219,189],[188,173,142],[147,133,106],[155,137,113],[211,187,161],[173,146,119],[136,106,80],[113,79,52],[125,86,57],[183,147,113],[175,146,106],[103,74,34],[149,115,77],[183,145,109],[168,129,96],[160,124,90],[163,130,95],[163,131,92],[252,213,172],[218,180,133],[218,185,132],[162,132,82],[131,97,59],[202,172,138],[251,226,195],[175,155,120],[112,93,53],[156,134,93],[223,195,156],[181,149,111],[186,154,116],[122,93,53],[141,120,75],[133,118,77],[143,130,98],[190,178,152],[183,168,145],[188,176,150],[180,176,141],[190,187,152],[226,221,191],[201,196,167],[144,137,109],[130,123,94],[184,178,146],[174,168,136],[113,108,79],[131,125,101],[98,92,76],[74,68,54],[60,56,44],[60,58,43],[59,61,39],[69,68,40],[99,89,54],[167,151,117],[127,108,76],[92,71,42],[86,65,38],[78,54,30],[45,23,0],[43,21,0],[54,32,9],[84,60,36],[92,66,41],[65,35,9],[106,72,44],[106,67,36],[126,83,49],[89,48,20],[72,40,19],[69,41,27],[67,45,32],[55,36,29],[30,16,13],[12,4,2],[7,1,1],[4,0,1],[8,4,5],[18,14,15],[4,0,0],[10,6,5],[44,42,43],[38,36,37],[5,5,7],[3,1,4],[11,7,8],[3,0,0],[3,0,0],[7,3,4],[9,5,6],[6,2,3],[3,1,2],[6,4,5],[1,0,0],[8,6,7],[3,1,2],[1,0,0],[7,7,7],[0,0,0],[18,18,18],[94,94,94],[6,4,7],[1,0,2],[2,0,3],[7,5,8],[2,0,3],[3,1,4],[6,4,7],[1,0,2],[2,0,3],[2,0,3],[1,0,2],[8,6,9],[1,0,2],[6,4,7],[3,1,4],[2,0,3]],[[1,1,0],[1,1,0],[0,0,0],[1,1,0],[5,5,5],[6,6,6],[3,3,5],[2,2,4],[0,0,4],[0,2,5],[0,3,7],[9,14,18],[9,17,20],[3,13,15],[7,16,21],[3,14,18],[14,25,31],[3,16,22],[11,25,28],[8,23,26],[6,21,24],[14,29,32],[28,44,44],[34,50,50],[23,41,41],[31,49,49],[32,51,49],[33,52,50],[40,60,58],[38,58,56],[33,54,49],[37,58,51],[29,49,40],[42,59,49],[53,70,60],[59,77,65],[100,116,103],[151,165,150],[104,118,101],[72,85,67],[101,114,94],[98,112,89],[83,95,73],[94,106,82],[163,177,152],[212,226,201],[155,169,144],[130,148,124],[157,182,163],[168,196,182],[120,149,144],[189,219,217],[160,191,194],[83,114,117],[88,119,121],[62,94,91],[97,130,119],[130,164,148],[142,176,160],[108,146,131],[129,171,159],[131,176,169],[133,179,179],[92,137,140],[94,138,137],[126,170,169],[162,208,206],[136,186,187],[129,184,189],[95,152,159],[80,133,139],[103,156,162],[122,176,188],[105,155,166],[102,143,149],[168,201,206],[181,212,217],[205,233,237],[187,211,213],[196,214,214],[223,233,235],[167,182,185],[174,206,203],[133,176,169],[107,152,145],[78,120,110],[117,144,137],[136,157,150],[153,174,165],[155,182,173],[170,208,197],[141,181,172],[185,214,209],[217,229,229],[255,245,253],[194,184,195],[199,216,224],[131,164,169],[109,151,149],[113,152,149],[202,226,228],[151,176,180],[84,130,130],[109,163,165],[85,132,142],[80,124,137],[103,150,160],[81,122,128],[73,107,108],[109,134,128],[127,140,130],[229,233,219],[253,249,237],[239,229,217],[195,182,166],[145,132,116],[139,129,117],[192,183,168],[230,215,192],[179,167,143],[125,123,102],[156,154,133],[212,203,174],[188,174,145],[111,99,75],[132,117,94],[150,130,106],[146,120,95],[159,129,105],[158,124,97],[153,118,88],[187,152,120],[161,131,95],[125,95,57],[148,115,80],[140,106,71],[192,157,125],[159,126,95],[177,144,111],[189,156,121],[203,170,129],[223,190,145],[236,206,156],[209,176,131],[222,184,148],[255,237,208],[255,236,208],[141,118,86],[138,117,72],[213,189,141],[253,221,180],[231,196,156],[175,140,100],[180,149,105],[181,159,110],[134,117,73],[110,94,68],[105,90,71],[97,78,61],[140,122,100],[128,111,83],[169,154,123],[211,200,168],[219,213,179],[131,127,92],[85,81,46],[103,97,63],[145,139,107],[153,146,118],[109,105,80],[57,56,36],[83,84,66],[81,82,64],[46,45,27],[45,42,23],[58,48,23],[115,97,61],[148,124,86],[94,71,37],[66,45,14],[99,78,51],[85,63,40],[101,79,56],[78,54,30],[73,46,19],[131,100,71],[121,86,54],[118,82,48],[141,101,66],[128,85,51],[94,49,16],[92,51,23],[66,34,13],[52,24,10],[41,19,6],[36,19,11],[26,15,11],[14,6,4],[6,0,0],[6,2,3],[4,0,1],[6,2,3],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,2,4],[4,4,6],[4,2,3],[5,1,2],[7,3,4],[8,4,5],[6,2,3],[3,0,0],[2,0,1],[6,4,5],[8,6,7],[2,0,1],[9,7,8],[5,3,4],[0,0,0],[7,7,7],[4,4,4],[0,0,0],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[7,5,8],[8,6,9],[2,0,3],[2,0,3],[9,7,10],[1,0,2],[5,3,6],[8,6,9],[5,3,6],[7,5,8],[2,0,3]],[[1,1,0],[2,2,0],[0,0,0],[2,2,0],[7,7,7],[7,7,7],[4,4,6],[3,3,5],[2,3,7],[1,5,8],[2,7,11],[15,20,24],[15,22,28],[10,19,24],[14,23,28],[10,21,25],[10,21,27],[8,19,25],[14,25,31],[11,24,30],[15,29,32],[8,22,25],[24,39,42],[28,43,46],[25,41,41],[33,49,49],[33,52,50],[36,55,53],[44,64,62],[42,62,60],[38,59,54],[43,62,56],[56,74,62],[74,90,77],[97,113,100],[103,117,102],[90,104,87],[121,134,116],[123,136,118],[103,115,95],[88,100,80],[76,88,68],[105,117,97],[94,106,84],[168,182,159],[194,208,185],[120,134,111],[134,149,130],[129,149,137],[65,88,78],[110,135,129],[138,167,162],[102,133,128],[107,139,136],[61,93,90],[55,87,82],[95,128,121],[101,136,129],[93,130,122],[89,129,120],[119,164,157],[104,153,147],[129,179,176],[122,172,169],[116,162,160],[124,168,167],[151,197,194],[118,170,166],[94,155,158],[92,153,156],[108,158,157],[98,146,146],[78,128,137],[110,154,165],[143,174,177],[215,240,244],[169,198,206],[152,182,190],[141,169,172],[158,182,182],[207,223,223],[193,212,210],[214,244,236],[166,199,188],[141,174,163],[118,148,138],[174,193,187],[173,188,183],[200,215,210],[173,193,184],[132,158,147],[140,168,156],[164,185,176],[208,217,214],[251,242,247],[223,213,221],[187,199,197],[169,195,186],[115,149,135],[170,202,189],[204,224,215],[129,152,146],[107,148,142],[96,145,142],[97,140,146],[82,122,132],[73,111,122],[80,112,123],[79,104,109],[159,175,175],[169,174,170],[255,255,248],[219,211,198],[221,210,192],[174,159,138],[170,155,136],[150,141,124],[106,97,80],[225,211,185],[200,188,162],[99,98,78],[127,126,106],[176,169,141],[183,173,146],[190,182,161],[138,127,107],[151,135,112],[138,113,91],[196,166,142],[195,163,138],[191,162,132],[161,132,100],[166,133,100],[156,123,90],[175,145,111],[156,127,95],[159,130,100],[95,64,35],[105,74,45],[143,112,81],[156,128,91],[158,130,90],[164,137,92],[216,184,143],[184,148,112],[151,112,83],[140,104,78],[116,82,54],[124,95,53],[173,145,98],[121,89,48],[146,113,72],[163,130,89],[186,155,111],[141,113,66],[115,90,49],[128,106,82],[116,95,78],[104,87,69],[115,94,77],[110,81,65],[194,168,145],[159,143,110],[180,173,131],[215,213,165],[137,135,87],[44,36,0],[57,46,14],[45,34,12],[42,35,17],[60,61,43],[70,74,57],[54,57,36],[43,42,21],[91,83,62],[136,120,94],[150,126,90],[139,114,74],[113,90,58],[75,54,27],[63,45,23],[77,59,39],[130,112,92],[125,103,80],[173,143,117],[142,107,75],[140,102,66],[172,129,94],[167,123,88],[139,95,60],[112,67,36],[84,44,18],[44,11,0],[68,40,26],[58,36,25],[25,6,0],[14,0,0],[17,9,7],[12,6,6],[7,3,4],[10,6,7],[3,0,0],[9,3,3],[14,8,8],[8,4,5],[8,6,7],[8,8,10],[1,0,2],[9,5,6],[10,6,7],[8,4,5],[5,1,2],[8,4,5],[13,9,10],[6,4,5],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[7,7,7],[8,8,8],[2,2,2],[9,9,9],[1,0,2],[8,6,9],[6,4,7],[2,0,3],[6,4,7],[5,3,6],[2,0,3],[6,4,7],[3,1,4],[9,7,10],[4,2,5],[1,0,2],[5,3,6],[1,0,2],[1,0,2],[7,5,8]],[[0,0,0],[1,1,0],[0,0,0],[1,1,0],[4,4,4],[4,4,4],[2,2,4],[1,2,4],[1,5,8],[2,6,9],[1,6,10],[9,17,20],[11,20,25],[10,19,24],[16,27,31],[13,24,28],[8,19,25],[14,25,31],[10,21,27],[11,22,28],[16,30,33],[7,21,24],[21,36,39],[27,42,45],[24,40,40],[30,46,46],[28,47,45],[29,48,46],[34,54,52],[32,52,50],[31,52,47],[41,61,52],[57,73,60],[101,115,98],[57,70,52],[55,68,50],[74,86,66],[83,95,75],[114,123,102],[143,152,131],[105,114,93],[80,89,68],[113,122,101],[109,121,99],[101,113,91],[98,112,89],[128,142,119],[129,144,125],[66,84,72],[86,107,98],[98,121,113],[84,111,102],[88,118,110],[92,125,116],[62,95,88],[87,122,116],[88,123,119],[91,127,123],[58,97,94],[87,128,124],[84,131,125],[79,130,123],[76,129,121],[73,124,119],[91,137,135],[119,163,162],[107,154,148],[97,150,144],[87,149,148],[103,165,162],[108,158,149],[126,168,164],[131,174,180],[111,148,156],[137,158,161],[214,232,234],[190,217,224],[128,158,166],[135,166,169],[182,208,209],[202,218,218],[213,228,225],[218,238,227],[203,227,213],[197,221,207],[187,209,197],[184,201,195],[168,183,180],[202,218,215],[164,183,177],[114,138,124],[137,160,144],[127,143,132],[162,169,162],[247,242,246],[226,221,225],[209,216,209],[158,176,164],[183,210,193],[235,255,245],[164,180,169],[129,149,140],[82,119,111],[115,158,151],[109,149,149],[88,123,127],[70,101,106],[35,60,65],[118,138,139],[200,211,207],[187,184,179],[242,232,222],[183,172,154],[182,167,144],[168,150,126],[185,169,146],[169,158,140],[135,124,106],[216,200,175],[199,187,161],[118,117,97],[183,185,164],[204,198,172],[166,159,133],[192,187,167],[192,185,166],[155,140,119],[188,166,143],[142,111,90],[127,95,70],[142,117,87],[170,143,113],[191,157,129],[164,130,102],[139,110,80],[160,135,104],[114,89,59],[116,89,62],[153,121,96],[129,99,71],[103,80,46],[102,82,45],[147,124,83],[177,147,109],[131,97,60],[169,130,97],[141,102,71],[150,111,80],[111,76,38],[70,37,0],[82,50,11],[90,61,21],[102,73,31],[135,106,64],[122,90,49],[129,99,63],[129,102,75],[118,96,73],[136,120,97],[120,102,80],[155,124,106],[159,129,105],[169,151,115],[103,95,49],[143,140,89],[169,163,115],[111,99,61],[116,101,72],[83,68,45],[66,58,37],[65,65,41],[60,64,39],[51,53,29],[91,86,64],[152,139,122],[117,99,77],[81,58,26],[80,57,23],[95,75,48],[72,56,33],[25,12,0],[37,23,10],[69,53,38],[169,150,133],[168,144,120],[73,42,13],[120,84,50],[142,104,68],[118,78,43],[178,137,105],[134,93,63],[70,33,7],[34,3,0],[58,32,17],[50,28,17],[23,6,0],[16,5,1],[16,8,6],[8,2,2],[7,3,4],[6,2,3],[9,5,6],[11,5,5],[7,1,1],[3,0,0],[3,0,0],[6,4,7],[12,10,13],[3,0,0],[17,13,14],[25,21,22],[14,10,11],[3,0,0],[3,0,0],[6,4,5],[7,5,6],[1,0,0],[7,5,6],[12,10,11],[3,1,2],[0,0,0],[2,2,2],[0,0,0],[5,5,5],[7,5,8],[5,3,6],[2,0,3],[4,2,5],[6,4,7],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[9,7,10],[1,0,2],[4,2,5],[3,1,4],[6,4,7],[1,0,2]],[[0,0,0],[1,1,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[0,0,2],[0,1,3],[0,1,4],[1,5,8],[1,6,10],[6,14,17],[9,18,23],[11,20,25],[17,28,32],[11,22,26],[9,20,26],[16,25,34],[14,23,30],[14,23,30],[15,26,32],[17,28,34],[22,36,39],[34,48,51],[24,38,39],[30,44,45],[27,43,42],[27,43,42],[29,48,44],[26,45,41],[26,45,41],[38,55,47],[83,95,81],[94,103,86],[81,90,71],[87,96,77],[82,90,69],[113,121,100],[136,144,121],[107,115,92],[62,70,47],[80,88,65],[115,123,100],[92,102,78],[74,84,60],[102,114,90],[138,150,126],[151,164,144],[91,107,96],[84,104,95],[81,105,92],[69,97,83],[81,113,98],[72,106,92],[75,108,99],[110,145,139],[85,119,118],[66,102,102],[78,116,117],[128,168,168],[69,114,111],[74,123,117],[79,130,121],[67,118,111],[103,145,143],[112,154,152],[81,126,119],[80,131,122],[70,131,124],[107,164,157],[149,192,182],[160,197,189],[125,159,160],[156,181,186],[182,196,197],[240,251,253],[196,216,223],[156,185,191],[116,150,152],[161,189,190],[186,196,198],[146,148,147],[166,173,165],[171,183,169],[213,230,214],[170,190,178],[153,176,168],[155,180,176],[154,181,176],[135,165,155],[145,173,158],[115,140,121],[103,121,105],[159,169,160],[197,197,199],[225,223,228],[227,227,227],[160,166,162],[229,246,236],[208,225,215],[153,164,156],[131,146,139],[105,135,125],[143,180,172],[118,153,147],[76,107,102],[69,91,88],[70,87,81],[161,173,161],[177,181,164],[169,161,142],[209,192,172],[190,176,150],[176,160,134],[195,175,148],[163,146,120],[179,168,148],[162,151,131],[211,195,170],[175,163,137],[109,111,90],[123,126,107],[172,168,143],[114,107,81],[95,90,70],[142,135,117],[231,216,197],[202,180,159],[186,156,132],[164,132,107],[166,143,112],[183,160,129],[149,115,88],[163,127,101],[152,125,98],[157,133,105],[103,82,55],[175,149,124],[182,150,127],[108,80,56],[92,76,43],[101,87,52],[94,71,39],[95,66,32],[145,113,74],[151,116,74],[194,155,114],[174,134,98],[137,98,67],[100,65,35],[87,58,24],[146,120,85],[111,85,48],[111,82,48],[95,62,31],[128,94,66],[174,145,113],[152,129,97],[100,86,57],[78,63,34],[133,108,78],[152,126,93],[155,137,97],[101,88,44],[115,103,61],[117,105,67],[122,105,75],[175,155,130],[184,167,141],[121,107,78],[95,89,53],[100,98,60],[101,98,65],[114,106,83],[83,66,56],[78,58,49],[59,42,22],[76,62,36],[93,80,61],[75,66,51],[47,38,29],[44,37,29],[58,49,40],[175,165,153],[196,180,164],[53,32,11],[75,49,24],[50,20,0],[65,34,5],[145,110,82],[146,110,84],[81,46,24],[67,36,18],[55,29,16],[36,13,5],[22,5,0],[17,6,4],[10,1,2],[5,0,1],[11,6,10],[5,1,2],[9,5,6],[6,0,0],[8,2,2],[15,11,12],[13,9,10],[3,1,4],[3,1,4],[5,1,2],[12,8,9],[14,10,11],[9,5,6],[5,1,2],[7,3,4],[6,4,5],[4,2,3],[14,12,13],[1,0,0],[4,2,3],[11,9,10],[5,5,5],[4,4,4],[3,3,3],[3,3,3],[6,4,7],[1,0,2],[3,1,4],[4,2,5],[1,0,2],[9,7,10],[14,12,15],[2,0,3],[2,0,3],[1,0,2],[5,3,6],[2,0,3],[15,13,16],[4,2,5],[12,10,13],[1,0,2]],[[0,0,0],[2,2,0],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,2],[1,2,4],[0,1,4],[2,7,10],[4,12,15],[12,20,23],[14,23,28],[15,26,30],[17,31,34],[7,20,26],[7,18,24],[12,21,30],[19,28,35],[18,27,34],[9,20,26],[21,32,36],[13,27,30],[27,41,42],[29,43,44],[34,48,48],[33,49,48],[34,50,47],[38,54,51],[32,51,47],[29,48,44],[41,57,47],[107,115,100],[119,124,104],[101,106,86],[64,67,46],[99,102,81],[163,167,144],[117,121,98],[85,89,64],[64,68,43],[88,94,68],[98,104,78],[129,138,111],[114,123,96],[124,135,105],[153,164,134],[162,176,151],[164,181,163],[132,155,139],[116,143,128],[74,105,90],[72,106,92],[76,112,100],[89,124,117],[77,114,107],[74,110,108],[72,108,108],[93,129,129],[101,140,139],[81,123,121],[97,142,137],[92,141,135],[96,143,137],[85,124,123],[80,119,116],[73,116,109],[81,131,120],[109,163,150],[128,180,167],[162,203,189],[112,144,133],[113,135,132],[178,192,192],[236,244,246],[241,249,251],[227,245,249],[185,210,214],[121,155,157],[138,166,169],[171,181,183],[151,153,152],[139,145,135],[151,159,144],[143,157,140],[121,141,129],[125,150,144],[122,153,148],[100,132,127],[121,154,145],[118,151,134],[150,178,156],[111,132,113],[164,178,165],[177,186,185],[190,194,195],[224,223,218],[255,255,246],[219,230,216],[193,205,191],[145,153,140],[103,115,103],[130,154,140],[124,155,140],[89,119,107],[77,103,92],[55,71,61],[174,182,171],[170,174,159],[186,183,164],[235,218,198],[209,187,164],[236,219,191],[220,203,173],[172,151,120],[183,163,136],[170,158,136],[169,158,136],[229,213,187],[176,164,138],[157,156,136],[163,164,146],[214,208,184],[173,166,140],[151,146,126],[160,153,134],[193,178,157],[189,167,144],[204,172,147],[231,200,172],[212,191,160],[159,136,105],[151,117,92],[165,131,106],[163,137,112],[156,136,109],[116,96,71],[129,107,83],[116,85,64],[99,73,50],[88,74,45],[117,106,76],[79,59,32],[112,87,56],[101,72,32],[177,144,99],[199,165,119],[174,141,100],[125,91,63],[126,94,69],[97,68,38],[129,103,70],[89,63,28],[91,62,30],[106,74,49],[100,69,41],[132,106,69],[173,154,114],[136,121,88],[98,85,53],[135,116,84],[141,121,86],[149,132,89],[151,137,92],[117,100,57],[120,100,63],[102,78,50],[76,52,28],[126,102,76],[235,214,183],[126,111,72],[86,74,34],[120,107,73],[132,118,92],[82,64,54],[60,43,36],[48,39,24],[74,67,49],[96,88,75],[66,59,49],[50,46,37],[46,41,35],[65,60,54],[57,50,42],[38,30,19],[48,36,20],[51,36,17],[52,31,10],[64,40,16],[79,49,25],[145,111,86],[102,67,47],[52,23,7],[52,26,13],[43,23,14],[26,9,2],[12,1,0],[14,5,6],[13,7,9],[3,0,2],[8,4,5],[9,5,6],[11,5,5],[9,3,3],[5,1,2],[4,0,1],[5,3,6],[7,5,8],[8,4,5],[5,1,2],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[3,1,2],[3,1,2],[6,4,5],[6,4,5],[1,0,0],[1,1,1],[6,6,6],[0,0,0],[4,4,4],[1,0,2],[1,0,2],[11,9,12],[4,2,5],[1,0,2],[33,31,34],[47,45,48],[6,4,7],[12,10,13],[11,9,12],[1,0,2],[2,0,3],[25,23,26],[1,0,2],[3,1,4],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,1,6],[0,0,5],[3,8,14],[16,23,29],[20,29,34],[16,27,31],[9,22,28],[7,18,24],[12,21,28],[14,23,30],[19,28,35],[21,30,37],[16,25,30],[14,23,28],[18,29,33],[21,32,34],[25,36,38],[29,41,41],[23,37,37],[24,39,36],[31,46,43],[31,46,41],[51,66,61],[93,104,96],[101,103,90],[42,39,22],[73,70,53],[102,99,80],[107,105,84],[151,149,126],[150,150,124],[110,110,84],[107,110,81],[123,126,97],[113,116,85],[107,112,80],[129,136,103],[148,158,124],[200,210,176],[121,135,102],[182,202,174],[118,142,118],[50,77,58],[97,127,115],[62,94,89],[59,95,93],[85,121,119],[101,137,135],[108,145,138],[93,130,122],[111,149,138],[127,164,156],[77,116,111],[80,120,119],[84,125,127],[73,113,115],[86,120,119],[73,108,104],[94,135,129],[105,148,138],[101,145,128],[113,154,136],[123,159,145],[139,167,155],[143,155,145],[195,200,194],[249,251,250],[251,255,255],[220,231,233],[135,155,156],[132,162,162],[114,144,144],[151,171,172],[118,130,128],[140,152,142],[135,147,133],[109,123,108],[121,141,130],[116,141,137],[93,121,122],[86,118,117],[87,120,113],[94,126,111],[115,144,124],[155,180,159],[163,184,169],[142,161,155],[145,156,148],[211,210,190],[217,216,188],[209,215,187],[213,223,196],[173,178,155],[132,141,120],[104,123,103],[126,149,131],[94,118,104],[150,167,157],[178,183,177],[255,255,250],[232,229,220],[229,219,209],[227,202,195],[234,206,192],[243,223,196],[179,160,127],[147,124,92],[162,141,112],[159,144,121],[176,164,142],[143,126,100],[160,146,120],[126,123,104],[96,95,75],[167,160,134],[153,141,115],[111,103,80],[152,141,121],[232,214,192],[223,199,175],[160,129,101],[183,152,123],[255,241,210],[144,121,90],[152,118,93],[195,160,138],[146,120,97],[175,155,130],[114,96,72],[125,105,81],[113,86,65],[86,61,39],[112,100,74],[122,112,85],[83,67,42],[73,49,23],[139,109,73],[185,153,112],[113,89,41],[130,107,65],[120,97,66],[114,90,64],[157,130,101],[114,83,52],[73,43,9],[107,76,45],[113,88,58],[120,100,67],[123,106,63],[121,106,63],[159,140,107],[94,79,48],[63,54,25],[71,62,29],[96,83,39],[196,180,129],[174,152,102],[155,131,85],[141,112,78],[98,68,40],[89,58,37],[219,188,167],[133,103,77],[92,65,36],[76,52,24],[101,81,56],[78,61,43],[42,30,16],[27,23,11],[25,23,11],[60,56,45],[62,55,45],[42,33,26],[72,63,56],[84,77,71],[42,37,31],[16,13,4],[35,31,22],[40,32,21],[36,24,10],[24,6,0],[62,35,14],[102,68,43],[120,84,62],[74,42,27],[38,11,0],[28,8,0],[28,11,4],[16,5,3],[13,4,5],[8,2,4],[4,0,3],[7,3,4],[7,3,4],[9,3,3],[10,4,4],[9,5,4],[8,4,5],[4,2,5],[4,2,5],[5,1,2],[13,9,8],[3,0,0],[11,7,6],[3,0,0],[8,4,3],[26,25,23],[4,3,1],[1,0,0],[7,6,4],[1,0,0],[9,8,6],[6,6,4],[3,3,1],[0,0,0],[1,1,1],[3,1,4],[7,5,8],[1,0,2],[6,4,7],[1,0,2],[13,11,14],[11,9,12],[1,0,2],[10,8,11],[7,5,8],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,2,7],[0,1,5],[0,7,13],[14,23,28],[21,32,36],[16,30,33],[9,22,28],[2,15,21],[15,26,32],[18,27,34],[21,30,37],[20,29,34],[15,24,29],[15,25,27],[22,33,35],[30,42,42],[33,45,45],[30,42,40],[22,34,32],[22,34,30],[34,46,42],[44,56,52],[47,59,55],[52,62,53],[81,79,66],[94,88,72],[111,106,87],[113,108,88],[115,110,88],[109,105,80],[110,106,79],[144,143,113],[139,138,108],[110,111,79],[133,137,104],[112,118,84],[79,87,50],[162,170,133],[176,186,149],[96,110,74],[133,155,119],[62,89,58],[76,105,83],[90,122,109],[72,107,101],[101,137,137],[90,129,128],[86,125,122],[132,169,162],[123,159,149],[117,153,139],[81,117,105],[60,95,88],[79,113,112],[85,120,124],[62,96,98],[96,125,123],[120,151,145],[89,126,119],[83,123,112],[101,136,116],[125,157,136],[145,177,162],[184,206,193],[190,194,179],[255,255,244],[254,255,253],[252,255,255],[181,190,187],[144,159,156],[111,140,136],[110,142,139],[128,160,155],[116,146,138],[109,133,119],[126,147,132],[159,177,165],[126,146,137],[87,109,107],[125,149,151],[121,149,150],[119,148,144],[121,149,137],[93,120,103],[186,211,192],[175,199,183],[87,110,100],[122,138,125],[208,208,182],[176,173,140],[212,218,184],[196,203,172],[189,193,166],[169,177,153],[206,220,197],[175,192,173],[91,110,91],[138,150,136],[236,232,223],[202,192,183],[176,168,155],[210,196,183],[226,198,187],[220,188,173],[203,182,155],[159,140,107],[144,121,87],[161,140,109],[138,123,100],[120,105,84],[138,121,95],[127,111,85],[151,146,126],[81,79,58],[92,81,53],[93,78,49],[152,140,114],[189,173,148],[127,106,79],[221,194,165],[196,163,132],[200,170,136],[255,233,202],[110,85,55],[103,69,44],[172,140,117],[177,153,129],[136,116,91],[135,117,93],[119,101,77],[97,72,50],[89,69,45],[106,96,71],[133,125,102],[68,53,32],[80,60,36],[132,103,73],[180,152,115],[114,95,55],[71,56,17],[86,71,38],[182,165,135],[176,151,120],[152,123,89],[145,115,79],[126,98,61],[101,79,42],[82,64,26],[142,127,86],[114,99,58],[157,137,104],[179,164,133],[62,59,26],[65,65,27],[79,68,23],[142,124,76],[208,182,133],[180,149,105],[177,144,109],[139,105,77],[166,130,106],[203,165,142],[168,128,103],[152,115,88],[89,55,28],[86,60,35],[73,56,36],[36,27,10],[28,26,14],[44,41,34],[68,61,51],[45,35,25],[47,33,22],[66,52,43],[58,48,39],[84,77,69],[43,40,33],[33,33,25],[50,46,37],[38,28,16],[23,4,0],[52,24,2],[61,24,0],[96,59,33],[95,63,48],[58,31,20],[41,21,12],[30,12,8],[13,1,1],[13,4,5],[11,5,7],[7,2,6],[7,3,4],[8,4,5],[10,4,4],[10,4,4],[9,5,4],[8,4,3],[5,3,4],[4,2,3],[12,8,7],[8,4,3],[3,0,0],[4,0,0],[11,7,6],[93,89,88],[49,48,46],[6,5,3],[13,12,10],[1,0,0],[8,7,5],[1,0,0],[6,6,4],[4,4,2],[0,0,0],[8,8,6],[5,3,4],[3,1,4],[5,3,6],[5,3,6],[6,4,7],[1,0,2],[1,0,2],[6,4,7],[8,6,9],[6,4,7],[4,2,5],[3,1,4],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,3,8],[0,1,5],[0,7,13],[13,22,27],[21,32,38],[18,31,37],[9,22,28],[0,13,19],[16,27,33],[20,31,37],[24,35,39],[21,32,36],[15,24,29],[14,24,26],[25,35,37],[36,46,47],[30,40,41],[29,39,38],[36,46,45],[37,48,44],[32,43,39],[42,53,47],[56,67,61],[60,65,58],[88,84,72],[159,150,135],[124,115,98],[94,86,67],[108,100,79],[105,99,75],[115,109,83],[114,110,81],[100,99,69],[104,105,73],[122,126,93],[173,177,142],[122,128,92],[193,201,164],[131,141,104],[92,108,71],[163,184,151],[134,160,131],[128,158,134],[102,135,118],[65,101,91],[72,108,104],[81,120,115],[104,143,138],[76,113,106],[94,129,122],[116,149,140],[75,106,98],[90,121,115],[113,144,139],[105,137,136],[68,98,96],[112,137,131],[113,140,131],[93,126,117],[87,121,107],[121,146,124],[141,165,143],[158,185,170],[184,202,188],[203,205,184],[249,243,227],[243,246,239],[236,242,238],[175,182,174],[129,142,132],[120,143,137],[100,135,128],[95,143,129],[104,155,138],[87,128,110],[87,119,104],[123,149,138],[122,143,138],[100,118,120],[114,132,136],[144,162,164],[130,148,148],[117,137,128],[158,178,166],[121,144,126],[135,159,143],[151,178,163],[129,147,131],[150,149,129],[143,137,113],[153,155,131],[177,181,158],[186,189,168],[109,112,91],[137,142,122],[195,204,183],[133,147,124],[160,168,145],[240,229,211],[207,190,170],[192,180,154],[153,137,111],[169,139,115],[207,175,150],[171,148,117],[169,148,117],[195,170,139],[182,158,130],[156,139,119],[144,129,108],[104,84,59],[124,107,81],[154,146,125],[68,62,40],[90,75,46],[86,67,35],[183,163,136],[152,131,102],[113,84,52],[170,137,102],[208,174,137],[249,217,179],[197,171,136],[98,71,41],[91,59,34],[182,150,127],[223,197,174],[137,115,91],[136,119,93],[106,89,63],[131,111,87],[109,91,67],[122,112,87],[123,115,92],[77,64,47],[121,104,86],[145,123,99],[133,112,85],[68,51,25],[61,47,18],[58,45,10],[219,205,166],[145,127,87],[87,68,26],[160,137,95],[121,98,54],[94,73,26],[112,94,48],[103,85,49],[85,66,34],[104,83,54],[194,179,146],[116,119,76],[68,71,26],[92,83,40],[108,86,47],[133,100,67],[117,80,51],[151,116,88],[138,103,75],[213,177,145],[189,149,114],[149,105,68],[137,93,58],[116,80,48],[104,74,50],[69,50,35],[62,50,38],[29,22,12],[62,55,45],[64,50,39],[47,29,15],[77,55,41],[76,54,40],[42,24,10],[65,51,40],[49,42,32],[49,45,34],[37,33,22],[65,53,39],[61,39,18],[54,20,0],[73,29,0],[96,52,25],[123,90,73],[59,35,25],[34,14,7],[34,16,12],[23,11,11],[13,4,7],[7,1,5],[9,4,8],[8,4,5],[8,4,5],[10,4,4],[11,5,5],[10,4,4],[10,4,4],[8,4,5],[7,3,4],[10,6,5],[3,0,0],[19,15,14],[5,1,0],[4,0,0],[38,34,33],[7,6,4],[3,2,0],[1,0,0],[1,0,0],[6,5,3],[2,1,0],[0,0,0],[0,0,0],[5,5,3],[0,0,0],[1,0,2],[7,5,8],[14,12,15],[1,0,2],[10,8,11],[1,0,2],[4,2,5],[1,0,2],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,4,7],[1,10,15],[10,21,25],[15,28,34],[16,29,35],[9,24,29],[0,15,20],[12,25,31],[22,33,37],[26,37,41],[22,33,35],[15,26,28],[13,23,24],[23,33,34],[37,47,46],[48,58,57],[25,36,32],[24,35,31],[31,40,35],[23,32,27],[37,47,39],[63,73,65],[73,76,67],[46,43,28],[91,82,65],[107,99,80],[109,101,80],[119,111,88],[129,123,99],[112,106,80],[70,66,37],[55,54,24],[75,76,45],[81,85,52],[119,125,91],[163,170,136],[169,179,145],[130,141,107],[115,130,97],[99,120,89],[164,189,160],[95,123,98],[48,80,59],[59,93,77],[59,97,86],[71,108,100],[111,148,141],[65,100,96],[105,140,134],[130,162,157],[89,120,114],[102,131,126],[113,142,137],[89,120,114],[90,120,112],[132,158,147],[114,140,129],[116,146,134],[80,108,93],[120,139,117],[112,130,106],[116,137,120],[182,196,179],[202,204,182],[211,209,188],[234,240,228],[181,191,182],[188,196,181],[143,155,141],[97,119,107],[89,121,108],[105,152,134],[90,141,122],[86,130,113],[87,125,110],[79,109,99],[83,108,102],[97,119,117],[88,108,107],[102,122,121],[83,103,101],[143,163,154],[143,163,151],[114,132,118],[142,160,144],[139,157,141],[138,149,132],[151,149,128],[134,128,104],[159,159,135],[179,183,158],[190,194,171],[105,108,87],[128,130,109],[137,140,119],[143,153,128],[171,173,149],[231,213,191],[191,167,143],[193,178,149],[213,196,166],[167,136,108],[201,167,140],[161,138,107],[106,85,54],[205,180,150],[168,144,118],[172,155,135],[135,118,98],[99,77,53],[109,89,64],[95,84,64],[52,40,18],[100,79,48],[150,126,92],[139,114,83],[168,139,107],[192,156,120],[168,130,91],[161,126,84],[247,215,174],[202,172,134],[114,83,52],[118,87,59],[189,159,135],[210,184,159],[115,91,67],[107,87,62],[95,78,52],[107,90,64],[148,132,107],[139,127,103],[40,29,9],[55,43,27],[78,65,48],[104,89,68],[81,64,44],[51,35,19],[68,53,32],[119,106,71],[160,148,106],[121,109,67],[93,80,36],[136,119,73],[163,145,95],[152,131,78],[165,141,93],[38,14,0],[71,45,18],[93,72,41],[92,78,43],[115,117,70],[80,82,35],[105,93,53],[131,107,73],[140,106,79],[139,102,76],[126,89,62],[169,133,101],[199,161,124],[199,157,119],[151,106,67],[114,70,33],[138,99,68],[112,80,55],[53,32,13],[51,35,22],[29,17,5],[67,53,40],[50,32,18],[54,33,16],[83,57,40],[80,54,37],[65,43,29],[38,22,7],[27,17,5],[16,10,0],[26,18,5],[52,39,22],[72,47,25],[89,53,27],[86,41,10],[116,72,45],[106,75,57],[60,36,26],[41,21,14],[27,12,7],[12,2,1],[11,5,7],[10,5,9],[8,3,7],[8,4,5],[8,4,5],[10,4,4],[10,4,4],[10,4,4],[9,3,3],[7,3,4],[7,3,4],[6,2,1],[7,3,2],[17,13,12],[3,0,0],[4,0,0],[3,0,0],[8,7,5],[1,0,0],[3,2,0],[8,7,5],[9,8,6],[25,24,22],[141,141,139],[15,15,13],[0,0,0],[1,1,0],[9,7,8],[3,1,4],[5,3,6],[1,0,2],[11,9,12],[2,0,3],[7,5,8],[8,6,9],[2,0,3],[4,2,5],[5,3,6],[4,2,5],[3,1,4],[2,0,3],[3,1,4],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[1,6,10],[4,11,17],[9,18,23],[12,23,29],[12,25,31],[9,24,29],[3,18,23],[10,24,27],[19,33,36],[22,36,39],[19,30,32],[14,25,27],[13,25,25],[26,36,37],[43,53,52],[36,45,42],[21,30,25],[29,38,33],[38,45,38],[26,33,26],[32,37,30],[47,52,45],[46,49,38],[54,51,34],[84,77,58],[155,148,129],[114,108,86],[81,75,51],[114,110,85],[89,85,60],[76,75,47],[79,82,53],[86,91,61],[114,120,92],[148,157,128],[177,188,158],[106,119,91],[77,92,63],[93,109,82],[96,114,88],[122,142,117],[113,137,113],[104,132,109],[107,140,119],[83,120,102],[111,149,136],[98,135,127],[82,117,113],[71,103,102],[109,139,139],[95,125,123],[59,90,84],[101,133,122],[99,131,116],[88,119,103],[84,111,96],[92,119,104],[113,140,125],[85,108,90],[98,113,92],[131,145,122],[117,132,111],[107,119,97],[152,157,134],[216,220,197],[180,189,170],[137,150,132],[145,158,138],[116,131,112],[85,106,89],[106,130,114],[116,147,131],[74,108,92],[54,88,74],[62,95,86],[61,94,87],[73,106,99],[90,123,116],[76,109,100],[64,95,87],[94,124,114],[99,127,115],[99,121,109],[125,141,128],[145,153,138],[167,168,152],[180,178,157],[200,197,166],[220,217,182],[199,203,168],[169,174,142],[187,194,163],[147,151,126],[83,81,58],[106,104,81],[131,135,110],[157,153,128],[206,181,161],[195,164,144],[179,162,136],[215,195,170],[193,161,140],[207,172,150],[167,143,117],[123,102,75],[168,142,115],[188,164,140],[188,169,152],[132,113,96],[136,112,88],[145,121,97],[110,95,74],[40,24,0],[98,72,39],[191,159,121],[145,112,77],[186,151,113],[180,135,94],[181,137,92],[163,126,81],[252,219,174],[253,218,180],[182,148,113],[97,66,37],[219,192,165],[156,128,104],[126,100,75],[86,65,38],[67,50,22],[68,54,25],[119,108,80],[107,92,69],[57,44,25],[54,42,26],[46,37,22],[95,88,69],[86,77,60],[83,66,56],[110,93,77],[139,124,93],[106,94,56],[127,120,78],[139,132,86],[153,143,94],[165,147,97],[176,151,97],[199,168,121],[106,72,37],[75,44,16],[104,81,49],[70,54,20],[150,141,102],[116,107,68],[86,67,34],[98,73,42],[94,63,34],[116,81,51],[113,77,41],[167,129,92],[211,172,133],[187,147,111],[139,98,66],[113,72,44],[147,110,84],[155,123,100],[124,100,76],[66,46,22],[66,47,30],[86,67,52],[72,49,33],[61,38,22],[55,32,16],[54,31,17],[65,46,31],[43,27,12],[49,37,23],[56,44,28],[58,45,28],[61,43,23],[88,62,39],[138,102,76],[138,94,65],[144,102,77],[111,79,64],[44,20,10],[19,0,0],[25,10,7],[20,10,11],[11,2,5],[4,0,2],[7,2,8],[7,2,6],[7,3,4],[9,3,3],[9,3,3],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[8,4,3],[13,9,8],[3,0,0],[11,7,6],[5,1,0],[5,1,0],[7,6,4],[4,3,1],[8,7,5],[5,4,2],[1,0,0],[2,1,0],[117,117,115],[0,0,0],[0,0,0],[6,6,6],[6,4,7],[3,1,4],[2,0,3],[6,4,7],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,8,11],[4,13,18],[6,17,21],[6,19,25],[9,24,29],[7,25,29],[1,19,23],[9,24,27],[17,31,34],[16,30,31],[11,25,26],[12,24,24],[14,26,24],[27,37,36],[46,57,53],[13,22,17],[16,26,18],[25,32,25],[23,30,22],[24,29,22],[46,51,44],[68,73,66],[72,74,61],[96,93,74],[143,138,116],[161,156,134],[115,110,88],[95,91,66],[103,101,76],[91,89,64],[84,86,62],[111,115,90],[112,118,92],[128,136,112],[102,114,90],[98,112,87],[99,114,91],[46,64,42],[115,130,107],[146,160,135],[163,179,153],[123,142,120],[71,96,74],[93,125,104],[59,93,76],[130,166,154],[91,128,120],[76,111,107],[72,107,103],[74,106,103],[77,109,104],[121,154,145],[167,201,187],[99,133,116],[101,134,115],[82,111,93],[116,143,124],[71,94,74],[97,116,96],[121,136,115],[142,154,132],[103,113,89],[94,104,79],[169,179,154],[150,163,137],[80,94,68],[105,121,95],[103,121,97],[86,105,83],[106,125,103],[137,156,136],[126,143,125],[98,116,104],[106,129,121],[116,145,140],[93,124,119],[87,120,113],[120,156,144],[148,184,170],[109,146,129],[63,97,81],[100,132,119],[139,165,152],[106,122,109],[161,168,152],[216,211,191],[152,145,119],[216,213,178],[190,192,153],[225,229,192],[138,144,110],[157,164,133],[100,103,76],[83,78,56],[136,131,109],[124,124,98],[163,156,130],[179,148,127],[171,136,116],[183,163,138],[175,155,128],[201,169,146],[192,157,137],[127,103,79],[175,153,129],[161,135,110],[186,162,138],[121,102,85],[113,94,77],[129,103,80],[171,145,120],[233,215,193],[153,133,108],[163,133,97],[162,127,87],[178,140,101],[188,145,103],[206,155,108],[212,162,113],[176,138,89],[203,169,123],[201,162,121],[173,135,99],[115,84,53],[182,155,126],[131,104,77],[168,141,114],[111,87,59],[81,62,32],[56,45,13],[93,84,55],[113,97,74],[67,52,33],[75,66,51],[39,32,16],[59,54,35],[85,78,60],[98,86,72],[122,109,93],[66,54,30],[61,52,21],[78,72,36],[95,88,46],[115,102,58],[121,103,55],[87,59,11],[141,109,62],[168,133,95],[120,87,52],[160,134,97],[149,127,90],[115,95,58],[126,106,71],[68,45,14],[64,38,11],[105,75,47],[113,80,49],[126,91,53],[143,106,64],[131,94,52],[128,90,51],[117,81,47],[90,56,28],[58,26,1],[71,41,17],[128,101,74],[121,95,70],[69,44,22],[75,52,34],[97,74,60],[88,66,53],[73,53,42],[63,45,35],[39,22,12],[36,22,11],[45,33,19],[86,73,56],[81,64,44],[79,58,37],[90,62,40],[125,91,66],[128,91,64],[96,60,36],[89,60,46],[49,25,15],[31,12,6],[20,5,2],[7,0,0],[7,1,3],[8,3,7],[7,2,8],[7,2,6],[7,3,4],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[6,2,3],[6,2,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[15,11,10],[8,4,3],[2,1,0],[8,7,5],[1,0,0],[1,0,0],[9,8,6],[6,5,3],[0,0,0],[2,2,0],[8,8,6],[1,1,0],[8,6,7],[1,0,2],[14,12,15],[56,54,57],[23,21,24],[5,3,6],[1,0,2],[9,7,10],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[0,8,11],[3,12,17],[4,15,19],[5,18,24],[10,25,30],[7,25,29],[0,16,20],[6,21,24],[13,29,29],[12,26,27],[9,23,24],[12,24,24],[12,24,22],[19,29,28],[33,44,40],[26,35,30],[29,36,29],[20,25,19],[18,23,16],[39,42,35],[61,64,55],[63,66,57],[57,58,44],[78,76,55],[156,152,127],[143,139,114],[104,102,77],[90,88,65],[83,83,59],[89,91,67],[70,74,51],[79,84,62],[123,132,111],[71,83,63],[86,101,82],[144,161,143],[69,87,71],[90,111,96],[91,108,89],[102,115,87],[116,127,97],[107,122,99],[102,123,106],[96,122,111],[62,93,85],[106,138,133],[49,84,78],[61,98,90],[60,96,86],[78,114,100],[86,120,106],[153,187,173],[175,209,195],[90,124,110],[99,133,117],[127,160,141],[113,141,119],[89,108,86],[148,163,142],[132,147,128],[103,115,95],[129,135,109],[161,167,139],[205,221,195],[136,156,129],[134,151,119],[109,126,94],[85,108,80],[122,146,120],[167,187,160],[195,209,184],[116,123,105],[136,144,131],[161,173,169],[133,152,150],[101,126,123],[116,143,138],[138,164,153],[152,180,165],[170,201,183],[56,89,72],[107,141,125],[114,145,130],[119,142,124],[149,162,142],[222,225,198],[138,135,104],[188,189,155],[154,158,123],[188,194,160],[159,166,135],[108,114,86],[102,104,80],[154,148,126],[172,164,141],[135,134,106],[153,144,115],[178,146,121],[157,121,95],[225,204,173],[221,200,169],[190,159,131],[151,117,92],[108,84,60],[114,94,70],[147,121,98],[150,125,103],[108,89,74],[112,90,76],[118,90,68],[103,75,51],[190,169,148],[213,189,163],[157,123,86],[114,72,30],[136,93,50],[187,140,94],[223,167,116],[186,133,81],[206,166,114],[189,153,103],[122,79,37],[181,141,105],[121,92,60],[120,95,65],[99,69,43],[145,115,89],[142,116,89],[70,51,21],[80,71,38],[110,101,70],[163,147,124],[88,71,53],[68,59,44],[81,74,58],[77,68,51],[80,72,53],[63,57,35],[39,34,12],[54,49,30],[72,65,46],[82,70,44],[99,82,52],[117,95,58],[134,109,69],[156,128,89],[123,94,52],[111,80,34],[166,135,88],[159,126,83],[203,170,129],[139,105,67],[129,96,63],[87,57,31],[67,39,18],[97,69,48],[116,84,59],[139,103,69],[112,75,33],[114,77,32],[110,78,31],[105,77,37],[104,78,45],[68,42,15],[54,26,2],[91,57,32],[112,77,55],[91,63,42],[82,56,39],[93,71,58],[67,50,42],[53,40,34],[48,39,34],[19,12,6],[30,21,14],[51,41,29],[56,43,26],[77,60,40],[64,42,19],[50,23,2],[76,48,27],[66,35,15],[82,50,35],[78,50,38],[33,8,1],[18,0,0],[21,6,3],[14,4,5],[11,2,7],[7,0,7],[7,2,8],[7,2,6],[7,2,6],[8,2,4],[10,1,2],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[3,0,0],[27,23,22],[64,60,59],[4,0,0],[6,2,1],[3,0,0],[7,6,4],[5,4,2],[12,11,9],[1,0,0],[8,7,5],[1,0,0],[7,7,5],[4,4,2],[0,0,0],[6,6,6],[6,4,7],[1,0,2],[6,4,7],[14,12,15],[1,0,2],[1,0,2],[1,0,2],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[2,5,10],[2,7,11],[1,10,15],[3,14,18],[6,20,23],[12,27,32],[8,23,28],[0,12,15],[3,17,18],[11,25,26],[14,25,27],[12,23,25],[13,25,25],[8,20,18],[6,16,15],[16,27,23],[13,22,17],[23,30,23],[18,23,16],[19,22,15],[34,37,28],[41,43,32],[44,46,35],[60,61,45],[92,90,67],[73,72,44],[86,85,57],[97,95,70],[105,105,81],[91,90,69],[53,55,33],[57,60,39],[79,87,66],[114,123,104],[89,100,83],[77,90,73],[109,123,106],[61,78,62],[91,109,95],[113,130,111],[97,108,76],[124,135,103],[177,191,168],[167,185,171],[82,105,97],[102,131,126],[79,111,106],[66,101,95],[57,92,85],[68,104,92],[141,175,158],[130,165,145],[141,174,155],[109,142,123],[50,82,67],[86,118,103],[133,162,142],[142,166,142],[158,173,150],[112,126,103],[96,109,89],[97,107,83],[159,164,132],[145,152,119],[172,188,162],[143,163,136],[106,123,91],[129,148,116],[102,127,98],[73,97,73],[172,191,169],[225,238,218],[98,102,87],[124,127,116],[112,123,117],[66,82,81],[70,95,92],[91,118,113],[104,130,119],[163,190,175],[152,181,163],[130,159,141],[137,165,150],[137,164,149],[171,194,176],[135,150,129],[147,155,131],[130,135,105],[140,149,118],[122,133,101],[135,146,116],[182,191,164],[95,100,77],[91,93,71],[206,200,178],[181,171,146],[126,121,92],[149,138,108],[156,126,98],[148,114,86],[212,189,155],[250,230,195],[255,247,216],[210,179,151],[129,107,83],[99,79,55],[104,82,58],[122,101,80],[118,102,86],[95,78,60],[114,90,64],[153,127,100],[160,140,115],[198,174,146],[124,86,47],[130,87,42],[146,103,58],[179,132,86],[181,128,78],[192,141,88],[231,192,137],[172,136,84],[127,84,39],[173,131,93],[92,62,28],[76,49,20],[110,80,52],[111,84,57],[100,76,52],[75,58,32],[48,39,6],[74,65,34],[134,118,93],[104,86,66],[90,77,58],[91,80,60],[114,101,82],[75,64,42],[46,40,14],[47,45,20],[52,49,30],[85,78,60],[94,79,56],[99,79,52],[158,133,102],[123,97,62],[120,92,55],[220,192,152],[146,118,70],[79,49,0],[109,76,31],[131,96,56],[156,118,79],[173,139,104],[138,108,82],[75,47,25],[83,56,35],[91,63,39],[76,43,10],[117,83,45],[97,64,21],[79,50,6],[85,60,20],[122,99,65],[112,88,60],[87,59,35],[77,42,20],[91,56,34],[82,51,31],[85,59,42],[82,60,47],[50,33,25],[25,11,8],[26,16,14],[30,22,19],[33,26,20],[38,28,18],[37,25,9],[61,46,25],[99,79,55],[73,48,26],[44,17,0],[52,24,3],[88,59,45],[47,23,13],[19,0,0],[19,1,0],[19,5,4],[11,1,2],[14,5,8],[11,5,9],[5,0,4],[8,3,7],[8,4,5],[9,3,3],[9,3,3],[8,2,2],[7,3,2],[7,3,4],[5,3,4],[3,2,0],[12,11,9],[16,15,13],[1,0,0],[6,5,3],[9,8,6],[3,2,0],[2,1,0],[2,1,0],[8,7,5],[1,0,0],[8,7,5],[4,4,2],[3,3,1],[1,1,0],[2,2,2],[6,4,7],[3,1,4],[8,6,9],[1,0,2],[7,5,8],[5,3,6],[11,9,12],[1,0,2],[7,5,8],[5,3,6],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[2,1,6],[3,4,8],[0,3,8],[4,9,13],[13,18,22],[15,22,28],[10,19,24],[6,17,21],[6,17,21],[5,16,20],[6,16,18],[9,19,21],[10,19,24],[11,20,25],[13,23,25],[11,21,23],[11,21,23],[13,23,24],[27,36,33],[19,25,21],[16,21,15],[29,32,23],[36,38,27],[47,47,35],[67,65,52],[66,63,46],[101,97,72],[97,93,64],[78,74,47],[73,69,44],[73,71,48],[77,76,55],[79,81,60],[56,59,40],[103,108,88],[139,146,128],[75,84,65],[78,87,68],[72,84,64],[83,95,75],[108,121,101],[125,137,113],[133,143,109],[108,119,87],[132,145,125],[146,164,150],[85,109,96],[123,153,141],[84,116,105],[79,112,103],[64,97,90],[78,109,101],[117,148,133],[117,146,126],[135,163,138],[132,160,135],[102,130,108],[94,119,98],[142,165,139],[153,169,143],[146,158,138],[152,160,139],[104,113,86],[121,128,94],[171,178,137],[192,200,161],[169,182,152],[139,155,129],[81,97,70],[101,119,93],[129,149,124],[71,92,73],[96,113,103],[239,252,245],[144,152,141],[114,122,111],[111,124,117],[71,94,88],[86,122,112],[82,120,107],[118,150,137],[139,167,152],[117,148,130],[123,150,133],[164,181,165],[135,147,133],[147,164,146],[161,178,160],[187,200,183],[129,143,126],[137,156,134],[137,157,132],[102,117,94],[160,172,148],[127,132,109],[56,56,32],[121,115,91],[188,178,151],[157,148,119],[116,102,73],[135,114,83],[133,108,78],[220,197,165],[255,232,201],[224,193,164],[198,168,140],[137,116,89],[74,57,31],[58,42,17],[147,135,111],[139,134,114],[135,129,107],[222,205,175],[226,206,173],[145,128,98],[186,163,129],[159,122,77],[147,105,55],[179,138,92],[235,192,147],[180,136,91],[164,120,73],[203,162,110],[181,142,87],[150,109,57],[167,129,84],[97,62,32],[85,53,28],[67,40,11],[96,72,46],[81,60,43],[86,71,52],[57,48,19],[83,74,41],[135,121,94],[76,60,34],[72,56,23],[96,81,48],[71,57,30],[63,51,25],[55,45,20],[77,70,44],[60,52,29],[57,46,24],[92,78,52],[94,77,47],[133,110,76],[125,101,63],[149,124,84],[172,144,104],[156,129,86],[127,100,57],[117,89,49],[70,42,3],[83,55,16],[117,89,52],[191,165,132],[117,92,61],[106,81,51],[112,85,56],[77,48,18],[88,59,29],[75,46,14],[68,39,9],[74,47,18],[120,93,66],[78,50,26],[87,59,37],[93,62,41],[92,61,40],[93,64,46],[93,66,49],[114,86,74],[79,52,43],[69,46,40],[72,53,47],[64,49,44],[24,14,5],[20,12,1],[35,28,12],[66,55,35],[76,61,38],[119,97,73],[85,55,29],[82,46,22],[90,59,39],[53,34,27],[25,14,12],[9,0,0],[10,0,0],[13,4,5],[10,1,2],[6,0,2],[10,4,6],[10,6,7],[8,4,3],[9,5,4],[7,3,2],[7,3,2],[15,14,12],[15,14,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[7,5,6],[4,2,3],[7,7,7],[0,0,0],[5,5,5],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[2,0,3],[2,0,3],[14,12,15],[29,27,30],[1,0,2],[4,2,5],[4,2,5],[2,0,3],[4,2,5],[8,6,9],[8,6,9],[4,2,5]],[[0,0,2],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[1,0,5],[3,2,7],[0,0,5],[0,3,8],[6,11,15],[10,15,19],[6,13,19],[6,15,20],[7,18,22],[8,17,22],[12,20,23],[21,29,32],[19,26,32],[8,15,21],[4,13,18],[8,17,22],[10,20,22],[8,18,19],[0,9,8],[9,15,11],[17,22,16],[33,34,26],[52,52,42],[83,81,68],[111,108,93],[109,104,85],[67,61,35],[80,75,45],[84,79,50],[85,81,54],[93,88,66],[90,88,67],[84,83,63],[90,89,69],[133,134,116],[118,121,102],[62,67,47],[88,93,71],[117,122,100],[134,142,118],[154,162,138],[147,156,127],[153,163,129],[125,136,104],[178,193,174],[192,210,196],[124,148,134],[107,135,120],[67,100,83],[54,86,71],[77,107,99],[63,90,81],[100,124,108],[124,148,124],[137,161,129],[134,155,122],[132,152,125],[128,146,122],[130,146,119],[152,164,140],[139,147,132],[180,184,167],[106,110,83],[86,92,54],[184,191,147],[173,182,139],[138,149,115],[107,121,95],[66,82,55],[74,93,65],[76,96,68],[52,74,51],[108,128,119],[204,219,214],[117,128,114],[144,155,141],[161,174,167],[126,149,143],[86,124,111],[95,138,119],[94,127,108],[113,142,124],[87,118,102],[93,117,101],[99,110,94],[170,177,161],[183,198,177],[140,159,140],[194,211,201],[116,136,127],[152,179,162],[157,185,163],[88,110,89],[147,160,140],[107,112,92],[123,122,101],[121,115,91],[171,161,134],[152,138,111],[140,125,94],[184,165,133],[179,159,126],[154,129,98],[224,195,163],[254,223,192],[244,215,185],[119,98,69],[53,36,10],[101,85,59],[103,93,68],[164,162,141],[101,99,76],[91,78,46],[152,134,98],[98,80,44],[178,153,113],[214,176,127],[189,146,95],[169,128,82],[229,190,147],[217,174,131],[151,108,63],[138,97,45],[187,146,92],[182,142,90],[153,115,70],[94,57,28],[79,45,20],[79,52,23],[73,51,27],[38,20,6],[67,51,36],[89,77,51],[76,67,36],[117,106,78],[108,93,62],[121,103,67],[129,111,75],[116,101,70],[84,72,46],[116,104,80],[82,72,47],[60,50,25],[53,43,18],[75,61,34],[61,46,17],[86,67,34],[123,101,64],[151,127,89],[86,61,21],[101,76,36],[157,133,95],[116,94,57],[86,64,27],[89,65,27],[143,119,81],[115,91,55],[140,116,82],[202,177,146],[164,139,109],[105,78,51],[84,57,30],[80,52,28],[43,15,0],[74,46,24],[121,93,71],[104,76,54],[46,18,0],[71,43,21],[63,35,14],[53,26,7],[85,58,41],[115,87,73],[62,34,22],[52,25,16],[51,28,20],[43,24,17],[52,39,30],[35,27,16],[47,40,24],[74,65,48],[41,29,7],[51,31,7],[62,34,10],[85,49,25],[60,29,9],[48,33,26],[24,15,16],[10,1,2],[15,6,7],[22,13,14],[20,11,12],[11,5,5],[7,1,1],[8,4,3],[6,2,1],[5,4,2],[5,4,2],[5,4,2],[10,9,7],[9,9,7],[1,1,0],[6,6,6],[5,5,5],[3,3,3],[5,5,5],[3,3,3],[6,6,6],[2,2,2],[4,4,4],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[3,1,4],[4,2,5],[5,3,6],[2,0,3],[1,0,2],[8,6,9],[17,15,18],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[6,4,7],[5,3,6]],[[0,0,2],[2,2,4],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[0,0,4],[2,1,6],[2,3,8],[0,3,8],[3,8,12],[6,11,15],[4,11,17],[8,15,21],[11,20,25],[11,20,25],[9,17,20],[14,22,25],[13,20,26],[9,16,22],[9,18,23],[11,20,25],[12,22,24],[12,22,23],[11,20,19],[17,23,21],[20,25,21],[34,35,29],[48,48,38],[62,60,48],[65,61,49],[45,40,21],[85,78,52],[121,114,85],[78,71,43],[110,103,77],[129,121,98],[55,49,27],[61,56,34],[106,101,81],[162,160,137],[97,95,72],[66,66,42],[82,82,56],[111,111,85],[159,159,131],[186,186,158],[117,122,90],[95,105,70],[130,143,113],[108,123,104],[140,158,144],[186,210,194],[137,166,148],[120,149,129],[68,97,79],[83,109,96],[103,125,112],[96,115,95],[155,171,142],[164,180,143],[127,143,104],[175,189,156],[128,141,115],[114,128,105],[170,183,166],[161,169,158],[129,132,121],[94,98,73],[118,122,87],[151,156,115],[138,145,103],[154,164,130],[110,123,93],[66,83,51],[128,150,114],[144,169,130],[118,142,108],[198,219,200],[162,181,162],[140,154,128],[152,164,142],[204,216,212],[217,237,236],[100,136,122],[81,120,99],[130,160,134],[169,194,172],[87,114,99],[69,91,79],[89,97,82],[209,217,196],[192,208,179],[182,205,179],[145,164,158],[89,109,107],[127,155,143],[107,134,119],[78,99,84],[135,149,132],[96,103,85],[100,99,79],[110,104,82],[131,119,95],[142,126,100],[141,124,94],[190,169,138],[202,177,146],[178,149,117],[216,183,150],[246,211,179],[222,189,158],[192,168,142],[128,108,83],[155,134,105],[119,103,77],[100,95,75],[55,50,30],[70,56,27],[136,117,84],[128,106,69],[147,115,74],[162,118,69],[182,134,85],[179,137,95],[180,138,98],[169,122,78],[154,106,60],[162,118,69],[178,134,85],[189,147,99],[108,66,26],[98,59,30],[106,70,46],[82,55,28],[95,71,47],[41,22,7],[65,49,33],[92,80,56],[72,61,33],[68,54,28],[70,54,28],[89,73,40],[131,115,82],[134,120,93],[56,46,19],[43,33,8],[70,62,39],[81,73,50],[31,23,0],[52,42,17],[51,37,10],[76,59,29],[116,97,64],[81,61,26],[59,36,2],[63,40,6],[53,30,0],[94,74,41],[161,141,108],[162,139,105],[133,109,73],[144,118,85],[66,40,7],[125,98,68],[77,50,21],[73,46,19],[74,47,20],[95,67,43],[68,40,18],[86,58,36],[89,61,39],[121,90,69],[65,34,13],[42,11,0],[29,1,0],[35,10,0],[47,22,2],[85,59,42],[59,33,18],[55,28,17],[52,30,19],[35,16,9],[53,39,30],[92,82,72],[85,77,64],[20,11,0],[22,9,0],[54,35,18],[35,8,0],[90,57,40],[67,37,26],[34,19,16],[19,10,11],[11,2,3],[14,5,6],[16,10,10],[15,9,9],[9,3,3],[5,0,0],[7,3,2],[6,2,1],[4,3,1],[6,5,3],[7,6,4],[6,5,3],[3,3,1],[5,5,3],[5,3,4],[10,8,9],[6,4,5],[5,3,4],[4,2,3],[5,3,4],[9,7,8],[3,1,2],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[5,3,6],[3,1,4],[2,0,3],[5,3,6],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[5,3,6],[9,7,10]],[[1,1,3],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[4,5,10],[2,3,8],[1,4,9],[3,8,12],[2,9,15],[6,13,19],[8,17,22],[8,17,22],[2,10,13],[5,13,16],[12,19,25],[16,23,29],[10,19,24],[7,16,21],[30,40,42],[62,72,73],[18,27,26],[20,26,24],[23,28,24],[41,42,36],[44,44,34],[44,42,30],[53,49,37],[55,50,31],[69,62,36],[95,85,58],[59,49,22],[98,88,63],[96,86,61],[35,27,4],[67,59,36],[77,69,46],[165,159,133],[118,113,84],[92,87,58],[61,58,27],[81,78,47],[102,99,66],[148,145,110],[141,141,105],[99,107,70],[83,96,66],[76,91,72],[130,148,132],[181,204,186],[139,164,143],[131,159,136],[105,130,108],[124,145,128],[94,111,92],[111,125,99],[149,161,125],[156,168,122],[192,201,154],[225,232,191],[125,132,99],[142,155,129],[144,157,137],[121,129,114],[138,142,127],[154,157,130],[132,133,99],[124,127,84],[141,147,103],[130,138,101],[169,180,146],[183,200,164],[207,229,191],[174,199,159],[157,183,146],[132,156,132],[136,156,131],[156,172,136],[103,116,86],[184,196,186],[136,152,149],[98,129,114],[150,183,162],[123,147,121],[182,202,177],[187,210,194],[92,110,96],[135,142,124],[208,216,192],[161,181,146],[194,219,190],[117,138,131],[112,133,134],[118,145,136],[90,116,103],[67,87,75],[116,130,115],[135,142,126],[107,106,88],[136,128,107],[122,110,86],[190,174,148],[145,126,96],[139,116,84],[191,165,132],[157,127,93],[222,188,153],[241,203,167],[182,147,115],[132,106,79],[158,137,110],[115,94,65],[79,62,36],[65,57,38],[63,55,34],[105,88,58],[206,183,149],[171,147,111],[162,129,88],[184,138,89],[155,103,53],[223,176,132],[200,155,114],[194,145,102],[163,112,67],[194,147,101],[152,108,63],[154,109,67],[151,107,70],[133,92,62],[102,65,39],[113,83,59],[98,73,51],[62,41,22],[97,82,63],[75,63,39],[68,56,32],[57,43,17],[79,63,37],[75,58,30],[77,60,32],[66,55,27],[58,48,23],[56,48,25],[83,77,55],[73,67,45],[36,30,8],[21,13,0],[35,25,0],[91,77,50],[82,65,37],[71,52,22],[51,32,2],[70,51,21],[78,61,33],[62,47,18],[143,126,96],[136,113,81],[155,131,97],[124,98,65],[72,45,15],[70,43,14],[89,62,35],[77,50,23],[75,47,23],[102,74,52],[80,52,30],[80,52,30],[62,34,12],[96,65,44],[123,92,71],[76,45,24],[110,82,60],[77,55,32],[38,16,0],[57,34,16],[73,50,34],[63,40,26],[53,31,18],[44,26,16],[42,28,19],[47,37,27],[30,22,11],[20,10,0],[46,34,22],[66,48,36],[40,18,5],[63,35,24],[56,29,22],[18,4,3],[15,6,7],[14,5,6],[10,1,2],[5,0,0],[5,0,0],[7,1,1],[10,4,4],[9,5,4],[8,4,3],[5,4,2],[7,6,4],[8,7,5],[3,2,0],[1,1,0],[7,7,5],[5,3,4],[8,6,7],[4,2,3],[3,1,2],[8,6,7],[1,0,0],[10,8,9],[3,1,2],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[6,4,7],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[2,0,3],[3,1,4],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[14,12,15]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,1,6],[0,5,9],[0,7,10],[3,11,14],[4,13,18],[3,12,17],[3,11,14],[1,6,10],[2,10,13],[12,20,23],[12,21,26],[2,11,16],[4,14,16],[19,29,31],[12,20,22],[27,33,31],[41,46,42],[52,53,47],[36,36,28],[24,22,10],[50,46,34],[78,72,56],[53,42,20],[52,40,16],[54,42,18],[71,59,35],[88,76,52],[74,62,36],[65,53,27],[92,80,54],[118,107,79],[125,114,84],[150,139,107],[98,88,53],[79,69,33],[81,72,33],[136,127,86],[136,133,92],[132,138,100],[113,127,94],[123,136,116],[163,180,162],[137,159,138],[110,134,110],[154,179,150],[192,215,187],[177,195,171],[94,106,82],[86,96,62],[126,133,92],[186,190,140],[208,211,158],[195,194,148],[173,175,135],[156,168,130],[109,123,90],[115,124,97],[144,148,121],[146,147,113],[151,152,112],[167,168,124],[150,153,110],[137,143,107],[164,174,140],[225,241,205],[162,182,147],[123,147,111],[129,154,122],[99,124,102],[111,134,108],[129,145,106],[124,136,98],[120,132,110],[119,133,120],[102,126,112],[112,136,120],[137,152,133],[132,146,123],[205,223,201],[167,182,159],[191,197,171],[196,202,174],[162,181,151],[86,110,86],[58,84,75],[119,144,141],[144,169,163],[171,194,184],[97,114,104],[105,115,104],[151,153,140],[153,150,135],[123,115,96],[115,100,79],[175,158,132],[139,118,89],[135,110,79],[153,124,90],[177,145,107],[203,167,131],[240,200,164],[183,145,109],[101,70,41],[81,55,28],[73,53,29],[27,12,0],[38,30,11],[69,54,33],[149,123,90],[230,200,164],[135,110,79],[129,99,63],[205,158,112],[200,144,93],[213,159,112],[200,148,101],[181,130,87],[125,76,35],[128,79,36],[155,108,66],[155,107,69],[160,114,80],[135,92,58],[116,77,48],[120,88,65],[85,58,37],[78,58,34],[113,97,72],[69,54,33],[67,55,33],[67,52,29],[72,56,31],[92,74,50],[51,35,10],[32,20,0],[86,76,51],[70,62,39],[64,58,36],[48,41,22],[42,35,16],[61,54,35],[40,32,9],[81,69,45],[92,78,52],[42,26,0],[45,29,3],[52,38,12],[40,25,2],[37,25,3],[72,58,32],[93,72,41],[104,79,48],[98,73,42],[104,79,49],[92,65,36],[53,26,0],[71,43,19],[76,48,26],[85,57,35],[88,60,39],[102,71,51],[64,33,13],[41,10,0],[103,72,52],[74,43,22],[88,62,39],[101,81,57],[73,55,33],[51,30,11],[68,47,30],[61,39,25],[42,23,9],[56,38,26],[65,51,40],[54,41,32],[35,25,16],[27,18,9],[52,42,33],[86,71,64],[55,36,30],[29,5,1],[40,19,18],[12,0,0],[14,5,8],[14,8,10],[10,4,6],[6,0,2],[5,0,1],[8,4,5],[12,8,9],[9,5,6],[9,5,6],[6,4,5],[7,5,6],[7,5,6],[4,2,3],[2,2,2],[5,5,5],[6,4,5],[2,0,1],[5,3,4],[2,0,1],[12,10,11],[1,0,0],[8,6,7],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[6,4,7],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[2,0,3],[4,2,5],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[13,11,14]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,3,8],[4,7,12],[4,9,13],[6,14,17],[7,16,21],[7,14,20],[4,9,13],[9,14,18],[9,17,20],[8,16,19],[7,16,21],[8,17,22],[10,20,22],[15,23,25],[26,32,32],[28,34,32],[22,27,23],[21,22,16],[12,12,4],[16,13,4],[49,45,34],[79,73,59],[72,64,45],[67,55,33],[78,66,44],[62,50,28],[52,40,16],[95,83,57],[108,94,67],[73,59,30],[69,56,24],[98,83,50],[113,99,64],[93,79,42],[126,112,73],[111,98,56],[142,129,85],[181,174,130],[187,192,152],[142,153,119],[124,136,112],[163,178,159],[93,111,89],[79,99,72],[120,141,110],[109,128,98],[80,94,68],[77,86,57],[133,139,103],[164,167,122],[171,171,117],[159,158,102],[157,153,105],[154,156,109],[88,100,54],[135,148,104],[159,167,126],[141,146,106],[175,176,132],[193,190,145],[171,169,121],[150,149,103],[132,134,95],[164,171,137],[205,219,184],[166,183,149],[158,179,146],[112,137,107],[94,118,96],[139,162,136],[152,169,125],[133,146,100],[101,110,79],[135,147,125],[61,79,63],[64,82,66],[181,190,173],[221,229,208],[161,176,147],[158,172,139],[181,186,154],[202,209,176],[122,141,111],[81,106,84],[133,160,151],[119,146,141],[106,129,121],[140,160,149],[99,112,102],[109,117,106],[169,170,156],[209,203,187],[146,135,117],[149,134,111],[221,204,178],[192,171,140],[147,123,89],[203,175,138],[226,194,156],[191,156,118],[151,112,73],[144,106,70],[129,98,69],[106,80,53],[136,114,90],[107,91,68],[108,97,79],[68,53,32],[108,82,49],[159,129,93],[102,76,43],[99,65,28],[191,143,95],[217,161,110],[219,165,118],[213,159,115],[193,140,98],[123,71,31],[122,70,30],[118,69,29],[105,55,20],[136,87,54],[129,85,50],[135,94,62],[108,74,49],[77,49,27],[71,50,21],[94,79,50],[66,51,28],[51,39,17],[59,45,19],[36,22,0],[92,76,53],[57,41,18],[28,16,0],[40,30,5],[116,108,85],[63,57,35],[36,31,11],[41,36,17],[47,40,21],[60,52,31],[50,39,17],[99,87,63],[81,66,43],[60,48,24],[36,24,2],[39,28,8],[26,18,0],[40,27,8],[87,67,40],[83,58,28],[104,79,49],[108,82,55],[77,51,24],[90,62,38],[77,49,27],[84,56,35],[84,56,35],[94,66,45],[105,74,54],[110,79,59],[105,74,54],[82,51,31],[59,28,7],[63,36,15],[53,32,11],[89,72,52],[47,29,9],[57,38,21],[78,59,44],[58,39,25],[48,30,18],[56,42,31],[41,28,19],[35,25,16],[60,51,44],[82,73,68],[43,32,28],[17,1,1],[35,16,18],[30,14,15],[12,2,3],[11,2,5],[10,4,6],[10,4,6],[11,5,7],[11,5,7],[8,4,5],[7,3,4],[8,4,5],[7,3,4],[6,4,5],[4,2,3],[3,1,2],[9,7,8],[9,9,9],[1,1,1],[7,5,6],[1,0,0],[17,15,16],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[8,6,9]],[[0,0,0],[2,2,2],[1,1,1],[0,0,0],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[3,4,8],[3,4,8],[4,7,12],[6,9,14],[5,10,14],[7,12,16],[8,16,19],[8,16,19],[3,8,12],[6,11,15],[3,11,14],[4,12,15],[11,18,24],[13,20,26],[6,14,17],[0,6,9],[26,31,34],[19,23,22],[14,16,13],[31,32,27],[40,39,34],[37,34,25],[50,46,35],[66,60,48],[58,49,34],[66,54,38],[43,32,14],[37,24,5],[44,32,10],[65,50,27],[95,79,53],[90,75,46],[115,100,67],[108,92,58],[82,67,28],[70,55,14],[140,125,82],[196,182,137],[233,219,174],[209,201,155],[188,189,147],[133,140,106],[118,126,102],[128,140,118],[84,100,74],[71,90,60],[70,87,53],[121,136,103],[102,113,83],[93,100,69],[148,152,115],[131,133,86],[123,123,69],[132,131,75],[125,123,74],[153,155,106],[144,154,101],[170,183,129],[172,180,129],[149,151,101],[145,143,92],[168,165,114],[210,204,154],[148,144,97],[152,153,111],[162,166,129],[159,169,134],[184,199,166],[119,138,106],[81,101,73],[64,86,65],[143,163,135],[146,162,115],[146,159,106],[131,139,100],[114,123,96],[61,76,57],[105,117,103],[201,202,188],[193,195,174],[109,119,85],[169,179,142],[197,201,164],[237,244,210],[125,144,114],[188,213,192],[230,255,248],[186,211,205],[98,115,105],[115,129,116],[128,136,123],[135,137,123],[164,161,146],[171,162,145],[155,142,123],[184,168,143],[230,213,185],[225,204,173],[207,184,150],[215,189,152],[186,156,118],[163,129,91],[151,113,74],[127,93,58],[140,113,86],[114,88,63],[114,85,55],[93,67,40],[55,42,23],[43,32,14],[122,102,75],[163,137,104],[123,93,57],[120,81,40],[216,164,116],[207,154,104],[219,172,130],[144,96,56],[207,153,109],[179,122,79],[121,68,28],[106,54,17],[104,51,19],[167,117,84],[125,80,41],[119,79,43],[135,99,73],[67,37,11],[55,35,0],[92,76,42],[65,50,27],[38,26,4],[68,54,28],[83,67,42],[85,67,47],[71,54,34],[39,25,0],[55,43,17],[130,122,99],[81,73,52],[43,36,17],[33,26,7],[34,27,8],[33,25,6],[52,41,21],[50,38,16],[77,65,43],[74,61,42],[44,31,14],[79,67,53],[35,27,14],[30,18,2],[63,43,19],[91,67,41],[64,40,14],[72,46,23],[69,43,20],[69,42,21],[71,44,23],[87,60,41],[42,13,0],[75,46,28],[64,35,17],[76,47,29],[122,91,73],[85,54,36],[57,26,6],[47,20,1],[102,84,64],[132,115,99],[72,55,39],[60,41,26],[69,50,36],[64,46,32],[44,28,15],[36,22,11],[24,11,2],[48,37,31],[92,83,78],[51,41,39],[7,0,0],[19,9,10],[12,0,4],[24,13,17],[13,4,7],[7,1,3],[6,0,2],[8,2,4],[9,5,6],[8,4,5],[7,3,4],[7,3,4],[6,4,5],[4,2,3],[8,6,7],[4,2,3],[1,0,0],[18,16,17],[23,21,22],[2,0,1],[7,3,4],[7,3,4],[39,35,36],[3,0,0],[10,6,7],[7,3,4],[7,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,4],[2,2,4],[1,1,3],[2,2,4],[2,3,7],[1,2,6],[1,4,9],[1,4,9],[0,3,7],[0,4,8],[0,8,11],[1,9,12],[6,11,15],[5,10,14],[3,11,14],[5,13,16],[4,11,17],[1,8,14],[7,15,18],[20,28,31],[14,19,22],[8,12,13],[19,21,20],[53,54,49],[55,54,49],[28,25,18],[33,29,20],[59,52,42],[32,24,13],[26,18,5],[32,23,8],[32,20,4],[44,31,14],[68,53,32],[89,75,49],[123,108,79],[83,68,35],[141,125,91],[148,133,94],[120,105,64],[134,119,76],[162,148,103],[190,176,131],[164,153,108],[163,160,117],[131,133,96],[119,123,96],[132,140,116],[83,96,68],[85,100,67],[125,141,105],[128,142,107],[133,144,112],[122,129,96],[165,169,132],[181,182,138],[142,145,92],[145,145,93],[189,188,142],[150,153,108],[157,166,113],[115,124,69],[152,157,103],[139,139,87],[156,150,100],[185,177,128],[187,179,132],[179,172,126],[129,126,83],[181,183,143],[135,143,104],[182,194,158],[201,217,181],[88,107,75],[109,129,101],[91,111,74],[89,106,51],[145,158,102],[206,212,174],[164,170,142],[86,98,76],[120,127,111],[231,228,211],[91,86,64],[95,100,68],[175,183,144],[193,195,156],[220,226,188],[93,113,78],[151,177,150],[157,185,173],[112,135,127],[122,136,121],[141,148,130],[113,116,97],[103,102,82],[124,117,98],[121,108,89],[138,123,100],[179,162,136],[153,136,106],[161,142,109],[139,119,84],[202,178,140],[179,151,112],[169,140,100],[138,104,66],[159,126,91],[146,120,93],[89,65,39],[115,88,58],[84,60,32],[22,9,0],[63,52,32],[148,128,101],[123,99,65],[123,93,57],[115,78,36],[156,106,57],[198,146,96],[151,106,65],[95,50,11],[173,122,79],[173,119,75],[136,83,43],[125,73,36],[128,75,43],[162,112,79],[171,126,84],[155,113,71],[104,67,38],[84,55,25],[85,63,22],[111,96,57],[61,47,21],[56,44,22],[77,63,36],[106,92,65],[46,29,9],[128,111,91],[42,26,1],[49,35,8],[89,79,54],[74,66,43],[51,43,22],[61,53,34],[36,28,9],[46,38,19],[60,47,28],[20,7,0],[87,74,55],[104,91,74],[22,9,0],[43,31,19],[21,13,2],[31,19,5],[56,38,16],[75,53,29],[72,50,27],[92,67,45],[82,57,35],[53,28,8],[89,64,44],[58,31,14],[41,14,0],[71,42,26],[73,44,28],[87,58,42],[114,85,69],[98,69,51],[64,35,17],[50,23,6],[77,58,43],[78,60,46],[53,35,23],[52,34,22],[31,13,1],[50,32,20],[48,31,21],[25,8,0],[35,20,13],[28,15,9],[18,7,3],[25,15,13],[18,10,8],[19,13,13],[17,11,13],[14,8,10],[16,10,12],[12,6,8],[9,3,5],[9,3,5],[5,1,2],[3,0,0],[9,5,6],[18,14,15],[7,5,6],[4,2,3],[10,8,9],[5,3,4],[2,0,1],[27,25,26],[34,32,33],[4,2,3],[6,2,3],[13,9,10],[56,52,53],[3,0,0],[6,2,3],[11,7,8],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[5,3,6],[3,1,4],[4,2,5],[7,5,8],[7,5,8],[3,1,4]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[2,3,7],[2,3,7],[1,4,9],[2,5,10],[1,6,10],[1,6,10],[2,7,11],[1,6,10],[7,12,16],[3,8,12],[2,9,15],[8,15,21],[5,13,16],[10,18,21],[1,6,9],[18,22,23],[24,26,25],[20,21,16],[9,8,3],[13,8,2],[32,25,17],[35,28,20],[44,37,29],[17,10,0],[46,38,27],[78,70,57],[117,105,89],[138,125,106],[103,88,65],[85,69,43],[70,55,24],[89,74,41],[108,94,57],[110,95,56],[125,110,71],[111,96,55],[112,97,56],[196,184,142],[189,182,138],[153,149,111],[121,120,90],[104,107,80],[84,93,62],[105,116,82],[147,159,123],[181,193,157],[145,154,125],[134,141,110],[158,164,128],[190,195,154],[155,161,113],[190,196,148],[175,180,140],[128,135,94],[126,133,89],[99,105,59],[166,165,119],[154,150,103],[198,190,144],[146,134,92],[148,136,94],[186,177,134],[195,191,146],[188,189,145],[112,118,74],[115,126,83],[173,186,143],[134,149,106],[131,148,106],[133,151,101],[115,134,70],[148,162,103],[199,205,171],[155,158,137],[98,106,83],[138,142,119],[159,153,127],[118,111,83],[129,132,103],[156,161,129],[167,167,131],[173,180,139],[157,179,133],[171,198,163],[112,136,123],[66,85,79],[114,123,104],[237,239,215],[138,136,111],[94,88,64],[150,140,115],[112,98,72],[117,101,75],[145,128,100],[141,124,94],[105,89,55],[126,108,72],[195,175,138],[203,181,142],[166,141,101],[99,69,31],[143,113,77],[143,114,82],[74,49,19],[70,50,25],[50,35,12],[47,39,20],[109,97,73],[129,105,71],[157,129,90],[91,68,36],[93,65,28],[145,103,55],[190,140,89],[179,128,81],[144,95,52],[138,90,50],[164,116,76],[169,120,79],[136,84,45],[106,53,19],[110,60,25],[136,89,45],[160,119,75],[77,41,9],[71,40,9],[143,120,76],[112,95,52],[42,27,0],[60,45,22],[64,50,21],[64,50,23],[116,99,79],[97,80,60],[70,54,29],[47,31,5],[41,27,1],[65,53,29],[52,41,21],[49,38,18],[73,62,44],[50,37,20],[67,54,35],[54,39,20],[72,57,38],[73,57,41],[69,56,40],[66,54,42],[57,47,37],[53,41,29],[71,54,36],[84,63,42],[89,68,47],[94,71,53],[90,67,49],[72,49,33],[69,46,30],[48,22,7],[66,40,25],[66,38,24],[54,26,12],[82,54,40],[99,71,57],[98,69,53],[98,69,53],[55,29,14],[33,11,0],[35,17,7],[60,42,32],[44,26,16],[44,26,16],[50,32,22],[54,37,29],[56,39,31],[51,36,29],[33,20,14],[15,4,0],[31,23,20],[21,16,13],[3,0,0],[11,10,8],[1,0,0],[13,9,10],[12,8,9],[9,5,6],[6,2,3],[5,1,2],[8,4,5],[11,9,10],[16,14,15],[4,2,3],[6,4,5],[4,2,3],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[5,3,6],[1,0,2],[8,6,9],[4,2,5],[2,0,3],[2,0,3],[12,10,13],[5,3,6],[6,4,7],[9,7,10],[4,2,5],[4,2,5],[1,0,2],[13,11,14],[11,9,12],[6,4,7],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[1,2,6],[2,3,7],[1,4,9],[1,4,9],[1,6,10],[1,6,10],[7,12,16],[2,7,11],[8,13,17],[5,10,14],[0,1,7],[0,5,11],[7,15,18],[6,14,17],[8,13,16],[9,13,14],[7,9,8],[12,11,7],[16,13,8],[21,16,10],[34,27,19],[32,25,17],[34,29,23],[14,9,3],[52,48,39],[87,81,69],[98,89,74],[89,78,60],[46,34,12],[28,14,0],[63,49,20],[60,47,15],[86,73,39],[87,74,39],[109,97,59],[127,115,77],[102,90,52],[120,108,68],[140,131,88],[137,129,90],[142,137,107],[93,92,64],[107,112,80],[93,100,66],[98,108,71],[143,153,118],[141,150,121],[132,138,110],[164,171,137],[116,122,84],[181,190,145],[176,185,142],[105,115,80],[114,121,87],[157,162,122],[171,172,130],[143,140,95],[147,140,96],[139,130,89],[105,93,55],[102,90,52],[171,162,123],[153,150,105],[127,129,82],[127,133,87],[153,162,117],[105,116,73],[160,173,129],[168,181,135],[164,181,127],[177,193,130],[233,246,190],[152,155,126],[112,113,95],[177,182,159],[202,205,178],[156,147,116],[139,130,99],[112,112,86],[134,137,110],[239,239,205],[145,150,110],[129,149,100],[164,189,149],[116,139,121],[73,89,78],[62,66,43],[233,229,200],[158,153,124],[108,99,70],[145,134,106],[122,107,78],[103,88,59],[160,143,113],[120,103,73],[89,74,41],[107,93,56],[157,142,103],[170,150,113],[150,128,89],[128,104,66],[120,94,57],[136,107,75],[107,82,52],[113,93,66],[86,71,48],[53,45,24],[84,72,48],[72,48,12],[155,129,92],[104,84,51],[144,120,84],[177,136,90],[150,102,53],[132,85,39],[113,68,26],[119,75,36],[131,87,48],[132,85,43],[141,92,51],[114,64,27],[109,59,22],[144,100,53],[149,108,64],[107,71,35],[88,58,22],[133,110,66],[123,106,62],[40,25,0],[60,46,19],[35,21,0],[86,72,45],[120,104,81],[86,68,48],[95,78,52],[62,45,19],[35,19,0],[56,41,18],[70,58,36],[40,29,9],[30,17,0],[53,37,21],[71,56,37],[61,44,26],[61,44,26],[73,56,40],[37,21,6],[51,37,24],[37,24,15],[40,28,16],[69,53,37],[55,38,20],[68,49,32],[116,97,80],[82,63,48],[47,28,13],[51,29,16],[67,45,32],[53,29,17],[54,30,18],[47,20,9],[39,13,0],[46,20,7],[69,43,28],[82,56,41],[74,48,35],[53,29,19],[26,3,0],[60,40,33],[40,21,14],[28,9,2],[38,21,13],[48,31,23],[71,56,49],[55,40,33],[51,38,32],[51,40,36],[35,27,24],[4,0,0],[29,28,24],[65,66,61],[4,6,3],[10,8,9],[11,7,8],[9,5,6],[8,4,5],[7,3,4],[8,4,5],[9,7,8],[11,9,10],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[8,6,7],[7,5,6],[6,4,5],[8,6,7],[13,11,14],[1,0,2],[1,0,2],[8,6,9],[15,13,16],[6,4,7],[3,1,4],[3,1,4],[7,5,8],[6,4,7],[5,3,6],[19,17,20],[9,7,10],[3,1,4],[3,1,4],[23,21,24],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[2,2,4],[1,2,6],[2,3,7],[0,4,7],[1,5,8],[0,5,9],[0,5,9],[0,2,6],[6,11,15],[0,2,6],[0,5,9],[11,18,24],[8,15,21],[4,11,17],[2,10,13],[8,13,16],[7,11,12],[11,13,12],[30,29,27],[38,34,31],[31,26,20],[28,21,13],[17,10,4],[8,3,0],[17,12,9],[50,45,39],[42,35,27],[18,10,0],[26,17,0],[27,16,0],[21,9,0],[60,49,21],[77,63,34],[60,47,15],[70,59,27],[84,73,41],[72,61,29],[81,72,39],[87,77,41],[130,118,76],[86,74,34],[79,70,41],[79,73,47],[108,109,78],[113,119,85],[150,158,121],[145,152,118],[124,130,102],[151,157,129],[156,163,130],[98,106,69],[110,121,79],[110,122,82],[76,90,57],[101,110,79],[144,148,111],[146,147,103],[148,146,98],[135,131,86],[86,78,39],[164,154,118],[190,181,148],[196,190,154],[145,143,102],[91,94,51],[125,132,90],[159,167,128],[126,133,99],[156,163,129],[117,125,84],[103,115,69],[124,139,84],[122,134,86],[107,110,81],[79,81,60],[125,129,104],[157,157,129],[163,154,123],[228,219,188],[138,138,112],[134,137,110],[230,229,198],[129,133,96],[97,114,69],[141,164,122],[97,115,93],[78,89,72],[65,68,41],[141,136,106],[172,165,136],[171,160,130],[195,181,152],[149,134,105],[134,119,90],[126,111,80],[103,88,57],[89,74,41],[108,94,59],[137,123,86],[138,122,86],[115,95,58],[153,131,94],[141,117,83],[131,108,77],[119,94,64],[122,96,63],[69,48,17],[61,50,28],[75,67,46],[63,48,19],[92,72,39],[169,146,112],[159,130,90],[160,118,70],[125,81,34],[91,53,14],[120,85,47],[135,93,53],[113,68,26],[98,51,7],[142,93,50],[131,82,42],[140,92,52],[125,81,36],[140,99,55],[158,122,86],[116,86,50],[153,130,88],[118,99,57],[57,41,8],[108,92,66],[85,71,42],[80,66,39],[85,69,46],[78,60,38],[73,53,29],[76,56,31],[56,40,15],[78,63,42],[75,62,43],[39,26,9],[45,29,13],[50,34,18],[41,24,6],[29,10,0],[80,61,44],[125,108,92],[50,34,19],[39,25,12],[38,25,16],[34,22,10],[33,19,6],[27,11,0],[32,16,1],[90,74,59],[60,42,30],[43,25,13],[41,21,10],[70,50,39],[50,28,17],[48,26,15],[69,45,35],[36,12,0],[30,6,0],[52,29,15],[42,19,5],[71,44,33],[86,59,50],[37,10,3],[62,37,30],[59,36,28],[33,14,7],[31,14,6],[38,21,14],[34,19,14],[39,24,19],[29,15,12],[53,42,38],[59,49,47],[12,7,3],[25,24,19],[54,57,50],[0,1,0],[9,8,6],[8,6,7],[7,5,6],[7,5,6],[7,5,6],[7,5,6],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[9,7,8],[9,7,8],[8,6,7],[10,8,9],[3,3,5],[12,12,14],[10,10,12],[7,7,9],[11,11,13],[9,9,11],[5,5,7],[9,9,11],[6,6,8],[6,6,8],[1,1,3],[7,7,9],[0,0,2],[8,8,10],[1,1,3],[0,0,2],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[1,1,3],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,4,8],[0,4,8],[0,1,5],[4,9,13],[0,1,5],[0,1,5],[4,11,17],[3,10,16],[4,11,17],[7,12,18],[4,7,12],[4,8,11],[12,13,15],[31,30,28],[35,31,28],[27,22,18],[34,27,21],[36,29,23],[16,11,8],[18,14,11],[42,37,31],[41,34,26],[22,14,3],[31,22,7],[40,29,9],[26,16,0],[30,18,0],[59,48,20],[59,48,20],[117,108,79],[135,126,97],[74,67,38],[78,73,43],[109,100,67],[146,132,93],[127,113,74],[98,87,59],[69,62,36],[69,65,36],[104,105,71],[114,120,82],[123,129,93],[126,131,101],[130,134,107],[99,104,72],[101,108,74],[89,100,60],[91,103,65],[67,80,50],[141,152,122],[109,113,76],[118,119,75],[173,172,124],[111,108,63],[119,115,77],[125,121,86],[132,127,98],[100,99,69],[106,110,73],[108,114,76],[37,44,10],[88,97,66],[70,75,52],[80,85,62],[94,99,69],[118,126,89],[118,131,88],[89,101,61],[107,111,84],[94,96,72],[107,111,84],[143,143,115],[216,207,178],[206,197,168],[182,182,154],[168,171,142],[166,165,134],[198,199,165],[150,163,120],[137,155,115],[153,168,137],[106,115,88],[85,85,57],[112,109,78],[161,156,126],[136,127,98],[155,144,116],[98,84,57],[86,72,43],[89,75,46],[97,83,54],[100,87,55],[85,72,38],[77,63,28],[112,96,60],[147,129,93],[180,158,121],[123,99,65],[138,113,83],[141,114,84],[129,99,65],[97,72,41],[64,52,30],[63,55,34],[89,73,47],[67,47,14],[125,101,67],[113,84,44],[139,98,52],[121,78,33],[57,23,0],[123,89,54],[145,105,69],[146,101,60],[161,117,72],[148,101,57],[102,55,13],[170,125,84],[118,75,33],[109,67,27],[119,84,46],[108,78,42],[104,80,42],[80,60,25],[31,14,0],[76,61,32],[76,62,35],[89,73,48],[84,66,44],[80,62,40],[95,75,51],[99,79,55],[63,47,24],[118,103,84],[104,91,74],[29,16,0],[44,31,15],[24,8,0],[34,17,1],[44,25,8],[89,70,53],[102,85,69],[80,64,49],[62,48,35],[57,45,33],[36,23,14],[17,5,0],[62,50,38],[64,52,40],[61,49,37],[43,29,18],[53,39,30],[42,25,17],[47,30,22],[48,29,22],[54,36,26],[35,15,6],[49,29,18],[62,42,31],[44,22,9],[41,19,6],[40,13,2],[63,33,22],[79,47,36],[54,26,15],[37,13,3],[51,33,23],[30,13,5],[30,15,10],[34,20,17],[35,21,18],[16,2,1],[23,12,10],[45,35,34],[19,14,11],[1,0,0],[8,11,4],[7,9,4],[7,7,5],[7,5,6],[6,4,5],[7,5,6],[8,6,7],[8,6,7],[6,4,5],[4,2,3],[4,2,3],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[7,5,6],[6,4,5],[8,6,7],[2,2,4],[9,9,11],[2,2,4],[6,6,8],[8,8,10],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[11,11,13],[3,3,5],[6,6,8],[2,2,4],[9,9,11],[0,0,2],[0,0,2],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[1,2,6],[1,2,6],[0,3,6],[0,4,7],[2,5,10],[1,4,9],[7,12,16],[10,15,19],[0,3,9],[0,4,10],[9,14,20],[2,7,13],[7,10,15],[11,12,16],[15,15,17],[23,22,20],[16,12,9],[8,3,0],[23,16,10],[34,27,21],[11,6,3],[23,18,15],[33,26,20],[23,16,6],[15,7,0],[45,36,19],[68,57,37],[45,35,10],[95,85,58],[59,49,22],[82,72,45],[122,115,87],[135,129,103],[95,91,64],[51,49,24],[84,79,50],[132,118,81],[133,115,79],[80,64,38],[102,92,67],[94,89,60],[73,73,39],[116,118,81],[108,112,77],[102,102,74],[157,157,129],[99,103,70],[68,72,37],[77,84,43],[78,86,49],[99,108,79],[73,82,53],[93,99,63],[151,154,111],[123,127,77],[102,104,57],[94,94,58],[77,77,49],[51,53,31],[54,57,36],[102,111,82],[96,107,77],[53,65,41],[70,79,62],[66,72,62],[87,90,81],[94,97,80],[81,86,63],[52,62,35],[97,108,78],[115,119,92],[98,101,74],[136,141,111],[200,200,172],[188,178,153],[101,91,66],[139,139,111],[114,117,86],[126,125,95],[178,177,146],[120,130,95],[102,114,76],[113,123,86],[104,111,77],[131,134,105],[101,101,75],[69,67,42],[63,57,33],[129,121,98],[126,115,93],[86,74,50],[104,92,66],[147,135,109],[104,93,65],[85,72,40],[100,85,52],[119,100,67],[129,109,74],[152,128,92],[158,132,97],[120,90,56],[117,86,55],[66,39,9],[96,75,48],[47,35,13],[59,44,23],[101,78,47],[141,115,82],[106,82,54],[67,41,8],[109,70,27],[111,68,25],[80,41,2],[79,41,5],[69,30,0],[113,73,38],[156,113,71],[155,110,68],[116,71,29],[168,123,82],[134,90,53],[103,63,28],[77,41,5],[90,57,24],[107,80,50],[99,78,49],[51,34,6],[89,73,47],[52,36,13],[105,88,68],[76,58,38],[55,37,17],[102,84,64],[85,66,49],[14,0,0],[49,33,18],[74,60,47],[31,17,4],[44,30,17],[25,9,0],[41,24,8],[25,8,0],[52,35,19],[70,53,37],[49,33,18],[41,27,14],[62,50,38],[51,41,31],[22,12,2],[21,11,1],[26,16,6],[43,33,24],[60,47,39],[43,30,22],[25,10,3],[35,20,13],[35,18,11],[25,8,1],[29,10,4],[28,9,2],[41,23,13],[43,23,14],[33,13,4],[68,44,32],[64,31,16],[83,47,31],[57,25,10],[28,2,0],[43,23,12],[46,32,23],[47,34,28],[17,3,0],[33,19,19],[33,18,21],[20,8,10],[18,8,9],[17,8,9],[3,0,0],[0,1,0],[14,16,13],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[5,3,6],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[6,4,7],[8,8,10],[5,6,8],[4,5,7],[18,19,21],[3,4,6],[10,11,13],[8,9,11],[11,12,14],[6,7,9],[0,0,2],[10,11,13],[3,4,6],[8,9,11],[124,125,127],[135,136,138],[5,5,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[0,1,5],[0,1,5],[0,3,6],[0,3,6],[0,3,8],[0,1,6],[0,3,7],[0,1,5],[2,9,15],[8,15,21],[0,3,9],[0,5,11],[1,4,9],[7,8,12],[8,8,10],[12,11,9],[9,5,2],[9,4,0],[26,19,13],[32,23,18],[14,6,3],[17,9,6],[24,17,9],[49,41,30],[55,46,31],[67,55,39],[102,91,71],[109,99,74],[147,137,110],[51,41,14],[59,52,26],[80,74,50],[64,60,35],[82,80,57],[85,84,63],[64,60,35],[91,76,43],[107,88,55],[95,79,54],[70,58,34],[82,75,47],[68,65,32],[119,119,83],[138,138,102],[76,75,45],[129,125,96],[137,137,103],[61,61,23],[65,67,27],[81,86,46],[79,84,54],[71,75,48],[107,112,82],[106,110,75],[92,97,56],[85,90,50],[93,98,68],[80,85,63],[71,77,63],[65,73,58],[81,95,72],[49,65,39],[85,100,81],[64,76,64],[65,71,67],[60,65,59],[78,80,67],[60,65,45],[69,81,59],[41,53,31],[103,106,85],[139,141,117],[85,92,61],[168,171,140],[163,156,128],[93,86,58],[135,138,111],[120,124,97],[104,102,77],[105,104,74],[123,131,94],[174,185,145],[84,91,50],[97,103,65],[76,82,54],[87,90,69],[82,84,63],[41,39,18],[73,68,48],[117,109,90],[122,114,93],[106,95,73],[102,92,67],[67,55,29],[88,74,45],[117,101,68],[120,100,67],[115,91,57],[108,82,47],[111,81,47],[151,116,84],[139,104,74],[87,57,29],[83,59,35],[65,48,28],[64,48,25],[90,63,33],[154,125,93],[78,54,26],[45,18,0],[121,82,43],[138,93,52],[155,113,75],[115,76,43],[92,55,26],[86,47,16],[126,84,44],[149,106,63],[155,112,67],[120,77,35],[98,55,21],[90,49,19],[96,60,26],[83,52,21],[115,89,66],[70,48,25],[60,43,17],[102,86,60],[53,36,16],[77,60,44],[55,36,19],[35,16,0],[50,31,16],[44,27,11],[35,19,4],[40,26,13],[38,26,14],[40,28,16],[59,47,35],[59,45,32],[39,23,8],[73,56,40],[47,30,14],[37,21,6],[16,0,0],[28,14,3],[25,15,5],[47,38,29],[53,44,35],[22,15,5],[26,19,9],[25,16,9],[23,14,7],[19,8,2],[29,18,12],[38,25,19],[35,22,16],[37,22,17],[34,19,12],[35,18,11],[42,25,17],[35,18,8],[29,12,2],[50,27,13],[98,63,43],[113,75,52],[95,63,42],[23,0,0],[27,8,0],[46,32,21],[35,22,16],[39,28,26],[21,9,11],[31,16,21],[25,13,17],[16,5,9],[18,9,12],[13,9,8],[4,4,2],[5,5,3],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[7,5,8],[6,4,7],[8,6,9],[6,4,7],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[5,5,7],[5,6,8],[12,13,15],[10,11,13],[11,12,14],[14,15,17],[99,100,102],[92,93,95],[8,9,11],[7,8,10],[10,11,13],[4,5,7],[5,6,8],[1,2,4],[23,24,26],[18,19,21],[1,2,4],[4,4,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,2,5],[0,2,5],[0,3,8],[0,0,5],[10,15,19],[0,3,7],[0,1,7],[5,10,16],[0,1,7],[5,10,16],[16,19,24],[18,19,23],[8,8,10],[2,0,1],[3,0,0],[12,4,2],[27,17,15],[23,14,9],[30,21,16],[33,24,19],[12,3,0],[24,14,4],[47,35,21],[65,52,35],[78,66,44],[51,39,15],[56,44,18],[73,63,36],[58,51,25],[57,51,27],[66,61,39],[48,46,25],[58,57,39],[103,98,76],[128,113,82],[122,106,73],[118,102,77],[85,73,51],[65,58,30],[71,66,34],[148,144,107],[127,123,88],[79,74,44],[138,133,103],[139,133,99],[107,103,65],[113,112,68],[108,106,65],[84,83,52],[117,117,93],[101,104,85],[55,60,40],[42,48,20],[75,81,55],[78,85,67],[72,82,71],[42,53,47],[73,89,79],[69,88,68],[60,79,57],[38,57,37],[56,73,57],[29,40,32],[26,31,24],[91,94,75],[85,90,68],[85,97,77],[53,64,47],[64,66,55],[129,130,116],[113,119,91],[119,123,88],[137,131,95],[124,117,88],[85,88,67],[78,82,65],[56,53,34],[117,115,90],[175,182,141],[144,152,105],[57,60,17],[65,69,34],[39,47,24],[84,93,76],[90,94,79],[39,40,24],[56,53,38],[65,59,43],[94,87,69],[102,94,75],[51,40,18],[58,46,22],[109,93,67],[127,108,78],[158,135,103],[145,119,86],[134,104,70],[117,82,50],[147,111,79],[131,94,65],[124,89,59],[78,48,22],[96,78,58],[92,74,54],[119,93,66],[91,62,32],[97,71,44],[71,40,11],[105,63,25],[135,90,51],[115,74,42],[63,26,0],[103,64,35],[125,84,52],[141,102,63],[114,73,29],[139,98,52],[114,72,32],[96,52,25],[71,31,5],[83,48,16],[61,30,1],[45,18,1],[36,13,0],[88,70,46],[96,80,55],[42,25,9],[29,11,0],[37,18,3],[47,28,13],[72,54,40],[21,4,0],[31,18,9],[45,35,25],[31,21,12],[28,18,9],[33,23,14],[49,36,27],[74,60,47],[74,58,43],[33,17,2],[44,28,13],[30,16,3],[40,28,16],[36,26,16],[52,43,34],[57,53,44],[21,16,10],[25,20,14],[43,36,30],[29,22,16],[29,19,17],[25,15,13],[32,21,17],[43,32,28],[35,21,18],[42,29,23],[32,17,10],[30,15,8],[39,22,14],[45,28,20],[89,67,53],[116,80,54],[95,54,24],[109,75,47],[71,45,20],[62,44,24],[68,54,41],[40,30,21],[27,16,14],[23,11,13],[16,3,10],[19,4,11],[16,3,10],[12,1,7],[9,3,7],[5,3,6],[8,8,8],[5,5,7],[6,6,8],[7,7,9],[6,6,8],[5,5,7],[4,4,6],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[7,5,8],[7,5,8],[6,4,7],[7,5,8],[4,4,6],[8,9,11],[2,3,5],[7,8,10],[63,64,66],[254,255,255],[252,253,255],[67,68,70],[0,0,2],[11,12,14],[1,2,4],[1,2,4],[0,1,3],[2,3,5],[0,0,2],[5,5,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,2],[0,0,2],[0,1,3],[0,1,3],[0,1,3],[0,2,5],[0,4,7],[0,1,4],[90,94,97],[89,92,97],[2,5,10],[0,3,8],[11,14,19],[0,2,7],[2,3,7],[13,13,15],[12,10,11],[11,7,4],[12,7,3],[19,12,6],[22,13,6],[7,0,0],[27,18,11],[45,36,29],[22,12,3],[28,18,6],[58,46,32],[81,68,52],[92,79,62],[55,42,23],[74,61,42],[38,27,7],[43,35,14],[51,44,25],[51,46,27],[40,39,19],[28,29,11],[60,55,35],[101,87,58],[130,114,81],[115,101,74],[60,48,22],[66,60,28],[128,124,89],[115,111,74],[75,69,33],[98,89,58],[131,120,88],[180,170,134],[163,156,114],[122,119,74],[131,129,88],[122,123,91],[112,114,92],[77,81,67],[67,75,62],[44,56,36],[75,87,67],[47,59,47],[53,66,59],[69,86,80],[74,94,85],[75,96,79],[44,66,45],[74,93,74],[51,68,52],[37,49,39],[63,71,60],[90,94,77],[58,66,45],[21,32,16],[41,49,38],[91,92,86],[73,73,61],[103,107,80],[100,104,67],[110,106,68],[109,105,68],[91,93,69],[47,48,30],[119,114,94],[86,82,55],[116,118,78],[92,95,52],[88,86,48],[57,56,28],[53,57,40],[102,110,95],[81,85,71],[63,65,52],[43,41,28],[48,45,30],[59,53,37],[78,71,53],[81,73,54],[68,57,35],[80,66,40],[76,56,29],[135,112,81],[101,75,42],[134,104,68],[176,143,108],[130,95,63],[129,93,61],[155,116,83],[108,73,43],[61,35,10],[56,34,10],[140,114,87],[67,40,11],[61,34,7],[82,51,22],[59,19,0],[142,99,64],[128,91,62],[80,44,18],[67,31,5],[76,40,8],[119,80,41],[97,59,14],[115,77,32],[123,84,45],[115,76,47],[93,56,30],[97,64,33],[106,75,46],[77,48,30],[59,32,15],[61,39,15],[65,45,20],[26,7,0],[33,15,3],[19,1,0],[55,39,24],[56,39,29],[39,24,17],[29,16,8],[29,18,12],[34,23,17],[29,18,12],[31,21,12],[58,45,36],[52,38,27],[60,46,35],[39,25,12],[38,24,13],[54,41,32],[32,22,12],[27,18,9],[34,27,17],[49,42,32],[31,24,14],[24,17,9],[44,37,29],[26,17,12],[43,33,31],[40,30,28],[76,65,61],[46,35,29],[41,30,24],[19,6,0],[50,37,28],[55,41,32],[28,14,5],[54,40,31],[71,49,36],[99,65,40],[86,49,22],[99,67,42],[105,79,56],[112,93,76],[74,60,47],[27,16,10],[15,5,4],[18,7,11],[15,4,10],[20,9,17],[16,5,13],[10,3,10],[12,7,11],[6,6,8],[6,6,8],[4,4,6],[6,6,8],[8,8,10],[7,7,9],[5,5,7],[2,2,4],[2,0,3],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[4,2,5],[7,5,8],[6,4,7],[6,4,7],[7,7,9],[10,10,12],[8,9,11],[8,9,11],[6,7,9],[39,40,42],[243,244,246],[253,254,255],[60,61,63],[1,2,4],[12,13,15],[9,10,12],[8,9,11],[0,1,3],[10,11,13],[4,5,7],[3,3,5],[3,3,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,4,5],[8,12,13],[53,57,58],[2,3,7],[0,1,5],[1,2,6],[0,0,4],[4,4,6],[7,5,6],[15,14,12],[15,12,7],[16,12,3],[22,18,7],[15,9,0],[8,1,0],[17,9,0],[22,12,2],[24,14,5],[38,28,18],[40,30,20],[77,64,55],[51,38,29],[26,13,4],[26,13,4],[45,32,23],[29,19,7],[30,20,8],[43,35,22],[68,62,48],[50,47,32],[42,40,25],[55,50,31],[81,65,40],[86,69,39],[102,89,55],[81,73,36],[124,121,80],[111,108,67],[64,58,22],[101,91,56],[92,77,44],[112,96,60],[199,184,141],[153,142,96],[139,137,89],[137,140,97],[123,130,96],[98,108,83],[82,95,77],[80,94,79],[48,65,47],[73,91,75],[59,79,67],[72,92,80],[57,77,66],[45,65,53],[86,104,88],[76,93,75],[66,80,63],[51,63,49],[49,59,50],[54,64,55],[57,67,56],[48,55,47],[35,42,35],[57,59,54],[96,97,91],[98,99,85],[114,114,90],[99,98,67],[101,97,59],[137,133,95],[132,128,91],[131,127,92],[93,87,55],[95,89,57],[67,62,30],[57,52,23],[50,42,19],[34,27,9],[44,42,27],[107,107,95],[85,85,73],[80,78,66],[57,55,42],[30,26,14],[70,67,52],[60,54,38],[76,69,51],[76,65,47],[67,52,31],[54,38,13],[106,87,57],[149,126,92],[134,111,70],[106,81,40],[140,110,74],[130,97,62],[132,94,57],[147,109,72],[71,37,2],[69,38,9],[127,100,73],[71,45,20],[55,29,6],[54,27,0],[41,6,0],[121,85,53],[122,87,57],[78,47,19],[47,19,0],[31,1,0],[93,55,16],[128,87,43],[124,87,45],[116,81,43],[77,42,10],[114,80,52],[82,49,18],[110,79,48],[135,104,76],[59,28,0],[65,35,7],[94,68,43],[63,40,22],[63,45,31],[32,18,7],[26,13,5],[12,0,0],[37,23,20],[46,32,29],[41,27,24],[27,14,8],[20,7,1],[33,20,12],[42,27,20],[46,32,23],[39,25,16],[23,8,1],[24,11,3],[17,6,0],[25,16,9],[30,21,16],[45,36,29],[59,50,35],[28,16,0],[41,29,17],[51,38,30],[31,20,16],[30,19,17],[48,37,35],[67,53,50],[76,63,55],[43,31,19],[27,13,0],[45,31,18],[47,31,18],[48,31,21],[68,51,43],[65,45,36],[70,41,27],[78,47,29],[79,50,36],[75,48,37],[59,39,30],[24,6,2],[25,11,10],[16,6,7],[17,8,11],[9,3,7],[16,9,16],[7,2,8],[7,5,8],[13,13,15],[2,2,4],[5,7,6],[5,5,5],[11,11,11],[1,1,1],[10,10,10],[0,0,0],[4,4,4],[18,18,18],[4,4,4],[1,1,1],[5,5,5],[8,8,8],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[8,8,8],[9,9,9],[7,7,7],[5,5,5],[15,15,15],[26,26,26],[23,23,23],[10,10,10],[16,16,16],[103,103,103],[36,36,36],[0,0,0],[16,16,16],[2,2,2],[8,8,8],[4,4,6],[4,4,6],[5,4,9],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[6,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[8,12,11],[0,4,3],[28,29,31],[0,0,2],[2,2,4],[1,1,3],[2,0,3],[3,1,2],[4,0,0],[3,0,0],[26,21,15],[41,37,26],[18,12,0],[11,5,0],[59,52,34],[112,105,87],[7,0,0],[33,23,11],[50,40,28],[13,3,0],[46,33,24],[47,34,26],[23,10,2],[47,34,28],[42,31,25],[47,36,30],[25,16,9],[23,16,6],[48,44,33],[29,27,15],[30,31,17],[43,37,21],[50,35,14],[111,94,68],[86,76,41],[118,113,73],[93,91,50],[36,34,0],[89,83,49],[107,98,65],[81,66,33],[113,98,59],[225,211,166],[228,217,171],[144,143,97],[139,146,105],[103,117,84],[37,53,27],[59,74,55],[68,85,69],[55,73,59],[61,82,67],[83,105,92],[68,90,77],[54,75,60],[46,64,48],[62,76,59],[104,117,99],[76,87,70],[69,78,61],[33,41,26],[31,39,26],[51,61,50],[43,50,42],[53,58,52],[55,58,51],[64,66,55],[78,76,61],[84,82,57],[84,81,50],[147,143,105],[126,121,79],[152,145,101],[129,122,80],[88,80,43],[98,89,58],[92,82,55],[40,29,9],[66,54,38],[81,71,59],[34,28,16],[70,68,55],[70,68,55],[69,67,54],[58,56,41],[50,49,31],[70,67,50],[64,59,40],[45,38,20],[74,66,47],[83,71,49],[35,19,0],[93,76,46],[111,93,55],[112,93,50],[96,73,31],[100,74,37],[140,110,74],[141,106,68],[175,137,98],[137,99,62],[70,36,1],[85,55,29],[74,48,25],[114,90,66],[55,27,3],[79,45,18],[160,125,95],[111,77,49],[77,47,21],[58,36,13],[45,19,0],[61,26,0],[138,99,56],[125,90,52],[70,36,1],[87,56,25],[129,98,69],[64,33,4],[80,49,18],[96,63,32],[55,22,0],[71,40,11],[107,79,55],[76,53,35],[58,40,26],[34,21,12],[34,25,18],[22,11,9],[22,10,10],[27,16,14],[46,32,31],[42,28,25],[29,14,9],[36,21,14],[47,32,25],[42,27,20],[44,31,23],[36,23,17],[37,26,20],[26,17,12],[32,25,19],[41,33,30],[65,56,49],[74,62,46],[37,24,5],[39,25,12],[44,31,22],[33,19,16],[28,14,13],[28,14,13],[36,22,19],[41,28,20],[49,37,25],[56,44,28],[61,48,32],[39,25,12],[32,15,5],[55,38,31],[63,44,37],[88,64,54],[85,58,47],[61,37,27],[42,19,11],[40,21,15],[15,0,0],[16,4,4],[15,6,9],[20,14,18],[14,9,13],[6,4,9],[3,2,7],[0,0,2],[2,3,5],[6,8,7],[1,3,2],[10,10,10],[0,0,0],[7,7,7],[5,5,5],[13,13,13],[0,0,0],[209,209,209],[168,168,168],[2,2,2],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[5,5,5],[7,7,7],[5,5,5],[3,3,3],[8,8,8],[14,14,14],[11,11,11],[3,3,3],[0,0,0],[28,28,28],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[4,4,4],[6,6,6],[4,4,6],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[4,3,8],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,13,12],[0,1,0],[4,5,7],[0,0,2],[5,5,7],[0,0,2],[3,1,4],[2,0,3],[10,6,7],[3,0,0],[22,17,13],[54,50,41],[39,33,21],[19,13,0],[44,38,22],[81,74,56],[35,28,10],[25,18,0],[85,76,61],[79,70,55],[41,31,19],[29,19,9],[41,31,22],[55,45,36],[47,36,30],[35,24,18],[13,4,0],[37,30,22],[58,54,45],[21,17,8],[30,27,18],[40,36,25],[62,48,35],[64,49,28],[77,68,39],[101,97,62],[83,83,45],[110,110,74],[103,100,67],[73,66,37],[146,132,103],[144,129,96],[177,165,125],[211,204,160],[127,128,88],[113,121,84],[68,82,56],[87,105,83],[87,100,83],[60,72,58],[58,72,59],[94,110,99],[85,103,91],[70,88,74],[53,70,54],[61,75,58],[69,81,61],[55,63,42],[56,61,39],[32,37,15],[42,45,26],[51,54,37],[69,73,58],[39,43,29],[47,50,39],[90,92,81],[63,64,50],[50,49,28],[54,50,23],[131,127,92],[143,135,98],[74,65,24],[106,97,54],[107,95,55],[62,49,15],[123,112,82],[105,95,70],[74,63,45],[65,56,41],[47,37,25],[31,24,14],[23,19,8],[51,48,33],[52,49,32],[34,31,12],[55,52,33],[65,60,41],[38,33,14],[69,62,44],[62,51,31],[76,64,38],[96,81,50],[74,58,22],[78,59,19],[134,112,71],[122,100,61],[107,83,49],[91,65,32],[109,75,38],[124,86,49],[186,148,111],[132,97,65],[95,65,37],[97,69,47],[65,39,16],[76,48,24],[140,106,79],[134,99,71],[99,65,38],[53,23,0],[76,54,33],[58,33,11],[58,24,0],[122,82,46],[133,97,63],[99,66,35],[90,59,30],[94,64,36],[73,43,15],[62,31,3],[74,40,13],[81,47,20],[109,77,52],[102,71,50],[35,9,0],[32,14,2],[43,30,22],[30,19,15],[33,23,21],[17,5,5],[15,4,2],[39,25,24],[40,26,23],[25,11,8],[25,12,6],[24,11,5],[56,43,37],[52,39,33],[37,24,18],[36,25,19],[27,18,13],[25,18,12],[17,9,6],[25,18,10],[81,72,55],[86,75,57],[46,34,22],[40,27,19],[41,27,24],[20,9,7],[30,19,17],[33,22,18],[24,14,5],[32,22,12],[32,22,10],[39,27,15],[40,28,16],[41,27,18],[41,26,21],[30,13,6],[47,27,18],[59,39,28],[49,29,20],[32,15,8],[38,23,20],[16,5,3],[13,3,4],[12,6,8],[9,4,8],[15,15,17],[0,0,4],[1,2,6],[94,95,97],[95,99,100],[0,2,1],[4,6,5],[6,6,6],[9,9,9],[11,11,11],[1,1,1],[3,3,3],[3,3,3],[38,38,38],[41,41,41],[3,3,3],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[6,6,6],[8,8,8],[8,8,8],[7,7,7],[7,7,7],[7,7,7],[7,7,7],[5,5,5],[9,9,9],[0,0,0],[3,3,3],[11,11,11],[9,9,9],[8,8,8],[3,3,3],[9,9,11],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,1,0],[0,2,1],[0,0,2],[7,7,9],[0,0,2],[4,2,5],[2,0,3],[3,0,0],[9,5,4],[15,12,7],[28,23,17],[37,33,22],[37,31,19],[65,59,45],[118,112,96],[84,77,58],[89,82,63],[104,96,77],[59,50,33],[10,1,0],[23,13,1],[54,44,34],[60,50,41],[39,28,22],[12,3,0],[20,13,7],[47,42,38],[44,39,35],[16,13,8],[43,40,35],[57,52,46],[56,43,35],[75,61,48],[79,71,48],[68,64,35],[92,93,61],[122,123,91],[79,78,48],[91,86,57],[132,123,94],[104,93,61],[132,124,85],[182,179,138],[105,109,72],[102,113,81],[116,134,112],[245,255,246],[224,236,222],[84,95,81],[73,85,73],[122,135,125],[79,95,84],[74,90,77],[52,66,49],[51,63,43],[72,80,57],[57,61,36],[82,85,58],[50,53,26],[97,97,71],[85,85,61],[74,76,54],[49,51,30],[43,47,30],[114,118,101],[68,70,49],[51,51,25],[73,70,39],[139,133,97],[136,127,88],[135,123,83],[122,109,67],[133,119,80],[82,67,34],[145,131,102],[126,114,90],[34,23,5],[51,42,27],[17,9,0],[9,0,0],[16,9,0],[64,59,40],[54,52,29],[20,18,0],[36,34,9],[53,48,28],[57,50,32],[57,49,30],[128,118,93],[76,65,33],[71,57,20],[85,70,29],[102,85,42],[122,103,63],[98,78,41],[111,90,59],[86,61,31],[83,53,17],[123,87,51],[158,122,86],[185,150,118],[115,84,56],[98,70,46],[52,24,2],[94,64,40],[117,83,56],[107,72,44],[111,80,52],[22,0,0],[43,22,5],[56,33,15],[90,56,28],[114,78,46],[80,47,16],[105,74,46],[105,75,49],[83,53,29],[94,64,40],[49,19,0],[78,46,21],[99,67,42],[115,83,60],[78,49,31],[36,13,0],[49,29,20],[40,25,20],[10,0,0],[21,11,9],[13,3,2],[10,0,0],[22,11,9],[25,14,10],[27,16,12],[31,20,14],[16,5,0],[29,18,12],[28,17,11],[16,5,0],[24,15,8],[25,18,12],[24,19,13],[12,7,3],[20,13,5],[35,26,11],[59,47,31],[52,40,28],[45,35,26],[45,34,30],[46,36,34],[46,36,34],[18,8,6],[37,28,21],[39,30,21],[28,20,9],[24,14,4],[31,21,12],[39,26,20],[37,23,20],[31,18,12],[12,0,0],[20,6,0],[17,4,0],[10,0,0],[21,11,9],[17,9,7],[14,8,10],[7,3,4],[3,3,5],[0,0,2],[4,5,9],[8,9,13],[210,214,215],[238,242,243],[0,1,0],[8,12,11],[1,3,2],[4,4,4],[8,8,8],[4,4,4],[6,6,6],[17,17,17],[0,0,0],[0,0,0],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[4,4,4],[4,4,4],[5,5,5],[6,6,6],[7,7,7],[6,6,6],[8,8,8],[10,10,10],[10,10,10],[8,8,8],[8,8,8],[10,10,10],[10,10,10],[2,2,2],[8,8,8],[3,3,3],[7,7,7],[12,12,12],[0,0,0],[1,1,3],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[2,1,6],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[1,3,2],[2,4,3],[1,3,2],[3,3,5],[0,0,2],[6,4,7],[1,0,2],[1,0,0],[9,5,4],[3,0,0],[9,4,0],[34,29,23],[26,22,13],[11,7,0],[29,23,9],[23,16,0],[52,46,24],[92,86,64],[47,40,21],[17,10,0],[60,52,39],[55,47,36],[38,29,20],[11,2,0],[17,8,3],[59,51,48],[49,44,41],[27,22,19],[23,19,16],[38,34,31],[41,36,33],[66,55,53],[76,65,59],[67,61,45],[48,46,23],[104,107,78],[139,142,113],[111,111,85],[73,69,44],[74,67,39],[110,104,72],[160,156,119],[134,134,98],[96,101,69],[135,148,122],[141,159,143],[220,238,226],[213,223,212],[71,77,65],[93,101,90],[86,96,85],[58,70,58],[52,63,49],[56,65,48],[71,79,58],[58,62,37],[89,89,61],[79,78,48],[104,101,70],[169,164,134],[137,132,102],[89,85,56],[61,61,33],[75,79,56],[103,108,86],[60,62,38],[55,54,24],[97,93,58],[106,98,61],[153,141,101],[149,134,93],[111,93,53],[120,102,64],[143,127,94],[116,101,72],[66,54,30],[31,20,0],[15,6,0],[65,57,44],[45,36,29],[35,27,16],[40,33,14],[45,41,14],[52,49,18],[52,48,19],[52,46,24],[71,64,45],[67,59,38],[113,103,76],[99,90,51],[83,70,25],[120,106,59],[129,112,68],[125,105,68],[85,64,33],[77,60,34],[91,71,44],[61,32,0],[96,63,28],[117,81,47],[140,105,73],[123,92,64],[84,54,30],[41,10,0],[105,73,50],[92,56,30],[97,61,35],[84,52,27],[58,31,10],[60,41,27],[63,44,29],[79,49,25],[103,69,42],[67,37,11],[98,70,46],[63,35,13],[61,33,12],[102,74,53],[53,22,2],[59,27,6],[76,43,24],[76,45,27],[43,16,0],[50,26,14],[45,25,18],[14,0,0],[21,7,4],[23,13,11],[26,18,15],[23,15,12],[22,12,10],[18,9,4],[28,17,13],[37,26,22],[24,13,9],[20,9,5],[29,20,15],[25,16,11],[28,21,15],[20,12,9],[17,12,8],[15,10,7],[35,30,24],[108,100,87],[24,15,0],[41,31,21],[58,49,42],[38,28,26],[44,34,33],[39,29,28],[35,25,24],[33,23,21],[41,32,27],[44,35,28],[41,32,25],[38,29,24],[28,17,13],[16,5,3],[18,7,5],[15,6,0],[24,15,8],[37,30,24],[17,12,8],[9,4,1],[6,2,1],[18,16,17],[17,17,19],[11,10,15],[7,8,12],[2,3,7],[0,1,4],[6,10,11],[13,17,18],[0,1,0],[5,7,6],[8,8,10],[4,4,6],[12,12,14],[6,6,8],[6,6,8],[0,0,2],[18,18,20],[7,7,9],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[8,8,10],[6,6,8],[5,5,7],[7,7,9],[3,3,5],[14,14,16],[11,11,13],[4,4,6],[11,11,13],[18,18,20],[12,12,14],[6,6,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,2],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[5,3,6],[1,0,2],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[8,5,0],[7,2,0],[5,0,0],[13,9,0],[16,11,0],[55,49,27],[93,86,67],[32,25,7],[25,18,2],[84,76,63],[29,20,11],[15,6,0],[47,38,33],[40,32,29],[60,55,52],[35,30,27],[32,28,27],[35,31,30],[27,23,22],[38,32,32],[75,65,66],[46,36,34],[37,31,19],[37,36,16],[123,125,101],[132,135,108],[83,83,59],[76,74,49],[101,95,69],[97,92,62],[133,130,95],[113,114,80],[134,141,110],[114,128,105],[47,65,53],[52,67,60],[76,84,73],[65,71,59],[111,119,106],[67,75,62],[44,55,41],[50,58,45],[58,65,49],[113,118,98],[104,106,82],[62,61,31],[69,64,34],[102,96,64],[115,109,75],[59,53,19],[47,41,9],[75,71,42],[95,99,74],[35,41,15],[37,40,13],[72,68,39],[86,80,46],[127,114,79],[150,135,96],[110,92,52],[116,97,57],[130,110,73],[161,142,109],[86,71,42],[65,53,27],[104,96,73],[7,0,0],[85,77,64],[57,46,40],[29,19,9],[67,61,37],[116,111,79],[102,98,63],[74,69,37],[59,53,31],[43,36,17],[62,54,33],[118,109,78],[150,142,96],[106,96,43],[111,99,47],[139,125,78],[87,69,33],[90,70,43],[52,37,14],[72,56,31],[64,39,9],[55,24,0],[126,91,59],[119,84,54],[132,101,73],[109,79,55],[46,15,0],[82,50,27],[80,44,18],[94,58,34],[93,61,40],[83,57,40],[55,37,27],[62,44,32],[48,23,3],[62,34,12],[67,39,18],[97,70,49],[56,29,10],[62,35,16],[84,57,38],[55,26,8],[62,31,13],[77,46,28],[83,54,38],[50,22,10],[45,21,11],[40,20,13],[33,15,11],[28,14,11],[35,25,23],[39,31,28],[32,24,21],[26,18,15],[18,11,5],[16,9,3],[28,21,15],[30,23,17],[27,20,14],[32,25,19],[19,12,6],[21,16,10],[19,14,10],[20,17,12],[16,12,9],[34,29,23],[48,40,27],[25,18,2],[37,29,18],[47,40,32],[27,19,16],[29,24,21],[43,37,37],[22,16,16],[32,27,24],[21,16,13],[18,13,9],[19,11,8],[24,16,14],[22,14,12],[10,2,0],[14,6,4],[17,12,8],[15,12,5],[32,31,26],[17,16,12],[7,6,4],[4,4,4],[6,6,8],[0,0,2],[3,4,8],[2,3,7],[6,7,11],[0,4,7],[0,4,5],[6,7,9],[3,5,4],[3,5,4],[5,5,7],[4,4,6],[5,5,7],[0,0,2],[4,4,6],[7,7,9],[0,0,2],[6,6,8],[6,6,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[4,4,6],[3,3,5],[5,5,7],[7,7,9],[6,6,8],[4,4,6],[3,3,5],[0,0,2],[2,2,4],[0,0,2],[5,5,7],[4,4,6],[2,2,4],[9,9,11],[0,0,2],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,2,0],[0,0,0],[0,0,0],[0,0,2],[3,3,5],[0,0,2],[0,0,2],[3,1,4],[1,0,0],[7,5,6],[12,8,7],[9,5,4],[14,10,7],[22,18,15],[20,16,7],[31,25,11],[46,41,22],[98,92,76],[78,72,56],[8,2,0],[18,12,0],[8,1,0],[17,10,2],[52,45,39],[34,29,25],[45,40,37],[39,34,31],[46,42,39],[34,30,27],[25,21,18],[36,30,30],[54,45,48],[43,33,32],[28,21,11],[40,37,18],[53,53,29],[53,53,27],[70,70,46],[64,62,37],[69,64,35],[58,53,21],[116,113,78],[105,106,72],[98,105,74],[66,78,56],[70,86,75],[56,72,62],[36,44,31],[84,88,73],[93,99,85],[55,63,50],[43,51,38],[51,59,44],[54,61,45],[98,101,82],[126,126,102],[93,89,62],[147,140,111],[124,115,84],[100,91,60],[99,90,59],[95,86,57],[71,66,37],[71,75,50],[45,51,25],[79,79,53],[85,81,52],[85,76,45],[226,211,178],[196,178,142],[146,124,87],[135,113,76],[105,83,46],[127,108,75],[118,101,71],[67,56,28],[49,42,16],[67,61,37],[56,49,31],[8,0,0],[10,0,0],[103,96,70],[145,139,105],[83,77,41],[74,70,35],[102,96,72],[97,90,71],[40,32,9],[95,86,53],[138,130,81],[113,102,46],[90,77,22],[137,121,72],[62,42,9],[70,52,28],[55,44,24],[67,54,35],[64,43,16],[52,25,0],[80,47,16],[109,75,47],[106,74,49],[125,95,71],[57,26,5],[73,41,18],[94,58,34],[109,73,51],[96,65,45],[29,3,0],[13,0,0],[31,17,8],[44,23,6],[78,53,33],[74,48,31],[82,56,39],[95,69,52],[56,29,12],[27,0,0],[39,12,0],[66,37,21],[90,63,46],[80,52,38],[55,29,16],[52,30,19],[44,24,17],[58,41,34],[14,1,0],[30,21,16],[33,28,24],[22,17,13],[18,13,9],[18,13,9],[16,8,5],[25,17,14],[36,28,25],[32,24,21],[28,23,19],[9,4,0],[17,14,9],[27,23,20],[28,24,21],[11,7,4],[16,13,6],[25,19,7],[28,22,8],[21,14,4],[20,15,9],[23,18,14],[43,38,35],[57,51,51],[21,17,18],[17,13,14],[10,6,7],[17,13,12],[16,10,10],[16,10,10],[20,14,16],[14,8,10],[19,13,15],[12,11,9],[12,13,8],[29,29,27],[9,9,9],[3,3,3],[1,2,4],[6,7,9],[8,9,13],[0,0,4],[5,6,10],[3,4,8],[7,6,11],[9,9,11],[4,4,6],[5,5,5],[4,4,4],[1,1,3],[2,2,4],[9,9,11],[11,11,13],[9,9,11],[0,0,2],[16,16,18],[6,6,8],[7,7,9],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[8,8,10],[7,7,9],[6,6,8],[7,7,9],[7,7,9],[5,5,7],[3,3,5],[21,21,23],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[0,0,2],[5,5,7],[7,7,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[4,4,6],[0,0,2],[2,2,4],[3,1,4],[2,0,3],[1,0,0],[1,0,0],[10,6,5],[26,22,21],[22,18,17],[3,0,0],[7,3,0],[49,43,31],[29,23,11],[24,17,7],[6,0,0],[5,1,0],[13,9,0],[6,1,0],[5,0,0],[19,14,10],[42,37,33],[30,27,22],[13,10,5],[10,7,2],[38,35,30],[42,37,34],[26,17,20],[43,35,33],[32,25,15],[50,47,28],[30,28,5],[25,23,0],[49,47,22],[78,74,49],[92,87,58],[124,119,87],[135,133,95],[90,92,55],[106,113,80],[83,93,69],[87,101,88],[46,59,49],[66,75,58],[81,88,70],[77,86,69],[46,55,38],[59,67,52],[49,58,41],[107,114,98],[132,135,116],[75,74,53],[87,83,58],[95,88,60],[116,107,78],[107,98,69],[127,115,89],[101,89,63],[57,51,27],[53,55,33],[72,77,54],[72,72,48],[64,60,33],[113,104,75],[225,210,179],[160,141,108],[115,92,58],[113,90,56],[113,90,56],[84,65,32],[84,68,35],[64,53,21],[57,50,21],[33,28,0],[26,20,0],[42,32,23],[26,13,4],[63,56,30],[61,55,19],[49,44,6],[85,79,45],[85,79,57],[63,56,38],[75,67,44],[67,58,25],[110,103,51],[127,118,59],[126,116,57],[138,124,75],[76,57,25],[24,6,0],[61,52,35],[68,60,41],[71,53,29],[86,60,33],[80,49,20],[98,64,37],[106,76,52],[77,46,25],[52,21,0],[49,17,0],[56,20,0],[118,83,63],[80,49,31],[21,0,0],[22,7,2],[18,5,0],[30,12,0],[69,48,31],[69,48,31],[67,44,28],[94,71,53],[52,26,9],[52,26,9],[40,14,0],[61,35,18],[115,89,74],[61,38,24],[41,17,5],[68,48,37],[30,12,2],[66,49,41],[75,62,54],[34,27,21],[42,37,33],[23,18,14],[12,7,3],[17,12,8],[15,10,6],[17,12,8],[22,19,14],[17,14,9],[26,23,18],[19,16,11],[31,27,24],[37,33,30],[32,28,25],[10,9,5],[19,16,11],[26,22,11],[8,4,0],[95,91,82],[64,61,54],[8,4,1],[50,46,45],[36,32,33],[12,10,13],[18,16,19],[10,8,13],[19,17,20],[12,10,13],[9,7,10],[19,14,18],[12,7,11],[10,5,9],[5,5,5],[3,5,4],[13,15,14],[0,1,0],[6,7,9],[7,8,10],[1,2,6],[5,4,9],[7,6,11],[1,0,5],[5,4,9],[8,6,11],[2,0,3],[6,4,7],[12,10,11],[4,2,3],[6,6,8],[7,7,9],[0,0,2],[8,8,10],[0,0,2],[13,13,15],[0,0,2],[4,4,6],[8,8,10],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[2,2,4],[6,6,8],[7,7,9],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[3,3,5],[29,29,31],[15,15,17],[4,4,6],[0,0,2],[7,7,9],[1,1,3],[0,0,2],[16,16,18],[7,6,11],[5,4,9],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[3,2,7]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[5,3,6],[7,5,8],[1,0,0],[20,18,19],[22,20,21],[3,0,0],[7,2,0],[15,10,4],[10,5,0],[13,8,4],[27,22,18],[19,14,10],[8,3,0],[18,15,10],[18,15,10],[26,23,18],[36,33,28],[43,40,33],[22,19,12],[12,9,2],[35,32,23],[42,37,31],[33,25,23],[20,12,9],[48,42,30],[45,40,20],[33,29,4],[42,38,11],[50,44,18],[83,77,51],[85,78,49],[110,106,71],[113,111,72],[128,129,89],[61,67,31],[86,95,68],[94,105,91],[51,61,50],[48,57,36],[88,96,73],[56,65,44],[54,66,46],[67,78,61],[93,102,85],[102,109,93],[72,75,58],[51,50,32],[75,70,50],[78,70,49],[96,85,65],[113,102,82],[95,84,64],[98,87,67],[60,53,34],[53,54,36],[39,42,23],[65,64,44],[102,97,75],[78,68,43],[95,79,53],[126,107,77],[114,91,60],[113,90,58],[106,83,51],[73,54,21],[75,61,26],[126,116,81],[72,66,32],[33,28,0],[44,38,14],[53,43,33],[41,28,19],[47,40,14],[71,65,31],[71,65,29],[61,54,25],[90,83,65],[42,33,18],[61,50,30],[88,77,45],[110,100,49],[130,120,61],[143,130,75],[123,106,60],[153,132,103],[62,43,26],[45,35,23],[72,63,48],[67,49,29],[97,71,48],[71,41,15],[108,76,51],[101,73,51],[36,7,0],[38,9,0],[43,12,0],[66,31,11],[113,80,61],[46,17,1],[29,7,0],[13,0,0],[15,4,0],[34,17,7],[67,49,35],[40,21,6],[50,29,12],[90,67,49],[62,39,21],[38,15,0],[64,41,23],[93,70,54],[62,39,23],[30,8,0],[24,5,0],[34,14,3],[37,19,9],[49,32,22],[71,57,48],[27,18,11],[26,21,15],[6,3,0],[10,7,2],[18,15,10],[14,11,6],[21,17,14],[16,12,9],[21,17,14],[22,21,17],[22,21,17],[18,17,15],[16,15,13],[18,17,15],[20,19,17],[23,19,16],[21,16,10],[10,6,0],[86,81,75],[63,60,55],[3,0,0],[13,12,10],[10,8,9],[17,17,19],[14,13,19],[20,19,25],[21,20,26],[1,0,5],[14,12,17],[19,17,22],[20,18,21],[11,9,12],[8,8,10],[7,8,10],[6,7,9],[6,7,9],[6,5,10],[5,4,9],[4,3,8],[5,3,8],[5,3,8],[8,3,9],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,4,5],[9,5,6],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[6,6,8],[4,4,6],[0,0,2],[4,4,6],[3,3,5],[0,0,2],[6,6,8],[20,20,22],[19,19,21],[5,5,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,0,2],[1,0,2],[5,3,4],[1,0,0],[3,1,2],[10,8,9],[5,1,0],[9,3,3],[6,0,0],[8,4,3],[19,15,14],[15,11,10],[9,5,4],[15,14,10],[21,20,16],[31,30,25],[32,31,26],[21,21,13],[17,14,5],[21,18,9],[29,27,15],[35,32,23],[52,47,43],[30,25,21],[87,81,67],[49,44,24],[23,19,0],[72,66,42],[84,76,53],[138,131,105],[83,76,47],[67,61,27],[140,136,98],[142,143,103],[74,76,39],[69,73,46],[40,47,31],[23,31,16],[41,49,26],[53,63,36],[34,46,22],[72,84,62],[63,75,55],[77,88,71],[92,101,84],[45,49,34],[50,48,33],[68,65,48],[81,74,56],[109,100,83],[120,111,94],[63,51,35],[50,38,24],[60,52,39],[52,53,37],[34,37,20],[90,89,71],[107,102,83],[76,68,47],[108,93,70],[106,89,63],[98,78,51],[70,49,20],[87,68,36],[83,67,34],[82,69,35],[134,124,89],[110,104,68],[67,63,28],[54,49,20],[65,55,43],[47,37,25],[104,97,71],[181,175,143],[33,26,0],[20,14,0],[40,33,17],[90,82,69],[44,36,17],[47,38,7],[83,75,28],[102,93,36],[102,91,37],[82,68,23],[114,94,67],[67,48,33],[39,29,19],[85,75,63],[81,62,45],[46,21,0],[53,25,1],[73,42,21],[98,71,52],[51,25,8],[48,20,6],[73,44,28],[94,63,45],[101,70,52],[24,0,0],[20,0,0],[16,5,3],[18,8,6],[31,18,10],[39,23,10],[39,21,7],[59,40,25],[71,50,33],[44,21,3],[39,16,0],[66,45,26],[57,36,19],[25,6,0],[15,0,0],[28,10,0],[33,17,4],[34,17,7],[35,18,8],[29,16,7],[17,10,2],[13,8,2],[40,37,32],[12,9,4],[23,20,15],[44,43,38],[2,1,0],[19,18,14],[13,12,8],[17,16,14],[18,17,15],[15,14,12],[13,12,10],[16,15,13],[19,18,16],[20,19,15],[15,12,7],[9,6,1],[21,18,13],[22,21,17],[18,17,15],[20,20,20],[14,14,16],[10,11,15],[5,5,13],[13,13,21],[0,0,7],[16,15,23],[0,0,7],[19,18,24],[7,7,9],[11,11,13],[8,8,10],[6,7,9],[6,7,9],[6,6,8],[5,4,9],[5,3,8],[5,3,8],[6,1,7],[7,2,8],[8,3,9],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,5],[8,4,5],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[2,2,4],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[2,2,4],[3,3,5],[8,8,10],[6,6,8],[2,2,4],[8,8,10],[18,18,20],[17,17,19],[6,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[6,1,5],[4,0,5],[3,0,4],[5,0,6],[10,5,9],[7,5,8],[6,4,5],[10,8,9],[22,21,19],[53,52,48],[17,16,11],[16,16,8],[10,10,0],[10,10,0],[56,54,42],[31,28,19],[28,25,20],[75,72,65],[46,42,30],[38,33,14],[52,46,24],[62,54,33],[92,84,63],[84,73,51],[64,54,27],[108,102,70],[146,142,104],[100,98,59],[76,76,40],[52,52,24],[97,100,83],[25,29,14],[26,34,10],[66,75,46],[53,63,38],[118,130,106],[75,88,68],[71,82,65],[105,113,98],[36,40,26],[54,54,42],[56,52,40],[73,65,52],[99,89,77],[112,102,92],[56,46,36],[37,27,18],[64,57,47],[41,39,27],[44,45,31],[55,53,38],[73,67,51],[73,64,47],[108,97,77],[116,101,80],[91,75,50],[54,37,11],[77,62,33],[76,63,31],[42,31,0],[79,70,37],[113,107,73],[116,112,77],[120,115,86],[40,31,14],[35,26,11],[92,84,63],[127,121,95],[7,1,0],[18,11,0],[24,15,6],[34,25,16],[41,32,15],[55,45,18],[78,69,26],[85,73,23],[114,100,53],[84,66,26],[54,32,8],[31,12,0],[14,4,0],[76,66,56],[120,101,86],[50,25,5],[62,34,13],[44,15,0],[86,60,45],[55,31,19],[39,15,3],[73,47,34],[48,19,3],[74,45,29],[72,46,33],[40,21,14],[15,4,2],[31,23,21],[24,13,7],[13,0,0],[24,8,0],[46,28,14],[61,40,23],[56,33,15],[56,35,16],[80,59,42],[70,51,36],[33,15,1],[26,9,0],[32,18,7],[26,12,1],[38,24,13],[54,40,29],[46,33,24],[57,50,42],[57,52,46],[43,40,35],[13,10,5],[19,18,14],[27,26,22],[8,7,5],[19,19,17],[10,10,8],[13,13,13],[14,14,14],[12,12,12],[12,11,9],[13,12,10],[16,15,13],[18,17,15],[19,15,12],[25,21,18],[17,13,10],[19,18,16],[24,23,21],[11,11,11],[12,12,14],[23,24,29],[2,2,12],[67,69,81],[152,154,166],[57,57,67],[7,7,15],[0,0,5],[11,12,14],[8,8,10],[7,7,9],[6,5,10],[6,5,10],[5,4,9],[5,3,8],[7,2,8],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,4,6],[5,5,7],[4,4,6],[2,2,4],[5,5,7],[10,10,12],[8,8,10],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[23,23,23],[1,1,1],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[0,0,0],[4,4,4],[6,4,9],[3,0,5],[3,0,5],[3,0,7],[1,0,4],[0,0,4],[2,2,4],[1,1,3],[4,4,4],[30,30,28],[3,4,0],[18,17,12],[6,6,0],[18,18,10],[94,91,82],[56,56,46],[40,41,36],[59,58,53],[14,12,0],[13,10,0],[60,53,35],[77,68,51],[86,77,62],[80,68,52],[49,38,18],[102,95,67],[110,106,71],[65,63,25],[46,46,12],[152,151,123],[131,129,114],[11,12,0],[99,105,79],[111,120,91],[50,60,33],[65,77,53],[44,56,36],[61,72,56],[80,86,74],[64,67,56],[60,60,48],[56,52,41],[74,68,56],[67,59,48],[65,55,45],[50,40,31],[49,40,31],[66,59,49],[71,69,57],[62,60,47],[66,64,49],[48,45,28],[66,59,41],[113,105,86],[86,75,55],[96,84,62],[53,41,17],[47,35,9],[68,56,30],[67,58,29],[69,62,33],[68,63,33],[79,74,44],[129,123,97],[64,57,38],[43,36,18],[39,32,13],[26,21,1],[19,13,0],[21,14,4],[33,25,22],[20,11,6],[31,21,9],[82,72,47],[94,85,46],[71,58,14],[98,83,40],[85,67,31],[61,39,15],[54,35,20],[25,12,3],[41,28,20],[107,88,74],[62,36,19],[55,28,9],[47,20,3],[71,49,36],[53,33,24],[16,0,0],[85,63,52],[32,6,0],[33,7,0],[57,33,21],[27,8,1],[22,12,10],[31,23,21],[19,10,5],[16,6,0],[19,5,0],[32,14,2],[75,53,39],[88,65,49],[57,36,19],[53,34,19],[58,40,26],[33,19,8],[31,18,9],[29,19,10],[15,5,0],[26,13,5],[49,36,27],[49,36,28],[54,47,39],[55,50,44],[13,10,5],[17,14,9],[21,20,16],[3,2,0],[15,15,13],[9,9,7],[13,13,13],[15,15,15],[16,16,16],[14,14,14],[12,11,9],[12,11,9],[14,13,11],[16,15,13],[28,24,25],[19,15,16],[23,22,20],[19,18,16],[12,12,10],[11,11,11],[4,5,7],[9,10,15],[0,1,10],[171,173,185],[252,254,255],[162,164,176],[6,6,14],[9,10,15],[12,13,15],[0,1,0],[5,6,8],[5,4,9],[5,4,9],[4,3,8],[5,3,8],[6,1,7],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[8,2,6],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[3,3,5],[3,3,5],[7,7,9],[10,10,12],[8,8,10],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[22,22,22],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,1],[0,1,0],[1,3,0],[6,6,6],[4,2,7],[3,0,4],[1,0,4],[4,2,7],[1,0,5],[0,0,5],[1,0,5],[0,0,4],[0,1,3],[0,0,2],[11,11,11],[9,9,7],[4,3,0],[35,34,30],[65,62,57],[57,56,52],[50,52,49],[6,8,5],[16,17,9],[20,18,6],[31,25,13],[61,51,41],[67,57,48],[89,79,70],[60,50,38],[30,22,3],[89,84,55],[97,94,63],[37,36,6],[112,110,87],[54,51,36],[28,26,13],[85,87,63],[46,50,23],[69,74,51],[84,92,71],[40,49,32],[69,77,62],[58,64,52],[56,58,47],[52,50,38],[48,44,33],[70,64,52],[65,57,44],[78,68,56],[77,67,57],[60,52,41],[55,49,37],[97,94,79],[54,52,37],[52,51,33],[63,60,43],[87,84,65],[110,105,86],[57,50,31],[59,51,32],[44,36,17],[28,20,0],[62,54,33],[87,79,56],[75,69,45],[55,49,25],[45,39,15],[86,80,58],[87,80,61],[55,50,31],[24,18,2],[15,11,0],[28,23,17],[26,18,16],[16,7,8],[13,3,2],[9,0,0],[70,59,39],[94,83,53],[88,74,39],[91,75,41],[93,74,42],[91,69,46],[46,24,10],[23,9,0],[14,0,0],[75,53,40],[66,40,25],[26,0,0],[55,29,16],[53,33,24],[64,47,40],[52,34,30],[66,47,40],[43,19,9],[41,17,5],[61,39,28],[43,26,18],[34,25,20],[9,4,1],[25,17,14],[22,11,7],[12,0,0],[14,0,0],[63,41,28],[88,65,51],[57,35,21],[48,29,15],[35,18,10],[27,14,8],[27,16,12],[25,15,13],[16,7,2],[18,7,3],[32,19,13],[37,26,20],[32,25,19],[17,12,6],[16,11,7],[19,16,11],[14,13,9],[11,10,6],[9,9,7],[10,10,10],[12,12,14],[13,13,15],[14,14,16],[13,13,15],[12,10,11],[10,8,9],[14,10,11],[17,13,14],[16,11,15],[14,9,13],[21,19,20],[15,13,14],[2,2,0],[7,7,7],[11,12,14],[7,8,13],[1,3,15],[76,78,91],[174,176,189],[86,88,100],[0,2,9],[1,5,8],[0,4,3],[11,13,12],[4,5,7],[3,4,6],[4,4,6],[4,4,6],[5,3,6],[6,1,5],[6,1,5],[6,1,5],[7,2,6],[7,2,6],[7,2,6],[5,3,6],[5,3,8],[6,4,9],[6,4,9],[6,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[3,2,7],[4,3,8],[8,7,12],[11,10,15],[9,8,13],[6,5,10],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[5,7,4],[0,1,0],[99,101,98],[37,39,36],[0,1,0],[0,1,0],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[0,0,4],[0,1,6],[1,2,6],[0,0,4],[3,4,8],[1,2,6],[5,6,8],[3,3,5],[13,11,12],[21,19,20],[16,12,11],[17,17,17],[0,2,2],[13,19,17],[25,27,22],[19,19,11],[15,10,4],[35,25,23],[43,33,32],[17,5,5],[36,25,21],[23,15,4],[58,53,33],[56,52,27],[53,51,26],[63,61,40],[52,48,37],[55,51,39],[62,61,40],[93,96,69],[78,82,59],[47,52,32],[37,44,28],[50,56,42],[49,52,41],[55,57,46],[54,52,40],[67,61,49],[85,77,64],[76,69,53],[84,75,60],[57,48,33],[37,29,16],[59,53,37],[67,64,45],[31,30,10],[37,36,16],[91,90,70],[90,89,69],[69,66,47],[45,42,23],[38,35,18],[85,79,63],[37,31,15],[41,35,19],[80,73,57],[69,62,46],[41,34,18],[22,15,0],[52,45,27],[87,82,60],[52,50,29],[54,51,36],[31,26,20],[11,5,7],[34,28,32],[29,23,27],[14,5,6],[20,11,4],[73,61,45],[71,59,35],[82,67,38],[90,73,43],[87,67,40],[88,66,43],[43,22,5],[30,13,5],[18,1,0],[41,19,6],[62,36,23],[33,5,0],[86,62,50],[51,34,27],[55,41,38],[43,29,26],[27,9,5],[50,30,21],[30,8,0],[45,25,14],[38,21,13],[14,5,0],[9,4,1],[16,7,8],[7,0,0],[14,0,0],[30,11,4],[48,26,15],[57,33,23],[49,27,16],[43,25,15],[34,19,12],[28,17,15],[20,12,10],[20,11,12],[25,17,15],[26,16,14],[29,18,14],[39,28,24],[27,20,14],[15,10,4],[29,24,20],[19,16,11],[2,1,0],[10,9,7],[12,12,12],[11,11,11],[7,7,9],[8,8,10],[10,10,12],[11,11,13],[10,8,9],[9,7,8],[13,9,10],[17,12,16],[15,10,16],[27,22,28],[7,5,8],[9,7,8],[11,11,9],[9,9,9],[20,21,23],[8,9,14],[4,6,18],[0,0,13],[9,11,24],[7,9,21],[0,0,7],[3,7,10],[8,12,11],[0,2,0],[3,5,4],[3,4,6],[4,4,6],[4,4,6],[4,4,6],[5,3,6],[5,3,6],[6,1,5],[7,2,6],[5,3,6],[5,3,6],[4,4,6],[4,3,8],[3,4,8],[4,5,9],[4,5,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[6,5,10],[8,7,12],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[10,12,7],[0,2,0],[49,54,48],[2,7,1],[0,3,0],[4,6,3],[1,0,0],[1,0,0],[1,0,0],[0,0,2],[1,0,5],[0,1,5],[0,1,6],[0,1,6],[0,0,5],[7,8,13],[0,0,5],[3,2,8],[17,14,21],[7,4,11],[11,6,12],[4,3,8],[3,11,14],[0,9,10],[5,11,9],[22,22,20],[35,31,30],[23,14,17],[9,0,6],[22,11,19],[24,13,17],[32,24,21],[33,27,13],[38,36,15],[48,46,25],[62,59,42],[34,27,19],[60,56,47],[90,87,68],[80,80,56],[30,32,11],[39,42,25],[67,71,57],[27,30,19],[41,43,32],[53,53,41],[69,65,53],[73,67,53],[66,59,41],[47,38,21],[56,48,29],[45,37,18],[49,42,24],[78,73,54],[70,68,47],[45,43,20],[68,67,46],[88,87,66],[78,77,57],[69,68,48],[25,24,6],[32,30,15],[60,58,45],[45,43,30],[40,36,24],[63,56,46],[53,44,35],[54,45,36],[33,23,14],[20,12,0],[37,35,12],[17,16,0],[52,50,38],[46,42,39],[18,13,19],[14,6,17],[36,29,37],[31,22,25],[39,30,25],[58,48,36],[21,8,0],[46,30,5],[90,73,47],[91,69,45],[75,50,28],[43,20,4],[40,21,14],[39,20,14],[35,11,1],[58,30,18],[38,12,0],[68,46,35],[57,42,37],[50,38,38],[28,16,16],[10,0,0],[52,33,26],[46,26,15],[63,43,32],[24,7,0],[7,0,0],[22,14,12],[30,24,26],[16,5,9],[23,9,8],[42,24,20],[32,9,3],[22,0,0],[36,13,5],[37,18,12],[25,10,7],[15,3,3],[9,0,3],[17,8,13],[26,17,20],[21,11,12],[16,4,4],[19,8,6],[7,0,0],[16,9,3],[13,8,4],[24,19,15],[16,12,9],[6,5,3],[21,21,21],[8,8,8],[6,6,8],[7,7,9],[9,9,11],[10,10,12],[10,8,9],[8,6,7],[12,8,9],[16,11,15],[7,2,9],[24,19,26],[13,11,14],[10,8,9],[4,4,2],[0,0,0],[6,7,9],[13,14,19],[4,6,18],[6,8,21],[32,34,49],[30,32,45],[4,7,14],[6,10,13],[0,2,0],[4,9,3],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,4,4],[4,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,0],[1,3,0],[0,1,0],[0,1,0],[2,4,0],[2,7,1],[0,2,0],[0,1,0],[0,0,0],[4,4,2],[1,1,1],[0,0,0],[0,1,3],[0,0,4],[0,1,4],[0,1,6],[0,3,8],[0,0,5],[8,9,14],[3,4,9],[3,2,8],[11,8,15],[6,3,10],[10,11,16],[10,18,21],[0,10,12],[2,8,8],[7,8,10],[4,2,5],[9,4,10],[18,11,19],[18,8,17],[19,12,19],[9,3,3],[28,25,16],[47,45,32],[26,24,11],[12,10,0],[23,20,15],[40,37,32],[34,35,21],[21,22,4],[45,48,31],[49,51,37],[93,97,83],[75,78,67],[47,49,36],[39,39,27],[62,59,44],[81,75,59],[86,79,61],[56,49,30],[51,44,25],[57,50,31],[76,69,50],[74,69,49],[54,49,29],[98,96,75],[93,91,70],[84,83,63],[69,70,52],[51,52,36],[28,29,15],[27,29,16],[47,49,38],[50,52,41],[37,37,29],[44,41,34],[24,19,15],[36,31,27],[33,25,22],[18,14,5],[10,11,0],[19,20,4],[9,9,1],[30,28,29],[25,22,29],[20,17,26],[51,46,53],[45,41,42],[27,22,18],[30,23,13],[9,0,0],[34,23,5],[53,37,21],[58,41,23],[54,37,19],[33,15,1],[42,25,17],[35,16,10],[24,1,0],[53,29,19],[44,22,11],[37,17,10],[52,37,34],[19,7,7],[19,9,8],[14,3,1],[47,32,27],[29,12,5],[35,21,12],[34,21,13],[67,59,56],[20,12,10],[28,19,20],[22,12,13],[27,13,12],[51,33,29],[41,20,15],[22,2,0],[34,15,9],[33,15,11],[33,19,18],[16,6,7],[7,1,5],[14,8,12],[17,11,15],[13,7,9],[14,5,6],[18,10,8],[22,14,11],[15,10,6],[6,1,0],[24,20,17],[28,27,25],[16,15,13],[21,21,21],[21,21,21],[9,9,11],[9,9,11],[10,10,12],[11,11,13],[10,8,9],[6,4,5],[8,6,7],[12,10,13],[17,15,20],[1,0,5],[10,8,13],[7,5,8],[10,10,10],[17,17,17],[0,1,3],[8,9,14],[7,7,17],[0,1,13],[2,4,16],[6,9,18],[4,7,12],[0,1,2],[4,9,5],[5,7,4],[3,5,4],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[3,3,3],[4,4,4],[3,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[6,5,10],[7,6,11],[6,5,10],[4,3,8],[5,4,9],[7,6,11],[6,5,10],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[5,5,5],[8,8,8],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[1,2,6],[2,3,7],[0,0,4],[1,2,6],[5,6,10],[1,0,5],[8,7,12],[28,29,33],[24,29,33],[6,11,15],[0,1,4],[2,3,7],[5,4,9],[4,3,8],[8,5,12],[12,10,15],[11,9,12],[6,4,5],[22,22,20],[31,32,27],[35,37,32],[16,18,13],[10,12,9],[70,72,69],[86,91,84],[1,7,0],[41,47,37],[28,34,22],[63,69,57],[61,65,51],[65,69,54],[61,64,47],[47,48,32],[60,59,41],[47,44,25],[35,32,13],[80,75,56],[58,53,34],[77,72,53],[79,73,57],[61,55,39],[107,101,87],[56,53,38],[56,54,41],[42,43,29],[39,39,27],[23,25,14],[55,58,49],[53,58,51],[26,31,24],[24,29,23],[25,30,26],[25,27,26],[9,11,10],[27,29,28],[14,16,13],[1,3,0],[14,19,15],[9,13,12],[1,5,6],[10,11,15],[21,22,26],[27,27,29],[13,13,13],[18,18,16],[17,16,11],[13,10,3],[16,12,3],[25,21,12],[29,22,14],[25,18,10],[28,19,12],[33,18,15],[42,24,20],[42,23,19],[42,23,19],[34,16,12],[26,11,8],[31,17,16],[28,16,16],[24,14,13],[9,1,0],[41,31,30],[55,45,43],[21,13,11],[23,18,15],[39,35,34],[12,7,4],[26,15,13],[13,0,0],[30,15,10],[40,22,18],[44,26,22],[39,24,19],[22,7,4],[35,21,20],[16,6,5],[14,5,6],[11,5,7],[10,5,9],[10,8,11],[10,8,11],[10,8,9],[10,6,7],[17,13,12],[12,8,7],[10,6,5],[23,19,18],[23,21,22],[16,14,15],[21,19,20],[21,19,20],[11,9,10],[2,0,1],[12,12,12],[5,5,5],[12,12,12],[25,25,25],[8,8,8],[7,5,6],[12,10,13],[4,3,8],[6,6,8],[7,7,9],[25,25,27],[31,31,33],[7,7,9],[5,4,9],[6,5,10],[6,5,11],[6,5,11],[5,4,9],[5,4,9],[5,5,7],[4,4,4],[4,4,4],[2,2,4],[2,2,4],[1,1,3],[4,4,6],[5,5,7],[0,0,2],[7,7,9],[26,26,28],[25,25,27],[8,8,10],[0,0,2],[4,4,6],[4,5,7],[2,3,5],[3,4,6],[5,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[0,0,2],[12,13,15],[1,2,4],[3,4,6],[53,54,56],[48,49,51],[0,0,2],[3,4,6],[2,3,5],[3,4,6],[3,4,6],[4,5,7],[2,3,5],[0,1,3],[1,2,4],[3,4,8],[0,0,4],[11,12,17],[0,0,5],[7,8,13],[6,7,12],[5,6,11],[4,5,10],[0,0,5],[4,5,10],[3,4,9],[5,6,11],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[4,4,4],[9,9,9],[19,19,19],[12,12,12],[6,6,6],[3,3,3],[4,4,4],[4,4,4],[1,1,1],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,1,3],[0,0,2],[1,2,4],[5,6,8],[0,0,2],[0,0,2],[8,12,13],[6,11,14],[0,2,6],[0,1,4],[1,5,8],[4,5,9],[2,3,7],[5,4,9],[7,6,11],[13,13,15],[5,5,7],[11,12,14],[12,13,15],[15,19,18],[6,10,9],[3,9,7],[55,61,59],[163,172,169],[20,29,24],[7,14,7],[24,31,23],[64,70,60],[36,42,30],[30,36,22],[52,56,41],[46,49,32],[43,44,28],[37,38,20],[43,42,24],[66,65,47],[24,21,6],[54,51,36],[86,82,70],[60,54,42],[64,60,49],[21,19,7],[32,32,22],[66,68,57],[51,54,45],[28,33,26],[29,34,27],[42,49,42],[19,28,23],[15,24,21],[15,24,21],[7,16,15],[7,16,15],[3,12,11],[8,14,14],[20,25,28],[6,11,14],[0,3,3],[11,17,17],[0,1,2],[4,8,9],[12,16,15],[6,8,7],[10,12,9],[16,18,15],[14,15,10],[11,12,7],[15,16,11],[19,18,14],[13,12,8],[12,7,4],[27,16,14],[48,33,30],[41,26,23],[30,16,13],[31,17,16],[29,18,16],[30,19,17],[27,17,15],[18,10,8],[16,11,8],[22,16,16],[21,17,16],[13,9,10],[13,9,10],[12,10,11],[9,3,3],[40,26,23],[19,4,0],[28,13,8],[40,25,20],[54,40,37],[51,40,36],[20,9,7],[13,3,2],[12,3,4],[12,6,6],[13,9,10],[12,8,9],[9,7,10],[7,7,9],[7,7,9],[8,8,10],[14,12,13],[14,10,11],[12,8,9],[21,17,18],[18,16,17],[15,13,14],[25,23,24],[29,27,28],[22,20,21],[9,7,8],[13,13,13],[7,7,7],[16,16,16],[30,30,30],[12,12,12],[7,7,7],[7,7,9],[6,6,8],[8,8,10],[3,3,5],[10,10,12],[14,14,16],[3,3,5],[11,11,13],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[4,4,6],[6,6,8],[1,1,3],[3,3,5],[14,14,16],[9,9,11],[1,1,3],[1,1,3],[6,6,8],[6,6,8],[3,3,5],[3,3,5],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,5,7],[0,1,3],[1,2,4],[0,0,2],[9,10,12],[14,15,17],[0,1,3],[4,5,7],[2,3,5],[5,6,8],[4,5,7],[1,2,4],[3,4,6],[8,9,11],[7,8,10],[2,3,5],[3,4,8],[0,0,5],[14,15,20],[10,11,16],[0,0,5],[6,7,12],[1,2,7],[11,12,17],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[2,2,2],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[9,9,9],[7,7,7],[2,2,2],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[4,4,4],[6,6,4],[8,8,6],[9,9,7],[10,10,8],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,0,2],[0,1,4],[0,1,4],[0,2,5],[1,5,8],[1,2,6],[0,1,5],[3,3,5],[3,3,5],[3,3,5],[1,1,3],[6,7,9],[5,6,8],[10,14,13],[4,8,7],[0,2,0],[26,32,30],[0,8,7],[0,3,2],[21,27,25],[18,24,20],[22,29,22],[23,28,21],[24,30,20],[23,26,17],[62,65,54],[68,70,59],[48,50,37],[24,24,12],[54,54,42],[60,57,48],[68,65,56],[37,34,25],[31,31,21],[28,28,18],[23,25,14],[30,31,23],[69,72,63],[29,34,27],[27,34,26],[24,34,26],[33,44,38],[10,21,15],[23,34,30],[7,18,14],[6,16,15],[10,20,19],[11,21,20],[12,21,20],[6,11,14],[11,16,19],[10,15,18],[2,7,10],[3,9,9],[0,1,2],[9,13,14],[8,12,13],[6,8,7],[16,18,17],[15,17,14],[8,8,6],[10,10,8],[14,14,12],[11,12,7],[6,2,0],[16,6,4],[41,27,26],[36,22,21],[31,20,18],[39,27,27],[29,19,18],[19,9,8],[17,9,7],[18,9,10],[22,16,16],[13,7,9],[6,2,3],[13,9,10],[9,7,8],[2,0,3],[10,4,4],[14,3,1],[22,7,4],[45,30,27],[45,31,28],[35,21,20],[24,13,11],[9,0,0],[17,9,7],[10,1,2],[13,7,7],[15,11,12],[14,10,11],[7,5,8],[5,3,6],[6,6,8],[10,8,11],[12,8,9],[15,11,12],[13,11,12],[17,15,16],[13,11,12],[11,9,10],[23,21,22],[25,23,24],[22,20,21],[11,9,10],[12,12,12],[5,5,5],[10,10,10],[21,21,21],[8,8,8],[5,5,5],[4,4,6],[7,7,9],[9,9,11],[2,2,4],[2,2,4],[3,3,5],[0,0,2],[11,11,13],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[4,4,6],[1,1,3],[3,3,5],[0,0,2],[0,0,2],[4,4,6],[7,7,9],[4,4,6],[3,3,5],[4,4,6],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[1,0,5],[1,0,5],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[4,5,7],[0,0,2],[7,8,10],[5,6,8],[0,0,2],[0,0,2],[2,3,5],[2,3,5],[2,3,5],[7,8,10],[4,5,7],[0,0,2],[4,5,7],[15,16,18],[12,13,15],[1,2,6],[0,1,6],[13,14,19],[0,0,5],[11,12,17],[4,5,10],[0,0,5],[4,5,10],[0,0,5],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[0,0,2],[2,3,5],[0,1,3],[0,0,2],[0,2,5],[0,3,6],[1,5,8],[0,3,6],[0,0,4],[0,0,4],[4,4,6],[3,3,5],[0,0,2],[0,0,2],[5,6,8],[4,5,7],[11,15,14],[9,13,12],[0,2,0],[3,9,9],[9,17,19],[5,13,15],[6,12,12],[13,19,17],[19,25,21],[31,37,33],[32,37,31],[31,36,30],[47,52,45],[50,53,46],[42,45,38],[28,29,23],[41,42,36],[39,40,35],[43,44,39],[16,17,12],[23,26,19],[17,22,15],[28,33,26],[30,37,29],[52,62,54],[14,24,16],[21,32,24],[18,31,24],[29,42,35],[14,29,24],[5,20,15],[4,16,12],[21,33,31],[8,20,18],[0,10,8],[12,22,21],[0,3,5],[9,14,17],[4,9,12],[4,9,12],[12,18,18],[8,14,14],[6,10,11],[1,5,6],[2,6,5],[9,11,10],[7,9,8],[2,4,1],[4,6,3],[11,11,9],[11,11,9],[9,8,4],[14,6,4],[21,11,9],[19,9,7],[32,22,21],[37,29,27],[18,10,8],[7,2,0],[11,5,5],[17,11,11],[14,10,9],[13,9,10],[11,9,10],[10,8,9],[12,10,11],[11,9,12],[8,4,5],[7,0,0],[13,2,0],[28,17,15],[25,14,12],[17,7,5],[15,5,4],[7,0,0],[11,5,5],[10,4,4],[12,8,7],[14,10,11],[12,8,9],[6,4,7],[4,2,5],[6,6,8],[11,9,12],[6,4,5],[15,11,12],[14,12,13],[16,14,15],[10,8,9],[7,5,6],[14,12,13],[10,8,9],[12,10,11],[9,7,8],[13,13,13],[5,5,5],[3,3,3],[8,8,8],[2,2,2],[6,6,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[7,7,9],[6,6,8],[2,2,4],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[3,3,5],[4,4,6],[3,3,5],[2,2,4],[4,4,6],[6,6,8],[4,4,6],[1,1,3],[4,4,6],[5,5,7],[6,6,8],[4,4,6],[0,0,2],[2,2,4],[6,6,8],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[10,9,14],[7,6,11],[4,3,8],[3,2,7],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[0,1,3],[3,4,6],[6,7,9],[6,7,9],[6,7,9],[5,6,8],[1,2,4],[4,5,7],[4,5,7],[5,6,8],[3,4,6],[1,2,4],[5,6,8],[12,13,15],[10,11,13],[2,3,7],[5,6,11],[6,7,12],[23,24,29],[24,25,30],[2,3,8],[10,11,16],[2,3,8],[8,9,14],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[4,5,10],[3,4,9],[5,6,11],[4,5,10]],[[0,0,0],[0,0,0],[0,0,0],[2,2,2],[4,4,4],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[2,2,2],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,2,4],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[2,3,5],[1,5,8],[1,5,8],[2,3,7],[0,0,4],[0,0,2],[1,2,4],[4,4,6],[1,1,3],[2,2,4],[4,4,6],[2,3,5],[0,0,2],[5,7,6],[10,12,11],[0,4,3],[0,6,6],[0,8,11],[11,19,22],[7,12,16],[8,13,16],[1,7,7],[14,20,20],[20,26,26],[28,34,34],[12,18,16],[8,12,11],[18,22,21],[29,31,30],[22,24,23],[3,4,6],[15,16,18],[24,28,29],[18,24,22],[17,26,21],[24,33,28],[26,37,31],[24,37,30],[10,22,18],[13,28,23],[11,26,21],[10,25,20],[20,35,32],[10,25,22],[2,17,14],[0,5,2],[0,5,2],[9,23,23],[0,10,10],[14,22,25],[11,19,22],[0,7,10],[15,23,26],[0,4,7],[1,6,9],[4,9,12],[15,19,22],[4,8,9],[0,2,3],[0,1,2],[4,6,5],[7,9,8],[8,10,9],[9,11,10],[10,10,8],[18,14,11],[9,4,1],[6,1,0],[18,12,12],[15,9,9],[5,0,0],[9,5,4],[11,7,8],[11,7,8],[4,2,3],[10,8,11],[11,9,12],[4,2,5],[6,6,8],[10,10,12],[4,2,3],[14,5,6],[10,0,0],[9,1,0],[9,1,0],[16,8,6],[20,14,14],[12,6,6],[5,1,2],[12,8,9],[12,8,9],[10,6,7],[6,4,5],[5,3,6],[6,4,7],[8,6,9],[10,8,11],[7,5,8],[12,10,13],[11,9,12],[12,10,13],[8,6,9],[6,4,7],[9,7,10],[2,0,3],[7,7,9],[9,9,11],[13,13,15],[9,9,11],[5,5,7],[6,6,8],[4,4,6],[7,7,9],[4,4,6],[6,6,8],[4,4,6],[6,6,8],[9,9,11],[7,7,9],[5,5,7],[2,2,4],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[2,2,4],[4,4,6],[5,5,7],[3,3,5],[2,2,4],[5,5,7],[6,6,8],[3,3,5],[7,7,9],[6,6,8],[5,5,7],[2,2,4],[0,0,2],[4,4,6],[7,7,9],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[12,11,16],[8,7,12],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[3,2,7],[2,1,6],[3,4,8],[8,9,13],[0,0,4],[0,0,4],[6,7,11],[4,5,9],[2,3,7],[6,7,11],[5,6,10],[2,3,7],[2,3,7],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[5,6,10],[2,5,10],[0,0,5],[25,28,33],[37,40,45],[0,2,7],[7,10,15],[1,4,9],[0,0,5],[3,6,11],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[2,5,10]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[2,2,2],[5,5,5],[2,2,2],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[1,1,1],[2,2,2],[2,2,2],[2,2,2],[3,3,3],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,1,5],[0,1,4],[0,0,4],[0,1,5],[0,1,3],[3,4,6],[3,3,5],[0,0,2],[2,2,4],[3,3,5],[0,0,2],[0,0,2],[1,3,2],[5,7,6],[2,6,5],[0,4,5],[0,2,6],[0,3,9],[0,1,5],[5,10,14],[9,14,17],[15,20,23],[5,10,13],[2,7,10],[5,10,13],[7,12,15],[9,14,17],[7,12,16],[5,10,14],[13,18,22],[17,22,26],[9,17,20],[16,26,27],[9,21,19],[1,13,11],[9,24,21],[5,20,17],[18,33,30],[9,25,22],[0,16,13],[11,27,24],[20,36,33],[0,16,13],[19,34,31],[132,147,144],[16,31,28],[0,4,4],[13,25,25],[2,12,14],[10,18,21],[5,13,16],[0,2,5],[9,14,17],[0,4,7],[8,13,16],[3,8,11],[9,13,14],[1,5,6],[3,7,8],[12,16,17],[16,18,17],[12,14,13],[9,11,10],[8,10,9],[10,9,7],[6,5,3],[5,4,2],[8,7,5],[1,0,0],[4,3,1],[13,11,12],[1,1,1],[5,5,5],[9,9,9],[6,6,8],[2,2,4],[2,2,4],[2,2,4],[3,3,5],[7,5,8],[4,0,1],[11,5,7],[14,10,11],[12,8,9],[8,4,5],[7,3,4],[9,5,6],[10,6,7],[13,9,10],[10,6,7],[5,3,4],[4,2,3],[5,3,6],[7,5,8],[9,7,10],[9,7,10],[10,8,11],[11,9,12],[6,4,7],[7,5,8],[6,4,7],[6,4,7],[11,9,12],[5,3,6],[7,7,9],[6,6,8],[6,6,8],[7,7,9],[8,8,10],[8,8,10],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[3,3,5],[5,5,7],[4,4,6],[1,1,3],[8,8,10],[6,6,8],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[5,5,7],[1,1,3],[2,2,4],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[3,3,5],[3,3,5],[6,6,8],[5,5,7],[1,1,3],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[4,5,9],[5,6,10],[2,3,7],[4,5,9],[1,2,6],[0,0,4],[6,7,11],[2,3,7],[5,6,10],[1,2,6],[2,3,7],[6,7,11],[5,6,10],[0,0,4],[0,0,4],[6,7,11],[2,5,10],[14,17,22],[0,0,5],[3,6,11],[3,6,11],[0,1,6],[0,0,5],[3,6,11],[4,7,12],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[3,6,11]],[[2,2,2],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[3,3,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[1,2,4],[1,2,4],[2,2,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[3,5,4],[1,3,2],[2,4,3],[0,1,2],[3,8,11],[1,6,10],[12,17,21],[8,13,17],[6,11,15],[7,12,16],[2,10,13],[6,14,17],[6,14,17],[5,12,18],[4,11,17],[3,10,16],[0,5,11],[4,11,19],[4,11,19],[9,18,25],[1,12,16],[2,16,17],[4,18,19],[7,23,23],[0,9,8],[2,18,17],[3,17,17],[9,23,23],[2,16,16],[0,11,11],[0,11,11],[6,18,18],[120,132,132],[14,26,26],[0,9,7],[9,19,20],[12,20,23],[0,7,10],[0,6,9],[1,9,12],[1,9,12],[0,7,10],[11,16,20],[0,2,6],[8,13,16],[4,9,12],[8,12,15],[13,17,20],[10,14,15],[8,12,13],[7,11,12],[5,7,6],[0,1,0],[6,6,6],[4,4,4],[6,6,6],[3,3,3],[4,4,4],[9,9,11],[0,0,2],[5,5,7],[11,11,13],[6,5,10],[0,1,5],[4,5,9],[3,4,8],[2,1,6],[6,5,10],[3,1,4],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[4,2,5],[4,2,5],[2,0,3],[8,6,9],[7,5,8],[5,3,6],[5,3,6],[7,5,8],[8,6,9],[9,7,10],[8,6,9],[10,8,11],[8,6,9],[4,2,5],[8,6,9],[8,6,9],[6,4,7],[10,10,12],[6,6,8],[4,4,6],[4,4,6],[1,1,3],[5,5,7],[5,6,8],[3,4,6],[2,3,5],[0,0,2],[3,3,5],[7,7,9],[1,1,3],[5,5,7],[3,3,5],[0,0,2],[9,9,11],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[2,2,4],[2,2,4],[4,4,6],[3,3,5],[2,2,4],[0,0,2],[2,2,4],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[5,6,10],[5,6,10],[11,12,16],[4,5,9],[0,0,4],[8,9,13],[0,0,4],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[1,2,6],[2,3,7],[4,5,9],[5,8,13],[0,0,5],[0,2,7],[1,4,9],[4,7,12],[0,0,5],[26,29,34],[206,209,214],[4,7,12],[0,2,7],[1,4,9],[4,7,12],[3,6,11],[0,3,8],[2,5,10],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[1,1,3],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[3,4,6],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[3,4,6],[0,2,1],[0,1,0],[2,4,3],[2,3,5],[2,6,9],[0,1,4],[3,8,11],[0,1,5],[3,8,12],[4,9,13],[0,8,11],[4,11,17],[0,7,13],[2,9,15],[0,8,15],[0,8,15],[0,6,13],[8,17,24],[3,12,19],[9,20,26],[6,19,25],[0,12,15],[0,15,18],[4,18,21],[3,17,18],[5,19,20],[1,15,16],[5,16,18],[6,18,18],[3,15,15],[0,7,8],[0,4,5],[0,3,4],[0,8,9],[11,20,19],[1,10,9],[4,12,14],[0,2,5],[42,50,53],[168,176,179],[6,14,17],[0,3,6],[0,1,5],[5,10,14],[0,4,7],[0,5,8],[4,8,11],[0,4,7],[0,1,2],[0,2,3],[2,6,7],[0,1,2],[1,5,4],[3,7,6],[0,1,0],[0,2,1],[2,6,5],[0,1,0],[1,2,4],[6,7,9],[1,2,4],[1,2,4],[3,4,8],[4,5,9],[3,4,8],[4,5,9],[5,4,9],[0,0,4],[5,4,9],[5,4,9],[2,1,6],[7,6,11],[8,8,10],[3,3,5],[5,5,7],[2,2,4],[4,4,6],[5,3,6],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[6,4,7],[5,3,6],[12,10,13],[10,8,11],[4,2,5],[6,6,8],[3,3,5],[3,3,5],[7,7,9],[6,6,8],[8,8,10],[3,4,6],[0,0,2],[3,4,6],[4,5,7],[6,6,8],[7,7,9],[0,0,2],[6,6,8],[7,7,9],[3,3,5],[9,9,11],[0,0,2],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[2,2,4],[2,2,4],[2,2,4],[0,0,2],[1,1,3],[7,7,9],[5,5,7],[3,3,5],[5,5,7],[2,2,4],[6,6,8],[2,2,4],[3,3,5],[5,5,7],[3,3,5],[1,1,3],[3,3,5],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[1,2,6],[7,8,12],[0,0,4],[2,3,7],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[7,8,12],[7,8,12],[3,4,8],[3,4,8],[6,7,11],[6,7,11],[3,4,8],[0,1,6],[5,8,13],[5,8,13],[7,10,15],[0,3,8],[0,1,6],[7,10,15],[68,71,76],[4,7,12],[0,2,7],[1,4,9],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[3,3,5],[0,0,2],[1,0,5],[0,0,4],[1,0,6],[3,2,8],[0,0,4],[1,0,5],[0,0,2],[1,1,3],[0,0,0],[2,2,2],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[1,1,1],[1,1,1],[0,0,2],[0,0,2],[4,3,8],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,2,3],[1,5,6],[1,5,6],[0,3,6],[0,4,7],[0,5,9],[0,5,8],[0,6,9],[4,11,17],[1,8,14],[0,6,11],[0,6,11],[0,10,14],[2,13,19],[5,16,22],[6,17,23],[4,15,21],[3,14,20],[2,13,19],[3,14,20],[5,16,20],[6,15,20],[4,13,18],[2,11,16],[1,9,12],[0,4,7],[0,6,8],[2,10,12],[1,6,9],[0,1,4],[0,3,3],[2,7,10],[3,11,14],[0,2,5],[12,20,23],[26,34,37],[4,9,13],[0,1,5],[5,10,14],[0,3,7],[0,5,9],[0,4,8],[5,10,13],[0,1,4],[13,17,20],[0,1,4],[2,6,9],[0,2,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,7],[0,4,7],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[2,3,8],[2,3,8],[2,3,8],[2,3,8],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[5,4,9],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[9,7,10],[9,7,10],[8,6,9],[8,6,9],[8,8,10],[8,8,10],[9,9,11],[10,10,12],[7,7,9],[4,4,6],[0,0,2],[7,8,10],[0,1,3],[4,5,7],[4,5,7],[7,8,10],[5,6,8],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[5,6,8],[8,9,11],[0,0,2],[2,3,5],[3,4,6],[8,9,11],[0,0,2],[4,5,7],[0,0,2],[5,6,10],[0,0,4],[1,2,6],[7,8,12],[4,5,9],[5,6,10],[2,3,7],[1,2,6],[2,3,7],[7,8,12],[1,2,6],[2,3,7],[0,0,4],[13,14,18],[0,0,4],[1,2,6],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[2,3,7],[2,3,7],[3,4,8],[3,4,8],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[1,4,9],[7,10,15],[1,4,9],[0,3,8],[2,5,10],[0,1,6],[0,2,7],[0,2,7],[0,0,5],[5,8,13],[1,4,9],[7,10,15],[5,8,13],[0,0,5],[5,8,13],[8,11,16]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,2],[1,1,3],[2,1,6],[0,0,4],[10,9,15],[0,0,5],[0,0,4],[10,9,14],[0,0,2],[4,4,6],[3,3,3],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[1,1,0],[1,1,1],[0,0,2],[0,0,2],[0,0,4],[0,0,2],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[3,5,4],[4,6,5],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[0,1,0],[0,4,3],[0,4,3],[0,2,3],[0,4,4],[0,4,7],[0,4,7],[0,7,10],[0,6,9],[0,6,12],[0,8,13],[1,10,15],[2,13,17],[3,14,18],[3,14,18],[2,13,17],[3,14,20],[2,13,19],[2,13,19],[4,13,20],[4,13,18],[5,12,18],[3,10,16],[4,9,13],[0,5,9],[2,5,10],[5,9,12],[0,1,4],[5,9,12],[45,49,52],[48,52,53],[0,4,5],[1,6,9],[0,2,5],[0,6,9],[4,12,15],[0,2,6],[0,1,5],[0,4,8],[0,5,9],[1,6,10],[0,3,7],[0,2,5],[1,6,9],[0,1,4],[1,5,8],[3,7,10],[0,4,7],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,3,6],[0,3,6],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[0,3,8],[0,3,8],[2,3,8],[1,2,7],[1,2,6],[2,3,7],[2,3,7],[2,3,7],[4,3,8],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[11,9,12],[10,8,11],[9,7,10],[7,5,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[0,0,2],[13,13,15],[0,0,2],[3,4,6],[8,9,11],[2,3,5],[0,1,3],[0,1,3],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[0,0,2],[10,11,13],[3,4,6],[0,0,2],[2,3,5],[10,11,13],[1,2,4],[153,154,156],[43,44,48],[16,17,21],[6,7,11],[0,1,5],[0,0,4],[2,3,7],[4,5,9],[7,8,12],[3,4,8],[4,5,9],[0,0,4],[7,8,12],[7,8,12],[0,0,4],[7,8,12],[10,11,15],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[5,8,13],[0,2,7],[0,3,8],[9,12,17],[7,10,15],[2,5,10],[4,7,12],[2,5,10],[11,14,19],[8,11,16],[0,0,5],[0,2,7],[7,10,15],[5,8,13],[7,10,15],[0,1,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[3,2,7],[0,0,5],[0,0,7],[2,1,9],[4,3,9],[0,0,5],[0,0,4],[2,2,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,3,1],[0,0,0],[0,0,0],[9,9,11],[3,3,5],[0,0,4],[5,5,7],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[2,0,3],[1,1,1],[0,1,0],[2,4,1],[1,3,0],[0,1,0],[0,2,1],[0,4,5],[0,4,7],[1,6,9],[0,2,5],[0,4,8],[0,8,11],[2,10,13],[2,12,14],[3,13,15],[3,13,15],[3,13,15],[2,11,16],[3,12,19],[3,12,19],[3,10,18],[2,9,15],[3,8,14],[4,7,12],[6,7,12],[6,7,12],[2,3,7],[5,6,10],[0,0,4],[0,0,2],[21,22,24],[24,25,27],[0,1,4],[0,5,9],[1,6,10],[0,1,5],[0,1,5],[0,3,7],[0,3,7],[0,2,5],[6,10,13],[0,1,4],[6,10,13],[0,2,5],[0,1,4],[6,10,13],[6,10,13],[0,3,6],[0,1,4],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[3,2,7],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[8,8,10],[8,8,10],[6,6,8],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[4,5,7],[3,4,6],[3,4,6],[6,7,9],[4,5,7],[3,4,6],[8,9,11],[5,6,8],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[2,3,5],[4,5,7],[2,3,5],[7,8,10],[0,0,2],[0,0,2],[6,7,9],[32,33,35],[10,11,15],[0,0,4],[0,1,5],[3,4,8],[3,4,8],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[0,0,4],[23,24,28],[0,1,5],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[7,8,12],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[5,6,10],[4,5,9],[3,4,8],[3,4,8],[2,5,10],[10,13,18],[3,6,11],[0,0,5],[2,5,10],[2,5,10],[0,3,8],[7,10,15],[0,0,5],[3,6,11],[3,6,11],[5,8,13],[2,5,10],[0,1,6],[3,6,11],[2,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[4,4,2],[4,4,4],[2,1,6],[0,0,5],[4,3,9],[0,0,7],[0,0,7],[4,3,9],[2,1,7],[2,1,6],[0,0,2],[2,2,2],[6,6,6],[3,3,1],[0,0,0],[5,6,1],[0,1,0],[2,2,0],[8,8,6],[0,0,0],[0,0,2],[7,6,11],[0,0,2],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,1,1],[0,0,0],[0,1,0],[2,4,3],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,0,2],[1,0,0],[2,2,0],[4,6,1],[2,4,1],[0,1,0],[0,2,1],[0,3,4],[0,3,6],[1,5,8],[0,4,7],[0,5,8],[0,5,9],[0,6,9],[0,6,8],[0,8,10],[4,12,14],[7,17,18],[0,9,14],[1,10,15],[3,10,16],[2,9,15],[1,6,12],[1,4,9],[3,4,9],[5,6,10],[3,2,7],[2,1,6],[2,1,6],[5,5,7],[3,3,5],[0,0,2],[0,0,2],[2,6,7],[0,2,5],[4,9,13],[0,2,6],[0,1,5],[3,8,12],[3,8,12],[0,4,7],[3,7,10],[0,3,6],[4,8,11],[0,3,6],[9,13,16],[0,1,4],[0,1,4],[0,1,4],[7,11,14],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,3,6],[0,3,6],[0,2,5],[0,2,5],[0,3,6],[1,2,6],[2,3,7],[1,2,6],[1,2,6],[2,1,6],[3,2,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[13,14,16],[0,0,2],[8,9,11],[3,4,6],[2,3,5],[0,1,3],[0,0,2],[4,5,7],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[6,7,9],[0,0,2],[21,22,24],[5,6,8],[4,5,7],[0,0,2],[3,4,6],[1,2,4],[0,1,5],[0,0,4],[5,6,10],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[6,7,11],[0,0,4],[1,2,6],[126,127,131],[2,3,7],[4,5,9],[9,10,14],[0,1,5],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[6,7,11],[5,6,10],[4,5,9],[3,4,8],[4,7,12],[0,0,5],[0,1,6],[4,7,12],[6,9,14],[0,3,8],[0,0,5],[8,11,16],[6,9,14],[7,10,15],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[5,8,13],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,1,6],[0,0,5],[1,0,8],[0,0,9],[9,7,18],[0,0,7],[0,0,5],[2,3,7],[1,2,6],[4,5,7],[0,1,0],[1,3,0],[2,4,0],[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[4,4,6],[2,0,1],[3,0,0],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[10,12,11],[36,38,37],[2,4,3],[2,4,3],[2,2,2],[1,1,1],[1,0,2],[1,0,2],[3,0,2],[1,0,0],[4,4,2],[7,8,3],[4,4,2],[0,0,0],[1,1,1],[0,1,3],[0,1,5],[2,3,7],[3,4,9],[0,3,8],[0,3,6],[0,2,5],[0,2,5],[0,5,8],[5,11,11],[8,16,18],[0,8,11],[1,8,14],[3,8,14],[2,7,11],[0,3,8],[0,3,6],[2,3,7],[4,3,8],[2,1,6],[5,5,7],[1,1,3],[0,0,2],[6,7,9],[10,12,11],[5,7,6],[0,4,5],[0,1,4],[1,2,6],[2,3,7],[0,3,6],[0,3,6],[1,5,8],[0,3,6],[0,1,4],[0,1,4],[3,7,10],[0,1,4],[0,2,5],[5,9,12],[0,1,4],[14,18,21],[0,1,4],[1,2,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[1,2,4],[1,2,4],[0,1,3],[0,1,3],[1,2,4],[1,2,4],[2,3,5],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,5,9],[4,5,9],[0,0,4],[6,7,11],[4,5,9],[0,0,4],[7,8,12],[0,0,4],[4,8,11],[0,1,4],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[3,4,6],[0,0,2],[6,7,9],[1,2,4],[0,1,3],[12,13,15],[0,1,3],[5,6,8],[8,9,13],[4,5,9],[9,10,14],[5,6,10],[0,0,4],[0,0,4],[0,1,5],[8,9,13],[8,9,13],[1,2,6],[0,0,4],[10,11,15],[0,0,4],[5,6,10],[6,7,11],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[3,4,9],[4,7,12],[0,1,5],[12,17,21],[7,12,16],[0,1,5],[5,10,14],[7,12,16],[0,1,5],[0,1,5],[0,1,5],[1,6,10],[3,8,12],[3,8,12],[4,9,13],[3,8,12],[0,5,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[6,6,8],[0,0,4],[0,0,5],[0,0,7],[25,23,34],[251,249,255],[212,212,220],[7,7,15],[0,0,5],[2,3,7],[0,0,2],[2,4,1],[0,2,0],[1,3,0],[0,1,0],[4,6,1],[4,6,3],[0,1,0],[0,2,1],[0,0,2],[0,0,4],[1,1,3],[1,0,0],[3,0,0],[1,0,0],[5,4,2],[1,1,0],[0,0,0],[7,9,8],[33,35,34],[4,6,5],[4,6,5],[4,4,4],[3,3,3],[3,1,4],[2,0,3],[3,0,2],[3,0,0],[5,4,2],[6,6,4],[4,4,2],[1,1,1],[1,1,3],[1,1,3],[0,0,4],[1,2,6],[0,0,5],[0,1,6],[1,2,6],[0,4,7],[1,5,8],[2,6,9],[3,7,8],[4,10,10],[0,6,8],[0,7,10],[0,6,9],[0,4,7],[0,3,6],[0,3,6],[1,2,6],[3,2,7],[6,6,8],[0,0,2],[0,0,2],[1,2,4],[0,1,0],[0,3,2],[2,6,5],[0,1,0],[1,2,4],[0,0,4],[3,4,8],[3,4,8],[0,1,4],[0,1,4],[1,5,8],[0,1,4],[0,1,4],[37,41,44],[1,5,8],[0,1,4],[0,2,5],[0,4,7],[0,4,7],[0,1,5],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[2,3,7],[0,0,4],[8,9,13],[1,2,6],[5,6,10],[0,1,5],[1,2,6],[68,72,75],[7,11,14],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[0,0,2],[10,11,13],[1,2,4],[0,0,2],[5,6,8],[0,0,2],[0,0,2],[3,4,6],[0,0,4],[0,0,4],[0,1,5],[2,3,7],[5,6,10],[7,8,12],[0,1,5],[2,3,7],[0,1,5],[0,0,4],[7,8,12],[1,2,6],[0,1,5],[0,0,4],[4,5,9],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[1,4,9],[1,6,10],[3,8,12],[1,6,10],[0,1,5],[3,8,12],[4,9,13],[0,1,5],[2,7,11],[5,10,14],[0,1,5],[3,8,12],[5,10,14],[1,6,10],[1,6,10],[0,4,8],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[8,8,10],[0,0,4],[1,0,6],[1,0,8],[10,8,19],[255,253,255],[223,223,231],[0,0,7],[0,0,5],[0,1,5],[0,0,2],[5,7,6],[0,1,0],[0,1,0],[117,119,114],[9,11,6],[0,1,0],[39,41,40],[13,14,16],[0,0,2],[5,6,10],[0,0,2],[1,0,0],[3,0,0],[2,1,0],[5,4,2],[2,2,0],[0,0,0],[0,1,0],[4,6,3],[2,4,3],[1,3,2],[2,2,2],[2,2,2],[2,0,3],[2,0,3],[4,0,3],[4,0,3],[1,0,0],[4,2,3],[3,1,2],[1,0,2],[1,1,3],[1,0,5],[0,0,5],[1,0,6],[0,0,7],[0,0,7],[2,1,7],[3,4,9],[4,5,9],[4,5,9],[3,4,6],[0,4,5],[0,6,8],[0,5,7],[0,4,6],[0,3,3],[0,3,4],[0,3,4],[1,2,4],[1,2,4],[1,2,4],[0,0,2],[0,1,0],[9,11,10],[0,1,0],[0,1,0],[0,3,2],[5,9,8],[3,4,6],[0,1,3],[1,2,4],[2,3,5],[0,1,3],[0,1,3],[3,4,6],[2,3,5],[0,0,2],[199,200,202],[23,24,28],[3,4,8],[0,0,4],[2,3,7],[0,0,4],[8,9,13],[2,1,6],[3,1,6],[3,1,6],[3,1,6],[3,1,4],[2,2,4],[2,2,4],[2,2,4],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[1,3,2],[1,3,2],[2,4,3],[3,5,4],[3,4,6],[2,3,5],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[1,2,6],[1,2,6],[7,8,12],[0,0,4],[5,6,10],[8,9,13],[0,1,4],[1,5,8],[77,81,84],[14,18,21],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[2,3,5],[1,2,4],[0,0,2],[11,12,14],[0,1,3],[0,1,3],[9,10,12],[9,10,12],[9,10,14],[3,4,8],[3,4,8],[0,1,5],[3,4,8],[7,8,12],[1,2,6],[5,6,10],[7,8,12],[1,2,6],[3,4,8],[0,0,4],[8,9,13],[6,7,11],[7,8,12],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[3,8,12],[0,4,8],[0,5,9],[16,21,25],[0,1,5],[8,13,17],[123,128,132],[52,57,61],[14,19,23],[0,5,9],[0,2,6],[0,4,8],[6,11,15],[1,6,10],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[8,7,12],[0,0,5],[7,6,14],[0,0,9],[6,4,15],[1,1,9],[0,0,7],[7,8,13],[0,0,4],[10,11,13],[0,1,0],[6,8,3],[0,1,0],[4,6,1],[0,1,0],[6,8,5],[10,12,9],[0,2,1],[0,0,2],[2,3,7],[0,0,2],[1,0,0],[4,0,0],[1,0,0],[1,0,0],[0,0,0],[4,4,2],[1,3,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[3,0,2],[3,0,2],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,0,5],[1,0,6],[2,1,9],[1,0,8],[0,0,5],[2,1,7],[3,4,8],[4,5,9],[3,4,6],[0,3,4],[0,6,8],[0,5,6],[0,3,2],[0,3,2],[0,4,4],[0,4,5],[1,2,4],[0,1,3],[0,1,3],[6,7,9],[0,2,1],[0,1,0],[2,6,5],[3,7,6],[0,2,0],[0,2,0],[0,1,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,1,3],[5,6,8],[0,0,2],[3,4,8],[0,0,4],[5,6,10],[7,8,12],[1,2,6],[0,0,4],[1,0,5],[2,0,5],[2,0,5],[2,0,5],[2,0,3],[2,0,3],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[0,2,1],[1,3,2],[3,5,4],[4,6,5],[4,5,7],[3,4,6],[1,2,4],[0,1,3],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[3,2,7],[2,3,7],[2,3,7],[2,3,7],[0,0,4],[10,11,15],[0,0,4],[8,12,15],[0,1,4],[1,5,8],[0,1,4],[0,1,3],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[0,1,3],[24,25,27],[166,167,169],[0,0,2],[2,3,5],[1,2,4],[4,5,7],[0,1,3],[0,0,2],[2,3,7],[2,3,7],[7,8,12],[3,4,8],[2,3,7],[3,4,8],[0,0,4],[6,7,11],[3,4,8],[0,0,4],[10,11,15],[0,0,4],[2,3,7],[7,8,12],[0,0,4],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[0,5,9],[0,4,8],[8,13,17],[0,1,5],[0,3,7],[3,8,12],[0,1,5],[12,17,21],[11,16,20],[0,1,5],[0,5,9],[7,12,16],[4,9,13],[3,8,12],[0,3,7],[8,13,17]]],"alpha_stroke":1,"sizes":[10,100],"spans":[1,20],"type":"image"}},"layout":{"margin":{"b":40,"l":60,"t":25,"r":10},"dragmode":"drawrect","xaxis":{"domain":[0,1],"automargin":true,"title":"Click and drag inside the figure to draw a rectangle or select another shape in the modebar"},"scene":{"zaxis":{"title":[]}},"yaxis":{"domain":[0,1],"automargin":true},"hovermode":"closest","showlegend":false},"source":"A","config":{"showSendToCloud":false,"modeBarButtonsToAdd":["drawine","drawopenpath","drawclosedpath","drawcircle","drawrect","eraseshape"]},"data":[{"z":[[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[5,1,2],[10,6,7],[41,37,38],[15,11,12],[3,0,0],[12,8,9],[3,0,0],[11,7,8],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[10,6,5],[3,0,0],[4,0,1],[3,0,0],[7,2,6],[5,0,4],[15,10,14],[79,74,78],[8,3,7],[3,0,2],[9,5,6],[3,0,0],[4,0,0],[96,92,89],[14,11,6],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[7,3,4],[117,113,114],[116,112,113],[3,0,0],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,2,0],[1,2,0],[1,2,0],[1,1,0],[1,1,0],[2,0,1],[4,0,1],[5,0,1],[7,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[11,0,0],[9,0,0],[12,3,6],[4,0,2],[5,1,2],[6,2,3],[1,0,0],[3,1,2],[7,6,4],[1,0,0],[5,4,2],[4,3,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[6,0,4],[5,0,3],[5,0,3],[7,1,5],[6,0,2],[4,0,0],[7,0,0],[7,0,0],[8,0,0],[11,3,0],[6,0,0],[15,7,4],[6,0,0],[11,3,0],[13,5,2],[16,8,5],[16,11,7],[24,21,14],[20,20,8],[3,3,0],[18,15,6],[4,0,0],[16,8,5],[15,3,5],[12,0,2],[16,1,8],[21,5,15],[10,0,4],[15,2,11],[14,4,12],[4,0,2],[12,7,11],[1,0,0],[3,1,2],[4,4,2],[1,1,0],[1,0,0],[3,2,0],[4,2,3],[4,2,3],[4,2,5],[4,2,5],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[1,0,0],[12,10,11],[1,0,0],[2,2,2],[5,5,5],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[5,5,5],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[4,2,3]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[7,3,4],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[18,14,15],[3,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[14,9,13],[3,0,2],[57,52,56],[249,244,248],[4,0,3],[3,0,2],[8,4,5],[6,2,1],[3,0,0],[53,49,46],[6,3,0],[4,0,0],[8,4,3],[3,0,0],[8,4,5],[3,0,0],[14,10,11],[15,11,12],[3,0,0],[5,1,2],[3,0,0],[5,1,2],[4,0,1],[3,0,0],[6,2,3],[10,6,7],[10,6,7],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[4,0,1],[4,0,1],[5,0,1],[7,0,0],[7,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[7,1,5],[13,9,10],[3,0,0],[8,6,7],[1,0,0],[1,0,0],[14,13,11],[5,4,2],[4,3,1],[3,1,2],[4,0,1],[5,1,2],[6,2,3],[6,0,2],[6,0,4],[4,0,2],[8,2,6],[8,2,4],[4,0,0],[6,0,0],[12,4,2],[16,8,5],[12,4,1],[17,9,6],[9,1,0],[8,0,0],[7,0,0],[6,0,0],[17,9,6],[13,8,4],[6,3,0],[14,14,2],[28,29,15],[38,36,24],[22,18,9],[23,16,10],[40,30,28],[22,10,10],[14,0,2],[10,0,0],[22,7,12],[8,0,0],[9,0,2],[10,4,6],[3,0,0],[6,2,1],[1,0,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[2,0,1],[44,42,43],[5,3,4],[1,0,0],[1,0,0],[1,1,1],[0,0,0],[4,4,4],[2,2,2],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[3,0,0],[11,7,8],[6,2,3],[3,0,2],[5,0,4],[3,0,2],[4,0,3],[3,0,2],[6,1,5],[4,0,1],[8,4,5],[3,0,0],[11,7,4],[3,0,0],[5,1,0],[5,1,0],[5,1,2],[5,1,2],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[11,7,8],[11,7,8],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,0,0],[7,0,0],[10,4,6],[4,0,0],[12,6,8],[4,0,0],[13,9,10],[7,3,4],[7,3,2],[3,0,0],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[7,1,1],[7,1,1],[9,0,1],[8,0,2],[6,0,2],[4,0,0],[8,2,4],[9,3,5],[6,0,0],[10,5,2],[13,8,4],[7,2,0],[13,6,0],[6,0,0],[13,8,2],[13,8,2],[10,5,0],[14,9,3],[16,11,5],[29,26,17],[36,37,23],[21,22,6],[33,31,16],[58,55,40],[33,27,15],[42,32,23],[32,19,13],[27,14,8],[44,30,27],[10,0,0],[13,2,0],[13,3,1],[7,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[6,2,3],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,0,1],[8,6,7],[23,21,22],[1,0,0],[1,0,0],[9,7,8],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[44,44,44],[141,141,141],[6,6,6],[2,2,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[4,2,3],[7,5,6],[3,1,2],[2,0,1],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,0],[6,2,3],[7,3,4],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[12,8,7],[4,0,0],[7,3,4],[3,0,0],[4,0,3],[9,4,8],[3,0,2],[3,0,2],[6,1,5],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[4,1,0],[4,0,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[16,12,13],[3,0,0],[5,1,2],[10,6,7],[4,0,1],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[5,1,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[10,4,6],[61,55,57],[42,36,38],[7,3,4],[4,0,1],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,3,3],[4,0,0],[7,1,3],[17,11,11],[11,6,3],[5,0,0],[5,0,0],[4,0,0],[12,7,1],[21,16,10],[13,8,2],[7,2,0],[30,25,19],[20,16,7],[10,6,0],[18,16,4],[42,43,27],[46,48,27],[25,24,4],[17,14,0],[11,6,0],[15,8,0],[15,6,0],[35,23,9],[37,25,13],[17,4,0],[8,0,0],[19,9,0],[17,8,1],[10,3,0],[38,31,25],[5,0,0],[6,1,0],[5,2,0],[4,1,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[8,6,7],[1,0,0],[0,0,0],[0,0,0],[7,7,7],[3,3,3],[66,66,66],[191,191,191],[2,2,2],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[18,16,17],[5,3,4],[1,0,0],[4,2,3],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[8,4,3],[6,2,1],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[7,3,2],[9,5,4],[8,4,3],[5,1,0],[3,0,0],[6,2,3],[3,0,0],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,5],[6,2,3],[3,0,0],[6,2,3],[6,2,3],[3,0,2],[11,6,10],[7,3,4],[3,0,0],[6,2,3],[3,0,0],[8,4,1],[4,0,0],[5,1,0],[4,0,0],[10,6,5],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,2],[6,0,2],[6,0,4],[6,0,4],[5,0,4],[5,0,4],[3,1,2],[3,1,2],[3,2,0],[2,2,0],[2,2,0],[3,2,0],[10,6,7],[4,0,0],[26,22,23],[19,15,16],[3,0,0],[4,0,1],[3,0,0],[9,5,6],[4,0,0],[5,1,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[8,2,2],[4,0,0],[7,1,1],[12,7,4],[6,1,0],[4,0,0],[6,1,0],[4,0,0],[9,4,0],[45,42,35],[30,27,18],[5,2,0],[33,30,21],[24,22,10],[22,18,7],[11,7,0],[58,57,39],[43,45,23],[31,31,7],[24,22,0],[33,29,4],[41,33,10],[61,51,26],[36,25,3],[20,8,0],[32,19,0],[19,8,0],[34,22,8],[38,28,16],[10,0,0],[12,2,0],[7,0,0],[8,1,0],[10,3,0],[9,2,0],[7,0,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[9,7,8],[7,5,6],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[4,2,3],[0,0,0],[6,6,6],[0,0,0],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[13,11,12],[17,15,16],[4,2,3],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,2],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[3,0,0],[4,0,1],[4,0,1],[3,0,0],[5,1,2],[7,3,4],[4,0,1],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[13,9,8],[3,0,0],[6,2,3],[11,7,8],[3,0,0],[5,1,2],[10,5,9],[3,0,2],[4,0,1],[3,0,0],[12,8,7],[3,0,0],[3,0,0],[6,2,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,2],[8,0,2],[6,0,4],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,2,0],[3,2,0],[2,2,0],[2,2,0],[2,2,0],[3,0,0],[8,2,4],[3,0,0],[8,4,5],[13,9,10],[3,0,0],[10,6,7],[4,0,1],[4,0,0],[5,1,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[6,0,0],[9,4,1],[8,3,0],[4,0,0],[4,0,0],[9,4,1],[16,11,7],[16,11,7],[32,29,22],[19,16,9],[12,9,0],[25,23,11],[65,63,51],[32,30,17],[20,16,4],[11,9,0],[109,108,88],[96,95,74],[48,48,22],[21,20,0],[49,45,16],[45,40,10],[66,60,28],[53,44,13],[35,26,0],[59,48,20],[80,70,45],[63,52,32],[26,14,0],[35,23,9],[17,5,0],[8,0,0],[7,0,0],[6,0,0],[7,0,0],[7,0,0],[9,2,0],[12,4,1],[9,4,1],[5,0,0],[5,0,0],[5,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[2,1,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[8,6,7],[2,0,1],[5,3,4],[5,5,5],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[1,0,0]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[6,2,3],[9,5,6],[6,2,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[7,3,4],[3,0,0],[6,2,3],[7,3,2],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[4,0,1],[4,0,1],[8,4,5],[8,4,5],[36,32,33],[26,22,23],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,4,5],[14,10,11],[3,0,2],[3,0,2],[6,4,7],[1,0,2],[97,95,98],[15,13,16],[4,0,1],[5,1,2],[8,2,4],[8,2,4],[9,0,1],[9,0,1],[10,0,0],[11,1,0],[8,0,0],[11,3,0],[6,1,0],[6,1,0],[10,7,2],[10,7,2],[17,14,9],[34,31,26],[54,51,44],[45,42,35],[50,47,38],[17,15,3],[55,53,40],[55,53,38],[47,45,30],[59,58,40],[44,43,23],[88,87,66],[111,111,85],[103,102,72],[63,60,27],[62,58,21],[108,104,66],[82,77,39],[68,60,23],[66,58,22],[84,73,43],[125,113,89],[43,30,11],[35,22,6],[55,41,30],[50,37,28],[26,16,6],[23,13,4],[16,6,0],[8,0,0],[7,0,0],[10,0,0],[9,1,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[1,0,0],[3,1,2],[0,0,0],[11,11,11],[8,8,8],[0,0,0],[0,0,0],[8,8,8],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[4,0,1],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,1],[4,0,1],[10,6,7],[3,0,0],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[6,2,3],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[9,5,6],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[7,3,0],[5,1,0],[6,2,3],[4,0,1],[3,0,0],[3,0,0],[13,9,10],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[6,1,0],[5,0,0],[3,0,0],[6,2,3],[18,13,17],[16,14,17],[43,41,44],[252,250,253],[76,74,77],[5,1,2],[6,2,3],[9,3,5],[9,3,3],[10,1,2],[10,2,0],[10,2,0],[12,2,0],[14,7,1],[6,0,0],[4,0,0],[20,15,9],[27,24,17],[7,4,0],[10,7,2],[48,45,40],[19,16,9],[3,0,0],[37,34,25],[27,25,13],[82,80,67],[56,54,39],[21,20,2],[85,84,66],[93,92,74],[69,68,48],[50,50,26],[101,102,71],[91,91,57],[95,93,54],[102,100,59],[56,53,10],[69,64,24],[42,34,0],[76,67,34],[129,118,90],[44,32,10],[37,24,8],[20,6,0],[57,43,34],[84,71,62],[70,60,50],[48,38,29],[27,17,8],[15,6,0],[14,5,0],[11,3,0],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1],[2,0,1],[2,0,1],[3,1,2],[6,4,5],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[20,18,19],[131,129,130],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[7,5,6]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[8,4,5],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[1,0,0],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[6,2,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,4,5],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[1,0,0],[3,1,2],[10,8,9],[1,0,0],[8,4,5],[8,4,5],[4,0,1],[3,0,0],[4,0,0],[8,2,2],[6,0,0],[5,0,0],[8,3,0],[4,0,0],[4,0,0],[3,0,0],[2,2,2],[0,0,0],[1,1,0],[6,5,3],[3,0,0],[7,2,0],[11,3,1],[7,0,0],[8,0,0],[17,3,2],[10,0,0],[18,3,0],[11,0,0],[23,10,4],[14,1,0],[15,4,0],[9,1,0],[11,5,5],[4,0,0],[32,26,28],[46,42,43],[7,3,4],[30,26,27],[4,0,1],[6,2,3],[3,0,0],[11,5,5],[7,1,1],[14,8,8],[6,0,0],[6,0,0],[18,11,5],[49,40,31],[11,3,0],[7,0,0],[60,53,45],[71,66,60],[40,35,29],[76,73,68],[36,33,28],[37,36,31],[1,1,0],[10,7,0],[18,16,4],[52,50,37],[30,28,13],[4,1,0],[13,10,0],[84,82,67],[24,23,5],[7,6,0],[82,82,54],[47,48,14],[142,142,104],[88,89,47],[37,36,0],[35,34,0],[42,39,0],[88,82,46],[80,71,42],[30,18,0],[51,38,22],[29,15,6],[28,13,6],[59,46,37],[74,61,52],[58,48,39],[18,8,0],[14,3,0],[30,19,15],[21,11,9],[12,2,0],[7,0,0],[8,0,0],[5,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[1,0,0],[15,13,14],[1,0,0],[6,4,5],[1,0,0],[4,2,3],[9,7,8],[90,88,89],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[11,7,8],[4,0,1],[87,83,84],[99,95,96],[3,0,0],[13,9,10],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[11,7,6],[3,0,0],[3,0,0],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[7,3,4],[6,2,3],[5,1,2],[8,4,5],[10,6,7],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,1],[1,0,0],[104,102,103],[109,107,108],[9,7,8],[3,0,0],[6,2,3],[3,0,0],[10,6,5],[9,3,3],[6,0,0],[4,0,0],[4,0,0],[5,0,0],[9,4,1],[11,6,3],[9,5,2],[2,4,1],[9,11,8],[5,5,3],[1,0,0],[6,2,0],[6,0,0],[7,0,0],[14,3,0],[18,3,0],[19,2,0],[18,0,0],[32,13,6],[39,20,13],[42,24,14],[30,12,2],[28,11,3],[9,0,0],[12,3,0],[8,0,0],[9,1,0],[4,0,0],[5,0,0],[9,3,3],[4,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[8,0,0],[6,0,0],[30,23,17],[33,24,17],[49,41,28],[31,23,10],[33,25,14],[21,14,4],[24,17,9],[31,26,20],[29,26,21],[15,12,7],[4,3,0],[39,38,33],[59,56,49],[33,30,21],[29,27,14],[16,14,0],[11,8,0],[27,24,9],[50,48,35],[35,33,18],[18,17,0],[58,58,32],[102,103,71],[123,125,86],[133,136,93],[70,73,28],[62,63,19],[81,79,38],[86,82,45],[26,19,0],[17,6,0],[71,59,43],[32,18,9],[43,30,22],[42,29,20],[77,67,57],[56,46,37],[38,28,19],[28,17,11],[7,0,0],[9,0,0],[20,10,8],[7,0,0],[8,0,0],[6,0,0],[5,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[11,9,10],[1,0,0],[1,0,0],[8,6,7],[1,0,0],[7,5,6],[3,1,2],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[33,33,33],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[17,13,14],[3,0,0],[14,10,11],[249,245,246],[255,254,255],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[1,0,0],[13,11,12],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[5,1,0],[11,7,4],[10,6,5],[5,1,0],[4,0,0],[6,2,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[6,2,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,2],[8,4,3],[6,2,1],[4,0,0],[6,2,1],[5,1,0],[5,1,0],[7,3,2],[8,4,5],[4,0,1],[21,17,18],[8,4,5],[4,0,0],[6,0,0],[12,6,6],[4,0,0],[11,2,3],[7,0,0],[9,1,0],[10,2,0],[6,0,0],[7,0,0],[9,0,0],[4,0,0],[0,0,0],[3,5,2],[0,0,0],[3,0,0],[6,1,0],[7,0,0],[8,0,0],[17,2,0],[25,6,0],[34,14,5],[39,17,6],[33,11,0],[51,27,15],[57,33,21],[51,27,15],[35,13,0],[26,10,0],[25,11,0],[20,7,0],[30,17,9],[13,2,0],[19,8,4],[7,0,0],[15,6,1],[7,0,0],[9,1,0],[13,6,0],[10,1,0],[10,1,0],[9,0,0],[33,24,15],[27,17,7],[44,35,20],[45,36,19],[37,28,13],[7,0,0],[6,0,0],[23,18,12],[3,0,0],[13,9,6],[9,8,4],[20,19,14],[32,29,22],[39,36,27],[22,18,7],[14,10,0],[34,28,14],[77,74,59],[44,42,30],[12,10,0],[27,28,10],[73,75,51],[79,82,51],[92,96,61],[99,104,64],[41,46,5],[48,50,10],[109,111,72],[93,93,59],[56,52,23],[36,30,8],[45,36,19],[42,29,20],[30,17,9],[59,49,40],[51,42,33],[14,5,0],[25,16,9],[39,30,25],[16,7,2],[11,1,0],[7,0,0],[7,0,0],[9,0,1],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[11,11,11],[2,2,2],[10,10,10],[0,0,0],[5,5,5],[0,0,0],[7,7,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[3,0,0],[81,77,78],[101,97,98],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[65,63,64],[53,51,52],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[6,2,3],[3,0,0],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[11,7,6],[11,7,6],[7,3,2],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[10,6,7],[3,0,0],[4,0,1],[3,0,0],[9,3,3],[8,2,2],[6,0,0],[4,0,0],[6,0,0],[6,0,0],[9,1,0],[11,1,0],[7,0,0],[7,0,0],[8,0,0],[9,1,0],[5,4,0],[0,1,0],[1,0,0],[9,4,0],[9,2,0],[17,7,0],[25,11,2],[22,4,0],[38,16,3],[45,22,8],[51,28,12],[38,12,0],[57,31,14],[53,28,8],[65,40,20],[63,40,22],[59,38,19],[75,56,39],[41,24,8],[32,14,0],[30,14,1],[31,14,4],[22,8,0],[18,5,0],[22,9,1],[11,0,0],[14,1,0],[14,1,0],[33,20,11],[32,20,8],[26,14,2],[13,1,0],[49,38,20],[77,66,48],[50,38,22],[27,17,5],[12,3,0],[34,27,21],[23,18,14],[7,3,0],[10,9,5],[11,10,6],[32,29,24],[31,28,21],[4,0,0],[23,19,8],[36,30,18],[43,37,25],[34,30,19],[15,13,1],[34,35,17],[16,20,0],[43,48,18],[59,67,30],[57,65,24],[21,30,0],[25,32,0],[123,128,88],[121,122,88],[49,48,18],[39,34,12],[37,30,12],[9,0,0],[25,15,6],[52,43,34],[15,6,0],[7,0,0],[16,7,0],[21,12,7],[22,14,11],[14,6,4],[8,0,0],[8,0,0],[10,1,2],[8,2,2],[6,0,0],[5,0,0],[5,0,0],[4,0,0],[3,0,0],[1,0,0],[8,6,7],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[7,5,6],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[0,0,0],[1,1,1],[6,6,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[7,3,4],[4,0,1],[11,7,8],[6,2,3],[3,0,0],[4,0,1],[7,3,4],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[9,7,8],[1,0,0],[3,1,2],[1,0,0],[67,65,66],[55,53,54],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[9,5,2],[36,32,29],[41,37,34],[14,10,7],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[9,5,6],[37,33,34],[47,43,44],[15,11,12],[3,0,0],[7,3,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[9,5,4],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[6,2,1],[4,0,0],[8,2,2],[9,3,3],[4,0,0],[18,9,10],[6,0,0],[6,0,0],[15,7,5],[11,1,0],[14,4,2],[10,0,0],[9,0,0],[12,1,0],[13,0,0],[12,0,0],[14,5,0],[13,8,5],[4,0,0],[6,0,0],[9,0,0],[10,0,0],[23,6,0],[39,21,9],[43,21,7],[61,38,22],[49,23,6],[52,27,5],[54,28,5],[70,44,21],[48,22,0],[65,41,17],[93,69,43],[57,31,6],[79,51,27],[55,29,6],[42,17,0],[64,42,21],[40,17,0],[31,10,0],[32,13,0],[33,14,0],[39,21,9],[26,8,0],[30,12,0],[50,32,18],[27,10,0],[30,13,0],[31,16,0],[51,36,15],[51,39,17],[32,21,3],[55,46,31],[29,21,10],[18,11,3],[22,17,13],[19,14,11],[22,18,17],[15,11,10],[34,29,26],[24,19,15],[9,2,0],[64,57,49],[50,42,31],[29,23,11],[13,9,0],[24,22,9],[38,39,23],[31,35,12],[83,89,61],[69,79,45],[69,79,42],[62,73,33],[142,150,111],[109,117,78],[60,66,32],[32,35,6],[46,46,22],[23,20,1],[6,0,0],[51,43,32],[19,12,4],[9,2,0],[19,12,6],[17,10,4],[6,0,0],[11,6,2],[12,7,4],[6,1,0],[7,1,1],[9,3,3],[9,3,3],[6,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[6,4,5],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[71,69,70],[63,61,62],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[6,2,3],[8,4,5],[9,5,6],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[3,0,0],[3,0,0],[10,6,7],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[5,3,4],[1,0,0],[14,12,13],[1,0,0],[4,2,3],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,5],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[10,6,3],[8,4,1],[3,0,0],[4,0,0],[8,4,3],[5,1,2],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[3,0,0],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[8,4,3],[4,0,0],[4,0,0],[16,10,10],[4,0,0],[6,0,0],[7,0,0],[16,8,6],[9,1,0],[9,0,0],[8,0,0],[9,0,0],[15,4,0],[26,12,9],[26,12,9],[17,4,0],[10,0,0],[9,0,0],[14,4,2],[11,0,0],[11,0,0],[21,4,0],[37,17,6],[56,34,20],[80,57,39],[73,46,27],[68,42,19],[62,36,11],[58,32,5],[69,44,14],[57,34,3],[60,37,6],[77,52,21],[65,34,3],[104,71,38],[107,74,43],[60,29,1],[82,52,26],[77,49,25],[57,30,9],[43,18,0],[52,26,9],[74,51,33],[39,18,0],[52,31,12],[71,50,31],[25,4,0],[37,16,0],[30,12,0],[36,20,0],[33,18,0],[40,27,8],[42,30,14],[19,9,0],[19,12,4],[17,12,8],[19,13,13],[46,42,43],[16,12,13],[11,5,5],[15,10,7],[27,19,16],[34,27,21],[7,0,0],[15,9,0],[16,12,0],[57,58,44],[83,86,67],[38,43,21],[80,89,60],[90,101,67],[68,80,42],[81,93,53],[161,173,133],[169,179,142],[89,99,64],[5,12,0],[27,29,5],[21,20,0],[6,3,0],[34,31,16],[8,4,0],[29,24,18],[8,3,0],[4,0,0],[8,3,0],[5,0,0],[13,8,5],[4,0,0],[7,1,1],[9,3,3],[10,4,4],[7,1,1],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[3,0,0],[3,1,2],[1,0,0],[1,0,0],[12,10,11],[137,135,136],[121,119,120],[6,4,5],[7,7,7],[1,1,1],[54,54,54],[250,250,250],[95,95,95],[6,6,6],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[7,3,4],[8,4,5],[3,0,0],[3,0,0],[3,0,0],[7,3,4],[8,4,5],[10,6,7],[9,5,6],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[4,0,5],[4,0,5],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[3,0,0],[8,4,3],[8,4,5],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[6,2,3],[4,0,1],[9,5,6],[9,5,6],[5,1,2],[7,3,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[9,3,3],[6,0,0],[8,0,0],[6,0,0],[15,5,4],[13,3,2],[10,0,0],[14,4,2],[14,3,1],[8,0,0],[18,4,1],[30,17,11],[29,14,9],[33,18,13],[34,19,14],[18,3,0],[13,0,0],[22,6,6],[25,7,5],[31,12,6],[48,28,19],[61,37,25],[71,45,30],[86,59,40],[65,39,16],[73,46,19],[61,36,6],[64,39,8],[69,46,12],[69,49,14],[60,40,5],[72,48,12],[88,53,15],[114,74,38],[123,83,48],[125,86,53],[126,91,59],[109,75,47],[90,58,33],[73,43,19],[79,51,29],[80,52,31],[55,28,7],[66,40,17],[100,76,52],[74,50,24],[56,32,6],[33,12,0],[64,47,21],[57,43,17],[64,52,30],[38,26,10],[36,26,16],[29,20,13],[9,1,0],[20,14,14],[9,5,6],[26,22,23],[22,16,18],[16,10,10],[33,25,22],[22,13,8],[23,12,6],[32,23,14],[3,1,0],[79,80,64],[124,127,108],[50,55,32],[96,105,76],[61,72,38],[3,17,0],[51,66,27],[113,128,89],[94,109,70],[117,129,93],[13,23,0],[14,18,0],[76,78,54],[32,31,10],[4,1,0],[6,2,0],[30,25,21],[9,4,0],[3,0,0],[5,1,0],[3,0,0],[10,4,4],[8,2,2],[8,2,2],[10,4,4],[11,5,5],[8,2,2],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[6,2,1],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[2,2,2],[2,2,2],[13,13,13],[207,207,207],[43,43,43],[0,0,0],[7,7,7],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[4,0,1],[5,1,2],[6,2,3],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,3],[4,0,3],[4,0,3],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[7,3,0],[4,0,0],[3,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[3,0,0],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[7,3,4],[4,0,0],[2,1,0],[2,1,0],[2,1,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[7,1,3],[8,2,4],[7,1,3],[4,0,1],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[9,1,0],[8,0,0],[16,2,1],[14,0,0],[27,11,11],[11,0,0],[13,2,0],[40,29,25],[63,50,44],[40,25,18],[50,33,26],[48,29,23],[17,0,0],[20,3,0],[34,19,12],[17,2,0],[15,0,0],[13,0,0],[28,9,5],[48,27,22],[56,33,25],[60,37,23],[55,29,12],[38,12,0],[59,33,6],[48,23,0],[42,18,0],[85,63,24],[89,70,28],[73,56,12],[64,47,3],[111,90,47],[117,88,44],[126,93,50],[99,65,27],[141,107,72],[124,91,56],[102,72,38],[111,82,50],[83,56,26],[72,46,19],[66,42,14],[96,73,42],[79,56,22],[99,77,38],[108,85,44],[79,55,17],[91,67,33],[66,47,17],[87,71,45],[76,62,36],[21,8,0],[48,38,26],[48,39,32],[22,14,12],[13,7,7],[33,29,28],[56,52,53],[25,20,24],[4,0,0],[20,15,9],[17,10,0],[49,42,32],[24,18,6],[41,40,20],[128,132,109],[104,108,85],[68,73,50],[15,25,0],[37,50,20],[41,57,21],[86,102,65],[137,153,116],[25,40,1],[64,76,38],[65,75,40],[72,77,47],[81,83,59],[37,36,16],[6,3,0],[7,2,0],[4,0,0],[11,5,5],[12,6,6],[10,4,4],[10,4,6],[4,0,0],[6,0,2],[8,2,2],[11,5,5],[11,6,3],[8,3,0],[5,0,0],[4,0,0],[7,0,0],[5,0,0],[7,3,2],[1,0,0],[3,1,2],[1,0,0],[4,2,3],[6,4,5],[2,0,1],[1,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[5,5,5],[2,2,2],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[4,2,3],[1,0,0],[1,0,2],[1,0,2],[3,1,4],[6,4,7],[2,0,3],[1,0,2],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[6,5,3],[6,5,3],[1,0,0],[6,5,3],[5,4,2],[3,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[3,0,0],[40,36,37],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[11,10,8],[1,0,0],[13,12,10],[1,0,0],[8,7,5],[28,27,25],[21,20,18],[11,10,8],[4,0,0],[3,0,0],[6,2,1],[8,4,3],[6,2,1],[1,0,0],[0,1,0],[4,6,1],[2,1,0],[3,0,0],[7,0,0],[10,0,0],[14,2,4],[8,0,0],[8,0,2],[12,1,9],[10,0,8],[4,0,2],[9,5,6],[3,0,0],[48,44,41],[139,134,130],[14,3,0],[13,0,0],[30,6,4],[45,19,18],[43,17,18],[34,10,8],[34,17,10],[58,44,35],[68,51,41],[30,10,0],[80,53,44],[84,54,46],[34,5,0],[19,0,0],[13,0,0],[44,31,22],[21,6,0],[13,0,0],[40,21,15],[59,39,32],[68,46,35],[60,37,23],[58,33,13],[68,42,17],[51,27,0],[70,47,6],[65,44,0],[118,100,50],[96,80,28],[92,79,26],[126,113,60],[123,110,57],[95,82,30],[69,55,10],[87,69,33],[57,36,5],[55,35,0],[72,53,13],[100,83,40],[117,102,61],[71,58,23],[95,85,49],[99,91,45],[93,81,29],[110,96,35],[130,112,50],[137,115,58],[131,107,59],[82,59,25],[54,35,5],[58,41,13],[61,46,23],[35,23,9],[17,6,0],[24,16,14],[8,2,2],[46,43,36],[26,25,21],[8,5,12],[1,0,2],[53,54,38],[36,38,16],[16,17,0],[72,74,53],[140,144,111],[118,124,88],[95,102,71],[66,75,48],[5,17,0],[58,72,47],[68,82,56],[60,77,45],[92,108,72],[44,59,20],[82,94,56],[85,92,58],[80,83,54],[18,17,0],[22,16,2],[8,1,0],[11,1,0],[9,0,2],[9,0,5],[10,1,6],[14,4,12],[5,0,5],[7,0,7],[6,0,4],[6,0,2],[14,9,6],[4,0,0],[19,14,10],[33,25,22],[16,8,5],[9,1,0],[5,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[4,2,5],[1,0,2],[6,4,7],[1,0,2],[1,0,2],[7,5,8],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[19,18,16],[1,0,0],[1,0,0],[7,6,4],[1,0,0],[1,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,3],[7,3,4],[14,10,11],[54,50,51],[29,25,26],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[3,3,1],[11,10,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[8,7,5],[4,3,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[2,1,0],[2,3,0],[1,2,0],[1,0,0],[9,4,0],[12,2,1],[8,0,0],[10,0,0],[11,0,4],[9,0,6],[13,3,11],[6,0,4],[10,1,6],[11,2,5],[6,0,0],[58,48,46],[172,161,155],[11,0,0],[15,0,0],[36,7,1],[76,45,42],[43,12,9],[20,0,0],[50,32,22],[29,13,0],[14,0,0],[23,0,0],[53,21,10],[102,65,56],[58,24,14],[20,0,0],[27,14,0],[23,11,0],[16,0,0],[26,6,0],[41,19,8],[75,51,39],[80,54,41],[77,51,34],[70,44,21],[67,42,11],[57,33,0],[89,68,21],[98,81,29],[128,113,56],[132,120,62],[136,126,67],[183,174,115],[126,120,62],[113,111,54],[92,89,38],[65,57,18],[58,45,10],[59,45,6],[63,50,6],[132,122,73],[143,137,89],[100,97,54],[118,115,70],[122,121,67],[76,72,9],[129,121,49],[138,124,51],[169,148,81],[152,130,73],[90,67,23],[84,65,25],[93,75,35],[114,100,65],[62,47,24],[48,36,22],[24,15,6],[11,4,0],[27,26,6],[18,19,3],[24,23,21],[21,22,16],[71,78,47],[91,99,62],[31,37,9],[108,113,83],[91,98,57],[130,138,97],[103,113,78],[56,66,39],[19,31,9],[38,51,31],[44,59,36],[0,8,0],[66,81,48],[63,77,41],[80,92,54],[62,69,35],[49,52,23],[59,57,36],[17,11,0],[7,0,0],[17,6,4],[8,0,0],[18,8,9],[7,0,2],[15,5,13],[25,15,23],[4,0,2],[11,5,7],[8,2,2],[13,8,5],[4,0,0],[14,9,3],[23,15,12],[6,0,0],[6,0,0],[6,0,0],[7,1,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,2],[11,9,12],[1,0,2],[16,14,17],[21,19,22],[1,0,2],[7,5,6],[3,1,2],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[8,7,5],[3,2,0],[1,0,0],[10,9,7],[6,2,3],[3,0,0],[6,2,3],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[1,0,0],[6,5,3],[7,6,4],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[7,1,1],[11,3,1],[6,0,0],[13,5,3],[47,39,37],[45,40,37],[12,7,4],[3,0,0],[7,5,6],[8,6,9],[1,0,2],[7,2,6],[6,0,0],[15,3,5],[26,10,10],[27,6,5],[29,8,3],[27,7,0],[54,32,21],[36,7,0],[58,25,16],[74,44,34],[52,25,14],[42,23,8],[18,1,0],[23,4,0],[55,29,14],[47,13,1],[96,60,48],[71,37,25],[27,1,0],[35,20,1],[13,0,0],[26,3,0],[37,10,0],[32,3,0],[64,35,17],[73,42,22],[73,43,19],[57,30,0],[76,50,13],[74,51,7],[80,60,10],[75,58,4],[120,107,52],[131,120,64],[131,124,69],[144,139,84],[158,155,100],[147,147,87],[167,167,107],[127,124,73],[64,58,10],[62,54,5],[116,109,57],[159,154,99],[94,91,38],[110,110,60],[51,51,0],[91,92,34],[117,116,52],[136,132,59],[127,117,45],[170,153,84],[157,137,74],[132,113,57],[107,90,38],[59,43,0],[98,84,35],[112,98,59],[107,94,62],[60,50,25],[36,29,3],[75,72,37],[58,57,26],[52,53,35],[36,40,17],[58,67,22],[176,186,134],[102,110,69],[94,102,63],[101,108,67],[74,80,42],[34,41,8],[27,37,10],[0,11,0],[0,6,0],[16,30,7],[122,136,110],[144,158,125],[33,45,9],[54,64,27],[21,27,0],[58,58,30],[64,62,41],[32,26,12],[14,6,0],[21,11,1],[19,9,0],[7,0,0],[7,0,0],[10,2,0],[159,150,151],[69,64,61],[4,0,0],[12,7,3],[13,8,4],[6,0,0],[17,10,4],[24,16,13],[9,1,0],[12,2,3],[11,2,3],[7,1,1],[3,0,0],[3,0,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[31,29,30],[35,33,34],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[195,193,196],[205,203,206],[3,1,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[9,8,6],[2,1,0],[7,6,4],[1,0,0],[10,9,7],[1,0,0],[4,0,1],[3,0,0],[11,7,8],[5,1,2],[11,7,8],[7,3,4],[8,4,5],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,2,0],[5,4,2],[4,3,1],[2,1,0],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[3,0,0],[4,0,0],[6,2,1],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[8,0,0],[8,0,0],[14,0,0],[8,0,0],[7,0,0],[4,0,0],[1,0,0],[3,5,2],[0,2,0],[0,1,0],[1,3,2],[4,0,0],[11,1,0],[44,26,24],[24,0,0],[52,23,19],[79,50,44],[49,25,15],[49,25,13],[62,33,19],[52,20,5],[54,25,7],[79,52,33],[70,49,28],[50,32,12],[23,2,0],[53,25,11],[59,25,13],[84,48,34],[85,52,35],[34,7,0],[38,22,0],[53,37,11],[74,46,22],[98,64,39],[83,49,24],[67,33,6],[87,53,25],[90,57,26],[68,38,0],[94,67,24],[62,40,0],[80,60,7],[100,85,28],[127,116,60],[139,132,77],[136,133,80],[84,82,33],[155,155,103],[186,190,131],[128,132,71],[146,147,90],[150,148,97],[143,140,89],[184,181,130],[191,189,138],[141,141,89],[106,108,58],[85,90,36],[77,80,23],[112,113,53],[194,190,127],[157,149,84],[165,154,90],[192,176,114],[125,109,50],[89,73,14],[116,101,42],[96,81,26],[102,88,41],[143,130,88],[128,115,81],[116,108,72],[137,132,90],[148,146,107],[36,36,10],[1,4,0],[61,69,20],[180,190,137],[63,75,29],[82,93,53],[92,100,61],[5,13,0],[7,16,0],[0,5,0],[117,126,105],[170,182,162],[106,119,99],[151,165,140],[79,92,62],[30,41,7],[1,11,0],[15,21,0],[90,90,62],[112,110,87],[53,47,31],[26,19,3],[65,56,39],[34,25,8],[26,19,3],[29,21,10],[8,1,0],[87,80,72],[41,36,30],[7,2,0],[9,5,0],[13,9,0],[9,2,0],[24,17,11],[31,23,20],[18,9,10],[15,4,8],[6,0,0],[5,0,0],[3,0,0],[8,4,3],[15,11,10],[12,8,7],[5,1,0],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[3,1,2],[1,0,0],[13,11,12],[66,64,65],[66,64,65],[2,0,1],[3,1,4],[10,8,11],[1,0,2],[17,15,18],[27,25,26],[7,5,6],[3,1,2],[5,3,4],[7,5,6],[3,1,2],[1,0,0],[1,0,0],[9,8,6],[1,0,0],[1,0,0],[1,0,0],[7,3,4],[3,0,0],[7,3,4],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[1,0,0],[8,7,5],[1,0,0],[16,12,11],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[12,0,0],[13,0,0],[8,0,0],[14,6,4],[11,7,6],[0,0,0],[0,3,0],[0,4,0],[0,2,0],[2,3,0],[4,0,0],[20,7,1],[52,32,25],[55,26,20],[38,3,0],[86,52,43],[75,47,36],[56,28,16],[92,60,45],[77,45,24],[53,23,0],[66,39,12],[47,26,0],[36,14,0],[20,0,0],[58,29,13],[80,44,32],[80,44,30],[120,87,68],[78,52,27],[71,55,22],[81,62,29],[101,68,37],[128,89,58],[110,71,40],[91,52,19],[134,98,62],[92,59,18],[87,56,10],[118,92,41],[114,93,36],[115,99,40],[163,151,93],[152,143,86],[142,139,86],[100,100,50],[39,41,0],[82,85,40],[129,136,85],[64,71,19],[108,112,61],[151,153,103],[104,106,59],[138,139,97],[168,169,129],[86,89,46],[57,63,17],[46,54,5],[129,135,87],[95,99,49],[206,206,156],[234,231,180],[192,185,131],[142,131,77],[82,66,14],[106,90,38],[126,110,58],[140,124,73],[124,107,61],[76,61,20],[73,58,25],[75,62,28],[97,88,47],[102,97,59],[34,30,5],[14,14,0],[27,34,0],[165,174,129],[74,84,47],[62,72,38],[88,95,61],[67,72,40],[65,71,43],[20,28,5],[78,87,68],[151,160,143],[62,74,54],[86,98,74],[76,87,57],[102,112,78],[39,46,12],[5,9,0],[43,44,13],[75,71,46],[46,39,21],[14,7,0],[64,58,32],[49,43,17],[9,3,0],[21,14,0],[12,6,0],[12,6,0],[4,0,0],[11,7,0],[15,9,0],[14,8,0],[6,0,0],[11,4,0],[12,2,0],[7,0,0],[15,3,7],[7,0,0],[5,0,0],[3,0,0],[10,6,5],[18,14,13],[14,10,9],[6,2,1],[3,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[9,7,8],[4,2,3],[1,0,0],[1,0,0],[8,6,7],[1,0,2],[9,7,10],[1,0,2],[1,0,2],[2,0,1],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[1,0,0],[87,85,86],[13,11,12],[1,0,0],[4,3,1],[1,0,0],[8,7,5],[6,2,3],[3,0,0],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[3,0,0],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[2,1,0],[9,8,6],[1,0,0],[11,10,8],[3,0,0],[3,0,0],[120,116,115],[24,20,19],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[6,0,0],[7,1,1],[8,0,0],[8,0,0],[13,1,1],[9,0,0],[5,0,0],[2,1,0],[1,1,0],[4,6,1],[0,1,0],[142,142,134],[235,231,222],[35,22,13],[34,16,6],[51,24,13],[51,19,8],[71,35,23],[50,14,2],[60,28,17],[70,41,27],[70,39,19],[80,48,23],[91,62,32],[57,30,0],[37,12,0],[68,44,16],[54,27,6],[53,22,4],[57,21,7],[105,69,55],[129,98,77],[31,6,0],[48,32,0],[110,91,51],[111,77,40],[151,111,75],[125,85,49],[104,65,26],[158,121,79],[108,76,29],[131,101,49],[131,106,50],[153,135,73],[153,139,76],[177,169,107],[167,162,106],[117,115,64],[95,97,50],[61,66,25],[34,41,0],[97,106,63],[90,99,54],[76,86,36],[157,165,118],[131,138,97],[72,78,42],[105,111,77],[97,104,70],[70,78,37],[90,99,56],[105,114,71],[124,131,89],[221,223,184],[248,246,207],[255,255,212],[163,155,106],[94,82,34],[123,106,60],[147,130,84],[179,162,118],[109,92,48],[85,67,29],[87,68,36],[86,69,39],[86,74,36],[52,44,8],[37,31,9],[17,15,0],[0,6,0],[163,171,134],[117,126,97],[101,110,83],[101,108,77],[93,100,69],[89,95,69],[74,82,61],[51,60,43],[13,21,6],[87,96,79],[198,207,186],[114,124,97],[71,80,49],[110,116,82],[6,10,0],[65,66,35],[66,64,39],[36,31,9],[22,16,0],[25,20,0],[47,42,12],[20,15,0],[46,40,16],[23,18,0],[32,27,8],[35,32,15],[24,21,4],[11,5,0],[6,0,0],[6,0,0],[21,14,4],[20,11,6],[7,0,0],[17,5,9],[16,5,9],[7,1,1],[3,0,0],[6,2,1],[11,7,6],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[2,0,1],[1,0,0],[2,0,1],[13,11,12],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[9,7,8],[254,252,253],[87,85,86],[4,2,3],[6,4,5],[6,4,5],[1,0,0],[3,0,0],[3,0,0],[8,4,5],[4,0,1],[9,5,6],[3,0,0],[4,0,1],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[11,7,6],[3,0,0],[6,2,1],[5,1,0],[10,6,5],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[8,0,0],[8,0,0],[12,4,2],[8,0,0],[4,0,0],[9,5,4],[8,4,3],[3,0,0],[5,0,0],[11,4,0],[170,160,151],[255,248,238],[53,34,20],[36,10,0],[78,49,33],[60,27,10],[52,19,2],[61,28,11],[55,21,9],[60,28,15],[66,34,13],[103,72,44],[93,64,30],[56,27,0],[79,53,20],[106,79,50],[93,65,43],[63,31,16],[41,5,0],[111,75,61],[111,80,59],[44,19,0],[67,49,9],[120,98,57],[111,77,39],[153,115,78],[140,102,63],[83,48,6],[122,90,43],[139,109,59],[149,124,68],[105,85,24],[152,137,72],[139,128,64],[112,106,44],[131,129,72],[99,99,49],[99,102,57],[83,90,49],[87,94,60],[90,101,67],[84,96,60],[103,116,73],[157,170,127],[100,112,76],[82,93,63],[119,129,104],[96,107,77],[84,96,58],[99,112,69],[89,100,60],[146,154,117],[193,198,166],[209,210,176],[229,230,188],[161,158,113],[151,139,97],[128,113,74],[60,45,6],[100,82,44],[113,95,57],[118,98,63],[110,88,64],[101,81,56],[41,26,0],[44,33,3],[63,54,37],[41,35,21],[35,37,13],[161,167,141],[106,113,95],[58,65,47],[27,33,7],[45,51,23],[39,44,21],[99,104,84],[49,56,40],[34,40,26],[97,104,88],[140,147,129],[0,5,0],[65,71,43],[173,178,146],[50,53,22],[69,69,41],[109,105,78],[47,41,17],[50,44,20],[29,24,0],[43,38,9],[106,102,75],[124,119,97],[76,71,51],[41,36,17],[68,63,44],[71,65,49],[36,30,14],[11,5,0],[13,5,0],[59,51,40],[60,49,43],[22,11,9],[15,0,3],[8,0,0],[8,2,2],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[6,4,5],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[8,6,7],[6,2,3],[4,0,1],[4,0,1],[3,0,0],[3,0,0],[3,0,0],[12,8,9],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[8,4,3],[3,0,0],[4,0,0],[7,3,2],[3,0,0],[6,2,1],[3,0,0],[8,4,3],[5,0,0],[7,1,1],[9,3,3],[9,3,3],[7,1,1],[5,0,0],[7,0,0],[8,0,0],[4,0,0],[9,5,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[12,2,0],[10,0,0],[39,21,11],[40,16,4],[56,28,14],[74,43,25],[83,51,30],[74,39,19],[61,26,4],[51,16,0],[61,25,11],[47,14,0],[80,48,27],[138,108,80],[119,90,56],[86,58,21],[91,62,28],[59,29,1],[77,46,25],[66,33,16],[52,19,4],[110,79,61],[82,54,30],[81,58,26],[88,70,30],[103,84,41],[114,86,47],[86,54,16],[112,80,41],[91,62,18],[120,93,46],[152,129,77],[130,111,53],[127,113,50],[164,155,88],[182,177,111],[145,144,80],[105,106,48],[129,133,82],[118,124,80],[70,78,39],[81,91,57],[73,86,58],[81,96,65],[119,136,94],[88,105,63],[63,79,43],[117,132,103],[86,100,75],[88,101,73],[85,100,59],[96,112,65],[115,128,84],[97,108,68],[128,135,101],[177,183,147],[217,223,175],[159,161,111],[154,147,101],[115,103,61],[99,85,48],[73,58,19],[110,93,50],[137,118,78],[93,72,43],[74,54,27],[50,34,0],[55,42,8],[53,42,22],[54,47,29],[46,46,22],[70,74,51],[20,27,9],[6,13,0],[9,14,0],[3,9,0],[19,24,2],[55,59,42],[1,5,0],[8,12,0],[22,26,11],[2,6,0],[2,7,0],[63,67,44],[131,134,107],[143,143,115],[70,69,41],[30,26,0],[20,16,0],[43,37,13],[38,32,6],[34,28,4],[30,25,3],[12,7,0],[24,19,0],[136,130,114],[125,119,103],[83,78,59],[112,107,88],[45,40,21],[14,7,0],[57,49,36],[61,51,41],[17,6,0],[11,0,0],[11,0,0],[7,1,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,2,3],[3,0,0],[8,4,5],[7,3,4],[3,0,0],[10,6,7],[4,0,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[8,0,0],[7,0,0],[9,4,1],[6,2,1],[5,1,0],[6,2,3],[4,0,0],[9,0,0],[29,14,7],[59,37,26],[55,27,13],[53,20,1],[88,52,30],[76,38,15],[41,4,0],[65,29,3],[81,45,23],[79,42,26],[31,0,0],[35,3,0],[91,61,33],[122,93,61],[107,78,44],[113,84,52],[101,70,42],[75,43,22],[70,37,20],[70,39,21],[91,63,42],[86,60,35],[75,55,22],[77,59,19],[79,61,21],[103,81,44],[63,41,4],[78,56,17],[94,72,31],[79,61,15],[88,72,21],[140,130,71],[133,125,63],[141,137,73],[156,155,90],[164,166,103],[139,144,86],[126,133,82],[103,110,66],[97,105,66],[57,68,34],[47,62,33],[53,70,38],[127,145,103],[103,122,77],[55,73,35],[56,73,39],[63,80,48],[76,92,55],[73,89,40],[111,126,71],[115,128,75],[73,85,35],[128,140,94],[181,190,143],[208,219,161],[138,146,86],[115,114,58],[152,146,94],[143,135,88],[85,75,26],[117,104,49],[156,140,88],[129,112,69],[76,58,18],[70,56,9],[74,61,17],[54,43,11],[41,34,6],[49,48,17],[56,57,26],[22,26,1],[31,36,13],[26,31,8],[25,30,7],[25,30,8],[1,5,0],[10,14,0],[3,5,0],[5,7,0],[5,6,0],[42,43,25],[89,88,68],[44,43,22],[119,117,94],[83,81,56],[37,33,8],[16,12,0],[32,27,5],[71,66,47],[65,59,43],[13,7,0],[6,0,0],[8,2,0],[59,53,41],[27,21,7],[13,7,0],[74,67,49],[125,118,99],[26,17,0],[8,0,0],[46,34,22],[40,27,18],[11,0,0],[8,0,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[12,10,11],[1,0,0],[9,7,8],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[10,6,7],[3,0,0],[3,0,0],[9,5,6],[7,3,4],[3,0,0],[6,2,3],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[7,0,0],[8,0,0],[8,0,0],[8,0,0],[7,0,0],[7,0,0],[7,0,0],[9,0,0],[11,0,0],[13,3,1],[9,1,0],[7,1,1],[8,4,5],[4,0,0],[9,0,0],[27,12,5],[60,38,25],[53,24,6],[55,19,0],[99,59,33],[96,55,27],[58,14,0],[78,37,9],[111,69,45],[92,50,34],[83,46,30],[66,34,11],[77,50,21],[45,18,0],[64,38,5],[74,45,13],[108,77,49],[84,49,27],[73,41,20],[74,46,24],[61,37,13],[59,38,9],[60,41,8],[53,35,0],[81,66,27],[98,84,49],[60,46,11],[73,59,22],[71,57,18],[43,32,0],[100,92,43],[156,151,95],[173,171,112],[165,167,104],[156,161,97],[183,189,127],[152,160,103],[58,66,15],[90,99,56],[110,120,83],[109,120,88],[91,105,79],[63,79,52],[119,140,101],[132,153,112],[160,180,143],[106,126,91],[48,65,31],[29,45,6],[72,89,37],[67,82,25],[63,76,20],[94,107,53],[120,132,82],[149,162,109],[187,201,139],[138,149,83],[114,119,55],[129,129,69],[102,99,44],[66,61,5],[133,125,60],[183,174,109],[144,131,79],[118,104,57],[71,60,6],[102,92,39],[112,103,60],[117,112,74],[97,93,56],[86,86,50],[88,89,57],[98,101,72],[84,88,63],[104,109,86],[122,127,105],[96,101,81],[35,38,21],[24,25,11],[29,30,16],[5,3,0],[21,19,4],[4,1,0],[24,21,2],[50,48,27],[87,82,60],[90,85,63],[37,33,8],[64,59,39],[31,25,13],[32,25,17],[22,15,7],[28,21,13],[16,9,1],[12,5,0],[6,0,0],[14,8,0],[9,2,0],[100,93,74],[116,108,89],[25,14,0],[24,12,0],[38,24,13],[21,7,0],[15,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[8,6,7],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[34,30,31],[133,129,130],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,6],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[5,0,0],[5,0,0],[5,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[7,0,0],[8,0,0],[9,0,1],[8,0,0],[9,0,0],[8,0,0],[9,0,0],[11,0,0],[15,0,0],[18,0,0],[10,0,0],[9,0,1],[9,5,6],[3,1,2],[7,2,0],[25,15,6],[51,32,17],[50,22,1],[69,33,7],[104,60,33],[102,55,27],[106,57,27],[112,61,34],[68,20,0],[75,30,11],[92,54,35],[96,66,42],[81,55,28],[60,37,6],[88,63,33],[97,67,39],[65,34,6],[126,92,67],[68,36,11],[86,60,33],[94,73,42],[35,19,0],[76,62,27],[73,57,21],[73,59,22],[66,58,22],[66,60,24],[41,35,0],[84,79,39],[72,69,26],[103,102,54],[185,185,133],[154,157,100],[171,177,117],[107,115,55],[159,169,109],[167,178,122],[119,129,79],[100,111,68],[61,71,34],[69,80,48],[125,139,116],[50,65,42],[105,124,94],[84,103,71],[116,137,104],[183,202,170],[89,106,72],[76,92,53],[61,75,26],[70,83,30],[78,88,36],[104,114,62],[67,77,27],[85,98,45],[232,246,187],[173,185,121],[111,118,50],[109,114,47],[97,98,40],[111,111,51],[156,153,82],[133,129,58],[131,122,65],[159,149,96],[129,120,61],[115,106,49],[114,106,57],[143,136,92],[89,84,42],[59,55,17],[85,83,45],[81,81,47],[103,108,78],[179,184,161],[68,71,50],[32,35,16],[68,69,53],[61,62,48],[35,33,20],[20,16,5],[8,4,0],[11,5,0],[19,13,0],[40,34,18],[21,16,0],[42,37,17],[124,119,97],[52,47,28],[12,7,1],[4,0,0],[4,0,0],[9,4,1],[24,19,15],[16,11,5],[19,12,2],[10,4,0],[7,0,0],[61,54,35],[84,76,55],[76,65,45],[29,16,0],[44,28,13],[13,0,0],[12,0,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[7,5,6],[2,0,1],[2,0,1],[1,0,0],[8,6,7],[1,0,0],[12,10,11],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[40,36,37],[155,151,152],[12,8,9],[11,7,8],[7,3,4],[5,1,2],[3,0,0],[4,0,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,1],[9,0,1],[9,0,0],[9,0,0],[10,0,1],[14,0,0],[14,0,0],[19,0,0],[13,0,0],[10,0,3],[8,3,7],[3,1,2],[11,6,2],[33,20,11],[48,27,10],[71,41,17],[64,25,0],[71,26,0],[110,59,28],[130,77,46],[135,81,53],[142,90,66],[87,41,17],[85,48,22],[83,53,27],[64,40,14],[67,46,19],[56,32,6],[104,74,48],[112,81,53],[111,77,49],[79,50,18],[93,71,34],[74,59,20],[80,68,30],[58,46,8],[68,54,19],[78,65,30],[34,30,0],[7,5,0],[100,98,60],[113,114,74],[121,122,80],[82,85,38],[171,175,125],[56,63,9],[157,166,109],[196,207,147],[146,160,101],[186,199,145],[119,133,84],[85,98,55],[10,22,0],[61,75,42],[69,81,59],[42,55,37],[35,50,29],[30,48,22],[14,33,5],[138,157,125],[195,212,178],[92,107,68],[40,51,9],[60,69,24],[85,93,46],[90,98,51],[65,73,26],[153,163,113],[206,219,165],[222,236,175],[122,133,64],[91,101,32],[114,120,60],[153,159,97],[138,142,66],[149,151,78],[132,130,73],[122,116,64],[158,153,95],[178,173,115],[136,129,77],[102,94,48],[73,66,24],[73,65,26],[79,71,32],[61,57,20],[95,98,67],[64,70,44],[17,21,0],[38,41,20],[49,50,32],[30,28,13],[14,10,0],[20,16,5],[24,17,7],[19,12,2],[31,24,14],[19,13,1],[24,18,2],[83,78,59],[84,79,59],[23,17,1],[9,4,0],[5,0,1],[13,7,9],[8,2,2],[17,12,9],[7,2,0],[6,0,0],[19,13,0],[34,27,9],[78,70,49],[85,74,52],[55,44,22],[78,66,44],[36,21,2],[18,0,0],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[8,4,5],[3,0,0],[6,2,3],[16,12,13],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[5,1,0],[9,5,4],[14,10,9],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[10,0,1],[10,0,1],[11,1,2],[15,1,1],[16,0,0],[23,2,1],[17,1,2],[10,0,3],[7,1,5],[4,0,0],[14,4,2],[40,23,15],[59,32,15],[80,44,22],[76,32,5],[79,28,0],[119,66,35],[139,86,55],[138,84,56],[158,109,79],[107,64,32],[97,61,29],[72,45,15],[30,9,0],[46,26,1],[51,29,5],[70,42,18],[121,90,61],[113,80,47],[134,106,67],[91,72,29],[85,72,27],[102,94,48],[48,39,0],[59,46,11],[110,97,63],[67,63,25],[61,62,20],[133,134,92],[129,132,89],[70,73,30],[78,84,38],[127,135,86],[79,89,37],[89,102,48],[203,216,160],[181,196,141],[175,189,138],[201,217,170],[94,109,66],[90,105,66],[106,119,89],[50,59,40],[41,49,34],[55,68,51],[25,40,21],[20,38,12],[69,88,58],[158,174,138],[148,160,124],[85,92,58],[84,88,53],[133,135,98],[72,74,35],[69,76,32],[163,172,127],[196,207,164],[192,204,154],[171,183,119],[112,124,58],[137,148,92],[140,149,92],[88,98,27],[206,213,143],[150,153,100],[62,61,15],[90,89,35],[129,126,73],[94,88,40],[90,81,38],[111,98,63],[72,59,25],[20,7,0],[42,34,0],[23,24,0],[6,12,0],[57,61,34],[124,128,103],[81,83,62],[3,2,0],[15,11,0],[10,3,0],[24,15,8],[29,20,13],[27,18,11],[23,14,7],[58,50,39],[61,53,40],[29,24,5],[18,12,0],[7,2,0],[4,0,0],[9,3,5],[10,4,6],[13,7,7],[8,3,0],[10,3,0],[100,94,80],[137,130,112],[8,0,0],[30,20,0],[35,23,0],[95,80,59],[58,43,24],[40,22,8],[16,2,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,2,3],[1,0,0],[6,4,5],[5,3,4],[51,49,50],[156,154,155],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[14,10,11],[3,0,0],[10,6,7],[3,0,0],[6,2,3],[3,0,0],[8,4,5],[15,11,12],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[7,3,2],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[8,0,0],[9,0,0],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[12,2,3],[13,1,1],[17,2,0],[22,7,2],[17,5,5],[12,1,5],[10,1,6],[7,0,0],[18,2,2],[44,19,14],[66,30,16],[69,24,3],[100,49,22],[116,63,31],[130,77,45],[148,98,65],[136,90,57],[125,80,47],[142,100,62],[129,95,57],[158,134,100],[56,37,7],[25,7,0],[55,35,11],[66,38,14],[98,67,38],[153,121,83],[124,100,54],[106,90,38],[98,91,36],[120,117,66],[68,61,17],[125,112,77],[132,122,87],[109,106,63],[123,125,78],[151,152,108],[143,146,101],[61,67,23],[114,122,75],[127,136,89],[107,119,69],[67,81,28],[131,148,94],[169,186,132],[132,150,100],[168,185,140],[159,177,135],[152,170,132],[158,173,140],[72,82,57],[9,18,0],[16,27,10],[46,59,39],[62,78,49],[34,51,15],[115,132,90],[197,208,168],[177,183,149],[135,136,104],[104,104,68],[83,84,44],[59,65,19],[176,184,137],[252,255,221],[182,196,147],[158,174,109],[129,146,78],[113,128,73],[109,122,66],[152,165,95],[158,171,101],[90,98,47],[40,43,0],[94,96,46],[102,100,49],[157,150,104],[168,159,118],[83,69,34],[75,59,26],[97,78,45],[58,45,11],[42,43,11],[62,69,38],[105,110,80],[82,85,58],[83,82,61],[36,33,16],[6,0,0],[35,28,20],[33,24,19],[18,8,6],[33,23,21],[20,11,6],[33,24,15],[12,4,0],[35,29,13],[12,6,0],[4,0,0],[8,2,2],[10,4,4],[9,3,3],[28,23,20],[31,26,20],[16,9,0],[91,85,69],[127,120,101],[40,32,9],[31,21,0],[94,82,56],[55,40,17],[54,39,20],[56,39,23],[33,19,8],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[1,0,0],[6,4,5],[3,1,2],[1,0,0],[139,137,138],[252,250,251],[6,4,5],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[14,10,11],[3,0,0],[3,0,0],[7,3,4],[5,1,2],[5,1,2],[3,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,1],[10,0,1],[11,1,2],[11,1,2],[11,1,2],[11,1,2],[13,1,3],[13,3,2],[14,5,0],[16,9,1],[11,6,3],[12,3,6],[15,4,10],[16,0,7],[27,0,5],[50,15,13],[74,26,14],[86,31,11],[104,47,20],[115,59,26],[144,91,57],[142,96,62],[132,94,58],[190,155,117],[121,84,40],[113,80,37],[187,165,128],[139,122,92],[81,65,40],[72,51,30],[66,38,14],[83,52,21],[146,117,75],[120,97,45],[111,99,39],[137,131,71],[131,128,73],[136,132,85],[133,123,88],[149,139,104],[171,167,120],[95,95,45],[117,116,68],[199,201,154],[106,109,64],[130,136,90],[95,103,56],[98,110,62],[59,73,22],[110,126,77],[180,198,148],[88,108,59],[43,62,17],[131,152,111],[148,168,131],[157,174,138],[196,207,173],[107,116,85],[77,87,62],[101,116,87],[120,138,98],[96,114,66],[141,158,104],[146,158,108],[169,174,133],[107,107,69],[71,69,28],[69,68,22],[119,124,70],[151,158,106],[221,230,185],[211,225,176],[168,187,121],[96,116,47],[122,139,84],[168,186,128],[209,227,153],[135,151,80],[103,113,61],[48,55,11],[83,87,37],[128,128,76],[151,147,99],[148,139,96],[89,75,40],[85,66,33],[98,78,41],[49,35,0],[53,53,19],[53,60,29],[66,71,41],[65,68,41],[58,57,36],[44,41,22],[39,33,21],[37,28,21],[12,1,0],[30,18,18],[27,15,15],[20,9,7],[30,21,14],[11,2,0],[43,37,23],[14,8,0],[4,0,0],[20,15,12],[13,8,5],[4,0,0],[31,26,20],[24,20,11],[21,15,3],[48,41,23],[53,45,24],[28,21,0],[139,129,102],[151,139,115],[49,34,13],[74,57,39],[50,31,16],[26,9,0],[8,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,4,5],[1,0,0],[1,0,0],[10,8,9],[9,7,8],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,3],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[9,5,6],[3,0,0],[8,4,5],[3,0,0],[13,9,10],[3,0,0],[5,1,2],[7,3,2],[5,1,0],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[5,1,0],[4,0,0],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,3,2],[5,1,0],[5,1,0],[6,2,1],[7,3,2],[7,1,1],[9,0,1],[9,0,1],[9,0,1],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[10,0,0],[11,1,0],[12,2,1],[12,2,3],[11,1,2],[12,2,3],[13,1,3],[13,3,2],[10,2,0],[11,6,2],[8,3,0],[12,3,4],[21,9,11],[25,6,8],[34,4,4],[55,14,8],[89,36,22],[115,53,32],[130,66,38],[113,52,21],[135,82,48],[149,106,71],[125,91,54],[149,119,81],[58,29,0],[90,62,22],[86,66,29],[107,92,59],[79,64,35],[110,91,61],[99,74,43],[140,114,77],[113,89,43],[99,82,28],[138,129,70],[146,144,85],[104,104,50],[114,113,65],[60,55,17],[84,79,41],[170,168,120],[163,163,113],[112,114,65],[151,153,106],[168,174,130],[96,103,59],[103,112,67],[55,67,21],[57,71,22],[114,130,81],[182,200,152],[118,137,91],[67,86,41],[60,81,40],[108,128,91],[59,79,42],[163,179,140],[227,242,203],[166,181,148],[58,74,38],[177,194,152],[158,176,126],[156,173,119],[148,161,108],[109,116,72],[121,126,85],[78,84,38],[114,121,70],[160,169,114],[137,147,94],[227,239,193],[235,249,200],[183,203,140],[137,157,94],[162,180,128],[153,172,117],[150,169,105],[158,177,113],[88,101,55],[97,105,64],[81,87,41],[120,122,75],[101,97,52],[132,123,82],[126,110,76],[90,70,35],[91,67,29],[77,59,21],[29,24,0],[53,53,25],[38,41,12],[27,30,3],[44,43,22],[69,66,51],[35,28,18],[27,20,14],[31,22,17],[36,25,21],[10,0,0],[36,25,21],[38,29,22],[33,27,15],[24,21,2],[15,12,0],[11,7,0],[14,9,3],[6,1,0],[13,8,4],[68,65,56],[26,24,11],[32,29,12],[30,25,6],[13,6,0],[19,11,0],[24,13,0],[41,29,7],[46,31,10],[69,54,35],[87,71,56],[30,16,7],[9,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[8,4,3],[2,1,0],[2,1,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[6,4,5],[3,1,2],[2,0,1],[1,0,0],[6,4,5],[1,0,0],[3,1,2],[2,0,1],[5,3,4],[4,2,3],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[1,0,0],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[8,4,5],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[5,1,0],[6,2,3],[8,2,4],[8,2,4],[9,0,1],[7,0,0],[7,0,0],[11,0,0],[13,2,0],[18,7,5],[17,6,4],[15,4,2],[13,1,1],[12,0,0],[12,0,0],[11,1,0],[12,0,2],[15,3,7],[13,1,3],[11,1,0],[18,8,6],[38,29,22],[45,31,22],[49,23,10],[79,41,22],[106,50,25],[149,84,56],[127,61,29],[113,50,17],[123,70,38],[164,121,87],[102,72,36],[53,31,0],[81,62,30],[54,39,6],[52,38,3],[94,80,43],[65,50,9],[133,116,73],[144,126,80],[121,103,55],[74,60,11],[137,127,76],[123,120,69],[108,110,60],[69,72,25],[65,71,25],[53,59,15],[20,23,0],[93,96,49],[133,136,89],[83,86,43],[78,83,42],[167,172,132],[111,117,79],[130,138,97],[128,139,96],[102,115,69],[131,147,100],[227,243,196],[216,233,188],[119,136,92],[68,86,46],[91,108,72],[86,106,69],[98,123,83],[192,217,177],[141,161,124],[72,88,52],[74,88,52],[39,51,11],[33,46,2],[141,154,110],[138,154,109],[99,117,69],[57,75,25],[158,176,124],[117,134,82],[126,142,93],[202,215,171],[163,176,132],[204,222,172],[155,175,124],[143,160,116],[122,139,95],[98,114,69],[140,153,110],[61,71,34],[107,114,80],[126,127,93],[87,84,49],[69,61,25],[90,77,42],[111,92,59],[92,69,35],[109,83,46],[82,59,25],[67,51,26],[70,62,39],[108,104,77],[13,13,0],[25,26,8],[41,41,29],[22,19,14],[38,33,29],[6,0,0],[22,14,3],[10,0,0],[29,21,10],[54,48,36],[38,35,18],[90,90,62],[20,20,0],[14,8,0],[23,16,8],[14,9,5],[23,20,15],[64,64,52],[68,69,53],[20,19,0],[52,51,31],[44,38,24],[39,31,18],[31,19,5],[29,18,0],[24,13,0],[56,45,25],[85,73,59],[34,24,15],[8,0,0],[12,3,4],[4,0,0],[9,5,4],[5,4,2],[1,0,0],[7,6,2],[3,0,0],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[1,0,0],[4,2,3],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[33,31,32],[66,64,65],[9,7,8],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[7,5,6],[2,0,1],[1,0,0],[6,4,5],[10,8,9],[1,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[4,0,0],[5,1,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[4,0,1],[4,0,1],[5,0,1],[8,0,0],[10,0,0],[11,1,0],[12,1,0],[11,0,0],[22,8,5],[22,8,5],[19,8,6],[19,8,6],[18,6,6],[17,7,6],[16,6,5],[16,4,6],[12,0,2],[12,0,2],[11,0,0],[13,4,0],[25,15,5],[49,33,17],[58,31,10],[51,11,0],[108,53,23],[144,79,47],[144,78,44],[130,67,32],[123,70,36],[131,88,53],[101,71,33],[65,45,10],[58,44,15],[39,29,2],[41,27,0],[113,98,65],[47,29,0],[60,41,0],[94,77,31],[99,85,36],[80,70,19],[88,82,30],[128,128,78],[97,101,51],[122,128,82],[83,90,46],[91,100,57],[91,98,56],[90,97,53],[125,131,87],[125,130,89],[32,39,0],[123,130,89],[104,112,73],[85,96,56],[108,121,78],[121,134,91],[206,221,178],[199,214,171],[230,247,203],[200,218,176],[132,150,110],[118,136,98],[140,162,124],[164,192,151],[158,189,147],[112,137,98],[79,96,60],[75,89,54],[54,66,30],[57,69,31],[136,151,108],[169,188,142],[101,125,75],[46,73,20],[88,112,60],[92,114,65],[146,165,119],[190,205,162],[175,190,147],[239,255,212],[156,175,129],[93,112,67],[105,123,81],[76,93,51],[88,103,64],[54,66,28],[67,75,38],[95,99,64],[73,73,37],[82,76,40],[94,84,48],[93,78,39],[139,120,80],[151,128,87],[86,64,27],[78,61,33],[70,56,30],[33,26,0],[21,20,0],[60,62,41],[61,63,49],[35,35,25],[36,33,26],[68,61,51],[44,36,25],[32,22,12],[8,0,0],[6,0,0],[45,42,23],[76,79,52],[41,41,15],[15,9,0],[23,14,7],[20,15,12],[30,27,22],[54,54,42],[61,62,44],[14,16,0],[16,15,0],[20,14,2],[39,30,21],[18,5,0],[64,52,36],[70,59,37],[60,52,31],[29,20,5],[30,19,13],[8,0,0],[13,3,4],[8,2,2],[6,2,1],[1,0,0],[4,4,2],[1,0,0],[6,5,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,1,0],[4,0,0],[4,3,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[6,4,5],[1,0,0],[6,4,5],[2,0,1],[11,9,10],[27,25,26],[1,0,0],[7,5,6],[6,4,5],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[15,13,14],[50,48,49],[43,41,42],[3,1,2],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[5,1,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[7,1,3],[9,0,3],[13,4,5],[19,9,8],[22,11,9],[19,8,6],[15,4,0],[17,3,0],[18,4,1],[17,6,4],[18,7,5],[16,6,5],[16,6,5],[14,4,5],[14,4,5],[18,3,6],[22,7,10],[10,0,0],[8,0,0],[16,2,0],[52,29,11],[80,46,21],[53,9,0],[101,48,17],[130,71,39],[132,69,34],[138,78,41],[147,94,54],[94,49,10],[74,40,2],[88,64,28],[65,50,21],[64,52,26],[54,39,16],[87,71,48],[102,82,58],[62,42,15],[70,51,18],[95,80,39],[104,94,45],[71,66,11],[109,108,52],[129,132,77],[150,153,106],[132,137,96],[93,99,63],[104,110,76],[25,31,0],[110,116,78],[200,207,166],[196,205,162],[108,117,74],[101,112,69],[98,109,66],[123,136,93],[90,105,66],[189,205,168],[219,236,200],[179,196,160],[191,212,173],[165,186,147],[136,157,116],[109,134,92],[131,162,120],[145,176,134],[135,160,121],[104,124,87],[87,103,67],[91,105,69],[105,120,81],[113,130,88],[166,185,139],[105,127,78],[98,122,70],[138,162,110],[158,180,131],[186,205,159],[212,227,184],[216,233,189],[125,148,96],[131,154,100],[109,132,80],[154,177,125],[101,121,70],[103,123,74],[87,103,56],[88,100,54],[96,103,59],[102,105,60],[75,72,27],[67,60,14],[99,86,42],[163,146,102],[131,113,67],[95,76,33],[72,57,16],[84,72,34],[38,32,0],[37,33,4],[75,75,47],[109,112,85],[38,37,16],[8,5,0],[89,82,74],[63,54,49],[48,37,33],[53,43,34],[58,50,37],[77,71,57],[55,53,40],[32,28,17],[18,9,0],[23,14,7],[15,7,5],[6,1,0],[18,15,6],[62,60,45],[48,47,26],[22,19,0],[16,8,0],[14,4,0],[10,0,0],[51,38,22],[83,71,49],[58,47,27],[33,21,7],[31,20,14],[23,11,11],[7,0,0],[4,0,0],[3,0,0],[10,9,7],[0,0,0],[11,11,9],[4,3,1],[4,0,0],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[4,2,3],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[3,1,2],[5,3,4],[5,3,4],[3,1,2],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[2,0,1],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[6,2,1],[5,1,0],[6,2,1],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,2,0],[7,2,0],[9,3,3],[11,2,3],[13,4,5],[19,9,8],[24,13,11],[24,13,11],[21,10,6],[18,7,3],[13,0,0],[14,0,0],[13,2,0],[13,2,0],[12,2,1],[11,1,0],[10,1,2],[11,1,0],[14,0,0],[26,12,11],[14,4,3],[15,4,0],[26,8,0],[66,38,16],[111,72,43],[88,42,9],[118,69,37],[132,79,45],[112,56,19],[129,74,33],[138,85,41],[96,49,5],[87,52,10],[103,77,40],[80,63,33],[50,36,10],[20,3,0],[35,18,0],[128,109,92],[92,74,52],[47,30,0],[90,76,37],[116,108,59],[117,112,56],[171,171,111],[185,189,130],[69,76,24],[63,70,26],[114,120,86],[70,75,45],[41,48,17],[60,67,33],[109,117,78],[111,122,79],[148,160,112],[113,127,78],[122,138,91],[107,122,81],[117,133,97],[121,138,106],[133,152,124],[117,138,107],[169,193,159],[195,220,181],[218,243,201],[154,181,136],[143,174,130],[195,226,184],[157,182,143],[126,146,109],[159,175,139],[134,150,114],[105,121,84],[97,114,72],[130,152,105],[128,152,102],[163,190,137],[185,212,161],[171,195,145],[182,201,155],[248,255,223],[243,255,216],[201,224,172],[137,165,107],[118,146,88],[147,172,115],[110,135,78],[111,134,78],[111,130,75],[90,107,53],[111,124,70],[112,121,68],[66,68,18],[79,77,28],[124,116,67],[103,93,44],[74,60,13],[141,127,80],[95,82,37],[112,100,60],[74,65,34],[57,52,23],[40,39,8],[106,107,76],[99,99,71],[30,28,7],[8,0,0],[30,19,15],[25,11,8],[33,20,12],[90,81,66],[74,67,51],[4,0,0],[15,8,2],[32,21,15],[19,8,4],[14,4,5],[22,14,12],[19,15,6],[41,39,24],[37,35,14],[24,19,0],[7,0,0],[11,0,0],[18,4,0],[37,24,8],[58,46,24],[50,37,18],[35,23,9],[8,0,0],[22,12,11],[6,0,0],[13,7,9],[1,0,0],[0,0,0],[10,10,8],[2,2,0],[0,0,0],[4,0,0],[5,0,0],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,3,4],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[10,8,9],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,2,3],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[13,9,8],[13,9,8],[7,3,2],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[6,2,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[5,0,0],[6,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[9,1,0],[7,0,0],[11,1,0],[15,5,4],[18,7,5],[18,7,5],[17,6,2],[16,5,1],[16,5,1],[14,3,0],[15,4,0],[15,4,2],[13,2,0],[11,1,0],[11,1,0],[11,3,1],[13,3,1],[10,0,0],[16,2,0],[14,6,4],[18,7,3],[21,0,0],[70,36,11],[118,73,40],[72,24,0],[119,74,41],[120,76,41],[110,62,22],[141,90,45],[124,71,21],[144,94,45],[144,105,62],[101,73,36],[79,63,30],[90,76,49],[79,63,40],[63,46,26],[42,25,5],[47,31,8],[49,34,3],[117,105,65],[101,95,45],[77,75,18],[195,197,134],[163,167,106],[106,113,59],[74,82,35],[106,112,74],[97,104,71],[110,119,90],[41,50,21],[70,80,43],[77,90,46],[102,118,69],[141,158,106],[135,153,105],[101,119,77],[144,163,131],[150,170,145],[147,169,148],[172,194,173],[176,201,172],[227,253,218],[165,194,150],[138,167,121],[136,167,123],[162,193,151],[210,236,197],[222,244,208],[205,222,188],[133,149,113],[121,137,100],[165,183,141],[187,209,163],[164,188,140],[153,180,129],[132,156,106],[122,144,97],[151,170,125],[232,249,207],[204,223,178],[179,203,153],[194,221,166],[151,179,121],[95,123,65],[157,185,126],[173,199,138],[172,196,136],[147,167,106],[123,138,79],[98,109,51],[74,81,27],[98,101,48],[121,119,70],[84,78,30],[96,85,40],[121,109,67],[87,73,34],[91,78,44],[88,78,53],[85,77,54],[100,96,69],[108,107,77],[52,51,20],[18,14,0],[30,21,6],[24,11,2],[83,71,59],[33,21,5],[28,17,0],[45,37,16],[15,7,0],[7,0,0],[29,16,10],[22,8,7],[16,6,7],[14,5,6],[4,0,0],[22,19,4],[19,14,0],[25,18,0],[34,24,14],[37,24,15],[11,0,0],[28,12,0],[38,23,2],[64,51,32],[32,20,8],[8,0,0],[11,1,2],[15,6,11],[4,0,2],[1,0,2],[13,13,13],[0,1,0],[1,3,2],[5,5,5],[4,0,1],[5,0,1],[5,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[3,1,2],[4,2,3],[1,0,0],[2,0,1],[6,4,5],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[42,40,41],[28,26,27],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[4,2,3],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[3,0,0],[4,0,0],[3,0,0],[7,3,2],[11,7,6],[7,3,2],[3,0,0],[10,6,5],[12,8,7],[4,0,0],[5,1,0],[7,3,2],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,0,0],[6,1,0],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[10,2,0],[10,2,0],[10,0,0],[14,5,0],[19,8,4],[18,7,3],[15,4,0],[13,2,0],[15,4,0],[17,6,2],[15,4,0],[16,5,1],[15,4,2],[14,3,1],[11,1,0],[11,1,0],[12,4,2],[15,5,3],[18,5,0],[8,0,0],[12,6,6],[13,2,0],[21,0,0],[91,51,25],[138,88,51],[62,13,0],[99,61,25],[92,56,22],[76,37,0],[121,77,30],[130,77,23],[164,113,60],[157,119,74],[136,108,69],[113,94,61],[103,89,60],[85,71,44],[73,59,32],[47,33,4],[34,23,0],[88,79,40],[155,148,102],[189,186,133],[87,88,30],[132,136,75],[128,136,76],[133,142,85],[170,180,128],[130,142,96],[137,147,110],[110,120,93],[17,30,2],[44,58,22],[81,96,53],[154,172,124],[184,204,153],[173,195,148],[144,165,126],[122,142,114],[184,206,185],[168,191,173],[113,138,119],[65,93,68],[167,196,165],[124,156,115],[153,186,141],[153,186,143],[100,131,90],[162,188,151],[176,200,164],[203,225,189],[215,235,200],[189,210,171],[176,197,156],[151,174,128],[168,192,144],[167,193,145],[96,122,74],[106,129,83],[163,184,141],[178,196,156],[127,148,107],[92,118,71],[184,212,163],[136,164,113],[127,156,100],[160,188,130],[140,168,109],[156,182,121],[164,186,124],[152,170,110],[129,142,86],[120,129,76],[121,125,75],[120,119,73],[105,102,59],[129,121,82],[82,72,36],[38,25,0],[108,94,67],[107,95,71],[120,113,87],[104,99,70],[16,12,0],[32,29,0],[51,46,17],[31,23,2],[33,22,4],[56,43,24],[11,0,0],[22,12,0],[35,25,0],[52,44,23],[41,32,17],[31,18,10],[10,0,0],[19,7,11],[32,23,24],[23,19,10],[19,16,0],[12,10,0],[66,61,41],[58,48,36],[37,24,15],[38,24,11],[78,62,47],[77,62,41],[67,54,35],[34,22,10],[10,0,0],[12,2,3],[4,0,2],[3,0,2],[11,9,12],[0,0,0],[1,3,2],[0,1,0],[1,1,1],[2,0,1],[4,0,1],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[2,1,0],[2,1,0],[3,1,2],[1,0,0],[1,0,0],[26,24,25],[31,29,30],[4,2,3],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[14,12,13],[12,10,11],[1,0,0],[1,0,0],[9,7,8],[4,2,3],[1,0,0],[60,58,59],[37,35,36],[14,12,13],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[6,4,5],[6,4,5],[1,0,0],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[5,1,0],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[19,15,14],[50,46,45],[23,19,18],[11,7,6],[9,5,4],[10,6,5],[5,1,0],[3,0,0],[4,0,0],[3,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[9,1,0],[9,1,0],[11,1,0],[12,3,0],[12,3,0],[12,3,0],[15,4,0],[17,6,2],[19,8,4],[17,6,0],[14,3,0],[13,2,0],[16,5,1],[20,9,5],[13,2,0],[14,3,0],[14,5,0],[14,4,2],[12,2,0],[12,2,0],[14,4,2],[15,6,1],[23,10,1],[12,2,0],[13,9,8],[17,6,4],[50,21,5],[140,96,69],[176,122,84],[111,62,22],[75,40,8],[81,55,22],[65,33,0],[106,68,19],[164,113,56],[163,112,57],[121,80,36],[135,105,67],[101,81,46],[82,69,34],[61,49,11],[19,10,0],[88,81,35],[78,75,24],[111,110,56],[129,130,73],[195,198,141],[200,205,147],[114,122,63],[146,155,98],[121,132,76],[156,171,116],[146,163,108],[145,161,114],[120,135,104],[73,87,61],[46,61,28],[86,104,66],[145,166,123],[143,164,121],[172,194,155],[174,198,164],[194,218,192],[203,228,207],[79,106,89],[24,51,34],[85,115,91],[152,182,154],[181,215,178],[111,146,104],[134,166,125],[138,169,128],[133,161,123],[81,107,72],[168,192,158],[221,245,209],[201,223,185],[199,221,182],[136,162,117],[121,147,100],[127,153,106],[98,124,77],[133,156,112],[159,182,140],[121,142,103],[113,135,97],[85,111,72],[141,169,129],[74,101,58],[147,175,127],[150,177,126],[31,55,3],[61,84,28],[158,179,122],[130,149,93],[140,154,101],[132,142,92],[120,126,82],[110,111,71],[91,88,53],[76,71,39],[47,37,10],[55,43,19],[67,52,29],[121,110,82],[144,135,106],[84,77,49],[37,30,2],[68,61,35],[46,39,11],[63,54,23],[84,75,44],[63,52,24],[53,41,15],[35,23,0],[18,6,0],[90,80,53],[88,77,55],[70,57,48],[41,27,26],[36,24,26],[11,3,1],[4,0,0],[21,18,0],[34,32,7],[110,106,81],[70,61,46],[49,37,25],[79,65,52],[106,93,76],[90,78,56],[37,26,6],[20,7,0],[20,9,7],[29,18,22],[12,5,12],[5,0,6],[11,9,14],[89,89,91],[254,255,255],[114,115,117],[2,2,4],[2,0,3],[4,0,3],[5,0,1],[5,0,1],[4,0,1],[4,0,1],[2,0,1],[1,1,1],[1,0,0],[2,0,1],[4,2,3],[26,24,25],[33,31,32],[8,6,7],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[41,39,40],[18,16,17],[8,6,7],[1,0,0],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[1,0,0],[5,3,4],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[5,3,4],[2,0,1],[1,0,0],[4,2,3],[3,0,0],[6,2,1],[4,0,0],[3,0,0],[3,0,0],[12,8,7],[54,50,49],[108,104,103],[14,10,9],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,2],[4,0,0],[2,0,1],[2,2,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[5,1,0],[6,2,1],[6,1,0],[7,2,0],[9,1,0],[10,2,0],[11,2,0],[12,3,0],[13,4,0],[13,4,0],[14,3,0],[15,4,0],[14,3,0],[12,1,0],[9,0,0],[10,0,0],[14,3,0],[18,7,3],[13,2,0],[16,5,1],[18,9,4],[19,10,5],[17,8,3],[17,8,3],[18,9,4],[20,9,3],[22,10,0],[21,13,2],[16,12,11],[23,12,8],[85,54,36],[156,109,79],[163,110,70],[130,81,40],[89,60,28],[106,86,53],[97,72,32],[98,64,16],[166,117,59],[164,113,56],[108,67,23],[95,65,27],[63,43,6],[64,51,9],[80,72,25],[40,34,0],[113,112,56],[123,127,68],[127,133,73],[153,161,101],[168,176,119],[149,158,103],[138,148,95],[172,185,132],[119,133,80],[72,91,36],[91,112,55],[97,119,70],[128,147,115],[94,112,86],[30,49,19],[84,103,71],[150,172,136],[187,211,175],[172,196,162],[120,145,116],[128,153,131],[205,232,213],[142,171,153],[53,85,64],[89,121,98],[62,96,69],[140,175,143],[99,133,98],[87,119,80],[112,142,104],[109,139,103],[116,143,108],[213,240,205],[220,247,212],[206,232,195],[180,206,167],[175,202,159],[119,145,100],[110,136,91],[123,149,104],[145,170,128],[118,143,103],[64,89,50],[90,114,80],[150,175,143],[176,203,170],[128,154,117],[112,139,98],[141,167,120],[64,88,38],[142,165,111],[121,142,86],[29,48,0],[158,172,119],[195,204,157],[129,134,93],[72,74,37],[80,79,48],[55,51,22],[47,40,14],[58,48,23],[72,61,33],[129,121,84],[143,135,96],[77,71,37],[37,31,0],[49,42,14],[47,40,11],[84,76,39],[104,96,59],[66,57,24],[59,48,20],[50,37,18],[60,47,28],[91,79,53],[65,53,31],[25,13,1],[10,0,0],[43,33,32],[32,24,21],[8,6,0],[18,17,0],[3,3,0],[60,59,31],[82,75,56],[68,59,44],[31,19,3],[55,44,26],[73,62,40],[50,42,23],[8,0,0],[34,24,22],[23,14,17],[9,2,9],[3,0,4],[62,61,66],[248,249,251],[189,190,192],[81,82,84],[1,2,4],[1,1,3],[2,0,3],[4,0,1],[5,0,1],[4,0,1],[2,0,1],[1,1,1],[1,1,1],[1,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1]],[[9,7,8],[8,6,7],[6,4,5],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[11,7,6],[3,0,0],[5,1,0],[5,1,0],[7,3,2],[127,123,122],[117,113,112],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,2],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[6,2,3],[5,1,2],[5,0,0],[4,0,0],[6,0,0],[12,4,2],[18,8,6],[21,11,9],[26,17,12],[21,12,7],[11,0,0],[9,0,0],[15,2,0],[20,7,0],[33,20,12],[29,16,8],[38,27,21],[24,13,7],[11,0,0],[12,1,0],[13,2,0],[15,4,0],[15,4,0],[21,10,4],[31,20,14],[29,18,14],[21,10,6],[22,12,3],[31,19,7],[20,12,1],[16,12,9],[35,22,16],[68,35,16],[122,76,43],[141,88,46],[99,52,10],[44,18,0],[70,51,19],[84,62,23],[93,62,16],[152,107,50],[146,97,41],[142,101,57],[152,120,81],[103,82,39],[52,39,0],[92,85,33],[168,165,110],[175,179,120],[98,106,46],[109,120,60],[150,164,105],[109,122,68],[118,130,80],[99,112,66],[97,113,68],[82,101,56],[81,103,57],[120,146,98],[108,134,89],[157,181,147],[85,105,78],[83,103,76],[164,187,161],[242,255,239],[217,241,215],[178,204,179],[88,116,93],[25,53,31],[112,141,119],[139,171,150],[34,67,46],[70,104,80],[51,86,62],[100,136,110],[92,127,97],[117,148,114],[106,136,100],[109,139,105],[186,215,184],[160,189,158],[109,139,105],[81,108,73],[129,157,119],[179,207,166],[140,167,124],[130,157,114],[110,137,94],[161,188,147],[130,155,116],[124,148,114],[133,158,126],[111,137,108],[206,232,203],[176,201,169],[130,156,117],[133,159,114],[98,122,74],[125,148,94],[113,132,77],[102,119,64],[156,169,116],[155,164,117],[160,166,122],[61,63,24],[62,59,26],[65,60,31],[41,36,6],[54,48,12],[124,117,73],[90,84,34],[150,144,94],[140,133,89],[68,60,23],[69,60,27],[53,44,11],[86,81,43],[54,46,9],[47,38,7],[33,21,0],[16,3,0],[43,27,14],[109,93,77],[40,24,8],[16,4,0],[11,1,0],[9,2,0],[34,30,21],[58,57,37],[58,61,34],[47,51,18],[85,86,55],[91,86,64],[21,14,0],[10,2,0],[32,24,5],[70,62,39],[31,24,5],[6,0,0],[15,7,5],[29,20,25],[6,0,6],[8,3,9],[1,0,4],[0,0,4],[6,7,11],[0,0,2],[0,0,2],[2,0,3],[4,0,3],[5,0,3],[5,0,3],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[2,0,1],[5,3,4],[9,7,8],[1,0,0],[5,3,4],[48,46,47],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[1,0,0]],[[4,2,3],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,0,0],[3,0,0],[9,5,4],[10,6,5],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[3,1,2],[2,0,3],[2,0,3],[3,1,2],[7,3,4],[7,3,4],[8,2,2],[8,2,2],[21,13,11],[11,3,1],[7,0,0],[10,0,0],[33,24,19],[57,48,43],[51,40,36],[22,11,7],[23,12,6],[20,7,0],[40,27,19],[18,5,0],[17,6,0],[35,24,18],[42,31,25],[39,28,22],[26,15,9],[17,6,0],[27,16,10],[33,22,16],[20,9,3],[18,8,0],[22,12,3],[16,3,0],[19,5,0],[27,15,3],[27,20,14],[32,18,9],[42,10,0],[118,72,38],[128,77,34],[92,47,5],[82,56,23],[43,24,0],[47,25,0],[54,23,0],[152,106,54],[164,117,63],[82,41,0],[120,88,47],[126,104,57],[77,61,12],[114,104,53],[105,102,49],[82,87,33],[104,114,61],[106,120,67],[82,99,47],[34,50,3],[104,120,75],[105,120,79],[58,76,36],[87,109,71],[53,77,41],[161,188,153],[161,188,155],[136,161,131],[193,217,191],[223,247,223],[226,249,229],[203,226,208],[156,180,164],[144,171,156],[48,77,59],[41,70,50],[107,139,118],[167,199,176],[49,83,59],[39,74,50],[54,89,67],[42,77,57],[77,111,87],[133,164,133],[76,106,72],[134,165,133],[194,227,196],[184,217,186],[37,71,38],[51,82,48],[84,116,79],[159,190,149],[184,212,171],[174,201,160],[86,113,72],[91,117,78],[146,172,137],[134,159,127],[61,88,57],[68,94,67],[137,163,134],[191,218,185],[154,180,143],[142,169,124],[154,181,130],[139,162,106],[138,157,101],[150,168,110],[143,156,100],[121,131,78],[105,111,63],[89,92,49],[66,66,28],[33,30,0],[54,50,13],[69,66,21],[124,121,70],[86,83,28],[79,73,21],[122,116,68],[97,90,46],[86,78,39],[111,106,68],[126,121,81],[90,85,47],[62,56,24],[46,36,9],[30,17,0],[55,39,23],[59,42,24],[54,39,20],[14,2,0],[21,14,0],[13,7,0],[11,9,0],[42,44,20],[7,11,0],[79,83,46],[96,98,61],[68,67,39],[26,21,0],[7,0,0],[44,38,16],[64,58,36],[16,11,0],[9,5,0],[24,18,18],[23,14,19],[10,3,10],[3,0,4],[9,7,12],[0,0,4],[0,0,4],[0,0,2],[7,7,9],[2,0,3],[4,0,3],[6,0,4],[6,0,4],[5,1,2],[5,1,2],[3,1,2],[2,2,2],[1,0,0],[5,3,4],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[27,25,26],[75,73,74],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[13,9,8],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[17,13,12],[3,0,0],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[5,1,2],[3,0,0],[4,0,1],[7,1,3],[7,1,1],[8,2,2],[11,5,5],[11,3,1],[9,1,0],[13,5,3],[8,0,0],[7,0,0],[33,23,21],[56,46,44],[53,42,38],[75,64,58],[46,36,27],[38,28,19],[20,10,1],[14,3,0],[17,6,0],[44,35,28],[61,52,45],[32,21,15],[36,25,19],[43,30,22],[36,23,15],[21,8,0],[23,9,0],[31,17,8],[30,16,5],[25,7,0],[39,21,7],[35,22,13],[56,37,23],[51,17,0],[119,75,38],[133,84,41],[104,59,17],[67,38,4],[93,70,39],[45,19,0],[67,34,0],[161,115,66],[183,135,86],[115,74,30],[51,17,0],[86,60,11],[103,83,33],[111,98,53],[95,90,48],[69,71,32],[90,101,61],[129,144,105],[160,176,137],[34,50,11],[20,36,0],[105,121,84],[115,132,98],[46,66,38],[56,82,57],[191,220,200],[164,193,175],[146,171,149],[185,211,186],[121,146,127],[119,143,129],[57,80,70],[29,55,46],[65,91,82],[48,76,64],[56,84,69],[81,112,94],[192,224,203],[76,108,85],[47,80,59],[58,91,72],[45,78,61],[81,112,94],[113,143,115],[85,116,85],[124,157,126],[120,155,125],[86,123,92],[26,63,32],[76,111,79],[127,161,128],[171,203,166],[116,144,106],[173,199,162],[133,159,122],[102,129,94],[180,207,176],[70,96,67],[49,78,48],[46,77,46],[106,137,106],[137,167,133],[166,194,154],[125,153,105],[164,191,136],[147,171,111],[125,147,83],[151,170,106],[174,188,126],[119,130,70],[96,104,47],[125,130,76],[90,92,43],[36,35,0],[58,57,11],[97,97,45],[102,102,48],[86,84,35],[59,55,8],[93,86,40],[85,79,31],[71,67,20],[55,51,6],[54,50,12],[50,46,11],[87,83,48],[85,79,45],[91,81,46],[70,57,25],[44,28,2],[39,23,0],[48,37,15],[29,22,3],[35,29,13],[73,71,50],[128,129,98],[108,113,73],[120,126,82],[101,103,63],[65,64,33],[70,66,41],[72,66,44],[80,74,52],[37,31,9],[8,2,0],[18,13,9],[23,17,19],[24,15,20],[6,0,6],[6,1,7],[3,1,6],[7,7,9],[0,1,3],[2,3,5],[4,4,6],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[5,3,4],[10,8,9],[1,0,0],[1,0,0],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[5,1,2],[5,0,1],[6,0,0],[4,0,0],[6,0,0],[15,9,9],[10,2,0],[7,0,0],[15,7,5],[16,8,6],[7,0,0],[7,0,0],[14,4,2],[18,9,4],[92,81,75],[90,80,71],[46,36,27],[9,0,0],[16,5,0],[17,6,0],[30,21,14],[14,5,0],[20,9,3],[30,20,11],[49,36,28],[47,34,25],[32,18,9],[34,20,9],[45,28,18],[41,23,9],[46,24,10],[82,59,43],[37,18,3],[45,20,0],[101,66,34],[151,108,66],[138,91,45],[102,57,15],[75,41,6],[79,48,17],[59,26,0],[90,51,12],[130,82,36],[184,133,86],[170,126,81],[121,83,36],[89,57,6],[95,69,20],[90,73,30],[122,112,76],[83,84,52],[36,45,14],[53,66,36],[122,139,105],[128,145,109],[46,64,26],[67,84,48],[137,156,124],[133,156,130],[159,184,165],[153,183,171],[156,186,174],[143,170,153],[23,50,31],[42,69,54],[67,93,82],[55,80,74],[36,61,57],[60,87,82],[85,112,105],[35,65,53],[58,89,74],[203,234,216],[149,180,162],[66,97,79],[39,72,55],[85,117,102],[96,127,109],[104,134,108],[156,186,158],[143,176,147],[40,76,48],[43,82,53],[69,108,79],[97,136,105],[178,213,181],[181,212,178],[99,129,93],[147,174,139],[106,132,97],[41,68,37],[91,117,88],[67,96,68],[58,88,62],[67,102,72],[61,96,64],[68,102,67],[101,133,92],[139,171,122],[153,182,128],[174,202,143],[147,172,107],[140,161,96],[174,190,125],[94,106,42],[81,91,30],[161,166,108],[181,184,129],[77,80,27],[81,84,31],[118,121,66],[113,116,63],[138,137,93],[79,76,35],[92,88,43],[113,109,62],[55,51,3],[50,47,2],[13,11,0],[20,17,0],[80,78,39],[95,92,49],[101,94,48],[78,67,22],[70,56,19],[20,5,0],[52,41,11],[28,21,0],[35,31,6],[16,15,0],[42,44,7],[98,101,56],[104,108,58],[137,140,95],[98,95,62],[57,51,25],[52,46,22],[51,45,23],[11,4,0],[31,25,11],[25,17,15],[8,0,4],[9,0,5],[6,0,4],[17,10,17],[2,0,5],[0,0,2],[5,6,8],[0,0,2],[5,5,7],[3,1,4],[5,0,4],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[9,7,8],[9,7,8],[3,1,2],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[5,3,4],[5,1,0],[3,0,0],[6,2,1],[3,0,0],[11,7,6],[3,0,0],[16,12,11],[8,4,3],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[11,2,3],[10,1,2],[9,0,1],[10,1,2],[7,0,0],[12,3,4],[26,17,18],[15,7,5],[8,0,0],[6,0,0],[6,0,0],[10,2,0],[8,0,0],[6,0,0],[9,0,0],[23,12,6],[53,43,34],[57,48,41],[19,10,3],[15,6,0],[18,9,2],[21,12,5],[13,4,0],[10,0,0],[8,0,0],[41,28,19],[66,52,41],[49,32,22],[40,24,11],[48,30,16],[44,22,8],[47,18,2],[79,48,28],[78,50,28],[45,14,0],[97,59,20],[154,111,66],[157,111,62],[110,66,21],[122,80,42],[87,47,12],[109,66,32],[138,92,56],[123,72,29],[159,108,61],[161,113,65],[152,108,59],[135,95,46],[137,105,58],[97,74,33],[61,47,12],[74,70,41],[96,102,74],[60,73,45],[103,118,87],[101,117,81],[82,98,61],[58,74,37],[120,137,103],[192,215,187],[166,191,170],[150,181,166],[156,186,176],[55,83,71],[37,65,53],[56,83,74],[56,83,76],[52,79,74],[61,88,83],[48,74,71],[32,59,54],[19,46,41],[58,85,78],[76,103,94],[89,117,105],[86,114,100],[62,90,75],[66,95,77],[110,139,119],[141,169,146],[148,178,152],[64,98,71],[88,124,98],[40,80,53],[132,172,145],[97,138,108],[156,193,162],[174,207,176],[183,212,181],[191,218,187],[79,104,74],[65,91,62],[85,114,86],[101,131,107],[60,94,69],[66,105,78],[85,124,95],[44,81,48],[66,102,64],[145,181,137],[162,194,144],[196,225,169],[146,172,111],[189,211,147],[167,186,122],[155,170,105],[129,141,77],[186,194,134],[252,255,198],[137,142,84],[132,137,81],[139,146,92],[127,134,83],[93,93,55],[61,58,23],[70,65,25],[111,107,62],[88,84,37],[66,63,18],[86,86,48],[88,88,50],[101,102,58],[118,118,68],[118,116,59],[129,123,65],[108,96,44],[62,49,4],[58,46,8],[45,34,2],[42,35,6],[17,12,0],[35,33,0],[68,70,21],[91,94,41],[154,153,105],[97,93,56],[40,33,5],[31,21,0],[58,47,27],[39,28,10],[38,28,18],[19,9,10],[26,15,21],[20,9,15],[16,7,12],[6,0,4],[10,8,11],[0,0,2],[13,13,15],[0,0,2],[3,1,4],[6,2,3],[7,1,3],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[1,0,0],[3,1,2],[7,5,6],[7,5,6],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[12,10,11],[12,10,11],[4,2,3],[1,0,0],[2,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,3,4],[7,5,6],[28,24,23],[3,0,0],[9,5,4],[3,0,0],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[11,2,3],[10,1,2],[12,3,4],[17,8,9],[14,5,6],[18,9,10],[33,24,25],[6,0,0],[12,4,2],[11,3,1],[9,1,0],[16,8,6],[18,10,8],[12,4,2],[12,4,1],[8,0,0],[13,4,0],[65,56,49],[34,25,18],[11,2,0],[16,7,0],[8,0,0],[23,14,7],[21,11,2],[22,12,2],[26,14,2],[49,35,22],[65,49,36],[41,23,9],[36,17,2],[76,50,35],[72,39,20],[78,42,20],[143,108,80],[86,50,14],[78,40,0],[103,61,11],[120,77,26],[132,86,37],[119,71,31],[134,86,50],[126,76,41],[159,107,70],[149,96,56],[149,97,50],[177,127,78],[141,93,44],[165,118,72],[148,107,63],[131,102,62],[89,71,33],[33,29,0],[34,40,6],[43,54,20],[53,69,33],[47,63,26],[75,91,52],[112,128,91],[109,126,90],[122,143,112],[135,161,132],[167,197,173],[146,177,159],[53,83,75],[29,55,52],[77,104,99],[29,56,49],[45,72,65],[43,70,63],[53,80,75],[39,65,62],[36,62,61],[38,64,63],[23,49,46],[55,82,77],[87,114,105],[72,100,85],[74,103,83],[121,149,126],[137,165,142],[77,107,83],[19,53,28],[130,168,143],[90,133,106],[128,171,144],[130,173,145],[171,210,181],[193,228,198],[147,176,146],[146,172,143],[144,169,140],[64,90,63],[58,86,61],[101,133,110],[62,97,75],[50,92,70],[35,79,54],[52,95,67],[105,145,111],[168,206,167],[183,219,173],[98,130,80],[132,161,105],[200,225,167],[146,168,106],[207,225,163],[163,177,115],[135,145,84],[209,217,157],[225,233,174],[173,181,122],[106,115,58],[43,52,0],[48,51,6],[75,76,34],[79,76,33],[98,95,52],[64,61,18],[90,89,45],[74,76,36],[104,107,64],[140,143,96],[145,148,95],[178,177,120],[174,168,110],[128,117,61],[124,111,59],[120,107,63],[85,73,35],[83,75,39],[48,43,5],[53,51,3],[108,107,53],[49,48,0],[102,100,49],[83,78,40],[60,51,22],[17,5,0],[36,23,4],[49,36,19],[28,15,6],[13,1,3],[20,7,16],[12,1,7],[9,0,5],[4,0,2],[3,0,2],[15,13,16],[0,0,2],[12,12,14],[8,6,9],[6,2,3],[7,1,3],[9,0,3],[8,0,2],[6,0,2],[6,0,2],[5,1,0],[4,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[2,0,1],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[4,2,3],[7,5,6],[32,28,27],[3,0,0],[6,2,1],[3,0,0],[9,5,4],[7,3,2],[11,7,6],[7,3,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[8,0,0],[11,1,0],[7,0,0],[12,4,2],[22,14,12],[20,12,10],[18,10,8],[31,23,21],[40,31,32],[29,20,21],[12,6,6],[4,0,0],[6,0,0],[12,6,6],[11,5,5],[6,0,0],[19,10,5],[14,5,0],[40,31,24],[15,8,0],[22,15,9],[45,38,32],[33,24,17],[14,5,0],[36,26,17],[50,37,28],[26,12,1],[24,8,0],[55,37,23],[48,29,14],[46,27,12],[99,72,55],[113,75,56],[91,46,23],[114,71,37],[98,56,14],[132,90,40],[139,98,44],[116,73,20],[128,80,31],[123,70,26],[145,90,51],[141,82,48],[162,103,69],[169,114,75],[133,79,33],[139,86,34],[129,76,24],[168,115,71],[221,176,135],[203,170,125],[142,121,76],[95,89,41],[55,58,11],[69,81,33],[91,104,60],[49,62,19],[142,154,114],[85,97,59],[106,122,85],[107,127,90],[107,133,94],[166,198,157],[85,118,87],[17,47,39],[35,63,66],[28,57,53],[34,64,56],[51,81,69],[42,72,60],[43,70,63],[39,65,62],[50,74,76],[48,71,77],[35,58,64],[38,62,64],[66,91,85],[41,68,53],[54,82,59],[123,149,124],[135,161,136],[67,95,72],[57,91,67],[33,71,48],[123,165,141],[55,99,74],[129,172,145],[221,255,233],[165,200,170],[95,125,97],[168,194,167],[177,201,175],[76,102,77],[129,157,134],[57,89,68],[25,62,44],[30,73,56],[39,83,68],[90,133,114],[105,147,123],[176,215,186],[141,177,141],[128,160,119],[176,205,159],[119,146,95],[135,155,102],[204,221,166],[192,207,150],[145,158,102],[172,183,127],[244,253,196],[200,209,152],[195,207,145],[163,175,111],[119,128,65],[93,96,39],[111,109,60],[122,119,76],[94,90,52],[90,88,50],[38,41,0],[57,63,17],[80,86,40],[60,62,15],[102,99,54],[101,95,47],[123,111,59],[147,134,81],[107,93,46],[161,146,103],[135,123,85],[134,125,84],[104,98,48],[126,124,67],[109,107,48],[102,96,44],[70,61,22],[79,65,36],[52,36,13],[41,24,6],[60,42,28],[40,23,16],[23,6,12],[10,0,5],[8,0,4],[14,3,9],[23,14,19],[3,0,2],[3,1,2],[6,6,6],[1,0,0],[1,0,0],[7,3,4],[7,1,3],[9,0,1],[10,0,1],[8,0,0],[6,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[8,6,7],[5,3,4],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[3,1,2]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[6,4,5],[7,3,2],[6,2,1],[3,0,0],[11,7,6],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[12,3,4],[11,2,3],[4,0,0],[8,3,0],[22,17,14],[18,13,10],[12,7,4],[21,16,13],[49,43,43],[21,15,15],[11,5,5],[15,9,9],[10,4,4],[10,4,6],[15,9,11],[13,7,7],[7,0,0],[19,10,5],[15,6,1],[32,23,18],[51,40,36],[27,16,10],[39,26,17],[36,23,14],[40,28,16],[42,28,17],[37,23,12],[24,8,0],[23,5,0],[54,35,21],[81,60,43],[83,56,37],[95,57,34],[85,40,11],[128,82,46],[152,105,61],[120,72,23],[150,103,51],[187,140,88],[123,75,26],[93,45,0],[129,77,37],[133,81,42],[150,98,59],[173,122,79],[129,75,29],[147,90,37],[160,103,50],[147,90,45],[209,162,118],[185,153,104],[95,75,24],[146,134,86],[170,168,119],[138,145,93],[141,153,103],[126,139,93],[128,143,102],[103,118,85],[94,113,83],[32,58,21],[84,115,74],[193,221,180],[152,181,150],[29,56,49],[31,59,62],[47,76,74],[41,70,65],[27,57,47],[37,67,57],[42,72,62],[45,74,69],[29,57,58],[44,72,76],[27,54,61],[55,83,87],[49,75,72],[42,68,55],[40,68,45],[99,128,100],[186,214,189],[104,134,110],[31,64,43],[51,89,68],[77,119,99],[125,168,148],[90,132,110],[201,241,215],[119,155,127],[56,89,60],[179,208,178],[198,227,199],[120,148,123],[99,128,106],[34,65,47],[48,82,66],[45,85,74],[53,94,80],[61,103,81],[64,104,77],[158,195,164],[127,163,127],[137,169,130],[109,140,96],[135,163,114],[173,198,143],[156,177,120],[180,200,141],[231,248,193],[201,216,161],[141,154,100],[166,179,123],[195,209,148],[145,157,93],[174,185,119],[151,157,95],[129,132,79],[118,117,73],[80,78,39],[42,42,4],[108,111,66],[104,107,60],[68,71,26],[59,60,16],[56,53,12],[85,80,38],[147,139,90],[143,131,79],[89,77,27],[67,55,7],[113,105,59],[124,117,71],[126,120,68],[104,99,41],[80,76,15],[122,113,56],[97,85,37],[87,69,31],[97,76,45],[66,44,20],[59,38,19],[36,16,9],[22,3,7],[19,2,12],[14,1,8],[9,0,3],[4,0,0],[15,11,12],[8,6,7],[134,132,133],[18,16,17],[7,3,4],[8,2,4],[8,2,4],[9,0,3],[9,0,1],[6,0,0],[6,0,0],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[2,0,1]],[[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[5,3,4],[25,23,24],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[5,3,4],[6,4,5],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[7,3,0],[7,3,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[7,1,1],[8,2,2],[7,1,1],[5,0,0],[5,0,0],[7,1,1],[4,0,1],[5,1,2],[3,0,0],[14,10,9],[10,6,3],[25,20,17],[19,14,11],[20,15,12],[4,0,0],[5,1,0],[11,7,6],[3,0,0],[9,5,6],[14,9,13],[3,0,2],[13,7,9],[15,7,5],[13,3,2],[22,10,10],[42,26,27],[69,51,49],[22,3,0],[68,49,35],[65,46,29],[62,43,28],[54,36,22],[44,26,16],[32,13,6],[30,10,3],[37,17,6],[51,30,13],[67,41,18],[124,89,61],[122,79,45],[145,95,58],[172,117,76],[128,67,23],[176,117,73],[168,114,68],[99,52,6],[82,44,0],[84,51,6],[107,76,32],[146,113,68],[178,137,91],[186,136,87],[171,109,58],[166,103,50],[162,106,55],[180,137,84],[197,171,114],[93,73,22],[75,53,14],[112,96,60],[124,120,72],[129,133,82],[126,140,91],[154,175,136],[110,132,109],[86,115,95],[68,109,79],[109,146,115],[107,130,104],[123,140,121],[61,87,76],[38,69,64],[32,60,61],[40,68,69],[35,65,65],[36,67,62],[47,80,71],[44,77,68],[52,87,80],[39,75,71],[44,78,80],[79,110,113],[76,106,104],[47,77,65],[62,90,67],[99,129,101],[161,195,168],[170,205,181],[33,68,48],[47,84,67],[30,68,55],[119,160,146],[185,224,206],[134,173,152],[43,82,55],[108,145,112],[151,186,153],[200,233,202],[109,142,115],[77,109,88],[50,81,66],[98,128,116],[98,125,116],[77,106,88],[54,85,53],[39,71,30],[94,126,85],[112,143,102],[83,114,73],[89,118,74],[108,137,83],[126,155,91],[112,139,70],[124,149,81],[156,178,116],[193,214,158],[137,155,105],[163,179,130],[101,114,61],[42,52,0],[69,78,25],[96,105,52],[198,204,156],[138,141,96],[83,86,43],[129,130,88],[186,187,143],[120,121,77],[68,69,25],[32,31,0],[98,97,53],[112,109,66],[92,89,44],[119,115,67],[106,100,48],[70,65,10],[31,28,0],[99,97,46],[86,85,29],[97,95,36],[112,106,44],[181,170,108],[142,123,64],[127,105,48],[108,82,33],[94,66,27],[95,69,44],[73,50,36],[39,18,17],[58,42,45],[13,3,4],[13,7,7],[32,26,26],[4,0,0],[30,26,27],[202,198,199],[28,23,27],[4,0,2],[8,2,6],[7,1,5],[10,4,8],[12,6,8],[6,2,3],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[6,4,5],[1,0,0],[1,0,0],[2,0,3],[1,0,2],[3,1,4],[1,0,2]],[[3,1,2],[4,2,3],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[14,12,13],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[3,1,2],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,0],[7,3,0],[8,4,1],[11,7,4],[15,11,8],[13,9,6],[8,3,0],[6,1,0],[5,0,0],[6,1,0],[7,1,1],[7,1,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[9,5,6],[4,0,1],[7,3,4],[9,5,4],[9,5,2],[6,1,0],[24,19,15],[45,40,36],[7,2,0],[19,14,10],[12,7,4],[12,6,6],[16,10,12],[4,0,0],[9,3,7],[40,34,36],[87,79,76],[7,0,0],[10,0,0],[36,18,18],[43,22,19],[29,7,0],[66,45,26],[99,77,54],[76,56,32],[59,38,19],[36,16,5],[17,0,0],[44,24,15],[59,40,26],[54,33,12],[96,70,43],[114,81,46],[119,77,39],[131,79,39],[184,125,83],[154,89,47],[194,131,87],[181,124,79],[111,64,18],[105,73,24],[214,191,141],[116,94,45],[112,86,37],[150,114,64],[193,146,94],[205,143,92],[209,146,93],[211,159,102],[181,142,83],[162,142,83],[141,125,74],[92,68,34],[97,77,44],[121,113,67],[143,147,96],[126,140,91],[107,129,91],[177,202,183],[141,173,160],[50,94,71],[18,58,32],[53,70,52],[52,64,50],[50,76,63],[41,72,64],[32,60,61],[37,65,69],[37,66,70],[35,67,66],[52,88,78],[65,103,90],[51,91,80],[38,79,71],[64,103,102],[73,109,109],[63,95,92],[80,110,100],[67,97,73],[90,121,90],[122,159,128],[130,169,142],[124,162,141],[28,66,51],[30,68,57],[54,94,83],[155,196,182],[42,81,62],[32,72,45],[117,157,123],[128,165,131],[201,236,203],[102,135,106],[67,96,74],[74,102,87],[90,116,105],[96,120,107],[63,88,66],[41,69,29],[60,89,43],[81,110,66],[103,134,93],[86,116,80],[91,119,78],[94,124,70],[148,178,114],[202,233,163],[161,191,121],[172,198,137],[113,138,83],[131,155,103],[108,128,79],[90,103,57],[77,89,43],[65,77,31],[70,79,34],[176,183,139],[182,189,145],[163,169,125],[101,104,59],[134,137,92],[98,99,55],[95,96,52],[82,81,37],[72,71,27],[31,30,0],[68,67,23],[91,89,41],[99,96,41],[138,136,79],[65,64,8],[91,90,34],[131,130,74],[111,109,52],[106,97,38],[140,129,67],[124,104,41],[151,127,65],[142,115,60],[130,101,57],[103,76,46],[76,53,35],[43,22,17],[34,18,18],[13,5,3],[10,6,3],[25,20,17],[28,22,22],[4,0,0],[5,0,1],[4,0,0],[16,10,14],[10,4,8],[6,0,4],[6,1,5],[7,2,6],[4,2,3],[4,2,3],[4,4,2],[5,4,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,2],[1,0,2],[5,3,6],[10,8,11]],[[2,0,1],[5,3,4],[2,0,1],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[2,0,1],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[6,2,1],[8,4,3],[12,8,7],[10,6,5],[4,0,0],[3,0,0],[5,0,0],[7,1,1],[7,1,1],[5,0,0],[6,0,0],[9,3,3],[8,2,2],[5,0,0],[6,0,0],[4,0,0],[15,9,9],[12,7,4],[28,23,19],[18,11,5],[36,29,23],[51,44,38],[16,7,2],[15,6,1],[7,0,0],[16,6,4],[12,2,1],[8,0,0],[29,18,22],[27,17,16],[24,17,7],[34,26,15],[18,7,1],[11,0,0],[42,24,14],[53,32,15],[40,20,0],[73,54,24],[76,57,27],[80,60,35],[43,25,5],[53,34,19],[75,53,39],[59,38,19],[80,59,32],[115,91,57],[101,67,29],[88,45,3],[89,38,0],[192,135,90],[187,124,80],[180,119,72],[170,116,69],[137,91,42],[142,106,56],[255,242,192],[170,142,92],[128,98,46],[119,82,29],[145,98,44],[185,128,73],[196,140,83],[234,189,130],[213,181,124],[113,96,40],[133,121,71],[105,87,51],[79,63,29],[125,121,76],[126,132,86],[90,105,62],[178,200,164],[98,123,104],[64,95,80],[159,201,181],[80,115,95],[49,66,50],[49,61,47],[58,84,71],[43,74,66],[56,85,83],[70,98,101],[36,66,68],[30,60,60],[63,96,87],[54,92,79],[47,87,76],[48,88,80],[54,93,92],[65,101,101],[67,99,96],[69,99,87],[66,96,72],[117,148,117],[130,167,134],[115,156,126],[190,230,206],[131,172,154],[46,87,73],[23,63,52],[76,117,103],[96,138,118],[56,96,70],[141,180,149],[162,197,164],[187,221,188],[133,162,134],[58,83,61],[44,65,50],[65,86,71],[111,136,117],[98,127,99],[71,102,61],[88,119,77],[142,172,134],[90,120,86],[113,142,112],[106,136,102],[161,193,146],[159,190,133],[161,193,130],[139,169,107],[142,171,115],[144,171,118],[174,201,146],[144,167,115],[61,78,33],[102,117,74],[94,107,64],[56,69,26],[70,81,38],[54,65,22],[99,108,65],[74,81,37],[84,90,46],[124,127,84],[142,143,99],[67,68,24],[55,54,10],[56,55,11],[110,109,63],[92,90,41],[163,158,102],[179,174,116],[131,129,72],[122,119,66],[126,123,70],[143,137,85],[157,150,95],[83,70,15],[68,52,0],[109,88,31],[139,116,64],[167,144,100],[106,85,54],[34,17,0],[20,6,0],[36,25,21],[18,10,7],[4,0,0],[15,10,7],[27,21,21],[41,32,33],[21,12,15],[33,24,27],[13,4,9],[17,8,13],[10,1,6],[6,0,4],[6,0,2],[5,1,2],[6,2,3],[6,5,3],[4,3,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[3,1,2],[1,0,0],[1,0,0],[5,3,4],[8,6,7],[1,0,0],[2,0,3],[1,0,2]],[[1,0,0],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[4,0,0],[5,0,0],[8,2,2],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[10,4,4],[6,0,0],[13,4,5],[9,1,0],[8,0,0],[7,0,0],[32,23,18],[34,25,18],[29,19,10],[15,5,0],[12,0,0],[16,3,0],[18,5,0],[21,8,2],[15,1,0],[22,8,7],[37,23,22],[21,7,4],[33,25,12],[36,29,13],[40,30,20],[93,79,70],[113,95,83],[47,29,9],[40,23,0],[52,33,1],[80,61,29],[85,66,36],[80,60,36],[99,78,59],[67,46,27],[35,15,0],[103,82,51],[166,140,103],[131,96,54],[147,104,59],[140,89,42],[187,134,84],[184,126,76],[159,102,49],[167,114,62],[125,78,26],[119,79,27],[96,60,8],[163,132,78],[168,135,82],[156,117,62],[173,128,71],[189,139,80],[149,100,41],[125,87,25],[160,134,75],[87,74,21],[159,151,104],[114,100,61],[58,46,8],[114,111,68],[140,147,103],[93,110,68],[161,182,149],[28,53,31],[0,11,0],[25,62,45],[29,62,45],[52,66,51],[51,63,49],[49,75,62],[29,60,52],[48,77,75],[72,100,101],[47,77,77],[47,78,73],[73,106,95],[48,84,70],[53,91,78],[67,107,98],[60,99,96],[57,93,91],[80,112,107],[51,81,69],[66,96,72],[157,190,159],[154,194,160],[91,135,102],[109,152,125],[174,217,197],[122,164,150],[48,92,79],[41,85,70],[69,112,93],[89,132,105],[125,164,133],[171,206,173],[199,230,198],[140,165,136],[64,83,61],[53,70,52],[90,109,90],[88,114,89],[73,104,72],[116,148,109],[107,142,102],[131,165,132],[92,125,98],[137,169,145],[161,191,163],[133,165,124],[141,173,124],[137,170,117],[162,192,140],[140,170,120],[95,123,74],[215,244,188],[155,182,127],[67,89,43],[96,114,74],[90,106,67],[41,57,18],[51,66,25],[10,23,0],[0,9,0],[63,72,29],[45,52,8],[89,95,51],[102,105,60],[87,88,44],[104,103,57],[60,59,13],[109,108,60],[83,81,30],[86,82,21],[72,66,4],[103,98,40],[120,117,62],[98,95,44],[124,118,68],[49,42,0],[82,70,18],[131,115,63],[91,74,22],[101,81,31],[131,112,70],[91,76,43],[14,2,0],[17,8,0],[44,35,26],[29,22,16],[9,4,0],[16,11,7],[12,7,4],[35,27,25],[50,41,42],[13,4,5],[15,6,9],[20,11,14],[14,5,8],[9,3,5],[8,2,4],[5,1,2],[4,0,1],[3,2,0],[2,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[8,6,9],[1,0,2]],[[1,0,0],[2,0,1],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[6,4,5],[5,3,4],[1,0,0],[1,0,0],[4,0,1],[5,1,2],[6,2,1],[9,5,4],[4,0,0],[6,2,1],[7,1,1],[4,0,0],[5,0,0],[10,4,4],[11,5,5],[10,1,2],[7,0,0],[18,7,5],[18,4,1],[17,4,0],[11,0,0],[31,17,8],[45,28,18],[57,40,30],[20,2,0],[16,0,0],[25,7,0],[25,6,0],[23,4,0],[19,0,0],[19,0,0],[40,23,16],[28,16,0],[36,27,10],[71,59,47],[118,104,95],[113,97,84],[27,10,0],[75,58,32],[90,73,43],[69,50,18],[67,48,18],[109,89,65],[93,71,50],[62,40,19],[83,61,37],[104,81,50],[136,108,69],[141,104,59],[180,136,87],[177,130,78],[170,119,66],[174,121,67],[151,96,40],[183,130,76],[148,99,43],[139,94,39],[155,114,60],[168,128,76],[145,106,51],[190,149,93],[200,158,100],[238,194,133],[139,99,37],[112,80,19],[158,136,78],[157,145,93],[157,150,104],[215,206,163],[107,99,60],[75,76,36],[88,96,55],[56,72,35],[136,157,126],[73,97,73],[51,80,62],[31,65,51],[31,59,47],[48,62,49],[60,74,59],[55,81,68],[46,77,69],[39,68,64],[53,82,80],[79,108,104],[87,118,112],[76,110,96],[64,100,86],[61,99,86],[69,109,98],[81,117,113],[45,80,76],[59,92,85],[45,76,61],[104,133,111],[184,217,188],[142,182,148],[72,116,83],[68,112,85],[126,171,150],[65,112,96],[16,62,49],[19,66,50],[84,131,111],[135,179,154],[163,203,176],[131,166,136],[173,202,172],[124,147,119],[119,137,113],[80,93,75],[69,84,63],[83,110,79],[95,129,92],[95,130,90],[156,190,155],[97,129,105],[72,104,83],[112,143,125],[223,255,232],[158,192,157],[156,189,146],[115,148,105],[51,82,40],[21,52,11],[42,71,25],[225,255,199],[172,201,145],[162,187,145],[135,157,121],[70,90,53],[51,71,34],[24,42,4],[17,33,0],[85,100,59],[86,99,56],[45,54,11],[57,64,20],[82,85,40],[70,72,25],[85,84,36],[66,65,17],[111,109,60],[110,107,54],[84,78,16],[106,101,37],[149,145,84],[99,94,39],[132,126,76],[106,100,52],[69,61,12],[107,97,48],[109,97,47],[46,32,0],[66,52,5],[71,58,16],[61,50,18],[12,5,0],[16,11,0],[13,9,0],[23,16,8],[33,26,20],[17,10,4],[9,1,0],[22,12,10],[44,34,33],[14,4,3],[20,10,11],[19,9,10],[16,5,9],[15,6,9],[14,5,8],[7,1,3],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[210,208,209],[108,106,107],[13,11,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[3,1,2]],[[4,2,3],[3,1,2],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,2,3],[5,3,4],[4,2,3],[3,1,2],[7,3,4],[6,2,3],[5,1,0],[7,3,2],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[8,2,2],[10,4,4],[14,6,4],[37,23,22],[30,15,12],[19,1,0],[30,13,6],[18,0,0],[45,25,14],[60,41,27],[77,55,42],[86,64,51],[28,6,0],[34,12,0],[48,26,13],[26,4,0],[17,0,0],[17,0,0],[37,17,6],[27,14,0],[49,37,21],[49,36,27],[20,7,0],[67,53,44],[41,25,12],[95,79,56],[166,149,123],[87,67,40],[57,37,12],[89,67,46],[121,98,80],[112,89,71],[71,46,24],[33,9,0],[61,33,0],[182,144,97],[195,149,97],[178,131,77],[149,100,44],[177,128,70],[179,128,71],[198,147,90],[165,116,60],[143,94,38],[166,119,65],[184,139,84],[134,91,36],[134,94,35],[172,134,72],[210,172,109],[174,140,77],[189,161,98],[144,123,66],[147,135,85],[141,133,87],[197,189,143],[145,141,96],[205,206,166],[107,115,78],[107,123,87],[140,159,129],[56,79,51],[18,43,22],[70,101,86],[89,115,104],[64,81,65],[40,57,41],[40,66,53],[46,78,67],[60,90,82],[52,81,76],[60,90,82],[68,98,88],[52,84,71],[53,90,73],[78,116,101],[62,102,91],[46,83,75],[39,74,67],[28,61,52],[19,51,36],[130,159,137],[145,178,151],[153,193,159],[176,221,188],[50,96,68],[53,101,79],[30,78,62],[30,81,66],[28,79,64],[82,131,112],[171,219,197],[92,136,109],[76,115,86],[139,172,143],[99,123,97],[128,146,122],[110,123,103],[78,96,72],[99,129,93],[76,111,71],[162,198,160],[137,172,140],[81,114,93],[63,96,79],[77,110,93],[88,122,98],[109,143,108],[108,143,103],[71,103,66],[73,105,68],[138,168,134],[212,243,202],[228,255,204],[205,235,181],[95,122,81],[46,72,37],[114,138,104],[130,152,116],[42,62,25],[75,93,55],[110,127,85],[78,91,48],[85,97,51],[95,103,56],[55,61,13],[59,61,12],[128,128,78],[144,142,91],[174,173,119],[167,165,108],[146,141,77],[142,137,71],[166,162,99],[185,180,124],[97,91,39],[96,90,40],[132,124,75],[146,139,87],[89,79,28],[56,44,0],[107,94,49],[100,88,48],[61,52,19],[12,6,0],[21,16,0],[25,22,7],[22,16,4],[14,7,0],[21,14,6],[23,16,8],[30,21,16],[19,9,7],[9,0,0],[23,13,12],[15,5,4],[14,4,5],[15,6,7],[15,6,9],[8,2,4],[6,0,2],[7,1,1],[7,3,2],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[31,29,30],[22,20,21],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[8,6,7],[1,0,0]],[[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[3,1,2],[3,0,0],[4,0,1],[6,2,3],[4,0,1],[6,0,0],[8,2,2],[7,1,1],[5,0,0],[11,2,3],[19,9,8],[34,19,14],[23,4,0],[27,7,0],[33,13,4],[26,4,0],[46,22,10],[72,46,33],[76,48,34],[128,101,84],[61,32,16],[38,9,0],[59,31,17],[72,44,30],[73,45,33],[65,39,26],[50,28,15],[26,10,0],[58,46,32],[93,80,74],[57,43,42],[75,61,58],[71,56,49],[80,64,49],[115,98,78],[68,50,28],[61,40,21],[67,44,30],[122,95,84],[112,86,73],[36,9,0],[36,10,0],[87,56,25],[139,98,54],[155,109,59],[184,138,86],[201,156,101],[200,155,98],[179,132,76],[177,128,72],[210,159,104],[135,84,29],[167,116,63],[169,119,66],[139,92,38],[108,68,9],[138,102,42],[180,149,85],[178,150,87],[176,150,89],[145,123,66],[118,101,55],[109,96,52],[194,184,135],[207,203,155],[95,96,54],[110,118,81],[130,144,111],[150,166,137],[117,138,107],[2,26,0],[8,32,18],[63,87,74],[65,84,65],[63,82,63],[49,77,63],[32,64,53],[59,89,79],[50,77,68],[58,86,74],[87,117,105],[56,88,73],[38,72,56],[60,96,82],[64,102,89],[35,73,62],[34,70,60],[28,61,50],[72,104,89],[174,203,183],[203,235,211],[149,188,159],[99,144,115],[53,98,75],[48,95,77],[29,80,65],[31,83,70],[18,72,58],[33,86,70],[51,102,83],[54,102,80],[120,163,136],[155,191,165],[160,190,164],[172,196,172],[153,172,150],[133,156,130],[134,164,128],[121,156,116],[120,154,119],[85,118,91],[51,82,64],[62,93,78],[56,87,69],[50,83,56],[95,129,92],[142,177,135],[138,169,135],[198,227,197],[240,255,239],[157,184,151],[125,153,105],[109,137,88],[10,38,0],[0,20,0],[57,82,50],[115,139,105],[84,106,68],[90,111,72],[77,94,52],[79,95,50],[48,60,12],[152,160,111],[91,95,44],[120,123,70],[157,156,102],[124,121,66],[195,190,134],[218,214,153],[158,154,90],[81,77,13],[125,121,58],[172,168,107],[81,76,20],[100,95,39],[101,94,39],[105,98,43],[129,120,65],[83,73,20],[87,77,28],[94,82,40],[40,31,0],[14,7,0],[28,21,2],[40,33,17],[33,27,13],[24,18,6],[32,23,14],[21,12,3],[32,23,16],[38,29,22],[35,24,20],[26,15,13],[18,7,5],[15,3,3],[15,5,6],[16,6,7],[11,2,3],[10,1,2],[10,1,4],[8,2,4],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[1,0,0],[9,7,8],[3,1,2],[1,0,0],[1,0,0],[3,1,2],[7,5,6],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[4,2,3],[3,1,2],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[3,1,2],[5,1,2],[7,3,4],[6,2,3],[3,0,0],[6,0,0],[10,4,4],[8,2,2],[6,0,0],[10,1,2],[22,11,9],[40,21,15],[32,9,1],[50,26,16],[34,10,0],[29,3,0],[43,15,1],[76,47,31],[62,31,13],[85,52,33],[138,105,86],[109,76,59],[76,45,27],[86,55,37],[69,40,22],[68,39,23],[94,68,53],[78,61,43],[70,56,43],[77,62,57],[46,32,32],[37,23,23],[44,30,27],[45,31,20],[63,47,32],[84,65,48],[61,38,22],[62,36,23],[94,66,55],[90,62,50],[50,22,8],[60,33,12],[118,87,56],[163,122,78],[190,147,96],[215,172,119],[216,175,121],[188,147,91],[202,159,104],[179,132,78],[218,168,115],[176,123,71],[164,111,59],[171,120,67],[170,123,69],[120,79,23],[127,92,34],[193,164,104],[196,170,109],[147,118,58],[148,121,66],[103,81,34],[73,54,11],[189,177,125],[208,202,150],[117,118,76],[96,102,66],[112,123,91],[177,192,161],[150,170,133],[77,98,67],[23,44,27],[38,58,46],[84,103,83],[53,76,56],[43,71,57],[45,75,63],[73,101,87],[38,66,51],[48,76,61],[82,110,95],[48,79,63],[59,93,76],[64,101,84],[72,110,95],[62,100,87],[13,51,38],[62,98,84],[179,213,197],[94,125,107],[97,130,109],[81,119,94],[55,99,74],[41,86,66],[36,84,68],[41,91,80],[48,101,91],[49,105,94],[116,172,159],[112,169,152],[185,238,218],[181,229,207],[167,211,186],[169,207,182],[205,237,213],[230,255,235],[196,222,195],[106,137,103],[97,131,94],[119,153,120],[79,112,85],[82,113,95],[60,91,73],[45,77,53],[47,81,48],[94,130,86],[187,220,175],[222,252,216],[175,201,174],[83,108,87],[24,48,22],[83,110,69],[42,69,24],[35,61,26],[29,56,25],[80,105,73],[175,199,165],[148,170,132],[136,157,118],[140,158,116],[143,159,112],[71,83,33],[99,108,55],[110,115,61],[145,146,89],[161,160,103],[147,143,82],[117,111,49],[152,146,84],[178,177,113],[132,131,67],[82,81,17],[122,121,57],[85,81,18],[112,108,45],[150,145,81],[112,107,43],[151,143,81],[115,106,49],[80,70,19],[110,98,56],[63,50,18],[64,52,28],[53,40,24],[24,12,0],[41,34,18],[45,39,25],[18,10,0],[46,38,27],[45,37,26],[22,13,4],[28,17,11],[25,14,10],[23,12,8],[17,6,4],[14,4,3],[14,4,5],[11,2,3],[10,1,2],[10,1,4],[5,0,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,3,4],[1,0,0],[1,0,0],[15,13,14],[17,15,16],[1,0,0],[1,0,0],[3,1,2]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[8,2,2],[9,3,3],[9,0,1],[16,7,8],[13,5,3],[7,0,0],[12,2,1],[16,2,0],[64,41,35],[72,45,34],[66,38,26],[62,33,19],[56,24,9],[26,0,0],[69,34,15],[83,48,29],[74,37,18],[130,93,74],[134,99,79],[126,91,71],[82,49,30],[90,59,39],[68,37,19],[47,20,1],[84,63,42],[91,74,58],[44,29,22],[48,34,33],[46,34,34],[24,13,11],[62,49,40],[69,53,38],[79,60,43],[37,14,0],[63,35,21],[101,71,60],[92,63,49],[64,37,18],[39,13,0],[115,86,52],[144,105,62],[163,121,71],[182,142,91],[168,128,77],[172,135,83],[215,175,123],[170,127,76],[174,127,75],[202,150,100],[194,141,91],[181,129,79],[177,130,78],[128,87,33],[91,59,2],[170,144,87],[221,196,139],[207,176,119],[149,118,63],[133,102,56],[76,49,4],[105,90,35],[129,119,66],[161,158,117],[141,142,108],[166,173,142],[181,195,162],[204,222,184],[130,150,115],[76,93,74],[113,131,115],[78,100,79],[68,93,71],[30,58,43],[28,56,42],[54,83,65],[61,88,69],[64,91,72],[69,96,77],[52,84,63],[64,97,78],[57,91,75],[31,70,52],[139,177,162],[113,151,136],[104,141,124],[62,96,80],[67,100,83],[51,84,67],[54,91,73],[67,108,90],[58,102,87],[46,94,82],[46,97,88],[65,121,112],[95,152,143],[111,171,161],[160,221,206],[154,212,197],[115,170,151],[126,178,156],[163,208,185],[221,255,241],[228,255,243],[165,199,174],[121,152,121],[110,139,108],[134,163,133],[126,154,129],[107,134,115],[77,105,83],[80,109,79],[136,167,126],[182,214,164],[149,181,131],[165,193,155],[58,82,56],[0,17,0],[35,56,37],[62,86,52],[54,79,40],[32,57,25],[87,112,82],[79,103,71],[100,124,90],[179,201,163],[181,202,161],[164,183,138],[139,155,106],[88,101,48],[88,97,42],[177,182,124],[128,129,69],[166,164,103],[174,170,107],[98,93,29],[105,101,37],[156,156,92],[186,188,123],[135,137,72],[110,111,45],[110,110,40],[108,105,34],[136,132,59],[115,108,38],[152,143,76],[145,135,74],[127,115,63],[124,109,66],[86,69,39],[59,41,21],[30,10,0],[30,13,3],[98,89,74],[60,54,38],[49,42,26],[55,48,32],[65,57,44],[36,28,17],[15,5,0],[39,29,20],[28,17,11],[24,13,9],[26,15,13],[20,8,8],[15,5,6],[12,2,3],[7,0,1],[13,4,7],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[1,0,0],[126,125,123],[134,133,131],[6,5,3],[1,0,0],[2,1,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[1,0,0],[6,4,5],[1,0,0],[5,3,4],[1,0,0],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,0,0],[3,0,0],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[5,1,2],[6,0,0],[5,0,0],[10,1,2],[17,8,9],[6,0,0],[24,14,13],[31,21,20],[7,0,0],[33,18,15],[63,39,29],[70,40,29],[89,60,46],[91,59,44],[102,69,52],[63,28,9],[38,1,0],[176,138,117],[138,100,79],[97,59,38],[122,86,64],[112,77,55],[106,74,51],[94,62,41],[82,51,30],[86,58,36],[75,54,27],[92,74,50],[35,19,6],[25,10,5],[48,37,35],[26,17,12],[106,96,84],[59,46,29],[109,91,69],[116,94,71],[50,23,4],[66,38,17],[101,73,52],[132,106,81],[96,73,41],[153,127,90],[189,155,110],[158,120,73],[171,135,87],[174,138,90],[157,121,73],[200,162,113],[153,111,61],[180,134,84],[227,177,128],[170,118,68],[199,149,98],[192,146,94],[180,140,88],[114,81,28],[118,93,37],[160,135,79],[206,175,120],[138,102,50],[119,82,37],[124,93,46],[152,133,77],[150,141,86],[160,155,113],[176,176,142],[201,206,176],[140,149,118],[178,193,154],[130,146,109],[48,62,37],[86,101,82],[87,111,87],[59,87,64],[27,54,39],[10,37,22],[34,62,40],[58,84,59],[55,81,56],[41,67,42],[45,74,52],[30,61,43],[62,96,79],[101,140,122],[174,215,197],[211,252,234],[108,147,129],[78,115,98],[90,124,110],[106,140,126],[102,140,127],[93,133,122],[53,96,86],[70,117,109],[72,123,116],[93,148,142],[92,152,144],[94,155,147],[167,229,218],[143,204,189],[77,135,120],[64,119,100],[185,236,217],[211,255,239],[171,216,195],[152,194,170],[138,170,146],[99,128,100],[109,138,110],[121,149,124],[102,130,107],[62,90,65],[146,176,142],[210,241,199],[189,222,169],[170,200,148],[131,158,117],[79,104,75],[25,46,29],[48,69,52],[61,81,54],[46,67,36],[33,57,25],[14,38,6],[16,40,6],[74,96,60],[185,207,169],[147,168,127],[123,142,96],[121,137,88],[121,134,80],[162,173,115],[210,218,158],[157,162,98],[167,167,103],[154,151,84],[134,129,61],[132,131,64],[127,132,66],[135,142,75],[178,183,116],[170,173,102],[175,175,101],[165,163,88],[143,140,63],[145,139,65],[187,180,108],[146,137,72],[92,81,27],[86,71,28],[77,58,28],[25,2,0],[43,19,9],[27,7,0],[111,102,85],[74,69,49],[41,36,16],[57,50,32],[62,55,39],[17,9,0],[51,41,29],[70,60,50],[34,24,15],[15,4,0],[18,7,3],[21,10,8],[13,3,2],[13,3,4],[13,4,7],[17,8,11],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[8,7,5],[1,0,0],[1,0,0],[5,4,2],[2,1,0],[6,5,3],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,4,5],[64,62,63],[94,92,93],[3,1,2],[1,0,0],[6,4,5],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[5,0,0],[6,0,0],[7,1,1],[9,0,1],[17,8,9],[13,3,2],[12,2,1],[26,16,15],[30,18,18],[17,6,4],[16,5,3],[26,11,6],[56,29,18],[71,39,24],[60,27,10],[103,68,49],[126,89,70],[92,54,33],[46,5,0],[96,55,33],[104,63,41],[91,53,30],[110,74,50],[88,52,30],[104,69,47],[116,84,63],[69,38,17],[112,85,58],[64,40,4],[86,66,31],[83,65,43],[42,28,15],[47,37,27],[28,20,9],[60,52,33],[75,63,37],[138,121,91],[127,106,75],[78,53,23],[59,32,3],[67,40,10],[148,124,88],[144,122,81],[169,146,102],[151,120,76],[112,78,33],[173,140,97],[166,133,90],[183,150,105],[188,154,108],[166,128,81],[150,108,60],[163,120,69],[176,130,80],[223,177,125],[209,166,113],[181,144,91],[186,155,101],[144,116,66],[149,121,71],[162,130,79],[143,107,57],[171,133,86],[149,115,67],[200,181,125],[181,171,118],[90,85,45],[140,140,106],[105,108,79],[58,65,34],[113,123,86],[105,117,81],[19,28,1],[5,17,0],[29,53,27],[133,161,138],[152,179,162],[52,76,60],[29,53,29],[28,53,24],[25,50,20],[112,137,108],[79,107,84],[86,118,97],[122,156,139],[173,212,194],[218,255,240],[118,161,141],[64,106,86],[105,146,128],[88,126,113],[75,112,104],[108,148,140],[138,179,173],[102,147,142],[84,133,127],[69,120,115],[51,106,100],[73,130,123],[112,172,164],[142,204,193],[106,168,155],[86,147,132],[146,204,189],[198,252,236],[179,232,214],[145,198,178],[143,188,167],[128,160,139],[103,128,106],[97,123,96],[60,86,59],[92,120,95],[80,109,81],[152,182,148],[114,145,103],[109,139,87],[150,180,126],[85,112,69],[106,131,101],[11,32,13],[21,42,27],[43,62,40],[32,52,25],[49,69,41],[25,46,15],[101,122,89],[130,152,116],[52,74,35],[71,92,49],[135,154,108],[156,174,124],[153,168,113],[184,198,139],[173,183,122],[162,168,104],[166,169,102],[166,167,99],[164,164,94],[136,137,69],[113,120,52],[154,165,96],[169,176,106],[127,133,59],[143,146,69],[124,122,45],[142,139,62],[158,155,78],[131,127,56],[71,63,0],[81,71,18],[77,64,22],[82,63,33],[58,35,17],[41,13,2],[55,33,22],[71,63,44],[36,31,11],[46,41,21],[48,43,23],[21,14,0],[95,88,70],[107,98,83],[74,64,52],[61,51,41],[31,21,12],[31,20,16],[32,21,19],[14,4,3],[9,0,0],[9,0,2],[8,0,2],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,3,1],[1,0,0],[6,5,3],[1,0,0],[1,0,0],[5,4,2],[1,0,0],[8,7,5]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[62,60,61],[90,88,89],[4,2,3],[1,0,0],[9,7,8],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[2,0,1],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[4,0,1],[4,0,0],[6,0,0],[7,1,1],[10,1,2],[10,2,0],[7,0,0],[17,7,6],[7,0,0],[14,3,1],[12,1,0],[17,6,4],[37,26,24],[17,0,0],[34,6,0],[72,39,22],[57,22,3],[89,52,33],[123,85,64],[91,50,28],[56,14,0],[91,49,25],[88,48,23],[59,22,0],[126,90,66],[120,86,61],[82,50,27],[148,118,94],[92,64,42],[81,54,25],[111,86,45],[102,79,38],[73,53,26],[75,60,41],[64,55,40],[62,56,40],[57,51,27],[62,53,22],[72,58,23],[157,137,100],[112,88,52],[69,43,8],[103,77,40],[165,142,100],[224,206,158],[202,182,132],[124,97,52],[58,29,0],[127,98,56],[223,191,150],[255,226,185],[201,168,125],[152,118,72],[149,111,62],[150,110,59],[223,184,129],[209,170,115],[187,150,95],[199,164,110],[181,149,98],[168,138,88],[139,111,63],[145,114,67],[141,109,60],[117,79,30],[147,115,64],[169,154,99],[214,208,156],[70,67,26],[47,46,15],[31,31,3],[46,51,21],[66,73,39],[69,76,43],[31,34,7],[0,5,0],[55,77,54],[53,81,59],[134,158,142],[161,184,164],[131,154,126],[152,176,142],[129,153,117],[114,138,106],[137,163,138],[143,172,152],[85,119,102],[77,116,97],[171,213,191],[43,87,64],[47,90,70],[72,115,98],[75,115,106],[86,125,120],[57,99,97],[100,144,143],[124,170,167],[106,155,151],[111,162,157],[61,114,106],[84,141,132],[81,138,129],[133,193,181],[79,139,127],[69,127,113],[155,213,198],[105,162,147],[95,149,133],[146,201,182],[75,122,102],[136,169,150],[92,120,98],[106,135,107],[120,149,119],[127,156,128],[114,144,118],[152,183,152],[143,173,137],[109,141,92],[75,105,55],[63,91,50],[106,131,99],[28,52,30],[39,60,43],[67,89,68],[141,161,136],[95,115,87],[71,92,61],[67,88,57],[86,110,74],[88,113,73],[89,112,68],[167,189,142],[208,228,177],[201,220,165],[148,166,108],[125,139,78],[176,186,123],[193,200,133],[128,133,66],[143,146,77],[166,172,102],[140,152,80],[150,162,90],[119,130,54],[111,118,41],[144,147,70],[94,95,19],[143,141,66],[139,136,65],[103,99,35],[82,77,19],[72,66,16],[71,62,21],[82,67,38],[110,89,68],[67,41,26],[51,29,15],[35,27,6],[7,5,0],[27,25,0],[13,8,0],[6,1,0],[76,69,50],[41,34,16],[59,50,35],[35,25,13],[20,10,0],[25,14,8],[25,14,12],[15,5,4],[14,4,5],[13,2,6],[12,3,6],[7,1,3],[6,2,3],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[1,0,0],[1,0,0],[3,2,0],[3,2,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[7,5,6],[2,0,1],[1,0,0],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[7,1,1],[6,0,0],[5,0,0],[6,0,0],[9,0,1],[11,3,1],[12,2,1],[12,2,1],[17,5,5],[21,10,8],[20,9,7],[13,0,0],[23,9,6],[22,7,4],[11,0,0],[21,2,0],[25,0,0],[67,32,13],[53,16,0],[70,32,11],[110,69,49],[81,39,17],[87,45,23],[96,54,30],[137,97,72],[99,62,36],[117,81,57],[151,117,92],[86,56,32],[87,59,35],[135,109,86],[101,76,46],[116,89,46],[122,98,54],[86,65,34],[107,92,71],[114,105,88],[95,90,71],[69,63,39],[94,85,54],[125,111,74],[138,120,80],[111,87,49],[116,91,51],[132,109,68],[114,91,47],[164,146,96],[210,193,141],[155,133,86],[134,110,66],[193,168,127],[195,167,127],[185,156,116],[145,113,72],[147,114,69],[196,164,115],[214,181,127],[212,180,123],[211,179,120],[183,151,92],[154,123,68],[203,172,118],[209,177,130],[191,160,114],[202,178,132],[175,151,103],[124,92,41],[139,112,59],[183,171,119],[218,216,168],[70,70,32],[20,21,0],[56,59,32],[64,66,42],[90,94,67],[56,56,28],[60,56,29],[1,3,0],[23,42,22],[22,46,30],[0,19,3],[17,36,16],[77,98,67],[193,213,176],[140,161,122],[166,188,152],[118,143,114],[90,119,97],[25,59,42],[110,149,130],[153,197,174],[99,144,121],[88,133,112],[87,131,116],[85,128,119],[136,178,176],[63,109,109],[63,111,111],[96,145,142],[91,142,137],[90,141,134],[76,129,119],[145,199,186],[140,196,183],[123,179,166],[55,111,98],[114,171,156],[68,122,108],[45,99,85],[122,175,159],[114,167,151],[39,86,68],[114,148,131],[147,175,153],[162,191,161],[165,196,164],[93,123,97],[138,168,144],[154,183,161],[118,148,122],[89,121,84],[63,94,53],[62,93,52],[86,113,80],[57,81,59],[27,50,30],[95,119,97],[156,178,155],[104,127,99],[82,105,76],[73,97,65],[82,106,72],[115,140,101],[98,123,83],[91,117,72],[161,185,135],[194,217,163],[196,217,160],[169,187,127],[167,183,120],[207,219,155],[145,156,90],[180,189,122],[183,193,122],[162,176,99],[130,144,65],[169,180,102],[168,175,98],[154,158,84],[114,115,45],[146,145,80],[111,111,49],[73,74,17],[101,100,52],[76,74,33],[55,51,14],[69,60,29],[112,98,72],[94,76,52],[66,50,27],[22,16,0],[11,9,0],[19,17,0],[6,2,0],[18,14,0],[11,5,0],[51,44,25],[67,60,42],[27,17,5],[34,24,14],[37,28,21],[27,18,13],[25,15,14],[24,14,15],[11,2,5],[10,1,6],[7,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[1,0,0],[12,11,9],[1,0,0],[5,4,2],[5,4,2],[2,1,0],[13,12,8],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[4,2,3],[1,0,0],[1,0,0],[2,0,1],[3,1,2],[2,0,1],[2,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,1],[6,0,0],[6,0,0],[7,1,1],[11,3,1],[12,4,2],[13,3,2],[12,2,0],[18,7,5],[29,18,14],[19,5,2],[11,0,0],[21,6,3],[40,25,22],[59,44,39],[59,39,30],[38,9,0],[62,25,6],[49,11,0],[52,14,0],[81,40,18],[69,27,3],[106,64,40],[107,65,41],[123,83,57],[112,75,48],[133,97,71],[129,97,72],[110,82,58],[88,62,37],[50,26,2],[124,99,69],[126,97,55],[109,82,39],[116,95,64],[155,138,118],[151,141,129],[82,76,62],[72,66,44],[126,119,91],[167,154,120],[96,78,40],[145,121,85],[178,152,115],[113,90,49],[104,83,40],[115,97,47],[174,158,107],[176,158,110],[148,127,82],[168,145,103],[75,50,10],[102,74,35],[125,96,56],[172,144,97],[241,213,163],[189,163,106],[200,174,113],[226,201,137],[176,151,87],[187,158,100],[191,160,106],[255,228,180],[150,119,75],[184,165,122],[242,225,179],[137,112,58],[166,145,90],[169,163,113],[158,161,116],[73,77,40],[2,7,0],[55,57,33],[115,117,95],[62,64,42],[47,45,22],[94,84,59],[71,69,46],[37,54,38],[59,83,69],[0,11,0],[0,17,0],[0,20,0],[135,156,115],[103,124,83],[185,207,169],[84,109,79],[144,172,149],[31,64,45],[117,156,137],[195,239,216],[155,203,179],[133,181,159],[72,119,103],[96,141,134],[95,141,139],[77,127,128],[74,125,128],[67,119,117],[86,137,132],[79,130,121],[71,123,111],[90,142,129],[129,182,166],[136,189,173],[97,150,134],[106,158,145],[58,110,97],[83,133,121],[166,216,204],[121,172,157],[49,96,80],[95,129,112],[164,196,172],[172,206,173],[166,200,165],[148,181,154],[153,186,165],[167,199,184],[137,168,152],[137,170,143],[153,184,152],[108,140,103],[68,98,64],[27,53,28],[25,50,28],[25,50,28],[62,86,62],[92,116,90],[73,98,69],[43,68,38],[38,63,31],[36,64,26],[75,103,63],[57,86,42],[99,127,79],[139,166,115],[207,232,177],[144,168,110],[146,166,105],[144,162,100],[118,134,69],[158,173,106],[191,204,134],[149,166,86],[138,153,70],[181,193,111],[152,159,82],[110,113,42],[87,87,23],[113,112,55],[87,87,37],[69,72,27],[84,89,49],[82,86,51],[78,82,49],[86,85,54],[50,45,13],[64,53,23],[69,60,29],[74,70,41],[58,58,30],[42,41,13],[39,38,10],[56,52,25],[70,66,41],[109,103,81],[25,18,0],[13,4,0],[27,17,7],[29,20,11],[17,8,3],[24,14,13],[28,18,19],[11,2,5],[4,0,2],[6,1,5],[6,1,5],[6,2,3],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[6,5,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[3,2,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[7,5,6],[1,0,0],[8,6,7],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[4,2,3],[2,0,1],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[6,0,0],[8,0,0],[10,2,0],[14,4,3],[15,5,4],[14,3,1],[12,1,0],[16,2,1],[33,19,16],[32,17,14],[55,40,35],[32,14,10],[29,11,7],[118,100,96],[154,131,123],[87,55,40],[80,43,24],[87,49,28],[78,37,15],[113,71,49],[108,66,42],[70,25,2],[118,76,51],[146,106,80],[123,86,60],[104,70,45],[71,41,15],[97,71,46],[88,64,40],[39,17,0],[114,88,61],[173,141,102],[124,92,54],[140,114,91],[191,173,159],[125,114,108],[54,47,41],[91,85,71],[118,110,89],[114,100,73],[121,102,70],[155,130,99],[194,167,137],[152,128,94],[126,104,67],[132,115,71],[137,123,76],[123,109,62],[154,137,93],[168,146,105],[143,120,79],[147,119,80],[156,127,87],[160,132,85],[206,181,127],[185,163,103],[157,138,72],[121,102,34],[121,100,33],[195,169,108],[180,149,95],[178,142,94],[226,195,151],[175,162,120],[161,153,107],[176,157,101],[168,153,98],[188,187,139],[195,203,162],[184,194,159],[54,60,32],[29,33,10],[66,67,49],[25,24,6],[15,8,0],[37,22,0],[114,108,86],[49,61,51],[0,12,3],[10,28,12],[91,109,85],[146,163,127],[132,150,108],[92,111,66],[103,124,83],[28,51,22],[40,68,45],[82,115,96],[92,131,112],[86,131,108],[95,143,119],[73,121,99],[100,148,132],[82,129,123],[109,157,159],[91,144,148],[93,149,150],[58,113,110],[62,115,109],[67,119,107],[72,123,108],[82,130,114],[177,226,207],[147,194,178],[123,170,154],[113,159,146],[113,159,146],[94,140,127],[119,165,152],[91,139,125],[71,115,100],[76,113,95],[125,159,134],[118,154,118],[89,125,89],[158,192,167],[181,213,198],[173,204,199],[113,144,139],[74,106,91],[142,174,150],[102,136,103],[126,157,125],[85,115,87],[60,88,63],[51,79,54],[94,120,93],[121,145,119],[118,143,114],[1,26,0],[13,40,9],[91,121,85],[69,99,61],[84,115,73],[104,136,89],[175,205,155],[159,188,134],[74,102,44],[113,137,79],[98,119,60],[100,120,59],[139,157,95],[210,227,157],[146,164,80],[162,176,88],[163,172,89],[151,158,81],[123,126,59],[78,77,20],[106,105,57],[117,119,79],[36,42,8],[36,43,12],[15,24,0],[69,78,47],[81,87,53],[13,15,0],[56,52,14],[49,45,8],[115,114,83],[123,124,93],[99,100,69],[97,96,68],[87,83,56],[98,94,69],[76,70,48],[32,25,6],[26,19,3],[24,16,3],[21,12,3],[16,7,2],[30,20,19],[41,30,34],[25,16,21],[13,4,9],[7,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[2,1,0],[1,0,0],[8,7,5],[9,8,6],[4,3,0],[4,3,0],[3,2,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[1,0,0],[6,4,5],[1,0,0],[13,11,12],[1,0,0],[4,2,3],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[7,5,6],[5,3,4],[2,0,1],[1,0,0],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,0],[5,0,0],[8,0,0],[11,3,1],[15,5,4],[15,5,3],[14,3,1],[12,1,0],[15,1,0],[21,7,4],[26,13,7],[42,27,20],[39,22,15],[15,0,0],[19,0,0],[44,22,9],[87,56,38],[99,64,44],[96,60,38],[96,58,37],[96,55,35],[132,91,69],[125,83,59],[108,68,42],[159,122,95],[135,100,72],[123,92,63],[77,47,19],[141,115,88],[72,48,22],[66,42,18],[89,63,36],[183,150,115],[170,137,104],[181,155,132],[162,143,128],[118,105,96],[119,109,100],[49,37,25],[107,94,77],[146,130,105],[155,138,110],[155,138,110],[160,143,113],[185,169,135],[144,128,92],[148,135,93],[146,133,89],[150,142,95],[154,143,97],[98,79,37],[83,59,21],[121,93,56],[124,96,57],[208,186,139],[255,237,184],[202,183,124],[188,168,105],[165,142,75],[113,85,20],[145,115,55],[186,155,98],[131,101,47],[221,199,149],[194,184,135],[110,102,53],[176,161,102],[166,156,95],[202,207,153],[206,215,172],[189,194,164],[32,34,12],[19,18,0],[52,50,35],[42,44,30],[7,6,0],[18,6,0],[113,103,78],[163,165,151],[28,39,25],[56,68,44],[60,75,44],[95,111,74],[45,63,23],[52,73,32],[39,61,23],[31,56,26],[72,100,75],[99,132,111],[41,78,60],[41,83,63],[82,125,106],[54,98,83],[60,106,96],[52,98,95],[73,121,123],[61,112,115],[61,112,115],[76,128,126],[74,127,121],[70,122,110],[70,123,107],[90,141,124],[163,211,195],[167,214,198],[151,195,180],[129,173,160],[135,177,163],[110,152,138],[73,116,99],[111,155,138],[98,141,121],[92,132,108],[115,151,123],[124,162,125],[95,130,97],[84,116,93],[150,180,168],[103,138,134],[29,65,61],[78,116,103],[130,168,147],[171,205,178],[184,217,186],[177,212,180],[105,140,108],[50,83,52],[47,78,46],[83,112,81],[66,92,63],[63,92,62],[91,122,90],[47,81,46],[62,96,59],[112,147,105],[183,216,171],[139,171,124],[68,98,48],[105,132,81],[159,182,128],[171,192,133],[136,157,92],[155,175,104],[189,206,128],[165,179,94],[161,171,85],[139,146,66],[139,143,69],[146,148,85],[138,138,84],[124,126,79],[82,87,47],[43,50,19],[43,53,26],[57,68,38],[69,80,48],[42,52,17],[50,56,20],[38,40,0],[24,24,0],[46,47,15],[46,47,16],[44,44,16],[53,51,26],[47,45,20],[65,60,38],[78,73,51],[55,50,30],[42,37,17],[19,12,0],[11,3,0],[13,4,0],[27,18,13],[42,32,31],[28,19,22],[7,1,5],[6,1,5],[6,1,5],[6,1,5],[5,0,4],[5,1,2],[4,0,1],[4,0,1],[4,0,0],[2,1,0],[1,0,0],[3,2,0],[26,25,23],[18,17,13],[1,0,0],[2,1,0],[4,3,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[4,2,3],[1,0,0],[1,0,0],[11,9,10],[1,0,0],[3,1,2],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[5,1,2],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[6,0,2],[4,0,0],[11,7,6],[4,0,0],[13,5,3],[19,11,8],[13,3,1],[17,6,2],[12,1,0],[9,0,0],[17,6,2],[58,44,41],[22,9,3],[25,10,3],[51,33,23],[34,15,1],[36,15,0],[31,5,0],[50,22,1],[68,37,17],[58,25,8],[102,66,50],[70,33,17],[86,47,30],[114,78,56],[130,94,68],[113,80,49],[170,140,106],[195,169,134],[126,100,65],[136,109,79],[92,62,36],[59,28,7],[78,46,23],[117,82,52],[130,99,68],[137,113,87],[128,108,84],[96,80,55],[110,93,73],[123,101,88],[110,88,74],[112,94,70],[175,164,134],[209,205,176],[189,190,158],[223,225,185],[186,185,141],[187,180,138],[118,111,67],[189,186,141],[162,158,113],[146,128,90],[121,97,61],[157,128,94],[119,95,57],[96,82,37],[204,192,140],[210,195,138],[167,145,87],[168,132,74],[138,98,39],[153,114,55],[173,145,82],[168,157,91],[196,188,125],[243,231,171],[171,156,97],[154,143,79],[205,200,134],[195,202,135],[162,166,115],[81,73,50],[14,1,0],[8,0,0],[5,3,0],[41,52,36],[48,60,38],[61,61,27],[78,68,33],[109,95,69],[59,48,20],[71,72,32],[67,76,33],[42,54,16],[19,36,0],[30,51,20],[49,76,45],[62,91,61],[75,105,77],[98,130,107],[46,77,61],[65,96,88],[76,108,105],[63,99,99],[67,107,107],[56,100,99],[58,104,104],[67,111,114],[73,117,120],[90,136,136],[71,120,116],[80,131,124],[97,150,140],[120,172,160],[143,193,181],[129,177,165],[109,155,144],[148,190,178],[177,218,204],[180,219,201],[168,207,188],[148,188,164],[106,149,121],[121,165,132],[91,135,100],[129,169,135],[194,227,200],[116,137,120],[133,155,142],[118,154,142],[32,78,65],[75,126,107],[152,201,179],[140,178,153],[97,133,105],[97,141,106],[98,144,107],[99,141,101],[78,116,77],[50,82,45],[111,143,106],[114,148,115],[154,189,157],[106,146,111],[119,160,120],[138,177,133],[121,158,114],[69,100,58],[63,90,49],[136,157,116],[195,212,167],[185,200,143],[192,208,137],[162,178,90],[182,195,105],[165,168,89],[96,96,22],[123,123,49],[140,141,73],[92,96,37],[145,150,96],[55,62,8],[63,73,23],[72,82,45],[82,93,59],[92,104,66],[95,107,67],[32,42,7],[42,49,15],[43,49,13],[27,31,0],[8,9,0],[59,57,32],[54,52,29],[23,21,0],[44,41,24],[72,71,53],[88,87,67],[35,34,13],[45,43,18],[27,23,0],[27,19,0],[30,22,3],[33,23,11],[13,4,0],[25,19,19],[8,4,5],[7,2,6],[4,0,3],[5,0,4],[7,2,6],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[6,2,1],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[12,12,12],[0,0,0],[66,66,66],[47,47,47],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[4,2,3],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,0,1],[6,0,2],[7,1,3],[8,2,4],[8,2,4],[8,2,4],[3,0,0],[10,4,4],[10,2,0],[7,0,0],[13,2,0],[28,17,13],[16,5,1],[17,6,2],[26,15,11],[41,30,26],[19,6,0],[22,8,0],[41,23,11],[53,31,17],[73,51,30],[65,40,18],[70,45,25],[60,35,15],[59,30,14],[102,69,54],[72,36,22],[48,11,0],[122,85,66],[142,106,82],[106,73,42],[88,58,24],[210,184,147],[166,142,106],[142,117,86],[139,112,85],[113,85,63],[156,126,102],[169,138,109],[150,121,91],[139,118,91],[80,63,35],[122,107,76],[96,79,51],[118,95,79],[151,129,115],[102,88,61],[146,141,111],[186,190,163],[219,228,197],[207,215,174],[202,208,164],[134,129,89],[156,148,109],[176,174,133],[97,93,55],[144,130,95],[141,121,88],[153,130,98],[100,80,45],[89,76,34],[123,111,63],[214,197,145],[154,127,74],[126,87,32],[173,130,75],[174,135,76],[159,134,70],[201,194,124],[136,133,64],[171,157,96],[227,208,149],[158,142,80],[206,197,132],[251,252,186],[176,174,123],[150,135,112],[79,60,53],[16,3,0],[22,23,7],[20,35,12],[98,113,82],[21,23,0],[92,83,40],[114,96,56],[42,27,0],[88,85,32],[93,100,48],[159,170,130],[87,104,72],[35,59,33],[77,105,82],[69,101,77],[114,146,123],[94,126,105],[78,108,96],[97,126,122],[62,91,95],[22,55,60],[45,83,86],[60,105,102],[67,112,109],[89,130,134],[84,125,131],[78,124,124],[82,131,127],[88,141,131],[101,157,144],[131,187,174],[88,141,131],[92,143,136],[103,150,144],[129,172,165],[188,230,220],[195,236,220],[183,222,201],[192,232,205],[175,216,184],[84,125,91],[93,134,100],[79,115,87],[136,164,141],[145,159,144],[122,138,125],[103,137,120],[79,127,105],[117,171,147],[87,137,112],[47,82,58],[92,126,99],[141,185,150],[110,156,117],[102,143,103],[89,126,85],[105,140,98],[102,134,93],[126,162,124],[114,152,115],[84,124,87],[135,176,134],[171,210,165],[90,126,80],[65,94,50],[142,168,123],[162,181,136],[150,164,113],[147,161,99],[189,202,123],[188,202,107],[166,175,82],[111,111,37],[100,96,32],[168,167,102],[173,175,112],[110,115,59],[176,183,131],[140,150,97],[143,155,105],[123,136,93],[41,53,15],[32,44,4],[126,138,98],[90,102,66],[62,72,37],[52,59,25],[51,57,23],[29,32,3],[57,57,33],[64,59,39],[42,35,17],[46,40,24],[19,18,0],[56,59,38],[40,46,20],[61,64,35],[91,90,62],[61,51,26],[34,21,2],[40,26,13],[59,49,40],[22,19,14],[2,1,0],[8,4,5],[5,0,4],[6,1,5],[8,3,7],[6,2,3],[4,0,1],[5,1,0],[5,1,0],[4,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[6,6,6],[4,4,4],[0,0,0],[254,254,254],[205,205,205],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[2,0,1],[7,5,6],[5,3,4],[1,0,0],[8,6,7],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[6,0,2],[7,1,3],[9,3,5],[10,4,6],[13,7,9],[6,0,0],[16,8,6],[18,8,7],[17,6,4],[23,9,8],[27,13,12],[35,21,20],[28,14,13],[22,8,5],[15,0,0],[15,0,0],[17,0,0],[48,25,11],[88,62,45],[85,63,42],[49,31,11],[53,34,17],[80,57,41],[107,78,62],[74,38,24],[51,12,0],[123,82,64],[162,121,99],[154,117,91],[103,68,40],[103,72,43],[161,134,104],[114,90,62],[156,136,109],[154,137,111],[160,140,115],[156,133,102],[179,156,125],[199,179,154],[155,139,113],[140,127,95],[199,188,160],[167,154,137],[122,111,93],[130,125,95],[194,193,162],[233,237,210],[191,197,169],[181,187,149],[189,189,151],[149,141,105],[145,134,102],[168,162,128],[126,120,88],[134,123,93],[109,95,66],[114,99,68],[77,62,29],[120,106,69],[176,158,118],[206,183,139],[144,116,68],[113,77,25],[158,123,69],[181,150,93],[189,165,103],[238,223,158],[193,182,120],[126,110,58],[221,201,151],[217,191,140],[195,172,120],[247,234,182],[161,149,107],[62,48,19],[54,42,20],[22,15,0],[1,3,0],[1,12,0],[31,42,0],[80,78,30],[108,101,49],[91,84,29],[152,147,89],[212,213,155],[231,238,186],[214,225,185],[117,133,104],[71,94,74],[70,98,83],[65,97,82],[120,152,139],[77,109,98],[50,79,74],[67,95,98],[64,93,97],[49,83,85],[54,93,90],[55,98,88],[67,112,105],[70,110,118],[87,129,141],[78,126,126],[67,118,111],[109,166,151],[111,170,152],[102,160,145],[119,177,165],[121,176,173],[85,134,138],[69,117,121],[89,133,134],[96,139,132],[122,166,151],[126,172,146],[170,213,183],[132,166,141],[116,145,123],[109,138,116],[122,145,125],[105,116,100],[103,115,101],[117,146,126],[89,129,103],[145,189,162],[107,150,122],[90,120,94],[145,174,146],[166,201,169],[200,235,203],[142,171,140],[144,171,136],[143,174,132],[97,130,85],[49,85,41],[53,90,46],[64,101,57],[143,180,136],[178,214,168],[116,148,99],[145,172,121],[190,213,157],[197,215,155],[169,184,117],[190,204,129],[162,175,93],[157,170,82],[144,153,70],[113,114,46],[135,135,75],[142,143,86],[162,165,110],[139,147,90],[149,159,107],[57,68,25],[33,46,3],[128,144,99],[16,31,0],[25,39,3],[113,125,89],[151,163,125],[86,96,59],[35,45,8],[144,151,118],[154,160,134],[29,31,10],[28,19,2],[38,25,9],[53,41,25],[39,34,14],[69,75,49],[35,46,16],[63,72,43],[98,98,72],[65,50,31],[37,15,2],[27,4,0],[33,18,11],[9,9,1],[3,5,0],[6,4,5],[5,0,4],[6,1,5],[8,3,7],[5,1,2],[4,0,1],[5,1,0],[5,1,0],[3,0,0],[5,1,0],[10,6,5],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[10,10,10],[4,4,4],[28,28,28],[4,4,4],[40,40,40],[29,29,29],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[6,2,3],[7,1,3],[6,0,2],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[10,4,6],[6,0,0],[11,1,0],[21,9,9],[31,17,16],[32,18,17],[27,13,12],[25,11,10],[19,5,4],[12,0,0],[19,4,0],[17,0,0],[15,0,0],[46,23,9],[91,65,48],[118,92,75],[44,25,10],[49,30,15],[78,55,39],[99,72,55],[97,66,48],[130,95,76],[122,85,66],[147,111,89],[148,114,89],[72,40,15],[100,73,46],[101,75,50],[147,126,99],[134,117,91],[121,105,79],[135,119,93],[108,95,63],[74,60,31],[136,124,98],[166,154,128],[199,188,156],[254,245,214],[204,193,173],[133,125,106],[201,198,167],[188,189,157],[108,112,87],[123,127,102],[124,128,95],[169,170,136],[166,163,132],[132,125,97],[153,143,116],[125,115,88],[138,131,103],[147,140,112],[126,117,88],[111,100,70],[141,128,94],[221,203,167],[181,158,117],[125,96,52],[108,78,28],[125,93,42],[166,137,81],[186,162,102],[216,194,134],[241,222,163],[164,144,93],[161,139,90],[218,188,138],[226,198,150],[209,191,145],[182,167,124],[118,103,64],[30,16,0],[61,52,23],[103,102,71],[78,87,44],[63,73,23],[113,111,63],[160,154,102],[181,179,118],[193,195,132],[189,193,134],[219,226,175],[120,130,95],[36,54,28],[51,75,59],[44,74,64],[33,66,57],[49,84,77],[57,89,84],[46,78,75],[55,84,88],[49,80,83],[42,76,77],[34,73,68],[30,74,59],[59,105,94],[78,121,127],[80,124,133],[81,131,130],[88,141,133],[134,192,178],[102,163,148],[75,135,123],[141,201,193],[94,150,151],[61,114,120],[52,102,109],[59,108,113],[59,108,105],[85,132,122],[45,94,73],[97,139,117],[164,191,176],[206,226,214],[146,170,154],[124,145,130],[107,119,105],[142,156,139],[186,211,189],[102,136,109],[128,167,136],[141,178,147],[124,153,125],[99,125,98],[88,121,92],[208,238,210],[180,200,175],[155,173,147],[120,147,112],[85,117,76],[67,100,57],[107,140,97],[92,124,83],[136,167,126],[166,194,153],[229,255,210],[245,255,218],[219,239,180],[166,183,115],[159,173,98],[184,198,119],[231,244,165],[145,157,81],[116,126,57],[196,200,141],[166,169,116],[53,57,7],[71,77,29],[118,128,75],[58,70,20],[13,25,0],[21,35,0],[62,79,34],[103,120,76],[43,59,23],[71,85,52],[88,103,62],[122,135,92],[42,54,16],[32,42,8],[56,62,36],[28,30,9],[45,36,19],[51,39,25],[59,50,35],[29,23,7],[34,39,16],[20,29,2],[9,16,0],[71,70,42],[64,49,28],[47,25,11],[67,47,36],[24,9,2],[9,6,0],[1,3,0],[6,4,5],[5,0,4],[6,1,5],[7,2,6],[4,0,1],[4,0,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[11,7,6],[11,7,6],[5,1,0],[3,0,0],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[4,2,3],[3,1,2],[3,1,2],[1,0,0],[5,3,4],[4,2,3],[1,0,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[5,1,2],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[7,1,3],[7,1,3],[6,0,2],[6,0,2],[8,2,4],[9,3,5],[10,1,4],[62,53,56],[49,39,40],[19,7,7],[39,25,24],[41,25,25],[17,1,1],[15,0,0],[26,10,10],[25,9,9],[33,15,13],[29,10,4],[31,9,0],[44,18,5],[70,43,26],[115,86,70],[51,23,12],[101,73,62],[129,101,89],[82,55,38],[89,62,41],[175,151,127],[136,112,86],[70,49,22],[124,102,78],[96,76,51],[52,32,8],[79,57,34],[128,106,83],[128,106,82],[132,108,84],[157,142,113],[179,179,145],[39,45,11],[105,104,76],[156,149,123],[175,164,134],[180,166,137],[217,202,183],[222,211,191],[222,215,186],[153,150,119],[57,55,32],[117,116,95],[75,78,49],[144,149,117],[176,185,156],[185,189,164],[134,128,106],[100,89,69],[127,119,98],[115,109,85],[98,94,67],[126,121,92],[111,100,70],[152,137,104],[148,128,91],[141,116,76],[124,97,52],[116,88,40],[140,110,58],[179,149,95],[218,192,135],[180,154,97],[169,142,87],[199,172,117],[193,164,108],[213,188,134],[229,211,163],[222,205,159],[157,134,84],[72,48,2],[124,104,71],[180,171,138],[179,188,141],[97,109,61],[69,72,29],[165,164,120],[98,97,43],[96,95,39],[122,122,72],[169,174,133],[64,75,45],[33,50,31],[48,74,63],[51,82,76],[92,127,120],[34,71,64],[48,83,77],[49,83,82],[52,83,86],[50,81,84],[51,85,86],[32,72,64],[34,76,62],[91,135,122],[87,133,130],[77,125,125],[80,130,129],[86,138,136],[71,127,124],[61,120,118],[93,153,151],[73,133,133],[69,129,130],[80,140,141],[59,117,119],[77,133,134],[67,122,119],[73,125,121],[56,107,102],[95,136,130],[210,232,230],[244,255,255],[203,226,218],[198,222,209],[167,185,171],[173,192,173],[158,184,159],[138,171,142],[124,161,128],[154,191,158],[110,141,110],[68,98,70],[137,170,143],[217,245,222],[233,248,229],[142,157,138],[126,150,128],[121,150,122],[113,142,111],[138,165,132],[114,141,108],[153,177,145],[211,231,203],[219,236,202],[217,234,190],[195,209,156],[186,201,134],[196,210,135],[177,190,118],[170,182,116],[104,115,59],[164,172,123],[235,242,191],[94,100,54],[40,47,5],[18,27,0],[103,115,67],[94,107,63],[56,70,35],[106,121,88],[82,99,57],[111,128,86],[108,123,90],[97,111,78],[48,63,22],[131,146,103],[108,123,84],[0,8,0],[38,41,10],[62,60,35],[38,35,16],[58,54,42],[45,42,33],[6,3,0],[23,21,8],[31,30,9],[82,78,49],[64,58,26],[85,74,44],[89,75,49],[65,52,35],[18,5,0],[14,4,5],[4,0,2],[6,1,5],[5,0,4],[6,1,5],[6,1,5],[3,0,0],[4,0,1],[5,1,0],[3,0,0],[6,2,0],[5,1,0],[7,3,2],[8,4,3],[4,0,0],[3,0,0],[4,0,1],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[7,7,7],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[7,5,6],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[5,3,4],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[6,2,3],[6,2,3],[6,2,3],[3,0,0],[4,0,1],[6,0,2],[6,0,2],[7,1,3],[8,2,4],[10,4,6],[12,6,8],[6,0,0],[38,28,29],[23,11,11],[10,0,0],[31,15,15],[41,26,23],[28,13,10],[13,0,0],[15,0,0],[27,12,9],[45,27,23],[53,34,27],[55,33,20],[47,21,6],[44,17,0],[65,36,20],[80,47,38],[114,84,76],[133,104,90],[45,18,0],[45,21,0],[114,93,64],[130,111,81],[26,6,0],[45,28,2],[92,74,50],[94,73,52],[63,42,21],[67,45,22],[113,91,67],[112,88,62],[126,112,83],[212,219,185],[64,78,43],[57,60,33],[105,98,72],[114,100,71],[187,172,143],[237,222,203],[217,204,185],[189,182,153],[157,152,122],[167,160,141],[116,113,94],[65,68,41],[142,151,122],[168,182,156],[135,147,123],[113,110,93],[99,90,75],[130,123,105],[133,128,108],[119,114,92],[106,102,75],[139,134,104],[153,144,111],[142,128,93],[167,147,110],[150,125,84],[118,89,45],[113,82,35],[147,115,64],[198,167,112],[149,118,61],[162,132,72],[175,146,86],[161,135,74],[196,174,116],[244,231,178],[246,230,178],[173,144,86],[163,132,77],[112,84,44],[56,40,4],[60,66,20],[129,142,96],[66,72,36],[89,89,55],[95,92,49],[56,53,8],[68,69,29],[57,60,29],[53,62,41],[33,51,39],[39,66,59],[58,93,87],[46,86,77],[43,85,75],[71,111,102],[57,94,87],[46,80,81],[59,93,95],[76,112,112],[51,90,85],[37,79,67],[78,122,109],[138,185,177],[89,138,134],[71,121,118],[89,141,139],[111,167,166],[98,156,157],[88,148,149],[66,127,128],[74,135,138],[73,134,137],[54,115,118],[55,115,116],[55,113,115],[75,131,132],[71,125,125],[108,150,149],[230,251,255],[209,227,229],[131,158,153],[182,214,203],[141,169,155],[100,129,109],[97,129,105],[96,133,102],[87,126,95],[97,136,105],[75,114,83],[70,106,78],[150,189,162],[198,230,207],[224,241,225],[160,174,159],[147,171,155],[157,186,164],[194,223,195],[236,255,232],[209,233,201],[218,237,207],[204,219,190],[188,202,167],[152,165,121],[145,160,103],[168,183,114],[172,188,115],[165,181,110],[66,80,19],[75,87,41],[183,194,152],[167,176,133],[86,95,50],[26,34,0],[37,48,8],[70,83,40],[82,94,54],[34,48,13],[46,61,28],[133,149,112],[154,170,131],[15,31,0],[51,67,31],[4,19,0],[89,104,63],[159,174,133],[89,99,64],[87,90,59],[78,76,51],[34,33,13],[18,16,1],[24,22,10],[50,48,36],[28,26,11],[38,36,15],[28,22,0],[44,37,8],[94,83,55],[88,76,52],[53,40,24],[56,43,35],[7,0,0],[13,4,9],[6,0,4],[5,0,4],[6,1,5],[5,0,4],[3,0,0],[5,1,2],[6,2,1],[3,0,0],[7,3,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[5,5,5],[0,0,0],[1,1,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[1,0,0],[1,0,0],[19,17,18],[1,0,0],[6,4,5],[4,2,3],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[11,7,8],[9,5,6],[7,1,3],[6,0,2],[6,0,2],[9,3,5],[11,5,7],[12,6,8],[17,8,9],[11,1,0],[14,3,1],[27,13,10],[22,7,2],[32,14,10],[52,34,30],[37,19,15],[26,8,4],[28,11,4],[39,20,13],[42,22,13],[37,15,1],[56,30,13],[86,58,37],[92,63,45],[22,0,0],[20,0,0],[84,58,41],[98,71,50],[95,69,42],[80,55,25],[108,83,53],[77,51,24],[64,36,14],[85,57,36],[102,75,56],[78,53,33],[97,75,52],[93,76,48],[99,84,51],[161,155,119],[136,148,112],[94,108,75],[82,80,57],[99,87,65],[145,128,102],[194,177,151],[246,231,210],[241,230,208],[156,151,119],[112,109,78],[159,152,133],[164,158,142],[132,132,108],[133,142,115],[132,150,126],[134,149,128],[100,102,88],[94,88,74],[117,110,94],[152,143,126],[150,142,121],[161,157,132],[198,199,168],[137,138,106],[185,181,146],[155,142,107],[122,98,60],[123,91,52],[141,104,60],[144,108,58],[177,146,91],[174,144,84],[179,150,84],[187,160,91],[142,119,52],[129,111,47],[201,191,132],[255,244,185],[218,187,122],[155,117,55],[118,84,36],[60,39,0],[41,44,0],[225,236,196],[155,159,132],[113,111,88],[118,113,81],[41,36,4],[84,82,59],[49,52,35],[35,45,36],[29,48,44],[42,73,68],[40,77,69],[24,66,52],[63,108,88],[65,108,89],[59,101,87],[51,88,81],[41,77,77],[46,81,83],[50,86,86],[47,86,83],[53,95,91],[48,94,92],[61,110,107],[64,113,109],[61,112,105],[126,182,173],[121,178,171],[67,128,123],[86,147,148],[94,154,162],[66,128,139],[62,124,137],[49,109,120],[53,110,119],[68,123,126],[51,106,103],[71,115,114],[193,221,224],[181,205,207],[96,132,128],[71,114,104],[56,100,85],[64,107,88],[55,97,75],[69,111,87],[47,91,64],[72,118,89],[34,83,53],[51,100,70],[176,222,194],[185,223,200],[149,172,154],[197,218,201],[176,205,185],[147,179,156],[192,223,192],[169,195,160],[163,185,147],[183,201,161],[98,113,72],[121,134,88],[150,165,110],[142,157,92],[118,136,62],[170,188,112],[165,182,112],[97,113,51],[90,106,57],[157,170,127],[105,116,73],[143,154,111],[87,98,55],[29,42,0],[29,41,5],[130,142,106],[81,96,57],[66,80,44],[165,179,146],[34,48,15],[17,31,0],[0,14,0],[9,21,0],[134,146,110],[139,151,113],[122,132,97],[60,65,42],[1,2,0],[30,25,6],[33,26,8],[12,5,0],[47,45,24],[37,39,15],[35,38,11],[38,36,11],[25,17,0],[64,47,31],[78,56,43],[37,17,8],[31,17,8],[6,0,0],[13,10,5],[5,1,2],[5,0,4],[6,1,5],[6,1,5],[4,0,1],[6,2,3],[8,4,3],[5,1,0],[5,1,0],[3,0,0],[4,0,0],[5,1,0],[3,0,0],[4,0,0],[5,1,2],[3,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[6,6,6],[3,3,3],[0,0,0],[9,9,9],[0,0,0],[2,2,2],[0,0,0],[4,4,4],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[10,8,9],[17,15,16],[111,109,110],[2,0,1],[6,4,5],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[20,16,17],[15,11,12],[9,3,5],[5,0,1],[5,0,1],[7,1,3],[9,3,5],[11,5,5],[16,8,6],[18,8,6],[13,2,0],[18,5,0],[23,8,1],[46,29,21],[66,49,41],[44,27,19],[24,7,0],[22,5,0],[40,22,12],[41,22,8],[21,0,0],[60,35,13],[118,90,66],[106,78,56],[103,75,61],[42,16,1],[66,41,21],[97,71,46],[106,81,51],[120,93,63],[127,98,68],[145,114,86],[139,107,84],[159,126,107],[110,79,61],[72,45,24],[139,117,93],[82,65,35],[86,73,38],[114,108,72],[110,114,81],[98,98,72],[103,92,72],[126,108,88],[139,119,94],[156,140,114],[225,219,195],[223,223,197],[128,134,98],[105,111,77],[112,110,89],[142,136,120],[149,147,126],[110,114,91],[128,140,120],[99,110,93],[108,112,98],[111,109,96],[118,111,95],[125,116,99],[147,139,118],[183,179,154],[118,123,93],[120,126,92],[111,112,78],[117,111,75],[102,82,47],[115,85,47],[114,79,37],[128,92,44],[208,177,122],[192,164,101],[204,177,108],[182,158,88],[153,129,65],[119,101,39],[212,202,141],[255,255,194],[223,192,127],[177,139,76],[124,89,33],[109,85,37],[92,89,46],[158,162,129],[129,127,104],[92,87,67],[37,31,5],[15,10,0],[61,59,46],[49,52,45],[36,48,46],[26,46,45],[35,67,64],[41,82,74],[32,79,61],[49,97,75],[64,112,88],[38,83,63],[38,78,69],[54,90,88],[48,83,85],[39,77,78],[47,87,86],[56,98,97],[34,80,80],[83,132,129],[82,131,125],[62,112,101],[82,134,121],[82,138,125],[85,142,135],[70,130,130],[73,133,143],[70,132,147],[63,124,142],[73,132,148],[71,128,139],[52,107,112],[72,124,122],[70,115,112],[142,173,175],[133,163,165],[73,115,111],[59,110,101],[72,126,113],[71,125,111],[64,112,98],[47,94,76],[46,93,73],[25,77,54],[50,106,79],[111,167,140],[158,211,183],[104,148,123],[155,184,164],[210,237,218],[156,189,168],[172,207,183],[196,229,200],[143,170,135],[128,150,111],[61,80,34],[120,137,85],[159,174,117],[144,160,97],[151,171,102],[141,163,91],[172,194,122],[138,159,92],[97,117,56],[88,106,54],[103,121,73],[18,31,0],[85,97,51],[137,151,102],[58,71,27],[27,39,3],[50,61,27],[61,74,31],[121,133,93],[27,38,8],[4,14,0],[8,20,0],[8,20,0],[15,26,0],[51,62,28],[77,89,51],[96,108,72],[9,19,0],[36,39,18],[55,50,30],[64,56,37],[54,46,27],[34,29,7],[56,59,32],[50,54,27],[65,68,41],[44,38,14],[40,21,4],[72,45,34],[93,68,61],[36,19,11],[11,7,0],[0,1,0],[3,1,2],[6,1,5],[7,2,6],[6,1,5],[5,1,2],[8,4,5],[10,6,5],[6,2,1],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[5,1,2],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[10,8,9],[1,0,0],[1,0,0],[8,6,7],[6,4,5],[5,3,4],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[4,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[20,16,17],[21,17,18],[10,4,6],[7,1,3],[8,2,4],[7,1,3],[14,8,10],[17,8,9],[26,16,14],[14,3,0],[18,5,0],[20,5,0],[28,11,3],[26,9,1],[22,5,0],[52,35,27],[46,29,21],[31,14,4],[44,26,12],[46,27,12],[39,17,0],[50,24,1],[110,83,56],[90,60,34],[78,49,31],[81,52,34],[75,47,25],[75,49,22],[103,78,47],[114,88,55],[133,104,72],[87,56,27],[139,105,80],[148,113,91],[147,112,92],[156,126,102],[108,82,55],[133,114,82],[113,99,62],[128,115,80],[123,107,81],[133,112,93],[136,108,94],[112,85,68],[140,120,93],[202,193,162],[236,240,213],[193,208,177],[131,154,112],[90,111,72],[107,115,91],[116,117,99],[117,112,92],[130,123,104],[99,96,81],[70,68,55],[83,84,70],[112,110,97],[120,114,98],[137,130,112],[137,132,110],[185,185,159],[133,138,108],[113,120,87],[120,124,91],[139,135,100],[107,91,57],[136,112,74],[126,94,53],[140,106,58],[187,154,100],[160,131,71],[166,147,79],[218,199,133],[163,138,82],[165,142,90],[201,185,126],[239,221,159],[225,197,134],[228,197,133],[167,137,73],[148,126,69],[95,83,43],[77,68,39],[80,68,46],[98,87,67],[22,18,0],[32,34,13],[21,23,12],[41,45,44],[33,47,48],[30,54,56],[49,83,82],[63,104,96],[66,113,95],[52,101,79],[59,107,83],[57,102,82],[40,80,71],[58,97,94],[55,93,94],[52,90,93],[65,105,105],[79,121,119],[52,98,96],[58,104,101],[122,169,161],[71,119,107],[87,138,123],[81,133,120],[106,161,155],[149,207,208],[66,124,135],[63,122,138],[66,125,143],[60,117,134],[65,119,131],[66,117,121],[63,112,109],[94,136,132],[152,186,185],[116,150,151],[78,124,121],[75,130,124],[50,111,104],[49,108,102],[61,114,108],[36,85,79],[26,76,67],[30,82,69],[66,125,107],[79,138,116],[68,124,99],[77,125,99],[122,160,135],[121,155,131],[61,100,79],[140,179,158],[203,237,212],[172,201,170],[158,180,141],[139,159,110],[157,175,117],[187,206,142],[135,156,89],[129,150,85],[159,181,119],[150,174,116],[61,84,28],[77,100,44],[75,98,42],[100,119,64],[48,62,11],[50,62,14],[158,170,120],[58,70,24],[48,58,21],[39,49,14],[130,141,99],[123,134,94],[40,49,20],[10,19,0],[51,61,24],[52,63,23],[60,70,36],[26,36,2],[113,123,86],[113,125,85],[98,110,72],[47,54,21],[42,40,17],[54,47,29],[60,50,38],[55,49,37],[33,34,16],[17,21,0],[7,8,0],[32,26,0],[70,53,23],[84,59,37],[89,66,52],[43,24,18],[4,0,0],[6,4,7],[7,2,6],[5,0,4],[8,3,7],[6,1,5],[3,0,0],[10,6,7],[17,13,12],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[9,7,8],[1,0,0],[1,0,0],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[5,3,4],[3,1,2],[3,1,2],[4,2,3],[4,2,3],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[5,1,2],[4,0,0],[10,4,6],[12,6,8],[4,0,0],[8,2,4],[15,9,9],[19,11,8],[26,17,10],[37,27,18],[30,17,8],[22,8,0],[26,9,0],[27,10,0],[32,15,5],[37,20,10],[46,30,17],[51,33,19],[57,38,21],[57,35,12],[53,27,2],[117,90,61],[132,101,73],[69,34,12],[71,36,16],[89,57,32],[95,68,39],[92,67,36],[84,61,29],[71,46,15],[98,71,41],[86,55,27],[175,144,116],[207,176,148],[138,107,79],[95,68,39],[109,86,54],[134,116,80],[153,133,100],[128,100,78],[156,123,106],[169,133,121],[176,144,129],[176,156,129],[211,205,173],[204,215,185],[146,167,134],[103,132,88],[93,118,78],[102,115,89],[123,126,105],[127,121,99],[145,134,114],[120,108,94],[80,70,58],[67,61,47],[126,123,108],[118,115,96],[127,125,104],[146,146,120],[214,217,188],[140,145,113],[142,145,114],[147,148,117],[124,121,90],[120,111,78],[128,112,76],[146,123,81],[148,120,72],[147,114,61],[157,126,69],[135,116,48],[205,187,121],[174,149,95],[169,143,92],[197,181,119],[201,183,117],[237,213,151],[231,203,138],[185,158,89],[155,133,73],[76,61,22],[83,69,43],[56,38,18],[44,28,12],[31,28,9],[27,29,15],[19,25,15],[49,58,53],[25,43,43],[23,48,52],[56,92,92],[30,72,68],[59,107,93],[48,97,78],[48,95,75],[66,110,93],[73,114,106],[79,118,115],[64,102,103],[54,94,93],[48,90,86],[73,118,111],[56,103,95],[70,117,109],[115,161,151],[80,126,115],[85,131,120],[83,130,122],[84,134,131],[110,164,166],[70,127,136],[58,118,129],[68,127,141],[44,100,113],[61,114,122],[73,122,126],[59,103,102],[136,177,173],[165,199,198],[88,124,122],[82,127,124],[74,126,124],[78,138,136],[50,110,110],[48,99,102],[38,86,88],[48,94,94],[58,107,103],[65,123,111],[95,154,136],[71,125,102],[93,141,117],[124,167,140],[49,89,65],[42,85,66],[144,187,168],[192,227,207],[192,222,196],[129,153,117],[158,180,133],[143,163,104],[160,181,116],[171,193,129],[123,148,90],[144,171,120],[88,114,69],[54,80,35],[70,94,46],[68,91,35],[117,138,81],[45,59,6],[55,67,17],[131,143,93],[83,95,49],[67,75,36],[130,138,99],[51,59,18],[72,80,41],[35,42,9],[68,75,42],[22,30,0],[15,23,0],[27,37,2],[35,45,10],[120,130,93],[60,72,32],[71,83,43],[74,84,47],[5,8,0],[6,4,0],[17,11,0],[82,79,64],[48,50,29],[19,22,0],[18,17,0],[70,64,30],[81,66,35],[53,33,8],[73,51,37],[47,30,23],[6,0,0],[8,3,9],[5,0,4],[3,0,2],[7,2,6],[8,3,7],[3,0,0],[9,5,6],[13,9,8],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[8,6,7],[1,0,0],[3,1,2],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[4,2,3],[4,2,3],[4,2,3],[5,3,4],[7,3,4],[7,3,4],[7,3,4],[7,3,4],[4,0,1],[8,4,5],[7,1,3],[13,7,9],[14,8,10],[8,2,4],[13,7,9],[19,10,11],[23,13,11],[22,11,7],[20,7,1],[22,7,0],[27,10,2],[37,20,10],[40,23,13],[19,2,0],[29,13,0],[47,31,18],[51,33,19],[67,48,31],[83,61,38],[80,54,27],[117,90,60],[119,85,57],[112,70,45],[92,47,24],[94,57,31],[100,70,42],[86,63,32],[101,82,50],[71,55,22],[87,68,35],[78,55,21],[116,92,58],[164,135,103],[150,121,89],[131,102,70],[95,69,36],[127,103,69],[147,120,91],[129,94,72],[148,111,93],[149,113,99],[164,133,115],[208,189,159],[225,219,185],[175,181,153],[184,199,168],[138,161,119],[163,184,143],[133,146,118],[130,134,111],[153,147,121],[167,155,131],[146,131,112],[130,114,99],[107,95,83],[128,122,106],[116,118,96],[78,84,58],[137,146,115],[188,195,162],[159,160,129],[151,147,118],[142,136,110],[141,137,108],[137,136,105],[140,138,100],[168,159,116],[136,115,68],[144,110,62],[169,134,78],[143,120,52],[137,118,49],[154,132,72],[167,147,86],[186,176,104],[168,156,84],[112,88,26],[206,176,116],[232,203,135],[181,157,97],[56,41,2],[33,21,0],[68,53,34],[31,17,4],[40,33,27],[11,12,6],[19,27,14],[38,54,41],[35,56,51],[30,58,59],[58,96,97],[55,97,96],[47,94,86],[52,99,89],[44,90,79],[44,87,78],[68,109,105],[86,125,124],[74,114,113],[72,115,108],[68,116,102],[108,159,142],[152,203,188],[88,139,124],[73,121,109],[66,111,104],[58,103,100],[65,109,110],[65,113,115],[66,117,121],[70,125,130],[66,124,128],[56,114,118],[67,122,125],[70,119,123],[66,111,114],[114,154,156],[178,213,215],[108,142,141],[88,122,121],[111,150,149],[89,133,134],[83,137,139],[61,116,119],[73,120,128],[81,124,131],[60,101,107],[82,126,127],[117,168,163],[97,149,137],[134,178,161],[133,177,154],[138,181,154],[121,165,140],[115,162,146],[165,209,196],[174,210,198],[214,245,227],[216,241,212],[174,196,157],[93,116,64],[97,120,64],[78,103,48],[113,139,92],[102,128,93],[32,59,28],[58,83,51],[88,113,74],[134,156,107],[66,85,30],[95,112,60],[74,88,39],[103,114,71],[118,129,86],[82,91,46],[105,112,71],[17,23,0],[40,46,12],[49,55,17],[151,157,121],[54,61,28],[49,56,22],[71,82,42],[13,24,0],[67,79,39],[4,16,0],[36,46,11],[103,113,79],[78,85,52],[95,102,69],[114,119,87],[163,166,135],[58,59,28],[7,3,0],[24,17,0],[17,7,0],[61,46,25],[68,52,36],[39,25,14],[14,1,0],[13,4,0],[6,0,0],[12,6,8],[4,0,3],[6,1,5],[9,4,8],[4,0,1],[6,2,3],[8,4,3],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[7,5,6],[1,0,0],[4,2,3],[11,9,10],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[11,7,8],[25,21,22],[20,14,16],[10,4,6],[8,2,4],[13,7,9],[20,14,16],[15,9,9],[16,8,6],[16,7,2],[10,0,0],[26,13,5],[33,19,10],[29,12,4],[38,21,13],[33,16,6],[42,25,15],[32,16,3],[44,28,13],[72,53,36],[89,67,44],[96,72,46],[112,85,56],[111,78,47],[129,88,58],[121,77,50],[84,48,22],[66,36,10],[63,42,15],[77,60,32],[71,54,26],[92,73,41],[120,97,63],[150,124,87],[143,115,76],[145,115,77],[167,139,102],[127,103,69],[105,84,53],[111,87,59],[132,105,78],[138,108,84],[167,139,118],[141,116,94],[234,217,187],[160,151,118],[171,169,144],[179,185,157],[189,201,163],[205,217,179],[158,167,138],[125,127,103],[158,155,124],[130,121,92],[99,85,59],[122,105,87],[130,114,101],[89,82,66],[113,117,94],[133,144,114],[114,128,93],[167,174,141],[203,199,170],[163,153,128],[158,150,129],[173,168,146],[171,176,146],[107,113,79],[112,110,71],[123,110,66],[115,84,38],[140,103,50],[157,128,60],[166,142,70],[179,156,89],[217,203,132],[192,187,106],[143,136,58],[124,100,36],[190,158,99],[225,194,129],[170,146,86],[65,53,11],[49,44,15],[17,9,0],[30,22,11],[27,21,23],[3,5,4],[23,36,19],[50,71,52],[60,86,77],[44,76,73],[46,84,85],[122,163,165],[98,143,140],[133,178,171],[89,132,123],[59,100,94],[56,95,94],[71,110,109],[62,104,100],[77,123,113],[83,134,117],[100,153,133],[98,152,136],[93,145,132],[70,117,107],[44,89,82],[55,97,95],[66,110,109],[68,113,116],[70,119,123],[74,129,134],[105,163,167],[75,133,137],[75,128,132],[68,116,118],[70,112,111],[144,180,180],[173,205,204],[120,154,153],[126,160,159],[96,130,131],[84,124,126],[75,125,126],[75,126,129],[94,139,145],[109,147,156],[71,108,116],[72,112,114],[52,98,95],[103,149,139],[112,153,139],[93,135,115],[109,155,129],[146,196,169],[124,173,152],[175,219,202],[177,216,198],[213,245,224],[204,230,201],[161,186,147],[117,141,93],[94,118,68],[132,160,111],[137,166,122],[103,133,99],[56,85,54],[73,98,66],[83,105,67],[106,126,77],[69,87,35],[73,89,40],[104,117,73],[84,96,58],[29,40,0],[98,107,64],[61,68,27],[58,63,31],[57,62,32],[32,39,0],[37,45,4],[47,54,21],[42,52,17],[104,117,73],[98,114,67],[91,108,63],[4,21,0],[19,34,0],[69,81,43],[63,73,36],[102,110,73],[144,150,114],[124,130,96],[73,77,44],[47,46,15],[23,18,0],[37,27,2],[70,55,36],[77,61,46],[67,53,42],[18,5,0],[13,4,0],[58,53,50],[21,17,18],[9,4,8],[6,1,5],[8,3,7],[4,0,1],[3,0,0],[6,2,1],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[1,0,0],[3,1,2],[17,15,16],[1,0,0],[1,0,0],[1,0,0],[8,6,7],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[10,6,7],[24,20,21],[17,11,13],[6,0,2],[4,0,0],[9,3,5],[17,11,13],[12,6,8],[18,9,10],[23,13,12],[13,2,0],[35,21,18],[50,35,30],[31,14,7],[25,8,1],[28,11,4],[19,4,0],[13,0,0],[50,33,23],[67,49,35],[47,26,7],[42,18,0],[73,46,19],[144,115,85],[142,109,74],[110,77,42],[110,80,52],[106,80,57],[107,85,64],[100,77,59],[94,69,47],[78,50,26],[94,61,30],[176,142,105],[206,173,132],[180,151,109],[172,148,110],[126,110,76],[117,108,77],[117,108,77],[130,115,82],[127,111,78],[135,119,93],[169,153,127],[222,209,175],[140,129,97],[101,90,68],[197,189,166],[140,137,102],[184,184,148],[216,216,188],[146,146,118],[137,137,101],[129,125,88],[132,121,89],[128,114,88],[152,139,123],[98,91,75],[83,89,63],[106,119,89],[104,115,81],[136,141,109],[195,189,163],[167,154,135],[156,144,128],[148,143,124],[136,144,121],[132,143,113],[130,134,99],[135,127,88],[127,99,59],[159,121,72],[157,119,54],[178,144,70],[208,185,109],[157,144,65],[178,178,92],[163,158,76],[131,106,39],[187,153,92],[247,213,152],[175,150,94],[100,96,48],[75,82,41],[39,41,17],[31,31,21],[29,27,32],[21,22,27],[45,62,46],[52,77,56],[32,62,52],[54,89,85],[71,111,111],[147,189,188],[114,156,152],[43,86,77],[75,116,108],[79,119,111],[60,99,96],[69,108,107],[74,116,112],[86,136,125],[78,133,114],[55,112,95],[43,100,93],[62,117,114],[94,145,138],[86,133,123],[83,129,118],[68,114,104],[78,124,121],[64,113,117],[122,176,186],[213,255,255],[100,156,171],[68,120,133],[70,115,120],[62,102,101],[166,199,190],[153,185,174],[129,165,161],[133,172,171],[86,117,120],[63,98,100],[72,120,120],[85,135,134],[87,131,132],[84,124,126],[70,108,109],[52,91,90],[40,83,76],[149,191,181],[146,182,170],[100,141,123],[98,152,128],[175,231,202],[194,247,217],[183,229,200],[150,189,160],[138,171,142],[169,196,163],[86,111,72],[147,170,126],[182,208,160],[144,174,124],[120,152,103],[135,166,122],[166,197,153],[91,118,73],[64,86,39],[70,87,35],[61,75,24],[23,38,0],[61,75,39],[35,49,16],[0,7,0],[34,44,7],[42,50,13],[55,61,33],[77,83,55],[63,71,32],[73,81,40],[104,114,79],[54,66,28],[70,86,37],[111,129,77],[130,150,99],[57,80,28],[45,70,15],[107,127,76],[70,77,36],[28,27,0],[15,11,0],[4,4,0],[115,122,91],[140,150,115],[106,112,74],[80,77,42],[109,92,66],[123,98,78],[90,66,54],[26,8,4],[3,0,0],[10,11,13],[17,15,18],[8,3,7],[5,0,4],[7,2,6],[5,1,2],[3,0,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[10,8,9],[6,4,5],[1,0,0],[18,16,17],[8,6,7],[13,11,12],[3,1,2],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[5,1,2],[11,7,8],[8,2,4],[10,4,6],[11,5,7],[7,1,3],[13,7,9],[15,9,11],[22,13,18],[24,15,18],[9,0,0],[21,7,6],[47,32,29],[40,22,20],[22,4,2],[21,3,1],[20,5,0],[38,23,16],[58,41,33],[50,32,20],[49,28,11],[73,48,28],[67,41,18],[102,73,43],[136,106,68],[147,119,80],[174,149,119],[102,77,55],[59,37,23],[59,37,24],[85,59,44],[115,87,65],[98,67,36],[125,91,53],[129,96,53],[124,95,51],[184,165,125],[88,75,41],[69,64,35],[134,130,101],[153,145,109],[108,100,63],[83,77,43],[185,180,148],[214,208,172],[195,186,153],[137,125,103],[151,136,115],[164,155,122],[156,152,117],[211,210,180],[154,155,124],[123,124,84],[170,165,125],[204,190,155],[139,124,95],[141,128,111],[116,110,94],[86,90,65],[82,91,60],[119,129,95],[115,118,87],[167,159,136],[173,162,144],[147,138,123],[136,132,120],[122,129,111],[186,196,172],[170,175,143],[132,126,90],[137,115,76],[159,125,79],[129,87,29],[175,136,67],[208,181,104],[158,141,61],[181,179,96],[226,221,140],[213,190,120],[193,161,100],[255,225,168],[213,192,135],[106,107,47],[104,114,62],[23,30,0],[1,8,0],[0,1,0],[42,52,51],[59,80,65],[24,53,33],[57,89,78],[96,132,128],[115,155,154],[89,131,127],[53,96,86],[39,81,67],[93,134,120],[91,129,118],[52,88,84],[68,107,104],[74,119,116],[50,101,94],[45,101,88],[67,127,115],[50,109,107],[55,113,114],[74,126,122],[89,139,130],[126,172,162],[84,130,120],[58,107,103],[68,119,122],[93,147,159],[118,174,189],[81,137,154],[83,135,148],[96,141,146],[103,142,139],[161,193,180],[178,210,197],[116,157,151],[82,124,123],[106,137,140],[111,145,146],[126,175,171],[75,128,120],[59,108,102],[85,130,123],[90,131,123],[58,100,90],[69,113,100],[132,174,160],[144,180,168],[87,130,113],[59,121,96],[129,194,164],[156,211,179],[137,184,148],[131,171,137],[175,206,174],[128,153,121],[54,78,44],[73,95,59],[78,103,64],[88,116,75],[158,190,143],[183,217,167],[139,171,121],[78,105,54],[73,93,44],[0,13,0],[47,58,16],[128,142,107],[57,72,43],[0,7,0],[5,18,0],[20,31,1],[8,17,0],[13,22,0],[52,58,30],[120,128,91],[87,98,58],[88,100,60],[73,90,46],[103,123,70],[154,178,120],[122,147,89],[114,142,83],[58,88,28],[49,72,16],[21,30,0],[14,14,0],[28,24,0],[50,50,22],[102,112,78],[128,140,104],[60,68,29],[94,92,54],[112,95,65],[59,34,12],[23,0,0],[13,0,0],[6,4,5],[0,0,4],[4,2,5],[3,0,2],[4,0,3],[7,2,6],[7,3,4],[4,0,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[1,0,0],[2,0,1],[1,0,0],[4,2,3],[4,2,3],[1,0,0],[11,9,10],[1,0,0],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[7,3,4],[8,4,5],[8,4,5],[9,5,6],[6,2,3],[9,5,6],[7,1,3],[13,7,9],[15,9,11],[9,3,5],[13,7,9],[16,10,14],[13,3,11],[20,9,17],[19,6,13],[16,1,6],[25,9,12],[27,11,12],[18,2,2],[28,12,12],[32,16,16],[30,15,12],[28,10,6],[56,37,30],[65,43,30],[68,42,25],[51,24,3],[66,36,8],[137,103,65],[195,161,124],[156,129,102],[45,22,4],[19,1,0],[25,8,0],[23,7,0],[66,48,26],[93,73,38],[107,84,42],[139,112,65],[124,100,54],[158,139,99],[119,104,73],[87,76,56],[59,51,28],[153,145,108],[229,224,182],[140,140,102],[184,186,149],[182,184,144],[232,232,196],[209,201,178],[152,141,119],[158,149,116],[110,106,71],[145,146,115],[176,177,145],[147,145,104],[164,155,112],[183,161,124],[152,131,102],[127,119,100],[129,128,110],[114,116,94],[109,112,85],[115,115,87],[201,200,172],[212,206,184],[155,148,130],[148,144,132],[134,134,122],[149,155,141],[139,146,128],[128,130,106],[144,139,109],[133,117,81],[140,111,71],[187,144,99],[197,152,97],[173,134,67],[192,164,91],[240,226,155],[242,232,160],[218,199,130],[221,198,131],[255,241,183],[212,198,137],[141,145,71],[103,114,45],[26,34,0],[1,12,0],[29,46,27],[36,58,45],[60,87,72],[83,113,101],[76,109,102],[82,118,114],[65,106,100],[98,141,131],[209,252,233],[85,129,104],[87,127,103],[98,137,118],[75,113,102],[62,101,96],[53,97,96],[55,105,104],[49,106,100],[59,120,113],[52,114,109],[56,116,114],[79,134,131],[87,137,136],[88,134,134],[85,130,133],[64,112,116],[51,101,108],[66,120,130],[68,126,137],[68,125,134],[78,131,137],[86,130,131],[143,179,177],[211,241,233],[177,208,202],[116,162,159],[60,108,108],[94,129,131],[106,142,142],[101,152,143],[58,116,102],[61,115,99],[72,125,107],[59,108,89],[75,122,104],[62,109,89],[101,145,128],[80,121,105],[71,118,102],[117,187,163],[152,225,196],[117,174,142],[153,198,167],[183,220,189],[169,199,171],[130,154,132],[38,57,38],[15,33,17],[56,77,58],[105,134,106],[191,223,184],[190,224,174],[81,111,59],[53,77,27],[89,104,61],[58,65,31],[66,72,46],[100,114,91],[0,8,0],[8,23,0],[32,46,23],[39,48,29],[21,29,8],[78,87,60],[16,25,0],[63,72,41],[110,122,86],[98,115,70],[89,109,56],[76,99,45],[130,158,100],[179,209,147],[128,158,94],[138,166,107],[124,144,91],[95,108,62],[61,69,28],[57,63,25],[68,74,38],[38,46,9],[42,48,12],[15,17,0],[53,47,13],[56,40,14],[15,0,0],[18,2,0],[16,3,0],[5,0,0],[10,8,11],[3,0,2],[3,0,2],[5,0,4],[7,2,6],[6,2,3],[5,1,2],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,1],[4,0,1]],[[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[7,5,6],[2,0,1],[40,38,39],[186,184,187],[36,34,37],[6,4,7],[6,4,7],[5,3,4],[6,4,5],[5,4,2],[5,4,2],[5,4,2],[7,3,4],[8,4,5],[8,3,7],[9,4,8],[7,2,8],[17,11,15],[11,5,9],[10,1,4],[11,3,1],[13,5,2],[18,9,4],[11,3,0],[26,17,18],[14,5,8],[20,10,11],[21,9,9],[29,15,14],[31,17,14],[13,0,0],[14,0,0],[15,0,0],[40,22,20],[27,8,4],[39,16,10],[27,1,0],[61,34,17],[85,57,35],[61,30,2],[101,65,29],[146,110,74],[148,118,84],[138,112,85],[83,64,47],[90,72,58],[112,95,77],[92,75,49],[94,76,38],[84,63,20],[119,96,52],[132,111,68],[103,85,47],[107,92,59],[108,96,72],[108,99,70],[113,101,59],[168,161,115],[203,204,162],[124,126,86],[159,160,118],[217,215,177],[175,165,138],[152,140,114],[127,121,89],[129,124,92],[115,114,84],[162,161,130],[158,154,116],[184,172,132],[183,164,131],[192,175,147],[166,161,139],[129,131,110],[124,124,100],[130,128,103],[164,160,131],[180,176,147],[146,142,117],[144,142,121],[153,154,136],[122,126,111],[120,127,111],[117,125,104],[146,148,124],[162,158,129],[177,167,132],[169,147,108],[160,125,83],[150,109,57],[171,132,67],[203,172,105],[243,228,163],[179,168,102],[159,145,74],[169,154,85],[238,222,162],[220,212,149],[158,161,90],[93,105,33],[66,75,18],[84,97,51],[67,93,58],[38,68,42],[65,96,78],[89,123,109],[56,91,84],[53,89,85],[72,112,104],[78,119,105],[125,168,141],[161,202,172],[108,147,120],[71,109,88],[77,112,105],[92,131,128],[65,110,107],[52,102,99],[39,98,96],[60,120,118],[68,127,121],[72,129,123],[81,136,133],[91,146,143],[69,120,121],[82,133,136],[62,116,118],[76,131,134],[116,174,176],[71,129,130],[62,118,117],[70,122,120],[77,122,119],[128,164,160],[180,211,206],[175,210,206],[84,134,133],[59,110,111],[99,140,142],[158,200,198],[117,170,160],[77,135,120],[73,130,111],[47,100,80],[90,137,117],[131,176,155],[122,167,146],[59,102,82],[105,144,126],[87,134,116],[109,174,150],[139,205,178],[108,158,131],[113,152,125],[113,143,117],[77,103,78],[102,124,103],[64,82,66],[32,52,41],[118,142,128],[232,255,234],[119,154,114],[170,203,156],[97,127,77],[82,106,58],[68,87,42],[22,36,1],[99,112,84],[85,100,77],[48,66,42],[32,50,24],[66,81,58],[24,35,19],[97,106,87],[67,77,50],[9,20,0],[33,47,14],[121,135,99],[119,137,87],[85,106,49],[94,115,59],[101,125,67],[123,147,85],[33,55,0],[64,81,26],[127,141,90],[91,103,53],[63,72,25],[73,79,33],[58,59,17],[75,73,34],[59,55,20],[60,55,23],[50,43,15],[34,21,2],[18,2,0],[43,26,18],[27,13,10],[4,0,0],[4,0,0],[5,1,2],[8,4,5],[8,4,5],[5,1,2],[3,0,0],[3,0,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[4,3,1],[1,0,0],[1,0,0],[11,10,8],[1,0,0],[11,10,8],[0,0,0],[7,7,5],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[8,8,8],[16,16,16],[0,0,0],[2,0,1],[2,0,1],[2,0,1],[2,0,1],[3,1,4],[3,1,4],[3,1,4],[3,1,4],[5,3,6],[1,0,4],[77,75,80],[255,254,255],[70,68,73],[1,0,4],[14,9,15],[8,3,7],[5,4,2],[7,6,2],[7,6,2],[6,5,1],[8,7,5],[9,7,8],[7,5,10],[6,0,10],[12,6,18],[9,1,12],[16,6,14],[8,0,0],[16,5,0],[36,24,10],[28,15,0],[18,7,0],[26,17,8],[10,6,0],[21,14,4],[20,14,0],[16,9,0],[38,29,14],[28,16,4],[38,24,15],[39,20,14],[38,14,10],[62,37,32],[46,17,9],[44,12,0],[84,52,31],[84,50,23],[64,29,0],[95,58,29],[108,72,36],[121,90,43],[197,168,124],[150,123,94],[65,39,16],[68,42,15],[107,82,51],[128,103,62],[74,51,9],[57,32,1],[84,63,32],[116,100,66],[104,92,54],[84,76,39],[138,131,87],[172,160,108],[165,153,101],[143,139,94],[155,150,110],[170,161,120],[165,151,112],[164,148,114],[114,98,65],[112,103,72],[172,167,138],[176,171,142],[204,199,169],[147,138,105],[151,142,109],[182,175,149],[144,139,117],[135,134,113],[113,113,89],[145,143,118],[208,204,177],[187,184,153],[117,114,83],[134,133,102],[151,152,121],[161,167,139],[126,136,109],[137,150,122],[134,144,117],[131,136,106],[133,134,103],[156,151,119],[183,169,132],[168,146,99],[189,160,104],[153,126,57],[165,145,74],[217,207,145],[215,209,147],[166,158,86],[170,160,88],[227,217,148],[220,214,152],[190,193,136],[111,120,63],[142,152,92],[176,193,138],[128,157,111],[105,141,105],[87,123,97],[51,88,70],[65,98,87],[88,121,114],[71,103,98],[72,105,94],[77,116,87],[102,141,110],[104,139,117],[74,107,98],[87,118,121],[89,122,127],[65,108,99],[60,112,100],[55,114,112],[55,111,112],[71,120,116],[68,115,109],[80,131,126],[94,151,144],[81,144,136],[67,132,124],[73,140,131],[82,148,138],[74,137,126],[90,150,140],[84,137,127],[94,141,133],[94,137,130],[169,208,203],[181,217,213],[155,195,194],[59,109,110],[118,171,175],[146,197,200],[131,183,181],[74,131,125],[37,94,85],[56,108,96],[75,121,108],[111,152,136],[128,165,148],[125,158,141],[41,74,55],[114,147,128],[172,212,188],[23,73,46],[78,126,100],[54,89,65],[52,77,55],[87,106,84],[69,87,63],[62,80,54],[47,69,48],[28,54,41],[121,153,132],[194,231,190],[78,116,67],[167,200,157],[164,195,153],[120,149,103],[76,105,57],[47,81,31],[36,68,21],[13,39,0],[57,78,45],[104,123,93],[21,37,10],[0,7,0],[92,104,82],[63,76,50],[37,51,18],[47,63,26],[73,90,45],[87,106,51],[87,105,47],[91,106,49],[89,102,46],[80,89,32],[58,65,13],[28,30,0],[85,86,42],[69,76,25],[63,67,16],[75,71,23],[108,97,51],[131,113,75],[38,22,0],[29,17,0],[22,10,0],[11,0,0],[22,4,0],[58,38,37],[30,15,12],[16,9,1],[1,1,0],[4,0,0],[5,1,2],[4,0,1],[4,0,0],[6,2,1],[4,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[4,0,0],[3,0,0],[7,3,2]],[[1,0,0],[10,9,7],[6,5,3],[1,0,0],[1,0,0],[18,17,15],[1,1,0],[0,0,0],[0,0,0],[4,4,4],[1,3,2],[0,1,0],[8,10,9],[0,1,0],[194,196,195],[116,118,117],[1,1,1],[2,1,0],[2,1,0],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,4],[1,0,2],[14,12,15],[1,0,2],[1,0,4],[9,7,12],[1,0,4],[12,7,13],[5,0,6],[13,8,12],[6,4,5],[9,8,6],[10,9,5],[3,2,0],[3,2,0],[7,5,6],[6,1,7],[11,4,12],[6,0,5],[20,9,17],[19,7,9],[14,0,0],[20,4,0],[33,17,0],[55,40,17],[79,67,53],[40,30,20],[8,0,0],[17,5,0],[18,7,0],[32,19,2],[53,36,18],[70,49,32],[69,43,28],[81,53,39],[75,46,30],[82,53,35],[88,60,36],[100,73,44],[104,79,48],[114,88,55],[80,46,18],[131,95,59],[134,101,48],[157,126,71],[188,154,116],[132,99,68],[75,42,9],[105,75,37],[112,85,40],[151,126,85],[113,90,59],[78,58,31],[113,99,62],[114,105,62],[129,122,76],[171,165,115],[187,180,126],[193,187,135],[133,134,94],[165,165,131],[86,77,46],[148,135,103],[173,157,124],[120,105,74],[161,154,125],[159,155,126],[179,174,142],[243,234,201],[150,137,103],[84,75,44],[103,101,80],[135,136,118],[97,99,77],[126,128,104],[145,143,118],[141,140,112],[151,147,118],[141,138,107],[143,144,112],[185,191,157],[167,177,143],[159,173,140],[207,222,189],[186,200,167],[167,174,141],[148,151,120],[135,132,101],[174,166,130],[216,199,155],[188,168,115],[169,150,91],[229,215,152],[226,221,157],[255,255,192],[249,245,174],[232,225,153],[190,183,113],[233,229,165],[124,125,68],[95,102,48],[143,154,98],[141,160,105],[84,113,65],[112,147,105],[88,123,91],[84,119,97],[84,118,104],[98,131,124],[87,119,116],[112,143,135],[116,151,121],[114,149,116],[65,97,74],[60,90,82],[76,106,116],[78,112,121],[54,97,90],[53,103,92],[70,125,122],[71,123,121],[83,126,119],[77,120,110],[68,118,109],[97,154,145],[109,175,165],[96,166,156],[91,163,151],[71,141,130],[95,158,147],[116,174,162],[89,141,129],[92,138,128],[93,136,127],[170,213,206],[182,223,217],[106,151,148],[73,123,124],[132,186,188],[74,130,129],[51,107,104],[61,118,112],[54,110,101],[24,74,63],[22,64,52],[29,65,51],[82,113,97],[127,156,138],[134,163,141],[69,101,77],[120,156,130],[67,110,80],[131,170,141],[178,206,181],[172,194,171],[169,184,161],[89,103,78],[62,78,49],[88,111,83],[64,93,73],[131,167,139],[137,179,129],[112,153,97],[138,170,129],[178,208,172],[116,147,106],[147,180,133],[165,208,152],[113,156,100],[77,111,61],[70,97,56],[74,98,62],[35,56,23],[59,78,50],[100,116,89],[110,126,97],[66,83,47],[43,62,17],[86,104,54],[99,116,61],[74,89,30],[70,79,22],[73,78,22],[83,83,29],[87,85,36],[60,53,9],[94,90,45],[151,153,103],[88,88,34],[66,56,5],[97,80,34],[91,67,29],[39,16,0],[35,19,0],[14,0,0],[46,31,24],[59,41,39],[39,17,19],[25,7,5],[6,0,0],[15,12,3],[6,2,0],[13,9,8],[12,8,7],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,0],[9,5,2],[3,0,0]],[[2,0,1],[6,4,5],[1,0,0],[3,1,2],[1,0,0],[1,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,0],[0,0,0],[0,1,0],[0,1,0],[17,19,16],[6,8,5],[1,1,0],[1,1,0],[1,1,0],[1,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[6,4,5],[1,0,2],[7,5,8],[1,0,2],[16,11,15],[8,3,7],[9,4,8],[9,4,11],[11,5,17],[13,5,16],[13,6,13],[11,5,7],[9,4,0],[8,3,0],[11,6,0],[18,13,7],[19,11,8],[17,7,6],[22,10,10],[20,6,5],[32,17,14],[62,45,38],[68,50,38],[59,39,28],[54,31,25],[73,48,44],[60,35,30],[41,16,9],[25,0,0],[56,28,16],[83,52,34],[79,47,24],[107,72,44],[139,104,72],[108,78,42],[107,81,44],[127,109,71],[121,108,73],[64,58,22],[68,55,21],[68,41,11],[115,80,42],[190,157,104],[184,148,96],[140,102,63],[166,130,94],[129,94,54],[88,57,11],[109,83,34],[181,159,112],[144,124,89],[125,109,75],[118,105,61],[97,86,40],[136,128,81],[152,148,101],[112,119,68],[158,171,128],[169,185,158],[95,108,90],[58,62,47],[129,127,112],[119,113,91],[90,84,58],[141,140,110],[130,131,97],[170,168,127],[203,196,152],[164,153,108],[150,137,102],[159,153,129],[119,118,98],[178,181,160],[157,160,139],[154,156,134],[176,176,152],[195,193,168],[206,206,178],[182,185,154],[167,174,143],[187,198,166],[199,212,182],[210,225,194],[189,202,172],[173,180,149],[163,166,137],[179,178,148],[176,170,138],[214,200,165],[219,203,167],[223,213,177],[254,248,200],[207,202,136],[186,182,108],[248,246,172],[163,163,91],[175,172,103],[252,249,180],[174,171,100],[139,141,78],[140,151,108],[112,133,94],[107,132,90],[127,153,114],[145,172,141],[114,146,123],[70,106,92],[53,92,87],[52,90,91],[103,138,132],[143,176,149],[151,181,147],[128,154,127],[107,135,123],[85,118,127],[69,109,121],[68,117,114],[66,117,110],[67,116,112],[100,147,141],[147,191,178],[83,130,114],[108,160,147],[143,200,191],[102,165,157],[73,139,135],[73,139,137],[61,125,124],[75,134,132],[76,131,128],[71,120,117],[135,181,178],[173,218,213],[179,224,217],[139,186,178],[118,167,161],[118,168,167],[85,139,139],[66,121,118],[65,120,114],[52,105,95],[83,133,121],[43,87,72],[45,84,66],[77,110,93],[107,136,116],[136,164,142],[153,181,158],[40,70,44],[54,89,59],[104,145,111],[153,193,159],[219,248,218],[161,184,155],[95,111,82],[55,70,39],[19,36,4],[67,91,59],[72,102,74],[13,49,13],[29,69,16],[103,144,88],[149,181,140],[216,243,208],[125,152,117],[65,97,56],[91,131,79],[115,155,102],[162,198,150],[115,148,103],[150,178,138],[140,166,129],[36,60,26],[27,48,15],[71,91,56],[49,67,27],[103,122,76],[135,154,99],[87,105,47],[42,56,0],[93,101,42],[109,112,55],[107,106,52],[123,117,67],[92,86,38],[92,88,40],[166,164,113],[118,115,62],[131,121,70],[148,131,87],[102,80,41],[61,38,7],[50,32,10],[76,59,43],[85,67,57],[99,80,76],[61,41,40],[30,15,12],[6,0,0],[11,8,1],[5,1,0],[17,13,12],[17,13,12],[5,1,0],[3,0,0],[6,2,1],[6,2,1],[3,0,0],[7,3,0],[3,0,0],[9,5,2],[9,5,2],[3,0,0],[26,22,19],[35,31,28],[6,2,0]],[[7,5,6],[1,0,0],[1,0,0],[8,6,7],[10,8,9],[6,4,5],[1,1,1],[3,3,3],[5,5,3],[0,0,0],[27,27,25],[119,119,117],[0,2,0],[0,1,0],[8,10,7],[0,1,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[8,7,5],[1,0,0],[7,6,4],[17,16,14],[3,0,0],[9,5,6],[3,0,0],[12,7,13],[5,0,10],[18,10,23],[12,5,12],[6,0,2],[16,11,7],[18,11,3],[16,9,0],[28,21,11],[30,21,14],[17,6,2],[21,7,6],[22,6,6],[22,4,2],[41,24,17],[73,54,47],[93,69,59],[83,49,37],[99,61,48],[105,67,56],[66,28,19],[48,10,1],[102,64,51],[109,72,53],[104,68,42],[77,43,8],[85,53,14],[125,98,55],[123,102,57],[72,57,14],[77,68,29],[44,40,5],[62,53,20],[120,96,62],[132,99,58],[140,104,54],[190,153,101],[164,123,79],[183,141,99],[177,141,91],[141,110,56],[174,149,93],[115,95,44],[102,87,44],[110,99,54],[183,173,122],[146,136,83],[110,100,51],[153,150,105],[125,140,97],[64,90,55],[121,150,128],[141,167,154],[61,79,67],[68,79,65],[83,86,69],[98,100,78],[53,59,33],[88,95,62],[135,137,98],[141,138,95],[175,166,123],[151,143,106],[169,165,140],[148,150,129],[198,203,183],[187,194,176],[185,190,170],[213,216,195],[198,202,179],[215,219,194],[226,232,206],[174,183,156],[188,201,173],[165,180,151],[152,167,138],[164,177,147],[155,164,135],[152,157,127],[207,207,179],[190,185,156],[195,184,154],[232,223,194],[237,235,210],[247,247,211],[217,213,152],[177,173,100],[161,160,93],[178,178,114],[233,234,168],[255,255,188],[237,233,160],[211,211,149],[160,173,130],[114,134,99],[108,129,90],[114,136,98],[166,191,162],[120,149,127],[107,141,125],[83,120,112],[75,111,111],[75,110,104],[96,130,106],[96,129,100],[68,98,72],[105,136,120],[130,164,166],[93,131,140],[85,129,130],[97,143,140],[76,122,119],[90,135,128],[147,194,176],[149,198,177],[138,191,175],[88,144,133],[56,117,110],[77,139,138],[84,143,147],[70,127,134],[81,134,142],[75,124,131],[99,146,152],[142,187,190],[163,212,209],[147,196,192],[76,127,120],[91,144,136],[121,174,168],[87,140,134],[84,137,129],[70,121,112],[69,119,107],[93,140,124],[54,95,77],[83,118,98],[91,120,100],[71,96,74],[74,100,73],[61,87,58],[74,105,73],[59,95,59],[118,158,121],[129,167,128],[171,201,165],[109,133,97],[42,62,25],[39,56,20],[37,56,24],[16,40,6],[0,32,0],[111,149,102],[177,218,160],[153,192,137],[102,133,91],[75,102,69],[127,153,124],[187,216,185],[119,157,110],[128,171,118],[101,144,91],[81,121,71],[111,147,103],[145,176,135],[129,157,117],[28,53,14],[78,101,59],[128,150,104],[115,135,84],[59,78,22],[124,142,82],[97,109,47],[68,74,14],[50,51,0],[46,43,0],[142,136,84],[126,120,68],[89,83,31],[106,100,48],[147,140,88],[130,118,70],[78,61,18],[79,59,22],[37,14,0],[40,18,0],[59,38,19],[29,10,0],[26,7,0],[18,0,0],[12,0,0],[11,1,0],[6,1,0],[3,0,0],[10,6,5],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[6,2,0],[6,2,0],[3,0,0],[24,20,17],[32,28,25],[6,2,0]],[[5,3,6],[2,0,3],[10,8,11],[3,1,4],[1,0,0],[1,0,0],[7,5,6],[2,0,1],[5,5,3],[0,0,0],[9,9,7],[54,54,52],[55,56,51],[13,14,9],[0,1,0],[6,7,2],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[10,9,7],[11,7,6],[3,0,0],[9,5,4],[13,9,8],[12,8,7],[12,6,8],[8,0,6],[17,6,14],[16,5,11],[11,1,2],[14,4,2],[21,12,7],[21,12,5],[20,9,5],[21,10,6],[27,13,12],[42,26,26],[38,20,18],[13,0,0],[21,2,0],[65,45,36],[94,67,48],[132,89,57],[109,59,24],[117,68,38],[123,75,52],[111,64,44],[114,71,52],[83,45,24],[78,44,19],[56,27,0],[76,52,16],[118,99,57],[98,81,38],[64,49,8],[85,69,33],[58,42,8],[73,54,21],[75,49,12],[91,59,18],[92,55,10],[116,74,26],[156,109,65],[163,119,70],[186,147,90],[240,208,147],[188,166,106],[134,119,62],[156,146,95],[144,138,86],[217,212,154],[189,183,125],[197,185,135],[180,177,136],[92,109,75],[103,136,107],[80,118,95],[150,188,167],[101,130,108],[68,90,67],[123,137,112],[75,87,65],[55,68,50],[83,94,77],[114,119,97],[151,151,127],[152,148,119],[119,115,86],[169,173,148],[203,212,191],[159,172,154],[206,219,202],[207,218,201],[213,222,203],[203,212,193],[179,188,167],[190,202,180],[210,224,199],[180,196,170],[155,173,147],[168,187,159],[161,175,149],[151,161,134],[170,176,148],[202,205,178],[191,189,164],[205,201,176],[228,226,201],[230,234,209],[253,255,225],[252,250,202],[207,204,149],[181,181,127],[193,193,139],[219,220,163],[233,232,175],[205,200,142],[212,211,155],[199,212,168],[198,216,176],[148,167,122],[152,174,136],[158,186,164],[114,145,129],[141,173,152],[93,124,106],[82,112,104],[51,84,77],[64,102,87],[58,100,80],[61,100,79],[78,115,98],[101,133,128],[111,143,142],[116,151,147],[117,156,153],[99,145,145],[77,126,122],[147,198,179],[144,197,171],[86,139,119],[46,102,89],[58,114,111],[71,126,129],[75,127,140],[73,122,139],[84,131,149],[78,123,142],[118,164,179],[122,169,179],[102,151,155],[112,167,162],[88,145,138],[79,136,127],[80,133,123],[127,177,168],[111,161,150],[76,124,110],[93,137,122],[78,119,101],[90,125,105],[100,129,107],[55,81,56],[36,59,33],[62,85,56],[62,87,55],[135,165,129],[136,171,131],[164,202,161],[194,233,189],[162,193,152],[143,168,128],[128,149,108],[122,140,102],[123,143,108],[104,128,92],[45,78,31],[92,131,76],[132,173,113],[175,214,159],[83,111,70],[57,80,51],[98,120,99],[124,150,125],[94,129,89],[155,195,145],[168,212,161],[61,108,56],[76,118,68],[68,106,59],[93,124,80],[72,101,57],[87,113,66],[138,162,112],[120,143,87],[88,108,49],[140,156,94],[96,108,44],[56,62,0],[63,62,5],[103,98,43],[131,124,70],[136,131,73],[152,147,91],[158,148,95],[115,101,54],[73,59,14],[61,43,3],[28,8,0],[83,62,31],[43,19,0],[20,0,0],[57,36,19],[60,42,30],[40,27,18],[21,10,6],[12,2,1],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[7,3,2],[5,1,0],[3,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[6,2,0],[7,3,0],[3,0,0]],[[36,34,37],[1,0,2],[7,5,8],[11,9,12],[7,5,6],[2,0,1],[4,2,3],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[10,11,6],[7,8,3],[0,1,0],[14,15,10],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[1,2,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[1,0,0],[4,3,0],[9,5,2],[11,7,4],[13,9,6],[3,0,0],[18,14,11],[14,9,6],[21,11,12],[11,1,2],[20,10,9],[23,12,10],[9,0,0],[15,4,0],[23,12,8],[11,0,0],[14,0,0],[28,13,10],[41,23,21],[35,17,13],[25,6,0],[52,34,22],[86,67,53],[77,51,28],[75,36,0],[107,60,14],[128,81,39],[158,108,71],[167,118,85],[180,133,103],[138,97,67],[64,29,0],[63,34,0],[48,26,0],[75,55,18],[84,66,28],[80,60,25],[90,67,35],[109,84,54],[132,106,73],[86,61,21],[53,24,0],[81,44,0],[95,52,7],[164,116,68],[179,132,78],[218,179,114],[180,149,82],[128,108,45],[159,149,88],[185,183,126],[151,150,93],[155,154,89],[152,148,85],[157,145,95],[233,228,188],[120,136,100],[55,85,57],[96,134,111],[145,185,161],[140,174,149],[74,102,77],[102,122,97],[81,99,77],[53,74,57],[83,101,87],[55,68,51],[101,110,91],[101,106,83],[134,142,118],[151,166,145],[157,176,157],[152,173,156],[180,198,184],[188,206,192],[195,212,196],[234,251,235],[188,205,187],[157,176,157],[206,225,205],[198,220,197],[171,193,170],[160,180,155],[160,178,152],[162,176,150],[150,160,135],[174,179,156],[183,187,164],[208,210,189],[249,251,229],[237,243,217],[238,243,213],[232,233,199],[174,172,134],[238,237,193],[225,224,178],[219,218,170],[251,250,202],[220,218,170],[195,197,150],[205,217,169],[190,207,162],[169,188,143],[165,189,153],[177,206,186],[132,163,148],[127,157,133],[58,87,65],[70,102,89],[56,91,84],[61,103,93],[34,78,65],[41,86,65],[71,113,93],[59,92,81],[104,135,130],[120,152,149],[67,103,103],[80,124,125],[115,164,158],[170,222,200],[138,192,166],[119,173,150],[71,125,111],[60,112,108],[69,118,123],[57,103,118],[93,136,155],[89,131,155],[90,132,156],[98,143,162],[105,153,167],[86,139,145],[83,142,140],[101,164,156],[93,155,144],[115,168,158],[105,153,141],[122,170,156],[134,178,163],[123,164,146],[51,85,68],[73,102,82],[94,119,97],[133,153,128],[97,116,88],[102,123,90],[131,155,119],[145,173,133],[181,214,171],[155,192,148],[194,231,187],[106,137,95],[120,147,104],[126,147,104],[147,165,125],[186,205,173],[159,183,147],[73,108,54],[11,51,0],[83,125,62],[184,221,167],[65,94,50],[80,103,74],[172,193,178],[91,114,96],[63,95,58],[110,149,102],[167,214,162],[109,158,103],[84,128,77],[77,117,67],[59,92,45],[53,82,34],[85,113,62],[151,176,121],[157,181,123],[130,150,89],[137,153,90],[80,92,28],[95,101,39],[100,101,43],[99,94,39],[90,85,29],[119,118,54],[167,161,99],[117,104,51],[75,57,11],[58,41,0],[89,71,33],[72,53,20],[88,67,38],[101,75,48],[36,10,0],[41,19,0],[66,50,34],[67,57,45],[13,4,0],[8,0,0],[12,1,5],[11,5,5],[5,1,0],[3,0,0],[6,2,1],[10,6,5],[4,0,0],[3,0,0],[6,2,1],[7,3,0],[8,4,1],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[3,0,0],[4,0,0]],[[144,142,147],[14,12,17],[1,0,4],[1,0,4],[7,5,8],[5,3,6],[1,0,0],[1,0,0],[1,0,0],[16,15,13],[1,0,0],[9,8,4],[1,0,0],[14,13,8],[1,0,0],[1,0,0],[1,2,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[7,3,0],[23,19,16],[5,0,0],[4,0,0],[12,7,4],[22,17,14],[13,8,5],[14,6,3],[32,21,17],[19,5,2],[25,12,6],[36,23,17],[25,12,6],[17,4,0],[23,10,4],[28,13,8],[26,11,6],[23,6,0],[33,16,9],[51,33,23],[41,21,10],[42,23,8],[55,34,17],[31,9,0],[55,31,0],[65,38,0],[89,55,9],[138,96,48],[157,109,61],[180,129,82],[170,122,76],[133,90,47],[137,102,60],[134,104,66],[122,98,64],[79,56,25],[112,86,59],[99,71,47],[86,51,29],[103,72,44],[101,77,39],[87,62,21],[92,58,20],[165,123,81],[193,147,97],[149,103,44],[227,189,118],[164,136,63],[129,114,47],[134,130,67],[103,107,46],[128,134,70],[145,151,81],[197,196,132],[188,178,129],[177,170,128],[136,144,103],[109,129,94],[97,125,100],[84,115,97],[46,75,57],[70,95,76],[149,171,150],[112,134,113],[93,118,99],[127,152,133],[58,80,59],[78,98,73],[134,152,126],[177,199,178],[149,180,165],[177,210,199],[203,231,217],[184,210,197],[198,224,211],[188,214,201],[210,236,223],[162,188,175],[145,171,158],[143,170,153],[179,206,187],[182,207,185],[163,187,163],[171,194,168],[184,202,178],[170,184,159],[188,200,176],[169,178,157],[219,226,210],[254,255,239],[227,230,201],[223,224,193],[247,250,229],[206,208,186],[177,177,143],[232,229,188],[255,254,211],[241,242,202],[245,251,217],[215,223,186],[211,223,175],[151,168,116],[179,202,158],[186,211,179],[139,164,143],[143,170,153],[110,142,119],[62,100,79],[67,107,98],[42,83,77],[58,99,91],[63,105,91],[74,118,93],[115,157,133],[68,109,95],[62,101,96],[94,132,135],[74,113,118],[75,115,115],[96,139,130],[158,210,188],[138,192,166],[108,162,139],[61,112,97],[90,137,131],[118,162,165],[92,132,142],[123,162,179],[103,141,162],[108,149,171],[84,126,148],[70,117,133],[70,124,134],[68,129,132],[92,158,156],[91,154,146],[111,164,154],[90,138,126],[99,143,130],[96,137,123],[124,161,144],[104,135,117],[83,108,87],[83,102,80],[84,102,76],[74,90,63],[88,107,75],[126,148,112],[118,144,105],[159,190,148],[143,179,135],[173,209,165],[119,150,109],[66,93,52],[55,76,35],[33,49,12],[70,86,59],[78,99,66],[89,122,67],[123,162,97],[132,172,110],[184,219,165],[121,148,105],[86,106,78],[177,195,183],[108,128,116],[36,67,33],[89,128,81],[78,125,73],[109,156,104],[117,159,109],[72,110,61],[84,118,68],[78,108,58],[81,110,56],[84,109,54],[138,162,104],[113,135,73],[106,124,62],[90,104,43],[89,99,39],[52,55,0],[102,101,45],[96,94,35],[93,92,25],[112,107,41],[72,55,1],[70,48,1],[86,67,27],[84,66,30],[57,41,8],[102,83,53],[161,134,107],[86,56,30],[18,0,0],[37,22,1],[52,46,32],[10,5,0],[8,0,0],[8,0,2],[9,3,5],[7,3,2],[5,1,0],[5,1,0],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[5,1,0],[3,0,0],[6,2,0]],[[113,111,116],[1,0,4],[11,9,14],[4,2,7],[1,0,2],[5,3,6],[4,2,3],[4,2,3],[8,7,5],[1,0,0],[5,4,0],[1,0,0],[7,6,1],[4,3,0],[1,0,0],[7,6,2],[1,1,0],[1,1,0],[2,1,0],[2,1,0],[3,2,0],[3,2,0],[5,1,0],[5,1,0],[8,4,1],[4,0,0],[11,6,3],[14,9,6],[11,6,3],[14,9,6],[16,11,8],[18,10,7],[34,23,19],[32,19,13],[26,13,5],[41,27,18],[49,35,24],[25,11,0],[21,7,0],[59,43,30],[32,16,1],[26,10,0],[21,3,0],[21,4,0],[21,2,0],[47,28,13],[65,44,27],[18,0,0],[21,6,0],[55,37,0],[118,91,48],[128,94,46],[112,69,18],[151,104,50],[172,125,71],[195,149,99],[186,148,101],[147,114,73],[136,108,71],[62,35,5],[113,86,57],[121,90,62],[91,55,29],[102,71,42],[113,94,54],[124,105,63],[169,139,103],[202,164,125],[152,109,58],[148,107,45],[194,160,88],[232,208,134],[169,160,93],[131,131,67],[136,147,81],[123,135,69],[174,184,113],[224,226,161],[236,228,179],[222,213,172],[220,221,179],[199,211,173],[207,230,204],[175,199,183],[96,120,106],[106,129,113],[131,152,133],[140,164,142],[113,142,120],[110,140,116],[133,162,134],[171,197,168],[216,242,213],[225,255,233],[202,244,230],[190,233,223],[156,192,180],[104,138,124],[134,167,156],[173,206,197],[183,216,207],[101,134,125],[134,167,158],[131,163,150],[112,145,128],[122,154,133],[185,213,190],[210,236,211],[214,236,213],[201,220,198],[181,196,175],[161,174,156],[188,198,187],[232,238,224],[235,235,211],[203,201,176],[239,244,224],[204,207,186],[186,183,150],[196,192,154],[238,235,194],[195,197,158],[197,208,176],[177,191,158],[173,186,143],[155,170,127],[160,184,148],[144,170,143],[119,142,122],[134,161,142],[63,96,75],[65,107,87],[79,122,113],[29,74,69],[29,72,65],[55,97,85],[115,159,134],[126,170,143],[124,169,149],[78,121,114],[60,101,105],[75,116,122],[71,110,109],[69,111,101],[106,158,136],[133,187,163],[102,154,132],[126,173,157],[143,186,177],[157,197,196],[204,241,247],[156,192,204],[120,157,175],[90,128,147],[85,128,147],[80,129,146],[72,129,140],[71,134,141],[88,156,157],[90,155,151],[117,170,162],[109,155,144],[77,119,107],[81,119,106],[116,148,133],[130,157,140],[134,155,136],[123,140,121],[66,81,58],[81,97,70],[102,121,89],[98,120,84],[130,156,117],[136,164,123],[151,182,140],[152,183,142],[59,86,51],[43,67,33],[64,82,44],[80,95,62],[85,99,76],[36,57,26],[109,142,87],[143,182,119],[103,143,83],[174,209,155],[145,172,127],[89,110,79],[34,50,40],[23,43,32],[38,67,36],[87,124,80],[53,97,48],[162,206,155],[127,167,117],[89,126,75],[61,93,43],[74,102,51],[121,148,95],[124,149,94],[113,138,81],[108,132,72],[113,133,72],[61,79,19],[65,79,20],[40,50,0],[98,103,45],[158,159,99],[155,156,86],[136,129,61],[115,96,40],[101,77,31],[84,65,25],[68,50,14],[44,28,0],[34,15,0],[74,44,16],[49,19,0],[58,34,8],[63,48,27],[14,8,0],[10,5,0],[8,0,2],[13,0,9],[4,0,0],[8,4,3],[8,4,3],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[4,0,0],[7,3,0],[8,4,1],[6,2,0],[4,0,0],[4,0,0],[7,3,0],[6,2,0],[3,0,0]],[[4,2,7],[4,2,7],[3,1,6],[3,1,6],[3,1,4],[3,1,4],[4,2,3],[4,2,3],[7,6,4],[5,4,2],[3,2,0],[1,0,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,1,2],[1,0,2],[12,7,11],[3,0,0],[3,0,0],[12,8,9],[8,2,4],[5,0,0],[9,3,3],[6,0,0],[11,2,3],[16,7,8],[17,9,7],[21,11,10],[19,9,8],[18,8,7],[23,9,8],[19,4,1],[36,21,14],[35,18,8],[56,40,24],[68,53,32],[22,8,0],[58,43,14],[74,59,28],[46,31,2],[45,28,2],[55,37,15],[47,28,11],[67,48,34],[51,31,22],[26,6,0],[33,17,1],[45,29,6],[130,109,78],[120,92,53],[103,71,24],[151,114,62],[136,95,43],[164,123,71],[190,150,101],[139,102,57],[120,87,46],[115,83,44],[126,96,58],[113,83,45],[133,104,64],[149,124,83],[134,121,77],[127,114,72],[203,177,144],[147,113,76],[132,92,41],[167,129,66],[186,156,84],[208,188,115],[199,194,128],[209,215,151],[176,191,124],[135,152,84],[125,138,69],[228,234,172],[210,206,159],[233,225,186],[248,243,205],[223,227,194],[214,227,207],[192,213,198],[173,193,181],[120,141,126],[100,119,99],[150,172,149],[93,121,98],[96,126,98],[162,191,160],[200,230,194],[151,181,145],[198,235,202],[173,221,199],[121,172,155],[108,152,135],[112,153,139],[167,209,197],[211,252,244],[142,183,177],[129,170,164],[142,182,174],[157,197,188],[88,124,110],[135,169,152],[184,216,195],[190,220,196],[173,198,176],[171,195,173],[182,204,183],[163,180,164],[219,230,224],[215,220,214],[246,242,231],[240,237,220],[205,207,185],[155,158,127],[224,220,182],[217,212,170],[212,211,167],[216,222,178],[160,175,136],[190,207,171],[180,195,164],[191,207,181],[193,218,196],[93,120,101],[123,146,128],[101,126,107],[64,99,77],[109,151,131],[67,110,100],[46,91,86],[39,84,81],[56,99,90],[73,118,95],[120,166,138],[115,160,139],[82,128,117],[70,114,117],[78,119,125],[90,128,129],[83,124,116],[113,161,145],[94,145,126],[110,157,137],[162,206,189],[168,209,195],[161,199,188],[180,216,212],[112,147,149],[84,121,129],[97,137,149],[90,136,151],[85,137,151],[86,144,156],[73,136,145],[69,136,142],[95,159,159],[119,169,166],[105,148,141],[88,128,120],[127,163,153],[121,151,139],[116,140,127],[89,110,95],[106,123,105],[117,132,111],[87,102,79],[100,119,91],[164,185,154],[144,168,134],[163,189,152],[104,132,94],[64,91,56],[50,74,48],[45,65,40],[39,54,25],[109,122,94],[74,87,69],[85,103,77],[136,165,117],[100,135,77],[101,138,84],[127,161,111],[90,117,72],[79,100,67],[5,23,9],[56,76,64],[45,74,43],[135,172,128],[216,255,208],[168,206,157],[133,169,121],[84,116,67],[79,107,58],[86,112,64],[146,170,120],[159,183,131],[118,143,88],[100,123,69],[80,103,47],[67,88,31],[116,134,76],[148,163,104],[187,198,138],[156,162,100],[167,168,98],[183,174,105],[110,89,32],[85,58,11],[86,64,23],[64,46,10],[79,63,30],[70,49,18],[54,24,0],[27,0,0],[52,28,4],[40,25,4],[8,2,0],[4,0,0],[18,5,14],[8,0,5],[9,3,5],[10,6,5],[3,0,0],[10,6,5],[3,0,0],[3,0,0],[3,0,0],[5,1,0],[4,0,0],[6,2,0],[3,0,0],[29,25,22],[50,46,43],[20,16,13],[3,0,0],[10,6,3]],[[4,2,7],[4,2,7],[4,2,7],[3,1,4],[3,1,4],[4,2,5],[4,2,3],[4,2,3],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[4,3,0],[5,4,0],[5,4,0],[4,3,0],[3,1,2],[7,2,6],[9,4,8],[6,1,5],[7,3,4],[4,0,0],[4,0,0],[19,10,13],[20,11,12],[13,4,5],[17,8,9],[23,13,12],[23,13,12],[22,12,11],[20,10,9],[27,16,14],[30,16,13],[19,4,0],[33,16,8],[24,8,0],[37,22,3],[85,71,45],[105,90,59],[54,40,5],[140,126,89],[62,48,13],[77,61,28],[73,56,30],[72,54,34],[50,32,18],[37,19,9],[40,20,11],[42,18,6],[58,35,17],[72,48,22],[146,123,91],[94,71,30],[74,47,2],[109,79,29],[142,110,59],[143,107,59],[210,174,126],[115,78,33],[96,63,18],[129,100,56],[150,126,80],[123,101,54],[127,110,64],[60,52,6],[89,80,39],[109,89,56],[77,49,12],[111,78,25],[167,136,72],[166,142,72],[193,179,108],[148,147,83],[114,123,60],[173,189,124],[194,213,147],[157,171,109],[203,212,155],[168,167,121],[193,188,148],[221,216,178],[255,255,224],[195,209,184],[189,210,191],[197,220,200],[162,186,164],[145,168,142],[126,150,124],[150,178,155],[186,216,190],[201,227,198],[163,190,159],[141,168,135],[222,255,225],[143,191,167],[80,131,112],[147,194,176],[194,241,225],[186,232,221],[177,224,216],[106,152,149],[159,205,202],[129,174,169],[175,218,211],[172,212,201],[121,158,141],[162,195,176],[154,186,163],[123,152,130],[164,192,170],[191,216,195],[178,199,184],[244,255,249],[235,240,236],[247,246,241],[232,228,216],[191,190,162],[157,154,119],[163,158,120],[197,194,151],[229,230,186],[226,233,189],[204,219,176],[151,171,134],[149,167,143],[181,202,185],[136,163,146],[79,106,91],[76,100,84],[111,135,119],[92,124,103],[89,127,106],[32,74,60],[41,84,77],[51,95,94],[68,113,108],[82,129,111],[104,150,124],[127,171,146],[77,120,101],[73,113,112],[104,143,148],[76,116,118],[77,119,117],[118,164,154],[61,108,92],[103,147,130],[154,195,177],[163,200,182],[148,185,168],[95,131,121],[66,102,98],[78,118,118],[84,127,133],[87,135,145],[90,142,155],[95,151,164],[93,153,164],[87,151,160],[92,153,158],[124,174,173],[148,190,186],[168,207,202],[144,179,173],[110,140,132],[72,95,85],[73,93,81],[82,100,84],[61,78,60],[59,77,55],[121,141,114],[99,119,91],[60,81,50],[102,126,92],[80,104,70],[43,63,35],[61,80,61],[89,103,86],[65,75,50],[29,39,14],[48,59,42],[109,124,101],[49,76,35],[116,150,100],[163,197,147],[36,68,21],[66,93,48],[76,98,62],[54,73,54],[28,51,33],[46,77,45],[157,192,150],[193,229,183],[155,188,141],[119,151,102],[70,98,49],[111,135,87],[117,139,92],[124,146,97],[104,126,77],[128,150,101],[86,110,58],[52,75,21],[74,97,41],[86,107,48],[118,138,77],[153,169,107],[131,142,76],[120,122,49],[150,141,72],[138,117,60],[93,70,20],[69,48,5],[35,15,0],[67,48,15],[78,57,26],[56,26,0],[50,20,0],[102,80,57],[63,48,29],[12,6,0],[8,3,0],[7,0,4],[10,0,8],[4,0,0],[8,4,3],[3,0,0],[8,4,3],[3,0,0],[9,5,4],[5,1,0],[3,0,0],[4,0,0],[8,4,1],[3,0,0],[15,11,8],[27,23,20],[11,7,4],[3,0,0],[9,5,2]],[[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[4,2,3],[4,2,3],[4,2,3],[4,0,0],[4,0,0],[4,0,0],[6,2,1],[7,3,0],[7,3,0],[6,2,0],[6,2,1],[4,0,1],[7,1,5],[4,0,2],[9,3,7],[8,2,4],[6,0,0],[10,1,2],[20,10,11],[12,2,3],[18,6,8],[17,5,5],[15,3,3],[17,5,5],[20,6,5],[21,7,6],[26,12,9],[23,9,0],[27,13,0],[50,34,19],[34,18,2],[29,14,0],[68,53,30],[143,127,101],[122,107,76],[123,108,75],[92,77,44],[61,46,15],[62,47,18],[57,41,18],[56,39,21],[57,39,25],[50,27,13],[74,37,18],[69,29,4],[81,51,23],[97,74,43],[86,72,37],[90,78,40],[98,83,42],[126,107,64],[132,105,58],[201,169,122],[147,111,63],[116,82,36],[104,77,30],[135,117,69],[142,131,85],[122,115,69],[99,95,50],[115,107,68],[68,52,18],[71,47,9],[80,55,1],[162,137,73],[147,128,62],[201,190,124],[142,142,80],[79,87,27],[166,182,117],[201,220,156],[155,170,113],[197,207,155],[196,199,152],[195,196,154],[160,161,119],[226,232,194],[220,241,208],[141,170,139],[195,227,190],[211,243,206],[206,233,198],[193,220,189],[201,229,207],[208,232,216],[206,227,212],[220,238,222],[181,200,180],[221,249,227],[145,186,168],[87,134,118],[170,217,199],[132,179,163],[159,206,196],[183,232,228],[111,161,160],[70,120,121],[77,125,125],[97,142,139],[164,205,197],[166,204,191],[143,177,160],[158,190,169],[131,160,140],[165,194,174],[202,229,210],[166,189,173],[225,235,224],[247,252,245],[242,245,238],[230,231,217],[193,186,158],[188,178,143],[149,143,107],[160,157,122],[227,229,192],[231,238,197],[205,216,174],[136,152,115],[96,118,95],[115,142,125],[88,113,94],[91,115,99],[111,138,123],[86,113,98],[142,167,148],[88,115,96],[67,100,83],[52,89,81],[53,97,100],[65,110,115],[90,137,129],[94,139,119],[141,182,152],[111,147,121],[71,107,97],[82,118,118],[62,105,111],[70,115,120],[84,126,122],[69,109,100],[125,163,150],[177,214,197],[179,214,194],[136,171,151],[85,122,105],[99,139,128],[86,128,124],[90,135,138],[100,150,157],[101,153,166],[91,147,160],[91,149,161],[92,150,161],[88,143,150],[96,144,146],[176,218,217],[192,231,230],[150,185,181],[98,127,123],[85,110,104],[69,90,81],[69,89,77],[49,70,53],[68,89,70],[125,147,124],[86,109,83],[26,46,19],[85,104,76],[55,71,44],[35,49,26],[35,47,35],[58,68,57],[61,66,44],[58,63,40],[131,138,120],[18,32,9],[36,60,28],[173,203,165],[166,199,156],[93,124,80],[52,79,34],[71,96,57],[42,65,39],[65,89,65],[95,129,94],[202,237,195],[201,233,186],[157,185,136],[106,132,84],[80,104,54],[112,132,83],[40,60,11],[10,29,0],[100,119,73],[163,185,139],[73,95,48],[31,55,5],[37,60,6],[149,173,115],[118,140,76],[113,134,67],[155,168,98],[125,125,53],[134,124,55],[109,90,31],[144,123,70],[153,132,85],[95,73,32],[143,123,86],[73,50,18],[88,61,34],[64,38,15],[86,63,45],[39,23,8],[7,0,0],[8,3,0],[6,0,4],[12,2,10],[6,0,2],[8,4,3],[4,0,0],[10,6,5],[3,0,0],[7,3,2],[3,0,0],[7,3,2],[3,0,0],[9,5,2],[3,0,0],[4,0,0],[7,3,0],[3,0,0],[6,2,0],[6,2,0]],[[4,2,5],[3,1,4],[3,1,4],[3,1,4],[3,1,2],[3,1,2],[3,1,2],[4,2,3],[7,3,2],[6,2,1],[6,2,1],[6,2,1],[6,2,0],[5,1,0],[5,1,0],[5,1,0],[8,2,4],[5,0,1],[4,0,0],[13,7,9],[7,0,0],[13,4,5],[32,22,21],[11,1,0],[15,3,3],[28,16,16],[19,8,6],[11,0,0],[14,0,0],[24,9,6],[34,19,16],[37,22,15],[37,24,7],[35,23,1],[44,31,12],[25,9,0],[13,0,0],[31,15,0],[69,52,34],[71,55,32],[64,48,23],[66,50,24],[31,16,0],[37,23,0],[43,29,3],[59,47,23],[60,47,28],[69,48,27],[107,70,44],[129,88,60],[102,71,42],[78,58,25],[106,93,58],[94,85,46],[80,68,26],[67,49,3],[155,129,80],[172,140,89],[170,137,86],[132,101,54],[99,78,33],[84,72,30],[83,81,43],[137,139,102],[130,128,87],[114,107,65],[124,110,73],[64,47,4],[121,102,46],[165,145,82],[127,111,49],[193,183,122],[172,171,114],[138,146,86],[182,194,130],[191,205,144],[166,178,128],[187,196,149],[204,210,162],[187,193,145],[139,146,95],[192,205,159],[174,202,161],[132,168,130],[228,255,225],[186,224,183],[159,191,154],[223,252,222],[191,220,200],[218,242,229],[197,217,206],[206,222,211],[187,203,190],[200,224,211],[93,130,123],[83,126,119],[171,215,200],[111,158,142],[116,163,153],[126,175,171],[103,153,154],[75,124,128],[90,138,140],[92,136,135],[85,126,120],[162,198,188],[189,221,206],[187,218,200],[178,207,187],[172,201,183],[163,192,174],[128,151,135],[160,172,158],[248,255,243],[218,226,213],[249,252,235],[247,237,212],[182,167,138],[157,148,117],[234,231,200],[195,199,164],[207,213,177],[242,248,210],[224,238,202],[146,171,142],[131,159,136],[90,114,90],[140,162,141],[138,161,143],[145,168,152],[114,137,121],[98,122,108],[116,144,129],[77,110,101],[59,97,100],[77,116,123],[83,122,119],[98,136,121],[161,198,167],[112,147,117],[79,113,99],[98,134,132],[65,106,112],[86,127,133],[72,111,110],[77,112,106],[110,143,132],[150,182,167],[208,241,222],[162,197,177],[97,136,118],[85,127,115],[92,139,133],[96,146,147],[111,164,172],[124,178,190],[124,178,190],[118,172,184],[109,161,172],[98,148,155],[78,123,128],[163,204,206],[181,219,220],[104,138,139],[101,131,129],[82,109,104],[70,96,87],[55,79,66],[75,99,83],[86,111,92],[97,122,100],[131,155,131],[54,74,49],[72,88,62],[109,121,97],[66,75,56],[12,19,11],[24,30,20],[57,59,37],[115,118,89],[73,79,53],[20,32,8],[49,69,44],[131,157,128],[133,163,125],[156,187,145],[97,124,81],[126,151,111],[35,60,28],[0,15,0],[68,104,68],[205,242,199],[148,180,131],[130,157,104],[157,181,129],[59,79,28],[64,82,32],[38,56,8],[21,38,0],[99,116,72],[131,149,107],[13,34,0],[41,63,16],[100,123,69],[113,137,77],[139,161,96],[174,196,124],[219,232,160],[142,139,70],[96,85,19],[116,100,40],[87,68,12],[87,67,16],[143,122,77],[158,134,96],[111,86,55],[116,90,65],[72,47,27],[42,20,6],[16,0,0],[10,0,0],[6,0,0],[9,3,7],[5,0,3],[9,5,6],[6,2,1],[3,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[3,0,0],[7,3,0],[5,1,0],[6,2,0],[3,0,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[4,0,1],[8,4,3],[7,3,2],[6,2,1],[5,1,0],[6,0,0],[6,0,0],[7,1,1],[8,2,2],[13,4,5],[10,1,2],[9,0,1],[19,10,11],[14,4,3],[18,8,7],[34,23,21],[13,2,0],[15,1,0],[20,6,3],[12,0,0],[15,0,0],[17,2,0],[17,0,0],[30,13,6],[37,21,8],[56,44,18],[66,55,27],[49,37,13],[38,25,8],[17,1,0],[65,48,40],[58,39,32],[18,0,0],[83,67,52],[46,31,12],[63,48,27],[21,7,0],[56,44,18],[107,97,70],[83,73,48],[78,62,37],[81,55,28],[128,99,69],[100,77,43],[130,110,73],[135,118,75],[102,84,36],[98,75,23],[113,86,31],[171,136,80],[196,161,105],[187,154,101],[124,97,52],[87,73,38],[82,78,51],[33,40,22],[91,99,76],[109,106,71],[61,54,12],[95,83,43],[129,116,71],[172,157,98],[156,142,81],[187,174,119],[188,179,124],[212,209,154],[195,198,141],[199,207,147],[202,211,154],[224,231,189],[209,216,175],[190,198,149],[187,196,141],[163,177,115],[202,223,164],[195,231,185],[190,235,196],[197,242,209],[186,229,199],[130,166,138],[144,178,154],[174,205,187],[194,222,207],[151,172,157],[219,237,225],[218,233,226],[164,184,185],[83,115,128],[101,139,148],[142,182,173],[150,193,176],[138,184,174],[83,129,126],[96,145,149],[106,155,160],[103,148,154],[97,138,140],[75,111,109],[133,166,157],[219,247,233],[190,217,200],[164,191,174],[129,156,139],[146,173,158],[149,172,156],[214,231,213],[248,255,241],[167,181,158],[194,199,177],[255,249,229],[235,218,198],[213,203,178],[204,199,170],[155,156,124],[218,222,189],[245,249,216],[231,241,207],[188,210,174],[160,186,151],[158,177,145],[139,154,125],[189,202,176],[202,215,197],[149,168,162],[115,140,137],[113,143,135],[130,159,154],[113,138,142],[86,110,114],[113,138,135],[140,168,156],[119,155,129],[120,160,133],[125,165,154],[90,129,128],[77,114,120],[91,124,131],[93,123,123],[98,127,122],[135,162,153],[125,153,139],[200,231,215],[166,200,184],[105,143,130],[100,143,136],[94,142,142],[79,132,138],[76,130,142],[92,145,159],[112,164,177],[118,166,178],[110,154,163],[102,145,152],[112,157,162],[133,177,180],[126,166,168],[78,113,115],[103,135,134],[91,121,119],[75,104,99],[47,77,67],[97,128,113],[72,103,85],[65,94,72],[74,99,77],[93,112,90],[85,99,76],[95,103,82],[105,109,92],[42,45,36],[20,22,9],[114,114,86],[130,130,94],[27,31,0],[2,11,0],[6,25,5],[1,26,5],[25,55,21],[185,216,175],[59,88,44],[97,124,81],[70,98,58],[37,69,32],[135,173,136],[218,255,215],[153,186,133],[135,163,104],[136,161,103],[70,91,35],[125,142,88],[66,80,31],[60,73,29],[73,88,45],[125,141,102],[39,57,17],[93,112,67],[171,191,140],[122,144,82],[146,167,98],[154,175,98],[154,166,90],[130,125,57],[123,112,48],[109,98,36],[95,80,21],[84,64,11],[139,117,68],[142,117,77],[97,72,41],[65,43,19],[41,20,3],[26,8,0],[19,1,0],[20,6,5],[7,0,0],[8,4,5],[3,1,2],[5,1,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[16,12,11],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[8,4,1],[6,2,0],[3,0,0],[8,4,1],[3,0,0]],[[2,0,1],[2,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[4,0,1],[4,0,1],[7,3,2],[6,2,1],[6,2,1],[5,1,0],[6,0,0],[8,2,2],[11,5,5],[13,7,7],[11,3,1],[13,5,3],[7,0,0],[14,6,3],[21,12,7],[9,0,0],[11,0,0],[25,12,6],[14,1,0],[12,0,0],[17,3,0],[52,35,27],[52,35,25],[24,7,0],[26,8,0],[28,12,0],[62,50,24],[99,90,61],[38,27,5],[43,30,14],[37,23,14],[72,55,48],[50,32,28],[22,3,0],[30,13,3],[31,15,0],[104,89,70],[82,70,46],[60,50,25],[90,83,57],[59,51,28],[34,24,0],[49,33,7],[75,59,26],[113,95,59],[99,80,38],[120,98,51],[160,134,83],[179,150,94],[201,171,111],[201,169,110],[179,150,92],[162,139,87],[117,98,55],[72,61,29],[41,36,14],[42,45,28],[90,92,71],[149,145,110],[137,128,85],[91,80,35],[175,165,114],[190,180,119],[168,158,96],[185,175,122],[140,133,81],[223,218,163],[217,216,159],[181,182,122],[165,168,115],[252,255,219],[245,251,215],[158,166,115],[168,179,121],[224,239,180],[185,210,155],[191,229,188],[201,248,216],[185,233,207],[207,252,229],[197,236,215],[194,232,211],[222,255,240],[216,248,233],[156,180,166],[194,214,203],[206,225,219],[157,183,184],[93,131,144],[115,158,167],[152,192,183],[206,245,227],[109,151,141],[79,124,121],[137,185,189],[93,140,148],[101,144,151],[147,186,191],[134,168,167],[139,169,161],[144,170,157],[119,142,126],[127,150,134],[175,199,185],[136,160,147],[117,141,127],[234,255,240],[226,243,224],[163,177,154],[181,186,163],[252,245,226],[201,188,169],[172,162,135],[201,195,163],[211,211,175],[209,211,174],[237,243,207],[177,187,152],[202,218,179],[181,199,159],[162,178,142],[144,155,123],[134,140,112],[158,167,150],[239,253,253],[185,204,208],[94,116,113],[123,146,140],[136,154,156],[121,136,141],[145,160,163],[138,159,152],[138,168,144],[130,166,140],[111,149,134],[99,135,133],[86,119,126],[75,105,113],[96,122,123],[128,153,149],[170,196,187],[164,190,179],[191,219,205],[121,154,143],[87,127,119],[72,118,116],[81,131,138],[77,131,143],[79,135,150],[94,147,163],[110,159,173],[117,161,170],[119,158,165],[120,159,164],[108,151,157],[99,142,148],[98,137,142],[112,150,151],[96,130,131],[84,116,113],[62,95,88],[54,87,76],[109,146,129],[87,122,102],[88,120,99],[54,82,59],[52,71,49],[55,67,47],[34,39,19],[57,58,42],[62,62,52],[61,60,42],[96,93,60],[147,146,102],[66,69,26],[42,49,15],[6,23,7],[0,23,9],[57,86,56],[92,123,82],[67,96,52],[131,160,114],[63,94,50],[97,132,90],[60,102,66],[174,215,173],[191,226,168],[118,148,84],[132,158,95],[68,89,30],[103,120,65],[197,211,160],[133,146,100],[99,111,71],[101,116,77],[186,202,163],[138,155,111],[146,164,112],[92,110,48],[180,200,128],[184,203,122],[109,120,41],[88,80,15],[122,108,47],[72,62,0],[49,38,0],[67,48,0],[144,121,69],[121,94,51],[60,34,1],[31,11,0],[14,0,0],[31,14,7],[11,0,0],[13,0,0],[16,4,6],[4,0,0],[3,3,1],[1,0,0],[7,3,2],[8,4,3],[3,0,0],[10,6,5],[45,41,40],[22,18,17],[3,0,0],[6,2,0],[4,0,0],[3,0,0],[5,1,0],[6,2,0],[3,0,0],[6,2,0],[5,1,0]],[[3,2,0],[3,2,0],[4,3,1],[4,3,1],[4,3,1],[4,3,1],[5,1,0],[5,1,0],[6,2,3],[7,3,4],[8,2,4],[8,2,4],[8,2,4],[9,3,5],[11,5,7],[13,7,7],[13,5,3],[15,5,3],[10,1,0],[10,1,0],[23,12,6],[15,4,0],[10,0,0],[31,18,10],[32,18,9],[29,12,4],[40,23,13],[84,66,56],[82,64,52],[51,33,21],[51,32,18],[40,23,7],[59,48,28],[78,67,47],[12,0,0],[27,13,2],[53,39,30],[66,49,42],[31,14,6],[29,13,0],[31,15,0],[25,10,0],[63,51,29],[101,89,67],[59,48,28],[47,38,21],[27,17,5],[23,16,0],[28,22,0],[31,22,0],[79,63,29],[87,64,23],[116,85,39],[116,83,32],[198,167,112],[254,228,171],[237,216,161],[181,165,113],[139,129,80],[126,119,75],[124,114,78],[88,75,43],[93,76,50],[104,87,57],[125,111,72],[148,137,92],[189,179,130],[180,171,116],[187,179,116],[225,217,155],[224,217,165],[175,167,120],[201,194,140],[182,177,121],[181,179,120],[190,188,137],[230,230,196],[255,255,227],[207,215,164],[172,182,129],[213,225,185],[204,223,193],[180,215,191],[171,216,196],[198,247,226],[163,210,190],[191,234,214],[213,254,236],[155,195,184],[131,166,159],[208,238,228],[228,255,244],[171,199,187],[142,177,170],[96,145,142],[107,158,153],[205,243,228],[203,237,221],[74,114,105],[108,148,147],[98,141,147],[73,116,125],[88,128,136],[100,137,143],[124,154,154],[127,152,146],[157,179,167],[155,176,161],[166,187,172],[203,223,211],[118,140,128],[194,217,207],[234,255,251],[144,166,154],[129,140,124],[185,188,169],[226,226,202],[195,190,161],[186,176,141],[200,191,150],[238,234,187],[190,192,145],[185,194,149],[195,206,164],[217,225,186],[153,160,126],[151,160,129],[143,152,125],[155,163,139],[187,193,179],[174,179,182],[194,202,205],[139,150,142],[137,150,143],[129,142,148],[144,158,169],[146,160,171],[113,129,129],[143,166,140],[159,186,155],[106,135,115],[86,117,111],[100,134,144],[92,124,137],[113,137,139],[148,169,164],[183,204,197],[202,225,215],[158,185,176],[100,133,126],[109,149,148],[95,142,148],[72,124,138],[75,130,150],[88,145,165],[97,150,168],[103,149,164],[127,167,175],[149,184,186],[147,182,184],[136,177,181],[103,146,152],[93,134,138],[86,124,127],[86,122,122],[64,99,95],[64,99,92],[64,100,88],[100,139,121],[93,131,110],[48,81,60],[108,136,114],[105,124,104],[38,47,28],[33,36,17],[57,55,40],[70,68,55],[142,140,119],[127,124,83],[118,116,67],[78,81,28],[107,113,75],[34,48,35],[17,38,29],[67,96,66],[52,83,42],[101,129,88],[163,192,146],[138,170,121],[147,185,138],[100,144,109],[165,207,169],[123,161,102],[119,152,83],[131,160,93],[113,138,73],[90,110,51],[149,163,110],[86,99,53],[92,105,62],[69,81,43],[51,66,27],[115,131,86],[145,159,106],[124,138,76],[180,196,121],[166,181,98],[104,111,31],[107,97,35],[123,108,51],[112,104,41],[85,76,11],[85,66,7],[133,108,54],[89,60,16],[49,20,0],[47,29,5],[25,9,0],[32,17,14],[15,0,0],[14,0,1],[16,1,6],[2,1,0],[0,1,0],[1,0,0],[7,3,2],[11,7,6],[4,0,0],[10,6,5],[43,39,38],[19,15,14],[4,0,0],[5,1,0],[10,6,3],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[5,1,0],[5,1,0]],[[4,3,0],[4,3,1],[5,4,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,2,1],[7,3,4],[9,5,6],[11,5,7],[11,5,5],[9,3,3],[8,4,3],[8,4,3],[10,5,2],[24,16,13],[17,8,3],[18,9,4],[11,2,0],[22,11,5],[35,25,16],[28,15,7],[34,21,13],[32,18,9],[25,11,2],[27,10,2],[53,36,26],[50,33,23],[43,26,16],[58,42,29],[38,24,11],[45,33,19],[34,22,8],[27,15,3],[33,21,9],[49,35,26],[71,57,46],[37,21,8],[21,5,0],[63,50,31],[25,13,0],[39,28,8],[22,14,0],[30,23,7],[32,26,14],[14,7,0],[23,19,8],[44,43,23],[38,34,7],[41,26,0],[84,60,22],[123,92,48],[120,88,41],[154,126,78],[181,159,109],[255,249,197],[187,180,128],[131,128,77],[149,143,95],[87,74,32],[89,71,33],[106,82,46],[140,116,78],[142,125,82],[163,153,104],[139,133,81],[150,145,89],[174,170,109],[180,175,117],[153,149,101],[117,114,69],[148,144,96],[214,211,160],[188,185,134],[192,191,147],[229,232,203],[206,212,184],[176,187,145],[226,237,194],[224,231,197],[189,203,178],[190,219,199],[128,167,149],[132,177,157],[166,213,193],[153,200,182],[149,193,180],[148,188,180],[143,175,172],[156,185,180],[228,255,248],[185,223,210],[92,138,127],[109,165,154],[91,147,136],[113,159,146],[91,131,120],[99,140,134],[90,132,130],[86,127,131],[65,108,114],[70,115,118],[90,131,133],[91,123,122],[160,185,181],[201,222,213],[159,179,168],[182,202,191],[160,180,169],[151,174,164],[183,206,198],[159,181,178],[125,144,138],[160,172,160],[214,221,203],[220,226,200],[214,215,183],[205,197,160],[171,159,117],[196,189,143],[192,194,145],[167,176,129],[165,176,134],[133,139,103],[155,160,128],[182,191,164],[146,156,132],[175,180,160],[181,181,169],[149,145,146],[170,165,169],[183,182,177],[135,140,133],[121,129,131],[155,166,172],[153,162,171],[117,127,128],[166,181,162],[147,170,142],[109,138,118],[107,140,131],[81,116,122],[112,145,154],[157,178,179],[144,163,159],[188,209,204],[198,223,217],[114,143,139],[114,148,147],[114,155,157],[114,163,170],[80,133,147],[74,130,147],[89,145,162],[100,151,168],[110,154,167],[142,180,189],[151,184,189],[114,149,151],[130,174,177],[141,189,191],[110,154,157],[106,146,148],[92,130,131],[98,134,132],[73,108,101],[87,123,109],[83,121,98],[74,108,81],[109,140,109],[131,154,125],[125,139,114],[95,103,80],[102,103,85],[65,64,46],[84,81,64],[138,133,111],[58,53,15],[42,40,0],[71,73,24],[128,135,94],[100,115,94],[75,98,78],[114,144,110],[68,99,57],[60,89,43],[108,138,88],[107,139,89],[104,140,92],[170,212,172],[140,181,139],[112,147,89],[115,144,80],[119,145,80],[142,164,102],[131,151,92],[75,90,35],[66,80,29],[40,53,7],[27,40,0],[59,72,28],[15,29,0],[136,149,95],[168,180,116],[180,192,118],[174,186,104],[117,120,41],[164,154,92],[127,115,57],[143,135,72],[116,108,43],[117,101,39],[166,145,90],[116,92,46],[45,21,0],[24,8,0],[12,0,0],[15,0,0],[25,8,14],[23,6,12],[8,0,0],[12,8,5],[2,3,0],[6,2,1],[3,0,0],[5,1,0],[3,0,0],[3,0,0],[14,10,9],[3,0,0],[7,3,2],[3,0,0],[16,12,9],[8,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[3,0,0]],[[5,0,0],[4,0,0],[6,1,0],[9,4,1],[8,3,0],[3,0,0],[6,2,1],[12,8,7],[5,1,0],[5,1,0],[10,6,5],[3,0,0],[9,5,2],[17,13,10],[5,1,0],[9,5,2],[33,25,22],[24,14,12],[30,19,17],[23,12,8],[12,1,0],[20,9,3],[26,15,9],[25,14,8],[14,1,0],[10,0,0],[15,4,0],[22,11,5],[21,10,4],[27,18,11],[33,24,19],[24,13,9],[20,7,1],[23,8,1],[31,17,8],[11,0,0],[62,48,35],[36,23,7],[27,14,0],[48,35,18],[35,23,7],[15,6,0],[25,17,4],[9,3,0],[7,3,0],[18,15,6],[17,17,9],[8,8,0],[22,23,7],[50,48,25],[75,64,34],[96,78,42],[110,88,49],[129,107,66],[128,110,72],[141,128,86],[206,198,149],[154,147,92],[142,132,73],[149,134,77],[75,55,5],[84,61,17],[114,93,50],[146,127,84],[214,200,151],[128,121,67],[107,107,53],[103,106,51],[119,118,64],[182,180,131],[109,115,69],[130,139,96],[220,228,187],[164,170,134],[210,209,179],[242,244,220],[214,227,207],[219,236,217],[226,239,219],[215,224,197],[195,199,162],[180,186,148],[173,189,162],[147,175,152],[126,164,141],[129,174,154],[170,222,209],[156,203,197],[143,177,178],[148,172,174],[144,165,160],[199,229,221],[147,197,188],[90,150,140],[101,161,151],[102,162,152],[102,159,153],[89,144,141],[125,175,172],[96,142,140],[122,164,163],[120,166,163],[91,148,139],[90,143,135],[121,156,152],[148,173,170],[151,176,172],[159,184,180],[165,186,181],[148,169,162],[153,179,170],[133,156,148],[144,156,154],[167,176,173],[177,193,182],[202,219,201],[202,214,190],[199,204,174],[198,192,158],[194,184,148],[234,229,189],[213,214,174],[193,201,162],[180,190,155],[116,122,94],[158,166,142],[181,195,172],[144,156,136],[126,127,111],[178,169,160],[162,143,145],[141,120,125],[188,174,174],[181,173,170],[170,171,163],[152,153,145],[185,185,177],[146,147,141],[154,166,156],[156,178,166],[160,193,184],[113,153,144],[107,147,139],[124,156,151],[178,203,200],[174,196,194],[168,192,192],[164,192,193],[116,150,152],[116,155,160],[120,163,169],[113,162,167],[114,164,173],[102,155,163],[120,170,179],[114,161,171],[133,175,187],[191,227,241],[154,186,199],[118,155,164],[133,183,182],[122,174,170],[126,174,174],[111,152,156],[84,119,125],[96,130,132],[105,137,132],[74,105,87],[71,100,69],[114,141,100],[140,159,114],[137,150,107],[102,109,75],[84,88,63],[62,63,45],[80,78,63],[69,66,49],[87,82,60],[119,114,84],[64,60,25],[50,50,14],[63,71,32],[59,76,34],[45,68,24],[97,124,79],[114,143,95],[153,182,126],[151,180,124],[80,108,57],[127,159,109],[159,197,146],[123,160,109],[75,101,53],[58,78,27],[70,88,36],[98,115,61],[81,96,41],[72,87,32],[81,96,41],[51,68,14],[45,62,8],[124,141,87],[64,79,22],[174,185,125],[170,179,114],[144,150,80],[240,242,169],[202,199,128],[164,156,94],[92,82,21],[92,84,21],[110,102,37],[73,63,1],[66,54,0],[65,48,2],[66,50,16],[33,18,0],[30,16,7],[10,0,0],[33,21,25],[21,9,13],[7,0,0],[11,6,2],[4,0,0],[9,4,1],[4,0,0],[4,0,0],[9,3,3],[9,3,3],[4,0,0],[4,0,0],[9,3,3],[9,5,4],[9,5,4],[8,4,3],[7,3,2],[5,1,0],[4,0,0],[3,0,0],[3,0,0]],[[5,0,0],[6,1,0],[10,5,2],[15,10,7],[13,8,5],[7,2,0],[6,2,1],[10,6,5],[18,14,13],[10,6,3],[12,8,5],[3,0,0],[3,0,0],[8,7,2],[7,6,1],[19,16,9],[29,22,16],[11,0,0],[24,13,9],[47,36,32],[47,36,32],[33,22,16],[25,14,8],[36,25,19],[29,18,12],[16,5,0],[14,3,0],[24,15,10],[24,15,10],[16,9,3],[16,9,3],[14,4,2],[24,10,9],[26,11,8],[26,11,4],[20,6,0],[33,20,3],[90,78,56],[64,52,30],[40,29,7],[49,41,22],[34,27,11],[8,1,0],[19,14,8],[24,21,16],[11,10,6],[18,19,14],[34,35,27],[18,16,1],[40,34,12],[86,70,44],[103,82,51],[110,87,53],[142,119,85],[140,124,88],[98,86,46],[152,141,95],[234,222,170],[111,95,36],[123,103,44],[184,162,105],[174,152,102],[142,123,81],[152,137,96],[178,167,122],[191,189,141],[135,142,91],[110,118,69],[119,120,76],[200,201,159],[122,130,89],[113,125,85],[157,169,133],[145,152,121],[209,211,187],[239,244,222],[201,219,197],[212,234,213],[213,230,212],[157,169,145],[193,201,160],[249,255,216],[233,249,220],[197,221,199],[177,209,186],[158,197,178],[140,187,177],[167,212,209],[132,162,164],[155,176,177],[167,186,180],[187,217,209],[147,200,194],[98,161,153],[98,155,148],[89,148,142],[92,156,155],[109,173,173],[107,163,162],[109,157,157],[137,176,175],[132,174,170],[95,152,143],[121,179,167],[138,180,176],[157,191,190],[127,161,160],[120,150,150],[123,143,144],[148,168,166],[131,158,151],[123,146,140],[158,168,167],[138,147,144],[144,164,153],[136,157,140],[190,204,181],[228,234,208],[223,219,190],[231,225,193],[234,234,200],[205,209,174],[205,210,178],[171,177,149],[180,185,162],[147,156,137],[149,168,149],[138,155,137],[135,142,126],[154,150,139],[160,144,144],[171,152,154],[177,165,165],[175,168,162],[185,183,170],[154,153,135],[206,200,186],[184,182,170],[125,131,127],[156,175,171],[134,165,160],[114,149,142],[163,197,183],[155,183,171],[209,231,228],[217,237,238],[175,199,201],[142,170,174],[141,174,181],[131,170,177],[129,172,179],[115,162,168],[110,159,163],[116,165,169],[125,173,177],[128,173,178],[136,176,184],[159,195,207],[137,170,185],[126,162,174],[114,159,164],[109,157,159],[104,149,154],[89,130,136],[77,112,118],[87,116,120],[93,120,115],[82,105,89],[84,104,77],[124,141,105],[127,142,103],[126,136,99],[167,174,141],[99,103,78],[55,56,38],[61,63,49],[65,69,52],[47,50,31],[102,100,77],[59,55,30],[16,14,0],[29,34,4],[48,65,20],[116,140,88],[173,200,155],[90,116,69],[103,126,72],[113,134,78],[93,115,68],[83,111,63],[154,191,139],[151,188,136],[50,76,29],[92,110,68],[95,110,67],[76,89,45],[95,107,61],[99,111,63],[182,195,142],[187,200,146],[158,173,114],[191,207,145],[116,131,66],[110,123,54],[113,123,54],[123,129,57],[161,163,90],[187,187,117],[191,187,123],[134,128,66],[74,69,5],[75,70,4],[98,90,27],[102,93,34],[141,129,81],[69,56,21],[39,24,3],[31,17,8],[22,8,8],[25,13,17],[14,3,7],[6,0,0],[12,4,1],[15,10,6],[4,0,0],[4,0,0],[14,8,8],[28,22,22],[28,22,22],[14,8,8],[4,0,0],[4,0,0],[6,2,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[7,2,0],[8,3,0],[11,6,3],[14,9,6],[12,7,4],[7,2,0],[7,1,1],[9,3,3],[12,7,4],[5,0,0],[12,7,4],[10,5,1],[7,2,0],[17,12,6],[26,21,15],[37,30,24],[31,20,16],[16,2,0],[11,0,0],[15,0,0],[23,8,3],[26,11,4],[22,7,0],[29,14,7],[22,8,0],[10,0,0],[14,1,0],[37,27,17],[38,28,18],[22,14,3],[19,11,0],[12,3,0],[37,23,20],[48,34,31],[28,15,6],[82,70,54],[90,78,56],[75,63,37],[66,57,28],[28,18,0],[51,43,20],[79,72,54],[16,10,0],[13,8,2],[16,10,10],[16,11,15],[32,29,36],[48,44,45],[42,34,21],[47,32,13],[62,37,17],[94,64,40],[120,89,61],[108,78,44],[96,73,32],[112,93,51],[131,113,73],[208,189,146],[137,115,66],[58,35,0],[160,138,80],[163,143,90],[157,141,105],[157,146,118],[145,140,110],[149,150,118],[133,140,106],[127,134,100],[173,174,142],[175,176,144],[99,103,70],[131,137,103],[101,107,73],[195,198,167],[246,247,216],[225,230,200],[192,209,177],[161,185,153],[165,189,157],[215,236,203],[216,237,198],[223,243,208],[236,255,238],[155,179,163],[133,158,139],[162,190,175],[138,176,165],[179,216,209],[154,185,180],[129,156,149],[148,174,161],[182,216,202],[119,170,165],[90,146,143],[102,152,149],[102,154,152],[94,155,156],[102,166,168],[86,146,146],[110,160,161],[135,168,173],[129,158,162],[131,171,171],[145,194,191],[164,216,214],[150,202,200],[142,190,190],[120,158,159],[158,179,184],[155,173,175],[142,167,164],[141,166,163],[133,149,149],[126,140,140],[152,169,163],[174,190,179],[223,232,215],[248,251,230],[220,220,196],[243,243,215],[220,227,196],[214,221,190],[197,200,173],[166,165,144],[188,187,169],[175,182,166],[154,175,158],[175,202,183],[150,171,154],[150,164,151],[162,167,161],[157,157,155],[128,128,126],[135,136,130],[152,154,141],[177,178,162],[149,146,131],[245,241,230],[184,185,180],[144,153,152],[172,188,185],[178,199,194],[171,191,180],[212,229,221],[211,225,225],[187,200,206],[192,209,216],[166,189,197],[164,193,201],[138,172,181],[125,164,171],[130,173,179],[104,149,152],[125,173,175],[125,171,171],[137,181,182],[144,185,189],[148,185,193],[139,173,182],[145,177,190],[109,140,158],[107,138,158],[100,136,152],[92,128,140],[86,120,122],[91,117,114],[97,114,108],[97,108,100],[78,85,78],[95,102,94],[58,70,56],[76,89,71],[95,107,85],[75,83,62],[84,85,69],[84,88,74],[34,55,40],[13,34,17],[49,53,36],[45,42,25],[32,26,14],[45,44,26],[37,53,17],[97,119,80],[139,160,127],[83,100,66],[115,126,84],[108,115,73],[86,96,59],[76,97,58],[160,198,149],[119,162,109],[103,135,88],[100,123,81],[81,99,61],[36,47,13],[73,80,47],[114,118,83],[103,105,65],[118,122,72],[114,122,63],[139,148,81],[119,131,55],[175,188,108],[131,144,64],[142,155,75],[181,194,115],[172,180,107],[184,187,120],[138,137,73],[111,110,45],[139,136,69],[142,137,73],[159,148,92],[118,104,59],[78,62,28],[40,22,2],[33,14,7],[31,15,16],[13,0,3],[13,2,6],[11,2,3],[3,0,0],[3,0,0],[8,3,0],[4,0,0],[4,0,0],[7,1,1],[7,1,1],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0]],[[9,4,0],[9,4,0],[9,4,1],[9,4,1],[6,1,0],[4,0,0],[6,0,0],[9,4,1],[11,6,3],[7,2,0],[14,9,5],[12,7,1],[8,3,0],[25,18,10],[39,32,24],[38,29,20],[17,4,0],[19,4,0],[18,3,0],[13,0,0],[23,6,0],[34,17,9],[22,5,0],[15,0,0],[42,26,13],[51,37,24],[22,9,0],[23,11,0],[49,37,21],[28,19,2],[8,0,0],[11,2,0],[18,8,0],[34,21,12],[37,25,11],[70,59,41],[96,85,63],[54,42,18],[15,5,0],[30,19,0],[28,20,1],[91,81,69],[36,27,20],[29,21,18],[19,10,11],[25,19,21],[28,23,27],[32,24,22],[47,35,23],[67,50,32],[97,70,49],[119,87,62],[78,44,16],[80,50,16],[88,65,24],[85,66,24],[94,77,34],[114,97,53],[163,145,97],[140,123,71],[151,136,81],[109,99,50],[94,89,57],[133,131,106],[209,209,185],[192,196,173],[81,87,61],[101,110,83],[141,147,119],[164,170,142],[147,154,123],[134,141,110],[130,135,103],[223,228,196],[255,255,228],[211,218,185],[162,176,143],[162,179,145],[168,188,153],[190,214,180],[184,209,177],[204,233,205],[205,236,220],[133,161,149],[149,171,158],[138,160,147],[156,183,174],[168,199,191],[166,198,187],[124,154,142],[155,184,166],[178,212,196],[105,151,148],[114,165,166],[106,151,154],[119,168,172],[112,171,175],[109,170,173],[111,166,169],[118,163,168],[151,184,191],[125,154,162],[135,172,178],[124,169,174],[113,169,170],[132,190,192],[126,177,181],[115,154,161],[136,161,168],[184,204,211],[184,212,213],[174,203,201],[186,205,209],[181,199,201],[147,166,162],[208,223,216],[204,212,201],[212,214,201],[197,200,181],[228,233,211],[214,224,199],[203,211,187],[179,181,160],[185,182,165],[177,173,161],[194,198,184],[137,160,144],[150,183,164],[164,195,177],[152,179,164],[161,182,173],[131,148,142],[115,127,123],[171,181,173],[162,168,154],[184,187,170],[192,193,177],[226,224,212],[249,250,245],[209,213,214],[213,222,221],[221,232,228],[198,209,201],[196,209,202],[178,189,191],[192,205,213],[205,222,230],[199,222,230],[183,210,221],[165,198,207],[175,212,220],[144,185,189],[131,175,176],[144,188,187],[136,178,176],[137,177,176],[140,179,178],[152,186,188],[144,175,178],[149,176,183],[140,162,175],[134,156,169],[134,158,168],[136,161,165],[129,154,150],[126,146,137],[130,142,130],[131,139,128],[126,132,122],[113,119,109],[77,88,74],[106,117,100],[158,170,146],[82,92,65],[87,91,66],[56,66,42],[51,74,56],[18,38,26],[7,13,0],[48,46,33],[28,24,15],[44,45,31],[103,118,89],[148,169,136],[41,61,34],[54,70,41],[83,91,54],[97,102,62],[74,81,47],[105,121,84],[186,219,172],[171,209,158],[96,123,78],[82,103,62],[56,72,35],[12,24,0],[34,41,7],[89,93,56],[64,67,24],[54,58,8],[62,70,11],[84,95,27],[93,107,32],[128,142,63],[222,236,157],[180,193,114],[155,168,89],[116,127,51],[92,99,31],[145,150,83],[114,117,48],[140,139,72],[122,117,53],[57,46,0],[99,82,38],[58,38,5],[21,0,0],[27,7,0],[30,12,12],[10,0,0],[7,0,0],[6,0,0],[3,2,0],[4,3,0],[7,3,2],[4,0,0],[4,0,0],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[8,2,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[5,1,0],[5,1,0]],[[8,4,1],[7,3,0],[7,3,0],[6,2,0],[5,0,0],[4,0,0],[8,0,0],[10,2,0],[6,0,0],[7,0,0],[9,1,0],[7,0,0],[9,0,0],[33,24,15],[50,41,32],[38,28,19],[16,1,0],[14,0,0],[15,0,0],[18,0,0],[29,11,1],[35,17,5],[31,13,0],[41,23,9],[35,18,2],[71,54,36],[78,61,41],[68,53,32],[48,33,10],[39,27,3],[60,48,22],[57,47,22],[11,0,0],[43,35,16],[28,20,0],[17,6,0],[26,15,0],[50,38,22],[20,8,0],[27,14,6],[26,12,9],[54,42,42],[26,14,14],[43,33,31],[29,20,15],[29,22,14],[23,17,5],[39,31,18],[44,34,22],[65,50,31],[108,84,56],[165,139,104],[81,52,18],[54,28,0],[51,31,0],[61,46,7],[104,94,45],[122,112,59],[218,209,152],[142,135,81],[107,103,58],[67,69,32],[51,62,28],[184,197,169],[164,168,145],[119,121,99],[63,67,44],[96,104,80],[87,102,73],[105,121,92],[132,147,116],[138,153,122],[160,173,143],[181,192,162],[244,254,227],[214,224,197],[161,169,145],[191,199,175],[209,219,194],[199,214,191],[184,209,187],[168,201,182],[199,237,226],[180,215,208],[191,215,202],[164,184,173],[158,181,173],[147,173,164],[176,206,194],[179,210,194],[145,172,153],[156,187,172],[120,160,159],[68,113,119],[106,149,156],[119,166,174],[123,176,184],[129,179,188],[123,166,175],[99,136,145],[142,179,188],[127,165,174],[118,161,170],[119,167,177],[101,155,165],[120,172,183],[117,159,173],[122,155,170],[115,147,158],[144,174,184],[165,198,203],[146,177,180],[159,183,187],[187,206,210],[166,186,187],[226,242,241],[198,207,202],[206,209,202],[217,220,209],[230,236,222],[215,226,209],[182,191,172],[185,186,172],[183,179,167],[178,171,163],[162,165,156],[152,175,159],[192,226,209],[204,241,223],[132,168,154],[114,147,138],[115,142,137],[100,119,115],[146,159,152],[164,172,159],[197,203,189],[213,217,203],[236,239,228],[248,250,247],[246,247,249],[236,237,241],[228,234,234],[228,239,233],[204,219,214],[218,236,240],[210,228,238],[212,234,245],[190,217,228],[181,211,222],[205,237,248],[167,204,212],[157,196,201],[141,181,181],[137,176,175],[141,177,173],[143,178,172],[147,176,172],[174,200,199],[179,200,201],[199,219,218],[205,225,216],[200,218,206],[187,200,183],[173,184,167],[162,170,155],[136,144,129],[114,125,108],[116,129,103],[155,169,133],[163,174,132],[161,168,126],[168,173,133],[172,176,139],[111,118,77],[145,158,112],[103,118,77],[56,68,46],[56,62,50],[41,42,28],[59,57,44],[29,29,19],[93,99,85],[140,156,129],[42,63,30],[12,35,7],[0,9,0],[34,49,10],[128,141,98],[103,115,77],[125,140,101],[197,219,172],[197,219,172],[170,182,142],[96,104,65],[70,79,36],[46,54,7],[103,111,60],[56,67,11],[19,32,0],[123,138,79],[170,190,131],[103,123,64],[57,75,15],[82,98,35],[172,184,118],[114,121,53],[104,107,36],[78,84,12],[109,120,51],[164,175,107],[141,148,80],[151,152,84],[134,129,65],[60,47,0],[75,54,11],[59,34,3],[58,31,12],[50,25,18],[24,3,2],[11,0,0],[12,3,6],[3,2,0],[3,5,0],[1,3,0],[4,0,0],[5,0,0],[8,2,2],[11,5,5],[11,5,5],[8,2,2],[5,0,0],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[9,5,2],[10,6,3],[10,5,2],[8,3,0],[9,1,0],[9,1,0],[7,0,0],[16,7,2],[14,5,0],[12,3,0],[16,7,0],[29,19,9],[33,23,13],[12,0,0],[32,15,7],[42,24,14],[52,34,24],[46,26,15],[41,21,10],[42,23,9],[31,12,0],[26,7,0],[35,17,0],[71,53,29],[94,77,51],[84,69,40],[39,24,0],[50,37,5],[113,100,66],[111,100,70],[89,81,58],[71,63,44],[28,20,1],[20,11,0],[18,9,0],[39,26,17],[52,39,33],[22,8,7],[10,0,0],[19,5,5],[20,6,5],[46,35,31],[44,34,24],[49,40,23],[35,27,6],[35,27,6],[60,51,34],[51,39,17],[60,41,9],[127,103,65],[87,62,22],[92,69,28],[84,68,32],[68,56,16],[83,75,26],[154,149,93],[181,176,118],[116,115,61],[105,107,67],[77,88,54],[126,150,118],[170,193,164],[115,128,100],[38,47,20],[105,111,85],[121,131,104],[104,123,93],[122,143,112],[132,147,118],[160,173,145],[212,222,197],[191,201,176],[208,220,196],[205,214,193],[199,204,184],[208,212,195],[195,206,189],[197,214,196],[168,191,173],[130,162,147],[174,215,207],[167,208,200],[137,165,153],[150,172,160],[107,130,122],[164,191,182],[147,179,166],[151,182,166],[196,220,204],[116,142,131],[108,141,146],[90,130,140],[103,145,157],[112,159,169],[103,151,161],[118,161,170],[129,158,172],[112,141,155],[117,155,166],[137,181,192],[113,159,172],[109,158,172],[141,193,207],[124,169,188],[129,161,182],[140,168,189],[135,171,187],[114,152,163],[155,194,201],[149,182,189],[139,162,170],[179,199,206],[209,233,235],[204,225,226],[185,197,197],[197,203,201],[219,221,216],[220,221,215],[228,234,224],[206,212,200],[197,199,188],[168,165,156],[176,173,166],[146,149,140],[135,155,143],[162,190,175],[169,201,186],[124,157,146],[97,132,125],[140,171,166],[150,170,168],[132,144,140],[146,153,145],[175,181,169],[192,203,189],[234,246,236],[216,225,224],[237,244,250],[214,218,227],[227,236,241],[211,230,226],[200,225,222],[232,255,255],[203,233,243],[182,214,225],[199,233,245],[182,218,232],[200,238,251],[202,242,250],[196,235,242],[198,236,237],[180,214,213],[178,209,204],[174,201,196],[160,180,178],[176,190,190],[191,201,202],[234,245,239],[239,252,234],[235,247,223],[203,209,183],[177,179,155],[175,177,156],[153,156,135],[130,139,112],[143,154,120],[167,180,134],[218,228,176],[148,153,99],[117,120,67],[137,140,87],[101,108,54],[118,132,71],[192,202,150],[236,232,203],[134,126,107],[46,40,18],[28,26,3],[21,24,7],[50,59,38],[61,76,43],[24,44,7],[53,74,43],[108,129,96],[120,142,96],[126,146,95],[154,171,126],[153,171,123],[145,162,110],[111,125,74],[95,104,59],[86,92,48],[157,164,113],[168,175,121],[203,213,153],[185,197,135],[124,138,77],[172,190,130],[203,223,164],[147,166,110],[125,144,89],[170,185,130],[117,128,70],[86,94,34],[92,97,33],[59,66,0],[93,108,39],[143,160,90],[80,91,22],[132,135,68],[147,141,79],[96,80,28],[83,60,18],[67,38,8],[60,29,11],[50,21,13],[20,0,0],[23,7,8],[10,1,2],[1,1,1],[0,2,0],[2,8,4],[4,3,1],[5,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,2,1],[6,2,1],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,1,0],[7,3,0],[10,6,3],[10,6,3],[11,6,3],[11,6,3],[12,4,2],[12,4,2],[7,0,0],[14,5,0],[10,0,0],[19,6,0],[28,15,7],[30,17,8],[31,18,9],[17,3,0],[32,14,4],[50,30,21],[72,52,43],[65,43,32],[56,34,21],[65,42,28],[60,37,19],[47,25,4],[70,48,25],[93,73,46],[74,55,25],[71,55,22],[70,54,18],[56,42,5],[68,54,15],[61,48,16],[34,22,6],[16,7,0],[25,17,6],[28,18,8],[11,1,0],[8,0,0],[10,0,0],[11,0,0],[14,1,0],[25,12,6],[23,10,2],[20,8,0],[27,15,0],[53,42,20],[61,51,24],[41,31,4],[56,51,22],[112,103,74],[77,60,30],[67,47,12],[102,81,36],[98,80,30],[89,75,30],[114,103,58],[92,84,38],[162,156,106],[167,165,108],[162,163,106],[75,82,38],[50,66,30],[85,114,84],[169,202,173],[188,215,182],[115,134,102],[95,108,78],[120,133,103],[106,125,93],[156,172,143],[161,167,141],[157,156,135],[202,199,180],[222,220,205],[208,215,199],[190,198,183],[203,206,195],[223,231,220],[195,215,203],[139,161,148],[167,183,170],[141,165,152],[149,190,182],[174,220,210],[119,155,143],[152,182,170],[145,175,167],[146,177,171],[99,135,125],[86,118,105],[149,171,159],[129,150,145],[120,148,159],[95,131,147],[109,155,170],[125,173,187],[120,162,174],[133,167,179],[165,184,201],[142,163,180],[106,144,155],[127,174,184],[126,174,188],[111,158,174],[101,149,169],[119,160,182],[124,150,177],[136,160,186],[105,142,160],[121,165,176],[131,171,181],[122,155,164],[140,160,171],[144,162,172],[169,198,202],[145,175,175],[157,177,178],[187,197,198],[215,213,216],[239,233,233],[212,211,207],[233,234,228],[206,207,199],[182,183,175],[196,197,191],[187,192,185],[161,174,164],[174,192,180],[167,187,176],[186,209,201],[169,198,194],[144,170,169],[149,164,167],[141,151,152],[167,172,168],[199,206,198],[160,176,166],[187,208,203],[185,204,208],[206,224,234],[180,196,209],[183,205,216],[150,184,185],[200,242,241],[217,255,255],[145,193,205],[141,189,203],[144,192,206],[157,204,220],[203,251,255],[185,232,242],[154,197,204],[188,226,229],[196,227,229],[199,223,223],[224,240,239],[224,234,235],[222,223,225],[222,220,223],[251,247,244],[242,243,227],[238,241,220],[225,228,211],[209,212,195],[194,198,175],[172,175,146],[143,147,112],[127,129,92],[152,154,117],[133,135,96],[135,138,91],[129,134,78],[163,169,105],[199,206,138],[233,240,173],[192,190,133],[156,132,96],[124,95,65],[112,94,58],[86,78,41],[90,89,58],[80,87,53],[51,64,18],[60,78,30],[85,106,65],[83,109,64],[110,139,81],[112,142,80],[127,155,97],[130,154,96],[147,165,103],[103,117,55],[117,131,72],[96,110,51],[117,126,69],[162,170,113],[108,113,57],[103,106,51],[163,168,112],[150,158,101],[174,183,126],[194,208,149],[197,212,153],[117,132,73],[105,120,63],[95,108,52],[41,54,0],[35,49,0],[61,82,15],[173,193,122],[137,150,81],[127,132,66],[134,128,68],[48,32,0],[77,52,12],[64,33,4],[44,11,0],[51,21,11],[34,9,5],[28,12,12],[6,0,0],[10,10,10],[0,3,0],[0,2,0],[2,1,0],[7,1,1],[8,2,2],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[5,0,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[7,3,0],[8,4,1],[7,3,0],[6,2,0],[8,3,0],[10,5,2],[14,6,4],[15,7,4],[20,11,6],[21,10,6],[10,0,0],[12,0,0],[24,11,2],[24,11,2],[35,21,10],[39,22,12],[33,15,5],[22,2,0],[41,19,8],[50,28,15],[38,16,2],[32,9,0],[38,15,0],[51,29,6],[104,82,58],[77,56,27],[84,65,33],[111,93,57],[64,49,8],[46,31,0],[77,62,19],[35,22,0],[98,89,72],[140,131,124],[40,31,22],[39,31,20],[24,14,2],[65,55,43],[47,37,25],[19,7,0],[27,15,3],[37,25,13],[28,14,1],[13,0,0],[19,6,0],[38,23,0],[65,51,24],[46,35,5],[38,29,0],[99,88,56],[84,65,32],[63,41,2],[133,111,64],[117,95,45],[108,92,41],[114,100,51],[96,84,36],[163,151,103],[163,151,99],[187,181,129],[156,158,111],[63,75,37],[0,21,0],[78,107,85],[140,167,136],[140,159,127],[154,165,135],[114,125,95],[87,108,77],[113,132,102],[131,139,115],[128,127,107],[167,164,147],[229,227,212],[187,195,180],[170,181,167],[216,222,212],[237,247,238],[211,233,221],[142,164,151],[135,146,130],[172,188,175],[170,210,199],[161,209,197],[161,199,186],[184,217,206],[137,172,166],[118,154,150],[92,133,127],[111,146,139],[128,153,147],[206,227,228],[194,220,235],[125,160,180],[109,155,171],[127,173,188],[112,152,164],[151,180,194],[195,211,227],[156,172,188],[141,173,186],[127,165,178],[138,175,193],[125,166,184],[107,155,175],[115,160,183],[142,169,198],[126,150,178],[115,152,171],[123,165,181],[139,179,191],[145,177,190],[148,167,181],[139,157,169],[145,176,181],[147,181,183],[143,167,169],[158,169,173],[187,185,190],[255,252,255],[233,227,227],[234,233,229],[190,193,186],[193,196,189],[230,233,226],[215,218,211],[175,182,174],[175,187,177],[199,210,202],[159,174,171],[174,195,196],[142,161,165],[142,153,159],[155,160,164],[184,185,187],[226,235,232],[180,201,196],[178,207,205],[161,190,198],[147,175,189],[138,165,184],[147,180,197],[127,176,181],[132,190,194],[183,241,253],[129,188,204],[120,179,195],[124,181,200],[154,211,230],[144,197,213],[135,184,198],[152,196,207],[191,230,237],[211,240,244],[188,209,212],[215,229,230],[243,248,251],[250,248,253],[255,247,255],[255,252,253],[255,254,243],[233,234,218],[240,243,232],[243,246,237],[220,224,209],[229,232,211],[236,236,210],[203,200,169],[116,111,79],[153,151,112],[140,142,92],[133,139,79],[160,167,99],[195,201,129],[167,168,102],[168,158,99],[118,90,42],[94,61,16],[129,107,57],[124,111,59],[141,134,90],[159,158,112],[157,165,108],[150,161,105],[132,148,99],[41,61,10],[99,125,60],[146,175,108],[96,122,57],[108,133,68],[146,167,98],[60,80,11],[148,167,103],[133,148,89],[66,77,21],[72,79,27],[141,143,93],[116,116,66],[120,120,70],[98,101,46],[104,109,51],[140,150,89],[165,179,117],[171,187,124],[169,187,125],[126,144,86],[84,101,46],[47,67,8],[100,123,55],[171,192,123],[107,122,55],[130,135,71],[152,146,88],[86,68,20],[73,48,8],[75,44,16],[78,43,24],[65,32,23],[28,3,0],[17,0,0],[7,0,0],[89,91,90],[33,42,39],[0,3,0],[3,2,0],[7,1,1],[5,0,0],[4,0,0],[4,0,0],[5,0,0],[7,1,1],[6,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[9,5,2],[9,5,2],[9,5,2],[7,3,0],[7,2,0],[8,3,0],[14,6,4],[18,10,8],[11,1,0],[20,9,5],[27,14,8],[36,23,17],[34,19,12],[26,12,3],[37,20,10],[44,27,17],[49,31,21],[60,40,31],[51,31,20],[39,17,6],[58,36,23],[69,48,31],[49,26,8],[41,19,0],[26,4,0],[67,46,17],[107,88,55],[128,110,74],[139,121,81],[33,16,0],[72,58,13],[43,31,0],[40,32,9],[78,72,56],[60,53,37],[44,37,19],[10,3,0],[26,17,0],[46,37,20],[23,11,0],[31,19,7],[60,46,35],[65,49,36],[27,11,0],[44,29,8],[67,51,26],[55,40,11],[73,58,27],[63,48,17],[109,91,55],[119,97,50],[127,99,51],[160,128,87],[171,142,98],[163,140,88],[112,91,36],[101,79,29],[146,122,76],[223,198,157],[175,154,111],[156,146,95],[121,122,80],[67,79,59],[23,37,24],[15,27,5],[92,97,74],[153,155,133],[77,82,59],[84,104,76],[110,133,104],[164,180,154],[141,153,129],[146,155,134],[230,242,222],[162,180,158],[153,170,151],[183,189,175],[214,220,208],[245,255,248],[184,198,181],[162,167,147],[132,144,124],[131,165,149],[155,199,186],[180,218,205],[146,181,174],[116,155,154],[112,153,155],[92,138,138],[89,133,132],[142,172,170],[168,193,198],[163,192,210],[140,174,199],[124,166,188],[132,175,192],[138,176,189],[156,184,198],[165,182,198],[182,195,212],[170,187,203],[134,151,169],[155,171,194],[136,163,184],[113,164,181],[111,164,182],[129,165,191],[122,152,178],[124,156,179],[153,188,208],[138,175,191],[156,188,203],[146,165,182],[152,171,186],[146,179,188],[126,159,164],[144,168,172],[152,163,169],[191,186,193],[217,206,212],[255,249,252],[252,248,245],[202,203,197],[205,206,200],[239,238,233],[212,213,207],[167,172,165],[152,157,151],[160,165,161],[133,142,141],[150,165,168],[167,182,189],[173,180,190],[190,193,202],[213,214,219],[189,197,200],[223,247,249],[227,255,255],[147,183,199],[130,166,190],[146,181,209],[132,176,201],[135,194,210],[101,169,182],[112,177,195],[119,184,206],[120,185,207],[124,186,209],[114,174,198],[105,163,185],[121,173,194],[137,184,200],[171,211,221],[209,242,251],[221,244,250],[218,231,239],[249,253,255],[255,254,255],[245,239,249],[255,252,255],[255,255,253],[248,251,244],[251,255,251],[242,248,246],[251,255,255],[248,249,253],[254,253,251],[242,238,226],[215,212,177],[177,175,126],[150,151,91],[158,160,95],[165,166,106],[184,182,123],[172,166,108],[173,161,101],[148,130,66],[119,100,34],[146,125,58],[177,157,94],[148,131,77],[109,98,44],[169,165,102],[178,183,119],[105,112,58],[92,103,47],[149,161,97],[130,145,76],[119,135,72],[103,124,59],[140,166,93],[129,154,86],[137,156,101],[122,134,86],[21,28,0],[37,40,0],[63,61,20],[93,90,47],[55,53,5],[64,64,12],[63,69,9],[126,137,71],[211,226,157],[147,164,94],[167,187,118],[162,183,116],[118,139,74],[130,151,86],[141,163,98],[101,120,54],[86,98,34],[117,121,62],[121,114,60],[102,84,38],[109,83,46],[113,82,54],[88,55,36],[81,49,38],[39,14,9],[17,0,0],[6,0,0],[163,163,163],[72,78,76],[0,3,1],[4,3,1],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[10,6,5],[7,3,2],[3,0,0],[4,0,0],[6,2,1],[4,0,0],[4,0,0]],[[8,4,1],[8,4,1],[9,5,2],[8,4,1],[9,4,1],[11,6,3],[17,9,7],[21,13,11],[36,26,24],[35,24,20],[47,34,28],[40,27,21],[33,18,11],[30,16,7],[28,11,1],[38,21,11],[35,17,7],[42,24,14],[27,9,0],[17,0,0],[37,18,4],[57,38,23],[62,41,24],[60,39,20],[49,29,5],[49,29,2],[81,62,30],[61,45,9],[58,43,4],[52,37,0],[110,96,51],[39,27,0],[48,42,10],[22,18,0],[18,12,0],[53,47,21],[75,69,45],[7,1,0],[23,14,0],[26,17,2],[87,74,65],[63,49,40],[31,14,4],[42,26,11],[32,15,0],[62,46,21],[80,63,33],[108,92,59],[85,66,33],[95,76,36],[112,89,39],[119,92,39],[118,87,40],[157,126,80],[158,132,83],[144,121,69],[143,117,66],[182,154,106],[203,170,127],[217,188,146],[110,91,48],[88,80,43],[119,122,101],[63,72,55],[52,57,34],[113,116,89],[141,139,114],[82,86,59],[71,87,58],[62,83,52],[159,173,147],[243,253,228],[162,172,148],[214,226,204],[196,215,193],[166,185,166],[171,182,168],[205,215,204],[218,239,224],[152,171,152],[142,150,126],[132,144,120],[136,169,150],[149,190,176],[167,200,189],[142,175,168],[126,164,165],[128,173,178],[77,128,131],[86,136,137],[110,150,150],[131,164,171],[93,125,146],[126,162,188],[118,155,181],[119,157,178],[129,165,181],[146,174,188],[166,183,201],[189,200,218],[159,167,186],[164,172,193],[159,165,189],[139,160,181],[119,166,182],[124,177,195],[128,165,191],[127,158,186],[154,186,211],[170,202,225],[120,157,176],[126,161,180],[143,165,186],[149,172,190],[124,156,167],[120,153,162],[134,157,165],[170,181,187],[208,207,213],[216,210,214],[250,246,247],[254,253,251],[225,224,220],[213,210,205],[218,213,209],[216,213,208],[201,206,199],[173,180,173],[193,198,194],[192,201,200],[153,167,170],[152,165,174],[195,201,213],[209,213,225],[195,198,207],[191,202,208],[212,237,244],[165,199,211],[135,171,195],[141,180,211],[145,185,220],[130,179,212],[122,184,209],[117,185,206],[125,191,215],[129,193,220],[125,189,217],[127,188,217],[118,179,207],[114,171,198],[128,182,206],[139,187,209],[197,240,255],[218,254,255],[220,248,255],[235,255,255],[242,255,255],[236,243,253],[248,250,255],[247,249,255],[239,248,253],[242,253,255],[237,249,247],[241,251,250],[239,247,249],[251,255,255],[252,254,249],[248,251,234],[227,228,194],[225,227,178],[220,219,162],[195,193,132],[199,195,134],[186,180,118],[202,194,129],[189,180,111],[142,133,58],[130,118,42],[148,135,57],[157,140,70],[155,139,79],[138,123,64],[155,148,80],[157,153,89],[118,117,61],[200,200,146],[169,171,108],[145,150,84],[76,84,24],[82,96,35],[147,168,101],[90,110,47],[126,138,92],[169,175,137],[101,106,66],[105,106,66],[120,119,75],[116,115,67],[154,154,102],[114,119,63],[105,115,54],[86,101,36],[122,139,71],[149,169,98],[134,154,83],[143,163,92],[153,173,102],[128,148,79],[91,110,46],[91,107,45],[71,81,21],[105,105,51],[99,91,42],[109,92,49],[109,83,50],[105,75,49],[88,57,37],[41,11,0],[28,3,0],[21,3,0],[7,0,0],[11,10,8],[0,1,2],[0,4,5],[4,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[4,0,0]],[[7,3,0],[7,3,0],[8,4,1],[7,3,0],[8,3,0],[10,5,2],[16,8,6],[20,10,9],[28,17,15],[21,10,8],[40,26,23],[25,12,6],[19,4,0],[29,14,7],[19,5,0],[32,18,9],[24,10,1],[44,30,21],[45,28,20],[39,22,12],[21,3,0],[14,0,0],[32,13,0],[49,30,15],[57,39,19],[48,30,6],[60,43,15],[67,52,19],[56,42,7],[73,59,20],[156,143,101],[93,85,39],[102,98,51],[54,51,6],[50,47,4],[120,116,79],[147,140,111],[43,35,12],[36,27,10],[35,22,13],[48,33,28],[47,32,27],[15,0,0],[24,6,0],[39,20,3],[57,40,14],[110,91,59],[90,72,36],[103,88,49],[117,100,57],[100,78,31],[108,85,33],[125,103,43],[147,125,67],[159,136,92],[94,71,30],[126,102,56],[156,128,78],[140,109,52],[236,208,158],[255,241,213],[57,44,25],[19,23,0],[128,139,107],[158,168,131],[171,178,137],[135,137,100],[62,66,29],[58,68,31],[74,84,50],[144,147,118],[231,229,206],[253,250,231],[236,239,222],[249,255,244],[224,240,227],[220,237,227],[208,231,221],[176,209,198],[127,160,143],[125,145,117],[135,155,127],[155,188,169],[148,182,168],[141,167,158],[141,167,164],[147,182,186],[117,161,170],[106,161,166],[105,163,165],[145,193,195],[169,212,219],[108,150,172],[119,158,187],[125,159,187],[142,172,198],[142,173,194],[137,164,183],[181,198,216],[173,184,204],[161,169,188],[180,188,207],[172,183,203],[147,165,187],[128,165,184],[118,159,179],[153,185,210],[170,200,228],[151,182,210],[161,197,221],[135,176,198],[106,147,167],[143,175,196],[157,188,208],[145,177,192],[146,174,186],[142,160,172],[169,179,188],[170,173,178],[180,181,183],[251,255,254],[245,247,244],[232,227,224],[240,230,229],[246,232,232],[238,230,228],[219,229,221],[183,198,191],[195,208,201],[201,215,215],[138,156,160],[148,162,171],[196,205,220],[221,229,242],[209,217,228],[223,236,245],[229,253,255],[191,222,240],[147,181,209],[156,191,229],[147,186,227],[123,168,209],[129,188,220],[119,180,209],[122,181,213],[129,185,218],[130,186,221],[133,189,224],[127,183,218],[118,172,206],[119,172,203],[114,164,189],[183,230,250],[184,226,242],[139,175,187],[167,197,207],[205,229,239],[198,218,229],[218,234,247],[217,233,248],[206,228,241],[223,246,254],[238,253,255],[228,240,236],[242,255,237],[227,242,213],[231,248,212],[248,255,227],[248,255,225],[246,250,215],[245,241,203],[241,231,182],[202,193,128],[165,157,82],[140,135,51],[121,119,32],[92,89,8],[132,129,52],[193,190,111],[184,180,106],[175,170,106],[193,187,125],[198,191,123],[165,157,94],[159,152,100],[155,149,99],[123,121,64],[114,113,56],[64,64,12],[108,108,58],[137,137,83],[65,65,15],[71,71,35],[43,43,9],[143,141,102],[136,135,89],[89,89,37],[152,155,98],[115,123,63],[147,159,97],[125,141,79],[72,90,30],[20,40,0],[132,152,91],[156,172,109],[137,152,85],[209,220,151],[162,173,105],[121,133,71],[106,115,58],[64,69,15],[76,74,25],[142,131,86],[139,121,83],[109,86,54],[60,32,8],[27,0,0],[38,12,0],[47,24,16],[23,5,1],[17,7,5],[3,0,0],[8,9,11],[0,0,2],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[12,8,7],[3,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[3,0,0],[6,2,1]],[[7,3,0],[7,3,0],[7,3,0],[6,2,0],[6,1,0],[7,2,0],[11,3,1],[13,5,3],[13,3,1],[11,0,0],[26,15,11],[18,4,1],[15,2,0],[31,18,10],[30,17,9],[38,25,16],[33,20,11],[25,15,6],[19,6,0],[43,30,22],[39,25,16],[14,0,0],[25,8,0],[23,7,0],[21,5,0],[26,11,0],[45,31,5],[30,16,0],[55,44,12],[87,77,42],[72,63,24],[62,53,12],[76,72,25],[65,63,15],[87,84,39],[104,101,60],[69,63,27],[68,61,32],[36,28,5],[50,42,23],[20,8,0],[26,12,1],[54,38,25],[20,2,0],[31,13,0],[49,32,6],[71,52,20],[61,43,7],[76,61,18],[114,100,53],[71,53,5],[93,73,20],[135,119,57],[119,103,44],[116,102,57],[66,51,10],[83,64,21],[118,96,46],[153,127,70],[204,178,127],[255,243,212],[89,78,56],[129,136,105],[228,240,202],[202,208,162],[169,171,122],[120,122,73],[74,76,29],[73,76,33],[103,105,66],[148,145,114],[233,229,202],[235,233,212],[228,229,213],[213,221,208],[169,185,174],[205,228,220],[197,228,220],[190,230,222],[197,238,222],[180,213,184],[109,142,111],[100,134,117],[137,169,158],[160,181,174],[154,176,174],[157,190,195],[129,172,179],[129,182,186],[120,176,177],[174,224,223],[151,200,205],[128,176,196],[109,153,182],[141,172,203],[142,169,199],[140,170,196],[133,159,182],[176,192,215],[162,173,195],[171,179,200],[188,201,218],[180,197,215],[153,176,194],[147,174,195],[147,175,199],[150,174,202],[150,175,205],[133,167,195],[139,179,205],[128,174,198],[125,171,195],[127,167,192],[127,163,187],[130,165,185],[134,163,179],[153,172,186],[176,189,198],[156,165,170],[181,191,190],[219,231,227],[249,255,251],[253,249,246],[255,244,244],[255,241,244],[239,230,231],[211,222,218],[175,196,189],[146,167,162],[155,175,174],[146,165,171],[190,208,220],[185,198,214],[209,221,237],[218,230,242],[215,232,242],[203,225,239],[220,247,255],[165,195,229],[140,173,214],[144,183,226],[140,185,227],[149,201,238],[130,184,218],[139,191,228],[141,191,228],[135,184,224],[131,183,222],[124,176,215],[121,173,210],[128,178,211],[120,169,199],[153,201,224],[152,197,216],[121,163,177],[161,199,212],[199,233,245],[185,215,226],[183,209,224],[163,189,206],[123,152,170],[138,165,182],[135,158,166],[110,131,126],[148,171,145],[131,156,117],[152,178,133],[198,219,176],[229,244,211],[240,247,216],[255,255,222],[244,237,193],[188,180,118],[178,172,96],[155,151,64],[149,147,60],[154,151,74],[135,133,59],[146,150,73],[183,191,114],[194,201,134],[149,151,86],[113,108,40],[115,105,43],[130,118,68],[66,56,7],[90,88,31],[89,90,33],[34,32,0],[127,120,76],[133,120,75],[83,70,26],[93,89,51],[86,86,48],[47,48,6],[85,84,36],[146,146,92],[77,80,23],[95,101,41],[148,158,97],[179,193,132],[135,150,91],[38,56,0],[49,67,7],[143,159,97],[144,158,96],[181,193,129],[198,208,145],[119,127,70],[63,65,15],[65,64,16],[79,75,30],[94,82,42],[96,80,46],[133,112,83],[70,46,22],[31,6,0],[40,17,1],[20,0,0],[19,4,0],[14,3,1],[4,0,0],[9,7,10],[10,8,11],[6,2,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[52,48,47],[21,17,16],[4,0,0],[4,0,0],[3,0,0],[7,3,2],[9,5,4],[3,0,0]],[[6,3,0],[6,3,0],[7,2,0],[7,2,0],[6,1,0],[7,2,0],[10,1,2],[12,3,4],[14,4,3],[18,6,6],[20,9,7],[17,6,2],[13,2,0],[24,11,5],[35,22,16],[28,17,11],[13,4,0],[13,4,0],[8,0,0],[30,21,14],[27,16,10],[13,2,0],[37,24,16],[37,24,15],[21,7,0],[21,7,0],[63,50,33],[65,53,31],[28,18,0],[48,39,10],[89,80,47],[103,94,61],[31,22,0],[22,16,0],[67,61,25],[95,90,52],[72,67,29],[114,109,71],[53,48,10],[98,90,54],[89,78,48],[176,162,135],[102,86,61],[29,13,0],[37,20,0],[50,30,3],[72,51,22],[69,50,17],[57,44,2],[74,62,14],[77,64,11],[102,89,34],[125,113,63],[69,59,10],[58,52,0],[89,83,31],[83,72,26],[97,82,41],[87,65,26],[91,69,28],[154,142,92],[201,200,152],[251,255,232],[129,138,107],[138,130,83],[178,165,110],[160,151,96],[132,126,74],[104,100,52],[106,105,61],[149,151,112],[223,229,195],[160,169,142],[197,206,185],[225,237,223],[199,216,206],[181,208,201],[167,199,194],[202,238,236],[155,195,186],[144,188,163],[163,207,182],[111,153,139],[90,123,116],[155,178,172],[148,170,167],[127,158,160],[142,182,184],[114,158,159],[150,196,196],[212,255,254],[126,174,178],[119,172,190],[111,158,186],[160,194,229],[150,179,213],[136,170,198],[150,180,208],[163,178,207],[172,182,209],[161,173,195],[174,193,210],[151,179,191],[139,167,181],[166,182,205],[186,197,225],[169,184,217],[154,177,209],[129,164,194],[121,166,195],[119,173,201],[137,191,219],[121,166,195],[122,163,191],[138,178,203],[142,177,197],[166,189,205],[177,195,205],[195,210,215],[204,218,218],[181,198,192],[213,224,218],[231,230,228],[255,245,246],[255,245,249],[226,221,225],[197,209,209],[171,196,193],[148,177,173],[146,174,175],[162,185,193],[214,232,246],[187,204,220],[213,230,246],[213,231,243],[176,196,207],[171,190,205],[190,212,235],[178,204,237],[138,170,209],[152,189,231],[166,209,251],[144,190,226],[153,199,233],[145,193,229],[142,190,228],[135,183,223],[132,181,221],[125,174,214],[127,177,214],[138,188,223],[131,182,211],[138,188,213],[132,180,200],[153,199,215],[174,216,232],[157,194,210],[156,192,208],[172,205,222],[150,181,201],[136,163,190],[131,159,181],[127,161,170],[146,182,178],[124,161,144],[71,103,79],[72,96,70],[145,161,132],[217,231,198],[216,226,191],[226,237,197],[218,225,181],[220,224,173],[192,192,132],[190,183,113],[187,177,106],[184,173,109],[160,155,89],[166,176,103],[194,212,138],[154,171,103],[134,145,79],[167,164,97],[160,150,88],[108,95,43],[19,9,0],[76,80,21],[85,91,31],[44,46,0],[181,172,129],[115,92,51],[147,128,85],[155,159,108],[160,173,119],[97,105,54],[101,105,55],[135,133,85],[67,63,15],[114,108,58],[109,106,53],[143,144,86],[156,162,98],[158,169,103],[139,154,89],[143,161,99],[160,180,121],[156,177,121],[77,91,40],[42,44,0],[46,42,0],[96,89,47],[133,124,85],[65,52,17],[46,31,0],[59,42,14],[31,14,0],[34,16,0],[57,38,21],[41,25,10],[39,25,16],[19,8,4],[12,2,3],[6,0,2],[6,0,4],[7,1,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[7,3,2],[3,0,0]],[[5,2,0],[5,2,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[14,5,6],[12,2,1],[16,6,5],[13,3,1],[16,5,3],[10,0,0],[13,2,0],[27,16,12],[15,6,0],[12,5,0],[18,13,7],[11,6,0],[13,5,2],[9,1,0],[13,4,0],[29,20,15],[23,12,6],[14,4,0],[46,36,26],[27,18,3],[60,52,33],[47,39,18],[7,1,0],[58,53,24],[66,59,31],[32,21,0],[77,66,44],[50,43,15],[45,39,7],[46,40,4],[60,55,17],[77,72,32],[71,63,24],[132,123,84],[162,153,114],[138,125,90],[109,95,60],[116,100,64],[148,130,92],[191,172,132],[92,73,31],[61,44,1],[144,127,81],[147,130,76],[176,160,108],[111,98,53],[48,40,0],[44,42,0],[139,137,86],[95,86,43],[26,12,0],[69,49,16],[120,101,61],[125,116,61],[190,193,140],[235,249,216],[153,160,129],[136,122,77],[224,203,150],[196,183,130],[199,189,136],[194,184,135],[150,143,97],[151,152,110],[159,167,130],[171,182,150],[203,216,190],[194,207,189],[193,214,199],[169,203,189],[97,137,126],[159,200,192],[217,255,252],[193,247,224],[168,223,202],[149,196,186],[135,174,169],[135,162,155],[141,166,160],[169,201,198],[147,183,183],[122,156,155],[141,175,174],[188,223,219],[156,197,199],[144,197,213],[105,156,185],[116,154,190],[138,172,209],[140,179,212],[160,195,225],[159,182,213],[162,177,206],[161,173,197],[158,175,193],[152,182,193],[143,171,185],[207,222,245],[220,231,255],[155,174,206],[135,161,194],[144,180,214],[128,174,207],[104,161,191],[120,177,207],[132,181,214],[126,171,204],[118,165,191],[128,170,192],[149,182,199],[167,191,201],[216,234,238],[166,182,181],[164,181,175],[218,231,224],[240,245,241],[239,237,238],[235,228,235],[222,221,227],[186,200,203],[124,148,150],[138,170,169],[171,201,203],[199,221,234],[206,223,241],[172,191,208],[190,209,224],[192,214,225],[188,210,221],[183,200,216],[170,188,210],[166,189,221],[160,190,228],[154,193,232],[143,187,224],[132,175,209],[148,193,224],[136,182,216],[131,179,215],[127,177,214],[131,180,220],[126,175,215],[127,177,214],[137,187,222],[131,182,213],[140,190,215],[150,198,220],[180,225,244],[174,215,233],[149,187,206],[152,187,207],[154,186,207],[149,181,204],[130,160,188],[132,164,189],[148,186,197],[134,176,175],[102,144,134],[87,123,109],[96,123,106],[88,107,85],[152,168,139],[195,211,175],[198,214,175],[217,230,187],[244,253,208],[234,236,187],[218,213,157],[178,169,110],[190,181,124],[201,199,138],[180,191,122],[159,179,107],[105,121,56],[104,114,51],[153,150,81],[153,142,78],[117,101,49],[100,90,37],[95,100,36],[110,120,57],[116,123,69],[145,143,95],[95,78,34],[104,91,46],[136,143,91],[119,133,80],[131,141,91],[120,123,78],[60,57,14],[40,33,0],[64,56,9],[70,64,12],[45,45,0],[145,150,84],[255,255,198],[199,214,145],[121,140,74],[165,187,123],[73,97,39],[12,26,0],[80,77,34],[90,78,40],[80,66,31],[71,56,23],[44,29,0],[41,26,0],[25,11,0],[46,32,6],[41,26,3],[48,33,14],[40,27,11],[28,15,6],[24,10,7],[8,0,0],[8,0,2],[12,1,7],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[10,6,5],[5,1,0],[4,0,0],[3,0,0],[3,0,0],[4,0,0],[8,4,3],[3,0,0]],[[6,1,0],[6,1,0],[7,2,0],[8,3,0],[9,4,1],[10,5,2],[13,4,5],[13,4,5],[13,4,5],[8,0,0],[17,7,6],[17,7,6],[12,2,0],[19,9,7],[24,14,12],[17,9,6],[12,7,3],[14,11,6],[11,8,3],[9,4,1],[14,9,6],[21,13,11],[18,10,8],[11,1,0],[26,17,12],[29,20,13],[21,12,3],[11,3,0],[25,18,0],[22,17,0],[37,33,8],[26,20,0],[31,22,5],[80,68,54],[35,24,6],[27,16,0],[36,29,3],[32,25,0],[120,111,80],[80,71,38],[67,57,21],[70,58,20],[84,71,29],[139,125,78],[148,132,80],[87,72,13],[192,176,114],[143,124,66],[110,86,40],[112,84,44],[132,105,60],[111,87,39],[95,77,29],[47,34,0],[138,130,91],[138,130,94],[54,41,6],[36,18,0],[125,102,60],[131,108,66],[144,129,90],[181,175,139],[180,187,154],[193,197,164],[187,168,128],[229,205,161],[145,131,86],[98,85,41],[141,122,82],[179,164,125],[206,201,163],[186,188,151],[206,213,179],[167,176,147],[87,97,72],[69,92,66],[106,146,119],[125,175,148],[138,188,163],[115,169,146],[182,245,226],[150,212,199],[127,182,179],[114,160,158],[107,144,136],[125,158,149],[171,208,200],[155,187,182],[144,166,163],[189,208,206],[203,224,219],[136,167,169],[98,149,166],[106,162,189],[123,169,203],[139,181,219],[129,175,211],[137,180,214],[150,185,215],[150,171,200],[180,185,214],[183,187,212],[192,209,227],[165,188,204],[179,197,219],[175,197,221],[134,168,195],[144,180,212],[141,175,212],[133,172,211],[124,180,215],[109,167,204],[122,167,208],[118,164,200],[104,160,187],[105,160,181],[119,162,178],[161,194,203],[209,228,234],[181,195,196],[152,167,164],[225,237,233],[248,255,255],[240,249,248],[225,228,233],[196,200,209],[173,186,194],[151,171,178],[135,165,167],[163,192,198],[206,223,239],[197,212,233],[173,190,210],[170,191,208],[165,189,199],[182,204,215],[189,205,220],[170,187,207],[153,177,205],[155,188,221],[141,186,217],[132,181,211],[147,191,218],[143,188,217],[147,198,229],[131,185,219],[122,176,210],[125,179,215],[120,174,210],[124,176,213],[140,193,227],[139,190,221],[124,171,199],[150,196,220],[157,199,221],[143,181,202],[163,195,218],[171,201,225],[154,182,206],[165,195,221],[162,197,225],[124,162,185],[125,162,180],[98,135,143],[106,142,140],[96,132,122],[97,130,111],[43,73,49],[164,190,161],[146,167,134],[158,174,138],[205,215,178],[213,220,179],[250,253,210],[254,255,211],[253,255,206],[231,234,179],[218,224,164],[197,208,140],[151,162,94],[47,53,0],[58,56,0],[138,128,59],[171,156,89],[114,97,41],[88,77,21],[101,102,36],[109,116,49],[119,130,70],[72,83,27],[93,101,44],[149,156,105],[53,59,21],[49,55,21],[39,40,6],[53,53,15],[132,131,87],[74,72,24],[70,70,18],[176,179,122],[172,178,116],[141,152,86],[120,133,64],[153,170,100],[172,189,118],[183,203,131],[106,123,52],[99,108,45],[126,118,72],[76,57,24],[58,42,9],[44,27,0],[21,6,0],[52,38,11],[44,33,5],[49,37,11],[59,49,24],[57,46,26],[37,25,9],[20,7,0],[23,9,6],[11,0,0],[18,1,9],[12,0,4],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,0,0],[3,0,0],[3,0,0],[7,3,2],[10,6,5],[5,1,0],[3,0,0],[3,0,0],[7,3,2]],[[7,2,0],[7,2,0],[7,2,0],[7,2,0],[7,2,0],[8,3,0],[9,0,1],[9,0,1],[14,6,4],[6,0,0],[21,11,9],[16,7,2],[10,1,0],[23,14,7],[15,6,0],[16,9,1],[18,13,7],[8,5,0],[11,6,2],[16,11,7],[26,18,15],[21,13,10],[12,3,0],[20,11,6],[27,19,16],[12,5,0],[14,7,1],[10,3,0],[30,24,8],[21,16,0],[49,45,16],[67,63,36],[21,16,0],[42,35,19],[87,77,65],[52,43,28],[12,1,0],[24,13,0],[75,63,37],[56,45,17],[60,49,19],[38,28,0],[39,27,0],[104,92,42],[109,98,36],[50,40,0],[127,115,41],[173,158,91],[119,97,47],[137,109,69],[76,48,8],[89,61,21],[148,126,79],[139,120,77],[61,45,11],[95,80,49],[102,88,53],[102,87,48],[129,110,67],[157,139,99],[231,217,188],[246,241,212],[193,199,163],[194,196,156],[157,140,97],[160,139,96],[139,126,82],[98,89,48],[127,113,76],[170,157,122],[201,197,162],[222,223,191],[239,244,212],[215,221,193],[171,179,155],[122,140,114],[107,143,115],[139,185,156],[103,152,123],[29,83,59],[86,145,127],[170,230,220],[130,186,185],[58,109,110],[88,135,129],[106,149,140],[115,156,148],[117,150,143],[138,157,151],[203,214,208],[229,240,234],[155,175,176],[126,164,177],[142,188,212],[142,187,218],[128,168,203],[132,171,204],[140,175,207],[149,180,211],[169,190,221],[184,189,221],[214,217,248],[190,206,231],[144,169,191],[173,199,222],[190,222,247],[135,174,203],[135,178,210],[153,188,226],[132,171,212],[110,164,202],[114,172,209],[103,155,192],[104,154,187],[109,165,190],[104,159,179],[117,163,178],[166,200,210],[151,171,178],[167,178,184],[160,168,171],[240,248,250],[239,249,250],[218,228,229],[218,229,231],[189,203,206],[171,186,193],[181,200,207],[187,216,220],[166,195,203],[211,230,245],[203,220,240],[176,194,214],[162,183,200],[159,185,198],[180,204,216],[188,207,222],[178,196,218],[184,210,235],[144,178,206],[139,185,211],[181,229,252],[168,213,236],[152,198,222],[148,199,228],[131,186,217],[124,181,211],[133,189,222],[130,183,217],[128,178,211],[133,186,217],[126,177,206],[133,180,206],[153,195,219],[152,188,212],[140,175,197],[157,191,216],[169,203,228],[167,198,226],[178,209,238],[168,205,232],[133,174,196],[123,158,177],[132,166,178],[120,157,163],[97,136,133],[87,126,108],[89,124,100],[174,206,182],[107,132,103],[208,221,191],[210,216,182],[148,153,113],[167,172,131],[198,205,163],[229,238,191],[225,239,180],[190,205,138],[184,197,127],[186,196,125],[138,140,75],[140,136,72],[152,142,73],[172,157,90],[114,98,39],[61,49,0],[73,68,4],[100,103,36],[95,104,41],[81,95,33],[115,131,66],[111,126,69],[1,12,0],[16,23,0],[31,37,1],[56,61,21],[127,130,85],[141,143,94],[81,84,31],[122,127,71],[136,141,83],[123,131,72],[61,69,9],[89,99,38],[184,194,131],[144,155,89],[50,61,0],[72,76,17],[88,76,36],[41,24,0],[40,25,0],[79,65,36],[31,20,0],[83,73,46],[36,26,0],[42,32,7],[57,45,23],[72,59,42],[37,23,10],[31,17,8],[12,0,0],[10,0,0],[15,2,9],[7,0,2],[9,0,3],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[4,0,0],[9,5,4],[3,0,0],[3,0,0],[16,12,11],[25,21,20],[12,8,7],[3,0,0],[3,0,0]],[[5,1,0],[6,2,1],[6,2,1],[5,1,0],[5,0,0],[5,0,0],[8,0,0],[9,1,0],[20,10,8],[27,18,11],[8,0,0],[33,23,13],[38,28,16],[31,21,9],[16,7,0],[22,14,1],[16,9,0],[21,14,8],[10,1,0],[12,1,0],[22,9,1],[18,5,0],[15,5,0],[16,6,0],[13,4,0],[19,11,8],[19,13,13],[35,27,24],[17,11,0],[26,20,0],[82,77,39],[76,74,33],[31,35,2],[29,31,9],[132,128,117],[108,99,92],[19,6,0],[51,35,20],[49,33,10],[37,21,0],[52,37,16],[57,45,19],[65,55,20],[43,35,0],[37,29,0],[124,116,44],[144,134,63],[152,141,75],[134,125,66],[119,107,57],[145,125,90],[83,59,25],[129,101,61],[162,135,92],[46,23,0],[74,54,17],[103,89,52],[89,81,42],[109,106,65],[141,138,103],[247,247,221],[149,152,125],[107,112,71],[110,112,62],[88,78,27],[122,110,60],[162,158,111],[186,185,141],[186,188,149],[179,183,150],[158,163,133],[172,176,151],[207,211,188],[245,248,229],[248,251,234],[211,220,203],[176,197,180],[153,182,164],[114,151,134],[68,109,93],[89,133,120],[122,172,161],[186,241,236],[98,154,155],[97,153,154],[82,133,136],[106,150,151],[138,172,171],[142,161,157],[199,209,201],[224,227,220],[177,181,180],[162,176,185],[188,214,231],[173,205,230],[150,179,209],[160,175,204],[185,194,223],[175,186,216],[187,200,234],[217,230,255],[187,203,237],[143,167,201],[142,173,204],[137,170,203],[194,230,255],[164,205,237],[128,171,206],[130,172,210],[135,179,218],[110,159,199],[109,165,198],[91,156,178],[93,154,172],[106,155,172],[128,167,184],[132,165,180],[174,202,216],[207,226,240],[157,167,179],[169,169,181],[204,201,212],[230,229,235],[227,232,235],[222,238,237],[213,232,230],[196,212,211],[191,211,212],[180,205,210],[197,224,233],[210,233,247],[215,236,253],[161,184,202],[147,172,192],[160,185,205],[175,202,221],[177,204,225],[156,182,205],[144,174,198],[149,185,209],[150,191,213],[183,228,249],[178,221,240],[138,180,202],[157,201,230],[138,187,219],[129,186,215],[125,182,211],[130,179,211],[151,198,228],[146,196,223],[112,162,187],[144,190,213],[154,191,217],[170,200,226],[170,202,227],[148,193,216],[141,188,214],[153,197,226],[163,202,233],[154,191,220],[152,187,209],[150,182,195],[139,173,183],[106,145,160],[102,145,152],[116,156,147],[89,126,108],[30,65,45],[102,125,105],[245,249,226],[171,168,137],[203,205,165],[172,180,133],[167,181,130],[172,190,132],[175,195,123],[147,166,87],[145,162,82],[157,170,91],[186,194,119],[144,146,73],[132,125,57],[147,136,72],[106,89,33],[100,83,29],[92,79,24],[95,86,29],[109,107,48],[181,186,122],[172,181,114],[86,101,36],[72,93,37],[85,107,58],[102,122,71],[138,154,105],[125,137,87],[144,151,100],[171,173,124],[109,107,59],[49,42,0],[65,58,12],[92,85,41],[103,96,52],[93,90,47],[124,123,79],[10,11,0],[95,93,54],[90,79,49],[18,4,0],[61,51,24],[56,51,22],[84,80,51],[77,71,45],[33,25,2],[43,30,11],[39,22,6],[75,55,44],[56,36,29],[27,8,4],[57,43,43],[6,0,0],[7,5,8],[7,5,8],[7,1,3],[9,0,1],[5,0,0],[4,0,0],[3,0,0],[3,0,0],[5,1,0],[3,2,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[3,0,0]],[[5,1,2],[6,2,3],[7,3,4],[7,3,4],[8,2,2],[9,3,3],[13,5,3],[15,7,4],[13,4,0],[24,15,6],[21,11,1],[44,35,20],[49,40,23],[53,44,27],[30,22,3],[15,6,0],[19,11,0],[7,0,0],[21,10,8],[24,10,9],[25,12,6],[26,11,4],[11,0,0],[26,16,6],[24,15,8],[26,18,15],[21,12,15],[21,13,11],[13,4,0],[31,23,0],[70,62,23],[58,51,9],[23,20,0],[14,12,0],[20,12,1],[8,0,0],[29,17,5],[52,39,22],[92,77,54],[93,78,55],[74,61,42],[68,56,32],[22,12,0],[70,62,13],[90,85,19],[147,143,70],[163,158,90],[132,129,62],[141,140,75],[82,77,19],[124,109,68],[172,150,111],[149,121,74],[105,75,25],[80,52,4],[97,75,26],[103,91,43],[84,80,33],[146,149,102],[179,186,144],[202,208,174],[194,200,164],[181,185,134],[135,136,79],[100,93,39],[93,87,37],[86,85,39],[160,165,124],[202,212,175],[169,183,150],[168,178,151],[199,207,184],[218,221,202],[220,221,205],[246,247,233],[253,255,243],[242,252,241],[205,223,211],[125,151,138],[73,106,95],[104,144,133],[100,146,136],[139,191,187],[170,228,229],[139,200,205],[101,159,163],[128,176,180],[144,180,180],[160,181,176],[188,197,192],[204,206,201],[195,196,198],[188,197,206],[179,196,212],[165,193,217],[174,201,230],[181,195,224],[190,199,230],[186,201,234],[180,200,235],[165,191,228],[152,182,220],[147,179,217],[143,177,214],[152,186,221],[166,200,235],[168,201,234],[138,171,204],[141,174,209],[128,162,197],[144,178,215],[133,174,204],[133,184,203],[150,197,213],[150,181,201],[141,166,186],[156,182,199],[126,149,165],[200,219,234],[210,222,236],[175,172,189],[224,218,232],[245,243,254],[231,238,244],[231,251,250],[224,249,246],[207,225,225],[212,230,232],[212,235,241],[169,193,203],[160,184,196],[197,220,234],[204,227,245],[153,178,198],[144,169,191],[175,201,224],[175,203,227],[156,188,213],[131,165,190],[155,191,215],[167,208,228],[188,231,250],[185,230,249],[153,198,221],[139,180,208],[144,189,220],[130,187,214],[120,177,204],[134,179,210],[145,189,218],[146,196,221],[150,200,223],[143,188,211],[154,192,215],[197,224,251],[196,227,255],[136,183,209],[114,168,194],[134,185,216],[135,180,213],[125,164,195],[162,198,222],[164,197,212],[144,180,192],[97,140,157],[66,110,123],[81,126,121],[83,124,110],[84,118,101],[106,127,108],[107,110,91],[94,89,60],[192,190,149],[165,172,120],[140,155,100],[171,191,128],[145,167,92],[161,183,101],[152,170,88],[145,158,78],[125,134,55],[83,85,10],[130,126,55],[153,144,79],[148,132,73],[128,111,57],[59,43,0],[100,87,35],[119,112,57],[156,154,95],[125,130,66],[92,102,39],[102,117,62],[68,86,34],[119,136,84],[101,115,64],[50,60,10],[7,13,0],[90,92,45],[113,110,65],[88,81,39],[117,105,65],[90,78,40],[89,76,41],[54,46,10],[84,78,42],[72,69,34],[108,103,71],[66,54,30],[36,24,2],[62,55,29],[61,57,30],[28,27,0],[30,26,0],[10,2,0],[57,42,23],[22,0,0],[48,23,16],[37,12,8],[58,37,36],[211,197,197],[4,0,0],[11,12,14],[0,0,2],[5,1,2],[7,0,0],[8,2,2],[15,9,9],[13,9,8],[7,3,2],[1,0,0],[2,1,0],[1,0,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[3,0,0],[4,0,0],[5,1,0],[7,1,1],[8,2,2],[12,4,2],[14,6,3],[14,5,0],[18,9,0],[18,8,0],[22,12,0],[34,22,8],[63,51,35],[44,33,15],[20,8,0],[27,18,9],[14,7,1],[22,12,13],[15,3,7],[25,10,15],[33,19,19],[16,2,0],[25,14,8],[26,17,12],[20,10,8],[18,8,9],[23,11,13],[32,18,15],[52,38,27],[65,50,27],[58,41,15],[64,42,21],[43,20,4],[31,12,0],[13,0,0],[15,8,0],[70,65,35],[41,36,6],[66,59,31],[64,53,31],[48,36,10],[67,55,13],[124,115,56],[113,111,37],[161,164,87],[178,183,116],[105,110,44],[118,121,50],[152,151,84],[128,118,59],[132,113,57],[149,123,64],[101,73,10],[102,77,13],[176,156,93],[155,144,80],[161,157,94],[167,172,108],[140,148,88],[171,178,126],[187,192,138],[190,195,131],[235,235,173],[114,108,56],[132,128,83],[153,154,112],[122,130,91],[145,159,124],[179,194,163],[189,202,176],[250,255,238],[254,255,239],[225,226,210],[206,207,191],[241,243,229],[251,255,244],[240,254,239],[216,237,222],[140,170,158],[90,133,124],[95,144,140],[81,131,130],[100,153,157],[87,146,150],[105,163,167],[135,186,189],[127,167,167],[175,196,197],[172,184,184],[153,163,164],[163,174,178],[175,195,206],[162,188,205],[157,187,213],[169,202,233],[189,223,255],[171,207,243],[155,193,230],[146,185,224],[140,182,222],[144,186,226],[146,185,224],[140,176,212],[158,188,222],[149,172,204],[170,187,217],[213,227,254],[204,214,241],[183,190,218],[198,205,233],[222,229,255],[239,249,255],[231,238,255],[227,231,255],[185,190,219],[170,185,206],[189,208,225],[205,224,238],[213,230,240],[225,229,241],[219,221,234],[206,212,224],[204,218,229],[215,240,247],[204,229,234],[189,206,214],[206,220,229],[231,249,255],[218,240,251],[184,206,219],[166,188,202],[213,234,253],[179,201,222],[147,172,194],[157,183,208],[195,222,249],[179,210,238],[138,174,200],[154,191,217],[151,193,218],[150,196,220],[166,214,237],[162,208,232],[147,188,218],[153,197,226],[133,187,213],[122,176,202],[141,186,215],[151,192,222],[150,197,223],[163,211,234],[145,190,213],[135,172,198],[158,188,216],[165,199,227],[132,182,209],[127,183,210],[136,189,221],[122,171,204],[123,168,199],[126,167,195],[144,187,206],[161,204,221],[110,153,170],[63,109,122],[72,123,124],[66,113,103],[96,127,109],[108,125,106],[50,54,37],[154,152,127],[209,205,160],[175,176,119],[126,137,81],[161,177,115],[214,231,163],[212,228,155],[198,212,137],[167,178,102],[116,123,46],[60,63,0],[176,172,99],[191,180,114],[143,127,67],[128,109,53],[100,83,31],[98,85,33],[134,127,75],[187,184,131],[123,126,71],[79,81,31],[59,56,13],[109,105,67],[104,102,61],[48,46,5],[112,113,69],[68,69,25],[37,38,0],[84,83,39],[144,141,96],[107,103,58],[70,63,21],[82,75,33],[74,69,29],[96,93,52],[84,82,41],[82,78,41],[54,42,18],[57,42,23],[67,56,34],[36,30,6],[14,8,0],[31,24,0],[75,63,39],[68,50,30],[57,34,20],[53,26,17],[53,25,21],[30,6,6],[17,3,3],[4,0,0],[0,0,2],[4,5,7],[6,2,3],[6,0,0],[9,3,3],[20,14,14],[19,15,14],[7,3,2],[1,0,0],[3,2,0],[2,1,0],[2,1,0],[2,1,0],[3,2,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0]],[[3,0,0],[4,0,1],[5,1,0],[6,2,1],[7,1,1],[8,3,0],[11,3,0],[12,5,0],[18,9,2],[15,6,0],[10,0,0],[8,0,0],[25,13,0],[62,50,34],[48,35,18],[31,19,3],[30,24,8],[24,20,9],[9,1,0],[16,5,9],[23,10,17],[10,0,0],[25,11,8],[61,48,40],[38,28,18],[16,6,0],[17,6,2],[27,13,10],[42,27,22],[52,34,24],[46,27,10],[58,35,17],[92,63,49],[66,37,23],[65,42,28],[69,51,31],[42,31,0],[60,52,13],[119,112,68],[84,77,33],[65,53,15],[97,85,45],[155,145,92],[168,162,100],[144,144,72],[129,135,63],[138,148,85],[128,138,78],[83,88,22],[86,85,20],[85,75,13],[119,103,43],[157,133,69],[131,106,40],[122,99,32],[172,153,85],[160,150,81],[177,173,102],[173,174,104],[202,207,140],[131,136,72],[160,165,101],[135,137,72],[178,178,118],[153,149,102],[169,167,128],[129,133,96],[184,194,159],[161,176,145],[209,228,200],[239,254,231],[172,185,165],[181,188,170],[197,200,183],[157,158,142],[185,186,172],[244,248,234],[233,244,228],[232,246,231],[240,255,253],[223,255,255],[169,213,212],[126,170,171],[91,136,139],[88,136,140],[107,152,157],[118,158,160],[136,166,168],[144,164,165],[173,187,190],[163,174,180],[162,175,184],[172,190,204],[165,187,208],[166,192,219],[164,193,223],[171,204,235],[157,192,224],[159,197,233],[159,199,235],[147,189,227],[146,188,226],[143,183,219],[137,173,209],[175,204,238],[201,224,255],[209,226,255],[228,242,255],[206,215,244],[189,196,225],[178,185,214],[192,195,226],[233,230,255],[217,207,241],[190,180,215],[242,236,255],[226,230,255],[186,197,217],[153,165,179],[185,198,207],[214,221,231],[198,206,217],[185,203,217],[179,205,220],[174,207,222],[167,196,210],[172,189,205],[200,212,226],[222,240,250],[238,255,255],[208,228,239],[191,210,225],[238,255,255],[209,230,251],[167,189,212],[198,224,249],[225,252,255],[186,217,246],[138,173,201],[139,178,207],[129,173,202],[129,176,204],[131,181,208],[126,173,201],[142,181,212],[146,187,215],[136,186,211],[126,178,202],[134,178,205],[144,185,213],[142,188,212],[138,186,209],[148,193,216],[146,186,211],[141,175,203],[132,169,198],[123,174,203],[123,180,209],[136,191,222],[154,207,241],[119,169,202],[123,172,202],[129,181,203],[131,182,201],[138,183,202],[142,190,204],[115,173,177],[87,138,133],[101,132,114],[113,131,109],[133,139,125],[106,106,82],[159,152,106],[218,216,159],[187,195,138],[194,208,149],[172,183,123],[223,235,171],[184,195,127],[181,188,118],[120,127,50],[100,101,25],[125,119,45],[160,150,79],[154,139,74],[90,74,15],[93,77,25],[62,50,0],[125,117,68],[110,106,58],[72,74,25],[40,37,0],[14,0,0],[75,56,26],[72,57,24],[102,92,56],[131,127,89],[150,151,109],[64,67,22],[122,125,80],[192,194,147],[67,66,20],[44,41,0],[78,74,29],[101,94,50],[99,92,48],[49,42,0],[66,56,20],[50,36,10],[111,96,77],[26,14,0],[24,13,0],[10,3,0],[18,8,0],[53,37,14],[24,3,0],[66,38,24],[81,53,42],[60,31,25],[18,0,0],[19,5,4],[11,5,7],[0,0,2],[3,4,6],[7,3,4],[6,0,0],[6,0,0],[12,6,6],[11,7,6],[5,1,0],[1,0,0],[4,3,1],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,4,2],[6,5,3],[9,5,4],[10,6,5],[11,6,3],[12,7,4],[15,7,4],[16,8,5],[25,16,11],[24,14,5],[20,7,0],[10,0,0],[38,24,11],[49,36,20],[24,8,0],[15,4,0],[24,20,0],[26,21,1],[18,9,0],[11,0,0],[10,0,0],[15,1,0],[39,26,17],[48,36,20],[42,34,13],[22,14,0],[27,16,0],[32,18,5],[48,30,18],[55,36,22],[50,27,11],[71,48,30],[63,42,25],[90,71,56],[41,19,8],[66,45,28],[100,79,48],[89,68,21],[156,138,74],[160,143,74],[144,129,64],[175,161,98],[123,113,52],[103,99,38],[100,102,39],[124,130,70],[149,158,103],[154,162,111],[109,111,62],[83,80,29],[44,35,0],[75,58,2],[119,97,40],[137,112,55],[137,113,53],[90,70,9],[92,78,15],[165,157,94],[180,179,115],[216,216,152],[180,182,117],[215,215,153],[204,201,146],[227,223,175],[255,255,215],[188,189,155],[127,134,101],[145,158,128],[190,208,182],[230,250,225],[184,203,183],[136,153,134],[141,152,135],[165,172,156],[171,173,159],[135,137,123],[183,185,172],[235,241,229],[215,225,214],[243,255,251],[238,255,255],[215,244,248],[209,243,244],[152,183,185],[112,136,140],[154,172,176],[169,180,184],[178,185,191],[162,171,176],[195,202,210],[184,188,199],[172,175,190],[182,184,205],[185,191,217],[184,198,225],[176,190,216],[196,202,224],[181,187,209],[188,198,223],[187,203,229],[190,211,242],[218,244,255],[224,254,255],[209,242,255],[196,229,255],[184,214,250],[152,182,218],[123,156,191],[147,179,217],[142,176,214],[148,183,223],[150,175,215],[173,182,213],[161,158,189],[170,162,201],[232,224,255],[196,189,223],[166,160,188],[169,165,182],[205,203,214],[189,193,202],[195,212,220],[169,202,217],[131,174,193],[132,179,199],[155,193,216],[174,192,216],[196,208,230],[197,213,228],[237,255,255],[232,251,255],[214,233,248],[219,238,255],[218,239,255],[178,200,224],[179,205,232],[180,207,236],[144,175,204],[137,173,205],[141,182,214],[125,170,203],[141,187,220],[132,181,214],[128,174,207],[132,171,202],[160,197,226],[164,210,236],[153,201,224],[152,194,219],[153,193,219],[146,191,214],[141,187,210],[132,176,201],[148,190,215],[139,176,205],[121,162,192],[116,169,200],[112,171,201],[130,186,219],[169,225,255],[124,180,215],[116,172,205],[149,206,233],[136,192,215],[112,162,185],[119,172,188],[113,173,181],[127,182,179],[161,195,179],[151,170,150],[144,152,139],[114,113,92],[166,159,113],[176,171,115],[115,120,64],[125,134,79],[198,205,151],[245,253,196],[195,201,139],[158,163,96],[155,159,85],[162,163,87],[116,110,36],[152,142,71],[121,107,42],[86,70,10],[118,103,48],[134,122,72],[168,160,114],[30,27,0],[46,47,5],[47,41,5],[59,35,9],[52,24,2],[35,14,0],[114,101,69],[155,151,114],[90,92,52],[96,103,59],[54,62,15],[47,53,5],[141,143,94],[75,71,24],[97,89,42],[129,116,71],[56,39,0],[73,54,11],[90,72,34],[70,52,28],[34,17,0],[17,2,0],[30,18,0],[22,7,0],[57,41,16],[38,18,0],[31,6,0],[81,52,36],[110,78,67],[58,29,21],[29,5,1],[10,0,0],[7,1,1],[7,8,10],[0,0,2],[5,1,2],[9,0,1],[6,0,0],[4,0,0],[3,0,0],[4,0,0],[3,2,0],[2,1,0],[3,2,0],[3,2,0],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[3,2,0],[5,4,2],[9,5,4],[10,6,3],[12,7,4],[15,7,4],[17,9,6],[11,2,0],[21,10,4],[28,15,7],[31,18,9],[67,53,42],[51,37,24],[24,8,0],[21,8,0],[53,48,18],[27,23,0],[53,46,28],[42,32,22],[10,0,0],[24,11,3],[45,34,16],[62,52,27],[26,19,0],[28,21,0],[43,33,8],[44,32,10],[54,37,21],[64,43,26],[59,33,16],[67,45,24],[67,51,26],[62,47,24],[60,42,22],[81,59,36],[95,71,35],[114,91,39],[114,94,25],[181,165,88],[152,140,64],[153,145,73],[84,79,13],[105,101,40],[84,82,23],[105,104,48],[66,64,15],[77,74,29],[82,80,41],[105,100,58],[107,97,44],[130,115,60],[99,78,25],[131,108,56],[207,185,128],[110,91,32],[80,66,5],[135,125,63],[181,175,113],[166,165,100],[174,173,106],[154,153,89],[207,201,151],[239,234,194],[215,212,177],[178,181,150],[170,179,150],[158,172,146],[180,199,177],[209,233,211],[153,176,156],[136,157,140],[137,154,138],[120,132,118],[163,171,158],[136,142,130],[101,107,97],[146,151,144],[168,175,168],[169,180,176],[236,251,254],[220,238,242],[197,215,217],[207,219,219],[177,181,182],[206,204,205],[203,197,199],[226,220,224],[203,201,206],[206,205,213],[192,191,205],[192,191,209],[205,201,224],[208,206,230],[205,207,232],[203,205,226],[233,230,247],[255,251,255],[246,247,255],[215,223,246],[228,244,255],[235,255,255],[192,218,251],[173,203,237],[137,171,208],[133,168,206],[130,168,207],[136,178,218],[138,181,223],[118,165,209],[124,172,218],[137,179,221],[157,184,213],[168,183,212],[173,182,221],[235,238,255],[222,217,255],[203,196,227],[157,146,163],[209,202,210],[197,200,205],[198,218,225],[155,197,213],[117,169,191],[134,188,214],[154,198,227],[175,196,225],[220,234,255],[205,222,238],[208,227,241],[236,255,255],[238,255,255],[177,198,217],[173,193,217],[166,188,212],[174,198,226],[157,184,213],[136,167,198],[160,195,227],[158,197,230],[126,169,203],[140,186,220],[131,180,213],[138,183,216],[145,182,211],[178,213,241],[177,219,244],[166,211,234],[179,219,244],[172,212,237],[149,191,215],[143,188,211],[138,182,207],[136,180,207],[132,173,203],[127,172,203],[122,177,208],[116,175,205],[113,174,205],[120,180,214],[114,177,212],[115,178,211],[132,194,219],[127,187,211],[122,178,203],[72,129,149],[42,105,114],[136,192,189],[165,206,192],[156,180,164],[170,181,167],[192,191,170],[141,136,94],[122,119,66],[74,79,25],[185,192,140],[229,233,182],[165,170,116],[211,215,156],[183,188,122],[161,164,93],[140,140,66],[165,161,87],[161,153,81],[133,122,56],[80,66,5],[106,93,38],[151,141,90],[155,148,102],[63,60,17],[63,64,22],[37,33,0],[56,36,9],[50,26,2],[35,18,0],[39,30,0],[71,71,33],[103,110,68],[104,113,66],[141,151,101],[77,84,33],[135,134,86],[148,142,94],[136,122,77],[110,89,44],[84,57,14],[94,65,23],[119,90,56],[76,51,29],[64,45,28],[47,30,10],[46,30,7],[52,34,10],[37,17,0],[68,44,20],[70,42,21],[93,62,44],[73,41,28],[68,38,30],[21,0,0],[10,0,0],[11,5,5],[0,1,3],[6,7,9],[3,0,0],[11,2,3],[8,2,2],[4,0,0],[3,0,0],[7,3,2],[5,4,2],[1,0,0],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,1,0],[1,0,0],[2,1,0],[6,2,0],[6,2,0],[8,3,0],[12,4,1],[14,4,2],[18,7,3],[16,5,0],[13,0,0],[17,4,0],[55,41,30],[49,33,20],[62,46,33],[76,63,44],[60,51,22],[68,61,32],[107,96,76],[78,64,51],[31,17,4],[40,27,10],[43,31,5],[36,27,0],[50,44,8],[59,53,19],[72,65,36],[74,64,39],[72,57,36],[69,51,31],[63,41,17],[61,42,12],[72,58,23],[106,92,55],[129,114,75],[94,75,33],[148,127,80],[175,158,102],[138,127,65],[105,97,32],[96,92,28],[145,144,79],[105,104,39],[115,111,47],[139,129,67],[165,148,92],[109,85,37],[120,98,57],[125,116,83],[66,62,24],[92,85,31],[136,124,66],[118,101,49],[136,114,64],[174,153,98],[146,127,68],[120,106,43],[139,130,65],[157,152,86],[160,157,90],[189,187,113],[244,241,174],[252,246,198],[215,209,173],[244,241,210],[246,249,222],[179,189,164],[203,218,195],[183,206,186],[238,255,248],[156,183,168],[123,150,135],[114,136,123],[126,143,133],[151,167,157],[158,171,164],[144,155,151],[153,163,162],[164,174,175],[142,153,155],[190,205,208],[239,250,252],[238,236,237],[223,213,212],[198,185,179],[235,220,213],[238,225,219],[234,220,219],[226,209,215],[221,208,218],[216,208,223],[196,193,212],[177,178,198],[179,177,199],[198,190,213],[222,212,236],[240,237,255],[238,241,255],[205,213,236],[162,176,202],[182,203,232],[190,217,247],[147,177,211],[143,177,214],[141,175,213],[154,189,229],[138,176,215],[139,181,223],[121,164,207],[137,181,226],[137,184,230],[137,186,226],[128,175,201],[138,183,206],[119,157,193],[211,239,255],[202,217,255],[204,207,238],[208,199,216],[190,183,191],[199,202,207],[155,174,181],[115,158,175],[120,176,201],[148,205,235],[150,196,229],[157,182,213],[196,212,238],[193,215,236],[166,192,209],[216,238,255],[231,253,255],[174,196,219],[162,184,208],[184,205,232],[207,231,255],[175,200,230],[148,177,209],[151,184,217],[161,197,231],[148,186,222],[159,199,235],[145,188,223],[145,185,220],[152,187,217],[165,199,227],[160,197,223],[162,203,225],[180,218,241],[172,210,233],[148,188,213],[142,184,209],[137,181,208],[130,175,204],[133,178,211],[135,184,217],[126,183,213],[121,182,213],[120,183,214],[116,181,213],[114,180,214],[107,172,202],[108,169,190],[117,175,195],[124,185,213],[104,164,188],[76,135,141],[87,142,137],[96,143,135],[152,184,173],[215,226,212],[250,249,228],[148,146,108],[90,89,43],[157,161,111],[243,247,196],[223,227,176],[141,144,89],[175,179,120],[182,187,121],[96,99,30],[63,65,0],[148,145,74],[187,180,110],[187,178,113],[122,112,51],[108,97,43],[107,97,46],[90,84,36],[72,70,22],[53,55,8],[72,70,29],[48,40,4],[64,55,22],[37,34,0],[45,50,10],[127,138,95],[124,137,91],[87,101,52],[216,226,176],[214,218,168],[197,193,146],[207,193,148],[168,145,103],[112,80,41],[118,80,43],[91,48,13],[84,45,14],[69,41,20],[66,43,29],[36,15,0],[45,24,3],[47,25,2],[66,42,18],[82,56,33],[76,45,25],[79,46,29],[61,29,16],[48,19,11],[29,5,1],[11,0,0],[5,0,0],[2,3,5],[0,0,2],[4,0,1],[9,0,1],[7,1,1],[6,0,0],[5,1,0],[6,2,1],[3,2,0],[1,0,0],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,2,0],[3,4,0],[5,4,0],[6,5,1],[7,3,0],[7,3,0],[9,4,0],[11,3,0],[8,0,0],[10,0,0],[12,1,0],[22,9,1],[45,31,22],[23,6,0],[38,21,11],[41,25,10],[57,45,21],[51,39,15],[23,7,0],[13,0,0],[35,19,4],[64,49,28],[67,56,28],[46,37,4],[54,48,14],[49,44,14],[53,47,23],[60,52,33],[56,43,26],[47,30,10],[49,32,6],[55,39,6],[29,15,0],[62,51,6],[90,78,28],[106,93,40],[114,102,44],[134,122,62],[127,117,56],[120,112,50],[90,84,22],[164,159,95],[154,146,81],[153,144,79],[166,150,90],[149,126,72],[188,160,113],[159,135,97],[77,66,36],[51,47,12],[162,157,102],[131,121,62],[103,87,36],[160,142,94],[145,128,74],[205,189,130],[158,147,83],[89,80,15],[129,124,58],[198,195,126],[220,218,143],[255,253,186],[234,227,181],[182,176,144],[196,195,165],[234,238,213],[236,246,222],[212,230,208],[154,177,159],[205,233,218],[231,255,247],[148,178,166],[108,135,126],[87,112,106],[124,146,143],[147,167,166],[142,160,162],[145,162,169],[150,167,175],[165,182,192],[135,154,160],[169,183,186],[255,254,255],[255,247,243],[220,203,195],[212,194,184],[243,229,220],[239,225,222],[202,190,194],[212,204,215],[232,234,249],[215,222,240],[203,211,230],[220,227,246],[237,234,255],[248,245,255],[188,193,215],[170,177,205],[203,217,246],[198,217,249],[159,183,219],[156,186,222],[154,188,226],[149,184,224],[153,191,230],[149,188,227],[136,178,216],[131,175,214],[147,192,233],[130,177,219],[124,175,218],[118,172,210],[122,179,206],[118,176,200],[122,181,215],[117,166,206],[122,157,195],[155,176,205],[228,231,246],[207,205,210],[221,225,228],[167,181,190],[149,185,207],[152,199,229],[135,185,220],[133,177,212],[161,188,218],[185,206,233],[176,204,228],[156,184,208],[194,222,246],[187,213,238],[178,202,228],[174,198,224],[178,199,228],[172,193,222],[177,200,231],[162,187,218],[152,181,213],[172,203,234],[166,201,233],[162,198,232],[152,191,224],[156,192,226],[161,194,225],[158,192,220],[172,208,234],[187,223,247],[185,221,243],[180,216,238],[182,220,243],[184,224,250],[151,195,222],[138,185,215],[127,176,208],[121,174,206],[114,173,205],[111,174,205],[113,178,208],[115,182,211],[112,181,212],[121,186,214],[117,176,194],[120,179,197],[108,172,200],[92,154,177],[93,151,155],[78,130,126],[50,100,97],[103,140,133],[148,162,149],[199,201,180],[161,162,130],[175,177,137],[196,199,154],[177,181,131],[199,202,147],[215,219,160],[165,170,106],[148,153,87],[173,179,109],[105,108,37],[127,127,57],[197,194,127],[165,157,95],[171,162,103],[102,93,38],[100,93,39],[187,181,129],[176,175,121],[74,74,20],[45,49,0],[31,37,0],[76,83,41],[98,109,66],[100,113,67],[80,96,47],[161,177,128],[190,204,153],[175,183,132],[171,169,121],[144,133,88],[114,92,51],[129,99,61],[106,68,32],[117,72,39],[105,59,26],[65,21,0],[65,32,13],[58,30,16],[33,7,0],[26,1,0],[101,74,53],[79,53,30],[61,33,11],[72,41,21],[72,41,23],[63,34,20],[30,3,0],[17,0,0],[10,0,0],[7,1,1],[1,2,4],[2,3,5],[7,3,4],[6,0,0],[4,0,0],[7,1,1],[6,2,1],[3,0,0],[1,0,0],[4,3,1],[5,4,2],[4,3,1],[3,2,0],[3,2,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[177,177,175],[61,61,59],[1,0,0],[2,1,0],[4,0,0],[5,1,0],[14,9,6],[9,1,0],[14,4,2],[9,0,0],[11,0,0],[25,12,4],[32,19,11],[32,18,9],[33,19,10],[41,24,14],[49,31,21],[36,18,8],[39,19,12],[53,33,26],[45,27,15],[41,25,9],[39,27,3],[60,50,25],[76,70,48],[53,47,31],[36,29,19],[28,19,12],[30,20,11],[41,28,12],[55,41,15],[69,54,21],[158,146,108],[65,57,11],[102,95,41],[117,111,51],[115,110,44],[113,104,37],[144,130,65],[137,119,55],[80,59,0],[137,113,49],[116,92,30],[130,108,50],[130,110,57],[81,65,16],[116,103,59],[116,106,70],[62,57,27],[22,18,0],[78,72,22],[80,73,18],[86,74,26],[193,179,134],[164,148,97],[190,177,122],[182,172,111],[112,104,41],[111,106,42],[127,124,57],[149,147,73],[214,213,149],[245,240,198],[202,197,167],[189,188,160],[218,222,195],[200,210,186],[220,235,214],[197,220,202],[188,216,202],[227,255,248],[231,255,255],[131,163,158],[81,113,110],[91,121,123],[132,159,166],[119,146,157],[120,143,159],[135,157,178],[172,198,215],[146,174,185],[112,137,141],[127,147,145],[191,201,193],[245,241,230],[255,252,243],[255,250,244],[255,253,250],[243,253,254],[240,255,255],[230,255,255],[231,255,255],[238,255,255],[206,224,246],[224,243,255],[233,249,255],[217,228,255],[179,191,231],[206,221,255],[202,223,255],[159,186,231],[145,176,222],[142,176,221],[147,186,229],[155,197,239],[152,194,234],[147,191,228],[135,183,219],[134,187,221],[135,189,225],[122,181,215],[126,182,217],[126,179,211],[130,186,219],[107,175,214],[118,187,226],[110,170,204],[123,167,192],[222,244,255],[220,228,231],[212,213,217],[189,195,207],[183,203,228],[175,205,239],[159,194,232],[134,170,206],[156,186,212],[178,206,230],[140,174,202],[147,182,212],[201,235,255],[156,187,216],[161,188,217],[162,187,217],[160,184,212],[177,198,227],[181,202,231],[169,190,221],[177,200,231],[184,209,239],[170,197,227],[164,193,225],[171,202,233],[173,204,235],[155,188,219],[154,188,216],[163,194,222],[185,217,242],[192,227,249],[174,210,232],[167,203,227],[182,222,247],[160,204,233],[144,190,223],[140,193,225],[114,170,203],[91,150,182],[99,162,193],[103,168,196],[104,171,198],[119,186,213],[135,200,222],[141,199,213],[116,172,187],[102,162,188],[104,164,188],[84,142,146],[59,114,109],[62,114,110],[67,108,102],[94,111,101],[217,221,204],[250,255,225],[219,225,187],[205,212,171],[207,213,165],[197,202,144],[170,175,109],[187,194,127],[143,150,82],[166,173,105],[189,194,127],[232,234,169],[162,160,99],[117,110,55],[141,131,78],[61,51,0],[129,122,67],[207,202,144],[212,210,149],[127,127,63],[57,63,1],[64,79,24],[105,123,71],[106,126,73],[91,112,56],[162,181,126],[179,196,142],[107,117,65],[107,109,60],[139,131,85],[95,78,35],[89,61,22],[101,67,32],[89,48,16],[83,40,8],[102,57,28],[113,71,46],[85,50,31],[64,35,17],[58,29,11],[38,10,0],[57,29,7],[52,24,2],[49,18,0],[35,4,0],[45,13,0],[62,34,22],[26,2,0],[19,0,0],[16,5,3],[4,0,0],[17,17,17],[0,0,2],[8,2,4],[6,0,0],[5,0,0],[4,0,0],[7,3,2],[8,4,3],[1,0,0],[4,3,1],[6,5,3],[1,0,0],[5,4,2],[1,0,0],[8,4,3],[3,0,0],[5,1,0],[5,1,0]],[[20,20,18],[0,0,0],[1,0,0],[12,11,9],[10,6,5],[5,1,0],[8,4,1],[8,3,0],[19,11,9],[13,3,1],[11,2,0],[21,10,4],[28,17,11],[26,13,5],[20,7,0],[18,3,0],[21,2,0],[36,15,12],[43,19,17],[49,28,23],[46,28,16],[29,13,0],[23,12,0],[59,51,30],[38,32,16],[21,17,6],[205,201,198],[221,215,215],[70,63,57],[22,13,0],[31,20,0],[88,76,36],[70,55,12],[56,42,0],[156,145,89],[146,138,76],[104,98,36],[115,107,44],[146,135,73],[125,109,49],[109,88,25],[139,115,55],[121,96,40],[74,51,0],[98,80,32],[124,111,66],[98,92,44],[73,70,27],[56,53,20],[73,69,34],[40,36,0],[36,30,0],[82,73,30],[94,82,40],[107,94,49],[147,137,84],[151,142,85],[178,172,110],[191,187,124],[185,184,120],[159,160,94],[209,208,151],[255,255,218],[255,255,228],[216,216,188],[215,219,192],[226,236,211],[229,244,223],[222,243,226],[237,255,251],[232,255,255],[224,255,253],[171,207,205],[182,217,219],[131,166,172],[146,180,190],[149,182,199],[126,158,181],[129,160,188],[125,157,182],[133,170,186],[126,163,171],[133,163,165],[148,167,165],[185,190,184],[235,232,227],[251,247,244],[234,238,239],[227,248,253],[215,249,255],[174,213,230],[176,217,237],[152,188,212],[140,174,199],[121,156,178],[169,199,225],[219,242,255],[175,197,236],[162,185,227],[153,182,226],[147,179,226],[153,189,237],[145,186,232],[140,181,227],[139,182,225],[142,185,228],[145,190,231],[140,188,226],[143,192,232],[140,194,232],[129,184,223],[131,184,224],[140,188,228],[128,180,220],[104,171,214],[98,169,211],[104,168,203],[124,171,197],[204,226,239],[230,237,245],[213,212,218],[183,182,196],[190,200,227],[186,205,238],[167,193,230],[164,194,228],[177,209,232],[145,180,202],[121,160,191],[129,167,203],[157,193,227],[148,181,214],[152,181,213],[162,187,218],[192,216,244],[182,201,231],[190,210,237],[193,210,238],[184,204,231],[184,204,231],[177,198,227],[175,199,227],[189,214,244],[188,215,245],[164,197,228],[163,196,227],[174,204,232],[183,213,239],[180,215,237],[182,217,239],[185,221,245],[183,220,246],[163,207,236],[144,193,225],[130,185,216],[118,177,209],[121,180,212],[116,177,206],[98,164,188],[107,175,196],[95,161,183],[87,150,167],[163,220,231],[150,203,217],[102,158,181],[106,163,183],[95,153,157],[124,180,177],[63,116,110],[62,103,97],[168,189,182],[223,234,218],[243,249,221],[208,214,178],[213,219,181],[236,242,196],[199,205,145],[145,150,83],[134,141,73],[158,165,97],[135,142,75],[134,140,76],[130,134,73],[45,44,0],[130,124,72],[168,158,107],[57,47,0],[142,133,78],[199,191,129],[142,137,71],[166,163,92],[194,197,128],[199,213,151],[205,225,166],[191,211,152],[176,194,136],[138,153,96],[88,97,42],[103,106,53],[160,154,106],[72,55,11],[29,6,0],[69,39,3],[88,54,19],[79,43,11],[76,37,8],[74,35,6],[130,93,67],[70,35,13],[62,29,10],[111,79,58],[49,17,0],[38,7,0],[73,42,22],[50,19,1],[40,11,0],[63,35,21],[56,32,20],[18,0,0],[13,0,0],[13,3,1],[4,0,0],[12,10,11],[1,0,0],[4,0,0],[7,0,0],[15,9,9],[9,3,3],[3,0,0],[3,0,0],[1,0,0],[4,3,1],[1,0,0],[1,0,0],[32,31,29],[13,12,10],[7,3,2],[9,5,4],[3,0,0],[6,2,1]],[[0,0,0],[3,3,1],[8,7,5],[4,3,1],[2,0,1],[4,0,1],[6,2,1],[13,7,7],[11,5,5],[10,2,0],[9,1,0],[15,6,1],[20,11,6],[21,10,4],[17,6,0],[16,3,0],[22,3,0],[26,5,4],[17,0,0],[21,0,0],[36,18,6],[30,17,0],[31,23,0],[58,52,30],[32,29,14],[52,49,40],[250,249,247],[255,254,253],[88,84,73],[39,33,11],[58,50,11],[101,87,38],[114,89,32],[133,102,45],[130,105,48],[114,94,41],[126,112,63],[73,61,13],[66,56,7],[102,95,43],[127,120,65],[122,112,59],[135,124,78],[87,73,34],[49,37,0],[92,81,36],[103,97,39],[75,70,14],[50,47,6],[131,129,91],[108,105,60],[78,74,29],[62,54,15],[51,43,6],[111,104,62],[203,197,149],[115,110,55],[123,121,64],[163,162,105],[198,199,142],[207,210,153],[221,225,175],[245,249,216],[255,255,232],[255,255,230],[239,245,217],[225,233,209],[230,243,223],[216,234,218],[220,244,231],[200,230,222],[169,201,196],[228,255,255],[178,218,220],[124,162,171],[128,167,182],[142,180,201],[139,176,203],[117,153,185],[124,163,194],[103,151,173],[113,159,174],[136,166,177],[179,197,207],[174,183,188],[179,187,190],[221,232,236],[187,204,211],[216,239,253],[218,251,255],[120,166,189],[145,199,225],[139,195,222],[144,197,228],[129,174,205],[125,164,195],[139,176,202],[151,188,214],[156,195,226],[149,192,226],[142,187,226],[140,187,229],[144,191,235],[153,197,244],[147,189,237],[146,188,236],[150,190,241],[147,187,238],[150,191,243],[151,194,247],[139,184,239],[140,183,236],[144,182,231],[129,173,218],[121,177,224],[107,166,210],[125,173,213],[148,179,210],[202,208,230],[255,247,255],[234,222,236],[214,205,222],[193,194,222],[178,189,221],[187,207,240],[173,202,232],[162,197,217],[145,186,206],[112,155,187],[134,177,212],[183,221,255],[159,193,228],[133,164,195],[172,199,229],[202,223,252],[198,218,245],[175,191,217],[195,211,237],[196,212,238],[195,211,237],[188,205,233],[184,201,229],[199,218,248],[203,226,255],[169,202,235],[163,198,230],[181,210,240],[188,218,244],[172,207,229],[175,211,233],[190,224,249],[183,220,247],[140,183,215],[155,204,237],[137,196,228],[114,175,206],[136,195,225],[147,207,233],[115,180,200],[99,166,183],[107,173,187],[74,136,149],[134,192,203],[177,231,243],[137,186,203],[95,147,161],[96,155,163],[139,198,196],[139,189,178],[178,216,205],[202,229,224],[231,247,236],[191,198,167],[175,179,142],[205,211,175],[172,179,135],[214,218,159],[158,163,96],[82,89,22],[43,50,0],[127,136,71],[77,83,21],[76,79,22],[63,62,8],[128,120,71],[175,165,116],[125,112,60],[125,112,57],[157,146,84],[137,127,58],[156,147,72],[200,196,123],[175,180,114],[145,155,94],[158,166,106],[102,108,48],[81,82,25],[120,117,62],[122,112,61],[162,144,96],[90,65,24],[89,59,21],[65,32,0],[78,43,11],[94,61,30],[72,41,12],[71,42,12],[90,60,32],[130,96,71],[89,53,29],[54,19,0],[41,6,0],[76,44,23],[80,49,31],[71,42,26],[86,58,46],[63,39,29],[37,18,11],[11,0,0],[11,0,0],[10,2,0],[4,0,0],[5,3,4],[2,0,1],[7,1,1],[6,0,0],[5,0,0],[4,0,0],[3,0,0],[8,4,3],[3,2,0],[1,0,0],[5,4,2],[2,1,0],[16,15,13],[11,10,8],[3,0,0],[3,0,0],[12,8,7],[3,0,0]],[[8,8,6],[7,7,5],[1,0,0],[1,0,0],[6,4,5],[5,3,4],[3,0,0],[8,4,3],[4,0,0],[9,3,3],[10,5,2],[10,2,0],[10,2,0],[13,6,0],[19,12,6],[24,13,7],[26,11,6],[25,8,1],[23,5,1],[20,3,0],[24,10,0],[29,18,0],[49,43,21],[54,52,29],[33,34,16],[54,56,43],[68,69,63],[119,119,111],[80,77,60],[43,38,9],[121,114,68],[136,123,68],[134,108,51],[154,123,66],[140,111,55],[77,52,0],[112,89,45],[133,116,73],[104,91,49],[98,91,47],[151,149,98],[109,109,59],[74,73,29],[77,73,35],[43,37,1],[78,70,31],[145,138,84],[114,109,53],[53,51,3],[121,120,76],[176,175,129],[78,75,32],[62,58,20],[88,84,46],[53,50,7],[98,96,48],[107,106,52],[123,124,67],[142,145,88],[189,194,140],[184,192,141],[152,161,118],[165,175,141],[192,201,172],[204,211,178],[194,201,170],[216,225,198],[237,249,227],[218,235,219],[211,233,221],[187,213,204],[179,210,205],[209,245,243],[202,242,244],[221,255,255],[174,216,230],[121,162,184],[146,187,215],[135,174,207],[124,167,199],[117,167,192],[106,153,173],[140,168,189],[167,184,202],[199,208,223],[231,239,252],[213,225,237],[180,198,212],[189,212,230],[161,196,218],[133,179,205],[121,176,206],[129,188,220],[137,196,230],[128,178,215],[141,187,221],[128,174,198],[138,184,207],[136,183,209],[141,190,222],[150,200,237],[147,199,239],[146,195,238],[138,185,231],[153,197,244],[147,189,239],[144,184,235],[139,176,229],[141,180,235],[148,187,244],[142,182,241],[144,183,240],[137,175,224],[132,173,219],[137,185,233],[121,165,210],[138,167,211],[160,172,210],[207,198,229],[255,243,255],[242,227,246],[195,187,208],[168,170,195],[158,169,197],[161,180,210],[149,175,202],[152,187,206],[152,193,213],[154,197,229],[138,180,218],[153,191,227],[155,189,224],[167,198,229],[212,237,255],[201,222,249],[193,210,236],[190,204,230],[183,197,223],[192,206,232],[199,213,239],[194,210,236],[186,202,228],[180,197,225],[178,201,232],[156,190,225],[147,183,217],[172,201,233],[192,219,248],[169,204,226],[152,188,210],[163,197,222],[175,210,238],[145,186,218],[140,189,222],[122,183,214],[109,172,203],[122,179,208],[124,182,206],[107,170,187],[98,164,176],[99,163,173],[99,159,169],[118,177,185],[170,222,233],[169,215,230],[116,164,178],[85,145,153],[77,137,137],[96,142,131],[166,202,188],[211,238,233],[244,255,250],[185,190,158],[198,199,159],[190,194,157],[164,167,124],[193,193,139],[204,206,143],[172,177,113],[145,151,89],[198,204,142],[221,227,167],[109,109,55],[110,107,56],[215,205,156],[186,172,123],[171,153,103],[158,139,83],[179,159,98],[180,161,93],[170,152,78],[141,127,56],[153,143,81],[136,130,72],[124,118,60],[72,63,6],[86,73,18],[128,111,59],[103,81,31],[119,92,45],[91,59,18],[99,64,26],[53,17,0],[89,55,20],[108,77,46],[92,66,33],[119,96,64],[83,56,26],[65,30,2],[107,67,41],[75,38,12],[95,59,35],[105,73,52],[60,28,13],[66,38,26],[48,26,15],[34,15,8],[13,0,0],[11,0,0],[12,4,1],[5,0,0],[3,0,0],[5,1,0],[8,4,3],[10,4,4],[8,0,0],[7,1,1],[6,0,0],[10,6,5],[9,5,4],[1,0,0],[2,1,0],[7,6,4],[1,0,0],[1,0,0],[3,2,0],[12,8,7],[3,0,0],[3,0,0],[6,2,1]],[[1,0,0],[1,0,0],[1,0,0],[7,5,6],[5,3,6],[1,0,2],[2,0,3],[8,4,5],[8,4,5],[12,8,7],[12,8,7],[8,3,0],[4,0,0],[6,1,0],[11,6,2],[16,9,1],[14,4,0],[19,7,0],[23,10,1],[19,9,0],[31,21,11],[24,18,4],[39,36,17],[29,31,10],[17,20,1],[8,11,0],[31,33,19],[44,42,27],[60,56,31],[72,66,30],[74,67,15],[113,102,48],[102,85,42],[83,62,19],[77,54,0],[107,82,25],[103,75,25],[83,56,13],[123,99,63],[132,114,76],[158,150,103],[70,68,17],[63,65,15],[124,127,80],[55,57,18],[43,40,7],[90,86,51],[56,51,9],[68,67,13],[169,170,113],[165,164,116],[49,50,6],[97,98,56],[81,82,38],[131,133,86],[134,136,86],[186,191,135],[96,102,42],[137,145,85],[156,167,111],[110,123,77],[103,118,77],[97,115,77],[159,175,138],[171,183,147],[167,177,143],[148,159,129],[196,208,184],[219,233,216],[225,243,231],[238,255,250],[226,253,248],[224,255,253],[213,248,250],[206,245,252],[226,255,255],[168,209,229],[135,175,201],[153,192,223],[125,164,197],[122,163,191],[148,185,211],[145,173,195],[155,173,195],[202,208,230],[211,212,232],[195,196,216],[203,210,229],[182,203,224],[113,145,168],[128,170,195],[131,178,208],[149,197,233],[143,191,231],[120,169,210],[131,179,219],[141,186,217],[138,182,211],[134,179,212],[141,189,227],[143,192,233],[143,192,235],[150,197,243],[142,189,235],[149,193,240],[148,189,235],[153,191,238],[145,183,232],[141,181,230],[147,187,238],[147,188,240],[152,194,244],[146,187,233],[149,187,232],[153,191,236],[145,172,217],[160,167,213],[184,173,216],[235,210,249],[255,237,255],[251,239,255],[219,220,240],[183,194,216],[158,176,200],[170,190,215],[157,181,205],[154,185,205],[161,197,219],[156,197,227],[144,184,219],[116,152,186],[159,192,225],[181,210,240],[165,189,217],[170,190,215],[185,201,224],[200,212,236],[165,177,201],[192,204,228],[203,217,243],[185,201,227],[175,191,217],[167,184,212],[181,204,236],[156,192,228],[148,186,223],[166,195,229],[190,217,247],[179,215,239],[150,188,209],[148,182,207],[169,204,232],[154,195,227],[126,175,208],[109,170,201],[101,165,193],[96,152,179],[113,168,189],[129,191,204],[117,181,191],[116,180,190],[117,179,190],[129,187,198],[159,211,222],[179,222,238],[145,191,206],[102,161,169],[101,160,158],[81,125,112],[161,195,179],[214,240,231],[179,193,178],[163,165,128],[159,156,111],[199,197,156],[178,176,135],[189,185,138],[202,199,148],[152,151,97],[142,143,86],[203,204,147],[209,210,153],[178,175,120],[157,150,98],[225,211,162],[214,194,144],[214,191,141],[156,129,76],[162,133,75],[136,106,44],[104,75,9],[136,108,43],[151,125,68],[169,142,89],[151,124,71],[119,91,41],[131,103,53],[130,99,52],[107,73,27],[127,90,46],[113,74,33],[63,24,0],[84,44,8],[108,70,34],[74,41,6],[81,52,18],[111,87,53],[99,70,36],[79,40,9],[97,53,24],[89,47,22],[89,51,28],[75,40,21],[79,50,36],[80,56,46],[26,7,1],[11,0,0],[7,0,0],[11,6,3],[8,4,3],[3,0,0],[6,2,1],[5,1,0],[7,1,1],[6,0,0],[10,1,2],[6,0,0],[4,0,0],[3,0,0],[3,0,0],[14,13,11],[60,59,57],[243,242,240],[14,13,11],[1,0,0],[12,11,9],[3,0,0],[6,2,1],[3,0,0],[4,0,0]],[[6,4,5],[3,1,2],[6,4,5],[4,2,3],[1,0,2],[1,0,2],[9,7,10],[5,3,6],[6,2,3],[7,3,4],[6,2,1],[6,2,1],[7,3,0],[9,5,2],[7,3,0],[5,0,0],[6,3,0],[18,15,0],[18,14,5],[18,13,9],[44,39,36],[16,13,8],[30,30,20],[41,43,29],[22,26,9],[24,27,10],[69,70,54],[75,74,54],[82,76,50],[77,69,33],[56,44,0],[110,96,49],[89,75,40],[72,56,20],[93,76,24],[125,104,47],[115,92,42],[88,64,20],[92,70,33],[116,100,64],[129,121,74],[87,84,33],[85,85,35],[91,92,48],[55,52,21],[59,55,30],[45,37,14],[60,54,20],[114,113,57],[115,116,58],[83,84,42],[77,79,42],[136,138,101],[82,87,47],[96,101,61],[105,111,67],[149,155,107],[117,126,73],[145,155,102],[79,92,46],[148,163,130],[122,141,111],[74,95,62],[122,144,108],[128,144,108],[123,137,102],[139,150,120],[160,172,148],[207,220,202],[241,255,242],[194,211,201],[193,216,210],[213,242,238],[188,220,219],[110,145,149],[175,213,222],[213,252,255],[164,202,225],[154,191,218],[144,181,210],[162,198,224],[141,173,196],[162,188,211],[158,174,197],[195,200,222],[226,222,245],[186,183,204],[203,205,226],[197,214,232],[151,180,198],[141,179,200],[147,188,216],[128,171,205],[133,178,217],[130,179,220],[126,174,214],[144,188,223],[133,176,210],[139,183,220],[146,191,232],[138,185,229],[139,187,233],[147,193,242],[148,192,239],[144,187,232],[151,192,236],[167,205,250],[160,199,242],[148,186,231],[144,185,229],[143,184,230],[148,189,233],[154,188,233],[157,190,233],[165,194,236],[174,193,235],[195,194,236],[213,198,239],[253,231,255],[248,231,255],[221,221,245],[235,248,255],[198,216,236],[157,178,199],[194,210,235],[184,201,227],[146,170,194],[136,166,192],[123,158,188],[154,190,222],[163,198,228],[182,213,242],[184,210,237],[149,171,195],[156,174,196],[174,189,210],[206,218,240],[155,166,188],[177,189,213],[200,214,240],[194,210,236],[191,208,236],[179,196,226],[177,201,235],[162,200,237],[161,200,239],[165,193,230],[178,205,235],[185,221,245],[164,202,225],[149,183,210],[162,196,224],[158,197,230],[131,180,213],[116,179,210],[111,175,203],[100,154,180],[125,177,198],[147,207,218],[114,178,187],[109,176,185],[127,191,201],[114,173,181],[112,164,175],[125,171,187],[136,182,197],[141,196,201],[119,174,169],[119,165,152],[112,146,130],[127,149,136],[87,99,79],[167,167,129],[167,161,113],[174,167,121],[140,133,91],[234,225,186],[223,215,176],[68,64,19],[76,74,25],[151,150,96],[180,177,122],[208,203,147],[213,202,148],[181,164,112],[175,152,102],[237,207,157],[198,165,114],[175,138,85],[170,131,74],[133,94,35],[108,69,12],[109,67,17],[143,101,53],[132,90,42],[122,81,35],[141,100,54],[148,107,61],[137,94,51],[116,73,30],[121,76,35],[99,54,15],[143,97,61],[139,95,60],[105,65,30],[111,75,39],[107,74,39],[113,79,42],[103,60,25],[91,46,13],[74,30,1],[83,43,18],[68,33,14],[60,32,20],[41,21,14],[13,0,0],[9,0,0],[4,0,0],[7,5,6],[2,0,1],[1,0,0],[9,5,4],[7,2,0],[6,0,0],[6,0,0],[10,1,2],[11,5,5],[10,4,4],[12,8,7],[3,0,0],[1,0,0],[32,31,29],[156,155,153],[17,16,14],[1,0,0],[1,0,0],[3,0,0],[14,10,9],[4,0,0],[3,0,0]],[[4,2,5],[1,0,2],[1,0,2],[1,0,2],[1,0,4],[6,4,9],[7,5,10],[1,0,4],[1,0,2],[1,0,2],[1,0,0],[3,1,2],[7,6,4],[8,7,5],[7,6,4],[6,5,0],[5,7,0],[10,12,1],[8,8,8],[1,0,7],[15,11,25],[3,0,13],[104,103,109],[200,202,201],[122,125,118],[61,63,52],[70,70,58],[45,42,27],[42,34,13],[86,72,45],[87,69,31],[117,98,58],[152,133,100],[121,103,67],[91,77,30],[109,99,46],[72,64,17],[59,52,8],[118,110,71],[129,122,78],[74,68,16],[116,109,57],[120,108,68],[82,68,39],[28,12,0],[63,47,34],[51,36,15],[28,17,0],[116,114,65],[127,126,80],[99,97,72],[104,102,87],[34,36,15],[31,35,12],[60,64,41],[69,73,48],[106,111,81],[97,104,71],[75,86,52],[129,142,116],[220,233,223],[66,83,75],[72,95,79],[101,125,101],[121,140,108],[166,182,146],[151,164,134],[159,172,146],[190,202,182],[202,214,200],[206,219,209],[238,255,247],[207,230,224],[145,174,170],[127,158,160],[176,209,216],[155,188,203],[137,172,192],[156,190,215],[147,181,206],[172,207,226],[162,191,209],[163,184,203],[168,179,199],[204,207,226],[254,253,255],[241,240,255],[197,200,215],[219,233,246],[191,215,227],[196,229,244],[181,222,240],[131,177,203],[146,195,227],[123,171,209],[131,176,215],[157,200,235],[140,183,218],[145,189,228],[137,182,224],[128,175,219],[138,185,231],[142,186,233],[149,193,240],[142,183,227],[147,186,229],[161,198,240],[159,196,238],[150,187,229],[149,188,229],[144,186,228],[149,184,226],[158,182,226],[162,181,224],[172,196,234],[186,204,240],[206,212,248],[205,205,239],[216,215,246],[203,209,235],[155,178,196],[180,209,225],[208,235,252],[196,217,236],[187,197,222],[173,180,208],[170,184,213],[159,180,209],[142,173,202],[164,197,228],[195,226,255],[171,198,225],[165,189,215],[171,191,215],[200,217,237],[199,212,231],[211,222,242],[187,198,220],[186,198,222],[198,212,238],[191,206,235],[186,203,233],[185,205,238],[166,194,231],[157,196,237],[160,199,242],[159,187,226],[164,190,223],[173,210,236],[161,199,222],[144,178,205],[148,181,212],[165,203,239],[130,179,212],[115,178,209],[134,198,226],[124,175,202],[103,154,173],[105,165,175],[96,161,167],[105,175,185],[112,178,190],[105,162,169],[124,174,185],[121,169,191],[108,157,174],[128,178,179],[124,174,165],[121,169,157],[121,159,144],[93,110,92],[135,139,114],[213,210,169],[181,173,126],[199,187,139],[179,164,121],[140,125,94],[226,212,183],[220,210,175],[147,140,98],[107,101,51],[200,195,140],[175,166,111],[134,119,64],[184,163,108],[182,152,100],[173,137,87],[190,150,101],[200,156,107],[184,138,89],[175,127,78],[117,66,19],[127,74,32],[154,99,60],[117,65,25],[142,93,50],[146,99,55],[127,80,36],[160,113,69],[120,73,31],[131,82,41],[153,101,62],[145,93,54],[123,71,34],[118,68,33],[112,64,28],[97,53,18],[97,53,18],[111,65,29],[136,90,54],[89,46,14],[84,44,19],[58,23,4],[26,0,0],[15,0,0],[9,0,0],[8,2,2],[7,7,9],[1,2,4],[0,0,2],[3,1,2],[7,3,2],[8,0,0],[6,0,0],[12,3,4],[6,0,0],[4,0,0],[5,0,0],[8,4,3],[7,3,2],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[6,5,3],[3,0,0],[3,0,0],[8,4,3],[7,3,2]],[[1,0,2],[1,0,2],[2,0,3],[5,3,6],[5,3,6],[1,0,2],[1,0,2],[4,4,6],[5,5,7],[4,2,5],[4,2,3],[5,3,4],[2,1,0],[1,0,0],[4,3,1],[9,10,5],[8,11,2],[0,2,0],[5,6,10],[11,9,20],[11,9,23],[0,0,12],[139,139,149],[254,255,255],[228,230,227],[42,43,37],[3,3,0],[27,23,12],[7,0,0],[46,35,15],[91,75,49],[79,62,32],[83,66,36],[100,86,51],[106,97,54],[105,98,52],[52,49,6],[58,56,15],[120,118,77],[135,132,87],[69,63,13],[125,114,68],[86,72,35],[108,91,65],[61,44,28],[43,26,10],[83,69,43],[93,83,48],[102,98,53],[96,94,55],[116,113,94],[131,129,117],[49,51,37],[72,76,59],[73,78,58],[83,91,68],[96,105,76],[111,120,89],[77,88,56],[121,133,109],[95,108,99],[34,49,44],[57,77,66],[96,117,98],[148,171,143],[192,213,182],[142,158,132],[147,161,138],[177,192,173],[170,187,171],[192,208,197],[240,255,251],[206,229,221],[208,237,232],[198,230,229],[230,255,255],[226,255,255],[167,200,217],[119,156,175],[130,165,185],[147,179,194],[156,182,195],[154,173,188],[164,177,193],[209,218,235],[217,223,239],[182,188,202],[180,186,198],[212,222,234],[189,207,219],[170,196,209],[203,236,253],[168,209,231],[125,171,197],[137,184,214],[149,194,227],[146,189,223],[133,173,208],[141,181,217],[134,173,214],[144,183,226],[164,202,247],[153,190,235],[154,191,235],[157,192,234],[149,182,223],[157,189,228],[161,193,232],[168,200,239],[181,213,252],[179,211,252],[177,204,247],[185,204,247],[178,195,238],[188,210,247],[189,209,242],[196,212,245],[180,193,225],[175,184,217],[172,189,217],[149,184,206],[141,182,200],[159,196,214],[188,213,233],[218,222,249],[190,187,218],[168,175,204],[169,185,211],[173,194,221],[156,180,206],[156,180,206],[167,188,215],[174,194,219],[162,178,203],[209,224,245],[155,168,187],[218,229,247],[214,225,243],[179,192,211],[179,194,215],[182,198,223],[186,203,231],[203,224,255],[171,197,232],[161,196,236],[164,199,241],[167,192,232],[171,197,230],[173,209,233],[157,195,218],[144,178,203],[150,185,213],[138,181,213],[134,184,217],[120,181,210],[128,189,217],[124,179,200],[105,156,173],[104,163,169],[104,167,172],[101,169,178],[93,160,169],[135,190,193],[129,182,186],[110,166,181],[100,153,167],[87,137,136],[137,184,174],[160,204,189],[205,238,221],[195,207,185],[142,142,114],[167,163,128],[201,192,151],[199,182,138],[178,161,118],[153,140,106],[205,194,164],[239,226,191],[222,210,168],[110,102,55],[104,97,45],[125,113,63],[153,135,85],[202,178,130],[197,165,118],[177,139,92],[170,126,81],[202,149,105],[217,163,119],[194,141,97],[179,125,81],[201,139,100],[186,122,84],[173,114,74],[153,95,55],[139,86,42],[152,99,55],[160,107,63],[158,104,60],[140,81,39],[136,74,35],[136,74,35],[139,79,42],[132,74,37],[121,67,31],[123,73,38],[126,80,46],[117,72,39],[107,66,36],[59,19,0],[57,22,2],[33,4,0],[23,0,0],[17,2,0],[9,1,0],[3,0,0],[7,7,9],[0,0,2],[2,2,4],[7,5,6],[3,0,0],[7,0,0],[11,3,1],[11,2,3],[4,0,0],[11,5,5],[8,2,2],[3,0,0],[7,3,2],[8,7,5],[1,0,0],[3,2,0],[6,5,3],[2,1,0],[1,0,0],[14,10,9],[5,1,0],[3,0,0],[4,0,0]],[[2,0,1],[1,0,0],[4,4,4],[0,0,0],[0,0,0],[5,5,7],[0,0,2],[0,0,0],[4,4,4],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[8,8,8],[1,0,0],[5,3,4],[2,1,0],[9,8,6],[1,0,0],[5,5,7],[4,4,6],[7,7,9],[68,68,70],[182,182,182],[141,141,141],[32,32,30],[11,12,7],[19,18,13],[19,16,7],[29,25,13],[58,53,34],[68,62,38],[75,65,38],[88,79,46],[57,49,13],[82,74,37],[123,115,76],[92,84,45],[60,52,13],[44,36,0],[50,41,0],[80,71,32],[115,105,70],[114,103,71],[90,81,50],[34,25,0],[91,86,48],[85,80,40],[59,51,14],[112,106,74],[98,94,69],[43,42,22],[105,108,87],[72,77,54],[121,132,102],[206,217,183],[80,92,52],[56,67,24],[76,88,42],[123,135,95],[57,67,40],[73,85,63],[84,97,79],[135,152,134],[88,113,92],[96,123,104],[113,134,117],[147,168,151],[178,205,188],[135,163,148],[144,168,155],[164,185,176],[189,215,206],[231,255,255],[189,228,225],[138,178,180],[214,248,255],[186,222,236],[139,182,198],[141,180,195],[153,176,190],[158,176,190],[159,178,192],[165,187,200],[210,232,245],[225,244,255],[171,187,202],[175,187,203],[190,198,217],[199,210,228],[184,199,220],[165,187,208],[158,189,210],[139,175,197],[126,168,190],[138,183,206],[146,190,217],[127,168,196],[127,163,195],[142,175,208],[163,189,226],[191,214,255],[196,218,255],[171,193,234],[165,188,229],[166,190,228],[156,180,218],[175,197,236],[183,202,242],[182,200,240],[199,214,255],[188,203,246],[188,207,250],[184,205,248],[182,205,246],[176,202,239],[166,196,230],[172,196,232],[187,199,239],[191,205,244],[149,184,216],[141,187,213],[121,169,192],[144,176,201],[214,208,242],[226,212,245],[174,182,205],[170,185,204],[195,206,226],[186,197,219],[165,175,200],[184,196,222],[181,195,222],[176,190,216],[170,182,204],[160,173,190],[197,209,221],[220,233,242],[164,177,185],[190,204,215],[206,222,238],[168,186,208],[197,217,244],[198,218,251],[183,206,247],[163,186,227],[170,193,227],[183,208,238],[176,206,230],[151,186,206],[134,172,195],[139,181,206],[132,181,211],[131,186,216],[117,177,205],[118,178,202],[125,182,199],[109,166,175],[124,182,183],[113,173,173],[110,173,178],[95,159,161],[129,185,182],[97,153,150],[127,188,191],[108,169,170],[88,147,141],[157,205,193],[208,241,220],[171,191,166],[143,151,127],[163,163,139],[194,192,169],[193,183,156],[172,149,117],[167,147,110],[221,216,174],[215,214,168],[209,196,151],[197,183,136],[185,177,128],[190,182,135],[145,130,91],[198,178,143],[208,182,149],[204,170,135],[254,215,176],[252,205,163],[255,198,158],[226,162,124],[205,150,111],[211,156,117],[178,110,71],[191,122,81],[202,137,95],[188,127,83],[168,109,65],[144,86,40],[187,124,80],[199,132,87],[165,92,49],[157,82,40],[154,79,40],[168,96,58],[149,85,49],[118,62,27],[120,70,37],[118,74,45],[87,49,28],[67,34,17],[47,19,5],[36,12,2],[25,6,0],[12,0,0],[6,0,0],[6,2,1],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[6,0,0],[6,0,0],[6,0,0],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[10,10,10],[0,0,0],[0,0,0],[4,6,5],[6,8,7],[17,19,18],[1,3,2],[0,0,0],[3,3,3],[8,8,8],[3,3,3],[1,0,0],[8,6,7],[14,9,13],[3,0,0],[15,14,12],[6,5,3],[0,1,0],[0,1,0],[23,23,21],[29,29,27],[48,48,48],[19,19,17],[12,12,10],[27,26,22],[53,53,45],[41,41,31],[29,30,16],[23,20,1],[99,91,68],[71,59,33],[41,30,0],[86,76,41],[79,70,31],[55,43,3],[71,62,21],[78,69,28],[58,50,11],[94,86,49],[124,119,81],[132,128,91],[104,102,63],[67,68,28],[99,100,58],[91,89,50],[106,100,66],[85,78,49],[79,75,48],[82,82,58],[103,108,85],[103,111,87],[202,215,185],[226,240,204],[97,112,69],[71,84,38],[121,135,86],[194,207,163],[239,251,215],[215,228,198],[186,198,176],[137,154,136],[76,103,88],[105,135,123],[105,129,116],[136,160,147],[179,210,195],[186,217,202],[200,226,215],[164,187,179],[170,195,189],[179,208,204],[203,239,237],[121,156,158],[128,158,166],[140,172,183],[120,160,170],[137,173,185],[174,198,210],[159,177,189],[185,203,217],[190,209,223],[208,227,241],[233,251,255],[196,209,226],[182,193,211],[188,196,217],[178,186,209],[184,194,219],[189,204,227],[195,213,237],[202,227,249],[184,215,236],[153,188,210],[165,199,226],[176,207,236],[187,214,244],[184,204,237],[186,202,238],[208,222,255],[206,220,255],[173,188,227],[158,176,214],[180,200,237],[183,205,242],[192,211,251],[184,202,242],[181,194,236],[200,209,252],[187,199,241],[188,207,250],[183,208,249],[179,204,245],[169,199,237],[162,198,234],[174,206,244],[198,211,255],[200,213,255],[157,192,230],[141,190,222],[128,182,208],[163,197,225],[197,187,224],[232,215,249],[197,203,225],[189,202,218],[210,216,232],[200,203,222],[195,200,222],[200,207,233],[209,218,247],[201,213,239],[152,164,186],[170,182,198],[179,192,200],[201,215,218],[197,211,212],[217,230,236],[196,213,223],[155,172,190],[179,197,221],[196,213,243],[180,196,232],[163,179,215],[171,187,220],[179,199,226],[166,191,213],[157,185,206],[148,183,205],[140,180,205],[140,185,214],[150,201,230],[121,175,203],[120,176,199],[159,217,231],[143,200,207],[150,209,207],[166,225,221],[134,192,193],[144,200,199],[130,183,175],[152,205,195],[140,200,192],[112,171,165],[123,179,170],[149,191,177],[180,202,179],[171,180,151],[168,168,140],[187,183,156],[214,209,187],[189,181,158],[191,176,147],[192,179,144],[213,216,171],[181,188,137],[166,159,107],[129,116,64],[212,200,150],[210,197,153],[193,174,141],[207,184,153],[215,185,157],[183,148,118],[198,155,120],[255,208,168],[232,170,133],[181,119,82],[167,114,80],[185,133,96],[217,153,115],[180,111,70],[188,121,79],[175,110,68],[191,126,84],[188,121,78],[164,96,51],[152,79,36],[174,97,53],[185,106,63],[171,93,54],[164,92,54],[152,88,52],[124,65,33],[98,47,16],[74,30,5],[66,30,14],[47,19,8],[28,5,0],[18,1,0],[12,1,0],[9,1,0],[5,1,0],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[5,3,4],[6,4,5],[0,0,0],[1,1,1],[0,0,0],[6,6,6],[26,28,27],[8,10,9],[0,1,0],[0,2,1],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[3,1,2],[2,0,1],[1,0,2],[1,0,2],[3,1,2],[1,0,0],[10,11,6],[0,1,0],[23,23,21],[17,17,15],[11,10,8],[24,23,21],[30,29,27],[28,27,22],[45,42,33],[46,42,31],[47,44,29],[19,12,0],[43,27,11],[56,38,18],[52,34,10],[62,45,15],[67,51,15],[62,49,7],[94,83,38],[80,72,26],[76,69,25],[92,89,46],[128,129,89],[175,177,138],[117,123,85],[103,111,74],[150,160,123],[120,128,91],[104,104,68],[117,117,83],[109,109,81],[91,95,70],[92,100,79],[85,97,75],[113,125,101],[111,124,96],[132,146,111],[81,96,57],[151,166,125],[149,164,125],[126,142,106],[143,159,130],[162,180,156],[132,153,134],[114,140,129],[88,115,108],[103,128,122],[97,122,116],[110,135,129],[209,232,226],[223,246,240],[161,182,177],[172,194,191],[179,201,199],[205,226,227],[181,205,207],[168,191,197],[154,179,186],[199,223,233],[235,255,255],[229,255,255],[208,230,243],[212,225,241],[246,253,255],[205,208,227],[226,227,247],[170,172,193],[189,194,216],[200,206,230],[178,186,209],[179,186,212],[205,212,240],[242,249,255],[233,242,255],[189,203,232],[188,201,233],[216,229,255],[208,220,255],[204,212,251],[199,207,246],[193,200,242],[193,200,242],[188,200,242],[177,192,233],[159,181,220],[194,217,255],[206,231,255],[200,223,255],[181,200,242],[182,197,240],[206,217,255],[200,213,255],[176,197,242],[174,201,244],[171,198,241],[164,193,233],[159,194,232],[174,206,245],[197,209,255],[196,210,255],[163,196,237],[163,209,243],[143,194,223],[165,196,227],[170,159,199],[235,215,252],[211,215,240],[199,210,228],[202,208,224],[198,201,218],[183,188,208],[192,200,223],[193,203,228],[211,221,246],[196,207,227],[164,176,190],[147,157,166],[195,204,209],[239,249,251],[229,240,246],[195,207,219],[185,198,217],[182,196,222],[171,186,217],[181,196,229],[185,198,232],[195,209,238],[199,213,239],[193,208,229],[185,203,225],[171,193,217],[152,179,206],[158,191,222],[155,194,227],[116,161,192],[117,167,192],[174,227,243],[167,224,231],[155,214,212],[152,207,204],[177,227,228],[180,224,223],[171,213,203],[173,215,201],[156,200,187],[125,168,158],[107,147,138],[124,155,140],[159,173,150],[178,178,150],[181,172,141],[230,219,187],[179,172,143],[113,110,79],[83,83,49],[128,132,97],[199,210,170],[185,194,149],[162,161,113],[182,172,123],[161,145,96],[144,125,82],[178,156,119],[190,164,131],[156,125,94],[191,152,119],[178,130,92],[160,106,68],[128,74,36],[131,78,44],[131,86,55],[145,98,68],[178,122,85],[176,114,73],[193,129,91],[160,92,55],[160,90,54],[182,108,73],[178,102,66],[176,101,62],[176,103,62],[168,97,55],[142,75,33],[133,68,30],[136,73,38],[131,72,42],[112,55,28],[76,25,4],[48,11,0],[33,5,0],[20,0,0],[14,0,0],[10,0,0],[9,0,1],[6,2,3],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[7,5,6],[2,2,2],[1,1,1],[4,4,4],[0,0,0],[0,1,0],[0,1,0],[5,7,6],[0,2,1],[1,1,1],[3,3,3],[0,0,0],[0,0,0],[4,2,3],[1,0,0],[6,4,7],[48,46,49],[8,6,7],[1,0,0],[13,14,9],[0,1,0],[26,26,24],[27,27,25],[25,24,22],[24,23,21],[30,29,25],[11,8,3],[13,9,0],[36,30,18],[55,49,33],[37,28,11],[43,26,10],[96,73,57],[108,86,63],[81,62,32],[91,75,39],[131,118,76],[124,113,68],[75,68,22],[71,68,23],[92,91,47],[78,80,40],[128,134,96],[105,115,78],[40,54,18],[61,77,41],[81,93,57],[39,45,7],[70,74,39],[97,104,73],[73,81,57],[64,76,56],[73,86,68],[44,57,37],[48,62,39],[103,116,88],[104,118,85],[150,166,130],[204,221,185],[176,195,163],[86,109,80],[95,119,93],[136,159,139],[177,199,187],[128,149,142],[71,96,90],[88,113,107],[91,111,109],[139,158,156],[187,209,207],[188,213,210],[173,197,197],[160,181,184],[161,179,183],[173,192,198],[192,215,221],[202,227,234],[240,255,255],[240,255,255],[230,254,255],[182,206,218],[162,178,193],[238,247,255],[206,211,230],[221,224,243],[182,184,205],[212,218,240],[217,228,250],[171,183,205],[173,188,211],[180,196,221],[174,190,216],[174,189,218],[168,183,212],[174,189,220],[174,190,224],[159,173,210],[157,169,207],[175,187,227],[189,201,241],[182,195,237],[167,182,223],[157,176,218],[158,181,222],[167,195,235],[166,194,234],[168,193,234],[170,193,235],[182,200,246],[192,206,253],[170,187,233],[165,189,235],[164,193,237],[167,196,240],[165,197,238],[159,197,236],[168,200,241],[186,200,247],[189,203,250],[158,191,232],[153,197,234],[151,200,232],[211,241,255],[237,226,255],[245,224,255],[194,195,223],[207,218,236],[220,227,243],[203,209,225],[183,190,209],[190,198,219],[150,161,183],[149,160,182],[182,193,211],[182,192,204],[181,190,197],[176,183,189],[205,213,216],[225,234,241],[214,224,236],[185,196,214],[176,188,214],[207,221,250],[181,196,225],[194,209,238],[191,206,229],[191,203,225],[199,210,230],[198,211,230],[191,206,229],[183,203,228],[186,211,241],[170,201,232],[162,201,230],[135,181,204],[102,154,167],[96,154,158],[126,187,182],[111,168,161],[97,148,143],[125,170,165],[144,185,177],[117,157,146],[201,237,227],[204,236,225],[152,176,163],[157,174,158],[159,164,144],[137,135,110],[159,152,123],[163,156,127],[117,116,85],[56,59,28],[89,99,65],[182,196,161],[169,185,149],[193,208,167],[209,215,169],[215,209,161],[205,187,139],[111,87,43],[190,165,125],[157,129,92],[134,102,64],[134,94,58],[149,97,58],[123,69,31],[125,77,39],[114,71,37],[92,52,26],[110,68,43],[91,41,6],[133,78,39],[159,96,61],[173,107,73],[168,95,63],[148,73,41],[162,86,52],[157,83,46],[163,94,53],[139,72,30],[135,72,31],[136,76,39],[118,59,25],[116,56,28],[120,60,36],[94,41,23],[53,15,2],[36,8,0],[23,0,0],[17,0,0],[12,1,0],[8,0,0],[5,1,0],[5,3,4],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,1,2],[1,0,0],[0,0,0],[0,0,0],[9,9,9],[0,0,0],[8,10,9],[107,109,108],[77,79,78],[3,5,4],[0,0,0],[7,7,7],[3,3,3],[3,3,3],[1,0,0],[5,3,4],[3,1,4],[51,49,52],[11,9,10],[1,0,0],[1,0,0],[17,16,12],[11,10,6],[12,11,7],[20,16,15],[4,0,0],[27,23,20],[17,12,6],[24,17,7],[30,22,9],[45,38,20],[93,82,62],[53,35,15],[62,41,20],[90,70,45],[89,72,42],[88,74,39],[140,128,88],[93,84,43],[44,37,0],[55,52,11],[105,105,67],[67,71,34],[34,42,5],[92,102,67],[100,111,77],[66,80,45],[54,68,32],[87,97,60],[72,82,45],[123,134,102],[101,114,88],[47,60,40],[113,126,109],[113,126,109],[45,58,40],[57,71,48],[97,111,85],[172,188,159],[166,185,155],[136,161,131],[83,112,84],[103,133,109],[147,175,153],[203,219,206],[194,210,199],[75,99,86],[89,112,104],[172,187,184],[170,186,186],[135,159,159],[163,193,195],[147,178,181],[122,149,158],[206,226,237],[172,194,207],[115,145,155],[137,169,180],[167,190,204],[226,245,255],[238,255,255],[181,203,214],[147,174,183],[159,186,195],[159,183,195],[157,179,192],[195,212,228],[210,225,244],[201,218,238],[175,196,217],[169,197,218],[152,187,206],[149,187,206],[175,216,236],[171,209,232],[141,178,204],[128,169,197],[132,173,203],[140,176,208],[153,186,221],[175,203,240],[186,211,251],[172,195,236],[147,172,213],[152,180,220],[156,185,227],[162,191,233],[170,197,242],[174,198,244],[178,200,247],[181,201,251],[167,189,238],[162,190,238],[159,190,237],[166,197,244],[172,205,250],[165,202,246],[165,196,240],[181,197,246],[189,205,255],[164,197,242],[149,193,232],[143,189,223],[189,217,254],[243,234,255],[247,229,255],[208,207,238],[222,230,253],[247,255,255],[220,229,244],[203,211,230],[189,200,220],[186,197,219],[201,212,232],[173,185,201],[172,182,194],[212,219,227],[236,241,247],[229,234,238],[207,211,220],[201,207,221],[190,197,216],[179,189,214],[194,208,234],[188,210,233],[192,214,235],[180,201,218],[182,199,215],[188,201,217],[186,197,215],[188,201,220],[180,196,219],[154,175,202],[164,194,220],[139,177,200],[101,148,166],[103,158,165],[78,138,138],[78,141,132],[101,165,151],[91,149,137],[144,197,189],[147,199,197],[79,125,125],[109,143,144],[204,224,222],[251,255,248],[171,172,156],[149,148,128],[155,157,135],[223,228,206],[139,149,125],[63,75,51],[63,76,50],[74,87,61],[70,84,58],[86,105,75],[185,201,165],[148,159,116],[168,166,118],[239,216,172],[210,179,135],[169,142,99],[126,97,57],[169,135,97],[117,75,37],[125,69,32],[116,60,23],[85,42,7],[71,36,4],[46,14,0],[34,0,0],[76,31,0],[143,90,56],[157,98,66],[174,111,80],[146,77,48],[109,38,8],[139,66,34],[147,74,41],[133,65,28],[105,40,2],[117,55,16],[140,80,44],[138,79,47],[135,78,51],[129,68,47],[98,45,27],[80,42,29],[49,21,10],[26,3,0],[21,2,0],[18,4,3],[8,0,0],[3,0,0],[6,4,5],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[1,1,1],[0,0,0],[7,7,7],[0,0,0],[0,1,0],[91,93,92],[69,71,70],[1,3,2],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[1,0,0],[3,1,2],[1,0,2],[2,0,3],[1,0,0],[17,15,16],[2,1,0],[7,6,2],[12,11,7],[165,164,160],[111,107,106],[9,4,1],[5,0,0],[13,6,0],[29,21,10],[36,27,10],[43,35,14],[90,80,55],[67,53,26],[46,32,3],[84,71,39],[81,71,36],[129,119,84],[151,143,107],[112,106,72],[91,86,54],[37,34,3],[45,44,14],[86,87,56],[80,85,53],[118,125,92],[94,104,69],[61,71,34],[174,186,148],[129,144,105],[132,146,110],[93,108,77],[61,75,49],[51,66,45],[64,77,59],[76,89,72],[100,113,95],[108,122,99],[60,74,49],[182,198,172],[157,177,150],[50,76,49],[109,141,117],[157,192,170],[204,237,218],[187,209,197],[118,139,130],[64,95,87],[89,120,114],[152,173,174],[172,196,200],[123,156,161],[109,146,152],[144,182,191],[140,174,184],[149,172,186],[186,209,223],[182,216,225],[168,202,211],[203,227,237],[219,239,250],[228,248,255],[235,255,255],[179,208,216],[126,159,166],[152,185,192],[162,190,201],[174,198,210],[160,182,196],[175,196,213],[191,214,232],[184,211,230],[161,194,213],[144,182,201],[134,175,195],[130,172,194],[131,175,200],[129,179,204],[127,177,204],[132,179,209],[135,180,211],[138,178,213],[144,182,218],[149,187,224],[146,184,221],[152,190,229],[146,183,225],[150,187,229],[160,194,239],[164,195,241],[169,197,245],[173,196,246],[166,192,243],[160,192,241],[156,190,238],[162,194,243],[167,201,247],[162,199,244],[163,196,241],[179,199,249],[189,209,255],[161,195,240],[153,196,238],[142,186,223],[145,173,212],[195,189,233],[239,224,255],[218,219,250],[191,198,224],[189,200,220],[196,207,227],[191,203,225],[182,194,216],[183,195,217],[218,231,250],[205,217,233],[173,181,194],[190,197,205],[251,255,255],[251,254,255],[202,205,212],[185,189,201],[188,195,213],[188,196,219],[180,195,218],[185,206,227],[181,204,222],[176,195,210],[185,201,216],[188,197,212],[187,194,212],[196,204,223],[179,190,210],[155,171,194],[144,166,189],[138,169,189],[126,166,178],[118,166,168],[84,137,131],[75,131,118],[85,142,127],[82,139,124],[114,172,160],[107,163,160],[116,164,164],[94,126,123],[118,135,129],[218,220,207],[244,241,224],[200,199,181],[131,132,114],[170,173,154],[126,131,109],[38,43,20],[65,75,51],[51,66,47],[66,84,62],[101,119,93],[155,172,138],[182,193,151],[159,158,112],[179,156,112],[183,152,108],[159,132,89],[143,115,75],[116,84,45],[94,52,14],[76,22,0],[116,62,26],[73,35,0],[72,41,10],[50,22,0],[47,12,0],[128,83,54],[112,61,30],[101,46,16],[138,81,52],[137,76,48],[107,43,15],[108,42,10],[146,80,46],[175,109,74],[158,92,57],[142,78,42],[126,63,28],[124,65,35],[130,73,46],[125,69,46],[120,72,52],[95,59,45],[56,28,17],[24,1,0],[15,0,0],[14,3,1],[10,2,0],[4,0,0],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[8,6,7],[1,0,0],[7,7,7],[0,0,0],[1,1,1],[6,6,6],[0,1,0],[4,6,5],[7,9,8],[0,1,0],[7,7,7],[0,0,0],[0,0,0],[3,3,3],[4,2,3],[1,0,2],[0,0,4],[7,6,11],[0,0,2],[3,3,3],[6,5,3],[15,14,12],[3,0,0],[96,92,91],[94,88,88],[5,0,0],[21,14,8],[37,28,19],[33,23,11],[34,23,5],[43,32,10],[59,50,21],[96,93,52],[85,84,40],[79,77,36],[62,60,21],[87,84,49],[93,90,59],[66,62,37],[68,63,43],[51,46,27],[49,44,25],[56,53,34],[48,46,23],[97,98,66],[108,110,71],[63,66,23],[191,198,154],[118,130,92],[99,114,81],[61,78,46],[48,64,37],[57,71,48],[58,71,51],[72,84,62],[83,92,71],[106,116,92],[155,167,143],[222,238,212],[192,215,189],[100,128,105],[163,196,175],[169,208,189],[137,178,164],[129,168,163],[135,175,175],[100,148,148],[67,115,117],[99,139,147],[116,156,166],[107,153,166],[105,153,165],[130,176,189],[146,186,198],[157,187,198],[150,179,187],[174,205,208],[187,217,217],[152,172,173],[162,182,183],[172,200,204],[233,255,255],[213,240,247],[146,171,178],[148,173,180],[177,204,213],[167,194,203],[168,192,204],[187,206,221],[188,201,220],[210,217,243],[241,246,255],[205,216,244],[162,179,207],[165,192,219],[156,190,217],[141,177,209],[128,167,200],[137,177,212],[147,190,224],[136,182,215],[128,179,210],[137,192,223],[144,201,231],[135,191,224],[136,192,227],[147,199,238],[150,195,237],[145,183,230],[152,184,235],[165,192,245],[173,200,253],[156,192,242],[155,193,242],[157,193,243],[156,192,240],[155,193,238],[165,199,245],[180,202,252],[180,203,253],[168,205,250],[149,192,234],[140,184,223],[169,198,238],[197,196,240],[229,218,255],[200,200,236],[178,187,216],[177,191,217],[173,189,214],[167,183,209],[189,205,230],[162,178,203],[163,178,199],[199,210,228],[199,207,220],[193,197,206],[225,228,235],[244,245,250],[208,211,218],[179,183,194],[185,192,208],[189,197,216],[177,188,210],[199,211,233],[206,218,240],[179,187,206],[175,180,199],[187,188,206],[186,185,203],[191,189,210],[182,183,204],[184,190,212],[174,185,205],[169,186,202],[151,173,184],[143,171,172],[116,147,141],[109,143,129],[115,153,138],[68,118,106],[68,124,113],[71,127,118],[105,152,142],[111,145,129],[134,155,136],[187,199,179],[203,206,189],[138,138,126],[147,141,129],[204,189,170],[154,136,112],[111,94,68],[136,130,106],[76,90,75],[72,95,79],[141,159,133],[186,200,165],[234,241,199],[185,181,136],[221,198,156],[176,147,105],[143,118,78],[172,144,107],[121,88,53],[136,98,62],[106,56,21],[126,76,41],[97,59,23],[108,77,46],[78,50,28],[87,52,32],[143,95,72],[135,81,53],[124,73,44],[121,72,42],[99,50,20],[92,41,12],[90,35,4],[151,90,59],[168,102,68],[160,89,57],[143,72,40],[118,52,20],[117,56,25],[118,63,33],[89,39,12],[74,29,6],[75,39,23],[53,25,14],[29,6,0],[15,0,0],[11,0,0],[9,0,1],[6,2,3],[2,0,1],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[26,24,25],[1,0,0],[1,1,1],[5,5,5],[0,0,0],[0,0,0],[7,9,8],[0,1,0],[0,1,0],[0,2,1],[0,0,0],[2,2,2],[6,6,6],[1,1,1],[3,1,2],[2,0,1],[0,0,2],[5,5,7],[3,3,3],[10,10,10],[1,0,0],[8,7,5],[8,4,3],[3,0,0],[20,14,14],[21,13,11],[49,40,35],[42,32,23],[37,25,11],[29,18,0],[46,34,10],[70,61,28],[115,114,66],[119,124,70],[79,83,33],[131,134,91],[50,50,14],[84,83,55],[40,38,17],[48,45,30],[54,48,36],[81,75,63],[84,78,64],[65,60,40],[51,48,17],[100,98,59],[64,63,17],[89,92,47],[100,112,76],[81,98,66],[102,118,89],[94,109,80],[76,90,64],[59,72,46],[78,88,61],[111,120,93],[157,166,137],[216,226,199],[226,240,214],[173,193,168],[180,208,186],[174,207,190],[121,159,146],[89,130,122],[84,126,124],[83,129,129],[143,192,196],[94,145,149],[99,149,158],[125,174,188],[95,148,164],[110,163,181],[131,182,199],[117,164,180],[120,159,174],[138,174,186],[164,199,205],[181,212,215],[153,179,180],[147,171,173],[129,158,162],[155,182,189],[219,242,248],[166,185,192],[143,160,168],[176,194,204],[196,216,225],[177,195,207],[164,180,195],[179,192,209],[181,189,212],[219,225,251],[223,230,255],[183,194,222],[180,200,227],[177,204,233],[144,179,211],[137,176,209],[143,183,218],[139,184,217],[130,176,209],[140,191,222],[145,198,229],[126,181,212],[128,182,216],[130,182,219],[143,191,231],[145,188,231],[147,183,231],[157,189,240],[160,187,240],[154,184,238],[154,194,245],[157,199,249],[157,197,246],[150,191,237],[153,194,238],[170,207,252],[179,207,255],[168,196,244],[148,186,231],[149,192,234],[147,191,230],[200,229,255],[214,217,255],[240,235,255],[190,193,228],[177,186,217],[174,189,220],[170,189,221],[177,196,228],[186,203,233],[172,189,215],[162,177,200],[144,155,175],[170,177,193],[209,213,224],[200,203,210],[244,245,250],[244,247,254],[215,222,232],[224,232,245],[209,221,237],[178,191,210],[187,199,221],[227,238,255],[186,194,215],[171,178,197],[209,212,231],[197,200,219],[179,182,201],[181,186,205],[170,177,195],[176,186,198],[183,196,204],[160,175,178],[156,175,169],[152,170,158],[145,164,145],[133,158,137],[101,139,118],[101,146,126],[118,165,149],[146,185,167],[149,174,152],[105,118,92],[181,184,155],[229,225,198],[159,154,134],[173,162,144],[142,122,97],[163,138,108],[178,152,119],[225,205,178],[87,85,70],[108,117,100],[126,136,109],[157,165,128],[205,203,162],[169,157,115],[208,187,144],[174,149,109],[182,158,122],[179,154,123],[144,115,85],[165,129,97],[180,135,102],[138,92,58],[83,43,8],[95,60,28],[92,62,36],[114,79,57],[119,73,49],[123,71,47],[110,63,37],[106,62,35],[90,49,21],[99,55,26],[94,45,13],[139,84,53],[128,63,31],[127,58,25],[141,70,38],[134,65,32],[120,59,28],[115,60,29],[88,41,11],[68,28,2],[42,9,0],[46,18,7],[39,16,8],[20,3,0],[8,0,0],[7,0,0],[7,3,2],[3,1,2],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[6,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[1,1,1],[1,1,1],[1,1,1],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[6,8,7],[5,5,5],[0,0,0],[1,1,1],[3,3,3],[1,0,0],[1,0,2],[2,1,6],[3,2,7],[1,1,3],[1,1,1],[5,4,2],[6,5,3],[8,4,3],[10,6,5],[16,10,10],[21,13,11],[40,31,26],[26,16,7],[33,21,7],[45,32,13],[77,62,39],[68,60,24],[140,140,90],[170,175,121],[71,75,25],[80,83,38],[101,103,66],[108,108,80],[56,53,34],[51,47,35],[60,53,43],[31,24,14],[81,73,60],[99,92,73],[93,88,58],[133,128,90],[152,148,101],[83,84,40],[99,109,75],[101,114,88],[115,128,100],[123,136,106],[72,86,53],[85,96,62],[103,113,78],[146,154,117],[185,192,158],[183,193,159],[142,155,127],[187,205,181],[183,207,191],[150,180,170],[143,180,173],[104,143,140],[76,113,106],[125,161,157],[143,182,181],[92,133,137],[119,168,175],[127,179,192],[88,139,158],[111,163,185],[113,165,189],[115,167,191],[105,157,179],[107,155,175],[130,171,189],[159,196,212],[176,214,225],[172,205,214],[182,205,213],[198,215,223],[212,226,235],[206,216,226],[190,196,208],[187,189,202],[220,219,233],[200,203,218],[173,182,197],[168,187,201],[146,174,188],[160,192,207],[171,202,222],[167,191,215],[182,197,226],[173,194,225],[141,180,211],[131,178,208],[142,189,219],[141,186,217],[147,190,222],[145,183,219],[148,184,220],[158,192,230],[143,175,214],[151,178,221],[175,199,247],[165,188,238],[153,176,228],[165,188,242],[164,187,241],[160,190,244],[153,195,245],[149,195,244],[153,197,244],[154,196,244],[144,187,232],[154,192,237],[174,205,252],[159,191,238],[143,181,226],[149,192,234],[152,194,234],[162,194,233],[192,201,244],[207,206,248],[195,199,234],[179,189,224],[168,183,222],[150,169,209],[155,175,212],[168,187,220],[184,201,231],[165,181,206],[153,164,184],[165,172,188],[222,226,237],[232,235,244],[251,254,255],[215,218,225],[210,217,227],[222,232,242],[213,227,238],[204,220,236],[192,210,232],[197,217,241],[170,188,210],[186,203,223],[182,199,217],[173,190,206],[159,177,191],[165,183,195],[159,179,186],[150,171,174],[161,181,179],[166,186,177],[154,171,155],[171,184,164],[159,169,145],[176,189,159],[212,232,195],[158,184,149],[144,173,151],[155,178,158],[150,155,132],[173,164,133],[180,158,117],[183,160,118],[183,168,129],[117,105,67],[128,116,78],[166,151,112],[163,138,98],[134,104,70],[153,123,97],[106,85,58],[131,127,92],[197,195,156],[134,121,79],[144,125,83],[177,158,116],[136,114,77],[130,106,78],[172,148,122],[149,121,97],[68,36,11],[133,97,65],[109,69,34],[138,93,60],[111,68,36],[71,37,9],[95,59,33],[85,41,16],[55,9,0],[67,25,0],[90,53,26],[81,44,17],[132,93,64],[170,125,94],[148,97,66],[145,84,53],[140,74,40],[159,90,57],[150,84,50],[123,63,29],[106,53,19],[89,44,11],[88,51,24],[66,33,16],[44,16,5],[28,5,0],[17,0,0],[10,0,0],[11,2,3],[12,8,9],[1,0,0],[6,2,1],[4,0,0],[6,1,0],[7,2,0],[6,1,0],[8,3,0],[7,3,2],[3,0,0],[4,0,0],[8,4,3],[3,0,0],[3,0,0],[8,4,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,1,0],[0,1,0],[1,3,2],[0,1,0],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[1,0,0],[7,5,6],[1,1,3],[3,3,5],[3,3,3],[3,3,3],[7,6,4],[9,8,6],[14,10,9],[18,14,13],[18,12,12],[22,14,12],[17,8,3],[39,29,20],[106,94,80],[82,69,50],[65,53,27],[98,87,55],[128,124,79],[118,118,68],[118,117,69],[65,64,20],[48,46,8],[64,63,32],[23,21,0],[36,31,12],[60,54,38],[79,73,59],[51,46,27],[58,53,31],[70,65,35],[86,82,45],[144,141,96],[82,83,41],[84,91,60],[83,93,68],[97,108,78],[173,184,150],[179,191,153],[160,171,131],[141,149,108],[178,186,145],[209,215,177],[232,239,205],[167,180,152],[204,222,200],[158,180,167],[133,160,153],[127,161,160],[108,144,144],[94,129,125],[135,167,164],[130,159,163],[129,163,172],[127,174,184],[92,144,158],[114,162,184],[120,166,192],[121,168,196],[131,181,208],[120,172,196],[117,165,188],[123,159,181],[126,159,178],[152,188,204],[190,222,235],[202,224,235],[214,228,239],[210,220,232],[223,229,241],[216,215,229],[230,226,241],[225,221,236],[240,239,255],[195,204,219],[184,203,217],[160,190,201],[155,188,203],[172,201,219],[193,215,239],[204,213,244],[178,188,223],[172,201,233],[143,179,211],[139,175,207],[136,171,203],[144,177,210],[153,183,217],[157,185,222],[157,183,220],[185,208,249],[165,186,229],[156,177,222],[169,191,238],[159,183,231],[156,182,231],[176,206,255],[160,196,246],[144,188,237],[153,201,249],[148,195,241],[151,194,239],[154,197,240],[151,190,233],[150,184,229],[146,180,225],[155,194,237],[139,181,223],[153,192,231],[173,205,243],[182,196,235],[196,200,238],[195,199,234],[162,172,207],[183,201,241],[178,197,239],[155,174,214],[177,195,231],[177,194,224],[155,169,195],[146,157,177],[209,215,231],[252,254,255],[220,223,232],[252,255,255],[228,232,241],[186,193,203],[178,188,197],[209,223,232],[213,231,245],[208,226,248],[192,212,237],[174,192,216],[191,209,231],[180,198,218],[159,181,195],[162,184,197],[168,191,199],[166,190,192],[175,197,194],[158,178,169],[163,180,164],[188,197,176],[195,199,176],[213,212,184],[211,208,175],[189,191,151],[183,191,152],[184,194,169],[179,184,162],[179,174,145],[235,219,185],[252,225,180],[225,199,150],[224,208,159],[163,152,106],[160,149,103],[123,109,62],[143,119,73],[202,170,129],[172,136,102],[240,211,179],[255,255,218],[178,169,128],[146,123,81],[155,130,89],[100,81,39],[124,106,70],[92,71,44],[138,113,91],[124,96,75],[72,42,18],[88,55,24],[110,72,36],[144,95,62],[159,110,78],[123,87,55],[117,83,55],[78,41,15],[91,54,28],[109,73,49],[90,56,31],[109,73,47],[161,124,97],[118,74,47],[121,72,42],[110,55,24],[140,80,46],[151,88,53],[133,73,37],[114,58,23],[109,56,22],[99,53,19],[77,36,8],[60,27,10],[74,46,35],[47,24,16],[16,0,0],[17,6,4],[11,3,1],[3,0,0],[10,8,9],[6,2,1],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[7,2,0],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[5,1,0],[3,0,0],[3,0,0],[10,6,5],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,3],[0,1,0],[0,0,0],[2,2,2],[1,1,1],[3,3,3],[4,2,3],[1,0,0],[0,0,2],[3,3,5],[3,3,3],[3,3,3],[7,5,6],[9,7,8],[14,10,11],[20,16,17],[5,0,1],[11,2,3],[12,2,0],[32,21,15],[83,71,57],[68,55,36],[54,42,16],[77,63,34],[68,55,20],[71,59,21],[103,94,53],[109,100,61],[110,102,65],[70,64,28],[100,95,63],[70,66,37],[100,96,69],[104,102,77],[69,67,42],[64,63,35],[86,87,55],[72,74,37],[103,105,65],[127,131,94],[86,92,64],[147,156,129],[130,139,108],[169,179,144],[150,161,121],[140,149,106],[145,154,109],[186,193,151],[161,168,127],[195,202,168],[165,175,148],[170,185,166],[160,180,169],[150,177,172],[97,127,129],[132,165,170],[130,165,171],[127,161,170],[150,178,192],[153,184,202],[134,179,198],[118,164,187],[137,176,205],[140,176,208],[144,179,211],[146,183,212],[140,180,205],[150,185,207],[160,181,202],[160,175,194],[177,196,210],[196,220,230],[160,188,199],[149,173,185],[176,188,202],[202,205,222],[243,238,255],[255,252,255],[248,247,255],[243,249,255],[220,232,246],[194,210,225],[205,218,235],[213,224,246],[194,199,228],[208,209,240],[236,232,255],[217,215,254],[223,225,255],[193,198,240],[183,192,233],[175,189,226],[156,176,211],[148,172,206],[146,175,207],[153,184,215],[159,192,225],[198,232,255],[180,214,251],[148,183,223],[146,185,226],[160,202,242],[164,207,249],[140,184,229],[153,201,247],[161,207,255],[147,191,236],[144,187,230],[154,193,236],[149,186,228],[151,184,227],[156,191,233],[157,196,237],[154,193,232],[152,190,227],[168,198,236],[200,215,254],[216,224,255],[203,208,240],[182,188,222],[176,189,231],[170,187,230],[193,211,249],[189,205,239],[168,182,209],[187,198,220],[190,197,215],[212,215,230],[224,224,236],[207,207,217],[246,246,255],[230,233,242],[211,220,229],[168,181,189],[180,197,205],[206,222,235],[192,204,228],[211,222,250],[186,198,224],[189,201,225],[237,249,255],[227,242,255],[207,223,236],[197,214,222],[193,211,213],[190,205,200],[181,191,180],[186,188,174],[212,207,187],[225,213,189],[255,252,227],[254,234,207],[214,199,170],[199,188,160],[204,194,167],[233,224,195],[227,214,180],[245,231,194],[255,249,210],[249,237,195],[255,249,205],[246,238,192],[215,199,148],[216,195,142],[157,132,78],[217,194,144],[219,201,161],[209,197,159],[235,223,181],[160,143,99],[160,128,87],[122,89,48],[62,39,0],[106,86,51],[129,105,79],[87,60,41],[83,54,36],[97,66,45],[65,34,3],[85,47,11],[186,136,101],[165,112,80],[81,40,8],[80,47,16],[126,96,70],[125,97,73],[81,50,29],[90,55,35],[137,99,78],[107,65,43],[160,114,90],[98,51,23],[72,23,0],[96,46,11],[138,86,49],[161,109,72],[126,74,37],[114,61,27],[132,82,49],[99,53,27],[68,32,16],[74,46,35],[54,31,23],[23,4,0],[12,0,0],[7,0,0],[3,0,0],[4,2,3],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[5,0,0],[5,0,0],[5,1,0],[6,2,1],[7,3,2],[6,2,1],[7,3,2],[9,5,4],[9,5,4],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[4,6,5],[9,9,9],[3,3,3],[0,0,0],[1,1,1],[7,5,6],[7,5,6],[1,1,3],[3,3,5],[1,1,1],[1,1,1],[6,4,5],[7,5,6],[9,4,8],[11,6,10],[15,10,14],[13,7,9],[23,15,13],[27,18,11],[30,20,8],[36,25,7],[49,39,14],[56,42,15],[78,61,31],[99,80,47],[145,129,93],[119,105,68],[130,118,80],[119,110,71],[142,137,99],[106,102,65],[53,50,15],[66,66,32],[92,91,60],[87,88,56],[106,107,75],[83,87,52],[91,96,56],[180,186,148],[134,139,109],[118,124,96],[138,145,112],[120,128,91],[130,138,97],[135,144,101],[157,166,123],[239,247,206],[207,215,178],[213,222,193],[213,222,201],[192,206,191],[218,238,229],[203,228,224],[145,173,174],[172,203,206],[173,204,209],[143,171,182],[171,193,207],[134,159,179],[126,163,182],[155,193,216],[147,178,207],[140,169,199],[136,163,193],[131,160,190],[148,180,205],[176,204,228],[189,204,227],[201,212,232],[200,216,232],[163,185,198],[147,176,190],[156,185,199],[211,230,247],[207,220,237],[213,220,239],[237,244,255],[245,255,255],[218,234,247],[207,226,240],[214,233,248],[220,237,255],[218,230,254],[188,195,224],[178,184,216],[200,206,240],[189,193,230],[184,183,223],[201,203,242],[214,219,255],[204,214,250],[183,199,232],[180,203,234],[162,187,217],[150,177,206],[135,164,194],[164,197,228],[173,208,240],[149,188,221],[152,195,229],[152,198,232],[130,180,215],[148,197,237],[139,186,230],[141,185,232],[139,182,225],[148,187,230],[150,185,227],[149,182,223],[157,191,229],[157,191,229],[156,191,229],[170,205,243],[148,180,218],[141,167,202],[184,200,234],[204,215,247],[195,200,230],[193,198,230],[158,170,208],[166,181,220],[226,240,255],[183,197,226],[203,214,236],[213,220,238],[189,192,207],[194,194,206],[190,188,199],[216,213,224],[244,242,253],[216,218,230],[230,237,247],[173,186,195],[151,168,176],[166,182,197],[181,196,217],[208,220,246],[215,227,253],[200,212,236],[207,219,241],[200,213,232],[222,236,249],[212,227,234],[205,221,221],[182,195,188],[192,200,187],[202,203,185],[193,187,165],[185,169,144],[227,206,179],[247,226,199],[207,191,166],[164,150,124],[166,150,125],[209,193,167],[243,228,199],[237,224,192],[178,172,138],[180,176,139],[182,180,141],[179,176,131],[180,173,121],[200,189,135],[186,175,119],[194,184,131],[203,199,152],[179,174,132],[249,238,193],[200,179,136],[141,108,65],[125,90,48],[106,79,36],[95,71,33],[106,79,52],[110,79,58],[100,68,47],[111,77,52],[125,90,58],[128,88,52],[198,145,111],[215,162,128],[145,104,72],[142,111,82],[137,113,89],[63,41,20],[60,33,14],[96,63,46],[82,43,28],[63,20,3],[87,42,21],[102,56,32],[99,54,25],[101,56,23],[85,41,6],[97,51,15],[118,69,36],[112,62,29],[110,57,26],[109,61,38],[83,47,31],[61,33,22],[39,16,8],[19,2,0],[8,0,0],[10,2,0],[8,4,3],[1,0,0],[5,1,0],[5,1,0],[6,1,0],[6,1,0],[6,1,0],[5,0,0],[4,0,0],[7,3,2],[3,0,0],[8,4,3],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[3,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[3,3,3],[6,6,6],[0,0,0],[1,0,0],[2,0,1],[2,0,1],[2,0,1],[1,0,0],[1,0,0],[6,4,5],[6,4,5],[3,1,4],[3,0,4],[13,8,14],[17,11,15],[31,22,23],[59,50,45],[64,54,44],[46,35,17],[42,31,9],[72,58,31],[80,63,33],[94,75,43],[141,122,89],[105,89,53],[88,76,36],[99,90,49],[90,83,41],[87,82,42],[71,67,29],[63,61,23],[60,57,22],[87,87,53],[111,111,77],[71,73,36],[99,101,62],[170,172,133],[123,127,92],[91,97,63],[91,97,61],[152,160,121],[170,178,139],[188,199,159],[209,219,182],[235,245,211],[222,231,204],[221,230,209],[234,245,231],[245,255,248],[232,251,245],[226,248,245],[237,255,255],[202,228,227],[191,211,210],[148,163,166],[142,155,163],[165,179,190],[178,200,214],[150,175,195],[148,170,194],[162,183,212],[152,175,206],[148,173,203],[158,185,214],[166,193,222],[158,179,208],[168,188,215],[176,198,222],[145,169,193],[161,189,211],[191,223,244],[208,241,255],[188,221,238],[122,154,169],[158,190,205],[216,245,255],[217,246,255],[156,188,203],[176,209,224],[147,183,199],[163,200,219],[179,215,237],[147,183,209],[150,184,212],[166,195,227],[161,186,217],[164,187,218],[171,196,226],[197,222,252],[198,222,250],[193,214,243],[169,189,216],[184,201,229],[186,201,232],[159,175,208],[169,189,222],[176,202,235],[160,195,227],[143,184,216],[127,176,208],[143,191,227],[163,208,250],[161,202,248],[156,193,237],[157,190,233],[151,180,220],[147,176,216],[158,188,226],[157,189,227],[150,182,220],[166,196,232],[167,193,230],[167,189,226],[187,203,237],[202,211,244],[204,205,236],[203,204,234],[175,181,213],[177,188,218],[222,232,255],[207,215,236],[209,215,231],[195,197,209],[186,185,193],[197,191,201],[200,192,203],[225,217,228],[248,242,254],[204,202,215],[191,194,209],[166,175,190],[173,187,200],[172,190,204],[154,175,192],[153,174,193],[174,195,214],[199,217,237],[209,226,246],[171,188,204],[172,190,202],[157,174,181],[205,224,222],[204,220,210],[179,192,175],[163,171,150],[149,149,125],[178,172,146],[210,199,171],[217,208,179],[140,139,111],[134,132,109],[181,174,155],[167,158,141],[160,148,132],[237,225,209],[202,194,173],[119,114,85],[150,150,112],[199,206,162],[229,241,193],[220,234,185],[215,229,180],[228,236,187],[194,193,145],[197,189,142],[242,229,187],[212,190,149],[163,130,87],[157,120,76],[110,75,33],[67,33,0],[176,141,111],[154,118,92],[100,63,37],[123,83,57],[104,61,27],[163,117,83],[102,52,17],[82,33,0],[134,95,64],[172,142,116],[246,225,204],[222,203,188],[146,120,107],[99,69,58],[64,27,18],[53,13,3],[41,0,0],[57,14,0],[116,72,47],[107,63,34],[82,39,7],[68,23,0],[100,51,19],[116,65,36],[94,40,12],[86,36,13],[94,57,41],[61,33,22],[22,0,0],[14,0,0],[23,9,8],[17,8,9],[4,0,1],[4,2,3],[5,1,0],[6,2,1],[6,1,0],[6,1,0],[8,3,0],[5,0,0],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[9,5,4],[13,9,8],[4,0,0],[9,5,4],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[5,7,6],[4,4,4],[0,0,0],[0,0,0],[3,3,3],[3,1,2],[1,0,0],[1,0,0],[2,0,1],[1,0,0],[2,0,1],[8,6,7],[8,6,9],[4,2,7],[3,1,6],[10,5,11],[16,11,15],[19,13,13],[39,32,26],[32,24,13],[23,14,0],[33,25,2],[80,69,41],[102,87,54],[90,74,38],[64,50,11],[118,104,65],[112,100,60],[108,99,58],[94,86,47],[66,61,23],[79,73,37],[83,77,43],[65,59,25],[73,69,34],[111,107,70],[120,115,77],[150,145,103],[156,153,112],[137,139,99],[116,121,81],[121,128,87],[162,170,131],[171,181,144],[226,237,203],[215,226,196],[166,176,152],[223,232,215],[197,207,196],[193,204,196],[185,200,195],[123,142,138],[164,187,181],[219,246,239],[206,231,225],[173,188,185],[166,178,176],[160,174,175],[176,191,196],[188,205,215],[160,177,193],[162,180,202],[161,183,207],[158,182,208],[160,186,213],[162,188,215],[171,197,224],[169,195,222],[167,193,218],[183,209,234],[190,218,242],[158,192,219],[139,176,202],[141,179,202],[190,228,249],[185,223,242],[155,192,210],[178,211,228],[203,239,255],[209,246,255],[215,255,255],[165,212,228],[139,187,207],[139,187,209],[140,186,212],[157,196,227],[149,185,217],[148,182,210],[149,183,208],[149,181,206],[170,200,224],[162,188,213],[170,190,215],[162,176,202],[192,199,227],[204,207,238],[214,217,250],[199,203,238],[189,199,234],[176,196,229],[158,187,219],[153,189,221],[139,179,214],[161,200,243],[164,201,246],[150,183,226],[146,175,217],[151,176,216],[154,178,216],[167,193,230],[176,205,239],[205,234,255],[192,218,253],[165,187,224],[166,185,218],[199,214,245],[214,220,252],[208,205,236],[208,205,234],[202,206,233],[247,255,255],[236,243,255],[211,217,229],[144,147,154],[189,188,193],[229,224,228],[198,189,194],[213,202,210],[244,232,242],[255,248,255],[216,212,227],[177,178,196],[165,172,190],[182,193,211],[186,203,219],[177,200,214],[179,205,218],[170,193,209],[191,210,227],[217,234,252],[182,198,214],[157,171,184],[145,158,166],[170,184,184],[203,216,207],[201,214,197],[193,202,181],[135,140,117],[172,175,148],[225,224,196],[191,191,163],[222,232,205],[169,179,154],[126,125,104],[145,139,123],[105,97,86],[149,141,130],[248,241,225],[209,203,181],[216,213,178],[211,217,173],[201,217,170],[205,224,178],[213,235,188],[226,242,193],[229,232,179],[216,208,159],[173,158,117],[177,155,116],[231,199,158],[171,134,90],[155,112,69],[116,72,33],[160,120,85],[158,117,85],[99,55,26],[111,64,34],[131,81,46],[153,101,64],[111,63,27],[83,40,6],[92,57,27],[184,156,134],[255,250,236],[255,246,235],[133,110,102],[68,41,34],[74,45,37],[46,13,4],[49,13,1],[55,16,0],[117,75,53],[93,49,24],[109,63,37],[110,63,35],[105,55,28],[120,69,42],[113,62,35],[96,50,27],[94,58,42],[46,18,7],[17,0,0],[17,0,0],[15,4,2],[11,3,1],[7,3,2],[3,1,2],[5,1,0],[6,2,1],[5,0,0],[7,2,0],[11,6,3],[7,2,0],[3,0,0],[6,2,1],[9,5,4],[3,0,0],[10,6,5],[6,2,1],[3,0,0],[7,3,2],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,2,1],[13,15,14],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[8,6,7],[1,0,0],[1,0,0],[3,1,2],[3,1,2],[3,1,2],[6,4,7],[6,4,7],[6,4,9],[9,7,12],[3,0,5],[15,10,16],[23,17,19],[37,29,26],[26,17,8],[49,40,25],[67,59,38],[91,82,53],[82,74,35],[93,85,39],[47,40,0],[81,74,30],[59,54,12],[94,89,51],[102,96,62],[103,94,63],[88,79,50],[83,72,44],[90,79,51],[91,78,46],[120,106,71],[118,103,62],[116,102,57],[140,130,81],[108,107,61],[107,113,67],[146,153,111],[157,165,126],[189,201,165],[182,195,167],[239,251,231],[198,209,195],[236,245,240],[179,189,188],[206,218,218],[207,223,222],[151,172,167],[165,191,182],[174,202,190],[179,205,194],[179,198,192],[176,192,189],[198,220,218],[176,200,202],[164,181,189],[160,176,191],[159,180,197],[159,184,204],[155,182,203],[162,186,210],[175,195,220],[196,218,242],[191,222,243],[173,204,224],[180,207,228],[191,222,243],[115,157,182],[119,164,193],[130,167,196],[145,176,205],[217,241,255],[227,248,255],[207,233,255],[174,205,226],[144,185,203],[137,182,201],[140,188,208],[137,183,207],[139,180,208],[154,187,222],[163,188,228],[168,190,229],[158,185,215],[152,179,206],[166,192,217],[203,227,251],[179,199,223],[185,199,225],[184,191,217],[214,214,242],[231,224,255],[255,248,255],[231,219,255],[226,218,255],[240,238,255],[205,211,247],[176,190,225],[179,201,240],[150,181,225],[152,184,231],[150,177,222],[154,177,221],[160,179,221],[164,182,222],[169,191,228],[163,187,223],[168,190,227],[184,204,239],[174,192,228],[163,177,212],[174,187,219],[192,197,227],[206,201,231],[220,214,240],[212,213,233],[251,255,255],[230,233,242],[253,254,255],[188,188,188],[190,186,185],[195,187,185],[211,199,201],[241,226,233],[255,243,254],[228,216,230],[199,190,209],[182,180,201],[195,200,220],[198,209,229],[207,224,242],[200,224,234],[204,228,238],[189,208,222],[204,220,235],[217,226,243],[221,226,245],[214,217,232],[193,197,206],[210,215,218],[184,191,184],[193,201,188],[212,219,201],[168,176,153],[165,170,147],[190,194,169],[153,162,135],[197,217,189],[239,255,228],[165,170,140],[148,144,119],[100,94,78],[52,46,34],[146,142,130],[242,237,218],[181,172,141],[149,144,102],[184,186,139],[149,156,105],[188,200,152],[156,164,113],[170,169,113],[132,125,71],[112,96,60],[163,140,108],[202,174,134],[218,181,137],[191,139,99],[174,121,81],[158,110,72],[126,80,44],[126,77,44],[139,86,52],[181,121,85],[146,88,51],[136,90,54],[127,91,57],[85,51,26],[69,38,20],[156,127,119],[165,140,136],[68,44,40],[53,32,27],[40,20,13],[34,11,3],[40,10,0],[32,0,0],[119,73,58],[118,67,48],[105,50,29],[100,44,21],[115,61,37],[112,62,39],[103,57,33],[116,75,53],[76,43,28],[32,4,0],[18,0,0],[22,3,0],[10,0,0],[6,0,0],[10,6,7],[1,0,0],[6,2,1],[6,2,1],[4,0,0],[7,2,0],[14,9,6],[9,4,1],[3,0,0],[5,1,0],[3,0,0],[4,0,0],[13,9,8],[3,0,0],[3,0,0],[5,1,0],[3,0,0],[12,8,7],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[2,0,1],[2,0,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,2,1],[252,254,253],[91,93,92],[0,0,0],[6,6,6],[6,6,6],[0,0,0],[3,1,2],[1,0,0],[2,0,1],[6,4,5],[6,4,5],[3,1,2],[2,0,3],[2,0,3],[5,3,6],[13,8,12],[18,13,17],[25,19,21],[13,5,3],[33,26,18],[48,41,25],[62,54,33],[44,34,9],[50,41,8],[62,58,11],[122,119,68],[111,109,58],[172,170,121],[143,140,95],[121,117,79],[78,73,41],[73,66,38],[100,89,67],[64,53,33],[35,23,1],[49,33,8],[107,91,58],[107,89,49],[103,87,38],[134,124,73],[155,157,110],[115,124,79],[108,119,76],[117,129,89],[125,139,104],[178,193,164],[210,225,204],[245,255,248],[228,245,239],[118,136,136],[157,177,178],[204,225,226],[179,204,200],[148,175,168],[177,205,193],[151,178,169],[153,178,175],[171,195,197],[221,251,251],[211,237,238],[183,197,206],[183,197,208],[189,211,225],[161,187,202],[160,187,204],[155,180,200],[169,187,211],[178,198,222],[149,181,202],[132,168,190],[159,191,216],[172,209,236],[139,188,218],[178,229,255],[178,219,251],[151,184,217],[167,193,226],[209,234,255],[183,210,239],[167,201,226],[154,196,218],[157,204,224],[165,211,234],[155,200,223],[200,235,255],[217,246,255],[187,207,242],[225,245,255],[171,196,227],[158,185,212],[166,188,212],[191,211,235],[165,186,207],[205,223,245],[208,220,246],[202,207,236],[211,210,242],[197,193,228],[191,185,221],[209,203,239],[250,243,255],[241,239,255],[195,200,242],[198,211,255],[192,215,255],[175,202,247],[181,204,246],[191,210,252],[185,200,239],[201,215,252],[220,236,255],[196,212,245],[163,178,211],[168,181,213],[185,194,227],[173,179,211],[161,165,194],[209,206,235],[241,230,255],[208,196,220],[206,204,218],[186,186,196],[206,207,212],[252,252,254],[206,205,203],[209,204,201],[214,202,202],[245,231,231],[255,249,255],[255,242,254],[209,195,210],[204,195,214],[203,201,222],[230,236,255],[196,210,236],[160,178,200],[165,187,200],[192,214,225],[161,183,196],[195,212,228],[235,248,255],[234,242,255],[215,220,239],[240,246,255],[236,245,250],[214,224,223],[209,219,210],[186,194,181],[225,229,212],[228,231,212],[177,182,160],[137,147,122],[159,178,150],[203,219,190],[177,182,150],[70,69,39],[65,62,43],[132,130,117],[153,153,143],[253,250,235],[220,214,182],[185,178,134],[203,199,152],[243,241,193],[197,200,153],[162,164,115],[177,174,121],[153,143,94],[122,104,66],[120,96,60],[88,59,19],[151,112,71],[206,152,114],[201,143,105],[168,116,77],[107,59,19],[105,56,16],[133,77,40],[183,119,83],[174,114,78],[129,83,47],[121,85,53],[89,55,30],[93,62,44],[146,113,104],[95,64,59],[64,39,34],[27,7,0],[50,31,24],[54,34,27],[62,35,26],[57,21,9],[57,11,0],[116,63,45],[126,69,49],[118,60,38],[115,59,36],[109,59,36],[104,59,36],[84,46,27],[55,23,10],[41,14,5],[17,0,0],[13,0,0],[21,10,8],[13,5,3],[3,0,0],[6,4,5],[6,2,3],[6,2,1],[4,0,0],[8,3,0],[16,11,8],[10,6,3],[3,0,0],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[12,8,7],[84,80,79],[85,81,80],[9,5,4],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[3,3,3],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[1,1,1],[2,2,2],[1,1,1],[64,64,66],[24,24,26],[1,1,3],[1,1,3],[1,1,3],[2,2,4],[4,4,6],[0,0,2],[1,1,1],[9,9,9],[0,0,0],[12,12,12],[1,0,2],[11,9,12],[14,10,11],[24,18,18],[30,22,20],[36,27,22],[34,24,14],[63,51,35],[77,65,41],[65,54,24],[92,79,45],[113,101,63],[94,88,40],[75,72,19],[163,162,108],[184,182,131],[186,185,137],[61,59,18],[42,39,6],[64,58,34],[84,77,61],[69,59,47],[84,72,60],[112,101,83],[113,101,75],[103,90,55],[94,83,38],[116,112,65],[152,163,120],[120,136,97],[119,136,94],[80,96,57],[111,127,90],[162,182,147],[178,201,173],[172,200,178],[146,177,162],[122,155,146],[138,173,169],[130,165,161],[111,143,140],[161,192,186],[180,207,200],[161,190,186],[133,163,173],[152,184,197],[186,216,224],[158,183,188],[183,193,202],[230,238,249],[175,193,207],[158,181,197],[152,178,195],[173,195,216],[216,232,255],[221,241,255],[162,198,224],[119,163,192],[132,177,216],[150,198,238],[148,201,235],[150,200,233],[154,203,235],[154,199,232],[144,187,219],[142,183,213],[151,192,220],[161,203,228],[163,205,229],[176,218,240],[181,222,242],[220,255,255],[203,238,255],[189,220,240],[207,234,255],[196,224,248],[167,201,229],[156,185,215],[186,202,228],[184,199,220],[167,193,208],[182,211,229],[175,203,227],[152,179,209],[167,191,227],[158,180,217],[156,176,211],[170,184,221],[188,191,232],[211,212,255],[212,222,255],[181,197,246],[174,191,235],[178,196,236],[189,204,243],[190,204,241],[221,234,255],[208,219,251],[197,208,236],[235,242,255],[207,213,239],[205,207,232],[213,210,237],[198,189,216],[196,183,209],[219,203,230],[233,213,240],[222,204,228],[202,196,210],[172,171,179],[206,205,213],[255,253,255],[212,207,213],[208,199,204],[224,209,216],[255,245,254],[255,248,255],[255,243,255],[235,218,234],[216,207,226],[221,223,246],[199,211,237],[139,159,186],[140,161,188],[147,163,186],[181,199,219],[172,199,218],[132,160,181],[167,191,215],[204,224,249],[173,193,217],[171,192,211],[180,204,214],[206,227,230],[240,255,253],[220,230,222],[200,200,190],[217,214,199],[240,241,223],[185,189,166],[208,212,187],[184,187,160],[119,119,91],[100,100,74],[83,85,64],[100,102,88],[116,119,112],[78,80,66],[205,207,170],[167,166,120],[116,113,70],[209,206,165],[182,177,139],[91,86,48],[185,176,137],[227,213,174],[219,200,157],[180,153,110],[101,63,24],[98,52,18],[176,123,91],[151,96,65],[136,86,51],[124,76,38],[98,49,9],[116,62,24],[176,118,81],[161,102,68],[123,72,41],[123,79,52],[70,34,12],[123,88,68],[106,68,49],[108,69,52],[79,45,33],[42,14,3],[35,10,3],[56,31,24],[43,13,3],[77,41,27],[56,10,0],[70,18,0],[130,74,49],[124,67,40],[111,55,30],[122,70,48],[96,49,29],[87,48,31],[62,32,22],[49,24,19],[20,0,0],[11,0,0],[15,4,2],[5,0,0],[4,0,0],[5,3,4],[5,1,2],[5,1,2],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[5,1,0],[3,2,0],[8,4,3],[3,0,0],[3,0,0],[6,2,1],[12,8,7],[12,8,7],[7,3,2],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,1,3],[2,2,4],[1,1,3],[3,3,3],[0,0,0],[7,7,7],[0,0,0],[5,3,4],[9,7,8],[9,5,4],[19,14,11],[54,47,41],[27,19,8],[39,30,13],[60,49,27],[119,108,80],[99,86,52],[98,84,47],[106,94,52],[125,118,72],[87,85,34],[89,88,34],[138,138,84],[162,162,110],[95,97,48],[54,55,15],[32,31,0],[47,45,22],[49,43,27],[95,88,72],[101,93,72],[57,50,21],[71,63,24],[71,65,17],[119,118,70],[166,179,136],[115,133,93],[89,106,64],[77,92,51],[121,136,95],[182,198,161],[165,186,153],[152,181,153],[49,82,63],[84,122,107],[108,148,139],[111,150,145],[116,151,145],[149,180,174],[160,185,179],[141,166,163],[174,201,212],[148,176,190],[120,150,160],[128,153,160],[189,201,213],[204,213,228],[165,182,198],[138,161,179],[178,203,223],[192,216,240],[182,202,229],[170,195,225],[160,201,231],[148,197,230],[145,194,235],[139,188,229],[122,174,211],[118,171,205],[119,172,206],[122,175,207],[125,175,208],[126,177,208],[131,180,210],[136,183,211],[139,183,210],[163,205,229],[169,207,230],[200,237,255],[193,228,247],[175,208,225],[175,207,222],[182,213,234],[147,180,211],[158,187,219],[176,191,220],[179,193,219],[189,214,234],[198,231,250],[176,210,235],[152,187,217],[143,179,213],[145,181,215],[146,181,213],[159,185,220],[200,212,252],[221,228,255],[191,208,254],[170,188,234],[177,192,233],[183,197,236],[182,194,232],[156,169,203],[189,202,234],[226,237,255],[216,223,251],[180,186,210],[208,210,233],[222,220,242],[214,206,229],[213,201,223],[205,190,213],[241,222,244],[245,223,246],[228,211,230],[219,211,224],[252,249,255],[203,200,207],[196,193,200],[216,211,218],[221,211,219],[247,231,241],[255,248,255],[255,244,253],[231,211,223],[216,202,217],[221,214,232],[225,230,252],[154,170,195],[143,169,196],[142,168,195],[152,170,194],[180,198,220],[167,194,215],[144,175,196],[154,184,208],[178,206,230],[179,205,228],[160,187,208],[136,165,179],[167,196,202],[191,211,212],[226,236,235],[190,189,184],[215,211,200],[225,223,208],[247,246,225],[226,222,195],[203,198,168],[147,143,114],[118,117,89],[92,92,66],[135,137,115],[155,158,141],[78,81,60],[121,125,92],[142,144,107],[121,121,87],[137,132,100],[139,133,101],[111,102,69],[153,142,110],[193,179,142],[182,163,120],[212,185,142],[90,52,16],[157,112,81],[154,104,77],[125,74,47],[115,69,36],[148,102,68],[134,89,50],[85,37,0],[165,113,76],[110,55,24],[70,19,0],[62,17,0],[72,37,17],[89,54,34],[73,32,10],[89,47,25],[73,37,21],[67,35,24],[81,54,45],[27,0,0],[48,18,8],[54,18,4],[61,18,0],[75,25,2],[109,55,29],[114,58,31],[108,56,32],[68,20,0],[49,4,0],[60,22,9],[63,34,26],[32,8,4],[35,16,12],[19,5,2],[11,1,0],[23,18,15],[8,4,3],[1,0,0],[5,0,4],[5,0,4],[6,0,2],[6,0,0],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[3,0,0],[6,2,1],[9,5,4],[7,3,2],[4,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[2,2,4],[0,0,2],[0,0,2],[2,2,2],[0,2,0],[14,16,13],[65,65,63],[0,0,0],[1,0,0],[12,11,9],[17,13,12],[14,9,5],[47,40,32],[70,62,51],[36,27,10],[30,19,0],[62,51,23],[99,86,54],[106,93,58],[105,96,57],[78,73,31],[76,75,29],[78,78,28],[135,138,85],[200,203,146],[154,157,100],[122,125,72],[86,88,41],[30,30,0],[88,88,54],[64,61,28],[36,32,0],[43,40,0],[44,40,0],[77,74,19],[169,169,115],[181,190,145],[177,189,149],[168,176,135],[171,180,137],[149,156,114],[177,185,146],[201,215,180],[224,243,215],[158,183,162],[136,167,152],[113,146,137],[141,174,167],[142,173,167],[159,186,179],[205,228,220],[168,187,181],[170,182,182],[141,156,159],[159,184,189],[218,245,254],[212,229,245],[214,231,251],[159,182,200],[170,197,216],[216,246,255],[145,176,204],[141,171,205],[144,180,216],[155,204,237],[184,234,255],[159,202,236],[132,175,209],[132,182,217],[124,178,214],[124,176,213],[127,180,214],[130,180,215],[131,181,216],[130,179,212],[129,175,208],[138,181,213],[144,185,213],[150,187,214],[177,213,237],[180,215,237],[172,204,227],[158,189,210],[166,196,222],[158,187,219],[153,177,213],[166,180,217],[174,189,222],[167,188,217],[179,207,231],[199,229,253],[186,218,243],[156,190,217],[143,178,206],[139,172,203],[149,175,208],[178,194,230],[182,196,233],[165,185,218],[182,202,237],[187,202,241],[168,182,221],[173,187,224],[173,186,221],[185,198,232],[185,196,226],[182,191,220],[178,185,211],[201,205,230],[211,212,233],[220,217,238],[191,183,204],[205,194,211],[228,215,233],[255,246,255],[230,218,232],[186,179,187],[188,183,190],[179,174,181],[228,223,229],[252,247,253],[224,218,222],[255,248,255],[255,250,255],[255,242,250],[241,224,234],[237,225,237],[212,208,223],[189,196,215],[150,166,191],[171,197,224],[152,180,204],[158,180,201],[188,209,226],[168,189,206],[156,182,199],[154,183,199],[167,196,214],[200,225,245],[178,204,221],[133,162,176],[146,173,184],[157,174,182],[162,171,176],[124,130,128],[165,168,159],[148,144,133],[212,205,186],[231,226,194],[186,182,144],[204,198,162],[169,161,125],[132,123,90],[166,160,124],[128,124,86],[103,103,69],[114,113,93],[91,92,78],[85,86,70],[212,211,191],[116,112,87],[54,47,18],[109,99,64],[130,116,79],[168,153,112],[244,220,182],[171,138,107],[186,144,119],[140,94,70],[106,60,36],[96,55,27],[139,98,68],[203,163,128],[126,81,48],[109,60,28],[96,46,19],[72,26,2],[60,19,0],[50,19,1],[53,22,4],[94,56,37],[78,40,21],[92,56,42],[102,72,62],[123,96,89],[64,37,30],[58,28,18],[78,42,28],[88,45,28],[125,77,55],[141,89,65],[127,75,51],[99,51,29],[56,11,0],[67,25,11],[67,33,23],[37,10,3],[33,12,7],[34,16,12],[12,0,0],[20,10,8],[27,22,19],[3,0,0],[11,9,10],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[5,1,0],[9,5,4],[11,7,6],[10,6,5],[6,2,1],[4,0,0],[5,1,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[1,1,1],[2,2,4],[5,5,7],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,4],[2,4,1],[26,28,23],[77,79,76],[2,2,0],[5,5,3],[16,15,11],[21,20,16],[12,9,4],[21,17,8],[62,56,44],[85,78,60],[13,5,0],[22,12,0],[39,30,0],[38,28,0],[67,57,21],[50,41,8],[63,57,21],[90,85,43],[125,123,72],[100,99,42],[71,71,9],[147,147,85],[155,154,97],[156,155,101],[144,142,93],[110,106,59],[84,77,31],[95,89,39],[103,96,42],[131,125,65],[201,199,142],[237,243,195],[214,221,179],[167,173,129],[172,173,129],[137,138,94],[147,148,108],[208,214,178],[211,221,194],[243,255,239],[139,162,146],[141,167,156],[160,187,180],[150,177,170],[152,178,169],[170,191,182],[190,206,196],[174,181,174],[191,200,199],[195,216,221],[195,222,233],[171,189,209],[194,212,234],[153,176,194],[189,216,235],[171,201,225],[177,211,239],[168,203,241],[141,185,224],[129,183,219],[135,188,222],[135,178,210],[126,167,199],[125,175,212],[124,178,216],[129,181,220],[130,182,219],[129,181,218],[133,183,220],[136,186,221],[136,185,218],[151,196,229],[140,183,215],[157,196,227],[174,211,240],[159,194,222],[161,195,222],[157,188,216],[169,200,229],[172,205,238],[146,176,212],[150,175,215],[174,198,236],[154,180,213],[153,180,209],[186,214,236],[176,207,227],[184,215,236],[173,203,227],[167,194,223],[165,188,220],[164,180,213],[164,178,207],[165,179,205],[167,181,207],[196,209,243],[184,198,235],[179,193,228],[168,181,215],[175,188,220],[164,175,205],[170,179,208],[186,193,219],[193,199,223],[187,189,210],[241,242,255],[224,221,238],[232,228,242],[201,195,207],[237,229,240],[255,245,254],[240,230,238],[188,179,184],[227,221,225],[255,253,255],[223,218,222],[229,223,225],[255,252,255],[255,247,251],[237,225,229],[233,220,227],[241,234,242],[209,208,222],[159,167,186],[159,175,198],[154,180,205],[151,181,205],[158,187,203],[183,209,222],[155,174,188],[155,174,188],[172,196,208],[183,210,221],[196,224,236],[166,194,208],[149,177,191],[133,156,172],[143,162,176],[140,157,165],[119,133,134],[102,108,104],[120,115,109],[164,155,138],[197,188,157],[196,188,149],[215,205,169],[230,220,184],[230,221,182],[200,193,149],[117,114,59],[103,100,55],[82,77,57],[30,26,15],[68,65,48],[181,179,158],[183,179,154],[41,37,8],[66,61,29],[128,120,84],[190,176,139],[240,217,183],[255,231,202],[156,119,93],[91,49,25],[78,36,12],[42,2,0],[70,33,4],[193,154,123],[200,159,127],[100,55,26],[108,61,35],[84,39,18],[90,52,33],[73,41,26],[48,19,3],[65,28,10],[65,28,10],[55,21,9],[60,30,20],[42,15,8],[53,26,19],[39,9,0],[65,29,15],[83,42,24],[118,71,51],[141,93,71],[143,95,73],[87,42,23],[66,27,12],[73,36,27],[40,10,2],[45,20,15],[39,18,13],[25,7,3],[17,3,0],[8,0,0],[5,0,0],[10,6,5],[1,0,0],[5,1,2],[5,1,2],[6,0,2],[6,0,2],[5,1,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[6,2,1],[9,5,4],[11,7,6],[9,5,4],[5,1,0],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[3,3,3],[1,1,1],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,3,5],[4,4,6],[1,1,3],[2,2,2],[0,2,0],[0,1,0],[9,11,6],[0,1,0],[13,14,9],[6,5,1],[6,5,1],[5,2,0],[18,14,5],[42,36,24],[65,60,41],[79,73,51],[98,92,66],[42,35,6],[19,10,0],[28,17,0],[56,40,15],[45,27,3],[93,77,43],[119,105,60],[106,93,38],[130,120,58],[91,82,15],[150,141,74],[170,160,98],[160,148,88],[142,129,74],[205,190,135],[193,178,123],[200,183,127],[185,169,110],[194,183,127],[255,255,209],[213,219,173],[178,177,131],[170,167,122],[169,162,118],[159,154,114],[190,187,152],[174,177,148],[222,231,210],[239,253,238],[214,234,225],[163,186,178],[155,178,170],[143,166,158],[166,187,178],[183,199,189],[242,248,244],[226,236,237],[219,243,247],[216,240,250],[201,218,236],[170,187,205],[203,222,237],[198,221,237],[195,223,244],[181,212,240],[188,224,255],[140,184,223],[122,180,218],[141,199,236],[118,166,202],[130,176,212],[122,174,213],[124,177,217],[129,182,222],[130,182,222],[128,180,220],[135,184,224],[140,189,229],[140,188,228],[151,195,234],[132,174,212],[143,183,219],[160,198,234],[163,197,232],[182,215,248],[173,206,239],[182,217,249],[158,201,233],[153,199,233],[148,194,230],[157,199,237],[145,181,217],[133,164,193],[159,187,208],[173,200,217],[190,216,233],[209,230,251],[196,213,243],[181,194,228],[181,190,221],[201,207,233],[219,218,236],[191,190,208],[178,185,213],[194,205,237],[198,209,241],[174,185,217],[170,181,211],[165,176,206],[176,185,214],[177,184,210],[149,155,179],[189,194,214],[251,254,255],[245,247,255],[233,233,243],[199,198,204],[181,179,184],[233,227,231],[255,251,255],[246,233,240],[255,252,255],[254,248,250],[224,220,221],[255,254,255],[246,240,242],[255,253,253],[199,190,191],[183,177,181],[195,192,199],[199,201,213],[168,180,196],[140,158,178],[118,144,167],[138,169,190],[151,184,199],[185,215,225],[191,214,222],[188,205,213],[188,203,210],[182,203,208],[168,201,206],[145,177,188],[159,177,197],[173,189,212],[154,180,197],[150,176,189],[155,174,180],[124,134,135],[198,194,191],[179,167,155],[187,171,146],[232,217,186],[220,207,175],[220,212,176],[244,239,201],[228,226,178],[167,165,106],[156,153,98],[158,149,116],[147,135,109],[85,74,42],[53,45,9],[173,168,138],[154,153,125],[153,155,133],[213,211,186],[132,119,87],[157,133,99],[203,169,141],[114,74,49],[52,7,0],[102,57,34],[81,39,14],[109,70,41],[97,56,26],[152,109,77],[127,80,52],[133,83,58],[115,69,46],[93,52,32],[123,90,71],[98,67,49],[94,59,40],[49,12,0],[55,21,11],[46,16,6],[21,0,0],[78,49,41],[32,0,0],[94,58,44],[77,35,19],[85,40,21],[121,74,54],[150,105,86],[65,26,11],[44,7,0],[35,4,0],[40,12,9],[41,17,13],[34,15,11],[11,0,0],[8,0,0],[11,3,0],[4,0,0],[3,0,0],[10,6,7],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[1,1,1],[3,3,3],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,1,1],[3,3,5],[4,4,6],[5,5,7],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[1,3,2],[3,8,4],[0,5,0],[0,2,0],[13,15,10],[18,20,15],[10,11,6],[13,12,8],[10,9,4],[20,17,8],[34,30,18],[45,42,25],[41,36,16],[56,52,27],[85,81,52],[57,52,22],[59,49,22],[48,31,13],[48,27,8],[45,25,0],[95,80,39],[115,102,50],[119,108,46],[131,120,54],[139,129,60],[112,101,35],[122,111,47],[147,136,74],[83,68,9],[153,138,79],[207,191,132],[184,168,108],[217,206,150],[230,232,183],[205,211,165],[212,211,165],[175,171,126],[169,160,117],[161,152,111],[190,184,150],[242,241,213],[231,236,216],[235,247,233],[203,220,212],[133,156,150],[157,182,176],[161,186,180],[165,188,180],[185,204,198],[233,242,239],[230,240,241],[203,224,227],[191,214,222],[205,221,236],[181,198,216],[189,212,230],[197,225,246],[195,230,252],[152,187,215],[131,167,201],[135,178,213],[126,180,214],[123,182,214],[132,182,215],[120,168,204],[123,175,214],[121,174,214],[121,174,214],[121,174,214],[125,178,218],[135,187,227],[136,188,228],[131,180,221],[145,190,231],[151,195,234],[153,195,235],[156,195,234],[160,195,233],[169,203,240],[156,190,227],[178,214,250],[166,211,244],[144,194,227],[129,185,220],[129,181,218],[136,174,211],[164,195,226],[191,218,239],[179,202,218],[166,187,204],[185,202,222],[175,189,216],[165,176,206],[162,176,202],[177,185,204],[209,205,219],[222,218,232],[177,182,202],[176,186,211],[188,198,225],[184,194,221],[173,183,210],[164,171,199],[184,191,217],[181,187,211],[185,190,212],[199,204,223],[224,227,242],[217,220,229],[250,251,255],[208,207,212],[162,162,162],[219,215,216],[255,246,251],[255,249,255],[254,242,246],[250,241,244],[249,245,246],[246,244,245],[180,179,177],[213,212,210],[220,216,215],[217,215,216],[209,210,215],[180,184,195],[179,191,205],[151,170,187],[161,188,209],[132,164,185],[148,187,202],[158,192,202],[188,211,219],[192,207,212],[170,184,185],[155,175,176],[133,163,165],[111,141,149],[142,163,182],[154,176,200],[167,198,219],[157,188,206],[149,176,185],[188,203,208],[237,237,237],[170,159,153],[162,151,133],[210,198,174],[215,206,177],[214,205,172],[228,223,185],[240,236,191],[208,202,152],[195,187,138],[131,119,79],[184,172,134],[190,179,134],[104,97,51],[146,143,102],[205,205,169],[238,241,210],[228,225,194],[146,130,96],[197,168,134],[179,140,109],[114,69,40],[64,17,0],[131,84,58],[161,116,87],[140,97,65],[130,87,53],[104,58,25],[94,43,12],[90,36,8],[128,76,52],[96,50,27],[98,60,37],[83,48,28],[60,23,5],[53,17,3],[73,39,29],[84,51,42],[56,26,16],[56,26,16],[57,23,11],[78,40,27],[98,56,40],[88,45,28],[103,60,43],[123,81,65],[75,39,27],[58,28,20],[26,1,0],[48,24,24],[39,18,15],[19,0,0],[71,56,53],[72,61,59],[15,7,5],[4,0,0],[7,3,2],[4,0,1],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[7,3,2],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[3,0,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[2,2,2],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[1,1,1],[15,15,15],[4,4,6],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[4,4,6],[4,5,7],[0,1,0],[6,10,9],[1,5,4],[6,8,7],[3,5,4],[0,0,0],[10,9,5],[4,3,0],[22,19,12],[32,30,18],[49,47,32],[43,40,21],[57,55,34],[41,39,14],[81,80,52],[77,73,48],[64,55,38],[95,84,66],[79,69,42],[75,70,32],[116,112,64],[96,94,37],[129,128,64],[142,141,76],[130,129,64],[153,152,88],[153,151,90],[195,190,132],[203,198,140],[215,209,151],[163,157,97],[207,206,150],[225,233,184],[191,200,157],[189,192,147],[179,176,133],[159,152,110],[146,138,101],[170,165,133],[219,219,193],[207,214,198],[167,180,170],[134,155,150],[95,121,118],[116,145,141],[132,163,158],[180,209,204],[194,216,213],[218,230,230],[185,193,195],[147,163,162],[166,184,188],[169,183,196],[185,203,223],[151,185,212],[154,198,227],[155,201,234],[149,193,228],[143,182,215],[139,178,209],[157,204,230],[154,204,229],[126,171,200],[127,173,206],[123,175,212],[120,176,213],[121,177,214],[125,179,217],[136,189,229],[151,203,243],[152,204,244],[143,192,233],[141,188,230],[154,199,240],[147,190,232],[148,190,230],[156,195,236],[167,205,244],[158,193,233],[170,205,243],[170,205,243],[139,182,217],[143,196,230],[143,191,227],[143,177,214],[193,218,249],[219,241,255],[185,206,225],[179,198,215],[169,187,207],[189,205,230],[180,200,224],[164,191,208],[166,190,202],[179,188,195],[214,217,224],[202,206,218],[188,194,210],[170,175,194],[161,163,184],[174,176,197],[185,187,210],[206,208,229],[190,192,213],[190,191,211],[208,209,227],[221,220,234],[200,198,209],[219,218,224],[189,187,190],[192,191,189],[229,223,223],[219,202,208],[249,228,235],[255,242,249],[255,249,254],[255,254,255],[250,250,250],[187,189,186],[181,183,180],[207,207,205],[206,208,207],[206,210,213],[163,170,178],[153,167,180],[161,179,199],[195,221,244],[143,175,198],[140,183,200],[137,176,191],[170,189,203],[189,204,211],[172,190,190],[150,170,169],[141,162,165],[138,162,172],[141,172,190],[125,160,182],[103,135,160],[96,128,151],[152,186,198],[181,206,211],[179,185,185],[206,205,200],[149,151,140],[177,180,161],[149,147,122],[190,184,152],[212,199,165],[236,221,188],[255,253,227],[224,209,180],[175,166,125],[168,164,116],[209,209,159],[235,238,185],[148,151,96],[161,162,105],[141,140,84],[200,190,139],[206,182,138],[230,192,155],[161,112,79],[140,87,55],[105,50,19],[86,31,0],[118,68,33],[126,78,42],[102,54,16],[90,38,1],[100,41,7],[84,23,0],[141,82,52],[131,77,49],[104,59,30],[99,59,33],[44,5,0],[65,27,14],[117,81,69],[73,39,29],[39,5,0],[43,9,0],[77,39,26],[88,49,34],[63,21,5],[79,36,19],[98,56,40],[85,47,34],[82,49,40],[65,36,32],[34,10,10],[38,18,19],[45,25,24],[16,0,0],[29,15,14],[22,12,10],[6,1,0],[12,8,5],[4,0,0],[4,0,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[7,3,2],[5,1,0],[4,0,0],[6,2,1],[7,3,2],[6,2,1],[5,1,0],[6,2,1],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[1,1,1],[4,4,4],[0,0,0],[9,9,9],[32,32,32],[11,11,13],[0,0,2],[0,0,2],[5,5,7],[2,2,4],[2,2,4],[4,4,6],[0,0,2],[4,8,9],[0,2,2],[0,1,2],[3,7,8],[16,17,19],[4,6,5],[11,11,9],[14,13,9],[20,17,12],[22,19,12],[30,28,16],[46,44,29],[61,60,42],[76,78,57],[75,77,55],[29,28,7],[66,63,46],[86,83,64],[92,92,66],[83,84,50],[88,91,48],[104,108,58],[103,108,54],[96,101,43],[137,142,84],[146,151,95],[154,159,103],[199,204,150],[225,228,175],[182,185,130],[157,160,105],[167,174,122],[202,215,171],[177,192,151],[186,195,152],[253,255,215],[221,219,180],[200,197,162],[234,233,203],[240,244,221],[231,242,228],[124,141,133],[134,160,157],[117,149,148],[146,180,181],[148,184,184],[123,159,157],[127,158,160],[183,206,212],[207,226,233],[158,179,182],[174,193,197],[204,216,228],[215,232,250],[192,226,251],[152,196,223],[125,170,201],[128,171,203],[157,191,219],[203,237,255],[196,241,255],[154,204,227],[142,191,221],[138,191,223],[115,169,205],[116,172,207],[117,173,208],[118,174,209],[124,180,217],[135,189,227],[135,189,227],[125,177,216],[137,186,226],[147,195,235],[148,193,234],[153,197,236],[145,187,227],[162,201,242],[170,208,247],[175,210,250],[190,222,255],[165,200,238],[154,203,235],[144,191,221],[162,193,224],[205,226,255],[204,224,249],[184,204,228],[192,213,234],[159,180,201],[196,218,239],[175,202,221],[162,200,211],[204,241,247],[194,213,219],[190,197,203],[191,196,202],[201,204,211],[185,185,195],[176,176,188],[195,194,208],[187,184,201],[199,196,213],[208,205,222],[204,201,218],[204,200,215],[200,197,208],[248,243,250],[228,223,229],[215,211,212],[227,223,222],[236,226,227],[221,200,207],[220,197,207],[255,249,255],[255,251,255],[252,248,249],[244,246,245],[209,214,210],[202,207,203],[212,214,211],[160,164,163],[191,196,199],[209,218,225],[151,165,178],[136,155,172],[142,167,189],[137,169,192],[131,173,195],[118,159,177],[126,152,167],[178,197,204],[209,227,229],[183,201,201],[163,181,185],[165,187,198],[125,161,177],[110,151,173],[127,164,190],[132,170,193],[84,122,135],[72,101,107],[199,213,213],[244,253,248],[238,251,242],[225,237,225],[172,179,163],[141,143,122],[128,122,98],[194,183,161],[255,241,225],[229,215,188],[218,211,157],[218,214,150],[200,200,140],[215,214,157],[161,161,101],[121,121,59],[166,165,100],[166,154,94],[149,118,71],[208,164,125],[146,94,57],[136,77,43],[124,64,30],[129,71,34],[131,77,39],[161,109,70],[115,63,24],[102,48,10],[143,83,49],[149,86,53],[191,130,99],[149,92,62],[138,89,56],[132,88,59],[83,45,26],[46,8,0],[76,38,25],[85,49,35],[73,37,23],[45,9,0],[64,27,11],[80,41,24],[49,7,0],[53,11,0],[70,31,16],[50,14,2],[85,55,47],[61,36,32],[51,31,30],[43,25,25],[35,17,17],[30,15,12],[14,3,1],[9,0,0],[4,0,0],[3,0,0],[9,5,4],[5,1,0],[6,0,2],[6,0,2],[8,0,2],[8,0,2],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[3,0,0],[3,0,0],[4,0,0],[6,2,1],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0],[4,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[2,2,4],[2,3,7],[2,5,10],[0,2,6],[5,9,12],[0,3,6],[11,12,16],[10,10,12],[2,0,1],[44,43,41],[22,21,17],[27,26,21],[35,35,25],[40,40,28],[5,6,0],[50,53,36],[53,56,37],[66,69,50],[68,73,53],[57,62,40],[35,40,17],[63,69,41],[73,80,47],[72,80,43],[91,99,60],[96,104,63],[97,105,64],[107,115,74],[88,96,55],[101,110,67],[102,111,68],[83,92,47],[123,135,85],[158,174,127],[112,134,95],[82,104,68],[108,124,87],[163,175,137],[198,204,168],[198,203,171],[229,235,209],[240,249,230],[228,245,235],[180,205,201],[184,218,219],[155,194,199],[126,170,173],[104,149,152],[86,131,134],[91,136,142],[107,150,169],[115,153,176],[130,166,180],[147,174,185],[182,195,204],[240,252,255],[232,254,255],[215,243,255],[164,193,209],[158,185,204],[226,248,255],[214,242,255],[150,195,218],[137,193,220],[124,186,223],[134,196,235],[116,176,210],[118,177,209],[123,182,214],[125,181,214],[121,177,212],[124,180,215],[126,182,217],[121,175,213],[130,182,221],[146,196,233],[148,196,234],[143,188,227],[144,188,227],[150,192,230],[152,194,232],[158,196,235],[163,192,232],[159,193,230],[144,191,217],[158,204,227],[191,223,246],[191,215,241],[190,211,240],[211,232,255],[194,218,244],[174,200,223],[178,207,225],[166,202,216],[149,196,202],[154,199,204],[157,184,195],[167,180,189],[186,190,191],[207,206,204],[184,180,181],[205,200,204],[198,193,199],[201,194,202],[190,182,193],[181,170,184],[215,204,218],[200,190,201],[214,204,213],[237,226,234],[253,242,248],[243,231,235],[229,217,219],[220,205,208],[227,204,214],[233,209,222],[255,244,254],[242,231,239],[219,214,218],[216,216,216],[245,247,244],[228,233,229],[198,203,199],[171,175,174],[188,193,196],[221,228,236],[196,208,220],[159,176,194],[136,158,181],[143,173,199],[125,164,193],[129,169,195],[112,148,164],[143,170,181],[181,194,200],[149,158,163],[163,180,187],[134,158,168],[115,146,164],[133,174,196],[113,164,185],[112,159,179],[140,173,188],[175,202,209],[184,206,204],[122,143,136],[158,178,169],[238,255,249],[232,248,248],[234,248,248],[197,208,200],[198,204,190],[241,241,217],[201,199,151],[200,194,116],[203,196,108],[188,176,104],[93,82,20],[211,200,144],[153,146,91],[204,202,145],[132,121,67],[132,99,54],[223,175,137],[208,152,115],[176,116,80],[113,50,15],[108,48,12],[151,97,59],[159,107,68],[119,67,30],[133,77,42],[198,135,104],[199,134,104],[178,114,86],[138,81,51],[106,56,23],[115,70,41],[95,54,34],[64,25,10],[53,14,0],[72,35,19],[86,49,33],[80,43,27],[75,36,21],[75,36,19],[86,47,30],[63,26,10],[43,7,0],[24,0,0],[20,0,0],[58,34,30],[33,15,13],[29,13,13],[21,5,5],[19,5,4],[13,3,2],[10,2,0],[7,1,1],[5,1,0],[5,1,0],[6,2,1],[5,0,0],[7,0,0],[7,0,0],[7,0,0],[5,0,0],[5,0,0],[4,0,0],[2,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[2,2,4],[1,2,6],[1,4,11],[0,2,8],[3,6,13],[0,3,8],[7,8,12],[9,9,11],[10,8,9],[40,39,37],[23,22,18],[45,44,39],[20,20,12],[4,6,0],[32,34,21],[13,17,2],[50,54,37],[71,78,60],[32,40,19],[31,40,19],[52,62,38],[27,37,13],[45,55,31],[74,84,59],[94,104,79],[36,46,21],[98,108,81],[120,130,103],[137,148,118],[116,127,95],[64,75,41],[109,121,83],[145,160,119],[175,193,153],[105,132,97],[65,95,61],[67,91,57],[133,150,116],[177,188,156],[229,240,210],[246,255,234],[151,168,150],[125,148,140],[144,176,173],[161,201,203],[109,154,160],[137,186,191],[138,189,193],[74,125,129],[93,143,154],[95,143,166],[102,148,174],[114,157,176],[139,172,187],[176,194,208],[210,222,234],[199,216,224],[218,238,247],[237,255,255],[215,237,250],[227,248,255],[217,245,255],[142,190,213],[119,179,207],[110,172,209],[104,166,205],[119,180,211],[115,175,203],[114,174,202],[114,173,203],[114,173,203],[122,178,211],[126,182,215],[124,180,215],[123,177,213],[127,179,216],[128,178,215],[135,183,219],[150,196,232],[147,191,228],[141,185,222],[150,190,226],[149,183,221],[152,188,222],[144,192,212],[146,193,209],[180,215,234],[197,225,247],[178,203,233],[175,200,231],[179,206,236],[173,203,231],[171,204,223],[152,192,204],[135,186,190],[145,192,200],[153,182,198],[149,165,178],[180,184,183],[234,231,224],[215,212,207],[213,208,205],[207,198,199],[213,204,207],[215,204,210],[186,173,182],[214,201,210],[215,199,209],[206,191,198],[232,217,224],[239,222,228],[243,226,232],[229,213,216],[227,208,214],[229,203,214],[240,216,229],[255,249,255],[234,223,231],[182,177,181],[214,214,214],[242,244,241],[220,222,219],[206,208,203],[167,172,168],[172,176,177],[178,185,191],[171,181,191],[167,183,198],[166,187,206],[154,180,205],[126,161,191],[114,153,182],[127,165,184],[142,172,183],[188,201,210],[172,179,187],[128,143,150],[95,117,128],[104,137,152],[94,137,154],[92,143,162],[100,149,164],[127,161,173],[139,168,174],[107,138,133],[67,98,90],[102,131,127],[89,115,114],[136,162,161],[162,184,182],[217,237,226],[248,255,241],[253,255,227],[224,223,175],[197,192,124],[194,185,108],[150,135,66],[124,108,46],[200,185,128],[171,158,103],[121,112,57],[43,25,0],[124,89,49],[218,170,134],[199,145,111],[188,128,94],[172,112,78],[126,67,33],[123,71,34],[147,99,63],[112,63,30],[131,80,49],[124,67,40],[133,71,46],[160,100,74],[112,58,30],[94,47,17],[123,82,54],[135,94,74],[105,66,49],[64,25,8],[37,0,0],[82,43,28],[111,74,58],[77,40,24],[79,42,26],[100,64,50],[71,37,25],[27,0,0],[28,1,0],[33,10,4],[15,0,0],[27,9,7],[38,22,22],[17,3,2],[15,3,3],[11,3,1],[8,3,0],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[6,0,0],[8,0,0],[8,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[7,10,17],[4,7,16],[7,7,17],[6,6,14],[3,2,8],[6,6,8],[17,15,16],[27,26,24],[13,12,8],[20,19,14],[79,80,72],[39,41,30],[34,38,24],[13,19,5],[15,22,6],[26,33,15],[57,65,44],[16,24,3],[34,41,23],[28,35,19],[54,60,46],[56,59,48],[57,60,49],[43,46,35],[46,50,36],[37,44,28],[65,72,54],[93,101,80],[80,90,65],[81,92,62],[147,161,128],[149,168,136],[95,124,94],[82,112,84],[117,142,112],[141,162,131],[191,208,176],[165,179,153],[186,204,182],[154,177,161],[135,165,157],[100,139,138],[78,123,128],[79,129,136],[102,155,163],[102,157,164],[107,162,169],[95,145,154],[121,163,179],[113,154,172],[105,150,169],[115,156,174],[138,165,184],[166,187,204],[174,196,207],[217,240,248],[220,242,253],[233,255,255],[197,223,246],[130,166,192],[120,171,198],[109,166,193],[132,185,216],[115,168,199],[117,174,203],[110,170,198],[112,173,201],[118,179,207],[118,179,208],[118,177,207],[118,177,207],[120,176,209],[116,172,205],[119,173,207],[119,172,206],[130,180,215],[137,187,222],[124,173,206],[129,175,209],[161,205,240],[150,190,226],[140,184,213],[138,189,206],[144,196,207],[166,208,220],[166,203,221],[146,180,208],[152,185,218],[132,166,201],[146,181,211],[141,177,199],[129,168,185],[137,184,194],[172,214,228],[186,214,238],[159,176,194],[174,180,178],[212,212,202],[221,221,211],[183,180,173],[192,187,183],[188,180,177],[213,203,202],[193,181,183],[196,181,184],[237,221,224],[208,189,195],[255,236,242],[252,231,236],[246,225,230],[246,225,230],[235,212,220],[243,217,228],[252,228,241],[251,234,244],[218,207,215],[174,169,173],[227,227,227],[248,248,246],[238,239,234],[168,169,163],[160,161,156],[176,176,176],[159,163,166],[164,171,179],[158,170,184],[155,172,190],[134,156,179],[125,156,185],[106,141,169],[124,159,179],[126,155,169],[161,179,189],[168,178,187],[144,148,159],[137,151,162],[112,150,161],[115,163,175],[142,188,203],[111,153,167],[90,127,136],[96,131,135],[77,113,109],[88,127,122],[127,168,170],[65,107,105],[38,75,58],[94,124,98],[194,215,182],[220,232,196],[196,200,165],[250,247,216],[255,250,227],[240,229,201],[185,174,128],[166,154,96],[128,112,50],[95,75,14],[53,28,0],[54,23,0],[126,88,52],[183,136,108],[168,114,86],[161,104,75],[181,124,95],[150,97,66],[139,94,61],[133,90,58],[129,88,60],[91,45,21],[82,30,9],[82,26,9],[107,55,34],[90,42,20],[77,35,10],[113,76,50],[177,139,120],[126,87,70],[121,84,66],[72,35,17],[43,6,0],[64,28,12],[55,22,7],[77,45,32],[69,39,28],[50,22,11],[28,4,0],[40,17,11],[36,17,11],[17,0,0],[12,0,0],[15,1,0],[12,0,0],[11,1,2],[10,1,2],[8,2,2],[7,3,2],[5,4,2],[7,3,2],[8,2,2],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[0,1,5],[1,4,13],[0,3,12],[2,2,12],[8,8,16],[6,5,10],[12,12,14],[28,27,25],[23,22,18],[20,19,14],[52,52,42],[57,59,46],[22,26,12],[36,43,27],[74,83,66],[49,58,39],[42,51,32],[20,32,12],[21,33,13],[28,39,22],[17,28,14],[19,27,16],[51,58,51],[51,58,51],[49,56,49],[34,41,33],[61,69,58],[62,73,57],[66,78,58],[64,78,55],[58,72,46],[154,170,141],[132,152,124],[113,143,117],[111,141,115],[107,133,104],[127,147,119],[130,146,117],[171,187,160],[130,149,127],[129,153,137],[183,216,207],[155,196,192],[148,193,196],[119,169,176],[119,172,180],[118,171,179],[116,169,175],[128,175,183],[178,216,229],[165,202,218],[155,202,218],[145,190,209],[138,169,190],[169,192,210],[186,208,219],[216,236,243],[228,251,255],[229,255,255],[178,208,232],[127,166,195],[124,179,209],[115,172,201],[128,179,208],[117,167,194],[115,172,199],[110,170,196],[114,176,201],[123,184,212],[123,184,213],[115,176,205],[113,172,202],[115,174,204],[118,177,209],[119,175,208],[119,173,207],[140,193,227],[159,212,244],[141,191,224],[125,174,207],[144,190,224],[138,181,215],[163,207,234],[168,215,233],[158,204,217],[151,195,208],[148,189,207],[142,182,208],[129,170,202],[123,166,200],[124,169,200],[119,165,188],[132,179,197],[136,184,198],[137,183,199],[156,194,217],[159,186,205],[206,218,218],[196,201,194],[217,220,213],[192,193,187],[192,191,186],[198,193,189],[203,195,192],[187,176,174],[201,187,186],[198,182,182],[181,162,164],[241,221,223],[255,237,239],[240,217,223],[222,199,205],[238,215,221],[234,211,221],[254,233,242],[255,244,251],[227,216,222],[179,175,176],[225,224,222],[255,255,250],[231,231,223],[183,180,171],[185,182,175],[191,190,185],[167,167,167],[192,197,201],[161,170,179],[141,155,168],[131,152,169],[128,156,180],[120,152,177],[125,156,174],[141,167,180],[148,167,174],[139,150,156],[139,142,151],[121,131,140],[95,128,135],[106,149,155],[121,161,169],[75,112,121],[77,114,120],[118,156,157],[87,128,124],[59,104,99],[47,95,95],[54,100,97],[65,106,88],[131,166,136],[166,190,154],[155,171,132],[127,136,93],[148,149,115],[210,202,191],[233,221,209],[253,238,207],[228,211,165],[167,146,93],[121,94,39],[125,93,44],[129,92,50],[119,78,46],[140,93,67],[137,83,57],[140,84,57],[166,110,83],[125,76,46],[112,68,39],[94,57,28],[89,52,26],[39,0,0],[73,26,10],[87,38,23],[97,48,33],[93,48,29],[70,34,10],[79,45,20],[139,102,83],[46,9,0],[73,38,19],[91,55,39],[79,46,31],[108,76,63],[81,51,40],[35,8,0],[60,35,28],[37,17,10],[30,11,5],[45,27,23],[25,10,5],[22,7,4],[14,0,0],[16,2,1],[9,0,0],[9,0,1],[8,2,2],[7,3,2],[5,4,2],[5,4,2],[7,3,2],[6,2,1],[6,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[2,1,6],[10,10,18],[5,8,17],[5,5,13],[10,11,16],[8,8,10],[9,7,8],[19,15,12],[12,9,2],[73,73,63],[52,52,40],[8,10,0],[24,28,11],[36,44,23],[58,67,46],[30,39,18],[33,47,24],[14,32,10],[15,34,14],[20,38,22],[28,46,32],[34,50,39],[53,69,59],[55,68,59],[40,53,43],[56,72,59],[70,87,71],[64,83,63],[94,114,89],[77,100,72],[98,121,92],[162,187,157],[182,208,179],[90,118,93],[136,162,137],[154,177,149],[84,103,75],[133,148,119],[144,158,132],[165,183,159],[206,229,211],[187,219,206],[164,203,198],[146,190,191],[105,153,157],[101,150,155],[104,153,160],[130,177,183],[183,226,233],[201,239,250],[175,214,229],[152,199,215],[146,189,206],[155,184,202],[194,216,230],[198,217,223],[202,221,225],[235,255,255],[195,219,231],[171,201,225],[214,255,255],[116,172,205],[109,172,205],[98,154,187],[128,183,214],[122,182,210],[110,171,199],[105,166,194],[113,174,202],[120,181,210],[116,177,206],[112,173,204],[116,175,207],[112,171,203],[116,172,205],[115,171,204],[132,186,220],[152,205,237],[140,190,223],[121,171,204],[130,176,209],[138,179,211],[167,202,232],[175,209,236],[191,226,248],[173,209,231],[137,178,200],[136,180,207],[117,166,196],[107,160,191],[109,166,195],[97,155,179],[104,162,184],[114,169,189],[120,172,193],[126,181,201],[120,163,179],[146,170,174],[208,220,218],[183,193,192],[194,203,200],[252,255,253],[248,249,244],[174,171,166],[177,170,164],[191,180,176],[188,174,171],[224,209,206],[212,194,192],[225,205,206],[248,228,230],[217,195,198],[238,215,221],[246,225,232],[229,210,216],[251,239,243],[255,247,248],[186,181,178],[158,155,150],[231,228,219],[234,230,219],[192,186,174],[164,156,145],[164,157,147],[165,162,155],[208,210,207],[164,169,172],[133,144,150],[128,145,155],[134,157,173],[126,153,170],[118,146,158],[140,163,171],[141,154,162],[148,157,162],[156,165,170],[111,125,128],[121,142,145],[95,123,127],[86,119,124],[87,125,128],[105,140,144],[105,143,144],[71,116,113],[55,100,95],[67,110,101],[91,132,124],[89,128,123],[56,91,84],[101,129,115],[148,171,143],[181,199,149],[184,192,141],[157,152,122],[192,176,153],[245,221,193],[255,234,204],[255,225,194],[177,143,108],[173,138,100],[151,113,76],[112,67,38],[117,67,42],[153,97,72],[152,95,68],[133,78,48],[114,63,32],[126,85,55],[91,54,27],[63,25,2],[60,19,1],[63,17,4],[79,31,19],[103,55,41],[83,40,23],[72,38,13],[66,34,11],[51,18,0],[34,0,0],[72,39,22],[86,54,39],[69,40,26],[77,50,39],[64,41,33],[31,12,6],[31,16,13],[26,12,11],[40,28,28],[13,3,2],[26,14,14],[17,6,4],[17,3,0],[13,0,0],[10,0,1],[10,1,4],[8,2,4],[8,4,5],[5,4,2],[4,3,1],[5,1,0],[6,0,0],[8,0,0],[8,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[4,3,8],[3,3,11],[0,2,9],[1,2,7],[7,6,11],[13,11,12],[12,11,7],[17,14,7],[29,27,15],[66,67,53],[57,58,40],[32,35,14],[43,51,28],[79,89,64],[85,95,70],[55,68,42],[38,52,27],[23,40,21],[32,51,32],[37,55,41],[35,53,39],[86,102,91],[67,83,72],[70,84,71],[82,96,81],[70,87,68],[75,93,71],[54,74,47],[94,114,86],[98,122,90],[123,147,115],[144,169,139],[117,142,113],[130,154,128],[174,197,171],[138,157,129],[112,127,98],[160,173,143],[129,142,112],[141,157,131],[203,225,204],[194,225,210],[163,198,191],[157,197,196],[136,180,181],[106,150,153],[115,158,164],[179,220,224],[196,233,239],[176,210,219],[178,215,224],[171,214,223],[166,204,215],[169,195,208],[188,207,221],[188,211,219],[224,249,255],[214,242,253],[175,204,220],[212,244,255],[151,192,222],[121,178,208],[100,163,196],[136,194,231],[114,173,207],[121,182,211],[107,168,196],[97,158,186],[105,166,195],[119,180,209],[118,179,210],[110,171,202],[107,168,199],[104,165,196],[110,169,201],[109,168,200],[114,170,203],[122,177,208],[121,174,206],[120,173,205],[133,182,214],[143,188,217],[133,172,201],[144,173,205],[191,220,252],[174,211,238],[118,164,188],[117,169,193],[118,174,199],[99,161,186],[97,161,188],[94,158,185],[103,163,191],[104,155,182],[93,145,167],[95,154,172],[108,160,173],[107,137,145],[184,203,209],[178,196,198],[160,176,176],[204,216,214],[209,215,211],[226,229,222],[198,195,188],[216,209,201],[209,200,193],[223,210,204],[204,189,184],[213,195,193],[238,220,220],[246,226,227],[238,218,220],[255,240,244],[251,235,238],[254,242,242],[255,250,248],[229,224,220],[170,166,157],[211,207,195],[243,237,223],[200,191,176],[151,142,125],[163,154,139],[186,180,168],[198,198,190],[154,159,155],[130,140,139],[122,137,140],[127,147,156],[125,147,158],[133,153,160],[128,145,152],[119,130,134],[160,170,172],[158,172,172],[118,132,132],[143,155,155],[122,138,138],[94,120,119],[82,116,115],[84,120,120],[82,122,122],[65,109,110],[36,81,78],[54,96,86],[85,125,116],[73,109,107],[85,119,118],[101,130,125],[71,94,76],[101,119,81],[164,171,127],[236,230,194],[221,204,174],[178,151,124],[193,159,134],[255,221,198],[249,209,183],[222,183,150],[177,134,100],[132,83,53],[131,75,48],[169,108,80],[182,121,92],[141,82,50],[86,33,0],[86,41,8],[98,59,30],[96,56,31],[88,47,29],[87,39,25],[74,25,11],[96,47,32],[96,51,32],[78,42,16],[75,43,18],[58,25,6],[51,19,4],[56,27,11],[61,33,21],[37,10,0],[20,0,0],[32,14,10],[32,21,19],[6,0,0],[119,113,117],[237,232,236],[27,22,26],[4,0,0],[15,5,4],[13,2,0],[11,0,0],[10,1,2],[8,2,4],[8,4,5],[6,4,5],[5,4,2],[4,3,1],[5,1,0],[5,0,0],[8,0,0],[8,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,0],[3,2,0],[3,2,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[4,4,6],[5,4,9],[5,6,11],[5,6,11],[7,6,11],[5,5,7],[17,16,14],[16,13,8],[15,13,1],[56,54,39],[98,97,79],[59,61,40],[64,68,45],[105,111,85],[89,98,71],[67,77,50],[124,137,109],[114,128,103],[35,46,29],[40,50,39],[56,64,53],[27,34,26],[49,55,45],[27,33,21],[39,43,28],[84,89,69],[87,95,71],[107,116,89],[87,98,66],[110,124,91],[136,151,118],[157,172,141],[148,164,135],[125,141,114],[111,127,101],[112,126,101],[99,109,82],[142,151,120],[134,141,108],[130,139,108],[149,164,135],[149,169,144],[187,214,197],[123,155,144],[152,188,184],[150,188,189],[157,195,198],[159,194,198],[137,171,173],[168,197,201],[154,182,185],[165,193,196],[175,207,206],[185,215,217],[190,210,217],[189,211,224],[165,198,213],[184,225,243],[163,208,229],[130,172,197],[127,164,191],[111,152,182],[108,162,190],[117,176,206],[114,172,209],[115,173,210],[119,180,211],[112,173,202],[101,165,193],[102,165,196],[109,172,203],[107,170,203],[101,164,197],[105,165,199],[110,170,204],[108,167,201],[109,168,202],[119,175,210],[128,182,216],[131,184,218],[127,180,214],[122,175,206],[123,181,205],[119,170,197],[143,179,215],[149,183,221],[126,172,205],[114,170,197],[111,172,193],[101,166,186],[94,161,180],[93,159,183],[94,157,188],[93,147,183],[105,145,181],[111,150,181],[98,149,166],[98,148,159],[142,178,190],[131,158,169],[135,160,167],[144,165,170],[167,185,185],[138,153,150],[173,183,175],[187,190,181],[207,207,197],[208,204,193],[195,186,177],[201,191,182],[186,173,167],[212,197,194],[254,236,234],[228,212,212],[246,230,230],[241,227,227],[225,215,213],[231,224,218],[243,239,230],[199,195,184],[178,172,158],[218,211,193],[223,212,194],[176,163,144],[175,162,145],[180,171,156],[159,155,144],[138,139,133],[130,139,134],[127,142,139],[103,123,122],[117,137,138],[149,160,164],[144,154,156],[128,140,140],[163,175,173],[132,144,140],[103,114,110],[137,143,141],[118,127,124],[103,119,118],[89,115,112],[69,108,105],[69,111,110],[65,106,110],[43,82,87],[41,79,80],[67,103,101],[64,99,95],[94,123,118],[57,80,72],[23,40,32],[39,49,41],[88,88,76],[197,192,163],[194,180,145],[187,164,132],[233,202,171],[255,220,186],[232,192,157],[199,154,121],[208,158,125],[244,187,157],[221,158,127],[165,96,63],[149,81,46],[167,102,64],[137,77,40],[77,25,0],[87,41,7],[135,91,64],[100,54,31],[117,64,48],[84,28,13],[89,33,16],[115,64,43],[102,61,33],[99,63,37],[81,50,30],[47,18,4],[36,8,0],[47,20,9],[29,9,0],[13,0,0],[18,7,5],[15,9,11],[3,1,6],[52,52,60],[156,156,164],[0,0,5],[3,1,4],[16,10,10],[7,0,0],[18,8,7],[11,2,3],[9,3,5],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[6,2,1],[7,1,1],[8,0,0],[9,0,0],[9,0,0],[9,0,0],[8,0,0],[6,0,0],[5,1,2],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[5,5,7],[7,6,11],[0,0,4],[2,1,6],[7,7,9],[4,3,1],[24,21,16],[24,22,10],[24,22,7],[89,88,68],[123,122,101],[32,34,10],[48,54,28],[67,76,49],[52,62,37],[28,42,17],[22,38,12],[95,108,88],[99,110,94],[48,56,45],[69,75,65],[51,57,45],[18,22,8],[57,61,46],[65,70,50],[57,62,40],[75,81,55],[87,93,65],[85,92,61],[114,123,92],[130,139,108],[174,185,153],[82,93,63],[139,152,124],[110,124,98],[90,103,77],[139,148,121],[160,167,136],[148,152,119],[120,127,94],[161,176,147],[159,179,154],[151,174,154],[137,165,151],[156,187,182],[134,166,165],[138,168,168],[139,167,168],[116,144,145],[112,142,142],[138,169,171],[127,157,159],[143,169,170],[170,191,196],[187,204,214],[211,230,245],[184,217,236],[172,213,235],[103,149,173],[105,152,178],[123,167,194],[135,179,206],[111,158,184],[123,174,203],[121,172,203],[117,172,203],[125,185,213],[123,185,210],[114,174,200],[104,161,188],[98,154,181],[96,152,179],[104,159,189],[119,176,206],[110,166,199],[107,166,200],[112,172,206],[115,175,209],[108,167,199],[110,166,199],[121,177,210],[129,186,215],[117,177,201],[115,171,196],[159,202,237],[141,183,221],[104,157,191],[107,167,195],[97,162,184],[102,169,188],[95,162,181],[82,148,172],[89,153,181],[95,149,183],[104,147,181],[103,142,171],[88,137,152],[103,155,166],[128,171,187],[144,182,195],[176,206,214],[180,208,212],[117,141,143],[155,175,174],[137,152,149],[172,182,174],[208,210,199],[159,153,141],[190,180,170],[252,237,230],[229,214,211],[243,227,227],[218,203,198],[221,206,201],[255,243,237],[242,229,223],[227,216,212],[196,186,184],[181,172,167],[213,206,198],[191,185,171],[201,194,176],[208,201,182],[172,165,146],[154,147,131],[152,149,134],[146,146,136],[161,164,155],[159,166,158],[155,166,160],[152,171,169],[144,162,162],[134,148,148],[137,149,149],[139,151,149],[163,176,169],[131,141,133],[117,120,113],[155,152,145],[121,120,115],[108,114,110],[87,108,103],[62,101,96],[67,113,111],[68,109,115],[52,91,98],[46,86,88],[40,76,74],[71,104,95],[41,69,57],[52,72,61],[40,53,46],[40,44,45],[161,158,153],[229,221,200],[173,160,128],[161,141,106],[201,175,140],[214,180,145],[225,186,153],[218,175,143],[243,194,162],[255,222,189],[196,133,100],[160,94,59],[170,102,65],[148,80,41],[171,107,69],[154,96,58],[122,68,32],[127,76,45],[126,74,50],[133,78,58],[120,63,44],[116,61,41],[107,57,34],[97,53,26],[70,34,10],[81,52,36],[66,39,28],[37,13,3],[15,0,0],[20,2,0],[24,13,11],[15,6,7],[4,0,3],[5,4,10],[0,0,7],[2,3,8],[0,0,5],[13,11,14],[3,0,0],[21,13,11],[6,0,0],[10,1,2],[8,2,4],[7,3,4],[5,4,2],[5,4,2],[5,4,0],[7,3,0],[8,3,0],[9,1,0],[9,0,1],[9,0,1],[9,0,1],[7,1,3],[6,2,3],[4,2,3],[4,2,5],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1],[4,0,1]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[7,8,12],[7,8,12],[3,4,8],[2,1,6],[12,11,16],[11,9,12],[4,3,1],[24,21,16],[37,35,23],[43,40,23],[71,70,49],[135,135,111],[121,124,97],[60,64,37],[70,78,54],[35,47,23],[16,29,11],[40,54,39],[12,28,17],[21,37,26],[75,87,73],[76,87,71],[69,80,64],[87,98,81],[71,83,63],[70,82,60],[70,82,60],[68,78,54],[98,108,84],[100,110,86],[104,114,89],[65,73,49],[64,73,46],[163,172,143],[153,162,131],[110,121,91],[102,117,88],[131,145,119],[160,170,145],[128,134,106],[152,153,119],[162,168,134],[143,161,135],[155,179,157],[123,142,122],[176,197,182],[180,206,203],[146,172,173],[113,133,132],[112,132,130],[133,159,156],[121,155,154],[114,158,159],[126,166,174],[129,155,170],[170,185,206],[229,241,255],[164,179,200],[152,171,188],[133,161,175],[152,189,205],[157,203,219],[106,157,178],[94,144,169],[116,160,187],[145,185,211],[150,191,213],[145,192,212],[96,154,174],[128,189,208],[130,186,203],[100,149,166],[96,139,156],[133,174,192],[186,227,247],[150,195,218],[108,159,186],[102,159,188],[99,162,193],[106,171,203],[107,172,204],[104,169,199],[116,180,208],[137,197,225],[111,165,191],[126,176,203],[135,182,212],[142,188,221],[118,171,202],[99,159,187],[110,172,197],[97,161,186],[87,151,176],[90,155,177],[83,145,168],[85,146,167],[92,147,167],[90,143,159],[95,149,161],[98,155,166],[97,154,171],[113,165,178],[113,151,154],[176,206,206],[158,186,190],[125,148,154],[156,176,183],[187,201,202],[204,204,194],[198,186,174],[210,190,183],[210,186,186],[255,242,249],[251,232,238],[213,196,189],[232,218,205],[255,253,239],[224,211,202],[217,201,201],[223,207,210],[163,146,152],[233,219,219],[207,198,191],[190,188,175],[198,201,184],[158,162,147],[131,139,128],[131,138,131],[150,156,152],[165,170,166],[144,150,140],[114,121,114],[133,147,148],[133,154,155],[120,149,145],[90,117,112],[121,138,132],[171,178,171],[151,148,139],[128,118,109],[173,159,150],[164,154,145],[118,118,110],[97,112,105],[65,104,99],[64,112,112],[68,113,119],[49,92,98],[55,95,94],[71,111,102],[77,111,95],[78,106,91],[68,88,77],[64,74,65],[113,116,99],[150,145,126],[143,131,115],[164,147,127],[155,134,105],[189,164,133],[255,235,207],[255,249,221],[252,217,187],[210,171,138],[237,191,157],[213,161,124],[187,131,96],[195,135,99],[158,96,59],[149,85,49],[151,87,52],[155,92,59],[134,70,42],[114,54,28],[123,65,41],[132,77,56],[129,78,57],[85,40,19],[77,39,18],[68,35,16],[69,41,30],[58,35,29],[30,11,7],[11,0,0],[13,1,1],[14,5,8],[5,0,4],[4,2,5],[5,3,6],[6,4,7],[10,6,7],[10,4,6],[9,3,5],[8,2,2],[8,2,2],[11,2,3],[14,5,6],[5,0,0],[13,7,7],[5,1,0],[6,3,0],[3,0,0],[5,2,0],[7,4,0],[6,1,0],[6,1,0],[7,3,2],[8,4,5],[4,0,3],[1,0,4],[9,7,12],[21,19,24],[10,8,11],[7,5,6],[4,2,3],[2,0,1],[3,1,2],[3,1,2],[2,0,1],[1,0,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[4,4,6],[5,6,10],[4,5,9],[2,3,7],[0,1,5],[0,0,4],[20,18,21],[39,38,36],[35,32,25],[23,21,8],[79,76,59],[62,61,40],[69,71,47],[65,69,42],[33,39,13],[55,65,41],[56,69,49],[25,39,24],[38,54,44],[56,73,67],[47,64,56],[21,35,22],[49,62,44],[66,79,59],[55,69,46],[94,108,83],[111,125,100],[69,83,58],[79,93,70],[116,130,107],[94,106,84],[107,119,97],[107,116,95],[89,99,74],[156,165,138],[160,169,138],[115,126,96],[102,117,94],[117,135,113],[164,182,160],[130,146,120],[153,164,132],[171,184,154],[151,173,150],[163,186,168],[148,169,152],[144,166,154],[137,163,162],[147,175,178],[155,177,175],[143,165,162],[149,174,171],[163,195,192],[133,174,176],[197,237,245],[215,243,255],[195,216,243],[181,201,228],[182,200,224],[162,181,198],[187,211,223],[184,217,226],[138,178,188],[119,166,182],[137,183,206],[181,223,248],[163,205,230],[158,201,220],[139,188,205],[101,160,176],[140,199,215],[141,193,206],[121,165,176],[142,178,190],[194,228,240],[225,255,255],[155,193,212],[101,149,171],[93,149,174],[102,163,192],[92,157,187],[86,153,182],[112,177,205],[124,188,213],[123,181,205],[128,178,205],[132,179,207],[141,191,218],[133,184,213],[112,168,195],[107,167,195],[107,168,196],[101,163,188],[96,160,185],[97,162,184],[88,151,169],[84,147,164],[85,147,160],[91,151,161],[104,163,171],[105,163,174],[94,153,169],[100,156,169],[112,156,157],[121,157,155],[150,181,184],[150,175,182],[150,170,179],[199,208,213],[249,245,236],[249,232,222],[239,215,211],[200,175,178],[228,206,218],[255,239,247],[235,217,213],[230,216,203],[238,226,210],[188,176,162],[203,188,185],[231,212,216],[208,189,195],[252,238,238],[213,206,198],[160,161,147],[193,202,185],[143,155,141],[135,150,145],[131,147,147],[133,147,148],[149,159,158],[114,124,115],[114,124,116],[75,89,89],[62,83,84],[91,128,121],[79,115,105],[97,118,109],[156,163,155],[126,122,113],[132,119,110],[152,135,125],[198,185,176],[141,138,129],[79,92,83],[57,94,86],[52,99,93],[40,81,83],[49,89,91],[44,85,81],[60,101,87],[80,113,92],[77,102,81],[90,104,89],[90,94,79],[101,100,72],[73,68,39],[115,103,89],[122,106,91],[134,117,91],[161,140,111],[216,190,167],[229,199,175],[252,219,188],[173,137,101],[168,130,93],[204,161,126],[199,153,117],[179,127,90],[158,99,65],[186,123,88],[199,133,99],[159,90,59],[157,88,59],[151,85,59],[128,68,42],[124,70,46],[121,73,51],[117,74,55],[95,58,39],[49,17,2],[49,22,15],[40,19,16],[24,6,4],[12,0,0],[9,0,3],[6,1,5],[3,1,6],[6,4,7],[6,2,3],[8,4,3],[10,5,2],[12,4,2],[11,2,3],[11,2,3],[10,4,6],[10,4,6],[8,0,4],[13,4,7],[12,6,8],[13,7,7],[7,2,0],[19,14,10],[7,4,0],[3,0,0],[8,5,0],[5,1,0],[3,2,0],[4,2,3],[2,0,3],[1,0,4],[2,1,6],[8,7,12],[7,5,8],[5,3,4],[2,0,1],[2,0,1],[3,1,2],[4,2,3],[3,1,2],[2,0,1],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,1,3],[4,4,6],[3,4,8],[1,2,6],[0,1,5],[1,2,6],[14,13,18],[1,0,2],[6,5,3],[57,54,49],[88,85,76],[61,59,46],[55,53,38],[44,43,25],[59,61,40],[14,19,0],[42,49,31],[56,67,51],[44,56,44],[33,49,39],[34,51,45],[88,103,96],[53,67,54],[30,43,26],[52,65,47],[95,108,88],[102,116,93],[143,157,132],[99,114,91],[75,89,66],[54,67,47],[89,101,81],[75,87,67],[125,134,113],[122,132,108],[157,165,141],[217,226,197],[133,145,121],[98,116,102],[100,126,115],[135,166,150],[134,166,145],[121,150,128],[171,199,177],[145,169,153],[166,188,176],[137,160,154],[132,158,155],[132,166,167],[141,179,180],[139,174,176],[126,157,159],[129,155,156],[139,163,163],[194,220,219],[211,242,245],[156,192,206],[136,172,194],[142,176,203],[184,214,240],[157,188,206],[219,249,255],[205,232,239],[183,210,219],[227,255,255],[228,255,255],[143,189,213],[117,173,198],[126,186,212],[105,165,189],[120,179,197],[133,189,204],[142,190,204],[135,177,189],[185,221,233],[231,255,255],[212,245,255],[143,182,199],[112,159,179],[90,145,166],[94,154,178],[91,155,180],[91,153,178],[105,165,189],[110,168,190],[115,170,191],[132,180,203],[126,172,196],[138,185,211],[116,167,194],[95,151,176],[105,162,189],[98,158,184],[95,157,182],[88,152,177],[90,155,177],[89,152,170],[89,151,166],[87,146,160],[91,149,161],[100,157,168],[92,146,158],[89,140,157],[104,153,167],[114,163,167],[101,147,145],[118,153,155],[122,147,152],[162,173,179],[174,173,178],[254,244,242],[255,246,239],[255,242,239],[254,238,239],[255,243,250],[255,243,250],[237,221,222],[254,237,230],[225,212,196],[227,214,198],[203,186,179],[230,212,210],[244,229,226],[214,201,195],[191,185,171],[157,158,140],[145,154,137],[125,141,130],[112,131,129],[119,140,143],[73,94,99],[113,132,136],[173,192,188],[158,175,167],[127,142,139],[85,105,103],[68,103,96],[71,107,97],[62,88,79],[113,126,119],[110,115,108],[94,91,82],[126,119,109],[130,123,113],[97,97,85],[79,91,79],[55,87,72],[62,100,87],[64,97,90],[46,78,75],[112,153,149],[138,178,169],[114,143,123],[104,122,98],[98,101,80],[107,103,78],[87,81,47],[106,97,66],[64,55,40],[40,30,18],[53,42,20],[68,54,28],[173,148,126],[199,167,142],[214,174,138],[141,102,61],[71,41,3],[119,89,53],[172,136,100],[142,98,63],[116,64,27],[162,102,68],[199,133,99],[158,87,57],[169,98,70],[200,130,104],[141,77,52],[119,63,40],[102,54,32],[80,39,19],[57,22,3],[67,38,24],[47,20,11],[33,9,5],[23,5,3],[18,4,4],[11,2,5],[8,2,6],[9,4,10],[8,6,11],[7,2,6],[8,2,4],[11,2,3],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[12,6,10],[12,5,13],[10,2,13],[4,0,7],[14,7,15],[3,0,2],[5,1,2],[3,0,0],[12,8,7],[9,5,2],[5,1,0],[3,0,0],[6,2,1],[4,2,3],[2,0,3],[1,0,2],[1,0,2],[5,1,2],[4,0,1],[3,0,0],[4,0,1],[6,2,3],[7,3,4],[6,2,3],[5,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[2,2,4],[4,4,6],[2,3,7],[1,2,6],[1,2,6],[3,4,8],[2,3,7],[9,9,11],[6,6,6],[19,18,16],[63,62,57],[29,26,17],[56,54,42],[35,36,22],[54,56,42],[48,52,37],[74,80,66],[49,59,48],[30,42,32],[28,41,34],[23,38,33],[85,100,93],[60,72,60],[51,64,47],[58,71,53],[89,102,82],[101,115,92],[92,106,83],[107,122,99],[70,85,64],[38,51,33],[77,90,72],[66,79,61],[75,87,67],[87,99,77],[130,140,116],[171,181,154],[121,136,115],[91,117,108],[83,114,109],[127,163,151],[117,158,142],[90,132,118],[98,136,123],[101,129,115],[110,136,127],[138,168,168],[119,153,155],[126,162,162],[152,190,191],[122,163,165],[110,148,151],[173,201,204],[206,230,230],[172,193,194],[140,168,171],[119,162,171],[118,165,183],[164,204,229],[172,206,231],[224,255,255],[226,254,255],[187,210,216],[199,219,228],[195,216,233],[152,184,205],[104,159,180],[146,212,236],[134,201,227],[97,161,186],[120,178,198],[115,166,183],[122,168,183],[110,150,162],[174,210,222],[211,245,255],[160,196,208],[130,169,184],[92,139,155],[94,147,165],[91,150,168],[105,166,185],[121,180,198],[116,171,191],[112,163,182],[117,166,183],[119,166,186],[115,163,185],[121,171,194],[106,158,180],[92,148,171],[106,164,188],[111,171,195],[108,170,193],[89,154,176],[87,152,172],[92,155,173],[99,161,176],[91,150,164],[89,147,158],[95,152,161],[85,137,148],[102,148,163],[91,137,150],[93,147,149],[128,178,177],[131,170,169],[119,140,143],[178,179,183],[186,177,180],[199,188,186],[255,243,240],[241,230,228],[236,224,224],[237,225,229],[255,246,253],[255,243,248],[248,234,233],[224,212,196],[234,223,205],[235,221,210],[221,204,196],[250,233,223],[232,220,206],[166,159,140],[161,163,141],[131,140,121],[110,126,115],[90,112,110],[105,130,134],[88,115,122],[83,111,115],[70,99,97],[107,130,124],[140,152,148],[126,141,134],[75,102,93],[67,97,87],[63,84,77],[100,115,110],[113,124,116],[115,122,114],[114,117,106],[96,96,84],[170,170,158],[152,158,144],[78,101,83],[114,141,124],[93,115,102],[40,66,55],[115,148,141],[188,220,209],[211,234,214],[199,211,187],[158,157,136],[168,162,136],[148,140,104],[147,138,105],[92,84,65],[44,37,21],[58,50,27],[122,108,82],[169,145,121],[155,121,94],[202,162,126],[121,83,44],[45,23,0],[89,71,35],[168,142,107],[128,94,57],[113,67,33],[143,87,52],[165,100,68],[166,95,65],[162,91,61],[134,64,38],[98,34,9],[125,67,45],[95,47,25],[40,0,0],[39,6,0],[64,35,21],[60,33,24],[33,9,5],[20,2,0],[20,6,6],[12,3,6],[10,4,8],[11,6,10],[5,3,6],[8,4,5],[9,3,3],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[11,5,7],[11,4,11],[8,0,15],[15,8,24],[3,0,12],[5,0,11],[13,7,17],[11,6,13],[4,0,3],[7,3,4],[8,4,3],[5,1,0],[4,0,0],[7,3,2],[8,4,3],[5,3,4],[3,1,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[5,1,2],[6,2,3],[6,2,3],[5,1,2],[4,0,1],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[2,2,4],[4,4,6],[3,4,8],[2,3,7],[2,6,9],[7,8,12],[5,6,10],[11,10,15],[13,13,15],[8,6,7],[18,17,15],[28,27,23],[19,18,13],[13,13,5],[22,23,15],[35,38,29],[43,48,41],[41,48,40],[20,30,22],[22,35,28],[49,61,57],[44,57,50],[42,54,42],[68,79,63],[53,66,48],[117,130,110],[75,90,69],[46,61,40],[84,99,78],[111,126,107],[82,96,79],[75,88,71],[65,78,61],[67,78,62],[99,111,91],[134,146,124],[130,143,117],[87,104,85],[74,105,99],[84,123,120],[105,141,131],[135,171,161],[66,107,99],[73,113,105],[87,117,105],[108,138,128],[103,141,142],[122,161,166],[145,177,176],[162,192,192],[124,159,163],[146,181,185],[212,242,244],[160,188,189],[137,165,168],[165,198,205],[128,176,186],[113,162,176],[134,173,190],[154,186,201],[200,227,238],[211,234,242],[201,220,227],[177,196,210],[178,205,226],[141,183,207],[116,178,203],[95,165,190],[109,177,200],[132,194,217],[124,176,197],[129,176,194],[110,153,170],[103,142,157],[177,213,227],[195,231,243],[158,196,207],[150,192,204],[113,161,173],[99,153,165],[87,143,156],[131,187,202],[140,193,207],[105,154,168],[119,165,178],[141,185,198],[117,163,179],[116,163,181],[110,158,178],[104,156,177],[90,145,166],[93,151,173],[110,171,192],[103,164,185],[99,161,182],[89,151,172],[87,148,167],[92,154,169],[83,142,156],[79,137,149],[92,149,160],[93,145,156],[108,150,162],[102,144,156],[84,137,141],[104,154,155],[143,177,176],[202,216,216],[225,219,219],[227,213,212],[209,198,196],[221,211,209],[183,175,172],[222,212,211],[233,218,223],[242,227,234],[255,250,255],[251,241,242],[253,244,227],[211,199,177],[207,191,175],[196,180,165],[196,180,164],[222,209,190],[190,182,159],[147,147,123],[158,166,145],[138,154,141],[103,125,122],[74,102,106],[64,94,102],[85,118,125],[69,103,105],[72,101,99],[118,129,123],[127,134,126],[104,120,110],[87,102,95],[96,107,103],[106,117,113],[70,87,81],[101,118,108],[105,117,105],[59,62,51],[106,98,87],[179,171,158],[152,157,137],[111,123,101],[79,91,71],[79,92,74],[72,92,80],[91,111,99],[143,158,139],[161,170,149],[191,194,175],[169,169,145],[181,178,145],[181,175,143],[154,143,121],[156,144,122],[174,159,130],[160,141,109],[138,112,85],[162,131,102],[153,117,83],[81,51,15],[22,12,0],[128,122,88],[185,171,136],[113,87,54],[112,74,38],[135,85,52],[139,79,45],[133,67,35],[139,68,38],[163,94,65],[164,100,73],[146,88,66],[111,63,41],[57,16,0],[54,21,2],[46,18,4],[57,30,21],[29,5,1],[18,0,0],[20,4,4],[11,1,2],[7,1,5],[9,4,8],[3,0,2],[11,5,7],[11,5,7],[12,3,4],[12,4,2],[12,3,4],[12,3,4],[9,3,5],[9,2,10],[27,20,38],[138,130,154],[119,111,132],[3,0,14],[5,0,14],[4,0,10],[8,3,10],[4,0,5],[6,2,3],[6,2,1],[6,2,1],[7,3,2],[7,3,2],[7,1,1],[8,2,2],[9,3,3],[5,0,1],[5,0,1],[5,0,1],[6,0,2],[6,2,3],[5,1,2],[4,0,1],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[3,4,8],[3,4,8],[3,7,10],[6,10,13],[8,9,11],[6,7,9],[14,15,17],[15,15,15],[23,23,23],[47,47,45],[48,48,46],[7,7,5],[26,27,22],[45,47,42],[52,57,51],[44,51,44],[29,38,33],[32,43,37],[48,61,54],[50,61,53],[58,70,58],[91,102,88],[63,76,59],[61,74,56],[88,103,84],[61,76,57],[58,73,54],[70,84,67],[91,105,90],[95,109,94],[103,117,102],[90,102,88],[83,96,78],[114,126,104],[150,162,138],[94,113,93],[73,106,97],[65,102,95],[79,109,99],[98,128,118],[91,128,121],[83,120,112],[117,149,134],[106,140,126],[99,141,139],[84,124,124],[100,126,123],[159,181,179],[163,193,195],[182,213,216],[219,249,247],[153,185,184],[160,195,199],[125,168,175],[106,158,169],[132,182,193],[126,166,178],[159,187,199],[185,202,210],[245,255,255],[219,233,242],[160,182,196],[141,178,197],[130,182,204],[100,166,190],[91,159,182],[114,175,196],[128,183,204],[146,194,216],[152,197,218],[116,157,175],[149,188,205],[198,235,251],[138,178,190],[116,158,170],[123,170,180],[120,170,179],[112,166,176],[117,171,181],[141,195,205],[122,170,180],[109,153,162],[141,181,189],[133,173,181],[119,165,178],[111,160,174],[97,149,163],[103,156,172],[91,147,164],[84,141,160],[104,162,182],[96,157,176],[94,155,174],[88,149,168],[84,145,163],[88,147,163],[79,137,149],[73,131,142],[87,144,153],[95,145,154],[130,173,182],[124,165,171],[81,126,129],[78,118,118],[110,135,132],[205,211,207],[255,245,243],[255,245,240],[238,227,221],[228,219,214],[218,208,206],[255,251,251],[250,234,237],[234,219,226],[255,248,255],[237,233,232],[247,239,220],[217,205,179],[214,199,176],[240,223,203],[203,186,166],[180,164,141],[214,202,176],[188,183,154],[172,174,150],[138,150,130],[116,133,123],[104,129,126],[88,117,121],[83,116,123],[93,128,134],[85,113,114],[109,119,111],[98,98,88],[100,101,95],[112,113,108],[109,105,106],[95,97,96],[102,119,111],[110,134,121],[94,112,98],[78,82,68],[85,71,60],[157,137,126],[174,165,148],[130,127,108],[107,110,89],[146,154,133],[118,129,112],[87,100,83],[125,137,117],[159,168,149],[130,137,121],[66,69,50],[106,106,78],[127,124,93],[201,191,166],[248,234,207],[211,192,159],[179,156,122],[159,132,103],[222,192,164],[179,148,119],[67,44,13],[46,41,11],[83,84,53],[127,118,87],[158,139,107],[166,133,100],[142,97,64],[151,97,63],[144,84,50],[137,72,40],[169,106,75],[149,89,61],[107,53,29],[119,72,52],[79,41,22],[67,34,15],[86,58,44],[43,16,7],[25,1,0],[21,2,0],[22,6,6],[12,2,3],[7,1,3],[10,5,9],[8,3,7],[11,5,7],[11,5,5],[12,4,2],[12,4,2],[12,3,4],[12,3,4],[8,2,4],[6,1,8],[50,45,65],[255,250,255],[245,240,255],[25,20,40],[5,0,14],[5,0,13],[19,13,23],[9,4,10],[6,1,5],[7,3,4],[7,3,2],[6,2,1],[4,0,0],[4,0,0],[5,0,0],[7,2,0],[6,0,0],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[4,0,1],[3,0,0],[3,0,0],[3,1,2],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2],[2,2,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,1,3],[0,0,2],[0,0,4],[2,1,6],[2,3,7],[2,3,7],[2,5,10],[5,9,12],[4,8,9],[9,13,12],[19,23,22],[23,25,24],[26,28,27],[37,37,37],[71,71,71],[40,42,41],[49,51,50],[71,73,72],[66,71,67],[26,32,28],[32,42,34],[64,74,66],[50,62,52],[38,50,40],[45,57,45],[49,61,47],[43,55,41],[57,70,53],[38,52,35],[49,63,46],[44,61,45],[53,69,56],[45,61,48],[53,66,56],[113,126,116],[93,107,94],[68,82,65],[116,129,109],[153,167,144],[90,109,87],[79,107,92],[91,121,109],[99,122,106],[102,123,108],[91,119,107],[114,144,132],[161,190,170],[173,206,187],[116,153,145],[124,156,151],[165,184,178],[213,228,223],[202,222,221],[171,195,195],[177,206,201],[180,216,212],[124,173,178],[108,162,174],[167,219,233],[112,160,174],[157,197,209],[156,183,194],[178,185,195],[209,209,219],[168,176,187],[156,179,193],[93,144,161],[91,156,176],[105,170,192],[119,177,199],[111,159,179],[132,175,194],[121,163,187],[105,147,171],[88,129,151],[156,197,217],[209,250,255],[139,182,198],[105,151,164],[100,150,159],[92,147,154],[84,139,146],[131,186,191],[162,215,221],[132,179,185],[116,159,165],[134,171,177],[135,174,181],[123,167,176],[97,145,155],[92,142,153],[104,158,170],[100,156,169],[97,155,169],[109,168,184],[114,173,191],[88,147,165],[100,159,177],[98,157,175],[94,151,168],[86,144,156],[81,138,149],[87,141,151],[87,137,146],[90,133,139],[139,177,180],[149,183,182],[124,149,146],[135,144,141],[200,197,192],[235,224,218],[225,212,203],[231,223,212],[206,198,187],[221,208,202],[255,237,237],[255,248,255],[255,239,249],[235,232,239],[212,211,209],[159,151,128],[173,160,128],[231,214,188],[217,197,173],[237,217,193],[228,208,184],[204,187,159],[189,175,146],[196,191,161],[95,98,69],[130,139,118],[96,112,99],[66,88,85],[77,105,108],[84,113,121],[82,103,108],[105,107,102],[122,113,104],[145,131,128],[170,152,152],[149,129,131],[80,70,71],[102,115,106],[79,103,89],[70,88,72],[84,86,73],[135,110,103],[133,98,92],[140,116,106],[149,137,123],[86,87,69],[131,138,120],[172,176,159],[123,130,114],[121,130,113],[181,189,174],[120,131,117],[92,101,84],[142,147,124],[154,154,128],[201,194,166],[213,199,170],[152,134,98],[112,89,55],[123,98,68],[190,164,137],[140,114,89],[162,145,119],[204,200,175],[63,61,36],[43,36,8],[164,147,119],[213,186,156],[193,157,123],[171,127,92],[170,120,85],[152,98,64],[146,91,60],[132,81,52],[103,56,30],[98,56,34],[95,58,39],[71,38,21],[54,25,11],[44,15,7],[30,5,0],[23,2,0],[20,4,4],[13,3,4],[12,3,6],[12,6,10],[11,6,10],[9,3,5],[9,3,3],[12,4,2],[13,5,3],[13,4,5],[12,3,4],[8,2,4],[5,0,7],[29,25,42],[162,159,180],[142,137,157],[6,2,19],[5,1,16],[1,0,9],[13,7,17],[3,0,4],[6,1,5],[7,3,4],[8,2,2],[7,1,1],[5,0,0],[4,0,0],[7,0,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[5,0,1],[4,0,1],[4,0,1],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[2,2,4],[0,0,2],[0,0,4],[0,0,4],[1,2,6],[0,3,6],[1,4,9],[3,7,10],[2,6,5],[6,11,7],[21,26,22],[32,36,35],[18,22,23],[52,56,57],[17,21,22],[19,23,24],[38,42,43],[46,50,49],[40,46,42],[53,62,57],[56,66,58],[71,81,72],[100,112,100],[73,85,73],[52,64,52],[63,75,63],[46,58,46],[38,52,37],[37,51,36],[39,56,40],[42,58,45],[50,66,55],[42,58,47],[52,68,57],[81,97,86],[115,129,116],[97,111,94],[101,116,95],[178,192,169],[106,121,98],[89,108,88],[112,133,114],[147,164,145],[132,151,131],[150,173,155],[151,178,159],[156,183,164],[133,162,144],[152,182,170],[190,216,207],[199,216,208],[161,176,169],[153,172,168],[159,181,178],[150,177,170],[167,203,201],[122,172,179],[105,163,175],[182,235,253],[129,177,197],[127,173,189],[146,178,193],[187,193,207],[202,200,213],[182,186,197],[207,227,238],[155,205,216],[95,157,170],[108,165,184],[123,171,191],[144,185,203],[138,175,194],[123,163,188],[144,186,211],[181,223,247],[185,227,249],[176,221,240],[131,178,194],[103,152,166],[107,161,171],[87,144,153],[80,137,144],[138,196,200],[149,202,206],[120,168,172],[117,158,164],[118,155,161],[143,182,187],[137,182,187],[93,142,147],[93,143,150],[100,152,163],[98,152,164],[94,150,163],[89,147,161],[101,160,176],[81,140,156],[106,163,180],[102,159,176],[88,144,159],[79,136,147],[78,132,142],[79,133,143],[74,124,131],[76,120,123],[135,169,168],[214,237,231],[171,182,174],[207,206,201],[230,221,216],[190,180,171],[246,236,224],[202,193,176],[196,184,168],[241,224,214],[245,225,224],[255,239,246],[212,196,206],[162,160,165],[190,187,180],[86,76,49],[177,161,127],[236,217,187],[120,98,74],[177,152,130],[241,216,194],[245,221,195],[191,170,139],[155,141,104],[165,157,120],[169,169,135],[66,72,46],[69,81,67],[78,94,91],[80,99,106],[86,99,105],[116,113,108],[160,147,139],[175,156,152],[156,132,132],[195,166,168],[109,94,91],[56,66,55],[56,77,60],[87,104,86],[138,139,125],[133,106,99],[138,103,99],[132,107,102],[91,81,71],[62,66,52],[77,88,74],[100,106,92],[191,197,183],[127,133,119],[107,115,100],[175,183,168],[180,189,172],[142,147,125],[101,103,79],[177,173,146],[138,129,100],[108,93,62],[127,110,80],[155,135,108],[226,204,180],[144,124,99],[79,63,40],[75,68,49],[33,28,9],[42,31,9],[50,34,8],[83,60,29],[147,118,86],[103,69,34],[100,62,26],[151,108,73],[135,92,58],[114,71,39],[95,54,26],[86,48,25],[107,70,51],[75,42,25],[75,43,30],[52,24,13],[35,10,5],[18,0,0],[13,0,0],[11,0,1],[12,3,6],[9,3,5],[5,1,2],[7,1,1],[8,2,2],[11,3,1],[13,5,3],[14,5,6],[11,5,5],[8,4,5],[3,1,6],[0,0,11],[2,0,16],[7,3,18],[36,32,46],[51,48,59],[5,2,11],[5,0,7],[8,3,9],[5,1,2],[6,2,3],[8,2,2],[7,1,1],[8,2,2],[8,3,0],[9,1,0],[7,0,0],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[6,2,3],[3,1,2],[3,1,2],[2,2,2],[2,2,2],[1,3,2],[1,3,2],[1,3,2],[1,3,2]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[2,1,6],[1,2,6],[1,2,6],[2,3,8],[0,3,8],[3,6,11],[9,14,17],[14,20,16],[9,15,11],[14,20,16],[42,48,46],[39,45,45],[21,25,26],[28,32,35],[29,33,36],[35,39,40],[34,40,40],[44,50,48],[61,71,63],[48,58,49],[40,52,40],[63,75,61],[58,70,56],[52,65,55],[50,63,53],[51,64,54],[73,89,76],[91,107,94],[66,84,70],[40,58,46],[44,61,51],[43,60,50],[63,79,69],[70,86,76],[89,105,94],[82,96,81],[69,84,65],[150,165,142],[140,152,128],[102,110,87],[152,162,138],[204,222,198],[152,176,150],[121,147,120],[147,172,150],[141,165,149],[153,175,162],[159,177,163],[179,197,185],[127,153,144],[89,116,109],[120,147,140],[128,155,148],[119,146,141],[167,201,202],[169,214,220],[106,159,173],[145,201,224],[143,200,227],[106,164,188],[104,149,172],[163,180,200],[195,197,212],[198,198,208],[228,239,245],[204,239,241],[112,160,164],[104,148,159],[150,189,206],[184,219,238],[117,152,172],[146,186,211],[202,244,255],[147,189,214],[108,152,177],[141,187,210],[106,157,176],[95,148,164],[95,153,165],[84,144,152],[72,133,138],[151,209,213],[138,191,195],[96,145,149],[112,155,161],[107,146,153],[137,178,182],[152,200,202],[85,134,138],[88,139,143],[78,131,137],[110,163,171],[106,160,170],[95,151,164],[86,142,157],[118,174,189],[87,143,158],[88,144,159],[93,146,160],[93,147,159],[68,120,131],[72,125,133],[82,129,135],[95,135,135],[114,143,138],[133,145,133],[226,227,213],[244,235,226],[243,230,224],[227,214,208],[255,245,236],[221,206,185],[209,193,170],[226,207,193],[238,219,213],[209,192,198],[151,140,148],[173,168,165],[240,232,219],[100,85,54],[143,123,86],[201,178,147],[161,135,112],[132,103,85],[214,183,163],[255,225,202],[255,247,215],[209,184,143],[168,147,100],[152,138,91],[127,118,77],[144,140,113],[128,128,116],[136,140,143],[104,103,109],[141,132,127],[139,125,116],[133,116,109],[118,99,93],[153,129,125],[246,229,222],[169,173,159],[60,73,55],[85,94,75],[133,131,116],[162,139,133],[100,75,71],[91,80,76],[107,108,103],[76,88,84],[75,92,86],[88,103,96],[103,114,106],[130,138,127],[160,166,152],[184,187,168],[170,172,151],[157,159,138],[117,119,97],[171,170,149],[127,125,104],[93,88,68],[127,121,99],[83,71,49],[181,165,140],[111,91,66],[72,51,30],[63,47,32],[74,60,47],[85,69,53],[64,47,27],[98,78,53],[138,117,86],[97,73,39],[71,45,10],[98,70,33],[103,73,37],[69,36,3],[99,65,37],[123,89,64],[98,63,43],[63,28,9],[99,65,53],[74,44,34],[74,47,40],[49,28,23],[21,3,1],[10,0,0],[10,1,4],[9,3,5],[11,7,8],[9,3,3],[11,5,5],[13,5,3],[14,6,4],[10,4,4],[4,0,0],[5,1,2],[14,9,13],[5,2,9],[6,5,13],[4,1,8],[56,54,59],[56,54,59],[5,3,6],[9,4,8],[4,0,1],[6,2,3],[6,2,1],[7,1,1],[6,0,0],[6,0,0],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[1,0,0],[1,0,0],[1,1,1],[1,1,1],[86,88,87],[66,68,67],[11,13,12],[0,1,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[0,0,4],[0,1,5],[1,2,6],[1,4,9],[1,4,9],[4,9,13],[12,17,20],[18,27,22],[23,33,25],[13,22,17],[29,38,35],[42,51,50],[22,31,30],[15,23,25],[25,33,35],[22,31,30],[34,43,40],[46,55,50],[54,65,57],[49,61,51],[45,59,44],[47,61,44],[39,53,38],[59,72,62],[80,96,86],[130,146,136],[133,151,139],[104,122,110],[78,96,84],[54,71,61],[63,80,70],[77,94,86],[76,93,85],[59,75,65],[61,77,66],[94,108,93],[108,123,104],[132,147,124],[139,152,126],[128,130,106],[144,149,126],[205,225,200],[166,194,169],[131,157,130],[171,199,176],[170,201,186],[115,141,132],[192,208,195],[148,166,154],[86,117,111],[100,135,129],[138,171,164],[124,155,149],[169,201,200],[145,180,184],[150,190,200],[99,148,165],[90,148,172],[95,159,187],[112,177,207],[122,176,202],[139,167,189],[160,172,188],[203,206,215],[203,210,216],[186,207,210],[161,192,195],[197,231,240],[211,245,255],[140,169,183],[159,190,208],[187,225,248],[146,188,213],[132,176,201],[156,202,228],[132,182,205],[92,144,166],[94,151,168],[92,151,165],[83,146,155],[68,129,134],[94,153,157],[104,159,162],[93,144,148],[93,140,146],[94,137,144],[102,145,151],[134,182,182],[94,144,143],[83,133,134],[78,129,132],[89,139,146],[96,149,157],[92,146,158],[80,133,147],[102,155,169],[86,139,153],[77,131,143],[87,139,152],[80,132,143],[96,146,155],[52,102,109],[130,175,180],[126,160,161],[112,133,126],[173,177,160],[199,194,174],[205,193,181],[240,225,220],[245,231,228],[245,231,222],[234,216,192],[196,176,149],[217,200,180],[197,183,174],[174,165,168],[194,185,190],[213,202,196],[205,190,171],[125,106,73],[118,96,59],[131,106,75],[241,213,189],[247,214,195],[212,177,158],[191,153,130],[206,170,138],[237,203,158],[198,167,113],[159,133,76],[172,151,98],[171,156,117],[164,152,130],[148,137,135],[120,108,110],[140,122,118],[135,121,112],[95,87,76],[109,101,90],[87,73,64],[161,151,139],[239,240,224],[116,121,101],[95,98,79],[161,160,142],[143,130,121],[102,93,86],[58,65,58],[100,116,113],[73,93,92],[55,76,77],[81,100,96],[61,74,67],[69,79,71],[94,100,88],[101,104,85],[96,98,77],[80,81,63],[82,83,65],[57,59,38],[144,146,125],[82,83,67],[4,1,0],[39,32,13],[118,107,85],[70,55,32],[70,53,33],[88,68,57],[145,125,116],[76,58,44],[58,41,23],[51,35,10],[126,111,82],[73,58,25],[47,31,0],[120,102,66],[99,79,44],[54,29,0],[79,52,23],[105,73,48],[93,58,38],[71,34,16],[96,60,46],[62,29,20],[81,54,47],[70,49,44],[37,19,17],[16,4,4],[12,3,4],[7,1,3],[5,1,2],[9,3,3],[7,1,1],[7,0,0],[7,0,0],[8,2,2],[12,6,6],[23,19,20],[37,33,34],[8,6,7],[9,9,9],[1,0,0],[6,4,5],[7,6,4],[1,0,0],[12,8,7],[7,3,2],[6,2,1],[6,2,1],[7,1,1],[6,0,0],[6,0,2],[7,1,3],[9,0,3],[10,1,4],[8,0,2],[8,0,2],[8,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[4,2,3],[9,7,8],[7,7,7],[0,0,0],[238,240,239],[238,240,239],[0,1,0],[8,10,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,3,8],[1,4,9],[5,10,14],[12,17,20],[8,17,14],[16,25,20],[1,10,7],[12,21,18],[37,46,45],[28,37,36],[20,28,30],[29,39,40],[27,37,36],[29,40,36],[32,43,37],[33,46,37],[49,62,52],[62,76,63],[63,77,62],[71,88,72],[68,85,75],[86,103,95],[116,133,125],[69,89,78],[36,56,45],[59,79,68],[81,101,90],[125,145,136],[77,96,90],[36,53,45],[60,76,66],[112,128,117],[133,147,130],[113,128,107],[81,95,70],[128,141,113],[127,133,107],[166,176,152],[151,174,154],[104,133,113],[197,225,202],[198,229,211],[104,141,134],[102,137,131],[127,150,140],[188,211,201],[113,147,146],[133,173,173],[122,158,156],[139,175,175],[130,171,175],[164,204,214],[112,149,167],[122,167,190],[91,152,180],[82,151,180],[101,168,195],[112,168,193],[118,156,175],[159,185,198],[199,212,221],[231,238,248],[229,237,248],[223,237,248],[224,251,255],[169,198,204],[168,193,198],[196,223,234],[148,185,204],[143,185,209],[209,253,255],[149,197,220],[99,151,175],[106,161,182],[102,161,179],[94,156,171],[86,148,159],[77,137,145],[76,135,141],[78,136,140],[79,132,138],[83,133,140],[82,129,137],[71,118,124],[98,146,146],[135,184,181],[93,141,141],[74,124,125],[79,128,133],[78,128,135],[82,132,143],[87,139,152],[89,141,154],[69,121,134],[78,130,141],[88,138,147],[81,131,140],[131,180,187],[52,101,106],[100,141,145],[132,158,159],[138,151,142],[229,233,210],[186,182,157],[186,178,165],[255,252,246],[255,241,241],[255,246,241],[235,210,188],[156,135,106],[131,119,95],[152,146,130],[138,138,136],[136,132,131],[158,141,131],[142,120,97],[178,153,122],[149,123,88],[163,134,104],[212,181,153],[255,227,205],[249,211,190],[196,154,130],[230,187,153],[200,157,112],[186,145,91],[202,164,102],[189,157,98],[174,146,99],[166,141,110],[167,143,131],[173,149,145],[145,122,114],[200,186,175],[133,137,120],[87,96,77],[105,108,91],[50,51,33],[143,145,124],[149,148,128],[105,104,84],[117,116,98],[80,82,68],[77,89,75],[45,73,61],[35,68,61],[58,86,87],[44,65,66],[53,70,64],[69,82,73],[60,71,65],[89,99,90],[85,93,78],[89,96,80],[60,63,52],[104,106,93],[77,79,58],[96,95,75],[99,96,81],[25,22,7],[108,103,83],[116,111,89],[67,60,41],[41,29,15],[83,63,54],[109,86,78],[63,43,32],[28,11,0],[19,4,0],[98,86,60],[105,96,67],[96,87,56],[114,103,71],[123,110,78],[92,76,43],[79,55,27],[73,43,19],[78,43,21],[75,37,18],[78,41,25],[68,36,25],[92,63,57],[80,57,51],[36,17,13],[10,0,0],[8,0,0],[9,0,3],[6,0,2],[13,7,7],[13,7,7],[13,5,3],[11,3,1],[8,2,2],[5,0,0],[7,3,4],[15,11,12],[1,0,0],[11,10,5],[6,5,0],[4,3,0],[6,2,0],[9,5,2],[13,9,6],[3,0,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[7,1,3],[7,1,3],[7,1,5],[7,1,5],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[26,26,26],[11,11,11],[9,9,9],[0,0,0]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,6],[1,2,6],[0,3,8],[0,3,8],[2,7,11],[9,14,17],[14,23,22],[11,20,17],[3,13,12],[10,20,19],[23,33,32],[26,36,37],[24,34,35],[23,35,35],[45,57,55],[30,45,40],[36,51,44],[43,59,49],[57,73,62],[58,76,62],[46,64,48],[62,80,66],[53,73,64],[48,69,62],[54,75,68],[41,62,53],[43,64,55],[43,63,54],[45,65,56],[103,123,114],[63,82,76],[44,64,55],[123,140,130],[149,165,152],[88,102,85],[96,111,88],[88,102,76],[109,122,94],[175,188,162],[177,192,169],[168,193,174],[186,214,199],[204,232,217],[143,177,163],[125,170,165],[88,133,128],[98,129,121],[190,220,212],[161,197,197],[110,148,151],[142,178,178],[106,144,145],[124,171,177],[159,205,218],[131,167,189],[155,197,222],[110,172,197],[93,163,189],[91,157,183],[100,158,180],[100,149,164],[134,172,183],[174,198,208],[183,197,210],[183,190,208],[169,178,195],[201,223,234],[221,249,253],[241,255,255],[159,183,185],[143,176,191],[167,208,228],[129,174,195],[89,137,159],[108,160,182],[96,151,172],[88,147,165],[79,138,154],[77,137,148],[56,116,124],[87,146,150],[92,150,154],[67,122,127],[72,125,133],[81,134,142],[89,139,146],[99,147,147],[89,138,134],[111,160,157],[120,168,168],[101,149,153],[81,130,135],[72,120,130],[83,133,144],[80,130,141],[137,185,195],[138,186,196],[80,129,136],[59,108,115],[95,142,148],[111,159,163],[83,121,122],[117,137,136],[180,190,181],[204,206,184],[164,162,137],[147,141,127],[236,225,221],[255,243,245],[255,235,232],[200,178,157],[128,111,83],[121,117,90],[86,89,70],[133,138,131],[116,115,110],[94,77,61],[149,123,100],[146,116,88],[189,158,129],[219,188,157],[224,191,160],[230,195,167],[222,182,156],[177,133,106],[210,164,130],[159,112,68],[179,132,80],[224,180,119],[222,182,121],[165,128,76],[119,85,47],[169,138,117],[184,154,143],[120,92,80],[155,142,126],[211,221,197],[107,125,99],[90,102,80],[95,100,80],[118,117,97],[170,167,148],[84,79,60],[89,88,68],[118,127,108],[97,118,101],[23,60,43],[19,60,46],[17,46,42],[84,103,101],[67,80,70],[61,73,61],[82,95,88],[100,113,106],[79,92,82],[65,77,65],[62,67,61],[54,55,47],[113,110,91],[152,146,122],[108,99,82],[108,101,83],[160,155,135],[86,85,64],[65,67,53],[46,42,31],[82,65,57],[49,26,18],[83,63,52],[99,83,68],[67,56,38],[51,43,20],[102,96,70],[92,87,58],[66,59,31],[86,75,47],[68,53,24],[51,30,3],[55,27,3],[75,40,18],[80,42,21],[71,34,16],[39,7,0],[62,33,27],[58,35,29],[32,13,9],[19,5,5],[19,9,10],[15,6,9],[8,2,4],[4,0,0],[8,2,2],[13,5,3],[14,6,4],[11,5,5],[5,0,0],[3,0,0],[3,0,0],[6,2,0],[4,4,0],[8,8,0],[8,5,0],[8,5,0],[10,6,3],[5,1,0],[5,1,0],[7,3,2],[6,2,1],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[6,2,3],[7,1,3],[6,0,2],[6,0,2],[6,0,2],[6,0,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[7,5,6],[1,0,0],[1,1,1],[0,0,0],[5,5,5],[3,3,3]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[3,2,7],[1,2,7],[1,2,7],[1,4,9],[0,5,9],[2,7,11],[8,13,17],[18,26,29],[16,26,28],[14,24,26],[15,25,27],[23,34,36],[30,42,42],[31,43,43],[31,45,45],[28,43,40],[20,36,33],[37,54,48],[44,61,53],[45,62,54],[45,62,52],[39,57,45],[52,72,61],[48,69,62],[54,75,70],[46,67,60],[45,66,59],[63,84,77],[58,79,72],[47,68,61],[65,86,79],[66,85,79],[68,85,77],[97,113,103],[109,125,112],[90,105,86],[102,116,91],[100,113,85],[151,166,137],[175,193,167],[120,142,121],[128,150,137],[157,183,172],[203,233,223],[181,218,210],[123,172,168],[95,146,141],[113,154,146],[147,182,176],[84,114,114],[105,135,137],[156,186,188],[103,138,142],[111,160,164],[103,153,162],[131,169,190],[117,159,184],[81,139,163],[91,156,178],[88,149,170],[99,156,175],[98,152,164],[106,153,161],[142,178,190],[163,189,206],[175,190,213],[202,217,238],[200,222,235],[209,230,235],[215,230,225],[175,191,188],[182,212,220],[135,174,189],[103,146,163],[134,179,200],[107,155,177],[83,135,156],[99,154,174],[73,131,145],[44,102,113],[120,179,187],[121,179,183],[68,126,130],[81,139,143],[86,143,150],[67,124,135],[100,153,161],[110,158,158],[102,148,145],[91,137,135],[109,155,155],[130,175,180],[106,153,159],[142,189,197],[121,168,178],[70,117,127],[107,154,164],[158,205,213],[94,141,147],[79,127,131],[66,111,114],[76,121,124],[110,146,146],[148,164,161],[163,169,159],[182,185,164],[144,143,123],[149,142,132],[248,237,233],[246,230,231],[215,197,195],[177,161,145],[117,109,86],[123,125,101],[147,155,134],[116,122,110],[130,128,116],[111,94,76],[153,127,104],[134,102,81],[161,125,101],[156,121,91],[195,161,124],[160,126,88],[215,180,142],[175,135,100],[182,138,103],[172,123,83],[209,158,113],[184,137,83],[184,139,84],[195,153,103],[152,113,70],[104,69,37],[142,110,87],[182,151,131],[158,141,121],[213,219,193],[228,244,217],[72,82,58],[80,85,65],[154,153,135],[199,196,179],[133,127,111],[90,89,71],[83,88,68],[112,129,110],[133,166,145],[92,126,109],[72,94,82],[105,118,108],[141,150,131],[105,116,99],[71,84,77],[75,91,88],[55,75,66],[85,100,95],[56,64,66],[96,95,91],[144,136,115],[109,95,68],[54,37,17],[157,142,123],[117,111,87],[61,63,42],[65,75,64],[87,92,85],[74,64,54],[61,45,32],[59,45,32],[71,59,45],[21,12,0],[34,27,9],[82,75,56],[55,47,26],[59,48,26],[62,47,24],[59,41,17],[81,56,34],[107,76,55],[91,56,34],[71,35,13],[60,23,4],[28,0,0],[41,12,4],[41,16,11],[30,11,7],[26,12,11],[20,10,11],[11,2,5],[7,1,3],[7,1,1],[8,2,2],[10,2,0],[10,2,0],[9,3,3],[9,3,5],[10,5,9],[15,11,12],[10,6,3],[4,0,0],[9,4,1],[5,1,0],[4,0,0],[7,3,2],[3,0,0],[10,6,5],[7,3,2],[7,3,2],[6,2,3],[6,2,3],[6,2,1],[6,2,1],[5,1,0],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[7,5,6],[3,1,2],[4,2,3],[12,10,11],[1,0,0],[7,5,6],[5,3,4]],[[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,6],[0,3,8],[2,7,11],[2,7,11],[4,9,13],[7,14,20],[8,17,24],[17,26,33],[17,26,33],[12,23,27],[28,39,43],[32,46,47],[27,41,42],[41,57,56],[48,64,63],[56,75,71],[64,83,79],[49,68,62],[37,56,50],[45,66,59],[58,79,70],[70,91,84],[56,79,73],[46,71,67],[39,64,58],[49,72,64],[55,78,70],[50,73,65],[59,82,74],[77,98,91],[63,82,76],[70,90,81],[75,92,82],[73,90,74],[80,95,74],[119,133,107],[162,175,145],[212,227,196],[148,168,143],[142,165,145],[102,124,111],[92,119,110],[136,171,165],[132,173,167],[84,131,125],[97,144,136],[130,173,166],[100,137,130],[110,137,132],[145,170,167],[182,210,211],[130,164,165],[142,186,187],[108,156,160],[129,168,183],[103,146,165],[94,146,168],[107,165,187],[98,156,178],[99,158,176],[100,160,171],[105,159,169],[112,159,169],[147,184,200],[183,208,230],[190,208,230],[170,189,203],[166,183,190],[197,209,205],[182,198,195],[165,194,198],[140,176,188],[218,255,255],[173,216,233],[100,147,167],[96,147,166],[129,182,200],[94,147,163],[74,128,140],[130,185,192],[116,171,174],[79,137,139],[74,132,136],[71,128,137],[71,129,140],[73,128,135],[94,142,142],[106,151,146],[79,125,122],[107,153,153],[166,211,214],[118,163,168],[146,191,197],[148,195,203],[115,162,170],[72,116,125],[126,171,177],[111,156,161],[97,142,145],[78,122,123],[49,93,94],[106,140,139],[141,158,152],[162,168,158],[187,191,176],[159,160,146],[211,202,195],[250,236,235],[255,247,247],[240,229,227],[159,156,141],[100,103,82],[92,100,79],[120,128,107],[154,156,142],[81,75,59],[123,111,89],[155,133,110],[200,164,148],[184,146,127],[173,138,106],[222,189,148],[187,155,108],[231,199,152],[181,144,102],[106,64,26],[180,131,98],[197,147,110],[163,114,71],[147,101,52],[195,153,103],[192,154,107],[178,143,103],[119,86,53],[185,153,128],[255,234,211],[212,210,185],[254,255,236],[152,153,135],[110,108,93],[188,186,173],[196,194,181],[218,215,200],[89,86,69],[90,87,70],[120,125,105],[164,182,158],[133,155,132],[165,177,157],[149,156,138],[77,87,63],[70,82,62],[46,59,50],[46,63,57],[72,89,79],[102,115,108],[37,41,42],[149,145,142],[247,236,214],[229,213,187],[178,160,140],[116,101,82],[64,58,34],[67,70,49],[37,49,37],[45,55,46],[59,57,44],[75,66,51],[74,65,50],[28,21,5],[29,22,6],[99,92,76],[52,43,28],[30,18,2],[58,42,26],[53,34,17],[51,28,10],[72,45,26],[116,85,65],[109,74,52],[85,49,25],[52,15,0],[46,14,1],[50,21,13],[46,21,16],[40,21,17],[34,20,19],[18,8,7],[7,0,0],[10,4,6],[13,7,7],[13,7,7],[12,4,2],[9,1,0],[8,2,2],[7,1,1],[6,2,3],[9,5,6],[7,1,1],[9,3,3],[15,9,9],[10,4,4],[8,4,5],[12,8,9],[7,3,4],[6,2,3],[7,3,4],[7,3,4],[7,3,4],[7,3,2],[4,3,1],[4,3,1],[3,2,0],[3,2,0],[3,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[5,1,2],[4,2,3],[1,0,0],[6,4,5],[4,2,3],[2,0,1],[3,1,2],[1,0,0],[1,0,0]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[1,0,4],[1,0,4],[0,0,4],[1,0,5],[1,2,7],[3,4,9],[4,7,12],[3,8,12],[2,9,15],[6,13,21],[7,16,25],[10,18,29],[17,27,36],[14,24,33],[21,32,38],[25,39,42],[21,35,38],[32,48,48],[35,53,53],[59,79,77],[57,77,75],[45,66,61],[44,65,60],[46,67,62],[52,73,68],[54,77,71],[46,71,67],[46,71,67],[44,69,63],[30,55,49],[37,62,56],[55,78,72],[56,79,73],[66,87,82],[86,105,99],[54,71,63],[82,98,87],[99,113,98],[102,115,95],[155,169,143],[207,221,188],[176,189,159],[141,155,132],[155,172,154],[130,155,136],[105,137,124],[83,128,121],[109,156,150],[129,166,158],[200,233,224],[187,222,216],[117,148,142],[174,196,183],[158,180,167],[130,160,152],[120,152,149],[156,191,187],[143,179,177],[116,154,155],[133,171,182],[137,179,201],[98,148,175],[89,150,178],[92,160,183],[89,154,172],[97,157,168],[93,146,154],[93,137,146],[172,208,220],[158,184,197],[178,194,207],[190,203,212],[181,197,197],[169,191,189],[149,179,181],[192,227,233],[194,232,243],[130,172,186],[120,166,182],[126,173,191],[134,183,200],[116,168,182],[84,136,147],[103,156,164],[83,136,140],[61,116,119],[65,123,127],[65,124,132],[64,124,134],[72,129,136],[111,159,159],[80,125,122],[117,161,160],[124,168,169],[148,192,195],[161,204,210],[148,191,198],[152,195,204],[156,199,208],[117,160,169],[107,150,157],[148,191,197],[126,170,173],[70,111,113],[83,125,124],[93,128,124],[92,109,99],[136,144,133],[219,225,215],[204,201,194],[243,232,230],[235,219,220],[213,201,201],[245,242,237],[192,202,191],[110,124,107],[106,117,100],[105,109,92],[118,111,93],[128,117,99],[107,99,76],[123,106,86],[183,146,138],[198,156,144],[176,140,108],[213,181,134],[195,166,110],[165,136,80],[218,184,138],[181,142,103],[114,67,37],[198,148,121],[209,160,127],[180,132,92],[189,146,101],[138,102,54],[247,215,168],[188,156,115],[96,63,32],[195,167,143],[236,220,195],[231,218,199],[251,234,224],[237,224,216],[219,216,207],[177,177,167],[191,189,177],[163,155,142],[76,58,44],[134,117,101],[188,183,161],[117,117,91],[100,98,73],[106,108,84],[80,92,70],[98,115,97],[124,140,130],[27,38,30],[56,64,49],[130,132,119],[165,160,157],[154,145,140],[134,123,103],[163,151,127],[134,120,107],[63,53,41],[72,70,49],[51,55,32],[53,62,45],[58,66,51],[75,78,59],[46,45,25],[61,60,42],[23,20,3],[78,72,58],[112,102,90],[39,27,15],[59,42,32],[60,40,29],[55,31,19],[52,24,10],[58,26,11],[110,77,58],[135,100,78],[114,78,54],[38,3,0],[42,8,0],[45,15,7],[44,19,12],[47,26,21],[47,31,31],[30,20,19],[13,4,5],[11,5,5],[4,0,0],[7,1,1],[10,2,0],[10,2,0],[10,4,4],[9,3,5],[6,1,5],[5,0,4],[7,1,5],[13,4,9],[8,2,6],[4,0,2],[4,0,2],[5,0,3],[8,3,7],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[2,1,0],[3,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,0,0],[9,5,6],[3,0,0],[3,0,0],[10,6,7],[9,5,6],[3,0,0],[9,5,6]],[[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[2,3,7],[2,3,8],[2,5,10],[4,9,13],[0,8,11],[0,6,12],[1,10,17],[0,9,18],[0,2,12],[12,22,31],[18,31,39],[13,26,32],[27,42,45],[34,49,52],[32,50,50],[25,43,43],[49,69,68],[35,55,53],[40,60,58],[60,82,79],[53,75,72],[49,71,68],[50,72,69],[48,73,70],[39,64,61],[37,62,58],[27,52,46],[61,84,78],[76,97,90],[47,68,61],[75,95,86],[81,98,88],[73,89,76],[55,69,52],[61,76,55],[152,166,141],[169,182,152],[156,170,135],[167,182,151],[199,216,198],[199,221,208],[100,128,113],[122,160,145],[107,154,146],[102,149,141],[141,174,165],[181,211,201],[155,186,180],[139,169,161],[146,168,155],[163,185,172],[184,214,204],[151,184,177],[125,156,150],[140,171,166],[127,163,159],[207,247,249],[218,255,255],[106,152,175],[84,142,166],[88,152,177],[81,147,169],[96,159,176],[104,158,168],[125,174,181],[108,152,161],[121,155,164],[181,199,209],[215,225,234],[191,206,209],[150,170,171],[169,197,198],[183,216,221],[157,197,205],[160,204,215],[90,133,149],[179,222,238],[151,189,202],[148,184,196],[131,170,177],[87,131,134],[72,123,124],[65,123,124],[79,138,142],[65,124,128],[49,104,109],[114,165,169],[172,220,220],[124,170,168],[70,119,116],[106,152,152],[121,162,164],[108,149,153],[110,155,161],[88,135,143],[100,144,155],[118,162,175],[118,165,175],[94,139,145],[118,162,165],[111,151,151],[98,137,134],[89,120,114],[135,151,141],[145,151,141],[192,193,187],[232,227,223],[249,235,234],[230,214,214],[199,186,180],[181,178,169],[195,207,193],[143,157,140],[135,140,120],[171,169,148],[138,125,106],[216,201,178],[115,103,77],[91,73,51],[172,135,126],[225,183,169],[229,190,157],[209,177,130],[183,157,100],[157,131,74],[186,154,105],[226,188,149],[148,104,75],[127,81,55],[203,158,127],[193,151,113],[199,158,114],[168,130,81],[181,149,98],[177,149,101],[148,118,80],[188,161,131],[245,221,193],[210,188,165],[178,155,141],[183,163,154],[211,203,190],[179,176,161],[170,164,148],[215,202,186],[152,126,111],[132,105,86],[173,156,130],[128,117,87],[89,83,51],[46,49,18],[104,120,93],[124,143,123],[111,123,109],[70,76,62],[39,41,20],[124,119,99],[167,159,146],[93,83,71],[79,68,48],[113,102,82],[112,99,91],[64,53,47],[37,34,17],[48,50,29],[43,51,28],[52,62,38],[73,78,55],[61,65,42],[47,46,25],[45,40,21],[85,76,59],[83,70,54],[63,47,34],[41,23,13],[69,49,40],[59,37,26],[65,41,29],[62,34,20],[89,58,40],[112,80,57],[127,91,65],[72,36,12],[50,17,2],[42,14,3],[28,3,0],[24,5,0],[30,16,13],[25,15,14],[10,4,4],[7,1,1],[9,3,3],[11,5,5],[9,4,1],[7,2,0],[9,3,3],[8,4,5],[7,2,6],[7,2,6],[6,0,4],[9,3,7],[6,0,4],[13,7,11],[11,5,9],[3,0,2],[7,2,6],[6,1,5],[7,2,6],[7,3,4],[5,3,4],[5,4,2],[4,3,1],[4,3,0],[2,3,0],[1,2,0],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[3,1,2],[5,1,2],[7,3,4],[3,0,0],[9,5,6],[3,0,0],[4,0,1],[4,0,1],[6,2,3]],[[1,1,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[4,4,6],[0,0,4],[3,4,8],[0,2,7],[1,6,10],[0,5,9],[0,6,9],[1,8,14],[0,2,7],[62,75,81],[112,125,131],[0,3,9],[10,25,30],[25,40,43],[30,48,50],[30,48,50],[32,50,50],[21,39,39],[50,69,67],[66,86,84],[64,84,82],[55,75,73],[46,66,64],[49,70,65],[63,83,81],[52,73,74],[44,65,66],[45,65,63],[73,94,89],[77,96,90],[71,88,80],[52,68,57],[55,69,54],[53,68,49],[79,92,72],[85,97,73],[86,99,71],[139,153,120],[167,181,146],[184,198,162],[161,180,150],[137,165,151],[69,104,98],[77,114,106],[84,124,113],[105,147,137],[103,145,135],[127,163,153],[167,198,190],[162,191,186],[154,181,176],[146,169,163],[187,212,206],[144,173,168],[126,158,153],[170,203,196],[150,185,179],[130,166,162],[138,178,178],[127,170,179],[112,155,171],[137,183,198],[107,158,175],[84,144,168],[89,151,172],[119,173,185],[104,154,163],[91,143,156],[113,157,168],[178,203,208],[179,194,197],[214,225,227],[159,173,174],[181,200,204],[196,225,231],[166,211,217],[114,164,173],[83,130,140],[177,214,222],[187,206,212],[181,192,196],[181,195,196],[140,169,167],[83,133,130],[91,156,152],[105,171,169],[49,109,107],[69,113,112],[109,149,149],[188,232,235],[107,156,160],[25,79,79],[91,141,140],[189,222,227],[145,179,188],[88,138,145],[86,140,150],[97,146,163],[86,134,154],[101,152,169],[79,128,142],[69,114,120],[106,144,145],[81,112,107],[120,139,133],[186,192,188],[191,188,183],[254,247,239],[253,242,236],[192,181,177],[196,183,175],[199,183,168],[156,145,125],[197,196,176],[207,206,185],[139,129,102],[157,143,114],[242,226,200],[213,193,168],[144,123,94],[155,128,101],[100,68,47],[175,137,116],[239,198,168],[230,192,153],[228,200,153],[185,159,110],[164,130,85],[180,141,102],[194,151,117],[121,80,48],[225,189,153],[212,177,137],[182,139,96],[171,129,79],[193,161,104],[197,170,115],[176,153,109],[184,162,121],[232,210,169],[173,150,116],[169,144,122],[203,180,162],[201,185,160],[131,117,90],[148,133,104],[209,189,162],[165,139,116],[111,85,60],[137,119,83],[145,136,97],[138,134,97],[152,158,122],[42,59,23],[83,102,70],[164,172,148],[158,157,136],[80,74,48],[92,82,55],[103,96,67],[119,114,85],[111,104,78],[83,72,54],[116,101,96],[77,61,61],[76,67,60],[88,86,71],[101,111,84],[60,74,41],[97,103,77],[93,93,69],[82,76,52],[67,57,32],[97,81,58],[82,64,44],[69,50,33],[66,48,34],[69,55,44],[42,29,20],[48,35,26],[43,27,14],[71,48,30],[103,75,53],[98,63,35],[88,51,25],[57,24,5],[59,31,17],[38,14,2],[16,0,0],[17,3,0],[14,4,3],[5,0,0],[7,3,4],[10,6,7],[6,2,3],[10,6,5],[11,7,6],[4,0,1],[2,0,1],[6,4,7],[3,1,4],[5,0,4],[8,3,7],[9,4,8],[6,1,5],[7,2,6],[9,4,8],[7,2,6],[1,0,0],[7,5,6],[1,0,0],[7,5,6],[7,5,6],[0,0,0],[1,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,2],[2,0,3],[2,0,3],[2,0,3],[1,0,2],[2,0,3],[5,3,6],[3,1,4],[1,0,2],[8,6,9],[1,0,2],[8,6,9],[6,4,7],[1,0,2],[178,176,179]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[4,5,9],[4,8,11],[0,4,8],[2,7,11],[0,8,11],[1,9,12],[6,15,20],[0,10,14],[60,74,77],[85,100,103],[7,22,25],[17,32,35],[18,36,38],[29,47,49],[28,46,46],[31,49,49],[28,47,45],[47,66,64],[53,73,71],[48,68,66],[44,64,62],[38,58,56],[40,61,56],[52,72,70],[44,64,63],[51,71,70],[59,78,76],[84,103,97],[69,86,78],[60,76,65],[61,75,60],[54,67,49],[72,86,63],[118,131,105],[118,131,103],[102,113,83],[116,127,95],[154,168,133],[144,158,123],[80,100,72],[80,112,99],[51,91,83],[51,91,83],[66,106,98],[94,134,126],[113,150,143],[119,154,148],[104,135,129],[170,200,192],[155,182,175],[160,187,180],[197,227,219],[117,148,142],[131,166,160],[165,204,199],[140,179,174],[125,164,159],[83,125,123],[93,138,143],[155,199,208],[165,208,217],[166,212,225],[119,176,196],[78,139,158],[82,135,149],[90,142,153],[101,155,167],[147,194,202],[160,189,193],[158,178,179],[184,198,199],[207,218,220],[245,255,255],[217,242,247],[119,162,168],[106,157,161],[102,151,155],[90,125,127],[186,200,200],[220,224,223],[211,220,215],[213,236,230],[80,129,123],[109,170,163],[180,241,236],[138,188,185],[158,184,183],[234,255,255],[200,237,245],[47,94,100],[45,101,102],[98,148,149],[232,255,255],[184,214,222],[93,143,150],[81,139,150],[91,142,159],[85,133,153],[74,127,145],[91,143,156],[78,121,127],[95,129,128],[122,148,139],[136,149,140],[239,240,235],[199,192,186],[255,244,236],[239,226,217],[155,146,139],[172,162,152],[217,200,180],[156,142,116],[175,169,147],[207,201,177],[185,170,139],[169,150,118],[171,154,126],[185,165,140],[184,158,131],[225,195,167],[210,178,153],[175,139,113],[193,152,122],[179,139,104],[175,146,104],[135,108,65],[172,137,97],[134,95,56],[146,106,71],[158,120,84],[238,206,168],[202,169,128],[213,172,128],[179,137,89],[209,177,120],[152,125,70],[101,79,32],[147,125,84],[152,130,89],[139,117,78],[174,151,119],[206,183,152],[183,160,126],[178,156,119],[164,140,104],[160,136,100],[157,133,99],[152,129,97],[180,164,128],[184,171,136],[169,163,129],[223,224,190],[123,133,96],[114,126,90],[185,186,155],[179,173,147],[177,167,140],[158,149,118],[108,102,66],[93,89,54],[57,52,23],[122,114,95],[94,81,73],[74,60,57],[97,88,81],[107,105,90],[132,141,112],[71,81,47],[93,94,63],[146,139,111],[145,134,106],[120,104,78],[102,82,57],[106,84,61],[69,48,27],[58,39,22],[60,47,31],[53,41,27],[59,46,30],[47,30,14],[213,188,166],[129,97,72],[118,79,50],[91,52,23],[85,53,32],[100,73,56],[87,65,52],[43,26,16],[11,0,0],[9,1,0],[12,6,6],[11,7,8],[3,0,0],[11,7,8],[3,0,0],[3,0,0],[19,17,18],[15,13,14],[0,0,2],[4,4,6],[2,0,1],[7,3,4],[11,7,8],[11,7,8],[5,1,2],[3,0,0],[3,1,2],[9,7,8],[2,0,1],[6,4,5],[1,0,0],[7,5,6],[11,11,11],[0,0,0],[75,75,75],[251,251,251],[9,7,10],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[1,0,2],[3,1,4],[4,2,5],[4,2,5],[1,0,2],[5,3,6],[4,2,5],[1,0,2],[2,0,3],[1,0,2],[73,71,74]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,2],[1,1,3],[3,4,8],[3,4,8],[0,1,6],[4,9,13],[3,11,14],[1,9,12],[7,16,21],[2,13,17],[0,3,9],[0,12,18],[0,10,13],[11,26,29],[13,28,31],[24,39,42],[20,36,36],[19,35,35],[27,45,45],[38,56,56],[37,56,54],[34,53,51],[35,55,53],[33,53,51],[31,52,47],[38,59,54],[41,60,56],[54,73,69],[54,73,67],[62,79,71],[76,92,82],[106,122,109],[106,120,105],[104,117,99],[108,121,101],[125,137,113],[121,134,108],[105,118,92],[145,158,130],[185,200,171],[102,117,88],[91,109,83],[112,141,123],[132,165,154],[92,127,120],[147,181,180],[193,227,229],[130,164,166],[81,112,114],[85,117,114],[113,145,134],[113,145,130],[139,172,155],[194,228,212],[155,193,182],[106,145,140],[90,132,131],[123,164,166],[116,158,156],[101,143,141],[155,201,201],[195,243,247],[140,189,196],[122,174,185],[106,162,175],[97,153,166],[105,161,174],[94,146,157],[109,156,166],[129,170,176],[166,197,200],[175,199,201],[191,209,211],[203,217,218],[225,234,239],[192,209,216],[113,151,154],[124,172,172],[104,154,151],[91,133,129],[149,176,171],[182,201,195],[171,191,182],[163,193,183],[174,220,210],[169,218,212],[224,255,255],[235,255,255],[231,232,237],[227,227,237],[171,195,207],[82,122,132],[68,117,121],[147,191,194],[235,255,255],[167,196,204],[93,142,147],[89,144,151],[91,140,154],[85,132,148],[81,130,144],[62,111,118],[90,130,130],[125,154,149],[145,165,153],[156,167,153],[251,251,241],[255,253,244],[237,225,213],[180,166,155],[143,134,125],[214,204,192],[186,171,150],[183,168,145],[178,173,153],[214,209,187],[230,219,189],[188,173,142],[147,133,106],[155,137,113],[211,187,161],[173,146,119],[136,106,80],[113,79,52],[125,86,57],[183,147,113],[175,146,106],[103,74,34],[149,115,77],[183,145,109],[168,129,96],[160,124,90],[163,130,95],[163,131,92],[252,213,172],[218,180,133],[218,185,132],[162,132,82],[131,97,59],[202,172,138],[251,226,195],[175,155,120],[112,93,53],[156,134,93],[223,195,156],[181,149,111],[186,154,116],[122,93,53],[141,120,75],[133,118,77],[143,130,98],[190,178,152],[183,168,145],[188,176,150],[180,176,141],[190,187,152],[226,221,191],[201,196,167],[144,137,109],[130,123,94],[184,178,146],[174,168,136],[113,108,79],[131,125,101],[98,92,76],[74,68,54],[60,56,44],[60,58,43],[59,61,39],[69,68,40],[99,89,54],[167,151,117],[127,108,76],[92,71,42],[86,65,38],[78,54,30],[45,23,0],[43,21,0],[54,32,9],[84,60,36],[92,66,41],[65,35,9],[106,72,44],[106,67,36],[126,83,49],[89,48,20],[72,40,19],[69,41,27],[67,45,32],[55,36,29],[30,16,13],[12,4,2],[7,1,1],[4,0,1],[8,4,5],[18,14,15],[4,0,0],[10,6,5],[44,42,43],[38,36,37],[5,5,7],[3,1,4],[11,7,8],[3,0,0],[3,0,0],[7,3,4],[9,5,6],[6,2,3],[3,1,2],[6,4,5],[1,0,0],[8,6,7],[3,1,2],[1,0,0],[7,7,7],[0,0,0],[18,18,18],[94,94,94],[6,4,7],[1,0,2],[2,0,3],[7,5,8],[2,0,3],[3,1,4],[6,4,7],[1,0,2],[2,0,3],[2,0,3],[1,0,2],[8,6,9],[1,0,2],[6,4,7],[3,1,4],[2,0,3]],[[1,1,0],[1,1,0],[0,0,0],[1,1,0],[5,5,5],[6,6,6],[3,3,5],[2,2,4],[0,0,4],[0,2,5],[0,3,7],[9,14,18],[9,17,20],[3,13,15],[7,16,21],[3,14,18],[14,25,31],[3,16,22],[11,25,28],[8,23,26],[6,21,24],[14,29,32],[28,44,44],[34,50,50],[23,41,41],[31,49,49],[32,51,49],[33,52,50],[40,60,58],[38,58,56],[33,54,49],[37,58,51],[29,49,40],[42,59,49],[53,70,60],[59,77,65],[100,116,103],[151,165,150],[104,118,101],[72,85,67],[101,114,94],[98,112,89],[83,95,73],[94,106,82],[163,177,152],[212,226,201],[155,169,144],[130,148,124],[157,182,163],[168,196,182],[120,149,144],[189,219,217],[160,191,194],[83,114,117],[88,119,121],[62,94,91],[97,130,119],[130,164,148],[142,176,160],[108,146,131],[129,171,159],[131,176,169],[133,179,179],[92,137,140],[94,138,137],[126,170,169],[162,208,206],[136,186,187],[129,184,189],[95,152,159],[80,133,139],[103,156,162],[122,176,188],[105,155,166],[102,143,149],[168,201,206],[181,212,217],[205,233,237],[187,211,213],[196,214,214],[223,233,235],[167,182,185],[174,206,203],[133,176,169],[107,152,145],[78,120,110],[117,144,137],[136,157,150],[153,174,165],[155,182,173],[170,208,197],[141,181,172],[185,214,209],[217,229,229],[255,245,253],[194,184,195],[199,216,224],[131,164,169],[109,151,149],[113,152,149],[202,226,228],[151,176,180],[84,130,130],[109,163,165],[85,132,142],[80,124,137],[103,150,160],[81,122,128],[73,107,108],[109,134,128],[127,140,130],[229,233,219],[253,249,237],[239,229,217],[195,182,166],[145,132,116],[139,129,117],[192,183,168],[230,215,192],[179,167,143],[125,123,102],[156,154,133],[212,203,174],[188,174,145],[111,99,75],[132,117,94],[150,130,106],[146,120,95],[159,129,105],[158,124,97],[153,118,88],[187,152,120],[161,131,95],[125,95,57],[148,115,80],[140,106,71],[192,157,125],[159,126,95],[177,144,111],[189,156,121],[203,170,129],[223,190,145],[236,206,156],[209,176,131],[222,184,148],[255,237,208],[255,236,208],[141,118,86],[138,117,72],[213,189,141],[253,221,180],[231,196,156],[175,140,100],[180,149,105],[181,159,110],[134,117,73],[110,94,68],[105,90,71],[97,78,61],[140,122,100],[128,111,83],[169,154,123],[211,200,168],[219,213,179],[131,127,92],[85,81,46],[103,97,63],[145,139,107],[153,146,118],[109,105,80],[57,56,36],[83,84,66],[81,82,64],[46,45,27],[45,42,23],[58,48,23],[115,97,61],[148,124,86],[94,71,37],[66,45,14],[99,78,51],[85,63,40],[101,79,56],[78,54,30],[73,46,19],[131,100,71],[121,86,54],[118,82,48],[141,101,66],[128,85,51],[94,49,16],[92,51,23],[66,34,13],[52,24,10],[41,19,6],[36,19,11],[26,15,11],[14,6,4],[6,0,0],[6,2,3],[4,0,1],[6,2,3],[4,0,0],[4,0,0],[4,2,3],[4,2,3],[2,2,4],[4,4,6],[4,2,3],[5,1,2],[7,3,4],[8,4,5],[6,2,3],[3,0,0],[2,0,1],[6,4,5],[8,6,7],[2,0,1],[9,7,8],[5,3,4],[0,0,0],[7,7,7],[4,4,4],[0,0,0],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[7,5,8],[8,6,9],[2,0,3],[2,0,3],[9,7,10],[1,0,2],[5,3,6],[8,6,9],[5,3,6],[7,5,8],[2,0,3]],[[1,1,0],[2,2,0],[0,0,0],[2,2,0],[7,7,7],[7,7,7],[4,4,6],[3,3,5],[2,3,7],[1,5,8],[2,7,11],[15,20,24],[15,22,28],[10,19,24],[14,23,28],[10,21,25],[10,21,27],[8,19,25],[14,25,31],[11,24,30],[15,29,32],[8,22,25],[24,39,42],[28,43,46],[25,41,41],[33,49,49],[33,52,50],[36,55,53],[44,64,62],[42,62,60],[38,59,54],[43,62,56],[56,74,62],[74,90,77],[97,113,100],[103,117,102],[90,104,87],[121,134,116],[123,136,118],[103,115,95],[88,100,80],[76,88,68],[105,117,97],[94,106,84],[168,182,159],[194,208,185],[120,134,111],[134,149,130],[129,149,137],[65,88,78],[110,135,129],[138,167,162],[102,133,128],[107,139,136],[61,93,90],[55,87,82],[95,128,121],[101,136,129],[93,130,122],[89,129,120],[119,164,157],[104,153,147],[129,179,176],[122,172,169],[116,162,160],[124,168,167],[151,197,194],[118,170,166],[94,155,158],[92,153,156],[108,158,157],[98,146,146],[78,128,137],[110,154,165],[143,174,177],[215,240,244],[169,198,206],[152,182,190],[141,169,172],[158,182,182],[207,223,223],[193,212,210],[214,244,236],[166,199,188],[141,174,163],[118,148,138],[174,193,187],[173,188,183],[200,215,210],[173,193,184],[132,158,147],[140,168,156],[164,185,176],[208,217,214],[251,242,247],[223,213,221],[187,199,197],[169,195,186],[115,149,135],[170,202,189],[204,224,215],[129,152,146],[107,148,142],[96,145,142],[97,140,146],[82,122,132],[73,111,122],[80,112,123],[79,104,109],[159,175,175],[169,174,170],[255,255,248],[219,211,198],[221,210,192],[174,159,138],[170,155,136],[150,141,124],[106,97,80],[225,211,185],[200,188,162],[99,98,78],[127,126,106],[176,169,141],[183,173,146],[190,182,161],[138,127,107],[151,135,112],[138,113,91],[196,166,142],[195,163,138],[191,162,132],[161,132,100],[166,133,100],[156,123,90],[175,145,111],[156,127,95],[159,130,100],[95,64,35],[105,74,45],[143,112,81],[156,128,91],[158,130,90],[164,137,92],[216,184,143],[184,148,112],[151,112,83],[140,104,78],[116,82,54],[124,95,53],[173,145,98],[121,89,48],[146,113,72],[163,130,89],[186,155,111],[141,113,66],[115,90,49],[128,106,82],[116,95,78],[104,87,69],[115,94,77],[110,81,65],[194,168,145],[159,143,110],[180,173,131],[215,213,165],[137,135,87],[44,36,0],[57,46,14],[45,34,12],[42,35,17],[60,61,43],[70,74,57],[54,57,36],[43,42,21],[91,83,62],[136,120,94],[150,126,90],[139,114,74],[113,90,58],[75,54,27],[63,45,23],[77,59,39],[130,112,92],[125,103,80],[173,143,117],[142,107,75],[140,102,66],[172,129,94],[167,123,88],[139,95,60],[112,67,36],[84,44,18],[44,11,0],[68,40,26],[58,36,25],[25,6,0],[14,0,0],[17,9,7],[12,6,6],[7,3,4],[10,6,7],[3,0,0],[9,3,3],[14,8,8],[8,4,5],[8,6,7],[8,8,10],[1,0,2],[9,5,6],[10,6,7],[8,4,5],[5,1,2],[8,4,5],[13,9,10],[6,4,5],[1,0,0],[4,2,3],[1,0,0],[1,0,0],[1,0,0],[7,7,7],[8,8,8],[2,2,2],[9,9,9],[1,0,2],[8,6,9],[6,4,7],[2,0,3],[6,4,7],[5,3,6],[2,0,3],[6,4,7],[3,1,4],[9,7,10],[4,2,5],[1,0,2],[5,3,6],[1,0,2],[1,0,2],[7,5,8]],[[0,0,0],[1,1,0],[0,0,0],[1,1,0],[4,4,4],[4,4,4],[2,2,4],[1,2,4],[1,5,8],[2,6,9],[1,6,10],[9,17,20],[11,20,25],[10,19,24],[16,27,31],[13,24,28],[8,19,25],[14,25,31],[10,21,27],[11,22,28],[16,30,33],[7,21,24],[21,36,39],[27,42,45],[24,40,40],[30,46,46],[28,47,45],[29,48,46],[34,54,52],[32,52,50],[31,52,47],[41,61,52],[57,73,60],[101,115,98],[57,70,52],[55,68,50],[74,86,66],[83,95,75],[114,123,102],[143,152,131],[105,114,93],[80,89,68],[113,122,101],[109,121,99],[101,113,91],[98,112,89],[128,142,119],[129,144,125],[66,84,72],[86,107,98],[98,121,113],[84,111,102],[88,118,110],[92,125,116],[62,95,88],[87,122,116],[88,123,119],[91,127,123],[58,97,94],[87,128,124],[84,131,125],[79,130,123],[76,129,121],[73,124,119],[91,137,135],[119,163,162],[107,154,148],[97,150,144],[87,149,148],[103,165,162],[108,158,149],[126,168,164],[131,174,180],[111,148,156],[137,158,161],[214,232,234],[190,217,224],[128,158,166],[135,166,169],[182,208,209],[202,218,218],[213,228,225],[218,238,227],[203,227,213],[197,221,207],[187,209,197],[184,201,195],[168,183,180],[202,218,215],[164,183,177],[114,138,124],[137,160,144],[127,143,132],[162,169,162],[247,242,246],[226,221,225],[209,216,209],[158,176,164],[183,210,193],[235,255,245],[164,180,169],[129,149,140],[82,119,111],[115,158,151],[109,149,149],[88,123,127],[70,101,106],[35,60,65],[118,138,139],[200,211,207],[187,184,179],[242,232,222],[183,172,154],[182,167,144],[168,150,126],[185,169,146],[169,158,140],[135,124,106],[216,200,175],[199,187,161],[118,117,97],[183,185,164],[204,198,172],[166,159,133],[192,187,167],[192,185,166],[155,140,119],[188,166,143],[142,111,90],[127,95,70],[142,117,87],[170,143,113],[191,157,129],[164,130,102],[139,110,80],[160,135,104],[114,89,59],[116,89,62],[153,121,96],[129,99,71],[103,80,46],[102,82,45],[147,124,83],[177,147,109],[131,97,60],[169,130,97],[141,102,71],[150,111,80],[111,76,38],[70,37,0],[82,50,11],[90,61,21],[102,73,31],[135,106,64],[122,90,49],[129,99,63],[129,102,75],[118,96,73],[136,120,97],[120,102,80],[155,124,106],[159,129,105],[169,151,115],[103,95,49],[143,140,89],[169,163,115],[111,99,61],[116,101,72],[83,68,45],[66,58,37],[65,65,41],[60,64,39],[51,53,29],[91,86,64],[152,139,122],[117,99,77],[81,58,26],[80,57,23],[95,75,48],[72,56,33],[25,12,0],[37,23,10],[69,53,38],[169,150,133],[168,144,120],[73,42,13],[120,84,50],[142,104,68],[118,78,43],[178,137,105],[134,93,63],[70,33,7],[34,3,0],[58,32,17],[50,28,17],[23,6,0],[16,5,1],[16,8,6],[8,2,2],[7,3,4],[6,2,3],[9,5,6],[11,5,5],[7,1,1],[3,0,0],[3,0,0],[6,4,7],[12,10,13],[3,0,0],[17,13,14],[25,21,22],[14,10,11],[3,0,0],[3,0,0],[6,4,5],[7,5,6],[1,0,0],[7,5,6],[12,10,11],[3,1,2],[0,0,0],[2,2,2],[0,0,0],[5,5,5],[7,5,8],[5,3,6],[2,0,3],[4,2,5],[6,4,7],[1,0,2],[1,0,2],[4,2,5],[1,0,2],[1,0,2],[9,7,10],[1,0,2],[4,2,5],[3,1,4],[6,4,7],[1,0,2]],[[0,0,0],[1,1,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[0,0,2],[0,1,3],[0,1,4],[1,5,8],[1,6,10],[6,14,17],[9,18,23],[11,20,25],[17,28,32],[11,22,26],[9,20,26],[16,25,34],[14,23,30],[14,23,30],[15,26,32],[17,28,34],[22,36,39],[34,48,51],[24,38,39],[30,44,45],[27,43,42],[27,43,42],[29,48,44],[26,45,41],[26,45,41],[38,55,47],[83,95,81],[94,103,86],[81,90,71],[87,96,77],[82,90,69],[113,121,100],[136,144,121],[107,115,92],[62,70,47],[80,88,65],[115,123,100],[92,102,78],[74,84,60],[102,114,90],[138,150,126],[151,164,144],[91,107,96],[84,104,95],[81,105,92],[69,97,83],[81,113,98],[72,106,92],[75,108,99],[110,145,139],[85,119,118],[66,102,102],[78,116,117],[128,168,168],[69,114,111],[74,123,117],[79,130,121],[67,118,111],[103,145,143],[112,154,152],[81,126,119],[80,131,122],[70,131,124],[107,164,157],[149,192,182],[160,197,189],[125,159,160],[156,181,186],[182,196,197],[240,251,253],[196,216,223],[156,185,191],[116,150,152],[161,189,190],[186,196,198],[146,148,147],[166,173,165],[171,183,169],[213,230,214],[170,190,178],[153,176,168],[155,180,176],[154,181,176],[135,165,155],[145,173,158],[115,140,121],[103,121,105],[159,169,160],[197,197,199],[225,223,228],[227,227,227],[160,166,162],[229,246,236],[208,225,215],[153,164,156],[131,146,139],[105,135,125],[143,180,172],[118,153,147],[76,107,102],[69,91,88],[70,87,81],[161,173,161],[177,181,164],[169,161,142],[209,192,172],[190,176,150],[176,160,134],[195,175,148],[163,146,120],[179,168,148],[162,151,131],[211,195,170],[175,163,137],[109,111,90],[123,126,107],[172,168,143],[114,107,81],[95,90,70],[142,135,117],[231,216,197],[202,180,159],[186,156,132],[164,132,107],[166,143,112],[183,160,129],[149,115,88],[163,127,101],[152,125,98],[157,133,105],[103,82,55],[175,149,124],[182,150,127],[108,80,56],[92,76,43],[101,87,52],[94,71,39],[95,66,32],[145,113,74],[151,116,74],[194,155,114],[174,134,98],[137,98,67],[100,65,35],[87,58,24],[146,120,85],[111,85,48],[111,82,48],[95,62,31],[128,94,66],[174,145,113],[152,129,97],[100,86,57],[78,63,34],[133,108,78],[152,126,93],[155,137,97],[101,88,44],[115,103,61],[117,105,67],[122,105,75],[175,155,130],[184,167,141],[121,107,78],[95,89,53],[100,98,60],[101,98,65],[114,106,83],[83,66,56],[78,58,49],[59,42,22],[76,62,36],[93,80,61],[75,66,51],[47,38,29],[44,37,29],[58,49,40],[175,165,153],[196,180,164],[53,32,11],[75,49,24],[50,20,0],[65,34,5],[145,110,82],[146,110,84],[81,46,24],[67,36,18],[55,29,16],[36,13,5],[22,5,0],[17,6,4],[10,1,2],[5,0,1],[11,6,10],[5,1,2],[9,5,6],[6,0,0],[8,2,2],[15,11,12],[13,9,10],[3,1,4],[3,1,4],[5,1,2],[12,8,9],[14,10,11],[9,5,6],[5,1,2],[7,3,4],[6,4,5],[4,2,3],[14,12,13],[1,0,0],[4,2,3],[11,9,10],[5,5,5],[4,4,4],[3,3,3],[3,3,3],[6,4,7],[1,0,2],[3,1,4],[4,2,5],[1,0,2],[9,7,10],[14,12,15],[2,0,3],[2,0,3],[1,0,2],[5,3,6],[2,0,3],[15,13,16],[4,2,5],[12,10,13],[1,0,2]],[[0,0,0],[2,2,0],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,2],[1,2,4],[0,1,4],[2,7,10],[4,12,15],[12,20,23],[14,23,28],[15,26,30],[17,31,34],[7,20,26],[7,18,24],[12,21,30],[19,28,35],[18,27,34],[9,20,26],[21,32,36],[13,27,30],[27,41,42],[29,43,44],[34,48,48],[33,49,48],[34,50,47],[38,54,51],[32,51,47],[29,48,44],[41,57,47],[107,115,100],[119,124,104],[101,106,86],[64,67,46],[99,102,81],[163,167,144],[117,121,98],[85,89,64],[64,68,43],[88,94,68],[98,104,78],[129,138,111],[114,123,96],[124,135,105],[153,164,134],[162,176,151],[164,181,163],[132,155,139],[116,143,128],[74,105,90],[72,106,92],[76,112,100],[89,124,117],[77,114,107],[74,110,108],[72,108,108],[93,129,129],[101,140,139],[81,123,121],[97,142,137],[92,141,135],[96,143,137],[85,124,123],[80,119,116],[73,116,109],[81,131,120],[109,163,150],[128,180,167],[162,203,189],[112,144,133],[113,135,132],[178,192,192],[236,244,246],[241,249,251],[227,245,249],[185,210,214],[121,155,157],[138,166,169],[171,181,183],[151,153,152],[139,145,135],[151,159,144],[143,157,140],[121,141,129],[125,150,144],[122,153,148],[100,132,127],[121,154,145],[118,151,134],[150,178,156],[111,132,113],[164,178,165],[177,186,185],[190,194,195],[224,223,218],[255,255,246],[219,230,216],[193,205,191],[145,153,140],[103,115,103],[130,154,140],[124,155,140],[89,119,107],[77,103,92],[55,71,61],[174,182,171],[170,174,159],[186,183,164],[235,218,198],[209,187,164],[236,219,191],[220,203,173],[172,151,120],[183,163,136],[170,158,136],[169,158,136],[229,213,187],[176,164,138],[157,156,136],[163,164,146],[214,208,184],[173,166,140],[151,146,126],[160,153,134],[193,178,157],[189,167,144],[204,172,147],[231,200,172],[212,191,160],[159,136,105],[151,117,92],[165,131,106],[163,137,112],[156,136,109],[116,96,71],[129,107,83],[116,85,64],[99,73,50],[88,74,45],[117,106,76],[79,59,32],[112,87,56],[101,72,32],[177,144,99],[199,165,119],[174,141,100],[125,91,63],[126,94,69],[97,68,38],[129,103,70],[89,63,28],[91,62,30],[106,74,49],[100,69,41],[132,106,69],[173,154,114],[136,121,88],[98,85,53],[135,116,84],[141,121,86],[149,132,89],[151,137,92],[117,100,57],[120,100,63],[102,78,50],[76,52,28],[126,102,76],[235,214,183],[126,111,72],[86,74,34],[120,107,73],[132,118,92],[82,64,54],[60,43,36],[48,39,24],[74,67,49],[96,88,75],[66,59,49],[50,46,37],[46,41,35],[65,60,54],[57,50,42],[38,30,19],[48,36,20],[51,36,17],[52,31,10],[64,40,16],[79,49,25],[145,111,86],[102,67,47],[52,23,7],[52,26,13],[43,23,14],[26,9,2],[12,1,0],[14,5,6],[13,7,9],[3,0,2],[8,4,5],[9,5,6],[11,5,5],[9,3,3],[5,1,2],[4,0,1],[5,3,6],[7,5,8],[8,4,5],[5,1,2],[4,0,1],[5,1,2],[5,1,2],[5,1,2],[2,0,1],[3,1,2],[3,1,2],[6,4,5],[6,4,5],[1,0,0],[1,1,1],[6,6,6],[0,0,0],[4,4,4],[1,0,2],[1,0,2],[11,9,12],[4,2,5],[1,0,2],[33,31,34],[47,45,48],[6,4,7],[12,10,13],[11,9,12],[1,0,2],[2,0,3],[25,23,26],[1,0,2],[3,1,4],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,1,6],[0,0,5],[3,8,14],[16,23,29],[20,29,34],[16,27,31],[9,22,28],[7,18,24],[12,21,28],[14,23,30],[19,28,35],[21,30,37],[16,25,30],[14,23,28],[18,29,33],[21,32,34],[25,36,38],[29,41,41],[23,37,37],[24,39,36],[31,46,43],[31,46,41],[51,66,61],[93,104,96],[101,103,90],[42,39,22],[73,70,53],[102,99,80],[107,105,84],[151,149,126],[150,150,124],[110,110,84],[107,110,81],[123,126,97],[113,116,85],[107,112,80],[129,136,103],[148,158,124],[200,210,176],[121,135,102],[182,202,174],[118,142,118],[50,77,58],[97,127,115],[62,94,89],[59,95,93],[85,121,119],[101,137,135],[108,145,138],[93,130,122],[111,149,138],[127,164,156],[77,116,111],[80,120,119],[84,125,127],[73,113,115],[86,120,119],[73,108,104],[94,135,129],[105,148,138],[101,145,128],[113,154,136],[123,159,145],[139,167,155],[143,155,145],[195,200,194],[249,251,250],[251,255,255],[220,231,233],[135,155,156],[132,162,162],[114,144,144],[151,171,172],[118,130,128],[140,152,142],[135,147,133],[109,123,108],[121,141,130],[116,141,137],[93,121,122],[86,118,117],[87,120,113],[94,126,111],[115,144,124],[155,180,159],[163,184,169],[142,161,155],[145,156,148],[211,210,190],[217,216,188],[209,215,187],[213,223,196],[173,178,155],[132,141,120],[104,123,103],[126,149,131],[94,118,104],[150,167,157],[178,183,177],[255,255,250],[232,229,220],[229,219,209],[227,202,195],[234,206,192],[243,223,196],[179,160,127],[147,124,92],[162,141,112],[159,144,121],[176,164,142],[143,126,100],[160,146,120],[126,123,104],[96,95,75],[167,160,134],[153,141,115],[111,103,80],[152,141,121],[232,214,192],[223,199,175],[160,129,101],[183,152,123],[255,241,210],[144,121,90],[152,118,93],[195,160,138],[146,120,97],[175,155,130],[114,96,72],[125,105,81],[113,86,65],[86,61,39],[112,100,74],[122,112,85],[83,67,42],[73,49,23],[139,109,73],[185,153,112],[113,89,41],[130,107,65],[120,97,66],[114,90,64],[157,130,101],[114,83,52],[73,43,9],[107,76,45],[113,88,58],[120,100,67],[123,106,63],[121,106,63],[159,140,107],[94,79,48],[63,54,25],[71,62,29],[96,83,39],[196,180,129],[174,152,102],[155,131,85],[141,112,78],[98,68,40],[89,58,37],[219,188,167],[133,103,77],[92,65,36],[76,52,24],[101,81,56],[78,61,43],[42,30,16],[27,23,11],[25,23,11],[60,56,45],[62,55,45],[42,33,26],[72,63,56],[84,77,71],[42,37,31],[16,13,4],[35,31,22],[40,32,21],[36,24,10],[24,6,0],[62,35,14],[102,68,43],[120,84,62],[74,42,27],[38,11,0],[28,8,0],[28,11,4],[16,5,3],[13,4,5],[8,2,4],[4,0,3],[7,3,4],[7,3,4],[9,3,3],[10,4,4],[9,5,4],[8,4,5],[4,2,5],[4,2,5],[5,1,2],[13,9,8],[3,0,0],[11,7,6],[3,0,0],[8,4,3],[26,25,23],[4,3,1],[1,0,0],[7,6,4],[1,0,0],[9,8,6],[6,6,4],[3,3,1],[0,0,0],[1,1,1],[3,1,4],[7,5,8],[1,0,2],[6,4,7],[1,0,2],[13,11,14],[11,9,12],[1,0,2],[10,8,11],[7,5,8],[3,1,4],[2,0,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,2,7],[0,1,5],[0,7,13],[14,23,28],[21,32,36],[16,30,33],[9,22,28],[2,15,21],[15,26,32],[18,27,34],[21,30,37],[20,29,34],[15,24,29],[15,25,27],[22,33,35],[30,42,42],[33,45,45],[30,42,40],[22,34,32],[22,34,30],[34,46,42],[44,56,52],[47,59,55],[52,62,53],[81,79,66],[94,88,72],[111,106,87],[113,108,88],[115,110,88],[109,105,80],[110,106,79],[144,143,113],[139,138,108],[110,111,79],[133,137,104],[112,118,84],[79,87,50],[162,170,133],[176,186,149],[96,110,74],[133,155,119],[62,89,58],[76,105,83],[90,122,109],[72,107,101],[101,137,137],[90,129,128],[86,125,122],[132,169,162],[123,159,149],[117,153,139],[81,117,105],[60,95,88],[79,113,112],[85,120,124],[62,96,98],[96,125,123],[120,151,145],[89,126,119],[83,123,112],[101,136,116],[125,157,136],[145,177,162],[184,206,193],[190,194,179],[255,255,244],[254,255,253],[252,255,255],[181,190,187],[144,159,156],[111,140,136],[110,142,139],[128,160,155],[116,146,138],[109,133,119],[126,147,132],[159,177,165],[126,146,137],[87,109,107],[125,149,151],[121,149,150],[119,148,144],[121,149,137],[93,120,103],[186,211,192],[175,199,183],[87,110,100],[122,138,125],[208,208,182],[176,173,140],[212,218,184],[196,203,172],[189,193,166],[169,177,153],[206,220,197],[175,192,173],[91,110,91],[138,150,136],[236,232,223],[202,192,183],[176,168,155],[210,196,183],[226,198,187],[220,188,173],[203,182,155],[159,140,107],[144,121,87],[161,140,109],[138,123,100],[120,105,84],[138,121,95],[127,111,85],[151,146,126],[81,79,58],[92,81,53],[93,78,49],[152,140,114],[189,173,148],[127,106,79],[221,194,165],[196,163,132],[200,170,136],[255,233,202],[110,85,55],[103,69,44],[172,140,117],[177,153,129],[136,116,91],[135,117,93],[119,101,77],[97,72,50],[89,69,45],[106,96,71],[133,125,102],[68,53,32],[80,60,36],[132,103,73],[180,152,115],[114,95,55],[71,56,17],[86,71,38],[182,165,135],[176,151,120],[152,123,89],[145,115,79],[126,98,61],[101,79,42],[82,64,26],[142,127,86],[114,99,58],[157,137,104],[179,164,133],[62,59,26],[65,65,27],[79,68,23],[142,124,76],[208,182,133],[180,149,105],[177,144,109],[139,105,77],[166,130,106],[203,165,142],[168,128,103],[152,115,88],[89,55,28],[86,60,35],[73,56,36],[36,27,10],[28,26,14],[44,41,34],[68,61,51],[45,35,25],[47,33,22],[66,52,43],[58,48,39],[84,77,69],[43,40,33],[33,33,25],[50,46,37],[38,28,16],[23,4,0],[52,24,2],[61,24,0],[96,59,33],[95,63,48],[58,31,20],[41,21,12],[30,12,8],[13,1,1],[13,4,5],[11,5,7],[7,2,6],[7,3,4],[8,4,5],[10,4,4],[10,4,4],[9,5,4],[8,4,3],[5,3,4],[4,2,3],[12,8,7],[8,4,3],[3,0,0],[4,0,0],[11,7,6],[93,89,88],[49,48,46],[6,5,3],[13,12,10],[1,0,0],[8,7,5],[1,0,0],[6,6,4],[4,4,2],[0,0,0],[8,8,6],[5,3,4],[3,1,4],[5,3,6],[5,3,6],[6,4,7],[1,0,2],[1,0,2],[6,4,7],[8,6,9],[6,4,7],[4,2,5],[3,1,4],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[0,3,8],[0,1,5],[0,7,13],[13,22,27],[21,32,38],[18,31,37],[9,22,28],[0,13,19],[16,27,33],[20,31,37],[24,35,39],[21,32,36],[15,24,29],[14,24,26],[25,35,37],[36,46,47],[30,40,41],[29,39,38],[36,46,45],[37,48,44],[32,43,39],[42,53,47],[56,67,61],[60,65,58],[88,84,72],[159,150,135],[124,115,98],[94,86,67],[108,100,79],[105,99,75],[115,109,83],[114,110,81],[100,99,69],[104,105,73],[122,126,93],[173,177,142],[122,128,92],[193,201,164],[131,141,104],[92,108,71],[163,184,151],[134,160,131],[128,158,134],[102,135,118],[65,101,91],[72,108,104],[81,120,115],[104,143,138],[76,113,106],[94,129,122],[116,149,140],[75,106,98],[90,121,115],[113,144,139],[105,137,136],[68,98,96],[112,137,131],[113,140,131],[93,126,117],[87,121,107],[121,146,124],[141,165,143],[158,185,170],[184,202,188],[203,205,184],[249,243,227],[243,246,239],[236,242,238],[175,182,174],[129,142,132],[120,143,137],[100,135,128],[95,143,129],[104,155,138],[87,128,110],[87,119,104],[123,149,138],[122,143,138],[100,118,120],[114,132,136],[144,162,164],[130,148,148],[117,137,128],[158,178,166],[121,144,126],[135,159,143],[151,178,163],[129,147,131],[150,149,129],[143,137,113],[153,155,131],[177,181,158],[186,189,168],[109,112,91],[137,142,122],[195,204,183],[133,147,124],[160,168,145],[240,229,211],[207,190,170],[192,180,154],[153,137,111],[169,139,115],[207,175,150],[171,148,117],[169,148,117],[195,170,139],[182,158,130],[156,139,119],[144,129,108],[104,84,59],[124,107,81],[154,146,125],[68,62,40],[90,75,46],[86,67,35],[183,163,136],[152,131,102],[113,84,52],[170,137,102],[208,174,137],[249,217,179],[197,171,136],[98,71,41],[91,59,34],[182,150,127],[223,197,174],[137,115,91],[136,119,93],[106,89,63],[131,111,87],[109,91,67],[122,112,87],[123,115,92],[77,64,47],[121,104,86],[145,123,99],[133,112,85],[68,51,25],[61,47,18],[58,45,10],[219,205,166],[145,127,87],[87,68,26],[160,137,95],[121,98,54],[94,73,26],[112,94,48],[103,85,49],[85,66,34],[104,83,54],[194,179,146],[116,119,76],[68,71,26],[92,83,40],[108,86,47],[133,100,67],[117,80,51],[151,116,88],[138,103,75],[213,177,145],[189,149,114],[149,105,68],[137,93,58],[116,80,48],[104,74,50],[69,50,35],[62,50,38],[29,22,12],[62,55,45],[64,50,39],[47,29,15],[77,55,41],[76,54,40],[42,24,10],[65,51,40],[49,42,32],[49,45,34],[37,33,22],[65,53,39],[61,39,18],[54,20,0],[73,29,0],[96,52,25],[123,90,73],[59,35,25],[34,14,7],[34,16,12],[23,11,11],[13,4,7],[7,1,5],[9,4,8],[8,4,5],[8,4,5],[10,4,4],[11,5,5],[10,4,4],[10,4,4],[8,4,5],[7,3,4],[10,6,5],[3,0,0],[19,15,14],[5,1,0],[4,0,0],[38,34,33],[7,6,4],[3,2,0],[1,0,0],[1,0,0],[6,5,3],[2,1,0],[0,0,0],[0,0,0],[5,5,3],[0,0,0],[1,0,2],[7,5,8],[14,12,15],[1,0,2],[10,8,11],[1,0,2],[4,2,5],[1,0,2],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,4,7],[1,10,15],[10,21,25],[15,28,34],[16,29,35],[9,24,29],[0,15,20],[12,25,31],[22,33,37],[26,37,41],[22,33,35],[15,26,28],[13,23,24],[23,33,34],[37,47,46],[48,58,57],[25,36,32],[24,35,31],[31,40,35],[23,32,27],[37,47,39],[63,73,65],[73,76,67],[46,43,28],[91,82,65],[107,99,80],[109,101,80],[119,111,88],[129,123,99],[112,106,80],[70,66,37],[55,54,24],[75,76,45],[81,85,52],[119,125,91],[163,170,136],[169,179,145],[130,141,107],[115,130,97],[99,120,89],[164,189,160],[95,123,98],[48,80,59],[59,93,77],[59,97,86],[71,108,100],[111,148,141],[65,100,96],[105,140,134],[130,162,157],[89,120,114],[102,131,126],[113,142,137],[89,120,114],[90,120,112],[132,158,147],[114,140,129],[116,146,134],[80,108,93],[120,139,117],[112,130,106],[116,137,120],[182,196,179],[202,204,182],[211,209,188],[234,240,228],[181,191,182],[188,196,181],[143,155,141],[97,119,107],[89,121,108],[105,152,134],[90,141,122],[86,130,113],[87,125,110],[79,109,99],[83,108,102],[97,119,117],[88,108,107],[102,122,121],[83,103,101],[143,163,154],[143,163,151],[114,132,118],[142,160,144],[139,157,141],[138,149,132],[151,149,128],[134,128,104],[159,159,135],[179,183,158],[190,194,171],[105,108,87],[128,130,109],[137,140,119],[143,153,128],[171,173,149],[231,213,191],[191,167,143],[193,178,149],[213,196,166],[167,136,108],[201,167,140],[161,138,107],[106,85,54],[205,180,150],[168,144,118],[172,155,135],[135,118,98],[99,77,53],[109,89,64],[95,84,64],[52,40,18],[100,79,48],[150,126,92],[139,114,83],[168,139,107],[192,156,120],[168,130,91],[161,126,84],[247,215,174],[202,172,134],[114,83,52],[118,87,59],[189,159,135],[210,184,159],[115,91,67],[107,87,62],[95,78,52],[107,90,64],[148,132,107],[139,127,103],[40,29,9],[55,43,27],[78,65,48],[104,89,68],[81,64,44],[51,35,19],[68,53,32],[119,106,71],[160,148,106],[121,109,67],[93,80,36],[136,119,73],[163,145,95],[152,131,78],[165,141,93],[38,14,0],[71,45,18],[93,72,41],[92,78,43],[115,117,70],[80,82,35],[105,93,53],[131,107,73],[140,106,79],[139,102,76],[126,89,62],[169,133,101],[199,161,124],[199,157,119],[151,106,67],[114,70,33],[138,99,68],[112,80,55],[53,32,13],[51,35,22],[29,17,5],[67,53,40],[50,32,18],[54,33,16],[83,57,40],[80,54,37],[65,43,29],[38,22,7],[27,17,5],[16,10,0],[26,18,5],[52,39,22],[72,47,25],[89,53,27],[86,41,10],[116,72,45],[106,75,57],[60,36,26],[41,21,14],[27,12,7],[12,2,1],[11,5,7],[10,5,9],[8,3,7],[8,4,5],[8,4,5],[10,4,4],[10,4,4],[10,4,4],[9,3,3],[7,3,4],[7,3,4],[6,2,1],[7,3,2],[17,13,12],[3,0,0],[4,0,0],[3,0,0],[8,7,5],[1,0,0],[3,2,0],[8,7,5],[9,8,6],[25,24,22],[141,141,139],[15,15,13],[0,0,0],[1,1,0],[9,7,8],[3,1,4],[5,3,6],[1,0,2],[11,9,12],[2,0,3],[7,5,8],[8,6,9],[2,0,3],[4,2,5],[5,3,6],[4,2,5],[3,1,4],[2,0,3],[3,1,4],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[1,6,10],[4,11,17],[9,18,23],[12,23,29],[12,25,31],[9,24,29],[3,18,23],[10,24,27],[19,33,36],[22,36,39],[19,30,32],[14,25,27],[13,25,25],[26,36,37],[43,53,52],[36,45,42],[21,30,25],[29,38,33],[38,45,38],[26,33,26],[32,37,30],[47,52,45],[46,49,38],[54,51,34],[84,77,58],[155,148,129],[114,108,86],[81,75,51],[114,110,85],[89,85,60],[76,75,47],[79,82,53],[86,91,61],[114,120,92],[148,157,128],[177,188,158],[106,119,91],[77,92,63],[93,109,82],[96,114,88],[122,142,117],[113,137,113],[104,132,109],[107,140,119],[83,120,102],[111,149,136],[98,135,127],[82,117,113],[71,103,102],[109,139,139],[95,125,123],[59,90,84],[101,133,122],[99,131,116],[88,119,103],[84,111,96],[92,119,104],[113,140,125],[85,108,90],[98,113,92],[131,145,122],[117,132,111],[107,119,97],[152,157,134],[216,220,197],[180,189,170],[137,150,132],[145,158,138],[116,131,112],[85,106,89],[106,130,114],[116,147,131],[74,108,92],[54,88,74],[62,95,86],[61,94,87],[73,106,99],[90,123,116],[76,109,100],[64,95,87],[94,124,114],[99,127,115],[99,121,109],[125,141,128],[145,153,138],[167,168,152],[180,178,157],[200,197,166],[220,217,182],[199,203,168],[169,174,142],[187,194,163],[147,151,126],[83,81,58],[106,104,81],[131,135,110],[157,153,128],[206,181,161],[195,164,144],[179,162,136],[215,195,170],[193,161,140],[207,172,150],[167,143,117],[123,102,75],[168,142,115],[188,164,140],[188,169,152],[132,113,96],[136,112,88],[145,121,97],[110,95,74],[40,24,0],[98,72,39],[191,159,121],[145,112,77],[186,151,113],[180,135,94],[181,137,92],[163,126,81],[252,219,174],[253,218,180],[182,148,113],[97,66,37],[219,192,165],[156,128,104],[126,100,75],[86,65,38],[67,50,22],[68,54,25],[119,108,80],[107,92,69],[57,44,25],[54,42,26],[46,37,22],[95,88,69],[86,77,60],[83,66,56],[110,93,77],[139,124,93],[106,94,56],[127,120,78],[139,132,86],[153,143,94],[165,147,97],[176,151,97],[199,168,121],[106,72,37],[75,44,16],[104,81,49],[70,54,20],[150,141,102],[116,107,68],[86,67,34],[98,73,42],[94,63,34],[116,81,51],[113,77,41],[167,129,92],[211,172,133],[187,147,111],[139,98,66],[113,72,44],[147,110,84],[155,123,100],[124,100,76],[66,46,22],[66,47,30],[86,67,52],[72,49,33],[61,38,22],[55,32,16],[54,31,17],[65,46,31],[43,27,12],[49,37,23],[56,44,28],[58,45,28],[61,43,23],[88,62,39],[138,102,76],[138,94,65],[144,102,77],[111,79,64],[44,20,10],[19,0,0],[25,10,7],[20,10,11],[11,2,5],[4,0,2],[7,2,8],[7,2,6],[7,3,4],[9,3,3],[9,3,3],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[8,4,3],[13,9,8],[3,0,0],[11,7,6],[5,1,0],[5,1,0],[7,6,4],[4,3,1],[8,7,5],[5,4,2],[1,0,0],[2,1,0],[117,117,115],[0,0,0],[0,0,0],[6,6,6],[6,4,7],[3,1,4],[2,0,3],[6,4,7],[1,0,2],[3,1,4],[9,7,10],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[0,4,7],[0,5,9],[0,8,11],[4,13,18],[6,17,21],[6,19,25],[9,24,29],[7,25,29],[1,19,23],[9,24,27],[17,31,34],[16,30,31],[11,25,26],[12,24,24],[14,26,24],[27,37,36],[46,57,53],[13,22,17],[16,26,18],[25,32,25],[23,30,22],[24,29,22],[46,51,44],[68,73,66],[72,74,61],[96,93,74],[143,138,116],[161,156,134],[115,110,88],[95,91,66],[103,101,76],[91,89,64],[84,86,62],[111,115,90],[112,118,92],[128,136,112],[102,114,90],[98,112,87],[99,114,91],[46,64,42],[115,130,107],[146,160,135],[163,179,153],[123,142,120],[71,96,74],[93,125,104],[59,93,76],[130,166,154],[91,128,120],[76,111,107],[72,107,103],[74,106,103],[77,109,104],[121,154,145],[167,201,187],[99,133,116],[101,134,115],[82,111,93],[116,143,124],[71,94,74],[97,116,96],[121,136,115],[142,154,132],[103,113,89],[94,104,79],[169,179,154],[150,163,137],[80,94,68],[105,121,95],[103,121,97],[86,105,83],[106,125,103],[137,156,136],[126,143,125],[98,116,104],[106,129,121],[116,145,140],[93,124,119],[87,120,113],[120,156,144],[148,184,170],[109,146,129],[63,97,81],[100,132,119],[139,165,152],[106,122,109],[161,168,152],[216,211,191],[152,145,119],[216,213,178],[190,192,153],[225,229,192],[138,144,110],[157,164,133],[100,103,76],[83,78,56],[136,131,109],[124,124,98],[163,156,130],[179,148,127],[171,136,116],[183,163,138],[175,155,128],[201,169,146],[192,157,137],[127,103,79],[175,153,129],[161,135,110],[186,162,138],[121,102,85],[113,94,77],[129,103,80],[171,145,120],[233,215,193],[153,133,108],[163,133,97],[162,127,87],[178,140,101],[188,145,103],[206,155,108],[212,162,113],[176,138,89],[203,169,123],[201,162,121],[173,135,99],[115,84,53],[182,155,126],[131,104,77],[168,141,114],[111,87,59],[81,62,32],[56,45,13],[93,84,55],[113,97,74],[67,52,33],[75,66,51],[39,32,16],[59,54,35],[85,78,60],[98,86,72],[122,109,93],[66,54,30],[61,52,21],[78,72,36],[95,88,46],[115,102,58],[121,103,55],[87,59,11],[141,109,62],[168,133,95],[120,87,52],[160,134,97],[149,127,90],[115,95,58],[126,106,71],[68,45,14],[64,38,11],[105,75,47],[113,80,49],[126,91,53],[143,106,64],[131,94,52],[128,90,51],[117,81,47],[90,56,28],[58,26,1],[71,41,17],[128,101,74],[121,95,70],[69,44,22],[75,52,34],[97,74,60],[88,66,53],[73,53,42],[63,45,35],[39,22,12],[36,22,11],[45,33,19],[86,73,56],[81,64,44],[79,58,37],[90,62,40],[125,91,66],[128,91,64],[96,60,36],[89,60,46],[49,25,15],[31,12,6],[20,5,2],[7,0,0],[7,1,3],[8,3,7],[7,2,8],[7,2,6],[7,3,4],[8,2,2],[8,2,2],[8,2,2],[7,1,1],[6,2,3],[6,2,3],[5,1,0],[3,0,0],[3,0,0],[4,0,0],[15,11,10],[8,4,3],[2,1,0],[8,7,5],[1,0,0],[1,0,0],[9,8,6],[6,5,3],[0,0,0],[2,2,0],[8,8,6],[1,1,0],[8,6,7],[1,0,2],[14,12,15],[56,54,57],[23,21,24],[5,3,6],[1,0,2],[9,7,10],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5],[3,1,4],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[1,4,9],[0,8,11],[3,12,17],[4,15,19],[5,18,24],[10,25,30],[7,25,29],[0,16,20],[6,21,24],[13,29,29],[12,26,27],[9,23,24],[12,24,24],[12,24,22],[19,29,28],[33,44,40],[26,35,30],[29,36,29],[20,25,19],[18,23,16],[39,42,35],[61,64,55],[63,66,57],[57,58,44],[78,76,55],[156,152,127],[143,139,114],[104,102,77],[90,88,65],[83,83,59],[89,91,67],[70,74,51],[79,84,62],[123,132,111],[71,83,63],[86,101,82],[144,161,143],[69,87,71],[90,111,96],[91,108,89],[102,115,87],[116,127,97],[107,122,99],[102,123,106],[96,122,111],[62,93,85],[106,138,133],[49,84,78],[61,98,90],[60,96,86],[78,114,100],[86,120,106],[153,187,173],[175,209,195],[90,124,110],[99,133,117],[127,160,141],[113,141,119],[89,108,86],[148,163,142],[132,147,128],[103,115,95],[129,135,109],[161,167,139],[205,221,195],[136,156,129],[134,151,119],[109,126,94],[85,108,80],[122,146,120],[167,187,160],[195,209,184],[116,123,105],[136,144,131],[161,173,169],[133,152,150],[101,126,123],[116,143,138],[138,164,153],[152,180,165],[170,201,183],[56,89,72],[107,141,125],[114,145,130],[119,142,124],[149,162,142],[222,225,198],[138,135,104],[188,189,155],[154,158,123],[188,194,160],[159,166,135],[108,114,86],[102,104,80],[154,148,126],[172,164,141],[135,134,106],[153,144,115],[178,146,121],[157,121,95],[225,204,173],[221,200,169],[190,159,131],[151,117,92],[108,84,60],[114,94,70],[147,121,98],[150,125,103],[108,89,74],[112,90,76],[118,90,68],[103,75,51],[190,169,148],[213,189,163],[157,123,86],[114,72,30],[136,93,50],[187,140,94],[223,167,116],[186,133,81],[206,166,114],[189,153,103],[122,79,37],[181,141,105],[121,92,60],[120,95,65],[99,69,43],[145,115,89],[142,116,89],[70,51,21],[80,71,38],[110,101,70],[163,147,124],[88,71,53],[68,59,44],[81,74,58],[77,68,51],[80,72,53],[63,57,35],[39,34,12],[54,49,30],[72,65,46],[82,70,44],[99,82,52],[117,95,58],[134,109,69],[156,128,89],[123,94,52],[111,80,34],[166,135,88],[159,126,83],[203,170,129],[139,105,67],[129,96,63],[87,57,31],[67,39,18],[97,69,48],[116,84,59],[139,103,69],[112,75,33],[114,77,32],[110,78,31],[105,77,37],[104,78,45],[68,42,15],[54,26,2],[91,57,32],[112,77,55],[91,63,42],[82,56,39],[93,71,58],[67,50,42],[53,40,34],[48,39,34],[19,12,6],[30,21,14],[51,41,29],[56,43,26],[77,60,40],[64,42,19],[50,23,2],[76,48,27],[66,35,15],[82,50,35],[78,50,38],[33,8,1],[18,0,0],[21,6,3],[14,4,5],[11,2,7],[7,0,7],[7,2,8],[7,2,6],[7,2,6],[8,2,4],[10,1,2],[8,2,2],[8,2,2],[6,2,3],[6,2,3],[3,0,0],[27,23,22],[64,60,59],[4,0,0],[6,2,1],[3,0,0],[7,6,4],[5,4,2],[12,11,9],[1,0,0],[8,7,5],[1,0,0],[7,7,5],[4,4,2],[0,0,0],[6,6,6],[6,4,7],[1,0,2],[6,4,7],[14,12,15],[1,0,2],[1,0,2],[1,0,2],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[4,2,5],[4,2,5],[4,2,5],[4,2,5]],[[1,1,1],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[1,2,6],[2,3,7],[2,5,10],[2,7,11],[1,10,15],[3,14,18],[6,20,23],[12,27,32],[8,23,28],[0,12,15],[3,17,18],[11,25,26],[14,25,27],[12,23,25],[13,25,25],[8,20,18],[6,16,15],[16,27,23],[13,22,17],[23,30,23],[18,23,16],[19,22,15],[34,37,28],[41,43,32],[44,46,35],[60,61,45],[92,90,67],[73,72,44],[86,85,57],[97,95,70],[105,105,81],[91,90,69],[53,55,33],[57,60,39],[79,87,66],[114,123,104],[89,100,83],[77,90,73],[109,123,106],[61,78,62],[91,109,95],[113,130,111],[97,108,76],[124,135,103],[177,191,168],[167,185,171],[82,105,97],[102,131,126],[79,111,106],[66,101,95],[57,92,85],[68,104,92],[141,175,158],[130,165,145],[141,174,155],[109,142,123],[50,82,67],[86,118,103],[133,162,142],[142,166,142],[158,173,150],[112,126,103],[96,109,89],[97,107,83],[159,164,132],[145,152,119],[172,188,162],[143,163,136],[106,123,91],[129,148,116],[102,127,98],[73,97,73],[172,191,169],[225,238,218],[98,102,87],[124,127,116],[112,123,117],[66,82,81],[70,95,92],[91,118,113],[104,130,119],[163,190,175],[152,181,163],[130,159,141],[137,165,150],[137,164,149],[171,194,176],[135,150,129],[147,155,131],[130,135,105],[140,149,118],[122,133,101],[135,146,116],[182,191,164],[95,100,77],[91,93,71],[206,200,178],[181,171,146],[126,121,92],[149,138,108],[156,126,98],[148,114,86],[212,189,155],[250,230,195],[255,247,216],[210,179,151],[129,107,83],[99,79,55],[104,82,58],[122,101,80],[118,102,86],[95,78,60],[114,90,64],[153,127,100],[160,140,115],[198,174,146],[124,86,47],[130,87,42],[146,103,58],[179,132,86],[181,128,78],[192,141,88],[231,192,137],[172,136,84],[127,84,39],[173,131,93],[92,62,28],[76,49,20],[110,80,52],[111,84,57],[100,76,52],[75,58,32],[48,39,6],[74,65,34],[134,118,93],[104,86,66],[90,77,58],[91,80,60],[114,101,82],[75,64,42],[46,40,14],[47,45,20],[52,49,30],[85,78,60],[94,79,56],[99,79,52],[158,133,102],[123,97,62],[120,92,55],[220,192,152],[146,118,70],[79,49,0],[109,76,31],[131,96,56],[156,118,79],[173,139,104],[138,108,82],[75,47,25],[83,56,35],[91,63,39],[76,43,10],[117,83,45],[97,64,21],[79,50,6],[85,60,20],[122,99,65],[112,88,60],[87,59,35],[77,42,20],[91,56,34],[82,51,31],[85,59,42],[82,60,47],[50,33,25],[25,11,8],[26,16,14],[30,22,19],[33,26,20],[38,28,18],[37,25,9],[61,46,25],[99,79,55],[73,48,26],[44,17,0],[52,24,3],[88,59,45],[47,23,13],[19,0,0],[19,1,0],[19,5,4],[11,1,2],[14,5,8],[11,5,9],[5,0,4],[8,3,7],[8,4,5],[9,3,3],[9,3,3],[8,2,2],[7,3,2],[7,3,4],[5,3,4],[3,2,0],[12,11,9],[16,15,13],[1,0,0],[6,5,3],[9,8,6],[3,2,0],[2,1,0],[2,1,0],[8,7,5],[1,0,0],[8,7,5],[4,4,2],[3,3,1],[1,1,0],[2,2,2],[6,4,7],[3,1,4],[8,6,9],[1,0,2],[7,5,8],[5,3,6],[11,9,12],[1,0,2],[7,5,8],[5,3,6],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,2],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[2,1,6],[3,4,8],[0,3,8],[4,9,13],[13,18,22],[15,22,28],[10,19,24],[6,17,21],[6,17,21],[5,16,20],[6,16,18],[9,19,21],[10,19,24],[11,20,25],[13,23,25],[11,21,23],[11,21,23],[13,23,24],[27,36,33],[19,25,21],[16,21,15],[29,32,23],[36,38,27],[47,47,35],[67,65,52],[66,63,46],[101,97,72],[97,93,64],[78,74,47],[73,69,44],[73,71,48],[77,76,55],[79,81,60],[56,59,40],[103,108,88],[139,146,128],[75,84,65],[78,87,68],[72,84,64],[83,95,75],[108,121,101],[125,137,113],[133,143,109],[108,119,87],[132,145,125],[146,164,150],[85,109,96],[123,153,141],[84,116,105],[79,112,103],[64,97,90],[78,109,101],[117,148,133],[117,146,126],[135,163,138],[132,160,135],[102,130,108],[94,119,98],[142,165,139],[153,169,143],[146,158,138],[152,160,139],[104,113,86],[121,128,94],[171,178,137],[192,200,161],[169,182,152],[139,155,129],[81,97,70],[101,119,93],[129,149,124],[71,92,73],[96,113,103],[239,252,245],[144,152,141],[114,122,111],[111,124,117],[71,94,88],[86,122,112],[82,120,107],[118,150,137],[139,167,152],[117,148,130],[123,150,133],[164,181,165],[135,147,133],[147,164,146],[161,178,160],[187,200,183],[129,143,126],[137,156,134],[137,157,132],[102,117,94],[160,172,148],[127,132,109],[56,56,32],[121,115,91],[188,178,151],[157,148,119],[116,102,73],[135,114,83],[133,108,78],[220,197,165],[255,232,201],[224,193,164],[198,168,140],[137,116,89],[74,57,31],[58,42,17],[147,135,111],[139,134,114],[135,129,107],[222,205,175],[226,206,173],[145,128,98],[186,163,129],[159,122,77],[147,105,55],[179,138,92],[235,192,147],[180,136,91],[164,120,73],[203,162,110],[181,142,87],[150,109,57],[167,129,84],[97,62,32],[85,53,28],[67,40,11],[96,72,46],[81,60,43],[86,71,52],[57,48,19],[83,74,41],[135,121,94],[76,60,34],[72,56,23],[96,81,48],[71,57,30],[63,51,25],[55,45,20],[77,70,44],[60,52,29],[57,46,24],[92,78,52],[94,77,47],[133,110,76],[125,101,63],[149,124,84],[172,144,104],[156,129,86],[127,100,57],[117,89,49],[70,42,3],[83,55,16],[117,89,52],[191,165,132],[117,92,61],[106,81,51],[112,85,56],[77,48,18],[88,59,29],[75,46,14],[68,39,9],[74,47,18],[120,93,66],[78,50,26],[87,59,37],[93,62,41],[92,61,40],[93,64,46],[93,66,49],[114,86,74],[79,52,43],[69,46,40],[72,53,47],[64,49,44],[24,14,5],[20,12,1],[35,28,12],[66,55,35],[76,61,38],[119,97,73],[85,55,29],[82,46,22],[90,59,39],[53,34,27],[25,14,12],[9,0,0],[10,0,0],[13,4,5],[10,1,2],[6,0,2],[10,4,6],[10,6,7],[8,4,3],[9,5,4],[7,3,2],[7,3,2],[15,14,12],[15,14,12],[1,0,0],[9,7,8],[1,0,0],[1,0,0],[7,5,6],[4,2,3],[7,7,7],[0,0,0],[5,5,5],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[2,0,3],[2,0,3],[14,12,15],[29,27,30],[1,0,2],[4,2,5],[4,2,5],[2,0,3],[4,2,5],[8,6,9],[8,6,9],[4,2,5]],[[0,0,2],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[1,0,5],[3,2,7],[0,0,5],[0,3,8],[6,11,15],[10,15,19],[6,13,19],[6,15,20],[7,18,22],[8,17,22],[12,20,23],[21,29,32],[19,26,32],[8,15,21],[4,13,18],[8,17,22],[10,20,22],[8,18,19],[0,9,8],[9,15,11],[17,22,16],[33,34,26],[52,52,42],[83,81,68],[111,108,93],[109,104,85],[67,61,35],[80,75,45],[84,79,50],[85,81,54],[93,88,66],[90,88,67],[84,83,63],[90,89,69],[133,134,116],[118,121,102],[62,67,47],[88,93,71],[117,122,100],[134,142,118],[154,162,138],[147,156,127],[153,163,129],[125,136,104],[178,193,174],[192,210,196],[124,148,134],[107,135,120],[67,100,83],[54,86,71],[77,107,99],[63,90,81],[100,124,108],[124,148,124],[137,161,129],[134,155,122],[132,152,125],[128,146,122],[130,146,119],[152,164,140],[139,147,132],[180,184,167],[106,110,83],[86,92,54],[184,191,147],[173,182,139],[138,149,115],[107,121,95],[66,82,55],[74,93,65],[76,96,68],[52,74,51],[108,128,119],[204,219,214],[117,128,114],[144,155,141],[161,174,167],[126,149,143],[86,124,111],[95,138,119],[94,127,108],[113,142,124],[87,118,102],[93,117,101],[99,110,94],[170,177,161],[183,198,177],[140,159,140],[194,211,201],[116,136,127],[152,179,162],[157,185,163],[88,110,89],[147,160,140],[107,112,92],[123,122,101],[121,115,91],[171,161,134],[152,138,111],[140,125,94],[184,165,133],[179,159,126],[154,129,98],[224,195,163],[254,223,192],[244,215,185],[119,98,69],[53,36,10],[101,85,59],[103,93,68],[164,162,141],[101,99,76],[91,78,46],[152,134,98],[98,80,44],[178,153,113],[214,176,127],[189,146,95],[169,128,82],[229,190,147],[217,174,131],[151,108,63],[138,97,45],[187,146,92],[182,142,90],[153,115,70],[94,57,28],[79,45,20],[79,52,23],[73,51,27],[38,20,6],[67,51,36],[89,77,51],[76,67,36],[117,106,78],[108,93,62],[121,103,67],[129,111,75],[116,101,70],[84,72,46],[116,104,80],[82,72,47],[60,50,25],[53,43,18],[75,61,34],[61,46,17],[86,67,34],[123,101,64],[151,127,89],[86,61,21],[101,76,36],[157,133,95],[116,94,57],[86,64,27],[89,65,27],[143,119,81],[115,91,55],[140,116,82],[202,177,146],[164,139,109],[105,78,51],[84,57,30],[80,52,28],[43,15,0],[74,46,24],[121,93,71],[104,76,54],[46,18,0],[71,43,21],[63,35,14],[53,26,7],[85,58,41],[115,87,73],[62,34,22],[52,25,16],[51,28,20],[43,24,17],[52,39,30],[35,27,16],[47,40,24],[74,65,48],[41,29,7],[51,31,7],[62,34,10],[85,49,25],[60,29,9],[48,33,26],[24,15,16],[10,1,2],[15,6,7],[22,13,14],[20,11,12],[11,5,5],[7,1,1],[8,4,3],[6,2,1],[5,4,2],[5,4,2],[5,4,2],[10,9,7],[9,9,7],[1,1,0],[6,6,6],[5,5,5],[3,3,3],[5,5,5],[3,3,3],[6,6,6],[2,2,2],[4,4,4],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[3,3,3],[4,2,5],[3,1,4],[4,2,5],[5,3,6],[2,0,3],[1,0,2],[8,6,9],[17,15,18],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[6,4,7],[5,3,6]],[[0,0,2],[2,2,4],[0,0,2],[0,0,2],[2,2,4],[2,2,4],[0,0,4],[2,1,6],[2,3,8],[0,3,8],[3,8,12],[6,11,15],[4,11,17],[8,15,21],[11,20,25],[11,20,25],[9,17,20],[14,22,25],[13,20,26],[9,16,22],[9,18,23],[11,20,25],[12,22,24],[12,22,23],[11,20,19],[17,23,21],[20,25,21],[34,35,29],[48,48,38],[62,60,48],[65,61,49],[45,40,21],[85,78,52],[121,114,85],[78,71,43],[110,103,77],[129,121,98],[55,49,27],[61,56,34],[106,101,81],[162,160,137],[97,95,72],[66,66,42],[82,82,56],[111,111,85],[159,159,131],[186,186,158],[117,122,90],[95,105,70],[130,143,113],[108,123,104],[140,158,144],[186,210,194],[137,166,148],[120,149,129],[68,97,79],[83,109,96],[103,125,112],[96,115,95],[155,171,142],[164,180,143],[127,143,104],[175,189,156],[128,141,115],[114,128,105],[170,183,166],[161,169,158],[129,132,121],[94,98,73],[118,122,87],[151,156,115],[138,145,103],[154,164,130],[110,123,93],[66,83,51],[128,150,114],[144,169,130],[118,142,108],[198,219,200],[162,181,162],[140,154,128],[152,164,142],[204,216,212],[217,237,236],[100,136,122],[81,120,99],[130,160,134],[169,194,172],[87,114,99],[69,91,79],[89,97,82],[209,217,196],[192,208,179],[182,205,179],[145,164,158],[89,109,107],[127,155,143],[107,134,119],[78,99,84],[135,149,132],[96,103,85],[100,99,79],[110,104,82],[131,119,95],[142,126,100],[141,124,94],[190,169,138],[202,177,146],[178,149,117],[216,183,150],[246,211,179],[222,189,158],[192,168,142],[128,108,83],[155,134,105],[119,103,77],[100,95,75],[55,50,30],[70,56,27],[136,117,84],[128,106,69],[147,115,74],[162,118,69],[182,134,85],[179,137,95],[180,138,98],[169,122,78],[154,106,60],[162,118,69],[178,134,85],[189,147,99],[108,66,26],[98,59,30],[106,70,46],[82,55,28],[95,71,47],[41,22,7],[65,49,33],[92,80,56],[72,61,33],[68,54,28],[70,54,28],[89,73,40],[131,115,82],[134,120,93],[56,46,19],[43,33,8],[70,62,39],[81,73,50],[31,23,0],[52,42,17],[51,37,10],[76,59,29],[116,97,64],[81,61,26],[59,36,2],[63,40,6],[53,30,0],[94,74,41],[161,141,108],[162,139,105],[133,109,73],[144,118,85],[66,40,7],[125,98,68],[77,50,21],[73,46,19],[74,47,20],[95,67,43],[68,40,18],[86,58,36],[89,61,39],[121,90,69],[65,34,13],[42,11,0],[29,1,0],[35,10,0],[47,22,2],[85,59,42],[59,33,18],[55,28,17],[52,30,19],[35,16,9],[53,39,30],[92,82,72],[85,77,64],[20,11,0],[22,9,0],[54,35,18],[35,8,0],[90,57,40],[67,37,26],[34,19,16],[19,10,11],[11,2,3],[14,5,6],[16,10,10],[15,9,9],[9,3,3],[5,0,0],[7,3,2],[6,2,1],[4,3,1],[6,5,3],[7,6,4],[6,5,3],[3,3,1],[5,5,3],[5,3,4],[10,8,9],[6,4,5],[5,3,4],[4,2,3],[5,3,4],[9,7,8],[3,1,2],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[5,3,6],[3,1,4],[2,0,3],[5,3,6],[5,3,6],[2,0,3],[3,1,4],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[4,2,5],[3,1,4],[5,3,6],[9,7,10]],[[1,1,3],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[4,5,10],[2,3,8],[1,4,9],[3,8,12],[2,9,15],[6,13,19],[8,17,22],[8,17,22],[2,10,13],[5,13,16],[12,19,25],[16,23,29],[10,19,24],[7,16,21],[30,40,42],[62,72,73],[18,27,26],[20,26,24],[23,28,24],[41,42,36],[44,44,34],[44,42,30],[53,49,37],[55,50,31],[69,62,36],[95,85,58],[59,49,22],[98,88,63],[96,86,61],[35,27,4],[67,59,36],[77,69,46],[165,159,133],[118,113,84],[92,87,58],[61,58,27],[81,78,47],[102,99,66],[148,145,110],[141,141,105],[99,107,70],[83,96,66],[76,91,72],[130,148,132],[181,204,186],[139,164,143],[131,159,136],[105,130,108],[124,145,128],[94,111,92],[111,125,99],[149,161,125],[156,168,122],[192,201,154],[225,232,191],[125,132,99],[142,155,129],[144,157,137],[121,129,114],[138,142,127],[154,157,130],[132,133,99],[124,127,84],[141,147,103],[130,138,101],[169,180,146],[183,200,164],[207,229,191],[174,199,159],[157,183,146],[132,156,132],[136,156,131],[156,172,136],[103,116,86],[184,196,186],[136,152,149],[98,129,114],[150,183,162],[123,147,121],[182,202,177],[187,210,194],[92,110,96],[135,142,124],[208,216,192],[161,181,146],[194,219,190],[117,138,131],[112,133,134],[118,145,136],[90,116,103],[67,87,75],[116,130,115],[135,142,126],[107,106,88],[136,128,107],[122,110,86],[190,174,148],[145,126,96],[139,116,84],[191,165,132],[157,127,93],[222,188,153],[241,203,167],[182,147,115],[132,106,79],[158,137,110],[115,94,65],[79,62,36],[65,57,38],[63,55,34],[105,88,58],[206,183,149],[171,147,111],[162,129,88],[184,138,89],[155,103,53],[223,176,132],[200,155,114],[194,145,102],[163,112,67],[194,147,101],[152,108,63],[154,109,67],[151,107,70],[133,92,62],[102,65,39],[113,83,59],[98,73,51],[62,41,22],[97,82,63],[75,63,39],[68,56,32],[57,43,17],[79,63,37],[75,58,30],[77,60,32],[66,55,27],[58,48,23],[56,48,25],[83,77,55],[73,67,45],[36,30,8],[21,13,0],[35,25,0],[91,77,50],[82,65,37],[71,52,22],[51,32,2],[70,51,21],[78,61,33],[62,47,18],[143,126,96],[136,113,81],[155,131,97],[124,98,65],[72,45,15],[70,43,14],[89,62,35],[77,50,23],[75,47,23],[102,74,52],[80,52,30],[80,52,30],[62,34,12],[96,65,44],[123,92,71],[76,45,24],[110,82,60],[77,55,32],[38,16,0],[57,34,16],[73,50,34],[63,40,26],[53,31,18],[44,26,16],[42,28,19],[47,37,27],[30,22,11],[20,10,0],[46,34,22],[66,48,36],[40,18,5],[63,35,24],[56,29,22],[18,4,3],[15,6,7],[14,5,6],[10,1,2],[5,0,0],[5,0,0],[7,1,1],[10,4,4],[9,5,4],[8,4,3],[5,4,2],[7,6,4],[8,7,5],[3,2,0],[1,1,0],[7,7,5],[5,3,4],[8,6,7],[4,2,3],[3,1,2],[8,6,7],[1,0,0],[10,8,9],[3,1,2],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[6,4,7],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[2,0,3],[3,1,4],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[14,12,15]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,1,6],[0,5,9],[0,7,10],[3,11,14],[4,13,18],[3,12,17],[3,11,14],[1,6,10],[2,10,13],[12,20,23],[12,21,26],[2,11,16],[4,14,16],[19,29,31],[12,20,22],[27,33,31],[41,46,42],[52,53,47],[36,36,28],[24,22,10],[50,46,34],[78,72,56],[53,42,20],[52,40,16],[54,42,18],[71,59,35],[88,76,52],[74,62,36],[65,53,27],[92,80,54],[118,107,79],[125,114,84],[150,139,107],[98,88,53],[79,69,33],[81,72,33],[136,127,86],[136,133,92],[132,138,100],[113,127,94],[123,136,116],[163,180,162],[137,159,138],[110,134,110],[154,179,150],[192,215,187],[177,195,171],[94,106,82],[86,96,62],[126,133,92],[186,190,140],[208,211,158],[195,194,148],[173,175,135],[156,168,130],[109,123,90],[115,124,97],[144,148,121],[146,147,113],[151,152,112],[167,168,124],[150,153,110],[137,143,107],[164,174,140],[225,241,205],[162,182,147],[123,147,111],[129,154,122],[99,124,102],[111,134,108],[129,145,106],[124,136,98],[120,132,110],[119,133,120],[102,126,112],[112,136,120],[137,152,133],[132,146,123],[205,223,201],[167,182,159],[191,197,171],[196,202,174],[162,181,151],[86,110,86],[58,84,75],[119,144,141],[144,169,163],[171,194,184],[97,114,104],[105,115,104],[151,153,140],[153,150,135],[123,115,96],[115,100,79],[175,158,132],[139,118,89],[135,110,79],[153,124,90],[177,145,107],[203,167,131],[240,200,164],[183,145,109],[101,70,41],[81,55,28],[73,53,29],[27,12,0],[38,30,11],[69,54,33],[149,123,90],[230,200,164],[135,110,79],[129,99,63],[205,158,112],[200,144,93],[213,159,112],[200,148,101],[181,130,87],[125,76,35],[128,79,36],[155,108,66],[155,107,69],[160,114,80],[135,92,58],[116,77,48],[120,88,65],[85,58,37],[78,58,34],[113,97,72],[69,54,33],[67,55,33],[67,52,29],[72,56,31],[92,74,50],[51,35,10],[32,20,0],[86,76,51],[70,62,39],[64,58,36],[48,41,22],[42,35,16],[61,54,35],[40,32,9],[81,69,45],[92,78,52],[42,26,0],[45,29,3],[52,38,12],[40,25,2],[37,25,3],[72,58,32],[93,72,41],[104,79,48],[98,73,42],[104,79,49],[92,65,36],[53,26,0],[71,43,19],[76,48,26],[85,57,35],[88,60,39],[102,71,51],[64,33,13],[41,10,0],[103,72,52],[74,43,22],[88,62,39],[101,81,57],[73,55,33],[51,30,11],[68,47,30],[61,39,25],[42,23,9],[56,38,26],[65,51,40],[54,41,32],[35,25,16],[27,18,9],[52,42,33],[86,71,64],[55,36,30],[29,5,1],[40,19,18],[12,0,0],[14,5,8],[14,8,10],[10,4,6],[6,0,2],[5,0,1],[8,4,5],[12,8,9],[9,5,6],[9,5,6],[6,4,5],[7,5,6],[7,5,6],[4,2,3],[2,2,2],[5,5,5],[6,4,5],[2,0,1],[5,3,4],[2,0,1],[12,10,11],[1,0,0],[8,6,7],[4,2,3],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,3],[6,4,7],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[2,0,3],[4,2,5],[6,4,7],[5,3,6],[3,1,4],[7,5,8],[13,11,14]],[[1,1,1],[2,2,2],[1,1,3],[0,0,2],[2,2,4],[1,1,3],[0,0,4],[1,0,5],[0,1,5],[0,0,4],[0,3,8],[4,7,12],[4,9,13],[6,14,17],[7,16,21],[7,14,20],[4,9,13],[9,14,18],[9,17,20],[8,16,19],[7,16,21],[8,17,22],[10,20,22],[15,23,25],[26,32,32],[28,34,32],[22,27,23],[21,22,16],[12,12,4],[16,13,4],[49,45,34],[79,73,59],[72,64,45],[67,55,33],[78,66,44],[62,50,28],[52,40,16],[95,83,57],[108,94,67],[73,59,30],[69,56,24],[98,83,50],[113,99,64],[93,79,42],[126,112,73],[111,98,56],[142,129,85],[181,174,130],[187,192,152],[142,153,119],[124,136,112],[163,178,159],[93,111,89],[79,99,72],[120,141,110],[109,128,98],[80,94,68],[77,86,57],[133,139,103],[164,167,122],[171,171,117],[159,158,102],[157,153,105],[154,156,109],[88,100,54],[135,148,104],[159,167,126],[141,146,106],[175,176,132],[193,190,145],[171,169,121],[150,149,103],[132,134,95],[164,171,137],[205,219,184],[166,183,149],[158,179,146],[112,137,107],[94,118,96],[139,162,136],[152,169,125],[133,146,100],[101,110,79],[135,147,125],[61,79,63],[64,82,66],[181,190,173],[221,229,208],[161,176,147],[158,172,139],[181,186,154],[202,209,176],[122,141,111],[81,106,84],[133,160,151],[119,146,141],[106,129,121],[140,160,149],[99,112,102],[109,117,106],[169,170,156],[209,203,187],[146,135,117],[149,134,111],[221,204,178],[192,171,140],[147,123,89],[203,175,138],[226,194,156],[191,156,118],[151,112,73],[144,106,70],[129,98,69],[106,80,53],[136,114,90],[107,91,68],[108,97,79],[68,53,32],[108,82,49],[159,129,93],[102,76,43],[99,65,28],[191,143,95],[217,161,110],[219,165,118],[213,159,115],[193,140,98],[123,71,31],[122,70,30],[118,69,29],[105,55,20],[136,87,54],[129,85,50],[135,94,62],[108,74,49],[77,49,27],[71,50,21],[94,79,50],[66,51,28],[51,39,17],[59,45,19],[36,22,0],[92,76,53],[57,41,18],[28,16,0],[40,30,5],[116,108,85],[63,57,35],[36,31,11],[41,36,17],[47,40,21],[60,52,31],[50,39,17],[99,87,63],[81,66,43],[60,48,24],[36,24,2],[39,28,8],[26,18,0],[40,27,8],[87,67,40],[83,58,28],[104,79,49],[108,82,55],[77,51,24],[90,62,38],[77,49,27],[84,56,35],[84,56,35],[94,66,45],[105,74,54],[110,79,59],[105,74,54],[82,51,31],[59,28,7],[63,36,15],[53,32,11],[89,72,52],[47,29,9],[57,38,21],[78,59,44],[58,39,25],[48,30,18],[56,42,31],[41,28,19],[35,25,16],[60,51,44],[82,73,68],[43,32,28],[17,1,1],[35,16,18],[30,14,15],[12,2,3],[11,2,5],[10,4,6],[10,4,6],[11,5,7],[11,5,7],[8,4,5],[7,3,4],[8,4,5],[7,3,4],[6,4,5],[4,2,3],[3,1,2],[9,7,8],[9,9,9],[1,1,1],[7,5,6],[1,0,0],[17,15,16],[1,0,0],[12,10,11],[1,0,0],[5,3,4],[6,4,5],[6,4,5],[6,4,5],[5,3,4],[5,3,4],[5,3,4],[4,2,3],[4,2,3],[4,2,3],[4,2,5],[5,3,6],[5,3,6],[4,2,5],[2,0,3],[2,0,3],[4,2,5],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[8,6,9]],[[0,0,0],[2,2,2],[1,1,1],[0,0,0],[2,2,4],[1,1,3],[0,0,2],[2,2,4],[3,4,8],[3,4,8],[4,7,12],[6,9,14],[5,10,14],[7,12,16],[8,16,19],[8,16,19],[3,8,12],[6,11,15],[3,11,14],[4,12,15],[11,18,24],[13,20,26],[6,14,17],[0,6,9],[26,31,34],[19,23,22],[14,16,13],[31,32,27],[40,39,34],[37,34,25],[50,46,35],[66,60,48],[58,49,34],[66,54,38],[43,32,14],[37,24,5],[44,32,10],[65,50,27],[95,79,53],[90,75,46],[115,100,67],[108,92,58],[82,67,28],[70,55,14],[140,125,82],[196,182,137],[233,219,174],[209,201,155],[188,189,147],[133,140,106],[118,126,102],[128,140,118],[84,100,74],[71,90,60],[70,87,53],[121,136,103],[102,113,83],[93,100,69],[148,152,115],[131,133,86],[123,123,69],[132,131,75],[125,123,74],[153,155,106],[144,154,101],[170,183,129],[172,180,129],[149,151,101],[145,143,92],[168,165,114],[210,204,154],[148,144,97],[152,153,111],[162,166,129],[159,169,134],[184,199,166],[119,138,106],[81,101,73],[64,86,65],[143,163,135],[146,162,115],[146,159,106],[131,139,100],[114,123,96],[61,76,57],[105,117,103],[201,202,188],[193,195,174],[109,119,85],[169,179,142],[197,201,164],[237,244,210],[125,144,114],[188,213,192],[230,255,248],[186,211,205],[98,115,105],[115,129,116],[128,136,123],[135,137,123],[164,161,146],[171,162,145],[155,142,123],[184,168,143],[230,213,185],[225,204,173],[207,184,150],[215,189,152],[186,156,118],[163,129,91],[151,113,74],[127,93,58],[140,113,86],[114,88,63],[114,85,55],[93,67,40],[55,42,23],[43,32,14],[122,102,75],[163,137,104],[123,93,57],[120,81,40],[216,164,116],[207,154,104],[219,172,130],[144,96,56],[207,153,109],[179,122,79],[121,68,28],[106,54,17],[104,51,19],[167,117,84],[125,80,41],[119,79,43],[135,99,73],[67,37,11],[55,35,0],[92,76,42],[65,50,27],[38,26,4],[68,54,28],[83,67,42],[85,67,47],[71,54,34],[39,25,0],[55,43,17],[130,122,99],[81,73,52],[43,36,17],[33,26,7],[34,27,8],[33,25,6],[52,41,21],[50,38,16],[77,65,43],[74,61,42],[44,31,14],[79,67,53],[35,27,14],[30,18,2],[63,43,19],[91,67,41],[64,40,14],[72,46,23],[69,43,20],[69,42,21],[71,44,23],[87,60,41],[42,13,0],[75,46,28],[64,35,17],[76,47,29],[122,91,73],[85,54,36],[57,26,6],[47,20,1],[102,84,64],[132,115,99],[72,55,39],[60,41,26],[69,50,36],[64,46,32],[44,28,15],[36,22,11],[24,11,2],[48,37,31],[92,83,78],[51,41,39],[7,0,0],[19,9,10],[12,0,4],[24,13,17],[13,4,7],[7,1,3],[6,0,2],[8,2,4],[9,5,6],[8,4,5],[7,3,4],[7,3,4],[6,4,5],[4,2,3],[8,6,7],[4,2,3],[1,0,0],[18,16,17],[23,21,22],[2,0,1],[7,3,4],[7,3,4],[39,35,36],[3,0,0],[10,6,7],[7,3,4],[7,3,4],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[3,1,4],[4,2,5],[4,2,5],[3,1,4],[3,1,4],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[3,1,4]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[2,2,4],[2,2,4],[1,1,3],[2,2,4],[2,3,7],[1,2,6],[1,4,9],[1,4,9],[0,3,7],[0,4,8],[0,8,11],[1,9,12],[6,11,15],[5,10,14],[3,11,14],[5,13,16],[4,11,17],[1,8,14],[7,15,18],[20,28,31],[14,19,22],[8,12,13],[19,21,20],[53,54,49],[55,54,49],[28,25,18],[33,29,20],[59,52,42],[32,24,13],[26,18,5],[32,23,8],[32,20,4],[44,31,14],[68,53,32],[89,75,49],[123,108,79],[83,68,35],[141,125,91],[148,133,94],[120,105,64],[134,119,76],[162,148,103],[190,176,131],[164,153,108],[163,160,117],[131,133,96],[119,123,96],[132,140,116],[83,96,68],[85,100,67],[125,141,105],[128,142,107],[133,144,112],[122,129,96],[165,169,132],[181,182,138],[142,145,92],[145,145,93],[189,188,142],[150,153,108],[157,166,113],[115,124,69],[152,157,103],[139,139,87],[156,150,100],[185,177,128],[187,179,132],[179,172,126],[129,126,83],[181,183,143],[135,143,104],[182,194,158],[201,217,181],[88,107,75],[109,129,101],[91,111,74],[89,106,51],[145,158,102],[206,212,174],[164,170,142],[86,98,76],[120,127,111],[231,228,211],[91,86,64],[95,100,68],[175,183,144],[193,195,156],[220,226,188],[93,113,78],[151,177,150],[157,185,173],[112,135,127],[122,136,121],[141,148,130],[113,116,97],[103,102,82],[124,117,98],[121,108,89],[138,123,100],[179,162,136],[153,136,106],[161,142,109],[139,119,84],[202,178,140],[179,151,112],[169,140,100],[138,104,66],[159,126,91],[146,120,93],[89,65,39],[115,88,58],[84,60,32],[22,9,0],[63,52,32],[148,128,101],[123,99,65],[123,93,57],[115,78,36],[156,106,57],[198,146,96],[151,106,65],[95,50,11],[173,122,79],[173,119,75],[136,83,43],[125,73,36],[128,75,43],[162,112,79],[171,126,84],[155,113,71],[104,67,38],[84,55,25],[85,63,22],[111,96,57],[61,47,21],[56,44,22],[77,63,36],[106,92,65],[46,29,9],[128,111,91],[42,26,1],[49,35,8],[89,79,54],[74,66,43],[51,43,22],[61,53,34],[36,28,9],[46,38,19],[60,47,28],[20,7,0],[87,74,55],[104,91,74],[22,9,0],[43,31,19],[21,13,2],[31,19,5],[56,38,16],[75,53,29],[72,50,27],[92,67,45],[82,57,35],[53,28,8],[89,64,44],[58,31,14],[41,14,0],[71,42,26],[73,44,28],[87,58,42],[114,85,69],[98,69,51],[64,35,17],[50,23,6],[77,58,43],[78,60,46],[53,35,23],[52,34,22],[31,13,1],[50,32,20],[48,31,21],[25,8,0],[35,20,13],[28,15,9],[18,7,3],[25,15,13],[18,10,8],[19,13,13],[17,11,13],[14,8,10],[16,10,12],[12,6,8],[9,3,5],[9,3,5],[5,1,2],[3,0,0],[9,5,6],[18,14,15],[7,5,6],[4,2,3],[10,8,9],[5,3,4],[2,0,1],[27,25,26],[34,32,33],[4,2,3],[6,2,3],[13,9,10],[56,52,53],[3,0,0],[6,2,3],[11,7,8],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[8,4,5],[7,3,4],[7,3,4],[6,2,3],[6,2,3],[6,2,3],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[7,5,8],[6,4,7],[4,2,5],[3,1,4],[5,3,6],[5,3,6],[3,1,4],[4,2,5],[7,5,8],[7,5,8],[3,1,4]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[2,3,7],[2,3,7],[1,4,9],[2,5,10],[1,6,10],[1,6,10],[2,7,11],[1,6,10],[7,12,16],[3,8,12],[2,9,15],[8,15,21],[5,13,16],[10,18,21],[1,6,9],[18,22,23],[24,26,25],[20,21,16],[9,8,3],[13,8,2],[32,25,17],[35,28,20],[44,37,29],[17,10,0],[46,38,27],[78,70,57],[117,105,89],[138,125,106],[103,88,65],[85,69,43],[70,55,24],[89,74,41],[108,94,57],[110,95,56],[125,110,71],[111,96,55],[112,97,56],[196,184,142],[189,182,138],[153,149,111],[121,120,90],[104,107,80],[84,93,62],[105,116,82],[147,159,123],[181,193,157],[145,154,125],[134,141,110],[158,164,128],[190,195,154],[155,161,113],[190,196,148],[175,180,140],[128,135,94],[126,133,89],[99,105,59],[166,165,119],[154,150,103],[198,190,144],[146,134,92],[148,136,94],[186,177,134],[195,191,146],[188,189,145],[112,118,74],[115,126,83],[173,186,143],[134,149,106],[131,148,106],[133,151,101],[115,134,70],[148,162,103],[199,205,171],[155,158,137],[98,106,83],[138,142,119],[159,153,127],[118,111,83],[129,132,103],[156,161,129],[167,167,131],[173,180,139],[157,179,133],[171,198,163],[112,136,123],[66,85,79],[114,123,104],[237,239,215],[138,136,111],[94,88,64],[150,140,115],[112,98,72],[117,101,75],[145,128,100],[141,124,94],[105,89,55],[126,108,72],[195,175,138],[203,181,142],[166,141,101],[99,69,31],[143,113,77],[143,114,82],[74,49,19],[70,50,25],[50,35,12],[47,39,20],[109,97,73],[129,105,71],[157,129,90],[91,68,36],[93,65,28],[145,103,55],[190,140,89],[179,128,81],[144,95,52],[138,90,50],[164,116,76],[169,120,79],[136,84,45],[106,53,19],[110,60,25],[136,89,45],[160,119,75],[77,41,9],[71,40,9],[143,120,76],[112,95,52],[42,27,0],[60,45,22],[64,50,21],[64,50,23],[116,99,79],[97,80,60],[70,54,29],[47,31,5],[41,27,1],[65,53,29],[52,41,21],[49,38,18],[73,62,44],[50,37,20],[67,54,35],[54,39,20],[72,57,38],[73,57,41],[69,56,40],[66,54,42],[57,47,37],[53,41,29],[71,54,36],[84,63,42],[89,68,47],[94,71,53],[90,67,49],[72,49,33],[69,46,30],[48,22,7],[66,40,25],[66,38,24],[54,26,12],[82,54,40],[99,71,57],[98,69,53],[98,69,53],[55,29,14],[33,11,0],[35,17,7],[60,42,32],[44,26,16],[44,26,16],[50,32,22],[54,37,29],[56,39,31],[51,36,29],[33,20,14],[15,4,0],[31,23,20],[21,16,13],[3,0,0],[11,10,8],[1,0,0],[13,9,10],[12,8,9],[9,5,6],[6,2,3],[5,1,2],[8,4,5],[11,9,10],[16,14,15],[4,2,3],[6,4,5],[4,2,3],[3,1,2],[5,3,4],[4,2,3],[3,1,2],[4,2,3],[5,3,6],[1,0,2],[8,6,9],[4,2,5],[2,0,3],[2,0,3],[12,10,13],[5,3,6],[6,4,7],[9,7,10],[4,2,5],[4,2,5],[1,0,2],[13,11,14],[11,9,12],[6,4,7],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[2,1,6],[2,1,6],[1,2,6],[2,3,7],[1,4,9],[1,4,9],[1,6,10],[1,6,10],[7,12,16],[2,7,11],[8,13,17],[5,10,14],[0,1,7],[0,5,11],[7,15,18],[6,14,17],[8,13,16],[9,13,14],[7,9,8],[12,11,7],[16,13,8],[21,16,10],[34,27,19],[32,25,17],[34,29,23],[14,9,3],[52,48,39],[87,81,69],[98,89,74],[89,78,60],[46,34,12],[28,14,0],[63,49,20],[60,47,15],[86,73,39],[87,74,39],[109,97,59],[127,115,77],[102,90,52],[120,108,68],[140,131,88],[137,129,90],[142,137,107],[93,92,64],[107,112,80],[93,100,66],[98,108,71],[143,153,118],[141,150,121],[132,138,110],[164,171,137],[116,122,84],[181,190,145],[176,185,142],[105,115,80],[114,121,87],[157,162,122],[171,172,130],[143,140,95],[147,140,96],[139,130,89],[105,93,55],[102,90,52],[171,162,123],[153,150,105],[127,129,82],[127,133,87],[153,162,117],[105,116,73],[160,173,129],[168,181,135],[164,181,127],[177,193,130],[233,246,190],[152,155,126],[112,113,95],[177,182,159],[202,205,178],[156,147,116],[139,130,99],[112,112,86],[134,137,110],[239,239,205],[145,150,110],[129,149,100],[164,189,149],[116,139,121],[73,89,78],[62,66,43],[233,229,200],[158,153,124],[108,99,70],[145,134,106],[122,107,78],[103,88,59],[160,143,113],[120,103,73],[89,74,41],[107,93,56],[157,142,103],[170,150,113],[150,128,89],[128,104,66],[120,94,57],[136,107,75],[107,82,52],[113,93,66],[86,71,48],[53,45,24],[84,72,48],[72,48,12],[155,129,92],[104,84,51],[144,120,84],[177,136,90],[150,102,53],[132,85,39],[113,68,26],[119,75,36],[131,87,48],[132,85,43],[141,92,51],[114,64,27],[109,59,22],[144,100,53],[149,108,64],[107,71,35],[88,58,22],[133,110,66],[123,106,62],[40,25,0],[60,46,19],[35,21,0],[86,72,45],[120,104,81],[86,68,48],[95,78,52],[62,45,19],[35,19,0],[56,41,18],[70,58,36],[40,29,9],[30,17,0],[53,37,21],[71,56,37],[61,44,26],[61,44,26],[73,56,40],[37,21,6],[51,37,24],[37,24,15],[40,28,16],[69,53,37],[55,38,20],[68,49,32],[116,97,80],[82,63,48],[47,28,13],[51,29,16],[67,45,32],[53,29,17],[54,30,18],[47,20,9],[39,13,0],[46,20,7],[69,43,28],[82,56,41],[74,48,35],[53,29,19],[26,3,0],[60,40,33],[40,21,14],[28,9,2],[38,21,13],[48,31,23],[71,56,49],[55,40,33],[51,38,32],[51,40,36],[35,27,24],[4,0,0],[29,28,24],[65,66,61],[4,6,3],[10,8,9],[11,7,8],[9,5,6],[8,4,5],[7,3,4],[8,4,5],[9,7,8],[11,9,10],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[8,6,7],[7,5,6],[6,4,5],[8,6,7],[13,11,14],[1,0,2],[1,0,2],[8,6,9],[15,13,16],[6,4,7],[3,1,4],[3,1,4],[7,5,8],[6,4,7],[5,3,6],[19,17,20],[9,7,10],[3,1,4],[3,1,4],[23,21,24],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[2,2,4],[1,2,6],[2,3,7],[0,4,7],[1,5,8],[0,5,9],[0,5,9],[0,2,6],[6,11,15],[0,2,6],[0,5,9],[11,18,24],[8,15,21],[4,11,17],[2,10,13],[8,13,16],[7,11,12],[11,13,12],[30,29,27],[38,34,31],[31,26,20],[28,21,13],[17,10,4],[8,3,0],[17,12,9],[50,45,39],[42,35,27],[18,10,0],[26,17,0],[27,16,0],[21,9,0],[60,49,21],[77,63,34],[60,47,15],[70,59,27],[84,73,41],[72,61,29],[81,72,39],[87,77,41],[130,118,76],[86,74,34],[79,70,41],[79,73,47],[108,109,78],[113,119,85],[150,158,121],[145,152,118],[124,130,102],[151,157,129],[156,163,130],[98,106,69],[110,121,79],[110,122,82],[76,90,57],[101,110,79],[144,148,111],[146,147,103],[148,146,98],[135,131,86],[86,78,39],[164,154,118],[190,181,148],[196,190,154],[145,143,102],[91,94,51],[125,132,90],[159,167,128],[126,133,99],[156,163,129],[117,125,84],[103,115,69],[124,139,84],[122,134,86],[107,110,81],[79,81,60],[125,129,104],[157,157,129],[163,154,123],[228,219,188],[138,138,112],[134,137,110],[230,229,198],[129,133,96],[97,114,69],[141,164,122],[97,115,93],[78,89,72],[65,68,41],[141,136,106],[172,165,136],[171,160,130],[195,181,152],[149,134,105],[134,119,90],[126,111,80],[103,88,57],[89,74,41],[108,94,59],[137,123,86],[138,122,86],[115,95,58],[153,131,94],[141,117,83],[131,108,77],[119,94,64],[122,96,63],[69,48,17],[61,50,28],[75,67,46],[63,48,19],[92,72,39],[169,146,112],[159,130,90],[160,118,70],[125,81,34],[91,53,14],[120,85,47],[135,93,53],[113,68,26],[98,51,7],[142,93,50],[131,82,42],[140,92,52],[125,81,36],[140,99,55],[158,122,86],[116,86,50],[153,130,88],[118,99,57],[57,41,8],[108,92,66],[85,71,42],[80,66,39],[85,69,46],[78,60,38],[73,53,29],[76,56,31],[56,40,15],[78,63,42],[75,62,43],[39,26,9],[45,29,13],[50,34,18],[41,24,6],[29,10,0],[80,61,44],[125,108,92],[50,34,19],[39,25,12],[38,25,16],[34,22,10],[33,19,6],[27,11,0],[32,16,1],[90,74,59],[60,42,30],[43,25,13],[41,21,10],[70,50,39],[50,28,17],[48,26,15],[69,45,35],[36,12,0],[30,6,0],[52,29,15],[42,19,5],[71,44,33],[86,59,50],[37,10,3],[62,37,30],[59,36,28],[33,14,7],[31,14,6],[38,21,14],[34,19,14],[39,24,19],[29,15,12],[53,42,38],[59,49,47],[12,7,3],[25,24,19],[54,57,50],[0,1,0],[9,8,6],[8,6,7],[7,5,6],[7,5,6],[7,5,6],[7,5,6],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[6,4,5],[6,4,5],[9,7,8],[9,7,8],[8,6,7],[10,8,9],[3,3,5],[12,12,14],[10,10,12],[7,7,9],[11,11,13],[9,9,11],[5,5,7],[9,9,11],[6,6,8],[6,6,8],[1,1,3],[7,7,9],[0,0,2],[8,8,10],[1,1,3],[0,0,2],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,2],[2,0,3],[1,1,3],[1,1,3],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,4,8],[0,4,8],[0,1,5],[4,9,13],[0,1,5],[0,1,5],[4,11,17],[3,10,16],[4,11,17],[7,12,18],[4,7,12],[4,8,11],[12,13,15],[31,30,28],[35,31,28],[27,22,18],[34,27,21],[36,29,23],[16,11,8],[18,14,11],[42,37,31],[41,34,26],[22,14,3],[31,22,7],[40,29,9],[26,16,0],[30,18,0],[59,48,20],[59,48,20],[117,108,79],[135,126,97],[74,67,38],[78,73,43],[109,100,67],[146,132,93],[127,113,74],[98,87,59],[69,62,36],[69,65,36],[104,105,71],[114,120,82],[123,129,93],[126,131,101],[130,134,107],[99,104,72],[101,108,74],[89,100,60],[91,103,65],[67,80,50],[141,152,122],[109,113,76],[118,119,75],[173,172,124],[111,108,63],[119,115,77],[125,121,86],[132,127,98],[100,99,69],[106,110,73],[108,114,76],[37,44,10],[88,97,66],[70,75,52],[80,85,62],[94,99,69],[118,126,89],[118,131,88],[89,101,61],[107,111,84],[94,96,72],[107,111,84],[143,143,115],[216,207,178],[206,197,168],[182,182,154],[168,171,142],[166,165,134],[198,199,165],[150,163,120],[137,155,115],[153,168,137],[106,115,88],[85,85,57],[112,109,78],[161,156,126],[136,127,98],[155,144,116],[98,84,57],[86,72,43],[89,75,46],[97,83,54],[100,87,55],[85,72,38],[77,63,28],[112,96,60],[147,129,93],[180,158,121],[123,99,65],[138,113,83],[141,114,84],[129,99,65],[97,72,41],[64,52,30],[63,55,34],[89,73,47],[67,47,14],[125,101,67],[113,84,44],[139,98,52],[121,78,33],[57,23,0],[123,89,54],[145,105,69],[146,101,60],[161,117,72],[148,101,57],[102,55,13],[170,125,84],[118,75,33],[109,67,27],[119,84,46],[108,78,42],[104,80,42],[80,60,25],[31,14,0],[76,61,32],[76,62,35],[89,73,48],[84,66,44],[80,62,40],[95,75,51],[99,79,55],[63,47,24],[118,103,84],[104,91,74],[29,16,0],[44,31,15],[24,8,0],[34,17,1],[44,25,8],[89,70,53],[102,85,69],[80,64,49],[62,48,35],[57,45,33],[36,23,14],[17,5,0],[62,50,38],[64,52,40],[61,49,37],[43,29,18],[53,39,30],[42,25,17],[47,30,22],[48,29,22],[54,36,26],[35,15,6],[49,29,18],[62,42,31],[44,22,9],[41,19,6],[40,13,2],[63,33,22],[79,47,36],[54,26,15],[37,13,3],[51,33,23],[30,13,5],[30,15,10],[34,20,17],[35,21,18],[16,2,1],[23,12,10],[45,35,34],[19,14,11],[1,0,0],[8,11,4],[7,9,4],[7,7,5],[7,5,6],[6,4,5],[7,5,6],[8,6,7],[8,6,7],[6,4,5],[4,2,3],[4,2,3],[6,4,5],[5,3,4],[5,3,4],[7,5,6],[7,5,6],[6,4,5],[8,6,7],[2,2,4],[9,9,11],[2,2,4],[6,6,8],[8,8,10],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[11,11,13],[3,3,5],[6,6,8],[2,2,4],[9,9,11],[0,0,2],[0,0,2],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[1,2,6],[1,2,6],[0,3,6],[0,4,7],[2,5,10],[1,4,9],[7,12,16],[10,15,19],[0,3,9],[0,4,10],[9,14,20],[2,7,13],[7,10,15],[11,12,16],[15,15,17],[23,22,20],[16,12,9],[8,3,0],[23,16,10],[34,27,21],[11,6,3],[23,18,15],[33,26,20],[23,16,6],[15,7,0],[45,36,19],[68,57,37],[45,35,10],[95,85,58],[59,49,22],[82,72,45],[122,115,87],[135,129,103],[95,91,64],[51,49,24],[84,79,50],[132,118,81],[133,115,79],[80,64,38],[102,92,67],[94,89,60],[73,73,39],[116,118,81],[108,112,77],[102,102,74],[157,157,129],[99,103,70],[68,72,37],[77,84,43],[78,86,49],[99,108,79],[73,82,53],[93,99,63],[151,154,111],[123,127,77],[102,104,57],[94,94,58],[77,77,49],[51,53,31],[54,57,36],[102,111,82],[96,107,77],[53,65,41],[70,79,62],[66,72,62],[87,90,81],[94,97,80],[81,86,63],[52,62,35],[97,108,78],[115,119,92],[98,101,74],[136,141,111],[200,200,172],[188,178,153],[101,91,66],[139,139,111],[114,117,86],[126,125,95],[178,177,146],[120,130,95],[102,114,76],[113,123,86],[104,111,77],[131,134,105],[101,101,75],[69,67,42],[63,57,33],[129,121,98],[126,115,93],[86,74,50],[104,92,66],[147,135,109],[104,93,65],[85,72,40],[100,85,52],[119,100,67],[129,109,74],[152,128,92],[158,132,97],[120,90,56],[117,86,55],[66,39,9],[96,75,48],[47,35,13],[59,44,23],[101,78,47],[141,115,82],[106,82,54],[67,41,8],[109,70,27],[111,68,25],[80,41,2],[79,41,5],[69,30,0],[113,73,38],[156,113,71],[155,110,68],[116,71,29],[168,123,82],[134,90,53],[103,63,28],[77,41,5],[90,57,24],[107,80,50],[99,78,49],[51,34,6],[89,73,47],[52,36,13],[105,88,68],[76,58,38],[55,37,17],[102,84,64],[85,66,49],[14,0,0],[49,33,18],[74,60,47],[31,17,4],[44,30,17],[25,9,0],[41,24,8],[25,8,0],[52,35,19],[70,53,37],[49,33,18],[41,27,14],[62,50,38],[51,41,31],[22,12,2],[21,11,1],[26,16,6],[43,33,24],[60,47,39],[43,30,22],[25,10,3],[35,20,13],[35,18,11],[25,8,1],[29,10,4],[28,9,2],[41,23,13],[43,23,14],[33,13,4],[68,44,32],[64,31,16],[83,47,31],[57,25,10],[28,2,0],[43,23,12],[46,32,23],[47,34,28],[17,3,0],[33,19,19],[33,18,21],[20,8,10],[18,8,9],[17,8,9],[3,0,0],[0,1,0],[14,16,13],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[5,3,6],[7,5,8],[5,3,6],[4,2,5],[6,4,7],[5,3,6],[4,2,5],[6,4,7],[8,8,10],[5,6,8],[4,5,7],[18,19,21],[3,4,6],[10,11,13],[8,9,11],[11,12,14],[6,7,9],[0,0,2],[10,11,13],[3,4,6],[8,9,11],[124,125,127],[135,136,138],[5,5,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[4,2,5],[5,3,6],[5,3,6],[6,4,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[2,0,3],[2,0,3],[1,0,5],[1,0,5],[0,1,5],[0,1,5],[0,3,6],[0,3,6],[0,3,8],[0,1,6],[0,3,7],[0,1,5],[2,9,15],[8,15,21],[0,3,9],[0,5,11],[1,4,9],[7,8,12],[8,8,10],[12,11,9],[9,5,2],[9,4,0],[26,19,13],[32,23,18],[14,6,3],[17,9,6],[24,17,9],[49,41,30],[55,46,31],[67,55,39],[102,91,71],[109,99,74],[147,137,110],[51,41,14],[59,52,26],[80,74,50],[64,60,35],[82,80,57],[85,84,63],[64,60,35],[91,76,43],[107,88,55],[95,79,54],[70,58,34],[82,75,47],[68,65,32],[119,119,83],[138,138,102],[76,75,45],[129,125,96],[137,137,103],[61,61,23],[65,67,27],[81,86,46],[79,84,54],[71,75,48],[107,112,82],[106,110,75],[92,97,56],[85,90,50],[93,98,68],[80,85,63],[71,77,63],[65,73,58],[81,95,72],[49,65,39],[85,100,81],[64,76,64],[65,71,67],[60,65,59],[78,80,67],[60,65,45],[69,81,59],[41,53,31],[103,106,85],[139,141,117],[85,92,61],[168,171,140],[163,156,128],[93,86,58],[135,138,111],[120,124,97],[104,102,77],[105,104,74],[123,131,94],[174,185,145],[84,91,50],[97,103,65],[76,82,54],[87,90,69],[82,84,63],[41,39,18],[73,68,48],[117,109,90],[122,114,93],[106,95,73],[102,92,67],[67,55,29],[88,74,45],[117,101,68],[120,100,67],[115,91,57],[108,82,47],[111,81,47],[151,116,84],[139,104,74],[87,57,29],[83,59,35],[65,48,28],[64,48,25],[90,63,33],[154,125,93],[78,54,26],[45,18,0],[121,82,43],[138,93,52],[155,113,75],[115,76,43],[92,55,26],[86,47,16],[126,84,44],[149,106,63],[155,112,67],[120,77,35],[98,55,21],[90,49,19],[96,60,26],[83,52,21],[115,89,66],[70,48,25],[60,43,17],[102,86,60],[53,36,16],[77,60,44],[55,36,19],[35,16,0],[50,31,16],[44,27,11],[35,19,4],[40,26,13],[38,26,14],[40,28,16],[59,47,35],[59,45,32],[39,23,8],[73,56,40],[47,30,14],[37,21,6],[16,0,0],[28,14,3],[25,15,5],[47,38,29],[53,44,35],[22,15,5],[26,19,9],[25,16,9],[23,14,7],[19,8,2],[29,18,12],[38,25,19],[35,22,16],[37,22,17],[34,19,12],[35,18,11],[42,25,17],[35,18,8],[29,12,2],[50,27,13],[98,63,43],[113,75,52],[95,63,42],[23,0,0],[27,8,0],[46,32,21],[35,22,16],[39,28,26],[21,9,11],[31,16,21],[25,13,17],[16,5,9],[18,9,12],[13,9,8],[4,4,2],[5,5,3],[7,7,7],[7,5,8],[6,4,7],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[7,5,8],[6,4,7],[8,6,9],[6,4,7],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[5,5,7],[5,6,8],[12,13,15],[10,11,13],[11,12,14],[14,15,17],[99,100,102],[92,93,95],[8,9,11],[7,8,10],[10,11,13],[4,5,7],[5,6,8],[1,2,4],[23,24,26],[18,19,21],[1,2,4],[4,4,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,1,5],[0,1,5],[0,2,5],[0,2,5],[0,3,8],[0,0,5],[10,15,19],[0,3,7],[0,1,7],[5,10,16],[0,1,7],[5,10,16],[16,19,24],[18,19,23],[8,8,10],[2,0,1],[3,0,0],[12,4,2],[27,17,15],[23,14,9],[30,21,16],[33,24,19],[12,3,0],[24,14,4],[47,35,21],[65,52,35],[78,66,44],[51,39,15],[56,44,18],[73,63,36],[58,51,25],[57,51,27],[66,61,39],[48,46,25],[58,57,39],[103,98,76],[128,113,82],[122,106,73],[118,102,77],[85,73,51],[65,58,30],[71,66,34],[148,144,107],[127,123,88],[79,74,44],[138,133,103],[139,133,99],[107,103,65],[113,112,68],[108,106,65],[84,83,52],[117,117,93],[101,104,85],[55,60,40],[42,48,20],[75,81,55],[78,85,67],[72,82,71],[42,53,47],[73,89,79],[69,88,68],[60,79,57],[38,57,37],[56,73,57],[29,40,32],[26,31,24],[91,94,75],[85,90,68],[85,97,77],[53,64,47],[64,66,55],[129,130,116],[113,119,91],[119,123,88],[137,131,95],[124,117,88],[85,88,67],[78,82,65],[56,53,34],[117,115,90],[175,182,141],[144,152,105],[57,60,17],[65,69,34],[39,47,24],[84,93,76],[90,94,79],[39,40,24],[56,53,38],[65,59,43],[94,87,69],[102,94,75],[51,40,18],[58,46,22],[109,93,67],[127,108,78],[158,135,103],[145,119,86],[134,104,70],[117,82,50],[147,111,79],[131,94,65],[124,89,59],[78,48,22],[96,78,58],[92,74,54],[119,93,66],[91,62,32],[97,71,44],[71,40,11],[105,63,25],[135,90,51],[115,74,42],[63,26,0],[103,64,35],[125,84,52],[141,102,63],[114,73,29],[139,98,52],[114,72,32],[96,52,25],[71,31,5],[83,48,16],[61,30,1],[45,18,1],[36,13,0],[88,70,46],[96,80,55],[42,25,9],[29,11,0],[37,18,3],[47,28,13],[72,54,40],[21,4,0],[31,18,9],[45,35,25],[31,21,12],[28,18,9],[33,23,14],[49,36,27],[74,60,47],[74,58,43],[33,17,2],[44,28,13],[30,16,3],[40,28,16],[36,26,16],[52,43,34],[57,53,44],[21,16,10],[25,20,14],[43,36,30],[29,22,16],[29,19,17],[25,15,13],[32,21,17],[43,32,28],[35,21,18],[42,29,23],[32,17,10],[30,15,8],[39,22,14],[45,28,20],[89,67,53],[116,80,54],[95,54,24],[109,75,47],[71,45,20],[62,44,24],[68,54,41],[40,30,21],[27,16,14],[23,11,13],[16,3,10],[19,4,11],[16,3,10],[12,1,7],[9,3,7],[5,3,6],[8,8,8],[5,5,7],[6,6,8],[7,7,9],[6,6,8],[5,5,7],[4,4,6],[5,3,6],[5,3,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[7,5,8],[7,5,8],[6,4,7],[7,5,8],[4,4,6],[8,9,11],[2,3,5],[7,8,10],[63,64,66],[254,255,255],[252,253,255],[67,68,70],[0,0,2],[11,12,14],[1,2,4],[1,2,4],[0,1,3],[2,3,5],[0,0,2],[5,5,7],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,2],[0,0,2],[0,1,3],[0,1,3],[0,1,3],[0,2,5],[0,4,7],[0,1,4],[90,94,97],[89,92,97],[2,5,10],[0,3,8],[11,14,19],[0,2,7],[2,3,7],[13,13,15],[12,10,11],[11,7,4],[12,7,3],[19,12,6],[22,13,6],[7,0,0],[27,18,11],[45,36,29],[22,12,3],[28,18,6],[58,46,32],[81,68,52],[92,79,62],[55,42,23],[74,61,42],[38,27,7],[43,35,14],[51,44,25],[51,46,27],[40,39,19],[28,29,11],[60,55,35],[101,87,58],[130,114,81],[115,101,74],[60,48,22],[66,60,28],[128,124,89],[115,111,74],[75,69,33],[98,89,58],[131,120,88],[180,170,134],[163,156,114],[122,119,74],[131,129,88],[122,123,91],[112,114,92],[77,81,67],[67,75,62],[44,56,36],[75,87,67],[47,59,47],[53,66,59],[69,86,80],[74,94,85],[75,96,79],[44,66,45],[74,93,74],[51,68,52],[37,49,39],[63,71,60],[90,94,77],[58,66,45],[21,32,16],[41,49,38],[91,92,86],[73,73,61],[103,107,80],[100,104,67],[110,106,68],[109,105,68],[91,93,69],[47,48,30],[119,114,94],[86,82,55],[116,118,78],[92,95,52],[88,86,48],[57,56,28],[53,57,40],[102,110,95],[81,85,71],[63,65,52],[43,41,28],[48,45,30],[59,53,37],[78,71,53],[81,73,54],[68,57,35],[80,66,40],[76,56,29],[135,112,81],[101,75,42],[134,104,68],[176,143,108],[130,95,63],[129,93,61],[155,116,83],[108,73,43],[61,35,10],[56,34,10],[140,114,87],[67,40,11],[61,34,7],[82,51,22],[59,19,0],[142,99,64],[128,91,62],[80,44,18],[67,31,5],[76,40,8],[119,80,41],[97,59,14],[115,77,32],[123,84,45],[115,76,47],[93,56,30],[97,64,33],[106,75,46],[77,48,30],[59,32,15],[61,39,15],[65,45,20],[26,7,0],[33,15,3],[19,1,0],[55,39,24],[56,39,29],[39,24,17],[29,16,8],[29,18,12],[34,23,17],[29,18,12],[31,21,12],[58,45,36],[52,38,27],[60,46,35],[39,25,12],[38,24,13],[54,41,32],[32,22,12],[27,18,9],[34,27,17],[49,42,32],[31,24,14],[24,17,9],[44,37,29],[26,17,12],[43,33,31],[40,30,28],[76,65,61],[46,35,29],[41,30,24],[19,6,0],[50,37,28],[55,41,32],[28,14,5],[54,40,31],[71,49,36],[99,65,40],[86,49,22],[99,67,42],[105,79,56],[112,93,76],[74,60,47],[27,16,10],[15,5,4],[18,7,11],[15,4,10],[20,9,17],[16,5,13],[10,3,10],[12,7,11],[6,6,8],[6,6,8],[4,4,6],[6,6,8],[8,8,10],[7,7,9],[5,5,7],[2,2,4],[2,0,3],[3,1,4],[3,1,4],[5,3,6],[4,2,5],[4,2,5],[7,5,8],[6,4,7],[6,4,7],[7,7,9],[10,10,12],[8,9,11],[8,9,11],[6,7,9],[39,40,42],[243,244,246],[253,254,255],[60,61,63],[1,2,4],[12,13,15],[9,10,12],[8,9,11],[0,1,3],[10,11,13],[4,5,7],[3,3,5],[3,3,5],[5,3,6],[5,3,6],[6,4,7],[6,4,7],[5,3,6],[5,3,6],[4,2,5],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6],[5,3,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,4,5],[8,12,13],[53,57,58],[2,3,7],[0,1,5],[1,2,6],[0,0,4],[4,4,6],[7,5,6],[15,14,12],[15,12,7],[16,12,3],[22,18,7],[15,9,0],[8,1,0],[17,9,0],[22,12,2],[24,14,5],[38,28,18],[40,30,20],[77,64,55],[51,38,29],[26,13,4],[26,13,4],[45,32,23],[29,19,7],[30,20,8],[43,35,22],[68,62,48],[50,47,32],[42,40,25],[55,50,31],[81,65,40],[86,69,39],[102,89,55],[81,73,36],[124,121,80],[111,108,67],[64,58,22],[101,91,56],[92,77,44],[112,96,60],[199,184,141],[153,142,96],[139,137,89],[137,140,97],[123,130,96],[98,108,83],[82,95,77],[80,94,79],[48,65,47],[73,91,75],[59,79,67],[72,92,80],[57,77,66],[45,65,53],[86,104,88],[76,93,75],[66,80,63],[51,63,49],[49,59,50],[54,64,55],[57,67,56],[48,55,47],[35,42,35],[57,59,54],[96,97,91],[98,99,85],[114,114,90],[99,98,67],[101,97,59],[137,133,95],[132,128,91],[131,127,92],[93,87,55],[95,89,57],[67,62,30],[57,52,23],[50,42,19],[34,27,9],[44,42,27],[107,107,95],[85,85,73],[80,78,66],[57,55,42],[30,26,14],[70,67,52],[60,54,38],[76,69,51],[76,65,47],[67,52,31],[54,38,13],[106,87,57],[149,126,92],[134,111,70],[106,81,40],[140,110,74],[130,97,62],[132,94,57],[147,109,72],[71,37,2],[69,38,9],[127,100,73],[71,45,20],[55,29,6],[54,27,0],[41,6,0],[121,85,53],[122,87,57],[78,47,19],[47,19,0],[31,1,0],[93,55,16],[128,87,43],[124,87,45],[116,81,43],[77,42,10],[114,80,52],[82,49,18],[110,79,48],[135,104,76],[59,28,0],[65,35,7],[94,68,43],[63,40,22],[63,45,31],[32,18,7],[26,13,5],[12,0,0],[37,23,20],[46,32,29],[41,27,24],[27,14,8],[20,7,1],[33,20,12],[42,27,20],[46,32,23],[39,25,16],[23,8,1],[24,11,3],[17,6,0],[25,16,9],[30,21,16],[45,36,29],[59,50,35],[28,16,0],[41,29,17],[51,38,30],[31,20,16],[30,19,17],[48,37,35],[67,53,50],[76,63,55],[43,31,19],[27,13,0],[45,31,18],[47,31,18],[48,31,21],[68,51,43],[65,45,36],[70,41,27],[78,47,29],[79,50,36],[75,48,37],[59,39,30],[24,6,2],[25,11,10],[16,6,7],[17,8,11],[9,3,7],[16,9,16],[7,2,8],[7,5,8],[13,13,15],[2,2,4],[5,7,6],[5,5,5],[11,11,11],[1,1,1],[10,10,10],[0,0,0],[4,4,4],[18,18,18],[4,4,4],[1,1,1],[5,5,5],[8,8,8],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[8,8,8],[9,9,9],[7,7,7],[5,5,5],[15,15,15],[26,26,26],[23,23,23],[10,10,10],[16,16,16],[103,103,103],[36,36,36],[0,0,0],[16,16,16],[2,2,2],[8,8,8],[4,4,6],[4,4,6],[5,4,9],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[6,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[8,12,11],[0,4,3],[28,29,31],[0,0,2],[2,2,4],[1,1,3],[2,0,3],[3,1,2],[4,0,0],[3,0,0],[26,21,15],[41,37,26],[18,12,0],[11,5,0],[59,52,34],[112,105,87],[7,0,0],[33,23,11],[50,40,28],[13,3,0],[46,33,24],[47,34,26],[23,10,2],[47,34,28],[42,31,25],[47,36,30],[25,16,9],[23,16,6],[48,44,33],[29,27,15],[30,31,17],[43,37,21],[50,35,14],[111,94,68],[86,76,41],[118,113,73],[93,91,50],[36,34,0],[89,83,49],[107,98,65],[81,66,33],[113,98,59],[225,211,166],[228,217,171],[144,143,97],[139,146,105],[103,117,84],[37,53,27],[59,74,55],[68,85,69],[55,73,59],[61,82,67],[83,105,92],[68,90,77],[54,75,60],[46,64,48],[62,76,59],[104,117,99],[76,87,70],[69,78,61],[33,41,26],[31,39,26],[51,61,50],[43,50,42],[53,58,52],[55,58,51],[64,66,55],[78,76,61],[84,82,57],[84,81,50],[147,143,105],[126,121,79],[152,145,101],[129,122,80],[88,80,43],[98,89,58],[92,82,55],[40,29,9],[66,54,38],[81,71,59],[34,28,16],[70,68,55],[70,68,55],[69,67,54],[58,56,41],[50,49,31],[70,67,50],[64,59,40],[45,38,20],[74,66,47],[83,71,49],[35,19,0],[93,76,46],[111,93,55],[112,93,50],[96,73,31],[100,74,37],[140,110,74],[141,106,68],[175,137,98],[137,99,62],[70,36,1],[85,55,29],[74,48,25],[114,90,66],[55,27,3],[79,45,18],[160,125,95],[111,77,49],[77,47,21],[58,36,13],[45,19,0],[61,26,0],[138,99,56],[125,90,52],[70,36,1],[87,56,25],[129,98,69],[64,33,4],[80,49,18],[96,63,32],[55,22,0],[71,40,11],[107,79,55],[76,53,35],[58,40,26],[34,21,12],[34,25,18],[22,11,9],[22,10,10],[27,16,14],[46,32,31],[42,28,25],[29,14,9],[36,21,14],[47,32,25],[42,27,20],[44,31,23],[36,23,17],[37,26,20],[26,17,12],[32,25,19],[41,33,30],[65,56,49],[74,62,46],[37,24,5],[39,25,12],[44,31,22],[33,19,16],[28,14,13],[28,14,13],[36,22,19],[41,28,20],[49,37,25],[56,44,28],[61,48,32],[39,25,12],[32,15,5],[55,38,31],[63,44,37],[88,64,54],[85,58,47],[61,37,27],[42,19,11],[40,21,15],[15,0,0],[16,4,4],[15,6,9],[20,14,18],[14,9,13],[6,4,9],[3,2,7],[0,0,2],[2,3,5],[6,8,7],[1,3,2],[10,10,10],[0,0,0],[7,7,7],[5,5,5],[13,13,13],[0,0,0],[209,209,209],[168,168,168],[2,2,2],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[5,5,5],[7,7,7],[5,5,5],[3,3,3],[8,8,8],[14,14,14],[11,11,11],[3,3,3],[0,0,0],[28,28,28],[6,6,6],[0,0,0],[7,7,7],[0,0,0],[4,4,4],[6,6,6],[4,4,6],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[4,3,8],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,13,12],[0,1,0],[4,5,7],[0,0,2],[5,5,7],[0,0,2],[3,1,4],[2,0,3],[10,6,7],[3,0,0],[22,17,13],[54,50,41],[39,33,21],[19,13,0],[44,38,22],[81,74,56],[35,28,10],[25,18,0],[85,76,61],[79,70,55],[41,31,19],[29,19,9],[41,31,22],[55,45,36],[47,36,30],[35,24,18],[13,4,0],[37,30,22],[58,54,45],[21,17,8],[30,27,18],[40,36,25],[62,48,35],[64,49,28],[77,68,39],[101,97,62],[83,83,45],[110,110,74],[103,100,67],[73,66,37],[146,132,103],[144,129,96],[177,165,125],[211,204,160],[127,128,88],[113,121,84],[68,82,56],[87,105,83],[87,100,83],[60,72,58],[58,72,59],[94,110,99],[85,103,91],[70,88,74],[53,70,54],[61,75,58],[69,81,61],[55,63,42],[56,61,39],[32,37,15],[42,45,26],[51,54,37],[69,73,58],[39,43,29],[47,50,39],[90,92,81],[63,64,50],[50,49,28],[54,50,23],[131,127,92],[143,135,98],[74,65,24],[106,97,54],[107,95,55],[62,49,15],[123,112,82],[105,95,70],[74,63,45],[65,56,41],[47,37,25],[31,24,14],[23,19,8],[51,48,33],[52,49,32],[34,31,12],[55,52,33],[65,60,41],[38,33,14],[69,62,44],[62,51,31],[76,64,38],[96,81,50],[74,58,22],[78,59,19],[134,112,71],[122,100,61],[107,83,49],[91,65,32],[109,75,38],[124,86,49],[186,148,111],[132,97,65],[95,65,37],[97,69,47],[65,39,16],[76,48,24],[140,106,79],[134,99,71],[99,65,38],[53,23,0],[76,54,33],[58,33,11],[58,24,0],[122,82,46],[133,97,63],[99,66,35],[90,59,30],[94,64,36],[73,43,15],[62,31,3],[74,40,13],[81,47,20],[109,77,52],[102,71,50],[35,9,0],[32,14,2],[43,30,22],[30,19,15],[33,23,21],[17,5,5],[15,4,2],[39,25,24],[40,26,23],[25,11,8],[25,12,6],[24,11,5],[56,43,37],[52,39,33],[37,24,18],[36,25,19],[27,18,13],[25,18,12],[17,9,6],[25,18,10],[81,72,55],[86,75,57],[46,34,22],[40,27,19],[41,27,24],[20,9,7],[30,19,17],[33,22,18],[24,14,5],[32,22,12],[32,22,10],[39,27,15],[40,28,16],[41,27,18],[41,26,21],[30,13,6],[47,27,18],[59,39,28],[49,29,20],[32,15,8],[38,23,20],[16,5,3],[13,3,4],[12,6,8],[9,4,8],[15,15,17],[0,0,4],[1,2,6],[94,95,97],[95,99,100],[0,2,1],[4,6,5],[6,6,6],[9,9,9],[11,11,11],[1,1,1],[3,3,3],[3,3,3],[38,38,38],[41,41,41],[3,3,3],[5,5,5],[7,7,7],[5,5,5],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[6,6,6],[8,8,8],[8,8,8],[7,7,7],[7,7,7],[7,7,7],[7,7,7],[5,5,5],[9,9,9],[0,0,0],[3,3,3],[11,11,11],[9,9,9],[8,8,8],[3,3,3],[9,9,11],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,1],[0,1,0],[0,2,1],[0,0,2],[7,7,9],[0,0,2],[4,2,5],[2,0,3],[3,0,0],[9,5,4],[15,12,7],[28,23,17],[37,33,22],[37,31,19],[65,59,45],[118,112,96],[84,77,58],[89,82,63],[104,96,77],[59,50,33],[10,1,0],[23,13,1],[54,44,34],[60,50,41],[39,28,22],[12,3,0],[20,13,7],[47,42,38],[44,39,35],[16,13,8],[43,40,35],[57,52,46],[56,43,35],[75,61,48],[79,71,48],[68,64,35],[92,93,61],[122,123,91],[79,78,48],[91,86,57],[132,123,94],[104,93,61],[132,124,85],[182,179,138],[105,109,72],[102,113,81],[116,134,112],[245,255,246],[224,236,222],[84,95,81],[73,85,73],[122,135,125],[79,95,84],[74,90,77],[52,66,49],[51,63,43],[72,80,57],[57,61,36],[82,85,58],[50,53,26],[97,97,71],[85,85,61],[74,76,54],[49,51,30],[43,47,30],[114,118,101],[68,70,49],[51,51,25],[73,70,39],[139,133,97],[136,127,88],[135,123,83],[122,109,67],[133,119,80],[82,67,34],[145,131,102],[126,114,90],[34,23,5],[51,42,27],[17,9,0],[9,0,0],[16,9,0],[64,59,40],[54,52,29],[20,18,0],[36,34,9],[53,48,28],[57,50,32],[57,49,30],[128,118,93],[76,65,33],[71,57,20],[85,70,29],[102,85,42],[122,103,63],[98,78,41],[111,90,59],[86,61,31],[83,53,17],[123,87,51],[158,122,86],[185,150,118],[115,84,56],[98,70,46],[52,24,2],[94,64,40],[117,83,56],[107,72,44],[111,80,52],[22,0,0],[43,22,5],[56,33,15],[90,56,28],[114,78,46],[80,47,16],[105,74,46],[105,75,49],[83,53,29],[94,64,40],[49,19,0],[78,46,21],[99,67,42],[115,83,60],[78,49,31],[36,13,0],[49,29,20],[40,25,20],[10,0,0],[21,11,9],[13,3,2],[10,0,0],[22,11,9],[25,14,10],[27,16,12],[31,20,14],[16,5,0],[29,18,12],[28,17,11],[16,5,0],[24,15,8],[25,18,12],[24,19,13],[12,7,3],[20,13,5],[35,26,11],[59,47,31],[52,40,28],[45,35,26],[45,34,30],[46,36,34],[46,36,34],[18,8,6],[37,28,21],[39,30,21],[28,20,9],[24,14,4],[31,21,12],[39,26,20],[37,23,20],[31,18,12],[12,0,0],[20,6,0],[17,4,0],[10,0,0],[21,11,9],[17,9,7],[14,8,10],[7,3,4],[3,3,5],[0,0,2],[4,5,9],[8,9,13],[210,214,215],[238,242,243],[0,1,0],[8,12,11],[1,3,2],[4,4,4],[8,8,8],[4,4,4],[6,6,6],[17,17,17],[0,0,0],[0,0,0],[4,4,4],[5,5,5],[6,6,6],[5,5,5],[4,4,4],[4,4,4],[5,5,5],[6,6,6],[7,7,7],[6,6,6],[8,8,8],[10,10,10],[10,10,10],[8,8,8],[8,8,8],[10,10,10],[10,10,10],[2,2,2],[8,8,8],[3,3,3],[7,7,7],[12,12,12],[0,0,0],[1,1,3],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[3,2,7],[3,2,7],[2,1,6],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[1,3,2],[2,4,3],[1,3,2],[3,3,5],[0,0,2],[6,4,7],[1,0,2],[1,0,0],[9,5,4],[3,0,0],[9,4,0],[34,29,23],[26,22,13],[11,7,0],[29,23,9],[23,16,0],[52,46,24],[92,86,64],[47,40,21],[17,10,0],[60,52,39],[55,47,36],[38,29,20],[11,2,0],[17,8,3],[59,51,48],[49,44,41],[27,22,19],[23,19,16],[38,34,31],[41,36,33],[66,55,53],[76,65,59],[67,61,45],[48,46,23],[104,107,78],[139,142,113],[111,111,85],[73,69,44],[74,67,39],[110,104,72],[160,156,119],[134,134,98],[96,101,69],[135,148,122],[141,159,143],[220,238,226],[213,223,212],[71,77,65],[93,101,90],[86,96,85],[58,70,58],[52,63,49],[56,65,48],[71,79,58],[58,62,37],[89,89,61],[79,78,48],[104,101,70],[169,164,134],[137,132,102],[89,85,56],[61,61,33],[75,79,56],[103,108,86],[60,62,38],[55,54,24],[97,93,58],[106,98,61],[153,141,101],[149,134,93],[111,93,53],[120,102,64],[143,127,94],[116,101,72],[66,54,30],[31,20,0],[15,6,0],[65,57,44],[45,36,29],[35,27,16],[40,33,14],[45,41,14],[52,49,18],[52,48,19],[52,46,24],[71,64,45],[67,59,38],[113,103,76],[99,90,51],[83,70,25],[120,106,59],[129,112,68],[125,105,68],[85,64,33],[77,60,34],[91,71,44],[61,32,0],[96,63,28],[117,81,47],[140,105,73],[123,92,64],[84,54,30],[41,10,0],[105,73,50],[92,56,30],[97,61,35],[84,52,27],[58,31,10],[60,41,27],[63,44,29],[79,49,25],[103,69,42],[67,37,11],[98,70,46],[63,35,13],[61,33,12],[102,74,53],[53,22,2],[59,27,6],[76,43,24],[76,45,27],[43,16,0],[50,26,14],[45,25,18],[14,0,0],[21,7,4],[23,13,11],[26,18,15],[23,15,12],[22,12,10],[18,9,4],[28,17,13],[37,26,22],[24,13,9],[20,9,5],[29,20,15],[25,16,11],[28,21,15],[20,12,9],[17,12,8],[15,10,7],[35,30,24],[108,100,87],[24,15,0],[41,31,21],[58,49,42],[38,28,26],[44,34,33],[39,29,28],[35,25,24],[33,23,21],[41,32,27],[44,35,28],[41,32,25],[38,29,24],[28,17,13],[16,5,3],[18,7,5],[15,6,0],[24,15,8],[37,30,24],[17,12,8],[9,4,1],[6,2,1],[18,16,17],[17,17,19],[11,10,15],[7,8,12],[2,3,7],[0,1,4],[6,10,11],[13,17,18],[0,1,0],[5,7,6],[8,8,10],[4,4,6],[12,12,14],[6,6,8],[6,6,8],[0,0,2],[18,18,20],[7,7,9],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[8,8,10],[6,6,8],[5,5,7],[7,7,9],[3,3,5],[14,14,16],[11,11,13],[4,4,6],[11,11,13],[18,18,20],[12,12,14],[6,6,8],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,2],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[5,3,6],[1,0,2],[4,2,3],[2,0,1],[3,0,0],[3,0,0],[8,5,0],[7,2,0],[5,0,0],[13,9,0],[16,11,0],[55,49,27],[93,86,67],[32,25,7],[25,18,2],[84,76,63],[29,20,11],[15,6,0],[47,38,33],[40,32,29],[60,55,52],[35,30,27],[32,28,27],[35,31,30],[27,23,22],[38,32,32],[75,65,66],[46,36,34],[37,31,19],[37,36,16],[123,125,101],[132,135,108],[83,83,59],[76,74,49],[101,95,69],[97,92,62],[133,130,95],[113,114,80],[134,141,110],[114,128,105],[47,65,53],[52,67,60],[76,84,73],[65,71,59],[111,119,106],[67,75,62],[44,55,41],[50,58,45],[58,65,49],[113,118,98],[104,106,82],[62,61,31],[69,64,34],[102,96,64],[115,109,75],[59,53,19],[47,41,9],[75,71,42],[95,99,74],[35,41,15],[37,40,13],[72,68,39],[86,80,46],[127,114,79],[150,135,96],[110,92,52],[116,97,57],[130,110,73],[161,142,109],[86,71,42],[65,53,27],[104,96,73],[7,0,0],[85,77,64],[57,46,40],[29,19,9],[67,61,37],[116,111,79],[102,98,63],[74,69,37],[59,53,31],[43,36,17],[62,54,33],[118,109,78],[150,142,96],[106,96,43],[111,99,47],[139,125,78],[87,69,33],[90,70,43],[52,37,14],[72,56,31],[64,39,9],[55,24,0],[126,91,59],[119,84,54],[132,101,73],[109,79,55],[46,15,0],[82,50,27],[80,44,18],[94,58,34],[93,61,40],[83,57,40],[55,37,27],[62,44,32],[48,23,3],[62,34,12],[67,39,18],[97,70,49],[56,29,10],[62,35,16],[84,57,38],[55,26,8],[62,31,13],[77,46,28],[83,54,38],[50,22,10],[45,21,11],[40,20,13],[33,15,11],[28,14,11],[35,25,23],[39,31,28],[32,24,21],[26,18,15],[18,11,5],[16,9,3],[28,21,15],[30,23,17],[27,20,14],[32,25,19],[19,12,6],[21,16,10],[19,14,10],[20,17,12],[16,12,9],[34,29,23],[48,40,27],[25,18,2],[37,29,18],[47,40,32],[27,19,16],[29,24,21],[43,37,37],[22,16,16],[32,27,24],[21,16,13],[18,13,9],[19,11,8],[24,16,14],[22,14,12],[10,2,0],[14,6,4],[17,12,8],[15,12,5],[32,31,26],[17,16,12],[7,6,4],[4,4,4],[6,6,8],[0,0,2],[3,4,8],[2,3,7],[6,7,11],[0,4,7],[0,4,5],[6,7,9],[3,5,4],[3,5,4],[5,5,7],[4,4,6],[5,5,7],[0,0,2],[4,4,6],[7,7,9],[0,0,2],[6,6,8],[6,6,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[4,4,6],[3,3,5],[5,5,7],[7,7,9],[6,6,8],[4,4,6],[3,3,5],[0,0,2],[2,2,4],[0,0,2],[5,5,7],[4,4,6],[2,2,4],[9,9,11],[0,0,2],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[6,5,10],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,2,0],[0,0,0],[0,0,0],[0,0,2],[3,3,5],[0,0,2],[0,0,2],[3,1,4],[1,0,0],[7,5,6],[12,8,7],[9,5,4],[14,10,7],[22,18,15],[20,16,7],[31,25,11],[46,41,22],[98,92,76],[78,72,56],[8,2,0],[18,12,0],[8,1,0],[17,10,2],[52,45,39],[34,29,25],[45,40,37],[39,34,31],[46,42,39],[34,30,27],[25,21,18],[36,30,30],[54,45,48],[43,33,32],[28,21,11],[40,37,18],[53,53,29],[53,53,27],[70,70,46],[64,62,37],[69,64,35],[58,53,21],[116,113,78],[105,106,72],[98,105,74],[66,78,56],[70,86,75],[56,72,62],[36,44,31],[84,88,73],[93,99,85],[55,63,50],[43,51,38],[51,59,44],[54,61,45],[98,101,82],[126,126,102],[93,89,62],[147,140,111],[124,115,84],[100,91,60],[99,90,59],[95,86,57],[71,66,37],[71,75,50],[45,51,25],[79,79,53],[85,81,52],[85,76,45],[226,211,178],[196,178,142],[146,124,87],[135,113,76],[105,83,46],[127,108,75],[118,101,71],[67,56,28],[49,42,16],[67,61,37],[56,49,31],[8,0,0],[10,0,0],[103,96,70],[145,139,105],[83,77,41],[74,70,35],[102,96,72],[97,90,71],[40,32,9],[95,86,53],[138,130,81],[113,102,46],[90,77,22],[137,121,72],[62,42,9],[70,52,28],[55,44,24],[67,54,35],[64,43,16],[52,25,0],[80,47,16],[109,75,47],[106,74,49],[125,95,71],[57,26,5],[73,41,18],[94,58,34],[109,73,51],[96,65,45],[29,3,0],[13,0,0],[31,17,8],[44,23,6],[78,53,33],[74,48,31],[82,56,39],[95,69,52],[56,29,12],[27,0,0],[39,12,0],[66,37,21],[90,63,46],[80,52,38],[55,29,16],[52,30,19],[44,24,17],[58,41,34],[14,1,0],[30,21,16],[33,28,24],[22,17,13],[18,13,9],[18,13,9],[16,8,5],[25,17,14],[36,28,25],[32,24,21],[28,23,19],[9,4,0],[17,14,9],[27,23,20],[28,24,21],[11,7,4],[16,13,6],[25,19,7],[28,22,8],[21,14,4],[20,15,9],[23,18,14],[43,38,35],[57,51,51],[21,17,18],[17,13,14],[10,6,7],[17,13,12],[16,10,10],[16,10,10],[20,14,16],[14,8,10],[19,13,15],[12,11,9],[12,13,8],[29,29,27],[9,9,9],[3,3,3],[1,2,4],[6,7,9],[8,9,13],[0,0,4],[5,6,10],[3,4,8],[7,6,11],[9,9,11],[4,4,6],[5,5,5],[4,4,4],[1,1,3],[2,2,4],[9,9,11],[11,11,13],[9,9,11],[0,0,2],[16,16,18],[6,6,8],[7,7,9],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[7,7,9],[8,8,10],[7,7,9],[6,6,8],[7,7,9],[7,7,9],[5,5,7],[3,3,5],[21,21,23],[10,10,12],[4,4,6],[12,12,14],[8,8,10],[0,0,2],[5,5,7],[7,7,9],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,2,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[4,4,6],[0,0,2],[2,2,4],[3,1,4],[2,0,3],[1,0,0],[1,0,0],[10,6,5],[26,22,21],[22,18,17],[3,0,0],[7,3,0],[49,43,31],[29,23,11],[24,17,7],[6,0,0],[5,1,0],[13,9,0],[6,1,0],[5,0,0],[19,14,10],[42,37,33],[30,27,22],[13,10,5],[10,7,2],[38,35,30],[42,37,34],[26,17,20],[43,35,33],[32,25,15],[50,47,28],[30,28,5],[25,23,0],[49,47,22],[78,74,49],[92,87,58],[124,119,87],[135,133,95],[90,92,55],[106,113,80],[83,93,69],[87,101,88],[46,59,49],[66,75,58],[81,88,70],[77,86,69],[46,55,38],[59,67,52],[49,58,41],[107,114,98],[132,135,116],[75,74,53],[87,83,58],[95,88,60],[116,107,78],[107,98,69],[127,115,89],[101,89,63],[57,51,27],[53,55,33],[72,77,54],[72,72,48],[64,60,33],[113,104,75],[225,210,179],[160,141,108],[115,92,58],[113,90,56],[113,90,56],[84,65,32],[84,68,35],[64,53,21],[57,50,21],[33,28,0],[26,20,0],[42,32,23],[26,13,4],[63,56,30],[61,55,19],[49,44,6],[85,79,45],[85,79,57],[63,56,38],[75,67,44],[67,58,25],[110,103,51],[127,118,59],[126,116,57],[138,124,75],[76,57,25],[24,6,0],[61,52,35],[68,60,41],[71,53,29],[86,60,33],[80,49,20],[98,64,37],[106,76,52],[77,46,25],[52,21,0],[49,17,0],[56,20,0],[118,83,63],[80,49,31],[21,0,0],[22,7,2],[18,5,0],[30,12,0],[69,48,31],[69,48,31],[67,44,28],[94,71,53],[52,26,9],[52,26,9],[40,14,0],[61,35,18],[115,89,74],[61,38,24],[41,17,5],[68,48,37],[30,12,2],[66,49,41],[75,62,54],[34,27,21],[42,37,33],[23,18,14],[12,7,3],[17,12,8],[15,10,6],[17,12,8],[22,19,14],[17,14,9],[26,23,18],[19,16,11],[31,27,24],[37,33,30],[32,28,25],[10,9,5],[19,16,11],[26,22,11],[8,4,0],[95,91,82],[64,61,54],[8,4,1],[50,46,45],[36,32,33],[12,10,13],[18,16,19],[10,8,13],[19,17,20],[12,10,13],[9,7,10],[19,14,18],[12,7,11],[10,5,9],[5,5,5],[3,5,4],[13,15,14],[0,1,0],[6,7,9],[7,8,10],[1,2,6],[5,4,9],[7,6,11],[1,0,5],[5,4,9],[8,6,11],[2,0,3],[6,4,7],[12,10,11],[4,2,3],[6,6,8],[7,7,9],[0,0,2],[8,8,10],[0,0,2],[13,13,15],[0,0,2],[4,4,6],[8,8,10],[5,5,7],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[6,6,8],[2,2,4],[6,6,8],[7,7,9],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[3,3,5],[29,29,31],[15,15,17],[4,4,6],[0,0,2],[7,7,9],[1,1,3],[0,0,2],[16,16,18],[7,6,11],[5,4,9],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[3,2,7]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[1,1,1],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,1,3],[1,1,3],[5,3,6],[7,5,8],[1,0,0],[20,18,19],[22,20,21],[3,0,0],[7,2,0],[15,10,4],[10,5,0],[13,8,4],[27,22,18],[19,14,10],[8,3,0],[18,15,10],[18,15,10],[26,23,18],[36,33,28],[43,40,33],[22,19,12],[12,9,2],[35,32,23],[42,37,31],[33,25,23],[20,12,9],[48,42,30],[45,40,20],[33,29,4],[42,38,11],[50,44,18],[83,77,51],[85,78,49],[110,106,71],[113,111,72],[128,129,89],[61,67,31],[86,95,68],[94,105,91],[51,61,50],[48,57,36],[88,96,73],[56,65,44],[54,66,46],[67,78,61],[93,102,85],[102,109,93],[72,75,58],[51,50,32],[75,70,50],[78,70,49],[96,85,65],[113,102,82],[95,84,64],[98,87,67],[60,53,34],[53,54,36],[39,42,23],[65,64,44],[102,97,75],[78,68,43],[95,79,53],[126,107,77],[114,91,60],[113,90,58],[106,83,51],[73,54,21],[75,61,26],[126,116,81],[72,66,32],[33,28,0],[44,38,14],[53,43,33],[41,28,19],[47,40,14],[71,65,31],[71,65,29],[61,54,25],[90,83,65],[42,33,18],[61,50,30],[88,77,45],[110,100,49],[130,120,61],[143,130,75],[123,106,60],[153,132,103],[62,43,26],[45,35,23],[72,63,48],[67,49,29],[97,71,48],[71,41,15],[108,76,51],[101,73,51],[36,7,0],[38,9,0],[43,12,0],[66,31,11],[113,80,61],[46,17,1],[29,7,0],[13,0,0],[15,4,0],[34,17,7],[67,49,35],[40,21,6],[50,29,12],[90,67,49],[62,39,21],[38,15,0],[64,41,23],[93,70,54],[62,39,23],[30,8,0],[24,5,0],[34,14,3],[37,19,9],[49,32,22],[71,57,48],[27,18,11],[26,21,15],[6,3,0],[10,7,2],[18,15,10],[14,11,6],[21,17,14],[16,12,9],[21,17,14],[22,21,17],[22,21,17],[18,17,15],[16,15,13],[18,17,15],[20,19,17],[23,19,16],[21,16,10],[10,6,0],[86,81,75],[63,60,55],[3,0,0],[13,12,10],[10,8,9],[17,17,19],[14,13,19],[20,19,25],[21,20,26],[1,0,5],[14,12,17],[19,17,22],[20,18,21],[11,9,12],[8,8,10],[7,8,10],[6,7,9],[6,7,9],[6,5,10],[5,4,9],[4,3,8],[5,3,8],[5,3,8],[8,3,9],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,4,5],[9,5,6],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[6,6,8],[4,4,6],[0,0,2],[4,4,6],[3,3,5],[0,0,2],[6,6,8],[20,20,22],[19,19,21],[5,5,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[2,2,4],[1,0,2],[1,0,2],[5,3,4],[1,0,0],[3,1,2],[10,8,9],[5,1,0],[9,3,3],[6,0,0],[8,4,3],[19,15,14],[15,11,10],[9,5,4],[15,14,10],[21,20,16],[31,30,25],[32,31,26],[21,21,13],[17,14,5],[21,18,9],[29,27,15],[35,32,23],[52,47,43],[30,25,21],[87,81,67],[49,44,24],[23,19,0],[72,66,42],[84,76,53],[138,131,105],[83,76,47],[67,61,27],[140,136,98],[142,143,103],[74,76,39],[69,73,46],[40,47,31],[23,31,16],[41,49,26],[53,63,36],[34,46,22],[72,84,62],[63,75,55],[77,88,71],[92,101,84],[45,49,34],[50,48,33],[68,65,48],[81,74,56],[109,100,83],[120,111,94],[63,51,35],[50,38,24],[60,52,39],[52,53,37],[34,37,20],[90,89,71],[107,102,83],[76,68,47],[108,93,70],[106,89,63],[98,78,51],[70,49,20],[87,68,36],[83,67,34],[82,69,35],[134,124,89],[110,104,68],[67,63,28],[54,49,20],[65,55,43],[47,37,25],[104,97,71],[181,175,143],[33,26,0],[20,14,0],[40,33,17],[90,82,69],[44,36,17],[47,38,7],[83,75,28],[102,93,36],[102,91,37],[82,68,23],[114,94,67],[67,48,33],[39,29,19],[85,75,63],[81,62,45],[46,21,0],[53,25,1],[73,42,21],[98,71,52],[51,25,8],[48,20,6],[73,44,28],[94,63,45],[101,70,52],[24,0,0],[20,0,0],[16,5,3],[18,8,6],[31,18,10],[39,23,10],[39,21,7],[59,40,25],[71,50,33],[44,21,3],[39,16,0],[66,45,26],[57,36,19],[25,6,0],[15,0,0],[28,10,0],[33,17,4],[34,17,7],[35,18,8],[29,16,7],[17,10,2],[13,8,2],[40,37,32],[12,9,4],[23,20,15],[44,43,38],[2,1,0],[19,18,14],[13,12,8],[17,16,14],[18,17,15],[15,14,12],[13,12,10],[16,15,13],[19,18,16],[20,19,15],[15,12,7],[9,6,1],[21,18,13],[22,21,17],[18,17,15],[20,20,20],[14,14,16],[10,11,15],[5,5,13],[13,13,21],[0,0,7],[16,15,23],[0,0,7],[19,18,24],[7,7,9],[11,11,13],[8,8,10],[6,7,9],[6,7,9],[6,6,8],[5,4,9],[5,3,8],[5,3,8],[6,1,7],[7,2,8],[8,3,9],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,5],[8,4,5],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[2,2,4],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[2,2,4],[3,3,5],[8,8,10],[6,6,8],[2,2,4],[8,8,10],[18,18,20],[17,17,19],[6,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,0],[0,0,0],[7,7,7],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[6,1,5],[4,0,5],[3,0,4],[5,0,6],[10,5,9],[7,5,8],[6,4,5],[10,8,9],[22,21,19],[53,52,48],[17,16,11],[16,16,8],[10,10,0],[10,10,0],[56,54,42],[31,28,19],[28,25,20],[75,72,65],[46,42,30],[38,33,14],[52,46,24],[62,54,33],[92,84,63],[84,73,51],[64,54,27],[108,102,70],[146,142,104],[100,98,59],[76,76,40],[52,52,24],[97,100,83],[25,29,14],[26,34,10],[66,75,46],[53,63,38],[118,130,106],[75,88,68],[71,82,65],[105,113,98],[36,40,26],[54,54,42],[56,52,40],[73,65,52],[99,89,77],[112,102,92],[56,46,36],[37,27,18],[64,57,47],[41,39,27],[44,45,31],[55,53,38],[73,67,51],[73,64,47],[108,97,77],[116,101,80],[91,75,50],[54,37,11],[77,62,33],[76,63,31],[42,31,0],[79,70,37],[113,107,73],[116,112,77],[120,115,86],[40,31,14],[35,26,11],[92,84,63],[127,121,95],[7,1,0],[18,11,0],[24,15,6],[34,25,16],[41,32,15],[55,45,18],[78,69,26],[85,73,23],[114,100,53],[84,66,26],[54,32,8],[31,12,0],[14,4,0],[76,66,56],[120,101,86],[50,25,5],[62,34,13],[44,15,0],[86,60,45],[55,31,19],[39,15,3],[73,47,34],[48,19,3],[74,45,29],[72,46,33],[40,21,14],[15,4,2],[31,23,21],[24,13,7],[13,0,0],[24,8,0],[46,28,14],[61,40,23],[56,33,15],[56,35,16],[80,59,42],[70,51,36],[33,15,1],[26,9,0],[32,18,7],[26,12,1],[38,24,13],[54,40,29],[46,33,24],[57,50,42],[57,52,46],[43,40,35],[13,10,5],[19,18,14],[27,26,22],[8,7,5],[19,19,17],[10,10,8],[13,13,13],[14,14,14],[12,12,12],[12,11,9],[13,12,10],[16,15,13],[18,17,15],[19,15,12],[25,21,18],[17,13,10],[19,18,16],[24,23,21],[11,11,11],[12,12,14],[23,24,29],[2,2,12],[67,69,81],[152,154,166],[57,57,67],[7,7,15],[0,0,5],[11,12,14],[8,8,10],[7,7,9],[6,5,10],[6,5,10],[5,4,9],[5,3,8],[7,2,8],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[9,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,4,6],[5,5,7],[4,4,6],[2,2,4],[5,5,7],[10,10,12],[8,8,10],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[23,23,23],[1,1,1],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[12,12,12],[0,0,0],[3,3,3],[0,0,0],[6,6,6],[0,0,0],[4,4,4],[6,4,9],[3,0,5],[3,0,5],[3,0,7],[1,0,4],[0,0,4],[2,2,4],[1,1,3],[4,4,4],[30,30,28],[3,4,0],[18,17,12],[6,6,0],[18,18,10],[94,91,82],[56,56,46],[40,41,36],[59,58,53],[14,12,0],[13,10,0],[60,53,35],[77,68,51],[86,77,62],[80,68,52],[49,38,18],[102,95,67],[110,106,71],[65,63,25],[46,46,12],[152,151,123],[131,129,114],[11,12,0],[99,105,79],[111,120,91],[50,60,33],[65,77,53],[44,56,36],[61,72,56],[80,86,74],[64,67,56],[60,60,48],[56,52,41],[74,68,56],[67,59,48],[65,55,45],[50,40,31],[49,40,31],[66,59,49],[71,69,57],[62,60,47],[66,64,49],[48,45,28],[66,59,41],[113,105,86],[86,75,55],[96,84,62],[53,41,17],[47,35,9],[68,56,30],[67,58,29],[69,62,33],[68,63,33],[79,74,44],[129,123,97],[64,57,38],[43,36,18],[39,32,13],[26,21,1],[19,13,0],[21,14,4],[33,25,22],[20,11,6],[31,21,9],[82,72,47],[94,85,46],[71,58,14],[98,83,40],[85,67,31],[61,39,15],[54,35,20],[25,12,3],[41,28,20],[107,88,74],[62,36,19],[55,28,9],[47,20,3],[71,49,36],[53,33,24],[16,0,0],[85,63,52],[32,6,0],[33,7,0],[57,33,21],[27,8,1],[22,12,10],[31,23,21],[19,10,5],[16,6,0],[19,5,0],[32,14,2],[75,53,39],[88,65,49],[57,36,19],[53,34,19],[58,40,26],[33,19,8],[31,18,9],[29,19,10],[15,5,0],[26,13,5],[49,36,27],[49,36,28],[54,47,39],[55,50,44],[13,10,5],[17,14,9],[21,20,16],[3,2,0],[15,15,13],[9,9,7],[13,13,13],[15,15,15],[16,16,16],[14,14,14],[12,11,9],[12,11,9],[14,13,11],[16,15,13],[28,24,25],[19,15,16],[23,22,20],[19,18,16],[12,12,10],[11,11,11],[4,5,7],[9,10,15],[0,1,10],[171,173,185],[252,254,255],[162,164,176],[6,6,14],[9,10,15],[12,13,15],[0,1,0],[5,6,8],[5,4,9],[5,4,9],[4,3,8],[5,3,8],[6,1,7],[6,1,7],[7,0,7],[8,2,6],[8,2,6],[8,2,6],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[8,3,7],[6,4,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[3,3,5],[3,3,5],[7,7,9],[10,10,12],[8,8,10],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[22,22,22],[0,0,0],[0,0,0],[5,5,5],[0,0,0],[4,4,4],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[2,4,1],[0,1,0],[1,3,0],[6,6,6],[4,2,7],[3,0,4],[1,0,4],[4,2,7],[1,0,5],[0,0,5],[1,0,5],[0,0,4],[0,1,3],[0,0,2],[11,11,11],[9,9,7],[4,3,0],[35,34,30],[65,62,57],[57,56,52],[50,52,49],[6,8,5],[16,17,9],[20,18,6],[31,25,13],[61,51,41],[67,57,48],[89,79,70],[60,50,38],[30,22,3],[89,84,55],[97,94,63],[37,36,6],[112,110,87],[54,51,36],[28,26,13],[85,87,63],[46,50,23],[69,74,51],[84,92,71],[40,49,32],[69,77,62],[58,64,52],[56,58,47],[52,50,38],[48,44,33],[70,64,52],[65,57,44],[78,68,56],[77,67,57],[60,52,41],[55,49,37],[97,94,79],[54,52,37],[52,51,33],[63,60,43],[87,84,65],[110,105,86],[57,50,31],[59,51,32],[44,36,17],[28,20,0],[62,54,33],[87,79,56],[75,69,45],[55,49,25],[45,39,15],[86,80,58],[87,80,61],[55,50,31],[24,18,2],[15,11,0],[28,23,17],[26,18,16],[16,7,8],[13,3,2],[9,0,0],[70,59,39],[94,83,53],[88,74,39],[91,75,41],[93,74,42],[91,69,46],[46,24,10],[23,9,0],[14,0,0],[75,53,40],[66,40,25],[26,0,0],[55,29,16],[53,33,24],[64,47,40],[52,34,30],[66,47,40],[43,19,9],[41,17,5],[61,39,28],[43,26,18],[34,25,20],[9,4,1],[25,17,14],[22,11,7],[12,0,0],[14,0,0],[63,41,28],[88,65,51],[57,35,21],[48,29,15],[35,18,10],[27,14,8],[27,16,12],[25,15,13],[16,7,2],[18,7,3],[32,19,13],[37,26,20],[32,25,19],[17,12,6],[16,11,7],[19,16,11],[14,13,9],[11,10,6],[9,9,7],[10,10,10],[12,12,14],[13,13,15],[14,14,16],[13,13,15],[12,10,11],[10,8,9],[14,10,11],[17,13,14],[16,11,15],[14,9,13],[21,19,20],[15,13,14],[2,2,0],[7,7,7],[11,12,14],[7,8,13],[1,3,15],[76,78,91],[174,176,189],[86,88,100],[0,2,9],[1,5,8],[0,4,3],[11,13,12],[4,5,7],[3,4,6],[4,4,6],[4,4,6],[5,3,6],[6,1,5],[6,1,5],[6,1,5],[7,2,6],[7,2,6],[7,2,6],[5,3,6],[5,3,8],[6,4,9],[6,4,9],[6,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[3,2,7],[4,3,8],[8,7,12],[11,10,15],[9,8,13],[6,5,10],[5,4,9],[5,4,9],[5,4,9],[6,5,10],[5,4,9],[5,4,9],[6,5,10],[6,5,10],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[11,11,11],[0,0,0],[0,0,0],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[5,7,4],[0,1,0],[99,101,98],[37,39,36],[0,1,0],[0,1,0],[1,0,2],[1,0,2],[1,0,2],[2,1,6],[0,0,4],[0,1,6],[1,2,6],[0,0,4],[3,4,8],[1,2,6],[5,6,8],[3,3,5],[13,11,12],[21,19,20],[16,12,11],[17,17,17],[0,2,2],[13,19,17],[25,27,22],[19,19,11],[15,10,4],[35,25,23],[43,33,32],[17,5,5],[36,25,21],[23,15,4],[58,53,33],[56,52,27],[53,51,26],[63,61,40],[52,48,37],[55,51,39],[62,61,40],[93,96,69],[78,82,59],[47,52,32],[37,44,28],[50,56,42],[49,52,41],[55,57,46],[54,52,40],[67,61,49],[85,77,64],[76,69,53],[84,75,60],[57,48,33],[37,29,16],[59,53,37],[67,64,45],[31,30,10],[37,36,16],[91,90,70],[90,89,69],[69,66,47],[45,42,23],[38,35,18],[85,79,63],[37,31,15],[41,35,19],[80,73,57],[69,62,46],[41,34,18],[22,15,0],[52,45,27],[87,82,60],[52,50,29],[54,51,36],[31,26,20],[11,5,7],[34,28,32],[29,23,27],[14,5,6],[20,11,4],[73,61,45],[71,59,35],[82,67,38],[90,73,43],[87,67,40],[88,66,43],[43,22,5],[30,13,5],[18,1,0],[41,19,6],[62,36,23],[33,5,0],[86,62,50],[51,34,27],[55,41,38],[43,29,26],[27,9,5],[50,30,21],[30,8,0],[45,25,14],[38,21,13],[14,5,0],[9,4,1],[16,7,8],[7,0,0],[14,0,0],[30,11,4],[48,26,15],[57,33,23],[49,27,16],[43,25,15],[34,19,12],[28,17,15],[20,12,10],[20,11,12],[25,17,15],[26,16,14],[29,18,14],[39,28,24],[27,20,14],[15,10,4],[29,24,20],[19,16,11],[2,1,0],[10,9,7],[12,12,12],[11,11,11],[7,7,9],[8,8,10],[10,10,12],[11,11,13],[10,8,9],[9,7,8],[13,9,10],[17,12,16],[15,10,16],[27,22,28],[7,5,8],[9,7,8],[11,11,9],[9,9,9],[20,21,23],[8,9,14],[4,6,18],[0,0,13],[9,11,24],[7,9,21],[0,0,7],[3,7,10],[8,12,11],[0,2,0],[3,5,4],[3,4,6],[4,4,6],[4,4,6],[4,4,6],[5,3,6],[5,3,6],[6,1,5],[7,2,6],[5,3,6],[5,3,6],[4,4,6],[4,3,8],[3,4,8],[4,5,9],[4,5,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[3,2,7],[6,5,10],[8,7,12],[6,5,10],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[3,2,7],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[10,12,7],[0,2,0],[49,54,48],[2,7,1],[0,3,0],[4,6,3],[1,0,0],[1,0,0],[1,0,0],[0,0,2],[1,0,5],[0,1,5],[0,1,6],[0,1,6],[0,0,5],[7,8,13],[0,0,5],[3,2,8],[17,14,21],[7,4,11],[11,6,12],[4,3,8],[3,11,14],[0,9,10],[5,11,9],[22,22,20],[35,31,30],[23,14,17],[9,0,6],[22,11,19],[24,13,17],[32,24,21],[33,27,13],[38,36,15],[48,46,25],[62,59,42],[34,27,19],[60,56,47],[90,87,68],[80,80,56],[30,32,11],[39,42,25],[67,71,57],[27,30,19],[41,43,32],[53,53,41],[69,65,53],[73,67,53],[66,59,41],[47,38,21],[56,48,29],[45,37,18],[49,42,24],[78,73,54],[70,68,47],[45,43,20],[68,67,46],[88,87,66],[78,77,57],[69,68,48],[25,24,6],[32,30,15],[60,58,45],[45,43,30],[40,36,24],[63,56,46],[53,44,35],[54,45,36],[33,23,14],[20,12,0],[37,35,12],[17,16,0],[52,50,38],[46,42,39],[18,13,19],[14,6,17],[36,29,37],[31,22,25],[39,30,25],[58,48,36],[21,8,0],[46,30,5],[90,73,47],[91,69,45],[75,50,28],[43,20,4],[40,21,14],[39,20,14],[35,11,1],[58,30,18],[38,12,0],[68,46,35],[57,42,37],[50,38,38],[28,16,16],[10,0,0],[52,33,26],[46,26,15],[63,43,32],[24,7,0],[7,0,0],[22,14,12],[30,24,26],[16,5,9],[23,9,8],[42,24,20],[32,9,3],[22,0,0],[36,13,5],[37,18,12],[25,10,7],[15,3,3],[9,0,3],[17,8,13],[26,17,20],[21,11,12],[16,4,4],[19,8,6],[7,0,0],[16,9,3],[13,8,4],[24,19,15],[16,12,9],[6,5,3],[21,21,21],[8,8,8],[6,6,8],[7,7,9],[9,9,11],[10,10,12],[10,8,9],[8,6,7],[12,8,9],[16,11,15],[7,2,9],[24,19,26],[13,11,14],[10,8,9],[4,4,2],[0,0,0],[6,7,9],[13,14,19],[4,6,18],[6,8,21],[32,34,49],[30,32,45],[4,7,14],[6,10,13],[0,2,0],[4,9,3],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[5,3,4],[5,3,4],[4,4,4],[4,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[4,3,8],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[1,0,0],[1,0,0],[1,0,0],[1,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,5,0],[1,3,0],[0,1,0],[0,1,0],[2,4,0],[2,7,1],[0,2,0],[0,1,0],[0,0,0],[4,4,2],[1,1,1],[0,0,0],[0,1,3],[0,0,4],[0,1,4],[0,1,6],[0,3,8],[0,0,5],[8,9,14],[3,4,9],[3,2,8],[11,8,15],[6,3,10],[10,11,16],[10,18,21],[0,10,12],[2,8,8],[7,8,10],[4,2,5],[9,4,10],[18,11,19],[18,8,17],[19,12,19],[9,3,3],[28,25,16],[47,45,32],[26,24,11],[12,10,0],[23,20,15],[40,37,32],[34,35,21],[21,22,4],[45,48,31],[49,51,37],[93,97,83],[75,78,67],[47,49,36],[39,39,27],[62,59,44],[81,75,59],[86,79,61],[56,49,30],[51,44,25],[57,50,31],[76,69,50],[74,69,49],[54,49,29],[98,96,75],[93,91,70],[84,83,63],[69,70,52],[51,52,36],[28,29,15],[27,29,16],[47,49,38],[50,52,41],[37,37,29],[44,41,34],[24,19,15],[36,31,27],[33,25,22],[18,14,5],[10,11,0],[19,20,4],[9,9,1],[30,28,29],[25,22,29],[20,17,26],[51,46,53],[45,41,42],[27,22,18],[30,23,13],[9,0,0],[34,23,5],[53,37,21],[58,41,23],[54,37,19],[33,15,1],[42,25,17],[35,16,10],[24,1,0],[53,29,19],[44,22,11],[37,17,10],[52,37,34],[19,7,7],[19,9,8],[14,3,1],[47,32,27],[29,12,5],[35,21,12],[34,21,13],[67,59,56],[20,12,10],[28,19,20],[22,12,13],[27,13,12],[51,33,29],[41,20,15],[22,2,0],[34,15,9],[33,15,11],[33,19,18],[16,6,7],[7,1,5],[14,8,12],[17,11,15],[13,7,9],[14,5,6],[18,10,8],[22,14,11],[15,10,6],[6,1,0],[24,20,17],[28,27,25],[16,15,13],[21,21,21],[21,21,21],[9,9,11],[9,9,11],[10,10,12],[11,11,13],[10,8,9],[6,4,5],[8,6,7],[12,10,13],[17,15,20],[1,0,5],[10,8,13],[7,5,8],[10,10,10],[17,17,17],[0,1,3],[8,9,14],[7,7,17],[0,1,13],[2,4,16],[6,9,18],[4,7,12],[0,1,2],[4,9,5],[5,7,4],[3,5,4],[3,5,4],[3,5,4],[3,5,4],[4,4,4],[4,4,4],[5,3,4],[5,3,4],[3,3,3],[4,4,4],[3,4,6],[3,4,6],[1,5,8],[1,5,8],[0,5,8],[2,6,9],[3,4,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[5,4,9],[3,2,7],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[5,4,9],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[5,4,9],[5,4,9],[3,2,7],[6,5,10],[7,6,11],[6,5,10],[4,3,8],[5,4,9],[7,6,11],[6,5,10],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9],[5,4,9]],[[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[5,5,5],[8,8,8],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[1,2,6],[2,3,7],[0,0,4],[1,2,6],[5,6,10],[1,0,5],[8,7,12],[28,29,33],[24,29,33],[6,11,15],[0,1,4],[2,3,7],[5,4,9],[4,3,8],[8,5,12],[12,10,15],[11,9,12],[6,4,5],[22,22,20],[31,32,27],[35,37,32],[16,18,13],[10,12,9],[70,72,69],[86,91,84],[1,7,0],[41,47,37],[28,34,22],[63,69,57],[61,65,51],[65,69,54],[61,64,47],[47,48,32],[60,59,41],[47,44,25],[35,32,13],[80,75,56],[58,53,34],[77,72,53],[79,73,57],[61,55,39],[107,101,87],[56,53,38],[56,54,41],[42,43,29],[39,39,27],[23,25,14],[55,58,49],[53,58,51],[26,31,24],[24,29,23],[25,30,26],[25,27,26],[9,11,10],[27,29,28],[14,16,13],[1,3,0],[14,19,15],[9,13,12],[1,5,6],[10,11,15],[21,22,26],[27,27,29],[13,13,13],[18,18,16],[17,16,11],[13,10,3],[16,12,3],[25,21,12],[29,22,14],[25,18,10],[28,19,12],[33,18,15],[42,24,20],[42,23,19],[42,23,19],[34,16,12],[26,11,8],[31,17,16],[28,16,16],[24,14,13],[9,1,0],[41,31,30],[55,45,43],[21,13,11],[23,18,15],[39,35,34],[12,7,4],[26,15,13],[13,0,0],[30,15,10],[40,22,18],[44,26,22],[39,24,19],[22,7,4],[35,21,20],[16,6,5],[14,5,6],[11,5,7],[10,5,9],[10,8,11],[10,8,11],[10,8,9],[10,6,7],[17,13,12],[12,8,7],[10,6,5],[23,19,18],[23,21,22],[16,14,15],[21,19,20],[21,19,20],[11,9,10],[2,0,1],[12,12,12],[5,5,5],[12,12,12],[25,25,25],[8,8,8],[7,5,6],[12,10,13],[4,3,8],[6,6,8],[7,7,9],[25,25,27],[31,31,33],[7,7,9],[5,4,9],[6,5,10],[6,5,11],[6,5,11],[5,4,9],[5,4,9],[5,5,7],[4,4,4],[4,4,4],[2,2,4],[2,2,4],[1,1,3],[4,4,6],[5,5,7],[0,0,2],[7,7,9],[26,26,28],[25,25,27],[8,8,10],[0,0,2],[4,4,6],[4,5,7],[2,3,5],[3,4,6],[5,6,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[6,5,10],[6,5,10],[5,4,9],[4,3,8],[3,2,7],[2,1,6],[3,2,7],[0,0,2],[12,13,15],[1,2,4],[3,4,6],[53,54,56],[48,49,51],[0,0,2],[3,4,6],[2,3,5],[3,4,6],[3,4,6],[4,5,7],[2,3,5],[0,1,3],[1,2,4],[3,4,8],[0,0,4],[11,12,17],[0,0,5],[7,8,13],[6,7,12],[5,6,11],[4,5,10],[0,0,5],[4,5,10],[3,4,9],[5,6,11],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[4,4,4],[9,9,9],[19,19,19],[12,12,12],[6,6,6],[3,3,3],[4,4,4],[4,4,4],[1,1,1],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,1,3],[0,0,2],[1,2,4],[5,6,8],[0,0,2],[0,0,2],[8,12,13],[6,11,14],[0,2,6],[0,1,4],[1,5,8],[4,5,9],[2,3,7],[5,4,9],[7,6,11],[13,13,15],[5,5,7],[11,12,14],[12,13,15],[15,19,18],[6,10,9],[3,9,7],[55,61,59],[163,172,169],[20,29,24],[7,14,7],[24,31,23],[64,70,60],[36,42,30],[30,36,22],[52,56,41],[46,49,32],[43,44,28],[37,38,20],[43,42,24],[66,65,47],[24,21,6],[54,51,36],[86,82,70],[60,54,42],[64,60,49],[21,19,7],[32,32,22],[66,68,57],[51,54,45],[28,33,26],[29,34,27],[42,49,42],[19,28,23],[15,24,21],[15,24,21],[7,16,15],[7,16,15],[3,12,11],[8,14,14],[20,25,28],[6,11,14],[0,3,3],[11,17,17],[0,1,2],[4,8,9],[12,16,15],[6,8,7],[10,12,9],[16,18,15],[14,15,10],[11,12,7],[15,16,11],[19,18,14],[13,12,8],[12,7,4],[27,16,14],[48,33,30],[41,26,23],[30,16,13],[31,17,16],[29,18,16],[30,19,17],[27,17,15],[18,10,8],[16,11,8],[22,16,16],[21,17,16],[13,9,10],[13,9,10],[12,10,11],[9,3,3],[40,26,23],[19,4,0],[28,13,8],[40,25,20],[54,40,37],[51,40,36],[20,9,7],[13,3,2],[12,3,4],[12,6,6],[13,9,10],[12,8,9],[9,7,10],[7,7,9],[7,7,9],[8,8,10],[14,12,13],[14,10,11],[12,8,9],[21,17,18],[18,16,17],[15,13,14],[25,23,24],[29,27,28],[22,20,21],[9,7,8],[13,13,13],[7,7,7],[16,16,16],[30,30,30],[12,12,12],[7,7,7],[7,7,9],[6,6,8],[8,8,10],[3,3,5],[10,10,12],[14,14,16],[3,3,5],[11,11,13],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[4,4,6],[6,6,8],[1,1,3],[3,3,5],[14,14,16],[9,9,11],[1,1,3],[1,1,3],[6,6,8],[6,6,8],[3,3,5],[3,3,5],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[4,3,8],[5,4,9],[4,5,7],[0,1,3],[1,2,4],[0,0,2],[9,10,12],[14,15,17],[0,1,3],[4,5,7],[2,3,5],[5,6,8],[4,5,7],[1,2,4],[3,4,6],[8,9,11],[7,8,10],[2,3,5],[3,4,8],[0,0,5],[14,15,20],[10,11,16],[0,0,5],[6,7,12],[1,2,7],[11,12,17],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[2,2,2],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[9,9,9],[7,7,7],[2,2,2],[0,0,0],[2,2,2],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[3,3,3],[4,4,4],[6,6,4],[8,8,6],[9,9,7],[10,10,8],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,0,2],[0,1,4],[0,1,4],[0,2,5],[1,5,8],[1,2,6],[0,1,5],[3,3,5],[3,3,5],[3,3,5],[1,1,3],[6,7,9],[5,6,8],[10,14,13],[4,8,7],[0,2,0],[26,32,30],[0,8,7],[0,3,2],[21,27,25],[18,24,20],[22,29,22],[23,28,21],[24,30,20],[23,26,17],[62,65,54],[68,70,59],[48,50,37],[24,24,12],[54,54,42],[60,57,48],[68,65,56],[37,34,25],[31,31,21],[28,28,18],[23,25,14],[30,31,23],[69,72,63],[29,34,27],[27,34,26],[24,34,26],[33,44,38],[10,21,15],[23,34,30],[7,18,14],[6,16,15],[10,20,19],[11,21,20],[12,21,20],[6,11,14],[11,16,19],[10,15,18],[2,7,10],[3,9,9],[0,1,2],[9,13,14],[8,12,13],[6,8,7],[16,18,17],[15,17,14],[8,8,6],[10,10,8],[14,14,12],[11,12,7],[6,2,0],[16,6,4],[41,27,26],[36,22,21],[31,20,18],[39,27,27],[29,19,18],[19,9,8],[17,9,7],[18,9,10],[22,16,16],[13,7,9],[6,2,3],[13,9,10],[9,7,8],[2,0,3],[10,4,4],[14,3,1],[22,7,4],[45,30,27],[45,31,28],[35,21,20],[24,13,11],[9,0,0],[17,9,7],[10,1,2],[13,7,7],[15,11,12],[14,10,11],[7,5,8],[5,3,6],[6,6,8],[10,8,11],[12,8,9],[15,11,12],[13,11,12],[17,15,16],[13,11,12],[11,9,10],[23,21,22],[25,23,24],[22,20,21],[11,9,10],[12,12,12],[5,5,5],[10,10,10],[21,21,21],[8,8,8],[5,5,5],[4,4,6],[7,7,9],[9,9,11],[2,2,4],[2,2,4],[3,3,5],[0,0,2],[11,11,13],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[6,6,8],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[4,4,6],[1,1,3],[3,3,5],[0,0,2],[0,0,2],[4,4,6],[7,7,9],[4,4,6],[3,3,5],[4,4,6],[4,4,6],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,1,6],[1,0,5],[1,0,5],[3,2,7],[5,4,9],[5,4,9],[5,4,9],[4,5,7],[0,0,2],[7,8,10],[5,6,8],[0,0,2],[0,0,2],[2,3,5],[2,3,5],[2,3,5],[7,8,10],[4,5,7],[0,0,2],[4,5,7],[15,16,18],[12,13,15],[1,2,6],[0,1,6],[13,14,19],[0,0,5],[11,12,17],[4,5,10],[0,0,5],[4,5,10],[0,0,5],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[3,4,9]],[[0,0,0],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[1,1,0],[2,2,0],[2,2,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[0,0,2],[2,3,5],[0,1,3],[0,0,2],[0,2,5],[0,3,6],[1,5,8],[0,3,6],[0,0,4],[0,0,4],[4,4,6],[3,3,5],[0,0,2],[0,0,2],[5,6,8],[4,5,7],[11,15,14],[9,13,12],[0,2,0],[3,9,9],[9,17,19],[5,13,15],[6,12,12],[13,19,17],[19,25,21],[31,37,33],[32,37,31],[31,36,30],[47,52,45],[50,53,46],[42,45,38],[28,29,23],[41,42,36],[39,40,35],[43,44,39],[16,17,12],[23,26,19],[17,22,15],[28,33,26],[30,37,29],[52,62,54],[14,24,16],[21,32,24],[18,31,24],[29,42,35],[14,29,24],[5,20,15],[4,16,12],[21,33,31],[8,20,18],[0,10,8],[12,22,21],[0,3,5],[9,14,17],[4,9,12],[4,9,12],[12,18,18],[8,14,14],[6,10,11],[1,5,6],[2,6,5],[9,11,10],[7,9,8],[2,4,1],[4,6,3],[11,11,9],[11,11,9],[9,8,4],[14,6,4],[21,11,9],[19,9,7],[32,22,21],[37,29,27],[18,10,8],[7,2,0],[11,5,5],[17,11,11],[14,10,9],[13,9,10],[11,9,10],[10,8,9],[12,10,11],[11,9,12],[8,4,5],[7,0,0],[13,2,0],[28,17,15],[25,14,12],[17,7,5],[15,5,4],[7,0,0],[11,5,5],[10,4,4],[12,8,7],[14,10,11],[12,8,9],[6,4,7],[4,2,5],[6,6,8],[11,9,12],[6,4,5],[15,11,12],[14,12,13],[16,14,15],[10,8,9],[7,5,6],[14,12,13],[10,8,9],[12,10,11],[9,7,8],[13,13,13],[5,5,5],[3,3,3],[8,8,8],[2,2,2],[6,6,6],[5,5,7],[6,6,8],[6,6,8],[4,4,6],[7,7,9],[6,6,8],[2,2,4],[4,4,6],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[5,5,7],[3,3,5],[4,4,6],[3,3,5],[2,2,4],[4,4,6],[6,6,8],[4,4,6],[1,1,3],[4,4,6],[5,5,7],[6,6,8],[4,4,6],[0,0,2],[2,2,4],[6,6,8],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[10,9,14],[7,6,11],[4,3,8],[3,2,7],[5,4,9],[6,5,10],[5,4,9],[3,2,7],[0,1,3],[3,4,6],[6,7,9],[6,7,9],[6,7,9],[5,6,8],[1,2,4],[4,5,7],[4,5,7],[5,6,8],[3,4,6],[1,2,4],[5,6,8],[12,13,15],[10,11,13],[2,3,7],[5,6,11],[6,7,12],[23,24,29],[24,25,30],[2,3,8],[10,11,16],[2,3,8],[8,9,14],[5,6,11],[3,4,9],[4,5,10],[5,6,11],[4,5,10],[3,4,9],[5,6,11],[4,5,10]],[[0,0,0],[0,0,0],[0,0,0],[2,2,2],[4,4,4],[2,2,2],[0,0,0],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[2,2,2],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,2,4],[1,1,3],[0,0,2],[0,0,2],[2,2,4],[3,3,5],[2,3,5],[1,5,8],[1,5,8],[2,3,7],[0,0,4],[0,0,2],[1,2,4],[4,4,6],[1,1,3],[2,2,4],[4,4,6],[2,3,5],[0,0,2],[5,7,6],[10,12,11],[0,4,3],[0,6,6],[0,8,11],[11,19,22],[7,12,16],[8,13,16],[1,7,7],[14,20,20],[20,26,26],[28,34,34],[12,18,16],[8,12,11],[18,22,21],[29,31,30],[22,24,23],[3,4,6],[15,16,18],[24,28,29],[18,24,22],[17,26,21],[24,33,28],[26,37,31],[24,37,30],[10,22,18],[13,28,23],[11,26,21],[10,25,20],[20,35,32],[10,25,22],[2,17,14],[0,5,2],[0,5,2],[9,23,23],[0,10,10],[14,22,25],[11,19,22],[0,7,10],[15,23,26],[0,4,7],[1,6,9],[4,9,12],[15,19,22],[4,8,9],[0,2,3],[0,1,2],[4,6,5],[7,9,8],[8,10,9],[9,11,10],[10,10,8],[18,14,11],[9,4,1],[6,1,0],[18,12,12],[15,9,9],[5,0,0],[9,5,4],[11,7,8],[11,7,8],[4,2,3],[10,8,11],[11,9,12],[4,2,5],[6,6,8],[10,10,12],[4,2,3],[14,5,6],[10,0,0],[9,1,0],[9,1,0],[16,8,6],[20,14,14],[12,6,6],[5,1,2],[12,8,9],[12,8,9],[10,6,7],[6,4,5],[5,3,6],[6,4,7],[8,6,9],[10,8,11],[7,5,8],[12,10,13],[11,9,12],[12,10,13],[8,6,9],[6,4,7],[9,7,10],[2,0,3],[7,7,9],[9,9,11],[13,13,15],[9,9,11],[5,5,7],[6,6,8],[4,4,6],[7,7,9],[4,4,6],[6,6,8],[4,4,6],[6,6,8],[9,9,11],[7,7,9],[5,5,7],[2,2,4],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[5,5,7],[5,5,7],[2,2,4],[4,4,6],[5,5,7],[3,3,5],[2,2,4],[5,5,7],[6,6,8],[3,3,5],[7,7,9],[6,6,8],[5,5,7],[2,2,4],[0,0,2],[4,4,6],[7,7,9],[3,3,5],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[12,11,16],[8,7,12],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[3,2,7],[2,1,6],[3,4,8],[8,9,13],[0,0,4],[0,0,4],[6,7,11],[4,5,9],[2,3,7],[6,7,11],[5,6,10],[2,3,7],[2,3,7],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[5,6,10],[2,5,10],[0,0,5],[25,28,33],[37,40,45],[0,2,7],[7,10,15],[1,4,9],[0,0,5],[3,6,11],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[2,5,10]],[[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[2,2,2],[5,5,5],[2,2,2],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[1,1,1],[1,1,1],[2,2,2],[2,2,2],[2,2,2],[3,3,3],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,1,5],[0,1,4],[0,0,4],[0,1,5],[0,1,3],[3,4,6],[3,3,5],[0,0,2],[2,2,4],[3,3,5],[0,0,2],[0,0,2],[1,3,2],[5,7,6],[2,6,5],[0,4,5],[0,2,6],[0,3,9],[0,1,5],[5,10,14],[9,14,17],[15,20,23],[5,10,13],[2,7,10],[5,10,13],[7,12,15],[9,14,17],[7,12,16],[5,10,14],[13,18,22],[17,22,26],[9,17,20],[16,26,27],[9,21,19],[1,13,11],[9,24,21],[5,20,17],[18,33,30],[9,25,22],[0,16,13],[11,27,24],[20,36,33],[0,16,13],[19,34,31],[132,147,144],[16,31,28],[0,4,4],[13,25,25],[2,12,14],[10,18,21],[5,13,16],[0,2,5],[9,14,17],[0,4,7],[8,13,16],[3,8,11],[9,13,14],[1,5,6],[3,7,8],[12,16,17],[16,18,17],[12,14,13],[9,11,10],[8,10,9],[10,9,7],[6,5,3],[5,4,2],[8,7,5],[1,0,0],[4,3,1],[13,11,12],[1,1,1],[5,5,5],[9,9,9],[6,6,8],[2,2,4],[2,2,4],[2,2,4],[3,3,5],[7,5,8],[4,0,1],[11,5,7],[14,10,11],[12,8,9],[8,4,5],[7,3,4],[9,5,6],[10,6,7],[13,9,10],[10,6,7],[5,3,4],[4,2,3],[5,3,6],[7,5,8],[9,7,10],[9,7,10],[10,8,11],[11,9,12],[6,4,7],[7,5,8],[6,4,7],[6,4,7],[11,9,12],[5,3,6],[7,7,9],[6,6,8],[6,6,8],[7,7,9],[8,8,10],[8,8,10],[5,5,7],[2,2,4],[3,3,5],[6,6,8],[3,3,5],[5,5,7],[4,4,6],[1,1,3],[8,8,10],[6,6,8],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[4,4,6],[6,6,8],[5,5,7],[1,1,3],[2,2,4],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[3,3,5],[3,3,5],[6,6,8],[5,5,7],[1,1,3],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[6,5,10],[4,3,8],[2,1,6],[2,1,6],[3,2,7],[4,3,8],[3,2,7],[2,1,6],[4,5,9],[5,6,10],[2,3,7],[4,5,9],[1,2,6],[0,0,4],[6,7,11],[2,3,7],[5,6,10],[1,2,6],[2,3,7],[6,7,11],[5,6,10],[0,0,4],[0,0,4],[6,7,11],[2,5,10],[14,17,22],[0,0,5],[3,6,11],[3,6,11],[0,1,6],[0,0,5],[3,6,11],[4,7,12],[0,3,8],[1,4,9],[4,7,12],[2,5,10],[1,4,9],[2,5,10],[3,6,11]],[[2,2,2],[3,3,3],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[3,3,3],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[1,2,4],[1,2,4],[1,2,4],[2,2,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[3,5,4],[1,3,2],[2,4,3],[0,1,2],[3,8,11],[1,6,10],[12,17,21],[8,13,17],[6,11,15],[7,12,16],[2,10,13],[6,14,17],[6,14,17],[5,12,18],[4,11,17],[3,10,16],[0,5,11],[4,11,19],[4,11,19],[9,18,25],[1,12,16],[2,16,17],[4,18,19],[7,23,23],[0,9,8],[2,18,17],[3,17,17],[9,23,23],[2,16,16],[0,11,11],[0,11,11],[6,18,18],[120,132,132],[14,26,26],[0,9,7],[9,19,20],[12,20,23],[0,7,10],[0,6,9],[1,9,12],[1,9,12],[0,7,10],[11,16,20],[0,2,6],[8,13,16],[4,9,12],[8,12,15],[13,17,20],[10,14,15],[8,12,13],[7,11,12],[5,7,6],[0,1,0],[6,6,6],[4,4,4],[6,6,6],[3,3,3],[4,4,4],[9,9,11],[0,0,2],[5,5,7],[11,11,13],[6,5,10],[0,1,5],[4,5,9],[3,4,8],[2,1,6],[6,5,10],[3,1,4],[6,4,7],[6,4,7],[8,6,9],[8,6,9],[4,2,5],[4,2,5],[2,0,3],[8,6,9],[7,5,8],[5,3,6],[5,3,6],[7,5,8],[8,6,9],[9,7,10],[8,6,9],[10,8,11],[8,6,9],[4,2,5],[8,6,9],[8,6,9],[6,4,7],[10,10,12],[6,6,8],[4,4,6],[4,4,6],[1,1,3],[5,5,7],[5,6,8],[3,4,6],[2,3,5],[0,0,2],[3,3,5],[7,7,9],[1,1,3],[5,5,7],[3,3,5],[0,0,2],[9,9,11],[5,5,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[2,2,4],[5,5,7],[6,6,8],[2,2,4],[2,2,4],[4,4,6],[3,3,5],[2,2,4],[0,0,2],[2,2,4],[5,5,7],[4,4,6],[4,4,6],[4,4,6],[2,2,4],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[5,6,10],[5,6,10],[11,12,16],[4,5,9],[0,0,4],[8,9,13],[0,0,4],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[1,2,6],[2,3,7],[4,5,9],[5,8,13],[0,0,5],[0,2,7],[1,4,9],[4,7,12],[0,0,5],[26,29,34],[206,209,214],[4,7,12],[0,2,7],[1,4,9],[4,7,12],[3,6,11],[0,3,8],[2,5,10],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[2,2,2],[1,1,1],[1,1,1],[1,1,1],[1,1,3],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[0,0,0],[1,1,1],[0,0,2],[0,0,2],[1,1,3],[2,2,4],[3,4,6],[0,0,2],[0,0,2],[1,2,4],[0,0,2],[0,0,2],[1,1,3],[3,3,5],[1,1,3],[0,0,2],[0,0,2],[3,4,6],[0,2,1],[0,1,0],[2,4,3],[2,3,5],[2,6,9],[0,1,4],[3,8,11],[0,1,5],[3,8,12],[4,9,13],[0,8,11],[4,11,17],[0,7,13],[2,9,15],[0,8,15],[0,8,15],[0,6,13],[8,17,24],[3,12,19],[9,20,26],[6,19,25],[0,12,15],[0,15,18],[4,18,21],[3,17,18],[5,19,20],[1,15,16],[5,16,18],[6,18,18],[3,15,15],[0,7,8],[0,4,5],[0,3,4],[0,8,9],[11,20,19],[1,10,9],[4,12,14],[0,2,5],[42,50,53],[168,176,179],[6,14,17],[0,3,6],[0,1,5],[5,10,14],[0,4,7],[0,5,8],[4,8,11],[0,4,7],[0,1,2],[0,2,3],[2,6,7],[0,1,2],[1,5,4],[3,7,6],[0,1,0],[0,2,1],[2,6,5],[0,1,0],[1,2,4],[6,7,9],[1,2,4],[1,2,4],[3,4,8],[4,5,9],[3,4,8],[4,5,9],[5,4,9],[0,0,4],[5,4,9],[5,4,9],[2,1,6],[7,6,11],[8,8,10],[3,3,5],[5,5,7],[2,2,4],[4,4,6],[5,3,6],[6,4,7],[7,5,8],[8,6,9],[8,6,9],[8,6,9],[8,6,9],[6,4,7],[6,4,7],[5,3,6],[12,10,13],[10,8,11],[4,2,5],[6,6,8],[3,3,5],[3,3,5],[7,7,9],[6,6,8],[8,8,10],[3,4,6],[0,0,2],[3,4,6],[4,5,7],[6,6,8],[7,7,9],[0,0,2],[6,6,8],[7,7,9],[3,3,5],[9,9,11],[0,0,2],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[2,2,4],[2,2,4],[2,2,4],[2,2,4],[0,0,2],[1,1,3],[7,7,9],[5,5,7],[3,3,5],[5,5,7],[2,2,4],[6,6,8],[2,2,4],[3,3,5],[5,5,7],[3,3,5],[1,1,3],[3,3,5],[5,5,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[4,3,8],[5,4,9],[5,4,9],[4,3,8],[4,3,8],[4,3,8],[5,4,9],[1,2,6],[7,8,12],[0,0,4],[2,3,7],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[7,8,12],[7,8,12],[3,4,8],[3,4,8],[6,7,11],[6,7,11],[3,4,8],[0,1,6],[5,8,13],[5,8,13],[7,10,15],[0,3,8],[0,1,6],[7,10,15],[68,71,76],[4,7,12],[0,2,7],[1,4,9],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,0,0],[3,3,5],[0,0,2],[1,0,5],[0,0,4],[1,0,6],[3,2,8],[0,0,4],[1,0,5],[0,0,2],[1,1,3],[0,0,0],[2,2,2],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[1,1,1],[1,1,1],[0,0,2],[0,0,2],[4,3,8],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[1,1,1],[2,2,2],[0,0,0],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,2],[0,0,2],[0,2,3],[1,5,6],[1,5,6],[0,3,6],[0,4,7],[0,5,9],[0,5,8],[0,6,9],[4,11,17],[1,8,14],[0,6,11],[0,6,11],[0,10,14],[2,13,19],[5,16,22],[6,17,23],[4,15,21],[3,14,20],[2,13,19],[3,14,20],[5,16,20],[6,15,20],[4,13,18],[2,11,16],[1,9,12],[0,4,7],[0,6,8],[2,10,12],[1,6,9],[0,1,4],[0,3,3],[2,7,10],[3,11,14],[0,2,5],[12,20,23],[26,34,37],[4,9,13],[0,1,5],[5,10,14],[0,3,7],[0,5,9],[0,4,8],[5,10,13],[0,1,4],[13,17,20],[0,1,4],[2,6,9],[0,2,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,5],[0,4,7],[0,4,7],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[2,3,8],[2,3,8],[2,3,8],[2,3,8],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[5,4,9],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[7,5,8],[6,4,7],[5,3,6],[9,7,10],[9,7,10],[8,6,9],[8,6,9],[8,8,10],[8,8,10],[9,9,11],[10,10,12],[7,7,9],[4,4,6],[0,0,2],[7,8,10],[0,1,3],[4,5,7],[4,5,7],[7,8,10],[5,6,8],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[5,6,8],[8,9,11],[0,0,2],[2,3,5],[3,4,6],[8,9,11],[0,0,2],[4,5,7],[0,0,2],[5,6,10],[0,0,4],[1,2,6],[7,8,12],[4,5,9],[5,6,10],[2,3,7],[1,2,6],[2,3,7],[7,8,12],[1,2,6],[2,3,7],[0,0,4],[13,14,18],[0,0,4],[1,2,6],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[2,3,7],[2,3,7],[3,4,8],[3,4,8],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[1,4,9],[7,10,15],[1,4,9],[0,3,8],[2,5,10],[0,1,6],[0,2,7],[0,2,7],[0,0,5],[5,8,13],[1,4,9],[7,10,15],[5,8,13],[0,0,5],[5,8,13],[8,11,16]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[3,3,3],[0,0,2],[1,1,3],[2,1,6],[0,0,4],[10,9,15],[0,0,5],[0,0,4],[10,9,14],[0,0,2],[4,4,6],[3,3,3],[0,0,0],[3,3,1],[1,1,0],[0,0,0],[0,0,0],[1,1,0],[1,1,1],[0,0,2],[0,0,2],[0,0,4],[0,0,2],[1,1,1],[1,1,1],[0,0,0],[0,0,0],[0,0,0],[4,4,4],[3,5,4],[4,6,5],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[0,1,0],[0,4,3],[0,4,3],[0,2,3],[0,4,4],[0,4,7],[0,4,7],[0,7,10],[0,6,9],[0,6,12],[0,8,13],[1,10,15],[2,13,17],[3,14,18],[3,14,18],[2,13,17],[3,14,20],[2,13,19],[2,13,19],[4,13,20],[4,13,18],[5,12,18],[3,10,16],[4,9,13],[0,5,9],[2,5,10],[5,9,12],[0,1,4],[5,9,12],[45,49,52],[48,52,53],[0,4,5],[1,6,9],[0,2,5],[0,6,9],[4,12,15],[0,2,6],[0,1,5],[0,4,8],[0,5,9],[1,6,10],[0,3,7],[0,2,5],[1,6,9],[0,1,4],[1,5,8],[3,7,10],[0,4,7],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,4,4],[0,3,6],[0,3,6],[0,4,7],[0,4,7],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,1,5],[0,1,5],[0,3,8],[0,3,8],[2,3,8],[1,2,7],[1,2,6],[2,3,7],[2,3,7],[2,3,7],[4,3,8],[4,3,8],[3,3,5],[4,4,6],[6,4,7],[6,4,7],[6,4,7],[5,3,6],[11,9,12],[10,8,11],[9,7,10],[7,5,8],[5,5,7],[5,5,7],[5,5,7],[5,5,7],[0,0,2],[13,13,15],[0,0,2],[3,4,6],[8,9,11],[2,3,5],[0,1,3],[0,1,3],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[0,0,2],[10,11,13],[3,4,6],[0,0,2],[2,3,5],[10,11,13],[1,2,4],[153,154,156],[43,44,48],[16,17,21],[6,7,11],[0,1,5],[0,0,4],[2,3,7],[4,5,9],[7,8,12],[3,4,8],[4,5,9],[0,0,4],[7,8,12],[7,8,12],[0,0,4],[7,8,12],[10,11,15],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[5,8,13],[0,2,7],[0,3,8],[9,12,17],[7,10,15],[2,5,10],[4,7,12],[2,5,10],[11,14,19],[8,11,16],[0,0,5],[0,2,7],[7,10,15],[5,8,13],[7,10,15],[0,1,6]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[3,2,7],[0,0,5],[0,0,7],[2,1,9],[4,3,9],[0,0,5],[0,0,4],[2,2,4],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[3,3,1],[0,0,0],[0,0,0],[9,9,11],[3,3,5],[0,0,4],[5,5,7],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[0,1,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,1,3],[1,1,3],[2,0,3],[1,1,1],[0,1,0],[2,4,1],[1,3,0],[0,1,0],[0,2,1],[0,4,5],[0,4,7],[1,6,9],[0,2,5],[0,4,8],[0,8,11],[2,10,13],[2,12,14],[3,13,15],[3,13,15],[3,13,15],[2,11,16],[3,12,19],[3,12,19],[3,10,18],[2,9,15],[3,8,14],[4,7,12],[6,7,12],[6,7,12],[2,3,7],[5,6,10],[0,0,4],[0,0,2],[21,22,24],[24,25,27],[0,1,4],[0,5,9],[1,6,10],[0,1,5],[0,1,5],[0,3,7],[0,3,7],[0,2,5],[6,10,13],[0,1,4],[6,10,13],[0,2,5],[0,1,4],[6,10,13],[6,10,13],[0,3,6],[0,1,4],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,4,7],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[3,2,7],[3,2,7],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[8,8,10],[8,8,10],[6,6,8],[5,5,7],[4,4,6],[3,3,5],[2,2,4],[2,2,4],[4,5,7],[3,4,6],[3,4,6],[6,7,9],[4,5,7],[3,4,6],[8,9,11],[5,6,8],[4,5,7],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[4,5,7],[2,3,5],[4,5,7],[2,3,5],[7,8,10],[0,0,2],[0,0,2],[6,7,9],[32,33,35],[10,11,15],[0,0,4],[0,1,5],[3,4,8],[3,4,8],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[0,0,4],[23,24,28],[0,1,5],[4,5,9],[0,0,4],[7,8,12],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[7,8,12],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[5,6,10],[5,6,10],[4,5,9],[3,4,8],[3,4,8],[2,5,10],[10,13,18],[3,6,11],[0,0,5],[2,5,10],[2,5,10],[0,3,8],[7,10,15],[0,0,5],[3,6,11],[3,6,11],[5,8,13],[2,5,10],[0,1,6],[3,6,11],[2,5,10]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,0],[4,4,2],[4,4,4],[2,1,6],[0,0,5],[4,3,9],[0,0,7],[0,0,7],[4,3,9],[2,1,7],[2,1,6],[0,0,2],[2,2,2],[6,6,6],[3,3,1],[0,0,0],[5,6,1],[0,1,0],[2,2,0],[8,8,6],[0,0,0],[0,0,2],[7,6,11],[0,0,2],[1,0,0],[1,0,0],[1,1,0],[1,1,0],[1,1,1],[0,0,0],[0,1,0],[2,4,3],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[0,0,2],[0,0,2],[1,0,2],[1,0,0],[2,2,0],[4,6,1],[2,4,1],[0,1,0],[0,2,1],[0,3,4],[0,3,6],[1,5,8],[0,4,7],[0,5,8],[0,5,9],[0,6,9],[0,6,8],[0,8,10],[4,12,14],[7,17,18],[0,9,14],[1,10,15],[3,10,16],[2,9,15],[1,6,12],[1,4,9],[3,4,9],[5,6,10],[3,2,7],[2,1,6],[2,1,6],[5,5,7],[3,3,5],[0,0,2],[0,0,2],[2,6,7],[0,2,5],[4,9,13],[0,2,6],[0,1,5],[3,8,12],[3,8,12],[0,4,7],[3,7,10],[0,3,6],[4,8,11],[0,3,6],[9,13,16],[0,1,4],[0,1,4],[0,1,4],[7,11,14],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[0,3,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[0,4,7],[0,3,6],[0,3,6],[0,2,5],[0,2,5],[0,3,6],[1,2,6],[2,3,7],[1,2,6],[1,2,6],[2,1,6],[3,2,7],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[4,4,6],[4,4,6],[3,3,5],[3,3,5],[3,3,5],[3,3,5],[4,4,6],[13,14,16],[0,0,2],[8,9,11],[3,4,6],[2,3,5],[0,1,3],[0,0,2],[4,5,7],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[6,7,9],[0,0,2],[21,22,24],[5,6,8],[4,5,7],[0,0,2],[3,4,6],[1,2,4],[0,1,5],[0,0,4],[5,6,10],[6,7,11],[2,3,7],[2,3,7],[0,1,5],[6,7,11],[0,0,4],[1,2,6],[126,127,131],[2,3,7],[4,5,9],[9,10,14],[0,1,5],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[4,5,9],[5,6,10],[6,7,11],[6,7,11],[5,6,10],[4,5,9],[3,4,8],[4,7,12],[0,0,5],[0,1,6],[4,7,12],[6,9,14],[0,3,8],[0,0,5],[8,11,16],[6,9,14],[7,10,15],[5,8,13],[3,6,11],[0,3,8],[1,4,9],[5,8,13],[3,6,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[2,1,6],[0,0,5],[1,0,8],[0,0,9],[9,7,18],[0,0,7],[0,0,5],[2,3,7],[1,2,6],[4,5,7],[0,1,0],[1,3,0],[2,4,0],[0,2,0],[0,2,0],[0,1,0],[0,1,0],[0,0,2],[0,0,2],[0,0,4],[4,4,6],[2,0,1],[3,0,0],[1,0,0],[3,2,0],[0,0,0],[0,0,0],[10,12,11],[36,38,37],[2,4,3],[2,4,3],[2,2,2],[1,1,1],[1,0,2],[1,0,2],[3,0,2],[1,0,0],[4,4,2],[7,8,3],[4,4,2],[0,0,0],[1,1,1],[0,1,3],[0,1,5],[2,3,7],[3,4,9],[0,3,8],[0,3,6],[0,2,5],[0,2,5],[0,5,8],[5,11,11],[8,16,18],[0,8,11],[1,8,14],[3,8,14],[2,7,11],[0,3,8],[0,3,6],[2,3,7],[4,3,8],[2,1,6],[5,5,7],[1,1,3],[0,0,2],[6,7,9],[10,12,11],[5,7,6],[0,4,5],[0,1,4],[1,2,6],[2,3,7],[0,3,6],[0,3,6],[1,5,8],[0,3,6],[0,1,4],[0,1,4],[3,7,10],[0,1,4],[0,2,5],[5,9,12],[0,1,4],[14,18,21],[0,1,4],[1,2,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[1,2,4],[1,2,4],[0,1,3],[0,1,3],[1,2,4],[1,2,4],[2,3,5],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,5,9],[4,5,9],[0,0,4],[6,7,11],[4,5,9],[0,0,4],[7,8,12],[0,0,4],[4,8,11],[0,1,4],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[2,3,5],[3,4,6],[0,0,2],[6,7,9],[1,2,4],[0,1,3],[12,13,15],[0,1,3],[5,6,8],[8,9,13],[4,5,9],[9,10,14],[5,6,10],[0,0,4],[0,0,4],[0,1,5],[8,9,13],[8,9,13],[1,2,6],[0,0,4],[10,11,15],[0,0,4],[5,6,10],[6,7,11],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[3,4,9],[4,7,12],[0,1,5],[12,17,21],[7,12,16],[0,1,5],[5,10,14],[7,12,16],[0,1,5],[0,1,5],[0,1,5],[1,6,10],[3,8,12],[3,8,12],[4,9,13],[3,8,12],[0,5,9]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[1,1,1],[6,6,8],[0,0,4],[0,0,5],[0,0,7],[25,23,34],[251,249,255],[212,212,220],[7,7,15],[0,0,5],[2,3,7],[0,0,2],[2,4,1],[0,2,0],[1,3,0],[0,1,0],[4,6,1],[4,6,3],[0,1,0],[0,2,1],[0,0,2],[0,0,4],[1,1,3],[1,0,0],[3,0,0],[1,0,0],[5,4,2],[1,1,0],[0,0,0],[7,9,8],[33,35,34],[4,6,5],[4,6,5],[4,4,4],[3,3,3],[3,1,4],[2,0,3],[3,0,2],[3,0,0],[5,4,2],[6,6,4],[4,4,2],[1,1,1],[1,1,3],[1,1,3],[0,0,4],[1,2,6],[0,0,5],[0,1,6],[1,2,6],[0,4,7],[1,5,8],[2,6,9],[3,7,8],[4,10,10],[0,6,8],[0,7,10],[0,6,9],[0,4,7],[0,3,6],[0,3,6],[1,2,6],[3,2,7],[6,6,8],[0,0,2],[0,0,2],[1,2,4],[0,1,0],[0,3,2],[2,6,5],[0,1,0],[1,2,4],[0,0,4],[3,4,8],[3,4,8],[0,1,4],[0,1,4],[1,5,8],[0,1,4],[0,1,4],[37,41,44],[1,5,8],[0,1,4],[0,2,5],[0,4,7],[0,4,7],[0,1,5],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[2,1,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,6],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[1,2,6],[1,2,6],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[3,2,7],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[2,3,7],[2,3,7],[0,0,4],[8,9,13],[1,2,6],[5,6,10],[0,1,5],[1,2,6],[68,72,75],[7,11,14],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[0,0,2],[10,11,13],[1,2,4],[0,0,2],[5,6,8],[0,0,2],[0,0,2],[3,4,6],[0,0,4],[0,0,4],[0,1,5],[2,3,7],[5,6,10],[7,8,12],[0,1,5],[2,3,7],[0,1,5],[0,0,4],[7,8,12],[1,2,6],[0,1,5],[0,0,4],[4,5,9],[2,3,7],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[5,6,10],[4,5,9],[3,4,8],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[2,3,7],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[3,4,9],[4,5,10],[5,6,11],[6,7,12],[6,7,12],[5,6,11],[4,5,10],[1,4,9],[1,6,10],[3,8,12],[1,6,10],[0,1,5],[3,8,12],[4,9,13],[0,1,5],[2,7,11],[5,10,14],[0,1,5],[3,8,12],[5,10,14],[1,6,10],[1,6,10],[0,4,8],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,4],[0,0,2],[0,0,2],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[8,8,10],[0,0,4],[1,0,6],[1,0,8],[10,8,19],[255,253,255],[223,223,231],[0,0,7],[0,0,5],[0,1,5],[0,0,2],[5,7,6],[0,1,0],[0,1,0],[117,119,114],[9,11,6],[0,1,0],[39,41,40],[13,14,16],[0,0,2],[5,6,10],[0,0,2],[1,0,0],[3,0,0],[2,1,0],[5,4,2],[2,2,0],[0,0,0],[0,1,0],[4,6,3],[2,4,3],[1,3,2],[2,2,2],[2,2,2],[2,0,3],[2,0,3],[4,0,3],[4,0,3],[1,0,0],[4,2,3],[3,1,2],[1,0,2],[1,1,3],[1,0,5],[0,0,5],[1,0,6],[0,0,7],[0,0,7],[2,1,7],[3,4,9],[4,5,9],[4,5,9],[3,4,6],[0,4,5],[0,6,8],[0,5,7],[0,4,6],[0,3,3],[0,3,4],[0,3,4],[1,2,4],[1,2,4],[1,2,4],[0,0,2],[0,1,0],[9,11,10],[0,1,0],[0,1,0],[0,3,2],[5,9,8],[3,4,6],[0,1,3],[1,2,4],[2,3,5],[0,1,3],[0,1,3],[3,4,6],[2,3,5],[0,0,2],[199,200,202],[23,24,28],[3,4,8],[0,0,4],[2,3,7],[0,0,4],[8,9,13],[2,1,6],[3,1,6],[3,1,6],[3,1,6],[3,1,4],[2,2,4],[2,2,4],[2,2,4],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[1,3,2],[1,3,2],[2,4,3],[3,5,4],[3,4,6],[2,3,5],[1,2,4],[1,2,4],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[4,3,8],[3,2,7],[1,2,6],[1,2,6],[7,8,12],[0,0,4],[5,6,10],[8,9,13],[0,1,4],[1,5,8],[77,81,84],[14,18,21],[1,2,4],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[1,2,4],[2,3,5],[1,2,4],[0,0,2],[11,12,14],[0,1,3],[0,1,3],[9,10,12],[9,10,12],[9,10,14],[3,4,8],[3,4,8],[0,1,5],[3,4,8],[7,8,12],[1,2,6],[5,6,10],[7,8,12],[1,2,6],[3,4,8],[0,0,4],[8,9,13],[6,7,11],[7,8,12],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[3,8,12],[0,4,8],[0,5,9],[16,21,25],[0,1,5],[8,13,17],[123,128,132],[52,57,61],[14,19,23],[0,5,9],[0,2,6],[0,4,8],[6,11,15],[1,6,10],[2,7,11]],[[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,0],[0,0,2],[0,0,4],[0,0,2],[0,0,0],[0,0,0],[0,0,0],[0,1,0],[0,1,0],[0,0,0],[5,5,5],[0,0,2],[8,7,12],[0,0,5],[7,6,14],[0,0,9],[6,4,15],[1,1,9],[0,0,7],[7,8,13],[0,0,4],[10,11,13],[0,1,0],[6,8,3],[0,1,0],[4,6,1],[0,1,0],[6,8,5],[10,12,9],[0,2,1],[0,0,2],[2,3,7],[0,0,2],[1,0,0],[4,0,0],[1,0,0],[1,0,0],[0,0,0],[4,4,2],[1,3,0],[0,1,0],[0,1,0],[0,1,0],[0,0,0],[0,0,0],[1,0,2],[1,0,2],[3,0,2],[3,0,2],[1,0,0],[2,0,1],[1,0,2],[1,0,2],[0,0,4],[1,0,5],[0,0,5],[1,0,6],[2,1,9],[1,0,8],[0,0,5],[2,1,7],[3,4,8],[4,5,9],[3,4,6],[0,3,4],[0,6,8],[0,5,6],[0,3,2],[0,3,2],[0,4,4],[0,4,5],[1,2,4],[0,1,3],[0,1,3],[6,7,9],[0,2,1],[0,1,0],[2,6,5],[3,7,6],[0,2,0],[0,2,0],[0,1,2],[0,0,2],[0,0,2],[0,0,2],[3,4,6],[0,1,3],[0,0,2],[0,1,3],[5,6,8],[0,0,2],[3,4,8],[0,0,4],[5,6,10],[7,8,12],[1,2,6],[0,0,4],[1,0,5],[2,0,5],[2,0,5],[2,0,5],[2,0,3],[2,0,3],[1,1,3],[1,1,3],[1,1,3],[1,1,3],[1,2,4],[1,2,4],[1,2,4],[1,2,4],[2,3,5],[2,3,5],[0,2,1],[1,3,2],[3,5,4],[4,6,5],[4,5,7],[3,4,6],[1,2,4],[0,1,3],[0,1,5],[1,2,6],[2,3,7],[2,3,7],[1,2,6],[1,2,6],[2,3,8],[3,4,9],[2,1,6],[2,1,6],[3,2,7],[3,2,7],[4,3,8],[3,2,7],[2,3,7],[2,3,7],[2,3,7],[0,0,4],[10,11,15],[0,0,4],[8,12,15],[0,1,4],[1,5,8],[0,1,4],[0,1,3],[3,4,6],[3,4,6],[2,3,5],[2,3,5],[3,4,6],[3,4,6],[0,1,3],[24,25,27],[166,167,169],[0,0,2],[2,3,5],[1,2,4],[4,5,7],[0,1,3],[0,0,2],[2,3,7],[2,3,7],[7,8,12],[3,4,8],[2,3,7],[3,4,8],[0,0,4],[6,7,11],[3,4,8],[0,0,4],[10,11,15],[0,0,4],[2,3,7],[7,8,12],[0,0,4],[5,6,10],[3,4,8],[3,4,8],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[4,5,9],[3,4,8],[3,4,8],[4,5,9],[4,5,9],[5,6,10],[6,7,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[5,6,11],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[4,5,10],[2,5,10],[0,5,9],[0,4,8],[8,13,17],[0,1,5],[0,3,7],[3,8,12],[0,1,5],[12,17,21],[11,16,20],[0,1,5],[0,5,9],[7,12,16],[4,9,13],[3,8,12],[0,3,7],[8,13,17]]],"type":"image","xaxis":"x","yaxis":"y","frame":null}],"highlight":{"on":"plotly_click","persistent":false,"dynamic":false,"selectize":false,"opacityDim":0.2,"selected":{"opacity":1},"debounce":0},"shinyEvents":["plotly_hover","plotly_click","plotly_selected","plotly_relayout","plotly_brushed","plotly_brushing","plotly_clickannotation","plotly_doubleclick","plotly_deselect","plotly_afterplot","plotly_sunburstclick"],"base_url":"https://plot.ly"},"evals":[],"jsHooks":[]}</script>
Reference
See https://plotly.com/r/reference/#image for more information and chart attribute options!
What About Dash?
Dash for R is an open-source framework for building analytical applications, with no Javascript required, and it is tightly integrated with the Plotly graphing library.
Learn about how to install Dash for R at https://dashr.plot.ly/installation.
Everywhere in this page that you see fig, you can display the same figure in a Dash for R application by passing it to the figure argument of the Graph component from the built-in dashCoreComponents package like this:
library(plotly)
fig <- plot_ly()
# fig <- fig %>% add_trace( ... )
# fig <- fig %>% layout( ... )
library(dash)
library(dashCoreComponents)
library(dashHtmlComponents)
app <- Dash$new()
app$layout(
htmlDiv(
list(
dccGraph(figure=fig)
)
)
)
app$run_server(debug=TRUE, dev_tools_hot_reload=FALSE)

